commit eb8e790d38acb1afc2d15be9b831dbdee05ac201 Author: sairate Date: Tue Apr 22 17:56:04 2025 +0800 Signed-off-by: sairate diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..359bb53 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# 默认忽略的文件 +/shelf/ +/workspace.xml diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..25bde2c --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,14 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/material_theme_project_new.xml b/.idea/material_theme_project_new.xml new file mode 100644 index 0000000..1a19c2f --- /dev/null +++ b/.idea/material_theme_project_new.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..b4d4b27 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..b5a8876 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/yao.iml b/.idea/yao.iml new file mode 100644 index 0000000..dad81f6 --- /dev/null +++ b/.idea/yao.iml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..083a176 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Mkdocs 编程知识总结项目 + +这个项目是一个基于 Mkdocs 的编程知识总结,旨在为开发者提供一个集成、易于访问的学习资源。 + +## 安装 + +如果你希望在本地运行项目,请按以下步骤操作: + +- 环境安装 + ``` python + pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple + ``` +- 运行start.py \ No newline at end of file diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..53830bf --- /dev/null +++ b/docs/index.md @@ -0,0 +1 @@ +# 紫菱的中药总结 diff --git a/docs/郁金生品/1.复肝丸.md b/docs/郁金生品/1.复肝丸.md new file mode 100644 index 0000000..6309bb3 --- /dev/null +++ b/docs/郁金生品/1.复肝丸.md @@ -0,0 +1,40 @@ +# 复肝丸说明书 + +## 药品名称 +复肝丸 + +## 出处 +《上海中医药杂志》1980年第6期 + +## 药物组成 +- 紫河车 +- 红参须 +- 炙地鳖虫 +- 炮山甲 +- 参三七 +- 片姜黄 +- 广郁金 +- 鸡内金 +(各60克) + +## 功能与主治 +益气活血,化瘀消症。 + +## 适应症 +适用于早期肝硬化患者的辅助治疗。 + +## 用法用量 +请按照医师或中医师指导合理用药,切勿擅自增减剂量。 + +## 注意事项 +- 使用期间应配合合理饮食 +- 避免辛辣刺激食物摄入 +- 建议定期复查肝功能 +- 孕妇慎用,或在医师指导下使用 + +## 贮藏方法 +密封保存,置于阴凉干燥处,防止潮湿变质。 + +## 附注说明 +本品来源于传统中医药理论与临床经验,具体效果因个体体质差异可能有所不同,务必在专业医生指导下使用。 + diff --git a/mkdocs-material/.browserslistrc b/mkdocs-material/.browserslistrc new file mode 100644 index 0000000..5fbcf99 --- /dev/null +++ b/mkdocs-material/.browserslistrc @@ -0,0 +1 @@ +last 4 years diff --git a/mkdocs-material/.devcontainer/devcontainer.json b/mkdocs-material/.devcontainer/devcontainer.json new file mode 100644 index 0000000..aa357f2 --- /dev/null +++ b/mkdocs-material/.devcontainer/devcontainer.json @@ -0,0 +1,11 @@ +{ + "name": "Material for MkDocs - VS Code dev container", + "image": "mcr.microsoft.com/devcontainers/typescript-node:0-18", + "features": { + "ghcr.io/devcontainers/features/python:1": { + "installTools": true, + "version": "3.11" + } + }, + "postCreateCommand": "pip install -e . && pip install mkdocs-minify-plugin mkdocs-redirects && npm install && npm run build" +} diff --git a/mkdocs-material/.dockerignore b/mkdocs-material/.dockerignore new file mode 100644 index 0000000..bdaff1a --- /dev/null +++ b/mkdocs-material/.dockerignore @@ -0,0 +1,27 @@ +# Copyright (c) 2016-2024 Martin Donath + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. + +.cache +.git +.github +docs +material/overrides +node_modules +src diff --git a/mkdocs-material/.editorconfig b/mkdocs-material/.editorconfig new file mode 100644 index 0000000..84c3600 --- /dev/null +++ b/mkdocs-material/.editorconfig @@ -0,0 +1,36 @@ +# Copyright (c) 2016-2024 Martin Donath + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. + +# Top-level config +root = true + +# All files +[*] +charset = utf-8 +indent_style = space +indent_size = 2 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true + +# Python +[*.py] +indent_style = space +indent_size = 4 diff --git a/mkdocs-material/.eslintignore b/mkdocs-material/.eslintignore new file mode 100644 index 0000000..2a886f9 --- /dev/null +++ b/mkdocs-material/.eslintignore @@ -0,0 +1,55 @@ +# Copyright (c) 2016-2024 Martin Donath + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. + +# ----------------------------------------------------------------------------- +# Node, TypeScript, Python +# ----------------------------------------------------------------------------- + +# Dependencies +node_modules +__pycache__ +venv + +# Build files +build +MANIFEST +manifest.json +site + +# Configuration +typings +webpack.config.ts + +# Distribution files +dist +mkdocs_material.egg-info + +# Caches and logs +*.cpuprofile +*.log +*.tsbuildinfo +.eslintcache + +# ----------------------------------------------------------------------------- +# General +# ----------------------------------------------------------------------------- + +# Temporary files +tmp diff --git a/mkdocs-material/.eslintrc b/mkdocs-material/.eslintrc new file mode 100644 index 0000000..ade9302 --- /dev/null +++ b/mkdocs-material/.eslintrc @@ -0,0 +1,355 @@ +{ + "root": true, + "parser": "@typescript-eslint/parser", + "parserOptions": { + "project": "tsconfig.json" + }, + "plugins": [ + "@typescript-eslint", + "@stylistic/ts", + "eslint-plugin-eslint-comments", + "eslint-plugin-import", + "eslint-plugin-jsdoc", + "eslint-plugin-no-null" + ], + "extends": [ + "eslint:recommended", + "plugin:@typescript-eslint/eslint-recommended", + "plugin:@typescript-eslint/recommended" + ], + "settings": { + "import/extensions": [ + ".ts", + ".tsx", + ".js", + ".jsx", + ".json" + ], + "import/parsers": { + "@typescript-eslint/parser": [ + ".ts", + ".tsx" + ] + } + }, + "rules": { + "array-bracket-spacing": "warn", + "arrow-parens": [ + "warn", + "as-needed" + ], + "block-spacing": "warn", + "brace-style": [ + "warn", + "1tbs", + { + "allowSingleLine": true + } + ], + "comma-dangle": [ + "error", + "never" + ], + "comma-spacing": "warn", + "comma-style": "error", + "computed-property-spacing": "warn", + "curly": "off", + "eqeqeq": [ + "error", + "smart" + ], + "func-call-spacing": "warn", + "keyword-spacing": "warn", + "lines-around-comment": [ + "error", + { + "allowBlockStart": true, + "allowBlockEnd": true, + "beforeBlockComment": true, + "ignorePattern": "@ts-ignore" + } + ], + "lines-between-class-members": "warn", + "max-classes-per-file": "error", + "new-parens": "error", + "no-caller": "error", + "no-case-declarations": "off", + "no-console": "error", + "no-duplicate-imports": "error", + "no-eval": "error", + "no-extra-bind": "error", + "no-multiple-empty-lines": [ + "error", + { + "max": 1 + } + ], + "no-new-func": "error", + "no-new-wrappers": "error", + "no-restricted-globals": [ + "error", + { + "name": "fdescribe", + "message": "Did you mean 'describe'?" + }, + { + "name": "xdescribe", + "message": "Did you mean 'describe'?" + }, + { + "name": "fit", + "message": "Did you mean 'it'?" + }, + { + "name": "xit", + "message": "Did you mean 'xit'?" + } + ], + "no-return-await": "error", + "no-sequences": "error", + "no-shadow": "off", + "no-tabs": "error", + "no-template-curly-in-string": "error", + "no-throw-literal": "off", + "no-trailing-spaces": "warn", + "no-undef-init": "error", + "no-underscore-dangle": "error", + "no-var": "error", + "no-whitespace-before-property": "warn", + "object-shorthand": "error", + "one-var": [ + "error", + "never" + ], + "prefer-exponentiation-operator": "error", + "prefer-object-spread": "error", + "prefer-template": "error", + "quote-props": [ + "error", + "consistent-as-needed" + ], + "quotes": [ + "error", + "double", + { + "avoidEscape": true + } + ], + "radix": "error", + "semi": "off", + "sort-imports": [ + "error", + { + "ignoreDeclarationSort": true + } + ], + "space-before-blocks": "warn", + "space-before-function-paren": [ + "warn", + { + "anonymous": "always", + "named": "never", + "asyncArrow": "always" + } + ], + "space-in-parens": "warn", + "space-infix-ops": "warn", + "space-unary-ops": "warn", + "spaced-comment": "warn", + "switch-colon-spacing": "warn", + "template-tag-spacing": "warn", + + /* Plugin: @typescript-eslint */ + "@typescript-eslint/array-type": "off", + "@typescript-eslint/await-thenable": "error", + "@typescript-eslint/ban-ts-comment": "off", + "@typescript-eslint/ban-types": "off", + "@typescript-eslint/consistent-type-assertions": "error", + "@typescript-eslint/dot-notation": "error", + "@typescript-eslint/explicit-member-accessibility": "error", + "@typescript-eslint/naming-convention": [ + "error", + { + "selector": "enumMember", + "format": [ + "UPPER_CASE" + ] + } + ], + "@typescript-eslint/no-empty-interface": "off", + "@typescript-eslint/no-empty-object-type": "off", + "@typescript-eslint/no-extraneous-class": "error", + "@typescript-eslint/no-misused-promises": "off", + "@typescript-eslint/no-non-null-assertion": "off", + "@typescript-eslint/no-parameter-properties": "off", + "@typescript-eslint/no-floating-promises": "error", + "@typescript-eslint/no-shadow": [ + "error", + { + "hoist": "never" + } + ], + "@typescript-eslint/no-unnecessary-type-assertion": "error", + "@typescript-eslint/no-unused-expressions": "error", + "@typescript-eslint/no-unused-vars": "off", + "@typescript-eslint/no-var-requires": "off", + "@typescript-eslint/only-throw-error": "error", + "@typescript-eslint/prefer-for-of": "off", + "@typescript-eslint/prefer-function-type": "error", + "@typescript-eslint/triple-slash-reference": "off", + "@typescript-eslint/unbound-method": "error", + "@typescript-eslint/unified-signatures": "error", + + /* Plugin: @stylistic/ts */ + "@stylistic/ts/indent": [ + "warn", + 2, + { + "FunctionDeclaration": { + "parameters": 1, + "body": 1 + }, + "FunctionExpression": { + "parameters": 1, + "body": 1 + }, + "MemberExpression": "off", + "ObjectExpression": 1, + "SwitchCase": 1, + "ignoreComments": true, + "ignoredNodes": [ + "ArrowFunctionExpression > *", + "CallExpression > ObjectExpression", + "ConditionalExpression > ConditionalExpression", + "TSTypeReference > *" + ], + "offsetTernaryExpressions": true + } + ], + "@stylistic/ts/member-delimiter-style": [ + "error", + { + "multiline": { + "delimiter": "none" + }, + "singleline": { + "delimiter": "comma", + "requireLast": false + } + } + ], + "@stylistic/ts/semi": [ + "error", + "never" + ], + "@stylistic/ts/type-annotation-spacing": "error", + + /* Plugin: eslint-plugin-eslint-comments */ + "eslint-comments/no-unused-disable": "error", + "eslint-comments/no-unused-enable": "error", + "eslint-comments/no-use": [ + "warn", + { + "allow": [ + "eslint-disable-line", + "eslint-disable-next-line" + ] + } + ], + + /* Plugin: eslint-plugin-import */ + "import/first": "error", + "import/newline-after-import": "error", + "import/no-default-export": "error", + "import/no-duplicates": "error", + "import/no-mutable-exports": "error", + "import/no-self-import": "error", + "import/order": [ + "error", + { + "alphabetize": { + "order": "asc" + }, + "newlines-between": "always", + "groups": [ + [ + "builtin", + "external" + ], + [ + "internal" + ], + [ + "index" + ], + [ + "parent" + ], + [ + "sibling" + ] + ], + "pathGroups": [ + { + "pattern": "~/**", + "group": "index", + "position": "before" + }, + { + "pattern": "_/**", + "group": "index", + "position": "after" + } + ], + "pathGroupsExcludedImportTypes": [ + "builtin" + ] + } + ], + + /* Plugin: eslint-plugin-jsdoc */ + "jsdoc/check-alignment": "warn", + "jsdoc/check-param-names": [ + "warn", + { + "checkDestructured": false + } + ], + "jsdoc/check-syntax": "warn", + "jsdoc/check-tag-names": [ + "warn", + { + "definedTags": [ + "internal" + ] + } + ], + "jsdoc/empty-tags": "warn", + "jsdoc/no-bad-blocks": "warn", + "jsdoc/no-defaults": "warn", + "jsdoc/no-types": "warn", + "jsdoc/require-hyphen-before-param-description": "warn", + "jsdoc/require-jsdoc": "warn", + "jsdoc/require-param-description": "warn", + "jsdoc/require-param-name": "warn", + "jsdoc/require-param": [ + "warn", + { + "checkDestructured": false, + "checkDestructuredRoots": true + } + ], + "jsdoc/require-returns-check": "warn", + "jsdoc/require-returns-description": "warn", + "jsdoc/require-returns": [ + "warn", + { + "checkGetters": false, + "forceReturnsWithAsync": true + } + ], + + /* Plugin: eslint-plugin-no-null */ + "no-null/no-null": "error" + } +} diff --git a/mkdocs-material/.gitattributes b/mkdocs-material/.gitattributes new file mode 100644 index 0000000..205021e --- /dev/null +++ b/mkdocs-material/.gitattributes @@ -0,0 +1,2 @@ +# Enforce Unix newlines +* text=auto eol=lf diff --git a/mkdocs-material/.github/ISSUE_TEMPLATE/01-report-a-bug.yml b/mkdocs-material/.github/ISSUE_TEMPLATE/01-report-a-bug.yml new file mode 100644 index 0000000..f1985d3 --- /dev/null +++ b/mkdocs-material/.github/ISSUE_TEMPLATE/01-report-a-bug.yml @@ -0,0 +1,124 @@ +name: Report a bug +description: Something is not working? Report a bug +body: + + - type: textarea + id: context + attributes: + label: Context + description: >- + This field is optional. You may provide additional context for the bug + you want to report, helping us to understand what you are working on and + what you are trying to achieve. If the context is not relevant, you can + leave this field empty. + [More](https://squidfunk.github.io/mkdocs-material/contributing/reporting-a-bug/#context) + + - type: textarea + id: description + attributes: + label: Bug description + description: >- + Please give a detailed description of the bug. Explain where Material + for MkDocs does not behave as you would expect it to. Be as specific as + possible. If you have found a workaround or a fix for the problem, + please let us maintainers (and all other users) know. + [More](https://squidfunk.github.io/mkdocs-material/contributing/reporting-a-bug/#bug-description) + validations: + required: true + + - type: textarea + id: related-links + attributes: + label: Related links + description: >- + Please list all links to the sections of + [our documentation](https://squidfunk.github.io/mkdocs-material/) that + are relevant to the bug in order to show that you have consulted and + thoroughly read it. Additionally, list links to possibly related open + and closed [issues](https://github.com/squidfunk/mkdocs-material/issues) + and [discussions](https://github.com/squidfunk/mkdocs-material/discussions) + you encountered when searching our issue tracker. + [More](https://squidfunk.github.io/mkdocs-material/contributing/reporting-a-bug/#related-links) + value: |- + - [Reporting a bug](https://squidfunk.github.io/mkdocs-material/contributing/reporting-a-bug/) + - + validations: + required: true + + - type: textarea + id: reproduction + attributes: + label: Reproduction + description: >- + Please create a __.zip file__ with a __minimal reproduction__ for the + bug. First, read our [reproduction guide](https://squidfunk.github.io/mkdocs-material/guides/creating-a-reproduction/) + that explains the necessary steps, then use the [built-in info plugin](https://squidfunk.github.io/mkdocs-material/plugins/info/) (mandatory) to create a self-contained + .zip file with the reproduction. We reserve the right to close issues + without .zip files. + [More](https://squidfunk.github.io/mkdocs-material/contributing/reporting-a-bug/#reproduction) + placeholder: |- + Drag and drop the .zip file with the minimal reproduction here. + validations: + required: true + + - type: textarea + id: steps-to-reproduce + attributes: + label: Steps to reproduce + description: >- + Please provide a detailed list of instructions, guiding us maintainers + through the required steps, helping us to recreate the problem using the + minimal reproduction you provided. Be as specific as possible and as + verbose as necessary – try not to leave anything out. + [More](https://squidfunk.github.io/mkdocs-material/contributing/reporting-a-bug/#steps-to-reproduce) + placeholder: |- + 1. ... + 2. ... + 3. ... + validations: + required: true + + - type: dropdown + id: browser + attributes: + label: Browser + description: >- + This field is optional. If the bug only happens in __specific browsers__, + please select them from the dropdown below. If your browser is not + listed or the version is relevant, you may select _Other_ and provide + more details in the field above. + [More](https://squidfunk.github.io/mkdocs-material/contributing/reporting-a-bug/#browser) + multiple: true + options: + - Chrome + - Safari + - Edge + - Firefox + - Opera + - Other + + - type: checkboxes + id: checklist + attributes: + label: Before submitting + description: >- + Please ensure your bug report fulfills all of the following requirements. + If you are not sure what a specific requirement means, follow the link + to learn about it and understand why it is necessary before ticking the + box. This will save the maintainers and you valuable time. + options: + - label: >- + I have read and followed the [bug reporting guidelines](https://squidfunk.github.io/mkdocs-material/contributing/reporting-a-bug/). + required: true + - label: >- + I have attached links to [the documentation](https://squidfunk.github.io/mkdocs-material/), + and possibly related [issues](https://github.com/squidfunk/mkdocs-material/issues) + and [discussions](https://github.com/squidfunk/mkdocs-material/discussions). + required: true + - label: >- + I assure that I have [removed all customizations](https://squidfunk.github.io/mkdocs-material/contributing/reporting-a-bug/#remove-customizations) + before submitting this bug report. + required: true + - label: >- + I have attached a __.zip file__ with a [minimal reproduction](https://squidfunk.github.io/mkdocs-material/guides/creating-a-reproduction/) using the [built-in info plugin](https://squidfunk.github.io/mkdocs-material/plugins/info/). + required: true diff --git a/mkdocs-material/.github/ISSUE_TEMPLATE/02-report-a-docs-issue.yml b/mkdocs-material/.github/ISSUE_TEMPLATE/02-report-a-docs-issue.yml new file mode 100644 index 0000000..3ea1c79 --- /dev/null +++ b/mkdocs-material/.github/ISSUE_TEMPLATE/02-report-a-docs-issue.yml @@ -0,0 +1,65 @@ +name: Report a documentation issue +description: Missing information in our docs? Report a documentation issue +labels: + - documentation +body: + + - type: textarea + id: description + attributes: + label: Description + description: >- + Please describe the inconsistency or issue you have found in + [our documentation](https://squidfunk.github.io/mkdocs-material/) + or indicate where you feel there is a need for improvement. Furthermore, + explain the severity of the issue, i.e., its impact on you and potentially + other users. + [More](https://squidfunk.github.io/mkdocs-material/contributing/reporting-a-docs-issue/#description) + validations: + required: true + + - type: textarea + id: related-links + attributes: + label: Related links + description: >- + Please list all links to the sections of [our documentation](https://squidfunk.github.io/mkdocs-material/) + that are impacted by the issue you described above. If applicable, + add screenshots. Additionally, list links to possibly related open + and closed [issues](https://github.com/squidfunk/mkdocs-material/issues) + and [discussions](https://github.com/squidfunk/mkdocs-material/discussions) + you encountered when searching our issue tracker. + [More](https://squidfunk.github.io/mkdocs-material/contributing/reporting-a-docs-issue/#related-links) + value: |- + - [Reporting a docs issue](https://squidfunk.github.io/mkdocs-material/contributing/reporting-a-docs-issue/) + - + validations: + required: true + + - type: textarea + id: proposed-change + attributes: + label: Proposed change + description: >- + This field is optional. You may provide an improvement proposal for our + documentation by describing your suggestion in the text field below or + creating a pull request after reporting this issue referencing the issue. + [More](https://squidfunk.github.io/mkdocs-material/contributing/reporting-a-docs-issue/#proposed-change) + + - type: checkboxes + id: checklist + attributes: + label: Before submitting + description: >- + Please ensure your documentation issue report fulfills all of the + following requirements. If you need clarification on a specific + requirement, follow the link to learn about it and understand why it is + necessary before ticking the box. This will save the maintainers and you + valuable time. + options: + - label: >- + I have read and followed the [documentation issue guidelines](https://squidfunk.github.io/mkdocs-material/contributing/reporting-a-docs-issue/). + required: true + - label: >- + I have attached the links to the affected sections of [the documentation](https://squidfunk.github.io/mkdocs-material/contributing/reporting-a-docs-issue/#related-links) + required: true diff --git a/mkdocs-material/.github/ISSUE_TEMPLATE/03-request-a-change.yml b/mkdocs-material/.github/ISSUE_TEMPLATE/03-request-a-change.yml new file mode 100644 index 0000000..a2c4dfb --- /dev/null +++ b/mkdocs-material/.github/ISSUE_TEMPLATE/03-request-a-change.yml @@ -0,0 +1,95 @@ +name: Request a change +description: Want to submit an idea? Propose a change or feature request +body: + + - type: textarea + id: context + attributes: + label: Context + description: >- + This field is optional. You may provide additional context for the idea + you want to propose, helping us to understand what you are working on + and what you are trying to achieve. If the context is not relevant, you + can leave this field empty. + [More](https://squidfunk.github.io/mkdocs-material/contributing/requesting-a-change/#context) + + - type: textarea + id: description + attributes: + label: Description + description: >- + Please provide a detailed description of your idea in 2-3 sentences so + that we maintainers can fully understand what change, feature, or the + improvement you are proposing. Don't yet explain the benefits of your + idea, we'll come to that. Focus on functionality. + [More](https://squidfunk.github.io/mkdocs-material/contributing/requesting-a-change/#description) + validations: + required: true + + - type: textarea + id: related-links + attributes: + label: Related links + description: >- + Please list all links to open and closed [issues](https://github.com/squidfunk/mkdocs-material/issues), + [discussions](https://github.com/squidfunk/mkdocs-material/discussions), + or to [documentation sections](https://squidfunk.github.io/mkdocs-material/) + that are relevant to your idea. If you discussed your idea with the + community on our [discussion board](https://github.com/squidfunk/mkdocs-material/discussions) + prior to creating this change request, please link the discussion here as well. + [More](https://squidfunk.github.io/mkdocs-material/contributing/requesting-a-change/#related-links) + value: |- + - [Requesting a change](https://squidfunk.github.io/mkdocs-material/contributing/requesting-a-change/) + - + validations: + required: true + + - type: textarea + id: use-cases + attributes: + label: Use Cases + description: >- + Please explain how your idea will work from an author's and user's + perspective. Elaborate on how the change would positively impact not only + you but our community and how it aligns with the goals and [philosophy](https://squidfunk.github.io/mkdocs-material/philosophy/) + of the project. + [More](https://squidfunk.github.io/mkdocs-material/contributing/requesting-a-change/#use-cases) + validations: + required: true + + - type: textarea + id: visuals + attributes: + label: Visuals + description: >- + This field is optional. You may provide sketches, screenshots, mockups, + or external assets to illustrate your idea. If you have seen this change, + feature, or improvement used in other static site generators or themes, + please describe how it is implemented and advertised. + [More](https://squidfunk.github.io/mkdocs-material/contributing/requesting-a-change/#visuals) + placeholder: |- + Drag and drop images here or link external assets. + + - type: checkboxes + id: checklist + attributes: + label: Before submitting + description: + Please ensure your idea fulfills all of the following requirements. If + you need clarification on a specific requirement, follow the link to + learn about it and understand why it is necessary before ticking the box. + This will save the maintainers and you valuable time. + options: + - label: >- + I have read and followed the [change request guidelines](https://squidfunk.github.io/mkdocs-material/contributing/requesting-a-change/). + required: true + - label: >- + I have verified that [my idea is a change request and not a bug report](https://squidfunk.github.io/mkdocs-material/contributing/requesting-a-change/#its-not-a-bug-its-a-feature). + required: true + - label: >- + I have ensured that, to the best of my knowledge, [my idea will benefit the entire community](https://squidfunk.github.io/mkdocs-material/contributing/requesting-a-change/#benefit-for-the-community). + required: true + - label: >- + I have included relevant links to [the documentation](https://squidfunk.github.io/mkdocs-material/), related [issues](https://github.com/squidfunk/mkdocs-material/issues), + and [discussions](https://github.com/squidfunk/mkdocs-material/discussions) to underline the need for my idea. + required: true diff --git a/mkdocs-material/.github/ISSUE_TEMPLATE/04-add-translations.yml b/mkdocs-material/.github/ISSUE_TEMPLATE/04-add-translations.yml new file mode 100644 index 0000000..42c10f2 --- /dev/null +++ b/mkdocs-material/.github/ISSUE_TEMPLATE/04-add-translations.yml @@ -0,0 +1,111 @@ +name: Add a translation +description: Missing support for your language? Add a translation +title: Add translations for ... +labels: + - change request +body: + + - type: markdown + attributes: + value: >- + **Important**: Before creating a new translation, please check if + Material for MkDocs already supports your language. Review the list of + [available languages](https://squidfunk.github.io/mkdocs-material/setup/changing-the-language/#site-language), + pick your language to add new or improve existing translations. + + - type: textarea + id: translations + attributes: + label: Translations + description: >- + Please translate the labels on the right. For new languages, translate + each line. For existing languages, only translate lines containing the + :arrow_left: icon and remove the icon before submitting. + [More](https://squidfunk.github.io/mkdocs-material/contributing/adding-translations/#translations_1) + value: |- + {% macro t(key) %}{{ { + "language": "en ⬅️", + "direction": "ltr ⬅️", + "action.edit": "Edit this page ⬅️", + "action.skip": "Skip to content ⬅️", + "action.view": "View source of this page ⬅️", + "announce.dismiss": "Don't show this again ⬅️", + "blog.archive": "Archive ⬅️", + "blog.categories": "Categories ⬅️", + "blog.categories.in": "in ⬅️", + "blog.continue": "Continue reading ⬅️", + "blog.draft": "Draft ⬅️", + "blog.index": "Back to index ⬅️", + "blog.meta": "Metadata ⬅️", + "blog.references": "Related links ⬅️", + "clipboard.copy": "Copy to clipboard ⬅️", + "clipboard.copied": "Copied to clipboard ⬅️", + "consent.accept": "Accept ⬅️", + "consent.manage": "Manage settings ⬅️", + "consent.reject": "Reject ⬅️", + "footer": "Footer ⬅️", + "footer.next": "Next ⬅️", + "footer.previous": "Previous ⬅️", + "header": "Header ⬅️", + "meta.comments": "Comments ⬅️", + "meta.source": "Source ⬅️", + "nav": "Navigation ⬅️", + "readtime.one": "1 min read ⬅️", + "readtime.other": "# min read ⬅️", + "rss.created": "RSS feed ⬅️", + "rss.updated": "RSS feed of updated content ⬅️", + "search": "Search ⬅️", + "search.placeholder": "Search ⬅️", + "search.share": "Share ⬅️", + "search.reset": "Clear ⬅️", + "search.result.initializer": "Initializing search ⬅️", + "search.result.placeholder": "Type to start searching ⬅️", + "search.result.none": "No matching documents ⬅️", + "search.result.one": "1 matching document ⬅️", + "search.result.other": "# matching documents ⬅️", + "search.result.more.one": "1 more on this page ⬅️", + "search.result.more.other": "# more on this page ⬅️", + "search.result.term.missing": "Missing ⬅️", + "select.language": "Select language ⬅️", + "select.version": "Select version ⬅️", + "source": "Go to repository ⬅️", + "source.file.contributors": "Contributors ⬅️", + "source.file.date.created": "Created ⬅️", + "source.file.date.updated": "Last update ⬅️", + "tabs": "Tabs ⬅️", + "toc": "Table of contents ⬅️", + "top": "Back to top ⬅️" + }[key] }}{% endmacro %} + render: Jinja + validations: + required: true + + - type: input + id: country-flag + attributes: + label: Country flag + description: >- + This field is optional. Please add the flag of the country when adding a + new language. Go to our [emoji search](https://squidfunk.github.io/mkdocs-material/reference/icons-emojis/#search) + and enter `flag` to find all available shortcodes. If your flag is not + included, please choose the most appropriate available flag. + [More](https://squidfunk.github.io/mkdocs-material/contributing/adding-translations/#country-flag) + placeholder: |- + Country flag shortcode, e.g. :flag_en: + + - type: checkboxes + id: checklist + attributes: + label: Before submitting + description: >- + Please ensure that your translation fulfills the following requirements. + options: + - label: >- + I've checked the list of [available languages](https://squidfunk.github.io/mkdocs-material/setup/changing-the-language/#site-language) for existing translations. + required: true + - label: >- + I assure that the translations are accurate to the best of my knowledge. + required: true + - label: >- + __Optional__: I want to integrate this translation myself and create a + pull request following the [contribution guide](https://github.com/squidfunk/mkdocs-material/blob/master/CONTRIBUTING.md). diff --git a/mkdocs-material/.github/ISSUE_TEMPLATE/config.yml b/mkdocs-material/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..c2819d3 --- /dev/null +++ b/mkdocs-material/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,27 @@ +# Copyright (c) 2016-2024 Martin Donath + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. + +blank_issues_enabled: false +contact_links: + - name: Ask a question + url: https://github.com/squidfunk/mkdocs-material/discussions + about: > + Have a question or need help? Connect with our community on the + discussion board diff --git a/mkdocs-material/.github/assets/logo.svg b/mkdocs-material/.github/assets/logo.svg new file mode 100644 index 0000000..d7a3684 --- /dev/null +++ b/mkdocs-material/.github/assets/logo.svg @@ -0,0 +1,236 @@ + + +
+ +
+ +

Material for MkDocs

+

Documentation that simply works

+
+
+
+
diff --git a/mkdocs-material/.github/assets/screenshot.png b/mkdocs-material/.github/assets/screenshot.png new file mode 100644 index 0000000..7aec41f Binary files /dev/null and b/mkdocs-material/.github/assets/screenshot.png differ diff --git a/mkdocs-material/.github/assets/sponsors/sponsor-3dr.png b/mkdocs-material/.github/assets/sponsors/sponsor-3dr.png new file mode 100644 index 0000000..80ca01e Binary files /dev/null and b/mkdocs-material/.github/assets/sponsors/sponsor-3dr.png differ diff --git a/mkdocs-material/.github/assets/sponsors/sponsor-apex-ai.png b/mkdocs-material/.github/assets/sponsors/sponsor-apex-ai.png new file mode 100644 index 0000000..74ee858 Binary files /dev/null and b/mkdocs-material/.github/assets/sponsors/sponsor-apex-ai.png differ diff --git a/mkdocs-material/.github/assets/sponsors/sponsor-astral.png b/mkdocs-material/.github/assets/sponsors/sponsor-astral.png new file mode 100644 index 0000000..dda0e60 Binary files /dev/null and b/mkdocs-material/.github/assets/sponsors/sponsor-astral.png differ diff --git a/mkdocs-material/.github/assets/sponsors/sponsor-basler.png b/mkdocs-material/.github/assets/sponsors/sponsor-basler.png new file mode 100644 index 0000000..679da9c Binary files /dev/null and b/mkdocs-material/.github/assets/sponsors/sponsor-basler.png differ diff --git a/mkdocs-material/.github/assets/sponsors/sponsor-bitcrowd.png b/mkdocs-material/.github/assets/sponsors/sponsor-bitcrowd.png new file mode 100644 index 0000000..17053c3 Binary files /dev/null and b/mkdocs-material/.github/assets/sponsors/sponsor-bitcrowd.png differ diff --git a/mkdocs-material/.github/assets/sponsors/sponsor-botcity.png b/mkdocs-material/.github/assets/sponsors/sponsor-botcity.png new file mode 100644 index 0000000..bf22945 Binary files /dev/null and b/mkdocs-material/.github/assets/sponsors/sponsor-botcity.png differ diff --git a/mkdocs-material/.github/assets/sponsors/sponsor-buhler.png b/mkdocs-material/.github/assets/sponsors/sponsor-buhler.png new file mode 100644 index 0000000..d58a2c5 Binary files /dev/null and b/mkdocs-material/.github/assets/sponsors/sponsor-buhler.png differ diff --git a/mkdocs-material/.github/assets/sponsors/sponsor-cashapp.png b/mkdocs-material/.github/assets/sponsors/sponsor-cashapp.png new file mode 100644 index 0000000..91bc9eb Binary files /dev/null and b/mkdocs-material/.github/assets/sponsors/sponsor-cashapp.png differ diff --git a/mkdocs-material/.github/assets/sponsors/sponsor-cirrus-ci.png b/mkdocs-material/.github/assets/sponsors/sponsor-cirrus-ci.png new file mode 100644 index 0000000..7146f8c Binary files /dev/null and b/mkdocs-material/.github/assets/sponsors/sponsor-cirrus-ci.png differ diff --git a/mkdocs-material/.github/assets/sponsors/sponsor-civic-actions.png b/mkdocs-material/.github/assets/sponsors/sponsor-civic-actions.png new file mode 100644 index 0000000..8da7b9e Binary files /dev/null and b/mkdocs-material/.github/assets/sponsors/sponsor-civic-actions.png differ diff --git a/mkdocs-material/.github/assets/sponsors/sponsor-coda.png b/mkdocs-material/.github/assets/sponsors/sponsor-coda.png new file mode 100644 index 0000000..014934f Binary files /dev/null and b/mkdocs-material/.github/assets/sponsors/sponsor-coda.png differ diff --git a/mkdocs-material/.github/assets/sponsors/sponsor-dogado.png b/mkdocs-material/.github/assets/sponsors/sponsor-dogado.png new file mode 100644 index 0000000..c926c03 Binary files /dev/null and b/mkdocs-material/.github/assets/sponsors/sponsor-dogado.png differ diff --git a/mkdocs-material/.github/assets/sponsors/sponsor-eccenca.png b/mkdocs-material/.github/assets/sponsors/sponsor-eccenca.png new file mode 100644 index 0000000..f3c2153 Binary files /dev/null and b/mkdocs-material/.github/assets/sponsors/sponsor-eccenca.png differ diff --git a/mkdocs-material/.github/assets/sponsors/sponsor-elastic.png b/mkdocs-material/.github/assets/sponsors/sponsor-elastic.png new file mode 100644 index 0000000..080d9a0 Binary files /dev/null and b/mkdocs-material/.github/assets/sponsors/sponsor-elastic.png differ diff --git a/mkdocs-material/.github/assets/sponsors/sponsor-equipmentshare.png b/mkdocs-material/.github/assets/sponsors/sponsor-equipmentshare.png new file mode 100644 index 0000000..ab7e400 Binary files /dev/null and b/mkdocs-material/.github/assets/sponsors/sponsor-equipmentshare.png differ diff --git a/mkdocs-material/.github/assets/sponsors/sponsor-evergiving.png b/mkdocs-material/.github/assets/sponsors/sponsor-evergiving.png new file mode 100644 index 0000000..31950c7 Binary files /dev/null and b/mkdocs-material/.github/assets/sponsors/sponsor-evergiving.png differ diff --git a/mkdocs-material/.github/assets/sponsors/sponsor-fastapi.png b/mkdocs-material/.github/assets/sponsors/sponsor-fastapi.png new file mode 100644 index 0000000..b0c84c5 Binary files /dev/null and b/mkdocs-material/.github/assets/sponsors/sponsor-fastapi.png differ diff --git a/mkdocs-material/.github/assets/sponsors/sponsor-future.svg b/mkdocs-material/.github/assets/sponsors/sponsor-future.svg new file mode 100644 index 0000000..a1a3600 --- /dev/null +++ b/mkdocs-material/.github/assets/sponsors/sponsor-future.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/mkdocs-material/.github/assets/sponsors/sponsor-getscreenme.png b/mkdocs-material/.github/assets/sponsors/sponsor-getscreenme.png new file mode 100644 index 0000000..fc3c974 Binary files /dev/null and b/mkdocs-material/.github/assets/sponsors/sponsor-getscreenme.png differ diff --git a/mkdocs-material/.github/assets/sponsors/sponsor-hummingbot.png b/mkdocs-material/.github/assets/sponsors/sponsor-hummingbot.png new file mode 100644 index 0000000..2d172e7 Binary files /dev/null and b/mkdocs-material/.github/assets/sponsors/sponsor-hummingbot.png differ diff --git a/mkdocs-material/.github/assets/sponsors/sponsor-invers.png b/mkdocs-material/.github/assets/sponsors/sponsor-invers.png new file mode 100644 index 0000000..1db8872 Binary files /dev/null and b/mkdocs-material/.github/assets/sponsors/sponsor-invers.png differ diff --git a/mkdocs-material/.github/assets/sponsors/sponsor-ip-fabric.png b/mkdocs-material/.github/assets/sponsors/sponsor-ip-fabric.png new file mode 100644 index 0000000..c86ec46 Binary files /dev/null and b/mkdocs-material/.github/assets/sponsors/sponsor-ip-fabric.png differ diff --git a/mkdocs-material/.github/assets/sponsors/sponsor-jitterbit.png b/mkdocs-material/.github/assets/sponsors/sponsor-jitterbit.png new file mode 100644 index 0000000..aeade4d Binary files /dev/null and b/mkdocs-material/.github/assets/sponsors/sponsor-jitterbit.png differ diff --git a/mkdocs-material/.github/assets/sponsors/sponsor-kolena.png b/mkdocs-material/.github/assets/sponsors/sponsor-kolena.png new file mode 100644 index 0000000..a0a65d3 Binary files /dev/null and b/mkdocs-material/.github/assets/sponsors/sponsor-kolena.png differ diff --git a/mkdocs-material/.github/assets/sponsors/sponsor-koor.png b/mkdocs-material/.github/assets/sponsors/sponsor-koor.png new file mode 100644 index 0000000..dfa2c5f Binary files /dev/null and b/mkdocs-material/.github/assets/sponsors/sponsor-koor.png differ diff --git a/mkdocs-material/.github/assets/sponsors/sponsor-kx.png b/mkdocs-material/.github/assets/sponsors/sponsor-kx.png new file mode 100644 index 0000000..fb2b8ad Binary files /dev/null and b/mkdocs-material/.github/assets/sponsors/sponsor-kx.png differ diff --git a/mkdocs-material/.github/assets/sponsors/sponsor-lechler.png b/mkdocs-material/.github/assets/sponsors/sponsor-lechler.png new file mode 100644 index 0000000..b4200d3 Binary files /dev/null and b/mkdocs-material/.github/assets/sponsors/sponsor-lechler.png differ diff --git a/mkdocs-material/.github/assets/sponsors/sponsor-maxar.png b/mkdocs-material/.github/assets/sponsors/sponsor-maxar.png new file mode 100644 index 0000000..56bc8b1 Binary files /dev/null and b/mkdocs-material/.github/assets/sponsors/sponsor-maxar.png differ diff --git a/mkdocs-material/.github/assets/sponsors/sponsor-milford.png b/mkdocs-material/.github/assets/sponsors/sponsor-milford.png new file mode 100644 index 0000000..21bd4f8 Binary files /dev/null and b/mkdocs-material/.github/assets/sponsors/sponsor-milford.png differ diff --git a/mkdocs-material/.github/assets/sponsors/sponsor-n8n.png b/mkdocs-material/.github/assets/sponsors/sponsor-n8n.png new file mode 100644 index 0000000..57fc969 Binary files /dev/null and b/mkdocs-material/.github/assets/sponsors/sponsor-n8n.png differ diff --git a/mkdocs-material/.github/assets/sponsors/sponsor-neptune-ai.png b/mkdocs-material/.github/assets/sponsors/sponsor-neptune-ai.png new file mode 100644 index 0000000..0158c8e Binary files /dev/null and b/mkdocs-material/.github/assets/sponsors/sponsor-neptune-ai.png differ diff --git a/mkdocs-material/.github/assets/sponsors/sponsor-oikolab.png b/mkdocs-material/.github/assets/sponsors/sponsor-oikolab.png new file mode 100644 index 0000000..8fd593f Binary files /dev/null and b/mkdocs-material/.github/assets/sponsors/sponsor-oikolab.png differ diff --git a/mkdocs-material/.github/assets/sponsors/sponsor-posit.png b/mkdocs-material/.github/assets/sponsors/sponsor-posit.png new file mode 100644 index 0000000..a599ece Binary files /dev/null and b/mkdocs-material/.github/assets/sponsors/sponsor-posit.png differ diff --git a/mkdocs-material/.github/assets/sponsors/sponsor-prefect.png b/mkdocs-material/.github/assets/sponsors/sponsor-prefect.png new file mode 100644 index 0000000..c30ec9e Binary files /dev/null and b/mkdocs-material/.github/assets/sponsors/sponsor-prefect.png differ diff --git a/mkdocs-material/.github/assets/sponsors/sponsor-rackn.png b/mkdocs-material/.github/assets/sponsors/sponsor-rackn.png new file mode 100644 index 0000000..77bf33d Binary files /dev/null and b/mkdocs-material/.github/assets/sponsors/sponsor-rackn.png differ diff --git a/mkdocs-material/.github/assets/sponsors/sponsor-sailpoint.png b/mkdocs-material/.github/assets/sponsors/sponsor-sailpoint.png new file mode 100644 index 0000000..042b030 Binary files /dev/null and b/mkdocs-material/.github/assets/sponsors/sponsor-sailpoint.png differ diff --git a/mkdocs-material/.github/assets/sponsors/sponsor-siemens.png b/mkdocs-material/.github/assets/sponsors/sponsor-siemens.png new file mode 100644 index 0000000..5a42914 Binary files /dev/null and b/mkdocs-material/.github/assets/sponsors/sponsor-siemens.png differ diff --git a/mkdocs-material/.github/assets/sponsors/sponsor-sn-technology.png b/mkdocs-material/.github/assets/sponsors/sponsor-sn-technology.png new file mode 100644 index 0000000..9d72964 Binary files /dev/null and b/mkdocs-material/.github/assets/sponsors/sponsor-sn-technology.png differ diff --git a/mkdocs-material/.github/assets/sponsors/sponsor-sparkfun.png b/mkdocs-material/.github/assets/sponsors/sponsor-sparkfun.png new file mode 100644 index 0000000..e155d95 Binary files /dev/null and b/mkdocs-material/.github/assets/sponsors/sponsor-sparkfun.png differ diff --git a/mkdocs-material/.github/assets/sponsors/sponsor-spotware.png b/mkdocs-material/.github/assets/sponsors/sponsor-spotware.png new file mode 100644 index 0000000..3afab60 Binary files /dev/null and b/mkdocs-material/.github/assets/sponsors/sponsor-spotware.png differ diff --git a/mkdocs-material/.github/assets/sponsors/sponsor-trendpop.png b/mkdocs-material/.github/assets/sponsors/sponsor-trendpop.png new file mode 100644 index 0000000..4c2cd8a Binary files /dev/null and b/mkdocs-material/.github/assets/sponsors/sponsor-trendpop.png differ diff --git a/mkdocs-material/.github/assets/sponsors/sponsor-wwt.png b/mkdocs-material/.github/assets/sponsors/sponsor-wwt.png new file mode 100644 index 0000000..6bc5148 Binary files /dev/null and b/mkdocs-material/.github/assets/sponsors/sponsor-wwt.png differ diff --git a/mkdocs-material/.github/assets/sponsors/sponsor-zenoss.png b/mkdocs-material/.github/assets/sponsors/sponsor-zenoss.png new file mode 100644 index 0000000..fae4549 Binary files /dev/null and b/mkdocs-material/.github/assets/sponsors/sponsor-zenoss.png differ diff --git a/mkdocs-material/.github/dependabot.yml b/mkdocs-material/.github/dependabot.yml new file mode 100644 index 0000000..fe7664b --- /dev/null +++ b/mkdocs-material/.github/dependabot.yml @@ -0,0 +1,45 @@ +# Copyright (c) 2016-2024 Martin Donath + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. + +version: 2 +updates: +- package-ecosystem: npm + open-pull-requests-limit: 10 + directory: "/" + labels: [] + schedule: + interval: weekly + time: "04:00" +- package-ecosystem: pip + # We only want to bump versions of packages in case of security updates, as + # we want to keep maximum compatibility - see https://t.ly/INSR_ + open-pull-requests-limit: 0 + directory: "/" + labels: [] + schedule: + interval: weekly + time: "04:00" +- package-ecosystem: github-actions + open-pull-requests-limit: 10 + directory: "/" + labels: [] + schedule: + interval: weekly + time: "04:00" diff --git a/mkdocs-material/.github/workflows/build.yml b/mkdocs-material/.github/workflows/build.yml new file mode 100644 index 0000000..4838816 --- /dev/null +++ b/mkdocs-material/.github/workflows/build.yml @@ -0,0 +1,205 @@ +# Copyright (c) 2016-2024 Martin Donath + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. + +name: build +on: + push: + branches: + - master + pull_request: + release: + types: + - published + +env: + NODE_VERSION: 18.x + PYTHON_VERSION: 3.x + +permissions: + contents: read + +jobs: + npm-build: + runs-on: ubuntu-latest + steps: + + - name: Checkout repository + uses: actions/checkout@v4 + + - name: Set up Node.js runtime + uses: actions/setup-node@v4 + with: + node-version: ${{ env.NODE_VERSION }} + + - name: Set up Node.js dependency cache + uses: actions/cache@v4 + id: cache + with: + key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }} + path: node_modules + + - name: Set up Node.js dependencies + if: steps.cache.outputs.cache-hit != 'true' + run: npm install + + - name: Build project + run: | + npm run build + git diff --name-only + + npm-check: + runs-on: ubuntu-latest + steps: + + - name: Checkout repository + uses: actions/checkout@v4 + + - name: Set up Node.js runtime + uses: actions/setup-node@v4 + with: + node-version: ${{ env.NODE_VERSION }} + + - name: Set up Node.js dependency cache + uses: actions/cache@v4 + id: cache + with: + key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }} + path: node_modules + + - name: Set up Node.js dependencies + if: steps.cache.outputs.cache-hit != 'true' + run: npm install + + - name: Check project + run: npm run check + + python: + runs-on: ubuntu-latest + steps: + + - name: Checkout repository + uses: actions/checkout@v4 + + - name: Set up Python runtime + uses: actions/setup-python@v5 + with: + python-version: ${{ env.PYTHON_VERSION }} + cache: pip + cache-dependency-path: | + pyproject.toml + requirements.txt + + - name: Set up Python dependencies + run: pip install --upgrade build twine + + - name: Build Python package + run: python -m build + + - name: Publish Python package + if: github.event_name == 'release' + env: + PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }} + PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }} + run: twine upload --disable-progress-bar -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD} dist/* + + docker: + runs-on: ubuntu-latest + steps: + + - name: Checkout repository + uses: actions/checkout@v4 + + - name: Set up QEMU + uses: docker/setup-qemu-action@v3 + + - name: Set up Docker Buildx + uses: docker/setup-buildx-action@v3 + + - name: Login to DockerHub + if: github.event_name == 'release' + uses: docker/login-action@v3 + with: + username: ${{ secrets.DOCKER_USERNAME }} + password: ${{ secrets.DOCKER_PASSWORD }} + + - name: Login to GitHub Container Registry + if: github.event_name == 'release' + uses: docker/login-action@v3 + with: + registry: ghcr.io + username: ${{ github.repository_owner }} + password: ${{ secrets.GHCR_TOKEN }} + + - name: Generate Docker tags and labels + id: meta + uses: docker/metadata-action@v5 + with: + images: | + ${{ github.event.repository.full_name }} + ghcr.io/${{ github.event.repository.full_name }} + tags: | + type=semver,pattern={{version}} + type=semver,pattern={{major}}.{{minor}} + type=semver,pattern={{major}} + type=ref,event=branch + type=ref,event=pr + flavor: | + latest=${{ github.event.release.prerelease == false }} + + - name: Build Docker image + uses: docker/build-push-action@v6 + with: + context: . + load: true + tags: ${{ steps.meta.outputs.tags }} + labels: ${{ steps.meta.outputs.labels }} + + - name: Check Docker image + working-directory: /tmp + env: + REPO_FULL_NAME: '${{ github.event.repository.full_name }}' + run: | + docker run --rm -i -v ${PWD}:/docs ${REPO_FULL_NAME,,}:${{ steps.meta.outputs.version }} new . + docker run --rm -i -v ${PWD}:/docs ${REPO_FULL_NAME,,}:${{ steps.meta.outputs.version }} build + + - name: Set platforms + if: github.event_name == 'release' + run: | + echo "PLATFORMS=linux/amd64,linux/arm64,linux/arm/v7" >> $GITHUB_ENV + + - name: Publish Docker image + uses: docker/build-push-action@v6 + with: + context: . + platforms: ${{ env.PLATFORMS }} + push: ${{ github.event_name == 'release' }} + tags: ${{ steps.meta.outputs.tags }} + labels: ${{ steps.meta.outputs.labels }} + + - name: Check manifest + if: github.event_name == 'release' + run: | + docker buildx imagetools inspect ${{ github.event.repository.full_name }}:${{ steps.meta.outputs.version }} + + - name: Inspect image + if: github.event_name == 'release' + run: | + docker pull ${{ github.event.repository.full_name }}:${{ steps.meta.outputs.version }} + docker image inspect ${{ github.event.repository.full_name }}:${{ steps.meta.outputs.version }} diff --git a/mkdocs-material/.github/workflows/documentation.yml b/mkdocs-material/.github/workflows/documentation.yml new file mode 100644 index 0000000..bd712aa --- /dev/null +++ b/mkdocs-material/.github/workflows/documentation.yml @@ -0,0 +1,118 @@ +# Copyright (c) 2016-2024 Martin Donath + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. + +name: documentation +on: + push: + branches: + - master + +env: + PYTHON_VERSION: 3.x + +permissions: + contents: write + id-token: write + pages: write + +jobs: + documentation: + name: Build documentation + runs-on: ubuntu-latest + steps: + + - name: Checkout repository + uses: actions/checkout@v4 + with: + fetch-depth: 0 + sparse-checkout: | + docs + includes + material/overrides + src/templates/partials/languages + + - name: Set up Python runtime + uses: actions/setup-python@v5 + with: + python-version: ${{ env.PYTHON_VERSION }} + cache: pip + cache-dependency-path: | + pyproject.toml + requirements.txt + + - name: Set up build cache + uses: actions/cache/restore@v4 + with: + key: mkdocs-material-${{ hashfiles('.cache/**') }} + path: .cache + restore-keys: | + mkdocs-material- + + - name: Install dependencies + run: sudo apt-get install pngquant + + - name: Install Python dependencies + run: | + pip install mkdocs-material + pip install .[recommended,git,imaging] + + - name: Install Insiders build + if: github.event.repository.fork == false + env: + GH_TOKEN: ${{ secrets.GH_TOKEN }} + run: | + # Warning: please don't use this method when installing Insiders from + # CI! We have to do it this way in order to allow for overrides on our + # own documentation, but you should stick to the method we recommend + # in the publishing guide – see https://bit.ly/3zjdJtw + git clone --depth 1 https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git + pip install -e mkdocs-material-insiders + cp mkdocs-material-insiders/mkdocs.yml mkdocs.yml + # echo 'extra_javascript: [${{ vars.CHAT_CLIENT_URL }}]' >> mkdocs.yml + rm -rf material + cp -r mkdocs-material-insiders/material material + + - name: Build documentation + env: + GH_TOKEN: ${{ secrets.GH_TOKEN }} + GOOGLE_ANALYTICS_KEY: ${{ secrets.GOOGLE_ANALYTICS_KEY }} + run: | + mkdocs build --clean + mkdocs --version + + - name: Adjust permissions + run: | + chmod -c -R +rX site/ | while read line; do + echo "::warning title=Invalid file permissions automatically fixed::$line" + done + + - name: Upload to GitHub Pages + uses: actions/upload-pages-artifact@v3 + with: + path: site + + - name: Deploy to GitHub Pages + uses: actions/deploy-pages@v4 + + - name: Save build cache + uses: actions/cache/save@v4 + with: + key: mkdocs-material-${{ hashfiles('.cache/**') }} + path: .cache diff --git a/mkdocs-material/.gitignore b/mkdocs-material/.gitignore new file mode 100644 index 0000000..04f3c0e --- /dev/null +++ b/mkdocs-material/.gitignore @@ -0,0 +1,71 @@ +# Copyright (c) 2016-2024 Martin Donath + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. + +# ----------------------------------------------------------------------------- +# Node, TypeScript, Python +# ----------------------------------------------------------------------------- + +# Dependencies +node_modules +__pycache__ +venv +.venv + +# Build files +build +site + +# Distribution files +dist +mkdocs_material.egg-info + +# Caches and logs +*.cpuprofile +*.log +*.tsbuildinfo +.cache +.eslintcache +__pycache__ + +# Examples +example +example.zip + +# ----------------------------------------------------------------------------- +# General +# ----------------------------------------------------------------------------- + +# Never ignore .gitkeep files +!**/.gitkeep + +# macOS internals +.DS_Store + +# Temporary files +TODO +tmp + +# IDEs +.vscode +.idea +*~ + +# Vendor resources +/material/assets/vendor diff --git a/mkdocs-material/.stylelintignore b/mkdocs-material/.stylelintignore new file mode 100644 index 0000000..2ddc9da --- /dev/null +++ b/mkdocs-material/.stylelintignore @@ -0,0 +1,28 @@ +# Copyright (c) 2016-2024 Martin Donath + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. + +# Distribution files +docs +material +src/**/*.html + +# Prevent stylelint from constantly complaining +*.css +*.ts diff --git a/mkdocs-material/.stylelintrc b/mkdocs-material/.stylelintrc new file mode 100644 index 0000000..390a629 --- /dev/null +++ b/mkdocs-material/.stylelintrc @@ -0,0 +1,166 @@ +{ + "extends": [ + "@stylistic/stylelint-config", + "stylelint-config-recess-order", + "stylelint-config-recommended", + "stylelint-config-standard-scss" + ], + "plugins": [ + "@stylistic/stylelint-plugin", + "stylelint-scss" + ], + "rules": { + "alpha-value-notation": "number", + "annotation-no-unknown": null, + "at-rule-empty-line-before": [ + "always", + { + "except": [ + "blockless-after-same-name-blockless", + "first-nested" + ], + "ignore": [ + "after-comment" + ], + "ignoreAtRules": [ + "if", + "each", + "else", + "elseif", + "for", + "import", + "return" + ] + } + ], + "at-rule-no-unknown": null, + "color-function-notation": null, + "color-hex-length": "long", + "color-named": "never", + "comment-empty-line-before": [ + "always", + { + "ignore": [ + "stylelint-commands" + ] + } + ], + "custom-property-empty-line-before": null, + "custom-property-pattern": null, + "declaration-no-important": true, + "declaration-block-single-line-max-declarations": 0, + "font-family-name-quotes": "always-where-recommended", + "font-weight-notation": "numeric", + "function-calc-no-unspaced-operator": null, + "function-no-unknown": null, + "function-url-no-scheme-relative": true, + "function-url-quotes": "always", + "hue-degree-notation": "number", + "length-zero-no-unit": [ + true, + { + "ignore": ["custom-properties"] + } + ], + "media-feature-name-no-unknown": null, + "media-feature-range-notation": null, + "media-query-no-invalid": null, + "no-descending-specificity": null, + "no-unknown-animations": true, + "property-no-unknown": null, + "property-no-vendor-prefix": [ + true, + { + "ignoreProperties": [ + "line-clamp", + "box-orient" + ] + } + ], + "selector-class-pattern": null, + "selector-id-pattern": null, + "selector-max-id": 0, + "selector-no-qualifying-type": null, + "selector-pseudo-class-no-unknown": null, + "selector-pseudo-element-no-unknown": null, + "unit-allowed-list": [ + "%", + "ch", + "dppx", + "deg", + "em", + "fr", + "mm", + "ms", + "px", + "vh", + "vw" + ], + "value-keyword-case": [ + "lower", + { + "ignoreProperties": [ + "/^--/" + ] + } + ], + "value-no-vendor-prefix": [ + true, + { + "ignoreValues": [ + "box" + ] + } + ], + "scss/at-each-key-value-single-line": true, + "scss/at-else-closing-brace-newline-after": "always-last-in-chain", + "scss/at-function-parentheses-space-before": "never", + "scss/at-function-pattern": "^[a-z][a-z0-9]*(-[a-z0-9]+)*$", + "scss/at-if-closing-brace-newline-after": "always-last-in-chain", + "scss/at-if-no-null": true, + "scss/at-mixin-argumentless-call-parentheses": "always", + "scss/at-mixin-parentheses-space-before": "never", + "scss/at-mixin-pattern": "^[a-z][a-z0-9]*(-[a-z0-9]+)*$", + "scss/at-rule-conditional-no-parentheses": true, + "scss/comment-no-empty": null, + "scss/comment-no-loud": true, + "scss/declaration-nested-properties": "never", + "scss/dimension-no-non-numeric-values": true, + "scss/dollar-variable-colon-newline-after": "always-multi-line", + "scss/dollar-variable-colon-space-after": "always-single-line", + "scss/dollar-variable-colon-space-before": "never", + "scss/dollar-variable-first-in-block": null, + "scss/dollar-variable-no-missing-interpolation": true, + "scss/dollar-variable-pattern": "^[a-z][a-z0-9]*(-[a-z0-9]+)*$", + "scss/double-slash-comment-empty-line-before": null, + "scss/double-slash-comment-whitespace-inside": "always", + "scss/at-extend-no-missing-placeholder": null, + "scss/load-partial-extension": "never", + "scss/no-duplicate-mixins": true, + "scss/no-global-function-names": null, + "scss/operator-no-newline-after": null, + "scss/operator-no-unspaced": true, + "scss/partial-no-import": true, + "scss/percent-placeholder-pattern": "^[a-z][a-z0-9]*(-[a-z0-9]+)*$", + "scss/selector-no-redundant-nesting-selector": true, + "@stylistic/block-closing-brace-newline-after": [ + "always", + { + "ignoreAtRules": [ + "if", + "else", + "elseif" + ] + } + ], + "@stylistic/declaration-colon-space-after": null, + "@stylistic/no-empty-first-line": true, + "@stylistic/linebreaks": "unix", + "@stylistic/selector-combinator-space-before": null, + "@stylistic/selector-descendant-combinator-no-non-space": null, + "@stylistic/selector-max-empty-lines": 0, + "@stylistic/string-quotes": "double", + "@stylistic/unicode-bom": "never", + "@stylistic/value-list-comma-newline-after": null + } +} diff --git a/mkdocs-material/CHANGELOG b/mkdocs-material/CHANGELOG new file mode 100644 index 0000000..3d9cfcc --- /dev/null +++ b/mkdocs-material/CHANGELOG @@ -0,0 +1,3516 @@ +mkdocs-material-9.5.43 (2024-10-31) + + * Added support for external images in SVGs in privacy plugin + * Fixed #7651: Privacy plugin doesn't handle quoted URLs in CSS + +mkdocs-material-9.5.42 (2024-10-20) + + * Fixed #7625: Invalid encoding of boolean attributes in privacy plugin + * Fixed #7624: Crash when disabling privacy plugin (9.5.41 regression) + +mkdocs-material-9.5.41 (2024-10-15) + + * Fixed #7619: Improved tooltip on logo disappears after instant navigation + * Fixed #7616: Race condition in built-in privacy plugin when inlining assets + * Fixed #7615: Comments and "Was this page helpful?" visible when printing + +mkdocs-material-9.5.40 (2024-10-10) + + * Updated Latvian translations + * Fixed #7597: Social cards not using site name on home page + +mkdocs-material-9.5.39+insiders-4.53.14 (2024-09-29) + + * Fixed #7567: Empty headlines when using typeset plugin with anchorlinks + +mkdocs-material-9.5.39 (2024-09-29) + + * Fixed #7226: not staying on page when using mike's canonical versioning + +mkdocs-material-9.5.38 (2024-09-26) + + * Added Albanian translations + +mkdocs-material-9.5.37 (2024-09-25) + + * Added 4th and 5th level ordered list styles + * Fixed #7548: Tags have no spacing in search + +mkdocs-material-9.5.36 (2024-09-21) + + * Fixed #7544: Social cards incorrectly rendering HTML entities + * Fixed #7542: Improved support for setting custom list styles + +mkdocs-material-9.5.35 (2024-09-18) + + * Fixed #7498: Search not showing for Vietnamese language + +mkdocs-material-9.5.34+insiders-4.53.13 (2024-09-14) + + * Fixed #7520: Social plugin errors for generated files (MkDocs 1.6+) + +mkdocs-material-9.5.34 (2024-08-31) + + * Updated Mermaid.js to version 11 (latest) + +mkdocs-material-9.5.33 (2024-08-23) + + * Fixed #7453: Incorrect position of tooltip when sorting table + +mkdocs-material-9.5.32 (2024-08-19) + + * Fixed RXSS vulnerability via deep link in search results + * Added support for fetching latest release from GitLab + +mkdocs-material-9.5.31+insiders-4.53.12 (2024-08-02) + + * Fixed #7410: Instant previews jump on content tabs with anchor links + * Fixed #7408: Instant previews jump on content tabs + +mkdocs-material-9.5.31 (2024-08-02) + + * Fixed #7405: DockerHub missing images > 9.5.27 due to change in Alpine/APK + +mkdocs-material-9.5.30 (2024-07-23) + + * Fixed #7380: Navigation icons disappearing on hover in Safari + * Fixed #7367: Blog readtime computation includes SVG text content + +mkdocs-material-9.5.29 (2024-07-14) + + * Updated Galician translations + * Fixed #7362: Annotations in figure captions rendering incorrectly + +mkdocs-material-9.5.28 (2024-07-02) + + * Fixed #7313: Improved tooltips mounted in sidebar when feature is disabled + +mkdocs-material-9.5.27 (2024-06-16) + + * Updated Estonian translations + +mkdocs-material-9.5.26 (2024-06-06) + + * Fixed #7232: Tab switches on scroll when linking tabs (9.5.19 regression) + * Fixed #7230: Blog author avatar broken when referring to local file + +mkdocs-material-9.5.25+insiders-4.53.11 (2024-05-27) + + * Fixed projects plugin crashing when serving before building subprojects + +mkdocs-material-9.5.25 (2024-05-27) + + * Fixed #7209: Tags plugin crashing on numeric tags + +mkdocs-material-9.5.24+insiders-4.53.10 (2024-05-20) + + * Fixed projects plugin crashing in serve mode when disabled + * Fixed projects plugin crashing when building nested projects + +mkdocs-material-9.5.24+insiders-4.53.9 (2024-05-20) + + * Fixed #7191: Tags listings not rendering when toc_depth is changed + +mkdocs-material-9.5.24 (2024-05-20) + + * Fixed #7187: Version selector title rendering issue + +mkdocs-material-9.5.23 (2024-05-15) + + * Fixed #7183: Edge case in anchor navigation when using instant navigation + * Fixed #6436: Version selector not showing version alias + +mkdocs-material-9.5.22 (2024-05-12) + + * Fixed #7170: Copy button adds empty lines for line spans (9.5.18 regression) + * Fixed #7160: Version switching doesn't stay on page (9.5.5 regression) + * Fixed #5619: Links in Mermaid.js diagrams not discernible + +mkdocs-material-9.5.21 (2024-05-03) + + * Fixed #7133: Ensure latest version of Mermaid.js is used + * Fixed #7125: Added warning for dotfiles in info plugin + +mkdocs-material-9.5.20 (2024-04-29) + + * Fixed deprecation warning in privacy plugin (9.5.19 regression) + * Fixed #7119: Tags plugin emits deprecation warning (9.5.19 regression) + * Fixed #7118: Social plugin crashes if fonts are disabled (9.5.19 regression) + * Fixed #7085: Social plugin crashes on Windows when downloading fonts + +mkdocs-material-9.5.19+insiders-4.53.8 (2024-04-26) + + * Fixed #7052: Preview extension automatically including all pages + * Fixed #7051: Instant previews mounting on footnote references + * Fixed #5165: Improved tooltips not mounting in sidebar for typeset plugin + +mkdocs-material-9.5.19+insiders-4.53.7 (2024-04-25) + + * Fixed #7060: Incorrect resolution of translation when using static-i18n + +mkdocs-material-9.5.19 (2024-04-25) + + * Updated MkDocs to 1.6 and limited version to < 2 + * Updated Docker image to latest Alpine Linux + * Removed setup.py, now that GitHub fully understands pyproject.toml + * Improved interop of social plugin with third-party MkDocs themes + * Fixed #7099: Blog reading time not rendered correctly for Japanese + * Fixed #7097: Improved resilience of tags plugin when no tags are given + * Fixed #7090: Active tab indicator in nested content tabs rendering bug + +mkdocs-material-9.5.18 (2024-04-16) + + * Refactored tooltips implementation to fix positioning issues + * Fixed #7044: Rendering glitch when hovering contributor avatar in Chrome + * Fixed #7043: Highlighted lines in code blocks cutoff on mobile + * Fixed #6910: Incorrect position of tooltip for page status in sidebar + * Fixed #6760: Incorrect position and overly long tooltip in tables + * Fixed #6488: Incorrect position and cutoff tooltip in content tabs + +mkdocs-material-9.5.17+insiders-4.53.6 (2024-04-05) + + * Ensure working directory is set for projects when using projects plugin + * Fixed #6970: Incorrect relative paths in git submodules with projects plugin + +mkdocs-material-9.5.17+insiders-4.53.5 (2024-04-02) + + * Fixed social plugin crashing when no colors are specified in palettes + +mkdocs-material-9.5.17 (2024-04-02) + + * Updated Serbian translations + * Fixed #7003: Confusing keyboard interaction for palette toggle + * Fixed #7001: Blog posts now show time by default (9.5.16 regression) + * Fixed edge case in backport of social plugin font loading logic + +mkdocs-material-9.5.16+insiders-4.53.4 (2024-03-31) + + * Fixed #6973: Escaping issue in tags extra files deprecation helper + +mkdocs-material-9.5.16 (2024-03-31) + + * Updated Russian translations + * Improved error handling and reporting in social plugin + * Improved error handling and reporting in privacy plugin + * Fixed blog plugin not allowing to use time in format strings + * Fixed #6983: Social plugin crashes because of Google Fonts API change + +mkdocs-material-9.5.15+insiders-4.53.3 (2024-03-23) + + * Added support for font variants in social plugin + * Improved resilience of font resolution in social plugin + * Fixed tag listing sometimes not being auto-populated + * Fixed tag listing scope not being correctly resolved + * Fixed #6941: Meta plugin adding duplicate entries + * Fixed #6928: Social plugin crashes for some fonts + +mkdocs-material-9.5.15 (2024-03-23) + + * Reverted fix for transparent iframes (9.5.14) + * Fixed #6929: Interference of social plugin and auto dark mode + * Fixed #6938: Giscus shows dark background in light mode (9.5.14 regression) + +mkdocs-material-9.5.14+insiders-4.53.2 (2024-03-18) + + * Fixed abort on first non-matching configuration in preview extension + * Fixed #6914: Meta files take precedence over front matter + +mkdocs-material-9.5.14 (2024-03-18) + + * Added support for hiding versions from selector when using mike + * Added init system to improve signal handling in Docker image + * Fixed edge cases in exclusion logic of info plugin + * Fixed inability to reset pipeline in search plugin + * Fixed syntax error in Finnish translations + * Fixed #6917: UTF-8 encoding problems in blog plugin on Windows + * Fixed #6889: Transparent iframes get background color + +mkdocs-material-9.5.13+insiders-4.53.1 (2024-03-06) + + * Fixed #6877: Projects plugin computes incorrect path to assets + * Fixed #6869: Blog plugin should emit warning on invalid related link + +mkdocs-material-9.5.13 (2024-03-06) + + * Updated Slovak translations + * Improved info plugin interop with projects plugin + * Improved info plugin inclusion/exclusion logic + * Fixed info plugin not gathering files recursively + * Fixed #6750: Ensure info plugin packs up all necessary files + +mkdocs-material-9.5.12 (2024-02-29) + + * Fixed #6846: Some meta tags removed on instant navigation (9.4.2 regression) + * Fixed #6823: KaTex not rendering on instant navigation (9.5.5 regression) + * Fixed #6821: Privacy plugin doesn't handle URLs with encoded characters + +mkdocs-material-9.5.11+insiders-4.53.0 (2024-02-24) + + * Added support for automatic instant previews + * Added support for pinned blog posts + +mkdocs-material-9.5.11 (2024-02-19) + + * Updated Finnish translation + +mkdocs-material-9.5.10+insiders-4.52.3 (2024-02-21) + + * Fixed resolution of URLs in instant previews + * Fixed instant previews not mounting for same-page links + +mkdocs-material-9.5.10 (2024-02-19) + + * Updated Bahasa Malaysia translations + * Fixed #6783: Hide continue reading link for blog posts without separators + * Fixed #6779: Incorrect positioning of integrated table of contents + +mkdocs-material-9.5.9 (2024-02-10) + + * Fixed navigation pruning with tabs and sections enabled + +mkdocs-material-9.5.8+insiders-4.52.2 (2024-02-07) + + * Fixed #6735: Instant previews misplaced when below tabs + +mkdocs-material-9.5.8 (2024-02-07) + + * Added Tamil translations + * Updated Esperanto translations + * Fixed relative images not being resolved for instant navigation + +mkdocs-material-9.5.7 (2024-02-03) + + * Fixed #6731: Small images in figures are not centered + * Fixed #6719: Instant navigation breaks table of contents (9.5.5 regression) + +mkdocs-material-9.5.6+insiders-4.52.1 (2024-01-30) + + * Fixed #6705: Navigation path not being hidden when specified + * Fixed #6703: New tags plugin crashes on Windows (2nd attempt) + +mkdocs-material-9.5.6+insiders-4.52.0 (2024-01-28) + + * Added support for instant previews + * Fixed footnote tooltips positioning edge cases + * Fixed #6703: New tags plugin crashes on Windows + +mkdocs-material-9.5.6 (2024-01-28) + + * Fixed #6700: Missing styles for Mermaid.js labels with Markdown + +mkdocs-material-9.5.5+insiders-4.51.0 (2024-01-24) + + * Added support for footnote tooltips + +mkdocs-material-9.5.5 (2024-01-24) + + * Updated Tagalog translations + * Updated Pillow to 10.2 to mitigate security vulnerabilities + * Improved resilience of instant navigation + * Fixed #6687: Updated Mermaid.js to version 10.7.0 (latest) + * Fixed #6652: Keyboard events in custom elements captured + * Fixed #6582: Instant navigation doesn't correctly handle alternate URLs + * Fixed #6565: Instant navigation doesn't allow for onclick handlers + * Fixed #6345: Instant navigation sometimes breaks browser back button + * Fixed #6334: Instant navigation doesn't correctly position anchors (Safari) + * Fixed #6275: Instant navigation doesn't correctly resolve after 404 + * Fixed #6102: Instant navigation reloads page on same link navigation + +mkdocs-material-9.5.4+insiders-4.50.0 (2024-01-19) + + * Added configurable logging capabilities to privacy plugin + +mkdocs-material-9.5.4 (2024-01-15) + + * Fixed #6645: Local storage with invalid value can break site + * Fixed #6635: Tags icons before default ignored if default is set + +mkdocs-material-9.5.3+insiders-4.49.2 (2024-01-09) + + * Fixed missing attribute lists extension for tags plugin + * Fixed #6627: New tags plugin crashes on Python 3.8 + +mkdocs-material-9.5.3+insiders-4.49.1 (2024-01-07) + + * Improved interop of new tags plugin with other plugins + * Fixed #6594: Tags plugin doesn't work with mkdocs-macros plugin + * Fixed #6569: Social plugin crashes if in different file system location + +mkdocs-material-9.5.3+insiders-4.49.0 (2023-12-29) + + * Added support for exporting tags and mappings + * Added support for disabling tags and/or listings or both + * Fixed tag links from pages to listings on homepage + +mkdocs-material-9.5.3+insiders-4.48.0 (2023-12-23) + + * Rewrite of tags plugin, now much more powerful + * Added support for nested tags (tag hierarchies, e.g. foo/bar) + * Added support for shadow tags (by list, prefix or suffix) + * Added support for custom tag layouts and templates + * Added support for hiding tags in table of contents + * Added support for configurable inline tag listings + * Added support for automatically linking to closest tag listing + * Added support for scoped listings (limit to subsection of site) + * Added support for multiple instances of tags plugin + * Added support for changing front matter property and template variable + * Added support for tag slugification format strings + * Fixed #6510: Projects plugin out of memory on Linux (4.47.1 regression) + * Fixed projects plugin not notifying plugins about serve mode + * Fixed projects plugin skipping projects on prefix match + * Deprecated tags_file and tags_extra_files settings + * Modernized tags plugin code base + +mkdocs-material-9.5.3 (2023-12-23) + + * Limited version range of MkDocs to < 1.6 + * Updated Macedonian translations + * Fixed #6520: Group plugin crashes when using mike + * Fixed #6494: Hide author's email address if disabled in git-authors plugin + +mkdocs-material-9.5.2+insiders-4.47.1 (2023-12-11) + + * Improved editing experience for projects plugin + * Improved resilience of optimize and social plugin + * Fixed race condition when writing manifest in optimize and social plugin + * Fixed #6475: Logo not taking precedence over icon in social card + * Fixed #6399: Projects plugin doesn't pick up added/removed projects + * Fixed #6306: Projects plugin cache not correctly updated + +mkdocs-material-9.5.2 (2023-12-11) + + * Fixed types for slugify settings in blog plugin config + * Fixed #6469: Horizontal scrollbars on MathJax containers + +mkdocs-material-9.5.1+insiders-4.47.0 (2023-12-08) + + * Added support for staying on page when switching languages + * Added configurable logging capabilities to projects plugin + * Removed temporary warning on blog plugin authors file format change + * Fixed projects plugin logging messages twice on Linux systems + * Fixed projects plugin trying to hoist theme assets of divergent themes + * Fixed compatibility of optimize plugin and projects plugin + * Fixed compatibility of social plugin and projects plugin + * Fixed #6448: Code line selection broken for code blocks with custom ids + * Fixed #6437: Projects plugin crashing for certain site URL configurations + * Fixed #6414: Projects plugin doesn't prefix messages coming from projects + +mkdocs-material-9.5.1 (2023-12-08) + + * Updated Greek translations + * Fixed #6464: Privacy plugin cannot be enabled + * Fixed #6461: Sorting blog posts ignores time component in date + +mkdocs-material-9.5.0 (2023-12-07) + + Merged Insiders features of 'Goat's Horn' funding goal + + * Added privacy plugin: automatic downloading of external assets + * Added support for card grids and grid layouts + * Added support for improved tooltips + * Added support for content tabs anchor links (deep linking) + * Added support for automatic dark/light mode + * Added support for document contributors + +mkdocs-material-9.4.14+insiders-4.46.0 (2023-11-26) + + * Added support for author profiles in blog plugin + * Fixed custom index pages yielding two navigation items (4.45.0 regression) + +mkdocs-material-9.4.14 (2023-11-26) + + * Added support for linking authors in blog posts + +mkdocs-material-9.4.13 (2023-11-26) + + * Fixed #6365: Blog plugin pagination links to previous pages broken + * Fixed #5758: Updated Mermaid.js to version 10.6.1 (latest) + +mkdocs-material-9.4.12+insiders-4.45.0 (2023-11-24) + + * Added support for sorting blog categories by post count or custom function + * Improved tags plugin to generate Unicode-aware slugs by default + * Fixed non-deterministic order of multiple authors in blog plugin + +mkdocs-material-9.4.12 (2023-11-24) + + * Improved blog plugin to generate Unicode-aware slugs by default + * Fixed non-deterministic order of categories in blog plugin + +mkdocs-material-9.4.11+insiders-4.44.0 (2023-11-23) + + * Added pagination settings for archive pages in blog plugin + * Added pagination settings for category pages in blog plugin + +mkdocs-material-9.4.11 (2023-11-23) + + * Fixed #6364: Search plugin crashing when enabling theme while serving + * Fixed blog plugin crashing when disabling pagination + +mkdocs-material-9.4.10+insiders-4.43.1 (2023-11-19) + + * Added third-party theme support in projects plugin, improving editing + * Fixed #6360: Projects plugin crashes when theme is not Material for MkDocs + * Fixed #6306: Projects plugin not reloading nested project configuration + +mkdocs-material-9.4.10 (2023-11-19) + + * Fixed #6356: Version selector can't be disabled via mike's configuration + * Fixed #6281: Navigation not rendering due to Safari bug (9.4.2 regression) + * Fixed #6261: Navigation expansion animates on first load (9.4.2 regression) + +mkdocs-material-9.4.9 (2023-11-17) + + * Fixed #6344: Long entries cutoff in table of contents + * Fixed #6336: Custom template for glob archive not working with pagination + * Fixed #6328: Blog plugin crashes for locales with dashes, e.g. pt-BR + * Fixed #6327: Copy-to-clipboard button doesn't trim trailing line feed + * Fixed #6302: Version strings not matched when using mike, only aliases + * Fixed instant navigation progress indicator for gzipped content in Chrome + * Fixed rendering bug on details marker rotation in Firefox + +mkdocs-material-9.4.8+insiders-4.43.0 (2023-11-05) + + * Added support for GitLab committers (document contributors) + * Fixed #6264: Fixed compatibility with Python < 3.10 + * Fixed #6254: Meta plugin not applying meta files to blog posts + +mkdocs-material-9.4.8 (2023-11-05) + + * Fixed invalid local address replacement when using instant loading + * Fixed #6275: Crash after navigation caused 404 when using instant loading + +mkdocs-material-9.4.7+insiders-4.42.3 (2023-10-27) + + * Fixed #6251: Cards in grids cut off on very small screens + * Fixed #6241: Using social plugin + static-i18n plugin errors + +mkdocs-material-9.4.7 (2023-10-27) + + * Added Azerbaijani translations + +mkdocs-material-9.4.6+insiders-4.42.2 (2023-10-14) + + * Fixed #6186: Privacy plugin ignores hash fragments on images + * Fixed #6180: Projects plugin crashing when adding or removing files + +mkdocs-material-9.4.6 (2023-10-14) + + * Updated Danish and Norwegian (Nynorsk) translations + * Fixed #6169: Blog post metadata layout overflows on small screens + +mkdocs-material-9.4.5 (2023-10-10) + + * Fixed sidebar auto-positioning (9.4.2 regression) + * Fixed #6166: Improve group plugin compatibility with Python < 3.10 + * Fixed #6157: Hiding tags does not work (9.4.3 regression) + +mkdocs-material-9.4.4+insiders-4.42.1 (2023-10-05) + + * Fixed spacing of related links in blog posts on small screens + +mkdocs-material-9.4.4 (2023-10-05) + + * Added support for overriding text to be copied for code blocks + * Fixed broken layout in some browsers at breakpoints when using zoom + * Fixed #6132: Incomplete search highlighting for code blocks in titles + +mkdocs-material-9.4.3 (2023-10-02) + + * Added support for instant navigation progress indicator + * Improved spacing and alignment of tags + * Moved back-to-top button into separate partial + * Fixed #6104: Indentation for some code blocks lost in search + * Fixed #6094: Blog post metadata overlaps with footer on small screens + * Fixed #6069: Blog plugin crashes for categories with non-ASCII names + + Updated templates + + - base.html + +mkdocs-material-9.4.2 (2023-09-25) + + * Updated Slovenian translations + * Added animation to sidebar navigation expansion and collapse + * Added support for auto-replacement of document head for instant navigation + * Improved compatibility of new emoji extension with Python < 3.10 + * Switched regex dependency to use minimal version + * Refactored alignment and spacing of sidebar navigation + * Fixed expansion button not focusable via keyboard in sidebar navigation + * Fixed viewport offset restoration on first load when using instant navigation + * Fixed accidental highlight of non-clickable elements in blog plugin sidebar + * Fixed #6041: Blog plugin crashes when nav is defined and blog not included + * Fixed #5972: Blog plugin ignores section index pages in paginated views + * Fixed #5954: Repeated click on anchor ignored when using instant navigation + * Fixed #5742: Keyboard navigation broken when using instant navigation + + Updated templates + + * partials/nav-item.html + * blog-post.html + +mkdocs-material-9.4.1 (2023-09-22) + + * Improved colors and contrast in dark mode + * Improved admonition borders to match font weight + * Switched content tabs to neutral color + +mkdocs-material-9.4.0 (2023-09-21) + + * Added Belarusian translations + * Added version info to entrypoint of package + * Added emoji extension as a replacement for materialx + * Improved slate color scheme (dark mode) - now even darker + * Restructured project to improve development experience + * Updated MkDocs to 1.5.3 + * Fixed #3890: Development mode crashes on Linux + +mkdocs-material-9.3.2+insiders-4.42.0 (2023-09-19) + + * Added support for using git submodules in projects plugin + * Added support for transforming project configurations + * Improved resilience of optimize and blog plugin + * Fixed optimize plugin crashing on .jpeg extension + * Fixed project URLs not using site URLs in projects plugin + +mkdocs-material-9.3.2 (2023-09-19) + + * Updated Slovenian translations + * Updated Python dependencies in requirements to use minimum versions + * Fixed #6017: Code highlighting inconsistent in Community and Insiders edition + * Fixed #6001: Contributor avatars display incorrectly in Firefox + * Fixed #6000: Blog post drafts are included in navigation + +mkdocs-material-9.3.1+insiders-4.41.0 (2023-09-11) + + * Improved multi-instance support for optimize plugin + * Added inclusion and exclusion patterns for optimize plugin + * Added transparent keyword for color handling in social plugin + * Changed default quality of PNGs to 3 in optimize plugin + * Fixed #5979: meta file not detected in root of docs directory + +mkdocs-material-9.3.1 (2023-09-11) + + * Fixed crash of group plugin when used together with hooks + +mkdocs-material-9.3.0 (2023-09-11) + + * Improved configuration sharing between Community and Insiders edition + * Added experimental built-in group plugin for enabling plugins conditionally + * Added new settings in tags plugin for enabling/disabling + * Dropped support for Python 3.7 (EOL) + +mkdocs-material-9.2.8+insiders-4.40.4 (2023-09-04) + + * Fixed privacy plugin choking on boolean HTML5 attributes + * Fixed wrapping of inline code blocks in typeset table of contents + * Fixed blog plugin error when running under dirty reload + +mkdocs-material-9.2.8 (2023-09-04) + + * Updated Italian and Russian translations + * Fixed #5952: Combining blog and tags plugin leads to wrong links + * Fixed #5951: Blog plugin ignores post title in metadata + * Fixed #5949: Blog plugin ignores post linked in nav + +mkdocs-material-9-2.7+insiders-4.40.3 (2023-09-02) + + * Fixed #5946: Docker image missing pngquant for optimize plugin + +mkdocs-material-9.2.7 (2023-09-02) + + * Switched dependencies to compatible release clauses + * Removed readtime and lxml dependencies for blog plugin + * Reduced size of Docker image to improve CI build performance + * Fixed #5945: Incorrect footer navigation for sibling pages of blog + * Fixed #5939: Page jumps when changing color palette (Firefox 117) + * Fixed #5901: Announcement bar reappears when using instant loading + * Fixed #5824: Allow to customize styles of sequence diagrams + +mkdocs-material-9-2.6+insiders-4.40.2 (2023-08-31) + + * Added configurable error handling capabilities for social plugin + * Fixed #5922: Blog plugin shows no posts when building a standalone blog + * Fixed #5914: Tags plugin tags_extra_files errors (4.39.3 regression) + * Fixed #5904: Blog plugin sometimes excludes files (4.40.1 regression) + +mkdocs-material-9-2.6 (2023-08-31) + + * Added Basque translations + * Added template for simple redirects + * Improved blog plugin interop by moving view generation to on_files + * Fixed #5924: Social plugin still checks dependencies when disabled + * Fixed #5916: Blog plugin crashes on Python 3.8 (9.2.0 regression) + +mkdocs-material-9-2.5+insiders-4.40.1 (2023-08-27) + + * Fixed #5902: ResizeObserver polyfill not detected by privacy plugin + * Fixed empty category pages in blog plugin (4.40.0 regression) + +mkdocs-material-9-2.5 (2023-08-27) + + * Fixed error in dirty serve mode when using blog plugin + * Fixed page title not being consistent in blog plugin pagination + * Fixed #5899: Blog plugin pagination breaks when disabling directory URLs + +mkdocs-material-9.2.4+insiders-4.40.0 (2023-08-26) + + * Added logo, title and description options to social plugin default layouts + * Fixed privacy plugin compatibility issue with Python < 3.10 + * Fixed #5896: Blog plugin errors when using custom index pages + +mkdocs-material-9.2.4 (2023-08-26) + + * Added version to bug report name in info plugin + * Updated Afrikaans translations + +mkdocs-material-9.2.3+insiders-4.39.3 (2023-08-24) + + * Fixed lxml dependency missing in Docker image (4.39.2 regression) + +mkdocs-material-9.2.3+insiders-4.39.2 (2023-08-23) + + * Fixed color palette toggle being reversed (9.2.0 regression) + +mkdocs-material-9.2.3 (2023-08-22) + + * Fixed blog plugin rendering wrongly with markdown.extensions.toc + * Fixed blog plugin entrypoint generation + +mkdocs-material-9.2.2 (2023-08-22) + + * Fixed #5880: Blog plugin failing when building a standalone blog + * Fixed #5881: Blog plugin not compatible with Python < 3.10 + +mkdocs-material-9.2.1 (2023-08-21) + + * Fixed #5879: Blog plugin failing when building a standalone blog + * Fixed error in blog plugin when using draft tagging on future date + * Fixed error in blog plugin when toc extension is not enabled + +mkdocs-material-9.2.0+insiders-4.39.1 (2023-08-21) + + * Fixed git diff in tags plugin after merging back 9.2.0 changes + +mkdocs-material-9.2.0 (2023-08-21) + + Additions and improvements + + * Added blogging support via built-in blog plugin + * Added support for Chinese language segmentaiton in search plugin + * Added support for adding custom dates to blog posts + * Added support for paginating archive and category pages + * Added support for annotations (outside of code blocks) + * Added support for navigation icons + * Added support for navigation pruning + * Added support for navigation status + * Added support for customizing site icons + * Added support for customizing (code) annotation icons + * Added focus outline to admonitions and details + * Added prompt for bug report name to info plugin + * Added Luxembourgish translations + * Improved rendering of (code) annotation markers + * Improved print styles for (code) annotations + * Improved customizability of navigation tabs + * Improved interop of plugins with external tools like mike + * Improved interop of blog plugin with awesome pages plugin + * Improved header partial by moving buttons into separate partials + * Improved clarity of site_url warning in social plugin + * Improved blog plugin to automatically setup directory structure + * Switched info plugin to importlib to mitigate deprecations + * Automatically download ResizeObserver polyfill when necessary + * Automatically add iframe-worker polyfill when necessary in offline plugin + * Automatically focus and bring up keyboard on touch devices + * Updated Serbo-Croatian translations + * Updated MkDocs to 1.5.2 + + Removals + + * Removed Universal Analytics integration + * Removed ancient polyfills to reduce size of bundled JavaScript by 20% + * Removed necessity for Array.flat and Array.flatMap polyfill + * Removed announcement bar button when JavaScript is not available + + Fixes + + * Fixed rendering of tags when announcement bar is present + * Fixed tags plugin rendering pages excluded by other plugins + * Fixed #5132: Blog plugin requires nav entry in mkdocs.yml + * Fixed #5599: Insufficient contrast for default link color + * Fixed #5715: Blog plugin missing integrated table of contents in pagination + * Fixed #5806: Version selector not hoverable on some Android devices + * Fixed #5826: Blog post drafts with tags show up in tags index + +mkdocs-material-9.1.21+insiders-4.39.0 (2023-08-01) + + * Added support for hoisting theme media files when building projects + * Added support for sorting pages on tags index for tags plugin + * Added support for adding date of last update to blog posts + * Fixed #5797: Parse error in typeset plugin (4.38.1 regression) + +mkdocs-material-9.1.21+insiders-4.38.1 (2023-08-01) + + * Improved nested serve mode for projects plugin + * Improved compat in privacy plugin with third-party plugins + * Fixed #5790: Typeset plugin ignores data-toc-label attribute + * Fixed #5778: Interplay of privacy plugin with git-revision-date-localized + * Fixed #5773: Info plugin erroring when community edition is in beta + +mkdocs-material-9.1.21+insiders-4.38.0 (2023-07-29) + + * Added projects plugin for building nested projects + * Updated privacy plugin to new MkDocs API + +mkdocs-material-9.1.21+insiders-4.37.1 (2023-07-28) + + * Updated MkDocs to 1.5.1 + * Fixed deprecation warning in social plugin due to MkDocs upgrade + * Fixed #5772: Privacy plugin fails due to API change in MkDocs + +mkdocs-material-9.1.21 (2023-07-27) + + * Fixed MkDocs 1.4 compat issue in social plugin (9.1.20 regression) + +mkdocs-material-9.1.20 (2023-07-27) + + * Fixed deprecation warnings for social plugin + +mkdocs-material-9.1.19 (2023-07-18) + + * Added support for MkDocs 1.5+ + * Fixed #5699: Improve error reporting in social plugin + +mkdocs-material-9.1.18+insiders-4.37.0 (2023-07-07) + + * Added support for overriding social cards settings per page + * Added new social card default/only/image layout + * Improved resilience of optimize and social plugin + * Fixed rendering bugs for pruned navigation items + * Fixed jumping of content tabs anchor links when instant loading is enabled + * Fixed #5676: Optimize plugin doesn't check for pngquant + +mkdocs-material-9.1.18 (2023-07-03) + + * Updated Danish translations + * Added support for installing user requirements in Docker image + * Fixed #5655: Search separator with lookbehind breaks highlighting + +mkdocs-material-9.1.17+insiders-4.36.1 (2023-06-23) + + * Fixed #5618: Date comparison breaking for drafts in blog plugin + +mkdocs-material-9.1.17 (2023-06-23) + + * Fixed #5633: Code annotations with nested lists incorrectly mounted + * Fixed #5628: Regression in new social plugin configuration scheme + +mkdocs-material-9.1.16+insiders-4.36.0 (2023-06-15) + + * Added support for instant prefetching to speed up slow connections + * Improved stability of anchor link removal in built-in typeset plugin + * Improved performance of regular expressions in typeset plugin + * Removed unnecessary import test for cairosvg in optimize plugin + * Fixed #5590: regular expression for anchor link removal too greedy + +mkdocs-material-9.1.16 (2023-06-15) + + * Updated Indonesian translations + * Ensure scroll bar follows color scheme of operating system + +mkdocs-material-9.1.15+insiders-4.35.3 (2023-06-01) + + * Fixed #5579: Abbreviations in headlines filtered by typeset plugin + +mkdocs-material-9.1.15+insiders-4.35.2 (2023-05-29) + + * Fixed #5555: Blog plugin crashes when computing readtime for emojis + +mkdocs-material-9.1.15 (2023-05-29) + + * Fixed #5566: Indicate color scheme to operating system + * Fixed #5565: Update Dockerfile to latest version of base image + * Fixed #5554: Add additional version tags (9, 9.1) to Docker image + * Fixed #5536: Strip tags of ARIA labels in table of contents + +mkdocs-material-9.1.14+insiders-4.35.1 (2023-05-20) + + * Fixed internal handling of errors in social plugin + +mkdocs-material-9.1.14+insiders-4.35.0 (2023-05-20) + + * Improve editing experience and stability of social plugin + * Added support for custom layout syntax validation in social plugin + * Added support for layer origin for easier placement in social plugin + * Added support for in- and exclusion patterns in social plugin + * Catch and print syntax errors in custom layouts + +mkdocs-material-9.1.14 (2023-05-20) + + * Updated Armenian and Greek translations + +mkdocs-material-9.1.13+insiders-4.34.1 (2023-05-16) + + * Disable social plugin debug mode by default on mkdocs build + * Added warning in social plugin debug mode when font style couldn't be found + * Set default concurrency of built-in multi-threaded plugins to CPUs - 1 + * Fixed #5521: Social plugin triggers race condition when downloading fonts + * Fixed #5515: Social plugin crashes when concurrency is set to 1 + +mkdocs-material-9.1.13 (2023-05-16) + + * Fixed #5517: Social plugin crashes for some fonts (e.g. Open Sans) + +mkdocs-material-9.1.12+insiders-4.34.0 (2023-05-14) + + * Added support for new overflow mode to auto-fit text in social plugin + * Reduced subtle rendering bugs in (code) annotations due to subpixel rounding + * Improved print styles for (code) annotation lists + * Improved performance of social plugin, now 3x as fast + * Improved interop of typeset plugin with MkDocstrings + * Fixed logo location for variants of default template in social plugin + * Fixed #5446: Built-in typeset plugin picks up headings in code blocks + +mkdocs-material-9.1.12+insiders-4.33.2 (2023-05-12) + + * Fixed #5508: Social plugin crashes trying to copy cards on Docker/Windows + * Fixed #5507: Social plugin crashes on serve when layouts folder doesn't exist + * Fixed #5505: Social plugin trying to resolve logo in wrong location + * Fixed #5496: Annotations with nested lists incorrectly mounted + * Fixed #5493: Social plugin crashes on Python 3.8 + +mkdocs-material-9.1.12 (2023-05-12) + + * Updated Bengali (Bangla) translations + * Fixed #5503: Docker image publish errors on uppercase characters + * Fixed #5407: Auto-pause media when in hidden content tabs + +mkdocs-material-9.1.11+insiders-4.33.1 (2023-05-09) + + * Added support for SVG background images in social plugin + +mkdocs-material-9.1.11 (2023-05-08) + + * Fixed #5487: Social plugin crashes without options (9.1.10 regression) + +mkdocs-material-9.1.10+insiders-4.33.0 (2023-05-08) + + * Added support for custom layouts for social plugin + * Added support for background images for social cards + +mkdocs-material-9.1.10 (2023-05-08) + + * Added cards_layout_options setting for social cards + * Deprecated cards_color and cards_font setting for social cards + +mkdocs-material-9.1.9 (2023-05-02) + + * Added Telugu, Kannada and Sanskrit translations + * Fixed #5428: Fixed margins for light/dark mode images in figures + * Fixed #5420: Social plugin crashing for some specific Google Fonts + * Fixed #5160: Instant loading makes code annotations jump (9.1.1 regression) + * Fixed #4920: Social plugin not loading logo from custom icon set + * Fixed social plugin crashing when only code font is specified + +mkdocs-material-9.1.8 (2023-04-24) + + * Fixed #5417: Theme breaks when palette is not defined (9.1.7 regression) + +mkdocs-material-9.1.7+insiders-4.32.6 (2023-04-22) + + * Fixed #5336: Interplay of blog plugin with git-revision-date-localized + +mkdocs-material-9.1.7 (2023-04-22) + + * Updated Persian (Farsi) and Turkish translations + * Fixed #5401: Added missing flag to disable built-in tags plugin + * Fixed #5206: Ensure defaults are set for primary and accent colors + * Fixed unnecessary inclusion of palette CSS when unused + +mkdocs-material-9.1.6+insiders-4.32.5 (2023-04-07) + + * Fixed #5322: Navigation tabs hoist nested page icons + +mkdocs-material-9.1.6 (2023-04-07) + + * Updated Persian (Farsi) translations + * Fixed #5300: Boxes in Mermaid sequence diagrams not color-abiding + +mkdocs-material-9.1.5 (2023-03-31) + + * Updated Lithuanian and Japanese translations + * Updated Mermaid.js to version 9.4.3 + * Fixed #5290: Footer previous/next labels cut-off for short page titles + +mkdocs-material-9.1.4+insiders-4.32.4 (2023-03-24) + + * Fixed #5241: Built-in typeset plugin jams navigation for anchors in headings + +mkdocs-material-9.1.4 (2023-03-24) + + * Fixed #5239: Instant loading breaks anchors in details (9.1.1 regression) + * Fixed #5211: Anchor following not working for Chinese (9.1.2 regression) + +mkdocs-material-9.1.3 (2023-03-14) + + * Added Kurdish (Soranî) translations + * Updated Norwegian (Bokmål), Portuguese and Romanian translations + * Improved compatibility with mkdocs-jupyter plugin + * Fixed #5198: Built-in search plugin not filtering script and style tags + * Fixed #5176: Back-to-top + instant loading not working (9.1.1 regression) + +mkdocs-material-9.1.2+insiders-4.32.3 (2023-03-09) + + * Fixed Docker image release workflow (9.1.0 regression) + * Fixed #5159: Missing underline for abbreviations (9.1.0 regression) + +mkdocs-material-9.1.2 (2023-03-09) + + * Updated Icelandic, Korean and Swedish translations + * Fixed #5168: Mermaid text boxes overflow (9.0.13 regression) + * Fixed #5155: Table of contents not highlighting percent-encoded URLs + +mkdocs-material-9.1.1 (2023-03-05) + + * Updated Czech and Thai translations + * Improved instant loading (scroll restoration, slow connections) + * Fixed #5023: Instant loading not allowing to go back to initial page + * Fixed #3797: Instant loading does not work with section anchors in Safari + +mkdocs-material-9.1.0+insiders-4.32.2 (2023-03-02) + + * Fixed #5127: Privacy plugin not handling large number of occurrences + * Fixed #5126: Privacy plugin breaks when replacing specific emojis + +mkdocs-material-9.1.0 (2023-03-02) + + * Docker image now available for amd64, arm64 and arm/v7 + * Updated Chinese (Taiwanese) translations + * Generalized tag identifier implementation + * Fixed flickering of header shadow on load + * Fixed occasional flickering of announcement bar + +mkdocs-material-9.0.15 (2023-02-26) + + * Updated Chinese (Traditional) translations + * Updated Hebrew translations + +mkdocs-material-9.0.14+insiders-4.32.1 (2023-02-23) + + * Fixed code block spans interfering with copying + * Fixed #5077: Privacy plugin breaks image alt text encoding + * Fixed #5079: Privacy plugin removing rel=me on external links + +mkdocs-material-9.0.14 (2023-02-23) + + * Fixed #5072: Rendering bug on navigation expand button in Firefox + +mkdocs-material-9.0.13+insiders-4.32.0 (2023-02-19) + + * Added support for custom selectors for code annotations + * Added support for code line range selection for better sharing + +mkdocs-material-9.0.13+insiders-4.31.0 (2023-02-18) + + * Added support for table of contents on blog index and archive pages + * Fixed #4512: Allow custom search field boosts (experimental) + +mkdocs-material-9.0.13 (2023-02-18) + + * Updated Uzbek translations + * Switched back to pre-9.0.0 headline detection in content partial + * Fixed #5062: Version warning not readable when using slate scheme + * Fixed #5061: Improved discernibility of table row hover color + * Fixed #5034: Sequence actors in Mermaid diagrams not color-abiding + * Fixed #4919: Allow to hide version warning in multiple versions + +mkdocs-material-9.0.12+insiders-4.30.2 (2023-02-13) + + * Fixed privacy plugin excludes not working (4.30.0 regression) + +mkdocs-material-9.0.12+insiders-4.30.1 (2023-02-12) + + * Fixed privacy plugin not handling static templates e.g. 404.html + +mkdocs-material-9.0.12 (2023-02-09) + + * Updated Catalan translations + * Fixed #4975: Mermaid entity relationship rendering diagrams bug + * Fixed #4924: Header title not reset when using instant loading + +mkdocs-material-9.0.11+insiders-4.30.0 (2023-02-06) + + * Rewrite of privacy plugin for concurrency, now twice as fast + * Added support for explicit inclusion for privacy plugin + * Added optimization support for privacy plugin (+ optimize plugin) + +mkdocs-material-9.0.11 (2023-02-03) + + * Added Mastodon verification for social links (rel=me) + * Updated Italian translations + +mkdocs-material-9.0.10 (2023-02-02) + + * Updated Arabic translations + * Updated Korean translations + * Updated Hungarian translations + * Updated Russian translations + * Fixed #4977: Improved accessibility for content tabs + * Fixed #4960: Sometimes anchor following doesn't bring last item into view + +mkdocs-material-9.0.9 (2023-01-30) + + * Updated Bulgarian translations + * Updated Chinese (Simplified) translations + * Updated Dutch translations + * Updated Hindi translations + * Updated Japanese translations + * Updated Polish translations + +mkdocs-material-9.0.8 (2023-01-29) + + * Updated Croatian translations + * Updated French translations + * Updated Hungarian translations + * Updated Portuguese (Brasilian) translations + * Updated Spanish translations + * Updated Ukrainian translations + * Updated Urdu translations + * Updated Vietnamese translations + +mkdocs-material-9.0.7 (2023-01-28) + + * Improved accessibility of sidebar navigation + * Moved all translations into Community edition + * Updated Polish and Portuguese (Brasilian) translations + * Fixed info plugin terminating on subsequent reload when serving + * Fixed #4910: Sidebar navigation labels have invalid ARIA roles + * Fixed #4884: Search query terms can't be separated by colons + +mkdocs-material-9.0.6+insiders-4.29.0 (2023-01-21) + + * Added built-in optimize plugin for automatically compressing images + * Switched reporting in built-in privacy plugin to info level + +mkdocs-material-9.0.6 (2023-01-19) + + * Fixed #4883: Automatically disable info plugin when serving + * Fixed #4885: Search plugin crashes in some exotic cases (9.0.3 regression) + +mkdocs-material-9.0.5+insiders-4.28.1 (2023-01-17) + + * Fixed built-in info plugin erroring for Insiders on version check + * Fixed #4865: Navigation paths render bug when there's no top-level section + * Fixed #4875: Added support for hiding navigation paths + * Improved navigation path to not render for a single item + +mkdocs-material-9.0.5+insiders-4.28.0 (2023-01-14) + + * Added support for navigation path (breadcrumbs) + +mkdocs-material-9.0.5 (2023-01-14) + + * Fixed #4842: Improved accessibility of search result list + +mkdocs-material-9.0.4 (2023-01-12) + + * Fixed #4823: Improved contrast ratio in footer (9.0.2 regression) + * Fixed #4832: Set navigation items back to black (9.0.3 regression) + * Fixed #4843: Emojis broken due to maxcdn.com shutting down + * Upgraded Python Markdown Extensions to 9.9.1 + +mkdocs-material-9.0.3+insiders-4.27.1 (2023-01-08) + + * Fixed rendering of succeeding navigation items in typeset plugin + * Fixed #4795: Built-in typeset plugin changes MkDocs' title precedence + * Fixed #4724: Blog plugin not rendering integrate table of contents + +mkdocs-material-9.0.3 (2023-01-08) + + * Improved discernibility of section index pages in navigation + * Improved collapsing of adjacent whitespace in search plugin + * Updated Indonesian translations + * Fixed view source of this page button when edit URL points to blob + * Fixed #4829: Search overlay does not close for active anchor result + * Fixed #4824: Search plugin crashes for h1-6 contained in other elements + * Fixed #4804: Nested navigation items not expandable with keyboard + * Fixed #4689: anchor tracking not working for anchors in tables + * Upgraded to Mermaid 9.3.0 + +mkdocs-material-9.0.2 (2023-01-04) + + * Fixed #4823: Improved contrast ratio in footer to meet WCAG guidelines + * Fixed #4819: Social plugin crashes when card generation is disabled + * Fixed #4817: Search plugin crashes on numeric page titles in nav + +mkdocs-material-9.0.1 (2023-01-03) + + * Removed pipdeptree dependency for built-in info plugin + * Fixed appearance of linked tags when hovered (9.0.0 regression) + * Fixed #4810: Abbreviations run out of screen on touch devices + * Fixed #4813: View source and edit button links are the same + +mkdocs-material-9.0.0 (2023-01-02) + + Additions and improvements + + * Added support for rich search previews + * Added support for tokenizer lookahead + * Added support for better search highlighting + * Added support for excluding content from search + * Added support for configurable search pipeline + * Added support for offline search via offline plugin + * Added support for multiple instances of built-in tags plugin + * Added support for removing copy-to-clipboard button + * Added support for removing footer navigation + * Added support for button to view the source of a page + * Improved readability of query string for search sharing + * Improved stability of search plugin when using --dirtyreload + * Improved search result group button, now sticky and stable + * Updated Norwegian translations + * Updated MkDocs to 1.4.2 + + Removals + + * Removed deprecated alternative admonition qualifiers + * Removed :is() selectors (in output) for easier overriding + * Removed .title suffix on translations + * Removed legacy method for providing page title in feedback URL + * Removed support for indexing only titles in search + * Removed support for custom search transforms + * Removed support for custom search workers + * Removed temporary snow feature (easter egg) + + Fixes + + * Fixed Norwegian and Korean language code + * Fixed detection of composition events in search interface + * Fixed search plugin not using title set via front matter + * Fixed search highlighting of tags + * Fixed search sharing URL using post transformed string + * Fixed theme-color meta tag getting out-of-sync with palette toggle + * Fixed prev/next page keyboard navigation when footer is not present + * Fixed overflowing navigation tabs not being scrollable + * Fixed inclusion of code block line numbers from search + +mkdocs-material-8.5.11+insiders-4.27.0 (2022-12-20) + + * Added built-in typeset plugin to preserve formatting in sidebars + * Added URL and table of contents support for blog categories + +mkdocs-material-8.5.11 (2022-11-30) + + * Let it snow, see https://x.com/squidfunk/status/1597939243090788352 + +mkdocs-material-8.5.10+insiders-4.26.6 (2022-11-28) + + * Fixed #4683: Tags plugin crashes when a tag is empty + +mkdocs-material-8.5.10+insiders-4.26.5 (2022-11-27) + + * Fixed #4632: Post excerpt title link doesn't point to top of the page + +mkdocs-material-8.5.10+insiders-4.26.4 (2022-11-27) + + * Fixed redundant file extension when using privacy plugin + +mkdocs-material-8.5.10+insiders-4.26.3 (2022-11-15) + + * Fixed #4637: Attachments w/o titles in related links error in blog plugin + * Fixed #4631: Remote favicons not downloaded and inlined by privacy plugin + +mkdocs-material-8.5.10 (2022-11-11) + + * Adjusted CSS to better allow for custom primary and accent colors + * Fixed #4620: Primary color is not applied (8.5.9 regression) + +mkdocs-material-8.5.9 (2022-11-08) + + * Fixed #4600: Illegible link colors for black and white primary colors + * Fixed #4594: Need to set schema to change link color + +mkdocs-material-8.5.8+insiders-4.26.2 (2022-11-03) + + * Updated MkDocs to 1.4.2 + * Added support for tag compare functions when sorting on index pages + * Fixed footnotes being rendered in post excerpts without separators + * Fixed error in blog plugin when toc extension is not enabled + * Fixed issues with invalid asset paths and linked post titles + * Fixed #4572: Privacy plugin fails when symlinks cannot be created + * Fixed #4545: Blog plugin doesn't automatically link headline to post + * Fixed #4542: Blog plugin doesn't allow for multiple instances + * Fixed #4532: Blog plugin doesn't allow for mixed use of date and datetime + +mkdocs-material-8.5.8 (2022-11-03) + + * Added support for always showing settings in cookie consent + * Fixed #4571: Buttons invisible if primary color is white or black + * Fixed #4517: Illegible note in sequence diagram when using slate scheme + +mkdocs-material-8.5.7+insiders-4.26.1 (2022-10-22) + + * Improved reporting of configuration errors in tags plugin + * Fixed #4515: Privacy plugin fails when site URL is not defined + * Fixed #4514: Privacy plugin doesn't fetch Google fonts (4.26.0 regression) + +mkdocs-material-8.5.7 (2022-10-22) + + * Deprecated additional admonition qualifiers to reduce size of CSS + * Fixed #4511: Search boost does not apply to sections + +mkdocs-material-8.5.6+insiders-4.26.0 (2022-10-18) + + * Refactored privacy plugin to prepare for new features + * Added support for rel=noopener links in privacy plugin + * Resolve encoding issues with blog and privacy plugin + +mkdocs-material-8.5.6+insiders-4.25.5 (2022-10-16) + + * Updated MkDocs to 1.4.1 + * Added namespace prefix to built-in plugins + * Updated content and header partial + +mkdocs-material-8.5.6+insiders-4.25.4 (2022-10-09) + + * Fixed other path issues for standalone blogs (4.24.2 regression) + +mkdocs-material-8.5.6+insiders-4.25.3 (2022-10-09) + + * Fixed #4457: Posts not collected for standalone blog (4.24.2 regression) + +mkdocs-material-8.5.6+insiders-4.25.2 (2022-10-04) + + * Fixed #4452: Blog and tags plugin crash when specifying slugify function + +mkdocs-material-8.5.6+insiders-4.25.1 (2022-10-03) + + * Updated mkdocs-rss-plugin in Dockerfile to fix MkDocs compat errors + +mkdocs-material-8.5.6+insiders-4.25.0 (2022-10-02) + + * Added support for navigation subtitles + * Added support for defining an allow list for built-in tags plugin + * Added support for custom slugify functions for built-in tags plugin + * Improved stability of search plugin when using --dirtyreload + +mkdocs-material-8.5.6 (2022-10-02) + + * Modernized appearance of admonitions (with fallback, see docs) + * Improved appearance of inline code blocks in admonition titles + +mkdocs-material-8.5.5+insiders-4.24.2 (2022-10-01) + + * Updated MkDocs to 1.4 + * Fixed compatibility issues with MkDocs 1.4 + * Fixed incorrectly generated paths in privacy plugin + * Fixed blog index page not showing navigation when using meta plugin + +mkdocs-material-8.5.5 (2022-10-01) + + * Updated MkDocs to 1.4 + * Fixed compatibility issues with MkDocs 1.4 + * Fixed #4430: build error when enabling consent without repository URL + +mkdocs-material-8.5.4+insiders-4.24.1 (2022-09-30) + + * Fixed #4430: build error when enabling consent without repository URL + +mkdocs-material-8.5.4 (2022-09-30) + + * Fixed expand icons shift on sidebar overflow (using scrollbar-gutter) + * Fixed #4429: Text in sequence diagrams overflows in Firefox + +mkdocs-material-8.5.3+insiders-4.24.0 (2022-09-27) + + * Added support for custom content on index pages (blog) + * Added support for keeping content on paginated index pages (blog) + * Added support for limiting categories in post excerpts (blog) + * Added support for simple override of templates via front matter (blog) + * Added icon in navigation for pages with encrypted content + * Fixed #4396: Front matter of index pages not inherited by pagination (blog) + * Improved performance by building post excerpts once (blog) + +mkdocs-material-8.5.3+insiders-4.23.6 (2022-09-22) + + * Fixed #4389: Blog posts in first week of year in wrong archive + * Fixed (= switched) footer previous and next links for blog posts + +mkdocs-material-8.5.3 (2022-09-20) + + * Fixed build error when enabling cookie consent without analytics + * Fixed #4381: Code blocks render ligatures for some fonts + +mkdocs-material-8.5.2+insiders-4.23.5 (2022-09-18) + + * Fixed #4367: Improved blog plugin date handling for MultiMarkdown syntax + * Fixed #4374: Fixed invalid URLs of related links to other blog posts + +mkdocs-material-8.5.2 (2022-09-18) + + * Updated Mermaid.js to version 9.1.7 + * Fixed overly large headlines in search results (8.5.0 regression) + * Fixed #4358: Navigation sections appear as clickable (8.5.0 regression) + * Fixed #4356: GitHub repository statistics fetched before cookie consent + +mkdocs-material-8.5.1 (2022-09-15) + + * Fixed #4366: Removed dependencies with native extensions + +mkdocs-material-8.5.0+insiders-4.23.4 (2022-09-14) + + * Fixed #4365: Recursion error in blog plugin due to deepcopy + * Fixed path errors for blog plugin on Windows + * Fixed publishing workflow in forked repositories + +mkdocs-material-8.5.0+insiders-4.23.3 (2022-09-13) + + * Fixed previous and next page links for drafts of blog posts + +mkdocs-material-8.5.0 (2022-09-13) + + * Added support for social cards + * Added support for code annotation anchor links (deep linking) + * Added support for code annotation comment stripping (syntax modifier) + * Added support for sidebars scrolling automatically to active item + * Added support for anchor following table of contents (= auto scroll) + * Added support for tag icons + +mkdocs-material-8.4.4+insiders-4.23.2 (2022-09-13) + + * Fixed #4348: Blog plugin crashes on custom nav title + * Fixed blog plugin crashing when category contained only drafts + * Fixed rendering of content from blog index file + +mkdocs-material-8.4.4+insiders-4.23.1 (2022-09-12) + + * Fixed #4345: Blog plugin errors with default settings + +mkdocs-material-8.4.4+insiders-4.23.0 (2022-09-12) + + * Added blogging support via built-in blog plugin + +mkdocs-material-8.4.4 (2022-09-12) + + * Moved comments integration to separate partial (comments.html) + +mkdocs-material-8.4.3+insiders-4.22.1 (2022-09-07) + + * Fixed #4217: Tooltips in data tables render in wrong position + +mkdocs-material-8.4.3 (2022-09-07) + + * Added Simple Icons to bundled icons (+2,300 icons) + * Added support for changing edit icon + * Moved page actions to separate partial (actions.html) + * Fixed #4291: Version switching doesn't stay on page when anchors are used + * Fixed #4327: Links in data tables do not receive link styling + +mkdocs-material-8.4.2 (2022-08-27) + + * Updated Slovenian translations + * Fixed #4277: Feedback widget hidden after navigation with instant loading + * Fixed numeric tags in front matter breaking search functionality + +mkdocs-material-8.4.1+insiders-4.22.0 (2022-08-21) + + * Added support for navigation status + +mkdocs-material-8.4.1 (2022-08-21) + + * Updated Croatian and Hebrew translations + +mkdocs-material-8.4.0+insiders-4.21.1 (2022-08-13) + + * Fixed #4176: Broken image when avatar is served by Gravatar + * Fixed #4212: Deferred search initialization for file:// locations + +mkdocs-material-8.4.0 (2022-08-13) + + * Added support for cookie consent + * Added support for feedback widget (Was this page helpful?) + * Added support for dismissible announcement bar + * Added Armenian, Lithuanian, Tagalog, and Urdu translations + +mkdocs-material-8.3.9+insiders-4.21.0 (2022-07-17) + + * Added meta plugin: set front matter for all pages in a folder + * Fixed #4114: Tags plugin fails if only tags_extra_files is set + +mkdocs-material-8.3.9+insiders-4.20.1 (2022-07-11) + + * Fixed #4105: Tags plugin fails if tags_file is not set (4.20.0 regression) + +mkdocs-material-8.3.9+insiders-4.20.0 (2022-07-07) + + * Added support for additional tags indexes + * Fixed #4100: Tag icons not shown in tags index + +mkdocs-material-8.3.9+insiders-4.19.2 (2022-07-04) + + * Fixed #4051: Privacy plugin fails if symlinking isn't allowed on Windows + +mkdocs-material-8.3.9 (2022-07-04) + + * Updated Taiwanese translations for search + * Allow ids for content tabs with special characters (for mkdocstrings) + * Fixed #4083: home not clickable when using versioning (8.3.5 regression) + +mkdocs-material-8.3.8+insiders-4.19.1 (2022-06-25) + + * Added mkdocs-git-committers-plugin to Dockerfile + * Added mkdocs-git-revision-date-localized-plugin to Dockerfile + +mkdocs-material-8.3.8+insiders-4.19.0 (2022-06-24) + + * Added support for document contributors + * Updated French translations for cookie consent + +mkdocs-material-8.3.8 (2022-06-24) + + * Fixed #4053: Limit width of videos to content area + * Fixed empty tags in front matter breaking search + +mkdocs-material-8.3.7 (2022-06-22) + + * Fixed search being stuck initializing when using tags (8.3.4 regression) + +mkdocs-material-8.3.6+insiders-4.18.2 (2022-06-16) + + * Fixed #4026: Fixed tooltips not mounted for nested navigation links + +mkdocs-material-8.3.6 (2022-06-16) + + * Fixed #4028: Links not clickable when using versioning (8.3.5 regression) + +mkdocs-material-8.3.5+insiders-4.18.1 (2022-06-14) + + * Fixed #3990: Chinese search highlighting not working on non-boundaries + +mkdocs-material-8.3.5 (2022-06-14) + + * Fixed #4012: Stay on page not working for alias of active version + +mkdocs-material-8.3.4+insiders-4.18.0 (2022-06-11) + + * Added support for automatic dark/light mode + * Fixed #4009: Privacy plugin uses invalid paths for file cache on Windows + +mkdocs-material-8.3.4 (2022-06-11) + + * Fixed #4004: Tags with multiple words not searchable + +mkdocs-material-8.3.3 (2022-06-07) + + * Fixed #4000: Mermaid diagrams too dark in dark mode (8.3.0 regression) + +mkdocs-material-8.3.2+insiders-4.17.2 (2022-06-05) + + * Added support for custom jieba dictionaries (Chinese search) + +mkdocs-material-8.3.2+insiders-4.17.1 (2022-06-05) + + * Added support for cookie consent reject button + * Added support for cookie consent custom button ordering + * Fixed #3988: Content tab not focused after alternating anchor links + +mkdocs-material-8.3.2 (2022-06-05) + + * Fixed #3987: Custom admonition icons don't work when defining color palette + +mkdocs-material-8.3.1+insiders-4.17.0 (2022-06-04) + + * Added support for content tabs anchor links (deep linking) + * Fixed #3975: Detect composition events in search interface (Chinese) + * Fixed #3980: Search plugin doesn't use title set via front matter + +mkdocs-material-8.3.1 (2022-06-04) + + * Bump required Jinja version to 3.0.2 + * Removed unnecessary conditions in templates + * Fixed scroll offset when content tabs are brought into view + * Fixed #3977: Content tabs snapping oddly in Firefox + * Fixed #3983: Missing condition in footer partial (8.3.0 regression) + +mkdocs-material-8.3.0 (2022-06-02) + + * Added support for custom admonition icons + * Added support for linking of content tabs + * Added support for boosting pages in search + * Added support for hiding footer navigation + * Added previous/next indicators to content tabs + * Improved typeset link colors in light and dark modes + +mkdocs-material-8.2.16+insiders-4.16.2 (2022-05-28) + + * Fixed #3961: Nested sections triggered build error for navigation tabs + +mkdocs-material-8.2.16+insiders-4.16.1 (2022-05-28) + + * Switched feedback widget rating titles to tooltips + * Improved contrast of link colors for light/dark color schemes + * Fixed #3950: Sticky navigation tabs rendering broken (4.15.2 regression) + * Fixed #3958: Links invisible when using white primary color + +mkdocs-material-8.2.16 (2022-05-28) + + * Fixed #3957: Only animate code annotations when visible (save CPU cycles) + +mkdocs-material-8.2.15+insiders-4.16.0 (2022-05-25) + + * Added support for navigation pruning + * Fixed search results for non-segmented characters (4.15.2 regression) + +mkdocs-material-8.2.15+insiders-4.15.2 (2022-05-22) + + * Removed workaround for abbr on touch devices (superseded by tooltips) + * Fixed #3915: Improved Chinese search query segmentation + * Fixed #3938: Fixed tooltips position for navigation titles with ellipsis + +mkdocs-material-8.2.15+insiders-4.15.1 (2022-05-14) + + * Improved performance of element focus observables + * Fixed #3531: Added prev/next buttons to content tabs + * Fixed tooltip positioning when host element is hidden + +mkdocs-material-8.2.15 (2022-05-14) + + * Added Uzbek translations + * Fixed spacing for code block results in content tabs + +mkdocs-material-8.2.14+insiders-4.15.0 (2022-05-08) + + * Added support for improved tooltips + * Fixed #3785: Show tooltip on hover for overflowing navigation link + +mkdocs-material-8.2.14 (2022-05-08) + + * Fixed missing top right rounded border on admonition + * Fixed #3886: 4xx status codes not handled when using instant loading + +mkdocs-material-8.2.13+insiders-4.14.0 (2022-05-05) + + * Added Chinese language support to built-in search plugin + * Fixed all-numeric page titles raising error in social plugin + +mkdocs-material-8.2.13 (2022-05-02) + + * Fixed #3865: Tags index links to tagged pages 404 on Windows + * Fixed #3866: Bump required Python version from 3.6+ to 3.7+ + +mkdocs-material-8.2.12+insiders-4.13.2 (2022-04-30) + + * Improved caching of downloaded resources in privacy plugin + * Fixed #3851: External images not downloaded by privacy plugin + +mkdocs-material-8.2.12 (2022-04-30) + + * Added support for GitHub-style hash fragments for dark/light images + * Improved rendering of nested code blocks in content tabs and annotations + * Fixed #3862: Upgraded to latest Pygments and Python Markdown Extensions + +mkdocs-material-8.2.11+insiders-4.13.1 (2022-04-25) + + * Fixed #3839: Tags plugin breaks without icons (4.13.0 regression) + +mkdocs-material-8.2.11 (2022-04-25) + + * Temporarily pinned Pygments to <2.12 + * Temporarily pinned Python Markdown Extensions to <9.4 + * Improved rendering of code annotation markers + +mkdocs-material-8.2.10+insiders-4.13.0 (2022-04-24) + + * Added support for tag icons + +mkdocs-material-8.2.10 (2022-04-24) + + * Added Macedonian translations + * Updated Mermaid.js to version 9.0.1 + * Switched sidebar title in mobile navigation to bold font + * Fixed color of arrows in class and state diagrams for dark mode + * Fixed #3836: Inline admonitions overlayed by code block titles + +mkdocs-material-8.2.9 (2022-04-08) + + * Mitigate flicker on color palette switch by disabling all transitions + * Fixed search suggestions not triggered when following deep link + * Fixed incorrectly computed header height when using instant loading + * Fixed #3782: Admonition titles have extra pixels on wide screens in Firefox + * Fixed #3802: Always render table of contents container (except when hidden) + +mkdocs-material-8.2.8+insiders-4.12.0 (2022-03-27) + + * Added support for card grids and grid layouts + * Fixed #3685: Annotations sometimes broken when using instant loading + * Fixed #3742: Automatically add Mermaid.js when building for offline usage + +mkdocs-material-8.2.8 (2022-03-27) + + * Bumped MkDocs version to 1.3.0 to mitigate breaking changes in Jinja + * Reverted Jinja version range limitation (added in 8.2.7) + * Improved styling of annotations and fixed borders of code blocks in tabs + * Added background color to code blocks in focused/hovered links + * Added check in tags plugin whether tags overview page exists + * Fixed #3744: Content tab indicator on wrong position when using back button + +mkdocs-material-8.2.7 (2022-03-24) + + * Temporarily limit Jinja version range to < 3.1 due to breaking changes + +mkdocs-material-8.2.6 (2022-03-23) + + * Fixed #3695: Deprecation warning for unescaped backslashes in templates + * Fixed #3696: Annotations not mounted in some Terraform code blocks + * Fixed #3698: Annotations not mounted in long code blocks (8.2.5 regression) + +mkdocs-material-8.2.5+insiders-4.11.0 (2022-03-06) + + * Added support for excluding external assets from privacy plugin + +mkdocs-material-8.2.5 (2022-03-06) + + * Fixed #3596: Mermaid not working when headline with name 'Mermaid' present + * Fixed #3643: Reduce time to render pages with thousands of code blocks + * Fixed #3665: Missing styles for Mermaid.js flowcharts cluster labels + +mkdocs-material-8.2.4+insiders-4.10.1 (2022-03-02) + + * Added missing build dependencies to Dockerfile + * Fixed encoding issues in privacy plugin, now forcing UTF-8 encoding + * Fixed #3624: Scroll to active navigation item unreliable in Firefox + * Fixed #3642: Privacy plugin errors when font setting was omitted + +mkdocs-material-8.2.4 (2022-03-02) + + * Fixed malformed Google Fonts URL when a font setting was omitted + * Fixed #3648: Fixed specificity issue with admonitions in lists + * Fixed #3653: Invalid outdated version banner URL when using instant loading + +mkdocs-material-8.2.3+insiders-4.10.0 (2022-02-27) + + * Added support for offline plugin (supersedes offline search support) + * Improved built-in privacy plugin to download nested JavaScript assets + * Refactored configuration of built-in privacy plugin + +mkdocs-material-8.2.3 (2022-02-27) + + * Fixed #3578: Active element in table of contents off-by-one on large screens + +mkdocs-material-8.2.2 (2022-02-26) + + * Added automatic removal of query parameter when search is closed + * Fixed #3599: Anchors always overridden when using navigation tracking + +mkdocs-material-8.2.1+insiders-4.9.1 (2022-02-21) + + * Fixed #3610: missing lxml dependency for privacy plugin + * Fixed error when charset is missing in content-type header + +mkdocs-material-8.2.1+insiders-4.9.0 (2022-02-20) + + * Added privacy plugin: automatic downloading of external assets + +mkdocs-material-8.2.1 (2022-02-17) + + * Fixed module 'material.plugins' not being found (8.2.0 regression) + +mkdocs-material-8.2.0 (2022-02-17) + + * Added native support for Mermaid.js diagrams + * Added native support for tags (with search integration) + * Added support for staying on page when switching versions + +mkdocs-material-8.1.11+insiders-4.8.3 (2022-02-13) + + * Fixed #3560: Mermaid diagrams don't render for file:// locations + +mkdocs-material-8.1.11+insiders-4.8.2 (2022-02-10) + + * Fixed #3559: Mermaid diagrams don't render inside closed details + +mkdocs-material-8.1.11 (2022-02-10) + + * Added Portuguese (Brasilian) translations + * Updated FontAwesome to v6 (might lead to missing icons) + * Fixed #3545: Color palette toggle and search overlaying version selector + +mkdocs-material-8.1.10+insiders-4.8.1 (2022-02-06) + + * Fixed jump back to top on mobile when using anchor following + +mkdocs-material-8.1.10+insiders-4.8.0 (2022-02-06) + + * Added support for anchor following table of contents (= auto scroll) + +mkdocs-material-8.1.10 (2022-02-06) + + * Fixed cutoff of very wide logos in the sidebar on mobile + +mkdocs-material-8.1.9+insiders-4.7.2 (2022-02-02) + + * Fixed #3526: Transparent sidebar title due to Safari bug + * Fixed #3528: Firefox sometimes clips text in flow chart diagrams + +mkdocs-material-8.1.9+insiders-4.7.1 (2022-01-30) + + * Fixed #3506: Tags index not respecting title set via front matter + +mkdocs-material-8.1.9 (2022-01-30) + + * Added support for mkdocs.yml validation and auto-complete + * Fixed errors in Latvian translations + +mkdocs-material-8.1.8+insiders-4.7.0 (2022-01-25) + + * Added native support for offline search + +mkdocs-material-8.1.8 (2022-01-23) + + * Added Latvian translations + * Updated Giscus example integration with dynamic theme change support + * Fixed #3479: Back-to-top button not hidden when using sticky navigation tabs + * Fixed #3491: Logo in header and drawer doesn't honor aspect ratio + +mkdocs-material-8.1.7+insiders-4.6.1 (2022-01-16) + + * Fixed #3459: Section index pages picking up wrong title + +mkdocs-material-8.1.7 (2022-01-16) + + * Improved back-to-top button behavior - now not shown on anchor jump + +mkdocs-material-8.1.6-insiders-4.6.0 (2022-01-11) + + * Added support for annotations (outside of code blocks) + +mkdocs-material-8.1.6 (2022-01-11) + + * Fixed spacing of blockquotes (8.1.5 regression) + * Fixed edge cases for rounded corners on code blocks (8.1.5 regression) + * Fixed rendering issues with code annotation line heights + +mkdocs-material-8.1.5 (2022-01-09) + + * Improved browser support: Chrome 49+, Safari 10+, Firefox 53+, Edge 79+ + * Improved rendering of inline code blocks in headlines + * Added Bahasa Malaysian translations + * Fixed #3354: MathJax formulas show vertical scrollbar + +mkdocs-material-8.1.4+insiders-4.5.2 (2022-01-08) + + * Fixed #3440: Content tab indicator not moving when using linking + * Fixed #3445: Content tab switch flickers/jitters when using linking + +mkdocs-material-8.1.4+insiders-4.5.1 (2022-01-02) + + * Added support for setting initial state of cookie consent + * Fixed #3396: Disappearing link in navigation due to Safari bug + +mkdocs-material-8.1.4 (2022-01-02) + + * Added indicator to navigation expander icon + * Improved support for reduced motion preference + * Fixed jitter of active content tab indicator + +mkdocs-material-8.1.3 (2021-12-19) + + * Added animation to active content tab indicator + * Fixed #3360: Highlighted lines add blank lines in copied text + * Fixed usage of subsequent index files when using section index pages + +mkdocs-material-8.1.2+insiders-4.5.0 (2021-12-16) + + * Added support for navigation icons + +mkdocs-material-8.1.2 (2021-12-15) + + * Switched CSS sources to logical properties + * Added transformation of logical properties to ltr/rtl equivalents + * Fixed spacing for admonitions inside lists (8.1.1 regression) + +mkdocs-material-8.1.1 (2021-12-13) + + * Added support for #only-light and #only-dark image hash fragments + * Fixed copy-to-clipboard adding blank lines when using line anchors + * Fixed code annotation directionality for right-to-left languages + * Fixed header title positioning for right-to-left languages + * Fixed admonition borders for right-to-left languages (8.0.0 regression) + * Fixed footer navigation link positioning (8.0.0 regression) + * Fixed footer navigation title breaking out of container when too long + * Fixed shrinking arrow in navigation title when too long + * Fixed #3343: Filtered stopwords appear as missing search terms + * Fixed #3346: Site unusable due to usage of :not() (Firefox 78 ESR) + +mkdocs-material-8.1.0+insiders-4.4.0 (2021-12-10) + + * Added support for code annotation anchor links (deep linking) + * Added new code annotation syntax modifier to strip comment + * Updated German translations for cookie consent + +mkdocs-material-8.1.0 (2021-12-10) + + * Added basic support for code block line anchors + * Switched code annotation markers to + signs to improve usability + * Switched main site title to bold font + * Improved admonition icon positioning to align when font-size is increased + * Improved and simplified footnotes CSS + * Improved and simplified code annotation positioning + * Fixed syntax error in Russian translations + +mkdocs-material-8.0.5 (2021-12-04) + + * Fixed #3302: Footer refactoring induced ellipsis in some browsers + * Fixed #3313: Details always rendered closed on load (8.0.4 regression) + +mkdocs-material-8.0.4+insiders-4.3.0 (2021-12-05) + + * Added support for custom fonts in social cards + * Fixed #3300: Announcement bar reappearing when using instant loading + +mkdocs-material-8.0.4 (2021-12-04) + + * Improved support for deeply nested code annotations + * Improved code annotation and copy-to-clipboard interop + * Improved styling for code annotations inside admonitions + * Fixed #3274: Invalid anchor positioning when using instant loading + * Fixed #3294: Lists after code blocks without code annotations disappearing + * Fixed several positioning issues for code annotations + * Fixed JavaScript source map roots + +mkdocs-material-8.0.3+insiders-4.2.0 (2021-12-02) + + * Added support for dismissible announcement bar + * Added support for named placeholders in feedback widget + +mkdocs-material-8.0.3 (2021-12-02) + + * Removed deprecated google_analytics setting (was forgotten in 8.0.0) + * Fixed syntax error in Swedish and Polish translations + * Fixed #3283: Invalid back-to-top button position with sticky navigation tabs + * Fixed #3285: Default details marker showing due to Safari bug + +mkdocs-material-8.0.2+insiders-4.1.0 (2021-11-30) + + * Added support for passing page title to feedback forms + +mkdocs-material-8.0.2 (2021-11-30) + + * Fixed #3275: Code annotations always disappear on click + +mkdocs-material-8.0.1 (2021-11-28) + + * Improved rendering of code annotation markers + * Fixed #3265: Wrong margin on nested admonitions + * Fixed wrong box-sizing for code annotations in details + +mkdocs-material-8.0.0 (2021-11-28) + + * Added support for code annotations + * Added support for anchor tracking + * Added support for version warning + * Added copyright partial for easier override + * Removed deprecated content tabs legacy implementation + * Removed deprecated seealso admonition type + * Removed deprecated site_keywords setting (unsupported by MkDocs) + * Removed deprecated prebuilt search index support + * Removed deprecated web app manifest – use customization + * Removed extracopyright variable – use new copyright partial + * Removed Disqus integration – use customization + * Switched to :is() selectors for simple selector lists + * Switched autoprefixer from last 4 years to last 2 years + * Improved CSS overall to match modern standards + * Improved CSS variable semantics for fonts + * Improved extensibility by restructuring partials + * Improved handling of details when printing + * Improved keyboard navigation for footnotes + * Fixed #3214: Search highlighting breaks site when empty + +mkdocs-material-7.3.6+insiders-3.2.3 (2021-11-20) + + * Updated Swedish and French translations + * Removed support for .mermaid-experimental class (now .mermaid) + * Fixed #3202: Cookie consent not dismissible on file:// locations + * Fixed #3216: Cookie consent not dismissed when invoked via anchor + * Fixed #3232: Mermaid.js sometimes runs twice (race condition) + +mkdocs-material-7.3.6+insiders-3.2.2 (2021-11-06) + + * Fixed always last feedback rating being sent + * Fixed #3145: Code annotations eat whole comment lines + * Fixed #3170: Feedback widget doesn't send data to GA4 + +mkdocs-material-7.3.6+insiders-3.2.1 (2021-11-04) + + * Added support for custom Mermaid.js version via additional JavaScript + * Fixed some configuration edge cases for tags plugin (3.1.5 regression) + * Fixed feedback widget title not being centered in Firefox + * Fixed #3179: Safari doesn't send request for feedback widget + +mkdocs-material-7.3.6+insiders-3.2.0 (2021-10-31) + + * Added support for feedback widget (Was this page helpful?) + +mkdocs-material-7.3.6 (2021-10-30) + + * Added support for adding titles to code blocks + +mkdocs-material-7.3.5+insiders-3.1.5 (2021-10-28) + + * Fixed #3144: Rogue link when using tags with auto-populated navigation + * Fixed #3147: Code block line numbers appear in search results + * Fixed #3158: Social cards do not strip HTML tags from title + +mkdocs-material-7.3.5 (2021-10-27) + + * Added support for setting table of contents title via mkdocs.yml + * Fixed back-to-top button position for right-to-left languages + +mkdocs-material-7.3.4+insiders-3.1.4 (2021-10-17) + + * Fixed #2974: Text cropped with other fonts than Roboto in social plugin + * Fixed #3099: Encoding problems with non-latin character in social plugin + * Fixed #3112: Japanese segmenter not executed as part of new tokenizer + * Fixed tags (front matter) appearing in search with disabled tags plugin + +mkdocs-material-7.3.4 (2021-10-17) + + * Bumped MkDocs version to 1.2.3 to mitigate CVE-2021-40978 + * Fixed spacing issues when using integrate table of contents with tabs + * Fixed some spacings issues for right-to-left languages + * Fixed race condition in search initialization + +mkdocs-material-7.3.3+insiders-3.1.3 (2021-10-12) + + * Added warnings to search plugin for unsupported options and syntax + * Fixed #3503: Search sometimes returns entire page + * Fixed #3089: Single-line code annotations disappear when printing + +mkdocs-material-7.3.3 (2021-10-11) + + * Rewrite of entire documentation + * Adjusted height of new content tabs to match single line code blocks + * Fixed new content tabs missing right padding in some browsers on overflow + * Fixed new content tabs bleeding out of flex container on overflow + * Fixed new content tabs overflow scrolling bugs on some browsers + * Fixed new content tabs stealing keyboard access when active + * Fixed some spacings issues for right-to-left languages + +mkdocs-material-7.3.2+insiders-3.1.2 (2021-10-06) + + * Fixed incorrect path separators for social cards on Windows + +mkdocs-material-7.3.2 (2021-10-06) + + * Deprecated prebuilding of search index + * Improved graceful handling of broken search for file:// + * Added minimum Jinja version to list of requirements + * Fixed #3071: Section index pages render empty directories + * Fixed margin issues when using navigation tabs (7.3.1 regression) + * Fixed search placeholder sometimes being shown too early + +mkdocs-material-7.3.1 (2021-10-02) + + * Added new experimental content tabs implementation + * Fixed #3069: GitHub stats broken for users/orgs (7.1.0 regression) + * Fixed #3070: Sections not linking to index page + * Fixed title not linking to index page when using tabs + * Fixed Disqus integration when using instant loading + * Fixed some spacing issues for right-to-left languages + * Fixed syntax error in Serbian translations + +mkdocs-material-7.3.0+insiders-3.1.1 (2021-09-26) + + * Fixed ordering bug in search exclusion logic + +mkdocs-material-7.3.0+insiders-3.1.0 (2021-09-26) + + * Added support for excluding pages, sections, and elements from search + * Fixed #2803: Code block annotations not visible when printing + +mkdocs-material-7.3.0 (2021-09-23) + + * Added support for sticky navigation tabs + * Added support for section index pages + * Added support for removing generator notice + +mkdocs-material-7.2.8 (2021-09-20) + + * Fixed #3039: Search modal overlays menu on mobile (7.2.7 regression) + +mkdocs-material-7.2.7+insiders-3.0.1 (2021-09-19) + + * Added support for using literal h1-6 tags for search plugin + * Fixed search plugin breaking on void elements without slashes + * Fixed search plugin filtering link contents from headlines + * Fixed search plugin handling of multiple h1 headlines + * Fixed search plugin handling of missing h1 headlines + +mkdocs-material-7.2.7 (2021-09-19) + + * Updated Serbian and Serbo-Croatian translations + * Improved appearance of outline on details + * Fixed #2934: Scrollbar when header is hidden on some mobile browsers + * Fixed #3032: Anchor in details doesn't open on load (7.0.0 regression) + * Fixed back-to-top button being focusable when invisible + * Fixed broken admonition icons (removed in upstream) + +mkdocs-material-7.2.6+insiders-3.0.0 (2021-09-13) + + * Rewrite of MkDocs' search plugin + * Added support for rich search previews + * Added support for tokenizer with lookahead + * Improved search indexing performance (twice as fast) + * Improved search highlighting + +mkdocs-material-7.2.6+insiders-2.13.3 (2021-09-01) + + * Added support for disabling social card generation + +mkdocs-material-7.2.6 (2021-09-01) + + * Fixed rendering of blockquote elements (7.0.0 regression) + * Fixed #2973: Custom search worker setting ignored + +mkdocs-material-7.2.5+insiders-2.13.2 (2021-08-25) + + * Fixed #2965: Social plugin error when primary color is not defined + +mkdocs-material-7.2.5 (2021-08-25) + + * Updated Portuguese translations + * Fixed execution of RxJS teardown logic (7.2.3 regression) + * Fixed #2970: Search results show escaped characters (7.2.2 regression) + +mkdocs-material-7.2.4+insiders-2.13.1 (2021-08-22) + + * Fixed #2948: Social cards are not cached + * Fixed #2953: Mermaid.js diagrams can't be centered anymore + +mkdocs-material-7.2.4 (2021-08-11) + + * Fixed #2926: Version selector not working (7.2.3 regression) + * Fixed #2929: Missing CSS class for banner (consistency with Insiders) + +mkdocs-material-7.2.3 (2021-08-09) + + * Slight facelift of data tables, now closer to Material Design + * Fixed instant loading not respecting clicks on search results + * Fixed #2881: Invalid anchor offsets when using instant loading + +mkdocs-material-7.2.2+insiders-2.13.0 (2021-08-07) + + * Added support for custom colors in social cards + +mkdocs-material-7.2.2+insiders-2.12.2 (2021-08-04) + + * Fixed #2891: Division by zero error in social plugin + +mkdocs-material-7.2.2 (2021-07-31) + + * Updated Korean translations + * Fixed #2879: Search highlighting does not properly escape HTML + +mkdocs-material-7.2.1+insiders-2.12.1 (2021-07-26) + + * Fixed error in social plugin when site_description was not set + * Fixed error in social plugin for non-ASCII characters + +mkdocs-material-7.2.1+insiders-2.12.0 (2021-07-25) + + * Added support for social cards + +mkdocs-material-7.2.1 (2021-07-25) + + * Fixed #2862: Back-to-top button overlays active search bar + +mkdocs-material-7.2.0 (2021-07-21) + + * Added support for search suggestions to save keystrokes + * Added support for search highlighting + * Added support for search sharing (i.e. deep linking) + +mkdocs-material-7.1.11+insiders-2.11.1 (2021-07-20) + + * Fixed order of tags index, now sorted alphabetically + +mkdocs-material-7.1.11+insiders-2.11.0 (2021-07-18) + + * Improved Mermaid.js integration, now stable + * Added support for sequence diagrams + * Added support for entity relationship diagrams + * Added support for cookie consent configuration + * Added feature flag to always enable annotations + +mkdocs-material-7.1.11 (2021-07-18) + + * Updated Spanish and Galician translations + +mkdocs-material-7.1.10+insiders-2.10.0 (2021-07-10) + + * Added support for cookie consent + * Fixed #2807: Back-to-top button not hidden when using sticky tabs + +mkdocs-material-7.1.10 (2021-07-10) + + * Refactored appearance of back-to-top button + * Fixed graceful handling of search when browsing locally + +mkdocs-material-7.1.9 (2021-06-25) + + * Improved search language support for Thai and Hindi + * Fixed #2761: License comments lined up at end of file + +mkdocs-material-7.1.8 (2021-06-12) + + * Refactored analytics integration (because of MkDocs 1.2) + * Added support for Google Analytics 4 (gtag.js) + * Fixed missing escape for aria-label in footer links + +mkdocs-material-7.1.7 (2021-06-06) + + * Improved screen reader support + +mkdocs-material-7.1.6+insiders-2.9.2 (2021-05-30) + + * Moved tags to partial for easier customization + * Added support for hiding tags on any page + +mkdocs-material-7.1.6 (2021-05-30) + + * Deprecated seealso admonition qualifier + * Added Mongolian and updated Chinese translations + * Fixed #2429: Version selector not touch-friendly on Android devices + * Fixed #2703: Printed 'Initializing search' albeit ready on mobile + +mkdocs-material-7.1.5+insiders-2.9.1 (2021-05-24) + + * Added missing guard for linking of content tabs + +mkdocs-material-7.1.5+insiders-2.9.0 (2021-05-23) + + * Added support for linking of content tabs + +mkdocs-material-7.1.5 (2021-05-19) + + * Fixed #2655: Details breaking page margins on print + +mkdocs-material-7.1.4+insiders-2.8.0 (2021-05-12) + + * Added support for boosting pages in search + +mkdocs-material-7.1.4+insiders-2.7.2 (2021-05-08) + + * Fixed #2638: Warnings shown when using tags plugin without directory URLs + +mkdocs-material-7.1.4 (2021-05-06) + + * Added support for git-revision-date-localized plugin creation date + * Improved footnote styles on :target and :focus + +mkdocs-material-7.1.3+insiders-2.7.1 (2021-05-03) + + * Fixed git-revision-date-localized plugin integration (2.7.0 regression) + +mkdocs-material-7.1.3+insiders-2.7.0 (2021-05-01) + + * Added support for tags (with search integration) + +mkdocs-material-7.1.3 (2021-04-24) + + * Fixed #2586: Empty table of contents shown (7.1.2 regression) + +mkdocs-material-7.1.2 (2021-04-18) + + * Fixed #2554: List markers sometimes overlap floated elements + * Fixed #2563: Adding a class to a h1 breaks the table of contents + * Fixed #2566: Back-to-top button clickable when invisible + +mkdocs-material-7.1.1+insiders-2.6.0 (2021-04-11) + + * Stay on page when switching versions + +mkdocs-material-7.1.1 (2021-04-10) + + * Fixed #2501: Nested definition lists compound bottom margin + * Fixed #2508: Switch extracopyright block to template variable + * Fixed #2533: Search (and other parts) not working in Safari <14 + * Fixed #2538: Visual quirk when opening language selector + +mkdocs-material-7.1.0 (2021-03-29) + + * Added support for color palette toggle + * Added support for back-to-top button + * Added latest release to repository info (GitHub) + * Slight facelift of repository info (lighter fonts, spacing and icons) + +mkdocs-material-7.0.7+insiders-2.5.0 (2021-03-28) + + * Added support for version warning + +mkdocs-material-7.0.7 (2021-03-28) + + * Updated Hungarian translations + * Fixed #2466: Docker image not based on latest Python and Alpine + * Fixed #2488: Inconsistent header shadow behavior + * Fixed #2492: Inline code blocks in admonition titles missing background + +mkdocs-material-7.0.6+insiders-2.4.0 (2021-03-20) + + * Added support for custom admonition icons + * Fixed #2444: Code block annotations with extra comments have wrong index + +mkdocs-material-7.0.6+insiders-2.3.1 (2021-03-14) + + * Fixed anchor offset for permalinks when using sticky navigation tabs + +mkdocs-material-7.0.6 (2021-03-14) + + * Added trailing slash to version selector URL + * Added support for out-of-order anchors in table of contents + * Added extra.homepage option to link logo to arbitrary URL + * Improved security of Docker image (always update apk) + * Fixed horizontal spacing for nested inline admonitions + * Fixed text color of nested code blocks inside links + * Fixed version selector to always use version title + * Fixed logo link when using versioning with instant loading + +mkdocs-material-7.0.5+insiders-2.3.0 (2021-03-13) + + * Added support for back-to-top button + +mkdocs-material-7.0.5 (2021-03-07) + + * Added extracopyright block to allow for custom copyright info + * Fixed evaluation of third-party scripts when using instant loading + * Fixed edge cases when using instant loading without directory URLs + * Fixed handling of version selector when using instant loading + * Fixed regression with header title not being updated correctly + * Fixed expanded sections not opening on first click (7.0.4 regression) + +mkdocs-material-7.0.4+insiders-2.2.1 (2021-03-04) + + * Fixed #2382: Repository stats failing when no release tag is present + +mkdocs-material-7.0.4 (2021-03-04) + + * Added Icelandic translations + * Fixed #2386: Section close requires two clicks (navigation expansion) + * Fixed console error when search is disabled (7.0.0 regression) + * Fixed localsearch integration (7.0.0 regression) + +mkdocs-material-7.0.3+insiders-2.2.0 (2021-02-28) + + * Added support for code block annotations + +mkdocs-material-7.0.3+insiders-2.1.0 (2021-02-26) + + * Added support for anchor tracking + +mkdocs-material-7.0.3 (2021-02-26) + + * Fixed JavaScript errors in older browsers (target ES2020 -> ES2015) + +mkdocs-material-7.0.2 (2021-02-25) + + * Fixed #2343: Invalid source map URLs for JS and CSS files + * Fixed #2347: Version selector missing when using versioning + +mkdocs-material-7.0.1+insiders-2.0.0 (2021-02-24) + + * Migrated Insiders to the new architecture + * Swapped color palette toggle configuration + +mkdocs-material-7.0.1 (2021-02-24) + + * Fixed #2334: Google Analytics triggers page view twice (7.0.0 regression) + * Fixed #2336: Details bleed into inline admonitions + * Fixed #2337: Images don't align correctly (7.0.0 regression) + +mkdocs-material-7.0.0 (2021-02-22) + + * Added support for deploying multiple versions + * Added support for integrating a language selector + * Added support for rendering admonitions as inline blocks + * Rewrite of the underlying reactive architecture + * Removed Webpack in favor of reactive build strategy (-480 dependencies) + * Fixed keyboard navigation for code blocks after content tabs switch + +mkdocs-material-6.2.8 (2021-02-04) + + * Updated Japanese and Polish translations + * Fixed #2261: Print dialog auto-closing when using instant loading + +mkdocs-material-6.2.7+insiders-1.17.0 (2021-01-31) + + * Added support for section index pages + +mkdocs-material-6.2.7 (2021-01-31) + + * Fixed #2251: Updated Docker image to latest Alpine Linux + +mkdocs-material-6.2.6+insiders-1.16.1 (2021-01-26) + + * Fixed #2249: Instant loading + sticky tabs result in invalid links + * Fixed #2248: Search highlighting URL parameter always added + * Fixed #2235: Version selector doesn't select current version for aliases + +mkdocs-material-6.2.6 (2021-01-26) + + * Added Bulgarian translations + * Fixed #2233: Search not shown when using header autohiding + +mkdocs-material-6.2.5+insiders-1.16.0 (2021-01-17) + + * Added latest release to repository info (GitHub) + * Slight facelift of repository info (lighter fonts, spacing and icons) + +mkdocs-material-6.2.5 (2021-01-17) + + * Fixed syntax error in Swedish translations + * Optimized navigation partials to improve build speed for huge docs + +mkdocs-material-6.2.4 (2021-01-09) + + * Fixed #2156: Missing syntax highlighting for binary numbers + * Fixed #2186: Disqus showing on 404 page + +mkdocs-material-6.2.3+insiders-1.15.0 (2021-01-02) + + * Added support for native Mermaid.js integration + +mkdocs-material-6.2.3+insiders-1.14.0 (2020-12-30) + + * Added support for sharing searches + +mkdocs-material-6.2.3 (2020-12-27) + + * Added back hidden overflow on root container + * Fixed #2142: MathJax formulas sometimes have vertical scrollbars + +mkdocs-material-6.2.2+insiders-1.13.2 (2020-12-22) + + * Fixed version selector + sticky tabs navigation rendering issues + * Fixed version selector wrapping + +mkdocs-material-6.2.2 (2020-12-22) + + * Removed Markdown version range limit (6.2.0 regression) + +mkdocs-material-6.2.1 (2020-12-22) + + * Fixed all import and asset paths in templates (6.2.0 regression) + * Downgraded webpack-asset-manifest-plugin - broke all asset paths + +mkdocs-material-6.2.0 (2020-12-22) + + * Added support for navigation sections + * Added support for navigation expansion + * Added support for integrating table of contents into navigation + * Added support for autohiding header on scroll + * Added support for hiding navigation and table of contents per page + * Added support for arbitrary items in navigation tabs + * Refactored navigation tabs to simplify grouping behavior + * Fixed anchor offset for permalinks in Safari (partial revert) + * Fixed #2098: Active tab sometimes not highlighted correctly + * Improved appearance for horizontal rulers + * Improved Spanish and Swedish translations + +mkdocs-material-6.1.7+insiders-1.13.1 (2020-12-20) + + * Fixed horizontal scrollbars for language and version selection + * Fixed type conversion in JavaScript config (#6) + +mkdocs-material-6.1.7+insiders-1.13.0 (2020-12-13) + + * Added support for sticky navigation tabs + * Added support for arbitrary links in navigation tabs + * Refactored navigation tabs to simplify grouping behavior + * Fixed #2098: Subsequent active subsection not highlighted correctly + +mkdocs-material-6.1.7+insiders-1.12.1 (2020-12-08) + + * Fixed empty language selector being shown + +mkdocs-material-6.1.7+insiders-1.12.0 (2020-12-06) + + * Added support for adding a language selector + +mkdocs-material-6.1.7 (2020-12-06) + + * Fixed #2081: Fixed stats for private GitHub repositories + * Fixed alignment for admonition icon alignment for right-to-left languages + +mkdocs-material-6.1.6+insiders-1.11.2 (2020-11-29) + + * Fixed #2068: Search highlight interprets code blocks as JavaScript + +mkdocs-material-6.1.6+insiders-1.11.1 (2020-11-29) + + * Refactored styling to be more stable and easier to adjust + * Fixed some styling regressions from latest features + +mkdocs-material-6.1.6+insiders-1.11.0 (2020-11-22) + + * Added support for rendering admonitions as inline blocks + +mkdocs-material-6.1.6 (2020-11-22) + + * Fixed #2048: Math formulas show scrollbars (Windows) + +mkdocs-material-6.1.5+insiders-1.10.0 (2020-11-15) + + * Added support for integrating table of contents into navigation + +mkdocs-material-6.1.5 (2020-11-15) + + * Fixed search reset button not showing/hiding correctly + +mkdocs-material-6.1.4+insiders-1.9.0 (2020-11-07) + + * Added support for hiding navigation and table of contents on any page + * Removed autohiding table of contents when empty + +mkdocs-material-6.1.4 (2020-11-07) + + * Fixed sidebar jitter when scrolling footer into view + +mkdocs-material-6.1.3 (2020-11-05) + + * Added support for keywords meta tag + * Fixed #2027: Line numbers don't scale with smaller font size + * Fixed link colors for black and white on slate color scheme + * Removed focus outline on scrolling code blocks for pointer devices + +mkdocs-material-6.1.2+insiders-1.8.0 (2020-11-01) + + * Added support for navigation sections + * Fixed appearance of inactive search suggestions + +mkdocs-material-6.1.2 (2020-10-31) + + * Fixed sizing of icons in admonitions, task lists, etc. (6.1.1 regression) + +mkdocs-material-6.1.1 (2020-10-31) + + * Fixed #2019: Page title not correctly updated when using instant loading + +mkdocs-material-6.1.0+insiders-1.7.0 (2020-10-25) + + * Added support for deploying multiple versions + * Fixed alignment of sidebar when content area is too small + +mkdocs-material-6.1.0 (2020-10-17) + + * Fixed #1973: Added support for printing in dark mode + * Fixed #1974: Added support for printing content tabs + * Fixed #1995: Improved customizability of details extension + +mkdocs-material-6.0.2+insiders-1.6.0 (2020-10-11) + + * Added support for search suggestions to save keystrokes + * Added support for removing 'Made with Material for MkDocs' from footer + * Fixed #1915: search should go to first result by pressing Enter + +mkdocs-material-6.0.2 (2020-10-04) + + * Added Georgian translations + * Added escaping for link title attributes where necessary + * Fixed #1956: Pages with whitespace in names have invalid links in search + * Removed unnecessary (duplicated) link title attributes + +mkdocs-material-6.0.1 (2020-09-26) + + * Fixed stemmer support for file:// protocol through iframe-worker + * Fixed details marker showing for search result in Firefox + * Fixed tabbing behavior when search query is not empty + * Switched TypeScript compilation target to ES2015 + * Reduced size of JavaScript by 30% (176kb → 124kb) + * Removed mkdocs and readthedocs themes from Docker image + +mkdocs-material-6.0.0 (2020-09-25) + + * Improved search result look and feel + * Improved search result stability while typing + * Improved search result grouping (pages + headings) + * Improved search result relevance and scoring + * Added display of missing query terms to search results + * Reduced size of vendor bundle by 25% (84kb → 67kb) + * Reduced size of the Docker image to improve CI build performance + * Removed hero partial in favor of custom implementation + * Removed deprecated front matter features + +mkdocs-material-5.5.14 (2020-09-23) + + * Improved spacing around image captions + * Fixed #1939: Long tables cause header overlap in print view + +mkdocs-material-5.5.13+insiders-1.5.1 (2020-09-21) + + * Fixed content area stretching to whole width for long code blocks + +mkdocs-material-5.5.13+insiders-1.5.0 (2020-09-19) + + * Added support for autohiding table of contents when empty + +mkdocs-material-5.5.13 (2020-09-19) + + * Improved abbreviations on touch devices + +mkdocs-material-5.5.12+insiders-1.4.1 (2020-09-06) + + * Improved typeahead and search result relevance and scoring + +mkdocs-material-5.5.12 (2020-08-31) + + * Fixed #1638: occasional 404 for images when using instant loading + +mkdocs-material-5.5.11+insiders-1.4.0 (2020-08-30) + + * Added support for autohiding header on scroll + +mkdocs-material-5.5.11 (2020-08-28) + + * Fixed Disqus integration, as the minifier killed the config + +mkdocs-material-5.5.10 (2020-08-28) + + * Improved rendering by moving Disqus integration after page load + * Fixed #1887: Moved navigation icons to CSS to reduce size of HTML + +mkdocs-material-5.5.9+insiders-1.3.0 (2020-08-26) + + * Added support for user-selectable color palettes + +mkdocs-material-5.5.9 (2020-08-26) + + * Added Esperanto translations + * Fixed #1884: External links not included in navigation tabs + +mkdocs-material-5.5.8 (2020-08-23) + + * Removed focus outline on details and content tabs for pointer devices + * Improved accessibility of content tabs (now navigable via arrow keys) + * Fixed #1877: 404 on search index when search is disabled + * Fixed some memleaks in observable subscriptions + * Fixed color definitions for theme-color meta tag + +mkdocs-material-5.5.7 (2020-08-16) + + * Improved contrast ratio to 4.5:1 for syntax highlighting + * Improved contrast ratio to 4.5:1 for table of contents + +mkdocs-material-5.5.6 (2020-08-12) + + * Switched base template for 404.html to main.html + * Fixed #1864: GitHub organisation stats not loading + +mkdocs-material-5.5.5+insiders-1.2.0 (2020-08-11) + + * Added feature to expand navigation by default + +mkdocs-material-5.5.5 (2020-08-11) + + * Fixed missing vendor and worker distribution files + +mkdocs-material-5.5.4 (2020-08-11) + + * Added support for sortable data tables + +mkdocs-material-5.5.3 (2020-08-04) + + * Fixed search for languages other than English (5.5.1 regression) + +mkdocs-material-5.5.2+insiders-1.1.0 (2020-08-03) + + * Added highlighting of search results + +mkdocs-material-5.5.2 (2020-08-03) + + * Improved highlight colors and spacing for ins, del and mark + * Changed some keyboard symbols for better equivalents + * Removed focus outline for details and code blocks on touch devices + * Fixed margins for admonitions (5.5.1 regression) + * Fixed too small content tab labels (5.5.1 regression) + * Fixed icon repeating for custom admonition icons + +mkdocs-material-5.5.1 (2020-08-01) + + * Improved typesetting by basing font-size and spacings on em + * Improved print view by slightly scaling down font-size + * Changed custom site title (metadata) to be suffixed with site name + * Fixed top- and bottom spacing of paragraphs inside table cells + +mkdocs-material-5.5.0 (2020-07-24) + + * Rewrite of entire documentation + * Rewrite of syntax highlighting to be customizable with CSS variables + * Improved syntax highlighting to work with light and dark theme + * Improved slate color scheme to be more customizable and easier on the eyes + * Added licenses of icon sets to distribution files + * Fixed stale document titles in Google Analytics when using instant loading + * Fixed width of previous and next footer links for tablet and above + * Fixed issues with top scroll margin for footnotes + * Fixed top margin for tabbed content when using a JavaScript highlighter + * Deprecated metadata-based redirects, source links and heroes + +mkdocs-material-5.4.0+insiders-1.0.0 (2020-07-14) + + * Added grouping of search results + * Added missing query terms to search result + * Improved search result relevance and scoring + +mkdocs-material-5.4.0 (2020-06-29) + + * Added support to wrap searches in quotes to switch from OR to AND + * Fixed highlighting of numbers in search results + +mkdocs-material-5.3.3 (2020-06-24) + + * Added Bengali translations + * Fixed #1773: Search for numbers does not return any result (regression) + +mkdocs-material-5.3.2 (2020-06-21) + + * Improved search typeahead experience with non-Latin characters + * Fixed #1753: Japanese search doesn't work anymore + +mkdocs-material-5.3.1 (2020-06-20) + + * Fixed #1761: Duplication of search worker when subscribing to observable + +mkdocs-material-5.3.0 (2020-06-15) + + * Added support for color schemes based on user preference + * Fixed #1755: Tokenizer separator setting ignored + +mkdocs-material-5.2.3 (2020-06-07) + + * Improved search typeahead behavior for some languages (de, fr, ...) + * Improved styles for scrollbars on Firefox + * Fixed #1741: Removed preconnect hint for Google Analytics + +mkdocs-material-5.2.2 (2020-05-26) + + * Fixed #1728: Legacy Edge doesn't support deg values in hsla colors + +mkdocs-material-5.2.1 (2020-05-22) + + * Fixed color of links in table headers, e.g. footnotes + * Fixed color scheme not being applied without primary or accent color + * Fixed hover delay for links inside code blocks + +mkdocs-material-5.2.0 (2020-05-18) + + * Added color schemes implementation + dark mode + * Fixed #1583: Missing option for separate link colors + +mkdocs-material-5.1.7 (2020-05-16) + + * Added keyboard focus support for overflowing code blocks + * Fixed #1696: Infinite loop in some cases when using instant loading + +mkdocs-material-5.1.6 (2020-05-09) + + * Added Burmese translations + * Added general anchor offset solution using scroll-margin-top + * Fixed #1653: Instant loading shouldn't intercept links to *.html files + +mkdocs-material-5.1.5 (2020-05-03) + + * Added name attribute for social links to set link title + * Fixed #1623: Allow arbitrary links in social links + * Fixed #1664: Height of iframe is not adjustable + * Fixed #1667: Sidebars are scrolled to bottom on load (bug in Chrome 81+) + +mkdocs-material-5.1.4 (2020-04-30) + + * Switched to @mdi/svg Material Design icon package + * Fixed #1655: Navigation may disappear after switching viewports + * Fixed #1659: Unnecessary scrollbar for search results on Windows + * Fixed occasional distortions for images with explicit dimensions + * Fixed errors in German translations + +mkdocs-material-5.1.3 (2020-04-26) + + * Fixed overflowing content area after switch to flexbox + +mkdocs-material-5.1.2 (2020-04-26) + + * Added status information to search observable + * Added status information to search modal + * Removed announcement bar from print media + * Removed media query packing logic due to race conditions + * Fixed #1520: Gracefully disable search on file:// if Worker fails + * Fixed re-submission of query after search is initialized + * Fixed jitter of sidebars on all browsers by switching to sticky + +mkdocs-material-5.1.1 (2020-04-17) + + * Added new FontAwesome icons + * Fixed #1609: Instant loading doesn't honor target=_blank + * Fixed GitHub stars count rounding errors + * Fixed GitLab stars count retrieval + +mkdocs-material-5.1.0 (2020-04-12) + + * Added support for icons from Markdown through mkdocs-material-extensions + +mkdocs-material-5.0.2 (2020-04-10) + + * Added CSS source maps to distribution files + * Fixed errors in Chinese (Traditional) translations + * Fixed creation of stale directory on installation from git + * Improved overflow scrolling behavior on iOS (reduced bundle size by 4kb) + +mkdocs-material-5.0.1 (2020-04-07) + + * Fixed syntax error in Spanish translations + +mkdocs-material-5.0.0 (2020-04-07) + + * Reactive architecture – try app.dialog$.next("Hi!") in the console + * Instant loading – make Material behave like a Single Page Application + * Improved CSS customization with CSS variables – set your brand's colors + * Improved CSS resilience, e.g. proper sidebar locking for customized headers + * Improved icon integration and configuration – now including over 5k icons + * Added possibility to use any icon for logo, repository and social links + * Search UI does not freeze anymore (moved to web worker) + * Search index built only once when using instant loading + * Improved extensible keyboard handling + * Support for prebuilt search indexes + * Support for displaying stars and forks for GitLab repositories + * Support for scroll snapping of sidebars and search results + * Reduced HTML and CSS footprint due to deprecation of IE support + * Slight facelifting of some UI elements (admonitions, tables, ...) + +mkdocs-material-4.6.3 (2020-02-14) + + * Removed optional third-party plugins from requirements.txt + * Updated Docker image to contain all supported third-party plugins + +mkdocs-material-4.6.2 (2020-02-08) + + * Added Romanian translations + * Fixed #1451: Inconsistent spacing for fenced code blocks + +mkdocs-material-4.6.1 (2020-02-08) + + * Fixed #1324: Metadata author only rendering first character + * Fixed #1393: Set tabindex to 0 for skip to content link + * Fixed code blocks after Markdown 3.2 release + * Fixed errors in Japanese translations + * Improved Google Lighthouse score + +mkdocs-material-4.6.0 (2019-12-11) + + * Added support for mkdocs-git-revision-date-localized-plugin + * Fixed invalid character in Google Fonts URL + +mkdocs-material-4.5.1 (2019-12-02) + + * Added Thai translations + * Fixed missing assets in GitHub release .zip and .tar.gz + +mkdocs-material-4.5.0 (2019-11-16) + + * Fixed #1330: Upgraded EmojiOne to Tweomji due to licensing issues + * Fixed #1339: Temporarily pinned PyMdown and Markdown due to + * Fixed errors in Greek translations + * Improved GitHub statistics retrieval + +mkdocs-material-4.4.3 (2019-10-03) + + * Added Estonian translations + * Fixed removal of copyright banners in minified JavaScript + * Removed unnecessary title attributes from links in table of contents + +mkdocs-material-4.4.2 (2019-08-27) + + * Added Afrikaans translations + * Fixed broken page title when h1 contained HTML tags + * Improved accessibility for IE users + * Removed unnecessary title attributes from links in navigation + +mkdocs-material-4.4.1 (2019-08-22) + + * Added support for black as a primary color + * Fixed broken footer bar when h1 contained HTML tags + +mkdocs-material-4.4.0 (2019-06-15) + + * Added Slovenian translations + * Reverted template minification in favor of mkdocs-minify-plugin + * Fixed #1114: Tabs don't reappear when default font-size is smaller than 16 + +mkdocs-material-4.3.1 (2019-05-23) + + * Fixed spelling error in Danish translations + +mkdocs-material-4.3.0 (2019-05-17) + + * Added support for changing header through metadata title property + * Added font-display: swap to Google Font loading logic + * Removed whitespace from templates, saving 4kb (.7kb gzipped) per request + * Fixed alignment of repository icons on tablet and desktop + +mkdocs-material-4.2.0 (2019-04-28) + + * Added Norwegian (Nynorsk) translations + * Fixed loss of focus in non-form input elements due to search hotkeys + * Fixed #1067: Search hotkeys not working for mobile/tablet screensize + * Fixed #1068: Search not correctly aligned for tablet screensize + +mkdocs-material-4.1.2 (2019-04-16) + + * Fixed #1072: HTML tags appearing in navigation link titles + +mkdocs-material-4.1.1 (2019-03-28) + + * Fixed minor CSS errors detected during validation + +mkdocs-material-4.1.0 (2019-03-22) + + * Fixed #1023: Search for Asian languages broken after Lunr.js update + * Fixed #1026: contenteditable elements loose focus on hotkeys + +mkdocs-material-4.0.2 (2019-03-01) + + * Fixed #1012: HTML character entities appear in search result titles + +mkdocs-material-4.0.1 (2019-02-13) + + * Fixed #762, #816: Glitch in sidebar when collapsing items + * Fixed #869: Automatically expand details before printing + +mkdocs-material-4.0.0 (2019-02-13) + + * Added background on hover for table rows + * Removed Google Tag Manager and reverted to Google Analytics + * Removed blocks in partials - Jinja doesn't support them + * Fixed #911: Chrome breaks layout if system language is Chinese [BREAKING] + * Fixed #976: Removed FastClick + +mkdocs-material-3.3.0 (2019-01-29) + + * Moved Google Analytics integration into head using Google Tag Manager + * Fixed #972: Unicode slugifier breaks table of contents blur on scroll + * Fixed #974: Additional links in table of contents break blur on scroll + +mkdocs-material-3.2.0 (2018-12-28) + + * Added support for redirects using metadata refresh + * Fixed #921: Load Google Analytics snippet asynchronously + +mkdocs-material-3.1.0 (2018-11-17) + + * Added support for Progressive Web App Manifest + * Fixed #915: Search bug in Safari (upgraded Lunr.js) + +mkdocs-material-3.0.6 (2018-10-26) + + * Added Taiwanese translations + * Fixed #906: JavaScript code blocks evaluated in search results + +mkdocs-material-3.0.5 (2018-10-23) + + * Added Croatian and Indonesian translations + * Fixed #899: Skip-to-content link invalid from 2nd level on + * Fixed #902: Missing URL filter in footer for FontAwesome link + +mkdocs-material-3.0.4 (2018-09-03) + + * Updated Dutch translations + * Fixed #856: Removed preconnect meta tag if Google Fonts are disabled + +mkdocs-material-3.0.3 (2018-08-07) + + * Fixed #841: Additional path levels for extra CSS and JS + +mkdocs-material-3.0.2 (2018-08-06) + + * Fixed #839: Lunr.js stemmer imports incorrect + +mkdocs-material-3.0.1 (2018-08-05) + + * Fixed #838: Search result links incorrect + +mkdocs-material-3.0.0 (2018-08-05) + + * Upgraded MkDocs to 1.0 [BREAKING] + * Upgraded Python in official Docker image to 3.6 + * Added Serbian and Serbo-Croatian translations + +mkdocs-material-2.9.4 (2018-07-29) + + * Fixed build error after MkDocs upgrade + +mkdocs-material-2.9.3 (2018-07-29) + + * Added link to home for logo in drawer + * Fixed dependency problems between MkDocs and Tornado + +mkdocs-material-2.9.2 (2018-06-29) + + * Added Hindi and Czech translations + +mkdocs-material-2.9.1 (2018-06-18) + + * Added support for different spellings for theme color + * Fixed #799: Added support for webfont minification in production + * Fixed #800: Added .highlighttable as an alias for .codehilitetable + +mkdocs-material-2.9.0 (2018-06-13) + + * Added support for theme color on Android + * Fixed #796: Rendering of nested tabbed code blocks + +mkdocs-material-2.8.0 (2018-06-10) + + * Added support for grouping code blocks with tabs + * Added Material and FontAwesome icon fonts to distribution files (GDPR) + * Added note on compliance with GDPR + * Added Slovak translations + * Fixed #790: Prefixed id attributes with "__" to avoid name clashes + +mkdocs-material-2.7.3 (2018-04-26) + + * Added Finnish translations + +mkdocs-material-2.7.2 (2018-04-09) + + * Fixed rendering issue for details on Edge + +mkdocs-material-2.7.1 (2018-03-21) + + * Added Galician translations + * Fixed #730: Scroll chasing error on home page if Disqus is enabled + * Fixed #736: Reset drawer and search upon back button invocation + +mkdocs-material-2.7.0 (2018-03-06) + + * Added ability to set absolute URL for logo + * Added Hebrew translations + +mkdocs-material-2.6.6 (2018-02-22) + + * Added preconnect for Google Fonts for faster loading + * Fixed #710: With tabs sidebar disappears if JavaScript is not available + +mkdocs-material-2.6.5 (2018-02-22) + + * Reverted --dev-addr flag removal from Dockerfile + +mkdocs-material-2.6.4 (2018-02-21) + + * Added Catalan translations + * Fixed incorrect margins for buttons in Firefox and Safari + * Replaced package manager yarn with npm 5.6 + * Reverted GitHub stars rounding method + * Removed --dev-addr flag from Dockerfile for Windows compatibility + +mkdocs-material-2.6.3 (2018-02-18) + + * Added Vietnamese translations + +mkdocs-material-2.6.2 (2018-02-12) + + * Added Arabic translations + * Fixed incorrect rounding of amount of GitHub stars + * Fixed double-layered borders for tables + +mkdocs-material-2.6.1 (2018-02-11) + + * Added ability to override Disqus integration using metadata + * Fixed #690: Duplicate slashes in source file URLs + * Fixed #696: Active page highlight not working with default palette + * Adjusted German translations + +mkdocs-material-2.6.0 (2018-02-02) + + * Moved default search configuration to default translation (English) + * Added support to automatically set text direction from translation + * Added support to disable search stop word filter in translation + * Added support to disable search trimmer in translation + * Added Persian translations + * Fixed support for Polish search + * Fixed disappearing GitHub, GitLab and Bitbucket repository icons + +mkdocs-material-2.5.5 (2018-01-31) + + * Added Hungarian translations + +mkdocs-material-2.5.4 (2018-01-29) + + * Fixed #683: gh-deploy fails inside Docker + +mkdocs-material-2.5.3 (2018-01-25) + + * Added Ukrainian translations + +mkdocs-material-2.5.2 (2018-01-22) + + * Added default search language mappings for all localizations + * Fixed #673: Error loading non-existent search language + * Fixed #675: Uncaught reference error when search plugin disabled + +mkdocs-material-2.5.1 (2018-01-20) + + * Fixed permalink for main headline + * Improved missing translation handling with English as a fallback + * Improved accessibility with skip-to-content link + +mkdocs-material-2.5.0 (2018-01-13) + + * Added support for right-to-left languages + +mkdocs-material-2.4.0 (2018-01-11) + + * Added focus state for clipboard buttons + * Fixed #400: Search bar steals tab focus + * Fixed search not closing on ENTER when result is selected + * Fixed search not closing when losing focus due to TAB + * Fixed collapsed navigation links getting focus + * Fixed outline being cut off on TAB focus of navigation links + * Fixed bug with first search result navigation being ignored + * Removed search result navigation via TAB (use UP and DOWN) + * Removed outline resets for links + * Improved general tabbing behavior on desktop + +mkdocs-material-2.3.0 (2018-01-09) + + * Added example (synonym: snippet) style for admonitions + * Added synonym abstract for summary style for admonitions + +mkdocs-material-2.2.6 (2017-12-27) + + * Added Turkish translations + * Fixed unclickable area below header in case JavaScript is not available + +mkdocs-material-2.2.5 (2017-12-18) + + * Fixed #639: Broken default favicon + +mkdocs-material-2.2.4 (2017-12-18) + + * Fixed #638: Build breaks with Jinja < 2.9 + +mkdocs-material-2.2.3 (2017-12-13) + + * Fixed #630: Admonition sets padding on any last child + * Adjusted Chinese (Traditional) translations + +mkdocs-material-2.2.2 (2017-12-08) + + * Added Dutch translations + * Adjusted targeted link and footnote offsets + * Simplified admonition styles and fixed padding bug + +mkdocs-material-2.2.1 (2017-12-02) + + * Fixed #616: Minor styling error with title-only admonitions + * Removed border for table of contents and improved spacing + +mkdocs-material-2.2.0 (2017-11-22) + + * Added support for hero teaser + * Added Portuguese translations + * Fixed #586: Footnote backref target offset regression + * Fixed #605: Search stemmers not correctly loaded + +mkdocs-material-2.1.1 (2017-11-21) + + * Replaced deprecated babel-preset-es2015 with babel-preset-env + * Refactored Gulp build pipeline with Webpack + * Removed right border on sidebars + * Fixed broken color transition on header + +mkdocs-material-2.1.0 (2017-11-19) + + * Added support for white as a primary color + * Added support for sliding site name and title + * Fixed redundant clipboard button when using line numbers on code blocks + * Improved header appearance by making it taller + * Improved tabs appearance + * Improved CSS customizability by leveraging inheritance + * Removed scroll shadows via background-attachment + * Removed breadcrumbs from header + +mkdocs-material-2.0.4 (2017-11-05) + + * Fixed details not opening with footnote reference + +mkdocs-material-2.0.3 (2017-11-05) + + * Added Japanese translations + * Fixed #540: Jumping to anchor inside details doesn't open it + * Fixed active link colors in footer + +mkdocs-material-2.0.2 (2017-11-01) + + * Added Russian translations + * Fixed #542: Horizontal scrollbar between 1220px and 1234px + * Fixed #553: Metadata values only rendering first character + * Fixed #558: Flash of unstyled content + * Fixed favicon regression caused by deprecation upstream + +mkdocs-material-2.0.1 (2017-10-31) + + * Fixed error when initializing search + * Fixed styles for link to edit the current page + * Fixed styles on nested admonition in details + +mkdocs-material-2.0.0 (2017-10-31) + + * Added support for MkDocs 0.17.1 theme configuration options + * Added support for easier configuration of search tokenizer + * Added support to disable search + * Added Korean translations + * Removed support for MkDocs 0.16.x [BREAKING] + +mkdocs-material-1.12.2 (2017-10-26) + + * Added Italian, Norwegian, French and Chinese translations + +mkdocs-material-1.12.1 (2017-10-22) + + * Added Polish, Swedish and Spanish translations + * Improved downward compatibility with custom partials + * Temporarily pinned MkDocs version within Docker image to 0.16.3 + * Fixed #519: Missing theme configuration file + +mkdocs-material-1.12.0 (2017-10-20) + + * Added support for setting language(s) via mkdocs.yml + * Added support for default localization + * Added German and Danish translations + * Fixed #374: Search bar misalignment on big screens + +mkdocs-material-1.11.0 (2017-10-19) + + * Added localization to clipboard + * Refactored localization logic + +mkdocs-material-1.10.4 (2017-10-18) + + * Improved print styles of code blocks + * Improved search UX (don't close on enter if no selection) + * Fixed #495: Vertical scrollbar on short pages + +mkdocs-material-1.10.3 (2017-10-11) + + * Fixed #484: Vertical scrollbar on some MathJax formulas + * Fixed #483: Footnote backref target offset regression + +mkdocs-material-1.10.2 (2017-10-06) + + * Fixed #468: Sidebar shows scrollbar if content is shorter (in Safari) + +mkdocs-material-1.10.1 (2017-09-14) + + * Fixed #455: Bold code blocks rendered with normal font weight + +mkdocs-material-1.10.0 (2017-09-01) + + * Added support to make logo default icon configurable + * Fixed uninitialized overflow scrolling on main pane for iOS + * Fixed error in mobile navigation in case JavaScript is not available + * Fixed incorrect color transition for nested panes in mobile navigation + * Improved checkbox styles for Tasklist from PyMdown Extension package + +mkdocs-material-1.9.0 (2017-08-29) + + * Added info (synonym: todo) style for admonitions + * Added question (synonym: help, faq) style for admonitions + * Added support for Details from PyMdown Extensions package + * Improved admonition styles to match details + * Improved styles for social links in footer + * Replaced ligatures with Unicode code points to avoid broken layout + * Upgraded PyMdown Extensions package dependency to >= 3.4 + +mkdocs-material-1.8.1 (2017-08-07) + + * Fixed #421: Missing pagination for GitHub API + +mkdocs-material-1.8.0 (2017-08-02) + + * Added support for lazy-loading of search results for better performance + * Added support for customization of search tokenizer/separator + * Fixed #424: Search doesn't handle capital letters anymore + * Fixed #419: Search doesn't work on whole words + +mkdocs-material-1.7.5 (2017-07-25) + + * Fixed #398: Forms broken due to search shortcuts + * Improved search overall user experience + * Improved search matching and highlighting + * Improved search accessibility + +mkdocs-material-1.7.4 (2017-06-21) + + * Fixed functional link colors in table of contents for active palette + * Fixed #368: Compatibility issues with IE11 + +mkdocs-material-1.7.3 (2017-06-07) + + * Fixed error when setting language to Japanese for site search + +mkdocs-material-1.7.2 (2017-06-06) + + * Fixed offset of search box when repo_url is not set + * Fixed non-disappearing tooltip + +mkdocs-material-1.7.1 (2017-06-01) + + * Fixed wrong z-index order of header, overlay and drawer + * Fixed wrong offset of targeted footnote back references + +mkdocs-material-1.7.0 (2017-06-01) + + * Added "copy to clipboard" buttons to code blocks + * Added support for multilingual site search + * Fixed search term highlighting for non-latin languages + +mkdocs-material-1.6.4 (2017-05-24) + + * Fixed #337: JavaScript error for GitHub organization URLs + +mkdocs-material-1.6.3 (2017-05-16) + + * Fixed #329: Broken source stats for private or unknown GitHub repos + +mkdocs-material-1.6.2 (2017-05-15) + + * Fixed #316: Fatal error for git clone on Windows + * Fixed #320: Chrome 58 creates double underline for abbr tags + * Fixed #323: Ligatures rendered inside code blocks + * Fixed miscalculated sidebar height due to missing margin collapse + * Changed deprecated MathJax CDN to Cloudflare + +mkdocs-material-1.6.1 (2017-04-23) + + * Fixed following of active/focused element if search input is focused + * Fixed layer order of search component elements + +mkdocs-material-1.6.0 (2017-04-22) + + * Added build test for Docker image on Travis + * Added search overlay for better user experience (focus) + * Added language from localizations to html tag + * Fixed #270: Source links broken for absolute URLs + * Fixed missing top spacing for first targeted element in content + * Fixed too small footnote divider when using larger font sizes + +mkdocs-material-1.5.5 (2017-04-20) + + * Fixed #282: Browser search (META+F) is hijacked + +mkdocs-material-1.5.4 (2017-04-08) + + * Fixed broken highlighting for two or more search terms + * Fixed missing search results when only a h1 is present + * Fixed unresponsive overlay on Android + +mkdocs-material-1.5.3 (2017-04-07) + + * Fixed deprecated calls for template variables + * Fixed wrong palette color for focused search result + * Fixed JavaScript errors on 404 page + * Fixed missing top spacing on 404 page + * Fixed missing right spacing on overflow of source container + +mkdocs-material-1.5.2 (2017-04-05) + + * Added requirements as explicit dependencies in setup.py + * Fixed non-synchronized transitions in search form + +mkdocs-material-1.5.1 (2017-03-30) + + * Fixed rendering and offset of targeted footnotes + * Fixed #238: Link on logo is not set to site_url + +mkdocs-material-1.5.0 (2017-03-24) + + * Added support for localization of search placeholder + * Added keyboard events for quick access of search + * Added keyboard events for search control + * Added opacity on hover for search buttons + * Added git hook to skip CI build on non-src changes + * Fixed non-resetting search placeholder when input is cleared + * Fixed error for unescaped parentheses in search term + * Fixed #229: Button to clear search missing + * Fixed #231: Escape key doesn't exit search + * Removed old-style figures from font feature settings + +mkdocs-material-1.4.1 (2017-03-16) + + * Fixed invalid destructuring attempt on NodeList (in Safari, Edge, IE) + +mkdocs-material-1.4.0 (2017-03-16) + + * Added support for grouping searched sections by documents + * Added support for highlighting of search terms + * Added support for localization of search results + * Fixed #216: table of contents icon doesn't show if h1 is not present + * Reworked style and layout of search results for better usability + +mkdocs-material-1.3.0 (2017-03-11) + + * Added support for page-specific title and description using metadata + * Added support for linking source files to documentation + * Fixed jitter and offset of sidebar when zooming browser + * Fixed incorrectly initialized tablet sidebar height + * Fixed regression for #1: GitHub stars break if the repo_url ends with a '/' + * Fixed undesired white line below copyright footer due to base font scaling + * Fixed issue with whitespace in path for scripts + * Fixed #205: support non-fixed (static) header + * Refactored footnote references for better visibility + * Reduced repaints to a minimum for non-tabs configuration + * Reduced contrast of edit button (slightly) + +mkdocs-material-1.2.0 (2017-03-03) + + * Added quote (synonym: cite) style for admonitions + * Added help message to build pipeline + * Fixed wrong navigation link colors when applying palette + * Fixed #197: Link missing in tabs navigation on deeply nested items + * Removed unnecessary dev dependencies + +mkdocs-material-1.1.1 (2017-02-26) + + * Fixed incorrectly displayed nested lists when using tabs + +mkdocs-material-1.1.0 (2017-02-26) + + * Added tabs navigation feature (optional) + * Added Disqus integration (optional) + * Added a high resolution Favicon with the new logo + * Added static type checking using Facebook's Flow + * Fixed #173: Dictionary elements have no bottom spacing + * Fixed #175: Tables cannot be set to 100% width + * Fixed race conditions in build related to asset revisioning + * Fixed accidentally re-introduced Permalink on top-level headline + * Fixed alignment of logo in drawer on IE11 + * Refactored styles related to tables + * Refactored and automated Docker build and PyPI release + * Refactored build scripts + +mkdocs-material-1.0.5 (2017-02-18) + + * Fixed #153: Sidebar flows out of constrained area in Chrome 56 + * Fixed #159: Footer jitter due to JavaScript if content is short + +mkdocs-material-1.0.4 (2017-02-16) + + * Fixed #142: Documentation build errors if h1 is defined as raw HTML + * Fixed #164: PyPI release does not build and install + * Fixed offsets of targeted headlines + * Increased sidebar font size by 0.12rem + +mkdocs-material-1.0.3 (2017-01-22) + + * Fixed #117: Table of contents items don't blur on fast scrolling + * Refactored sidebar positioning logic + * Further reduction of repaints + +mkdocs-material-1.0.2 (2017-01-15) + + * Fixed #108: Horizontal scrollbar in content area + +mkdocs-material-1.0.1 (2017-01-14) + + * Fixed massive repaints happening when scrolling + * Fixed footer back reference positions in case of overflow + * Fixed header logo from showing when the menu icon is rendered + * Changed scrollbar behavior to only show when content overflows + +mkdocs-material-1.0.0 (2017-01-13) + + * Introduced Webpack for more sophisticated JavaScript bundling + * Introduced ESLint and Stylelint for code style checks + * Introduced more accurate Material Design colors and shadows + * Introduced modular scales for harmonic font sizing + * Introduced git-hooks for better development workflow + * Rewrite of CSS using the BEM methodology and SassDoc guidelines + * Rewrite of JavaScript using ES6 and Babel as a transpiler + * Rewrite of Admonition, Permalinks and CodeHilite integration + * Rewrite of the complete typographical system + * Rewrite of Gulp asset pipeline in ES6 and separation of tasks + * Removed Bower as a dependency in favor of NPM + * Removed custom icon build in favor of the Material Design icon set + * Removed _blank targets on links due to vulnerability: http://bit.ly/1Mk2Rtw + * Removed unversioned assets from build directory + * Restructured templates into base templates and partials + * Added build and watch scripts in package.json + * Added support for Metadata and Footnotes Markdown extensions + * Added support for PyMdown Extensions package + * Added support for collapsible sections in navigation + * Added support for separate table of contents + * Added support for better accessibility through REM-based layout + * Added icons for GitHub, GitLab and BitBucket integrations + * Added more detailed documentation on specimen, extensions etc. + * Added a 404.html error page for deployment on GitHub Pages + * Fixed live reload chain in watch mode when saving a template + * Fixed variable references to work with MkDocs 0.16 + +mkdocs-material-0.2.4 (2016-06-26) + + * Fixed improperly set default favicon + * Fixed #33: Protocol relative URL for webfonts doesn't work with file:// + * Fixed #34: IE11 on Windows 7 doesn't honor max-width on main tag + * Fixed #35: Add styling for blockquotes + +mkdocs-material-0.2.3 (2016-05-16) + + * Fixed #25: Highlight inline fenced blocks + * Fixed #26: Better highlighting for keystrokes + * Fixed #30: Suboptimal syntax highlighting for PHP + +mkdocs-material-0.2.2 (2016-03-20) + + * Fixed #15: Document Pygments dependency for CodeHilite + * Fixed #16: Favicon could not be set through mkdocs.yml + * Fixed #17: Put version into own container for styling + * Fixed #20: Fix rounded borders for tables + +mkdocs-material-0.2.1 (2016-03-12) + + * Fixed #10: Invisible header after closing search bar with ESC key + * Fixed #13: Table cells don't wrap + * Fixed empty list in table of contents when no headline is defined + * Corrected wrong path for static asset monitoring in Gulpfile.js + * Set up tracking of site search for Google Analytics + +mkdocs-material-0.2.0 (2016-02-24) + + * Fixed #6: Include multiple color palettes via mkdocs.yml + * Fixed #7: Better colors for links inside admonition notes and warnings + * Fixed #9: Text for prev/next footer navigation should be customizable + * Refactored templates (replaced if/else with modifiers where possible) + +mkdocs-material-0.1.3 (2016-02-21) + + * Fixed #3: Ordered lists within an unordered list have ::before content + * Fixed #4: Click on Logo/Title without Github-Repository: "None" + * Fixed #5: Page without headlines renders empty list in table of contents + * Moved Modernizr to top to ensure basic usability in IE8 + +mkdocs-material-0.1.2 (2016-02-16) + + * Fixed styles for deep navigational hierarchies + * Fixed webfont delivery problem when hosted in subdirectories + * Fixed print styles in mobile/tablet configuration + * Added option to configure fonts in mkdocs.yml with fallbacks + * Changed styles for admonition notes and warnings + * Set download link to latest version if available + * Set up tracking of outgoing links and actions for Google Analytics + +mkdocs-material-0.1.1 (2016-02-11) + + * Fixed #1: GitHub stars don't work if the repo_url ends with a '/' + * Updated NPM and Bower dependencies to most recent versions + * Changed footer/copyright link to Material theme to GitHub pages + * Made MkDocs building/serving in build process optional + * Set up continuous integration with Travis + +mkdocs-material-0.1.0 (2016-02-09) + + * Initial release diff --git a/mkdocs-material/CODE_OF_CONDUCT.md b/mkdocs-material/CODE_OF_CONDUCT.md new file mode 100644 index 0000000..c0ab1ca --- /dev/null +++ b/mkdocs-material/CODE_OF_CONDUCT.md @@ -0,0 +1,74 @@ +# Contributor Covenant Code of Conduct + +## Our Pledge + +In the interest of fostering an open and welcoming environment, we as +contributors and maintainers pledge to making participation in our project and +our community a harassment-free experience for everyone, regardless of age, body +size, disability, ethnicity, gender identity and expression, level of experience, +nationality, personal appearance, race, religion, or sexual identity and +orientation. + +## Our Standards + +Examples of behavior that contributes to creating a positive environment include: + +* Using welcoming and inclusive language +* Being respectful of differing viewpoints and experiences +* Gracefully accepting constructive criticism +* Focusing on what is best for our community +* Showing empathy towards other community members + +Examples of unacceptable behavior by participants include: + +* The use of sexualized language or imagery and unwelcome sexual attention or + advances +* Trolling, insulting/derogatory comments, and personal or political attacks +* Public or private harassment +* Publishing others' private information, such as a physical or electronic + address, without explicit permission +* Other conduct which could reasonably be considered inappropriate in a + professional setting + +## Our Responsibilities + +Project maintainers are responsible for clarifying the standards of acceptable +behavior and are expected to take appropriate and fair corrective action in +response to any instances of unacceptable behavior. + +Project maintainers have the right and responsibility to remove, edit, or reject +comments, commits, code, wiki edits, issues, and other contributions that are +not aligned to this Code of Conduct, or to ban temporarily or permanently any +contributor for other behaviors that they deem inappropriate, threatening, +offensive, or harmful. + +## Scope + +This Code of Conduct applies both within project spaces and in public spaces +when an individual is representing the project or its community. Examples of +representing a project or community include using an official project e-mail +address, posting via an official social media account, or acting as an appointed +representative at an online or offline event. Representation of a project may be +further defined and clarified by project maintainers. + +## Enforcement + +Instances of abusive, harassing, or otherwise unacceptable behavior may be +reported by contacting the project team privately at hello@squidfunk.com. The +project team will review and investigate all complaints, and will respond in a +way that it deems appropriate to the circumstances. The project team is +obligated to maintain confidentiality with regard to the reporter of an +incident. Further details of specific enforcement policies may be posted +separately. + +Project maintainers who do not follow or enforce the Code of Conduct in good +faith may face temporary or permanent repercussions as determined by other +members of the project's leadership. + +## Attribution + +This Code of Conduct is adapted from the [Contributor Covenant][homepage], +version 1.4, available at [http://contributor-covenant.org/version/1/4][version] + +[homepage]: http://contributor-covenant.org +[version]: http://contributor-covenant.org/version/1/4/ diff --git a/mkdocs-material/CONTRIBUTING.md b/mkdocs-material/CONTRIBUTING.md new file mode 100644 index 0000000..f24beff --- /dev/null +++ b/mkdocs-material/CONTRIBUTING.md @@ -0,0 +1,62 @@ +# Contributing + +Material for MkDocs is an actively maintained and constantly improved project +that serves a diverse user base with varying backgrounds and needs. In order to +effectively address the needs of all our users, evaluate change requests, and +fix bugs, we maintainers need to put in a lot of work. We have devoted +significant effort to creating better templates for our issue tracker, +optimizing the processes for our users to report bugs, request features or +changes, contribute to the project, or exchange with our community. + +Given the wealth of valuable knowledge contained in numerous issues and +discussions, we consider our [issue tracker] and [discussion board] to serve as +a crucial __knowledge base__ that is an important addition to our [documentation] +and brings value to both new and experienced users of Material for MkDocs. + + [discussion board]: https://github.com/squidfunk/mkdocs-material/discussions + [issue tracker]: https://github.com/squidfunk/mkdocs-material/issues + [documentation]: https://squidfunk.github.io/mkdocs-material/ + +## How to contribute + +### Creating an issue + +- #### [Report a bug] + + __Something is not working?__ Report a bug in Material for MkDocs by + creating an issue with a reproduction + +- #### [Report a docs issue] + + __Missing information in our docs?__ Report missing information or + potential inconsistencies in our documentation + +- #### [Request a change] + + __Want to submit an idea?__ Propose a change, feature request, or + suggest an improvement + +- #### [Ask a question] + + __Have a question or need help?__ Ask a question on our [discussion board] + and get in touch with our community + +### Contributing + +- #### [Add a translation] + + __Missing support for your language?__ Add missing translations for a new + or already supported language + +- #### [Create a pull request] + + __Want to create a pull request?__ Learn how to create a comprehensive + and useful pull request (PR)s + + [Report a bug]: docs/contributing/reporting-a-bug.md + [Report a docs issue]: docs/contributing/reporting-a-docs-issue.md + [Request a change]: docs/contributing/requesting-a-change.md + [Ask a question]: https://github.com/squidfunk/mkdocs-material/discussions + [Add a translation]: docs/contributing/adding-translations + [Create a pull request]: docs/contributing/making-a-pull-request.md + diff --git a/mkdocs-material/Dockerfile b/mkdocs-material/Dockerfile new file mode 100644 index 0000000..b042e38 --- /dev/null +++ b/mkdocs-material/Dockerfile @@ -0,0 +1,102 @@ +# Copyright (c) 2016-2024 Martin Donath + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. + +FROM python:3.11-alpine3.19 + +# Build-time flags +ARG WITH_PLUGINS=true + +# Environment variables +ENV PACKAGES=/usr/local/lib/python3.11/site-packages +ENV PYTHONDONTWRITEBYTECODE=1 + +# Set build directory +WORKDIR /tmp + +# Copy files necessary for build +COPY material material +COPY package.json package.json +COPY README.md README.md +COPY *requirements.txt ./ +COPY pyproject.toml pyproject.toml + +# Perform build and cleanup artifacts and caches +RUN \ + apk upgrade --update-cache -a \ +&& \ + apk add --no-cache \ + cairo \ + freetype-dev \ + git \ + git-fast-import \ + jpeg-dev \ + openssh \ + tini \ + zlib-dev \ +&& \ + apk add --no-cache --virtual .build \ + gcc \ + g++ \ + libffi-dev \ + musl-dev \ +&& \ + pip install --no-cache-dir --upgrade pip \ +&& \ + pip install --no-cache-dir . \ +&& \ + if [ "${WITH_PLUGINS}" = "true" ]; then \ + pip install --no-cache-dir \ + mkdocs-material[recommended] \ + mkdocs-material[imaging]; \ + fi \ +&& \ + if [ -e user-requirements.txt ]; then \ + pip install -U -r user-requirements.txt; \ + fi \ +&& \ + apk del .build \ +&& \ + for theme in mkdocs readthedocs; do \ + rm -rf ${PACKAGES}/mkdocs/themes/$theme; \ + ln -s \ + ${PACKAGES}/material/templates \ + ${PACKAGES}/mkdocs/themes/$theme; \ + done \ +&& \ + rm -rf /tmp/* /root/.cache \ +&& \ + find ${PACKAGES} \ + -type f \ + -path "*/__pycache__/*" \ + -exec rm -f {} \; \ +&& \ + git config --system --add safe.directory /docs \ +&& \ + git config --system --add safe.directory /site + +# Set working directory +WORKDIR /docs + +# Expose MkDocs development server port +EXPOSE 8000 + +# Start development server by default +ENTRYPOINT ["/sbin/tini", "--", "mkdocs"] +CMD ["serve", "--dev-addr=0.0.0.0:8000"] diff --git a/mkdocs-material/LICENSE b/mkdocs-material/LICENSE new file mode 100644 index 0000000..fb988d0 --- /dev/null +++ b/mkdocs-material/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2016-2024 Martin Donath + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. diff --git a/mkdocs-material/README.md b/mkdocs-material/README.md new file mode 100644 index 0000000..e880dbb --- /dev/null +++ b/mkdocs-material/README.md @@ -0,0 +1,349 @@ +

+ + Material for MkDocs + +

+ +

+ + A powerful documentation framework on top of + MkDocs + +

+ +

+ Build + Downloads + Python Package Index + Docker Pulls + Sponsors +

+ +

+ Write your documentation in Markdown and create a professional static site for + your Open Source or commercial project in minutes – searchable, customizable, + more than 60 languages, for all devices. +

+ +

+ + + +

+ +

+ + Check out the demo – + squidfunk.github.io/mkdocs-material. + +

+ +

+

 

+

Silver sponsors

+

+ + + + + +

+

 

+

Bronze sponsors

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+

 

+ +## Everything you would expect + +### It's just Markdown + +Focus on the content of your documentation and create a professional static site +in minutes. No need to know HTML, CSS or JavaScript – let Material for MkDocs do +the heavy lifting for you. + +### Works on all devices + +Serve your documentation with confidence – Material for MkDocs automatically +adapts to perfectly fit the available screen estate, no matter the type or size +of the viewing device. Desktop. Tablet. Mobile. All great. + +### Made to measure + +Make it yours – change the colors, fonts, language, icons, logo, and more with +a few lines of configuration. Material for MkDocs can be easily extended and +provides many options to alter appearance and behavior. + +### Fast and lightweight + +Don't let your users wait – get incredible value with a small footprint by using +one of the fastest themes available with excellent performance, yielding optimal +search engine rankings and happy users that return. + +### Built for everyone + +Make accessibility a priority – users can navigate your documentation with touch +devices, keyboards, and screen readers. Semantic markup ensures that your +documentation works for everyone. + +### Open Source + +Trust 20,000+ users – choose a mature and actively maintained solution built +with state-of-the-art Open Source technologies. Keep ownership of your content +without fear of vendor lock-in. Licensed under MIT. + +## Quick start + +Material for MkDocs can be installed with `pip`: + +``` sh +pip install mkdocs-material +``` + +Add the following lines to `mkdocs.yml`: + +``` yaml +theme: + name: material +``` + +For detailed installation instructions, configuration options, and a demo, visit +[squidfunk.github.io/mkdocs-material][Material for MkDocs] + + [Material for MkDocs]: https://squidfunk.github.io/mkdocs-material/ + +## Trusted by ... + +### ... industry leaders + +[ArXiv](https://info.arxiv.org), +[Atlassian](https://atlassian.github.io/data-center-helm-charts/), +[AWS](https://aws.github.io/copilot-cli/), +[Bloomberg](https://bloomberg.github.io/selekt/), +[CERN](http://abpcomputing.web.cern.ch/), +[CloudFlare](https://cloudflare.github.io/itty-router-openapi/), +[Datadog](https://datadoghq.dev/integrations-core/), +[Google](https://google.github.io/accompanist/), +[Harvard](https://informatics.fas.harvard.edu/), +[Hewlett Packard](https://hewlettpackard.github.io/squest/), +[HSBC](https://hsbc.github.io/pyratings/), +[ING](https://ing-bank.github.io/baker/), +[Intel](https://open-amt-cloud-toolkit.github.io/docs/), +[JetBrains](https://jetbrains.github.io/projector-client/mkdocs/), +[LinkedIn](https://linkedin.github.io/school-of-sre/), +[Microsoft](https://microsoft.github.io/code-with-engineering-playbook/), +[Mozilla](https://mozillafoundation.github.io/engineering-handbook/), +[Netflix](https://netflix.github.io/titus/), +[Red Hat](https://ansible.readthedocs.io/projects/lint/), +[Roboflow](https://inference.roboflow.com/), +[Salesforce](https://policy-sentry.readthedocs.io/), +[SIEMENS](https://opensource.siemens.com/), +[Slack](https://slackhq.github.io/circuit/), +[Square](https://square.github.io/okhttp/), +[Uber](https://uber-go.github.io/fx/), +[Zalando](https://opensource.zalando.com/skipper/) + +### ... and successful Open Source projects + +[Amp](https://amp.rs/docs/), +[Arduino](https://arduino.github.io/arduino-cli/), +[Auto-GPT](https://docs.agpt.co/), +[AutoKeras](https://autokeras.com/), +[BFE](https://www.bfe-networks.net/), +[CentOS](https://docs.infra.centos.org/), +[Crystal](https://crystal-lang.org/reference/), +[eBPF](https://ebpf-go.dev/), +[Electron](https://www.electron.build/), +[FastAPI](https://fastapi.tiangolo.com/), +[Freqtrade](https://www.freqtrade.io/en/stable/), +[GoReleaser](https://goreleaser.com/), +[HedgeDoc](https://docs.hedgedoc.org/), +[Hummingbot](https://hummingbot.org/), +[Knative](https://knative.dev/docs/), +[Kubernetes](https://kops.sigs.k8s.io/), +[kSQL](https://docs.ksqldb.io/), +[NetBox](https://netboxlabs.com/docs/netbox/en/stable/), +[Nokogiri](https://nokogiri.org/), +[OpenFaaS](https://docs.openfaas.com/), +[Orchard Core](https://docs.orchardcore.net/en/latest/), +[Percona](https://docs.percona.com/percona-monitoring-and-management/), +[Pi-Hole](https://docs.pi-hole.net/), +[Pydantic](https://pydantic-docs.helpmanual.io/), +[PyPI](https://docs.pypi.org/), +[Renovate](https://docs.renovatebot.com/), +[RetroPie](https://retropie.org.uk/docs/), +[Supervision](https://supervision.roboflow.com/latest/), +[Traefik](https://docs.traefik.io/), +[Trivy](https://aquasecurity.github.io/trivy/), +[Typer](https://typer.tiangolo.com/), +[tinygrad](https://docs.tinygrad.org/), +[Ultralytics](https://docs.ultralytics.com/), +[Vapor](https://docs.vapor.codes/), +[WebKit](https://docs.webkit.org/), +[WTF](https://wtfutil.com/), +[ZeroNet](https://zeronet.io/docs/) + +## License + +**MIT License** + +Copyright (c) 2016-2024 Martin Donath + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. diff --git a/mkdocs-material/docs/alternatives.md b/mkdocs-material/docs/alternatives.md new file mode 100644 index 0000000..dcfbda7 --- /dev/null +++ b/mkdocs-material/docs/alternatives.md @@ -0,0 +1,112 @@ +# Alternatives + +There are tons of static site generators and themes out there and choosing the +right one for your tech stack is a tough decision. If you're unsure if Material +for MkDocs is the right solution for you, this section should help you evaluate +alternative solutions. + +## Docusaurus + +[Docusaurus] by Facebook is a very popular documentation generator and a good +choice if you or your company are already using [React] to build your site. +It will generate a [single page application] which is fundamentally different +from the site Material for MkDocs generates for you. + +__Advantages__ + +- Very powerful, customizable and extendable +- Provides many components that aid in technical writing +- Large and rich ecosystem, backed by Facebook + +__Challenges__ + +- High learning curve, JavaScript knowledge mandatory +- JavaScript ecosystem is very volatile, rather high maintenance +- More time needed to get up and running + +While [Docusaurus] is one of the best choices when it comes to documentation +sites that output a single page application, there are many more solutions, +including [Docz], [Gatsby], [Vuepress] and [Docsify] that approach +this problem similarly. + + [Docusaurus]: https://docusaurus.io/ + [React]: https://reactjs.org/ + [single page application]: https://en.wikipedia.org/wiki/Single-page_application + [Docz]: https://www.docz.site/ + [Gatsby]: https://www.gatsbyjs.com/ + [VuePress]: https://vuepress.vuejs.org/ + [Docsify]: https://docsify.js.org/ + +## Jekyll + +[Jekyll] is probably one of the most mature and widespread static site +generators and is written in [Ruby]. It is not specifically geared towards +technical project documentation and has many themes to choose from, which +can be challenging. + +__Advantages__ + +- Battle-tested, rich ecosystem, many themes to choose from +- Brings great capabilities for blogging (permalinks, tags, etc.) +- Generates a SEO-friendly site, similar to Material for MkDocs + +__Challenges__ + +- Not specifically geared towards technical project documentation +- Limited Markdown capabilities, not as advanced as Python Markdown +- More time needed to get up and running + + [Jekyll]: https://jekyllrb.com/ + [Ruby]: https://www.ruby-lang.org/de/ + +## Sphinx + +[Sphinx] is an alternative static site generator specifically geared towards +generating reference documentation, offering powerful capabilities that are +lacking in MkDocs. It uses [reStructured text], a format similar to Markdown, +which some users find harder to use. + +__Advantages__ + +- Very powerful, customizable and extendable +- Generates reference documentation from [Python docstrings] +- Large and rich ecosystem, used by many Python projects + +__Challenges__ + +- High learning curve, [reStructured text] syntax might be challenging +- Search is less powerful than the one provided by MkDocs +- More time needed to get up and running + +If you're considering using Sphinx because you need to generate reference +documentation, you should give [mkdocstrings] a try – an actively maintained +and popular framework building on top of MkDocs, implementing Sphinx-like +functionality. + + [Sphinx]: https://www.sphinx-doc.org/ + [reStructured text]: https://en.wikipedia.org/wiki/ReStructuredText + [Python docstrings]: https://www.python.org/dev/peps/pep-0257/ + [mkdocstrings]: https://github.com/mkdocstrings/mkdocstrings + +## GitBook + +[GitBook] offers a hosted documentation solution that generates a beautiful and +functional site from Markdown files in your GitHub repository. However, it was +once Open Source, but turned into a closed source solution some time ago. + +__Advantages__ + +- Hosted solution, minimal technical knowledge required +- Custom domains, authentication and other enterprise features +- Great collaboration features for teams + +__Challenges__ + +- Closed source, not free for proprietary projects +- Limited Markdown capabilities, not as advanced as Python Markdown +- Many Open Source projects moved away from GitBook + +Many users switched from [GitBook] to Material for MkDocs, as they want to keep +control and ownership of their documentation, favoring an Open Source solution. + + [GitBook]: https://www.gitbook.com/ diff --git a/mkdocs-material/docs/assets/favicon.png b/mkdocs-material/docs/assets/favicon.png new file mode 100644 index 0000000..6771c11 Binary files /dev/null and b/mkdocs-material/docs/assets/favicon.png differ diff --git a/mkdocs-material/docs/assets/images/illustration.png b/mkdocs-material/docs/assets/images/illustration.png new file mode 100644 index 0000000..69f739c Binary files /dev/null and b/mkdocs-material/docs/assets/images/illustration.png differ diff --git a/mkdocs-material/docs/assets/images/zelda-dark-world.png b/mkdocs-material/docs/assets/images/zelda-dark-world.png new file mode 100644 index 0000000..275f858 Binary files /dev/null and b/mkdocs-material/docs/assets/images/zelda-dark-world.png differ diff --git a/mkdocs-material/docs/assets/images/zelda-light-world.png b/mkdocs-material/docs/assets/images/zelda-light-world.png new file mode 100644 index 0000000..aaf9f71 Binary files /dev/null and b/mkdocs-material/docs/assets/images/zelda-light-world.png differ diff --git a/mkdocs-material/docs/assets/screenshots/annotations.png b/mkdocs-material/docs/assets/screenshots/annotations.png new file mode 100644 index 0000000..a4422bc Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/annotations.png differ diff --git a/mkdocs-material/docs/assets/screenshots/back-to-top.png b/mkdocs-material/docs/assets/screenshots/back-to-top.png new file mode 100644 index 0000000..6771bad Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/back-to-top.png differ diff --git a/mkdocs-material/docs/assets/screenshots/consent.png b/mkdocs-material/docs/assets/screenshots/consent.png new file mode 100644 index 0000000..2ab700a Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/consent.png differ diff --git a/mkdocs-material/docs/assets/screenshots/content-tabs-link.png b/mkdocs-material/docs/assets/screenshots/content-tabs-link.png new file mode 100644 index 0000000..c0edb59 Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/content-tabs-link.png differ diff --git a/mkdocs-material/docs/assets/screenshots/content-tabs.png b/mkdocs-material/docs/assets/screenshots/content-tabs.png new file mode 100644 index 0000000..1c68d5b Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/content-tabs.png differ diff --git a/mkdocs-material/docs/assets/screenshots/creating-your-site.png b/mkdocs-material/docs/assets/screenshots/creating-your-site.png new file mode 100644 index 0000000..0243b61 Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/creating-your-site.png differ diff --git a/mkdocs-material/docs/assets/screenshots/feedback-report.png b/mkdocs-material/docs/assets/screenshots/feedback-report.png new file mode 100644 index 0000000..eb7e3be Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/feedback-report.png differ diff --git a/mkdocs-material/docs/assets/screenshots/hide-navigation-toc.png b/mkdocs-material/docs/assets/screenshots/hide-navigation-toc.png new file mode 100644 index 0000000..12fd440 Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/hide-navigation-toc.png differ diff --git a/mkdocs-material/docs/assets/screenshots/hide-navigation.png b/mkdocs-material/docs/assets/screenshots/hide-navigation.png new file mode 100644 index 0000000..e6c8b34 Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/hide-navigation.png differ diff --git a/mkdocs-material/docs/assets/screenshots/hide-toc.png b/mkdocs-material/docs/assets/screenshots/hide-toc.png new file mode 100644 index 0000000..ab94778 Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/hide-toc.png differ diff --git a/mkdocs-material/docs/assets/screenshots/language-selection.png b/mkdocs-material/docs/assets/screenshots/language-selection.png new file mode 100644 index 0000000..964c671 Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/language-selection.png differ diff --git a/mkdocs-material/docs/assets/screenshots/navigation-expand.png b/mkdocs-material/docs/assets/screenshots/navigation-expand.png new file mode 100644 index 0000000..a37c66a Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/navigation-expand.png differ diff --git a/mkdocs-material/docs/assets/screenshots/navigation-index-off.png b/mkdocs-material/docs/assets/screenshots/navigation-index-off.png new file mode 100644 index 0000000..ab3751c Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/navigation-index-off.png differ diff --git a/mkdocs-material/docs/assets/screenshots/navigation-index-on.png b/mkdocs-material/docs/assets/screenshots/navigation-index-on.png new file mode 100644 index 0000000..819069c Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/navigation-index-on.png differ diff --git a/mkdocs-material/docs/assets/screenshots/navigation-path-off.png b/mkdocs-material/docs/assets/screenshots/navigation-path-off.png new file mode 100644 index 0000000..b212e78 Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/navigation-path-off.png differ diff --git a/mkdocs-material/docs/assets/screenshots/navigation-path-on.png b/mkdocs-material/docs/assets/screenshots/navigation-path-on.png new file mode 100644 index 0000000..0afb80f Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/navigation-path-on.png differ diff --git a/mkdocs-material/docs/assets/screenshots/navigation-sections.png b/mkdocs-material/docs/assets/screenshots/navigation-sections.png new file mode 100644 index 0000000..b0edf57 Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/navigation-sections.png differ diff --git a/mkdocs-material/docs/assets/screenshots/navigation-tabs-collapsed.png b/mkdocs-material/docs/assets/screenshots/navigation-tabs-collapsed.png new file mode 100644 index 0000000..1c5d64e Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/navigation-tabs-collapsed.png differ diff --git a/mkdocs-material/docs/assets/screenshots/navigation-tabs-sticky.png b/mkdocs-material/docs/assets/screenshots/navigation-tabs-sticky.png new file mode 100644 index 0000000..b8bd595 Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/navigation-tabs-sticky.png differ diff --git a/mkdocs-material/docs/assets/screenshots/navigation-tabs.png b/mkdocs-material/docs/assets/screenshots/navigation-tabs.png new file mode 100644 index 0000000..96af83d Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/navigation-tabs.png differ diff --git a/mkdocs-material/docs/assets/screenshots/navigation.png b/mkdocs-material/docs/assets/screenshots/navigation.png new file mode 100644 index 0000000..82864b5 Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/navigation.png differ diff --git a/mkdocs-material/docs/assets/screenshots/search-highlighting.png b/mkdocs-material/docs/assets/screenshots/search-highlighting.png new file mode 100644 index 0000000..69556e7 Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/search-highlighting.png differ diff --git a/mkdocs-material/docs/assets/screenshots/search-share.png b/mkdocs-material/docs/assets/screenshots/search-share.png new file mode 100644 index 0000000..0271ba1 Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/search-share.png differ diff --git a/mkdocs-material/docs/assets/screenshots/search-suggestions.png b/mkdocs-material/docs/assets/screenshots/search-suggestions.png new file mode 100644 index 0000000..20ccde9 Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/search-suggestions.png differ diff --git a/mkdocs-material/docs/assets/screenshots/social-cards-accent.png b/mkdocs-material/docs/assets/screenshots/social-cards-accent.png new file mode 100644 index 0000000..8531f69 Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/social-cards-accent.png differ diff --git a/mkdocs-material/docs/assets/screenshots/social-cards-debug.png b/mkdocs-material/docs/assets/screenshots/social-cards-debug.png new file mode 100644 index 0000000..bef1c0a Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/social-cards-debug.png differ diff --git a/mkdocs-material/docs/assets/screenshots/social-cards-invert.png b/mkdocs-material/docs/assets/screenshots/social-cards-invert.png new file mode 100644 index 0000000..156a4e9 Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/social-cards-invert.png differ diff --git a/mkdocs-material/docs/assets/screenshots/social-cards-layer-0.png b/mkdocs-material/docs/assets/screenshots/social-cards-layer-0.png new file mode 100644 index 0000000..063d5f9 Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/social-cards-layer-0.png differ diff --git a/mkdocs-material/docs/assets/screenshots/social-cards-layer-1.png b/mkdocs-material/docs/assets/screenshots/social-cards-layer-1.png new file mode 100644 index 0000000..af66e76 Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/social-cards-layer-1.png differ diff --git a/mkdocs-material/docs/assets/screenshots/social-cards-layer-2.png b/mkdocs-material/docs/assets/screenshots/social-cards-layer-2.png new file mode 100644 index 0000000..05efa9d Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/social-cards-layer-2.png differ diff --git a/mkdocs-material/docs/assets/screenshots/social-cards-layer-3.png b/mkdocs-material/docs/assets/screenshots/social-cards-layer-3.png new file mode 100644 index 0000000..1511b99 Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/social-cards-layer-3.png differ diff --git a/mkdocs-material/docs/assets/screenshots/social-cards-layer-4.png b/mkdocs-material/docs/assets/screenshots/social-cards-layer-4.png new file mode 100644 index 0000000..45ad3cd Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/social-cards-layer-4.png differ diff --git a/mkdocs-material/docs/assets/screenshots/social-cards-layer-5.png b/mkdocs-material/docs/assets/screenshots/social-cards-layer-5.png new file mode 100644 index 0000000..7595600 Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/social-cards-layer-5.png differ diff --git a/mkdocs-material/docs/assets/screenshots/social-cards-layer-background-color.png b/mkdocs-material/docs/assets/screenshots/social-cards-layer-background-color.png new file mode 100644 index 0000000..95ade51 Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/social-cards-layer-background-color.png differ diff --git a/mkdocs-material/docs/assets/screenshots/social-cards-layer-background-image.png b/mkdocs-material/docs/assets/screenshots/social-cards-layer-background-image.png new file mode 100644 index 0000000..d66cff1 Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/social-cards-layer-background-image.png differ diff --git a/mkdocs-material/docs/assets/screenshots/social-cards-layer-background.png b/mkdocs-material/docs/assets/screenshots/social-cards-layer-background.png new file mode 100644 index 0000000..11d0f99 Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/social-cards-layer-background.png differ diff --git a/mkdocs-material/docs/assets/screenshots/social-cards-layer-icon-circles.png b/mkdocs-material/docs/assets/screenshots/social-cards-layer-icon-circles.png new file mode 100644 index 0000000..c30d86f Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/social-cards-layer-icon-circles.png differ diff --git a/mkdocs-material/docs/assets/screenshots/social-cards-layer-icon.png b/mkdocs-material/docs/assets/screenshots/social-cards-layer-icon.png new file mode 100644 index 0000000..d3b82ac Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/social-cards-layer-icon.png differ diff --git a/mkdocs-material/docs/assets/screenshots/social-cards-layer-size.png b/mkdocs-material/docs/assets/screenshots/social-cards-layer-size.png new file mode 100644 index 0000000..a0a260e Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/social-cards-layer-size.png differ diff --git a/mkdocs-material/docs/assets/screenshots/social-cards-layer-typography-align.png b/mkdocs-material/docs/assets/screenshots/social-cards-layer-typography-align.png new file mode 100644 index 0000000..e05e4ab Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/social-cards-layer-typography-align.png differ diff --git a/mkdocs-material/docs/assets/screenshots/social-cards-layer-typography-ellipsis.png b/mkdocs-material/docs/assets/screenshots/social-cards-layer-typography-ellipsis.png new file mode 100644 index 0000000..34750ae Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/social-cards-layer-typography-ellipsis.png differ diff --git a/mkdocs-material/docs/assets/screenshots/social-cards-layer-typography-shrink.png b/mkdocs-material/docs/assets/screenshots/social-cards-layer-typography-shrink.png new file mode 100644 index 0000000..82670c3 Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/social-cards-layer-typography-shrink.png differ diff --git a/mkdocs-material/docs/assets/screenshots/social-cards-layer-typography.png b/mkdocs-material/docs/assets/screenshots/social-cards-layer-typography.png new file mode 100644 index 0000000..c4e97c7 Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/social-cards-layer-typography.png differ diff --git a/mkdocs-material/docs/assets/screenshots/social-cards-variant.png b/mkdocs-material/docs/assets/screenshots/social-cards-variant.png new file mode 100644 index 0000000..7bdaae3 Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/social-cards-variant.png differ diff --git a/mkdocs-material/docs/assets/screenshots/social-cards.png b/mkdocs-material/docs/assets/screenshots/social-cards.png new file mode 100644 index 0000000..40c51d7 Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/social-cards.png differ diff --git a/mkdocs-material/docs/assets/screenshots/tags-index.png b/mkdocs-material/docs/assets/screenshots/tags-index.png new file mode 100644 index 0000000..35de440 Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/tags-index.png differ diff --git a/mkdocs-material/docs/assets/screenshots/tags-search.png b/mkdocs-material/docs/assets/screenshots/tags-search.png new file mode 100644 index 0000000..4bea802 Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/tags-search.png differ diff --git a/mkdocs-material/docs/assets/screenshots/tags.png b/mkdocs-material/docs/assets/screenshots/tags.png new file mode 100644 index 0000000..9e93a9c Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/tags.png differ diff --git a/mkdocs-material/docs/assets/screenshots/toc-integrate.png b/mkdocs-material/docs/assets/screenshots/toc-integrate.png new file mode 100644 index 0000000..04fe87d Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/toc-integrate.png differ diff --git a/mkdocs-material/docs/assets/screenshots/version-warning.png b/mkdocs-material/docs/assets/screenshots/version-warning.png new file mode 100644 index 0000000..d7262c4 Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/version-warning.png differ diff --git a/mkdocs-material/docs/assets/screenshots/versioning.png b/mkdocs-material/docs/assets/screenshots/versioning.png new file mode 100644 index 0000000..114334c Binary files /dev/null and b/mkdocs-material/docs/assets/screenshots/versioning.png differ diff --git a/mkdocs-material/docs/blog/.authors.yml b/mkdocs-material/docs/blog/.authors.yml new file mode 100644 index 0000000..722d92d --- /dev/null +++ b/mkdocs-material/docs/blog/.authors.yml @@ -0,0 +1,16 @@ +authors: + squidfunk: + name: Martin Donath + description: Creator + avatar: https://avatars.githubusercontent.com/u/932156 + url: https://github.com/squidfunk + alexvoss: + name: Alex Voss + description: Solutions Architect + avatar: https://avatars.githubusercontent.com/u/4134224 + url: https://github.com/alexvoss + katharinalisalin: + name: Kathi + description: Communications + avatar: https://avatars.githubusercontent.com/u/105352741 + url: https://github.com/katharinalisalin diff --git a/mkdocs-material/docs/blog/.meta.yml b/mkdocs-material/docs/blog/.meta.yml new file mode 100644 index 0000000..ea01dc9 --- /dev/null +++ b/mkdocs-material/docs/blog/.meta.yml @@ -0,0 +1,3 @@ +comments: true +hide: + - feedback diff --git a/mkdocs-material/docs/blog/index.md b/mkdocs-material/docs/blog/index.md new file mode 100644 index 0000000..05761ac --- /dev/null +++ b/mkdocs-material/docs/blog/index.md @@ -0,0 +1 @@ +# Blog diff --git a/mkdocs-material/docs/blog/posts/adding-a-badge-to-your-project.md b/mkdocs-material/docs/blog/posts/adding-a-badge-to-your-project.md new file mode 100644 index 0000000..26fd7bd --- /dev/null +++ b/mkdocs-material/docs/blog/posts/adding-a-badge-to-your-project.md @@ -0,0 +1,37 @@ +--- +title: Adding a badge to your project +date: 2023-11-30 +authors: [squidfunk] +slug: adding-a-badge-to-your-project +description: > + Share the love – you can now add a badge to your README, showing that your + project is built with Material for MkDocs +categories: + - General +--- + +# Adding a :simple-materialformkdocs: badge to your project + +__You enjoy working with Material for MkDocs? Share the love! You can now add +a badge to your project's README, showing that your project is built with +Material for MkDocs.__ + +Material for MkDocs' logo was just added to [Simple Icons], which is used by +[Shields.io] to include logos in badges. We generated a badge for you, which +you can add to your project's README: + +[![Material for MkDocs][badge]](#usage) + + + +## Usage + +Just copy the following snippet and paste it into your project's `README.md`: + +``` markdown +[![Built with Material for MkDocs](https://img.shields.io/badge/Material_for_MkDocs-526CFE?style=for-the-badge&logo=MaterialForMkDocs&logoColor=white)](https://squidfunk.github.io/mkdocs-material/) +``` + + [Simple Icons]: https://simpleicons.org/ + [Shields.io]: https://shields.io/ + [badge]: https://img.shields.io/badge/Material_for_MkDocs-526CFE?style=for-the-badge&logo=MaterialForMkDocs&logoColor=white diff --git a/mkdocs-material/docs/blog/posts/blog-support-just-landed.md b/mkdocs-material/docs/blog/posts/blog-support-just-landed.md new file mode 100644 index 0000000..8d83ecf --- /dev/null +++ b/mkdocs-material/docs/blog/posts/blog-support-just-landed.md @@ -0,0 +1,228 @@ +--- +date: 2022-09-12 +authors: [squidfunk] +description: > + Our new blog is built with the brand new built-in blog plugin. You can build + a blog alongside your documentation or standalone +categories: + - Blog +links: + - setup/setting-up-a-blog.md + - plugins/blog.md +--- + +# Blog support just landed + +__Hey there! You're looking at our new blog, built with the brand new +[built-in blog plugin]. With this plugin, you can easily build a blog alongside +your documentation or standalone.__ + +Proper support for blogging, as requested by many users over the past few years, +was something that was desperately missing from Material for MkDocs' feature set. +While everybody agreed that blogging support was a blind spot, it was not +obvious whether MkDocs could be extended in a way to allow for blogging as we +know it from [Jekyll] and friends. The [built-in blog plugin] proves that it is, +after all, possible to build a blogging engine on top of MkDocs, in order to +create a technical blog alongside your documentation, or as the main thing. + + + +_This article explains how to build a standalone blog with Material for MkDocs. +If you want to build a blog alongside your documentation, please refer to +[the plugin's documentation][built-in blog plugin]._ + + [built-in blog plugin]: ../../plugins/blog.md + [Jekyll]: https://jekyllrb.com/ + +## Quick start + +### Creating a standalone blog + +You can bootstrap a new project using the `mkdocs` executable: + +``` +mkdocs new . +``` + +This will create the following structure: + +``` { .sh .no-copy } +. +├─ docs/ +│ └─ index.md +└─ mkdocs.yml +``` + +#### Configuration + +In this article, we're going to build a standalone blog, which means that the +blog lives at the root of your project. For this reason, open `mkdocs.yml`, +and replace its contents with: + +``` yaml +site_name: My Blog +theme: + name: material + features: + - navigation.sections +plugins: + - blog: + blog_dir: . # (1)! + - search + - tags +nav: + - index.md +``` + +1. This is the important part – we're hosting the blog at the root of the + project, and not in a subdirectory. For more information, see the + [`blog_dir`][blog_dir] configuration option. + + [blog_dir]: ../../plugins/blog.md#config.blog_dir + +#### Blog setup + +The blog index page lives in `docs/index.md`. This page was pre-filled by +MkDocs with some content, so we're going to replace it with what we need to +bootstrap the blog: + +``` markdown +# Blog +``` + +That's it. + +### Writing your first post + +Now that we have set up the [built-in blog plugin], we can start writing our +first post. All blog posts are written with the [exact same Markdown flavor] as +already included with Material for MkDocs. First, create a folder called `posts` +with a file called `hello-world.md`: + +``` { .sh .no-copy } +. +├─ docs/ +│ ├─ posts/ +│ │ └─ hello-world.md # (1)! +│ └─ index.md +└─ mkdocs.yml +``` + +1. If you'd like to arrange posts differently, you're free to do so. The URLs + are built from the format specified in [`post_url_format`][post slugs] and + the titles and dates of posts, no matter how they are organized + inside the `posts` directory. + +Then, open up `hello-world.md`, and add the following lines: + +``` yaml +--- +draft: true # (1)! +date: 2022-01-31 +categories: + - Hello + - World +--- + +# Hello world! + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque nec +maximus ex. Sed consequat, nulla quis malesuada dapibus, elit metus vehicula +erat, ut egestas tellus eros at risus. In hac habitasse platea dictumst. +Phasellus id lacus pulvinar erat consequat pretium. Morbi malesuada arcu mauris +Nam vel justo sem. Nam placerat purus non varius luctus. Integer pretium leo in +sem rhoncus, quis gravida orci mollis. Proin id aliquam est. Vivamus in nunc ac +metus tristique pellentesque. Suspendisse viverra urna in accumsan aliquet. + + + +Donec volutpat, elit ac volutpat laoreet, turpis dolor semper nibh, et dictum +massa ex pulvinar elit. Curabitur commodo sit amet dolor sed mattis. Etiam +tempor odio eu nisi gravida cursus. Maecenas ante enim, fermentum sit amet +molestie nec, mollis ac libero. Vivamus sagittis suscipit eros ut luctus. + +Nunc vehicula sagittis condimentum. Cras facilisis bibendum lorem et feugiat. +In auctor accumsan ligula, at consectetur erat commodo quis. Morbi ac nunc +pharetra, pellentesque risus in, consectetur urna. Nulla id enim facilisis +arcu tincidunt pulvinar. Vestibulum laoreet risus scelerisque porta congue. +In velit purus, dictum quis neque nec, molestie viverra risus. Nam pellentesque +tellus id elit ultricies, vel finibus erat cursus. +``` + +1. If you mark a post as a [draft], a red marker appears next to the post date + on index pages. When the site is built, drafts are not included in the + output. [This behavior can be changed], e.g. for rendering drafts when + building deploy previews. + +When you spin up the [live preview server], you should be greeted by your first +post! You'll also realize, that [archive] and [category] indexes have been +automatically generated for you: + + ![Blog] + +However, this is just the start. The [built-in blog plugin] packs a lot of +functionality needed in day-to-day blogging. Visit the documentation of the +plugin to learn about the following topics: + +
+ +- [Adding an excerpt] +- [Adding authors] +- [Adding categories] +- [Adding tags] +- [Adding related links] +- [Linking from and to posts] +- [Setting the reading time] +- [Setting defaults] + +
+ +Additionally, the [built-in blog plugin] has dozens of [configuration options] +which allow for fine-tuning the output. You can configure post slugs, general +behavior and much more. + + [exact same Markdown flavor]: ../../reference/index.md + [post slugs]: ../../plugins/blog.md#config.post_url_format + [draft]: ../../plugins/blog.md#meta.draft + [This behavior can be changed]: ../../plugins/blog.md#config.draft + [live preview server]: ../../creating-your-site.md#previewing-as-you-write + [archive]: ../../plugins/blog.md#config.archive + [category]: ../../plugins/blog.md#config.categories + [Blog]: blog-support-just-landed/blog.png + [Blog post]: blog-support-just-landed/blog-post.png + [Adding an excerpt]: ../../setup/setting-up-a-blog.md#adding-an-excerpt + [Adding authors]: ../../setup/setting-up-a-blog.md#adding-authors + [Adding categories]: ../../setup/setting-up-a-blog.md#adding-categories + [Adding tags]: ../../setup/setting-up-a-blog.md#adding-tags + [Adding related links]: ../../setup/setting-up-a-blog.md#adding-related-links + [Linking from and to posts]: ../../setup/setting-up-a-blog.md#linking-from-and-to-posts + [Setting the reading time]: ../../setup/setting-up-a-blog.md#setting-the-reading-time + [Setting defaults]: ../../setup/setting-up-a-blog.md#setting-defaults + [configuration options]: ../../setup/setting-up-a-blog.md#configuration + +## What's next? + +Getting basic blogging support out the door was quite a challenge – the +[built-in blog plugin] is probably the biggest release this year and already +packs a lot of functionality. However, Material for MkDocs is used in many +different contexts, which is why we'd expect to iterate, as always. + +Some ideas already proposed by users: + +- __Blog series__: Authors should be able to create so called blog series and + assign posts to a blog series using simple identifiers. For each post that is + part of a series, a list with links to all other posts should be included in + the post's content. + +- __Author indexes__: Besides [archive] and [category] indexes, authors should + be able to create per-author indexes, which list all posts linked to an + author. Additionally, a profile should be created for each author and linked + from posts. + +- __Social share buttons__: It should be easy to share blog posts via social + media or other ways. For this reason, it should be possible to automatically + include social sharing buttons with each post. + +What's still missing from the brand new [built-in blog plugin]? Feel free to +share your ideas in the comments. Together, we can build one of the best modern +engines for technical blogging! diff --git a/mkdocs-material/docs/blog/posts/blog-support-just-landed/blog.png b/mkdocs-material/docs/blog/posts/blog-support-just-landed/blog.png new file mode 100644 index 0000000..a1ea1ea Binary files /dev/null and b/mkdocs-material/docs/blog/posts/blog-support-just-landed/blog.png differ diff --git a/mkdocs-material/docs/blog/posts/chinese-search-support.md b/mkdocs-material/docs/blog/posts/chinese-search-support.md new file mode 100644 index 0000000..c1ab7b7 --- /dev/null +++ b/mkdocs-material/docs/blog/posts/chinese-search-support.md @@ -0,0 +1,83 @@ +--- +date: 2022-05-05 +authors: [squidfunk] +title: Chinese search support +description: > + Insiders adds Chinese language support for the built-in search plugin – a + feature that has been requested many times +categories: + - Search +links: + - blog/posts/search-better-faster-smaller.md + - plugins/search.md#segmentation + - insiders/how-to-sponsor.md +--- + +# Chinese search support – 中文搜索​支持 + +__Insiders adds experimental Chinese language support for the [built-in search +plugin] – a feature that has been requested for a long time given the large +number of Chinese users.__ + +After the United States and Germany, the third-largest country of origin of +Material for MkDocs users is China. For a long time, the [built-in search plugin] +didn't allow for proper segmentation of Chinese characters, mainly due to +missing support in [lunr-languages] which is used for search tokenization and +stemming. The latest Insiders release adds long-awaited Chinese language support +for the built-in search plugin, something that has been requested by many users. + + + +_Material for MkDocs終於​支持​中文​了!文本​被​正確​分割​並且​更​容易​找到。_ +{ style="display: inline" } + +_This article explains how to set up Chinese language support for the built-in +search plugin in a few minutes._ +{ style="display: inline" } + + [built-in search plugin]: ../../plugins/search.md + [lunr-languages]: https://github.com/MihaiValentin/lunr-languages + +## Configuration + +Chinese language support for Material for MkDocs is provided by [jieba], an +excellent Chinese text segmentation library. If [jieba] is installed, the +built-in search plugin automatically detects Chinese characters and runs them +through the segmenter. You can install [jieba] with: + +``` +pip install jieba +``` + +The next step is only required if you specified the [`separator`][separator] +configuration in `mkdocs.yml`. Text is segmented with [zero-width whitespace] +characters, so it renders exactly the same in the search modal. Adjust +`mkdocs.yml` so that the [`separator`][separator] includes the `\u200b` +character: + +``` yaml +plugins: + - search: + separator: '[\s\u200b\-]' +``` + +That's all that is necessary. + +## Usage + +If you followed the instructions in the configuration guide, Chinese words will +now be tokenized using [jieba]. Try searching for +[:octicons-search-24: 支持][q=支持] to see how it integrates with the +built-in search plugin. + +--- + +Note that this is an experimental feature, and I, @squidfunk, am not +proficient in Chinese (yet?). If you find a bug or think something can be +improved, please [open an issue]. + + [jieba]: https://pypi.org/project/jieba/ + [zero-width whitespace]: https://en.wikipedia.org/wiki/Zero-width_space + [separator]: ../../plugins/search.md#config.separator + [q=支持]: ?q=支持 + [open an issue]: https://github.com/squidfunk/mkdocs-material/issues/new/choose diff --git a/mkdocs-material/docs/blog/posts/excluding-content-from-search.md b/mkdocs-material/docs/blog/posts/excluding-content-from-search.md new file mode 100644 index 0000000..85428ea --- /dev/null +++ b/mkdocs-material/docs/blog/posts/excluding-content-from-search.md @@ -0,0 +1,207 @@ +--- +date: 2021-09-26 +authors: [squidfunk] +description: > + Three new simple ways to exclude dedicated parts of a document from the search + index, allowing for more fine-grained control +categories: + - Search +links: + - blog/posts/search-better-faster-smaller.md + - setup/setting-up-site-search.md#search-exclusion + - insiders/how-to-sponsor.md +--- + +# Excluding content from search + +__The latest Insiders release brings three new simple ways to exclude +dedicated parts of a document from the search index, allowing for more +fine-grained control.__ + +Two weeks ago, Material for MkDocs Insiders shipped a [brand new search +plugin], yielding [massive improvements in usability], but also in [speed +and size] of the search index. Interestingly, as discussed in the previous +blog article, we only scratched the surface of what's now possible. This +release brings some useful features that enhance the writing experience, +allowing for more fine-grained control of what pages, sections and blocks of a +Markdown file should be indexed by the built-in search functionality. + + + +_The following section discusses existing solutions for excluding pages and +sections from the search index. If you immediately want to learn what's new, +skip to the [section just after that][what's new]._ + + [brand new search plugin]: search-better-faster-smaller.md + [massive improvements in usability]: search-better-faster-smaller.md#whats-new + [speed and size]: search-better-faster-smaller.md#benchmarks + [what's new]: #whats-new + +## Prior art + +MkDocs has a rich and thriving ecosystem of [plugins], and it comes as no +surprise that there's already a fantastic plugin by @chrieke to exclude specific +sections of a Markdown file – the [mkdocs-exclude-search] plugin. It can be +installed with: + +``` +pip install mkdocs-exclude-search +``` + +__How it works__: the plugin post-processes the `search_index.json` file that +is generated by the built-in search plugin, giving the author the ability to +exclude certain pages and sections by adding a few lines of configuration to +`mkdocs.yml`. An example: + +``` yaml +plugins: + - search + - exclude-search: + exclude: + - page.md + - page.md#section + - directory/* + - /*/page.md +``` + +It's easy to see that the plugin follows a configuration-centric approach, which +adds support for advanced filtering techniques like infix- and suffix-filtering +using wildcards. While this is a very powerful idea, it comes with some +downsides: + +1. __Exclusion patterns and content are not co-located__: exclusion patterns + need to be defined in `mkdocs.yml`, and not as part of the respective + document or section to be excluded. This might result in stale exclusion + patterns, leading to unintended behavior: + + - When a headline is changed, its slug (permalink) also changes, which might + suddenly match (or unmatch) a pattern, e.g., when an author fixes a typo + in a headline. + + - As exclusion patterns support the use of wildcards, different authors + might overwrite each other's patterns without any immediate feedback since + the plugin does only report the number of excluded documents – not _what_ + has been excluded.[^1] + + [^1]: + When the log level is set to `DEBUG`, the plugin will report exactly which + pages and sections have been excluded from the search index, but MkDocs will + now flood the terminal with debug output from its core and other plugins. + +2. __Exclusion control might be too coarse__: The [mkdocs-exclude-search] + plugin only allows for the exclusion of pages and sections. It's not + possible to exclude parts of a section, e.g., content that is irrelevant + to search but must be included as part of the documentation. + + [plugins]: https://github.com/mkdocs/mkdocs/wiki/MkDocs-Plugins + [mkdocs-exclude-search]: https://github.com/chrieke/mkdocs-exclude-search + +## What's new? + +The latest Insiders release brings fine-grained control for [__excluding pages, +sections, and blocks__][search exclusion] from the search index, implemented +through front matter, as well as the [Attribute Lists]. Note that it doesn't +replace the [mkdocs-exclude-search] plugin but __complements__ it. + + [search exclusion]: ../../setup/setting-up-site-search.md#search-exclusion + [Attribute Lists]: ../../setup/extensions/python-markdown.md#attribute-lists + +### Excluding pages + +An entire page can be excluded from the search index by adding a simple +directive to the front matter of the respective Markdown file. The good thing +is that the author now only has to check the top of the document to learn +whether it is excluded or not: + +``` yaml +--- +search: + exclude: true +--- + +# Page title +... +``` + +### Excluding sections + +If a section should be excluded, the author can use the [Attribute Lists] +extension to add a __pragma__ called `data-search-exclude` at the end of a +heading. The pragma is not included in the final HTML, as search pragmas are +filtered by the search plugin before the page is rendered: + +=== ":octicons-file-code-16: `docs/page.md`" + + ``` markdown + # Page title + + ## Section 1 + + The content of this section is included + + ## Section 2 { data-search-exclude } + + The content of this section is excluded + ``` + +=== ":octicons-codescan-16: `search_index.json`" + + ``` json + { + ... + "docs": [ + { + "location":"page/", + "text":"", + "title":"Document title" + }, + { + "location":"page/#section-1", + "text":"

The content of this section is included

", + "title":"Section 1" + } + ] + } + ``` + +### Excluding blocks + +If even more fine-grained control is desired, the __pragma__ can be added to +any [block-level element] or [inline-level element] that is officially +supported by the [Attribute Lists] extension: + +=== ":octicons-file-code-16: `docs/page.md`" + + ``` markdown + # Page title + + The content of this block is included + + The content of this block is excluded + { data-search-exclude } + ``` + +=== ":octicons-codescan-16: `search_index.json`" + + ``` json + { + ... + "docs": [ + { + "location":"page/", + "text":"

The content of this block is included

", + "title":"Document title" + }, + ] + } + ``` + + [block-level element]: https://python-markdown.github.io/extensions/attr_list/#block-level + [inline-level element]: https://python-markdown.github.io/extensions/attr_list/#inline + +## Conclusion + +The latest release brings three simple ways to control more precisely what goes +into the search index and what doesn't. It complements the already very powerful +[mkdocs-exclude-search] plugin, allowing for new methods of shaping the +structure, size and content of the search index. diff --git a/mkdocs-material/docs/blog/posts/git-sparse-checkout.md b/mkdocs-material/docs/blog/posts/git-sparse-checkout.md new file mode 100644 index 0000000..e16b2a6 --- /dev/null +++ b/mkdocs-material/docs/blog/posts/git-sparse-checkout.md @@ -0,0 +1,100 @@ +--- +date: 2023-09-22 +authors: [squidfunk] +categories: + - Build + - Performance +links: + - publishing-your-site.md#with-github-actions + - creating-your-site.md#building-your-site +--- + +# Using `git sparse-checkout` for faster documentation builds + +__Leveraging `git sparse-checkout` in GitHub Actions enabled us to speed up +documentation builds in our repository, cutting checkout times from 20 to 30 +seconds to just 2 seconds.__ + +Developing an efficient approach to build documentation in CI workflows is +essential, especially when working in large repositories with thousands of +commits, like ours. Of course, we want to build documentation quickly and +efficiently, ensuring fast and productive workflows. When using both the +wonderful [`git-committers`][git-committers] and [`git-revision-date-localized`] +[git-revision-date-localized] plugins to display [document contributors] and +[dates] at the bottom of each page, we are required to set `fetch-depth: 0`, +which resulted in checkout times of 20 to 30 seconds on our repository. By +leveraging [`git sparse-checkout`][git sparse-checkout] within [GitHub Actions], +check out time was brought down to 2 seconds. + + [git sparse-checkout]: https://git-scm.com/docs/git-sparse-checkout + [GitHub Actions]: ../../publishing-your-site.md#with-github-actions + [git-revision-date-localized]: https://github.com/timvink/mkdocs-git-revision-date-localized-plugin + [git-committers]: https://github.com/ojacques/mkdocs-git-committers-plugin-2 + [document contributors]: ../../setup/adding-a-git-repository.md#document-contributors + [dates]: ../../setup/adding-a-git-repository.md#document-dates + + + +## A Primer + +[`git sparse-checkout`][git sparse-checkout] allows you to check out only a +subset of the files in a repository, making it incredibly useful for large +repositories where a full checkout takes long and includes many files that are +not relevant when building documentation. + +## GitHub Actions + +To enable [`git sparse-checkout`][git sparse-checkout] within [GitHub Actions] +and ensure that you are only building the documentation that you need, add the +following lines to your workflow file: + +``` yaml +- uses: actions/checkout@v4 + with: + fetch-depth: 0 + sparse-checkout: | + docs + includes +``` + +[`git sparse-checkout`][git sparse-checkout] always checks out all files +residing in the repository’s root. This means that regardless of the specified +paths or directories for sparse checkout, the files located in the root of the +repository will always be included in the checkout process. + +Thus, you only need to specify the directories that are necessary for building +documentation. In our case, we only need the `docs` and `includes` folders, +but if you need additional directories, you can just add them to the end of the +list. A complete example workflow for [GitHub Actions]: + +``` yaml hl_lines="13-18" +name: documentation +on: + push: + branches: + - master + - main +permissions: + contents: write +jobs: + deploy: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + sparse-checkout: | + docs + includes + - uses: actions/setup-python@v4 + with: + python-version: 3.x + - run: pip install mkdocs-material + - run: mkdocs gh-deploy --force +``` + +## Conclusion + +That's all there is! We're super happy with the results and hope that this will +help you to speed up your documentation builds in [GitHub Actions] as well. As +always, feel free to share your thoughts and experiences in the comments below. diff --git a/mkdocs-material/docs/blog/posts/search-better-faster-smaller.md b/mkdocs-material/docs/blog/posts/search-better-faster-smaller.md new file mode 100644 index 0000000..dcdeec9 --- /dev/null +++ b/mkdocs-material/docs/blog/posts/search-better-faster-smaller.md @@ -0,0 +1,630 @@ +--- +date: 2021-09-13 +authors: [squidfunk] +readtime: 15 +description: > + How we rebuilt client-side search, delivering a better user experience while + making it faster and smaller at the same time +categories: + - Search + - Performance +links: + - plugins/search.md + - insiders/how-to-sponsor.md +--- + +# Search: better, faster, smaller + +__This is the story of how we managed to completely rebuild client-side search, +delivering a significantly better user experience while making it faster and +smaller at the same time.__ + +The [search] of Material for MkDocs is by far one of its best and most-loved +assets: [multilingual], [offline-capable], and most importantly: _all +client-side_. It provides a solution to empower the users of your documentation +to find what they're searching for instantly without the headache of managing +additional servers. However, even though several iterations have been made, +there's still some room for improvement, which is why we rebuilt the search +plugin and integration from the ground up. This article shines some light on the +internals of the new search, why it's much more powerful than the previous +version, and what's about to come. + + + +_The next section discusses the architecture and issues of the current search +implementation. If you immediately want to learn what's new, skip to the +[section just after that][what's new]._ + + [search]: ../../setup/setting-up-site-search.md + [multilingual]: ../../plugins/search.md#config.lang + [offline-capable]: ../../setup/building-for-offline-usage.md + [what's new]: #whats-new + +## Architecture + +Material for MkDocs uses [lunr] together with [lunr-languages] to implement +its client-side search capabilities. When a documentation page is loaded and +JavaScript is available, the search index as generated by the +[built-in search plugin] during the build process is requested from the +server: + +``` ts +const index$ = document.forms.namedItem("search") + ? __search?.index || requestJSON( + new URL("search/search_index.json", config.base) + ) + : NEVER +``` + + [lunr]: https://lunrjs.com + [lunr-languages]: https://github.com/MihaiValentin/lunr-languages + [built-in search plugin]: ../../plugins/search.md + +### Search index + +The search index includes a stripped-down version of all pages. Let's take a +look at an example to understand precisely what the search index contains from +the original Markdown file: + +??? example "Expand to inspect example" + + === ":octicons-file-code-16: `docs/page.md`" + + ```` markdown + # Example + + ## Text + + It's very easy to make some words **bold** and other words *italic* + with Markdown. You can even add [links](#), or even `code`: + + ``` + if (isAwesome) { + return true + } + ``` + + ## Lists + + Sometimes you want numbered lists: + + 1. One + 2. Two + 3. Three + + Sometimes you want bullet points: + + * Start a line with a star + * Profit! + ```` + + === ":octicons-codescan-16: `search_index.json`" + + ``` json + { + "config": { + "indexing": "full", + "lang": [ + "en" + ], + "min_search_length": 3, + "prebuild_index": false, + "separator": "[\\s\\-]+" + }, + "docs": [ + { + "location": "page/", + "title": "Example", + "text": "Example Text It's very easy to make some words bold and other words italic with Markdown. You can even add links , or even code : if (isAwesome) { return true } Lists Sometimes you want numbered lists: One Two Three Sometimes you want bullet points: Start a line with a star Profit!" + }, + { + "location": "page/#example", + "title": "Example", + "text": "" + }, + { + "location": "page/#text", + "title": "Text", + "text": "It's very easy to make some words bold and other words italic with Markdown. You can even add links , or even code : if (isAwesome) { return true }" + }, + { + "location": "page/#lists", + "title": "Lists", + "text": "Sometimes you want numbered lists: One Two Three Sometimes you want bullet points: Start a line with a star Profit!" + } + ] + } + ``` + +If we inspect the search index, we immediately see several problems: + + 1. __All content is included twice__: the search index contains one entry + with the entire contents of the page, and one entry for each section of + the page, i.e., each block preceded by a headline or subheadline. This + significantly contributes to the size of the search index. + + 2. __All structure is lost__: when the search index is built, all structural + information like HTML tags and attributes are stripped from the content. + While this approach works well for paragraphs and inline formatting, it + might be problematic for lists and code blocks. An excerpt: + + ``` + … links , or even code : if (isAwesome) { … } Lists Sometimes you want … + ``` + + - __Context__: for an untrained eye, the result can look like gibberish, as + it's not immediately apparent what classifies as text and what as code. + Furthermore, it's not clear that `Lists` is a headline as it's merged + with the code block before and the paragraph after it. + + - __Punctuation__: inline elements like links that are immediately followed + by punctuation are separated by whitespace (see `,` and `:` in the + excerpt). This is because all extracted text is joined with a whitespace + character during the construction of the search index. + +It's not difficult to see that it can be quite challenging to implement a good +search experience for theme authors, which is why Material for MkDocs (up to +now) did some [monkey patching] to be able to render slightly more +meaningful search previews. + + [monkey patching]: https://github.com/squidfunk/mkdocs-material/blob/ec7ccd2b2d15dd033740f388912f7be7738feec2/src/assets/javascripts/integrations/search/document/index.ts#L68-L71 + +### Search worker + +The actual search functionality is implemented as part of a web worker[^1], +which creates and manages the [lunr] search index. When search is initialized, +the following steps are taken: + + [^1]: + Prior to , search was carried out in the main + thread which locked up the browser, rendering it unusable. This problem was + first reported in #904 and, after some back and forth, fixed and released in + . + +1. __Linking sections with pages__: The search index is parsed, and each + section is linked to its parent page. The parent page itself is _not + indexed_, as it would lead to duplicate results, so only the sections + remain. Linking is necessary, as search results are grouped by page. + +2. __Tokenization__: The `title` and `text` values of each section are split + into tokens by using the [`separator`][separator] as configured in + `mkdocs.yml`. Tokenization itself is carried out by + [lunr's default tokenizer][default tokenizer], which doesn't allow for + lookahead or separators spanning multiple characters. + + > Why is this important and a big deal? We will see later how much more we + > can achieve with a tokenizer that is capable of separating strings with + > lookahead. + +3. __Indexing__: As a final step, each section is indexed. When querying the + index, if a search query includes one of the tokens as returned by step 2., + the section is considered to be part of the search result and passed to the + main thread. + +Now, that's basically how the search worker operates. Sure, there's a little +more magic involved, e.g., search results are [post-processed] and [rescored] to +account for some shortcomings of [lunr], but in general, this is how data gets +into and out of the index. + + [separator]: ../../plugins/search.md#config.separator + [default tokenizer]: https://github.com/olivernn/lunr.js/blob/aa5a878f62a6bba1e8e5b95714899e17e8150b38/lunr.js#L413-L456 + [post-processed]: https://github.com/squidfunk/mkdocs-material/blob/ec7ccd2b2d15dd033740f388912f7be7738feec2/src/assets/javascripts/integrations/search/_/index.ts#L249-L272 + [rescored]: https://github.com/squidfunk/mkdocs-material/blob/ec7ccd2b2d15dd033740f388912f7be7738feec2/src/assets/javascripts/integrations/search/_/index.ts#L274-L275 + +### Search previews + +Users should be able to quickly scan and evaluate the relevance of a search +result in the given context, which is why a concise summary with highlighted +occurrences of the search terms found is an essential part of a great search +experience. + +This is where the current search preview generation falls short, as some of the +search previews appear not to include any occurrence of any of the search +terms. This was due to the fact that search previews were [truncated after a +maximum of 320 characters][truncated], as can be seen here: + +
+ +![search preview] + +
+ +The first two results look like they're not relevant, as they don't seem to +include the query string the user just searched for. Yet, they are. + +
+
+ +A better solution to this problem has been on the roadmap for a very, very long +time, but in order to solve this once and for all, several factors need to be +carefully considered: + +1. __Word boundaries__: some themes[^2] for static site generators generate + search previews by expanding the text left and right next to an occurrence, + stopping at a whitespace character when enough words have been consumed. A + preview might look like this: + + ``` + … channels, e.g., or which can be configured via mkdocs.yml … + ``` + + While this may work for languages that use whitespace as a separator + between words, it breaks down for languages like Japanese or Chinese[^3], + as they have non-whitespace word boundaries and use dedicated segmenters to + split strings into tokens. + + [^2]: + At the time of writing, [Just the Docs] and [Docusaurus] use this method + for generating search previews. Note that the latter also integrates with + Algolia, which is a fully managed server-based solution. + + [^3]: + China and Japan are both within the top 5 countries of origin of users of + Material for MkDocs. + + [truncated]: https://github.com/squidfunk/mkdocs-material/blob/master/src/templates/assets/javascripts/templates/search/index.tsx#L90 + [search preview]: search-better-faster-smaller/search-preview.png + [Just the Docs]: https://pmarsceill.github.io/just-the-docs/ + [Docusaurus]: https://github.com/lelouch77/docusaurus-lunr-search + +1. __Context-awareness__: Although whitespace doesn't work for all languages, + one could argue that it could be a good enough solution. Unfortunately, this + is not necessarily true for code blocks, as the removal of whitespace might + change meaning in some languages. + +3. __Structure__: Preserving structural information is not a must, but + apparently beneficial to build more meaningful search previews which allow + for a quick evaluation of relevance. If a word occurrence is part of a code + block, it should be rendered as a code block. + +## What's new? + +After we built a solid understanding of the problem space and before we dive +into the internals of our new search implementation to see which of the +problems it already solves, a quick overview of what features and improvements +it brings: + +- __Better__: support for [rich search previews], preserving the structural + information of code blocks, inline code, and lists, so they are rendered + as-is, as well as [lookahead tokenization], [more accurate highlighting], and + improved stability of typeahead. Also, a [slightly better UX]. +- __Faster__ and __smaller__: significant decrease in search index size of up + to 48% due to improved extraction and construction techniques, resulting in a + search experience that is up to 95% faster, which is particularly helpful for + large documentation projects. + + [rich search previews]: #rich-search-previews + [lookahead tokenization]: #tokenizer-lookahead + [more accurate highlighting]: #accurate-highlighting + [slightly better UX]: #user-interface + +### Rich search previews + +As we rebuilt the search plugin from scratch, we reworked the construction of +the search index to preserve the structural information of code blocks, inline +code, as well as unordered and ordered lists. Using the example from the +[search index] section, here's how it looks: + +=== "Now" + + ![search preview now] + +=== "Before" + + ![search preview before] + +Now, __code blocks are first-class citizens of search previews__, and even +inline code formatting is preserved. Let's take a look at the new structure of +the search index to understand why: + +??? example "Expand to inspect search index" + + === "Now" + + ``` json + { + ... + "docs": [ + { + "location": "page/", + "title": "Example", + "text": "" + }, + { + "location": "page/#text", + "title": "Text", + "text": "

It's very easy to make some words bold and other words italic with Markdown. You can even add links, or even code:

if (isAwesome){\n  return true\n}\n
" + }, + { + "location": "page/#lists", + "title": "Lists", + "text": "

Sometimes you want numbered lists:

  1. One
  2. Two
  3. Three

Sometimes you want bullet points:

  • Start a line with a star
  • Profit!
" + } + ] + } + ``` + + === "Before" + + ``` json + { + ... + "docs": [ + { + "location": "page/", + "title": "Example", + "text": "Example Text It's very easy to make some words bold and other words italic with Markdown. You can even add links , or even code : if (isAwesome) { return true } Lists Sometimes you want numbered lists: One Two Three Sometimes you want bullet points: Start a line with a star Profit!" + }, + { + "location": "page/#example", + "title": "Example", + "text": "" + }, + { + "location": "page/#text", + "title": "Text", + "text": "It's very easy to make some words bold and other words italic with Markdown. You can even add links , or even code : if (isAwesome) { return true }" + }, + { + "location": "page/#lists", + "title": "Lists", + "text": "Sometimes you want numbered lists: One Two Three Sometimes you want bullet points: Start a line with a star Profit!" + } + ] + } + ``` + +If we inspect the search index again, we can see how the situation improved: + +1. __Content is included only once__: the search index does not include the + content of the page twice, as only the sections of a page are part of the + search index. This leads to a significant reduction in size, fewer bytes to + transfer, and a smaller search index. + +2. __Some structure is preserved__: each section of the search index includes + a small subset of HTML to provide the necessary structure to allow for more + sophisticated search previews. Revisiting our example from before, let's + look at an excerpt: + + === "Now" + + ``` html + … links, or even code:

if (isAwesome){ … }\n
+ ``` + + === "Before" + + ``` + … links , or even code : if (isAwesome) { … } + ``` + + The punctuation issue is gone, as no additional whitespace is inserted, and + the preserved markup yields additional context to make scanning search + results more effective. + +On to the next step in the process: __tokenization__. + + [search index]: #search-index + [search preview now]: search-better-faster-smaller/search-preview-now.png + [search preview before]: search-better-faster-smaller/search-preview-before.png + +### Tokenizer lookahead + +The [default tokenizer] of [lunr] uses a regular expression to split a given +string by matching each character against the [`separator`][separator] as +defined in `mkdocs.yml`. This doesn't allow for more complex separators based +on lookahead or multiple characters. + +Fortunately, __our new search implementation provides an advanced tokenizer__ +that doesn't have these shortcomings and supports more complex regular +expressions. As a result, Material for MkDocs just changed its own separator +configuration to the following value: + +``` +[\s\-,:!=\[\]()"/]+|(?!\b)(?=[A-Z][a-z])|\.(?!\d)|&[lg]t; +``` + +While the first part up to the first `|` contains a list of single control +characters at which the string should be split, the following three sections +explain the remainder of the regular expression.[^4] + + [^4]: + As a fun fact: the [`separator`][separator] [default value] of the search + plugin being `[\s\-]+` always has been kind of irritating, as it suggests + that multiple characters can be considered being a separator. However, the + `+` is completely irrelevant, as regular expression groups involving + multiple characters were never supported by + [lunr's default tokenizer][default tokenizer]. + + [default value]: https://www.mkdocs.org/user-guide/configuration/#separator + +#### Case changes + +Many programming languages use `PascalCase` or `camelCase` naming conventions. +When a user searches for the term `case`, it's quite natural to expect for +`PascalCase` and `camelCase` to show up. By adding the following match group to +the separator, this can now be achieved with ease: + +``` +(?!\b)(?=[A-Z][a-z]) +``` + +This regular expression is a combination of a negative lookahead (`\b`, i.e., +not a word boundary) and a positive lookahead (`[A-Z][a-z]`, i.e., an uppercase +character followed by a lowercase character), and has the following behavior: + +- `PascalCase` :octicons-arrow-right-24: `Pascal`, `Case` +- `camelCase` :octicons-arrow-right-24: `camel`, `Case` +- `UPPERCASE` :octicons-arrow-right-24: `UPPERCASE` + +Searching for [:octicons-search-24: searchHighlight][q=searchHighlight] +now brings up the section discussing the `search.highlight` feature flag, which +also demonstrates that this now even works properly for search queries.[^5] + + [^5]: + Previously, the search query was not correctly tokenized due to the way + [lunr] treats wildcards, as it disables the pipeline for search terms that + contain wildcards. In order to provide a good typeahead experience, + Material for MkDocs adds wildcards to the end of each search term not + explicitly preceded with `+` or `-`, effectively disabling tokenization. + + [q=searchHighlight]: ?q=searchHighlight + +#### Version numbers + +Indexing version numbers is another problem that can be solved with a small +lookahead. Usually, `.` should be considered a separator to split words like +`search.highlight`. However, splitting version numbers at `.` will make them +undiscoverable. Thus, the following expression: + +``` +\.(?!\d) +``` + +This regular expression matches a `.` only if not immediately followed by a +digit `\d`, which leaves version numbers discoverable. Searching for +[:octicons-search-24: 7.2.6][q=7.2.6] brings up the [7.2.6] release notes. + + [q=7.2.6]: ?q=7.2.6 + [7.2.6]: ../../changelog/index.md#7.2.6 + +#### HTML/XML tags + +If your documentation includes HTML/XML code examples, you may want to allow +users to find specific tag names. Unfortunately, the `<` and `>` control +characters are encoded in code blocks as `<` and `>`. Now, adding the +following expression to the separator allows for just that: + +``` +&[lg]t; +``` + +--- + +_We've only just begun to scratch the surface of the new possibilities +tokenizer lookahead brings. If you found other useful expressions, you're +invited to share them in the comment section._ + +### Accurate highlighting + +Highlighting is the last step in the process of search and involves the +highlighting of all search term occurrences in a given search result. For a +long time, highlighting was implemented through dynamically generated +[regular expressions].[^6] + +This approach has some problems with non-whitespace languages like Japanese or +Chinese[^3] since it only works if the highlighted term is at a word boundary. +However, Asian languages are tokenized using a [dedicated segmenter], which +cannot be modeled with regular expressions. + + [^6]: + Using the separator as defined in `mkdocs.yml`, a regular expression was + constructed that was trying to mimic the tokenizer. As an example, the + search query `search highlight` was transformed into the rather cumbersome + regular expression `(^|)(search|highlight)`, which only matches + at word boundaries. + +Now, as a direct result of the [new tokenization approach], __our new search +implementation uses token positions for highlighting__, making it exactly as +powerful as tokenization: + +1. __Word boundaries__: as the new highlighter uses token positions, word + boundaries are equal to token boundaries. This means that more complex cases + of tokenization (e.g., [case changes], [version numbers], [HTML/XML tags]), + are now all highlighted accurately. + +2. __Context-awareness__: as the new search index preserves some of the + structural information of the original document, the content of a section + is now divided into separate content blocks – paragraphs, code blocks, and + lists. + + Now, only the content blocks that actually contain occurrences of one of + the search terms are considered for inclusion into the search preview. If a + term only occurs in a code block, it's the code block that gets rendered, + see, for example, the results of + [:octicons-search-24: twitter][q=twitter]. + + [regular expressions]: https://github.com/squidfunk/mkdocs-material/blob/ec7ccd2b2d15dd033740f388912f7be7738feec2/src/assets/javascripts/integrations/search/highlighter/index.ts#L61-L91 + [dedicated segmenter]: http://chasen.org/~taku/software/TinySegmenter/ + [new tokenization approach]: #tokenizer-lookahead + [case changes]: #case-changes + [version numbers]: #version-numbers + [HTML/XML tags]: #htmlxml-tags + [q=twitter]: ?q=twitter + +### Benchmarks + +We conducted two benchmarks – one with the documentation of Material for MkDocs +itself, and one with a very massive corpus of Markdown files with more than +800,000 words – a size most documentation projects will likely never +reach: + +
+ +| | Before | Now | Relative | +| ----------------------- | -------: | -------------: | -----------: | +| __Material for MkDocs__ | | | | +| Index size | 573 kB | __335 kB__ | __–42%__ | +| Index size (`gzip`) | 105 kB | __78 kB__ | __–27%__ | +| Indexing time[^7] | 265 ms | __177 ms__ | __–34%__ | +| __KJV Markdown[^8]__ | | | | +| Index size | 8.2 MB | __4.4 MB__ | __–47%__ | +| Index size (`gzip`) | 2.3 MB | __1.2 MB__ | __–48%__ | +| Indexing time | 2,700 ms | __1,390 ms__ | __–48%__ | + +
+

Benchmark results

+
+ +
+ + [^7]: + Smallest value of ten distinct runs. + + [^8]: + We agnostically use [KJV Markdown] as a tool for testing to learn how + Material for MkDocs behaves on large corpora, as it's a very large set of + Markdown files with over 800k words. + +The results show that indexing time, which is the time that it takes to set up +the search when the page is loaded, has dropped by up to 48%, which means __the +new search is up to 95% faster__. This is a significant improvement, +particularly relevant for large documentation projects. + +While 1,3s still may sound like a long time, using the new client-side search +together with [instant loading] only creates the search index on the initial +page load. When navigating, the search index is preserved across pages, so the +cost does only have to be paid once. + + [KJV Markdown]: https://github.com/arleym/kjv-markdown + [instant loading]: ../../setup/setting-up-navigation.md#instant-loading + +### User interface + +Additionally, some small improvements have been made, most prominently the +__more results on this page__ button, which now sticks to the top of the search +result list when open. This enables the user to jump out of the list more +quickly. + +## What's next? + +Our new search implementation is a big improvement to Material for MkDocs. It +solves some long-standing issues which needed to be tackled for years. Yet, +it's only the start of a search experience that is going to get better and +better. Next up: + +- __Context-aware search summarization__: currently, the first two matching + content blocks are rendered as a search preview. With the new tokenization + technique, we laid the groundwork for more sophisticated shortening and + summarization methods, which we're tackling next. + +- __User interface improvements__: as we now gained full control over the + search plugin, we can now add meaningful metadata to provide more context and + a better experience. We'll explore some of those paths in the future. + +If you've made it this far, thank you for your time and interest in Material +for MkDocs! This is the first blog article that I decided to write after a +short [Twitter survey] made me to. You're invited to leave a comment +to share your experiences with the new search implementation. + + [X survey]: https://x.com/squidfunk/status/1434477478823743488 diff --git a/mkdocs-material/docs/blog/posts/search-better-faster-smaller/search-preview-before.png b/mkdocs-material/docs/blog/posts/search-better-faster-smaller/search-preview-before.png new file mode 100644 index 0000000..7f6fcc8 Binary files /dev/null and b/mkdocs-material/docs/blog/posts/search-better-faster-smaller/search-preview-before.png differ diff --git a/mkdocs-material/docs/blog/posts/search-better-faster-smaller/search-preview-now.png b/mkdocs-material/docs/blog/posts/search-better-faster-smaller/search-preview-now.png new file mode 100644 index 0000000..0935166 Binary files /dev/null and b/mkdocs-material/docs/blog/posts/search-better-faster-smaller/search-preview-now.png differ diff --git a/mkdocs-material/docs/blog/posts/search-better-faster-smaller/search-preview.png b/mkdocs-material/docs/blog/posts/search-better-faster-smaller/search-preview.png new file mode 100644 index 0000000..7ca97e1 Binary files /dev/null and b/mkdocs-material/docs/blog/posts/search-better-faster-smaller/search-preview.png differ diff --git a/mkdocs-material/docs/blog/posts/sunsetting-gitter.md b/mkdocs-material/docs/blog/posts/sunsetting-gitter.md new file mode 100644 index 0000000..4cc9660 --- /dev/null +++ b/mkdocs-material/docs/blog/posts/sunsetting-gitter.md @@ -0,0 +1,96 @@ +--- +date: 2023-10-02 +authors: [squidfunk, alexvoss] +categories: + - General +--- + +# Sunsetting Gitter: Towards Efficient Community Engagement + +__As we're starting to build a team around Material for MkDocs, we've decided to +sunset and archive our [Gitter] channel on October 13, 2023 in favor of +[GitHub Discussions].__ + +As part of our efforts to improve the processes for maintaining Material for +MkDocs and for supporting the community, we have reviewed the use of different +communication channels. At the moment, both [Gitter] and [GitHub Discussions] +allow to ask the community for support and to discuss ideas and issues. In the +past weeks, we have begun to question whether this duplication is in the best +interest of our project. This post explains the rationale behind our decision. + + [Gitter]: https://gitter.im/squidfunk/mkdocs-material + [GitHub discussions]: https://github.com/squidfunk/mkdocs-material/discussions + + + +## The Constraints of Gitter + +In the first years of Material for MkDocs, [Gitter] served as a helpful platform +for quick community interactions and questions. However, there are some inherent +constraints that necessitated a shift. Here's a breakdown of the challenges we +encountered: + +1. __Thread utilization__ – + Even with the introduction of threads, many Gitter users were reticent to + use them, leading to cluttered and disconnected conversations, making it + difficult to follow. + +2. __Search and discovery__ – + Gitter's structure and interface makes it cumbersome to search for and + retrieve past messages, resulting in lost insights and repeated conversations. + +1. __User interface__ – + After the acquisition by [Element], the user interface of Gitter has + experienced a severe decline, becoming more complicated, less intuitive and + user-friendly. + +1. __Access mandate__ – + The necessity for users to grant access to their GitHub accounts to use + Gitter posed an unnecessary access barrier and potential security concerns. + + [Element]: https://element.io/blog/gitter-is-joining-element/ + +## GitHub Discussions + +Thankfully, [GitHub Discussions] emerged and continues to evolve to be a much +better alternative, eliminating many of Gitter's constraints and offering +enhanced functionality: + +1. __Threaded conversations__ – + GitHub Discussions supports structured, threaded conversations, ensuring + discussions are coherent, contextual, and easy to follow for everyone. + +2. __Integration and linking__ – + the platform facilitates seamless linking to other discussions, issues, code, + and much more, enriching conversations and providing comprehensive context. + +3. __A unified platform__ – + GitHub acts as a one-stop shop for support, allowing users to access varied + resources and support channels in one place, greatly improving user + experience. + +4. __Discoverability__ – + GitHub Discussions are easily searchable and allow for categorization, + preventing loss of valuable insights and fostering knowledge sharing. + +## Conclusion + +Sunsetting [Gitter] is a leap towards creating more efficient, user-friendly, +and enriched community interactions. By consolidating communication to +[GitHub Discussions], we seek to mitigate the fragmentation of information, +ease the user journey, and fortify the bonds within our community. + +This concentrated approach enables us to provide consistent, fast and quality +support to our users. In the past, the nature of queries raised on Gitter +typically necessitated supplementary information or reproductions, prompting us +to advise users to initiate a discussion subsequently. The shift to a +centralized discussion forum is designed to simplify and accelerate this +procedure, ensuring swift and efficient resolutions for our community. It is a +testament to our ongoing commitment to support the community that helps Material +for MkDocs flourish. + +We are confident that this streamlined approach will spur more +fruitful discussions, innovative ideas, and collective growth, and we are +excited to continue our journey with the unwavering support and active +participation of our community. + diff --git a/mkdocs-material/docs/blog/posts/the-past-present-and-future.md b/mkdocs-material/docs/blog/posts/the-past-present-and-future.md new file mode 100644 index 0000000..1179d39 --- /dev/null +++ b/mkdocs-material/docs/blog/posts/the-past-present-and-future.md @@ -0,0 +1,265 @@ +--- +date: 2021-12-27 +authors: [squidfunk] +description: > + 2021 was a fantastic year for this project as we shipped many new awesome + features and made this project sustainable +categories: + - General +--- + +# The past, present and future + +__2021 was a fantastic year for this project as we shipped many new awesome +features, saw significant user growth and leveraged GitHub Sponsors to make the +project sustainable.__ + +Today, together, [MkDocs] and Material for MkDocs are among the most popular +options when it comes to choosing a static site generator and theme for your +technical documentation project. Material for MkDocs ensures that your +content is always perfectly presented to your audience, regardless of screen +resolution or device capabilities. It has evolved to a framework for technical +writing, offering many features, some of which are yet to be found in other +static site generators. However, we're far from the end, as 2022 is going to +bring some interesting new capabilities. + + + +_This article showcases all features that were added in 2021 and gives an +outlook on what's going to drop in 2022. Additionally, it provides some context +on the history of the project._ + + [MkDocs]: https://www.mkdocs.org + +## A little history + +In 2015, albeit 10 years in the industry, I was still quite new in Open Source. +I wanted to release my latest Open Source project [protobluff], a zero-copy +Protocol Buffers implementation for C, which I've created as part of my former +startup. As the project has a significant degree of complexity, I quickly +realized that I was in need of good user documentation. + +After evaluating static site generators in general and Hugo, Sphinx and MkDocs +in particular, I quickly decided that MkDocs seemed a good choice, as it was +specifically aimed at technical project documentation and easy to use. +Unfortunately, all of the available themes looked dated and given that I'm a +very visual person, I just couldn't convince myself to call it a day. + +I _had_ to build a theme. + +Months later, in February 2016, I released [the first version] of Material for +MkDocs (and with it, [protobluff], the project I wanted to release in the first +place), and it looked like this: + +![Material for MkDocs 0.1.0][Material for MkDocs 0.1.0] + +It was already fully responsive and overall, well, quite okayish, but barely +customizable, as only the logo could be changed. Beyond that, it had no options: +No color or navigation options, no instant loading, etc. The search was very +rudimentary and only supported section titles: + +![Material for MkDocs 0.1.0 Search][Material for MkDocs 0.1.0 Search] + +It's important to know that at this point in time I've built Material for +MkDocs for [protobluff], the project I was really caring about. Almost 6 years +later, nobody knows protobluff, but this little side project has taken off. If +back in those days, you would've told me big organizations like AWS, +Microsoft and CERN, as well as extremely popular Open Source projects like +FastAPI and Kubernetes will be using this project in the future – I would've +declared you insane. + +I still find the success of this project quite surprising, as I thought that +themes exist in abundance and are very much a solved problem. There's no glory +in themes, no stars to earn (remember that I was new in Open Source, so this was +the metric I was optimizing for), as there are thousands and thousands of +options. However, as the years progressed, I learned that _execution matters_: +although Material for MkDocs solves a problem for which thousands of solutions +exist, it excels in a specific niche, and that niche is to be known as +_technical project documentation_. + +Today, this project is not only popular but funded by almost 300 individuals +and organizations, resulting in a yearly budget of more than $50,000. This +allows me to set aside enough time for the development of new features, +bug fixing, stability improvement, issue triage and general support and still +feels like a dream to me, as there are many failed stories of Open Source +funding and people telling you: _don't do Open Source, you'll be working for +free._ + +Making Open Source sustainable is, after all, possible in 2021. + + [the first version]: https://github.com/squidfunk/mkdocs-material/releases/tag/0.1.0 + [Material for MkDocs 0.1.0]: the-past-present-and-future/mkdocs-material-0.1.0.png + [Material for MkDocs 0.1.0 Search]: the-past-present-and-future/mkdocs-material-0.1.0-search.png + [protobluff]: https://github.com/squidfunk/protobluff + +## 2021 in numbers + +2021 was an exciting year, as the project has seen significant growth. + +__166k people__ visited the official documentation in 2021, totalling in __1,6m +page views__ which is an increase of 83% when compared to 2020. The average +visitor spends __1,5min__ on the site. While mobile phones make up 12% of +visits, tablets only account for 0.6%. Visitors come from as many as __213 +countries__, which covers almost the whole world. + +### Features + +It's absolutely mind-blowing that __38 new features__ were added to Material +for MkDocs throughout 2021 – __that's a new feature every 9,6 days__ – +which was only possible because of the constantly improving funding situation. +Following is a list of all features shipped in alphabetical order, some of which +are still exclusively available to sponsors as part of [Insiders]: + +
+ +- [Admonition inline blocks] +- [Advanced search highlighting] +- [Anchor tracking] +- [Back-to-top button] +- [Boosting pages in search] +- [Brand new search plugin] +- [Code annotations] +- Code annotations: anchor links +- [Code annotations: strip comments] +- [Code block titles] +- [Code block line anchors] +- [Color palette toggle] +- [Content tabs: improved support] +- [Content tabs: auto-linking] +- Content tabs: animated indicator +- [Cookie consent] +- [Custom admonition icons] +- [Dark mode support for images] +- [Dismissable announcement bar] +- [Excluding content from search] +- Latest release tag +- [Mermaid.js integration] +- [Navigation icons] +- [Remove generator notice] +- [Rich search previews] +- Stay on page when switching versions +- [Search highlighting] +- [Search sharing] +- [Search suggestions] +- [Section index pages] +- [Site language selection] +- [Social cards] +- [Sticky navigation tabs] +- [Tags with search integration] +- [Tokenizer with lookahead] +- [Versioning] +- [Version warning] +- [Was this page helpful?] + +
+ +Additionally, a lot of bugs were fixed in the __1,000 commits__ that were pushed +to the repository this year. The [changelog] includes a list of all fixes. +Furthermore, a large amount of time was invested into refactoring the code base +to keep it in good shape. While the `mkdocs-material` package was released +__55__ times, `mkdocs-material-insiders` was shipped __72__ times. + + [Insiders]: ../../insiders/index.md + [Admonition inline blocks]: ../../reference/admonitions.md#inline-blocks + [Advanced search highlighting]: search-better-faster-smaller.md#accurate-highlighting + [Anchor tracking]: ../../setup/setting-up-navigation.md#anchor-tracking + [Back-to-top button]: ../../setup/setting-up-navigation.md#back-to-top-button + [Boosting pages in search]: ../../setup/setting-up-site-search.md#search-boosting + [Brand new search plugin]: search-better-faster-smaller.md + [Code annotations]: ../../reference/code-blocks.md#adding-annotations + [Code annotations: strip comments]: ../../reference/code-blocks.md#stripping-comments + [Code block titles]: ../../reference/code-blocks.md#adding-a-title + [Code block line anchors]: ../../setup/extensions/python-markdown-extensions.md#+pymdownx.highlight.anchor_linenums + [Color palette toggle]: ../../setup/changing-the-colors.md#color-palette-toggle + [Content tabs: improved support]: ../../reference/content-tabs.md + [Content tabs: auto-linking]: ../../reference/content-tabs.md#linked-content-tabs + [Cookie consent]: ../../setup/ensuring-data-privacy.md#cookie-consent + [Custom admonition icons]: ../../reference/admonitions.md#admonition-icons + [Dark mode support for images]: ../../reference/images.md#light-and-dark-mode + [Dismissable announcement bar]: ../../setup/setting-up-the-header.md#mark-as-read + [Excluding content from search]: ../../setup/setting-up-site-search.md#search-exclusion + [Mermaid.js integration]: ../../reference/diagrams.md + [Navigation icons]: ../../reference/index.md#setting-the-page-icon + [Remove generator notice]: ../../setup/setting-up-the-footer.md#generator-notice + [Rich search previews]: search-better-faster-smaller.md#rich-search-previews + [Search highlighting]: ../../setup/setting-up-site-search.md#search-highlighting + [Search sharing]: ../../setup/setting-up-site-search.md#search-sharing + [Search suggestions]: ../../setup/setting-up-site-search.md#search-suggestions + [Section index pages]: ../../setup/setting-up-navigation.md#section-index-pages + [Site language selection]: ../../setup/changing-the-language.md#site-language-selector + [Social cards]: ../../setup/setting-up-social-cards.md + [Sticky navigation tabs]: ../../setup/setting-up-navigation.md#sticky-navigation-tabs + [Tags with search integration]: ../../setup/setting-up-tags.md + [Tokenizer with lookahead]: search-better-faster-smaller.md#tokenizer-lookahead + [Versioning]: ../../setup/setting-up-versioning.md#versioning + [Version warning]: ../../setup/setting-up-versioning.md#version-warning + [Was this page helpful?]: ../../setup/setting-up-site-analytics.md#was-this-page-helpful + [changelog]: ../../changelog/index.md + +### Funding + +In 2021, monthly funding increased from $1,050 in the beginning of January to +more than $4,300 (Dec 27, 2021), totaling in a yearly budget of more than +$50,000. Compared to last year, __revenue from funding has increased by 617%__ +– which is absolutely unbelievable: + +![Funding] + + [Funding]: the-past-present-and-future/funding.png + +I'm solely providing these numbers to fulfill the transparency pledge I'm giving +to my [awesome sponsors], and to show that it's possible to make existing Open +Source projects sustainable by following a well-designed release strategy. + +You can learn about the strategy in the [Insiders] guide. + + [awesome sponsors]: ../../insiders/how-to-sponsor.md + +## 2022 + +Standing at the verge of the next year, it's safe to say that the project will +continue to prosper and evolve, yielding many awesome features that will make +technical writing more comfortable and flexible. Here's an excerpt of the +features that will see the light of day in 2022: + +- __Instant previews__: [instant previews] will render a specific page section + inside a tooltip when hovering an internal link, which will allow to implement + things like glossaries. Further support for improving glossary functionality + will also be investigated. + +- __Text annotations__: as a logical progression of [code annotations] which + were added in 2021, authors will be able to add annotations to plain text, + yielding excellent opportunities for side content. Of course, text annotations + will be as easy to use as code annotations. + +- __Navigation pruning__: to optimize large documentation projects, Material + for MkDocs will introduce a new feature flag called `navigation.prune` that + will lead to significantly smaller HTML files for documentation projects with + huge navigation hierarchies. + +- __Navigation status badge__: as an addition to the recently added + [navigation icon][Navigation icons] support, a status will be attributable to + each page, allowing to mark a page in the navigation tree with an icon as + :material-alert-decagram: __new__ or :material-trash-can: __deprecated__. + Custom status types will also be supported. + +- __Card grids__: as a further component in the toolkit of technical writing, + [card grids] will allow arranging content in grids, which is especially + useful for overview pages. They will allow to arrange arbitrary content, + including code blocks, admonitions, etc. + +- __Blog support__: blogging support is still [under investigation] and expected + to be one of the major additions in 2022. Blogging will perfectly integrate + with writing documentation, allowing to use all components available in + Material for MkDocs. + +This list is incomplete. Additionally, many new smaller features will be added +next year, just as in 2021. You can follow [@squidfunk on X] to stay +updated. + +__Happy new year!__ :tada: + + [Instant previews]: https://x.com/squidfunk/status/1466794654213492743 + [card grids]: https://github.com/squidfunk/mkdocs-material/issues/3018 + [under investigation]: https://github.com/squidfunk/mkdocs-material/issues/3353 + [@squidfunk on X]: https://x.com/squidfunk diff --git a/mkdocs-material/docs/blog/posts/the-past-present-and-future/funding.png b/mkdocs-material/docs/blog/posts/the-past-present-and-future/funding.png new file mode 100644 index 0000000..d6cf219 Binary files /dev/null and b/mkdocs-material/docs/blog/posts/the-past-present-and-future/funding.png differ diff --git a/mkdocs-material/docs/blog/posts/the-past-present-and-future/mkdocs-material-0.1.0-search.png b/mkdocs-material/docs/blog/posts/the-past-present-and-future/mkdocs-material-0.1.0-search.png new file mode 100644 index 0000000..22ab104 Binary files /dev/null and b/mkdocs-material/docs/blog/posts/the-past-present-and-future/mkdocs-material-0.1.0-search.png differ diff --git a/mkdocs-material/docs/blog/posts/the-past-present-and-future/mkdocs-material-0.1.0.png b/mkdocs-material/docs/blog/posts/the-past-present-and-future/mkdocs-material-0.1.0.png new file mode 100644 index 0000000..d00c685 Binary files /dev/null and b/mkdocs-material/docs/blog/posts/the-past-present-and-future/mkdocs-material-0.1.0.png differ diff --git a/mkdocs-material/docs/blog/posts/transforming-material-for-mkdocs.md b/mkdocs-material/docs/blog/posts/transforming-material-for-mkdocs.md new file mode 100644 index 0000000..d1df193 --- /dev/null +++ b/mkdocs-material/docs/blog/posts/transforming-material-for-mkdocs.md @@ -0,0 +1,213 @@ +--- +date: 2024-08-19 +authors: + - squidfunk + - alexvoss + - katharinalisalin +categories: + - General +description: > + We are transforming Material for MkDocs to ensure its community continues to thrive and doubling down on our commitment to Open Source. +title: How we're transforming Material for MkDocs +--- + +# Transforming Material for MkDocs + +__We are working on an amazing set of features which has required some behind-the-scenes work we are now ready to share in a series of posts. Here, we give an overview of our goals, features in the making, things that kept us up at night, and our commitment to Open Source.__ + +We know it's been quite a while since our last update, which is why we're eager to share what's happening in and around Material for MkDocs with you. For the largest part of 2024, we've been focused on transforming the core of Material for MkDocs preparing the ground for new, interconnected features that are amongst the most frequently requested. + +This article is the first in a series where we'll explore how we aim to support our users through improved information retrieval, provide better support for multi-lingual sites and versioning, as well as improve the overall authoring experience. We outline our vision for the projects' evolution and describe what we have been working on. In this and the coming blog posts, we will share our progress with you, and we're excited to hear your thoughts. + + + +_Please note that this post includes several technical details in the footnotes, specifically on challenges. Feel free to skip them if you're not interested in the specifics._ + +## A success story + +In 2024, Material for MkDocs has firmly established itself as a leading tool in the documentation framework landscape, with more than 5 million downloads each month as of this writing. What began as @squidfunk's personal project has evolved into a versatile resource for creating comprehensive documentation sites, personal websites, blogs, and notably, for managing knowledge both within and outside of organizations. + +With almost [50,000] public GitHub projects depending on Material for MkDocs, it's clear that the framework has made a substantial impact. Tens of thousands of authors rely on us to deliver documentation to millions of users each month.[^1] Beyond its adoption by [many popular Open Source projects], Material for MkDocs is trusted and financially supported by major corporations such as [AWS], [Microsoft], and [Siemens], among many other companies and individuals. We're very grateful for the continued support we receive, which allows us to devote our time to this project, making writing documentation enjoyable. + + [^1]: + We've collected invaluable feedback from enterprises and other Open Source maintainers, which revealed that the actual numbers are even higher. Many organizations leverage the framework within private infrastructures, such as self-hosted platforms like GitLab, for internal knowledge management. This suggests that the true reach of Material for MkDocs extends far beyond what is publicly visible. + + [50,000]: https://github.com/squidfunk/mkdocs-material/network/dependents + [many popular Open Source projects]: https://github.com/squidfunk/mkdocs-material?tab=readme-ov-file#trusted-by- + [AWS]: https://x.com/squidfunk/status/1740389441284579767 + [Microsoft]: https://x.com/squidfunk/status/1801909506391105840 + [Siemens]: https://x.com/squidfunk/status/1699799988069646761 + +Our users particularly appreciate Material for MkDocs for its ease of use and straightforward setup. It simplifies the process by handling the complexities of web technologies for you, so you can build a production-ready static site in minutes without needing to invest years into mastering frontend development or JavaScript. This makes it accessible to a wide range of users, regardless of their technical background. Additionally, Material for MkDocs is MIT-licensed and free to use, which has contributed to its widespread adoption, and allows everybody to build sophisticated documentation sites at no cost. + +Our vision is to provide you with the tools that allow you to __own your docs__, enable you to develop your own processes for producing amazing documentation and to avoid being locked into costly subscription services even for doing simple things. We believe it is important that these tools should be easy to set up and configure to suit your needs but should also give you the freedom to adapt them further, if needed. This is why we are always striving to ensure our architectures are modular and future-proof.[^2] + + [^2]: + The [built-in plugins] that Material for MkDocs ships perfectly outline this principle, as they are complementary to each other and can be used in combination to build sophisticated pipelines. This modular design allows users to pick and choose the features they need, ensuring that the framework remains lightweight and flexible. + + For instance, the [privacy plugin] can work together with the [optimize plugin] so that external assets can be passed through the same optimization pipeline as the rest of your documentation. This means you can store and edit unoptimized files outside of your repository, and let both plugins automatically build an optimized site for you. + + [built-in plugins]: ../../plugins/index.md + [privacy plugin]: ../../plugins/privacy.md + [optimize plugin]: ../../plugins/optimize.md + +## Challenges + +Now, let's talk about our journey and the particular challenges we're addressing. With "we", we're referring to the incredible team that @squidfunk was fortunate to build around his original work, thanks to the financial support he receives from his [sponsors]. This remarkable team includes @alexvoss and @katharinalisalin, whose invaluable contributions in research, development, and community support have been essential to the project's ongoing success. + +Together, we've started exploring new technologies, incorporating the feedback we received from our users, and rethinking critical components from first principles, serving our growing community one of the best frameworks to create documentation. + + [sponsors]: https://github.com/sponsors/squidfunk + +This section highlights the key areas we've been focusing on. + +### Search and discovery + +From our perspective, search is a cornerstone of any effective documentation site, enabling users to swiftly locate the information they need. From the start, we've relied on [Lunr.js], a popular client-side search library that has streamlined the deployment of documentation sites without needing an external service. Over the years, Lunr.js has served us well by answering millions of queries on sites built with Material for MkDocs. Yet, as our users' needs evolved, we encountered limitations that proved difficult to overcome. + + [Lunr.js]: https://github.com/olivernn/lunr.js + +We learned that the [BM25 ranking algorithm] at the core of Lunr.js (as in many other search implementations) isn't well-suited for effective and stable typeahead. Adding new documents can influence existing rankings, requiring manual adjustments[^3] that are cumbersome and hard to scale. Furthermore, Lunr.js has performance issues that stem from its design not fully leveraging modern JavaScript engines and optimizations, making it slower and memory-intensive.[^4] + + [^3]: + Boosting documents in [BM25][BM25 ranking algorithm] can lead to challenges, particularly with a changing corpus of documents. Relevance is calculated based on term frequency and the importance of terms across the entire corpus. Boosting a document involves adjusting its weight to make it more prominent in search results. + + As new documents are added or existing ones are modified, the overall distribution of term frequencies and their importance can shift. This recalibration can diminish the effectiveness of the boost, making it harder to maintain consistent ranking across a changing dataset. Essentially, the boosted documents may not stay as prominent or relevant as intended, leading to imbalances and scalability issues in search results. + + [^4]: + Lunr.js uses JavaScript objects to index and manage search data, which introduces inefficiencies due to how JavaScript engines handle object operations. JavaScript engines optimize performance using techniques like inline caching and object shape optimization. However, these optimizations rely on predictable and consistent object structures. + + The dynamic nature of Lunr.js' indexing — where documents can have varying structures — prevents the engine from applying these optimizations effectively. This means that while JavaScript engines can optimize for fixed, predictable object structures, they struggle with the polymorphic and fluid nature of Lunr.js's indexing, leading to performance issues as the amount of data grows. + + [BM25 ranking algorithm]: https://en.wikipedia.org/wiki/Okapi_BM25 + +Over the last years, we've invested substantially into [improving the search experience]. For instance, expanding Lunr.js' functionality to add support for [rich search previews] and [tokenizer lookahead] demanded substantial engineering effort. Lunr.js allows to customize tasks such as stemming, stopword filtering, and trimming with [pipeline functions], but it makes it particularly hard to add extensions like term highlighting or alternative ranking methods. Compounded by the fact that Lunr.js has been [unmaintained since 2020], it became clear that we needed to find a more powerful solution. We've looked at alternative JavaScript-based libraries to keep our client-side search, but none met our requirements or lived up to our expectations. + + [improving the search experience]: search-better-faster-smaller.md + [rich search previews]: search-better-faster-smaller.md#rich-search-previews + [tokenizer lookahead]: search-better-faster-smaller.md#tokenizer-lookahead + [pipeline functions]: https://lunrjs.com/guides/customising.html#pipeline-functions + [unmaintained since 2020]: https://github.com/olivernn/lunr.js/releases/tag/ + +To address these challenges, we've embarked on developing a new search system from first principles that not only matches but already exceeds the capabilities of Lunr.js. Built from the ground up, this system is faster, more compact, and most importantly: modular. It is based on a growing core evolving around two core concepts we isolated to be essential – engines and plugins – allowing for flexible configuration and assembly of components like text indexing, vector embeddings, filtering, ranking, highlighting, and more. Every part of it can be replaced or extended, enabling users to tailor the search system to their specific needs. + +Our new search system, which we will release as a separate MIT-licensed Open Source project, is designed to handle a wide range of scenarios — from small blogs to large documentation projects. Of course, it supports offline use and integrates seamlessly with both client and server environments. The advanced ranking system provides fine-tuned control, and integration with third-party services is now more straightforward. + +__:octicons-goal-16: Goal – Empower users to quickly find the information they need while freeing authors from managing external services, by providing a search system that adapts to diverse content types.__ + +You might wonder why it's not yet available. The process of developing this system from scratch and uncovering its potential has led us to re-evaluate core concepts of Material for MkDocs. As a result, we've decided to postpone the release of the new search system to integrate it into the broader update that we've started to work on. If you keep on reading, you'll learn about further reasons why we've decided to follow this approach. + +We're excited to share more details about this update in one of the next posts in this series. + +### Translations and versioning + +Supporting multi-language sites in MkDocs is the [most requested feature on our discussion board] and in conversations with users, yet it presents significant challenges, as MkDocs does not natively support it. The same applies to versioning, which also involves synchronisation of multi-project builds. While the MkDocs ecosystem has developed [various plugins and tools] to address these issues, there is still substantial untapped potential. We began exploring these areas but quickly encountered problems that hindered our progress. + + [most requested feature on our discussion board]: https://github.com/squidfunk/mkdocs-material/discussions/2346 + [various plugins and tools]: https://github.com/mkdocs/catalog?tab=readme-ov-file#-site-building-site-management + +As you may know, our initial effort involved the [projects plugin] that aims to extend MkDocs to add support for multi-project environments as a solid foundation to support multi-language sites and versioning. Unfortunately, we encountered significant challenges due to MkDocs' internal architecture and design constraints, which we're working actively on resolving.[^5] + + [^5]: + When developing the [projects plugin], we initially made [good progress], including adding support for nested projects and allowing for a tree structure where sub-projects can have further sub-projects. However, we quickly encountered difficulties, particularly with cross-project navigation. To illustrate, imagine that each project can link to any other project, which makes handling these interconnections complex, especially when dealing with circular dependencies — such as Project A linking to Project B and vice versa. + + Implementing multi-project support in MkDocs is particularly challenging due to the lack of an official programmatic API, which complicates efforts to extend its functionality. Moreover, resolving navigation issues before building projects is crucial for ensuring proper interconnectivity. These challenges combined made the development of the projects plugin a complex endeavor. + + [projects plugin]: ../../plugins/projects.md + [good progress]: https://github.com/squidfunk/mkdocs-material/discussions/5800 + +__:octicons-goal-16: Goal – Enable scaling documentation to any size or team structure by offering seamless methods for integrating multiple documentation projects, whether they involve different languages, versions, or distinct sections of an overall body of work.__ + +As a result, we are developing a new approach to offer a more comprehensive and robust solution for both multi-language support and versioning. This new approach also intersects with adjacent functionalities like search, as many of our users are interested in [federated search] capabilities that combine results from multiple documentation sites into a unified search interface. Overcoming this challenge is one of the major hurdles we need to address before releasing the new search system. + + [federated search]: https://github.com/squidfunk/mkdocs-material/issues/5230 + +### Editing and collaboration + +We had considered developing a live editor in response to MkDocs' [performance issues with large projects], which in most cases stem from compute-intensive plugins that don't employ caching. A [proof of concept] based on [Pyodide] (= running Python in the browser) [generated significant interest] among users and prompted many organizations and individuals to share their collaborative workflows for feedback. Sadly, implementing this live editor proved to be very challenging, as it would require rebuilding substantial parts of MkDocs.[^6] After discontinuing work on this approach, our progress with multi-project support has renewed our belief that we can finally solve the sluggish editing experience that was reported several times over the last years.[^7] + + [performance issues with large projects]: https://github.com/mkdocs/mkdocs/issues/3695#issuecomment-2093299518 + [proof of concept]: https://x.com/squidfunk/status/1338252230265360391 + [Pyodide]: https://pyodide.org/ + [generated significant interest]: https://github.com/squidfunk/mkdocs-material/issues/2110 + + [^6]: + Our [proof of concept] supported some features of Material for MkDocs but didn't cover them all. For instance, integrating support for icons or linking between documents would have necessitated reimplementing parts of MkDocs to bypass a full rebuild — something we obviously wanted to avoid. Additionally, certain links, such as those to blog posts generated from schemas, are not merely translated but computed dynamically, which means they cannot be inferred by replacing the `.md` extension with `.html`. + + [^7]: + After [we raised this issue] with the maintainers of MkDocs again[^8], and [maintainership changed] mid 2024, work on a [ground-up rewrite] that aims to address slow reloads by [rendering only the page currently being built] has started. It's still unclear how this rewrite will integrate with the requirements of existing plugins. Complex plugins such as [mkdocstrings], or our [built-in blog] and [tags] plugins require a coordinated build of all pages to accurately resolve links between pages and to computed resources, which cannot be determined without building the entire project. + + __Update__{ title="August 21, 2024" }: The new maintainer now publicly stated that he's working towards a new version of MkDocs that [does not require or support plugins], and mentions it will be equally capable through offering customization via templating, themes, and styling, which he also mentioned to us and several other users in [a team call on August 1]. In this call, [we raised objections multiple times] in regards to how this will impact the ecosystem, to no avail. No intention or roadmap for plugin support was provided. This development is orthogonal to our goal empowering users and organizations to adapt the core framework to their requirements by the means of modularity. We're working on resolving this situation, and will provide a way forward for our community. + + [we raised this issue]: https://github.com/mkdocs/mkdocs/issues/3695 + [maintainership changed]: https://github.com/mkdocs/mkdocs/discussions/3677 + [ground-up rewrite]: https://github.com/mkdocs/sketch + [rendering only the page currently being built]: https://github.com/mkdocs/mkdocs/issues/3695#issuecomment-2117939743 + [mkdocstrings]: https://mkdocstrings.github.io/ + [built-in blog]: ../../plugins/blog.md + [tags]: ../../plugins/tags.md + [does not require or support plugins]: https://github.com/mkdocs/mkdocs/discussions/3815#discussioncomment-10398312 + [a team call on August 1]: https://github.com/mkdocs/mkdocs/discussions/3671#discussioncomment-10164237 + [we raised objections multiple times]: https://github.com/mkdocs/mkdocs/discussions/3671#discussioncomment-10215445 + + [^8]: + Previously raised issues include [#2418], [#2384], and [#1900]. + + [#1900]: https://github.com/mkdocs/mkdocs/issues/1900 + [#2384]: https://github.com/mkdocs/mkdocs/issues/2384 + [#2418]: https://github.com/mkdocs/mkdocs/issues/2418 + +This brings us to collaboration, which wasn't initially on our list of priorities. However, throughout 2024, conversations with various organizations and maintainers of popular Open Source projects highlighted a frequent request for enhanced collaboration features. Many users expressed a need for capabilities that would allow non-technical team members to suggest and make changes to the documentation. We're genuinely grateful for this feedback, as it has come at a pivotal time. We recognize the need to streamline tracking and discussing changes, as well as to facilitate drive-by contributions. + +__:octicons-goal-16: Goal – Everyone, regardless of their technical skill level, can easily work on and improve the documentation and contribute to a growing corpus of knowledge.__[^9] + + [^9]: + We are actively aligning our future development efforts to address this, recognizing it as a key area for improvement. While it's not something we can deliver immediately, we are committed to making this vision a reality in our work. + +This focus on collaboration aligns with how knowledge is managed in enterprises. In large organizations, documentation often exists in [information silos] — decentralized yet essential repositories of information. We understand the need to be able to unify these disparate sources into a coherent body of knowledge while preserving decentralized ownership. This also nicely aligns with our previously outlined work on multi-project support, as well as the new search system to implement [federated search] among multiple projects. + + [information silos]: https://en.wikipedia.org/wiki/Information_silo + +### Large Language Models (LLMs) + +Almost a year ago, we introduced an [experimental chatbot] on our documentation site. It quickly became one of the most anticipated features, with users requesting the ability to deploy similar functionality on their own sites, underscoring the growing demand for interactive documentation tools. However, we found that adding to the myriad of existing chat solutions and simply building another thin wrapper on top of ChatGPT is nonsense. + +__:octicons-goal-16: Goal – We're envisioning creating a unified interface that seamlessly integrates advanced search, chat, and summarization features, providing an interactive documentation experience.__ + + [experimental chatbot]: https://github.com/squidfunk/mkdocs-material/discussions/6240 + +As we delved into this ambitious project, we gained valuable insights from user feedback. Users began interacting with the chatbot in their native languages, an outcome we hadn't anticipated given that our documentation is in English. Remarkably (or obviously to those that work on LLMs year round), the chatbot responded in the same language. This ability of LLMs is one of the genuinely exciting features of these machine learning models as it has the potential to improve the accessibility of the documentation. However, while we employed state-of-the-art RAG methodologies, the results were mixed, and occasional hallucinations surfaced. + +These experiences led us to prioritize enhancing our search capabilities before integrating LLM-based features. Building a search engine from scratch was already a substantial effort, and adding more complexity without a solid search foundation would be premature. By rearchitecting our search functionalities, we aim to create a robust platform that will seamlessly support advanced information retrieval and deliver a cohesive interactive documentation experience. + +## Team, transparency, and growth + +While we navigate the challenges and explore the opportunities of this project, we consider it essential to demonstrate how we're building a solid foundation for its continued growth and success. Please consider this an overview rather than a formal roadmap — our detailed plans are in the works. The goals we've highlighted represent the most impactful areas we aim to address. + +Thanks to the generous support from our sponsors, we're fortunate to be assembling a team capable of dedicating significant time and expertise to this endeavor. This newfound capacity allows us to delve deeper into core development while also engaging more comprehensively with our user community. A special mention goes to @kamilkrzyskow, one of our invaluable [community experts], who has been essential in supporting users and fostering discussions on our platform. + + [community experts]: http://localhost:3000/mkdocs-material/insiders/community-experts-program/ + +With the team's support, @squidfunk can concentrate on the heart of development, while we have begun investing in user research. This effort is helping us understand how organizations and individuals interact with our tools, guiding the project's future direction based on real feedback from numerous conversations with users and companies. + +Looking to expand our team further, we are committed to improving transparency and communication. Our previous work often happened behind the scenes due to time constraints, but we're now focused on making our processes more open and inviting for new contributors. By embracing this collaborative approach, we aim to enhance our tools and ensure they meet the evolving needs of our community. + +## What's ahead of us + +As we look into the future, some of the groundwork we're laying now is crucial for the exciting developments on the horizon. Many of the initiatives we've discussed represent foundational work that will set the stage for much more ambitious and innovative features. Once these core elements are in place, we'll deliver a range of exciting new functionalities that align with our vision and goals. + +In the coming months, we'll be sharing more details about our plans and how they will contribute to our overarching objectives. While growth and innovation are at the forefront of our plans, we want to assure you that our core values remain unchanged. We are committed to maintaining the principles that have guided us thus far, ensuring that our growth is both healthy and consistent: + +- Against recent industry trends with companies moving away from core ideas of Open Source, we are doubling down on our commitment to Open Source because we believe it's at the heart of the value proposition of our work and the [docs as code] approach. + + [docs as code]: https://www.writethedocs.org/guide/docs-as-code/ + +- Our [organic approach to growth] is part of this strategy as it keeps us independent of individual funding sources and pressures to provide a return on investment, which is what causes many other projects to turn away from the principles of Open Source. + + [organic approach to growth]: https://star-history.com/#squidfunk/mkdocs-material + +- Likewise, we are driven by the needs of the community for a rich ecosystem of adaptations of the core framework. Extensibility and modularity are key for this and we are working hard to improve the developer experience by providing clear interfaces. + +Stay tuned for updates as we continue to build on our progress and explore new possibilities. We're excited about the future and look forward to sharing more with you as we advance. + +_Martin, Alex and Kathi_ :octicons-heart-fill-24:{ .mdx-heart .mdx-insiders } diff --git a/mkdocs-material/docs/browser-support.md b/mkdocs-material/docs/browser-support.md new file mode 100644 index 0000000..7cf4f5a --- /dev/null +++ b/mkdocs-material/docs/browser-support.md @@ -0,0 +1,67 @@ +# Browser support + +Material for MkDocs goes at great lengths to support the largest possible range +of browsers while retaining the simplest possibilities for customization via +modern CSS features like [custom properties] and [mask images]. + + [custom properties]: https://caniuse.com/css-variables + [mask images]: https://caniuse.com/mdn-css_properties_mask-image + +## Supported browsers + +The following table lists all browsers for which Material for MkDocs offers full +support, so it can be assumed that all features work without degradation. If you +find that something doesn't look right in a browser which is in the supported +version range, please [open an issue]: + +
+ +| Browser | Version | Release date | | | Usage | +| ------------------------------------ | ------: | -----------: | ------: | -----: | ---------: | +| | | | desktop | mobile | overall | +| :fontawesome-brands-chrome: Chrome | 49+ | 03/2016 | 25.65% | 38.33% | 63.98% | +| :fontawesome-brands-safari: Safari | 10+ | 09/2016 | 4.63% | 14.96% | 19.59% | +| :fontawesome-brands-edge: Edge | 79+ | 01/2020 | 3.95% | n/a | 3.95% | +| :fontawesome-brands-firefox: Firefox | 53+ | 04/2017 | 3.40% | .30% | 3.70% | +| :fontawesome-brands-opera: Opera | 36+ | 03/2016 | 1.44% | .01% | 1.45% | +| | | | | | __92.67%__ | + +
+ +Browser support matrix sourced from [caniuse.com].[^1] + +
+
+ + [^1]: + The data was collected from [caniuse.com] in January 2022, and is primarily + based on browser support for [custom properties], [mask images] and the + [:is pseudo selector] which are not entirely polyfillable. Browsers with a + cumulated market share of less than 1% were not considered, but might still + be fully or partially supported. + +Note that the usage data is based on global browser market share, so it could +in fact be entirely different for your target demographic. It's a good idea to +check the distribution of browser types and versions among your users. + + [open an issue]: https://github.com/squidfunk/mkdocs-material/issues/new/choose + [caniuse.com]: https://caniuse.com/ + [:is pseudo selector]: https://caniuse.com/css-matches-pseudo + [browser support]: #supported-browsers + [built-in privacy plugin]: plugins/privacy.md + +## Other browsers + +Albeit your site might not look as perfect as when viewed with a modern browser, +the following older browser versions might work with some additional effort: + +- :fontawesome-brands-firefox: __Firefox 31-52__ – icons will render as little + boxes due to missing support for [mask images]. While this cannot be + polyfilled, it might be mitigated by hiding the icons altogether. +- :fontawesome-brands-edge: __Edge 16-18__ – the spacing of some elements might + be a little off due to missing support for the [:is pseudo selector], which + can be mitigated with some additional effort. +- :fontawesome-brands-internet-explorer: __Internet Explorer__ - no support, + mainly due to missing support for [custom properties]. The last version of + Material for MkDocs to support Internet Explorer is + . diff --git a/mkdocs-material/docs/changelog/index.md b/mkdocs-material/docs/changelog/index.md new file mode 100644 index 0000000..29e712c --- /dev/null +++ b/mkdocs-material/docs/changelog/index.md @@ -0,0 +1,2451 @@ +# Changelog + +## Material for MkDocs + +### 9.5.43 October 31, 2024 { id="9.5.43" } + +- Added support for external images in SVGs in privacy plugin +- Fixed #7651: Privacy plugin doesn't handle quoted URLs in CSS + +### 9.5.42 October 20, 2024 { id="9.5.42" } + +- Fixed #7625: Invalid encoding of boolean attributes in privacy plugin +- Fixed #7624: Crash when disabling privacy plugin (9.5.41 regression) + +### 9.5.41 October 15, 2024 { id="9.5.41" } + +- Fixed #7619: Improved tooltip on logo disappears after instant navigation +- Fixed #7616: Race condition in built-in privacy plugin when inlining assets +- Fixed #7615: Comments and "Was this page helpful?" visible when printing + +### 9.5.40 October 10, 2024 { id="9.5.40" } + +- Updated Latvian translations +- Fixed #7597: Social cards not using site name on home page + +### 9.5.39 September 29, 2024 { id="9.5.39" } + +- Fixed #7226: not staying on page when using mike's canonical versioning + +### 9.5.38 September 26, 2024 { id="9.5.38" } + +- Added Albanian translations + +### 9.5.37 September 25, 2024 { id="9.5.37" } + +- Added 4th and 5th level ordered list styles +- Fixed #7548: Tags have no spacing in search + +### 9.5.36 September 21, 2024 { id="9.5.36" } + +- Fixed #7544: Social cards incorrectly rendering HTML entities +- Fixed #7542: Improved support for setting custom list styles + +### 9.5.35 September 18, 2024 { id="9.5.35" } + +- Fixed #7498: Search not showing for Vietnamese language + +### 9.5.34 August 31, 2024 { id="9.5.34" } + +- Updated Mermaid.js to version 11 (latest) + +### 9.5.33 August 23, 2024 { id="9.5.33" } + +- Fixed #7453: Incorrect position of tooltip when sorting table + +### 9.5.32 August 19, 2024 { id="9.5.32" } + +- Fixed RXSS vulnerability via deep link in search results +- Added support for fetching latest release from GitLab + +### 9.5.31 August 2, 2024 { id="9.5.31" } + +- Fixed #7405: DockerHub missing images > 9.5.27 due to change in Alpine/APK + +### 9.5.30 July 23, 2024 { id="9.5.30" } + +- Fixed #7380: Navigation icons disappearing on hover in Safari +- Fixed #7367: Blog readtime computation includes SVG text content + +### 9.5.29 July 14, 2024 { id="9.5.29" } + +- Updated Galician translations +- Fixed #7362: Annotations in figure captions rendering incorrectly + +### 9.5.28 July 2, 2024 { id="9.5.28" } + +- Fixed #7313: Improved tooltips mounted in sidebar when feature is disabled + +### 9.5.27 June 16, 2024 { id="9.5.27" } + +- Updated Estonian translations + +### 9.5.26 June 6, 2024 { id="9.5.26" } + +- Fixed #7232: Tab switches on scroll when linking tabs (9.5.19 regression) +- Fixed #7230: Blog author avatar broken when referring to local file + +### 9.5.25 May 27, 2024 { id="9.5.25" } + +- Fixed #7209: Tags plugin crashing on numeric tags + +### 9.5.24 May 20, 2024 { id="9.5.24" } + +- Fixed #7187: Version selector title rendering issue + +### 9.5.23 May 15, 2024 { id="9.5.23" } + +- Fixed #7183: Edge case in anchor navigation when using instant navigation +- Fixed #6436: Version selector not showing version alias + +### 9.5.22 May 12, 2024 { id="9.5.22" } + +- Fixed #7170: Copy button adds empty lines for line spans (9.5.18 regression) +- Fixed #7160: Version switching doesn't stay on page (9.5.5 regression) +- Fixed #5619: Links in Mermaid.js diagrams not discernible + +### 9.5.21 May 3, 2024 { id="9.5.21" } + +- Fixed #7133: Ensure latest version of Mermaid.js is used +- Fixed #7125: Added warning for dotfiles in info plugin + +### 9.5.20 April 29, 2024 { id="9.5.20" } + +- Fixed deprecation warning in privacy plugin (9.5.19 regression) +- Fixed #7119: Tags plugin emits deprecation warning (9.5.19 regression) +- Fixed #7118: Social plugin crashes if fonts are disabled (9.5.19 regression) +- Fixed #7085: Social plugin crashes on Windows when downloading fonts + +### 9.5.19 April 25, 2024 { id="9.5.19" } + +- Updated MkDocs to 1.6 and limited version to < 2 +- Updated Docker image to latest Alpine Linux +- Removed `setup.py`, now that GitHub fully understands `pyproject.toml` +- Improved interop of social plugin with third-party MkDocs themes +- Fixed #7099: Blog reading time not rendered correctly for Japanese +- Fixed #7097: Improved resilience of tags plugin when no tags are given +- Fixed #7090: Active tab indicator in nested content tabs rendering bug + +### 9.5.18 April 16, 2024 { id="9.5.18" } + +- Refactored tooltips implementation to fix positioning issues +- Fixed #7044: Rendering glitch when hovering contributor avatar in Chrome +- Fixed #7043: Highlighted lines in code blocks cutoff on mobile +- Fixed #6910: Incorrect position of tooltip for page status in sidebar +- Fixed #6760: Incorrect position and overly long tooltip in tables +- Fixed #6488: Incorrect position and cutoff tooltip in content tabs + +### 9.5.17 April 2, 2024 { id="9.5.17" } + +- Updated Serbian translations +- Fixed #7003: Confusing keyboard interaction for palette toggle +- Fixed #7001: Blog posts now show time by default (9.5.16 regression) +- Fixed edge case in backport of social plugin font loading logic + +### 9.5.16 March 31, 2024 { id="9.5.16" } + +- Updated Russian translations +- Improved error handling and reporting in social plugin +- Improved error handling and reporting in privacy plugin +- Fixed blog plugin not allowing to use time in format strings +- Fixed #6983: Social plugin crashes because of Google Fonts API change + +### 9.5.15 March 23, 2024 { id="9.5.15" } + +- Reverted fix for transparent iframes (9.5.14) +- Fixed #6929: Interference of social plugin and auto dark mode +- Fixed #6938: Giscus shows dark background in light mode (9.5.14 regression) + +### 9.5.14 March 18, 2024 { id="9.5.14" } + +- Added support for hiding versions from selector when using mike +- Added init system to improve signal handling in Docker image +- Fixed edge cases in exclusion logic of info plugin +- Fixed inability to reset pipeline in search plugin +- Fixed syntax error in Finnish translations +- Fixed #6917: UTF-8 encoding problems in blog plugin on Windows +- Fixed #6889: Transparent iframes get background color + +### 9.5.13 March 6, 2024 { id="9.5.13" } + +- Updated Slovak translations +- Improved info plugin interop with projects plugin +- Improved info plugin inclusion/exclusion logic +- Fixed info plugin not gathering files recursively +- Fixed #6750: Ensure info plugin packs up all necessary files + +### 9.5.12 February 29, 2024 { id="9.5.12" } + +- Fixed #6846: Some meta tags removed on instant navigation (9.4.2 regression) +- Fixed #6823: KaTex not rendering on instant navigation (9.5.5 regression) +- Fixed #6821: Privacy plugin doesn't handle URLs with encoded characters + +### 9.5.11 February 24, 2024 { id="9.5.11" } + +- Updated Finnish translation + +### 9.5.10 February 19, 2024 { id="9.5.10" } + +- Updated Bahasa Malaysia translations +- Fixed #6783: Hide continue reading link for blog posts without separators +- Fixed #6779: Incorrect positioning of integrated table of contents + +### 9.5.9 February 10, 2024 { id="9.5.9" } + +- Fixed navigation pruning with tabs and sections enabled + +### 9.5.8 February 7, 2024 { id="9.5.8" } + +- Added Tamil translations +- Updated Esperanto translations +- Fixed relative images not being resolved for instant navigation + +### 9.5.7 February 3, 2024 { id="9.5.7" } + +- Fixed #6731: Small images in figures are not centered +- Fixed #6719: Instant navigation breaks table of contents (9.5.5 regression) + +### 9.5.6 January 28, 2024 { id="9.5.6" } + +- Fixed #6700: Missing styles for Mermaid.js labels with Markdown + +### 9.5.5 January 24, 2024 { id="9.5.5" } + +- Updated Tagalog translations +- Updated Pillow to 10.2 to mitigate security vulnerabilities +- Improved resilience of instant navigation +- Fixed #6687: Updated Mermaid.js to version 10.7.0 (latest) +- Fixed #6652: Keyboard events in custom elements captured +- Fixed #6582: Instant navigation doesn't correctly handle alternate URLs +- Fixed #6565: Instant navigation doesn't allow for `onclick` handlers +- Fixed #6345: Instant navigation sometimes breaks browser back button +- Fixed #6334: Instant navigation doesn't correctly position anchors (Safari) +- Fixed #6275: Instant navigation doesn't correctly resolve after 404 +- Fixed #6102: Instant navigation reloads page on same link navigation + +### 9.5.4 January 15, 2024 { id="9.5.4" } + +- Fixed #6645: Local storage with invalid value can break site +- Fixed #6635: Tags icons before default ignored if default is set + +### 9.5.3 December 23, 2023 { id="9.5.3" } + +- Limited version range of MkDocs to < 1.6 +- Updated Macedonian translations +- Fixed #6520: Group plugin crashes when using mike +- Fixed #6494: Hide author's email address if disabled in git-authors plugin + +### 9.5.2 December 11, 2023 { id="9.5.2" } + +- Fixed types for `slugify` settings in blog plugin config +- Fixed #6469: Horizontal scrollbars on MathJax containers + +### 9.5.1 December 8, 2023 { id="9.5.1" } + +- Updated Greek translations +- Fixed #6464: Privacy plugin cannot be enabled +- Fixed #6461: Sorting blog posts ignores time component in date + +### 9.5.0 December 7, 2023 { id="9.5.0" } + +Merged Insiders features of 'Goat's Horn' funding goal + +- Added privacy plugin: automatic downloading of external assets +- Added support for card grids and grid layouts +- Added support for improved tooltips +- Added support for content tabs anchor links (deep linking) +- Added support for automatic dark/light mode +- Added support for document contributors + +### 9.4.14 November 26, 2023 { id="9.4.14" } + +- Added support for linking authors in blog posts + +### 9.4.13 November 26, 2023 { id="9.4.13" } + +- Fixed #6365: Blog plugin pagination links to previous pages broken +- Fixed #5758: Updated Mermaid.js to version 10.6.1 (latest) + +### 9.4.12 November 24, 2023 { id="9.4.12" } + +- Improved blog plugin to generate Unicode-aware slugs by default +- Fixed non-deterministic order of categories in blog plugin + +### 9.4.11 November 23, 2023 { id="9.4.11" } + +- Fixed #6364: Search plugin crashing when enabling theme while serving +- Fixed blog plugin crashing when disabling pagination + +### 9.4.10 November 19, 2023 { id="9.4.10" } + +- Fixed #6356: Version selector can't be disabled via mike's configuration +- Fixed #6281: Navigation not rendering due to Safari bug (9.4.2 regression) +- Fixed #6261: Navigation expansion animates on first load (9.4.2 regression) + +### 9.4.9 November 17, 2023 { id="9.4.9" } + +- Fixed #6344: Long entries cutoff in table of contents +- Fixed #6336: Custom template for glob archive not working with pagination +- Fixed #6328: Blog plugin crashes for locales with dashes, e.g. `pt-BR` +- Fixed #6327: Copy-to-clipboard button doesn't trim trailing line feed +- Fixed #6302: Version strings not matched when using mike, only aliases +- Fixed instant navigation progress indicator for gzipped content in Chrome +- Fixed rendering bug on details marker rotation in Firefox + +### 9.4.8 November 5, 2023 { id="9.4.8" } + +- Fixed invalid local address replacement when using instant loading +- Fixed #6275: Crash after navigation caused 404 when using instant loading + +### 9.4.7 October 27, 2023 { id="9.4.7" } + +- Added Azerbaijani translations + +### 9.4.6 October 14, 2023 { id="9.4.6" } + +- Updated Danish and Norwegian (Nynorsk) translations +- Fixed #6169: Blog post metadata layout overflows on small screens + +### 9.4.5 October 10, 2023 { id="9.4.5" } + +- Fixed sidebar auto-positioning (9.4.2 regression) +- Fixed #6166: Improve group plugin compatibility with Python < 3.10 +- Fixed #6157: Hiding tags does not work (9.4.3 regression) + +### 9.4.4 October 5, 2023 { id="9.4.4" } + +- Added support for overriding text to be copied for code blocks +- Fixed broken layout in some browsers at breakpoints when using zoom +- Fixed #6132: Incomplete search highlighting for code blocks in titles + +### 9.4.3 October 2, 2023 { id="9.4.3" } + +- Added support for instant navigation progress indicator +- Improved spacing and alignment of tags +- Moved back-to-top button into separate partial +- Fixed #6104: Indentation for some code blocks lost in search +- Fixed #6094: Blog post metadata overlaps with footer on small screens +- Fixed #6069: Blog plugin crashes for categories with non-ASCII names + +__Updated templates__ ([diff](https://github.com/squidfunk/mkdocs-material/compare/9.4.2...9.4.3)) + +- `base.html` + +### 9.4.2 September 25, 2023 { id="9.4.2" } + +- Updated Slovenian translations +- Added animation to sidebar navigation expansion and collapse +- Added support for auto-replacement of document head for instant navigation +- Improved compatibility of new emoji extension with Python < 3.10 +- Switched regex dependency to use minimal version +- Refactored alignment and spacing of sidebar navigation +- Fixed expansion button not focusable via keyboard in sidebar navigation +- Fixed viewport offset restoration on first load when using instant navigation +- Fixed accidental highlight of non-clickable elements in blog plugin sidebar +- Fixed #6041: Blog plugin crashes when `nav` is defined and blog not included +- Fixed #5972: Blog plugin ignores section index pages in paginated views +- Fixed #5954: Repeated click on anchor ignored when using instant navigation +- Fixed #5742: Keyboard navigation broken when using instant navigation + +__Updated templates__ ([diff](https://github.com/squidfunk/mkdocs-material/compare/9.4.1...9.4.2)) + +- `partials/nav-item.html` +- `blog-post.html` + +### 9.4.1 September 22, 2023 { id="9.4.1" } + +- Improved colors and contrast in dark mode +- Improved admonition borders to match font weight +- Switched content tabs to neutral color + +### 9.4.0 September 21, 2023 { id="9.4.0" } + +- Added Belarusian translations +- Added version info to entrypoint of package +- Added emoji extension as a replacement for `materialx` +- Improved slate color scheme (dark mode) - now even darker +- Restructured project to improve development experience +- Updated MkDocs to 1.5.3 +- Fixed #3890: Development mode crash on Linux + +### 9.3.2 September 19, 2023 { id="9.3.2" } + +- Updated Slovenian translations +- Updated Python dependencies in requirements to use minimum versions +- Fixed #6017: Code highlighting inconsistent in Community and Insiders edition +- Fixed #6001: Contributor avatars display incorrectly in Firefox +- Fixed #6000: Blog post drafts are included in navigation + +### 9.3.1 September 11, 2023 { id="9.3.1" } + +- Fixed crash of group plugin when used together with hooks + +### 9.3.0 September 11, 2023 { id="9.3.0" } + +- Improved configuration sharing between Community and Insiders edition +- Added experimental built-in group plugin for enabling plugins conditionally +- Added new settings in tags plugin for enabling/disabling +- Dropped support for Python 3.7 (EOL) + +### 9.2.8 September 4, 2023 { id="9.2.8" } + +- Updated Italian and Russian translations +- Fixed #5952: Combining blog and tags plugin leads to wrong links +- Fixed #5951: Blog plugin ignores post title in metadata +- Fixed #5949: Blog plugin ignores post linked in nav + +### 9.2.7 September 2, 2023 { id="9.2.7" } + +- Switched dependencies to compatible release clauses +- Removed `readtime` and `lxml` dependencies for blog plugin +- Reduced size of Docker image to improve CI build performance +- Fixed #5945: Incorrect footer navigation for sibling pages of blog +- Fixed #5939: Page jumps when changing color palette (Firefox 117) +- Fixed #5901: Announcement bar reappears when using instant loading +- Fixed #5824: Allow to customize styles of sequence diagrams + +### 9.2.6 August 31, 2023 { id="9.2.6" } + +- Added Basque translations +- Added template for simple redirects +- Improved blog plugin interop by moving view generation to `on_files` +- Fixed #5924: Social plugin still checks dependencies when disabled +- Fixed #5916: Blog plugin crashes on Python 3.8 (9.2.0 regression) + +### 9.2.5 August 27, 2023 { id="9.2.5" } + +- Fixed error in dirty serve mode when using blog plugin +- Fixed page title not being consistent in blog plugin pagination +- Fixed #5899: Blog plugin pagination breaks when disabling directory URLs + +### 9.2.4 August 26, 2023 { id="9.2.4" } + +- Added version to bug report name in info plugin +- Updated Afrikaans translations + +### 9.2.3 August 22, 2023 { id="9.2.3" } + +- Fixed blog plugin rendering wrongly with `markdown.extensions.toc` +- Fixed blog plugin entrypoint generation + +### 9.2.2 August 22, 2023 { id="9.2.2" } + +- Fixed #5880: Blog plugin failing when building a standalone blog +- Fixed #5881: Blog plugin not compatible with Python < 3.10 + +### 9.2.1 August 21, 2023 { id="9.2.1" } + +- Fixed #5879: Blog plugin failing when building a standalone blog +- Fixed error in blog plugin when using draft tagging on future date +- Fixed error in blog plugin when toc extension is not enabled + +### 9.2.0 August 21, 2023 { id="9.2.0" } + +__Additions and improvements__ + +- Added blogging support via built-in blog plugin +- Added support for Chinese language segmentaiton in search plugin +- Added support for adding custom dates to blog posts +- Added support for paginating archive and category pages +- Added support for annotations (outside of code blocks) +- Added support for navigation icons +- Added support for navigation pruning +- Added support for navigation status +- Added support for customizing site icons +- Added support for customizing (code) annotation icons +- Added focus outline to admonitions and details +- Added prompt for bug report name to info plugin +- Added Luxembourgish translations +- Improved rendering of (code) annotation markers +- Improved print styles for (code) annotations +- Improved customizability of navigation tabs +- Improved interop of plugins with external tools like mike +- Improved interop of blog plugin with awesome pages plugin +- Improved header partial by moving buttons into separate partials +- Improved clarity of `site_url` warning in social plugin +- Improved blog plugin to automatically setup directory structure +- Switched info plugin to `importlib` to mitigate deprecations +- Automatically download ResizeObserver polyfill when necessary +- Automatically add iframe-worker polyfill when necessary in offline plugin +- Automatically focus and bring up keyboard on touch devices +- Updated Serbo-Croatian translations +- Updated MkDocs to 1.5.2 + +__Removals__ + +- Removed Universal Analytics integration +- Removed ancient polyfills to reduce size of bundled JavaScript by 20% +- Removed necessity for `Array.flat` and `Array.flatMap` polyfill +- Removed announcement bar button when JavaScript is not available + +__Fixes__ + +- Fixed rendering of tags when announcement bar is present +- Fixed tags plugin rendering pages excluded by other plugins +- Fixed #5132: Blog plugin requires `nav` entry in `mkdocs.yml` +- Fixed #5599: Insufficient contrast for default link color +- Fixed #5715: Blog plugin missing integrated table of contents in pagination +- Fixed #5806: Version selector not hoverable on some Android devices +- Fixed #5826: Blog post drafts with tags show up in tags index + +### 9.1.21 July 27, 2023 { id="9.1.21" } + +- Fixed MkDocs 1.4 compat issue in social plugin (9.1.20 regression) + +### 9.1.20 July 27, 2023 { id="9.1.20" } + +- Updated Sanskrit translations +- Fixed deprecation warnings for social plugin + +### 9.1.19 July 18, 2023 { id="9.1.19" } + +- Added support for MkDocs 1.5+ +- Fixed #5699: Improve error reporting in social plugin + +### 9.1.18 July 3, 2023 { id="9.1.18" } + +- Updated Danish translations +- Added support for installing user requirements in Docker image +- Fixed #5655: Search separator with lookbehind breaks highlighting + +### 9.1.17 June 23, 2023 { id="9.1.17" } + +- Fixed #5633: Code annotations with nested lists incorrectly mounted +- Fixed #5628: Regression in new social plugin configuration scheme + +### 9.1.16 June 15, 2023 { id="9.1.16" } + +- Updated Indonesian translations +- Ensure scroll bar follows color scheme of operating system + +### 9.1.15 May 29, 2023 { id="9.1.15" } + +- Fixed #5566: Indicate color scheme to operating system +- Fixed #5565: Update `Dockerfile` to latest version of base image +- Fixed #5554: Add additional version tags (`9`, `9.1`) to Docker image +- Fixed #5536: Strip tags of ARIA labels in table of contents + +### 9.1.14 May 20, 2023 { id="9.1.14" } + +- Updated Armenian and Greek translations + +### 9.1.13 May 16, 2023 { id="9.1.13" } + +- Fixed #5517: Social plugin crashes for some fonts (e.g. Open Sans) + +### 9.1.12 May 12, 2023 { id="9.1.12" } + +- Updated Bengali (Bangla) translations +- Fixed #5503: Docker image publish errors on uppercase characters +- Fixed #5407: Auto-pause media when in hidden content tabs + +### 9.1.11 May 8, 2023 { id="9.1.11" } + +- Fixed #5487: Social plugin crashes without options (9.1.10 regression) + +### 9.1.10 May 8, 2023 { id="9.1.10" } + +- Added `cards_layout_options` setting for social cards +- Deprecated `cards_color` and `cards_font` setting for social cards + +### 9.1.9 May 2, 2023 { id="9.1.9" } + +- Added Telugu, Kannada and Sanskrit translations +- Fixed #5428: Fixed margins for light/dark mode images in figures +- Fixed #5420: Social plugin crashing for some specific Google Fonts +- Fixed #5160: Instant loading makes code annotations jump (9.1.1 regression) +- Fixed #4920: Social plugin not loading logo from custom icon set +- Fixed social plugin crashing when only code font is specified + +### 9.1.8 April 24, 2023 { id="9.1.8" } + +- Fixed #5417: Theme breaks when `palette` is not defined (9.1.7 regression) + +### 9.1.7 April 22, 2023 { id="9.1.7" } + +- Updated Persian (Farsi) and Turkish translations +- Fixed #5401: Added missing flag to disable built-in tags plugin +- Fixed #5206: Ensure defaults are set for primary and accent colors +- Fixed unnecessary inclusion of palette CSS when unused + +### 9.1.6 April 7, 2023 { id="9.1.6" } + +- Updated Persian (Farsi) translations +- Fixed #5300: Boxes in Mermaid sequence diagrams not color-abiding + +### 9.1.5 March 31, 2023 { id="9.1.5" } + +- Updated Lithuanian and Japanese translations +- Updated Mermaid.js to version 9.4.3 +- Fixed #5290: Footer previous/next labels cut-off for short page titles + +### 9.1.4 March 24, 2023 { id="9.1.4" } + +- Fixed #5239: Instant loading breaks anchors in details (9.1.1 regression) +- Fixed #5211: Anchor following not working for Chinese (9.1.2 regression) + +### 9.1.3 March 14, 2023 { id="9.1.3" } + +- Added Kurdish (Soranî) translations +- Updated Norwegian (Bokmål), Portuguese and Romanian translations +- Improved compatibility with `mkdocs-jupyter` plugin +- Fixed #5198: Built-in search plugin not filtering `script` and `style` tags +- Fixed #5176: Back-to-top + instant loading not working (9.1.1 regression) + +### 9.1.2 March 9, 2023 { id="9.1.2" } + +- Updated Icelandic, Korean and Swedish translations +- Fixed #5168: Mermaid text boxes overflow (9.0.13 regression) +- Fixed #5155: Table of contents not highlighting percent-encoded URLs + +### 9.1.1 March 5, 2023 { id="9.1.1" } + +- Updated Czech and Thai translations +- Improved instant loading (scroll restoration, slow connections) +- Fixed #5023: Instant loading not allowing to go back to initial page +- Fixed #3797: Instant loading does not work with section anchors in Safari + +### 9.1.0 March 2, 2023 { id="9.1.0" } + +- Docker image now available for `amd64`, `arm64` and `arm/v7` +- Updated Chinese (Taiwanese) translations +- Generalized tag identifier implementation +- Fixed flickering of header shadow on load +- Fixed occasional flickering of announcement bar + +### 9.0.15 February 26, 2023 { id="9.0.15" } + +- Updated Chinese (Traditional) translations +- Updated Hebrew translations + +### 9.0.14 February 23, 2023 { id="9.0.14" } + +- Fixed #5072: Rendering bug on navigation expand button in Firefox + +### 9.0.13 February 18, 2023 { id="9.0.13" } + +- Updated Uzbek translations +- Switched back to pre-9.0.0 headline detection in `content` partial +- Fixed #5062: Version warning not readable when using slate scheme +- Fixed #5061: Improved discernibility of table row hover color +- Fixed #5034: Sequence actors in Mermaid diagrams not color-abiding +- Fixed #4919: Allow to hide version warning in multiple versions + +### 9.0.12 February 9, 2023 { id="9.0.12" } + +- Updated Catalan translations +- Fixed #4975: Mermaid entity relationship rendering diagrams bug +- Fixed #4924: Header title not reset when using instant loading + +### 9.0.11 February 3, 2023 { id="9.0.11" } + +- Added Mastodon verification for social links (`rel=me`) +- Updated Italian translations + +### 9.0.10 February 2, 2023 { id="9.0.10" } + +- Updated Arabic translations +- Updated Korean translations +- Updated Hungarian translations +- Updated Russian translations +- Fixed #4977: Improved accessibility for content tabs +- Fixed #4960: Sometimes anchor following doesn't bring last item into view + +### 9.0.9 January 30, 2023 { id="9.0.9" } + +- Updated Bulgarian translations +- Updated Chinese (Simplified) translations +- Updated Dutch translations +- Updated Hindi translations +- Updated Japanese translations +- Updated Polish translations + +### 9.0.8 January 29, 2023 { id="9.0.8" } + +- Updated Croatian translations +- Updated French translations +- Updated Hungarian translations +- Updated Portuguese (Brasilian) translations +- Updated Spanish translations +- Updated Ukrainian translations +- Updated Urdu translations +- Updated Vietnamese translations + +### 9.0.7 January 28, 2023 { id="9.0.7" } + +- Improved accessibility of sidebar navigation +- Moved all translations into Community edition +- Updated Polish and Portuguese (Brasilian) translations +- Fixed info plugin terminating on subsequent reload when serving +- Fixed #4910: Sidebar navigation labels have invalid ARIA roles +- Fixed #4884: Search query terms can't be separated by colons + +### 9.0.6 January 19, 2023 { id="9.0.6" } + +- Fixed #4883: Automatically disable info plugin when serving +- Fixed #4885: Search plugin crashes in some exotic cases (9.0.3 regression) + +### 9.0.5 January 14, 2023 { id="9.0.5" } + +- Fixed #4842: Improved accessibility of search result list + +### 9.0.4 January 12, 2023 { id="9.0.4" } + +- Fixed #4823: Improved contrast ratio in footer (9.0.2 regression) +- Fixed #4832: Set navigation items back to black (9.0.3 regression) +- Fixed #4843: Emojis broken due to maxcdn.com shutting down +- Upgraded Python Markdown Extensions to 9.9.1 + +### 9.0.3 January 8, 2023 { id="9.0.3" } + +- Improved discernibility of section index pages in navigation +- Improved collapsing of adjacent whitespace in search plugin +- Updated Indonesian translations +- Fixed view source of this page button when edit URL points to blob +- Fixed #4829: Search overlay does not close for active anchor result +- Fixed #4824: Search plugin crashes for `h[1-6]` contained in other elements +- Fixed #4804: Nested navigation items not expandable with keyboard +- Fixed #4689: anchor tracking not working for anchors in tables +- Upgraded to Mermaid 9.3.0 + +### 9.0.2 January 4, 2023 { id="9.0.2" } + +- Fixed #4823: Improved contrast ratio in footer to meet WCAG guidelines +- Fixed #4819: Social plugin crashes when card generation is disabled +- Fixed #4817: Search plugin crashes on numeric page titles in `nav` + +### 9.0.1 January 3, 2023 { id="9.0.1" } + +- Removed `pipdeptree` dependency for built-in info plugin +- Fixed appearance of linked tags when hovered (9.0.0 regression) +- Fixed #4810: Abbreviations run out of screen on touch devices +- Fixed #4813: View source and edit button links are the same + +### 9.0.0 January 2, 2023 { id="9.0.0" } + +__Additions and improvements__ + +- Added support for rich search previews +- Added support for tokenizer lookahead +- Added support for better search highlighting +- Added support for excluding content from search +- Added support for configurable search pipeline +- Added support for offline search via offline plugin +- Added support for multiple instances of built-in tags plugin +- Added support for removing copy-to-clipboard button +- Added support for removing footer navigation +- Added support for button to view the source of a page +- Improved readability of query string for search sharing +- Improved stability of search plugin when using `--dirtyreload` +- Improved search result group button, now sticky and stable +- Updated Norwegian translations +- Updated MkDocs to 1.4.2 + +__Removals__ + +- Removed deprecated alternative admonition qualifiers +- Removed `:is()` selectors (in output) for easier overriding +- Removed `.title` suffix on translations +- Removed legacy method for providing page title in feedback URL +- Removed support for indexing only titles in search +- Removed support for custom search transforms +- Removed support for custom search workers +- Removed temporary snow feature (easter egg) + +__Fixes__ + +- Fixed Norwegian and Korean language code +- Fixed detection of composition events in search interface +- Fixed search plugin not using title set via front matter +- Fixed search highlighting of tags +- Fixed search sharing URL using post transformed string +- Fixed theme-color meta tag getting out-of-sync with palette toggle +- Fixed prev/next page keyboard navigation when footer is not present +- Fixed overflowing navigation tabs not being scrollable +- Fixed inclusion of code block line numbers from search + +--- + +### 8.5.11 November 30, 2022 { id="8.5.11" } + +- Let it snow, see https://x.com/squidfunk/status/1597939243090788352 + +### 8.5.10 November 11, 2022 { id="8.5.10" } + +- Adjusted CSS to better allow for custom primary and accent colors +- Fixed #4620: Primary color is not applied (8.5.9 regression) + +### 8.5.9 November 8, 2022 { id="8.5.9" } + +- Fixed #4600: Illegible link colors for black and white primary colors +- Fixed #4594: Need to set schema to change link color + +### 8.5.8 November 3, 2022 { id="8.5.8" } + +- Added support for always showing settings in cookie consent +- Fixed #4571: Buttons invisible if primary color is `white` or `black` +- Fixed #4517: Illegible note in sequence diagram when using `slate` scheme + +### 8.5.7 October 22, 2022 { id="8.5.7" } + +- Deprecated additional admonition qualifiers to reduce size of CSS +- Fixed #4511: Search boost does not apply to sections + +### 8.5.6 October 2, 2022 { id="8.5.6" } + +- Modernized appearance of admonitions (with fallback, see docs) +- Improved appearance of inline code blocks in admonition titles + +### 8.5.5 October 1, 2022 { id="8.5.5" } + +- Updated MkDocs to 1.4 +- Fixed compatibility issues with MkDocs 1.4 +- Fixed #4430: build error when enabling consent without repository URL + +### 8.5.4 September 30, 2022 { id="8.5.4" } + +- Fixed expand icons shift on sidebar overflow (using `scrollbar-gutter`) +- Fixed #4429: Text in sequence diagrams overflows in Firefox + +### 8.5.3 September 20, 2022 { id="8.5.3" } + +- Fixed build error when enabling cookie consent without analytics +- Fixed #4381: Code blocks render ligatures for some fonts + +### 8.5.2 September 18, 2022 { id="8.5.2" } + +- Updated Mermaid.js to version 9.1.7 +- Fixed overly large headlines in search results (8.5.0 regression) +- Fixed #4358: Navigation sections appear as clickable (8.5.0 regression) +- Fixed #4356: GitHub repository statistics fetched before cookie consent + +### 8.5.1 September 15, 2022 { id="8.5.1" } + +- Fixed #4366: Removed dependencies with native extensions + +### 8.5.0 September 13, 2022 { id="8.5.0" } + +- Added support for social cards +- Added support for code annotation anchor links (deep linking) +- Added support for code annotation comment stripping (syntax modifier) +- Added support for sidebars scrolling automatically to active item +- Added support for anchor following table of contents (= auto scroll) +- Added support for tag icons + +### 8.4.4 September 12, 2022 { id="8.4.4" } + +- Moved comments integration to separate partial (`comments.html`) + +### 8.4.3 September 7, 2022 { id="8.4.3" } + +- Added Simple Icons to bundled icons (+2,300 icons) +- Added support for changing edit icon +- Moved page actions to separate partial (`actions.html`) +- Fixed #4291: Version switching doesn't stay on page when anchors are used +- Fixed #4327: Links in data tables do not receive link styling + +### 8.4.2 August 27, 2022 { id="8.4.2" } + +- Updated Slovenian translations +- Fixed #4277: Feedback widget hidden after navigation with instant loading +- Fixed numeric tags in front matter breaking search functionality + +### 8.4.1 August 21, 2022 { id="8.4.1" } + +- Updated Croatian and Hebrew translations + +### 8.4.0 August 13, 2022 { id="8.4.0" } + +- Added support for cookie consent +- Added support for feedback widget (Was this page helpful?) +- Added support for dismissible announcement bar +- Added Armenian, Lithuanian, Tagalog, and Urdu translations + +### 8.3.9 July 4, 2022 { id="8.3.9" } + +- Updated Taiwanese translations for search +- Allow ids for content tabs with special characters (for mkdocstrings) +- Fixed #4083: home not clickable when using versioning (8.3.5 regression) + +### 8.3.8 June 24, 2022 { id="8.3.8" } + +- Fixed #4053: Limit width of videos to content area +- Fixed empty tags in front matter breaking search + +### 8.3.7 June 22, 2022 { id="8.3.7" } + +- Fixed search being stuck initializing when using tags (8.3.4 regression) + +### 8.3.6 June 16, 2022 { id="8.3.6" } + +- Fixed #4028: Links not clickable when using versioning (8.3.5 regression) + +### 8.3.5 June 14, 2022 { id="8.3.5" } + +- Fixed #4012: Stay on page not working for alias of active version + +### 8.3.4 June 11, 2022 { id="8.3.4" } + +- Fixed #4004: Tags with multiple words not searchable + +### 8.3.3 June 7, 2022 { id="8.3.3" } + +- Fixed #4000: Mermaid diagrams too dark in dark mode (8.3.0 regression) + +### 8.3.2 June 5, 2022 { id="8.3.2" } + +- Fixed #3987: Custom admonition icons don't work when defining color palette + +### 8.3.1 June 4, 2022 { id="8.3.1" } + +- Bump required Jinja version to 3.0.2 +- Removed unnecessary conditions in templates +- Fixed scroll offset when content tabs are brought into view +- Fixed #3977: Content tabs snapping oddly in Firefox +- Fixed #3983: Missing condition in footer partial (8.3.0 regression) + +### 8.3.0 June 2, 2022 { id="8.3.0" } + +- Added support for custom admonition icons +- Added support for linking of content tabs +- Added support for boosting pages in search +- Added support for hiding footer navigation +- Added previous/next indicators to content tabs +- Improved typeset link colors in light and dark modes + +### 8.2.16 May 28, 2022 { id="8.2.16" } + +- Fixed #3957: Only animate code annotations when visible (save CPU cycles) + +### 8.2.15 May 14, 2022 { id="8.2.15" } + +- Added Uzbek translations +- Fixed spacing for code block results in content tabs + +### 8.2.14 May 8, 2022 { id="8.2.14" } + +- Fixed missing top right rounded border on admonition +- Fixed #3886: `4xx` status codes not handled when using instant loading + +### 8.2.13 May 2, 2022 { id="8.2.13" } + +- Fixed #3865: Tags index links to tagged pages 404 on Windows +- Fixed #3866: Bump required Python version from 3.6+ to 3.7+ + +### 8.2.12 April 30, 2022 { id="8.2.12" } + +- Added support for GitHub-style hash fragments for dark/light images +- Improved rendering of nested code blocks in content tabs and annotations +- Fixed #3862: Upgraded to latest Pygments and Python Markdown Extensions + +### 8.2.11 April 25, 2022 { id="8.2.11" } + +- Temporarily pinned Pygments to `<2.12` +- Temporarily pinned Python Markdown Extensions to `<9.4` +- Improved rendering of code annotation markers + +### 8.2.10 April 24, 2022 { id="8.2.10" } + +- Added Macedonian translations +- Updated Mermaid.js to version 9.0.1 +- Switched sidebar title in mobile navigation to bold font +- Fixed color of arrows in class and state diagrams for dark mode +- Fixed #3836: Inline admonitions overlayed by code block titles + +### 8.2.9 April 8, 2022 { id="8.2.9" } + +- Mitigate flicker on color palette switch by disabling all transitions +- Fixed search suggestions not triggered when following deep link +- Fixed incorrectly computed header height when using instant loading +- Fixed #3782: Admonition titles have extra pixels on wide screens in Firefox +- Fixed #3802: Always render table of contents container (except when hidden) + +### 8.2.8 March 27, 2022 { id="8.2.8" } + +- Bumped MkDocs version to 1.3.0 to mitigate breaking changes in Jinja +- Reverted Jinja version range limitation (added in 8.2.7) +- Improved styling of annotations and fixed borders of code blocks in tabs +- Added background color to code blocks in focused/hovered links +- Added check in tags plugin whether tags overview page exists +- Fixed #3744: Content tab indicator on wrong position when using back button + +### 8.2.7 March 24, 2022 { id="8.2.7" } + +- Temporarily limit Jinja version range to < 3.1 due to breaking changes + +### 8.2.6 March 23, 2022 { id="8.2.6" } + +- Fixed #3695: Deprecation warning for unescaped backslashes in templates +- Fixed #3696: Annotations not mounted in some Terraform code blocks +- Fixed #3698: Annotations not mounted in long code blocks (8.2.5 regression) + +### 8.2.5 March 6, 2022 { id="8.2.5" } + +- Fixed #3596: Mermaid not working when headline with name 'Mermaid' present +- Fixed #3643: Reduce time to render pages with thousands of code blocks +- Fixed #3665: Missing styles for Mermaid.js flowcharts cluster labels + +### 8.2.4 March 2, 2022 { id="8.2.4" } + +- Fixed malformed Google Fonts URL when a font setting was omitted +- Fixed #3648: Fixed specificity issue with admonitions in lists +- Fixed #3653: Invalid outdated version banner URL when using instant loading + +### 8.2.3 February 27, 2022 { id="8.2.3" } + +- Fixed #3578: Active element in table of contents off-by-one on large screens + +### 8.2.2 February 26, 2022 { id="8.2.2" } + +- Added automatic removal of query parameter when search is closed +- Fixed #3599: Anchors always overridden when using navigation tracking + +### 8.2.1 February 17, 2022 { id="8.2.1" } + +- Fixed module `material.plugins` not being found (8.2.0 regression) + +### 8.2.0 February 17, 2022 { id="8.2.0" } + +- Added native support for Mermaid.js diagrams +- Added native support for tags (with search integration) +- Added support for staying on page when switching versions + +### 8.1.11 February 10, 2022 { id="8.1.11" } + +- Added Portuguese (Brasilian) translations +- Updated FontAwesome to v6 – [check which icons were renamed here] +- Fixed #3545: Color palette toggle and search overlaying version selector + + [check which icons were renamed here]: https://fontawesome.com/docs/web/setup/upgrade/whats-changed#icons-renamed-in-version-6 + +### 8.1.10 February 6, 2022 { id="8.1.10" } + +- Fixed cutoff of very wide logos in the sidebar on mobile + +### 8.1.9 January 30, 2022 { id="8.1.9" } + +- [Added support for `mkdocs.yml` validation and auto-complete][validation] +- Fixed errors in Latvian translations + + [validation]: ../creating-your-site.md#minimal-configuration + +### 8.1.8 January 23, 2022 { id="8.1.8" } + +- Added Latvian translations +- Updated Giscus example integration with dynamic theme change support +- Fixed #3479: Back-to-top button not hidden when using sticky navigation tabs +- Fixed #3491: Logo in header and drawer doesn't honor aspect ratio + +### 8.1.7 January 16, 2022 { id="8.1.7" } + +- Improved back-to-top button behavior - now not shown on anchor jump + +### 8.1.6 January 11, 2022 { id="8.1.6" } + +- Fixed spacing of blockquotes (8.1.5 regression) +- Fixed edge cases for rounded corners on code blocks (8.1.5 regression) +- Fixed issues with code annotation line heights + +### 8.1.5 January 9, 2022 { id="8.1.5" } + +- Improved browser support: Chrome 49+, Safari 10+, Firefox 53+, Edge 79+ +- Improved rendering of inline code blocks in headlines +- Added Bahasa Malaysian translations +- Fixed #3354: MathJax formulas show vertical scrollbar + +### 8.1.4 January 2, 2022 { id="8.1.4" } + +- Added indicator to navigation expander icon +- Improved support for reduced motion preference +- Fixed jitter of active content tab indicator + +### 8.1.3 December 19, 2021 { id="8.1.3" } + +- Added animation to active content tab indicator +- Fixed #3360: Highlighted lines add blank lines in copied text +- Fixed usage of subsequent index files when using section index pages + +### 8.1.2 December 15, 2021 { id="8.1.2" } + +- Switched CSS sources to logical properties +- Added transformation of logical properties to `ltr`/`rtl` equivalents +- Fixed spacing for admonitions inside lists (8.1.1 regression) + +### 8.1.1 December 13, 2021 { id="8.1.1" } + +- Added support for `#only-light` and `#only-dark` image hash fragments +- Fixed copy-to-clipboard adding blank lines when using line anchors +- Fixed code annotation directionality for right-to-left languages +- Fixed header title positioning for right-to-left languages +- Fixed admonition borders for right-to-left languages (8.0.0 regression) +- Fixed footer navigation link positioning (8.0.0 regression) +- Fixed footer navigation title breaking out of container when too long +- Fixed shrinking arrow in navigation title when too long +- Fixed #3343: Filtered stopwords appear as missing search terms +- Fixed #3346: Site unusable due to usage of `:not()` (Firefox 78 ESR) + +### 8.1.0 December 10, 2021 { id="8.1.0" } + +- Added basic support for code block line anchors +- Switched code annotation markers to `+` signs to improve usability +- Switched main site title to bold font +- Improved admonition icon positioning to align when `font-size` is increased +- Improved and simplified footnotes CSS +- Improved and simplified code annotation positioning +- Fixed syntax error in Russian translations + +### 8.0.5 December 6, 2021 { id="8.0.5" } + +- Fixed #3302: Footer refactoring induced ellipsis in some browsers +- Fixed #3313: Details always rendered closed on load (8.0.4 regression) + +### 8.0.4 December 4, 2021 { id="8.0.4" } + +- Improved support for deeply nested code annotations +- Improved code annotation and copy-to-clipboard interop +- Improved styling for code annotations inside admonitions +- Fixed #3274: Invalid anchor positioning when using instant loading +- Fixed #3294: Lists after code blocks without code annotations disappearing +- Fixed several positioning issues for code annotations +- Fixed JavaScript source map roots + +### 8.0.3 December 2, 2021 { id="8.0.3" } + +- Removed deprecated `google_analytics` setting (was forgotten in 8.0.0) +- Fixed syntax error in Swedish and Polish translations +- Fixed #3283: Invalid back-to-top button position with sticky navigation tabs +- Fixed #3285: Default details marker showing due to Safari bug + +### 8.0.2 November 30, 2021 { id="8.0.2" } + +- Fixed #3275: Code annotations always disappear on click + +### 8.0.1 November 28, 2021 { id="8.0.1" } + +- Improved rendering of code annotation markers +- Fixed #3265: Wrong margin on nested admonitions +- Fixed wrong `box-sizing` for code annotations in details + +### 8.0.0 November 28, 2021 { id="8.0.0" } + +- Added support for code annotations +- Added support for anchor tracking +- Added support for version warning +- Added `copyright` partial for easier override +- Removed deprecated content tabs legacy implementation +- Removed deprecated `seealso` admonition type +- Removed deprecated `site_keywords` setting (unsupported by MkDocs) +- Removed deprecated prebuilt search index support +- Removed deprecated web app manifest – use customization +- Removed `extracopyright` variable – use new `copyright` partial +- Removed Disqus integration – use customization +- Switched to `:is()` selectors for simple selector lists +- Switched autoprefixer from `last 4 years` to `last 2 years` +- Improved CSS overall to match modern standards +- Improved CSS variable semantics for fonts +- Improved extensibility by restructuring partials +- Improved handling of `details` when printing +- Improved keyboard navigation for footnotes +- Fixed #3214: Search highlighting breaks site when empty + +--- + +### 7.3.6 October 30, 2021 { id="7.3.6" } + +- Added support for adding titles to code blocks + +### 7.3.5 October 27, 2021 { id="7.3.5" } + +- Added support for setting table of contents title via `mkdocs.yml` +- Fixed back-to-top button position for right-to-left languages + +### 7.3.4 October 17, 2021 { id="7.3.4" } + +- Bumped MkDocs version to 1.2.3 to mitigate [CVE-2021-40978] +- Fixed spacing issues when using integrate table of contents with tabs +- Fixed some spacings issues for right-to-left languages +- Fixed race condition in search initialization + + [CVE-2021-40978]: https://nvd.nist.gov/vuln/detail/CVE-2021-40978 + +### 7.3.3 October 11, 2021 { id="7.3.3" } + +- Rewrite of entire documentation +- Adjusted height of new content tabs to match single line code blocks +- Fixed new content tabs missing right padding in some browsers on overflow +- Fixed new content tabs bleeding out of flex container on overflow +- Fixed new content tabs overflow scrolling bugs on some browsers +- Fixed new content tabs stealing keyboard access when active +- Fixed some spacings issues for right-to-left languages + +### 7.3.2 October 6, 2021 { id="7.3.2" } + +- Deprecated prebuilding of search index +- Improved graceful handling of broken search for `file://` +- Added minimum Jinja version to list of requirements +- Fixed #3071: Section index pages render empty directories +- Fixed margin issues when using navigation tabs (7.3.1 regression) +- Fixed search placeholder sometimes being shown too early + +### 7.3.1 October 2, 2021 { id="7.3.1" } + +- Added new experimental content tabs implementation +- Fixed #3069: GitHub stats broken for users/orgs (7.1.0 regression) +- Fixed #3070: Sections not linking to index page +- Fixed title not linking to index page when using tabs +- Fixed Disqus integration when using instant loading +- Fixed some spacing issues for right-to-left languages +- Fixed syntax error in Serbian translations + +### 7.3.0 September 23, 2021 { id="7.3.0" } + +- Added support for sticky navigation tabs +- Added support for section index pages +- Added support for removing generator notice + +### 7.2.8 September 20, 2021 { id="7.2.8" } + +- Fixed #3039: Search modal overlays menu on mobile (7.2.7 regression) + +### 7.2.7 September 19, 2021 { id="7.2.7" } + +- Updated Serbian and Serbo-Croatian translations +- Improved appearance of outline on details +- Fixed #2934: Scrollbar when header is hidden on some mobile browsers +- Fixed #3032: Anchor in details doesn't open on load (7.0.0 regression) +- Fixed back-to-top button being focusable when invisible +- Fixed broken admonition icons (removed in upstream) + +### 7.2.6 September 1, 2021 { id="7.2.6" } + +- Fixed rendering of `blockquote` elements (7.0.0 regression) +- Fixed #2973: Custom search worker setting ignored + +### 7.2.5 August 25, 2021 { id="7.2.5" } + +- Updated Portuguese translations +- Fixed execution of RxJS teardown logic (7.2.3 regression) +- Fixed #2970: Search results show escaped characters (7.2.2 regression) + +### 7.2.4 August 11, 2021 { id="7.2.4" } + +- Fixed #2926: Version selector not working (7.2.3 regression) +- Fixed #2929: Missing CSS class for banner (consistency with Insiders) + +### 7.2.3 August 9, 2021 { id="7.2.3" } + +- Slight facelift of data tables, now closer to Material Design +- Fixed instant loading not respecting clicks on search results +- Fixed #2881: Invalid anchor offsets when using instant loading + +### 7.2.2 July 31, 2021 { id="7.2.2" } + +- Updated Korean translations +- Fixed #2879: Search highlighting does not properly escape HTML + +### 7.2.1 July 25, 2021 { id="7.2.1" } + +- Fixed #2862: Back-to-top button overlays active search bar + +### 7.2.0 July 21, 2021 { id="7.2.0" } + +- Added support for search suggestions to save keystrokes +- Added support for search highlighting +- Added support for search sharing (i.e. deep linking) + +### 7.1.11 July 18, 2021 { id="7.1.11" } + +- Updated Spanish and Galician translations + +### 7.1.10 July 10, 2021 { id="7.1.10" } + +- Refactored appearance of back-to-top button +- Fixed graceful handling of search when browsing locally + +### 7.1.9 June 25, 2021 { id="7.1.9" } + +- Improved search language support for Thai and Hindi +- Fixed #2761: License comments lined up at end of file + +### 7.1.8 June 12, 2021 { id="7.1.8" } + +- Refactored analytics integration (because of MkDocs 1.2) +- Added support for Google Analytics 4 (`gtag.js`) +- Fixed missing escape for `aria-label` in footer links + +### 7.1.7 June 6, 2021 { id="7.1.7" } + +- Improved screen reader support + +### 7.1.6 May 30, 2021 { id="7.1.6" } + +- Deprecated `seealso` admonition qualifier +- Added Mongolian and updated Chinese translations +- Fixed #2429: Version selector not touch-friendly on Android devices +- Fixed #2703: Printed 'Initializing search' albeit ready on mobile + +### 7.1.5 May 19, 2021 { id="7.1.5" } + +- Fixed #2655: Details breaking page margins on print + +### 7.1.4 May 6, 2021 { id="7.1.4" } + +- Added support for git-revision-date-localized plugin creation date +- Improved footnote styles on `:target` and `:focus` + +### 7.1.3 April 24, 2021 { id="7.1.3" } + +- Fixed #2586: Empty table of contents shown (7.1.2 regression) + +### 7.1.2 April 18, 2021 { id="7.1.2" } + +- Fixed #2554: List markers sometimes overlap floated elements +- Fixed #2563: Adding a class to a `h1` breaks the table of contents +- Fixed #2566: Back-to-top button clickable when invisible + +### 7.1.1 April 10, 2021 { id="7.1.1" } + +- Fixed #2501: Nested definition lists compound bottom margin +- Fixed #2508: Switch `extracopyright` block to template variable +- Fixed #2533: Search (and other parts) not working in Safari <14 +- Fixed #2538: Visual quirk when opening language selector + +### 7.1.0 March 29, 2021 { id="7.1.0" } + +- Added support for back-to-top button +- Added support for color palette toggle +- Added latest release to repository info (GitHub) +- Slight facelift of repository info (lighter fonts, spacing and icons) + +### 7.0.7 March 28, 2021 { id="7.0.7" } + +- Updated Hungarian translations +- Fixed #2466: Docker image not based on latest Python and Alpine +- Fixed #2488: Inconsistent header shadow behavior +- Fixed #2492: Inline code blocks in admonition titles missing background + +### 7.0.6 March 14, 2021 { id="7.0.6" } + +- Added trailing slash to version selector URL +- Added support for out-of-order anchors in table of contents +- Added `extra.homepage` option to link logo to arbitrary URL +- Improved security of Docker image (always update apk) +- Fixed horizontal spacing for nested inline admonitions +- Fixed text color of nested code blocks inside links +- Fixed version selector to always use version title +- Fixed logo link when using versioning with instant loading + +### 7.0.5 March 7, 2021 { id="7.0.5" } + +- Added `extracopyright` block to allow for custom copyright info +- Fixed evaluation of third-party scripts when using instant loading +- Fixed edge cases when using instant loading without directory URLs +- Fixed handling of version selector when using instant loading +- Fixed regression with header title not being updated correctly +- Fixed expanded sections not opening on first click (7.0.4 regression) + +### 7.0.4 March 4, 2021 { id="7.0.4" } + +- Added Icelandic translations +- Fixed #2386: Section close requires two clicks (navigation expansion) +- Fixed console error when search is disabled (7.0.0 regression) +- Fixed localsearch integration (7.0.0 regression) + +### 7.0.3 February 26, 2021 { id="7.0.3" } + +- Fixed JavaScript errors in older browsers (target ES2020 -> ES2015) + +### 7.0.2 February 25, 2021 { id="7.0.2" } + +- Fixed #2343: Invalid source map URLs for JS and CSS files +- Fixed #2347: Version selector missing when using versioning + +### 7.0.1 February 24, 2021 { id="7.0.1" } + +- Fixed #2334: Google Analytics triggers page view twice (7.0.0 regression) +- Fixed #2336: Details bleed into inline admonitions +- Fixed #2337: Images don't align correctly (7.0.0 regression) + +### 7.0.0 February 22, 2021 { id="7.0.0" } + +- Added support for deploying multiple versions +- Added support for integrating a language selector +- Added support for rendering admonitions as inline blocks +- Rewrite of the underlying reactive architecture +- Removed Webpack in favor of reactive build strategy (-480 dependencies) +- Fixed keyboard navigation for code blocks after content tabs switch + +### 6.2.8 February 4, 2021 { id="6.2.8" } + +- Updated Japanese and Polish translations +- Fixed #2261: Print dialog auto-closing when using instant loading + +### 6.2.7 January 31, 2021 { id="6.2.7" } + +- Fixed #2251: Updated Docker image to latest Alpine Linux + +### 6.2.6 January 26, 2021 { id="6.2.6" } + +- Added Bulgarian translations +- Fixed #2233: Search not shown when using header autohiding + +### 6.2.5 January 17, 2021 { id="6.2.5" } + +- Fixed syntax error in Swedish translations +- Optimized navigation partials to improve build speed for huge docs + +### 6.2.4 January 9, 2021 { id="6.2.4" } + +- Fixed #2156: Missing syntax highlighting for binary numbers +- Fixed #2186: Disqus showing on 404 page + +### 6.2.3 December 27, 2020 { id="6.2.3" } + +- Added back hidden overflow on root container +- Fixed #2142: MathJax formulas sometimes have vertical scrollbars + +### 6.2.2 December 22, 2020 { id="6.2.2" } + +- Removed Markdown version range limit (6.2.0 regression) + +### 6.2.1 December 22, 2020 { id="6.2.1" } + +- Fixed all import and asset paths in templates (6.2.0 regression) +- Downgraded webpack-asset-manifest-plugin - broke all asset paths + +### 6.2.0 December 22, 2020 { id="6.2.0" } + +- Added support for navigation sections +- Added support for navigation expansion +- Added support for integrating table of contents into navigation +- Added support for autohiding header on scroll +- Added support for hiding navigation and table of contents per page +- Added support for arbitrary items in navigation tabs +- Refactored navigation tabs to simplify grouping behavior +- Fixed anchor offset for permalinks in Safari (partial revert) +- Fixed #2098: Active tab sometimes not highlighted correctly +- Improved appearance for horizontal rulers +- Improved Spanish and Swedish translations + +### 6.1.7 December 6, 2020 { id="6.1.7" } + +- Fixed #2081: Fixed stats for private GitHub repositories +- Fixed alignment for admonition icon alignment for right-to-left languages + +### 6.1.6 November 22, 2020 { id="6.1.6" } + +- Fixed #2048: Math formulas show scrollbars (Windows) + +### 6.1.5 November 15, 2020 { id="6.1.5" } + +- Fixed search reset button not showing/hiding correctly + +### 6.1.4 November 7, 2020 { id="6.1.4" } + +- Fixed sidebar jitter when scrolling footer into view + +### 6.1.3 November 5, 2020 { id="6.1.3" } + +- Added support for keywords `meta` tag +- Fixed #2027: Line numbers don't scale with smaller font size +- Fixed link colors for black and white on `slate` color scheme +- Removed focus outline on scrolling code blocks for pointer devices + +### 6.1.2 October 31, 2020 { id="6.1.2" } + +- Fixed sizing of icons in admonitions, task lists, etc. (6.1.1 regression) + +### 6.1.1 October 31, 2020 { id="6.1.1" } + +- Fixed #2019: Page title not correctly updated when using instant loading + +### 6.1.0 October 17, 2020 { id="6.1.0" } + +- Fixed #1973: Added support for printing in dark mode +- Fixed #1974: Added support for printing content tabs +- Fixed #1995: Improved customizability of details extension + +### 6.0.2 October 4, 2020 { id="6.0.2" } + +- Added Georgian translations +- Added escaping for link `title` attributes where necessary +- Fixed #1956: Pages with whitespace in names have invalid links in search +- Removed unnecessary (duplicated) link `title` attributes + +### 6.0.1 September 26, 2020 { id="6.0.1" } + +- Fixed stemmer support for `file://` protocol through `iframe-worker` +- Fixed details marker showing for search result in Firefox +- Fixed tabbing behavior when search query is not empty +- Switched TypeScript compilation target to ES2015 +- Reduced size of JavaScript by 30% (`176kb` → `124kb`) +- Removed `mkdocs` and `readthedocs` themes from Docker image + +### 6.0.0 September 25, 2020 { id="6.0.0" } + +- Improved search result look and feel +- Improved search result stability while typing +- Improved search result grouping (pages + headings) +- Improved search result relevance and scoring +- Added display of missing query terms to search results +- Reduced size of vendor bundle by 25% (`84kb` → `67kb`) +- Reduced size of the Docker image to improve CI build performance +- Removed hero partial in favor of custom implementation +- Removed deprecated front matter features + +--- + +### 5.5.14 September 23, 2020 { id="5.5.14" } + +- Improved spacing around image captions +- Fixed #1939: Long tables cause header overlap in print view + +### 5.5.13 September 19, 2020 { id="5.5.13" } + +- Improved abbreviations on touch devices + +### 5.5.12 August 31, 2020 { id="5.5.12" } + +- Fixed #1638: occasional `404` for images when using instant loading + +### 5.5.11 August 28, 2020 { id="5.5.11" } + +- Fixed Disqus integration, as the minifier killed the config + +### 5.5.10 August 28, 2020 { id="5.5.10" } + +- Improved rendering by moving Disqus integration after page load +- Fixed #1887: Moved navigation icons to CSS to reduce size of HTML + +### 5.5.9 August 26, 2020 { id="5.5.9" } + +- Added Esperanto translations +- Fixed #1884: External links not included in navigation tabs + +### 5.5.8 August 23, 2020 { id="5.5.8" } + +- Removed focus outline on `details` and content tabs for pointer devices +- Improved accessibility of content tabs (now navigable via arrow keys) +- Fixed #1877: `404` on search index when search is disabled +- Fixed some memleaks in observable subscriptions +- Fixed color definitions for `theme-color` meta tag + +### 5.5.7 August 16, 2020 { id="5.5.7" } + +- Improved contrast ratio to 4.5:1 for syntax highlighting +- Improved contrast ratio to 4.5:1 for table of contents + +### 5.5.6 August 12, 2020 { id="5.5.6" } + +- Switched base template for `404.html` to `main.html` +- Fixed #1864: GitHub organisation stats not loading + +### 5.5.5 August 11, 2020 { id="5.5.5" } + +- Fixed missing vendor and worker distribution files + +### 5.5.4 August 11, 2020 { id="5.5.4" } + +- Added support for sortable data tables + +### 5.5.3 August 4, 2020 { id="5.5.3" } + +- Fixed search for languages other than English (5.5.1 regression) + +### 5.5.2 August 3, 2020 { id="5.5.2" } + +- Improved highlight colors and spacing for `ins`, `del` and `mark` +- Changed some keyboard symbols for better equivalents +- Removed focus `outline` for details and code blocks on touch devices +- Fixed margins for admonitions (5.5.1 regression) +- Fixed too small content tab labels (5.5.1 regression) +- Fixed icon repeating for custom admonition icons + +### 5.5.1 August 1, 2020 { id="5.5.1" } + +- Improved typesetting by basing `font-size` and spacings on `em` +- Improved print view by slightly scaling down `font-size` +- Changed custom site title (metadata) to be suffixed with site name +- Fixed top- and bottom spacing of paragraphs inside table cells + +### 5.5.0 July 24, 2020 { id="5.5.0" } + +- Rewrite of entire documentation +- Rewrite of syntax highlighting to be customizable with CSS variables +- Improved syntax highlighting to work with light and dark theme +- Improved `slate` color scheme to be more customizable and easier on the eyes +- Added licenses of icon sets to distribution files +- Fixed stale document titles in Google Analytics when using instant loading +- Fixed width of previous and next footer links for tablet and above +- Fixed issues with top scroll margin for footnotes +- Fixed top margin for tabbed content when using a JavaScript highlighter +- Deprecated metadata-based redirects, source links and heroes + +### 5.4.0 June 29, 2020 { id="5.4.0" } + +- Added support to wrap searches in quotes to switch from `OR` to `AND` +- Fixed highlighting of numbers in search results + +### 5.3.3 June 24, 2020 { id="5.3.3" } + +- Added Bengali translations +- Fixed #1773: Search for numbers does not return any result (regression) + +### 5.3.2 June 21, 2020 { id="5.3.2" } + +- Improved search typeahead experience with non-Latin characters +- Fixed #1753: Japanese search doesn't work anymore + +### 5.3.1 June 20, 2020 { id="5.3.1" } + +- Fixed #1761: Duplication of search worker when subscribing to observable + +### 5.3.0 June 15, 2020 { id="5.3.0" } + +- Added support for color schemes based on user preference +- Fixed #1755: Tokenizer separator setting ignored + +### 5.2.3 June 6, 2020 { id="5.2.3" } + +- Improved search typeahead behavior for some languages (`de`, `fr`, ...) +- Improved styles for scrollbars on Firefox +- Fixed #1741: Removed `preconnect` hint for Google Analytics + +### 5.2.2 May 26, 2020 { id="5.2.2" } + +- Fixed #1728: Legacy Edge doesn't support `deg` values in `hsla` colors + +### 5.2.1 May 22, 2020 { id="5.2.1" } + +- Fixed color of links in table headers, e.g. footnotes +- Fixed color scheme not being applied without primary or accent color +- Fixed hover delay for links inside code blocks + +### 5.2.0 May 18, 2020 { id="5.2.0" } + +- Added color schemes implementation + dark mode +- Fixed #1583: Missing option for separate link colors + +### 5.1.7 May 16, 2020 { id="5.1.7" } + +- Added keyboard focus support for overflowing code blocks +- Fixed #1696: Infinite loop in some cases when using instant loading + +### 5.1.6 May 9, 2020 { id="5.1.6" } + +- Added Burmese translations +- Added general anchor offset solution using `scroll-margin-top` +- Fixed #1653: Instant loading shouldn't intercept links to `*.html` files + +### 5.1.5 May 3, 2020 { id="5.1.5" } + +- Added `name` attribute for social links to set link `title` +- Fixed #1623: Allow arbitrary links in social links +- Fixed #1664: Height of `iframe` is not adjustable +- Fixed #1667: Sidebars are scrolled to bottom on load (bug in Chrome 81+) + +### 5.1.4 April 30, 2020 { id="5.1.4" } + +- Switched to [@mdi/svg] Material Design icon package +- Fixed #1655: Navigation may disappear after switching viewports +- Fixed #1659: Unnecessary scrollbar for search results on Windows +- Fixed occasional distortions for images with explicit dimensions +- Fixed errors in German translations + + [@mdi/svg]: https://github.com/Templarian/MaterialDesign-SVG + +### 5.1.3 April 26, 2020 { id="5.1.3" } + +- Fixed overflowing content area after switch to flexbox + +### 5.1.2 April 26, 2020 { id="5.1.2" } + +- Added status information to search observable +- Added status information to search modal +- Removed announcement bar from print media +- Removed media query packing logic due to race conditions +- Fixed #1520: Gracefully disable search on `file://` if Worker fails +- Fixed re-submission of query after search is initialized +- Fixed jitter of sidebars on all browsers by switching to `sticky` + +### 5.1.1 April 17, 2020 { id="5.1.1" } + +- Added new FontAwesome icons +- Fixed #1609: Instant loading doesn't honor `target=_blank` +- Fixed GitHub stars count rounding errors +- Fixed GitLab stars count retrieval + +### 5.1.0 April 12, 2020 { id="5.1.0" } + +- Added support for icons from Markdown through [mkdocs-material-extensions] + + [mkdocs-material-extensions]: https://github.com/facelessuser/mkdocs-material-extensions + +### 5.0.2 April 10, 2020 { id="5.0.2" } + +- Added CSS source maps to distribution files +- Fixed errors in Chinese (Traditional) translations +- Fixed creation of stale directory on installation from git +- Improved overflow scrolling behavior on iOS (reduced bundle size by `4kb`) + +### 5.0.1 April 7, 2020 { id="5.0.1" } + +- Fixed syntax error in Spanish translation + +### 5.0.0 April 7, 2020 { id="5.0.0" } + +- Reactive architecture – try `app.dialog$.next("Hi!")` in the console +- Instant loading – make Material behave like a Single Page Application +- Improved CSS customization with CSS variables – set your brand's colors +- Improved CSS resilience, e.g. proper sidebar locking for customized headers +- Improved icon integration and configuration – now including over 5k icons +- Added possibility to use any icon for logo, repository and social links +- Search UI does not freeze anymore (moved to web worker) +- Search index built only once when using instant loading +- Improved extensible keyboard handling +- Support for prebuilt search indexes +- Support for displaying stars and forks for GitLab repositories +- Support for scroll snapping of sidebars and search results +- Reduced HTML and CSS footprint due to deprecation of Internet Explorer support +- Slight facelifting of some UI elements (admonitions, tables, ...) + +### 4.6.3 February 14, 2020 { id="4.6.3" } + +- Removed optional third-party plugins from `requirements.txt` +- Updated Docker image to contain all supported third-party plugins + +### 4.6.2 February 8, 2020 { id="4.6.2" } + +- Added Romanian translations +- Fixed #1451: Inconsistent spacing for fenced code blocks + +### 4.6.1 February 8, 2020 { id="4.6.1" } + +- Fixed #1324: Metadata author only rendering first character +- Fixed #1393: Set `tabindex` to `0` for skip to content link +- Fixed code blocks after Markdown 3.2 release +- Fixed errors in Japanese translations +- Improved Google Lighthouse score + +### 4.6.0 December 11, 2019 { id="4.6.0" } + +- Added support for [git-revision-date-localized-plugin] +- Fixed invalid character in Google Fonts URL + + [git-revision-date-localized-plugin]: https://github.com/timvink/mkdocs-git-revision-date-localized-plugin + +### 4.5.1 December 2, 2019 { id="4.5.1" } + +- Added Thai translations +- Fixed missing assets in GitHub release `.zip` and `.tar.gz` + +### 4.5.0 November 16, 2019 { id="4.5.0" } + +- Fixed #1330: Upgraded EmojiOne to Tweomji due to licensing issues +- Fixed #1339: Temporarily pinned PyMdown and Markdown due to +- Fixed errors in Greek translations +- Improved GitHub statistics retrieval + +### 4.4.3 October 3, 2019 { id="4.4.3" } + +- Added Estonian translations +- Fixed removal of copyright banners in minified JavaScript +- Removed unnecessary title attributes from links in table of contents + +### 4.4.2 August 27, 2019 { id="4.4.2" } + +- Added Afrikaans translations +- Fixed broken page title when `h1` contained HTML tags +- Improved accessibility for IE users +- Removed unnecessary `title` attributes from links in navigation + +### 4.4.1 August 22, 2019 { id="4.4.1" } + +- Added support for `black` as a primary color +- Fixed broken footer bar when `h1` contained HTML tags + +### 4.4.0 June 15, 2019 { id="4.4.0" } + +- Added Slovenian translations +- Reverted template minification in favor of `mkdocs-minify-plugin` +- Fixed #1114: Tabs don't reappear when default `font-size` is smaller than `16` + +### 4.3.1 May 23, 2019 { id="4.3.1" } + +- Fixed spelling error in Danish translations + +### 4.3.0 May 17, 2019 { id="4.3.0" } + +- Added support for changing header through metadata title property +- Added `font-display: swap` to Google Font loading logic +- Removed whitespace from templates, saving `4kb` (`.7kb` gzipped) per request +- Fixed alignment of repository icons on tablet and desktop + +### 4.2.0 April 28, 2019 { id="4.2.0" } + +- Added Norwegian (Nynorsk) translations +- Fixed loss of focus in non-form input elements due to search hotkeys +- Fixed #1067: Search hotkeys not working for mobile/tablet screensize +- Fixed #1068: Search not correctly aligned for tablet screensize + +### 4.1.2 April 16, 2019 { id="4.1.2" } + +- Fixed #1072: HTML tags appearing in navigation link titles + +### 4.1.1 March 28, 2019 { id="4.1.1" } + +- Fixed minor CSS errors detected during validation + +### 4.1.0 March 22, 2019 { id="4.1.0" } + +- Fixed #1023: Search for Asian languages broken after Lunr.js update +- Fixed #1026: contenteditable elements loose focus on hotkeys + +### 4.0.2 March 1, 2019 { id="4.0.2" } + +- Fixed #1012: HTML character entities appear in search result titles + +### 4.0.1 February 13, 2019 { id="4.0.1" } + +- Fixed #762, #816: Glitch in sidebar when collapsing items +- Fixed #869: Automatically expand details before printing + +### 4.0.0 February 13, 2019 { id="4.0.0" } + +- Added background on hover for table rows +- Removed Google Tag Manager and reverted to Google Analytics +- Removed blocks in partials - Jinja doesn't support them +- Fixed #911: Chrome breaks layout if system language is Chinese (**BREAKING**) +- Fixed #976: Removed FastClick + +--- + +### 3.3.0 January 29, 2019 { id="3.3.0" } + +- Moved Google Analytics integration into `head` using Google Tag Manager +- Fixed #972: Unicode slugifier breaks table of contents blur on scroll +- Fixed #974: Additional links in table of contents break blur on scroll + +### 3.2.0 December 28, 2018 { id="3.2.0" } + +- Added support for redirects using metadata refresh +- Fixed #921: Load Google Analytics snippet asynchronously + +### 3.1.0 November 17, 2018 { id="3.1.0" } + +- Added support for Progressive Web App Manifest +- Fixed #915: Search bug in Safari (upgraded Lunr.js) + +### 3.0.6 October 26, 2018 { id="3.0.6" } + +- Added Taiwanese translations +- Fixed #906: JavaScript code blocks evaluated in search results + +### 3.0.5 October 23, 2018 { id="3.0.5" } + +- Added Croatian and Indonesian translations +- Fixed #899: Skip-to-content link invalid from 2nd level on +- Fixed #902: Missing URL filter in footer for FontAwesome link + +### 3.0.4 September 3, 2018 { id="3.0.4" } + +- Updated Dutch translations +- Fixed #856: Removed preconnect meta tag if Google Fonts are disabled + +### 3.0.3 August 7, 2018 { id="3.0.3" } + +- Fixed #841: Additional path levels for extra CSS and JS + +### 3.0.2 August 6, 2018 { id="3.0.2" } + +- Fixed #839: Lunr.js stemmer imports incorrect + +### 3.0.1 August 5, 2018 { id="3.0.1" } + +- Fixed #838: Search result links incorrect + +### 3.0.0 August 5, 2018 { id="3.0.0" } + +- Upgraded MkDocs to 1.0 (**BREAKING**) +- Upgraded Python in official Docker image to 3.6 +- Added Serbian and Serbo-Croatian translations + +--- + +### 2.9.4 July 29, 2018 { id="2.9.4" } + +- Fixed build error after MkDocs upgrade + +### 2.9.3 July 29, 2018 { id="2.9.3" } + +- Added link to home for logo in drawer +- Fixed dependency problems between MkDocs and Tornado + +### 2.9.2 June 29, 2018 { id="2.9.2" } + +- Added Hindi and Czech translations + +### 2.9.1 June 18, 2018 { id="2.9.1" } + +- Added support for different spellings for theme color +- Fixed #799: Added support for webfont minification in production +- Fixed #800: Added `.highlighttable` as an alias for `.codehilitetable` + +### 2.9.0 June 13, 2018 { id="2.9.0" } + +- Added support for theme color on Android +- Fixed #796: Rendering of nested tabbed code blocks + +### 2.8.0 June 10, 2018 { id="2.8.0" } + +- Added support for grouping code blocks with tabs +- Added Material and FontAwesome icon fonts to distribution files (GDPR) +- Added note on compliance with GDPR +- Added Slovak translations +- Fixed #790: Prefixed `id` attributes with `__` to avoid name clashes + +### 2.7.3 April 26, 2018 { id="2.7.3" } + +- Added Finnish translations + +### 2.7.2 April 9, 2018 { id="2.7.2" } + +- Fixed rendering issue for `details` on Edge + +### 2.7.1 March 21, 2018 { id="2.7.1" } + +- Added Galician translations +- Fixed #730: Scroll chasing error on home page if Disqus is enabled +- Fixed #736: Reset drawer and search upon back button invocation + +### 2.7.0 March 6, 2018 { id="2.7.0" } + +- Added ability to set absolute URL for logo +- Added Hebrew translations + +### 2.6.6 February 22, 2018 { id="2.6.6" } + +- Added preconnect for Google Fonts for faster loading +- Fixed #710: With tabs sidebar disappears if JavaScript is not available + +### 2.6.5 February 22, 2018 { id="2.6.5" } + +- Reverted `--dev-addr` flag removal from `Dockerfile` + +### 2.6.4 February 21, 2018 { id="2.6.4" } + +- Added Catalan translations +- Fixed incorrect margins for buttons in Firefox and Safari +- Replaced package manager `yarn` with `npm 5.6` +- Reverted GitHub stars rounding method +- Removed `--dev-addr` flag from `Dockerfile` for Windows compatibility + +### 2.6.3 February 18, 2018 { id="2.6.3" } + +- Added Vietnamese translations + +### 2.6.2 February 12, 2018 { id="2.6.2" } + +- Added Arabic translations +- Fixed incorrect rounding of amount of GitHub stars +- Fixed double-layered borders for tables + +### 2.6.1 February 11, 2018 { id="2.6.1" } + +- Added ability to override Disqus integration using metadata +- Fixed #690: Duplicate slashes in source file URLs +- Fixed #696: Active page highlight not working with default palette +- Adjusted German translations + +### 2.6.0 February 2, 2018 { id="2.6.0" } + +- Moved default search configuration to default translation (English) +- Added support to automatically set text direction from translation +- Added support to disable search stop word filter in translation +- Added support to disable search trimmer in translation +- Added Persian translations +- Fixed support for Polish search +- Fixed disappearing GitHub, GitLab and Bitbucket repository icons + +### 2.5.5 January 31, 2018 { id="2.5.5" } + +- Added Hungarian translations + +### 2.5.4 January 29, 2018 { id="2.5.4" } + +- Fixed #683: `gh-deploy` fails inside Docker + +### 2.5.3 January 25, 2018 { id="2.5.3" } + +- Added Ukrainian translations + +### 2.5.2 January 22, 2018 { id="2.5.2" } + +- Added default search language mappings for all localizations +- Fixed #673: Error loading non-existent search language +- Fixed #675: Uncaught reference error when search plugin disabled + +### 2.5.1 January 20, 2018 { id="2.5.1" } + +- Fixed permalink for main headline +- Improved missing translation handling with English as a fallback +- Improved accessibility with skip-to-content link + +### 2.5.0 January 13, 2018 { id="2.5.0" } + +- Added support for right-to-left languages + +### 2.4.0 January 11, 2018 { id="2.4.0" } + +- Added focus state for clipboard buttons +- Fixed #400: Search bar steals tab focus +- Fixed search not closing on ++enter++ when result is selected +- Fixed search not closing when losing focus due to ++tab++ +- Fixed collapsed navigation links getting focus +- Fixed `outline` being cut off on ++tab++ focus of navigation links +- Fixed bug with first search result navigation being ignored +- Removed search result navigation via ++tab++ (use ++up++ and ++down++) +- Removed `outline` resets for links +- Improved general tabbing behavior on desktop + +### 2.3.0 January 9, 2018 { id="2.3.0" } + +- Added `example` (synonym: `snippet`) style for admonitions +- Added synonym `abstract` for `summary` style for admonitions + +### 2.2.6 December 27, 2017 { id="2.2.6" } + +- Added Turkish translations +- Fixed unclickable area below header in case JavaScript is not available + +### 2.2.5 December 18, 2017 { id="2.2.5" } + +- Fixed #639: Broken default favicon + +### 2.2.4 December 18, 2017 { id="2.2.4" } + +- Fixed #638: Build breaks with Jinja < 2.9 + +### 2.2.3 December 13, 2017 { id="2.2.3" } + +- Fixed #630: Admonition sets padding on any last child +- Adjusted Chinese (Traditional) translations + +### 2.2.2 December 8, 2017 { id="2.2.2" } + +- Added Dutch translations +- Adjusted targeted link and footnote offsets +- Simplified admonition styles and fixed padding bug + +### 2.2.1 December 2, 2017 { id="2.2.1" } + +- Fixed #616: Minor styling error with title-only admonitions +- Removed border for table of contents and improved spacing + +### 2.2.0 November 22, 2017 { id="2.2.0" } + +- Added support for hero teaser +- Added Portuguese translations +- Fixed #586: Footnote backref target offset regression +- Fixed #605: Search stemmers not correctly loaded + +### 2.1.1 November 21, 2017 { id="2.1.1" } + +- Replaced deprecated `babel-preset-es2015` with `babel-preset-env` +- Refactored Gulp build pipeline with Webpack +- Removed right border on sidebars +- Fixed broken color transition on header + +### 2.1.0 November 19, 2017 { id="2.1.0" } + +- Added support for `white` as a primary color +- Added support for sliding site name and title +- Fixed redundant clipboard button when using line numbers on code blocks +- Improved header appearance by making it taller +- Improved tabs appearance +- Improved CSS customizability by leveraging inheritance +- Removed scroll shadows via `background-attachment` + +### 2.0.4 November 5, 2017 { id="2.0.4" } + +- Fixed `details` not opening with footnote reference + +### 2.0.3 November 5, 2017 { id="2.0.3" } + +- Added Japanese translations +- Fixed #540: Jumping to anchor inside `details` doesn't open it +- Fixed active link colors in footer + +### 2.0.2 November 1, 2017 { id="2.0.2" } + +- Added Russian translations +- Fixed #542: Horizontal scrollbar between `1220px` and `1234px` +- Fixed #553: Metadata values only rendering first character +- Fixed #558: Flash of unstyled content +- Fixed favicon regression caused by deprecation upstream + +### 2.0.1 October 31, 2017 { id="2.0.1" } + +- Fixed error when initializing search +- Fixed styles for link to edit the current page +- Fixed styles on nested admonition in details + +### 2.0.0 October 31, 2017 { id="2.0.0" } + +- Upgraded MkDocs to 0.17.1 (__BREAKING__) +- Added support for easier configuration of search tokenizer +- Added support to disable search +- Added Korean translations + +--- + +### 1.12.2 October 26, 2017 { id="1.12.2" } + +- Added Italian, Norwegian, French and Chinese translations + +### 1.12.1 October 22, 2017 { id="1.12.1" } + +- Added Polish, Swedish and Spanish translations +- Improved downward compatibility with custom partials +- Temporarily pinned MkDocs version within Docker image to 0.16.3 +- Fixed #519: Missing theme configuration file + +### 1.12.0 October 20, 2017 { id="1.12.0" } + +- Added support for setting language(s) via `mkdocs.yml` +- Added support for default localization +- Added German and Danish translations +- Fixed #374: Search bar misalignment on big screens + +### 1.11.0 October 19, 2017 { id="1.11.0" } + +- Added localization to clipboard +- Refactored localization logic + +### 1.10.4 October 18, 2017 { id="1.10.4" } + +- Improved print styles of code blocks +- Improved search UX (don't close on enter if no selection) +- Fixed #495: Vertical scrollbar on short pages + +### 1.10.3 October 11, 2017 { id="1.10.3" } + +- Fixed #484: Vertical scrollbar on some MathJax formulas +- Fixed #483: Footnote backref target offset regression + +### 1.10.2 October 6, 2017 { id="1.10.2" } + +- Fixed #468: Sidebar shows scrollbar if content is shorter (in Safari) + +### 1.10.1 September 14, 2017 { id="1.10.1" } + +- Fixed #455: Bold code blocks rendered with normal font weight + +### 1.10.0 September 1, 2017 { id="1.10.0" } + +- Added support to make logo default icon configurable +- Fixed uninitialized overflow scrolling on main pane for iOS +- Fixed error in mobile navigation in case JavaScript is not available +- Fixed incorrect color transition for nested panes in mobile navigation +- Improved checkbox styles for Tasklist from PyMdown Extension package + +### 1.9.0 August 29, 2017 { id="1.9.0" } + +- Added `info` (synonym: `todo`) style for admonitions +- Added `question` (synonym: `help`, `faq`) style for admonitions +- Added support for Details from PyMdown Extensions package +- Improved admonition styles to match details +- Improved styles for social links in footer +- Replaced ligatures with Unicode code points to avoid broken layout +- Upgraded PyMdown Extensions package dependency to >= 3.4 + +### 1.8.1 August 7, 2017 { id="1.8.1" } + +- Fixed #421: Missing pagination for GitHub API + +### 1.8.0 August 2, 2017 { id="1.8.0" } + +- Added support for lazy-loading of search results for better performance +- Added support for customization of search tokenizer/separator +- Fixed #424: Search doesn't handle capital letters anymore +- Fixed #419: Search doesn't work on whole words + +### 1.7.5 July 25, 2017 { id="1.7.5" } + +- Fixed #398: Forms broken due to search shortcuts +- Improved search overall user experience +- Improved search matching and highlighting +- Improved search accessibility + +### 1.7.4 June 21, 2017 { id="1.7.4" } + +- Fixed functional link colors in table of contents for active palette +- Fixed #368: Compatibility issues with IE11 + +### 1.7.3 June 7, 2017 { id="1.7.3" } + +- Fixed error when setting language to Japanese for site search + +### 1.7.2 June 6, 2017 { id="1.7.2" } + +- Fixed offset of search box when `repo_url` is not set +- Fixed non-disappearing tooltip + +### 1.7.1 June 1, 2017 { id="1.7.1" } + +- Fixed wrong `z-index` order of header, overlay and drawer +- Fixed wrong offset of targeted footnote back references + +### 1.7.0 June 1, 2017 { id="1.7.0" } + +- Added "copy to clipboard" buttons to code blocks +- Added support for multilingual site search +- Fixed search term highlighting for non-latin languages + +### 1.6.4 May 24, 2017 { id="1.6.4" } + +- Fixed #337: JavaScript error for GitHub organization URLs + +### 1.6.3 May 16, 2017 { id="1.6.3" } + +- Fixed #329: Broken source stats for private or unknown GitHub repos + +### 1.6.2 May 15, 2017 { id="1.6.2" } + +- Fixed #316: Fatal error for git clone on Windows +- Fixed #320: Chrome 58 creates double underline for `abbr` tags +- Fixed #323: Ligatures rendered inside code blocks +- Fixed miscalculated sidebar height due to missing margin collapse +- Changed deprecated MathJax CDN to Cloudflare + +### 1.6.1 April 23, 2017 { id="1.6.1" } + +- Fixed following of active/focused element if search input is focused +- Fixed layer order of search component elements + +### 1.6.0 April 22, 2017 { id="1.6.0" } + +- Added build test for Docker image on Travis +- Added search overlay for better user experience (focus) +- Added language from localizations to `html` tag +- Fixed #270: source links broken for absolute URLs +- Fixed missing top spacing for first targeted element in content +- Fixed too small footnote divider when using larger font sizes + +### 1.5.5 April 20, 2017 { id="1.5.5" } + +- Fixed #282: Browser search (Meta+F) is hijacked + +### 1.5.4 April 8, 2017 { id="1.5.4" } + +- Fixed broken highlighting for two or more search terms +- Fixed missing search results when only a `h1` is present +- Fixed unresponsive overlay on Android + +### 1.5.3 April 7, 2017 { id="1.5.3" } + +- Fixed deprecated calls for template variables +- Fixed wrong palette color for focused search result +- Fixed JavaScript errors on 404 page +- Fixed missing top spacing on 404 page +- Fixed missing right spacing on overflow of source container + +### 1.5.2 April 5, 2017 { id="1.5.2" } + +- Added requirements as explicit dependencies in `setup.py` +- Fixed non-synchronized transitions in search form + +### 1.5.1 March 30, 2017 { id="1.5.1" } + +- Fixed rendering and offset of targeted footnotes +- Fixed #238: Link on logo is not set to `site_url` + +### 1.5.0 March 24, 2017 { id="1.5.0" } + +- Added support for localization of search placeholder +- Added keyboard events for quick access of search +- Added keyboard events for search control +- Added opacity on hover for search buttons +- Added git hook to skip CI build on non-src changes +- Fixed non-resetting search placeholder when input is cleared +- Fixed error for unescaped parentheses in search term +- Fixed #229: Button to clear search missing +- Fixed #231: Escape key doesn't exit search +- Removed old-style figures from font feature settings + +### 1.4.1 March 16, 2017 { id="1.4.1" } + +- Fixed invalid destructuring attempt on NodeList (in Safari, Edge, IE) + +### 1.4.0 March 16, 2017 { id="1.4.0" } + +- Added support for grouping searched sections by documents +- Added support for highlighting of search terms +- Added support for localization of search results +- Fixed #216: table of contents icon doesn't show if `h1` is not present +- Reworked style and layout of search results for better usability + +### 1.3.0 March 11, 2017 { id="1.3.0" } + +- Added support for page-specific title and description using metadata +- Added support for linking source files to documentation +- Fixed jitter and offset of sidebar when zooming browser +- Fixed incorrectly initialized tablet sidebar height +- Fixed regression for #1: GitHub stars break if `repo_url` ends with a `/` +- Fixed undesired white line below copyright footer due to base font scaling +- Fixed issue with whitespace in path for scripts +- Fixed #205: support non-fixed (static) header +- Refactored footnote references for better visibility +- Reduced repaints to a minimum for non-tabs configuration +- Reduced contrast of edit button (slightly) + +### 1.2.0 March 3, 2017 { id="1.2.0" } + +- Added `quote` (synonym: `cite`) style for admonitions +- Added help message to build pipeline +- Fixed wrong navigation link colors when applying palette +- Fixed #197: Link missing in tabs navigation on deeply nested items +- Removed unnecessary dev dependencies + +### 1.1.1 February 26, 2017 { id="1.1.1" } + +- Fixed incorrectly displayed nested lists when using tabs + +### 1.1.0 February 26, 2017 { id="1.1.0" } + +- Added tabs navigation feature (optional) +- Added Disqus integration (optional) +- Added a high resolution Favicon with the new logo +- Added static type checking using Facebook's Flow +- Fixed #173: Dictionary elements have no bottom spacing +- Fixed #175: Tables cannot be set to 100% width +- Fixed race conditions in build related to asset revisioning +- Fixed accidentally re-introduced Permalink on top-level headline +- Fixed alignment of logo in drawer on IE11 +- Refactored styles related to tables +- Refactored and automated Docker build and PyPI release +- Refactored build scripts + +### 1.0.5 February 18, 2017 { id="1.0.5" } + +- Fixed #153: Sidebar flows out of constrained area in Chrome 56 +- Fixed #159: Footer jitter due to JavaScript if content is short + +### 1.0.4 February 16, 2017 { id="1.0.4" } + +- Fixed #142: Documentation build errors if `h1` is defined as raw HTML +- Fixed #164: PyPI release does not build and install +- Fixed offsets of targeted headlines +- Increased sidebar font size by `0.12rem` + +### 1.0.3 January 22, 2017 { id="1.0.3" } + +- Fixed #117: Table of contents items don't blur on fast scrolling +- Refactored sidebar positioning logic +- Further reduction of repaints + +### 1.0.2 January 15, 2017 { id="1.0.2" } + +- Fixed #108: Horizontal scrollbar in content area + +### 1.0.1 January 14, 2017 { id="1.0.1" } + +- Fixed massive repaints happening when scrolling +- Fixed footer back reference positions in case of overflow +- Fixed header logo from showing when the menu icon is rendered +- Changed scrollbar behavior to only show when content overflows + +### 1.0.0 January 13, 2017 { id="1.0.0" } + +- Introduced Webpack for more sophisticated JavaScript bundling +- Introduced ESLint and Stylelint for code style checks +- Introduced more accurate Material Design colors and shadows +- Introduced modular scales for harmonic font sizing +- Introduced git-hooks for better development workflow +- Rewrite of CSS using the BEM methodology and SassDoc guidelines +- Rewrite of JavaScript using ES6 and Babel as a transpiler +- Rewrite of Admonition, Permalinks and CodeHilite integration +- Rewrite of the complete typographical system +- Rewrite of Gulp asset pipeline in ES6 and separation of tasks +- Removed Bower as a dependency in favor of NPM +- Removed custom icon build in favor of the Material Design icon set +- Removed `_blank` targets on links due to vulnerability: http://bit.ly/1Mk2Rtw +- Removed unversioned assets from build directory +- Restructured templates into base templates and partials +- Added build and watch scripts in `package.json` +- Added support for Metadata and Footnotes Markdown extensions +- Added support for PyMdown Extensions package +- Added support for collapsible sections in navigation +- Added support for separate table of contents +- Added support for better accessibility through REM-based layout +- Added icons for GitHub, GitLab and BitBucket integrations +- Added more detailed documentation on specimen, extensions etc. +- Added a `404.html` error page for deployment on GitHub Pages +- Fixed live reload chain in watch mode when saving a template +- Fixed variable references to work with MkDocs 0.16 + +--- + +### 0.2.4 June 26, 2016 { id="0.2.4" } + +- Fixed improperly set default favicon +- Fixed #33: Protocol relative URL for webfonts doesn't work with `file://` +- Fixed #34: IE11 on Windows 7 doesn't honor `max-width` on `main` tag +- Fixed #35: Add styling for blockquotes + +### 0.2.3 May 16, 2016 { id="0.2.3" } + +- Fixed #25: Highlight inline fenced blocks +- Fixed #26: Better highlighting for keystrokes +- Fixed #30: Suboptimal syntax highlighting for PHP + +### 0.2.2 March 20, 2016 { id="0.2.2" } + +- Fixed #15: Document Pygments dependency for CodeHilite +- Fixed #16: Favicon could not be set through `mkdocs.yml` +- Fixed #17: Put version into own container for styling +- Fixed #20: Fix rounded borders for tables + +### 0.2.1 March 12, 2016 { id="0.2.1" } + +- Fixed #10: Invisible header after closing search bar with ESC key +- Fixed #13: Table cells don't wrap +- Fixed empty list in table of contents when no headline is defined +- Corrected wrong path for static asset monitoring in Gulpfile.js +- Set up tracking of site search for Google Analytics + +### 0.2.0 February 24, 2016 { id="0.2.0" } + +- Fixed #6: Include multiple color palettes via `mkdocs.yml` +- Fixed #7: Better colors for links inside admonition notes and warnings +- Fixed #9: Text for prev/next footer navigation should be customizable +- Refactored templates (replaced `if`/`else` with modifiers where possible) + +### 0.1.3 February 21, 2016 { id="0.1.3" } + +- Fixed #3: Ordered lists within an unordered list have `::before` content +- Fixed #4: Click on Logo/Title without Github-Repository: `"None"` +- Fixed #5: Page without headlines renders empty list in table of contents +- Moved Modernizr to top to ensure basic usability in IE8 + +### 0.1.2 February 16, 2016 { id="0.1.2" } + +- Fixed styles for deep navigational hierarchies +- Fixed webfont delivery problem when hosted in subdirectories +- Fixed print styles in mobile/tablet configuration +- Added option to configure fonts in `mkdocs.yml` with fallbacks +- Changed styles for admonition notes and warnings +- Set download link to latest version if available +- Set up tracking of outgoing links and actions for Google Analytics + +### 0.1.1 February 11, 2016 { id="0.1.1" } + +- Fixed #1: GitHub stars don't work if the repo_url ends with a `/` +- Updated NPM and Bower dependencies to most recent versions +- Changed footer/copyright link to Material theme to GitHub pages +- Made MkDocs building/serving in build process optional +- Set up continuous integration with Travis + +### 0.1.0 February 9, 2016 { id="0.1.0" } + +- Initial release diff --git a/mkdocs-material/docs/contributing/adding-translations.md b/mkdocs-material/docs/contributing/adding-translations.md new file mode 100644 index 0000000..dbbc4ed --- /dev/null +++ b/mkdocs-material/docs/contributing/adding-translations.md @@ -0,0 +1,125 @@ +# Translations + +It's unbelievable – with the help of international community contributions, +Material for MkDocs has been translated into 60+ languages. As you can imagine, +it's impossible for us maintainers to keep all languages up-to-date, and new +features sometimes require new translations. + +If you would like to help us to make Material for MkDocs even more globally +accessible and have noticed a missing translation in your language, or would +like to add a new language, you can help us by following the steps of the guide +below. + +## Before creating an issue + +Translations change frequently, which is why we want to make sure that you don't +invest your time in duplicating work. Before adding translations, please check +the following things: + +### Check language availability + +With more than 60 languages, the chances are good that your language is already +supported by Material for MkDocs. You can check if your language is available, +or needs improvements or additional translations by inspecting the list of +[supported languages]: + +- __Your language is already supported__ – in this case, you can check if there + are translations missing, and click the link underneath your language to add them, which takes 5 minutes. + +- __Your language is missing__ – in that case, you can help us add support + for your language to Material for MkDocs! Read on, to learn how to do this. + + [supported languages]: ../setup/changing-the-language.md#site-language + +### Search our issue tracker + +Another user might have already created an issue supplying the missing +translations for your language that still needs to be integrated by us +maintainers. To avoid investing your time in duplicated work, please search the +[issue tracker] beforehand. + + [issue tracker]: https://github.com/squidfunk/mkdocs-material/issues + +--- + +At this point, when you have made sure that Material for MkDocs doesn't already +support your language, you can add new translations for it by following the +issue template. + +## Issue template + +We have created an issue template that makes contributing translations as simple +as possible. It is the result of our experience with 60+ language contributions +and updates over the last couple of years, and consists of the following parts: + +- [Title] +- [Translations] +- [Country flag] optional +- [Checklist] + + [Title]: #title + [Translations]: #translations + [Country flag]: #country-flag + [Checklist]: #checklist + +### Title + +When you update an already existing language, you can just leave the title as it +is. Adding support for a new language, replace the `...` in the pre-filled title +with the name of your language. + +| | Example | +| -------- | -------- | +| :material-check:{ style="color: #4DB6AC" } __Clear__ | Add translations for German +| :material-close:{ style="color: #EF5350" } __Unclear__ | Add translations ... +| :material-close:{ style="color: #EF5350" } __Useless__ | Help + +### Translations + +If a translation contains an :arrow_left: icon on the right side, it is missing. +You can translate this line and remove the :arrow_left: icon. If you don't know +how to translate specific lines, simply leave them for other contributors to +complete. To ensure the accuracy of your translation, consider double-checking the +context of the words by looking at our [English translations]. + +[English translations]: https://github.com/squidfunk/mkdocs-material/tree/master/src/partials/languages/en.html + +### Country flag optional { #country-flag } + +For a better overview, our list of [supported languages] includes country flags +next to the language names. You can help us select a flag for your language by +adding the shortcode for the country flag to this field. Go to our +[emoji search] and enter `flag` to find all available shortcodes. + +!!! question "What if my flag is not available?" + + [Twemoji] provides flag emojis for 260 countries – subdivisions of countries, + such as states, provinces, or regions, are not supported. If you're adding + translations for a subdivision, please choose the most appropriate available + flag. + + [Twemoji]: https://twemoji.twitter.com/ + [emoji search]: ../reference/icons-emojis.md#search + +> __Why this might be helpful__: adding a country flag next to the country name +> can be helpful for you and for others to find the language in the list of +> supported languages faster and easier. If your country's flag is not supported +> by [Twemoji], you can help us choose an alternative. + +### Checklist + +Thanks for following the guide and helping us to add new translations to Material +for MkDocs – you are almost done. The checklist ensures that you have read this +guide and have worked to your best knowledge to provide us with everything we need +to integrate your contribution. + +__We'll take it from here.__ + +--- + +## Attribution + +If you submit a translation using the template above, you will be __credited as +a co-author__ in the commit, so you don't need to open a pull request. You have +done a significant contribution to the project, making Material for MkDocs +accessible to more people around the world. Thank you! diff --git a/mkdocs-material/docs/contributing/index.md b/mkdocs-material/docs/contributing/index.md new file mode 100644 index 0000000..fe84fd5 --- /dev/null +++ b/mkdocs-material/docs/contributing/index.md @@ -0,0 +1,269 @@ +# Contributing + +Material for MkDocs is an actively maintained and constantly evolving project +serving a diverse user base with versatile backgrounds and needs. In order to +efficiently address the requirements of all our users, evaluate change requests, +and fix bugs, we put in a lot of work. + +Our ever-growing community includes many active users, who open new +issues and discussions several times a day, evolving our [issue tracker] and +[discussion board] into a knowledge base – an important addition to +our [documentation] – yielding value to both new and experienced users. + + [discussion board]: https://github.com/squidfunk/mkdocs-material/discussions + [issue tracker]: https://github.com/squidfunk/mkdocs-material/issues + [documentation]: https://squidfunk.github.io/mkdocs-material/ + +## How you can contribute + +We understand that reporting bugs, raising change requests, as well as engaging +in discussions can be time-consuming, which is why we've carefully optimized our +issue templates and defined guidelines to improve the overall interaction +within the project. We've invested a lot of time and effort into making our +[issue tracker] and [discussion board] as efficient as possible. + +Our goal is to ensure that our documentation, as well as issue tracker and +discussion board, are __well-structured__, __easy to navigate__, and +__searchable__, so you can find what you need quickly and efficiently. Thus, +when you follow our guidelines, we can help you much faster. + +In this section, we guide your through our processes. + +### Creating an issue + +
+ +- :material-bug-outline:   + __Something is not working?__ + + --- + + Report a bug in Material for MkDocs by creating an issue with a + reproduction + + --- + + [:octicons-arrow-right-24: Report a bug][report a bug] + +- :material-file-document-remove-outline:   + __Missing information in our docs?__ + + --- + + Report missing information or potential inconsistencies in our + documentation + + --- + + [:octicons-arrow-right-24: Report a docs issue][report a docs issue] + +- :material-lightbulb-on-20:   + __Want to submit an idea?__ + + --- + + Propose a change, feature request, or suggest an improvement + + --- + + [:octicons-arrow-right-24: Request a change][request a change] + +- :material-account-question-outline:   + __Have a question or need help?__ + + --- + + Ask a question on our [discussion board] and get in touch with our + community + + --- + + [:octicons-arrow-right-24: Ask a question][discussion board] + +
+ +### Contributing + +
+ +- :material-translate:   + __Missing support for your language?__ + + --- + + Add or improve translations for a new or already supported language + + --- + + [:octicons-arrow-right-24: Add translations][add translations] + +- :material-source-pull:   + __Want to create a pull request?__ + + --- + + Learn how to create a comprehensive and useful pull request (PR) + + --- + + [:octicons-arrow-right-24: Create a pull request][create a pull request] + +
+ + [report a bug]: reporting-a-bug.md + [report a docs issue]: reporting-a-docs-issue.md + [request a change]: requesting-a-change.md + [add translations]: adding-translations.md + [create a pull request]: making-a-pull-request.md + +## Checklist + +Before interacting within the project, please take a moment to consider the +following questions. By doing so, you can ensure that you are using the correct +issue template and that you provide all necessary information when interacting +with our community. + +!!! warning "Issues, discussions, and comments are forever" + + Please note that everything you write is permanent and will remain + for everyone to read – forever. Therefore, please always be nice and + constructive, follow our contribution guidelines, and comply with our + [Code of Conduct]. + +### Before creating an issue + +- Are you using the appropriate issue template, or is there another issue + template that better fits the context of your request? + +- Have you checked if a similar bug report or change request has already been + created, or have you stumbled upon something that might be related? + +- Did your fill out every field as requested and did you provide all additional + information we maintainers need to comprehend your request? + +### Before asking a question + +- Is the topic a question for our [discussion board], or is it a bug report or + change request that should better be raised on our [issue tracker]? + +- Is there an open discussion on the topic of your request? If the answer is yes, + does your question match the direction of the discussion, or should you open a + new discussion? + +- Did your provide our community with all the necessary information to + understand your question and help you quickly, or can you make it easier to + help you? + +### Before commenting + +- Is your comment relevant to the topic of the current page, post, issue, or + discussion, or is it a better idea to create a new issue or discussion? + +- Does your comment add value to the conversation? Is it constructive and + respectful to our community and us maintainers? Could you just use a + [:octicons-smiley-16: reaction][reaction] instead? + + [Code of Conduct]: https://github.com/squidfunk/mkdocs-material/blob/master/CODE_OF_CONDUCT.md + [reaction]: https://github.blog/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/ + +## Rights and responsibilities + +As maintainers, we are entrusted with the __responsibility__ to moderate +communication within our community, including the authority to close, remove, +reject, or edit issues, discussions, comments, commits, and to block users who +__do not align__ with our contribution guidelines and our [Code of Conduct]. +This role requires us to be actively involved in maintaining the integrity and +positive atmosphere of our community. Upholding these standards decisively +ensures a respectful and inclusive environment for all members. + + +### Code of Conduct + +Our [Code of Conduct] outlines the expectation for all community members to +treat one another with respect, employing inclusive and welcoming language. Our +commitment is to foster a positive and supportive environment, free of +inappropriate, offensive, or harmful behavior. + +We take any violations seriously and will take appropriate action in response to +uphold these values.[^1] + + [^1]: + __Warning and blocking policy:__ + Given the increasing popularity of our project and our commitment to a + healthy community, we've defined clear guidelines on how we proceed with + violations: + + 1.1. __First warning:__ Users displaying repeated inappropriate, offensive, + or harmful behavior will receive a first warning. This warning serves as a + formal notice that their behavior is not in alignment with our community + standards and Code of Conduct. The first warning is permanent. + + 1.2. __Second warning and opportunity for resolution:__ If the behavior + persists, a second warning will be issued. Upon receiving the second + warning, the user will be given a 5-day period for reflection, during which + they are encouraged to publicly explain or apologize for their actions. + This period is designed to offer an opportunity for openly clearing out any + misunderstanding. + + 1.3. __Blocking:__ Should there be no response or improvement in behavior + following the second warning, we reserve the right to block the user from + the community and repository. Blocking is considered a last resort, used + only when absolutely necessary to protect the community's integrity and + positive atmosphere. + + Blocking has been an exceptionally rare necessity in our overwhelmingly + positive community, highlighting our preference for constructive dialogue + and mutual respect. It aims to protect our community members and team. + +### Incomplete issues and duplicates + +We have invested significant time and effort in the setup of our contribution +process, ensuring that we assess the essential requirements for reviewing and +responding to issues effectively. Each field in our issue templates is +thoughtfully designed to help us fully understand your concerns and the nature +of your matter. We encourage all members to utilize the search function before +submitting new issues or starting discussions to help avoid duplicates. Your +cooperation is crucial in keeping our community's discussions constructive and +organized. + + - __Mandatory completion of issue templates:__ We need all of the information + required in our issue templates because it ensures that every user and + maintainer, regardless of their experience, can understand the content and + severity of your bug report or change request. + + - __Closing incomplete issues:__ + We _reserve the right to close issues lacking essential information_, such as + but not limited to [minimal reproductions] or those not adhering to the + quality standards and requirements specified in our issue templates. Such + issues can be reopened once the missing information has been provided. + + - __Handling duplicates:__ To maintain organized and efficient + communication within our [issue tracker] and [discussion board], we + _reserve the right to close any duplicated issues or lock duplicated + discussions_. Opening multiple channels to ask the same question or report the + same issue across different forums hinders our ability to manage and address + community concerns effectively. This approach is vital for efficient time + management, as duplicated questions can consume the time of multiple team + members simultaneously. Ensuring that each issue or discussion is unique and + progresses with new information helps us to maintain focus and support our + community. + + We further _reserve the right to immediately close discussions or issues that + are reopened without providing new information_ or simply because users have + not yet received a response to their issue/question, as the issue is marked as + incomplete. + + - __Limitations of automated tools:__ While we believe in the value and + efficiency that automated tools bring to identifying potential issues (such + as those identified by Lighthouse, Accessibility tools, and others), simply + submitting an issue generated by these tools does not constitute a complete + bug report. These tools sometimes produce verbose outputs and may include + false positives, which necessitate a critical evaluation. You are of course + welcome to attach generated reports to your issue. However, this does not + substitute the requirement for a minimal reproduction or a thorough discussion + of the findings. _We reserve the right to mark these issues as incomplete and + close them._ This practice ensures that we are addressing genuine concerns + with precision and clarity, rather than navigating through extensive automated + outputs. + + [minimal reproductions]: ../guides/creating-a-reproduction.md diff --git a/mkdocs-material/docs/contributing/making-a-pull-request.md b/mkdocs-material/docs/contributing/making-a-pull-request.md new file mode 100644 index 0000000..d1be831 --- /dev/null +++ b/mkdocs-material/docs/contributing/making-a-pull-request.md @@ -0,0 +1,423 @@ +# Pull Requests + +You can contribute to Material for MkDocs by making a [pull request] that +will be reviewed by maintainers and integrated into the main repository when +the changes made are approved. You can contribute bug fixes, changes to the +documentation, or new functionality you have developed. + +[pull request]: https://docs.github.com/en/pull-requests + +!!! note "Considering a pull request" + + Before deciding to spend effort on making changes and creating a pull + request, please discuss what you intend to do. If you are responding to + what you think might be a bug, please issue a [bug report] first. If you + intend to work on documentation, create a [documentation issue]. If you + want to work on a new feature, please create a [change request]. + + Keep in mind the guidance given and let people advise you. It might be that + there are easier solutions to the problem you perceive and want to address. + It might be that what you want to achieve can already be done by + configuration or [customization]. + +[bug report]: reporting-a-bug.md +[documentation issue]: reporting-a-docs-issue.md +[change request]: requesting-a-change.md +[customization]: ../customization.md + +## Learning about pull requests + +Pull requests are a concept layered on top of Git by services that provide Git +hosting. Before you consider making a pull request, you should familiarize +yourself with the documentation on GitHub, the service we are using. The +following articles are of particular importance: + +1. [Forking a repository] +2. [Creating a pull request from a fork] +3. [Creating a pull request] + +Note that they provide tailored documentation for different operating systems +and different ways of interacting with GitHub. We do our best in the +documentation here to describe the process as it applies to Material for MkDocs +but cannot cover all possible combinations of tools and ways of doing things. +It is also important that you understand the concept of a pull-request in +general before continuing. + +[Forking a repository]: https://docs.github.com/en/get-started/quickstart/fork-a-repo +[Creating a pull request from a fork]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork +[Creating a pull request]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request + +## Pull request process + +In the following, we describe the general process for making pull requests. The +aim here is to provide the 30k ft overview before describing details later on. + +### Preparing changes and draft PR + +The diagram below describes what typically happens to repositories in the +process or preparing a pull request. We will be discussing the review-revise +process below. It is important that you understand the overall process first +before you worry about specific commands. This is why we cover this first before +providing instructions below. + +``` mermaid +sequenceDiagram + autonumber + + participant mkdocs-material + participant PR + participant fork + participant local + + mkdocs-material ->> fork: fork on GitHub + fork ->> local: clone to local + local ->> local: branch + loop prepare + loop push + loop edit + local ->> local: commit + end + local ->> fork: push + end + mkdocs-material ->> fork: merge in any changes + fork ->>+ PR: create draft PR + PR ->> PR: review your changes + end +``` + +1. The first step is that you create a fork of the Material for MkDocs + repository, either [mkdocs-material] or [mkdocs-material-insiders] + (only accessible to sponsors). This provides you with a repository that you + can push changes to. Note that it is not possible to have more than one fork + of a given repository at any point in time. So, the fork you create will be + *the* fork you have. + +2. Once it is made, clone it to your local machine so you can start working on + your changes. + +3. All contributions should be made through a 'topic branch' with a name that + describes the work being done. This allows you to have more than one piece + of work in progress and, if you are working with the public version, also + shows others clearly that the code contained is work in progress. The topic + branch will be relatively short-lived and will disappear at the end, when + your changes have been incorporated into the codebase. + +4. If you intend to make any code changes, as opposed to working on + documentation only, you will need to [set up a development + environment](#setting-up-a-development-environment). + +5. Next comes the iterative process of making edits, committing them to your + clone. Please commit in sensible chunks that constitute a piece of work + instead of committing everything in one go. + + Remember that fine-grained, incremental commits are much easier to + review in than large changes all over the place and with many files involved. + Try to keep your changes as small and localized as possible and keep the + reviewer in mind when committing. In particular, make sure to write + meaningful commit messages. + +6. Push your work up to your fork regularly. + +7. You should also keep an eye on changes in the Material for MkDocs repository + you cloned. This is especially important if you work takes a while. Please + try and merge any concurrent changes into your fork and into your branch + regularly. You *must* do this at least once before creating a pull request, + so make your life easier and do it more often so as to minimize the risk of + conflicting changes. + +8. Once you are happy that your changes are in a state that you can describe + them in a *draft* pull request, you should create this. Make sure to + reference any previous discussions or issues that gave rise to your work. + Creating a draft is a good way to get *early* feedback on your work from the + maintainer or others. You can explicitly request reviews at points where you + think this would be important. + +9. Review your work as if you were the reviewer and fix any issues with your + work so far. Look critically at the diffs of the files that you have changed. + In particular, pay attention to whether the changes are as small as possible + and whether you have follow the general coding style used in the project. + If you received feedback, iterate over the process so far as necessary. + + You should choose a number of projects to test your changes with. You should + definitely make sure that the changes do not break the building of the + documentation for Material for MkDocs, which you can find in the `docs` + folder. You may also want to make sure that relevant examples from the + [examples repository] still build fine. + +[mkdocs-material]: https://github.com/squidfunk/mkdocs-material +[mkdocs-material-insiders]: https://github.com/squidfunk/mkdocs-material-insiders/ +[examples repository]: https://github.com/mkdocs-material/examples + +### Finalizing + +Once you are happy with your changes, you can move to the next step, finalizing +your pull request and asking for a more formal and detailed review. The diagram +below shows the process: + +``` mermaid +sequenceDiagram + autonumber + participant mkdocs-material + participant PR + participant fork + participant local + + activate PR + PR ->> PR : finalize PR + loop review + loop discuss + PR ->> PR: request review + PR ->> PR: discussion + local ->> fork: push further changes + end + PR ->> mkdocs-material: merge (and squash) + deactivate PR + fork ->> fork: delete branch + mkdocs-material ->> fork: pull + local ->> local: delete branch + fork ->> local: pull + end +``` + +1. When you are happy that the changes you made amount to a contribution that + the maintainer(s) could integrate into the codebase, finalize the pull + request. This signals to everyone that consider the work 'done' and that it + can be reviewed with a view to accepting and integrating it. + +2. Request a review from the maintainer, `@squidfunk`. + +3. The maintainer may make comments on your code, which you should discuss with + them. Bear in mind when doing this that the maintainer may have a different + point of view compared to yours. They will often take a more long-term + perspective of maintaining the project in the years to come while you may be + more focused on the specific issue or feature that you worked on. Please keep + the discussion respectful at all times. + + It is important to note that not all pull requests get incorporated int the + codebase. The reasons can vary. The work may bring to light other issues that + block integration of the pull request. Sometimes it helps uncover better ways of + doing things or shows that a more general approach is needed. All of this is + fine and helps the project progress, even if specific changes are not, + ultimately, accepted. + +4. Make any requested changes by committing them to your local clone and + pushing them up to your fork. This will automatically update the pull request. + It may well take a few iterations to get your contributions to an acceptable + state. You can help the process along by carefully reading comments made and + making changes with care. + +5. Once the reviewer is fully satisfied with the changes, they can merge them + into the main branch (or 'master'). In the process, they may 'squash' your + commits together into a smaller number of commits and may edit the messages + that describe them. Congratulations, you have now contributed to this project + and should see the changes in the main branch under your name. + +6. You can now delete the fork and your local repository and start afresh again + next time around. Alternatively, you can keep the repository and local clone + around but it is important that you keep them in sync with the upstream + repository for any subsequent work. We recommend that you start by deleting + the branch you used on your fork. + +7. To make sure you have the changes you produced, pull them from the main + repository into the main branch of your fork. + +8. Similarly, delete the topic branch from your local clone and... + +9. pull the changes to its master branch. + +## Steps + +Now that the overall process is outlined, here are specific instructions and +tips. There are many choices to be made when describing a process for +contributing to a project via a pull request. In the following, we assume that +you are working with the Git command-line tools. For most alternatives (such as +using IDEs or using functionality provided through the GitHub web interface), +the translation from the command-line instructions should be simple enough. We +will add notes only where really necessary to keep the complexity of this to a +reasonable level. + +### Forking the repository + +To make changes to Material for MkDocs, you would first fork one of its +repositories on GitHub. This is so that you have a repository on GitHub that +you can push changes to (only maintainers and collaborators have write access +to the original repositories). + +Fork the [repository for the public version] if you want to make changes to +code that is in the public version or if you want to make changes to the +documentation. It is a good idea to change the name of the repository by +appending `-fork` so that people who come across it know that they have found a +temporary fork rather then the original or a permanent fork of the project. +You may also want to add a description that clarifies what the repository is for. + +[repository for the public version]: https://github.com/squidfunk/mkdocs-material + +To make changes to functionality available only within the Insiders version, +fork [the Insiders repository]. Note that the fork will be a private repository. +Please respect the [terms of the Insiders program] and the spirit of the +Sponsorware approach used to maintain and develop Material for MkDocs. + +[the Insiders repository]: https://github.com/squidfunk/mkdocs-material-insiders/ +[terms of the Insiders program]: http://localhost:8000/mkdocs-material/insiders/faq/sponsoring/#licensing + +### Setting up a development environment + +From this point onwards, please follow the [instructions for setting up the +development environment]. They will take you through the process of setting up +an environment in which you can make changes and review/test them. + +[instructions for setting up the development environment]: ../customization.md#environment-setup + +### Making changes + +When you make changes to the code or the documentation please follow the +established style used in the project. Doing so increases readability and +also helps with making diffs easier to read for those who will review the pull +request. Avoid making any large-scale style changes such as asking your IDE +to re-format all code. + +Study the code that you are modifying well to ensure that you fully understand +how it works before you try to change it. This will not only help you solve the +problem you are trying to address but also minimize the risks of creating +unintended side effects. + +### Committing to a branch + +Development for pull requests is best done in a topic branch separate from the +`master` branch. Create a new local branch with `git switch -c ` and +commit your changes to this branch. + +When you want to push commits to your fork, you can do so with +`git push -u origin `. The `-u` argument is the short version of +`--set-upstream`, which makes the newly created branch 'track' the branch with +the same `` in your fork. This means that then `pull` and `push` commands +will work against that branch in your fork by default. + +### Merging concurrent changes + +If the work you do takes some time then the chances increase that changes will +be made to the main repository while you work.It is probably a good idea to set +up the original Material for MkDocs repository as an `upstream` repository for +your local clone. + +This is what it might look like: + +```bash hl_lines="4" +$ git remote -v +origin git@github.com:/mkdocs-material-fork.git (fetch) +origin git@github.com:/mkdocs-material-fork.git (push) +$ git remote add upstream https://github.com/squidfunk/mkdocs-material.git +$ git remote -v +origin git@github.com:alexvoss/mkdocs-material-fork.git (fetch) +origin git@github.com:alexvoss/mkdocs-material-fork.git (push) +upstream https://github.com/squidfunk/mkdocs-material.git (fetch) +upstream https://github.com/squidfunk/mkdocs-material.git (push) +``` + +After you have done this, you can pull any concurrent changes from the upstream +repository directly into your clone and do any necessary merges there, then push +them up to your fork. You will need to be explicit about which remote repository +you want to use when you are doing a `pull`: + +```bash +# making and committing some local changes +push pull upstream master +``` + +This fetches changes from the `master` branch into your topic branch and merges +them. + +### Testing and reviewing changes + +Before you commit any changes, you should make sure that they work as expected +and do not create any unintended side effects. You should test them on at least +these three [smoke tests]: + +- The documentation of Material for MkDocs itself. If you set up and run the +development environment as outlined in the [instructions for setting up the +development environment], `mkdocs serve` should be running and continuously +building the documentation. Check that there are no error messages and, ideally, +no (new) warnings. + +- Test on a project that represents the problem or a test for a newly developed +feature. You may already have this if you have filed a bug report and created +a [minimal reproduction]. If you are working on a new feature then you may need +to build a project to serve as a test suite. It can double as documentation that +shows how your new feature is meant to work. + +- Test with relevant examples from the [Material for MkDocs Examples] + repository. Note that to build all examples in one go you need the projects + plugin from Insiders but you can always build the examples individually + using the public version. + +[smoke tests]: https://en.wikipedia.org/wiki/Smoke_testing_(software) +[minimal reproduction]: https://squidfunk.github.io/mkdocs-material/guides/creating-a-reproduction/ +[Material for MkDocs Examples]: https://github.com/mkdocs-material/examples + +- Ideally, also test the examples in the [examples repository]. If you are +working on the Insiders edition of Material for MkDocs, you can simply start a +build at the top level and the [projects plugin] will build all of the examples +for you. If you are on the public version, you will need to build each +sub-project individually. We appreciate that this is a growing collection of +examples and you may want to prioritize those that are most relevant to the +functionality you change. + +[examples repository]: https://github.com/mkdocs-material/examples +[projects plugin]: https://squidfunk.github.io/mkdocs-material/plugins/projects/ + +### Creating the pull request + +Initially, create the pull request **as a draft**. You do this [through the +various interfaces that GitHub provides]. Which one you use is entirely up to +you. We do not provide specific instructions for using the interfaces as GitHub +provide all the information that should be necessary. + +[through the various interfaces that GitHub provides]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request + +### Commits, messages, mistakes and 'squash' + +### Deleting branches + +Once the pull request has been merged into the master branch of the Material +for MkDocs repository, you should remove the branch both from the fork on +GitHub and from the local clone on your computer. This avoids possible +confusion about the state of development. + +First, switch back to the `master` branch with `git switch master` and then +delete the branch used for the PR using `git branch -d `. + +### Subsequent Pull Requests + +It is important that subsequent pull requests are started from an up-to-date +history of the `master` branch. One way to achieve this is to delete the fork +and start with an entirely new one next time round. + +If you contribute to Material for MkDocs more often or just happen to be +doing two or more pull requests in succession, you can also just make sure +to sync your fork (using the GitHub UI) and pull from it into your local +repository. So, just delete the topic branch you created (both locally and in +your fork) and pull from the main repository's `master` branch into your +`master` branch before starting work on a new pull request. + +## Dos and Don'ts + +1. **Don't** just create a pull request with changes that are not explained. + +2. **Do** discuss what you intend to do with people in the discussions so that the + rational for any changes is clear before you write or modify code. + +3. **Do** link to the discussion or any issues to provide the context for a pull + request. + +4. **Do** ask questions if you are uncertain about anything. + +5. **Do** ask yourself if what you are doing benefits the wider community and + makes Material for MkDocs a better product. + +6. **Do** ask yourself if the cost of making the changes stands in a good + relation to the benefits they will bring. Some otherwise sensible changes can + add complexity for comparatively little gain, might break existing behaviour + or might be brittle when other changes need to be made. + +7. **Do** merge in concurrent changes frequently to minimize the chance of + conflicting changes that may be difficult to resolve. diff --git a/mkdocs-material/docs/contributing/reporting-a-bug.md b/mkdocs-material/docs/contributing/reporting-a-bug.md new file mode 100644 index 0000000..8c84f8a --- /dev/null +++ b/mkdocs-material/docs/contributing/reporting-a-bug.md @@ -0,0 +1,313 @@ +# Bug reports + +Material for MkDocs is an actively maintained project that we constantly strive +to improve. With a project of this size and complexity, bugs may occur. If you +think you have discovered a bug, you can help us by submitting an issue in our +public [issue tracker], following this guide. + + [issue tracker]: https://github.com/squidfunk/mkdocs-material/issues + +## Before creating an issue + +With more than 20,000 users, issues are created every other day. The maintainers +of this project are trying very hard to keep the number of open issues down by +fixing bugs as fast as possible. By following this guide, you will know exactly +what information we need to help you quickly. + +__But first, please do the following things before creating an issue.__ + +### Upgrade to latest version + +Chances are that the bug you discovered was already fixed in a subsequent +version. Thus, before reporting an issue, ensure that you're running the +[latest version] of Material for MkDocs. Please consult our [upgrade guide] to +learn how to upgrade to the latest version. + +!!! warning "Bug fixes are not backported" + + Please understand that only bugs that occur in the latest version of + Material for MkDocs will be addressed. Also, to reduce duplicate efforts, + fixes cannot be backported to earlier versions. + +### Remove customizations + +If you're using [customizations] like [additional CSS], [JavaScript], or +[theme extension], please remove them from `mkdocs.yml` before reporting a bug. +We can't offer official support for bugs that might hide in your overrides, so +make sure to omit the following settings from `mkdocs.yml`: + + - [`theme.custom_dir`][theme.custom_dir] + - [`hooks`][hooks] + - [`extra_css`][extra_css] + - [`extra_javascript`][extra_javascript] + +If, after removing those settings, the bug is gone, the bug is likely caused by +your customizations. A good idea is to add them back gradually to narrow down +the root cause of the problem. If you did a major version upgrade, make sure you +adjusted all partials you have overridden. + +!!! warning "Customizations mentioned in our documentation" + + A handful of the features Material for MkDocs offers can only be implemented + with customizations. If you find a bug in any of the customizations [that + our documentation explicitly mentions], you are, of course, encouraged to + report it. + +__Don't be shy to ask on our [discussion board] for help if you run into +problems.__ + + [latest version]: ../changelog/index.md + [upgrade guide]: ../upgrade.md + [Customizations]: ../customization.md + [additional CSS]: ../customization.md#additional-css + [JavaScript]: ../customization.md#additional-javascript + [theme extension]: ../customization.md#extending-the-theme + [theme.custom_dir]: https://www.mkdocs.org/user-guide/configuration/#custom_dir + [hooks]: https://www.mkdocs.org/user-guide/configuration/#hooks + [extra_css]: https://www.mkdocs.org/user-guide/configuration/#extra_css + [extra_javascript]: https://www.mkdocs.org/user-guide/configuration/#extra_javascript + [discussion board]: https://github.com/squidfunk/mkdocs-material/discussions + [StackOverflow]: https://stackoverflow.com + [that our documentation explicitly mentions]: ?q="extends+base" + +### Search for solutions + +At this stage, we know that the problem persists in the latest version and is +not caused by any of your customizations. However, the problem might result from +a small typo or a syntactical error in a configuration file, e.g., `mkdocs.yml`. + +Now, before you go through the trouble of creating a bug report that is answered +and closed right away with a link to the relevant documentation section or +another already reported or closed issue or discussion, you can save time for +us and yourself by doing some research: + +1. [Search our documentation] and look for the relevant sections that could + be related to your problem. If found, make sure that you configured + everything correctly.[^1] + + [^1]: + When adding lines to `mkdocs.yml`, make sure you are preserving the + indentation as mentioned in the documentation since YAML is a + whitespace-sensitive language. Many reported issues turn out to be + configuration errors. + +1. [Search our issue tracker][issue tracker], as another user might already + have reported the same problem, and there might even be a known workaround + or fix for it. Thus, no need to create a new issue. + +2. [Search our discussion board][discussion board] to learn if other users + are struggling with similar problems and work together with our great + community towards a solution. Many problems are solved here. + +__Keep track of all search terms and relevant links, you'll need +them in the bug report.__[^2] + + [^2]: + We might be using terminology in our documentation different from yours, + but we mean the same. When you include the search terms and related links + in your bug report, you help us to adjust and improve the documentation. + +--- + +At this point, when you still haven't found a solution to your problem, we +encourage you to create an issue because it's now very likely that you +stumbled over something we don't know yet. Read the following section to learn +how to create a complete and helpful bug report. + + [Search our documentation]: ?q= + +## Issue template + +We have created a new issue template to make the bug reporting process as simple +as possible and more efficient for our community and us. It is the result of +our experience answering and fixing more than 1,600 issues (and counting) and +consists of the following parts: + +- [Title] +- [Context] optional +- [Bug description] +- [Related links] +- [Reproduction] +- [Steps to reproduce] +- [Browser] optional +- [Checklist] + + [Title]: #title + [Context]: #context + [Bug description]: #bug-description + [Related links]: #related-links + [Reproduction]: #reproduction + [Steps to reproduce]: #steps-to-reproduce + [Browser]: #browser + [Checklist]: #checklist + +### Title + +A good title is short and descriptive. It should be a one-sentence executive +summary of the issue, so the impact and severity of the bug you want to report +can be inferred from the title. + +| | Example | +| -------- | -------- | +| :material-check:{ style="color: #4DB6AC" } __Clear__ | Built-in `typeset` plugin changes precedence of nav title over `h1` +| :material-close:{ style="color: #EF5350" } __Wordy__ | The built-in `typeset` plugin changes the precedence of the nav title over the document headline +| :material-close:{ style="color: #EF5350" } __Unclear__ | Title does not work +| :material-close:{ style="color: #EF5350" } __Useless__ | Help + +### Context optional { #context } + +Before describing the bug, you can provide additional context for us to +understand what you were trying to achieve. Explain the circumstances +in which you're using Material for MkDocs, and what you _think_ might be +relevant. Don't write about the bug here. + +> __Why this might be helpful__: some errors only manifest in specific settings, +> environments or edge cases, for example, when your documentation contains +> thousands of documents. + +### Bug description + +Now, to the bug you want to report. Provide a clear, focused, specific, and +concise summary of the bug you encountered. Explain why you think this is a bug +that should be reported to Material for MkDocs, and not to one of its +dependencies.[^3] Adhere to the following principles: + + [^3]: + Sometimes, users report bugs on our [issue tracker] that are caused by one + of our upstream dependencies, including [MkDocs], [Python Markdown], + [Python Markdown Extensions] or third-party plugins. A good rule of thumb is + to change the [`theme.name`][theme.name] to `mkdocs` or `readthedocs` and + check if the problem persists. If it does, the problem is likely not + related to Material for MkDocs and should be reported upstream. When in + doubt, use our [discussion board] to ask for help. + +- __Explain the what, not the how__ – don't explain + [how to reproduce the bug][Steps to reproduce] here, we're getting there. + Focus on articulating the problem and its impact as clearly as possible. + +- __Keep it short and concise__ – if the bug can be precisely explained in one + or two sentences, perfect. Don't inflate it – maintainers and future users + will be grateful for having to read less. + +- __One bug at a time__ – if you encounter several unrelated bugs, please + create separate issues for them. Don't report them in the same issue, as + this makes attribution difficult. + +--- + +:material-run-fast: __Stretch goal__ – if you found a workaround or a way to fix +the bug, you can help other users temporarily mitigate the problem before +we maintainers can fix the bug in our code base. + +> __Why we need this__: in order for us to understand the problem, we +> need a clear description of it and quantify its impact, which is essential +> for triage and prioritization. + + [MkDocs]: https://www.mkdocs.org + [Python Markdown]: https://python-markdown.github.io/extensions/ + [Python Markdown Extensions]: https://facelessuser.github.io/pymdown-extensions/ + [theme.name]: https://www.mkdocs.org/user-guide/configuration/#theme + +### Related links + +Of course, prior to reporting a bug, you have read our documentation and +[could not find a working solution][search for solutions]. Please share links +to all sections of our documentation that might be relevant to the bug, as it +helps us gradually improve it. + +Additionally, since you have searched our [issue tracker] and [discussion board] +before reporting an issue, and have possibly found several issues or +discussions, include those as well. Every link to an issue or discussion creates +a backlink, guiding us maintainers and other users in the future. + +--- + +:material-run-fast: __Stretch goal__ – if you also include the search terms you +used when [searching for a solution][search for solutions] to your problem, you +make it easier for us maintainers to improve the documentation. + +> __Why we need this__: related links help us better understand what you were +> trying to achieve and whether sections of our documentation need to be +> adjusted, extended, or overhauled. + + [search for solutions]: #search-for-solutions + +### Reproduction + +A minimal reproduction is at the heart of every well-written bug report, as +it allows us maintainers to instantly recreate the necessary conditions to +inspect the bug to quickly find its root cause. It's a proven fact that issues +with concise and small reproductions can be fixed much faster. + +[:material-bug: Create reproduction][Create reproduction]{ .md-button .md-button--primary } + +--- + +After you have created the reproduction, you should have a `.zip` file, ideally +not larger than 1 MB. Just drag and drop the `.zip` file into this field, which +will automatically upload it to GitHub. + +> __Why we need this__: if an issue contains no minimal reproduction or just +> a link to a repository with thousands of files, the maintainers would need to +> invest a lot of time into trying to recreate the right conditions to even +> inspect the bug, let alone fix it. + +!!! warning "Don't share links to repositories" + + While we know that it is a good practice among developers to include a link + to a repository with the bug report, we currently don't support those in our + process. The reason is that the reproduction, which is automatically + produced by the [built-in info plugin] contains all of the necessary + environment information that is often forgotten to be included. + + Additionally, there are many non-technical users of Material for MkDocs that + have trouble creating repositories. + + [Create reproduction]: ../guides/creating-a-reproduction.md + [built-in info plugin]: ../plugins/info.md + +### Steps to reproduce + +At this point, you provided us with enough information to understand the bug +and provided us with a reproduction that we could run and inspect. However, when +we run your reproduction, it might not be immediately apparent how we can see +the bug in action. + +Thus, please list the specific steps we should follow when running your +reproduction to observe the bug. Keep the steps short and concise, and make sure +not to leave anything out. Use simple language as you would explain it to a +five-year-old, and focus on continuity. + +> __Why we need this__: we must know how to navigate your reproduction in order +> to observe the bug, as some bugs only occur at certain viewports or in +> specific conditions. + +### Browser optional { #browser } + +If you're reporting a bug that only occurs in one or more _specific_ browsers, +we need to know which browsers are affected. This field is optional, as it is +only relevant when the bug you are reporting does not involve a crash when +[previewing] or [building] your site. + +--- + +:material-incognito: __Incognito mode__ – Please verify that a the bug is +not caused by a browser extension. Switch to incognito mode and try to reproduce +the bug. If it's gone, it's caused by an extension. + +> __Why we need this__: some bugs only occur in specific browsers or versions. +> Since now, almost all browsers are evergreen, we usually don't need to know the +> version in which it occurs, but we might ask for it later. When in doubt, add +> the browser version as the first step in the field above. + + [previewing]: http://localhost:8000/mkdocs-material/creating-your-site/#previewing-as-you-write + [building]: http://localhost:8000/mkdocs-material/creating-your-site/#building-your-site + +### Checklist + +Thanks for following the guide and creating a high-quality and complete bug +report – you are almost done. The checklist ensures that you have read this guide +and have worked to your best knowledge to provide us with everything we need to +know to help you. + +__We'll take it from here.__ diff --git a/mkdocs-material/docs/contributing/reporting-a-docs-issue.md b/mkdocs-material/docs/contributing/reporting-a-docs-issue.md new file mode 100644 index 0000000..460aadf --- /dev/null +++ b/mkdocs-material/docs/contributing/reporting-a-docs-issue.md @@ -0,0 +1,91 @@ +# Documentation issues + +Our documentation is composed of more than 80 pages and includes extensive +information on features, configurations, customizations, and much more. If you +have found an inconsistency or see room for improvement, please follow this +guide to submit an issue on our [issue tracker]. + + [issue tracker]: https://github.com/squidfunk/mkdocs-material/issues + +## Issue template + +Reporting a documentation issue is usually less involved than reporting a bug, +as we don't need a [reproduction]. Please thoroughly read this guide before +creating a new documentation issue, and provide the following information as +part of the issue: + +- [Title] +- [Description] +- [Related links] +- [Proposed change] optional +- [Checklist] + + [reproduction]: ../guides/creating-a-reproduction.md + [Title]: #title + [Description]: #description + [Related links]: #related-links + [Proposed change]: #proposed-change + [Checklist]: #checklist + +### Title + +A good title should be a short, one-sentence description of the issue, contain +all relevant information and, in particular, keywords to simplify the search in +our issue tracker. + +| | Example | +| -------- | -------- | +| :material-check:{ style="color: #4DB6AC" } __Clear__ | Clarify social cards setup on Windows +| :material-close:{ style="color: #EF5350" } __Unclear__ | Missing information in the docs +| :material-close:{ style="color: #EF5350" } __Useless__ | Help + +### Description + +Provide a clear and concise summary of the inconsistency or issue you +encountered in the documentation or the documentation section that needs +improvement. Explain why you think the documentation should be adjusted and +describe the severity of the issue: + +- __Keep it short and concise__ – if the inconsistency or issue can be + precisely explained in one or two sentences, perfect. Maintainers and future + users will be grateful for having to read less. + +- __One issue at a time__ – if you encounter several unrelated inconsistencies, + please create separate issues for them. Don't report them in the same issue + – it makes attribution difficult. + +> __Why we need this__: describing the problem clearly and concisely is a +> prerequisite for improving our documentation – we need to understand what's +> wrong, so we can fix it. + +### Related links + +After you described the documentation section that needs to be adjusted above, +we now ask you to share the link to this specific documentation section and +other possibly related sections. Make sure to use anchor links (permanent links) +where possible, as it simplifies discovery. + +> __Why we need this__: providing the links to the documentation help us +> understand which sections of our documentation need to be adjusted, extended, +> or overhauled. + + +### Proposed change optional { #proposed-change } + +Now that you have provided us with the description and links to the +documentation sections, you can help us, maintainers, and the community by +proposing an improvement. You can sketch out rough ideas or write a concrete +proposal. This field is optional but very helpful. + +> __Why we need this__: an improvement proposal can be beneficial for other +> users who encounter the same issue, as they offer solutions before we +> maintainers can update the documentation. + +### Checklist + +Thanks for following the guide and providing valuable feedback for our +documentation – you are almost done. The checklist ensures that you have read +this guide and have worked to your best knowledge to provide us with every piece +of information we need to improve it. + +__We'll take it from here.__ diff --git a/mkdocs-material/docs/contributing/requesting-a-change.md b/mkdocs-material/docs/contributing/requesting-a-change.md new file mode 100644 index 0000000..a708ae5 --- /dev/null +++ b/mkdocs-material/docs/contributing/requesting-a-change.md @@ -0,0 +1,241 @@ +# Change requests + +Material for MkDocs is a powerful tool for creating beautiful and functional +documentation. With more than 20,000 users, we understand that our project +serves a wide range of use cases, which is why we have created the following +guide. + +--- + +Put yourself in our shoes – with a project of this size, it can be challenging +to maintain existing functionality while constantly adding new features at the +same time. We highly value every idea or contribution from our community, and +we kindly ask you to take the time to read the following guidelines before +submitting your change request in our public [issue tracker]. This will help us +better understand the proposed change and how it will benefit our community. + +This guide is our best effort to explain the criteria and reasoning behind our +decisions when evaluating change requests and considering them for +implementation. + + [issue tracker]: https://github.com/squidfunk/mkdocs-material/issues + +## Before creating an issue + +Before you invest your time to fill out and submit a change request, we kindly +ask you to do some preliminary work by answering some questions to determine if +your idea is a good fit for Material for MkDocs and matches the project's +[philosophy] and tone. + +__Please do the following things before creating an issue.__ + + [philosophy]: ../philosophy.md + +### It's not a bug, it's a feature + +Change requests are intended to suggest minor adjustments, ideas for new +features, or to kindly influence the project's direction and vision. It is +important to note that change requests are not intended for reporting bugs, as +they're missing essential information for debugging. + +If you want to report a bug, please refer to our [bug reporting guide] instead. + + [bug reporting guide]: reporting-a-bug.md + +### Look for sources of inspiration + +If you have seen your idea implemented in another static site generator or +theme, make sure to collect enough information on its implementation before +submitting, as this allows us to evaluate potential fit more quickly. Explain +what you like and dislike about the implementation. + +### Connect with our community + +Our [discussion board] is the best place to connect with our community. When +evaluating new ideas, it's essential to seek input from other users and consider +alternative viewpoints. This approach helps to implement new features in a way +that benefits a large number of users. + +__Keep track of all search terms and relevant links, you'll need +them in the change request.__[^1] + + [^1]: + We might be using terminology in our documentation different from yours, + but we mean the same. When you include the search terms and related links + in your change request, you help us to adjust and improve the documentation. + +[:octicons-comment-discussion-16:  Start a discussion][discussion board]{ .md-button .md-button--primary } + + [discussion board]: https://github.com/squidfunk/mkdocs-material/discussions + +## Issue template + +Now that you have taken the time to do the necessary preliminary work and ensure +that your idea meets our requirements, you are invited to create a change +request. The following guide will walk you through all the necessary steps to +help you submit a comprehensive and useful issue: + +- [Title] +- [Context] optional +- [Description] +- [Related links] +- [Use cases] +- [Visuals] optional +- [Checklist] + + [Title]: #title + [Context]: #context + [Description]: #description + [Related links]: #related-links + [Use cases]: #use-cases + [Visuals]: #visuals + [Checklist]: #checklist + +### Title + +A good title is short and descriptive. It should be a one-sentence executive +summary of the idea, so the potential impact and benefit for our community can +be inferred from the title. + +| | Example | +| -------- | -------- | +| :material-check:{ style="color: #4DB6AC" } __Clear__ | Index custom front matter in search +| :material-close:{ style="color: #EF5350" } __Wordy__ | Add a feature where authors can define custom front matter to be indexed in search +| :material-close:{ style="color: #EF5350" } __Unclear__ | Improve search +| :material-close:{ style="color: #EF5350" } __Useless__ | Help + +### Context optional { #context } + +Before describing your idea, you can provide additional context for us to +understand what you are trying to achieve. Explain the circumstances +in which you're using Material for MkDocs, and what you _think_ might be +relevant. Don't write about the change request here. + +> __Why this might be helpful__: some ideas might only benefit specific +> settings, environments, or edge cases, for example, when your documentation +> contains thousands of documents. With a little context, change requests +> can be prioritized more accurately. + +### Description + +Next, provide a detailed and clear description of your idea. Explain why your +idea is relevant to Material for MkDocs and must be implemented here and not +in one of its dependencies:[^2] + + [^2]: + Sometimes, users suggest ideas on our [issue tracker] that concern one of + our upstream dependencies, including [MkDocs][mkdocs], [Python Markdown], + [Python Markdown Extensions] or third-party plugins. It's a good idea to + think about whether your idea is beneficial to other themes, upstreaming + change requests for a bigger impact. + +- __Explain the what, not the why__ – don't explain + [the benefits of your idea][Use cases] here, we're getting there. + Focus on describing the proposed change request as precisely as possible. + +- __Keep it short and concise__ – be brief and to the point when describing + your idea, there is no need to over-describe it. Maintainers and future + users will be grateful for having to read less. + +- __One idea at a time__ – if you have multiple ideas that don't belong + together, please open separate change requests for each of those ideas. + +--- + +:material-run-fast: __Stretch goal__ – if you have a customization or another +way to add the proposed change, you can help other users by sharing it here +before we maintainers can add it to our code base. + +> __Why we need this__: To understand and evaluate your proposed change, we +> need to have a clear understanding of your idea. By providing a detailed and +> precise description, you can help save you and us time spent discussing +> further clarification of your idea in the comments. + + [Python Markdown]: https://python-markdown.github.io/extensions/ + [Python Markdown Extensions]: https://facelessuser.github.io/pymdown-extensions/ + +### Related links + +Please provide any relevant links to issues, discussions, or documentation +sections related to your change request. If you (or someone else) already +discussed this idea with our community on our discussion board, please include +the link to the discussion as well. + +> __Why we need this__: Related links help us gain a comprehensive +> understanding of your change request by providing additional context. +> Additionally, linking to previous issues and discussions allows us +> to quickly evaluate the feedback and input already provided by our community. + +### Use cases + +Explain how your change request would work from an author's and user's +perspective – what's the expected impact, and why does it not only benefit you, +but other users? How many of them? Furthermore, would it potentially break +existing functionality? + +> __Why we need this__: Understanding the use cases and benefits of an idea is +> crucial in evaluating its potential impact and usefulness for the project and +> its users. This information helps us to understand the expected value of the +> idea and how it aligns with the goals of the project. + +### Visuals optional { #visuals } + +We now have a clear and detailed description of your idea, including information +on its potential use cases and relevant links for context. If you have any +visuals, such as sketches, screenshots, mockups, or external assets, you may +present them in this section. + +__You can drag and drop the files here or include links to external assets.__ + +Additionally, if you have seen this change, feature, or improvement used in +other static site generators or themes, please provide an example by showcasing +it and describing how it was implemented and incorporated. + +> __Why this might be helpful__: Illustrations and visuals can help us +> maintainers better understand and envision your idea. Screenshots, sketches, +> or mockups can create an additional level of detail and clarity that text +> alone may not be able to convey. Also, seeing how your idea has been +> implemented in other projects can help us understand its potential impact and +> feasibility in Material for MkDocs, which helps us maintainers evaluate and +> triage change requests. + +### Checklist + +Thanks for following the guide and creating a high-quality change request – you +are almost done. The checklist ensures that you have read this guide and have +worked to your best knowledge to provide us with every piece of information to +review your idea for Material for MkDocs. + +__We'll take it from here.__ + +--- + +## Rejected requests + +__Your change request got rejected? We're sorry for that.__ We understand it can +be frustrating when your ideas don't get accepted, but as the maintainers of a +very popular project, we always need to consider the needs of our entire +community, sometimes forcing us to make tough decisions. + +We always have to consider and balance many factors when evaluating change +requests, and we explain the reasoning behind our decisions whenever we can. +If you're unsure why your change request was rejected, please don't hesitate +to ask for clarification. + +The following principles (in no particular order) form the basis for our +decisions: + +- [ ] Alignment with vision and tone of the project +- [ ] Compatibility with existing features and plugins +- [ ] Compatibility with all screen sizes and browsers +- [ ] Effort of implementation and maintenance +- [ ] Usefulness to the majority of users +- [ ] Simplicity and ease of use +- [ ] Accessibility + +But that's not the end of your idea – you can always implement it on your own +via [customization]. If you're unsure about how to do that or want to know if +someone has already done it, feel free to get in touch with our community on +the [discussion board]. + + [customization]: ../customization.md diff --git a/mkdocs-material/docs/conventions.md b/mkdocs-material/docs/conventions.md new file mode 100644 index 0000000..0363412 --- /dev/null +++ b/mkdocs-material/docs/conventions.md @@ -0,0 +1,93 @@ +# Conventions + +This section explains several conventions used in this documentation. + +## Symbols + +This documentation use some symbols for illustration purposes. Before you read +on, please make sure you've made yourself familiar with the following list of +conventions: + +### – Sponsors only { data-toc-label="Sponsors only" } + +The pumping heart symbol denotes that a specific feature or behavior is only +available to sponsors via [Insiders]. Make sure that you have access to +[Insiders] if you want to use the feature. + +### – Version { data-toc-label="Version" } + +The tag symbol in conjunction with a version number denotes when a specific +feature or behavior was added. Make sure you're at least on this version +if you want to use it. + +### – Version (Insiders) { data-toc-label="Version (Insiders)" } + +The tag symbol with a heart in conjunction with a version number denotes that a +specific feature or behavior was added to the [Insiders] version of Material for +MkDocs. + +### – Default value { #default data-toc-label="Default value" } + +Some properties in `mkdocs.yml` have default values for when the author does not +explicitly define them. The default value of the property is always included. + +#### – Default value is computed { #default data-toc-label="is computed" } + +Some default values are not set to static values but computed from other values, +like the site language, repository provider, or other settings. + +#### – Default value is empty { #default data-toc-label="is empty" } + +Some properties do not contain default values. This means that the functionality +that is associated with them is not available unless explicitly enabled. + +### – Metadata property { #metadata data-toc-label="Metadata property" } + +This symbol denotes that the thing described is a metadata property, which can +be used in Markdown documents as part of the front matter definition. + +### – Multiple instances { #multiple-instances data-toc-label="Multiple instances" } + +This symbol denotes that the plugin supports multiple instances, i.e, that it +can be used multiple times in the `plugins` setting in `mkdocs.yml`. + +### – Optional feature { #feature data-toc-label="Optional feature" } + +Most of the features are hidden behind feature flags, which means they must +be explicitly enabled via `mkdocs.yml`. This allows for the existence of +potentially orthogonal features. + +### – Experimental { data-toc-label="Experimental" } + +Some newer features are still considered experimental, which means they might +(although rarely) change at any time, including their complete removal (which +hasn't happened yet). + +### – Plugin { data-toc-label="Plugin" } + +Several features are implemented through MkDocs excellent plugin architecture, +some of which are built-in and distributed with Material for MkDocs, so no +installation is required. + +### – Markdown extension { data-toc-label="Markdown extension" #extension } + +This symbol denotes that the thing described is a Markdown extension, which can +be enabled in `mkdocs.yml` and adds additional functionality to the Markdown +parser. + +### – Required value { #required data-toc-label="Required value" } + +Some (very few in fact) properties or settings are required, which means the +authors must explicitly define them. + +### – Customization { #customization data-toc-label="Customization" } + +This symbol denotes that the thing described is a customization that must be +added by the author. + +### – Utility { data-toc-label="Utility" } + +Besides plugins, there are some utilities that build on top of MkDocs in order +to provide extended functionality, like for example support for versioning. + + [Insiders]: insiders/index.md diff --git a/mkdocs-material/docs/creating-your-site.md b/mkdocs-material/docs/creating-your-site.md new file mode 100644 index 0000000..cd0378e --- /dev/null +++ b/mkdocs-material/docs/creating-your-site.md @@ -0,0 +1,269 @@ +# Creating your site + +After you've [installed] Material for MkDocs, you can bootstrap your project +documentation using the `mkdocs` executable. Go to the directory where you want +your project to be located and enter: + +``` +mkdocs new . +``` + +Alternatively, if you're running Material for MkDocs from within Docker, use: + +=== "Unix, Powershell" + + ``` + docker run --rm -it -v ${PWD}:/docs squidfunk/mkdocs-material new . + ``` + +=== "Windows (cmd)" + + ``` + docker run --rm -it -v "%cd%":/docs squidfunk/mkdocs-material new . + ``` + +This will create the following structure: + +``` { .sh .no-copy } +. +├─ docs/ +│ └─ index.md +└─ mkdocs.yml +``` + + [installed]: getting-started.md + +## Configuration + +### Minimal configuration + +Simply set the `site_name` and add the following lines to `mkdocs.yml` to enable the theme: + +``` yaml hl_lines="2-5" +site_name: My site +site_url: https://mydomain.org/mysite +theme: + name: material +``` + +The `site_url` setting is important for a number of reasons. +By default, MkDocs will assume that your site is hosted at the root of +your domain. This is not the case, for example, when [publishing to GitHub +pages] - unless you use a custom domain. Another reason is that some of the +plugins require the `site_url` to be set, so you should always do this. + + [publishing to GitHub pages]: publishing-your-site.md#github-pages + [installation methods]: getting-started.md#installation + +???+ tip "Recommended: [configuration validation and auto-complete]" + + In order to minimize friction and maximize productivity, Material for MkDocs + provides its own [schema.json][^1] for `mkdocs.yml`. If your editor supports + YAML schema validation, it's definitely recommended to set it up: + + === "Visual Studio Code" + + 1. Install [`vscode-yaml`][vscode-yaml] for YAML language support. + 2. Add the schema under the `yaml.schemas` key in your user or + workspace [`settings.json`][settings.json]: + + ``` json + { + "yaml.schemas": { + "https://squidfunk.github.io/mkdocs-material/schema.json": "mkdocs.yml" + }, + "yaml.customTags": [ // (1)! + "!ENV scalar", + "!ENV sequence", + "!relative scalar", + "tag:yaml.org,2002:python/name:material.extensions.emoji.to_svg", + "tag:yaml.org,2002:python/name:material.extensions.emoji.twemoji", + "tag:yaml.org,2002:python/name:pymdownx.superfences.fence_code_format", + "tag:yaml.org,2002:python/object/apply:pymdownx.slugs.slugify mapping" + ] + } + ``` + + 1. This setting is necessary if you plan to use [icons and emojis], + or Visual Studio Code will show errors on certain lines. + + === "Other" + + 1. Ensure your editor of choice has support for YAML schema validation. + 2. Add the following lines at the top of `mkdocs.yml`: + + ``` yaml + # yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json + ``` + + [^1]: + If you're a MkDocs plugin or Markdown extension author and your project + works with Material for MkDocs, you're very much invited to contribute a + schema for your [extension] or [plugin] as part of a pull request on GitHub. + If you already have a schema defined, or wish to self-host your schema to + reduce duplication, you can add it via [$ref]. + + [configuration validation and auto-complete]: https://x.com/squidfunk/status/1487746003692400642 + [schema.json]: schema.json + [vscode-yaml]: https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml + [settings.json]: https://code.visualstudio.com/docs/getstarted/settings + [extension]: https://github.com/squidfunk/mkdocs-material/tree/master/docs/schema/extensions + [plugin]: https://github.com/squidfunk/mkdocs-material/tree/master/docs/schema/plugins + [$ref]: https://json-schema.org/understanding-json-schema/structuring.html#ref + [icons and emojis]: reference/icons-emojis.md + +### Advanced configuration + +Material for MkDocs comes with many configuration options. The setup section +explains in great detail how to configure and customize colors, fonts, icons +and much more: + +
+ +- [Changing the colors] +- [Changing the fonts] +- [Changing the language] +- [Changing the logo and icons] +- [Ensuring data privacy] +- [Setting up navigation] +- [Setting up site search] +- [Setting up site analytics] +- [Setting up social cards] +- [Setting up a blog] +- [Setting up tags] +- [Setting up versioning] +- [Setting up the header] +- [Setting up the footer] +- [Adding a git repository] +- [Adding a comment system] +- [Building an optimized site] +- [Building for offline usage] + +
+ +Furthermore, see the list of supported [Markdown extensions] that are natively +integrated with Material for MkDocs, delivering an unprecedented low-effort +technical writing experience. + + [Changing the colors]: setup/changing-the-colors.md + [Changing the fonts]: setup/changing-the-fonts.md + [Changing the language]: setup/changing-the-language.md + [Changing the logo and icons]: setup/changing-the-logo-and-icons.md + [Ensuring data privacy]: setup/ensuring-data-privacy.md + [Setting up navigation]: setup/setting-up-navigation.md + [Setting up site search]: setup/setting-up-site-search.md + [Setting up site analytics]: setup/setting-up-site-analytics.md + [Setting up social cards]: setup/setting-up-social-cards.md + [Setting up a blog]: setup/setting-up-a-blog.md + [Setting up tags]: setup/setting-up-tags.md + [Setting up versioning]: setup/setting-up-versioning.md + [Setting up the header]: setup/setting-up-the-header.md + [Setting up the footer]: setup/setting-up-the-footer.md + [Adding a git repository]: setup/adding-a-git-repository.md + [Adding a comment system]: setup/adding-a-comment-system.md + [Building for offline usage]: setup/building-for-offline-usage.md + [Building an optimized site]: setup/building-an-optimized-site.md + [Markdown extensions]: setup/extensions/index.md + +## Templates + +If you want to jump start a new project, you can use one of our growing +collection of templates: + +
+ +- :octicons-repo-template-24:   __[Blog][blog-template]__ + + --- + + Create a blog + +- :octicons-repo-template-24:   __[Social cards][social-cards-template]__ + + --- + + Create documentation with social cards + +
+ +[blog-template]: https://github.com/mkdocs-material/create-blog +[social-cards-template]: https://github.com/mkdocs-material/create-social-cards + +## Previewing as you write + +MkDocs includes a live preview server, so you can preview your changes as you +write your documentation. The server will automatically rebuild the site upon +saving. Start it with: + +``` sh +mkdocs serve # (1)! +``` + +1. If you have a large documentation project, it might take minutes until + MkDocs has rebuilt all pages for you to preview. If you're only interested + in the current page, the [`--dirtyreload`][--dirtyreload] flag will make + rebuilds much faster: + + ``` + mkdocs serve --dirtyreload + ``` + +If you're running Material for MkDocs from within Docker, use: + +=== "Unix, Powershell" + + ``` + docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material + ``` + +=== "Windows" + + ``` + docker run --rm -it -p 8000:8000 -v "%cd%":/docs squidfunk/mkdocs-material + ``` + +Point your browser to [localhost:8000][live preview] and you should see: + +[![Creating your site]][Creating your site] + + [--dirtyreload]: https://www.mkdocs.org/about/release-notes/#support-for-dirty-builds-990 + [live preview]: http://localhost:8000 + [Creating your site]: assets/screenshots/creating-your-site.png + +## Building your site + +When you're finished editing, you can build a static site from your Markdown +files with: + +``` +mkdocs build +``` + +If you're running Material for MkDocs from within Docker, use: + +=== "Unix, Powershell" + + ``` + docker run --rm -it -v ${PWD}:/docs squidfunk/mkdocs-material build + ``` + +=== "Windows" + + ``` + docker run --rm -it -v "%cd%":/docs squidfunk/mkdocs-material build + ``` + +The contents of this directory make up your project documentation. There's no +need for operating a database or server, as it is completely self-contained. +The site can be hosted on [GitHub Pages], [GitLab Pages], a CDN of your choice +or your private web space. + + [GitHub Pages]: publishing-your-site.md#github-pages + [GitLab pages]: publishing-your-site.md#gitlab-pages + +If you intend to distribute your documentation as a set of files to be +read from a local filesystem rather than a web server (such as in a +`.zip` file), please read the notes about [building for offline +usage]. + + [building for offline usage]: setup/building-for-offline-usage.md diff --git a/mkdocs-material/docs/customization.md b/mkdocs-material/docs/customization.md new file mode 100644 index 0000000..e7f7ac8 --- /dev/null +++ b/mkdocs-material/docs/customization.md @@ -0,0 +1,402 @@ +# Customization + +Project documentation is as diverse as the projects themselves and Material for +MkDocs is a great starting point for making it look beautiful. However, as you +write your documentation, you may reach a point where small adjustments are +necessary to preserve your brand's style. + +## Adding assets + +[MkDocs] provides several ways to customize a theme. In order to make a few +small tweaks to Material for MkDocs, you can just add CSS and JavaScript files to +the `docs` directory. + + [MkDocs]: https://www.mkdocs.org + +### Additional CSS + +If you want to tweak some colors or change the spacing of certain elements, +you can do this in a separate style sheet. The easiest way is by creating a +new style sheet file in the `docs` directory: + +``` { .sh .no-copy } +. +├─ docs/ +│ └─ stylesheets/ +│ └─ extra.css +└─ mkdocs.yml +``` + +Then, add the following lines to `mkdocs.yml`: + +``` yaml +extra_css: + - stylesheets/extra.css +``` + +### Additional JavaScript + +If you want to integrate another syntax highlighter or add some custom logic to +your theme, create a new JavaScript file in the `docs` directory: + +``` { .sh .no-copy } +. +├─ docs/ +│ └─ javascripts/ +│ └─ extra.js +└─ mkdocs.yml +``` + +Then, add the following lines to `mkdocs.yml`: + +``` yaml +extra_javascript: + - javascripts/extra.js +``` + +??? tip "How to integrate with third-party JavaScript libraries" + + It is likely that you will want to run your JavaScript code only + once the page has been fully loaded by the browser. This means + installing a callback function subscribing to events on the + `document$` observable exported by Material for MkDocs. + Using the `document$` observable is particularly important if you + are using [instant loading] since it will not result in a page + refresh in the browser - but subscribers on the observable will be + notified. + + ``` javascript + document$.subscribe(function() { + console.log("Initialize third-party libraries here") + }) + ``` + + `document$` is an [RxJS Observable] and you can call the `subscribe()` + method any number of times to attach different functionality. + + [instant loading]: setup/setting-up-navigation.md/#instant-loading + [RxJS Observable]: https://rxjs.dev/api/index/class/Observable + +## Extending the theme + +If you want to alter the HTML source (e.g. add or remove some parts), you can +extend the theme. MkDocs supports [theme extension], an easy way to override +parts of Material for MkDocs without forking from git. This ensures that you +can update to the latest version more easily. + + [theme extension]: https://www.mkdocs.org/user-guide/customizing-your-theme/#using-the-theme-custom_dir + +### Setup and theme structure + +Enable Material for MkDocs as usual in `mkdocs.yml`, and create a new folder +for `overrides` which you then reference using the [`custom_dir`][custom_dir] +setting: + +``` yaml +theme: + name: material + custom_dir: overrides +``` + +!!! warning "Theme extension prerequisites" + + As the [`custom_dir`][custom_dir] setting is used for the theme extension + process, Material for MkDocs needs to be installed via `pip` and referenced + with the [`name`][name] setting in `mkdocs.yml`. It will not work when + cloning from `git`. + +The structure in the `overrides` directory must mirror the directory structure +of the original theme, as any file in the `overrides` directory will replace the +file with the same name which is part of the original theme. Besides, further +assets may also be put in the `overrides` directory: + +``` { .sh .no-copy } +. +├─ .icons/ # Bundled icon sets +├─ assets/ +│ ├─ images/ # Images and icons +│ ├─ javascripts/ # JavaScript files +│ └─ stylesheets/ # Style sheets +├─ partials/ +│ ├─ integrations/ # Third-party integrations +│ │ ├─ analytics/ # Analytics integrations +│ │ └─ analytics.html # Analytics setup +│ ├─ languages/ # Translation languages +│ ├─ actions.html # Actions +│ ├─ alternate.html # Site language selector +│ ├─ comments.html # Comment system (empty by default) +│ ├─ consent.html # Consent +│ ├─ content.html # Page content +│ ├─ copyright.html # Copyright and theme information +│ ├─ feedback.html # Was this page helpful? +│ ├─ footer.html # Footer bar +│ ├─ header.html # Header bar +│ ├─ icons.html # Custom icons +│ ├─ language.html # Translation setup +│ ├─ logo.html # Logo in header and sidebar +│ ├─ nav.html # Main navigation +│ ├─ nav-item.html # Main navigation item +│ ├─ pagination.html # Pagination (used for blog) +│ ├─ palette.html # Color palette toggle +│ ├─ post.html # Blog post excerpt +│ ├─ progress.html # Progress indicator +│ ├─ search.html # Search interface +│ ├─ social.html # Social links +│ ├─ source.html # Repository information +│ ├─ source-file.html # Source file information +│ ├─ tabs.html # Tabs navigation +│ ├─ tabs-item.html # Tabs navigation item +│ ├─ tags.html # Tags +│ ├─ toc.html # Table of contents +│ ├─ toc-item.html # Table of contents item +│ └─ top.html # Back-to-top button +├─ 404.html # 404 error page +├─ base.html # Base template +├─ blog.html # Blog index page +├─ blog-archive.html # Blog archive index page +├─ blog-category.html # Blog category index page +├─ blog-post.html # Blog post page +└─ main.html # Default page +``` + + [custom_dir]: https://www.mkdocs.org/user-guide/configuration/#custom_dir + [name]: https://www.mkdocs.org/user-guide/configuration/#name + +### Overriding partials + +In order to override a partial, we can replace it with a file of the same name +and location in the `overrides` directory. For example, to replace the original +`footer.html` partial, create a new `footer.html` partial in the `overrides` +directory: + +``` { .sh .no-copy } +. +├─ overrides/ +│ └─ partials/ +│ └─ footer.html +└─ mkdocs.yml +``` + +MkDocs will now use the new partial when rendering the theme. This can be done +with any file. + +### Overriding blocks recommended { #overriding-blocks data-toc-label="Overriding blocks" } + +Besides overriding partials, it's also possible to override (and extend) +template blocks, which are defined inside the templates and wrap specific +features. In order to set up block overrides, create a `main.html` file inside +the `overrides` directory: + +``` { .sh .no-copy } +. +├─ overrides/ +│ └─ main.html +└─ mkdocs.yml +``` + +Then, e.g. to override the site title, add the following lines to `main.html`: + +``` html +{% extends "base.html" %} + +{% block htmltitle %} + Lorem ipsum dolor sit amet +{% endblock %} +``` + +If you intend to __add__ something to a block rather than to replace it +altogether with new content, use `{{ super() }}` inside the block to include the +original block content. This is particularly useful when adding third-party +scripts to your docs, e.g. + +``` html +{% extends "base.html" %} + +{% block scripts %} + + {{ super() }} + +{% endblock %} +``` + +The following template blocks are provided by the theme: + +| Block name | Purpose | +| :---------------- | :---------------------------------------------- | +| `analytics` | Wraps the Google Analytics integration | +| `announce` | Wraps the announcement bar | +| `config` | Wraps the JavaScript application config | +| `container` | Wraps the main content container | +| `content` | Wraps the main content | +| `extrahead` | Empty block to add custom meta tags | +| `fonts` | Wraps the font definitions | +| `footer` | Wraps the footer with navigation and copyright | +| `header` | Wraps the fixed header bar | +| `hero` | Wraps the hero teaser (if available) | +| `htmltitle` | Wraps the `` tag | +| `libs` | Wraps the JavaScript libraries (header) | +| `outdated` | Wraps the version warning | +| `scripts` | Wraps the JavaScript application (footer) | +| `site_meta` | Wraps the meta tags in the document head | +| `site_nav` | Wraps the site navigation and table of contents | +| `styles` | Wraps the style sheets (also extra sources) | +| `tabs` | Wraps the tabs navigation (if available) | + +## Theme development + +Material for MkDocs is built on top of [TypeScript], [RxJS] and [SASS], and +uses a lean, custom build process to put everything together.[^1] If you want +to make more fundamental changes, it may be necessary to make the adjustments +directly in the source of the theme and recompile it. + + [^1]: + Prior to <!-- md:version 7.0.0 --> the build was based on Webpack, resulting + in occasional broken builds due to incompatibilities with loaders and + plugins. Therefore, we decided to swap Webpack for a leaner solution which + is now based on [RxJS] as the application itself. This allowed for the + pruning of more than 500 dependencies (~30% less). + + [TypeScript]: https://www.typescriptlang.org/ + [RxJS]: https://github.com/ReactiveX/rxjs + [SASS]: https://sass-lang.com + +### Environment setup + +First, clone the repository for the edition you want to work on. If +you want to clone the Insiders repository, you need to become a +sponsor first to gain access. + + [Insiders]: insiders/index.md + +=== "Material for MkDocs" + + ``` + git clone https://github.com/squidfunk/mkdocs-material + cd mkdocs-material + ``` + +=== "Insiders" + + You will need to have a GitHub access token [as described in the + Insiders documentation] and make it available in the `$GH_TOKEN` + variable. + + ``` sh + git clone https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git # (1)! + ``` + + 1. If you are using SSH keys for authenticating with GitHub, you can + clone Insiders with this command: + + ``` + git clone git@github.com:squidfunk/mkdocs-material-insiders.git + ``` + + [as described in the Insiders documentation]: insiders/getting-started.md#requirements + +Next, create a new [Python virtual environment][venv] and +[activate][venv-activate] it: + +``` +python -m venv venv +source venv/bin/activate +``` + +!!! note "Ensure pip always runs in a virtual environment" + + If you set the environment variable `PIP_REQUIRE_VIRTUALENV` to + `true`, `pip` will refuse to install anything outside a virtual + environment. Forgetting to activate a `venv` can be very annoying + as it will install all sorts of things outside virtual + environments over time, possibly leading to further errors. So, + you may want to add this to your `.bashrc` or `.zshrc` and + re-start your shell: + + ``` + export PIP_REQUIRE_VIRTUALENV=true + ``` + + [venv]: https://docs.python.org/3/library/venv.html + [venv-activate]: https://docs.python.org/3/library/venv.html#how-venvs-work + +Then, install all Python dependencies: + +=== "Material for MkDocs" + + ``` + pip install -e ".[recommended]" + pip install nodeenv + ``` + +=== "Insiders" + + ``` + pip install -e ".[recommended, imaging]" + pip install nodeenv + ``` + + In addition, you will need to install the `cairo` and `pngquant` libraries in your + system, as described in the [image processing] requirements guide. + + [image processing]: plugins/requirements/image-processing.md + + +Finally, install the [Node.js] LTS version into the Python virtual environment +and install all Node.js dependencies: + +``` +nodeenv -p -n lts +npm install +``` + + [Node.js]: https://nodejs.org + +### Development mode + +Start the watcher with: + +``` +npm start +``` + +Then, in a second terminal window, start the MkDocs live preview server with: + +``` +mkdocs serve --watch-theme +``` + +Point your browser to [localhost:8000][live preview] and you should see this +very documentation in front of you. + +!!! warning "Automatically generated files" + + Never make any changes in the `material` directory, as the contents of this + directory are automatically generated from the `src` directory and will be + overwritten when the theme is built. + + [live preview]: http://localhost:8000 + +### Building the theme + +When you're finished making your changes, you can build the theme by invoking: + +``` sh +npm run build # (1)! +``` + +1. While this command will build all theme files, it will skip the overrides + used in Material for MkDocs' own documentation which are not distributed + with the theme. If you forked the theme and want to build the overrides + as well, e.g. before submitting a PR with changes, use: + + ``` + npm run build:all + ``` + + This will take longer, as now the icon search index, schema files, as + well as additional style sheet and JavaScript files are built. + +This triggers the production-level compilation and minification of all style +sheets and JavaScript files. After the command exits, the compiled files are +located in the `material` directory. When running `mkdocs build`, you should +now see your changes to the original theme. diff --git a/mkdocs-material/docs/enterprise-support.md b/mkdocs-material/docs/enterprise-support.md new file mode 100644 index 0000000..bd027ff --- /dev/null +++ b/mkdocs-material/docs/enterprise-support.md @@ -0,0 +1,32 @@ +--- +status: new +--- + +# Enterprise Feedback + +We highly value the insights of our enterprise users, and we're eager to hear +from you. Your feedback is immensely valuable to us. If you're utilizing +Material for MkDocs in an enterprise context and would like to share your +experiences with us, we'd love to connect and discuss: + +- What you are building with it +- What aspects you like about it +- What challenges you are facing +- What could be improved + +## Let's Connect + +To schedule a convenient appointment, please reach out to us via email at +contact@squidfunk.com and provide us with the following details: + +- Your company's name +- How you are using Material for MkDocs +- Any specific questions or topics you'd like to address + +Once we have this information, we'll promptly get in touch with you to arrange +a 30-minute call. Please note that this call is exclusively intended for +enterprise users and is not meant for technical support. Instead, it's an +opportunity for us to engage in a casual conversation to better understand your +unique needs. + +We look forward to our discussion! diff --git a/mkdocs-material/docs/getting-started.md b/mkdocs-material/docs/getting-started.md new file mode 100644 index 0000000..9706e7e --- /dev/null +++ b/mkdocs-material/docs/getting-started.md @@ -0,0 +1,177 @@ +# Getting started + +Material for MkDocs is a powerful documentation framework on top of [MkDocs], +a static site generator for project documentation.[^1] If you're familiar with +Python, you can install Material for MkDocs with [`pip`][pip], the Python +package manager. If not, we recommend using [`docker`][docker]. + + [^1]: + In 2016, Material for MkDocs started out as a simple theme for MkDocs, but + over the course of several years, it's now much more than that – with the + many built-in plugins, settings, and countless customization abilities, + Material for MkDocs is now one of the simplest and most powerful frameworks + for creating documentation for your project. + + [MkDocs]: https://www.mkdocs.org + [pip]: #with-pip + [docker]: #with-docker + +## Installation + +### with pip <small>recommended</small> { #with-pip data-toc-label="with pip" } + +Material for MkDocs is published as a [Python package] and can be installed with +`pip`, ideally by using a [virtual environment]. Open up a terminal and install +Material for MkDocs with: + +=== "Latest" + + ``` sh + pip install mkdocs-material + ``` + +=== "9.x" + + ``` sh + pip install mkdocs-material=="9.*" # (1)! + ``` + + 1. Material for MkDocs uses [semantic versioning][^2], which is why it's a + good idea to limit upgrades to the current major version. + + This will make sure that you don't accidentally [upgrade to the next + major version], which may include breaking changes that silently corrupt + your site. Additionally, you can use `pip freeze` to create a lockfile, + so builds are reproducible at all times: + + ``` + pip freeze > requirements.txt + ``` + + Now, the lockfile can be used for installation: + + ``` + pip install -r requirements.txt + ``` + + [^2]: + Note that improvements of existing features are sometimes released as + patch releases, like for example improved rendering of content tabs, as + they're not considered to be new features. + +This will automatically install compatible versions of all dependencies: +[MkDocs], [Markdown], [Pygments] and [Python Markdown Extensions]. Material for +MkDocs always strives to support the latest versions, so there's no need to +install those packages separately. + +--- + +:fontawesome-brands-youtube:{ style="color: #EE0F0F" } +__[How to set up Material for MkDocs]__ by @james-willett – :octicons-clock-24: +27m – Learn how to create and host a documentation site using Material for +MkDocs on GitHub Pages in a step-by-step guide. + + [How to set up Material for MkDocs]: https://www.youtube.com/watch?v=xlABhbnNrfI + +--- + +!!! tip + + If you don't have prior experience with Python, we recommend reading + [Using Python's pip to Manage Your Projects' Dependencies], which is a + really good introduction on the mechanics of Python package management and + helps you troubleshoot if you run into errors. + + [Python package]: https://pypi.org/project/mkdocs-material/ + [virtual environment]: https://realpython.com/what-is-pip/#using-pip-in-a-python-virtual-environment + [semantic versioning]: https://semver.org/ + [upgrade to the next major version]: upgrade.md + [Markdown]: https://python-markdown.github.io/ + [Pygments]: https://pygments.org/ + [Python Markdown Extensions]: https://facelessuser.github.io/pymdown-extensions/ + [Using Python's pip to Manage Your Projects' Dependencies]: https://realpython.com/what-is-pip/ + +### with docker + +The official [Docker image] is a great way to get up and running in a few +minutes, as it comes with all dependencies pre-installed. Open up a terminal +and pull the image with: + +=== "Latest" + + ``` + docker pull squidfunk/mkdocs-material + ``` + +=== "9.x" + + ``` + docker pull squidfunk/mkdocs-material:9 + ``` + +The `mkdocs` executable is provided as an entry point and `serve` is the +default command. If you're not familiar with Docker don't worry, we have you +covered in the following sections. + +The following plugins are bundled with the Docker image: + +- [mkdocs-minify-plugin] +- [mkdocs-redirects] + + [Docker image]: https://hub.docker.com/r/squidfunk/mkdocs-material/ + [mkdocs-minify-plugin]: https://github.com/byrnereese/mkdocs-minify-plugin + [mkdocs-redirects]: https://github.com/datarobot/mkdocs-redirects + +??? question "How to add plugins to the Docker image?" + + Material for MkDocs only bundles selected plugins in order to keep the size + of the official image small. If the plugin you want to use is not included, + you can add them easily: + + === "Material for MkDocs" + + Create a `Dockerfile` and extend the official image: + + ``` Dockerfile title="Dockerfile" + FROM squidfunk/mkdocs-material + RUN pip install mkdocs-macros-plugin + RUN pip install mkdocs-glightbox + ``` + + === "Insiders" + + Clone or fork the Insiders repository, and create a file called + `user-requirements.txt` in the root of the repository. Then, add the + plugins that should be installed to the file, e.g.: + + ``` txt title="user-requirements.txt" + mkdocs-macros-plugin + mkdocs-glightbox + ``` + + Next, build the image with the following command: + + ``` + docker build -t squidfunk/mkdocs-material . + ``` + + The new image will have additional packages installed and can be used + exactly like the official image. + +### with git + +Material for MkDocs can be directly used from [GitHub] by cloning the +repository into a subfolder of your project root which might be useful if you +want to use the very latest version: + +``` +git clone https://github.com/squidfunk/mkdocs-material.git +``` + +Next, install the theme and its dependencies with: + +``` +pip install -e mkdocs-material +``` + + [GitHub]: https://github.com/squidfunk/mkdocs-material diff --git a/mkdocs-material/docs/guides/creating-a-reproduction.md b/mkdocs-material/docs/guides/creating-a-reproduction.md new file mode 100644 index 0000000..d7a4faa --- /dev/null +++ b/mkdocs-material/docs/guides/creating-a-reproduction.md @@ -0,0 +1,124 @@ +# Creating a reproduction + +A reproduction is a simplified version of a bug that demonstrates the specific +scenario in which the bug occurred. It includes all necessary minimal settings +and instructions and should be as simple as possible while still demonstrating +the issue. + +## Guide + +### Environment <small>optional</small> { #environment } + +We recommend using a [virtual environment], which is an isolated Python runtime. +If you are in a virtual environment, any packages that you install or upgrade +will be local to the environment. If you run into problems, you can +just delete and recreate the environment. It's trivial to set up: + +- Create a new virtual environment with: + + ``` + python3 -m venv venv + ``` + +- Activate the environment with: + + === ":material-apple: macOS" + + ``` sh + . venv/bin/activate + ``` + + === ":fontawesome-brands-windows: Windows" + + ``` sh + . venv/Scripts/activate + ``` + + === ":material-linux: Linux" + + ``` sh + . venv/bin/activate + ``` + + + Your terminal should now print `(venv)` before the prompt, which is how you + know that you are inside the virtual environment that you just created. + +- Exit the environment with: + + ``` + deactivate + ``` + + [virtual environment]: https://realpython.com/what-is-pip/#using-pip-in-a-python-virtual-environment + +### Minimal reproduction + +Following the instructions below, you will set up a skeleton project to create +a reproduction. As mentioned above, we recommend using a [virtual environment], +so create a new folder in your working directory and a new virtual environment +inside it. Next: + +1. As mentioned in our [bug reporting guide], ensure that you're running the + latest version of Material for MkDocs, which might already include a fix for + the bug: + + ``` + pip install --upgrade --force-reinstall mkdocs-material + ``` + +2. Bootstrap a new documentation project using the `mkdocs` executable, + which you use as a basis for the reproduction. It's essential to create a + new, empty project for this: + + ``` + mkdocs new . + ``` + + Start by adding the [minimal configuration] in `mkdocs.yml`: + + ``` yaml + theme: + name: material + ``` + +3. Now, only add the necessary settings to `mkdocs.yml` to keep the + reproduction minimal. If you are creating a reproduction for a rendering + bug, create only the necessary amount of Markdown documents. __Repeat this + step until the bug you want to report can be observed.__ + +4. As a last step, before packing everything into a `.zip` file, double-check + all settings and documents if they are essential to the reproduction, which + means that the bug does not occur when they are omitted. Remove all + non-essential lines and files. + + [bug reporting guide]: ../contributing/reporting-a-bug.md#upgrade-to-latest-version + [minimal configuration]: ../creating-your-site.md#minimal-configuration + +### Creating a `.zip` file + +Material for MkDocs 9.0.0 includes a new plugin solely intended to create +reproductions for bug reports. When the built-in info plugin is enabled, MkDocs +will add all relevant files to a `.zip`, print a summary to the terminal and +exit. Add the following lines to `mkdocs.yml`: + +``` yaml +plugins: + - info +``` + +Now, when running `mkdocs build`, a file called `example.zip` is automatically +created, containing the minimal reproduction you can directly attach to your bug +report. + +``` +INFO - Started archive creation for bug report +INFO - Archive successfully created: + + example/.dependencies.json 859.0 B + example/.versions.log 83.0 B + example/docs/index.md 282.0 B + example/mkdocs.yml 56.0 B + + example.zip 1.8 kB +``` diff --git a/mkdocs-material/docs/index.md b/mkdocs-material/docs/index.md new file mode 100644 index 0000000..3aea9df --- /dev/null +++ b/mkdocs-material/docs/index.md @@ -0,0 +1,9 @@ +--- +template: home.html +title: Material for MkDocs +social: + cards_layout_options: + title: Documentation that simply works +--- + +Welcome to Material for MkDocs. diff --git a/mkdocs-material/docs/insiders/access-management.md b/mkdocs-material/docs/insiders/access-management.md new file mode 100644 index 0000000..cd8d997 --- /dev/null +++ b/mkdocs-material/docs/insiders/access-management.md @@ -0,0 +1,204 @@ +# Access management + +The Material for MkDocs Insiders repository is a private repository hosted on +GitHub and access is, therefore, managed through GitHub. This section covers +everything you need to know in order to gain access to the private Material for +MkDocs Insiders repository. + +## How to get access + +As the private Material for MkDocs Insiders repository is hosted on GitHub, you +require a GitHub account to become a sponsor and to gain access. After +sponsoring us on one of our [sponsoring tiers] starting at [$15 a month], +you'll get access to the private Insiders repository. + +Please note that the process of gaining access is only partially automatable due +to technical reasons. Depending on the type of account you've used to become a +sponsor, we might need more information from you before we can grant access. + + [$15 a month]: https://github.com/sponsors/squidfunk/sponsorships?tier_id=210638 + [sponsoring tiers]: sponsoring-tiers.md + +### Individuals + +If you sponsor using a [personal account], you will receive an invitation link +via email to the private Material for MkDocs Insiders repository immediately +after initiating your sponsorship. This link is [valid for seven days]. Once you +accept the invitation, you'll be ready to [get started]. + +If the link expired, please contact us at sponsors@squidfunk.com and we'll +send you a new one. + + [personal account]: https://docs.github.com/en/get-started/learning-about-github/types-of-github-accounts#personal-accounts + [valid for seven days]: #expired-invitations + [get started]: getting-started.md + +### Organizations + +When sponsoring using an [organization account], GitHub will not send an +automated invitation via email to access the private Material for MkDocs Insiders +repository. Due to [GitHub limitations], granting access to a private repository +for an entire organization is not possible. + +Therefore, please contact us at sponsors@squidfunk.com with the name of a +[personal account] or the name of a [bot account] that is publicly or privately +listed as an owner of your GitHub organization after you received a confirmation +that your sponsorship was initiated. + +We will add this designated account as a collaborator, and once the invitation +is [accepted within seven days], your organization will be all set to [get +started]. + + [organization account]: https://docs.github.com/en/get-started/learning-about-github/types-of-github-accounts#organization-accounts + [GitHub limitations]: #collaborators + [bot account]: #bot-account + [accepted within seven days]: #expired-invitations + +### Enterprises + +If you would like to sponsor us using an [enterprise account], we recommend +using a [personal account] or a [bot account] to initiate the sponsorship and +access the private Material for MkDocs Insiders repository using this account. + + [enterprise account]: https://docs.github.com/en/get-started/learning-about-github/types-of-github-accounts#enterprise-accounts + +## Restrictions + +GitHub sets limitations beyond our control, which is why we require further +information regarding [collaborators] of private repositories and [matching] of +GitHub accounts. + + [collaborators]: #collaborators + [matching]: #matching + +### Collaborators + +GitHub policy limits access to [private repositories] to [personal accounts] +only, which is why it is currently not possible for us to add [organization +accounts] to the Material for MkDocs Insiders repository – a private +repository. + +As much as we would love to give each member of your organization access, it's +simply not feasible for us to add each member account, which is why every +[sponsoring tier] is limited to one seat. However, you can use a [bot account] +to work around this limitation. + + [private repositories]: https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository + [personal accounts]: https://docs.github.com/en/get-started/learning-about-github/types-of-github-accounts#personal-accounts + [organization accounts]: https://docs.github.com/en/get-started/learning-about-github/types-of-github-accounts#organization-accounts + [sponsoring tier]: sponsoring-tiers.md + [team management]: #team-management + +### Matching + +Due to privacy reasons, GitHub does not allow email addresses to be matched with +GitHub accounts. When requesting access via email at sponsors@squidfunk.com, +it's necessary to provide us with the name of a [personal account]. + +## Bot account + +Given that only personal accounts can be listed as collaborators on +[private repositories], ensuring access for an entire organization requires +coordination through individuals. Changes within the team could lead to losing +access to the entire organization. + +To avoid this, you have the option to create a bot account, which is +[a new personal account] that does not belong to a specific individual but is +publicly or privately listed as the owner of the GitHub organization + +Using a bot account for access management and initiating your [public] or +[private] sponsorship through it also allows for better attribution of +sponsorship costs, allowing you to manage access and payment for all +sponsorships through a single account, and is thus recommended. + + [a new personal account]: https://docs.github.com/en/get-started/start-your-journey/creating-an-account-on-github + [public]: privacy.md/#public-sponsors + [private]: privacy.md/#private-sponsors + +## Expired invitations + +The invitation to the private Material for MkDocs is valid for seven days, a +limitation imposed by GitHub. If invitations are not accepted within this +period, you'll need to contact us via mail at sponsors@squidfunk.com, and we +will re-issue the invitation immediately. + +## Team management + +If you are using Material for MkDocs Insiders as an [individual] and don't +collaborate with other users, [forking] the private repository is not necessary. +However, when working with a team, it is not possible to simply share your +collaborator status with other accounts. Therefore, in order to work in a team, +the account with access to Insiders can [fork], [clone], or [mirror] the private +Material for MkDocs Insiders repository to an organization, providing a pathway +for team collaboration. + + [fork]: #forking + [clone]: #cloning + [mirror]: #mirroring + [individual]: #individuals + +### Outside collaborators + +When working with outside collaborators, you should know that the Insiders +edition is compatible with the community edition. All new features and +configuration options are backward-compatible or implemented behind feature +flags. Most Insiders features enhance the overall experience, e.g., by creating +better social cards or instant previews. While these features add value for your +site's users, they are most certainly not necessary for previewing your site. + +This means that outside collaborators can build the documentation locally with +the community edition, and when they push their changes, your CI pipeline will +build it with Insiders. When using [built-in plugins] exclusive to Insiders, we +recommend using the [group] plugin. + +See the [getting started guide] for more information. + [getting started guide]: getting-started.md + [built-in plugins]: ../plugins/index.md + [group]: ../plugins/group.md + +### Forking + +[Forking] a repository creates a copy of the repository that allows for +independent development while maintaining a link to the original repository +for updates. + + [forking]: https://docs.github.com/en/get-started/quickstart/fork-a-repo + +### Cloning + +[Cloning] a repository copies the repository to your local machine or codespace, +facilitating offline work and content management. You can, of course, also +[clone a private fork]. + + [cloning]: https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository + [clone a private fork]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo#cloning-your-forked-repository + +### Mirroring + +[Mirroring] a repository creates an identical copy, ensuring you have the +flexibility to host and work with the repository [in other environments] besides +GitHub. This is a particularly useful strategy for organizations hosting their +repositories in a private environment outside of GitHub. + + [mirroring]: https://docs.github.com/en/repositories/creating-and-managing-repositories/duplicating-a-repository + [in other environments]: #github-alternatives + +## GitHub alternatives + +Material for MkDocs Insiders is designed to be compatible with various +repository hosting platforms, including GitLab. The key requirement is still a +GitHub account, as we use GitHub Sponsors for transactions and GitHub to manage access to the private Insiders repository. + +Once you've become a sponsor and secured access to the private Insiders +repository via an individual GitHub account, you can [mirror the repository in +another location]. This mirroring process not only allows for easy integration +into your existing workflow but also ensures that your projects stay up-to-date +with the latest features and improvements of Insiders. + +Our discussion board is a valuable resource for any questions about integrating +Material for MkDocs Insiders into your projects. It offers a space to connect +with others who may have similar requirements and setups, as well as to +exchange tips and explore solutions together. + + [mirror the repository in another location]: https://docs.github.com/en/repositories/creating-and-managing-repositories/duplicating-a-repository#mirroring-a-repository-in-another-location + [discussion board]: https://github.com/squidfunk/mkdocs-material/discussions diff --git a/mkdocs-material/docs/insiders/benefits.md b/mkdocs-material/docs/insiders/benefits.md new file mode 100644 index 0000000..f960160 --- /dev/null +++ b/mkdocs-material/docs/insiders/benefits.md @@ -0,0 +1,345 @@ +# What’s in it for you + +Material for MkDocs Insiders is packed with additional features that are +exclusively available to our monthly sponsors – the moment you become a sponsor, +you'll gain __immediate access__ to all the exclusive Insiders features, ready +for you to __start using now__. + +## Features + +Our sponsors currently enjoy access to the following 26 additional features. New +features are added regularly, so be sure to check back regularly to stay +updated. + +<div class="mdx-columns" markdown> + +- [x] [Blog plugin: pinned posts] :material-alert-decagram:{ .mdx-pulse title="Added on February 24, 2024" } +- [x] [Instant previews] :material-alert-decagram:{ .mdx-pulse title="Added on January 28, 2024" } +- [x] [Footnote tooltips] :material-alert-decagram:{ .mdx-pulse title="Added on January 24, 2024" } +- [x] [Tags plugin: advanced settings] +- [x] [Tags plugin: nested tags] +- [x] [Tags plugin: shadow tags] +- [x] [Stay on page when switching languages] +- [x] [Blog plugin: author profiles] +- [x] [Blog plugin: advanced settings] +- [x] [Projects plugin] +- [x] [Instant prefetching] +- [x] [Social plugin: custom layouts] +- [x] [Social plugin: background images] +- [x] [Code range selection] +- [x] [Code annotations: custom selectors] +- [x] [Privacy plugin: advanced settings] +- [x] [Optimize plugin] +- [x] [Navigation path] (Breadcrumbs) +- [x] [Typeset plugin] +- [x] [Privacy plugin: external links] +- [x] [Navigation subtitles] +- [x] [Tags plugin: allow list] + [custom sorting] +- [x] [Blog plugin: custom index pages] +- [x] [Blog plugin: related links] +- [x] [Meta plugin] +- [x] [Tags plugin: configurable listings] + +</div> + +## What's coming next + +> Too many ideas, too little time! + +Our backlog is filled with countless ideas that we came up with or that have +been suggested by our community. We're also working to make our roadmap public. +If you have something specific in mind, and wonder whether we've considered it, +feel free to ask on our [discussion board]. + + [discussion board]: https://github.com/squidfunk/mkdocs-material/discussions + +## Frequent releases + +We’re committed to quickly addressing bugs, that come up and keeping our open +issue count as low as possible. Both our community and Insiders editions are +regularly updated, ensuring you have the latest features and fixes available at +all times. + +## Additional benefits + +As a premium sponsors, you'll enjoy additional benefits that are not available +to our individual sponsors. When sponsoring our work on one of our [commercial +tiers] starting at [$125 a month], you'll get additional benefits that we offer +for enterprises: + +- [Prioritized] bug reports to keep your projects running smoothly +- Logo placement and backlink on our site for increased visibility +- Private support via email for any questions to our maintainers + + [commercial tiers]: sponsoring-tiers.md/#commercial-use + [$125 a month]: sponsoring-tiers.md/#the-organization + [list of premium sponsors]: https://github.com/squidfunk/mkdocs-material#user-content-premium-sponsors + [Prioritized]: ../support.md/#prioritized-support + +---- + +Interested in supporting us? Together, let’s continue to make Material for +MkDocs an even more powerful tool for everyone. We’re excited for what the +future holds! + +[:octicons-heart-fill-24:{ .mdx-heart }   Show your support <span class="mdx-sponsorship-count" data-mdx-component="sponsorship-count"></span>][sponsoring tiers]{ .md-button .md-button--primary .mdx-sponsorship-button } + + [sponsoring tiers]: sponsoring-tiers.md#commercial-use + +<div data-mdx-component="sponsorship"></div> + +## Funding <span class="mdx-sponsorship-total" data-mdx-component="sponsorship-total"></span> + +### Goals + +The following section lists all funding goals. Each goal contains a list of +features prefixed with a checkmark symbol, denoting whether a feature is +:octicons-check-circle-fill-24:{ style="color: #00e676" } already available or +:octicons-check-circle-fill-24:{ style="color: var(--md-default-fg-color--lightest)" } +planned, but not yet implemented. This means that each funding goal unlocks new +features for general availability in the community edition, after sponsors have +used them for a while. + +#### $ 16,000 – Chipotle + +- [x] [Meta plugin] +- [x] [Blog plugin: related links] +- [x] [Blog plugin: custom index pages] +- [x] [Tags plugin: configurable listings] +- [x] [Tags plugin: allow list] + [custom sorting] +- [x] [Navigation subtitles] + + [Meta plugin]: ../plugins/meta.md + [Blog plugin: related links]: ../setup/setting-up-a-blog.md#adding-related-links + [Blog plugin: custom index pages]: ../setup/setting-up-a-blog.md#custom-index-pages + [Tags plugin: configurable listings]: ../setup/setting-up-tags.md#configurable-listings + [Tags plugin: allow list]: ../plugins/tags.md#config.tags_allowed + [custom sorting]: ../plugins/tags.md#config.tags_sort_by + [Navigation subtitles]: ../reference/index.md#setting-the-page-subtitle + +#### $ 18,000 – Lemon Drop + +- [x] [Optimize plugin] +- [x] [Navigation path] (Breadcrumbs) +- [x] [Blog plugin: advanced settings] +- [x] [Blog plugin: author profiles] +- [x] [Blog plugin: pinned posts] +- [x] [Instant prefetching] + + [Optimize plugin]: ../plugins/optimize.md + [Navigation path]: ../setup/setting-up-navigation.md#navigation-path + [Blog plugin: advanced settings]: ../setup/setting-up-a-blog.md#advanced-settings + [Blog plugin: author profiles]: ../setup/setting-up-a-blog.md#adding-author-profiles + [Blog plugin: pinned posts]: ../setup/setting-up-a-blog.md#pinning-a-post + [Instant prefetching]: ../setup/setting-up-navigation.md#instant-prefetching + +#### $ 20,000 – Jalapeño + +- [x] [Typeset plugin] +- [x] [Footnote tooltips] +- [x] [Privacy plugin: advanced settings] +- [x] [Privacy plugin: external links] +- [ ] to be announced +- [ ] to be announced + + [Typeset plugin]: ../plugins/typeset.md + [Footnote tooltips]: ../reference/footnotes.md#footnote-tooltips + [Privacy plugin: external links]: ../plugins/privacy.md#external-links + [Privacy plugin: advanced settings]: ../setup/ensuring-data-privacy.md#advanced-settings + +#### $ 22,000 – Habanero Orange + +- [x] [Instant previews] +- [x] [Social plugin: custom layouts] +- [x] [Social plugin: background images] +- [x] [Code range selection] +- [x] [Code annotations: custom selectors] +- [x] [Stay on page when switching languages] + + [Instant previews]: ../setup/setting-up-navigation.md#instant-previews + [Social plugin: custom layouts]: ../setup/setting-up-social-cards.md#customization + [Social plugin: background images]: ../plugins/social.md#option.background_image + [Code range selection]: ../reference/code-blocks.md#code-selection-button + [Code annotations: custom selectors]: ../reference/code-blocks.md#custom-selectors + [Stay on page when switching languages]: ../setup/changing-the-language.md#stay-on-page + +#### $ 24,000 – Blockpaprika + +- [x] [Projects plugin] +- [x] [Tags plugin: nested tags] +- [x] [Tags plugin: shadow tags] +- [x] [Tags plugin: advanced settings] +- [ ] to be announced +- [ ] to be announced + + [Projects plugin]: ../plugins/projects.md + [Tags plugin: nested tags]: ../setup/setting-up-tags.md#nested-tags + [Tags plugin: shadow tags]: ../setup/setting-up-tags.md#shadow-tags + [Tags plugin: advanced settings]: ../setup/setting-up-tags.md#advanced-settings + +### Goals completed + +This section celebrates the milestones we’ve achieved thanks to our incredible +sponsors. Those features were once part of Material for MkDocs Insiders, and +therefore only available to our sponsors, and are now generally available to +be used by all users. + +#### $ 14,000 – Goat's Horn + +- [x] [Privacy plugin] +- [x] [Card grids] +- [x] [Tooltips] +- [x] [Content tabs: anchor links] +- [x] [Automatic light / dark mode] +- [x] [Document contributors] + + [Privacy plugin]: ../setup/ensuring-data-privacy.md#built-in-privacy-plugin + [Card grids]: ../reference/grids.md + [Tooltips]: ../reference/tooltips.md + [Content tabs: anchor links]: ../reference/content-tabs.md#anchor-links + [Automatic light / dark mode]: ../setup/changing-the-colors.md#automatic-light-dark-mode + [Document contributors]: ../setup/adding-a-git-repository.md#document-contributors + +#### $ 12,000 – Piri Piri + +- [x] [Blog plugin] +- [x] [Chinese search support] +- [x] [Annotations] +- [x] [Navigation icons] +- [x] [Navigation pruning] +- [x] [Navigation status] + + [Blog plugin]: ../setup/setting-up-a-blog.md + [Chinese search support]: ../blog/posts/chinese-search-support.md + [Annotations]: ../reference/annotations.md + [Navigation icons]: ../reference/index.md#setting-the-page-icon + [Navigation pruning]: ../setup/setting-up-navigation.md#navigation-pruning + [Navigation status]: ../reference/index.md#setting-the-page-status + +#### $ 10,000 – Carolina Reaper + +- [x] [Brand new search plugin] +- [x] [Rich search previews] +- [x] [Tokenizer with lookahead] +- [x] [Advanced search highlighting] +- [x] [Excluding content from search] +- [x] [Offline plugin] + + [Brand new search plugin]: ../blog/posts/search-better-faster-smaller.md + [Rich search previews]: ../blog/posts/search-better-faster-smaller.md#rich-search-previews + [Tokenizer with lookahead]: ../blog/posts/search-better-faster-smaller.md#tokenizer-lookahead + [Advanced search highlighting]: ../blog/posts/search-better-faster-smaller.md#accurate-highlighting + [Excluding content from search]: ../setup/setting-up-site-search.md#search-exclusion + [Offline plugin]: ../setup/building-for-offline-usage.md + +#### $ 8,000 – Scotch Bonnet + +- [x] [Social cards] +- [x] Code annotations: anchor links +- [x] [Code annotations: strip comments] +- [x] [Tag icons] +- [x] [Table of contents anchor following] +- [x] Sidebars automatically scroll to active item + + [Social cards]: ../setup/setting-up-social-cards.md + [Code annotations: strip comments]: ../reference/code-blocks.md#stripping-comments + [Tag icons]: ../setup/setting-up-tags.md#tag-icons-and-identifiers + [Table of contents anchor following]: ../setup/setting-up-navigation.md#anchor-following + +#### $ 7,000 – Royal Gold + +- [x] [Cookie consent] +- [x] [Was this page helpful?] +- [x] [Dismissable announcement bar] + + [Cookie consent]: ../setup/ensuring-data-privacy.md#cookie-consent + [Was this page helpful?]: ../setup/setting-up-site-analytics.md#was-this-page-helpful + [Dismissable announcement bar]: ../setup/setting-up-the-header.md#mark-as-read + +#### $ 6,000 – Trinidad Scorpion + +- [x] [Boosting pages in search] +- [x] [Custom admonition icons] +- [x] [Linking content tabs] + + [Boosting pages in search]: ../setup/setting-up-site-search.md#search-boosting + [Custom admonition icons]: ../reference/admonitions.md#admonition-icons + [Linking content tabs]: ../reference/content-tabs.md#linked-content-tabs + +#### $ 5,000 – Aji Panca + +- [x] [Mermaid.js integration] +- [x] Stay on page when switching versions +- [x] [Tags with search integration] + + [Mermaid.js integration]: ../reference/diagrams.md + [Tags with search integration]: ../setup/setting-up-tags.md + +#### $ 4,000 – Ghost Pepper + +- [x] [Anchor tracking] +- [x] [Code annotations] +- [x] [Version warning] + + [Anchor tracking]: ../setup/setting-up-navigation.md#anchor-tracking + [Code annotations]: ../reference/code-blocks.md#adding-annotations + [Version warning]: ../setup/setting-up-versioning.md#version-warning + +#### $ 3,000 – Caribbean Red + +- [x] [Sticky navigation tabs] +- [x] [Section index pages] +- [x] [Remove generator notice] + + [Sticky navigation tabs]: ../setup/setting-up-navigation.md#sticky-navigation-tabs + [Section index pages]: ../setup/setting-up-navigation.md#section-index-pages + [Remove generator notice]: ../setup/setting-up-the-footer.md#generator-notice + +#### $ 2,500 – Biquinho Vermelho + +- [x] [Search suggestions] +- [x] [Search highlighting] +- [x] [Search sharing] + + [Search suggestions]: ../setup/setting-up-site-search.md#search-suggestions + [Search highlighting]: ../setup/setting-up-site-search.md#search-highlighting + [Search sharing]: ../setup/setting-up-site-search.md#search-sharing + +#### $ 2,000 – Black Pearl + +- [x] Latest release tag +- [x] [Color palette toggle] +- [x] [Back-to-top button] + + [Color palette toggle]: ../setup/changing-the-colors.md#color-palette-toggle + [Back-to-top button]: ../setup/setting-up-navigation.md#back-to-top-button + +#### $ 1,500 – Bhut Jolokia + +- [x] [Admonition inline blocks] +- [x] [Site language selection] +- [x] [Versioning] + + [Admonition inline blocks]: ../reference/admonitions.md#inline-blocks + [Site language selection]: ../setup/changing-the-language.md#site-language-selector + [Versioning]: ../setup/setting-up-versioning.md#versioning + +#### $ 1,000 – Prairie Fire + +- [x] [Navigation sections] +- [x] [Navigation expansion] +- [x] [Hiding the sidebars] +- [x] [Table of contents in navigation] +- [x] [Header hides on scroll] + + [Navigation sections]: ../setup/setting-up-navigation.md#navigation-sections + [Navigation expansion]: ../setup/setting-up-navigation.md#navigation-expansion + [Hiding the sidebars]: ../setup/setting-up-navigation.md#hiding-the-sidebars + [Table of contents in navigation]: ../setup/setting-up-navigation.md#navigation-integration + [Header hides on scroll]: ../setup/setting-up-the-header.md#automatic-hiding + +#### $ 500 – Madame Jeanette + +- [x] Improved search result grouping +- [x] Improved search result relevance and scoring +- [x] Missing query terms in search results diff --git a/mkdocs-material/docs/insiders/changelog/index.md b/mkdocs-material/docs/insiders/changelog/index.md new file mode 100644 index 0000000..0e3aca7 --- /dev/null +++ b/mkdocs-material/docs/insiders/changelog/index.md @@ -0,0 +1,1115 @@ +# Changelog + +## Material for MkDocs Insiders + +### 4.53.14 <small>September 29, 2024</small> { id="4.53.14" } + +- Fixed #7567: Empty headlines when using typeset plugin with anchorlinks + +### 4.53.13 <small>September 14, 2024</small> { id="4.53.13" } + +- Fixed #7520: Social plugin errors for generated files (MkDocs 1.6+) + +### 4.53.12 <small>August 2, 2024</small> { id="4.53.12" } + +- Fixed #7410: Instant previews jump on content tabs with anchor links +- Fixed #7408: Instant previews jump on content tabs + +### 4.53.11 <small>May 27, 2024</small> { id="4.53.11" } + +- Fixed projects plugin crashing when serving before building subprojects + +### 4.53.10 <small>May 20, 2024</small> { id="4.53.10" } + +- Fixed projects plugin crashing in serve mode when disabled +- Fixed projects plugin crashing when building nested projects + +### 4.53.9 <small>May 20, 2024</small> { id="4.53.9" } + +- Fixed #7191: Tags listings not rendering when `toc_depth` is changed + +### 4.53.8 <small>April 26, 2024</small> { id="4.53.8" } + +- Fixed #7052: Preview extension automatically including all pages +- Fixed #7051: Instant previews mounting on footnote references +- Fixed #5165: Improved tooltips not mounting in sidebar for typeset plugin + +### 4.53.7 <small>April 25, 2024</small> { id="4.53.7" } + +- Fixed #7060: Incorrect resolution of translation when using static-i18n + +### 4.53.6 <small>April 5, 2024</small> { id="4.53.6" } + +- Ensure working directory is set for projects when using projects plugin +- Fixed #6970: Incorrect relative paths in git submodules with projects plugin + +### 4.53.5 <small>April 2, 2024</small> { id="4.53.5" } + +- Fixed social plugin crashing when no colors are specified in palettes + +### 4.53.4 <small>March 31, 2024</small> { id="4.53.4" } + +- Fixed #6973: Escaping issue in tags extra files deprecation helper + +### 4.53.3 <small>March 23, 2024</small> { id="4.53.3" } + +- Added support for font variants in social plugin +- Improved resilience of font resolution in social plugin +- Fixed tag listing sometimes not being auto-populated +- Fixed tag listing scope not being correctly resolved +- Fixed #6941: Meta plugin adding duplicate entries +- Fixed #6928: Social plugin crashes for some fonts + +### 4.53.2 <small>March 18, 2024</small> { id="4.53.2" } + +- Fixed abort on first non-matching configuration in preview extension +- Fixed #6914: Meta files take precedence over front matter + +### 4.53.1 <small>March 6, 2024</small> { id="4.53.1" } + +- Fixed #6877: Projects plugin computes incorrect path to assets +- Fixed #6869: Blog plugin should emit warning on invalid related link + +### 4.53.0 <small>February 24, 2024</small> { id="4.53.0" } + +- Added support for automatic instant previews +- Added support for pinned blog posts + +### 4.52.3 <small>February 21, 2024</small> { id="4.52.3" } + +- Fixed resolution of URLs in instant previews +- Fixed instant previews not mounting for same-page links + +### 4.52.2 <small>February 7, 2024</small> { id="4.52.2" } + +- Fixed #6735: Instant previews misplaced when below tabs + +### 4.52.1 <small>January 30, 2024</small> { id="4.52.1" } + +- Fixed #6705: Navigation path not being hidden when specified +- Fixed #6703: New tags plugin crashes on Windows (2nd attempt) + +### 4.52.0 <small>January 28, 2024</small> { id="4.52.0" } + +- Added support for instant previews +- Fixed footnote tooltips positioning edge cases +- Fixed #6703: New tags plugin crashes on Windows + +### 4.51.0 <small>January 24, 2024</small> { id="4.51.0" } + +- Added support for footnote tooltips + +### 4.50.0 <small>January 19, 2024</small> { id="4.50.0" } + +- Added configurable logging capabilities to privacy plugin + +### 4.49.2 <small>January 9, 2024</small> { id="4.49.2" } + +- Fixed missing attribute lists extension for tags plugin +- Fixed #6627: New tags plugin crashes on Python 3.8 + +### 4.49.1 <small>January 7, 2024</small> { id="4.49.1" } + +- Improved interop of new tags plugin with other plugins +- Fixed #6594: Tags plugin doesn't work with mkdocs-macros plugin +- Fixed #6569: Social plugin crashes if in different file system location + +### 4.49.0 <small>December 29, 2023</small> { id="4.49.0" } + +- Added support for exporting tags and mappings +- Added support for disabling tags and/or listings or both +- Fixed tag links from pages to listings on homepage + +### 4.48.0 <small>December 23, 2023</small> { id="4.48.0" } + +- Rewrite of tags plugin, now much more powerful +- Added support for nested tags (tag hierarchies, e.g. foo/bar) +- Added support for shadow tags (by list, prefix or suffix) +- Added support for custom tag layouts and templates +- Added support for hiding tags in table of contents +- Added support for configurable inline tag listings +- Added support for automatically linking to closest tag listing +- Added support for scoped listings (limit to subsection of site) +- Added support for multiple instances of tags plugin +- Added support for changing front matter property and template variable +- Added support for tag slugification format strings +- Fixed #6510: Projects plugin out of memory on Linux (4.47.1 regression) +- Fixed projects plugin not notifying plugins about serve mode +- Fixed projects plugin skipping projects on prefix match +- Deprecated tags_file and tags_extra_files settings +- Modernized tags plugin code base + +### 4.47.1 <small>December 11, 2023</small> { id="4.47.1" } + +- Improved editing experience for projects plugin +- Improved resilience of optimize and social plugin +- Fixed race condition when writing manifest in optimize and social plugin +- Fixed #6475: Logo not taking precedence over icon in social card +- Fixed #6399: Projects plugin doesn't pick up added/removed projects +- Fixed #6306: Projects plugin cache not correctly updated + +### 4.47.0 <small>December 8, 2023</small> { id="4.47.0" } + +- Added support for staying on page when switching languages +- Added configurable logging capabilities to projects plugin +- Removed temporary warning on blog plugin authors file format change +- Fixed projects plugin logging messages twice on Linux systems +- Fixed projects plugin trying to hoist theme assets of divergent themes +- Fixed compatibility of optimize plugin and projects plugin +- Fixed compatibility of social plugin and projects plugin +- Fixed #6448: Code line selection broken for code blocks with custom ids +- Fixed #6437: Projects plugin crashing for certain site URL configurations +- Fixed #6414: Projects plugin doesn't prefix messages coming from projects + +### 4.46.0 <small>November 26, 2023</small> { id="4.46.0" } + +- Added support for author profiles in blog plugin +- Fixed custom index pages yielding two navigation items (4.45.0 regression) + +### 4.45.0 <small>November 24, 2023</small> { id="4.45.0" } + +- Added support for sorting blog categories by post count or custom function +- Improved tags plugin to generate Unicode-aware slugs by default +- Fixed non-deterministic order of multiple authors in blog plugin + +### 4.44.0 <small>November 23, 2023</small> { id="4.44.0" } + +- Added pagination settings for archive pages in blog plugin +- Added pagination settings for category pages in blog plugin + +### 4.43.1 <small>November 19, 2023</small> { id="4.43.1" } + +- Added third-party theme support in projects plugin, improving editing +- Fixed #6360: Projects plugin crashes when theme is not Material for MkDocs +- Fixed #6306: Projects plugin not reloading nested project configuration + +### 4.43.0 <small>November 5, 2023</small> { id="4.43.0" } + +- Added support for GitLab committers (document contributors) +- Fixed #6264: Fixed compatibility with Python < 3.10 +- Fixed #6254: Meta plugin not applying meta files to blog posts + +### 4.42.3 <small>October 27, 2023</small> { id="4.42.3" } + +- Fixed #6251: Cards in grids cut off on very small screens +- Fixed #6241: Using social plugin + static-i18n plugin errors + +### 4.42.2 <small>October 14, 2023</small> { id="4.42.2" } + +- Fixed #6186: Privacy plugin ignores hash fragments on images +- Fixed #6180: Projects plugin crashing when adding or removing files + +### 4.42.1 <small>October 5, 2023</small> { id="4.42.1" } + +- Fixed spacing of related links in blog posts on small screens + +### 4.42.0 <small>September 19, 2023</small> { id="4.42.0" } + +- Added support for using git submodules in projects plugin +- Added support for transforming project configurations +- Improved resilience of optimize and blog plugin +- Fixed optimize plugin crashing on `.jpeg` extension +- Fixed project URLs not using site URLs in projects plugin + +### 4.41.0 <small>September 11, 2023</small> { id="4.41.0" } + +- Improved multi-instance support for optimize plugin +- Added inclusion and exclusion patterns for optimize plugin +- Added transparent keyword for color handling in social plugin +- Changed default quality of PNGs to 3 in optimize plugin +- Fixed #5979: meta file not detected in root of docs directory + +### 4.40.4 <small>September 4, 2023</small> { id="4.40.4" } + +- Fixed privacy plugin choking on boolean HTML5 attributes +- Fixed wrapping of inline code blocks in typeset table of contents +- Fixed blog plugin error when running under dirty reload + +### 4.40.3 <small>September 2, 2023</small> { id="4.40.3" } + +- Fixed #5946: Docker image missing pngquant for optimize plugin + +### 4.40.2 <small>August 31, 2023</small> { id="4.40.2" } + +- Added configurable error handling capabilities for social plugin +- Fixed #5922: Blog plugin shows no posts when building a standalone blog +- Fixed #5914: Tags plugin tags_extra_files errors (4.39.3 regression) +- Fixed #5904: Blog plugin sometimes excludes files (4.40.1 regression) + +### 4.40.1 <small>August 27, 2023</small> { id="4.40.1" } + +- Fixed #5902: ResizeObserver polyfill not detected by privacy plugin +- Fixed empty category pages in blog plugin (4.40.0 regression) + +### 4.40.0 <small>August 26, 2023</small> { id="4.40.0" } + +- Added logo, title and description options to social plugin default layouts +- Fixed privacy plugin compatibility issue with Python < 3.10 +- Fixed #5896: Blog plugin errors when using custom index pages + +### 4.39.3 <small>August 24, 2023</small> { id="4.39.3" } + +- Fixed lxml dependency missing in Docker container (4.39.2 regression) + +### 4.39.2 <small>August 23, 2023</small> { id="4.39.2" } + +- Fixed color palette toggle being reversed (9.2.0 regression) + +### 4.39.1 <small>August 21, 2023</small> { id="4.39.1" } + +- Fixed git diff in tags plugin after merging back 9.2.0 changes + +### 4.39.0 <small>August 3, 2023</small> { id="4.39.0" } + +- Added support for hoisting theme media files when building projects +- Added support for sorting pages on tags index for tags plugin +- Added support for adding date of last update to blog posts +- Fixed #5797: Parse error in typeset plugin (4.38.1 regression) + +### 4.38.1 <small>August 1, 2023</small> { id="4.38.1" } + +- Improved nested serve mode for projects plugin +- Improved compat in privacy plugin with third-party plugins +- Fixed #5790: Typeset plugin ignores data-toc-label attribute +- Fixed #5778: Interplay of privacy plugin with git-revision-date-localized +- Fixed #5773: Info plugin erroring when community edition is in beta + +### 4.38.0 <small>July 29, 2023</small> { id="4.38.0" } + +- Added projects plugin for building nested projects +- Updated privacy plugin to new MkDocs API + +### 4.37.1 <small>July 28, 2023</small> { id="4.37.1" } + +- Updated MkDocs to 1.5.1 +- Fixed deprecation warning in social plugin due to MkDocs upgrade +- Fixed #5772: Privacy plugin fails due to API change in MkDocs + +### 4.37.0 <small>July 7, 2023</small> { id="4.37.0" } + +- Added support for overriding social cards settings per page +- Added new social card `default/only/image` layout +- Improved resilience of optimize and social plugin +- Fixed rendering bugs for pruned navigation items +- Fixed jumping of content tabs anchor links when instant loading is enabled +- Fixed #5676: Optimize plugin doesn't check for `pngquant` + +### 4.36.1 <small>June 23, 2023</small> { id="4.36.1" } + +- Fixed #5618: Date comparison breaking for drafts in blog plugin + +### 4.36.0 <small>June 15, 2023</small> { id="4.36.0" } + +- Added support for instant prefetching to speed up slow connections +- Improved stability of anchor link removal in built-in typeset plugin +- Improved performance of regular expressions in typeset plugin +- Removed unnecessary import test for `cairosvg` in optimize plugin +- Fixed #5590: Regular expression for anchor link removal too greedy + +### 4.35.3 <small>June 1, 2023</small> { id="4.35.3" } + +- Fixed #5579: Abbreviations in headlines filtered by typeset plugin + +### 4.35.2 <small>May 29, 2023</small> { id="4.35.2" } + +- Fixed #5555: Blog plugin crashes when computing readtime for emojis + +### 4.35.1 <small>May 20, 2023</small> { id="4.35.1" } + +- Fixed internal handling of errors in social plugin + +### 4.35.0 <small>May 20, 2023</small> { id="4.35.0" } + +- Improve editing experience and stability of social plugin +- Added support for custom layout syntax validation in social plugin +- Added support for layer origin for easier placement in social plugin +- Added support for in- and exclusion patterns in social plugin +- Catch and print syntax errors in custom layouts + +### 4.34.1 <small>May 16, 2023</small> { id="4.34.1" } + +- Disable social plugin debug mode by default on mkdocs build +- Added warning in social plugin debug mode when font style couldn't be found +- Set default concurrency of built-in multi-threaded plugins to CPUs - 1 +- Fixed #5521: Social plugin triggers race condition when downloading fonts +- Fixed #5515: Social plugin crashes when concurrency is set to 1 + +### 4.34.0 <small>May 14, 2023</small> { id="4.34.0" } + +- Added support for new overflow mode to auto-fit text in social plugin +- Reduced subtle rendering bugs in (code) annotations due to subpixel rounding +- Improved print styles for (code) annotation lists +- Improved performance of social plugin, now 3x as fast +- Improved interop of typeset plugin with MkDocstrings +- Fixed logo location for variants of default template in social plugin +- Fixed #5446: Built-in typeset plugin picks up headings in code blocks + +### 4.33.2 <small>May 12, 2023</small> { id="4.33.2" } + +- Fixed #5508: Social plugin crashes trying to copy cards on Docker/Windows +- Fixed #5507: Social plugin crashes on serve when layouts folder doesn't exist +- Fixed #5505: Social plugin trying to resolve logo in wrong location +- Fixed #5496: Annotations with nested lists incorrectly mounted +- Fixed #5493: Social plugin crashes on Python 3.8 + +### 4.33.1 <small>May 9, 2023</small> { id="4.33.1" } + +- Added support for SVG background images in social plugin + +### 4.33.0 <small>May 8, 2023</small> { id="4.33.0" } + +- Added support for custom layouts for social plugin +- Added support for background images for social cards + +### 4.32.6 <small>April 22, 2023</small> { id="4.32.6" } + +- Fixed #5336: Interplay of blog plugin with git-revision-date-localized + +### 4.32.5 <small>April 7, 2023</small> { id="4.32.5" } + +- Fixed #5322: Navigation tabs hoist nested page icons + +### 4.32.4 <small>March 24, 2023</small> { id="4.32.4" } + +- Fixed #5241: Built-in typeset plugin jams navigation for anchors in headings + +### 4.32.3 <small>March 9, 2023</small> { id="4.32.3" } + +- Fixed Docker image release workflow (9.1.0 regression) +- Fixed #5159: Missing underline for abbreviations (9.1.0 regression) + +### 4.32.2 <small>February 23, 2023</small> { id="4.32.2" } + +- Fixed #5127: Privacy plugin not handling large number of occurrences +- Fixed #5126: Privacy plugin breaks when replacing specific emojis + +### 4.32.1 <small>February 23, 2023</small> { id="4.32.1" } + +- Fixed code block spans interfering with copying +- Fixed #5077: Privacy plugin breaks image `alt` text encoding +- Fixed #5079: Privacy plugin removing `rel=me` on external links + +### 4.32.0 <small>February 19, 2023</small> { id="4.32.0" } + +- Added support for custom selectors for code annotations +- Added support for code line range selection for better sharing + +### 4.31.0 <small>February 18, 2023</small> { id="4.31.0" } + +- Added support for table of contents on blog index and archive pages +- Fixed #4512: Allow custom search field boosts (experimental) + +### 4.30.2 <small>February 13, 2023</small> { id="4.30.2" } + +- Fixed privacy plugin excludes not working (4.30.0 regression) + +### 4.30.1 <small>February 12, 2023</small> { id="4.30.1" } + +- Fixed privacy plugin not handling static templates (e.g. `404.html`) + +### 4.30.0 <small>February 6, 2023</small> { id="4.30.0" } + +- Rewrite of privacy plugin for concurrency, now twice as fast +- Added support for explicit inclusion for privacy plugin +- Added optimization support for privacy plugin (+ optimize plugin) + +### 4.29.0 <small>January 21, 2023</small> { id="4.29.0" } + +- Added built-in optimize plugin for automatically compressing images +- Switched reporting in built-in privacy plugin to `info` level + +### 4.28.1 <small>January 17, 2023</small> { id="4.28.1" } + +- Fixed built-in info plugin erroring for Insiders on version check +- Fixed #4865: Navigation paths render bug when there's no top-level section +- Fixed #4875: Added support for hiding navigation paths +- Improved navigation path to not render for a single item + +### 4.28.0 <small>January 14, 2023</small> { id="4.28.0" } + +- Added support for navigation path (breadcrumbs) + +### 4.27.1 <small>December 20, 2022</small> { id="4.27.1" } + +- Fixed rendering of succeeding navigation items in typeset plugin +- Fixed #4795: Built-in typeset plugin changes MkDocs' title precedence +- Fixed #4724: Blog plugin not rendering integrate table of contents + +### 4.27.0 <small>December 20, 2022</small> { id="4.27.0" } + +- Added built-in typeset plugin to preserve formatting in sidebars +- Added URL and table of contents support for blog categories + +### 4.26.6 <small>November 28, 2022</small> { id="4.26.6" } + +- Fixed #4683: Tags plugin crashes when a tag is empty + +### 4.26.5 <small>November 27, 2022</small> { id="4.26.5" } + +- Fixed #4632: Post excerpt title link doesn't point to top of the page + +### 4.26.4 <small>November 27, 2022</small> { id="4.26.4" } + +- Fixed redundant file extension when using privacy plugin + +### 4.26.3 <small>November 15, 2022</small> { id="4.26.3" } + +- Fixed #4637: Attachments w/o titles in related links error in blog plugin +- Fixed #4631: Remote favicons not downloaded and inlined by privacy plugin + +### 4.26.2 <small>November 3, 2022</small> { id="4.26.2" } + +- Updated MkDocs to 1.4.2 +- Added support for tag compare functions when sorting on index pages +- Fixed footnotes being rendered in post excerpts without separators +- Fixed error in blog plugin when `toc` extension is not enabled +- Fixed issues with invalid asset paths and linked post titles +- Fixed #4572: Privacy plugin fails when symlinks cannot be created +- Fixed #4545: Blog plugin doesn't automatically link headline to post +- Fixed #4542: Blog plugin doesn't allow for multiple instances +- Fixed #4532: Blog plugin doesn't allow for mixed use of date and datetime + +### 4.26.1 <small>October 22, 2022</small> { id="4.26.1" } + +- Improved reporting of configuration errors in tags plugin +- Fixed #4515: Privacy plugin fails when site URL is not defined +- Fixed #4514: Privacy plugin doesn't fetch Google fonts (4.26.0 regression) + +### 4.26.0 <small>October 18, 2022</small> { id="4.26.0" } + +- Refactored privacy plugin to prepare for new features +- Added support for `rel=noopener` links in privacy plugin +- Resolve encoding issues with blog and privacy plugin + +### 4.25.5 <small>October 16, 2022</small> { id="4.25.5" } + +- Updated MkDocs to 1.4.1 +- Added namespace prefix to built-in plugins +- Updated `content` and `header` partial + +### 4.25.4 <small>October 9, 2022</small> { id="4.25.4" } + +- Fixed other path issues for standalone blogs (4.24.2 regression) + +### 4.25.3 <small>October 9, 2022</small> { id="4.25.3" } + +- Fixed #4457: Posts not collected for standalone blog (4.24.2 regression) + +### 4.25.2 <small>October 4, 2022</small> { id="4.25.2" } + +- Fixed #4452: Blog and tags plugin crash when specifying slugify function + +### 4.25.1 <small>October 3, 2022</small> { id="4.25.1" } + +- Updated `mkdocs-rss-plugin` in `Dockerfile` to fix MkDocs compat errors + +### 4.25.0 <small>October 2, 2022</small> { id="4.25.0" } + +- Added support for navigation subtitles +- Added support for defining an allow list for built-in tags plugin +- Added support for custom slugify functions for built-in tags plugin +- Improved stability of search plugin when using `--dirtyreload` + +### 4.24.2 <small>October 1, 2022</small> { id="4.24.2" } + +- Updated MkDocs to 1.4 +- Fixed compatibility issues with MkDocs 1.4 +- Fixed incorrectly generated paths in privacy plugin +- Fixed blog index page not showing navigation when using meta plugin + +### 4.24.1 <small>September 30, 2022</small> { id="4.24.1" } + +- Fixed #4430: build error when enabling consent without repository URL + +### 4.24.0 <small>September 27, 2022</small> { id="4.24.0" } + +- Added support for custom content on index pages (blog) +- Added support for keeping content on paginated index pages (blog) +- Added support for limiting categories in post excerpts (blog) +- Added support for simple override of templates via front matter (blog) +- Added icon in navigation for pages with encrypted content +- Fixed #4396: Front matter of index pages not inherited by pagination (blog) +- Improved performance by building post excerpts once (blog) + +### 4.23.6 <small>September 22, 2022</small> { id="4.23.6" } + +- Fixed #4389: Blog posts in first week of year in wrong archive +- Fixed (= switched) footer previous and next links for blog posts + +### 4.23.5 <small>September 18, 2022</small> { id="4.23.5" } + +- Fixed #4367: Improved blog plugin date handling for MultiMarkdown syntax +- Fixed #4374: Fixed invalid URLs of related links to other blog posts + +### 4.23.4 <small>September 14, 2022</small> { id="4.23.4" } + +- Fixed #4365: Recursion error in blog plugin due to `deepcopy` +- Fixed path errors for blog plugin on Windows +- Fixed publishing workflow in forked repositories + +### 4.23.3 <small>September 13, 2022</small> { id="4.23.3" } + +- Fixed previous and next page links for drafts of blog posts + +### 4.23.2 <small>September 13, 2022</small> { id="4.23.2" } + +- Fixed #4348: Blog plugin crashes on custom `nav` title +- Fixed blog plugin crashing when category contained only drafts +- Fixed rendering of content from blog index file + +### 4.23.1 <small>September 12, 2022</small> { id="4.23.1" } + +- Fixed #4345: Blog plugin errors with default settings + +### 4.23.0 <small>September 12, 2022</small> { id="4.23.0" } + +- Added blogging support via built-in blog plugin + +### 4.22.1 <small>September 7, 2022</small> { id="4.22.1" } + +- Fixed #4217: Tooltips in data tables render in wrong position + +### 4.22.0 <small>August 21, 2022</small> { id="4.22.0" } + +- Added support for navigation status + +### 4.21.1 <small>August 13, 2022</small> { id="4.21.1" } + +- Fixed #4176: Broken image when avatar is served by Gravatar +- Fixed #4212: Deferred search initialization for file:// locations + +### 4.21.0 <small>July 17, 2022</small> { id="4.21.0" } + +- Added meta plugin: set front matter for all pages in a folder +- Fixed #4114: Tags plugin fails if only `tags_extra_files` is set + +### 4.20.1 <small>July 11, 2022</small> { id="4.20.1" } + +- Fixed #4105: Tags plugin fails if `tags_file` is not set (4.20.0 regression) + +### 4.20.0 <small>July 7, 2022</small> { id="4.20.0" } + +- Added support for additional tags indexes +- Fixed #4100: Tag icons not shown in tags index + +### 4.19.2 <small>July 4, 2022</small> { id="4.19.2" } + +- Fixed #4051: Privacy plugin fails if symlinking isn't allowed on Windows + +### 4.19.1 <small>June 25, 2022</small> { id="4.19.1" } + +- Added `mkdocs-git-committers-plugin` to Dockerfile +- Added `mkdocs-git-revision-date-localized-plugin` to Dockerfile + +### 4.19.0 <small>June 24, 2022</small> { id="4.19.0" } + +- Added support for document contributors +- Updated French translations for cookie consent + +### 4.18.2 <small>June 16, 2022</small> { id="4.18.2" } + +- Fixed #4026: Fixed tooltips not mounted for nested navigation links + +### 4.18.1 <small>June 14, 2022</small> { id="4.18.1" } + +- Fixed #3990: Chinese search highlighting not working on non-boundaries + +### 4.18.0 <small>June 11, 2022</small> { id="4.18.0" } + +- Added support for automatic dark/light mode +- Fixed #4009: Privacy plugin uses invalid paths for file cache on Windows + +### 4.17.2 <small>June 5, 2022</small> { id="4.17.2" } + +- Added support for custom jieba dictionaries (Chinese search) + +### 4.17.1 <small>June 5, 2022</small> { id="4.17.1" } + +- Added support for cookie consent reject button +- Added support for cookie consent custom button ordering +- Fixed #3988: Content tab not focused after alternating anchor links + +### 4.17.0 <small>June 4, 2022</small> { id="4.17.0" } + +- Added support for content tabs anchor links (deep linking) +- Fixed #3975: Detect composition events in search interface (Chinese) +- Fixed #3980: Search plugin doesn't use title set via front matter + +### 4.16.2 <small>May 29, 2022</small> { id="4.16.2" } + +- Fixed #3961: Nested sections triggered build error for navigation tabs + +### 4.16.1 <small>May 28, 2022</small> { id="4.16.1" } + +- Switched feedback widget rating titles to tooltips +- Improved contrast of link colors for light/dark color schemes +- Fixed #3950: Sticky navigation tabs rendering broken (4.15.2 regression) +- Fixed #3958: Links invisible when using `white` primary color + +### 4.16.0 <small>May 25, 2022</small> { id="4.16.0" } + +- Added support for navigation pruning +- Fixed search results for non-segmented characters (4.15.2 regression) + +### 4.15.2 <small>May 22, 2022</small> { id="4.15.2" } + +- Removed workaround for `abbr` on touch devices (superseded by tooltips) +- Fixed #3915: Improved Chinese search query segmentation +- Fixed #3938: Fixed tooltips position for navigation titles with ellipsis + +### 4.15.1 <small>May 14, 2022</small> { id="4.15.1" } + +- Improved performance of element focus observables +- Fixed #3531: Added prev/next buttons to content tabs +- Fixed tooltip positioning when host element is hidden + +### 4.15.0 <small>May 8, 2022</small> { id="4.15.0" } + +- Added support for improved tooltips +- Fixed #3785: Show tooltip on hover for overflowing navigation link + +### 4.14.0 <small>May 5, 2022</small> { id="4.14.0" } + +- Added Chinese language support to built-in search plugin +- Fixed all-numeric page titles raising error in social plugin + +### 4.13.2 <small>April 30, 2022</small> { id="4.13.2" } + +- Improved caching of downloaded resources in privacy plugin +- Fixed #3851: External images not downloaded by privacy plugin + +### 4.13.1 <small>April 25, 2022</small> { id="4.13.1" } + +- Fixed #3839: Tags plugin breaks without icons (4.13.0 regression) + +### 4.13.0 <small>April 24, 2022</small> { id="4.13.0" } + +- Added support for tag icons + +### 4.12.0 <small>March 27, 2022</small> { id="4.12.0" } + +- Added support for card grids and grid layouts +- Fixed #3685: Annotations sometimes broken when using instant loading +- Fixed #3742: Automatically add Mermaid.js when building for offline usage + +### 4.11.0 <small>March 6, 2022</small> { id="4.11.0" } + +- Added support for excluding external assets from privacy plugin + +### 4.10.1 <small>March 2, 2022</small> { id="4.10.1" } + +- Added missing build dependencies to Dockerfile +- Fixed encoding issues in privacy plugin, now forcing UTF-8 encoding +- Fixed #3624: Scroll to active navigation item unreliable in Firefox +- Fixed #3642: Privacy plugin errors when font setting was omitted + +### 4.10.0 <small>February 27, 2022</small> { id="4.10.0" } + +- Added support for offline plugin (supersedes offline search support) +- Improved built-in privacy plugin to download nested JavaScript assets +- Refactored configuration of built-in privacy plugin + +### 4.9.1 <small>February 21, 2022</small> { id="4.9.1" } + +- Fixed #3610: missing `lxml` dependency for privacy plugin +- Fixed error when charset is missing in `content-type` header + +### 4.9.0 <small>February 20, 2022</small> { id="4.9.0" } + +- Added privacy plugin: automatic downloading of external assets + +### 4.8.3 <small>February 13, 2022</small> { id="4.8.3" } + +- Fixed #3560: Mermaid diagrams don't render for `file://` locations + +### 4.8.2 <small>February 10, 2022</small> { id="4.8.2" } + +- Fixed #3559: Mermaid diagrams don't render inside closed `details` + +### 4.8.1 <small>February 6, 2022</small> { id="4.8.1" } + +- Fixed jump back to top on mobile when using anchor following + +### 4.8.0 <small>February 6, 2022</small> { id="4.8.0" } + +- Added support for anchor following table of contents (= auto scroll) + +### 4.7.2 <small>February 2, 2022</small> { id="4.7.2" } + +- Fixed #3526: Transparent sidebar title due to Safari bug +- Fixed #3528: Firefox sometimes clips text in flow chart diagrams + +### 4.7.1 <small>January 30, 2022</small> { id="4.7.1" } + +- Fixed #3506: Tags index not respecting title set via front matter + +### 4.7.0 <small>January 25, 2022</small> { id="4.7.0" } + +- Added native support for offline search + +### 4.6.1 <small>January 16, 2022</small> { id="4.6.1" } + +- Fixed #3459: Section index pages picking up wrong title + +### 4.6.0 <small>January 11, 2022</small> { id="4.6.0" } + +- Added support for annotations (outside of code blocks) + +### 4.5.2 <small>January 8, 2022</small> { id="4.5.2" } + +- Fixed #3440: Content tab indicator not moving when using linking +- Fixed #3445: Content tab switch flickers/jitters when using linking + +### 4.5.1 <small>January 2, 2022</small> { id="4.5.1" } + +- Added support for setting initial state of cookie consent +- Fixed #3396: Disappearing link in navigation due to Safari bug + +### 4.5.0 <small>December 16, 2021</small> { id="4.5.0" } + +- Added support for navigation icons + +### 4.4.0 <small>December 10, 2021</small> { id="4.4.0" } + +- Added support for code annotation anchor links (deep linking) +- Added new code annotation syntax modifier to strip comment +- Updated German translations for cookie consent + +### 4.3.0 <small>December 5, 2021</small> { id="4.3.0" } + +- Added support for custom fonts in social cards +- Fixed #3300: Announcement bar reappearing when using instant loading + +### 4.2.0 <small>December 2, 2021</small> { id="4.2.0" } + +- Added support for dismissible announcement bar +- Added support for named placeholders in feedback widget + +### 4.1.0 <small>November 30, 2021</small> { id="4.1.0" } + +- Added support for passing page title to feedback forms + +### 4.0.0 <small>November 28, 2021</small> { id="4.0.0" } + +- Removed deprecated content tabs legacy implementation +- Removed deprecated `seealso` admonition type +- Removed deprecated `site_keywords` setting (unsupported by MkDocs) +- Removed deprecated prebuilt search index support +- Removed deprecated web app manifest – use customization +- Removed `extracopyright` variable – use new `copyright` partial +- Removed Disqus integration – use customization +- Switched to `:is()` selectors for simple selector lists +- Switched autoprefixer from `last 4 years` to `last 2 years` +- Improved CSS overall to match modern standards +- Improved CSS variable semantics for fonts +- Improved extensibility by restructuring partials +- Improved handling of `details` when printing +- Improved keyboard navigation for footnotes +- Fixed #3214: Search highlighting breaks site when empty + +### 3.2.3 <small>November 20, 2021</small> { id="3.2.3" } + +- Updated Swedish and French translations +- Removed support for `.mermaid-experimental` class (now `.mermaid`) +- Fixed #3202: Cookie consent not dismissable on `file://` locations +- Fixed #3216: Cookie consent not dismissed when invoked via anchor +- Fixed #3232: Mermaid.js sometimes runs twice (race condition) + +### 3.2.2 <small>November 6, 2021</small> { id="3.2.2" } + +- Fixed always last feedback rating being sent +- Fixed #3145: Code annotations eat whole comment lines +- Fixed #3170: Feedback widget doesn't send data to GA4 + +### 3.2.1 <small>November 4, 2021</small> { id="3.2.1" } + +- Added support for custom Mermaid.js version via additional JavaScript +- Fixed some configuration edge cases for tags plugin (3.1.5 regression) +- Fixed feedback widget title not being centered in Firefox +- Fixed #3179: Safari doesn't send request for feedback widget + +### 3.2.0 <small>October 31, 2021</small> { id="3.2.0" } + +- Added support for feedback widget (Was this page helpful?) + +### 3.1.5 <small>October 28, 2021</small> { id="3.1.5" } + +- Fixed #3144: Rogue link when using tags with auto-populated navigation +- Fixed #3147: Code block line numbers appear in search results +- Fixed #3158: Social cards do not strip HTML tags from title + +### 3.1.4 <small>October 17, 2021</small> { id="3.1.4" } + +- Fixed #2974: Text cropped with other fonts than `Roboto` in social plugin +- Fixed #3099: Encoding problems with non-latin character in social plugin +- Fixed #3112: Japanese segmenter not executed as part of new tokenizer +- Fixed tags (front matter) appearing in search with disabled tags plugin + +### 3.1.3 <small>October 12, 2021</small> { id="3.1.3" } + +- Added warnings to search plugin for unsupported options and syntax +- Fixed #3503: Search sometimes returns entire page +- Fixed #3089: Single-line code annotations disappear when printing + +### 3.1.2 <small>October 6, 2021</small> { id="3.1.2" } + +- Fixed incorrect path separators for social cards on Windows + +### 3.1.1 <small>September 26, 2021</small> { id="3.1.1" } + +- Fixed ordering bug in search exclusion logic + +### 3.1.0 <small>September 26, 2021</small> { id="3.1.0" } + +- Added support for excluding pages, sections, and elements from search +- Fixed #2803: Code block annotations not visible when printing + +### 3.0.1 <small>September 19, 2021</small> { id="3.0.1" } + +- Added support for using literal `h1-6` tags for search plugin +- Fixed search plugin breaking on void elements without slashes +- Fixed search plugin filtering link contents from headlines +- Fixed search plugin handling of multiple `h1` headlines +- Fixed search plugin handling of missing `h1` headlines + +### 3.0.0 <small>September 13, 2021</small> { id="3.0.0" } + +- Rewrite of MkDocs' search plugin +- Added support for rich search previews +- Added support for tokenizer with lookahead +- Improved search indexing performance (twice as fast) +- Improved search highlighting + +### 2.13.3 <small>September 1, 2021</small> { id="2.13.3" } + +- Added support for disabling social card generation + +### 2.13.2 <small>August 25, 2021</small> { id="2.13.2" } + +- Fixed #2965: Social plugin error when primary color is not defined + +### 2.13.1 <small>August 21, 2021</small> { id="2.13.1" } + +- Fixed #2948: Social cards are not cached +- Fixed #2953: Mermaid.js diagrams can't be centered anymore + +### 2.13.0 <small>August 7, 2021</small> { id="2.13.0" } + +- Added support for custom colors in social cards + +### 2.12.2 <small>August 4, 2021</small> { id="2.12.2" } + +- Fixed #2891: Division by zero error in social plugin + +### 2.12.1 <small>July 26, 2021</small> { id="2.12.1" } + +- Fixed error in social plugin when `site_description` was not set +- Fixed error in social plugin for non-ASCII characters + +### 2.12.0 <small>July 25, 2021</small> { id="2.12.0" } + +- Added support for social cards + +### 2.11.1 <small>July 20, 2021</small> { id="2.11.1" } + +- Fixed order of tags index, now sorted alphabetically + +### 2.11.0 <small>July 18, 2021</small> { id="2.11.0" } + +- Improved Mermaid.js integration, now stable +- Added support for sequence diagrams +- Added support for entity relationship diagrams +- Added support for cookie consent configuration +- Added feature flag to always enable annotations + +### 2.10.0 <small>July 10, 2021</small> { id="2.10.0" } + +- Added support for cookie consent +- Fixed #2807: Back-to-top button not hidden when using sticky tabs + +### 2.9.2 <small>May 30, 2021</small> { id="2.9.2" } + +- Moved tags to partial for easier customization +- Added support for hiding tags on any page + +### 2.9.1 <small>May 24, 2021</small> { id="2.9.1" } + +- Added missing guard for linking of content tabs + +### 2.9.0 <small>May 23, 2021</small> { id="2.9.0" } + +- Added support for linking of content tabs + +### 2.8.0 <small>May 12, 2021</small> { id="2.8.0" } + +- Added support for boosting pages in search + +### 2.7.2 <small>May 8, 2021</small> { id="2.7.2" } + +- Fixed #2638: Warnings shown when using `tags` plugin without directory URLs + +### 2.7.1 <small>May 3, 2021</small> { id="2.7.1" } + +- Fixed `git-revision-date-localized` plugin integration (2.7.0 regression) + +### 2.7.0 <small>May 1, 2021</small> { id="2.7.0" } + +- Added support for tags (with search integration) + +### 2.6.0 <small>April 11, 2021</small> { id="2.6.0" } + +- Stay on page when switching versions + +### 2.5.0 <small>March 28, 2021</small> { id="2.5.0" } + +- Added support for version warning + +### 2.4.0 <small>March 20, 2021</small> { id="2.4.0" } + +- Added support for custom admonition icons +- Fixed #2444: Code block annotations with extra comments have wrong index + +### 2.3.1 <small>March 14, 2021</small> { id="2.3.1" } + +- Fixed anchor offset for permalinks when using sticky navigation tabs + +### 2.3.0 <small>March 13, 2021</small> { id="2.3.0" } + +- Added support for back-to-top button + +### 2.2.1 <small>March 4, 2021</small> { id="2.2.1" } + +- Fixed #2382: Repository stats failing when no release tag is present + +### 2.2.0 <small>February 28, 2021</small> { id="2.2.0" } + +- Added support for code block annotations + +### 2.1.0 <small>February 26, 2021</small> { id="2.1.0" } + +- Added support for anchor tracking + +### 2.0.0 <small>February 24, 2021</small> { id="2.0.0" } + +- Migrated Insiders to the new architecture +- Swapped color palette toggle configuration + +### 1.17.0 <small>January 31, 2021</small> { id="1.17.0" } + +- Added support for section index pages + +### 1.16.1 <small>January 26, 2021</small> { id="1.16.1" } + +- Fixed #2249: Instant loading + sticky tabs result in invalid links +- Fixed #2248: Search highlighting URL parameter always added +- Fixed #2235: Version selector doesn't select current version for aliases + +### 1.16.0 <small>January 7, 2021</small> { id="1.16.0" } + +- Added latest release to repository info (GitHub) +- Slight facelift of repository info (lighter fonts, spacing and icons) + +### 1.15.0 <small>January 2, 2021</small> { id="1.15.0" } + +- Added support for native Mermaid.js integration + +### 1.14.0 <small>December 30, 2020</small> { id="1.14.0" } + +- Added support for sharing searches + +### 1.13.2 <small>December 22, 2020</small> { id="1.13.2" } + +- Fixed version selector + sticky tabs navigation rendering issues +- Fixed version selector wrapping + +### 1.13.1 <small>December 20, 2020</small> { id="1.13.1" } + +- Removed horizontal scrollbars on language and version selector +- Fixed type conversion in JavaScript config + +### 1.13.0 <small>December 13, 2020</small> { id="1.13.0" } + +- Refactored navigation tabs to simplify grouping behavior +- Added support for sticky navigation tabs +- Added support for arbitrary links in navigation tabs +- Fixed #2098: Subsequent active subsection not highlighted correctly + +### 1.12.1 <small>December 8, 2020</small> { id="1.12.1" } + +- Fixed empty language selector being shown + +### 1.12.0 <small>December 6, 2020</small> { id="1.12.0" } + +- Added support for adding a language selector + +### 1.11.2 <small>November 29, 2020</small> { id="1.11.2" } + +- Fixed #2068: Search highlight interprets code blocks as JavaScript + +### 1.11.1 <small>November 29, 2020</small> { id="1.11.1" } + +- Refactored styling to be more stable and easier to adjust +- Fixed some styling regressions from latest features + +### 1.11.0 <small>November 22, 2020</small> { id="1.11.0" } + +- Added support for rendering admonitions as inline blocks + +### 1.10.0 <small>November 15, 2020</small> { id="1.10.0" } + +- Added support for integrating table of contents into navigation + +### 1.9.0 <small>November 7, 2020</small> { id="1.9.0" } + +- Added support for hiding navigation and table of contents on any page +- Removed autohiding table of contents when empty + +### 1.8.0 <small>November 1, 2020</small> { id="1.8.0" } + +- Added support for navigation sections +- Fixed appearance of inactive search suggestions + +### 1.7.0 <small>October 25, 2020</small> { id="1.7.0" } + +- Added support for deploying multiple versions +- Fixed alignment of sidebar when content area is too small + +### 1.6.0 <small>October 11, 2020</small> { id="1.6.0" } + +- Added support for search suggestions to save keystrokes +- Added support for removing __Made with Material for MkDocs__ from footer +- Fixed #1915: search should go to first result by pressing ++enter++ + +### 1.5.1 <small>September 21, 2020</small> { id="1.5.1" } + +- Fixed content area stretching to whole width for long code blocks + +### 1.5.0 <small>September 19, 2020</small> { id="1.5.0" } + +- Added support for autohiding table of contents when empty + +### 1.4.1 <small>September 6, 2020</small> { id="1.4.1" } + +- Improved typeahead and search result relevance and scoring + +### 1.4.0 <small>August 30, 2020</small> { id="1.4.0" } + +- Added support for autohiding header on scroll + +### 1.3.0 <small>August 26, 2020</small> { id="1.3.0" } + +- Added support for user-selectable color palettes + +### 1.2.0 <small>August 11, 2020</small> { id="1.2.0" } + +- Added feature to expand navigation by default + +### 1.1.0 <small>August 3, 2020</small> { id="1.1.0" } + +- Added highlighting of search results + +### 1.0.0 <small>July 14, 2020</small> { id="1.0.0" } + +- Added grouping of search results +- Added missing query terms to search result +- Improved search result relevance and scoring diff --git a/mkdocs-material/docs/insiders/community-experts-program/index.md b/mkdocs-material/docs/insiders/community-experts-program/index.md new file mode 100644 index 0000000..54c6276 --- /dev/null +++ b/mkdocs-material/docs/insiders/community-experts-program/index.md @@ -0,0 +1,148 @@ +--- +title: Community Experts Program +status: new +--- + +# Calling for Community Experts + +Interested in joining the Material for MkDocs team as a Community Expert? +We're on the lookout for individuals who are passionate about supporting our +awesome community. In return for your valuable contributions, time, and +insights, __you'll gain free access to the Insiders edition__. + +## Why we need you + +As our project and community continue to grow, so do the questions and needs of +our users on our discussion board. Our discussion board is a vital part of our +project, serving as a hub for our community to connect and a valuable knowledge +base to complement our documentation. + +We're eager to keeping it well-maintained, organized, easy to search and address +all queries which is why we need extra hands to keep up with the demand. + +That's why we're building a team of Community Experts! + +## Your role + +As a Community Expert, your role primarily involves active participation on +our [discussion board], where we'd expect you to be: + +- Answering discussions to help users with their questions +- Providing guidance regarding implementations +- Sharing insights into customizations and workarounds +- Optimizing searchability by adjusting discussion titles with relevant keywords + +## Your benefits + +Here is a list of the benefits we offer to our Community Experts: + +- __Free access to Material for MkDocs Insiders__ – Exclusive Access to all of + our Material for MkDocs Insiders features for _non-commercial use_.[^1] + +- __Close communication with the team__ – Stay connected with us through various + channels, including calls and internal project management tools. + +- __GitHub profile boost__ – Enhance your GitHub profile's visibility and + credibility as your activity increases, earning you valuable badges that can + enhance your credibility. + + [^1]: + Access to Insiders is granted to your primary account, i.e., the account + with which you're contributing to the project. It cannot be transferred to + another account. Additionally, it cannot be used for commercial purposes. + +## Your knowledge & skills + +To be a successful Community Expert, your skills should include the following: + +- __Material and MkDocs allrounder__ – You have an understanding of Material + for MkDocs and the MkDocs ecosystem, including many of its extensions and + plugins. + +- __Great communicator__ – You enjoy helping others in a productive, + constructive and friendly manner and use inclusive and welcoming language. + +- __Independent worker__ – You are self-motivated, stay up-to-date with + project developments, regularly check the discussion board, and respond to + notifications in reasonable time. + + [discussion board]: https://github.com/squidfunk/mkdocs-material/discussions + [documentation]: https://squidfunk.github.io/mkdocs-material/ + [contribution guides]: ../contributing/index.md + +## Your time commitment + +We don't require a fixed number of hours each week; instead, we ask for a +minimum of __five answered discussions per month[^2]__, which amounts to +slightly more than one per week. Your active interaction within the community is +highly valued. + +To do this effectively, it's best to regularly check the discussion board to see +where you can offer help. The time you invest may vary depending on the +complexity of the topics and questions. + +Upon joining, you'll receive access to the Insiders' edition for as long as you +continue to assist us. Access will be renewed every three months, allowing you +the flexibility to continue your contributions or take a break as needed. + + [^2]: + An answered discussion is a collaborative interaction where knowledge and + expertise are shared, resulting in resolutions or clarifications that benefit + the user and our entire community. In essence, it embodies the spirit of + cooperation and support within our community, highlighting the power of + collective wisdom and the willingness to assist and uplift one another. + +## Ready to get started? + +Since we have a limited number of seats for these roles[^3], we would like to +get to know you before you become one of our Community Experts. Here's how to +get started: + + [^3]: + Please note that we're currently limiting the number of seats on the + Community Experts program to three. We will update this page when we'll + expand the team, which is when we'll be accepting new applications. + +### Step 1: Get in touch + +Send us an email introducing yourself, sharing a bit about your background, and +include a link to your GitHub profile. Additionally, provide links to three +previous discussions you've answered on the discussion board, where you've +assisted another community member. + +Please use the following email template to reach out to us at +community@squidfunk.com: + +``` +Subject: Community Expert + +Intro: Tell us a bit about yourself. + - Name: + - Background: + - Profession: + - GitHub profile: + +Answered discussions + - Link 1: + - Link 2: + - Link 3: +``` + +### Step 2: Evaluation + +After receiving and reviewing your application, we will get in touch with you +to discuss everything you need to know to get started. If you get selected, we +will set you up as a collaborator and provide you immediate access to the +Insiders edition for three months. + +### Step 3: Dive in + +Let's get started! You can actively begin participating in five discussions per +month. We trust you to take the lead, and we won't do strict monitoring. Simply +ensure that you are consistently listed on the _Most Helpful_ list, located on +the discussion board's left side, under the categories. +--- + +__Ready to join us?__ + +Sounds good? Let's give it a try! diff --git a/mkdocs-material/docs/insiders/getting-started.md b/mkdocs-material/docs/insiders/getting-started.md new file mode 100644 index 0000000..f0c7862 --- /dev/null +++ b/mkdocs-material/docs/insiders/getting-started.md @@ -0,0 +1,184 @@ +--- +title: Getting started with Insiders +--- + +# Getting started with Insiders + +Material for MkDocs Insiders is a compatible drop-in replacement for Material +for MkDocs, and can be installed similarly using [`pip`][pip], +[`docker`][docker] or [`git`][git]. Note that in order to access the Insiders +repository, you need to [become an eligible sponsor] of @squidfunk on GitHub. + + [pip]: #with-pip + [docker]: #with-docker + [git]: #with-git + [become an eligible sponsor]: how-to-sponsor.md + +## Requirements + +After you've been added to the list of collaborators and accepted the +repository invitation, the next step is to create a [personal access token] for +your GitHub account in order to access the Insiders repository programmatically +(from the command line or GitHub Actions workflows): + +1. Go to https://github.com/settings/tokens +2. Click on [Generate a new token] +3. Enter a name and select the [`repo`][scopes] scope +4. Generate the token and store it in a safe place + + [personal access token]: https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token + [Generate a new token]: https://github.com/settings/tokens/new + [scopes]: https://docs.github.com/en/developers/apps/scopes-for-oauth-apps#available-scopes + +Some of the instructions below require that the `GH_TOKEN` environment +variable is set to the value of the personal access token you +generated in the previous step. Note that the personal access token +must be kept secret at all times, as it allows the owner to access +your private repositories. + +## Installation + +### with pip + +Material for MkDocs Insiders can be installed with `pip`. You will +normally want to install the latest release but can also install a +specific older release or even the latest development version. +Make sure you have the `GH_TOKEN` variable set as instructed above. + +=== "Specific release" + + Pick the corresponding tag from the [list of tags] for the Insiders + repository. In the `pip` command below, replace the tag at the + end of the URL with the one you want. + + ``` sh + pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git@9.4.2-insiders-4.42.0 + ``` + +=== "Latest" + + ``` sh + pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git + ``` + +[list of tags]: https://github.com/squidfunk/mkdocs-material-insiders/tags + +### with docker + +In case you want to use Material for MkDocs Insiders from within Docker, some +additional steps are necessary. While we cannot provide a hosted Docker image +for Insiders[^2], [GitHub Container Registry] allows for simple and +comfortable self-hosting: + +1. [Fork the Insiders repository] +2. Enable [GitHub Actions] on your fork[^3] +3. Create a new personal access token[^4] + 1. Go to https://github.com/settings/tokens + 2. Click on [Generate a new token] + 3. Enter a name and select the [`write:packages`][scopes] scope + 4. Generate the token and store it in a safe place +4. Add a [GitHub Actions secret] on your fork + 1. Set the name to `GHCR_TOKEN` + 2. Set the value to the personal access token created in the previous step +5. [Create a new release] to build and publish the Docker image +6. Install [Pull App] on your fork to stay in-sync with upstream + +The [`publish`][publish] workflow[^5] is automatically run when a new tag +(release) is created. When a new Insiders version is released on the upstream +repository, the [Pull App] will create a pull request with the changes and +pull in the new tag, which is picked up by the [`publish`][publish] workflow +that builds and publishes the Docker image automatically to your private +registry. + +Now, you should be able to pull the Docker image from your private registry: + +``` +docker login -u ${GH_USERNAME} -p ${GHCR_TOKEN} ghcr.io +docker pull ghcr.io/${GH_USERNAME}/mkdocs-material-insiders +``` + +Should you wish to add additional plugins to the insiders container image, follow the steps +outlined in the [Getting Started guide](../getting-started.md#with-docker). + + [^2]: + Earlier, Insiders provided a dedicated Docker image which was available to + all sponsors. On March 21, 2021, the image was deprecated for the reasons + outlined and discussed in #2442. It was removed on June 1, 2021. + + [^3]: + When forking a repository, GitHub will disable all workflows. While this + is a reasonable default setting, you need to enable GitHub Actions to be + able to automatically build and publish a Docker image on + [GitHub Container Registry]. + + [^4]: + While you could just add the `write:packages` scope to the personal access + token created to access the Insiders repository, it's safer to create a + dedicated token which you'll only use for publishing the Docker image. + + [^5]: + The Insiders repository contains two GitHub Actions workflows: + + - `build.yml` – Build and lint the project (disabled on forks) + - `publish.yml` – Build and publish the Docker image + +### with git + +Of course, you can use Material for MkDocs Insiders directly from `git`: + +``` +git clone git@github.com:squidfunk/mkdocs-material-insiders.git mkdocs-material +``` + +The theme will reside in the folder `mkdocs-material/material`. When cloning +from `git`, the theme must be installed, so MkDocs can find the built-in +plugins: + +``` +pip install -e mkdocs-material +``` + + [GitHub Container Registry]: https://docs.github.com/en/packages/guides/about-github-container-registry + [Fork the Insiders repository]: https://github.com/squidfunk/mkdocs-material-insiders/fork + [GitHub Actions]: https://docs.github.com/en/github/administering-a-repository/disabling-or-limiting-github-actions-for-a-repository + [packages scope]: https://docs.github.com/en/developers/apps/scopes-for-oauth-apps#available-scopes + [GitHub Actions secret]: https://docs.github.com/en/actions/reference/encrypted-secrets#creating-encrypted-secrets-for-a-repository + [Create a new release]: https://docs.github.com/en/github/administering-a-repository/managing-releases-in-a-repository#creating-a-release + [Pull App]: https://github.com/apps/pull + [publish]: https://github.com/squidfunk/mkdocs-material-insiders/blob/master/.github/workflows/publish.yml + +## Built-in plugins + +When you're using built-in plugins that are solely available via Insiders, +outside contributors won't be able to build your documentation project on their +local machine. This is the reason why we developed the [built-in group plugin] +that allows to conditionally load plugins: + +``` yaml +plugins: + - search + - social + + # CI=1 mkdocs build + - group: + enabled: !ENV CI + plugins: + - git-revision-date-localized + - git-committers + + # INSIDERS=1 mkdocs build + - group: + enabled: !ENV INSIDERS + plugins: + - optimize + - privacy +``` + +Of course, you can also enable both groups with: + +``` +CI=1 INSIDERS=1 mkdocs build +``` + + [built-in group plugin]: ../plugins/group.md + [configuration inheritance]: https://www.mkdocs.org/user-guide/configuration/#configuration-inheritance diff --git a/mkdocs-material/docs/insiders/how-to-sponsor.md b/mkdocs-material/docs/insiders/how-to-sponsor.md new file mode 100644 index 0000000..be170d4 --- /dev/null +++ b/mkdocs-material/docs/insiders/how-to-sponsor.md @@ -0,0 +1,114 @@ +# How to sponsor + +Becoming a sponsor for Material for MkDocs is a straightforward process through +@squidfunk's [GitHub Sponsors profile]. By supporting +the project with a monthly contribution of __$15 a month__ or more, you can sponsor +either via an [individual] or [organizational] GitHub account. + + [GitHub Sponsors profile]: https://github.com/sponsors/squidfunk + [individual]: access-management.md/#individuals + [organizational]: access-management.md/#organizations + +## Walkthrough + +Want to become a sponsor? We will guide you through the sponsoring process below +If you have additional questions, you can find detailed information about +[payment and billing], [access management], [runtime and cancellation], +[privacy], [license] and [support] on dedicated pages. + + [payment and billing]: payment-and-billing.md + [access management]: access-management.md + [runtime and cancellation]: runtime-and-cancellation.md + [privacy]: privacy.md + [license]: license.md + [support]: ../support.md + +### Sponsoring tier + +First, it's a good idea to explore [our sponsoring tiers], as each sponsoring +tier is designed to accommodate different levels of sponsors and includes +dedicated benefits. + +After reviewing the sponsoring tiers, it's time to choose one. Consider what you +want to achieve and keep your requirements in mind, e.g. the number of projects +you want to build or how many accounts you need. [Switching tiers] is possible +at any time. + +Choosing a tier will take you to GitHub's sponsorship confirmation page. + + [our sponsoring tiers]: sponsoring-tiers.md + [Switching tiers]: sponsoring-tiers.md/#switching-tiers + +### Sponsorship summary + +#### Payment and billing + +Next, GitHub will ask you to provide your billing information, which is required +to process your sponsorship payment. On this page, the _Sponsorship summary_ +section displays the (possibly prorated) amount due to initiate your sponsorship. +This amount is determined by your account's [billing cycle], which can be set to +a monthly or yearly interval. + + [billing cycle]: https://docs.github.com/en/github/setting-up-and-managing-billing-and-payments-on-github/changing-the-duration-of-your-billing-cycle + +Proceed to input your [payment information], specifically your credit card +details. Please make sure that the used credit card is valid and will remain +so for an extended period to help avoid any interruptions in your sponsorship. + + [payment information]: payment-and-billing.md + +#### Privacy + +On this page, you can also set the visibility of your sponsorship. You have the +option to keep your [sponsorship private or to make it public], which includes +listing your name or organization on the list of [our sponsors] and, for +organizations, the opportunity for [logo placement]. + + [sponsorship private or to make it public]: privacy.md + [our sponsors]: our-sponsors.md + [logo placement]: our-sponsors.md/#premium-sponsors + +#### News and updates + +Note that we rarely send out emails, and when we do, it's usually to inform you +about significant updates or changes to the project, so it's best to keep this +option enabled. To stay updated on the latest developments, you can check out +our [changelog]. + + [changelog]: ../changelog/index.md + +#### Tax information + +If you're sponsoring as an organization, it's essential to provide your country, +region and VAT number, so we can correctly attribute your sponsorship. This is +due to the fact that VAT is handled differently for individuals than for +organizations. + +#### Confirmation + +Before finalizing your sponsorship, take a moment to review all the details of +your sponsorship, including the selected tier, billing information, and payment +details. + +Then proceed to confirm your sponsorship by clicking the _Sponsor_ button. + +### Access management + +After completing the sponsorship process and your payment is successfully +processed, you will be all set to [gain access] to the private Material for +MkDocs Insiders repository. + + [gain access]: access-management.md + +--- + +__Ready to become a sponsor?__ + +[  Choose a sponsoring tier <span class="mdx-sponsorship-count" data-mdx-component="sponsorship-count"></span>][sponsoring-tiers]{ .md-button .md-button--primary .mdx-sponsorship-button } + + [sponsoring-tiers]: sponsoring-tiers.md + +If you still find yourself with more questions, feel free to [reach out to Kathi] +via mail at sponsors@squidfunk.com for additional support. + + [reach out to Kathi]: ../support.md/#sponsoring-support diff --git a/mkdocs-material/docs/insiders/index.md b/mkdocs-material/docs/insiders/index.md new file mode 100644 index 0000000..ee6af1f --- /dev/null +++ b/mkdocs-material/docs/insiders/index.md @@ -0,0 +1,229 @@ +# Insiders + +Material for MkDocs Insiders offers an enhanced experience with early access to +exclusive features that aren't available in the community edition. Become a +sponsor and make use of these features directly! + +You’ve already seen the benefits of using Material for MkDocs; +imagine what more you can achieve with Insiders. Your sponsorship helps us +continue to innovate and improve, ensuring Material for MkDocs remains a +cutting-edge tool. Discover how your contributions make a difference. + +[  Choose a sponsoring tier <span class="mdx-sponsorship-count" data-mdx-component="sponsorship-count"></span>][sponsoring-tiers]{ .md-button .md-button--primary .mdx-sponsorship-button } + + [sponsoring-tiers]: sponsoring-tiers.md + +## Additional information + +Explore the following section to learn more about Material for MkDocs, why +you should sponsor us, what's in it for you, and who is sponsoring us. + +<div class="grid cards" markdown> + +- :fontawesome-solid-circle-question:   + __Why sponsor us__ + + --- + + Learn how to support our goal of becoming the leading tool in documentation + + --- + + [:octicons-arrow-right-24: More information][Why sponsor us] + +- :material-gift:   + __What's in it for you__ + + --- + + Discover exclusive benefits and features available only to our monthly sponsors + + --- + + [:octicons-arrow-right-24: More infomation][What's in it for you] + +- :fontawesome-solid-people-group:   + __Who is sponsoring__ + + --- + + Get to know our awesome sponsors, financially backing Material for MkDocs + + --- + + [:octicons-arrow-right-24: More infomation][Who is sponsoring] + +</div> + +### Sponsoring guide + +Learn how to become a sponsor of Material for MkDocs Insiders and start your +sponsorship journey by choosing the right tier for you: + +<div class="grid cards" markdown> + + +- :material-animation-outline:   + __Sponsoring tiers__ + + --- + + Find the perfect monthly sponsoring tier that fits your needs and + requirements + + --- + + [:octicons-arrow-right-24: More information][Sponsoring tiers] + +- :octicons-heart-fill-24:{ .mdx-heart }   + __How to sponsor__ + + --- + + Follow our step-by-step guide on how to become a sponsor to get you started + + --- + + [:octicons-arrow-right-24: More information][How to sponsor] + +</div> + +### Additional information + +If you require additional and detailed information about payment, billing, +access management, and more, here is everything you need to know: + +<div class="grid cards" markdown> + +- :material-hand-coin:   + __Payment and billing__ + + --- + + All the information you need about payment methods and billing cycles + + --- + + [:octicons-arrow-right-24: More infomation][Payment and billing] + +- :material-key-variant:   + __Access management__ + + --- + + Learn about access management to Insiders – for individuals and + organizations + + --- + + [:octicons-arrow-right-24: More infomation][Access management] + +- :material-clock-time-three:   + __Runtime and cancellation__ + + --- + + Receive information on the duration of your sponsorship and the cancellation + process + + --- + + [:octicons-arrow-right-24: More information][Runtime and cancellation] + +- :material-lock-open:   + __Privacy__ + + --- + + Our commitment to your privacy – learn assurances on valuing your privacy + + --- + + [:octicons-arrow-right-24: More infomation][Privacy] + +- :material-briefcase:   + __License__ + + --- + + Get details on the licensing of Material for MkDocs Insiders and its requirements + + --- + + [:octicons-arrow-right-24: More infomation][License] + +- :material-email:   + __Support__ + + --- + + Overview of our support options available, ensuring you get the information + you need + + --- + + [:octicons-arrow-right-24: More information][Support] + +</div> + +### Using Insiders + +Once you have become a sponsor, you can start using Material for MkDocs Insiders, +get all the information you need to get started: + +<div class="grid cards" markdown> + +- :material-download:   + __Getting started__ + + --- + + Step-by-step instructions on how to install Material for MkDocs Insiders + + --- + + [:octicons-arrow-right-24: More information][Getting started] + +- :octicons-versions-16:   + __Changelog__ + + --- + + Review the latest changes and additions to Material for MkDocs Insiders + + --- + + [:octicons-arrow-right-24: More infomation][Changelog] + +- :material-update:  + __Upgrade__ + + --- + + Stay updated with the latest changes and improvements in the Insiders + edition + + --- + + [:octicons-arrow-right-24: More infomation][Upgrade] + +</div> + + [Why sponsor us]: why-sponsor-us.md + [What's in it for you]: benefits.md + [Who is sponsoring]: our-sponsors.md + [Sponsoring tiers]: sponsoring-tiers.md + [How to sponsor]: how-to-sponsor.md + [Payment and billing]: payment-and-billing.md + [Access management]: access-management.md + [Runtime and cancellation]: runtime-and-cancellation.md + [Privacy]: privacy.md + [License]: license.md + [Support]: ../support.md + [Getting started]: getting-started.md + [Changelog]: ../changelog/index.md + [Upgrade]: upgrade.md + +---- + +__We're looking forward to welcoming you as a sponsor!__ diff --git a/mkdocs-material/docs/insiders/license.md b/mkdocs-material/docs/insiders/license.md new file mode 100644 index 0000000..268aa5e --- /dev/null +++ b/mkdocs-material/docs/insiders/license.md @@ -0,0 +1,67 @@ +# License + +Material for MkDocs Insiders is licensed under the [MIT license], the exact +same license used for the community edition. The MIT license is a permissive +license that allows commercial use, redistribution, and everything else as +long as the original authors are credited in source files. + +The MIT license is the [most popular license] among all Open Source projects. + + [MIT license]: https://opensource.org/license/mit + [most popular license]: https://opensource.org/blog/the-most-popular-licenses-for-each-language-2023 + +## MIT License + +The MIT License gives you the freedom to work with the code with minimal +restrictions. When using Material for MkDocs Insiders or the community edition, +make sure to __include the copyright notice__ and avoid future liability claims. +Its appeal lies in its simplicity and clear terms, making it a go-to for +projects of any scale. Its popularity stems from its simplicity, clarity, +and development-friendly terms, making it suitable for all types of projects. +The MIT License ensures that anyone – individual or organization – can use +Material for MkDocs Insiders under the same conditions as the community edition. + +### Advantages of MIT + +The MIT License is favored for its balance between freedom and protection, +appealing to those who find GNU/GPL licenses too restrictive or advocate for +privatized software. Its broad wording supports both open community development +and the use of components in proprietary software. + +### MIT in open source + +Material for MkDocs stands out for being open source, developed by a small, +user-oriented team committed to delivering high-quality tools for the community. +Here’s what this means for you: + +- __Independence from investors:__ Our focus is purely on developing the +project and guiding it without external pressures. This freedom means we’re all +about what’s best for the community and the project's future. +- __Freedom from vendor lock-in:__ Thanks to Open Source principles, you can use +Material for MkDocs without any strings attached. Customize or integrate it +into your projects without worrying about restrictions. Your docs belong to you, +and you are free to change the software at any time. +- __Ecosystem Development:__ Material for MkDocs is more than a tool; it's a +community-driven effort to build an ecosystem, which it already is. Through open +collaboration, we’re constantly adding new extensions, plugins, and integrations +to give you more tools at your disposal. + +## Fair use policy + +Our fair use policy is here to ensure the project continues to thrive, which is +why we request that our sponsors respect the following: + +- __Source Code Distribution:__ Keeping our sponsorware model intact means we +count on you not to distribute the Insiders source code. While you're encouraged +to privately [fork], or [mirror] the private Insiders repository for your needs, +__keeping the source private__ is key. If this guideline is violated, +everybody loses, as it will reduce the time of us maintainers we could otherwise +set aside to push this project forward. +- __Sponsorship tiers:__ We base our sponsorship tiers on non-commercial or +commercial use and ask our sponsors to respect these requirements when +initiating a sponsorship. Additionally, we base our sponsoring tiers on the number +of sites you intend to build. Please upgrade your sponsorship accordingly to +support the project’s growth and ensure its continued development. + + [fork]: access-management.md/#forking + [mirror]: access-management.md/#mirroring diff --git a/mkdocs-material/docs/insiders/our-sponsors.md b/mkdocs-material/docs/insiders/our-sponsors.md new file mode 100644 index 0000000..d096dce --- /dev/null +++ b/mkdocs-material/docs/insiders/our-sponsors.md @@ -0,0 +1,131 @@ +# Our sponsors + +Starting in 2020, we have managed to build a community of a few hundred sponsors +that support us every month, for which we are immensely grateful. Without their +financial support, Material for MkDocs wouldn't be anywhere near where it is +today. + +<div class="mdx-premium" markdown> + +## Premium sponsors + +### Gold sponsors + +_Be our first gold sponsor!_ + +---- + +### Silver sponsors + +[![FastAPI]{ style="height: 120px" }](https://fastapi.tiangolo.com/){ target=_blank title="FastAPI" } +[![Trendpop]{ style="height: 120px" }](https://www.trendpop.com/){ target=_blank title="Trendpop" } +[![SailPoint]{ style="height: 120px" }](https://documentation.sailpoint.com/){ target=_blank title="SailPoint" } +[![Future]{ style="height: 120px" }](https://futureplc.com/){ target=_blank title="Future" } +[![SIEMENS]{ style="height: 120px" }](https://opensource.siemens.com/){ target=_blank title="SIEMENS" } + +---- + +### Bronze sponsors + +[![Cirrus CI]](https://cirrus-ci.org/){ target=_blank title="Cirrus CI" } +[![Basler]](https://docs.baslerweb.com/){ target=_blank title="Basler" } +[![KX]](https://kx.com/){ target=_blank title="KX Systems" } +[![Prefect]](https://orion-docs.prefect.io/){ target=_blank title="Prefect" } +[![Zenoss]](https://zenoss.com/){ target=_blank title="Zenoss" } +[![Posit]](https://docs.posit.co){ target=_blank title="Posit" } +[![n8n]](https://n8n.io){ target=_blank title="n8n" } +[![Dogado]](https://www.dogado.de){ target=_blank title="Dogado" } +[![World Wide Technology]](https://wwt.com){ target=_blank title="World Wide Technology" } +[![Coda]](https://coda.io){ target=_blank title="Coda" } +[![Elastic]](https://elastic.co){ target=_blank title="Elastic" } +[![IP Fabric]](https://ipfabric.io/){ target=_blank title="IP Fabric" } +[![Apex.AI]](https://www.apex.ai/){ target=_blank title="Apex.AI" } +[![Jitterbit]](https://jitterbit.com/){ target=_blank title="Jitterbit" } +[![Sparkfun]](https://sparkfun.com/){ target=_blank title="Sparkfun Electronics" } +[![Eccenca]](https://eccenca.com/){ target=_blank title="Eccenca" } +[![Neptune]](https://neptune.ai/){ target=_blank title="Neptune" } +[![RackN]](https://rackn.com/){ target=_blank title="RackN" } +[![CivicActions]](https://civicactions.com/){ target=_blank title="CivicActions" } +[![bitcrowd]](https://bitcrowd.net/){ target=_blank title="bitcrowd" } +[![GetScreen.me]](https://getscreen.me/){ target=_blank title="GetScreen.me" } +[![BotCity]](https://botcity.dev/){ target=_blank title="BotCity" } +[![Springer Nature Technology]](https://www.springernature.com/gp){ target=_blank title="Springer Nature Technology" } +[![Kolena]](https://kolena.io/){ target=_blank title="Kolena" } +[![Evergiving]](https://www.evergiving.com/){ target=_blank title="Evergiving" } +[![Koor]](https://koor.tech/){ target=_blank title="Koor" } +[![Astral]](https://astral.sh/){ target=_blank title="Astral" } +[![Oikolab]](https://oikolab.com/){ target=_blank title="Oikolab" } +[![Bühler Group]](https://www.buhlergroup.com/){ target=_blank title="Bühler Group" } +[![3DR]](https://3dr.com/){ target=_blank title="3DR" } +[![Spotware]](https://spotware.com/){ target=_blank title="Spotware" } +[![Milford Assets]](https://milfordasset.com/){ target=_blank title="Milford Assets" } +[![Lechler]](https://www.lechler.com/){ target=_blank title="Lechler" } +[![Invers]](https://invers.com/){ target=_blank title="Invers" } +[![Maxar]](https://maxar.com/){ target=_blank title="Maxar" } +[![EquipmentShare]](https://www.equipmentshare.com/){ target=_blank title="EquipmentShare" } +[![Hummingbot]](https://hummingbot.org/){ target=_blank title="Hummingbot" } + +</div> + + [FastAPI]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-fastapi.png + [Trendpop]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-trendpop.png + [Cirrus CI]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-cirrus-ci.png + [Basler]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-basler.png + [KX]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-kx.png + [Prefect]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-prefect.png + [Zenoss]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-zenoss.png + [Posit]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-posit.png + [n8n]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-n8n.png + [Dogado]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-dogado.png + [World Wide Technology]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-wwt.png + [Coda]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-coda.png + [Elastic]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-elastic.png + [IP Fabric]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-ip-fabric.png + [Apex.AI]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-apex-ai.png + [Jitterbit]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-jitterbit.png + [Sparkfun]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-sparkfun.png + [Eccenca]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-eccenca.png + [Neptune]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-neptune-ai.png + [Cash App]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-cashapp.png + [RackN]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-rackn.png + [CivicActions]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-civic-actions.png + [bitcrowd]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-bitcrowd.png + [GetScreen.me]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-getscreenme.png + [BotCity]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-botcity.png + [Springer Nature Technology]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-sn-technology.png + [Kolena]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-kolena.png + [Evergiving]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-evergiving.png + [Koor]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-koor.png + [Astral]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-astral.png + [Oikolab]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-oikolab.png + [Bühler Group]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-buhler.png + [3DR]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-3dr.png + [Spotware]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-spotware.png + [Milford Assets]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-milford.png + [Lechler]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-lechler.png + [SailPoint]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-sailpoint.png + [Invers]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-invers.png + [Maxar]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-maxar.png + [EquipmentShare]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-equipmentshare.png + [Hummingbot]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-hummingbot.png + [Future]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-future.svg + [SIEMENS]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-siemens.png + +<hr /> + +[  :material-arrow-up-bold: Add yourself to the list <span class="mdx-sponsorship-count" data-mdx-component="sponsorship-count"></span>][sponsoring-tiers]{ .md-button .md-button--primary .mdx-sponsorship-button } + + [sponsoring-tiers]: sponsoring-tiers.md + +## All sponsors + +<div class="mdx-sponsorship" data-mdx-component="sponsorship" hidden> + <div class="mdx-sponsorship__list"></div> + <small> + If you sponsor publicly, you're automatically added here with a link to + your profile and avatar to show your support for Material for MkDocs. + Alternatively, if you wish to keep your sponsorship private, you'll be a + silent +1. You can select visibility during checkout and change it + afterwards. + </small> +</div> diff --git a/mkdocs-material/docs/insiders/payment-and-billing.md b/mkdocs-material/docs/insiders/payment-and-billing.md new file mode 100644 index 0000000..957551c --- /dev/null +++ b/mkdocs-material/docs/insiders/payment-and-billing.md @@ -0,0 +1,94 @@ +# Payment and billing + +Since we host our repositories on GitHub, including both the Material for MkDocs +community edition and the private Insiders edition, [GitHub Sponsors] is a +natural fit for handling all financial transactions, as well as for access +management to the Insiders repository. + +Therefore, to become a sponsor of Material for MkDocs, a [GitHub account] is mandatory. + + [GitHub Sponsors]: https://github.com/sponsors + [GitHub account]: https://docs.github.com/en/get-started/start-your-journey/creating-an-account-on-github + +## Payment + +GitHub Sponsors currently only accepts payments via credit card, as they +[removed support for PayPal] at the beginning of 2023. When +entering your credit card details, ensure that the card remains [valid over an +extended period] to prevent any disruptions to your sponsorship. + + [valid over an extended period]: runtime-and-cancellation.md#automatic-cancellation + [removed support for PayPal]: https://github.blog/changelog/2023-01-23-github-sponsors-will-stop-supporting-paypal/ + +## Invoices + +GitHub Sponsors automatically issues and send a payment receipt via email after +each billing cycle. These receipts serve as confirmation of payment rather than +formal invoices. As all transactions are managed by [GitHub Sponsors], GitHub is +your primary point of contact for payment and billing matters, not us. + +If you need an official invoice from us for your records, please get in touch +with us at sponsors@squidfunk.com before initiating your sponsorship. + +## Refunds + +Our team does not have insights or access to details related to sponsorship +transactions of our sponsors, as GitHub does not provide us with this +information. For questions regarding payment issues or for more detailed +information about your sponsorship, please get in touch with the [GitHub +support] team. + + [GitHub support]: https://support.github.com/ + +## Discounts + +Unfortunately, we can't offer discounts. To ensure that everyone in our +community can afford to become a sponsor, we keep the barrier low and set +prices as low as possible, starting at [\$15 a month][15] for +[non-commercial use] and at [\$125 a month][125] for [commercial use]. + + [15]: https://github.com/sponsors/squidfunk/sponsorships?tier_id=210638 + [125]: https://github.com/sponsors/squidfunk/sponsorships?tier_id=210643 + [non-commercial use]: sponsoring-tiers.md/#non-commercial-use + [commercial use]: sponsoring-tiers.md/#commercial-use + +## Free access + +Free access to the Insiders edition is only granted exclusively to our [Community +Experts] and to selected members of the MkDocs ecosystem. Our Community Experts +program is designed to recognize and reward users who significantly contribute +to the community by sharing their expertise on our [discussion board]. + +Our discussion board facilitates the exchange of insights on workarounds, setups, +and features and addresses queries from users at all levels of experience. All +communication is public and visible for the entire community, benefitting +everyone. + +Community experts not only enrich our project but also enable our team to focus +on continuous improvement and the development of new features. Therefore, we are +happy to provide them with free access to the private Insiders repository and +encourage you to [join the team] as well! + + [community experts]: community-experts-program/index.md + [discussion board]: https://github.com/squidfunk/mkdocs-material/discussions + [join the team]: community-experts-program/index.md/#ready-to-get-started + +## Billing cycle + +The [billing cycle] is an account-level setting on GitHub and is set to monthly +or yearly. It can be changed at any time, so you might want to check the setting +before sponsoring and change it either to monthly or yearly according to your +own or your organization's preferences. + +If, for whatever reason, you cannot change your billing cycle, a practical +solution is to create a dedicated [GitHub bot account] where you set the billing +cycle accordingly and use it specifically for your sponsorship contributions. +This is a strategy many of our organizational sponsors have successfully +implemented. + +If you experience any difficulties or have further questions before sponsoring, +please don't hesitate to contact us at sponsors@squidfunk.com for additional +support. + + [billing cycle]: https://docs.github.com/en/github/setting-up-and-managing-billing-and-payments-on-github/changing-the-duration-of-your-billing-cycle + [GitHub bot account]: https://docs.github.com/en/get-started/start-your-journey/creating-an-account-on-github diff --git a/mkdocs-material/docs/insiders/privacy.md b/mkdocs-material/docs/insiders/privacy.md new file mode 100644 index 0000000..f4b1f13 --- /dev/null +++ b/mkdocs-material/docs/insiders/privacy.md @@ -0,0 +1,79 @@ +# Privacy + +Transparency is at the heart of our sponsorware model, which includes our +funding goals, the features we're working towards, and, importantly, the +acknowledgment of our sponsors. As a sponsor, you can support our project +either [publicly] or [privately], according to your preference. + + [publicly]: #public-sponsors + [privately]: #private-sponsors + +## Public sponsors + +By default, GitHub lists all sponsorships publicly. To sponsor privately, you +must explicitly select this option. When sponsoring publicly, your GitHub +account will be listed as part of [our sponsors], @squidfunk's [sponsoring page], +and within the "sponsoring" section of your GitHub account. + + [our sponsors]: our-sponsors.md + [sponsoring page]: https://github.com/sponsors/squidfunk?metadata_origin=docs + +## Private sponsors + +For those preferring discretion, [setting your sponsorship to private] during +the sponsorship initiation process ensures your sponsorship remains unlisted, +keeping your affiliation with Material for MkDocs confidential. + +This setting can be adjusted at any time through your GitHub account's +sponsorship settings. + +For companies concerned about being visible as sponsors of any project due to +their privacy restrictions, creating a [bot account] on GitHub that is solely +used for sponsoring is advised. This account, set to sponsor privately, won't be +linked to any individual within your organization and provides an extra layer of anonymity. + + [setting your sponsorship to private]: https://docs.github.com/en/sponsors/sponsoring-open-source-contributors/managing-your-sponsorship#managing-the-privacy-setting-for-your-sponsorship + [bot account]: access-management.md/#bot-account + +## Administrative requests + +To focus on the development of our projects, we aim to reduce administrative +tasks as much as possible for our small team, utilizing GitHub Sponsors for +efficient sponsor management. + +### Vendor agreements + +Since GitHub Sponsors facilitates our sponsor transactions, they act as your +vendor. For vendor agreements or related queries, especially for organizations +with GitHub enterprise accounts, reaching out to [GitHub Support] is recommended. + + [GitHub Support]: https://github.com/sponsors + +### Non-disclosure agreements + +Given our limited resources as a small team, we are unable to review and sign +NDAs. We advise those requiring such agreements to consult [our promise] for +reassurance. Additionally, please contact us if you have any questions at +sponsors@squidfunk.com + + [our promise]: #our-promise + +## Our promise + +We recognize the importance of privacy for our organizational sponsors, +especially in the absence of formal agreements like [NDAs]. "Our Promise" is our +assurance of commitment to your confidentiality and discretion. + +- __Confidential sponsorship:__ Your choice between public or private +sponsorship is respected to the fullest. For private sponsors, we guarantee your +relation with us remains confidential at all times, ensuring no public disclosure +of your sponsorship. +- __Logo usage and brand representation:__ Logo display and any form of public +acknowledgment are completely under your control and will only proceed with your +explicit consent. This ensures your brand is represented on your terms. +- __Marketing and communication:__ We commit not to use the details of your +sponsorship for marketing or promotional purposes without your approval. +Your sponsorship details are guarded with the highest level of confidentiality, +with no unauthorized use or disclosure. + + [NDAs]: #non-disclosure-agreements diff --git a/mkdocs-material/docs/insiders/runtime-and-cancellation.md b/mkdocs-material/docs/insiders/runtime-and-cancellation.md new file mode 100644 index 0000000..0b74f0c --- /dev/null +++ b/mkdocs-material/docs/insiders/runtime-and-cancellation.md @@ -0,0 +1,58 @@ +# Runtime and cancellation + +The sponsorship model for Material for MkDocs is facilitated through GitHub +Sponsors and, therefore, adheres to GitHub's policies. If you're curious about +the duration of your sponsorship and the cancellation process, you will find +everything you need to know below. + +## Runtime + +Sponsorships remain valid as long as monthly or yearly subscriptions are +active and only expire when you cancel the sponsorship or when your [payment +method expires]. + + [payment method expires]: #automatic-cancellation + +## Cancellation process + +Canceling your sponsorship initiates a cancellation request through GitHub, +which is scheduled to take effect at the end of your current billing cycle. This +means you'll retain access to Insiders until the cancellation officially becomes +effective. + +All transactions are processed by GitHub and as we don't receive any information +regarding your payment, we can't provide details about when your cancellation +will be in place. + +### How to cancel + +To downgrade or cancel your sponsorship, please follow the [step-by-step guide +from GitHub]. If you have sponsored using an organizational account, ensure that +you cancel the sponsorship under that specific account, as the +[collaborator and sponsor accounts may differ]. + + [step-by-step guide from GitHub]: https://docs.github.com/en/billing/managing-billing-for-github-sponsors/downgrading-a-sponsorship#canceling-a-sponsorship + [collaborator and sponsor accounts may differ]: access-management.md/#collaborators + +### Effects of cancellation + +Upon the effective date of your cancellation, GitHub will automatically remove +you as a collaborator from the private Material for MkDocs Insiders repository. +You will no longer receive updates. However, you are welcome to continue using +the latest version available to you at the time of cancellation for as long as +you like. + +!!! warning "GitHub deletes private forks" + + Please note that once you lose your collaborator status, [GitHub will + automatically delete your private fork] of the Insiders repository, so you + may want to take steps to ensure that you have a local backup. + + [GitHub will automatically delete your private fork]: https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository#deleting-forks-of-private-repositories + +### Automatic cancellation + +If your credit card expires, GitHub will automatically cancel your sponsorship +and remove you as a collaborator. Regularly checking your payment method is +recommended to avoid unintended cancellations. If it happens, you can +reinstate your sponsorship with a new credit card. diff --git a/mkdocs-material/docs/insiders/sponsoring-tiers.md b/mkdocs-material/docs/insiders/sponsoring-tiers.md new file mode 100644 index 0000000..742e352 --- /dev/null +++ b/mkdocs-material/docs/insiders/sponsoring-tiers.md @@ -0,0 +1,229 @@ +# Sponsoring tiers + +We offer a range of sponsoring tiers tailored to the diverse needs of our +community. Whether you're an individual user, or rooted in academia, or work in +an organization using our software commercially, there's a sponsoring tier +that suits your needs. + +## Choosing a tier + +Choosing the right sponsoring tier depends on your needs and how you intend to +use Material for MkDocs Insiders. Our tiers are categorized into [non-commercial] +and [commercial] use: + + - __Non-commercial tiers__: Intended for individuals, Open Source projects, + and academic use + - __Commercial tiers__: Designed for organizations and enterprises of any size + +Each [monthly sponsoring tier] offers a range of benefits tailored to your needs. +Benefits include access to our private Material for MkDocs Insiders repository, +priority handling of bug reports, and more, which vary by the number of +projects[^1] that you intend to build with it and collaborators required. +Remember, you can always [upgrade or downgrade] your +sponsorship level at any time. + + [^1]: + A project is defined as a folder with a `mkdocs.yml` configuration file + that is built with Material for MkDocs Insiders. This is the only limitation + to follow – the number of documentation pages or the size of your project + is up to you. + + [monthly sponsoring tier]: #monthly-sponsoring + [non-commercial]: #non-commercial-use + [commercial]: #commercial-use + [upgrade or downgrade]: #switching-tiers + +## Monthly sponsoring + +Monthly sponsoring tiers provide you with access to our private Material for +MkDocs Insiders repository. Your financial contribution supports the ongoing +development of both the Insiders and the community edition. + +### Non-commercial use + +Non-commercial use essentially means "personal use". This includes individuals +using the Insiders edition for personal or purely non-commercial Open Source +projects. We offer two different tiers for non-commercial use. + +--- + +#### The Individual + +You love Material for MkDocs and use it for your Open Source project or personal +blog. You read about all the awesome features in Insiders, which are first +exclusively released to sponsors, and don't want to miss out. + +__Rewards:__ + + - :material-door-open: Access to Insiders + - :material-charity: Non-commercial use for __1-2 projects__ + +[  Sponsor with __$15 a month__ <span class="mdx-sponsorship-count" data-mdx-component="sponsorship-count"></span>][15 a month]{ .md-button .md-button--primary .mdx-sponsorship-button } + + [15 a month]: https://github.com/sponsors/squidfunk/sponsorships?tier_id=210638 + +--- + +#### The Dedicated Individual + +You use Material for MkDocs for several of your Open Source projects or personal +sites, and just love that you can build beautiful documentation without having +to worry about the constantly breaking JavaScript ecosystem – this is now +[@squidfunk's] job. + + [@squidfunk's]: https://github.com/squidfunk + +__Rewards:__ + + - :material-door-open: Access to Insiders + - :material-charity: Non-commercial use for __3+ projects__ + +[  Sponsor with __$35 a month__ <span class="mdx-sponsorship-count" data-mdx-component="sponsorship-count"></span>][35 a month]{ .md-button .md-button--primary .mdx-sponsorship-button } + + [35 a month]: https://github.com/sponsors/squidfunk/sponsorships?tier_id=210641 + +--- + +### Commercial use + +Commercial use refers to any use of our software for a business or for-profit +purpose. This includes any use by a corporation or other organization, whether +or not they generate revenue directly from the software. We offer different +pricing tiers for commercial use, each tailored to the needs of different +businesses. It's important to note that internal use of the software within your +organization is also considered commercial use, as with all commercial software. + +--- + +#### The Organization :star: + +Your organization uses Material for MkDocs for its documentation or internal +knowledge base and wants to make sure that it is well-maintained and safe to use +for the years to come. You agree that $125 a month (less than 1 hour of a +skilled developer) is a clever investment into a solution, solving tons of +problems you don't want to fight yourself. + +__Rewards:__ + + - :material-door-open: Access to Insiders + - :material-currency-usd: Commercial use for __1-9 projects__ + - :material-run-fast: Your bug reports are __prioritized__ + - :material-star: Backlink + placement of __small logo__ + +[  Sponsor with __$125 a month__ <span class="mdx-sponsorship-count" data-mdx-component="sponsorship-count"></span>][125 a month]{ .md-button .md-button--primary .mdx-sponsorship-button } + + [125 a month]: https://github.com/sponsors/squidfunk/sponsorships?tier_id=210643 + +--- + +#### The Global Organization :star::star: + +Your organization runs many internal and public-facing sites that are built with +Material for MkDocs, helping you to share and manage knowledge efficiently. +You've evaluated several commercial alternatives which will cost you 3-4x more, +some of which with a smaller feature set. You agree that $250 a month (less than +2 hours of a skilled developer) is a very good deal for the value you're getting +out of it. + +__Rewards:__ + + - :material-door-open: Access to Insiders + - :material-currency-usd: Commercial use for __10-49 projects__ + - :material-run-fast: Your bug reports are __prioritized__ + - :material-star: Backlink + placement of __logo__ + +[  Sponsor with __$250 a month__ <span class="mdx-sponsorship-count" data-mdx-component="sponsorship-count"></span>][250 a month]{ .md-button .md-button--primary .mdx-sponsorship-button } + + [250 a month]: https://github.com/sponsors/squidfunk/sponsorships?tier_id=181282 + +--- + +#### The Holistic Organization :star::star::star: + +Your organization's day-to-day operations critically depend on Material for +MkDocs, and you need to make sure that bugs are fixed quickly to keep your +customers happy. You see your work as part of a larger ecosystem, realizing that +giving back is essential to keeping everything you fight for alive. + +__Rewards:__ + + - :material-door-open: Access to Insiders + - :material-currency-usd: Commercial use for __50+ projects__ + - :material-run-fast: Your bug reports are __prioritized__ + - :material-star: Backlink + placement of __large logo__ + - :material-face-agent: Private __email support__ + +[  Sponsor with __$1,000 a month__ <span class="mdx-sponsorship-count" data-mdx-component="sponsorship-count"></span>][1000 a month]{ .md-button .md-button--primary .mdx-sponsorship-button } + + [1000 a month]: https://github.com/sponsors/squidfunk/sponsorships?tier_id=334388 + +--- + +## One-time sponsoring + +For those who wish to contribute one-time without an ongoing subscription and +without receiving access to the exclusive Insiders features, we offer the +following one-time sponsoring tiers. + +--- + +### Just a Tip! :money_with_wings: + +You asked a question or needed some help on a problem, and we've helped you +quickly. You want no perks, just good karma and a warm feeling of giving +something back. + +[  Sponsor __$20 one-time__ <span class="mdx-sponsorship-count" data-mdx-component="sponsorship-count"></span>][20 one-time]{ .md-button .md-button--primary .mdx-sponsorship-button } + + [20 one-time]: https://github.com/sponsors/squidfunk/sponsorships?tier_id=222886 + +--- + +### The Mentoring + +A 1-hour video call with [@squidfunk], the creator and core maintainer of the +project. He is happy to share his experiences with you and help you with +anything related to his work. + +__Popular topics are:__ + + - How to tailor Material for MkDocs to your needs + - How to start earning a living in Open Source + - How to make your Open Source project sustainable + + [@squidfunk]: https://github.com/squidfunk + +[  Sponsor __$350 one-time__ <span class="mdx-sponsorship-count" data-mdx-component="sponsorship-count"></span>][350 one-time]{ .md-button .md-button--primary .mdx-sponsorship-button } + + [350 one-time]: https://github.com/sponsors/squidfunk/sponsorships?tier_id=210891 + +--- + +## Custom amount + +You're invited to contribute custom sponsorship amounts via GitHub Sponsors, +enabling you to support Material for MkDocs according to your preferences. +Please be aware that individuals need to pledge a minimum of $15 a month to +access Insiders, whereas organizations are encouraged to sponsor $125 a month or +more, based on their requirements. + +Contributions exceeding these thresholds are highly appreciated. Please note +that one-time donations, regardless of their size, won't be granted access to +Insiders due to technical constraints. + +## Switching tiers + +You can easily switch between different sponsorship tiers — [upgrade] or +[downgrade] — at any time. Simply visit the @squidfunk's +[GitHub Sponsors profile] and adjust your sponsorship tier selection. Once +you've made the change, you'll immediately sponsor at the new tier. + +If you exceed the number of projects within your current sponsorship limit, we +kindly request that you upgrade your sponsorship to a higher tier to retain +access to Material for MkDocs Insiders. The change takes effect immediately, +and the amount is prorated based on your [billing cycle]. + + [upgrade]: https://docs.github.com/en/billing/managing-billing-for-github-sponsors/upgrading-a-sponsorship + [downgrade]: https://docs.github.com/en/billing/managing-billing-for-github-sponsors/downgrading-a-sponsorship + [billing cycle]: https://docs.github.com/en/github/setting-up-and-managing-billing-and-payments-on-github/changing-the-duration-of-your-billing-cycle + [GitHub Sponsors profile]: https://github.com/sponsors/squidfunk diff --git a/mkdocs-material/docs/insiders/upgrade.md b/mkdocs-material/docs/insiders/upgrade.md new file mode 100644 index 0000000..ec86ad9 --- /dev/null +++ b/mkdocs-material/docs/insiders/upgrade.md @@ -0,0 +1,79 @@ +# How to upgrade + +When upgrading Insiders, you should always check the version of Material for +MkDocs which makes up the first part of the version qualifier, e.g., Insiders +`4.x.x` is currently based on `9.x.x`: + +``` +9.x.x-insiders-4.x.x +``` + +If the major version increased, it's a good idea to consult the [upgrade +guide] and go through the steps to ensure your configuration is up to date and +all necessary changes have been made. + + [upgrade guide]: ../upgrade.md + [list of tags]: https://github.com/squidfunk/mkdocs-material-insiders/tags + +Depending on how you installed and what you want to upgrade to you +need to run different commands: + +=== "pip upgrade to release" + + If you installed Insiders via `pip` and you want to upgrade to a + specific release, pick the tag from the [list of tags] and replace + the tag at the end of the URL of the command given below: + + ``` + pip install --upgrade git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git@9.4.2-insiders-4.42.0 + ``` + +=== "pip upgrade to latest development" + + If you installed Insiders via `pip` and want to upgrade to the + latest development version, run: + + ``` + pip install --upgrade --force-reinstall git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git + ``` + + The `--force-reinstall` option serves to make sure `pip` does, in fact, + install the latest development version, instead of deciding that nothing + is to be done based on the version numbers. + ``` + +=== "git upgrade" + + If you installed Insiders via `git`, you will first need to check + out the version you want to install into your workspace. After + this is done, you can run `pip` to install that version. + + First, make sure that your local clone is up-to-date with the + upstream repository by running `git pull`. + + You can look up the tags using `git tag --sort -refname` or you + can consult the [list of tags]. Then, checkout the tag you want to + use by replacing the one given in the command below (twice)and running + it from your workspace[^detached]: + + [^detached]: + The `--detach` argument serves to tell `git` that you are ok to + have your workspace in the [detached head] state, which is + perfectly fine to have here. + + [detached head]: https://www.git-tower.com/learn/git/faq/detached-head-when-checkout-commit/ + + ``` + cd mkdocs-material + git checkout --detach tags/9.4.2-insiders-4.42.0 + ``` + + Now, change back to the parent directory in which your Git + repository lives and run `pip`: + + ``` + cd .. + pip install -e mkdocs-material + ``` + + diff --git a/mkdocs-material/docs/insiders/why-sponsor-us.md b/mkdocs-material/docs/insiders/why-sponsor-us.md new file mode 100644 index 0000000..5b153cc --- /dev/null +++ b/mkdocs-material/docs/insiders/why-sponsor-us.md @@ -0,0 +1,121 @@ +# Why sponsor us + +Material for MkDocs is an Open Source project that is developed and maintained +by a small team of individuals who want to devote as much time as possible to +make it better every day. We need to rely on the financial support of +[our awesome sponsors], who buy us the time to work on it. + + [become a monthly sponsor]: sponsoring-tier.md + [our awesome sponsors]: our-sponsors.md + [squidfunk's sponsor profile]: https://github.com/sponsors/squidfunk/ + +## Who we are + +While [the project was started] by @squidfunk as a personal side project, the +[Sponsorware] model that the project adopted in 2020 allowed him to build a +small team of amazing individuals around him, [who are now helping him] to +maintain the project, as well as the growing list of sponsors. + + [the project was started]: #how-it-started + [sponsorware]: #sponsorware + [who are now helping him]: #where-we-are-today + +### How it started + +In 2015, albeit 10 years in the industry, @squidfunk was still quite new to +Open Source. Having just finished his latest Open Source project, he realized +that the project was too complex to be explained in a plain README on GitHub. +He needed a good documentation tool for this project. + +After evaluating static site generators in general and Hugo, Sphinx and MkDocs +in particular, he quickly decided that MkDocs seemed a good choice, as it was +specifically aimed at technical project documentation and easy to use. +Unfortunately, all of the available themes looked dated, and since @squidfunk +is a very visual person, he just couldn't convince himself to call it a day. + +He needed to build a theme. + +Months later, in February 2016, [the first version] of Material for MkDocs was +released. Over the next years, @squidfunk being the sole maintainer, countless +feature requests were implemented and bugs were fixed, allowing the project to +gain popularity and reach almost 3,000 stars on GitHub by the end of 2019. It +is still his most popular project to date. + +As the project grew, @squidfunk started to implement feature requests that made +sense from a general perspective, but not for his personal use. This was the +point where the project started to shift from a personal project to a +community-driven one, and began to feel like a secondary job. Having a primary +job, many maintainers burn out when their side projects become successful, which +is why @squidfunk decided to give the [Sponsorware] model a try and make +Material for MkDocs his primary job. This turned out to be an incredible success. + + [the first version]: https://github.com/squidfunk/mkdocs-material/releases/tag/0.1.0 + +### Sponsorware + +The Sponsorware model is simple – as a sponsor, you get early access to the +latest and greatest features of Material for MkDocs as part of [Insiders] before +everyone else gets to enjoy them, as you are the one making them possible with +your financial contributions. + +Every new feature that lands in [Insiders] is linked to a funding goal with a +specific amount. Once this amount is reached, all of the features that are part +of this funding goal are merged into the community edition, making them +available to everyone. It is that simple. + +This brand-new and still experimental approach not only helps keep the project +vibrant and cutting-edge but also ensures it can continue to meet and exceed +your expectations. + + [Insiders]: index.md + +### Where we are today + +Fast forward to today, Material for MkDocs is a thriving community-supported +and well-funded project, with over 500 sponsors and a small but growing team, +used by international companies and organizations. The project has outgrown +its original purpose by far, as it has become so much more than just a theme – +a powerful documentation framework built on top of MkDocs. + +Starting in 2020 with the advent of the [Sponsorware] model, the frequency of +releases has more than doubled, with a new release seeing the light of day on +average every 1-2 weeks. Moreover, our team responds to issues as fast as +possible, keeping the number of open issues low. + +## Our pledge + +We're working hard to make Material for MkDocs one of the best documentation +tools out there, ridiculously powerful, a pleasure to use and most importantly – +free and Open Source. It is the financial contributions of our awesome sponsors, +that allow us to do our best work. + +It's a simple equation: as long as this project is funded, we can continue to +improve it, fix bugs, and add new features. We will continue to provide the +best possible support to our users and make sure that Material for MkDocs +remains a tool that you love to use. + +If you sponsor us, your contribution helps us to pay for: + +1. __Taxes__: Since we provide a service to our sponsors, we're of course + legally obligated and happy to pay sales tax. This requirement applies to + all sponsorship contributions, aligning us with standard business practices, + as for the rest of the world. + +2. __Sponsorships__: A significant portion of our funding is redirected to + upstream projects. This cultivates collaboration and supports the broader + Open Source ecosystem. We regard those projects and their maintainers as + essential for the persistence of Material for MkDocs. + +3. __Team__: Our team is growing! With more funds available, we can pay more + individuals to help us make Material for MkDocs even better. Note that this + covers various aspects of the project, like the creation of new features, + bug resolution, support, and sponsor relations. + +We are bootstrapped – no investors to please! If you decide to support us, you +help us stay independent and free from outside influence. This means we can +focus on building a solution that you love to use and keep ownership of your +documentation project without vendor lock-in. + +[  Choose a sponsoring tier <span class="mdx-sponsorship-count" data-mdx-component="sponsorship-count"></span>][sponsoring-tiers]{ .md-button .md-button--primary .mdx-sponsorship-button } + + [sponsoring-tiers]: sponsoring-tiers.md diff --git a/mkdocs-material/docs/license.md b/mkdocs-material/docs/license.md new file mode 100644 index 0000000..83fba87 --- /dev/null +++ b/mkdocs-material/docs/license.md @@ -0,0 +1,23 @@ +# License + +**MIT License** + +Copyright (c) 2016-2024 Martin Donath + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. diff --git a/mkdocs-material/docs/philosophy.md b/mkdocs-material/docs/philosophy.md new file mode 100644 index 0000000..11b4d99 --- /dev/null +++ b/mkdocs-material/docs/philosophy.md @@ -0,0 +1,35 @@ +# Philosophy + +Before settling for Material for MkDocs, it's a good idea to understand the +philosophy behind the project, in order to make sure it aligns with your goals. +This page explains the design principles anchored in Material for MkDocs, and +discusses the [conventions] used in this documentation. + + [conventions]: conventions.md + +## Design principles + +- __It's just Markdown__: Focus on the content of your documentation and create + a professional static site in minutes. No need to know HTML,CSS or JavaScript + – let Material for MkDocs do the heavy lifting for you. + +- __Works on all devices__: Serve your documentation with confidence – the + underlying layout automatically adapts to perfectly fit the available screen + estate, no matter the type or size of the viewing device. + +- __Made to measure__: Change the colors, fonts, language, icons, logo and much + more with a few lines of configuration. Material for MkDocs can be easily + extended and provides tons of options to alter appearance and behavior. + +- __Fast and lightweight__: Don't let your users wait – get incredible value + with a small footprint, by using one of the fastest themes around with + excellent performance, yielding great search engine rankings and happy + users that return. + +- __Accessible__: Make accessibility a priority – users can navigate your + documentation with touch devices, keyboard, and screen readers. Semantic + markup ensures that your documentation works for everyone. + +- __Open Source__: Trust 45,000+ users – choose a mature and well-funded + solution built with state-of-the-art Open Source technologies. Keep ownership + of your content without fear of vendor lock-in. Licensed under MIT. diff --git a/mkdocs-material/docs/plugins/blog.md b/mkdocs-material/docs/plugins/blog.md new file mode 100644 index 0000000..e1e4127 --- /dev/null +++ b/mkdocs-material/docs/plugins/blog.md @@ -0,0 +1,1729 @@ +--- +title: Built-in blog plugin +icon: material/newspaper-variant-outline +--- + +# Built-in blog plugin + +The blog plugin makes it very easy to build a blog, either as a sidecar to +your documentation or as the main thing. Focus on your content while the plugin +does all the heavy lifting, generating a view of all latest posts, [archive] and +[category] pages, configurable [pagination] and much more. + + [archive]: #archive + [category]: #categories + [pagination]: #pagination + +## Objective + +### How it works + +The plugin scans the configured [`posts` directory][config.post_dir] for +`.md` files from which paginated views[^1] are automatically generated. If not +configured otherwise, the plugin expects that your project has the following +directory layout, and will create any missing directories or files for you: + + [^1]: + Views are pages that are automatically generated, i.e., the entry point to + your blog listing all latest posts, as well as [archive] and [category] + pages that list all posts associated with them through [metadata] in + chronological order. + +``` { .sh .no-copy } +. +├─ docs/ +│ └─ blog/ +│ ├─ posts/ +│ └─ index.md +└─ mkdocs.yml +``` + +The `index.md` file in the [`blog` directory][config.blog_dir] is the entry +point to your blog – a paginated view listing all posts in reverse chronological +order. Besides that, the plugin supports automatically creating [archive] and +[category] pages that list a subset of posts for a time interval or category. + +[Post URLs][config.post_url_format] are completely configurable, no matter if +you want your URLs to include the post's date or not. Rendered dates always +display in the locale of the [site language] of your project. Like in other +static blog frameworks, posts can be annotated with a variety of [metadata], +allowing for easy integration with other [built-in plugins], e.g., the +[social] and [tags] plugin. + +Posts can be organized in nested folders with a directory layout that suits your +specific needs, and can make use of all components and syntax that Material for +MkDocs offers, including [admonitions], [annotations], [code blocks], +[content tabs], [diagrams], [icons], [math], and more. + + [metadata]: #metadata + [built-in plugins]: index.md + [social]: social.md + [tags]: tags.md + [admonitions]: ../reference/admonitions.md + [annotations]: ../reference/annotations.md + [code blocks]: ../reference/code-blocks.md + [content tabs]: ../reference/content-tabs.md + [diagrams]: ../reference/diagrams.md + [icons]: ../reference/icons-emojis.md + [math]: ../reference/math.md + +### When to use it + +If you want to add a blog to your project, or migrate from another blog +framework to Material for MkDocs because of its excellent technical writing +capabilities, this plugin is a great choice, as it integrates perfectly with +many other built-in plugins: + +<div class="grid cards" markdown> + +- :material-file-tree:   __[Built-in meta plugin][meta]__ + + --- + + The meta plugin makes it easy to apply [metadata] to a subset of posts, + including authors, tags, categories, draft status, as well as social card + layouts. + + --- + + __Simpler organization, categorization and management of post metadata__ + +- :material-share-circle:   __[Built-in social plugin][social]__ + + --- + + The social plugin automatically generates beautiful and customizable + social cards for each post and page, showing as previews on social media. + + --- + + __Links to your blog render beautiful social cards when shared on social + media__ + +- :material-rabbit:   __[Built-in optimize plugin][optimize]__ + + --- + + The optimize plugin automatically identifies and optimizes all media files + that you reference in your project by using compression and conversion + techniques. + + --- + + __Your blog loads faster as smaller images are served to your users__ + +- :material-tag-text:   __[Built-in tags plugin][tags]__ + + --- + + The tags plugin allows to categorize posts alongside with pages in your + project, to improve their discoverability and connect posts to your + documentation. + + --- + + __Your documentation's tag system integrates with your blog__ + +</div> + + [meta]: meta.md + [social]: social.md + [optimize]: optimize.md + [tags]: tags.md + +## Configuration + +<!-- md:version 9.2.0 --> +<!-- md:plugin [blog] – built-in --> +<!-- md:flag multiple --> +<!-- md:flag experimental --> + +As with all [built-in plugins], getting started with the blog plugin is +straightforward. Just add the following lines to `mkdocs.yml`, and you can +start writing your first post: + +``` yaml +plugins: + - blog +``` + +The blog plugin is built into Material for MkDocs and doesn't need to be +installed. + + [blog]: blog.md + [built-in plugins]: index.md + +### Navigation + +If you do not have site navigation configured in your `mkdocs.yml` then there is +nothing more to do. The blog [archive] and [category] pages will automatically +appear underneath the automatically generated navigation. + +If you do have a navigation structure defined then you will need to specify +where the blog should appear in this. Create a [navigation section with an index +page] for the blog: + +```yaml +theme: + name: material + features: + - navigation.indexes +nav: + - ... + - Blog: + - blog/index.md +``` + +The [archive] and [category] pages will appear within that section as +subsections beneath pages in the blog section. In this case, they would appear +after `index.md`. The path to the `index.md` file must match +[blog_dir][config.blog_dir]. This means that you can name the blog navigation +entry anything you like: 'Blog' or 'News' or perhaps 'Tips'. + +[navigation section with an index page]: ../setup/setting-up-navigation.md#section-index-pages + +### General + +The following settings are available: + +--- + +#### <!-- md:setting config.enabled --> + +<!-- md:version 9.2.0 --> +<!-- md:default `true` --> + +Use this setting to enable or disable the plugin when [building your project]. +It's normally not necessary to specify this setting, but if you want to disable +the plugin, use: + +``` yaml +plugins: + - blog: + enabled: false +``` + + [building your project]: ../creating-your-site.md#building-your-site + +--- + +#### <!-- md:setting config.blog_dir --> + +<!-- md:version 9.2.0 --> +<!-- md:default `blog` --> + +Use this setting to change the path where your blog is located in the +[`docs` directory][mkdocs.docs_dir]. The path is included in the generated +URLs as a prefix for all posts and views. You can change it with: + +=== "Documentation + Blog" + + ``` yaml + plugins: + - blog: + blog_dir: blog + ``` + +=== "Blog only" + + ``` yaml + plugins: + - blog: + blog_dir: . + ``` + +The provided path is resolved from the [`docs` directory][mkdocs.docs_dir]. + +--- + +#### <!-- md:setting config.blog_toc --> + +<!-- md:version 9.2.0 --> +<!-- md:default `false` --> + +Use this setting to leverage the table of contents to display post titles in +views. This might be useful, if your post excerpts are rather long. If you want +to enable it, use: + +``` yaml +plugins: + - blog: + blog_toc: true +``` + +### Posts + +The following settings are available for posts: + +--- + +#### <!-- md:setting config.post_dir --> + +<!-- md:version 9.2.0 --> +<!-- md:default `{blog}/posts` --> + +Use this setting to change the folder where your posts are located. It's +normally not necessary to change this setting, but if you want to rename the +folder or change its file system location, use: + +``` yaml +plugins: + - blog: + post_dir: "{blog}/articles" +``` + +Note that the [`posts` directory][config.post_dir] is solely used for post +organization – it is not included in post URLs, since they are automatically +and comfortably generated by this plugin. + +The following placeholders are available: + +- `blog` – [`blog` directory][config.blog_dir] + +The provided path is resolved from the [`docs` directory][mkdocs.docs_dir]. + +--- + +#### <!-- md:setting config.post_date_format --> + +<!-- md:version 9.2.0 --> +<!-- md:default `long` --> + +Use this setting to change the date format of posts. This plugin uses [babel] +to render dates in the configured [site language]. You can use [babel]'s +[pattern syntax] or the following shortcodes: + +=== "Monday, January 31, 2024" + + ``` yaml + plugins: + - blog: + post_date_format: full + ``` + +=== "January 31, 2024" + + ``` yaml + plugins: + - blog: + post_date_format: long + ``` + +=== "Jan 31, 2024" + + ``` yaml + plugins: + - blog: + post_date_format: medium + ``` + +=== "1/31/24" + + ``` yaml + plugins: + - blog: + post_date_format: short + ``` + +Note that depending on the [site language], results might look different for +other languages. + + [babel]: https://pypi.org/project/Babel/ + [site language]: ../setup/changing-the-language.md#site-language + [pattern syntax]: https://babel.pocoo.org/en/latest/dates.html#pattern-syntax + +--- + +#### <!-- md:setting config.post_url_date_format --> + +<!-- md:version 9.2.0 --> +<!-- md:default `yyyy/MM/dd` --> + +Use this setting to change the date format used in post URLs. The format string +must adhere to [babel]'s [pattern syntax] and should not contain whitespace. +Some popular choices: + +=== ":material-link: blog/2024/01/31/:material-dots-horizontal:/" + + ``` yaml + plugins: + - blog: + post_url_date_format: yyyy/MM/dd + ``` + +=== ":material-link: blog/2024/01/:material-dots-horizontal:/" + + ``` yaml + plugins: + - blog: + post_url_date_format: yyyy/MM + ``` + +=== ":material-link: blog/2024/:material-dots-horizontal:/" + + ``` yaml + plugins: + - blog: + post_url_date_format: yyyy + ``` + +If you want to remove the date from post URLs, e.g., when your blog features +mostly evergreen content, you can remove the `date` placeholder from the +[`post_url_format`][config.post_url_format] format string. + +--- + +#### <!-- md:setting config.post_url_format --> + +<!-- md:version 9.2.0 --> +<!-- md:default `{date}/{slug}` --> + +Use this setting to change the format string that is used when generating post +URLs. You can freely combine placeholders, and join them with slashes or other +characters: + +=== ":material-link: blog/2024/:material-dots-horizontal:/" + + ``` yaml + plugins: + - blog: + post_url_format: "{date}/{slug}" + ``` + +=== ":material-link: blog/:material-dots-horizontal:/" + + ``` yaml + plugins: + - blog: + post_url_format: "{slug}" + ``` + +The following placeholders are available: + +- `categories` – Post categories, slugified with [`categories_slugify`][config.categories_slugify] +- `date` – Post date, formatted with [`post_url_date_format`][config.post_url_date_format] +- `slug` – Post title, slugified with [`post_slugify`][config.post_slugify], or explicitly set via [`slug`][meta.slug] metadata property +- `file` – Post filename without `.md` file extension + +If you remove the `date` placeholder, make sure that post URLs don't collide +with URLs of other pages hosted under the [`blog` directory][config.blog_dir], +as this leads to undefined behavior. + +--- + +#### <!-- md:setting config.post_url_max_categories --> + +<!-- md:version 9.2.0 --> +<!-- md:default `1` --> + +Use this setting to set an upper bound for the number of categories included in +post URLs if the `categories` placeholder is part of [`post_url_format`] +[config.post_url_format] and the post defines categories: + +``` yaml +plugins: + - blog: + post_url_format: "{categories}/{slug}" + post_url_max_categories: 2 +``` + +If more than one category is given, they are joined with `/` after slugifying. + +--- + +#### <!-- md:setting config.post_slugify --> + +<!-- md:version 9.2.0 --> +<!-- md:default [`pymdownx.slugs.slugify`][pymdownx.slugs.slugify] --> + +Use this setting to change the function for generating URL-compatible slugs +from post titles. By default, the [`slugify`][pymdownx.slugs.slugify] function +from [Python Markdown Extensions] is used as follows: + +``` yaml +plugins: + - blog: + post_slugify: !!python/object/apply:pymdownx.slugs.slugify + kwds: + case: lower +``` + +The default configuration is Unicode-aware and should produce good slugs for all +languages. Of course, you can also provide a custom slugification function for +more granular control. + + [pymdownx.slugs.slugify]: https://github.com/facelessuser/pymdown-extensions/blob/01c91ce79c91304c22b4e3d7a9261accc931d707/pymdownx/slugs.py#L59-L65 + [Python Markdown Extensions]: https://facelessuser.github.io/pymdown-extensions/extras/slugs/ + +--- + +#### <!-- md:setting config.post_slugify_separator --> + +<!-- md:version 9.2.0 --> +<!-- md:default `-` --> + +Use this setting to change the separator that is passed to the slugification +function set as part of [`post_slugify`][config.post_slugify]. While the default +is a hyphen, it can be set to any string, e.g., `_`: + +``` yaml +plugins: + - blog: + post_slugify_separator: _ +``` + +--- + +#### <!-- md:setting config.post_excerpt --> + +<!-- md:version 9.2.0 --> +<!-- md:default `optional` --> + +By default, the plugin makes [post excerpts](../setup/setting-up-a-blog.md#adding-an-excerpt) +optional. When a post doesn't define an excerpt, views include the entire post. +This setting can be used to make post excerpts required: + +=== "Optional" + + ``` yaml + plugins: + - blog: + post_excerpt: optional + ``` + +=== "Required" + + ``` yaml + plugins: + - blog: + post_excerpt: required + ``` + +When post excerpts are required, posts without excerpt separators raise an +error. Thus, this setting is useful when you want to make sure that all posts +have excerpts defined. + +--- + +#### <!-- md:setting config.post_excerpt_max_authors --> + +<!-- md:version 9.2.0 --> +<!-- md:default `1` --> + +Use this setting to set an upper bound for the number of authors rendered in +post excerpts. While each post may be written by multiple authors, this setting +allows to limit the display to just a few or even a single author, or disable +authors in post excerpts: + +=== "Render up to 2 authors" + + ``` yaml + plugins: + - blog: + post_excerpt_max_authors: 2 + ``` + +=== "Disable authors" + + ``` yaml + plugins: + - blog: + post_excerpt_max_authors: 0 + ``` + +This only applies to post excerpts in views. Posts always render all authors. + +--- + +#### <!-- md:setting config.post_excerpt_max_categories --> + +<!-- md:version 9.2.0 --> +<!-- md:default `5` --> + +Use this setting to set an upper bound for the number of categories rendered in +post excerpts. While each post may be assigned to multiple categories, this +setting allows to limit the display to just a few or even a single category, or +disable categories in post excerpts: + +=== "Render up to 2 categories" + + ``` yaml + plugins: + - blog: + post_excerpt_max_categories: 2 + ``` + +=== "Disable categories" + + ``` yaml + plugins: + - blog: + post_excerpt_max_categories: 0 + ``` + +This only applies to post excerpts in views. Posts always render all categories. + +--- + +#### <!-- md:setting config.post_excerpt_separator --> + +<!-- md:version 9.2.0 --> +<!-- md:default <code><!-- more --></code> --> + +Use this setting to set the separator the plugin will look for in a post's +content when generating post excerpts. All content __before__ the separator is +considered to be part of the excerpt: + +``` yaml +plugins: + - blog: + post_excerpt_separator: <!-- more --> +``` + +It is common practice to use an HTML comment as a separator. + +--- + +#### <!-- md:setting config.post_readtime --> + +<!-- md:version 9.2.0 --> +<!-- md:default `true` --> + +Use this setting to control whether the plugin should automatically compute the +reading time of a post, which is then rendered in post excerpts, as well as in +posts themselves: + +``` yaml +plugins: + - blog: + post_readtime: false +``` + +--- + +#### <!-- md:setting config.post_readtime_words_per_minute --> + +<!-- md:version 9.2.0 --> +<!-- md:default `265` --> + +Use this setting to change the number of words that a reader is expected to read +per minute when computing the reading time of a post. If you want to fine-tune +it, use: + +``` yaml +plugins: + - blog: + post_readtime_words_per_minute: 300 +``` + +A reading time of 265 words per minute is considered to be the +[average reading time of an adult]. + + [average reading time of an adult]: https://help.medium.com/hc/en-us/articles/214991667-Read-time + +### Archive + +The following settings are available for archive pages: + +--- + +#### <!-- md:setting config.archive --> + +<!-- md:version 9.2.0 --> +<!-- md:default `true` --> + +Use this setting to enable or disable archive pages. An archive page shows all +posts for a specific interval (e.g. year, month, etc.) in reverse order. If you +want to disable archive pages, use: + +``` yaml +plugins: + - blog: + archive: false +``` + +--- + +#### <!-- md:setting config.archive_name --> + +<!-- md:version 9.2.0 --> +<!-- md:default computed --> + +Use this setting to change the title of the archive section the plugin adds to +the navigation. If this setting is omitted, it's sourced from the translations. +If you want to change it, use: + +``` yaml +plugins: + - blog: + archive_name: Archive +``` + +--- + +#### <!-- md:setting config.archive_date_format --> + +<!-- md:version 9.2.0 --> +<!-- md:default `yyyy` --> + +Use this setting to change the date format used for archive page titles. The +format string must adhere to [babel]'s [pattern syntax]. Some popular choices: + +=== "2024" + + ``` yaml + plugins: + - blog: + archive_date_format: yyyy + ``` + +=== "January 2024" + + ``` yaml + plugins: + - blog: + archive_date_format: MMMM yyyy + ``` + +Note that depending on the [site language], results might look different for +other languages. + +--- + +#### <!-- md:setting config.archive_url_date_format --> + +<!-- md:version 9.2.0 --> +<!-- md:default `yyyy` --> + +Use this setting to change the date format used for archive page URLs. The +format string must adhere to [babel]'s [pattern syntax] and should not contain +whitespace. Some popular choices: + +=== ":material-link: blog/archive/2024/" + + ``` yaml + plugins: + - blog: + archive_url_date_format: yyyy + ``` + +=== ":material-link: blog/archive/2024/01/" + + ``` yaml + plugins: + - blog: + archive_url_date_format: yyyy/MM + ``` + +--- + +#### <!-- md:setting config.archive_url_format --> + +<!-- md:version 9.2.0 --> +<!-- md:default `archive/{date}` --> + +Use this setting to change the format string that is used when generating +archive page URLs. You can freely combine placeholders, and join them with +slashes or other characters: + +=== ":material-link: blog/archive/2024/" + + ``` yaml + plugins: + - blog: + archive_url_format: "archive/{date}" + ``` + +=== ":material-link: blog/2024/" + + ``` yaml + plugins: + - blog: + archive_url_format: "{date}" + ``` + +The following placeholders are available: + +- `date` – Archive date, formatted with [`archive_url_date_format`][config.archive_url_date_format] + +--- + +#### <!-- md:setting config.archive_pagination --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.44.0 --> +<!-- md:default `true` --> + +Use this setting to enable or disable pagination for archive pages. The value +of this setting is inherited from [`pagination`][config.pagination], unless it's +explicitly set. To disable pagination, use: + +``` yaml +plugins: + - blog: + archive_pagination: false +``` + +--- + +#### <!-- md:setting config.archive_pagination_per_page --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.44.0 --> +<!-- md:default `10` --> + +Use this setting to change the number of posts rendered per archive page. The +value of this setting is inherited from [`pagination_per_page`] +[config.pagination_per_page], unless it's explicitly set. To change it, use: + +``` yaml +plugins: + - blog: + archive_pagination_per_page: 5 +``` + +--- + +#### <!-- md:setting config.archive_toc --> + +<!-- md:version 9.2.0 --> +<!-- md:default `false` --> + +Use this setting to leverage the table of contents to display post titles on all +archive pages. The value of this setting is inherited from [`blog_toc`] +[config.blog_toc], unless it's explicitly set. To change it, use + +``` yaml +plugins: + - blog: + archive_toc: true +``` + +### Categories + +The following settings are available for category pages: + +--- + +#### <!-- md:setting config.categories --> + +<!-- md:version 9.2.0 --> +<!-- md:default `true` --> + +Use this setting to enable or disable category pages. A category page shows all +posts for a specific category in reverse chronological order. If you want to +disable category pages, use: + +``` yaml +plugins: + - blog: + categories: false +``` + +--- + +#### <!-- md:setting config.categories_name --> + +<!-- md:version 9.2.0 --> +<!-- md:default computed --> + +Use this setting to change the title of the category section the plugin adds to +the navigation. If this setting is omitted, it's sourced from the translations. +If you want to change it, use: + +``` yaml +plugins: + - blog: + categories_name: Categories +``` + +--- + +#### <!-- md:setting config.categories_url_format --> + +<!-- md:version 9.2.0 --> +<!-- md:default `category/{slug}` --> + +Use this setting to change the format string that is used when generating +category page URLs. You can freely combine placeholders, and join them with +slashes or other characters: + +=== ":material-link: blog/category/:material-dots-horizontal:/" + + ``` yaml + plugins: + - blog: + categories_url_format: "category/{slug}" + ``` + +=== ":material-link: blog/:material-dots-horizontal:/" + + ``` yaml + plugins: + - blog: + categories_url_format: "{slug}" + ``` + +The following placeholders are available: + +- `slug` – Category, slugified with [`categories_slugify`][config.categories_slugify] + +--- + +#### <!-- md:setting config.categories_slugify --> + +<!-- md:version 9.2.0 --> +<!-- md:default [`pymdownx.slugs.slugify`][pymdownx.slugs.slugify] --> + +Use this setting to change the function for generating URL-compatible slugs +from categories. By default, the [`slugify`][pymdownx.slugs.slugify] function +from [Python Markdown Extensions] is used as follows: + +``` yaml +plugins: + - blog: + categories_slugify: !!python/object/apply:pymdownx.slugs.slugify + kwds: + case: lower +``` + +The default configuration is Unicode-aware and should produce good slugs for all +languages. Of course, you can also provide a custom slugification function for +more granular control. + +--- + +#### <!-- md:setting config.categories_slugify_separator --> + +<!-- md:version 9.2.0 --> +<!-- md:default `-` --> + +Use this setting to change the separator that is passed to the slugification +function set as part of [`categories_slugify`][config.categories_slugify]. While +the default is a hyphen, it can be set to any string, e.g., `_`: + +``` yaml +plugins: + - blog: + categories_slugify_separator: _ +``` + +--- + +#### <!-- md:setting config.categories_sort_by --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.45.0 --> +<!-- md:default `material.plugins.blog.view_name` --> + +Use this setting to specify a custom function for sorting categories. For +example, if you want to sort categories by the number of posts they contain, +use the following configuration: + +``` yaml +plugins: + - blog: + categories_sort_by: !!python/name:material.plugins.blog.view_post_count +``` + +Don't forget to enable [`categories_sort_reverse`][config.categories_sort_reverse]. +You can define your own comparison function, which must return something +that can be compared while sorting, i.e., a string or number. + +--- + +#### <!-- md:setting config.categories_sort_reverse --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.45.0 --> +<!-- md:default `false` --> + +Use this setting to reverse the order in which categories are sorted. By +default, categories are sorted in ascending order, but you can reverse ordering +as follows: + +``` yaml +plugins: + - blog: + categories_sort_reverse: true +``` + +--- + +#### <!-- md:setting config.categories_allowed --> + +<!-- md:version 9.2.0 --> +<!-- md:default none --> + +The plugin allows to check categories against a predefined list, in order to +catch typos or make sure that categories are not arbitrarily added. Specify the +categories you want to allow with: + +``` yaml +plugins: + - blog: + categories_allowed: + - Search + - Performance +``` + +The plugin stops the build if a post references a category that is not part of +this list. Posts can be assigned to categories by using the [`categories`] +[meta.categories] metadata property. + +--- + +#### <!-- md:setting config.categories_pagination --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.44.0 --> +<!-- md:default `true` --> + +Use this setting to enable or disable pagination for category pages. The value +of this setting is inherited from [`pagination`][config.pagination], unless it's +explicitly set. To disable pagination, use: + +``` yaml +plugins: + - blog: + categories_pagination: false +``` + +--- + +#### <!-- md:setting config.categories_pagination_per_page --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.44.0 --> +<!-- md:default `10` --> + +Use this setting to change the number of posts rendered per category page. The +value of this setting is inherited from [`pagination_per_page`] +[config.pagination_per_page], unless it's explicitly set. To change it, use: + +``` yaml +plugins: + - blog: + categories_pagination_per_page: 5 +``` + +--- + +#### <!-- md:setting config.categories_toc --> + +<!-- md:version 9.2.0 --> +<!-- md:default `false` --> + +Use this setting to leverage the table of contents to display post titles on all +category pages. The value of this setting is inherited from [`blog_toc`] +[config.blog_toc], unless it's explicitly set. To change it, use: + +``` yaml +plugins: + - blog: + categories_toc: true +``` + +### Authors + +The following settings are available for authors: + +--- + +#### <!-- md:setting config.authors --> + +<!-- md:version 9.2.0 --> +<!-- md:default `true` --> + +Use this setting to enable or disable post authors. If this setting is enabled, +the plugin will look for a file named [`.authors.yml`][config.authors_file] and +render authors in posts and views. Disable this behavior with: + +``` yaml +plugins: + - blog: + authors: false +``` + +--- + +#### <!-- md:setting config.authors_file --> + +<!-- md:version 9.2.0 --> +<!-- md:default `{blog}/.authors.yml` --> + +Use this setting to change the path of the file where the author information for +your posts resides. It's normally not necessary to change this setting, but if +you need to, use: + +``` yaml +plugins: + - blog: + authors_file: "{blog}/.authors.yml" +``` + +The following placeholders are available: + +- `blog` – [`blog` directory][config.blog_dir] + +The provided path is resolved from the [`docs` directory][mkdocs.docs_dir]. + +!!! info "Format of author information" + + The `.authors.yml` file must adhere to the following format: + + ``` yaml title=".authors.yml" + authors: + <author>: + name: string # Author name + description: string # Author description + avatar: url # Author avatar + slug: url # Author profile slug + url: url # Author website URL + ``` + + Note that `<author>` must be set to an identifier for associating authors + with posts, e.g., a GitHub username like `squidfunk`. This identifier can + then be used in the [`authors`][meta.authors] metadata property of + a post. Multiple authors are supported. As an example, see + [the `.authors.yml` file][.authors.yml] we're using for our blog. + + [.authors.yml]: https://github.com/squidfunk/mkdocs-material/blob/master/docs/blog/.authors.yml + +--- + +#### <!-- md:setting config.authors_profiles --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.46.0 --> +<!-- md:default `false` --> + +Use this setting to enable or disable automatically generated author profiles. +An author profile shows all posts by an author in reverse chronological order. +You can enable author profiles with: + +``` yaml +plugins: + - blog: + authors_profiles: true +``` + +--- + +#### <!-- md:setting config.authors_profiles_name --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.46.0 --> +<!-- md:default computed --> + +Use this setting to change the title of the authors section the plugin adds to +the navigation. If this setting is omitted, it's sourced from the translations. +If you want to change it, use: + +``` yaml +plugins: + - blog: + authors_profiles_name: Authors +``` + +--- + +#### <!-- md:setting config.authors_profiles_url_format --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.46.0 --> +<!-- md:default `author/{slug}` --> + +Use this setting to change the format string that is used when generating +author profile URLs. You can freely combine placeholders, and join them with +slashes or other characters: + +=== ":material-link: blog/author/:material-dots-horizontal:/" + + ``` yaml + plugins: + - blog: + authors_profiles_url_format: "author/{slug}" + ``` + +=== ":material-link: blog/:material-dots-horizontal:/" + + ``` yaml + plugins: + - blog: + authors_profiles_url_format: "{slug}" + ``` + +The following placeholders are available: + +- `slug` – Author slug or identifier from [`authors_file`][config.authors_file] +- `name` – Author name from [`authors_file`][config.authors_file] + +--- + +#### <!-- md:setting config.authors_profiles_pagination --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.46.0 --> +<!-- md:default `true` --> + +Use this setting to enable or disable pagination for author profiles. The value +of this setting is inherited from [`pagination`][config.pagination], unless it's +explicitly set. To disable pagination, use: + +``` yaml +plugins: + - blog: + authors_profiles_pagination: false +``` + +--- + +#### <!-- md:setting config.authors_profiles_pagination_per_page --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.46.0 --> +<!-- md:default `10` --> + +Use this setting to change the number of posts rendered per archive page. The +value of this setting is inherited from [`pagination_per_page`] +[config.pagination_per_page], unless it's explicitly set. To change it, use: + +``` yaml +plugins: + - blog: + authors_profiles_pagination_per_page: 5 +``` + +--- + +#### <!-- md:setting config.authors_profiles_toc --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.46.0 --> +<!-- md:default `false` --> + +Use this setting to leverage the table of contents to display post titles on all +author profiles. The value of this setting is inherited from [`blog_toc`] +[config.blog_toc], unless it's explicitly set. To change it, use: + +``` yaml +plugins: + - blog: + authors_profiles_toc: true +``` + +### Pagination + +The following settings are available for pagination: + +--- + +#### <!-- md:setting config.pagination --> + +<!-- md:version 9.2.0 --> +<!-- md:default `true` --> + +Use this setting to enable or disable pagination in views – generated pages +that show posts or subsets of posts in reverse chronological order. If you want +to disable pagination, use: + +``` yaml +plugins: + - blog: + pagination: false +``` + +--- + +#### <!-- md:setting config.pagination_per_page --> + +<!-- md:version 9.2.0 --> +<!-- md:default `10` --> + +Use this setting to change the number of posts rendered per page. If you have +rather long post excerpts, it can be a good idea to reduce the number of posts +per page: + +``` yaml +plugins: + - blog: + pagination_per_page: 5 +``` + +--- + +#### <!-- md:setting config.pagination_url_format --> + +<!-- md:version 9.2.0 --> +<!-- md:default `page/{page}` --> + +Use this setting to change the format string that is used when generating +paginated view URLs. You can freely combine placeholders, and join them with +slashes or other characters: + +=== ":material-link: blog/page/n/" + + ``` yaml + plugins: + - blog: + pagination_url_format: "page/{page}" + ``` + +=== ":material-link: blog/n/" + + ``` yaml + plugins: + - blog: + pagination_url_format: "{page}" + ``` + +The following placeholders are available: + +- `page` – Page number + +--- + +#### <!-- md:setting config.pagination_format --> + +<!-- md:version 9.2.0 --> +<!-- md:default `~2~` --> + +The plugin uses the [paginate] module to generate the pagination markup using a +special syntax. Use this setting to customize how pagination is constructed. +Some popular choices: + +=== "1 2 3 .. n" + + ``` yaml + plugins: + - blog: + pagination_format: "~2~" + ``` + +=== "1 2 3 .. n :material-chevron-right: :material-chevron-double-right:" + + ``` yaml + plugins: + - blog: + pagination_format: "$link_first $link_previous ~2~ $link_next $link_last" + ``` + +=== "1 :material-chevron-right:" + + ``` yaml + plugins: + - blog: + pagination_format: "$link_previous $page $link_next" + ``` + +The following placeholders are supported by [paginate]: + +- `#!css $first_page` – Number of first reachable page +- `#!css $last_page` – Number of last reachable page +- `#!css $page` – Number of currently selected page +- `#!css $page_count` – Number of reachable pages +- `#!css $items_per_page` – Maximal number of items per page +- `#!css $first_item` – Index of first item on the current page +- `#!css $last_item` – Index of last item on the current page +- `#!css $item_count` – Total number of items +- `#!css $link_first` – Link to first page (unless on first page) +- `#!css $link_last` – Link to last page (unless on last page) +- `#!css $link_previous` – Link to previous page (unless on first page) +- `#!css $link_next` – Link to next page (unless on last page) + + [paginate]: https://pypi.org/project/paginate/ + +--- + +#### <!-- md:setting config.pagination_if_single_page --> + +<!-- md:version 9.2.0 --> +<!-- md:default `false` --> + +Use this setting to control whether pagination should be automatically disabled +when the view only consists of a single page. If you want to always render +pagination, use: + +``` yaml +plugins: + - blog: + pagination_if_single_page: true +``` + +--- + +#### <!-- md:setting config.pagination_keep_content --> + +<!-- md:version 9.2.0 --> +<!-- md:default `false` --> + +Use this setting to enable or disable persistence of content, i.e., if paginated +views should also display the content of their containing view. If you want to +enable this behavior, use: + +``` yaml +plugins: + - blog: + pagination_keep_content: true +``` + +### Drafts + +The following settings are available for drafts: + +--- + +#### <!-- md:setting config.draft --> + +<!-- md:version 9.2.0 --> +<!-- md:default `false` --> + +Rendering [draft posts][meta.draft] can be useful in deploy previews. Use this +setting to specify whether the plugin should include posts marked as drafts when +[building your project]: + +=== "Render drafts" + + ``` yaml + plugins: + - blog: + draft: true + ``` + +=== "Don't render drafts" + + ``` yaml + plugins: + - blog: + draft: false + ``` + +--- + +#### <!-- md:setting config.draft_on_serve --> + +<!-- md:version 9.2.0 --> +<!-- md:default `true` --> + +Use this setting to control whether the plugin should include posts marked as +drafts when [previewing your site]. If you don't wish to include draft posts +when previewing, use: + +``` yaml +plugins: + - blog: + draft_on_serve: false +``` + + [previewing your site]: ../creating-your-site.md#previewing-as-you-write + +--- + +#### <!-- md:setting config.draft_if_future_date --> + +<!-- md:version 9.2.0 --> +<!-- md:default `false` --> + +The plugin can automatically mark posts with future dates as drafts. When the +date is past today, the post is automatically included when +[building your project], unless explicitly marked as draft: + +``` yaml +plugins: + - blog: + draft_if_future_date: true +``` + +## Usage + +### Metadata + +Posts can define a handful of metadata properties that specify how the plugin +renders them, in which views they are integrated, and how they are linked to +each other. The metadata of each post is validated against a schema to allow for +a quicker discovery of syntax errors. + +The following properties are available: + +--- + +#### <!-- md:setting meta.authors --> + +<!-- md:version 9.2.0 --> +<!-- md:flag metadata --> +<!-- md:default none --> + +Use this property to associate a post with [authors] by providing a list of +identifiers as defined in the [`authors_file`][config.authors_file]. If an +author can't be resolved, the plugin will terminate with an error: + +``` yaml +--- +authors: + - squidfunk # (1)! +--- + +# Post title +... +``` + +1. Authors are linked by using their identifiers. As an example, see + [the `.authors.yml` file][.authors.yml] we're using for our blog. + + [authors]: #authors + +--- + +#### <!-- md:setting meta.categories --> + +<!-- md:version 9.2.0 --> +<!-- md:flag metadata --> +<!-- md:default none --> + +Use this property to associate a post with one or more [categories][category], +making the post a part of the generated category page. Categories are defined +as a list of strings (whitespaces are allowed): + +``` yaml +--- +categories: + - Search + - Performance +--- + +# Post title +... +``` + +If you want to prevent accidental typos assigning categories to posts, you +can set a predefined list of allowed categories in `mkdocs.yml` by using +the [`categories_allowed`][config.categories_allowed] setting. + +--- + +#### <!-- md:setting meta.date --> + +<!-- md:version 9.2.0 --> +<!-- md:flag metadata --> +<!-- md:flag required --> + +Use this property to specify a post's date. Note that this property is required, +which means the build fails when it's not set. Additional dates can be set by +using a slightly different syntax: + +=== "Date" + + ``` yaml + --- + date: 2024-01-31 + --- + + # Post title + ... + ``` + +=== "Update date" + + ``` yaml + --- + date: + created: 2024-01-31 # (1)! + updated: 2024-02-01 + --- + + # Post title + ... + ``` + + 1. Each post must have a creation date set. + +=== "Custom date" + + ``` yaml + --- + date: + created: 2024-01-31 + my_custom_date: 2024-02-01 # (1)! + --- + + # Post title + ... + ``` + + 1. The blog plugin validates all dates and allows to format them with + [babel]'s [pattern syntax] in templates. When using theme extension, + authors can add custom dates to templates. + + This was first requested in #5733. + +The following date formats are supported: + +- `2024-01-31` +- `2024-01-31T12:00:00` + +--- + +#### <!-- md:setting meta.draft --> + +<!-- md:version 9.2.0 --> +<!-- md:flag metadata --> +<!-- md:default none --> + +Use this property to mark a post as draft. The plugin allows to include or +exclude posts marked as drafts when [building your project] using the +[`draft`][config.draft] setting. Mark a post as draft with: + +``` yaml +--- +draft: true +--- + +# Post title +... +``` + +--- + +#### <!-- md:setting meta.pin --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.53.0 --> +<!-- md:flag metadata --> +<!-- md:default `false` --> +<!-- md:flag experimental --> + +Use this property to pin a post to the top of a view. In case multiple posts are +pinned, the pinned posts are sorted by descending order and appear before all +other posts. Pin a post with: + +``` yaml +--- +pin: true +--- + +# Post title +... +``` + +--- + +#### <!-- md:setting meta.links --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.23.0 --> +<!-- md:flag metadata --> +<!-- md:default none --> +<!-- md:flag experimental --> + +Use this property to define a list of links that are rendered in the sidebar of +a post. The property follows the same syntax as [`nav`][mkdocs.nav] in +`mkdocs.yml`, supporting sections and even anchors: + +=== "Links" + + ``` yaml + --- + links: + - setup/setting-up-site-search.md + - insiders/index.md + --- + + # Post title + ... + ``` + +=== "Links with sections" + + ``` yaml + --- + links: + - setup/setting-up-site-search.md + - Insiders: + - insiders/index.md + - insiders/getting-started.md + --- + + # Post title + ... + ``` + +=== "Links with anchors" + + ``` yaml + --- + links: + - plugins/search.md # (1)! + - Insiders: + - insiders/how-to-sponsor.md + - insiders/getting-started.md#requirements + --- + + # Post title + ... + ``` + + 1. If a link defines an anchor, the plugin resolves the anchor from the + linked page and sets the anchor title as a [subtitle]. + +All relative links are resolved from the [`docs` directory][mkdocs.docs_dir]. + + [subtitle]: ../reference/index.md#setting-the-page-subtitle + +--- + +#### <!-- md:setting meta.readtime --> + +<!-- md:version 9.2.0 --> +<!-- md:flag metadata --> +<!-- md:default computed --> + +Use this property to explicitly set the reading time of a post in minutes. When +[`post_readtime`][config.post_readtime] is enabled, the plugin computes the +reading time of a post, which can be overridden with: + +``` yaml +--- +readtime: 15 +--- + +# Post title +... +``` + +--- + +#### <!-- md:setting meta.slug --> + +<!-- md:version 9.2.0 --> +<!-- md:flag metadata --> +<!-- md:default computed --> + +Use this property to explicitly set the slug of a post. By default, the slug of +a post is automatically computed by the [`post_slugify`][config.post_slugify] +function from the post's title, which can be overridden with: + +``` yaml +--- +slug: help-im-trapped-in-a-universe-factory +--- + +# Post title +... +``` + +Slugs are passed to [`post_url_format`][config.post_url_format]. + +--- + +!!! question "Missing something?" + + When setting up your blog or migrating from another blog framework, you + might discover that you're missing specific functionality – we're happy to + consider adding it to the plugin! You can [open a discussion] to + ask a question, or create a [change request] on our [issue tracker], so we + can find out if it might be a good fit for the plugin. + + [open a discussion]: https://github.com/squidfunk/mkdocs-material/discussions + [change request]: ../contributing/requesting-a-change.md + [issue tracker]: https://github.com/squidfunk/mkdocs-material/issues diff --git a/mkdocs-material/docs/plugins/group.md b/mkdocs-material/docs/plugins/group.md new file mode 100644 index 0000000..6e17c4c --- /dev/null +++ b/mkdocs-material/docs/plugins/group.md @@ -0,0 +1,121 @@ +--- +title: Built-in group plugin +icon: material/format-list-group +--- + +# Built-in group plugin + +The group plugin allows to group plugins into logical units to conditionally +enable or disable them for specific environments with the use of +[environment variables][mkdocs.env], e.g., to only enable a subset of +plugins when [building your project] during continuous integration (CI). + + [building your project]: ../creating-your-site.md#building-your-site + +## Objective + +### How it works + +The plugin conditionally and lazily loads all plugins that are part of a group +if and only if the group is enabled, which means that the plugin doesn't add any +overhead when the group is disabled. It also means that the grouped plugins +only need to be installed when the group is enabled. + +The plugins that are part of the group are executed in the same order as if +they were defined at the top-level in the list of [`plugins`][mkdocs.plugins]. +Thus, order is preserved and deterministic. + +### When to use it + +Whenever you're using multiple plugins that are only required in specific +environments, e.g., when building your project during continuous integration +(CI), the plugin is the perfect utility for making configuration simpler, as it +removes the need for splitting configuration into multiple files. + +It can be used with any built-in or third-party plugin. + +## Configuration + +<!-- md:version 9.3.0 --> +<!-- md:plugin [group] – built-in --> +<!-- md:flag multiple --> +<!-- md:flag experimental --> + +As with all [built-in plugins], getting started with the group plugin is +straightforward. Just add the following lines to `mkdocs.yml`, and start +splitting plugins into logical units: + +``` yaml +plugins: + - group +``` + +The group plugin is built into Material for MkDocs and doesn't need to be +installed. + + [group]: group.md + [built-in plugins]: index.md + +### General + +The following settings are available: + +--- + +#### <!-- md:setting config.enabled --> + +<!-- md:version 9.3.0 --> +<!-- md:default `false` --> + +Use this setting to enable or disable the plugin when [building your project]. +The plugin behaves differently than all other built-in plugins – __it is +disabled by default__. To enable a group, use: + +``` yaml +plugins: + - group: + enabled: !ENV CI # (1)! +``` + +1. If you only want to use the group plugin for better organization and + always want to enable the plugins that are part of it, use: + + ``` yaml + plugins: + - group: + enabled: true + ``` + +The decision to disable the plugin by default was made to simplify the usage +of environment variables, as it removes the need to provide a default value for +an environment variable. + +Now, when [building your project], you can enable a group by setting the +[environment variable][mkdocs.env]: + +``` sh +CI=true mkdocs build +``` + + [building your project]: ../creating-your-site.md#building-your-site + +--- + +#### <!-- md:setting config.plugins --> + +<!-- md:version 9.3.0 --> +<!-- md:default none --> + +Use this setting to list the plugins that are part of the group. The syntax is +exactly the same as for the [`plugins`][mkdocs.plugins] setting, so you can +simply copy the list of plugins that you want to group, e.g: + +``` yaml +plugins: + - group: + plugins: + - optimize + - minify +``` + +The plugins mentioned here are just used for illustration purposes. diff --git a/mkdocs-material/docs/plugins/index.md b/mkdocs-material/docs/plugins/index.md new file mode 100644 index 0000000..8bf6a8a --- /dev/null +++ b/mkdocs-material/docs/plugins/index.md @@ -0,0 +1,246 @@ +# Built-in plugins + +Material for MkDocs started out as a theme for [MkDocs][mkdocs], but has since +evolved into a full-fledged framework for building and maintaining documentation. +The theme is still the core of the project, but it's now accompanied by a +growing number of complementary built-in plugins. + +We strive to make those plugins as modular and generic as possible, so that they +can be used in a wide variety of projects and use cases. By providing useful +default settings, we also try to make them as easy to use as possible, so that +you can get started quickly, tweaking their settings later on. When +developing built-in plugins, we always adhere to the following design principles: + +- **Modularity:** Built-in plugins are designed to be modular, so that they can + be easily combined to implement sophisticated pipelines. For example, the + [offline], [optimize] and [privacy] plugins can be used together to build + truly [offline-capable documentation]. + +- **Interoperability:** Built-in plugins are designed to be as compatible as + possible, so they can be used in combination with other plugins, including + third-party plugins. We strive to make it simple to integrate with the vast + ecosystem that has evolved around [MkDocs][mkdocs]. + +- **Performance:** Built-in plugins are designed to be as fast and + memory-efficient as possible, so that they don't unnecessarily slow down + builds. This is particularly important for large documentation projects with + thousands of pages. + + [mkdocs]: https://www.mkdocs.org/ + [design principles]: ../design-principles.md + [offline-capable documentation]: ../setup/building-for-offline-usage.md + +## Categories + +### Management + +The following plugins greatly improve the authoring experience when working on +documentation projects by providing better management capabilities, from the +management of plugins, multiple projects, and metadata, to the creation of +minimal reproductions for bug reports: + +<div class="grid cards" markdown> + +- :material-format-list-group:   __[Built-in group plugin][group]__ + + --- + + The group plugin allows to group plugins into logical units to conditionally + enable or disable them for specific environments with the use of + [environment variables][mkdocs.env]. + + --- + + __Optimal management of plugins when building in different environments__ + +- :material-file-tree:   __[Built-in meta plugin][meta]__ + + --- + + The meta plugin makes it easy to manage metadata (front matter) for all + pages in a folder, so a certain subset of pages uses specific tags or a + custom template. + + --- + + __Simpler organization, categorization and management of metadata__ + +- :material-folder-open:   __[Built-in projects plugin][projects]__ + + --- + + The projects plugin allows to split your main project into multiple distinct + projects, build them concurrently and preview them together as one. + + --- + + __Connect multiple projects together, and build them separately or as one__ + +- :material-information:   __[Built-in info plugin][info]__ + + --- + + The info plugin is a small and useful utility that helps to create + self-contained minimal reproductions, so we maintainers can fix reported + bugs more quickly. + + --- + + __Your bug reports are of the highest quality, so we can fix them as fast as + possible__ + + +</div> + + [group]: group.md + [info]: info.md + [meta]: meta.md + [projects]: projects.md + +### Optimization + +The following plugins are designed to help you build optimized documentation, +making it more accessible to your users through faster loading times, better +search engine rankings, beautiful preview images on social media, and GDPR +compliance with a few lines of configuration: + +<div class="grid cards" markdown> + +- :material-share-circle:   __[Built-in social plugin][social]__ + + --- + + The social plugin automatically generates beautiful and customizable + social cards for each page of your documentation, showing as previews on + social media. + + --- + + __Links to your site render beautiful social cards when shared on social + media__ + +- :material-rabbit:   __[Built-in optimize plugin][optimize]__ + + --- + + The optimize plugin automatically identifies and optimizes all media files + that you reference in your project by using compression and conversion + techniques. + + --- + + __Your site loads faster as smaller images are served to your users__ + +- :material-shield-account:   __[Built-in privacy plugin][privacy]__ + + --- + + The privacy plugin downloads external assets automatically for easy + self-hosting, allowing for GDPR compliance with a single line of + configuration. + + --- + + __Your documentation can be made GDPR compliant with minimal effort__ + +- :material-connection:   __[Built-in offline plugin][offline]__ + + --- + + The offline plugin adds support for building [offline-capable documentation], + so you can distribute the [`site` directory][mkdocs.site_dir] as a `.zip` + file that can be downloaded. + + --- + + __Your documentation can work without connectivity to the internet__ + +</div> + + [offline]: offline.md + [optimize]: optimize.md + [privacy]: privacy.md + [social]: social.md + +### Content + +The following plugins are designed to help you set up a blog, provide search +functionality to your users, add tags to pages and posts, and use the same +typesetting capabilities in specific parts of the documentation exactly as in +the main content: + +<div class="grid cards" markdown> + +- :material-newspaper-variant-outline:   __[Built-in blog plugin][blog]__ + + --- + + The blog plugin adds first-class support for blogging to Material for + MkDocs, either as a sidecar to your documentation or as a standalone + installation. + + --- + + __Your blog is built with the same powerful engine as your documentation__ + +- :material-magnify:   __[Built-in search plugin][search]__ + + --- + + The search plugin adds a search bar to the header, allowing users to search + the entire documentation, so it's easier for them to find what they're + looking for. + + --- + + __Your documentation is searchable without any external services, even + offline__ + +- :material-tag-text:   __[Built-in tags plugin][tags]__ + + --- + + The tags plugin adds first-class support for categorizing pages with tags, + adding the ability to group related pages to improve the discovery of + related content. + + --- + + __Your pages are categorized with tags, yielding additional context__ + +- :material-format-title:   __[Built-in typeset plugin][typeset]__ + + --- + + The typeset plugin allows to preserve the enriched presentation of titles + and headlines within the navigation and table of contents. + + --- + + __Sidebars preserve the same formatting as section titles in pages__ + +</div> + + [blog]: blog.md + [search]: search.md + [tags]: tags.md + [typeset]: typeset.md + +## Architecture + +### Multiple instances + +Several built-in plugins have support for multiple instances, which means that +they can be used multiple times in the same configuration file, allowing to +fine-tune behavior for separate sections of your project. Currently, the +following plugins have support for multiple instances: + +<div class="mdx-columns" markdown> + +- [Built-in blog plugin][blog] +- [Built-in group plugin][group] +- [Built-in optimize plugin][optimize] +- [Built-in privacy plugin][privacy] +- [Built-in social plugin][social] + +</div> diff --git a/mkdocs-material/docs/plugins/info.md b/mkdocs-material/docs/plugins/info.md new file mode 100644 index 0000000..b422daa --- /dev/null +++ b/mkdocs-material/docs/plugins/info.md @@ -0,0 +1,155 @@ +--- +title: Built-in info plugin +icon: material/information +--- + +# Built-in info plugin + +The info plugin is a utility that is solely intended to create self-contained +[minimal reproductions] as `.zip` files when [reporting bugs] or proposing +[change requests], making communication between us maintainers and you much +easier, as we have a common ground to work on. + + [minimal reproductions]: ../guides/creating-a-reproduction.md + [reporting bugs]: ../contributing/reporting-a-bug.md + [change requests]: ../contributing/requesting-a-change.md + +## Objective + +### How it works + +The plugin helps you to prepare a minimal reproduction by collecting the +necessary information about the environment and configuration of your project. +This makes it easier for us to fix bugs, as it requires that you +[upgrade to the latest version] and [remove your customizations]. + +When following these principles, you can be confident that you don't report a +bug that has already been fixed in a subsequent release, or which is caused by +one of your customizations. Even more importantly, you actively help +us to fix the bug as quickly as possible. + +The output of the plugin is a `.zip` file that you can share with us maintainers. + + [Upgrade to the latest version]: ../contributing/reporting-a-bug.md#upgrade-to-latest-version + [Remove your customizations]: ../contributing/reporting-a-bug.md#remove-customizations + + +### When to use it + +Whenever you're [reporting a bug][reporting bugs] or have something to discuss, +like a question or [change request][change requests], you should attach +a small, self-contained minimal reproduction. Runnable examples help to make +communication much more efficient, giving us maintainers more time to benefit +more users by pushing the project forward. Minimal reproductions are mandatory +for bug reports. + +## Configuration + +<!-- md:version 9.0.0 --> +<!-- md:plugin [info] – built-in --> + +In order to get started with the built-in info plugin, just add the following +lines to `mkdocs.yml`, and quickly [create a minimal reproduction] to share +with us maintainers: + +``` yaml +plugins: + - info +``` + +The info plugin is built into Material for MkDocs and doesn't need to be +installed. + + [info]: info.md + [create a minimal reproduction]: ../guides/creating-a-reproduction.md + +### General + +The following settings are available: + +--- + +#### <!-- md:setting config.enabled --> + +<!-- md:version 9.0.0 --> +<!-- md:default `true` --> + +Use this setting to enable or disable the plugin when [building your project]. +It's normally not necessary to specify this setting, but if you want to disable +the plugin, use: + +``` yaml +plugins: + - info: + enabled: false +``` + + [building your project]: ../creating-your-site.md#building-your-site + +--- + +#### <!-- md:setting config.enabled_on_serve --> + +<!-- md:version 9.0.6 --> +<!-- md:default `false` --> + +Use this setting to control whether the plugin should be enabled when +[previewing your site]. It's normally not necessary to specify this setting, +but if you want to change this behavior, use: + +``` yaml +plugins: + - info: + enabled_on_serve: true +``` + +This setting streamlines the process of creating and inspecting minimal +reproductions, as it allows to quickly iterate on the reproduction without +having to disable the plugin first. + + [previewing your site]: ../creating-your-site.md#previewing-as-you-write + +### Archive + +--- + +#### <!-- md:setting config.archive --> + +<!-- md:version 9.0.0 --> +<!-- md:default `true` --> + +Use this setting to control whether the plugin should create a `.zip` file +from the project or exit after the version check. This setting is solely +intended for debugging the plugin itself: + +``` yaml +plugins: + - info: + archive: false +``` + +--- + +#### <!-- md:setting config.archive_stop_on_violation --> + +<!-- md:version 9.0.0 --> +<!-- md:default `true` --> + +Use this setting to control whether the plugin should stop creating the `.zip` +file when one of the [requirements] is not satisfied. This setting must only be +used when [reporting a bug][reporting bugs] that is related to a customization +[explicitly mentioned in our documentation]. You can change it with: + +``` yaml +plugins: + - info: + archive_stop_on_violation: false +``` + +If you're using this setting when [reporting a bug][reporting bugs], please +explain why you think it is necessary to include customizations. If you're +unsure, please ask us first by [creating a discussion]. + + [requirements]: #how-it-works + [explicitly mentioned in our documentation]: ?q=%22extends+base%22 + [creating a discussion]: https://github.com/squidfunk/mkdocs-material/discussions diff --git a/mkdocs-material/docs/plugins/meta.md b/mkdocs-material/docs/plugins/meta.md new file mode 100644 index 0000000..5ab8496 --- /dev/null +++ b/mkdocs-material/docs/plugins/meta.md @@ -0,0 +1,202 @@ +--- +title: Built-in meta plugin +icon: material/file-tree +--- + +# Built-in meta plugin + +The meta plugin solves the problem of setting metadata (front matter) for all +pages in a folder, i.e., a subsection of your project, which is particularly +useful to ensure that a certain subset of pages features specific tags, uses a +custom template, or is attributed to an author. + +--- + +<!-- md:sponsors --> __Sponsors only__ – this plugin is currently reserved to +[our awesome sponsors]. + + [our awesome sponsors]: ../insiders/index.md + +## Objective + +### How it works + +The plugin scans the [`docs` directory][mkdocs.docs_dir] for `.meta.yml` files, +and recursively merges the contents of those files with the metadata (front +matter) of all pages that are contained in the same folder and all subfolders. +For example, if you want to add the tag <span class="md-tag">Example</span> to +multiple pages, use: + +``` yaml title=".meta.yml" +tags: + - Example +``` + +Now, given the following directory layout, if you store the file in the folder +named `example`, all pages in that folder receive the tag, while all pages +outside of the folder remain unaffected: + +``` { .sh .no-copy hl_lines="4-8" } +. +├─ docs/ +│ ├─ ... +│ ├─ example/ +│ │ ├─ .meta.yml +│ │ ├─ a.md +│ │ ├─ ... +│ │ └─ z.md +│ └─ ... +└─ mkdocs.yml +``` + +When combining metadata, lists and dictionaries are recursively merged, which +means you can append values to a list and add or set specific properties in a +dictionary on arbitrary levels. + +### When to use it + +While the plugin itself doesn't offer much functionality beyond adding and +merging metadata, it is a perfect companion for many of the other built-in +plugins that Material for MkDocs offers. Some of the most powerful combinations +of the meta plugin and other built-in plugins are: + +<div class="grid cards" markdown> + +- :material-share-circle:   __[Built-in social plugin][social]__ + + --- + + The meta plugin can be used to [change the layout] for social cards or + [change specific layout options] like [background] or [color] + for a subset of pages. + + ``` yaml title=".meta.yml" + social: + cards_layout: default/variant + ``` + +- :material-newspaper-variant-outline:   __[Built-in blog plugin][blog]__ + + --- + + The meta plugin allows to automatically associate blog posts with specific + [authors] and [categories], ensuring that blog posts are always correctly + annotated. + + ``` yaml title=".meta.yml" + authors: + - squidfunk + ``` + +- :material-tag-text:   __[Built-in tags plugin][tags]__ + + --- + + The meta plugin makes it possible to ensure that subsections of your + project are annotated with [specific tags], so they can't be forgotten when + adding pages. + + ``` yaml title=".meta.yml" + tags: + - Example + ``` + +- :material-magnify:   __[Built-in search plugin][search]__ + + --- + + The meta plugin makes it easy to [boost] specific sections in search results + or to [exclude] them entirely from being indexed, giving more granular + control over search. + + ``` yaml title=".meta.yml" + search: + exclude: true + ``` + +</div> + + [social]: social.md + [change the layout]: social.md#meta.social.cards_layout + [change specific layout options]: social.md#meta.social.cards_layout_options + [background]: social.md#option.background_color + [color]: social.md#option.color + [blog]: blog.md + [authors]: blog.md#meta.authors + [categories]: blog.md#meta.categories + [tags]: tags.md + [specific tags]: tags.md#meta.tags + [search]: search.md + [exclude]: search.md#meta.search.exclude + [boost]: search.md#meta.search.boost + +## Configuration + +<!-- md:sponsors --> +<!-- md:version insiders-4.21.0 --> +<!-- md:plugin [meta] – built-in --> +<!-- md:flag experimental --> + +As with all [built-in plugins], getting started with the meta plugin is +straightforward. Just add the following lines to `mkdocs.yml`, and start +applying metadata for multiple pages at once: + +``` yaml +plugins: + - meta +``` + +The meta plugin is included with Material for MkDocs and doesn't need to be +installed. + + [meta]: meta.md + [built-in plugins]: index.md + +### General + +The following settings are available: + +--- + +#### <!-- md:setting config.enabled --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.38.0 --> +<!-- md:default `true` --> + +Use this setting to enable or disable the plugin when [building your project]. +It's normally not necessary to specify this setting, but if you want to disable +the plugin, use: + +``` yaml +plugins: + - meta: + enabled: false +``` + + [building your project]: ../creating-your-site.md#building-your-site + +### Meta file + +The following settings are available for meta files: + +--- + +#### <!-- md:setting config.meta_file --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.21.0 --> +<!-- md:default `.meta.yml` --> + +Use this setting to change the meta file name the plugin will look for when +scanning the [`docs` directory][mkdocs.docs_dir]. It's normally not necessary to +change this setting, but if you want to change it, use: + +``` yaml +plugins: + - meta: + meta_file: .meta.yml +``` + +The provided path is resolved from the [`docs` directory][mkdocs.docs_dir] +recursively. diff --git a/mkdocs-material/docs/plugins/offline.md b/mkdocs-material/docs/plugins/offline.md new file mode 100644 index 0000000..760c01b --- /dev/null +++ b/mkdocs-material/docs/plugins/offline.md @@ -0,0 +1,153 @@ +--- +title: Built-in offline plugin +icon: material/connection +--- + + +# Built-in offline plugin + +[MkDocs][mkdocs] is one of the few frameworks that allow to build offline-capable +documentation that can be directly viewed by the user – no server needed. With +the offline plugin, you can distribute the [`site` directory][mkdocs.site_dir] +as a downloadable `.zip` file while retaining most interactive functionality. + +## Objective + +### How it works + +After [building your project], switch to the [`site` directory][mkdocs.site_dir] +and open `index.html` in your browser – you're now viewing your documentation +from your local file system! Most browsers will denote this by showing `file://` +in the address bar. However, you'll realize that the site search is gone. + +Material for MkDocs offers many interactive features, some of which will not +work from the local file system due to the restrictions of modern browsers. More +specifically and technically, all calls to the [Fetch API] will error with a +message like: + +``` +Cross origin requests are only supported for protocol schemes: http, [...] +``` + +While browsers impose those restriction for security reasons, it reduces the +interactivity of your project. The offline plugin makes sure that site search +keeps working by moving the search index to a JavaScript file, and leveraging +@squidfunk's [iframe-worker] shim. + +Additionally, the plugin automatically disables the [`use_directory_urls`] +[mkdocs.use_directory_urls] setting, ensuring that users can open your +documentation directly from the local file system. + +There are some [limitations]. + + [building your project]: ../creating-your-site.md#building-your-site + [Fetch API]: https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API + [iframe-worker]: https://github.com/squidfunk/iframe-worker + [limitations]: #limitations + +### When to use it + +As the name already indicates, the plugin should only be used when you're +[building your project] for offline distribution. It's also good to know, that +the offline plugin plays nicely with the following other plugins, helping to +create even better offline-capable documentation: + +<div class="grid cards" markdown> + +- :material-shield-account:   __[Built-in privacy plugin][privacy]__ + + --- + + The privacy plugin makes it easy to use external assets when building for + offline usage, as it automatically downloads them for distribution with + your documentation. + + --- + + __Your documentation can work without connectivity to the internet[^1]__ + +- :material-rabbit:   __[Built-in optimize plugin][optimize]__ + + --- + + The optimize plugin automatically identifies and optimizes all media files + that you reference in your project by using compression and conversion + techniques. + + --- + + __Your documentation can be distributed as a smaller `.zip` download__ + +</div> + + [^1]: + You might wonder why the [privacy plugin][privacy] is necessary to build + truly offline-capable documentation with the offline plugin. While it's + certainly possible to also add support for downloading external assets to + the offline plugin, this functionality is already fully implemented in the + privacy plugin and is its very raison d'être. + + Material for MkDocs follows a modular approach for its plugin system – many + of the plugins work perfectly together and enhance each others + functionalities, allowing to solve complex problems with a few lines + of configuration. + + [privacy]: privacy.md + [optimize]: optimize.md + +## Configuration + +<!-- md:version 9.0.0 --> +<!-- md:plugin [offline] – built-in --> + +As with all [built-in plugins], getting started with the offline plugin is +straightforward. Just add the following lines to `mkdocs.yml`, and start +building offline-capable documentation: + +``` yaml +plugins: + - offline +``` + +The offline plugin is built into Material for MkDocs and doesn't need to be +installed. + + [offline]: offline.md + [built-in plugins]: index.md + +### General + +The following settings are available: + +--- + +#### <!-- md:setting config.enabled --> + +<!-- md:version 9.0.0 --> +<!-- md:default `true` --> + +Use this setting to enable or disable the plugin when [building your project]. +If you want to build online- as well as offline-capable documentation, it's a +good idea to use an [environment variable][mkdocs.env]: + +``` yaml +plugins: + - offline: + enabled: !ENV [OFFLINE, false] +``` + +## Limitations + +When enabling the offline plugin, make sure to disable the following settings, +as they make use of the [Fetch API] which will error when invoked from the local +file system: + +- [Instant loading] +- [Site analytics] +- [Versioning] +- [Comment systems] + + [Instant loading]: ../setup/setting-up-navigation.md#instant-loading + [Site analytics]: ../setup/setting-up-site-analytics.md + [Versioning]: ../setup/setting-up-versioning.md + [Comment systems]: ../setup/adding-a-comment-system.md diff --git a/mkdocs-material/docs/plugins/optimize.md b/mkdocs-material/docs/plugins/optimize.md new file mode 100644 index 0000000..231c31e --- /dev/null +++ b/mkdocs-material/docs/plugins/optimize.md @@ -0,0 +1,449 @@ +--- +title: Built-in optimize plugin +icon: material/rabbit +--- + +# Built-in optimize plugin + +The optimize plugin automatically identifies and optimizes all media files when +[building your project] by using common compression and conversion techniques. +As a result, your site loads significantly faster and yields better rankings in +search engines. + +--- + +<!-- md:sponsors --> __Sponsors only__ – this plugin is currently reserved to +[our awesome sponsors]. + + [building your project]: ../creating-your-site.md#building-your-site + [our awesome sponsors]: ../insiders/index.md + +## Objective + +### How it works + +The plugin scans the [`docs` directory][mkdocs.docs_dir] for media files and +assets, optimizing them automatically in order to reduce the final size of the +[`site` directory][mkdocs.site_dir]. This leads to faster loading times as you +ship less bytes to your users, as well as a smaller download for +[offline-capable documentation]. + +Optimized images are [intelligently cached][intelligent caching], which is why +the plugin will only optimize media files that changed since the last build. +This makes it possible to swap out or update images, without having to worry +about optimizing them, or even worse, forgetting to do so. + +In order to optimize media files, a few [dependencies] need to be available on +your system. + + [offline-capable documentation]: ../setup/building-for-offline-usage.md + [dependencies]: #configuration + +### When to use it + +It's generally recommended to use the plugin, as media files are optimized +automatically without the need for intervention, ensuring that your site loads +as fast as possible. Optimized media files are one of the key components for a +high and consistent ranking in search engines. + +Additionally, the plugin can be combined with other built-in plugins +that Material for MkDocs offers, in order to create sophisticated +build pipelines tailored to your project: + +<div class="grid cards" markdown> + +- :material-shield-account:   __[Built-in privacy plugin][privacy]__ + + --- + + The privacy plugin makes it easy to use unoptimized external assets, passing + them to the optimize plugin before copying them to the [`site` directory] + [mkdocs.site_dir]. + + --- + + __External media files can be automatically downloaded and optimized__ + +- :material-connection:   __[Built-in offline plugin][offline]__ + + --- + + The offline plugin adds support for building offline-capable documentation, + so you can distribute the [`site` directory][mkdocs.site_dir] as a `.zip` + file that can be downloaded. + + --- + + __Your documentation can be distributed as a smaller `.zip` download__ + +</div> + + [privacy]: privacy.md + [offline]: offline.md + +## Configuration + +<!-- md:sponsors --> +<!-- md:version insiders-4.29.0 --> +<!-- md:plugin [optimize] – built-in --> +<!-- md:flag multiple --> +<!-- md:flag experimental --> + +As with all [built-in plugins], getting started with the optimize plugin is +straightforward. Just add the following lines to `mkdocs.yml`, and observe how +media files are optimized automatically: + +``` yaml +plugins: + - optimize +``` + +The optimize plugin is built into Material for MkDocs and doesn't need to be +installed. + +However, in order to optimize all media files, it's necessary to install the +dependencies for [image processing], if they're not already available on your +system. The linked guide includes instructions for several operating systems +and mentions some alternative environments. + + [optimize]: optimize.md + [built-in plugins]: index.md + [image processing]: requirements/image-processing.md + +### General + +The following settings are available: + +--- + +#### <!-- md:setting config.enabled --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.29.0 --> +<!-- md:default `true` --> + +Use this setting to enable or disable the plugin when [building your project]. +If you want to disable the plugin, e.g., for local builds, you can use an +[environment variable][mkdocs.env] in `mkdocs.yml`: + +``` yaml +plugins: + - optimize: + enabled: !ENV [CI, false] +``` + +This configuration enables the plugin only during continuous integration (CI). + +--- + +#### <!-- md:setting config.concurrency --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.29.0 --> +<!-- md:default available CPUs - 1 --> + +With more CPUs available, the plugin can do more work in parallel, and thus +complete media file optimization faster. If you want to disable concurrent +processing completely, use: + +``` yaml +plugins: + - optimize: + concurrency: 1 +``` + +By default, the plugin uses all available CPUs - 1 with a minimum of 1. + +### Caching + +The plugin implements an [intelligent caching] mechanism, ensuring that a media +file or asset is only passed through the optimization pipeline when its contents +change. If you swap out or update an image, the plugin detects it and updates +the optimized version of the media file. + +The following settings are available for caching: + + [intelligent caching]: requirements/caching.md + +--- + +#### <!-- md:setting config.cache --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.29.0 --> +<!-- md:default `true` --> + +Use this setting to instruct the plugin to bypass the cache, in order to +re-optimize all media files, even though the cache may not be stale. It's +normally not necessary to specify this setting, except for when debugging +the plugin itself. Caching can be disabled with: + +``` yaml +plugins: + - optimize: + cache: false +``` + +--- + +#### <!-- md:setting config.cache_dir --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.29.0 --> +<!-- md:default `.cache/plugin/optimize` --> + +It is normally not necessary to specify this setting, except for when you want +to change the path within your root directory where media files are cached. +If you want to change it, use: + +``` yaml +plugins: + - optimize: + cache_dir: my/custom/dir +``` + +If you're using [multiple instances] of the plugin, it can be a good idea to +set different cache directories for both instances, so that they don't interfere +with each other. + + [multiple instances]: index.md#multiple-instances + +### Optimization + +Documentation often makes use of screenshots or diagrams for better +visualization of things, both of which are prime candidates for optimization. +The plugin automatically optimizes images using [pngquant] for `.png` files, +and [Pillow] for `.jpg` files. + +The following settings are available for optimization: + + [pngquant]: https://pngquant.org/ + [Pillow]: https://pillow.readthedocs.io/ + +--- + +#### <!-- md:setting config.optimize --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.41.0 --> +<!-- md:default `true` --> + +Use this setting to enable or disable media file optimization. Currently, +the plugin's sole purpose is to optimize media files, so it's equivalent to the +[`enabled`][config.enabled] setting, but in the near future, other features +might be added. If you want to disable optimization, use: + +``` yaml +plugins: + - optimize: + optimize: false +``` + +--- + +#### <!-- md:setting config.optimize_png --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.29.0 --> +<!-- md:default `true` --> + +Use this setting to enable or disable the optimization of `.png` files. It's +normally not necessary to specify this setting, but if you want to disable +the optimization of `.png` files, use: + +``` yaml +plugins: + - optimize: + optimize_png: false +``` + +--- + +#### <!-- md:setting config.optimize_png_speed --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.29.0 --> +<!-- md:default `3` of `1-10` --> + +Use this setting to specify the speed/quality tradeoff that [pngquant] applies +when optimizing `.png` files. The lower the number, the more aggressively +[pngquant] will try to optimize: + +=== "Slower <small>smaller</small>" + + ``` yaml + plugins: + - optimize: + optimize_png_speed: 1 + ``` + +=== "Faster <small>larger</small>" + + ``` yaml + plugins: + - optimize: + optimize_png_speed: 10 + ``` + +A factor of `10` has 5% lower quality, but is 8x faster than the default `3`. + +--- + +#### <!-- md:setting config.optimize_png_strip --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.29.0 --> +<!-- md:default `true` --> + +Use this setting to specify whether [pngquant] should strip optional metadata +from `.png` files that are not required to display the image, e.g., [EXIF]. +If you want to preserve metadata, use: + +``` yaml +plugins: + - optimize: + optimize_png_strip: false +``` + + [EXIF]: https://en.wikipedia.org/wiki/Exif + +--- + +#### <!-- md:setting config.optimize_jpg --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.29.0 --> +<!-- md:default `true` --> + +Use this setting to enable or disable the optimization of `.jpg` files. It's +normally not necessary to specify this setting, but if you want to disable +the optimization of `.jpg` files, use: + +``` yaml +plugins: + - optimize: + optimize_jpg: false +``` + +--- + +#### <!-- md:setting config.optimize_jpg_quality --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.29.0 --> +<!-- md:default `60` of `0-100` --> + +Use this setting to specify the image quality that [Pillow] applies when +optimizing `.jpg` files. If the images look blurry, it's a good idea to +fine-tune and change this setting: + +``` yaml +plugins: + - optimize: + optimize_jpg_quality: 75 +``` + +--- + +#### <!-- md:setting config.optimize_jpg_progressive --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.29.0 --> +<!-- md:default `true` --> + +Use this setting to specify whether [Pillow] should use progressive encoding +when optimizing `.jpg` files, rendering faster on slow connections. If you want +to disable progressive encoding, use: + +``` yaml +plugins: + - optimize: + optimize_jpg_progressive: false +``` + + [progressive encoding]: https://medium.com/hd-pro/jpeg-formats-progressive-vs-baseline-73b3938c2339 + +--- + +#### <!-- md:setting config.optimize_include --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.41.0 --> +<!-- md:default none --> + +Use this setting to enable media file optimization for specific directories +of your project, e.g., when using [multiple instances] of the plugin to optimize +media files differently: + +``` yaml +plugins: + - optimize: + optimize_include: + - screenshots/* +``` + +This configuration enables optimization for all media files that are contained +in the `screenshots` folder and its subfolders inside the [`docs` directory] +[mkdocs.docs_dir]. + +--- + +#### <!-- md:setting config.optimize_exclude --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.41.0 --> +<!-- md:default none --> + +Use this setting to disable media file optimization for specific directories +of your project, e.g., when using [multiple instances] of the plugin to optimize +media files differently: + +``` yaml +plugins: + - social: + optimize_exclude: + - vendor/* +``` + +This configuration disables optimization for all media files that are contained +in the `vendor` folder and its subfolders inside the [`docs` directory] +[mkdocs.docs_dir]. + +### Reporting + +The following settings are available for reporting: + +--- + +#### <!-- md:setting config.print_gain --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.29.0 --> +<!-- md:default `true` --> + +Use this setting to control whether the plugin should print the number of bytes +gained after optimizing each file. If you want to disable this behavior, use: + +``` yaml +plugins: + - optimize: + print_gain: false +``` + +--- + +#### <!-- md:setting config.print_gain_summary --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.29.0 --> +<!-- md:default `true` --> + +Use this setting to control whether the plugin should print the total number of +bytes gained after optimizing all files. If you want to disable this behavior, +use: + +``` yaml +plugins: + - optimize: + print_gain_summary: false +``` diff --git a/mkdocs-material/docs/plugins/privacy.md b/mkdocs-material/docs/plugins/privacy.md new file mode 100644 index 0000000..47052a1 --- /dev/null +++ b/mkdocs-material/docs/plugins/privacy.md @@ -0,0 +1,504 @@ +--- +title: Built-in privacy plugin +icon: material/shield-account +--- + + +# Built-in privacy plugin + +The privacy plugin offers a streamlined solution for automatically self-hosting +external assets. With just a single line of configuration, the plugin can +automatically identify and download external assets, making GDPR compliance +as effortless as it can possibly be. + +## Objective + +### How it works + +The plugin scans the generated HTML for external assets, i.e., scripts, style +sheets, images, and web fonts, downloads them, stores them in the +[`site` directory][mkdocs.site_dir] and replaces all references with links to +the downloaded copies for effortless self-hosting. For example: + +``` html +<script src="https://example.com/script.js"></script> +``` + +This external script is downloaded, and the link is replaced with: + +``` html +<script src="assets/external/example.com/script.js"></script> +``` + +Of course, scripts and style sheets can reference further external assets, +which is why this process is repeated recursively until no further external +assets are detected: + +- Scripts are scanned for further scripts, style sheets and JSON files +- Style sheets are scanned for images and web fonts + +Additionally, hints like [`preconnect`][preconnect], used to reduce latency when +requesting external assets, are removed from the output, as they're not +necessary when self-hosting. After the plugin has done it's work, your project +will be free of requests to external services. + +There are some [limitations]. + + [preconnect]: https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel/preconnect + [limitations]: #limitations + +### When to use it + +The plugin was developed to make compliance with the 2018 European +__General Data Protection Regulation__ (GDPR) as simple as possible, while +retaining the flexibility and power that Material for MkDocs offers, like for +example its tight integration with [Google Fonts]. + +But, that's only the start. For example, if your project includes a lot of +images, enabling the plugin allows to move them outside of your repository, as +the plugin will automatically download and store them in the [`site` directory] +[mkdocs.site_dir] when [building your project]. + +Even more interestingly, the plugin can be combined with other built-in plugins +that Material for MkDocs offers, in order to create sophisticated build +pipelines tailored to your project: + +<div class="grid cards" markdown> + +- :material-rabbit:   __[Built-in optimize plugin][optimize]__ + + --- + + The optimize plugin allows to optimize all downloaded external assets + detected by the privacy plugin by using compression and conversion + techniques. + + --- + + __External media files are automatically downloaded and optimized__ + +- :material-connection:   __[Built-in offline plugin][offline]__ + + --- + + The offline plugin adds support for building [offline-capable documentation], + so you can distribute the [`site` directory][mkdocs.site_dir] as a `.zip` + file that can be downloaded. + + --- + + __Your documentation can work without connectivity to the internet__ + +</div> + + [Google Fonts]: ../setup/changing-the-fonts.md + [building your project]: ../creating-your-site.md#building-your-site + [optimize]: optimize.md + [offline]: offline.md + [offline-capable documentation]: ../setup/building-for-offline-usage.md + +## Configuration + +<!-- md:version 9.5.0 --> +<!-- md:plugin [privacy] – built-in --> +<!-- md:flag multiple --> +<!-- md:flag experimental --> + +As with all [built-in plugins], getting started with the privacy plugin is +straightforward. Just add the following lines to `mkdocs.yml`, and start +effortlessly self-hosting external assets: + +``` yaml +plugins: + - privacy +``` + +The privacy plugin is built into Material for MkDocs and doesn't need to be +installed. + + [privacy]: privacy.md + [built-in plugins]: index.md + +### General + +The following settings are available: + +--- + +#### <!-- md:setting config.enabled --> + +<!-- md:version 9.5.0 --> +<!-- md:default `true` --> + +Use this setting to enable or disable the plugin when [building your project]. +If you want to disable the plugin, e.g., for local builds, you can use an +[environment variable][mkdocs.env] in `mkdocs.yml`: + +``` yaml +plugins: + - privacy: + enabled: !ENV [CI, false] +``` + +This configuration enables the plugin only during continuous integration (CI). + +--- + +#### <!-- md:setting config.concurrency --> + +<!-- md:version 9.5.0 --> +<!-- md:default available CPUs - 1 --> + +With more CPUs available, the plugin can do more work in parallel, and thus +complete handling of external assets faster. If you want to disable concurrent +processing completely, use: + +``` yaml +plugins: + - privacy: + concurrency: 1 +``` + +By default, the plugin uses all available CPUs - 1 with a minimum of 1. + +### Caching + +The plugin implements an [intelligent caching] mechanism, ensuring that external +assets are only downloaded when they're not already contained in the cache. +While the initial build might take some time, it's a good idea to use caching, +as it will speed up consecutive builds. + +The following settings are available for caching: + + [intelligent caching]: requirements/caching.md + +--- + +#### <!-- md:setting config.cache --> + +<!-- md:version 9.5.0 --> +<!-- md:default `true` --> + +Use this setting to instruct the plugin to bypass the cache, in order to +re-schedule downloads for all external assets, even though the cache may not be +stale. It's normally not necessary to specify this setting, except for when +debugging the plugin itself. Caching can be disabled with: + +``` yaml +plugins: + - privacy: + cache: false +``` + +--- + +#### <!-- md:setting config.cache_dir --> + +<!-- md:version 9.5.0 --> +<!-- md:default `.cache/plugin/privacy` --> + +It is normally not necessary to specify this setting, except for when you want +to change the path within your root directory where downloaded copies are +cached. If you want to change it, use: + +``` yaml +plugins: + - privacy: + cache_dir: my/custom/dir +``` + +If you're using [multiple instances] of the plugin, it can be a good idea to +set different cache directories for both instances, so that they don't interfere +with each other. + + [multiple instances]: index.md#multiple-instances + +### Logging + +The following settings are available for logging: + +--- + +#### <!-- md:setting config.log --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.50.0 --> +<!-- md:default `true` --> + +Use this setting to control whether the plugin should display log messages when +building your site. While not being recommended, you can disable logging with: + +``` yaml +plugins: + - privacy: + log: false +``` + +--- + +#### <!-- md:setting config.log_level --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.50.0 --> +<!-- md:default `info` --> + +Use this setting to control the log level that the plugin should employ when +encountering errors, which requires that the [`log`][config.log] setting is +enabled. The following log levels are available: + +=== "`error`" + + ``` yaml + plugins: + - privacy: + log_level: error + ``` + + Only errors are reported. + +=== "`warn`" + + ``` yaml + plugins: + - privacy: + log_level: warn + ``` + + Errors and warnings are reported, terminating the build in + [`strict`][mkdocs.strict] mode. This includes warnings when symlinks cannot + be created due to a lack of permissions on Windows systems (#6550). + +=== "`info`" + + ``` yaml + plugins: + - privacy: + log_level: info + ``` + + Errors, warnings and informational messages are reported, including which + assets were successfully downloaded by the plugin. + +=== "`debug`" + + ``` yaml + plugins: + - privacy: + log_level: debug + ``` + + All messages are reported, including debug messages, if and only if MkDocs + was started with the `--verbose` flag. Note that this will print a lot of + messages and is only useful for debugging. + +### External assets + +The following settings are available for external assets: + +--- + +#### <!-- md:setting config.assets --> + +<!-- md:version 9.5.0 --> +<!-- md:default `true` --> + +Use this setting to control whether the plugin should download external +assets. If you only want the plugin to process [external links], you can disable +handling of external assets with: + +``` yaml +plugins: + - privacy: + assets: false +``` + + [external links]: #external-links + +--- + +#### <!-- md:setting config.assets_fetch --> + +<!-- md:version 9.5.0 --> +<!-- md:default `true` --> + +Use this setting to control whether the plugin should downloads or only report +external assets when they're encountered. If you already self-host all external +assets, this setting can be used as a safety net to detect links to external +assets placed by the author in pages: + +``` yaml +plugins: + - privacy: + assets_fetch: true +``` + +--- + +#### <!-- md:setting config.assets_fetch_dir --> + +<!-- md:version 9.5.0 --> +<!-- md:default `assets/external` --> + +It is normally not necessary to specify this setting, except for when you want +to change the path within the [`site` directory][mkdocs.site_dir] where +external assets are stored. If you want to change it, use: + +``` yaml +plugins: + - privacy: + assets_fetch_dir: my/custom/dir +``` + +This configuration stores the downloaded copies at `my/custom/dir` in the +[`site` directory][mkdocs.site_dir]. + +--- + +#### <!-- md:setting config.assets_include --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.37.0 --> +<!-- md:default none --> + +Use this setting to enable downloading of external assets for specific origins, +e.g., when using [multiple instances] of the plugin to fine-tune processing of +external assets for different origins: + +``` yaml +plugins: + - privacy: + assets_include: + - unsplash.com/* +``` + +--- + +#### <!-- md:setting config.assets_exclude --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.37.0 --> +<!-- md:default none --> + +Use this setting to disable downloading of external assets for specific origins, +e.g., when using [multiple instances] of the plugin to fine-tune processing of +external assets for different origins: + +``` yaml +plugins: + - privacy: + assets_exclude: # (1)! + - unpkg.com/mathjax@3/* + - giscus.app/* +``` + +1. [MathJax] loads web fonts for typesetting of mathematical content + through relative URLs, and thus cannot be automatically bundled by the + privacy plugin. [MathJax can be self-hosted]. + + [Giscus], which we recommend to use as a [comment system], uses a technique + called code-splitting to load only the code that is necessary, which + is implemented via relative URLs. [Giscus can be self-hosted] as well. + + [MathJax]: ../reference/math.md + [MathJax can be self-hosted]: https://docs.mathjax.org/en/latest/web/hosting.html + [Giscus]: https://giscus.app/ + [comment system]: ../setup/adding-a-comment-system.md + [Giscus can be self-hosted]: https://github.com/giscus/giscus/blob/main/SELF-HOSTING.md + +--- + +### External links + +The following settings are available for external links: + +--- + +#### <!-- md:setting config.links --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.37.0 --> +<!-- md:default `true` --> + +Use this setting to instruct the plugin to parse and process external links to +annotate them for [improved security], or to automatically add additional +attributes to external links. If you want to disable processing of external +links, use: + +``` yaml +plugins: + - privacy: + links: false +``` + + [improved security]: https://developer.chrome.com/en/docs/lighthouse/best-practices/external-anchors-use-rel-noopener/ + +--- + +#### <!-- md:setting config.links_attr_map --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.37.0 --> +<!-- md:default none --> + +Use this setting to specify additional attributes that should be added to +external links, for example, to add `target="_blank"` to all external links +so they open in a new tab: + +``` yaml +plugins: + - privacy: + links_attr_map: + target: _blank +``` + +--- + +#### <!-- md:setting config.links_noopener --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.37.0 --> +<!-- md:default `true` --> + +It is normally not recommended to change this setting, as it will automatically +annotate external links that open in a new window with `rel="noopener"` for +[improved security]: + +``` yaml +plugins: + - privacy: + links_noopener: true +``` + +## Limitations + +### Dynamic URLs + +Dynamically created URLs as part of scripts are not detected, and thus cannot be +downloaded automatically, as the plugin does not execute scripts – it only detects fully qualified URLs for downloading and replacement. In short, don't do this: + +``` js +const host = "https://example.com" +const path = `${host}/script.js` +``` + +Instead, always use fully qualified URLs: + +``` js +const url ="https://example.com/script.js" +``` + +### Embedded HTML + +By default, embedded HTML files (e.g. in iframes) are not scanned for external +assets. This is a limitation of MkDocs, as it considers `.html` files to be +templates, which must be explicitly listed under +[`extra_templates`][mkdocs.extra_templates]. Thus, to self-host external assets +of an embedded HTML file: + +``` yaml +extra_templates: + - iframe.html +``` + +Note that the path to `iframe.html` is relative to the +[`docs_dir`][mkdocs.docs_dir] directory. diff --git a/mkdocs-material/docs/plugins/projects.md b/mkdocs-material/docs/plugins/projects.md new file mode 100644 index 0000000..c7327ab --- /dev/null +++ b/mkdocs-material/docs/plugins/projects.md @@ -0,0 +1,447 @@ +--- +title: Built-in projects plugin +icon: material/folder-open +--- + +# Built-in projects plugin + +The projects plugin adds the ability to split your main project into multiple +distinct projects, build them concurrently and preview them together as one. +This is particularly useful when creating a multi-language project, but can also +be used to split very large projects into smaller parts. + +--- + +<!-- md:sponsors --> __Sponsors only__ – this plugin is currently reserved to +[our awesome sponsors]. + + [our awesome sponsors]: ../insiders/index.md + +## Objective + +### How it works + +The plugin scans the configured [`projects` directory][config.projects_dir] for +`mkdocs.yml` files, identifies all nested projects and builds them concurrently. +If not configured otherwise, the plugin expects that your project has +the following directory layout, e.g. for a multi-language project: + +``` { .sh .no-copy } +. +├─ docs/ +├─ projects/ +│ ├─ en/ +│ │ ├─ docs/ +│ │ └─ mkdocs.yml +│ └─ de/ +│ ├─ docs/ +│ └─ mkdocs.yml +└─ mkdocs.yml +``` + +One of the most useful and interesting features of the plugin is that it allows +[previewing your site] from the main project, while still being able to preview +and build each project individually. This is especially useful for +multi-language projects. + +If, when [previewing your site], you change a file in one of the projects, the +plugin only rebuilds this project and makes sure that MkDocs will also reload +the associated files. This also creates the opportunity for splitting your +main project into several projects for a better editing experience. + +There are some [limitations], but we're working hard to remove them. + + [previewing your site]: ../creating-your-site.md#previewing-as-you-write + [limitations]: #limitations + +### When to use it + +The plugin came into existence because we needed a convenient and scalable +method to build our [examples] repository, which features many self-contained +and runnable projects that users can download and use as a basis when +bootstrapping a new project or [creating a reproduction]. + +When you want to create a multi-language project, or have a very large existing +project, you might consider using the plugin, as it makes managing, editing +and building more comfortable. + + [examples]: https://github.com/mkdocs-material/examples + [creating a reproduction]: ../guides/creating-a-reproduction.md + +## Configuration + +<!-- md:sponsors --> +<!-- md:version insiders-4.38.0 --> +<!-- md:plugin [projects] – built-in --> +<!-- md:flag experimental --> + +In order to get started with the projects plugin, just add the following lines +to `mkdocs.yml`, and split your main project into several distinct projects that +can be built concurrently: + +``` yaml +plugins: + - projects +``` + +The projects plugin is built into Material for MkDocs and doesn't need to be +installed. + + [projects]: projects.md + +### General + +The following settings are available: + +--- + +#### <!-- md:setting config.enabled --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.38.0 --> +<!-- md:default `true` --> + +Use this setting to enable or disable the plugin when [building your project]. +If you want to disable the plugin, e.g., for local builds, you can use an +[environment variable][mkdocs.env] in `mkdocs.yml`: + +``` yaml +plugins: + - projects: + enabled: !ENV [CI, false] +``` + +This configuration enables the plugin only during continuous integration (CI). + + [building your project]: ../creating-your-site.md#building-your-site + +--- + +#### <!-- md:setting config.concurrency --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.38.0 --> +<!-- md:default available CPUs - 1 --> + +With more CPUs available, the plugin can do more work in parallel, and thus +build projects faster. If you want to disable concurrent processing completely, +use: + +``` yaml +plugins: + - projects: + concurrency: 1 +``` + +By default, the plugin uses all available CPUs - 1 with a minimum of 1. + +### Caching + +The plugin implements an [intelligent caching] mechanism, ensuring that a +project is only rebuilt when its contents change. While the initial build might +take some time, it's a good idea to use caching, as it will speed up consecutive +builds. + +The following settings are available for caching: + + [intelligent caching]: requirements/caching.md + +--- + +#### <!-- md:setting config.cache --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.38.0 --> +<!-- md:default `true` --> + +Use this setting to instruct the plugin to bypass the cache, in order to +rebuild all projects, even though the cache may not be stale. It's normally not +necessary to specify this setting, except for when debugging the plugin itself. +Caching can be disabled with: + +``` yaml +plugins: + - projects: + cache: false +``` + +--- + +#### <!-- md:setting config.cache_dir --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.38.0 --> +<!-- md:default `.cache/plugin/projects` --> + +It is normally not necessary to specify this setting, except for when you want +to change the path within your root directory where the metadata is cached. +If you want to change it, use: + +``` yaml +plugins: + - projects: + cache_dir: my/custom/dir +``` + +### Logging + +The following settings are available for logging: + +--- + +#### <!-- md:setting config.log --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.47.0 --> +<!-- md:default `true` --> + +Use this setting to control whether the plugin should display log messages from +projects when building your site. While not being recommended, you can disable +logging with: + +``` yaml +plugins: + - projects: + log: false +``` + +--- + +#### <!-- md:setting config.log_level --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.47.0 --> +<!-- md:default `info` --> + +Use this setting to control the log level that the plugin should employ when +encountering errors, which requires that the [`log`][config.log] setting is +enabled. The following log levels are available: + +=== "`error`" + + ``` yaml + plugins: + - projects: + log_level: error + ``` + + Only errors are reported. + +=== "`warn`" + + ``` yaml + plugins: + - projects: + log_level: warn + ``` + + Errors and warnings are reported, terminating the build in + [`strict`][mkdocs.strict] mode. + +=== "`info`" + + ``` yaml + plugins: + - projects: + log_level: info + ``` + + Errors, warnings and informational messages are reported. + +=== "`debug`" + + ``` yaml + plugins: + - projects: + log_level: debug + ``` + + All messages are reported, including debug messages. + +### Projects + +The following settings are available for projects: + +--- + +#### <!-- md:setting config.projects --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.38.0 --> +<!-- md:default `true` --> + +Use this setting to enable or disable building of projects. Currently, the +plugin's sole purpose is to build projects, so it's equivalent to the +[`enabled`][config.enabled] setting, but in the future, other features might be +added. If you want to disable building of projects, use: + +``` yaml +plugins: + - projects: + projects: false +``` + +--- + +#### <!-- md:setting config.projects_dir --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.38.0 --> +<!-- md:default `projects` --> + +Use this setting to change the folder where your projects are located. It's +normally not necessary to change this setting, but if you want to rename the +folder or change its file system location, use: + +``` yaml +plugins: + - projects: + projects_dir: projects +``` + +Note that the [`projects` directory][config.projects_dir] is solely used for +project organization – it is not included in project URLs, since projects are +automatically hoisted by the plugin. + +The provided path is resolved from the root directory. + +--- + +#### <!-- md:setting config.projects_config_files --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.42.0 --> +<!-- md:default `*/mkdocs.yml` --> + +Use this setting to change the location or name of configuration files the +plugin will look for when scanning the [`projects` directory] +[config.projects_dir]. Adjusting this setting can be necessary when the +configuration files are located in subdirectories of projects, e.g. +`docs/mkdocs.yml`: + +``` yaml +plugins: + - projects: + projects_config_files: "**/mkdocs.yml" # (1)! +``` + +1. If all projects share the same location for their configuration files, e.g., + `docs/mkdocs.yml`, it's advisable to fully qualify the path, as it's faster + to resolve than a `**` glob pattern. + + ``` yaml + plugins: + - projects: + projects_config_files: "*/docs/mkdocs.yml" + ``` + + This configuration fits the following directory structure, which is quite + common for projects using git submodules: + + ``` { .sh .no-copy } + . + ├─ docs/ + ├─ projects/ + │ ├─ git-submodule-a/ + │ │ └─ docs/ + │ │ └─ mkdocs.yml + │ └─ git-submodule-b/ + │ └─ docs/ + │ └─ mkdocs.yml + └─ mkdocs.yml + ``` + +The provided path is resolved from the [`projects` directory] +[config.projects_dir]. + +--- + +#### <!-- md:setting config.projects_config_transform --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.42.0 --> +<!-- md:default none --> + +Use this setting to transform the configuration of each project as read from +`mkdocs.yml` before it is built, which allows for adjusting the configuration +of each project when building them together, but leave them untouched when +building them individually: + +``` yaml +plugins: + - projects: + projects_config_transform: !!python/name:projects.transform +``` + +The provided module and function name are looked up in Python's [module search +path]. You need to add your root directory to the search path when building +your site, so Python can resolve it. The easiest way is to add the working +directory to the [`PYTHONPATH`][PYTHONPATH] environment variable: + +``` .sh +export PYTHONPATH=. +``` + +!!! tip "How to define a configuration transformation function" + + The [`python/name`][python-name] tag is provided by [PyYAML] and must point + to a valid module and function name within Python's [module search path]. + The plugin passes the `project` and top-level `config` objects to the + function. + + As an example, we can inherit the [`use_directory_urls`] + [mkdocs.use_directory_urls] setting for all projects from the top-level + configuration: + + ``` py title="projects/__init__.py" + from mkdocs.config.defaults import MkDocsConfig + + # Transform project configuration + def transform(project: MkDocsConfig, config: MkDocsConfig): + project.use_directory_urls = config.use_directory_urls + ``` + + [module search path]: https://docs.python.org/3/library/sys_path_init.html + [PYTHONPATH]: https://docs.python.org/3/using/cmdline.html#envvar-PYTHONPATH + [python-name]: https://pyyaml.org/wiki/PyYAMLDocumentation#yaml-tags-and-python-types + [PyYAML]: https://pyyaml.org/ + +### Hoisting + +The following settings are available for hoisting: + +--- + +#### <!-- md:setting config.hoisting --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.39.0 --> +<!-- md:default `true` --> + +Use this setting to enable or disable hoisting of themes files to the main +project. If you disable this setting, each project receives a copy of the +theme's files, which can be considered redundant: + +``` yaml +plugins: + - projects: + hoisting: false +``` + +It's generally advisable to enable hoisting, as it yields faster deployments +and faster loading of your project's sites, because the files are the same for +all projects and can be deduplicated. + +### Limitations + +The plugin is one of the latest additions to Material for MkDocs, which means it +is rather young and has some limitations. We're working hard to remove them, and +we're happy to receive feedback and learn about your requirements in ?5800. +Current limitations are: + +- __Basic multi-language support only__: we'll be investigating how to provide + better support for multi-language projects, allowing to easier interlink + projects and switch between them. + +- __Separate search indexes and sitemaps__: currently, the projects are entirely + separate, which means they will have separate search indexes and sitemaps. diff --git a/mkdocs-material/docs/plugins/requirements/caching.md b/mkdocs-material/docs/plugins/requirements/caching.md new file mode 100644 index 0000000..63b3f4a --- /dev/null +++ b/mkdocs-material/docs/plugins/requirements/caching.md @@ -0,0 +1,35 @@ +--- +icon: material/database-outline +--- + +# Caching + +Some of the [built-in plugins] implement intelligent caching mechanisms, which +massively speed up consecutive builds by reducing the amount of work that needs +to be done. This guide explains how to configure caching in different +environments. + +## Prerequisites + +Caching is entirely optional but enabled by default. It can be disabled per +plugin. If not configured otherwise, plugins will cache their data in the +`.cache` folder in the root of your project. For this reason it's recommended +to create a `.gitignore` file in the root of your project: + +``` title=".gitignore" +.cache +``` + +This ensures that cached files are not added to your git repository – something +that is generally not recommended to do unless absolutely necessary. In some +cases, you might need to check in cached files, e.g. when you need to +pre-generate [social cards] locally, e.g., when you're not be able to install +the image processing dependencies in your continuous integration (CI) +environment. + +In this case, we recommend changing the `cache_dir` setting – something that all +plugins that implement caching share – to a folder which you add to your git +repository. + + [built-in plugins]: ../index.md + [social cards]: ../../setup/setting-up-social-cards.md diff --git a/mkdocs-material/docs/plugins/requirements/image-processing.md b/mkdocs-material/docs/plugins/requirements/image-processing.md new file mode 100644 index 0000000..c309315 --- /dev/null +++ b/mkdocs-material/docs/plugins/requirements/image-processing.md @@ -0,0 +1,272 @@ +--- +icon: material/image-sync-outline +--- + +# Image processing + +Some of the [built-in plugins] depend on external libraries for efficient image +processing, most notably the [social] plugin to generate [social cards], and the +[optimize] plugin for applying [image optimization]. This guide explains how to +install those libraries in different environments. + + [built-in plugins]: ../index.md + [social]: ../social.md + [social cards]: ../../setup/setting-up-social-cards.md + [optimize]: ../optimize.md + [image optimization]: ../../setup/building-an-optimized-site.md + +## Dependencies + +The libraries for image processing are entirely optional, and only need to be +installed if you want to use the [social] plugin or the [optimize] plugin. The +libraries are listed under the `imaging` extra: + +``` +pip install "mkdocs-material[imaging]" +``` + +This will install compatible versions of the following packages: + +- [Pillow] +- [CairoSVG] + + [Pillow]: https://pillow.readthedocs.io/ + [CairoSVG]: https://cairosvg.org/ + +### Cairo Graphics + +[Cairo Graphics] is a graphics library and dependency of [Pillow], which +Material for MkDocs makes use of for generating [social cards] and performing +[image optimization]. See the following section which explains how to install +[Cairo Graphics] and its dependencies on your system: + +=== ":material-apple: macOS" + + Make sure [Homebrew] is installed, which is a modern package manager for + macOS. Next, use the following command to install all necessary + dependencies: + + ``` + brew install cairo freetype libffi libjpeg libpng zlib + ``` + +=== ":fontawesome-brands-windows: Windows" + + The easiest way to get up and running with the [Cairo Graphics] library is + by installing it via [MSYS2], which is a software distribution and building + platform for Windows. Run the following command inside of a MSYS2 shell: + + ``` + pacman -S mingw-w64-ucrt-x86_64-cairo + ``` + + MSYS2 provides the Cairo Graphics library in several different environments. + The above command uses the [UCRT64] environment, as recommended by the MSYS2 + developers. + +=== ":material-linux: Linux" + + There are several package managers for Linux with varying availability per + distribution. The [installation guide] explains how to install the [Cairo + Graphics] library for your distribution: + + === ":material-ubuntu: Ubuntu" + + ``` + apt-get install libcairo2-dev libfreetype6-dev libffi-dev libjpeg-dev libpng-dev libz-dev + ``` + + === ":material-fedora: Fedora" + + ``` + yum install cairo-devel freetype-devel libffi-devel libjpeg-devel libpng-devel zlib-devel + ``` + + === ":fontawesome-brands-suse: openSUSE" + + ``` + zypper install cairo-devel freetype-devel libffi-devel libjpeg-devel libpng-devel zlib-devel + ``` + +The following environments come with a preinstalled version of [Cairo Graphics]: + +- [x] No installation needed in [Docker image] +- [x] No installation needed in [GitHub Actions] (Ubuntu) + + [Cairo Graphics]: https://www.cairographics.org/ + [Homebrew]: https://brew.sh/ + [installation guide]: https://www.cairographics.org/download/ + [MSYS2]: https://www.msys2.org/ + [UCRT64]: https://www.msys2.org/docs/environments/ + [Docker image]: https://hub.docker.com/r/squidfunk/mkdocs-material/ + [GitHub Actions]: ../../publishing-your-site.md#with-github-actions + +### pngquant + +[pngquant] is an excellent library for lossy PNG compression, and a direct +dependency of the [built-in optimize plugin]. See the following section which +explains how to install [pngquant] system: + +=== ":material-apple: macOS" + + Make sure [Homebrew] is installed, which is a modern package manager for + macOS. Next, use the following command to install all necessary + dependencies: + + ``` + brew install pngquant + ``` + +=== ":fontawesome-brands-windows: Windows" + + The easiest way to get [pngquant] is by installing it via [MSYS2], which is + a software distribution and building platform for Windows. Run the following + command inside of a MSYS2 shell: + + ``` + pacman -S mingw-w64-ucrt-x86_64-pngquant + ``` + +=== ":material-linux: Linux" + + All popular Linux distributions, regardless of package manager, should + allow to install [pngquant] with the bundled package manager. For example, + on Ubuntu, [pngquant] can be installed with: + + ``` + apt-get install pngquant + ``` + + The same is true for `yum` and `zypper`. + +The following environments come with a preinstalled version of [pngquant]: + +- [x] No installation needed in [Docker image] + + [pngquant]: https://pngquant.org/ + [built-in optimize plugin]: ../../plugins/optimize.md + [pngquant-winbuild]: https://github.com/jibsen/pngquant-winbuild + +## Troubleshooting + +### Cairo library was not found + +After following the installation guide above it may happen that you still get +the following error: + +```bash +no library called "cairo-2" was found +no library called "cairo" was found +no library called "libcairo-2" was found +cannot load library 'libcairo.so.2': error 0x7e. Additionally, ctypes.util.find_library() did not manage to locate a library called 'libcairo.so.2' +cannot load library 'libcairo.2.dylib': error 0x7e. Additionally, ctypes.util.find_library() did not manage to locate a library called 'libcairo.2.dylib' +cannot load library 'libcairo-2.dll': error 0x7e. Additionally, ctypes.util.find_library() did not manage to locate a library called 'libcairo-2.dll' +``` + +This means that the [`cairosvg`][PyPi CairoSVG] package was installed, but the +underlying [`cairocffi`][PyPi CairoCFFI] dependency couldn't [find][cffi-dopen] +the installed library. Depending on the operating system the library lookup +process is different: + +!!! tip + Before proceeding remember to fully restart any open Terminal windows, and + their parent hosts like IDEs to reload any environmental variables, which + were altered during the installation process. This might be the quick fix. + +=== ":material-apple: macOS" + + On macOS the library lookup checks inside paths defined in [dyld][osx-dyld]. + Additionally each library `name` is checked in [three variants][find-library-macOS] + with the `libname.dylib`, `name.dylib` and `name.framework/name` format. + + [Homebrew] should set every needed variable to point at the installed + library directory, but if that didn't happen, you can use the debug script + below to see what paths are looked up. + + A [known workaround][cffi-issue] is to add the Homebrew lib path directly + before running MkDocs: + + ```bash + export DYLD_FALLBACK_LIBRARY_PATH=/opt/homebrew/lib + ``` + + View source code of [cairo-lookup-macos.py] + + ```bash title="Python Debug macOS Script" + curl "https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/includes/debug/cairo-lookup-macos.py" | python - + ``` + +=== ":fontawesome-brands-windows: Windows" + + On Windows the library lookup checks inside the paths defined in the + environmental `PATH` variable. Additionally each library `name` is checked + in [two variants][find-library-Windows] with the `name` and `name.dll` format. + + The default binary and shared library path for the [UCRT64] environment of + [MSYS2], in which the packages were installed using the above commands, is: + + ```powershell + C:\msys64\ucrt64\bin + ``` + + Use the debug script below to check if the path is included. If it isn't then: + + 1. Press ++windows+r++. + 2. Run the `SystemPropertiesAdvanced` applet. + 3. Select "Environmental Variables" at the bottom. + 4. Add the whole path to the above directory to your `Path` variable. + 5. Click OK on all open windows to apply changes. + 6. Fully restart any open Terminal windows and their parent hosts like IDEs. + + ```powershell title="You can also list paths using PowerShell" + $env:Path -split ';' + ``` + + View source code of [cairo-lookup-windows.py] + + ```powershell title="PowerShell - Python Debug Windows Script" + (Invoke-WebRequest "https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/includes/debug/cairo-lookup-windows.py").Content | python - + ``` + +=== ":material-linux: Linux" + + On Linux the library lookup can [differ greatly][find-library-Linux] and is + dependent from the installed distribution. For tested Ubuntu and Manjaro + systems Python runs shell commands to check which libraries are available in + [`ldconfig`][ubuntu-ldconfig], in the [`gcc`][ubuntu-gcc]/`cc` compiler, and + in [`ld`][ubuntu-ld]. + + You can extend the `LD_LIBRARY_PATH` environmental variable with an absolute + path to a library directory containing `libcairo.so` etc. Run this directly + before MkDocs: + + ```bash + export LD_LIBRARY_PATH=/absolute/path/to/lib:$LD_LIBRARY_PATH + ``` + + You can also modify the `/etc/ld.so.conf` file. + + The Python script below shows, which function is being run to find installed + libraries. You can check the source to find out what specific commands are + executed on your system during library lookup. + + View source code of [cairo-lookup-linux.py] + + ```bash title="Python Debug Linux Script" + curl "https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/includes/debug/cairo-lookup-linux.py" | python - + ``` + + [PyPi CairoSVG]: https://pypi.org/project/CairoSVG + [PyPi CairoCFFI]: https://pypi.org/project/CairoCFFI + [osx-dyld]: https://www.unix.com/man-page/osx/1/dyld/ + [ubuntu-ldconfig]: https://manpages.ubuntu.com/manpages/focal/en/man8/ldconfig.8.html + [ubuntu-ld]: https://manpages.ubuntu.com/manpages/xenial/man1/ld.1.html + [ubuntu-gcc]: https://manpages.ubuntu.com/manpages/trusty/man1/gcc.1.html + [cffi-issue]: https://github.com/squidfunk/mkdocs-material/issues/5121 + [cffi-dopen]: https://github.com/Kozea/cairocffi/blob/f1984d644bbc462ef0ec33b97782cf05733d7b53/cairocffi/__init__.py#L24-L49 + [find-library-macOS]: https://github.com/python/cpython/blob/4d58a1d8fb27048c11bcbda3da1bebf78f979335/Lib/ctypes/util.py#L70-L81 + [find-library-Windows]: https://github.com/python/cpython/blob/4d58a1d8fb27048c11bcbda3da1bebf78f979335/Lib/ctypes/util.py#L59-L67 + [find-library-Linux]: https://github.com/python/cpython/blob/4d58a1d8fb27048c11bcbda3da1bebf78f979335/Lib/ctypes/util.py#L92 + [cairo-lookup-macos.py]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/includes/debug/cairo-lookup-macos.py + [cairo-lookup-windows.py]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/includes/debug/cairo-lookup-windows.py + [cairo-lookup-linux.py]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/includes/debug/cairo-lookup-linux.py diff --git a/mkdocs-material/docs/plugins/search.md b/mkdocs-material/docs/plugins/search.md new file mode 100644 index 0000000..603501c --- /dev/null +++ b/mkdocs-material/docs/plugins/search.md @@ -0,0 +1,427 @@ +--- +title: Built-in search plugin +icon: material/magnify +--- + +# Built-in search plugin + +The search plugin adds a search bar to the header, allowing users to search your +documentation. It's powered by [lunr.js], a lightweight full-text search engine +for the browser, elimininating the need for external services, and even works +when building [offline-capable documentation]. + + [lunr.js]: https://lunrjs.com/ + [offline-capable documentation]: ../setup/building-for-offline-usage.md + +## Objective + +### How it works + +The plugin scans the generated HTML and builds a search index from all pages and +sections by extracting the section titles and contents. It preserves some inline +formatting like code blocks and lists, but removes all other formatting, so the +search index is as small as possible. + +When a user visits your site, the search index is shipped to the browser, +indexed with [lunr.js] and made available for fast and simple querying – no +server needed. This ensures that the search index is always up to date with +your documentation, yielding accurate results. + +### When to use it + +It's generally recommended to use the plugin, as interactive search functionality +is a vital part of every good documentation. Additionally, the plugin integrates +perfectly with several of the other [built-in plugins] that Material for MkDocs +offers: + +<div class="grid cards" markdown> + +- :material-connection:   __[Built-in offline plugin][offline]__ + + --- + + The offline plugin adds support for building offline-capable documentation, + so you can distribute the [`site` directory][mkdocs.site_dir] as a `.zip` + file that can be downloaded. + + --- + + __Your documentation can work without connectivity to the internet__ + +- :material-file-tree:   __[Built-in meta plugin][meta]__ + + --- + + The meta plugin makes it easy to [boost][meta.search.boost] specific + sections in search results or to [exclude][meta.search.exclude] them + entirely from being indexed, giving more granular control over search. + + --- + + __Simpler organization and management of search in different subsections__ + +</div> + + [offline]: offline.md + [meta]: meta.md + [built-in plugins]: index.md + +## Configuration + +<!-- md:version 9.0.0 --> +<!-- md:plugin [search] – built-in --> + +As with all [built-in plugins], getting started with the search plugin is +straightforward. Just add the following lines to `mkdocs.yml`, and your users +will be able to search your documentation: + +``` yaml +plugins: + - search +``` + +The search plugin is built into Material for MkDocs and doesn't need to be +installed. + + [search]: search.md + [built-in plugins]: index.md + +### General + +The following settings are available: + +--- + +#### <!-- md:setting config.enabled --> + +<!-- md:version 9.3.2 --> +<!-- md:default `true` --> + +Use this setting to enable or disable the plugin when [building your project]. +It's normally not necessary to specify this setting, but if you want to disable +the plugin, use: + +``` yaml +plugins: + - search: + enabled: false +``` + + [building your project]: ../creating-your-site.md#building-your-site + +### Search + +The following settings are available for search: + +--- + +#### <!-- md:setting config.lang --> + +<!-- md:version 9.0.0 --> +<!-- md:default computed --> + +Use this setting to specify the language of the search index, enabling [stemming] +support for other languages than English. The default value is automatically +computed from the [site language], but can be explicitly set to another language +or even multiple languages with: + +=== "Set language" + + ``` yaml + plugins: + - search: + lang: en + ``` + +=== "Add further languages" + + ``` yaml + plugins: + - search: + lang: # (1)! + - en + - de + ``` + + 1. Be aware that including support for further languages increases the + base JavaScript payload by around 20kb and by another 15-30kb per + language, all before `gzip`. + + [stemming]: https://en.wikipedia.org/wiki/Stemming + [site language]: ../setup/changing-the-language.md#site-language + [lunr languages]: https://github.com/MihaiValentin/lunr-languages + +Language support is provided by [lunr languages], a collection of +language-specific stemmers and stop words for [lunr.js] maintained by the +Open Source community. + +--- + +The following languages are currently supported by [lunr languages]: + +<div class="mdx-columns" markdown> + +- `ar` – Arabic +- `da` – Danish +- `de` – German +- `du` – Dutch +- `en` – English +- `es` – Spanish +- `fi` – Finnish +- `fr` – French +- `hi` – Hindi +- `hu` – Hungarian +- `hy` – Armenian +- `it` – Italian +- `ja` – Japanese +- `kn` - Kannada +- `ko` – Korean +- `no` – Norwegian +- `pt` – Portuguese +- `ro` – Romanian +- `ru` – Russian +- `sa` – Sanskrit +- `sv` – Swedish +- `ta` – Tamil +- `te` – Telugu +- `th` – Thai +- `tr` – Turkish +- `vi` – Vietnamese +- `zh` – Chinese + +</div> + +If [lunr languages] doesn't provide support for the selected [site language], +the plugin falls back to another language that yields the best stemming results. +If you discover that the search results are not satisfactory, you can contribute +to [lunr languages] by adding support for your language. + +--- + +#### <!-- md:setting config.separator --> + +<!-- md:version 9.0.0 --> +<!-- md:default computed --> + +Use this setting to specify the separator used to split words when building the +search index on the client side. The default value is automatically computed +from the [site language], but can also be explicitly set to another value with: + +``` yaml +plugins: + - search: + separator: '[\s\-,:!=\[\]()"/]+|(?!\b)(?=[A-Z][a-z])|\.(?!\d)|&[lg]t;' +``` + +Separators support [positive and negative lookahead assertions], which allows +for rather complex expressions that yield precise control over how words are +split when building the search index. + +Broken into its parts, this separator induces the following behavior: + +=== "Special characters" + + ``` + [\s\-,:!=\[\]()"/]+ + ``` + + The first part of the expression inserts token boundaries for each + document before and after whitespace, hyphens, commas, brackets and + other special characters. If several of those special characters are + adjacent, they are treated as one. + +=== "Case changes" + + ``` + (?!\b)(?=[A-Z][a-z]) + ``` + + Many programming languages have naming conventions like `PascalCase` or + `camelCase`. By adding this subexpression to the separator, + [words are split at case changes], tokenizing the word `PascalCase` + into `Pascal` and `Case`. + +=== "Version strings" + + ``` + \.(?!\d) + ``` + + When adding `.` to the separator, version strings like `1.2.3` are split + into `1`, `2` and `3`, which makes them undiscoverable via search. When + using this subexpression, a small lookahead is introduced which will + [preserve version strings] and keep them discoverable. + +=== "HTML/XML tags" + + ``` + &[lg]t; + ``` + + If your documentation includes HTML/XML code examples, you may want to allow + users to find [specific tag names]. Unfortunately, the `<` and `>` control + characters are encoded in code blocks as `<` and `>`. Adding this + subexpression to the separator allows for just that. + + [positive and negative lookahead assertions]: https://www.regular-expressions.info/lookaround.html + [words are split at case changes]: ?q=searchHighlight + [preserve version strings]: ?q=9.0.0 + [specific tag names]: ?q=script + +--- + +#### <!-- md:setting config.pipeline --> + +<!-- md:version 9.0.0 --> +<!-- md:default computed --> +<!-- md:flag experimental --> + +Use this setting to specify the [pipeline functions] that are used to filter and +expand tokens after tokenizing them with the [`separator`][config.separator] and +before adding them to the search index. The default value is automatically +computed from the [site language], but can also be explicitly set with: + +``` yaml +plugins: + - search: + pipeline: + - stemmer + - stopWordFilter + - trimmer +``` + +The following pipeline functions can be used: + +- `stemmer` – Stem tokens to their root form, e.g. `running` to `run` +- `stopWordFilter` – Filter common words according, e.g. `a`, `the`, etc. +- `trimmer` – Trim whitespace from tokens + + [pipeline functions]: https://lunrjs.com/guides/customising.html#pipeline-functions + +### Segmentation + +The plugin supports text segmentation of Chinese via [jieba], a popular +Chinese text segmentation library. Other languages like Japanese and Korean are +currently segmented on the client side, but we're considering to move this +functionality into the plugin in the future. + +The following settings are available for segmentation: + + [jieba]: https://pypi.org/project/jieba/ + +--- + +#### <!-- md:setting config.jieba_dict --> + +<!-- md:version 9.2.0 --> +<!-- md:default none --> +<!-- md:flag experimental --> + +Use this setting to specify a [custom dictionary] to be used by [jieba] for +segmenting text, replacing the default dictionary. [jieba] comes with +several dictionaries, which can be used with: + +``` yaml +plugins: + - search: + jieba_dict: dict.txt +``` + +The following dictionaries are provided by [jieba]: + +- [dict.txt.small] – 占用内存较小的词典文件 +- [dict.txt.big] – 支持繁体分词更好的词典文件 + +The provided path is resolved from the root directory. + + [custom dictionary]: https://github.com/fxsjy/jieba#%E5%85%B6%E4%BB%96%E8%AF%8D%E5%85%B8 + [dict.txt.small]: https://github.com/fxsjy/jieba/raw/master/extra_dict/dict.txt.small + [dict.txt.big]: https://github.com/fxsjy/jieba/raw/master/extra_dict/dict.txt.big + +--- + +#### <!-- md:setting config.jieba_dict_user --> + +<!-- md:version 9.2.0 --> +<!-- md:default none --> +<!-- md:flag experimental --> + +Use this setting to specify an additional [user dictionary] to be used by +[jieba] for segmenting text, augmenting the default dictionary. User +dictionaries are ideal for tuning the segmenter: + +``` yaml +plugins: + - search: + jieba_dict_user: user_dict.txt +``` + +The provided path is resolved from the root directory. + + [user dictionary]: https://github.com/fxsjy/jieba#%E8%BD%BD%E5%85%A5%E8%AF%8D%E5%85%B8 + +## Usage + +### Metadata + +The following properties are available: + +--- + +#### <!-- md:setting meta.search.boost --> + +<!-- md:version 8.3.0 --> +<!-- md:flag metadata --> +<!-- md:default none --> + +Use this property to increase or decrease the relevance of a page in the search +results, giving more weight to them. Use values above `1` to rank up and values +below `1` to rank down: + +=== ":material-arrow-up-circle: Rank up" + + ``` yaml + --- + search: + boost: 2 # (1)! + --- + + # Page title + ... + ``` + + 1. When boosting pages, always start with low values. + +=== ":material-arrow-down-circle: Rank down" + + ``` yaml + --- + search: + boost: 0.5 + --- + + # Page title + ... + ``` + +--- + +#### <!-- md:setting meta.search.exclude --> + +<!-- md:version 9.0.0 --> +<!-- md:flag metadata --> +<!-- md:default none --> + +Use this property to exclude a page from the search results. Note that this will +not only remove the page, but also all subsections of the page from the search +results: + +``` yaml +--- +search: + exclude: true +--- + +# Page title +... +``` diff --git a/mkdocs-material/docs/plugins/social.md b/mkdocs-material/docs/plugins/social.md new file mode 100644 index 0000000..7ad60ad --- /dev/null +++ b/mkdocs-material/docs/plugins/social.md @@ -0,0 +1,1082 @@ +--- +title: Built-in social plugin +icon: material/share-circle +--- + +# Built-in social plugin + +The social plugin automatically and intelligently generates beautiful and highly +customizable social cards in different [layouts][default layouts] for each page +of your project, rendering as preview images whenever you or somebody else share +a link to your project on social media. + +## Objective + +### How it works + +The plugin automatically generates a customizable social card for each page +of your project, which appears as a preview image when sharing a link to your +project on social media, without the use of external services and just +[a single line of configuration][configuration]. + +With the use of an efficient [image processing] library, the plugin allows to +define [custom layouts] for social cards, which can be adapted to match your +project's style and branding. While it would technically be much simpler to +generate social cards by using a web browser and an automation framework like +[Puppeteer][^1], it would add further liabilities to your toolchain, with the +potential to make build pipelines more complex, much more resource intense, +and significantly slower. + + [^1]: + [GitHub wrote in their blog] that they use [Puppeteer] to generate social + card images for repositories, issues, commits, discussions, and basically + everything else that appear as preview images when shared on social media. + +The generated social cards are [cached] and stored in the +[`site` directory][mkdocs.site_dir], and thus self-hosted, ensuring that your +project doesn't depend on external services. In order to generate social cards +images, a few [dependencies] need to be available on your system. + + [configuration]: #configuration + [image processing]: requirements/image-processing.md + [custom layouts]: ../setup/setting-up-social-cards.md#customization + [Puppeteer]: https://github.com/puppeteer/puppeteer + [GitHub wrote in their blog]: https://github.blog/2021-06-22-framework-building-open-graph-images/ + [cached]: #caching + [dependencies]: #configuration + +### When to use it + +There's one particular case when we don't recommend to use the plugin: when you +build [offline-capable documentation] to offer it as a download. Otherwise, it +always makes sense to enable the plugin, as links to your documentation shared +on social media will appear much more appealing. + +Even more interestingly, the plugin can be combined with other built-in plugins +that Material for MkDocs offers, in order to create sophisticated build +pipelines tailored to your project: + +<div class="grid cards" markdown> + +- :material-newspaper-variant-outline:   __[Built-in blog plugin][blog]__ + + --- + + The social plugin automatically generates beautiful and customizable + social cards for each post and page, showing as previews on social media. + + --- + + __Links to your blog render beautiful social cards when shared on social media__ + +- :material-file-tree:   __[Built-in meta plugin][meta]__ + + --- + + The meta plugin can be used to [change the layout][meta.social.cards_layout] + for social cards or [change specific layout options] + [meta.social.cards_layout_options] like [background][option.background_color] + or [color][option.color] for a subset of pages. + + --- + + __Your documentation can use completely different social cards per section__ + +</div> + + [offline-capable documentation]: ../setup/building-for-offline-usage.md + [blog]: blog.md + [meta]: meta.md + +## Configuration + +<!-- md:version 8.5.0 --> +<!-- md:plugin [social] – built-in --> +<!-- md:flag multiple --> +<!-- md:flag experimental --> + +In order to get started with the social plugin, just add the following lines to +`mkdocs.yml`, and observe how Material for MkDocs generates beautiful social +cards for you: + +``` yaml +plugins: + - social +``` + +The social plugin is built into Material for MkDocs and doesn't need to be +installed. + +However, in order to generate social card images, it's necessary to install the +dependencies for [image processing], if they're not already available on your +system. The linked guide includes instructions for several operating systems +and mentions some alternative environments. + + [social]: social.md + +### General + +The following settings are available: + +--- + +#### <!-- md:setting config.enabled --> + +<!-- md:version 8.5.0 --> +<!-- md:default `true` --> + +Use this setting to enable or disable the plugin when [building your project]. +If you want to disable the plugin, e.g., for local builds, you can use an +[environment variable][mkdocs.env] in `mkdocs.yml`: + +``` yaml +plugins: + - social: + enabled: !ENV [CI, false] +``` + +This configuration enables the plugin only during continuous integration (CI). + + [building your project]: ../creating-your-site.md#building-your-site + +--- + +#### <!-- md:setting config.concurrency --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.33.0 --> +<!-- md:default available CPUs - 1 --> + +With more CPUs available, the plugin can do more work in parallel, and thus +complete social card generation faster. If you want to disable concurrent +processing completely, use: + +``` yaml +plugins: + - social: + concurrency: 1 +``` + +By default, the plugin uses all available CPUs - 1 with a minimum of 1. + +### Caching + +The plugin implements an [intelligent caching] mechanism, ensuring that social +cards are only regenerated when their contents change or they're not already +contained in the cache. If any of the variables used in a layout changes, the +plugin detects it and regenerates the social card. + +The following settings are available for caching: + + [intelligent caching]: requirements/caching.md + +--- + +#### <!-- md:setting config.cache --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.33.0 --> +<!-- md:default `true` --> + +Use this setting to instruct the plugin to bypass the cache, in order to +re-generate social cards for all pages, even though the cache may not be stale. +It's normally not necessary to specify this setting, except for when debugging +the plugin itself. Caching can be disabled with: + +``` yaml +plugins: + - social: + cache: false +``` + +--- + +#### <!-- md:setting config.cache_dir --> + +<!-- md:version 8.5.0 --> +<!-- md:default `.cache/plugin/social` --> + +It is normally not necessary to specify this setting, except for when you want +to change the path within your root directory where social card images are +cached. If you want to change it, use: + +``` yaml +plugins: + - social: + cache_dir: my/custom/dir +``` + +If you're using [multiple instances] of the plugin, it can be a good idea to +set different cache directories for both instances, so that they don't interfere +with each other. + + [multiple instances]: index.md#multiple-instances + +### Logging + +The following settings are available for logging: + +--- + +#### <!-- md:setting config.log --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.40.2 --> +<!-- md:default `true` --> + +Use this setting to control whether the plugin should only log errors when +generating social cards without terminating the build, e.g., invalid references +to icons. To terminate the build, use: + +``` yaml +plugins: + - social: + log: false +``` + +--- + +#### <!-- md:setting config.log_level --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.40.2 --> +<!-- md:default `warn` --> + +Use this setting to control the log level that the plugin should employ when +encountering errors, which requires that the [`log`][config.log] setting is +enabled. The following log levels are available: + +=== "`warn`" + + ``` yaml + plugins: + - social: + log_level: warn + ``` + + Errors are reported as warnings, terminating the build in + [`strict`][mkdocs.strict] mode. + +=== "`info`" + + ``` yaml + plugins: + - social: + log_level: info + ``` + + Errors are only reported as informational messages. + +=== "`ignore`" + + ``` yaml + plugins: + - social: + log_level: ignore + ``` + + Errors are only reported when using the `--verbose` flag. + +### Social cards + +The following settings are available for social card generation: + +--- + +#### <!-- md:setting config.cards --> + +<!-- md:version 8.5.0 --> +<!-- md:default `true` --> + +Use this setting to enable or disable social card generation. Currently, the +plugin's sole purpose is to generate social cards, so it's equivalent to the +[`enabled`][config.enabled] setting, but in the future, other features might be +added. If you want to disable social card generation, use: + +``` yaml +plugins: + - social: + cards: false +``` + +--- + +#### <!-- md:setting config.cards_dir --> + +<!-- md:version 8.5.0 --> +<!-- md:default `assets/images/social` --> + +It is normally not necessary to specify this setting, except for when you want +to change the path within the [`site` directory][mkdocs.site_dir] where +social cards are stored. If you want to change it, use: + +``` yaml +plugins: + - social: + cards_dir: my/custom/dir +``` + +This configuration stores the generated images at `my/custom/dir` in the +[`site` directory][mkdocs.site_dir]. + +--- + +#### <!-- md:setting config.cards_layout_dir --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.33.0 --> +<!-- md:default `layouts` --> + +If you want to build a [custom social card layout][custom layouts], use this +setting to change the folder where you store your custom layouts, the default +being a folder called `layouts` in your root directory: + +``` yaml +plugins: + - social: + cards_layout_dir: layouts +``` + +The provided path is resolved from the root directory. + +!!! tip "Where to store custom layouts" + + Our recommendation is to locate the folder outside of the + [`docs` directory][mkdocs.docs_dir], to make sure that your [custom layouts] + are not copied to the [`site` directory][mkdocs.site_dir] when + [building your project], e.g., by adhering to the following directory + layout: + + ``` { .sh .no-copy } + . + ├─ docs/ + │ └─ *.md + ├─ layouts/ + │ └─ *.yml + └─ mkdocs.yml + ``` + +--- + +#### <!-- md:setting config.cards_layout --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.33.0 --> +<!-- md:default `default` --> + +The plugin ships a growing list of [`default` layouts][default layouts] for +social cards. If you've created a [custom social card layout][custom layouts], +you can instruct the plugin to use it exactly as one of the included layouts: + +``` yaml +plugins: + - social: + cards_layout: my-custom-layout +``` + +The provided path is resolved from the[ +`layouts` directory][config.cards_layout_dir]. + +!!! tip "How custom layouts are resolved" + + By default, the plugin will load your [custom layouts] from a folder named + `layouts` in your root directory. If your layout is called + `my-custom-layout`, the directory layout must adhere to: + + ``` { .sh .no-copy } + . + ├─ docs/ + │ └─ *.md + ├─ layouts/ + │ └─ my-custom-layout.yml + └─ mkdocs.yml + ``` + +--- + +#### <!-- md:setting config.cards_layout_options --> + +<!-- md:version 9.1.10 --> +<!-- md:default none --> + +Use this setting to set options for the layout specified via [`cards_layout`] +[config.cards_layout] (if the layout supports it), which allows for making +layouts easily and entirely configurable: + +``` yaml +plugins: + - social: + cards_layout_options: + <option>: <value> +``` + +When creating a [custom layout][custom layouts], you are completely free in +defining which parts of your layout can be parametrized. The [`default` layouts] +[default layouts] included with the plugin support the following options: + +<div class="mdx-columns" markdown> + +- [`background_color`][option.background_color] +- [`background_image`][option.background_image] +- [`color`][option.color] +- [`font_family`][option.font_family] +- [`font_variant`][option.font_variant] +- [`logo`][option.logo] +- [`title`][option.title] +- [`description`][option.description] + +</div> + + + [default layouts]: #layouts + +--- + +#### <!-- md:setting config.cards_include --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.35.0 --> +<!-- md:default none --> + +Use this setting to enable social card generation for subsections of your +project, e.g., when using [multiple instances] of the plugin to generate +different social cards for different subsections: + +``` yaml +plugins: + - social: + cards_include: + - blog/* +``` + +This configuration enables social card generation for all pages that are +contained in the `blog` folder and its subfolders inside the [`docs` directory] +[mkdocs.docs_dir]. + +--- + +#### <!-- md:setting config.cards_exclude --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.35.0 --> +<!-- md:default none --> + +Use this setting to disable social card generation for subsections of your +project, e.g., when using [multiple instances] of the plugin to generate +different social cards for different subsections: + +``` yaml +plugins: + - social: + cards_exclude: + - changelog/* +``` + +This configuration disables social card generation for all pages that are +contained in the `changelog` folder and its subfolders inside the +[`docs` directory][mkdocs.docs_dir]. + +### Debugging + +The plugin includes a special mode for debugging layouts, which is very useful +when creating [custom layouts], as it allows for quicker iteration and better +understanding of composition. + +The following settings are available for debugging: + +--- + +#### <!-- md:setting config.debug --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.33.0 --> +<!-- md:default `false` --> + +Use this setting to enable a special mode for debugging your layout, which +renders each layer with a colored outline and its `x` and `y` offsets, and +overlays a dot grid for alignment, so it's easier to understand how the +distinct layers of your layout are composed together: + +``` yaml +plugins: + - social: + debug: true +``` + +--- + +#### <!-- md:setting config.debug_on_build --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.34.1 --> +<!-- md:default `false` --> + +By default, the plugin automatically disables [`debug`][config.debug] mode when +[building your project], so you can be sure that debug overlays are never +deployed to production. If you want to change that, use: + +``` yaml +plugins: + - social: + debug_on_build: true +``` + +It's normally not necessary to change this setting, as it's just intended to +be a safety net. + +--- + +#### <!-- md:setting config.debug_grid --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.33.0 --> +<!-- md:default `true` --> + +When [`debug`][config.debug] mode is enabled, this setting specifies whether a +dot grid is rendered on top of all layers, to allow for better alignment. If you +want to switch the grid off, use: + +``` yaml +plugins: + - social: + debug_grid: false +``` + +--- + +#### <!-- md:setting config.debug_grid_step --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.33.0 --> +<!-- md:default `32` --> + +Use this setting to specify the step size of the dot grid in pixels, if enabled, +which can be useful to create perfectly aligned layers for ideal composition. +It you want to change it, use: + +``` yaml +plugins: + - social: + debug_grid_step: 64 +``` + +--- + +#### <!-- md:setting config.debug_color --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.33.0 --> +<!-- md:default `grey` --> + +Use this setting to specify the color of the outlines that are added to each +layer and the dot grid that is rendered on top of all layers. If you need to +change it, use: + +``` yaml +plugins: + - social: + debug_color: yellow +``` + +In rare cases, it might be necessary to change this setting if the dot grid or +the outlines are hard to distinguish, as the plugin will automatically adjust +the color if not explicitly set. + +## Usage + +### Metadata + +The plugin allows to override a subset of settings through metadata (front +matter) in order to customize social card generation, e.g., to set [options for +the included `default` layouts][default layouts] for a single page, or even +[for an entire subsection] of your project by leveraging the [meta] plugin. + +The following properties are available: + + [for an entire subsection]: meta.md#how-it-works + [meta]: meta.md + +--- + +#### <!-- md:setting meta.social.cards --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.37.0 --> +<!-- md:flag metadata --> +<!-- md:default none --> + +Use this property to override the [`cards`][config.cards] setting for the given +page: + +``` yaml +--- +social: + cards: false +--- + +# Page title +... +``` + +--- + +#### <!-- md:setting meta.social.cards_layout --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.37.0 --> +<!-- md:flag metadata --> +<!-- md:default none --> +<!-- md:flag experimental --> + +Use this property to override the [`cards_layout`][config.cards_layout] setting +for the given page: + +``` yaml +--- +social: + cards_layout: my-custom-layout +--- + +# Page title +... +``` + +--- + +#### <!-- md:setting meta.social.cards_layout_options --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.37.0 --> +<!-- md:flag metadata --> +<!-- md:default none --> + +Use this property to override the [`cards_layout_options`] +[config.cards_layout_options] setting for the given page: + +``` yaml +--- +social: + cards_layout_options: + background_color: blue # Change background color + background_image: null # Remove background image +--- + +# Page title +... +``` + +Setting an option to `#!yaml null` resets the option. + +### Layouts + +While it is possible and simple to build [custom layouts], the plugin ships +several predefined layouts, all of which are prefixed with `default`. The +following layouts are included: + +=== "`default`" + + ``` yaml + plugins: + - social: + cards_layout: default + ``` + + <div class="result" markdown> + + ![Layout default] + + This layout sets the following defaults: + + - [`background_color`][option.background_color] + – <!-- md:default [`theme.palette.primary`][primary color] --> + + - [`font_family`][option.font_family] + – <!-- md:default [`theme.font.text`][font] --> + + </div> + +=== "`default/variant`" + + ``` yaml + plugins: + - social: + cards_layout: default/variant + ``` + + <div class="result" markdown> + + ![Layout default variant] + + This layout includes the [page icon] and sets the following defaults: + + - [`background_color`][option.background_color] + – <!-- md:default [`theme.palette.primary`][primary color] --> + + - [`font_family`][option.font_family] + – <!-- md:default [`theme.font.text`][font] --> + + </div> + +=== "`default/accent`" + + ``` yaml + plugins: + - social: + cards_layout: default/accent + ``` + + <div class="result" markdown> + + ![Layout default accent] + + This layout sets the following defaults: + + - [`background_color`][option.background_color] + – <!-- md:default [`theme.palette.accent`][accent color] --> + + - [`font_family`][option.font_family] + – <!-- md:default [`theme.font.text`][font] --> + + </div> + +=== "`default/invert`" + + ``` yaml + plugins: + - social: + cards_layout: default/invert + ``` + + <div class="result" markdown> + + ![Layout default invert] + + This layout sets the following defaults: + + - [`color`][option.background_color] + – <!-- md:default [`theme.palette.primary`][primary color] --> + + - [`font_family`][option.font_family] + – <!-- md:default [`theme.font.text`][font] --> + + </div> + +=== "`default/only/image`" + + ``` yaml + plugins: + - social: + cards_layout: default/only/image + cards_layout_options: + background_image: layouts/background.png + + ``` + + <div class="result" markdown> + + This layout only shows the given background image and scales it to cover. + + </div> + +The [`default` layouts][default layouts] are very flexible and comfortable to +use, as they replicate the original behavior of the plugin, sourcing default +values for all options from other `theme` settings. + +The following options are available: + + [Layout default]: ../assets/screenshots/social-cards.png + [Layout default variant]: ../assets/screenshots/social-cards-variant.png + [Layout default accent]: ../assets/screenshots/social-cards-accent.png + [Layout default invert]: ../assets/screenshots/social-cards-invert.png + + [primary color]: ../setup/changing-the-colors.md#primary-color + [page icon]: ../reference/index.md#setting-the-page-icon + [accent color]: ../setup/changing-the-colors.md#accent-color + [font]: ../setup/changing-the-fonts.md#regular-font + +--- + +#### <!-- md:setting option.background_color --> + +<!-- md:version 9.1.10 --> +<!-- md:default computed --> + +Use this option to change the background color of the generated social card. +The value can be set to a valid color value [supported by pillow], the imaging +library used for card generation: + +=== "Hexadecimal" + + ``` yaml + plugins: + - social: + cards_layout_options: + background_color: "#ff1493" # (1)! + ``` + + 1. The following notations are supported, whereas each character after the + `#` must be a valid hexadecimal in the range `#!css 0-F`: + + - `#!css #rgb` – Color (short) + - `#!css #rgba` – Color + alpha (short) + - `#!css #rrggbb` – Color + - `#!css #rrggbbaa` – Color + alpha + +=== "Color function" + + ``` yaml + plugins: + - social: + cards_layout_options: + background_color: rgb(255, 20, 147) # (1)! + ``` + + 1. The following functions are supported, listing the allowed maximum + values with the minimum values all being `#!css 0` or `#!css 0%`: + + - `#!css rgb(255, 255, 255)` – Red, green and blue + - `#!css hsl(360, 100%, 100%)` – Hue, saturation and lightness + - `#!css hsv(360, 100%, 100%)` – Hue, saturation and value + +=== "Color name" + + ``` yaml + plugins: + - social: + cards_layout_options: + background_color: deeppink # (1)! + ``` + + 1. See the [`<named-color>`][named-color] CSS data type for a list of + supported color names. Note that some might not be available. + +If this options is used together with [`background_image`] +[option.background_image], the color is rendered on top of the image which +allows for tinting images. If you want to remove the background color, use: + +``` yaml +plugins: + - social: + cards_layout_options: + background_color: transparent +``` + + [supported by pillow]: https://pillow.readthedocs.io/en/stable/reference/ImageColor.html#color-names + [named-color]: https://developer.mozilla.org/en-US/docs/Web/CSS/named-color + +--- + +#### <!-- md:setting option.background_image --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.33.0 --> +<!-- md:default none --> + +Use this option to define a background image for the generated social card. Note +that the image is tinted with the [`background_color`][option.background_color], +which can also be set to `transparent`: + +=== "Image" + + ``` yaml + plugins: + - social: + cards_layout_options: + background_image: layouts/background.png + background_color: transparent + ``` + +=== "Image with tint" + + ``` yaml + plugins: + - social: + cards_layout_options: + background_image: layouts/background.png + background_color: "#ff149366" + ``` + +The provided path is resolved from the root directory. + +--- + +#### <!-- md:setting option.color --> + +<!-- md:version 9.1.10 --> +<!-- md:default computed --> + +Use this option to change the foreground color of the generated social card. +The value can be set to a valid color value [supported by pillow], the imaging +library used for card generation: + +=== "Hexadecimal" + + ``` yaml + plugins: + - social: + cards_layout_options: + color: "#ffffff" # (1)! + ``` + + 1. The following notations are supported, whereas each character after the + `#` must be a valid hexadecimal in the range `#!css 0-F`: + + - `#!css #rgb` – Color (short) + - `#!css #rgba` – Color + alpha (short) + - `#!css #rrggbb` – Color + - `#!css #rrggbbaa` – Color + alpha + +=== "Color function" + + ``` yaml + plugins: + - social: + cards_layout_options: + color: rgb(255, 255, 255) # (1)! + ``` + + 1. The following functions are supported, listing the allowed maximum + values with the minimum values all being `#!css 0` or `#!css 0%`: + + - `#!css rgb(255, 255, 255)` – Red, green and blue + - `#!css hsl(360, 100%, 100%)` – Hue, saturation and lightness + - `#!css hsv(360, 100%, 100%)` – Hue, saturation and value + +=== "Color name" + + ``` yaml + plugins: + - social: + cards_layout_options: + color: white # (1)! + ``` + + 1. See the [`<named-color>`][named-color] CSS data type for a list of + supported color names. Note that some might not be available. + +--- + +#### <!-- md:setting option.font_family --> + +<!-- md:version 9.1.10 --> +<!-- md:default computed --> + +Use this option to change the font family of the generated social card. The +plugin automatically downloads the font from [Google Fonts], so the font must +point to an existing Google Font: + +``` yaml +plugins: + - social: + cards_layout_options: + font_family: Ubuntu +``` + +When you've found a font that you like on [Google Fonts], you can just copy the +name from the font's specimen page and use it as the value for this option – +no further configuration needed. + + [Google Fonts]: https://fonts.google.com/ + +--- + +#### <!-- md:setting option.font_variant --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.53.3 --> +<!-- md:default none --> + +Use this option to change the font variant used to generate the social card. +If the downloaded font has variants like `Condensed` or `Expanded`, you can set +them with: + +``` yaml +plugins: + - social: + cards_layout_options: + font_variant: Condensed +``` + +The variant is combined with the style as used in the custom layout, so the +plugin is instructed to use combinations like `Condensed Regular` or +`Expanded Bold`. + +--- + +#### <!-- md:setting option.logo --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.40.0 --> +<!-- md:default computed --> + +Use this option to change the logo that is used in the generated social card. +By default, the plugin uses the [`theme.logo`][theme.logo] or [`theme.icon.logo`] +[theme.icon.logo] setting from `mkdocs.yml`. You can change it with: + +``` yaml +plugins: + - social: + cards_layout_options: + logo: layouts/logo.png +``` + +The provided path is resolved from the root directory. + + [theme.logo]: ../setup/changing-the-logo-and-icons.md#logo-image + [theme.icon.logo]: ../setup/changing-the-logo-and-icons.md#logo-icon-bundled + +--- + +#### <!-- md:setting option.title --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.40.0 --> +<!-- md:default computed --> + +Use this option to change the title of the generated social card. This overrides +the computed page title as assigned by MkDocs, as well as the [`title`] +[meta.title] metadata property: + +``` yaml +plugins: + - social: + cards_layout_options: + title: My custom title +``` + + [meta.title]: ../reference/index.md#setting-the-page-title + +--- + +#### <!-- md:setting option.description --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.40.0 --> +<!-- md:default computed --> + +Use this option to change the description of the generated social card. This +overrides the set [`site_description`][mkdocs.site_description], if defined, as +well as the [`description`][meta.description] metadata property: + +``` yaml +plugins: + - social: + cards_layout_options: + description: My custom description +``` + + [meta.description]: ../reference/index.md#setting-the-page-description + +--- + +!!! question "Missing something?" + + When setting up social cards, you might discover that you're missing + specific functionality – we're happy to consider adding it to the plugin! + You can [open a discussion] to ask a question, or create a [change request] + on our [issue tracker], so we can find out if it might be a good fit for + the plugin. + + [open a discussion]: https://github.com/squidfunk/mkdocs-material/discussions + [change request]: ../contributing/requesting-a-change.md + [issue tracker]: https://github.com/squidfunk/mkdocs-material/issues diff --git a/mkdocs-material/docs/plugins/tags.md b/mkdocs-material/docs/plugins/tags.md new file mode 100644 index 0000000..87a2689 --- /dev/null +++ b/mkdocs-material/docs/plugins/tags.md @@ -0,0 +1,952 @@ +--- +title: Built-in tags plugin +icon: material/tag-text +--- + +# Built-in tags plugin + +The tags plugin adds first-class support for categorizing pages with the use +of tags, adding the possibility to group related pages and make them +discoverable via search and dedicated tags indexes. If your documentation is +large, tags can help to discover relevant information faster. + +## Objective + +### How it works + +The plugin scans all pages for the [`tags`][meta.tags] metadata property and +generates a tags index, which is an inverted list of tags and the pages they +appear on. The tags index can be located anywhere in the [`nav`][mkdocs.nav], +allowing for maximum flexibility when adding tags to your project. + +### When to use it + +If you want to add one or multiple tags indexes to your project, the tags +plugin is a perfect choice as it makes this process ridiculously simple. +Additionally, it integrates perfectly with several of the other +[built-in plugins] that Material for MkDocs offers: + +<div class="grid cards" markdown> + +- :material-file-tree:   __[Built-in meta plugin][meta]__ + + --- + + The meta plugin makes it possible to ensure that subsections of your + project are annotated with [specific tags][meta.tags], so they can't be + forgotten when adding pages. + + --- + + __Simpler organization and management of tags in different subsections__ + +- :material-newspaper-variant-outline:   __[Built-in blog plugin][blog]__ + + --- + + The tags plugin allows to categorize posts alongside with pages in your + project, to improve their discoverability and connect posts to your + documentation. + + --- + + __Your documentation's tag system integrates with your blog__ + +</div> + + [meta]: meta.md + [blog]: blog.md + [built-in plugins]: index.md + +## Configuration + +<!-- md:version 8.2.0 --> +<!-- md:plugin [tags] – built-in --> +<!-- md:flag multiple --> + +As with all [built-in plugins], getting started with the tags plugin is +straightforward. Just add the following lines to `mkdocs.yml`, and start using +[tags][meta.tags] to categorize your pages: + +``` yaml +plugins: + - tags +``` + +The tags plugin is built into Material for MkDocs and doesn't need to be +installed. + + [tags]: tags.md + +### General + +The following settings are available: + +--- + +#### <!-- md:setting config.enabled --> + +<!-- md:version 9.1.7 --> +<!-- md:default `true` --> + +Use this setting to enable or disable the plugin when [building your project]. +It's normally not necessary to specify this setting, but if you want to disable +the plugin, use: + +``` yaml +plugins: + - tags: + enabled: false +``` + + [building your project]: ../creating-your-site.md#building-your-site + +### Tags + +The following settings are available for tags: + +--- + +#### <!-- md:setting config.tags --> + +<!-- md:version 9.3.2 --> +<!-- md:default `true` --> + +Use this setting to enable or disable rendering of tags. The plugin still +extracts tags from all pages, e.g., for [exporting tags] without rendering them. +Rendering can be disabled with: + +``` yaml +plugins: + - tags: + tags: false +``` + +This setting is automatically disabled if [`export_only`][config.export_only] +is enabled. + + [exporting tags]: #export + +--- + +#### <!-- md:setting config.tags_file --> + +<!-- md:version 8.2.0 --> +<!-- md:default none --> + +!!! info "This setting is not needed in [Insiders]" + + Insiders ships a __ground up rewrite of the tags plugin__ which is infinitely + more powerful than the current version in the community edition. It allows + for an arbitrary number of tags indexes (listings), [scoped listings], + [shadow tags], [nested tags], and much more. + +Use this setting to specify the location of the tags index, which is the page +used to render a list of all tags and their associated pages. If this setting is +specified, tags become clickable, pointing to the corresponding section in the +tags index: + +``` yaml +plugins: + - tags: + tags_file: tags.md +``` + +The page holding the tags index can be linked anywhere in the [`nav`][mkdocs.nav] +section of `mkdocs.yml`. This setting is not required – you should only use it +if you want to have a tags index. + +The provided path is resolved from the [`docs` directory][mkdocs.docs_dir]. + + [Insiders]: ../insiders/index.md + [scoped listings]: ../setup/setting-up-tags.md#scoped-listings + [shadow tags]: ../setup/setting-up-tags.md#shadow-tags + [nested tags]: ../setup/setting-up-tags.md#nested-tags + +--- + +#### <!-- md:setting config.tags_slugify --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.25.0 --> +<!-- md:default [`pymdownx.slugs.slugify`][pymdownx.slugs.slugify] --> + +Use this setting to change the function for generating URL-compatible slugs +from post titles. By default, the [`slugify`][pymdownx.slugs.slugify] function +from [Python Markdown Extensions] is used as follows: + +``` yaml +plugins: + - tags: + tags_slugify: !!python/object/apply:pymdownx.slugs.slugify + kwds: + case: lower +``` + +The default configuration is Unicode-aware and should produce good slugs for all +languages. Of course, you can also provide a custom slugification function for +more granular control. + + [pymdownx.slugs.slugify]: https://github.com/facelessuser/pymdown-extensions/blob/01c91ce79c91304c22b4e3d7a9261accc931d707/pymdownx/slugs.py#L59-L65 + [Python Markdown Extensions]: https://facelessuser.github.io/pymdown-extensions/extras/slugs/ + +--- + +#### <!-- md:setting config.tags_slugify_separator --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.25.0 --> +<!-- md:default `-` --> + +Use this setting to change the separator that is passed to the slugification +function set as part of [`tags_slugify`][config.tags_slugify]. While the default +is a hyphen, it can be set to any string, e.g., `_`: + +``` yaml +plugins: + - tags: + tags_slugify_separator: _ +``` + +--- + +#### <!-- md:setting config.tags_slugify_format --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.48.0 --> +<!-- md:default `tag:{slug}` --> + +Use this setting to change the format string that is used when generating tag +slugs. It is a good idea to prefix tag slugs with a string that makes them +unique, the default being: + +``` yaml +plugins: + - tags: + tags_slugify_format: "tag:{slug}" +``` + +The following placeholders are available: + +- `slug` – Tag slug, slugified with [`tags_slugify`][config.tags_slugify] + +--- + +#### <!-- md:setting config.tags_hierarchy --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.48.0 --> +<!-- md:default `false` --> +<!-- md:flag experimental --> + +Use this setting to enable support for tag hierarchies (nested tags, e.g., +`foo/bar`). If you intend to create hierarchical listings of tags, you can +enable this setting in `mkdocs.yml` with: + +``` yaml +plugins: + - tags: + tags_hierarchy: true +``` + +--- + +#### <!-- md:setting config.tags_hierarchy_separator --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.48.0 --> +<!-- md:default `/` --> +<!-- md:flag experimental --> + +Use this setting to change the separator that is used when creating tag +hierarchies. By default, tags are separated by a forward slash `/`, but you +can change this to any string, e.g., `.`: + +``` yaml +plugins: + - tags: + tags_hierarchy_separator: . +``` + +--- + +#### <!-- md:setting config.tags_sort_by --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.26.2 --> +<!-- md:default `material.plugins.tags.tag_name` --> + +Use this setting to specify a custom function for comparing tags. By default, +tag comparison is case-sensitive, but you can use `tag_name_casefold` for +case-insensitive comparison: + +``` yaml +plugins: + - tags: + tags_sort_by: !!python/name:material.plugins.tags.tag_name_casefold +``` + +You can also define your own comparison function, which must return a string +or number representing the tag, that is used for sorting, and reference it in +[`tags_sort_by`][config.tags_sort_by]. + +--- + +#### <!-- md:setting config.tags_sort_reverse --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.26.2 --> +<!-- md:default `false` --> + +Use this setting to reverse the order in which tags are sorted when comparing +them. By default, tags are sorted in ascending order, but you can reverse +ordering as follows: + +``` yaml +plugins: + - tags: + tags_sort_reverse: true +``` + +--- + +#### <!-- md:setting config.tags_name_property --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.48.0 --> +<!-- md:default [`tags`][meta.tags] --> + +Use this setting to change the name of the front matter property that is used by +the plugin. It is normally not necessary to change this setting, but if you want +to change it, you can use: + +``` yaml +plugins: + - tags: + tags_name_property: tags +``` + +--- + +#### <!-- md:setting config.tags_name_variable --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.48.0 --> +<!-- md:default `tags` --> + +Use this setting to change the name of the template variable that is used by +the plugin. It is normally not necessary to change this setting, but if you want +to change it, you can use: + +``` yaml +plugins: + - tags: + tags_name_variable: tags +``` + +--- + +#### <!-- md:setting config.tags_allowed --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.25.0 --> +<!-- md:default none --> + +The plugin allows to check tags against a predefined list, in order to catch +typos or make sure that tags are not arbitrarily added. Specify the tags you +want to allow with: + +``` yaml +plugins: + - tags: + tags_allowed: + - HTML5 + - JavaScript + - CSS +``` + +The plugin stops the build if a page references a tag that is not part of +this list. Pages can be assigned to tags by using the [`tags`][meta.tags] +metadata property. + +### Listings + +The following settings are available for listings: + +--- + +#### <!-- md:setting config.listings --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.48.0 --> +<!-- md:default `true` --> + +Use this setting to enable or disable listings. It is normally not necessary to +change this setting, as listings are created entirely by inline comments, but +you can disable them if necessary with: + +``` yaml +plugins: + - tags: + listings: false +``` + +This setting is automatically disabled if [`export_only`][config.export_only] +is enabled. + + [exporting tags]: #export + +--- + +#### <!-- md:setting config.listings_map --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.48.0 --> +<!-- md:default none --> + +Use this define listing configurations that you can then reference in listings +with a custom identifier. Sharing configurations is a good idea, especially +when you have many tag listings: + +``` yaml +plugins: + - tags: + listings_map: + custom-id: + scope: true + exclude: Internal +``` + +Then, just reference the listing identifier: + +``` html +<!-- material/tags custom-id --> +``` + +See the [listings section] for a list of all available settings. + + [listings section]: #listing-configuration + +--- + +#### <!-- md:setting config.listings_sort_by --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.39.0 --> +<!-- md:default `material.plugins.tags.item_title` --> + +Use this setting to specify a custom function for comparing listing items. By +default, items are ordered by their titles, but you can change the sorting +criterion with the following configuration: + +=== "Sort by item title" + + ``` yaml + plugins: + - tags: + listings_sort_by: !!python/name:material.plugins.tags.item_title + ``` + +=== "Sort by item URL" + + ``` yaml + plugins: + - tags: + listings_sort_by: !!python/name:material.plugins.tags.item_url + ``` + +You can also define your own comparison function, which must return a string +or number representing the item, that is used for sorting, and reference it in +[`listings_sort_by`][config.listings_sort_by]. + +--- + +#### <!-- md:setting config.listings_sort_reverse --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.39.0 --> +<!-- md:default `false` --> + +Use this setting to reverse the order in which items are sorted when comparing +them. By default, items are sorted in ascending order, but you can reverse +ordering as follows: + +``` yaml +plugins: + - tags: + listings_sort_reverse: true +``` + +--- + +#### <!-- md:setting config.listings_tags_sort_by --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.48.0 --> +<!-- md:default `material.plugins.tags.tag_name` --> + +Use this setting to specify a custom function for comparing tags in listings. By +default, tag comparison is case-sensitive, but you can use `tag_name_casefold` +for case-insensitivity: + +``` yaml +plugins: + - tags: + tags_sort_by: !!python/name:material.plugins.tags.tag_name_casefold +``` + +You can also define your own comparison function, which must return a string +or number representing the tag, that is used for sorting, and reference it in +[`tags_sort_by`][config.tags_sort_by]. + +--- + +#### <!-- md:setting config.listings_tags_sort_reverse --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.48.0 --> +<!-- md:default `false` --> + +Use this setting to reverse the order in which tags are sorted when comparing +them. By default, tags are sorted in ascending order, but you can reverse +ordering as follows: + +``` yaml +plugins: + - tags: + tags_sort_reverse: true +``` + +--- + +#### <!-- md:setting config.listings_directive --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.48.0 --> +<!-- md:default `material/tags` --> + +Use this setting to change the name of the directive the plugin will look for +when processing pages. If you want to use a shorter directive than +`material/tags`, you could use: + +``` yaml +plugins: + - tags: + listings_directive: $tags +``` + +Using this setting, listings must now be referenced as such: + +``` html +<!-- $tags { include: [foo, bar] } --> +``` + +--- + +#### <!-- md:setting config.listings_toc --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.48.0 --> +<!-- md:default `true` --> + +Use this setting to enable or disable tags showing up in the table of contents. +If you don't want tags to show up in the table of contents, you can disable this +behavior with: + +``` yaml +plugins: + - tags: + listings_toc: false +``` + +### Shadow tags + +The following settings are available for shadow tags: + +--- + +#### <!-- md:setting config.shadow --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.48.0 --> +<!-- md:default `false` --> + +Use this setting to specify whether the plugin should include shadow tags on +pages and in listings when [building your project], which might be useful for +deploy previews: + +=== "Show shadow tags" + + ``` yaml + plugins: + - tags: + shadow: true + ``` + +=== "Hide shadow tags" + + ``` yaml + plugins: + - tags: + shadow: false + ``` + +--- + +#### <!-- md:setting config.shadow_on_serve --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.48.0 --> +<!-- md:default `true` --> + +Use this setting to control whether the plugin should include shadow tags on +pages and in listings when [previewing your site]. If you don't wish to include +them when previewing, use: + +``` yaml +plugins: + - tags: + shadow_on_serve: false +``` + + [previewing your site]: ../creating-your-site.md#previewing-as-you-write + +--- + +#### <!-- md:setting config.shadow_tags --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.48.0 --> +<!-- md:default none --> + +The plugin allows to specify a predefined list of shadow tags which can be +included and excluded from builds by using the [`shadow`][config.shadow] +setting. Shadow tags must be specified as a list: + +``` yaml +plugins: + - tags: + shadow_tags: + - Draft + - Internal +``` + +--- + +#### <!-- md:setting config.shadow_tags_prefix --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.48.0 --> +<!-- md:default none --> + +Use this setting to specify a string that is checked as a prefix for each tag. +If the tag starts with this string, the tag is marked as a shadow tag. A common +practice is to use `_` as a prefix: + +``` yaml +plugins: + - tags: + shadow_tags_prefix: _ +``` + +--- + +#### <!-- md:setting config.shadow_tags_suffix --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.48.0 --> +<!-- md:default none --> + +Use this setting to specify a string that is checked as a suffix for each tag. +If the tag ends with this string, the tag is marked as a shadow tag. One option +can be to use `Internal` as a suffix: + + +``` yaml +plugins: + - tags: + shadow_tags_suffix: Internal +``` + +### Export + +The following settings are available for exporting: + +--- + +#### <!-- md:setting config.export --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.49.0 --> +<!-- md:default `true` --> + +Use this setting to control whether the plugin creates a `tags.json` file +inside your [`site` directory][mkdocs.site_dir], which can then be consumed by +other plugins and projects: + +``` yaml +plugins: + - tags: + export: true +``` + +--- + +#### <!-- md:setting config.export_file --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.49.0 --> +<!-- md:default `tags.json` --> + +Use this setting to change the path of the file where the exported tags are +stored. It's normally not necessary to change this setting, but if you need to, +use: + +``` yaml +plugins: + - tags: + export_file: tags.json +``` + +The provided path is resolved from the [`site` directory][mkdocs.site_dir]. + +--- + +#### <!-- md:setting config.export_only --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.49.0 --> +<!-- md:default `false` --> + +This setting is solely provided for convenience to disable the rendering of tags +and listings with a single setting (e.g. by using an environment variable), +while keeping the export functionality: + +``` yaml +plugins: + - tags: + export_only: true +``` + +This will automatically disable the [`tags`][config.tags] and +[`listings`][config.listings] settings. + +## Usage + +### Metadata + +The following properties are available: + +--- + +#### <!-- md:setting meta.tags --> + +<!-- md:version 8.2.0 --> +<!-- md:flag metadata --> +<!-- md:default none --> + +Use this property to associate a page with one or more tags, making the page +appear in the generated tags index. Tags are defined as a list of strings +(whitespaces are allowed): + +``` yaml +--- +tags: + - HTML5 + - JavaScript + - CSS +--- + +# Page title +... +``` + +If you want to prevent accidental typos when assigning tags to pages, you can +set a predefined list of allowed tags in `mkdocs.yml` by using the +[`tags_allowed`][config.tags_allowed] setting. + +### Listing configuration + +The listings configuration controls which tags are included in or excluded from +a listing and whether a listing only includes pages in the current scope. +Furthermore, listings can override some values from the global configuration. + +The following settings are available: + +--- + +#### <!-- md:setting listing.scope --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.48.0 --> +<!-- md:default `false` --> + +This setting specifies whether the listing should only consider pages that are +within the current subsection of the documentation of the page the listing is +embedded in: + +=== "Inline usage" + + ``` html + <!-- material/tags { scope: true } --> + ``` + +=== "Usage in `mkdocs.yml`" + + ``` yaml + plugins: + - tags: + listings_map: + custom-id: + scope: false + ``` + + Then, just reference the listing identifier: + + ``` html + <!-- material/tags custom-id --> + ``` + +--- + +#### <!-- md:setting listing.shadow --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.49.0 --> +<!-- md:default computed --> + +This setting specifies whether the listing should include shadow tags, which +allows to override the global [`shadow`][config.shadow] setting on a per-listing +basis: + +=== "Inline usage" + + ``` html + <!-- material/tags { shadow: true } --> + ``` + +=== "Usage in `mkdocs.yml`" + + ``` yaml + plugins: + - tags: + listings_map: + custom-id: + shadow: true + ``` + + Then, just reference the listing identifier: + + ``` html + <!-- material/tags custom-id --> + ``` + +--- + +#### <!-- md:setting listing.toc --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.48.0 --> +<!-- md:default [`listings_toc`][config.listings_toc] --> + +This setting specifies whether the listing should render tags inside the table +of contents, allowing to override the global [`listings_toc`][config.listings_toc] +setting on a per-listing basis: + +=== "Inline usage" + + ``` html + <!-- material/tags { toc: true } --> + ``` + +=== "Usage in `mkdocs.yml`" + + ``` yaml + plugins: + - tags: + listings_map: + custom-id: + toc: true + ``` + + Then, just reference the listing identifier: + + ``` html + <!-- material/tags custom-id --> + ``` + +--- + +#### <!-- md:setting listing.include --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.48.0 --> +<!-- md:default none --> + +Use this setting to specify which tags should be included in the listing. Each +page that features a tag that is part of this setting, is listed under the +respective tag: + +=== "Inline usage" + + ``` html + <!-- material/tags { include: [foo, bar] } --> + ``` + +=== "Usage in `mkdocs.yml`" + + ``` yaml + plugins: + - tags: + listings_map: + custom-id: + include: + - foo + - bar + ``` + + Then, just reference the listing identifier: + + ``` html + <!-- material/tags custom-id --> + ``` + +If this setting is left empty, all tags and pages are included. + +--- + +#### <!-- md:setting listing.exclude --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.48.0 --> +<!-- md:default none --> + +Use this setting to specify which tags should be excluded from the listing. Each +page that features a tag that is part of this setting, is excluded from the +listing entirely: + +=== "Inline usage" + + ``` html + <!-- material/tags { exclude: [foo, bar] } --> + ``` + +=== "Usage in `mkdocs.yml`" + + ``` yaml + plugins: + - tags: + listings_map: + custom-id: + exclude: + - foo + - bar + ``` + + Then, just reference the listing identifier: + + ``` html + <!-- material/tags custom-id --> + ``` + +If this setting is left empty, no tags or pages are excluded. diff --git a/mkdocs-material/docs/plugins/typeset.md b/mkdocs-material/docs/plugins/typeset.md new file mode 100644 index 0000000..3216ca6 --- /dev/null +++ b/mkdocs-material/docs/plugins/typeset.md @@ -0,0 +1,89 @@ +--- +title: Built-in typeset plugin +icon: material/format-title +--- + +# Built-in typeset plugin + +The typeset plugin allows to preserve the enriched presentation of titles and +headlines within the navigation and table of contents. This means that code +blocks, icons, emojis and any other inline formatting can be rendered exactly +as defined in the page's content. + +--- + +<!-- md:sponsors --> __Sponsors only__ – this plugin is currently reserved to +[our awesome sponsors]. + + [our awesome sponsors]: ../insiders/index.md + +## Objective + +### How it works + +When [building your project], MkDocs extracts the plain text from headlines and +drops the original formatting. This is generally useful and a good idea, since +this information is made available to other plugins that might have problems +when being passed HTML instead of plain text. + +However, it also means that the entire formatting is lost. + +The plugin hooks into the rendering process, extracts the original headlines, +and makes them available to be used in templates and plugins. The templates of +Material for MkDocs use this information to render an enriched version of the +navigation and table of contents. + + [building your project]: ../creating-your-site.md#building-your-site + +### When to use it + +It's generally recommended to use the plugin, because it is a drop-in solution +that doesn't require any configuration and is designed to work out of the box. +Since it doesn't overwrite but only adds information, it's not expected to +interfere with other plugins. + +## Configuration + +<!-- md:sponsors --> +<!-- md:version insiders-4.27.0 --> +<!-- md:plugin [typeset] – built-in --> +<!-- md:flag experimental --> + +As with all [built-in plugins], getting started with the typeset plugin is +straightforward. Just add the following lines to `mkdocs.yml`, and observe the +enriched navigation and table of contents: + +``` yaml +plugins: + - typeset +``` + +The typeset plugin is built into Material for MkDocs and doesn't need to be +installed. + + [typeset]: typeset.md + [built-in plugins]: index.md + +### General + +The following settings are available: + +--- + +#### <!-- md:setting config.enabled --> + +<!-- md:sponsors --> +<!-- md:version insiders-4.27.0 --> +<!-- md:default `true` --> + +Use this setting to enable or disable the plugin when [building your project]. +It's normally not necessary to specify this setting, but if you want to disable +the plugin, use: + +``` yaml +plugins: + - typeset: + enabled: false +``` + + [building your project]: ../creating-your-site.md#building-your-site diff --git a/mkdocs-material/docs/publishing-your-site.md b/mkdocs-material/docs/publishing-your-site.md new file mode 100644 index 0000000..4019a3f --- /dev/null +++ b/mkdocs-material/docs/publishing-your-site.md @@ -0,0 +1,241 @@ +# Publishing your site + +The great thing about hosting project documentation in a `git` repository is +the ability to deploy it automatically when new changes are pushed. MkDocs +makes this ridiculously simple. + +## GitHub Pages + +If you're already hosting your code on GitHub, [GitHub Pages] is certainly +the most convenient way to publish your project documentation. It's free of +charge and pretty easy to set up. + + [GitHub Pages]: https://pages.github.com/ + +### with GitHub Actions + +Using [GitHub Actions] you can automate the deployment of your project +documentation. At the root of your repository, create a new GitHub Actions +workflow, e.g. `.github/workflows/ci.yml`, and copy and paste the following +contents: + +=== "Material for MkDocs" + + ``` yaml + name: ci # (1)! + on: + push: + branches: + - master # (2)! + - main + permissions: + contents: write + jobs: + deploy: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: Configure Git Credentials + run: | + git config user.name github-actions[bot] + git config user.email 41898282+github-actions[bot]@users.noreply.github.com + - uses: actions/setup-python@v5 + with: + python-version: 3.x + - run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV # (3)! + - uses: actions/cache@v4 + with: + key: mkdocs-material-${{ env.cache_id }} + path: .cache + restore-keys: | + mkdocs-material- + - run: pip install mkdocs-material # (4)! + - run: mkdocs gh-deploy --force + ``` + + 1. You can change the name to your liking. + + 2. At some point, GitHub renamed `master` to `main`. If your default branch + is named `master`, you can safely remove `main`, vice versa. + + 3. Store the `cache_id` environmental variable to access it later during cache + `key` creation. The name is case-sensitive, so be sure to align it with `${{ env.cache_id }}`. + + - The `--utc` option makes sure that each workflow runner uses the same time zone. + - The `%V` format assures a cache update once a week. + - You can change the format to `%F` to have daily cache updates. + + You can read the [manual page] to learn more about the formatting options of the `date` command. + + 4. This is the place to install further [MkDocs plugins] or Markdown + extensions with `pip` to be used during the build: + + ``` sh + pip install \ + mkdocs-material \ + mkdocs-awesome-pages-plugin \ + ... + ``` + +=== "Insiders" + + ``` yaml + name: ci + on: + push: + branches: + - master + - main + permissions: + contents: write + jobs: + deploy: + runs-on: ubuntu-latest + if: github.event.repository.fork == false + steps: + - uses: actions/checkout@v4 + - name: Configure Git Credentials + run: | + git config user.name github-actions[bot] + git config user.email 41898282+github-actions[bot]@users.noreply.github.com + - uses: actions/setup-python@v5 + with: + python-version: 3.x + - run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV + - uses: actions/cache@v4 + with: + key: mkdocs-material-${{ env.cache_id }} + path: .cache + restore-keys: | + mkdocs-material- + - run: apt-get install pngquant # (1)! + - run: pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git + - run: mkdocs gh-deploy --force + env: + GH_TOKEN: ${{ secrets.GH_TOKEN }} # (2)! + ``` + + 1. This step is only necessary if you want to use the + [built-in optimize plugin] to automatically compress images. + + 2. Remember to set the `GH_TOKEN` repository secret to the value of your + [personal access token] when deploying [Insiders], which can be done + using [GitHub secrets]. + +Now, when a new commit is pushed to either the `master` or `main` branches, +the static site is automatically built and deployed. Push your changes to see +the workflow in action. + +If the GitHub Page doesn't show up after a few minutes, go to the settings of +your repository and ensure that the [publishing source branch] for your GitHub +Page is set to `gh-pages`. + +Your documentation should shortly appear at `<username>.github.io/<repository>`. + + [GitHub Actions]: https://github.com/features/actions + [MkDocs plugins]: https://github.com/mkdocs/mkdocs/wiki/MkDocs-Plugins + [personal access token]: https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token + [Insiders]: insiders/index.md + [built-in optimize plugin]: plugins/optimize.md + [GitHub secrets]: https://docs.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets + [publishing source branch]: https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site + [manual page]: https://man7.org/linux/man-pages/man1/date.1.html + +### with MkDocs + +If you prefer to deploy your project documentation manually, you can just invoke +the following command from the directory containing the `mkdocs.yml` file: + +``` +mkdocs gh-deploy --force +``` + +This will build your documentation and deploy it to a branch +`gh-pages` in your repository. See [this overview in the MkDocs +documentation] for more information. For a description of the +arguments, see [the documentation for the command]. + + [this overview in the MkDocs documentation]: https://www.mkdocs.org/user-guide/deploying-your-docs/#project-pages + [the documentation for the command]: https://www.mkdocs.org/user-guide/cli/#mkdocs-gh-deploy + +## GitLab Pages + +If you're hosting your code on GitLab, deploying to [GitLab Pages] can be done +by using the [GitLab CI] task runner. At the root of your repository, create a +task definition named `.gitlab-ci.yml` and copy and paste the following +contents: + +=== "Material for MkDocs" + + ``` yaml + pages: + stage: deploy + image: python:latest + script: + - pip install mkdocs-material + - mkdocs build --site-dir public + artifacts: + paths: + - public + rules: + - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' + ``` + +=== "Insiders" + + ``` yaml + pages: + stage: deploy + image: python:latest + script: # (1)! + - pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git + - mkdocs build --site-dir public + artifacts: + paths: + - public + rules: + - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' + ``` + + 1. Remember to set the `GH_TOKEN` repository secret to the value of your + [personal access token] when deploying [Insiders], which can be done + using [masked custom variables]. + +Now, when a new commit is pushed to the [default branch] (typically `master` or +`main`), the static site is automatically built and deployed. Commit and push +the file to your repository to see the workflow in action. + +Your documentation should shortly appear at `<username>.gitlab.io/<repository>`. + +## Other + +Since we can't cover all possible platforms, we rely on community contributed +guides that explain how to deploy websites built with Material for MkDocs to +other providers: + +<div class="mdx-columns" markdown> + +- [:material-microsoft-azure-devops: Azure][Azure] +- [:simple-cloudflarepages: Cloudflare Pages][Cloudflare Pages] +- [:simple-digitalocean: DigitalOcean][DigitalOcean] +- [:material-airballoon-outline: Fly.io][Flyio] +- [:simple-netlify: Netlify][Netlify] +- [:simple-vercel: Vercel][Vercel] +- [:simple-codeberg: Codeberg Pages][Codeberg Pages] +- [:simple-scaleway: Scaleway][Scaleway] + +</div> + + [GitLab Pages]: https://gitlab.com/pages + [GitLab CI]: https://docs.gitlab.com/ee/ci/ + [masked custom variables]: https://docs.gitlab.com/ee/ci/variables/#create-a-custom-variable-in-the-ui + [default branch]: https://docs.gitlab.com/ee/user/project/repository/branches/default.html + [Azure]: https://bawmedical.co.uk/t/publishing-a-material-for-mkdocs-site-to-azure-with-automatic-branch-pr-preview-deployments/763 + [Cloudflare Pages]: https://deborahwrites.com/guides/deploy-mkdocs-material-cloudflare/ + [DigitalOcean]: https://deborahwrites.com/guides/deploy-mkdocs-material-digitalocean-app-platform/ + [Flyio]: https://documentation.breadnet.co.uk/cloud/fly/mkdocs-on-fly/ + [Netlify]: https://deborahwrites.com/projects/deploy-host-docs/deploy-mkdocs-material-netlify/ + [Vercel]: https://deborahwrites.com/guides/deploy-mkdocs-material-vercel/ + [Codeberg Pages]: https://andre601.ch/blog/2023/11-05-using-codeberg-pages/ + [Scaleway]: https://www.scaleway.com/en/docs/tutorials/using-bucket-website-with-mkdocs/ + diff --git a/mkdocs-material/docs/reference/admonitions.md b/mkdocs-material/docs/reference/admonitions.md new file mode 100644 index 0000000..02f9fe2 --- /dev/null +++ b/mkdocs-material/docs/reference/admonitions.md @@ -0,0 +1,505 @@ +--- +icon: material/alert-outline +--- + +# Admonitions + +Admonitions, also known as _call-outs_, are an excellent choice for including +side content without significantly interrupting the document flow. Material for +MkDocs provides several different types of admonitions and allows for the +inclusion and nesting of arbitrary content. + +## Configuration + +This configuration enables admonitions, allows to make them collapsible and to +nest arbitrary content inside admonitions. Add the following lines to +`mkdocs.yml`: + +``` yaml +markdown_extensions: + - admonition + - pymdownx.details + - pymdownx.superfences +``` + +See additional configuration options: + +- [Admonition] +- [Details] +- [SuperFences] + + [Admonition]: ../setup/extensions/python-markdown.md#admonition + [Details]: ../setup/extensions/python-markdown-extensions.md#details + [SuperFences]: ../setup/extensions/python-markdown-extensions.md#superfences + +### Admonition icons + +<!-- md:version 8.3.0 --> + +Each of the supported admonition types has a distinct icon, which can be changed +to any icon bundled with the theme, or even a [custom icon]. Add the following +lines to `mkdocs.yml`: + +``` yaml +theme: + icon: + admonition: + <type>: <icon> # (1)! +``` + +1. Enter a few keywords to find the perfect icon using our [icon search] and + click on the shortcode to copy it to your clipboard: + + <div class="mdx-iconsearch" data-mdx-component="iconsearch"> + <input class="md-input md-input--stretch mdx-iconsearch__input" placeholder="Search icon" data-mdx-component="iconsearch-query" value="alert" /> + <div class="mdx-iconsearch-result" data-mdx-component="iconsearch-result" data-mdx-mode="file"> + <div class="mdx-iconsearch-result__meta"></div> + <ol class="mdx-iconsearch-result__list"></ol> + </div> + </div> + +??? example "Expand to show alternate icon sets" + + === ":octicons-mark-github-16: Octicons" + + ``` yaml + theme: + icon: + admonition: + note: octicons/tag-16 + abstract: octicons/checklist-16 + info: octicons/info-16 + tip: octicons/squirrel-16 + success: octicons/check-16 + question: octicons/question-16 + warning: octicons/alert-16 + failure: octicons/x-circle-16 + danger: octicons/zap-16 + bug: octicons/bug-16 + example: octicons/beaker-16 + quote: octicons/quote-16 + ``` + + + === ":fontawesome-brands-font-awesome: FontAwesome" + + ``` yaml + theme: + icon: + admonition: + note: fontawesome/solid/note-sticky + abstract: fontawesome/solid/book + info: fontawesome/solid/circle-info + tip: fontawesome/solid/bullhorn + success: fontawesome/solid/check + question: fontawesome/solid/circle-question + warning: fontawesome/solid/triangle-exclamation + failure: fontawesome/solid/bomb + danger: fontawesome/solid/skull + bug: fontawesome/solid/robot + example: fontawesome/solid/flask + quote: fontawesome/solid/quote-left + ``` + + [custom icon]: ../setup/changing-the-logo-and-icons.md#additional-icons + [supported types]: #supported-types + [icon search]: icons-emojis.md#search + +## Usage + +Admonitions follow a simple syntax: a block starts with `!!!`, followed by a +single keyword used as a [type qualifier]. The content of the block follows on +the next line, indented by four spaces: + +``` markdown title="Admonition" +!!! note + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod + nulla. Curabitur feugiat, tortor non consequat finibus, justo purus auctor + massa, nec semper lorem quam in massa. +``` + +<div class="result" markdown> + +!!! note + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod + nulla. Curabitur feugiat, tortor non consequat finibus, justo purus auctor + massa, nec semper lorem quam in massa. + +</div> + + [type qualifier]: #supported-types + +### Changing the title + +By default, the title will equal the type qualifier in titlecase. However, it +can be changed by adding a quoted string containing valid Markdown (including +links, formatting, ...) after the type qualifier: + +``` markdown title="Admonition with custom title" +!!! note "Phasellus posuere in sem ut cursus" + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod + nulla. Curabitur feugiat, tortor non consequat finibus, justo purus auctor + massa, nec semper lorem quam in massa. +``` + +<div class="result" markdown> + +!!! note "Phasellus posuere in sem ut cursus" + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod + nulla. Curabitur feugiat, tortor non consequat finibus, justo purus auctor + massa, nec semper lorem quam in massa. + +</div> + +### Removing the title + +Similar to [changing the title], the icon and title can be omitted entirely by +adding an empty string directly after the type qualifier. Note that this will +not work for [collapsible blocks]: + +``` markdown title="Admonition without title" +!!! note "" + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod + nulla. Curabitur feugiat, tortor non consequat finibus, justo purus auctor + massa, nec semper lorem quam in massa. +``` + +<div class="result" markdown> + +!!! note "" + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod + nulla. Curabitur feugiat, tortor non consequat finibus, justo purus auctor + massa, nec semper lorem quam in massa. + +</div> + + [changing the title]: #changing-the-title + [collapsible blocks]: #collapsible-blocks + +### Collapsible blocks + +When [Details] is enabled and an admonition block is started with `???` instead +of `!!!`, the admonition is rendered as a collapsible block with a small toggle +on the right side: + +``` markdown title="Admonition, collapsible" +??? note + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod + nulla. Curabitur feugiat, tortor non consequat finibus, justo purus auctor + massa, nec semper lorem quam in massa. +``` + +<div class="result" markdown> + +??? note + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod + nulla. Curabitur feugiat, tortor non consequat finibus, justo purus auctor + massa, nec semper lorem quam in massa. + +</div> + +Adding a `+` after the `???` token renders the block expanded: + +``` markdown title="Admonition, collapsible and initially expanded" +???+ note + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod + nulla. Curabitur feugiat, tortor non consequat finibus, justo purus auctor + massa, nec semper lorem quam in massa. +``` + +<div class="result" markdown> + +???+ note + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod + nulla. Curabitur feugiat, tortor non consequat finibus, justo purus auctor + massa, nec semper lorem quam in massa. + +</div> + +### Inline blocks + +Admonitions can also be rendered as inline blocks (e.g., for sidebars), placing +them to the right using the `inline` + `end` modifiers, or to the left using +only the `inline` modifier: + +=== ":octicons-arrow-right-16: inline end" + + !!! info inline end "Lorem ipsum" + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et + euismod nulla. Curabitur feugiat, tortor non consequat finibus, justo + purus auctor massa, nec semper lorem quam in massa. + + ``` markdown + !!! info inline end "Lorem ipsum" + + Lorem ipsum dolor sit amet, consectetur + adipiscing elit. Nulla et euismod nulla. + Curabitur feugiat, tortor non consequat + finibus, justo purus auctor massa, nec + semper lorem quam in massa. + ``` + + Use `inline end` to align to the right (left for rtl languages). + +=== ":octicons-arrow-left-16: inline" + + !!! info inline "Lorem ipsum" + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et + euismod nulla. Curabitur feugiat, tortor non consequat finibus, justo + purus auctor massa, nec semper lorem quam in massa. + + ``` markdown + !!! info inline "Lorem ipsum" + + Lorem ipsum dolor sit amet, consectetur + adipiscing elit. Nulla et euismod nulla. + Curabitur feugiat, tortor non consequat + finibus, justo purus auctor massa, nec + semper lorem quam in massa. + ``` + + Use `inline` to align to the left (right for rtl languages). + +__Important__: admonitions that use the `inline` modifiers _must_ be declared +prior to the content block you want to place them beside. If there's +insufficient space to render the admonition next to the block, the admonition +will stretch to the full width of the viewport, e.g., on mobile viewports. + +### Supported types + +Following is a list of type qualifiers provided by Material for MkDocs, whereas +the default type, and thus fallback for unknown type qualifiers, is `note`[^1]: + + [^1]: + Previously, some of the supported types defined more than one qualifier. + For example, authors could use `summary` or `tldr` as alternative qualifiers + to render an [`abstract`](#+type:abstract) admonition. As this increased the + size of the CSS that is shipped with Material for MkDocs, the additional + type qualifiers are now all deprecated and will be removed in the next major + version. This will also be mentioned in the upgrade guide. + +<!-- md:option type:note --> + +: !!! note + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et + euismod nulla. Curabitur feugiat, tortor non consequat finibus, justo + purus auctor massa, nec semper lorem quam in massa. + +<!-- md:option type:abstract --> + +: !!! abstract + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et + euismod nulla. Curabitur feugiat, tortor non consequat finibus, justo + purus auctor massa, nec semper lorem quam in massa. + +<!-- md:option type:info --> + +: !!! info + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et + euismod nulla. Curabitur feugiat, tortor non consequat finibus, justo + purus auctor massa, nec semper lorem quam in massa. + +<!-- md:option type:tip --> + +: !!! tip + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et + euismod nulla. Curabitur feugiat, tortor non consequat finibus, justo + purus auctor massa, nec semper lorem quam in massa. + +<!-- md:option type:success --> + +: !!! success + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et + euismod nulla. Curabitur feugiat, tortor non consequat finibus, justo + purus auctor massa, nec semper lorem quam in massa. + +<!-- md:option type:question --> + +: !!! question + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et + euismod nulla. Curabitur feugiat, tortor non consequat finibus, justo + purus auctor massa, nec semper lorem quam in massa. + +<!-- md:option type:warning --> + +: !!! warning + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et + euismod nulla. Curabitur feugiat, tortor non consequat finibus, justo + purus auctor massa, nec semper lorem quam in massa. + +<!-- md:option type:failure --> + +: !!! failure + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et + euismod nulla. Curabitur feugiat, tortor non consequat finibus, justo + purus auctor massa, nec semper lorem quam in massa. + +<!-- md:option type:danger --> + +: !!! danger + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et + euismod nulla. Curabitur feugiat, tortor non consequat finibus, justo + purus auctor massa, nec semper lorem quam in massa. + +<!-- md:option type:bug --> + +: !!! bug + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et + euismod nulla. Curabitur feugiat, tortor non consequat finibus, justo + purus auctor massa, nec semper lorem quam in massa. + +<!-- md:option type:example --> + +: !!! example + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et + euismod nulla. Curabitur feugiat, tortor non consequat finibus, justo + purus auctor massa, nec semper lorem quam in massa. + +<!-- md:option type:quote --> + +: !!! quote + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et + euismod nulla. Curabitur feugiat, tortor non consequat finibus, justo + purus auctor massa, nec semper lorem quam in massa. + +## Customization + +### Classic admonitions + +Prior to version <!-- md:version 8.5.6 -->, admonitions had a slightly +different appearance: + +!!! classic "Note" + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod + nulla. Curabitur feugiat, tortor non consequat finibus, justo purus auctor + massa, nec semper lorem quam in massa. + +If you want to restore this appearance, add the following CSS to an +[additional style sheet]: + +<style> + .md-typeset .admonition.classic { + border-width: 0; + border-left-width: 4px; + } +</style> + +=== ":octicons-file-code-16: `docs/stylesheets/extra.css`" + + ``` css + .md-typeset .admonition, + .md-typeset details { + border-width: 0; + border-left-width: 4px; + } + ``` + +=== ":octicons-file-code-16: `mkdocs.yml`" + + ``` yaml + extra_css: + - stylesheets/extra.css + ``` + +### Custom admonitions + +If you want to add a custom admonition type, all you need is a color and an +`*.svg` icon. Copy the icon's code from the [`.icons`][custom icons] folder +and add the following CSS to an [additional style sheet]: + +<style> + :root { + --md-admonition-icon--pied-piper: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M244 246c-3.2-2-6.3-2.9-10.1-2.9-6.6 0-12.6 3.2-19.3 3.7l1.7 4.9zm135.9 197.9c-19 0-64.1 9.5-79.9 19.8l6.9 45.1c35.7 6.1 70.1 3.6 106-9.8-4.8-10-23.5-55.1-33-55.1zM340.8 177c6.6 2.8 11.5 9.2 22.7 22.1 2-1.4 7.5-5.2 7.5-8.6 0-4.9-11.8-13.2-13.2-23 11.2-5.7 25.2-6 37.6-8.9 68.1-16.4 116.3-52.9 146.8-116.7C548.3 29.3 554 16.1 554.6 2l-2 2.6c-28.4 50-33 63.2-81.3 100-31.9 24.4-69.2 40.2-106.6 54.6l-6.3-.3v-21.8c-19.6 1.6-19.7-14.6-31.6-23-18.7 20.6-31.6 40.8-58.9 51.1-12.7 4.8-19.6 10-25.9 21.8 34.9-16.4 91.2-13.5 98.8-10zM555.5 0l-.6 1.1-.3.9.6-.6zm-59.2 382.1c-33.9-56.9-75.3-118.4-150-115.5l-.3-6c-1.1-13.5 32.8 3.2 35.1-31l-14.4 7.2c-19.8-45.7-8.6-54.3-65.5-54.3-14.7 0-26.7 1.7-41.4 4.6 2.9 18.6 2.2 36.7-10.9 50.3l19.5 5.5c-1.7 3.2-2.9 6.3-2.9 9.8 0 21 42.8 2.9 42.8 33.6 0 18.4-36.8 60.1-54.9 60.1-8 0-53.7-50-53.4-60.1l.3-4.6 52.3-11.5c13-2.6 12.3-22.7-2.9-22.7-3.7 0-43.1 9.2-49.4 10.6-2-5.2-7.5-14.1-13.8-14.1-3.2 0-6.3 3.2-9.5 4-9.2 2.6-31 2.9-21.5 20.1L15.9 298.5c-5.5 1.1-8.9 6.3-8.9 11.8 0 6 5.5 10.9 11.5 10.9 8 0 131.3-28.4 147.4-32.2 2.6 3.2 4.6 6.3 7.8 8.6 20.1 14.4 59.8 85.9 76.4 85.9 24.1 0 58-22.4 71.3-41.9 3.2-4.3 6.9-7.5 12.4-6.9.6 13.8-31.6 34.2-33 43.7-1.4 10.2-1 35.2-.3 41.1 26.7 8.1 52-3.6 77.9-2.9 4.3-21 10.6-41.9 9.8-63.5l-.3-9.5c-1.4-34.2-10.9-38.5-34.8-58.6-1.1-1.1-2.6-2.6-3.7-4 2.2-1.4 1.1-1 4.6-1.7 88.5 0 56.3 183.6 111.5 229.9 33.1-15 72.5-27.9 103.5-47.2-29-25.6-52.6-45.7-72.7-79.9zm-196.2 46.1v27.2l11.8-3.4-2.9-23.8zm-68.7-150.4l24.1 61.2 21-13.8-31.3-50.9zm84.4 154.9l2 12.4c9-1.5 58.4-6.6 58.4-14.1 0-1.4-.6-3.2-.9-4.6-26.8 0-36.9 3.8-59.5 6.3z"/></svg>') + } + .md-typeset .admonition.pied-piper, + .md-typeset details.pied-piper { + border-color: rgb(43, 155, 70); + } + .md-typeset .pied-piper > .admonition-title, + .md-typeset .pied-piper > summary { + background-color: rgba(43, 155, 70, 0.1); + } + .md-typeset .pied-piper > .admonition-title::before, + .md-typeset .pied-piper > summary::before { + background-color: rgb(43, 155, 70); + -webkit-mask-image: var(--md-admonition-icon--pied-piper); + mask-image: var(--md-admonition-icon--pied-piper); + } +</style> + +=== ":octicons-file-code-16: `docs/stylesheets/extra.css`" + + ``` css + :root { + --md-admonition-icon--pied-piper: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M244 246c-3.2-2-6.3-2.9-10.1-2.9-6.6 0-12.6 3.2-19.3 3.7l1.7 4.9zm135.9 197.9c-19 0-64.1 9.5-79.9 19.8l6.9 45.1c35.7 6.1 70.1 3.6 106-9.8-4.8-10-23.5-55.1-33-55.1zM340.8 177c6.6 2.8 11.5 9.2 22.7 22.1 2-1.4 7.5-5.2 7.5-8.6 0-4.9-11.8-13.2-13.2-23 11.2-5.7 25.2-6 37.6-8.9 68.1-16.4 116.3-52.9 146.8-116.7C548.3 29.3 554 16.1 554.6 2l-2 2.6c-28.4 50-33 63.2-81.3 100-31.9 24.4-69.2 40.2-106.6 54.6l-6.3-.3v-21.8c-19.6 1.6-19.7-14.6-31.6-23-18.7 20.6-31.6 40.8-58.9 51.1-12.7 4.8-19.6 10-25.9 21.8 34.9-16.4 91.2-13.5 98.8-10zM555.5 0l-.6 1.1-.3.9.6-.6zm-59.2 382.1c-33.9-56.9-75.3-118.4-150-115.5l-.3-6c-1.1-13.5 32.8 3.2 35.1-31l-14.4 7.2c-19.8-45.7-8.6-54.3-65.5-54.3-14.7 0-26.7 1.7-41.4 4.6 2.9 18.6 2.2 36.7-10.9 50.3l19.5 5.5c-1.7 3.2-2.9 6.3-2.9 9.8 0 21 42.8 2.9 42.8 33.6 0 18.4-36.8 60.1-54.9 60.1-8 0-53.7-50-53.4-60.1l.3-4.6 52.3-11.5c13-2.6 12.3-22.7-2.9-22.7-3.7 0-43.1 9.2-49.4 10.6-2-5.2-7.5-14.1-13.8-14.1-3.2 0-6.3 3.2-9.5 4-9.2 2.6-31 2.9-21.5 20.1L15.9 298.5c-5.5 1.1-8.9 6.3-8.9 11.8 0 6 5.5 10.9 11.5 10.9 8 0 131.3-28.4 147.4-32.2 2.6 3.2 4.6 6.3 7.8 8.6 20.1 14.4 59.8 85.9 76.4 85.9 24.1 0 58-22.4 71.3-41.9 3.2-4.3 6.9-7.5 12.4-6.9.6 13.8-31.6 34.2-33 43.7-1.4 10.2-1 35.2-.3 41.1 26.7 8.1 52-3.6 77.9-2.9 4.3-21 10.6-41.9 9.8-63.5l-.3-9.5c-1.4-34.2-10.9-38.5-34.8-58.6-1.1-1.1-2.6-2.6-3.7-4 2.2-1.4 1.1-1 4.6-1.7 88.5 0 56.3 183.6 111.5 229.9 33.1-15 72.5-27.9 103.5-47.2-29-25.6-52.6-45.7-72.7-79.9zm-196.2 46.1v27.2l11.8-3.4-2.9-23.8zm-68.7-150.4l24.1 61.2 21-13.8-31.3-50.9zm84.4 154.9l2 12.4c9-1.5 58.4-6.6 58.4-14.1 0-1.4-.6-3.2-.9-4.6-26.8 0-36.9 3.8-59.5 6.3z"/></svg>') + } + .md-typeset .admonition.pied-piper, + .md-typeset details.pied-piper { + border-color: rgb(43, 155, 70); + } + .md-typeset .pied-piper > .admonition-title, + .md-typeset .pied-piper > summary { + background-color: rgba(43, 155, 70, 0.1); + } + .md-typeset .pied-piper > .admonition-title::before, + .md-typeset .pied-piper > summary::before { + background-color: rgb(43, 155, 70); + -webkit-mask-image: var(--md-admonition-icon--pied-piper); + mask-image: var(--md-admonition-icon--pied-piper); + } + ``` + +=== ":octicons-file-code-16: `mkdocs.yml`" + + ``` yaml + extra_css: + - stylesheets/extra.css + ``` + +After applying the customization, you can use the custom admonition type: + +``` markdown title="Admonition with custom type" +!!! pied-piper "Pied Piper" + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et + euismod nulla. Curabitur feugiat, tortor non consequat finibus, justo + purus auctor massa, nec semper lorem quam in massa. +``` + +<div class="result" markdown> + +!!! pied-piper "Pied Piper" + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod + nulla. Curabitur feugiat, tortor non consequat finibus, justo purus auctor + massa, nec semper lorem quam in massa. + +</div> + + [custom icons]: https://github.com/squidfunk/mkdocs-material/tree/master/material/templates/.icons + [additional style sheet]: ../customization.md#additional-css diff --git a/mkdocs-material/docs/reference/annotations.md b/mkdocs-material/docs/reference/annotations.md new file mode 100644 index 0000000..2ee13c1 --- /dev/null +++ b/mkdocs-material/docs/reference/annotations.md @@ -0,0 +1,246 @@ +--- +icon: material/plus-circle +--- + +# Annotations + +One of the flagship features of Material for MkDocs is the ability to inject +annotations – little markers that can be added almost anywhere in a document +and expand a tooltip containing arbitrary Markdown on click or keyboard focus. + +## Configuration + +This configuration allows to add annotations to all inline- and block-level +elements, as well as code blocks, and nest annotations inside each other. Add +the following lines to `mkdocs.yml`: + +``` yaml +markdown_extensions: + - attr_list + - md_in_html + - pymdownx.superfences +``` + +See additional configuration options: + +- [Attribute Lists] +- [Markdown in HTML] +- [SuperFences] + + [Attribute Lists]: ../setup/extensions/python-markdown.md#attribute-lists + [Markdown in HTML]: ../setup/extensions/python-markdown.md#markdown-in-html + [SuperFences]: ../setup/extensions/python-markdown-extensions.md#superfences + +### Annotation icons + +<!-- md:version 9.2.0 --> + +The annotation icon can be changed to any icon bundled with the theme, or even +a [custom icon], e.g. to material/arrow-right-circle:. Simply add the following +lines to `mkdocs.yml`: + +``` yaml +theme: + icon: + annotation: material/arrow-right-circle # (1)! +``` + +1. Enter a few keywords to find the perfect icon using our [icon search] and + click on the shortcode to copy it to your clipboard: + + <div class="mdx-iconsearch" data-mdx-component="iconsearch"> + <input class="md-input md-input--stretch mdx-iconsearch__input" placeholder="Search icon" data-mdx-component="iconsearch-query" value="material circle" /> + <div class="mdx-iconsearch-result" data-mdx-component="iconsearch-result" data-mdx-mode="file"> + <div class="mdx-iconsearch-result__meta"></div> + <ol class="mdx-iconsearch-result__list"></ol> + </div> + </div> + +Some popular choices: + +- :material-plus-circle: - `material/plus-circle` +- :material-circle-medium: - `material/circle-medium` +- :material-record-circle: - `material/record-circle` +- :material-arrow-right-circle: - `material/arrow-right-circle` +- :material-arrow-right-circle-outline: - `material/arrow-right-circle-outline` +- :material-chevron-right-circle: - `material/chevron-right-circle` +- :material-star-four-points-circle: - `material/star-four-points-circle` +- :material-plus-circle-outline: - `material/plus-circle-outline` + + [custom icon]: ../setup/changing-the-logo-and-icons.md#additional-icons + [icon search]: icons-emojis.md#search + +## Usage + +### Using annotations + +<!-- md:version 9.2.0 --> +<!-- md:flag experimental --> + +Annotations consist of two parts: a marker, which can be placed anywhere in +a block marked with the `annotate` class, and content located in a list below +the block containing the marker: + +``` markdown title="Text with annotations" +Lorem ipsum dolor sit amet, (1) consectetur adipiscing elit. +{ .annotate } + +1. :man_raising_hand: I'm an annotation! I can contain `code`, __formatted + text__, images, ... basically anything that can be expressed in Markdown. +``` + +<div class="result" markdown> + +Lorem ipsum dolor sit amet, (1) consectetur adipiscing elit. +{ .annotate } + +1. :man_raising_hand: I'm an annotation! I can contain `code`, __formatted + text__, images, ... basically anything that can be written in Markdown. + +</div> + +Note that the `annotate` class must only be added to the outermost block. All +nested elements can use the same list to define annotations, except when +annotations are nested themselves. + +#### in annotations + +When [SuperFences] is enabled, annotations can be nested inside annotations by +adding the `annotate` class to the list item hosting the annotation content, +repeating the process: + +``` markdown title="Text with nested annotations" +Lorem ipsum dolor sit amet, (1) consectetur adipiscing elit. +{ .annotate } + +1. :man_raising_hand: I'm an annotation! (1) + { .annotate } + + 1. :woman_raising_hand: I'm an annotation as well! +``` + +<div class="result" markdown> + +Lorem ipsum dolor sit amet, (1) consectetur adipiscing elit. +{ .annotate } + +1. :man_raising_hand: I'm an annotation! (1) + { .annotate style="margin-bottom: 0" } + + 1. :woman_raising_hand: I'm an annotation as well! + +</div> + +#### in admonitions + +The titles and bodies of [admonitions] can also host annotations by adding the +`annotate` modifier after the type qualifier, which is similar to how +[inline blocks] work: + +``` markdown title="Admonition with annotations" +!!! note annotate "Phasellus posuere in sem ut cursus (1)" + + Lorem ipsum dolor sit amet, (2) consectetur adipiscing elit. Nulla et + euismod nulla. Curabitur feugiat, tortor non consequat finibus, justo + purus auctor massa, nec semper lorem quam in massa. + +1. :man_raising_hand: I'm an annotation! +2. :woman_raising_hand: I'm an annotation as well! +``` + +<div class="result" markdown> + +!!! note annotate "Phasellus posuere in sem ut cursus (1)" + + Lorem ipsum dolor sit amet, (2) consectetur adipiscing elit. Nulla et + euismod nulla. Curabitur feugiat, tortor non consequat finibus, justo + purus auctor massa, nec semper lorem quam in massa. + +1. :man_raising_hand: I'm an annotation! +2. :woman_raising_hand: I'm an annotation as well! + +</div> + + [admonitions]: admonitions.md + [inline blocks]: admonitions.md#inline-blocks + +#### in content tabs + +Content tabs can host annotations by adding the `annotate` class to the block +of a dedicated content tab (and not to the container, which is not supported): + +``` markdown title="Content tabs with annotations" +=== "Tab 1" + + Lorem ipsum dolor sit amet, (1) consectetur adipiscing elit. + { .annotate } + + 1. :man_raising_hand: I'm an annotation! + +=== "Tab 2" + + Phasellus posuere in sem ut cursus (1) + { .annotate } + + 1. :woman_raising_hand: I'm an annotation as well! +``` + +<div class="result" markdown> + +=== "Tab 1" + + Lorem ipsum dolor sit amet, (1) consectetur adipiscing elit. + { .annotate } + + 1. :man_raising_hand: I'm an annotation! + +=== "Tab 2" + + Phasellus posuere in sem ut cursus (1) + { .annotate } + + 1. :woman_raising_hand: I'm an annotation as well! + +</div> + +#### in everything else + +The [Attribute Lists] extension is the key ingredient for adding annotations to +most elements, but it has some [limitations]. However, it's always possible to +leverage the [Markdown in HTML] extension to wrap arbitrary elements with a +`div` with the `annotate` class: + +```` html title="HTML with annotations" +<div class="annotate" markdown> + +> Lorem ipsum dolor sit amet, (1) consectetur adipiscing elit. + +</div> + +1. :man_raising_hand: I'm an annotation! +```` + +<div class="result" markdown> + <div class="annotate" markdown> + +> Lorem ipsum dolor sit amet, (1) consectetur adipiscing elit. + + </div> + +1. :man_raising_hand: I'm an annotation! + +</div> + +With this trick, annotations can also be added to blockquotes, lists, and many +other elements that are not supported by the [Attribute Lists] extension. +Furthermore, note that [code blocks follow different semantics]. + +!!! warning "Known limitations" + + Please note that annotations currently don't work in [data tables] as + reported in #3453, as data tables are scrollable elements and positioning + is very tricky to get right. This might be fixed in the future. + + [limitations]: https://python-markdown.github.io/extensions/attr_list/#limitations + [code blocks follow different semantics]: code-blocks.md#adding-annotations + [data tables]: data-tables.md diff --git a/mkdocs-material/docs/reference/buttons.md b/mkdocs-material/docs/reference/buttons.md new file mode 100644 index 0000000..03dcb6d --- /dev/null +++ b/mkdocs-material/docs/reference/buttons.md @@ -0,0 +1,84 @@ +--- +icon: material/button-cursor +--- + +# Buttons + +Material for MkDocs provides dedicated styles for primary and secondary buttons +that can be added to any link, `label` or `button` element. This is especially +useful for documents or landing pages with dedicated _call-to-actions_. + +## Configuration + +This configuration allows to add attributes to all inline- and block-level +elements with a simple syntax, turning any link into a button. Add the +following lines to `mkdocs.yml`: + +``` yaml +markdown_extensions: + - attr_list +``` + +See additional configuration options: + +- [Attribute Lists] + + [Attribute Lists]: ../setup/extensions/python-markdown.md#attribute-lists + +## Usage + +### Adding buttons + +In order to render a link as a button, suffix it with curly braces and add the +`.md-button` class selector to it. The button will receive the selected +[primary color] and [accent color] if active. + +``` markdown title="Button" +[Subscribe to our newsletter](#){ .md-button } +``` + +<div class="result" markdown> + +[Subscribe to our newsletter][Demo]{ .md-button } + +</div> + + [primary color]: ../setup/changing-the-colors.md#primary-color + [accent color]: ../setup/changing-the-colors.md#accent-color + [Demo]: javascript:alert$.next("Demo") + +### Adding primary buttons + +If you want to display a filled, primary button (like on the [landing page] +of Material for MkDocs), add both, the `.md-button` and `.md-button--primary` +CSS class selectors. + +``` markdown title="Button, primary" +[Subscribe to our newsletter](#){ .md-button .md-button--primary } +``` + +<div class="result" markdown> + +[Subscribe to our newsletter][Demo]{ .md-button .md-button--primary } + +</div> + + [landing page]: ../index.md + +### Adding icon buttons + +Of course, icons can be added to all types of buttons by using the [icon syntax] +together with any valid icon shortcode, which can be easily found with a few keystrokes through our [icon search]. + +``` markdown title="Button with icon" +[Send :fontawesome-solid-paper-plane:](#){ .md-button } +``` + +<div class="result" markdown> + +[Send :fontawesome-solid-paper-plane:][Demo]{ .md-button } + +</div> + + [icon syntax]: icons-emojis.md#using-icons + [icon search]: icons-emojis.md#search diff --git a/mkdocs-material/docs/reference/code-blocks.md b/mkdocs-material/docs/reference/code-blocks.md new file mode 100644 index 0000000..414057a --- /dev/null +++ b/mkdocs-material/docs/reference/code-blocks.md @@ -0,0 +1,548 @@ +--- +icon: material/code-json +--- + +# Code blocks + +Code blocks and examples are an essential part of technical project +documentation. Material for MkDocs provides different ways to set up syntax +highlighting for code blocks, either during build time using [Pygments] or +during runtime using a JavaScript syntax highlighter. + + [Pygments]: https://pygments.org + +## Configuration + +This configuration enables syntax highlighting on code blocks and inline code +blocks, and allows to include source code directly from other files. Add the +following lines to `mkdocs.yml`: + +``` yaml +markdown_extensions: + - pymdownx.highlight: + anchor_linenums: true + line_spans: __span + pygments_lang_class: true + - pymdownx.inlinehilite + - pymdownx.snippets + - pymdownx.superfences +``` + +The following sections discuss how to use different syntax highlighting features +with [Pygments], the recommended highlighter, so they don't apply when using a +JavaScript syntax highlighter. + +See additional configuration options: + +- [Highlight] +- [InlineHilite] +- [SuperFences] +- [Snippets] + + [Highlight]: ../setup/extensions/python-markdown-extensions.md#highlight + [InlineHilite]: ../setup/extensions/python-markdown-extensions.md#inlinehilite + [SuperFences]: ../setup/extensions/python-markdown-extensions.md#superfences + [Snippets]: ../setup/extensions/python-markdown-extensions.md#snippets + +### Code copy button + +<!-- md:version 9.0.0 --> +<!-- md:feature --> + +Code blocks can automatically render a button on the right side to allow the +user to copy a code block's contents to the clipboard. Add the following to +`mkdocs.yml` to enable them globally: + +``` yaml +theme: + features: + - content.code.copy +``` + +??? info "Enabling or disabling code copy buttons for a specific code block" + + If you don't want to enable code copy buttons globally, you can enable them + for a specific code block by using a slightly different syntax based on the + [Attribute Lists] extension: + + ```` yaml + ``` { .yaml .copy } + # Code block content + ``` + ```` + + Note that there must be a language shortcode, which has to come first and + must also be prefixed by a `.`. Similarly, the copy button can also be + disabled for a specific code block: + + ```` { .yaml .no-copy } + ``` { .yaml .no-copy } + # Code block content + ``` + ```` + + To enable or disable the copy button without syntax highlighting, you can + use the `.text` language shortcode, which doesn't highlight anything. + +### Code selection button + +<!-- md:sponsors --> +<!-- md:version insiders-4.32.0 --> +<!-- md:flag experimental --> + +Code blocks can include a button to allow for the selection of line ranges by +the user, which is perfect for linking to a specific subsection of a code block. This allows the user to apply [line highlighting] dynamically. Add the following +to `mkdocs.yml` to enable it globally: + +``` yaml +theme: + features: + - content.code.select +``` + +??? info "Enabling or disabling code selection buttons for a specific code block" + + If you don't want to enable code selection buttons globally, you can enable + them for a specific code block by using a slightly different syntax based on + the [Attribute Lists] extension: + + ```` yaml + ``` { .yaml .select } + # Code block content + ``` + ```` + + Note that the language shortcode which has to come first must now also be + prefixed by a `.`. Similarly, the selection button can also be disabled for + a specific code block: + + ```` { .yaml .no-select } + ``` { .yaml .no-select } + # Code block content + ``` + ```` + + [line highlighting]: #highlighting-specific-lines + +### Code annotations + +<!-- md:version 8.0.0 --> +<!-- md:feature --> + +Code annotations offer a comfortable and friendly way to attach arbitrary +content to specific sections of code blocks by adding numeric markers in block +and inline comments in the language of the code block. Add the following to +`mkdocs.yml` to enable them globally: + +``` yaml +theme: + features: + - content.code.annotate # (1)! +``` + +1. :man_raising_hand: I'm a code annotation! I can contain `code`, __formatted + text__, images, ... basically anything that can be written in Markdown. + +??? info "Enabling code annotations for a specific code block" + + If you don't want to enable code annotations globally, because you don't + like the automatic inlining behavior, you can enable them for a specific + code block by using a slightly different syntax based on the + [Attribute Lists] extension: + + ```` yaml + ``` { .yaml .annotate } + # Code block content + ``` + ```` + + Note that the language shortcode which has to come first must now also be + prefixed by a `.`. + + [Attribute Lists]: ../setup/extensions/python-markdown.md#attribute-lists + +#### Custom selectors + +<!-- md:sponsors --> +<!-- md:version insiders-4.32.0 --> +<!-- md:flag experimental --> + +Normally, code annotations can only be [placed in comments], as comments can be +considered safe for placement. However, sometimes it might be necessary to place +annotations in parts of the code block where comments are not allowed, e.g. in +strings. + +Additional selectors can be set per-language: + +``` yaml +extra: + annotate: + json: [.s2] # (1)! +``` + +1. [`.s2`][s2] is the name of the lexeme that [Pygments] generates for double-quoted + strings. If you want to use a code annotation in another lexeme than a + comment, inspect the code block and determine which lexeme needs to be added + to the list of additional selectors. + + __Important__: Code annotations cannot be split between lexemes. + +Now, code annotations can be used from within strings in JSON: + +``` json +{ + "key": "value (1)" +} +``` + +1. :man_raising_hand: I'm a code annotation! I can contain `code`, __formatted + text__, images, ... basically anything that can be written in Markdown. + + [placed in comments]: #adding-annotations + [s2]: https://github.com/squidfunk/mkdocs-material/blob/87d5ca487b9d9ab95c41ee72813149d214048693/src/assets/stylesheets/main/extensions/pymdownx/_highlight.scss#L45 + +## Usage + +Code blocks must be enclosed with two separate lines containing three backticks. +To add syntax highlighting to those blocks, add the language shortcode directly +after the opening block. See the [list of available lexers] to find the +shortcode for a given language: + +```` markdown title="Code block" +``` py +import tensorflow as tf +``` +```` + +<div class="result" markdown> + +``` py +import tensorflow as tf +``` + +</div> + + [list of available lexers]: https://pygments.org/docs/lexers/ + +### Adding a title + +In order to provide additional context, a custom title can be added to a code +block by using the `title="<custom title>"` option directly after the shortcode, +e.g. to display the name of a file: + +```` markdown title="Code block with title" +``` py title="bubble_sort.py" +def bubble_sort(items): + for i in range(len(items)): + for j in range(len(items) - 1 - i): + if items[j] > items[j + 1]: + items[j], items[j + 1] = items[j + 1], items[j] +``` +```` + +<div class="result" markdown> + +``` py title="bubble_sort.py" +def bubble_sort(items): + for i in range(len(items)): + for j in range(len(items) - 1 - i): + if items[j] > items[j + 1]: + items[j], items[j + 1] = items[j + 1], items[j] +``` + +</div> + +### Adding annotations + +Code annotations can be placed anywhere in a code block where a comment for the +language of the block can be placed, e.g. for JavaScript in `#!js // ...` and +`#!js /* ... */`, for YAML in `#!yaml # ...`, etc.[^1]: + + [^1]: + Code annotations require syntax highlighting with [Pygments] – they're + currently not compatible with JavaScript syntax highlighters, or languages + that do not have comments in their grammar. However, we're actively working + on supporting alternate ways of defining code annotations, allowing to + always place code annotations at the end of lines. + +```` markdown title="Code block with annotation" +``` yaml +theme: + features: + - content.code.annotate # (1) +``` + +1. :man_raising_hand: I'm a code annotation! I can contain `code`, __formatted + text__, images, ... basically anything that can be written in Markdown. +```` + +<div class="result" markdown> + +``` yaml +theme: + features: + - content.code.annotate # (1) +``` + +1. :man_raising_hand: I'm a code annotation! I can contain `code`, __formatted + text__, images, ... basically anything that can be written in Markdown. + +</div> + +#### Stripping comments + +<!-- md:version 8.5.0 --> +<!-- md:flag experimental --> + +If you wish to strip the comment characters surrounding a code annotation, +simply add an `!` after the closing parenthesis of the code annotation: + +```` markdown title="Code block with annotation, stripped" +``` yaml +# (1)! +``` + +1. Look ma, less line noise! +```` + +<div class="result" markdown> + +``` yaml +# (1)! +``` + +1. Look ma, less line noise! + +</div> + +Note that this only allows for a single code annotation to be rendered per +comment. If you want to add multiple code annotations, comments cannot be +stripped for technical reasons. + +### Adding line numbers + +Line numbers can be added to a code block by using the `linenums="<start>"` +option directly after the shortcode, whereas `<start>` represents the starting +line number. A code block can start from a line number other than `1`, which +allows to split large code blocks for readability: + +```` markdown title="Code block with line numbers" +``` py linenums="1" +def bubble_sort(items): + for i in range(len(items)): + for j in range(len(items) - 1 - i): + if items[j] > items[j + 1]: + items[j], items[j + 1] = items[j + 1], items[j] +``` +```` + +<div class="result" markdown> + +``` py linenums="1" +def bubble_sort(items): + for i in range(len(items)): + for j in range(len(items) - 1 - i): + if items[j] > items[j + 1]: + items[j], items[j + 1] = items[j + 1], items[j] +``` + +</div> + +### Highlighting specific lines + +Specific lines can be highlighted by passing the line numbers to the `hl_lines` +argument placed right after the language shortcode. Note that line counts start +at `1`, regardless of the starting line number specified as part of +[`linenums`][Adding line numbers]: + +=== "Lines" + + ```` markdown title="Code block with highlighted lines" + ``` py hl_lines="2 3" + def bubble_sort(items): + for i in range(len(items)): + for j in range(len(items) - 1 - i): + if items[j] > items[j + 1]: + items[j], items[j + 1] = items[j + 1], items[j] + ``` + ```` + + <div class="result" markdown> + + ``` py linenums="1" hl_lines="2 3" + def bubble_sort(items): + for i in range(len(items)): + for j in range(len(items) - 1 - i): + if items[j] > items[j + 1]: + items[j], items[j + 1] = items[j + 1], items[j] + ``` + + </div> + +=== "Line ranges" + + ```` markdown title="Code block with highlighted line range" + ``` py hl_lines="3-5" + def bubble_sort(items): + for i in range(len(items)): + for j in range(len(items) - 1 - i): + if items[j] > items[j + 1]: + items[j], items[j + 1] = items[j + 1], items[j] + ``` + ```` + + <div class="result" markdown> + + ``` py linenums="1" hl_lines="3-5" + def bubble_sort(items): + for i in range(len(items)): + for j in range(len(items) - 1 - i): + if items[j] > items[j + 1]: + items[j], items[j + 1] = items[j + 1], items[j] + ``` + + </div> + + [Adding line numbers]: #adding-line-numbers + +### Highlighting inline code blocks + +When [InlineHilite] is enabled, syntax highlighting can be applied to inline +code blocks by prefixing them with a shebang, i.e. `#!`, directly followed by +the corresponding [language shortcode][list of available lexers]. + +``` markdown title="Inline code block" +The `#!python range()` function is used to generate a sequence of numbers. +``` + +<div class="result" markdown> + +The `#!python range()` function is used to generate a sequence of numbers. + +</div> + +### Embedding external files + +When [Snippets] is enabled, content from other files (including source files) +can be embedded by using the [`--8<--` notation][Snippets notation] directly +from within a code block: + +```` markdown title="Code block with external content" +``` title=".browserslistrc" +;--8<-- ".browserslistrc" +``` +```` + +<div class="result" markdown> + +``` title=".browserslistrc" +last 4 years +``` + +</div> + + [Snippets notation]: https://facelessuser.github.io/pymdown-extensions/extensions/snippets/#snippets-notation + +## Customization + +### Custom syntax theme + +If [Pygments] is used, Material for MkDocs provides the [styles for code blocks] +[colors], which are built with a custom and well-balanced palette that works +equally well for both [color schemes]: + +- :material-checkbox-blank-circle:{ style="color: var(--md-code-hl-number-color) " } `--md-code-hl-number-color` +- :material-checkbox-blank-circle:{ style="color: var(--md-code-hl-special-color) " } `--md-code-hl-special-color` +- :material-checkbox-blank-circle:{ style="color: var(--md-code-hl-function-color) " } `--md-code-hl-function-color` +- :material-checkbox-blank-circle:{ style="color: var(--md-code-hl-constant-color) " } `--md-code-hl-constant-color` +- :material-checkbox-blank-circle:{ style="color: var(--md-code-hl-keyword-color) " } `--md-code-hl-keyword-color` +- :material-checkbox-blank-circle:{ style="color: var(--md-code-hl-string-color) " } `--md-code-hl-string-color` +- :material-checkbox-blank-circle:{ style="color: var(--md-code-hl-name-color) " } `--md-code-hl-name-color` +- :material-checkbox-blank-circle:{ style="color: var(--md-code-hl-operator-color) " } `--md-code-hl-operator-color` +- :material-checkbox-blank-circle:{ style="color: var(--md-code-hl-punctuation-color) " } `--md-code-hl-punctuation-color` +- :material-checkbox-blank-circle:{ style="color: var(--md-code-hl-comment-color) " } `--md-code-hl-comment-color` +- :material-checkbox-blank-circle:{ style="color: var(--md-code-hl-generic-color) " } `--md-code-hl-generic-color` +- :material-checkbox-blank-circle:{ style="color: var(--md-code-hl-variable-color) " } `--md-code-hl-variable-color` + +Code block foreground, background and line highlight colors are defined via: + +- :material-checkbox-blank-circle:{ style="color: var(--md-code-fg-color) " } `--md-code-fg-color` +- :material-checkbox-blank-circle:{ style="color: var(--md-code-bg-color) " } `--md-code-bg-color` +- :material-checkbox-blank-circle:{ style="color: var(--md-code-hl-color) " } `--md-code-hl-color` + +Let's say you want to change the color of `#!js "strings"`. While there are +several [types of string tokens], they use the same color. You can assign +a new color by using an [additional style sheet]: + +=== ":octicons-file-code-16: `docs/stylesheets/extra.css`" + + ``` css + :root > * { + --md-code-hl-string-color: #0FF1CE; + } + ``` + +=== ":octicons-file-code-16: `mkdocs.yml`" + + ``` yaml + extra_css: + - stylesheets/extra.css + ``` + +If you want to tweak a specific type of string, e.g. ``#!js `backticks` ``, you +can lookup the specific CSS class name in the [syntax theme definition], and +override it as part of your [additional style sheet]: + +=== ":octicons-file-code-16: `docs/stylesheets/extra.css`" + + ``` css + .highlight .sb { + color: #0FF1CE; + } + ``` + +=== ":octicons-file-code-16: `mkdocs.yml`" + + ``` yaml + extra_css: + - stylesheets/extra.css + ``` + + [colors]: https://github.com/squidfunk/mkdocs-material/blob/master/src/templates/assets/stylesheets/main/_colors.scss + [color schemes]: ../setup/changing-the-colors.md#color-scheme + [types of string tokens]: https://pygments.org/docs/tokens/#literals + [additional style sheet]: ../customization.md#additional-css + [syntax theme definition]: https://github.com/squidfunk/mkdocs-material/blob/master/src/templates/assets/stylesheets/main/extensions/pymdownx/_highlight.scss + +### Annotation tooltip width + +If you have a lot of content hosted inside your code annotations, it can be a +good idea to increase the width of the tooltip by adding the following as part +of an [additional style sheet]: + +=== ":octicons-file-code-16: `docs/stylesheets/extra.css`" + + ``` css + :root { + --md-tooltip-width: 600px; + } + ``` + +=== ":octicons-file-code-16: `mkdocs.yml`" + + ``` yaml + extra_css: + - stylesheets/extra.css + ``` + +This will render annotations with a larger width: + +<div style="--md-tooltip-width: 600px;" markdown> + +``` yaml +# (1)! +``` + +1. Muuuuuuuuuuuuuuuch more space for content + +</div> diff --git a/mkdocs-material/docs/reference/content-tabs.md b/mkdocs-material/docs/reference/content-tabs.md new file mode 100644 index 0000000..ded76be --- /dev/null +++ b/mkdocs-material/docs/reference/content-tabs.md @@ -0,0 +1,247 @@ +--- +icon: material/tab +--- + +# Content tabs + +Sometimes, it's desirable to group alternative content under different tabs, +e.g. when describing how to access an API from different languages or +environments. Material for MkDocs allows for beautiful and functional tabs, +grouping code blocks and other content. + +## Configuration + +This configuration enables content tabs, and allows to nest arbitrary content +inside content tabs, including code blocks and ... more content tabs! Add the +following lines to `mkdocs.yml`: + +``` yaml +markdown_extensions: + - pymdownx.superfences + - pymdownx.tabbed: + alternate_style: true +``` + +See additional configuration options: + +- [SuperFences] +- [Tabbed] + + [SuperFences]: ../setup/extensions/python-markdown-extensions.md#superfences + [Tabbed]: ../setup/extensions/python-markdown-extensions.md#tabbed + +### Anchor links + +<!-- md:version 9.5.0 --> +<!-- md:flag experimental --> + +In order to link to content tabs and share them more easily, an anchor link is +automatically added to each content tab, which you can copy via right click or +open in a new tab: + +=== "Open me in a new tab ..." + +=== "... or me ..." + +=== "... or even me" + +You can copy the link of the tab and create a link on the same or any other +page. For example, you can [jump to the third tab above this paragraph][tab_1] +or to the [publishing guide for Insiders][tab_2]. + +!!! tip "Readable anchor links" + + [Python Markdown Extensions] 9.6 adds support for [slugification] of + content tabs, which produces nicer looking and more readable anchor links. + Enable the slugify function with the following lines: + + ``` yaml + markdown_extensions: + - pymdownx.tabbed: + slugify: !!python/object/apply:pymdownx.slugs.slugify + kwds: + case: lower + ``` + + Fore more information, please [see the extension guide][slugification]. + + [tab_1]: #anchor-links--or-even-me + [tab_2]: ../publishing-your-site.md#with-github-actions-insiders + [Python Markdown Extensions]: https://facelessuser.github.io/pymdown-extensions/ + [slugification]: ../setup/extensions/python-markdown-extensions.md#+pymdownx.tabbed.slugify + +### Linked content tabs + +<!-- md:version 8.3.0 --> +<!-- md:feature --> + +When enabled, all content tabs across the whole documentation site will be +linked and switch to the same label when the user clicks on a tab. Add the +following lines to `mkdocs.yml`: + +``` yaml +theme: + features: + - content.tabs.link +``` + +Content tabs are linked based on their label, not offset. This means that all +tabs with the same label will be activated when a user clicks a content tab +regardless of order inside a container. Furthermore, this feature is fully +integrated with [instant loading] and persisted across page loads. + +=== "Feature enabled" + + [![Linked content tabs enabled]][Linked content tabs enabled] + +=== "Feature disabled" + + [![Linked content tabs disabled]][Linked content tabs disabled] + + [instant loading]: ../setup/setting-up-navigation.md#instant-loading + [Linked content tabs enabled]: ../assets/screenshots/content-tabs-link.png + [Linked content tabs disabled]: ../assets/screenshots/content-tabs.png + +## Usage + +### Grouping code blocks + +Code blocks are one of the primary targets to be grouped, and can be considered +a special case of content tabs, as tabs with a single code block are always +rendered without horizontal spacing: + +``` title="Content tabs with code blocks" +=== "C" + + ``` c + #include <stdio.h> + + int main(void) { + printf("Hello world!\n"); + return 0; + } + ``` + +=== "C++" + + ``` c++ + #include <iostream> + + int main(void) { + std::cout << "Hello world!" << std::endl; + return 0; + } + ``` +``` + +<div class="result" markdown> + +=== "C" + + ``` c + #include <stdio.h> + + int main(void) { + printf("Hello world!\n"); + return 0; + } + ``` + +=== "C++" + + ``` c++ + #include <iostream> + + int main(void) { + std::cout << "Hello world!" << std::endl; + return 0; + } + ``` + +</div> + +### Grouping other content + +When a content tab contains more than one code block, it is rendered with +horizontal spacing. Vertical spacing is never added, but can be achieved +by nesting tabs in other blocks: + +``` title="Content tabs" +=== "Unordered list" + + * Sed sagittis eleifend rutrum + * Donec vitae suscipit est + * Nulla tempor lobortis orci + +=== "Ordered list" + + 1. Sed sagittis eleifend rutrum + 2. Donec vitae suscipit est + 3. Nulla tempor lobortis orci +``` + +<div class="result" markdown> + +=== "Unordered list" + + * Sed sagittis eleifend rutrum + * Donec vitae suscipit est + * Nulla tempor lobortis orci + +=== "Ordered list" + + 1. Sed sagittis eleifend rutrum + 2. Donec vitae suscipit est + 3. Nulla tempor lobortis orci + +</div> + +### Embedded content + +When [SuperFences] is enabled, content tabs can contain arbitrary nested +content, including further content tabs, and can be nested in other blocks like +[admonitions] or blockquotes: + +``` title="Content tabs in admonition" +!!! example + + === "Unordered List" + + ``` markdown + * Sed sagittis eleifend rutrum + * Donec vitae suscipit est + * Nulla tempor lobortis orci + ``` + + === "Ordered List" + + ``` markdown + 1. Sed sagittis eleifend rutrum + 2. Donec vitae suscipit est + 3. Nulla tempor lobortis orci + ``` +``` + +<div class="result" markdown> + +!!! example + + === "Unordered List" + + ``` markdown + * Sed sagittis eleifend rutrum + * Donec vitae suscipit est + * Nulla tempor lobortis orci + ``` + + === "Ordered List" + + ``` markdown + 1. Sed sagittis eleifend rutrum + 2. Donec vitae suscipit est + 3. Nulla tempor lobortis orci + ``` + +</div> + + [admonitions]: admonitions.md diff --git a/mkdocs-material/docs/reference/data-tables.md b/mkdocs-material/docs/reference/data-tables.md new file mode 100644 index 0000000..fd2db1b --- /dev/null +++ b/mkdocs-material/docs/reference/data-tables.md @@ -0,0 +1,191 @@ +--- +icon: material/table-edit +--- + +# Data tables + +Material for MkDocs defines default styles for data tables – an excellent way +of rendering tabular data in project documentation. Furthermore, customizations +like [sortable tables] can be achieved with a third-party library and some +[additional JavaScript]. + + [sortable tables]: #sortable-tables + [additional JavaScript]: ../customization.md#additional-javascript + +## Configuration + +This configuration enables Markdown table support, which should normally be +enabled by default, but to be sure, add the following lines to `mkdocs.yml`: + +``` yaml +markdown_extensions: + - tables +``` + +See additional configuration options: + +- [Tables] + + [Tables]: ../setup/extensions/python-markdown.md#tables + +## Usage + +Data tables can be used at any position in your project documentation and can +contain arbitrary Markdown, including inline code blocks, as well as [icons and +emojis]: + +``` markdown title="Data table" +| Method | Description | +| ----------- | ------------------------------------ | +| `GET` | :material-check: Fetch resource | +| `PUT` | :material-check-all: Update resource | +| `DELETE` | :material-close: Delete resource | +``` + +<div class="result" markdown> + +| Method | Description | +| ----------- | ------------------------------------ | +| `GET` | :material-check: Fetch resource | +| `PUT` | :material-check-all: Update resource | +| `DELETE` | :material-close: Delete resource | + +</div> + + [icons and emojis]: icons-emojis.md + +### Column alignment + +If you want to align a specific column to the `left`, `center` or `right`, you +can use the [regular Markdown syntax] placing `:` characters at the beginning +and/or end of the divider. + +=== "Left" + + ``` markdown hl_lines="2" title="Data table, columns aligned to left" + | Method | Description | + | :---------- | :----------------------------------- | + | `GET` | :material-check: Fetch resource | + | `PUT` | :material-check-all: Update resource | + | `DELETE` | :material-close: Delete resource | + ``` + + <div class="result" markdown> + + | Method | Description | + | :---------- | :----------------------------------- | + | `GET` | :material-check: Fetch resource | + | `PUT` | :material-check-all: Update resource | + | `DELETE` | :material-close: Delete resource | + + </div> + +=== "Center" + + ``` markdown hl_lines="2" title="Data table, columns centered" + | Method | Description | + | :---------: | :----------------------------------: | + | `GET` | :material-check: Fetch resource | + | `PUT` | :material-check-all: Update resource | + | `DELETE` | :material-close: Delete resource | + ``` + + <div class="result" markdown> + + | Method | Description | + | :---------: | :----------------------------------: | + | `GET` | :material-check: Fetch resource | + | `PUT` | :material-check-all: Update resource | + | `DELETE` | :material-close: Delete resource | + + </div> + +=== "Right" + + ``` markdown hl_lines="2" title="Data table, columns aligned to right" + | Method | Description | + | ----------: | -----------------------------------: | + | `GET` | :material-check: Fetch resource | + | `PUT` | :material-check-all: Update resource | + | `DELETE` | :material-close: Delete resource | + ``` + + <div class="result" markdown> + + | Method | Description | + | ----------: | -----------------------------------: | + | `GET` | :material-check: Fetch resource | + | `PUT` | :material-check-all: Update resource | + | `DELETE` | :material-close: Delete resource | + + </div> + + [regular Markdown syntax]: https://www.markdownguide.org/extended-syntax/#tables + +## Customization + +### Sortable tables + +If you want to make data tables sortable, you can add [tablesort], which is +natively integrated with Material for MkDocs and will also work with [instant +loading] via [additional JavaScript]: + +=== ":octicons-file-code-16: `docs/javascripts/tablesort.js`" + + ``` js + document$.subscribe(function() { + var tables = document.querySelectorAll("article table:not([class])") + tables.forEach(function(table) { + new Tablesort(table) + }) + }) + ``` + +=== ":octicons-file-code-16: `mkdocs.yml`" + + ``` yaml + extra_javascript: + - https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js + - javascripts/tablesort.js + ``` + +After applying the customization, data tables can be sorted by clicking on a +column: + +``` markdown title="Data table, columns sortable" +| Method | Description | +| ----------- | ------------------------------------ | +| `GET` | :material-check: Fetch resource | +| `PUT` | :material-check-all: Update resource | +| `DELETE` | :material-close: Delete resource | +``` + +<div class="result" markdown> + +| Method | Description | +| ----------- | ------------------------------------ | +| `GET` | :material-check: Fetch resource | +| `PUT` | :material-check-all: Update resource | +| `DELETE` | :material-close: Delete resource | + +</div> + +Note that [tablesort] provides alternative comparison implementations like +numbers, filesizes, dates and month names. See the [tablesort documentation] +[tablesort] for more information. + +<script src="https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js"></script> +<script> + var tables = document.querySelectorAll("article table") + new Tablesort(tables.item(tables.length - 1)); +</script> + + [tablesort]: http://tristen.ca/tablesort/demo/ + [instant loading]: ../setup/setting-up-navigation.md#instant-loading + +### Import table from file + +The plugin [mkdocs-table-reader-plugin][table-reader-docs] allows you to +import data from a CSV or Excel file. + + [table-reader-docs]: https://timvink.github.io/mkdocs-table-reader-plugin/ diff --git a/mkdocs-material/docs/reference/diagrams.md b/mkdocs-material/docs/reference/diagrams.md new file mode 100644 index 0000000..9125af3 --- /dev/null +++ b/mkdocs-material/docs/reference/diagrams.md @@ -0,0 +1,285 @@ +--- +icon: material/graph-outline +--- + +# Diagrams + +Diagrams help to communicate complex relationships and interconnections between +different technical components, and are a great addition to project +documentation. Material for MkDocs integrates with [Mermaid.js], a very +popular and flexible solution for drawing diagrams. + + [Mermaid.js]: https://mermaid.js.org/ + +## Configuration + +<!-- md:version 8.2.0 --> + +This configuration enables native support for [Mermaid.js] diagrams. Material +for MkDocs will automatically initialize the JavaScript runtime when a page +includes a `mermaid` code block: + +``` yaml +markdown_extensions: + - pymdownx.superfences: + custom_fences: + - name: mermaid + class: mermaid + format: !!python/name:pymdownx.superfences.fence_code_format +``` + +No further configuration is necessary. Advantages over a custom integration: + +- [x] Works with [instant loading] without any additional effort +- [x] Diagrams automatically use fonts and colors defined in `mkdocs.yml`[^1] +- [x] Fonts and colors can be customized with [additional style sheets] +- [x] Support for both, light and dark color schemes – _try it on this page!_ + + [^1]: + While all [Mermaid.js] features should work out-of-the-box, Material for + MkDocs will currently only adjust the fonts and colors for flowcharts, + sequence diagrams, class diagrams, state diagrams and entity relationship + diagrams. See the section on [other diagrams] for more information why this + is currently not implemented for all diagrams. + + [instant loading]: ../setup/setting-up-navigation.md#instant-loading + [additional style sheets]: ../customization.md#additional-css + [other diagrams]: #other-diagram-types + +## Usage + +### Using flowcharts + +[Flowcharts] are diagrams that represent workflows or processes. The steps +are rendered as nodes of various kinds and are connected by edges, describing +the necessary order of steps: + +```` markdown title="Flow chart" +``` mermaid +graph LR + A[Start] --> B{Error?}; + B -->|Yes| C[Hmm...]; + C --> D[Debug]; + D --> B; + B ---->|No| E[Yay!]; +``` +```` + +<div class="result" markdown> + +``` mermaid +graph LR + A[Start] --> B{Error?}; + B -->|Yes| C[Hmm...]; + C --> D[Debug]; + D --> B; + B ---->|No| E[Yay!]; +``` + +</div> + + [Flowcharts]: https://mermaid.js.org/syntax/flowchart.html + +### Using sequence diagrams + +[Sequence diagrams] describe a specific scenario as sequential interactions +between multiple objects or actors, including the messages that are exchanged +between those actors: + +```` markdown title="Sequence diagram" +``` mermaid +sequenceDiagram + autonumber + Alice->>John: Hello John, how are you? + loop Healthcheck + John->>John: Fight against hypochondria + end + Note right of John: Rational thoughts! + John-->>Alice: Great! + John->>Bob: How about you? + Bob-->>John: Jolly good! +``` +```` + +<div class="result" markdown> + +``` mermaid +sequenceDiagram + autonumber + Alice->>John: Hello John, how are you? + loop Healthcheck + John->>John: Fight against hypochondria + end + Note right of John: Rational thoughts! + John-->>Alice: Great! + John->>Bob: How about you? + Bob-->>John: Jolly good! +``` + +</div> + + [Sequence diagrams]: https://mermaid.js.org/syntax/sequenceDiagram.html + +### Using state diagrams + +[State diagrams] are a great tool to describe the behavior of a system, +decomposing it into a finite number of states, and transitions between those +states: + +```` markdown title="State diagram" +``` mermaid +stateDiagram-v2 + state fork_state <<fork>> + [*] --> fork_state + fork_state --> State2 + fork_state --> State3 + + state join_state <<join>> + State2 --> join_state + State3 --> join_state + join_state --> State4 + State4 --> [*] +``` +```` + +<div class="result" markdown> + +``` mermaid +stateDiagram-v2 + state fork_state <<fork>> + [*] --> fork_state + fork_state --> State2 + fork_state --> State3 + + state join_state <<join>> + State2 --> join_state + State3 --> join_state + join_state --> State4 + State4 --> [*] +``` + +</div> + + [State diagrams]: https://mermaid.js.org/syntax/stateDiagram.html + +### Using class diagrams + +[Class diagrams] are central to object oriented programming, describing the +structure of a system by modelling entities as classes and relationships between +them: + +```` markdown title="Class diagram" +``` mermaid +classDiagram + Person <|-- Student + Person <|-- Professor + Person : +String name + Person : +String phoneNumber + Person : +String emailAddress + Person: +purchaseParkingPass() + Address "1" <-- "0..1" Person:lives at + class Student{ + +int studentNumber + +int averageMark + +isEligibleToEnrol() + +getSeminarsTaken() + } + class Professor{ + +int salary + } + class Address{ + +String street + +String city + +String state + +int postalCode + +String country + -validate() + +outputAsLabel() + } +``` +```` + +<div class="result" markdown> + +``` mermaid +classDiagram + Person <|-- Student + Person <|-- Professor + Person : +String name + Person : +String phoneNumber + Person : +String emailAddress + Person: +purchaseParkingPass() + Address "1" <-- "0..1" Person:lives at + class Student{ + +int studentNumber + +int averageMark + +isEligibleToEnrol() + +getSeminarsTaken() + } + class Professor{ + +int salary + } + class Address{ + +String street + +String city + +String state + +int postalCode + +String country + -validate() + +outputAsLabel() + } +``` + +</div> + + [Class diagrams]: https://mermaid.js.org/syntax/classDiagram.html + +### Using entity-relationship diagrams + +An [entity-relationship diagram] is composed of entity types and specifies +relationships that exist between entities. It describes inter-related things in +a specific domain of knowledge: + +```` markdown title="Entity-relationship diagram" +``` mermaid +erDiagram + CUSTOMER ||--o{ ORDER : places + ORDER ||--|{ LINE-ITEM : contains + LINE-ITEM { + string name + int pricePerUnit + } + CUSTOMER }|..|{ DELIVERY-ADDRESS : uses +``` +```` + +<div class="result" markdown> + +``` mermaid +erDiagram + CUSTOMER ||--o{ ORDER : places + ORDER ||--|{ LINE-ITEM : contains + LINE-ITEM { + string name + int pricePerUnit + } + CUSTOMER }|..|{ DELIVERY-ADDRESS : uses +``` + +</div> + + [entity-relationship diagram]: https://mermaid.js.org/syntax/entityRelationshipDiagram.html + +### Other diagram types + +Besides the diagram types listed above, [Mermaid.js] provides support for +[pie charts], [gantt charts], [user journeys], [git graphs] and +[requirement diagrams], all of which are not officially supported by Material +for MkDocs. Those diagrams should still work as advertised by [Mermaid.js], but +we don't consider them a good choice, mostly as they don't work well on mobile. + + [pie charts]: https://mermaid.js.org/syntax/pie.html + [gantt charts]: https://mermaid.js.org/syntax/gantt.html + [user journeys]: https://mermaid.js.org/syntax/userJourney.html + [git graphs]: https://mermaid.js.org/syntax/gitgraph.html + [requirement diagrams]: https://mermaid.js.org/syntax/requirementDiagram.html diff --git a/mkdocs-material/docs/reference/footnotes.md b/mkdocs-material/docs/reference/footnotes.md new file mode 100644 index 0000000..1a2ec5c --- /dev/null +++ b/mkdocs-material/docs/reference/footnotes.md @@ -0,0 +1,112 @@ +--- +icon: material/format-align-bottom +--- + +# Footnotes + +Footnotes are a great way to add supplemental or additional information to a +specific word, phrase or sentence without interrupting the flow of a document. +Material for MkDocs provides the ability to define, reference and render +footnotes. + +## Configuration + +This configuration adds the ability to define inline footnotes, which are then +rendered below all Markdown content of a document. Add the following lines to +`mkdocs.yml`: + +``` yaml +markdown_extensions: + - footnotes +``` + +See additional configuration options: + +- [Footnotes] + + [Footnotes]: ../setup/extensions/python-markdown.md#footnotes + +### Footnote tooltips :material-alert-decagram:{ .mdx-pulse title="Added on January 24, 2024" } + +<!-- md:sponsors --> +<!-- md:version insiders-4.51.0 --> +<!-- md:flag experimental --> + +[Insiders] allows to render footnotes as inline tooltips, so the user can read +the footnote without leaving the context of the document. Footnote tooltips can +be enabled in `mkdocs.yml` with: + +``` yaml +theme: + features: + - content.footnote.tooltips +``` + +__Footnote tooltips are enabled on our documentation__, so to try it out, you +can just hover or focus any footnote on this page or any other page of our +documentation. + + [Insiders]: ../insiders/index.md + +## Usage + +### Adding footnote references + +A footnote reference must be enclosed in square brackets and must start with a +caret `^`, directly followed by an arbitrary identifier, which is similar to +the standard Markdown link syntax. + +``` title="Text with footnote references" +Lorem ipsum[^1] dolor sit amet, consectetur adipiscing elit.[^2] +``` + +<div class="result" markdown> + +Lorem ipsum[^1] dolor sit amet, consectetur adipiscing elit.[^2] + +</div> + +### Adding footnote content + +The footnote content must be declared with the same identifier as the reference. +It can be inserted at an arbitrary position in the document and is always +rendered at the bottom of the page. Furthermore, a backlink to the footnote +reference is automatically added. + +#### on a single line + +Short footnotes can be written on the same line: + +``` title="Footnote" +[^1]: Lorem ipsum dolor sit amet, consectetur adipiscing elit. +``` + +<div class="result" markdown> + +[:octicons-arrow-down-24: Jump to footnote](#fn:1) + +</div> + + [^1]: Lorem ipsum dolor sit amet, consectetur adipiscing elit. + +#### on multiple lines + +Paragraphs can be written on the next line and must be indented by four spaces: + +``` title="Footnote" +[^2]: + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod + nulla. Curabitur feugiat, tortor non consequat finibus, justo purus auctor + massa, nec semper lorem quam in massa. +``` + +<div class="result" markdown> + +[:octicons-arrow-down-24: Jump to footnote](#fn:2) + +</div> + +[^2]: + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod + nulla. Curabitur feugiat, tortor non consequat finibus, justo purus + auctor massa, nec semper lorem quam in massa. diff --git a/mkdocs-material/docs/reference/formatting.md b/mkdocs-material/docs/reference/formatting.md new file mode 100644 index 0000000..e8148ce --- /dev/null +++ b/mkdocs-material/docs/reference/formatting.md @@ -0,0 +1,140 @@ +--- +icon: material/format-font +--- + +# Formatting + +Material for MkDocs provides support for several HTML elements that can be used +to highlight sections of a document or apply specific formatting. Additionally, +[Critic Markup] is supported, adding the ability to display suggested changes +for a document. + + [Critic Markup]: https://github.com/CriticMarkup/CriticMarkup-toolkit + +## Configuration + +This configuration enables support for keyboard keys, tracking changes in +documents, defining sub- and superscript and highlighting text. Add the +following lines to `mkdocs.yml`: + +``` yaml +markdown_extensions: + - pymdownx.critic + - pymdownx.caret + - pymdownx.keys + - pymdownx.mark + - pymdownx.tilde +``` + +See additional configuration options: + +- [Critic] +- [Caret, Mark & Tilde] +- [Keys] + + [Critic]: ../setup/extensions/python-markdown-extensions.md#critic + [Caret, Mark & Tilde]: ../setup/extensions/python-markdown-extensions.md#caret-mark-tilde + [Keys]: ../setup/extensions/python-markdown-extensions.md#keys + +## Usage + +### Highlighting changes + +When [Critic] is enabled, [Critic Markup] can be used, which adds the ability to +highlight suggested changes, as well as add inline comments to a document: + +``` title="Text with suggested changes" +Text can be {--deleted--} and replacement text {++added++}. This can also be +combined into {~~one~>a single~~} operation. {==Highlighting==} is also +possible {>>and comments can be added inline<<}. + +{== + +Formatting can also be applied to blocks by putting the opening and closing +tags on separate lines and adding new lines between the tags and the content. + +==} +``` + +<div class="result" markdown> + +Text can be <del class="critic">deleted</del> and replacement text +<ins class="critic">added</ins>. This can also be combined into +<del class="critic">one</del><ins class="critic">a single</ins> operation. +<mark class="critic">Highlighting</mark> is also possible +<span class="critic comment">and comments can be added inline</span>. + +<div> + <mark class="critic block"> + <p> + Formatting can also be applied to blocks by putting the opening and + closing tags on separate lines and adding new lines between the tags and + the content. + </p> + </mark> +</div> + +</div> + +### Highlighting text + +When [Caret, Mark & Tilde] are enabled, text can be highlighted with a simple +syntax, which is more convenient that directly using the corresponding +[`mark`][mark], [`ins`][ins] and [`del`][del] HTML tags: + +``` title="Text with highlighting" +- ==This was marked (highlight)== +- ^^This was inserted (underline)^^ +- ~~This was deleted (strikethrough)~~ +``` + +<div class="result" markdown> + +- ==This was marked (highlight)== +- ^^This was inserted (underline)^^ +- ~~This was deleted (strikethrough)~~ + +</div> + + [mark]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/mark + [ins]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ins + [del]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/del + +### Sub- and superscripts + +When [Caret & Tilde][Caret, Mark & Tilde] are enabled, text can be sub- and +superscripted with a simple syntax, which is more convenient than directly +using the corresponding [`sub`][sub] and [`sup`][sup] HTML tags: + +``` markdown title="Text with sub- and superscripts" +- H~2~O +- A^T^A +``` + +<div class="result" markdown> + +- H~2~O +- A^T^A + +</div> + + [sub]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/sub + [sup]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/sup + +### Adding keyboard keys + +When [Keys] is enabled, keyboard keys can be rendered with a simple syntax. +Consult the [Python Markdown Extensions] documentation to learn about all +available shortcodes: + +``` markdown title="Keyboard keys" +++ctrl+alt+del++ +``` + +<div class="result" markdown> + +++ctrl+alt+del++ + +</div> + + [Python Markdown Extensions]: https://facelessuser.github.io/pymdown-extensions/extensions/keys/#extendingmodifying-key-map-index diff --git a/mkdocs-material/docs/reference/grids.md b/mkdocs-material/docs/reference/grids.md new file mode 100644 index 0000000..10af8d5 --- /dev/null +++ b/mkdocs-material/docs/reference/grids.md @@ -0,0 +1,301 @@ +--- +icon: material/view-grid-plus +--- + +# Grids + +Material for MkDocs makes it easy to arrange sections into grids, grouping +blocks that convey similar meaning or are of equal importance. Grids are just +perfect for building index pages that show a brief overview of a large section +of your documentation. + +## Configuration + +This configuration enables the use of grids, allowing to bring blocks of +identical or different types into a rectangular shape. Add the following lines +to `mkdocs.yml`: + +``` yaml +markdown_extensions: # (1)! + - attr_list + - md_in_html +``` + +1. Note that some of the examples listed below use [icons and emojis], which + have to be [configured separately]. + +See additional configuration options: + +- [Attribute Lists] +- [Markdown in HTML] + + [icons and emojis]: icons-emojis.md + [configured separately]: icons-emojis.md#configuration + [Attribute Lists]: ../setup/extensions/python-markdown.md#attribute-lists + [Markdown in HTML]: ../setup/extensions/python-markdown.md#markdown-in-html + +## Usage + +Grids come in two flavors: [card grids], which wrap each element in a card that +levitates on hover, and [generic grids], which allow to arrange arbitrary block +elements in a rectangular shape. + + [card grids]: #using-card-grids + [generic grids]: #using-generic-grids + +### Using card grids + +<!-- md:version 9.5.0 --> +<!-- md:flag experimental --> + +Card grids wrap each grid item with a beautiful hover card that levitates on +hover. They come in two slightly different syntaxes: [list] and [block syntax], +adding support for distinct use cases. + + [list]: #list-syntax + [block syntax]: #block-syntax + +#### List syntax + +The list syntax is essentially a shortcut for [card grids], and consists of an +unordered (or ordered) list wrapped by a `div` with both, the `grid` and `cards` +classes: + +``` html title="Card grid" +<div class="grid cards" markdown> + +- :fontawesome-brands-html5: __HTML__ for content and structure +- :fontawesome-brands-js: __JavaScript__ for interactivity +- :fontawesome-brands-css3: __CSS__ for text running out of boxes +- :fontawesome-brands-internet-explorer: __Internet Explorer__ ... huh? + +</div> +``` + +<div class="result" markdown> + <div class="grid cards" markdown> + +- :fontawesome-brands-html5: __HTML__ for content and structure +- :fontawesome-brands-js: __JavaScript__ for interactivity +- :fontawesome-brands-css3: __CSS__ for text running out of boxes +- :fontawesome-brands-internet-explorer: __Internet Explorer__ ... huh? + + </div> +</div> + +List elements can contain arbitrary Markdown, as long as the surrounding `div` +defines the `markdown` attribute. Following is a more complex example, which +includes icons and links: + +``` html title="Card grid, complex example" +<div class="grid cards" markdown> + +- :material-clock-fast:{ .lg .middle } __Set up in 5 minutes__ + + --- + + Install [`mkdocs-material`](#) with [`pip`](#) and get up + and running in minutes + + [:octicons-arrow-right-24: Getting started](#) + +- :fontawesome-brands-markdown:{ .lg .middle } __It's just Markdown__ + + --- + + Focus on your content and generate a responsive and searchable static site + + [:octicons-arrow-right-24: Reference](#) + +- :material-format-font:{ .lg .middle } __Made to measure__ + + --- + + Change the colors, fonts, language, icons, logo and more with a few lines + + [:octicons-arrow-right-24: Customization](#) + +- :material-scale-balance:{ .lg .middle } __Open Source, MIT__ + + --- + + Material for MkDocs is licensed under MIT and available on [GitHub] + + [:octicons-arrow-right-24: License](#) + +</div> +``` + +<div class="result" markdown> + <div class="grid cards" markdown> + +- :material-clock-fast:{ .lg .middle } __Set up in 5 minutes__ + + --- + + Install [`mkdocs-material`][mkdocs-material] with [`pip`][pip] and get up + and running in minutes + + [:octicons-arrow-right-24: Getting started][getting started] + +- :fontawesome-brands-markdown:{ .lg .middle } __It's just Markdown__ + + --- + + Focus on your content and generate a responsive and searchable static site + + [:octicons-arrow-right-24: Reference][reference] + +- :material-format-font:{ .lg .middle } __Made to measure__ + + --- + + Change the colors, fonts, language, icons, logo and more with a few lines + + [:octicons-arrow-right-24: Customization][customization] + +- :material-scale-balance:{ .lg .middle } __Open Source, MIT__ + + --- + + Material for MkDocs is licensed under MIT and available on [GitHub] + + [:octicons-arrow-right-24: License][license] + + </div> +</div> + +If there's insufficient space to render grid items next to each other, the items +will stretch to the full width of the viewport, e.g. on mobile viewports. If +there's more space available, grids will render in items of 3 and more, e.g. +when [hiding both sidebars]. + + [mkdocs-material]: https://pypistats.org/packages/mkdocs-material + [pip]: ../getting-started.md#with-pip + [getting started]: ../getting-started.md + [reference]: ../reference/index.md + [customization]: ../customization.md + [license]: ../license.md + [GitHub]: https://github.com/squidfunk/mkdocs-material + [hiding both sidebars]: ../setup/setting-up-navigation.md#hiding-the-sidebars + +#### Block syntax + +The block syntax allows for arranging cards in grids __together with other +elements__, as explained in the section on [generic grids]. Just add the `card` +class to any block element inside a `grid`: + +``` html title="Card grid, blocks" +<div class="grid" markdown> + +:fontawesome-brands-html5: __HTML__ for content and structure +{ .card } + +:fontawesome-brands-js: __JavaScript__ for interactivity +{ .card } + +:fontawesome-brands-css3: __CSS__ for text running out of boxes +{ .card } + +> :fontawesome-brands-internet-explorer: __Internet Explorer__ ... huh? + +</div> +``` + +<div class="result" markdown> + <div class="grid" markdown> + +:fontawesome-brands-html5: __HTML__ for content and structure +{ .card } + +:fontawesome-brands-js: __JavaScript__ for interactivity +{ .card } + +:fontawesome-brands-css3: __CSS__ for text running out of boxes +{ .card } + +> :fontawesome-brands-internet-explorer: __Internet Explorer__ ... huh? + + </div> +</div> + +While this syntax may seem unnecessarily verbose at first, the previous example +shows how card grids can now be mixed with other elements that will also stretch +to the grid. + +### Using generic grids + +<!-- md:version 9.5.0 --> +<!-- md:flag experimental --> + +Generic grids allow for arranging arbitrary block elements in a grid, including +[admonitions], [code blocks], [content tabs] and more. Just wrap a set of blocks +by using a `div` with the `grid` class: + +```` html title="Generic grid" +<div class="grid" markdown> + +=== "Unordered list" + + * Sed sagittis eleifend rutrum + * Donec vitae suscipit est + * Nulla tempor lobortis orci + +=== "Ordered list" + + 1. Sed sagittis eleifend rutrum + 2. Donec vitae suscipit est + 3. Nulla tempor lobortis orci + +``` title="Content tabs" +=== "Unordered list" + + * Sed sagittis eleifend rutrum + * Donec vitae suscipit est + * Nulla tempor lobortis orci + +=== "Ordered list" + + 1. Sed sagittis eleifend rutrum + 2. Donec vitae suscipit est + 3. Nulla tempor lobortis orci +``` + +</div> +```` + +<div class="result" markdown> + <div class="grid" markdown> + +=== "Unordered list" + + * Sed sagittis eleifend rutrum + * Donec vitae suscipit est + * Nulla tempor lobortis orci + +=== "Ordered list" + + 1. Sed sagittis eleifend rutrum + 2. Donec vitae suscipit est + 3. Nulla tempor lobortis orci + +``` title="Content tabs" +=== "Unordered list" + + * Sed sagittis eleifend rutrum + * Donec vitae suscipit est + * Nulla tempor lobortis orci + +=== "Ordered list" + + 1. Sed sagittis eleifend rutrum + 2. Donec vitae suscipit est + 3. Nulla tempor lobortis orci +``` + + </div> +</div> + + [admonitions]: admonitions.md + [code blocks]: code-blocks.md + [content tabs]: content-tabs.md diff --git a/mkdocs-material/docs/reference/icons-emojis.md b/mkdocs-material/docs/reference/icons-emojis.md new file mode 100644 index 0000000..e9f5d6c --- /dev/null +++ b/mkdocs-material/docs/reference/icons-emojis.md @@ -0,0 +1,239 @@ +--- +icon: material/emoticon-happy-outline +--- + +# Icons, Emojis + +One of the best features of Material for MkDocs is the possibility to use [more +than 10,000 icons][icon search] and thousands of emojis in your project +documentation with practically zero additional effort. Moreover, [custom icons +can be added] and used in `mkdocs.yml`, documents and templates. + + [icon search]: #search + [custom icons can be added]: ../setup/changing-the-logo-and-icons.md#additional-icons + +## Search + +<div class="mdx-iconsearch" data-mdx-component="iconsearch"> + <input + class="md-input md-input--stretch mdx-iconsearch__input" + placeholder="Search the icon and emoji database" + data-mdx-component="iconsearch-query" + /> + <div class="mdx-iconsearch-result" data-mdx-component="iconsearch-result"> + <select + class="mdx-iconsearch-result__select" + data-mdx-component="iconsearch-select" + > + <option value="all" selected>All</option> + <option value="icons">Icons</option> + <option value="emojis">Emojis</option> + </select> + <div class="mdx-iconsearch-result__meta"></div> + <ol class="mdx-iconsearch-result__list"></ol> + </div> +</div> +<small> + :octicons-light-bulb-16: + **Tip:** Enter some keywords to find icons and emojis and click on the + shortcode to copy it to your clipboard. +</small> + +## Configuration + +This configuration enables the use of icons and emojis by using simple +shortcodes which can be discovered through the [icon search]. Add the following +lines to `mkdocs.yml`: + +``` yaml +markdown_extensions: + - attr_list + - pymdownx.emoji: + emoji_index: !!python/name:material.extensions.emoji.twemoji + emoji_generator: !!python/name:material.extensions.emoji.to_svg +``` + +The following icon sets are bundled with Material for MkDocs: + +- :material-material-design: – [Material Design] +- :fontawesome-brands-font-awesome: – [FontAwesome] +- :octicons-mark-github-16: – [Octicons] +- :simple-simpleicons: – [Simple Icons] + +See additional configuration options: + +- [Attribute Lists] +- [Emoji] +- [Emoji with custom icons] + + [Material Design]: https://materialdesignicons.com/ + [FontAwesome]: https://fontawesome.com/search?m=free + [Octicons]: https://octicons.github.com/ + [Simple Icons]: https://simpleicons.org/ + [Attribute Lists]: ../setup/extensions/python-markdown.md#attribute-lists + [Emoji]: ../setup/extensions/python-markdown-extensions.md#emoji + [Emoji with custom icons]: ../setup/extensions/python-markdown-extensions.md#+pymdownx.emoji.options.custom_icons + +## Usage + +### Using emojis + +Emojis can be integrated in Markdown by putting the shortcode of the emoji +between two colons. If you're using [Twemoji] (recommended), you can look up +the shortcodes at [Emojipedia]: + +``` title="Emoji" +:smile: +``` + +<div class="result" markdown> + +:smile: + +</div> + [Twemoji]: https://github.com/twitter/twemoji + [Emojipedia]: https://emojipedia.org/twitter/ + +### Using icons + +When [Emoji] is enabled, icons can be used similar to emojis, by referencing +a valid path to any icon bundled with the theme, which are located in the +[`.icons`][custom icons] directory, and replacing `/` with `-`: + +``` title="Icon" +:fontawesome-regular-face-laugh-wink: +``` + +<div class="result" markdown> + +:fontawesome-regular-face-laugh-wink: + +</div> + + [custom icons]: https://github.com/squidfunk/mkdocs-material/tree/master/material/templates/.icons + +#### with colors + +When [Attribute Lists] is enabled, custom CSS classes can be added to icons by +suffixing the icon with a special syntax. While HTML allows to use [inline +styles], it's always recommended to add an [additional style sheet] and move +declarations into dedicated CSS classes: + +<style> + .youtube { + color: #EE0F0F; + } +</style> + +=== ":octicons-file-code-16: `docs/stylesheets/extra.css`" + + ``` css + .youtube { + color: #EE0F0F; + } + ``` + +=== ":octicons-file-code-16: `mkdocs.yml`" + + ``` yaml + extra_css: + - stylesheets/extra.css + ``` + +After applying the customization, add the CSS class to the icon shortcode: + +``` markdown title="Icon with color" +:fontawesome-brands-youtube:{ .youtube } +``` + +<div class="result" markdown> + +:fontawesome-brands-youtube:{ .youtube } + +</div> + + [Attribute Lists]: ../setup/extensions/python-markdown.md#attribute-lists + [inline styles]: https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/style + [additional style sheet]: ../customization.md#additional-css + +#### with animations + +Similar to adding [colors], it's just as easy to add [animations] to icons by +using an [additional style sheet], defining a `@keyframes` rule and adding a +dedicated CSS class to the icon: + +=== ":octicons-file-code-16: `docs/stylesheets/extra.css`" + + ``` css + @keyframes heart { + 0%, 40%, 80%, 100% { + transform: scale(1); + } + 20%, 60% { + transform: scale(1.15); + } + } + .heart { + animation: heart 1000ms infinite; + } + ``` + +=== ":octicons-file-code-16: `mkdocs.yml`" + + ``` yaml + extra_css: + - stylesheets/extra.css + ``` + +After applying the customization, add the CSS class to the icon shortcode: + +``` markdown title="Icon with animation" +:octicons-heart-fill-24:{ .heart } +``` + +<div class="result" markdown> + +:octicons-heart-fill-24:{ .mdx-heart } + +</div> + + [colors]: #with-colors + [animations]: https://developer.mozilla.org/en-US/docs/Web/CSS/animation + +### Icons, emojis in sidebars :smile: + +With the help of the [built-in typeset plugin], you can use icons and emojis +in headings, which will then be rendered in the sidebars. The plugin preserves +Markdown and HTML formatting. + + [built-in typeset plugin]: ../plugins/typeset.md + +## Customization + +### Using icons in templates + +When you're [extending the theme] with partials or blocks, you can simply +reference any icon that's [bundled with the theme][icon search] with Jinja's +[`include`][include] function and wrap it with the `.twemoji` CSS class: + +``` html +<span class="twemoji"> + {% include ".icons/fontawesome/brands/youtube.svg" %} <!-- (1)! --> +</span> +``` + +1. Enter a few keywords to find the perfect icon using our [icon search] and + click on the shortcode to copy it to your clipboard: + + <div class="mdx-iconsearch" data-mdx-component="iconsearch"> + <input class="md-input md-input--stretch mdx-iconsearch__input" placeholder="Search icon" data-mdx-component="iconsearch-query" value="brands youtube" /> + <div class="mdx-iconsearch-result" data-mdx-component="iconsearch-result" data-mdx-mode="file"> + <div class="mdx-iconsearch-result__meta"></div> + <ol class="mdx-iconsearch-result__list"></ol> + </div> + </div> + +This is exactly what Material for MkDocs does in its templates. + + [extending the theme]: ../customization.md#extending-the-theme + [include]: https://jinja.palletsprojects.com/en/2.11.x/templates/#include diff --git a/mkdocs-material/docs/reference/images.md b/mkdocs-material/docs/reference/images.md new file mode 100644 index 0000000..336bd4c --- /dev/null +++ b/mkdocs-material/docs/reference/images.md @@ -0,0 +1,219 @@ +--- +icon: material/image-frame +--- + +# Images + +While images are first-class citizens of Markdown and part of the core syntax, +it can be difficult to work with them. Material for MkDocs makes working with +images more comfortable, providing styles for image alignment and image +captions. + +## Configuration + +This configuration adds the ability to align images, add captions to images +(rendering them as figures), and mark large images for lazy-loading. Add the +following lines to `mkdocs.yml`: + +``` yaml +markdown_extensions: + - attr_list + - md_in_html + - pymdownx.blocks.caption +``` + +See additional configuration options: + +- [Attribute Lists] +- [Markdown in HTML] +- [Caption] + + [Attribute Lists]: ../setup/extensions/python-markdown.md#attribute-lists + [Markdown in HTML]: ../setup/extensions/python-markdown.md#markdown-in-html + [Caption]: ../setup/extensions/python-markdown-extensions.md#caption + +### Lightbox + +<!-- md:version 0.1.0 --> +<!-- md:plugin [glightbox] --> + +If you want to add image zoom functionality to your documentation, the +[glightbox] plugin is an excellent choice, as it integrates perfectly +with Material for MkDocs. Install it with `pip`: + +``` +pip install mkdocs-glightbox +``` + +Then, add the following lines to `mkdocs.yml`: + +``` yaml +plugins: + - glightbox +``` + +We recommend checking out the available +[configuration options][glightbox options]. + + [glightbox]: https://github.com/blueswen/mkdocs-glightbox + [glightbox options]: https://github.com/blueswen/mkdocs-glightbox#usage + +## Usage + +### Image alignment + +When [Attribute Lists] is enabled, images can be aligned by adding the +respective alignment directions via the `align` attribute, i.e. `align=left` or +`align=right`: + +=== "Left" + + ``` markdown title="Image, aligned to left" + ![Image title](https://dummyimage.com/600x400/eee/aaa){ align=left } + ``` + + <div class="result" markdown> + + ![Image title](https://dummyimage.com/600x400/f5f5f5/aaaaaa?text=–%20Image%20–){ align=left width=300 } + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod + nulla. Curabitur feugiat, tortor non consequat finibus, justo purus auctor + massa, nec semper lorem quam in massa. + + </div> + +=== "Right" + + ``` markdown title="Image, aligned to right" + ![Image title](https://dummyimage.com/600x400/eee/aaa){ align=right } + ``` + + <div class="result" markdown> + + ![Image title](https://dummyimage.com/600x400/f5f5f5/aaaaaa?text=–%20Image%20–){ align=right width=300 } + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod + nulla. Curabitur feugiat, tortor non consequat finibus, justo purus auctor + massa, nec semper lorem quam in massa. + + </div> + +If there's insufficient space to render the text next to the image, the image +will stretch to the full width of the viewport, e.g. on mobile viewports. + +??? question "Why is there no centered alignment?" + + The [`align`][align] attribute doesn't allow for centered alignment, which + is why this option is not supported by Material for MkDocs.[^1] Instead, + the [image captions] syntax can be used, as captions are optional. + + [^1]: + You might also realize that the [`align`][align] attribute has been + deprecated as of HTML5, so why use it anyways? The main reason is + portability – it's still supported by all browsers and clients, and is very + unlikely to be completely removed, as many older websites still use it. This + ensures a consistent appearance when a Markdown file with these attributes + is viewed outside of a website generated by Material for MkDocs. + + [align]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#deprecated_attributes + [image captions]: #image-captions + +### Image captions + +Sadly, the Markdown syntax doesn't provide native support for image captions, +but it's always possible to use the [Markdown in HTML] extension with literal +`figure` and `figcaption` tags: + +``` html title="Image with caption" +<figure markdown="span"> + ![Image title](https://dummyimage.com/600x400/){ width="300" } + <figcaption>Image caption</figcaption> +</figure> +``` + +<div class="result"> + <figure> + <img src="https://dummyimage.com/600x400/f5f5f5/aaaaaa?text=–%20Image%20–" width="300" /> + <figcaption>Image caption</figcaption> + </figure> +</div> + +However, [Caption] provides an alternative syntax to add captions +to any Markdown block element, including images: + +``` markdown title="Image with caption" +![Image title](https://dummyimage.com/600x400/){ width="300" } +/// caption +Image caption +/// +``` + +### Image lazy-loading + +Modern browsers provide [native support for lazy-loading images][lazy-loading] +through the `loading=lazy` directive, which degrades to eager-loading in +browsers without support: + +``` markdown title="Image, lazy-loaded" +![Image title](https://dummyimage.com/600x400/){ loading=lazy } +``` + +<div class="result" markdown> + <img src="https://dummyimage.com/600x400/f5f5f5/aaaaaa?text=–%20Image%20–" width="300" /> +</div> + + [lazy-loading]: https://caniuse.com/#feat=loading-lazy-attr + +### Light and dark mode + +<!-- md:version 8.1.1 --> + +If you added a [color palette toggle] and want to show different images for +light and dark color schemes, you can append a `#only-light` or `#only-dark` +hash fragment to the image URL: + +``` markdown title="Image, different for light and dark mode" +![Image title](https://dummyimage.com/600x400/f5f5f5/aaaaaa#only-light) +![Image title](https://dummyimage.com/600x400/21222c/d5d7e2#only-dark) +``` + +<div class="result" markdown> + +![Zelda light world]{ width="300" } +![Zelda dark world]{ width="300" } + +</div> + +!!! warning "Requirements when using [custom color schemes]" + + The built-in [color schemes] define the aforementioned hash fragments, but + if you're using [custom color schemes], you'll also have to add the + following selectors to your scheme, depending on whether it's a light or + dark scheme: + + === "Custom light scheme" + + ``` css + [data-md-color-scheme="custom-light"] img[src$="#only-dark"], + [data-md-color-scheme="custom-light"] img[src$="#gh-dark-mode-only"] { + display: none; /* Hide dark images in light mode */ + } + ``` + + === "Custom dark scheme" + + ``` css + [data-md-color-scheme="custom-dark"] img[src$="#only-light"], + [data-md-color-scheme="custom-dark"] img[src$="#gh-light-mode-only"] { + display: none; /* Hide light images in dark mode */ + } + ``` + + Remember to change `#!css "custom-light"` and `#!css "custom-dark"` to the + name of your scheme. + + [color palette toggle]: ../setup/changing-the-colors.md#color-palette-toggle + [Zelda light world]: ../assets/images/zelda-light-world.png#only-light + [Zelda dark world]: ../assets/images/zelda-dark-world.png#only-dark + [color schemes]: ../setup/changing-the-colors.md#color-scheme + [custom color schemes]: ../setup/changing-the-colors.md#custom-color-schemes diff --git a/mkdocs-material/docs/reference/index.md b/mkdocs-material/docs/reference/index.md new file mode 100644 index 0000000..741511c --- /dev/null +++ b/mkdocs-material/docs/reference/index.md @@ -0,0 +1,235 @@ +# Reference + +Material for MkDocs is packed with many great features that make technical +writing a joyful activity. This section of the documentation explains how to set up +a page, and showcases all available specimen that can be used directly from +within Markdown files. + +## Configuration + +## Usage + +### Setting the page `title` + +Each page has a designated title, which is used in the navigation sidebar, for +[social cards] and in other places. While MkDocs attempts to automatically +determine the title of a page in a [four step process], the title can also be +explicitly set with the front matter `title` property: + +``` yaml +--- +title: Lorem ipsum dolor sit amet # (1)! +--- + +# Page title +... +``` + +1. This line sets the [`title`][title] inside the HTML document's + [`head`][head] for the generated page to the given value. Note that the + site title, which is set via [`site_name`][site_name], is appended with a + dash. + + [social cards]: ../setup/setting-up-social-cards.md + [four step process]: https://www.mkdocs.org/user-guide/writing-your-docs/#meta-data + [title]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/title + [head]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/head + [site_name]: https://www.mkdocs.org/user-guide/configuration/#site_name + +### Setting the page `description` + +A Markdown file can include a description that is added to the `meta` tags of +a page, and is also used for [social cards]. It's a good idea to set a +[`site_description`][site_description] in `mkdocs.yml` as a fallback value if +the author does not explicitly define a description for a Markdown file: + +``` yaml +--- +description: Nullam urna elit, malesuada eget finibus ut, ac tortor. # (1)! +--- + +# Page title +... +``` + +1. This line sets the `meta` tag containing the description inside the + document `head` for the current page to the provided value. + + [site_description]: https://www.mkdocs.org/user-guide/configuration/#site_description + +### Setting the page `icon` + +<!-- md:version 9.2.0 --> +<!-- md:flag experimental --> + +An icon can be assigned to each page, which is then rendered as part of the +navigation sidebar, as well as [navigation tabs], if enabled. Use the front +matter `icon` property to reference an icon, adding the following lines at the +top of a Markdown file: + +``` yaml +--- +icon: material/emoticon-happy # (1)! +--- + +# Page title +... +``` + +1. Enter a few keywords to find the perfect icon using our [icon search] and + click on the shortcode to copy it to your clipboard: + + <div class="mdx-iconsearch" data-mdx-component="iconsearch"> + <input class="md-input md-input--stretch mdx-iconsearch__input" placeholder="Search icon" data-mdx-component="iconsearch-query" value="emoticon happy" /> + <div class="mdx-iconsearch-result" data-mdx-component="iconsearch-result" data-mdx-mode="file"> + <div class="mdx-iconsearch-result__meta"></div> + <ol class="mdx-iconsearch-result__list"></ol> + </div> + </div> + + [Insiders]: ../insiders/index.md + [icon search]: icons-emojis.md#search + [navigation tabs]: ../setup/setting-up-navigation.md#navigation-tabs + +### Setting the page `status` + +<!-- md:version 9.2.0 --> +<!-- md:flag experimental --> +<!-- md:example page-status --> + +A status can be assigned to each page, which is then displayed as part of the +navigation sidebar. First, associate a status identifier with a description by +adding the following to `mkdocs.yml`: + +``` yaml +extra: + status: + <identifier>: <description> # (1)! +``` + +1. The identifier can only include alphanumeric characters, as well as dashes + and underscores. For example, if you have a status `Recently added`, you can + set `new` as an identifier: + + ``` yaml + extra: + status: + new: Recently added + ``` + +The page status can now be set with the front matter `status` property. For +example, you can mark a page as `new` with the following lines at the top of a +Markdown file: + +``` yaml +--- +status: new +--- + +# Page title +... +``` + +The following status identifiers are already defined: + +- :material-alert-decagram: – `new` +- :material-trash-can: – `deprecated` + +You can define a custom page status this way but if you want it to +have an icon other than the default one you need to also configure +that in your `extra.css`. We have an [example for a custom +page status] to get you started. + +[example for a custom page status]: https://mkdocs-material.github.io/examples/page-status/ + +### Setting the page `subtitle` + +<!-- md:sponsors --> +<!-- md:version insiders-4.25.0 --> +<!-- md:flag experimental --> + +Each page can define a subtitle, which is then rendered below the title as part +of the navigation sidebar by using the front matter `subtitle` property, and +adding the following lines: + +``` yaml +--- +subtitle: Nullam urna elit, malesuada eget finibus ut, ac tortor +--- + +# Page title +... +``` + +### Setting the page `template` + +If you're using [theme extension] and created a new page template in the +`overrides` directory, you can enable it for a specific page. Add the following +lines at the top of a Markdown file: + +``` yaml +--- +template: custom.html +--- + +# Page title +... +``` + +??? question "How to set a page template for an entire folder?" + + With the help of the [built-in meta plugin], you can set a custom template + for an entire section and all nested pages, by creating a `.meta.yml` file + in the corresponding folder with the following content: + + ``` yaml + template: custom.html + ``` + + [theme extension]: ../customization.md#extending-the-theme + [built-in meta plugin]: ../plugins/meta.md + +## Customization + +### Using metadata in templates + +#### :material-check-all: on all pages + +In order to add custom `meta` tags to your document, you can [extend the theme +][theme extension] and [override the `extrahead` block][overriding blocks], +e.g. to add indexing policies for search engines via the `robots` property: + +``` html +{% extends "base.html" %} + +{% block extrahead %} + <meta name="robots" content="noindex, nofollow" /> +{% endblock %} +``` + + [overriding blocks]: ../customization.md#overriding-blocks + +#### :material-check: on a single page + +If you want to set a `meta` tag on a single page, or want to set different +values for different pages, you can use the `page.meta` object inside your +template override, e.g.: + +``` html +{% extends "base.html" %} + +{% block extrahead %} + {% if page and page.meta and page.meta.robots %} + <meta name="robots" content="{{ page.meta.robots }}" /> + {% else %} + <meta name="robots" content="index, follow" /> + {% endif %} +{% endblock %} +``` + +You can now use `robots` exactly like [`title`][title] and +[`description`][description] to set values. Note that in this case, the +template defines an `else` branch, which would set a default if none was given. + + [title]: #setting-the-page-title + [description]: #setting-the-page-description diff --git a/mkdocs-material/docs/reference/lists.md b/mkdocs-material/docs/reference/lists.md new file mode 100644 index 0000000..1de7e7b --- /dev/null +++ b/mkdocs-material/docs/reference/lists.md @@ -0,0 +1,168 @@ +--- +icon: material/format-list-bulleted +--- + +# Lists + +Material for MkDocs supports several flavors of lists that cater to different +use cases, including _unordered lists_ and _ordered lists_, which are supported +through standard Markdown, as well as _definition lists_ and _task lists_, which +are supported through extensions. + +## Configuration + +This configuration enables the use of definition lists and tasks lists, which +are both not part of the standard Markdown syntax. Add the following lines to +`mkdocs.yml`: + +``` yaml +markdown_extensions: + - def_list + - pymdownx.tasklist: + custom_checkbox: true +``` + +See additional configuration options: + +- [Definition Lists] +- [Tasklist] + + [Definition Lists]: ../setup/extensions/python-markdown.md#definition-lists + [Tasklist]: ../setup/extensions/python-markdown-extensions.md#tasklist + +## Usage + +### Using unordered lists + +Unordered lists can be written by prefixing a line with a `-`, `*` or `+` list +marker, all of which can be used interchangeably. Furthermore, all flavors +of lists can be nested inside each other: + +``` markdown title="List, unordered" +- Nulla et rhoncus turpis. Mauris ultricies elementum leo. Duis efficitur + accumsan nibh eu mattis. Vivamus tempus velit eros, porttitor placerat nibh + lacinia sed. Aenean in finibus diam. + + * Duis mollis est eget nibh volutpat, fermentum aliquet dui mollis. + * Nam vulputate tincidunt fringilla. + * Nullam dignissim ultrices urna non auctor. +``` + +<div class="result" markdown> + +- Nulla et rhoncus turpis. Mauris ultricies elementum leo. Duis efficitur + accumsan nibh eu mattis. Vivamus tempus velit eros, porttitor placerat nibh + lacinia sed. Aenean in finibus diam. + + * Duis mollis est eget nibh volutpat, fermentum aliquet dui mollis. + * Nam vulputate tincidunt fringilla. + * Nullam dignissim ultrices urna non auctor. + +</div> + +### Using ordered lists + +Ordered lists must start with a number immediately followed by a dot. The +numbers do not need to be consecutive and can be all set to `1.`, as they will +be re-numbered when rendered: + +``` markdown title="List, ordered" +1. Vivamus id mi enim. Integer id turpis sapien. Ut condimentum lobortis + sagittis. Aliquam purus tellus, faucibus eget urna at, iaculis venenatis + nulla. Vivamus a pharetra leo. + + 1. Vivamus venenatis porttitor tortor sit amet rutrum. Pellentesque aliquet + quam enim, eu volutpat urna rutrum a. Nam vehicula nunc mauris, a + ultricies libero efficitur sed. + + 2. Morbi eget dapibus felis. Vivamus venenatis porttitor tortor sit amet + rutrum. Pellentesque aliquet quam enim, eu volutpat urna rutrum a. + + 1. Mauris dictum mi lacus + 2. Ut sit amet placerat ante + 3. Suspendisse ac eros arcu +``` + +<div class="result" markdown> + +1. Vivamus id mi enim. Integer id turpis sapien. Ut condimentum lobortis + sagittis. Aliquam purus tellus, faucibus eget urna at, iaculis venenatis + nulla. Vivamus a pharetra leo. + + 1. Vivamus venenatis porttitor tortor sit amet rutrum. Pellentesque aliquet + quam enim, eu volutpat urna rutrum a. Nam vehicula nunc mauris, a + ultricies libero efficitur sed. + + 2. Morbi eget dapibus felis. Vivamus venenatis porttitor tortor sit amet + rutrum. Pellentesque aliquet quam enim, eu volutpat urna rutrum a. + + 1. Mauris dictum mi lacus + 2. Ut sit amet placerat ante + 3. Suspendisse ac eros arcu + +</div> + +### Using definition lists + +When [Definition Lists] is enabled, lists of arbitrary key-value pairs, e.g. the +parameters of functions or modules, can be enumerated with a simple syntax: + +``` markdown title="Definition list" +`Lorem ipsum dolor sit amet` + +: Sed sagittis eleifend rutrum. Donec vitae suscipit est. Nullam tempus + tellus non sem sollicitudin, quis rutrum leo facilisis. + +`Cras arcu libero` + +: Aliquam metus eros, pretium sed nulla venenatis, faucibus auctor ex. Proin + ut eros sed sapien ullamcorper consequat. Nunc ligula ante. + + Duis mollis est eget nibh volutpat, fermentum aliquet dui mollis. + Nam vulputate tincidunt fringilla. + Nullam dignissim ultrices urna non auctor. +``` + +<div class="result" markdown> + +`Lorem ipsum dolor sit amet` + +: Sed sagittis eleifend rutrum. Donec vitae suscipit est. Nullam tempus + tellus non sem sollicitudin, quis rutrum leo facilisis. + +`Cras arcu libero` + +: Aliquam metus eros, pretium sed nulla venenatis, faucibus auctor ex. Proin + ut eros sed sapien ullamcorper consequat. Nunc ligula ante. + + Duis mollis est eget nibh volutpat, fermentum aliquet dui mollis. + Nam vulputate tincidunt fringilla. + Nullam dignissim ultrices urna non auctor. + +</div> + +### Using task lists + +When [Tasklist] is enabled, unordered list items can be prefixed with `[ ]` to +render an unchecked checkbox or `[x]` to render a checked checkbox, allowing +for the definition of task lists: + +``` markdown title="Task list" +- [x] Lorem ipsum dolor sit amet, consectetur adipiscing elit +- [ ] Vestibulum convallis sit amet nisi a tincidunt + * [x] In hac habitasse platea dictumst + * [x] In scelerisque nibh non dolor mollis congue sed et metus + * [ ] Praesent sed risus massa +- [ ] Aenean pretium efficitur erat, donec pharetra, ligula non scelerisque +``` + +<div class="result" markdown> + +- [x] Lorem ipsum dolor sit amet, consectetur adipiscing elit +- [ ] Vestibulum convallis sit amet nisi a tincidunt + * [x] In hac habitasse platea dictumst + * [x] In scelerisque nibh non dolor mollis congue sed et metus + * [ ] Praesent sed risus massa +- [ ] Aenean pretium efficitur erat, donec pharetra, ligula non scelerisque + +</div> diff --git a/mkdocs-material/docs/reference/math.md b/mkdocs-material/docs/reference/math.md new file mode 100644 index 0000000..83cc8df --- /dev/null +++ b/mkdocs-material/docs/reference/math.md @@ -0,0 +1,198 @@ +--- +icon: material/alphabet-greek +--- + +# Math + +[MathJax] and [KaTeX] are two popular libraries for displaying +mathematical content in browsers. Although both libraries offer similar +functionality, they use different syntaxes and have different configuration +options. This documentation site provides information on how to integrate them +with Material for MkDocs easily. + + [MathJax]: https://www.mathjax.org/ + [LaTeX]: https://en.wikibooks.org/wiki/LaTeX/Mathematics + [MathML]: https://en.wikipedia.org/wiki/MathML + [AsciiMath]: http://asciimath.org/ + [KaTeX]: https://katex.org/ + + +## Configuration + +The following configuration enables support for rendering block and +inline block equations using [MathJax] and [KaTeX]. + +### MathJax + +[MathJax] is a powerful and flexible library that supports multiple input formats, +such as [LaTeX], [MathML], [AsciiMath], as well as various output formats like +HTML, SVG, MathML. To use MathJax within your project, add the following lines +to your `mkdocs.yml`. + +=== ":octicons-file-code-16: `docs/javascripts/mathjax.js`" + + ``` js + window.MathJax = { + tex: { + inlineMath: [["\\(", "\\)"]], + displayMath: [["\\[", "\\]"]], + processEscapes: true, + processEnvironments: true + }, + options: { + ignoreHtmlClass: ".*|", + processHtmlClass: "arithmatex" + } + }; + + document$.subscribe(() => { // (1)! + MathJax.startup.output.clearCache() + MathJax.typesetClear() + MathJax.texReset() + MathJax.typesetPromise() + }) + ``` + + 1. This integrates MathJax with [instant loading]. + +=== ":octicons-file-code-16: `mkdocs.yml`" + + ``` yaml + markdown_extensions: + - pymdownx.arithmatex: + generic: true + + extra_javascript: + - javascripts/mathjax.js + - https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js + ``` + +See additional configuration options: + +- [Arithmatex] + + [Arithmatex]: ../setup/extensions/python-markdown-extensions.md#arithmatex + [instant loading]: ../setup/setting-up-navigation.md#instant-loading + +<script id="MathJax-script" async src="https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js"></script> +<script> + window.MathJax = { + tex: { + inlineMath: [["\\(", "\\)"]], + displayMath: [["\\[", "\\]"]], + processEscapes: true, + processEnvironments: true + }, + options: { + ignoreHtmlClass: ".*|", + processHtmlClass: "arithmatex" + } + }; +</script> + +### KaTeX + +[KaTeX] is a lightweight library that focuses on speed and simplicity. It +supports a subset of LaTeX syntax and can render math to HTML and SVG. To use +[KaTeX] within your project, add the following lines to your `mkdocs.yml`. + +=== ":octicons-file-code-16: `docs/javascripts/katex.js`" + + ``` js + document$.subscribe(({ body }) => { // (1)! + renderMathInElement(body, { + delimiters: [ + { left: "$$", right: "$$", display: true }, + { left: "$", right: "$", display: false }, + { left: "\\(", right: "\\)", display: false }, + { left: "\\[", right: "\\]", display: true } + ], + }) + }) + ``` + + 1. This integrates KaTeX with [instant loading]. + +=== ":octicons-file-code-16: `mkdocs.yml`" + + ``` yaml + markdown_extensions: + - pymdownx.arithmatex: + generic: true + + extra_javascript: + - javascripts/katex.js + - https://unpkg.com/katex@0/dist/katex.min.js + - https://unpkg.com/katex@0/dist/contrib/auto-render.min.js + + extra_css: + - https://unpkg.com/katex@0/dist/katex.min.css + ``` + +## Usage + +### Using block syntax + +Blocks must be enclosed in `#!latex $$...$$` or `#!latex \[...\]` on separate +lines: + +``` latex title="block syntax" +$$ +\cos x=\sum_{k=0}^{\infty}\frac{(-1)^k}{(2k)!}x^{2k} +$$ +``` + +<div class="result" markdown> + +$$ +\cos x=\sum_{k=0}^{\infty}\frac{(-1)^k}{(2k)!}x^{2k} +$$ + +</div> + +### Using inline block syntax + +Inline blocks must be enclosed in `#!latex $...$` or `#!latex \(...\)`: + +``` latex title="inline syntax" +The homomorphism $f$ is injective if and only if its kernel is only the +singleton set $e_G$, because otherwise $\exists a,b\in G$ with $a\neq b$ such +that $f(a)=f(b)$. +``` + +<div class="result" markdown> + +The homomorphism $f$ is injective if and only if its kernel is only the +singleton set $e_G$, because otherwise $\exists a,b\in G$ with $a\neq b$ such +that $f(a)=f(b)$. + +</div> + +## Comparing MathJax and KaTeX + +When deciding between MathJax and KaTeX, there are several key factors to +consider: + +- __Speed__: KaTeX is generally faster than MathJax. If your site requires + rendering large quantities of complex equations quickly, KaTeX may be the + better choice. + +- __Syntax Support__: MathJax supports a wider array of LaTeX commands and can + process a variety of mathematical markup languages (like AsciiMath and MathML). + If you need advanced LaTeX features, MathJax may be more suitable. + +- __Output Format__: Both libraries support HTML and SVG outputs. However, + MathJax also offers MathML output, which can be essential for accessibility, + as it is readable by screen readers. + +- __Configurability__: MathJax provides a range of configuration options, + allowing for more precise control over its behavior. If you have specific + rendering requirements, MathJax might be a more flexible choice. + +- __Browser Support__: While both libraries work well in modern browsers, + MathJax has broader compatibility with older browsers. If your audience uses a + variety of browsers, including older ones, MathJax might be a safer option. + +In summary, KaTeX shines with its speed and simplicity, whereas MathJax offers +more features and better compatibility at the expense of speed. The choice +between the two will largely depend on your specific needs and constraints. diff --git a/mkdocs-material/docs/reference/tooltips.md b/mkdocs-material/docs/reference/tooltips.md new file mode 100644 index 0000000..55e8538 --- /dev/null +++ b/mkdocs-material/docs/reference/tooltips.md @@ -0,0 +1,167 @@ +--- +icon: material/tooltip-plus +--- + +# Tooltips + +Technical documentation often incurs the usage of many acronyms, which may +need additional explanation, especially for new user of your project. For these +matters, Material for MkDocs uses a combination of Markdown extensions to +enable site-wide glossaries. + +## Configuration + +This configuration enables abbreviations and allows to build a simple +project-wide glossary, sourcing definitions from a central location. Add the +following line to `mkdocs.yml`: + +``` yaml +markdown_extensions: + - abbr + - attr_list + - pymdownx.snippets +``` + +See additional configuration options: + +- [Abbreviations] +- [Attribute Lists] +- [Snippets] + + [Abbreviations]: ../setup/extensions/python-markdown.md#abbreviations + [Attribute Lists]: ../setup/extensions/python-markdown.md#attribute-lists + [Snippets]: ../setup/extensions/python-markdown-extensions.md#snippets + +### Improved tooltips + +<!-- md:version 9.5.0 --> +<!-- md:flag experimental --> + +When improved tooltips are enabled, Material for MkDocs replaces the browser's +rendering logic for `title` attribute with beautiful little tooltips. +Add the following lines to `mkdocs.yml`: + +``` yaml +theme: + features: + - content.tooltips +``` + +Now, tooltips will be rendered for the following elements: + +- __Content__ – elements with a `title`, permalinks and code copy button +- __Header__ – home button, header title, color palette switch and repository link +- __Navigation__ – links that are shortened with ellipsis, i.e. `...` + +## Usage + +### Adding tooltips + +The [Markdown syntax] allows to specify a `title` for each link, which will +render as a beautiful tooltip when [improved tooltips] are enabled. Add a +tooltip to a link with the following lines: + +``` markdown title="Link with tooltip, inline syntax" +[Hover me](https://example.com "I'm a tooltip!") +``` + +<div class="result" markdown> + +[Hover me](https://example.com "I'm a tooltip!") + +</div> + +Tooltips can also be added to link references: + +``` markdown title="Link with tooltip, reference syntax" +[Hover me][example] + + [example]: https://example.com "I'm a tooltip!" +``` + +<div class="result" markdown> + +[Hover me](https://example.com "I'm a tooltip!") + +</div> + +For all other elements, a `title` can be added by using the [Attribute Lists] +extension: + +``` markdown title="Icon with tooltip" +:material-information-outline:{ title="Important information" } +``` + +<div class="result" markdown> + +:material-information-outline:{ title="Important information" } + +</div> + + [Markdown syntax]: https://daringfireball.net/projects/markdown/syntax#link + [improved tooltips]: #improved-tooltips + +### Adding abbreviations + +Abbreviations can be defined by using a special syntax similar to URLs and +[footnotes], starting with a `*` and immediately followed by the term or +acronym to be associated in square brackets: + +``` markdown title="Text with abbreviations" +The HTML specification is maintained by the W3C. + +*[HTML]: Hyper Text Markup Language +*[W3C]: World Wide Web Consortium +``` + +<div class="result" markdown> + +The HTML specification is maintained by the W3C. + +*[HTML]: Hyper Text Markup Language +*[W3C]: World Wide Web Consortium + +</div> + + [footnotes]: footnotes.md + +### Adding a glossary + +The [Snippets] extension can be used to implement a simple glossary by moving +all abbreviations in a dedicated file[^1], and [auto-append] this file to all +pages with the following configuration: + + [^1]: + It's highly recommended to put the Markdown file containing the + abbreviations outside of the `docs` folder (here, a folder with the name + `includes` is used), as MkDocs might otherwise complain about an + unreferenced file. + +=== ":octicons-file-code-16: `includes/abbreviations.md`" + + ```` markdown + *[HTML]: Hyper Text Markup Language + *[W3C]: World Wide Web Consortium + ```` + +=== ":octicons-file-code-16: `mkdocs.yml`" + + ```` yaml + markdown_extensions: + - pymdownx.snippets: + auto_append: + - includes/abbreviations.md + ```` + + [auto-append]: https://facelessuser.github.io/pymdown-extensions/extensions/snippets/#auto-append-snippets + +!!! tip + + When using a dedicated file outside of the `docs` folder, add the parent directory to the list + of `watch` folders so that when the glossary file is updated, the project is automatically + reloaded when running `mkdocs serve`. + + ```` yaml + watch: + - includes + ```` diff --git a/mkdocs-material/docs/schema.json b/mkdocs-material/docs/schema.json new file mode 100644 index 0000000..f4b349c --- /dev/null +++ b/mkdocs-material/docs/schema.json @@ -0,0 +1,183 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Material for MkDocs", + "markdownDescription": "Configuration", + "type": "object", + "properties": { + "INHERIT": { + "title": "Inherit from configuration", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#configuration-inheritance", + "pattern": "\\.yml$" + }, + "site_name": { + "title": "Site name, used in header, title and drawer", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#site_name", + "type": "string" + }, + "site_url": { + "title": "Site URL", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#site_url", + "type": "string" + }, + "site_author": { + "title": "Site author, used in document head", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#site_author", + "type": "string" + }, + "site_description": { + "title": "Site description, used in document head and in social cards", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#site_description", + "type": "string" + }, + "repo_name": { + "title": "Repository name, used in header", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/#repository-name", + "type": "string" + }, + "repo_url": { + "title": "Repository URL", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/#repository", + "type": "string" + }, + "edit_uri": { + "title": "Path from repository root to directory containing Markdown", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#edit_uri", + "type": "string" + }, + "edit_uri_template": { + "title": "More flexible variant of edit_uri", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#edit_uri_template", + "type": "string" + }, + "copyright": { + "title": "Copyright, used in footer", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-the-footer/#copyright-notice", + "type": "string" + }, + "docs_dir": { + "title": "Directory containing the Markdown sources", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#docs_dir", + "type": "string", + "default": "docs" + }, + "site_dir": { + "title": "Directory containing the HTML output", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#site_dir", + "type": "string", + "default": "site" + }, + "use_directory_urls": { + "title": "Pages are located in their own directories", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#use_directory_urls", + "type": "boolean", + "default": false + }, + "extra_templates": { + "title": "Additional HTML files to include", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#extra_templates", + "type": "array", + "items": { + "title": "Path to HTML file", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#extra_templates", + "pattern": "\\.html$" + }, + "uniqueItems": true, + "minItems": 1 + }, + "extra_css": { + "title": "Additional CSS files to include", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/customization/#additional-css", + "type": "array", + "items": { + "title": "Path to CSS file", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/customization/#additional-css", + "pattern": "\\.css($|\\?)" + }, + "uniqueItems": true, + "minItems": 1 + }, + "extra_javascript": { + "title": "Additional JavaScript files to include", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/customization/#additional-javascript", + "type": "array", + "items": { + "title": "Path to JavaScript file (may be local or absolute URL to external JS)", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/customization/#additional-javascript" + }, + "uniqueItems": true, + "minItems": 1 + }, + "hooks": { + "title": "Hooks", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#hooks", + "type": "array", + "items": { + "title": "Path to Python file", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#hooks", + "pattern": "\\.py$" + }, + "uniqueItems": true, + "minItems": 1 + }, + "strict": { + "title": "Strict mode", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#strict", + "type": "boolean", + "default": false + }, + "dev_addr": { + "title": "Development IP Address", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#dev_addr", + "type": "string", + "default": "127.0.0.1:8000" + }, + "remote_branch": { + "title": "Remote branch to deploy to", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#remote_branch", + "type": "string", + "default": "gh-pages" + }, + "remote_name": { + "title": "Remote origin to deploy to", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#remote_name", + "type": "string", + "default": "origin" + }, + "theme": { + "$ref": "schema/theme.json" + }, + "plugins": { + "$ref": "schema/plugins.json" + }, + "markdown_extensions": { + "$ref": "schema/extensions.json" + }, + "extra": { + "$ref": "schema/extra.json" + }, + "nav": { + "$ref": "schema/nav.json" + }, + "validation": { + "$ref": "schema/validation.json" + }, + "exclude_docs": { + "title": "Pattern to declare files to exclude from build", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#exclude_docs", + "type": "string" + }, + "not_in_nav": { + "title": "Pattern to declare pages that do not appear in the navigation", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#not_in_nav", + "type": "string" + }, + "watch": { + "items": { + "title": "Path to watch for changes", + "type": "string" + }, + "type": "array" + } + }, + "additionalProperties": false +} diff --git a/mkdocs-material/docs/schema/assets/fonts.json b/mkdocs-material/docs/schema/assets/fonts.json new file mode 100644 index 0000000..b08ca37 --- /dev/null +++ b/mkdocs-material/docs/schema/assets/fonts.json @@ -0,0 +1,7913 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Google Fonts", + "markdownDescription": "https://fonts.google.com/", + "type": "string", + "oneOf": [ + { + "title": "ABeeZee", + "markdownDescription": "https://fonts.google.com/specimen/ABeeZee", + "const": "ABeeZee" + }, + { + "title": "ADLaM Display", + "markdownDescription": "https://fonts.google.com/specimen/ADLaM+Display", + "const": "ADLaM Display" + }, + { + "title": "AR One Sans", + "markdownDescription": "https://fonts.google.com/specimen/AR+One+Sans", + "const": "AR One Sans" + }, + { + "title": "Abel", + "markdownDescription": "https://fonts.google.com/specimen/Abel", + "const": "Abel" + }, + { + "title": "Abhaya Libre", + "markdownDescription": "https://fonts.google.com/specimen/Abhaya+Libre", + "const": "Abhaya Libre" + }, + { + "title": "Aboreto", + "markdownDescription": "https://fonts.google.com/specimen/Aboreto", + "const": "Aboreto" + }, + { + "title": "Abril Fatface", + "markdownDescription": "https://fonts.google.com/specimen/Abril+Fatface", + "const": "Abril Fatface" + }, + { + "title": "Abyssinica SIL", + "markdownDescription": "https://fonts.google.com/specimen/Abyssinica+SIL", + "const": "Abyssinica SIL" + }, + { + "title": "Aclonica", + "markdownDescription": "https://fonts.google.com/specimen/Aclonica", + "const": "Aclonica" + }, + { + "title": "Acme", + "markdownDescription": "https://fonts.google.com/specimen/Acme", + "const": "Acme" + }, + { + "title": "Actor", + "markdownDescription": "https://fonts.google.com/specimen/Actor", + "const": "Actor" + }, + { + "title": "Adamina", + "markdownDescription": "https://fonts.google.com/specimen/Adamina", + "const": "Adamina" + }, + { + "title": "Advent Pro", + "markdownDescription": "https://fonts.google.com/specimen/Advent+Pro", + "const": "Advent Pro" + }, + { + "title": "Agdasima", + "markdownDescription": "https://fonts.google.com/specimen/Agdasima", + "const": "Agdasima" + }, + { + "title": "Aguafina Script", + "markdownDescription": "https://fonts.google.com/specimen/Aguafina+Script", + "const": "Aguafina Script" + }, + { + "title": "Akatab", + "markdownDescription": "https://fonts.google.com/specimen/Akatab", + "const": "Akatab" + }, + { + "title": "Akaya Kanadaka", + "markdownDescription": "https://fonts.google.com/specimen/Akaya+Kanadaka", + "const": "Akaya Kanadaka" + }, + { + "title": "Akaya Telivigala", + "markdownDescription": "https://fonts.google.com/specimen/Akaya+Telivigala", + "const": "Akaya Telivigala" + }, + { + "title": "Akronim", + "markdownDescription": "https://fonts.google.com/specimen/Akronim", + "const": "Akronim" + }, + { + "title": "Akshar", + "markdownDescription": "https://fonts.google.com/specimen/Akshar", + "const": "Akshar" + }, + { + "title": "Aladin", + "markdownDescription": "https://fonts.google.com/specimen/Aladin", + "const": "Aladin" + }, + { + "title": "Alata", + "markdownDescription": "https://fonts.google.com/specimen/Alata", + "const": "Alata" + }, + { + "title": "Alatsi", + "markdownDescription": "https://fonts.google.com/specimen/Alatsi", + "const": "Alatsi" + }, + { + "title": "Albert Sans", + "markdownDescription": "https://fonts.google.com/specimen/Albert+Sans", + "const": "Albert Sans" + }, + { + "title": "Aldrich", + "markdownDescription": "https://fonts.google.com/specimen/Aldrich", + "const": "Aldrich" + }, + { + "title": "Alef", + "markdownDescription": "https://fonts.google.com/specimen/Alef", + "const": "Alef" + }, + { + "title": "Alegreya", + "markdownDescription": "https://fonts.google.com/specimen/Alegreya", + "const": "Alegreya" + }, + { + "title": "Alegreya SC", + "markdownDescription": "https://fonts.google.com/specimen/Alegreya+SC", + "const": "Alegreya SC" + }, + { + "title": "Alegreya Sans", + "markdownDescription": "https://fonts.google.com/specimen/Alegreya+Sans", + "const": "Alegreya Sans" + }, + { + "title": "Alegreya Sans SC", + "markdownDescription": "https://fonts.google.com/specimen/Alegreya+Sans+SC", + "const": "Alegreya Sans SC" + }, + { + "title": "Aleo", + "markdownDescription": "https://fonts.google.com/specimen/Aleo", + "const": "Aleo" + }, + { + "title": "Alex Brush", + "markdownDescription": "https://fonts.google.com/specimen/Alex+Brush", + "const": "Alex Brush" + }, + { + "title": "Alexandria", + "markdownDescription": "https://fonts.google.com/specimen/Alexandria", + "const": "Alexandria" + }, + { + "title": "Alfa Slab One", + "markdownDescription": "https://fonts.google.com/specimen/Alfa+Slab+One", + "const": "Alfa Slab One" + }, + { + "title": "Alice", + "markdownDescription": "https://fonts.google.com/specimen/Alice", + "const": "Alice" + }, + { + "title": "Alike", + "markdownDescription": "https://fonts.google.com/specimen/Alike", + "const": "Alike" + }, + { + "title": "Alike Angular", + "markdownDescription": "https://fonts.google.com/specimen/Alike+Angular", + "const": "Alike Angular" + }, + { + "title": "Alkalami", + "markdownDescription": "https://fonts.google.com/specimen/Alkalami", + "const": "Alkalami" + }, + { + "title": "Alkatra", + "markdownDescription": "https://fonts.google.com/specimen/Alkatra", + "const": "Alkatra" + }, + { + "title": "Allan", + "markdownDescription": "https://fonts.google.com/specimen/Allan", + "const": "Allan" + }, + { + "title": "Allerta", + "markdownDescription": "https://fonts.google.com/specimen/Allerta", + "const": "Allerta" + }, + { + "title": "Allerta Stencil", + "markdownDescription": "https://fonts.google.com/specimen/Allerta+Stencil", + "const": "Allerta Stencil" + }, + { + "title": "Allison", + "markdownDescription": "https://fonts.google.com/specimen/Allison", + "const": "Allison" + }, + { + "title": "Allura", + "markdownDescription": "https://fonts.google.com/specimen/Allura", + "const": "Allura" + }, + { + "title": "Almarai", + "markdownDescription": "https://fonts.google.com/specimen/Almarai", + "const": "Almarai" + }, + { + "title": "Almendra", + "markdownDescription": "https://fonts.google.com/specimen/Almendra", + "const": "Almendra" + }, + { + "title": "Almendra Display", + "markdownDescription": "https://fonts.google.com/specimen/Almendra+Display", + "const": "Almendra Display" + }, + { + "title": "Almendra SC", + "markdownDescription": "https://fonts.google.com/specimen/Almendra+SC", + "const": "Almendra SC" + }, + { + "title": "Alumni Sans", + "markdownDescription": "https://fonts.google.com/specimen/Alumni+Sans", + "const": "Alumni Sans" + }, + { + "title": "Alumni Sans Collegiate One", + "markdownDescription": "https://fonts.google.com/specimen/Alumni+Sans+Collegiate+One", + "const": "Alumni Sans Collegiate One" + }, + { + "title": "Alumni Sans Inline One", + "markdownDescription": "https://fonts.google.com/specimen/Alumni+Sans+Inline+One", + "const": "Alumni Sans Inline One" + }, + { + "title": "Alumni Sans Pinstripe", + "markdownDescription": "https://fonts.google.com/specimen/Alumni+Sans+Pinstripe", + "const": "Alumni Sans Pinstripe" + }, + { + "title": "Amarante", + "markdownDescription": "https://fonts.google.com/specimen/Amarante", + "const": "Amarante" + }, + { + "title": "Amaranth", + "markdownDescription": "https://fonts.google.com/specimen/Amaranth", + "const": "Amaranth" + }, + { + "title": "Amatic SC", + "markdownDescription": "https://fonts.google.com/specimen/Amatic+SC", + "const": "Amatic SC" + }, + { + "title": "Amethysta", + "markdownDescription": "https://fonts.google.com/specimen/Amethysta", + "const": "Amethysta" + }, + { + "title": "Amiko", + "markdownDescription": "https://fonts.google.com/specimen/Amiko", + "const": "Amiko" + }, + { + "title": "Amiri", + "markdownDescription": "https://fonts.google.com/specimen/Amiri", + "const": "Amiri" + }, + { + "title": "Amiri Quran", + "markdownDescription": "https://fonts.google.com/specimen/Amiri+Quran", + "const": "Amiri Quran" + }, + { + "title": "Amita", + "markdownDescription": "https://fonts.google.com/specimen/Amita", + "const": "Amita" + }, + { + "title": "Anaheim", + "markdownDescription": "https://fonts.google.com/specimen/Anaheim", + "const": "Anaheim" + }, + { + "title": "Andada Pro", + "markdownDescription": "https://fonts.google.com/specimen/Andada+Pro", + "const": "Andada Pro" + }, + { + "title": "Andika", + "markdownDescription": "https://fonts.google.com/specimen/Andika", + "const": "Andika" + }, + { + "title": "Anek Bangla", + "markdownDescription": "https://fonts.google.com/specimen/Anek+Bangla", + "const": "Anek Bangla" + }, + { + "title": "Anek Devanagari", + "markdownDescription": "https://fonts.google.com/specimen/Anek+Devanagari", + "const": "Anek Devanagari" + }, + { + "title": "Anek Gujarati", + "markdownDescription": "https://fonts.google.com/specimen/Anek+Gujarati", + "const": "Anek Gujarati" + }, + { + "title": "Anek Gurmukhi", + "markdownDescription": "https://fonts.google.com/specimen/Anek+Gurmukhi", + "const": "Anek Gurmukhi" + }, + { + "title": "Anek Kannada", + "markdownDescription": "https://fonts.google.com/specimen/Anek+Kannada", + "const": "Anek Kannada" + }, + { + "title": "Anek Latin", + "markdownDescription": "https://fonts.google.com/specimen/Anek+Latin", + "const": "Anek Latin" + }, + { + "title": "Anek Malayalam", + "markdownDescription": "https://fonts.google.com/specimen/Anek+Malayalam", + "const": "Anek Malayalam" + }, + { + "title": "Anek Odia", + "markdownDescription": "https://fonts.google.com/specimen/Anek+Odia", + "const": "Anek Odia" + }, + { + "title": "Anek Tamil", + "markdownDescription": "https://fonts.google.com/specimen/Anek+Tamil", + "const": "Anek Tamil" + }, + { + "title": "Anek Telugu", + "markdownDescription": "https://fonts.google.com/specimen/Anek+Telugu", + "const": "Anek Telugu" + }, + { + "title": "Angkor", + "markdownDescription": "https://fonts.google.com/specimen/Angkor", + "const": "Angkor" + }, + { + "title": "Annie Use Your Telescope", + "markdownDescription": "https://fonts.google.com/specimen/Annie+Use+Your+Telescope", + "const": "Annie Use Your Telescope" + }, + { + "title": "Anonymous Pro", + "markdownDescription": "https://fonts.google.com/specimen/Anonymous+Pro", + "const": "Anonymous Pro" + }, + { + "title": "Antic", + "markdownDescription": "https://fonts.google.com/specimen/Antic", + "const": "Antic" + }, + { + "title": "Antic Didone", + "markdownDescription": "https://fonts.google.com/specimen/Antic+Didone", + "const": "Antic Didone" + }, + { + "title": "Antic Slab", + "markdownDescription": "https://fonts.google.com/specimen/Antic+Slab", + "const": "Antic Slab" + }, + { + "title": "Anton", + "markdownDescription": "https://fonts.google.com/specimen/Anton", + "const": "Anton" + }, + { + "title": "Antonio", + "markdownDescription": "https://fonts.google.com/specimen/Antonio", + "const": "Antonio" + }, + { + "title": "Anuphan", + "markdownDescription": "https://fonts.google.com/specimen/Anuphan", + "const": "Anuphan" + }, + { + "title": "Anybody", + "markdownDescription": "https://fonts.google.com/specimen/Anybody", + "const": "Anybody" + }, + { + "title": "Aoboshi One", + "markdownDescription": "https://fonts.google.com/specimen/Aoboshi+One", + "const": "Aoboshi One" + }, + { + "title": "Arapey", + "markdownDescription": "https://fonts.google.com/specimen/Arapey", + "const": "Arapey" + }, + { + "title": "Arbutus", + "markdownDescription": "https://fonts.google.com/specimen/Arbutus", + "const": "Arbutus" + }, + { + "title": "Arbutus Slab", + "markdownDescription": "https://fonts.google.com/specimen/Arbutus+Slab", + "const": "Arbutus Slab" + }, + { + "title": "Architects Daughter", + "markdownDescription": "https://fonts.google.com/specimen/Architects+Daughter", + "const": "Architects Daughter" + }, + { + "title": "Archivo", + "markdownDescription": "https://fonts.google.com/specimen/Archivo", + "const": "Archivo" + }, + { + "title": "Archivo Black", + "markdownDescription": "https://fonts.google.com/specimen/Archivo+Black", + "const": "Archivo Black" + }, + { + "title": "Archivo Narrow", + "markdownDescription": "https://fonts.google.com/specimen/Archivo+Narrow", + "const": "Archivo Narrow" + }, + { + "title": "Are You Serious", + "markdownDescription": "https://fonts.google.com/specimen/Are+You+Serious", + "const": "Are You Serious" + }, + { + "title": "Aref Ruqaa", + "markdownDescription": "https://fonts.google.com/specimen/Aref+Ruqaa", + "const": "Aref Ruqaa" + }, + { + "title": "Aref Ruqaa Ink", + "markdownDescription": "https://fonts.google.com/specimen/Aref+Ruqaa+Ink", + "const": "Aref Ruqaa Ink" + }, + { + "title": "Arima", + "markdownDescription": "https://fonts.google.com/specimen/Arima", + "const": "Arima" + }, + { + "title": "Arima Madurai", + "markdownDescription": "https://fonts.google.com/specimen/Arima+Madurai", + "const": "Arima Madurai" + }, + { + "title": "Arimo", + "markdownDescription": "https://fonts.google.com/specimen/Arimo", + "const": "Arimo" + }, + { + "title": "Arizonia", + "markdownDescription": "https://fonts.google.com/specimen/Arizonia", + "const": "Arizonia" + }, + { + "title": "Armata", + "markdownDescription": "https://fonts.google.com/specimen/Armata", + "const": "Armata" + }, + { + "title": "Arsenal", + "markdownDescription": "https://fonts.google.com/specimen/Arsenal", + "const": "Arsenal" + }, + { + "title": "Artifika", + "markdownDescription": "https://fonts.google.com/specimen/Artifika", + "const": "Artifika" + }, + { + "title": "Arvo", + "markdownDescription": "https://fonts.google.com/specimen/Arvo", + "const": "Arvo" + }, + { + "title": "Arya", + "markdownDescription": "https://fonts.google.com/specimen/Arya", + "const": "Arya" + }, + { + "title": "Asap", + "markdownDescription": "https://fonts.google.com/specimen/Asap", + "const": "Asap" + }, + { + "title": "Asap Condensed", + "markdownDescription": "https://fonts.google.com/specimen/Asap+Condensed", + "const": "Asap Condensed" + }, + { + "title": "Asar", + "markdownDescription": "https://fonts.google.com/specimen/Asar", + "const": "Asar" + }, + { + "title": "Asset", + "markdownDescription": "https://fonts.google.com/specimen/Asset", + "const": "Asset" + }, + { + "title": "Assistant", + "markdownDescription": "https://fonts.google.com/specimen/Assistant", + "const": "Assistant" + }, + { + "title": "Astloch", + "markdownDescription": "https://fonts.google.com/specimen/Astloch", + "const": "Astloch" + }, + { + "title": "Asul", + "markdownDescription": "https://fonts.google.com/specimen/Asul", + "const": "Asul" + }, + { + "title": "Athiti", + "markdownDescription": "https://fonts.google.com/specimen/Athiti", + "const": "Athiti" + }, + { + "title": "Atkinson Hyperlegible", + "markdownDescription": "https://fonts.google.com/specimen/Atkinson+Hyperlegible", + "const": "Atkinson Hyperlegible" + }, + { + "title": "Atma", + "markdownDescription": "https://fonts.google.com/specimen/Atma", + "const": "Atma" + }, + { + "title": "Atomic Age", + "markdownDescription": "https://fonts.google.com/specimen/Atomic+Age", + "const": "Atomic Age" + }, + { + "title": "Aubrey", + "markdownDescription": "https://fonts.google.com/specimen/Aubrey", + "const": "Aubrey" + }, + { + "title": "Audiowide", + "markdownDescription": "https://fonts.google.com/specimen/Audiowide", + "const": "Audiowide" + }, + { + "title": "Autour One", + "markdownDescription": "https://fonts.google.com/specimen/Autour+One", + "const": "Autour One" + }, + { + "title": "Average", + "markdownDescription": "https://fonts.google.com/specimen/Average", + "const": "Average" + }, + { + "title": "Average Sans", + "markdownDescription": "https://fonts.google.com/specimen/Average+Sans", + "const": "Average Sans" + }, + { + "title": "Averia Gruesa Libre", + "markdownDescription": "https://fonts.google.com/specimen/Averia+Gruesa+Libre", + "const": "Averia Gruesa Libre" + }, + { + "title": "Averia Libre", + "markdownDescription": "https://fonts.google.com/specimen/Averia+Libre", + "const": "Averia Libre" + }, + { + "title": "Averia Sans Libre", + "markdownDescription": "https://fonts.google.com/specimen/Averia+Sans+Libre", + "const": "Averia Sans Libre" + }, + { + "title": "Averia Serif Libre", + "markdownDescription": "https://fonts.google.com/specimen/Averia+Serif+Libre", + "const": "Averia Serif Libre" + }, + { + "title": "Azeret Mono", + "markdownDescription": "https://fonts.google.com/specimen/Azeret+Mono", + "const": "Azeret Mono" + }, + { + "title": "B612", + "markdownDescription": "https://fonts.google.com/specimen/B612", + "const": "B612" + }, + { + "title": "B612 Mono", + "markdownDescription": "https://fonts.google.com/specimen/B612+Mono", + "const": "B612 Mono" + }, + { + "title": "BIZ UDGothic", + "markdownDescription": "https://fonts.google.com/specimen/BIZ+UDGothic", + "const": "BIZ UDGothic" + }, + { + "title": "BIZ UDMincho", + "markdownDescription": "https://fonts.google.com/specimen/BIZ+UDMincho", + "const": "BIZ UDMincho" + }, + { + "title": "BIZ UDPGothic", + "markdownDescription": "https://fonts.google.com/specimen/BIZ+UDPGothic", + "const": "BIZ UDPGothic" + }, + { + "title": "BIZ UDPMincho", + "markdownDescription": "https://fonts.google.com/specimen/BIZ+UDPMincho", + "const": "BIZ UDPMincho" + }, + { + "title": "Babylonica", + "markdownDescription": "https://fonts.google.com/specimen/Babylonica", + "const": "Babylonica" + }, + { + "title": "Bacasime Antique", + "markdownDescription": "https://fonts.google.com/specimen/Bacasime+Antique", + "const": "Bacasime Antique" + }, + { + "title": "Bad Script", + "markdownDescription": "https://fonts.google.com/specimen/Bad+Script", + "const": "Bad Script" + }, + { + "title": "Bagel Fat One", + "markdownDescription": "https://fonts.google.com/specimen/Bagel+Fat+One", + "const": "Bagel Fat One" + }, + { + "title": "Bahiana", + "markdownDescription": "https://fonts.google.com/specimen/Bahiana", + "const": "Bahiana" + }, + { + "title": "Bahianita", + "markdownDescription": "https://fonts.google.com/specimen/Bahianita", + "const": "Bahianita" + }, + { + "title": "Bai Jamjuree", + "markdownDescription": "https://fonts.google.com/specimen/Bai+Jamjuree", + "const": "Bai Jamjuree" + }, + { + "title": "Bakbak One", + "markdownDescription": "https://fonts.google.com/specimen/Bakbak+One", + "const": "Bakbak One" + }, + { + "title": "Ballet", + "markdownDescription": "https://fonts.google.com/specimen/Ballet", + "const": "Ballet" + }, + { + "title": "Baloo 2", + "markdownDescription": "https://fonts.google.com/specimen/Baloo+2", + "const": "Baloo 2" + }, + { + "title": "Baloo Bhai 2", + "markdownDescription": "https://fonts.google.com/specimen/Baloo+Bhai+2", + "const": "Baloo Bhai 2" + }, + { + "title": "Baloo Bhaijaan 2", + "markdownDescription": "https://fonts.google.com/specimen/Baloo+Bhaijaan+2", + "const": "Baloo Bhaijaan 2" + }, + { + "title": "Baloo Bhaina 2", + "markdownDescription": "https://fonts.google.com/specimen/Baloo+Bhaina+2", + "const": "Baloo Bhaina 2" + }, + { + "title": "Baloo Chettan 2", + "markdownDescription": "https://fonts.google.com/specimen/Baloo+Chettan+2", + "const": "Baloo Chettan 2" + }, + { + "title": "Baloo Da 2", + "markdownDescription": "https://fonts.google.com/specimen/Baloo+Da+2", + "const": "Baloo Da 2" + }, + { + "title": "Baloo Paaji 2", + "markdownDescription": "https://fonts.google.com/specimen/Baloo+Paaji+2", + "const": "Baloo Paaji 2" + }, + { + "title": "Baloo Tamma 2", + "markdownDescription": "https://fonts.google.com/specimen/Baloo+Tamma+2", + "const": "Baloo Tamma 2" + }, + { + "title": "Baloo Tammudu 2", + "markdownDescription": "https://fonts.google.com/specimen/Baloo+Tammudu+2", + "const": "Baloo Tammudu 2" + }, + { + "title": "Baloo Thambi 2", + "markdownDescription": "https://fonts.google.com/specimen/Baloo+Thambi+2", + "const": "Baloo Thambi 2" + }, + { + "title": "Balsamiq Sans", + "markdownDescription": "https://fonts.google.com/specimen/Balsamiq+Sans", + "const": "Balsamiq Sans" + }, + { + "title": "Balthazar", + "markdownDescription": "https://fonts.google.com/specimen/Balthazar", + "const": "Balthazar" + }, + { + "title": "Bangers", + "markdownDescription": "https://fonts.google.com/specimen/Bangers", + "const": "Bangers" + }, + { + "title": "Barlow", + "markdownDescription": "https://fonts.google.com/specimen/Barlow", + "const": "Barlow" + }, + { + "title": "Barlow Condensed", + "markdownDescription": "https://fonts.google.com/specimen/Barlow+Condensed", + "const": "Barlow Condensed" + }, + { + "title": "Barlow Semi Condensed", + "markdownDescription": "https://fonts.google.com/specimen/Barlow+Semi+Condensed", + "const": "Barlow Semi Condensed" + }, + { + "title": "Barriecito", + "markdownDescription": "https://fonts.google.com/specimen/Barriecito", + "const": "Barriecito" + }, + { + "title": "Barrio", + "markdownDescription": "https://fonts.google.com/specimen/Barrio", + "const": "Barrio" + }, + { + "title": "Basic", + "markdownDescription": "https://fonts.google.com/specimen/Basic", + "const": "Basic" + }, + { + "title": "Baskervville", + "markdownDescription": "https://fonts.google.com/specimen/Baskervville", + "const": "Baskervville" + }, + { + "title": "Battambang", + "markdownDescription": "https://fonts.google.com/specimen/Battambang", + "const": "Battambang" + }, + { + "title": "Baumans", + "markdownDescription": "https://fonts.google.com/specimen/Baumans", + "const": "Baumans" + }, + { + "title": "Bayon", + "markdownDescription": "https://fonts.google.com/specimen/Bayon", + "const": "Bayon" + }, + { + "title": "Be Vietnam Pro", + "markdownDescription": "https://fonts.google.com/specimen/Be+Vietnam+Pro", + "const": "Be Vietnam Pro" + }, + { + "title": "Beau Rivage", + "markdownDescription": "https://fonts.google.com/specimen/Beau+Rivage", + "const": "Beau Rivage" + }, + { + "title": "Bebas Neue", + "markdownDescription": "https://fonts.google.com/specimen/Bebas+Neue", + "const": "Bebas Neue" + }, + { + "title": "Belanosima", + "markdownDescription": "https://fonts.google.com/specimen/Belanosima", + "const": "Belanosima" + }, + { + "title": "Belgrano", + "markdownDescription": "https://fonts.google.com/specimen/Belgrano", + "const": "Belgrano" + }, + { + "title": "Bellefair", + "markdownDescription": "https://fonts.google.com/specimen/Bellefair", + "const": "Bellefair" + }, + { + "title": "Belleza", + "markdownDescription": "https://fonts.google.com/specimen/Belleza", + "const": "Belleza" + }, + { + "title": "Bellota", + "markdownDescription": "https://fonts.google.com/specimen/Bellota", + "const": "Bellota" + }, + { + "title": "Bellota Text", + "markdownDescription": "https://fonts.google.com/specimen/Bellota+Text", + "const": "Bellota Text" + }, + { + "title": "BenchNine", + "markdownDescription": "https://fonts.google.com/specimen/BenchNine", + "const": "BenchNine" + }, + { + "title": "Benne", + "markdownDescription": "https://fonts.google.com/specimen/Benne", + "const": "Benne" + }, + { + "title": "Bentham", + "markdownDescription": "https://fonts.google.com/specimen/Bentham", + "const": "Bentham" + }, + { + "title": "Berkshire Swash", + "markdownDescription": "https://fonts.google.com/specimen/Berkshire+Swash", + "const": "Berkshire Swash" + }, + { + "title": "Besley", + "markdownDescription": "https://fonts.google.com/specimen/Besley", + "const": "Besley" + }, + { + "title": "Beth Ellen", + "markdownDescription": "https://fonts.google.com/specimen/Beth+Ellen", + "const": "Beth Ellen" + }, + { + "title": "Bevan", + "markdownDescription": "https://fonts.google.com/specimen/Bevan", + "const": "Bevan" + }, + { + "title": "BhuTuka Expanded One", + "markdownDescription": "https://fonts.google.com/specimen/BhuTuka+Expanded+One", + "const": "BhuTuka Expanded One" + }, + { + "title": "Big Shoulders Display", + "markdownDescription": "https://fonts.google.com/specimen/Big+Shoulders+Display", + "const": "Big Shoulders Display" + }, + { + "title": "Big Shoulders Inline Display", + "markdownDescription": "https://fonts.google.com/specimen/Big+Shoulders+Inline+Display", + "const": "Big Shoulders Inline Display" + }, + { + "title": "Big Shoulders Inline Text", + "markdownDescription": "https://fonts.google.com/specimen/Big+Shoulders+Inline+Text", + "const": "Big Shoulders Inline Text" + }, + { + "title": "Big Shoulders Stencil Display", + "markdownDescription": "https://fonts.google.com/specimen/Big+Shoulders+Stencil+Display", + "const": "Big Shoulders Stencil Display" + }, + { + "title": "Big Shoulders Stencil Text", + "markdownDescription": "https://fonts.google.com/specimen/Big+Shoulders+Stencil+Text", + "const": "Big Shoulders Stencil Text" + }, + { + "title": "Big Shoulders Text", + "markdownDescription": "https://fonts.google.com/specimen/Big+Shoulders+Text", + "const": "Big Shoulders Text" + }, + { + "title": "Bigelow Rules", + "markdownDescription": "https://fonts.google.com/specimen/Bigelow+Rules", + "const": "Bigelow Rules" + }, + { + "title": "Bigshot One", + "markdownDescription": "https://fonts.google.com/specimen/Bigshot+One", + "const": "Bigshot One" + }, + { + "title": "Bilbo", + "markdownDescription": "https://fonts.google.com/specimen/Bilbo", + "const": "Bilbo" + }, + { + "title": "Bilbo Swash Caps", + "markdownDescription": "https://fonts.google.com/specimen/Bilbo+Swash+Caps", + "const": "Bilbo Swash Caps" + }, + { + "title": "BioRhyme", + "markdownDescription": "https://fonts.google.com/specimen/BioRhyme", + "const": "BioRhyme" + }, + { + "title": "BioRhyme Expanded", + "markdownDescription": "https://fonts.google.com/specimen/BioRhyme+Expanded", + "const": "BioRhyme Expanded" + }, + { + "title": "Birthstone", + "markdownDescription": "https://fonts.google.com/specimen/Birthstone", + "const": "Birthstone" + }, + { + "title": "Birthstone Bounce", + "markdownDescription": "https://fonts.google.com/specimen/Birthstone+Bounce", + "const": "Birthstone Bounce" + }, + { + "title": "Biryani", + "markdownDescription": "https://fonts.google.com/specimen/Biryani", + "const": "Biryani" + }, + { + "title": "Bitter", + "markdownDescription": "https://fonts.google.com/specimen/Bitter", + "const": "Bitter" + }, + { + "title": "Black And White Picture", + "markdownDescription": "https://fonts.google.com/specimen/Black+And+White+Picture", + "const": "Black And White Picture" + }, + { + "title": "Black Han Sans", + "markdownDescription": "https://fonts.google.com/specimen/Black+Han+Sans", + "const": "Black Han Sans" + }, + { + "title": "Black Ops One", + "markdownDescription": "https://fonts.google.com/specimen/Black+Ops+One", + "const": "Black Ops One" + }, + { + "title": "Blaka", + "markdownDescription": "https://fonts.google.com/specimen/Blaka", + "const": "Blaka" + }, + { + "title": "Blaka Hollow", + "markdownDescription": "https://fonts.google.com/specimen/Blaka+Hollow", + "const": "Blaka Hollow" + }, + { + "title": "Blaka Ink", + "markdownDescription": "https://fonts.google.com/specimen/Blaka+Ink", + "const": "Blaka Ink" + }, + { + "title": "Blinker", + "markdownDescription": "https://fonts.google.com/specimen/Blinker", + "const": "Blinker" + }, + { + "title": "Bodoni Moda", + "markdownDescription": "https://fonts.google.com/specimen/Bodoni+Moda", + "const": "Bodoni Moda" + }, + { + "title": "Bokor", + "markdownDescription": "https://fonts.google.com/specimen/Bokor", + "const": "Bokor" + }, + { + "title": "Bona Nova", + "markdownDescription": "https://fonts.google.com/specimen/Bona+Nova", + "const": "Bona Nova" + }, + { + "title": "Bonbon", + "markdownDescription": "https://fonts.google.com/specimen/Bonbon", + "const": "Bonbon" + }, + { + "title": "Bonheur Royale", + "markdownDescription": "https://fonts.google.com/specimen/Bonheur+Royale", + "const": "Bonheur Royale" + }, + { + "title": "Boogaloo", + "markdownDescription": "https://fonts.google.com/specimen/Boogaloo", + "const": "Boogaloo" + }, + { + "title": "Borel", + "markdownDescription": "https://fonts.google.com/specimen/Borel", + "const": "Borel" + }, + { + "title": "Bowlby One", + "markdownDescription": "https://fonts.google.com/specimen/Bowlby+One", + "const": "Bowlby One" + }, + { + "title": "Bowlby One SC", + "markdownDescription": "https://fonts.google.com/specimen/Bowlby+One+SC", + "const": "Bowlby One SC" + }, + { + "title": "Braah One", + "markdownDescription": "https://fonts.google.com/specimen/Braah+One", + "const": "Braah One" + }, + { + "title": "Brawler", + "markdownDescription": "https://fonts.google.com/specimen/Brawler", + "const": "Brawler" + }, + { + "title": "Bree Serif", + "markdownDescription": "https://fonts.google.com/specimen/Bree+Serif", + "const": "Bree Serif" + }, + { + "title": "Bricolage Grotesque", + "markdownDescription": "https://fonts.google.com/specimen/Bricolage+Grotesque", + "const": "Bricolage Grotesque" + }, + { + "title": "Bruno Ace", + "markdownDescription": "https://fonts.google.com/specimen/Bruno+Ace", + "const": "Bruno Ace" + }, + { + "title": "Bruno Ace SC", + "markdownDescription": "https://fonts.google.com/specimen/Bruno+Ace+SC", + "const": "Bruno Ace SC" + }, + { + "title": "Brygada 1918", + "markdownDescription": "https://fonts.google.com/specimen/Brygada+1918", + "const": "Brygada 1918" + }, + { + "title": "Bubblegum Sans", + "markdownDescription": "https://fonts.google.com/specimen/Bubblegum+Sans", + "const": "Bubblegum Sans" + }, + { + "title": "Bubbler One", + "markdownDescription": "https://fonts.google.com/specimen/Bubbler+One", + "const": "Bubbler One" + }, + { + "title": "Buda", + "markdownDescription": "https://fonts.google.com/specimen/Buda", + "const": "Buda" + }, + { + "title": "Buenard", + "markdownDescription": "https://fonts.google.com/specimen/Buenard", + "const": "Buenard" + }, + { + "title": "Bungee", + "markdownDescription": "https://fonts.google.com/specimen/Bungee", + "const": "Bungee" + }, + { + "title": "Bungee Hairline", + "markdownDescription": "https://fonts.google.com/specimen/Bungee+Hairline", + "const": "Bungee Hairline" + }, + { + "title": "Bungee Inline", + "markdownDescription": "https://fonts.google.com/specimen/Bungee+Inline", + "const": "Bungee Inline" + }, + { + "title": "Bungee Outline", + "markdownDescription": "https://fonts.google.com/specimen/Bungee+Outline", + "const": "Bungee Outline" + }, + { + "title": "Bungee Shade", + "markdownDescription": "https://fonts.google.com/specimen/Bungee+Shade", + "const": "Bungee Shade" + }, + { + "title": "Bungee Spice", + "markdownDescription": "https://fonts.google.com/specimen/Bungee+Spice", + "const": "Bungee Spice" + }, + { + "title": "Butcherman", + "markdownDescription": "https://fonts.google.com/specimen/Butcherman", + "const": "Butcherman" + }, + { + "title": "Butterfly Kids", + "markdownDescription": "https://fonts.google.com/specimen/Butterfly+Kids", + "const": "Butterfly Kids" + }, + { + "title": "Cabin", + "markdownDescription": "https://fonts.google.com/specimen/Cabin", + "const": "Cabin" + }, + { + "title": "Cabin Condensed", + "markdownDescription": "https://fonts.google.com/specimen/Cabin+Condensed", + "const": "Cabin Condensed" + }, + { + "title": "Cabin Sketch", + "markdownDescription": "https://fonts.google.com/specimen/Cabin+Sketch", + "const": "Cabin Sketch" + }, + { + "title": "Caesar Dressing", + "markdownDescription": "https://fonts.google.com/specimen/Caesar+Dressing", + "const": "Caesar Dressing" + }, + { + "title": "Cagliostro", + "markdownDescription": "https://fonts.google.com/specimen/Cagliostro", + "const": "Cagliostro" + }, + { + "title": "Cairo", + "markdownDescription": "https://fonts.google.com/specimen/Cairo", + "const": "Cairo" + }, + { + "title": "Cairo Play", + "markdownDescription": "https://fonts.google.com/specimen/Cairo+Play", + "const": "Cairo Play" + }, + { + "title": "Caladea", + "markdownDescription": "https://fonts.google.com/specimen/Caladea", + "const": "Caladea" + }, + { + "title": "Calistoga", + "markdownDescription": "https://fonts.google.com/specimen/Calistoga", + "const": "Calistoga" + }, + { + "title": "Calligraffitti", + "markdownDescription": "https://fonts.google.com/specimen/Calligraffitti", + "const": "Calligraffitti" + }, + { + "title": "Cambay", + "markdownDescription": "https://fonts.google.com/specimen/Cambay", + "const": "Cambay" + }, + { + "title": "Cambo", + "markdownDescription": "https://fonts.google.com/specimen/Cambo", + "const": "Cambo" + }, + { + "title": "Candal", + "markdownDescription": "https://fonts.google.com/specimen/Candal", + "const": "Candal" + }, + { + "title": "Cantarell", + "markdownDescription": "https://fonts.google.com/specimen/Cantarell", + "const": "Cantarell" + }, + { + "title": "Cantata One", + "markdownDescription": "https://fonts.google.com/specimen/Cantata+One", + "const": "Cantata One" + }, + { + "title": "Cantora One", + "markdownDescription": "https://fonts.google.com/specimen/Cantora+One", + "const": "Cantora One" + }, + { + "title": "Caprasimo", + "markdownDescription": "https://fonts.google.com/specimen/Caprasimo", + "const": "Caprasimo" + }, + { + "title": "Capriola", + "markdownDescription": "https://fonts.google.com/specimen/Capriola", + "const": "Capriola" + }, + { + "title": "Caramel", + "markdownDescription": "https://fonts.google.com/specimen/Caramel", + "const": "Caramel" + }, + { + "title": "Carattere", + "markdownDescription": "https://fonts.google.com/specimen/Carattere", + "const": "Carattere" + }, + { + "title": "Cardo", + "markdownDescription": "https://fonts.google.com/specimen/Cardo", + "const": "Cardo" + }, + { + "title": "Carlito", + "markdownDescription": "https://fonts.google.com/specimen/Carlito", + "const": "Carlito" + }, + { + "title": "Carme", + "markdownDescription": "https://fonts.google.com/specimen/Carme", + "const": "Carme" + }, + { + "title": "Carrois Gothic", + "markdownDescription": "https://fonts.google.com/specimen/Carrois+Gothic", + "const": "Carrois Gothic" + }, + { + "title": "Carrois Gothic SC", + "markdownDescription": "https://fonts.google.com/specimen/Carrois+Gothic+SC", + "const": "Carrois Gothic SC" + }, + { + "title": "Carter One", + "markdownDescription": "https://fonts.google.com/specimen/Carter+One", + "const": "Carter One" + }, + { + "title": "Castoro", + "markdownDescription": "https://fonts.google.com/specimen/Castoro", + "const": "Castoro" + }, + { + "title": "Castoro Titling", + "markdownDescription": "https://fonts.google.com/specimen/Castoro+Titling", + "const": "Castoro Titling" + }, + { + "title": "Catamaran", + "markdownDescription": "https://fonts.google.com/specimen/Catamaran", + "const": "Catamaran" + }, + { + "title": "Caudex", + "markdownDescription": "https://fonts.google.com/specimen/Caudex", + "const": "Caudex" + }, + { + "title": "Caveat", + "markdownDescription": "https://fonts.google.com/specimen/Caveat", + "const": "Caveat" + }, + { + "title": "Caveat Brush", + "markdownDescription": "https://fonts.google.com/specimen/Caveat+Brush", + "const": "Caveat Brush" + }, + { + "title": "Cedarville Cursive", + "markdownDescription": "https://fonts.google.com/specimen/Cedarville+Cursive", + "const": "Cedarville Cursive" + }, + { + "title": "Ceviche One", + "markdownDescription": "https://fonts.google.com/specimen/Ceviche+One", + "const": "Ceviche One" + }, + { + "title": "Chakra Petch", + "markdownDescription": "https://fonts.google.com/specimen/Chakra+Petch", + "const": "Chakra Petch" + }, + { + "title": "Changa", + "markdownDescription": "https://fonts.google.com/specimen/Changa", + "const": "Changa" + }, + { + "title": "Changa One", + "markdownDescription": "https://fonts.google.com/specimen/Changa+One", + "const": "Changa One" + }, + { + "title": "Chango", + "markdownDescription": "https://fonts.google.com/specimen/Chango", + "const": "Chango" + }, + { + "title": "Charis SIL", + "markdownDescription": "https://fonts.google.com/specimen/Charis+SIL", + "const": "Charis SIL" + }, + { + "title": "Charm", + "markdownDescription": "https://fonts.google.com/specimen/Charm", + "const": "Charm" + }, + { + "title": "Charmonman", + "markdownDescription": "https://fonts.google.com/specimen/Charmonman", + "const": "Charmonman" + }, + { + "title": "Chathura", + "markdownDescription": "https://fonts.google.com/specimen/Chathura", + "const": "Chathura" + }, + { + "title": "Chau Philomene One", + "markdownDescription": "https://fonts.google.com/specimen/Chau+Philomene+One", + "const": "Chau Philomene One" + }, + { + "title": "Chela One", + "markdownDescription": "https://fonts.google.com/specimen/Chela+One", + "const": "Chela One" + }, + { + "title": "Chelsea Market", + "markdownDescription": "https://fonts.google.com/specimen/Chelsea+Market", + "const": "Chelsea Market" + }, + { + "title": "Chenla", + "markdownDescription": "https://fonts.google.com/specimen/Chenla", + "const": "Chenla" + }, + { + "title": "Cherish", + "markdownDescription": "https://fonts.google.com/specimen/Cherish", + "const": "Cherish" + }, + { + "title": "Cherry Bomb One", + "markdownDescription": "https://fonts.google.com/specimen/Cherry+Bomb+One", + "const": "Cherry Bomb One" + }, + { + "title": "Cherry Cream Soda", + "markdownDescription": "https://fonts.google.com/specimen/Cherry+Cream+Soda", + "const": "Cherry Cream Soda" + }, + { + "title": "Cherry Swash", + "markdownDescription": "https://fonts.google.com/specimen/Cherry+Swash", + "const": "Cherry Swash" + }, + { + "title": "Chewy", + "markdownDescription": "https://fonts.google.com/specimen/Chewy", + "const": "Chewy" + }, + { + "title": "Chicle", + "markdownDescription": "https://fonts.google.com/specimen/Chicle", + "const": "Chicle" + }, + { + "title": "Chilanka", + "markdownDescription": "https://fonts.google.com/specimen/Chilanka", + "const": "Chilanka" + }, + { + "title": "Chivo", + "markdownDescription": "https://fonts.google.com/specimen/Chivo", + "const": "Chivo" + }, + { + "title": "Chivo Mono", + "markdownDescription": "https://fonts.google.com/specimen/Chivo+Mono", + "const": "Chivo Mono" + }, + { + "title": "Chokokutai", + "markdownDescription": "https://fonts.google.com/specimen/Chokokutai", + "const": "Chokokutai" + }, + { + "title": "Chonburi", + "markdownDescription": "https://fonts.google.com/specimen/Chonburi", + "const": "Chonburi" + }, + { + "title": "Cinzel", + "markdownDescription": "https://fonts.google.com/specimen/Cinzel", + "const": "Cinzel" + }, + { + "title": "Cinzel Decorative", + "markdownDescription": "https://fonts.google.com/specimen/Cinzel+Decorative", + "const": "Cinzel Decorative" + }, + { + "title": "Clicker Script", + "markdownDescription": "https://fonts.google.com/specimen/Clicker+Script", + "const": "Clicker Script" + }, + { + "title": "Climate Crisis", + "markdownDescription": "https://fonts.google.com/specimen/Climate+Crisis", + "const": "Climate Crisis" + }, + { + "title": "Coda", + "markdownDescription": "https://fonts.google.com/specimen/Coda", + "const": "Coda" + }, + { + "title": "Coda Caption", + "markdownDescription": "https://fonts.google.com/specimen/Coda+Caption", + "const": "Coda Caption" + }, + { + "title": "Codystar", + "markdownDescription": "https://fonts.google.com/specimen/Codystar", + "const": "Codystar" + }, + { + "title": "Coiny", + "markdownDescription": "https://fonts.google.com/specimen/Coiny", + "const": "Coiny" + }, + { + "title": "Combo", + "markdownDescription": "https://fonts.google.com/specimen/Combo", + "const": "Combo" + }, + { + "title": "Comfortaa", + "markdownDescription": "https://fonts.google.com/specimen/Comfortaa", + "const": "Comfortaa" + }, + { + "title": "Comforter", + "markdownDescription": "https://fonts.google.com/specimen/Comforter", + "const": "Comforter" + }, + { + "title": "Comforter Brush", + "markdownDescription": "https://fonts.google.com/specimen/Comforter+Brush", + "const": "Comforter Brush" + }, + { + "title": "Comic Neue", + "markdownDescription": "https://fonts.google.com/specimen/Comic+Neue", + "const": "Comic Neue" + }, + { + "title": "Coming Soon", + "markdownDescription": "https://fonts.google.com/specimen/Coming+Soon", + "const": "Coming Soon" + }, + { + "title": "Comme", + "markdownDescription": "https://fonts.google.com/specimen/Comme", + "const": "Comme" + }, + { + "title": "Commissioner", + "markdownDescription": "https://fonts.google.com/specimen/Commissioner", + "const": "Commissioner" + }, + { + "title": "Concert One", + "markdownDescription": "https://fonts.google.com/specimen/Concert+One", + "const": "Concert One" + }, + { + "title": "Condiment", + "markdownDescription": "https://fonts.google.com/specimen/Condiment", + "const": "Condiment" + }, + { + "title": "Content", + "markdownDescription": "https://fonts.google.com/specimen/Content", + "const": "Content" + }, + { + "title": "Contrail One", + "markdownDescription": "https://fonts.google.com/specimen/Contrail+One", + "const": "Contrail One" + }, + { + "title": "Convergence", + "markdownDescription": "https://fonts.google.com/specimen/Convergence", + "const": "Convergence" + }, + { + "title": "Cookie", + "markdownDescription": "https://fonts.google.com/specimen/Cookie", + "const": "Cookie" + }, + { + "title": "Copse", + "markdownDescription": "https://fonts.google.com/specimen/Copse", + "const": "Copse" + }, + { + "title": "Corben", + "markdownDescription": "https://fonts.google.com/specimen/Corben", + "const": "Corben" + }, + { + "title": "Corinthia", + "markdownDescription": "https://fonts.google.com/specimen/Corinthia", + "const": "Corinthia" + }, + { + "title": "Cormorant", + "markdownDescription": "https://fonts.google.com/specimen/Cormorant", + "const": "Cormorant" + }, + { + "title": "Cormorant Garamond", + "markdownDescription": "https://fonts.google.com/specimen/Cormorant+Garamond", + "const": "Cormorant Garamond" + }, + { + "title": "Cormorant Infant", + "markdownDescription": "https://fonts.google.com/specimen/Cormorant+Infant", + "const": "Cormorant Infant" + }, + { + "title": "Cormorant SC", + "markdownDescription": "https://fonts.google.com/specimen/Cormorant+SC", + "const": "Cormorant SC" + }, + { + "title": "Cormorant Unicase", + "markdownDescription": "https://fonts.google.com/specimen/Cormorant+Unicase", + "const": "Cormorant Unicase" + }, + { + "title": "Cormorant Upright", + "markdownDescription": "https://fonts.google.com/specimen/Cormorant+Upright", + "const": "Cormorant Upright" + }, + { + "title": "Courgette", + "markdownDescription": "https://fonts.google.com/specimen/Courgette", + "const": "Courgette" + }, + { + "title": "Courier Prime", + "markdownDescription": "https://fonts.google.com/specimen/Courier+Prime", + "const": "Courier Prime" + }, + { + "title": "Cousine", + "markdownDescription": "https://fonts.google.com/specimen/Cousine", + "const": "Cousine" + }, + { + "title": "Coustard", + "markdownDescription": "https://fonts.google.com/specimen/Coustard", + "const": "Coustard" + }, + { + "title": "Covered By Your Grace", + "markdownDescription": "https://fonts.google.com/specimen/Covered+By+Your+Grace", + "const": "Covered By Your Grace" + }, + { + "title": "Crafty Girls", + "markdownDescription": "https://fonts.google.com/specimen/Crafty+Girls", + "const": "Crafty Girls" + }, + { + "title": "Creepster", + "markdownDescription": "https://fonts.google.com/specimen/Creepster", + "const": "Creepster" + }, + { + "title": "Crete Round", + "markdownDescription": "https://fonts.google.com/specimen/Crete+Round", + "const": "Crete Round" + }, + { + "title": "Crimson Pro", + "markdownDescription": "https://fonts.google.com/specimen/Crimson+Pro", + "const": "Crimson Pro" + }, + { + "title": "Crimson Text", + "markdownDescription": "https://fonts.google.com/specimen/Crimson+Text", + "const": "Crimson Text" + }, + { + "title": "Croissant One", + "markdownDescription": "https://fonts.google.com/specimen/Croissant+One", + "const": "Croissant One" + }, + { + "title": "Crushed", + "markdownDescription": "https://fonts.google.com/specimen/Crushed", + "const": "Crushed" + }, + { + "title": "Cuprum", + "markdownDescription": "https://fonts.google.com/specimen/Cuprum", + "const": "Cuprum" + }, + { + "title": "Cute Font", + "markdownDescription": "https://fonts.google.com/specimen/Cute+Font", + "const": "Cute Font" + }, + { + "title": "Cutive", + "markdownDescription": "https://fonts.google.com/specimen/Cutive", + "const": "Cutive" + }, + { + "title": "Cutive Mono", + "markdownDescription": "https://fonts.google.com/specimen/Cutive+Mono", + "const": "Cutive Mono" + }, + { + "title": "DM Mono", + "markdownDescription": "https://fonts.google.com/specimen/DM+Mono", + "const": "DM Mono" + }, + { + "title": "DM Sans", + "markdownDescription": "https://fonts.google.com/specimen/DM+Sans", + "const": "DM Sans" + }, + { + "title": "DM Serif Display", + "markdownDescription": "https://fonts.google.com/specimen/DM+Serif+Display", + "const": "DM Serif Display" + }, + { + "title": "DM Serif Text", + "markdownDescription": "https://fonts.google.com/specimen/DM+Serif+Text", + "const": "DM Serif Text" + }, + { + "title": "Dai Banna SIL", + "markdownDescription": "https://fonts.google.com/specimen/Dai+Banna+SIL", + "const": "Dai Banna SIL" + }, + { + "title": "Damion", + "markdownDescription": "https://fonts.google.com/specimen/Damion", + "const": "Damion" + }, + { + "title": "Dancing Script", + "markdownDescription": "https://fonts.google.com/specimen/Dancing+Script", + "const": "Dancing Script" + }, + { + "title": "Dangrek", + "markdownDescription": "https://fonts.google.com/specimen/Dangrek", + "const": "Dangrek" + }, + { + "title": "Darker Grotesque", + "markdownDescription": "https://fonts.google.com/specimen/Darker+Grotesque", + "const": "Darker Grotesque" + }, + { + "title": "Darumadrop One", + "markdownDescription": "https://fonts.google.com/specimen/Darumadrop+One", + "const": "Darumadrop One" + }, + { + "title": "David Libre", + "markdownDescription": "https://fonts.google.com/specimen/David+Libre", + "const": "David Libre" + }, + { + "title": "Dawning of a New Day", + "markdownDescription": "https://fonts.google.com/specimen/Dawning+of+a+New+Day", + "const": "Dawning of a New Day" + }, + { + "title": "Days One", + "markdownDescription": "https://fonts.google.com/specimen/Days+One", + "const": "Days One" + }, + { + "title": "Dekko", + "markdownDescription": "https://fonts.google.com/specimen/Dekko", + "const": "Dekko" + }, + { + "title": "Dela Gothic One", + "markdownDescription": "https://fonts.google.com/specimen/Dela+Gothic+One", + "const": "Dela Gothic One" + }, + { + "title": "Delicious Handrawn", + "markdownDescription": "https://fonts.google.com/specimen/Delicious+Handrawn", + "const": "Delicious Handrawn" + }, + { + "title": "Delius", + "markdownDescription": "https://fonts.google.com/specimen/Delius", + "const": "Delius" + }, + { + "title": "Delius Swash Caps", + "markdownDescription": "https://fonts.google.com/specimen/Delius+Swash+Caps", + "const": "Delius Swash Caps" + }, + { + "title": "Delius Unicase", + "markdownDescription": "https://fonts.google.com/specimen/Delius+Unicase", + "const": "Delius Unicase" + }, + { + "title": "Della Respira", + "markdownDescription": "https://fonts.google.com/specimen/Della+Respira", + "const": "Della Respira" + }, + { + "title": "Denk One", + "markdownDescription": "https://fonts.google.com/specimen/Denk+One", + "const": "Denk One" + }, + { + "title": "Devonshire", + "markdownDescription": "https://fonts.google.com/specimen/Devonshire", + "const": "Devonshire" + }, + { + "title": "Dhurjati", + "markdownDescription": "https://fonts.google.com/specimen/Dhurjati", + "const": "Dhurjati" + }, + { + "title": "Didact Gothic", + "markdownDescription": "https://fonts.google.com/specimen/Didact+Gothic", + "const": "Didact Gothic" + }, + { + "title": "Diphylleia", + "markdownDescription": "https://fonts.google.com/specimen/Diphylleia", + "const": "Diphylleia" + }, + { + "title": "Diplomata", + "markdownDescription": "https://fonts.google.com/specimen/Diplomata", + "const": "Diplomata" + }, + { + "title": "Diplomata SC", + "markdownDescription": "https://fonts.google.com/specimen/Diplomata+SC", + "const": "Diplomata SC" + }, + { + "title": "Do Hyeon", + "markdownDescription": "https://fonts.google.com/specimen/Do+Hyeon", + "const": "Do Hyeon" + }, + { + "title": "Dokdo", + "markdownDescription": "https://fonts.google.com/specimen/Dokdo", + "const": "Dokdo" + }, + { + "title": "Domine", + "markdownDescription": "https://fonts.google.com/specimen/Domine", + "const": "Domine" + }, + { + "title": "Donegal One", + "markdownDescription": "https://fonts.google.com/specimen/Donegal+One", + "const": "Donegal One" + }, + { + "title": "Dongle", + "markdownDescription": "https://fonts.google.com/specimen/Dongle", + "const": "Dongle" + }, + { + "title": "Doppio One", + "markdownDescription": "https://fonts.google.com/specimen/Doppio+One", + "const": "Doppio One" + }, + { + "title": "Dorsa", + "markdownDescription": "https://fonts.google.com/specimen/Dorsa", + "const": "Dorsa" + }, + { + "title": "Dosis", + "markdownDescription": "https://fonts.google.com/specimen/Dosis", + "const": "Dosis" + }, + { + "title": "DotGothic16", + "markdownDescription": "https://fonts.google.com/specimen/DotGothic16", + "const": "DotGothic16" + }, + { + "title": "Dr Sugiyama", + "markdownDescription": "https://fonts.google.com/specimen/Dr+Sugiyama", + "const": "Dr Sugiyama" + }, + { + "title": "Duru Sans", + "markdownDescription": "https://fonts.google.com/specimen/Duru+Sans", + "const": "Duru Sans" + }, + { + "title": "DynaPuff", + "markdownDescription": "https://fonts.google.com/specimen/DynaPuff", + "const": "DynaPuff" + }, + { + "title": "Dynalight", + "markdownDescription": "https://fonts.google.com/specimen/Dynalight", + "const": "Dynalight" + }, + { + "title": "EB Garamond", + "markdownDescription": "https://fonts.google.com/specimen/EB+Garamond", + "const": "EB Garamond" + }, + { + "title": "Eagle Lake", + "markdownDescription": "https://fonts.google.com/specimen/Eagle+Lake", + "const": "Eagle Lake" + }, + { + "title": "East Sea Dokdo", + "markdownDescription": "https://fonts.google.com/specimen/East+Sea+Dokdo", + "const": "East Sea Dokdo" + }, + { + "title": "Eater", + "markdownDescription": "https://fonts.google.com/specimen/Eater", + "const": "Eater" + }, + { + "title": "Economica", + "markdownDescription": "https://fonts.google.com/specimen/Economica", + "const": "Economica" + }, + { + "title": "Eczar", + "markdownDescription": "https://fonts.google.com/specimen/Eczar", + "const": "Eczar" + }, + { + "title": "Edu NSW ACT Foundation", + "markdownDescription": "https://fonts.google.com/specimen/Edu+NSW+ACT+Foundation", + "const": "Edu NSW ACT Foundation" + }, + { + "title": "Edu QLD Beginner", + "markdownDescription": "https://fonts.google.com/specimen/Edu+QLD+Beginner", + "const": "Edu QLD Beginner" + }, + { + "title": "Edu SA Beginner", + "markdownDescription": "https://fonts.google.com/specimen/Edu+SA+Beginner", + "const": "Edu SA Beginner" + }, + { + "title": "Edu TAS Beginner", + "markdownDescription": "https://fonts.google.com/specimen/Edu+TAS+Beginner", + "const": "Edu TAS Beginner" + }, + { + "title": "Edu VIC WA NT Beginner", + "markdownDescription": "https://fonts.google.com/specimen/Edu+VIC+WA+NT+Beginner", + "const": "Edu VIC WA NT Beginner" + }, + { + "title": "El Messiri", + "markdownDescription": "https://fonts.google.com/specimen/El+Messiri", + "const": "El Messiri" + }, + { + "title": "Electrolize", + "markdownDescription": "https://fonts.google.com/specimen/Electrolize", + "const": "Electrolize" + }, + { + "title": "Elsie", + "markdownDescription": "https://fonts.google.com/specimen/Elsie", + "const": "Elsie" + }, + { + "title": "Elsie Swash Caps", + "markdownDescription": "https://fonts.google.com/specimen/Elsie+Swash+Caps", + "const": "Elsie Swash Caps" + }, + { + "title": "Emblema One", + "markdownDescription": "https://fonts.google.com/specimen/Emblema+One", + "const": "Emblema One" + }, + { + "title": "Emilys Candy", + "markdownDescription": "https://fonts.google.com/specimen/Emilys+Candy", + "const": "Emilys Candy" + }, + { + "title": "Encode Sans", + "markdownDescription": "https://fonts.google.com/specimen/Encode+Sans", + "const": "Encode Sans" + }, + { + "title": "Encode Sans Condensed", + "markdownDescription": "https://fonts.google.com/specimen/Encode+Sans+Condensed", + "const": "Encode Sans Condensed" + }, + { + "title": "Encode Sans Expanded", + "markdownDescription": "https://fonts.google.com/specimen/Encode+Sans+Expanded", + "const": "Encode Sans Expanded" + }, + { + "title": "Encode Sans SC", + "markdownDescription": "https://fonts.google.com/specimen/Encode+Sans+SC", + "const": "Encode Sans SC" + }, + { + "title": "Encode Sans Semi Condensed", + "markdownDescription": "https://fonts.google.com/specimen/Encode+Sans+Semi+Condensed", + "const": "Encode Sans Semi Condensed" + }, + { + "title": "Encode Sans Semi Expanded", + "markdownDescription": "https://fonts.google.com/specimen/Encode+Sans+Semi+Expanded", + "const": "Encode Sans Semi Expanded" + }, + { + "title": "Engagement", + "markdownDescription": "https://fonts.google.com/specimen/Engagement", + "const": "Engagement" + }, + { + "title": "Englebert", + "markdownDescription": "https://fonts.google.com/specimen/Englebert", + "const": "Englebert" + }, + { + "title": "Enriqueta", + "markdownDescription": "https://fonts.google.com/specimen/Enriqueta", + "const": "Enriqueta" + }, + { + "title": "Ephesis", + "markdownDescription": "https://fonts.google.com/specimen/Ephesis", + "const": "Ephesis" + }, + { + "title": "Epilogue", + "markdownDescription": "https://fonts.google.com/specimen/Epilogue", + "const": "Epilogue" + }, + { + "title": "Erica One", + "markdownDescription": "https://fonts.google.com/specimen/Erica+One", + "const": "Erica One" + }, + { + "title": "Esteban", + "markdownDescription": "https://fonts.google.com/specimen/Esteban", + "const": "Esteban" + }, + { + "title": "Estonia", + "markdownDescription": "https://fonts.google.com/specimen/Estonia", + "const": "Estonia" + }, + { + "title": "Euphoria Script", + "markdownDescription": "https://fonts.google.com/specimen/Euphoria+Script", + "const": "Euphoria Script" + }, + { + "title": "Ewert", + "markdownDescription": "https://fonts.google.com/specimen/Ewert", + "const": "Ewert" + }, + { + "title": "Exo", + "markdownDescription": "https://fonts.google.com/specimen/Exo", + "const": "Exo" + }, + { + "title": "Exo 2", + "markdownDescription": "https://fonts.google.com/specimen/Exo+2", + "const": "Exo 2" + }, + { + "title": "Expletus Sans", + "markdownDescription": "https://fonts.google.com/specimen/Expletus+Sans", + "const": "Expletus Sans" + }, + { + "title": "Explora", + "markdownDescription": "https://fonts.google.com/specimen/Explora", + "const": "Explora" + }, + { + "title": "Fahkwang", + "markdownDescription": "https://fonts.google.com/specimen/Fahkwang", + "const": "Fahkwang" + }, + { + "title": "Familjen Grotesk", + "markdownDescription": "https://fonts.google.com/specimen/Familjen+Grotesk", + "const": "Familjen Grotesk" + }, + { + "title": "Fanwood Text", + "markdownDescription": "https://fonts.google.com/specimen/Fanwood+Text", + "const": "Fanwood Text" + }, + { + "title": "Farro", + "markdownDescription": "https://fonts.google.com/specimen/Farro", + "const": "Farro" + }, + { + "title": "Farsan", + "markdownDescription": "https://fonts.google.com/specimen/Farsan", + "const": "Farsan" + }, + { + "title": "Fascinate", + "markdownDescription": "https://fonts.google.com/specimen/Fascinate", + "const": "Fascinate" + }, + { + "title": "Fascinate Inline", + "markdownDescription": "https://fonts.google.com/specimen/Fascinate+Inline", + "const": "Fascinate Inline" + }, + { + "title": "Faster One", + "markdownDescription": "https://fonts.google.com/specimen/Faster+One", + "const": "Faster One" + }, + { + "title": "Fasthand", + "markdownDescription": "https://fonts.google.com/specimen/Fasthand", + "const": "Fasthand" + }, + { + "title": "Fauna One", + "markdownDescription": "https://fonts.google.com/specimen/Fauna+One", + "const": "Fauna One" + }, + { + "title": "Faustina", + "markdownDescription": "https://fonts.google.com/specimen/Faustina", + "const": "Faustina" + }, + { + "title": "Federant", + "markdownDescription": "https://fonts.google.com/specimen/Federant", + "const": "Federant" + }, + { + "title": "Federo", + "markdownDescription": "https://fonts.google.com/specimen/Federo", + "const": "Federo" + }, + { + "title": "Felipa", + "markdownDescription": "https://fonts.google.com/specimen/Felipa", + "const": "Felipa" + }, + { + "title": "Fenix", + "markdownDescription": "https://fonts.google.com/specimen/Fenix", + "const": "Fenix" + }, + { + "title": "Festive", + "markdownDescription": "https://fonts.google.com/specimen/Festive", + "const": "Festive" + }, + { + "title": "Figtree", + "markdownDescription": "https://fonts.google.com/specimen/Figtree", + "const": "Figtree" + }, + { + "title": "Finger Paint", + "markdownDescription": "https://fonts.google.com/specimen/Finger+Paint", + "const": "Finger Paint" + }, + { + "title": "Finlandica", + "markdownDescription": "https://fonts.google.com/specimen/Finlandica", + "const": "Finlandica" + }, + { + "title": "Fira Code", + "markdownDescription": "https://fonts.google.com/specimen/Fira+Code", + "const": "Fira Code" + }, + { + "title": "Fira Mono", + "markdownDescription": "https://fonts.google.com/specimen/Fira+Mono", + "const": "Fira Mono" + }, + { + "title": "Fira Sans", + "markdownDescription": "https://fonts.google.com/specimen/Fira+Sans", + "const": "Fira Sans" + }, + { + "title": "Fira Sans Condensed", + "markdownDescription": "https://fonts.google.com/specimen/Fira+Sans+Condensed", + "const": "Fira Sans Condensed" + }, + { + "title": "Fira Sans Extra Condensed", + "markdownDescription": "https://fonts.google.com/specimen/Fira+Sans+Extra+Condensed", + "const": "Fira Sans Extra Condensed" + }, + { + "title": "Fjalla One", + "markdownDescription": "https://fonts.google.com/specimen/Fjalla+One", + "const": "Fjalla One" + }, + { + "title": "Fjord One", + "markdownDescription": "https://fonts.google.com/specimen/Fjord+One", + "const": "Fjord One" + }, + { + "title": "Flamenco", + "markdownDescription": "https://fonts.google.com/specimen/Flamenco", + "const": "Flamenco" + }, + { + "title": "Flavors", + "markdownDescription": "https://fonts.google.com/specimen/Flavors", + "const": "Flavors" + }, + { + "title": "Fleur De Leah", + "markdownDescription": "https://fonts.google.com/specimen/Fleur+De+Leah", + "const": "Fleur De Leah" + }, + { + "title": "Flow Block", + "markdownDescription": "https://fonts.google.com/specimen/Flow+Block", + "const": "Flow Block" + }, + { + "title": "Flow Circular", + "markdownDescription": "https://fonts.google.com/specimen/Flow+Circular", + "const": "Flow Circular" + }, + { + "title": "Flow Rounded", + "markdownDescription": "https://fonts.google.com/specimen/Flow+Rounded", + "const": "Flow Rounded" + }, + { + "title": "Foldit", + "markdownDescription": "https://fonts.google.com/specimen/Foldit", + "const": "Foldit" + }, + { + "title": "Fondamento", + "markdownDescription": "https://fonts.google.com/specimen/Fondamento", + "const": "Fondamento" + }, + { + "title": "Fontdiner Swanky", + "markdownDescription": "https://fonts.google.com/specimen/Fontdiner+Swanky", + "const": "Fontdiner Swanky" + }, + { + "title": "Forum", + "markdownDescription": "https://fonts.google.com/specimen/Forum", + "const": "Forum" + }, + { + "title": "Fragment Mono", + "markdownDescription": "https://fonts.google.com/specimen/Fragment+Mono", + "const": "Fragment Mono" + }, + { + "title": "Francois One", + "markdownDescription": "https://fonts.google.com/specimen/Francois+One", + "const": "Francois One" + }, + { + "title": "Frank Ruhl Libre", + "markdownDescription": "https://fonts.google.com/specimen/Frank+Ruhl+Libre", + "const": "Frank Ruhl Libre" + }, + { + "title": "Fraunces", + "markdownDescription": "https://fonts.google.com/specimen/Fraunces", + "const": "Fraunces" + }, + { + "title": "Freckle Face", + "markdownDescription": "https://fonts.google.com/specimen/Freckle+Face", + "const": "Freckle Face" + }, + { + "title": "Fredericka the Great", + "markdownDescription": "https://fonts.google.com/specimen/Fredericka+the+Great", + "const": "Fredericka the Great" + }, + { + "title": "Fredoka", + "markdownDescription": "https://fonts.google.com/specimen/Fredoka", + "const": "Fredoka" + }, + { + "title": "Freehand", + "markdownDescription": "https://fonts.google.com/specimen/Freehand", + "const": "Freehand" + }, + { + "title": "Fresca", + "markdownDescription": "https://fonts.google.com/specimen/Fresca", + "const": "Fresca" + }, + { + "title": "Frijole", + "markdownDescription": "https://fonts.google.com/specimen/Frijole", + "const": "Frijole" + }, + { + "title": "Fruktur", + "markdownDescription": "https://fonts.google.com/specimen/Fruktur", + "const": "Fruktur" + }, + { + "title": "Fugaz One", + "markdownDescription": "https://fonts.google.com/specimen/Fugaz+One", + "const": "Fugaz One" + }, + { + "title": "Fuggles", + "markdownDescription": "https://fonts.google.com/specimen/Fuggles", + "const": "Fuggles" + }, + { + "title": "Fuzzy Bubbles", + "markdownDescription": "https://fonts.google.com/specimen/Fuzzy+Bubbles", + "const": "Fuzzy Bubbles" + }, + { + "title": "GFS Didot", + "markdownDescription": "https://fonts.google.com/specimen/GFS+Didot", + "const": "GFS Didot" + }, + { + "title": "GFS Neohellenic", + "markdownDescription": "https://fonts.google.com/specimen/GFS+Neohellenic", + "const": "GFS Neohellenic" + }, + { + "title": "Gabarito", + "markdownDescription": "https://fonts.google.com/specimen/Gabarito", + "const": "Gabarito" + }, + { + "title": "Gabriela", + "markdownDescription": "https://fonts.google.com/specimen/Gabriela", + "const": "Gabriela" + }, + { + "title": "Gaegu", + "markdownDescription": "https://fonts.google.com/specimen/Gaegu", + "const": "Gaegu" + }, + { + "title": "Gafata", + "markdownDescription": "https://fonts.google.com/specimen/Gafata", + "const": "Gafata" + }, + { + "title": "Gajraj One", + "markdownDescription": "https://fonts.google.com/specimen/Gajraj+One", + "const": "Gajraj One" + }, + { + "title": "Galada", + "markdownDescription": "https://fonts.google.com/specimen/Galada", + "const": "Galada" + }, + { + "title": "Galdeano", + "markdownDescription": "https://fonts.google.com/specimen/Galdeano", + "const": "Galdeano" + }, + { + "title": "Galindo", + "markdownDescription": "https://fonts.google.com/specimen/Galindo", + "const": "Galindo" + }, + { + "title": "Gamja Flower", + "markdownDescription": "https://fonts.google.com/specimen/Gamja+Flower", + "const": "Gamja Flower" + }, + { + "title": "Gantari", + "markdownDescription": "https://fonts.google.com/specimen/Gantari", + "const": "Gantari" + }, + { + "title": "Gasoek One", + "markdownDescription": "https://fonts.google.com/specimen/Gasoek+One", + "const": "Gasoek One" + }, + { + "title": "Gayathri", + "markdownDescription": "https://fonts.google.com/specimen/Gayathri", + "const": "Gayathri" + }, + { + "title": "Gelasio", + "markdownDescription": "https://fonts.google.com/specimen/Gelasio", + "const": "Gelasio" + }, + { + "title": "Gemunu Libre", + "markdownDescription": "https://fonts.google.com/specimen/Gemunu+Libre", + "const": "Gemunu Libre" + }, + { + "title": "Genos", + "markdownDescription": "https://fonts.google.com/specimen/Genos", + "const": "Genos" + }, + { + "title": "Gentium Book Plus", + "markdownDescription": "https://fonts.google.com/specimen/Gentium+Book+Plus", + "const": "Gentium Book Plus" + }, + { + "title": "Gentium Plus", + "markdownDescription": "https://fonts.google.com/specimen/Gentium+Plus", + "const": "Gentium Plus" + }, + { + "title": "Geo", + "markdownDescription": "https://fonts.google.com/specimen/Geo", + "const": "Geo" + }, + { + "title": "Geologica", + "markdownDescription": "https://fonts.google.com/specimen/Geologica", + "const": "Geologica" + }, + { + "title": "Georama", + "markdownDescription": "https://fonts.google.com/specimen/Georama", + "const": "Georama" + }, + { + "title": "Geostar", + "markdownDescription": "https://fonts.google.com/specimen/Geostar", + "const": "Geostar" + }, + { + "title": "Geostar Fill", + "markdownDescription": "https://fonts.google.com/specimen/Geostar+Fill", + "const": "Geostar Fill" + }, + { + "title": "Germania One", + "markdownDescription": "https://fonts.google.com/specimen/Germania+One", + "const": "Germania One" + }, + { + "title": "Gideon Roman", + "markdownDescription": "https://fonts.google.com/specimen/Gideon+Roman", + "const": "Gideon Roman" + }, + { + "title": "Gidugu", + "markdownDescription": "https://fonts.google.com/specimen/Gidugu", + "const": "Gidugu" + }, + { + "title": "Gilda Display", + "markdownDescription": "https://fonts.google.com/specimen/Gilda+Display", + "const": "Gilda Display" + }, + { + "title": "Girassol", + "markdownDescription": "https://fonts.google.com/specimen/Girassol", + "const": "Girassol" + }, + { + "title": "Give You Glory", + "markdownDescription": "https://fonts.google.com/specimen/Give+You+Glory", + "const": "Give You Glory" + }, + { + "title": "Glass Antiqua", + "markdownDescription": "https://fonts.google.com/specimen/Glass+Antiqua", + "const": "Glass Antiqua" + }, + { + "title": "Glegoo", + "markdownDescription": "https://fonts.google.com/specimen/Glegoo", + "const": "Glegoo" + }, + { + "title": "Gloock", + "markdownDescription": "https://fonts.google.com/specimen/Gloock", + "const": "Gloock" + }, + { + "title": "Gloria Hallelujah", + "markdownDescription": "https://fonts.google.com/specimen/Gloria+Hallelujah", + "const": "Gloria Hallelujah" + }, + { + "title": "Glory", + "markdownDescription": "https://fonts.google.com/specimen/Glory", + "const": "Glory" + }, + { + "title": "Gluten", + "markdownDescription": "https://fonts.google.com/specimen/Gluten", + "const": "Gluten" + }, + { + "title": "Goblin One", + "markdownDescription": "https://fonts.google.com/specimen/Goblin+One", + "const": "Goblin One" + }, + { + "title": "Gochi Hand", + "markdownDescription": "https://fonts.google.com/specimen/Gochi+Hand", + "const": "Gochi Hand" + }, + { + "title": "Goldman", + "markdownDescription": "https://fonts.google.com/specimen/Goldman", + "const": "Goldman" + }, + { + "title": "Golos Text", + "markdownDescription": "https://fonts.google.com/specimen/Golos+Text", + "const": "Golos Text" + }, + { + "title": "Gorditas", + "markdownDescription": "https://fonts.google.com/specimen/Gorditas", + "const": "Gorditas" + }, + { + "title": "Gothic A1", + "markdownDescription": "https://fonts.google.com/specimen/Gothic+A1", + "const": "Gothic A1" + }, + { + "title": "Gotu", + "markdownDescription": "https://fonts.google.com/specimen/Gotu", + "const": "Gotu" + }, + { + "title": "Goudy Bookletter 1911", + "markdownDescription": "https://fonts.google.com/specimen/Goudy+Bookletter+1911", + "const": "Goudy Bookletter 1911" + }, + { + "title": "Gowun Batang", + "markdownDescription": "https://fonts.google.com/specimen/Gowun+Batang", + "const": "Gowun Batang" + }, + { + "title": "Gowun Dodum", + "markdownDescription": "https://fonts.google.com/specimen/Gowun+Dodum", + "const": "Gowun Dodum" + }, + { + "title": "Graduate", + "markdownDescription": "https://fonts.google.com/specimen/Graduate", + "const": "Graduate" + }, + { + "title": "Grand Hotel", + "markdownDescription": "https://fonts.google.com/specimen/Grand+Hotel", + "const": "Grand Hotel" + }, + { + "title": "Grandiflora One", + "markdownDescription": "https://fonts.google.com/specimen/Grandiflora+One", + "const": "Grandiflora One" + }, + { + "title": "Grandstander", + "markdownDescription": "https://fonts.google.com/specimen/Grandstander", + "const": "Grandstander" + }, + { + "title": "Grape Nuts", + "markdownDescription": "https://fonts.google.com/specimen/Grape+Nuts", + "const": "Grape Nuts" + }, + { + "title": "Gravitas One", + "markdownDescription": "https://fonts.google.com/specimen/Gravitas+One", + "const": "Gravitas One" + }, + { + "title": "Great Vibes", + "markdownDescription": "https://fonts.google.com/specimen/Great+Vibes", + "const": "Great Vibes" + }, + { + "title": "Grechen Fuemen", + "markdownDescription": "https://fonts.google.com/specimen/Grechen+Fuemen", + "const": "Grechen Fuemen" + }, + { + "title": "Grenze", + "markdownDescription": "https://fonts.google.com/specimen/Grenze", + "const": "Grenze" + }, + { + "title": "Grenze Gotisch", + "markdownDescription": "https://fonts.google.com/specimen/Grenze+Gotisch", + "const": "Grenze Gotisch" + }, + { + "title": "Grey Qo", + "markdownDescription": "https://fonts.google.com/specimen/Grey+Qo", + "const": "Grey Qo" + }, + { + "title": "Griffy", + "markdownDescription": "https://fonts.google.com/specimen/Griffy", + "const": "Griffy" + }, + { + "title": "Gruppo", + "markdownDescription": "https://fonts.google.com/specimen/Gruppo", + "const": "Gruppo" + }, + { + "title": "Gudea", + "markdownDescription": "https://fonts.google.com/specimen/Gudea", + "const": "Gudea" + }, + { + "title": "Gugi", + "markdownDescription": "https://fonts.google.com/specimen/Gugi", + "const": "Gugi" + }, + { + "title": "Gulzar", + "markdownDescription": "https://fonts.google.com/specimen/Gulzar", + "const": "Gulzar" + }, + { + "title": "Gupter", + "markdownDescription": "https://fonts.google.com/specimen/Gupter", + "const": "Gupter" + }, + { + "title": "Gurajada", + "markdownDescription": "https://fonts.google.com/specimen/Gurajada", + "const": "Gurajada" + }, + { + "title": "Gwendolyn", + "markdownDescription": "https://fonts.google.com/specimen/Gwendolyn", + "const": "Gwendolyn" + }, + { + "title": "Habibi", + "markdownDescription": "https://fonts.google.com/specimen/Habibi", + "const": "Habibi" + }, + { + "title": "Hachi Maru Pop", + "markdownDescription": "https://fonts.google.com/specimen/Hachi+Maru+Pop", + "const": "Hachi Maru Pop" + }, + { + "title": "Hahmlet", + "markdownDescription": "https://fonts.google.com/specimen/Hahmlet", + "const": "Hahmlet" + }, + { + "title": "Halant", + "markdownDescription": "https://fonts.google.com/specimen/Halant", + "const": "Halant" + }, + { + "title": "Hammersmith One", + "markdownDescription": "https://fonts.google.com/specimen/Hammersmith+One", + "const": "Hammersmith One" + }, + { + "title": "Hanalei", + "markdownDescription": "https://fonts.google.com/specimen/Hanalei", + "const": "Hanalei" + }, + { + "title": "Hanalei Fill", + "markdownDescription": "https://fonts.google.com/specimen/Hanalei+Fill", + "const": "Hanalei Fill" + }, + { + "title": "Handjet", + "markdownDescription": "https://fonts.google.com/specimen/Handjet", + "const": "Handjet" + }, + { + "title": "Handlee", + "markdownDescription": "https://fonts.google.com/specimen/Handlee", + "const": "Handlee" + }, + { + "title": "Hanken Grotesk", + "markdownDescription": "https://fonts.google.com/specimen/Hanken+Grotesk", + "const": "Hanken Grotesk" + }, + { + "title": "Hanuman", + "markdownDescription": "https://fonts.google.com/specimen/Hanuman", + "const": "Hanuman" + }, + { + "title": "Happy Monkey", + "markdownDescription": "https://fonts.google.com/specimen/Happy+Monkey", + "const": "Happy Monkey" + }, + { + "title": "Harmattan", + "markdownDescription": "https://fonts.google.com/specimen/Harmattan", + "const": "Harmattan" + }, + { + "title": "Headland One", + "markdownDescription": "https://fonts.google.com/specimen/Headland+One", + "const": "Headland One" + }, + { + "title": "Heebo", + "markdownDescription": "https://fonts.google.com/specimen/Heebo", + "const": "Heebo" + }, + { + "title": "Henny Penny", + "markdownDescription": "https://fonts.google.com/specimen/Henny+Penny", + "const": "Henny Penny" + }, + { + "title": "Hepta Slab", + "markdownDescription": "https://fonts.google.com/specimen/Hepta+Slab", + "const": "Hepta Slab" + }, + { + "title": "Herr Von Muellerhoff", + "markdownDescription": "https://fonts.google.com/specimen/Herr+Von+Muellerhoff", + "const": "Herr Von Muellerhoff" + }, + { + "title": "Hi Melody", + "markdownDescription": "https://fonts.google.com/specimen/Hi+Melody", + "const": "Hi Melody" + }, + { + "title": "Hina Mincho", + "markdownDescription": "https://fonts.google.com/specimen/Hina+Mincho", + "const": "Hina Mincho" + }, + { + "title": "Hind", + "markdownDescription": "https://fonts.google.com/specimen/Hind", + "const": "Hind" + }, + { + "title": "Hind Guntur", + "markdownDescription": "https://fonts.google.com/specimen/Hind+Guntur", + "const": "Hind Guntur" + }, + { + "title": "Hind Madurai", + "markdownDescription": "https://fonts.google.com/specimen/Hind+Madurai", + "const": "Hind Madurai" + }, + { + "title": "Hind Siliguri", + "markdownDescription": "https://fonts.google.com/specimen/Hind+Siliguri", + "const": "Hind Siliguri" + }, + { + "title": "Hind Vadodara", + "markdownDescription": "https://fonts.google.com/specimen/Hind+Vadodara", + "const": "Hind Vadodara" + }, + { + "title": "Holtwood One SC", + "markdownDescription": "https://fonts.google.com/specimen/Holtwood+One+SC", + "const": "Holtwood One SC" + }, + { + "title": "Homemade Apple", + "markdownDescription": "https://fonts.google.com/specimen/Homemade+Apple", + "const": "Homemade Apple" + }, + { + "title": "Homenaje", + "markdownDescription": "https://fonts.google.com/specimen/Homenaje", + "const": "Homenaje" + }, + { + "title": "Hubballi", + "markdownDescription": "https://fonts.google.com/specimen/Hubballi", + "const": "Hubballi" + }, + { + "title": "Hurricane", + "markdownDescription": "https://fonts.google.com/specimen/Hurricane", + "const": "Hurricane" + }, + { + "title": "IBM Plex Mono", + "markdownDescription": "https://fonts.google.com/specimen/IBM+Plex+Mono", + "const": "IBM Plex Mono" + }, + { + "title": "IBM Plex Sans", + "markdownDescription": "https://fonts.google.com/specimen/IBM+Plex+Sans", + "const": "IBM Plex Sans" + }, + { + "title": "IBM Plex Sans Arabic", + "markdownDescription": "https://fonts.google.com/specimen/IBM+Plex+Sans+Arabic", + "const": "IBM Plex Sans Arabic" + }, + { + "title": "IBM Plex Sans Condensed", + "markdownDescription": "https://fonts.google.com/specimen/IBM+Plex+Sans+Condensed", + "const": "IBM Plex Sans Condensed" + }, + { + "title": "IBM Plex Sans Devanagari", + "markdownDescription": "https://fonts.google.com/specimen/IBM+Plex+Sans+Devanagari", + "const": "IBM Plex Sans Devanagari" + }, + { + "title": "IBM Plex Sans Hebrew", + "markdownDescription": "https://fonts.google.com/specimen/IBM+Plex+Sans+Hebrew", + "const": "IBM Plex Sans Hebrew" + }, + { + "title": "IBM Plex Sans JP", + "markdownDescription": "https://fonts.google.com/specimen/IBM+Plex+Sans+JP", + "const": "IBM Plex Sans JP" + }, + { + "title": "IBM Plex Sans KR", + "markdownDescription": "https://fonts.google.com/specimen/IBM+Plex+Sans+KR", + "const": "IBM Plex Sans KR" + }, + { + "title": "IBM Plex Sans Thai", + "markdownDescription": "https://fonts.google.com/specimen/IBM+Plex+Sans+Thai", + "const": "IBM Plex Sans Thai" + }, + { + "title": "IBM Plex Sans Thai Looped", + "markdownDescription": "https://fonts.google.com/specimen/IBM+Plex+Sans+Thai+Looped", + "const": "IBM Plex Sans Thai Looped" + }, + { + "title": "IBM Plex Serif", + "markdownDescription": "https://fonts.google.com/specimen/IBM+Plex+Serif", + "const": "IBM Plex Serif" + }, + { + "title": "IM Fell DW Pica", + "markdownDescription": "https://fonts.google.com/specimen/IM+Fell+DW+Pica", + "const": "IM Fell DW Pica" + }, + { + "title": "IM Fell DW Pica SC", + "markdownDescription": "https://fonts.google.com/specimen/IM+Fell+DW+Pica+SC", + "const": "IM Fell DW Pica SC" + }, + { + "title": "IM Fell Double Pica", + "markdownDescription": "https://fonts.google.com/specimen/IM+Fell+Double+Pica", + "const": "IM Fell Double Pica" + }, + { + "title": "IM Fell Double Pica SC", + "markdownDescription": "https://fonts.google.com/specimen/IM+Fell+Double+Pica+SC", + "const": "IM Fell Double Pica SC" + }, + { + "title": "IM Fell English", + "markdownDescription": "https://fonts.google.com/specimen/IM+Fell+English", + "const": "IM Fell English" + }, + { + "title": "IM Fell English SC", + "markdownDescription": "https://fonts.google.com/specimen/IM+Fell+English+SC", + "const": "IM Fell English SC" + }, + { + "title": "IM Fell French Canon", + "markdownDescription": "https://fonts.google.com/specimen/IM+Fell+French+Canon", + "const": "IM Fell French Canon" + }, + { + "title": "IM Fell French Canon SC", + "markdownDescription": "https://fonts.google.com/specimen/IM+Fell+French+Canon+SC", + "const": "IM Fell French Canon SC" + }, + { + "title": "IM Fell Great Primer", + "markdownDescription": "https://fonts.google.com/specimen/IM+Fell+Great+Primer", + "const": "IM Fell Great Primer" + }, + { + "title": "IM Fell Great Primer SC", + "markdownDescription": "https://fonts.google.com/specimen/IM+Fell+Great+Primer+SC", + "const": "IM Fell Great Primer SC" + }, + { + "title": "Ibarra Real Nova", + "markdownDescription": "https://fonts.google.com/specimen/Ibarra+Real+Nova", + "const": "Ibarra Real Nova" + }, + { + "title": "Iceberg", + "markdownDescription": "https://fonts.google.com/specimen/Iceberg", + "const": "Iceberg" + }, + { + "title": "Iceland", + "markdownDescription": "https://fonts.google.com/specimen/Iceland", + "const": "Iceland" + }, + { + "title": "Imbue", + "markdownDescription": "https://fonts.google.com/specimen/Imbue", + "const": "Imbue" + }, + { + "title": "Imperial Script", + "markdownDescription": "https://fonts.google.com/specimen/Imperial+Script", + "const": "Imperial Script" + }, + { + "title": "Imprima", + "markdownDescription": "https://fonts.google.com/specimen/Imprima", + "const": "Imprima" + }, + { + "title": "Inclusive Sans", + "markdownDescription": "https://fonts.google.com/specimen/Inclusive+Sans", + "const": "Inclusive Sans" + }, + { + "title": "Inconsolata", + "markdownDescription": "https://fonts.google.com/specimen/Inconsolata", + "const": "Inconsolata" + }, + { + "title": "Inder", + "markdownDescription": "https://fonts.google.com/specimen/Inder", + "const": "Inder" + }, + { + "title": "Indie Flower", + "markdownDescription": "https://fonts.google.com/specimen/Indie+Flower", + "const": "Indie Flower" + }, + { + "title": "Ingrid Darling", + "markdownDescription": "https://fonts.google.com/specimen/Ingrid+Darling", + "const": "Ingrid Darling" + }, + { + "title": "Inika", + "markdownDescription": "https://fonts.google.com/specimen/Inika", + "const": "Inika" + }, + { + "title": "Inknut Antiqua", + "markdownDescription": "https://fonts.google.com/specimen/Inknut+Antiqua", + "const": "Inknut Antiqua" + }, + { + "title": "Inria Sans", + "markdownDescription": "https://fonts.google.com/specimen/Inria+Sans", + "const": "Inria Sans" + }, + { + "title": "Inria Serif", + "markdownDescription": "https://fonts.google.com/specimen/Inria+Serif", + "const": "Inria Serif" + }, + { + "title": "Inspiration", + "markdownDescription": "https://fonts.google.com/specimen/Inspiration", + "const": "Inspiration" + }, + { + "title": "Instrument Sans", + "markdownDescription": "https://fonts.google.com/specimen/Instrument+Sans", + "const": "Instrument Sans" + }, + { + "title": "Instrument Serif", + "markdownDescription": "https://fonts.google.com/specimen/Instrument+Serif", + "const": "Instrument Serif" + }, + { + "title": "Inter", + "markdownDescription": "https://fonts.google.com/specimen/Inter", + "const": "Inter" + }, + { + "title": "Inter Tight", + "markdownDescription": "https://fonts.google.com/specimen/Inter+Tight", + "const": "Inter Tight" + }, + { + "title": "Irish Grover", + "markdownDescription": "https://fonts.google.com/specimen/Irish+Grover", + "const": "Irish Grover" + }, + { + "title": "Island Moments", + "markdownDescription": "https://fonts.google.com/specimen/Island+Moments", + "const": "Island Moments" + }, + { + "title": "Istok Web", + "markdownDescription": "https://fonts.google.com/specimen/Istok+Web", + "const": "Istok Web" + }, + { + "title": "Italiana", + "markdownDescription": "https://fonts.google.com/specimen/Italiana", + "const": "Italiana" + }, + { + "title": "Italianno", + "markdownDescription": "https://fonts.google.com/specimen/Italianno", + "const": "Italianno" + }, + { + "title": "Itim", + "markdownDescription": "https://fonts.google.com/specimen/Itim", + "const": "Itim" + }, + { + "title": "Jacques Francois", + "markdownDescription": "https://fonts.google.com/specimen/Jacques+Francois", + "const": "Jacques Francois" + }, + { + "title": "Jacques Francois Shadow", + "markdownDescription": "https://fonts.google.com/specimen/Jacques+Francois+Shadow", + "const": "Jacques Francois Shadow" + }, + { + "title": "Jaldi", + "markdownDescription": "https://fonts.google.com/specimen/Jaldi", + "const": "Jaldi" + }, + { + "title": "JetBrains Mono", + "markdownDescription": "https://fonts.google.com/specimen/JetBrains+Mono", + "const": "JetBrains Mono" + }, + { + "title": "Jim Nightshade", + "markdownDescription": "https://fonts.google.com/specimen/Jim+Nightshade", + "const": "Jim Nightshade" + }, + { + "title": "Joan", + "markdownDescription": "https://fonts.google.com/specimen/Joan", + "const": "Joan" + }, + { + "title": "Jockey One", + "markdownDescription": "https://fonts.google.com/specimen/Jockey+One", + "const": "Jockey One" + }, + { + "title": "Jolly Lodger", + "markdownDescription": "https://fonts.google.com/specimen/Jolly+Lodger", + "const": "Jolly Lodger" + }, + { + "title": "Jomhuria", + "markdownDescription": "https://fonts.google.com/specimen/Jomhuria", + "const": "Jomhuria" + }, + { + "title": "Jomolhari", + "markdownDescription": "https://fonts.google.com/specimen/Jomolhari", + "const": "Jomolhari" + }, + { + "title": "Josefin Sans", + "markdownDescription": "https://fonts.google.com/specimen/Josefin+Sans", + "const": "Josefin Sans" + }, + { + "title": "Josefin Slab", + "markdownDescription": "https://fonts.google.com/specimen/Josefin+Slab", + "const": "Josefin Slab" + }, + { + "title": "Jost", + "markdownDescription": "https://fonts.google.com/specimen/Jost", + "const": "Jost" + }, + { + "title": "Joti One", + "markdownDescription": "https://fonts.google.com/specimen/Joti+One", + "const": "Joti One" + }, + { + "title": "Jua", + "markdownDescription": "https://fonts.google.com/specimen/Jua", + "const": "Jua" + }, + { + "title": "Judson", + "markdownDescription": "https://fonts.google.com/specimen/Judson", + "const": "Judson" + }, + { + "title": "Julee", + "markdownDescription": "https://fonts.google.com/specimen/Julee", + "const": "Julee" + }, + { + "title": "Julius Sans One", + "markdownDescription": "https://fonts.google.com/specimen/Julius+Sans+One", + "const": "Julius Sans One" + }, + { + "title": "Junge", + "markdownDescription": "https://fonts.google.com/specimen/Junge", + "const": "Junge" + }, + { + "title": "Jura", + "markdownDescription": "https://fonts.google.com/specimen/Jura", + "const": "Jura" + }, + { + "title": "Just Another Hand", + "markdownDescription": "https://fonts.google.com/specimen/Just+Another+Hand", + "const": "Just Another Hand" + }, + { + "title": "Just Me Again Down Here", + "markdownDescription": "https://fonts.google.com/specimen/Just+Me+Again+Down+Here", + "const": "Just Me Again Down Here" + }, + { + "title": "K2D", + "markdownDescription": "https://fonts.google.com/specimen/K2D", + "const": "K2D" + }, + { + "title": "Kablammo", + "markdownDescription": "https://fonts.google.com/specimen/Kablammo", + "const": "Kablammo" + }, + { + "title": "Kadwa", + "markdownDescription": "https://fonts.google.com/specimen/Kadwa", + "const": "Kadwa" + }, + { + "title": "Kaisei Decol", + "markdownDescription": "https://fonts.google.com/specimen/Kaisei+Decol", + "const": "Kaisei Decol" + }, + { + "title": "Kaisei HarunoUmi", + "markdownDescription": "https://fonts.google.com/specimen/Kaisei+HarunoUmi", + "const": "Kaisei HarunoUmi" + }, + { + "title": "Kaisei Opti", + "markdownDescription": "https://fonts.google.com/specimen/Kaisei+Opti", + "const": "Kaisei Opti" + }, + { + "title": "Kaisei Tokumin", + "markdownDescription": "https://fonts.google.com/specimen/Kaisei+Tokumin", + "const": "Kaisei Tokumin" + }, + { + "title": "Kalam", + "markdownDescription": "https://fonts.google.com/specimen/Kalam", + "const": "Kalam" + }, + { + "title": "Kameron", + "markdownDescription": "https://fonts.google.com/specimen/Kameron", + "const": "Kameron" + }, + { + "title": "Kanit", + "markdownDescription": "https://fonts.google.com/specimen/Kanit", + "const": "Kanit" + }, + { + "title": "Kantumruy Pro", + "markdownDescription": "https://fonts.google.com/specimen/Kantumruy+Pro", + "const": "Kantumruy Pro" + }, + { + "title": "Karantina", + "markdownDescription": "https://fonts.google.com/specimen/Karantina", + "const": "Karantina" + }, + { + "title": "Karla", + "markdownDescription": "https://fonts.google.com/specimen/Karla", + "const": "Karla" + }, + { + "title": "Karma", + "markdownDescription": "https://fonts.google.com/specimen/Karma", + "const": "Karma" + }, + { + "title": "Katibeh", + "markdownDescription": "https://fonts.google.com/specimen/Katibeh", + "const": "Katibeh" + }, + { + "title": "Kaushan Script", + "markdownDescription": "https://fonts.google.com/specimen/Kaushan+Script", + "const": "Kaushan Script" + }, + { + "title": "Kavivanar", + "markdownDescription": "https://fonts.google.com/specimen/Kavivanar", + "const": "Kavivanar" + }, + { + "title": "Kavoon", + "markdownDescription": "https://fonts.google.com/specimen/Kavoon", + "const": "Kavoon" + }, + { + "title": "Kdam Thmor Pro", + "markdownDescription": "https://fonts.google.com/specimen/Kdam+Thmor+Pro", + "const": "Kdam Thmor Pro" + }, + { + "title": "Keania One", + "markdownDescription": "https://fonts.google.com/specimen/Keania+One", + "const": "Keania One" + }, + { + "title": "Kelly Slab", + "markdownDescription": "https://fonts.google.com/specimen/Kelly+Slab", + "const": "Kelly Slab" + }, + { + "title": "Kenia", + "markdownDescription": "https://fonts.google.com/specimen/Kenia", + "const": "Kenia" + }, + { + "title": "Khand", + "markdownDescription": "https://fonts.google.com/specimen/Khand", + "const": "Khand" + }, + { + "title": "Khmer", + "markdownDescription": "https://fonts.google.com/specimen/Khmer", + "const": "Khmer" + }, + { + "title": "Khula", + "markdownDescription": "https://fonts.google.com/specimen/Khula", + "const": "Khula" + }, + { + "title": "Kings", + "markdownDescription": "https://fonts.google.com/specimen/Kings", + "const": "Kings" + }, + { + "title": "Kirang Haerang", + "markdownDescription": "https://fonts.google.com/specimen/Kirang+Haerang", + "const": "Kirang Haerang" + }, + { + "title": "Kite One", + "markdownDescription": "https://fonts.google.com/specimen/Kite+One", + "const": "Kite One" + }, + { + "title": "Kiwi Maru", + "markdownDescription": "https://fonts.google.com/specimen/Kiwi+Maru", + "const": "Kiwi Maru" + }, + { + "title": "Klee One", + "markdownDescription": "https://fonts.google.com/specimen/Klee+One", + "const": "Klee One" + }, + { + "title": "Knewave", + "markdownDescription": "https://fonts.google.com/specimen/Knewave", + "const": "Knewave" + }, + { + "title": "KoHo", + "markdownDescription": "https://fonts.google.com/specimen/KoHo", + "const": "KoHo" + }, + { + "title": "Kodchasan", + "markdownDescription": "https://fonts.google.com/specimen/Kodchasan", + "const": "Kodchasan" + }, + { + "title": "Koh Santepheap", + "markdownDescription": "https://fonts.google.com/specimen/Koh+Santepheap", + "const": "Koh Santepheap" + }, + { + "title": "Kolker Brush", + "markdownDescription": "https://fonts.google.com/specimen/Kolker+Brush", + "const": "Kolker Brush" + }, + { + "title": "Konkhmer Sleokchher", + "markdownDescription": "https://fonts.google.com/specimen/Konkhmer+Sleokchher", + "const": "Konkhmer Sleokchher" + }, + { + "title": "Kosugi", + "markdownDescription": "https://fonts.google.com/specimen/Kosugi", + "const": "Kosugi" + }, + { + "title": "Kosugi Maru", + "markdownDescription": "https://fonts.google.com/specimen/Kosugi+Maru", + "const": "Kosugi Maru" + }, + { + "title": "Kotta One", + "markdownDescription": "https://fonts.google.com/specimen/Kotta+One", + "const": "Kotta One" + }, + { + "title": "Koulen", + "markdownDescription": "https://fonts.google.com/specimen/Koulen", + "const": "Koulen" + }, + { + "title": "Kranky", + "markdownDescription": "https://fonts.google.com/specimen/Kranky", + "const": "Kranky" + }, + { + "title": "Kreon", + "markdownDescription": "https://fonts.google.com/specimen/Kreon", + "const": "Kreon" + }, + { + "title": "Kristi", + "markdownDescription": "https://fonts.google.com/specimen/Kristi", + "const": "Kristi" + }, + { + "title": "Krona One", + "markdownDescription": "https://fonts.google.com/specimen/Krona+One", + "const": "Krona One" + }, + { + "title": "Krub", + "markdownDescription": "https://fonts.google.com/specimen/Krub", + "const": "Krub" + }, + { + "title": "Kufam", + "markdownDescription": "https://fonts.google.com/specimen/Kufam", + "const": "Kufam" + }, + { + "title": "Kulim Park", + "markdownDescription": "https://fonts.google.com/specimen/Kulim+Park", + "const": "Kulim Park" + }, + { + "title": "Kumar One", + "markdownDescription": "https://fonts.google.com/specimen/Kumar+One", + "const": "Kumar One" + }, + { + "title": "Kumar One Outline", + "markdownDescription": "https://fonts.google.com/specimen/Kumar+One+Outline", + "const": "Kumar One Outline" + }, + { + "title": "Kumbh Sans", + "markdownDescription": "https://fonts.google.com/specimen/Kumbh+Sans", + "const": "Kumbh Sans" + }, + { + "title": "Kurale", + "markdownDescription": "https://fonts.google.com/specimen/Kurale", + "const": "Kurale" + }, + { + "title": "La Belle Aurore", + "markdownDescription": "https://fonts.google.com/specimen/La+Belle+Aurore", + "const": "La Belle Aurore" + }, + { + "title": "Labrada", + "markdownDescription": "https://fonts.google.com/specimen/Labrada", + "const": "Labrada" + }, + { + "title": "Lacquer", + "markdownDescription": "https://fonts.google.com/specimen/Lacquer", + "const": "Lacquer" + }, + { + "title": "Laila", + "markdownDescription": "https://fonts.google.com/specimen/Laila", + "const": "Laila" + }, + { + "title": "Lakki Reddy", + "markdownDescription": "https://fonts.google.com/specimen/Lakki+Reddy", + "const": "Lakki Reddy" + }, + { + "title": "Lalezar", + "markdownDescription": "https://fonts.google.com/specimen/Lalezar", + "const": "Lalezar" + }, + { + "title": "Lancelot", + "markdownDescription": "https://fonts.google.com/specimen/Lancelot", + "const": "Lancelot" + }, + { + "title": "Langar", + "markdownDescription": "https://fonts.google.com/specimen/Langar", + "const": "Langar" + }, + { + "title": "Lateef", + "markdownDescription": "https://fonts.google.com/specimen/Lateef", + "const": "Lateef" + }, + { + "title": "Lato", + "markdownDescription": "https://fonts.google.com/specimen/Lato", + "const": "Lato" + }, + { + "title": "Lavishly Yours", + "markdownDescription": "https://fonts.google.com/specimen/Lavishly+Yours", + "const": "Lavishly Yours" + }, + { + "title": "League Gothic", + "markdownDescription": "https://fonts.google.com/specimen/League+Gothic", + "const": "League Gothic" + }, + { + "title": "League Script", + "markdownDescription": "https://fonts.google.com/specimen/League+Script", + "const": "League Script" + }, + { + "title": "League Spartan", + "markdownDescription": "https://fonts.google.com/specimen/League+Spartan", + "const": "League Spartan" + }, + { + "title": "Leckerli One", + "markdownDescription": "https://fonts.google.com/specimen/Leckerli+One", + "const": "Leckerli One" + }, + { + "title": "Ledger", + "markdownDescription": "https://fonts.google.com/specimen/Ledger", + "const": "Ledger" + }, + { + "title": "Lekton", + "markdownDescription": "https://fonts.google.com/specimen/Lekton", + "const": "Lekton" + }, + { + "title": "Lemon", + "markdownDescription": "https://fonts.google.com/specimen/Lemon", + "const": "Lemon" + }, + { + "title": "Lemonada", + "markdownDescription": "https://fonts.google.com/specimen/Lemonada", + "const": "Lemonada" + }, + { + "title": "Lexend", + "markdownDescription": "https://fonts.google.com/specimen/Lexend", + "const": "Lexend" + }, + { + "title": "Lexend Deca", + "markdownDescription": "https://fonts.google.com/specimen/Lexend+Deca", + "const": "Lexend Deca" + }, + { + "title": "Lexend Exa", + "markdownDescription": "https://fonts.google.com/specimen/Lexend+Exa", + "const": "Lexend Exa" + }, + { + "title": "Lexend Giga", + "markdownDescription": "https://fonts.google.com/specimen/Lexend+Giga", + "const": "Lexend Giga" + }, + { + "title": "Lexend Mega", + "markdownDescription": "https://fonts.google.com/specimen/Lexend+Mega", + "const": "Lexend Mega" + }, + { + "title": "Lexend Peta", + "markdownDescription": "https://fonts.google.com/specimen/Lexend+Peta", + "const": "Lexend Peta" + }, + { + "title": "Lexend Tera", + "markdownDescription": "https://fonts.google.com/specimen/Lexend+Tera", + "const": "Lexend Tera" + }, + { + "title": "Lexend Zetta", + "markdownDescription": "https://fonts.google.com/specimen/Lexend+Zetta", + "const": "Lexend Zetta" + }, + { + "title": "Libre Barcode 128", + "markdownDescription": "https://fonts.google.com/specimen/Libre+Barcode+128", + "const": "Libre Barcode 128" + }, + { + "title": "Libre Barcode 128 Text", + "markdownDescription": "https://fonts.google.com/specimen/Libre+Barcode+128+Text", + "const": "Libre Barcode 128 Text" + }, + { + "title": "Libre Barcode 39", + "markdownDescription": "https://fonts.google.com/specimen/Libre+Barcode+39", + "const": "Libre Barcode 39" + }, + { + "title": "Libre Barcode 39 Extended", + "markdownDescription": "https://fonts.google.com/specimen/Libre+Barcode+39+Extended", + "const": "Libre Barcode 39 Extended" + }, + { + "title": "Libre Barcode 39 Extended Text", + "markdownDescription": "https://fonts.google.com/specimen/Libre+Barcode+39+Extended+Text", + "const": "Libre Barcode 39 Extended Text" + }, + { + "title": "Libre Barcode 39 Text", + "markdownDescription": "https://fonts.google.com/specimen/Libre+Barcode+39+Text", + "const": "Libre Barcode 39 Text" + }, + { + "title": "Libre Barcode EAN13 Text", + "markdownDescription": "https://fonts.google.com/specimen/Libre+Barcode+EAN13+Text", + "const": "Libre Barcode EAN13 Text" + }, + { + "title": "Libre Baskerville", + "markdownDescription": "https://fonts.google.com/specimen/Libre+Baskerville", + "const": "Libre Baskerville" + }, + { + "title": "Libre Bodoni", + "markdownDescription": "https://fonts.google.com/specimen/Libre+Bodoni", + "const": "Libre Bodoni" + }, + { + "title": "Libre Caslon Display", + "markdownDescription": "https://fonts.google.com/specimen/Libre+Caslon+Display", + "const": "Libre Caslon Display" + }, + { + "title": "Libre Caslon Text", + "markdownDescription": "https://fonts.google.com/specimen/Libre+Caslon+Text", + "const": "Libre Caslon Text" + }, + { + "title": "Libre Franklin", + "markdownDescription": "https://fonts.google.com/specimen/Libre+Franklin", + "const": "Libre Franklin" + }, + { + "title": "Licorice", + "markdownDescription": "https://fonts.google.com/specimen/Licorice", + "const": "Licorice" + }, + { + "title": "Life Savers", + "markdownDescription": "https://fonts.google.com/specimen/Life+Savers", + "const": "Life Savers" + }, + { + "title": "Lilita One", + "markdownDescription": "https://fonts.google.com/specimen/Lilita+One", + "const": "Lilita One" + }, + { + "title": "Lily Script One", + "markdownDescription": "https://fonts.google.com/specimen/Lily+Script+One", + "const": "Lily Script One" + }, + { + "title": "Limelight", + "markdownDescription": "https://fonts.google.com/specimen/Limelight", + "const": "Limelight" + }, + { + "title": "Linden Hill", + "markdownDescription": "https://fonts.google.com/specimen/Linden+Hill", + "const": "Linden Hill" + }, + { + "title": "Lisu Bosa", + "markdownDescription": "https://fonts.google.com/specimen/Lisu+Bosa", + "const": "Lisu Bosa" + }, + { + "title": "Literata", + "markdownDescription": "https://fonts.google.com/specimen/Literata", + "const": "Literata" + }, + { + "title": "Liu Jian Mao Cao", + "markdownDescription": "https://fonts.google.com/specimen/Liu+Jian+Mao+Cao", + "const": "Liu Jian Mao Cao" + }, + { + "title": "Livvic", + "markdownDescription": "https://fonts.google.com/specimen/Livvic", + "const": "Livvic" + }, + { + "title": "Lobster", + "markdownDescription": "https://fonts.google.com/specimen/Lobster", + "const": "Lobster" + }, + { + "title": "Lobster Two", + "markdownDescription": "https://fonts.google.com/specimen/Lobster+Two", + "const": "Lobster Two" + }, + { + "title": "Londrina Outline", + "markdownDescription": "https://fonts.google.com/specimen/Londrina+Outline", + "const": "Londrina Outline" + }, + { + "title": "Londrina Shadow", + "markdownDescription": "https://fonts.google.com/specimen/Londrina+Shadow", + "const": "Londrina Shadow" + }, + { + "title": "Londrina Sketch", + "markdownDescription": "https://fonts.google.com/specimen/Londrina+Sketch", + "const": "Londrina Sketch" + }, + { + "title": "Londrina Solid", + "markdownDescription": "https://fonts.google.com/specimen/Londrina+Solid", + "const": "Londrina Solid" + }, + { + "title": "Long Cang", + "markdownDescription": "https://fonts.google.com/specimen/Long+Cang", + "const": "Long Cang" + }, + { + "title": "Lora", + "markdownDescription": "https://fonts.google.com/specimen/Lora", + "const": "Lora" + }, + { + "title": "Love Light", + "markdownDescription": "https://fonts.google.com/specimen/Love+Light", + "const": "Love Light" + }, + { + "title": "Love Ya Like A Sister", + "markdownDescription": "https://fonts.google.com/specimen/Love+Ya+Like+A+Sister", + "const": "Love Ya Like A Sister" + }, + { + "title": "Loved by the King", + "markdownDescription": "https://fonts.google.com/specimen/Loved+by+the+King", + "const": "Loved by the King" + }, + { + "title": "Lovers Quarrel", + "markdownDescription": "https://fonts.google.com/specimen/Lovers+Quarrel", + "const": "Lovers Quarrel" + }, + { + "title": "Luckiest Guy", + "markdownDescription": "https://fonts.google.com/specimen/Luckiest+Guy", + "const": "Luckiest Guy" + }, + { + "title": "Lugrasimo", + "markdownDescription": "https://fonts.google.com/specimen/Lugrasimo", + "const": "Lugrasimo" + }, + { + "title": "Lumanosimo", + "markdownDescription": "https://fonts.google.com/specimen/Lumanosimo", + "const": "Lumanosimo" + }, + { + "title": "Lunasima", + "markdownDescription": "https://fonts.google.com/specimen/Lunasima", + "const": "Lunasima" + }, + { + "title": "Lusitana", + "markdownDescription": "https://fonts.google.com/specimen/Lusitana", + "const": "Lusitana" + }, + { + "title": "Lustria", + "markdownDescription": "https://fonts.google.com/specimen/Lustria", + "const": "Lustria" + }, + { + "title": "Luxurious Roman", + "markdownDescription": "https://fonts.google.com/specimen/Luxurious+Roman", + "const": "Luxurious Roman" + }, + { + "title": "Luxurious Script", + "markdownDescription": "https://fonts.google.com/specimen/Luxurious+Script", + "const": "Luxurious Script" + }, + { + "title": "M PLUS 1", + "markdownDescription": "https://fonts.google.com/specimen/M+PLUS+1", + "const": "M PLUS 1" + }, + { + "title": "M PLUS 1 Code", + "markdownDescription": "https://fonts.google.com/specimen/M+PLUS+1+Code", + "const": "M PLUS 1 Code" + }, + { + "title": "M PLUS 1p", + "markdownDescription": "https://fonts.google.com/specimen/M+PLUS+1p", + "const": "M PLUS 1p" + }, + { + "title": "M PLUS 2", + "markdownDescription": "https://fonts.google.com/specimen/M+PLUS+2", + "const": "M PLUS 2" + }, + { + "title": "M PLUS Code Latin", + "markdownDescription": "https://fonts.google.com/specimen/M+PLUS+Code+Latin", + "const": "M PLUS Code Latin" + }, + { + "title": "M PLUS Rounded 1c", + "markdownDescription": "https://fonts.google.com/specimen/M+PLUS+Rounded+1c", + "const": "M PLUS Rounded 1c" + }, + { + "title": "Ma Shan Zheng", + "markdownDescription": "https://fonts.google.com/specimen/Ma+Shan+Zheng", + "const": "Ma Shan Zheng" + }, + { + "title": "Macondo", + "markdownDescription": "https://fonts.google.com/specimen/Macondo", + "const": "Macondo" + }, + { + "title": "Macondo Swash Caps", + "markdownDescription": "https://fonts.google.com/specimen/Macondo+Swash+Caps", + "const": "Macondo Swash Caps" + }, + { + "title": "Mada", + "markdownDescription": "https://fonts.google.com/specimen/Mada", + "const": "Mada" + }, + { + "title": "Magra", + "markdownDescription": "https://fonts.google.com/specimen/Magra", + "const": "Magra" + }, + { + "title": "Maiden Orange", + "markdownDescription": "https://fonts.google.com/specimen/Maiden+Orange", + "const": "Maiden Orange" + }, + { + "title": "Maitree", + "markdownDescription": "https://fonts.google.com/specimen/Maitree", + "const": "Maitree" + }, + { + "title": "Major Mono Display", + "markdownDescription": "https://fonts.google.com/specimen/Major+Mono+Display", + "const": "Major Mono Display" + }, + { + "title": "Mako", + "markdownDescription": "https://fonts.google.com/specimen/Mako", + "const": "Mako" + }, + { + "title": "Mali", + "markdownDescription": "https://fonts.google.com/specimen/Mali", + "const": "Mali" + }, + { + "title": "Mallanna", + "markdownDescription": "https://fonts.google.com/specimen/Mallanna", + "const": "Mallanna" + }, + { + "title": "Mandali", + "markdownDescription": "https://fonts.google.com/specimen/Mandali", + "const": "Mandali" + }, + { + "title": "Manjari", + "markdownDescription": "https://fonts.google.com/specimen/Manjari", + "const": "Manjari" + }, + { + "title": "Manrope", + "markdownDescription": "https://fonts.google.com/specimen/Manrope", + "const": "Manrope" + }, + { + "title": "Mansalva", + "markdownDescription": "https://fonts.google.com/specimen/Mansalva", + "const": "Mansalva" + }, + { + "title": "Manuale", + "markdownDescription": "https://fonts.google.com/specimen/Manuale", + "const": "Manuale" + }, + { + "title": "Marcellus", + "markdownDescription": "https://fonts.google.com/specimen/Marcellus", + "const": "Marcellus" + }, + { + "title": "Marcellus SC", + "markdownDescription": "https://fonts.google.com/specimen/Marcellus+SC", + "const": "Marcellus SC" + }, + { + "title": "Marck Script", + "markdownDescription": "https://fonts.google.com/specimen/Marck+Script", + "const": "Marck Script" + }, + { + "title": "Margarine", + "markdownDescription": "https://fonts.google.com/specimen/Margarine", + "const": "Margarine" + }, + { + "title": "Marhey", + "markdownDescription": "https://fonts.google.com/specimen/Marhey", + "const": "Marhey" + }, + { + "title": "Markazi Text", + "markdownDescription": "https://fonts.google.com/specimen/Markazi+Text", + "const": "Markazi Text" + }, + { + "title": "Marko One", + "markdownDescription": "https://fonts.google.com/specimen/Marko+One", + "const": "Marko One" + }, + { + "title": "Marmelad", + "markdownDescription": "https://fonts.google.com/specimen/Marmelad", + "const": "Marmelad" + }, + { + "title": "Martel", + "markdownDescription": "https://fonts.google.com/specimen/Martel", + "const": "Martel" + }, + { + "title": "Martel Sans", + "markdownDescription": "https://fonts.google.com/specimen/Martel+Sans", + "const": "Martel Sans" + }, + { + "title": "Martian Mono", + "markdownDescription": "https://fonts.google.com/specimen/Martian+Mono", + "const": "Martian Mono" + }, + { + "title": "Marvel", + "markdownDescription": "https://fonts.google.com/specimen/Marvel", + "const": "Marvel" + }, + { + "title": "Mate", + "markdownDescription": "https://fonts.google.com/specimen/Mate", + "const": "Mate" + }, + { + "title": "Mate SC", + "markdownDescription": "https://fonts.google.com/specimen/Mate+SC", + "const": "Mate SC" + }, + { + "title": "Material Icons", + "markdownDescription": "https://fonts.google.com/specimen/Material+Icons", + "const": "Material Icons" + }, + { + "title": "Material Icons Outlined", + "markdownDescription": "https://fonts.google.com/specimen/Material+Icons+Outlined", + "const": "Material Icons Outlined" + }, + { + "title": "Material Icons Round", + "markdownDescription": "https://fonts.google.com/specimen/Material+Icons+Round", + "const": "Material Icons Round" + }, + { + "title": "Material Icons Sharp", + "markdownDescription": "https://fonts.google.com/specimen/Material+Icons+Sharp", + "const": "Material Icons Sharp" + }, + { + "title": "Material Icons Two Tone", + "markdownDescription": "https://fonts.google.com/specimen/Material+Icons+Two+Tone", + "const": "Material Icons Two Tone" + }, + { + "title": "Material Symbols Outlined", + "markdownDescription": "https://fonts.google.com/specimen/Material+Symbols+Outlined", + "const": "Material Symbols Outlined" + }, + { + "title": "Material Symbols Rounded", + "markdownDescription": "https://fonts.google.com/specimen/Material+Symbols+Rounded", + "const": "Material Symbols Rounded" + }, + { + "title": "Material Symbols Sharp", + "markdownDescription": "https://fonts.google.com/specimen/Material+Symbols+Sharp", + "const": "Material Symbols Sharp" + }, + { + "title": "Maven Pro", + "markdownDescription": "https://fonts.google.com/specimen/Maven+Pro", + "const": "Maven Pro" + }, + { + "title": "McLaren", + "markdownDescription": "https://fonts.google.com/specimen/McLaren", + "const": "McLaren" + }, + { + "title": "Mea Culpa", + "markdownDescription": "https://fonts.google.com/specimen/Mea+Culpa", + "const": "Mea Culpa" + }, + { + "title": "Meddon", + "markdownDescription": "https://fonts.google.com/specimen/Meddon", + "const": "Meddon" + }, + { + "title": "MedievalSharp", + "markdownDescription": "https://fonts.google.com/specimen/MedievalSharp", + "const": "MedievalSharp" + }, + { + "title": "Medula One", + "markdownDescription": "https://fonts.google.com/specimen/Medula+One", + "const": "Medula One" + }, + { + "title": "Meera Inimai", + "markdownDescription": "https://fonts.google.com/specimen/Meera+Inimai", + "const": "Meera Inimai" + }, + { + "title": "Megrim", + "markdownDescription": "https://fonts.google.com/specimen/Megrim", + "const": "Megrim" + }, + { + "title": "Meie Script", + "markdownDescription": "https://fonts.google.com/specimen/Meie+Script", + "const": "Meie Script" + }, + { + "title": "Meow Script", + "markdownDescription": "https://fonts.google.com/specimen/Meow+Script", + "const": "Meow Script" + }, + { + "title": "Merienda", + "markdownDescription": "https://fonts.google.com/specimen/Merienda", + "const": "Merienda" + }, + { + "title": "Merriweather", + "markdownDescription": "https://fonts.google.com/specimen/Merriweather", + "const": "Merriweather" + }, + { + "title": "Merriweather Sans", + "markdownDescription": "https://fonts.google.com/specimen/Merriweather+Sans", + "const": "Merriweather Sans" + }, + { + "title": "Metal", + "markdownDescription": "https://fonts.google.com/specimen/Metal", + "const": "Metal" + }, + { + "title": "Metal Mania", + "markdownDescription": "https://fonts.google.com/specimen/Metal+Mania", + "const": "Metal Mania" + }, + { + "title": "Metamorphous", + "markdownDescription": "https://fonts.google.com/specimen/Metamorphous", + "const": "Metamorphous" + }, + { + "title": "Metrophobic", + "markdownDescription": "https://fonts.google.com/specimen/Metrophobic", + "const": "Metrophobic" + }, + { + "title": "Michroma", + "markdownDescription": "https://fonts.google.com/specimen/Michroma", + "const": "Michroma" + }, + { + "title": "Milonga", + "markdownDescription": "https://fonts.google.com/specimen/Milonga", + "const": "Milonga" + }, + { + "title": "Miltonian", + "markdownDescription": "https://fonts.google.com/specimen/Miltonian", + "const": "Miltonian" + }, + { + "title": "Miltonian Tattoo", + "markdownDescription": "https://fonts.google.com/specimen/Miltonian+Tattoo", + "const": "Miltonian Tattoo" + }, + { + "title": "Mina", + "markdownDescription": "https://fonts.google.com/specimen/Mina", + "const": "Mina" + }, + { + "title": "Mingzat", + "markdownDescription": "https://fonts.google.com/specimen/Mingzat", + "const": "Mingzat" + }, + { + "title": "Miniver", + "markdownDescription": "https://fonts.google.com/specimen/Miniver", + "const": "Miniver" + }, + { + "title": "Miriam Libre", + "markdownDescription": "https://fonts.google.com/specimen/Miriam+Libre", + "const": "Miriam Libre" + }, + { + "title": "Mirza", + "markdownDescription": "https://fonts.google.com/specimen/Mirza", + "const": "Mirza" + }, + { + "title": "Miss Fajardose", + "markdownDescription": "https://fonts.google.com/specimen/Miss+Fajardose", + "const": "Miss Fajardose" + }, + { + "title": "Mitr", + "markdownDescription": "https://fonts.google.com/specimen/Mitr", + "const": "Mitr" + }, + { + "title": "Mochiy Pop One", + "markdownDescription": "https://fonts.google.com/specimen/Mochiy+Pop+One", + "const": "Mochiy Pop One" + }, + { + "title": "Mochiy Pop P One", + "markdownDescription": "https://fonts.google.com/specimen/Mochiy+Pop+P+One", + "const": "Mochiy Pop P One" + }, + { + "title": "Modak", + "markdownDescription": "https://fonts.google.com/specimen/Modak", + "const": "Modak" + }, + { + "title": "Modern Antiqua", + "markdownDescription": "https://fonts.google.com/specimen/Modern+Antiqua", + "const": "Modern Antiqua" + }, + { + "title": "Mogra", + "markdownDescription": "https://fonts.google.com/specimen/Mogra", + "const": "Mogra" + }, + { + "title": "Mohave", + "markdownDescription": "https://fonts.google.com/specimen/Mohave", + "const": "Mohave" + }, + { + "title": "Moirai One", + "markdownDescription": "https://fonts.google.com/specimen/Moirai+One", + "const": "Moirai One" + }, + { + "title": "Molengo", + "markdownDescription": "https://fonts.google.com/specimen/Molengo", + "const": "Molengo" + }, + { + "title": "Molle", + "markdownDescription": "https://fonts.google.com/specimen/Molle", + "const": "Molle" + }, + { + "title": "Monda", + "markdownDescription": "https://fonts.google.com/specimen/Monda", + "const": "Monda" + }, + { + "title": "Monofett", + "markdownDescription": "https://fonts.google.com/specimen/Monofett", + "const": "Monofett" + }, + { + "title": "Monomaniac One", + "markdownDescription": "https://fonts.google.com/specimen/Monomaniac+One", + "const": "Monomaniac One" + }, + { + "title": "Monoton", + "markdownDescription": "https://fonts.google.com/specimen/Monoton", + "const": "Monoton" + }, + { + "title": "Monsieur La Doulaise", + "markdownDescription": "https://fonts.google.com/specimen/Monsieur+La+Doulaise", + "const": "Monsieur La Doulaise" + }, + { + "title": "Montaga", + "markdownDescription": "https://fonts.google.com/specimen/Montaga", + "const": "Montaga" + }, + { + "title": "Montagu Slab", + "markdownDescription": "https://fonts.google.com/specimen/Montagu+Slab", + "const": "Montagu Slab" + }, + { + "title": "MonteCarlo", + "markdownDescription": "https://fonts.google.com/specimen/MonteCarlo", + "const": "MonteCarlo" + }, + { + "title": "Montez", + "markdownDescription": "https://fonts.google.com/specimen/Montez", + "const": "Montez" + }, + { + "title": "Montserrat", + "markdownDescription": "https://fonts.google.com/specimen/Montserrat", + "const": "Montserrat" + }, + { + "title": "Montserrat Alternates", + "markdownDescription": "https://fonts.google.com/specimen/Montserrat+Alternates", + "const": "Montserrat Alternates" + }, + { + "title": "Montserrat Subrayada", + "markdownDescription": "https://fonts.google.com/specimen/Montserrat+Subrayada", + "const": "Montserrat Subrayada" + }, + { + "title": "Moo Lah Lah", + "markdownDescription": "https://fonts.google.com/specimen/Moo+Lah+Lah", + "const": "Moo Lah Lah" + }, + { + "title": "Mooli", + "markdownDescription": "https://fonts.google.com/specimen/Mooli", + "const": "Mooli" + }, + { + "title": "Moon Dance", + "markdownDescription": "https://fonts.google.com/specimen/Moon+Dance", + "const": "Moon Dance" + }, + { + "title": "Moul", + "markdownDescription": "https://fonts.google.com/specimen/Moul", + "const": "Moul" + }, + { + "title": "Moulpali", + "markdownDescription": "https://fonts.google.com/specimen/Moulpali", + "const": "Moulpali" + }, + { + "title": "Mountains of Christmas", + "markdownDescription": "https://fonts.google.com/specimen/Mountains+of+Christmas", + "const": "Mountains of Christmas" + }, + { + "title": "Mouse Memoirs", + "markdownDescription": "https://fonts.google.com/specimen/Mouse+Memoirs", + "const": "Mouse Memoirs" + }, + { + "title": "Mr Bedfort", + "markdownDescription": "https://fonts.google.com/specimen/Mr+Bedfort", + "const": "Mr Bedfort" + }, + { + "title": "Mr Dafoe", + "markdownDescription": "https://fonts.google.com/specimen/Mr+Dafoe", + "const": "Mr Dafoe" + }, + { + "title": "Mr De Haviland", + "markdownDescription": "https://fonts.google.com/specimen/Mr+De+Haviland", + "const": "Mr De Haviland" + }, + { + "title": "Mrs Saint Delafield", + "markdownDescription": "https://fonts.google.com/specimen/Mrs+Saint+Delafield", + "const": "Mrs Saint Delafield" + }, + { + "title": "Mrs Sheppards", + "markdownDescription": "https://fonts.google.com/specimen/Mrs+Sheppards", + "const": "Mrs Sheppards" + }, + { + "title": "Ms Madi", + "markdownDescription": "https://fonts.google.com/specimen/Ms+Madi", + "const": "Ms Madi" + }, + { + "title": "Mukta", + "markdownDescription": "https://fonts.google.com/specimen/Mukta", + "const": "Mukta" + }, + { + "title": "Mukta Mahee", + "markdownDescription": "https://fonts.google.com/specimen/Mukta+Mahee", + "const": "Mukta Mahee" + }, + { + "title": "Mukta Malar", + "markdownDescription": "https://fonts.google.com/specimen/Mukta+Malar", + "const": "Mukta Malar" + }, + { + "title": "Mukta Vaani", + "markdownDescription": "https://fonts.google.com/specimen/Mukta+Vaani", + "const": "Mukta Vaani" + }, + { + "title": "Mulish", + "markdownDescription": "https://fonts.google.com/specimen/Mulish", + "const": "Mulish" + }, + { + "title": "Murecho", + "markdownDescription": "https://fonts.google.com/specimen/Murecho", + "const": "Murecho" + }, + { + "title": "MuseoModerno", + "markdownDescription": "https://fonts.google.com/specimen/MuseoModerno", + "const": "MuseoModerno" + }, + { + "title": "My Soul", + "markdownDescription": "https://fonts.google.com/specimen/My+Soul", + "const": "My Soul" + }, + { + "title": "Mynerve", + "markdownDescription": "https://fonts.google.com/specimen/Mynerve", + "const": "Mynerve" + }, + { + "title": "Mystery Quest", + "markdownDescription": "https://fonts.google.com/specimen/Mystery+Quest", + "const": "Mystery Quest" + }, + { + "title": "NTR", + "markdownDescription": "https://fonts.google.com/specimen/NTR", + "const": "NTR" + }, + { + "title": "Nabla", + "markdownDescription": "https://fonts.google.com/specimen/Nabla", + "const": "Nabla" + }, + { + "title": "Nanum Brush Script", + "markdownDescription": "https://fonts.google.com/specimen/Nanum+Brush+Script", + "const": "Nanum Brush Script" + }, + { + "title": "Nanum Gothic", + "markdownDescription": "https://fonts.google.com/specimen/Nanum+Gothic", + "const": "Nanum Gothic" + }, + { + "title": "Nanum Gothic Coding", + "markdownDescription": "https://fonts.google.com/specimen/Nanum+Gothic+Coding", + "const": "Nanum Gothic Coding" + }, + { + "title": "Nanum Myeongjo", + "markdownDescription": "https://fonts.google.com/specimen/Nanum+Myeongjo", + "const": "Nanum Myeongjo" + }, + { + "title": "Nanum Pen Script", + "markdownDescription": "https://fonts.google.com/specimen/Nanum+Pen+Script", + "const": "Nanum Pen Script" + }, + { + "title": "Narnoor", + "markdownDescription": "https://fonts.google.com/specimen/Narnoor", + "const": "Narnoor" + }, + { + "title": "Neonderthaw", + "markdownDescription": "https://fonts.google.com/specimen/Neonderthaw", + "const": "Neonderthaw" + }, + { + "title": "Nerko One", + "markdownDescription": "https://fonts.google.com/specimen/Nerko+One", + "const": "Nerko One" + }, + { + "title": "Neucha", + "markdownDescription": "https://fonts.google.com/specimen/Neucha", + "const": "Neucha" + }, + { + "title": "Neuton", + "markdownDescription": "https://fonts.google.com/specimen/Neuton", + "const": "Neuton" + }, + { + "title": "New Rocker", + "markdownDescription": "https://fonts.google.com/specimen/New+Rocker", + "const": "New Rocker" + }, + { + "title": "New Tegomin", + "markdownDescription": "https://fonts.google.com/specimen/New+Tegomin", + "const": "New Tegomin" + }, + { + "title": "News Cycle", + "markdownDescription": "https://fonts.google.com/specimen/News+Cycle", + "const": "News Cycle" + }, + { + "title": "Newsreader", + "markdownDescription": "https://fonts.google.com/specimen/Newsreader", + "const": "Newsreader" + }, + { + "title": "Niconne", + "markdownDescription": "https://fonts.google.com/specimen/Niconne", + "const": "Niconne" + }, + { + "title": "Niramit", + "markdownDescription": "https://fonts.google.com/specimen/Niramit", + "const": "Niramit" + }, + { + "title": "Nixie One", + "markdownDescription": "https://fonts.google.com/specimen/Nixie+One", + "const": "Nixie One" + }, + { + "title": "Nobile", + "markdownDescription": "https://fonts.google.com/specimen/Nobile", + "const": "Nobile" + }, + { + "title": "Nokora", + "markdownDescription": "https://fonts.google.com/specimen/Nokora", + "const": "Nokora" + }, + { + "title": "Norican", + "markdownDescription": "https://fonts.google.com/specimen/Norican", + "const": "Norican" + }, + { + "title": "Nosifer", + "markdownDescription": "https://fonts.google.com/specimen/Nosifer", + "const": "Nosifer" + }, + { + "title": "Notable", + "markdownDescription": "https://fonts.google.com/specimen/Notable", + "const": "Notable" + }, + { + "title": "Nothing You Could Do", + "markdownDescription": "https://fonts.google.com/specimen/Nothing+You+Could+Do", + "const": "Nothing You Could Do" + }, + { + "title": "Noticia Text", + "markdownDescription": "https://fonts.google.com/specimen/Noticia+Text", + "const": "Noticia Text" + }, + { + "title": "Noto Color Emoji", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Color+Emoji", + "const": "Noto Color Emoji" + }, + { + "title": "Noto Emoji", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Emoji", + "const": "Noto Emoji" + }, + { + "title": "Noto Kufi Arabic", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Kufi+Arabic", + "const": "Noto Kufi Arabic" + }, + { + "title": "Noto Music", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Music", + "const": "Noto Music" + }, + { + "title": "Noto Naskh Arabic", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Naskh+Arabic", + "const": "Noto Naskh Arabic" + }, + { + "title": "Noto Nastaliq Urdu", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Nastaliq+Urdu", + "const": "Noto Nastaliq Urdu" + }, + { + "title": "Noto Rashi Hebrew", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Rashi+Hebrew", + "const": "Noto Rashi Hebrew" + }, + { + "title": "Noto Sans", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans", + "const": "Noto Sans" + }, + { + "title": "Noto Sans Adlam", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Adlam", + "const": "Noto Sans Adlam" + }, + { + "title": "Noto Sans Adlam Unjoined", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Adlam+Unjoined", + "const": "Noto Sans Adlam Unjoined" + }, + { + "title": "Noto Sans Anatolian Hieroglyphs", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Anatolian+Hieroglyphs", + "const": "Noto Sans Anatolian Hieroglyphs" + }, + { + "title": "Noto Sans Arabic", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Arabic", + "const": "Noto Sans Arabic" + }, + { + "title": "Noto Sans Armenian", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Armenian", + "const": "Noto Sans Armenian" + }, + { + "title": "Noto Sans Avestan", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Avestan", + "const": "Noto Sans Avestan" + }, + { + "title": "Noto Sans Balinese", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Balinese", + "const": "Noto Sans Balinese" + }, + { + "title": "Noto Sans Bamum", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Bamum", + "const": "Noto Sans Bamum" + }, + { + "title": "Noto Sans Bassa Vah", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Bassa+Vah", + "const": "Noto Sans Bassa Vah" + }, + { + "title": "Noto Sans Batak", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Batak", + "const": "Noto Sans Batak" + }, + { + "title": "Noto Sans Bengali", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Bengali", + "const": "Noto Sans Bengali" + }, + { + "title": "Noto Sans Bhaiksuki", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Bhaiksuki", + "const": "Noto Sans Bhaiksuki" + }, + { + "title": "Noto Sans Brahmi", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Brahmi", + "const": "Noto Sans Brahmi" + }, + { + "title": "Noto Sans Buginese", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Buginese", + "const": "Noto Sans Buginese" + }, + { + "title": "Noto Sans Buhid", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Buhid", + "const": "Noto Sans Buhid" + }, + { + "title": "Noto Sans Canadian Aboriginal", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Canadian+Aboriginal", + "const": "Noto Sans Canadian Aboriginal" + }, + { + "title": "Noto Sans Carian", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Carian", + "const": "Noto Sans Carian" + }, + { + "title": "Noto Sans Caucasian Albanian", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Caucasian+Albanian", + "const": "Noto Sans Caucasian Albanian" + }, + { + "title": "Noto Sans Chakma", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Chakma", + "const": "Noto Sans Chakma" + }, + { + "title": "Noto Sans Cham", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Cham", + "const": "Noto Sans Cham" + }, + { + "title": "Noto Sans Cherokee", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Cherokee", + "const": "Noto Sans Cherokee" + }, + { + "title": "Noto Sans Chorasmian", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Chorasmian", + "const": "Noto Sans Chorasmian" + }, + { + "title": "Noto Sans Coptic", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Coptic", + "const": "Noto Sans Coptic" + }, + { + "title": "Noto Sans Cuneiform", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Cuneiform", + "const": "Noto Sans Cuneiform" + }, + { + "title": "Noto Sans Cypriot", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Cypriot", + "const": "Noto Sans Cypriot" + }, + { + "title": "Noto Sans Cypro Minoan", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Cypro+Minoan", + "const": "Noto Sans Cypro Minoan" + }, + { + "title": "Noto Sans Deseret", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Deseret", + "const": "Noto Sans Deseret" + }, + { + "title": "Noto Sans Devanagari", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Devanagari", + "const": "Noto Sans Devanagari" + }, + { + "title": "Noto Sans Display", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Display", + "const": "Noto Sans Display" + }, + { + "title": "Noto Sans Duployan", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Duployan", + "const": "Noto Sans Duployan" + }, + { + "title": "Noto Sans Egyptian Hieroglyphs", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Egyptian+Hieroglyphs", + "const": "Noto Sans Egyptian Hieroglyphs" + }, + { + "title": "Noto Sans Elbasan", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Elbasan", + "const": "Noto Sans Elbasan" + }, + { + "title": "Noto Sans Elymaic", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Elymaic", + "const": "Noto Sans Elymaic" + }, + { + "title": "Noto Sans Ethiopic", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Ethiopic", + "const": "Noto Sans Ethiopic" + }, + { + "title": "Noto Sans Georgian", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Georgian", + "const": "Noto Sans Georgian" + }, + { + "title": "Noto Sans Glagolitic", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Glagolitic", + "const": "Noto Sans Glagolitic" + }, + { + "title": "Noto Sans Gothic", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Gothic", + "const": "Noto Sans Gothic" + }, + { + "title": "Noto Sans Grantha", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Grantha", + "const": "Noto Sans Grantha" + }, + { + "title": "Noto Sans Gujarati", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Gujarati", + "const": "Noto Sans Gujarati" + }, + { + "title": "Noto Sans Gunjala Gondi", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Gunjala+Gondi", + "const": "Noto Sans Gunjala Gondi" + }, + { + "title": "Noto Sans Gurmukhi", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Gurmukhi", + "const": "Noto Sans Gurmukhi" + }, + { + "title": "Noto Sans HK", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+HK", + "const": "Noto Sans HK" + }, + { + "title": "Noto Sans Hanifi Rohingya", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Hanifi+Rohingya", + "const": "Noto Sans Hanifi Rohingya" + }, + { + "title": "Noto Sans Hanunoo", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Hanunoo", + "const": "Noto Sans Hanunoo" + }, + { + "title": "Noto Sans Hatran", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Hatran", + "const": "Noto Sans Hatran" + }, + { + "title": "Noto Sans Hebrew", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Hebrew", + "const": "Noto Sans Hebrew" + }, + { + "title": "Noto Sans Imperial Aramaic", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Imperial+Aramaic", + "const": "Noto Sans Imperial Aramaic" + }, + { + "title": "Noto Sans Indic Siyaq Numbers", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Indic+Siyaq+Numbers", + "const": "Noto Sans Indic Siyaq Numbers" + }, + { + "title": "Noto Sans Inscriptional Pahlavi", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Inscriptional+Pahlavi", + "const": "Noto Sans Inscriptional Pahlavi" + }, + { + "title": "Noto Sans Inscriptional Parthian", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Inscriptional+Parthian", + "const": "Noto Sans Inscriptional Parthian" + }, + { + "title": "Noto Sans JP", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+JP", + "const": "Noto Sans JP" + }, + { + "title": "Noto Sans Javanese", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Javanese", + "const": "Noto Sans Javanese" + }, + { + "title": "Noto Sans KR", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+KR", + "const": "Noto Sans KR" + }, + { + "title": "Noto Sans Kaithi", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Kaithi", + "const": "Noto Sans Kaithi" + }, + { + "title": "Noto Sans Kannada", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Kannada", + "const": "Noto Sans Kannada" + }, + { + "title": "Noto Sans Kayah Li", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Kayah+Li", + "const": "Noto Sans Kayah Li" + }, + { + "title": "Noto Sans Kharoshthi", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Kharoshthi", + "const": "Noto Sans Kharoshthi" + }, + { + "title": "Noto Sans Khmer", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Khmer", + "const": "Noto Sans Khmer" + }, + { + "title": "Noto Sans Khojki", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Khojki", + "const": "Noto Sans Khojki" + }, + { + "title": "Noto Sans Khudawadi", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Khudawadi", + "const": "Noto Sans Khudawadi" + }, + { + "title": "Noto Sans Lao", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Lao", + "const": "Noto Sans Lao" + }, + { + "title": "Noto Sans Lao Looped", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Lao+Looped", + "const": "Noto Sans Lao Looped" + }, + { + "title": "Noto Sans Lepcha", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Lepcha", + "const": "Noto Sans Lepcha" + }, + { + "title": "Noto Sans Limbu", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Limbu", + "const": "Noto Sans Limbu" + }, + { + "title": "Noto Sans Linear A", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Linear+A", + "const": "Noto Sans Linear A" + }, + { + "title": "Noto Sans Linear B", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Linear+B", + "const": "Noto Sans Linear B" + }, + { + "title": "Noto Sans Lisu", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Lisu", + "const": "Noto Sans Lisu" + }, + { + "title": "Noto Sans Lycian", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Lycian", + "const": "Noto Sans Lycian" + }, + { + "title": "Noto Sans Lydian", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Lydian", + "const": "Noto Sans Lydian" + }, + { + "title": "Noto Sans Mahajani", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Mahajani", + "const": "Noto Sans Mahajani" + }, + { + "title": "Noto Sans Malayalam", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Malayalam", + "const": "Noto Sans Malayalam" + }, + { + "title": "Noto Sans Mandaic", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Mandaic", + "const": "Noto Sans Mandaic" + }, + { + "title": "Noto Sans Manichaean", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Manichaean", + "const": "Noto Sans Manichaean" + }, + { + "title": "Noto Sans Marchen", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Marchen", + "const": "Noto Sans Marchen" + }, + { + "title": "Noto Sans Masaram Gondi", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Masaram+Gondi", + "const": "Noto Sans Masaram Gondi" + }, + { + "title": "Noto Sans Math", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Math", + "const": "Noto Sans Math" + }, + { + "title": "Noto Sans Mayan Numerals", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Mayan+Numerals", + "const": "Noto Sans Mayan Numerals" + }, + { + "title": "Noto Sans Medefaidrin", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Medefaidrin", + "const": "Noto Sans Medefaidrin" + }, + { + "title": "Noto Sans Meetei Mayek", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Meetei+Mayek", + "const": "Noto Sans Meetei Mayek" + }, + { + "title": "Noto Sans Mende Kikakui", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Mende+Kikakui", + "const": "Noto Sans Mende Kikakui" + }, + { + "title": "Noto Sans Meroitic", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Meroitic", + "const": "Noto Sans Meroitic" + }, + { + "title": "Noto Sans Miao", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Miao", + "const": "Noto Sans Miao" + }, + { + "title": "Noto Sans Modi", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Modi", + "const": "Noto Sans Modi" + }, + { + "title": "Noto Sans Mongolian", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Mongolian", + "const": "Noto Sans Mongolian" + }, + { + "title": "Noto Sans Mono", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Mono", + "const": "Noto Sans Mono" + }, + { + "title": "Noto Sans Mro", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Mro", + "const": "Noto Sans Mro" + }, + { + "title": "Noto Sans Multani", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Multani", + "const": "Noto Sans Multani" + }, + { + "title": "Noto Sans Myanmar", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Myanmar", + "const": "Noto Sans Myanmar" + }, + { + "title": "Noto Sans NKo", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+NKo", + "const": "Noto Sans NKo" + }, + { + "title": "Noto Sans NKo Unjoined", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+NKo+Unjoined", + "const": "Noto Sans NKo Unjoined" + }, + { + "title": "Noto Sans Nabataean", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Nabataean", + "const": "Noto Sans Nabataean" + }, + { + "title": "Noto Sans Nag Mundari", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Nag+Mundari", + "const": "Noto Sans Nag Mundari" + }, + { + "title": "Noto Sans Nandinagari", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Nandinagari", + "const": "Noto Sans Nandinagari" + }, + { + "title": "Noto Sans New Tai Lue", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+New+Tai+Lue", + "const": "Noto Sans New Tai Lue" + }, + { + "title": "Noto Sans Newa", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Newa", + "const": "Noto Sans Newa" + }, + { + "title": "Noto Sans Nushu", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Nushu", + "const": "Noto Sans Nushu" + }, + { + "title": "Noto Sans Ogham", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Ogham", + "const": "Noto Sans Ogham" + }, + { + "title": "Noto Sans Ol Chiki", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Ol+Chiki", + "const": "Noto Sans Ol Chiki" + }, + { + "title": "Noto Sans Old Hungarian", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Old+Hungarian", + "const": "Noto Sans Old Hungarian" + }, + { + "title": "Noto Sans Old Italic", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Old+Italic", + "const": "Noto Sans Old Italic" + }, + { + "title": "Noto Sans Old North Arabian", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Old+North+Arabian", + "const": "Noto Sans Old North Arabian" + }, + { + "title": "Noto Sans Old Permic", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Old+Permic", + "const": "Noto Sans Old Permic" + }, + { + "title": "Noto Sans Old Persian", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Old+Persian", + "const": "Noto Sans Old Persian" + }, + { + "title": "Noto Sans Old Sogdian", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Old+Sogdian", + "const": "Noto Sans Old Sogdian" + }, + { + "title": "Noto Sans Old South Arabian", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Old+South+Arabian", + "const": "Noto Sans Old South Arabian" + }, + { + "title": "Noto Sans Old Turkic", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Old+Turkic", + "const": "Noto Sans Old Turkic" + }, + { + "title": "Noto Sans Oriya", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Oriya", + "const": "Noto Sans Oriya" + }, + { + "title": "Noto Sans Osage", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Osage", + "const": "Noto Sans Osage" + }, + { + "title": "Noto Sans Osmanya", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Osmanya", + "const": "Noto Sans Osmanya" + }, + { + "title": "Noto Sans Pahawh Hmong", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Pahawh+Hmong", + "const": "Noto Sans Pahawh Hmong" + }, + { + "title": "Noto Sans Palmyrene", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Palmyrene", + "const": "Noto Sans Palmyrene" + }, + { + "title": "Noto Sans Pau Cin Hau", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Pau+Cin+Hau", + "const": "Noto Sans Pau Cin Hau" + }, + { + "title": "Noto Sans Phags Pa", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Phags+Pa", + "const": "Noto Sans Phags Pa" + }, + { + "title": "Noto Sans Phoenician", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Phoenician", + "const": "Noto Sans Phoenician" + }, + { + "title": "Noto Sans Psalter Pahlavi", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Psalter+Pahlavi", + "const": "Noto Sans Psalter Pahlavi" + }, + { + "title": "Noto Sans Rejang", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Rejang", + "const": "Noto Sans Rejang" + }, + { + "title": "Noto Sans Runic", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Runic", + "const": "Noto Sans Runic" + }, + { + "title": "Noto Sans SC", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+SC", + "const": "Noto Sans SC" + }, + { + "title": "Noto Sans Samaritan", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Samaritan", + "const": "Noto Sans Samaritan" + }, + { + "title": "Noto Sans Saurashtra", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Saurashtra", + "const": "Noto Sans Saurashtra" + }, + { + "title": "Noto Sans Sharada", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Sharada", + "const": "Noto Sans Sharada" + }, + { + "title": "Noto Sans Shavian", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Shavian", + "const": "Noto Sans Shavian" + }, + { + "title": "Noto Sans Siddham", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Siddham", + "const": "Noto Sans Siddham" + }, + { + "title": "Noto Sans SignWriting", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+SignWriting", + "const": "Noto Sans SignWriting" + }, + { + "title": "Noto Sans Sinhala", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Sinhala", + "const": "Noto Sans Sinhala" + }, + { + "title": "Noto Sans Sogdian", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Sogdian", + "const": "Noto Sans Sogdian" + }, + { + "title": "Noto Sans Sora Sompeng", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Sora+Sompeng", + "const": "Noto Sans Sora Sompeng" + }, + { + "title": "Noto Sans Soyombo", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Soyombo", + "const": "Noto Sans Soyombo" + }, + { + "title": "Noto Sans Sundanese", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Sundanese", + "const": "Noto Sans Sundanese" + }, + { + "title": "Noto Sans Syloti Nagri", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Syloti+Nagri", + "const": "Noto Sans Syloti Nagri" + }, + { + "title": "Noto Sans Symbols", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Symbols", + "const": "Noto Sans Symbols" + }, + { + "title": "Noto Sans Symbols 2", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Symbols+2", + "const": "Noto Sans Symbols 2" + }, + { + "title": "Noto Sans Syriac", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Syriac", + "const": "Noto Sans Syriac" + }, + { + "title": "Noto Sans Syriac Eastern", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Syriac+Eastern", + "const": "Noto Sans Syriac Eastern" + }, + { + "title": "Noto Sans TC", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+TC", + "const": "Noto Sans TC" + }, + { + "title": "Noto Sans Tagalog", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Tagalog", + "const": "Noto Sans Tagalog" + }, + { + "title": "Noto Sans Tagbanwa", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Tagbanwa", + "const": "Noto Sans Tagbanwa" + }, + { + "title": "Noto Sans Tai Le", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Tai+Le", + "const": "Noto Sans Tai Le" + }, + { + "title": "Noto Sans Tai Tham", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Tai+Tham", + "const": "Noto Sans Tai Tham" + }, + { + "title": "Noto Sans Tai Viet", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Tai+Viet", + "const": "Noto Sans Tai Viet" + }, + { + "title": "Noto Sans Takri", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Takri", + "const": "Noto Sans Takri" + }, + { + "title": "Noto Sans Tamil", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Tamil", + "const": "Noto Sans Tamil" + }, + { + "title": "Noto Sans Tamil Supplement", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Tamil+Supplement", + "const": "Noto Sans Tamil Supplement" + }, + { + "title": "Noto Sans Tangsa", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Tangsa", + "const": "Noto Sans Tangsa" + }, + { + "title": "Noto Sans Telugu", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Telugu", + "const": "Noto Sans Telugu" + }, + { + "title": "Noto Sans Thaana", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Thaana", + "const": "Noto Sans Thaana" + }, + { + "title": "Noto Sans Thai", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Thai", + "const": "Noto Sans Thai" + }, + { + "title": "Noto Sans Thai Looped", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Thai+Looped", + "const": "Noto Sans Thai Looped" + }, + { + "title": "Noto Sans Tifinagh", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Tifinagh", + "const": "Noto Sans Tifinagh" + }, + { + "title": "Noto Sans Tirhuta", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Tirhuta", + "const": "Noto Sans Tirhuta" + }, + { + "title": "Noto Sans Ugaritic", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Ugaritic", + "const": "Noto Sans Ugaritic" + }, + { + "title": "Noto Sans Vai", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Vai", + "const": "Noto Sans Vai" + }, + { + "title": "Noto Sans Vithkuqi", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Vithkuqi", + "const": "Noto Sans Vithkuqi" + }, + { + "title": "Noto Sans Wancho", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Wancho", + "const": "Noto Sans Wancho" + }, + { + "title": "Noto Sans Warang Citi", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Warang+Citi", + "const": "Noto Sans Warang Citi" + }, + { + "title": "Noto Sans Yi", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Yi", + "const": "Noto Sans Yi" + }, + { + "title": "Noto Sans Zanabazar Square", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+Zanabazar+Square", + "const": "Noto Sans Zanabazar Square" + }, + { + "title": "Noto Serif", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Serif", + "const": "Noto Serif" + }, + { + "title": "Noto Serif Ahom", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Serif+Ahom", + "const": "Noto Serif Ahom" + }, + { + "title": "Noto Serif Armenian", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Serif+Armenian", + "const": "Noto Serif Armenian" + }, + { + "title": "Noto Serif Balinese", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Serif+Balinese", + "const": "Noto Serif Balinese" + }, + { + "title": "Noto Serif Bengali", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Serif+Bengali", + "const": "Noto Serif Bengali" + }, + { + "title": "Noto Serif Devanagari", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Serif+Devanagari", + "const": "Noto Serif Devanagari" + }, + { + "title": "Noto Serif Display", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Serif+Display", + "const": "Noto Serif Display" + }, + { + "title": "Noto Serif Dogra", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Serif+Dogra", + "const": "Noto Serif Dogra" + }, + { + "title": "Noto Serif Ethiopic", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Serif+Ethiopic", + "const": "Noto Serif Ethiopic" + }, + { + "title": "Noto Serif Georgian", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Serif+Georgian", + "const": "Noto Serif Georgian" + }, + { + "title": "Noto Serif Grantha", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Serif+Grantha", + "const": "Noto Serif Grantha" + }, + { + "title": "Noto Serif Gujarati", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Serif+Gujarati", + "const": "Noto Serif Gujarati" + }, + { + "title": "Noto Serif Gurmukhi", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Serif+Gurmukhi", + "const": "Noto Serif Gurmukhi" + }, + { + "title": "Noto Serif HK", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Serif+HK", + "const": "Noto Serif HK" + }, + { + "title": "Noto Serif Hebrew", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Serif+Hebrew", + "const": "Noto Serif Hebrew" + }, + { + "title": "Noto Serif JP", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Serif+JP", + "const": "Noto Serif JP" + }, + { + "title": "Noto Serif KR", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Serif+KR", + "const": "Noto Serif KR" + }, + { + "title": "Noto Serif Kannada", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Serif+Kannada", + "const": "Noto Serif Kannada" + }, + { + "title": "Noto Serif Khitan Small Script", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Serif+Khitan+Small+Script", + "const": "Noto Serif Khitan Small Script" + }, + { + "title": "Noto Serif Khmer", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Serif+Khmer", + "const": "Noto Serif Khmer" + }, + { + "title": "Noto Serif Khojki", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Serif+Khojki", + "const": "Noto Serif Khojki" + }, + { + "title": "Noto Serif Lao", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Serif+Lao", + "const": "Noto Serif Lao" + }, + { + "title": "Noto Serif Makasar", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Serif+Makasar", + "const": "Noto Serif Makasar" + }, + { + "title": "Noto Serif Malayalam", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Serif+Malayalam", + "const": "Noto Serif Malayalam" + }, + { + "title": "Noto Serif Myanmar", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Serif+Myanmar", + "const": "Noto Serif Myanmar" + }, + { + "title": "Noto Serif NP Hmong", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Serif+NP+Hmong", + "const": "Noto Serif NP Hmong" + }, + { + "title": "Noto Serif Oriya", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Serif+Oriya", + "const": "Noto Serif Oriya" + }, + { + "title": "Noto Serif Ottoman Siyaq", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Serif+Ottoman+Siyaq", + "const": "Noto Serif Ottoman Siyaq" + }, + { + "title": "Noto Serif SC", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Serif+SC", + "const": "Noto Serif SC" + }, + { + "title": "Noto Serif Sinhala", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Serif+Sinhala", + "const": "Noto Serif Sinhala" + }, + { + "title": "Noto Serif TC", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Serif+TC", + "const": "Noto Serif TC" + }, + { + "title": "Noto Serif Tamil", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Serif+Tamil", + "const": "Noto Serif Tamil" + }, + { + "title": "Noto Serif Tangut", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Serif+Tangut", + "const": "Noto Serif Tangut" + }, + { + "title": "Noto Serif Telugu", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Serif+Telugu", + "const": "Noto Serif Telugu" + }, + { + "title": "Noto Serif Thai", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Serif+Thai", + "const": "Noto Serif Thai" + }, + { + "title": "Noto Serif Tibetan", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Serif+Tibetan", + "const": "Noto Serif Tibetan" + }, + { + "title": "Noto Serif Toto", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Serif+Toto", + "const": "Noto Serif Toto" + }, + { + "title": "Noto Serif Vithkuqi", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Serif+Vithkuqi", + "const": "Noto Serif Vithkuqi" + }, + { + "title": "Noto Serif Yezidi", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Serif+Yezidi", + "const": "Noto Serif Yezidi" + }, + { + "title": "Noto Traditional Nushu", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Traditional+Nushu", + "const": "Noto Traditional Nushu" + }, + { + "title": "Nova Cut", + "markdownDescription": "https://fonts.google.com/specimen/Nova+Cut", + "const": "Nova Cut" + }, + { + "title": "Nova Flat", + "markdownDescription": "https://fonts.google.com/specimen/Nova+Flat", + "const": "Nova Flat" + }, + { + "title": "Nova Mono", + "markdownDescription": "https://fonts.google.com/specimen/Nova+Mono", + "const": "Nova Mono" + }, + { + "title": "Nova Oval", + "markdownDescription": "https://fonts.google.com/specimen/Nova+Oval", + "const": "Nova Oval" + }, + { + "title": "Nova Round", + "markdownDescription": "https://fonts.google.com/specimen/Nova+Round", + "const": "Nova Round" + }, + { + "title": "Nova Script", + "markdownDescription": "https://fonts.google.com/specimen/Nova+Script", + "const": "Nova Script" + }, + { + "title": "Nova Slim", + "markdownDescription": "https://fonts.google.com/specimen/Nova+Slim", + "const": "Nova Slim" + }, + { + "title": "Nova Square", + "markdownDescription": "https://fonts.google.com/specimen/Nova+Square", + "const": "Nova Square" + }, + { + "title": "Numans", + "markdownDescription": "https://fonts.google.com/specimen/Numans", + "const": "Numans" + }, + { + "title": "Nunito", + "markdownDescription": "https://fonts.google.com/specimen/Nunito", + "const": "Nunito" + }, + { + "title": "Nunito Sans", + "markdownDescription": "https://fonts.google.com/specimen/Nunito+Sans", + "const": "Nunito Sans" + }, + { + "title": "Nuosu SIL", + "markdownDescription": "https://fonts.google.com/specimen/Nuosu+SIL", + "const": "Nuosu SIL" + }, + { + "title": "Odibee Sans", + "markdownDescription": "https://fonts.google.com/specimen/Odibee+Sans", + "const": "Odibee Sans" + }, + { + "title": "Odor Mean Chey", + "markdownDescription": "https://fonts.google.com/specimen/Odor+Mean+Chey", + "const": "Odor Mean Chey" + }, + { + "title": "Offside", + "markdownDescription": "https://fonts.google.com/specimen/Offside", + "const": "Offside" + }, + { + "title": "Oi", + "markdownDescription": "https://fonts.google.com/specimen/Oi", + "const": "Oi" + }, + { + "title": "Old Standard TT", + "markdownDescription": "https://fonts.google.com/specimen/Old+Standard+TT", + "const": "Old Standard TT" + }, + { + "title": "Oldenburg", + "markdownDescription": "https://fonts.google.com/specimen/Oldenburg", + "const": "Oldenburg" + }, + { + "title": "Ole", + "markdownDescription": "https://fonts.google.com/specimen/Ole", + "const": "Ole" + }, + { + "title": "Oleo Script", + "markdownDescription": "https://fonts.google.com/specimen/Oleo+Script", + "const": "Oleo Script" + }, + { + "title": "Oleo Script Swash Caps", + "markdownDescription": "https://fonts.google.com/specimen/Oleo+Script+Swash+Caps", + "const": "Oleo Script Swash Caps" + }, + { + "title": "Onest", + "markdownDescription": "https://fonts.google.com/specimen/Onest", + "const": "Onest" + }, + { + "title": "Oooh Baby", + "markdownDescription": "https://fonts.google.com/specimen/Oooh+Baby", + "const": "Oooh Baby" + }, + { + "title": "Open Sans", + "markdownDescription": "https://fonts.google.com/specimen/Open+Sans", + "const": "Open Sans" + }, + { + "title": "Oranienbaum", + "markdownDescription": "https://fonts.google.com/specimen/Oranienbaum", + "const": "Oranienbaum" + }, + { + "title": "Orbit", + "markdownDescription": "https://fonts.google.com/specimen/Orbit", + "const": "Orbit" + }, + { + "title": "Orbitron", + "markdownDescription": "https://fonts.google.com/specimen/Orbitron", + "const": "Orbitron" + }, + { + "title": "Oregano", + "markdownDescription": "https://fonts.google.com/specimen/Oregano", + "const": "Oregano" + }, + { + "title": "Orelega One", + "markdownDescription": "https://fonts.google.com/specimen/Orelega+One", + "const": "Orelega One" + }, + { + "title": "Orienta", + "markdownDescription": "https://fonts.google.com/specimen/Orienta", + "const": "Orienta" + }, + { + "title": "Original Surfer", + "markdownDescription": "https://fonts.google.com/specimen/Original+Surfer", + "const": "Original Surfer" + }, + { + "title": "Oswald", + "markdownDescription": "https://fonts.google.com/specimen/Oswald", + "const": "Oswald" + }, + { + "title": "Outfit", + "markdownDescription": "https://fonts.google.com/specimen/Outfit", + "const": "Outfit" + }, + { + "title": "Over the Rainbow", + "markdownDescription": "https://fonts.google.com/specimen/Over+the+Rainbow", + "const": "Over the Rainbow" + }, + { + "title": "Overlock", + "markdownDescription": "https://fonts.google.com/specimen/Overlock", + "const": "Overlock" + }, + { + "title": "Overlock SC", + "markdownDescription": "https://fonts.google.com/specimen/Overlock+SC", + "const": "Overlock SC" + }, + { + "title": "Overpass", + "markdownDescription": "https://fonts.google.com/specimen/Overpass", + "const": "Overpass" + }, + { + "title": "Overpass Mono", + "markdownDescription": "https://fonts.google.com/specimen/Overpass+Mono", + "const": "Overpass Mono" + }, + { + "title": "Ovo", + "markdownDescription": "https://fonts.google.com/specimen/Ovo", + "const": "Ovo" + }, + { + "title": "Oxanium", + "markdownDescription": "https://fonts.google.com/specimen/Oxanium", + "const": "Oxanium" + }, + { + "title": "Oxygen", + "markdownDescription": "https://fonts.google.com/specimen/Oxygen", + "const": "Oxygen" + }, + { + "title": "Oxygen Mono", + "markdownDescription": "https://fonts.google.com/specimen/Oxygen+Mono", + "const": "Oxygen Mono" + }, + { + "title": "PT Mono", + "markdownDescription": "https://fonts.google.com/specimen/PT+Mono", + "const": "PT Mono" + }, + { + "title": "PT Sans", + "markdownDescription": "https://fonts.google.com/specimen/PT+Sans", + "const": "PT Sans" + }, + { + "title": "PT Sans Caption", + "markdownDescription": "https://fonts.google.com/specimen/PT+Sans+Caption", + "const": "PT Sans Caption" + }, + { + "title": "PT Sans Narrow", + "markdownDescription": "https://fonts.google.com/specimen/PT+Sans+Narrow", + "const": "PT Sans Narrow" + }, + { + "title": "PT Serif", + "markdownDescription": "https://fonts.google.com/specimen/PT+Serif", + "const": "PT Serif" + }, + { + "title": "PT Serif Caption", + "markdownDescription": "https://fonts.google.com/specimen/PT+Serif+Caption", + "const": "PT Serif Caption" + }, + { + "title": "Pacifico", + "markdownDescription": "https://fonts.google.com/specimen/Pacifico", + "const": "Pacifico" + }, + { + "title": "Padauk", + "markdownDescription": "https://fonts.google.com/specimen/Padauk", + "const": "Padauk" + }, + { + "title": "Padyakke Expanded One", + "markdownDescription": "https://fonts.google.com/specimen/Padyakke+Expanded+One", + "const": "Padyakke Expanded One" + }, + { + "title": "Palanquin", + "markdownDescription": "https://fonts.google.com/specimen/Palanquin", + "const": "Palanquin" + }, + { + "title": "Palanquin Dark", + "markdownDescription": "https://fonts.google.com/specimen/Palanquin+Dark", + "const": "Palanquin Dark" + }, + { + "title": "Palette Mosaic", + "markdownDescription": "https://fonts.google.com/specimen/Palette+Mosaic", + "const": "Palette Mosaic" + }, + { + "title": "Pangolin", + "markdownDescription": "https://fonts.google.com/specimen/Pangolin", + "const": "Pangolin" + }, + { + "title": "Paprika", + "markdownDescription": "https://fonts.google.com/specimen/Paprika", + "const": "Paprika" + }, + { + "title": "Parisienne", + "markdownDescription": "https://fonts.google.com/specimen/Parisienne", + "const": "Parisienne" + }, + { + "title": "Passero One", + "markdownDescription": "https://fonts.google.com/specimen/Passero+One", + "const": "Passero One" + }, + { + "title": "Passion One", + "markdownDescription": "https://fonts.google.com/specimen/Passion+One", + "const": "Passion One" + }, + { + "title": "Passions Conflict", + "markdownDescription": "https://fonts.google.com/specimen/Passions+Conflict", + "const": "Passions Conflict" + }, + { + "title": "Pathway Extreme", + "markdownDescription": "https://fonts.google.com/specimen/Pathway+Extreme", + "const": "Pathway Extreme" + }, + { + "title": "Pathway Gothic One", + "markdownDescription": "https://fonts.google.com/specimen/Pathway+Gothic+One", + "const": "Pathway Gothic One" + }, + { + "title": "Patrick Hand", + "markdownDescription": "https://fonts.google.com/specimen/Patrick+Hand", + "const": "Patrick Hand" + }, + { + "title": "Patrick Hand SC", + "markdownDescription": "https://fonts.google.com/specimen/Patrick+Hand+SC", + "const": "Patrick Hand SC" + }, + { + "title": "Pattaya", + "markdownDescription": "https://fonts.google.com/specimen/Pattaya", + "const": "Pattaya" + }, + { + "title": "Patua One", + "markdownDescription": "https://fonts.google.com/specimen/Patua+One", + "const": "Patua One" + }, + { + "title": "Pavanam", + "markdownDescription": "https://fonts.google.com/specimen/Pavanam", + "const": "Pavanam" + }, + { + "title": "Paytone One", + "markdownDescription": "https://fonts.google.com/specimen/Paytone+One", + "const": "Paytone One" + }, + { + "title": "Peddana", + "markdownDescription": "https://fonts.google.com/specimen/Peddana", + "const": "Peddana" + }, + { + "title": "Peralta", + "markdownDescription": "https://fonts.google.com/specimen/Peralta", + "const": "Peralta" + }, + { + "title": "Permanent Marker", + "markdownDescription": "https://fonts.google.com/specimen/Permanent+Marker", + "const": "Permanent Marker" + }, + { + "title": "Petemoss", + "markdownDescription": "https://fonts.google.com/specimen/Petemoss", + "const": "Petemoss" + }, + { + "title": "Petit Formal Script", + "markdownDescription": "https://fonts.google.com/specimen/Petit+Formal+Script", + "const": "Petit Formal Script" + }, + { + "title": "Petrona", + "markdownDescription": "https://fonts.google.com/specimen/Petrona", + "const": "Petrona" + }, + { + "title": "Philosopher", + "markdownDescription": "https://fonts.google.com/specimen/Philosopher", + "const": "Philosopher" + }, + { + "title": "Phudu", + "markdownDescription": "https://fonts.google.com/specimen/Phudu", + "const": "Phudu" + }, + { + "title": "Piazzolla", + "markdownDescription": "https://fonts.google.com/specimen/Piazzolla", + "const": "Piazzolla" + }, + { + "title": "Piedra", + "markdownDescription": "https://fonts.google.com/specimen/Piedra", + "const": "Piedra" + }, + { + "title": "Pinyon Script", + "markdownDescription": "https://fonts.google.com/specimen/Pinyon+Script", + "const": "Pinyon Script" + }, + { + "title": "Pirata One", + "markdownDescription": "https://fonts.google.com/specimen/Pirata+One", + "const": "Pirata One" + }, + { + "title": "Pixelify Sans", + "markdownDescription": "https://fonts.google.com/specimen/Pixelify+Sans", + "const": "Pixelify Sans" + }, + { + "title": "Plaster", + "markdownDescription": "https://fonts.google.com/specimen/Plaster", + "const": "Plaster" + }, + { + "title": "Play", + "markdownDescription": "https://fonts.google.com/specimen/Play", + "const": "Play" + }, + { + "title": "Playball", + "markdownDescription": "https://fonts.google.com/specimen/Playball", + "const": "Playball" + }, + { + "title": "Playfair", + "markdownDescription": "https://fonts.google.com/specimen/Playfair", + "const": "Playfair" + }, + { + "title": "Playfair Display", + "markdownDescription": "https://fonts.google.com/specimen/Playfair+Display", + "const": "Playfair Display" + }, + { + "title": "Playfair Display SC", + "markdownDescription": "https://fonts.google.com/specimen/Playfair+Display+SC", + "const": "Playfair Display SC" + }, + { + "title": "Playpen Sans", + "markdownDescription": "https://fonts.google.com/specimen/Playpen+Sans", + "const": "Playpen Sans" + }, + { + "title": "Plus Jakarta Sans", + "markdownDescription": "https://fonts.google.com/specimen/Plus+Jakarta+Sans", + "const": "Plus Jakarta Sans" + }, + { + "title": "Podkova", + "markdownDescription": "https://fonts.google.com/specimen/Podkova", + "const": "Podkova" + }, + { + "title": "Poiret One", + "markdownDescription": "https://fonts.google.com/specimen/Poiret+One", + "const": "Poiret One" + }, + { + "title": "Poller One", + "markdownDescription": "https://fonts.google.com/specimen/Poller+One", + "const": "Poller One" + }, + { + "title": "Poltawski Nowy", + "markdownDescription": "https://fonts.google.com/specimen/Poltawski+Nowy", + "const": "Poltawski Nowy" + }, + { + "title": "Poly", + "markdownDescription": "https://fonts.google.com/specimen/Poly", + "const": "Poly" + }, + { + "title": "Pompiere", + "markdownDescription": "https://fonts.google.com/specimen/Pompiere", + "const": "Pompiere" + }, + { + "title": "Pontano Sans", + "markdownDescription": "https://fonts.google.com/specimen/Pontano+Sans", + "const": "Pontano Sans" + }, + { + "title": "Poor Story", + "markdownDescription": "https://fonts.google.com/specimen/Poor+Story", + "const": "Poor Story" + }, + { + "title": "Poppins", + "markdownDescription": "https://fonts.google.com/specimen/Poppins", + "const": "Poppins" + }, + { + "title": "Port Lligat Sans", + "markdownDescription": "https://fonts.google.com/specimen/Port+Lligat+Sans", + "const": "Port Lligat Sans" + }, + { + "title": "Port Lligat Slab", + "markdownDescription": "https://fonts.google.com/specimen/Port+Lligat+Slab", + "const": "Port Lligat Slab" + }, + { + "title": "Potta One", + "markdownDescription": "https://fonts.google.com/specimen/Potta+One", + "const": "Potta One" + }, + { + "title": "Pragati Narrow", + "markdownDescription": "https://fonts.google.com/specimen/Pragati+Narrow", + "const": "Pragati Narrow" + }, + { + "title": "Praise", + "markdownDescription": "https://fonts.google.com/specimen/Praise", + "const": "Praise" + }, + { + "title": "Prata", + "markdownDescription": "https://fonts.google.com/specimen/Prata", + "const": "Prata" + }, + { + "title": "Preahvihear", + "markdownDescription": "https://fonts.google.com/specimen/Preahvihear", + "const": "Preahvihear" + }, + { + "title": "Press Start 2P", + "markdownDescription": "https://fonts.google.com/specimen/Press+Start+2P", + "const": "Press Start 2P" + }, + { + "title": "Pridi", + "markdownDescription": "https://fonts.google.com/specimen/Pridi", + "const": "Pridi" + }, + { + "title": "Princess Sofia", + "markdownDescription": "https://fonts.google.com/specimen/Princess+Sofia", + "const": "Princess Sofia" + }, + { + "title": "Prociono", + "markdownDescription": "https://fonts.google.com/specimen/Prociono", + "const": "Prociono" + }, + { + "title": "Prompt", + "markdownDescription": "https://fonts.google.com/specimen/Prompt", + "const": "Prompt" + }, + { + "title": "Prosto One", + "markdownDescription": "https://fonts.google.com/specimen/Prosto+One", + "const": "Prosto One" + }, + { + "title": "Proza Libre", + "markdownDescription": "https://fonts.google.com/specimen/Proza+Libre", + "const": "Proza Libre" + }, + { + "title": "Public Sans", + "markdownDescription": "https://fonts.google.com/specimen/Public+Sans", + "const": "Public Sans" + }, + { + "title": "Puppies Play", + "markdownDescription": "https://fonts.google.com/specimen/Puppies+Play", + "const": "Puppies Play" + }, + { + "title": "Puritan", + "markdownDescription": "https://fonts.google.com/specimen/Puritan", + "const": "Puritan" + }, + { + "title": "Purple Purse", + "markdownDescription": "https://fonts.google.com/specimen/Purple+Purse", + "const": "Purple Purse" + }, + { + "title": "Qahiri", + "markdownDescription": "https://fonts.google.com/specimen/Qahiri", + "const": "Qahiri" + }, + { + "title": "Quando", + "markdownDescription": "https://fonts.google.com/specimen/Quando", + "const": "Quando" + }, + { + "title": "Quantico", + "markdownDescription": "https://fonts.google.com/specimen/Quantico", + "const": "Quantico" + }, + { + "title": "Quattrocento", + "markdownDescription": "https://fonts.google.com/specimen/Quattrocento", + "const": "Quattrocento" + }, + { + "title": "Quattrocento Sans", + "markdownDescription": "https://fonts.google.com/specimen/Quattrocento+Sans", + "const": "Quattrocento Sans" + }, + { + "title": "Questrial", + "markdownDescription": "https://fonts.google.com/specimen/Questrial", + "const": "Questrial" + }, + { + "title": "Quicksand", + "markdownDescription": "https://fonts.google.com/specimen/Quicksand", + "const": "Quicksand" + }, + { + "title": "Quintessential", + "markdownDescription": "https://fonts.google.com/specimen/Quintessential", + "const": "Quintessential" + }, + { + "title": "Qwigley", + "markdownDescription": "https://fonts.google.com/specimen/Qwigley", + "const": "Qwigley" + }, + { + "title": "Qwitcher Grypen", + "markdownDescription": "https://fonts.google.com/specimen/Qwitcher+Grypen", + "const": "Qwitcher Grypen" + }, + { + "title": "REM", + "markdownDescription": "https://fonts.google.com/specimen/REM", + "const": "REM" + }, + { + "title": "Racing Sans One", + "markdownDescription": "https://fonts.google.com/specimen/Racing+Sans+One", + "const": "Racing Sans One" + }, + { + "title": "Radio Canada", + "markdownDescription": "https://fonts.google.com/specimen/Radio+Canada", + "const": "Radio Canada" + }, + { + "title": "Radley", + "markdownDescription": "https://fonts.google.com/specimen/Radley", + "const": "Radley" + }, + { + "title": "Rajdhani", + "markdownDescription": "https://fonts.google.com/specimen/Rajdhani", + "const": "Rajdhani" + }, + { + "title": "Rakkas", + "markdownDescription": "https://fonts.google.com/specimen/Rakkas", + "const": "Rakkas" + }, + { + "title": "Raleway", + "markdownDescription": "https://fonts.google.com/specimen/Raleway", + "const": "Raleway" + }, + { + "title": "Raleway Dots", + "markdownDescription": "https://fonts.google.com/specimen/Raleway+Dots", + "const": "Raleway Dots" + }, + { + "title": "Ramabhadra", + "markdownDescription": "https://fonts.google.com/specimen/Ramabhadra", + "const": "Ramabhadra" + }, + { + "title": "Ramaraja", + "markdownDescription": "https://fonts.google.com/specimen/Ramaraja", + "const": "Ramaraja" + }, + { + "title": "Rambla", + "markdownDescription": "https://fonts.google.com/specimen/Rambla", + "const": "Rambla" + }, + { + "title": "Rammetto One", + "markdownDescription": "https://fonts.google.com/specimen/Rammetto+One", + "const": "Rammetto One" + }, + { + "title": "Rampart One", + "markdownDescription": "https://fonts.google.com/specimen/Rampart+One", + "const": "Rampart One" + }, + { + "title": "Ranchers", + "markdownDescription": "https://fonts.google.com/specimen/Ranchers", + "const": "Ranchers" + }, + { + "title": "Rancho", + "markdownDescription": "https://fonts.google.com/specimen/Rancho", + "const": "Rancho" + }, + { + "title": "Ranga", + "markdownDescription": "https://fonts.google.com/specimen/Ranga", + "const": "Ranga" + }, + { + "title": "Rasa", + "markdownDescription": "https://fonts.google.com/specimen/Rasa", + "const": "Rasa" + }, + { + "title": "Rationale", + "markdownDescription": "https://fonts.google.com/specimen/Rationale", + "const": "Rationale" + }, + { + "title": "Ravi Prakash", + "markdownDescription": "https://fonts.google.com/specimen/Ravi+Prakash", + "const": "Ravi Prakash" + }, + { + "title": "Readex Pro", + "markdownDescription": "https://fonts.google.com/specimen/Readex+Pro", + "const": "Readex Pro" + }, + { + "title": "Recursive", + "markdownDescription": "https://fonts.google.com/specimen/Recursive", + "const": "Recursive" + }, + { + "title": "Red Hat Display", + "markdownDescription": "https://fonts.google.com/specimen/Red+Hat+Display", + "const": "Red Hat Display" + }, + { + "title": "Red Hat Mono", + "markdownDescription": "https://fonts.google.com/specimen/Red+Hat+Mono", + "const": "Red Hat Mono" + }, + { + "title": "Red Hat Text", + "markdownDescription": "https://fonts.google.com/specimen/Red+Hat+Text", + "const": "Red Hat Text" + }, + { + "title": "Red Rose", + "markdownDescription": "https://fonts.google.com/specimen/Red+Rose", + "const": "Red Rose" + }, + { + "title": "Redacted", + "markdownDescription": "https://fonts.google.com/specimen/Redacted", + "const": "Redacted" + }, + { + "title": "Redacted Script", + "markdownDescription": "https://fonts.google.com/specimen/Redacted+Script", + "const": "Redacted Script" + }, + { + "title": "Redressed", + "markdownDescription": "https://fonts.google.com/specimen/Redressed", + "const": "Redressed" + }, + { + "title": "Reem Kufi", + "markdownDescription": "https://fonts.google.com/specimen/Reem+Kufi", + "const": "Reem Kufi" + }, + { + "title": "Reem Kufi Fun", + "markdownDescription": "https://fonts.google.com/specimen/Reem+Kufi+Fun", + "const": "Reem Kufi Fun" + }, + { + "title": "Reem Kufi Ink", + "markdownDescription": "https://fonts.google.com/specimen/Reem+Kufi+Ink", + "const": "Reem Kufi Ink" + }, + { + "title": "Reenie Beanie", + "markdownDescription": "https://fonts.google.com/specimen/Reenie+Beanie", + "const": "Reenie Beanie" + }, + { + "title": "Reggae One", + "markdownDescription": "https://fonts.google.com/specimen/Reggae+One", + "const": "Reggae One" + }, + { + "title": "Revalia", + "markdownDescription": "https://fonts.google.com/specimen/Revalia", + "const": "Revalia" + }, + { + "title": "Rhodium Libre", + "markdownDescription": "https://fonts.google.com/specimen/Rhodium+Libre", + "const": "Rhodium Libre" + }, + { + "title": "Ribeye", + "markdownDescription": "https://fonts.google.com/specimen/Ribeye", + "const": "Ribeye" + }, + { + "title": "Ribeye Marrow", + "markdownDescription": "https://fonts.google.com/specimen/Ribeye+Marrow", + "const": "Ribeye Marrow" + }, + { + "title": "Righteous", + "markdownDescription": "https://fonts.google.com/specimen/Righteous", + "const": "Righteous" + }, + { + "title": "Risque", + "markdownDescription": "https://fonts.google.com/specimen/Risque", + "const": "Risque" + }, + { + "title": "Road Rage", + "markdownDescription": "https://fonts.google.com/specimen/Road+Rage", + "const": "Road Rage" + }, + { + "title": "Roboto", + "markdownDescription": "https://fonts.google.com/specimen/Roboto", + "const": "Roboto" + }, + { + "title": "Roboto Condensed", + "markdownDescription": "https://fonts.google.com/specimen/Roboto+Condensed", + "const": "Roboto Condensed" + }, + { + "title": "Roboto Flex", + "markdownDescription": "https://fonts.google.com/specimen/Roboto+Flex", + "const": "Roboto Flex" + }, + { + "title": "Roboto Mono", + "markdownDescription": "https://fonts.google.com/specimen/Roboto+Mono", + "const": "Roboto Mono" + }, + { + "title": "Roboto Serif", + "markdownDescription": "https://fonts.google.com/specimen/Roboto+Serif", + "const": "Roboto Serif" + }, + { + "title": "Roboto Slab", + "markdownDescription": "https://fonts.google.com/specimen/Roboto+Slab", + "const": "Roboto Slab" + }, + { + "title": "Rochester", + "markdownDescription": "https://fonts.google.com/specimen/Rochester", + "const": "Rochester" + }, + { + "title": "Rock 3D", + "markdownDescription": "https://fonts.google.com/specimen/Rock+3D", + "const": "Rock 3D" + }, + { + "title": "Rock Salt", + "markdownDescription": "https://fonts.google.com/specimen/Rock+Salt", + "const": "Rock Salt" + }, + { + "title": "RocknRoll One", + "markdownDescription": "https://fonts.google.com/specimen/RocknRoll+One", + "const": "RocknRoll One" + }, + { + "title": "Rokkitt", + "markdownDescription": "https://fonts.google.com/specimen/Rokkitt", + "const": "Rokkitt" + }, + { + "title": "Romanesco", + "markdownDescription": "https://fonts.google.com/specimen/Romanesco", + "const": "Romanesco" + }, + { + "title": "Ropa Sans", + "markdownDescription": "https://fonts.google.com/specimen/Ropa+Sans", + "const": "Ropa Sans" + }, + { + "title": "Rosario", + "markdownDescription": "https://fonts.google.com/specimen/Rosario", + "const": "Rosario" + }, + { + "title": "Rosarivo", + "markdownDescription": "https://fonts.google.com/specimen/Rosarivo", + "const": "Rosarivo" + }, + { + "title": "Rouge Script", + "markdownDescription": "https://fonts.google.com/specimen/Rouge+Script", + "const": "Rouge Script" + }, + { + "title": "Rowdies", + "markdownDescription": "https://fonts.google.com/specimen/Rowdies", + "const": "Rowdies" + }, + { + "title": "Rozha One", + "markdownDescription": "https://fonts.google.com/specimen/Rozha+One", + "const": "Rozha One" + }, + { + "title": "Rubik", + "markdownDescription": "https://fonts.google.com/specimen/Rubik", + "const": "Rubik" + }, + { + "title": "Rubik 80s Fade", + "markdownDescription": "https://fonts.google.com/specimen/Rubik+80s+Fade", + "const": "Rubik 80s Fade" + }, + { + "title": "Rubik Beastly", + "markdownDescription": "https://fonts.google.com/specimen/Rubik+Beastly", + "const": "Rubik Beastly" + }, + { + "title": "Rubik Bubbles", + "markdownDescription": "https://fonts.google.com/specimen/Rubik+Bubbles", + "const": "Rubik Bubbles" + }, + { + "title": "Rubik Burned", + "markdownDescription": "https://fonts.google.com/specimen/Rubik+Burned", + "const": "Rubik Burned" + }, + { + "title": "Rubik Dirt", + "markdownDescription": "https://fonts.google.com/specimen/Rubik+Dirt", + "const": "Rubik Dirt" + }, + { + "title": "Rubik Distressed", + "markdownDescription": "https://fonts.google.com/specimen/Rubik+Distressed", + "const": "Rubik Distressed" + }, + { + "title": "Rubik Gemstones", + "markdownDescription": "https://fonts.google.com/specimen/Rubik+Gemstones", + "const": "Rubik Gemstones" + }, + { + "title": "Rubik Glitch", + "markdownDescription": "https://fonts.google.com/specimen/Rubik+Glitch", + "const": "Rubik Glitch" + }, + { + "title": "Rubik Iso", + "markdownDescription": "https://fonts.google.com/specimen/Rubik+Iso", + "const": "Rubik Iso" + }, + { + "title": "Rubik Marker Hatch", + "markdownDescription": "https://fonts.google.com/specimen/Rubik+Marker+Hatch", + "const": "Rubik Marker Hatch" + }, + { + "title": "Rubik Maze", + "markdownDescription": "https://fonts.google.com/specimen/Rubik+Maze", + "const": "Rubik Maze" + }, + { + "title": "Rubik Microbe", + "markdownDescription": "https://fonts.google.com/specimen/Rubik+Microbe", + "const": "Rubik Microbe" + }, + { + "title": "Rubik Mono One", + "markdownDescription": "https://fonts.google.com/specimen/Rubik+Mono+One", + "const": "Rubik Mono One" + }, + { + "title": "Rubik Moonrocks", + "markdownDescription": "https://fonts.google.com/specimen/Rubik+Moonrocks", + "const": "Rubik Moonrocks" + }, + { + "title": "Rubik Pixels", + "markdownDescription": "https://fonts.google.com/specimen/Rubik+Pixels", + "const": "Rubik Pixels" + }, + { + "title": "Rubik Puddles", + "markdownDescription": "https://fonts.google.com/specimen/Rubik+Puddles", + "const": "Rubik Puddles" + }, + { + "title": "Rubik Spray Paint", + "markdownDescription": "https://fonts.google.com/specimen/Rubik+Spray+Paint", + "const": "Rubik Spray Paint" + }, + { + "title": "Rubik Storm", + "markdownDescription": "https://fonts.google.com/specimen/Rubik+Storm", + "const": "Rubik Storm" + }, + { + "title": "Rubik Vinyl", + "markdownDescription": "https://fonts.google.com/specimen/Rubik+Vinyl", + "const": "Rubik Vinyl" + }, + { + "title": "Rubik Wet Paint", + "markdownDescription": "https://fonts.google.com/specimen/Rubik+Wet+Paint", + "const": "Rubik Wet Paint" + }, + { + "title": "Ruda", + "markdownDescription": "https://fonts.google.com/specimen/Ruda", + "const": "Ruda" + }, + { + "title": "Rufina", + "markdownDescription": "https://fonts.google.com/specimen/Rufina", + "const": "Rufina" + }, + { + "title": "Ruge Boogie", + "markdownDescription": "https://fonts.google.com/specimen/Ruge+Boogie", + "const": "Ruge Boogie" + }, + { + "title": "Ruluko", + "markdownDescription": "https://fonts.google.com/specimen/Ruluko", + "const": "Ruluko" + }, + { + "title": "Rum Raisin", + "markdownDescription": "https://fonts.google.com/specimen/Rum+Raisin", + "const": "Rum Raisin" + }, + { + "title": "Ruslan Display", + "markdownDescription": "https://fonts.google.com/specimen/Ruslan+Display", + "const": "Ruslan Display" + }, + { + "title": "Russo One", + "markdownDescription": "https://fonts.google.com/specimen/Russo+One", + "const": "Russo One" + }, + { + "title": "Ruthie", + "markdownDescription": "https://fonts.google.com/specimen/Ruthie", + "const": "Ruthie" + }, + { + "title": "Ruwudu", + "markdownDescription": "https://fonts.google.com/specimen/Ruwudu", + "const": "Ruwudu" + }, + { + "title": "Rye", + "markdownDescription": "https://fonts.google.com/specimen/Rye", + "const": "Rye" + }, + { + "title": "STIX Two Text", + "markdownDescription": "https://fonts.google.com/specimen/STIX+Two+Text", + "const": "STIX Two Text" + }, + { + "title": "Sacramento", + "markdownDescription": "https://fonts.google.com/specimen/Sacramento", + "const": "Sacramento" + }, + { + "title": "Sahitya", + "markdownDescription": "https://fonts.google.com/specimen/Sahitya", + "const": "Sahitya" + }, + { + "title": "Sail", + "markdownDescription": "https://fonts.google.com/specimen/Sail", + "const": "Sail" + }, + { + "title": "Saira", + "markdownDescription": "https://fonts.google.com/specimen/Saira", + "const": "Saira" + }, + { + "title": "Saira Condensed", + "markdownDescription": "https://fonts.google.com/specimen/Saira+Condensed", + "const": "Saira Condensed" + }, + { + "title": "Saira Extra Condensed", + "markdownDescription": "https://fonts.google.com/specimen/Saira+Extra+Condensed", + "const": "Saira Extra Condensed" + }, + { + "title": "Saira Semi Condensed", + "markdownDescription": "https://fonts.google.com/specimen/Saira+Semi+Condensed", + "const": "Saira Semi Condensed" + }, + { + "title": "Saira Stencil One", + "markdownDescription": "https://fonts.google.com/specimen/Saira+Stencil+One", + "const": "Saira Stencil One" + }, + { + "title": "Salsa", + "markdownDescription": "https://fonts.google.com/specimen/Salsa", + "const": "Salsa" + }, + { + "title": "Sanchez", + "markdownDescription": "https://fonts.google.com/specimen/Sanchez", + "const": "Sanchez" + }, + { + "title": "Sancreek", + "markdownDescription": "https://fonts.google.com/specimen/Sancreek", + "const": "Sancreek" + }, + { + "title": "Sansita", + "markdownDescription": "https://fonts.google.com/specimen/Sansita", + "const": "Sansita" + }, + { + "title": "Sansita Swashed", + "markdownDescription": "https://fonts.google.com/specimen/Sansita+Swashed", + "const": "Sansita Swashed" + }, + { + "title": "Sarabun", + "markdownDescription": "https://fonts.google.com/specimen/Sarabun", + "const": "Sarabun" + }, + { + "title": "Sarala", + "markdownDescription": "https://fonts.google.com/specimen/Sarala", + "const": "Sarala" + }, + { + "title": "Sarina", + "markdownDescription": "https://fonts.google.com/specimen/Sarina", + "const": "Sarina" + }, + { + "title": "Sarpanch", + "markdownDescription": "https://fonts.google.com/specimen/Sarpanch", + "const": "Sarpanch" + }, + { + "title": "Sassy Frass", + "markdownDescription": "https://fonts.google.com/specimen/Sassy+Frass", + "const": "Sassy Frass" + }, + { + "title": "Satisfy", + "markdownDescription": "https://fonts.google.com/specimen/Satisfy", + "const": "Satisfy" + }, + { + "title": "Sawarabi Gothic", + "markdownDescription": "https://fonts.google.com/specimen/Sawarabi+Gothic", + "const": "Sawarabi Gothic" + }, + { + "title": "Sawarabi Mincho", + "markdownDescription": "https://fonts.google.com/specimen/Sawarabi+Mincho", + "const": "Sawarabi Mincho" + }, + { + "title": "Scada", + "markdownDescription": "https://fonts.google.com/specimen/Scada", + "const": "Scada" + }, + { + "title": "Scheherazade New", + "markdownDescription": "https://fonts.google.com/specimen/Scheherazade+New", + "const": "Scheherazade New" + }, + { + "title": "Schibsted Grotesk", + "markdownDescription": "https://fonts.google.com/specimen/Schibsted+Grotesk", + "const": "Schibsted Grotesk" + }, + { + "title": "Schoolbell", + "markdownDescription": "https://fonts.google.com/specimen/Schoolbell", + "const": "Schoolbell" + }, + { + "title": "Scope One", + "markdownDescription": "https://fonts.google.com/specimen/Scope+One", + "const": "Scope One" + }, + { + "title": "Seaweed Script", + "markdownDescription": "https://fonts.google.com/specimen/Seaweed+Script", + "const": "Seaweed Script" + }, + { + "title": "Secular One", + "markdownDescription": "https://fonts.google.com/specimen/Secular+One", + "const": "Secular One" + }, + { + "title": "Sedgwick Ave", + "markdownDescription": "https://fonts.google.com/specimen/Sedgwick+Ave", + "const": "Sedgwick Ave" + }, + { + "title": "Sedgwick Ave Display", + "markdownDescription": "https://fonts.google.com/specimen/Sedgwick+Ave+Display", + "const": "Sedgwick Ave Display" + }, + { + "title": "Sen", + "markdownDescription": "https://fonts.google.com/specimen/Sen", + "const": "Sen" + }, + { + "title": "Send Flowers", + "markdownDescription": "https://fonts.google.com/specimen/Send+Flowers", + "const": "Send Flowers" + }, + { + "title": "Sevillana", + "markdownDescription": "https://fonts.google.com/specimen/Sevillana", + "const": "Sevillana" + }, + { + "title": "Seymour One", + "markdownDescription": "https://fonts.google.com/specimen/Seymour+One", + "const": "Seymour One" + }, + { + "title": "Shadows Into Light", + "markdownDescription": "https://fonts.google.com/specimen/Shadows+Into+Light", + "const": "Shadows Into Light" + }, + { + "title": "Shadows Into Light Two", + "markdownDescription": "https://fonts.google.com/specimen/Shadows+Into+Light+Two", + "const": "Shadows Into Light Two" + }, + { + "title": "Shalimar", + "markdownDescription": "https://fonts.google.com/specimen/Shalimar", + "const": "Shalimar" + }, + { + "title": "Shantell Sans", + "markdownDescription": "https://fonts.google.com/specimen/Shantell+Sans", + "const": "Shantell Sans" + }, + { + "title": "Shanti", + "markdownDescription": "https://fonts.google.com/specimen/Shanti", + "const": "Shanti" + }, + { + "title": "Share", + "markdownDescription": "https://fonts.google.com/specimen/Share", + "const": "Share" + }, + { + "title": "Share Tech", + "markdownDescription": "https://fonts.google.com/specimen/Share+Tech", + "const": "Share Tech" + }, + { + "title": "Share Tech Mono", + "markdownDescription": "https://fonts.google.com/specimen/Share+Tech+Mono", + "const": "Share Tech Mono" + }, + { + "title": "Shippori Antique", + "markdownDescription": "https://fonts.google.com/specimen/Shippori+Antique", + "const": "Shippori Antique" + }, + { + "title": "Shippori Antique B1", + "markdownDescription": "https://fonts.google.com/specimen/Shippori+Antique+B1", + "const": "Shippori Antique B1" + }, + { + "title": "Shippori Mincho", + "markdownDescription": "https://fonts.google.com/specimen/Shippori+Mincho", + "const": "Shippori Mincho" + }, + { + "title": "Shippori Mincho B1", + "markdownDescription": "https://fonts.google.com/specimen/Shippori+Mincho+B1", + "const": "Shippori Mincho B1" + }, + { + "title": "Shizuru", + "markdownDescription": "https://fonts.google.com/specimen/Shizuru", + "const": "Shizuru" + }, + { + "title": "Shojumaru", + "markdownDescription": "https://fonts.google.com/specimen/Shojumaru", + "const": "Shojumaru" + }, + { + "title": "Short Stack", + "markdownDescription": "https://fonts.google.com/specimen/Short+Stack", + "const": "Short Stack" + }, + { + "title": "Shrikhand", + "markdownDescription": "https://fonts.google.com/specimen/Shrikhand", + "const": "Shrikhand" + }, + { + "title": "Siemreap", + "markdownDescription": "https://fonts.google.com/specimen/Siemreap", + "const": "Siemreap" + }, + { + "title": "Sigmar", + "markdownDescription": "https://fonts.google.com/specimen/Sigmar", + "const": "Sigmar" + }, + { + "title": "Sigmar One", + "markdownDescription": "https://fonts.google.com/specimen/Sigmar+One", + "const": "Sigmar One" + }, + { + "title": "Signika", + "markdownDescription": "https://fonts.google.com/specimen/Signika", + "const": "Signika" + }, + { + "title": "Signika Negative", + "markdownDescription": "https://fonts.google.com/specimen/Signika+Negative", + "const": "Signika Negative" + }, + { + "title": "Silkscreen", + "markdownDescription": "https://fonts.google.com/specimen/Silkscreen", + "const": "Silkscreen" + }, + { + "title": "Simonetta", + "markdownDescription": "https://fonts.google.com/specimen/Simonetta", + "const": "Simonetta" + }, + { + "title": "Single Day", + "markdownDescription": "https://fonts.google.com/specimen/Single+Day", + "const": "Single Day" + }, + { + "title": "Sintony", + "markdownDescription": "https://fonts.google.com/specimen/Sintony", + "const": "Sintony" + }, + { + "title": "Sirin Stencil", + "markdownDescription": "https://fonts.google.com/specimen/Sirin+Stencil", + "const": "Sirin Stencil" + }, + { + "title": "Six Caps", + "markdownDescription": "https://fonts.google.com/specimen/Six+Caps", + "const": "Six Caps" + }, + { + "title": "Skranji", + "markdownDescription": "https://fonts.google.com/specimen/Skranji", + "const": "Skranji" + }, + { + "title": "Slabo 13px", + "markdownDescription": "https://fonts.google.com/specimen/Slabo+13px", + "const": "Slabo 13px" + }, + { + "title": "Slabo 27px", + "markdownDescription": "https://fonts.google.com/specimen/Slabo+27px", + "const": "Slabo 27px" + }, + { + "title": "Slackey", + "markdownDescription": "https://fonts.google.com/specimen/Slackey", + "const": "Slackey" + }, + { + "title": "Slackside One", + "markdownDescription": "https://fonts.google.com/specimen/Slackside+One", + "const": "Slackside One" + }, + { + "title": "Smokum", + "markdownDescription": "https://fonts.google.com/specimen/Smokum", + "const": "Smokum" + }, + { + "title": "Smooch", + "markdownDescription": "https://fonts.google.com/specimen/Smooch", + "const": "Smooch" + }, + { + "title": "Smooch Sans", + "markdownDescription": "https://fonts.google.com/specimen/Smooch+Sans", + "const": "Smooch Sans" + }, + { + "title": "Smythe", + "markdownDescription": "https://fonts.google.com/specimen/Smythe", + "const": "Smythe" + }, + { + "title": "Sniglet", + "markdownDescription": "https://fonts.google.com/specimen/Sniglet", + "const": "Sniglet" + }, + { + "title": "Snippet", + "markdownDescription": "https://fonts.google.com/specimen/Snippet", + "const": "Snippet" + }, + { + "title": "Snowburst One", + "markdownDescription": "https://fonts.google.com/specimen/Snowburst+One", + "const": "Snowburst One" + }, + { + "title": "Sofadi One", + "markdownDescription": "https://fonts.google.com/specimen/Sofadi+One", + "const": "Sofadi One" + }, + { + "title": "Sofia", + "markdownDescription": "https://fonts.google.com/specimen/Sofia", + "const": "Sofia" + }, + { + "title": "Sofia Sans", + "markdownDescription": "https://fonts.google.com/specimen/Sofia+Sans", + "const": "Sofia Sans" + }, + { + "title": "Sofia Sans Condensed", + "markdownDescription": "https://fonts.google.com/specimen/Sofia+Sans+Condensed", + "const": "Sofia Sans Condensed" + }, + { + "title": "Sofia Sans Extra Condensed", + "markdownDescription": "https://fonts.google.com/specimen/Sofia+Sans+Extra+Condensed", + "const": "Sofia Sans Extra Condensed" + }, + { + "title": "Sofia Sans Semi Condensed", + "markdownDescription": "https://fonts.google.com/specimen/Sofia+Sans+Semi+Condensed", + "const": "Sofia Sans Semi Condensed" + }, + { + "title": "Solitreo", + "markdownDescription": "https://fonts.google.com/specimen/Solitreo", + "const": "Solitreo" + }, + { + "title": "Solway", + "markdownDescription": "https://fonts.google.com/specimen/Solway", + "const": "Solway" + }, + { + "title": "Sometype Mono", + "markdownDescription": "https://fonts.google.com/specimen/Sometype+Mono", + "const": "Sometype Mono" + }, + { + "title": "Song Myung", + "markdownDescription": "https://fonts.google.com/specimen/Song+Myung", + "const": "Song Myung" + }, + { + "title": "Sono", + "markdownDescription": "https://fonts.google.com/specimen/Sono", + "const": "Sono" + }, + { + "title": "Sonsie One", + "markdownDescription": "https://fonts.google.com/specimen/Sonsie+One", + "const": "Sonsie One" + }, + { + "title": "Sora", + "markdownDescription": "https://fonts.google.com/specimen/Sora", + "const": "Sora" + }, + { + "title": "Sorts Mill Goudy", + "markdownDescription": "https://fonts.google.com/specimen/Sorts+Mill+Goudy", + "const": "Sorts Mill Goudy" + }, + { + "title": "Source Code Pro", + "markdownDescription": "https://fonts.google.com/specimen/Source+Code+Pro", + "const": "Source Code Pro" + }, + { + "title": "Source Sans 3", + "markdownDescription": "https://fonts.google.com/specimen/Source+Sans+3", + "const": "Source Sans 3" + }, + { + "title": "Source Serif 4", + "markdownDescription": "https://fonts.google.com/specimen/Source+Serif+4", + "const": "Source Serif 4" + }, + { + "title": "Space Grotesk", + "markdownDescription": "https://fonts.google.com/specimen/Space+Grotesk", + "const": "Space Grotesk" + }, + { + "title": "Space Mono", + "markdownDescription": "https://fonts.google.com/specimen/Space+Mono", + "const": "Space Mono" + }, + { + "title": "Special Elite", + "markdownDescription": "https://fonts.google.com/specimen/Special+Elite", + "const": "Special Elite" + }, + { + "title": "Spectral", + "markdownDescription": "https://fonts.google.com/specimen/Spectral", + "const": "Spectral" + }, + { + "title": "Spectral SC", + "markdownDescription": "https://fonts.google.com/specimen/Spectral+SC", + "const": "Spectral SC" + }, + { + "title": "Spicy Rice", + "markdownDescription": "https://fonts.google.com/specimen/Spicy+Rice", + "const": "Spicy Rice" + }, + { + "title": "Spinnaker", + "markdownDescription": "https://fonts.google.com/specimen/Spinnaker", + "const": "Spinnaker" + }, + { + "title": "Spirax", + "markdownDescription": "https://fonts.google.com/specimen/Spirax", + "const": "Spirax" + }, + { + "title": "Splash", + "markdownDescription": "https://fonts.google.com/specimen/Splash", + "const": "Splash" + }, + { + "title": "Spline Sans", + "markdownDescription": "https://fonts.google.com/specimen/Spline+Sans", + "const": "Spline Sans" + }, + { + "title": "Spline Sans Mono", + "markdownDescription": "https://fonts.google.com/specimen/Spline+Sans+Mono", + "const": "Spline Sans Mono" + }, + { + "title": "Squada One", + "markdownDescription": "https://fonts.google.com/specimen/Squada+One", + "const": "Squada One" + }, + { + "title": "Square Peg", + "markdownDescription": "https://fonts.google.com/specimen/Square+Peg", + "const": "Square Peg" + }, + { + "title": "Sree Krushnadevaraya", + "markdownDescription": "https://fonts.google.com/specimen/Sree+Krushnadevaraya", + "const": "Sree Krushnadevaraya" + }, + { + "title": "Sriracha", + "markdownDescription": "https://fonts.google.com/specimen/Sriracha", + "const": "Sriracha" + }, + { + "title": "Srisakdi", + "markdownDescription": "https://fonts.google.com/specimen/Srisakdi", + "const": "Srisakdi" + }, + { + "title": "Staatliches", + "markdownDescription": "https://fonts.google.com/specimen/Staatliches", + "const": "Staatliches" + }, + { + "title": "Stalemate", + "markdownDescription": "https://fonts.google.com/specimen/Stalemate", + "const": "Stalemate" + }, + { + "title": "Stalinist One", + "markdownDescription": "https://fonts.google.com/specimen/Stalinist+One", + "const": "Stalinist One" + }, + { + "title": "Stardos Stencil", + "markdownDescription": "https://fonts.google.com/specimen/Stardos+Stencil", + "const": "Stardos Stencil" + }, + { + "title": "Stick", + "markdownDescription": "https://fonts.google.com/specimen/Stick", + "const": "Stick" + }, + { + "title": "Stick No Bills", + "markdownDescription": "https://fonts.google.com/specimen/Stick+No+Bills", + "const": "Stick No Bills" + }, + { + "title": "Stint Ultra Condensed", + "markdownDescription": "https://fonts.google.com/specimen/Stint+Ultra+Condensed", + "const": "Stint Ultra Condensed" + }, + { + "title": "Stint Ultra Expanded", + "markdownDescription": "https://fonts.google.com/specimen/Stint+Ultra+Expanded", + "const": "Stint Ultra Expanded" + }, + { + "title": "Stoke", + "markdownDescription": "https://fonts.google.com/specimen/Stoke", + "const": "Stoke" + }, + { + "title": "Strait", + "markdownDescription": "https://fonts.google.com/specimen/Strait", + "const": "Strait" + }, + { + "title": "Style Script", + "markdownDescription": "https://fonts.google.com/specimen/Style+Script", + "const": "Style Script" + }, + { + "title": "Stylish", + "markdownDescription": "https://fonts.google.com/specimen/Stylish", + "const": "Stylish" + }, + { + "title": "Sue Ellen Francisco", + "markdownDescription": "https://fonts.google.com/specimen/Sue+Ellen+Francisco", + "const": "Sue Ellen Francisco" + }, + { + "title": "Suez One", + "markdownDescription": "https://fonts.google.com/specimen/Suez+One", + "const": "Suez One" + }, + { + "title": "Sulphur Point", + "markdownDescription": "https://fonts.google.com/specimen/Sulphur+Point", + "const": "Sulphur Point" + }, + { + "title": "Sumana", + "markdownDescription": "https://fonts.google.com/specimen/Sumana", + "const": "Sumana" + }, + { + "title": "Sunflower", + "markdownDescription": "https://fonts.google.com/specimen/Sunflower", + "const": "Sunflower" + }, + { + "title": "Sunshiney", + "markdownDescription": "https://fonts.google.com/specimen/Sunshiney", + "const": "Sunshiney" + }, + { + "title": "Supermercado One", + "markdownDescription": "https://fonts.google.com/specimen/Supermercado+One", + "const": "Supermercado One" + }, + { + "title": "Sura", + "markdownDescription": "https://fonts.google.com/specimen/Sura", + "const": "Sura" + }, + { + "title": "Suranna", + "markdownDescription": "https://fonts.google.com/specimen/Suranna", + "const": "Suranna" + }, + { + "title": "Suravaram", + "markdownDescription": "https://fonts.google.com/specimen/Suravaram", + "const": "Suravaram" + }, + { + "title": "Suwannaphum", + "markdownDescription": "https://fonts.google.com/specimen/Suwannaphum", + "const": "Suwannaphum" + }, + { + "title": "Swanky and Moo Moo", + "markdownDescription": "https://fonts.google.com/specimen/Swanky+and+Moo+Moo", + "const": "Swanky and Moo Moo" + }, + { + "title": "Syncopate", + "markdownDescription": "https://fonts.google.com/specimen/Syncopate", + "const": "Syncopate" + }, + { + "title": "Syne", + "markdownDescription": "https://fonts.google.com/specimen/Syne", + "const": "Syne" + }, + { + "title": "Syne Mono", + "markdownDescription": "https://fonts.google.com/specimen/Syne+Mono", + "const": "Syne Mono" + }, + { + "title": "Syne Tactile", + "markdownDescription": "https://fonts.google.com/specimen/Syne+Tactile", + "const": "Syne Tactile" + }, + { + "title": "Tai Heritage Pro", + "markdownDescription": "https://fonts.google.com/specimen/Tai+Heritage+Pro", + "const": "Tai Heritage Pro" + }, + { + "title": "Tajawal", + "markdownDescription": "https://fonts.google.com/specimen/Tajawal", + "const": "Tajawal" + }, + { + "title": "Tangerine", + "markdownDescription": "https://fonts.google.com/specimen/Tangerine", + "const": "Tangerine" + }, + { + "title": "Tapestry", + "markdownDescription": "https://fonts.google.com/specimen/Tapestry", + "const": "Tapestry" + }, + { + "title": "Taprom", + "markdownDescription": "https://fonts.google.com/specimen/Taprom", + "const": "Taprom" + }, + { + "title": "Tauri", + "markdownDescription": "https://fonts.google.com/specimen/Tauri", + "const": "Tauri" + }, + { + "title": "Taviraj", + "markdownDescription": "https://fonts.google.com/specimen/Taviraj", + "const": "Taviraj" + }, + { + "title": "Teko", + "markdownDescription": "https://fonts.google.com/specimen/Teko", + "const": "Teko" + }, + { + "title": "Tektur", + "markdownDescription": "https://fonts.google.com/specimen/Tektur", + "const": "Tektur" + }, + { + "title": "Telex", + "markdownDescription": "https://fonts.google.com/specimen/Telex", + "const": "Telex" + }, + { + "title": "Tenali Ramakrishna", + "markdownDescription": "https://fonts.google.com/specimen/Tenali+Ramakrishna", + "const": "Tenali Ramakrishna" + }, + { + "title": "Tenor Sans", + "markdownDescription": "https://fonts.google.com/specimen/Tenor+Sans", + "const": "Tenor Sans" + }, + { + "title": "Text Me One", + "markdownDescription": "https://fonts.google.com/specimen/Text+Me+One", + "const": "Text Me One" + }, + { + "title": "Texturina", + "markdownDescription": "https://fonts.google.com/specimen/Texturina", + "const": "Texturina" + }, + { + "title": "Thasadith", + "markdownDescription": "https://fonts.google.com/specimen/Thasadith", + "const": "Thasadith" + }, + { + "title": "The Girl Next Door", + "markdownDescription": "https://fonts.google.com/specimen/The+Girl+Next+Door", + "const": "The Girl Next Door" + }, + { + "title": "The Nautigal", + "markdownDescription": "https://fonts.google.com/specimen/The+Nautigal", + "const": "The Nautigal" + }, + { + "title": "Tienne", + "markdownDescription": "https://fonts.google.com/specimen/Tienne", + "const": "Tienne" + }, + { + "title": "Tillana", + "markdownDescription": "https://fonts.google.com/specimen/Tillana", + "const": "Tillana" + }, + { + "title": "Tilt Neon", + "markdownDescription": "https://fonts.google.com/specimen/Tilt+Neon", + "const": "Tilt Neon" + }, + { + "title": "Tilt Prism", + "markdownDescription": "https://fonts.google.com/specimen/Tilt+Prism", + "const": "Tilt Prism" + }, + { + "title": "Tilt Warp", + "markdownDescription": "https://fonts.google.com/specimen/Tilt+Warp", + "const": "Tilt Warp" + }, + { + "title": "Timmana", + "markdownDescription": "https://fonts.google.com/specimen/Timmana", + "const": "Timmana" + }, + { + "title": "Tinos", + "markdownDescription": "https://fonts.google.com/specimen/Tinos", + "const": "Tinos" + }, + { + "title": "Tiro Bangla", + "markdownDescription": "https://fonts.google.com/specimen/Tiro+Bangla", + "const": "Tiro Bangla" + }, + { + "title": "Tiro Devanagari Hindi", + "markdownDescription": "https://fonts.google.com/specimen/Tiro+Devanagari+Hindi", + "const": "Tiro Devanagari Hindi" + }, + { + "title": "Tiro Devanagari Marathi", + "markdownDescription": "https://fonts.google.com/specimen/Tiro+Devanagari+Marathi", + "const": "Tiro Devanagari Marathi" + }, + { + "title": "Tiro Devanagari Sanskrit", + "markdownDescription": "https://fonts.google.com/specimen/Tiro+Devanagari+Sanskrit", + "const": "Tiro Devanagari Sanskrit" + }, + { + "title": "Tiro Gurmukhi", + "markdownDescription": "https://fonts.google.com/specimen/Tiro+Gurmukhi", + "const": "Tiro Gurmukhi" + }, + { + "title": "Tiro Kannada", + "markdownDescription": "https://fonts.google.com/specimen/Tiro+Kannada", + "const": "Tiro Kannada" + }, + { + "title": "Tiro Tamil", + "markdownDescription": "https://fonts.google.com/specimen/Tiro+Tamil", + "const": "Tiro Tamil" + }, + { + "title": "Tiro Telugu", + "markdownDescription": "https://fonts.google.com/specimen/Tiro+Telugu", + "const": "Tiro Telugu" + }, + { + "title": "Titan One", + "markdownDescription": "https://fonts.google.com/specimen/Titan+One", + "const": "Titan One" + }, + { + "title": "Titillium Web", + "markdownDescription": "https://fonts.google.com/specimen/Titillium+Web", + "const": "Titillium Web" + }, + { + "title": "Tomorrow", + "markdownDescription": "https://fonts.google.com/specimen/Tomorrow", + "const": "Tomorrow" + }, + { + "title": "Tourney", + "markdownDescription": "https://fonts.google.com/specimen/Tourney", + "const": "Tourney" + }, + { + "title": "Trade Winds", + "markdownDescription": "https://fonts.google.com/specimen/Trade+Winds", + "const": "Trade Winds" + }, + { + "title": "Train One", + "markdownDescription": "https://fonts.google.com/specimen/Train+One", + "const": "Train One" + }, + { + "title": "Trirong", + "markdownDescription": "https://fonts.google.com/specimen/Trirong", + "const": "Trirong" + }, + { + "title": "Trispace", + "markdownDescription": "https://fonts.google.com/specimen/Trispace", + "const": "Trispace" + }, + { + "title": "Trocchi", + "markdownDescription": "https://fonts.google.com/specimen/Trocchi", + "const": "Trocchi" + }, + { + "title": "Trochut", + "markdownDescription": "https://fonts.google.com/specimen/Trochut", + "const": "Trochut" + }, + { + "title": "Truculenta", + "markdownDescription": "https://fonts.google.com/specimen/Truculenta", + "const": "Truculenta" + }, + { + "title": "Trykker", + "markdownDescription": "https://fonts.google.com/specimen/Trykker", + "const": "Trykker" + }, + { + "title": "Tsukimi Rounded", + "markdownDescription": "https://fonts.google.com/specimen/Tsukimi+Rounded", + "const": "Tsukimi Rounded" + }, + { + "title": "Tulpen One", + "markdownDescription": "https://fonts.google.com/specimen/Tulpen+One", + "const": "Tulpen One" + }, + { + "title": "Turret Road", + "markdownDescription": "https://fonts.google.com/specimen/Turret+Road", + "const": "Turret Road" + }, + { + "title": "Twinkle Star", + "markdownDescription": "https://fonts.google.com/specimen/Twinkle+Star", + "const": "Twinkle Star" + }, + { + "title": "Ubuntu", + "markdownDescription": "https://fonts.google.com/specimen/Ubuntu", + "const": "Ubuntu" + }, + { + "title": "Ubuntu Condensed", + "markdownDescription": "https://fonts.google.com/specimen/Ubuntu+Condensed", + "const": "Ubuntu Condensed" + }, + { + "title": "Ubuntu Mono", + "markdownDescription": "https://fonts.google.com/specimen/Ubuntu+Mono", + "const": "Ubuntu Mono" + }, + { + "title": "Uchen", + "markdownDescription": "https://fonts.google.com/specimen/Uchen", + "const": "Uchen" + }, + { + "title": "Ultra", + "markdownDescription": "https://fonts.google.com/specimen/Ultra", + "const": "Ultra" + }, + { + "title": "Unbounded", + "markdownDescription": "https://fonts.google.com/specimen/Unbounded", + "const": "Unbounded" + }, + { + "title": "Uncial Antiqua", + "markdownDescription": "https://fonts.google.com/specimen/Uncial+Antiqua", + "const": "Uncial Antiqua" + }, + { + "title": "Underdog", + "markdownDescription": "https://fonts.google.com/specimen/Underdog", + "const": "Underdog" + }, + { + "title": "Unica One", + "markdownDescription": "https://fonts.google.com/specimen/Unica+One", + "const": "Unica One" + }, + { + "title": "UnifrakturCook", + "markdownDescription": "https://fonts.google.com/specimen/UnifrakturCook", + "const": "UnifrakturCook" + }, + { + "title": "UnifrakturMaguntia", + "markdownDescription": "https://fonts.google.com/specimen/UnifrakturMaguntia", + "const": "UnifrakturMaguntia" + }, + { + "title": "Unkempt", + "markdownDescription": "https://fonts.google.com/specimen/Unkempt", + "const": "Unkempt" + }, + { + "title": "Unlock", + "markdownDescription": "https://fonts.google.com/specimen/Unlock", + "const": "Unlock" + }, + { + "title": "Unna", + "markdownDescription": "https://fonts.google.com/specimen/Unna", + "const": "Unna" + }, + { + "title": "Updock", + "markdownDescription": "https://fonts.google.com/specimen/Updock", + "const": "Updock" + }, + { + "title": "Urbanist", + "markdownDescription": "https://fonts.google.com/specimen/Urbanist", + "const": "Urbanist" + }, + { + "title": "VT323", + "markdownDescription": "https://fonts.google.com/specimen/VT323", + "const": "VT323" + }, + { + "title": "Vampiro One", + "markdownDescription": "https://fonts.google.com/specimen/Vampiro+One", + "const": "Vampiro One" + }, + { + "title": "Varela", + "markdownDescription": "https://fonts.google.com/specimen/Varela", + "const": "Varela" + }, + { + "title": "Varela Round", + "markdownDescription": "https://fonts.google.com/specimen/Varela+Round", + "const": "Varela Round" + }, + { + "title": "Varta", + "markdownDescription": "https://fonts.google.com/specimen/Varta", + "const": "Varta" + }, + { + "title": "Vast Shadow", + "markdownDescription": "https://fonts.google.com/specimen/Vast+Shadow", + "const": "Vast Shadow" + }, + { + "title": "Vazirmatn", + "markdownDescription": "https://fonts.google.com/specimen/Vazirmatn", + "const": "Vazirmatn" + }, + { + "title": "Vesper Libre", + "markdownDescription": "https://fonts.google.com/specimen/Vesper+Libre", + "const": "Vesper Libre" + }, + { + "title": "Viaoda Libre", + "markdownDescription": "https://fonts.google.com/specimen/Viaoda+Libre", + "const": "Viaoda Libre" + }, + { + "title": "Vibes", + "markdownDescription": "https://fonts.google.com/specimen/Vibes", + "const": "Vibes" + }, + { + "title": "Vibur", + "markdownDescription": "https://fonts.google.com/specimen/Vibur", + "const": "Vibur" + }, + { + "title": "Victor Mono", + "markdownDescription": "https://fonts.google.com/specimen/Victor+Mono", + "const": "Victor Mono" + }, + { + "title": "Vidaloka", + "markdownDescription": "https://fonts.google.com/specimen/Vidaloka", + "const": "Vidaloka" + }, + { + "title": "Viga", + "markdownDescription": "https://fonts.google.com/specimen/Viga", + "const": "Viga" + }, + { + "title": "Vina Sans", + "markdownDescription": "https://fonts.google.com/specimen/Vina+Sans", + "const": "Vina Sans" + }, + { + "title": "Voces", + "markdownDescription": "https://fonts.google.com/specimen/Voces", + "const": "Voces" + }, + { + "title": "Volkhov", + "markdownDescription": "https://fonts.google.com/specimen/Volkhov", + "const": "Volkhov" + }, + { + "title": "Vollkorn", + "markdownDescription": "https://fonts.google.com/specimen/Vollkorn", + "const": "Vollkorn" + }, + { + "title": "Vollkorn SC", + "markdownDescription": "https://fonts.google.com/specimen/Vollkorn+SC", + "const": "Vollkorn SC" + }, + { + "title": "Voltaire", + "markdownDescription": "https://fonts.google.com/specimen/Voltaire", + "const": "Voltaire" + }, + { + "title": "Vujahday Script", + "markdownDescription": "https://fonts.google.com/specimen/Vujahday+Script", + "const": "Vujahday Script" + }, + { + "title": "Waiting for the Sunrise", + "markdownDescription": "https://fonts.google.com/specimen/Waiting+for+the+Sunrise", + "const": "Waiting for the Sunrise" + }, + { + "title": "Wallpoet", + "markdownDescription": "https://fonts.google.com/specimen/Wallpoet", + "const": "Wallpoet" + }, + { + "title": "Walter Turncoat", + "markdownDescription": "https://fonts.google.com/specimen/Walter+Turncoat", + "const": "Walter Turncoat" + }, + { + "title": "Warnes", + "markdownDescription": "https://fonts.google.com/specimen/Warnes", + "const": "Warnes" + }, + { + "title": "Water Brush", + "markdownDescription": "https://fonts.google.com/specimen/Water+Brush", + "const": "Water Brush" + }, + { + "title": "Waterfall", + "markdownDescription": "https://fonts.google.com/specimen/Waterfall", + "const": "Waterfall" + }, + { + "title": "Wavefont", + "markdownDescription": "https://fonts.google.com/specimen/Wavefont", + "const": "Wavefont" + }, + { + "title": "Wellfleet", + "markdownDescription": "https://fonts.google.com/specimen/Wellfleet", + "const": "Wellfleet" + }, + { + "title": "Wendy One", + "markdownDescription": "https://fonts.google.com/specimen/Wendy+One", + "const": "Wendy One" + }, + { + "title": "Whisper", + "markdownDescription": "https://fonts.google.com/specimen/Whisper", + "const": "Whisper" + }, + { + "title": "WindSong", + "markdownDescription": "https://fonts.google.com/specimen/WindSong", + "const": "WindSong" + }, + { + "title": "Wire One", + "markdownDescription": "https://fonts.google.com/specimen/Wire+One", + "const": "Wire One" + }, + { + "title": "Wix Madefor Display", + "markdownDescription": "https://fonts.google.com/specimen/Wix+Madefor+Display", + "const": "Wix Madefor Display" + }, + { + "title": "Wix Madefor Text", + "markdownDescription": "https://fonts.google.com/specimen/Wix+Madefor+Text", + "const": "Wix Madefor Text" + }, + { + "title": "Work Sans", + "markdownDescription": "https://fonts.google.com/specimen/Work+Sans", + "const": "Work Sans" + }, + { + "title": "Xanh Mono", + "markdownDescription": "https://fonts.google.com/specimen/Xanh+Mono", + "const": "Xanh Mono" + }, + { + "title": "Yaldevi", + "markdownDescription": "https://fonts.google.com/specimen/Yaldevi", + "const": "Yaldevi" + }, + { + "title": "Yanone Kaffeesatz", + "markdownDescription": "https://fonts.google.com/specimen/Yanone+Kaffeesatz", + "const": "Yanone Kaffeesatz" + }, + { + "title": "Yantramanav", + "markdownDescription": "https://fonts.google.com/specimen/Yantramanav", + "const": "Yantramanav" + }, + { + "title": "Yatra One", + "markdownDescription": "https://fonts.google.com/specimen/Yatra+One", + "const": "Yatra One" + }, + { + "title": "Yellowtail", + "markdownDescription": "https://fonts.google.com/specimen/Yellowtail", + "const": "Yellowtail" + }, + { + "title": "Yeon Sung", + "markdownDescription": "https://fonts.google.com/specimen/Yeon+Sung", + "const": "Yeon Sung" + }, + { + "title": "Yeseva One", + "markdownDescription": "https://fonts.google.com/specimen/Yeseva+One", + "const": "Yeseva One" + }, + { + "title": "Yesteryear", + "markdownDescription": "https://fonts.google.com/specimen/Yesteryear", + "const": "Yesteryear" + }, + { + "title": "Yomogi", + "markdownDescription": "https://fonts.google.com/specimen/Yomogi", + "const": "Yomogi" + }, + { + "title": "Young Serif", + "markdownDescription": "https://fonts.google.com/specimen/Young+Serif", + "const": "Young Serif" + }, + { + "title": "Yrsa", + "markdownDescription": "https://fonts.google.com/specimen/Yrsa", + "const": "Yrsa" + }, + { + "title": "Ysabeau", + "markdownDescription": "https://fonts.google.com/specimen/Ysabeau", + "const": "Ysabeau" + }, + { + "title": "Ysabeau Infant", + "markdownDescription": "https://fonts.google.com/specimen/Ysabeau+Infant", + "const": "Ysabeau Infant" + }, + { + "title": "Ysabeau Office", + "markdownDescription": "https://fonts.google.com/specimen/Ysabeau+Office", + "const": "Ysabeau Office" + }, + { + "title": "Ysabeau SC", + "markdownDescription": "https://fonts.google.com/specimen/Ysabeau+SC", + "const": "Ysabeau SC" + }, + { + "title": "Yuji Boku", + "markdownDescription": "https://fonts.google.com/specimen/Yuji+Boku", + "const": "Yuji Boku" + }, + { + "title": "Yuji Hentaigana Akari", + "markdownDescription": "https://fonts.google.com/specimen/Yuji+Hentaigana+Akari", + "const": "Yuji Hentaigana Akari" + }, + { + "title": "Yuji Hentaigana Akebono", + "markdownDescription": "https://fonts.google.com/specimen/Yuji+Hentaigana+Akebono", + "const": "Yuji Hentaigana Akebono" + }, + { + "title": "Yuji Mai", + "markdownDescription": "https://fonts.google.com/specimen/Yuji+Mai", + "const": "Yuji Mai" + }, + { + "title": "Yuji Syuku", + "markdownDescription": "https://fonts.google.com/specimen/Yuji+Syuku", + "const": "Yuji Syuku" + }, + { + "title": "Yusei Magic", + "markdownDescription": "https://fonts.google.com/specimen/Yusei+Magic", + "const": "Yusei Magic" + }, + { + "title": "ZCOOL KuaiLe", + "markdownDescription": "https://fonts.google.com/specimen/ZCOOL+KuaiLe", + "const": "ZCOOL KuaiLe" + }, + { + "title": "ZCOOL QingKe HuangYou", + "markdownDescription": "https://fonts.google.com/specimen/ZCOOL+QingKe+HuangYou", + "const": "ZCOOL QingKe HuangYou" + }, + { + "title": "ZCOOL XiaoWei", + "markdownDescription": "https://fonts.google.com/specimen/ZCOOL+XiaoWei", + "const": "ZCOOL XiaoWei" + }, + { + "title": "Zen Antique", + "markdownDescription": "https://fonts.google.com/specimen/Zen+Antique", + "const": "Zen Antique" + }, + { + "title": "Zen Antique Soft", + "markdownDescription": "https://fonts.google.com/specimen/Zen+Antique+Soft", + "const": "Zen Antique Soft" + }, + { + "title": "Zen Dots", + "markdownDescription": "https://fonts.google.com/specimen/Zen+Dots", + "const": "Zen Dots" + }, + { + "title": "Zen Kaku Gothic Antique", + "markdownDescription": "https://fonts.google.com/specimen/Zen+Kaku+Gothic+Antique", + "const": "Zen Kaku Gothic Antique" + }, + { + "title": "Zen Kaku Gothic New", + "markdownDescription": "https://fonts.google.com/specimen/Zen+Kaku+Gothic+New", + "const": "Zen Kaku Gothic New" + }, + { + "title": "Zen Kurenaido", + "markdownDescription": "https://fonts.google.com/specimen/Zen+Kurenaido", + "const": "Zen Kurenaido" + }, + { + "title": "Zen Loop", + "markdownDescription": "https://fonts.google.com/specimen/Zen+Loop", + "const": "Zen Loop" + }, + { + "title": "Zen Maru Gothic", + "markdownDescription": "https://fonts.google.com/specimen/Zen+Maru+Gothic", + "const": "Zen Maru Gothic" + }, + { + "title": "Zen Old Mincho", + "markdownDescription": "https://fonts.google.com/specimen/Zen+Old+Mincho", + "const": "Zen Old Mincho" + }, + { + "title": "Zen Tokyo Zoo", + "markdownDescription": "https://fonts.google.com/specimen/Zen+Tokyo+Zoo", + "const": "Zen Tokyo Zoo" + }, + { + "title": "Zeyada", + "markdownDescription": "https://fonts.google.com/specimen/Zeyada", + "const": "Zeyada" + }, + { + "title": "Zhi Mang Xing", + "markdownDescription": "https://fonts.google.com/specimen/Zhi+Mang+Xing", + "const": "Zhi Mang Xing" + }, + { + "title": "Zilla Slab", + "markdownDescription": "https://fonts.google.com/specimen/Zilla+Slab", + "const": "Zilla Slab" + }, + { + "title": "Zilla Slab Highlight", + "markdownDescription": "https://fonts.google.com/specimen/Zilla+Slab+Highlight", + "const": "Zilla Slab Highlight" + } + ] +} \ No newline at end of file diff --git a/mkdocs-material/docs/schema/assets/icons.json b/mkdocs-material/docs/schema/assets/icons.json new file mode 100644 index 0000000..82399c3 --- /dev/null +++ b/mkdocs-material/docs/schema/assets/icons.json @@ -0,0 +1,13371 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Icon", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/reference/icons-emojis/#search", + "type": "string", + "enum": [ + "fontawesome/brands/42-group", + "fontawesome/brands/500px", + "fontawesome/brands/accessible-icon", + "fontawesome/brands/accusoft", + "fontawesome/brands/adn", + "fontawesome/brands/adversal", + "fontawesome/brands/affiliatetheme", + "fontawesome/brands/airbnb", + "fontawesome/brands/algolia", + "fontawesome/brands/alipay", + "fontawesome/brands/amazon-pay", + "fontawesome/brands/amazon", + "fontawesome/brands/amilia", + "fontawesome/brands/android", + "fontawesome/brands/angellist", + "fontawesome/brands/angrycreative", + "fontawesome/brands/angular", + "fontawesome/brands/app-store-ios", + "fontawesome/brands/app-store", + "fontawesome/brands/apper", + "fontawesome/brands/apple-pay", + "fontawesome/brands/apple", + "fontawesome/brands/artstation", + "fontawesome/brands/asymmetrik", + "fontawesome/brands/atlassian", + "fontawesome/brands/audible", + "fontawesome/brands/autoprefixer", + "fontawesome/brands/avianex", + "fontawesome/brands/aviato", + "fontawesome/brands/aws", + "fontawesome/brands/bandcamp", + "fontawesome/brands/battle-net", + "fontawesome/brands/behance", + "fontawesome/brands/bilibili", + "fontawesome/brands/bimobject", + "fontawesome/brands/bitbucket", + "fontawesome/brands/bitcoin", + "fontawesome/brands/bity", + "fontawesome/brands/black-tie", + "fontawesome/brands/blackberry", + "fontawesome/brands/blogger-b", + "fontawesome/brands/blogger", + "fontawesome/brands/bluesky", + "fontawesome/brands/bluetooth-b", + "fontawesome/brands/bluetooth", + "fontawesome/brands/bootstrap", + "fontawesome/brands/bots", + "fontawesome/brands/brave-reverse", + "fontawesome/brands/brave", + "fontawesome/brands/btc", + "fontawesome/brands/buffer", + "fontawesome/brands/buromobelexperte", + "fontawesome/brands/buy-n-large", + "fontawesome/brands/buysellads", + "fontawesome/brands/canadian-maple-leaf", + "fontawesome/brands/cc-amazon-pay", + "fontawesome/brands/cc-amex", + "fontawesome/brands/cc-apple-pay", + "fontawesome/brands/cc-diners-club", + "fontawesome/brands/cc-discover", + "fontawesome/brands/cc-jcb", + "fontawesome/brands/cc-mastercard", + "fontawesome/brands/cc-paypal", + "fontawesome/brands/cc-stripe", + "fontawesome/brands/cc-visa", + "fontawesome/brands/centercode", + "fontawesome/brands/centos", + "fontawesome/brands/chrome", + "fontawesome/brands/chromecast", + "fontawesome/brands/cloudflare", + "fontawesome/brands/cloudscale", + "fontawesome/brands/cloudsmith", + "fontawesome/brands/cloudversify", + "fontawesome/brands/cmplid", + "fontawesome/brands/codepen", + "fontawesome/brands/codiepie", + "fontawesome/brands/confluence", + "fontawesome/brands/connectdevelop", + "fontawesome/brands/contao", + "fontawesome/brands/cotton-bureau", + "fontawesome/brands/cpanel", + "fontawesome/brands/creative-commons-by", + "fontawesome/brands/creative-commons-nc-eu", + "fontawesome/brands/creative-commons-nc-jp", + "fontawesome/brands/creative-commons-nc", + "fontawesome/brands/creative-commons-nd", + "fontawesome/brands/creative-commons-pd-alt", + "fontawesome/brands/creative-commons-pd", + "fontawesome/brands/creative-commons-remix", + "fontawesome/brands/creative-commons-sa", + "fontawesome/brands/creative-commons-sampling-plus", + "fontawesome/brands/creative-commons-sampling", + "fontawesome/brands/creative-commons-share", + "fontawesome/brands/creative-commons-zero", + "fontawesome/brands/creative-commons", + "fontawesome/brands/critical-role", + "fontawesome/brands/css3-alt", + "fontawesome/brands/css3", + "fontawesome/brands/cuttlefish", + "fontawesome/brands/d-and-d-beyond", + "fontawesome/brands/d-and-d", + "fontawesome/brands/dailymotion", + "fontawesome/brands/dart-lang", + "fontawesome/brands/dashcube", + "fontawesome/brands/debian", + "fontawesome/brands/deezer", + "fontawesome/brands/delicious", + "fontawesome/brands/deploydog", + "fontawesome/brands/deskpro", + "fontawesome/brands/dev", + "fontawesome/brands/deviantart", + "fontawesome/brands/dhl", + "fontawesome/brands/diaspora", + "fontawesome/brands/digg", + "fontawesome/brands/digital-ocean", + "fontawesome/brands/discord", + "fontawesome/brands/discourse", + "fontawesome/brands/dochub", + "fontawesome/brands/docker", + "fontawesome/brands/draft2digital", + "fontawesome/brands/dribbble", + "fontawesome/brands/dropbox", + "fontawesome/brands/drupal", + "fontawesome/brands/dyalog", + "fontawesome/brands/earlybirds", + "fontawesome/brands/ebay", + "fontawesome/brands/edge-legacy", + "fontawesome/brands/edge", + "fontawesome/brands/elementor", + "fontawesome/brands/ello", + "fontawesome/brands/ember", + "fontawesome/brands/empire", + "fontawesome/brands/envira", + "fontawesome/brands/erlang", + "fontawesome/brands/ethereum", + "fontawesome/brands/etsy", + "fontawesome/brands/evernote", + "fontawesome/brands/expeditedssl", + "fontawesome/brands/facebook-f", + "fontawesome/brands/facebook-messenger", + "fontawesome/brands/facebook", + "fontawesome/brands/fantasy-flight-games", + "fontawesome/brands/fedex", + "fontawesome/brands/fedora", + "fontawesome/brands/figma", + "fontawesome/brands/firefox-browser", + "fontawesome/brands/firefox", + "fontawesome/brands/first-order-alt", + "fontawesome/brands/first-order", + "fontawesome/brands/firstdraft", + "fontawesome/brands/flickr", + "fontawesome/brands/flipboard", + "fontawesome/brands/flutter", + "fontawesome/brands/fly", + "fontawesome/brands/font-awesome", + "fontawesome/brands/fonticons-fi", + "fontawesome/brands/fonticons", + "fontawesome/brands/fort-awesome-alt", + "fontawesome/brands/fort-awesome", + "fontawesome/brands/forumbee", + "fontawesome/brands/foursquare", + "fontawesome/brands/free-code-camp", + "fontawesome/brands/freebsd", + "fontawesome/brands/fulcrum", + "fontawesome/brands/galactic-republic", + "fontawesome/brands/galactic-senate", + "fontawesome/brands/get-pocket", + "fontawesome/brands/gg-circle", + "fontawesome/brands/gg", + "fontawesome/brands/git-alt", + "fontawesome/brands/git", + "fontawesome/brands/github-alt", + "fontawesome/brands/github", + "fontawesome/brands/gitkraken", + "fontawesome/brands/gitlab", + "fontawesome/brands/gitter", + "fontawesome/brands/glide-g", + "fontawesome/brands/glide", + "fontawesome/brands/gofore", + "fontawesome/brands/golang", + "fontawesome/brands/goodreads-g", + "fontawesome/brands/goodreads", + "fontawesome/brands/google-drive", + "fontawesome/brands/google-pay", + "fontawesome/brands/google-play", + "fontawesome/brands/google-plus-g", + "fontawesome/brands/google-plus", + "fontawesome/brands/google-scholar", + "fontawesome/brands/google-wallet", + "fontawesome/brands/google", + "fontawesome/brands/gratipay", + "fontawesome/brands/grav", + "fontawesome/brands/gripfire", + "fontawesome/brands/grunt", + "fontawesome/brands/guilded", + "fontawesome/brands/gulp", + "fontawesome/brands/hacker-news", + "fontawesome/brands/hackerrank", + "fontawesome/brands/hashnode", + "fontawesome/brands/hips", + "fontawesome/brands/hire-a-helper", + "fontawesome/brands/hive", + "fontawesome/brands/hooli", + "fontawesome/brands/hornbill", + "fontawesome/brands/hotjar", + "fontawesome/brands/houzz", + "fontawesome/brands/html5", + "fontawesome/brands/hubspot", + "fontawesome/brands/ideal", + "fontawesome/brands/imdb", + "fontawesome/brands/instagram", + "fontawesome/brands/instalod", + "fontawesome/brands/intercom", + "fontawesome/brands/internet-explorer", + "fontawesome/brands/invision", + "fontawesome/brands/ioxhost", + "fontawesome/brands/itch-io", + "fontawesome/brands/itunes-note", + "fontawesome/brands/itunes", + "fontawesome/brands/java", + "fontawesome/brands/jedi-order", + "fontawesome/brands/jenkins", + "fontawesome/brands/jira", + "fontawesome/brands/joget", + "fontawesome/brands/joomla", + "fontawesome/brands/js", + "fontawesome/brands/jsfiddle", + "fontawesome/brands/jxl", + "fontawesome/brands/kaggle", + "fontawesome/brands/keybase", + "fontawesome/brands/keycdn", + "fontawesome/brands/kickstarter-k", + "fontawesome/brands/kickstarter", + "fontawesome/brands/korvue", + "fontawesome/brands/laravel", + "fontawesome/brands/lastfm", + "fontawesome/brands/leanpub", + "fontawesome/brands/less", + "fontawesome/brands/letterboxd", + "fontawesome/brands/line", + "fontawesome/brands/linkedin-in", + "fontawesome/brands/linkedin", + "fontawesome/brands/linode", + "fontawesome/brands/linux", + "fontawesome/brands/lyft", + "fontawesome/brands/magento", + "fontawesome/brands/mailchimp", + "fontawesome/brands/mandalorian", + "fontawesome/brands/markdown", + "fontawesome/brands/mastodon", + "fontawesome/brands/maxcdn", + "fontawesome/brands/mdb", + "fontawesome/brands/medapps", + "fontawesome/brands/medium", + "fontawesome/brands/medrt", + "fontawesome/brands/meetup", + "fontawesome/brands/megaport", + "fontawesome/brands/mendeley", + "fontawesome/brands/meta", + "fontawesome/brands/microblog", + "fontawesome/brands/microsoft", + "fontawesome/brands/mintbit", + "fontawesome/brands/mix", + "fontawesome/brands/mixcloud", + "fontawesome/brands/mixer", + "fontawesome/brands/mizuni", + "fontawesome/brands/modx", + "fontawesome/brands/monero", + "fontawesome/brands/napster", + "fontawesome/brands/neos", + "fontawesome/brands/nfc-directional", + "fontawesome/brands/nfc-symbol", + "fontawesome/brands/nimblr", + "fontawesome/brands/node-js", + "fontawesome/brands/node", + "fontawesome/brands/npm", + "fontawesome/brands/ns8", + "fontawesome/brands/nutritionix", + "fontawesome/brands/octopus-deploy", + "fontawesome/brands/odnoklassniki", + "fontawesome/brands/odysee", + "fontawesome/brands/old-republic", + "fontawesome/brands/opencart", + "fontawesome/brands/openid", + "fontawesome/brands/opensuse", + "fontawesome/brands/opera", + "fontawesome/brands/optin-monster", + "fontawesome/brands/orcid", + "fontawesome/brands/osi", + "fontawesome/brands/padlet", + "fontawesome/brands/page4", + "fontawesome/brands/pagelines", + "fontawesome/brands/palfed", + "fontawesome/brands/patreon", + "fontawesome/brands/paypal", + "fontawesome/brands/perbyte", + "fontawesome/brands/periscope", + "fontawesome/brands/phabricator", + "fontawesome/brands/phoenix-framework", + "fontawesome/brands/phoenix-squadron", + "fontawesome/brands/php", + "fontawesome/brands/pied-piper-alt", + "fontawesome/brands/pied-piper-hat", + "fontawesome/brands/pied-piper-pp", + "fontawesome/brands/pied-piper", + "fontawesome/brands/pinterest-p", + "fontawesome/brands/pinterest", + "fontawesome/brands/pix", + "fontawesome/brands/pixiv", + "fontawesome/brands/playstation", + "fontawesome/brands/product-hunt", + "fontawesome/brands/pushed", + "fontawesome/brands/python", + "fontawesome/brands/qq", + "fontawesome/brands/quinscape", + "fontawesome/brands/quora", + "fontawesome/brands/r-project", + "fontawesome/brands/raspberry-pi", + "fontawesome/brands/ravelry", + "fontawesome/brands/react", + "fontawesome/brands/reacteurope", + "fontawesome/brands/readme", + "fontawesome/brands/rebel", + "fontawesome/brands/red-river", + "fontawesome/brands/reddit-alien", + "fontawesome/brands/reddit", + "fontawesome/brands/redhat", + "fontawesome/brands/renren", + "fontawesome/brands/replyd", + "fontawesome/brands/researchgate", + "fontawesome/brands/resolving", + "fontawesome/brands/rev", + "fontawesome/brands/rocketchat", + "fontawesome/brands/rockrms", + "fontawesome/brands/rust", + "fontawesome/brands/safari", + "fontawesome/brands/salesforce", + "fontawesome/brands/sass", + "fontawesome/brands/schlix", + "fontawesome/brands/screenpal", + "fontawesome/brands/scribd", + "fontawesome/brands/searchengin", + "fontawesome/brands/sellcast", + "fontawesome/brands/sellsy", + "fontawesome/brands/servicestack", + "fontawesome/brands/shirtsinbulk", + "fontawesome/brands/shoelace", + "fontawesome/brands/shopify", + "fontawesome/brands/shopware", + "fontawesome/brands/signal-messenger", + "fontawesome/brands/simplybuilt", + "fontawesome/brands/sistrix", + "fontawesome/brands/sith", + "fontawesome/brands/sitrox", + "fontawesome/brands/sketch", + "fontawesome/brands/skyatlas", + "fontawesome/brands/skype", + "fontawesome/brands/slack", + "fontawesome/brands/slideshare", + "fontawesome/brands/snapchat", + "fontawesome/brands/soundcloud", + "fontawesome/brands/sourcetree", + "fontawesome/brands/space-awesome", + "fontawesome/brands/speakap", + "fontawesome/brands/speaker-deck", + "fontawesome/brands/spotify", + "fontawesome/brands/square-behance", + "fontawesome/brands/square-dribbble", + "fontawesome/brands/square-facebook", + "fontawesome/brands/square-font-awesome-stroke", + "fontawesome/brands/square-font-awesome", + "fontawesome/brands/square-git", + "fontawesome/brands/square-github", + "fontawesome/brands/square-gitlab", + "fontawesome/brands/square-google-plus", + "fontawesome/brands/square-hacker-news", + "fontawesome/brands/square-instagram", + "fontawesome/brands/square-js", + "fontawesome/brands/square-lastfm", + "fontawesome/brands/square-letterboxd", + "fontawesome/brands/square-odnoklassniki", + "fontawesome/brands/square-pied-piper", + "fontawesome/brands/square-pinterest", + "fontawesome/brands/square-reddit", + "fontawesome/brands/square-snapchat", + "fontawesome/brands/square-steam", + "fontawesome/brands/square-threads", + "fontawesome/brands/square-tumblr", + "fontawesome/brands/square-twitter", + "fontawesome/brands/square-upwork", + "fontawesome/brands/square-viadeo", + "fontawesome/brands/square-vimeo", + "fontawesome/brands/square-web-awesome-stroke", + "fontawesome/brands/square-web-awesome", + "fontawesome/brands/square-whatsapp", + "fontawesome/brands/square-x-twitter", + "fontawesome/brands/square-xing", + "fontawesome/brands/square-youtube", + "fontawesome/brands/squarespace", + "fontawesome/brands/stack-exchange", + "fontawesome/brands/stack-overflow", + "fontawesome/brands/stackpath", + "fontawesome/brands/staylinked", + "fontawesome/brands/steam-symbol", + "fontawesome/brands/steam", + "fontawesome/brands/sticker-mule", + "fontawesome/brands/strava", + "fontawesome/brands/stripe-s", + "fontawesome/brands/stripe", + "fontawesome/brands/stubber", + "fontawesome/brands/studiovinari", + "fontawesome/brands/stumbleupon-circle", + "fontawesome/brands/stumbleupon", + "fontawesome/brands/superpowers", + "fontawesome/brands/supple", + "fontawesome/brands/suse", + "fontawesome/brands/swift", + "fontawesome/brands/symfony", + "fontawesome/brands/teamspeak", + "fontawesome/brands/telegram", + "fontawesome/brands/tencent-weibo", + "fontawesome/brands/the-red-yeti", + "fontawesome/brands/themeco", + "fontawesome/brands/themeisle", + "fontawesome/brands/think-peaks", + "fontawesome/brands/threads", + "fontawesome/brands/tiktok", + "fontawesome/brands/trade-federation", + "fontawesome/brands/trello", + "fontawesome/brands/tumblr", + "fontawesome/brands/twitch", + "fontawesome/brands/twitter", + "fontawesome/brands/typo3", + "fontawesome/brands/uber", + "fontawesome/brands/ubuntu", + "fontawesome/brands/uikit", + "fontawesome/brands/umbraco", + "fontawesome/brands/uncharted", + "fontawesome/brands/uniregistry", + "fontawesome/brands/unity", + "fontawesome/brands/unsplash", + "fontawesome/brands/untappd", + "fontawesome/brands/ups", + "fontawesome/brands/upwork", + "fontawesome/brands/usb", + "fontawesome/brands/usps", + "fontawesome/brands/ussunnah", + "fontawesome/brands/vaadin", + "fontawesome/brands/viacoin", + "fontawesome/brands/viadeo", + "fontawesome/brands/viber", + "fontawesome/brands/vimeo-v", + "fontawesome/brands/vimeo", + "fontawesome/brands/vine", + "fontawesome/brands/vk", + "fontawesome/brands/vnv", + "fontawesome/brands/vuejs", + "fontawesome/brands/watchman-monitoring", + "fontawesome/brands/waze", + "fontawesome/brands/web-awesome", + "fontawesome/brands/webflow", + "fontawesome/brands/weebly", + "fontawesome/brands/weibo", + "fontawesome/brands/weixin", + "fontawesome/brands/whatsapp", + "fontawesome/brands/whmcs", + "fontawesome/brands/wikipedia-w", + "fontawesome/brands/windows", + "fontawesome/brands/wirsindhandwerk", + "fontawesome/brands/wix", + "fontawesome/brands/wizards-of-the-coast", + "fontawesome/brands/wodu", + "fontawesome/brands/wolf-pack-battalion", + "fontawesome/brands/wordpress-simple", + "fontawesome/brands/wordpress", + "fontawesome/brands/wpbeginner", + "fontawesome/brands/wpexplorer", + "fontawesome/brands/wpforms", + "fontawesome/brands/wpressr", + "fontawesome/brands/x-twitter", + "fontawesome/brands/xbox", + "fontawesome/brands/xing", + "fontawesome/brands/y-combinator", + "fontawesome/brands/yahoo", + "fontawesome/brands/yammer", + "fontawesome/brands/yandex-international", + "fontawesome/brands/yandex", + "fontawesome/brands/yarn", + "fontawesome/brands/yelp", + "fontawesome/brands/yoast", + "fontawesome/brands/youtube", + "fontawesome/brands/zhihu", + "fontawesome/regular/address-book", + "fontawesome/regular/address-card", + "fontawesome/regular/bell-slash", + "fontawesome/regular/bell", + "fontawesome/regular/bookmark", + "fontawesome/regular/building", + "fontawesome/regular/calendar-check", + "fontawesome/regular/calendar-days", + "fontawesome/regular/calendar-minus", + "fontawesome/regular/calendar-plus", + "fontawesome/regular/calendar-xmark", + "fontawesome/regular/calendar", + "fontawesome/regular/chart-bar", + "fontawesome/regular/chess-bishop", + "fontawesome/regular/chess-king", + "fontawesome/regular/chess-knight", + "fontawesome/regular/chess-pawn", + "fontawesome/regular/chess-queen", + "fontawesome/regular/chess-rook", + "fontawesome/regular/circle-check", + "fontawesome/regular/circle-dot", + "fontawesome/regular/circle-down", + "fontawesome/regular/circle-left", + "fontawesome/regular/circle-pause", + "fontawesome/regular/circle-play", + "fontawesome/regular/circle-question", + "fontawesome/regular/circle-right", + "fontawesome/regular/circle-stop", + "fontawesome/regular/circle-up", + "fontawesome/regular/circle-user", + "fontawesome/regular/circle-xmark", + "fontawesome/regular/circle", + "fontawesome/regular/clipboard", + "fontawesome/regular/clock", + "fontawesome/regular/clone", + "fontawesome/regular/closed-captioning", + "fontawesome/regular/comment-dots", + "fontawesome/regular/comment", + "fontawesome/regular/comments", + "fontawesome/regular/compass", + "fontawesome/regular/copy", + "fontawesome/regular/copyright", + "fontawesome/regular/credit-card", + "fontawesome/regular/envelope-open", + "fontawesome/regular/envelope", + "fontawesome/regular/eye-slash", + "fontawesome/regular/eye", + "fontawesome/regular/face-angry", + "fontawesome/regular/face-dizzy", + "fontawesome/regular/face-flushed", + "fontawesome/regular/face-frown-open", + "fontawesome/regular/face-frown", + "fontawesome/regular/face-grimace", + "fontawesome/regular/face-grin-beam-sweat", + "fontawesome/regular/face-grin-beam", + "fontawesome/regular/face-grin-hearts", + "fontawesome/regular/face-grin-squint-tears", + "fontawesome/regular/face-grin-squint", + "fontawesome/regular/face-grin-stars", + "fontawesome/regular/face-grin-tears", + "fontawesome/regular/face-grin-tongue-squint", + "fontawesome/regular/face-grin-tongue-wink", + "fontawesome/regular/face-grin-tongue", + "fontawesome/regular/face-grin-wide", + "fontawesome/regular/face-grin-wink", + "fontawesome/regular/face-grin", + "fontawesome/regular/face-kiss-beam", + "fontawesome/regular/face-kiss-wink-heart", + "fontawesome/regular/face-kiss", + "fontawesome/regular/face-laugh-beam", + "fontawesome/regular/face-laugh-squint", + "fontawesome/regular/face-laugh-wink", + "fontawesome/regular/face-laugh", + "fontawesome/regular/face-meh-blank", + "fontawesome/regular/face-meh", + "fontawesome/regular/face-rolling-eyes", + "fontawesome/regular/face-sad-cry", + "fontawesome/regular/face-sad-tear", + "fontawesome/regular/face-smile-beam", + "fontawesome/regular/face-smile-wink", + "fontawesome/regular/face-smile", + "fontawesome/regular/face-surprise", + "fontawesome/regular/face-tired", + "fontawesome/regular/file-audio", + "fontawesome/regular/file-code", + "fontawesome/regular/file-excel", + "fontawesome/regular/file-image", + "fontawesome/regular/file-lines", + "fontawesome/regular/file-pdf", + "fontawesome/regular/file-powerpoint", + "fontawesome/regular/file-video", + "fontawesome/regular/file-word", + "fontawesome/regular/file-zipper", + "fontawesome/regular/file", + "fontawesome/regular/flag", + "fontawesome/regular/floppy-disk", + "fontawesome/regular/folder-closed", + "fontawesome/regular/folder-open", + "fontawesome/regular/folder", + "fontawesome/regular/font-awesome", + "fontawesome/regular/futbol", + "fontawesome/regular/gem", + "fontawesome/regular/hand-back-fist", + "fontawesome/regular/hand-lizard", + "fontawesome/regular/hand-peace", + "fontawesome/regular/hand-point-down", + "fontawesome/regular/hand-point-left", + "fontawesome/regular/hand-point-right", + "fontawesome/regular/hand-point-up", + "fontawesome/regular/hand-pointer", + "fontawesome/regular/hand-scissors", + "fontawesome/regular/hand-spock", + "fontawesome/regular/hand", + "fontawesome/regular/handshake", + "fontawesome/regular/hard-drive", + "fontawesome/regular/heart", + "fontawesome/regular/hospital", + "fontawesome/regular/hourglass-half", + "fontawesome/regular/hourglass", + "fontawesome/regular/id-badge", + "fontawesome/regular/id-card", + "fontawesome/regular/image", + "fontawesome/regular/images", + "fontawesome/regular/keyboard", + "fontawesome/regular/lemon", + "fontawesome/regular/life-ring", + "fontawesome/regular/lightbulb", + "fontawesome/regular/map", + "fontawesome/regular/message", + "fontawesome/regular/money-bill-1", + "fontawesome/regular/moon", + "fontawesome/regular/newspaper", + "fontawesome/regular/note-sticky", + "fontawesome/regular/object-group", + "fontawesome/regular/object-ungroup", + "fontawesome/regular/paper-plane", + "fontawesome/regular/paste", + "fontawesome/regular/pen-to-square", + "fontawesome/regular/rectangle-list", + "fontawesome/regular/rectangle-xmark", + "fontawesome/regular/registered", + "fontawesome/regular/share-from-square", + "fontawesome/regular/snowflake", + "fontawesome/regular/square-caret-down", + "fontawesome/regular/square-caret-left", + "fontawesome/regular/square-caret-right", + "fontawesome/regular/square-caret-up", + "fontawesome/regular/square-check", + "fontawesome/regular/square-full", + "fontawesome/regular/square-minus", + "fontawesome/regular/square-plus", + "fontawesome/regular/square", + "fontawesome/regular/star-half-stroke", + "fontawesome/regular/star-half", + "fontawesome/regular/star", + "fontawesome/regular/sun", + "fontawesome/regular/thumbs-down", + "fontawesome/regular/thumbs-up", + "fontawesome/regular/trash-can", + "fontawesome/regular/user", + "fontawesome/regular/window-maximize", + "fontawesome/regular/window-minimize", + "fontawesome/regular/window-restore", + "fontawesome/solid/0", + "fontawesome/solid/1", + "fontawesome/solid/2", + "fontawesome/solid/3", + "fontawesome/solid/4", + "fontawesome/solid/5", + "fontawesome/solid/6", + "fontawesome/solid/7", + "fontawesome/solid/8", + "fontawesome/solid/9", + "fontawesome/solid/a", + "fontawesome/solid/address-book", + "fontawesome/solid/address-card", + "fontawesome/solid/align-center", + "fontawesome/solid/align-justify", + "fontawesome/solid/align-left", + "fontawesome/solid/align-right", + "fontawesome/solid/anchor-circle-check", + "fontawesome/solid/anchor-circle-exclamation", + "fontawesome/solid/anchor-circle-xmark", + "fontawesome/solid/anchor-lock", + "fontawesome/solid/anchor", + "fontawesome/solid/angle-down", + "fontawesome/solid/angle-left", + "fontawesome/solid/angle-right", + "fontawesome/solid/angle-up", + "fontawesome/solid/angles-down", + "fontawesome/solid/angles-left", + "fontawesome/solid/angles-right", + "fontawesome/solid/angles-up", + "fontawesome/solid/ankh", + "fontawesome/solid/apple-whole", + "fontawesome/solid/archway", + "fontawesome/solid/arrow-down-1-9", + "fontawesome/solid/arrow-down-9-1", + "fontawesome/solid/arrow-down-a-z", + "fontawesome/solid/arrow-down-long", + "fontawesome/solid/arrow-down-short-wide", + "fontawesome/solid/arrow-down-up-across-line", + "fontawesome/solid/arrow-down-up-lock", + "fontawesome/solid/arrow-down-wide-short", + "fontawesome/solid/arrow-down-z-a", + "fontawesome/solid/arrow-down", + "fontawesome/solid/arrow-left-long", + "fontawesome/solid/arrow-left", + "fontawesome/solid/arrow-pointer", + "fontawesome/solid/arrow-right-arrow-left", + "fontawesome/solid/arrow-right-from-bracket", + "fontawesome/solid/arrow-right-long", + "fontawesome/solid/arrow-right-to-bracket", + "fontawesome/solid/arrow-right-to-city", + "fontawesome/solid/arrow-right", + "fontawesome/solid/arrow-rotate-left", + "fontawesome/solid/arrow-rotate-right", + "fontawesome/solid/arrow-trend-down", + "fontawesome/solid/arrow-trend-up", + "fontawesome/solid/arrow-turn-down", + "fontawesome/solid/arrow-turn-up", + "fontawesome/solid/arrow-up-1-9", + "fontawesome/solid/arrow-up-9-1", + "fontawesome/solid/arrow-up-a-z", + "fontawesome/solid/arrow-up-from-bracket", + "fontawesome/solid/arrow-up-from-ground-water", + "fontawesome/solid/arrow-up-from-water-pump", + "fontawesome/solid/arrow-up-long", + "fontawesome/solid/arrow-up-right-dots", + "fontawesome/solid/arrow-up-right-from-square", + "fontawesome/solid/arrow-up-short-wide", + "fontawesome/solid/arrow-up-wide-short", + "fontawesome/solid/arrow-up-z-a", + "fontawesome/solid/arrow-up", + "fontawesome/solid/arrows-down-to-line", + "fontawesome/solid/arrows-down-to-people", + "fontawesome/solid/arrows-left-right-to-line", + "fontawesome/solid/arrows-left-right", + "fontawesome/solid/arrows-rotate", + "fontawesome/solid/arrows-spin", + "fontawesome/solid/arrows-split-up-and-left", + "fontawesome/solid/arrows-to-circle", + "fontawesome/solid/arrows-to-dot", + "fontawesome/solid/arrows-to-eye", + "fontawesome/solid/arrows-turn-right", + "fontawesome/solid/arrows-turn-to-dots", + "fontawesome/solid/arrows-up-down-left-right", + "fontawesome/solid/arrows-up-down", + "fontawesome/solid/arrows-up-to-line", + "fontawesome/solid/asterisk", + "fontawesome/solid/at", + "fontawesome/solid/atom", + "fontawesome/solid/audio-description", + "fontawesome/solid/austral-sign", + "fontawesome/solid/award", + "fontawesome/solid/b", + "fontawesome/solid/baby-carriage", + "fontawesome/solid/baby", + "fontawesome/solid/backward-fast", + "fontawesome/solid/backward-step", + "fontawesome/solid/backward", + "fontawesome/solid/bacon", + "fontawesome/solid/bacteria", + "fontawesome/solid/bacterium", + "fontawesome/solid/bag-shopping", + "fontawesome/solid/bahai", + "fontawesome/solid/baht-sign", + "fontawesome/solid/ban-smoking", + "fontawesome/solid/ban", + "fontawesome/solid/bandage", + "fontawesome/solid/bangladeshi-taka-sign", + "fontawesome/solid/barcode", + "fontawesome/solid/bars-progress", + "fontawesome/solid/bars-staggered", + "fontawesome/solid/bars", + "fontawesome/solid/baseball-bat-ball", + "fontawesome/solid/baseball", + "fontawesome/solid/basket-shopping", + "fontawesome/solid/basketball", + "fontawesome/solid/bath", + "fontawesome/solid/battery-empty", + "fontawesome/solid/battery-full", + "fontawesome/solid/battery-half", + "fontawesome/solid/battery-quarter", + "fontawesome/solid/battery-three-quarters", + "fontawesome/solid/bed-pulse", + "fontawesome/solid/bed", + "fontawesome/solid/beer-mug-empty", + "fontawesome/solid/bell-concierge", + "fontawesome/solid/bell-slash", + "fontawesome/solid/bell", + "fontawesome/solid/bezier-curve", + "fontawesome/solid/bicycle", + "fontawesome/solid/binoculars", + "fontawesome/solid/biohazard", + "fontawesome/solid/bitcoin-sign", + "fontawesome/solid/blender-phone", + "fontawesome/solid/blender", + "fontawesome/solid/blog", + "fontawesome/solid/bold", + "fontawesome/solid/bolt-lightning", + "fontawesome/solid/bolt", + "fontawesome/solid/bomb", + "fontawesome/solid/bone", + "fontawesome/solid/bong", + "fontawesome/solid/book-atlas", + "fontawesome/solid/book-bible", + "fontawesome/solid/book-bookmark", + "fontawesome/solid/book-journal-whills", + "fontawesome/solid/book-medical", + "fontawesome/solid/book-open-reader", + "fontawesome/solid/book-open", + "fontawesome/solid/book-quran", + "fontawesome/solid/book-skull", + "fontawesome/solid/book-tanakh", + "fontawesome/solid/book", + "fontawesome/solid/bookmark", + "fontawesome/solid/border-all", + "fontawesome/solid/border-none", + "fontawesome/solid/border-top-left", + "fontawesome/solid/bore-hole", + "fontawesome/solid/bottle-droplet", + "fontawesome/solid/bottle-water", + "fontawesome/solid/bowl-food", + "fontawesome/solid/bowl-rice", + "fontawesome/solid/bowling-ball", + "fontawesome/solid/box-archive", + "fontawesome/solid/box-open", + "fontawesome/solid/box-tissue", + "fontawesome/solid/box", + "fontawesome/solid/boxes-packing", + "fontawesome/solid/boxes-stacked", + "fontawesome/solid/braille", + "fontawesome/solid/brain", + "fontawesome/solid/brazilian-real-sign", + "fontawesome/solid/bread-slice", + "fontawesome/solid/bridge-circle-check", + "fontawesome/solid/bridge-circle-exclamation", + "fontawesome/solid/bridge-circle-xmark", + "fontawesome/solid/bridge-lock", + "fontawesome/solid/bridge-water", + "fontawesome/solid/bridge", + "fontawesome/solid/briefcase-medical", + "fontawesome/solid/briefcase", + "fontawesome/solid/broom-ball", + "fontawesome/solid/broom", + "fontawesome/solid/brush", + "fontawesome/solid/bucket", + "fontawesome/solid/bug-slash", + "fontawesome/solid/bug", + "fontawesome/solid/bugs", + "fontawesome/solid/building-circle-arrow-right", + "fontawesome/solid/building-circle-check", + "fontawesome/solid/building-circle-exclamation", + "fontawesome/solid/building-circle-xmark", + "fontawesome/solid/building-columns", + "fontawesome/solid/building-flag", + "fontawesome/solid/building-lock", + "fontawesome/solid/building-ngo", + "fontawesome/solid/building-shield", + "fontawesome/solid/building-un", + "fontawesome/solid/building-user", + "fontawesome/solid/building-wheat", + "fontawesome/solid/building", + "fontawesome/solid/bullhorn", + "fontawesome/solid/bullseye", + "fontawesome/solid/burger", + "fontawesome/solid/burst", + "fontawesome/solid/bus-simple", + "fontawesome/solid/bus", + "fontawesome/solid/business-time", + "fontawesome/solid/c", + "fontawesome/solid/cable-car", + "fontawesome/solid/cake-candles", + "fontawesome/solid/calculator", + "fontawesome/solid/calendar-check", + "fontawesome/solid/calendar-day", + "fontawesome/solid/calendar-days", + "fontawesome/solid/calendar-minus", + "fontawesome/solid/calendar-plus", + "fontawesome/solid/calendar-week", + "fontawesome/solid/calendar-xmark", + "fontawesome/solid/calendar", + "fontawesome/solid/camera-retro", + "fontawesome/solid/camera-rotate", + "fontawesome/solid/camera", + "fontawesome/solid/campground", + "fontawesome/solid/candy-cane", + "fontawesome/solid/cannabis", + "fontawesome/solid/capsules", + "fontawesome/solid/car-battery", + "fontawesome/solid/car-burst", + "fontawesome/solid/car-on", + "fontawesome/solid/car-rear", + "fontawesome/solid/car-side", + "fontawesome/solid/car-tunnel", + "fontawesome/solid/car", + "fontawesome/solid/caravan", + "fontawesome/solid/caret-down", + "fontawesome/solid/caret-left", + "fontawesome/solid/caret-right", + "fontawesome/solid/caret-up", + "fontawesome/solid/carrot", + "fontawesome/solid/cart-arrow-down", + "fontawesome/solid/cart-flatbed-suitcase", + "fontawesome/solid/cart-flatbed", + "fontawesome/solid/cart-plus", + "fontawesome/solid/cart-shopping", + "fontawesome/solid/cash-register", + "fontawesome/solid/cat", + "fontawesome/solid/cedi-sign", + "fontawesome/solid/cent-sign", + "fontawesome/solid/certificate", + "fontawesome/solid/chair", + "fontawesome/solid/chalkboard-user", + "fontawesome/solid/chalkboard", + "fontawesome/solid/champagne-glasses", + "fontawesome/solid/charging-station", + "fontawesome/solid/chart-area", + "fontawesome/solid/chart-bar", + "fontawesome/solid/chart-column", + "fontawesome/solid/chart-gantt", + "fontawesome/solid/chart-line", + "fontawesome/solid/chart-pie", + "fontawesome/solid/chart-simple", + "fontawesome/solid/check-double", + "fontawesome/solid/check-to-slot", + "fontawesome/solid/check", + "fontawesome/solid/cheese", + "fontawesome/solid/chess-bishop", + "fontawesome/solid/chess-board", + "fontawesome/solid/chess-king", + "fontawesome/solid/chess-knight", + "fontawesome/solid/chess-pawn", + "fontawesome/solid/chess-queen", + "fontawesome/solid/chess-rook", + "fontawesome/solid/chess", + "fontawesome/solid/chevron-down", + "fontawesome/solid/chevron-left", + "fontawesome/solid/chevron-right", + "fontawesome/solid/chevron-up", + "fontawesome/solid/child-combatant", + "fontawesome/solid/child-dress", + "fontawesome/solid/child-reaching", + "fontawesome/solid/child", + "fontawesome/solid/children", + "fontawesome/solid/church", + "fontawesome/solid/circle-arrow-down", + "fontawesome/solid/circle-arrow-left", + "fontawesome/solid/circle-arrow-right", + "fontawesome/solid/circle-arrow-up", + "fontawesome/solid/circle-check", + "fontawesome/solid/circle-chevron-down", + "fontawesome/solid/circle-chevron-left", + "fontawesome/solid/circle-chevron-right", + "fontawesome/solid/circle-chevron-up", + "fontawesome/solid/circle-dollar-to-slot", + "fontawesome/solid/circle-dot", + "fontawesome/solid/circle-down", + "fontawesome/solid/circle-exclamation", + "fontawesome/solid/circle-h", + "fontawesome/solid/circle-half-stroke", + "fontawesome/solid/circle-info", + "fontawesome/solid/circle-left", + "fontawesome/solid/circle-minus", + "fontawesome/solid/circle-nodes", + "fontawesome/solid/circle-notch", + "fontawesome/solid/circle-pause", + "fontawesome/solid/circle-play", + "fontawesome/solid/circle-plus", + "fontawesome/solid/circle-question", + "fontawesome/solid/circle-radiation", + "fontawesome/solid/circle-right", + "fontawesome/solid/circle-stop", + "fontawesome/solid/circle-up", + "fontawesome/solid/circle-user", + "fontawesome/solid/circle-xmark", + "fontawesome/solid/circle", + "fontawesome/solid/city", + "fontawesome/solid/clapperboard", + "fontawesome/solid/clipboard-check", + "fontawesome/solid/clipboard-list", + "fontawesome/solid/clipboard-question", + "fontawesome/solid/clipboard-user", + "fontawesome/solid/clipboard", + "fontawesome/solid/clock-rotate-left", + "fontawesome/solid/clock", + "fontawesome/solid/clone", + "fontawesome/solid/closed-captioning", + "fontawesome/solid/cloud-arrow-down", + "fontawesome/solid/cloud-arrow-up", + "fontawesome/solid/cloud-bolt", + "fontawesome/solid/cloud-meatball", + "fontawesome/solid/cloud-moon-rain", + "fontawesome/solid/cloud-moon", + "fontawesome/solid/cloud-rain", + "fontawesome/solid/cloud-showers-heavy", + "fontawesome/solid/cloud-showers-water", + "fontawesome/solid/cloud-sun-rain", + "fontawesome/solid/cloud-sun", + "fontawesome/solid/cloud", + "fontawesome/solid/clover", + "fontawesome/solid/code-branch", + "fontawesome/solid/code-commit", + "fontawesome/solid/code-compare", + "fontawesome/solid/code-fork", + "fontawesome/solid/code-merge", + "fontawesome/solid/code-pull-request", + "fontawesome/solid/code", + "fontawesome/solid/coins", + "fontawesome/solid/colon-sign", + "fontawesome/solid/comment-dollar", + "fontawesome/solid/comment-dots", + "fontawesome/solid/comment-medical", + "fontawesome/solid/comment-slash", + "fontawesome/solid/comment-sms", + "fontawesome/solid/comment", + "fontawesome/solid/comments-dollar", + "fontawesome/solid/comments", + "fontawesome/solid/compact-disc", + "fontawesome/solid/compass-drafting", + "fontawesome/solid/compass", + "fontawesome/solid/compress", + "fontawesome/solid/computer-mouse", + "fontawesome/solid/computer", + "fontawesome/solid/cookie-bite", + "fontawesome/solid/cookie", + "fontawesome/solid/copy", + "fontawesome/solid/copyright", + "fontawesome/solid/couch", + "fontawesome/solid/cow", + "fontawesome/solid/credit-card", + "fontawesome/solid/crop-simple", + "fontawesome/solid/crop", + "fontawesome/solid/cross", + "fontawesome/solid/crosshairs", + "fontawesome/solid/crow", + "fontawesome/solid/crown", + "fontawesome/solid/crutch", + "fontawesome/solid/cruzeiro-sign", + "fontawesome/solid/cube", + "fontawesome/solid/cubes-stacked", + "fontawesome/solid/cubes", + "fontawesome/solid/d", + "fontawesome/solid/database", + "fontawesome/solid/delete-left", + "fontawesome/solid/democrat", + "fontawesome/solid/desktop", + "fontawesome/solid/dharmachakra", + "fontawesome/solid/diagram-next", + "fontawesome/solid/diagram-predecessor", + "fontawesome/solid/diagram-project", + "fontawesome/solid/diagram-successor", + "fontawesome/solid/diamond-turn-right", + "fontawesome/solid/diamond", + "fontawesome/solid/dice-d20", + "fontawesome/solid/dice-d6", + "fontawesome/solid/dice-five", + "fontawesome/solid/dice-four", + "fontawesome/solid/dice-one", + "fontawesome/solid/dice-six", + "fontawesome/solid/dice-three", + "fontawesome/solid/dice-two", + "fontawesome/solid/dice", + "fontawesome/solid/disease", + "fontawesome/solid/display", + "fontawesome/solid/divide", + "fontawesome/solid/dna", + "fontawesome/solid/dog", + "fontawesome/solid/dollar-sign", + "fontawesome/solid/dolly", + "fontawesome/solid/dong-sign", + "fontawesome/solid/door-closed", + "fontawesome/solid/door-open", + "fontawesome/solid/dove", + "fontawesome/solid/down-left-and-up-right-to-center", + "fontawesome/solid/down-long", + "fontawesome/solid/download", + "fontawesome/solid/dragon", + "fontawesome/solid/draw-polygon", + "fontawesome/solid/droplet-slash", + "fontawesome/solid/droplet", + "fontawesome/solid/drum-steelpan", + "fontawesome/solid/drum", + "fontawesome/solid/drumstick-bite", + "fontawesome/solid/dumbbell", + "fontawesome/solid/dumpster-fire", + "fontawesome/solid/dumpster", + "fontawesome/solid/dungeon", + "fontawesome/solid/e", + "fontawesome/solid/ear-deaf", + "fontawesome/solid/ear-listen", + "fontawesome/solid/earth-africa", + "fontawesome/solid/earth-americas", + "fontawesome/solid/earth-asia", + "fontawesome/solid/earth-europe", + "fontawesome/solid/earth-oceania", + "fontawesome/solid/egg", + "fontawesome/solid/eject", + "fontawesome/solid/elevator", + "fontawesome/solid/ellipsis-vertical", + "fontawesome/solid/ellipsis", + "fontawesome/solid/envelope-circle-check", + "fontawesome/solid/envelope-open-text", + "fontawesome/solid/envelope-open", + "fontawesome/solid/envelope", + "fontawesome/solid/envelopes-bulk", + "fontawesome/solid/equals", + "fontawesome/solid/eraser", + "fontawesome/solid/ethernet", + "fontawesome/solid/euro-sign", + "fontawesome/solid/exclamation", + "fontawesome/solid/expand", + "fontawesome/solid/explosion", + "fontawesome/solid/eye-dropper", + "fontawesome/solid/eye-low-vision", + "fontawesome/solid/eye-slash", + "fontawesome/solid/eye", + "fontawesome/solid/f", + "fontawesome/solid/face-angry", + "fontawesome/solid/face-dizzy", + "fontawesome/solid/face-flushed", + "fontawesome/solid/face-frown-open", + "fontawesome/solid/face-frown", + "fontawesome/solid/face-grimace", + "fontawesome/solid/face-grin-beam-sweat", + "fontawesome/solid/face-grin-beam", + "fontawesome/solid/face-grin-hearts", + "fontawesome/solid/face-grin-squint-tears", + "fontawesome/solid/face-grin-squint", + "fontawesome/solid/face-grin-stars", + "fontawesome/solid/face-grin-tears", + "fontawesome/solid/face-grin-tongue-squint", + "fontawesome/solid/face-grin-tongue-wink", + "fontawesome/solid/face-grin-tongue", + "fontawesome/solid/face-grin-wide", + "fontawesome/solid/face-grin-wink", + "fontawesome/solid/face-grin", + "fontawesome/solid/face-kiss-beam", + "fontawesome/solid/face-kiss-wink-heart", + "fontawesome/solid/face-kiss", + "fontawesome/solid/face-laugh-beam", + "fontawesome/solid/face-laugh-squint", + "fontawesome/solid/face-laugh-wink", + "fontawesome/solid/face-laugh", + "fontawesome/solid/face-meh-blank", + "fontawesome/solid/face-meh", + "fontawesome/solid/face-rolling-eyes", + "fontawesome/solid/face-sad-cry", + "fontawesome/solid/face-sad-tear", + "fontawesome/solid/face-smile-beam", + "fontawesome/solid/face-smile-wink", + "fontawesome/solid/face-smile", + "fontawesome/solid/face-surprise", + "fontawesome/solid/face-tired", + "fontawesome/solid/fan", + "fontawesome/solid/faucet-drip", + "fontawesome/solid/faucet", + "fontawesome/solid/fax", + "fontawesome/solid/feather-pointed", + "fontawesome/solid/feather", + "fontawesome/solid/ferry", + "fontawesome/solid/file-arrow-down", + "fontawesome/solid/file-arrow-up", + "fontawesome/solid/file-audio", + "fontawesome/solid/file-circle-check", + "fontawesome/solid/file-circle-exclamation", + "fontawesome/solid/file-circle-minus", + "fontawesome/solid/file-circle-plus", + "fontawesome/solid/file-circle-question", + "fontawesome/solid/file-circle-xmark", + "fontawesome/solid/file-code", + "fontawesome/solid/file-contract", + "fontawesome/solid/file-csv", + "fontawesome/solid/file-excel", + "fontawesome/solid/file-export", + "fontawesome/solid/file-image", + "fontawesome/solid/file-import", + "fontawesome/solid/file-invoice-dollar", + "fontawesome/solid/file-invoice", + "fontawesome/solid/file-lines", + "fontawesome/solid/file-medical", + "fontawesome/solid/file-pdf", + "fontawesome/solid/file-pen", + "fontawesome/solid/file-powerpoint", + "fontawesome/solid/file-prescription", + "fontawesome/solid/file-shield", + "fontawesome/solid/file-signature", + "fontawesome/solid/file-video", + "fontawesome/solid/file-waveform", + "fontawesome/solid/file-word", + "fontawesome/solid/file-zipper", + "fontawesome/solid/file", + "fontawesome/solid/fill-drip", + "fontawesome/solid/fill", + "fontawesome/solid/film", + "fontawesome/solid/filter-circle-dollar", + "fontawesome/solid/filter-circle-xmark", + "fontawesome/solid/filter", + "fontawesome/solid/fingerprint", + "fontawesome/solid/fire-burner", + "fontawesome/solid/fire-extinguisher", + "fontawesome/solid/fire-flame-curved", + "fontawesome/solid/fire-flame-simple", + "fontawesome/solid/fire", + "fontawesome/solid/fish-fins", + "fontawesome/solid/fish", + "fontawesome/solid/flag-checkered", + "fontawesome/solid/flag-usa", + "fontawesome/solid/flag", + "fontawesome/solid/flask-vial", + "fontawesome/solid/flask", + "fontawesome/solid/floppy-disk", + "fontawesome/solid/florin-sign", + "fontawesome/solid/folder-closed", + "fontawesome/solid/folder-minus", + "fontawesome/solid/folder-open", + "fontawesome/solid/folder-plus", + "fontawesome/solid/folder-tree", + "fontawesome/solid/folder", + "fontawesome/solid/font-awesome", + "fontawesome/solid/font", + "fontawesome/solid/football", + "fontawesome/solid/forward-fast", + "fontawesome/solid/forward-step", + "fontawesome/solid/forward", + "fontawesome/solid/franc-sign", + "fontawesome/solid/frog", + "fontawesome/solid/futbol", + "fontawesome/solid/g", + "fontawesome/solid/gamepad", + "fontawesome/solid/gas-pump", + "fontawesome/solid/gauge-high", + "fontawesome/solid/gauge-simple-high", + "fontawesome/solid/gauge-simple", + "fontawesome/solid/gauge", + "fontawesome/solid/gavel", + "fontawesome/solid/gear", + "fontawesome/solid/gears", + "fontawesome/solid/gem", + "fontawesome/solid/genderless", + "fontawesome/solid/ghost", + "fontawesome/solid/gift", + "fontawesome/solid/gifts", + "fontawesome/solid/glass-water-droplet", + "fontawesome/solid/glass-water", + "fontawesome/solid/glasses", + "fontawesome/solid/globe", + "fontawesome/solid/golf-ball-tee", + "fontawesome/solid/gopuram", + "fontawesome/solid/graduation-cap", + "fontawesome/solid/greater-than-equal", + "fontawesome/solid/greater-than", + "fontawesome/solid/grip-lines-vertical", + "fontawesome/solid/grip-lines", + "fontawesome/solid/grip-vertical", + "fontawesome/solid/grip", + "fontawesome/solid/group-arrows-rotate", + "fontawesome/solid/guarani-sign", + "fontawesome/solid/guitar", + "fontawesome/solid/gun", + "fontawesome/solid/h", + "fontawesome/solid/hammer", + "fontawesome/solid/hamsa", + "fontawesome/solid/hand-back-fist", + "fontawesome/solid/hand-dots", + "fontawesome/solid/hand-fist", + "fontawesome/solid/hand-holding-dollar", + "fontawesome/solid/hand-holding-droplet", + "fontawesome/solid/hand-holding-hand", + "fontawesome/solid/hand-holding-heart", + "fontawesome/solid/hand-holding-medical", + "fontawesome/solid/hand-holding", + "fontawesome/solid/hand-lizard", + "fontawesome/solid/hand-middle-finger", + "fontawesome/solid/hand-peace", + "fontawesome/solid/hand-point-down", + "fontawesome/solid/hand-point-left", + "fontawesome/solid/hand-point-right", + "fontawesome/solid/hand-point-up", + "fontawesome/solid/hand-pointer", + "fontawesome/solid/hand-scissors", + "fontawesome/solid/hand-sparkles", + "fontawesome/solid/hand-spock", + "fontawesome/solid/hand", + "fontawesome/solid/handcuffs", + "fontawesome/solid/hands-asl-interpreting", + "fontawesome/solid/hands-bound", + "fontawesome/solid/hands-bubbles", + "fontawesome/solid/hands-clapping", + "fontawesome/solid/hands-holding-child", + "fontawesome/solid/hands-holding-circle", + "fontawesome/solid/hands-holding", + "fontawesome/solid/hands-praying", + "fontawesome/solid/hands", + "fontawesome/solid/handshake-angle", + "fontawesome/solid/handshake-simple-slash", + "fontawesome/solid/handshake-simple", + "fontawesome/solid/handshake-slash", + "fontawesome/solid/handshake", + "fontawesome/solid/hanukiah", + "fontawesome/solid/hard-drive", + "fontawesome/solid/hashtag", + "fontawesome/solid/hat-cowboy-side", + "fontawesome/solid/hat-cowboy", + "fontawesome/solid/hat-wizard", + "fontawesome/solid/head-side-cough-slash", + "fontawesome/solid/head-side-cough", + "fontawesome/solid/head-side-mask", + "fontawesome/solid/head-side-virus", + "fontawesome/solid/heading", + "fontawesome/solid/headphones-simple", + "fontawesome/solid/headphones", + "fontawesome/solid/headset", + "fontawesome/solid/heart-circle-bolt", + "fontawesome/solid/heart-circle-check", + "fontawesome/solid/heart-circle-exclamation", + "fontawesome/solid/heart-circle-minus", + "fontawesome/solid/heart-circle-plus", + "fontawesome/solid/heart-circle-xmark", + "fontawesome/solid/heart-crack", + "fontawesome/solid/heart-pulse", + "fontawesome/solid/heart", + "fontawesome/solid/helicopter-symbol", + "fontawesome/solid/helicopter", + "fontawesome/solid/helmet-safety", + "fontawesome/solid/helmet-un", + "fontawesome/solid/highlighter", + "fontawesome/solid/hill-avalanche", + "fontawesome/solid/hill-rockslide", + "fontawesome/solid/hippo", + "fontawesome/solid/hockey-puck", + "fontawesome/solid/holly-berry", + "fontawesome/solid/horse-head", + "fontawesome/solid/horse", + "fontawesome/solid/hospital-user", + "fontawesome/solid/hospital", + "fontawesome/solid/hot-tub-person", + "fontawesome/solid/hotdog", + "fontawesome/solid/hotel", + "fontawesome/solid/hourglass-end", + "fontawesome/solid/hourglass-half", + "fontawesome/solid/hourglass-start", + "fontawesome/solid/hourglass", + "fontawesome/solid/house-chimney-crack", + "fontawesome/solid/house-chimney-medical", + "fontawesome/solid/house-chimney-user", + "fontawesome/solid/house-chimney-window", + "fontawesome/solid/house-chimney", + "fontawesome/solid/house-circle-check", + "fontawesome/solid/house-circle-exclamation", + "fontawesome/solid/house-circle-xmark", + "fontawesome/solid/house-crack", + "fontawesome/solid/house-fire", + "fontawesome/solid/house-flag", + "fontawesome/solid/house-flood-water-circle-arrow-right", + "fontawesome/solid/house-flood-water", + "fontawesome/solid/house-laptop", + "fontawesome/solid/house-lock", + "fontawesome/solid/house-medical-circle-check", + "fontawesome/solid/house-medical-circle-exclamation", + "fontawesome/solid/house-medical-circle-xmark", + "fontawesome/solid/house-medical-flag", + "fontawesome/solid/house-medical", + "fontawesome/solid/house-signal", + "fontawesome/solid/house-tsunami", + "fontawesome/solid/house-user", + "fontawesome/solid/house", + "fontawesome/solid/hryvnia-sign", + "fontawesome/solid/hurricane", + "fontawesome/solid/i-cursor", + "fontawesome/solid/i", + "fontawesome/solid/ice-cream", + "fontawesome/solid/icicles", + "fontawesome/solid/icons", + "fontawesome/solid/id-badge", + "fontawesome/solid/id-card-clip", + "fontawesome/solid/id-card", + "fontawesome/solid/igloo", + "fontawesome/solid/image-portrait", + "fontawesome/solid/image", + "fontawesome/solid/images", + "fontawesome/solid/inbox", + "fontawesome/solid/indent", + "fontawesome/solid/indian-rupee-sign", + "fontawesome/solid/industry", + "fontawesome/solid/infinity", + "fontawesome/solid/info", + "fontawesome/solid/italic", + "fontawesome/solid/j", + "fontawesome/solid/jar-wheat", + "fontawesome/solid/jar", + "fontawesome/solid/jedi", + "fontawesome/solid/jet-fighter-up", + "fontawesome/solid/jet-fighter", + "fontawesome/solid/joint", + "fontawesome/solid/jug-detergent", + "fontawesome/solid/k", + "fontawesome/solid/kaaba", + "fontawesome/solid/key", + "fontawesome/solid/keyboard", + "fontawesome/solid/khanda", + "fontawesome/solid/kip-sign", + "fontawesome/solid/kit-medical", + "fontawesome/solid/kitchen-set", + "fontawesome/solid/kiwi-bird", + "fontawesome/solid/l", + "fontawesome/solid/land-mine-on", + "fontawesome/solid/landmark-dome", + "fontawesome/solid/landmark-flag", + "fontawesome/solid/landmark", + "fontawesome/solid/language", + "fontawesome/solid/laptop-code", + "fontawesome/solid/laptop-file", + "fontawesome/solid/laptop-medical", + "fontawesome/solid/laptop", + "fontawesome/solid/lari-sign", + "fontawesome/solid/layer-group", + "fontawesome/solid/leaf", + "fontawesome/solid/left-long", + "fontawesome/solid/left-right", + "fontawesome/solid/lemon", + "fontawesome/solid/less-than-equal", + "fontawesome/solid/less-than", + "fontawesome/solid/life-ring", + "fontawesome/solid/lightbulb", + "fontawesome/solid/lines-leaning", + "fontawesome/solid/link-slash", + "fontawesome/solid/link", + "fontawesome/solid/lira-sign", + "fontawesome/solid/list-check", + "fontawesome/solid/list-ol", + "fontawesome/solid/list-ul", + "fontawesome/solid/list", + "fontawesome/solid/litecoin-sign", + "fontawesome/solid/location-arrow", + "fontawesome/solid/location-crosshairs", + "fontawesome/solid/location-dot", + "fontawesome/solid/location-pin-lock", + "fontawesome/solid/location-pin", + "fontawesome/solid/lock-open", + "fontawesome/solid/lock", + "fontawesome/solid/locust", + "fontawesome/solid/lungs-virus", + "fontawesome/solid/lungs", + "fontawesome/solid/m", + "fontawesome/solid/magnet", + "fontawesome/solid/magnifying-glass-arrow-right", + "fontawesome/solid/magnifying-glass-chart", + "fontawesome/solid/magnifying-glass-dollar", + "fontawesome/solid/magnifying-glass-location", + "fontawesome/solid/magnifying-glass-minus", + "fontawesome/solid/magnifying-glass-plus", + "fontawesome/solid/magnifying-glass", + "fontawesome/solid/manat-sign", + "fontawesome/solid/map-location-dot", + "fontawesome/solid/map-location", + "fontawesome/solid/map-pin", + "fontawesome/solid/map", + "fontawesome/solid/marker", + "fontawesome/solid/mars-and-venus-burst", + "fontawesome/solid/mars-and-venus", + "fontawesome/solid/mars-double", + "fontawesome/solid/mars-stroke-right", + "fontawesome/solid/mars-stroke-up", + "fontawesome/solid/mars-stroke", + "fontawesome/solid/mars", + "fontawesome/solid/martini-glass-citrus", + "fontawesome/solid/martini-glass-empty", + "fontawesome/solid/martini-glass", + "fontawesome/solid/mask-face", + "fontawesome/solid/mask-ventilator", + "fontawesome/solid/mask", + "fontawesome/solid/masks-theater", + "fontawesome/solid/mattress-pillow", + "fontawesome/solid/maximize", + "fontawesome/solid/medal", + "fontawesome/solid/memory", + "fontawesome/solid/menorah", + "fontawesome/solid/mercury", + "fontawesome/solid/message", + "fontawesome/solid/meteor", + "fontawesome/solid/microchip", + "fontawesome/solid/microphone-lines-slash", + "fontawesome/solid/microphone-lines", + "fontawesome/solid/microphone-slash", + "fontawesome/solid/microphone", + "fontawesome/solid/microscope", + "fontawesome/solid/mill-sign", + "fontawesome/solid/minimize", + "fontawesome/solid/minus", + "fontawesome/solid/mitten", + "fontawesome/solid/mobile-button", + "fontawesome/solid/mobile-retro", + "fontawesome/solid/mobile-screen-button", + "fontawesome/solid/mobile-screen", + "fontawesome/solid/mobile", + "fontawesome/solid/money-bill-1-wave", + "fontawesome/solid/money-bill-1", + "fontawesome/solid/money-bill-transfer", + "fontawesome/solid/money-bill-trend-up", + "fontawesome/solid/money-bill-wave", + "fontawesome/solid/money-bill-wheat", + "fontawesome/solid/money-bill", + "fontawesome/solid/money-bills", + "fontawesome/solid/money-check-dollar", + "fontawesome/solid/money-check", + "fontawesome/solid/monument", + "fontawesome/solid/moon", + "fontawesome/solid/mortar-pestle", + "fontawesome/solid/mosque", + "fontawesome/solid/mosquito-net", + "fontawesome/solid/mosquito", + "fontawesome/solid/motorcycle", + "fontawesome/solid/mound", + "fontawesome/solid/mountain-city", + "fontawesome/solid/mountain-sun", + "fontawesome/solid/mountain", + "fontawesome/solid/mug-hot", + "fontawesome/solid/mug-saucer", + "fontawesome/solid/music", + "fontawesome/solid/n", + "fontawesome/solid/naira-sign", + "fontawesome/solid/network-wired", + "fontawesome/solid/neuter", + "fontawesome/solid/newspaper", + "fontawesome/solid/not-equal", + "fontawesome/solid/notdef", + "fontawesome/solid/note-sticky", + "fontawesome/solid/notes-medical", + "fontawesome/solid/o", + "fontawesome/solid/object-group", + "fontawesome/solid/object-ungroup", + "fontawesome/solid/oil-can", + "fontawesome/solid/oil-well", + "fontawesome/solid/om", + "fontawesome/solid/otter", + "fontawesome/solid/outdent", + "fontawesome/solid/p", + "fontawesome/solid/pager", + "fontawesome/solid/paint-roller", + "fontawesome/solid/paintbrush", + "fontawesome/solid/palette", + "fontawesome/solid/pallet", + "fontawesome/solid/panorama", + "fontawesome/solid/paper-plane", + "fontawesome/solid/paperclip", + "fontawesome/solid/parachute-box", + "fontawesome/solid/paragraph", + "fontawesome/solid/passport", + "fontawesome/solid/paste", + "fontawesome/solid/pause", + "fontawesome/solid/paw", + "fontawesome/solid/peace", + "fontawesome/solid/pen-clip", + "fontawesome/solid/pen-fancy", + "fontawesome/solid/pen-nib", + "fontawesome/solid/pen-ruler", + "fontawesome/solid/pen-to-square", + "fontawesome/solid/pen", + "fontawesome/solid/pencil", + "fontawesome/solid/people-arrows", + "fontawesome/solid/people-carry-box", + "fontawesome/solid/people-group", + "fontawesome/solid/people-line", + "fontawesome/solid/people-pulling", + "fontawesome/solid/people-robbery", + "fontawesome/solid/people-roof", + "fontawesome/solid/pepper-hot", + "fontawesome/solid/percent", + "fontawesome/solid/person-arrow-down-to-line", + "fontawesome/solid/person-arrow-up-from-line", + "fontawesome/solid/person-biking", + "fontawesome/solid/person-booth", + "fontawesome/solid/person-breastfeeding", + "fontawesome/solid/person-burst", + "fontawesome/solid/person-cane", + "fontawesome/solid/person-chalkboard", + "fontawesome/solid/person-circle-check", + "fontawesome/solid/person-circle-exclamation", + "fontawesome/solid/person-circle-minus", + "fontawesome/solid/person-circle-plus", + "fontawesome/solid/person-circle-question", + "fontawesome/solid/person-circle-xmark", + "fontawesome/solid/person-digging", + "fontawesome/solid/person-dots-from-line", + "fontawesome/solid/person-dress-burst", + "fontawesome/solid/person-dress", + "fontawesome/solid/person-drowning", + "fontawesome/solid/person-falling-burst", + "fontawesome/solid/person-falling", + "fontawesome/solid/person-half-dress", + "fontawesome/solid/person-harassing", + "fontawesome/solid/person-hiking", + "fontawesome/solid/person-military-pointing", + "fontawesome/solid/person-military-rifle", + "fontawesome/solid/person-military-to-person", + "fontawesome/solid/person-praying", + "fontawesome/solid/person-pregnant", + "fontawesome/solid/person-rays", + "fontawesome/solid/person-rifle", + "fontawesome/solid/person-running", + "fontawesome/solid/person-shelter", + "fontawesome/solid/person-skating", + "fontawesome/solid/person-skiing-nordic", + "fontawesome/solid/person-skiing", + "fontawesome/solid/person-snowboarding", + "fontawesome/solid/person-swimming", + "fontawesome/solid/person-through-window", + "fontawesome/solid/person-walking-arrow-loop-left", + "fontawesome/solid/person-walking-arrow-right", + "fontawesome/solid/person-walking-dashed-line-arrow-right", + "fontawesome/solid/person-walking-luggage", + "fontawesome/solid/person-walking-with-cane", + "fontawesome/solid/person-walking", + "fontawesome/solid/person", + "fontawesome/solid/peseta-sign", + "fontawesome/solid/peso-sign", + "fontawesome/solid/phone-flip", + "fontawesome/solid/phone-slash", + "fontawesome/solid/phone-volume", + "fontawesome/solid/phone", + "fontawesome/solid/photo-film", + "fontawesome/solid/piggy-bank", + "fontawesome/solid/pills", + "fontawesome/solid/pizza-slice", + "fontawesome/solid/place-of-worship", + "fontawesome/solid/plane-arrival", + "fontawesome/solid/plane-circle-check", + "fontawesome/solid/plane-circle-exclamation", + "fontawesome/solid/plane-circle-xmark", + "fontawesome/solid/plane-departure", + "fontawesome/solid/plane-lock", + "fontawesome/solid/plane-slash", + "fontawesome/solid/plane-up", + "fontawesome/solid/plane", + "fontawesome/solid/plant-wilt", + "fontawesome/solid/plate-wheat", + "fontawesome/solid/play", + "fontawesome/solid/plug-circle-bolt", + "fontawesome/solid/plug-circle-check", + "fontawesome/solid/plug-circle-exclamation", + "fontawesome/solid/plug-circle-minus", + "fontawesome/solid/plug-circle-plus", + "fontawesome/solid/plug-circle-xmark", + "fontawesome/solid/plug", + "fontawesome/solid/plus-minus", + "fontawesome/solid/plus", + "fontawesome/solid/podcast", + "fontawesome/solid/poo-storm", + "fontawesome/solid/poo", + "fontawesome/solid/poop", + "fontawesome/solid/power-off", + "fontawesome/solid/prescription-bottle-medical", + "fontawesome/solid/prescription-bottle", + "fontawesome/solid/prescription", + "fontawesome/solid/print", + "fontawesome/solid/pump-medical", + "fontawesome/solid/pump-soap", + "fontawesome/solid/puzzle-piece", + "fontawesome/solid/q", + "fontawesome/solid/qrcode", + "fontawesome/solid/question", + "fontawesome/solid/quote-left", + "fontawesome/solid/quote-right", + "fontawesome/solid/r", + "fontawesome/solid/radiation", + "fontawesome/solid/radio", + "fontawesome/solid/rainbow", + "fontawesome/solid/ranking-star", + "fontawesome/solid/receipt", + "fontawesome/solid/record-vinyl", + "fontawesome/solid/rectangle-ad", + "fontawesome/solid/rectangle-list", + "fontawesome/solid/rectangle-xmark", + "fontawesome/solid/recycle", + "fontawesome/solid/registered", + "fontawesome/solid/repeat", + "fontawesome/solid/reply-all", + "fontawesome/solid/reply", + "fontawesome/solid/republican", + "fontawesome/solid/restroom", + "fontawesome/solid/retweet", + "fontawesome/solid/ribbon", + "fontawesome/solid/right-from-bracket", + "fontawesome/solid/right-left", + "fontawesome/solid/right-long", + "fontawesome/solid/right-to-bracket", + "fontawesome/solid/ring", + "fontawesome/solid/road-barrier", + "fontawesome/solid/road-bridge", + "fontawesome/solid/road-circle-check", + "fontawesome/solid/road-circle-exclamation", + "fontawesome/solid/road-circle-xmark", + "fontawesome/solid/road-lock", + "fontawesome/solid/road-spikes", + "fontawesome/solid/road", + "fontawesome/solid/robot", + "fontawesome/solid/rocket", + "fontawesome/solid/rotate-left", + "fontawesome/solid/rotate-right", + "fontawesome/solid/rotate", + "fontawesome/solid/route", + "fontawesome/solid/rss", + "fontawesome/solid/ruble-sign", + "fontawesome/solid/rug", + "fontawesome/solid/ruler-combined", + "fontawesome/solid/ruler-horizontal", + "fontawesome/solid/ruler-vertical", + "fontawesome/solid/ruler", + "fontawesome/solid/rupee-sign", + "fontawesome/solid/rupiah-sign", + "fontawesome/solid/s", + "fontawesome/solid/sack-dollar", + "fontawesome/solid/sack-xmark", + "fontawesome/solid/sailboat", + "fontawesome/solid/satellite-dish", + "fontawesome/solid/satellite", + "fontawesome/solid/scale-balanced", + "fontawesome/solid/scale-unbalanced-flip", + "fontawesome/solid/scale-unbalanced", + "fontawesome/solid/school-circle-check", + "fontawesome/solid/school-circle-exclamation", + "fontawesome/solid/school-circle-xmark", + "fontawesome/solid/school-flag", + "fontawesome/solid/school-lock", + "fontawesome/solid/school", + "fontawesome/solid/scissors", + "fontawesome/solid/screwdriver-wrench", + "fontawesome/solid/screwdriver", + "fontawesome/solid/scroll-torah", + "fontawesome/solid/scroll", + "fontawesome/solid/sd-card", + "fontawesome/solid/section", + "fontawesome/solid/seedling", + "fontawesome/solid/server", + "fontawesome/solid/shapes", + "fontawesome/solid/share-from-square", + "fontawesome/solid/share-nodes", + "fontawesome/solid/share", + "fontawesome/solid/sheet-plastic", + "fontawesome/solid/shekel-sign", + "fontawesome/solid/shield-cat", + "fontawesome/solid/shield-dog", + "fontawesome/solid/shield-halved", + "fontawesome/solid/shield-heart", + "fontawesome/solid/shield-virus", + "fontawesome/solid/shield", + "fontawesome/solid/ship", + "fontawesome/solid/shirt", + "fontawesome/solid/shoe-prints", + "fontawesome/solid/shop-lock", + "fontawesome/solid/shop-slash", + "fontawesome/solid/shop", + "fontawesome/solid/shower", + "fontawesome/solid/shrimp", + "fontawesome/solid/shuffle", + "fontawesome/solid/shuttle-space", + "fontawesome/solid/sign-hanging", + "fontawesome/solid/signal", + "fontawesome/solid/signature", + "fontawesome/solid/signs-post", + "fontawesome/solid/sim-card", + "fontawesome/solid/sink", + "fontawesome/solid/sitemap", + "fontawesome/solid/skull-crossbones", + "fontawesome/solid/skull", + "fontawesome/solid/slash", + "fontawesome/solid/sleigh", + "fontawesome/solid/sliders", + "fontawesome/solid/smog", + "fontawesome/solid/smoking", + "fontawesome/solid/snowflake", + "fontawesome/solid/snowman", + "fontawesome/solid/snowplow", + "fontawesome/solid/soap", + "fontawesome/solid/socks", + "fontawesome/solid/solar-panel", + "fontawesome/solid/sort-down", + "fontawesome/solid/sort-up", + "fontawesome/solid/sort", + "fontawesome/solid/spa", + "fontawesome/solid/spaghetti-monster-flying", + "fontawesome/solid/spell-check", + "fontawesome/solid/spider", + "fontawesome/solid/spinner", + "fontawesome/solid/splotch", + "fontawesome/solid/spoon", + "fontawesome/solid/spray-can-sparkles", + "fontawesome/solid/spray-can", + "fontawesome/solid/square-arrow-up-right", + "fontawesome/solid/square-caret-down", + "fontawesome/solid/square-caret-left", + "fontawesome/solid/square-caret-right", + "fontawesome/solid/square-caret-up", + "fontawesome/solid/square-check", + "fontawesome/solid/square-envelope", + "fontawesome/solid/square-full", + "fontawesome/solid/square-h", + "fontawesome/solid/square-minus", + "fontawesome/solid/square-nfi", + "fontawesome/solid/square-parking", + "fontawesome/solid/square-pen", + "fontawesome/solid/square-person-confined", + "fontawesome/solid/square-phone-flip", + "fontawesome/solid/square-phone", + "fontawesome/solid/square-plus", + "fontawesome/solid/square-poll-horizontal", + "fontawesome/solid/square-poll-vertical", + "fontawesome/solid/square-root-variable", + "fontawesome/solid/square-rss", + "fontawesome/solid/square-share-nodes", + "fontawesome/solid/square-up-right", + "fontawesome/solid/square-virus", + "fontawesome/solid/square-xmark", + "fontawesome/solid/square", + "fontawesome/solid/staff-snake", + "fontawesome/solid/stairs", + "fontawesome/solid/stamp", + "fontawesome/solid/stapler", + "fontawesome/solid/star-and-crescent", + "fontawesome/solid/star-half-stroke", + "fontawesome/solid/star-half", + "fontawesome/solid/star-of-david", + "fontawesome/solid/star-of-life", + "fontawesome/solid/star", + "fontawesome/solid/sterling-sign", + "fontawesome/solid/stethoscope", + "fontawesome/solid/stop", + "fontawesome/solid/stopwatch-20", + "fontawesome/solid/stopwatch", + "fontawesome/solid/store-slash", + "fontawesome/solid/store", + "fontawesome/solid/street-view", + "fontawesome/solid/strikethrough", + "fontawesome/solid/stroopwafel", + "fontawesome/solid/subscript", + "fontawesome/solid/suitcase-medical", + "fontawesome/solid/suitcase-rolling", + "fontawesome/solid/suitcase", + "fontawesome/solid/sun-plant-wilt", + "fontawesome/solid/sun", + "fontawesome/solid/superscript", + "fontawesome/solid/swatchbook", + "fontawesome/solid/synagogue", + "fontawesome/solid/syringe", + "fontawesome/solid/t", + "fontawesome/solid/table-cells-column-lock", + "fontawesome/solid/table-cells-large", + "fontawesome/solid/table-cells-row-lock", + "fontawesome/solid/table-cells-row-unlock", + "fontawesome/solid/table-cells", + "fontawesome/solid/table-columns", + "fontawesome/solid/table-list", + "fontawesome/solid/table-tennis-paddle-ball", + "fontawesome/solid/table", + "fontawesome/solid/tablet-button", + "fontawesome/solid/tablet-screen-button", + "fontawesome/solid/tablet", + "fontawesome/solid/tablets", + "fontawesome/solid/tachograph-digital", + "fontawesome/solid/tag", + "fontawesome/solid/tags", + "fontawesome/solid/tape", + "fontawesome/solid/tarp-droplet", + "fontawesome/solid/tarp", + "fontawesome/solid/taxi", + "fontawesome/solid/teeth-open", + "fontawesome/solid/teeth", + "fontawesome/solid/temperature-arrow-down", + "fontawesome/solid/temperature-arrow-up", + "fontawesome/solid/temperature-empty", + "fontawesome/solid/temperature-full", + "fontawesome/solid/temperature-half", + "fontawesome/solid/temperature-high", + "fontawesome/solid/temperature-low", + "fontawesome/solid/temperature-quarter", + "fontawesome/solid/temperature-three-quarters", + "fontawesome/solid/tenge-sign", + "fontawesome/solid/tent-arrow-down-to-line", + "fontawesome/solid/tent-arrow-left-right", + "fontawesome/solid/tent-arrow-turn-left", + "fontawesome/solid/tent-arrows-down", + "fontawesome/solid/tent", + "fontawesome/solid/tents", + "fontawesome/solid/terminal", + "fontawesome/solid/text-height", + "fontawesome/solid/text-slash", + "fontawesome/solid/text-width", + "fontawesome/solid/thermometer", + "fontawesome/solid/thumbs-down", + "fontawesome/solid/thumbs-up", + "fontawesome/solid/thumbtack-slash", + "fontawesome/solid/thumbtack", + "fontawesome/solid/ticket-simple", + "fontawesome/solid/ticket", + "fontawesome/solid/timeline", + "fontawesome/solid/toggle-off", + "fontawesome/solid/toggle-on", + "fontawesome/solid/toilet-paper-slash", + "fontawesome/solid/toilet-paper", + "fontawesome/solid/toilet-portable", + "fontawesome/solid/toilet", + "fontawesome/solid/toilets-portable", + "fontawesome/solid/toolbox", + "fontawesome/solid/tooth", + "fontawesome/solid/torii-gate", + "fontawesome/solid/tornado", + "fontawesome/solid/tower-broadcast", + "fontawesome/solid/tower-cell", + "fontawesome/solid/tower-observation", + "fontawesome/solid/tractor", + "fontawesome/solid/trademark", + "fontawesome/solid/traffic-light", + "fontawesome/solid/trailer", + "fontawesome/solid/train-subway", + "fontawesome/solid/train-tram", + "fontawesome/solid/train", + "fontawesome/solid/transgender", + "fontawesome/solid/trash-arrow-up", + "fontawesome/solid/trash-can-arrow-up", + "fontawesome/solid/trash-can", + "fontawesome/solid/trash", + "fontawesome/solid/tree-city", + "fontawesome/solid/tree", + "fontawesome/solid/triangle-exclamation", + "fontawesome/solid/trophy", + "fontawesome/solid/trowel-bricks", + "fontawesome/solid/trowel", + "fontawesome/solid/truck-arrow-right", + "fontawesome/solid/truck-droplet", + "fontawesome/solid/truck-fast", + "fontawesome/solid/truck-field-un", + "fontawesome/solid/truck-field", + "fontawesome/solid/truck-front", + "fontawesome/solid/truck-medical", + "fontawesome/solid/truck-monster", + "fontawesome/solid/truck-moving", + "fontawesome/solid/truck-pickup", + "fontawesome/solid/truck-plane", + "fontawesome/solid/truck-ramp-box", + "fontawesome/solid/truck", + "fontawesome/solid/tty", + "fontawesome/solid/turkish-lira-sign", + "fontawesome/solid/turn-down", + "fontawesome/solid/turn-up", + "fontawesome/solid/tv", + "fontawesome/solid/u", + "fontawesome/solid/umbrella-beach", + "fontawesome/solid/umbrella", + "fontawesome/solid/underline", + "fontawesome/solid/universal-access", + "fontawesome/solid/unlock-keyhole", + "fontawesome/solid/unlock", + "fontawesome/solid/up-down-left-right", + "fontawesome/solid/up-down", + "fontawesome/solid/up-long", + "fontawesome/solid/up-right-and-down-left-from-center", + "fontawesome/solid/up-right-from-square", + "fontawesome/solid/upload", + "fontawesome/solid/user-astronaut", + "fontawesome/solid/user-check", + "fontawesome/solid/user-clock", + "fontawesome/solid/user-doctor", + "fontawesome/solid/user-gear", + "fontawesome/solid/user-graduate", + "fontawesome/solid/user-group", + "fontawesome/solid/user-injured", + "fontawesome/solid/user-large-slash", + "fontawesome/solid/user-large", + "fontawesome/solid/user-lock", + "fontawesome/solid/user-minus", + "fontawesome/solid/user-ninja", + "fontawesome/solid/user-nurse", + "fontawesome/solid/user-pen", + "fontawesome/solid/user-plus", + "fontawesome/solid/user-secret", + "fontawesome/solid/user-shield", + "fontawesome/solid/user-slash", + "fontawesome/solid/user-tag", + "fontawesome/solid/user-tie", + "fontawesome/solid/user-xmark", + "fontawesome/solid/user", + "fontawesome/solid/users-between-lines", + "fontawesome/solid/users-gear", + "fontawesome/solid/users-line", + "fontawesome/solid/users-rays", + "fontawesome/solid/users-rectangle", + "fontawesome/solid/users-slash", + "fontawesome/solid/users-viewfinder", + "fontawesome/solid/users", + "fontawesome/solid/utensils", + "fontawesome/solid/v", + "fontawesome/solid/van-shuttle", + "fontawesome/solid/vault", + "fontawesome/solid/vector-square", + "fontawesome/solid/venus-double", + "fontawesome/solid/venus-mars", + "fontawesome/solid/venus", + "fontawesome/solid/vest-patches", + "fontawesome/solid/vest", + "fontawesome/solid/vial-circle-check", + "fontawesome/solid/vial-virus", + "fontawesome/solid/vial", + "fontawesome/solid/vials", + "fontawesome/solid/video-slash", + "fontawesome/solid/video", + "fontawesome/solid/vihara", + "fontawesome/solid/virus-covid-slash", + "fontawesome/solid/virus-covid", + "fontawesome/solid/virus-slash", + "fontawesome/solid/virus", + "fontawesome/solid/viruses", + "fontawesome/solid/voicemail", + "fontawesome/solid/volcano", + "fontawesome/solid/volleyball", + "fontawesome/solid/volume-high", + "fontawesome/solid/volume-low", + "fontawesome/solid/volume-off", + "fontawesome/solid/volume-xmark", + "fontawesome/solid/vr-cardboard", + "fontawesome/solid/w", + "fontawesome/solid/walkie-talkie", + "fontawesome/solid/wallet", + "fontawesome/solid/wand-magic-sparkles", + "fontawesome/solid/wand-magic", + "fontawesome/solid/wand-sparkles", + "fontawesome/solid/warehouse", + "fontawesome/solid/water-ladder", + "fontawesome/solid/water", + "fontawesome/solid/wave-square", + "fontawesome/solid/web-awesome", + "fontawesome/solid/weight-hanging", + "fontawesome/solid/weight-scale", + "fontawesome/solid/wheat-awn-circle-exclamation", + "fontawesome/solid/wheat-awn", + "fontawesome/solid/wheelchair-move", + "fontawesome/solid/wheelchair", + "fontawesome/solid/whiskey-glass", + "fontawesome/solid/wifi", + "fontawesome/solid/wind", + "fontawesome/solid/window-maximize", + "fontawesome/solid/window-minimize", + "fontawesome/solid/window-restore", + "fontawesome/solid/wine-bottle", + "fontawesome/solid/wine-glass-empty", + "fontawesome/solid/wine-glass", + "fontawesome/solid/won-sign", + "fontawesome/solid/worm", + "fontawesome/solid/wrench", + "fontawesome/solid/x-ray", + "fontawesome/solid/x", + "fontawesome/solid/xmark", + "fontawesome/solid/xmarks-lines", + "fontawesome/solid/y", + "fontawesome/solid/yen-sign", + "fontawesome/solid/yin-yang", + "fontawesome/solid/z", + "logo-monochrome", + "logo", + "material/ab-testing", + "material/abacus", + "material/abjad-arabic", + "material/abjad-hebrew", + "material/abugida-devanagari", + "material/abugida-thai", + "material/access-point-check", + "material/access-point-minus", + "material/access-point-network-off", + "material/access-point-network", + "material/access-point-off", + "material/access-point-plus", + "material/access-point-remove", + "material/access-point", + "material/account-alert-outline", + "material/account-alert", + "material/account-arrow-down-outline", + "material/account-arrow-down", + "material/account-arrow-left-outline", + "material/account-arrow-left", + "material/account-arrow-right-outline", + "material/account-arrow-right", + "material/account-arrow-up-outline", + "material/account-arrow-up", + "material/account-badge-outline", + "material/account-badge", + "material/account-box-edit-outline", + "material/account-box-minus-outline", + "material/account-box-multiple-outline", + "material/account-box-multiple", + "material/account-box-outline", + "material/account-box-plus-outline", + "material/account-box", + "material/account-cancel-outline", + "material/account-cancel", + "material/account-card-outline", + "material/account-card", + "material/account-cash-outline", + "material/account-cash", + "material/account-check-outline", + "material/account-check", + "material/account-child-circle", + "material/account-child-outline", + "material/account-child", + "material/account-circle-outline", + "material/account-circle", + "material/account-clock-outline", + "material/account-clock", + "material/account-cog-outline", + "material/account-cog", + "material/account-convert-outline", + "material/account-convert", + "material/account-cowboy-hat-outline", + "material/account-cowboy-hat", + "material/account-credit-card-outline", + "material/account-credit-card", + "material/account-details-outline", + "material/account-details", + "material/account-edit-outline", + "material/account-edit", + "material/account-eye-outline", + "material/account-eye", + "material/account-file-outline", + "material/account-file-text-outline", + "material/account-file-text", + "material/account-file", + "material/account-filter-outline", + "material/account-filter", + "material/account-group-outline", + "material/account-group", + "material/account-hard-hat-outline", + "material/account-hard-hat", + "material/account-heart-outline", + "material/account-heart", + "material/account-injury-outline", + "material/account-injury", + "material/account-key-outline", + "material/account-key", + "material/account-lock-open-outline", + "material/account-lock-open", + "material/account-lock-outline", + "material/account-lock", + "material/account-minus-outline", + "material/account-minus", + "material/account-multiple-check-outline", + "material/account-multiple-check", + "material/account-multiple-minus-outline", + "material/account-multiple-minus", + "material/account-multiple-outline", + "material/account-multiple-plus-outline", + "material/account-multiple-plus", + "material/account-multiple-remove-outline", + "material/account-multiple-remove", + "material/account-multiple", + "material/account-music-outline", + "material/account-music", + "material/account-network-off-outline", + "material/account-network-off", + "material/account-network-outline", + "material/account-network", + "material/account-off-outline", + "material/account-off", + "material/account-outline", + "material/account-plus-outline", + "material/account-plus", + "material/account-question-outline", + "material/account-question", + "material/account-reactivate-outline", + "material/account-reactivate", + "material/account-remove-outline", + "material/account-remove", + "material/account-school-outline", + "material/account-school", + "material/account-search-outline", + "material/account-search", + "material/account-settings-outline", + "material/account-settings", + "material/account-star-outline", + "material/account-star", + "material/account-supervisor-circle-outline", + "material/account-supervisor-circle", + "material/account-supervisor-outline", + "material/account-supervisor", + "material/account-switch-outline", + "material/account-switch", + "material/account-sync-outline", + "material/account-sync", + "material/account-tag-outline", + "material/account-tag", + "material/account-tie-hat-outline", + "material/account-tie-hat", + "material/account-tie-outline", + "material/account-tie-voice-off-outline", + "material/account-tie-voice-off", + "material/account-tie-voice-outline", + "material/account-tie-voice", + "material/account-tie-woman", + "material/account-tie", + "material/account-voice-off", + "material/account-voice", + "material/account-wrench-outline", + "material/account-wrench", + "material/account", + "material/adjust", + "material/advertisements-off", + "material/advertisements", + "material/air-conditioner", + "material/air-filter", + "material/air-horn", + "material/air-humidifier-off", + "material/air-humidifier", + "material/air-purifier-off", + "material/air-purifier", + "material/airbag", + "material/airballoon-outline", + "material/airballoon", + "material/airplane-alert", + "material/airplane-check", + "material/airplane-clock", + "material/airplane-cog", + "material/airplane-edit", + "material/airplane-landing", + "material/airplane-marker", + "material/airplane-minus", + "material/airplane-off", + "material/airplane-plus", + "material/airplane-remove", + "material/airplane-search", + "material/airplane-settings", + "material/airplane-takeoff", + "material/airplane", + "material/airport", + "material/alarm-bell", + "material/alarm-check", + "material/alarm-light-off-outline", + "material/alarm-light-off", + "material/alarm-light-outline", + "material/alarm-light", + "material/alarm-multiple", + "material/alarm-note-off", + "material/alarm-note", + "material/alarm-off", + "material/alarm-panel-outline", + "material/alarm-panel", + "material/alarm-plus", + "material/alarm-snooze", + "material/alarm", + "material/album", + "material/alert-box-outline", + "material/alert-box", + "material/alert-circle-check-outline", + "material/alert-circle-check", + "material/alert-circle-outline", + "material/alert-circle", + "material/alert-decagram-outline", + "material/alert-decagram", + "material/alert-minus-outline", + "material/alert-minus", + "material/alert-octagon-outline", + "material/alert-octagon", + "material/alert-octagram-outline", + "material/alert-octagram", + "material/alert-outline", + "material/alert-plus-outline", + "material/alert-plus", + "material/alert-remove-outline", + "material/alert-remove", + "material/alert-rhombus-outline", + "material/alert-rhombus", + "material/alert", + "material/alien-outline", + "material/alien", + "material/align-horizontal-center", + "material/align-horizontal-distribute", + "material/align-horizontal-left", + "material/align-horizontal-right", + "material/align-vertical-bottom", + "material/align-vertical-center", + "material/align-vertical-distribute", + "material/align-vertical-top", + "material/all-inclusive-box-outline", + "material/all-inclusive-box", + "material/all-inclusive", + "material/allergy", + "material/alpha-a-box-outline", + "material/alpha-a-box", + "material/alpha-a-circle-outline", + "material/alpha-a-circle", + "material/alpha-a", + "material/alpha-b-box-outline", + "material/alpha-b-box", + "material/alpha-b-circle-outline", + "material/alpha-b-circle", + "material/alpha-b", + "material/alpha-c-box-outline", + "material/alpha-c-box", + "material/alpha-c-circle-outline", + "material/alpha-c-circle", + "material/alpha-c", + "material/alpha-d-box-outline", + "material/alpha-d-box", + "material/alpha-d-circle-outline", + "material/alpha-d-circle", + "material/alpha-d", + "material/alpha-e-box-outline", + "material/alpha-e-box", + "material/alpha-e-circle-outline", + "material/alpha-e-circle", + "material/alpha-e", + "material/alpha-f-box-outline", + "material/alpha-f-box", + "material/alpha-f-circle-outline", + "material/alpha-f-circle", + "material/alpha-f", + "material/alpha-g-box-outline", + "material/alpha-g-box", + "material/alpha-g-circle-outline", + "material/alpha-g-circle", + "material/alpha-g", + "material/alpha-h-box-outline", + "material/alpha-h-box", + "material/alpha-h-circle-outline", + "material/alpha-h-circle", + "material/alpha-h", + "material/alpha-i-box-outline", + "material/alpha-i-box", + "material/alpha-i-circle-outline", + "material/alpha-i-circle", + "material/alpha-i", + "material/alpha-j-box-outline", + "material/alpha-j-box", + "material/alpha-j-circle-outline", + "material/alpha-j-circle", + "material/alpha-j", + "material/alpha-k-box-outline", + "material/alpha-k-box", + "material/alpha-k-circle-outline", + "material/alpha-k-circle", + "material/alpha-k", + "material/alpha-l-box-outline", + "material/alpha-l-box", + "material/alpha-l-circle-outline", + "material/alpha-l-circle", + "material/alpha-l", + "material/alpha-m-box-outline", + "material/alpha-m-box", + "material/alpha-m-circle-outline", + "material/alpha-m-circle", + "material/alpha-m", + "material/alpha-n-box-outline", + "material/alpha-n-box", + "material/alpha-n-circle-outline", + "material/alpha-n-circle", + "material/alpha-n", + "material/alpha-o-box-outline", + "material/alpha-o-box", + "material/alpha-o-circle-outline", + "material/alpha-o-circle", + "material/alpha-o", + "material/alpha-p-box-outline", + "material/alpha-p-box", + "material/alpha-p-circle-outline", + "material/alpha-p-circle", + "material/alpha-p", + "material/alpha-q-box-outline", + "material/alpha-q-box", + "material/alpha-q-circle-outline", + "material/alpha-q-circle", + "material/alpha-q", + "material/alpha-r-box-outline", + "material/alpha-r-box", + "material/alpha-r-circle-outline", + "material/alpha-r-circle", + "material/alpha-r", + "material/alpha-s-box-outline", + "material/alpha-s-box", + "material/alpha-s-circle-outline", + "material/alpha-s-circle", + "material/alpha-s", + "material/alpha-t-box-outline", + "material/alpha-t-box", + "material/alpha-t-circle-outline", + "material/alpha-t-circle", + "material/alpha-t", + "material/alpha-u-box-outline", + "material/alpha-u-box", + "material/alpha-u-circle-outline", + "material/alpha-u-circle", + "material/alpha-u", + "material/alpha-v-box-outline", + "material/alpha-v-box", + "material/alpha-v-circle-outline", + "material/alpha-v-circle", + "material/alpha-v", + "material/alpha-w-box-outline", + "material/alpha-w-box", + "material/alpha-w-circle-outline", + "material/alpha-w-circle", + "material/alpha-w", + "material/alpha-x-box-outline", + "material/alpha-x-box", + "material/alpha-x-circle-outline", + "material/alpha-x-circle", + "material/alpha-x", + "material/alpha-y-box-outline", + "material/alpha-y-box", + "material/alpha-y-circle-outline", + "material/alpha-y-circle", + "material/alpha-y", + "material/alpha-z-box-outline", + "material/alpha-z-box", + "material/alpha-z-circle-outline", + "material/alpha-z-circle", + "material/alpha-z", + "material/alpha", + "material/alphabet-aurebesh", + "material/alphabet-cyrillic", + "material/alphabet-greek", + "material/alphabet-latin", + "material/alphabet-piqad", + "material/alphabet-tengwar", + "material/alphabetical-off", + "material/alphabetical-variant-off", + "material/alphabetical-variant", + "material/alphabetical", + "material/altimeter", + "material/ambulance", + "material/ammunition", + "material/ampersand", + "material/amplifier-off", + "material/amplifier", + "material/anchor", + "material/android-studio", + "material/android", + "material/angle-acute", + "material/angle-obtuse", + "material/angle-right", + "material/angular", + "material/angularjs", + "material/animation-outline", + "material/animation-play-outline", + "material/animation-play", + "material/animation", + "material/ansible", + "material/antenna", + "material/anvil", + "material/apache-kafka", + "material/api-off", + "material/api", + "material/apple-finder", + "material/apple-icloud", + "material/apple-ios", + "material/apple-keyboard-caps", + "material/apple-keyboard-command", + "material/apple-keyboard-control", + "material/apple-keyboard-option", + "material/apple-keyboard-shift", + "material/apple-safari", + "material/apple", + "material/application-array-outline", + "material/application-array", + "material/application-braces-outline", + "material/application-braces", + "material/application-brackets-outline", + "material/application-brackets", + "material/application-cog-outline", + "material/application-cog", + "material/application-edit-outline", + "material/application-edit", + "material/application-export", + "material/application-import", + "material/application-outline", + "material/application-parentheses-outline", + "material/application-parentheses", + "material/application-settings-outline", + "material/application-settings", + "material/application-variable-outline", + "material/application-variable", + "material/application", + "material/approximately-equal-box", + "material/approximately-equal", + "material/apps-box", + "material/apps", + "material/arch", + "material/archive-alert-outline", + "material/archive-alert", + "material/archive-arrow-down-outline", + "material/archive-arrow-down", + "material/archive-arrow-up-outline", + "material/archive-arrow-up", + "material/archive-cancel-outline", + "material/archive-cancel", + "material/archive-check-outline", + "material/archive-check", + "material/archive-clock-outline", + "material/archive-clock", + "material/archive-cog-outline", + "material/archive-cog", + "material/archive-edit-outline", + "material/archive-edit", + "material/archive-eye-outline", + "material/archive-eye", + "material/archive-lock-open-outline", + "material/archive-lock-open", + "material/archive-lock-outline", + "material/archive-lock", + "material/archive-marker-outline", + "material/archive-marker", + "material/archive-minus-outline", + "material/archive-minus", + "material/archive-music-outline", + "material/archive-music", + "material/archive-off-outline", + "material/archive-off", + "material/archive-outline", + "material/archive-plus-outline", + "material/archive-plus", + "material/archive-refresh-outline", + "material/archive-refresh", + "material/archive-remove-outline", + "material/archive-remove", + "material/archive-search-outline", + "material/archive-search", + "material/archive-settings-outline", + "material/archive-settings", + "material/archive-star-outline", + "material/archive-star", + "material/archive-sync-outline", + "material/archive-sync", + "material/archive", + "material/arm-flex-outline", + "material/arm-flex", + "material/arrange-bring-forward", + "material/arrange-bring-to-front", + "material/arrange-send-backward", + "material/arrange-send-to-back", + "material/arrow-all", + "material/arrow-bottom-left-bold-box-outline", + "material/arrow-bottom-left-bold-box", + "material/arrow-bottom-left-bold-outline", + "material/arrow-bottom-left-thick", + "material/arrow-bottom-left-thin-circle-outline", + "material/arrow-bottom-left-thin", + "material/arrow-bottom-left", + "material/arrow-bottom-right-bold-box-outline", + "material/arrow-bottom-right-bold-box", + "material/arrow-bottom-right-bold-outline", + "material/arrow-bottom-right-thick", + "material/arrow-bottom-right-thin-circle-outline", + "material/arrow-bottom-right-thin", + "material/arrow-bottom-right", + "material/arrow-collapse-all", + "material/arrow-collapse-down", + "material/arrow-collapse-horizontal", + "material/arrow-collapse-left", + "material/arrow-collapse-right", + "material/arrow-collapse-up", + "material/arrow-collapse-vertical", + "material/arrow-collapse", + "material/arrow-decision-auto-outline", + "material/arrow-decision-auto", + "material/arrow-decision-outline", + "material/arrow-decision", + "material/arrow-down-bold-box-outline", + "material/arrow-down-bold-box", + "material/arrow-down-bold-circle-outline", + "material/arrow-down-bold-circle", + "material/arrow-down-bold-hexagon-outline", + "material/arrow-down-bold-outline", + "material/arrow-down-bold", + "material/arrow-down-box", + "material/arrow-down-circle-outline", + "material/arrow-down-circle", + "material/arrow-down-drop-circle-outline", + "material/arrow-down-drop-circle", + "material/arrow-down-left-bold", + "material/arrow-down-left", + "material/arrow-down-right-bold", + "material/arrow-down-right", + "material/arrow-down-thick", + "material/arrow-down-thin-circle-outline", + "material/arrow-down-thin", + "material/arrow-down", + "material/arrow-expand-all", + "material/arrow-expand-down", + "material/arrow-expand-horizontal", + "material/arrow-expand-left", + "material/arrow-expand-right", + "material/arrow-expand-up", + "material/arrow-expand-vertical", + "material/arrow-expand", + "material/arrow-horizontal-lock", + "material/arrow-left-bold-box-outline", + "material/arrow-left-bold-box", + "material/arrow-left-bold-circle-outline", + "material/arrow-left-bold-circle", + "material/arrow-left-bold-hexagon-outline", + "material/arrow-left-bold-outline", + "material/arrow-left-bold", + "material/arrow-left-bottom-bold", + "material/arrow-left-bottom", + "material/arrow-left-box", + "material/arrow-left-circle-outline", + "material/arrow-left-circle", + "material/arrow-left-drop-circle-outline", + "material/arrow-left-drop-circle", + "material/arrow-left-right-bold-outline", + "material/arrow-left-right-bold", + "material/arrow-left-right", + "material/arrow-left-thick", + "material/arrow-left-thin-circle-outline", + "material/arrow-left-thin", + "material/arrow-left-top-bold", + "material/arrow-left-top", + "material/arrow-left", + "material/arrow-oscillating-off", + "material/arrow-oscillating", + "material/arrow-projectile-multiple", + "material/arrow-projectile", + "material/arrow-right-bold-box-outline", + "material/arrow-right-bold-box", + "material/arrow-right-bold-circle-outline", + "material/arrow-right-bold-circle", + "material/arrow-right-bold-hexagon-outline", + "material/arrow-right-bold-outline", + "material/arrow-right-bold", + "material/arrow-right-bottom-bold", + "material/arrow-right-bottom", + "material/arrow-right-box", + "material/arrow-right-circle-outline", + "material/arrow-right-circle", + "material/arrow-right-drop-circle-outline", + "material/arrow-right-drop-circle", + "material/arrow-right-thick", + "material/arrow-right-thin-circle-outline", + "material/arrow-right-thin", + "material/arrow-right-top-bold", + "material/arrow-right-top", + "material/arrow-right", + "material/arrow-split-horizontal", + "material/arrow-split-vertical", + "material/arrow-top-left-bold-box-outline", + "material/arrow-top-left-bold-box", + "material/arrow-top-left-bold-outline", + "material/arrow-top-left-bottom-right-bold", + "material/arrow-top-left-bottom-right", + "material/arrow-top-left-thick", + "material/arrow-top-left-thin-circle-outline", + "material/arrow-top-left-thin", + "material/arrow-top-left", + "material/arrow-top-right-bold-box-outline", + "material/arrow-top-right-bold-box", + "material/arrow-top-right-bold-outline", + "material/arrow-top-right-bottom-left-bold", + "material/arrow-top-right-bottom-left", + "material/arrow-top-right-thick", + "material/arrow-top-right-thin-circle-outline", + "material/arrow-top-right-thin", + "material/arrow-top-right", + "material/arrow-u-down-left-bold", + "material/arrow-u-down-left", + "material/arrow-u-down-right-bold", + "material/arrow-u-down-right", + "material/arrow-u-left-bottom-bold", + "material/arrow-u-left-bottom", + "material/arrow-u-left-top-bold", + "material/arrow-u-left-top", + "material/arrow-u-right-bottom-bold", + "material/arrow-u-right-bottom", + "material/arrow-u-right-top-bold", + "material/arrow-u-right-top", + "material/arrow-u-up-left-bold", + "material/arrow-u-up-left", + "material/arrow-u-up-right-bold", + "material/arrow-u-up-right", + "material/arrow-up-bold-box-outline", + "material/arrow-up-bold-box", + "material/arrow-up-bold-circle-outline", + "material/arrow-up-bold-circle", + "material/arrow-up-bold-hexagon-outline", + "material/arrow-up-bold-outline", + "material/arrow-up-bold", + "material/arrow-up-box", + "material/arrow-up-circle-outline", + "material/arrow-up-circle", + "material/arrow-up-down-bold-outline", + "material/arrow-up-down-bold", + "material/arrow-up-down", + "material/arrow-up-drop-circle-outline", + "material/arrow-up-drop-circle", + "material/arrow-up-left-bold", + "material/arrow-up-left", + "material/arrow-up-right-bold", + "material/arrow-up-right", + "material/arrow-up-thick", + "material/arrow-up-thin-circle-outline", + "material/arrow-up-thin", + "material/arrow-up", + "material/arrow-vertical-lock", + "material/artboard", + "material/artstation", + "material/aspect-ratio", + "material/assistant", + "material/asterisk-circle-outline", + "material/asterisk", + "material/at", + "material/atlassian", + "material/atm", + "material/atom-variant", + "material/atom", + "material/attachment-check", + "material/attachment-lock", + "material/attachment-minus", + "material/attachment-off", + "material/attachment-plus", + "material/attachment-remove", + "material/attachment", + "material/atv", + "material/audio-input-rca", + "material/audio-input-stereo-minijack", + "material/audio-input-xlr", + "material/audio-video-off", + "material/audio-video", + "material/augmented-reality", + "material/aurora", + "material/auto-download", + "material/auto-fix", + "material/auto-mode", + "material/auto-upload", + "material/autorenew-off", + "material/autorenew", + "material/av-timer", + "material/awning-outline", + "material/awning", + "material/aws", + "material/axe-battle", + "material/axe", + "material/axis-arrow-info", + "material/axis-arrow-lock", + "material/axis-arrow", + "material/axis-lock", + "material/axis-x-arrow-lock", + "material/axis-x-arrow", + "material/axis-x-rotate-clockwise", + "material/axis-x-rotate-counterclockwise", + "material/axis-x-y-arrow-lock", + "material/axis-y-arrow-lock", + "material/axis-y-arrow", + "material/axis-y-rotate-clockwise", + "material/axis-y-rotate-counterclockwise", + "material/axis-z-arrow-lock", + "material/axis-z-arrow", + "material/axis-z-rotate-clockwise", + "material/axis-z-rotate-counterclockwise", + "material/axis", + "material/babel", + "material/baby-bottle-outline", + "material/baby-bottle", + "material/baby-buggy-off", + "material/baby-buggy", + "material/baby-carriage-off", + "material/baby-carriage", + "material/baby-face-outline", + "material/baby-face", + "material/baby", + "material/backburger", + "material/backspace-outline", + "material/backspace-reverse-outline", + "material/backspace-reverse", + "material/backspace", + "material/backup-restore", + "material/bacteria-outline", + "material/bacteria", + "material/badge-account-alert-outline", + "material/badge-account-alert", + "material/badge-account-horizontal-outline", + "material/badge-account-horizontal", + "material/badge-account-outline", + "material/badge-account", + "material/badminton", + "material/bag-carry-on-check", + "material/bag-carry-on-off", + "material/bag-carry-on", + "material/bag-checked", + "material/bag-personal-off-outline", + "material/bag-personal-off", + "material/bag-personal-outline", + "material/bag-personal-plus-outline", + "material/bag-personal-plus", + "material/bag-personal-tag-outline", + "material/bag-personal-tag", + "material/bag-personal", + "material/bag-suitcase-off-outline", + "material/bag-suitcase-off", + "material/bag-suitcase-outline", + "material/bag-suitcase", + "material/baguette", + "material/balcony", + "material/balloon", + "material/ballot-outline", + "material/ballot-recount-outline", + "material/ballot-recount", + "material/ballot", + "material/bandage", + "material/bank-check", + "material/bank-circle-outline", + "material/bank-circle", + "material/bank-minus", + "material/bank-off-outline", + "material/bank-off", + "material/bank-outline", + "material/bank-plus", + "material/bank-remove", + "material/bank-transfer-in", + "material/bank-transfer-out", + "material/bank-transfer", + "material/bank", + "material/barcode-off", + "material/barcode-scan", + "material/barcode", + "material/barley-off", + "material/barley", + "material/barn", + "material/barrel-outline", + "material/barrel", + "material/baseball-bat", + "material/baseball-diamond-outline", + "material/baseball-diamond", + "material/baseball-outline", + "material/baseball", + "material/bash", + "material/basket-check-outline", + "material/basket-check", + "material/basket-fill", + "material/basket-minus-outline", + "material/basket-minus", + "material/basket-off-outline", + "material/basket-off", + "material/basket-outline", + "material/basket-plus-outline", + "material/basket-plus", + "material/basket-remove-outline", + "material/basket-remove", + "material/basket-unfill", + "material/basket", + "material/basketball-hoop-outline", + "material/basketball-hoop", + "material/basketball", + "material/bat", + "material/bathtub-outline", + "material/bathtub", + "material/battery-10-bluetooth", + "material/battery-10", + "material/battery-20-bluetooth", + "material/battery-20", + "material/battery-30-bluetooth", + "material/battery-30", + "material/battery-40-bluetooth", + "material/battery-40", + "material/battery-50-bluetooth", + "material/battery-50", + "material/battery-60-bluetooth", + "material/battery-60", + "material/battery-70-bluetooth", + "material/battery-70", + "material/battery-80-bluetooth", + "material/battery-80", + "material/battery-90-bluetooth", + "material/battery-90", + "material/battery-alert-bluetooth", + "material/battery-alert-variant-outline", + "material/battery-alert-variant", + "material/battery-alert", + "material/battery-arrow-down-outline", + "material/battery-arrow-down", + "material/battery-arrow-up-outline", + "material/battery-arrow-up", + "material/battery-bluetooth-variant", + "material/battery-bluetooth", + "material/battery-charging-10", + "material/battery-charging-100", + "material/battery-charging-20", + "material/battery-charging-30", + "material/battery-charging-40", + "material/battery-charging-50", + "material/battery-charging-60", + "material/battery-charging-70", + "material/battery-charging-80", + "material/battery-charging-90", + "material/battery-charging-high", + "material/battery-charging-low", + "material/battery-charging-medium", + "material/battery-charging-outline", + "material/battery-charging-wireless-10", + "material/battery-charging-wireless-20", + "material/battery-charging-wireless-30", + "material/battery-charging-wireless-40", + "material/battery-charging-wireless-50", + "material/battery-charging-wireless-60", + "material/battery-charging-wireless-70", + "material/battery-charging-wireless-80", + "material/battery-charging-wireless-90", + "material/battery-charging-wireless-alert", + "material/battery-charging-wireless-outline", + "material/battery-charging-wireless", + "material/battery-charging", + "material/battery-check-outline", + "material/battery-check", + "material/battery-clock-outline", + "material/battery-clock", + "material/battery-heart-outline", + "material/battery-heart-variant", + "material/battery-heart", + "material/battery-high", + "material/battery-lock-open", + "material/battery-lock", + "material/battery-low", + "material/battery-medium", + "material/battery-minus-outline", + "material/battery-minus-variant", + "material/battery-minus", + "material/battery-negative", + "material/battery-off-outline", + "material/battery-off", + "material/battery-outline", + "material/battery-plus-outline", + "material/battery-plus-variant", + "material/battery-plus", + "material/battery-positive", + "material/battery-remove-outline", + "material/battery-remove", + "material/battery-sync-outline", + "material/battery-sync", + "material/battery-unknown-bluetooth", + "material/battery-unknown", + "material/battery", + "material/beach", + "material/beaker-alert-outline", + "material/beaker-alert", + "material/beaker-check-outline", + "material/beaker-check", + "material/beaker-minus-outline", + "material/beaker-minus", + "material/beaker-outline", + "material/beaker-plus-outline", + "material/beaker-plus", + "material/beaker-question-outline", + "material/beaker-question", + "material/beaker-remove-outline", + "material/beaker-remove", + "material/beaker", + "material/bed-clock", + "material/bed-double-outline", + "material/bed-double", + "material/bed-empty", + "material/bed-king-outline", + "material/bed-king", + "material/bed-outline", + "material/bed-queen-outline", + "material/bed-queen", + "material/bed-single-outline", + "material/bed-single", + "material/bed", + "material/bee-flower", + "material/bee", + "material/beehive-off-outline", + "material/beehive-outline", + "material/beekeeper", + "material/beer-outline", + "material/beer", + "material/bell-alert-outline", + "material/bell-alert", + "material/bell-badge-outline", + "material/bell-badge", + "material/bell-cancel-outline", + "material/bell-cancel", + "material/bell-check-outline", + "material/bell-check", + "material/bell-circle-outline", + "material/bell-circle", + "material/bell-cog-outline", + "material/bell-cog", + "material/bell-minus-outline", + "material/bell-minus", + "material/bell-off-outline", + "material/bell-off", + "material/bell-outline", + "material/bell-plus-outline", + "material/bell-plus", + "material/bell-remove-outline", + "material/bell-remove", + "material/bell-ring-outline", + "material/bell-ring", + "material/bell-sleep-outline", + "material/bell-sleep", + "material/bell", + "material/bench-back", + "material/bench", + "material/beta", + "material/betamax", + "material/biathlon", + "material/bicycle-basket", + "material/bicycle-cargo", + "material/bicycle-electric", + "material/bicycle-penny-farthing", + "material/bicycle", + "material/bike-fast", + "material/bike-pedal-clipless", + "material/bike-pedal-mountain", + "material/bike-pedal", + "material/bike", + "material/billboard", + "material/billiards-rack", + "material/billiards", + "material/binoculars", + "material/bio", + "material/biohazard", + "material/bird", + "material/bitbucket", + "material/bitcoin", + "material/black-mesa", + "material/blender-outline", + "material/blender-software", + "material/blender", + "material/blinds-horizontal-closed", + "material/blinds-horizontal", + "material/blinds-open", + "material/blinds-vertical-closed", + "material/blinds-vertical", + "material/blinds", + "material/block-helper", + "material/blood-bag", + "material/bluetooth-audio", + "material/bluetooth-connect", + "material/bluetooth-off", + "material/bluetooth-settings", + "material/bluetooth-transfer", + "material/bluetooth", + "material/blur-linear", + "material/blur-off", + "material/blur-radial", + "material/blur", + "material/bolt", + "material/bomb-off", + "material/bomb", + "material/bone-off", + "material/bone", + "material/book-account-outline", + "material/book-account", + "material/book-alert-outline", + "material/book-alert", + "material/book-alphabet", + "material/book-arrow-down-outline", + "material/book-arrow-down", + "material/book-arrow-left-outline", + "material/book-arrow-left", + "material/book-arrow-right-outline", + "material/book-arrow-right", + "material/book-arrow-up-outline", + "material/book-arrow-up", + "material/book-cancel-outline", + "material/book-cancel", + "material/book-check-outline", + "material/book-check", + "material/book-clock-outline", + "material/book-clock", + "material/book-cog-outline", + "material/book-cog", + "material/book-cross", + "material/book-edit-outline", + "material/book-edit", + "material/book-education-outline", + "material/book-education", + "material/book-heart-outline", + "material/book-heart", + "material/book-information-variant", + "material/book-lock-open-outline", + "material/book-lock-open", + "material/book-lock-outline", + "material/book-lock", + "material/book-marker-outline", + "material/book-marker", + "material/book-minus-multiple-outline", + "material/book-minus-multiple", + "material/book-minus-outline", + "material/book-minus", + "material/book-multiple-outline", + "material/book-multiple", + "material/book-music-outline", + "material/book-music", + "material/book-off-outline", + "material/book-off", + "material/book-open-blank-variant-outline", + "material/book-open-blank-variant", + "material/book-open-outline", + "material/book-open-page-variant-outline", + "material/book-open-page-variant", + "material/book-open-variant-outline", + "material/book-open-variant", + "material/book-open", + "material/book-outline", + "material/book-play-outline", + "material/book-play", + "material/book-plus-multiple-outline", + "material/book-plus-multiple", + "material/book-plus-outline", + "material/book-plus", + "material/book-refresh-outline", + "material/book-refresh", + "material/book-remove-multiple-outline", + "material/book-remove-multiple", + "material/book-remove-outline", + "material/book-remove", + "material/book-search-outline", + "material/book-search", + "material/book-settings-outline", + "material/book-settings", + "material/book-sync-outline", + "material/book-sync", + "material/book-variant", + "material/book", + "material/bookmark-box-multiple-outline", + "material/bookmark-box-multiple", + "material/bookmark-box-outline", + "material/bookmark-box", + "material/bookmark-check-outline", + "material/bookmark-check", + "material/bookmark-minus-outline", + "material/bookmark-minus", + "material/bookmark-multiple-outline", + "material/bookmark-multiple", + "material/bookmark-music-outline", + "material/bookmark-music", + "material/bookmark-off-outline", + "material/bookmark-off", + "material/bookmark-outline", + "material/bookmark-plus-outline", + "material/bookmark-plus", + "material/bookmark-remove-outline", + "material/bookmark-remove", + "material/bookmark", + "material/bookshelf", + "material/boom-gate-alert-outline", + "material/boom-gate-alert", + "material/boom-gate-arrow-down-outline", + "material/boom-gate-arrow-down", + "material/boom-gate-arrow-up-outline", + "material/boom-gate-arrow-up", + "material/boom-gate-outline", + "material/boom-gate-up-outline", + "material/boom-gate-up", + "material/boom-gate", + "material/boombox", + "material/boomerang", + "material/bootstrap", + "material/border-all-variant", + "material/border-all", + "material/border-bottom-variant", + "material/border-bottom", + "material/border-color", + "material/border-horizontal", + "material/border-inside", + "material/border-left-variant", + "material/border-left", + "material/border-none-variant", + "material/border-none", + "material/border-outside", + "material/border-radius", + "material/border-right-variant", + "material/border-right", + "material/border-style", + "material/border-top-variant", + "material/border-top", + "material/border-vertical", + "material/bottle-soda-classic-outline", + "material/bottle-soda-classic", + "material/bottle-soda-outline", + "material/bottle-soda", + "material/bottle-tonic-outline", + "material/bottle-tonic-plus-outline", + "material/bottle-tonic-plus", + "material/bottle-tonic-skull-outline", + "material/bottle-tonic-skull", + "material/bottle-tonic", + "material/bottle-wine-outline", + "material/bottle-wine", + "material/bow-arrow", + "material/bow-tie", + "material/bowl-mix-outline", + "material/bowl-mix", + "material/bowl-outline", + "material/bowl", + "material/bowling", + "material/box-cutter-off", + "material/box-cutter", + "material/box-shadow", + "material/box", + "material/boxing-glove", + "material/braille", + "material/brain", + "material/bread-slice-outline", + "material/bread-slice", + "material/bridge", + "material/briefcase-account-outline", + "material/briefcase-account", + "material/briefcase-arrow-left-right-outline", + "material/briefcase-arrow-left-right", + "material/briefcase-arrow-up-down-outline", + "material/briefcase-arrow-up-down", + "material/briefcase-check-outline", + "material/briefcase-check", + "material/briefcase-clock-outline", + "material/briefcase-clock", + "material/briefcase-download-outline", + "material/briefcase-download", + "material/briefcase-edit-outline", + "material/briefcase-edit", + "material/briefcase-eye-outline", + "material/briefcase-eye", + "material/briefcase-minus-outline", + "material/briefcase-minus", + "material/briefcase-off-outline", + "material/briefcase-off", + "material/briefcase-outline", + "material/briefcase-plus-outline", + "material/briefcase-plus", + "material/briefcase-remove-outline", + "material/briefcase-remove", + "material/briefcase-search-outline", + "material/briefcase-search", + "material/briefcase-upload-outline", + "material/briefcase-upload", + "material/briefcase-variant-off-outline", + "material/briefcase-variant-off", + "material/briefcase-variant-outline", + "material/briefcase-variant", + "material/briefcase", + "material/brightness-1", + "material/brightness-2", + "material/brightness-3", + "material/brightness-4", + "material/brightness-5", + "material/brightness-6", + "material/brightness-7", + "material/brightness-auto", + "material/brightness-percent", + "material/broadcast-off", + "material/broadcast", + "material/broom", + "material/brush-off", + "material/brush-outline", + "material/brush-variant", + "material/brush", + "material/bucket-outline", + "material/bucket", + "material/buffet", + "material/bug-check-outline", + "material/bug-check", + "material/bug-outline", + "material/bug-pause-outline", + "material/bug-pause", + "material/bug-play-outline", + "material/bug-play", + "material/bug-stop-outline", + "material/bug-stop", + "material/bug", + "material/bugle", + "material/bulkhead-light", + "material/bulldozer", + "material/bullet", + "material/bulletin-board", + "material/bullhorn-outline", + "material/bullhorn-variant-outline", + "material/bullhorn-variant", + "material/bullhorn", + "material/bullseye-arrow", + "material/bullseye", + "material/bulma", + "material/bunk-bed-outline", + "material/bunk-bed", + "material/bus-alert", + "material/bus-articulated-end", + "material/bus-articulated-front", + "material/bus-clock", + "material/bus-double-decker", + "material/bus-electric", + "material/bus-marker", + "material/bus-multiple", + "material/bus-school", + "material/bus-side", + "material/bus-sign", + "material/bus-stop-covered", + "material/bus-stop-uncovered", + "material/bus-stop", + "material/bus-wrench", + "material/bus", + "material/butterfly-outline", + "material/butterfly", + "material/button-cursor", + "material/button-pointer", + "material/cabin-a-frame", + "material/cable-data", + "material/cached", + "material/cactus", + "material/cake-layered", + "material/cake-variant-outline", + "material/cake-variant", + "material/cake", + "material/calculator-variant-outline", + "material/calculator-variant", + "material/calculator", + "material/calendar-account-outline", + "material/calendar-account", + "material/calendar-alert-outline", + "material/calendar-alert", + "material/calendar-arrow-left", + "material/calendar-arrow-right", + "material/calendar-badge-outline", + "material/calendar-badge", + "material/calendar-blank-multiple", + "material/calendar-blank-outline", + "material/calendar-blank", + "material/calendar-check-outline", + "material/calendar-check", + "material/calendar-clock-outline", + "material/calendar-clock", + "material/calendar-collapse-horizontal-outline", + "material/calendar-collapse-horizontal", + "material/calendar-cursor-outline", + "material/calendar-cursor", + "material/calendar-edit-outline", + "material/calendar-edit", + "material/calendar-end-outline", + "material/calendar-end", + "material/calendar-expand-horizontal-outline", + "material/calendar-expand-horizontal", + "material/calendar-export-outline", + "material/calendar-export", + "material/calendar-filter-outline", + "material/calendar-filter", + "material/calendar-heart-outline", + "material/calendar-heart", + "material/calendar-import-outline", + "material/calendar-import", + "material/calendar-lock-open-outline", + "material/calendar-lock-open", + "material/calendar-lock-outline", + "material/calendar-lock", + "material/calendar-minus-outline", + "material/calendar-minus", + "material/calendar-month-outline", + "material/calendar-month", + "material/calendar-multiple-check", + "material/calendar-multiple", + "material/calendar-multiselect-outline", + "material/calendar-multiselect", + "material/calendar-outline", + "material/calendar-plus-outline", + "material/calendar-plus", + "material/calendar-question-outline", + "material/calendar-question", + "material/calendar-range-outline", + "material/calendar-range", + "material/calendar-refresh-outline", + "material/calendar-refresh", + "material/calendar-remove-outline", + "material/calendar-remove", + "material/calendar-search-outline", + "material/calendar-search", + "material/calendar-star-four-points", + "material/calendar-star-outline", + "material/calendar-star", + "material/calendar-start-outline", + "material/calendar-start", + "material/calendar-sync-outline", + "material/calendar-sync", + "material/calendar-text-outline", + "material/calendar-text", + "material/calendar-today-outline", + "material/calendar-today", + "material/calendar-week-begin-outline", + "material/calendar-week-begin", + "material/calendar-week-outline", + "material/calendar-week", + "material/calendar-weekend-outline", + "material/calendar-weekend", + "material/calendar", + "material/call-made", + "material/call-merge", + "material/call-missed", + "material/call-received", + "material/call-split", + "material/camcorder-off", + "material/camcorder", + "material/camera-account", + "material/camera-burst", + "material/camera-control", + "material/camera-document-off", + "material/camera-document", + "material/camera-enhance-outline", + "material/camera-enhance", + "material/camera-flip-outline", + "material/camera-flip", + "material/camera-front-variant", + "material/camera-front", + "material/camera-gopro", + "material/camera-image", + "material/camera-iris", + "material/camera-lock-open-outline", + "material/camera-lock-open", + "material/camera-lock-outline", + "material/camera-lock", + "material/camera-marker-outline", + "material/camera-marker", + "material/camera-metering-center", + "material/camera-metering-matrix", + "material/camera-metering-partial", + "material/camera-metering-spot", + "material/camera-off-outline", + "material/camera-off", + "material/camera-outline", + "material/camera-party-mode", + "material/camera-plus-outline", + "material/camera-plus", + "material/camera-rear-variant", + "material/camera-rear", + "material/camera-retake-outline", + "material/camera-retake", + "material/camera-switch-outline", + "material/camera-switch", + "material/camera-timer", + "material/camera-wireless-outline", + "material/camera-wireless", + "material/camera", + "material/campfire", + "material/cancel", + "material/candelabra-fire", + "material/candelabra", + "material/candle", + "material/candy-off-outline", + "material/candy-off", + "material/candy-outline", + "material/candy", + "material/candycane", + "material/cannabis-off", + "material/cannabis", + "material/caps-lock", + "material/car-2-plus", + "material/car-3-plus", + "material/car-arrow-left", + "material/car-arrow-right", + "material/car-back", + "material/car-battery", + "material/car-brake-abs", + "material/car-brake-alert", + "material/car-brake-fluid-level", + "material/car-brake-hold", + "material/car-brake-low-pressure", + "material/car-brake-parking", + "material/car-brake-retarder", + "material/car-brake-temperature", + "material/car-brake-worn-linings", + "material/car-child-seat", + "material/car-clock", + "material/car-clutch", + "material/car-cog", + "material/car-connected", + "material/car-convertible", + "material/car-coolant-level", + "material/car-cruise-control", + "material/car-defrost-front", + "material/car-defrost-rear", + "material/car-door-lock-open", + "material/car-door-lock", + "material/car-door", + "material/car-electric-outline", + "material/car-electric", + "material/car-emergency", + "material/car-esp", + "material/car-estate", + "material/car-hatchback", + "material/car-info", + "material/car-key", + "material/car-lifted-pickup", + "material/car-light-alert", + "material/car-light-dimmed", + "material/car-light-fog", + "material/car-light-high", + "material/car-limousine", + "material/car-multiple", + "material/car-off", + "material/car-outline", + "material/car-parking-lights", + "material/car-pickup", + "material/car-search-outline", + "material/car-search", + "material/car-seat-cooler", + "material/car-seat-heater", + "material/car-seat", + "material/car-select", + "material/car-settings", + "material/car-shift-pattern", + "material/car-side", + "material/car-speed-limiter", + "material/car-sports", + "material/car-tire-alert", + "material/car-traction-control", + "material/car-turbocharger", + "material/car-wash", + "material/car-windshield-outline", + "material/car-windshield", + "material/car-wireless", + "material/car-wrench", + "material/car", + "material/carabiner", + "material/caravan", + "material/card-account-details-outline", + "material/card-account-details-star-outline", + "material/card-account-details-star", + "material/card-account-details", + "material/card-account-mail-outline", + "material/card-account-mail", + "material/card-account-phone-outline", + "material/card-account-phone", + "material/card-bulleted-off-outline", + "material/card-bulleted-off", + "material/card-bulleted-outline", + "material/card-bulleted-settings-outline", + "material/card-bulleted-settings", + "material/card-bulleted", + "material/card-minus-outline", + "material/card-minus", + "material/card-multiple-outline", + "material/card-multiple", + "material/card-off-outline", + "material/card-off", + "material/card-outline", + "material/card-plus-outline", + "material/card-plus", + "material/card-remove-outline", + "material/card-remove", + "material/card-search-outline", + "material/card-search", + "material/card-text-outline", + "material/card-text", + "material/card", + "material/cards-club-outline", + "material/cards-club", + "material/cards-diamond-outline", + "material/cards-diamond", + "material/cards-heart-outline", + "material/cards-heart", + "material/cards-outline", + "material/cards-playing-club-multiple-outline", + "material/cards-playing-club-multiple", + "material/cards-playing-club-outline", + "material/cards-playing-club", + "material/cards-playing-diamond-multiple-outline", + "material/cards-playing-diamond-multiple", + "material/cards-playing-diamond-outline", + "material/cards-playing-diamond", + "material/cards-playing-heart-multiple-outline", + "material/cards-playing-heart-multiple", + "material/cards-playing-heart-outline", + "material/cards-playing-heart", + "material/cards-playing-outline", + "material/cards-playing-spade-multiple-outline", + "material/cards-playing-spade-multiple", + "material/cards-playing-spade-outline", + "material/cards-playing-spade", + "material/cards-playing", + "material/cards-spade-outline", + "material/cards-spade", + "material/cards-variant", + "material/cards", + "material/carrot", + "material/cart-arrow-down", + "material/cart-arrow-right", + "material/cart-arrow-up", + "material/cart-check", + "material/cart-heart", + "material/cart-minus", + "material/cart-off", + "material/cart-outline", + "material/cart-percent", + "material/cart-plus", + "material/cart-remove", + "material/cart-variant", + "material/cart", + "material/case-sensitive-alt", + "material/cash-100", + "material/cash-check", + "material/cash-clock", + "material/cash-edit", + "material/cash-fast", + "material/cash-lock-open", + "material/cash-lock", + "material/cash-marker", + "material/cash-minus", + "material/cash-multiple", + "material/cash-off", + "material/cash-plus", + "material/cash-refund", + "material/cash-register", + "material/cash-remove", + "material/cash-sync", + "material/cash", + "material/cassette", + "material/cast-audio-variant", + "material/cast-audio", + "material/cast-connected", + "material/cast-education", + "material/cast-off", + "material/cast-variant", + "material/cast", + "material/castle", + "material/cat", + "material/cctv-off", + "material/cctv", + "material/ceiling-fan-light", + "material/ceiling-fan", + "material/ceiling-light-multiple-outline", + "material/ceiling-light-multiple", + "material/ceiling-light-outline", + "material/ceiling-light", + "material/cellphone-arrow-down-variant", + "material/cellphone-arrow-down", + "material/cellphone-basic", + "material/cellphone-charging", + "material/cellphone-check", + "material/cellphone-cog", + "material/cellphone-dock", + "material/cellphone-information", + "material/cellphone-key", + "material/cellphone-link-off", + "material/cellphone-link", + "material/cellphone-lock", + "material/cellphone-marker", + "material/cellphone-message-off", + "material/cellphone-message", + "material/cellphone-nfc-off", + "material/cellphone-nfc", + "material/cellphone-off", + "material/cellphone-play", + "material/cellphone-remove", + "material/cellphone-screenshot", + "material/cellphone-settings", + "material/cellphone-sound", + "material/cellphone-text", + "material/cellphone-wireless", + "material/cellphone", + "material/centos", + "material/certificate-outline", + "material/certificate", + "material/chair-rolling", + "material/chair-school", + "material/chandelier", + "material/charity-search", + "material/charity", + "material/chart-arc", + "material/chart-areaspline-variant", + "material/chart-areaspline", + "material/chart-bar-stacked", + "material/chart-bar", + "material/chart-bell-curve-cumulative", + "material/chart-bell-curve", + "material/chart-box-multiple-outline", + "material/chart-box-multiple", + "material/chart-box-outline", + "material/chart-box-plus-outline", + "material/chart-box", + "material/chart-bubble", + "material/chart-donut-variant", + "material/chart-donut", + "material/chart-gantt", + "material/chart-histogram", + "material/chart-line-stacked", + "material/chart-line-variant", + "material/chart-line", + "material/chart-multiline", + "material/chart-multiple", + "material/chart-pie-outline", + "material/chart-pie", + "material/chart-ppf", + "material/chart-sankey-variant", + "material/chart-sankey", + "material/chart-scatter-plot-hexbin", + "material/chart-scatter-plot", + "material/chart-timeline-variant-shimmer", + "material/chart-timeline-variant", + "material/chart-timeline", + "material/chart-tree", + "material/chart-waterfall", + "material/chat-alert-outline", + "material/chat-alert", + "material/chat-minus-outline", + "material/chat-minus", + "material/chat-outline", + "material/chat-plus-outline", + "material/chat-plus", + "material/chat-processing-outline", + "material/chat-processing", + "material/chat-question-outline", + "material/chat-question", + "material/chat-remove-outline", + "material/chat-remove", + "material/chat-sleep-outline", + "material/chat-sleep", + "material/chat", + "material/check-all", + "material/check-bold", + "material/check-circle-outline", + "material/check-circle", + "material/check-decagram-outline", + "material/check-decagram", + "material/check-network-outline", + "material/check-network", + "material/check-outline", + "material/check-underline-circle-outline", + "material/check-underline-circle", + "material/check-underline", + "material/check", + "material/checkbook-arrow-left", + "material/checkbook-arrow-right", + "material/checkbook", + "material/checkbox-blank-badge-outline", + "material/checkbox-blank-badge", + "material/checkbox-blank-circle-outline", + "material/checkbox-blank-circle", + "material/checkbox-blank-off-outline", + "material/checkbox-blank-off", + "material/checkbox-blank-outline", + "material/checkbox-blank", + "material/checkbox-intermediate-variant", + "material/checkbox-intermediate", + "material/checkbox-marked-circle-auto-outline", + "material/checkbox-marked-circle-minus-outline", + "material/checkbox-marked-circle-outline", + "material/checkbox-marked-circle-plus-outline", + "material/checkbox-marked-circle", + "material/checkbox-marked-outline", + "material/checkbox-marked", + "material/checkbox-multiple-blank-circle-outline", + "material/checkbox-multiple-blank-circle", + "material/checkbox-multiple-blank-outline", + "material/checkbox-multiple-blank", + "material/checkbox-multiple-marked-circle-outline", + "material/checkbox-multiple-marked-circle", + "material/checkbox-multiple-marked-outline", + "material/checkbox-multiple-marked", + "material/checkbox-multiple-outline", + "material/checkbox-outline", + "material/checkerboard-minus", + "material/checkerboard-plus", + "material/checkerboard-remove", + "material/checkerboard", + "material/cheese-off", + "material/cheese", + "material/chef-hat", + "material/chemical-weapon", + "material/chess-bishop", + "material/chess-king", + "material/chess-knight", + "material/chess-pawn", + "material/chess-queen", + "material/chess-rook", + "material/chevron-double-down", + "material/chevron-double-left", + "material/chevron-double-right", + "material/chevron-double-up", + "material/chevron-down-box-outline", + "material/chevron-down-box", + "material/chevron-down-circle-outline", + "material/chevron-down-circle", + "material/chevron-down", + "material/chevron-left-box-outline", + "material/chevron-left-box", + "material/chevron-left-circle-outline", + "material/chevron-left-circle", + "material/chevron-left", + "material/chevron-right-box-outline", + "material/chevron-right-box", + "material/chevron-right-circle-outline", + "material/chevron-right-circle", + "material/chevron-right", + "material/chevron-triple-down", + "material/chevron-triple-left", + "material/chevron-triple-right", + "material/chevron-triple-up", + "material/chevron-up-box-outline", + "material/chevron-up-box", + "material/chevron-up-circle-outline", + "material/chevron-up-circle", + "material/chevron-up", + "material/chili-alert-outline", + "material/chili-alert", + "material/chili-hot-outline", + "material/chili-hot", + "material/chili-medium-outline", + "material/chili-medium", + "material/chili-mild-outline", + "material/chili-mild", + "material/chili-off-outline", + "material/chili-off", + "material/chip", + "material/church-outline", + "material/church", + "material/cigar-off", + "material/cigar", + "material/circle-box-outline", + "material/circle-box", + "material/circle-double", + "material/circle-edit-outline", + "material/circle-expand", + "material/circle-half-full", + "material/circle-half", + "material/circle-medium", + "material/circle-multiple-outline", + "material/circle-multiple", + "material/circle-off-outline", + "material/circle-opacity", + "material/circle-outline", + "material/circle-slice-1", + "material/circle-slice-2", + "material/circle-slice-3", + "material/circle-slice-4", + "material/circle-slice-5", + "material/circle-slice-6", + "material/circle-slice-7", + "material/circle-slice-8", + "material/circle-small", + "material/circle", + "material/circular-saw", + "material/city-switch", + "material/city-variant-outline", + "material/city-variant", + "material/city", + "material/clipboard-account-outline", + "material/clipboard-account", + "material/clipboard-alert-outline", + "material/clipboard-alert", + "material/clipboard-arrow-down-outline", + "material/clipboard-arrow-down", + "material/clipboard-arrow-left-outline", + "material/clipboard-arrow-left", + "material/clipboard-arrow-right-outline", + "material/clipboard-arrow-right", + "material/clipboard-arrow-up-outline", + "material/clipboard-arrow-up", + "material/clipboard-check-multiple-outline", + "material/clipboard-check-multiple", + "material/clipboard-check-outline", + "material/clipboard-check", + "material/clipboard-clock-outline", + "material/clipboard-clock", + "material/clipboard-edit-outline", + "material/clipboard-edit", + "material/clipboard-file-outline", + "material/clipboard-file", + "material/clipboard-flow-outline", + "material/clipboard-flow", + "material/clipboard-list-outline", + "material/clipboard-list", + "material/clipboard-minus-outline", + "material/clipboard-minus", + "material/clipboard-multiple-outline", + "material/clipboard-multiple", + "material/clipboard-off-outline", + "material/clipboard-off", + "material/clipboard-outline", + "material/clipboard-play-multiple-outline", + "material/clipboard-play-multiple", + "material/clipboard-play-outline", + "material/clipboard-play", + "material/clipboard-plus-outline", + "material/clipboard-plus", + "material/clipboard-pulse-outline", + "material/clipboard-pulse", + "material/clipboard-remove-outline", + "material/clipboard-remove", + "material/clipboard-search-outline", + "material/clipboard-search", + "material/clipboard-text-clock-outline", + "material/clipboard-text-clock", + "material/clipboard-text-multiple-outline", + "material/clipboard-text-multiple", + "material/clipboard-text-off-outline", + "material/clipboard-text-off", + "material/clipboard-text-outline", + "material/clipboard-text-play-outline", + "material/clipboard-text-play", + "material/clipboard-text-search-outline", + "material/clipboard-text-search", + "material/clipboard-text", + "material/clipboard", + "material/clippy", + "material/clock-alert-outline", + "material/clock-alert", + "material/clock-check-outline", + "material/clock-check", + "material/clock-digital", + "material/clock-edit-outline", + "material/clock-edit", + "material/clock-end", + "material/clock-fast", + "material/clock-in", + "material/clock-minus-outline", + "material/clock-minus", + "material/clock-out", + "material/clock-outline", + "material/clock-plus-outline", + "material/clock-plus", + "material/clock-remove-outline", + "material/clock-remove", + "material/clock-star-four-points-outline", + "material/clock-star-four-points", + "material/clock-start", + "material/clock-time-eight-outline", + "material/clock-time-eight", + "material/clock-time-eleven-outline", + "material/clock-time-eleven", + "material/clock-time-five-outline", + "material/clock-time-five", + "material/clock-time-four-outline", + "material/clock-time-four", + "material/clock-time-nine-outline", + "material/clock-time-nine", + "material/clock-time-one-outline", + "material/clock-time-one", + "material/clock-time-seven-outline", + "material/clock-time-seven", + "material/clock-time-six-outline", + "material/clock-time-six", + "material/clock-time-ten-outline", + "material/clock-time-ten", + "material/clock-time-three-outline", + "material/clock-time-three", + "material/clock-time-twelve-outline", + "material/clock-time-twelve", + "material/clock-time-two-outline", + "material/clock-time-two", + "material/clock", + "material/close-box-multiple-outline", + "material/close-box-multiple", + "material/close-box-outline", + "material/close-box", + "material/close-circle-multiple-outline", + "material/close-circle-multiple", + "material/close-circle-outline", + "material/close-circle", + "material/close-network-outline", + "material/close-network", + "material/close-octagon-outline", + "material/close-octagon", + "material/close-outline", + "material/close-thick", + "material/close", + "material/closed-caption-outline", + "material/closed-caption", + "material/cloud-alert-outline", + "material/cloud-alert", + "material/cloud-arrow-down-outline", + "material/cloud-arrow-down", + "material/cloud-arrow-left-outline", + "material/cloud-arrow-left", + "material/cloud-arrow-right-outline", + "material/cloud-arrow-right", + "material/cloud-arrow-up-outline", + "material/cloud-arrow-up", + "material/cloud-braces", + "material/cloud-cancel-outline", + "material/cloud-cancel", + "material/cloud-check-outline", + "material/cloud-check-variant-outline", + "material/cloud-check-variant", + "material/cloud-check", + "material/cloud-circle-outline", + "material/cloud-circle", + "material/cloud-clock-outline", + "material/cloud-clock", + "material/cloud-cog-outline", + "material/cloud-cog", + "material/cloud-download-outline", + "material/cloud-download", + "material/cloud-key-outline", + "material/cloud-key", + "material/cloud-lock-open-outline", + "material/cloud-lock-open", + "material/cloud-lock-outline", + "material/cloud-lock", + "material/cloud-minus-outline", + "material/cloud-minus", + "material/cloud-off-outline", + "material/cloud-off", + "material/cloud-outline", + "material/cloud-percent-outline", + "material/cloud-percent", + "material/cloud-plus-outline", + "material/cloud-plus", + "material/cloud-print-outline", + "material/cloud-print", + "material/cloud-question-outline", + "material/cloud-question", + "material/cloud-refresh-outline", + "material/cloud-refresh-variant-outline", + "material/cloud-refresh-variant", + "material/cloud-refresh", + "material/cloud-remove-outline", + "material/cloud-remove", + "material/cloud-search-outline", + "material/cloud-search", + "material/cloud-sync-outline", + "material/cloud-sync", + "material/cloud-tags", + "material/cloud-upload-outline", + "material/cloud-upload", + "material/cloud", + "material/clouds", + "material/clover-outline", + "material/clover", + "material/coach-lamp-variant", + "material/coach-lamp", + "material/coat-rack", + "material/code-array", + "material/code-block-braces", + "material/code-block-brackets", + "material/code-block-parentheses", + "material/code-block-tags", + "material/code-braces-box", + "material/code-braces", + "material/code-brackets", + "material/code-equal", + "material/code-greater-than-or-equal", + "material/code-greater-than", + "material/code-json", + "material/code-less-than-or-equal", + "material/code-less-than", + "material/code-not-equal-variant", + "material/code-not-equal", + "material/code-parentheses-box", + "material/code-parentheses", + "material/code-string", + "material/code-tags-check", + "material/code-tags", + "material/codepen", + "material/coffee-maker-check-outline", + "material/coffee-maker-check", + "material/coffee-maker-outline", + "material/coffee-maker", + "material/coffee-off-outline", + "material/coffee-off", + "material/coffee-outline", + "material/coffee-to-go-outline", + "material/coffee-to-go", + "material/coffee", + "material/coffin", + "material/cog-box", + "material/cog-clockwise", + "material/cog-counterclockwise", + "material/cog-off-outline", + "material/cog-off", + "material/cog-outline", + "material/cog-pause-outline", + "material/cog-pause", + "material/cog-play-outline", + "material/cog-play", + "material/cog-refresh-outline", + "material/cog-refresh", + "material/cog-stop-outline", + "material/cog-stop", + "material/cog-sync-outline", + "material/cog-sync", + "material/cog-transfer-outline", + "material/cog-transfer", + "material/cog", + "material/cogs", + "material/collage", + "material/collapse-all-outline", + "material/collapse-all", + "material/color-helper", + "material/comma-box-outline", + "material/comma-box", + "material/comma-circle-outline", + "material/comma-circle", + "material/comma", + "material/comment-account-outline", + "material/comment-account", + "material/comment-alert-outline", + "material/comment-alert", + "material/comment-arrow-left-outline", + "material/comment-arrow-left", + "material/comment-arrow-right-outline", + "material/comment-arrow-right", + "material/comment-bookmark-outline", + "material/comment-bookmark", + "material/comment-check-outline", + "material/comment-check", + "material/comment-edit-outline", + "material/comment-edit", + "material/comment-eye-outline", + "material/comment-eye", + "material/comment-flash-outline", + "material/comment-flash", + "material/comment-minus-outline", + "material/comment-minus", + "material/comment-multiple-outline", + "material/comment-multiple", + "material/comment-off-outline", + "material/comment-off", + "material/comment-outline", + "material/comment-plus-outline", + "material/comment-plus", + "material/comment-processing-outline", + "material/comment-processing", + "material/comment-question-outline", + "material/comment-question", + "material/comment-quote-outline", + "material/comment-quote", + "material/comment-remove-outline", + "material/comment-remove", + "material/comment-search-outline", + "material/comment-search", + "material/comment-text-multiple-outline", + "material/comment-text-multiple", + "material/comment-text-outline", + "material/comment-text", + "material/comment", + "material/compare-horizontal", + "material/compare-remove", + "material/compare-vertical", + "material/compare", + "material/compass-off-outline", + "material/compass-off", + "material/compass-outline", + "material/compass-rose", + "material/compass", + "material/compost", + "material/cone-off", + "material/cone", + "material/connection", + "material/console-line", + "material/console-network-outline", + "material/console-network", + "material/console", + "material/consolidate", + "material/contactless-payment-circle-outline", + "material/contactless-payment-circle", + "material/contactless-payment", + "material/contacts-outline", + "material/contacts", + "material/contain-end", + "material/contain-start", + "material/contain", + "material/content-copy", + "material/content-cut", + "material/content-duplicate", + "material/content-paste", + "material/content-save-alert-outline", + "material/content-save-alert", + "material/content-save-all-outline", + "material/content-save-all", + "material/content-save-check-outline", + "material/content-save-check", + "material/content-save-cog-outline", + "material/content-save-cog", + "material/content-save-edit-outline", + "material/content-save-edit", + "material/content-save-minus-outline", + "material/content-save-minus", + "material/content-save-move-outline", + "material/content-save-move", + "material/content-save-off-outline", + "material/content-save-off", + "material/content-save-outline", + "material/content-save-plus-outline", + "material/content-save-plus", + "material/content-save-settings-outline", + "material/content-save-settings", + "material/content-save", + "material/contrast-box", + "material/contrast-circle", + "material/contrast", + "material/controller-classic-outline", + "material/controller-classic", + "material/controller-off", + "material/controller", + "material/cookie-alert-outline", + "material/cookie-alert", + "material/cookie-check-outline", + "material/cookie-check", + "material/cookie-clock-outline", + "material/cookie-clock", + "material/cookie-cog-outline", + "material/cookie-cog", + "material/cookie-edit-outline", + "material/cookie-edit", + "material/cookie-lock-outline", + "material/cookie-lock", + "material/cookie-minus-outline", + "material/cookie-minus", + "material/cookie-off-outline", + "material/cookie-off", + "material/cookie-outline", + "material/cookie-plus-outline", + "material/cookie-plus", + "material/cookie-refresh-outline", + "material/cookie-refresh", + "material/cookie-remove-outline", + "material/cookie-remove", + "material/cookie-settings-outline", + "material/cookie-settings", + "material/cookie", + "material/coolant-temperature", + "material/copyleft", + "material/copyright", + "material/cordova", + "material/corn-off", + "material/corn", + "material/cosine-wave", + "material/counter", + "material/countertop-outline", + "material/countertop", + "material/cow-off", + "material/cow", + "material/cpu-32-bit", + "material/cpu-64-bit", + "material/cradle-outline", + "material/cradle", + "material/crane", + "material/creation-outline", + "material/creation", + "material/creative-commons", + "material/credit-card-check-outline", + "material/credit-card-check", + "material/credit-card-chip-outline", + "material/credit-card-chip", + "material/credit-card-clock-outline", + "material/credit-card-clock", + "material/credit-card-edit-outline", + "material/credit-card-edit", + "material/credit-card-fast-outline", + "material/credit-card-fast", + "material/credit-card-lock-outline", + "material/credit-card-lock", + "material/credit-card-marker-outline", + "material/credit-card-marker", + "material/credit-card-minus-outline", + "material/credit-card-minus", + "material/credit-card-multiple-outline", + "material/credit-card-multiple", + "material/credit-card-off-outline", + "material/credit-card-off", + "material/credit-card-outline", + "material/credit-card-plus-outline", + "material/credit-card-plus", + "material/credit-card-refresh-outline", + "material/credit-card-refresh", + "material/credit-card-refund-outline", + "material/credit-card-refund", + "material/credit-card-remove-outline", + "material/credit-card-remove", + "material/credit-card-scan-outline", + "material/credit-card-scan", + "material/credit-card-search-outline", + "material/credit-card-search", + "material/credit-card-settings-outline", + "material/credit-card-settings", + "material/credit-card-sync-outline", + "material/credit-card-sync", + "material/credit-card-wireless-off-outline", + "material/credit-card-wireless-off", + "material/credit-card-wireless-outline", + "material/credit-card-wireless", + "material/credit-card", + "material/cricket", + "material/crop-free", + "material/crop-landscape", + "material/crop-portrait", + "material/crop-rotate", + "material/crop-square", + "material/crop", + "material/cross-bolnisi", + "material/cross-celtic", + "material/cross-outline", + "material/cross", + "material/crosshairs-gps", + "material/crosshairs-off", + "material/crosshairs-question", + "material/crosshairs", + "material/crowd", + "material/crown-circle-outline", + "material/crown-circle", + "material/crown-outline", + "material/crown", + "material/cryengine", + "material/crystal-ball", + "material/cube-off-outline", + "material/cube-off", + "material/cube-outline", + "material/cube-scan", + "material/cube-send", + "material/cube-unfolded", + "material/cube", + "material/cup-off-outline", + "material/cup-off", + "material/cup-outline", + "material/cup-water", + "material/cup", + "material/cupboard-outline", + "material/cupboard", + "material/cupcake", + "material/curling", + "material/currency-bdt", + "material/currency-brl", + "material/currency-btc", + "material/currency-cny", + "material/currency-eth", + "material/currency-eur-off", + "material/currency-eur", + "material/currency-fra", + "material/currency-gbp", + "material/currency-ils", + "material/currency-inr", + "material/currency-jpy", + "material/currency-krw", + "material/currency-kzt", + "material/currency-mnt", + "material/currency-ngn", + "material/currency-php", + "material/currency-rial", + "material/currency-rub", + "material/currency-rupee", + "material/currency-sign", + "material/currency-thb", + "material/currency-try", + "material/currency-twd", + "material/currency-uah", + "material/currency-usd-off", + "material/currency-usd", + "material/current-ac", + "material/current-dc", + "material/cursor-default-click-outline", + "material/cursor-default-click", + "material/cursor-default-gesture-outline", + "material/cursor-default-gesture", + "material/cursor-default-outline", + "material/cursor-default", + "material/cursor-move", + "material/cursor-pointer", + "material/cursor-text", + "material/curtains-closed", + "material/curtains", + "material/cylinder-off", + "material/cylinder", + "material/dance-ballroom", + "material/dance-pole", + "material/data-matrix-edit", + "material/data-matrix-minus", + "material/data-matrix-plus", + "material/data-matrix-remove", + "material/data-matrix-scan", + "material/data-matrix", + "material/database-alert-outline", + "material/database-alert", + "material/database-arrow-down-outline", + "material/database-arrow-down", + "material/database-arrow-left-outline", + "material/database-arrow-left", + "material/database-arrow-right-outline", + "material/database-arrow-right", + "material/database-arrow-up-outline", + "material/database-arrow-up", + "material/database-check-outline", + "material/database-check", + "material/database-clock-outline", + "material/database-clock", + "material/database-cog-outline", + "material/database-cog", + "material/database-edit-outline", + "material/database-edit", + "material/database-export-outline", + "material/database-export", + "material/database-eye-off-outline", + "material/database-eye-off", + "material/database-eye-outline", + "material/database-eye", + "material/database-import-outline", + "material/database-import", + "material/database-lock-outline", + "material/database-lock", + "material/database-marker-outline", + "material/database-marker", + "material/database-minus-outline", + "material/database-minus", + "material/database-off-outline", + "material/database-off", + "material/database-outline", + "material/database-plus-outline", + "material/database-plus", + "material/database-refresh-outline", + "material/database-refresh", + "material/database-remove-outline", + "material/database-remove", + "material/database-search-outline", + "material/database-search", + "material/database-settings-outline", + "material/database-settings", + "material/database-sync-outline", + "material/database-sync", + "material/database", + "material/death-star-variant", + "material/death-star", + "material/deathly-hallows", + "material/debian", + "material/debug-step-into", + "material/debug-step-out", + "material/debug-step-over", + "material/decagram-outline", + "material/decagram", + "material/decimal-comma-decrease", + "material/decimal-comma-increase", + "material/decimal-comma", + "material/decimal-decrease", + "material/decimal-increase", + "material/decimal", + "material/delete-alert-outline", + "material/delete-alert", + "material/delete-circle-outline", + "material/delete-circle", + "material/delete-clock-outline", + "material/delete-clock", + "material/delete-empty-outline", + "material/delete-empty", + "material/delete-forever-outline", + "material/delete-forever", + "material/delete-off-outline", + "material/delete-off", + "material/delete-outline", + "material/delete-restore", + "material/delete-sweep-outline", + "material/delete-sweep", + "material/delete-variant", + "material/delete", + "material/delta", + "material/desk-lamp-off", + "material/desk-lamp-on", + "material/desk-lamp", + "material/desk", + "material/deskphone", + "material/desktop-classic", + "material/desktop-tower-monitor", + "material/desktop-tower", + "material/details", + "material/dev-to", + "material/developer-board", + "material/deviantart", + "material/devices", + "material/dharmachakra", + "material/diabetes", + "material/dialpad", + "material/diameter-outline", + "material/diameter-variant", + "material/diameter", + "material/diamond-outline", + "material/diamond-stone", + "material/diamond", + "material/diaper-outline", + "material/dice-1-outline", + "material/dice-1", + "material/dice-2-outline", + "material/dice-2", + "material/dice-3-outline", + "material/dice-3", + "material/dice-4-outline", + "material/dice-4", + "material/dice-5-outline", + "material/dice-5", + "material/dice-6-outline", + "material/dice-6", + "material/dice-d10-outline", + "material/dice-d10", + "material/dice-d12-outline", + "material/dice-d12", + "material/dice-d20-outline", + "material/dice-d20", + "material/dice-d4-outline", + "material/dice-d4", + "material/dice-d6-outline", + "material/dice-d6", + "material/dice-d8-outline", + "material/dice-d8", + "material/dice-multiple-outline", + "material/dice-multiple", + "material/digital-ocean", + "material/dip-switch", + "material/directions-fork", + "material/directions", + "material/disc-alert", + "material/disc-player", + "material/disc", + "material/dishwasher-alert", + "material/dishwasher-off", + "material/dishwasher", + "material/disqus", + "material/distribute-horizontal-center", + "material/distribute-horizontal-left", + "material/distribute-horizontal-right", + "material/distribute-vertical-bottom", + "material/distribute-vertical-center", + "material/distribute-vertical-top", + "material/diversify", + "material/diving-flippers", + "material/diving-helmet", + "material/diving-scuba-flag", + "material/diving-scuba-mask", + "material/diving-scuba-tank-multiple", + "material/diving-scuba-tank", + "material/diving-scuba", + "material/diving-snorkel", + "material/diving", + "material/division-box", + "material/division", + "material/dlna", + "material/dna", + "material/dns-outline", + "material/dns", + "material/dock-bottom", + "material/dock-left", + "material/dock-right", + "material/dock-top", + "material/dock-window", + "material/docker", + "material/doctor", + "material/dog-service", + "material/dog-side-off", + "material/dog-side", + "material/dog", + "material/dolby", + "material/dolly", + "material/dolphin", + "material/domain-off", + "material/domain-plus", + "material/domain-remove", + "material/domain-switch", + "material/domain", + "material/dome-light", + "material/domino-mask", + "material/donkey", + "material/door-closed-cancel", + "material/door-closed-lock", + "material/door-closed", + "material/door-open", + "material/door-sliding-lock", + "material/door-sliding-open", + "material/door-sliding", + "material/door", + "material/doorbell-video", + "material/doorbell", + "material/dot-net", + "material/dots-circle", + "material/dots-grid", + "material/dots-hexagon", + "material/dots-horizontal-circle-outline", + "material/dots-horizontal-circle", + "material/dots-horizontal", + "material/dots-square", + "material/dots-triangle", + "material/dots-vertical-circle-outline", + "material/dots-vertical-circle", + "material/dots-vertical", + "material/download-box-outline", + "material/download-box", + "material/download-circle-outline", + "material/download-circle", + "material/download-lock-outline", + "material/download-lock", + "material/download-multiple-outline", + "material/download-multiple", + "material/download-network-outline", + "material/download-network", + "material/download-off-outline", + "material/download-off", + "material/download-outline", + "material/download", + "material/drag-horizontal-variant", + "material/drag-horizontal", + "material/drag-variant", + "material/drag-vertical-variant", + "material/drag-vertical", + "material/drag", + "material/drama-masks", + "material/draw-pen", + "material/draw", + "material/drawing-box", + "material/drawing", + "material/dresser-outline", + "material/dresser", + "material/drone", + "material/dropbox", + "material/drupal", + "material/duck", + "material/dumbbell", + "material/dump-truck", + "material/ear-hearing-loop", + "material/ear-hearing-off", + "material/ear-hearing", + "material/earbuds-off-outline", + "material/earbuds-off", + "material/earbuds-outline", + "material/earbuds", + "material/earth-arrow-down", + "material/earth-arrow-left", + "material/earth-arrow-right", + "material/earth-arrow-up", + "material/earth-box-minus", + "material/earth-box-off", + "material/earth-box-plus", + "material/earth-box-remove", + "material/earth-box", + "material/earth-minus", + "material/earth-off", + "material/earth-plus", + "material/earth-remove", + "material/earth", + "material/egg-easter", + "material/egg-fried", + "material/egg-off-outline", + "material/egg-off", + "material/egg-outline", + "material/egg", + "material/eiffel-tower", + "material/eight-track", + "material/eject-circle-outline", + "material/eject-circle", + "material/eject-outline", + "material/eject", + "material/electric-switch-closed", + "material/electric-switch", + "material/electron-framework", + "material/elephant", + "material/elevation-decline", + "material/elevation-rise", + "material/elevator-down", + "material/elevator-passenger-off-outline", + "material/elevator-passenger-off", + "material/elevator-passenger-outline", + "material/elevator-passenger", + "material/elevator-up", + "material/elevator", + "material/ellipse-outline", + "material/ellipse", + "material/email-alert-outline", + "material/email-alert", + "material/email-arrow-left-outline", + "material/email-arrow-left", + "material/email-arrow-right-outline", + "material/email-arrow-right", + "material/email-box", + "material/email-check-outline", + "material/email-check", + "material/email-edit-outline", + "material/email-edit", + "material/email-fast-outline", + "material/email-fast", + "material/email-heart-outline", + "material/email-lock-outline", + "material/email-lock", + "material/email-mark-as-unread", + "material/email-minus-outline", + "material/email-minus", + "material/email-multiple-outline", + "material/email-multiple", + "material/email-newsletter", + "material/email-off-outline", + "material/email-off", + "material/email-open-heart-outline", + "material/email-open-multiple-outline", + "material/email-open-multiple", + "material/email-open-outline", + "material/email-open", + "material/email-outline", + "material/email-plus-outline", + "material/email-plus", + "material/email-remove-outline", + "material/email-remove", + "material/email-seal-outline", + "material/email-seal", + "material/email-search-outline", + "material/email-search", + "material/email-sync-outline", + "material/email-sync", + "material/email-variant", + "material/email", + "material/ember", + "material/emby", + "material/emoticon-angry-outline", + "material/emoticon-angry", + "material/emoticon-confused-outline", + "material/emoticon-confused", + "material/emoticon-cool-outline", + "material/emoticon-cool", + "material/emoticon-cry-outline", + "material/emoticon-cry", + "material/emoticon-dead-outline", + "material/emoticon-dead", + "material/emoticon-devil-outline", + "material/emoticon-devil", + "material/emoticon-excited-outline", + "material/emoticon-excited", + "material/emoticon-frown-outline", + "material/emoticon-frown", + "material/emoticon-happy-outline", + "material/emoticon-happy", + "material/emoticon-kiss-outline", + "material/emoticon-kiss", + "material/emoticon-lol-outline", + "material/emoticon-lol", + "material/emoticon-minus-outline", + "material/emoticon-minus", + "material/emoticon-neutral-outline", + "material/emoticon-neutral", + "material/emoticon-outline", + "material/emoticon-plus-outline", + "material/emoticon-plus", + "material/emoticon-poop-outline", + "material/emoticon-poop", + "material/emoticon-remove-outline", + "material/emoticon-remove", + "material/emoticon-sad-outline", + "material/emoticon-sad", + "material/emoticon-sick-outline", + "material/emoticon-sick", + "material/emoticon-tongue-outline", + "material/emoticon-tongue", + "material/emoticon-wink-outline", + "material/emoticon-wink", + "material/emoticon", + "material/engine-off-outline", + "material/engine-off", + "material/engine-outline", + "material/engine", + "material/epsilon", + "material/equal-box", + "material/equal", + "material/equalizer-outline", + "material/equalizer", + "material/eraser-variant", + "material/eraser", + "material/escalator-box", + "material/escalator-down", + "material/escalator-up", + "material/escalator", + "material/eslint", + "material/et", + "material/ethereum", + "material/ethernet-cable-off", + "material/ethernet-cable", + "material/ethernet-off", + "material/ethernet", + "material/ev-plug-ccs1", + "material/ev-plug-ccs2", + "material/ev-plug-chademo", + "material/ev-plug-tesla", + "material/ev-plug-type1", + "material/ev-plug-type2", + "material/ev-station", + "material/evernote", + "material/excavator", + "material/exclamation-thick", + "material/exclamation", + "material/exit-run", + "material/exit-to-app", + "material/expand-all-outline", + "material/expand-all", + "material/expansion-card-variant", + "material/expansion-card", + "material/exponent-box", + "material/exponent", + "material/export-variant", + "material/export", + "material/eye-arrow-left-outline", + "material/eye-arrow-left", + "material/eye-arrow-right-outline", + "material/eye-arrow-right", + "material/eye-check-outline", + "material/eye-check", + "material/eye-circle-outline", + "material/eye-circle", + "material/eye-closed", + "material/eye-lock-open-outline", + "material/eye-lock-open", + "material/eye-lock-outline", + "material/eye-lock", + "material/eye-minus-outline", + "material/eye-minus", + "material/eye-off-outline", + "material/eye-off", + "material/eye-outline", + "material/eye-plus-outline", + "material/eye-plus", + "material/eye-refresh-outline", + "material/eye-refresh", + "material/eye-remove-outline", + "material/eye-remove", + "material/eye-settings-outline", + "material/eye-settings", + "material/eye", + "material/eyedropper-minus", + "material/eyedropper-off", + "material/eyedropper-plus", + "material/eyedropper-remove", + "material/eyedropper-variant", + "material/eyedropper", + "material/face-agent", + "material/face-man-outline", + "material/face-man-profile", + "material/face-man-shimmer-outline", + "material/face-man-shimmer", + "material/face-man", + "material/face-mask-outline", + "material/face-mask", + "material/face-recognition", + "material/face-woman-outline", + "material/face-woman-profile", + "material/face-woman-shimmer-outline", + "material/face-woman-shimmer", + "material/face-woman", + "material/facebook-gaming", + "material/facebook-messenger", + "material/facebook-workplace", + "material/facebook", + "material/factory", + "material/family-tree", + "material/fan-alert", + "material/fan-auto", + "material/fan-chevron-down", + "material/fan-chevron-up", + "material/fan-clock", + "material/fan-minus", + "material/fan-off", + "material/fan-plus", + "material/fan-remove", + "material/fan-speed-1", + "material/fan-speed-2", + "material/fan-speed-3", + "material/fan", + "material/fast-forward-10", + "material/fast-forward-15", + "material/fast-forward-30", + "material/fast-forward-45", + "material/fast-forward-5", + "material/fast-forward-60", + "material/fast-forward-outline", + "material/fast-forward", + "material/faucet-variant", + "material/faucet", + "material/fax", + "material/feather", + "material/feature-search-outline", + "material/feature-search", + "material/fedora", + "material/fence-electric", + "material/fence", + "material/fencing", + "material/ferris-wheel", + "material/ferry", + "material/file-account-outline", + "material/file-account", + "material/file-alert-outline", + "material/file-alert", + "material/file-arrow-left-right-outline", + "material/file-arrow-left-right", + "material/file-arrow-up-down-outline", + "material/file-arrow-up-down", + "material/file-cabinet", + "material/file-cad-box", + "material/file-cad", + "material/file-cancel-outline", + "material/file-cancel", + "material/file-certificate-outline", + "material/file-certificate", + "material/file-chart-check-outline", + "material/file-chart-check", + "material/file-chart-outline", + "material/file-chart", + "material/file-check-outline", + "material/file-check", + "material/file-clock-outline", + "material/file-clock", + "material/file-cloud-outline", + "material/file-cloud", + "material/file-code-outline", + "material/file-code", + "material/file-cog-outline", + "material/file-cog", + "material/file-compare", + "material/file-delimited-outline", + "material/file-delimited", + "material/file-document-alert-outline", + "material/file-document-alert", + "material/file-document-arrow-right-outline", + "material/file-document-arrow-right", + "material/file-document-check-outline", + "material/file-document-check", + "material/file-document-edit-outline", + "material/file-document-edit", + "material/file-document-minus-outline", + "material/file-document-minus", + "material/file-document-multiple-outline", + "material/file-document-multiple", + "material/file-document-outline", + "material/file-document-plus-outline", + "material/file-document-plus", + "material/file-document-refresh-outline", + "material/file-document-refresh", + "material/file-document-remove-outline", + "material/file-document-remove", + "material/file-document", + "material/file-download-outline", + "material/file-download", + "material/file-edit-outline", + "material/file-edit", + "material/file-excel-box-outline", + "material/file-excel-box", + "material/file-excel-outline", + "material/file-excel", + "material/file-export-outline", + "material/file-export", + "material/file-eye-outline", + "material/file-eye", + "material/file-find-outline", + "material/file-find", + "material/file-gif-box", + "material/file-hidden", + "material/file-image-marker-outline", + "material/file-image-marker", + "material/file-image-minus-outline", + "material/file-image-minus", + "material/file-image-outline", + "material/file-image-plus-outline", + "material/file-image-plus", + "material/file-image-remove-outline", + "material/file-image-remove", + "material/file-image", + "material/file-import-outline", + "material/file-import", + "material/file-jpg-box", + "material/file-key-outline", + "material/file-key", + "material/file-link-outline", + "material/file-link", + "material/file-lock-open-outline", + "material/file-lock-open", + "material/file-lock-outline", + "material/file-lock", + "material/file-marker-outline", + "material/file-marker", + "material/file-minus-outline", + "material/file-minus", + "material/file-move-outline", + "material/file-move", + "material/file-multiple-outline", + "material/file-multiple", + "material/file-music-outline", + "material/file-music", + "material/file-outline", + "material/file-pdf-box", + "material/file-percent-outline", + "material/file-percent", + "material/file-phone-outline", + "material/file-phone", + "material/file-plus-outline", + "material/file-plus", + "material/file-png-box", + "material/file-powerpoint-box-outline", + "material/file-powerpoint-box", + "material/file-powerpoint-outline", + "material/file-powerpoint", + "material/file-presentation-box", + "material/file-question-outline", + "material/file-question", + "material/file-refresh-outline", + "material/file-refresh", + "material/file-remove-outline", + "material/file-remove", + "material/file-replace-outline", + "material/file-replace", + "material/file-restore-outline", + "material/file-restore", + "material/file-rotate-left-outline", + "material/file-rotate-left", + "material/file-rotate-right-outline", + "material/file-rotate-right", + "material/file-search-outline", + "material/file-search", + "material/file-send-outline", + "material/file-send", + "material/file-settings-outline", + "material/file-settings", + "material/file-sign", + "material/file-star-four-points-outline", + "material/file-star-four-points", + "material/file-star-outline", + "material/file-star", + "material/file-swap-outline", + "material/file-swap", + "material/file-sync-outline", + "material/file-sync", + "material/file-table-box-multiple-outline", + "material/file-table-box-multiple", + "material/file-table-box-outline", + "material/file-table-box", + "material/file-table-outline", + "material/file-table", + "material/file-tree-outline", + "material/file-tree", + "material/file-undo-outline", + "material/file-undo", + "material/file-upload-outline", + "material/file-upload", + "material/file-video-outline", + "material/file-video", + "material/file-word-box-outline", + "material/file-word-box", + "material/file-word-outline", + "material/file-word", + "material/file-xml-box", + "material/file", + "material/film", + "material/filmstrip-box-multiple", + "material/filmstrip-box", + "material/filmstrip-off", + "material/filmstrip", + "material/filter-check-outline", + "material/filter-check", + "material/filter-cog-outline", + "material/filter-cog", + "material/filter-menu-outline", + "material/filter-menu", + "material/filter-minus-outline", + "material/filter-minus", + "material/filter-multiple-outline", + "material/filter-multiple", + "material/filter-off-outline", + "material/filter-off", + "material/filter-outline", + "material/filter-plus-outline", + "material/filter-plus", + "material/filter-remove-outline", + "material/filter-remove", + "material/filter-settings-outline", + "material/filter-settings", + "material/filter-variant-minus", + "material/filter-variant-plus", + "material/filter-variant-remove", + "material/filter-variant", + "material/filter", + "material/finance", + "material/find-replace", + "material/fingerprint-off", + "material/fingerprint", + "material/fire-alert", + "material/fire-circle", + "material/fire-extinguisher", + "material/fire-hydrant-alert", + "material/fire-hydrant-off", + "material/fire-hydrant", + "material/fire-off", + "material/fire-station", + "material/fire-truck", + "material/fire", + "material/firebase", + "material/firefox", + "material/fireplace-off", + "material/fireplace", + "material/firewire", + "material/firework-off", + "material/firework", + "material/fish-off", + "material/fish", + "material/fishbowl-outline", + "material/fishbowl", + "material/fit-to-page-outline", + "material/fit-to-page", + "material/fit-to-screen-outline", + "material/fit-to-screen", + "material/flag-checkered", + "material/flag-minus-outline", + "material/flag-minus", + "material/flag-off-outline", + "material/flag-off", + "material/flag-outline", + "material/flag-plus-outline", + "material/flag-plus", + "material/flag-remove-outline", + "material/flag-remove", + "material/flag-triangle", + "material/flag-variant-minus-outline", + "material/flag-variant-minus", + "material/flag-variant-off-outline", + "material/flag-variant-off", + "material/flag-variant-outline", + "material/flag-variant-plus-outline", + "material/flag-variant-plus", + "material/flag-variant-remove-outline", + "material/flag-variant-remove", + "material/flag-variant", + "material/flag", + "material/flare", + "material/flash-alert-outline", + "material/flash-alert", + "material/flash-auto", + "material/flash-off-outline", + "material/flash-off", + "material/flash-outline", + "material/flash-red-eye", + "material/flash-triangle-outline", + "material/flash-triangle", + "material/flash", + "material/flashlight-off", + "material/flashlight", + "material/flask-empty-minus-outline", + "material/flask-empty-minus", + "material/flask-empty-off-outline", + "material/flask-empty-off", + "material/flask-empty-outline", + "material/flask-empty-plus-outline", + "material/flask-empty-plus", + "material/flask-empty-remove-outline", + "material/flask-empty-remove", + "material/flask-empty", + "material/flask-minus-outline", + "material/flask-minus", + "material/flask-off-outline", + "material/flask-off", + "material/flask-outline", + "material/flask-plus-outline", + "material/flask-plus", + "material/flask-remove-outline", + "material/flask-remove", + "material/flask-round-bottom-empty-outline", + "material/flask-round-bottom-empty", + "material/flask-round-bottom-outline", + "material/flask-round-bottom", + "material/flask", + "material/fleur-de-lis", + "material/flip-horizontal", + "material/flip-to-back", + "material/flip-to-front", + "material/flip-vertical", + "material/floor-lamp-dual-outline", + "material/floor-lamp-dual", + "material/floor-lamp-outline", + "material/floor-lamp-torchiere-outline", + "material/floor-lamp-torchiere-variant-outline", + "material/floor-lamp-torchiere-variant", + "material/floor-lamp-torchiere", + "material/floor-lamp", + "material/floor-plan", + "material/floppy-variant", + "material/floppy", + "material/flower-outline", + "material/flower-pollen-outline", + "material/flower-pollen", + "material/flower-poppy", + "material/flower-tulip-outline", + "material/flower-tulip", + "material/flower", + "material/focus-auto", + "material/focus-field-horizontal", + "material/focus-field-vertical", + "material/focus-field", + "material/folder-account-outline", + "material/folder-account", + "material/folder-alert-outline", + "material/folder-alert", + "material/folder-arrow-down-outline", + "material/folder-arrow-down", + "material/folder-arrow-left-outline", + "material/folder-arrow-left-right-outline", + "material/folder-arrow-left-right", + "material/folder-arrow-left", + "material/folder-arrow-right-outline", + "material/folder-arrow-right", + "material/folder-arrow-up-down-outline", + "material/folder-arrow-up-down", + "material/folder-arrow-up-outline", + "material/folder-arrow-up", + "material/folder-cancel-outline", + "material/folder-cancel", + "material/folder-check-outline", + "material/folder-check", + "material/folder-clock-outline", + "material/folder-clock", + "material/folder-cog-outline", + "material/folder-cog", + "material/folder-download-outline", + "material/folder-download", + "material/folder-edit-outline", + "material/folder-edit", + "material/folder-eye-outline", + "material/folder-eye", + "material/folder-file-outline", + "material/folder-file", + "material/folder-google-drive", + "material/folder-heart-outline", + "material/folder-heart", + "material/folder-hidden", + "material/folder-home-outline", + "material/folder-home", + "material/folder-image", + "material/folder-information-outline", + "material/folder-information", + "material/folder-key-network-outline", + "material/folder-key-network", + "material/folder-key-outline", + "material/folder-key", + "material/folder-lock-open-outline", + "material/folder-lock-open", + "material/folder-lock-outline", + "material/folder-lock", + "material/folder-marker-outline", + "material/folder-marker", + "material/folder-minus-outline", + "material/folder-minus", + "material/folder-move-outline", + "material/folder-move", + "material/folder-multiple-image", + "material/folder-multiple-outline", + "material/folder-multiple-plus-outline", + "material/folder-multiple-plus", + "material/folder-multiple", + "material/folder-music-outline", + "material/folder-music", + "material/folder-network-outline", + "material/folder-network", + "material/folder-off-outline", + "material/folder-off", + "material/folder-open-outline", + "material/folder-open", + "material/folder-outline", + "material/folder-play-outline", + "material/folder-play", + "material/folder-plus-outline", + "material/folder-plus", + "material/folder-pound-outline", + "material/folder-pound", + "material/folder-question-outline", + "material/folder-question", + "material/folder-refresh-outline", + "material/folder-refresh", + "material/folder-remove-outline", + "material/folder-remove", + "material/folder-search-outline", + "material/folder-search", + "material/folder-settings-outline", + "material/folder-settings", + "material/folder-star-multiple-outline", + "material/folder-star-multiple", + "material/folder-star-outline", + "material/folder-star", + "material/folder-swap-outline", + "material/folder-swap", + "material/folder-sync-outline", + "material/folder-sync", + "material/folder-table-outline", + "material/folder-table", + "material/folder-text-outline", + "material/folder-text", + "material/folder-upload-outline", + "material/folder-upload", + "material/folder-wrench-outline", + "material/folder-wrench", + "material/folder-zip-outline", + "material/folder-zip", + "material/folder", + "material/font-awesome", + "material/food-apple-outline", + "material/food-apple", + "material/food-croissant", + "material/food-drumstick-off-outline", + "material/food-drumstick-off", + "material/food-drumstick-outline", + "material/food-drumstick", + "material/food-fork-drink", + "material/food-halal", + "material/food-hot-dog", + "material/food-kosher", + "material/food-off-outline", + "material/food-off", + "material/food-outline", + "material/food-steak-off", + "material/food-steak", + "material/food-takeout-box-outline", + "material/food-takeout-box", + "material/food-turkey", + "material/food-variant-off", + "material/food-variant", + "material/food", + "material/foot-print", + "material/football-australian", + "material/football-helmet", + "material/football", + "material/forest-outline", + "material/forest", + "material/forklift", + "material/form-dropdown", + "material/form-select", + "material/form-textarea", + "material/form-textbox-lock", + "material/form-textbox-password", + "material/form-textbox", + "material/format-align-bottom", + "material/format-align-center", + "material/format-align-justify", + "material/format-align-left", + "material/format-align-middle", + "material/format-align-right", + "material/format-align-top", + "material/format-annotation-minus", + "material/format-annotation-plus", + "material/format-bold", + "material/format-clear", + "material/format-color-fill", + "material/format-color-highlight", + "material/format-color-marker-cancel", + "material/format-color-text", + "material/format-columns", + "material/format-float-center", + "material/format-float-left", + "material/format-float-none", + "material/format-float-right", + "material/format-font-size-decrease", + "material/format-font-size-increase", + "material/format-font", + "material/format-header-1", + "material/format-header-2", + "material/format-header-3", + "material/format-header-4", + "material/format-header-5", + "material/format-header-6", + "material/format-header-decrease", + "material/format-header-equal", + "material/format-header-increase", + "material/format-header-pound", + "material/format-horizontal-align-center", + "material/format-horizontal-align-left", + "material/format-horizontal-align-right", + "material/format-indent-decrease", + "material/format-indent-increase", + "material/format-italic", + "material/format-letter-case-lower", + "material/format-letter-case-upper", + "material/format-letter-case", + "material/format-letter-ends-with", + "material/format-letter-matches", + "material/format-letter-spacing-variant", + "material/format-letter-spacing", + "material/format-letter-starts-with", + "material/format-line-height", + "material/format-line-spacing", + "material/format-line-style", + "material/format-line-weight", + "material/format-list-bulleted-square", + "material/format-list-bulleted-triangle", + "material/format-list-bulleted-type", + "material/format-list-bulleted", + "material/format-list-checkbox", + "material/format-list-checks", + "material/format-list-group-plus", + "material/format-list-group", + "material/format-list-numbered-rtl", + "material/format-list-numbered", + "material/format-list-text", + "material/format-overline", + "material/format-page-break", + "material/format-page-split", + "material/format-paint", + "material/format-paragraph-spacing", + "material/format-paragraph", + "material/format-pilcrow-arrow-left", + "material/format-pilcrow-arrow-right", + "material/format-pilcrow", + "material/format-quote-close-outline", + "material/format-quote-close", + "material/format-quote-open-outline", + "material/format-quote-open", + "material/format-rotate-90", + "material/format-section", + "material/format-size", + "material/format-strikethrough-variant", + "material/format-strikethrough", + "material/format-subscript", + "material/format-superscript", + "material/format-text-rotation-angle-down", + "material/format-text-rotation-angle-up", + "material/format-text-rotation-down-vertical", + "material/format-text-rotation-down", + "material/format-text-rotation-none", + "material/format-text-rotation-up", + "material/format-text-rotation-vertical", + "material/format-text-variant-outline", + "material/format-text-variant", + "material/format-text-wrapping-clip", + "material/format-text-wrapping-overflow", + "material/format-text-wrapping-wrap", + "material/format-text", + "material/format-textbox", + "material/format-title", + "material/format-underline-wavy", + "material/format-underline", + "material/format-vertical-align-bottom", + "material/format-vertical-align-center", + "material/format-vertical-align-top", + "material/format-wrap-inline", + "material/format-wrap-square", + "material/format-wrap-tight", + "material/format-wrap-top-bottom", + "material/forum-minus-outline", + "material/forum-minus", + "material/forum-outline", + "material/forum-plus-outline", + "material/forum-plus", + "material/forum-remove-outline", + "material/forum-remove", + "material/forum", + "material/forward", + "material/forwardburger", + "material/fountain-pen-tip", + "material/fountain-pen", + "material/fountain", + "material/fraction-one-half", + "material/freebsd", + "material/french-fries", + "material/frequently-asked-questions", + "material/fridge-alert-outline", + "material/fridge-alert", + "material/fridge-bottom", + "material/fridge-industrial-alert-outline", + "material/fridge-industrial-alert", + "material/fridge-industrial-off-outline", + "material/fridge-industrial-off", + "material/fridge-industrial-outline", + "material/fridge-industrial", + "material/fridge-off-outline", + "material/fridge-off", + "material/fridge-outline", + "material/fridge-top", + "material/fridge-variant-alert-outline", + "material/fridge-variant-alert", + "material/fridge-variant-off-outline", + "material/fridge-variant-off", + "material/fridge-variant-outline", + "material/fridge-variant", + "material/fridge", + "material/fruit-cherries-off", + "material/fruit-cherries", + "material/fruit-citrus-off", + "material/fruit-citrus", + "material/fruit-grapes-outline", + "material/fruit-grapes", + "material/fruit-pear", + "material/fruit-pineapple", + "material/fruit-watermelon", + "material/fuel-cell", + "material/fuel", + "material/fullscreen-exit", + "material/fullscreen", + "material/function-variant", + "material/function", + "material/furigana-horizontal", + "material/furigana-vertical", + "material/fuse-alert", + "material/fuse-blade", + "material/fuse-off", + "material/fuse", + "material/gamepad-circle-down", + "material/gamepad-circle-left", + "material/gamepad-circle-outline", + "material/gamepad-circle-right", + "material/gamepad-circle-up", + "material/gamepad-circle", + "material/gamepad-down", + "material/gamepad-left", + "material/gamepad-outline", + "material/gamepad-right", + "material/gamepad-round-down", + "material/gamepad-round-left", + "material/gamepad-round-outline", + "material/gamepad-round-right", + "material/gamepad-round-up", + "material/gamepad-round", + "material/gamepad-square-outline", + "material/gamepad-square", + "material/gamepad-up", + "material/gamepad-variant-outline", + "material/gamepad-variant", + "material/gamepad", + "material/gamma", + "material/gantry-crane", + "material/garage-alert-variant", + "material/garage-alert", + "material/garage-lock", + "material/garage-open-variant", + "material/garage-open", + "material/garage-variant-lock", + "material/garage-variant", + "material/garage", + "material/gas-burner", + "material/gas-cylinder", + "material/gas-station-in-use-outline", + "material/gas-station-in-use", + "material/gas-station-off-outline", + "material/gas-station-off", + "material/gas-station-outline", + "material/gas-station", + "material/gate-alert", + "material/gate-and", + "material/gate-arrow-left", + "material/gate-arrow-right", + "material/gate-buffer", + "material/gate-nand", + "material/gate-nor", + "material/gate-not", + "material/gate-open", + "material/gate-or", + "material/gate-xnor", + "material/gate-xor", + "material/gate", + "material/gatsby", + "material/gauge-empty", + "material/gauge-full", + "material/gauge-low", + "material/gauge", + "material/gavel", + "material/gender-female", + "material/gender-male-female-variant", + "material/gender-male-female", + "material/gender-male", + "material/gender-non-binary", + "material/gender-transgender", + "material/generator-mobile", + "material/generator-portable", + "material/generator-stationary", + "material/gentoo", + "material/gesture-double-tap", + "material/gesture-pinch", + "material/gesture-spread", + "material/gesture-swipe-down", + "material/gesture-swipe-horizontal", + "material/gesture-swipe-left", + "material/gesture-swipe-right", + "material/gesture-swipe-up", + "material/gesture-swipe-vertical", + "material/gesture-swipe", + "material/gesture-tap-box", + "material/gesture-tap-button", + "material/gesture-tap-hold", + "material/gesture-tap", + "material/gesture-two-double-tap", + "material/gesture-two-tap", + "material/gesture", + "material/ghost-off-outline", + "material/ghost-off", + "material/ghost-outline", + "material/ghost", + "material/gift-off-outline", + "material/gift-off", + "material/gift-open-outline", + "material/gift-open", + "material/gift-outline", + "material/gift", + "material/git", + "material/github", + "material/gitlab", + "material/glass-cocktail-off", + "material/glass-cocktail", + "material/glass-flute", + "material/glass-fragile", + "material/glass-mug-off", + "material/glass-mug-variant-off", + "material/glass-mug-variant", + "material/glass-mug", + "material/glass-pint-outline", + "material/glass-stange", + "material/glass-tulip", + "material/glass-wine", + "material/glasses", + "material/globe-light-outline", + "material/globe-light", + "material/globe-model", + "material/gmail", + "material/gnome", + "material/go-kart-track", + "material/go-kart", + "material/gog", + "material/gold", + "material/golf-cart", + "material/golf-tee", + "material/golf", + "material/gondola", + "material/goodreads", + "material/google-ads", + "material/google-analytics", + "material/google-assistant", + "material/google-cardboard", + "material/google-chrome", + "material/google-circles-communities", + "material/google-circles-extended", + "material/google-circles-group", + "material/google-circles", + "material/google-classroom", + "material/google-cloud", + "material/google-downasaur", + "material/google-drive", + "material/google-earth", + "material/google-fit", + "material/google-glass", + "material/google-hangouts", + "material/google-keep", + "material/google-lens", + "material/google-maps", + "material/google-my-business", + "material/google-nearby", + "material/google-play", + "material/google-plus", + "material/google-podcast", + "material/google-spreadsheet", + "material/google-street-view", + "material/google-translate", + "material/google", + "material/gradient-horizontal", + "material/gradient-vertical", + "material/grain", + "material/graph-outline", + "material/graph", + "material/graphql", + "material/grass", + "material/grave-stone", + "material/grease-pencil", + "material/greater-than-or-equal", + "material/greater-than", + "material/greenhouse", + "material/grid-large", + "material/grid-off", + "material/grid", + "material/grill-outline", + "material/grill", + "material/group", + "material/guitar-acoustic", + "material/guitar-electric", + "material/guitar-pick-outline", + "material/guitar-pick", + "material/guy-fawkes-mask", + "material/gymnastics", + "material/hail", + "material/hair-dryer-outline", + "material/hair-dryer", + "material/halloween", + "material/hamburger-check", + "material/hamburger-minus", + "material/hamburger-off", + "material/hamburger-plus", + "material/hamburger-remove", + "material/hamburger", + "material/hammer-screwdriver", + "material/hammer-sickle", + "material/hammer-wrench", + "material/hammer", + "material/hand-back-left-off-outline", + "material/hand-back-left-off", + "material/hand-back-left-outline", + "material/hand-back-left", + "material/hand-back-right-off-outline", + "material/hand-back-right-off", + "material/hand-back-right-outline", + "material/hand-back-right", + "material/hand-clap-off", + "material/hand-clap", + "material/hand-coin-outline", + "material/hand-coin", + "material/hand-cycle", + "material/hand-extended-outline", + "material/hand-extended", + "material/hand-front-left-outline", + "material/hand-front-left", + "material/hand-front-right-outline", + "material/hand-front-right", + "material/hand-heart-outline", + "material/hand-heart", + "material/hand-okay", + "material/hand-peace-variant", + "material/hand-peace", + "material/hand-pointing-down", + "material/hand-pointing-left", + "material/hand-pointing-right", + "material/hand-pointing-up", + "material/hand-saw", + "material/hand-wash-outline", + "material/hand-wash", + "material/hand-water", + "material/hand-wave-outline", + "material/hand-wave", + "material/handball", + "material/handcuffs", + "material/hands-pray", + "material/handshake-outline", + "material/handshake", + "material/hanger", + "material/hard-hat", + "material/harddisk-plus", + "material/harddisk-remove", + "material/harddisk", + "material/hat-fedora", + "material/hazard-lights", + "material/hdmi-port", + "material/hdr-off", + "material/hdr", + "material/head-alert-outline", + "material/head-alert", + "material/head-check-outline", + "material/head-check", + "material/head-cog-outline", + "material/head-cog", + "material/head-dots-horizontal-outline", + "material/head-dots-horizontal", + "material/head-flash-outline", + "material/head-flash", + "material/head-heart-outline", + "material/head-heart", + "material/head-lightbulb-outline", + "material/head-lightbulb", + "material/head-minus-outline", + "material/head-minus", + "material/head-outline", + "material/head-plus-outline", + "material/head-plus", + "material/head-question-outline", + "material/head-question", + "material/head-remove-outline", + "material/head-remove", + "material/head-snowflake-outline", + "material/head-snowflake", + "material/head-sync-outline", + "material/head-sync", + "material/head", + "material/headphones-bluetooth", + "material/headphones-box", + "material/headphones-off", + "material/headphones-settings", + "material/headphones", + "material/headset-dock", + "material/headset-off", + "material/headset", + "material/heart-box-outline", + "material/heart-box", + "material/heart-broken-outline", + "material/heart-broken", + "material/heart-circle-outline", + "material/heart-circle", + "material/heart-cog-outline", + "material/heart-cog", + "material/heart-flash", + "material/heart-half-full", + "material/heart-half-outline", + "material/heart-half", + "material/heart-minus-outline", + "material/heart-minus", + "material/heart-multiple-outline", + "material/heart-multiple", + "material/heart-off-outline", + "material/heart-off", + "material/heart-outline", + "material/heart-plus-outline", + "material/heart-plus", + "material/heart-pulse", + "material/heart-remove-outline", + "material/heart-remove", + "material/heart-search", + "material/heart-settings-outline", + "material/heart-settings", + "material/heart", + "material/heat-pump-outline", + "material/heat-pump", + "material/heat-wave", + "material/heating-coil", + "material/helicopter", + "material/help-box-multiple-outline", + "material/help-box-multiple", + "material/help-box-outline", + "material/help-box", + "material/help-circle-outline", + "material/help-circle", + "material/help-network-outline", + "material/help-network", + "material/help-rhombus-outline", + "material/help-rhombus", + "material/help", + "material/hexadecimal", + "material/hexagon-multiple-outline", + "material/hexagon-multiple", + "material/hexagon-outline", + "material/hexagon-slice-1", + "material/hexagon-slice-2", + "material/hexagon-slice-3", + "material/hexagon-slice-4", + "material/hexagon-slice-5", + "material/hexagon-slice-6", + "material/hexagon", + "material/hexagram-outline", + "material/hexagram", + "material/high-definition-box", + "material/high-definition", + "material/highway", + "material/hiking", + "material/history", + "material/hockey-puck", + "material/hockey-sticks", + "material/hololens", + "material/home-account", + "material/home-alert-outline", + "material/home-alert", + "material/home-analytics", + "material/home-assistant", + "material/home-automation", + "material/home-battery-outline", + "material/home-battery", + "material/home-circle-outline", + "material/home-circle", + "material/home-city-outline", + "material/home-city", + "material/home-clock-outline", + "material/home-clock", + "material/home-edit-outline", + "material/home-edit", + "material/home-export-outline", + "material/home-flood", + "material/home-floor-0", + "material/home-floor-1", + "material/home-floor-2", + "material/home-floor-3", + "material/home-floor-a", + "material/home-floor-b", + "material/home-floor-g", + "material/home-floor-l", + "material/home-floor-negative-1", + "material/home-group-minus", + "material/home-group-plus", + "material/home-group-remove", + "material/home-group", + "material/home-heart", + "material/home-import-outline", + "material/home-lightbulb-outline", + "material/home-lightbulb", + "material/home-lightning-bolt-outline", + "material/home-lightning-bolt", + "material/home-lock-open", + "material/home-lock", + "material/home-map-marker", + "material/home-minus-outline", + "material/home-minus", + "material/home-modern", + "material/home-off-outline", + "material/home-off", + "material/home-outline", + "material/home-percent-outline", + "material/home-percent", + "material/home-plus-outline", + "material/home-plus", + "material/home-remove-outline", + "material/home-remove", + "material/home-roof", + "material/home-search-outline", + "material/home-search", + "material/home-silo-outline", + "material/home-silo", + "material/home-sound-in-outline", + "material/home-sound-in", + "material/home-sound-out-outline", + "material/home-sound-out", + "material/home-switch-outline", + "material/home-switch", + "material/home-thermometer-outline", + "material/home-thermometer", + "material/home-variant-outline", + "material/home-variant", + "material/home", + "material/hook-off", + "material/hook", + "material/hoop-house", + "material/hops", + "material/horizontal-rotate-clockwise", + "material/horizontal-rotate-counterclockwise", + "material/horse-human", + "material/horse-variant-fast", + "material/horse-variant", + "material/horse", + "material/horseshoe", + "material/hospital-box-outline", + "material/hospital-box", + "material/hospital-building", + "material/hospital-marker", + "material/hospital", + "material/hot-tub", + "material/hours-12", + "material/hours-24", + "material/hub-outline", + "material/hub", + "material/hubspot", + "material/hulu", + "material/human-baby-changing-table", + "material/human-cane", + "material/human-capacity-decrease", + "material/human-capacity-increase", + "material/human-child", + "material/human-dolly", + "material/human-edit", + "material/human-female-boy", + "material/human-female-dance", + "material/human-female-female-child", + "material/human-female-female", + "material/human-female-girl", + "material/human-female", + "material/human-greeting-proximity", + "material/human-greeting-variant", + "material/human-greeting", + "material/human-handsdown", + "material/human-handsup", + "material/human-male-board-poll", + "material/human-male-board", + "material/human-male-boy", + "material/human-male-child", + "material/human-male-female-child", + "material/human-male-female", + "material/human-male-girl", + "material/human-male-height-variant", + "material/human-male-height", + "material/human-male-male-child", + "material/human-male-male", + "material/human-male", + "material/human-non-binary", + "material/human-pregnant", + "material/human-queue", + "material/human-scooter", + "material/human-walker", + "material/human-wheelchair", + "material/human-white-cane", + "material/human", + "material/humble-bundle", + "material/hvac-off", + "material/hvac", + "material/hydraulic-oil-level", + "material/hydraulic-oil-temperature", + "material/hydro-power", + "material/hydrogen-station", + "material/ice-cream-off", + "material/ice-cream", + "material/ice-pop", + "material/id-card", + "material/identifier", + "material/ideogram-cjk-variant", + "material/ideogram-cjk", + "material/image-album", + "material/image-area-close", + "material/image-area", + "material/image-auto-adjust", + "material/image-broken-variant", + "material/image-broken", + "material/image-check-outline", + "material/image-check", + "material/image-edit-outline", + "material/image-edit", + "material/image-filter-black-white", + "material/image-filter-center-focus-strong-outline", + "material/image-filter-center-focus-strong", + "material/image-filter-center-focus-weak", + "material/image-filter-center-focus", + "material/image-filter-drama-outline", + "material/image-filter-drama", + "material/image-filter-frames", + "material/image-filter-hdr-outline", + "material/image-filter-hdr", + "material/image-filter-none", + "material/image-filter-tilt-shift", + "material/image-filter-vintage", + "material/image-frame", + "material/image-lock-outline", + "material/image-lock", + "material/image-marker-outline", + "material/image-marker", + "material/image-minus-outline", + "material/image-minus", + "material/image-move", + "material/image-multiple-outline", + "material/image-multiple", + "material/image-off-outline", + "material/image-off", + "material/image-outline", + "material/image-plus-outline", + "material/image-plus", + "material/image-refresh-outline", + "material/image-refresh", + "material/image-remove-outline", + "material/image-remove", + "material/image-search-outline", + "material/image-search", + "material/image-size-select-actual", + "material/image-size-select-large", + "material/image-size-select-small", + "material/image-sync-outline", + "material/image-sync", + "material/image-text", + "material/image", + "material/import", + "material/inbox-arrow-down-outline", + "material/inbox-arrow-down", + "material/inbox-arrow-up-outline", + "material/inbox-arrow-up", + "material/inbox-full-outline", + "material/inbox-full", + "material/inbox-multiple-outline", + "material/inbox-multiple", + "material/inbox-outline", + "material/inbox-remove-outline", + "material/inbox-remove", + "material/inbox", + "material/incognito-circle-off", + "material/incognito-circle", + "material/incognito-off", + "material/incognito", + "material/induction", + "material/infinity", + "material/information-box-outline", + "material/information-box", + "material/information-off-outline", + "material/information-off", + "material/information-outline", + "material/information-slab-box-outline", + "material/information-slab-box", + "material/information-slab-circle-outline", + "material/information-slab-circle", + "material/information-slab-symbol", + "material/information-symbol", + "material/information-variant-box-outline", + "material/information-variant-box", + "material/information-variant-circle-outline", + "material/information-variant-circle", + "material/information-variant", + "material/information", + "material/instagram", + "material/instrument-triangle", + "material/integrated-circuit-chip", + "material/invert-colors-off", + "material/invert-colors", + "material/invoice-arrow-left-outline", + "material/invoice-arrow-left", + "material/invoice-arrow-right-outline", + "material/invoice-arrow-right", + "material/invoice-check-outline", + "material/invoice-check", + "material/invoice-clock-outline", + "material/invoice-clock", + "material/invoice-edit-outline", + "material/invoice-edit", + "material/invoice-export-outline", + "material/invoice-fast-outline", + "material/invoice-fast", + "material/invoice-import-outline", + "material/invoice-import", + "material/invoice-list-outline", + "material/invoice-list", + "material/invoice-minus-outline", + "material/invoice-minus", + "material/invoice-multiple-outline", + "material/invoice-multiple", + "material/invoice-outline", + "material/invoice-plus-outline", + "material/invoice-plus", + "material/invoice-remove-outline", + "material/invoice-remove", + "material/invoice-send-outline", + "material/invoice-send", + "material/invoice-text-arrow-left-outline", + "material/invoice-text-arrow-left", + "material/invoice-text-arrow-right-outline", + "material/invoice-text-arrow-right", + "material/invoice-text-check-outline", + "material/invoice-text-check", + "material/invoice-text-clock-outline", + "material/invoice-text-clock", + "material/invoice-text-edit-outline", + "material/invoice-text-edit", + "material/invoice-text-fast-outline", + "material/invoice-text-fast", + "material/invoice-text-minus-outline", + "material/invoice-text-minus", + "material/invoice-text-multiple-outline", + "material/invoice-text-multiple", + "material/invoice-text-outline", + "material/invoice-text-plus-outline", + "material/invoice-text-plus", + "material/invoice-text-remove-outline", + "material/invoice-text-remove", + "material/invoice-text-send-outline", + "material/invoice-text-send", + "material/invoice-text", + "material/invoice", + "material/iobroker", + "material/ip-network-outline", + "material/ip-network", + "material/ip-outline", + "material/ip", + "material/ipod", + "material/iron-board", + "material/iron-outline", + "material/iron", + "material/island-variant", + "material/island", + "material/iv-bag", + "material/jabber", + "material/jeepney", + "material/jellyfish-outline", + "material/jellyfish", + "material/jira", + "material/jquery", + "material/jsfiddle", + "material/jump-rope", + "material/kabaddi", + "material/kangaroo", + "material/karate", + "material/kayaking", + "material/keg", + "material/kettle-alert-outline", + "material/kettle-alert", + "material/kettle-off-outline", + "material/kettle-off", + "material/kettle-outline", + "material/kettle-pour-over", + "material/kettle-steam-outline", + "material/kettle-steam", + "material/kettle", + "material/kettlebell", + "material/key-alert-outline", + "material/key-alert", + "material/key-arrow-right", + "material/key-chain-variant", + "material/key-chain", + "material/key-change", + "material/key-link", + "material/key-minus", + "material/key-outline", + "material/key-plus", + "material/key-remove", + "material/key-star", + "material/key-variant", + "material/key-wireless", + "material/key", + "material/keyboard-backspace", + "material/keyboard-caps", + "material/keyboard-close-outline", + "material/keyboard-close", + "material/keyboard-esc", + "material/keyboard-f1", + "material/keyboard-f10", + "material/keyboard-f11", + "material/keyboard-f12", + "material/keyboard-f2", + "material/keyboard-f3", + "material/keyboard-f4", + "material/keyboard-f5", + "material/keyboard-f6", + "material/keyboard-f7", + "material/keyboard-f8", + "material/keyboard-f9", + "material/keyboard-off-outline", + "material/keyboard-off", + "material/keyboard-outline", + "material/keyboard-return", + "material/keyboard-settings-outline", + "material/keyboard-settings", + "material/keyboard-space", + "material/keyboard-tab-reverse", + "material/keyboard-tab", + "material/keyboard-variant", + "material/keyboard", + "material/khanda", + "material/kickstarter", + "material/kite-outline", + "material/kite", + "material/kitesurfing", + "material/klingon", + "material/knife-military", + "material/knife", + "material/knob", + "material/koala", + "material/kodi", + "material/kubernetes", + "material/label-multiple-outline", + "material/label-multiple", + "material/label-off-outline", + "material/label-off", + "material/label-outline", + "material/label-percent-outline", + "material/label-percent", + "material/label-variant-outline", + "material/label-variant", + "material/label", + "material/ladder", + "material/ladybug", + "material/lambda", + "material/lamp-outline", + "material/lamp", + "material/lamps-outline", + "material/lamps", + "material/lan-check", + "material/lan-connect", + "material/lan-disconnect", + "material/lan-pending", + "material/lan", + "material/land-fields", + "material/land-plots-circle-variant", + "material/land-plots-circle", + "material/land-plots-marker", + "material/land-plots", + "material/land-rows-horizontal", + "material/land-rows-vertical", + "material/landslide-outline", + "material/landslide", + "material/language-c", + "material/language-cpp", + "material/language-csharp", + "material/language-css3", + "material/language-fortran", + "material/language-go", + "material/language-haskell", + "material/language-html5", + "material/language-java", + "material/language-javascript", + "material/language-kotlin", + "material/language-lua", + "material/language-markdown-outline", + "material/language-markdown", + "material/language-php", + "material/language-python", + "material/language-r", + "material/language-ruby-on-rails", + "material/language-ruby", + "material/language-rust", + "material/language-swift", + "material/language-typescript", + "material/language-xaml", + "material/laptop-account", + "material/laptop-off", + "material/laptop", + "material/laravel", + "material/laser-pointer", + "material/lasso", + "material/lastpass", + "material/latitude", + "material/launch", + "material/lava-lamp", + "material/layers-edit", + "material/layers-minus", + "material/layers-off-outline", + "material/layers-off", + "material/layers-outline", + "material/layers-plus", + "material/layers-remove", + "material/layers-search-outline", + "material/layers-search", + "material/layers-triple-outline", + "material/layers-triple", + "material/layers", + "material/lead-pencil", + "material/leaf-circle-outline", + "material/leaf-circle", + "material/leaf-maple-off", + "material/leaf-maple", + "material/leaf-off", + "material/leaf", + "material/leak-off", + "material/leak", + "material/lectern", + "material/led-off", + "material/led-on", + "material/led-outline", + "material/led-strip-variant-off", + "material/led-strip-variant", + "material/led-strip", + "material/led-variant-off", + "material/led-variant-on", + "material/led-variant-outline", + "material/leek", + "material/less-than-or-equal", + "material/less-than", + "material/library-outline", + "material/library-shelves", + "material/library", + "material/license", + "material/lifebuoy", + "material/light-flood-down", + "material/light-flood-up", + "material/light-recessed", + "material/light-switch-off", + "material/light-switch", + "material/lightbulb-alert-outline", + "material/lightbulb-alert", + "material/lightbulb-auto-outline", + "material/lightbulb-auto", + "material/lightbulb-cfl-off", + "material/lightbulb-cfl-spiral-off", + "material/lightbulb-cfl-spiral", + "material/lightbulb-cfl", + "material/lightbulb-fluorescent-tube-outline", + "material/lightbulb-fluorescent-tube", + "material/lightbulb-group-off-outline", + "material/lightbulb-group-off", + "material/lightbulb-group-outline", + "material/lightbulb-group", + "material/lightbulb-multiple-off-outline", + "material/lightbulb-multiple-off", + "material/lightbulb-multiple-outline", + "material/lightbulb-multiple", + "material/lightbulb-night-outline", + "material/lightbulb-night", + "material/lightbulb-off-outline", + "material/lightbulb-off", + "material/lightbulb-on-10", + "material/lightbulb-on-20", + "material/lightbulb-on-30", + "material/lightbulb-on-40", + "material/lightbulb-on-50", + "material/lightbulb-on-60", + "material/lightbulb-on-70", + "material/lightbulb-on-80", + "material/lightbulb-on-90", + "material/lightbulb-on-outline", + "material/lightbulb-on", + "material/lightbulb-outline", + "material/lightbulb-question-outline", + "material/lightbulb-question", + "material/lightbulb-spot-off", + "material/lightbulb-spot", + "material/lightbulb-variant-outline", + "material/lightbulb-variant", + "material/lightbulb", + "material/lighthouse-on", + "material/lighthouse", + "material/lightning-bolt-circle", + "material/lightning-bolt-outline", + "material/lightning-bolt", + "material/line-scan", + "material/lingerie", + "material/link-box-outline", + "material/link-box-variant-outline", + "material/link-box-variant", + "material/link-box", + "material/link-circle-outline", + "material/link-circle", + "material/link-edit", + "material/link-lock", + "material/link-off", + "material/link-plus", + "material/link-variant-minus", + "material/link-variant-off", + "material/link-variant-plus", + "material/link-variant-remove", + "material/link-variant", + "material/link", + "material/linkedin", + "material/linux-mint", + "material/linux", + "material/lipstick", + "material/liquid-spot", + "material/liquor", + "material/list-box-outline", + "material/list-box", + "material/list-status", + "material/litecoin", + "material/loading", + "material/location-enter", + "material/location-exit", + "material/lock-alert-outline", + "material/lock-alert", + "material/lock-check-outline", + "material/lock-check", + "material/lock-clock", + "material/lock-minus-outline", + "material/lock-minus", + "material/lock-off-outline", + "material/lock-off", + "material/lock-open-alert-outline", + "material/lock-open-alert", + "material/lock-open-check-outline", + "material/lock-open-check", + "material/lock-open-minus-outline", + "material/lock-open-minus", + "material/lock-open-outline", + "material/lock-open-plus-outline", + "material/lock-open-plus", + "material/lock-open-remove-outline", + "material/lock-open-remove", + "material/lock-open-variant-outline", + "material/lock-open-variant", + "material/lock-open", + "material/lock-outline", + "material/lock-pattern", + "material/lock-percent-open-outline", + "material/lock-percent-open-variant-outline", + "material/lock-percent-open-variant", + "material/lock-percent-open", + "material/lock-percent-outline", + "material/lock-percent", + "material/lock-plus-outline", + "material/lock-plus", + "material/lock-question", + "material/lock-remove-outline", + "material/lock-remove", + "material/lock-reset", + "material/lock-smart", + "material/lock", + "material/locker-multiple", + "material/locker", + "material/login-variant", + "material/login", + "material/logout-variant", + "material/logout", + "material/longitude", + "material/looks", + "material/lotion-outline", + "material/lotion-plus-outline", + "material/lotion-plus", + "material/lotion", + "material/loupe", + "material/lumx", + "material/lungs", + "material/mace", + "material/magazine-pistol", + "material/magazine-rifle", + "material/magic-staff", + "material/magnet-on", + "material/magnet", + "material/magnify-close", + "material/magnify-expand", + "material/magnify-minus-cursor", + "material/magnify-minus-outline", + "material/magnify-minus", + "material/magnify-plus-cursor", + "material/magnify-plus-outline", + "material/magnify-plus", + "material/magnify-remove-cursor", + "material/magnify-remove-outline", + "material/magnify-scan", + "material/magnify", + "material/mail", + "material/mailbox-open-outline", + "material/mailbox-open-up-outline", + "material/mailbox-open-up", + "material/mailbox-open", + "material/mailbox-outline", + "material/mailbox-up-outline", + "material/mailbox-up", + "material/mailbox", + "material/manjaro", + "material/map-check-outline", + "material/map-check", + "material/map-clock-outline", + "material/map-clock", + "material/map-legend", + "material/map-marker-account-outline", + "material/map-marker-account", + "material/map-marker-alert-outline", + "material/map-marker-alert", + "material/map-marker-check-outline", + "material/map-marker-check", + "material/map-marker-circle", + "material/map-marker-distance", + "material/map-marker-down", + "material/map-marker-left-outline", + "material/map-marker-left", + "material/map-marker-minus-outline", + "material/map-marker-minus", + "material/map-marker-multiple-outline", + "material/map-marker-multiple", + "material/map-marker-off-outline", + "material/map-marker-off", + "material/map-marker-outline", + "material/map-marker-path", + "material/map-marker-plus-outline", + "material/map-marker-plus", + "material/map-marker-question-outline", + "material/map-marker-question", + "material/map-marker-radius-outline", + "material/map-marker-radius", + "material/map-marker-remove-outline", + "material/map-marker-remove-variant", + "material/map-marker-remove", + "material/map-marker-right-outline", + "material/map-marker-right", + "material/map-marker-star-outline", + "material/map-marker-star", + "material/map-marker-up", + "material/map-marker", + "material/map-minus", + "material/map-outline", + "material/map-plus", + "material/map-search-outline", + "material/map-search", + "material/map", + "material/mapbox", + "material/margin", + "material/marker-cancel", + "material/marker-check", + "material/marker", + "material/mastodon", + "material/material-design", + "material/material-ui", + "material/math-compass", + "material/math-cos", + "material/math-integral-box", + "material/math-integral", + "material/math-log", + "material/math-norm-box", + "material/math-norm", + "material/math-sin", + "material/math-tan", + "material/matrix", + "material/medal-outline", + "material/medal", + "material/medical-bag", + "material/medical-cotton-swab", + "material/medication-outline", + "material/medication", + "material/meditation", + "material/memory-arrow-down", + "material/memory", + "material/menorah-fire", + "material/menorah", + "material/menu-close", + "material/menu-down-outline", + "material/menu-down", + "material/menu-left-outline", + "material/menu-left", + "material/menu-open", + "material/menu-right-outline", + "material/menu-right", + "material/menu-swap-outline", + "material/menu-swap", + "material/menu-up-outline", + "material/menu-up", + "material/menu", + "material/merge", + "material/message-alert-outline", + "material/message-alert", + "material/message-arrow-left-outline", + "material/message-arrow-left", + "material/message-arrow-right-outline", + "material/message-arrow-right", + "material/message-badge-outline", + "material/message-badge", + "material/message-bookmark-outline", + "material/message-bookmark", + "material/message-bulleted-off", + "material/message-bulleted", + "material/message-check-outline", + "material/message-check", + "material/message-cog-outline", + "material/message-cog", + "material/message-draw", + "material/message-fast-outline", + "material/message-fast", + "material/message-flash-outline", + "material/message-flash", + "material/message-image-outline", + "material/message-image", + "material/message-lock-outline", + "material/message-lock", + "material/message-minus-outline", + "material/message-minus", + "material/message-off-outline", + "material/message-off", + "material/message-outline", + "material/message-plus-outline", + "material/message-plus", + "material/message-processing-outline", + "material/message-processing", + "material/message-question-outline", + "material/message-question", + "material/message-reply-outline", + "material/message-reply-text-outline", + "material/message-reply-text", + "material/message-reply", + "material/message-settings-outline", + "material/message-settings", + "material/message-star-outline", + "material/message-star", + "material/message-text-clock-outline", + "material/message-text-clock", + "material/message-text-fast-outline", + "material/message-text-fast", + "material/message-text-lock-outline", + "material/message-text-lock", + "material/message-text-outline", + "material/message-text", + "material/message-video", + "material/message", + "material/meteor", + "material/meter-electric-outline", + "material/meter-electric", + "material/meter-gas-outline", + "material/meter-gas", + "material/metronome-tick", + "material/metronome", + "material/micro-sd", + "material/microphone-message-off", + "material/microphone-message", + "material/microphone-minus", + "material/microphone-off", + "material/microphone-outline", + "material/microphone-plus", + "material/microphone-question-outline", + "material/microphone-question", + "material/microphone-settings", + "material/microphone-variant-off", + "material/microphone-variant", + "material/microphone", + "material/microscope", + "material/microsoft-access", + "material/microsoft-azure-devops", + "material/microsoft-azure", + "material/microsoft-bing", + "material/microsoft-dynamics-365", + "material/microsoft-edge", + "material/microsoft-excel", + "material/microsoft-internet-explorer", + "material/microsoft-office", + "material/microsoft-onedrive", + "material/microsoft-onenote", + "material/microsoft-outlook", + "material/microsoft-powerpoint", + "material/microsoft-sharepoint", + "material/microsoft-teams", + "material/microsoft-visual-studio-code", + "material/microsoft-visual-studio", + "material/microsoft-windows-classic", + "material/microsoft-windows", + "material/microsoft-word", + "material/microsoft-xbox-controller-battery-alert", + "material/microsoft-xbox-controller-battery-charging", + "material/microsoft-xbox-controller-battery-empty", + "material/microsoft-xbox-controller-battery-full", + "material/microsoft-xbox-controller-battery-low", + "material/microsoft-xbox-controller-battery-medium", + "material/microsoft-xbox-controller-battery-unknown", + "material/microsoft-xbox-controller-menu", + "material/microsoft-xbox-controller-off", + "material/microsoft-xbox-controller-view", + "material/microsoft-xbox-controller", + "material/microsoft-xbox", + "material/microsoft", + "material/microwave-off", + "material/microwave", + "material/middleware-outline", + "material/middleware", + "material/midi-port", + "material/midi", + "material/mine", + "material/minecraft", + "material/mini-sd", + "material/minidisc", + "material/minus-box-multiple-outline", + "material/minus-box-multiple", + "material/minus-box-outline", + "material/minus-box", + "material/minus-circle-multiple-outline", + "material/minus-circle-multiple", + "material/minus-circle-off-outline", + "material/minus-circle-off", + "material/minus-circle-outline", + "material/minus-circle", + "material/minus-network-outline", + "material/minus-network", + "material/minus-thick", + "material/minus", + "material/mirror-rectangle", + "material/mirror-variant", + "material/mirror", + "material/mixed-martial-arts", + "material/mixed-reality", + "material/molecule-co", + "material/molecule-co2", + "material/molecule", + "material/monitor-account", + "material/monitor-arrow-down-variant", + "material/monitor-arrow-down", + "material/monitor-cellphone-star", + "material/monitor-cellphone", + "material/monitor-dashboard", + "material/monitor-edit", + "material/monitor-eye", + "material/monitor-lock", + "material/monitor-multiple", + "material/monitor-off", + "material/monitor-screenshot", + "material/monitor-share", + "material/monitor-shimmer", + "material/monitor-small", + "material/monitor-speaker-off", + "material/monitor-speaker", + "material/monitor-star", + "material/monitor-vertical", + "material/monitor", + "material/moon-first-quarter", + "material/moon-full", + "material/moon-last-quarter", + "material/moon-new", + "material/moon-waning-crescent", + "material/moon-waning-gibbous", + "material/moon-waxing-crescent", + "material/moon-waxing-gibbous", + "material/moped-electric-outline", + "material/moped-electric", + "material/moped-outline", + "material/moped", + "material/more", + "material/mortar-pestle-plus", + "material/mortar-pestle", + "material/mosque-outline", + "material/mosque", + "material/mother-heart", + "material/mother-nurse", + "material/motion-outline", + "material/motion-pause-outline", + "material/motion-pause", + "material/motion-play-outline", + "material/motion-play", + "material/motion-sensor-off", + "material/motion-sensor", + "material/motion", + "material/motorbike-electric", + "material/motorbike-off", + "material/motorbike", + "material/mouse-bluetooth", + "material/mouse-left-click-outline", + "material/mouse-left-click", + "material/mouse-move-down", + "material/mouse-move-up", + "material/mouse-move-vertical", + "material/mouse-off", + "material/mouse-outline", + "material/mouse-right-click-outline", + "material/mouse-right-click", + "material/mouse-scroll-wheel", + "material/mouse-variant-off", + "material/mouse-variant", + "material/mouse", + "material/move-resize-variant", + "material/move-resize", + "material/movie-check-outline", + "material/movie-check", + "material/movie-cog-outline", + "material/movie-cog", + "material/movie-edit-outline", + "material/movie-edit", + "material/movie-filter-outline", + "material/movie-filter", + "material/movie-minus-outline", + "material/movie-minus", + "material/movie-off-outline", + "material/movie-off", + "material/movie-open-check-outline", + "material/movie-open-check", + "material/movie-open-cog-outline", + "material/movie-open-cog", + "material/movie-open-edit-outline", + "material/movie-open-edit", + "material/movie-open-minus-outline", + "material/movie-open-minus", + "material/movie-open-off-outline", + "material/movie-open-off", + "material/movie-open-outline", + "material/movie-open-play-outline", + "material/movie-open-play", + "material/movie-open-plus-outline", + "material/movie-open-plus", + "material/movie-open-remove-outline", + "material/movie-open-remove", + "material/movie-open-settings-outline", + "material/movie-open-settings", + "material/movie-open-star-outline", + "material/movie-open-star", + "material/movie-open", + "material/movie-outline", + "material/movie-play-outline", + "material/movie-play", + "material/movie-plus-outline", + "material/movie-plus", + "material/movie-remove-outline", + "material/movie-remove", + "material/movie-roll", + "material/movie-search-outline", + "material/movie-search", + "material/movie-settings-outline", + "material/movie-settings", + "material/movie-star-outline", + "material/movie-star", + "material/movie", + "material/mower-bag-on", + "material/mower-bag", + "material/mower-on", + "material/mower", + "material/muffin", + "material/multicast", + "material/multimedia", + "material/multiplication-box", + "material/multiplication", + "material/mushroom-off-outline", + "material/mushroom-off", + "material/mushroom-outline", + "material/mushroom", + "material/music-accidental-double-flat", + "material/music-accidental-double-sharp", + "material/music-accidental-flat", + "material/music-accidental-natural", + "material/music-accidental-sharp", + "material/music-box-multiple-outline", + "material/music-box-multiple", + "material/music-box-outline", + "material/music-box", + "material/music-circle-outline", + "material/music-circle", + "material/music-clef-alto", + "material/music-clef-bass", + "material/music-clef-treble", + "material/music-note-bluetooth-off", + "material/music-note-bluetooth", + "material/music-note-eighth-dotted", + "material/music-note-eighth", + "material/music-note-half-dotted", + "material/music-note-half", + "material/music-note-minus", + "material/music-note-off-outline", + "material/music-note-off", + "material/music-note-outline", + "material/music-note-plus", + "material/music-note-quarter-dotted", + "material/music-note-quarter", + "material/music-note-sixteenth-dotted", + "material/music-note-sixteenth", + "material/music-note-whole-dotted", + "material/music-note-whole", + "material/music-note", + "material/music-off", + "material/music-rest-eighth", + "material/music-rest-half", + "material/music-rest-quarter", + "material/music-rest-sixteenth", + "material/music-rest-whole", + "material/music", + "material/mustache", + "material/nail", + "material/nas", + "material/nativescript", + "material/nature-outline", + "material/nature-people-outline", + "material/nature-people", + "material/nature", + "material/navigation-outline", + "material/navigation-variant-outline", + "material/navigation-variant", + "material/navigation", + "material/near-me", + "material/necklace", + "material/needle-off", + "material/needle", + "material/netflix", + "material/network-off-outline", + "material/network-off", + "material/network-outline", + "material/network-pos", + "material/network-strength-1-alert", + "material/network-strength-1", + "material/network-strength-2-alert", + "material/network-strength-2", + "material/network-strength-3-alert", + "material/network-strength-3", + "material/network-strength-4-alert", + "material/network-strength-4-cog", + "material/network-strength-4", + "material/network-strength-off-outline", + "material/network-strength-off", + "material/network-strength-outline", + "material/network", + "material/new-box", + "material/newspaper-check", + "material/newspaper-minus", + "material/newspaper-plus", + "material/newspaper-remove", + "material/newspaper-variant-multiple-outline", + "material/newspaper-variant-multiple", + "material/newspaper-variant-outline", + "material/newspaper-variant", + "material/newspaper", + "material/nfc-search-variant", + "material/nfc-tap", + "material/nfc-variant-off", + "material/nfc-variant", + "material/nfc", + "material/ninja", + "material/nintendo-game-boy", + "material/nintendo-switch", + "material/nintendo-wii", + "material/nintendo-wiiu", + "material/nix", + "material/nodejs", + "material/noodles", + "material/not-equal-variant", + "material/not-equal", + "material/note-alert-outline", + "material/note-alert", + "material/note-check-outline", + "material/note-check", + "material/note-edit-outline", + "material/note-edit", + "material/note-minus-outline", + "material/note-minus", + "material/note-multiple-outline", + "material/note-multiple", + "material/note-off-outline", + "material/note-off", + "material/note-outline", + "material/note-plus-outline", + "material/note-plus", + "material/note-remove-outline", + "material/note-remove", + "material/note-search-outline", + "material/note-search", + "material/note-text-outline", + "material/note-text", + "material/note", + "material/notebook-check-outline", + "material/notebook-check", + "material/notebook-edit-outline", + "material/notebook-edit", + "material/notebook-heart-outline", + "material/notebook-heart", + "material/notebook-minus-outline", + "material/notebook-minus", + "material/notebook-multiple", + "material/notebook-outline", + "material/notebook-plus-outline", + "material/notebook-plus", + "material/notebook-remove-outline", + "material/notebook-remove", + "material/notebook", + "material/notification-clear-all", + "material/npm", + "material/nuke", + "material/null", + "material/numeric-0-box-multiple-outline", + "material/numeric-0-box-multiple", + "material/numeric-0-box-outline", + "material/numeric-0-box", + "material/numeric-0-circle-outline", + "material/numeric-0-circle", + "material/numeric-0", + "material/numeric-1-box-multiple-outline", + "material/numeric-1-box-multiple", + "material/numeric-1-box-outline", + "material/numeric-1-box", + "material/numeric-1-circle-outline", + "material/numeric-1-circle", + "material/numeric-1", + "material/numeric-10-box-multiple-outline", + "material/numeric-10-box-multiple", + "material/numeric-10-box-outline", + "material/numeric-10-box", + "material/numeric-10-circle-outline", + "material/numeric-10-circle", + "material/numeric-10", + "material/numeric-2-box-multiple-outline", + "material/numeric-2-box-multiple", + "material/numeric-2-box-outline", + "material/numeric-2-box", + "material/numeric-2-circle-outline", + "material/numeric-2-circle", + "material/numeric-2", + "material/numeric-3-box-multiple-outline", + "material/numeric-3-box-multiple", + "material/numeric-3-box-outline", + "material/numeric-3-box", + "material/numeric-3-circle-outline", + "material/numeric-3-circle", + "material/numeric-3", + "material/numeric-4-box-multiple-outline", + "material/numeric-4-box-multiple", + "material/numeric-4-box-outline", + "material/numeric-4-box", + "material/numeric-4-circle-outline", + "material/numeric-4-circle", + "material/numeric-4", + "material/numeric-5-box-multiple-outline", + "material/numeric-5-box-multiple", + "material/numeric-5-box-outline", + "material/numeric-5-box", + "material/numeric-5-circle-outline", + "material/numeric-5-circle", + "material/numeric-5", + "material/numeric-6-box-multiple-outline", + "material/numeric-6-box-multiple", + "material/numeric-6-box-outline", + "material/numeric-6-box", + "material/numeric-6-circle-outline", + "material/numeric-6-circle", + "material/numeric-6", + "material/numeric-7-box-multiple-outline", + "material/numeric-7-box-multiple", + "material/numeric-7-box-outline", + "material/numeric-7-box", + "material/numeric-7-circle-outline", + "material/numeric-7-circle", + "material/numeric-7", + "material/numeric-8-box-multiple-outline", + "material/numeric-8-box-multiple", + "material/numeric-8-box-outline", + "material/numeric-8-box", + "material/numeric-8-circle-outline", + "material/numeric-8-circle", + "material/numeric-8", + "material/numeric-9-box-multiple-outline", + "material/numeric-9-box-multiple", + "material/numeric-9-box-outline", + "material/numeric-9-box", + "material/numeric-9-circle-outline", + "material/numeric-9-circle", + "material/numeric-9-plus-box-multiple-outline", + "material/numeric-9-plus-box-multiple", + "material/numeric-9-plus-box-outline", + "material/numeric-9-plus-box", + "material/numeric-9-plus-circle-outline", + "material/numeric-9-plus-circle", + "material/numeric-9-plus", + "material/numeric-9", + "material/numeric-negative-1", + "material/numeric-off", + "material/numeric-positive-1", + "material/numeric", + "material/nut", + "material/nutrition", + "material/nuxt", + "material/oar", + "material/ocarina", + "material/oci", + "material/ocr", + "material/octagon-outline", + "material/octagon", + "material/octagram-edit-outline", + "material/octagram-edit", + "material/octagram-minus-outline", + "material/octagram-minus", + "material/octagram-outline", + "material/octagram-plus-outline", + "material/octagram-plus", + "material/octagram", + "material/octahedron-off", + "material/octahedron", + "material/odnoklassniki", + "material/offer", + "material/office-building-cog-outline", + "material/office-building-cog", + "material/office-building-marker-outline", + "material/office-building-marker", + "material/office-building-minus-outline", + "material/office-building-minus", + "material/office-building-outline", + "material/office-building-plus-outline", + "material/office-building-plus", + "material/office-building-remove-outline", + "material/office-building-remove", + "material/office-building", + "material/oil-lamp", + "material/oil-level", + "material/oil-temperature", + "material/oil", + "material/om", + "material/omega", + "material/one-up", + "material/onepassword", + "material/opacity", + "material/open-in-app", + "material/open-in-new", + "material/open-source-initiative", + "material/openid", + "material/opera", + "material/orbit-variant", + "material/orbit", + "material/order-alphabetical-ascending", + "material/order-alphabetical-descending", + "material/order-bool-ascending-variant", + "material/order-bool-ascending", + "material/order-bool-descending-variant", + "material/order-bool-descending", + "material/order-numeric-ascending", + "material/order-numeric-descending", + "material/origin", + "material/ornament-variant", + "material/ornament", + "material/outdoor-lamp", + "material/overscan", + "material/owl", + "material/pac-man", + "material/package-check", + "material/package-down", + "material/package-up", + "material/package-variant-closed-check", + "material/package-variant-closed-minus", + "material/package-variant-closed-plus", + "material/package-variant-closed-remove", + "material/package-variant-closed", + "material/package-variant-minus", + "material/package-variant-plus", + "material/package-variant-remove", + "material/package-variant", + "material/package", + "material/page-first", + "material/page-last", + "material/page-layout-body", + "material/page-layout-footer", + "material/page-layout-header-footer", + "material/page-layout-header", + "material/page-layout-sidebar-left", + "material/page-layout-sidebar-right", + "material/page-next-outline", + "material/page-next", + "material/page-previous-outline", + "material/page-previous", + "material/pail-minus-outline", + "material/pail-minus", + "material/pail-off-outline", + "material/pail-off", + "material/pail-outline", + "material/pail-plus-outline", + "material/pail-plus", + "material/pail-remove-outline", + "material/pail-remove", + "material/pail", + "material/palette-advanced", + "material/palette-outline", + "material/palette-swatch-outline", + "material/palette-swatch-variant", + "material/palette-swatch", + "material/palette", + "material/palm-tree", + "material/pan-bottom-left", + "material/pan-bottom-right", + "material/pan-down", + "material/pan-horizontal", + "material/pan-left", + "material/pan-right", + "material/pan-top-left", + "material/pan-top-right", + "material/pan-up", + "material/pan-vertical", + "material/pan", + "material/panda", + "material/pandora", + "material/panorama-fisheye", + "material/panorama-horizontal-outline", + "material/panorama-horizontal", + "material/panorama-outline", + "material/panorama-sphere-outline", + "material/panorama-sphere", + "material/panorama-variant-outline", + "material/panorama-variant", + "material/panorama-vertical-outline", + "material/panorama-vertical", + "material/panorama-wide-angle-outline", + "material/panorama-wide-angle", + "material/panorama", + "material/paper-cut-vertical", + "material/paper-roll-outline", + "material/paper-roll", + "material/paperclip-check", + "material/paperclip-lock", + "material/paperclip-minus", + "material/paperclip-off", + "material/paperclip-plus", + "material/paperclip-remove", + "material/paperclip", + "material/parachute-outline", + "material/parachute", + "material/paragliding", + "material/parking", + "material/party-popper", + "material/passport-alert", + "material/passport-biometric", + "material/passport-cancel", + "material/passport-check", + "material/passport-minus", + "material/passport-plus", + "material/passport-remove", + "material/passport", + "material/pasta", + "material/patio-heater", + "material/patreon", + "material/pause-box-outline", + "material/pause-box", + "material/pause-circle-outline", + "material/pause-circle", + "material/pause-octagon-outline", + "material/pause-octagon", + "material/pause", + "material/paw-off-outline", + "material/paw-off", + "material/paw-outline", + "material/paw", + "material/peace", + "material/peanut-off-outline", + "material/peanut-off", + "material/peanut-outline", + "material/peanut", + "material/pen-lock", + "material/pen-minus", + "material/pen-off", + "material/pen-plus", + "material/pen-remove", + "material/pen", + "material/pencil-box-multiple-outline", + "material/pencil-box-multiple", + "material/pencil-box-outline", + "material/pencil-box", + "material/pencil-circle-outline", + "material/pencil-circle", + "material/pencil-lock-outline", + "material/pencil-lock", + "material/pencil-minus-outline", + "material/pencil-minus", + "material/pencil-off-outline", + "material/pencil-off", + "material/pencil-outline", + "material/pencil-plus-outline", + "material/pencil-plus", + "material/pencil-remove-outline", + "material/pencil-remove", + "material/pencil-ruler-outline", + "material/pencil-ruler", + "material/pencil", + "material/penguin", + "material/pentagon-outline", + "material/pentagon", + "material/pentagram", + "material/percent-box-outline", + "material/percent-box", + "material/percent-circle-outline", + "material/percent-circle", + "material/percent-outline", + "material/percent", + "material/periodic-table", + "material/perspective-less", + "material/perspective-more", + "material/ph", + "material/phone-alert-outline", + "material/phone-alert", + "material/phone-bluetooth-outline", + "material/phone-bluetooth", + "material/phone-cancel-outline", + "material/phone-cancel", + "material/phone-check-outline", + "material/phone-check", + "material/phone-classic-off", + "material/phone-classic", + "material/phone-clock", + "material/phone-dial-outline", + "material/phone-dial", + "material/phone-forward-outline", + "material/phone-forward", + "material/phone-hangup-outline", + "material/phone-hangup", + "material/phone-in-talk-outline", + "material/phone-in-talk", + "material/phone-incoming-outgoing-outline", + "material/phone-incoming-outgoing", + "material/phone-incoming-outline", + "material/phone-incoming", + "material/phone-lock-outline", + "material/phone-lock", + "material/phone-log-outline", + "material/phone-log", + "material/phone-message-outline", + "material/phone-message", + "material/phone-minus-outline", + "material/phone-minus", + "material/phone-missed-outline", + "material/phone-missed", + "material/phone-off-outline", + "material/phone-off", + "material/phone-outgoing-outline", + "material/phone-outgoing", + "material/phone-outline", + "material/phone-paused-outline", + "material/phone-paused", + "material/phone-plus-outline", + "material/phone-plus", + "material/phone-refresh-outline", + "material/phone-refresh", + "material/phone-remove-outline", + "material/phone-remove", + "material/phone-return-outline", + "material/phone-return", + "material/phone-ring-outline", + "material/phone-ring", + "material/phone-rotate-landscape", + "material/phone-rotate-portrait", + "material/phone-settings-outline", + "material/phone-settings", + "material/phone-sync-outline", + "material/phone-sync", + "material/phone-voip", + "material/phone", + "material/pi-box", + "material/pi-hole", + "material/pi", + "material/piano-off", + "material/piano", + "material/pickaxe", + "material/picture-in-picture-bottom-right-outline", + "material/picture-in-picture-bottom-right", + "material/picture-in-picture-top-right-outline", + "material/picture-in-picture-top-right", + "material/pier-crane", + "material/pier", + "material/pig-variant-outline", + "material/pig-variant", + "material/pig", + "material/piggy-bank-outline", + "material/piggy-bank", + "material/pill-multiple", + "material/pill-off", + "material/pill", + "material/pillar", + "material/pin-off-outline", + "material/pin-off", + "material/pin-outline", + "material/pin", + "material/pine-tree-box", + "material/pine-tree-fire", + "material/pine-tree-variant-outline", + "material/pine-tree-variant", + "material/pine-tree", + "material/pinterest", + "material/pinwheel-outline", + "material/pinwheel", + "material/pipe-disconnected", + "material/pipe-leak", + "material/pipe-valve", + "material/pipe-wrench", + "material/pipe", + "material/pirate", + "material/pistol", + "material/piston", + "material/pitchfork", + "material/pizza", + "material/plane-car", + "material/plane-train", + "material/play-box-edit-outline", + "material/play-box-lock-open-outline", + "material/play-box-lock-open", + "material/play-box-lock-outline", + "material/play-box-lock", + "material/play-box-multiple-outline", + "material/play-box-multiple", + "material/play-box-outline", + "material/play-box", + "material/play-circle-outline", + "material/play-circle", + "material/play-network-outline", + "material/play-network", + "material/play-outline", + "material/play-pause", + "material/play-protected-content", + "material/play-speed", + "material/play", + "material/playlist-check", + "material/playlist-edit", + "material/playlist-minus", + "material/playlist-music-outline", + "material/playlist-music", + "material/playlist-play", + "material/playlist-plus", + "material/playlist-remove", + "material/playlist-star", + "material/plex", + "material/pliers", + "material/plus-box-multiple-outline", + "material/plus-box-multiple", + "material/plus-box-outline", + "material/plus-box", + "material/plus-circle-multiple-outline", + "material/plus-circle-multiple", + "material/plus-circle-outline", + "material/plus-circle", + "material/plus-lock-open", + "material/plus-lock", + "material/plus-minus-box", + "material/plus-minus-variant", + "material/plus-minus", + "material/plus-network-outline", + "material/plus-network", + "material/plus-outline", + "material/plus-thick", + "material/plus", + "material/pocket", + "material/podcast", + "material/podium-bronze", + "material/podium-gold", + "material/podium-silver", + "material/podium", + "material/point-of-sale", + "material/pokeball", + "material/pokemon-go", + "material/poker-chip", + "material/polaroid", + "material/police-badge-outline", + "material/police-badge", + "material/police-station", + "material/poll", + "material/polo", + "material/polymer", + "material/pool-thermometer", + "material/pool", + "material/popcorn", + "material/post-lamp", + "material/post-outline", + "material/post", + "material/postage-stamp", + "material/pot-mix-outline", + "material/pot-mix", + "material/pot-outline", + "material/pot-steam-outline", + "material/pot-steam", + "material/pot", + "material/pound-box-outline", + "material/pound-box", + "material/pound", + "material/power-cycle", + "material/power-off", + "material/power-on", + "material/power-plug-battery-outline", + "material/power-plug-battery", + "material/power-plug-off-outline", + "material/power-plug-off", + "material/power-plug-outline", + "material/power-plug", + "material/power-settings", + "material/power-sleep", + "material/power-socket-au", + "material/power-socket-ch", + "material/power-socket-de", + "material/power-socket-eu", + "material/power-socket-fr", + "material/power-socket-it", + "material/power-socket-jp", + "material/power-socket-uk", + "material/power-socket-us", + "material/power-socket", + "material/power-standby", + "material/power", + "material/powershell", + "material/prescription", + "material/presentation-play", + "material/presentation", + "material/pretzel", + "material/printer-3d-nozzle-alert-outline", + "material/printer-3d-nozzle-alert", + "material/printer-3d-nozzle-heat-outline", + "material/printer-3d-nozzle-heat", + "material/printer-3d-nozzle-off-outline", + "material/printer-3d-nozzle-off", + "material/printer-3d-nozzle-outline", + "material/printer-3d-nozzle", + "material/printer-3d-off", + "material/printer-3d", + "material/printer-alert", + "material/printer-check", + "material/printer-eye", + "material/printer-off-outline", + "material/printer-off", + "material/printer-outline", + "material/printer-pos-alert-outline", + "material/printer-pos-alert", + "material/printer-pos-cancel-outline", + "material/printer-pos-cancel", + "material/printer-pos-check-outline", + "material/printer-pos-check", + "material/printer-pos-cog-outline", + "material/printer-pos-cog", + "material/printer-pos-edit-outline", + "material/printer-pos-edit", + "material/printer-pos-minus-outline", + "material/printer-pos-minus", + "material/printer-pos-network-outline", + "material/printer-pos-network", + "material/printer-pos-off-outline", + "material/printer-pos-off", + "material/printer-pos-outline", + "material/printer-pos-pause-outline", + "material/printer-pos-pause", + "material/printer-pos-play-outline", + "material/printer-pos-play", + "material/printer-pos-plus-outline", + "material/printer-pos-plus", + "material/printer-pos-refresh-outline", + "material/printer-pos-refresh", + "material/printer-pos-remove-outline", + "material/printer-pos-remove", + "material/printer-pos-star-outline", + "material/printer-pos-star", + "material/printer-pos-stop-outline", + "material/printer-pos-stop", + "material/printer-pos-sync-outline", + "material/printer-pos-sync", + "material/printer-pos-wrench-outline", + "material/printer-pos-wrench", + "material/printer-pos", + "material/printer-search", + "material/printer-settings", + "material/printer-wireless", + "material/printer", + "material/priority-high", + "material/priority-low", + "material/professional-hexagon", + "material/progress-alert", + "material/progress-check", + "material/progress-clock", + "material/progress-close", + "material/progress-download", + "material/progress-helper", + "material/progress-pencil", + "material/progress-question", + "material/progress-star-four-points", + "material/progress-star", + "material/progress-tag", + "material/progress-upload", + "material/progress-wrench", + "material/projector-off", + "material/projector-screen-off-outline", + "material/projector-screen-off", + "material/projector-screen-outline", + "material/projector-screen-variant-off-outline", + "material/projector-screen-variant-off", + "material/projector-screen-variant-outline", + "material/projector-screen-variant", + "material/projector-screen", + "material/projector", + "material/propane-tank-outline", + "material/propane-tank", + "material/protocol", + "material/publish-off", + "material/publish", + "material/pulse", + "material/pump-off", + "material/pump", + "material/pumpkin", + "material/purse-outline", + "material/purse", + "material/puzzle-check-outline", + "material/puzzle-check", + "material/puzzle-edit-outline", + "material/puzzle-edit", + "material/puzzle-heart-outline", + "material/puzzle-heart", + "material/puzzle-minus-outline", + "material/puzzle-minus", + "material/puzzle-outline", + "material/puzzle-plus-outline", + "material/puzzle-plus", + "material/puzzle-remove-outline", + "material/puzzle-remove", + "material/puzzle-star-outline", + "material/puzzle-star", + "material/puzzle", + "material/pyramid-off", + "material/pyramid", + "material/qi", + "material/qqchat", + "material/qrcode-edit", + "material/qrcode-minus", + "material/qrcode-plus", + "material/qrcode-remove", + "material/qrcode-scan", + "material/qrcode", + "material/quadcopter", + "material/quality-high", + "material/quality-low", + "material/quality-medium", + "material/queue-first-in-last-out", + "material/quora", + "material/rabbit-variant-outline", + "material/rabbit-variant", + "material/rabbit", + "material/racing-helmet", + "material/racquetball", + "material/radar", + "material/radiator-disabled", + "material/radiator-off", + "material/radiator", + "material/radio-am", + "material/radio-fm", + "material/radio-handheld", + "material/radio-off", + "material/radio-tower", + "material/radio", + "material/radioactive-circle-outline", + "material/radioactive-circle", + "material/radioactive-off", + "material/radioactive", + "material/radiobox-blank", + "material/radiobox-indeterminate-variant", + "material/radiobox-marked", + "material/radiology-box-outline", + "material/radiology-box", + "material/radius-outline", + "material/radius", + "material/railroad-light", + "material/rake", + "material/raspberry-pi", + "material/raw-off", + "material/raw", + "material/ray-end-arrow", + "material/ray-end", + "material/ray-start-arrow", + "material/ray-start-end", + "material/ray-start-vertex-end", + "material/ray-start", + "material/ray-vertex", + "material/razor-double-edge", + "material/razor-single-edge", + "material/react", + "material/read", + "material/receipt-clock-outline", + "material/receipt-clock", + "material/receipt-outline", + "material/receipt-send-outline", + "material/receipt-send", + "material/receipt-text-arrow-left-outline", + "material/receipt-text-arrow-left", + "material/receipt-text-arrow-right-outline", + "material/receipt-text-arrow-right", + "material/receipt-text-check-outline", + "material/receipt-text-check", + "material/receipt-text-clock-outline", + "material/receipt-text-clock", + "material/receipt-text-edit-outline", + "material/receipt-text-edit", + "material/receipt-text-minus-outline", + "material/receipt-text-minus", + "material/receipt-text-outline", + "material/receipt-text-plus-outline", + "material/receipt-text-plus", + "material/receipt-text-remove-outline", + "material/receipt-text-remove", + "material/receipt-text-send-outline", + "material/receipt-text-send", + "material/receipt-text", + "material/receipt", + "material/record-circle-outline", + "material/record-circle", + "material/record-player", + "material/record-rec", + "material/record", + "material/rectangle-outline", + "material/rectangle", + "material/recycle-variant", + "material/recycle", + "material/reddit", + "material/redhat", + "material/redo-variant", + "material/redo", + "material/reflect-horizontal", + "material/reflect-vertical", + "material/refresh-auto", + "material/refresh-circle", + "material/refresh", + "material/regex", + "material/registered-trademark", + "material/reiterate", + "material/relation-many-to-many", + "material/relation-many-to-one-or-many", + "material/relation-many-to-one", + "material/relation-many-to-only-one", + "material/relation-many-to-zero-or-many", + "material/relation-many-to-zero-or-one", + "material/relation-one-or-many-to-many", + "material/relation-one-or-many-to-one-or-many", + "material/relation-one-or-many-to-one", + "material/relation-one-or-many-to-only-one", + "material/relation-one-or-many-to-zero-or-many", + "material/relation-one-or-many-to-zero-or-one", + "material/relation-one-to-many", + "material/relation-one-to-one-or-many", + "material/relation-one-to-one", + "material/relation-one-to-only-one", + "material/relation-one-to-zero-or-many", + "material/relation-one-to-zero-or-one", + "material/relation-only-one-to-many", + "material/relation-only-one-to-one-or-many", + "material/relation-only-one-to-one", + "material/relation-only-one-to-only-one", + "material/relation-only-one-to-zero-or-many", + "material/relation-only-one-to-zero-or-one", + "material/relation-zero-or-many-to-many", + "material/relation-zero-or-many-to-one-or-many", + "material/relation-zero-or-many-to-one", + "material/relation-zero-or-many-to-only-one", + "material/relation-zero-or-many-to-zero-or-many", + "material/relation-zero-or-many-to-zero-or-one", + "material/relation-zero-or-one-to-many", + "material/relation-zero-or-one-to-one-or-many", + "material/relation-zero-or-one-to-one", + "material/relation-zero-or-one-to-only-one", + "material/relation-zero-or-one-to-zero-or-many", + "material/relation-zero-or-one-to-zero-or-one", + "material/relative-scale", + "material/reload-alert", + "material/reload", + "material/reminder", + "material/remote-desktop", + "material/remote-off", + "material/remote-tv-off", + "material/remote-tv", + "material/remote", + "material/rename-box-outline", + "material/rename-box", + "material/rename-outline", + "material/rename", + "material/reorder-horizontal", + "material/reorder-vertical", + "material/repeat-off", + "material/repeat-once", + "material/repeat-variant", + "material/repeat", + "material/replay", + "material/reply-all-outline", + "material/reply-all", + "material/reply-circle", + "material/reply-outline", + "material/reply", + "material/reproduction", + "material/resistor-nodes", + "material/resistor", + "material/resize-bottom-right", + "material/resize", + "material/responsive", + "material/restart-alert", + "material/restart-off", + "material/restart", + "material/restore-alert", + "material/restore", + "material/rewind-10", + "material/rewind-15", + "material/rewind-30", + "material/rewind-45", + "material/rewind-5", + "material/rewind-60", + "material/rewind-outline", + "material/rewind", + "material/rhombus-medium-outline", + "material/rhombus-medium", + "material/rhombus-outline", + "material/rhombus-split-outline", + "material/rhombus-split", + "material/rhombus", + "material/ribbon", + "material/rice", + "material/rickshaw-electric", + "material/rickshaw", + "material/ring", + "material/rivet", + "material/road-variant", + "material/road", + "material/robber", + "material/robot-angry-outline", + "material/robot-angry", + "material/robot-confused-outline", + "material/robot-confused", + "material/robot-dead-outline", + "material/robot-dead", + "material/robot-excited-outline", + "material/robot-excited", + "material/robot-happy-outline", + "material/robot-happy", + "material/robot-industrial-outline", + "material/robot-industrial", + "material/robot-love-outline", + "material/robot-love", + "material/robot-mower-outline", + "material/robot-mower", + "material/robot-off-outline", + "material/robot-off", + "material/robot-outline", + "material/robot-vacuum-alert", + "material/robot-vacuum-off", + "material/robot-vacuum-variant-alert", + "material/robot-vacuum-variant-off", + "material/robot-vacuum-variant", + "material/robot-vacuum", + "material/robot", + "material/rocket-launch-outline", + "material/rocket-launch", + "material/rocket-outline", + "material/rocket", + "material/rodent", + "material/roller-shade-closed", + "material/roller-shade", + "material/roller-skate-off", + "material/roller-skate", + "material/rollerblade-off", + "material/rollerblade", + "material/rollupjs", + "material/rolodex-outline", + "material/rolodex", + "material/roman-numeral-1", + "material/roman-numeral-10", + "material/roman-numeral-2", + "material/roman-numeral-3", + "material/roman-numeral-4", + "material/roman-numeral-5", + "material/roman-numeral-6", + "material/roman-numeral-7", + "material/roman-numeral-8", + "material/roman-numeral-9", + "material/room-service-outline", + "material/room-service", + "material/rotate-360", + "material/rotate-3d-variant", + "material/rotate-3d", + "material/rotate-left-variant", + "material/rotate-left", + "material/rotate-orbit", + "material/rotate-right-variant", + "material/rotate-right", + "material/rounded-corner", + "material/router-network-wireless", + "material/router-network", + "material/router-wireless-off", + "material/router-wireless-settings", + "material/router-wireless", + "material/router", + "material/routes-clock", + "material/routes", + "material/rowing", + "material/rss-box", + "material/rss-off", + "material/rss", + "material/rug", + "material/rugby", + "material/ruler-square-compass", + "material/ruler-square", + "material/ruler", + "material/run-fast", + "material/run", + "material/rv-truck", + "material/sack-outline", + "material/sack-percent", + "material/sack", + "material/safe-square-outline", + "material/safe-square", + "material/safe", + "material/safety-goggles", + "material/sail-boat-sink", + "material/sail-boat", + "material/sale-outline", + "material/sale", + "material/salesforce", + "material/sass", + "material/satellite-uplink", + "material/satellite-variant", + "material/satellite", + "material/sausage-off", + "material/sausage", + "material/saw-blade", + "material/sawtooth-wave", + "material/saxophone", + "material/scale-balance", + "material/scale-bathroom", + "material/scale-off", + "material/scale-unbalanced", + "material/scale", + "material/scan-helper", + "material/scanner-off", + "material/scanner", + "material/scatter-plot-outline", + "material/scatter-plot", + "material/scent-off", + "material/scent", + "material/school-outline", + "material/school", + "material/scissors-cutting", + "material/scooter-electric", + "material/scooter", + "material/scoreboard-outline", + "material/scoreboard", + "material/screen-rotation-lock", + "material/screen-rotation", + "material/screw-flat-top", + "material/screw-lag", + "material/screw-machine-flat-top", + "material/screw-machine-round-top", + "material/screw-round-top", + "material/screwdriver", + "material/script-outline", + "material/script-text-key-outline", + "material/script-text-key", + "material/script-text-outline", + "material/script-text-play-outline", + "material/script-text-play", + "material/script-text", + "material/script", + "material/sd", + "material/seal-variant", + "material/seal", + "material/search-web", + "material/seat-flat-angled", + "material/seat-flat", + "material/seat-individual-suite", + "material/seat-legroom-extra", + "material/seat-legroom-normal", + "material/seat-legroom-reduced", + "material/seat-outline", + "material/seat-passenger", + "material/seat-recline-extra", + "material/seat-recline-normal", + "material/seat", + "material/seatbelt", + "material/security-network", + "material/security", + "material/seed-off-outline", + "material/seed-off", + "material/seed-outline", + "material/seed-plus-outline", + "material/seed-plus", + "material/seed", + "material/seesaw", + "material/segment", + "material/select-all", + "material/select-arrow-down", + "material/select-arrow-up", + "material/select-color", + "material/select-compare", + "material/select-drag", + "material/select-group", + "material/select-inverse", + "material/select-marker", + "material/select-multiple-marker", + "material/select-multiple", + "material/select-off", + "material/select-place", + "material/select-remove", + "material/select-search", + "material/select", + "material/selection-drag", + "material/selection-ellipse-arrow-inside", + "material/selection-ellipse-remove", + "material/selection-ellipse", + "material/selection-marker", + "material/selection-multiple-marker", + "material/selection-multiple", + "material/selection-off", + "material/selection-remove", + "material/selection-search", + "material/selection", + "material/semantic-web", + "material/send-check-outline", + "material/send-check", + "material/send-circle-outline", + "material/send-circle", + "material/send-clock-outline", + "material/send-clock", + "material/send-lock-outline", + "material/send-lock", + "material/send-outline", + "material/send-variant-clock-outline", + "material/send-variant-clock", + "material/send-variant-outline", + "material/send-variant", + "material/send", + "material/serial-port", + "material/server-minus-outline", + "material/server-minus", + "material/server-network-off", + "material/server-network-outline", + "material/server-network", + "material/server-off", + "material/server-outline", + "material/server-plus-outline", + "material/server-plus", + "material/server-remove", + "material/server-security", + "material/server", + "material/set-all", + "material/set-center-right", + "material/set-center", + "material/set-left-center", + "material/set-left-right", + "material/set-left", + "material/set-merge", + "material/set-none", + "material/set-right", + "material/set-split", + "material/set-square", + "material/set-top-box", + "material/settings-helper", + "material/shaker-outline", + "material/shaker", + "material/shape-circle-plus", + "material/shape-outline", + "material/shape-oval-plus", + "material/shape-plus-outline", + "material/shape-plus", + "material/shape-polygon-plus", + "material/shape-rectangle-plus", + "material/shape-square-plus", + "material/shape-square-rounded-plus", + "material/shape", + "material/share-all-outline", + "material/share-all", + "material/share-circle", + "material/share-off-outline", + "material/share-off", + "material/share-outline", + "material/share-variant-outline", + "material/share-variant", + "material/share", + "material/shark-fin-outline", + "material/shark-fin", + "material/shark-off", + "material/shark", + "material/sheep", + "material/shield-account-outline", + "material/shield-account-variant-outline", + "material/shield-account-variant", + "material/shield-account", + "material/shield-airplane-outline", + "material/shield-airplane", + "material/shield-alert-outline", + "material/shield-alert", + "material/shield-bug-outline", + "material/shield-bug", + "material/shield-car", + "material/shield-check-outline", + "material/shield-check", + "material/shield-cross-outline", + "material/shield-cross", + "material/shield-crown-outline", + "material/shield-crown", + "material/shield-edit-outline", + "material/shield-edit", + "material/shield-half-full", + "material/shield-half", + "material/shield-home-outline", + "material/shield-home", + "material/shield-key-outline", + "material/shield-key", + "material/shield-link-variant-outline", + "material/shield-link-variant", + "material/shield-lock-open-outline", + "material/shield-lock-open", + "material/shield-lock-outline", + "material/shield-lock", + "material/shield-moon-outline", + "material/shield-moon", + "material/shield-off-outline", + "material/shield-off", + "material/shield-outline", + "material/shield-plus-outline", + "material/shield-plus", + "material/shield-refresh-outline", + "material/shield-refresh", + "material/shield-remove-outline", + "material/shield-remove", + "material/shield-search", + "material/shield-star-outline", + "material/shield-star", + "material/shield-sun-outline", + "material/shield-sun", + "material/shield-sword-outline", + "material/shield-sword", + "material/shield-sync-outline", + "material/shield-sync", + "material/shield", + "material/shimmer", + "material/ship-wheel", + "material/shipping-pallet", + "material/shoe-ballet", + "material/shoe-cleat", + "material/shoe-formal", + "material/shoe-heel", + "material/shoe-print", + "material/shoe-sneaker", + "material/shopping-music", + "material/shopping-outline", + "material/shopping-search-outline", + "material/shopping-search", + "material/shopping", + "material/shore", + "material/shovel-off", + "material/shovel", + "material/shower-head", + "material/shower", + "material/shredder", + "material/shuffle-disabled", + "material/shuffle-variant", + "material/shuffle", + "material/shuriken", + "material/sickle", + "material/sigma-lower", + "material/sigma", + "material/sign-caution", + "material/sign-direction-minus", + "material/sign-direction-plus", + "material/sign-direction-remove", + "material/sign-direction", + "material/sign-language-outline", + "material/sign-language", + "material/sign-pole", + "material/sign-real-estate", + "material/sign-text", + "material/sign-yield", + "material/signal-2g", + "material/signal-3g", + "material/signal-4g", + "material/signal-5g", + "material/signal-cellular-1", + "material/signal-cellular-2", + "material/signal-cellular-3", + "material/signal-cellular-outline", + "material/signal-distance-variant", + "material/signal-hspa-plus", + "material/signal-hspa", + "material/signal-off", + "material/signal-variant", + "material/signal", + "material/signature-freehand", + "material/signature-image", + "material/signature-text", + "material/signature", + "material/silo-outline", + "material/silo", + "material/silverware-clean", + "material/silverware-fork-knife", + "material/silverware-fork", + "material/silverware-spoon", + "material/silverware-variant", + "material/silverware", + "material/sim-alert-outline", + "material/sim-alert", + "material/sim-off-outline", + "material/sim-off", + "material/sim-outline", + "material/sim", + "material/simple-icons", + "material/sina-weibo", + "material/sine-wave", + "material/sitemap-outline", + "material/sitemap", + "material/size-l", + "material/size-m", + "material/size-s", + "material/size-xl", + "material/size-xs", + "material/size-xxl", + "material/size-xxs", + "material/size-xxxl", + "material/skate-off", + "material/skate", + "material/skateboard", + "material/skateboarding", + "material/skew-less", + "material/skew-more", + "material/ski-cross-country", + "material/ski-water", + "material/ski", + "material/skip-backward-outline", + "material/skip-backward", + "material/skip-forward-outline", + "material/skip-forward", + "material/skip-next-circle-outline", + "material/skip-next-circle", + "material/skip-next-outline", + "material/skip-next", + "material/skip-previous-circle-outline", + "material/skip-previous-circle", + "material/skip-previous-outline", + "material/skip-previous", + "material/skull-crossbones-outline", + "material/skull-crossbones", + "material/skull-outline", + "material/skull-scan-outline", + "material/skull-scan", + "material/skull", + "material/skype-business", + "material/skype", + "material/slack", + "material/slash-forward-box", + "material/slash-forward", + "material/sledding", + "material/sleep-off", + "material/sleep", + "material/slide", + "material/slope-downhill", + "material/slope-uphill", + "material/slot-machine-outline", + "material/slot-machine", + "material/smart-card-off-outline", + "material/smart-card-off", + "material/smart-card-outline", + "material/smart-card-reader-outline", + "material/smart-card-reader", + "material/smart-card", + "material/smog", + "material/smoke-detector-alert-outline", + "material/smoke-detector-alert", + "material/smoke-detector-off-outline", + "material/smoke-detector-off", + "material/smoke-detector-outline", + "material/smoke-detector-variant-alert", + "material/smoke-detector-variant-off", + "material/smoke-detector-variant", + "material/smoke-detector", + "material/smoke", + "material/smoking-off", + "material/smoking-pipe-off", + "material/smoking-pipe", + "material/smoking", + "material/snail", + "material/snake", + "material/snapchat", + "material/snowboard", + "material/snowflake-alert", + "material/snowflake-check", + "material/snowflake-melt", + "material/snowflake-off", + "material/snowflake-thermometer", + "material/snowflake-variant", + "material/snowflake", + "material/snowman", + "material/snowmobile", + "material/snowshoeing", + "material/soccer-field", + "material/soccer", + "material/social-distance-2-meters", + "material/social-distance-6-feet", + "material/sofa-outline", + "material/sofa-single-outline", + "material/sofa-single", + "material/sofa", + "material/solar-panel-large", + "material/solar-panel", + "material/solar-power-variant-outline", + "material/solar-power-variant", + "material/solar-power", + "material/soldering-iron", + "material/solid", + "material/sony-playstation", + "material/sort-alphabetical-ascending-variant", + "material/sort-alphabetical-ascending", + "material/sort-alphabetical-descending-variant", + "material/sort-alphabetical-descending", + "material/sort-alphabetical-variant", + "material/sort-ascending", + "material/sort-bool-ascending-variant", + "material/sort-bool-ascending", + "material/sort-bool-descending-variant", + "material/sort-bool-descending", + "material/sort-calendar-ascending", + "material/sort-calendar-descending", + "material/sort-clock-ascending-outline", + "material/sort-clock-ascending", + "material/sort-clock-descending-outline", + "material/sort-clock-descending", + "material/sort-descending", + "material/sort-numeric-ascending-variant", + "material/sort-numeric-ascending", + "material/sort-numeric-descending-variant", + "material/sort-numeric-descending", + "material/sort-numeric-variant", + "material/sort-reverse-variant", + "material/sort-variant-lock-open", + "material/sort-variant-lock", + "material/sort-variant-off", + "material/sort-variant-remove", + "material/sort-variant", + "material/sort", + "material/soundbar", + "material/soundcloud", + "material/source-branch-check", + "material/source-branch-minus", + "material/source-branch-plus", + "material/source-branch-refresh", + "material/source-branch-remove", + "material/source-branch-sync", + "material/source-branch", + "material/source-commit-end-local", + "material/source-commit-end", + "material/source-commit-local", + "material/source-commit-next-local", + "material/source-commit-start-next-local", + "material/source-commit-start", + "material/source-commit", + "material/source-fork", + "material/source-merge", + "material/source-pull", + "material/source-repository-multiple", + "material/source-repository", + "material/soy-sauce-off", + "material/soy-sauce", + "material/spa-outline", + "material/spa", + "material/space-invaders", + "material/space-station", + "material/spade", + "material/speaker-bluetooth", + "material/speaker-message", + "material/speaker-multiple", + "material/speaker-off", + "material/speaker-pause", + "material/speaker-play", + "material/speaker-stop", + "material/speaker-wireless", + "material/speaker", + "material/spear", + "material/speedometer-medium", + "material/speedometer-slow", + "material/speedometer", + "material/spellcheck", + "material/sphere-off", + "material/sphere", + "material/spider-outline", + "material/spider-thread", + "material/spider-web", + "material/spider", + "material/spirit-level", + "material/spoon-sugar", + "material/spotify", + "material/spotlight-beam", + "material/spotlight", + "material/spray-bottle", + "material/spray", + "material/sprinkler-fire", + "material/sprinkler-variant", + "material/sprinkler", + "material/sprout-outline", + "material/sprout", + "material/square-circle-outline", + "material/square-circle", + "material/square-edit-outline", + "material/square-medium-outline", + "material/square-medium", + "material/square-off-outline", + "material/square-off", + "material/square-opacity", + "material/square-outline", + "material/square-root-box", + "material/square-root", + "material/square-rounded-badge-outline", + "material/square-rounded-badge", + "material/square-rounded-outline", + "material/square-rounded", + "material/square-small", + "material/square-wave", + "material/square", + "material/squeegee", + "material/ssh", + "material/stack-exchange", + "material/stack-overflow", + "material/stackpath", + "material/stadium-outline", + "material/stadium-variant", + "material/stadium", + "material/stairs-box", + "material/stairs-down", + "material/stairs-up", + "material/stairs", + "material/stamper", + "material/standard-definition", + "material/star-box-multiple-outline", + "material/star-box-multiple", + "material/star-box-outline", + "material/star-box", + "material/star-check-outline", + "material/star-check", + "material/star-circle-outline", + "material/star-circle", + "material/star-cog-outline", + "material/star-cog", + "material/star-crescent", + "material/star-david", + "material/star-face", + "material/star-four-points-box-outline", + "material/star-four-points-box", + "material/star-four-points-circle-outline", + "material/star-four-points-circle", + "material/star-four-points-outline", + "material/star-four-points-small", + "material/star-four-points", + "material/star-half-full", + "material/star-half", + "material/star-minus-outline", + "material/star-minus", + "material/star-off-outline", + "material/star-off", + "material/star-outline", + "material/star-plus-outline", + "material/star-plus", + "material/star-remove-outline", + "material/star-remove", + "material/star-settings-outline", + "material/star-settings", + "material/star-shooting-outline", + "material/star-shooting", + "material/star-three-points-outline", + "material/star-three-points", + "material/star", + "material/state-machine", + "material/steam", + "material/steering-off", + "material/steering", + "material/step-backward-2", + "material/step-backward", + "material/step-forward-2", + "material/step-forward", + "material/stethoscope", + "material/sticker-alert-outline", + "material/sticker-alert", + "material/sticker-check-outline", + "material/sticker-check", + "material/sticker-circle-outline", + "material/sticker-emoji", + "material/sticker-minus-outline", + "material/sticker-minus", + "material/sticker-outline", + "material/sticker-plus-outline", + "material/sticker-plus", + "material/sticker-remove-outline", + "material/sticker-remove", + "material/sticker-text-outline", + "material/sticker-text", + "material/sticker", + "material/stocking", + "material/stomach", + "material/stool-outline", + "material/stool", + "material/stop-circle-outline", + "material/stop-circle", + "material/stop", + "material/storage-tank-outline", + "material/storage-tank", + "material/store-24-hour", + "material/store-alert-outline", + "material/store-alert", + "material/store-check-outline", + "material/store-check", + "material/store-clock-outline", + "material/store-clock", + "material/store-cog-outline", + "material/store-cog", + "material/store-edit-outline", + "material/store-edit", + "material/store-marker-outline", + "material/store-marker", + "material/store-minus-outline", + "material/store-minus", + "material/store-off-outline", + "material/store-off", + "material/store-outline", + "material/store-plus-outline", + "material/store-plus", + "material/store-remove-outline", + "material/store-remove", + "material/store-search-outline", + "material/store-search", + "material/store-settings-outline", + "material/store-settings", + "material/store", + "material/storefront-check-outline", + "material/storefront-check", + "material/storefront-edit-outline", + "material/storefront-edit", + "material/storefront-minus-outline", + "material/storefront-minus", + "material/storefront-outline", + "material/storefront-plus-outline", + "material/storefront-plus", + "material/storefront-remove-outline", + "material/storefront-remove", + "material/storefront", + "material/stove", + "material/strategy", + "material/stretch-to-page-outline", + "material/stretch-to-page", + "material/string-lights-off", + "material/string-lights", + "material/subdirectory-arrow-left", + "material/subdirectory-arrow-right", + "material/submarine", + "material/subtitles-outline", + "material/subtitles", + "material/subway-alert-variant", + "material/subway-variant", + "material/subway", + "material/summit", + "material/sun-angle-outline", + "material/sun-angle", + "material/sun-clock-outline", + "material/sun-clock", + "material/sun-compass", + "material/sun-snowflake-variant", + "material/sun-snowflake", + "material/sun-thermometer-outline", + "material/sun-thermometer", + "material/sun-wireless-outline", + "material/sun-wireless", + "material/sunglasses", + "material/surfing", + "material/surround-sound-2-0", + "material/surround-sound-2-1", + "material/surround-sound-3-1", + "material/surround-sound-5-1-2", + "material/surround-sound-5-1", + "material/surround-sound-7-1", + "material/surround-sound", + "material/svg", + "material/swap-horizontal-bold", + "material/swap-horizontal-circle-outline", + "material/swap-horizontal-circle", + "material/swap-horizontal-hidden", + "material/swap-horizontal-variant", + "material/swap-horizontal", + "material/swap-vertical-bold", + "material/swap-vertical-circle-outline", + "material/swap-vertical-circle", + "material/swap-vertical-variant", + "material/swap-vertical", + "material/swim", + "material/switch", + "material/sword-cross", + "material/sword", + "material/syllabary-hangul", + "material/syllabary-hiragana", + "material/syllabary-katakana-halfwidth", + "material/syllabary-katakana", + "material/symbol", + "material/symfony", + "material/synagogue-outline", + "material/synagogue", + "material/sync-alert", + "material/sync-circle", + "material/sync-off", + "material/sync", + "material/tab-minus", + "material/tab-plus", + "material/tab-remove", + "material/tab-search", + "material/tab-unselected", + "material/tab", + "material/table-account", + "material/table-alert", + "material/table-arrow-down", + "material/table-arrow-left", + "material/table-arrow-right", + "material/table-arrow-up", + "material/table-border", + "material/table-cancel", + "material/table-chair", + "material/table-check", + "material/table-clock", + "material/table-cog", + "material/table-column-plus-after", + "material/table-column-plus-before", + "material/table-column-remove", + "material/table-column-width", + "material/table-column", + "material/table-edit", + "material/table-eye-off", + "material/table-eye", + "material/table-filter", + "material/table-furniture", + "material/table-headers-eye-off", + "material/table-headers-eye", + "material/table-heart", + "material/table-key", + "material/table-large-plus", + "material/table-large-remove", + "material/table-large", + "material/table-lock", + "material/table-merge-cells", + "material/table-minus", + "material/table-multiple", + "material/table-network", + "material/table-of-contents", + "material/table-off", + "material/table-picnic", + "material/table-pivot", + "material/table-plus", + "material/table-question", + "material/table-refresh", + "material/table-remove", + "material/table-row-height", + "material/table-row-plus-after", + "material/table-row-plus-before", + "material/table-row-remove", + "material/table-row", + "material/table-search", + "material/table-settings", + "material/table-split-cell", + "material/table-star", + "material/table-sync", + "material/table-tennis", + "material/table", + "material/tablet-cellphone", + "material/tablet-dashboard", + "material/tablet", + "material/taco", + "material/tag-arrow-down-outline", + "material/tag-arrow-down", + "material/tag-arrow-left-outline", + "material/tag-arrow-left", + "material/tag-arrow-right-outline", + "material/tag-arrow-right", + "material/tag-arrow-up-outline", + "material/tag-arrow-up", + "material/tag-check-outline", + "material/tag-check", + "material/tag-edit-outline", + "material/tag-edit", + "material/tag-faces", + "material/tag-heart-outline", + "material/tag-heart", + "material/tag-hidden", + "material/tag-minus-outline", + "material/tag-minus", + "material/tag-multiple-outline", + "material/tag-multiple", + "material/tag-off-outline", + "material/tag-off", + "material/tag-outline", + "material/tag-plus-outline", + "material/tag-plus", + "material/tag-remove-outline", + "material/tag-remove", + "material/tag-search-outline", + "material/tag-search", + "material/tag-text-outline", + "material/tag-text", + "material/tag", + "material/tailwind", + "material/tally-mark-1", + "material/tally-mark-2", + "material/tally-mark-3", + "material/tally-mark-4", + "material/tally-mark-5", + "material/tangram", + "material/tank", + "material/tanker-truck", + "material/tape-drive", + "material/tape-measure", + "material/target-account", + "material/target-variant", + "material/target", + "material/taxi", + "material/tea-outline", + "material/tea", + "material/teamviewer", + "material/teddy-bear", + "material/telescope", + "material/television-ambient-light", + "material/television-box", + "material/television-classic-off", + "material/television-classic", + "material/television-guide", + "material/television-off", + "material/television-pause", + "material/television-play", + "material/television-shimmer", + "material/television-speaker-off", + "material/television-speaker", + "material/television-stop", + "material/television", + "material/temperature-celsius", + "material/temperature-fahrenheit", + "material/temperature-kelvin", + "material/temple-buddhist-outline", + "material/temple-buddhist", + "material/temple-hindu-outline", + "material/temple-hindu", + "material/tennis-ball-outline", + "material/tennis-ball", + "material/tennis", + "material/tent", + "material/terraform", + "material/terrain", + "material/test-tube-empty", + "material/test-tube-off", + "material/test-tube", + "material/text-account", + "material/text-box-check-outline", + "material/text-box-check", + "material/text-box-edit-outline", + "material/text-box-edit", + "material/text-box-minus-outline", + "material/text-box-minus", + "material/text-box-multiple-outline", + "material/text-box-multiple", + "material/text-box-outline", + "material/text-box-plus-outline", + "material/text-box-plus", + "material/text-box-remove-outline", + "material/text-box-remove", + "material/text-box-search-outline", + "material/text-box-search", + "material/text-box", + "material/text-long", + "material/text-recognition", + "material/text-search-variant", + "material/text-search", + "material/text-shadow", + "material/text-short", + "material/text", + "material/texture-box", + "material/texture", + "material/theater", + "material/theme-light-dark", + "material/thermometer-alert", + "material/thermometer-auto", + "material/thermometer-bluetooth", + "material/thermometer-check", + "material/thermometer-chevron-down", + "material/thermometer-chevron-up", + "material/thermometer-high", + "material/thermometer-lines", + "material/thermometer-low", + "material/thermometer-minus", + "material/thermometer-off", + "material/thermometer-plus", + "material/thermometer-probe-off", + "material/thermometer-probe", + "material/thermometer-water", + "material/thermometer", + "material/thermostat-auto", + "material/thermostat-box-auto", + "material/thermostat-box", + "material/thermostat-cog", + "material/thermostat", + "material/thought-bubble-outline", + "material/thought-bubble", + "material/thumb-down-outline", + "material/thumb-down", + "material/thumb-up-outline", + "material/thumb-up", + "material/thumbs-up-down-outline", + "material/thumbs-up-down", + "material/ticket-account", + "material/ticket-confirmation-outline", + "material/ticket-confirmation", + "material/ticket-outline", + "material/ticket-percent-outline", + "material/ticket-percent", + "material/ticket", + "material/tie", + "material/tilde-off", + "material/tilde", + "material/timelapse", + "material/timeline-alert-outline", + "material/timeline-alert", + "material/timeline-check-outline", + "material/timeline-check", + "material/timeline-clock-outline", + "material/timeline-clock", + "material/timeline-minus-outline", + "material/timeline-minus", + "material/timeline-outline", + "material/timeline-plus-outline", + "material/timeline-plus", + "material/timeline-question-outline", + "material/timeline-question", + "material/timeline-remove-outline", + "material/timeline-remove", + "material/timeline-text-outline", + "material/timeline-text", + "material/timeline", + "material/timer-10", + "material/timer-3", + "material/timer-alert-outline", + "material/timer-alert", + "material/timer-cancel-outline", + "material/timer-cancel", + "material/timer-check-outline", + "material/timer-check", + "material/timer-cog-outline", + "material/timer-cog", + "material/timer-edit-outline", + "material/timer-edit", + "material/timer-lock-open-outline", + "material/timer-lock-open", + "material/timer-lock-outline", + "material/timer-lock", + "material/timer-marker-outline", + "material/timer-marker", + "material/timer-minus-outline", + "material/timer-minus", + "material/timer-music-outline", + "material/timer-music", + "material/timer-off-outline", + "material/timer-off", + "material/timer-outline", + "material/timer-pause-outline", + "material/timer-pause", + "material/timer-play-outline", + "material/timer-play", + "material/timer-plus-outline", + "material/timer-plus", + "material/timer-refresh-outline", + "material/timer-refresh", + "material/timer-remove-outline", + "material/timer-remove", + "material/timer-sand-complete", + "material/timer-sand-empty", + "material/timer-sand-full", + "material/timer-sand-paused", + "material/timer-sand", + "material/timer-settings-outline", + "material/timer-settings", + "material/timer-star-outline", + "material/timer-star", + "material/timer-stop-outline", + "material/timer-stop", + "material/timer-sync-outline", + "material/timer-sync", + "material/timer", + "material/timetable", + "material/tire", + "material/toaster-off", + "material/toaster-oven", + "material/toaster", + "material/toggle-switch-off-outline", + "material/toggle-switch-off", + "material/toggle-switch-outline", + "material/toggle-switch-variant-off", + "material/toggle-switch-variant", + "material/toggle-switch", + "material/toilet", + "material/toolbox-outline", + "material/toolbox", + "material/tools", + "material/tooltip-account", + "material/tooltip-cellphone", + "material/tooltip-check-outline", + "material/tooltip-check", + "material/tooltip-edit-outline", + "material/tooltip-edit", + "material/tooltip-image-outline", + "material/tooltip-image", + "material/tooltip-minus-outline", + "material/tooltip-minus", + "material/tooltip-outline", + "material/tooltip-plus-outline", + "material/tooltip-plus", + "material/tooltip-question-outline", + "material/tooltip-question", + "material/tooltip-remove-outline", + "material/tooltip-remove", + "material/tooltip-text-outline", + "material/tooltip-text", + "material/tooltip", + "material/tooth-outline", + "material/tooth", + "material/toothbrush-electric", + "material/toothbrush-paste", + "material/toothbrush", + "material/torch", + "material/tortoise", + "material/toslink", + "material/touch-text-outline", + "material/tournament", + "material/tow-truck", + "material/tower-beach", + "material/tower-fire", + "material/town-hall", + "material/toy-brick-marker-outline", + "material/toy-brick-marker", + "material/toy-brick-minus-outline", + "material/toy-brick-minus", + "material/toy-brick-outline", + "material/toy-brick-plus-outline", + "material/toy-brick-plus", + "material/toy-brick-remove-outline", + "material/toy-brick-remove", + "material/toy-brick-search-outline", + "material/toy-brick-search", + "material/toy-brick", + "material/track-light-off", + "material/track-light", + "material/trackpad-lock", + "material/trackpad", + "material/tractor-variant", + "material/tractor", + "material/trademark", + "material/traffic-cone", + "material/traffic-light-outline", + "material/traffic-light", + "material/train-bus", + "material/train-car-autorack", + "material/train-car-box-full", + "material/train-car-box-open", + "material/train-car-box", + "material/train-car-caboose", + "material/train-car-centerbeam-full", + "material/train-car-centerbeam", + "material/train-car-container", + "material/train-car-flatbed-car", + "material/train-car-flatbed-tank", + "material/train-car-flatbed", + "material/train-car-gondola-full", + "material/train-car-gondola", + "material/train-car-hopper-covered", + "material/train-car-hopper-full", + "material/train-car-hopper", + "material/train-car-intermodal", + "material/train-car-passenger-door-open", + "material/train-car-passenger-door", + "material/train-car-passenger-variant", + "material/train-car-passenger", + "material/train-car-tank", + "material/train-car", + "material/train-variant", + "material/train", + "material/tram-side", + "material/tram", + "material/transcribe-close", + "material/transcribe", + "material/transfer-down", + "material/transfer-left", + "material/transfer-right", + "material/transfer-up", + "material/transfer", + "material/transit-connection-horizontal", + "material/transit-connection-variant", + "material/transit-connection", + "material/transit-detour", + "material/transit-skip", + "material/transit-transfer", + "material/transition-masked", + "material/transition", + "material/translate-off", + "material/translate-variant", + "material/translate", + "material/transmission-tower-export", + "material/transmission-tower-import", + "material/transmission-tower-off", + "material/transmission-tower", + "material/trash-can-outline", + "material/trash-can", + "material/tray-alert", + "material/tray-arrow-down", + "material/tray-arrow-up", + "material/tray-full", + "material/tray-minus", + "material/tray-plus", + "material/tray-remove", + "material/tray", + "material/treasure-chest-outline", + "material/treasure-chest", + "material/tree-outline", + "material/tree", + "material/trello", + "material/trending-down", + "material/trending-neutral", + "material/trending-up", + "material/triangle-down-outline", + "material/triangle-down", + "material/triangle-outline", + "material/triangle-small-down", + "material/triangle-small-up", + "material/triangle-wave", + "material/triangle", + "material/triforce", + "material/trophy-award", + "material/trophy-broken", + "material/trophy-outline", + "material/trophy-variant-outline", + "material/trophy-variant", + "material/trophy", + "material/truck-alert-outline", + "material/truck-alert", + "material/truck-cargo-container", + "material/truck-check-outline", + "material/truck-check", + "material/truck-delivery-outline", + "material/truck-delivery", + "material/truck-fast-outline", + "material/truck-fast", + "material/truck-flatbed", + "material/truck-minus-outline", + "material/truck-minus", + "material/truck-off-road-off", + "material/truck-off-road", + "material/truck-outline", + "material/truck-plus-outline", + "material/truck-plus", + "material/truck-remove-outline", + "material/truck-remove", + "material/truck-snowflake", + "material/truck-trailer", + "material/truck", + "material/trumpet", + "material/tshirt-crew-outline", + "material/tshirt-crew", + "material/tshirt-v-outline", + "material/tshirt-v", + "material/tsunami", + "material/tumble-dryer-alert", + "material/tumble-dryer-off", + "material/tumble-dryer", + "material/tune-variant", + "material/tune-vertical-variant", + "material/tune-vertical", + "material/tune", + "material/tunnel-outline", + "material/tunnel", + "material/turbine", + "material/turkey", + "material/turnstile-outline", + "material/turnstile", + "material/turtle", + "material/twitch", + "material/twitter", + "material/two-factor-authentication", + "material/typewriter", + "material/ubisoft", + "material/ubuntu", + "material/ufo-outline", + "material/ufo", + "material/ultra-high-definition", + "material/umbraco", + "material/umbrella-beach-outline", + "material/umbrella-beach", + "material/umbrella-closed-outline", + "material/umbrella-closed-variant", + "material/umbrella-closed", + "material/umbrella-outline", + "material/umbrella", + "material/underwear-outline", + "material/undo-variant", + "material/undo", + "material/unfold-less-horizontal", + "material/unfold-less-vertical", + "material/unfold-more-horizontal", + "material/unfold-more-vertical", + "material/ungroup", + "material/unicode", + "material/unicorn-variant", + "material/unicorn", + "material/unicycle", + "material/unity", + "material/unreal", + "material/update", + "material/upload-box-outline", + "material/upload-box", + "material/upload-circle-outline", + "material/upload-circle", + "material/upload-lock-outline", + "material/upload-lock", + "material/upload-multiple-outline", + "material/upload-multiple", + "material/upload-network-outline", + "material/upload-network", + "material/upload-off-outline", + "material/upload-off", + "material/upload-outline", + "material/upload", + "material/usb-c-port", + "material/usb-flash-drive-outline", + "material/usb-flash-drive", + "material/usb-port", + "material/usb", + "material/vacuum-outline", + "material/vacuum", + "material/valve-closed", + "material/valve-open", + "material/valve", + "material/van-passenger", + "material/van-utility", + "material/vanish-quarter", + "material/vanish", + "material/vanity-light", + "material/variable-box", + "material/variable", + "material/vector-arrange-above", + "material/vector-arrange-below", + "material/vector-bezier", + "material/vector-circle-variant", + "material/vector-circle", + "material/vector-combine", + "material/vector-curve", + "material/vector-difference-ab", + "material/vector-difference-ba", + "material/vector-difference", + "material/vector-ellipse", + "material/vector-intersection", + "material/vector-line", + "material/vector-link", + "material/vector-point-edit", + "material/vector-point-minus", + "material/vector-point-plus", + "material/vector-point-select", + "material/vector-point", + "material/vector-polygon-variant", + "material/vector-polygon", + "material/vector-polyline-edit", + "material/vector-polyline-minus", + "material/vector-polyline-plus", + "material/vector-polyline-remove", + "material/vector-polyline", + "material/vector-radius", + "material/vector-rectangle", + "material/vector-selection", + "material/vector-square-close", + "material/vector-square-edit", + "material/vector-square-minus", + "material/vector-square-open", + "material/vector-square-plus", + "material/vector-square-remove", + "material/vector-square", + "material/vector-triangle", + "material/vector-union", + "material/vhs", + "material/vibrate-off", + "material/vibrate", + "material/video-2d", + "material/video-3d-off", + "material/video-3d-variant", + "material/video-3d", + "material/video-4k-box", + "material/video-account", + "material/video-box-off", + "material/video-box", + "material/video-check-outline", + "material/video-check", + "material/video-high-definition", + "material/video-image", + "material/video-input-antenna", + "material/video-input-component", + "material/video-input-hdmi", + "material/video-input-scart", + "material/video-input-svideo", + "material/video-marker-outline", + "material/video-marker", + "material/video-minus-outline", + "material/video-minus", + "material/video-off-outline", + "material/video-off", + "material/video-outline", + "material/video-plus-outline", + "material/video-plus", + "material/video-stabilization", + "material/video-standard-definition", + "material/video-switch-outline", + "material/video-switch", + "material/video-vintage", + "material/video-wireless-outline", + "material/video-wireless", + "material/video", + "material/view-agenda-outline", + "material/view-agenda", + "material/view-array-outline", + "material/view-array", + "material/view-carousel-outline", + "material/view-carousel", + "material/view-column-outline", + "material/view-column", + "material/view-comfy-outline", + "material/view-comfy", + "material/view-compact-outline", + "material/view-compact", + "material/view-dashboard-edit-outline", + "material/view-dashboard-edit", + "material/view-dashboard-outline", + "material/view-dashboard-variant-outline", + "material/view-dashboard-variant", + "material/view-dashboard", + "material/view-day-outline", + "material/view-day", + "material/view-gallery-outline", + "material/view-gallery", + "material/view-grid-compact", + "material/view-grid-outline", + "material/view-grid-plus-outline", + "material/view-grid-plus", + "material/view-grid", + "material/view-headline", + "material/view-list-outline", + "material/view-list", + "material/view-module-outline", + "material/view-module", + "material/view-parallel-outline", + "material/view-parallel", + "material/view-quilt-outline", + "material/view-quilt", + "material/view-sequential-outline", + "material/view-sequential", + "material/view-split-horizontal", + "material/view-split-vertical", + "material/view-stream-outline", + "material/view-stream", + "material/view-week-outline", + "material/view-week", + "material/vimeo", + "material/violin", + "material/virtual-reality", + "material/virus-off-outline", + "material/virus-off", + "material/virus-outline", + "material/virus", + "material/vlc", + "material/voicemail", + "material/volcano-outline", + "material/volcano", + "material/volleyball", + "material/volume-equal", + "material/volume-high", + "material/volume-low", + "material/volume-medium", + "material/volume-minus", + "material/volume-mute", + "material/volume-off", + "material/volume-plus", + "material/volume-source", + "material/volume-variant-off", + "material/volume-vibrate", + "material/vote-outline", + "material/vote", + "material/vpn", + "material/vuejs", + "material/vuetify", + "material/walk", + "material/wall-fire", + "material/wall-sconce-flat-outline", + "material/wall-sconce-flat-variant-outline", + "material/wall-sconce-flat-variant", + "material/wall-sconce-flat", + "material/wall-sconce-outline", + "material/wall-sconce-round-outline", + "material/wall-sconce-round-variant-outline", + "material/wall-sconce-round-variant", + "material/wall-sconce-round", + "material/wall-sconce", + "material/wall", + "material/wallet-bifold-outline", + "material/wallet-bifold", + "material/wallet-giftcard", + "material/wallet-membership", + "material/wallet-outline", + "material/wallet-plus-outline", + "material/wallet-plus", + "material/wallet-travel", + "material/wallet", + "material/wallpaper", + "material/wan", + "material/wardrobe-outline", + "material/wardrobe", + "material/warehouse", + "material/washing-machine-alert", + "material/washing-machine-off", + "material/washing-machine", + "material/watch-export-variant", + "material/watch-export", + "material/watch-import-variant", + "material/watch-import", + "material/watch-variant", + "material/watch-vibrate-off", + "material/watch-vibrate", + "material/watch", + "material/water-alert-outline", + "material/water-alert", + "material/water-boiler-alert", + "material/water-boiler-auto", + "material/water-boiler-off", + "material/water-boiler", + "material/water-check-outline", + "material/water-check", + "material/water-circle", + "material/water-minus-outline", + "material/water-minus", + "material/water-off-outline", + "material/water-off", + "material/water-opacity", + "material/water-outline", + "material/water-percent-alert", + "material/water-percent", + "material/water-plus-outline", + "material/water-plus", + "material/water-polo", + "material/water-pump-off", + "material/water-pump", + "material/water-remove-outline", + "material/water-remove", + "material/water-sync", + "material/water-thermometer-outline", + "material/water-thermometer", + "material/water-well-outline", + "material/water-well", + "material/water", + "material/waterfall", + "material/watering-can-outline", + "material/watering-can", + "material/watermark", + "material/wave-arrow-down", + "material/wave-arrow-up", + "material/wave-undercurrent", + "material/wave", + "material/waveform", + "material/waves-arrow-left", + "material/waves-arrow-right", + "material/waves-arrow-up", + "material/waves", + "material/waze", + "material/weather-cloudy-alert", + "material/weather-cloudy-arrow-right", + "material/weather-cloudy-clock", + "material/weather-cloudy", + "material/weather-dust", + "material/weather-fog", + "material/weather-hail", + "material/weather-hazy", + "material/weather-hurricane-outline", + "material/weather-hurricane", + "material/weather-lightning-rainy", + "material/weather-lightning", + "material/weather-moonset-down", + "material/weather-moonset-up", + "material/weather-moonset", + "material/weather-night-partly-cloudy", + "material/weather-night", + "material/weather-partly-cloudy", + "material/weather-partly-lightning", + "material/weather-partly-rainy", + "material/weather-partly-snowy-rainy", + "material/weather-partly-snowy", + "material/weather-pouring", + "material/weather-rainy", + "material/weather-snowy-heavy", + "material/weather-snowy-rainy", + "material/weather-snowy", + "material/weather-sunny-alert", + "material/weather-sunny-off", + "material/weather-sunny", + "material/weather-sunset-down", + "material/weather-sunset-up", + "material/weather-sunset", + "material/weather-tornado", + "material/weather-windy-variant", + "material/weather-windy", + "material/web-box", + "material/web-cancel", + "material/web-check", + "material/web-clock", + "material/web-minus", + "material/web-off", + "material/web-plus", + "material/web-refresh", + "material/web-remove", + "material/web-sync", + "material/web", + "material/webcam-off", + "material/webcam", + "material/webhook", + "material/webpack", + "material/webrtc", + "material/wechat", + "material/weight-gram", + "material/weight-kilogram", + "material/weight-lifter", + "material/weight-pound", + "material/weight", + "material/whatsapp", + "material/wheel-barrow", + "material/wheelchair-accessibility", + "material/wheelchair", + "material/whistle-outline", + "material/whistle", + "material/white-balance-auto", + "material/white-balance-incandescent", + "material/white-balance-iridescent", + "material/white-balance-sunny", + "material/widgets-outline", + "material/widgets", + "material/wifi-alert", + "material/wifi-arrow-down", + "material/wifi-arrow-left-right", + "material/wifi-arrow-left", + "material/wifi-arrow-right", + "material/wifi-arrow-up-down", + "material/wifi-arrow-up", + "material/wifi-cancel", + "material/wifi-check", + "material/wifi-cog", + "material/wifi-lock-open", + "material/wifi-lock", + "material/wifi-marker", + "material/wifi-minus", + "material/wifi-off", + "material/wifi-plus", + "material/wifi-refresh", + "material/wifi-remove", + "material/wifi-settings", + "material/wifi-star", + "material/wifi-strength-1-alert", + "material/wifi-strength-1-lock-open", + "material/wifi-strength-1-lock", + "material/wifi-strength-1", + "material/wifi-strength-2-alert", + "material/wifi-strength-2-lock-open", + "material/wifi-strength-2-lock", + "material/wifi-strength-2", + "material/wifi-strength-3-alert", + "material/wifi-strength-3-lock-open", + "material/wifi-strength-3-lock", + "material/wifi-strength-3", + "material/wifi-strength-4-alert", + "material/wifi-strength-4-lock-open", + "material/wifi-strength-4-lock", + "material/wifi-strength-4", + "material/wifi-strength-alert-outline", + "material/wifi-strength-lock-open-outline", + "material/wifi-strength-lock-outline", + "material/wifi-strength-off-outline", + "material/wifi-strength-off", + "material/wifi-strength-outline", + "material/wifi-sync", + "material/wifi", + "material/wikipedia", + "material/wind-power-outline", + "material/wind-power", + "material/wind-turbine-alert", + "material/wind-turbine-check", + "material/wind-turbine", + "material/window-close", + "material/window-closed-variant", + "material/window-closed", + "material/window-maximize", + "material/window-minimize", + "material/window-open-variant", + "material/window-open", + "material/window-restore", + "material/window-shutter-alert", + "material/window-shutter-auto", + "material/window-shutter-cog", + "material/window-shutter-open", + "material/window-shutter-settings", + "material/window-shutter", + "material/windsock", + "material/wiper-wash-alert", + "material/wiper-wash", + "material/wiper", + "material/wizard-hat", + "material/wordpress", + "material/wrap-disabled", + "material/wrap", + "material/wrench-check-outline", + "material/wrench-check", + "material/wrench-clock-outline", + "material/wrench-clock", + "material/wrench-cog-outline", + "material/wrench-cog", + "material/wrench-outline", + "material/wrench", + "material/xamarin", + "material/xml", + "material/xmpp", + "material/yahoo", + "material/yeast", + "material/yin-yang", + "material/yoga", + "material/youtube-gaming", + "material/youtube-studio", + "material/youtube-subscription", + "material/youtube-tv", + "material/youtube", + "material/yurt", + "material/z-wave", + "material/zend", + "material/zigbee", + "material/zip-box-outline", + "material/zip-box", + "material/zip-disk", + "material/zodiac-aquarius", + "material/zodiac-aries", + "material/zodiac-cancer", + "material/zodiac-capricorn", + "material/zodiac-gemini", + "material/zodiac-leo", + "material/zodiac-libra", + "material/zodiac-pisces", + "material/zodiac-sagittarius", + "material/zodiac-scorpio", + "material/zodiac-taurus", + "material/zodiac-virgo", + "octicons/accessibility-16", + "octicons/accessibility-24", + "octicons/accessibility-inset-16", + "octicons/accessibility-inset-24", + "octicons/ai-model-16", + "octicons/ai-model-24", + "octicons/alert-16", + "octicons/alert-24", + "octicons/alert-fill-12", + "octicons/alert-fill-16", + "octicons/alert-fill-24", + "octicons/apps-16", + "octicons/apps-24", + "octicons/archive-16", + "octicons/archive-24", + "octicons/arrow-both-16", + "octicons/arrow-both-24", + "octicons/arrow-down-16", + "octicons/arrow-down-24", + "octicons/arrow-down-left-16", + "octicons/arrow-down-left-24", + "octicons/arrow-down-right-16", + "octicons/arrow-down-right-24", + "octicons/arrow-left-16", + "octicons/arrow-left-24", + "octicons/arrow-right-16", + "octicons/arrow-right-24", + "octicons/arrow-switch-16", + "octicons/arrow-switch-24", + "octicons/arrow-up-16", + "octicons/arrow-up-24", + "octicons/arrow-up-left-16", + "octicons/arrow-up-left-24", + "octicons/arrow-up-right-16", + "octicons/arrow-up-right-24", + "octicons/beaker-16", + "octicons/beaker-24", + "octicons/bell-16", + "octicons/bell-24", + "octicons/bell-fill-16", + "octicons/bell-fill-24", + "octicons/bell-slash-16", + "octicons/bell-slash-24", + "octicons/blocked-16", + "octicons/blocked-24", + "octicons/bold-16", + "octicons/bold-24", + "octicons/book-16", + "octicons/book-24", + "octicons/bookmark-16", + "octicons/bookmark-24", + "octicons/bookmark-fill-24", + "octicons/bookmark-filled-16", + "octicons/bookmark-slash-16", + "octicons/bookmark-slash-24", + "octicons/bookmark-slash-fill-16", + "octicons/bookmark-slash-fill-24", + "octicons/briefcase-16", + "octicons/briefcase-24", + "octicons/broadcast-16", + "octicons/broadcast-24", + "octicons/browser-16", + "octicons/browser-24", + "octicons/bug-16", + "octicons/bug-24", + "octicons/cache-16", + "octicons/cache-24", + "octicons/calendar-16", + "octicons/calendar-24", + "octicons/check-16", + "octicons/check-24", + "octicons/check-circle-16", + "octicons/check-circle-24", + "octicons/check-circle-fill-12", + "octicons/check-circle-fill-16", + "octicons/check-circle-fill-24", + "octicons/checkbox-16", + "octicons/checkbox-24", + "octicons/checklist-16", + "octicons/checklist-24", + "octicons/chevron-down-12", + "octicons/chevron-down-16", + "octicons/chevron-down-24", + "octicons/chevron-left-12", + "octicons/chevron-left-16", + "octicons/chevron-left-24", + "octicons/chevron-right-12", + "octicons/chevron-right-16", + "octicons/chevron-right-24", + "octicons/chevron-up-12", + "octicons/chevron-up-16", + "octicons/chevron-up-24", + "octicons/circle-16", + "octicons/circle-24", + "octicons/circle-slash-16", + "octicons/circle-slash-24", + "octicons/clock-16", + "octicons/clock-24", + "octicons/clock-fill-16", + "octicons/clock-fill-24", + "octicons/cloud-16", + "octicons/cloud-24", + "octicons/cloud-offline-16", + "octicons/cloud-offline-24", + "octicons/code-16", + "octicons/code-24", + "octicons/code-of-conduct-16", + "octicons/code-of-conduct-24", + "octicons/code-review-16", + "octicons/code-review-24", + "octicons/code-square-16", + "octicons/code-square-24", + "octicons/codescan-16", + "octicons/codescan-24", + "octicons/codescan-checkmark-16", + "octicons/codescan-checkmark-24", + "octicons/codespaces-16", + "octicons/codespaces-24", + "octicons/columns-16", + "octicons/columns-24", + "octicons/command-palette-16", + "octicons/command-palette-24", + "octicons/comment-16", + "octicons/comment-24", + "octicons/comment-discussion-16", + "octicons/comment-discussion-24", + "octicons/container-16", + "octicons/container-24", + "octicons/copilot-16", + "octicons/copilot-24", + "octicons/copilot-48", + "octicons/copilot-96", + "octicons/copilot-error-16", + "octicons/copilot-warning-16", + "octicons/copy-16", + "octicons/copy-24", + "octicons/cpu-16", + "octicons/cpu-24", + "octicons/credit-card-16", + "octicons/credit-card-24", + "octicons/cross-reference-16", + "octicons/cross-reference-24", + "octicons/dash-16", + "octicons/dash-24", + "octicons/database-16", + "octicons/database-24", + "octicons/dependabot-16", + "octicons/dependabot-24", + "octicons/desktop-download-16", + "octicons/desktop-download-24", + "octicons/device-camera-16", + "octicons/device-camera-24", + "octicons/device-camera-video-16", + "octicons/device-camera-video-24", + "octicons/device-desktop-16", + "octicons/device-desktop-24", + "octicons/device-mobile-16", + "octicons/device-mobile-24", + "octicons/devices-16", + "octicons/devices-24", + "octicons/diamond-16", + "octicons/diamond-24", + "octicons/diff-16", + "octicons/diff-24", + "octicons/diff-added-16", + "octicons/diff-added-24", + "octicons/diff-ignored-16", + "octicons/diff-ignored-24", + "octicons/diff-modified-16", + "octicons/diff-modified-24", + "octicons/diff-removed-16", + "octicons/diff-removed-24", + "octicons/diff-renamed-16", + "octicons/diff-renamed-24", + "octicons/discussion-closed-16", + "octicons/discussion-closed-24", + "octicons/discussion-duplicate-16", + "octicons/discussion-duplicate-24", + "octicons/discussion-outdated-16", + "octicons/discussion-outdated-24", + "octicons/dot-16", + "octicons/dot-24", + "octicons/dot-fill-16", + "octicons/dot-fill-24", + "octicons/download-16", + "octicons/download-24", + "octicons/duplicate-16", + "octicons/duplicate-24", + "octicons/ellipsis-16", + "octicons/ellipsis-24", + "octicons/eye-16", + "octicons/eye-24", + "octicons/eye-closed-16", + "octicons/eye-closed-24", + "octicons/feed-discussion-16", + "octicons/feed-forked-16", + "octicons/feed-heart-16", + "octicons/feed-issue-closed-16", + "octicons/feed-issue-draft-16", + "octicons/feed-issue-open-16", + "octicons/feed-issue-reopen-16", + "octicons/feed-merged-16", + "octicons/feed-person-16", + "octicons/feed-plus-16", + "octicons/feed-public-16", + "octicons/feed-pull-request-closed-16", + "octicons/feed-pull-request-draft-16", + "octicons/feed-pull-request-open-16", + "octicons/feed-repo-16", + "octicons/feed-rocket-16", + "octicons/feed-star-16", + "octicons/feed-tag-16", + "octicons/feed-trophy-16", + "octicons/file-16", + "octicons/file-24", + "octicons/file-added-16", + "octicons/file-added-24", + "octicons/file-badge-16", + "octicons/file-badge-24", + "octicons/file-binary-16", + "octicons/file-binary-24", + "octicons/file-code-16", + "octicons/file-code-24", + "octicons/file-diff-16", + "octicons/file-diff-24", + "octicons/file-directory-16", + "octicons/file-directory-24", + "octicons/file-directory-fill-16", + "octicons/file-directory-fill-24", + "octicons/file-directory-open-fill-16", + "octicons/file-directory-open-fill-24", + "octicons/file-directory-symlink-16", + "octicons/file-directory-symlink-24", + "octicons/file-media-16", + "octicons/file-media-24", + "octicons/file-moved-16", + "octicons/file-moved-24", + "octicons/file-removed-16", + "octicons/file-removed-24", + "octicons/file-submodule-16", + "octicons/file-submodule-24", + "octicons/file-symlink-file-16", + "octicons/file-symlink-file-24", + "octicons/file-zip-16", + "octicons/file-zip-24", + "octicons/filter-16", + "octicons/filter-24", + "octicons/filter-remove-16", + "octicons/filter-remove-24", + "octicons/fiscal-host-16", + "octicons/fiscal-host-24", + "octicons/flame-16", + "octicons/flame-24", + "octicons/fold-16", + "octicons/fold-24", + "octicons/fold-down-16", + "octicons/fold-down-24", + "octicons/fold-up-16", + "octicons/fold-up-24", + "octicons/gear-16", + "octicons/gear-24", + "octicons/gift-16", + "octicons/gift-24", + "octicons/git-branch-16", + "octicons/git-branch-24", + "octicons/git-commit-16", + "octicons/git-commit-24", + "octicons/git-compare-16", + "octicons/git-compare-24", + "octicons/git-merge-16", + "octicons/git-merge-24", + "octicons/git-merge-queue-16", + "octicons/git-merge-queue-24", + "octicons/git-pull-request-16", + "octicons/git-pull-request-24", + "octicons/git-pull-request-closed-16", + "octicons/git-pull-request-closed-24", + "octicons/git-pull-request-draft-16", + "octicons/git-pull-request-draft-24", + "octicons/globe-16", + "octicons/globe-24", + "octicons/goal-16", + "octicons/goal-24", + "octicons/grabber-16", + "octicons/grabber-24", + "octicons/graph-16", + "octicons/graph-24", + "octicons/hash-16", + "octicons/hash-24", + "octicons/heading-16", + "octicons/heading-24", + "octicons/heart-16", + "octicons/heart-24", + "octicons/heart-fill-16", + "octicons/heart-fill-24", + "octicons/history-16", + "octicons/history-24", + "octicons/home-16", + "octicons/home-24", + "octicons/home-fill-16", + "octicons/home-fill-24", + "octicons/horizontal-rule-16", + "octicons/horizontal-rule-24", + "octicons/hourglass-16", + "octicons/hourglass-24", + "octicons/hubot-16", + "octicons/hubot-24", + "octicons/id-badge-16", + "octicons/id-badge-24", + "octicons/image-16", + "octicons/image-24", + "octicons/inbox-16", + "octicons/inbox-24", + "octicons/infinity-16", + "octicons/infinity-24", + "octicons/info-16", + "octicons/info-24", + "octicons/issue-closed-16", + "octicons/issue-closed-24", + "octicons/issue-draft-16", + "octicons/issue-draft-24", + "octicons/issue-opened-16", + "octicons/issue-opened-24", + "octicons/issue-reopened-16", + "octicons/issue-reopened-24", + "octicons/issue-tracked-by-16", + "octicons/issue-tracked-by-24", + "octicons/issue-tracks-16", + "octicons/issue-tracks-24", + "octicons/italic-16", + "octicons/italic-24", + "octicons/iterations-16", + "octicons/iterations-24", + "octicons/kebab-horizontal-16", + "octicons/kebab-horizontal-24", + "octicons/key-16", + "octicons/key-24", + "octicons/key-asterisk-16", + "octicons/key-asterisk-24", + "octicons/law-16", + "octicons/law-24", + "octicons/light-bulb-16", + "octicons/light-bulb-24", + "octicons/link-16", + "octicons/link-24", + "octicons/link-external-16", + "octicons/link-external-24", + "octicons/list-ordered-16", + "octicons/list-ordered-24", + "octicons/list-unordered-16", + "octicons/list-unordered-24", + "octicons/location-16", + "octicons/location-24", + "octicons/lock-16", + "octicons/lock-24", + "octicons/log-16", + "octicons/log-24", + "octicons/logo-gist-16", + "octicons/logo-gist-24", + "octicons/logo-github-16", + "octicons/logo-github-24", + "octicons/mail-16", + "octicons/mail-24", + "octicons/mark-github-16", + "octicons/mark-github-24", + "octicons/markdown-16", + "octicons/markdown-24", + "octicons/megaphone-16", + "octicons/megaphone-24", + "octicons/mention-16", + "octicons/mention-24", + "octicons/meter-16", + "octicons/meter-24", + "octicons/milestone-16", + "octicons/milestone-24", + "octicons/mirror-16", + "octicons/mirror-24", + "octicons/moon-16", + "octicons/moon-24", + "octicons/mortar-board-16", + "octicons/mortar-board-24", + "octicons/move-to-bottom-16", + "octicons/move-to-bottom-24", + "octicons/move-to-end-16", + "octicons/move-to-end-24", + "octicons/move-to-start-16", + "octicons/move-to-start-24", + "octicons/move-to-top-16", + "octicons/move-to-top-24", + "octicons/multi-select-16", + "octicons/multi-select-24", + "octicons/mute-16", + "octicons/mute-24", + "octicons/no-entry-16", + "octicons/no-entry-24", + "octicons/no-entry-fill-12", + "octicons/north-star-16", + "octicons/north-star-24", + "octicons/note-16", + "octicons/note-24", + "octicons/number-16", + "octicons/number-24", + "octicons/organization-16", + "octicons/organization-24", + "octicons/package-16", + "octicons/package-24", + "octicons/package-dependencies-16", + "octicons/package-dependencies-24", + "octicons/package-dependents-16", + "octicons/package-dependents-24", + "octicons/paintbrush-16", + "octicons/paintbrush-24", + "octicons/paper-airplane-16", + "octicons/paper-airplane-24", + "octicons/paperclip-16", + "octicons/paperclip-24", + "octicons/passkey-fill-16", + "octicons/passkey-fill-24", + "octicons/paste-16", + "octicons/paste-24", + "octicons/pencil-16", + "octicons/pencil-24", + "octicons/people-16", + "octicons/people-24", + "octicons/person-16", + "octicons/person-24", + "octicons/person-add-16", + "octicons/person-add-24", + "octicons/person-fill-16", + "octicons/person-fill-24", + "octicons/pin-16", + "octicons/pin-24", + "octicons/pin-slash-16", + "octicons/pin-slash-24", + "octicons/pivot-column-16", + "octicons/pivot-column-24", + "octicons/play-16", + "octicons/play-24", + "octicons/plug-16", + "octicons/plug-24", + "octicons/plus-16", + "octicons/plus-24", + "octicons/plus-circle-16", + "octicons/plus-circle-24", + "octicons/project-16", + "octicons/project-24", + "octicons/project-roadmap-16", + "octicons/project-roadmap-24", + "octicons/project-symlink-16", + "octicons/project-symlink-24", + "octicons/project-template-16", + "octicons/project-template-24", + "octicons/pulse-16", + "octicons/pulse-24", + "octicons/question-16", + "octicons/question-24", + "octicons/quote-16", + "octicons/quote-24", + "octicons/read-16", + "octicons/read-24", + "octicons/redo-16", + "octicons/redo-24", + "octicons/rel-file-path-16", + "octicons/rel-file-path-24", + "octicons/reply-16", + "octicons/reply-24", + "octicons/repo-16", + "octicons/repo-24", + "octicons/repo-clone-16", + "octicons/repo-clone-24", + "octicons/repo-delete-24", + "octicons/repo-deleted-16", + "octicons/repo-forked-16", + "octicons/repo-forked-24", + "octicons/repo-locked-16", + "octicons/repo-locked-24", + "octicons/repo-pull-16", + "octicons/repo-pull-24", + "octicons/repo-push-16", + "octicons/repo-push-24", + "octicons/repo-template-16", + "octicons/repo-template-24", + "octicons/report-16", + "octicons/report-24", + "octicons/rocket-16", + "octicons/rocket-24", + "octicons/rows-16", + "octicons/rows-24", + "octicons/rss-16", + "octicons/rss-24", + "octicons/ruby-16", + "octicons/ruby-24", + "octicons/screen-full-16", + "octicons/screen-full-24", + "octicons/screen-normal-16", + "octicons/screen-normal-24", + "octicons/search-16", + "octicons/search-24", + "octicons/server-16", + "octicons/server-24", + "octicons/share-16", + "octicons/share-24", + "octicons/share-android-16", + "octicons/share-android-24", + "octicons/shield-16", + "octicons/shield-24", + "octicons/shield-check-16", + "octicons/shield-check-24", + "octicons/shield-lock-16", + "octicons/shield-lock-24", + "octicons/shield-slash-16", + "octicons/shield-slash-24", + "octicons/shield-x-16", + "octicons/shield-x-24", + "octicons/sidebar-collapse-16", + "octicons/sidebar-collapse-24", + "octicons/sidebar-expand-16", + "octicons/sidebar-expand-24", + "octicons/sign-in-16", + "octicons/sign-in-24", + "octicons/sign-out-16", + "octicons/sign-out-24", + "octicons/single-select-16", + "octicons/single-select-24", + "octicons/skip-16", + "octicons/skip-24", + "octicons/skip-fill-16", + "octicons/skip-fill-24", + "octicons/sliders-16", + "octicons/sliders-24", + "octicons/smiley-16", + "octicons/smiley-24", + "octicons/sort-asc-16", + "octicons/sort-asc-24", + "octicons/sort-desc-16", + "octicons/sort-desc-24", + "octicons/sparkle-fill-16", + "octicons/sparkle-fill-24", + "octicons/sponsor-tiers-16", + "octicons/sponsor-tiers-24", + "octicons/square-16", + "octicons/square-24", + "octicons/square-fill-16", + "octicons/square-fill-24", + "octicons/squirrel-16", + "octicons/squirrel-24", + "octicons/stack-16", + "octicons/stack-24", + "octicons/star-16", + "octicons/star-24", + "octicons/star-fill-16", + "octicons/star-fill-24", + "octicons/stop-16", + "octicons/stop-24", + "octicons/stopwatch-16", + "octicons/stopwatch-24", + "octicons/strikethrough-16", + "octicons/strikethrough-24", + "octicons/sun-16", + "octicons/sun-24", + "octicons/sync-16", + "octicons/sync-24", + "octicons/tab-16", + "octicons/tab-24", + "octicons/tab-external-16", + "octicons/tab-external-24", + "octicons/table-16", + "octicons/table-24", + "octicons/tag-16", + "octicons/tag-24", + "octicons/tasklist-16", + "octicons/tasklist-24", + "octicons/telescope-16", + "octicons/telescope-24", + "octicons/telescope-fill-16", + "octicons/telescope-fill-24", + "octicons/terminal-16", + "octicons/terminal-24", + "octicons/three-bars-16", + "octicons/three-bars-24", + "octicons/thumbsdown-16", + "octicons/thumbsdown-24", + "octicons/thumbsup-16", + "octicons/thumbsup-24", + "octicons/tools-16", + "octicons/tools-24", + "octicons/tracked-by-closed-completed-16", + "octicons/tracked-by-closed-completed-24", + "octicons/tracked-by-closed-not-planned-16", + "octicons/tracked-by-closed-not-planned-24", + "octicons/trash-16", + "octicons/trash-24", + "octicons/triangle-down-16", + "octicons/triangle-down-24", + "octicons/triangle-left-16", + "octicons/triangle-left-24", + "octicons/triangle-right-16", + "octicons/triangle-right-24", + "octicons/triangle-up-16", + "octicons/triangle-up-24", + "octicons/trophy-16", + "octicons/trophy-24", + "octicons/typography-16", + "octicons/typography-24", + "octicons/undo-16", + "octicons/undo-24", + "octicons/unfold-16", + "octicons/unfold-24", + "octicons/unlink-16", + "octicons/unlink-24", + "octicons/unlock-16", + "octicons/unlock-24", + "octicons/unmute-16", + "octicons/unmute-24", + "octicons/unread-16", + "octicons/unread-24", + "octicons/unverified-16", + "octicons/unverified-24", + "octicons/upload-16", + "octicons/upload-24", + "octicons/verified-16", + "octicons/verified-24", + "octicons/versions-16", + "octicons/versions-24", + "octicons/video-16", + "octicons/video-24", + "octicons/webhook-16", + "octicons/workflow-16", + "octicons/workflow-24", + "octicons/x-12", + "octicons/x-16", + "octicons/x-24", + "octicons/x-circle-16", + "octicons/x-circle-24", + "octicons/x-circle-fill-12", + "octicons/x-circle-fill-16", + "octicons/x-circle-fill-24", + "octicons/zap-16", + "octicons/zap-24", + "octicons/zoom-in-16", + "octicons/zoom-in-24", + "octicons/zoom-out-16", + "octicons/zoom-out-24", + "simple/1001tracklists", + "simple/1dot1dot1dot1", + "simple/1panel", + "simple/1password", + "simple/2fas", + "simple/2k", + "simple/30secondsofcode", + "simple/365datascience", + "simple/3m", + "simple/42", + "simple/4chan", + "simple/4d", + "simple/500px", + "simple/7zip", + "simple/99designs", + "simple/9gag", + "simple/abbott", + "simple/abbrobotstudio", + "simple/abbvie", + "simple/aboutdotme", + "simple/abstract", + "simple/abusedotch", + "simple/academia", + "simple/accenture", + "simple/accusoft", + "simple/acer", + "simple/acm", + "simple/actigraph", + "simple/activision", + "simple/activitypub", + "simple/actix", + "simple/actualbudget", + "simple/acura", + "simple/adafruit", + "simple/adblock", + "simple/adblockplus", + "simple/adguard", + "simple/adidas", + "simple/adminer", + "simple/adobe", + "simple/adobeacrobatreader", + "simple/adobeaftereffects", + "simple/adobeaudition", + "simple/adobecreativecloud", + "simple/adobedreamweaver", + "simple/adobefonts", + "simple/adobeillustrator", + "simple/adobeindesign", + "simple/adobelightroom", + "simple/adobelightroomclassic", + "simple/adobephotoshop", + "simple/adobepremierepro", + "simple/adobexd", + "simple/adonisjs", + "simple/adp", + "simple/adroll", + "simple/adventofcode", + "simple/adyen", + "simple/aegisauthenticator", + "simple/aerlingus", + "simple/aeroflot", + "simple/aeromexico", + "simple/aerospike", + "simple/aew", + "simple/affine", + "simple/affinity", + "simple/affinitydesigner", + "simple/affinityphoto", + "simple/affinitypublisher", + "simple/aframe", + "simple/afterpay", + "simple/agora", + "simple/aib", + "simple/aidungeon", + "simple/aiohttp", + "simple/aiqfome", + "simple/airasia", + "simple/airbnb", + "simple/airbrake", + "simple/airbus", + "simple/airbyte", + "simple/aircall", + "simple/aircanada", + "simple/airchina", + "simple/airfrance", + "simple/airindia", + "simple/airplayaudio", + "simple/airplayvideo", + "simple/airtable", + "simple/airtel", + "simple/airtransat", + "simple/ajv", + "simple/akamai", + "simple/akaunting", + "simple/akiflow", + "simple/alacritty", + "simple/alamy", + "simple/albertheijn", + "simple/alby", + "simple/alchemy", + "simple/aldinord", + "simple/aldisud", + "simple/alfaromeo", + "simple/alfred", + "simple/algolia", + "simple/algorand", + "simple/alibabacloud", + "simple/alibabadotcom", + "simple/alienware", + "simple/aliexpress", + "simple/alipay", + "simple/allegro", + "simple/alliedmodders", + "simple/allocine", + "simple/alltrails", + "simple/almalinux", + "simple/alpinedotjs", + "simple/alpinelinux", + "simple/alternativeto", + "simple/alteryx", + "simple/altiumdesigner", + "simple/alwaysdata", + "simple/alx", + "simple/amazon", + "simple/amazonalexa", + "simple/amazonapigateway", + "simple/amazoncloudwatch", + "simple/amazoncognito", + "simple/amazondocumentdb", + "simple/amazondynamodb", + "simple/amazonec2", + "simple/amazonecs", + "simple/amazoneks", + "simple/amazonelasticache", + "simple/amazonfiretv", + "simple/amazongames", + "simple/amazoniam", + "simple/amazonlumberyard", + "simple/amazonluna", + "simple/amazonmusic", + "simple/amazonpay", + "simple/amazonprime", + "simple/amazonrds", + "simple/amazonredshift", + "simple/amazonroute53", + "simple/amazons3", + "simple/amazonsimpleemailservice", + "simple/amazonsqs", + "simple/amazonwebservices", + "simple/amd", + "simple/ameba", + "simple/americanairlines", + "simple/americanexpress", + "simple/amg", + "simple/amp", + "simple/amul", + "simple/ana", + "simple/anaconda", + "simple/analogue", + "simple/andela", + "simple/android", + "simple/androidauto", + "simple/androidstudio", + "simple/angular", + "simple/anilist", + "simple/animalplanet", + "simple/ankermake", + "simple/anki", + "simple/ansible", + "simple/answer", + "simple/ansys", + "simple/anta", + "simple/antdesign", + "simple/antena3", + "simple/anthropic", + "simple/anycubic", + "simple/anydesk", + "simple/anytype", + "simple/aol", + "simple/apache", + "simple/apacheairflow", + "simple/apacheant", + "simple/apachecassandra", + "simple/apachecloudstack", + "simple/apachecordova", + "simple/apachecouchdb", + "simple/apachedolphinscheduler", + "simple/apachedruid", + "simple/apacheecharts", + "simple/apacheflink", + "simple/apachefreemarker", + "simple/apachegroovy", + "simple/apacheguacamole", + "simple/apachehadoop", + "simple/apachehbase", + "simple/apachehive", + "simple/apachejmeter", + "simple/apachekafka", + "simple/apachekylin", + "simple/apachemaven", + "simple/apachenetbeanside", + "simple/apachenifi", + "simple/apacheopenoffice", + "simple/apacheparquet", + "simple/apachepulsar", + "simple/apacherocketmq", + "simple/apachesolr", + "simple/apachespark", + "simple/apachestorm", + "simple/apachesuperset", + "simple/apachetomcat", + "simple/aparat", + "simple/apifox", + "simple/apmterminals", + "simple/apollographql", + "simple/apostrophe", + "simple/appian", + "simple/appium", + "simple/apple", + "simple/applearcade", + "simple/applemusic", + "simple/applenews", + "simple/applepay", + "simple/applepodcasts", + "simple/appletv", + "simple/appsignal", + "simple/appsmith", + "simple/appstore", + "simple/appveyor", + "simple/appwrite", + "simple/aqua", + "simple/aral", + "simple/arangodb", + "simple/arc", + "simple/arcgis", + "simple/archicad", + "simple/archiveofourown", + "simple/archlinux", + "simple/ardour", + "simple/arduino", + "simple/argo", + "simple/argos", + "simple/ariakit", + "simple/arkecosystem", + "simple/arlo", + "simple/arm", + "simple/armkeil", + "simple/arstechnica", + "simple/artifacthub", + "simple/artixlinux", + "simple/artstation", + "simple/arxiv", + "simple/asahilinux", + "simple/asana", + "simple/asciidoctor", + "simple/asciinema", + "simple/asda", + "simple/aseprite", + "simple/askfm", + "simple/assemblyscript", + "simple/asterisk", + "simple/astonmartin", + "simple/astra", + "simple/astral", + "simple/astro", + "simple/asus", + "simple/atandt", + "simple/atari", + "simple/atlasos", + "simple/atlassian", + "simple/auchan", + "simple/audacity", + "simple/audi", + "simple/audible", + "simple/audiobookshelf", + "simple/audioboom", + "simple/audiomack", + "simple/audiotechnica", + "simple/aurelia", + "simple/auth0", + "simple/authelia", + "simple/authentik", + "simple/authy", + "simple/autocad", + "simple/autocannon", + "simple/autodesk", + "simple/autodeskmaya", + "simple/autodeskrevit", + "simple/autohotkey", + "simple/autoit", + "simple/automattic", + "simple/autoprefixer", + "simple/autozone", + "simple/avajs", + "simple/avast", + "simple/avianca", + "simple/avira", + "simple/awesomelists", + "simple/awesomewm", + "simple/awsamplify", + "simple/awselasticloadbalancing", + "simple/awsfargate", + "simple/awslambda", + "simple/awsorganizations", + "simple/awssecretsmanager", + "simple/awwwards", + "simple/axios", + "simple/babel", + "simple/babelio", + "simple/babylondotjs", + "simple/backblaze", + "simple/backbonedotjs", + "simple/backendless", + "simple/backstage", + "simple/badoo", + "simple/baidu", + "simple/bakalari", + "simple/bamboo", + "simple/bambulab", + "simple/bandcamp", + "simple/bandlab", + "simple/bandrautomation", + "simple/bandsintown", + "simple/bankofamerica", + "simple/barclays", + "simple/baremetrics", + "simple/barmenia", + "simple/basecamp", + "simple/baserow", + "simple/basicattentiontoken", + "simple/bastyon", + "simple/bat", + "simple/bata", + "simple/battledotnet", + "simple/bazel", + "simple/beatport", + "simple/beats", + "simple/beatsbydre", + "simple/beatstars", + "simple/beekeeperstudio", + "simple/behance", + "simple/beijingsubway", + "simple/bem", + "simple/bentley", + "simple/bento", + "simple/bentobox", + "simple/bentoml", + "simple/bereal", + "simple/betfair", + "simple/betterstack", + "simple/bevy", + "simple/bigbasket", + "simple/bigbluebutton", + "simple/bigcartel", + "simple/bigcommerce", + "simple/bilibili", + "simple/billboard", + "simple/bim", + "simple/binance", + "simple/biolink", + "simple/biome", + "simple/bisecthosting", + "simple/bit", + "simple/bitbucket", + "simple/bitcoin", + "simple/bitcoincash", + "simple/bitcoinsv", + "simple/bitcomet", + "simple/bitdefender", + "simple/bitly", + "simple/bitrise", + "simple/bittorrent", + "simple/bitwarden", + "simple/bitwig", + "simple/blackberry", + "simple/blackmagicdesign", + "simple/blazemeter", + "simple/blazor", + "simple/blender", + "simple/blockbench", + "simple/blockchaindotcom", + "simple/blogger", + "simple/bloglovin", + "simple/blueprint", + "simple/bluesky", + "simple/bluesound", + "simple/bluetooth", + "simple/bmcsoftware", + "simple/bmw", + "simple/bnbchain", + "simple/boardgamegeek", + "simple/boat", + "simple/boehringeringelheim", + "simple/boeing", + "simple/bombardier", + "simple/bookalope", + "simple/bookbub", + "simple/bookmeter", + "simple/bookmyshow", + "simple/bookstack", + "simple/boost", + "simple/boosty", + "simple/boots", + "simple/bootstrap", + "simple/borgbackup", + "simple/bosch", + "simple/bose", + "simple/botblecms", + "simple/boulanger", + "simple/bower", + "simple/box", + "simple/boxysvg", + "simple/braintree", + "simple/brandfolder", + "simple/brave", + "simple/breaker", + "simple/brenntag", + "simple/brevo", + "simple/brex", + "simple/bricks", + "simple/britishairways", + "simple/broadcom", + "simple/bruno", + "simple/bsd", + "simple/bspwm", + "simple/bt", + "simple/buddy", + "simple/budibase", + "simple/buefy", + "simple/buffer", + "simple/bugatti", + "simple/bugcrowd", + "simple/bugsnag", + "simple/buhl", + "simple/buildkite", + "simple/builtbybit", + "simple/bukalapak", + "simple/bulma", + "simple/bun", + "simple/bungie", + "simple/bunq", + "simple/burgerking", + "simple/burpsuite", + "simple/burton", + "simple/buymeacoffee", + "simple/buysellads", + "simple/buzzfeed", + "simple/bvg", + "simple/byjus", + "simple/bytedance", + "simple/c", + "simple/cachet", + "simple/caddy", + "simple/cadillac", + "simple/cafepress", + "simple/caffeine", + "simple/cairographics", + "simple/cairometro", + "simple/cakephp", + "simple/caldotcom", + "simple/calendly", + "simple/calibreweb", + "simple/campaignmonitor", + "simple/camunda", + "simple/canonical", + "simple/canva", + "simple/canvas", + "simple/capacitor", + "simple/caprover", + "simple/cardano", + "simple/carlsberggroup", + "simple/carrd", + "simple/carrefour", + "simple/carthrottle", + "simple/carto", + "simple/cashapp", + "simple/castbox", + "simple/castorama", + "simple/castro", + "simple/caterpillar", + "simple/cbc", + "simple/cbs", + "simple/ccleaner", + "simple/cdprojekt", + "simple/celery", + "simple/celestron", + "simple/centos", + "simple/ceph", + "simple/cesium", + "simple/chai", + "simple/chainguard", + "simple/chainlink", + "simple/chakraui", + "simple/channel4", + "simple/charles", + "simple/chartdotjs", + "simple/chartmogul", + "simple/chase", + "simple/chatbot", + "simple/chatwoot", + "simple/checkio", + "simple/checkmarx", + "simple/checkmk", + "simple/chedraui", + "simple/cheerio", + "simple/chef", + "simple/chemex", + "simple/chessdotcom", + "simple/chevrolet", + "simple/chianetwork", + "simple/chinaeasternairlines", + "simple/chinasouthernairlines", + "simple/chocolatey", + "simple/chromatic", + "simple/chromecast", + "simple/chromewebstore", + "simple/chrysler", + "simple/chupachups", + "simple/cilium", + "simple/cinema4d", + "simple/cinnamon", + "simple/circle", + "simple/circleci", + "simple/circuitverse", + "simple/cirrusci", + "simple/cisco", + "simple/citrix", + "simple/citroen", + "simple/civicrm", + "simple/civo", + "simple/ckeditor4", + "simple/clarifai", + "simple/claris", + "simple/clarivate", + "simple/clerk", + "simple/clevercloud", + "simple/clickhouse", + "simple/clickup", + "simple/clion", + "simple/cliqz", + "simple/clockify", + "simple/clojure", + "simple/cloud66", + "simple/cloudbees", + "simple/cloudcannon", + "simple/cloudera", + "simple/cloudflare", + "simple/cloudflarepages", + "simple/cloudflareworkers", + "simple/cloudfoundry", + "simple/cloudinary", + "simple/cloudron", + "simple/cloudsmith", + "simple/cloudways", + "simple/clubforce", + "simple/clubhouse", + "simple/clyp", + "simple/cmake", + "simple/cncf", + "simple/cnet", + "simple/cnn", + "simple/cocacola", + "simple/cockpit", + "simple/cockroachlabs", + "simple/cocoapods", + "simple/cocos", + "simple/coda", + "simple/codacy", + "simple/codeberg", + "simple/codeblocks", + "simple/codecademy", + "simple/codeceptjs", + "simple/codechef", + "simple/codeclimate", + "simple/codecov", + "simple/codecrafters", + "simple/codefactor", + "simple/codeforces", + "simple/codefresh", + "simple/codeigniter", + "simple/codeium", + "simple/codemagic", + "simple/codementor", + "simple/codemirror", + "simple/codenewbie", + "simple/codepen", + "simple/codeproject", + "simple/coder", + "simple/codersrank", + "simple/coderwall", + "simple/codesandbox", + "simple/codeship", + "simple/codesignal", + "simple/codestream", + "simple/codewars", + "simple/codingame", + "simple/codingninjas", + "simple/codio", + "simple/coffeescript", + "simple/coggle", + "simple/cognizant", + "simple/coil", + "simple/coinbase", + "simple/coinmarketcap", + "simple/comicfury", + "simple/comma", + "simple/commerzbank", + "simple/commitlint", + "simple/commodore", + "simple/commonworkflowlanguage", + "simple/compilerexplorer", + "simple/composer", + "simple/comptia", + "simple/comsol", + "simple/conan", + "simple/concourse", + "simple/condaforge", + "simple/conekta", + "simple/confluence", + "simple/construct3", + "simple/consul", + "simple/contabo", + "simple/contactlesspayment", + "simple/containerd", + "simple/contao", + "simple/contentful", + "simple/contentstack", + "simple/contributorcovenant", + "simple/conventionalcommits", + "simple/convertio", + "simple/cookiecutter", + "simple/coolermaster", + "simple/coop", + "simple/copaairlines", + "simple/coppel", + "simple/cora", + "simple/coreldraw", + "simple/coronaengine", + "simple/coronarenderer", + "simple/corsair", + "simple/couchbase", + "simple/counterstrike", + "simple/countingworkspro", + "simple/coursera", + "simple/coveralls", + "simple/coze", + "simple/cpanel", + "simple/cplusplus", + "simple/cplusplusbuilder", + "simple/craftcms", + "simple/craftsman", + "simple/cratedb", + "simple/crayon", + "simple/creality", + "simple/createreactapp", + "simple/creativecommons", + "simple/creativetechnology", + "simple/credly", + "simple/crehana", + "simple/crewunited", + "simple/criticalrole", + "simple/crowdin", + "simple/crowdsource", + "simple/crunchbase", + "simple/crunchyroll", + "simple/cryengine", + "simple/cryptpad", + "simple/crystal", + "simple/csdn", + "simple/css3", + "simple/cssdesignawards", + "simple/cssmodules", + "simple/csswizardry", + "simple/cts", + "simple/cucumber", + "simple/cultura", + "simple/curl", + "simple/curseforge", + "simple/customink", + "simple/cyberdefenders", + "simple/cycling74", + "simple/cypress", + "simple/cytoscapedotjs", + "simple/d", + "simple/d3dotjs", + "simple/dacia", + "simple/daf", + "simple/dailydotdev", + "simple/dailymotion", + "simple/daisyui", + "simple/dapr", + "simple/darkreader", + "simple/dart", + "simple/darty", + "simple/daserste", + "simple/dash", + "simple/dashlane", + "simple/dask", + "simple/dassaultsystemes", + "simple/databricks", + "simple/datacamp", + "simple/datadog", + "simple/datadotai", + "simple/datagrip", + "simple/dataiku", + "simple/datastax", + "simple/datefns", + "simple/datev", + "simple/datocms", + "simple/datto", + "simple/davinciresolve", + "simple/dazhongdianping", + "simple/dazn", + "simple/dbeaver", + "simple/dblp", + "simple/dbt", + "simple/dcentertainment", + "simple/debian", + "simple/debridlink", + "simple/decapcms", + "simple/decentraland", + "simple/dedge", + "simple/deepcool", + "simple/deepgram", + "simple/deepin", + "simple/deepl", + "simple/deepnote", + "simple/delicious", + "simple/deliveroo", + "simple/dell", + "simple/delonghi", + "simple/delphi", + "simple/delta", + "simple/deluge", + "simple/deno", + "simple/denon", + "simple/dependabot", + "simple/dependencycheck", + "simple/depositphotos", + "simple/derspiegel", + "simple/deutschebahn", + "simple/deutschebank", + "simple/deutschepost", + "simple/deutschewelle", + "simple/devdotto", + "simple/devexpress", + "simple/deviantart", + "simple/devpost", + "simple/devrant", + "simple/dgraph", + "simple/dhl", + "simple/diagramsdotnet", + "simple/dialogflow", + "simple/diaspora", + "simple/dictionarydotcom", + "simple/digg", + "simple/digikeyelectronics", + "simple/digitalocean", + "simple/dinersclub", + "simple/dior", + "simple/directus", + "simple/discogs", + "simple/discord", + "simple/discourse", + "simple/discover", + "simple/disqus", + "simple/disroot", + "simple/distrokid", + "simple/django", + "simple/dji", + "simple/dlib", + "simple/dlna", + "simple/dm", + "simple/docker", + "simple/docsdotrs", + "simple/docsify", + "simple/doctrine", + "simple/docusaurus", + "simple/dogecoin", + "simple/doi", + "simple/dolby", + "simple/doordash", + "simple/dota2", + "simple/dotenv", + "simple/dotnet", + "simple/douban", + "simple/doubanread", + "simple/dovecot", + "simple/dovetail", + "simple/downdetector", + "simple/doxygen", + "simple/dpd", + "simple/dragonframe", + "simple/draugiemdotlv", + "simple/dreamstime", + "simple/dribbble", + "simple/drizzle", + "simple/drone", + "simple/drooble", + "simple/dropbox", + "simple/drupal", + "simple/dsautomobiles", + "simple/dts", + "simple/dtube", + "simple/ducati", + "simple/duckdb", + "simple/duckduckgo", + "simple/dungeonsanddragons", + "simple/dunked", + "simple/dunzo", + "simple/duolingo", + "simple/duplicati", + "simple/dvc", + "simple/dwavesystems", + "simple/dwm", + "simple/dynatrace", + "simple/e", + "simple/e3", + "simple/ea", + "simple/eagle", + "simple/easyeda", + "simple/easyjet", + "simple/ebay", + "simple/ebox", + "simple/eclipseadoptium", + "simple/eclipseche", + "simple/eclipseide", + "simple/eclipsejetty", + "simple/eclipsemosquitto", + "simple/eclipsevertdotx", + "simple/ecosia", + "simple/ecovacs", + "simple/edeka", + "simple/edgeimpulse", + "simple/editorconfig", + "simple/edotleclerc", + "simple/educative", + "simple/edx", + "simple/egghead", + "simple/egnyte", + "simple/eight", + "simple/eightsleep", + "simple/ejs", + "simple/elastic", + "simple/elasticcloud", + "simple/elasticsearch", + "simple/elasticstack", + "simple/elavon", + "simple/electron", + "simple/electronbuilder", + "simple/electronfiddle", + "simple/elegoo", + "simple/element", + "simple/elementary", + "simple/elementor", + "simple/eleventy", + "simple/elgato", + "simple/elixir", + "simple/eljueves", + "simple/ello", + "simple/elm", + "simple/elsevier", + "simple/embarcadero", + "simple/embark", + "simple/emberdotjs", + "simple/emby", + "simple/emirates", + "simple/emlakjet", + "simple/empirekred", + "simple/endeavouros", + "simple/engadget", + "simple/enpass", + "simple/enterprisedb", + "simple/envato", + "simple/envoyproxy", + "simple/epel", + "simple/epicgames", + "simple/epson", + "simple/equinixmetal", + "simple/eraser", + "simple/ericsson", + "simple/erlang", + "simple/erpnext", + "simple/esbuild", + "simple/esea", + "simple/eslgaming", + "simple/eslint", + "simple/esotericsoftware", + "simple/esphome", + "simple/espressif", + "simple/esri", + "simple/etcd", + "simple/ethereum", + "simple/ethers", + "simple/ethiopianairlines", + "simple/etihadairways", + "simple/etsy", + "simple/eventbrite", + "simple/eventstore", + "simple/evernote", + "simple/excalidraw", + "simple/exercism", + "simple/exordo", + "simple/exoscale", + "simple/expedia", + "simple/expensify", + "simple/expertsexchange", + "simple/expo", + "simple/express", + "simple/expressvpn", + "simple/eyeem", + "simple/f1", + "simple/f5", + "simple/facebook", + "simple/facebookgaming", + "simple/facebooklive", + "simple/faceit", + "simple/facepunch", + "simple/fairphone", + "simple/falco", + "simple/falcon", + "simple/fampay", + "simple/fandango", + "simple/fandom", + "simple/fanfou", + "simple/fantom", + "simple/farcaster", + "simple/fareharbor", + "simple/farfetch", + "simple/fastapi", + "simple/fastify", + "simple/fastlane", + "simple/fastly", + "simple/fathom", + "simple/fauna", + "simple/favro", + "simple/fdroid", + "simple/feathub", + "simple/fedex", + "simple/fedora", + "simple/feedly", + "simple/ferrari", + "simple/ferrarinv", + "simple/ferretdb", + "simple/ffmpeg", + "simple/fi", + "simple/fiat", + "simple/fidoalliance", + "simple/fifa", + "simple/fig", + "simple/figma", + "simple/figshare", + "simple/fila", + "simple/filedotio", + "simple/files", + "simple/filezilla", + "simple/fineco", + "simple/fing", + "simple/firebase", + "simple/firefish", + "simple/fireflyiii", + "simple/firefox", + "simple/firefoxbrowser", + "simple/fireship", + "simple/firewalla", + "simple/first", + "simple/fishshell", + "simple/fitbit", + "simple/fivem", + "simple/fiverr", + "simple/fizz", + "simple/flashforge", + "simple/flask", + "simple/flat", + "simple/flathub", + "simple/flatpak", + "simple/flickr", + "simple/flightaware", + "simple/flipboard", + "simple/flipkart", + "simple/floatplane", + "simple/flood", + "simple/fluentbit", + "simple/fluentd", + "simple/fluke", + "simple/flutter", + "simple/flux", + "simple/fluxus", + "simple/flydotio", + "simple/flyway", + "simple/fmod", + "simple/fnac", + "simple/folium", + "simple/fonoma", + "simple/fontawesome", + "simple/fontbase", + "simple/fontforge", + "simple/foobar2000", + "simple/foodpanda", + "simple/ford", + "simple/forgejo", + "simple/formik", + "simple/formspree", + "simple/formstack", + "simple/fortinet", + "simple/fortran", + "simple/fossa", + "simple/fossilscm", + "simple/foundryvirtualtabletop", + "simple/foursquare", + "simple/foursquarecityguide", + "simple/fox", + "simple/foxtel", + "simple/fozzy", + "simple/framer", + "simple/framework", + "simple/framework7", + "simple/franprix", + "simple/frappe", + "simple/fraunhofergesellschaft", + "simple/freebsd", + "simple/freecad", + "simple/freecodecamp", + "simple/freedesktopdotorg", + "simple/freelancer", + "simple/freelancermap", + "simple/freenas", + "simple/freepik", + "simple/fresh", + "simple/frontendmentor", + "simple/frontify", + "simple/fsecure", + "simple/fsharp", + "simple/fubo", + "simple/fueler", + "simple/fugacloud", + "simple/fujifilm", + "simple/fujitsu", + "simple/funimation", + "simple/furaffinity", + "simple/furrynetwork", + "simple/fusionauth", + "simple/futurelearn", + "simple/g2", + "simple/g2a", + "simple/g2g", + "simple/galaxus", + "simple/gameandwatch", + "simple/gamebanana", + "simple/gamedeveloper", + "simple/gamejolt", + "simple/gameloft", + "simple/gamemaker", + "simple/garmin", + "simple/gatling", + "simple/gatsby", + "simple/gcore", + "simple/gdal", + "simple/geant", + "simple/geeksforgeeks", + "simple/generalelectric", + "simple/generalmotors", + "simple/genius", + "simple/gentoo", + "simple/geocaching", + "simple/geode", + "simple/geopandas", + "simple/gerrit", + "simple/getx", + "simple/ghost", + "simple/ghostery", + "simple/gimp", + "simple/gin", + "simple/giphy", + "simple/git", + "simple/gitbook", + "simple/gitconnected", + "simple/gitea", + "simple/gitee", + "simple/gitextensions", + "simple/gitforwindows", + "simple/github", + "simple/githubactions", + "simple/githubcopilot", + "simple/githubpages", + "simple/githubsponsors", + "simple/gitignoredotio", + "simple/gitkraken", + "simple/gitlab", + "simple/gitlfs", + "simple/gitpod", + "simple/gitter", + "simple/glassdoor", + "simple/glide", + "simple/glitch", + "simple/globus", + "simple/glovo", + "simple/gltf", + "simple/gmail", + "simple/gnome", + "simple/gnometerminal", + "simple/gnu", + "simple/gnubash", + "simple/gnuemacs", + "simple/gnuicecat", + "simple/gnuprivacyguard", + "simple/gnusocial", + "simple/go", + "simple/gocd", + "simple/godaddy", + "simple/godotengine", + "simple/gofundme", + "simple/gogdotcom", + "simple/gojek", + "simple/goland", + "simple/goldenline", + "simple/goldmansachs", + "simple/goodreads", + "simple/google", + "simple/googleadmob", + "simple/googleads", + "simple/googleadsense", + "simple/googleanalytics", + "simple/googleappsscript", + "simple/googleassistant", + "simple/googleauthenticator", + "simple/googlebigquery", + "simple/googlebigtable", + "simple/googlecalendar", + "simple/googlecampaignmanager360", + "simple/googlecardboard", + "simple/googlechat", + "simple/googlechrome", + "simple/googlechronicle", + "simple/googleclassroom", + "simple/googlecloud", + "simple/googlecloudcomposer", + "simple/googlecloudspanner", + "simple/googlecloudstorage", + "simple/googlecolab", + "simple/googlecontaineroptimizedos", + "simple/googledataflow", + "simple/googledataproc", + "simple/googledatastudio", + "simple/googledisplayandvideo360", + "simple/googledocs", + "simple/googledrive", + "simple/googleearth", + "simple/googleearthengine", + "simple/googlefit", + "simple/googlefonts", + "simple/googleforms", + "simple/googlegemini", + "simple/googlehome", + "simple/googlekeep", + "simple/googlelens", + "simple/googlemaps", + "simple/googlemarketingplatform", + "simple/googlemeet", + "simple/googlemessages", + "simple/googlenearby", + "simple/googlenews", + "simple/googlepay", + "simple/googlephotos", + "simple/googleplay", + "simple/googlepubsub", + "simple/googlescholar", + "simple/googlesearchconsole", + "simple/googlesheets", + "simple/googleslides", + "simple/googlestreetview", + "simple/googletagmanager", + "simple/googletasks", + "simple/googletranslate", + "simple/gotomeeting", + "simple/grab", + "simple/gradle", + "simple/gradleplaypublisher", + "simple/grafana", + "simple/grammarly", + "simple/grandfrais", + "simple/grapheneos", + "simple/graphite", + "simple/graphql", + "simple/grav", + "simple/gravatar", + "simple/graylog", + "simple/greasyfork", + "simple/greatlearning", + "simple/greenhouse", + "simple/greensock", + "simple/griddotai", + "simple/gridsome", + "simple/groupme", + "simple/groupon", + "simple/grubhub", + "simple/grunt", + "simple/gsk", + "simple/gsmarenadotcom", + "simple/gstreamer", + "simple/gtk", + "simple/guangzhoumetro", + "simple/guilded", + "simple/guitarpro", + "simple/gulp", + "simple/gumroad", + "simple/gumtree", + "simple/gunicorn", + "simple/gurobi", + "simple/gusto", + "simple/gutenberg", + "simple/h3", + "simple/habr", + "simple/hackaday", + "simple/hackclub", + "simple/hackerearth", + "simple/hackernoon", + "simple/hackerone", + "simple/hackerrank", + "simple/hackster", + "simple/hackthebox", + "simple/hal", + "simple/handlebarsdotjs", + "simple/handm", + "simple/handshake", + "simple/handshake_protocol", + "simple/happycow", + "simple/harbor", + "simple/harmonyos", + "simple/hashicorp", + "simple/hashnode", + "simple/haskell", + "simple/hasura", + "simple/hatenabookmark", + "simple/haveibeenpwned", + "simple/haxe", + "simple/hbo", + "simple/hcl", + "simple/hdfcbank", + "simple/headlessui", + "simple/headphonezone", + "simple/headspace", + "simple/hearth", + "simple/hearthisdotat", + "simple/hedera", + "simple/helium", + "simple/helix", + "simple/hellofresh", + "simple/hellyhansen", + "simple/helm", + "simple/helpdesk", + "simple/helpscout", + "simple/hepsiemlak", + "simple/here", + "simple/hermes", + "simple/heroku", + "simple/hetzner", + "simple/hevy", + "simple/hexlet", + "simple/hexo", + "simple/hey", + "simple/hibernate", + "simple/hibob", + "simple/hilton", + "simple/hiltonhotelsandresorts", + "simple/hitachi", + "simple/hive", + "simple/hive_blockchain", + "simple/hivemq", + "simple/homarr", + "simple/homeadvisor", + "simple/homeassistant", + "simple/homeassistantcommunitystore", + "simple/homebrew", + "simple/homebridge", + "simple/homepage", + "simple/homify", + "simple/honda", + "simple/honey", + "simple/hono", + "simple/honor", + "simple/hootsuite", + "simple/hoppscotch", + "simple/hostinger", + "simple/hotelsdotcom", + "simple/hotjar", + "simple/hotwire", + "simple/houdini", + "simple/houzz", + "simple/hp", + "simple/hsbc", + "simple/html5", + "simple/htmlacademy", + "simple/htmx", + "simple/htop", + "simple/httpie", + "simple/huawei", + "simple/hubspot", + "simple/huggingface", + "simple/hugo", + "simple/humblebundle", + "simple/humhub", + "simple/hungryjacks", + "simple/husqvarna", + "simple/hyper", + "simple/hyperskill", + "simple/hyperx", + "simple/hypothesis", + "simple/hyprland", + "simple/hyundai", + "simple/i18next", + "simple/i3", + "simple/iata", + "simple/ibeacon", + "simple/iberia", + "simple/iced", + "simple/iceland", + "simple/icicibank", + "simple/icinga", + "simple/icloud", + "simple/icomoon", + "simple/icon", + "simple/iconfinder", + "simple/iconify", + "simple/iconjar", + "simple/icons8", + "simple/icq", + "simple/ieee", + "simple/ifixit", + "simple/ifood", + "simple/ifttt", + "simple/igdb", + "simple/ign", + "simple/iheartradio", + "simple/ikea", + "simple/iledefrancemobilites", + "simple/imagedotsc", + "simple/imagej", + "simple/imdb", + "simple/imessage", + "simple/imgur", + "simple/immer", + "simple/immich", + "simple/imou", + "simple/improvmx", + "simple/indeed", + "simple/indiansuperleague", + "simple/indiehackers", + "simple/indigo", + "simple/inductiveautomation", + "simple/inertia", + "simple/infiniti", + "simple/influxdb", + "simple/infomaniak", + "simple/infoq", + "simple/informatica", + "simple/infosys", + "simple/infracost", + "simple/ingress", + "simple/inkdrop", + "simple/inkscape", + "simple/inoreader", + "simple/insomnia", + "simple/inspire", + "simple/insta360", + "simple/instacart", + "simple/instagram", + "simple/instapaper", + "simple/instatus", + "simple/instructables", + "simple/instructure", + "simple/intel", + "simple/intellijidea", + "simple/interactiondesignfoundation", + "simple/interactjs", + "simple/interbase", + "simple/intercom", + "simple/intermarche", + "simple/internetarchive", + "simple/internetcomputer", + "simple/intigriti", + "simple/intuit", + "simple/invision", + "simple/invoiceninja", + "simple/iobroker", + "simple/ionic", + "simple/ionos", + "simple/ios", + "simple/iota", + "simple/ipfs", + "simple/iris", + "simple/irobot", + "simple/isc2", + "simple/issuu", + "simple/istio", + "simple/itchdotio", + "simple/iterm2", + "simple/itunes", + "simple/itvx", + "simple/iveco", + "simple/jabber", + "simple/jaeger", + "simple/jaguar", + "simple/jamboard", + "simple/jameson", + "simple/jamstack", + "simple/japanairlines", + "simple/jasmine", + "simple/javascript", + "simple/jbl", + "simple/jcb", + "simple/jeep", + "simple/jekyll", + "simple/jellyfin", + "simple/jenkins", + "simple/jest", + "simple/jet", + "simple/jetblue", + "simple/jetbrains", + "simple/jetpackcompose", + "simple/jfrog", + "simple/jfrogpipelines", + "simple/jhipster", + "simple/jinja", + "simple/jira", + "simple/jirasoftware", + "simple/jitpack", + "simple/jitsi", + "simple/johndeere", + "simple/joomla", + "simple/joplin", + "simple/jordan", + "simple/jouav", + "simple/jovian", + "simple/jpeg", + "simple/jquery", + "simple/jrgroup", + "simple/jsdelivr", + "simple/jsfiddle", + "simple/json", + "simple/jsonwebtokens", + "simple/jsr", + "simple/jss", + "simple/juce", + "simple/juejin", + "simple/juke", + "simple/julia", + "simple/junipernetworks", + "simple/junit5", + "simple/jupyter", + "simple/justeat", + "simple/justgiving", + "simple/k3s", + "simple/k6", + "simple/kaggle", + "simple/kagi", + "simple/kahoot", + "simple/kaios", + "simple/kakao", + "simple/kakaotalk", + "simple/kalilinux", + "simple/kamailio", + "simple/kaniko", + "simple/karlsruherverkehrsverbund", + "simple/kasasmart", + "simple/kashflow", + "simple/kaspersky", + "simple/katacoda", + "simple/katana", + "simple/kaufland", + "simple/kde", + "simple/kdenlive", + "simple/kdeplasma", + "simple/kedro", + "simple/keenetic", + "simple/keepachangelog", + "simple/keepassxc", + "simple/keeweb", + "simple/kentico", + "simple/keras", + "simple/keybase", + "simple/keycdn", + "simple/keycloak", + "simple/keystone", + "simple/kfc", + "simple/khanacademy", + "simple/khronosgroup", + "simple/kia", + "simple/kibana", + "simple/kicad", + "simple/kick", + "simple/kickstarter", + "simple/kik", + "simple/kingstontechnology", + "simple/kinopoisk", + "simple/kinsta", + "simple/kirby", + "simple/kit", + "simple/kitsu", + "simple/klarna", + "simple/klm", + "simple/klook", + "simple/knative", + "simple/knexdotjs", + "simple/knime", + "simple/knip", + "simple/knowledgebase", + "simple/known", + "simple/koa", + "simple/koc", + "simple/kodak", + "simple/kodi", + "simple/koenigsegg", + "simple/kofax", + "simple/kofi", + "simple/komoot", + "simple/konami", + "simple/kong", + "simple/kongregate", + "simple/konva", + "simple/kotlin", + "simple/koyeb", + "simple/krita", + "simple/ktm", + "simple/ktor", + "simple/kuaishou", + "simple/kubernetes", + "simple/kubuntu", + "simple/kucoin", + "simple/kuma", + "simple/kununu", + "simple/kuula", + "simple/kx", + "simple/kyocera", + "simple/labview", + "simple/lada", + "simple/lamborghini", + "simple/landrover", + "simple/langchain", + "simple/languagetool", + "simple/lapce", + "simple/laragon", + "simple/laravel", + "simple/laravelhorizon", + "simple/laravelnova", + "simple/lastdotfm", + "simple/lastpass", + "simple/latex", + "simple/launchpad", + "simple/lazarus", + "simple/lazyvim", + "simple/lbry", + "simple/leaderprice", + "simple/leaflet", + "simple/leagueoflegends", + "simple/leanpub", + "simple/leetcode", + "simple/lefthook", + "simple/legacygames", + "simple/leica", + "simple/lemmy", + "simple/lemonsqueezy", + "simple/lenovo", + "simple/lens", + "simple/leptos", + "simple/lequipe", + "simple/lerna", + "simple/leroymerlin", + "simple/leslibraires", + "simple/less", + "simple/letsencrypt", + "simple/letterboxd", + "simple/levelsdotfyi", + "simple/lg", + "simple/liberadotchat", + "simple/liberapay", + "simple/librariesdotio", + "simple/librarything", + "simple/libreoffice", + "simple/libreofficebase", + "simple/libreofficecalc", + "simple/libreofficedraw", + "simple/libreofficeimpress", + "simple/libreofficemath", + "simple/libreofficewriter", + "simple/libretranslate", + "simple/libretube", + "simple/librewolf", + "simple/libuv", + "simple/lichess", + "simple/lidl", + "simple/lifx", + "simple/lightburn", + "simple/lighthouse", + "simple/lightning", + "simple/limesurvey", + "simple/line", + "simple/lineageos", + "simple/linear", + "simple/lining", + "simple/linkedin", + "simple/linkerd", + "simple/linkfire", + "simple/linksys", + "simple/linktree", + "simple/lintcode", + "simple/linux", + "simple/linuxcontainers", + "simple/linuxfoundation", + "simple/linuxmint", + "simple/linuxprofessionalinstitute", + "simple/linuxserver", + "simple/lionair", + "simple/liquibase", + "simple/listmonk", + "simple/lit", + "simple/litecoin", + "simple/literal", + "simple/litiengine", + "simple/livechat", + "simple/livejournal", + "simple/livewire", + "simple/llvm", + "simple/lmms", + "simple/lobsters", + "simple/local", + "simple/lodash", + "simple/logitech", + "simple/logitechg", + "simple/logmein", + "simple/logseq", + "simple/logstash", + "simple/looker", + "simple/loom", + "simple/loop", + "simple/loopback", + "simple/lootcrate", + "simple/lospec", + "simple/lotpolishairlines", + "simple/ltspice", + "simple/lua", + "simple/lubuntu", + "simple/lucia", + "simple/lucid", + "simple/lucide", + "simple/ludwig", + "simple/lufthansa", + "simple/lumen", + "simple/lunacy", + "simple/lutris", + "simple/lydia", + "simple/lyft", + "simple/maas", + "simple/macos", + "simple/macpaw", + "simple/macys", + "simple/magasinsu", + "simple/magento", + "simple/magic", + "simple/magisk", + "simple/mahindra", + "simple/mailboxdotorg", + "simple/mailchimp", + "simple/maildotcom", + "simple/maildotru", + "simple/mailgun", + "simple/mailtrap", + "simple/mainwp", + "simple/majorleaguehacking", + "simple/make", + "simple/makerbot", + "simple/malt", + "simple/malwarebytes", + "simple/mambaui", + "simple/mamp", + "simple/man", + "simple/manageiq", + "simple/manjaro", + "simple/mantine", + "simple/mapbox", + "simple/maplibre", + "simple/mariadb", + "simple/mariadbfoundation", + "simple/markdown", + "simple/marketo", + "simple/marko", + "simple/marriott", + "simple/marvelapp", + "simple/maserati", + "simple/mastercard", + "simple/mastercomfig", + "simple/mastodon", + "simple/materialdesign", + "simple/materialdesignicons", + "simple/materialformkdocs", + "simple/matillion", + "simple/matomo", + "simple/matrix", + "simple/matterdotjs", + "simple/mattermost", + "simple/matternet", + "simple/mautic", + "simple/max", + "simple/maxplanckgesellschaft", + "simple/maytag", + "simple/mazda", + "simple/mcafee", + "simple/mcdonalds", + "simple/mclaren", + "simple/mdbook", + "simple/mdnwebdocs", + "simple/mdx", + "simple/mediafire", + "simple/mediamarkt", + "simple/mediapipe", + "simple/mediatek", + "simple/medibangpaint", + "simple/medium", + "simple/medusa", + "simple/meetup", + "simple/mega", + "simple/meilisearch", + "simple/meituan", + "simple/meizu", + "simple/mendeley", + "simple/mentorcruise", + "simple/mercadopago", + "simple/mercedes", + "simple/merck", + "simple/mercurial", + "simple/mermaid", + "simple/messenger", + "simple/meta", + "simple/metabase", + "simple/metacritic", + "simple/metafilter", + "simple/metasploit", + "simple/meteor", + "simple/metro", + "simple/metrodelaciudaddemexico", + "simple/metrodemadrid", + "simple/metrodeparis", + "simple/mewe", + "simple/mg", + "simple/microbit", + "simple/microdotblog", + "simple/microeditor", + "simple/microgenetics", + "simple/micropython", + "simple/microstation", + "simple/microstrategy", + "simple/midi", + "simple/migadu", + "simple/mihoyo", + "simple/mikrotik", + "simple/milanote", + "simple/milvus", + "simple/minds", + "simple/minetest", + "simple/mingww64", + "simple/mini", + "simple/minio", + "simple/mintlify", + "simple/minutemailer", + "simple/miraheze", + "simple/miro", + "simple/misskey", + "simple/mitsubishi", + "simple/mix", + "simple/mixcloud", + "simple/mixpanel", + "simple/mlb", + "simple/mlflow", + "simple/mobx", + "simple/mobxstatetree", + "simple/mocha", + "simple/mockserviceworker", + "simple/modal", + "simple/modin", + "simple/modrinth", + "simple/modx", + "simple/moleculer", + "simple/momenteo", + "simple/monero", + "simple/moneygram", + "simple/mongodb", + "simple/mongoose", + "simple/mongoosedotws", + "simple/monica", + "simple/monkeytie", + "simple/monkeytype", + "simple/monogame", + "simple/monoprix", + "simple/monster", + "simple/monzo", + "simple/moo", + "simple/moodle", + "simple/moonrepo", + "simple/moq", + "simple/moqups", + "simple/morrisons", + "simple/moscowmetro", + "simple/motorola", + "simple/mozilla", + "simple/mpv", + "simple/mqtt", + "simple/msi", + "simple/msibusiness", + "simple/mta", + "simple/mtr", + "simple/mubi", + "simple/mui", + "simple/mulesoft", + "simple/muller", + "simple/multisim", + "simple/mumble", + "simple/muo", + "simple/mural", + "simple/musescore", + "simple/musicbrainz", + "simple/mxlinux", + "simple/myanimelist", + "simple/myget", + "simple/myob", + "simple/myspace", + "simple/mysql", + "simple/n26", + "simple/n8n", + "simple/namebase", + "simple/namecheap", + "simple/namemc", + "simple/namesilo", + "simple/namuwiki", + "simple/nano", + "simple/nanostores", + "simple/nasa", + "simple/nationalgrid", + "simple/nationalrail", + "simple/nativescript", + "simple/natsdotio", + "simple/naver", + "simple/nba", + "simple/nbb", + "simple/nbc", + "simple/ndr", + "simple/near", + "simple/nebula", + "simple/nec", + "simple/neo4j", + "simple/neovim", + "simple/neptune", + "simple/nestjs", + "simple/netapp", + "simple/netbsd", + "simple/netcup", + "simple/netdata", + "simple/neteasecloudmusic", + "simple/netflix", + "simple/netgear", + "simple/netlify", + "simple/nette", + "simple/netto", + "simple/neutralinojs", + "simple/newbalance", + "simple/newegg", + "simple/newjapanprowrestling", + "simple/newrelic", + "simple/newyorktimes", + "simple/nexon", + "simple/nextbilliondotai", + "simple/nextcloud", + "simple/nextdns", + "simple/nextdoor", + "simple/nextdotjs", + "simple/nextra", + "simple/nextui", + "simple/nexusmods", + "simple/nfc", + "simple/nginx", + "simple/nginxproxymanager", + "simple/ngrok", + "simple/ngrx", + "simple/nhl", + "simple/nicehash", + "simple/niconico", + "simple/nike", + "simple/nikon", + "simple/nim", + "simple/nintendo", + "simple/nintendo3ds", + "simple/nintendogamecube", + "simple/nintendoswitch", + "simple/nissan", + "simple/nixos", + "simple/nodedotjs", + "simple/nodemon", + "simple/nodered", + "simple/nokia", + "simple/nomad", + "simple/norco", + "simple/nordicsemiconductor", + "simple/nordvpn", + "simple/normalizedotcss", + "simple/norton", + "simple/norwegian", + "simple/notepadplusplus", + "simple/notion", + "simple/notist", + "simple/nounproject", + "simple/novu", + "simple/now", + "simple/npm", + "simple/nrwl", + "simple/nsis", + "simple/ntfy", + "simple/nubank", + "simple/nucleo", + "simple/nuget", + "simple/nuke", + "simple/numba", + "simple/numpy", + "simple/nunjucks", + "simple/nushell", + "simple/nutanix", + "simple/nuxtdotjs", + "simple/nvidia", + "simple/nvm", + "simple/nx", + "simple/nxp", + "simple/nzxt", + "simple/o2", + "simple/observable", + "simple/obsidian", + "simple/obsstudio", + "simple/ocaml", + "simple/oclif", + "simple/octanerender", + "simple/octave", + "simple/octobercms", + "simple/octoprint", + "simple/octopusdeploy", + "simple/oculus", + "simple/odnoklassniki", + "simple/odoo", + "simple/odysee", + "simple/ohdear", + "simple/okcupid", + "simple/okta", + "simple/okx", + "simple/ollama", + "simple/oneplus", + "simple/onlyfans", + "simple/onlyoffice", + "simple/onnx", + "simple/onstar", + "simple/opel", + "simple/openaccess", + "simple/openai", + "simple/openaigym", + "simple/openapiinitiative", + "simple/openbadges", + "simple/openbsd", + "simple/openbugbounty", + "simple/opencollective", + "simple/opencontainersinitiative", + "simple/opencv", + "simple/openfaas", + "simple/opengl", + "simple/openhab", + "simple/openid", + "simple/openjdk", + "simple/openjsfoundation", + "simple/openlayers", + "simple/openmediavault", + "simple/openmined", + "simple/opennebula", + "simple/openproject", + "simple/openscad", + "simple/opensea", + "simple/opensearch", + "simple/opensourcehardware", + "simple/opensourceinitiative", + "simple/openssl", + "simple/openstack", + "simple/openstreetmap", + "simple/opensuse", + "simple/opentelemetry", + "simple/opentext", + "simple/opentofu", + "simple/openverse", + "simple/openvpn", + "simple/openwrt", + "simple/openzeppelin", + "simple/openzfs", + "simple/opera", + "simple/operagx", + "simple/opnsense", + "simple/oppo", + "simple/opsgenie", + "simple/opslevel", + "simple/optimism", + "simple/oracle", + "simple/orange", + "simple/orcid", + "simple/oreilly", + "simple/org", + "simple/organicmaps", + "simple/origin", + "simple/osano", + "simple/osf", + "simple/osgeo", + "simple/oshkosh", + "simple/osmc", + "simple/osu", + "simple/otto", + "simple/outline", + "simple/overcast", + "simple/overleaf", + "simple/ovh", + "simple/owasp", + "simple/owncloud", + "simple/oxygen", + "simple/oyo", + "simple/p5dotjs", + "simple/packagist", + "simple/packer", + "simple/packt", + "simple/paddle", + "simple/paddlepaddle", + "simple/paddypower", + "simple/pagekit", + "simple/pagerduty", + "simple/pagespeedinsights", + "simple/pagseguro", + "simple/palantir", + "simple/paloaltonetworks", + "simple/paloaltosoftware", + "simple/panasonic", + "simple/pandas", + "simple/pandora", + "simple/pantheon", + "simple/paperlessngx", + "simple/paperspace", + "simple/paperswithcode", + "simple/paramountplus", + "simple/paritysubstrate", + "simple/parrotsecurity", + "simple/parsedotly", + "simple/passport", + "simple/pastebin", + "simple/patreon", + "simple/paychex", + "simple/payhip", + "simple/payloadcms", + "simple/payoneer", + "simple/paypal", + "simple/paytm", + "simple/pcgamingwiki", + "simple/pdm", + "simple/pdq", + "simple/peakdesign", + "simple/pearson", + "simple/peerlist", + "simple/peertube", + "simple/pegasusairlines", + "simple/pelican", + "simple/peloton", + "simple/penny", + "simple/penpot", + "simple/percy", + "simple/perforce", + "simple/perl", + "simple/perplexity", + "simple/persistent", + "simple/personio", + "simple/petsathome", + "simple/peugeot", + "simple/pexels", + "simple/pfsense", + "simple/phabricator", + "simple/philipshue", + "simple/phoenixframework", + "simple/phonepe", + "simple/phosphoricons", + "simple/photobucket", + "simple/photocrowd", + "simple/photon", + "simple/photopea", + "simple/php", + "simple/phpmyadmin", + "simple/phpstorm", + "simple/piaggiogroup", + "simple/piapro", + "simple/picardsurgeles", + "simple/picartodottv", + "simple/picnic", + "simple/picpay", + "simple/picrew", + "simple/picxy", + "simple/pihole", + "simple/pimcore", + "simple/pinboard", + "simple/pinescript", + "simple/pinetwork", + "simple/pingdom", + "simple/pino", + "simple/pinterest", + "simple/pioneerdj", + "simple/piped", + "simple/pipx", + "simple/pivotaltracker", + "simple/piwigo", + "simple/pix", + "simple/pixabay", + "simple/pixelfed", + "simple/pixiv", + "simple/pixlr", + "simple/pkgsrc", + "simple/planet", + "simple/planetscale", + "simple/plangrid", + "simple/platformdotsh", + "simple/platformio", + "simple/platzi", + "simple/plausibleanalytics", + "simple/playcanvas", + "simple/playerdotme", + "simple/playerfm", + "simple/playstation", + "simple/playstation2", + "simple/playstation3", + "simple/playstation4", + "simple/playstation5", + "simple/playstationportable", + "simple/playstationvita", + "simple/pleroma", + "simple/plesk", + "simple/plex", + "simple/plotly", + "simple/plume", + "simple/pluralsight", + "simple/plurk", + "simple/pluscodes", + "simple/pm2", + "simple/pnpm", + "simple/pocket", + "simple/pocketbase", + "simple/pocketcasts", + "simple/podcastaddict", + "simple/podcastindex", + "simple/podman", + "simple/poe", + "simple/poetry", + "simple/pointy", + "simple/pokemon", + "simple/polars", + "simple/polestar", + "simple/polkadot", + "simple/poly", + "simple/polygon", + "simple/polymerproject", + "simple/polywork", + "simple/pond5", + "simple/popos", + "simple/porkbun", + "simple/porsche", + "simple/portainer", + "simple/portswigger", + "simple/posit", + "simple/postcss", + "simple/postgresql", + "simple/posthog", + "simple/postman", + "simple/postmates", + "simple/powers", + "simple/prdotco", + "simple/preact", + "simple/precommit", + "simple/prefect", + "simple/premierleague", + "simple/prepbytes", + "simple/prestashop", + "simple/presto", + "simple/prettier", + "simple/pretzel", + "simple/prevention", + "simple/prezi", + "simple/prime", + "simple/primefaces", + "simple/primeng", + "simple/primereact", + "simple/primevideo", + "simple/primevue", + "simple/printables", + "simple/prisma", + "simple/prismic", + "simple/privatedivision", + "simple/privateinternetaccess", + "simple/probot", + "simple/processingfoundation", + "simple/processwire", + "simple/producthunt", + "simple/progate", + "simple/progress", + "simple/prometheus", + "simple/pronounsdotpage", + "simple/prosieben", + "simple/proteus", + "simple/protocolsdotio", + "simple/protodotio", + "simple/proton", + "simple/protoncalendar", + "simple/protondb", + "simple/protondrive", + "simple/protonmail", + "simple/protonvpn", + "simple/protools", + "simple/protractor", + "simple/proxmox", + "simple/pterodactyl", + "simple/pubg", + "simple/publons", + "simple/pubmed", + "simple/pug", + "simple/pulumi", + "simple/puma", + "simple/puppet", + "simple/puppeteer", + "simple/purescript", + "simple/purgecss", + "simple/purism", + "simple/pushbullet", + "simple/pusher", + "simple/pwa", + "simple/pycharm", + "simple/pycqa", + "simple/pydantic", + "simple/pyg", + "simple/pypi", + "simple/pypy", + "simple/pyscaffold", + "simple/pysyft", + "simple/pytest", + "simple/python", + "simple/pythonanywhere", + "simple/pytorch", + "simple/pyup", + "simple/qantas", + "simple/qase", + "simple/qatarairways", + "simple/qbittorrent", + "simple/qemu", + "simple/qgis", + "simple/qi", + "simple/qiita", + "simple/qiskit", + "simple/qiwi", + "simple/qlik", + "simple/qmk", + "simple/qnap", + "simple/qt", + "simple/qualcomm", + "simple/qualtrics", + "simple/qualys", + "simple/quantcast", + "simple/quantconnect", + "simple/quarkus", + "simple/quarto", + "simple/quasar", + "simple/qubesos", + "simple/quest", + "simple/quickbooks", + "simple/quicklook", + "simple/quicktime", + "simple/quicktype", + "simple/quip", + "simple/quizlet", + "simple/quora", + "simple/qwant", + "simple/qwik", + "simple/qwiklabs", + "simple/qzone", + "simple/r", + "simple/r3", + "simple/rabbitmq", + "simple/racket", + "simple/radar", + "simple/radarr", + "simple/radiopublic", + "simple/radixui", + "simple/radstudio", + "simple/railway", + "simple/rainmeter", + "simple/rakuten", + "simple/ram", + "simple/rancher", + "simple/rapid", + "simple/rarible", + "simple/rasa", + "simple/raspberrypi", + "simple/ravelry", + "simple/ray", + "simple/raycast", + "simple/raylib", + "simple/razer", + "simple/razorpay", + "simple/rclone", + "simple/react", + "simple/reactbootstrap", + "simple/reacthookform", + "simple/reactiveresume", + "simple/reactivex", + "simple/reactos", + "simple/reactquery", + "simple/reactrouter", + "simple/reacttable", + "simple/readdotcv", + "simple/readme", + "simple/readthedocs", + "simple/realm", + "simple/reason", + "simple/reasonstudios", + "simple/recoil", + "simple/red", + "simple/redash", + "simple/redbubble", + "simple/redbull", + "simple/redcandlegames", + "simple/reddit", + "simple/redhat", + "simple/redhatopenshift", + "simple/redis", + "simple/redmine", + "simple/redox", + "simple/redragon", + "simple/redsys", + "simple/redux", + "simple/reduxsaga", + "simple/redwoodjs", + "simple/reebok", + "simple/refine", + "simple/relay", + "simple/relianceindustrieslimited", + "simple/remark", + "simple/remedyentertainment", + "simple/remix", + "simple/removedotbg", + "simple/renault", + "simple/render", + "simple/renovate", + "simple/renpy", + "simple/renren", + "simple/replit", + "simple/republicofgamers", + "simple/rescript", + "simple/rescuetime", + "simple/researchgate", + "simple/resend", + "simple/resharper", + "simple/resurrectionremixos", + "simple/retool", + "simple/retroarch", + "simple/retropie", + "simple/revanced", + "simple/revealdotjs", + "simple/reverbnation", + "simple/revoltdotchat", + "simple/revolut", + "simple/revue", + "simple/rewe", + "simple/rezgo", + "simple/rhinoceros", + "simple/rich", + "simple/rider", + "simple/rimacautomobili", + "simple/rime", + "simple/ring", + "simple/riotgames", + "simple/ripple", + "simple/riscv", + "simple/riseup", + "simple/ritzcarlton", + "simple/rive", + "simple/roadmapdotsh", + "simple/roamresearch", + "simple/robinhood", + "simple/roblox", + "simple/robloxstudio", + "simple/roboflow", + "simple/robotframework", + "simple/rocket", + "simple/rocketdotchat", + "simple/rocksdb", + "simple/rockstargames", + "simple/rockwellautomation", + "simple/rockylinux", + "simple/roku", + "simple/roll20", + "simple/rollsroyce", + "simple/rollupdotjs", + "simple/roon", + "simple/rootme", + "simple/roots", + "simple/rootsbedrock", + "simple/rootssage", + "simple/ros", + "simple/rossmann", + "simple/rotaryinternational", + "simple/rottentomatoes", + "simple/roundcube", + "simple/rsocket", + "simple/rss", + "simple/rstudioide", + "simple/rte", + "simple/rtl", + "simple/rtlzwei", + "simple/rtm", + "simple/rubocop", + "simple/ruby", + "simple/rubygems", + "simple/rubymine", + "simple/rubyonrails", + "simple/rubysinatra", + "simple/ruff", + "simple/rumahweb", + "simple/rumble", + "simple/rundeck", + "simple/runkeeper", + "simple/runkit", + "simple/runrundotit", + "simple/rust", + "simple/rustdesk", + "simple/rxdb", + "simple/ryanair", + "simple/rye", + "simple/s7airlines", + "simple/sabanci", + "simple/safari", + "simple/sage", + "simple/sahibinden", + "simple/sailfishos", + "simple/sailsdotjs", + "simple/salesforce", + "simple/salla", + "simple/saltproject", + "simple/samsclub", + "simple/samsung", + "simple/samsungpay", + "simple/sandisk", + "simple/sanfranciscomunicipalrailway", + "simple/sanic", + "simple/sanity", + "simple/saopaulometro", + "simple/sap", + "simple/sartorius", + "simple/sass", + "simple/sat1", + "simple/satellite", + "simple/saturn", + "simple/saucelabs", + "simple/saudia", + "simple/scala", + "simple/scaleway", + "simple/scania", + "simple/schneiderelectric", + "simple/scikitlearn", + "simple/scilab", + "simple/scipy", + "simple/scopus", + "simple/scpfoundation", + "simple/scrapbox", + "simple/scrapy", + "simple/scratch", + "simple/screencastify", + "simple/scribd", + "simple/scrimba", + "simple/scrollreveal", + "simple/scrumalliance", + "simple/scrutinizerci", + "simple/scylladb", + "simple/seagate", + "simple/searxng", + "simple/seat", + "simple/seatgeek", + "simple/securityscorecard", + "simple/sefaria", + "simple/sega", + "simple/selenium", + "simple/sellfy", + "simple/semanticrelease", + "simple/semanticscholar", + "simple/semanticui", + "simple/semanticuireact", + "simple/semanticweb", + "simple/semaphoreci", + "simple/semrush", + "simple/semver", + "simple/sencha", + "simple/sendgrid", + "simple/sennheiser", + "simple/sensu", + "simple/sentry", + "simple/sepa", + "simple/sequelize", + "simple/serverfault", + "simple/serverless", + "simple/session", + "simple/sessionize", + "simple/setapp", + "simple/sfml", + "simple/shadcnui", + "simple/shadow", + "simple/shanghaimetro", + "simple/sharex", + "simple/sharp", + "simple/shazam", + "simple/shell", + "simple/shelly", + "simple/shenzhenmetro", + "simple/shieldsdotio", + "simple/shikimori", + "simple/shopee", + "simple/shopify", + "simple/shopware", + "simple/shortcut", + "simple/showpad", + "simple/showtime", + "simple/showwcase", + "simple/shutterstock", + "simple/sidekiq", + "simple/sidequest", + "simple/siemens", + "simple/sifive", + "simple/signal", + "simple/similarweb", + "simple/simkl", + "simple/simpleanalytics", + "simple/simpleicons", + "simple/simplelogin", + "simple/simplenote", + "simple/sinaweibo", + "simple/singaporeairlines", + "simple/singlestore", + "simple/sitecore", + "simple/sitepoint", + "simple/siyuan", + "simple/skaffold", + "simple/sketch", + "simple/sketchfab", + "simple/sketchup", + "simple/skillshare", + "simple/skoda", + "simple/sky", + "simple/skypack", + "simple/skyrock", + "simple/slack", + "simple/slackware", + "simple/slashdot", + "simple/slickpic", + "simple/slides", + "simple/slideshare", + "simple/slint", + "simple/smart", + "simple/smartthings", + "simple/smashdotgg", + "simple/smashingmagazine", + "simple/smrt", + "simple/smugmug", + "simple/snapchat", + "simple/snapcraft", + "simple/sncf", + "simple/snort", + "simple/snowflake", + "simple/snowpack", + "simple/snyk", + "simple/socialblade", + "simple/society6", + "simple/socketdotio", + "simple/softpedia", + "simple/sogou", + "simple/solana", + "simple/solid", + "simple/solidity", + "simple/sololearn", + "simple/solus", + "simple/sonar", + "simple/sonarcloud", + "simple/sonarlint", + "simple/sonarqube", + "simple/sonarr", + "simple/sonatype", + "simple/songkick", + "simple/songoda", + "simple/sonicwall", + "simple/sonos", + "simple/sony", + "simple/soriana", + "simple/soundcharts", + "simple/soundcloud", + "simple/sourceengine", + "simple/sourceforge", + "simple/sourcehut", + "simple/sourcetree", + "simple/southwestairlines", + "simple/spacemacs", + "simple/spaceship", + "simple/spacex", + "simple/spacy", + "simple/sparkar", + "simple/sparkasse", + "simple/sparkfun", + "simple/sparkpost", + "simple/spdx", + "simple/speakerdeck", + "simple/spectrum", + "simple/speedtest", + "simple/speedypage", + "simple/sphinx", + "simple/spigotmc", + "simple/spine", + "simple/spinnaker", + "simple/spinrilla", + "simple/splunk", + "simple/spoj", + "simple/spond", + "simple/spotify", + "simple/spotlight", + "simple/spreadshirt", + "simple/spreaker", + "simple/spring", + "simple/springboot", + "simple/springsecurity", + "simple/spring_creators", + "simple/spyderide", + "simple/sqlalchemy", + "simple/sqlite", + "simple/square", + "simple/squareenix", + "simple/squarespace", + "simple/srgssr", + "simple/ssrn", + "simple/sst", + "simple/stackbit", + "simple/stackblitz", + "simple/stackedit", + "simple/stackexchange", + "simple/stackhawk", + "simple/stackoverflow", + "simple/stackpath", + "simple/stackshare", + "simple/stadia", + "simple/staffbase", + "simple/stagetimer", + "simple/standardjs", + "simple/standardresume", + "simple/starbucks", + "simple/stardock", + "simple/starlingbank", + "simple/starship", + "simple/startrek", + "simple/starz", + "simple/statamic", + "simple/statista", + "simple/statuspage", + "simple/statuspal", + "simple/steam", + "simple/steamdb", + "simple/steamdeck", + "simple/steamworks", + "simple/steelseries", + "simple/steem", + "simple/steemit", + "simple/steinberg", + "simple/stellar", + "simple/stencil", + "simple/stencyl", + "simple/stimulus", + "simple/stitcher", + "simple/stmicroelectronics", + "simple/stockx", + "simple/stopstalk", + "simple/storyblok", + "simple/storybook", + "simple/strapi", + "simple/strava", + "simple/streamlabs", + "simple/streamlit", + "simple/streamrunners", + "simple/stripe", + "simple/strongswan", + "simple/stryker", + "simple/stubhub", + "simple/studio3t", + "simple/studyverse", + "simple/styledcomponents", + "simple/stylelint", + "simple/styleshare", + "simple/stylus", + "simple/subaru", + "simple/sublimetext", + "simple/substack", + "simple/subtitleedit", + "simple/subversion", + "simple/suckless", + "simple/sui", + "simple/sumologic", + "simple/suno", + "simple/sunrise", + "simple/supabase", + "simple/supercrease", + "simple/supermicro", + "simple/superuser", + "simple/surrealdb", + "simple/surveymonkey", + "simple/suse", + "simple/suzuki", + "simple/svelte", + "simple/svg", + "simple/svgdotjs", + "simple/svgo", + "simple/svgtrace", + "simple/swagger", + "simple/swarm", + "simple/sway", + "simple/swc", + "simple/swift", + "simple/swiggy", + "simple/swiper", + "simple/swr", + "simple/symantec", + "simple/symbolab", + "simple/symfony", + "simple/symphony", + "simple/sympy", + "simple/syncthing", + "simple/synology", + "simple/system76", + "simple/tabelog", + "simple/tableau", + "simple/tablecheck", + "simple/tacobell", + "simple/tado", + "simple/taichigraphics", + "simple/taichilang", + "simple/tails", + "simple/tailscale", + "simple/tailwindcss", + "simple/taipy", + "simple/taketwointeractivesoftware", + "simple/talend", + "simple/talenthouse", + "simple/talos", + "simple/tamiya", + "simple/tampermonkey", + "simple/taobao", + "simple/tapas", + "simple/target", + "simple/tarom", + "simple/task", + "simple/tasmota", + "simple/tata", + "simple/tauri", + "simple/taxbuzz", + "simple/tcs", + "simple/teal", + "simple/teamcity", + "simple/teamspeak", + "simple/teamviewer", + "simple/techcrunch", + "simple/ted", + "simple/teepublic", + "simple/teespring", + "simple/tekton", + "simple/tele5", + "simple/telegram", + "simple/telegraph", + "simple/telequebec", + "simple/temporal", + "simple/tencentqq", + "simple/tensorflow", + "simple/teradata", + "simple/teratail", + "simple/termius", + "simple/terraform", + "simple/tesco", + "simple/tesla", + "simple/testcafe", + "simple/testin", + "simple/testinglibrary", + "simple/testrail", + "simple/tether", + "simple/textpattern", + "simple/tga", + "simple/thangs", + "simple/thanos", + "simple/thealgorithms", + "simple/theboringcompany", + "simple/theconversation", + "simple/thefinals", + "simple/theguardian", + "simple/theirishtimes", + "simple/themighty", + "simple/themodelsresource", + "simple/themoviedatabase", + "simple/thenorthface", + "simple/theodinproject", + "simple/theregister", + "simple/thesoundsresource", + "simple/thespritersresource", + "simple/thewashingtonpost", + "simple/theweatherchannel", + "simple/thingiverse", + "simple/thinkpad", + "simple/thirdweb", + "simple/threadless", + "simple/threads", + "simple/threedotjs", + "simple/threema", + "simple/thumbtack", + "simple/thunderbird", + "simple/thunderstore", + "simple/thurgauerkantonalbank", + "simple/thymeleaf", + "simple/ticketmaster", + "simple/ticktick", + "simple/tidal", + "simple/tiddlywiki", + "simple/tide", + "simple/tidyverse", + "simple/tietoevry", + "simple/tiktok", + "simple/tildapublishing", + "simple/tile", + "simple/timescale", + "simple/tina", + "simple/tinder", + "simple/tindie", + "simple/tinkercad", + "simple/tinygrad", + "simple/tinyletter", + "simple/tistory", + "simple/tldraw", + "simple/tmobile", + "simple/tmux", + "simple/todoist", + "simple/toggl", + "simple/toggltrack", + "simple/tokyometro", + "simple/toll", + "simple/toml", + "simple/tomorrowland", + "simple/ton", + "simple/topcoder", + "simple/topdotgg", + "simple/toptal", + "simple/torbrowser", + "simple/torproject", + "simple/toshiba", + "simple/totvs", + "simple/tourbox", + "simple/tower", + "simple/toyota", + "simple/tplink", + "simple/tqdm", + "simple/traccar", + "simple/tradingview", + "simple/traefikmesh", + "simple/traefikproxy", + "simple/trailforks", + "simple/trainerroad", + "simple/trakt", + "simple/transifex", + "simple/transmission", + "simple/transportforireland", + "simple/transportforlondon", + "simple/travisci", + "simple/treehouse", + "simple/trello", + "simple/trendmicro", + "simple/treyarch", + "simple/tricentis", + "simple/trilium", + "simple/triller", + "simple/trillertv", + "simple/trino", + "simple/tripadvisor", + "simple/tripdotcom", + "simple/trivago", + "simple/trivy", + "simple/trove", + "simple/trpc", + "simple/truenas", + "simple/trueup", + "simple/trulia", + "simple/trustedshops", + "simple/trustpilot", + "simple/tryhackme", + "simple/tryitonline", + "simple/tsnode", + "simple/tubi", + "simple/tui", + "simple/tumblr", + "simple/tunein", + "simple/turbo", + "simple/turborepo", + "simple/turbosquid", + "simple/turkishairlines", + "simple/turso", + "simple/tutanota", + "simple/tv4play", + "simple/tvtime", + "simple/twilio", + "simple/twinkly", + "simple/twinmotion", + "simple/twitch", + "simple/typeform", + "simple/typeorm", + "simple/typer", + "simple/typescript", + "simple/typo3", + "simple/typst", + "simple/uber", + "simple/ubereats", + "simple/ubiquiti", + "simple/ubisoft", + "simple/ublockorigin", + "simple/ubuntu", + "simple/ubuntumate", + "simple/udacity", + "simple/udemy", + "simple/ufc", + "simple/uikit", + "simple/uipath", + "simple/ulule", + "simple/umami", + "simple/umbraco", + "simple/uml", + "simple/unacademy", + "simple/underarmour", + "simple/underscoredotjs", + "simple/undertale", + "simple/unicode", + "simple/unilever", + "simple/uniqlo", + "simple/uniqlo_ja", + "simple/unitedairlines", + "simple/unitednations", + "simple/unity", + "simple/unjs", + "simple/unlicense", + "simple/unocss", + "simple/unpkg", + "simple/unraid", + "simple/unrealengine", + "simple/unsplash", + "simple/untappd", + "simple/upcloud", + "simple/uphold", + "simple/uplabs", + "simple/upptime", + "simple/ups", + "simple/upstash", + "simple/uptimekuma", + "simple/uptobox", + "simple/upwork", + "simple/usps", + "simple/utorrent", + "simple/uv", + "simple/v", + "simple/v2ex", + "simple/v8", + "simple/vaadin", + "simple/vagrant", + "simple/vala", + "simple/valorant", + "simple/valve", + "simple/vapor", + "simple/vault", + "simple/vaultwarden", + "simple/vauxhall", + "simple/vbulletin", + "simple/vectary", + "simple/vectorlogozone", + "simple/vectorworks", + "simple/veeam", + "simple/veed", + "simple/veepee", + "simple/vega", + "simple/vegas", + "simple/velog", + "simple/venmo", + "simple/vercel", + "simple/verdaccio", + "simple/veritas", + "simple/verizon", + "simple/vespa", + "simple/vestel", + "simple/vexxhost", + "simple/vfairs", + "simple/viadeo", + "simple/viaplay", + "simple/viber", + "simple/viblo", + "simple/victoriametrics", + "simple/victronenergy", + "simple/vim", + "simple/vimeo", + "simple/vimeolivestream", + "simple/virgin", + "simple/virginatlantic", + "simple/virginmedia", + "simple/virtualbox", + "simple/virustotal", + "simple/visa", + "simple/visx", + "simple/vite", + "simple/vitepress", + "simple/vitess", + "simple/vitest", + "simple/vivaldi", + "simple/vivawallet", + "simple/vivino", + "simple/vivint", + "simple/vivo", + "simple/vk", + "simple/vlcmediaplayer", + "simple/vmware", + "simple/vodafone", + "simple/voidlinux", + "simple/voipdotms", + "simple/volkswagen", + "simple/volvo", + "simple/vonage", + "simple/vorondesign", + "simple/vowpalwabbit", + "simple/vox", + "simple/vrchat", + "simple/vsco", + "simple/vscodium", + "simple/vtex", + "simple/vuedotjs", + "simple/vuetify", + "simple/vulkan", + "simple/vultr", + "simple/vyond", + "simple/w3schools", + "simple/wacom", + "simple/wagmi", + "simple/wagtail", + "simple/wails", + "simple/wakatime", + "simple/walkman", + "simple/wallabag", + "simple/walletconnect", + "simple/walmart", + "simple/wantedly", + "simple/wappalyzer", + "simple/warnerbros", + "simple/warp", + "simple/wasabi", + "simple/wasmcloud", + "simple/wasmer", + "simple/watchtower", + "simple/wattpad", + "simple/wayland", + "simple/waze", + "simple/wazirx", + "simple/wearos", + "simple/weasyl", + "simple/web3dotjs", + "simple/webassembly", + "simple/webauthn", + "simple/webcomponentsdotorg", + "simple/webdriverio", + "simple/webex", + "simple/webflow", + "simple/webgl", + "simple/webgpu", + "simple/weblate", + "simple/webmin", + "simple/webmoney", + "simple/webpack", + "simple/webrtc", + "simple/webstorm", + "simple/webtoon", + "simple/webtrees", + "simple/wechat", + "simple/wegame", + "simple/weightsandbiases", + "simple/welcometothejungle", + "simple/wellfound", + "simple/wellsfargo", + "simple/wemo", + "simple/westerndigital", + "simple/westernunion", + "simple/wetransfer", + "simple/wezterm", + "simple/wgpu", + "simple/whatsapp", + "simple/wheniwork", + "simple/wii", + "simple/wiiu", + "simple/wikidata", + "simple/wikidotgg", + "simple/wikidotjs", + "simple/wikimediacommons", + "simple/wikimediafoundation", + "simple/wikipedia", + "simple/wikiquote", + "simple/wikivoyage", + "simple/winamp", + "simple/wipro", + "simple/wire", + "simple/wireguard", + "simple/wireshark", + "simple/wise", + "simple/wish", + "simple/wistia", + "simple/wix", + "simple/wizzair", + "simple/wolfram", + "simple/wolframlanguage", + "simple/wolframmathematica", + "simple/wondershare", + "simple/wondersharefilmora", + "simple/woo", + "simple/woocommerce", + "simple/wordpress", + "simple/workplace", + "simple/worldhealthorganization", + "simple/wpengine", + "simple/wpexplorer", + "simple/wprocket", + "simple/writedotas", + "simple/wwe", + "simple/wwise", + "simple/wykop", + "simple/wyze", + "simple/x", + "simple/xampp", + "simple/xcode", + "simple/xdadevelopers", + "simple/xdotorg", + "simple/xendit", + "simple/xero", + "simple/xfce", + "simple/xiaohongshu", + "simple/xiaomi", + "simple/xing", + "simple/xml", + "simple/xmpp", + "simple/xo", + "simple/xrp", + "simple/xsplit", + "simple/xstate", + "simple/xubuntu", + "simple/yabai", + "simple/yale", + "simple/yamahacorporation", + "simple/yamahamotorcorporation", + "simple/yaml", + "simple/yandexcloud", + "simple/yarn", + "simple/ycombinator", + "simple/yelp", + "simple/yeti", + "simple/yii", + "simple/yoast", + "simple/youtube", + "simple/youtubegaming", + "simple/youtubekids", + "simple/youtubemusic", + "simple/youtubeshorts", + "simple/youtubestudio", + "simple/youtubetv", + "simple/yr", + "simple/yubico", + "simple/yunohost", + "simple/zabka", + "simple/zaim", + "simple/zalando", + "simple/zalo", + "simple/zap", + "simple/zapier", + "simple/zara", + "simple/zazzle", + "simple/zcash", + "simple/zcool", + "simple/zdf", + "simple/zebpay", + "simple/zebratechnologies", + "simple/zedindustries", + "simple/zelle", + "simple/zend", + "simple/zendesk", + "simple/zenn", + "simple/zenodo", + "simple/zensar", + "simple/zerodha", + "simple/zerotier", + "simple/zerply", + "simple/zettlr", + "simple/zhihu", + "simple/zig", + "simple/zigbee", + "simple/zigbee2mqtt", + "simple/ziggo", + "simple/zilch", + "simple/zillow", + "simple/zincsearch", + "simple/zingat", + "simple/zod", + "simple/zoho", + "simple/zoiper", + "simple/zomato", + "simple/zoom", + "simple/zorin", + "simple/zotero", + "simple/zsh", + "simple/zulip", + "simple/zyte" + ] +} \ No newline at end of file diff --git a/mkdocs-material/docs/schema/extensions.json b/mkdocs-material/docs/schema/extensions.json new file mode 100644 index 0000000..6d9c727 --- /dev/null +++ b/mkdocs-material/docs/schema/extensions.json @@ -0,0 +1,42 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Markdown extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/", + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/$defs/external" + }, + { + "$ref": "#/$defs/external-community" + } + ] + }, + "uniqueItems": true, + "minItems": 1, + "$defs": { + "external": { + "description": "External markdown extensions, schema provided by us", + "anyOf": [ + { + "$ref": "extensions/markdown.json" + }, + { + "$ref": "extensions/pymdownx.json" + } + ] + }, + "external-community": { + "description": "External markdown extensions, schema provided by our community", + "anyOf": [ + { + "$ref": "https://raw.githubusercontent.com/Neoteroi/mkdocs-plugins/main/docs/extensions-schema.json" + }, + { + "$ref": "https://raw.githubusercontent.com/mikitex70/plantuml-markdown/master/plantuml_markdown.json" + } + ] + } + } +} diff --git a/mkdocs-material/docs/schema/extensions/markdown.json b/mkdocs-material/docs/schema/extensions/markdown.json new file mode 100644 index 0000000..879fee7 --- /dev/null +++ b/mkdocs-material/docs/schema/extensions/markdown.json @@ -0,0 +1,157 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Markdown extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/", + "oneOf": [ + { + "title": "Abbreviations – Python Markdown", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#abbreviations", + "enum": [ + "markdown.extensions.abbr", + "abbr" + ] + }, + { + "title": "Admonition – Python Markdown", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#admonition", + "enum": [ + "markdown.extensions.admonition", + "admonition" + ] + }, + { + "title": "Attribute Lists – Python Markdown", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#attribute-lists", + "enum": [ + "markdown.extensions.attr_list", + "attr_list" + ] + }, + { + "title": "Markdown extension: a classier syntax for admonitions", + "markdownDescription": "https://github.com/oprypin/markdown-callouts", + "enum": [ + "markdown.extensions.callouts", + "callouts", + "github-callouts" + ] + }, + { + "title": "Definition Lists – Python Markdown", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#definition-lists", + "enum": [ + "markdown.extensions.def_list", + "def_list" + ] + }, + { + "title": "Footnotes – Python Markdown", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#footnotes", + "enum": [ + "markdown.extensions.footnotes", + "footnotes" + ] + }, + { + "title": "Markdown in HTML – Python Markdown", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#markdown-in-html", + "enum": [ + "markdown.extensions.md_in_html", + "md_in_html" + ] + }, + { + "title": "Sane Lists – Python Markdown", + "markdownDescription": "https://python-markdown.github.io/extensions/sane_lists/", + "enum": [ + "markdown.extensions.sane_lists", + "sane_lists" + ] + }, + { + "title": "Tables – Python Markdown", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#tables", + "enum": [ + "markdown.extensions.tables", + "tables" + ] + }, + { + "oneOf": [ + { + "type": "object", + "properties": { + "toc": { + "$ref": "#/$defs/toc" + }, + "markdown.extensions.toc": { + "$ref": "#/$defs/toc" + } + }, + "additionalProperties": false + }, + { + "title": "Table Of Contents – Python Markdown", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#table-of-contents", + "enum": [ + "markdown.extensions.toc", + "toc" + ] + } + ] + } + ], + "$defs": { + "toc": { + "title": "Table Of Contents – Python Markdown", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#table-of-contents", + "type": "object", + "properties": { + "title": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#+toc.title", + "type": "string" + }, + "permalink": { + "oneOf": [ + { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#+toc.permalink", + "type": "boolean" + }, + { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#+toc.permalink", + "type": "string" + } + ], + "default": true + }, + "anchorlink": { + "markdownDescription": "https://python-markdown.github.io/extensions/toc/#usage", + "type": "boolean", + "default": false + }, + "permalink_title": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#+toc.permalink_title", + "type": "string" + }, + "slugify": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#+toc.slugify", + "default": "!!python/object/apply:pymdownx.slugs.slugify {kwds: {case: lower}}" + }, + "toc_depth": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#+toc.toc_depth", + "type": "number", + "enum": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6 + ] + } + }, + "additionalProperties": false + } + } +} diff --git a/mkdocs-material/docs/schema/extensions/pymdownx.json b/mkdocs-material/docs/schema/extensions/pymdownx.json new file mode 100644 index 0000000..9da8895 --- /dev/null +++ b/mkdocs-material/docs/schema/extensions/pymdownx.json @@ -0,0 +1,701 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Markdown extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/", + "oneOf": [ + { + "oneOf": [ + { + "type": "object", + "properties": { + "pymdownx.arithmatex": { + "title": "Arithmatex – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#arithmatex", + "type": "object", + "properties": { + "generic": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/arithmatex/#options", + "type": "boolean", + "default": true + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + }, + { + "title": "Arithmatex – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#arithmatex", + "const": "pymdownx.arithmatex" + } + ] + }, + { + "oneOf": [ + { + "type": "object", + "properties": { + "pymdownx.betterem": { + "title": "BetterEm – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#betterem", + "type": "object", + "properties": { + "smart_enable": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/betterem/#options", + "type": "string", + "enum": [ + "all", + "asterisk", + "underscore", + "none" + ], + "default": "all" + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + }, + { + "title": "BetterEm – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#betterem", + "const": "pymdownx.betterem" + } + ] + }, + { + "oneOf": [ + { + "title": "Caret – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#caret-mark-tilde", + "const": "pymdownx.caret" + }, + { + "type": "object", + "properties": { + "pymdownx.caret": { + "title": "Caret – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#caret-mark-tilde", + "type": "object", + "properties": { + "smart_insert": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/caret/#options", + "type": "boolean", + "default": true + }, + "insert": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/caret/#options", + "type": "boolean", + "default": true + }, + "superscript": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/caret/#options", + "type": "boolean", + "default": true + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ] + }, + { + "oneOf": [ + { + "title": "Critic – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#critic", + "const": "pymdownx.critic" + }, + { + "type": "object", + "properties": { + "pymdownx.critic": { + "title": "Critic – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#critic", + "type": "object", + "properties": { + "mode": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#+pymdownx.critic.mode", + "enum": [ + "view", + "accept", + "reject" + ] + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ] + }, + { + "title": "Details – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#details", + "const": "pymdownx.details" + }, + { + "oneOf": [ + { + "title": "Emoji – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#emoji", + "const": "pymdownx.emoji" + }, + { + "type": "object", + "properties": { + "pymdownx.emoji": { + "title": "Emoji – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#emoji", + "type": "object", + "properties": { + "emoji_generator": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#+pymdownx.emoji.emoji_generator", + "default": "!!python/name:material.extensions.emoji.to_svg" + }, + "emoji_index": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#+pymdownx.emoji.emoji_index", + "default": "!!python/name:material.extensions.emoji.twemoji" + }, + "options": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#+pymdownx.emoji.options.custom_icons", + "type": "object", + "properties": { + "custom_icons": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#+pymdownx.emoji.options.custom_icons", + "type": "array", + "items": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#+pymdownx.emoji.options.custom_icons", + "type": "string" + }, + "uniqueItems": true, + "minItems": 1 + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false, + "required": [ + "emoji_generator", + "emoji_index" + ] + } + }, + "additionalProperties": false + } + ] + }, + { + "oneOf": [ + { + "title": "Highlight – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#highlight", + "const": "pymdownx.highlight" + }, + { + "type": "object", + "properties": { + "pymdownx.highlight": { + "title": "Highlight – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#highlight", + "type": "object", + "properties": { + "use_pygments": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#+pymdownx.highlight.use_pygments", + "type": "boolean" + }, + "pygments_lang_class": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#+pymdownx.highlight.pygments_lang_class", + "type": "boolean" + }, + "auto_title": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#+pymdownx.highlight.auto_title", + "type": "boolean" + }, + "auto_title_map": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/highlight/#options", + "type": "object" + }, + "linenums": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#+pymdownx.highlight.linenums", + "type": "boolean" + }, + "linenums_style": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#+pymdownx.highlight.linenums_style", + "enum": [ + "inline", + "pymdownx-inline", + "table" + ] + }, + "anchor_linenums": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#+pymdownx.highlight.anchor_linenums", + "type": "boolean" + }, + "line_spans": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#+pymdownx.highlight.line_spans", + "type": "string" + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ] + }, + { + "title": "InlineHilite – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#inlinehilite", + "const": "pymdownx.inlinehilite" + }, + { + "oneOf": [ + { + "title": "Keys – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#keys", + "const": "pymdownx.keys" + }, + { + "type": "object", + "properties": { + "pymdownx.keys": { + "title": "Keys – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#keys", + "type": "object", + "properties": { + "separator": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/mark/#options", + "type": "string", + "default": "+" + }, + "strict": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/mark/#options", + "type": "boolean", + "default": false + }, + "camel_case": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/mark/#options", + "type": "boolean", + "default": false + }, + "key_map": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/mark/#options", + "type": "object" + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ] + }, + { + "oneOf": [ + { + "title": "MagicLink – Python Markdown Extensions", + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/magiclink/", + "const": "pymdownx.magiclink" + }, + { + "type": "object", + "properties": { + "pymdownx.magiclink": { + "title": "MagicLink – Python Markdown Extensions", + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/magiclink/", + "type": "object", + "properties": { + "hide_protocol":{ + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/magiclink/#options", + "type": "boolean", + "default": false + }, + "labels": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/magiclink/#labels", + "type": "object", + "default": { + "commit": "Commit", + "compare": "Compare", + "issue": "Issue", + "pull": "Pull Request", + "mention": "User", + "repository": "Repository" + } + }, + "normalize_issue_symbols": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/magiclink/#options", + "type": "boolean", + "default": false + }, + "user": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/magiclink/#options", + "type": "string", + "default": "" + }, + "provider": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/magiclink/#options", + "type": "string", + "default": "github" + }, + "repo": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/magiclink/#options", + "type": "string", + "repo": "" + }, + "repo_url_shorthand": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/magiclink/#options", + "type": "boolean", + "default": true + }, + "repo_url_shortener": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/magiclink/#options", + "type": "boolean", + "default": false + }, + "social_url_shorthand": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/magiclink/#options", + "type": "boolean", + "default": false + }, + "social_url_shortener": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/magiclink/#options", + "type": "boolean", + "default": false + }, + "shortener_user_exclude": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/magiclink/#user-excludes", + "type": "object" + } + }, + "additionalProperties": false, + "required": [ + "user", + "repo" + ] + } + }, + "additionalProperties": false + } + ] + }, + { + "oneOf": [ + { + "title": "Mark – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#caret-mark-tilde", + "const": "pymdownx.mark" + }, + { + "type": "object", + "properties": { + "pymdownx.mark": { + "title": "Mark – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#caret-mark-tilde", + "type": "object", + "properties": { + "smart_mark": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/mark/#options", + "type": "boolean", + "default": true + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ] + }, + { + "oneOf": [ + { + "title": "SmartSymbols – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#smartsymbols", + "const": "pymdownx.smartsymbols" + }, + { + "type": "object", + "properties": { + "pymdownx.smartsymbols": { + "title": "SmartSymbols – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#smartsymbols", + "type": "object", + "properties": { + "trademark": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/smartsymbols/#options", + "type": "boolean", + "default": true + }, + "copyright": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/smartsymbols/#options", + "type": "boolean", + "default": true + }, + "registered": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/smartsymbols/#options", + "type": "boolean", + "default": true + }, + "care_of": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/smartsymbols/#options", + "type": "boolean", + "default": true + }, + "plusminus": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/smartsymbols/#options", + "type": "boolean", + "default": true + }, + "arrows": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/smartsymbols/#options", + "type": "boolean", + "default": true + }, + "notequal": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/smartsymbols/#options", + "type": "boolean", + "default": true + }, + "fractions": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/smartsymbols/#options", + "type": "boolean", + "default": true + }, + "ordinal_numbers": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/smartsymbols/#options", + "type": "boolean", + "default": true + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ] + }, + { + "oneOf": [ + { + "type": "object", + "properties": { + "pymdownx.snippets": { + "title": "Snippets – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#snippets", + "type": "object", + "properties": { + "base_path": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/snippets/#options", + "type": "array", + "items": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/snippets/#options", + "type": "string" + }, + "uniqueItems": true, + "minItems": 1 + }, + "auto_append": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/snippets/#options", + "type": "array", + "items": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/snippets/#options", + "type": "string" + }, + "uniqueItems": true, + "minItems": 1 + }, + "check_paths": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/snippets/#options", + "type": "boolean", + "default": true + }, + "url_download": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/snippets/#options", + "type": "boolean", + "default": false + }, + "url_max_size": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/snippets/#options", + "type": "integer", + "default": 33554432 + }, + "url_timeout": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/snippets/#options", + "type": "number", + "default": 10.0 + }, + "url_request_headers": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/snippets/#options", + "type": "object", + "default": {} + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + }, + { + "title": "Snippets – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#snippets", + "const": "pymdownx.snippets" + } + ] + }, + { + "oneOf": [ + { + "title": "SuperFences – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#superfences", + "const": "pymdownx.superfences" + }, + { + "type": "object", + "properties": { + "pymdownx.superfences": { + "title": "SuperFences – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#superfences", + "type": "object", + "properties": { + "custom_fences": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#+pymdownx.superfences.custom_fences", + "type": "array", + "items": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#+pymdownx.superfences.custom_fences", + "type": "object", + "properties": { + "name": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/superfences/#custom-fences", + "type": "string" + }, + "class": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/superfences/#custom-fences", + "type": "string" + }, + "format": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/superfences/#custom-fences", + "type": "string" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ] + }, + { + "type": "object", + "properties": { + "pymdownx.tabbed": { + "title": "Tabbed – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#tabbed", + "type": "object", + "properties": { + "alternate_style": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#+pymdownx.tabbed.alternate_style", + "type": "boolean", + "enum": [ + true + ], + "default": true + }, + "combine_header_slug": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#+pymdownx.tabbed.combine_header_slug", + "type": "boolean", + "default": true + }, + "slugify": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#+pymdownx.tabbed.slugify", + "default": "!!python/object/apply:pymdownx.slugs.slugify {kwds: {case: lower}}" + } + }, + "additionalProperties": false, + "required": [ + "alternate_style" + ] + } + }, + "additionalProperties": false + }, + { + "oneOf": [ + { + "title": "Tasklist – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#tasklist", + "const": "pymdownx.tasklist" + }, + { + "type": "object", + "properties": { + "pymdownx.tasklist": { + "title": "Tasklist – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#tasklist", + "type": "object", + "properties": { + "custom_checkbox": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#+pymdownx.tasklist.custom_checkbox", + "type": "boolean", + "default": true + }, + "clickable_checkbox": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#+pymdownx.tasklist.clickable_checkbox", + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ] + }, + { + "oneOf": [ + { + "title": "Tilde – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#caret-mark-tilde", + "const": "pymdownx.tilde" + }, + { + "type": "object", + "properties": { + "pymdownx.tilde": { + "title": "Tilde – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#caret-mark-tilde", + "type": "object", + "properties": { + "smart_delete": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/tilde/#options", + "type": "boolean" + }, + "delete": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/tilde/#options", + "type": "boolean" + }, + "subscript": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/tilde/#options", + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ] + } + ] +} diff --git a/mkdocs-material/docs/schema/extra.json b/mkdocs-material/docs/schema/extra.json new file mode 100644 index 0000000..ac2ae10 --- /dev/null +++ b/mkdocs-material/docs/schema/extra.json @@ -0,0 +1,445 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Extra configuration", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/", + "type": "object", + "properties": { + "homepage": { + "title": "Homepage link (when clicking on logo)", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-logo-and-icons/#logo", + "type": "string" + }, + "analytics": { + "title": "Analytics provider", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-analytics/#google-analytics", + "type": "object", + "allOf": [ + { + "if": { + "properties": { + "provider": { + "const": "google" + } + } + }, + "then": { + "properties": { + "provider": { + "title": "Google Analytics", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-analytics/#google-analytics", + "const": "google" + }, + "property": { + "anyOf": [ + { + "title": "Google Analytics 4", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-analytics/#google-analytics", + "pattern": "^G-\\w{10}$" + }, + { + "title": "Unknown property", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-analytics/#google-analytics", + "type": "string" + } + ] + }, + "feedback": { + "$ref": "#/$defs/feedback" + } + }, + "required": [ + "provider", + "property" + ], + "additionalProperties": false + } + }, + { + "if": { + "properties": { + "provider": { + "type": "string" + } + } + }, + "then": { + "properties": { + "provider": { + "title": "Custom analytics provider", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-analytics/#custom-site-analytics", + "type": "string" + }, + "feedback": { + "$ref": "#/$defs/feedback" + } + }, + "required": [ + "provider" + ] + } + } + ], + "defaultSnippets": [ + { + "label": "feedback (default)", + "body": { + "feedback": { + "title": "${1:Was this page helpful}", + "ratings": [ + { + "icon": "${2:material/emoticon-happy-outline}", + "name": "${3:This page was helpful}", + "data": 1, + "note": "${4:Thanks for your feedback!}" + }, + { + "icon": "${5:material/emoticon-sad-outline}", + "name": "${6:This page could be improved}", + "data": 0, + "note": "${7:Thanks for your feedback!}" + } + ] + } + } + } + ] + }, + "annotate": { + "title": "Custom selectors for annotations", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/reference/code-blocks/#custom-selectors", + "type": "object", + "patternProperties": { + ".*": { + "title": "Custom selector", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/reference/code-blocks/#custom-selectors", + "type": "array", + "items": { + "type": "string", + "pattern": "^\\.\\w+" + } + } + } + }, + "consent": { + "title": "Cookie consent", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#cookie-consent", + "type": "object", + "properties": { + "title": { + "title": "Cookie consent title", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#+consent.title", + "type": "string", + "default": "Cookie consent" + }, + "description": { + "title": "Cookie consent description", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#+consent.description", + "type": "string" + }, + "cookies": { + "title": "Cookies", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#+consent.cookies", + "type": "object", + "properties": { + "analytics": { + "$ref": "#/$defs/cookie" + }, + "github": { + "$ref": "#/$defs/cookie" + } + }, + "patternProperties": { + "\\w+": { + "$ref": "#/$defs/cookie" + } + }, + "additionalProperties": false, + "defaultSnippets": [ + { + "label": "analytics (default)", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#+consent.cookies", + "body": { + "analytics": { + "name": "Google Analytics", + "checked": true + } + } + }, + { + "label": "github (default)", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#+consent.cookies", + "body": { + "analytics": { + "name": "GitHub", + "checked": true + } + } + } + ] + }, + "actions": { + "title": "Cookie consent actions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#+consent.actions", + "type": "array", + "items": { + "oneOf": [ + { + "title": "Button to accept cookies", + "const": "accept" + }, + { + "title": "Button to reject cookies", + "const": "reject" + }, + { + "title": "Button to manage settings", + "const": "manage" + } + ] + }, + "uniqueItems": true + } + }, + "additionalProperties": false, + "defaultSnippets": [ + { + "label": "actions (default)", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#+consent.actions", + "body": { + "actions": [ + "accept", + "manage" + ] + } + } + ], + "required": [ + "title", + "description" + ] + }, + "social": { + "title": "Social links", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-the-footer/#social-links", + "type": "array", + "items": { + "title": "Social link", + "type": "object", + "properties": { + "icon": { + "$ref": "#/$defs/icon" + }, + "link": { + "title": "Social link", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-the-footer/#+social.link", + "type": "string" + }, + "name": { + "title": "Social link name", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-the-footer/#+social.name", + "type": "string" + } + }, + "additionalProperties": false, + "required": [ + "icon", + "link" + ] + } + }, + "alternate": { + "title": "Site language selector", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-language/#site-language-selector", + "type": "array", + "items": { + "title": "Alternate language", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-language/#site-language-selector", + "type": "object", + "properties": { + "name": { + "title": "Alternate language name", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-language/#+alternate.name", + "type": "string" + }, + "link": { + "title": "Alternate language link", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-language/#+alternate.link", + "type": "string" + }, + "lang": { + "title": "Alternate language code (ISO 639-1)", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-language/#+alternate.lang", + "type": "string" + } + }, + "additionalProperties": false, + "required": [ + "name", + "link", + "lang" + ] + } + }, + "tags": { + "title": "Tag identifiers", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-tags/#tag-icons-and-identifiers", + "type": "object", + "patternProperties": { + ".*": { + "title": "Tag identifier mapping", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-tags/#tag-icons-and-identifiers", + "pattern": "^[\\w-]+$" + } + } + }, + "version": { + "title": "Versioning", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-versioning/#versioning", + "type": "object", + "properties": { + "provider": { + "title": "Versioning provider", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-versioning/#versioning", + "const": "mike" + }, + "default": { + "title": "Default version", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-versioning/#version-warning", + "oneOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string" + } + } + ], + "default": "stable" + }, + "alias": { + "title": "Show alias next to version number", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-the-versioning/#version-alias", + "type": "boolean", + "default": true + } + } + }, + "generator": { + "title": "Generator notice", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-the-footer/#generator-notice", + "type": "boolean", + "default": true + } + }, + "additionalProperties": true, + "$defs": { + "cookie": { + "title": "Cookie", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#cookie-consent", + "oneOf": [ + { + "type": "object", + "properties": { + "name": { + "title": "Cookie name", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#cookie-consent", + "type": "string" + }, + "checked": { + "title": "Initial state", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#cookie-consent", + "type": "boolean", + "default": true + } + }, + "additionalProperties": false, + "required": [ + "name" + ] + }, + { + "title": "Cookie name", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#cookie-consent", + "type": "string" + } + ] + }, + "icon": { + "anyOf": [ + { + "$ref": "assets/icons.json" + }, + { + "title": "Unknown icon", + "type": "string" + } + ] + }, + "feedback": { + "title": "Was this page helpful?", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-analytics/#was-this-page-helpful", + "type": "object", + "properties": { + "title": { + "title": "Feedback widget title", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-analytics/#was-this-page-helpful", + "type": "string", + "default": "Was this page helpful?" + }, + "ratings": { + "title": "Feedback ratings", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-analytics/#was-this-page-helpful", + "type": "array", + "items": { + "title": "Feedback rating", + "type": "object", + "properties": { + "icon": { + "$ref": "#/$defs/icon" + }, + "name": { + "title": "Feedback rating name", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-analytics/#+analytics.feedback.ratings.name", + "type": "string" + }, + "data": { + "title": "Feedback rating data", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-analytics/#+analytics.feedback.ratings.data", + "type": "number" + }, + "note": { + "title": "Feedback rating data", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-analytics/#+analytics.feedback.ratings.note", + "type": "string" + } + }, + "additionalProperties": false, + "required": [ + "icon", + "name", + "data", + "note" + ] + } + } + }, + "additionalProperties": false, + "required": [ + "title" + ] + } + }, + "defaultSnippets": [ + { + "label": "analytics (default)", + "body": { + "analytics": { + "provider": "${1:google}", + "property": "${2:G-XXXXXXXXXX}" + } + } + } + ] +} diff --git a/mkdocs-material/docs/schema/nav.json b/mkdocs-material/docs/schema/nav.json new file mode 100644 index 0000000..8e17fef --- /dev/null +++ b/mkdocs-material/docs/schema/nav.json @@ -0,0 +1,34 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Navigation tree", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#nav", + "type": "array", + "items": { + "anyOf": [ + { + "title": "Navigation item", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#nav", + "pattern": "\\.md$" + }, + { + "type": "object", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#nav", + "patternProperties": { + ".*": { + "oneOf": [ + { + "title": "Navigation item", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#nav", + "pattern": "\\.md$" + }, + { + "$ref": "#" + } + ] + } + } + } + ] + }, + "additionalItems": false +} diff --git a/mkdocs-material/docs/schema/plugins.json b/mkdocs-material/docs/schema/plugins.json new file mode 100644 index 0000000..e1c1ef9 --- /dev/null +++ b/mkdocs-material/docs/schema/plugins.json @@ -0,0 +1,137 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Plugins", + "markdownDescription": "https://www.mkdocs.org/dev-guide/plugins/", + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/$defs/built-in" + }, + { + "$ref": "#/$defs/external" + }, + { + "$ref": "#/$defs/external-community" + } + ] + }, + "uniqueItems": true, + "minItems": 1, + "$defs": { + "built-in": { + "description": "Built-in plugins", + "anyOf": [ + { + "$ref": "plugins/blog.json" + }, + { + "$ref": "plugins/group.json" + }, + { + "$ref": "plugins/info.json" + }, + { + "$ref": "plugins/meta.json" + }, + { + "$ref": "plugins/offline.json" + }, + { + "$ref": "plugins/optimize.json" + }, + { + "$ref": "plugins/privacy.json" + }, + { + "$ref": "plugins/projects.json" + }, + { + "$ref": "plugins/search.json" + }, + { + "$ref": "plugins/social.json" + }, + { + "$ref": "plugins/tags.json" + }, + { + "$ref": "plugins/typeset.json" + } + ] + }, + "external": { + "description": "External plugins, schema provided by us", + "anyOf": [ + { + "$ref": "plugins/external/gen-files.json" + }, + { + "$ref": "plugins/external/git-authors.json" + }, + { + "$ref": "plugins/external/git-committers.json" + }, + { + "$ref": "plugins/external/git-revision-date.json" + }, + { + "$ref": "plugins/external/literate-nav.json" + }, + { + "$ref": "plugins/external/macros.json" + }, + { + "$ref": "plugins/external/minify.json" + }, + { + "$ref": "plugins/external/redirects.json" + }, + { + "$ref": "plugins/external/section-index.json" + } + ] + }, + "external-community": { + "description": "External plugins, schema provided by our community", + "anyOf": [ + { + "$ref": "https://raw.githubusercontent.com/mondeja/mkdocs-include-markdown-plugin/master/schema.json" + }, + { + "$ref": "https://raw.githubusercontent.com/mondeja/mkdocs-material-relative-language-selector/master/schema.json" + }, + { + "$ref": "https://raw.githubusercontent.com/Guts/mkdocs-rss-plugin/main/docs/schema.json" + }, + { + "$ref": "https://raw.githubusercontent.com/timvink/mkdocs-git-revision-date-localized-plugin/master/docs/schema.json" + }, + { + "$ref": "https://raw.githubusercontent.com/blueswen/mkdocs-glightbox/main/schema.json" + }, + { + "$ref": "https://raw.githubusercontent.com/prcr/mkdocs-meta-descriptions-plugin/main/schema.json" + }, + { + "$ref": "https://raw.githubusercontent.com/mkdocstrings/mkdocstrings/master/docs/schema.json" + }, + { + "$ref": "https://raw.githubusercontent.com/pawamoy/mkdocs-coverage/master/docs/schema.json" + }, + { + "$ref": "https://raw.githubusercontent.com/pawamoy/mkdocs-spellcheck/master/docs/schema.json" + }, + { + "$ref": "https://raw.githubusercontent.com/pawamoy/markdown-exec/master/docs/schema.json" + }, + { + "$ref": "https://raw.githubusercontent.com/timvink/mkdocs-table-reader-plugin/master/docs/schema.json" + }, + { + "$ref": "https://gitlab.com/frederic-zinelli/mkdocs-addresses/-/raw/main/mkdocs-addresses-schema.json" + } + ] + } + } +} diff --git a/mkdocs-material/docs/schema/plugins/blog.json b/mkdocs-material/docs/schema/plugins/blog.json new file mode 100644 index 0000000..ef46b43 --- /dev/null +++ b/mkdocs-material/docs/schema/plugins/blog.json @@ -0,0 +1,449 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Built-in blog plugin", + "oneOf": [ + { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/", + "const": "blog" + }, + { + "type": "object", + "properties": { + "blog": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/", + "type": "object", + "properties": { + "enabled": { + "title": "Enable plugin", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.enabled", + "type": "boolean", + "default": true + }, + "blog_dir": { + "title": "Blog directory", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.blog_dir", + "type": "string", + "default": "blog" + }, + "blog_toc": { + "title": "Table of contents", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.blog_toc", + "type": "boolean", + "default": false + }, + "post_dir": { + "title": "Post directory", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.post_dir", + "type": "string", + "default": "\"{blog\\}/posts\"" + }, + "post_date_format": { + "title": "Format string for post dates", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.post_date_format", + "default": "long", + "oneOf": [ + { + "enum": [ + "full", + "long", + "medium", + "short" + ] + }, + { + "type": "string" + } + ] + }, + "post_url_date_format": { + "title": "Format string for post dates in URLs", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.post_url_date_format", + "oneOf": [ + { + "enum": [ + "yyyy", + "yyyy/MM", + "yyyy/MM/dd" + ] + }, + { + "type": "string" + } + ], + "default": "yyyy" + }, + "post_url_format": { + "title": "Format string for post URLs", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.post_url_format", + "oneOf": [ + { + "enum": [ + "\"{date}/{file}\"", + "\"{date}/{slug}\"", + "\"{file}\"", + "\"{slug}\"" + ] + }, + { + "type": "string" + } + ] + }, + "post_url_max_categories": { + "title": "Number of categories in post URLs", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.post_url_max_categories", + "type": "number", + "default": 1 + }, + "post_slugify": { + "title": "Post slugify function", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.post_slugify", + "default": "!!python/object/apply:pymdownx.slugs.slugify {kwds: {case: lower}}" + }, + "post_slugify_separator": { + "title": "Post slugify separator", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.post_slugify_separator", + "type": "string", + "default": "\"-\"" + }, + "post_excerpt": { + "title": "Post excerpts", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.post_excerpt", + "oneOf": [ + { + "title": "Post excerpts are optional", + "const": "optional" + }, + { + "title": "Post excerpts are required, thus the build will fail", + "const": "required" + } + ], + "default": "optional" + }, + "post_excerpt_max_authors": { + "title": "Number of authors to render in post excerpts", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.post_excerpt_max_authors", + "type": "number", + "default": 1 + }, + "post_excerpt_max_categories": { + "title": "Number of categories to render in post excerpts", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.post_excerpt_max_categories", + "type": "number", + "default": 5 + }, + "post_excerpt_separator": { + "title": "Post excerpt separator", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.post_excerpt_separator", + "type": "string", + "default": "<!-- more -->" + }, + "post_readtime": { + "title": "Post reading time computation", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.post_readtime", + "type": "boolean", + "default": true + }, + "post_readtime_words_per_minute": { + "title": "Post reading time words per minute", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.post_readtime_words_per_minute", + "type": "number", + "default": 265 + }, + "archive": { + "title": "Archive", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.archive", + "type": "boolean", + "default": true + }, + "archive_name": { + "title": "Archive name", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.archive_name", + "type": "string", + "default": "Archive" + }, + "archive_date_format": { + "title": "Format string for archive dates", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.archive_date_format", + "oneOf": [ + { + "enum": [ + "yyyy", + "MMMM yyyy" + ] + }, + { + "type": "string" + } + ], + "default": "yyyy" + }, + "archive_url_date_format": { + "title": "Format string for archive dates in URLs", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.archive_url_date_format", + "oneOf": [ + { + "enum": [ + "yyyy", + "yyyy/MM" + ] + }, + { + "type": "string" + } + ], + "default": "yyyy" + }, + "archive_url_format": { + "title": "Format string for archive URLs", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.archive_url_format", + "oneOf": [ + { + "enum": [ + "\"archive/{date}\"" + ] + }, + { + "type": "string" + } + ] + }, + "archive_pagination": { + "title": "Pagination for archive", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.archive_pagination", + "type": "boolean", + "default": true + }, + "archive_pagination_per_page": { + "title": "Posts per page for archive", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.archive_pagination_per_page", + "type": "number", + "default": 10 + }, + "archive_toc": { + "title": "Table of contents for archive", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.archive_toc", + "type": "boolean", + "default": false + }, + "categories": { + "title": "Categories", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.categories", + "type": "boolean", + "default": true + }, + "categories_name": { + "title": "Categories name", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.categories_name", + "type": "string", + "default": "Categories" + }, + "categories_url_format": { + "title": "Format string for category URLs", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.categories_url_format", + "oneOf": [ + { + "enum": [ + "\"category/{slug}\"", + "\"{slug}\"" + ] + }, + { + "type": "string" + } + ] + }, + "categories_slugify": { + "title": "Categories slugify function", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.categories_slugify", + "default": "!!python/object/apply:pymdownx.slugs.slugify {kwds: {case: lower}}" + }, + "categories_slugify_separator": { + "title": "Categories slugify separator", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.categories_slugify_separator", + "type": "string", + "default": "\"-\"" + }, + "categories_sort_by": { + "title": "Sort categories by this function", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.categories_sort_by", + "default": "!!python/name:material.plugins.blog.view_name", + "oneOf": [ + { + "type": "string" + }, + { + "enum": [ + "!!python/name:material.plugins.blog.view_name", + "!!python/name:material.plugins.blog.view_post_count" + ] + } + ] + }, + "categories_sort_reverse": { + "title": "Soft categories in reverse", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.categories_sort_reverse", + "default": false + }, + "categories_allowed": { + "title": "Allowed categories", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.categories_allowed", + "type": "array", + "items": { + "type": "string" + }, + "uniqueItems": true, + "default": [] + }, + "categories_pagination": { + "title": "Pagination for categories", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.categories_pagination", + "type": "boolean", + "default": true + }, + "categories_pagination_per_page": { + "title": "Posts per page for categories", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.categories_pagination_per_page", + "type": "number", + "default": 10 + }, + "categories_toc": { + "title": "Table of contents for categories", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.categories_toc", + "type": "boolean", + "default": false + }, + "authors": { + "title": "Author info", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.authors", + "type": "boolean", + "default": true + }, + "authors_file": { + "title": "Authors file", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.authors_file", + "type": "string", + "default": "\"{blog}/.authors.yml\"" + }, + "authors_profiles": { + "title": "Author profiles", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.authors_profiles", + "type": "boolean", + "default": false + }, + "authors_profiles_name": { + "title": "Authors profiles name", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.authors_profiles_name", + "type": "string", + "default": "Authors" + }, + "authors_profiles_url_format": { + "title": "Format string for author profile URLs", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.authors_profiles_url_format", + "oneOf": [ + { + "enum": [ + "\"author/{slug}\"", + "\"{slug}\"" + ] + }, + { + "type": "string" + } + ] + }, + "authors_profiles_pagination": { + "title": "Pagination for author profiles", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.authors_profiles_pagination", + "type": "boolean", + "default": true + }, + "authors_profiles_pagination_per_page": { + "title": "Posts per page for author profiles", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.authors_profiles_pagination_per_page", + "type": "number", + "default": 10 + }, + "authors_profiles_toc": { + "title": "Table of contents for author profiles", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.authors_profiles_toc", + "type": "boolean", + "default": false + }, + "pagination": { + "title": "Pagination", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.pagination", + "type": "boolean", + "default": true + }, + "pagination_per_page": { + "title": "Posts per page", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.pagination_per_page", + "type": "number", + "default": 10 + }, + "pagination_url_format": { + "title": "Format string for pagination URLs", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.pagination_url_format", + "oneOf": [ + { + "enum": [ + "\"page/{page}\"", + "\"{page}\"" + ] + }, + { + "type": "string" + } + ] + }, + "pagination_template": { + "title": "Template string for pagination", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.pagination_template", + "oneOf": [ + { + "enum": [ + "~2~", + "$link_first $link_previous ~2~ $link_next $link_last", + "$link_previous $page $link_next" + ] + }, + { + "type": "string" + } + ], + "default": "~2~" + }, + "pagination_keep_content": { + "title": "Paginated indexes inherit content", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.pagination_keep_content", + "type": "boolean", + "default": false + }, + "draft": { + "title": "Render posts marked as drafts", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.draft", + "type": "boolean", + "default": false + }, + "draft_on_serve": { + "title": "Render posts marked as drafts when previewing", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.draft_on_serve", + "type": "boolean", + "default": true + }, + "draft_if_future_date": { + "title": "Automatically mark posts with future dates as drafts", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.draft_if_future_date", + "type": "boolean", + "default": false + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ] +} diff --git a/mkdocs-material/docs/schema/plugins/external/gen-files.json b/mkdocs-material/docs/schema/plugins/external/gen-files.json new file mode 100644 index 0000000..ceec5de --- /dev/null +++ b/mkdocs-material/docs/schema/plugins/external/gen-files.json @@ -0,0 +1,27 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Generate pages during the build", + "oneOf": [ + { + "markdownDescription": "https://github.com/oprypin/mkdocs-gen-files", + "const": "git-authors" + }, + { + "type": "object", + "properties": { + "gen-files": { + "additionalProperties": false, + "properties": { + "scripts": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": ["object", "null"] + } + } + } + ] +} diff --git a/mkdocs-material/docs/schema/plugins/external/git-authors.json b/mkdocs-material/docs/schema/plugins/external/git-authors.json new file mode 100644 index 0000000..f7b5e31 --- /dev/null +++ b/mkdocs-material/docs/schema/plugins/external/git-authors.json @@ -0,0 +1,39 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Add git authors to pages", + "oneOf": [ + { + "markdownDescription": "https://timvink.github.io/mkdocs-git-authors-plugin/", + "const": "git-authors" + }, + { + "type": "object", + "properties": { + "git-authors": { + "markdownDescription": "https://timvink.github.io/mkdocs-git-authors-plugin/options.html", + "type": "object", + "properties": { + "enabled": { + "title": "Enable plugin", + "markdownDescription": "https://timvink.github.io/mkdocs-git-authors-plugin/options.html#enabled", + "type": "boolean", + "default": true + }, + "exclude": { + "title": "List of Markdown file patterns", + "markdownDescription": "https://timvink.github.io/mkdocs-git-authors-plugin/options.html#exclude", + "type": "array", + "items": { + "pattern": "(\\*|\\.md)$" + }, + "uniqueItems": true, + "minItems": 1 + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ] +} diff --git a/mkdocs-material/docs/schema/plugins/external/git-committers.json b/mkdocs-material/docs/schema/plugins/external/git-committers.json new file mode 100644 index 0000000..06a70f4 --- /dev/null +++ b/mkdocs-material/docs/schema/plugins/external/git-committers.json @@ -0,0 +1,43 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Add git contributors to pages", + "oneOf": [ + { + "markdownDescription": "https://github.com/ojacques/mkdocs-git-committers-plugin-2", + "const": "git-committers" + }, + { + "type": "object", + "properties": { + "git-committers": { + "markdownDescription": "https://github.com/ojacques/mkdocs-git-committers-plugin-2", + "type": "object", + "properties": { + "enabled": { + "title": "Enable plugin", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/#+git-committers.enabled", + "type": "boolean", + "default": true + }, + "repository": { + "title": "Repository slug", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/#+git-committers.repository", + "type": "string" + }, + "branch": { + "title": "Repository branch", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/#+git-committers.branch", + "type": "string", + "default": "master" + } + }, + "additionalProperties": false, + "required": [ + "repository" + ] + } + }, + "additionalProperties": false + } + ] +} diff --git a/mkdocs-material/docs/schema/plugins/external/git-revision-date.json b/mkdocs-material/docs/schema/plugins/external/git-revision-date.json new file mode 100644 index 0000000..968bed6 --- /dev/null +++ b/mkdocs-material/docs/schema/plugins/external/git-revision-date.json @@ -0,0 +1,40 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Add git revision date to pages", + "oneOf": [ + { + "markdownDescription": "https://github.com/zhaoterryy/mkdocs-git-revision-date-plugin", + "const": "git-revision-date" + }, + { + "type": "object", + "properties": { + "git-revision-date": { + "markdownDescription": "https://github.com/zhaoterryy/mkdocs-git-revision-date-plugin", + "type": "object", + "properties": { + "enable_if_env": { + "title": "Enable plugin when environment variable is set", + "markdownDescription": "https://github.com/zhaoterryy/mkdocs-git-revision-date-plugin#options", + "type": "string" + }, + "modify_md": { + "title": "Enable plugin to be used in Markdown files", + "markdownDescription": "https://github.com/zhaoterryy/mkdocs-git-revision-date-plugin#options", + "type": "boolean", + "default": true + }, + "as_datetime": { + "title": "Output as Python datetime", + "markdownDescription": "https://github.com/zhaoterryy/mkdocs-git-revision-date-plugin#options", + "type": "boolean", + "default": false + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ] +} diff --git a/mkdocs-material/docs/schema/plugins/external/literate-nav.json b/mkdocs-material/docs/schema/plugins/external/literate-nav.json new file mode 100644 index 0000000..1cdeb0b --- /dev/null +++ b/mkdocs-material/docs/schema/plugins/external/literate-nav.json @@ -0,0 +1,35 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema", + "title": "Configure navigation in Markdown instead of YAML", + "oneOf": [ + { + "markdownDescription": "https://github.com/oprypin/mkdocs-literate-nav", + "const": "literate-nav" + }, + { + "type": "object", + "properties": { + "literate-nav": { + "markdownDescription": "https://github.com/oprypin/mkdocs-literate-nav", + "type": "object", + "properties": { + "nav_file": { + "title": "The name of the file to read to determine the navigation for a particular directory under `docs_dir`", + "markdownDescription": "https://oprypin.github.io/mkdocs-literate-nav/reference.html#nav_file", + "type": "string", + "default": "SUMMARY.md" + }, + "implicit_index": { + "title": "If set and a directory has a file named `index.md` or `README.md`, but the literate nav for that directory that never includes it, it will be inserted as the first item of the nav", + "markdownDescription": "https://oprypin.github.io/mkdocs-literate-nav/reference.html#implicit_index", + "type": "boolean", + "default": false + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ] +} diff --git a/mkdocs-material/docs/schema/plugins/external/macros.json b/mkdocs-material/docs/schema/plugins/external/macros.json new file mode 100644 index 0000000..122de24 --- /dev/null +++ b/mkdocs-material/docs/schema/plugins/external/macros.json @@ -0,0 +1,70 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema", + "title": "Use variables and macros in Markdown", + "oneOf": [ + { + "markdownDescription": "https://github.com/fralau/mkdocs_macros_plugin", + "const": "macros" + }, + { + "type": "object", + "properties": { + "macros": { + "markdownDescription": "", + "type": "object", + "properties": { + "module_name": { + "title": "Name of the Python module containing macros, filters and variables", + "markdownDescription": "https://mkdocs-macros-plugin.readthedocs.io/en/latest/#configuration-of-the-plugin", + "type": "string", + "default": "main" + }, + "modules": { + "title": "List of preinstalled Python modules, i.e. listed by `pip list`", + "markdownDescription": "https://mkdocs-macros-plugin.readthedocs.io/en/latest/#configuration-of-the-plugin", + "type": "array" + }, + "include_dir": { + "title": "Directory for including external files", + "markdownDescription": "https://mkdocs-macros-plugin.readthedocs.io/en/latest/advanced/#changing-the-directory-of-the-includes", + "type": "string" + }, + "include_yaml": { + "title": "List of yaml files or `key: filename` pairs to be included", + "markdownDescription": "https://mkdocs-macros-plugin.readthedocs.io/en/latest/advanced/#including-external-yaml-files", + "type": "array" + }, + "j2_block_start_string": { + "title": "Non-standard Jinja2 marker for start of block", + "markdownDescription": "https://mkdocs-macros-plugin.readthedocs.io/en/latest/advanced/#solution-4-altering-the-syntax-of-jinja2-for-mkdocs-macros", + "type": "string" + }, + "j2_block_end_string": { + "title": "Non-standard Jinja2 marker for end of block", + "markdownDescription": "https://mkdocs-macros-plugin.readthedocs.io/en/latest/advanced/#solution-4-altering-the-syntax-of-jinja2-for-mkdocs-macros", + "type": "string" + }, + "j2_variable_start_string": { + "title": "Non-standard Jinja2 marker for start of variable", + "markdownDescription": "https://mkdocs-macros-plugin.readthedocs.io/en/latest/advanced/#solution-4-altering-the-syntax-of-jinja2-for-mkdocs-macros", + "type": "string" + }, + "j2_variable_end_string": { + "title": "Non-standard Jinja2 marker for end of variable", + "markdownDescription": "https://mkdocs-macros-plugin.readthedocs.io/en/latest/advanced/#solution-4-altering-the-syntax-of-jinja2-for-mkdocs-macros", + "type": "string" + }, + "on_error_fail": { + "title": "Stop build/serve when macro error happens", + "markdownDescription": "https://mkdocs-macros-plugin.readthedocs.io/en/latest/advanced/#can-i-make-mkdocs-macros-build-process-to-fail-in-case-of-error-instead-of-displaying-the-error-on-the-page", + "type": "boolean", + "default": false + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ] +} diff --git a/mkdocs-material/docs/schema/plugins/external/minify.json b/mkdocs-material/docs/schema/plugins/external/minify.json new file mode 100644 index 0000000..5867fa6 --- /dev/null +++ b/mkdocs-material/docs/schema/plugins/external/minify.json @@ -0,0 +1,76 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Minify HTML, JavaScript and CSS during the build", + "type": "object", + "properties": { + "minify": { + "markdownDescription": "https://github.com/byrnereese/mkdocs-minify-plugin", + "type": "object", + "dependencies": { + "minify_js": [ + "js_files" + ], + "minify_css": [ + "css_files" + ] + }, + "properties": { + "minify_html": { + "title": "Minify HTML files", + "markdownDescription": "https://github.com/byrnereese/mkdocs-minify-plugin#options", + "type": "boolean", + "default": true + }, + "minify_js": { + "title": "Minify JavaScript files", + "markdownDescription": "https://github.com/byrnereese/mkdocs-minify-plugin#options", + "type": "boolean", + "default": false + }, + "minify_css": { + "title": "Minify CSS files", + "markdownDescription": "https://github.com/byrnereese/mkdocs-minify-plugin#options", + "type": "boolean", + "default": false + }, + "htmlmin_opts": { + "title": "Options for HTML minifier", + "markdownDescription": "https://github.com/byrnereese/mkdocs-minify-plugin#options", + "type": "object" + }, + "cache_safe": { + "title": "Add hash to Javascript and CSS file names", + "markdownDescription": "https://github.com/byrnereese/mkdocs-minify-plugin#options", + "type": "boolean", + "default": false + }, + "js_files": { + "title": "JavaScript files to minify", + "markdownDescription": "https://github.com/byrnereese/mkdocs-minify-plugin#options", + "type": "array", + "items": { + "title": "Path to JavaScript file", + "markdownDescription": "https://github.com/byrnereese/mkdocs-minify-plugin#options", + "pattern": "\\.js$" + }, + "uniqueItems": true, + "minItems": 1 + }, + "css_files": { + "title": "CSS files to minify", + "markdownDescription": "https://github.com/byrnereese/mkdocs-minify-plugin#options", + "type": "array", + "items": { + "title": "Path to CSS file", + "markdownDescription": "https://github.com/byrnereese/mkdocs-minify-plugin#options", + "pattern": "\\.css$" + }, + "uniqueItems": true, + "minItems": 1 + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false +} diff --git a/mkdocs-material/docs/schema/plugins/external/redirects.json b/mkdocs-material/docs/schema/plugins/external/redirects.json new file mode 100644 index 0000000..e053486 --- /dev/null +++ b/mkdocs-material/docs/schema/plugins/external/redirects.json @@ -0,0 +1,51 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Add redirects when moving pages to new locations", + "type": "object", + "properties": { + "redirects": { + "markdownDescription": "https://github.com/mkdocs/mkdocs-redirects", + "type": "object", + "properties": { + "redirect_maps": { + "title": "Mapping of Markdown files", + "markdownDescription": "https://github.com/mkdocs/mkdocs-redirects#using", + "type": "object", + "patternProperties": { + "\\.md$": { + "oneOf": [ + { + "title": "Internal redirect", + "markdownDescription": "https://github.com/mkdocs/mkdocs-redirects#using", + "pattern": "\\.md(#\\S+)?$" + }, + { + "title": "External redirect", + "markdownDescription": "https://github.com/mkdocs/mkdocs-redirects#using", + "pattern": "^https?:" + } + ] + } + }, + "defaultSnippets": [ + { + "label": "Internal redirect", + "body": { + "${1:from}.md": "${2:to}.md" + } + }, + { + "label": "External redirect", + "body": { + "${1:from}.md": "https://${2:to.url}" + } + } + ], + "additionalProperties": false + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false +} diff --git a/mkdocs-material/docs/schema/plugins/external/section-index.json b/mkdocs-material/docs/schema/plugins/external/section-index.json new file mode 100644 index 0000000..3c83526 --- /dev/null +++ b/mkdocs-material/docs/schema/plugins/external/section-index.json @@ -0,0 +1,17 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Add index section pages to navigation", + "oneOf": [ + { + "markdownDescription": "https://github.com/oprypin/mkdocs-section-index", + "const": "section-index" + }, + { + "type": "object", + "additionalProperties": false, + "properties": { + "section-index": {} + } + } + ] +} diff --git a/mkdocs-material/docs/schema/plugins/group.json b/mkdocs-material/docs/schema/plugins/group.json new file mode 100644 index 0000000..f5c5647 --- /dev/null +++ b/mkdocs-material/docs/schema/plugins/group.json @@ -0,0 +1,29 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Built-in group plugin", + "oneOf": [ + { + "type": "object", + "properties": { + "group": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/group/", + "type": "object", + "properties": { + "enabled": { + "title": "Enable plugin", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/group/#config.enabled", + "type": "boolean", + "default": true + }, + "plugins": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/group/#config.plugins", + "$ref": "../plugins.json" + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ] +} diff --git a/mkdocs-material/docs/schema/plugins/info.json b/mkdocs-material/docs/schema/plugins/info.json new file mode 100644 index 0000000..320b73c --- /dev/null +++ b/mkdocs-material/docs/schema/plugins/info.json @@ -0,0 +1,47 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Built-in info plugin", + "oneOf": [ + { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/info/", + "const": "info" + }, + { + "type": "object", + "properties": { + "info": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/info/", + "type": "object", + "properties": { + "enabled": { + "title": "Enable plugin", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/info/#config.enabled", + "type": "boolean", + "default": true + }, + "enabled_on_serve": { + "title": "Enable plugin when previewing", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/info/#config.enabled_on_serve", + "type": "boolean", + "default": false + }, + "archive": { + "title": "Enable creation of archive", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/info/#config.archive", + "type": "boolean", + "default": true + }, + "archive_stop_on_violation": { + "title": "Stop creation of archive on violation", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/info/#config.archive_stop_on_violation", + "type": "boolean", + "default": true + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ] +} diff --git a/mkdocs-material/docs/schema/plugins/meta.json b/mkdocs-material/docs/schema/plugins/meta.json new file mode 100644 index 0000000..7e8c5e7 --- /dev/null +++ b/mkdocs-material/docs/schema/plugins/meta.json @@ -0,0 +1,35 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Built-in meta plugin", + "oneOf": [ + { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/meta/", + "const": "meta" + }, + { + "type": "object", + "properties": { + "meta": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/meta/", + "type": "object", + "properties": { + "enabled": { + "title": "Enable plugin", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/meta/#config.enabled", + "type": "boolean", + "default": true + }, + "meta_file": { + "title": "Meta file name", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/meta/#config.meta_file", + "pattern": "\\.yml$", + "default": "\"**/.meta.yml\"" + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ] +} diff --git a/mkdocs-material/docs/schema/plugins/offline.json b/mkdocs-material/docs/schema/plugins/offline.json new file mode 100644 index 0000000..838168d --- /dev/null +++ b/mkdocs-material/docs/schema/plugins/offline.json @@ -0,0 +1,29 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Built-in offline plugin", + "oneOf": [ + { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/offline/", + "const": "offline" + }, + { + "type": "object", + "properties": { + "offline": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/offline/", + "type": "object", + "properties": { + "enabled": { + "title": "Enable plugin", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/offline/#config.enabled", + "type": "boolean", + "default": true + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ] +} diff --git a/mkdocs-material/docs/schema/plugins/optimize.json b/mkdocs-material/docs/schema/plugins/optimize.json new file mode 100644 index 0000000..f61a73f --- /dev/null +++ b/mkdocs-material/docs/schema/plugins/optimize.json @@ -0,0 +1,118 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Built-in optimize plugin", + "oneOf": [ + { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/optimize/", + "const": "optimize" + }, + { + "type": "object", + "properties": { + "optimize": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/optimize/", + "type": "object", + "properties": { + "enabled": { + "title": "Enable plugin", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/optimize/#config.enabled", + "type": "boolean", + "default": true + }, + "concurrency": { + "title": "Concurrency (number of CPUs)", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/optimize/#config.concurrency", + "type": "number" + }, + "cache": { + "title": "Enable caching", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/optimize/#config.cache", + "type": "boolean", + "default": true + }, + "cache_dir": { + "title": "Cache directory", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/optimize/#config.cache_dir", + "type": "string", + "default": ".cache/plugins/optimize" + }, + "optimize_png": { + "title": "Optimization of PNGs", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/optimize/#config.optimize_png", + "type": "boolean", + "default": true + }, + "optimize_png_speed": { + "title": "Speed/quality tradeoff [1,10]", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/optimize/#config.optimize_png_speed", + "type": "number", + "default": 4 + }, + "optimize_png_strip": { + "title": "Strip unnecessary metadata from PNGs", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/optimize/#config.optimize_png_strip", + "type": "boolean", + "default": true + }, + "optimize_jpg": { + "title": "Optimization of JPGs", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/optimize/#config.optimize_jpg", + "type": "boolean", + "default": true + }, + "optimize_jpg_quality": { + "title": "Speed/quality tradeoff for pngquant [0,10]", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/optimize/#config.optimize_jpg_quality", + "type": "number", + "default": 60 + }, + "optimize_jpg_progressive": { + "title": "Progressive encoding (faster rendering)", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/optimize/#config.optimize_jpg_progressive", + "type": "boolean", + "default": true + }, + "optimize_include": { + "title": "Files or folders to include", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/optimize/#config.optimize_include", + "type": "array", + "items": { + "title": "Files or folders matching this pattern will be included", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/optimize/#config.optimize_include", + "pattern": ".*" + }, + "uniqueItems": true, + "minItems": 1 + }, + "optimize_exclude": { + "title": "Files or folders to exclude", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/optimize/#config.optimize_exclude", + "type": "array", + "items": { + "title": "Files or folders matching this pattern will be excluded", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/optimize/#config.optimize_exclude", + "pattern": ".*" + }, + "uniqueItems": true, + "minItems": 1 + }, + "print_gain": { + "title": "Print optimization gain", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/optimize/#config.print_gain", + "type": "boolean", + "default": true + }, + "print_gain_summary": { + "title": "Print optimization gain summary", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/optimize/#config.print_gain_summary", + "type": "boolean", + "default": true + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ] +} diff --git a/mkdocs-material/docs/schema/plugins/privacy.json b/mkdocs-material/docs/schema/plugins/privacy.json new file mode 100644 index 0000000..1233ac5 --- /dev/null +++ b/mkdocs-material/docs/schema/plugins/privacy.json @@ -0,0 +1,127 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Built-in privacy plugin", + "oneOf": [ + { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/privacy/", + "const": "privacy" + }, + { + "type": "object", + "properties": { + "privacy": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/privacy/", + "type": "object", + "properties": { + "enabled": { + "title": "Enable plugin", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/privacy/#config.enabled", + "type": "boolean", + "default": true + }, + "concurrency": { + "title": "Concurrency (number of CPUs)", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/privacy/#config.concurrency", + "type": "number" + }, + "cache": { + "title": "Enable caching", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/privacy/#config.cache", + "type": "boolean", + "default": true + }, + "cache_dir": { + "title": "Cache directory", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/privacy/#config.cache_dir", + "type": "string", + "default": ".cache/plugins/privacy" + }, + "log": { + "title": "Enable logging", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/privacy/#config.log", + "type": "boolean", + "default": true + }, + "log_level": { + "title": "Log level", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/privacy/#config.log_level", + "enum": [ + "error", + "warn", + "info", + "debug" + ], + "default": "info" + }, + "assets": { + "title": "Process external assets", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/privacy/#config.assets", + "type": "boolean", + "default": true + }, + "assets_fetch": { + "title": "Download external assets", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/privacy/#config.assets_fetch", + "type": "boolean", + "default": true + }, + "assets_fetch_dir": { + "title": "Download external assets to this directory", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/privacy/#config.assets_fetch_dir", + "type": "string", + "default": "assets/external" + }, + "assets_include": { + "title": "External assets to include", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/privacy/#config.assets_include", + "type": "array", + "items": { + "title": "External assets matching this pattern will be downloaded", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/privacy/#config.assets_include", + "pattern": ".*" + }, + "uniqueItems": true, + "minItems": 1 + }, + "assets_exclude": { + "title": "External assets to exclude", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/privacy/#config.assets_exclude", + "type": "array", + "items": { + "title": "External assets matching this pattern will not be downloaded", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/privacy/#config.assets_exclude", + "pattern": ".*" + }, + "uniqueItems": true, + "minItems": 1 + }, + "links": { + "title": "Process external links", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/privacy/#config.links", + "type": "boolean", + "default": true + }, + "links_attr_map": { + "title": "Custom attributes to add to external links", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/privacy/#config.links_attr_map", + "type": "object", + "patternProperties": { + "^[\\w_]+$": { + "type": "string" + } + } + }, + "links_noopener": { + "title": "Behavior for external links that open in new windows", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/privacy/#config.links_noopener", + "type": "boolean", + "default": true + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ] +} diff --git a/mkdocs-material/docs/schema/plugins/projects.json b/mkdocs-material/docs/schema/plugins/projects.json new file mode 100644 index 0000000..74b4be8 --- /dev/null +++ b/mkdocs-material/docs/schema/plugins/projects.json @@ -0,0 +1,97 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Built-in projects plugin", + "oneOf": [ + { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/projects/", + "const": "projects" + }, + { + "type": "object", + "properties": { + "projects": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/projects/", + "type": "object", + "properties": { + "enabled": { + "title": "Enable plugin", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/projects/#config.enabled", + "type": "boolean", + "default": true + }, + "concurrency": { + "title": "Concurrency (number of CPUs)", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/projects/#config.concurrency", + "type": "number" + }, + "cache": { + "title": "Enable caching", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/projects/#config.cache", + "type": "boolean", + "default": true + }, + "cache_dir": { + "title": "Cache directory", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/projects/#config.cache_dir", + "type": "string", + "default": ".cache/plugins/projects" + }, + "log": { + "title": "Enable logging", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/projects/#config.log", + "type": "boolean", + "default": true + }, + "log_level": { + "title": "Log level", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/projects/#config.log_level", + "enum": [ + "error", + "warn", + "info", + "debug" + ], + "default": "info" + }, + "projects": { + "title": "Enable projects", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/projects/#config.projects", + "type": "boolean", + "default": true + }, + "projects_dir": { + "title": "Projects directory", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/projects/#config.projects_dir", + "type": "string", + "default": "projects" + }, + "projects_config_files": { + "title": "Projects configuration files", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/projects/#config.projects_config_files", + "type": "string", + "default": "\"*/mkdocs.yml\"" + }, + "projects_config_transform": { + "title": "Projects configuration transform", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/projects/#config.projects_config_transform", + "type": "string", + "defaultSnippets": [ + { + "body": "!!python/name:${1:module}.${2:function}" + } + ] + }, + "hoisting": { + "title": "Enable hoisting", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/projects/#config.hoisting", + "type": "boolean", + "default": true + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ] +} diff --git a/mkdocs-material/docs/schema/plugins/search.json b/mkdocs-material/docs/schema/plugins/search.json new file mode 100644 index 0000000..dd1ad9e --- /dev/null +++ b/mkdocs-material/docs/schema/plugins/search.json @@ -0,0 +1,152 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Built-in search plugin", + "oneOf": [ + { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/search/", + "const": "search" + }, + { + "type": "object", + "properties": { + "search": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/search/", + "type": "object", + "properties": { + "lang": { + "oneOf": [ + { + "$ref": "#/$defs/lang" + }, + { + "type": "array", + "items": { + "$ref": "#/$defs/lang" + }, + "uniqueItems": true, + "minItems": 1 + } + ], + "default": "en" + }, + "separator": { + "title": "Separator for indexing and query tokenization", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/search/#config.separator", + "type": "string" + }, + "pipeline": { + "title": "Text processing pipeline for indexing", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/search/#config.pipeline", + "type": "array", + "items": { + "enum": [ + "stemmer", + "stopWordFilter", + "trimmer" + ] + }, + "uniqueItems": true + }, + "jieba_dict": { + "title": "Jieba dictionary replacement", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/search/#config.jieba_dict", + "type": "string" + }, + "jieba_dict_user": { + "title": "Jieba dictionary augmentation", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/search/#config.jieba_dict_user", + "type": "string" + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ], + "$defs": { + "lang": { + "title": "Site search language", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/search/#config.lang", + "oneOf": [ + { + "title": "Site search language: Arabic", + "const": "ar" + }, + { + "title": "Site search language: Danish", + "const": "da" + }, + { + "title": "Site search language: German", + "const": "de" + }, + { + "title": "Site search language: Dutch", + "const": "du" + }, + { + "title": "Site search language: English", + "const": "en" + }, + { + "title": "Site search language: Spanish", + "const": "es" + }, + { + "title": "Site search language: Finnish", + "const": "fi" + }, + { + "title": "Site search language: French", + "const": "fr" + }, + { + "title": "Site search language: Hungarian", + "const": "hu" + }, + { + "title": "Site search language: Italian", + "const": "it" + }, + { + "title": "Site search language: Japanese", + "const": "ja" + }, + { + "title": "Site search language: Norwegian", + "const": "no" + }, + { + "title": "Site search language: Portuguese", + "const": "pt" + }, + { + "title": "Site search language: Romanian", + "const": "ro" + }, + { + "title": "Site search language: Russian", + "const": "ru" + }, + { + "title": "Site search language: Swedish", + "const": "sv" + }, + { + "title": "Site search language: Thai", + "const": "th" + }, + { + "title": "Site search language: Turkish", + "const": "tr" + }, + { + "title": "Site search language: Vietnamese", + "const": "vi" + } + ] + } + } +} + diff --git a/mkdocs-material/docs/schema/plugins/social.json b/mkdocs-material/docs/schema/plugins/social.json new file mode 100644 index 0000000..a8eeae9 --- /dev/null +++ b/mkdocs-material/docs/schema/plugins/social.json @@ -0,0 +1,157 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Built-in social plugin", + "oneOf": [ + { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/social/", + "const": "social" + }, + { + "type": "object", + "properties": { + "social": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/social/", + "type": "object", + "properties": { + "enabled": { + "title": "Enable plugin", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/social/#config.enabled", + "type": "boolean", + "default": true + }, + "concurrency": { + "title": "Concurrency (number of CPUs)", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/social/#config.concurrency", + "type": "number" + }, + "cache": { + "title": "Enable caching", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/social/#config.cache", + "type": "boolean", + "default": true + }, + "cache_dir": { + "title": "Cache directory", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/social/#config.cache_dir", + "type": "string", + "default": ".cache/plugins/social" + }, + "cards": { + "title": "Social cards", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/social/#config.cards", + "type": "boolean", + "default": true + }, + "log": { + "title": "Enable logging", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/social/#config.log", + "type": "boolean", + "default": true + }, + "log_level": { + "title": "Log level", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/social/#config.log_level", + "enum": [ + "warn", + "info", + "ignore" + ], + "default": "warn" + }, + "cards_dir": { + "title": "Social cards directory", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/social/#config.cards_dir", + "type": "string", + "default": "assets/images/social" + }, + "cards_layout_dir": { + "title": "Social cards layout directory", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/social/#config.cards_layout_dir", + "type": "string", + "default": "layouts" + }, + "cards_layout": { + "title": "Social cards layout", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/social/#config.cards_layout", + "default": "default", + "oneOf": [ + { + "enum": [ + "default", + "default/accent", + "default/invert", + "default/variant" + ] + }, + { + "type": "string" + } + ] + }, + "cards_layout_options": { + "title": "Social cards layout options", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/social/#config.cards_layout_options", + "type": "object" + }, + "cards_include": { + "title": "Pages or folders to include", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/social/#config.cards_include", + "type": "array", + "items": { + "title": "Pages or folders matching this pattern will be included", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/social/#config.cards_include", + "pattern": ".*" + }, + "uniqueItems": true, + "minItems": 1 + }, + "cards_exclude": { + "title": "Pages or folders to exclude", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/social/#config.cards_exclude", + "type": "array", + "items": { + "title": "Pages or folders matching this pattern will be excluded", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/social/#config.cards_exclude", + "pattern": ".*" + }, + "uniqueItems": true, + "minItems": 1 + }, + "debug": { + "title": "Debug mode", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/social/#config.debug", + "type": "boolean", + "default": true + }, + "debug_on_build": { + "title": "Always disable debug mode on build", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/social/#config.debug_on_build", + "type": "boolean", + "default": false + }, + "debug_grid": { + "title": "Debug grid", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/social/#config.debug_grid", + "type": "boolean", + "default": true + }, + "debug_grid_step": { + "title": "Debug grid step size", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/social/#config.debug_grid_step", + "type": "number", + "default": 32 + }, + "debug_color": { + "title": "Debug color", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/social/#config.debug_color", + "type": "string", + "default": "yellow" + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ] +} diff --git a/mkdocs-material/docs/schema/plugins/tags.json b/mkdocs-material/docs/schema/plugins/tags.json new file mode 100644 index 0000000..447afd5 --- /dev/null +++ b/mkdocs-material/docs/schema/plugins/tags.json @@ -0,0 +1,225 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Built-in tags plugin", + "oneOf": [ + { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/tags/", + "const": "tags" + }, + { + "type": "object", + "properties": { + "tags": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/tags/", + "type": "object", + "properties": { + "enabled": { + "title": "Enable plugin", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/tags/#config.enabled", + "type": "boolean", + "default": true + }, + "tags": { + "title": "Rendering of tags", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/tags/#config.tags", + "type": "boolean", + "default": true + }, + "tags_file": { + "title": "Markdown file to render tags index", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/tags/#config.tags_file", + "pattern": "\\.md$", + "default": "tags.md" + }, + "tags_slugify": { + "title": "Tags slugify function", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/tags/#config.tags_slugify", + "default": "!!python/object/apply:pymdownx.slugs.slugify {kwds: {case: lower}}" + }, + "tags_slugify_separator": { + "title": "Tags slugify separator", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/tags/#config.tags_slugify_separator", + "type": "string", + "default": "-" + }, + "tags_slugify_format": { + "title": "Format string for tags slugifier", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/tags/#config.tags_slugify_format", + "type": "string", + "default": "\"tag:{slug}\"" + }, + "tags_hierarchy": { + "title": "Rendering of tags", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/tags/#config.tags", + "type": "boolean", + "default": true + }, + "tags_sort_by": { + "title": "Sort tags by this function", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/tags/#config.tags_sort_by", + "default": "!!python/name:material.plugins.tags.casefold" + }, + "tags_sort_reverse": { + "title": "Soft tags in reverse", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/tags/#config.tags_sort_reverse", + "default": false + }, + "tags_name_property": { + "title": "Tags front matter property", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/tags/#config.tags_name_property", + "type": "string", + "default": "tags" + }, + "tags_name_variable": { + "title": "Tags Jinja variable name", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/tags/#config.tags_name_variable", + "type": "string", + "default": "tags" + }, + "tags_allowed": { + "title": "Tags allowed", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/tags/#config.tags_allowed", + "type": "array", + "items": { + "type": "string" + }, + "uniqueItems": true, + "default": [] + }, + "listings": { + "title": "Rendering of listings", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/tags/#config.listings", + "type": "boolean", + "default": true + }, + "listings_map": { + "title": "Map of listing configurations", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/tags/#config.listings_map", + "type": "object", + "patternProperties": { + ".*": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/tags/#listing-configuration", + "type": "object", + "properties": { + "scope": { + "title": "Scoped listing", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/tags/#listing.scope", + "default": false + }, + "shadow": { + "title": "Render shadow tags", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/tags/#listing.shadow", + "default": true + }, + "include": { + "title": "Tag inclusion list", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/tags/#listing.include", + "type": "array", + "uniqueItems": true + }, + "exclude": { + "title": "Tag exclusion list", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/tags/#listing.exclude", + "type": "array", + "uniqueItems": true + }, + "toc": { + "title": "Render tags in table of contents", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/tags/#listing.toc", + "default": true + } + } + } + }, + "additionalProperties": false + }, + "listings_sort_by": { + "title": "Sort listing items by this function", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/tags/#config.listings_sort_by", + "default": "!!python/name:material.plugins.tags.casefold" + }, + "listings_sort_reverse": { + "title": "Soft listing items in reverse", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/tags/#config.listings_sort_reverse", + "default": false + }, + "listings_tags_sort_by": { + "title": "Sort listing tags by this function", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/tags/#config.listings_tags_sort_by", + "default": "!!python/name:material.plugins.tags.casefold" + }, + "listings_tags_sort_reverse": { + "title": "Soft listing tags in reverse", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/tags/#config.listings_tags_sort_reverse", + "default": false + }, + "listings_directive": { + "title": "Listings directive", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/tags/#config.listings_directive", + "type": "string", + "default": "material/tags" + }, + "listings_toc": { + "title": "Render tags in table of contents", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/tags/#config.listings_toc", + "default": true + }, + "shadow": { + "title": "Rendering shadow tags on build", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/tags/#config.shadow", + "type": "boolean", + "default": false + }, + "shadow_on_serve": { + "title": "Rendering shadow tags on serve", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/tags/#config.shadow_on_serve", + "type": "boolean", + "default": true + }, + "shadow_tags": { + "title": "Shadow tags", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/tags/#config.shadow_tags", + "type": "array", + "items": { + "type": "string" + }, + "uniqueItems": true, + "default": [] + }, + "shadow_tags_prefix": { + "title": "Shadow tags prefix", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/tags/#config.shadow_tags_prefix", + "type": "string", + "default": "_" + }, + "shadow_tags_suffix": { + "title": "Shadow tags suffix", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/tags/#config.shadow_tags_suffix", + "type": "string" + }, + "export": { + "title": "Tags export", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/tags/#config.export", + "type": "boolean", + "default": true + }, + "export_file": { + "title": "Tags file", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/tags/#config.export_file", + "type": "boolean", + "default": "tags.json" + }, + "export_only": { + "title": "Only export tags, don't render them", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/tags/#config.export_only", + "type": "boolean", + "default": true + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ] +} diff --git a/mkdocs-material/docs/schema/plugins/typeset.json b/mkdocs-material/docs/schema/plugins/typeset.json new file mode 100644 index 0000000..1975da5 --- /dev/null +++ b/mkdocs-material/docs/schema/plugins/typeset.json @@ -0,0 +1,29 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Built-in typeset plugin", + "oneOf": [ + { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/typeset/", + "const": "typeset" + }, + { + "type": "object", + "properties": { + "typeset": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/typeset/", + "type": "object", + "properties": { + "enabled": { + "title": "Enable plugin", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/typeset/#config.enabled", + "type": "boolean", + "default": true + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ] +} diff --git a/mkdocs-material/docs/schema/theme.json b/mkdocs-material/docs/schema/theme.json new file mode 100644 index 0000000..15fca4b --- /dev/null +++ b/mkdocs-material/docs/schema/theme.json @@ -0,0 +1,893 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Theme configuration", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/", + "type": "object", + "properties": { + "name": { + "title": "Theme name", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#name", + "oneOf": [ + { + "const": "material" + }, + { + "type": "null" + } + ], + "default": "material" + }, + "custom_dir": { + "title": "Directory with theme overrides", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/customization/#setup-and-theme-structure", + "type": "string", + "defaultSnippets": [ + { + "body": "${1:overrides}" + } + ] + }, + "static_templates": { + "title": "Static templates to render", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#static_templates", + "type": "array", + "items": { + "title": "Path to HTML file", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#static_templates", + "pattern": "\\.html$" + }, + "uniqueItems": true, + "minItems": 1 + }, + "language": { + "title": "Site language", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-language/", + "oneOf": [ + { + "title": "Site language: Custom", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-language/#custom-translations", + "const": "custom" + }, + { + "title": "Site language: Afrikaans", + "const": "af" + }, + { + "title": "Site language: Arabic", + "const": "ar" + }, + { + "title": "Site language: Bulgarian", + "const": "bg" + }, + { + "title": "Site language: Bengali (Bangla)", + "const": "bn" + }, + { + "title": "Site language: Catalan", + "const": "ca" + }, + { + "title": "Site language: Czech", + "const": "cs" + }, + { + "title": "Site language: Danish", + "const": "da" + }, + { + "title": "Site language: German", + "const": "de" + }, + { + "title": "Site language: Greek", + "const": "el" + }, + { + "title": "Site language: English", + "const": "en" + }, + { + "title": "Site language: Esperanto", + "const": "eo" + }, + { + "title": "Site language: Spanish", + "const": "es" + }, + { + "title": "Site language: Estonian", + "const": "et" + }, + { + "title": "Site language: Persian (Farsi)", + "const": "fa" + }, + { + "title": "Site language: Finnish", + "const": "fi" + }, + { + "title": "Site language: French", + "const": "fr" + }, + { + "title": "Site language: Galician", + "const": "gl" + }, + { + "title": "Site language: Hebrew", + "const": "he" + }, + { + "title": "Site language: Hindi", + "const": "hi" + }, + { + "title": "Site language: Croatian", + "const": "hr" + }, + { + "title": "Site language: Hungarian", + "const": "hu" + }, + { + "title": "Site language: Armenian", + "const": "hy" + }, + { + "title": "Site language: Indonesian", + "const": "id" + }, + { + "title": "Site language: Icelandic", + "const": "is" + }, + { + "title": "Site language: Italian", + "const": "it" + }, + { + "title": "Site language: Japanese", + "const": "ja" + }, + { + "title": "Site language: Georgian", + "const": "ka" + }, + { + "title": "Site language: Kannada", + "const": "kn" + }, + { + "title": "Site language: Korean", + "const": "ko" + }, + { + "title": "Site language: Lithuanian", + "const": "lt" + }, + { + "title": "Site language: Latvian", + "const": "lv" + }, + { + "title": "Site language: Macedonian", + "const": "mk" + }, + { + "title": "Site language: Mongolian", + "const": "mn" + }, + { + "title": "Site language: Bahasa Malaysia", + "const": "ms" + }, + { + "title": "Site language: Burmese", + "const": "my" + }, + { + "title": "Site language: Dutch", + "const": "nl" + }, + { + "title": "Site language: Norwegian (Bokmål)", + "const": "nb" + }, + { + "title": "Site language: Norwegian (Nynorsk)", + "const": "nn" + }, + { + "title": "Site language: Polish", + "const": "pl" + }, + { + "title": "Site language: Portuguese", + "const": "pt" + }, + { + "title": "Site language: Portuguese (Brasilian)", + "const": "pt-BR" + }, + { + "title": "Site language: Romanian", + "const": "ro" + }, + { + "title": "Site language: Russian", + "const": "ru" + }, + { + "title": "Site language: Sanskrit", + "const": "sa" + }, + { + "title": "Site language: Serbo-Croatian", + "const": "sh" + }, + { + "title": "Site language: Sinhalese", + "const": "si" + }, + { + "title": "Site language: Slovak", + "const": "sk" + }, + { + "title": "Site language: Slovenian", + "const": "sl" + }, + { + "title": "Site language: Albanian", + "const": "sq" + }, + { + "title": "Site language: Serbian", + "const": "sr" + }, + { + "title": "Site language: Swedish", + "const": "sv" + }, + { + "title": "Site language: Tamil", + "const": "ta" + }, + { + "title": "Site language: Telugu", + "const": "te" + }, + { + "title": "Site language: Thai", + "const": "th" + }, + { + "title": "Site language: Tagalog", + "const": "tl" + }, + { + "title": "Site language: Turkish", + "const": "tr" + }, + { + "title": "Site language: Ukrainian", + "const": "uk" + }, + { + "title": "Site language: Urdu", + "const": "ur" + }, + { + "title": "Site language: Uzbek", + "const": "uz" + }, + { + "title": "Site language: Vietnamese", + "const": "vi" + }, + { + "title": "Site language: Chinese (Simplified)", + "const": "zh" + }, + { + "title": "Site language: Chinese (Traditional)", + "const": "zh-Hant" + }, + { + "title": "Site language: Chinese (Taiwanese)", + "const": "zh-TW" + } + ], + "default": "en" + }, + "direction": { + "title": "Directionality", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-language/#directionality", + "enum": [ + "ltr", + "rtl" + ] + }, + "favicon": { + "title": "Favicon", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-logo-and-icons/#favicon", + "pattern": "\\.(ico|png|svg|jpe?g|gif)$", + "defaultSnippets": [ + { + "body": "${1:path/to/file}.png" + } + ] + }, + "logo": { + "title": "Logo", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-logo-and-icons/#logo", + "pattern": "\\.(png|svg|jpe?g|gif|webp)$", + "defaultSnippets": [ + { + "body": "${1:path/to/file}.png" + } + ] + }, + "icon": { + "title": "Icons", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-logo-and-icons/", + "type": "object", + "properties": { + "edit": { + "$ref": "#/$defs/icon" + }, + "view": { + "$ref": "#/$defs/icon" + }, + "logo": { + "$ref": "#/$defs/icon" + }, + "repo": { + "$ref": "#/$defs/icon" + }, + "annotation": { + "$ref": "#/$defs/icon" + }, + "top": { + "$ref": "#/$defs/icon" + }, + "share": { + "$ref": "#/$defs/icon" + }, + "menu": { + "$ref": "#/$defs/icon" + }, + "alternate": { + "$ref": "#/$defs/icon" + }, + "search": { + "$ref": "#/$defs/icon" + }, + "close": { + "$ref": "#/$defs/icon" + }, + "previous": { + "$ref": "#/$defs/icon" + }, + "next": { + "$ref": "#/$defs/icon" + }, + "admonition": { + "title": "Admonition icon", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/reference/admonitions/#admonition-icons", + "type": "object", + "properties": { + "note": { + "$ref": "#/$defs/icon" + }, + "abstract": { + "$ref": "#/$defs/icon" + }, + "info": { + "$ref": "#/$defs/icon" + }, + "tip": { + "$ref": "#/$defs/icon" + }, + "success": { + "$ref": "#/$defs/icon" + }, + "question": { + "$ref": "#/$defs/icon" + }, + "warning": { + "$ref": "#/$defs/icon" + }, + "failure": { + "$ref": "#/$defs/icon" + }, + "danger": { + "$ref": "#/$defs/icon" + }, + "bug": { + "$ref": "#/$defs/icon" + }, + "example": { + "$ref": "#/$defs/icon" + }, + "quote": { + "$ref": "#/$defs/icon" + } + }, + "additionalProperties": false, + "defaultSnippets": [ + { + "label": "note", + "body": "note: ${1:material/pencil-circle}" + }, + { + "label": "abstract", + "body": "abstract: ${1:material/clipboard-text}" + }, + { + "label": "info", + "body": "info: ${1:material/information}" + }, + { + "label": "tip", + "body": "tip: ${1:material/fire}" + }, + { + "label": "success", + "body": "success: ${1:material/check}" + }, + { + "label": "question", + "body": "question: ${1:material/help-circle}" + }, + { + "label": "warning", + "body": "warning: ${1:material/alert}" + }, + { + "label": "failure", + "body": "failure: ${1:material/close}" + }, + { + "label": "danger", + "body": "danger: ${1:material/lightning-bolt-circle}" + }, + { + "label": "bug", + "body": "bug: ${1:material/shield-bug}" + }, + { + "label": "example", + "body": "example: ${1:material/test-tube}" + }, + { + "label": "quote", + "body": "quote: ${1:material/format-quote-close}" + } + ] + }, + "tag": { + "title": "Tag icon", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-tags/#tag-icons-and-identifiers", + "type": "object", + "patternProperties": { + "^[\\w-]+$": { + "$ref": "#/$defs/icon" + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false, + "defaultSnippets": [ + { + "label": "edit", + "body": "edit: ${1:material/pencil}" + }, + { + "label": "logo", + "body": "logo: ${1:material/library}" + }, + { + "label": "repo", + "body": "repo: ${1:fontawesome/brands/git-alt}" + }, + { + "label": "top", + "body": "top: ${1:material/arrow-up}" + }, + { + "label": "menu", + "body": "menu: ${1:material/menu}" + }, + { + "label": "alternate", + "body": "alternate: ${1:material/translate}" + }, + { + "label": "share", + "body": "share: ${1:material/share-variant}" + }, + { + "label": "search", + "body": "search: ${1:material/magnify}" + }, + { + "label": "previous", + "body": "previous: ${1:material/arrow-left}" + }, + { + "label": "next", + "body": "next: ${1:material/arrow-right}" + } + ] + }, + "features": { + "title": "Feature flags", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/", + "type": "array", + "items": { + "oneOf": [ + { + "title": "Mark as read", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-the-header/#mark-as-read", + "const": "announce.dismiss" + }, + { + "title": "Edit this page", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/#code-actions", + "const": "content.action.edit" + }, + { + "title": "View source of this page", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/#code-actions", + "const": "content.action.view" + }, + { + "title": "Code annotations", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/reference/code-blocks/#code-annotations", + "const": "content.code.annotate" + }, + { + "title": "Code copy button", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/reference/code-blocks/#code-copy-button", + "const": "content.code.copy" + }, + { + "title": "Code selection button", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/reference/code-blocks/#code-selection-button", + "const": "content.code.select" + }, + { + "title": "Footnote tooltips", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/reference/footnotes/#footnote-tooltips", + "const": "content.footnote.tooltips" + }, + { + "title": "Linked content tabs", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/reference/content-tabs/#linked-content-tabs", + "const": "content.tabs.link" + }, + { + "title": "Improved tooltips", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/reference/tooltips/#improved-tooltips", + "const": "content.tooltips" + }, + { + "title": "Header hides automatically when scrolling", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-the-header/#automatic-hiding", + "const": "header.autohide" + }, + { + "title": "Navigation expansion", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#navigation-expansion", + "const": "navigation.expand" + }, + { + "title": "Navigation footer", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#navigation-footer", + "const": "navigation.footer" + }, + { + "title": "Section index pages", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#section-index-pages", + "const": "navigation.indexes" + }, + { + "title": "Instant loading", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#instant-loading", + "const": "navigation.instant" + }, + { + "title": "Instant prefetching", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#instant-prefetching", + "const": "navigation.instant.prefetch" + }, + { + "title": "Progress indicator", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#progress-indicator", + "const": "navigation.instant.progress" + }, + { + "title": "Navigation path (Breadcrumbs)", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#navigation-path", + "const": "navigation.path" + }, + { + "title": "Navigation pruning", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#navigation-pruning", + "const": "navigation.prune" + }, + { + "title": "Navigation sections", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#navigation-sections", + "const": "navigation.sections" + }, + { + "title": "Navigation tabs", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#navigation-tabs", + "const": "navigation.tabs" + }, + { + "title": "Sticky navigation tabs", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#sticky-navigation-tabs", + "const": "navigation.tabs.sticky" + }, + { + "title": "Back-to-top button", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#back-to-top-button", + "const": "navigation.top" + }, + { + "title": "Anchor tracking", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#anchor-tracking", + "const": "navigation.tracking" + }, + { + "title": "Search highlighting", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-search/#search-highlighting", + "const": "search.highlight" + }, + { + "title": "Search sharing", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-search/#search-sharing", + "const": "search.share" + }, + { + "title": "Search suggestions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-search/#search-suggestions", + "const": "search.suggest" + }, + { + "title": "Integrated table of contents", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#anchor-following", + "const": "toc.follow" + }, + { + "title": "Integrated table of contents", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#navigation-integration", + "const": "toc.integrate" + } + ] + }, + "uniqueItems": true, + "minItems": 1 + }, + "palette": { + "oneOf": [ + { + "title": "Color palette", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/", + "type": "object", + "properties": { + "scheme": { + "$ref": "#/$defs/scheme" + }, + "primary": { + "$ref": "#/$defs/primary" + }, + "accent": { + "$ref": "#/$defs/accent" + } + }, + "additionalProperties": false + }, + { + "title": "Color palette", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/", + "type": "array", + "items": { + "type": "object", + "properties": { + "scheme": { + "$ref": "#/$defs/scheme" + }, + "primary": { + "$ref": "#/$defs/primary" + }, + "accent": { + "$ref": "#/$defs/accent" + }, + "media": { + "oneOf": [ + { + "title": "System preference", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#system-preference", + "type": "string", + "enum": [ + "\"(prefers-color-scheme: light)\"", + "\"(prefers-color-scheme: dark)\"" + ] + }, + { + "type": "string" + } + ], + "defaultSnippets": [ + { + "label": "\"(prefers-color-scheme: light)\"", + "body": "\"(prefers-color-scheme: ${1:light})\"" + } + ] + }, + "toggle": { + "title": "Color palette toggle", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#color-palette-toggle", + "properties": { + "icon": { + "$ref": "#/$defs/icon" + }, + "name": { + "title": "Color palette toggle name", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#toggle-name", + "type": "string" + } + }, + "additionalProperties": false, + "required": [ + "icon", + "name" + ] + } + }, + "additionalProperties": false, + "required": [ + "toggle" + ] + }, + "uniqueItems": true, + "minItems": 1 + } + ], + "default": { + "scheme": "default", + "primary": "indigo", + "accent": "indigo" + } + }, + "font": { + "oneOf": [ + { + "title": "Google Fonts", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-fonts/", + "type": "object", + "properties": { + "text": { + "$ref": "assets/fonts.json" + }, + "code": { + "$ref": "assets/fonts.json" + } + }, + "additionalProperties": false + }, + { + "title": "Disable Google Fonts", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-fonts/#autoloading", + "enum": [ + false + ] + } + ], + "defaultSnippets": [ + { + "body": { + "text": "${1:Roboto}", + "code": "${2:Roboto Mono}" + } + } + ] + } + }, + "additionalProperties": false, + "required": [ + "name" + ], + "$defs": { + "scheme": { + "title": "Color scheme", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#color-scheme", + "anyOf": [ + { + "enum": [ + "default", + "slate" + ] + }, + { + "type": "string" + } + ] + }, + "primary": { + "title": "Primary color", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#primary-color", + "enum": [ + "red", + "pink", + "purple", + "deep purple", + "indigo", + "blue", + "light blue", + "cyan", + "teal", + "green", + "light green", + "lime", + "yellow", + "amber", + "orange", + "deep orange", + "brown", + "grey", + "blue grey", + "black", + "white", + "custom" + ] + }, + "accent": { + "title": "Accent color", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#accent-color", + "enum": [ + "red", + "pink", + "purple", + "deep purple", + "indigo", + "blue", + "light blue", + "cyan", + "teal", + "green", + "light green", + "lime", + "yellow", + "amber", + "orange", + "deep orange", + "brown", + "grey", + "blue grey", + "black", + "white", + "custom" + ] + }, + "icon": { + "anyOf": [ + { + "$ref": "assets/icons.json" + }, + { + "title": "Unknown icon", + "type": "string" + } + ] + } + } +} diff --git a/mkdocs-material/docs/schema/validation.json b/mkdocs-material/docs/schema/validation.json new file mode 100644 index 0000000..94c0c3a --- /dev/null +++ b/mkdocs-material/docs/schema/validation.json @@ -0,0 +1,60 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Validation settings", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#validation", + "type": "object", + "properties": { + "omitted_files": { "$ref": "#/$defs/omitted_files" }, + "not_found": { "$ref": "#/$defs/not_found" }, + "absolute_links": { "$ref": "#/$defs/absolute_links" }, + "anchors": { "$ref": "#/$defs/anchors" }, + "unrecognized_links": { "$ref": "#/$defs/unrecognized_links" }, + "nav": { + "title": "validation of navigation", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#validation", + "properties": { + "omitted_files": { "$ref": "#/$defs/omitted_files" }, + "not_found": { "$ref": "#/$defs/not_found" }, + "absolute_links": { "$ref": "#/$defs/absolute_links" } + }, + "additionalProperties": false + }, + "links": { + "title": "Validation of links", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#validation", + "properties": { + "anchors": { "$ref": "#/$defs/anchors" }, + "not_found": { "$ref": "#/$defs/not_found" }, + "absolute_links": { "$ref": "#/$defs/absolute_links" }, + "unrecognized_links": { "$ref": "#/$defs/unrecognized_links" } + }, + "additionalProperties": false + } + }, + "additionalProperties": false, + "$defs": { + "omitted_files": { + "title": "warning level when files exist but are not referenced in navigation", + "$ref": "#/$defs/warning_levels" + }, + "not_found": { + "title": "warning level when file referenced is not found or is excluded", + "$ref": "#/$defs/warning_levels" + }, + "absolute_links": { + "title": "warning level when absolute links are used", + "$ref": "#/$defs/warning_levels" + }, + "unrecognized_links": { + "title": "warning level when a relative link cannot be resolved to a document", + "$ref": "#/$defs/warning_levels" + }, + "anchors": { + "title": "warning level when an #anchor does not exist on the linked document", + "$ref": "#/$defs/warning_levels" + }, + "warning_levels": { + "enum": ["warn", "info", "ignore"] + } + } +} diff --git a/mkdocs-material/docs/setup/adding-a-comment-system.md b/mkdocs-material/docs/setup/adding-a-comment-system.md new file mode 100644 index 0000000..5238926 --- /dev/null +++ b/mkdocs-material/docs/setup/adding-a-comment-system.md @@ -0,0 +1,113 @@ +# Adding a comment system + +Material for MkDocs allows to easily add the third-party comment system of your +choice to the footer of any page by using [theme extension]. As an example, +we'll be integrating [Giscus], which is Open Source, free, and uses GitHub +discussions as a backend. + + [Giscus]: https://giscus.app/ + +## Customization + +### Giscus integration + +Before you can use [Giscus], you need to complete the following steps: + +1. __Install the [Giscus GitHub App]__ and grant access to the repository + that should host comments as GitHub discussions. Note that this can be a + repository different from your documentation. +2. __Visit [Giscus] and generate the snippet__ through their configuration tool + to load the comment system. Copy the snippet for the next step. The + resulting snippet should look similar to this: + + ``` html + <script + src="https://giscus.app/client.js" + data-repo="<username>/<repository>" + data-repo-id="..." + data-category="..." + data-category-id="..." + data-mapping="pathname" + data-reactions-enabled="1" + data-emit-metadata="1" + data-theme="light" + data-lang="en" + crossorigin="anonymous" + async + > + </script> + ``` + +The [`comments.html`][comments] partial (empty by default) is the best place to +add the snippet generated by [Giscus]. Follow the guide on [theme extension] +and [override the `comments.html` partial][overriding partials] with: + +``` html hl_lines="3" +{% if page.meta.comments %} + <h2 id="__comments">{{ lang.t("meta.comments") }}</h2> + <!-- Insert generated snippet here --> + + <!-- Synchronize Giscus theme with palette --> + <script> + var giscus = document.querySelector("script[src*=giscus]") + + // Set palette on initial load + var palette = __md_get("__palette") + if (palette && typeof palette.color === "object") { + var theme = palette.color.scheme === "slate" + ? "transparent_dark" + : "light" + + // Instruct Giscus to set theme + giscus.setAttribute("data-theme", theme) // (1)! + } + + // Register event handlers after documented loaded + document.addEventListener("DOMContentLoaded", function() { + var ref = document.querySelector("[data-md-component=palette]") + ref.addEventListener("change", function() { + var palette = __md_get("__palette") + if (palette && typeof palette.color === "object") { + var theme = palette.color.scheme === "slate" + ? "transparent_dark" + : "light" + + // Instruct Giscus to change theme + var frame = document.querySelector(".giscus-frame") + frame.contentWindow.postMessage( + { giscus: { setConfig: { theme } } }, + "https://giscus.app" + ) + } + }) + }) + </script> +{% endif %} +``` + +1. This code block ensures that [Giscus] renders with a dark theme when the + palette is set to `slate`. Note that multiple dark themes are available, + so you can change it to your liking. + +Replace the highlighted line with the snippet you generated with the [Giscus] +configuration tool in the previous step. If you copied the snippet from above, +you can enable comments on a page by setting the `comments` front matter +property to `true`: + +``` yaml +--- +comments: true +--- + +# Page title +... +``` + +If you wish to enable comments for an entire folder, you can use the +[built-in meta plugin]. + + [Giscus GitHub App]: https://github.com/apps/giscus + [theme extension]: ../customization.md#extending-the-theme + [comments]: https://github.com/squidfunk/mkdocs-material/blob/master/src/templates/partials/comments.html + [overriding partials]: ../customization.md#overriding-partials + [built-in meta plugin]: ../plugins/meta.md diff --git a/mkdocs-material/docs/setup/adding-a-git-repository.md b/mkdocs-material/docs/setup/adding-a-git-repository.md new file mode 100644 index 0000000..6ddbc0f --- /dev/null +++ b/mkdocs-material/docs/setup/adding-a-git-repository.md @@ -0,0 +1,355 @@ +# Adding a git repository + +If your documentation is related to source code, Material for MkDocs provides +the ability to display information to the project's repository as part of the +static site, including stars and forks. Furthermore, the +[date of last update and creation], as well as [contributors] can be shown. + +## Configuration + +### Repository + +<!-- md:version 0.1.0 --> +<!-- md:default none --> + +In order to display a link to the repository of your project as part of your +documentation, set [`repo_url`][repo_url] in `mkdocs.yml` to the public URL of +your repository, e.g.: + +``` yaml +repo_url: https://github.com/squidfunk/mkdocs-material +``` + +The link to the repository will be rendered next to the search bar on big +screens and as part of the main navigation drawer on smaller screen sizes. + +Additionally, for public repositories hosted on [GitHub] or [GitLab], the +latest release tag[^1], as well as the number of stars and forks, are +automatically requested and rendered. + + [^1]: + Unfortunately, GitHub only provides an API endpoint to obtain the [latest + release] - not the latest tag. Thus, make sure to [create a release] (not + pre-release) for the latest tag you want to display next to the number of + stars and forks. For GitLab, although it is possible to get a [list of tags + sorted by update time], the [equivalent API endpoint] is used. So, make sure + you also [create a release for GitLab repositories]. + + [repo_url]: https://www.mkdocs.org/user-guide/configuration/#repo_url + [latest release]: https://docs.github.com/en/rest/reference/releases#get-the-latest-release + [create a release]: https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository#creating-a-release + [list of tags sorted by update time]: https://docs.gitlab.com/ee/api/tags.html#list-project-repository-tags + [equivalent API endpoint]: https://docs.gitlab.com/ee/api/releases/#get-the-latest-release + [create a release for GitLab repositories]: https://docs.gitlab.com/ee/user/project/releases/#create-a-release + +#### Repository name + +<!-- md:version 0.1.0 --> +<!-- md:default _automatically set to_ `GitHub`, `GitLab` _or_ `Bitbucket` --> + +MkDocs will infer the source provider by examining the URL and try to set the +_repository name_ automatically. If you wish to customize the name, set +[`repo_name`][repo_name] in `mkdocs.yml`: + +``` yaml +repo_name: squidfunk/mkdocs-material +``` + + [repo_name]: https://www.mkdocs.org/user-guide/configuration/#repo_name + +#### Repository icon + +<!-- md:version 5.0.0 --> +<!-- md:default computed --> + +While the default repository icon is a generic git icon, it can be set to +any icon bundled with the theme by referencing a valid icon path in +`mkdocs.yml`: + +``` yaml +theme: + icon: + repo: fontawesome/brands/git-alt # (1)! +``` + +1. Enter a few keywords to find the perfect icon using our [icon search] and + click on the shortcode to copy it to your clipboard: + + <div class="mdx-iconsearch" data-mdx-component="iconsearch"> + <input class="md-input md-input--stretch mdx-iconsearch__input" placeholder="Search icon" data-mdx-component="iconsearch-query" value="git" /> + <div class="mdx-iconsearch-result" data-mdx-component="iconsearch-result" data-mdx-mode="file"> + <div class="mdx-iconsearch-result__meta"></div> + <ol class="mdx-iconsearch-result__list"></ol> + </div> + </div> + +Some popular choices: + +- :fontawesome-brands-git: – `fontawesome/brands/git` +- :fontawesome-brands-git-alt: – `fontawesome/brands/git-alt` +- :fontawesome-brands-github: – `fontawesome/brands/github` +- :fontawesome-brands-github-alt: – `fontawesome/brands/github-alt` +- :fontawesome-brands-gitlab: – `fontawesome/brands/gitlab` +- :fontawesome-brands-gitkraken: – `fontawesome/brands/gitkraken` +- :fontawesome-brands-bitbucket: – `fontawesome/brands/bitbucket` +- :fontawesome-solid-trash: – `fontawesome/solid/trash` + + [icon search]: ../reference/icons-emojis.md#search + +#### Code actions + +<!-- md:version 9.0.0 --> +<!-- md:feature --> + +If the [repository URL] points to a valid [GitHub], [GitLab] or [Bitbucket] +repository, [MkDocs] provides a setting called [`edit_uri`][edit_uri], which +resolves to the subfolder where your documentation is hosted. + +If your default branch is called `main`, change the setting to: + +``` yaml +edit_uri: edit/main/docs/ +``` + +After making sure that `edit_uri` is correctly configured, buttons for code +actions can be added. Two types of code actions are supported: `edit` and `view` +(GitHub only): + +=== ":material-file-edit-outline: Edit this page" + + ``` yaml + theme: + features: + - content.action.edit + ``` + +=== ":material-file-eye-outline: View source of this page" + + ``` yaml + theme: + features: + - content.action.view + ``` + +The icon of the edit and view buttons can be changed with the following lines: + +``` yaml +theme: + icon: + edit: material/pencil # (1)! + view: material/eye +``` + +1. Enter a few keywords to find the perfect icon using our [icon search] and + click on the shortcode to copy it to your clipboard: + + <div class="mdx-iconsearch" data-mdx-component="iconsearch"> + <input class="md-input md-input--stretch mdx-iconsearch__input" placeholder="Search icon" data-mdx-component="iconsearch-query" value="material pencil" /> + <div class="mdx-iconsearch-result" data-mdx-component="iconsearch-result" data-mdx-mode="file"> + <div class="mdx-iconsearch-result__meta"></div> + <ol class="mdx-iconsearch-result__list"></ol> + </div> + </div> + + [repository URL]: #repository + [GitHub]: https://github.com/ + [GitLab]: https://about.gitlab.com/ + [Bitbucket]: https://bitbucket.org/ + [MkDocs]: https://www.mkdocs.org + [edit_uri]: https://www.mkdocs.org/user-guide/configuration/#edit_uri + +### Revisioning + +The following plugins are fully integrated with Material for MkDocs, allowing +for showing the [date of last update and creation] of a document, as well as +links to all [contributors] or [authors] involved. + + [date of last update and creation]: #document-dates + [contributors]: #document-contributors + [authors]: #document-authors + +#### Document dates + +<!-- md:version 4.6.0 --> +<!-- md:plugin [git-revision-date-localized] --> + +The [git-revision-date-localized] plugin adds support for adding the date of +last update and creation of a document at the bottom of each page. Install it +with `pip`: + +``` +pip install mkdocs-git-revision-date-localized-plugin +``` + +Then, add the following lines to `mkdocs.yml`: + +``` yaml +plugins: + - git-revision-date-localized: + enable_creation_date: true +``` + +The following configuration options are supported: + +<!-- md:option git-revision-date-localized.enabled --> + +: <!-- md:default `true` --> This option specifies whether + the plugin is enabled when building your project. If you want to switch + the plugin off, e.g. for local builds, use an [environment variable]: + + ``` yaml + plugins: + - git-revision-date-localized: + enabled: !ENV [CI, false] + ``` + +<!-- md:option git-revision-date-localized.type --> + +: <!-- md:default `date` --> The format of the date to be + displayed. Valid values are `date`, `datetime`, `iso_date`, `iso_datetime` + and `timeago`: + + ``` yaml + plugins: + - git-revision-date-localized: + type: date + ``` + +<!-- md:option git-revision-date-localized.enable_creation_date --> + +: <!-- md:default `false` --> Enables the display of the + creation date of the file associated with the page next to the last updated + date at the bottom of the page: + + ``` yaml + plugins: + - git-revision-date-localized: + enable_creation_date: true + ``` + + !!! note "When using build environments" + + If you are deploying through a CI system, you might need to adjust your + CI settings when fetching the code. For more information, see + [git-revision-date-localized]. + +<!-- md:option git-revision-date-localized.fallback_to_build_date --> + +: <!-- md:default `false` --> Enables falling back to + the time when `mkdocs build` was executed. Can be used as a fallback when + the build is performed outside of a git repository: + + ``` yaml + plugins: + - git-revision-date-localized: + fallback_to_build_date: true + ``` + +The other configuration options of this extension are not officially supported +by Material for MkDocs, which is why they may yield unexpected results. Use +them at your own risk. + + [git-revision-date-localized]: https://github.com/timvink/mkdocs-git-revision-date-localized-plugin + +#### Document contributors + +<!-- md:version 9.5.0 --> +<!-- md:plugin [git-committers] --> +<!-- md:flag experimental --> + +The [git-committers][^2] plugin renders the GitHub avatars of all contributors, +linking to their GitHub profiles at the bottom of each page. As always, it can +be installed with `pip`: + + [^2]: + We currently recommend using a fork of the [git-committers] plugin, as it + contains many improvements that have not yet been merged back into the + original plugin. See byrnereese/mkdocs-git-committers-plugin#12 for more + information. + +``` +pip install mkdocs-git-committers-plugin-2 +``` + +Then, add the following lines to `mkdocs.yml`: + +``` yaml +plugins: + - git-committers: + repository: squidfunk/mkdocs-material + branch: main +``` + +The following configuration options are supported: + +<!-- md:option git-committers.enabled --> + +: <!-- md:default `true` --> This option specifies whether + the plugin is enabled when building your project. If you want to switch + the plugin off, e.g. for local builds, use an [environment variable]: + + ``` yaml + plugins: + - git-committers: + enabled: !ENV [CI, false] + ``` + +<!-- md:option git-committers.repository --> + +: <!-- md:default none --> <!-- md:flag required --> + This property must be set to the slug of the repository that contains your + documentation. The slug must follow the pattern `<username>/<repository>`: + + ``` yaml + plugins: + - git-committers: + repository: squidfunk/mkdocs-material + ``` + +<!-- md:option git-committers.branch --> + +: <!-- md:default `master` --> This property should be set to + the branch of the repository from which to retrieve the contributors. To use the `main` branch: + + ``` yaml + plugins: + - git-committers: + branch: main + ``` + +The other configuration options of this extension are not officially supported +by Material for MkDocs, which is why they may yield unexpected results. Use +them at your own risk. + + [Insiders]: ../insiders/index.md + [git-committers]: https://github.com/ojacques/mkdocs-git-committers-plugin-2 + [environment variable]: https://www.mkdocs.org/user-guide/configuration/#environment-variables + [rate limits]: https://docs.github.com/en/rest/overview/resources-in-the-rest-api#rate-limiting + +#### Document authors + +<!-- md:version 9.5.0 --> +<!-- md:plugin [git-authors] --> +<!-- md:flag experimental --> + +The [git-authors] plugin is a lightweight alternative to the +[git-committers] plugin and extracts the authors of a document from git to display +them at the bottom of each page. + +Material for MkDocs offers deep integration for [git-authors]. This means the +[customized overrides](https://timvink.github.io/mkdocs-git-authors-plugin/usage.html#mkdocs-material-theme) +are not necessary, and additional styling (such as nice icons) are added. +Simply install it with `pip`: + +``` +pip install mkdocs-git-authors-plugin +``` + +Then, add the following lines to `mkdocs.yml`: + +``` yaml +plugins: + - git-authors +``` + + [git-authors]: https://github.com/timvink/mkdocs-git-authors-plugin/ diff --git a/mkdocs-material/docs/setup/building-an-optimized-site.md b/mkdocs-material/docs/setup/building-an-optimized-site.md new file mode 100644 index 0000000..ac356ea --- /dev/null +++ b/mkdocs-material/docs/setup/building-an-optimized-site.md @@ -0,0 +1,108 @@ +# Building an optimized site + +Material for MkDocs, by default, allows to build optimized sites that rank great +on search engines, load fast (even on slow networks), and work perfectly without +JavaScript. Additionally, the [built-in optimize plugin] adds support for +further useful automatic optimization techniques. + + [built-in optimize plugin]: #built-in-optimize-plugin + +## Configuration + +### Built-in projects plugin + +<!-- md:sponsors --> +<!-- md:version insiders-4.38.0 --> +<!-- md:plugin [projects] – built-in --> +<!-- md:flag experimental --> + +The built-in projects plugin allows to split your documentation into multiple +distinct MkDocs projects, __build them concurrently__ and +__serve them together__. Add the following to `mkdocs.yml`: + +``` yaml +plugins: + - projects +``` + +For a list of all settings, please consult the [plugin documentation]. + + [projects]: ../plugins/projects.md + [plugin documentation]: ../plugins/projects.md + +??? info "Use cases for the projects plugin" + + Ideal use cases for the projects plugin are: + + - Building a multi-language site + - Building a blog alongside your documentation + - Splitting large code bases for better performance + + Note that the plugin is currently experimental. We're releasing it early, + so that we can improve it together with our users and make it even more + powerful as we discover new use cases. + +#### Scope + +<!-- md:version 8.0.0 --> +<!-- md:default none --> + +There might be a use case, where you want to share user-level settings like +the selected [color palette], or [cookie consent] across all projects. To do +so, add the following lines to `mkdocs.yml`: + +``` yaml +extra: + scope: / +``` + +!!! example "How it works" + + Suppose you have this site structure: + ``` + . + └── / + ├── subsite-a/ + ├── subsite-b/ + └── subsite-c/ + ``` + By default, each site will have its own scope (`/subsite-a/`, `/subsite-b/`, + `/subsite-c/`). To modify this behaviour, add the following lines to + `mkdocs.yml`: + + ``` yaml + extra: + scope: / + ``` + + By setting it to `/`, it should allow you to share the following preferences + across the main site and all subsites: + + - [Cookie consent][cookie consent] + - [Linking of content tabs, i.e. active tab] + - [Color palette][color palette] + + [Scope support]: https://github.com/squidfunk/mkdocs-material/releases/tag/8.0.0 + [cookie consent]: ../setup/ensuring-data-privacy.md#cookie-consent + [Linking of content tabs, i.e. active tab]: ../reference/content-tabs.md + [color palette]: ../setup/changing-the-colors.md#color-palette + +### Built-in optimize plugin + +<!-- md:sponsors --> +<!-- md:version insiders-4.29.0 --> +<!-- md:plugin [optimize] – built-in --> +<!-- md:flag experimental --> + +The built-in optimize plugin automatically identifies and optimizes all media +files as part of the build using compression and conversion techniques. Add +the following lines to `mkdocs.yml`: + +``` yaml +plugins: + - optimize +``` + +For a list of all settings, please consult the [plugin documentation][optimize]. + + [optimize]: ../plugins/optimize.md diff --git a/mkdocs-material/docs/setup/building-for-offline-usage.md b/mkdocs-material/docs/setup/building-for-offline-usage.md new file mode 100644 index 0000000..5c13b57 --- /dev/null +++ b/mkdocs-material/docs/setup/building-for-offline-usage.md @@ -0,0 +1,55 @@ +# Building for offline usage + +If you want to ship your documentation together with your product, MkDocs has +you covered – with support from themes, [MkDocs] allows for building +offline-capable documentation. Notably, Material for MkDocs offers offline +support for many of its features. + + [MkDocs]: https://www.mkdocs.org + +## Configuration + +### Built-in offline plugin + +<!-- md:version 9.0.0 --> +<!-- md:plugin [offline] – built-in --> + +The built-in offline plugin makes sure that the [site search] works when you +distribute the contents of your [site directory] as a download. Simply add +the following lines to `mkdocs.yml`: + +``` yaml +plugins: + - offline +``` + +For a list of all settings, please consult the [plugin documentation]. + + [offline]: ../plugins/offline.md + [plugin documentation]: ../plugins/offline.md + +!!! tip "Automatically bundle all external assets" + + The [built-in privacy plugin] makes it easy to use external assets + while building documentation for offline usage, as it will automatically + download all external assets to distribute them with your documentation. + + [site search]: setting-up-site-search.md + [site directory]: https://www.mkdocs.org/user-guide/configuration/#site_dir + [built-in privacy plugin]:../plugins/privacy.md + +#### Limitations + +Material for MkDocs offers many interactive features, some of which will not +work from the file system due to the restrictions of modern browsers: all +features that use the `fetch` API will error. + +Thus, when building for offline usage, make sure to disable the following +configuration settings: [instant loading], [site analytics], [git repository], +[versioning] and [comment systems]. + + [Instant loading]: setting-up-navigation.md#instant-loading + [Site analytics]: setting-up-site-analytics.md + [Versioning]: setting-up-versioning.md + [Git repository]: adding-a-git-repository.md + [Comment systems]: adding-a-comment-system.md diff --git a/mkdocs-material/docs/setup/changing-the-colors.md b/mkdocs-material/docs/setup/changing-the-colors.md new file mode 100644 index 0000000..25d93ce --- /dev/null +++ b/mkdocs-material/docs/setup/changing-the-colors.md @@ -0,0 +1,403 @@ +# Changing the colors + +As any proper Material Design implementation, Material for MkDocs supports +Google's original [color palette], which can be easily configured through +`mkdocs.yml`. Furthermore, colors can be customized with a few lines of CSS to +fit your brand's identity by using [CSS variables][custom colors]. + + [color palette]: http://www.materialui.co/colors + [custom colors]: #custom-colors + +## Configuration + +### Color palette + +#### Color scheme + +<!-- md:version 5.2.0 --> +<!-- md:default `default` --> + +Material for MkDocs supports two color schemes: a __light mode__, which is just +called `default`, and a __dark mode__, which is called `slate`. The color scheme +can be set via `mkdocs.yml`: + +``` yaml +theme: + palette: + scheme: default +``` + +Click on a tile to change the color scheme: + +<div class="mdx-switch"> + <button data-md-color-scheme="default"><code>default</code></button> + <button data-md-color-scheme="slate"><code>slate</code></button> +</div> + +<script> + var buttons = document.querySelectorAll("button[data-md-color-scheme]") + buttons.forEach(function(button) { + button.addEventListener("click", function() { + document.body.setAttribute("data-md-color-switching", "") + var attr = this.getAttribute("data-md-color-scheme") + document.body.setAttribute("data-md-color-scheme", attr) + var name = document.querySelector("#__code_0 code span.l") + name.textContent = attr + setTimeout(function() { + document.body.removeAttribute("data-md-color-switching") + }) + }) + }) +</script> + +#### Primary color + +<!-- md:version 0.2.0 --> +<!-- md:default `indigo` --> + +The primary color is used for the header, the sidebar, text links and several +other components. In order to change the primary color, set the following value +in `mkdocs.yml` to a valid color name: + +``` yaml +theme: + palette: + primary: indigo +``` + +Click on a tile to change the primary color: + +<div class="mdx-switch"> + <button data-md-color-primary="red"><code>red</code></button> + <button data-md-color-primary="pink"><code>pink</code></button> + <button data-md-color-primary="purple"><code>purple</code></button> + <button data-md-color-primary="deep-purple"><code>deep purple</code></button> + <button data-md-color-primary="indigo"><code>indigo</code></button> + <button data-md-color-primary="blue"><code>blue</code></button> + <button data-md-color-primary="light-blue"><code>light blue</code></button> + <button data-md-color-primary="cyan"><code>cyan</code></button> + <button data-md-color-primary="teal"><code>teal</code></button> + <button data-md-color-primary="green"><code>green</code></button> + <button data-md-color-primary="light-green"><code>light green</code></button> + <button data-md-color-primary="lime"><code>lime</code></button> + <button data-md-color-primary="yellow"><code>yellow</code></button> + <button data-md-color-primary="amber"><code>amber</code></button> + <button data-md-color-primary="orange"><code>orange</code></button> + <button data-md-color-primary="deep-orange"><code>deep orange</code></button> + <button data-md-color-primary="brown"><code>brown</code></button> + <button data-md-color-primary="grey"><code>grey</code></button> + <button data-md-color-primary="blue-grey"><code>blue grey</code></button> + <button data-md-color-primary="black"><code>black</code></button> + <button data-md-color-primary="white"><code>white</code></button> +</div> + +<script> + var buttons = document.querySelectorAll("button[data-md-color-primary]") + buttons.forEach(function(button) { + button.addEventListener("click", function() { + var attr = this.getAttribute("data-md-color-primary") + document.body.setAttribute("data-md-color-primary", attr) + var name = document.querySelector("#__code_1 code span.l") + name.textContent = attr.replace("-", " ") + }) + }) +</script> + +See our guide below to learn how to set [custom colors]. + +#### Accent color + +<!-- md:version 0.2.0 --> +<!-- md:default `indigo` --> + +The accent color is used to denote elements that can be interacted with, e.g. +hovered links, buttons and scrollbars. It can be changed in `mkdocs.yml` by +choosing a valid color name: + +``` yaml +theme: + palette: + accent: indigo +``` + +Click on a tile to change the accent color: + +<style> + .md-typeset button[data-md-color-accent] > code { + background-color: var(--md-code-bg-color); + color: var(--md-accent-fg-color); + } +</style> + +<div class="mdx-switch"> + <button data-md-color-accent="red"><code>red</code></button> + <button data-md-color-accent="pink"><code>pink</code></button> + <button data-md-color-accent="purple"><code>purple</code></button> + <button data-md-color-accent="deep-purple"><code>deep purple</code></button> + <button data-md-color-accent="indigo"><code>indigo</code></button> + <button data-md-color-accent="blue"><code>blue</code></button> + <button data-md-color-accent="light-blue"><code>light blue</code></button> + <button data-md-color-accent="cyan"><code>cyan</code></button> + <button data-md-color-accent="teal"><code>teal</code></button> + <button data-md-color-accent="green"><code>green</code></button> + <button data-md-color-accent="light-green"><code>light green</code></button> + <button data-md-color-accent="lime"><code>lime</code></button> + <button data-md-color-accent="yellow"><code>yellow</code></button> + <button data-md-color-accent="amber"><code>amber</code></button> + <button data-md-color-accent="orange"><code>orange</code></button> + <button data-md-color-accent="deep-orange"><code>deep orange</code></button> +</div> + +<script> + var buttons = document.querySelectorAll("button[data-md-color-accent]") + buttons.forEach(function(button) { + button.addEventListener("click", function() { + var attr = this.getAttribute("data-md-color-accent") + document.body.setAttribute("data-md-color-accent", attr) + var name = document.querySelector("#__code_2 code span.l") + name.textContent = attr.replace("-", " ") + }) + }) +</script> + +See our guide below to learn how to set [custom colors]. + +### Color palette toggle + +<!-- md:version 7.1.0 --> +<!-- md:default none --> +<!-- md:example color-palette-toggle --> + +Offering a light _and_ dark color palette makes your documentation pleasant to +read at different times of the day, so the user can choose accordingly. Add the +following lines to `mkdocs.yml`: + +``` yaml +theme: + palette: # (1)! + + # Palette toggle for light mode + - scheme: default + toggle: + icon: material/brightness-7 # (2)! + name: Switch to dark mode + + # Palette toggle for dark mode + - scheme: slate + toggle: + icon: material/brightness-4 + name: Switch to light mode +``` + +1. Note that the `theme.palette` setting is now defined as a list. + +2. Enter a few keywords to find the perfect icon using our [icon search] and + click on the shortcode to copy it to your clipboard: + + <div class="mdx-iconsearch" data-mdx-component="iconsearch"> + <input class="md-input md-input--stretch mdx-iconsearch__input" placeholder="Search icon" data-mdx-component="iconsearch-query" value="brightness" /> + <div class="mdx-iconsearch-result" data-mdx-component="iconsearch-result" data-mdx-mode="file"> + <div class="mdx-iconsearch-result__meta"></div> + <ol class="mdx-iconsearch-result__list"></ol> + </div> + </div> + +This configuration will render a color palette toggle next to the search bar. +Note that you can also define separate settings for [`primary`][palette.primary] +and [`accent`][palette.accent] per color palette. + +The following properties must be set for each toggle: + +<!-- md:option palette.toggle.icon --> + +: <!-- md:default none --> <!-- md:flag required --> + This property must point to a valid icon path referencing any icon bundled + with the theme, or the build will not succeed. Some popular combinations: + + * :material-brightness-7: + :material-brightness-4: – `material/brightness-7` + `material/brightness-4` + * :material-toggle-switch: + :material-toggle-switch-off-outline: – `material/toggle-switch` + `material/toggle-switch-off-outline` + * :material-weather-night: + :material-weather-sunny: – `material/weather-night` + `material/weather-sunny` + * :material-eye: + :material-eye-outline: – `material/eye` + `material/eye-outline` + * :material-lightbulb: + :material-lightbulb-outline: – `material/lightbulb` + `material/lightbulb-outline` + +<!-- md:option palette.toggle.name --> + +: <!-- md:default none --> <!-- md:flag required --> + This property is used as the toggle's `title` attribute and should be set to + a discernable name to improve accessibility. It's rendered as a [tooltip]. + + [palette.scheme]: #color-scheme + [palette.primary]: #primary-color + [palette.accent]: #accent-color + [icon search]: ../reference/icons-emojis.md#search + [tooltip]: ../reference/tooltips.md + +### System preference + +<!-- md:version 7.1.0 --> +<!-- md:default none --> +<!-- md:example color-palette-system-preference --> + +Each color palette can be linked to the user's system preference for light and +dark appearance by using a media query. Simply add a `media` property next to +the `scheme` definition in `mkdocs.yml`: + +``` yaml +theme: + palette: + + # Palette toggle for light mode + - media: "(prefers-color-scheme: light)" + scheme: default + toggle: + icon: material/brightness-7 + name: Switch to dark mode + + # Palette toggle for dark mode + - media: "(prefers-color-scheme: dark)" + scheme: slate + toggle: + icon: material/brightness-4 + name: Switch to light mode +``` + +When the user first visits your site, the media queries are evaluated in the +order of their definition. The first media query that matches selects the +default color palette. + +#### Automatic light / dark mode + +<!-- md:version 9.5.0 --> +<!-- md:flag experimental --> +<!-- md:example color-palette-system-preference --> + +Newer operating systems allow to automatically switch between light and dark +appearance during day and night times. Material for MkDocs adds support for +automatic light / dark mode, delegating color palette selection to the user's +operating system. Add the following lines to `mkdocs.yml`: + +``` yaml +theme: + palette: + + # Palette toggle for automatic mode + - media: "(prefers-color-scheme)" + toggle: + icon: material/brightness-auto + name: Switch to light mode + + # Palette toggle for light mode + - media: "(prefers-color-scheme: light)" + scheme: default # (1)! + toggle: + icon: material/brightness-7 + name: Switch to dark mode + + # Palette toggle for dark mode + - media: "(prefers-color-scheme: dark)" + scheme: slate + toggle: + icon: material/brightness-4 + name: Switch to system preference +``` + +1. You can also define separate settings for [`primary`][palette.primary] and + [`accent`][palette.accent] per color palette, i.e. different colors for + light and dark mode. + +Material for MkDocs will now change the color palette each time the operating +system switches between light and dark appearance, even when the user doesn't +reload the site. + + [Insiders]: ../insiders/index.md + +## Customization + +### Custom colors + +<!-- md:version 5.0.0 --> +<!-- md:example custom-colors --> + +Material for MkDocs implements colors using [CSS variables] (custom +properties). If you want to customize the colors beyond the palette (e.g. to +use your brand-specific colors), you can add an [additional style sheet] and +tweak the values of the CSS variables. + +First, set the [`primary`][palette.primary] or [`accent`][palette.accent] values +in `mkdocs.yml` to `custom`, to signal to the theme that you want to define +custom colors, e.g., when you want to override the `primary` color: + +``` yaml +theme: + palette: + primary: custom +``` + +Let's say you're :fontawesome-brands-youtube:{ style="color: #EE0F0F" } +__YouTube__, and want to set the primary color to your brand's palette. Just +add: + +=== ":octicons-file-code-16: `docs/stylesheets/extra.css`" + + ``` css + :root { + --md-primary-fg-color: #EE0F0F; + --md-primary-fg-color--light: #ECB7B7; + --md-primary-fg-color--dark: #90030C; + } + ``` + +=== ":octicons-file-code-16: `mkdocs.yml`" + + ``` yaml + extra_css: + - stylesheets/extra.css + ``` + +See the file containing the [color definitions] for a list of all CSS variables. + + [CSS variables]: https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties + [color definitions]: https://github.com/squidfunk/mkdocs-material/blob/master/src/templates/assets/stylesheets/main/_colors.scss + [additional style sheet]: ../customization.md#additional-css + + +### Custom color schemes + +Besides overriding specific colors, you can create your own, named color scheme +by wrapping the definitions in a `[data-md-color-scheme="..."]` +[attribute selector], which you can then set via `mkdocs.yml` as described +in the [color schemes][palette.scheme] section: + +=== ":octicons-file-code-16: `docs/stylesheets/extra.css`" + + ``` css + [data-md-color-scheme="youtube"] { + --md-primary-fg-color: #EE0F0F; + --md-primary-fg-color--light: #ECB7B7; + --md-primary-fg-color--dark: #90030C; + } + ``` + +=== ":octicons-file-code-16: `mkdocs.yml`" + + ``` yaml + theme: + palette: + scheme: youtube + extra_css: + - stylesheets/extra.css + ``` + +Additionally, the `slate` color scheme defines all of it's colors via `hsla` +color functions and deduces its colors from the `--md-hue` CSS variable. You +can tune the `slate` theme with: + +``` css +[data-md-color-scheme="slate"] { + --md-hue: 210; /* (1)! */ +} +``` + +1. The `hue` value must be in the range of `[0, 360]` + + [attribute selector]: https://www.w3.org/TR/selectors-4/#attribute-selectors diff --git a/mkdocs-material/docs/setup/changing-the-fonts.md b/mkdocs-material/docs/setup/changing-the-fonts.md new file mode 100644 index 0000000..cb7da21 --- /dev/null +++ b/mkdocs-material/docs/setup/changing-the-fonts.md @@ -0,0 +1,119 @@ +# Changing the fonts + +Material for MkDocs makes it easy to change the typeface of your project +documentation, as it directly integrates with [Google Fonts]. Alternatively, +fonts can be custom-loaded if self-hosting is preferred for data privacy reasons +or another destination should be used. + + [Google Fonts]: https://fonts.google.com + +## Configuration + +### Regular font + +<!-- md:version 0.1.2 --> +<!-- md:default [`Roboto`][Roboto] --> + +The regular font is used for all body copy, headlines, and essentially +everything that does not need to be monospaced. It can be set to any +valid [Google Font][Google Fonts] via `mkdocs.yml`: + +``` yaml +theme: + font: + text: Roboto +``` + +The typeface will be loaded in 300, 400, _400i_ and __700__. + + [Roboto]: https://fonts.google.com/specimen/Roboto + +### Monospaced font + +<!-- md:version 0.1.2 --> +<!-- md:default [`Roboto Mono`][Roboto Mono] --> + +The _monospaced font_ is used for code blocks and can be configured separately. +Just like the regular font, it can be set to any valid [Google Font] +[Google Fonts] via `mkdocs.yml`: + +``` yaml +theme: + font: + code: Roboto Mono +``` + +The typeface will be loaded in 400. + + [Roboto Mono]: https://fonts.google.com/specimen/Roboto+Mono + +### Autoloading + +<!-- md:version 1.0.0 --> +<!-- md:default none --> + +If you want to prevent typefaces from being loaded from [Google Fonts], e.g. +to adhere to [data privacy] regulations, and fall back to system fonts, add the +following lines to `mkdocs.yml`: + +``` yaml +theme: + font: false +``` + +!!! tip "Automatically bundle Google Fonts" + + The [built-in privacy plugin] makes it easy to use Google Fonts + while complying with the __General Data Protection Regulation__ (GDPR), + by automatically downloading and self-hosting the web font files. + + [data privacy]: https://developers.google.com/fonts/faq/privacy + [built-in privacy plugin]:../plugins/privacy.md + +## Customization + +### Additional fonts + +If you want to load an (additional) font from another destination or override +the system font, you can use an [additional style sheet] to add the +corresponding `@font-face` definition: + +=== ":octicons-file-code-16: `docs/stylesheets/extra.css`" + + ``` css + @font-face { + font-family: "<font>"; + src: "..."; + } + ``` + +=== ":octicons-file-code-16: `mkdocs.yml`" + + ``` yaml + extra_css: + - stylesheets/extra.css + ``` + +The font can then be applied to specific elements, e.g. only headlines, or +globally to be used as the site-wide regular or monospaced font: + +=== "Regular font" + + ``` css + :root { + --md-text-font: "<font>"; /* (1)! */ + } + ``` + + 1. Always define fonts through CSS variables and not `font-family`, as + this would disable the system font fallback. + +=== "Monospaced font" + + ``` css + :root { + --md-code-font: "<font>"; + } + ``` + + [additional style sheet]: ../customization.md#additional-css diff --git a/mkdocs-material/docs/setup/changing-the-language.md b/mkdocs-material/docs/setup/changing-the-language.md new file mode 100644 index 0000000..054ef83 --- /dev/null +++ b/mkdocs-material/docs/setup/changing-the-language.md @@ -0,0 +1,208 @@ +# Changing the language + +Material for MkDocs supports internationalization (i18n) and provides +translations for template variables and labels in 60+ languages. Additionally, +the site search can be configured to use a language-specific stemmer, if +available. + +## Configuration + +### Site language + +<!-- md:version 1.12.0 --> +<!-- md:default `en` --> + +You can set the site language in `mkdocs.yml` with: + +``` yaml +theme: + language: en # (1)! +``` + +1. HTML5 only allows to set a [single language per document], which is why + Material for MkDocs only supports setting a canonical language for the + entire project, i.e. one per `mkdocs.yml`. + + The easiest way to build a multi-language documentation is to create one + project in a subfolder per language, and then use the [language selector] + to interlink those projects. + +The following languages are supported: + +<!-- hooks/translations.py --> + +Note that some languages will produce unreadable anchor links due to the way +the default slug function works. Consider using a [Unicode-aware slug function]. + +!!! tip "Translations missing? Help us out, it takes only 5 minutes" + + Material for MkDocs relies on outside contributions for adding and updating + translations for the more than 60 languages it supports. If your language + shows that some translations are missing, click on the link to add them. If + your language is not in the list, click here to [add a new language]. + + [single language per document]: https://www.w3.org/International/questions/qa-html-language-declarations.en#attributes + [language selector]: #site-language-selector + [Unicode-aware slug function]: extensions/python-markdown.md#+toc.slugify + [add a new language]: https://github.com/squidfunk/mkdocs-material/issues/new?template=04-add-a-translation.yml&title=Add+translations+for+... + +### Site language selector + +<!-- md:version 7.0.0 --> +<!-- md:default none --> + +If your documentation is available in multiple languages, a language selector +pointing to those languages can be added to the header. Alternate languages +can be defined via `mkdocs.yml`. + +``` yaml +extra: + alternate: + - name: English + link: /en/ # (1)! + lang: en + - name: Deutsch + link: /de/ + lang: de +``` + +1. Note that this must be an absolute link. If it includes a domain part, it's + used as defined. Otherwise the domain part of the [`site_url`][site_url] as + set in `mkdocs.yml` is prepended to the link. + +The following properties are available for each alternate language: + +<!-- md:option alternate.name --> + +: <!-- md:default none --> <!-- md:flag required --> + This value of this property is used inside the language selector as the + name of the language and must be set to a non-empty string. + +<!-- md:option alternate.link --> + +: <!-- md:default none --> <!-- md:flag required --> + This property must be set to an absolute link, which might also point to + another domain or subdomain not necessarily generated with MkDocs. + +<!-- md:option alternate.lang --> + +: <!-- md:default none --> <!-- md:flag required --> + This property must contain an [ISO 639-1 language code] and is used for + the `hreflang` attribute of the link, improving discoverability via search + engines. + +[![Language selector preview]][Language selector preview] + + [site_url]: https://www.mkdocs.org/user-guide/configuration/#site_url + [ISO 639-1 language code]: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes + [Language selector preview]: ../assets/screenshots/language-selection.png + +#### Stay on page + +<!-- md:sponsors --> +<!-- md:version insiders-4.47.0 --> +<!-- md:flag experimental --> + +[Insiders] improves the user experience when switching between languages, e.g., +if language `en` and `de` contain a page with the same path name, the user will +stay on the current page: + +=== "Insiders" + + ``` + docs.example.com/en/ -> docs.example.com/de/ + docs.example.com/en/foo/ -> docs.example.com/de/foo/ + docs.example.com/en/bar/ -> docs.example.com/de/bar/ + ``` + +=== "Material for MkDocs" + + ``` + docs.example.com/en/ -> docs.example.com/de/ + docs.example.com/en/foo/ -> docs.example.com/de/ + docs.example.com/en/bar/ -> docs.example.com/de/ + ``` + +No configuration is necessary. We're working hard on improving multi-language +support in 2024, including making switching between languages even more seamless +in the future. + + [Insiders]: ../insiders/index.md + +### Directionality + +<!-- md:version 2.5.0 --> +<!-- md:default computed --> + +While many languages are read `ltr` (left-to-right), Material for MkDocs also +supports `rtl` (right-to-left) directionality which is deduced from the +selected language, but can also be set with: + +``` yaml +theme: + direction: ltr +``` + +Click on a tile to change the directionality: + +<div class="mdx-switch"> + <button data-md-dir="ltr"><code>ltr</code></button> + <button data-md-dir="rtl"><code>rtl</code></button> +</div> + +<script> + var buttons = document.querySelectorAll("button[data-md-dir]") + buttons.forEach(function(button) { + button.addEventListener("click", function() { + var attr = this.getAttribute("data-md-dir") + document.body.dir = attr + var name = document.querySelector("#__code_2 code span.l") + name.textContent = attr + }) + }) +</script> + +## Customization + +### Custom translations + +If you want to customize some of the translations for a language, just follow +the guide on [theme extension] and create a new partial in the `overrides` +folder. Then, import the [translations] of the language as a fallback and only +adjust the ones you want to override: + +=== ":octicons-file-code-16: `overrides/partials/languages/custom.html`" + + ``` html + <!-- Import translations for language and fallback --> + {% import "partials/languages/de.html" as language %} + {% import "partials/languages/en.html" as fallback %} <!-- (1)! --> + + <!-- Define custom translations --> + {% macro override(key) %}{{ { + "source.file.date.created": "Erstellt am", <!-- (2)! --> + "source.file.date.updated": "Aktualisiert am" + }[key] }}{% endmacro %} + + <!-- Re-export translations --> + {% macro t(key) %}{{ + override(key) or language.t(key) or fallback.t(key) + }}{% endmacro %} + ``` + + 1. Note that `en` must always be used as a fallback language, as it's the + default theme language. + + 2. Check the [list of available languages], pick the translation you want + to override for your language and add them here. + +=== ":octicons-file-code-16: `mkdocs.yml`" + + ``` yaml + theme: + language: custom + ``` + + [theme extension]: ../customization.md#extending-the-theme + [translations]: https://github.com/squidfunk/mkdocs-material/blob/master/src/templates/partials/languages/ + [list of available languages]: https://github.com/squidfunk/mkdocs-material/blob/master/src/templates/partials/languages/ diff --git a/mkdocs-material/docs/setup/changing-the-logo-and-icons.md b/mkdocs-material/docs/setup/changing-the-logo-and-icons.md new file mode 100644 index 0000000..c8cdd05 --- /dev/null +++ b/mkdocs-material/docs/setup/changing-the-logo-and-icons.md @@ -0,0 +1,166 @@ +# Changing the logo and icons + +When installing Material for MkDocs, you immediately get access to _over 8,000 +icons_ ready to be used for customization of specific parts of the theme and/or +when writing your documentation in Markdown. Not enough? You can also add +[additional icons] with minimal effort. + + [additional icons]: #additional-icons + +## Configuration + +### Logo + +<!-- md:version 0.1.0 --> +<!-- md:default `material/library` --> + +The logo can be changed to a user-provided image (any type, incl. `*.png` and +`*.svg`) located in the `docs` folder, or to any icon bundled with the theme. +Add the following lines to `mkdocs.yml`: + +=== ":octicons-image-16: Image" + + ``` yaml + theme: + logo: assets/logo.png + ``` + +=== ":octicons-package-16: Icon, bundled" + + ``` yaml + theme: + icon: + logo: material/library # (1)! + ``` + + 1. Enter a few keywords to find the perfect icon using our [icon search] and + click on the shortcode to copy it to your clipboard: + + <div class="mdx-iconsearch" data-mdx-component="iconsearch"> + <input class="md-input md-input--stretch mdx-iconsearch__input" placeholder="Search icon" data-mdx-component="iconsearch-query" value="material library" /> + <div class="mdx-iconsearch-result" data-mdx-component="iconsearch-result" data-mdx-mode="file"> + <div class="mdx-iconsearch-result__meta"></div> + <ol class="mdx-iconsearch-result__list"></ol> + </div> + </div> + + [icon search]: ../reference/icons-emojis.md#search + +Normally, the logo in the header and sidebar links to the homepage of the +documentation, which is the same as `site_url`. This behavior can be changed +with the following configuration: + +``` yaml +extra: + homepage: https://example.com +``` + +### Favicon + +<!-- md:version 0.1.0 --> +<!-- md:default [`assets/images/favicon.png`][Favicon default] --> + +The favicon can be changed to a path pointing to a user-provided image, which +must be located in the `docs` folder. Add the following lines to `mkdocs.yml`: + +``` yaml +theme: + favicon: images/favicon.png +``` + + [Favicon default]: https://github.com/squidfunk/mkdocs-material/blob/master/material/assets/images/favicon.png + +### Site icons + +[:octicons-tag-24: 9.2.0][Site icon support] + +Most icons you see on your site, such as navigation icons, can also be changed. For example, +to change the navigation arrows in the footer, add the following lines to `mkdocs.yml`: + +```yaml +theme: + icon: + previous: fontawesome/solid/angle-left + next: fontawesome/solid/angle-right +``` + +The following is a complete list of customizable icons used by the theme: + +| Icon name | Purpose | +|:-------------|:------------------------------------------------------------------------------| +| `logo` | See [Logo](#logo) | +| `menu` | Open drawer | +| `alternate` | Change language | +| `search` | Search icon | +| `share` | Share search | +| `close` | Reset search, dismiss announcements | +| `top` | Back-to-top button | +| `edit` | Edit current page | +| `view` | View page source | +| `repo` | Repository icon | +| `admonition` | See [Admonition icons](../reference/admonitions.md#admonition-icons) | +| `tag` | See [Tag icons and identifiers](setting-up-tags.md#tag-icons-and-identifiers) | +| `previous` | Previous page in footer, hide search on mobile | +| `next` | Next page in footer | + + [Site icon support]: https://github.com/squidfunk/mkdocs-material/releases/tag/9.2.0 + +## Customization + +### Additional icons + +In order to use custom icons, [extend the theme] and create a new folder named +`.icons` in the [`custom_dir`][custom_dir] you want to use for overrides. +Next, add your `*.svg` icons into a subfolder of the `.icons` folder. Let's say +you downloaded and unpacked the [Bootstrap] icon set, and want to add it to +your project documentation. The structure of your project should look like this: + +``` { .sh .no-copy } +. +├─ overrides/ +│ └─ .icons/ +│ └─ bootstrap/ +│ └─ *.svg +└─ mkdocs.yml +``` + +Then, add the following lines to `mkdocs.yml`: + +``` yaml +markdown_extensions: + - pymdownx.emoji: + emoji_index: !!python/name:material.extensions.emoji.twemoji + emoji_generator: !!python/name:material.extensions.emoji.to_svg + options: + custom_icons: + - overrides/.icons +``` + +You can now use all :fontawesome-brands-bootstrap: Bootstrap icons anywhere in +Markdown files, as well as everywhere icons can be used in `mkdocs.yml`. +However, note that the syntaxes are slightly different: + +- __Using icons in configuration__: take the path of the `*.svg` icon file + starting at the `.icons` folder and drop the file extension, e.g. for + `.icons/bootstrap/envelope-paper.svg`, use: + + ``` yaml + theme: + icon: + logo: bootstrap/envelope-paper + ``` + +- __Using icons in Markdown files__: additionally to taking the path from the + `.icons` folder as noted above, replace all `/` with `-` and enclose the icon + shortcode in two colons: + + ``` + :bootstrap-envelope-paper: + ``` + +For further notes on icon usage, please consult the [icon reference]. + + [extend the theme]: ../customization.md#extending-the-theme + [custom_dir]: https://www.mkdocs.org/user-guide/configuration/#custom_dir + [Bootstrap]: https://icons.getbootstrap.com/ + [icon reference]: ../reference/icons-emojis.md#using-icons diff --git a/mkdocs-material/docs/setup/ensuring-data-privacy.md b/mkdocs-material/docs/setup/ensuring-data-privacy.md new file mode 100644 index 0000000..3f4f1c7 --- /dev/null +++ b/mkdocs-material/docs/setup/ensuring-data-privacy.md @@ -0,0 +1,338 @@ +# Ensuring data privacy + +Material for MkDocs makes compliance with data privacy regulations very easy, +as it offers a native [cookie consent] solution to seek explicit consent from +users before setting up [analytics]. Additionally, external assets can be +automatically downloaded for [self-hosting]. + + [cookie consent]: #cookie-consent + [analytics]: setting-up-site-analytics.md + [self-hosting]: #built-in-privacy-plugin + +## Configuration + +### Cookie consent + +<!-- md:version 8.4.0 --> +<!-- md:default none --> +<!-- md:flag experimental --> +<!-- md:example cookie-consent --> + +Material for MkDocs ships a native and extensible cookie consent form which +asks the user for consent prior to sending requests to third parties. Add the +following to `mkdocs.yml`: + +``` yaml +extra: + consent: + title: Cookie consent + description: >- # (1)! + We use cookies to recognize your repeated visits and preferences, as well + as to measure the effectiveness of our documentation and whether users + find what they're searching for. With your consent, you're helping us to + make our documentation better. +``` + +1. You can add arbitrary HTML tags in the `description`, e.g. to link to your + terms of service or other parts of the site. + +The following properties are available: + +<!-- md:option consent.title --> + +: <!-- md:default none --> <!-- md:flag required --> + This property sets the title of the cookie consent, which is rendered at the + top of the form and must be set to a non-empty string. + +<!-- md:option consent.description --> + +: <!-- md:default none --> <!-- md:flag required --> + This property sets the description of the cookie consent, is rendered below + the title, and may include raw HTML (e.g. a links to the terms of service). + +<!-- md:option consent.cookies --> + +: <!-- md:default none --> This property allows to add custom + cookies or change the initial `checked` state and name of built-in cookies. + Currently, the following cookies are built-in: + + - __Google Analytics__ – `analytics` (enabled by default) + - __GitHub__ – `github` (enabled by default) + + Each cookie must receive a unique identifier which is used as a key in the + `cookies` map, and can be either set to a string, or to a map defining + `name` and `checked` state: + + === "Custom cookie name" + + ``` yaml + extra: + consent: + cookies: + analytics: Custom name + ``` + + === "Custom initial state" + + ``` yaml + extra: + consent: + cookies: + analytics: + name: Google Analytics + checked: false + ``` + + === "Custom cookie" + + ``` yaml + extra: + consent: + cookies: + analytics: Google Analytics # (1)! + custom: Custom cookie + ``` + + 1. If you define a custom cookie as part of the `cookies` property, + the `analytics` cookie must be added back explicitly, or analytics + won't be triggered. + + If Google Analytics was configured via `mkdocs.yml`, the cookie consent will + automatically include a setting for the user to disable it. [Custom cookies] + can be used from JavaScript. + +<!-- md:option consent.actions --> + +: <!-- md:default `[accept, manage]` --> This property defines + which buttons are shown and in which order, e.g. to allow the user to accept + cookies and manage settings: + + ``` yaml + extra: + consent: + actions: + - accept + - manage # (1)! + ``` + + 1. If the `manage` settings button is omitted from the `actions` property, + the settings are always shown. + + The cookie consent form includes three types of buttons: + + - `accept` – Button to accept selected cookies + - `reject` – Button to reject all cookies + - `manage` – Button to manage settings + +When a user first visits your site, a cookie consent form is rendered: + +[![Cookie consent enabled]][Cookie consent enabled] + + [Custom cookies]: #custom-cookies + [Cookie consent enabled]: ../assets/screenshots/consent.png + +#### Change cookie settings + +In order to comply with GDPR, users must be able to change their cookie settings +at any time. This can be done by adding a simple link to your [copyright notice] +in `mkdocs.yml`: + +``` yaml +copyright: > + Copyright © 2016 - 2024 Martin Donath – + <a href="#__consent">Change cookie settings</a> +``` + + [copyright notice]: setting-up-the-footer.md#copyright-notice + +### Built-in privacy plugin + +<!-- md:version 9.5.0 --> +<!-- md:plugin [privacy][built-in privacy plugin] --> +<!-- md:flag experimental --> + +The built-in privacy plugin automatically identifies external assets as part +of the build process and downloads all assets for very simple self-hosting. Add +the following lines to `mkdocs.yml`: + +``` yaml +plugins: + - privacy +``` + +For a list of all settings, please consult the [plugin documentation]. + + [plugin documentation]: ../plugins/privacy.md + +!!! tip "Hosting images externally and optimizing them automatically" + + This option makes the [built-in privacy plugin] an excellent choice for + when you want to host assets like images outside of your git repository + in another location to keep them fresh and your repository lean. + + Additionally, as of <!-- md:version insiders-4.30.0 -->, the + built-in privacy plugin was entirely rewritten and now works perfectly + with the [built-in optimize plugin], which means that external assets + can be passed through the same optimization pipeline as the rest of your + documentation. This means you can store and edit unoptimized files + outside of your repository, and let both plugins built a highly + optimized site for you. + + If you want to implement separate pipelines, i.e., optimize some images + differently from others or exclude some images from downloading, you can + use multiple instances of the [built-in privacy plugin]. + +!!! question "Why can't Material for MkDocs bundle all assets by design?" + + The primary reason why Material for MkDocs can't just bundle all of its own + assets is the integration with [Google Fonts], which offers over a thousand + different fonts that can be used to render your documentation. Most of the + fonts include several weights and are split up into different character sets + to keep the download size small, so the browser only downloads what is + really needed. For Roboto, our default [regular font], this results in [42 + `*.woff2` files in total][example]. + + If Material for MkDocs would bundle all font files, the download size would + be in the hundreds of megabytes, slowing down automated builds. Furthermore, + authors might add external assets like third-party scripts or style sheets + that would need to be remembered to be defined as further local assets. + + This is the very reason the [built-in privacy plugin] exists — it automates + the process of downloading all external assets manually to ensure compliance + with GDPR with some some [technical limitations]. + + [Google Fonts]: changing-the-fonts.md + [regular font]: changing-the-fonts.md#regular-font + [example]: #example + [built-in optimize plugin]: ../plugins/optimize.md + [technical limitations]: ../plugins/privacy.md#limitations + +??? example "Expand to inspect example" + + For the official documentation, the [built-in privacy plugin] downloads the + following resources: + + ``` { .sh .no-copy #example } + . + └─ assets/external/ + ├─ unpkg.com/tablesort@5.3.0/dist/tablesort.min.js + ├─ fonts.googleapis.com/css + └─ fonts.gstatic.com/s/ + ├─ roboto/v29/ + │ ├─ KFOjCnqEu92Fr1Mu51TjASc-CsTKlA.woff2 + │ ├─ KFOjCnqEu92Fr1Mu51TjASc0CsTKlA.woff2 + │ ├─ KFOjCnqEu92Fr1Mu51TjASc1CsTKlA.woff2 + │ ├─ KFOjCnqEu92Fr1Mu51TjASc2CsTKlA.woff2 + │ ├─ KFOjCnqEu92Fr1Mu51TjASc3CsTKlA.woff2 + │ ├─ KFOjCnqEu92Fr1Mu51TjASc5CsTKlA.woff2 + │ ├─ KFOjCnqEu92Fr1Mu51TjASc6CsQ.woff2 + │ ├─ KFOjCnqEu92Fr1Mu51TzBic-CsTKlA.woff2 + │ ├─ KFOjCnqEu92Fr1Mu51TzBic0CsTKlA.woff2 + │ ├─ KFOjCnqEu92Fr1Mu51TzBic1CsTKlA.woff2 + │ ├─ KFOjCnqEu92Fr1Mu51TzBic2CsTKlA.woff2 + │ ├─ KFOjCnqEu92Fr1Mu51TzBic3CsTKlA.woff2 + │ ├─ KFOjCnqEu92Fr1Mu51TzBic5CsTKlA.woff2 + │ ├─ KFOjCnqEu92Fr1Mu51TzBic6CsQ.woff2 + │ ├─ KFOkCnqEu92Fr1Mu51xEIzIFKw.woff2 + │ ├─ KFOkCnqEu92Fr1Mu51xFIzIFKw.woff2 + │ ├─ KFOkCnqEu92Fr1Mu51xGIzIFKw.woff2 + │ ├─ KFOkCnqEu92Fr1Mu51xHIzIFKw.woff2 + │ ├─ KFOkCnqEu92Fr1Mu51xIIzI.woff2 + │ ├─ KFOkCnqEu92Fr1Mu51xLIzIFKw.woff2 + │ ├─ KFOkCnqEu92Fr1Mu51xMIzIFKw.woff2 + │ ├─ KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2 + │ ├─ KFOlCnqEu92Fr1MmSU5fBBc4.woff2 + │ ├─ KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2 + │ ├─ KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2 + │ ├─ KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2 + │ ├─ KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2 + │ ├─ KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2 + │ ├─ KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2 + │ ├─ KFOlCnqEu92Fr1MmWUlfBBc4.woff2 + │ ├─ KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2 + │ ├─ KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2 + │ ├─ KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2 + │ ├─ KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2 + │ ├─ KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2 + │ ├─ KFOmCnqEu92Fr1Mu4WxKOzY.woff2 + │ ├─ KFOmCnqEu92Fr1Mu4mxK.woff2 + │ ├─ KFOmCnqEu92Fr1Mu5mxKOzY.woff2 + │ ├─ KFOmCnqEu92Fr1Mu72xKOzY.woff2 + │ ├─ KFOmCnqEu92Fr1Mu7GxKOzY.woff2 + │ ├─ KFOmCnqEu92Fr1Mu7WxKOzY.woff2 + │ └─ KFOmCnqEu92Fr1Mu7mxKOzY.woff2 + └─ robotomono/v13/ + ├─ L0xTDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vrtSM1J-gEPT5Ese6hmHSV0mf0h.woff2 + ├─ L0xTDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vrtSM1J-gEPT5Ese6hmHSZ0mf0h.woff2 + ├─ L0xTDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vrtSM1J-gEPT5Ese6hmHSd0mf0h.woff2 + ├─ L0xTDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vrtSM1J-gEPT5Ese6hmHSh0mQ.woff2 + ├─ L0xTDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vrtSM1J-gEPT5Ese6hmHSt0mf0h.woff2 + ├─ L0xTDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vrtSM1J-gEPT5Ese6hmHSx0mf0h.woff2 + ├─ L0xdDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrlnAIe2Imhk1T8rbociImtElOUlYIw.woff2 + ├─ L0xdDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrlnAIe2Imhk1T8rbociImtEleUlYIw.woff2 + ├─ L0xdDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrlnAIe2Imhk1T8rbociImtEluUlYIw.woff2 + ├─ L0xdDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrlnAIe2Imhk1T8rbociImtEm-Ul.woff2 + ├─ L0xdDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrlnAIe2Imhk1T8rbociImtEmOUlYIw.woff2 + └─ L0xdDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrlnAIe2Imhk1T8rbociImtEn-UlYIw.woff2 + ``` + + [built-in privacy plugin]: ../plugins/privacy.md + [preconnect]: https://developer.mozilla.org/en-US/docs/Web/Performance/dns-prefetch + +#### Advanced settings + +<!-- md:sponsors --> +<!-- md:version insiders-4.50.0 --> + +The following advanced settings are currently reserved to our [sponsors] +[Insiders]. They are entirely optional, and don't affect the functionality of +the blog, but can be helpful for customizations: + +- [`log`][config.log] +- [`log_level`][config.log_level] + +We'll add more settings here, as we discover new use cases. + + [Insiders]: ../insiders/index.md + [config.log]: ../plugins/privacy.md#config.log + [config.log_level]: ../plugins/privacy.md#config.log_level + +## Customization + +### Custom cookies + +<!-- md:version 8.4.0 --> +<!-- md:example custom-cookies --> + +If you've customized the [cookie consent] and added a `custom` cookie, the user +will be prompted to accept or reject your custom cookie. Once the user accepts +or rejects the cookie consent, or [changes the settings], the page reloads[^1]. +Use [additional JavaScript] to query the result: + + [^1]: + We reload the page to make interop with custom cookies simpler. If Material + for MkDocs would implement a callback-based approach, the author would need + to make sure to correctly update all scripts that use cookies. Additionally, + the cookie consent is only answered initially, which is why we consider this + to be a good trade-off of DX and UX. + +=== ":octicons-file-code-16: `docs/javascripts/consent.js`" + + ``` js + var consent = __md_get("__consent") + if (consent && consent.custom) { + /* The user accepted the cookie */ + } else { + /* The user rejected the cookie */ + } + ``` + +=== ":octicons-file-code-16: `mkdocs.yml`" + + ``` yaml + extra_javascript: + - javascripts/consent.js + ``` + + [additional JavaScript]: ../customization.md#additional-javascript + [changes the settings]: #change-cookie-settings diff --git a/mkdocs-material/docs/setup/extensions/index.md b/mkdocs-material/docs/setup/extensions/index.md new file mode 100644 index 0000000..7acf2e6 --- /dev/null +++ b/mkdocs-material/docs/setup/extensions/index.md @@ -0,0 +1,137 @@ +--- +title: Extensions +--- + +# Extensions + +Markdown is a very small language with a kind-of reference implementation called +[John Gruber's Markdown]. [Python Markdown] and [Python Markdown Extensions] +are two packages that enhance the Markdown writing experience, adding useful +syntax extensions for technical writing. + + [John Gruber's Markdown]: https://daringfireball.net/projects/markdown/ + [Python Markdown]: python-markdown.md + [Python Markdown Extensions]: python-markdown-extensions.md + +## Supported extensions + +The following extensions are all supported by Material for MkDocs and therefore +strongly recommended. Click on each extension to learn about its purpose and +configuration: + +<div class="mdx-columns" markdown> + +- [Abbreviations] +- [Admonition] +- [Arithmatex] +- [Attribute Lists] +- [BetterEm] +- [Caret, Mark & Tilde] +- [Critic] +- [Definition Lists] +- [Details] +- [Emoji] +- [Footnotes] +- [Highlight] +- [Keys] +- [Markdown in HTML] +- [SmartSymbols] +- [Snippets] +- [SuperFences] +- [Tabbed] +- [Table of Contents] +- [Tables] +- [Tasklist] + +</div> + + [Abbreviations]: python-markdown.md#abbreviations + [Admonition]: python-markdown.md#admonition + [Arithmatex]: python-markdown-extensions.md#arithmatex + [Attribute Lists]: python-markdown.md#attribute-lists + [BetterEm]: python-markdown-extensions.md#betterem + [Caret, Mark & Tilde]: python-markdown-extensions.md#caret-mark-tilde + [Critic]: python-markdown-extensions.md#critic + [Definition Lists]: python-markdown.md#definition-lists + [Details]: python-markdown-extensions.md#details + [Emoji]: python-markdown-extensions.md#emoji + [Footnotes]: python-markdown.md#footnotes + [Highlight]: python-markdown-extensions.md#highlight + [Keys]: python-markdown-extensions.md#keys + [Markdown in HTML]: python-markdown.md#markdown-in-html + [SmartSymbols]: python-markdown-extensions.md#smartsymbols + [Snippets]: python-markdown-extensions.md#snippets + [SuperFences]: python-markdown-extensions.md#superfences + [Tabbed]: python-markdown-extensions.md#tabbed + [Table of Contents]: python-markdown.md#table-of-contents + [Tables]: python-markdown.md#tables + [Tasklist]: python-markdown-extensions.md#tasklist + +## Configuration + +Extensions are configured as part of `mkdocs.yml` – the MkDocs configuration +file. The following sections contain two example configurations to bootstrap +your documentation project. + + [overview]: #advanced-configuration + +### Minimal configuration + +This configuration is a good starting point for when you're using Material for +MkDocs for the first time. The best idea is to explore the [reference], and +gradually add what you want to use: + +``` yaml +markdown_extensions: + + # Python Markdown + - toc: + permalink: true + + # Python Markdown Extensions + - pymdownx.highlight + - pymdownx.superfences +``` + + [reference]: ../../reference/index.md + +### Recommended configuration + +This configuration enables all Markdown-related features of Material for MkDocs +and is great for experienced users bootstrapping a new documentation project: + +``` yaml +markdown_extensions: + + # Python Markdown + - abbr + - admonition + - attr_list + - def_list + - footnotes + - md_in_html + - toc: + permalink: true + + # Python Markdown Extensions + - pymdownx.arithmatex: + generic: true + - pymdownx.betterem: + smart_enable: all + - pymdownx.caret + - pymdownx.details + - pymdownx.emoji: + emoji_index: !!python/name:material.extensions.emoji.twemoji + emoji_generator: !!python/name:material.extensions.emoji.to_svg + - pymdownx.highlight + - pymdownx.inlinehilite + - pymdownx.keys + - pymdownx.mark + - pymdownx.smartsymbols + - pymdownx.superfences + - pymdownx.tabbed: + alternate_style: true + - pymdownx.tasklist: + custom_checkbox: true + - pymdownx.tilde +``` diff --git a/mkdocs-material/docs/setup/extensions/python-markdown-extensions.md b/mkdocs-material/docs/setup/extensions/python-markdown-extensions.md new file mode 100644 index 0000000..97aa098 --- /dev/null +++ b/mkdocs-material/docs/setup/extensions/python-markdown-extensions.md @@ -0,0 +1,801 @@ +# Python Markdown Extensions + +The [Python Markdown Extensions] package is an excellent collection of +additional extensions perfectly suited for advanced technical writing. Material +for MkDocs lists this package as an explicit dependency, so it's automatically +installed with a supported version. + + [Python Markdown Extensions]: https://facelessuser.github.io/pymdown-extensions/ + +## Supported extensions + +In general, all extensions that are part of [Python Markdown Extensions] should +work with Material for MkDocs. The following list includes all extensions that +are natively supported, meaning they work without any further adjustments. + +### Arithmatex + +<!-- md:version 1.0.0 --> +<!-- md:extension [pymdownx.arithmatex][Arithmatex] --> + +The [Arithmatex] extension allows for rendering of block and inline block +equations and integrates seamlessly with [MathJax][^1] – a library for +mathematical typesetting. Enable it via `mkdocs.yml`: + + [^1]: + Other libraries like [KaTeX] are also supported and can be integrated with + some additional effort. See the [Arithmatex documentation on KaTeX] for + further guidance, as this is beyond the scope of Material for MkDocs. + +``` yaml +markdown_extensions: + - pymdownx.arithmatex: + generic: true +``` + +Besides enabling the extension in `mkdocs.yml`, a MathJax configuration and +the JavaScript runtime need to be included, which can be done with a few lines +of [additional JavaScript]: + +=== ":octicons-file-code-16: `docs/javascripts/mathjax.js`" + + ``` js + window.MathJax = { + tex: { + inlineMath: [["\\(", "\\)"]], + displayMath: [["\\[", "\\]"]], + processEscapes: true, + processEnvironments: true + }, + options: { + ignoreHtmlClass: ".*|", + processHtmlClass: "arithmatex" + } + }; + + document$.subscribe(() => { // (1)! + MathJax.startup.output.clearCache() + MathJax.typesetClear() + MathJax.texReset() + MathJax.typesetPromise() + }) + ``` + + 1. This integrates MathJax with [instant loading] + + +=== ":octicons-file-code-16: `mkdocs.yml`" + + ``` yaml + extra_javascript: + - javascripts/mathjax.js + - https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js + ``` + +The other configuration options of this extension are not officially supported +by Material for MkDocs, which is why they may yield unexpected results. Use +them at your own risk. + +See reference for usage: + +- [Using block syntax] +- [Using inline block syntax] + + [Arithmatex]: https://facelessuser.github.io/pymdown-extensions/extensions/arithmatex/ + [Arithmatex documentation on KaTeX]: https://facelessuser.github.io/pymdown-extensions/extensions/arithmatex/#loading-katex + [MathJax]: https://www.mathjax.org/ + [KaTeX]: https://github.com/Khan/KaTeX + [additional JavaScript]: ../../customization.md#additional-javascript + [instant loading]: ../setting-up-navigation.md#instant-loading + [Using block syntax]: ../../reference/math.md#using-block-syntax + [Using inline block syntax]: ../../reference/math.md#using-inline-block-syntax + +### BetterEm + +<!-- md:version 0.1.0 --> +<!-- md:extension [pymdownx.betterem][BetterEm] --> + +The [BetterEm] extension improves the detection of Markup to emphasize text +in Markdown using special characters, i.e. for `**bold**` and `_italic_` +formatting. Enable it via `mkdocs.yml`: + +``` yaml +markdown_extensions: + - pymdownx.betterem +``` + +The configuration options of this extension are not specific to Material for +MkDocs, as they only impact the Markdown parsing stage. See the [BetterEm +documentation][BetterEm] for more information. + + [BetterEm]: https://facelessuser.github.io/pymdown-extensions/extensions/betterem/ + +### Caption + +<!-- md:version 1.0.0 --> +<!-- md:extension [pymdownx.blocks.caption][Caption] --> + +The [Caption] extension adds the ability to add captions to any Markdown block, +including images, tables, and code blocks. Enable it via `mkdocs.yml`: + +``` yaml +markdown_extensions: + - pymdownx.blocks.caption +``` + +The configuration options of this extension are not specific to Material for +MkDocs, as they only impact the Markdown parsing stage. See the [Caption +documentation][Caption] for more information. + + [Caption]: https://facelessuser.github.io/pymdown-extensions/extensions/blocks/plugins/caption/ + +### Caret, Mark & Tilde + +<!-- md:version 1.0.0 --> +<!-- md:extension [pymdownx.caret][Caret] --> + +The [Caret], [Mark] and [Tilde] extensions add the ability to highlight text +and define sub- and superscript using a simple syntax. Enable them together +via `mkdocs.yml`: + +``` yaml +markdown_extensions: + - pymdownx.caret + - pymdownx.mark + - pymdownx.tilde +``` + +The configuration options of this extension are not specific to Material for +MkDocs, as they only impact the Markdown parsing stage. See the [Caret], [Mark] +and [Tilde documentation][Tilde] for guidance. + +See reference for usage: + +- [Highlighting text] +- [Sub- and superscripts] + + [Caret]: https://facelessuser.github.io/pymdown-extensions/extensions/caret/ + [Mark]: https://facelessuser.github.io/pymdown-extensions/extensions/mark/ + [Tilde]: https://facelessuser.github.io/pymdown-extensions/extensions/tilde/ + [Highlighting text]: ../../reference/formatting.md#highlighting-text + [Sub- and superscripts]: ../../reference/formatting.md#sub-and-superscripts + +### Critic + +<!-- md:version 1.0.0 --> +<!-- md:extension [pymdownx.critic][Critic] --> + +The [Critic] extension allows for the usage of [Critic Markup] to highlight +added, deleted or updated sections in a document, i.e. for tracking changes in +Markdown syntax. Enable it via `mkdocs.yml`: + +``` yaml +markdown_extensions: + - pymdownx.critic +``` + +The following configuration options are supported: + +<!-- md:option pymdownx.critic.mode --> + +: <!-- md:default `view` --> This option defines how the markup + should be parsed, i.e. whether to just `view` all suggested changes, or + alternatively `accept` or `reject` them: + + === "View changes" + + ``` yaml + markdown_extensions: + - pymdownx.critic: + mode: view + ``` + + === "Accept changes" + + ``` yaml + markdown_extensions: + - pymdownx.critic: + mode: accept + ``` + + === "Reject changes" + + ``` yaml + markdown_extensions: + - pymdownx.critic: + mode: reject + ``` + +See reference for usage: + +- [Highlighting changes] + + [Critic]: https://facelessuser.github.io/pymdown-extensions/extensions/critic/ + [Critic Markup]: https://github.com/CriticMarkup/CriticMarkup-toolkit + [Highlighting changes]: ../../reference/formatting.md#highlighting-changes + +### Details + +<!-- md:version 1.9.0 --> +<!-- md:extension [pymdownx.details][Details] --> + +The [Details] extension supercharges the [Admonition] extension, making the +resulting _call-outs_ collapsible, allowing them to be opened and closed by the +user. Enable it via `mkdocs.yml`: + +``` yaml +markdown_extensions: + - pymdownx.details +``` + +No configuration options are available. See reference for usage: + +- [Collapsible blocks] + + [Details]: https://facelessuser.github.io/pymdown-extensions/extensions/details/ + [Admonition]: python-markdown.md#admonition + [Collapsible blocks]: ../../reference/admonitions.md#collapsible-blocks + +### Emoji + +<!-- md:version 1.0.0 --> +<!-- md:extension [pymdownx.emoji][Emoji] --> + +The [Emoji] extension automatically inlines bundled and custom icons and emojis +in `*.svg` file format into the resulting HTML page. Enable it via `mkdocs.yml`: + +``` yaml +markdown_extensions: + - pymdownx.emoji: + emoji_index: !!python/name:material.extensions.emoji.twemoji # (1)! + emoji_generator: !!python/name:material.extensions.emoji.to_svg +``` + +1. [Python Markdown Extensions] uses the `pymdownx` namespace, but in order to + support the inlining of icons, the `materialx` namespace must be used, as it + extends the functionality of `pymdownx`. + +The following configuration options are supported: + +<!-- md:option pymdownx.emoji.emoji_index --> + +: <!-- md:default `emojione` --> This option defines which set + of emojis is used for rendering. Note that the use of `emojione` is not + recommended due to [restrictions in licensing][Emoji index]: + + ``` yaml + markdown_extensions: + - pymdownx.emoji: + emoji_index: !!python/name:material.extensions.emoji.twemoji + ``` + +<!-- md:option pymdownx.emoji.emoji_generator --> + +: <!-- md:default `to_png` --> This option defines how the + resolved emoji or icon shortcode is render. Note that icons can only be + used together with the `to_svg` configuration: + + ``` yaml + markdown_extensions: + - pymdownx.emoji: + emoji_generator: !!python/name:material.extensions.emoji.to_svg + ``` + +<!-- md:option pymdownx.emoji.options.custom_icons --> + +: <!-- md:default none --> This option allows to list folders + with additional icon sets to be used in Markdown or `mkdocs.yml`, which is + explained in more detail in the [icon customization guide]: + + ``` yaml + markdown_extensions: + - pymdownx.emoji: + emoji_index: !!python/name:material.extensions.emoji.twemoji + emoji_generator: !!python/name:material.extensions.emoji.to_svg + options: + custom_icons: + - overrides/.icons + ``` + +The other configuration options of this extension are not officially supported +by Material for MkDocs, which is why they may yield unexpected results. Use +them at your own risk. + +See reference for usage: + +- [Using emojis] +- [Using icons] +- [Using icons in templates] + + [Emoji]: https://facelessuser.github.io/pymdown-extensions/extensions/emoji/ + [Emoji index]: https://facelessuser.github.io/pymdown-extensions/extensions/emoji/#default-emoji-indexes + [icon customization guide]: ../changing-the-logo-and-icons.md#additional-icons + [Using emojis]: ../../reference/icons-emojis.md#using-emojis + [Using icons]: ../../reference/icons-emojis.md#using-icons + [Using icons in templates]: ../../reference/icons-emojis.md#using-icons-in-templates + +### Highlight + +<!-- md:version 5.0.0 --> +<!-- md:extension [pymdownx.highlight][Highlight] --> + +The [Highlight] extension adds support for syntax highlighting of code blocks +(with the help of [SuperFences][pymdownx.superfences]) and inline code blocks +(with the help of [InlineHilite][pymdownx.inlinehilite]). Enable it via +`mkdocs.yml`: + +``` yaml +markdown_extensions: + - pymdownx.highlight: + anchor_linenums: true + - pymdownx.superfences # (1)! +``` + +1. [Highlight] is used by the [SuperFences][pymdownx.superfences] extension to + perform syntax highlighting on code blocks, not the other way round, which + is why this extension also needs to be enabled. + +The following configuration options are supported: + +<!-- md:option pymdownx.highlight.use_pygments --> + +: <!-- md:default `true` --> This option allows to control + whether highlighting should be carried out during build time using + [Pygments] or in the browser with a JavaScript syntax highlighter: + + === "Pygments" + + ``` yaml + markdown_extensions: + - pymdownx.highlight: + use_pygments: true + - pymdownx.superfences + ``` + + === "JavaScript" + + ``` yaml + markdown_extensions: + - pymdownx.highlight: + use_pygments: false + ``` + + As an example, [Highlight.js], a JavaScript syntax highlighter, can be + integrated with some [additional JavaScript] and an [additional style + sheet] in `mkdocs.yml`: + + === ":octicons-file-code-16: `docs/javascripts/highlight.js`" + + ``` js + document$.subscribe(() => { + hljs.highlightAll() + }) + ``` + + === ":octicons-file-code-16: `mkdocs.yml`" + + ``` yaml + extra_javascript: + - https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/highlight.min.js + - javascripts/highlight.js + extra_css: + - https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/styles/default.min.css + ``` + + Note that [Highlight.js] has no affiliation with the + [Highlight][pymdownx.highlight] extension. + + All following configuration options are only compatible with build-time + syntax highlighting using [Pygments], so they don't apply if `use_pygments` + is set to `false`. + +<!-- md:option pymdownx.highlight.pygments_lang_class --> + +: <!-- md:default `false` --> This option instructs [Pygments] + to add a CSS class to identify the language of the code block, which is + essential for custom annotation markers to function: + +``` yaml +markdown_extensions: + - pymdownx.highlight: + pygments_lang_class: true +``` + +<!-- md:option pymdownx.highlight.auto_title --> + +: <!-- md:default `false` --> This option will automatically + add a [title] to all code blocks that shows the name of the language being + used, e.g. `Python` is printed for a `py` block: + + ``` yaml + markdown_extensions: + - pymdownx.highlight: + auto_title: true + ``` + +<!-- md:option pymdownx.highlight.linenums --> + +: <!-- md:default `false` --> This option will add line numbers + to _all_ code blocks. If you wish to add line numbers to _some_, but not all + code blocks, consult the section on [adding line numbers][Adding line + numbers] in the code block reference, which also contains some tips on + working with line numbers: + + ``` yaml + markdown_extensions: + - pymdownx.highlight: + linenums: true + ``` + +<!-- md:option pymdownx.highlight.linenums_style --> + +: <!-- md:default `table` --> The [Highlight] extension + provides three ways to add line numbers, two of which are supported by + Material for MkDocs. While `table` wraps a code block in a `<table>` + element, `pymdownx-inline` renders line numbers as part of the line itself: + + ``` yaml + markdown_extensions: + - pymdownx.highlight: + linenums_style: pymdownx-inline + ``` + + Note that `inline` will put line numbers next to the actual code, which + means that they will be included when selecting text with the cursor or + copying a code block to the clipboard. Thus, the usage of either `table` + or `pymdownx-inline` is recommended. + +<!-- md:option pymdownx.highlight.anchor_linenums --> + +: <!-- md:version 8.1.0 --> :octicons-milestone-24: + Default: `false` – If a code blocks contains line numbers, enabling this + setting will wrap them with anchor links, so they can be hyperlinked and + shared more easily: + + ``` yaml + markdown_extensions: + - pymdownx.highlight: + anchor_linenums: true + ``` + +<!-- md:option pymdownx.highlight.line_spans --> + +: <!-- md:default none --> When this option is set, each + line of a code block is wrapped in a `span`, which is essential for features + like line highlighting to work correctly: + + ``` yaml + markdown_extensions: + - pymdownx.highlight: + line_spans: __span + ``` + +The other configuration options of this extension are not officially supported +by Material for MkDocs, which is why they may yield unexpected results. Use +them at your own risk. + +See reference for usage: + +- [Using code blocks] +- [Adding a title] +- [Adding line numbers] +- [Highlighting specific lines] +- [Custom syntax theme] + + [Highlight]: https://facelessuser.github.io/pymdown-extensions/extensions/highlight/ + [CodeHilite]: python-markdown.md#codehilite + [pymdownx.superfences]: #superfences + [pymdownx.inlinehilite]: #inlinehilite + [Pygments]: https://pygments.org + [additional style sheet]: ../../customization.md#additional-css + [Highlight.js]: https://highlightjs.org/ + [title]: ../../reference/code-blocks.md#adding-a-title + [Adding line numbers]: ../../reference/code-blocks.md#adding-line-numbers + [Using code blocks]: ../../reference/code-blocks.md#usage + [Adding a title]: ../../reference/code-blocks.md#adding-a-title + [Highlighting specific lines]: ../../reference/code-blocks.md#highlighting-specific-lines + [Custom syntax theme]: ../../reference/code-blocks.md#custom-syntax-theme + +### InlineHilite + +<!-- md:version 5.0.0 --> +<!-- md:extension [pymdownx.inlinehilite][InlineHilite] --> + +The [InlineHilite] extension add support for syntax highlighting of inline code +blocks. It's built on top of the [Highlight][pymdownx.highlight] extension, from +which it sources its configuration. Enable it via `mkdocs.yml`: + +``` yaml +markdown_extensions: + - pymdownx.highlight + - pymdownx.inlinehilite +``` + +The configuration options of this extension are not specific to Material for +MkDocs, as they only impact the Markdown parsing stage. The only exception is +the [`css_class`][InlineHilite options] option, which must not be changed. See the +[InlineHilite documentation][InlineHilite] for guidance. + +See reference for usage: + +- [Highlighting inline code blocks] + + [InlineHilite]: https://facelessuser.github.io/pymdown-extensions/extensions/inlinehilite/ + [InlineHilite options]: https://facelessuser.github.io/pymdown-extensions/extensions/inlinehilite/#options + [pymdownx.highlight]: #highlight + [Highlighting inline code blocks]: ../../reference/code-blocks.md#highlighting-inline-code-blocks + +### Keys + +<!-- md:version 1.0.0 --> +<!-- md:extension [pymdownx.keys][Keys] --> + +The [Keys] extension adds a simple syntax to allow for the rendering of keyboard +keys and combinations, e.g. ++ctrl+alt+del++. Enable it via `mkdocs.yml`: + +``` yaml +markdown_extensions: + - pymdownx.keys +``` + +The configuration options of this extension are not specific to Material for +MkDocs, as they only impact the Markdown parsing stage. The only exception is +the [`class`][Keys options] option, which must not be changed. See the +[Keys documentation][Keys] for more information. + +See reference for usage: + +- [Adding keyboard keys] + + [Keys]: https://facelessuser.github.io/pymdown-extensions/extensions/keys/ + [Keys options]: https://facelessuser.github.io/pymdown-extensions/extensions/keys/#options + [Adding keyboard keys]: ../../reference/formatting.md#adding-keyboard-keys + +### SmartSymbols + +<!-- md:version 0.1.0 --> +<!-- md:extension [pymdownx.smartsymbols][SmartSymbols] --> + +The [SmartSymbols] extension converts some sequences of characters into their +corresponding symbols, e.g. copyright symbols or fractions. Enable it via +`mkdocs.yml`: + +``` yaml +markdown_extensions: + - pymdownx.smartsymbols +``` + +The configuration options of this extension are not specific to Material for +MkDocs, as they only impact the Markdown parsing stage. See the [SmartSymbols +documentation][SmartSymbols] for guidance. + + [SmartSymbols]: https://facelessuser.github.io/pymdown-extensions/extensions/smartsymbols/ + +### Snippets + +<!-- md:version 0.1.0 --> +<!-- md:extension [pymdownx.snippets][Snippets] --> + +The [Snippets] extension adds the ability to embed content from arbitrary files +into a document, including other documents or source files, by using a simple +syntax. Enable it via `mkdocs.yml`: + +``` yaml +markdown_extensions: + - pymdownx.snippets +``` + +The configuration options of this extension are not specific to Material for +MkDocs, as they only impact the Markdown parsing stage. See the [Snippets +documentation][Snippets] for more information. + +See reference for usage: + +- [Adding a glossary] +- [Embedding external files] + + [Snippets]: https://facelessuser.github.io/pymdown-extensions/extensions/snippets/ + [Adding a glossary]: ../../reference/tooltips.md#adding-a-glossary + [Embedding external files]: ../../reference/code-blocks.md#embedding-external-files + +### SuperFences + +<!-- md:version 0.1.0 --> +<!-- md:extension [pymdownx.superfences][SuperFences] --> + +The [SuperFences] extension allows for arbitrary nesting of code and content +blocks inside each other, including admonitions, tabs, lists and all other +elements. Enable it via `mkdocs.yml`: + +``` yaml +markdown_extensions: + - pymdownx.superfences +``` + +The following configuration options are supported: + +<!-- md:option pymdownx.superfences.custom_fences --> + +: <!-- md:default none --> This option allows to define a + handler for custom fences, e.g. to preserve the definitions of [Mermaid.js] + diagrams to be interpreted in the browser: + + ``` yaml + markdown_extensions: + - pymdownx.superfences: + custom_fences: + - name: mermaid + class: mermaid + format: !!python/name:pymdownx.superfences.fence_code_format + ``` + + Note that this will primarily prevent syntax highlighting from being + applied. See the reference on [diagrams] to learn how Mermaid.js is + integrated with Material for MkDocs. + +The other configuration options of this extension are not officially supported +by Material for MkDocs, which is why they may yield unexpected results. Use +them at your own risk. + +See reference for usage: + +- [Using annotations] +- [Using code blocks] +- [Using content tabs] +- [Using flowcharts] +- [Using sequence diagrams] +- [Using state diagrams] +- [Using class diagrams] +- [Using entity-relationship diagrams] + + [SuperFences]: https://facelessuser.github.io/pymdown-extensions/extensions/superfences/ + [Fenced Code Blocks]: python-markdown.md#fenced-code-blocks + [Mermaid.js]: https://mermaid-js.github.io/mermaid/ + [diagrams]: ../../reference/diagrams.md + [Using annotations]: ../../reference/annotations.md#usage + [Using content tabs]: ../../reference/content-tabs.md#usage + [Using flowcharts]: ../../reference/diagrams.md#using-flowcharts + [Using sequence diagrams]: ../../reference/diagrams.md#using-sequence-diagrams + [Using state diagrams]: ../../reference/diagrams.md#using-state-diagrams + [Using class diagrams]: ../../reference/diagrams.md#using-class-diagrams + [Using entity-relationship diagrams]: ../../reference/diagrams.md#using-entity-relationship-diagrams + +### Tabbed + +<!-- md:version 5.0.0 --> +<!-- md:extension [pymdownx.tabbed][Tabbed] --> + +The [Tabbed] extension allows the usage of content tabs, a simple way to group +related content and code blocks under accessible tabs. Enable it via +`mkdocs.yml`: + +``` yaml +markdown_extensions: + - pymdownx.tabbed: + alternate_style: true +``` + +The following configuration options are supported: + +<!-- md:option pymdownx.tabbed.alternate_style --> + +: <!-- md:version 7.3.1 --> <!-- md:default `false` --> + <!-- md:flag required --> This option enables the content tabs + [alternate style], which has [better behavior on mobile viewports], and is + the only supported style: + + ``` yaml + markdown_extensions: + - pymdownx.tabbed: + alternate_style: true + ``` + +<!-- md:option pymdownx.tabbed.combine_header_slug --> + +: <!-- md:default `false` --> This option enables the content tabs' + [`combine_header_slug` style] flag, which prepends the id of the header to + the id of the tab: + + ``` yaml + markdown_extensions: + - pymdownx.tabbed: + combine_header_slug: true + ``` + +<!-- md:option pymdownx.tabbed.slugify --> + +: <!-- md:default `None` --> This option allows for + customization of the slug function. For some languages, the default may not + produce good and readable identifiers – consider using another slug function + like for example those from [Python Markdown Extensions][Slugs]: + + === "Unicode" + + ``` yaml + markdown_extensions: + - pymdownx.tabbed: + slugify: !!python/object/apply:pymdownx.slugs.slugify + kwds: + case: lower + ``` + + === "Unicode, case-sensitive" + + ``` yaml + markdown_extensions: + - pymdownx.tabbed: + slugify: !!python/object/apply:pymdownx.slugs.slugify {} + ``` + +The other configuration options of this extension are not officially supported +by Material for MkDocs, which is why they may yield unexpected results. Use +them at your own risk. + +See reference for usage: + +- [Grouping code blocks] +- [Grouping other content] +- [Embedded content] + + [Tabbed]: https://facelessuser.github.io/pymdown-extensions/extensions/tabbed/ + [alternate style]: https://facelessuser.github.io/pymdown-extensions/extensions/tabbed/#alternate-style + [combine_header_slug style]: https://facelessuser.github.io/pymdown-extensions/extensions/tabbed/#tab-ids + [better behavior on mobile viewports]: https://x.com/squidfunk/status/1424740370596958214 + [Grouping code blocks]: ../../reference/content-tabs.md#grouping-code-blocks + [Grouping other content]: ../../reference/content-tabs.md#grouping-other-content + [Embedded content]: ../../reference/content-tabs.md#embedded-content + [Slugs]: https://facelessuser.github.io/pymdown-extensions/extras/slugs/ + +### Tasklist + +<!-- md:version 1.0.0 --> +<!-- md:extension [pymdownx.tasklist][Tasklist] --> + +The [Tasklist] extension allows for the usage of [GitHub Flavored Markdown] +inspired [task lists][Tasklist specification], following the same syntactical +conventions. Enable it via `mkdocs.yml`: + +``` yaml +markdown_extensions: + - pymdownx.tasklist: + custom_checkbox: true +``` + +The following configuration options are supported: + +<!-- md:option pymdownx.tasklist.custom_checkbox --> + +: <!-- md:default `false` --> This option toggles the rendering + style of checkboxes, replacing native checkbox styles with beautiful icons, + and is therefore recommended: + + ``` yaml + markdown_extensions: + - pymdownx.tasklist: + custom_checkbox: true + ``` + +<!-- md:option pymdownx.tasklist.clickable_checkbox --> + +: <!-- md:default `false` --> This option toggles whether + checkboxes are clickable. As the state is not persisted, the use of this + option is _rather discouraged_ from a user experience perspective: + + ``` yaml + markdown_extensions: + - pymdownx.tasklist: + clickable_checkbox: true + ``` + +The other configuration options of this extension are not officially supported +by Material for MkDocs, which is why they may yield unexpected results. Use +them at your own risk. + +See reference for usage: + +- [Using task lists] + + [Tasklist]: https://facelessuser.github.io/pymdown-extensions/extensions/tasklist/ + [GitHub Flavored Markdown]: https://github.github.com/gfm/ + [Tasklist specification]: https://github.github.com/gfm/#task-list-items-extension- + [Using task lists]: ../../reference/lists.md#using-task-lists diff --git a/mkdocs-material/docs/setup/extensions/python-markdown.md b/mkdocs-material/docs/setup/extensions/python-markdown.md new file mode 100644 index 0000000..a724e2f --- /dev/null +++ b/mkdocs-material/docs/setup/extensions/python-markdown.md @@ -0,0 +1,347 @@ +# Python Markdown + +Material for MkDocs supports a large number of [Python Markdown] extensions, +which is part of what makes it so attractive for technical writing. Following +is a list of all supported extensions, linking to the relevant sections of the +reference for which features they need to be enabled. + + [Python Markdown]: https://python-markdown.github.io/ + +## Supported extensions + +### Abbreviations + +<!-- md:version 1.0.0 --> +<!-- md:extension [abbr][Abbreviations] --> + +The [Abbreviations] extension adds the ability to add a small tooltip to an +element, by wrapping it with an `abbr` tag. Only plain text (no markup) is +supported. Enable it via `mkdocs.yml`: + +``` yaml +markdown_extensions: + - abbr +``` + +No configuration options are available. See reference for usage: + +- [Adding abbreviations] +- [Adding a glossary] + + [Abbreviations]: https://python-markdown.github.io/extensions/abbreviations/ + [Adding abbreviations]: ../../reference/tooltips.md#adding-abbreviations + [Adding a glossary]: ../../reference/tooltips.md#adding-a-glossary + +### Admonition + +<!-- md:version 0.1.0 --> +<!-- md:extension [admonition][Admonition] --> + +The [Admonition] extension adds support for admonitions, more commonly known as +_call-outs_, which can be defined in Markdown by using a simple syntax. Enable +it via `mkdocs.yml`: + +``` yaml +markdown_extensions: + - admonition +``` + +No configuration options are available. See reference for usage: + +- [Adding admonitions] +- [Changing the title] +- [Removing the title] +- [Supported types] + + [Admonition]: https://python-markdown.github.io/extensions/admonition/ + [Adding admonitions]: ../../reference/admonitions.md#usage + [Changing the title]: ../../reference/admonitions.md#changing-the-title + [Removing the title]: ../../reference/admonitions.md#removing-the-title + [Supported types]: ../../reference/admonitions.md#supported-types + +### Attribute Lists + +<!-- md:version 0.1.0 --> +<!-- md:extension [attr_list][Attribute Lists] --> + +The [Attribute Lists] extension allows to add HTML attributes and CSS classes +to [almost every][Attribute Lists limitations] Markdown inline- and block-level +element with a special syntax. Enable it via `mkdocs.yml`: + +``` yaml +markdown_extensions: + - attr_list +``` + +No configuration options are available. See reference for usage: + +- [Using annotations] +- [Using grids] +- [Adding buttons] +- [Adding tooltips] +- [Using icons with colors] +- [Using icons with animations] +- [Image alignment] +- [Image lazy-loading] + + [Attribute Lists]: https://python-markdown.github.io/extensions/attr_list/ + [Attribute Lists limitations]: https://python-markdown.github.io/extensions/attr_list/#limitations + [Using grids]: ../../reference/grids.md#using-grids + [Adding buttons]: ../../reference/buttons.md#adding-buttons + [Adding tooltips]: ../../reference/tooltips.md#adding-tooltips + [Using icons with colors]: ../../reference/icons-emojis.md#with-colors + [Using icons with animations]: ../../reference/icons-emojis.md#with-animations + [Image alignment]: ../../reference/images.md#image-alignment + [Image lazy-loading]: ../../reference/images.md#image-lazy-loading + +### Definition Lists + +<!-- md:version 1.1.0 --> +<!-- md:extension [def_list][Definition Lists] --> + +The [Definition Lists] extension adds the ability to add definition lists (more +commonly known as [description lists] – `dl` in HTML) via Markdown to a +document. Enable it via `mkdocs.yml`: + +``` yaml +markdown_extensions: + - def_list +``` + +No configuration options are available. See reference for usage: + +- [Using definition lists] + + [Definition Lists]: https://python-markdown.github.io/extensions/definition_lists/ + [description lists]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dl + [Using definition lists]: ../../reference/lists.md#using-definition-lists + +### Footnotes + +<!-- md:version 1.0.0 --> +<!-- md:extension [footnotes][Footnotes] --> + +The [Footnotes] extension allows to define inline footnotes, which are then +rendered below all Markdown content of a document. Enable it via `mkdocs.yml`: + +``` yaml +markdown_extensions: + - footnotes +``` + +No configuration options are supported. See reference for usage: + +- [Adding footnote references] +- [Adding footnote content] + + [Footnotes]: https://python-markdown.github.io/extensions/footnotes/ + [Adding footnote references]: ../../reference/footnotes.md#adding-footnote-references + [Adding footnote content]: ../../reference/footnotes.md#adding-footnote-content + +### Markdown in HTML + +<!-- md:version 0.1.0 --> +<!-- md:extension [md_in_html][Markdown in HTML] --> + +The [Markdown in HTML] extension allows for writing Markdown inside of HTML, +which is useful for wrapping Markdown content with custom elements. Enable it +via `mkdocs.yml`: + +``` yaml +markdown_extensions: + - md_in_html +``` + +> By default, Markdown ignores any content within a raw HTML block-level +> element. With the `md_in_html` extension enabled, the content of a raw HTML +> block-level element can be parsed as Markdown by including a `markdown` +> attribute on the opening tag. The `markdown` attribute will be stripped from +> the output, while all other attributes will be preserved. + +No configuration options are available. See reference for usage: + +- [Using annotations] +- [Using grids] +- [Image captions] + + [Markdown in HTML]: https://python-markdown.github.io/extensions/md_in_html/ + [Using annotations]: ../../reference/annotations.md#usage + [Using grids]: ../../reference/grids.md#usage + [Image captions]: ../../reference/images.md#image-captions + +### Table of Contents + +<!-- md:version 0.1.0 --> +<!-- md:extension [toc][Table of Contents] --> + +The [Table of Contents] extension automatically generates a table of contents +from a document, which Material for MkDocs will render as part of the resulting +page. Enable it via `mkdocs.yml`: + +``` yaml +markdown_extensions: + - toc: + permalink: true +``` + +The following configuration options are supported: + +<!-- md:option toc.title --> + +: <!-- md:version 7.3.5 --> <!-- md:default computed --> – + This option sets the title of the table of contents in the right navigation + sidebar, which is normally automatically sourced from the translations for + the [site language] as set in `mkdocs.yml`: + + ``` yaml + markdown_extensions: + - toc: + title: On this page + ``` + +<!-- md:option toc.permalink --> + +: <!-- md:default `false` --> This option adds an anchor link + containing the paragraph symbol `¶` or another custom symbol at the end of + each headline, exactly like on the page you're currently viewing, which + Material for MkDocs will make appear on hover: + + === "¶" + + ``` yaml + markdown_extensions: + - toc: + permalink: true + ``` + + === "⚓︎" + + ``` yaml + markdown_extensions: + - toc: + permalink: ⚓︎ + ``` + +<!-- md:option toc.permalink_title --> + +: <!-- md:default `Permanent link` --> This option sets the + title of the anchor link which is shown on hover and read by screen readers. + For accessibility reasons, it might be beneficial to change it to a more + discernable name, stating that the anchor links to the section itself: + + ``` yaml + markdown_extensions: + - toc: + permalink_title: Anchor link to this section for reference + ``` + +<!-- md:option toc.slugify --> + +: <!-- md:default `toc.slugify` --> This option allows for + customization of the slug function. For some languages, the default may not + produce good and readable identifiers – consider using another slug function + like for example those from [Python Markdown Extensions][Slugs]: + + === "Unicode" + + ``` yaml + markdown_extensions: + - toc: + slugify: !!python/object/apply:pymdownx.slugs.slugify + kwds: + case: lower + ``` + + === "Unicode, case-sensitive" + + ``` yaml + markdown_extensions: + - toc: + slugify: !!python/object/apply:pymdownx.slugs.slugify {} + ``` + +<!-- md:option toc.toc_depth --> + +: <!-- md:default `6` --> Define the range of levels to be + included in the table of contents. This may be useful for project + documentation with deeply structured headings to decrease the length of the + table of contents, or to remove the table of contents altogether: + + === "Hide levels 4-6" + + ``` yaml + markdown_extensions: + - toc: + toc_depth: 3 + ``` + + === "Hide table of contents" + + ``` yaml + markdown_extensions: + - toc: + toc_depth: 0 + ``` + +The other configuration options of this extension are not officially supported +by Material for MkDocs, which is why they may yield unexpected results. Use +them at your own risk. + + [Table of Contents]: https://python-markdown.github.io/extensions/toc/ + [site language]: ../changing-the-language.md#site-language + [Slugs]: https://facelessuser.github.io/pymdown-extensions/extras/slugs/ + +### Tables + +<!-- md:version 0.1.0 --> +<!-- md:extension [tables][Tables] --> + +The [Tables] extension adds the ability to create tables in Markdown by using a +simple syntax. Enable it via `mkdocs.yml` (albeit it should be enabled by +default): + +``` yaml +markdown_extensions: + - tables +``` + +No configuration options are available. See reference for usage: + +- [Using data tables] +- [Column alignment] + + [Tables]: https://python-markdown.github.io/extensions/tables/ + [Using data tables]: ../../reference/data-tables.md#usage + [Column alignment]: ../../reference/data-tables.md#column-alignment + +## Superseded extensions + +The following [Python Markdown] extensions are not (or might not be) supported +anymore, and are therefore not recommended for use. Instead, the alternatives +should be considered. + +### Fenced Code Blocks + +<!-- md:version 0.1.0 --> +<!-- md:extension [fenced_code_blocks][Fenced Code Blocks] --> + +Superseded by [SuperFences]. This extension might still work, but the +[SuperFences] extension is superior in many ways, as it allows for arbitrary +nesting, and is therefore recommended. + + [Fenced Code Blocks]: https://python-markdown.github.io/extensions/fenced_code_blocks/ + [SuperFences]: https://facelessuser.github.io/pymdown-extensions/extensions/superfences/ + +### CodeHilite + +<!-- md:version 0.1.0 --> +<!-- md:extension [codehilite][CodeHilite] --> + +Superseded by [Highlight]. Support for CodeHilite was dropped in +<!-- md:version 6.0.0 -->, as [Highlight] has a better integration with other +essential extensions like [SuperFences] and [InlineHilite]. + + [CodeHilite]: https://python-markdown.github.io/extensions/code_hilite/ + [CodeHilite support]: https://github.com/squidfunk/mkdocs-material/releases/tag/0.1.0 + [Highlight]: https://facelessuser.github.io/pymdown-extensions/extensions/highlight/ + [InlineHilite]: https://facelessuser.github.io/pymdown-extensions/extensions/inlinehilite/ diff --git a/mkdocs-material/docs/setup/index.md b/mkdocs-material/docs/setup/index.md new file mode 100644 index 0000000..c470698 --- /dev/null +++ b/mkdocs-material/docs/setup/index.md @@ -0,0 +1,90 @@ +# Setup + +Material for MkDocs offers a wide range of options for customizing your +documentation. In this section, we will explain how you can create a meaningful +structure for your site, change the look and feel, add a blog and comment system, +and build a highly optimized site. + +## Site structure + +Set up and customize the structure of your documentation by configuring the +header and footer to your taste, choosing among many modes of navigation, +setting up site search, and more. + +<div class="grid cards" markdown> + +- :fontawesome-solid-earth-americas: __[Language]__ – Choose out of the 60+ supported languages or add a new one +- :material-page-layout-sidebar-left: __[Navigation]__ – Create a clear, concise, and comprehensive navigation structure +- :material-page-layout-header: __[Header]__ – Customize the behavior of the header, add an announcement bar +- :material-page-layout-footer: __[Footer]__ – Add links to your social media profiles or websites in the footer +- :material-tab-search: __[Search]__ – Set up and configure search, running entirely in the user's browser +- :material-tag-plus-outline: __[Tags]__ – Categorize your pages with tags and group related pages + +</div> + + [Language]: changing-the-language.md + [Navigation]: setting-up-navigation.md + [Header]: setting-up-the-header.md + [Footer]: setting-up-the-footer.md + [Search]: setting-up-site-search.md + [Tags]: setting-up-tags.md + + +## Appearance + +Match your brand's colors, fonts, icons, logo, and more with a few lines of +configuration – Material for MkDocs makes it easy to extend the basic +configuration or alter the appearance. + +<div class="grid cards" markdown> + +- :material-brush-variant: __[Colors]__ – Change colors with an existing color palette or customize with CSS +- :material-format-font: __[Fonts]__ – Choose among 1,000 Google Fonts or load self-hosted fonts +- :material-google-downasaur: __[Logo & Icons]__ – Change the logo, use any of the 8,000+ icons, or add new ones +- :material-cards-variant: __[Social Cards]__ – Automatically create social media previews when sharing links + +</div> + + [Colors]: changing-the-colors.md + [Fonts]: changing-the-fonts.md + [Logo & Icons]: changing-the-logo-and-icons.md + [Social Cards]: setting-up-social-cards.md + +## Content + +Create a blog, integrate a comment system, connect a git repository, and set up +versioned documentation that matches your project's versioning methodology. + +<div class="grid cards" markdown> + +- :material-book-open-outline: __[Blog]__ – Set up a standalone blog or host it alongside your documentation +- :material-comment-text-outline: __[Comment System]__ – Add a third-party comment system on any page or footer +- :octicons-versions-16: __[Versioning]__ – Deploy multiple versions by integrating with external utilities +- :octicons-repo-16: __[Repository]__ – Connect your documentation to your git repository + +</div> + + [Blog]: setting-up-a-blog.md + [Comment System]: adding-a-comment-system.md + [Versioning]: setting-up-versioning.md + [Repository]: adding-a-git-repository.md + +## Optimization + +Add site analytics and build an optimized site by adding automatic image +compression, complying with GDPR data privacy regulations, and making it +offline-capable. + +<div class="grid cards" markdown> + +- :material-google-analytics: __[Site analytics]__ – Learn how your users experience your documentation +- :material-screwdriver: __[Optimized site]__ – Create optimized sites that rank great on search engines +- :octicons-lock-16: __[Data Privacy]__ – Ensure compliance with data privacy regulations +- :octicons-cloud-offline-16: __[Offline usage]__ – Build an online and offline-capable documentation + +</div> + + [Site analytics]: setting-up-site-analytics.md + [Optimized site]: building-an-optimized-site.md + [Data Privacy]: ensuring-data-privacy.md + [Offline usage]: building-for-offline-usage.md diff --git a/mkdocs-material/docs/setup/setting-up-a-blog.md b/mkdocs-material/docs/setup/setting-up-a-blog.md new file mode 100644 index 0000000..35dd9d6 --- /dev/null +++ b/mkdocs-material/docs/setup/setting-up-a-blog.md @@ -0,0 +1,707 @@ +# Setting up a blog + +Material for MkDocs makes it very easy to build a blog, either as a sidecar to +your documentation or standalone. Focus on your content while the engine does +all the heavy lifting, automatically generating [archive] and [category] +indexes, [post slugs], configurable [pagination] and more. + +--- + +__Check out our [blog], which is created with the new [built-in blog plugin]!__ + + [archive]: ../plugins/blog.md#archive + [category]: ../plugins/blog.md#categories + [post slugs]: ../plugins/blog.md#config.post_url_format + [pagination]: ../plugins/blog.md#pagination + [blog]: ../blog/index.md + +## Configuration + +### Built-in blog plugin + +<!-- md:version 9.2.0 --> +<!-- md:plugin --> +<!-- md:flag experimental --> + +The built-in blog plugin adds support for building a blog from a folder of +posts, which are annotated with dates and other structured data. First, add the +following lines to `mkdocs.yml`: + +``` yaml +plugins: + - blog +``` + +If you do not have a navigation (`nav`) definition in your `mkdocs.yml` then +there is nothing else to do there as the blog plugin will add navigation +automatically. If you do have a navigation defined then you need to add *the +blog index page only* to it. You need not and should not add the individual +blog posts. For example: + +```yaml +nav: + - index.md + - Blog: + - blog/index.md +``` + +For a list of all settings, please consult the [plugin documentation]. + + [plugin documentation]: ../plugins/blog.md + +#### Advanced settings + +<!-- md:sponsors --> +<!-- md:version insiders-4.44.0 --> + +The following advanced settings are currently reserved to our [sponsors] +[Insiders]. They are entirely optional, and don't affect the functionality of +the blog, but can be helpful for customizations: + +- [`archive_pagination`][config.archive_pagination] +- [`archive_pagination_per_page`][config.archive_pagination_per_page] +- [`categories_sort_by`][config.categories_sort_by] +- [`categories_sort_reverse`][config.categories_sort_reverse] +- [`categories_pagination`][config.categories_pagination] +- [`categories_pagination_per_page`][config.categories_pagination_per_page] +- [`authors_profiles_pagination`][config.authors_profiles_pagination] +- [`authors_profiles_pagination_per_page`][config.authors_profiles_pagination_per_page] + +We'll add more settings here, as we discover new use cases. + + [Insiders]: ../insiders/index.md + [built-in blog plugin]: ../plugins/blog.md + [built-in plugins]: ../insiders/getting-started.md#built-in-plugins + [start writing your first post]: #writing-your-first-post + + [config.archive_pagination]: ../plugins/blog.md#config.archive_pagination + [config.archive_pagination_per_page]: ../plugins/blog.md#config.archive_pagination_per_page + [config.categories_sort_by]: ../plugins/blog.md#config.categories_sort_by + [config.categories_sort_reverse]: ../plugins/blog.md#config.categories_sort_reverse + [config.categories_pagination]: ../plugins/blog.md#config.categories_pagination + [config.categories_pagination_per_page]: ../plugins/blog.md#config.categories_pagination_per_page + [config.authors_profiles_pagination]: ../plugins/blog.md#config.authors_profiles_pagination + [config.authors_profiles_pagination_per_page]: ../plugins/blog.md#config.authors_profiles_pagination_per_page + +### RSS + +<!-- md:version 9.2.0 --> +<!-- md:plugin [rss] --> + +The [built-in blog plugin] integrates seamlessly with the [RSS plugin][rss], +which provides a simple way to add an RSS feed to your blog (or to your whole +documentation). Install it with `pip`: + +``` +pip install mkdocs-rss-plugin +``` + +Then, add the following lines to `mkdocs.yml`: + +``` yaml +plugins: + - rss: + match_path: blog/posts/.* # (1)! + date_from_meta: + as_creation: date + categories: + - categories + - tags # (2)! +``` + +1. The RSS plugin allows to filter for URLs to be included in the feed. In + this example, only blog posts will be part of the feed. + +2. If you want to include a post's categories as well as its tags in the feed, + add both `categories` and `tags` here. + +The following configuration options are supported: + +<!-- md:option rss.enabled --> + +: <!-- md:default `true` --> This option specifies whether + the plugin is enabled when building your project. If you want to speed up + local builds, you can use an [environment variable][mkdocs.env]: + + ``` yaml + plugins: + - rss: + enabled: !ENV [CI, false] + ``` + +<!-- md:option rss.match_path --> + +: <!-- md:default `.*` --> This option specifies which + pages should be included in the feed. For example, to only include blog + posts in the feed, use the following regular expression: + + ``` yaml + plugins: + - rss: + match_path: blog/posts/.* + ``` + +<!-- md:option rss.date_from_meta --> + +: <!-- md:default none --> This option specifies which + front matter property should be used as a creation date of a page in the + feed. It's recommended to use the `date` property: + + ``` yaml + plugins: + - rss: + date_from_meta: + as_creation: date + ``` + +<!-- md:option rss.categories --> + +: <!-- md:default none --> This option specifies which + front matter properties are used as categories as part of the feed. If you + use [categories] and [tags], add both with the following lines: + + ``` yaml + plugins: + - rss: + categories: + - categories + - tags + ``` + +<!-- md:option rss.comments_path --> + +: <!-- md:default none --> This option specifies the anchor + at which comments for a post or page can be found. If you've integrated a + [comment system], add the following lines: + + ``` yaml + plugins: + - rss: + comments_path: "#__comments" + ``` + +Material for MkDocs will automatically add the [necessary metadata] to your site +which will make the RSS feed discoverable by browsers and feed readers. + +The other configuration options of this extension are not officially supported +by Material for MkDocs, which is why they may yield unexpected results. Use them +at your own risk. + + [rss]: https://guts.github.io/mkdocs-rss-plugin/ + [categories]: ../plugins/blog.md#categories + [tags]: setting-up-tags.md#built-in-tags-plugin + [comment system]: adding-a-comment-system.md + [necessary metadata]: https://guts.github.io/mkdocs-rss-plugin/configuration/#integration + [theme extension]: ../customization.md + +### Blog only + +You might need to build a pure blog without any documentation. +In this case, you can create a folder tree like this: + +``` { .sh .no-copy } +. +├─ docs/ +│ ├─ posts/ # (1)! +│ ├─ .authors.yml +│ └─ index.md +└─ mkdocs.yml +``` + +1. Notice that the `posts` directory is in the root of `docs` without + intermediate `blog` directory. + +And add the following lines to `mkdocs.yml`: + +``` yaml +plugins: + - blog: + blog_dir: . # (1)! +``` + +1. Please see the [plugin documentation] for more information about the + [`blog_dir`][blog_dir] setting. + +With this configuration, the url of the blog post will be `/<post_slug>` +instead of `/blog/<post_slug>`. + +## Usage + +### Writing your first post + +After you've successfully set up the [built-in blog plugin], it's time to write +your first post. The plugin doesn't assume any specific directory structure, so +you're completely free in how you organize your posts, as long as they are all +located inside the `posts` directory: + +``` { .sh .no-copy } +. +├─ docs/ +│ └─ blog/ +│ ├─ posts/ +│ │ └─ hello-world.md # (1)! +│ └─ index.md +└─ mkdocs.yml +``` + +1. If you'd like to arrange posts differently, you're free to do so. The URLs + are built from the format specified in [`post_url_format`][post slugs] and + the titles and dates of posts, no matter how they are organized + inside the `posts` directory. + +Create a new file called `hello-world.md` and add the following lines: + +``` yaml +--- +draft: true # (1)! +date: 2024-01-31 # (2)! +categories: + - Hello + - World +--- + +# Hello world! +... +``` + +1. If you mark a post as a [draft], a red marker appears next to the post date + on index pages. When the site is built, drafts are not included in the + output. [This behavior can be changed], e.g. for rendering drafts when + building deploy previews. + +2. If you wish to provide multiple dates, you can use the following syntax, + allowing you to define a date when you last updated the blog post + + further custom dates you can add to the template: + + ``` yaml + --- + date: + created: 2022-01-31 + updated: 2022-02-02 + --- + + # Hello world! + ``` + + Note that the creation date __must__ be set under `date.created`, as each + blog post must have a creation date set. + +When you spin up the [live preview server], you should be greeted by your first +post! You'll also realize, that [archive] and [category] indexes have been +automatically generated for you. + + [draft]: ../plugins/blog.md#drafts + [This behavior can be changed]: ../plugins/blog.md#config.draft + [live preview server]: ../creating-your-site.md#previewing-as-you-write + +#### Adding an excerpt + +The blog index, as well as [archive] and [category] indexes can either list the +entire content of each post, or excerpts of posts. An excerpt can be created by +adding a `<!-- more -->` separator after the first few paragraphs of a post: + +``` py +# Hello world! + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod +nulla. Curabitur feugiat, tortor non consequat finibus, justo purus auctor +massa, nec semper lorem quam in massa. + +<!-- more --> +... +``` + +When the [built-in blog plugin] generates all indexes, the content before the +[excerpt separator] is automatically extracted, allowing the user to start +reading a post before deciding to jump in. + + [excerpt separator]: ../plugins/blog.md#config.post_excerpt_separator + +#### Adding authors + +In order to add a little more personality to your posts, you can associate each +post with one or multiple [authors]. First, create the +[`.authors.yml`][authors_file] file in your blog directory, and add an author: + +``` yaml +authors: + squidfunk: + name: Martin Donath + description: Creator + avatar: https://github.com/squidfunk.png +``` + +The [`.authors.yml`][authors_file] file associates each author with an +identifier (in this example `squidfunk`), which can then be used in posts. +Different attributes can be configured. For a list of all possible attributes, +please consult the [`authors_file`][authors_file] documentation. + +Now, you can assign one or more authors to a post by referencing their +identifiers in the front matter of the Markdown file under the `authors` +property. For each author, a small profile is rendered in the left sidebar of +each post, as well as in post excerpts on index pages: + +``` yaml +--- +date: 2024-01-31 +authors: + - squidfunk + ... +--- + +# Hello world! +... +``` + + [authors]: ../plugins/blog.md#authors + [authors_file]: ../plugins/blog.md#config.authors_file + +#### Adding author profiles + +<!-- md:sponsors --> +<!-- md:version insiders-4.46.0 --> +<!-- md:flag experimental --> + +If you wish to add a dedicated page for each author, you can enable author +profiles by setting the [`authors_profiles`][authors_profiles] configuration +option to `true`. Just add the following lines to `mkdocs.yml`: + +``` yaml +plugins: + - blog: + authors_profiles: true +``` + +If you combine this with [custom index pages], you can create a dedicated page +for each author with a short description, social media links, etc. – basically +anything you can write in Markdown. The list of posts is then appended after +the content of the page. + + [authors_profiles]: ../plugins/blog.md#config.authors_profiles + [custom index pages]: #custom-index-pages + +#### Adding categories + +Categories are an excellent way for grouping your posts thematically on +dedicated index pages. This way, a user interested in a specific topic can +explore all of your posts on this topic. Make sure [categories] are enabled and +add them to the front matter `categories` property: + +``` yaml +--- +date: 2024-01-31 +categories: + - Hello + - World +--- + +# Hello world! +... +``` + +If you want to save yourself from typos when typing out categories, you can +define your desired categories in `mkdocs.yml` as part of the +[`categories_allowed`][categories_allowed] configuration option. The +[built-in blog plugin] will stop the build if a category is not found within +the list. + + [categories_allowed]: ../plugins/blog.md#config.categories_allowed + +#### Adding tags + +Besides [categories], the [built-in blog plugin] also integrates with the +[built-in tags plugin]. If you add tags in the front matter `tags` property as +part of a post, the post is linked from the [tags index]: + +``` yaml +--- +date: 2024-01-31 +tags: + - Foo + - Bar +--- + +# Hello world! +... +``` + +As usual, the tags are rendered above the main headline and posts are linked +on the tags index page, if configured. Note that posts are, as pages, only +linked with their titles. + + [built-in tags plugin]: ../plugins/tags.md + [tags index]: setting-up-tags.md#adding-a-tags-index + +#### Changing the slug + +Slugs are the shortened description of your post used in the URL. They are automatically generated, but you can specify a custom slug for a page: + +``` yaml +--- +slug: hello-world +--- + +# Hello there world! +... +``` + +#### Adding related links + +<!-- md:sponsors --> +<!-- md:version insiders-4.23.0 --> +<!-- md:flag experimental --> + +Related links offer the perfect way to prominently add a _further reading_ +section to your post that is included in the left sidebar, guiding the user to +other destinations of your documentation. Use the front matter `links` property +to add related links to a post: + +``` yaml +--- +date: 2024-01-31 +links: + - plugins/search.md + - insiders/how-to-sponsor.md +--- + +# Hello world! +... +``` + +You can use the exact same syntax as for the [`nav`][mkdocs.nav] section in +`mkdocs.yml`, which means you can set explicit titles for links, add external +links and even use nesting: + +``` yaml +--- +date: 2024-01-31 +links: + - plugins/search.md + - insiders/how-to-sponsor.md + - Nested section: + - External link: https://example.com + - setup/setting-up-site-search.md +--- + +# Hello world! +... +``` + +If you look closely, you'll realize that you can even use an anchor to link to +a specific section of a document, extending the possibilities of the +[`nav`][mkdocs.nav] syntax in `mkdocs.yml`. The [built-in blog plugin] resolves +the anchor and sets the title of the anchor as a [subtitle] of the related link. + +Note that all links must be relative to [`docs_dir`][mkdocs.docs_dir], as is +also the case for the [`nav`][mkdocs.nav] setting. + + [subtitle]: ../reference/index.md#setting-the-page-subtitle + +#### Linking from and to posts + +While [post URLs][post slugs] are dynamically computed, the [built-in blog +plugin] ensures that all links from and to posts and a post's assets are +correct. If you want to link to a post, just use the path to the Markdown file +as a link reference (links must be relative): + +``` markdown +[Hello World!](blog/posts/hello-world.md) +``` + +Linking from a post to a page, e.g. the index, follows the same method: + +``` markdown +[Blog](../index.md) +``` + +All assets inside the `posts` directory are copied to the `blog/assets` folder +when the site is being built. Of course, you can also reference assets from +posts outside of the `posts` directory. The [built-in blog plugin] ensures that +all links are correct. + +#### Pinning a post :material-alert-decagram:{ .mdx-pulse title="Added on February 24, 2024" } + +<!-- md:sponsors --> +<!-- md:version insiders-4.53.0 --> +<!-- md:flag experimental --> + +If you want to pin a post to the top of the index page, as well as the archive +and category indexes it is part of, you can use the front matter `pin` property: + +``` yaml +--- +date: 2024-01-31 +pin: true +--- + +# Hello world! +... +``` + +If multiple posts are pinned, they are sorted by their creation date, with the +most recent pinned post being shown first, followed by the other pinned posts in +descending order. + +#### Setting the reading time + +When [enabled], the [readtime] package is used to compute the expected reading +time of each post, which is rendered as part of the post and post excerpt. +Nowadays, many blogs show reading times, which is why the [built-in blog plugin] +offers this capability as well. + +Sometimes, however, the computed reading time might not feel accurate, or +result in odd and unpleasant numbers. For this reason, reading time can be +overridden and explicitly set with the front matter `readtime` property for a +post: + +``` yaml +--- +date: 2024-01-31 +readtime: 15 +--- + +# Hello world! +... +``` + +This will disable automatic reading time computation. + + [readtime]: https://pypi.org/project/readtime/ + [enabled]: ../plugins/blog.md#config.post_readtime + +#### Setting defaults + +<!-- md:sponsors --> +<!-- md:version insiders-4.21.0 --> +<!-- md:plugin [meta][built-in meta plugin] – built-in --> +<!-- md:flag experimental --> + +If you have a lot of posts, it might feel redundant to define all of the above +for each post. Luckily, the [built-in meta plugin] allows to set default front +matter properties per folder. You can group your posts by categories, or +authors, and add a `.meta.yml` file to set common properties: + +``` { .sh .no-copy } +. +├─ docs/ +│ └─ blog/ +│ ├─ posts/ +│ ├─ .meta.yml # (1)! +│ └─ index.md +└─ mkdocs.yml +``` + +1. As already noted, you can also place a `.meta.yml` file in nested folders + of the `posts` directory. This file then can define all front matter + properties that are valid in posts, e.g.: + + ``` yaml + authors: + - squidfunk + categories: + - Hello + - World + ``` + +Note that order matters – the [built-in meta plugin] must be defined before the +blog plugin in `mkdocs.yml`, so that all set defaults are correctly picked up +by the [built-in blog plugin]: + +``` yaml +plugins: + - meta + - blog +``` + +Lists and dictionaries in `.meta.yml` files are merged and deduplicated with the +values defined for a post, which means you can define common properties in +`.meta.yml` and then add specific properties or overrides for each post. + + [built-in meta plugin]: ../plugins/meta.md + +### Adding pages + +Besides posts, it's also possible to add static pages to your blog by listing +the pages in the [`nav`][mkdocs.nav] section of `mkdocs.yml`. All generated +indexes are included after the last specified page. For example, to add a page +on the authors of the blog, add the following to `mkdocs.yml`: + +``` yaml +nav: + - Blog: + - blog/index.md + - blog/authors.md + ... +``` + +## Customization + +### Custom index pages + +<!-- md:sponsors --> +<!-- md:version insiders-4.24.0 --> +<!-- md:flag experimental --> + +If you want to add custom content to automatically generated [archive] and +[category] indexes, e.g. to add a category description prior to the list of +posts, you can manually create the category page in the same location where +the [built-in blog plugin] would create it: + +``` { .sh .no-copy } +. +├─ docs/ +│ └─ blog/ +│ ├─ category/ +│ │ └─ hello.md # (1)! +│ ├─ posts/ +│ └─ index.md +└─ mkdocs.yml +``` + +1. The easiest way is to first [add the category] to the blog post, then take + the URL generated by the [built-in blog plugin] and create the file at the + corresponding location in the [`blog_dir`][blog_dir] folder. + + Note that the shown directory listing is based on the default configuration. + If you specify different values for the following options, be sure to adjust + the path accordingly: + + - [`blog_dir`][blog_dir] + - [`categories_url_format`][categories_url_format] + - [`categories_slugify`][categories_slugify] + +You can now add arbitrary content to the newly created file, or set specific +front matter properties for this page, e.g. to change the [page description]: + +``` yaml +--- +description: Nullam urna elit, malesuada eget finibus ut, ac tortor. +--- + +# Hello +... +``` + +All post excerpts belonging to the category are automatically appended. + + [add the category]: #adding-categories + [page description]: ../reference/index.md#setting-the-page-description + [categories_url_format]: ../plugins/blog.md#config.categories_url_format + [categories_slugify]: ../plugins/blog.md#config.categories_slugify + [blog_dir]: ../plugins/blog.md#config.blog_dir + +### Overriding templates + +The [built-in blog plugin] is built on the same basis as Material for MkDocs, +which means you can override all templates used for the blog by using +[theme extension] as usual. + +The following templates are added by the [built-in blog plugin]: + +- [`blog.html`][blog.html] – Template for blog, archive and category index +- [`blog-post.html`][blog-post.html] – Template for blog post + + [theme extension]: ../customization.md#extending-the-theme + + [blog.html]: https://github.com/squidfunk/mkdocs-material/blob/master/src/templates/blog.html + [blog-post.html]: https://github.com/squidfunk/mkdocs-material/blob/master/src/templates/blog-post.html diff --git a/mkdocs-material/docs/setup/setting-up-navigation.md b/mkdocs-material/docs/setup/setting-up-navigation.md new file mode 100644 index 0000000..3aa3b76 --- /dev/null +++ b/mkdocs-material/docs/setup/setting-up-navigation.md @@ -0,0 +1,648 @@ +# Setting up navigation + +A clear and concise navigation structure is an important aspect of good project +documentation. Material for MkDocs provides a multitude of options to configure +the behavior of navigational elements, including [tabs] and [sections], and one +of its flagship features: [instant loading]. + + [tabs]: #navigation-tabs + [sections]: #navigation-sections + [instant loading]: #instant-loading + +Additional navigation can be configured [in the footer] as well as with the +[tags plugin]. The [blog plugin] also sets up additional navigation. + +[in the footer]: setting-up-the-footer.md#navigation +[tags plugin]: ../plugins/tags.md +[blog plugin]: ../plugins/blog.md + +## Configuration + +### Instant loading + +<!-- md:version 5.0.0 --> +<!-- md:feature --> + +When instant loading is enabled, clicks on all internal links will be +intercepted and dispatched via [XHR] without fully reloading the page. Add +the following lines to `mkdocs.yml`: + +``` yaml +theme: + features: + - navigation.instant +``` + +The resulting page is parsed and injected and all event handlers and components +are rebound automatically, i.e., __Material for MkDocs now behaves like a Single +Page Application__. Now, the search index survives navigation, which is +especially useful for large documentation sites. + +!!! info "The [`site_url`][mkdocs.site_url] setting must be set" + + Note that you must set [`site_url`][mkdocs.site_url] when using instant + navigation, as instant navigation relies on the generated `sitemap.xml` + which will be empty if this setting is omitted. Example: + + ``` yaml + site_url: https://example.com + ``` + + [XHR]: https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest + +#### Instant prefetching + +<!-- md:sponsors --> +<!-- md:version insiders-4.36.0 --> +<!-- md:feature --> +<!-- md:flag experimental --> + +Instant prefetching is a new experimental feature that will start to fetch a +page once the user hovers over a link. This will reduce the perceived loading +time for the user, especially on slow connections, as the page will be available +immediately upon navigation. Enable it with: + +``` yaml +theme: + features: + - navigation.instant + - navigation.instant.prefetch +``` + +#### Progress indicator + +<!-- md:version 9.4.3 --> +<!-- md:feature --> +<!-- md:flag experimental --> + +In order to provide a better user experience on slow connections when using +instant navigation, a progress indicator can be enabled. It will be shown at +the top of the page and will be hidden once the page has fully loaded. You can +enable it in `mkdocs.yml` with: + +``` yaml +theme: + features: + - navigation.instant + - navigation.instant.progress +``` + +The progress indicator will only show if the page hasn't finished loading after +400ms, so that fast connections will never show it for a better instant +experience. + +### Instant previews :material-alert-decagram:{ .mdx-pulse title="Added on January 28, 2024" } + +<!-- md:sponsors --> +<!-- md:version insiders-4.52.0 --> +<!-- md:feature --> +<!-- md:flag experimental --> + +Instant previews are a brand new feature that allow the user to preview another +site of your documentation without navigating to it. They can be very helpful to +keep the user in context. Instant previews can be enabled on any header link +with the `data-preview` attribute: + +```` markdown title="Link with instant preview" +``` markdown +[Attribute Lists](#){ data-preview } +``` +```` + +<div class="result" markdown> + +[Attribute Lists](extensions/python-markdown.md#attribute-lists){ data-preview } + +</div> + +!!! info "Limitations" + + Instant previews are still an experimental feature and currently limited to + headerlinks. This means, you can use them on any internal link that points + to a header on another page, but not other elements with `id` attributes. + After we have gathered enough feedback, we will consider extending this + feature to other, and possibly arbitrary elements. + +#### Automatic previews + +<!-- md:sponsors --> +<!-- md:version insiders-4.53.0 --> +<!-- md:extension --> +<!-- md:flag experimental --> + +The recommended way to work with instant previews is to use the Markdown +extension that is included with Material for MkDocs, as it allows you to enable +instant previews on a per-page or per-section level for your documentation: + +``` yaml +markdown_extensions: + - material.extensions.preview: + targets: + include: + - changelog/index.md + - customization.md + - insiders/changelog/* + - setup/extensions/* +``` + +The above configuration is what we use for our documentation. We've enabled +instant previews for our changelogs, customization guide, and Insiders sections, +as well as for all Markdown extensions that we support. + +!!! info "Full configuration example" + + ``` yaml + markdown_extensions: + - material.extensions.preview: + sources: # (1)! + include: + - ... + exclude: + - ... + targets: # (2)! + include: + - ... + exclude: + - ... + ``` + + 1. Sources specify the pages _on_ which instant previews should be enabled. + If this setting is omitted, instant previews will be enabled on all + pages. You can use patterns to include or exclude pages. Exclusion is + evaluated on top of inclusion, so if a page is matched by both, it will + be excluded. + + 2. Targets specify the pages _to_ which instant previews should be enabled. + This is the recommended way to enable instant previews. +--- + +Instant previews can also be enabled globally by adding the following lines to +`mkdocs.yml`, which will enable instant previews for all header links, +alleviating the need to add data attributes: + +``` yaml +theme: + features: + - navigation.instant.preview +``` + +!!! info "The [`site_url`][mkdocs.site_url] setting must be set" + + Note that you must set [`site_url`][mkdocs.site_url] when using instant + previews, as instant previews rely on the generated `sitemap.xml` + which will be empty if this setting is omitted. Example: + + ``` yaml + site_url: https://example.com + ``` + +### Anchor tracking + +<!-- md:version 8.0.0 --> +<!-- md:feature --> + +When anchor tracking is enabled, the URL in the address bar is automatically +updated with the active anchor as highlighted in the table of contents. Add the +following lines to `mkdocs.yml`: + +``` yaml +theme: + features: + - navigation.tracking +``` + +### Navigation tabs + +<!-- md:version 1.1.0 --> +<!-- md:feature --> + +When tabs are enabled, top-level sections are rendered in a menu layer below +the header for viewports above `1220px`, but remain as-is on mobile.[^1] Add +the following lines to `mkdocs.yml`: + + [^1]: + Prior to <!-- md:version 6.2.0 -->, navigation tabs had a slightly different + behavior. All top-level pages (i.e. all top-level entries directly + referring to a `*.md` file) defined inside the `nav` entry of `mkdocs.yml` + were grouped under the first tab which received the title of the first page. + This made it impossible to include a top-level page (or external link) as a + tab item, as was reported in #1884 and #2072. From <!-- md:version 6.2.0 --> + on, navigation tabs include all top-level pages and sections. + +``` yaml +theme: + features: + - navigation.tabs +``` + +=== "With tabs" + + [![Navigation tabs enabled]][Navigation tabs enabled] + +=== "Without" + + [![Navigation tabs disabled]][Navigation tabs disabled] + + [Navigation tabs enabled]: ../assets/screenshots/navigation-tabs.png + [Navigation tabs disabled]: ../assets/screenshots/navigation.png + +#### Sticky navigation tabs + +<!-- md:version 7.3.0 --> +<!-- md:feature --> + +When sticky tabs are enabled, navigation tabs will lock below the header and +always remain visible when scrolling down. Just add the following two feature +flags to `mkdocs.yml`: + +``` yaml +theme: + features: + - navigation.tabs + - navigation.tabs.sticky +``` + +=== "With sticky tabs" + + [![Sticky navigation tabs enabled]][Sticky navigation tabs enabled] + +=== "Without" + + [![Sticky navigation tabs disabled]][Sticky navigation tabs disabled] + + [Sticky navigation tabs enabled]: ../assets/screenshots/navigation-tabs-sticky.png + [Sticky navigation tabs disabled]: ../assets/screenshots/navigation-tabs-collapsed.png + +### Navigation sections + +<!-- md:version 6.2.0 --> +<!-- md:feature --> + +When sections are enabled, top-level sections are rendered as groups in the +sidebar for viewports above `1220px`, but remain as-is on mobile. Add the +following lines to `mkdocs.yml`: + +``` yaml +theme: + features: + - navigation.sections +``` + +=== "With sections" + + [![Navigation sections enabled]][Navigation sections enabled] + +=== "Without" + + [![Navigation sections disabled]][Navigation sections disabled] + + [Navigation sections enabled]: ../assets/screenshots/navigation-sections.png + [Navigation sections disabled]: ../assets/screenshots/navigation.png + +Both feature flags, [`navigation.tabs`][tabs] and +[`navigation.sections`][sections], can be combined with each other. If both +feature flags are enabled, sections are rendered for level 2 navigation items. + +### Navigation expansion + +<!-- md:version 6.2.0 --> +<!-- md:feature --> + +When expansion is enabled, the left sidebar will expand all collapsible +subsections by default, so the user doesn't have to open subsections manually. +Add the following lines to `mkdocs.yml`: + +``` yaml +theme: + features: + - navigation.expand +``` + +=== "With expansion" + + [![Navigation expansion enabled]][Navigation expansion enabled] + +=== "Without" + + [![Navigation expansion disabled]][Navigation expansion disabled] + + [Navigation expansion enabled]: ../assets/screenshots/navigation-expand.png + [Navigation expansion disabled]: ../assets/screenshots/navigation.png + +### Navigation path <small>Breadcrumbs</small> { id=navigation-path } + +<!-- md:sponsors --> +<!-- md:version insiders-4.28.0 --> +<!-- md:feature --> +<!-- md:flag experimental --> + +When navigation paths are activated, a breadcrumb navigation is rendered above +the title of each page, which might make orientation easier for users visiting your +documentation on devices with smaller screens. Add the following lines to +`mkdocs.yml`: + +``` yaml +theme: + features: + - navigation.path +``` + +=== "With navigation path" + + [![Navigation path enabled]][Navigation path enabled] + +=== "Without" + + [![Navigation path disabled]][Navigation path disabled] + + [Navigation path enabled]: ../assets/screenshots/navigation-path-on.png + [Navigation path disabled]: ../assets/screenshots/navigation-path-off.png + +### Navigation pruning + +<!-- md:version 9.2.0 --> +<!-- md:feature --> +<!-- md:flag experimental --> + +When pruning is enabled, only the visible navigation items are included in the +rendered HTML, __reducing the size of the built site by 33% or more__. Add the +following lines to `mkdocs.yml`: + +``` yaml +theme: + features: + - navigation.prune # (1)! +``` + +1. This feature flag is not compatible with + [`navigation.expand`][navigation.expand], as navigation expansion requires + the complete navigation structure. + +This feature flag is especially useful for documentation sites with 100+ or even +1,000+ of pages, as the navigation makes up a significant fraction of the HTML. +Navigation pruning will replace all expandable sections with links to the first +page in that section (or the section index page). + + [navigation.expand]: #navigation-expansion + +### Section index pages + +<!-- md:version 7.3.0 --> +<!-- md:feature --> + +When section index pages are enabled, documents can be directly attached to +sections, which is particularly useful for providing overview pages. Add the +following lines to `mkdocs.yml`: + +``` yaml +theme: + features: + - navigation.indexes # (1)! +``` + +1. This feature flag is not compatible with [`toc.integrate`][toc.integrate], + as sections cannot host the table of contents due to missing space. + +=== "With section index pages" + + [![Section index pages enabled]][Section index pages enabled] + +=== "Without" + + [![Section index pages disabled]][Section index pages disabled] + +In order to link a page to a section, create a new document with the name +`index.md` in the respective folder, and add it to the beginning of your +navigation section: + +``` yaml +nav: + - Section: + - section/index.md # (1)! + - Page 1: section/page-1.md + ... + - Page n: section/page-n.md +``` + +1. MkDocs also considers files called `README.md` as [index pages]. + + [Section index pages enabled]: ../assets/screenshots/navigation-index-on.png + [Section index pages disabled]: ../assets/screenshots/navigation-index-off.png + [toc.integrate]: #navigation-integration + [index pages]: https://www.mkdocs.org/user-guide/writing-your-docs/#index-pages + +### Table of contents + +#### Anchor following + +<!-- md:version 8.5.0 --> +<!-- md:feature --> +<!-- md:flag experimental --> + +When anchor following for the [table of contents] is enabled, the sidebar is +automatically scrolled so that the active anchor is always visible. Add the +following lines to `mkdocs.yml`: + +``` yaml +theme: + features: + - toc.follow +``` + +#### Navigation integration + +<!-- md:version 6.2.0 --> +<!-- md:feature --> + +When navigation integration for the [table of contents] is enabled, it is always +rendered as part of the navigation sidebar on the left. Add the following lines +to `mkdocs.yml`: + +``` yaml +theme: + features: + - toc.integrate # (1)! +``` + +1. This feature flag is not compatible with + [`navigation.indexes`][navigation.indexes], as sections cannot host the + table of contents due to missing space. + +=== "With navigation integration" + + [![Navigation integration enabled]][Navigation integration enabled] + +=== "Without" + + [![Navigation integration disabled]][Navigation integration disabled] + + [table of contents]: extensions/python-markdown.md#table-of-contents + [Navigation integration enabled]: ../assets/screenshots/toc-integrate.png + [Navigation integration disabled]: ../assets/screenshots/navigation-tabs.png + [navigation.indexes]: #section-index-pages + +### Back-to-top button + +<!-- md:version 7.1.0 --> +<!-- md:feature --> + +A back-to-top button can be shown when the user, after scrolling down, starts +to scroll up again. It's rendered centered and just below the header. Add the +following lines to `mkdocs.yml`: + +``` yaml +theme: + features: + - navigation.top +``` + +## Usage + +### Hiding the sidebars + +<!-- md:version 6.2.0 --> +<!-- md:flag metadata --> + +The navigation and/or table of contents sidebars can be hidden for a document +with the front matter `hide` property. Add the following lines at the top of a +Markdown file: + +``` yaml +--- +hide: + - navigation + - toc +--- + +# Page title +... +``` + +=== "Hide navigation" + + [![Hide navigation enabled]][Hide navigation enabled] + +=== "Hide table of contents" + + [![Hide table of contents enabled]][Hide table of contents enabled] + +=== "Hide both" + + [![Hide both enabled]][Hide both enabled] + + [Hide navigation enabled]: ../assets/screenshots/hide-navigation.png + [Hide table of contents enabled]: ../assets/screenshots/hide-toc.png + [Hide both enabled]: ../assets/screenshots/hide-navigation-toc.png + +### Hiding the navigation path + +<!-- md:sponsors --> +<!-- md:version insiders-4.28.0 --> +<!-- md:flag metadata --> + +While the [navigation path] is rendered above the main headline, sometimes, it +might be desirable to hide it for a specific page, which can be achieved with +the front matter `hide` property: + +``` yaml +--- +hide: + - path +--- + +# Page title +... +``` + + [navigation path]: #navigation-path + +## Customization + +### Keyboard shortcuts + +Material for MkDocs includes several keyboard shortcuts that make it possible +to navigate your project documentation via keyboard. There are two modes: + +<!-- md:option mode:search --> + +: This mode is active when the _search is focused_. It provides several key + bindings to make search accessible and navigable via keyboard: + + * ++arrow-down++ , ++arrow-up++ : select next / previous result + * ++esc++ , ++tab++ : close search dialog + * ++enter++ : follow selected result + +<!-- md:option mode:global --> + +: This mode is active when _search is not focussed_ and when there's no other + focussed element that is susceptible to keyboard input. The following keys + are bound: + + * ++f++ , ++s++ , ++slash++ : open search dialog + * ++p++ , ++comma++ : go to previous page + * ++n++ , ++period++ : go to next page + +Let's say you want to bind some action to the ++x++ key. By using [additional +JavaScript], you can subscribe to the `keyboard$` observable and attach +your custom event listener: + +=== ":octicons-file-code-16: `docs/javascripts/shortcuts.js`" + + ``` js + keyboard$.subscribe(function(key) { + if (key.mode === "global" && key.type === "x") { + /* Add custom keyboard handler here */ + key.claim() // (1)! + } + }) + ``` + + 1. The call to `key.claim()` will execute `preventDefault()` on the + underlying event, so the keypress will not propagate further and + touch other event listeners. + +=== ":octicons-file-code-16: `mkdocs.yml`" + + ``` yaml + extra_javascript: + - javascripts/shortcuts.js + ``` + + [additional JavaScript]: ../customization.md#additional-javascript + +### Content area width + +The width of the content area is set so the length of each line doesn't exceed +80-100 characters, depending on the width of the characters. While this +is a reasonable default, as longer lines tend to be harder to read, it may be +desirable to increase the overall width of the content area, or even make it +stretch to the entire available space. + +This can easily be achieved with an [additional style sheet] and a few lines +of CSS: + +=== ":octicons-file-code-16: `docs/stylesheets/extra.css`" + + ``` css + .md-grid { + max-width: 1440px; /* (1)! */ + } + ``` + + 1. If you want the content area to always stretch to the available screen + space, reset `max-width` with the following CSS: + + ``` css + .md-grid { + max-width: initial; + } + ``` + +=== ":octicons-file-code-16: `mkdocs.yml`" + + ``` yaml + extra_css: + - stylesheets/extra.css + ``` + + [additional style sheet]: ../customization.md#additional-css diff --git a/mkdocs-material/docs/setup/setting-up-site-analytics.md b/mkdocs-material/docs/setup/setting-up-site-analytics.md new file mode 100644 index 0000000..d1dc086 --- /dev/null +++ b/mkdocs-material/docs/setup/setting-up-site-analytics.md @@ -0,0 +1,320 @@ +# Setting up site analytics + +As with any other service offered on the web, understanding how your project +documentation is actually used can be an essential success factor. Material for +MkDocs natively integrates with [Google Analytics] and offers a customizable +[cookie consent] and a [feedback widget]. + + [Google Analytics]: https://developers.google.com/analytics + [cookie consent]: ensuring-data-privacy.md#cookie-consent + [feedback widget]: #was-this-page-helpful + +## Configuration + +### Google Analytics + +<!-- md:version 7.1.8 --> +<!-- md:default none --> + +Material for MkDocs integrates natively with Google Analytics 4[^1]. If you +already set up Google Analytics and have a property, enable it by adding the +following lines to `mkdocs.yml`: + + [^1]: + Prior to Material for MkDocs 9.2.0, Universal Analytics was supported as + well. However, since Universal Analytics has been sunset, this integration + was removed in 9.2.0. + +``` yaml +extra: + analytics: + provider: google + property: G-XXXXXXXXXX +``` + +??? question "How to measure site search usage?" + + Besides page views and events, [site search] can be tracked to better + understand how people use your documentation and what they expect to find. + In order to enable site search tracking, the following steps are required: + + 1. Go to your Google Analytics __admin settings__ + 2. Select the property for the respective tracking code + 3. Select the __data streams__ tab and click the corresponding URL + 4. Click the gear icon within the __enhanced measurement__ section + 5. Ensure that __site search__ is enabled + + [site search]: setting-up-site-search.md + +### Was this page helpful? + +<!-- md:version 8.4.0 --> +<!-- md:default none --> + +A simple [feedback widget] can be included at the bottom of each page, +encouraging users to give instant feedback whether a page was helpful or not. +Add the following lines to `mkdocs.yml`: + +``` yaml +extra: + analytics: # (1)! + feedback: + title: Was this page helpful? + ratings: + - icon: material/emoticon-happy-outline + name: This page was helpful + data: 1 + note: >- + Thanks for your feedback! + - icon: material/emoticon-sad-outline + name: This page could be improved + data: 0 + note: >- # (2)! + Thanks for your feedback! Help us improve this page by + using our <a href="..." target="_blank" rel="noopener">feedback form</a>. +``` + +1. This feature is natively integrated with [Google Analytics][analytics], + which is why `provider` and `property` are also required. However, it's also + possible to provide a [custom feedback integration]. + +2. You can add arbitrary HTML tags to the note which is shown after the user + submitted the feedback, e.g. to link to a feedback form. + +Both properties, `title` and `ratings`, are required. Note that it's allowed to +define more than two ratings, e.g. to implement a 1-5 star rating. Since the +feedback widget sends data to a third-party service, it is, of course, natively +integrated with the [cookie consent] feature[^2]. + + [^2]: + If the user doesn't accept the `analytics` cookie, the feedback widget is + not shown. + +??? question "How to visualize the collected feedback ratings?" + + To visualize feedback ratings you'll need to create a custom report with + [Google Analytics] that will quickly show you the worst- and best-rated + pages of your project documentation. + + 1. Go to your Google Analytics __dashboard__ + + 2. Go to the __configure__ page on the left hand menu, then select + __custom definitions__ + + 3. Click the __custom metrics__ tab and then __create custom metrics__, + enter the following values: + + * Metric name: Page helpful + * Description: Was this page helpful? + * Event parameter: `data` + * Unit of measurement: Standard + + 4. Go to the __explore__ page on the left hand menu, create a new + __blank exploration__ + + 5. Configure the report as follows: + + * Dimensions: Add `Event name` and `Page location` + * Metrics: Add `Event count` and `Page helpful` + (the custom metric created in step 3) + * Rows: `Page location` + * Values: Drag in both `Event count` and `Page helpful` + * Filters: Add a new filter for + `Event name / exactly matches / feedback` + + !!! warning "Delay in data availability" + + The report may take 24 hours or longer to begin displaying data + + Now, after you've saved the report and collected some feedback ratings, + you'll have a list of all pages with the total number of ratings, and an + average rating per page. This should help you identify pages that need to + be improved: + + !!! danger "Google Analytics 4 does not support average values" + + To our knowledge, Google Analytics 4 has currently no feature that + allows to define a custom calculated metric to compute the average + rating of a page. See #5740. + + [![feedback report]][feedback report] + +The following properties are available for each rating: + +<!-- md:option analytics.feedback.ratings.icon --> + +: <!-- md:default none --> <!-- md:flag required --> + This property must point to a valid icon path referencing [any icon bundled + with the theme][custom icons], or the build will not succeed. Some popular + combinations: + + * :material-emoticon-happy-outline: + :material-emoticon-sad-outline: – `material/emoticon-happy-outline` + `material/emoticon-sad-outline` + * :material-thumb-up-outline: + :material-thumb-down-outline: – `material/thumb-up-outline` + `material/thumb-down-outline` + * :material-heart: + :material-heart-broken: – `material/heart` + `material/heart-broken` + +<!-- md:option analytics.feedback.ratings.name --> + +: <!-- md:default none --> <!-- md:flag required --> + The value of this property is shown on user interaction (i.e. keyboard focus + or mouse hover), explaining the meaning of the rating behind the icon. + +<!-- md:option analytics.feedback.ratings.data --> + +: <!-- md:default none --> <!-- md:flag required --> + The value of this property is sent as a data value with the custom event + that is transmitted to Google Analytics[^3] (or any custom integration). + + [^3]: + Note that for Google Analytics, the data value must be an integer. + +<!-- md:option analytics.feedback.ratings.note --> + +: <!-- md:default none --> <!-- md:flag required --> + The value of this property is shown after the user selected the rating. + It may contain arbitrary HTML tags, which is especially useful to ask the + user to provide more detailed feedback for the current page through a form. + It's also possible to pre-fill forms with the URL and title of the current + page by using the following placeholders: + + - `{url}` – Page URL + - `{title}` – Page title + + ``` + https://github.com/.../issues/new/?title=[Feedback]+{title}+-+{url} + ``` + + In this example, when clicking the link, the user is redirected to the "new + issue" form of your repository, with a pre-filled title including the path + of the current document, e.g.: + + ``` + [Feedback] Setting up site analytics – /setup/setting-up-site-analytics/ + ``` + + An alternative to GitHub issues is [Google Forms]. + + [feedback widget]: #feedback + [analytics]: #google-analytics + [feedback report]: ../assets/screenshots/feedback-report.png + [custom feedback integration]: #custom-site-feedback + [custom icons]: https://github.com/squidfunk/mkdocs-material/tree/master/material/templates/.icons + [Google Forms]: https://www.google.com/forms/about/ + +## Usage + +### Hiding the feedback widget + +The [feedback widget] can be hidden for a document with the front matter `hide` +property. Add the following lines at the top of a Markdown file: + +``` yaml +--- +hide: + - feedback +--- + +# Page title +... +``` + +## Customization + +### Custom site analytics + +In order to integrate another analytics service provider offering a +JavaScript-based tracking solution, just follow the guide on [theme extension] +and create a new partial in the `overrides` folder. The name of the partial is +used to configure the custom integration via `mkdocs.yml`: + +=== ":octicons-file-code-16: `overrides/partials/integrations/analytics/custom.html`" + + ``` html + <script> + /* Add custom analytics integration here, e.g. */ + var property = "{{ config.extra.analytics.property }}" // (1)! + + /* Wait for page to load and application to mount */ + document.addEventListener("DOMContentLoaded", function() { + location$.subscribe(function(url) { + /* Add custom page event tracking here */ // (2)! + }) + }) + </script> + ``` + + 1. As an example, this variable receives the value set in `mkdocs.yml`, + which is `"foobar"` for `property`. + 2. If you're using [instant loading], you can use the `location$` + observable to listen for navigation events, which always emits the + current `URL`. + +=== ":octicons-file-code-16: `mkdocs.yml`" + + ``` yaml + extra: + analytics: + provider: custom + property: foobar # (1)! + ``` + + 1. You can add arbitrary key-value combinations to configure your + custom integration. This is especially useful if you're sharing the + custom integration across multiple repositories. + + [theme extension]: ../customization.md#extending-the-theme + [instant loading]: setting-up-navigation.md#instant-loading + +### Custom site feedback + +A custom feedback widget integration just needs to process the events that are +generated by users interacting with the feedback widget with the help of some +[additional JavaScript]: + +=== ":octicons-file-code-16: `docs/javascripts/feedback.js`" + + ``` js + var feedback = document.forms.feedback + feedback.hidden = false // (1)! + + feedback.addEventListener("submit", function(ev) { + ev.preventDefault() + + var page = document.location.pathname // (2)! + var data = ev.submitter.getAttribute("data-md-value") + + console.log(page, data) // (3)! + + feedback.firstElementChild.disabled = true // (4)! + + var note = feedback.querySelector( + ".md-feedback__note [data-md-value='" + data + "']" + ) + if (note) + note.hidden = false // (5)! + }) + ``` + + 1. The feedback widget is hidden by default so that it does not appear when + people have JavaScript turned off. So, it needs to be turned on here. + + 2. Retrieve page and feedback value. + + 3. Replace this with the code that sends the data off to your analytics + provider. + + 4. Disable the form after submission. + + 5. Show the configured notes. Which one is shown depends on the user + feedback. + +=== ":octicons-file-code-16: `mkdocs.yml`" + + ``` yaml + extra_javascript: + - javascripts/feedback.js + ``` + +  +{ #feedback style="margin: 0; height: 0" } + + [additional JavaScript]: ../customization.md#additional-javascript diff --git a/mkdocs-material/docs/setup/setting-up-site-search.md b/mkdocs-material/docs/setup/setting-up-site-search.md new file mode 100644 index 0000000..605c9c9 --- /dev/null +++ b/mkdocs-material/docs/setup/setting-up-site-search.md @@ -0,0 +1,229 @@ +--- +search: + boost: 1.05 +--- + +# Setting up site search + +Material for MkDocs provides an excellent client-side search implementation, +omitting the need for the integration of third-party services, which might +not be compliant with privacy regulations. Moreover, search even works +[offline], allowing users to download your documentation. + + [offline]: building-for-offline-usage.md + +## Configuration + +### Built-in search plugin + +<!-- md:version 0.1.0 --> +<!-- md:plugin --> + +The built-in search plugin integrates seamlessly with Material for MkDocs, +adding multilingual client-side search with [lunr] and [lunr-languages]. It's +enabled by default, but must be re-added to `mkdocs.yml` when other plugins +are used: + +``` yaml +plugins: + - search +``` + +For a list of all settings, please consult the [plugin documentation]. + + [plugin documentation]: ../plugins/search.md + + [lunr]: https://lunrjs.com + [lunr-languages]: https://github.com/MihaiValentin/lunr-languages + +### Search suggestions + +<!-- md:version 7.2.0 --> +<!-- md:feature --> +<!-- md:flag experimental --> + +When search suggestions are enabled, the search will display the likeliest +completion for the last word which can be accepted with the ++arrow-right++ key. +Add the following lines to `mkdocs.yml`: + +``` yaml +theme: + features: + - search.suggest +``` + +Searching for [:octicons-search-24: search su][Search suggestions example] +yields ^^search suggestions^^ as a suggestion. + + [Search suggestions example]: ?q=search+su + +### Search highlighting + +<!-- md:version 7.2.0 --> +<!-- md:feature --> +<!-- md:flag experimental --> + +When search highlighting is enabled and a user clicks on a search result, +Material for MkDocs will highlight all occurrences after following the link. +Add the following lines to `mkdocs.yml`: + +``` yaml +theme: + features: + - search.highlight +``` + +Searching for [:octicons-search-24: code blocks][Search highlighting example] +highlights all occurrences of both terms. + + [Search highlighting example]: ../reference/code-blocks.md?h=code+blocks + +### Search sharing + +<!-- md:version 7.2.0 --> +<!-- md:feature --> + +When search sharing is activated, a :material-share-variant: share button is +rendered next to the reset button, which allows to deep link to the current +search query and result. Add the following lines to `mkdocs.yml`: + +``` yaml +theme: + features: + - search.share +``` + +When a user clicks the share button, the URL is automatically copied to the +clipboard. + +## Usage + +### Search boosting + +<!-- md:version 8.3.0 --> +<!-- md:flag metadata --> + +Pages can be boosted in search with the front matter `search.boost` property, +which will make them rank higher. Add the following lines at the top of a +Markdown file: + +=== ":material-arrow-up-circle: Rank up" + + ``` yaml + --- + search: + boost: 2 # (1)! + --- + + # Page title + ... + ``` + + 1. :woman_in_lotus_position: When boosting pages, be gentle and start with + __low values__. + +=== ":material-arrow-down-circle: Rank down" + + ``` yaml + --- + search: + boost: 0.5 + --- + + # Page title + ... + ``` + +### Search exclusion + +<!-- md:version 9.0.0 --> +<!-- md:flag metadata --> +<!-- md:flag experimental --> + +Pages can be excluded from search with the front matter `search.exclude` +property, removing them from the index. Add the following lines at the top of a +Markdown file: + +``` yaml +--- +search: + exclude: true +--- + +# Page title +... +``` + +#### Excluding sections + +When [Attribute Lists] is enabled, specific sections of pages can be excluded +from search by adding the `data-search-exclude` pragma after a Markdown +heading: + +=== ":octicons-file-code-16: `docs/page.md`" + + ``` markdown + # Page title + + ## Section 1 + + The content of this section is included + + ## Section 2 { data-search-exclude } + + The content of this section is excluded + ``` + +=== ":octicons-codescan-16: `search_index.json`" + + ``` json + { + ... + "docs": [ + { + "location":"page/", + "text":"", + "title":"Document title" + }, + { + "location":"page/#section-1", + "text":"<p>The content of this section is included</p>", + "title":"Section 1" + } + ] + } + ``` + + [Attribute Lists]: extensions/python-markdown.md#attribute-lists + +#### Excluding blocks + +When [Attribute Lists] is enabled, specific sections of pages can be excluded +from search by adding the `data-search-exclude` pragma after a Markdown +inline- or block-level element: + +=== ":octicons-file-code-16: `docs/page.md`" + + ``` markdown + # Page title + + The content of this block is included + + The content of this block is excluded + { data-search-exclude } + ``` + +=== ":octicons-codescan-16: `search_index.json`" + + ``` json + { + ... + "docs": [ + { + "location":"page/", + "text":"<p>The content of this block is included</p>", + "title":"Document title" + } + ] + } + ``` diff --git a/mkdocs-material/docs/setup/setting-up-social-cards.md b/mkdocs-material/docs/setup/setting-up-social-cards.md new file mode 100644 index 0000000..0603cb0 --- /dev/null +++ b/mkdocs-material/docs/setup/setting-up-social-cards.md @@ -0,0 +1,642 @@ +# Setting up social cards + +Material for MkDocs can automatically create beautiful social cards for your +documentation, which appear as link previews on social media platforms. You +can select from several [pre-designed layouts][default layouts] or create +[custom layouts] to match your unique style and branding. + +--- + +:fontawesome-brands-youtube:{ style="color: #EE0F0F" } +__[How to build custom social cards]__ by @james-willett – :octicons-clock-24: +24m – Learn how to create entirely custom social cards perfectly matching your +branding for each page automatically! + + [How to build custom social cards]: https://www.youtube.com/watch?v=4OjnOc6ftJ8 + +<figure markdown> + +[![Layout default variant]][Layout default variant] + + <figcaption markdown> + +Social card of our [formatting] reference + + </figcaption> +</figure> + + [default layouts]: ../plugins/social.md#layouts + [custom layouts]: #customization + [formatting]: ../reference/formatting.md + [Layout default variant]: ../assets/screenshots/social-cards-variant.png + +## Configuration + +### Built-in social plugin + +<!-- md:version 8.5.0 --> +<!-- md:plugin --> +<!-- md:flag experimental --> + +The built-in social plugin automatically generate a custom preview image for +each page. Install all [dependencies for image processing] and add the +following lines to `mkdocs.yml`: + +``` yaml +plugins: + - social +``` + +For a list of all settings, please consult the [plugin documentation]. + + [plugin documentation]: ../plugins/social.md + +!!! info "The [`site_url`][site_url] setting must be set" + + Note that you must set [`site_url`][site_url] when using the social plugin, + or the generated cards will not be correctly linked. Social media services + like X and Facebook demand that social previews point to an absolute + URL, which the plugin can only compute when [`site_url`][site_url] is set. + Example: + + ``` yaml + site_url: https://example.com + ``` + + [dependencies for image processing]: ../plugins/requirements/image-processing.md + [site_url]: https://www.mkdocs.org/user-guide/configuration/#site_url + +## Usage + +If you want to adjust the title or set a custom description for the social card, +you can set the front matter [`title`][Changing the title] and +[`description`][Changing the description] properties, which take precedence over +the defaults, or use: + +- [`cards_layout_options.title`](../plugins/social.md#option.title) +- [`cards_layout_options.description`](../plugins/social.md#option.description) + + [Changing the title]: ../reference/index.md#setting-the-page-title + [Changing the description]: ../reference/index.md#setting-the-page-description + +### Choosing a font + +Some fonts do not contain CJK characters, like for example the +[default font, `Roboto`][font]. In case your `site_name`, `site_description`, or +page title contain CJK characters, choose another font from [Google Fonts] which +comes with CJK characters, e.g. one from the `Noto Sans` font family: + +=== "Chinese (Simplified)" + + ``` yaml + plugins: + - social: + cards_layout_options: + font_family: Noto Sans SC + ``` + +=== "Chinese (Traditional)" + + ``` yaml + plugins: + - social: + cards_layout_options: + font_family: Noto Sans TC + ``` + +=== "Japanese" + + ``` yaml + plugins: + - social: + cards_layout_options: + font_family: Noto Sans JP + ``` + +=== "Korean" + + ``` yaml + plugins: + - social: + cards_layout_options: + font_family: Noto Sans KR + ``` + + [font]: changing-the-fonts.md#regular-font + +### Changing the layout + +<!-- md:version insiders-4.37.0 --> +<!-- md:flag metadata --> +<!-- md:flag experimental --> + +If you want to use a different layout for a single page (e.g. your landing +page), you can use the `social` front matter property together with the +[`cards_layout`](../plugins/social.md#meta.social.cards_layout) key, exactly as +in `mkdocs.yml`: + +``` yaml +--- +social: + cards_layout: custom +--- + +# Page title +... +``` + +You can apply those changes for entire subtrees of your documentation, e.g., +to generate different social cards for your blog and API reference, by using +the [built-in meta plugin]. + + [built-in meta plugin]: ../plugins/meta.md + +### Parametrizing the layout + +<!-- md:version insiders-4.37.0 --> +<!-- md:flag metadata --> +<!-- md:flag experimental --> + +Besides changing the entire layout, you can override all options that a layout +exposes. This means you can parametrize social cards with custom front matter +properties, such as `tags`, `date`, `author` or anything you can think of. +Simply define [`cards_layout_options`](../plugins/social.md#meta.social.cards_layout_options): + +``` yaml +--- +social: + cards_layout_options: + background_color: blue # Change background color + background_image: null # Remove background image +--- + +# Page title +... +``` + +You can apply those changes for entire subtrees of your documentation, e.g., +to generate different social cards for your blog and API reference, by using +the [built-in meta plugin]. + +### Disabling social cards + +<!-- md:version insiders-4.37.0 --> +<!-- md:flag metadata --> +<!-- md:flag experimental --> + +If you wish to disable social cards for a page, simply add the following to the +front matter of the Markdown document: + +``` yaml +--- +social: + cards: false +--- + +# Page title +... +``` + +## Customization + +<!-- md:sponsors --> +<!-- md:version insiders-4.33.0 --> +<!-- md:flag experimental --> + +[Insiders] ships a ground up rewrite of the [built-in social plugin] and +introduces a brand new layout system based on a combination of YAML and +[Jinja templates] – the same engine Material for MkDocs uses for HTML +templating – allowing for the creation of complex custom layouts: + +<div class="mdx-social"> + <div class="mdx-social__layer"> + <div class="mdx-social__image"> + <span class="mdx-social__label">Layer 0</span> + <img src="../../assets/screenshots/social-cards-layer-0.png" /> + </div> + </div> + <div class="mdx-social__layer"> + <div class="mdx-social__image"> + <span class="mdx-social__label">Layer 1</span> + <img src="../../assets/screenshots/social-cards-layer-1.png" /> + </div> + </div> + <div class="mdx-social__layer"> + <div class="mdx-social__image"> + <span class="mdx-social__label">Layer 2</span> + <img src="../../assets/screenshots/social-cards-layer-2.png" /> + </div> + </div> + <div class="mdx-social__layer"> + <div class="mdx-social__image"> + <span class="mdx-social__label">Layer 3</span> + <img src="../../assets/screenshots/social-cards-layer-3.png" /> + </div> + </div> + <div class="mdx-social__layer"> + <div class="mdx-social__image"> + <span class="mdx-social__label">Layer 4</span> + <img src="../../assets/screenshots/social-cards-layer-4.png" /> + </div> + </div> + <div class="mdx-social__layer"> + <div class="mdx-social__image"> + <span class="mdx-social__label">Layer 5</span> + <img src="../../assets/screenshots/social-cards-layer-5.png" /> + </div> + </div> +</div> + +Social cards are composed of layers, analogous to how they are represented in +graphic design software such as Adobe Photoshop. As many layers are common +across the cards generated for each page (e.g., backgrounds or logos), the +built-in social plugin can automatically deduplicate layers and render them +just once, substantially accelerating card generation. The generated cards are +cached to ensure they are only regenerated when their contents change. + +Layouts are written in YAML syntax. Before starting to create a custom layout, +it is a good idea to [study the pre-designed layouts] (link to [Insiders] +repository), in order to get a better understanding of how they work. Then, +create a new layout and reference it in `mkdocs.yml`: + +=== ":octicons-file-code-16: `layouts/custom.yml`" + + ``` yaml + size: { width: 1200, height: 630 } + layers: [] + ``` + +=== ":octicons-file-code-16: `mkdocs.yml`" + + ``` yaml + plugins: + - social: + cards_layout_dir: layouts + cards_layout: custom + debug: true + ``` + +Note that the `.yml` file extension should be omitted. Next, run `mkdocs serve`, +and see how the `.cache` directory is populated with the generated cards. Open +any card in your editor, so you can see your changes immediately. Since we +haven't defined any layers, the cards are transparent. + +The following sections explain how to create custom layouts. + + [Insiders]: ../insiders/index.md + [built-in social plugin]: ../plugins/social.md + [Google Fonts]: https://fonts.google.com/ + [Jinja templates]: https://jinja.palletsprojects.com/en/3.1.x/ + [study the pre-designed layouts]: https://github.com/squidfunk/mkdocs-material-insiders/tree/master/src/plugins/social/layouts + +### Size and offset + +Each layer has an associated size and offset, which is defined in pixels. The +`size` is defined by a `width` and `height` property, and the `offset` by `x` +and `y` properties: + +``` yaml +size: { width: 1200, height: 630 } +layers: + - size: { width: 1200, height: 630 } + offset: { x: 0, y: 0 } +``` + +If the `size` is omitted, it defaults to the size of the layout. If the `offset` +is omitted, it defaults to the top left corner, which is the default `origin`. +Saving the layout and reloading renders: + +![Layer size] + +The layer outline and grid are visible because we enabled [`debug`][debug] +mode in `mkdocs.yml`. The top left shows the layer index and offset, which is +useful for alignment and composition. + + [Layer size]: ../assets/screenshots/social-cards-layer-size.png + [debug]: ../plugins/social.md#debugging + +#### Origin + +<!-- md:version insiders-4.35.0 --> +<!-- md:flag experimental --> + +The `origin` for the `x` and `y` values can be changed, so that the layer is +aligned to one of the edges or corners of the layout, e.g., to the bottom right +corner of the layout: + +``` yaml hl_lines="5" +size: { width: 1200, height: 630 } +layers: + - size: { width: 1200, height: 630 } + offset: { x: 0, y: 0 } + origin: end bottom +``` + +The following table shows the supported values: + +<figure markdown> + +| Origin | | | +| -------------- | --------------- | ------------ | +| :material-arrow-top-left: `start top` | :material-arrow-up: `center top` | :material-arrow-top-right: `end top` | +| :material-arrow-left: `start center` | :material-circle-small: `center` | :material-arrow-right: `end center` | +| :material-arrow-bottom-left: `start bottom` | :material-arrow-down: `center bottom` | :material-arrow-bottom-right: `end bottom` | + + <figcaption> + Supported values for origin + </figcaption> +</figure> + +### Backgrounds + +Each layer can be assigned a background color and image. If both are given, the +color is rendered on top of the image, allowing for semi-transparent, tinted +backgrounds: + +=== "Background color" + + ``` yaml + size: { width: 1200, height: 630 } + layers: + - background: + color: "#4051b5" + ``` + + ![Layer background color] + +=== "Background image" + + ``` yaml + size: { width: 1200, height: 630 } + layers: + - background: + image: layouts/background.png + ``` + + ![Layer background image] + +=== "Background image, tinted" + + ``` yaml + size: { width: 1200, height: 630 } + layers: + - background: + image: layouts/background.png + color: "#4051b5ee" # (1)! + ``` + + 1. The color value can be set to a [CSS color keyword], or a 3, 4, 6 or 8 + letter HEX color code, allowing for semi-transparent layers. + + ![Layer background] + +Background images are automatically scaled to fit the layer while preserving +aspect-ratio. Notice how we omitted `size` and `offset`, because we want to +fill the entire area of the social card. + +[Layer background color]: ../assets/screenshots/social-cards-layer-background-color.png +[Layer background image]: ../assets/screenshots/social-cards-layer-background-image.png +[Layer background]: ../assets/screenshots/social-cards-layer-background.png + +### Typography + +Now, we can add dynamic typography that is sourced from Markdown files - this is +the actual raison d'être of the [built-in social plugin]. [Jinja templates] are +used to render a text string that is then added to the image: + +``` yaml +size: { width: 1200, height: 630 } +layers: + - size: { width: 832, height: 310 } + offset: { x: 62, y: 160 } + typography: + content: "{{ page.title }}" # (1)! + align: start + color: white + line: + amount: 3 + height: 1.25 + font: + family: Roboto + style: Bold +``` + +1. The following variables can be used in [Jinja templates]: + + - [`config.*`][config variable] + - [`page.*`][page variable] + - [`layout.*`][layout options] + + The author is free in defining `layout.*` options, which can be used to pass + arbitrary data to the layout from `mkdocs.yml`. + +This renders a text layer with the title of the page with a line height of 1.25, +and a maximum number of 3 lines. The plugin automatically computes the font size +from the line height, the number of lines, and font metrics like ascender and +descender.[^2] This renders: + + [^2]: + If the plugin would require the author to specify the font size and line + height manually, it would be impossible to guarantee that the text fits + into the layer. For this reason we implemented a declarative approach, + where the author specifies the desired line height and number of lines, and + the plugin computes the font size automatically. + +![Layer typography] + + [config variable]: https://www.mkdocs.org/dev-guide/themes/#config + [page variable]: https://www.mkdocs.org/dev-guide/themes/#page + [Layer typography]: ../assets/screenshots/social-cards-layer-typography.png + +#### Overflow + +If the text overflows the layer, there are two possible behaviors: either the +text is automatically truncated and shortened with an ellipsis, or the text is +automatically scaled down to fit the layer: + +``` { .markdown .no-copy } +# If we use a very long headline, we can see how the text will be truncated +``` + +=== ":octicons-ellipsis-16: Ellipsis" + + ![Layer typography ellipsis] + +=== ":material-arrow-collapse: Shrink" + + ![Layer typography shrink] + +While truncating with an ellipsis is the default, auto-shrinking can be enabled +by setting `overflow` to `shrink`: + +``` yaml hl_lines="7" +size: { width: 1200, height: 630 } +layers: + - size: { width: 832, height: 310 } + offset: { x: 62, y: 160 } + typography: + content: "{{ page.title }}" + overflow: shrink + align: start + color: white + line: + amount: 3 + height: 1.25 + font: + family: Roboto + style: Bold +``` + + [Layer typography ellipsis]: ../assets/screenshots/social-cards-layer-typography-ellipsis.png + [Layer typography shrink]: ../assets/screenshots/social-cards-layer-typography-shrink.png + +#### Alignment + +Text can be aligned to all corners and edges of the layer. For example, if we +want to align the text to the middle of the layer, we can set `align` to `start center`, which will render as: + +![Layer typography align] + + [Layer typography align]: ../assets/screenshots/social-cards-layer-typography-align.png + +The following table shows the supported values: + +<figure markdown> + +| Alignment | | | +| -------------- | --------------- | ------------ | +| :material-arrow-top-left: `start top` | :material-arrow-up: `center top` | :material-arrow-top-right: `end top` | +| :material-arrow-left: `start center` | :material-circle-small: `center` | :material-arrow-right: `end center` | +| :material-arrow-bottom-left: `start bottom` | :material-arrow-down: `center bottom` | :material-arrow-bottom-right: `end bottom` | + + <figcaption> + Supported values for text alignment + </figcaption> +</figure> + +#### Font + +The [built-in social plugin] integrates with [Google Fonts] and will +automatically download the font files for you. The `font` property accepts a +`family` and `style` property, where the `family` must be set to the name of the +font, and the `style` to one of the supported font styles. For example, setting +`family` to `Roboto` will automatically download the following files: + +``` { .sh .no-copy #example } +.cache/plugins/social/fonts +└─ Roboto/ + ├─ Black.ttf + ├─ Black Italic.ttf + ├─ Bold.ttf + ├─ Bold Italic.ttf + ├─ Italic.ttf + ├─ Light.ttf + ├─ Light Italic.ttf + ├─ Medium.ttf + ├─ Medium Italic.ttf + ├─ Regular.ttf + ├─ Thin.ttf + └─ Thin Italic.ttf +``` + +In that case, the author can use `Bold` or `Medium Italic` as the `style`. If +the font style specified in the layer is not part of the font family, the +font always falls back to `Regular` and prints a warning in [`debug`][debug] +mode, as `Regular` is included with all font families. + +### Icons + +Authors can leverage the full range of icons that are shipped with Material for +MkDocs, or even provide custom icons by using theme extension and going through +the process described in the guide on [additional icons]. Icons can even be +tinted by using the `color` property: + +``` yaml +size: { width: 1200, height: 630 } +layers: + - background: + color: "#4051b5" + - size: { width: 144, height: 144 } + offset: { x: 992, y: 64 } + icon: + value: material/cat + color: white +``` + +This will render the icon in the top right corner of the social card: + +![Layer icon] + +The possibilities are endless. For example, icons can be used to draw shapes +like circles: + +``` yaml +size: { width: 1200, height: 630 } +layers: + - background: + color: "#4051b5" + - size: { width: 2400, height: 2400 } + offset: { x: -1024, y: 64 } + icon: + value: material/circle + color: "#5c6bc0" + - size: { width: 1800, height: 1800 } + offset: { x: 512, y: -1024 } + icon: + value: material/circle + color: "#3949ab" +``` + +This will add two circles to the background: + +![Layer icon circles] + +### Tags + +The new [built-in social plugin] gives full flexibility of the meta tags that +are added to your site, which are necessary to instruct services like X +or Discord how to display your social card. All default layouts use the following +set of tags, which you can copy to your layout and adapt: + +``` yaml +definitions: + + - &page_title_with_site_name >- + {%- if not page.is_homepage -%} + {{ page.meta.get("title", page.title) }} - {{ config.site_name }} + {%- else -%} + {{ page.meta.get("title", page.title) }} + {%- endif -%} + + - &page_description >- + {{ page.meta.get("description", config.site_description) or "" }} + +tags: + + og:type: website + og:title: *page_title_with_site_name + og:description: *page_description + og:image: "{{ image.url }}" + og:image:type: "{{ image.type }}" + og:image:width: "{{ image.width }}" + og:image:height: "{{ image.height }}" + og:url: "{{ page.canonical_url }}" + + twitter:card: summary_large_image + twitter:title: *page_title_with_site_name + twitter:description: *page_description + twitter:image: "{{ image.url }}" +``` + +Note that this example makes use of [YAML anchors] to minify repetition. The + `definitions` property is solely intended for the definition on aliases that + can then be referenced with anchors. + + [YAML anchors]: https://support.atlassian.com/bitbucket-cloud/docs/yaml-anchors/ + +__Are you missing something? Please [open a discussion] and let us know!__ + + [additional icons]: ./changing-the-logo-and-icons.md#additional-icons + [Layer icon]: ../assets/screenshots/social-cards-layer-icon.png + [Layer icon circles]: ../assets/screenshots/social-cards-layer-icon-circles.png + [open a discussion]: https://github.com/squidfunk/mkdocs-material/discussions/new diff --git a/mkdocs-material/docs/setup/setting-up-tags.md b/mkdocs-material/docs/setup/setting-up-tags.md new file mode 100644 index 0000000..644ea45 --- /dev/null +++ b/mkdocs-material/docs/setup/setting-up-tags.md @@ -0,0 +1,356 @@ +# Setting up tags + +Material for MkDocs adds first-class support for categorizing pages with tags, +which adds the possibility to group related pages and make them discoverable +via search and a dedicated [tags index]. If your documentation is large, tags +can help to discover relevant information faster. + + [tags index]: #adding-a-tags-index + +## Configuration + +### Built-in tags plugin + +<!-- md:version 8.2.0 --> +<!-- md:plugin --> + +The built-in tags plugin adds the ability to categorize any page with tags +as part of the front matter of the page. In order to add support for tags, add +the following lines to `mkdocs.yml`: + +``` yaml +plugins: + - tags +``` + +For a list of all settings, please consult the [plugin documentation]. + + [plugin documentation]: ../plugins/tags.md + +#### Advanced settings + +<!-- md:sponsors --> +<!-- md:version insiders-4.48.0 --> +<!-- md:flag experimental --> + +The following advanced settings are currently reserved to our [sponsors] +[Insiders]. They are entirely optional, and only add additional capabilities to +the tags plugin: + +<!-- - [`listings_layout`][config.listings_layout] --> +- [`listings_toc`][config.listings_toc] + +We'll add more settings here in the near future. + + [Insiders]: ../insiders/index.md + [config.listings_layout]: ../plugins/tags.md#config.listings_layout + [config.listings_toc]: ../plugins/tags.md#config.listings_toc + +### Tag icons and identifiers + +<!-- md:version 8.5.0 --> +<!-- md:flag experimental --> +<!-- md:example tags-with-icons --> + +Each tag can be associated with an icon, which is then rendered inside the tag. +Before assigning icons to tags, associate each tag with a unique identifier, +by adding the following to `mkdocs.yml`: + +``` yaml +extra: + tags: + <tag>: <identifier> # (1)! +``` + +1. The identifier can only include alphanumeric characters, as well as dashes + and underscores. For example, if you have a tag `Compatibility`, you can + set `compat` as an identifier: + + ``` yaml + extra: + tags: + Compatibility: compat + ``` + + Identifiers can be reused between tags. Tags which are not explicitly + associated will use the default tag icon which is :material-pound: + +Next, each identifier can be associated with an icon, even a [custom icon], by +adding the following lines to `mkdocs.yml` under the `theme.icon` configuration +setting: + +=== "Tag icon" + + ``` yaml + theme: + icon: + tag: + <identifier>: <icon> # (1)! + ``` + + 1. Enter a few keywords to find the perfect icon using our [icon search] and + click on the shortcode to copy it to your clipboard: + + <div class="mdx-iconsearch" data-mdx-component="iconsearch"> + <input class="md-input md-input--stretch mdx-iconsearch__input" placeholder="Search icon" data-mdx-component="iconsearch-query" value="tag" /> + <div class="mdx-iconsearch-result" data-mdx-component="iconsearch-result" data-mdx-mode="file"> + <div class="mdx-iconsearch-result__meta"></div> + <ol class="mdx-iconsearch-result__list"></ol> + </div> + </div> + +=== "Tag default icon" + + ``` yaml + theme: + icon: + tag: + default: <icon> + ``` + +??? example "Expand to inspect example" + + ``` yaml + theme: + icon: + tag: + html: fontawesome/brands/html5 + js: fontawesome/brands/js + css: fontawesome/brands/css3 + extra: + tags: + HTML5: html + JavaScript: js + CSS: css + ``` + + [custom icon]: changing-the-logo-and-icons.md#additional-icons + [icon search]: ../reference/icons-emojis.md#search + +## Usage + +### Adding tags + +<!-- md:version 8.2.0 --> +<!-- md:example tags --> + +When the [built-in tags plugin] is enabled, tags can be added for a document +with the front matter `tags` property. Add the following lines at the top of a +Markdown file: + +``` sh +--- +tags: + - HTML5 + - JavaScript + - CSS +--- + +... +``` + +The page will now render with those tags above the main headline and within the +search preview, which now allows to __find pages by tags__. + +??? question "How to set tags for an entire folder?" + + With the help of the [built-in meta plugin], you can ensure that tags are + set for an entire section and all nested pages, by creating a `.meta.yml` + file in the corresponding folder with the following content: + + ``` yaml + tags: + - HTML5 + - JavaScript + - CSS + ``` + + The tags set in `.meta.yml` are merged and deduplicated with the tags + defined for a page, which means you can define common tags in `.meta.yml` + and then add specific tags for each page. The tags in `.meta.yml` are + appended. + + [built-in tags plugin]: ../plugins/tags.md + [built-in meta plugin]: ../plugins/meta.md + +### Adding a tags index + +<!-- md:version 8.2.0 --> +<!-- md:example tags --> + +The [built-in tags plugin] allows to define a file to render a tags index, +which can be any page that is part of the `nav` section. To add a tags index, +create a page, e.g. `tags.md`: + +``` markdown +# Tags + +Following is a list of relevant tags: + +<!-- material/tags --> +``` + +Then in your `mkdocs.yml` file, add the following. + +``` yaml +plugins: + - tags: + tags_file: tags.md # (1)! +``` + +1. This setting is not necessary when using [Insiders]. + +Note that the path to `tags.md` is relative to the `docs/` directory. + +The tags marker specifies the position of the tags index, i.e. it is +replaced with the actual tags index when the page is rendered. You can include +arbitrary content before and after the marker: + +[![Tags index][tags index enabled]][tags index enabled] + + [tags.tags_file]: #tags-file + [tags index enabled]: ../assets/screenshots/tags-index.png + +### Advanced features + +[Insiders] ships a __ground up rewrite of the tags plugin__ which is infinitely +more powerful than the current version in the community edition. It allows +for an arbitrary number of tags indexes (listings), [scoped listings], +[shadow tags], [nested tags], and much more. + + [scoped listings]: #scoped-listings + [shadow tags]: #shadow-tags + [nested tags]: #nested-tags + +#### Configurable listings + +<!-- md:sponsors --> +<!-- md:version insiders-4.48.0 --> +<!-- md:flag experimental --> + +Listings can be configured in `mkdocs.yml` or directly at the location of the +marker that you position in a Markdown document. Some examples: + +- __Use [scoped listings]__: limit the tags index to pages that are on the same + level of the subsection of the documentation the page is in: + + ``` html + <!-- material/tags { scope: true } --> + ``` + +- __List only specific tags__: limit the tags index to a single or multiple + selected tags, e.g., `Foo` and `Bar`, excluding all other tags: + + ``` html + <!-- material/tags { include: [Foo, Bar] } --> + ``` + +- __Exclude pages with specific tags__: don't include pages that are tagged + with specific tags, e.g. `Internal`. This can be any tag, including a shadow + tag: + + ``` html + <!-- material/tags { exclude: [Internal] } --> + ``` + +- __Enable or disable tags inside the table of contents__: specify whether the + table of contents lists all tags under the nearest headline: + + ``` html + <!-- material/tags { toc: false } --> + ``` + +See the [listing configuration] for all options. + + [listing configuration]: ../plugins/tags.md#listing-configuration + +#### Scoped listings + +<!-- md:sponsors --> +<!-- md:version insiders-4.48.0 --> +<!-- md:flag experimental --> + +If your documentation is large, you might want to consider using scoped listings +which will only include pages that are on the same level or below the page +containing the listing. Just use: + +``` html +<!-- material/tags { scope: true } --> +``` + +If you plan to use multiple scoped indexes, it's a good idea to define a +listing configuration in `mkdocs.yml`, which you can then reference by its id: + +``` yaml +plugins: + - tags: + listings_map: + scoped: + scope: true +``` + +You can now use: + +``` html +<!-- material/tags scoped --> +``` + +#### Shadow tags + +<!-- md:sponsors --> +<!-- md:version insiders-4.48.0 --> +<!-- md:flag experimental --> + +Shadow tags are tags that are solely meant to organization, which can be +included or excluded for rendering with a simple flag. They can be enumerated +in the [`shadow_tags`][config.shadow_tags] setting: + +``` yaml +plugins: + - tags: + shadow_tags: + - Draft + - Internal +``` + +If a document is tagged with `Draft`, the tag will only be rendered if +[`shadow`][config.shadow] setting is enabled, and excluded when it is disabled. +This is an excellent opportunity for using tags for structuring. + + [config.shadow]: ../plugins/tags.md#config.shadow + [config.shadow_tags]: ../plugins/tags.md#config.shadow_tags + +#### Nested tags + +<!-- md:sponsors --> +<!-- md:version insiders-4.48.0 --> +<!-- md:flag experimental --> + +[Insiders] ships support for nested tags. The +[`tags_hierarchy_separator`][config.tags_hierarchy_separator] allows to create +hierarchies of tags, e.g., `Foo/Bar`. Nested tags will be rendered as children +of the parent tag: + +``` yaml +plugins: + - tags: + tags_hierarchy: true +``` + + [config.tags_hierarchy_separator]: ../plugins/tags.md#config.tags_hierarchy_separator + +### Hiding tags on a page + +While the tags are rendered above the main headline, sometimes, it might be +desirable to hide them for a specific page, which can be achieved with the +front matter `hide` property: + +``` yaml +--- +hide: + - tags +--- + +# Page title +... +``` diff --git a/mkdocs-material/docs/setup/setting-up-the-footer.md b/mkdocs-material/docs/setup/setting-up-the-footer.md new file mode 100644 index 0000000..35194f2 --- /dev/null +++ b/mkdocs-material/docs/setup/setting-up-the-footer.md @@ -0,0 +1,187 @@ +# Setting up the footer + +The footer of your project documentation is a great place to add links to +websites or platforms you or your company are using as additional marketing +channels, e.g. :fontawesome-brands-mastodon:{ style="color: #5A4CE0" } or +:fontawesome-brands-youtube:{ style="color: #EE0F0F" }, which you can easily +configure via `mkdocs.yml`. + +## Configuration + +### Navigation + +<!-- md:version 9.0.0 --> +<!-- md:feature --> + +The footer can include links to the previous and next page of the current page. +If you wish to enable this behavior, add the following lines to `mkdocs.yml`: + +``` yaml +theme: + features: + - navigation.footer +``` + +### Social links + +<!-- md:version 1.0.0 --> +<!-- md:default none --> + +Social links are rendered next to the copyright notice as part of the +footer of your project documentation. Add a list of social links in `mkdocs.yml` +with: + +``` yaml +extra: + social: + - icon: fontawesome/brands/mastodon # (1)! + link: https://fosstodon.org/@squidfunk +``` + +1. Enter a few keywords to find the perfect icon using our [icon search] and + click on the shortcode to copy it to your clipboard: + + <div class="mdx-iconsearch" data-mdx-component="iconsearch"> + <input class="md-input md-input--stretch mdx-iconsearch__input" placeholder="Search icon" data-mdx-component="iconsearch-query" value="mastodon" /> + <div class="mdx-iconsearch-result" data-mdx-component="iconsearch-result" data-mdx-mode="file"> + <div class="mdx-iconsearch-result__meta"></div> + <ol class="mdx-iconsearch-result__list"></ol> + </div> + </div> + +The following properties are available for each link: + +<!-- md:option social.icon --> + +: <!-- md:default none --> <!-- md:flag required --> + This property must contain a valid path to any icon bundled with the theme, + or the build will not succeed. Some popular choices: + + * :fontawesome-brands-github: – `fontawesome/brands/github` + * :fontawesome-brands-gitlab: – `fontawesome/brands/gitlab` + * :fontawesome-brands-x-twitter: – `fontawesome/brands/x-twitter` + * :fontawesome-brands-mastodon: – `fontawesome/brands/mastodon` + <small>automatically adds [`rel=me`][rel=me]</small> + * :fontawesome-brands-docker: – `fontawesome/brands/docker` + * :fontawesome-brands-facebook: – `fontawesome/brands/facebook` + * :fontawesome-brands-instagram: – `fontawesome/brands/instagram` + * :fontawesome-brands-linkedin: – `fontawesome/brands/linkedin` + * :fontawesome-brands-slack: – `fontawesome/brands/slack` + * :fontawesome-brands-discord: – `fontawesome/brands/discord` + * :fontawesome-brands-pied-piper-alt: – `fontawesome/brands/pied-piper-alt` + +<!-- md:option social.link --> + +: <!-- md:default none --> <!-- md:flag required --> + This property must be set to a relative or absolute URL including the URI + scheme. All URI schemes are supported, including `mailto` and `bitcoin`: + + === ":fontawesome-brands-mastodon: Mastodon" + + ``` yaml + extra: + social: + - icon: fontawesome/brands/mastodon + link: https://fosstodon.org/@squidfunk + ``` + + === ":octicons-mail-16: Email" + + ``` yaml + extra: + social: + - icon: fontawesome/solid/paper-plane + link: mailto:<email-address> + ``` + +<!-- md:option social.name --> + +: <!-- md:default _domain name from_ `link`_, if available_ --> + This property is used as the link's `title` attribute and can be set to a + discernable name to improve accessibility: + + ``` yaml + extra: + social: + - icon: fontawesome/brands/mastodon + link: https://fosstodon.org/@squidfunk + name: squidfunk on Fosstodon + ``` + + [icon search]: ../reference/icons-emojis.md#search + [rel=me]: https://docs.joinmastodon.org/user/profile/#verification + +### Copyright notice + +<!-- md:version 0.1.0 --> +<!-- md:default none --> + +A custom copyright banner can be rendered as part of the footer, which is +displayed next to the social links. It can be defined as part of `mkdocs.yml`: + +``` yaml +copyright: Copyright © 2016 - 2020 Martin Donath +``` + +### Generator notice + +<!-- md:version 7.3.0 --> +<!-- md:default `true` --> + +The footer displays a _Made with Material for MkDocs_ notice to denote how +the site was generated. The notice can be removed with the following option +via `mkdocs.yml`: + +``` yaml +extra: + generator: false +``` + +!!! info "Please read this before removing the generator notice" + + The subtle __Made with Material for MkDocs__ hint in the footer is one of + the reasons why this project is so popular, as it tells the user how the + site is generated, helping new users to discover this project. Before + removing please consider that you're enjoying the benefits of @squidfunk's + work for free, as this project is Open Source and has a permissive license. + Thousands of hours went into this project, most of them + without any financial return. + + Thus, if you remove this notice, please consider [sponsoring][Insiders] the + project. __Thank you__ :octicons-heart-fill-24:{ .mdx-heart .mdx-insiders } + + [Insiders]: ../insiders/index.md + +## Usage + +### Hiding prev/next links + +The footer navigation showing links to the previous and next page can be hidden +with the front matter `hide` property. Add the following lines at the top of a +Markdown file: + +``` yaml +--- +hide: + - footer +--- + +# Page title +... +``` + +## Customization + +### Custom copyright + +<!-- md:version 8.0.0 --> +<!-- md:flag customization --> + +In order to customize and override the [copyright notice], [extend the theme] +and [override the `copyright.html` partial][overriding partials], which normally +includes the `copyright` property set in `mkdocs.yml`. + + [copyright notice]: #copyright-notice + [generator notice]: #generator-notice + [extend the theme]: ../customization.md#extending-the-theme + [overriding partials]: ../customization.md#overriding-partials diff --git a/mkdocs-material/docs/setup/setting-up-the-header.md b/mkdocs-material/docs/setup/setting-up-the-header.md new file mode 100644 index 0000000..a8548a3 --- /dev/null +++ b/mkdocs-material/docs/setup/setting-up-the-header.md @@ -0,0 +1,72 @@ +# Setting up the header + +Material for MkDocs' header can be customized to show an announcement bar that +disappears upon scrolling, and provides some options for further configuration. +It also includes the [search bar] and a place to display your project's +[git repository], as explained in those dedicated guides. + + [search bar]: setting-up-site-search.md + [git repository]: adding-a-git-repository.md + +## Configuration + +### Automatic hiding + +<!-- md:version 6.2.0 --> +<!-- md:feature --> + +When autohiding is enabled, the header is automatically hidden when the +user scrolls past a certain threshold, leaving more space for content. Add the +following lines to `mkdocs.yml`: + +``` yaml +theme: + features: + - header.autohide +``` + +### Announcement bar + +<!-- md:version 5.0.0 --> +<!-- md:flag customization --> + +Material for MkDocs includes an announcement bar, which is the perfect place to +display project news or other important information to the user. When the user +scrolls past the header, the bar will automatically disappear. In order to add +an announcement bar, [extend the theme] and [override the `announce` +block][overriding blocks], which is empty by default: + +``` html +{% extends "base.html" %} + +{% block announce %} + <!-- Add announcement here, including arbitrary HTML --> +{% endblock %} +``` + + [extend the theme]: ../customization.md#extending-the-theme + [overriding blocks]: ../customization.md#overriding-blocks + +#### Mark as read + +<!-- md:version 8.4.0 --> +<!-- md:feature --> +<!-- md:flag experimental --> + +In order to render temporary announcements that can be marked as read by the +user, a button to dismiss the current announcement can be included. Add the +following lines to `mkdocs.yml`: + +``` yaml +theme: + features: + - announce.dismiss +``` + +When the user clicks the button, the current announcement is dismissed and not +displayed again until the content of the announcement changes. This is handled +automatically. + +[Scroll to the top of this page][top] to see it in action. + + [top]: # diff --git a/mkdocs-material/docs/setup/setting-up-versioning.md b/mkdocs-material/docs/setup/setting-up-versioning.md new file mode 100644 index 0000000..cc90634 --- /dev/null +++ b/mkdocs-material/docs/setup/setting-up-versioning.md @@ -0,0 +1,188 @@ +# Setting up versioning + +Material for MkDocs makes it easy to deploy multiple versions of your project +documentation by integrating with external utilities that add those capabilities +to MkDocs, i.e. [mike]. When deploying a new version, older versions of your +documentation remain untouched. + + [mike]: https://github.com/jimporter/mike + +## Configuration + +### Versioning + +<!-- md:version 7.0.0 --> +<!-- md:utility [mike] --> + +[mike] makes it easy to deploy multiple versions of your project documentation. +It integrates natively with Material for MkDocs and can be enabled via +`mkdocs.yml`: + +``` yaml +extra: + version: + provider: mike +``` + +This renders a version selector in the header: + +<figure markdown> + +[![Version selector preview]][Version selector preview] + + <figcaption markdown> + +Check out the versioning example to see it in action – +[mkdocs-material.github.io/example-versioning][version example] + + </figcaption> +</figure> + +!!! quote "[Why use mike?]" + + mike is built around the idea that once you've generated your docs for a + particular version, you should never need to touch that version again. This + means you never have to worry about breaking changes in MkDocs, since your + old docs (built with an old version of MkDocs) are already generated and + sitting in your `gh-pages` branch. + + While mike is flexible, it's optimized around putting your docs in a + `<major>.<minor>` directory, with optional aliases (e.g. `latest` or `dev`) + to particularly notable versions. This makes it easy to make permalinks to + whatever version of the documentation you want to direct people to. + + [Version selector preview]: ../assets/screenshots/versioning.png + [version example]: https://mkdocs-material.github.io/example-versioning/ + [Why use mike?]: https://github.com/jimporter/mike#why-use-mike + +### Stay on the same page when switching versions + +When the user chooses a version in the version selector, they usually want to go +to the page corresponding to the page they were previously viewing. Material for +MkDocs implements this behavior by default, but there are a few caveats: + +- the [`site_url`][mkdocs.site_url] must be set correctly in `mkdocs.yml`. + See the ["Publishing a new version"](#publishing-a-new-version) section for + an example. +- the redirect happens via JavaScript and there is no way to know which page you + will be redirected to ahead of time. + +### Version warning + +<!-- md:version 8.0.0 --> +<!-- md:flag customization --> + +If you're using versioning, you might want to display a warning when the user +visits any other version than the latest version. Using [theme extension], +you can [override the `outdated` block][overriding blocks]: + +``` html +{% extends "base.html" %} + +{% block outdated %} + You're not viewing the latest version. + <a href="{{ '../' ~ base_url }}"> <!-- (1)! --> + <strong>Click here to go to latest.</strong> + </a> +{% endblock %} +``` + +1. Given this value for the `href` attribute, the link will always redirect to + the root of your site, which will then redirect to the latest version. This + ensures that older versions of your site do not depend on a specific alias, + e.g. `latest`, to allow for changing the alias later on without breaking + earlier versions. + +This will render a version warning above the header: + +[![Version warning preview]][Version warning preview] + +The default version is identified by the `latest` alias. If you wish to set +another alias as the latest version, e.g. `stable`, add the following lines +to `mkdocs.yml`: + +``` yaml +extra: + version: + default: stable # (1)! +``` + +1. You can also define multiple aliases as the default version, e.g. `stable` + and `development`. + + ``` yaml + extra: + version: + default: + - stable + - development + ``` + + Now every version that has the `stable` and `development` aliases will not + display the version warning. + +Make sure one alias matches the [default version], as this is where users are +redirected to. + + [theme extension]: ../customization.md#extending-the-theme + [overriding blocks]: ../customization.md#overriding-blocks + [Version warning preview]: ../assets/screenshots/version-warning.png + [default version]: #setting-a-default-version + +### Version alias + +<!-- md:version 9.5.23 --> +<!-- md:default `false` --> + +If you're using aliases for versioning, and want to show the version alias +besides the version number, you can enable this feature by setting the `alias` +option to `true`: + +``` yaml +extra: + version: + alias: true +``` + +## Usage + +While this section outlines the basic workflow for publishing new versions, +it's best to check out [mike's documentation][mike] to make yourself familiar +with its mechanics. + +### Publishing a new version + +If you want to publish a new version of your project documentation, choose a +version identifier and update the alias set as the default version with: + +``` +mike deploy --push --update-aliases 0.1 latest +``` + +Note that every version will be deployed as a subdirectory of your `site_url`, +which you should set explicitly. For example, if your `mkdocs.yml` contains: + +``` yaml +site_url: 'https://docs.example.com/' # Trailing slash is recommended +``` + +the documentation will be published to URLs such as: + +- _docs.example.com/0.1/_ +- _docs.example.com/0.2/_ +- ... + +### Setting a default version + +When starting with [mike], a good idea is to set an alias as a default version, +e.g. `latest`, and when publishing a new version, always update the alias to +point to the latest version: + +``` +mike set-default --push latest +``` + +When publishing a new version, [mike] will create a redirect in the root of +your project documentation to the version associated with the alias: + +_docs.example.com_ :octicons-arrow-right-24: _docs.example.com/0.1_ diff --git a/mkdocs-material/docs/support.md b/mkdocs-material/docs/support.md new file mode 100644 index 0000000..e33e2d2 --- /dev/null +++ b/mkdocs-material/docs/support.md @@ -0,0 +1,67 @@ +# Support + +At the heart of Material for MkDocs is an open and supportive community dedicated +to freely sharing knowledge and insights. We strive to offer support to this +community, balancing our development efforts with the need to address community +questions effectively. + +In order to streamline communication and direct you to the most appropriate +support channel, we've outlined our support structure below. + +## Sponsoring support + +If you have questions about Insiders or are considering becoming a sponsor, +@katharinalisalin is here to help. She handles all non-technical +sponsorship-related inquiries and is happy to provide the guidance you need. +Feel free to contact her at sponsors@squidfunk.com. + +## Technical support + +We are committed to providing technical support, ensuring all interactions +remain transparent and accessible. Our primary channels for technical inquiries, +therefore, are [our discussion board] and [our issue tracker] which are open to +the entire community. + + [our discussion board]: #discussion-board + [our issue tracker]: #issue-tracker + + +### Discussion board + +Our [discussion board] serves as the primary point of contact for technical +discussions, supported by both our community and our [Community Experts]. We +encourage searching the board for existing answers before posting new questions. + +Direct support, particularly for core feature-related queries, is actively +provided here, whereas customization tips are often sourced from and shared by +our amazing community. + + [Community Experts]: insiders/community-experts-program/index.md + [discussion board]: https://github.com/squidfunk/mkdocs-material/discussions + +### Issue Tracker + +For [reporting bugs] or submitting [change requests], our [issue tracker] offers +a transparent platform for community contributions. We encourage reporting bugs +found in the Insiders edition and in the community edition with the help of [our +contributing guides] through the public [issue tracker], mindful of not +disclosing the private Insiders' source code in line with our [fair use +policy]. + +This transparent approach ensures that solutions can benefit the entire +community and feature requests can get upvoted by the community which will +affect the speed of its development. + + [reporting bugs]: contributing/reporting-a-bug.md + [change requests]: contributing/requesting-a-change.md + [our contributing guides]: ./contributing/index.md + [issue tracker]: https://github.com/squidfunk/mkdocs-material/issues + [public issue tracker]: https://github.com/squidfunk/mkdocs-material/issues + [fair use policy]: ./insiders/license.md/#fair-use-policy + +### Prioritized support + +Organizational sponsors at "The Organization" tier or higher are entitled to +prioritized bug support. While we cannot guarantee immediate resolution, as +some problems are harder to fix than others, it ensures that your issues are +addressed with urgency. diff --git a/mkdocs-material/docs/tutorials/blogs/basic.md b/mkdocs-material/docs/tutorials/blogs/basic.md new file mode 100644 index 0000000..5d193ab --- /dev/null +++ b/mkdocs-material/docs/tutorials/blogs/basic.md @@ -0,0 +1,375 @@ +# Basic blogs + +Blogs are a great way to engage with your audience. Software developers can use +a blog to announce new features, demonstrate their usage and provide background +information. You can demonstrate competence by commenting on the state of the +art or document your own work as best practice. Posts on current topics can help +draw in visitors for your main website and can keep your audience engaged. Of +course, you can blog about any topics close to your heart. + +The [blog plugin] makes running a blog alongside your other content easy but you +can also configure it to run a stand-alone blog if posts are the only kind +of content you need. + +After a brief overview of the basic concepts of a blog, this tutorial guides you +through the process of configuring the [blog plugin], setting up your blog, +creating posts, and defining post metadata. + +[blog plugin]: ../../plugins/blog.md + +__Time required:__ typically 20 minutes + +## Key concepts + +**Post, excerpt**: a blog consists of a number of self-contained _posts_ (often called +articles) and an index page that shows the posts in reverse chronological order, with +the most recent post at the top. The index page usually shows only a short _excerpt_ and a +link that the user can click to navigate to the full post. + +**Metadata**: both the index page and the post itself list information such as +when you published the post, when you updated it, who the author is, and what the +expected reading time is. + +**Slug**: since the blog posts are primarily arranged by time and not into a hierarchy, +their URLs do not reflect such a structure. Instead, each post's URL +contains a shortened description, the _slug_, which is usually derived from +the first heading in the post. + +**Navigation**: the main navigation structure is the timeline, which you can +subdivide into _categories_. The main index page shows the more recent posts +while an _archive_ section allows access to older ones, organized by year. +In addition, posts can be _tagged_ and _tag index pages_ provide an additional +navigation structure based on content. + +You can see all these elements on the [Material for MkDocs blog]. + +[Material for MkDocs blog]: https://squidfunk.github.io/mkdocs-material/blog/ + +## Setting up your blog + +The blog plugin is part of Material for MkDocs but you need to configure it +in the `mkdocs.yml`. + +!!! example "Set up a blog" + + If you have not done so already, create a project for your blog, + then edit the `mkdocs.yml` file to make sure if has the following content: + + ```yaml + site_name: Blog Tutorial + site_description: an example blog set up following the tutorial + site_url: http://www.example.com + + theme: + name: material + + plugins: + - search + - blog + ``` + + The blog plugin will create a directory structure for your blog posts if it + does not exist, so simply run `mkdocs serve` to get: + + ``` + docs + ├── blog + │   ├── index.md + │   └── posts + └── index.md + ``` + +Now create your first blog post in `docs/blog/posts`. You can use any +naming convention and directory structure you like for your posts, as long as +they are inside `docs/blog/posts`. + +Each post _must_ have a page header, which appears at the top of the Markdown +code between lines with three dashes. Within this header, you need to have at +least a `date` entry but you can add other data, as you will see below. +Following the header comes the page content. Note that it is important +to have a level one heading as the plugin uses it to produce the _slug_. Also, +by adding `<!-- more -->` to the page, you can define where the excerpt will end +that the index page shows. + +!!! example "Write your first post" + + Create a file `docs/blog/posts/myfirst.md` with the following contents: + + ``` + --- + date: + created: 2023-12-31 + --- + + # Happy new years eve! + + We hope you are all having fun and wish you all the best for the new year! + <!-- more --> + + Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua. + ``` + + Then, run `mkdocs serve` and point your web browser at + `http://localhost:8000/blog`. + + The blog plugin automatically creates navigation elements for + the blog. The index page shows only the extract. When you select the + "Continue reading" link, you will get to the full blog post. Note how it + has a URL generated from the first-level heading. + +!!! tip "Navigation" + + We also have a [tutorial on navigation] that shows you how to change the + automatically created navigation and integrate the blog into your existing + navigation structure. It shows how to create secondary navigation, produce + author pages, and control pagination. + +[tutorial on navigation]: navigation.md + +## Post metadata + +In addition to the date, you can provide other metadata and give the plugin +instructions, such as to treat a post as a draft or to pin it. + +### Drafts + +You may want to produce a draft of a blog post and work with it locally but +exclude it from the build that you publish. Simply add a field to the page +header to indicate that a post is still in draft form. + +!!! example "Create a draft" + + Create a second blog post in `docs/blogs/posts/draft.md` with the following + contents: + + ```hl_lines="3" + --- + date: + created: 2024-01-01 + draft: true + --- + + # Happy new year! + + Happy 2024 to everyone. Wishing you all the best! + <!-- more --> + + Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua. + ``` + + Now, note how the draft appears on the index page but with a label that + indicates that it is a draft. When you run `mkdocs build`, the draft will + _not_ appear in the output: + + ``` + $ mkdocs build + $ ls site/blog + site/blog + ├── 2023 + │   └── 12 + │   └── 31 + │   └── happy-new-years-eve + │   └── index.html + ... + ``` + + The first blog post for 2024 is not there yet because it is still in draft + stage. Remember to remove the `draft` setting in the header when it is time + to publish it. + +If you are using the [Insiders Edition], you can also create +a folder to keep your drafts in and use the [Meta plugin] to add the +`draft` header setting to all the posts in that folder. This has the advantage +that it is easier to see which posts are still in draft form. We will cover the +Meta plugin later on. + +[Meta plugin]: ../../plugins/meta.md + +### Edits + +Sometimes, bloggers need to update a post. This might happen when you make +a mistake or when something changes that you need to reflect in the post. To +indicate you have edited a post, you can include an `updated` date in the page +header. + +!!! example "Editing a post" + + Make a change to your first blog post, then add an edit date to the header: + + ```hl_lines="3 4" + --- + date: + created: 2023-12-31 + updated: 2024-01-02 + --- + ``` + +The Metadata section of the blog post itself will contain the edit date, +though the index page omits this detail by default. + +### Reading time + +To give the reader some idea of how long it might take them to read a post, +a read time is automatically calculated. If you want to override this, you can +do so in the page header by specifying the number of minutes you estimate +your readers will take the read the post. + +!!! example "Overriding the reading time" + + Add a reading time override to your first blog post: + + ```hl_lines="5" + --- + date: + created: 2023-12-31 + updated: 2024-01-02 + readtime: 15 + --- + ``` + +### Pinning + +Sometimes, blog authors want to 'pin' a specific post so that it will always +appear at the top of the index page, no matter what else gets published. If you +are using the [Insiders Edition], you can achieve this by adding the `pin` +attribute in the page header: + +!!! example "Pin a post <!-- md:sponsors -->" + + Add the `pin` attribute to your first blog post: + + ```hl_lines="5" + --- + date: + created: 2023-12-31 + updated: 2024-01-02 + readtime: 15 + pin: true + --- + ``` + + Observe how this makes the post appear on top of the index page even though + its publication date is prior to other posts. A small pin icon shows that the + post has been pinned. + +### Related links <!-- md:sponsors --> + +When your blog is part of a wider site such as technical documentation, you +will want to provide links from blog posts into your other content. One way you +can do this is to have a related links section. In the [Insiders Edition], the +blog plugin can create one for you if you provide link targets in your page +header: + +!!! example "Add a related links section <!-- md:sponsors -->" + + Add the following to a blog post: + + ``` hl_lines="5-7" + --- + date: + created: 2023-12-31 + ... + links: + - index.md + - blog/index.md + --- + ``` + + The related links appear underneath the Metadata section. + +The nice thing here is that you do not need to provide a page title. The plugin +will deduce the link text by applying the same logic that MkDocs uses for the +main navigation. In fact, the syntax is the same as that of the `nav` section +in the `mkdocs.yml`, so you can override the title if you want and even define +subsections: + +!!! example "Override the page titles" + + Change the link section to override the page titles: + + ```hl_lines="6-9" + --- + date: + created: 2023-12-31 + ... + links: + - Homepage: index.md + - Blog index: blog/index.md + - External links: + - Material documentation: https://squidfunk.github.io/mkdocs-material + --- + ``` + +The plugin renders related links in the left sidebar on screens that are wide +enough and at the bottom of the post on narrow screens. Change the size of your +browser window to see this in action. + +## Meta plugin <!-- md:sponsors --> + +The Meta plugin is available in the [Insiders Edition]. +It helps simplify the management of metadata that is common to a group of +files in the same subdirectory. Instead of having to repeat the +same metadata in the page headers of a number of files, you can add a +`.meta.yml` file in the directory and the Meta plugin will merge its contents +into the headers of all the pages contained. +Settings from the page header take precedence, so you can always override +settings by adding them to a post's header. + +For example, you may want to manage drafts by keeping them in a directory +together so that they are not only flagged as drafts but also easier to find. +(Otherwise, you would need to inspect the page headers or trace back from the +output to the files to figure out which posts are drafts.) + +!!! example "Drafts using the Meta plugin <!-- md:sponsors -->" + + You first need to activate the plugin in your `mkdocs.yaml`: + + ```yaml hl_lines="4" + plugins: + - search + - blog + - meta + ``` + + Now create the folder for the drafts: + + === "MacOS/Linux" + + ```bash + $ mkdir docs/blog/posts/drafts + ``` + + === "Windows" + TODO + + Now, within this folder, crate a file `.meta.yml` that contains: + + ```yaml + draft: true + ``` + + Add another blog post and store it in `docs/blog/posts/drafts`. When you + look at it locally, you will see the label that identifies it as a draft, + while in the version built for publication it does not appear. To move a + post from draft status to published, simply move it outside `drafts/`. + +[Insiders Edition]: ../../insiders/index.md + +## What's next? + +You should now have a working blog. However, as it accumulates content, you +may want to make sure that people can find posts they are interested in, so +you may want to add secondary navigation with tags and categories. You may +have more than one author and want to attribute posts to them as well as +generate author pages for them. We have a [tutorial on navigation, pagination, +and authors] that covers these topics. + +[tutorial on navigation, pagination, and authors]: navigation.md + +You may want to increase engagement with your blog by allowing people to +subscribe to an RSS feed or by setting up a comment system. The [engagement +and dissemination tutorial] walks you through setting these up. + +[engagement and dissemination tutorial]: engage.md diff --git a/mkdocs-material/docs/tutorials/blogs/engage.md b/mkdocs-material/docs/tutorials/blogs/engage.md new file mode 100644 index 0000000..31505a4 --- /dev/null +++ b/mkdocs-material/docs/tutorials/blogs/engage.md @@ -0,0 +1,369 @@ +# Engagement and dissemination + +You can foster reader engagement and improve the dissemination of content +on your blog by providing an RSS feed that people can subscribe to and by +integrating a discussion system. To learn more about who is or is not reading +your posts, you may want to integrate an analytics system. You may also want +to post on social media when you public a new blog post. This tutorial gives +you a leg up on all of these topics. + +__Time required:__ typically 30 minutes + +## RSS feeds + +An _RSS feed_ allows users to subscribe to a blog so that they get notified when +you publish new posts. RSS Feed readers are often used to access blogs that a +user follows. They usually support downloading the blog content for offline +consumption. + +An easy way to create an RSS feed for your blog is to use the +[MkDocs RSS Plugin], which is well integrated with Material for MkDocs. +Since it is a third-party plugin, you need to install it before using it. + +[MkDocs RSS Plugin]: https://guts.github.io/mkdocs-rss-plugin + + +!!! example "Add an RSS feed" + + Install the RSS plugin into your project: + + ``` + $ pip install mkdocs-rss-plugin + ``` + + It is important that have the `site_name`, `site_description` and + `site_url` settings configured as [instructed in the basic blog tutorial]. + The RSS plugin makes use of this information to construct the feed, so make + sure you have configured them. + + [instructed in the basic blog tutorial]: basic.md#setting-up-your-blog + + Now, configure the plugin in the `mkdocs.yml`. The options provided restrict + the pages that RSS entries are created for to the blog posts, which is + probably what you want. Also note the configuration of the date fields to + match the format that Material for MkDocs uses to accommodate both a + creation date and a date for updates. + + ```yaml hl_lines="9" + plugins: + - ... + - rss: + match_path: "blog/posts/.*" + date_from_meta: + as_creation: date.created + as_update: date.updated + ``` + + Have a look at http://localhost:8000/feed_rss_created.xml to see the RSS + feed in all its XML glory. You can use a browser like Firefox or Chrome that + can display the raw RSS feed or use `curl` to get the feed and `xmllint` to + format it. (You may need to install these tools.) + + ``` + curl -s http://localhost:8000/feed_rss_created.xml | xmllint --format - + ``` + + You may also want to try your feed with a feed reader. There are various desktop + and mobile apps as well as online services. Of course, to use the latter you + will need to deploy your project somewhere that is accessible to them. + +This minimal configuration should work well if you have not made any changes +to the default configuration of the blog plugin. For more information on adapting +the feed to your needs, see [the RSS plugin's documentation]. + +[the RSS plugin's documentation]: https://guts.github.io/mkdocs-rss-plugin/ + +## Social media buttons + +Social media buttons can serve two purposes: to allow your readers to navigate +to your social media profiles or to share content you have published via their +own accounts. + +### Profile links + +Links to social media profiles a usually provided in the footer of pages and +Material for MkDocs makes this easy. All you need to do is to provide the +necessary links and define the icons to use. + +!!! example "Adding social media profile links" + + Add an `extra` section to your `mkdocs.yml` and, within it, a `social` + section to contain a list of link definitions. These consist of the logo + to use and the link to the profile. + + ```yaml + extra: + social: + - icon: fontawesome/brands/mastodon + name: squidfunk on Mastodon + link: https://fosstodon.org/@squidfunk + ``` + + For the `icon`, you can choose any valid path to an icon bundled with the + theme. The `name` will be used as the title attribute for the icon and + including this improves accessibility. + For popular social media systems, the link needs to be absolute and + needs to include the scheme, most likely `https://`. + + You can also use other schemes. For example, to cerate an icon that allows + people to create an email, add this: + + ```yaml + extra: + social: + - icon: /fontawesome/regular/envelope + name: send me an email + link: mailto:<email-address> + ``` + + Finally, you can specify a URL within your site, such as to your contact + page. It is possible to specify only the path to the page: + + ```yaml + extra: + social: + - icon: /material/mailbox + name: contact us + link: /contact + ``` + +### Share and like buttons + +Adding buttons that let people share your content on social media is a bit +more involved, which is why there are companies offering components for this. + + +!!! tip "Data Protection" + + "Share" and "Like" buttons that use integrations provided by social media + companies often leave copious data traces even when the user does not + interact with these buttons. If you choose to integate such feature on + your site please be aware of the data protection implications and your + duties as a provider to ensure that processing occurs only once the user + has granted consent. + +This implementation of share buttons deliberately does not use third party code. +It supports sharing to Twitter/X and Facebook without causing a data flow to +these companies whenever someone views the pages. Only when someone clicks a +share button will there be interactions with those companies' servers. + +!!! example "Add share buttons" + + In order to add the share buttons, you can add a hook that appends buttons + for sharing the current page. + + Create a directory `hooks` in your project root and configure it + in your `mkdocs.yml`: + + ```yaml + hooks: + - hooks/socialmedia.py + ``` + + Add the file `hooks/socialmedia.py` with the following Python code: + + ```python + from textwrap import dedent + import urllib.parse + import re + + x_intent = "https://x.com/intent/tweet" + fb_sharer = "https://www.facebook.com/sharer/sharer.php" + include = re.compile(r"blog/[1-9].*") + + def on_page_markdown(markdown, **kwargs): + page = kwargs['page'] + config = kwargs['config'] + if not include.match(page.url): + return markdown + + page_url = config.site_url+page.url + page_title = urllib.parse.quote(page.title+'\n') + + return markdown + dedent(f""" + [Share on :simple-x:]({x_intent}?text={page_title}&url={page_url}){{ .md-button }} + [Share on :simple-facebook:]({fb_sharer}?u={page_url}){{ .md-button }} + """) + ``` + + The hook first checks if the current page is a blog post and then appends + Markdown code for the share buttons. The buttons use icons, so you also need + to configure the following markdown extensions: + + ```yaml + markdown_extensions: + - attr_list + - pymdownx.emoji: + emoji_index: !!python/name:material.extensions.emoji.twemoji + emoji_generator: !!python/name:material.extensions.emoji.to_svg + ``` + + +## Add a discussion system + +Allowing your readers to comment on your posts is a great way of receiving +feedback, learning something, as well as giving readers the opportunity to +discuss the content and the topic it is about. + +There are plenty of discussion system out there and you will need to consider +your audience when choosing one appropriate for your blog. Likewise, you will +also need to consider existing commitments to communication channels. If you +are a heavy user Slack, for example, you may have a string preference for this +system. Consider that when you add a communication channel, you will need to +be prepared to use it regularly and to moderate discussions. + +### Giscus integration + +In this tutorial, we will be using [Giscus] because it is free, open source, +and uses [GitHub Discussions] as a backend. Because a lot of users of Material +for MkDocs use GitHub, this seems like an obvious choice. + +[Giscus]: https://giscus.app/ +[GitHub Discussions]: https://docs.github.com/en/discussions + +To add Giscuss to your blog you will need to go through a number of steps: + +1. Create a GitHub repository if there is not already one +2. Turn on discussions and install the [Giscus app] +3. Configure the code needed to embed Giscus into your blog +4. Add the code to your MkDocs project + +[Giscus app]: https://github.com/apps/giscus + +You may want to create a test repository for this tutorial that you can +scrap later on. The instructions below assume that you are user "example" +and that you create a repository "giscus-test." The repository will need +to be public for people to be able to use the discussions. + +In the instructions given below, you will need to replace at least the username +but also the repository name if you chose another name such as when you +want to work directly on an existing repository. + +!!! example "Turn on discussions and install the Giscus app" + + Once the repository is set up, go to its settings page and find + `Features` in the `General` section. Tick the checkbox for `Discussions`. + You will see that `Discussions` appears in the top navigation for the + repository. If you are using a live repository then you may want to add some + minimal content to the dicussions section at this point and come back to the + tutorial. + + Next, you need to install the [Giscus app] by following the link in this + sentence, and choosing `Install`, then following the instructions to choose + where the Giscus app is to be installed: + + 1. Choose the account or organization for the repository you want to use. + 2. Choose to install only on select repositories and select the one you + want to use. Note that you can choose more than one repository here. + 3. Select `Install` at the end. You may need to authenticate to give + permission for this to happen. + 4. You will end up on the `Applications` page in your settings, where you + can control the Gicsus app and uninstall it if so desired. + +That is all the preparation you will need for the repository. Next, it is time +to generate a piece of code that embeds Giscuss in your site. The resulting code +snippet will look something like this: + +```html +<script src="https://giscus.app/client.js" + data-repo="<username>/<repository>" + data-repo-id="..." + data-category="Announcements" + data-category-id="..." + data-mapping="title" + data-strict="1" + data-reactions-enabled="1" + data-emit-metadata="1" + data-input-position="top" + data-theme="preferred_color_scheme" + data-lang="en" + data-loading="lazy" + crossorigin="anonymous" + async> +</script> +``` + +!!! example "Configure the code needed to embed Giscus into your blog" + + Go to the [Giscus homepage] and configure the embedding code. There are a + number of settings: + + 1. Choose the language + 2. Enter the username / organization name and repository name + 3. Choose how the discussions are to be mapped to the page on your blog. + Because for a blog post the title is the basis of the URL, it makes + sense to use the `Discussion title contains page <title>` option. + 4. Under `Discussion Category` choose `Announcements` to limit the creation + of new discussions to Giscuss and people with maintainer or admin + permissions. + 5. Under `Features`, select the following: + 1. Enable reactions for the main post + 2. Emit discussion metadata + 3. Place the comment box above the comments + 6. Under `Theme`, select `Preferred color scheme` so that Giscus matches + the color scheme selected by the user for your site. + +[Giscus homepage]: https://giscus.app/ + +With these settings in place, you now need to integrate the code into your +site. There is a partial `partials/comments.html` that exists for this purpose +and is empty be default. It is included by the `content.html` partial, so will +be included for every page on your site. You may or may not want this. In this +tutorial, you will limit the Giscus integration to only blog posts but it is +easy enough to leave out the code that achieves this if you want to have Giscus +discussions active for every page. + +!!! example "Add Giscus integration code" + + First, you need to create an `overrides` directory that will contain the + templates and partials you want to override. + + ``` + mkdir -p overrides/partials + ``` + + You need to declare it in your `mkdocs.yaml`: + + ```yaml hl_lines="3" + theme: + name: material + custom_dir: overrides + ``` + + Now add a file `overrides/partials/comments.html` and paste in the code + snippet you obtained from the Giscus homepage. Look at the result locally + and you will see that the integration is active on all pages of the site. + If you want to restrict it to your blog posts, you need to add a conditional + around the Giscus script that tests if comments should be included. A simple + way of doing this is to test for a metadata flag: + + ```html + {% if page.meta.comments %} + <script>...</script> + {% endif %} + ``` + + The disadvantage is that you now need to manually turn on comments for each + blog post - unless you want to turn them off on some. To get the comments + section on all blog posts, use code like this: + + ```html + {% if page.file.src_uri.startswith('blog/posts') %} + <script>...</script> + {% endif %} + ``` + + You should see now that the Giscus comments are added at the bottom of your + blog posts but not on other pages. + +## What's next? + +This is the end of the blog tutorial. We hope you have enjoyed it and manage to +set up your blog the way you like it. There are numerous other features and +options that we have not been able to cover here. The [blog plugin reference] +provides comprehensive documentation for the plugin. You may also want to +look at the [social plugin tutorial] to generate social cards for your blog +posts that get displayed when you post links to social media systems. + +[blog plugin reference]: https://squidfunk.github.io/mkdocs-material/plugins/blog/ +[social plugin tutorial]: ../social/basic.md diff --git a/mkdocs-material/docs/tutorials/blogs/navigation.md b/mkdocs-material/docs/tutorials/blogs/navigation.md new file mode 100644 index 0000000..f0b0c5c --- /dev/null +++ b/mkdocs-material/docs/tutorials/blogs/navigation.md @@ -0,0 +1,525 @@ +# Navigation, authors, and pagination + +The Blog plugin provides blog-style navigation with a reverse-chronological +index page and an archive organized by year by default. This tutorial shows +how you can configure details of the default navigation, configure authors, and +add more navigation options using categories and the [Tags plugin]. + +[Tags plugin]: ../../plugins/tags.md + +__Time required:__ typically 30 minutes + +## Integrating navigation + +So far, you have let the Blog plugin and MkDocs worry about navigation. For some +use cases, this might be enough and it is simply sufficient to not declare a +`nav` section in the `mkdocs.yml`. + +However, you may want to integrate a blog with other content and a navigation +structure that you have defined in the `nav` section of the configuration. +In such cases, you need to provide a place where the Blog plugin should +attach the blog navigation to the rest of the navigation structure. + +!!! example "Integrate with site navigation" + + Add the following to your `mkdocs.yml` to see how the Blog plugin can + integrate the blog navigation with the overall navigation structure. + Note that the only thing you need to specify at this point is the + index page for the blog and its path must match the `blog_dir` setting, + which is `blog` by default: + + ```yaml hl_lines="5 6" + nav: + - Home: index.md + - Install: install.md + - Usage: usage.md + - Blog: + - blog/index.md + ``` + + You will notice that "Blog" is duplicated in the navigation structure. To + avoid this, you can use the `navigation.indexes` feature to make the blog + index the section index page for the blog: + + ```yaml hl_lines="3 4" + theme: + name: material + features: + - navigation.indexes + ``` + +!!! tip "Stand-alone blog" + + If what you need is a stand-alone blog instead of one that is integrated with + a larger site, this can be done by using the `blog_dir` configuration option. + To see how this is done, see [setting up a blog]. + The rest of the tutorial assumes that you are integrating the blog with + a wider site. + +[Setting up a blog]: ../../setup/setting-up-a-blog.md#blog-only + +!!! tip "Adding pages" + + You can add additional pages to the blog section by putting them into + `docs/blog` (and adding them to the navigation). The blog archive will be + added to the navigation after these pages. + +## Configuring the archive + +By default, the blog archive lists posts by year only. If you want to add +listings by month, you can configure the date format for the archive. + +!!! example "Organize posts by month" + + Add the following to your `mkdocs.yml` to get a listing with the month + name (in the language selected in the theme options): + + ```yaml hl_lines="2" + - blog: + archive_date_format: MMMM yyyy + ``` + + If you do not want the full month name, you can make the the date + configuration `MM/yyyy`, for example. + + If you want to add the day, you can add a placeholder for them. + For example, to get an American-style output, make it `MM/dd/yyyy`. + For the plugin to sort the blog posts by the full date, you will + also need to set the `archive_url_date_format` to include the month + and day, so make it `MM/dd/yyyy` as well. + +## Using categories + +Categories are a way to make blog posts accessible by topic while retaining +the navigation structure based on chronology within each category listing. +Use them when there is a limited set of non-overlapping categories that +you can sort your posts into. + +Categories appear in the main navigation, so are directly accessible from there. +This implies that there are relatively few categories as otherwise the +`categories` section in your main navigation will become too crowded. + + +!!! example "Add a category" + + Add a category to your first blog post by adding it to the page header: + + ``` hl_lines="4 5"" + --- + date: 2023-12-31 + updated: 2024-01-02 + categories: + - Holidays + --- + ``` + + Now that the blog post has been categorised, `Holidays` appears under + `Categories` in the main navigation and the blog post appears in the + index page for this category. + + +!!! tip "Single or multiple categories?" + + While it is traditionally the case that a blog post would belong to only + one category, Material for MkDocs actually allows you to assign more + than one. While this gives you a degree of freedom, you should + probably not use this too much, not least because you can use tags to + deal with multiple classifications. We will cover them in the next step. + +Material allows you to control which categories blog authors can use. You +declare them in the `mkdocs.yml`. This way you can make sure everyone sticks +to agreed categories and that the plugin detects typos. + +!!! example "Control your categories" + + Add a `categories_allowed` entry to the configuration of the Blog plugin + with the entries "Holidays" and "News": + + ```yaml hl_lines="5-7" + plugins: + - search + - blog: + archive_date_format: MMMM yyyy + categories_allowed: + - Holidays + - News + ``` + + Now, when you add a category to a blog post that does not match one of these + two, you should get a build error. + +## Using tags + +The [Tags plugin] provides another way to classify blog posts and to make +them accessible independently of the main navigation structure. Tags are useful +for making related content easily discoverable even if it is in different parts +of the navigation hierarchy. + +[Tags plugin]: https://squidfunk.github.io/mkdocs-material/plugins/tags/ + +You may have a tutorial like this one as well as a more comprehensive setup guide +and reference documentation. Adding the same tag to all three shows that they +are related. As you will see, it is possible to navigate from a tagged page to +the tag index and, from there, to other pages that carry the same tag. + +!!! example "Enable the plugin and add tags" + + First, you need to add the plugin to your `mkdocs.yml`: + + ```yaml hl_lines="8" + plugins: + - search + - blog: + archive_date_format: MMMM yyyy + categories_allowed: + - Holidays + - News + - tags + ``` + + Once this is done, you can add tags to posts in the page header: + + ``` hl_lines="9-12"" + --- + date: + created: 2023-12-31 + updated: 2024-01-02 + authors: + - material + categories: + - Holidays + tags: + - new year + - hogmanay + - festive season + --- + ``` + +You should see the tags that you defined at the top of the post. However, at the +moment that is it. While the blog plugin automatically creates an index page for +categories, the tags plugin does not do the same for tags. This is because the +tags plugin is not specific for blogs. You can use it for any site content, so +it is not obvious were the tag index should go. + +You can configure a basic tag index using the public version of Material for +MkDocs. The Insider Edition supports this as well, of course, but also provides +an alternative index mechanism that allows for an arbitrary number of tag +indexes, scoped listings, shadow tags, nested tags, and much more. + +!!! example "Adding a tags index" + === "Basic tag index" + + To configure a tag index using the public version, add a `tags_file` entry + to your configuration of the tags plugin and configure it in your `nav` + section. Remember to add a colon at the end of the existing `tags` entry. + + ```yaml hl_lines="8-9 17" + plugins: + - search + - blog: + archive_date_format: MMMM yyyy + categories_allowed: + - Holidays + - News + - tags: + tags_file: blog/tags.md + + nav: + - Home: index.md + - Install: install.md + - Usage: usage.md + - Blog: + - blog/index.md + Tags: blog/tags.md + ``` + + The tag index will be appended to the configured page, which you should + now create at the location specified. + + Note that you can put the tag index page anywhere in your primary + navigation, so if you are using tags elsewhere instead of just in your + blog then you may want to have the tag index outside the blog section + of the navigation. + + + === "Insider Edition" + + To add a tag index, you add a placeholder in a Markdown file to tell + the plugin to insert an index at that point. This means that you + can add content before and after the index. Crucially, you can add + placeholders in multiple pages, each with a configuration of what + subset of tags should be displayed in the index. + + The simplest index page looks like this. Create it under `docs/tags.md`. + + ```markdown + # Tag index + <!-- material/tags --> + ``` + + Now, you may want to keep the tags for your blog separate from tags + you use in the rest of your page. You can achieve this by assigning + the tag index a scope. Put the following under `docs/blog/tags.md`: + + ```markdown + # Tag index for the blog + <!-- material/tags { scope: true } --> + ``` + + You now have two index pages: one covers the whole site and one + covers only the blog. Add both to the navigation: + + ```yaml + nav: + - Home: index.md + - Tags: tags.md + - Blog: + - blog/index.md + - blog/tags.md + ``` + + The tags plugin in the Insider Edition is an incredibly powerful tool + and we can only scratch the surface of what is possible with it. If you + want to explore more after you have worked for this part of the tutorial, + have a look at the [tags plugin reference]. + +[tags plugin reference]: ../../plugins/tags.md + +## Defining authors + +If your blog has more than one author then you may want to identify the author +for each blog post. The blog plugin allows you to create a file that contains +the author information and to then reference the authors of a particular post in +the page header. + +!!! example "Create author info" + + Create a file `docs/blog/.authors.yml` with this content: + + ```yaml + authors: + team: + name: Team + description: Creator + avatar: https://simpleicons.org/icons/materialformkdocs.svg + squidfunk: + name: Martin Donath + description: Creator + avatar: https://github.com/squidfunk.png + ``` + + and then add a line to the header of the first post: + + + ```hl_lines="5-6" + --- + date: + created: 2023-12-31 + updated: 2024-01-02 + authors: + - team + --- + ``` + + Note that `authors` is a list, so you can specify multiple authors. + +With the Insiders edition, you can create custom author index pages that +can highlight the contributions of an author as well as provide additional +information about them. + +!!! example "Add author page <!-- md:sponsors -->" + + First, you need to enable author profiles in the `mkdocs.yml`: + + ```yaml hl_lines="8" + plugins: + - search + - blog: + archive_date_format: MMMM yyyy + categories_allowed: + - Holidays + - News + authors_profiles: true + ``` + + Check your blog to see that there is now an extra entry in the main + navigation next to `archive` and `categories` that lists the authors and + their contributions. + + To customize the author page, you can create a page that overrides the one + generated by default. First, create the `author` directory that the profile + pages will live in: + + ```hl_lines="3" + docs + ├── blog + │   ├── author + │   ├── index.md + │   └── posts + │   ├── draft.md + │   └── myfirst.md + └── index.md + ``` + + Then create a page `docs/blog/author/team.md`: + + ``` + # The Material Team + + A small group of people dedicated to making writing documentation easy, if + not outright fun! Here are some of the things we have blogged about: + ``` + + As you can see, the author index gets appended to the content you have + written in the Markdown file. + +## Pagination + +Once your blog starts growing, you may not want to pay attention to the number +of posts displayed per page. By default, the plugin displays up to 10 posts on +the index pages. You can change this number separately for the main index, +the archive index pages, and the category index pages. + +!!! example "Changing pagination" + + Add five more blog posts, then set the pagination setting to show five per + page only: + + ```yaml hl_lines="7" + - blog: + archive_date_format: MMMM yyyy + categories_allowed: + - Holidays + - News + authors_profiles: true + pagination_per_page: 5 + ``` + + You will see that the pagination setting for archive and category pages + are inherited from the setting you added. If you want to have different + settings for the different index pages, you can specify each setting + separately: + + ```yaml + - blog: + archive_date_format: MMMM yyyy + categories_allowed: + - Holidays + - News + authors_profiles: true + pagination_per_page: 5 + archive_pagination_per_page: 10 + categories_pagination_per_page: 10 + ``` + +## Blog table of contents + +Another thing you may want to do once you have a large enough number of posts +is to turn on the function that produces a table of contents for the blog +index pages, giving your readers the opportunity to quickly scan the content +of each page for something that interests them without having to scroll +(assuming that the number of post per page is not too big). + +!!! example "Turn on the table of contents feature" + + To produce a table of contents for the blog index pages, add the following + to the configuration of the blog plugin: + + ```yaml hl_lines="2" + - blog: + blog_toc: true + archive_date_format: MMMM yyyy + # ... + ``` + +## Custom slugs + +If, for some reason, you are not happy with the way that Material for MkDocs +turns headings into slugs, you can create your own slugify function or you +can manually define a slug for a specific post. + +!!! example "Slugify function" + + To define your own slugify function, you need to write a Python function + that converts text into a slug given additional arguments from the + configuration. You also need to write a function that returns that + function. + + Say you want to define two slugify functions that you can switch between. + The first one returns a slug similar to what the default slugify function + produces. The second one cuts the result of that up into words and returns + a slug based on a maximum of five of them: + + ```python + import re, functools, unicodedata + + RE_HTML_TAGS = re.compile(r'</?[^>]*>', re.UNICODE) + RE_INVALID_SLUG_CHAR = re.compile(r'[^\w\- ]', re.UNICODE) + RE_WHITESPACE = re.compile(r'\s', re.UNICODE) + + def _make_slug(text, sep, **kwargs): + slug = unicodedata.normalize('NFC', text) + slug = RE_HTML_TAGS.sub('', slug) + slug = RE_INVALID_SLUG_CHAR.sub('', slug) + slug = slug.strip().lower() + slug = RE_WHITESPACE.sub(sep, slug) + return slug + + def _make_slug_short(text, sep, **kwargs): + words = _make_slug(text, sep, **kwargs).split(sep) + return sep.join(words[:5]) + + def slugify(**kwargs): + if 'short' in kwargs and kwargs['short']: + return functools.partial(_make_slug_short, **kwargs) + return functools.partial(_make_slug, **kwargs) + ``` + Save this code in `ext/slugs.py` and also add an (empty) `__init__.py` + file to indicate that the directory is a module. Now you can configure + your custom slugify code like this: + + ```yaml hl_lines="4-6" + plugins: + - blog: + # other entries omitted + post_slugify: !!python/object/apply:ext.slugs.slugify + kwds: + short: true + ``` + + Change the heading of a blog post to be longer than five words and observe + how the slugify function shortens the URL. Change the `short` attribute to + `false` and you can turn this off again. + +If you want to influence the slug only for a single blog post, you can define +it manually by specifying it in the header of the post. Note that this is meant +as a last resort option. Specifying a custom slug manually for every post would +be tedious. + +!!! example "Manually define slug" + + If, for example, you wanted the slug to be 'ny-eve' instead of the somewhat + lengthy 'happy-new-years-eve', you could add the following: + + ```hl_lines="7" + --- + date: + created: 2023-12-31 + updated: 2024-01-02 + readtime: 15 + pin: true + slug: ny-eve + --- + ``` + + The URL for this post should now be + `http://localhost:8000/blog/2023/01/31/ny-eve/`. + +## What's next? + +You may want to increase engagement with your blog by allowing people to +subscribe to an RSS feed, by providing links to your social media profiles, by +providing share and like buttons, or by setting up a comment system. +The [engagement and dissemination tutorial] walks you through setting these up. + +[engagement and dissemination tutorial]: engage.md diff --git a/mkdocs-material/docs/tutorials/index.md b/mkdocs-material/docs/tutorials/index.md new file mode 100644 index 0000000..ddfd04d --- /dev/null +++ b/mkdocs-material/docs/tutorials/index.md @@ -0,0 +1,58 @@ +# Tutorials + +In addition to the basic getting started guides, we offer tutorials that aim to +show how you can use Material for MkDocs in different use cases. In contrast to +the getting started guides or the reference documentation, the tutorials show +the breadth of features available in Material for MkDocs but also within +the wider MkDocs ecosystem. + +The tutorials guide you through worked examples, so by following them you should +gain not only an understanding of how to use Material for MkDocs, but also +a template for your own projects. For convenience, these templates are also +available as template repositories on GitHub. + +The tutorials assume that you have installed either the [public version] or the +[Insiders edition] of Material for MkDocs and that you have worked through the +[creating your site] setup guide. + +Note that where the features we use require the Insiders edition, we mark these +with the heart icon: <!-- md:sponsors --> If you are using the public version +then you can skip these steps. Sometimes there will be ways of achieving the +same goal that differ between the public version and the Insider edition. In +that case, we will show them in a tabbed view so you can see one or the other. + +[public version]: ../getting-started.md +[Insiders edition]: ../insiders/getting-started.md +[creating your site]: ../creating-your-site.md + +!!! note "Feedback wanted!" + The tutorials are a recent addition to our documentation and we are still + working out what shape they should have in the end. Please [provide any + feedback you might have in this discussion thread]. + + Note, however, that suggestions should be specific and feasible. We want to + focus on creating more content at the moment, instead of developing a + specific styling or behaviour for the tutorials. If there are worthwhile + improvements that we can make through simple customization then we are happy + to consider those. + +[provide any feedback you might have in this discussion thread]: https://github.com/squidfunk/mkdocs-material/discussions/7220 + +## Blogs +* [Basics](blogs/basic.md) (20 min) <br/> + covers the basics of setting up a blog, including post metadata. +* [Navigation, pagination, multiple authors](blogs/navigation.md) (30 min)<br/> + describes how to make it easier for your readers to find content. +* [Engagement and dissemination](blogs/engage.md) (30 min)<br/> + walks you through ways of increasing engagement with your content. + +[:octicons-repo-template-24: Template Repository](https://github.com/mkdocs-material/create-blog) + +## Social cards +* [Basics](social/basic.md) (20 min) <br/> + shows you how to configure Material for MkDocs to create social cards for + your content. +* [Custom cards](social/custom.md) (15 min)<br/> + shows you how to design your own custom social cards. + +[:octicons-repo-template-24: Template Repository](https://github.com/mkdocs-material/create-social-cards) diff --git a/mkdocs-material/docs/tutorials/social/basic.md b/mkdocs-material/docs/tutorials/social/basic.md new file mode 100644 index 0000000..aaea6c7 --- /dev/null +++ b/mkdocs-material/docs/tutorials/social/basic.md @@ -0,0 +1,203 @@ +# Basic social cards + +Social cards are images that other systems such as social media can display as +a preview for content linked to. It is easy to get started with the social +plugin, true to the motto of Material with MkDocs: "batteries included." + +## Basics + +Before you start, there are just a couple of [dependencies to install]. These +are libraries for image processing that the plugin needs to produce the social +cards, as well as their Python bindings. + +[dependencies to install]: https://squidfunk.github.io/mkdocs-material/plugins/requirements/image-processing/ + +With those prerequisites met, it is simply a matter of activating the plugin, +which will: + +* produce the social cards as PNG images for each page in your site; +* create meta data in the headers of your site's pages that will provide + social media systems with key information and tell them how to find the + social card image. + +!!! example "Add social cards" + + Simply add the social plugin to your list of plugins: + + ```yaml hl_lines="3" + plugins: + - search + - social + - ... + ``` + +Now, when you run `mkdocs build` and look at the `site` directory, you will +see that it contains subfolders under `assets/images/social` that reflect +the structure of your Markdown files. Each page has a corresponding PNG file +that contains the social card image. + +Have a look at the generated HTML and you will see the metadata produced in +the `head` element, including one entry that points to the image. + +## Background color + +The social plugin has configuration options for changing aspects such as colors, +images, fonts, logos, the title, even the description. You can configure them +for all social cards in the `mkdocs.yml` and, in the Insiders Edition, they can +be overridden in the page header for individual pages. + +!!! example "Change the background color" + + To change the background color to an attention-grabbing hot pink, + you might add: + + ```yaml hl_lines="4-5" + plugins: + ... + - social: + cards_layout_options: + background_color: "#ff1493" + ``` + +## Logos + +By default, the plugin uses the logo that you set for the whole site, either +through the `theme.logo` or the `theme.icon.logo` setting. The difference +between the two is that the `theme.icon.logo` version will directly embed the +logo's SVG code into the HTML, allowing it to inherit CSS color settings. When +you use `theme.logo`, the Material includes the logo as an image. + +You can set your own logo specific for the social cards as well. The path used +is relative to your project root and needs to point to an SVG file or a pixel +image. It should be rectangular and have a transparent background. + +!!! example "Set your own logo" + + ```yaml hl_lines="3-4" + plugins: + - social: + cards_layout_options: + logo: docs/assets/images/ourlogo.png + ``` + +## Background images + +In addition to adding your own logo, the most impactful way to personalize your +social cards is to add a background image instead of the default solid color +background. Make sure you choose one that will contrast well with the other +elements of the card. + +Also, the background color gets rendered *on top of* the background image, +allowing you to use a transparent color to tint an image. To use just the image, +use the color value `transparent`. + +!!! example "Add background image" + + ```yaml hl_lines="4 5" + plugins: + - social: + cards_layout_options: + background_image: layouts/background.png + background_color: transparent + ``` + +The path to the background image is resolved from the root of your project, +so this is where you should make the `layouts` directory and place the +background image. The default site of the social cards included with the plugin +is 1200x630 pixels, so choose an image that size or one that scales well to it. + +## Additional layouts and styles <!-- md:sponsors --> + +The Insiders Edition provides additional layouts as well as the option to +configure different styles for different (kinds of) pages. + +The Insiders Edition comes with a number of additional layouts for the social +cards. For example, the `default/variant` layout adds a page icon to the card. +You can use this to distinguish social cards visually, depending on what kind +of page you are sharing. + +For example, imagine you have a set of pages that advertise events and you want +to include a calendar icon as a visual indication that a card advertises an +event. In the following, you will set up a directory for event pages and use +the meta plugin to assign them a calendar icon. + +!!! example "Social cards for event pages" + + First, create a directory in your `docs` directory to hold the event pages: + + ``` + $ mkdir docs/events + ``` + + Then, add a file `.meta.yml` inside this new directory with settings for + the page icon and a hot pink background color that will stand out on + social media. Note that you can override the background image by setting it + to `null` here since it is not visible anyway because of the opaque coloring. + + ```yaml + --- + icon: material/calendar-plus + social: + cards_layout_options: + background_image: null + background_color: "#ff1493" + --- + ``` + + Now add a page within the `docs/events` directoy. It does not need to have + any special content, just a top level header. + + To turn on the `default/variant` layout in `mkdocs.yml`, add the + `cards_layout` option and also add the meta plugin: + + ```yaml + plugins: + - meta + - social: + cards_layout: default/variant + ``` + + After running `mkdocs build`, you can see that the social card at + `site/assets/images/social/events/index.png` features the page icon. + +Note that the icon will also appear next to the navigation element for the +page. If that is not what you want then you will need to modify the social +card template to gets its icons from another source. You can learn how to +do this in the [custom social cards tutorial](custom.md). + +## Per-page settings <!-- md:sponsors --> + +With the Insiders Edition, you can customize the card layout for each +page by adding settings to the page header. You have effectively done this +in the previous exercise, but using the meta plugin to affect a whole set of +pages. + +Say that in addition to regular events you also have the odd webinar and +for this you want to set a different icon and also set the description to +indicate that the event is part of the webinar series. + +!!! example "Override card style in page header" + + Add the following to the top of the page in `docs/events` or create a new + one: + + ```yaml + --- + icon: material/web + social: + cards_layout_options: + description: Our Webinar Series + --- + ``` + +## What's next? + +With the Insiders Edition, you can also define custom layouts if the +configuration options introduced above as not enough to meet your needs. +Continue to the [custom social cards tutorial](custom.md) if you want to +find out how to do this. + +Social cards are particularly useful for blog posts. If you have a blog, +you need to do nothing more than to turn on both plugins to create social cards +to advertise your latest blog posts. If you do not have one yet but would like +to, why not check out the [blog tutorials](../index.md#blogs)? diff --git a/mkdocs-material/docs/tutorials/social/custom.md b/mkdocs-material/docs/tutorials/social/custom.md new file mode 100644 index 0000000..fdc08d2 --- /dev/null +++ b/mkdocs-material/docs/tutorials/social/custom.md @@ -0,0 +1,142 @@ +# Custom cards + +The Insiders Edition allows you to define custom layouts for your social cards +to suit your specific needs if the configuration options are not enough. +For example, you may want to define a social card to advertise a new release +of your product. It should have an icon indicating a launch announcement as +well as the version number of the release on the card. + +## Setup + +You can either design a custom layout from scratch or use an existing layout +as the basis that you add to or otherwise modify. In this tutorial, you will +use the default layout as the basis. + +!!! example "Copy default layout to customize <!-- md:sponsors -->" + + Copy the default social card layout from your installation of Material + for MkDocs to a new directory `layouts`. The instructions below assume you + are in your project root and have a virtual environment within this. The + path on your machine, of course, may differ. + + ``` + $ mkdir layouts + $ cp venv/lib/python3.12/site-packages/material/plugins/social/templates/default/variant.yml \ + layouts/release.yml + ``` + + Before customizing the social cards, you need to tell the plugin where to + find them as well as tell MkDocs to watch for any changes. Add the following + to the plugin configuration in your `mkdocs.yml`: + + ``` yaml hl_lines="2-6" + plugins: + - social: + cards_layout_dir: layouts + + watch: + - layouts + ``` + +Have a look at the contents of `release.yml`. You will see that there are: + +* a number of definitions of content pulled from the site, +* definitions of tags that end up in the `meta` elements in the page header + of each page, +* a specification that consists of a number of layers that the social plugin + applies on top of each other in the order in which they are defined. + +## Define page metadata + +In the following, you will add a version number to the social card. This +assumes you have a changelog page with information about each release. +Add the version number of the latest version to the page header (so it does +not need to be parsed out of the Markdown content): + +!!! example "Defining the release data <!-- md:sponsors -->" + + Create a page `docs/changelog.md` with the following content: + + ```yaml + --- + icon: material/rocket-launch-outline + social: + cards_layout: release + cards_layout_options: + title: New release! + latest: 1.2.3 + --- + + # Releases + ``` + +## Extract page metadata + +With the data defined in the page header, you can now add code to the layout +that pulls it out and makes it available to render later on. This is to separate +the data manipulation from the actual layout instructions and so make the +layout file easier to read. + +!!! example "Adding data definitions" + + Add the following at the top of the layout file: + + ```yaml hl_lines="2-9" + definitions: + - &latest >- + {%- if 'latest' in page.meta %} + {{ page.meta['latest']}} + {%- else -%} + No release version data defined! + {%- endif -%} + ``` + +The code presented here checks whether the page header contains the necessary +entries and spits out a message to the social card if not. Unfortunately, there +is no straightforward way to raise an exception or log an error, so the messages +merely appear in the social card produced. + +## Add release version layer + +The next step is to use these data definitions in a new layer and add it to the +ones already present. + +!!! example "Render release version" + + Finally, add the following to end of the custom layout: + + ```yaml + - size: { width: 990, height: 50 } + offset: { x: 50, y: 360 } + typography: + content: *latest + align: start + color: *color + ``` + +You should now see the social plugin use the custom layout on the changelog page +you set up. + +## Adjust layout + +Finally, the rocket icon used for the changelog page is not quite in the right +position. Find the please where the `page_icon` variable is used to create the +page icon layer and adjust the horizontal position to 600 instead of 800. + +!!! tip "Debugging layout files" + + Should you find that your layouts are causing your MkDocs build to fail, + there are a number of things you can do: + + 1. Run Mkdocs with the `--verbose` option to get more detailed reporting. + 2. Comment out things you recently added or that you suspect are the cause + 3. Install the `jinja2` command-line tool with `pip install Jinja2` and + run it over your layout file, for example: `jinja2 event.yml`. + +## What's next? + +If you do not have a blog yet, why not check out the +[blog tutorials](../index.md#blogs) and learn how to set one up? The social +plugin will help you draw attention to your posts on social media. + +Check out the [other tutorials](../index.md) we have prepared for you. \ No newline at end of file diff --git a/mkdocs-material/docs/upgrade.md b/mkdocs-material/docs/upgrade.md new file mode 100644 index 0000000..bab2d29 --- /dev/null +++ b/mkdocs-material/docs/upgrade.md @@ -0,0 +1,1965 @@ +# How to upgrade + +Upgrade to the latest version with: + +``` +pip install --upgrade --force-reinstall mkdocs-material +``` + +Show the currently installed version with: + +``` +pip show mkdocs-material +``` + +## Upgrading from 8.x to 9.x + +This major release includes a brand new search implementation that is faster +and allows for rich previews, advanced tokenization and better highlighting. +It was available as part of Insiders for over a year, and now that the funding +goal was hit, makes its way into the community edition. + +### Changes to `mkdocs.yml` + +#### `content.code.copy` + +The copy-to-clipboard buttons are now opt-in and can be enabled or disabled +per block. If you wish to enable them for all code blocks, add the following +lines to `mkdocs.yml`: + +``` yaml +theme: + features: + - content.code.copy +``` + +#### `content.action.*` + +A "view source" button can be shown next to the "edit this page" button, both +of which must now be explicitly enabled. Add the following lines to +`mkdocs.yml`: + +``` yaml +theme: + features: + - content.action.edit + - content.action.view +``` + +#### `navigation.footer` + +The _previous_ and _next_ buttons in the footer are now opt-in. If you wish to +keep them for your documentation, add the following lines to `mkdocs.yml`: + +``` yaml +theme: + features: + - navigation.footer +``` + +#### `theme.language` + +The Korean and Norwegian language codes were renamed, as they were non-standard: + +- `kr` to `ko` +- `no` to `nb` + +#### `feedback.ratings` + +The old, nameless placeholders were removed (after being deprecated for several +months). Make sure to switch to the new named placeholders `{title}` and `{url}`: + +``` +https://github.com/.../issues/new/?title=[Feedback]+{title}+-+{url} +``` + +### Changes to `*.html` files + +The templates have undergone a series of changes. If you have customized +Material for MkDocs with theme extension, be sure to incorporate the latest +changes into your templates. A good starting point is to [inspect the diff]. + +!!! warning "Built-in plugins not working after upgrade?" + + If one of the built-in plugins (search or tags) doesn't work anymore without + any apparent error or cause, it is very likely related to custom overrides. + [MkDocs 1.4.1] and above allow themes to namespace built-in plugins, which + Material for MkDocs 9 now does in order to allow authors to use third-party + plugins with the same name as built-in plugins. Search your overrides for + [`"in config.plugins"`][in config.plugins] and add the `material/` namespace. + Affected partials: + + - [`content.html`][content.html] + - [`header.html`][header.html] + + [inspect the diff]: https://github.com/squidfunk/mkdocs-material/pull/4628/files#diff-3ca112736b9164701b599f34780107abf14bb79fe110c478cac410be90899828 + [MkDocs 1.4.1]: https://github.com/mkdocs/mkdocs/releases/tag/1.4.1 + [in config.plugins]: https://github.com/squidfunk/mkdocs-material/search?q=%22in+config.plugins%22 + [content.html]: https://github.com/squidfunk/mkdocs-material/blob/master/src/templates/partials/content.html + [header.html]: https://github.com/squidfunk/mkdocs-material/blob/master/src/templates/partials/header.html + +## Upgrading from 7.x to 8.x + +### What's new? + +- Added support for code annotations +- Added support for anchor tracking +- Added support for version warning +- Added `copyright` partial for easier override +- Removed deprecated content tabs legacy implementation +- Removed deprecated `seealso` admonition type +- Removed deprecated `site_keywords` setting (unsupported by MkDocs) +- Removed deprecated prebuilt search index support +- Removed deprecated web app manifest – use customization +- Removed `extracopyright` variable – use new `copyright` partial +- Removed Disqus integration – use customization +- Switched to `:is()` selectors for simple selector lists +- Switched autoprefixer from `last 4 years` to `last 2 years` +- Improved CSS overall to match modern standards +- Improved CSS variable semantics for fonts +- Improved extensibility by restructuring partials +- Improved handling of `details` when printing +- Improved keyboard navigation for footnotes +- Fixed #3214: Search highlighting breaks site when empty + +### Changes to `mkdocs.yml` + +#### `pymdownx.tabbed` + +Support for the legacy style of the [Tabbed] extension was dropped in favor +of the new, alternate implementation which has [better behavior on mobile +viewports]: + +=== "8.x" + + ``` yaml + markdown_extensions: + - pymdownx.tabbed: + alternate_style: true + ``` + +=== "7.x" + + ``` yaml + markdown_extensions: + - pymdownx.tabbed + ``` + + [Tabbed]: setup/extensions/python-markdown-extensions.md#tabbed + [better behavior on mobile viewports]: https://x.com/squidfunk/status/1424740370596958214 + +#### `pymdownx.superfences` + +The `*-experimental` suffix must be removed from the [custom fence][SuperFences] +class property, which is used to target code blocks to be rendered as [diagrams] +using [Mermaid.js]: + +=== "8.x" + + ``` yaml + markdown_extensions: + - pymdownx.superfences: + custom_fences: + - name: mermaid + class: mermaid + format: !!python/name:pymdownx.superfences.fence_code_format + ``` + +=== "7.x" + + ``` yaml + markdown_extensions: + - pymdownx.superfences: + custom_fences: + - name: mermaid + class: mermaid-experimental + format: !!python/name:pymdownx.superfences.fence_code_format + ``` + + [SuperFences]: setup/extensions/python-markdown-extensions.md#superfences + [diagrams]: reference/diagrams.md + [Mermaid.js]: https://mermaid-js.github.io/mermaid/ + +#### `google_analytics` + +This option was [deprecated in MkDocs 1.2.0], as the implementation of a +JavaScript-based analytics integration is the responsibility of a theme. +The following lines must be changed: + +=== "8.x" + + ``` yaml + extra: + analytics: + provider: google + property: UA-XXXXXXXX-X + ``` + +=== "7.x" + + ``` yaml + google_analytics: + - UA-XXXXXXXX-X + - auto + ``` + + [deprecated in MkDocs 1.2.0]: https://www.mkdocs.org/about/release-notes/#backward-incompatible-changes-in-12 + +### Changes to `*.html` files { data-search-exclude } + +The templates have undergone a set of changes to make them future-proof. If +you've used theme extension to override a block or template, make sure that it +matches the new structure: + +- If you've overridden a __block__, check `base.html` for potential changes +- If you've overridden a __template__, check the respective `*.html` file for + potential changes + +=== ":octicons-file-code-16: `base.html`" + + ``` diff + @@ -13,11 +13,6 @@ + {% elif config.site_description %} + <meta name="description" content="{{ config.site_description }}"> + {% endif %} + - {% if page and page.meta and page.meta.keywords %} + - <meta name="keywords" content="{{ page.meta.keywords }}"> + - {% elif config.site_keywords %} + - <meta name="keywords" content="{{ config.site_keywords }}"> + - {% endif %} + {% if page and page.meta and page.meta.author %} + <meta name="author" content="{{ page.meta.author }}"> + {% elif config.site_author %} + @@ -61,15 +56,13 @@ + font.text | replace(' ', '+') + ':300,400,400i,700%7C' + + font.code | replace(' ', '+') + }}&display=fallback"> + - <style>:root{--md-text-font-family:"{{ font.text }}";--md-code-font-family:"{{ font.code }}"}</style> + + <style>:root{--md-text-font:"{{ font.text }}";--md-code-font:"{{ font.code }}"}</style> + {% endif %} + {% endblock %} + - {% if config.extra.manifest %} + - <link rel="manifest" href="{{ config.extra.manifest | url }}" crossorigin="use-credentials"> + - {% endif %} + {% for path in config["extra_css"] %} + <link rel="stylesheet" href="{{ path | url }}"> + {% endfor %} + + {% include "partials/javascripts/base.html" %} + {% block analytics %} + {% include "partials/integrations/analytics.html" %} + {% endblock %} + @@ -89,7 +82,6 @@ + <body dir="{{ direction }}"> + {% endif %} + {% set features = config.theme.features or [] %} + - {% include "partials/javascripts/base.html" %} + {% if not config.theme.palette is mapping %} + {% include "partials/javascripts/palette.html" %} + {% endif %} + @@ -106,13 +98,25 @@ + </div> + <div data-md-component="announce"> + {% if self.announce() %} + - <aside class="md-banner md-announce"> + - <div class="md-banner__inner md-announce__inner md-grid md-typeset"> + + <aside class="md-banner"> + + <div class="md-banner__inner md-grid md-typeset"> + {% block announce %}{% endblock %} + </div> + </aside> + {% endif %} + </div> + + {% if config.extra.version %} + + <div data-md-component="outdated" hidden> + + <aside class="md-banner md-banner--warning"> + + {% if self.outdated() %} + + <div class="md-banner__inner md-grid md-typeset"> + + {% block outdated %}{% endblock %} + + </div> + + {% include "partials/javascripts/outdated.html" %} + + {% endif %} + + </aside> + + </div> + + {% endif %} + {% block header %} + {% include "partials/header.html" %} + {% endblock %} + @@ -156,25 +160,7 @@ + <div class="md-content" data-md-component="content"> + <article class="md-content__inner md-typeset"> + {% block content %} + - {% if page.edit_url %} + - <a href="{{ page.edit_url }}" title="{{ lang.t('edit.link.title') }}" class="md-content__button md-icon"> + - {% include ".icons/material/pencil.svg" %} + - </a> + - {% endif %} + - {% if not "\x3ch1" in page.content %} + - <h1>{{ page.title | d(config.site_name, true)}}</h1> + - {% endif %} + - {{ page.content }} + - {% if page and page.meta %} + - {% if page.meta.git_revision_date_localized or + - page.meta.revision_date + - %} + - {% include "partials/source-file.html" %} + - {% endif %} + - {% endif %} + - {% endblock %} + - {% block disqus %} + - {% include "partials/integrations/disqus.html" %} + + {% include "partials/content.html" %} + {% endblock %} + </article> + </div> + ``` + + ``` diff + @@ -38,13 +38,6 @@ + <meta name="description" content="{{ config.site_description }}" /> + {% endif %} + + - <!-- Page keywords --> + - {% if page and page.meta and page.meta.keywords %} + - <meta name="keywords" content="{{ page.meta.keywords }}" /> + - {% elif config.site_keywords %} + - <meta name="keywords" content="{{ config.site_keywords }}" /> + - {% endif %} + - + <!-- Page author --> + {% if page and page.meta and page.meta.author %} + <meta name="author" content="{{ page.meta.author }}" /> + @@ -120,27 +113,21 @@ + /> + <style> + :root { + - --md-text-font-family: "{{ font.text }}"; + - --md-code-font-family: "{{ font.code }}"; + + --md-text-font: "{{ font.text }}"; + + --md-code-font: "{{ font.code }}"; + } + </style> + {% endif %} + {% endblock %} + + - <!-- Progressive Web App Manifest --> + - {% if config.extra.manifest %} + - <link + - rel="manifest" + - href="{{ config.extra.manifest | url }}" + - crossorigin="use-credentials" + - /> + - {% endif %} + - + <!-- Custom style sheets --> + {% for path in config["extra_css"] %} + <link rel="stylesheet" href="{{ path | url }}" /> + {% endfor %} + + + <!-- Helper functions for inline scripts --> + + {% include "partials/javascripts/base.html" %} + + + <!-- Analytics --> + {% block analytics %} + {% include "partials/integrations/analytics.html" %} + @@ -172,7 +159,6 @@ + + <!-- Retrieve features from configuration --> + {% set features = config.theme.features or [] %} + - {% include "partials/javascripts/base.html" %} + + <!-- User preference: color palette --> + {% if not config.theme.palette is mapping %} + @@ -214,14 +200,28 @@ + <!-- Announcement bar --> + <div data-md-component="announce"> + {% if self.announce() %} + - <aside class="md-banner md-announce"> + - <div class="md-banner__inner md-announce__inner md-grid md-typeset"> + + <aside class="md-banner"> + + <div class="md-banner__inner md-grid md-typeset"> + {% block announce %}{% endblock %} + </div> + </aside> + {% endif %} + </div> + + + <!-- Version warning --> + + {% if config.extra.version %} + + <div data-md-component="outdated" hidden> + + <aside class="md-banner md-banner--warning"> + + {% if self.outdated() %} + + <div class="md-banner__inner md-grid md-typeset"> + + {% block outdated %}{% endblock %} + + </div> + + {% include "partials/javascripts/outdated.html" %} + + {% endif %} + + </aside> + + </div> + + {% endif %} + + + <!-- Header --> + {% block header %} + {% include "partials/header.html" %} + @@ -295,49 +295,11 @@ + {% block content %} + - + - <!-- Edit button --> + - {% if page.edit_url %} + - <a + - href="{{ page.edit_url }}" + - title="{{ lang.t('edit.link.title') }}" + - class="md-content__button md-icon" + - > + - {% include ".icons/material/pencil.svg" %} + - </a> + - {% endif %} + - + - <!-- + - Hack: check whether the content contains a h1 headline. If it + - doesn't, the page title (or respectively site name) is used + - as the main headline. + - --> + - {% if not "\x3ch1" in page.content %} + - <h1>{{ page.title | d(config.site_name, true)}}</h1> + - {% endif %} + - + - <!-- Markdown content --> + - {{ page.content }} + - + - <!-- Last update of source file --> + - {% if page and page.meta %} + - {% if page.meta.git_revision_date_localized or + - page.meta.revision_date + - %} + - {% include "partials/source-file.html" %} + - {% endif %} + - {% endif %} + - {% endblock %} + - + - <!-- Disqus integration --> + - {% block disqus %} + - {% include "partials/integrations/disqus.html" %} + + {% include "partials/content.html" %} + {% endblock %} + </article> + </div> + ``` + +=== ":octicons-file-code-16: `partials/copyright.html`" + + ``` diff + @@ -0,0 +1,16 @@ + +{#- + + This file was automatically generated - do not edit + +-#} + +<div class="md-copyright"> + + {% if config.copyright %} + + <div class="md-copyright__highlight"> + + {{ config.copyright }} + + </div> + + {% endif %} + + {% if not config.extra.generator == false %} + + Made with + + <a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener"> + + Material for MkDocs + + </a> + + {% endif %} + +</div> + ``` + +=== ":octicons-file-code-16: `partials/footer.html`" + + ``` diff + @@ -41,21 +40,10 @@ + {% endif %} + <div class="md-footer-meta md-typeset"> + <div class="md-footer-meta__inner md-grid"> + - <div class="md-footer-copyright"> + - {% if config.copyright %} + - <div class="md-footer-copyright__highlight"> + - {{ config.copyright }} + - </div> + - {% endif %} + - {% if not config.extra.generator == false %} + - Made with + - <a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener"> + - Material for MkDocs + - </a> + - {% endif %} + - {{ extracopyright }} + - </div> + - {% include "partials/social.html" %} + + {% include "partials/copyright.html" %} + + {% if config.extra.social %} + + {% include "partials/social.html" %} + + {% endif %} + </div> + </div> + </footer> + ``` + +=== ":octicons-file-code-16: `partials/social.html`" + + ``` diff + @@ -4,17 +4,15 @@ + -{% if config.extra.social %} + - <div class="md-footer-social"> + - {% for social in config.extra.social %} + - {% set title = social.name %} + - {% if not title and "//" in social.link %} + - {% set _,url = social.link.split("//") %} + - {% set title = url.split("/")[0] %} + - {% endif %} + - <a href="{{ social.link }}" target="_blank" rel="noopener" title="{{ title | e }}" class="md-footer-social__link"> + - {% include ".icons/" ~ social.icon ~ ".svg" %} + - </a> + - {% endfor %} + - </div> + -{% endif %} + +<div class="md-social"> + + {% for social in config.extra.social %} + + {% set title = social.name %} + + {% if not title and "//" in social.link %} + + {% set _, url = social.link.split("//") %} + + {% set title = url.split("/")[0] %} + + {% endif %} + + <a href="{{ social.link }}" target="_blank" rel="noopener" title="{{ title | e }}" class="md-social__link"> + + {% include ".icons/" ~ social.icon ~ ".svg" %} + + </a> + + {% endfor %} + +</div> + ``` + +## Upgrading from 6.x to 7.x + +### What's new? + +- Added support for deploying multiple versions +- Added support for integrating a language selector +- Added support for rendering admonitions as inline blocks +- Rewrite of the underlying reactive architecture +- Removed Webpack in favor of reactive build strategy (–480 dependencies) +- Fixed keyboard navigation for code blocks after content tabs switch + +### Changes to `mkdocs.yml` + +#### `extra.version.method` + +The versioning method configuration was renamed to `extra.version.provider` to +allow for different versioning strategies in the future: + +=== "7.x" + + ``` yaml + extra: + version: + provider: mike + ``` + +=== "6.x" + + ``` yaml + extra: + version: + method: mike + ``` + +### Changes to `*.html` files { data-search-exclude } + +The templates have undergone a set of changes to make them future-proof. If +you've used theme extension to override a block or template, make sure that it +matches the new structure: + +- If you've overridden a __block__, check `base.html` for potential changes +- If you've overridden a __template__, check the respective `*.html` file for + potential changes + +=== ":octicons-file-code-16: `base.html`" + + ``` diff + @@ -61,7 +61,7 @@ + font.text | replace(' ', '+') + ':300,400,400i,700%7C' + + font.code | replace(' ', '+') + }}&display=fallback"> + - <style>body,input{font-family:"{{ font.text }}",-apple-system,BlinkMacSystemFont,Helvetica,Arial,sans-serif}code,kbd,pre{font-family:"{{ font.code }}",SFMono-Regular,Consolas,Menlo,monospace}</style> + + <style>:root{--md-text-font-family:"{{ font.text }}";--md-code-font-family:"{{ font.code }}"}</style> + {% endif %} + {% endblock %} + {% if config.extra.manifest %} + @@ -131,7 +131,7 @@ + {% if page and page.meta and page.meta.hide %} + {% set hidden = "hidden" if "navigation" in page.meta.hide %} + {% endif %} + - <div class="md-sidebar md-sidebar--primary" data-md-component="navigation" {{ hidden }}> + + <div class="md-sidebar md-sidebar--primary" data-md-component="sidebar" data-md-type="navigation" {{ hidden }}> + <div class="md-sidebar__scrollwrap"> + <div class="md-sidebar__inner"> + {% include "partials/nav.html" %} + @@ -143,7 +143,7 @@ + {% if page and page.meta and page.meta.hide %} + {% set hidden = "hidden" if "toc" in page.meta.hide %} + {% endif %} + - <div class="md-sidebar md-sidebar--secondary" data-md-component="toc" {{ hidden }}> + + <div class="md-sidebar md-sidebar--secondary" data-md-component="sidebar" data-md-type="toc" {{ hidden }}> + <div class="md-sidebar__scrollwrap"> + <div class="md-sidebar__inner"> + {% include "partials/toc.html" %} + @@ -152,7 +152,7 @@ + </div> + {% endif %} + {% endblock %} + - <div class="md-content"> + + <div class="md-content" data-md-component="content"> + <article class="md-content__inner md-typeset"> + {% block content %} + {% if page.edit_url %} + @@ -183,10 +183,18 @@ + {% include "partials/footer.html" %} + {% endblock %} + </div> + - {% block scripts %} + - <script src="{{ 'assets/javascripts/vendor.18f0862e.min.js' | url }}"></script> + - <script src="{{ 'assets/javascripts/bundle.994580cf.min.js' | url }}"></script> + - {%- set translations = {} -%} + + <div class="md-dialog" data-md-component="dialog"> + + <div class="md-dialog__inner md-typeset"></div> + + </div> + + {% block config %} + + {%- set app = { + + "base": base_url, + + "features": features, + + "translations": {}, + + "search": "assets/javascripts/workers/search.217ffd95.min.js" | url, + + "version": config.extra.version or None + + } -%} + + {%- set translations = app.translations -%} + {%- for key in [ + "clipboard.copy", + "clipboard.copied", + @@ -204,19 +212,12 @@ + ] -%} + {%- set _ = translations.update({ key: lang.t(key) }) -%} + {%- endfor -%} + - <script id="__lang" type="application/json"> + - {{- translations | tojson -}} + - </script> + - {% block config %}{% endblock %} + - <script> + - app = initialize({ + - base: "{{ base_url }}", + - features: {{ features or [] | tojson }}, + - search: Object.assign({ + - worker: "{{ 'assets/javascripts/worker/search.9c0e82ba.min.js' | url }}" + - }, typeof search !== "undefined" && search) + - }) + + <script id="__config" type="application/json"> + + {{- app | tojson -}} + </script> + + {% endblock %} + + {% block scripts %} + + <script src="{{ 'assets/javascripts/bundle.926459b3.min.js' | url }}"></script> + {% for path in config["extra_javascript"] %} + <script src="{{ path | url }}"></script> + {% endfor %} + ``` + +=== ":octicons-file-code-16: `partials/footer.html`" + + ``` diff + - <div class="md-footer-nav"> + - <nav class="md-footer-nav__inner md-grid" aria-label="{{ lang.t('footer.title') }}"> + - {% if page.previous_page %} + - <a href="{{ page.previous_page.url | url }}" class="md-footer-nav__link md-footer-nav__link--prev" rel="prev"> + - <div class="md-footer-nav__button md-icon"> + - {% include ".icons/material/arrow-left.svg" %} + - </div> + - <div class="md-footer-nav__title"> + - <div class="md-ellipsis"> + - <span class="md-footer-nav__direction"> + - {{ lang.t("footer.previous") }} + - </span> + - {{ page.previous_page.title }} + - </div> + - </div> + - </a> + - {% endif %} + - {% if page.next_page %} + - <a href="{{ page.next_page.url | url }}" class="md-footer-nav__link md-footer-nav__link--next" rel="next"> + - <div class="md-footer-nav__title"> + - <div class="md-ellipsis"> + - <span class="md-footer-nav__direction"> + - {{ lang.t("footer.next") }} + - </span> + - {{ page.next_page.title }} + - </div> + + <nav class="md-footer__inner md-grid" aria-label="{{ lang.t('footer.title') }}"> + + {% if page.previous_page %} + + <a href="{{ page.previous_page.url | url }}" class="md-footer__link md-footer__link--prev" rel="prev"> + + <div class="md-footer__button md-icon"> + + {% include ".icons/material/arrow-left.svg" %} + + </div> + + <div class="md-footer__title"> + + <div class="md-ellipsis"> + + <span class="md-footer__direction"> + + {{ lang.t("footer.previous") }} + + </span> + + {{ page.previous_page.title }} + </div> + - <div class="md-footer-nav__button md-icon"> + - {% include ".icons/material/arrow-right.svg" %} + + </div> + + </a> + + {% endif %} + + {% if page.next_page %} + + <a href="{{ page.next_page.url | url }}" class="md-footer__link md-footer__link--next" rel="next"> + + <div class="md-footer__title"> + + <div class="md-ellipsis"> + + <span class="md-footer__direction"> + + {{ lang.t("footer.next") }} + + </span> + + {{ page.next_page.title }} + </div> + - </a> + - {% endif %} + - </nav> + - </div> + + </div> + + <div class="md-footer__button md-icon"> + + {% include ".icons/material/arrow-right.svg" %} + + </div> + + </a> + + {% endif %} + + </nav> + {% endif %} + <div class="md-footer-meta md-typeset"> + <div class="md-footer-meta__inner md-grid"> + ``` + +=== ":octicons-file-code-16: `partials/header.html`" + + ``` diff + @@ -6,21 +6,21 @@ + {% set site_url = site_url ~ "/index.html" %} + {% endif %} + <header class="md-header" data-md-component="header"> + - <nav class="md-header-nav md-grid" aria-label="{{ lang.t('header.title') }}"> + - <a href="{{ site_url }}" title="{{ config.site_name | e }}" class="md-header-nav__button md-logo" aria-label="{{ config.site_name }}"> + + <nav class="md-header__inner md-grid" aria-label="{{ lang.t('header.title') }}"> + + <a href="{{ site_url }}" title="{{ config.site_name | e }}" class="md-header__button md-logo" aria-label="{{ config.site_name }}"> + {% include "partials/logo.html" %} + </a> + - <label class="md-header-nav__button md-icon" for="__drawer"> + + <label class="md-header__button md-icon" for="__drawer"> + {% include ".icons/material/menu" ~ ".svg" %} + </label> + - <div class="md-header-nav__title" data-md-component="header-title"> + - <div class="md-header-nav__ellipsis"> + - <div class="md-header-nav__topic"> + + <div class="md-header__title" data-md-component="header-title"> + + <div class="md-header__ellipsis"> + + <div class="md-header__topic"> + <span class="md-ellipsis"> + {{ config.site_name }} + </span> + </div> + - <div class="md-header-nav__topic"> + + <div class="md-header__topic" data-md-component="header-topic"> + <span class="md-ellipsis"> + {% if page and page.meta and page.meta.title %} + {{ page.meta.title }} + @@ -31,14 +31,35 @@ + </div> + </div> + </div> + + <div class="md-header__options"> + + {% if config.extra.alternate %} + + <div class="md-select"> + + {% set icon = config.theme.icon.alternate or "material/translate" %} + + <span class="md-header__button md-icon"> + + {% include ".icons/" ~ icon ~ ".svg" %} + + </span> + + <div class="md-select__inner"> + + <ul class="md-select__list"> + + {% for alt in config.extra.alternate %} + + <li class="md-select__item"> + + <a href="{{ alt.link | url }}" class="md-select__link"> + + {{ alt.name }} + + </a> + + </li> + + {% endfor %} + + </ul> + + </div> + + </div> + + {% endif %} + + </div> + {% if "search" in config["plugins"] %} + - <label class="md-header-nav__button md-icon" for="__search"> + + <label class="md-header__button md-icon" for="__search"> + {% include ".icons/material/magnify.svg" %} + </label> + {% include "partials/search.html" %} + {% endif %} + {% if config.repo_url %} + - <div class="md-header-nav__source"> + + <div class="md-header__source"> + {% include "partials/source.html" %} + </div> + {% endif %} + ``` + +=== ":octicons-file-code-16: `partials/source.html`" + + ``` diff + @@ -4,5 +4,5 @@ + {% import "partials/language.html" as lang with context %} + -<a href="{{ config.repo_url }}" title="{{ lang.t('source.link.title') }}" class="md-source"> + +<a href="{{ config.repo_url }}" title="{{ lang.t('source.link.title') }}" class="md-source" data-md-component="source"> + <div class="md-source__icon md-icon"> + {% set icon = config.theme.icon.repo or "fontawesome/brands/git-alt" %} + {% include ".icons/" ~ icon ~ ".svg" %} + ``` + +=== ":octicons-file-code-16: `partials/toc.html`" + + ``` diff + @@ -12,7 +12,7 @@ + <span class="md-nav__icon md-icon"></span> + {{ lang.t("toc.title") }} + </label> + - <ul class="md-nav__list" data-md-scrollfix> + + <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix> + {% for toc_item in toc %} + {% include "partials/toc-item.html" %} + {% endfor %} + ``` + +## Upgrading from 5.x to 6.x + +### What's new? + +- Improved search result look and feel +- Improved search result stability while typing +- Improved search result grouping (pages + headings) +- Improved search result relevance and scoring +- Added display of missing query terms to search results +- Reduced size of vendor bundle by 25% (84kb → 67kb) +- Reduced size of the Docker image to improve CI build performance +- Removed hero partial in favor of custom implementation +- Removed deprecated front matter features + +### Changes to `mkdocs.yml` + +Following is a list of changes that need to be made to `mkdocs.yml`. Note that +you only have to adjust the value if you defined it, so if your configuration +does not contain the key, you can skip it. + +#### `theme.features` + +All feature flags that can be set from `mkdocs.yml`, like [tabs] and +[instant loading], are now prefixed with the name of the component or +function they apply to, e.g. `navigation.*`: + +=== "6.x" + + ``` yaml + theme: + features: + - navigation.tabs + - navigation.instant + ``` + +=== "5.x" + + ``` yaml + theme: + features: + - tabs + - instant + ``` + + [tabs]: setup/setting-up-navigation.md#navigation-tabs + [instant loading]: setup/setting-up-navigation.md#instant-loading + +### Changes to `*.html` files { data-search-exclude } + +The templates have undergone a set of changes to make them future-proof. If +you've used theme extension to override a block or template, make sure that it +matches the new structure: + +- If you've overridden a __block__, check `base.html` for potential changes +- If you've overridden a __template__, check the respective `*.html` file for + potential changes + +=== ":octicons-file-code-16: `base.html`" + + ``` diff + @@ -22,13 +22,6 @@ + + {% import "partials/language.html" as lang with context %} + + -<!-- Theme options --> + -{% set palette = config.theme.palette %} + -{% if not palette is mapping %} + - {% set palette = palette | first %} + -{% endif %} + -{% set font = config.theme.font %} + - + <!doctype html> + <html lang="{{ lang.t('language') }}" class="no-js"> + <head> + @@ -45,21 +38,8 @@ + <meta name="description" content="{{ config.site_description }}" /> + {% endif %} + + - <!-- Redirect --> + - {% if page and page.meta and page.meta.redirect %} + - <script> + - var anchor = window.location.hash.substr(1) + - location.href = '{{ page.meta.redirect }}' + + - (anchor ? '#' + anchor : '') + - </script> + - + - <!-- Fallback in case JavaScript is not available --> + - <meta http-equiv="refresh" content="0; url={{ page.meta.redirect }}" /> + - <meta name="robots" content="noindex" /> + - <link rel="canonical" href="{{ page.meta.redirect }}" /> + - + <!-- Canonical --> + - {% elif page.canonical_url %} + + {% if page.canonical_url %} + <link rel="canonical" href="{{ page.canonical_url }}" /> + {% endif %} + + @@ -96,20 +76,21 @@ + <link rel="stylesheet" href="{{ 'assets/stylesheets/main.css' | url }}" /> + + <!-- Extra color palette --> + - {% if palette.scheme or palette.primary or palette.accent %} + + {% if config.theme.palette %} + + {% set palette = config.theme.palette %} + <link + rel="stylesheet" + href="{{ 'assets/stylesheets/palette.css' | url }}" + /> + - {% endif %} + + - <!-- Theme-color meta tag for Android --> + - {% if palette.primary %} + - {% import "partials/palette.html" as map %} + - {% set primary = map.primary( + - palette.primary | replace(" ", "-") | lower + - ) %} + - <meta name="theme-color" content="{{ primary }}" /> + + <!-- Theme-color meta tag for Android --> + + {% if palette.primary %} + + {% import "partials/palette.html" as map %} + + {% set primary = map.primary( + + palette.primary | replace(" ", "-") | lower + + ) %} + + <meta name="theme-color" content="{{ primary }}" /> + + {% endif %} + {% endif %} + {% endblock %} + + @@ -120,7 +101,8 @@ + {% block fonts %} + + <!-- Load fonts from Google --> + - {% if font != false %} + + {% if config.theme.font != false %} + + {% set font = config.theme.font %} + <link href="https://fonts.gstatic.com" rel="preconnect" crossorigin /> + <link + rel="stylesheet" + @@ -169,8 +151,12 @@ + + <!-- Text direction and color palette, if defined --> + {% set direction = config.theme.direction or lang.t('direction') %} + - {% if palette.scheme or palette.primary or palette.accent %} + - {% set scheme = palette.scheme | lower %} + + {% if config.theme.palette %} + + {% set palette = config.theme.palette %} + + {% if not palette is mapping %} + + {% set palette = palette | first %} + + {% endif %} + + {% set scheme = palette.scheme | replace(" ", "-") | lower %} + {% set primary = palette.primary | replace(" ", "-") | lower %} + {% set accent = palette.accent | replace(" ", "-") | lower %} + <body + @@ -179,18 +165,19 @@ + data-md-color-primary="{{ primary }}" + data-md-color-accent="{{ accent }}" + > + + + + <!-- Experimental: set color scheme based on preference --> + + {% if "preference" == scheme %} + + <script> + + if (matchMedia("(prefers-color-scheme: dark)").matches) + + document.body.setAttribute("data-md-color-scheme", "slate") + + </script> + + {% endif %} + + + {% else %} + <body dir="{{ direction }}"> + {% endif %} + + - <!-- Experimental: set color scheme based on preference --> + - {% if "preference" == palette.scheme %} + - <script> + - if (matchMedia("(prefers-color-scheme: dark)").matches) + - document.body.setAttribute("data-md-color-scheme", "slate") + - </script> + - {% endif %} + - + <!-- + State toggles - we need to set autocomplete="off" in order to reset the + drawer on back button invocation in some browsers + @@ -243,15 +230,11 @@ + <div class="md-container" data-md-component="container"> + + <!-- Hero teaser --> + - {% block hero %} + - {% if page and page.meta and page.meta.hero %} + - {% include "partials/hero.html" with context %} + - {% endif %} + - {% endblock %} + + {% block hero %}{% endblock %} + + <!-- Tabs navigation --> + {% block tabs %} + - {% if "tabs" in config.theme.features %} + + {% if "navigation.tabs" in config.theme.features %} + {% include "partials/tabs.html" %} + {% endif %} + {% endblock %} + @@ -310,13 +293,6 @@ + </a> + {% endif %} + + - <!-- Link to source file --> + - {% block source %} + - {% if page and page.meta and page.meta.source %} + - {% include "partials/source-link.html" %} + - {% endif %} + - {% endblock %} + - + <!-- + Hack: check whether the content contains a h1 headline. If it + doesn't, the page title (or respectively site name) is used + @@ -370,7 +346,10 @@ + "search.result.placeholder", + "search.result.none", + "search.result.one", + - "search.result.other" + + "search.result.other", + + "search.result.more.one", + + "search.result.more.other", + + "search.result.term.missing" + ] -%} + {%- set _ = translations.update({ key: lang.t(key) }) -%} + {%- endfor -%} + ``` + +=== ":octicons-file-code-16: `partials/hero.html`" + + ``` diff + @@ -1,12 +0,0 @@ + -{#- + - This file was automatically generated - do not edit + --#} + -{% set class = "md-hero" %} + -{% if "tabs" not in config.theme.features %} + - {% set class = "md-hero md-hero--expand" %} + -{% endif %} + -<div class="{{ class }}" data-md-component="hero"> + - <div class="md-hero__inner md-grid"> + - {{ page.meta.hero }} + - </div> + -</div> + ``` + +=== ":octicons-file-code-16: `partials/source-link`" + + ``` diff + @@ -1,14 +0,0 @@ + -{#- + - This file was automatically generated - do not edit + --#} + -{% import "partials/language.html" as lang with context %} + -{% set repo = config.repo_url %} + -{% if repo | last == "/" %} + - {% set repo = repo[:-1] %} + -{% endif %} + -{% set path = page.meta.path | default("") %} + -<a href="{{ [repo, path, page.meta.source] | join('/') }}" title="{{ page.meta.source }}" class="md-content__button md-icon"> + - {{ lang.t("meta.source") }} + - {% set icon = config.theme.icon.repo or "fontawesome/brands/git-alt" %} + - {% include ".icons/" ~ icon ~ ".svg" %} + -</a> + ``` + +## Upgrading from 4.x to 5.x + +### What's new? + +- Reactive architecture – try `#!js app.dialog$.next("Hi!")` in the console +- [Instant loading] – make Material behave like a Single Page Application +- Improved CSS customization with [CSS variables] – set your brand's colors +- Improved CSS resilience, e.g. proper sidebar locking for customized headers +- Improved [icon integration] and configuration – now including over 5k icons +- Added possibility to use any icon for logo, repository and social links +- Search UI does not freeze anymore (moved to web worker) +- Search index built only once when using instant loading +- Improved extensible keyboard handling +- Support for [prebuilt search indexes] +- Support for displaying stars and forks for GitLab repositories +- Support for scroll snapping of sidebars and search results +- Reduced HTML and CSS footprint due to deprecation of Internet Explorer support +- Slight facelifting of some UI elements (admonitions, tables, ...) + + [CSS variables]: setup/changing-the-colors.md#custom-colors + [icon integration]: reference/icons-emojis.md#search + [prebuilt search indexes]: plugins/search.md + +### Changes to `mkdocs.yml` + +Following is a list of changes that need to be made to `mkdocs.yml`. Note that +you only have to adjust the value if you defined it, so if your configuration +does not contain the key, you can skip it. + +#### `theme.feature` + +Optional features like [tabs] and [instant loading] are now implemented as +flags and can be enabled by listing them in `mkdocs.yml` under `theme.features`: + +=== "5.x" + + ``` yaml + theme: + features: + - tabs + - instant + ``` + +=== "4.x" + + ``` yaml + theme: + feature: + tabs: true + ``` + +#### `theme.logo.icon` + +The logo icon configuration was centralized under `theme.icon.logo` and can now +be set to any of the [icons bundled with the theme][icon integration]: + +=== "5.x" + + ``` yaml + theme: + icon: + logo: material/cloud + ``` + +=== "4.x" + + ``` yaml + theme: + logo: + icon: cloud + ``` + +#### `extra.repo_icon` + +The repo icon configuration was centralized under `theme.icon.repo` and can now +be set to any of the [icons bundled with the theme][icon integration]: + +=== "5.x" + + ``` yaml + theme: + icon: + repo: fontawesome/brands/gitlab + ``` + +=== "4.x" + + ``` yaml + extra: + repo_icon: gitlab + ``` + +#### `extra.search.*` + +Search is now configured as part of the [plugin options]. Note that the +search languages must now be listed as an array of strings and the `tokenizer` +was renamed to `separator`: + +=== "5.x" + + ``` yaml + plugins: + - search: + separator: '[\s\-\.]+' + lang: + - en + - de + - ru + ``` + +=== "4.x" + + ``` yaml + extra: + search: + language: en, de, ru + tokenizer: '[\s\-\.]+' + ``` + + [plugin options]: plugins/search.md + +#### `extra.social.*` + +Social links stayed in the same place, but the `type` key was renamed to `icon` +in order to match the new way of specifying which icon to be used: + +=== "5.x" + + ``` yaml + extra: + social: + - icon: fontawesome/brands/github-alt + link: https://github.com/squidfunk + ``` + +=== "4.x" + + ``` yaml + extra: + social: + - type: github + link: https://github.com/squidfunk + ``` + +### Changes to `*.html` files { data-search-exclude } + +The templates have undergone a set of changes to make them future-proof. If +you've used theme extension to override a block or template, make sure that it +matches the new structure: + +- If you've overridden a __block__, check `base.html` for potential changes +- If you've overridden a __template__, check the respective `*.html` file for + potential changes + +=== ":octicons-file-code-16: `base.html`" + + ``` diff + @@ -4,7 +4,6 @@ + {% import "partials/language.html" as lang with context %} + -{% set feature = config.theme.feature %} + {% set palette = config.theme.palette %} + {% set font = config.theme.font %} + <!doctype html> + @@ -30,19 +29,6 @@ + {% elif config.site_author %} + <meta name="author" content="{{ config.site_author }}"> + {% endif %} + - {% for key in [ + - "clipboard.copy", + - "clipboard.copied", + - "search.language", + - "search.pipeline.stopwords", + - "search.pipeline.trimmer", + - "search.result.none", + - "search.result.one", + - "search.result.other", + - "search.tokenizer" + - ] %} + - <meta name="lang:{{ key }}" content="{{ lang.t(key) }}"> + - {% endfor %} + <link rel="shortcut icon" href="{{ config.theme.favicon | url }}"> + <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-5.0.0"> + {% endblock %} + @@ -56,9 +42,9 @@ + {% endif %} + {% endblock %} + {% block styles %} + - <link rel="stylesheet" href="{{ 'assets/stylesheets/application.********.css' | url }}"> + + <link rel="stylesheet" href="{{ 'assets/stylesheets/main.********.min.css' | url }}"> + {% if palette.primary or palette.accent %} + - <link rel="stylesheet" href="{{ 'assets/stylesheets/application-palette.********.css' | url }}"> + + <link rel="stylesheet" href="{{ 'assets/stylesheets/palette.********.min.css' | url }}"> + {% endif %} + {% if palette.primary %} + {% import "partials/palette.html" as map %} + @@ -69,20 +55,17 @@ + {% endif %} + {% endblock %} + {% block libs %} + - <script src="{{ 'assets/javascripts/modernizr.********.js' | url }}"></script> + {% endblock %} + {% block fonts %} + {% if font != false %} + <link href="https://fonts.gstatic.com" rel="preconnect" crossorigin> + <link rel="stylesheet" href="https://fonts.googleapis.com/css?family={{ + font.text | replace(' ', '+') + ':300,400,400i,700%7C' + + font.code | replace(' ', '+') + }}&display=fallback"> + <style>body,input{font-family:"{{ font.text }}","Helvetica Neue",Helvetica,Arial,sans-serif}code,kbd,pre{font-family:"{{ font.code }}","Courier New",Courier,monospace}</style> + {% endif %} + {% endblock %} + - <link rel="stylesheet" href="{{ 'assets/fonts/material-icons.css' | url }}"> + {% if config.extra.manifest %} + <link rel="manifest" href="{{ config.extra.manifest | url }}" crossorigin="use-credentials"> + {% endif %} + @@ -95,47 +77,50 @@ + {% endblock %} + {% block extrahead %}{% endblock %} + </head> + + {% set direction = config.theme.direction | default(lang.t('direction')) %} + {% if palette.primary or palette.accent %} + {% set primary = palette.primary | replace(" ", "-") | lower %} + {% set accent = palette.accent | replace(" ", "-") | lower %} + - <body dir="{{ lang.t('direction') }}" data-md-color-primary="{{ primary }}" data-md-color-accent="{{ accent }}"> + + <body dir="{{ direction }}" data-md-color-primary="{{ primary }}" data-md-color-accent="{{ accent }}"> + {% else %} + - <body dir="{{ lang.t('direction') }}"> + + <body dir="{{ direction }}"> + {% endif %} + - <svg class="md-svg"> + - <defs> + - {% set platform = config.extra.repo_icon or config.repo_url %} + - {% if "github" in platform %} + - {% include "assets/images/icons/github.f0b8504a.svg" %} + - {% elif "gitlab" in platform %} + - {% include "assets/images/icons/gitlab.6dd19c00.svg" %} + - {% elif "bitbucket" in platform %} + - {% include "assets/images/icons/bitbucket.1b09e088.svg" %} + - {% endif %} + - </defs> + - </svg> + <input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off"> + <input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search" autocomplete="off"> + - <label class="md-overlay" data-md-component="overlay" for="__drawer"></label> + + <label class="md-overlay" for="__drawer"></label> + + <div data-md-component="skip"> + + {% if page.toc | first is defined %} + + {% set skip = page.toc | first %} + + <a href="{{ skip.url | url }}" class="md-skip"> + + {{ lang.t('skip.link.title') }} + + </a> + + {% endif %} + + </div> + + <div data-md-component="announce"> + + {% if self.announce() %} + + <aside class="md-announce"> + + <div class="md-announce__inner md-grid md-typeset"> + + {% block announce %}{% endblock %} + + </div> + + </aside> + + {% endif %} + + </div> + {% block header %} + {% include "partials/header.html" %} + {% endblock %} + - <div class="md-container"> + + <div class="md-container" data-md-component="container"> + {% block hero %} + {% if page and page.meta and page.meta.hero %} + {% include "partials/hero.html" with context %} + {% endif %} + {% endblock %} + - {% if feature.tabs %} + - {% include "partials/tabs.html" %} + - {% endif %} + + {% block tabs %} + + {% if "tabs" in config.theme.features %} + + {% include "partials/tabs.html" %} + + {% endif %} + + {% endblock %} + - <main class="md-main" role="main"> + - <div class="md-main__inner md-grid" data-md-component="container"> + + <main class="md-main" data-md-component="main"> + + <div class="md-main__inner md-grid"> + {% block site_nav %} + {% if nav %} + <div class="md-sidebar md-sidebar--primary" data-md-component="navigation"> + @@ -160,41 +141,25 @@ + <article class="md-content__inner md-typeset"> + {% block content %} + {% if page.edit_url %} + - <a href="{{ page.edit_url }}" title="{{ lang.t('edit.link.title') }}" class="md-icon md-content__icon"></a> + + <a href="{{ page.edit_url }}" title="{{ lang.t('edit.link.title') }}" class="md-content__button md-icon"> + + {% include ".icons/material/pencil.svg" %} + + </a> + {% endif %} + + {% block source %} + + {% if page and page.meta and page.meta.source %} + + {% include "partials/source-link.html" %} + + {% endif %} + + {% endblock %} + {% if not "\x3ch1" in page.content %} + <h1>{{ page.title | default(config.site_name, true)}}</h1> + {% endif %} + {{ page.content }} + - {% block source %} + - {% if page and page.meta and page.meta.source %} + - <h2 id="__source">{{ lang.t("meta.source") }}</h2> + - {% set repo = config.repo_url %} + - {% if repo | last == "/" %} + - {% set repo = repo[:-1] %} + - {% endif %} + - {% set path = page.meta.path | default([""]) %} + - {% set file = page.meta.source %} + - <a href="{{ [repo, path, file] | join('/') }}" title="{{ file }}" class="md-source-file"> + - {{ file }} + - </a> + - {% endif %} + - {% endblock %} + + {% if page and page.meta %} + + {% if page.meta.git_revision_date_localized or + + page.meta.revision_date + + %} + + {% include "partials/source-date.html" %} + - {% if page and page.meta and ( + - page.meta.git_revision_date_localized or + - page.meta.revision_date + - ) %} + - {% set label = lang.t("source.revision.date") %} + - <hr> + - <div class="md-source-date"> + - <small> + - {% if page.meta.git_revision_date_localized %} + - {{ label }}: {{ page.meta.git_revision_date_localized }} + - {% elif page.meta.revision_date %} + - {{ label }}: {{ page.meta.revision_date }} + - {% endif %} + - </small> + - </div> + {% endif %} + {% endblock %} + {% block disqus %} + @@ -208,29 +174,35 @@ + {% include "partials/footer.html" %} + {% endblock %} + </div> + {% block scripts %} + - <script src="{{ 'assets/javascripts/application.********.js' | url }}"></script> + - {% if lang.t("search.language") != "en" %} + - {% set languages = lang.t("search.language").split(",") %} + - {% if languages | length and languages[0] != "" %} + - {% set path = "assets/javascripts/lunr/" %} + - <script src="{{ (path ~ 'lunr.stemmer.support.js') | url }}"></script> + - {% for language in languages | map("trim") %} + - {% if language != "en" %} + - {% if language == "ja" %} + - <script src="{{ (path ~ 'tinyseg.js') | url }}"></script> + - {% endif %} + - {% if language in ("ar", "da", "de", "es", "fi", "fr", "hu", "it", "ja", "nl", "no", "pt", "ro", "ru", "sv", "th", "tr", "vi") %} + - <script src="{{ (path ~ 'lunr.' ~ language ~ '.js') | url }}"></script> + - {% endif %} + - {% endif %} + - {% endfor %} + - {% if languages | length > 1 %} + - <script src="{{ (path ~ 'lunr.multi.js') | url }}"></script> + - {% endif %} + - {% endif %} + - {% endif %} + - <script>app.initialize({version:"{{ mkdocs_version }}",url:{base:"{{ base_url }}"}})</script> + + <script src="{{ 'assets/javascripts/vendor.********.min.js' | url }}"></script> + + <script src="{{ 'assets/javascripts/bundle.********.min.js' | url }}"></script> + + {%- set translations = {} -%} + + {%- for key in [ + + "clipboard.copy", + + "clipboard.copied", + + "search.config.lang", + + "search.config.pipeline", + + "search.config.separator", + + "search.result.placeholder", + + "search.result.none", + + "search.result.one", + + "search.result.other" + + ] -%} + + {%- set _ = translations.update({ key: lang.t(key) }) -%} + + {%- endfor -%} + + <script id="__lang" type="application/json"> + + {{- translations | tojson -}} + + </script> + + {% block config %}{% endblock %} + + <script> + + app = initialize({ + + base: "{{ base_url }}", + + features: {{ config.theme.features | tojson }}, + + search: Object.assign({ + + worker: "{{ 'assets/javascripts/worker/search.********.min.js' | url }}" + + }, typeof search !== "undefined" && search) + + }) + + </script> + {% for path in config["extra_javascript"] %} + <script src="{{ path | url }}"></script> + {% endfor %} + ``` + +=== ":octicons-file-code-16: `partials/footer.html`" + + ``` diff + @@ -5,34 +5,34 @@ + <div class="md-footer-nav"> + - <nav class="md-footer-nav__inner md-grid"> + + <nav class="md-footer-nav__inner md-grid" aria-label="{{ lang.t('footer.title') }}"> + {% if page.previous_page %} + - <a href="{{ page.previous_page.url | url }}" title="{{ page.previous_page.title | striptags }}" class="md-flex md-footer-nav__link md-footer-nav__link--prev" rel="prev"> + - <div class="md-flex__cell md-flex__cell--shrink"> + - <i class="md-icon md-icon--arrow-back md-footer-nav__button"></i> + + <a href="{{ page.previous_page.url | url }}" title="{{ page.previous_page.title | striptags }}" class="md-footer-nav__link md-footer-nav__link--prev" rel="prev"> + + <div class="md-footer-nav__button md-icon"> + + {% include ".icons/material/arrow-left.svg" %} + </div> + - <div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"> + - <span class="md-flex__ellipsis"> + + <div class="md-footer-nav__title"> + + <div class="md-ellipsis"> + <span class="md-footer-nav__direction"> + {{ lang.t("footer.previous") }} + </span> + {{ page.previous_page.title }} + - </span> + + </div> + </div> + </a> + {% endif %} + {% if page.next_page %} + - <a href="{{ page.next_page.url | url }}" title="{{ page.next_page.title | striptags }}" class="md-flex md-footer-nav__link md-footer-nav__link--next" rel="next"> + - <div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"> + - <span class="md-flex__ellipsis"> + + <a href="{{ page.next_page.url | url }}" title="{{ page.next_page.title | striptags }}" class="md-footer-nav__link md-footer-nav__link--next" rel="next"> + + <div class="md-footer-nav__title"> + + <div class="md-ellipsis"> + <span class="md-footer-nav__direction"> + {{ lang.t("footer.next") }} + </span> + {{ page.next_page.title }} + - </span> + + </div> + </div> + - <div class="md-flex__cell md-flex__cell--shrink"> + - <i class="md-icon md-icon--arrow-forward md-footer-nav__button"></i> + + <div class="md-footer-nav__button md-icon"> + + {% include ".icons/material/arrow-right.svg" %} + </div> + </a> + {% endif %} + ``` + +=== ":octicons-file-code-16: `partials/header.html`" + + ``` diff + @@ -4,51 +4,43 @@ + <header class="md-header" data-md-component="header"> + - <nav class="md-header-nav md-grid"> + - <div class="md-flex"> + - <div class="md-flex__cell md-flex__cell--shrink"> + - <a href="{{ config.site_url | default(nav.homepage.url, true) | url }}" title="{{ config.site_name }}" aria-label="{{ config.site_name }}" class="md-header-nav__button md-logo"> + - {% if config.theme.logo.icon %} + - <i class="md-icon">{{ config.theme.logo.icon }}</i> + - {% else %} + - <img alt="logo" src="{{ config.theme.logo | url }}" width="24" height="24"> + - {% endif %} + - </a> + - </div> + - <div class="md-flex__cell md-flex__cell--shrink"> + - <label class="md-icon md-icon--menu md-header-nav__button" for="__drawer"></label> + - </div> + - <div class="md-flex__cell md-flex__cell--stretch"> + - <div class="md-flex__ellipsis md-header-nav__title" data-md-component="title"> + - {% if config.site_name == page.title %} + - {{ config.site_name }} + - {% else %} + - <span class="md-header-nav__topic"> + - {{ config.site_name }} + - </span> + - <span class="md-header-nav__topic"> + - {% if page and page.meta and page.meta.title %} + - {{ page.meta.title }} + - {% else %} + - {{ page.title }} + - {% endif %} + - </span> + - {% endif %} + + <nav class="md-header-nav md-grid" aria-label="{{ lang.t('header.title') }}"> + + <a href="{{ config.site_url | default(nav.homepage.url, true) | url }}" title="{{ config.site_name }}" class="md-header-nav__button md-logo" aria-label="{{ config.site_name }}"> + + {% include "partials/logo.html" %} + + </a> + + <label class="md-header-nav__button md-icon" for="__drawer"> + + {% include ".icons/material/menu" ~ ".svg" %} + + </label> + + <div class="md-header-nav__title" data-md-component="header-title"> + + {% if config.site_name == page.title %} + + <div class="md-header-nav__ellipsis md-ellipsis"> + + {{ config.site_name }} + </div> + - </div> + - <div class="md-flex__cell md-flex__cell--shrink"> + - {% if "search" in config["plugins"] %} + - <label class="md-icon md-icon--search md-header-nav__button" for="__search"></label> + - {% include "partials/search.html" %} + - {% endif %} + - </div> + - {% if config.repo_url %} + - <div class="md-flex__cell md-flex__cell--shrink"> + - <div class="md-header-nav__source"> + - {% include "partials/source.html" %} + - </div> + + {% else %} + + <div class="md-header-nav__ellipsis"> + + <span class="md-header-nav__topic md-ellipsis"> + + {{ config.site_name }} + + </span> + + <span class="md-header-nav__topic md-ellipsis"> + + {% if page and page.meta and page.meta.title %} + + {{ page.meta.title }} + + {% else %} + + {{ page.title }} + + {% endif %} + + </span> + </div> + {% endif %} + </div> + + {% if "search" in config["plugins"] %} + + <label class="md-header-nav__button md-icon" for="__search"> + + {% include ".icons/material/magnify.svg" %} + + </label> + + {% include "partials/search.html" %} + + {% endif %} + + {% if config.repo_url %} + + <div class="md-header-nav__source"> + + {% include "partials/source.html" %} + + </div> + + {% endif %} + </nav> + </header> + ``` + +=== ":octicons-file-code-16: `partials/hero.html`" + + ``` diff + @@ -4,9 +4,8 @@ + -{% set feature = config.theme.feature %} + {% set class = "md-hero" %} + -{% if not feature.tabs %} + +{% if "tabs" not in config.theme.features %} + {% set class = "md-hero md-hero--expand" %} + {% endif %} + <div class="{{ class }}" data-md-component="hero"> + ``` + +=== ":octicons-file-code-16: `partials/language.html`" + + ``` diff + @@ -4,12 +4,4 @@ + {% import "partials/language/" + config.theme.language + ".html" as lang %} + {% import "partials/language/en.html" as fallback %} + -{% macro t(key) %}{{ { + - "direction": config.theme.direction, + - "search.language": ( + - config.extra.search | default({}) + - ).language, + - "search.tokenizer": ( + - config.extra.search | default({}) + - ).tokenizer | default("", true), + -}[key] or lang.t(key) or fallback.t(key) }}{% endmacro %} + +{% macro t(key) %}{{ lang.t(key) | default(fallback.t(key)) }}{% endmacro %} + ``` + +=== ":octicons-file-code-16: `partials/logo.html`" + + ``` diff + @@ -0,0 +1,9 @@ + +{#- + + This file was automatically generated - do not edit + +-#} + +{% if config.theme.logo %} + + <img src="{{ config.theme.logo | url }}" alt="logo"> + +{% else %} + + {% set icon = config.theme.icon.logo or "material/library" %} + + {% include ".icons/" ~ icon ~ ".svg" %} + +{% endif %} + ``` + +=== ":octicons-file-code-16: `partials/nav-item.html`" + + ``` diff + @@ -14,9 +14,15 @@ + {% endif %} + <label class="md-nav__link" for="{{ path }}"> + {{ nav_item.title }} + + <span class="md-nav__icon md-icon"> + + {% include ".icons/material/chevron-right.svg" %} + + </span> + </label> + - <nav class="md-nav" data-md-component="collapsible" data-md-level="{{ level }}"> + + <nav class="md-nav" aria-label="{{ nav_item.title }}" data-md-level="{{ level }}"> + <label class="md-nav__title" for="{{ path }}"> + + <span class="md-nav__icon md-icon"> + + {% include ".icons/material/arrow-left.svg" %} + + </span> + {{ nav_item.title }} + </label> + <ul class="md-nav__list" data-md-scrollfix> + @@ -39,6 +45,9 @@ + {% if toc | first is defined %} + <label class="md-nav__link md-nav__link--active" for="__toc"> + {{ nav_item.title }} + + <span class="md-nav__icon md-icon"> + + {% include ".icons/material/table-of-contents.svg" %} + + </span> + </label> + {% endif %} + <a href="{{ nav_item.url | url }}" title="{{ nav_item.title | striptags }}" class="md-nav__link md-nav__link--active"> + ``` + +=== ":octicons-file-code-16: `partials/nav.html`" + + ``` diff + @@ -4,14 +4,10 @@ + -<nav class="md-nav md-nav--primary" data-md-level="0"> + - <label class="md-nav__title md-nav__title--site" for="__drawer"> + - <a href="{{ config.site_url | default(nav.homepage.url, true) | url }}" title="{{ config.site_name }}" class="md-nav__button md-logo"> + - {% if config.theme.logo.icon %} + - <i class="md-icon">{{ config.theme.logo.icon }}</i> + - {% else %} + - <img alt="logo" src="{{ config.theme.logo | url }}" width="48" height="48"> + - {% endif %} + +<nav class="md-nav md-nav--primary" aria-label="{{ lang.t('nav.title') }}" data-md-level="0"> + + <label class="md-nav__title" for="__drawer"> + + <a href="{{ config.site_url | default(nav.homepage.url, true) | url }}" title="{{ config.site_name }}" class="md-nav__button md-logo" aria-label="{{ config.site_name }}"> + + {% include "partials/logo.html" %} + </a> + {{ config.site_name }} + </label> + ``` + +=== ":octicons-file-code-16: `partials/search.html`" + + ``` diff + @@ -6,15 +6,18 @@ + <label class="md-search__overlay" for="__search"></label> + <div class="md-search__inner" role="search"> + <form class="md-search__form" name="search"> + - <input type="text" class="md-search__input" name="query" aria-label="Search" placeholder="{{ lang.t('search.placeholder') }}" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="query" data-md-state="active"> + + <input type="text" class="md-search__input" name="query" aria-label="{{ lang.t('search.placeholder') }}" placeholder="{{ lang.t('search.placeholder') }}" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" data-md-state="active"> + <label class="md-search__icon md-icon" for="__search"> + + {% include ".icons/material/magnify.svg" %} + + {% include ".icons/material/arrow-left.svg" %} + </label> + - <button type="reset" class="md-icon md-search__icon" data-md-component="reset" tabindex="-1"> + -  + + <button type="reset" class="md-search__icon md-icon" aria-label="{{ lang.t('search.reset') }}" data-md-component="search-reset" tabindex="-1"> + + {% include ".icons/material/close.svg" %} + </button> + </form> + <div class="md-search__output"> + <div class="md-search__scrollwrap" data-md-scrollfix> + - <div class="md-search-result" data-md-component="result"> + + <div class="md-search-result" data-md-component="search-result"> + <div class="md-search-result__meta"> + {{ lang.t("search.result.placeholder") }} + </div> + ``` + +=== ":octicons-file-code-16: `partials/social.html`" + + ``` diff + @@ -4,9 +4,12 @@ + {% if config.extra.social %} + <div class="md-footer-social"> + - <link rel="stylesheet" href="{{ 'assets/fonts/font-awesome.css' | url }}"> + {% for social in config.extra.social %} + - <a href="{{ social.link }}" target="_blank" rel="noopener" title="{{ social.type }}" class="md-footer-social__link fa fa-{{ social.type }}"></a> + + {% set _,rest = social.link.split("//") %} + + {% set domain = rest.split("/")[0] %} + + <a href="{{ social.link }}" target="_blank" rel="noopener" title="{{ domain }}" class="md-footer-social__link"> + + {% include ".icons/" ~ social.icon ~ ".svg" %} + + </a> + {% endfor %} + </div> + {% endif %} + ``` + +=== ":octicons-file-code-16: `partials/source-date.html`" + + ``` diff + @@ -0,0 +1,15 @@ + +{#- + + This file was automatically generated - do not edit + +-#} + +{% import "partials/language.html" as lang with context %} + +{% set label = lang.t("source.revision.date") %} + +<hr> + +<div class="md-source-date"> + + <small> + + {% if page.meta.git_revision_date_localized %} + + {{ label }}: {{ page.meta.git_revision_date_localized }} + + {% elif page.meta.revision_date %} + + {{ label }}: {{ page.meta.revision_date }} + + {% endif %} + + </small> + +</div> + ``` + +=== ":octicons-file-code-16: `partials/source-link.html`" + + ``` diff + @@ -0,0 +1,13 @@ + +{#- + + This file was automatically generated - do not edit + +-#} + +{% import "partials/language.html" as lang with context %} + +{% set repo = config.repo_url %} + +{% if repo | last == "/" %} + + {% set repo = repo[:-1] %} + +{% endif %} + +{% set path = page.meta.path | default([""]) %} + +<a href="{{ [repo, path, page.meta.source] | join('/') }}" title="{{ file }}" class="md-content__button md-icon"> + + {{ lang.t("meta.source") }} + + {% include ".icons/" ~ config.theme.icon.repo ~ ".svg" %} + +</a> + ``` + +=== ":octicons-file-code-16: `partials/source.html`" + + ``` diff + @@ -4,24 +4,11 @@ + {% import "partials/language.html" as lang with context %} + -{% set platform = config.extra.repo_icon or config.repo_url %} + -{% if "github" in platform %} + - {% set repo_type = "github" %} + -{% elif "gitlab" in platform %} + - {% set repo_type = "gitlab" %} + -{% elif "bitbucket" in platform %} + - {% set repo_type = "bitbucket" %} + -{% else %} + - {% set repo_type = "" %} + -{% endif %} + -<a href="{{ config.repo_url }}" title="{{ lang.t('source.link.title') }}" class="md-source" data-md-source="{{ repo_type }}"> + - {% if repo_type %} + - <div class="md-source__icon"> + - <svg viewBox="0 0 24 24" width="24" height="24"> + - <use xlink:href="#__{{ repo_type }}" width="24" height="24"></use> + - </svg> + - </div> + - {% endif %} + +<a href="{{ config.repo_url }}" title="{{ lang.t('source.link.title') }}" class="md-source"> + + <div class="md-source__icon md-icon"> + + {% set icon = config.theme.icon.repo or "fontawesome/brands/git-alt" %} + + {% include ".icons/" ~ icon ~ ".svg" %} + + </div> + <div class="md-source__repository"> + {{ config.repo_name }} + </div> + ``` + +=== ":octicons-file-code-16: `partials/tabs-item.html`" + + ``` diff + @@ -4,7 +4,7 @@ + -{% if nav_item.is_homepage %} + +{% if nav_item.is_homepage or nav_item.url == "index.html" %} + <li class="md-tabs__item"> + {% if not page.ancestors | length and nav | selectattr("url", page.url) %} + <a href="{{ nav_item.url | url }}" class="md-tabs__link md-tabs__link--active"> + ``` + +=== ":octicons-file-code-16: `partials/tabs.html`" + + ``` diff + @@ -5,7 +5,7 @@ + {% if page.ancestors | length > 0 %} + {% set class = "md-tabs md-tabs--active" %} + {% endif %} + -<nav class="{{ class }}" data-md-component="tabs"> + +<nav class="{{ class }}" aria-label="{{ lang.t('tabs.title') }}" data-md-component="tabs"> + <div class="md-tabs__inner md-grid"> + <ul class="md-tabs__list"> + {% for nav_item in nav %} + ``` + +=== ":octicons-file-code-16: `partials/toc-item.html`" + + ``` diff + @@ -6,7 +6,7 @@ + {{ toc_item.title }} + </a> + {% if toc_item.children %} + - <nav class="md-nav"> + + <nav class="md-nav" aria-label="{{ toc_item.title }}"> + <ul class="md-nav__list"> + {% for toc_item in toc_item.children %} + {% include "partials/toc-item.html" %} + ``` + +=== ":octicons-file-code-16: `partials/toc.html`" + + ``` diff + @@ -4,35 +4,22 @@ + {% import "partials/language.html" as lang with context %} + -<nav class="md-nav md-nav--secondary"> + +<nav class="md-nav md-nav--secondary" aria-label="{{ lang.t('toc.title') }}"> + {% endif %} + {% if toc | first is defined %} + <label class="md-nav__title" for="__toc"> + + <span class="md-nav__icon md-icon"> + + {% include ".icons/material/arrow-left.svg" %} + + </span> + {{ lang.t("toc.title") }} + </label> + <ul class="md-nav__list" data-md-scrollfix> + {% for toc_item in toc %} + {% include "partials/toc-item.html" %} + {% endfor %} + - {% if page.meta.source and page.meta.source | length > 0 %} + - <li class="md-nav__item"> + - <a href="#__source" class="md-nav__link md-nav__link--active"> + - {{ lang.t("meta.source") }} + - </a> + - </li> + - {% endif %} + - {% set disqus = config.extra.disqus %} + - {% if page and page.meta and page.meta.disqus is string %} + - {% set disqus = page.meta.disqus %} + - {% endif %} + - {% if not page.is_homepage and disqus %} + - <li class="md-nav__item"> + - <a href="#__comments" class="md-nav__link md-nav__link--active"> + - {{ lang.t("meta.comments") }} + - </a> + - </li> + - {% endif %} + </ul> + {% endif %} + </nav> + ``` + +## Upgrading from 3.x to 4.x + +### What's new? + +Material for MkDocs 4 fixes incorrect layout on Chinese systems. The fix +includes a mandatory change of the base font-size from `10px` to `20px` which +means all `rem` values needed to be updated. Within the theme, `px` to `rem` +calculation is now encapsulated in a new function called `px2rem` which is part +of the SASS code base. + +If you use Material for MkDocs with custom CSS that is based on `rem` values, +note that those values must now be divided by 2. Now, `1.0rem` doesn't map to +`10px`, but `20px`. To learn more about the problem and implications, please +refer to #911 in which the problem was discovered and fixed. + +### Changes to `mkdocs.yml` + +None. + +### Changes to `*.html` files + +None. diff --git a/mkdocs-material/giscus.json b/mkdocs-material/giscus.json new file mode 100644 index 0000000..d88dfcb --- /dev/null +++ b/mkdocs-material/giscus.json @@ -0,0 +1,3 @@ +{ + "origins": ["https://squidfunk.github.io"] +} diff --git a/mkdocs-material/includes/debug/cairo-lookup-linux.py b/mkdocs-material/includes/debug/cairo-lookup-linux.py new file mode 100644 index 0000000..5f9fc55 --- /dev/null +++ b/mkdocs-material/includes/debug/cairo-lookup-linux.py @@ -0,0 +1,111 @@ +import inspect +import os +import shutil +import subprocess +from ctypes import util + + +class CustomPopen(subprocess.Popen): + + def __init__(self, *args, **kwargs): + print(f"Subprocess command:\n {' '.join(args[0])}") + super().__init__(*args, **kwargs) + + def communicate(self, *args, **kwargs): + out, _ = super().communicate(*args, **kwargs) + out = out.rstrip() + print("Subprocess output:") + if out: + print(f" {os.fsdecode(out)}") + else: + print(f" Output is empty") + return out, _ + + def __getattribute__(self, name_): + att = super().__getattribute__(name_) + if name_ == "stdout" and att is not None: + att.read = self.read_wrapper(att.read) + return att + + @staticmethod + def read_wrapper(func): + + if func.__name__ == "wrapper": + return func + + def wrapper(*args, **kwargs): + output = func(*args, **kwargs) + print("Subprocess output:") + for line_ in os.fsdecode(output).split("\n"): + print(line_) + return output + + return wrapper + + +subprocess.Popen = CustomPopen + +print("ctypes.util script with the find_library:") +print(inspect.getsourcefile(util.find_library), end="\n\n") + +print("find_library function:") +func_lines = list(map(str.rstrip, inspect.getsourcelines(util.find_library)[0])) +indent = len(func_lines[0]) - len(func_lines[0].lstrip()) +for line in func_lines: + print(line.replace(" " * indent, "", 1)) + +library_names = ("cairo-2", "cairo", "libcairo-2") +filenames = ("libcairo.so.2", "libcairo.2.dylib", "libcairo-2.dll") +c_compiler = shutil.which("gcc") or shutil.which("cc") +ld_env = os.environ.get("LD_LIBRARY_PATH") +first_found = "" + +print("\nLD_LIBRARY_PATH =", ld_env, end="\n\n") + +for name in library_names: + if hasattr(util, "_findSoname_ldconfig"): + result = util._findSoname_ldconfig(name) + print(f"_findSoname_ldconfig({name}) ->", result) + if result: + print(f"Found {result}") + if not first_found: + first_found = result + print("---") + if c_compiler and hasattr(util, "_findLib_gcc"): + result = util._findLib_gcc(name) + print(f"_findLib_gcc({name}) ->", result) + if result and hasattr(util, "_get_soname"): + result = util._get_soname(result) + if result: + print(f"Found {result}") + if not first_found: + first_found = result + print("---") + if hasattr(util, "_findLib_ld"): + result = util._findLib_ld(name) + print(f"_findLib_ld({name}) ->", result) + if result and hasattr(util, "_get_soname"): + result = util._get_soname(result) + if result: + print(f"Found {result}") + if not first_found: + first_found = result + print("---") + if hasattr(util, "_findLib_crle"): + result = util._findLib_crle(name, False) + print(f"_findLib_crle({name}) ->", result) + if result and hasattr(util, "_get_soname"): + result = util._get_soname(result) + if result: + print(f"Found {result}") + if not first_found: + first_found = result + print("---") + +if first_found: + filenames = (first_found,) + filenames + +print(f"The path is {first_found or 'not found'}") +print("List of files that FFI will try to load:") +for filename in filenames: + print("-", filename) diff --git a/mkdocs-material/includes/debug/cairo-lookup-macos.py b/mkdocs-material/includes/debug/cairo-lookup-macos.py new file mode 100644 index 0000000..7ec8367 --- /dev/null +++ b/mkdocs-material/includes/debug/cairo-lookup-macos.py @@ -0,0 +1,49 @@ +import os +from ctypes.macholib import dyld +from itertools import chain + +library_names = ("cairo-2", "cairo", "libcairo-2") +filenames = ("libcairo.so.2", "libcairo.2.dylib", "libcairo-2.dll") +first_found = "" +names = [] + +for name in library_names: + names += [ + "lib%s.dylib" % name, + "%s.dylib" % name, + "%s.framework/%s" % (name, name), + ] + +for name in names: + for path in dyld.dyld_image_suffix_search( + chain( + dyld.dyld_override_search(name), + dyld.dyld_executable_path_search(name), + dyld.dyld_default_search(name), + ) + ): + if os.path.isfile(path): + print(f"Found: {path}") + if not first_found: + first_found = path + continue + + try: + if dyld._dyld_shared_cache_contains_path(path): + print(f"Found: {path}") + if not first_found: + first_found = path + continue + except NotImplementedError: + pass + + print(f"Doesn't exist: {path}") + print("---") + +if first_found: + filenames = (first_found,) + filenames + +print(f"The path is {first_found or 'not found'}") +print("List of files that FFI will try to load:") +for filename in filenames: + print("-", filename) diff --git a/mkdocs-material/includes/debug/cairo-lookup-windows.py b/mkdocs-material/includes/debug/cairo-lookup-windows.py new file mode 100644 index 0000000..70ed286 --- /dev/null +++ b/mkdocs-material/includes/debug/cairo-lookup-windows.py @@ -0,0 +1,31 @@ +import os + +library_names = ("cairo-2", "cairo", "libcairo-2") +filenames = ("libcairo.so.2", "libcairo.2.dylib", "libcairo-2.dll") +first_found = "" +names = [] + +for name in library_names: + if name.lower().endswith(".dll"): + names += [name] + else: + names += [name, name + ".dll"] + +for name in names: + for path in os.environ["PATH"].split(os.pathsep): + resolved_path = os.path.join(path, name) + if os.path.exists(resolved_path): + print(f"Found: {resolved_path}") + if not first_found: + first_found = resolved_path + continue + print(f"Doesn't exist: {resolved_path}") + print("---") + +if first_found: + filenames = (first_found,) + filenames + +print(f"The path is {first_found or 'not found'}") +print("List of files that FFI will try to load:") +for filename in filenames: + print("-", filename) diff --git a/mkdocs-material/includes/mkdocs.md b/mkdocs-material/includes/mkdocs.md new file mode 100644 index 0000000..67f7491 --- /dev/null +++ b/mkdocs-material/includes/mkdocs.md @@ -0,0 +1,13 @@ + [mkdocs]: https://www.mkdocs.org + [mkdocs.dotfiles]: https://www.mkdocs.org/dev-guide/themes/#dot-files + [mkdocs.metadata]: https://www.mkdocs.org/user-guide/writing-your-docs/#yaml-style-meta-data + [mkdocs.env]: https://www.mkdocs.org/user-guide/configuration/#environment-variables + [mkdocs.docs_dir]: https://www.mkdocs.org/user-guide/configuration/#docs_dir + [mkdocs.extra_templates]: https://www.mkdocs.org/user-guide/configuration/#extra_templates + [mkdocs.site_dir]: https://www.mkdocs.org/user-guide/configuration/#site_dir + [mkdocs.site_url]: https://www.mkdocs.org/user-guide/configuration/#site_url + [mkdocs.site_description]: https://www.mkdocs.org/user-guide/configuration/#site_description + [mkdocs.nav]: https://www.mkdocs.org/user-guide/configuration/#nav + [mkdocs.plugins]: https://www.mkdocs.org/user-guide/configuration/#plugins + [mkdocs.strict]: https://www.mkdocs.org/user-guide/configuration/#strict + [mkdocs.use_directory_urls]: https://www.mkdocs.org/user-guide/configuration/#use_directory_urls diff --git a/mkdocs-material/material/__init__.py b/mkdocs-material/material/__init__.py new file mode 100644 index 0000000..c0ef38c --- /dev/null +++ b/mkdocs-material/material/__init__.py @@ -0,0 +1,21 @@ +# Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com> + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. + +__version__ = "9.5.43" diff --git a/mkdocs-material/material/extensions/__init__.py b/mkdocs-material/material/extensions/__init__.py new file mode 100644 index 0000000..9c58b37 --- /dev/null +++ b/mkdocs-material/material/extensions/__init__.py @@ -0,0 +1,19 @@ +# Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com> + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. diff --git a/mkdocs-material/material/extensions/emoji.py b/mkdocs-material/material/extensions/emoji.py new file mode 100644 index 0000000..df886f6 --- /dev/null +++ b/mkdocs-material/material/extensions/emoji.py @@ -0,0 +1,98 @@ +# Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com> + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. + +from __future__ import annotations + +import codecs +import functools +import material +import os + +from glob import iglob +from inspect import getfile +from markdown import Markdown +from pymdownx import emoji, twemoji_db +from xml.etree.ElementTree import Element + +# ----------------------------------------------------------------------------- +# Functions +# ----------------------------------------------------------------------------- + +# Create twemoji index +def twemoji(options: object, md: Markdown): + paths = options.get("custom_icons", [])[:] + return _load_twemoji_index(tuple(paths)) + +# Create emoji or icon +def to_svg( + index: str, shortname: str, alias: str, uc: str | None, alt: str, + title: str, category: str, options: object, md: Markdown +): + if not uc: + icons = md.inlinePatterns["emoji"].emoji_index["emoji"] + + # Create and return element to host icon + el = Element("span", { "class": options.get("classes", index) }) + el.text = md.htmlStash.store(_load(icons[shortname]["path"])) + return el + + # Delegate to `pymdownx.emoji` extension + return emoji.to_svg( + index, shortname, alias, uc, alt, title, category, options, md + ) + +# ----------------------------------------------------------------------------- +# Helper functions +# ----------------------------------------------------------------------------- + +# Load icon +@functools.lru_cache(maxsize = None) +def _load(file: str): + with codecs.open(file, encoding = "utf-8") as f: + return f.read() + +# Load twemoji index and add icons +@functools.lru_cache(maxsize = None) +def _load_twemoji_index(paths): + index = { + "name": "twemoji", + "emoji": twemoji_db.emoji, + "aliases": twemoji_db.aliases + } + + # Compute path to theme root and traverse all icon directories + root = os.path.dirname(getfile(material)) + root = os.path.join(root, "templates", ".icons") + for path in [*paths, root]: + base = os.path.normpath(path) + + # Index icons provided by the theme and via custom icons + glob = os.path.join(base, "**", "*.svg") + glob = iglob(os.path.normpath(glob), recursive = True) + for file in glob: + icon = file[len(base) + 1:-4].replace(os.path.sep, "-") + + # Add icon to index + name = f":{icon}:" + if not any(name in index[key] for key in ["emoji", "aliases"]): + index["emoji"][name] = { "name": name, "path": file } + + # Return index + return index diff --git a/mkdocs-material/material/overrides/assets/javascripts/custom.4e50d00f.min.js b/mkdocs-material/material/overrides/assets/javascripts/custom.4e50d00f.min.js new file mode 100644 index 0000000..9c08361 --- /dev/null +++ b/mkdocs-material/material/overrides/assets/javascripts/custom.4e50d00f.min.js @@ -0,0 +1,5 @@ +"use strict";(()=>{var go=Object.create;var Ar=Object.defineProperty;var wo=Object.getOwnPropertyDescriptor;var So=Object.getOwnPropertyNames,et=Object.getOwnPropertySymbols,Eo=Object.getPrototypeOf,tt=Object.prototype.hasOwnProperty,Oo=Object.prototype.propertyIsEnumerable;var rt=(e,r,t)=>r in e?Ar(e,r,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[r]=t,Je=(e,r)=>{for(var t in r||(r={}))tt.call(r,t)&&rt(e,t,r[t]);if(et)for(var t of et(r))Oo.call(r,t)&&rt(e,t,r[t]);return e};var Me=(e,r)=>()=>(r||e((r={exports:{}}).exports,r),r.exports);var To=(e,r,t,o)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of So(r))!tt.call(e,n)&&n!==t&&Ar(e,n,{get:()=>r[n],enumerable:!(o=wo(r,n))||o.enumerable});return e};var ot=(e,r,t)=>(t=e!=null?go(Eo(e)):{},To(r||!e||!e.__esModule?Ar(t,"default",{value:e,enumerable:!0}):t,e));var De=Me(Z=>{(function(){var e,r,t,o,n,i,f,u,c,a,s,p,d,l,m,h,b,w,E,k;k=150,a=20,E=150,c=.75,Z.score=function(v,x,S){var T,y,g,_;return y=S.preparedQuery,T=S.allowErrors,T||n(v,y.core_lw,y.core_up)?(_=v.toLowerCase(),g=r(v,_,y),Math.ceil(g)):0},Z.isMatch=n=function(v,x,S){var T,y,g,_,W,U,L;if(g=v.length,_=x.length,!g||_>g)return!1;for(T=-1,y=-1;++y<_;){for(W=x.charCodeAt(y),U=S.charCodeAt(y);++T<g&&(L=v.charCodeAt(T),!(L===W||L===U)););if(T===g)return!1}return!0},Z.computeScore=r=function(v,x,S){var T,y,g,_,W,U,L,j,M,N,V,re,Q,fe,de,te,ye,ce,Er,Ae,Ke,Or,Tr,_r;if(de=S.query,te=S.query_lw,N=v.length,Q=de.length,T=s(v,x,de,te),y=T.score,T.count===Q)return l(Q,N,y,T.pos);if(fe=x.indexOf(te),fe>-1)return m(v,x,de,te,fe,Q,N);for(Ae=new Array(Q),W=new Array(Q),_r=w(Q,N),V=Math.ceil(c*Q)+5,re=V,L=!0,M=-1;++M<Q;)Ae[M]=0,W[M]=0;for(j=-1;++j<N;){if(Or=x[j],!Or.charCodeAt(0)in S.charCodes){if(L){for(M=-1;++M<Q;)W[M]=0;L=!1}continue}for(ce=0,Er=0,_=0,ye=!0,L=!0,M=-1;++M<Q;){if(Ke=Ae[M],Ke>ce&&(ce=Ke),U=0,te[M]===Or)if(Tr=u(j,v,x),U=_>0?_:d(v,x,de,te,j,M,Tr),g=Er+p(j,M,Tr,y,U),g>ce)ce=g,re=V;else{if(ye&&--re<=0)return Math.max(ce,Ae[Q-1])*_r;ye=!1}Er=Ke,_=W[M],W[M]=U,Ae[M]=ce}}return ce=Ae[Q-1],ce*_r},Z.isWordStart=u=function(v,x,S){var T,y;return v===0?!0:(T=x[v],y=x[v-1],i(y)||T!==S[v]&&y===S[v-1])},Z.isWordEnd=f=function(v,x,S,T){var y,g;return v===T-1?!0:(y=x[v],g=x[v+1],i(g)||y===S[v]&&g!==S[v+1])},i=function(v){return v===" "||v==="."||v==="-"||v==="_"||v==="/"||v==="\\"},b=function(v){var x;return v<a?(x=a-v,100+x*x):Math.max(100+a-v,0)},Z.scoreSize=w=function(v,x){return E/(E+Math.abs(x-v))},l=function(v,x,S,T){return 2*v*(k*S+b(T))*w(v,x)},Z.scorePattern=h=function(v,x,S,T,y){var g,_;return _=v,g=6,S===v&&(g+=2),T&&(g+=3),y&&(g+=1),v===x&&(T&&(S===x?_+=2:_+=1),y&&(g+=1)),S+_*(_+g)},Z.scoreCharacter=p=function(v,x,S,T,y){var g;return g=b(v),S?g+k*((T>y?T:y)+10):g+k*y},Z.scoreConsecutives=d=function(v,x,S,T,y,g,_){var W,U,L,j,M,N,V;for(U=v.length,j=S.length,L=U-y,M=j-g,W=L<M?L:M,N=0,V=0,S[g]===v[y]&&N++;++V<W&&T[++g]===x[++y];)S[g]===v[y]&&N++;return V<W&&y--,V===1?1+2*N:h(V,j,N,_,f(y,v,x,U))},Z.scoreExactMatch=m=function(v,x,S,T,y,g,_){var W,U,L,j,M;for(M=u(y,v,x),M||(L=x.indexOf(T,y+1),L>-1&&(M=u(L,v,x),M&&(y=L))),U=-1,j=0;++U<g;)S[y+U]===v[U]&&j++;return W=f(y+g-1,v,x,_),l(g,_,h(g,g,j,M,W),y)},e=function(){function v(x,S,T){this.score=x,this.pos=S,this.count=T}return v}(),t=new e(0,.1,0),Z.scoreAcronyms=s=function(v,x,S,T){var y,g,_,W,U,L,j,M,N,V,re;if(U=v.length,L=S.length,!(U>1&&L>1))return t;for(y=0,V=0,re=0,M=0,_=-1,W=-1;++W<L;){if(j=T[W],i(j))if(_=x.indexOf(j,_+1),_>-1){V++;continue}else break;for(;++_<U;)if(j===x[_]&&u(_,v,x)){S[W]===v[_]&&M++,re+=_,y++;break}if(_===U)break}return y<2?t:(g=y===L?o(v,x,S,y):!1,N=h(y,L,M,!0,g),new e(N,re/y,y+V))},o=function(v,x,S,T){var y,g,_,W;if(_=v.length,W=S.length,y=0,_>12*W)return!1;for(g=-1;++g<_;)if(u(g,v,x)&&++y>T)return!1;return!0}}).call(Z)});var wr=Me(Qe=>{(function(){var e,r,t,o,n,i,f,u,c,a;a=De(),i=a.isMatch,e=a.computeScore,u=a.scoreSize,c=20,t=2.5,Qe.score=function(s,p,d){var l,m,h,b;return m=d.preparedQuery,l=d.allowErrors,l||i(s,m.core_lw,m.core_up)?(b=s.toLowerCase(),h=e(s,b,m),h=f(s,b,h,d),Math.ceil(h)):0},f=function(s,p,d,l){var m,h,b,w,E,k,v,x,S,T;if(d===0)return 0;for(S=l.preparedQuery,T=l.useExtensionBonus,x=l.pathSeparator,E=s.length-1;s[E]===x;)E--;if(b=s.lastIndexOf(x,E),v=E-b,k=1,T&&(k+=n(p,S.ext,b,E,2),d*=k),b===-1)return d;for(w=S.depth;b>-1&&w-- >0;)b=s.lastIndexOf(x,b-1);return h=b===-1?d:k*e(s.slice(b+1,E+1),p.slice(b+1,E+1),S),m=.5*c/(c+r(s,E+1,x)),m*h+(1-m)*d*u(0,t*v)},Qe.countDir=r=function(s,p,d){var l,m;if(p<1)return 0;for(l=0,m=-1;++m<p&&s[m]===d;);for(;++m<p;)if(s[m]===d)for(l++;++m<p&&s[m]===d;);return l},Qe.getExtension=o=function(s){var p;return p=s.lastIndexOf("."),p<0?"":s.substr(p+1)},n=function(s,p,d,l,m){var h,b,w,E;if(!p.length||(E=s.lastIndexOf(".",l),!(E>d)))return 0;for(w=p.length,h=l-E,h<w&&(w=h,h=p.length),E++,b=-1;++b<w&&s[E+b]===p[b];);return b===0&&m>0?.9*n(s,p,d,E-2,m-1):b/h}}).call(Qe)});var Gr=Me((to,oo)=>{(function(){var e,r,t,o,n,i,f,u;u=wr(),t=u.countDir,n=u.getExtension,oo.exports=e=function(){function c(a,s){var p,d,l;if(l=s!=null?s:{},p=l.optCharRegEx,d=l.pathSeparator,!(a&&a.length))return null;this.query=a,this.query_lw=a.toLowerCase(),this.core=r(a,p),this.core_lw=this.core.toLowerCase(),this.core_up=f(this.core),this.depth=t(a,a.length,d),this.ext=n(this.query_lw),this.charCodes=o(this.query_lw)}return c}(),i=/[ _\-:\/\\]/g,r=function(c,a){return a==null&&(a=i),c.replace(a,"")},f=function(c){var a,s,p,d;for(s="",p=0,d=c.length;p<d;p++)a=c[p],s+=a.toUpperCase()[0];return s},o=function(c){var a,s,p;for(p=c.length,s=-1,a=[];++s<p;)a[c.charCodeAt(s)]=!0;return a}}).call(to)});var ao=Me((no,io)=>{(function(){var e,r,t,o,n;o=De(),r=wr(),e=Gr(),t=function(i){return i.candidate},n=function(i,f){return f.score-i.score},io.exports=function(i,f,u){var c,a,s,p,d,l,m,h,b,w,E,k,v;for(h=[],s=u.key,d=u.maxResults,p=u.maxInners,E=u.usePathScoring,b=p!=null&&p>0?p:i.length+1,c=s!=null,m=E?r:o,k=0,v=i.length;k<v&&(a=i[k],w=c?a[s]:a,!(!!w&&(l=m.score(w,f,u),l>0&&(h.push({candidate:a,score:l}),!--b))));k++);return h.sort(n),i=h.map(t),d!=null&&(i=i.slice(0,d)),i}}).call(no)});var fo=Me(Sr=>{(function(){var e,r,t,o,n,i,f,u,c,a;a=De(),t=a.isMatch,o=a.isWordStart,c=a.scoreConsecutives,u=a.scoreCharacter,f=a.scoreAcronyms,Sr.match=n=function(s,p,d){var l,m,h,b,w,E;return l=d.allowErrors,w=d.preparedQuery,b=d.pathSeparator,l||t(s,w.core_lw,w.core_up)?(E=s.toLowerCase(),h=r(s,E,w),h.length===0||s.indexOf(b)>-1&&(m=e(s,E,w,b),h=i(h,m)),h):[]},Sr.wrap=function(s,p,d){var l,m,h,b,w,E,k,v,x;if(d.wrap!=null&&(x=d.wrap,E=x.tagClass,v=x.tagOpen,k=x.tagClose),E==null&&(E="highlight"),v==null&&(v='<strong class="'+E+'">'),k==null&&(k="</strong>"),s===p)return v+s+k;if(h=n(s,p,d),h.length===0)return s;for(b="",l=-1,w=0;++l<h.length;){for(m=h[l],m>w&&(b+=s.substring(w,m),w=m);++l<h.length;)if(h[l]===m+1)m++;else{l--;break}m++,m>w&&(b+=v,b+=s.substring(w,m),b+=k,w=m)}return w<=s.length-1&&(b+=s.substring(w)),b},e=function(s,p,d,l){var m,h,b;for(b=s.length-1;s[b]===l;)b--;if(m=s.lastIndexOf(l,b),m===-1)return[];for(h=d.depth;h-- >0;)if(m=s.lastIndexOf(l,m-1),m===-1)return[];return m++,b++,r(s.slice(m,b),p.slice(m,b),d,m)},i=function(s,p){var d,l,m,h,b,w,E;if(b=s.length,w=p.length,w===0)return s.slice();if(b===0)return p.slice();for(m=-1,h=0,l=p[h],E=[];++m<b;){for(d=s[m];l<=d&&++h<w;)l<d&&E.push(l),l=p[h];E.push(d)}for(;h<w;)E.push(p[h++]);return E},r=function(s,p,d,l){var m,h,b,w,E,k,v,x,S,T,y,g,_,W,U,L,j,M,N,V,re,Q,fe,de,te,ye;for(l==null&&(l=0),M=d.query,N=d.query_lw,_=s.length,L=M.length,E=f(s,p,M,N).score,Q=new Array(L),S=new Array(L),b=0,w=1,h=2,m=3,ye=new Array(_*L),j=-1,g=-1;++g<L;)Q[g]=0,S[g]=0;for(y=-1;++y<_;)for(V=0,fe=0,x=0,de=p[y],g=-1;++g<L;)T=0,k=0,re=fe,N[g]===de&&(te=o(y,s,p),T=x>0?x:c(s,p,M,N,y,g,te),k=re+u(y,g,te,E,T)),fe=Q[g],x=S[g],V>fe?U=h:(V=fe,U=w),k>V?(V=k,U=m):T=0,Q[g]=V,S[g]=T,ye[++j]=V>0?U:b;for(y=_-1,g=L-1,j=y*L+g,v=!0,W=[];v&&y>=0&&g>=0;)switch(ye[j]){case w:y--,j-=L;break;case h:g--,j--;break;case m:W.push(y+l),g--,y--,j-=L+1;break;default:v=!1}return W.reverse(),W}}).call(Sr)});var Br=Me((co,so)=>{(function(){var e,r,t,o,n,i,f,u;t=ao(),o=fo(),u=De(),i=wr(),e=Gr(),f=null,r=(typeof process!="undefined"&&process!==null?process.platform:void 0)==="win32"?"\\":"/",so.exports={filter:function(c,a,s){return s==null&&(s={}),a!=null&&a.length&&(c!=null&&c.length)?(s=n(s,a),t(c,a,s)):[]},score:function(c,a,s){return s==null&&(s={}),c!=null&&c.length&&(a!=null&&a.length)?(s=n(s,a),s.usePathScoring?i.score(c,a,s):u.score(c,a,s)):0},match:function(c,a,s){var p,d,l;return s==null&&(s={}),c?a?c===a?function(){l=[];for(var m=0,h=c.length;0<=h?m<h:m>h;0<=h?m++:m--)l.push(m);return l}.apply(this):(s=n(s,a),o.match(c,a,s)):[]:[]},wrap:function(c,a,s){return s==null&&(s={}),c?a?(s=n(s,a),o.wrap(c,a,s)):[]:[]},prepareQuery:function(c,a){return a==null&&(a={}),a=n(a,c),a.preparedQuery}},n=function(c,a){return c.allowErrors==null&&(c.allowErrors=!1),c.usePathScoring==null&&(c.usePathScoring=!0),c.useExtensionBonus==null&&(c.useExtensionBonus=!1),c.pathSeparator==null&&(c.pathSeparator=r),c.optCharRegEx==null&&(c.optCharRegEx=null),c.wrap==null&&(c.wrap=null),c.preparedQuery==null&&(c.preparedQuery=f&&f.query===a?f:f=new e(a,c)),c}}).call(co)});var Mr=function(e,r){return Mr=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,o){t.__proto__=o}||function(t,o){for(var n in o)Object.prototype.hasOwnProperty.call(o,n)&&(t[n]=o[n])},Mr(e,r)};function z(e,r){if(typeof r!="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");Mr(e,r);function t(){this.constructor=e}e.prototype=r===null?Object.create(r):(t.prototype=r.prototype,new t)}function nt(e,r,t,o){function n(i){return i instanceof t?i:new t(function(f){f(i)})}return new(t||(t=Promise))(function(i,f){function u(s){try{a(o.next(s))}catch(p){f(p)}}function c(s){try{a(o.throw(s))}catch(p){f(p)}}function a(s){s.done?i(s.value):n(s.value).then(u,c)}a((o=o.apply(e,r||[])).next())})}function Ye(e,r){var t={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},o,n,i,f=Object.create((typeof Iterator=="function"?Iterator:Object).prototype);return f.next=u(0),f.throw=u(1),f.return=u(2),typeof Symbol=="function"&&(f[Symbol.iterator]=function(){return this}),f;function u(a){return function(s){return c([a,s])}}function c(a){if(o)throw new TypeError("Generator is already executing.");for(;f&&(f=0,a[0]&&(t=0)),t;)try{if(o=1,n&&(i=a[0]&2?n.return:a[0]?n.throw||((i=n.return)&&i.call(n),0):n.next)&&!(i=i.call(n,a[1])).done)return i;switch(n=0,i&&(a=[a[0]&2,i.value]),a[0]){case 0:case 1:i=a;break;case 4:return t.label++,{value:a[1],done:!1};case 5:t.label++,n=a[1],a=[0];continue;case 7:a=t.ops.pop(),t.trys.pop();continue;default:if(i=t.trys,!(i=i.length>0&&i[i.length-1])&&(a[0]===6||a[0]===2)){t=0;continue}if(a[0]===3&&(!i||a[1]>i[0]&&a[1]<i[3])){t.label=a[1];break}if(a[0]===6&&t.label<i[1]){t.label=i[1],i=a;break}if(i&&t.label<i[2]){t.label=i[2],t.ops.push(a);break}i[2]&&t.ops.pop(),t.trys.pop();continue}a=r.call(e,t)}catch(s){a=[6,s],n=0}finally{o=i=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}}function X(e){var r=typeof Symbol=="function"&&Symbol.iterator,t=r&&e[r],o=0;if(t)return t.call(e);if(e&&typeof e.length=="number")return{next:function(){return e&&o>=e.length&&(e=void 0),{value:e&&e[o++],done:!e}}};throw new TypeError(r?"Object is not iterable.":"Symbol.iterator is not defined.")}function R(e,r){var t=typeof Symbol=="function"&&e[Symbol.iterator];if(!t)return e;var o=t.call(e),n,i=[],f;try{for(;(r===void 0||r-- >0)&&!(n=o.next()).done;)i.push(n.value)}catch(u){f={error:u}}finally{try{n&&!n.done&&(t=o.return)&&t.call(o)}finally{if(f)throw f.error}}return i}function H(e,r,t){if(t||arguments.length===2)for(var o=0,n=r.length,i;o<n;o++)(i||!(o in r))&&(i||(i=Array.prototype.slice.call(r,0,o)),i[o]=r[o]);return e.concat(i||Array.prototype.slice.call(r))}function ge(e){return this instanceof ge?(this.v=e,this):new ge(e)}function it(e,r,t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var o=t.apply(e,r||[]),n,i=[];return n=Object.create((typeof AsyncIterator=="function"?AsyncIterator:Object).prototype),u("next"),u("throw"),u("return",f),n[Symbol.asyncIterator]=function(){return this},n;function f(l){return function(m){return Promise.resolve(m).then(l,p)}}function u(l,m){o[l]&&(n[l]=function(h){return new Promise(function(b,w){i.push([l,h,b,w])>1||c(l,h)})},m&&(n[l]=m(n[l])))}function c(l,m){try{a(o[l](m))}catch(h){d(i[0][3],h)}}function a(l){l.value instanceof ge?Promise.resolve(l.value.v).then(s,p):d(i[0][2],l)}function s(l){c("next",l)}function p(l){c("throw",l)}function d(l,m){l(m),i.shift(),i.length&&c(i[0][0],i[0][1])}}function at(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var r=e[Symbol.asyncIterator],t;return r?r.call(e):(e=typeof X=="function"?X(e):e[Symbol.iterator](),t={},o("next"),o("throw"),o("return"),t[Symbol.asyncIterator]=function(){return this},t);function o(i){t[i]=e[i]&&function(f){return new Promise(function(u,c){f=e[i](f),n(u,c,f.done,f.value)})}}function n(i,f,u,c){Promise.resolve(c).then(function(a){i({value:a,done:u})},f)}}function O(e){return typeof e=="function"}function Xe(e){var r=function(o){Error.call(o),o.stack=new Error().stack},t=e(r);return t.prototype=Object.create(Error.prototype),t.prototype.constructor=t,t}var Ge=Xe(function(e){return function(t){e(this),this.message=t?t.length+` errors occurred during unsubscription: +`+t.map(function(o,n){return n+1+") "+o.toString()}).join(` + `):"",this.name="UnsubscriptionError",this.errors=t}});function se(e,r){if(e){var t=e.indexOf(r);0<=t&&e.splice(t,1)}}var oe=function(){function e(r){this.initialTeardown=r,this.closed=!1,this._parentage=null,this._finalizers=null}return e.prototype.unsubscribe=function(){var r,t,o,n,i;if(!this.closed){this.closed=!0;var f=this._parentage;if(f)if(this._parentage=null,Array.isArray(f))try{for(var u=X(f),c=u.next();!c.done;c=u.next()){var a=c.value;a.remove(this)}}catch(h){r={error:h}}finally{try{c&&!c.done&&(t=u.return)&&t.call(u)}finally{if(r)throw r.error}}else f.remove(this);var s=this.initialTeardown;if(O(s))try{s()}catch(h){i=h instanceof Ge?h.errors:[h]}var p=this._finalizers;if(p){this._finalizers=null;try{for(var d=X(p),l=d.next();!l.done;l=d.next()){var m=l.value;try{ft(m)}catch(h){i=i!=null?i:[],h instanceof Ge?i=H(H([],R(i)),R(h.errors)):i.push(h)}}}catch(h){o={error:h}}finally{try{l&&!l.done&&(n=d.return)&&n.call(d)}finally{if(o)throw o.error}}}if(i)throw new Ge(i)}},e.prototype.add=function(r){var t;if(r&&r!==this)if(this.closed)ft(r);else{if(r instanceof e){if(r.closed||r._hasParent(this))return;r._addParent(this)}(this._finalizers=(t=this._finalizers)!==null&&t!==void 0?t:[]).push(r)}},e.prototype._hasParent=function(r){var t=this._parentage;return t===r||Array.isArray(t)&&t.includes(r)},e.prototype._addParent=function(r){var t=this._parentage;this._parentage=Array.isArray(t)?(t.push(r),t):t?[t,r]:r},e.prototype._removeParent=function(r){var t=this._parentage;t===r?this._parentage=null:Array.isArray(t)&&se(t,r)},e.prototype.remove=function(r){var t=this._finalizers;t&&se(t,r),r instanceof e&&r._removeParent(this)},e.EMPTY=function(){var r=new e;return r.closed=!0,r}(),e}();var Ir=oe.EMPTY;function Be(e){return e instanceof oe||e&&"closed"in e&&O(e.remove)&&O(e.add)&&O(e.unsubscribe)}function ft(e){O(e)?e():e.unsubscribe()}var ee={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1};var Ie={setTimeout:function(e,r){for(var t=[],o=2;o<arguments.length;o++)t[o-2]=arguments[o];var n=Ie.delegate;return n!=null&&n.setTimeout?n.setTimeout.apply(n,H([e,r],R(t))):setTimeout.apply(void 0,H([e,r],R(t)))},clearTimeout:function(e){var r=Ie.delegate;return((r==null?void 0:r.clearTimeout)||clearTimeout)(e)},delegate:void 0};function Ze(e){Ie.setTimeout(function(){var r=ee.onUnhandledError;if(r)r(e);else throw e})}function ue(){}var ct=function(){return Cr("C",void 0,void 0)}();function st(e){return Cr("E",void 0,e)}function ut(e){return Cr("N",e,void 0)}function Cr(e,r,t){return{kind:e,value:r,error:t}}var we=null;function Ce(e){if(ee.useDeprecatedSynchronousErrorHandling){var r=!we;if(r&&(we={errorThrown:!1,error:null}),e(),r){var t=we,o=t.errorThrown,n=t.error;if(we=null,o)throw n}}else e()}function pt(e){ee.useDeprecatedSynchronousErrorHandling&&we&&(we.errorThrown=!0,we.error=e)}var Ue=function(e){z(r,e);function r(t){var o=e.call(this)||this;return o.isStopped=!1,t?(o.destination=t,Be(t)&&t.add(o)):o.destination=Io,o}return r.create=function(t,o,n){return new Se(t,o,n)},r.prototype.next=function(t){this.isStopped?Pr(ut(t),this):this._next(t)},r.prototype.error=function(t){this.isStopped?Pr(st(t),this):(this.isStopped=!0,this._error(t))},r.prototype.complete=function(){this.isStopped?Pr(ct,this):(this.isStopped=!0,this._complete())},r.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,e.prototype.unsubscribe.call(this),this.destination=null)},r.prototype._next=function(t){this.destination.next(t)},r.prototype._error=function(t){try{this.destination.error(t)}finally{this.unsubscribe()}},r.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},r}(oe);var _o=Function.prototype.bind;function Lr(e,r){return _o.call(e,r)}var Ao=function(){function e(r){this.partialObserver=r}return e.prototype.next=function(r){var t=this.partialObserver;if(t.next)try{t.next(r)}catch(o){er(o)}},e.prototype.error=function(r){var t=this.partialObserver;if(t.error)try{t.error(r)}catch(o){er(o)}else er(r)},e.prototype.complete=function(){var r=this.partialObserver;if(r.complete)try{r.complete()}catch(t){er(t)}},e}(),Se=function(e){z(r,e);function r(t,o,n){var i=e.call(this)||this,f;if(O(t)||!t)f={next:t!=null?t:void 0,error:o!=null?o:void 0,complete:n!=null?n:void 0};else{var u;i&&ee.useDeprecatedNextContext?(u=Object.create(t),u.unsubscribe=function(){return i.unsubscribe()},f={next:t.next&&Lr(t.next,u),error:t.error&&Lr(t.error,u),complete:t.complete&&Lr(t.complete,u)}):f=t}return i.destination=new Ao(f),i}return r}(Ue);function er(e){ee.useDeprecatedSynchronousErrorHandling?pt(e):Ze(e)}function Mo(e){throw e}function Pr(e,r){var t=ee.onStoppedNotification;t&&Ie.setTimeout(function(){return t(e,r)})}var Io={closed:!0,next:ue,error:Mo,complete:ue};var Le=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}();function G(e){return e}function lt(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];return Rr(e)}function Rr(e){return e.length===0?G:e.length===1?e[0]:function(t){return e.reduce(function(o,n){return n(o)},t)}}var I=function(){function e(r){r&&(this._subscribe=r)}return e.prototype.lift=function(r){var t=new e;return t.source=this,t.operator=r,t},e.prototype.subscribe=function(r,t,o){var n=this,i=Lo(r)?r:new Se(r,t,o);return Ce(function(){var f=n,u=f.operator,c=f.source;i.add(u?u.call(i,c):c?n._subscribe(i):n._trySubscribe(i))}),i},e.prototype._trySubscribe=function(r){try{return this._subscribe(r)}catch(t){r.error(t)}},e.prototype.forEach=function(r,t){var o=this;return t=mt(t),new t(function(n,i){var f=new Se({next:function(u){try{r(u)}catch(c){i(c),f.unsubscribe()}},error:i,complete:n});o.subscribe(f)})},e.prototype._subscribe=function(r){var t;return(t=this.source)===null||t===void 0?void 0:t.subscribe(r)},e.prototype[Le]=function(){return this},e.prototype.pipe=function(){for(var r=[],t=0;t<arguments.length;t++)r[t]=arguments[t];return Rr(r)(this)},e.prototype.toPromise=function(r){var t=this;return r=mt(r),new r(function(o,n){var i;t.subscribe(function(f){return i=f},function(f){return n(f)},function(){return o(i)})})},e.create=function(r){return new e(r)},e}();function mt(e){var r;return(r=e!=null?e:ee.Promise)!==null&&r!==void 0?r:Promise}function Co(e){return e&&O(e.next)&&O(e.error)&&O(e.complete)}function Lo(e){return e&&e instanceof Ue||Co(e)&&Be(e)}function Po(e){return O(e==null?void 0:e.lift)}function A(e){return function(r){if(Po(r))return r.lift(function(t){try{return e(t,this)}catch(o){this.error(o)}});throw new TypeError("Unable to lift unknown Observable type")}}function P(e,r,t,o,n){return new Ro(e,r,t,o,n)}var Ro=function(e){z(r,e);function r(t,o,n,i,f,u){var c=e.call(this,t)||this;return c.onFinalize=f,c.shouldUnsubscribe=u,c._next=o?function(a){try{o(a)}catch(s){t.error(s)}}:e.prototype._next,c._error=i?function(a){try{i(a)}catch(s){t.error(s)}finally{this.unsubscribe()}}:e.prototype._error,c._complete=n?function(){try{n()}catch(a){t.error(a)}finally{this.unsubscribe()}}:e.prototype._complete,c}return r.prototype.unsubscribe=function(){var t;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){var o=this.closed;e.prototype.unsubscribe.call(this),!o&&((t=this.onFinalize)===null||t===void 0||t.call(this))}},r}(Ue);var Pe={schedule:function(e){var r=requestAnimationFrame,t=cancelAnimationFrame,o=Pe.delegate;o&&(r=o.requestAnimationFrame,t=o.cancelAnimationFrame);var n=r(function(i){t=void 0,e(i)});return new oe(function(){return t==null?void 0:t(n)})},requestAnimationFrame:function(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];var t=Pe.delegate;return((t==null?void 0:t.requestAnimationFrame)||requestAnimationFrame).apply(void 0,H([],R(e)))},cancelAnimationFrame:function(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];var t=Pe.delegate;return((t==null?void 0:t.cancelAnimationFrame)||cancelAnimationFrame).apply(void 0,H([],R(e)))},delegate:void 0};var ht=Xe(function(e){return function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}});var K=function(e){z(r,e);function r(){var t=e.call(this)||this;return t.closed=!1,t.currentObservers=null,t.observers=[],t.isStopped=!1,t.hasError=!1,t.thrownError=null,t}return r.prototype.lift=function(t){var o=new dt(this,this);return o.operator=t,o},r.prototype._throwIfClosed=function(){if(this.closed)throw new ht},r.prototype.next=function(t){var o=this;Ce(function(){var n,i;if(o._throwIfClosed(),!o.isStopped){o.currentObservers||(o.currentObservers=Array.from(o.observers));try{for(var f=X(o.currentObservers),u=f.next();!u.done;u=f.next()){var c=u.value;c.next(t)}}catch(a){n={error:a}}finally{try{u&&!u.done&&(i=f.return)&&i.call(f)}finally{if(n)throw n.error}}}})},r.prototype.error=function(t){var o=this;Ce(function(){if(o._throwIfClosed(),!o.isStopped){o.hasError=o.isStopped=!0,o.thrownError=t;for(var n=o.observers;n.length;)n.shift().error(t)}})},r.prototype.complete=function(){var t=this;Ce(function(){if(t._throwIfClosed(),!t.isStopped){t.isStopped=!0;for(var o=t.observers;o.length;)o.shift().complete()}})},r.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(r.prototype,"observed",{get:function(){var t;return((t=this.observers)===null||t===void 0?void 0:t.length)>0},enumerable:!1,configurable:!0}),r.prototype._trySubscribe=function(t){return this._throwIfClosed(),e.prototype._trySubscribe.call(this,t)},r.prototype._subscribe=function(t){return this._throwIfClosed(),this._checkFinalizedStatuses(t),this._innerSubscribe(t)},r.prototype._innerSubscribe=function(t){var o=this,n=this,i=n.hasError,f=n.isStopped,u=n.observers;return i||f?Ir:(this.currentObservers=null,u.push(t),new oe(function(){o.currentObservers=null,se(u,t)}))},r.prototype._checkFinalizedStatuses=function(t){var o=this,n=o.hasError,i=o.thrownError,f=o.isStopped;n?t.error(i):f&&t.complete()},r.prototype.asObservable=function(){var t=new I;return t.source=this,t},r.create=function(t,o){return new dt(t,o)},r}(I);var dt=function(e){z(r,e);function r(t,o){var n=e.call(this)||this;return n.destination=t,n.source=o,n}return r.prototype.next=function(t){var o,n;(n=(o=this.destination)===null||o===void 0?void 0:o.next)===null||n===void 0||n.call(o,t)},r.prototype.error=function(t){var o,n;(n=(o=this.destination)===null||o===void 0?void 0:o.error)===null||n===void 0||n.call(o,t)},r.prototype.complete=function(){var t,o;(o=(t=this.destination)===null||t===void 0?void 0:t.complete)===null||o===void 0||o.call(t)},r.prototype._subscribe=function(t){var o,n;return(n=(o=this.source)===null||o===void 0?void 0:o.subscribe(t))!==null&&n!==void 0?n:Ir},r}(K);var kr=function(e){z(r,e);function r(t){var o=e.call(this)||this;return o._value=t,o}return Object.defineProperty(r.prototype,"value",{get:function(){return this.getValue()},enumerable:!1,configurable:!0}),r.prototype._subscribe=function(t){var o=e.prototype._subscribe.call(this,t);return!o.closed&&t.next(this._value),o},r.prototype.getValue=function(){var t=this,o=t.hasError,n=t.thrownError,i=t._value;if(o)throw n;return this._throwIfClosed(),i},r.prototype.next=function(t){e.prototype.next.call(this,this._value=t)},r}(K);var ze={now:function(){return(ze.delegate||Date).now()},delegate:void 0};var vt=function(e){z(r,e);function r(t,o,n){t===void 0&&(t=1/0),o===void 0&&(o=1/0),n===void 0&&(n=ze);var i=e.call(this)||this;return i._bufferSize=t,i._windowTime=o,i._timestampProvider=n,i._buffer=[],i._infiniteTimeWindow=!0,i._infiniteTimeWindow=o===1/0,i._bufferSize=Math.max(1,t),i._windowTime=Math.max(1,o),i}return r.prototype.next=function(t){var o=this,n=o.isStopped,i=o._buffer,f=o._infiniteTimeWindow,u=o._timestampProvider,c=o._windowTime;n||(i.push(t),!f&&i.push(u.now()+c)),this._trimBuffer(),e.prototype.next.call(this,t)},r.prototype._subscribe=function(t){this._throwIfClosed(),this._trimBuffer();for(var o=this._innerSubscribe(t),n=this,i=n._infiniteTimeWindow,f=n._buffer,u=f.slice(),c=0;c<u.length&&!t.closed;c+=i?1:2)t.next(u[c]);return this._checkFinalizedStatuses(t),o},r.prototype._trimBuffer=function(){var t=this,o=t._bufferSize,n=t._timestampProvider,i=t._buffer,f=t._infiniteTimeWindow,u=(f?1:2)*o;if(o<1/0&&u<i.length&&i.splice(0,i.length-u),!f){for(var c=n.now(),a=0,s=1;s<i.length&&i[s]<=c;s+=2)a=s;a&&i.splice(0,a+1)}},r}(K);var bt=function(e){z(r,e);function r(t,o){return e.call(this)||this}return r.prototype.schedule=function(t,o){return o===void 0&&(o=0),this},r}(oe);var Ve={setInterval:function(e,r){for(var t=[],o=2;o<arguments.length;o++)t[o-2]=arguments[o];var n=Ve.delegate;return n!=null&&n.setInterval?n.setInterval.apply(n,H([e,r],R(t))):setInterval.apply(void 0,H([e,r],R(t)))},clearInterval:function(e){var r=Ve.delegate;return((r==null?void 0:r.clearInterval)||clearInterval)(e)},delegate:void 0};var rr=function(e){z(r,e);function r(t,o){var n=e.call(this,t,o)||this;return n.scheduler=t,n.work=o,n.pending=!1,n}return r.prototype.schedule=function(t,o){var n;if(o===void 0&&(o=0),this.closed)return this;this.state=t;var i=this.id,f=this.scheduler;return i!=null&&(this.id=this.recycleAsyncId(f,i,o)),this.pending=!0,this.delay=o,this.id=(n=this.id)!==null&&n!==void 0?n:this.requestAsyncId(f,this.id,o),this},r.prototype.requestAsyncId=function(t,o,n){return n===void 0&&(n=0),Ve.setInterval(t.flush.bind(t,this),n)},r.prototype.recycleAsyncId=function(t,o,n){if(n===void 0&&(n=0),n!=null&&this.delay===n&&this.pending===!1)return o;o!=null&&Ve.clearInterval(o)},r.prototype.execute=function(t,o){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;var n=this._execute(t,o);if(n)return n;this.pending===!1&&this.id!=null&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))},r.prototype._execute=function(t,o){var n=!1,i;try{this.work(t)}catch(f){n=!0,i=f||new Error("Scheduled action threw falsy error")}if(n)return this.unsubscribe(),i},r.prototype.unsubscribe=function(){if(!this.closed){var t=this,o=t.id,n=t.scheduler,i=n.actions;this.work=this.state=this.scheduler=null,this.pending=!1,se(i,this),o!=null&&(this.id=this.recycleAsyncId(n,o,null)),this.delay=null,e.prototype.unsubscribe.call(this)}},r}(bt);var Hr=function(){function e(r,t){t===void 0&&(t=e.now),this.schedulerActionCtor=r,this.now=t}return e.prototype.schedule=function(r,t,o){return t===void 0&&(t=0),new this.schedulerActionCtor(this,r).schedule(o,t)},e.now=ze.now,e}();var tr=function(e){z(r,e);function r(t,o){o===void 0&&(o=Hr.now);var n=e.call(this,t,o)||this;return n.actions=[],n._active=!1,n}return r.prototype.flush=function(t){var o=this.actions;if(this._active){o.push(t);return}var n;this._active=!0;do if(n=t.execute(t.state,t.delay))break;while(t=o.shift());if(this._active=!1,n){for(;t=o.shift();)t.unsubscribe();throw n}},r}(Hr);var Ee=new tr(rr),xt=Ee;var yt=function(e){z(r,e);function r(t,o){var n=e.call(this,t,o)||this;return n.scheduler=t,n.work=o,n}return r.prototype.requestAsyncId=function(t,o,n){return n===void 0&&(n=0),n!==null&&n>0?e.prototype.requestAsyncId.call(this,t,o,n):(t.actions.push(this),t._scheduled||(t._scheduled=Pe.requestAnimationFrame(function(){return t.flush(void 0)})))},r.prototype.recycleAsyncId=function(t,o,n){var i;if(n===void 0&&(n=0),n!=null?n>0:this.delay>0)return e.prototype.recycleAsyncId.call(this,t,o,n);var f=t.actions;o!=null&&((i=f[f.length-1])===null||i===void 0?void 0:i.id)!==o&&(Pe.cancelAnimationFrame(o),t._scheduled=void 0)},r}(rr);var gt=function(e){z(r,e);function r(){return e!==null&&e.apply(this,arguments)||this}return r.prototype.flush=function(t){this._active=!0;var o=this._scheduled;this._scheduled=void 0;var n=this.actions,i;t=t||n.shift();do if(i=t.execute(t.state,t.delay))break;while((t=n[0])&&t.id===o&&n.shift());if(this._active=!1,i){for(;(t=n[0])&&t.id===o&&n.shift();)t.unsubscribe();throw i}},r}(tr);var Fr=new gt(yt);var Re=new I(function(e){return e.complete()});function or(e){return e&&O(e.schedule)}function Wr(e){return e[e.length-1]}function ve(e){return O(Wr(e))?e.pop():void 0}function ne(e){return or(Wr(e))?e.pop():void 0}function wt(e,r){return typeof Wr(e)=="number"?e.pop():r}var ke=function(e){return e&&typeof e.length=="number"&&typeof e!="function"};function nr(e){return O(e==null?void 0:e.then)}function ir(e){return O(e[Le])}function ar(e){return Symbol.asyncIterator&&O(e==null?void 0:e[Symbol.asyncIterator])}function fr(e){return new TypeError("You provided "+(e!==null&&typeof e=="object"?"an invalid object":"'"+e+"'")+" where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.")}function ko(){return typeof Symbol!="function"||!Symbol.iterator?"@@iterator":Symbol.iterator}var cr=ko();function sr(e){return O(e==null?void 0:e[cr])}function ur(e){return it(this,arguments,function(){var t,o,n,i;return Ye(this,function(f){switch(f.label){case 0:t=e.getReader(),f.label=1;case 1:f.trys.push([1,,9,10]),f.label=2;case 2:return[4,ge(t.read())];case 3:return o=f.sent(),n=o.value,i=o.done,i?[4,ge(void 0)]:[3,5];case 4:return[2,f.sent()];case 5:return[4,ge(n)];case 6:return[4,f.sent()];case 7:return f.sent(),[3,2];case 8:return[3,10];case 9:return t.releaseLock(),[7];case 10:return[2]}})})}function pr(e){return O(e==null?void 0:e.getReader)}function F(e){if(e instanceof I)return e;if(e!=null){if(ir(e))return Ho(e);if(ke(e))return Fo(e);if(nr(e))return Wo(e);if(ar(e))return St(e);if(sr(e))return jo(e);if(pr(e))return Uo(e)}throw fr(e)}function Ho(e){return new I(function(r){var t=e[Le]();if(O(t.subscribe))return t.subscribe(r);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}function Fo(e){return new I(function(r){for(var t=0;t<e.length&&!r.closed;t++)r.next(e[t]);r.complete()})}function Wo(e){return new I(function(r){e.then(function(t){r.closed||(r.next(t),r.complete())},function(t){return r.error(t)}).then(null,Ze)})}function jo(e){return new I(function(r){var t,o;try{for(var n=X(e),i=n.next();!i.done;i=n.next()){var f=i.value;if(r.next(f),r.closed)return}}catch(u){t={error:u}}finally{try{i&&!i.done&&(o=n.return)&&o.call(n)}finally{if(t)throw t.error}}r.complete()})}function St(e){return new I(function(r){zo(e,r).catch(function(t){return r.error(t)})})}function Uo(e){return St(ur(e))}function zo(e,r){var t,o,n,i;return nt(this,void 0,void 0,function(){var f,u;return Ye(this,function(c){switch(c.label){case 0:c.trys.push([0,5,6,11]),t=at(e),c.label=1;case 1:return[4,t.next()];case 2:if(o=c.sent(),!!o.done)return[3,4];if(f=o.value,r.next(f),r.closed)return[2];c.label=3;case 3:return[3,1];case 4:return[3,11];case 5:return u=c.sent(),n={error:u},[3,11];case 6:return c.trys.push([6,,9,10]),o&&!o.done&&(i=t.return)?[4,i.call(t)]:[3,8];case 7:c.sent(),c.label=8;case 8:return[3,10];case 9:if(n)throw n.error;return[7];case 10:return[7];case 11:return r.complete(),[2]}})})}function J(e,r,t,o,n){o===void 0&&(o=0),n===void 0&&(n=!1);var i=r.schedule(function(){t(),n?e.add(this.schedule(null,o)):this.unsubscribe()},o);if(e.add(i),!n)return i}function lr(e,r){return r===void 0&&(r=0),A(function(t,o){t.subscribe(P(o,function(n){return J(o,e,function(){return o.next(n)},r)},function(){return J(o,e,function(){return o.complete()},r)},function(n){return J(o,e,function(){return o.error(n)},r)}))})}function mr(e,r){return r===void 0&&(r=0),A(function(t,o){o.add(e.schedule(function(){return t.subscribe(o)},r))})}function Et(e,r){return F(e).pipe(mr(r),lr(r))}function Ot(e,r){return F(e).pipe(mr(r),lr(r))}function Tt(e,r){return new I(function(t){var o=0;return r.schedule(function(){o===e.length?t.complete():(t.next(e[o++]),t.closed||this.schedule())})})}function _t(e,r){return new I(function(t){var o;return J(t,r,function(){o=e[cr](),J(t,r,function(){var n,i,f;try{n=o.next(),i=n.value,f=n.done}catch(u){t.error(u);return}f?t.complete():t.next(i)},0,!0)}),function(){return O(o==null?void 0:o.return)&&o.return()}})}function hr(e,r){if(!e)throw new Error("Iterable cannot be null");return new I(function(t){J(t,r,function(){var o=e[Symbol.asyncIterator]();J(t,r,function(){o.next().then(function(n){n.done?t.complete():t.next(n.value)})},0,!0)})})}function At(e,r){return hr(ur(e),r)}function Mt(e,r){if(e!=null){if(ir(e))return Et(e,r);if(ke(e))return Tt(e,r);if(nr(e))return Ot(e,r);if(ar(e))return hr(e,r);if(sr(e))return _t(e,r);if(pr(e))return At(e,r)}throw fr(e)}function B(e,r){return r?Mt(e,r):F(e)}function ie(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];var t=ne(e);return B(e,t)}function jr(e,r){var t=O(e)?e:function(){return e},o=function(n){return n.error(t())};return new I(r?function(n){return r.schedule(o,0,n)}:o)}function It(e){return e instanceof Date&&!isNaN(e)}function C(e,r){return A(function(t,o){var n=0;t.subscribe(P(o,function(i){o.next(e.call(r,i,n++))}))})}var Vo=Array.isArray;function $o(e,r){return Vo(r)?e.apply(void 0,H([],R(r))):e(r)}function He(e){return C(function(r){return $o(e,r)})}var No=Array.isArray,qo=Object.getPrototypeOf,Do=Object.prototype,Qo=Object.keys;function Ct(e){if(e.length===1){var r=e[0];if(No(r))return{args:r,keys:null};if(Ko(r)){var t=Qo(r);return{args:t.map(function(o){return r[o]}),keys:t}}}return{args:e,keys:null}}function Ko(e){return e&&typeof e=="object"&&qo(e)===Do}function Lt(e,r){return e.reduce(function(t,o,n){return t[o]=r[n],t},{})}function Fe(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];var t=ne(e),o=ve(e),n=Ct(e),i=n.args,f=n.keys;if(i.length===0)return B([],t);var u=new I(Ur(i,t,f?function(c){return Lt(f,c)}:G));return o?u.pipe(He(o)):u}function Ur(e,r,t){return t===void 0&&(t=G),function(o){Pt(r,function(){for(var n=e.length,i=new Array(n),f=n,u=n,c=function(s){Pt(r,function(){var p=B(e[s],r),d=!1;p.subscribe(P(o,function(l){i[s]=l,d||(d=!0,u--),u||o.next(t(i.slice()))},function(){--f||o.complete()}))},o)},a=0;a<n;a++)c(a)},o)}}function Pt(e,r,t){e?J(t,e,r):r()}function Rt(e,r,t,o,n,i,f,u){var c=[],a=0,s=0,p=!1,d=function(){p&&!c.length&&!a&&r.complete()},l=function(h){return a<o?m(h):c.push(h)},m=function(h){i&&r.next(h),a++;var b=!1;F(t(h,s++)).subscribe(P(r,function(w){n==null||n(w),i?l(w):r.next(w)},function(){b=!0},void 0,function(){if(b)try{a--;for(var w=function(){var E=c.shift();f?J(r,f,function(){return m(E)}):m(E)};c.length&&a<o;)w();d()}catch(E){r.error(E)}}))};return e.subscribe(P(r,l,function(){p=!0,d()})),function(){u==null||u()}}function Oe(e,r,t){return t===void 0&&(t=1/0),O(r)?Oe(function(o,n){return C(function(i,f){return r(o,i,n,f)})(F(e(o,n)))},t):(typeof r=="number"&&(t=r),A(function(o,n){return Rt(o,n,e,t)}))}function dr(e){return e===void 0&&(e=1/0),Oe(G,e)}function kt(){return dr(1)}function $e(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];return kt()(B(e,ne(e)))}function Te(e){return new I(function(r){F(e()).subscribe(r)})}var Jo=["addListener","removeListener"],Yo=["addEventListener","removeEventListener"],Xo=["on","off"];function $(e,r,t,o){if(O(t)&&(o=t,t=void 0),o)return $(e,r,t).pipe(He(o));var n=R(Zo(e)?Yo.map(function(u){return function(c){return e[u](r,c,t)}}):Go(e)?Jo.map(Ht(e,r)):Bo(e)?Xo.map(Ht(e,r)):[],2),i=n[0],f=n[1];if(!i&&ke(e))return Oe(function(u){return $(u,r,t)})(F(e));if(!i)throw new TypeError("Invalid event target");return new I(function(u){var c=function(){for(var a=[],s=0;s<arguments.length;s++)a[s]=arguments[s];return u.next(1<a.length?a:a[0])};return i(c),function(){return f(c)}})}function Ht(e,r){return function(t){return function(o){return e[t](r,o)}}}function Go(e){return O(e.addListener)&&O(e.removeListener)}function Bo(e){return O(e.on)&&O(e.off)}function Zo(e){return O(e.addEventListener)&&O(e.removeEventListener)}function vr(e,r,t){e===void 0&&(e=0),t===void 0&&(t=xt);var o=-1;return r!=null&&(or(r)?t=r:o=r),new I(function(n){var i=It(e)?+e-t.now():e;i<0&&(i=0);var f=0;return t.schedule(function(){n.closed||(n.next(f++),0<=o?this.schedule(void 0,o):n.complete())},i)})}function q(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];var t=ne(e),o=wt(e,1/0),n=e;return n.length?n.length===1?F(n[0]):dr(o)(B(n,t)):Re}var Ne=new I(ue);var en=Array.isArray;function br(e){return e.length===1&&en(e[0])?e[0]:e}function _e(e,r){return A(function(t,o){var n=0;t.subscribe(P(o,function(i){return e.call(r,i,n++)&&o.next(i)}))})}function Ft(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];var t=ve(e),o=br(e);return o.length?new I(function(n){var i=o.map(function(){return[]}),f=o.map(function(){return!1});n.add(function(){i=f=null});for(var u=function(a){F(o[a]).subscribe(P(n,function(s){if(i[a].push(s),i.every(function(d){return d.length})){var p=i.map(function(d){return d.shift()});n.next(t?t.apply(void 0,H([],R(p))):p),i.some(function(d,l){return!d.length&&f[l]})&&n.complete()}},function(){f[a]=!0,!i[a].length&&n.complete()}))},c=0;!n.closed&&c<o.length;c++)u(c);return function(){i=f=null}}):Re}function Wt(e){return A(function(r,t){var o=!1,n=null,i=null,f=!1,u=function(){if(i==null||i.unsubscribe(),i=null,o){o=!1;var a=n;n=null,t.next(a)}f&&t.complete()},c=function(){i=null,f&&t.complete()};r.subscribe(P(t,function(a){o=!0,n=a,i||F(e(a)).subscribe(i=P(t,u,c))},function(){f=!0,(!o||!i||i.closed)&&t.complete()}))})}function zr(e,r){return r===void 0&&(r=Ee),Wt(function(){return vr(e,r)})}function Vr(e,r){return r===void 0&&(r=null),r=r!=null?r:e,A(function(t,o){var n=[],i=0;t.subscribe(P(o,function(f){var u,c,a,s,p=null;i++%r===0&&n.push([]);try{for(var d=X(n),l=d.next();!l.done;l=d.next()){var m=l.value;m.push(f),e<=m.length&&(p=p!=null?p:[],p.push(m))}}catch(w){u={error:w}}finally{try{l&&!l.done&&(c=d.return)&&c.call(d)}finally{if(u)throw u.error}}if(p)try{for(var h=X(p),b=h.next();!b.done;b=h.next()){var m=b.value;se(n,m),o.next(m)}}catch(w){a={error:w}}finally{try{b&&!b.done&&(s=h.return)&&s.call(h)}finally{if(a)throw a.error}}},function(){var f,u;try{for(var c=X(n),a=c.next();!a.done;a=c.next()){var s=a.value;o.next(s)}}catch(p){f={error:p}}finally{try{a&&!a.done&&(u=c.return)&&u.call(c)}finally{if(f)throw f.error}}o.complete()},void 0,function(){n=null}))})}function $r(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];var t=ve(e);return t?lt($r.apply(void 0,H([],R(e))),He(t)):A(function(o,n){Ur(H([o],R(br(e))))(n)})}function Nr(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];return $r.apply(void 0,H([],R(e)))}function qr(e,r){return r===void 0&&(r=Ee),A(function(t,o){var n=null,i=null,f=null,u=function(){if(n){n.unsubscribe(),n=null;var a=i;i=null,o.next(a)}};function c(){var a=f+e,s=r.now();if(s<a){n=this.schedule(void 0,a-s),o.add(n);return}u()}t.subscribe(P(o,function(a){i=a,f=r.now(),n||(n=r.schedule(c,e),o.add(n))},function(){u(),o.complete()},void 0,function(){i=n=null}))})}function We(e){return e<=0?function(){return Re}:A(function(r,t){var o=0;r.subscribe(P(t,function(n){++o<=e&&(t.next(n),e<=o&&t.complete())}))})}function jt(){return A(function(e,r){e.subscribe(P(r,ue))})}function Ut(e){return C(function(){return e})}function Dr(e,r){return r?function(t){return $e(r.pipe(We(1),jt()),t.pipe(Dr(e)))}:Oe(function(t,o){return F(e(t,o)).pipe(We(1),Ut(t))})}function Qr(e,r){r===void 0&&(r=Ee);var t=vr(e,r);return Dr(function(){return t})}function pe(e,r){return r===void 0&&(r=G),e=e!=null?e:rn,A(function(t,o){var n,i=!0;t.subscribe(P(o,function(f){var u=r(f);(i||!e(n,u))&&(i=!1,n=u,o.next(f))}))})}function rn(e,r){return e===r}function xr(e,r){return pe(function(t,o){return r?r(t[e],o[e]):t[e]===o[e]})}function le(e){return A(function(r,t){try{r.subscribe(t)}finally{t.add(e)}})}function zt(e){e===void 0&&(e={});var r=e.connector,t=r===void 0?function(){return new K}:r,o=e.resetOnError,n=o===void 0?!0:o,i=e.resetOnComplete,f=i===void 0?!0:i,u=e.resetOnRefCountZero,c=u===void 0?!0:u;return function(a){var s,p,d,l=0,m=!1,h=!1,b=function(){p==null||p.unsubscribe(),p=void 0},w=function(){b(),s=d=void 0,m=h=!1},E=function(){var k=s;w(),k==null||k.unsubscribe()};return A(function(k,v){l++,!h&&!m&&b();var x=d=d!=null?d:t();v.add(function(){l--,l===0&&!h&&!m&&(p=Kr(E,c))}),x.subscribe(v),!s&&l>0&&(s=new Se({next:function(S){return x.next(S)},error:function(S){h=!0,b(),p=Kr(w,n,S),x.error(S)},complete:function(){m=!0,b(),p=Kr(w,f),x.complete()}}),F(k).subscribe(s))})(a)}}function Kr(e,r){for(var t=[],o=2;o<arguments.length;o++)t[o-2]=arguments[o];if(r===!0){e();return}if(r!==!1){var n=new Se({next:function(){n.unsubscribe(),e()}});return F(r.apply(void 0,H([],R(t)))).subscribe(n)}}function me(e,r,t){var o,n,i,f,u=!1;return e&&typeof e=="object"?(o=e.bufferSize,f=o===void 0?1/0:o,n=e.windowTime,r=n===void 0?1/0:n,i=e.refCount,u=i===void 0?!1:i,t=e.scheduler):f=e!=null?e:1/0,zt({connector:function(){return new vt(f,r,t)},resetOnError:!0,resetOnComplete:!1,resetOnRefCountZero:u})}function be(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];var t=ne(e);return A(function(o,n){(t?$e(e,o,t):$e(e,o)).subscribe(n)})}function D(e,r){return A(function(t,o){var n=null,i=0,f=!1,u=function(){return f&&!n&&o.complete()};t.subscribe(P(o,function(c){n==null||n.unsubscribe();var a=0,s=i++;F(e(c,s)).subscribe(n=P(o,function(p){return o.next(r?r(c,p,s,a++):p)},function(){n=null,u()}))},function(){f=!0,u()}))})}function he(e,r,t){var o=O(e)||r||t?{next:e,error:r,complete:t}:e;return o?A(function(n,i){var f;(f=o.subscribe)===null||f===void 0||f.call(o);var u=!0;n.subscribe(P(i,function(c){var a;(a=o.next)===null||a===void 0||a.call(o,c),i.next(c)},function(){var c;u=!1,(c=o.complete)===null||c===void 0||c.call(o),i.complete()},function(c){var a;u=!1,(a=o.error)===null||a===void 0||a.call(o,c),i.error(c)},function(){var c,a;u&&((c=o.unsubscribe)===null||c===void 0||c.call(o)),(a=o.finalize)===null||a===void 0||a.call(o)}))}):G}function je(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];var t=ve(e);return A(function(o,n){for(var i=e.length,f=new Array(i),u=e.map(function(){return!1}),c=!1,a=function(p){F(e[p]).subscribe(P(n,function(d){f[p]=d,!c&&!u[p]&&(u[p]=!0,(c=u.every(G))&&(u=null))},ue))},s=0;s<i;s++)a(s);o.subscribe(P(n,function(p){if(c){var d=H([p],R(f));n.next(t?t.apply(void 0,H([],R(d))):d)}}))})}function Vt(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];return A(function(t,o){Ft.apply(void 0,H([t],R(e))).subscribe(o)})}function Jr(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];return Vt.apply(void 0,H([],R(e)))}function $t(e,r=document){return Array.from(r.querySelectorAll(e))}function ae(e,r=document){let t=yr(e,r);if(typeof t=="undefined")throw new ReferenceError(`Missing element: expected "${e}" to be present`);return t}function yr(e,r=document){return r.querySelector(e)||void 0}function Yr(){var e,r,t,o;return(o=(t=(r=(e=document.activeElement)==null?void 0:e.shadowRoot)==null?void 0:r.activeElement)!=null?t:document.activeElement)!=null?o:void 0}var tn=q($(document.body,"focusin"),$(document.body,"focusout")).pipe(qr(1),be(void 0),C(()=>Yr()||document.body),me(1));function Nt(e){return tn.pipe(C(r=>e.contains(r)),pe())}function qt(e,r){if(typeof r=="string"||typeof r=="number")e.innerHTML+=r.toString();else if(r instanceof Node)e.appendChild(r);else if(Array.isArray(r))for(let t of r)qt(e,t)}function Y(e,r,...t){let o=document.createElement(e);if(r)for(let n of Object.keys(r))typeof r[n]!="undefined"&&(typeof r[n]!="boolean"?o.setAttribute(n,r[n]):o.setAttribute(n,""));for(let n of t)qt(o,n);return o}function Dt(e){if(e>999){let r=+((e-950)%1e3>99);return`${((e+1e-6)/1e3).toFixed(r)}k`}else return e.toString()}function Qt(e){let r=Y("script",{src:e});return Te(()=>(document.head.appendChild(r),q($(r,"load"),$(r,"error").pipe(D(()=>jr(()=>new ReferenceError(`Invalid script: ${e}`))))).pipe(C(()=>{}),le(()=>document.head.removeChild(r)),We(1))))}var on=new K,jp=Te(()=>typeof ResizeObserver=="undefined"?Qt("https://unpkg.com/resize-observer-polyfill"):ie(void 0)).pipe(C(()=>new ResizeObserver(e=>e.forEach(r=>on.next(r)))),D(e=>q(Ne,ie(e)).pipe(le(()=>e.disconnect()))),me(1));function Kt(e){return{width:e.offsetWidth,height:e.offsetHeight}}function Jt(e){return{width:e.scrollWidth,height:e.scrollHeight}}function Yt(e){return{x:e.scrollLeft,y:e.scrollTop}}function Xt(e){return q($(e,"scroll"),$(window,"scroll"),$(window,"resize")).pipe(zr(0,Fr),C(()=>Yt(e)),be(Yt(e)))}var nn=new K,tl=Te(()=>ie(new IntersectionObserver(e=>{for(let r of e)nn.next(r)},{threshold:0}))).pipe(D(e=>q(Ne,ie(e)).pipe(le(()=>e.disconnect()))),me(1));function Gt(e,r=16){return Xt(e).pipe(C(({y:t})=>{let o=Kt(e),n=Jt(e);return t>=n.height-o.height-r}),pe())}var ll={drawer:ae("[data-md-toggle=drawer]"),search:ae("[data-md-toggle=search]")};var an=ae("#__config"),qe=JSON.parse(an.textContent);qe.base=`${new URL(qe.base,eo())}`;function Bt(){return qe}function Zt(e,r){return typeof r!="undefined"?qe.translations[e].replace("#",r.toString()):qe.translations[e]}function eo(){return new URL(location.href)}function fn(e,r){return new I(t=>{let o=new XMLHttpRequest;return o.open("GET",`${e}`),o.responseType="blob",o.addEventListener("load",()=>{o.status>=200&&o.status<300?(t.next(o.response),t.complete()):t.error(new Error(o.statusText))}),o.addEventListener("error",()=>{t.error(new Error("Network error"))}),o.addEventListener("abort",()=>{t.complete()}),typeof(r==null?void 0:r.progress$)!="undefined"&&(o.addEventListener("progress",n=>{var i;if(n.lengthComputable)r.progress$.next(n.loaded/n.total*100);else{let f=(i=o.getResponseHeader("Content-Length"))!=null?i:0;r.progress$.next(n.loaded/+f*100)}}),r.progress$.next(5)),o.send(),()=>o.abort()})}function gr(e,r){return fn(e,r).pipe(D(t=>t.text()),C(t=>JSON.parse(t)),me(1))}function Xr(e,r=document){return ae(`[data-mdx-component=${e}]`,r)}function xe(e,r=document){return $t(`[data-mdx-component=${e}]`,r)}function ro(e){let r=Nt(e),t=q($(e,"keyup"),$(e,"focus").pipe(Qr(1))).pipe(C(()=>e.value),be(e.value),pe());return r.pipe(_e(o=>!o),je(t)).subscribe(([,o])=>{let n=document.location.pathname;typeof ga=="function"&&o.length&&ga("send","pageview",`${n}?q=[icon]+${o}`)}),Fe([t,r]).pipe(C(([o,n])=>({ref:e,value:o,focus:n})))}var Zr=ot(Br());var po=ot(Br());function uo(e,r){return(0,po.wrap)(e.shortcode,r,{wrap:{tagOpen:"<b>",tagClose:"</b>"}})}function lo(e,r,t){return Y("li",{class:"mdx-iconsearch-result__item"},Y("span",{class:"twemoji"},Y("img",{src:e.url})),Y("button",{class:"md-clipboard--inline",title:Zt("clipboard.copy"),"data-clipboard-text":t?e.shortcode:`:${e.shortcode}:`},Y("code",null,t?uo(e,r):`:${uo(e,r)}:`)))}function mo(e){let r=`@${e.name}`;return Y("a",{href:e.url,title:r,class:"mdx-sponsorship__item"},Y("img",{src:e.image}))}function ho(e){return Y("a",{href:"https://github.com/sponsors/squidfunk?metadata_origin=docs",class:"mdx-sponsorship__item mdx-sponsorship__item--private"},"+",e)}function cn(e,{index$:r,query$:t,mode$:o}){switch(e.getAttribute("data-mdx-mode")){case"file":return Fe([t.pipe(xr("value")),r.pipe(C(({icons:n})=>Object.values(n.data).map(i=>i.replace(/\.svg$/,""))))]).pipe(C(([{value:n},i])=>(0,Zr.filter)(i,n)),D(n=>r.pipe(C(({icons:i})=>({data:n.map(f=>({shortcode:f,url:[i.base,f,".svg"].join("")}))})))));default:return Fe([t.pipe(xr("value")),r.pipe(Nr(o),C(([{icons:n,emojis:i},f])=>[...["all","icons"].includes(f)?Object.keys(n.data):[],...["all","emojis"].includes(f)?Object.keys(i.data):[]]))]).pipe(C(([{value:n},i])=>(0,Zr.filter)(i,n)),D(n=>r.pipe(C(({icons:i,emojis:f})=>({data:n.map(u=>{let c=u in i.data?i:f;return{shortcode:u,url:[c.base,c.data[u]].join("")}})})))))}}function vo(e,{index$:r,query$:t,mode$:o}){let n=new K,i=Gt(e).pipe(_e(Boolean)),f=ae(".mdx-iconsearch-result__meta",e);n.pipe(je(t)).subscribe(([{data:a},{value:s}])=>{if(s)switch(a.length){case 0:f.textContent="No matches";break;case 1:f.textContent="1 match";break;default:f.textContent=`${Dt(a.length)} matches`}else f.textContent="Type to start searching"});let u=e.getAttribute("data-mdx-mode")==="file",c=ae(":scope > :last-child",e);return n.pipe(he(()=>c.innerHTML=""),D(({data:a})=>q(ie(...a.slice(0,10)),ie(...a.slice(10)).pipe(Vr(10),Jr(i),D(([s])=>s)))),je(t)).subscribe(([a,{value:s}])=>c.appendChild(lo(a,s,u))),cn(e,{query$:t,index$:r,mode$:o}).pipe(he(a=>n.next(a)),le(()=>n.complete()),C(a=>Je({ref:e},a)))}function bo(e){let r=Bt(),t=gr(new URL("assets/javascripts/iconsearch_index.json",r.base)),o=Xr("iconsearch-query",e),n=Xr("iconsearch-result",e),i=new kr("all"),f=xe("iconsearch-select",e);for(let a of f)$(a,"change").pipe(C(s=>s.target.value)).subscribe(i);let u=ro(o),c=vo(n,{index$:t,query$:u,mode$:i});return q(u,c)}function xo(e){let r=gr("https://3if8u9o552.execute-api.us-east-1.amazonaws.com/_/"),t=xe("sponsorship-count"),o=xe("sponsorship-total");r.pipe(D(i=>B(t).pipe(he(f=>f.innerText=`${i.sponsors.length}`)))).subscribe(()=>e.removeAttribute("hidden")),r.pipe(D(i=>B(o).pipe(he(f=>f.innerText=`$ ${i.total.toString().replace(/\B(?=(\d{3})+(?!\d))/g,",")} a month`)))).subscribe();let n=yr(":scope > .mdx-sponsorship__list",e);return n&&t.length&&r.subscribe(i=>{for(let f of i.sponsors)f.type==="public"&&n.appendChild(mo(f.user));n.appendChild(ho(i.sponsors.filter(({type:f})=>f==="private").length))}),r.pipe(C(i=>Je({ref:e},i)))}function yo(){let{origin:e}=new URL(location.href);$(document.body,"click").subscribe(r=>{if(r.target instanceof HTMLElement){let t=r.target.closest("a");t&&t.origin!==e&&ga("send","event","outbound","click",t.href)}})}yo();var sn=document$.pipe(D(()=>q(...xe("iconsearch").map(e=>bo(e)),...xe("sponsorship").map(e=>xo(e)))));sn.subscribe();})(); +//# sourceMappingURL=custom.4e50d00f.min.js.map + diff --git a/mkdocs-material/material/overrides/assets/javascripts/custom.4e50d00f.min.js.map b/mkdocs-material/material/overrides/assets/javascripts/custom.4e50d00f.min.js.map new file mode 100644 index 0000000..3b48135 --- /dev/null +++ b/mkdocs-material/material/overrides/assets/javascripts/custom.4e50d00f.min.js.map @@ -0,0 +1,7 @@ +{ + "version": 3, + "sources": ["node_modules/fuzzaldrin-plus/lib/scorer.js", "node_modules/fuzzaldrin-plus/lib/pathScorer.js", "node_modules/fuzzaldrin-plus/lib/query.js", "node_modules/fuzzaldrin-plus/lib/filter.js", "node_modules/fuzzaldrin-plus/lib/matcher.js", "node_modules/fuzzaldrin-plus/lib/fuzzaldrin.js", "node_modules/tslib/tslib.es6.mjs", "node_modules/rxjs/src/internal/util/isFunction.ts", "node_modules/rxjs/src/internal/util/createErrorClass.ts", "node_modules/rxjs/src/internal/util/UnsubscriptionError.ts", "node_modules/rxjs/src/internal/util/arrRemove.ts", "node_modules/rxjs/src/internal/Subscription.ts", "node_modules/rxjs/src/internal/config.ts", "node_modules/rxjs/src/internal/scheduler/timeoutProvider.ts", "node_modules/rxjs/src/internal/util/reportUnhandledError.ts", "node_modules/rxjs/src/internal/util/noop.ts", "node_modules/rxjs/src/internal/NotificationFactories.ts", "node_modules/rxjs/src/internal/util/errorContext.ts", "node_modules/rxjs/src/internal/Subscriber.ts", "node_modules/rxjs/src/internal/symbol/observable.ts", "node_modules/rxjs/src/internal/util/identity.ts", "node_modules/rxjs/src/internal/util/pipe.ts", "node_modules/rxjs/src/internal/Observable.ts", "node_modules/rxjs/src/internal/util/lift.ts", "node_modules/rxjs/src/internal/operators/OperatorSubscriber.ts", "node_modules/rxjs/src/internal/scheduler/animationFrameProvider.ts", "node_modules/rxjs/src/internal/util/ObjectUnsubscribedError.ts", "node_modules/rxjs/src/internal/Subject.ts", "node_modules/rxjs/src/internal/BehaviorSubject.ts", "node_modules/rxjs/src/internal/scheduler/dateTimestampProvider.ts", "node_modules/rxjs/src/internal/ReplaySubject.ts", "node_modules/rxjs/src/internal/scheduler/Action.ts", "node_modules/rxjs/src/internal/scheduler/intervalProvider.ts", "node_modules/rxjs/src/internal/scheduler/AsyncAction.ts", "node_modules/rxjs/src/internal/Scheduler.ts", "node_modules/rxjs/src/internal/scheduler/AsyncScheduler.ts", "node_modules/rxjs/src/internal/scheduler/async.ts", "node_modules/rxjs/src/internal/scheduler/AnimationFrameAction.ts", "node_modules/rxjs/src/internal/scheduler/AnimationFrameScheduler.ts", "node_modules/rxjs/src/internal/scheduler/animationFrame.ts", "node_modules/rxjs/src/internal/observable/empty.ts", "node_modules/rxjs/src/internal/util/isScheduler.ts", "node_modules/rxjs/src/internal/util/args.ts", "node_modules/rxjs/src/internal/util/isArrayLike.ts", "node_modules/rxjs/src/internal/util/isPromise.ts", "node_modules/rxjs/src/internal/util/isInteropObservable.ts", "node_modules/rxjs/src/internal/util/isAsyncIterable.ts", "node_modules/rxjs/src/internal/util/throwUnobservableError.ts", "node_modules/rxjs/src/internal/symbol/iterator.ts", "node_modules/rxjs/src/internal/util/isIterable.ts", "node_modules/rxjs/src/internal/util/isReadableStreamLike.ts", "node_modules/rxjs/src/internal/observable/innerFrom.ts", "node_modules/rxjs/src/internal/util/executeSchedule.ts", "node_modules/rxjs/src/internal/operators/observeOn.ts", "node_modules/rxjs/src/internal/operators/subscribeOn.ts", "node_modules/rxjs/src/internal/scheduled/scheduleObservable.ts", "node_modules/rxjs/src/internal/scheduled/schedulePromise.ts", "node_modules/rxjs/src/internal/scheduled/scheduleArray.ts", "node_modules/rxjs/src/internal/scheduled/scheduleIterable.ts", "node_modules/rxjs/src/internal/scheduled/scheduleAsyncIterable.ts", "node_modules/rxjs/src/internal/scheduled/scheduleReadableStreamLike.ts", "node_modules/rxjs/src/internal/scheduled/scheduled.ts", "node_modules/rxjs/src/internal/observable/from.ts", "node_modules/rxjs/src/internal/observable/of.ts", "node_modules/rxjs/src/internal/observable/throwError.ts", "node_modules/rxjs/src/internal/util/isDate.ts", "node_modules/rxjs/src/internal/operators/map.ts", "node_modules/rxjs/src/internal/util/mapOneOrManyArgs.ts", "node_modules/rxjs/src/internal/util/argsArgArrayOrObject.ts", "node_modules/rxjs/src/internal/util/createObject.ts", "node_modules/rxjs/src/internal/observable/combineLatest.ts", "node_modules/rxjs/src/internal/operators/mergeInternals.ts", "node_modules/rxjs/src/internal/operators/mergeMap.ts", "node_modules/rxjs/src/internal/operators/mergeAll.ts", "node_modules/rxjs/src/internal/operators/concatAll.ts", "node_modules/rxjs/src/internal/observable/concat.ts", "node_modules/rxjs/src/internal/observable/defer.ts", "node_modules/rxjs/src/internal/observable/fromEvent.ts", "node_modules/rxjs/src/internal/observable/timer.ts", "node_modules/rxjs/src/internal/observable/merge.ts", "node_modules/rxjs/src/internal/observable/never.ts", "node_modules/rxjs/src/internal/util/argsOrArgArray.ts", "node_modules/rxjs/src/internal/operators/filter.ts", "node_modules/rxjs/src/internal/observable/zip.ts", "node_modules/rxjs/src/internal/operators/audit.ts", "node_modules/rxjs/src/internal/operators/auditTime.ts", "node_modules/rxjs/src/internal/operators/bufferCount.ts", "node_modules/rxjs/src/internal/operators/combineLatest.ts", "node_modules/rxjs/src/internal/operators/combineLatestWith.ts", "node_modules/rxjs/src/internal/operators/debounceTime.ts", "node_modules/rxjs/src/internal/operators/take.ts", "node_modules/rxjs/src/internal/operators/ignoreElements.ts", "node_modules/rxjs/src/internal/operators/mapTo.ts", "node_modules/rxjs/src/internal/operators/delayWhen.ts", "node_modules/rxjs/src/internal/operators/delay.ts", "node_modules/rxjs/src/internal/operators/distinctUntilChanged.ts", "node_modules/rxjs/src/internal/operators/distinctUntilKeyChanged.ts", "node_modules/rxjs/src/internal/operators/finalize.ts", "node_modules/rxjs/src/internal/operators/share.ts", "node_modules/rxjs/src/internal/operators/shareReplay.ts", "node_modules/rxjs/src/internal/operators/startWith.ts", "node_modules/rxjs/src/internal/operators/switchMap.ts", "node_modules/rxjs/src/internal/operators/tap.ts", "node_modules/rxjs/src/internal/operators/withLatestFrom.ts", "node_modules/rxjs/src/internal/operators/zip.ts", "node_modules/rxjs/src/internal/operators/zipWith.ts", "src/templates/assets/javascripts/browser/element/_/index.ts", "src/templates/assets/javascripts/browser/element/focus/index.ts", "src/templates/assets/javascripts/utilities/h/index.ts", "src/templates/assets/javascripts/utilities/round/index.ts", "src/templates/assets/javascripts/browser/script/index.ts", "src/templates/assets/javascripts/browser/element/size/_/index.ts", "src/templates/assets/javascripts/browser/element/size/content/index.ts", "src/templates/assets/javascripts/browser/element/offset/content/index.ts", "src/templates/assets/javascripts/browser/element/visibility/index.ts", "src/templates/assets/javascripts/browser/toggle/index.ts", "src/templates/assets/javascripts/_/index.ts", "src/templates/assets/javascripts/browser/location/_/index.ts", "src/templates/assets/javascripts/browser/request/index.ts", "src/overrides/assets/javascripts/components/_/index.ts", "src/overrides/assets/javascripts/components/iconsearch/query/index.ts", "src/overrides/assets/javascripts/components/iconsearch/result/index.ts", "src/overrides/assets/javascripts/templates/iconsearch/index.tsx", "src/overrides/assets/javascripts/templates/sponsorship/index.tsx", "src/overrides/assets/javascripts/components/iconsearch/_/index.ts", "src/overrides/assets/javascripts/components/sponsorship/index.ts", "src/overrides/assets/javascripts/integrations/analytics/index.ts", "src/overrides/assets/javascripts/custom.ts"], + "sourcesContent": ["(function() {\n var AcronymResult, computeScore, emptyAcronymResult, isAcronymFullWord, isMatch, isSeparator, isWordEnd, isWordStart, miss_coeff, pos_bonus, scoreAcronyms, scoreCharacter, scoreConsecutives, scoreExact, scoreExactMatch, scorePattern, scorePosition, scoreSize, tau_size, wm;\n\n wm = 150;\n\n pos_bonus = 20;\n\n tau_size = 150;\n\n miss_coeff = 0.75;\n\n exports.score = function(string, query, options) {\n var allowErrors, preparedQuery, score, string_lw;\n preparedQuery = options.preparedQuery, allowErrors = options.allowErrors;\n if (!(allowErrors || isMatch(string, preparedQuery.core_lw, preparedQuery.core_up))) {\n return 0;\n }\n string_lw = string.toLowerCase();\n score = computeScore(string, string_lw, preparedQuery);\n return Math.ceil(score);\n };\n\n exports.isMatch = isMatch = function(subject, query_lw, query_up) {\n var i, j, m, n, qj_lw, qj_up, si;\n m = subject.length;\n n = query_lw.length;\n if (!m || n > m) {\n return false;\n }\n i = -1;\n j = -1;\n while (++j < n) {\n qj_lw = query_lw.charCodeAt(j);\n qj_up = query_up.charCodeAt(j);\n while (++i < m) {\n si = subject.charCodeAt(i);\n if (si === qj_lw || si === qj_up) {\n break;\n }\n }\n if (i === m) {\n return false;\n }\n }\n return true;\n };\n\n exports.computeScore = computeScore = function(subject, subject_lw, preparedQuery) {\n var acro, acro_score, align, csc_diag, csc_row, csc_score, csc_should_rebuild, i, j, m, miss_budget, miss_left, n, pos, query, query_lw, record_miss, score, score_diag, score_row, score_up, si_lw, start, sz;\n query = preparedQuery.query;\n query_lw = preparedQuery.query_lw;\n m = subject.length;\n n = query.length;\n acro = scoreAcronyms(subject, subject_lw, query, query_lw);\n acro_score = acro.score;\n if (acro.count === n) {\n return scoreExact(n, m, acro_score, acro.pos);\n }\n pos = subject_lw.indexOf(query_lw);\n if (pos > -1) {\n return scoreExactMatch(subject, subject_lw, query, query_lw, pos, n, m);\n }\n score_row = new Array(n);\n csc_row = new Array(n);\n sz = scoreSize(n, m);\n miss_budget = Math.ceil(miss_coeff * n) + 5;\n miss_left = miss_budget;\n csc_should_rebuild = true;\n j = -1;\n while (++j < n) {\n score_row[j] = 0;\n csc_row[j] = 0;\n }\n i = -1;\n while (++i < m) {\n si_lw = subject_lw[i];\n if (!si_lw.charCodeAt(0) in preparedQuery.charCodes) {\n if (csc_should_rebuild) {\n j = -1;\n while (++j < n) {\n csc_row[j] = 0;\n }\n csc_should_rebuild = false;\n }\n continue;\n }\n score = 0;\n score_diag = 0;\n csc_diag = 0;\n record_miss = true;\n csc_should_rebuild = true;\n j = -1;\n while (++j < n) {\n score_up = score_row[j];\n if (score_up > score) {\n score = score_up;\n }\n csc_score = 0;\n if (query_lw[j] === si_lw) {\n start = isWordStart(i, subject, subject_lw);\n csc_score = csc_diag > 0 ? csc_diag : scoreConsecutives(subject, subject_lw, query, query_lw, i, j, start);\n align = score_diag + scoreCharacter(i, j, start, acro_score, csc_score);\n if (align > score) {\n score = align;\n miss_left = miss_budget;\n } else {\n if (record_miss && --miss_left <= 0) {\n return Math.max(score, score_row[n - 1]) * sz;\n }\n record_miss = false;\n }\n }\n score_diag = score_up;\n csc_diag = csc_row[j];\n csc_row[j] = csc_score;\n score_row[j] = score;\n }\n }\n score = score_row[n - 1];\n return score * sz;\n };\n\n exports.isWordStart = isWordStart = function(pos, subject, subject_lw) {\n var curr_s, prev_s;\n if (pos === 0) {\n return true;\n }\n curr_s = subject[pos];\n prev_s = subject[pos - 1];\n return isSeparator(prev_s) || (curr_s !== subject_lw[pos] && prev_s === subject_lw[pos - 1]);\n };\n\n exports.isWordEnd = isWordEnd = function(pos, subject, subject_lw, len) {\n var curr_s, next_s;\n if (pos === len - 1) {\n return true;\n }\n curr_s = subject[pos];\n next_s = subject[pos + 1];\n return isSeparator(next_s) || (curr_s === subject_lw[pos] && next_s !== subject_lw[pos + 1]);\n };\n\n isSeparator = function(c) {\n return c === ' ' || c === '.' || c === '-' || c === '_' || c === '/' || c === '\\\\';\n };\n\n scorePosition = function(pos) {\n var sc;\n if (pos < pos_bonus) {\n sc = pos_bonus - pos;\n return 100 + sc * sc;\n } else {\n return Math.max(100 + pos_bonus - pos, 0);\n }\n };\n\n exports.scoreSize = scoreSize = function(n, m) {\n return tau_size / (tau_size + Math.abs(m - n));\n };\n\n scoreExact = function(n, m, quality, pos) {\n return 2 * n * (wm * quality + scorePosition(pos)) * scoreSize(n, m);\n };\n\n exports.scorePattern = scorePattern = function(count, len, sameCase, start, end) {\n var bonus, sz;\n sz = count;\n bonus = 6;\n if (sameCase === count) {\n bonus += 2;\n }\n if (start) {\n bonus += 3;\n }\n if (end) {\n bonus += 1;\n }\n if (count === len) {\n if (start) {\n if (sameCase === len) {\n sz += 2;\n } else {\n sz += 1;\n }\n }\n if (end) {\n bonus += 1;\n }\n }\n return sameCase + sz * (sz + bonus);\n };\n\n exports.scoreCharacter = scoreCharacter = function(i, j, start, acro_score, csc_score) {\n var posBonus;\n posBonus = scorePosition(i);\n if (start) {\n return posBonus + wm * ((acro_score > csc_score ? acro_score : csc_score) + 10);\n }\n return posBonus + wm * csc_score;\n };\n\n exports.scoreConsecutives = scoreConsecutives = function(subject, subject_lw, query, query_lw, i, j, startOfWord) {\n var k, m, mi, n, nj, sameCase, sz;\n m = subject.length;\n n = query.length;\n mi = m - i;\n nj = n - j;\n k = mi < nj ? mi : nj;\n sameCase = 0;\n sz = 0;\n if (query[j] === subject[i]) {\n sameCase++;\n }\n while (++sz < k && query_lw[++j] === subject_lw[++i]) {\n if (query[j] === subject[i]) {\n sameCase++;\n }\n }\n if (sz < k) {\n i--;\n }\n if (sz === 1) {\n return 1 + 2 * sameCase;\n }\n return scorePattern(sz, n, sameCase, startOfWord, isWordEnd(i, subject, subject_lw, m));\n };\n\n exports.scoreExactMatch = scoreExactMatch = function(subject, subject_lw, query, query_lw, pos, n, m) {\n var end, i, pos2, sameCase, start;\n start = isWordStart(pos, subject, subject_lw);\n if (!start) {\n pos2 = subject_lw.indexOf(query_lw, pos + 1);\n if (pos2 > -1) {\n start = isWordStart(pos2, subject, subject_lw);\n if (start) {\n pos = pos2;\n }\n }\n }\n i = -1;\n sameCase = 0;\n while (++i < n) {\n if (query[pos + i] === subject[i]) {\n sameCase++;\n }\n }\n end = isWordEnd(pos + n - 1, subject, subject_lw, m);\n return scoreExact(n, m, scorePattern(n, n, sameCase, start, end), pos);\n };\n\n AcronymResult = (function() {\n function AcronymResult(score, pos, count) {\n this.score = score;\n this.pos = pos;\n this.count = count;\n }\n\n return AcronymResult;\n\n })();\n\n emptyAcronymResult = new AcronymResult(0, 0.1, 0);\n\n exports.scoreAcronyms = scoreAcronyms = function(subject, subject_lw, query, query_lw) {\n var count, fullWord, i, j, m, n, qj_lw, sameCase, score, sepCount, sumPos;\n m = subject.length;\n n = query.length;\n if (!(m > 1 && n > 1)) {\n return emptyAcronymResult;\n }\n count = 0;\n sepCount = 0;\n sumPos = 0;\n sameCase = 0;\n i = -1;\n j = -1;\n while (++j < n) {\n qj_lw = query_lw[j];\n if (isSeparator(qj_lw)) {\n i = subject_lw.indexOf(qj_lw, i + 1);\n if (i > -1) {\n sepCount++;\n continue;\n } else {\n break;\n }\n }\n while (++i < m) {\n if (qj_lw === subject_lw[i] && isWordStart(i, subject, subject_lw)) {\n if (query[j] === subject[i]) {\n sameCase++;\n }\n sumPos += i;\n count++;\n break;\n }\n }\n if (i === m) {\n break;\n }\n }\n if (count < 2) {\n return emptyAcronymResult;\n }\n fullWord = count === n ? isAcronymFullWord(subject, subject_lw, query, count) : false;\n score = scorePattern(count, n, sameCase, true, fullWord);\n return new AcronymResult(score, sumPos / count, count + sepCount);\n };\n\n isAcronymFullWord = function(subject, subject_lw, query, nbAcronymInQuery) {\n var count, i, m, n;\n m = subject.length;\n n = query.length;\n count = 0;\n if (m > 12 * n) {\n return false;\n }\n i = -1;\n while (++i < m) {\n if (isWordStart(i, subject, subject_lw) && ++count > nbAcronymInQuery) {\n return false;\n }\n }\n return true;\n };\n\n}).call(this);\n", "(function() {\n var computeScore, countDir, file_coeff, getExtension, getExtensionScore, isMatch, scorePath, scoreSize, tau_depth, _ref;\n\n _ref = require('./scorer'), isMatch = _ref.isMatch, computeScore = _ref.computeScore, scoreSize = _ref.scoreSize;\n\n tau_depth = 20;\n\n file_coeff = 2.5;\n\n exports.score = function(string, query, options) {\n var allowErrors, preparedQuery, score, string_lw;\n preparedQuery = options.preparedQuery, allowErrors = options.allowErrors;\n if (!(allowErrors || isMatch(string, preparedQuery.core_lw, preparedQuery.core_up))) {\n return 0;\n }\n string_lw = string.toLowerCase();\n score = computeScore(string, string_lw, preparedQuery);\n score = scorePath(string, string_lw, score, options);\n return Math.ceil(score);\n };\n\n scorePath = function(subject, subject_lw, fullPathScore, options) {\n var alpha, basePathScore, basePos, depth, end, extAdjust, fileLength, pathSeparator, preparedQuery, useExtensionBonus;\n if (fullPathScore === 0) {\n return 0;\n }\n preparedQuery = options.preparedQuery, useExtensionBonus = options.useExtensionBonus, pathSeparator = options.pathSeparator;\n end = subject.length - 1;\n while (subject[end] === pathSeparator) {\n end--;\n }\n basePos = subject.lastIndexOf(pathSeparator, end);\n fileLength = end - basePos;\n extAdjust = 1.0;\n if (useExtensionBonus) {\n extAdjust += getExtensionScore(subject_lw, preparedQuery.ext, basePos, end, 2);\n fullPathScore *= extAdjust;\n }\n if (basePos === -1) {\n return fullPathScore;\n }\n depth = preparedQuery.depth;\n while (basePos > -1 && depth-- > 0) {\n basePos = subject.lastIndexOf(pathSeparator, basePos - 1);\n }\n basePathScore = basePos === -1 ? fullPathScore : extAdjust * computeScore(subject.slice(basePos + 1, end + 1), subject_lw.slice(basePos + 1, end + 1), preparedQuery);\n alpha = 0.5 * tau_depth / (tau_depth + countDir(subject, end + 1, pathSeparator));\n return alpha * basePathScore + (1 - alpha) * fullPathScore * scoreSize(0, file_coeff * fileLength);\n };\n\n exports.countDir = countDir = function(path, end, pathSeparator) {\n var count, i;\n if (end < 1) {\n return 0;\n }\n count = 0;\n i = -1;\n while (++i < end && path[i] === pathSeparator) {\n continue;\n }\n while (++i < end) {\n if (path[i] === pathSeparator) {\n count++;\n while (++i < end && path[i] === pathSeparator) {\n continue;\n }\n }\n }\n return count;\n };\n\n exports.getExtension = getExtension = function(str) {\n var pos;\n pos = str.lastIndexOf(\".\");\n if (pos < 0) {\n return \"\";\n } else {\n return str.substr(pos + 1);\n }\n };\n\n getExtensionScore = function(candidate, ext, startPos, endPos, maxDepth) {\n var m, matched, n, pos;\n if (!ext.length) {\n return 0;\n }\n pos = candidate.lastIndexOf(\".\", endPos);\n if (!(pos > startPos)) {\n return 0;\n }\n n = ext.length;\n m = endPos - pos;\n if (m < n) {\n n = m;\n m = ext.length;\n }\n pos++;\n matched = -1;\n while (++matched < n) {\n if (candidate[pos + matched] !== ext[matched]) {\n break;\n }\n }\n if (matched === 0 && maxDepth > 0) {\n return 0.9 * getExtensionScore(candidate, ext, startPos, pos - 2, maxDepth - 1);\n }\n return matched / m;\n };\n\n}).call(this);\n", "(function() {\n var Query, coreChars, countDir, getCharCodes, getExtension, opt_char_re, truncatedUpperCase, _ref;\n\n _ref = require(\"./pathScorer\"), countDir = _ref.countDir, getExtension = _ref.getExtension;\n\n module.exports = Query = (function() {\n function Query(query, _arg) {\n var optCharRegEx, pathSeparator, _ref1;\n _ref1 = _arg != null ? _arg : {}, optCharRegEx = _ref1.optCharRegEx, pathSeparator = _ref1.pathSeparator;\n if (!(query && query.length)) {\n return null;\n }\n this.query = query;\n this.query_lw = query.toLowerCase();\n this.core = coreChars(query, optCharRegEx);\n this.core_lw = this.core.toLowerCase();\n this.core_up = truncatedUpperCase(this.core);\n this.depth = countDir(query, query.length, pathSeparator);\n this.ext = getExtension(this.query_lw);\n this.charCodes = getCharCodes(this.query_lw);\n }\n\n return Query;\n\n })();\n\n opt_char_re = /[ _\\-:\\/\\\\]/g;\n\n coreChars = function(query, optCharRegEx) {\n if (optCharRegEx == null) {\n optCharRegEx = opt_char_re;\n }\n return query.replace(optCharRegEx, '');\n };\n\n truncatedUpperCase = function(str) {\n var char, upper, _i, _len;\n upper = \"\";\n for (_i = 0, _len = str.length; _i < _len; _i++) {\n char = str[_i];\n upper += char.toUpperCase()[0];\n }\n return upper;\n };\n\n getCharCodes = function(str) {\n var charCodes, i, len;\n len = str.length;\n i = -1;\n charCodes = [];\n while (++i < len) {\n charCodes[str.charCodeAt(i)] = true;\n }\n return charCodes;\n };\n\n}).call(this);\n", "(function() {\n var Query, pathScorer, pluckCandidates, scorer, sortCandidates;\n\n scorer = require('./scorer');\n\n pathScorer = require('./pathScorer');\n\n Query = require('./query');\n\n pluckCandidates = function(a) {\n return a.candidate;\n };\n\n sortCandidates = function(a, b) {\n return b.score - a.score;\n };\n\n module.exports = function(candidates, query, options) {\n var bKey, candidate, key, maxInners, maxResults, score, scoreProvider, scoredCandidates, spotLeft, string, usePathScoring, _i, _len;\n scoredCandidates = [];\n key = options.key, maxResults = options.maxResults, maxInners = options.maxInners, usePathScoring = options.usePathScoring;\n spotLeft = (maxInners != null) && maxInners > 0 ? maxInners : candidates.length + 1;\n bKey = key != null;\n scoreProvider = usePathScoring ? pathScorer : scorer;\n for (_i = 0, _len = candidates.length; _i < _len; _i++) {\n candidate = candidates[_i];\n string = bKey ? candidate[key] : candidate;\n if (!string) {\n continue;\n }\n score = scoreProvider.score(string, query, options);\n if (score > 0) {\n scoredCandidates.push({\n candidate: candidate,\n score: score\n });\n if (!--spotLeft) {\n break;\n }\n }\n }\n scoredCandidates.sort(sortCandidates);\n candidates = scoredCandidates.map(pluckCandidates);\n if (maxResults != null) {\n candidates = candidates.slice(0, maxResults);\n }\n return candidates;\n };\n\n}).call(this);\n", "(function() {\n var basenameMatch, computeMatch, isMatch, isWordStart, match, mergeMatches, scoreAcronyms, scoreCharacter, scoreConsecutives, _ref;\n\n _ref = require('./scorer'), isMatch = _ref.isMatch, isWordStart = _ref.isWordStart, scoreConsecutives = _ref.scoreConsecutives, scoreCharacter = _ref.scoreCharacter, scoreAcronyms = _ref.scoreAcronyms;\n\n exports.match = match = function(string, query, options) {\n var allowErrors, baseMatches, matches, pathSeparator, preparedQuery, string_lw;\n allowErrors = options.allowErrors, preparedQuery = options.preparedQuery, pathSeparator = options.pathSeparator;\n if (!(allowErrors || isMatch(string, preparedQuery.core_lw, preparedQuery.core_up))) {\n return [];\n }\n string_lw = string.toLowerCase();\n matches = computeMatch(string, string_lw, preparedQuery);\n if (matches.length === 0) {\n return matches;\n }\n if (string.indexOf(pathSeparator) > -1) {\n baseMatches = basenameMatch(string, string_lw, preparedQuery, pathSeparator);\n matches = mergeMatches(matches, baseMatches);\n }\n return matches;\n };\n\n exports.wrap = function(string, query, options) {\n var matchIndex, matchPos, matchPositions, output, strPos, tagClass, tagClose, tagOpen, _ref1;\n if ((options.wrap != null)) {\n _ref1 = options.wrap, tagClass = _ref1.tagClass, tagOpen = _ref1.tagOpen, tagClose = _ref1.tagClose;\n }\n if (tagClass == null) {\n tagClass = 'highlight';\n }\n if (tagOpen == null) {\n tagOpen = '<strong class=\"' + tagClass + '\">';\n }\n if (tagClose == null) {\n tagClose = '</strong>';\n }\n if (string === query) {\n return tagOpen + string + tagClose;\n }\n matchPositions = match(string, query, options);\n if (matchPositions.length === 0) {\n return string;\n }\n output = '';\n matchIndex = -1;\n strPos = 0;\n while (++matchIndex < matchPositions.length) {\n matchPos = matchPositions[matchIndex];\n if (matchPos > strPos) {\n output += string.substring(strPos, matchPos);\n strPos = matchPos;\n }\n while (++matchIndex < matchPositions.length) {\n if (matchPositions[matchIndex] === matchPos + 1) {\n matchPos++;\n } else {\n matchIndex--;\n break;\n }\n }\n matchPos++;\n if (matchPos > strPos) {\n output += tagOpen;\n output += string.substring(strPos, matchPos);\n output += tagClose;\n strPos = matchPos;\n }\n }\n if (strPos <= string.length - 1) {\n output += string.substring(strPos);\n }\n return output;\n };\n\n basenameMatch = function(subject, subject_lw, preparedQuery, pathSeparator) {\n var basePos, depth, end;\n end = subject.length - 1;\n while (subject[end] === pathSeparator) {\n end--;\n }\n basePos = subject.lastIndexOf(pathSeparator, end);\n if (basePos === -1) {\n return [];\n }\n depth = preparedQuery.depth;\n while (depth-- > 0) {\n basePos = subject.lastIndexOf(pathSeparator, basePos - 1);\n if (basePos === -1) {\n return [];\n }\n }\n basePos++;\n end++;\n return computeMatch(subject.slice(basePos, end), subject_lw.slice(basePos, end), preparedQuery, basePos);\n };\n\n mergeMatches = function(a, b) {\n var ai, bj, i, j, m, n, out;\n m = a.length;\n n = b.length;\n if (n === 0) {\n return a.slice();\n }\n if (m === 0) {\n return b.slice();\n }\n i = -1;\n j = 0;\n bj = b[j];\n out = [];\n while (++i < m) {\n ai = a[i];\n while (bj <= ai && ++j < n) {\n if (bj < ai) {\n out.push(bj);\n }\n bj = b[j];\n }\n out.push(ai);\n }\n while (j < n) {\n out.push(b[j++]);\n }\n return out;\n };\n\n computeMatch = function(subject, subject_lw, preparedQuery, offset) {\n var DIAGONAL, LEFT, STOP, UP, acro_score, align, backtrack, csc_diag, csc_row, csc_score, i, j, m, matches, move, n, pos, query, query_lw, score, score_diag, score_row, score_up, si_lw, start, trace;\n if (offset == null) {\n offset = 0;\n }\n query = preparedQuery.query;\n query_lw = preparedQuery.query_lw;\n m = subject.length;\n n = query.length;\n acro_score = scoreAcronyms(subject, subject_lw, query, query_lw).score;\n score_row = new Array(n);\n csc_row = new Array(n);\n STOP = 0;\n UP = 1;\n LEFT = 2;\n DIAGONAL = 3;\n trace = new Array(m * n);\n pos = -1;\n j = -1;\n while (++j < n) {\n score_row[j] = 0;\n csc_row[j] = 0;\n }\n i = -1;\n while (++i < m) {\n score = 0;\n score_up = 0;\n csc_diag = 0;\n si_lw = subject_lw[i];\n j = -1;\n while (++j < n) {\n csc_score = 0;\n align = 0;\n score_diag = score_up;\n if (query_lw[j] === si_lw) {\n start = isWordStart(i, subject, subject_lw);\n csc_score = csc_diag > 0 ? csc_diag : scoreConsecutives(subject, subject_lw, query, query_lw, i, j, start);\n align = score_diag + scoreCharacter(i, j, start, acro_score, csc_score);\n }\n score_up = score_row[j];\n csc_diag = csc_row[j];\n if (score > score_up) {\n move = LEFT;\n } else {\n score = score_up;\n move = UP;\n }\n if (align > score) {\n score = align;\n move = DIAGONAL;\n } else {\n csc_score = 0;\n }\n score_row[j] = score;\n csc_row[j] = csc_score;\n trace[++pos] = score > 0 ? move : STOP;\n }\n }\n i = m - 1;\n j = n - 1;\n pos = i * n + j;\n backtrack = true;\n matches = [];\n while (backtrack && i >= 0 && j >= 0) {\n switch (trace[pos]) {\n case UP:\n i--;\n pos -= n;\n break;\n case LEFT:\n j--;\n pos--;\n break;\n case DIAGONAL:\n matches.push(i + offset);\n j--;\n i--;\n pos -= n + 1;\n break;\n default:\n backtrack = false;\n }\n }\n matches.reverse();\n return matches;\n };\n\n}).call(this);\n", "(function() {\n var Query, defaultPathSeparator, filter, matcher, parseOptions, pathScorer, preparedQueryCache, scorer;\n\n filter = require('./filter');\n\n matcher = require('./matcher');\n\n scorer = require('./scorer');\n\n pathScorer = require('./pathScorer');\n\n Query = require('./query');\n\n preparedQueryCache = null;\n\n defaultPathSeparator = (typeof process !== \"undefined\" && process !== null ? process.platform : void 0) === \"win32\" ? '\\\\' : '/';\n\n module.exports = {\n filter: function(candidates, query, options) {\n if (options == null) {\n options = {};\n }\n if (!((query != null ? query.length : void 0) && (candidates != null ? candidates.length : void 0))) {\n return [];\n }\n options = parseOptions(options, query);\n return filter(candidates, query, options);\n },\n score: function(string, query, options) {\n if (options == null) {\n options = {};\n }\n if (!((string != null ? string.length : void 0) && (query != null ? query.length : void 0))) {\n return 0;\n }\n options = parseOptions(options, query);\n if (options.usePathScoring) {\n return pathScorer.score(string, query, options);\n } else {\n return scorer.score(string, query, options);\n }\n },\n match: function(string, query, options) {\n var _i, _ref, _results;\n if (options == null) {\n options = {};\n }\n if (!string) {\n return [];\n }\n if (!query) {\n return [];\n }\n if (string === query) {\n return (function() {\n _results = [];\n for (var _i = 0, _ref = string.length; 0 <= _ref ? _i < _ref : _i > _ref; 0 <= _ref ? _i++ : _i--){ _results.push(_i); }\n return _results;\n }).apply(this);\n }\n options = parseOptions(options, query);\n return matcher.match(string, query, options);\n },\n wrap: function(string, query, options) {\n if (options == null) {\n options = {};\n }\n if (!string) {\n return [];\n }\n if (!query) {\n return [];\n }\n options = parseOptions(options, query);\n return matcher.wrap(string, query, options);\n },\n prepareQuery: function(query, options) {\n if (options == null) {\n options = {};\n }\n options = parseOptions(options, query);\n return options.preparedQuery;\n }\n };\n\n parseOptions = function(options, query) {\n if (options.allowErrors == null) {\n options.allowErrors = false;\n }\n if (options.usePathScoring == null) {\n options.usePathScoring = true;\n }\n if (options.useExtensionBonus == null) {\n options.useExtensionBonus = false;\n }\n if (options.pathSeparator == null) {\n options.pathSeparator = defaultPathSeparator;\n }\n if (options.optCharRegEx == null) {\n options.optCharRegEx = null;\n }\n if (options.wrap == null) {\n options.wrap = null;\n }\n if (options.preparedQuery == null) {\n options.preparedQuery = preparedQueryCache && preparedQueryCache.query === query ? preparedQueryCache : (preparedQueryCache = new Query(query, options));\n }\n return options;\n };\n\n}).call(this);\n", "/******************************************************************************\nCopyright (c) Microsoft Corporation.\n\nPermission to use, copy, modify, and/or distribute this software for any\npurpose with or without fee is hereby granted.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\nPERFORMANCE OF THIS SOFTWARE.\n***************************************************************************** */\n/* global Reflect, Promise, SuppressedError, Symbol, Iterator */\n\nvar extendStatics = function(d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n return extendStatics(d, b);\n};\n\nexport function __extends(d, b) {\n if (typeof b !== \"function\" && b !== null)\n throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n}\n\nexport var __assign = function() {\n __assign = Object.assign || function __assign(t) {\n for (var s, i = 1, n = arguments.length; i < n; i++) {\n s = arguments[i];\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\n }\n return t;\n }\n return __assign.apply(this, arguments);\n}\n\nexport function __rest(s, e) {\n var t = {};\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\n t[p] = s[p];\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\n t[p[i]] = s[p[i]];\n }\n return t;\n}\n\nexport function __decorate(decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n}\n\nexport function __param(paramIndex, decorator) {\n return function (target, key) { decorator(target, key, paramIndex); }\n}\n\nexport function __esDecorate(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {\n function accept(f) { if (f !== void 0 && typeof f !== \"function\") throw new TypeError(\"Function expected\"); return f; }\n var kind = contextIn.kind, key = kind === \"getter\" ? \"get\" : kind === \"setter\" ? \"set\" : \"value\";\n var target = !descriptorIn && ctor ? contextIn[\"static\"] ? ctor : ctor.prototype : null;\n var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {});\n var _, done = false;\n for (var i = decorators.length - 1; i >= 0; i--) {\n var context = {};\n for (var p in contextIn) context[p] = p === \"access\" ? {} : contextIn[p];\n for (var p in contextIn.access) context.access[p] = contextIn.access[p];\n context.addInitializer = function (f) { if (done) throw new TypeError(\"Cannot add initializers after decoration has completed\"); extraInitializers.push(accept(f || null)); };\n var result = (0, decorators[i])(kind === \"accessor\" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context);\n if (kind === \"accessor\") {\n if (result === void 0) continue;\n if (result === null || typeof result !== \"object\") throw new TypeError(\"Object expected\");\n if (_ = accept(result.get)) descriptor.get = _;\n if (_ = accept(result.set)) descriptor.set = _;\n if (_ = accept(result.init)) initializers.unshift(_);\n }\n else if (_ = accept(result)) {\n if (kind === \"field\") initializers.unshift(_);\n else descriptor[key] = _;\n }\n }\n if (target) Object.defineProperty(target, contextIn.name, descriptor);\n done = true;\n};\n\nexport function __runInitializers(thisArg, initializers, value) {\n var useValue = arguments.length > 2;\n for (var i = 0; i < initializers.length; i++) {\n value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg);\n }\n return useValue ? value : void 0;\n};\n\nexport function __propKey(x) {\n return typeof x === \"symbol\" ? x : \"\".concat(x);\n};\n\nexport function __setFunctionName(f, name, prefix) {\n if (typeof name === \"symbol\") name = name.description ? \"[\".concat(name.description, \"]\") : \"\";\n return Object.defineProperty(f, \"name\", { configurable: true, value: prefix ? \"\".concat(prefix, \" \", name) : name });\n};\n\nexport function __metadata(metadataKey, metadataValue) {\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\n}\n\nexport function __awaiter(thisArg, _arguments, P, generator) {\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\n return new (P || (P = Promise))(function (resolve, reject) {\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\n step((generator = generator.apply(thisArg, _arguments || [])).next());\n });\n}\n\nexport function __generator(thisArg, body) {\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === \"function\" ? Iterator : Object).prototype);\n return g.next = verb(0), g[\"throw\"] = verb(1), g[\"return\"] = verb(2), typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\n function verb(n) { return function (v) { return step([n, v]); }; }\n function step(op) {\n if (f) throw new TypeError(\"Generator is already executing.\");\n while (g && (g = 0, op[0] && (_ = 0)), _) try {\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\n if (y = 0, t) op = [op[0] & 2, t.value];\n switch (op[0]) {\n case 0: case 1: t = op; break;\n case 4: _.label++; return { value: op[1], done: false };\n case 5: _.label++; y = op[1]; op = [0]; continue;\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\n default:\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\n if (t[2]) _.ops.pop();\n _.trys.pop(); continue;\n }\n op = body.call(thisArg, _);\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\n }\n}\n\nexport var __createBinding = Object.create ? (function(o, m, k, k2) {\n if (k2 === undefined) k2 = k;\n var desc = Object.getOwnPropertyDescriptor(m, k);\n if (!desc || (\"get\" in desc ? !m.__esModule : desc.writable || desc.configurable)) {\n desc = { enumerable: true, get: function() { return m[k]; } };\n }\n Object.defineProperty(o, k2, desc);\n}) : (function(o, m, k, k2) {\n if (k2 === undefined) k2 = k;\n o[k2] = m[k];\n});\n\nexport function __exportStar(m, o) {\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p);\n}\n\nexport function __values(o) {\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\n if (m) return m.call(o);\n if (o && typeof o.length === \"number\") return {\n next: function () {\n if (o && i >= o.length) o = void 0;\n return { value: o && o[i++], done: !o };\n }\n };\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\n}\n\nexport function __read(o, n) {\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\n if (!m) return o;\n var i = m.call(o), r, ar = [], e;\n try {\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\n }\n catch (error) { e = { error: error }; }\n finally {\n try {\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\n }\n finally { if (e) throw e.error; }\n }\n return ar;\n}\n\n/** @deprecated */\nexport function __spread() {\n for (var ar = [], i = 0; i < arguments.length; i++)\n ar = ar.concat(__read(arguments[i]));\n return ar;\n}\n\n/** @deprecated */\nexport function __spreadArrays() {\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\n r[k] = a[j];\n return r;\n}\n\nexport function __spreadArray(to, from, pack) {\n if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {\n if (ar || !(i in from)) {\n if (!ar) ar = Array.prototype.slice.call(from, 0, i);\n ar[i] = from[i];\n }\n }\n return to.concat(ar || Array.prototype.slice.call(from));\n}\n\nexport function __await(v) {\n return this instanceof __await ? (this.v = v, this) : new __await(v);\n}\n\nexport function __asyncGenerator(thisArg, _arguments, generator) {\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\n return i = Object.create((typeof AsyncIterator === \"function\" ? AsyncIterator : Object).prototype), verb(\"next\"), verb(\"throw\"), verb(\"return\", awaitReturn), i[Symbol.asyncIterator] = function () { return this; }, i;\n function awaitReturn(f) { return function (v) { return Promise.resolve(v).then(f, reject); }; }\n function verb(n, f) { if (g[n]) { i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; if (f) i[n] = f(i[n]); } }\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\n function fulfill(value) { resume(\"next\", value); }\n function reject(value) { resume(\"throw\", value); }\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\n}\n\nexport function __asyncDelegator(o) {\n var i, p;\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: false } : f ? f(v) : v; } : f; }\n}\n\nexport function __asyncValues(o) {\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\n var m = o[Symbol.asyncIterator], i;\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\n}\n\nexport function __makeTemplateObject(cooked, raw) {\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\n return cooked;\n};\n\nvar __setModuleDefault = Object.create ? (function(o, v) {\n Object.defineProperty(o, \"default\", { enumerable: true, value: v });\n}) : function(o, v) {\n o[\"default\"] = v;\n};\n\nexport function __importStar(mod) {\n if (mod && mod.__esModule) return mod;\n var result = {};\n if (mod != null) for (var k in mod) if (k !== \"default\" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);\n __setModuleDefault(result, mod);\n return result;\n}\n\nexport function __importDefault(mod) {\n return (mod && mod.__esModule) ? mod : { default: mod };\n}\n\nexport function __classPrivateFieldGet(receiver, state, kind, f) {\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a getter\");\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");\n return kind === \"m\" ? f : kind === \"a\" ? f.call(receiver) : f ? f.value : state.get(receiver);\n}\n\nexport function __classPrivateFieldSet(receiver, state, value, kind, f) {\n if (kind === \"m\") throw new TypeError(\"Private method is not writable\");\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a setter\");\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");\n return (kind === \"a\" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;\n}\n\nexport function __classPrivateFieldIn(state, receiver) {\n if (receiver === null || (typeof receiver !== \"object\" && typeof receiver !== \"function\")) throw new TypeError(\"Cannot use 'in' operator on non-object\");\n return typeof state === \"function\" ? receiver === state : state.has(receiver);\n}\n\nexport function __addDisposableResource(env, value, async) {\n if (value !== null && value !== void 0) {\n if (typeof value !== \"object\" && typeof value !== \"function\") throw new TypeError(\"Object expected.\");\n var dispose, inner;\n if (async) {\n if (!Symbol.asyncDispose) throw new TypeError(\"Symbol.asyncDispose is not defined.\");\n dispose = value[Symbol.asyncDispose];\n }\n if (dispose === void 0) {\n if (!Symbol.dispose) throw new TypeError(\"Symbol.dispose is not defined.\");\n dispose = value[Symbol.dispose];\n if (async) inner = dispose;\n }\n if (typeof dispose !== \"function\") throw new TypeError(\"Object not disposable.\");\n if (inner) dispose = function() { try { inner.call(this); } catch (e) { return Promise.reject(e); } };\n env.stack.push({ value: value, dispose: dispose, async: async });\n }\n else if (async) {\n env.stack.push({ async: true });\n }\n return value;\n}\n\nvar _SuppressedError = typeof SuppressedError === \"function\" ? SuppressedError : function (error, suppressed, message) {\n var e = new Error(message);\n return e.name = \"SuppressedError\", e.error = error, e.suppressed = suppressed, e;\n};\n\nexport function __disposeResources(env) {\n function fail(e) {\n env.error = env.hasError ? new _SuppressedError(e, env.error, \"An error was suppressed during disposal.\") : e;\n env.hasError = true;\n }\n var r, s = 0;\n function next() {\n while (r = env.stack.pop()) {\n try {\n if (!r.async && s === 1) return s = 0, env.stack.push(r), Promise.resolve().then(next);\n if (r.dispose) {\n var result = r.dispose.call(r.value);\n if (r.async) return s |= 2, Promise.resolve(result).then(next, function(e) { fail(e); return next(); });\n }\n else s |= 1;\n }\n catch (e) {\n fail(e);\n }\n }\n if (s === 1) return env.hasError ? Promise.reject(env.error) : Promise.resolve();\n if (env.hasError) throw env.error;\n }\n return next();\n}\n\nexport default {\n __extends,\n __assign,\n __rest,\n __decorate,\n __param,\n __metadata,\n __awaiter,\n __generator,\n __createBinding,\n __exportStar,\n __values,\n __read,\n __spread,\n __spreadArrays,\n __spreadArray,\n __await,\n __asyncGenerator,\n __asyncDelegator,\n __asyncValues,\n __makeTemplateObject,\n __importStar,\n __importDefault,\n __classPrivateFieldGet,\n __classPrivateFieldSet,\n __classPrivateFieldIn,\n __addDisposableResource,\n __disposeResources,\n};\n", "/**\n * Returns true if the object is a function.\n * @param value The value to check\n */\nexport function isFunction(value: any): value is (...args: any[]) => any {\n return typeof value === 'function';\n}\n", "/**\n * Used to create Error subclasses until the community moves away from ES5.\n *\n * This is because compiling from TypeScript down to ES5 has issues with subclassing Errors\n * as well as other built-in types: https://github.com/Microsoft/TypeScript/issues/12123\n *\n * @param createImpl A factory function to create the actual constructor implementation. The returned\n * function should be a named function that calls `_super` internally.\n */\nexport function createErrorClass<T>(createImpl: (_super: any) => any): T {\n const _super = (instance: any) => {\n Error.call(instance);\n instance.stack = new Error().stack;\n };\n\n const ctorFunc = createImpl(_super);\n ctorFunc.prototype = Object.create(Error.prototype);\n ctorFunc.prototype.constructor = ctorFunc;\n return ctorFunc;\n}\n", "import { createErrorClass } from './createErrorClass';\n\nexport interface UnsubscriptionError extends Error {\n readonly errors: any[];\n}\n\nexport interface UnsubscriptionErrorCtor {\n /**\n * @deprecated Internal implementation detail. Do not construct error instances.\n * Cannot be tagged as internal: https://github.com/ReactiveX/rxjs/issues/6269\n */\n new (errors: any[]): UnsubscriptionError;\n}\n\n/**\n * An error thrown when one or more errors have occurred during the\n * `unsubscribe` of a {@link Subscription}.\n */\nexport const UnsubscriptionError: UnsubscriptionErrorCtor = createErrorClass(\n (_super) =>\n function UnsubscriptionErrorImpl(this: any, errors: (Error | string)[]) {\n _super(this);\n this.message = errors\n ? `${errors.length} errors occurred during unsubscription:\n${errors.map((err, i) => `${i + 1}) ${err.toString()}`).join('\\n ')}`\n : '';\n this.name = 'UnsubscriptionError';\n this.errors = errors;\n }\n);\n", "/**\n * Removes an item from an array, mutating it.\n * @param arr The array to remove the item from\n * @param item The item to remove\n */\nexport function arrRemove<T>(arr: T[] | undefined | null, item: T) {\n if (arr) {\n const index = arr.indexOf(item);\n 0 <= index && arr.splice(index, 1);\n }\n}\n", "import { isFunction } from './util/isFunction';\nimport { UnsubscriptionError } from './util/UnsubscriptionError';\nimport { SubscriptionLike, TeardownLogic, Unsubscribable } from './types';\nimport { arrRemove } from './util/arrRemove';\n\n/**\n * Represents a disposable resource, such as the execution of an Observable. A\n * Subscription has one important method, `unsubscribe`, that takes no argument\n * and just disposes the resource held by the subscription.\n *\n * Additionally, subscriptions may be grouped together through the `add()`\n * method, which will attach a child Subscription to the current Subscription.\n * When a Subscription is unsubscribed, all its children (and its grandchildren)\n * will be unsubscribed as well.\n *\n * @class Subscription\n */\nexport class Subscription implements SubscriptionLike {\n /** @nocollapse */\n public static EMPTY = (() => {\n const empty = new Subscription();\n empty.closed = true;\n return empty;\n })();\n\n /**\n * A flag to indicate whether this Subscription has already been unsubscribed.\n */\n public closed = false;\n\n private _parentage: Subscription[] | Subscription | null = null;\n\n /**\n * The list of registered finalizers to execute upon unsubscription. Adding and removing from this\n * list occurs in the {@link #add} and {@link #remove} methods.\n */\n private _finalizers: Exclude<TeardownLogic, void>[] | null = null;\n\n /**\n * @param initialTeardown A function executed first as part of the finalization\n * process that is kicked off when {@link #unsubscribe} is called.\n */\n constructor(private initialTeardown?: () => void) {}\n\n /**\n * Disposes the resources held by the subscription. May, for instance, cancel\n * an ongoing Observable execution or cancel any other type of work that\n * started when the Subscription was created.\n * @return {void}\n */\n unsubscribe(): void {\n let errors: any[] | undefined;\n\n if (!this.closed) {\n this.closed = true;\n\n // Remove this from it's parents.\n const { _parentage } = this;\n if (_parentage) {\n this._parentage = null;\n if (Array.isArray(_parentage)) {\n for (const parent of _parentage) {\n parent.remove(this);\n }\n } else {\n _parentage.remove(this);\n }\n }\n\n const { initialTeardown: initialFinalizer } = this;\n if (isFunction(initialFinalizer)) {\n try {\n initialFinalizer();\n } catch (e) {\n errors = e instanceof UnsubscriptionError ? e.errors : [e];\n }\n }\n\n const { _finalizers } = this;\n if (_finalizers) {\n this._finalizers = null;\n for (const finalizer of _finalizers) {\n try {\n execFinalizer(finalizer);\n } catch (err) {\n errors = errors ?? [];\n if (err instanceof UnsubscriptionError) {\n errors = [...errors, ...err.errors];\n } else {\n errors.push(err);\n }\n }\n }\n }\n\n if (errors) {\n throw new UnsubscriptionError(errors);\n }\n }\n }\n\n /**\n * Adds a finalizer to this subscription, so that finalization will be unsubscribed/called\n * when this subscription is unsubscribed. If this subscription is already {@link #closed},\n * because it has already been unsubscribed, then whatever finalizer is passed to it\n * will automatically be executed (unless the finalizer itself is also a closed subscription).\n *\n * Closed Subscriptions cannot be added as finalizers to any subscription. Adding a closed\n * subscription to a any subscription will result in no operation. (A noop).\n *\n * Adding a subscription to itself, or adding `null` or `undefined` will not perform any\n * operation at all. (A noop).\n *\n * `Subscription` instances that are added to this instance will automatically remove themselves\n * if they are unsubscribed. Functions and {@link Unsubscribable} objects that you wish to remove\n * will need to be removed manually with {@link #remove}\n *\n * @param teardown The finalization logic to add to this subscription.\n */\n add(teardown: TeardownLogic): void {\n // Only add the finalizer if it's not undefined\n // and don't add a subscription to itself.\n if (teardown && teardown !== this) {\n if (this.closed) {\n // If this subscription is already closed,\n // execute whatever finalizer is handed to it automatically.\n execFinalizer(teardown);\n } else {\n if (teardown instanceof Subscription) {\n // We don't add closed subscriptions, and we don't add the same subscription\n // twice. Subscription unsubscribe is idempotent.\n if (teardown.closed || teardown._hasParent(this)) {\n return;\n }\n teardown._addParent(this);\n }\n (this._finalizers = this._finalizers ?? []).push(teardown);\n }\n }\n }\n\n /**\n * Checks to see if a this subscription already has a particular parent.\n * This will signal that this subscription has already been added to the parent in question.\n * @param parent the parent to check for\n */\n private _hasParent(parent: Subscription) {\n const { _parentage } = this;\n return _parentage === parent || (Array.isArray(_parentage) && _parentage.includes(parent));\n }\n\n /**\n * Adds a parent to this subscription so it can be removed from the parent if it\n * unsubscribes on it's own.\n *\n * NOTE: THIS ASSUMES THAT {@link _hasParent} HAS ALREADY BEEN CHECKED.\n * @param parent The parent subscription to add\n */\n private _addParent(parent: Subscription) {\n const { _parentage } = this;\n this._parentage = Array.isArray(_parentage) ? (_parentage.push(parent), _parentage) : _parentage ? [_parentage, parent] : parent;\n }\n\n /**\n * Called on a child when it is removed via {@link #remove}.\n * @param parent The parent to remove\n */\n private _removeParent(parent: Subscription) {\n const { _parentage } = this;\n if (_parentage === parent) {\n this._parentage = null;\n } else if (Array.isArray(_parentage)) {\n arrRemove(_parentage, parent);\n }\n }\n\n /**\n * Removes a finalizer from this subscription that was previously added with the {@link #add} method.\n *\n * Note that `Subscription` instances, when unsubscribed, will automatically remove themselves\n * from every other `Subscription` they have been added to. This means that using the `remove` method\n * is not a common thing and should be used thoughtfully.\n *\n * If you add the same finalizer instance of a function or an unsubscribable object to a `Subscription` instance\n * more than once, you will need to call `remove` the same number of times to remove all instances.\n *\n * All finalizer instances are removed to free up memory upon unsubscription.\n *\n * @param teardown The finalizer to remove from this subscription\n */\n remove(teardown: Exclude<TeardownLogic, void>): void {\n const { _finalizers } = this;\n _finalizers && arrRemove(_finalizers, teardown);\n\n if (teardown instanceof Subscription) {\n teardown._removeParent(this);\n }\n }\n}\n\nexport const EMPTY_SUBSCRIPTION = Subscription.EMPTY;\n\nexport function isSubscription(value: any): value is Subscription {\n return (\n value instanceof Subscription ||\n (value && 'closed' in value && isFunction(value.remove) && isFunction(value.add) && isFunction(value.unsubscribe))\n );\n}\n\nfunction execFinalizer(finalizer: Unsubscribable | (() => void)) {\n if (isFunction(finalizer)) {\n finalizer();\n } else {\n finalizer.unsubscribe();\n }\n}\n", "import { Subscriber } from './Subscriber';\nimport { ObservableNotification } from './types';\n\n/**\n * The {@link GlobalConfig} object for RxJS. It is used to configure things\n * like how to react on unhandled errors.\n */\nexport const config: GlobalConfig = {\n onUnhandledError: null,\n onStoppedNotification: null,\n Promise: undefined,\n useDeprecatedSynchronousErrorHandling: false,\n useDeprecatedNextContext: false,\n};\n\n/**\n * The global configuration object for RxJS, used to configure things\n * like how to react on unhandled errors. Accessible via {@link config}\n * object.\n */\nexport interface GlobalConfig {\n /**\n * A registration point for unhandled errors from RxJS. These are errors that\n * cannot were not handled by consuming code in the usual subscription path. For\n * example, if you have this configured, and you subscribe to an observable without\n * providing an error handler, errors from that subscription will end up here. This\n * will _always_ be called asynchronously on another job in the runtime. This is because\n * we do not want errors thrown in this user-configured handler to interfere with the\n * behavior of the library.\n */\n onUnhandledError: ((err: any) => void) | null;\n\n /**\n * A registration point for notifications that cannot be sent to subscribers because they\n * have completed, errored or have been explicitly unsubscribed. By default, next, complete\n * and error notifications sent to stopped subscribers are noops. However, sometimes callers\n * might want a different behavior. For example, with sources that attempt to report errors\n * to stopped subscribers, a caller can configure RxJS to throw an unhandled error instead.\n * This will _always_ be called asynchronously on another job in the runtime. This is because\n * we do not want errors thrown in this user-configured handler to interfere with the\n * behavior of the library.\n */\n onStoppedNotification: ((notification: ObservableNotification<any>, subscriber: Subscriber<any>) => void) | null;\n\n /**\n * The promise constructor used by default for {@link Observable#toPromise toPromise} and {@link Observable#forEach forEach}\n * methods.\n *\n * @deprecated As of version 8, RxJS will no longer support this sort of injection of a\n * Promise constructor. If you need a Promise implementation other than native promises,\n * please polyfill/patch Promise as you see appropriate. Will be removed in v8.\n */\n Promise?: PromiseConstructorLike;\n\n /**\n * If true, turns on synchronous error rethrowing, which is a deprecated behavior\n * in v6 and higher. This behavior enables bad patterns like wrapping a subscribe\n * call in a try/catch block. It also enables producer interference, a nasty bug\n * where a multicast can be broken for all observers by a downstream consumer with\n * an unhandled error. DO NOT USE THIS FLAG UNLESS IT'S NEEDED TO BUY TIME\n * FOR MIGRATION REASONS.\n *\n * @deprecated As of version 8, RxJS will no longer support synchronous throwing\n * of unhandled errors. All errors will be thrown on a separate call stack to prevent bad\n * behaviors described above. Will be removed in v8.\n */\n useDeprecatedSynchronousErrorHandling: boolean;\n\n /**\n * If true, enables an as-of-yet undocumented feature from v5: The ability to access\n * `unsubscribe()` via `this` context in `next` functions created in observers passed\n * to `subscribe`.\n *\n * This is being removed because the performance was severely problematic, and it could also cause\n * issues when types other than POJOs are passed to subscribe as subscribers, as they will likely have\n * their `this` context overwritten.\n *\n * @deprecated As of version 8, RxJS will no longer support altering the\n * context of next functions provided as part of an observer to Subscribe. Instead,\n * you will have access to a subscription or a signal or token that will allow you to do things like\n * unsubscribe and test closed status. Will be removed in v8.\n */\n useDeprecatedNextContext: boolean;\n}\n", "import type { TimerHandle } from './timerHandle';\ntype SetTimeoutFunction = (handler: () => void, timeout?: number, ...args: any[]) => TimerHandle;\ntype ClearTimeoutFunction = (handle: TimerHandle) => void;\n\ninterface TimeoutProvider {\n setTimeout: SetTimeoutFunction;\n clearTimeout: ClearTimeoutFunction;\n delegate:\n | {\n setTimeout: SetTimeoutFunction;\n clearTimeout: ClearTimeoutFunction;\n }\n | undefined;\n}\n\nexport const timeoutProvider: TimeoutProvider = {\n // When accessing the delegate, use the variable rather than `this` so that\n // the functions can be called without being bound to the provider.\n setTimeout(handler: () => void, timeout?: number, ...args) {\n const { delegate } = timeoutProvider;\n if (delegate?.setTimeout) {\n return delegate.setTimeout(handler, timeout, ...args);\n }\n return setTimeout(handler, timeout, ...args);\n },\n clearTimeout(handle) {\n const { delegate } = timeoutProvider;\n return (delegate?.clearTimeout || clearTimeout)(handle as any);\n },\n delegate: undefined,\n};\n", "import { config } from '../config';\nimport { timeoutProvider } from '../scheduler/timeoutProvider';\n\n/**\n * Handles an error on another job either with the user-configured {@link onUnhandledError},\n * or by throwing it on that new job so it can be picked up by `window.onerror`, `process.on('error')`, etc.\n *\n * This should be called whenever there is an error that is out-of-band with the subscription\n * or when an error hits a terminal boundary of the subscription and no error handler was provided.\n *\n * @param err the error to report\n */\nexport function reportUnhandledError(err: any) {\n timeoutProvider.setTimeout(() => {\n const { onUnhandledError } = config;\n if (onUnhandledError) {\n // Execute the user-configured error handler.\n onUnhandledError(err);\n } else {\n // Throw so it is picked up by the runtime's uncaught error mechanism.\n throw err;\n }\n });\n}\n", "/* tslint:disable:no-empty */\nexport function noop() { }\n", "import { CompleteNotification, NextNotification, ErrorNotification } from './types';\n\n/**\n * A completion object optimized for memory use and created to be the\n * same \"shape\" as other notifications in v8.\n * @internal\n */\nexport const COMPLETE_NOTIFICATION = (() => createNotification('C', undefined, undefined) as CompleteNotification)();\n\n/**\n * Internal use only. Creates an optimized error notification that is the same \"shape\"\n * as other notifications.\n * @internal\n */\nexport function errorNotification(error: any): ErrorNotification {\n return createNotification('E', undefined, error) as any;\n}\n\n/**\n * Internal use only. Creates an optimized next notification that is the same \"shape\"\n * as other notifications.\n * @internal\n */\nexport function nextNotification<T>(value: T) {\n return createNotification('N', value, undefined) as NextNotification<T>;\n}\n\n/**\n * Ensures that all notifications created internally have the same \"shape\" in v8.\n *\n * TODO: This is only exported to support a crazy legacy test in `groupBy`.\n * @internal\n */\nexport function createNotification(kind: 'N' | 'E' | 'C', value: any, error: any) {\n return {\n kind,\n value,\n error,\n };\n}\n", "import { config } from '../config';\n\nlet context: { errorThrown: boolean; error: any } | null = null;\n\n/**\n * Handles dealing with errors for super-gross mode. Creates a context, in which\n * any synchronously thrown errors will be passed to {@link captureError}. Which\n * will record the error such that it will be rethrown after the call back is complete.\n * TODO: Remove in v8\n * @param cb An immediately executed function.\n */\nexport function errorContext(cb: () => void) {\n if (config.useDeprecatedSynchronousErrorHandling) {\n const isRoot = !context;\n if (isRoot) {\n context = { errorThrown: false, error: null };\n }\n cb();\n if (isRoot) {\n const { errorThrown, error } = context!;\n context = null;\n if (errorThrown) {\n throw error;\n }\n }\n } else {\n // This is the general non-deprecated path for everyone that\n // isn't crazy enough to use super-gross mode (useDeprecatedSynchronousErrorHandling)\n cb();\n }\n}\n\n/**\n * Captures errors only in super-gross mode.\n * @param err the error to capture\n */\nexport function captureError(err: any) {\n if (config.useDeprecatedSynchronousErrorHandling && context) {\n context.errorThrown = true;\n context.error = err;\n }\n}\n", "import { isFunction } from './util/isFunction';\nimport { Observer, ObservableNotification } from './types';\nimport { isSubscription, Subscription } from './Subscription';\nimport { config } from './config';\nimport { reportUnhandledError } from './util/reportUnhandledError';\nimport { noop } from './util/noop';\nimport { nextNotification, errorNotification, COMPLETE_NOTIFICATION } from './NotificationFactories';\nimport { timeoutProvider } from './scheduler/timeoutProvider';\nimport { captureError } from './util/errorContext';\n\n/**\n * Implements the {@link Observer} interface and extends the\n * {@link Subscription} class. While the {@link Observer} is the public API for\n * consuming the values of an {@link Observable}, all Observers get converted to\n * a Subscriber, in order to provide Subscription-like capabilities such as\n * `unsubscribe`. Subscriber is a common type in RxJS, and crucial for\n * implementing operators, but it is rarely used as a public API.\n *\n * @class Subscriber<T>\n */\nexport class Subscriber<T> extends Subscription implements Observer<T> {\n /**\n * A static factory for a Subscriber, given a (potentially partial) definition\n * of an Observer.\n * @param next The `next` callback of an Observer.\n * @param error The `error` callback of an\n * Observer.\n * @param complete The `complete` callback of an\n * Observer.\n * @return A Subscriber wrapping the (partially defined)\n * Observer represented by the given arguments.\n * @nocollapse\n * @deprecated Do not use. Will be removed in v8. There is no replacement for this\n * method, and there is no reason to be creating instances of `Subscriber` directly.\n * If you have a specific use case, please file an issue.\n */\n static create<T>(next?: (x?: T) => void, error?: (e?: any) => void, complete?: () => void): Subscriber<T> {\n return new SafeSubscriber(next, error, complete);\n }\n\n /** @deprecated Internal implementation detail, do not use directly. Will be made internal in v8. */\n protected isStopped: boolean = false;\n /** @deprecated Internal implementation detail, do not use directly. Will be made internal in v8. */\n protected destination: Subscriber<any> | Observer<any>; // this `any` is the escape hatch to erase extra type param (e.g. R)\n\n /**\n * @deprecated Internal implementation detail, do not use directly. Will be made internal in v8.\n * There is no reason to directly create an instance of Subscriber. This type is exported for typings reasons.\n */\n constructor(destination?: Subscriber<any> | Observer<any>) {\n super();\n if (destination) {\n this.destination = destination;\n // Automatically chain subscriptions together here.\n // if destination is a Subscription, then it is a Subscriber.\n if (isSubscription(destination)) {\n destination.add(this);\n }\n } else {\n this.destination = EMPTY_OBSERVER;\n }\n }\n\n /**\n * The {@link Observer} callback to receive notifications of type `next` from\n * the Observable, with a value. The Observable may call this method 0 or more\n * times.\n * @param {T} [value] The `next` value.\n * @return {void}\n */\n next(value?: T): void {\n if (this.isStopped) {\n handleStoppedNotification(nextNotification(value), this);\n } else {\n this._next(value!);\n }\n }\n\n /**\n * The {@link Observer} callback to receive notifications of type `error` from\n * the Observable, with an attached `Error`. Notifies the Observer that\n * the Observable has experienced an error condition.\n * @param {any} [err] The `error` exception.\n * @return {void}\n */\n error(err?: any): void {\n if (this.isStopped) {\n handleStoppedNotification(errorNotification(err), this);\n } else {\n this.isStopped = true;\n this._error(err);\n }\n }\n\n /**\n * The {@link Observer} callback to receive a valueless notification of type\n * `complete` from the Observable. Notifies the Observer that the Observable\n * has finished sending push-based notifications.\n * @return {void}\n */\n complete(): void {\n if (this.isStopped) {\n handleStoppedNotification(COMPLETE_NOTIFICATION, this);\n } else {\n this.isStopped = true;\n this._complete();\n }\n }\n\n unsubscribe(): void {\n if (!this.closed) {\n this.isStopped = true;\n super.unsubscribe();\n this.destination = null!;\n }\n }\n\n protected _next(value: T): void {\n this.destination.next(value);\n }\n\n protected _error(err: any): void {\n try {\n this.destination.error(err);\n } finally {\n this.unsubscribe();\n }\n }\n\n protected _complete(): void {\n try {\n this.destination.complete();\n } finally {\n this.unsubscribe();\n }\n }\n}\n\n/**\n * This bind is captured here because we want to be able to have\n * compatibility with monoid libraries that tend to use a method named\n * `bind`. In particular, a library called Monio requires this.\n */\nconst _bind = Function.prototype.bind;\n\nfunction bind<Fn extends (...args: any[]) => any>(fn: Fn, thisArg: any): Fn {\n return _bind.call(fn, thisArg);\n}\n\n/**\n * Internal optimization only, DO NOT EXPOSE.\n * @internal\n */\nclass ConsumerObserver<T> implements Observer<T> {\n constructor(private partialObserver: Partial<Observer<T>>) {}\n\n next(value: T): void {\n const { partialObserver } = this;\n if (partialObserver.next) {\n try {\n partialObserver.next(value);\n } catch (error) {\n handleUnhandledError(error);\n }\n }\n }\n\n error(err: any): void {\n const { partialObserver } = this;\n if (partialObserver.error) {\n try {\n partialObserver.error(err);\n } catch (error) {\n handleUnhandledError(error);\n }\n } else {\n handleUnhandledError(err);\n }\n }\n\n complete(): void {\n const { partialObserver } = this;\n if (partialObserver.complete) {\n try {\n partialObserver.complete();\n } catch (error) {\n handleUnhandledError(error);\n }\n }\n }\n}\n\nexport class SafeSubscriber<T> extends Subscriber<T> {\n constructor(\n observerOrNext?: Partial<Observer<T>> | ((value: T) => void) | null,\n error?: ((e?: any) => void) | null,\n complete?: (() => void) | null\n ) {\n super();\n\n let partialObserver: Partial<Observer<T>>;\n if (isFunction(observerOrNext) || !observerOrNext) {\n // The first argument is a function, not an observer. The next\n // two arguments *could* be observers, or they could be empty.\n partialObserver = {\n next: (observerOrNext ?? undefined) as (((value: T) => void) | undefined),\n error: error ?? undefined,\n complete: complete ?? undefined,\n };\n } else {\n // The first argument is a partial observer.\n let context: any;\n if (this && config.useDeprecatedNextContext) {\n // This is a deprecated path that made `this.unsubscribe()` available in\n // next handler functions passed to subscribe. This only exists behind a flag\n // now, as it is *very* slow.\n context = Object.create(observerOrNext);\n context.unsubscribe = () => this.unsubscribe();\n partialObserver = {\n next: observerOrNext.next && bind(observerOrNext.next, context),\n error: observerOrNext.error && bind(observerOrNext.error, context),\n complete: observerOrNext.complete && bind(observerOrNext.complete, context),\n };\n } else {\n // The \"normal\" path. Just use the partial observer directly.\n partialObserver = observerOrNext;\n }\n }\n\n // Wrap the partial observer to ensure it's a full observer, and\n // make sure proper error handling is accounted for.\n this.destination = new ConsumerObserver(partialObserver);\n }\n}\n\nfunction handleUnhandledError(error: any) {\n if (config.useDeprecatedSynchronousErrorHandling) {\n captureError(error);\n } else {\n // Ideal path, we report this as an unhandled error,\n // which is thrown on a new call stack.\n reportUnhandledError(error);\n }\n}\n\n/**\n * An error handler used when no error handler was supplied\n * to the SafeSubscriber -- meaning no error handler was supplied\n * do the `subscribe` call on our observable.\n * @param err The error to handle\n */\nfunction defaultErrorHandler(err: any) {\n throw err;\n}\n\n/**\n * A handler for notifications that cannot be sent to a stopped subscriber.\n * @param notification The notification being sent\n * @param subscriber The stopped subscriber\n */\nfunction handleStoppedNotification(notification: ObservableNotification<any>, subscriber: Subscriber<any>) {\n const { onStoppedNotification } = config;\n onStoppedNotification && timeoutProvider.setTimeout(() => onStoppedNotification(notification, subscriber));\n}\n\n/**\n * The observer used as a stub for subscriptions where the user did not\n * pass any arguments to `subscribe`. Comes with the default error handling\n * behavior.\n */\nexport const EMPTY_OBSERVER: Readonly<Observer<any>> & { closed: true } = {\n closed: true,\n next: noop,\n error: defaultErrorHandler,\n complete: noop,\n};\n", "/**\n * Symbol.observable or a string \"@@observable\". Used for interop\n *\n * @deprecated We will no longer be exporting this symbol in upcoming versions of RxJS.\n * Instead polyfill and use Symbol.observable directly *or* use https://www.npmjs.com/package/symbol-observable\n */\nexport const observable: string | symbol = (() => (typeof Symbol === 'function' && Symbol.observable) || '@@observable')();\n", "/**\n * This function takes one parameter and just returns it. Simply put,\n * this is like `<T>(x: T): T => x`.\n *\n * ## Examples\n *\n * This is useful in some cases when using things like `mergeMap`\n *\n * ```ts\n * import { interval, take, map, range, mergeMap, identity } from 'rxjs';\n *\n * const source$ = interval(1000).pipe(take(5));\n *\n * const result$ = source$.pipe(\n * map(i => range(i)),\n * mergeMap(identity) // same as mergeMap(x => x)\n * );\n *\n * result$.subscribe({\n * next: console.log\n * });\n * ```\n *\n * Or when you want to selectively apply an operator\n *\n * ```ts\n * import { interval, take, identity } from 'rxjs';\n *\n * const shouldLimit = () => Math.random() < 0.5;\n *\n * const source$ = interval(1000);\n *\n * const result$ = source$.pipe(shouldLimit() ? take(5) : identity);\n *\n * result$.subscribe({\n * next: console.log\n * });\n * ```\n *\n * @param x Any value that is returned by this function\n * @returns The value passed as the first parameter to this function\n */\nexport function identity<T>(x: T): T {\n return x;\n}\n", "import { identity } from './identity';\nimport { UnaryFunction } from '../types';\n\nexport function pipe(): typeof identity;\nexport function pipe<T, A>(fn1: UnaryFunction<T, A>): UnaryFunction<T, A>;\nexport function pipe<T, A, B>(fn1: UnaryFunction<T, A>, fn2: UnaryFunction<A, B>): UnaryFunction<T, B>;\nexport function pipe<T, A, B, C>(fn1: UnaryFunction<T, A>, fn2: UnaryFunction<A, B>, fn3: UnaryFunction<B, C>): UnaryFunction<T, C>;\nexport function pipe<T, A, B, C, D>(\n fn1: UnaryFunction<T, A>,\n fn2: UnaryFunction<A, B>,\n fn3: UnaryFunction<B, C>,\n fn4: UnaryFunction<C, D>\n): UnaryFunction<T, D>;\nexport function pipe<T, A, B, C, D, E>(\n fn1: UnaryFunction<T, A>,\n fn2: UnaryFunction<A, B>,\n fn3: UnaryFunction<B, C>,\n fn4: UnaryFunction<C, D>,\n fn5: UnaryFunction<D, E>\n): UnaryFunction<T, E>;\nexport function pipe<T, A, B, C, D, E, F>(\n fn1: UnaryFunction<T, A>,\n fn2: UnaryFunction<A, B>,\n fn3: UnaryFunction<B, C>,\n fn4: UnaryFunction<C, D>,\n fn5: UnaryFunction<D, E>,\n fn6: UnaryFunction<E, F>\n): UnaryFunction<T, F>;\nexport function pipe<T, A, B, C, D, E, F, G>(\n fn1: UnaryFunction<T, A>,\n fn2: UnaryFunction<A, B>,\n fn3: UnaryFunction<B, C>,\n fn4: UnaryFunction<C, D>,\n fn5: UnaryFunction<D, E>,\n fn6: UnaryFunction<E, F>,\n fn7: UnaryFunction<F, G>\n): UnaryFunction<T, G>;\nexport function pipe<T, A, B, C, D, E, F, G, H>(\n fn1: UnaryFunction<T, A>,\n fn2: UnaryFunction<A, B>,\n fn3: UnaryFunction<B, C>,\n fn4: UnaryFunction<C, D>,\n fn5: UnaryFunction<D, E>,\n fn6: UnaryFunction<E, F>,\n fn7: UnaryFunction<F, G>,\n fn8: UnaryFunction<G, H>\n): UnaryFunction<T, H>;\nexport function pipe<T, A, B, C, D, E, F, G, H, I>(\n fn1: UnaryFunction<T, A>,\n fn2: UnaryFunction<A, B>,\n fn3: UnaryFunction<B, C>,\n fn4: UnaryFunction<C, D>,\n fn5: UnaryFunction<D, E>,\n fn6: UnaryFunction<E, F>,\n fn7: UnaryFunction<F, G>,\n fn8: UnaryFunction<G, H>,\n fn9: UnaryFunction<H, I>\n): UnaryFunction<T, I>;\nexport function pipe<T, A, B, C, D, E, F, G, H, I>(\n fn1: UnaryFunction<T, A>,\n fn2: UnaryFunction<A, B>,\n fn3: UnaryFunction<B, C>,\n fn4: UnaryFunction<C, D>,\n fn5: UnaryFunction<D, E>,\n fn6: UnaryFunction<E, F>,\n fn7: UnaryFunction<F, G>,\n fn8: UnaryFunction<G, H>,\n fn9: UnaryFunction<H, I>,\n ...fns: UnaryFunction<any, any>[]\n): UnaryFunction<T, unknown>;\n\n/**\n * pipe() can be called on one or more functions, each of which can take one argument (\"UnaryFunction\")\n * and uses it to return a value.\n * It returns a function that takes one argument, passes it to the first UnaryFunction, and then\n * passes the result to the next one, passes that result to the next one, and so on. \n */\nexport function pipe(...fns: Array<UnaryFunction<any, any>>): UnaryFunction<any, any> {\n return pipeFromArray(fns);\n}\n\n/** @internal */\nexport function pipeFromArray<T, R>(fns: Array<UnaryFunction<T, R>>): UnaryFunction<T, R> {\n if (fns.length === 0) {\n return identity as UnaryFunction<any, any>;\n }\n\n if (fns.length === 1) {\n return fns[0];\n }\n\n return function piped(input: T): R {\n return fns.reduce((prev: any, fn: UnaryFunction<T, R>) => fn(prev), input as any);\n };\n}\n", "import { Operator } from './Operator';\nimport { SafeSubscriber, Subscriber } from './Subscriber';\nimport { isSubscription, Subscription } from './Subscription';\nimport { TeardownLogic, OperatorFunction, Subscribable, Observer } from './types';\nimport { observable as Symbol_observable } from './symbol/observable';\nimport { pipeFromArray } from './util/pipe';\nimport { config } from './config';\nimport { isFunction } from './util/isFunction';\nimport { errorContext } from './util/errorContext';\n\n/**\n * A representation of any set of values over any amount of time. This is the most basic building block\n * of RxJS.\n *\n * @class Observable<T>\n */\nexport class Observable<T> implements Subscribable<T> {\n /**\n * @deprecated Internal implementation detail, do not use directly. Will be made internal in v8.\n */\n source: Observable<any> | undefined;\n\n /**\n * @deprecated Internal implementation detail, do not use directly. Will be made internal in v8.\n */\n operator: Operator<any, T> | undefined;\n\n /**\n * @constructor\n * @param {Function} subscribe the function that is called when the Observable is\n * initially subscribed to. This function is given a Subscriber, to which new values\n * can be `next`ed, or an `error` method can be called to raise an error, or\n * `complete` can be called to notify of a successful completion.\n */\n constructor(subscribe?: (this: Observable<T>, subscriber: Subscriber<T>) => TeardownLogic) {\n if (subscribe) {\n this._subscribe = subscribe;\n }\n }\n\n // HACK: Since TypeScript inherits static properties too, we have to\n // fight against TypeScript here so Subject can have a different static create signature\n /**\n * Creates a new Observable by calling the Observable constructor\n * @owner Observable\n * @method create\n * @param {Function} subscribe? the subscriber function to be passed to the Observable constructor\n * @return {Observable} a new observable\n * @nocollapse\n * @deprecated Use `new Observable()` instead. Will be removed in v8.\n */\n static create: (...args: any[]) => any = <T>(subscribe?: (subscriber: Subscriber<T>) => TeardownLogic) => {\n return new Observable<T>(subscribe);\n };\n\n /**\n * Creates a new Observable, with this Observable instance as the source, and the passed\n * operator defined as the new observable's operator.\n * @method lift\n * @param operator the operator defining the operation to take on the observable\n * @return a new observable with the Operator applied\n * @deprecated Internal implementation detail, do not use directly. Will be made internal in v8.\n * If you have implemented an operator using `lift`, it is recommended that you create an\n * operator by simply returning `new Observable()` directly. See \"Creating new operators from\n * scratch\" section here: https://rxjs.dev/guide/operators\n */\n lift<R>(operator?: Operator<T, R>): Observable<R> {\n const observable = new Observable<R>();\n observable.source = this;\n observable.operator = operator;\n return observable;\n }\n\n subscribe(observerOrNext?: Partial<Observer<T>> | ((value: T) => void)): Subscription;\n /** @deprecated Instead of passing separate callback arguments, use an observer argument. Signatures taking separate callback arguments will be removed in v8. Details: https://rxjs.dev/deprecations/subscribe-arguments */\n subscribe(next?: ((value: T) => void) | null, error?: ((error: any) => void) | null, complete?: (() => void) | null): Subscription;\n /**\n * Invokes an execution of an Observable and registers Observer handlers for notifications it will emit.\n *\n * <span class=\"informal\">Use it when you have all these Observables, but still nothing is happening.</span>\n *\n * `subscribe` is not a regular operator, but a method that calls Observable's internal `subscribe` function. It\n * might be for example a function that you passed to Observable's constructor, but most of the time it is\n * a library implementation, which defines what will be emitted by an Observable, and when it be will emitted. This means\n * that calling `subscribe` is actually the moment when Observable starts its work, not when it is created, as it is often\n * the thought.\n *\n * Apart from starting the execution of an Observable, this method allows you to listen for values\n * that an Observable emits, as well as for when it completes or errors. You can achieve this in two\n * of the following ways.\n *\n * The first way is creating an object that implements {@link Observer} interface. It should have methods\n * defined by that interface, but note that it should be just a regular JavaScript object, which you can create\n * yourself in any way you want (ES6 class, classic function constructor, object literal etc.). In particular, do\n * not attempt to use any RxJS implementation details to create Observers - you don't need them. Remember also\n * that your object does not have to implement all methods. If you find yourself creating a method that doesn't\n * do anything, you can simply omit it. Note however, if the `error` method is not provided and an error happens,\n * it will be thrown asynchronously. Errors thrown asynchronously cannot be caught using `try`/`catch`. Instead,\n * use the {@link onUnhandledError} configuration option or use a runtime handler (like `window.onerror` or\n * `process.on('error)`) to be notified of unhandled errors. Because of this, it's recommended that you provide\n * an `error` method to avoid missing thrown errors.\n *\n * The second way is to give up on Observer object altogether and simply provide callback functions in place of its methods.\n * This means you can provide three functions as arguments to `subscribe`, where the first function is equivalent\n * of a `next` method, the second of an `error` method and the third of a `complete` method. Just as in case of an Observer,\n * if you do not need to listen for something, you can omit a function by passing `undefined` or `null`,\n * since `subscribe` recognizes these functions by where they were placed in function call. When it comes\n * to the `error` function, as with an Observer, if not provided, errors emitted by an Observable will be thrown asynchronously.\n *\n * You can, however, subscribe with no parameters at all. This may be the case where you're not interested in terminal events\n * and you also handled emissions internally by using operators (e.g. using `tap`).\n *\n * Whichever style of calling `subscribe` you use, in both cases it returns a Subscription object.\n * This object allows you to call `unsubscribe` on it, which in turn will stop the work that an Observable does and will clean\n * up all resources that an Observable used. Note that cancelling a subscription will not call `complete` callback\n * provided to `subscribe` function, which is reserved for a regular completion signal that comes from an Observable.\n *\n * Remember that callbacks provided to `subscribe` are not guaranteed to be called asynchronously.\n * It is an Observable itself that decides when these functions will be called. For example {@link of}\n * by default emits all its values synchronously. Always check documentation for how given Observable\n * will behave when subscribed and if its default behavior can be modified with a `scheduler`.\n *\n * #### Examples\n *\n * Subscribe with an {@link guide/observer Observer}\n *\n * ```ts\n * import { of } from 'rxjs';\n *\n * const sumObserver = {\n * sum: 0,\n * next(value) {\n * console.log('Adding: ' + value);\n * this.sum = this.sum + value;\n * },\n * error() {\n * // We actually could just remove this method,\n * // since we do not really care about errors right now.\n * },\n * complete() {\n * console.log('Sum equals: ' + this.sum);\n * }\n * };\n *\n * of(1, 2, 3) // Synchronously emits 1, 2, 3 and then completes.\n * .subscribe(sumObserver);\n *\n * // Logs:\n * // 'Adding: 1'\n * // 'Adding: 2'\n * // 'Adding: 3'\n * // 'Sum equals: 6'\n * ```\n *\n * Subscribe with functions ({@link deprecations/subscribe-arguments deprecated})\n *\n * ```ts\n * import { of } from 'rxjs'\n *\n * let sum = 0;\n *\n * of(1, 2, 3).subscribe(\n * value => {\n * console.log('Adding: ' + value);\n * sum = sum + value;\n * },\n * undefined,\n * () => console.log('Sum equals: ' + sum)\n * );\n *\n * // Logs:\n * // 'Adding: 1'\n * // 'Adding: 2'\n * // 'Adding: 3'\n * // 'Sum equals: 6'\n * ```\n *\n * Cancel a subscription\n *\n * ```ts\n * import { interval } from 'rxjs';\n *\n * const subscription = interval(1000).subscribe({\n * next(num) {\n * console.log(num)\n * },\n * complete() {\n * // Will not be called, even when cancelling subscription.\n * console.log('completed!');\n * }\n * });\n *\n * setTimeout(() => {\n * subscription.unsubscribe();\n * console.log('unsubscribed!');\n * }, 2500);\n *\n * // Logs:\n * // 0 after 1s\n * // 1 after 2s\n * // 'unsubscribed!' after 2.5s\n * ```\n *\n * @param {Observer|Function} observerOrNext (optional) Either an observer with methods to be called,\n * or the first of three possible handlers, which is the handler for each value emitted from the subscribed\n * Observable.\n * @param {Function} error (optional) A handler for a terminal event resulting from an error. If no error handler is provided,\n * the error will be thrown asynchronously as unhandled.\n * @param {Function} complete (optional) A handler for a terminal event resulting from successful completion.\n * @return {Subscription} a subscription reference to the registered handlers\n * @method subscribe\n */\n subscribe(\n observerOrNext?: Partial<Observer<T>> | ((value: T) => void) | null,\n error?: ((error: any) => void) | null,\n complete?: (() => void) | null\n ): Subscription {\n const subscriber = isSubscriber(observerOrNext) ? observerOrNext : new SafeSubscriber(observerOrNext, error, complete);\n\n errorContext(() => {\n const { operator, source } = this;\n subscriber.add(\n operator\n ? // We're dealing with a subscription in the\n // operator chain to one of our lifted operators.\n operator.call(subscriber, source)\n : source\n ? // If `source` has a value, but `operator` does not, something that\n // had intimate knowledge of our API, like our `Subject`, must have\n // set it. We're going to just call `_subscribe` directly.\n this._subscribe(subscriber)\n : // In all other cases, we're likely wrapping a user-provided initializer\n // function, so we need to catch errors and handle them appropriately.\n this._trySubscribe(subscriber)\n );\n });\n\n return subscriber;\n }\n\n /** @internal */\n protected _trySubscribe(sink: Subscriber<T>): TeardownLogic {\n try {\n return this._subscribe(sink);\n } catch (err) {\n // We don't need to return anything in this case,\n // because it's just going to try to `add()` to a subscription\n // above.\n sink.error(err);\n }\n }\n\n /**\n * Used as a NON-CANCELLABLE means of subscribing to an observable, for use with\n * APIs that expect promises, like `async/await`. You cannot unsubscribe from this.\n *\n * **WARNING**: Only use this with observables you *know* will complete. If the source\n * observable does not complete, you will end up with a promise that is hung up, and\n * potentially all of the state of an async function hanging out in memory. To avoid\n * this situation, look into adding something like {@link timeout}, {@link take},\n * {@link takeWhile}, or {@link takeUntil} amongst others.\n *\n * #### Example\n *\n * ```ts\n * import { interval, take } from 'rxjs';\n *\n * const source$ = interval(1000).pipe(take(4));\n *\n * async function getTotal() {\n * let total = 0;\n *\n * await source$.forEach(value => {\n * total += value;\n * console.log('observable -> ' + value);\n * });\n *\n * return total;\n * }\n *\n * getTotal().then(\n * total => console.log('Total: ' + total)\n * );\n *\n * // Expected:\n * // 'observable -> 0'\n * // 'observable -> 1'\n * // 'observable -> 2'\n * // 'observable -> 3'\n * // 'Total: 6'\n * ```\n *\n * @param next a handler for each value emitted by the observable\n * @return a promise that either resolves on observable completion or\n * rejects with the handled error\n */\n forEach(next: (value: T) => void): Promise<void>;\n\n /**\n * @param next a handler for each value emitted by the observable\n * @param promiseCtor a constructor function used to instantiate the Promise\n * @return a promise that either resolves on observable completion or\n * rejects with the handled error\n * @deprecated Passing a Promise constructor will no longer be available\n * in upcoming versions of RxJS. This is because it adds weight to the library, for very\n * little benefit. If you need this functionality, it is recommended that you either\n * polyfill Promise, or you create an adapter to convert the returned native promise\n * to whatever promise implementation you wanted. Will be removed in v8.\n */\n forEach(next: (value: T) => void, promiseCtor: PromiseConstructorLike): Promise<void>;\n\n forEach(next: (value: T) => void, promiseCtor?: PromiseConstructorLike): Promise<void> {\n promiseCtor = getPromiseCtor(promiseCtor);\n\n return new promiseCtor<void>((resolve, reject) => {\n const subscriber = new SafeSubscriber<T>({\n next: (value) => {\n try {\n next(value);\n } catch (err) {\n reject(err);\n subscriber.unsubscribe();\n }\n },\n error: reject,\n complete: resolve,\n });\n this.subscribe(subscriber);\n }) as Promise<void>;\n }\n\n /** @internal */\n protected _subscribe(subscriber: Subscriber<any>): TeardownLogic {\n return this.source?.subscribe(subscriber);\n }\n\n /**\n * An interop point defined by the es7-observable spec https://github.com/zenparsing/es-observable\n * @method Symbol.observable\n * @return {Observable} this instance of the observable\n */\n [Symbol_observable]() {\n return this;\n }\n\n /* tslint:disable:max-line-length */\n pipe(): Observable<T>;\n pipe<A>(op1: OperatorFunction<T, A>): Observable<A>;\n pipe<A, B>(op1: OperatorFunction<T, A>, op2: OperatorFunction<A, B>): Observable<B>;\n pipe<A, B, C>(op1: OperatorFunction<T, A>, op2: OperatorFunction<A, B>, op3: OperatorFunction<B, C>): Observable<C>;\n pipe<A, B, C, D>(\n op1: OperatorFunction<T, A>,\n op2: OperatorFunction<A, B>,\n op3: OperatorFunction<B, C>,\n op4: OperatorFunction<C, D>\n ): Observable<D>;\n pipe<A, B, C, D, E>(\n op1: OperatorFunction<T, A>,\n op2: OperatorFunction<A, B>,\n op3: OperatorFunction<B, C>,\n op4: OperatorFunction<C, D>,\n op5: OperatorFunction<D, E>\n ): Observable<E>;\n pipe<A, B, C, D, E, F>(\n op1: OperatorFunction<T, A>,\n op2: OperatorFunction<A, B>,\n op3: OperatorFunction<B, C>,\n op4: OperatorFunction<C, D>,\n op5: OperatorFunction<D, E>,\n op6: OperatorFunction<E, F>\n ): Observable<F>;\n pipe<A, B, C, D, E, F, G>(\n op1: OperatorFunction<T, A>,\n op2: OperatorFunction<A, B>,\n op3: OperatorFunction<B, C>,\n op4: OperatorFunction<C, D>,\n op5: OperatorFunction<D, E>,\n op6: OperatorFunction<E, F>,\n op7: OperatorFunction<F, G>\n ): Observable<G>;\n pipe<A, B, C, D, E, F, G, H>(\n op1: OperatorFunction<T, A>,\n op2: OperatorFunction<A, B>,\n op3: OperatorFunction<B, C>,\n op4: OperatorFunction<C, D>,\n op5: OperatorFunction<D, E>,\n op6: OperatorFunction<E, F>,\n op7: OperatorFunction<F, G>,\n op8: OperatorFunction<G, H>\n ): Observable<H>;\n pipe<A, B, C, D, E, F, G, H, I>(\n op1: OperatorFunction<T, A>,\n op2: OperatorFunction<A, B>,\n op3: OperatorFunction<B, C>,\n op4: OperatorFunction<C, D>,\n op5: OperatorFunction<D, E>,\n op6: OperatorFunction<E, F>,\n op7: OperatorFunction<F, G>,\n op8: OperatorFunction<G, H>,\n op9: OperatorFunction<H, I>\n ): Observable<I>;\n pipe<A, B, C, D, E, F, G, H, I>(\n op1: OperatorFunction<T, A>,\n op2: OperatorFunction<A, B>,\n op3: OperatorFunction<B, C>,\n op4: OperatorFunction<C, D>,\n op5: OperatorFunction<D, E>,\n op6: OperatorFunction<E, F>,\n op7: OperatorFunction<F, G>,\n op8: OperatorFunction<G, H>,\n op9: OperatorFunction<H, I>,\n ...operations: OperatorFunction<any, any>[]\n ): Observable<unknown>;\n /* tslint:enable:max-line-length */\n\n /**\n * Used to stitch together functional operators into a chain.\n * @method pipe\n * @return {Observable} the Observable result of all of the operators having\n * been called in the order they were passed in.\n *\n * ## Example\n *\n * ```ts\n * import { interval, filter, map, scan } from 'rxjs';\n *\n * interval(1000)\n * .pipe(\n * filter(x => x % 2 === 0),\n * map(x => x + x),\n * scan((acc, x) => acc + x)\n * )\n * .subscribe(x => console.log(x));\n * ```\n */\n pipe(...operations: OperatorFunction<any, any>[]): Observable<any> {\n return pipeFromArray(operations)(this);\n }\n\n /* tslint:disable:max-line-length */\n /** @deprecated Replaced with {@link firstValueFrom} and {@link lastValueFrom}. Will be removed in v8. Details: https://rxjs.dev/deprecations/to-promise */\n toPromise(): Promise<T | undefined>;\n /** @deprecated Replaced with {@link firstValueFrom} and {@link lastValueFrom}. Will be removed in v8. Details: https://rxjs.dev/deprecations/to-promise */\n toPromise(PromiseCtor: typeof Promise): Promise<T | undefined>;\n /** @deprecated Replaced with {@link firstValueFrom} and {@link lastValueFrom}. Will be removed in v8. Details: https://rxjs.dev/deprecations/to-promise */\n toPromise(PromiseCtor: PromiseConstructorLike): Promise<T | undefined>;\n /* tslint:enable:max-line-length */\n\n /**\n * Subscribe to this Observable and get a Promise resolving on\n * `complete` with the last emission (if any).\n *\n * **WARNING**: Only use this with observables you *know* will complete. If the source\n * observable does not complete, you will end up with a promise that is hung up, and\n * potentially all of the state of an async function hanging out in memory. To avoid\n * this situation, look into adding something like {@link timeout}, {@link take},\n * {@link takeWhile}, or {@link takeUntil} amongst others.\n *\n * @method toPromise\n * @param [promiseCtor] a constructor function used to instantiate\n * the Promise\n * @return A Promise that resolves with the last value emit, or\n * rejects on an error. If there were no emissions, Promise\n * resolves with undefined.\n * @deprecated Replaced with {@link firstValueFrom} and {@link lastValueFrom}. Will be removed in v8. Details: https://rxjs.dev/deprecations/to-promise\n */\n toPromise(promiseCtor?: PromiseConstructorLike): Promise<T | undefined> {\n promiseCtor = getPromiseCtor(promiseCtor);\n\n return new promiseCtor((resolve, reject) => {\n let value: T | undefined;\n this.subscribe(\n (x: T) => (value = x),\n (err: any) => reject(err),\n () => resolve(value)\n );\n }) as Promise<T | undefined>;\n }\n}\n\n/**\n * Decides between a passed promise constructor from consuming code,\n * A default configured promise constructor, and the native promise\n * constructor and returns it. If nothing can be found, it will throw\n * an error.\n * @param promiseCtor The optional promise constructor to passed by consuming code\n */\nfunction getPromiseCtor(promiseCtor: PromiseConstructorLike | undefined) {\n return promiseCtor ?? config.Promise ?? Promise;\n}\n\nfunction isObserver<T>(value: any): value is Observer<T> {\n return value && isFunction(value.next) && isFunction(value.error) && isFunction(value.complete);\n}\n\nfunction isSubscriber<T>(value: any): value is Subscriber<T> {\n return (value && value instanceof Subscriber) || (isObserver(value) && isSubscription(value));\n}\n", "import { Observable } from '../Observable';\nimport { Subscriber } from '../Subscriber';\nimport { OperatorFunction } from '../types';\nimport { isFunction } from './isFunction';\n\n/**\n * Used to determine if an object is an Observable with a lift function.\n */\nexport function hasLift(source: any): source is { lift: InstanceType<typeof Observable>['lift'] } {\n return isFunction(source?.lift);\n}\n\n/**\n * Creates an `OperatorFunction`. Used to define operators throughout the library in a concise way.\n * @param init The logic to connect the liftedSource to the subscriber at the moment of subscription.\n */\nexport function operate<T, R>(\n init: (liftedSource: Observable<T>, subscriber: Subscriber<R>) => (() => void) | void\n): OperatorFunction<T, R> {\n return (source: Observable<T>) => {\n if (hasLift(source)) {\n return source.lift(function (this: Subscriber<R>, liftedSource: Observable<T>) {\n try {\n return init(liftedSource, this);\n } catch (err) {\n this.error(err);\n }\n });\n }\n throw new TypeError('Unable to lift unknown Observable type');\n };\n}\n", "import { Subscriber } from '../Subscriber';\n\n/**\n * Creates an instance of an `OperatorSubscriber`.\n * @param destination The downstream subscriber.\n * @param onNext Handles next values, only called if this subscriber is not stopped or closed. Any\n * error that occurs in this function is caught and sent to the `error` method of this subscriber.\n * @param onError Handles errors from the subscription, any errors that occur in this handler are caught\n * and send to the `destination` error handler.\n * @param onComplete Handles completion notification from the subscription. Any errors that occur in\n * this handler are sent to the `destination` error handler.\n * @param onFinalize Additional teardown logic here. This will only be called on teardown if the\n * subscriber itself is not already closed. This is called after all other teardown logic is executed.\n */\nexport function createOperatorSubscriber<T>(\n destination: Subscriber<any>,\n onNext?: (value: T) => void,\n onComplete?: () => void,\n onError?: (err: any) => void,\n onFinalize?: () => void\n): Subscriber<T> {\n return new OperatorSubscriber(destination, onNext, onComplete, onError, onFinalize);\n}\n\n/**\n * A generic helper for allowing operators to be created with a Subscriber and\n * use closures to capture necessary state from the operator function itself.\n */\nexport class OperatorSubscriber<T> extends Subscriber<T> {\n /**\n * Creates an instance of an `OperatorSubscriber`.\n * @param destination The downstream subscriber.\n * @param onNext Handles next values, only called if this subscriber is not stopped or closed. Any\n * error that occurs in this function is caught and sent to the `error` method of this subscriber.\n * @param onError Handles errors from the subscription, any errors that occur in this handler are caught\n * and send to the `destination` error handler.\n * @param onComplete Handles completion notification from the subscription. Any errors that occur in\n * this handler are sent to the `destination` error handler.\n * @param onFinalize Additional finalization logic here. This will only be called on finalization if the\n * subscriber itself is not already closed. This is called after all other finalization logic is executed.\n * @param shouldUnsubscribe An optional check to see if an unsubscribe call should truly unsubscribe.\n * NOTE: This currently **ONLY** exists to support the strange behavior of {@link groupBy}, where unsubscription\n * to the resulting observable does not actually disconnect from the source if there are active subscriptions\n * to any grouped observable. (DO NOT EXPOSE OR USE EXTERNALLY!!!)\n */\n constructor(\n destination: Subscriber<any>,\n onNext?: (value: T) => void,\n onComplete?: () => void,\n onError?: (err: any) => void,\n private onFinalize?: () => void,\n private shouldUnsubscribe?: () => boolean\n ) {\n // It's important - for performance reasons - that all of this class's\n // members are initialized and that they are always initialized in the same\n // order. This will ensure that all OperatorSubscriber instances have the\n // same hidden class in V8. This, in turn, will help keep the number of\n // hidden classes involved in property accesses within the base class as\n // low as possible. If the number of hidden classes involved exceeds four,\n // the property accesses will become megamorphic and performance penalties\n // will be incurred - i.e. inline caches won't be used.\n //\n // The reasons for ensuring all instances have the same hidden class are\n // further discussed in this blog post from Benedikt Meurer:\n // https://benediktmeurer.de/2018/03/23/impact-of-polymorphism-on-component-based-frameworks-like-react/\n super(destination);\n this._next = onNext\n ? function (this: OperatorSubscriber<T>, value: T) {\n try {\n onNext(value);\n } catch (err) {\n destination.error(err);\n }\n }\n : super._next;\n this._error = onError\n ? function (this: OperatorSubscriber<T>, err: any) {\n try {\n onError(err);\n } catch (err) {\n // Send any errors that occur down stream.\n destination.error(err);\n } finally {\n // Ensure finalization.\n this.unsubscribe();\n }\n }\n : super._error;\n this._complete = onComplete\n ? function (this: OperatorSubscriber<T>) {\n try {\n onComplete();\n } catch (err) {\n // Send any errors that occur down stream.\n destination.error(err);\n } finally {\n // Ensure finalization.\n this.unsubscribe();\n }\n }\n : super._complete;\n }\n\n unsubscribe() {\n if (!this.shouldUnsubscribe || this.shouldUnsubscribe()) {\n const { closed } = this;\n super.unsubscribe();\n // Execute additional teardown if we have any and we didn't already do so.\n !closed && this.onFinalize?.();\n }\n }\n}\n", "import { Subscription } from '../Subscription';\n\ninterface AnimationFrameProvider {\n schedule(callback: FrameRequestCallback): Subscription;\n requestAnimationFrame: typeof requestAnimationFrame;\n cancelAnimationFrame: typeof cancelAnimationFrame;\n delegate:\n | {\n requestAnimationFrame: typeof requestAnimationFrame;\n cancelAnimationFrame: typeof cancelAnimationFrame;\n }\n | undefined;\n}\n\nexport const animationFrameProvider: AnimationFrameProvider = {\n // When accessing the delegate, use the variable rather than `this` so that\n // the functions can be called without being bound to the provider.\n schedule(callback) {\n let request = requestAnimationFrame;\n let cancel: typeof cancelAnimationFrame | undefined = cancelAnimationFrame;\n const { delegate } = animationFrameProvider;\n if (delegate) {\n request = delegate.requestAnimationFrame;\n cancel = delegate.cancelAnimationFrame;\n }\n const handle = request((timestamp) => {\n // Clear the cancel function. The request has been fulfilled, so\n // attempting to cancel the request upon unsubscription would be\n // pointless.\n cancel = undefined;\n callback(timestamp);\n });\n return new Subscription(() => cancel?.(handle));\n },\n requestAnimationFrame(...args) {\n const { delegate } = animationFrameProvider;\n return (delegate?.requestAnimationFrame || requestAnimationFrame)(...args);\n },\n cancelAnimationFrame(...args) {\n const { delegate } = animationFrameProvider;\n return (delegate?.cancelAnimationFrame || cancelAnimationFrame)(...args);\n },\n delegate: undefined,\n};\n", "import { createErrorClass } from './createErrorClass';\n\nexport interface ObjectUnsubscribedError extends Error {}\n\nexport interface ObjectUnsubscribedErrorCtor {\n /**\n * @deprecated Internal implementation detail. Do not construct error instances.\n * Cannot be tagged as internal: https://github.com/ReactiveX/rxjs/issues/6269\n */\n new (): ObjectUnsubscribedError;\n}\n\n/**\n * An error thrown when an action is invalid because the object has been\n * unsubscribed.\n *\n * @see {@link Subject}\n * @see {@link BehaviorSubject}\n *\n * @class ObjectUnsubscribedError\n */\nexport const ObjectUnsubscribedError: ObjectUnsubscribedErrorCtor = createErrorClass(\n (_super) =>\n function ObjectUnsubscribedErrorImpl(this: any) {\n _super(this);\n this.name = 'ObjectUnsubscribedError';\n this.message = 'object unsubscribed';\n }\n);\n", "import { Operator } from './Operator';\nimport { Observable } from './Observable';\nimport { Subscriber } from './Subscriber';\nimport { Subscription, EMPTY_SUBSCRIPTION } from './Subscription';\nimport { Observer, SubscriptionLike, TeardownLogic } from './types';\nimport { ObjectUnsubscribedError } from './util/ObjectUnsubscribedError';\nimport { arrRemove } from './util/arrRemove';\nimport { errorContext } from './util/errorContext';\n\n/**\n * A Subject is a special type of Observable that allows values to be\n * multicasted to many Observers. Subjects are like EventEmitters.\n *\n * Every Subject is an Observable and an Observer. You can subscribe to a\n * Subject, and you can call next to feed values as well as error and complete.\n */\nexport class Subject<T> extends Observable<T> implements SubscriptionLike {\n closed = false;\n\n private currentObservers: Observer<T>[] | null = null;\n\n /** @deprecated Internal implementation detail, do not use directly. Will be made internal in v8. */\n observers: Observer<T>[] = [];\n /** @deprecated Internal implementation detail, do not use directly. Will be made internal in v8. */\n isStopped = false;\n /** @deprecated Internal implementation detail, do not use directly. Will be made internal in v8. */\n hasError = false;\n /** @deprecated Internal implementation detail, do not use directly. Will be made internal in v8. */\n thrownError: any = null;\n\n /**\n * Creates a \"subject\" by basically gluing an observer to an observable.\n *\n * @nocollapse\n * @deprecated Recommended you do not use. Will be removed at some point in the future. Plans for replacement still under discussion.\n */\n static create: (...args: any[]) => any = <T>(destination: Observer<T>, source: Observable<T>): AnonymousSubject<T> => {\n return new AnonymousSubject<T>(destination, source);\n };\n\n constructor() {\n // NOTE: This must be here to obscure Observable's constructor.\n super();\n }\n\n /** @deprecated Internal implementation detail, do not use directly. Will be made internal in v8. */\n lift<R>(operator: Operator<T, R>): Observable<R> {\n const subject = new AnonymousSubject(this, this);\n subject.operator = operator as any;\n return subject as any;\n }\n\n /** @internal */\n protected _throwIfClosed() {\n if (this.closed) {\n throw new ObjectUnsubscribedError();\n }\n }\n\n next(value: T) {\n errorContext(() => {\n this._throwIfClosed();\n if (!this.isStopped) {\n if (!this.currentObservers) {\n this.currentObservers = Array.from(this.observers);\n }\n for (const observer of this.currentObservers) {\n observer.next(value);\n }\n }\n });\n }\n\n error(err: any) {\n errorContext(() => {\n this._throwIfClosed();\n if (!this.isStopped) {\n this.hasError = this.isStopped = true;\n this.thrownError = err;\n const { observers } = this;\n while (observers.length) {\n observers.shift()!.error(err);\n }\n }\n });\n }\n\n complete() {\n errorContext(() => {\n this._throwIfClosed();\n if (!this.isStopped) {\n this.isStopped = true;\n const { observers } = this;\n while (observers.length) {\n observers.shift()!.complete();\n }\n }\n });\n }\n\n unsubscribe() {\n this.isStopped = this.closed = true;\n this.observers = this.currentObservers = null!;\n }\n\n get observed() {\n return this.observers?.length > 0;\n }\n\n /** @internal */\n protected _trySubscribe(subscriber: Subscriber<T>): TeardownLogic {\n this._throwIfClosed();\n return super._trySubscribe(subscriber);\n }\n\n /** @internal */\n protected _subscribe(subscriber: Subscriber<T>): Subscription {\n this._throwIfClosed();\n this._checkFinalizedStatuses(subscriber);\n return this._innerSubscribe(subscriber);\n }\n\n /** @internal */\n protected _innerSubscribe(subscriber: Subscriber<any>) {\n const { hasError, isStopped, observers } = this;\n if (hasError || isStopped) {\n return EMPTY_SUBSCRIPTION;\n }\n this.currentObservers = null;\n observers.push(subscriber);\n return new Subscription(() => {\n this.currentObservers = null;\n arrRemove(observers, subscriber);\n });\n }\n\n /** @internal */\n protected _checkFinalizedStatuses(subscriber: Subscriber<any>) {\n const { hasError, thrownError, isStopped } = this;\n if (hasError) {\n subscriber.error(thrownError);\n } else if (isStopped) {\n subscriber.complete();\n }\n }\n\n /**\n * Creates a new Observable with this Subject as the source. You can do this\n * to create custom Observer-side logic of the Subject and conceal it from\n * code that uses the Observable.\n * @return {Observable} Observable that the Subject casts to\n */\n asObservable(): Observable<T> {\n const observable: any = new Observable<T>();\n observable.source = this;\n return observable;\n }\n}\n\n/**\n * @class AnonymousSubject<T>\n */\nexport class AnonymousSubject<T> extends Subject<T> {\n constructor(\n /** @deprecated Internal implementation detail, do not use directly. Will be made internal in v8. */\n public destination?: Observer<T>,\n source?: Observable<T>\n ) {\n super();\n this.source = source;\n }\n\n next(value: T) {\n this.destination?.next?.(value);\n }\n\n error(err: any) {\n this.destination?.error?.(err);\n }\n\n complete() {\n this.destination?.complete?.();\n }\n\n /** @internal */\n protected _subscribe(subscriber: Subscriber<T>): Subscription {\n return this.source?.subscribe(subscriber) ?? EMPTY_SUBSCRIPTION;\n }\n}\n", "import { Subject } from './Subject';\nimport { Subscriber } from './Subscriber';\nimport { Subscription } from './Subscription';\n\n/**\n * A variant of Subject that requires an initial value and emits its current\n * value whenever it is subscribed to.\n *\n * @class BehaviorSubject<T>\n */\nexport class BehaviorSubject<T> extends Subject<T> {\n constructor(private _value: T) {\n super();\n }\n\n get value(): T {\n return this.getValue();\n }\n\n /** @internal */\n protected _subscribe(subscriber: Subscriber<T>): Subscription {\n const subscription = super._subscribe(subscriber);\n !subscription.closed && subscriber.next(this._value);\n return subscription;\n }\n\n getValue(): T {\n const { hasError, thrownError, _value } = this;\n if (hasError) {\n throw thrownError;\n }\n this._throwIfClosed();\n return _value;\n }\n\n next(value: T): void {\n super.next((this._value = value));\n }\n}\n", "import { TimestampProvider } from '../types';\n\ninterface DateTimestampProvider extends TimestampProvider {\n delegate: TimestampProvider | undefined;\n}\n\nexport const dateTimestampProvider: DateTimestampProvider = {\n now() {\n // Use the variable rather than `this` so that the function can be called\n // without being bound to the provider.\n return (dateTimestampProvider.delegate || Date).now();\n },\n delegate: undefined,\n};\n", "import { Subject } from './Subject';\nimport { TimestampProvider } from './types';\nimport { Subscriber } from './Subscriber';\nimport { Subscription } from './Subscription';\nimport { dateTimestampProvider } from './scheduler/dateTimestampProvider';\n\n/**\n * A variant of {@link Subject} that \"replays\" old values to new subscribers by emitting them when they first subscribe.\n *\n * `ReplaySubject` has an internal buffer that will store a specified number of values that it has observed. Like `Subject`,\n * `ReplaySubject` \"observes\" values by having them passed to its `next` method. When it observes a value, it will store that\n * value for a time determined by the configuration of the `ReplaySubject`, as passed to its constructor.\n *\n * When a new subscriber subscribes to the `ReplaySubject` instance, it will synchronously emit all values in its buffer in\n * a First-In-First-Out (FIFO) manner. The `ReplaySubject` will also complete, if it has observed completion; and it will\n * error if it has observed an error.\n *\n * There are two main configuration items to be concerned with:\n *\n * 1. `bufferSize` - This will determine how many items are stored in the buffer, defaults to infinite.\n * 2. `windowTime` - The amount of time to hold a value in the buffer before removing it from the buffer.\n *\n * Both configurations may exist simultaneously. So if you would like to buffer a maximum of 3 values, as long as the values\n * are less than 2 seconds old, you could do so with a `new ReplaySubject(3, 2000)`.\n *\n * ### Differences with BehaviorSubject\n *\n * `BehaviorSubject` is similar to `new ReplaySubject(1)`, with a couple of exceptions:\n *\n * 1. `BehaviorSubject` comes \"primed\" with a single value upon construction.\n * 2. `ReplaySubject` will replay values, even after observing an error, where `BehaviorSubject` will not.\n *\n * @see {@link Subject}\n * @see {@link BehaviorSubject}\n * @see {@link shareReplay}\n */\nexport class ReplaySubject<T> extends Subject<T> {\n private _buffer: (T | number)[] = [];\n private _infiniteTimeWindow = true;\n\n /**\n * @param bufferSize The size of the buffer to replay on subscription\n * @param windowTime The amount of time the buffered items will stay buffered\n * @param timestampProvider An object with a `now()` method that provides the current timestamp. This is used to\n * calculate the amount of time something has been buffered.\n */\n constructor(\n private _bufferSize = Infinity,\n private _windowTime = Infinity,\n private _timestampProvider: TimestampProvider = dateTimestampProvider\n ) {\n super();\n this._infiniteTimeWindow = _windowTime === Infinity;\n this._bufferSize = Math.max(1, _bufferSize);\n this._windowTime = Math.max(1, _windowTime);\n }\n\n next(value: T): void {\n const { isStopped, _buffer, _infiniteTimeWindow, _timestampProvider, _windowTime } = this;\n if (!isStopped) {\n _buffer.push(value);\n !_infiniteTimeWindow && _buffer.push(_timestampProvider.now() + _windowTime);\n }\n this._trimBuffer();\n super.next(value);\n }\n\n /** @internal */\n protected _subscribe(subscriber: Subscriber<T>): Subscription {\n this._throwIfClosed();\n this._trimBuffer();\n\n const subscription = this._innerSubscribe(subscriber);\n\n const { _infiniteTimeWindow, _buffer } = this;\n // We use a copy here, so reentrant code does not mutate our array while we're\n // emitting it to a new subscriber.\n const copy = _buffer.slice();\n for (let i = 0; i < copy.length && !subscriber.closed; i += _infiniteTimeWindow ? 1 : 2) {\n subscriber.next(copy[i] as T);\n }\n\n this._checkFinalizedStatuses(subscriber);\n\n return subscription;\n }\n\n private _trimBuffer() {\n const { _bufferSize, _timestampProvider, _buffer, _infiniteTimeWindow } = this;\n // If we don't have an infinite buffer size, and we're over the length,\n // use splice to truncate the old buffer values off. Note that we have to\n // double the size for instances where we're not using an infinite time window\n // because we're storing the values and the timestamps in the same array.\n const adjustedBufferSize = (_infiniteTimeWindow ? 1 : 2) * _bufferSize;\n _bufferSize < Infinity && adjustedBufferSize < _buffer.length && _buffer.splice(0, _buffer.length - adjustedBufferSize);\n\n // Now, if we're not in an infinite time window, remove all values where the time is\n // older than what is allowed.\n if (!_infiniteTimeWindow) {\n const now = _timestampProvider.now();\n let last = 0;\n // Search the array for the first timestamp that isn't expired and\n // truncate the buffer up to that point.\n for (let i = 1; i < _buffer.length && (_buffer[i] as number) <= now; i += 2) {\n last = i;\n }\n last && _buffer.splice(0, last + 1);\n }\n }\n}\n", "import { Scheduler } from '../Scheduler';\nimport { Subscription } from '../Subscription';\nimport { SchedulerAction } from '../types';\n\n/**\n * A unit of work to be executed in a `scheduler`. An action is typically\n * created from within a {@link SchedulerLike} and an RxJS user does not need to concern\n * themselves about creating and manipulating an Action.\n *\n * ```ts\n * class Action<T> extends Subscription {\n * new (scheduler: Scheduler, work: (state?: T) => void);\n * schedule(state?: T, delay: number = 0): Subscription;\n * }\n * ```\n *\n * @class Action<T>\n */\nexport class Action<T> extends Subscription {\n constructor(scheduler: Scheduler, work: (this: SchedulerAction<T>, state?: T) => void) {\n super();\n }\n /**\n * Schedules this action on its parent {@link SchedulerLike} for execution. May be passed\n * some context object, `state`. May happen at some point in the future,\n * according to the `delay` parameter, if specified.\n * @param {T} [state] Some contextual data that the `work` function uses when\n * called by the Scheduler.\n * @param {number} [delay] Time to wait before executing the work, where the\n * time unit is implicit and defined by the Scheduler.\n * @return {void}\n */\n public schedule(state?: T, delay: number = 0): Subscription {\n return this;\n }\n}\n", "import type { TimerHandle } from './timerHandle';\ntype SetIntervalFunction = (handler: () => void, timeout?: number, ...args: any[]) => TimerHandle;\ntype ClearIntervalFunction = (handle: TimerHandle) => void;\n\ninterface IntervalProvider {\n setInterval: SetIntervalFunction;\n clearInterval: ClearIntervalFunction;\n delegate:\n | {\n setInterval: SetIntervalFunction;\n clearInterval: ClearIntervalFunction;\n }\n | undefined;\n}\n\nexport const intervalProvider: IntervalProvider = {\n // When accessing the delegate, use the variable rather than `this` so that\n // the functions can be called without being bound to the provider.\n setInterval(handler: () => void, timeout?: number, ...args) {\n const { delegate } = intervalProvider;\n if (delegate?.setInterval) {\n return delegate.setInterval(handler, timeout, ...args);\n }\n return setInterval(handler, timeout, ...args);\n },\n clearInterval(handle) {\n const { delegate } = intervalProvider;\n return (delegate?.clearInterval || clearInterval)(handle as any);\n },\n delegate: undefined,\n};\n", "import { Action } from './Action';\nimport { SchedulerAction } from '../types';\nimport { Subscription } from '../Subscription';\nimport { AsyncScheduler } from './AsyncScheduler';\nimport { intervalProvider } from './intervalProvider';\nimport { arrRemove } from '../util/arrRemove';\nimport { TimerHandle } from './timerHandle';\n\nexport class AsyncAction<T> extends Action<T> {\n public id: TimerHandle | undefined;\n public state?: T;\n // @ts-ignore: Property has no initializer and is not definitely assigned\n public delay: number;\n protected pending: boolean = false;\n\n constructor(protected scheduler: AsyncScheduler, protected work: (this: SchedulerAction<T>, state?: T) => void) {\n super(scheduler, work);\n }\n\n public schedule(state?: T, delay: number = 0): Subscription {\n if (this.closed) {\n return this;\n }\n\n // Always replace the current state with the new state.\n this.state = state;\n\n const id = this.id;\n const scheduler = this.scheduler;\n\n //\n // Important implementation note:\n //\n // Actions only execute once by default, unless rescheduled from within the\n // scheduled callback. This allows us to implement single and repeat\n // actions via the same code path, without adding API surface area, as well\n // as mimic traditional recursion but across asynchronous boundaries.\n //\n // However, JS runtimes and timers distinguish between intervals achieved by\n // serial `setTimeout` calls vs. a single `setInterval` call. An interval of\n // serial `setTimeout` calls can be individually delayed, which delays\n // scheduling the next `setTimeout`, and so on. `setInterval` attempts to\n // guarantee the interval callback will be invoked more precisely to the\n // interval period, regardless of load.\n //\n // Therefore, we use `setInterval` to schedule single and repeat actions.\n // If the action reschedules itself with the same delay, the interval is not\n // canceled. If the action doesn't reschedule, or reschedules with a\n // different delay, the interval will be canceled after scheduled callback\n // execution.\n //\n if (id != null) {\n this.id = this.recycleAsyncId(scheduler, id, delay);\n }\n\n // Set the pending flag indicating that this action has been scheduled, or\n // has recursively rescheduled itself.\n this.pending = true;\n\n this.delay = delay;\n // If this action has already an async Id, don't request a new one.\n this.id = this.id ?? this.requestAsyncId(scheduler, this.id, delay);\n\n return this;\n }\n\n protected requestAsyncId(scheduler: AsyncScheduler, _id?: TimerHandle, delay: number = 0): TimerHandle {\n return intervalProvider.setInterval(scheduler.flush.bind(scheduler, this), delay);\n }\n\n protected recycleAsyncId(_scheduler: AsyncScheduler, id?: TimerHandle, delay: number | null = 0): TimerHandle | undefined {\n // If this action is rescheduled with the same delay time, don't clear the interval id.\n if (delay != null && this.delay === delay && this.pending === false) {\n return id;\n }\n // Otherwise, if the action's delay time is different from the current delay,\n // or the action has been rescheduled before it's executed, clear the interval id\n if (id != null) {\n intervalProvider.clearInterval(id);\n }\n\n return undefined;\n }\n\n /**\n * Immediately executes this action and the `work` it contains.\n * @return {any}\n */\n public execute(state: T, delay: number): any {\n if (this.closed) {\n return new Error('executing a cancelled action');\n }\n\n this.pending = false;\n const error = this._execute(state, delay);\n if (error) {\n return error;\n } else if (this.pending === false && this.id != null) {\n // Dequeue if the action didn't reschedule itself. Don't call\n // unsubscribe(), because the action could reschedule later.\n // For example:\n // ```\n // scheduler.schedule(function doWork(counter) {\n // /* ... I'm a busy worker bee ... */\n // var originalAction = this;\n // /* wait 100ms before rescheduling the action */\n // setTimeout(function () {\n // originalAction.schedule(counter + 1);\n // }, 100);\n // }, 1000);\n // ```\n this.id = this.recycleAsyncId(this.scheduler, this.id, null);\n }\n }\n\n protected _execute(state: T, _delay: number): any {\n let errored: boolean = false;\n let errorValue: any;\n try {\n this.work(state);\n } catch (e) {\n errored = true;\n // HACK: Since code elsewhere is relying on the \"truthiness\" of the\n // return here, we can't have it return \"\" or 0 or false.\n // TODO: Clean this up when we refactor schedulers mid-version-8 or so.\n errorValue = e ? e : new Error('Scheduled action threw falsy error');\n }\n if (errored) {\n this.unsubscribe();\n return errorValue;\n }\n }\n\n unsubscribe() {\n if (!this.closed) {\n const { id, scheduler } = this;\n const { actions } = scheduler;\n\n this.work = this.state = this.scheduler = null!;\n this.pending = false;\n\n arrRemove(actions, this);\n if (id != null) {\n this.id = this.recycleAsyncId(scheduler, id, null);\n }\n\n this.delay = null!;\n super.unsubscribe();\n }\n }\n}\n", "import { Action } from './scheduler/Action';\nimport { Subscription } from './Subscription';\nimport { SchedulerLike, SchedulerAction } from './types';\nimport { dateTimestampProvider } from './scheduler/dateTimestampProvider';\n\n/**\n * An execution context and a data structure to order tasks and schedule their\n * execution. Provides a notion of (potentially virtual) time, through the\n * `now()` getter method.\n *\n * Each unit of work in a Scheduler is called an `Action`.\n *\n * ```ts\n * class Scheduler {\n * now(): number;\n * schedule(work, delay?, state?): Subscription;\n * }\n * ```\n *\n * @class Scheduler\n * @deprecated Scheduler is an internal implementation detail of RxJS, and\n * should not be used directly. Rather, create your own class and implement\n * {@link SchedulerLike}. Will be made internal in v8.\n */\nexport class Scheduler implements SchedulerLike {\n public static now: () => number = dateTimestampProvider.now;\n\n constructor(private schedulerActionCtor: typeof Action, now: () => number = Scheduler.now) {\n this.now = now;\n }\n\n /**\n * A getter method that returns a number representing the current time\n * (at the time this function was called) according to the scheduler's own\n * internal clock.\n * @return {number} A number that represents the current time. May or may not\n * have a relation to wall-clock time. May or may not refer to a time unit\n * (e.g. milliseconds).\n */\n public now: () => number;\n\n /**\n * Schedules a function, `work`, for execution. May happen at some point in\n * the future, according to the `delay` parameter, if specified. May be passed\n * some context object, `state`, which will be passed to the `work` function.\n *\n * The given arguments will be processed an stored as an Action object in a\n * queue of actions.\n *\n * @param {function(state: ?T): ?Subscription} work A function representing a\n * task, or some unit of work to be executed by the Scheduler.\n * @param {number} [delay] Time to wait before executing the work, where the\n * time unit is implicit and defined by the Scheduler itself.\n * @param {T} [state] Some contextual data that the `work` function uses when\n * called by the Scheduler.\n * @return {Subscription} A subscription in order to be able to unsubscribe\n * the scheduled work.\n */\n public schedule<T>(work: (this: SchedulerAction<T>, state?: T) => void, delay: number = 0, state?: T): Subscription {\n return new this.schedulerActionCtor<T>(this, work).schedule(state, delay);\n }\n}\n", "import { Scheduler } from '../Scheduler';\nimport { Action } from './Action';\nimport { AsyncAction } from './AsyncAction';\nimport { TimerHandle } from './timerHandle';\n\nexport class AsyncScheduler extends Scheduler {\n public actions: Array<AsyncAction<any>> = [];\n /**\n * A flag to indicate whether the Scheduler is currently executing a batch of\n * queued actions.\n * @type {boolean}\n * @internal\n */\n public _active: boolean = false;\n /**\n * An internal ID used to track the latest asynchronous task such as those\n * coming from `setTimeout`, `setInterval`, `requestAnimationFrame`, and\n * others.\n * @type {any}\n * @internal\n */\n public _scheduled: TimerHandle | undefined;\n\n constructor(SchedulerAction: typeof Action, now: () => number = Scheduler.now) {\n super(SchedulerAction, now);\n }\n\n public flush(action: AsyncAction<any>): void {\n const { actions } = this;\n\n if (this._active) {\n actions.push(action);\n return;\n }\n\n let error: any;\n this._active = true;\n\n do {\n if ((error = action.execute(action.state, action.delay))) {\n break;\n }\n } while ((action = actions.shift()!)); // exhaust the scheduler queue\n\n this._active = false;\n\n if (error) {\n while ((action = actions.shift()!)) {\n action.unsubscribe();\n }\n throw error;\n }\n }\n}\n", "import { AsyncAction } from './AsyncAction';\nimport { AsyncScheduler } from './AsyncScheduler';\n\n/**\n *\n * Async Scheduler\n *\n * <span class=\"informal\">Schedule task as if you used setTimeout(task, duration)</span>\n *\n * `async` scheduler schedules tasks asynchronously, by putting them on the JavaScript\n * event loop queue. It is best used to delay tasks in time or to schedule tasks repeating\n * in intervals.\n *\n * If you just want to \"defer\" task, that is to perform it right after currently\n * executing synchronous code ends (commonly achieved by `setTimeout(deferredTask, 0)`),\n * better choice will be the {@link asapScheduler} scheduler.\n *\n * ## Examples\n * Use async scheduler to delay task\n * ```ts\n * import { asyncScheduler } from 'rxjs';\n *\n * const task = () => console.log('it works!');\n *\n * asyncScheduler.schedule(task, 2000);\n *\n * // After 2 seconds logs:\n * // \"it works!\"\n * ```\n *\n * Use async scheduler to repeat task in intervals\n * ```ts\n * import { asyncScheduler } from 'rxjs';\n *\n * function task(state) {\n * console.log(state);\n * this.schedule(state + 1, 1000); // `this` references currently executing Action,\n * // which we reschedule with new state and delay\n * }\n *\n * asyncScheduler.schedule(task, 3000, 0);\n *\n * // Logs:\n * // 0 after 3s\n * // 1 after 4s\n * // 2 after 5s\n * // 3 after 6s\n * ```\n */\n\nexport const asyncScheduler = new AsyncScheduler(AsyncAction);\n\n/**\n * @deprecated Renamed to {@link asyncScheduler}. Will be removed in v8.\n */\nexport const async = asyncScheduler;\n", "import { AsyncAction } from './AsyncAction';\nimport { AnimationFrameScheduler } from './AnimationFrameScheduler';\nimport { SchedulerAction } from '../types';\nimport { animationFrameProvider } from './animationFrameProvider';\nimport { TimerHandle } from './timerHandle';\n\nexport class AnimationFrameAction<T> extends AsyncAction<T> {\n constructor(protected scheduler: AnimationFrameScheduler, protected work: (this: SchedulerAction<T>, state?: T) => void) {\n super(scheduler, work);\n }\n\n protected requestAsyncId(scheduler: AnimationFrameScheduler, id?: TimerHandle, delay: number = 0): TimerHandle {\n // If delay is greater than 0, request as an async action.\n if (delay !== null && delay > 0) {\n return super.requestAsyncId(scheduler, id, delay);\n }\n // Push the action to the end of the scheduler queue.\n scheduler.actions.push(this);\n // If an animation frame has already been requested, don't request another\n // one. If an animation frame hasn't been requested yet, request one. Return\n // the current animation frame request id.\n return scheduler._scheduled || (scheduler._scheduled = animationFrameProvider.requestAnimationFrame(() => scheduler.flush(undefined)));\n }\n\n protected recycleAsyncId(scheduler: AnimationFrameScheduler, id?: TimerHandle, delay: number = 0): TimerHandle | undefined {\n // If delay exists and is greater than 0, or if the delay is null (the\n // action wasn't rescheduled) but was originally scheduled as an async\n // action, then recycle as an async action.\n if (delay != null ? delay > 0 : this.delay > 0) {\n return super.recycleAsyncId(scheduler, id, delay);\n }\n // If the scheduler queue has no remaining actions with the same async id,\n // cancel the requested animation frame and set the scheduled flag to\n // undefined so the next AnimationFrameAction will request its own.\n const { actions } = scheduler;\n if (id != null && actions[actions.length - 1]?.id !== id) {\n animationFrameProvider.cancelAnimationFrame(id as number);\n scheduler._scheduled = undefined;\n }\n // Return undefined so the action knows to request a new async id if it's rescheduled.\n return undefined;\n }\n}\n", "import { AsyncAction } from './AsyncAction';\nimport { AsyncScheduler } from './AsyncScheduler';\n\nexport class AnimationFrameScheduler extends AsyncScheduler {\n public flush(action?: AsyncAction<any>): void {\n this._active = true;\n // The async id that effects a call to flush is stored in _scheduled.\n // Before executing an action, it's necessary to check the action's async\n // id to determine whether it's supposed to be executed in the current\n // flush.\n // Previous implementations of this method used a count to determine this,\n // but that was unsound, as actions that are unsubscribed - i.e. cancelled -\n // are removed from the actions array and that can shift actions that are\n // scheduled to be executed in a subsequent flush into positions at which\n // they are executed within the current flush.\n const flushId = this._scheduled;\n this._scheduled = undefined;\n\n const { actions } = this;\n let error: any;\n action = action || actions.shift()!;\n\n do {\n if ((error = action.execute(action.state, action.delay))) {\n break;\n }\n } while ((action = actions[0]) && action.id === flushId && actions.shift());\n\n this._active = false;\n\n if (error) {\n while ((action = actions[0]) && action.id === flushId && actions.shift()) {\n action.unsubscribe();\n }\n throw error;\n }\n }\n}\n", "import { AnimationFrameAction } from './AnimationFrameAction';\nimport { AnimationFrameScheduler } from './AnimationFrameScheduler';\n\n/**\n *\n * Animation Frame Scheduler\n *\n * <span class=\"informal\">Perform task when `window.requestAnimationFrame` would fire</span>\n *\n * When `animationFrame` scheduler is used with delay, it will fall back to {@link asyncScheduler} scheduler\n * behaviour.\n *\n * Without delay, `animationFrame` scheduler can be used to create smooth browser animations.\n * It makes sure scheduled task will happen just before next browser content repaint,\n * thus performing animations as efficiently as possible.\n *\n * ## Example\n * Schedule div height animation\n * ```ts\n * // html: <div style=\"background: #0ff;\"></div>\n * import { animationFrameScheduler } from 'rxjs';\n *\n * const div = document.querySelector('div');\n *\n * animationFrameScheduler.schedule(function(height) {\n * div.style.height = height + \"px\";\n *\n * this.schedule(height + 1); // `this` references currently executing Action,\n * // which we reschedule with new state\n * }, 0, 0);\n *\n * // You will see a div element growing in height\n * ```\n */\n\nexport const animationFrameScheduler = new AnimationFrameScheduler(AnimationFrameAction);\n\n/**\n * @deprecated Renamed to {@link animationFrameScheduler}. Will be removed in v8.\n */\nexport const animationFrame = animationFrameScheduler;\n", "import { Observable } from '../Observable';\nimport { SchedulerLike } from '../types';\n\n/**\n * A simple Observable that emits no items to the Observer and immediately\n * emits a complete notification.\n *\n * <span class=\"informal\">Just emits 'complete', and nothing else.</span>\n *\n * ![](empty.png)\n *\n * A simple Observable that only emits the complete notification. It can be used\n * for composing with other Observables, such as in a {@link mergeMap}.\n *\n * ## Examples\n *\n * Log complete notification\n *\n * ```ts\n * import { EMPTY } from 'rxjs';\n *\n * EMPTY.subscribe({\n * next: () => console.log('Next'),\n * complete: () => console.log('Complete!')\n * });\n *\n * // Outputs\n * // Complete!\n * ```\n *\n * Emit the number 7, then complete\n *\n * ```ts\n * import { EMPTY, startWith } from 'rxjs';\n *\n * const result = EMPTY.pipe(startWith(7));\n * result.subscribe(x => console.log(x));\n *\n * // Outputs\n * // 7\n * ```\n *\n * Map and flatten only odd numbers to the sequence `'a'`, `'b'`, `'c'`\n *\n * ```ts\n * import { interval, mergeMap, of, EMPTY } from 'rxjs';\n *\n * const interval$ = interval(1000);\n * const result = interval$.pipe(\n * mergeMap(x => x % 2 === 1 ? of('a', 'b', 'c') : EMPTY),\n * );\n * result.subscribe(x => console.log(x));\n *\n * // Results in the following to the console:\n * // x is equal to the count on the interval, e.g. (0, 1, 2, 3, ...)\n * // x will occur every 1000ms\n * // if x % 2 is equal to 1, print a, b, c (each on its own)\n * // if x % 2 is not equal to 1, nothing will be output\n * ```\n *\n * @see {@link Observable}\n * @see {@link NEVER}\n * @see {@link of}\n * @see {@link throwError}\n */\nexport const EMPTY = new Observable<never>((subscriber) => subscriber.complete());\n\n/**\n * @param scheduler A {@link SchedulerLike} to use for scheduling\n * the emission of the complete notification.\n * @deprecated Replaced with the {@link EMPTY} constant or {@link scheduled} (e.g. `scheduled([], scheduler)`). Will be removed in v8.\n */\nexport function empty(scheduler?: SchedulerLike) {\n return scheduler ? emptyScheduled(scheduler) : EMPTY;\n}\n\nfunction emptyScheduled(scheduler: SchedulerLike) {\n return new Observable<never>((subscriber) => scheduler.schedule(() => subscriber.complete()));\n}\n", "import { SchedulerLike } from '../types';\nimport { isFunction } from './isFunction';\n\nexport function isScheduler(value: any): value is SchedulerLike {\n return value && isFunction(value.schedule);\n}\n", "import { SchedulerLike } from '../types';\nimport { isFunction } from './isFunction';\nimport { isScheduler } from './isScheduler';\n\nfunction last<T>(arr: T[]): T | undefined {\n return arr[arr.length - 1];\n}\n\nexport function popResultSelector(args: any[]): ((...args: unknown[]) => unknown) | undefined {\n return isFunction(last(args)) ? args.pop() : undefined;\n}\n\nexport function popScheduler(args: any[]): SchedulerLike | undefined {\n return isScheduler(last(args)) ? args.pop() : undefined;\n}\n\nexport function popNumber(args: any[], defaultValue: number): number {\n return typeof last(args) === 'number' ? args.pop()! : defaultValue;\n}\n", "export const isArrayLike = (<T>(x: any): x is ArrayLike<T> => x && typeof x.length === 'number' && typeof x !== 'function');", "import { isFunction } from \"./isFunction\";\n\n/**\n * Tests to see if the object is \"thennable\".\n * @param value the object to test\n */\nexport function isPromise(value: any): value is PromiseLike<any> {\n return isFunction(value?.then);\n}\n", "import { InteropObservable } from '../types';\nimport { observable as Symbol_observable } from '../symbol/observable';\nimport { isFunction } from './isFunction';\n\n/** Identifies an input as being Observable (but not necessary an Rx Observable) */\nexport function isInteropObservable(input: any): input is InteropObservable<any> {\n return isFunction(input[Symbol_observable]);\n}\n", "import { isFunction } from './isFunction';\n\nexport function isAsyncIterable<T>(obj: any): obj is AsyncIterable<T> {\n return Symbol.asyncIterator && isFunction(obj?.[Symbol.asyncIterator]);\n}\n", "/**\n * Creates the TypeError to throw if an invalid object is passed to `from` or `scheduled`.\n * @param input The object that was passed.\n */\nexport function createInvalidObservableTypeError(input: any) {\n // TODO: We should create error codes that can be looked up, so this can be less verbose.\n return new TypeError(\n `You provided ${\n input !== null && typeof input === 'object' ? 'an invalid object' : `'${input}'`\n } where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.`\n );\n}\n", "export function getSymbolIterator(): symbol {\n if (typeof Symbol !== 'function' || !Symbol.iterator) {\n return '@@iterator' as any;\n }\n\n return Symbol.iterator;\n}\n\nexport const iterator = getSymbolIterator();\n", "import { iterator as Symbol_iterator } from '../symbol/iterator';\nimport { isFunction } from './isFunction';\n\n/** Identifies an input as being an Iterable */\nexport function isIterable(input: any): input is Iterable<any> {\n return isFunction(input?.[Symbol_iterator]);\n}\n", "import { ReadableStreamLike } from '../types';\nimport { isFunction } from './isFunction';\n\nexport async function* readableStreamLikeToAsyncGenerator<T>(readableStream: ReadableStreamLike<T>): AsyncGenerator<T> {\n const reader = readableStream.getReader();\n try {\n while (true) {\n const { value, done } = await reader.read();\n if (done) {\n return;\n }\n yield value!;\n }\n } finally {\n reader.releaseLock();\n }\n}\n\nexport function isReadableStreamLike<T>(obj: any): obj is ReadableStreamLike<T> {\n // We don't want to use instanceof checks because they would return\n // false for instances from another Realm, like an <iframe>.\n return isFunction(obj?.getReader);\n}\n", "import { isArrayLike } from '../util/isArrayLike';\nimport { isPromise } from '../util/isPromise';\nimport { Observable } from '../Observable';\nimport { ObservableInput, ObservedValueOf, ReadableStreamLike } from '../types';\nimport { isInteropObservable } from '../util/isInteropObservable';\nimport { isAsyncIterable } from '../util/isAsyncIterable';\nimport { createInvalidObservableTypeError } from '../util/throwUnobservableError';\nimport { isIterable } from '../util/isIterable';\nimport { isReadableStreamLike, readableStreamLikeToAsyncGenerator } from '../util/isReadableStreamLike';\nimport { Subscriber } from '../Subscriber';\nimport { isFunction } from '../util/isFunction';\nimport { reportUnhandledError } from '../util/reportUnhandledError';\nimport { observable as Symbol_observable } from '../symbol/observable';\n\nexport function innerFrom<O extends ObservableInput<any>>(input: O): Observable<ObservedValueOf<O>>;\nexport function innerFrom<T>(input: ObservableInput<T>): Observable<T> {\n if (input instanceof Observable) {\n return input;\n }\n if (input != null) {\n if (isInteropObservable(input)) {\n return fromInteropObservable(input);\n }\n if (isArrayLike(input)) {\n return fromArrayLike(input);\n }\n if (isPromise(input)) {\n return fromPromise(input);\n }\n if (isAsyncIterable(input)) {\n return fromAsyncIterable(input);\n }\n if (isIterable(input)) {\n return fromIterable(input);\n }\n if (isReadableStreamLike(input)) {\n return fromReadableStreamLike(input);\n }\n }\n\n throw createInvalidObservableTypeError(input);\n}\n\n/**\n * Creates an RxJS Observable from an object that implements `Symbol.observable`.\n * @param obj An object that properly implements `Symbol.observable`.\n */\nexport function fromInteropObservable<T>(obj: any) {\n return new Observable((subscriber: Subscriber<T>) => {\n const obs = obj[Symbol_observable]();\n if (isFunction(obs.subscribe)) {\n return obs.subscribe(subscriber);\n }\n // Should be caught by observable subscribe function error handling.\n throw new TypeError('Provided object does not correctly implement Symbol.observable');\n });\n}\n\n/**\n * Synchronously emits the values of an array like and completes.\n * This is exported because there are creation functions and operators that need to\n * make direct use of the same logic, and there's no reason to make them run through\n * `from` conditionals because we *know* they're dealing with an array.\n * @param array The array to emit values from\n */\nexport function fromArrayLike<T>(array: ArrayLike<T>) {\n return new Observable((subscriber: Subscriber<T>) => {\n // Loop over the array and emit each value. Note two things here:\n // 1. We're making sure that the subscriber is not closed on each loop.\n // This is so we don't continue looping over a very large array after\n // something like a `take`, `takeWhile`, or other synchronous unsubscription\n // has already unsubscribed.\n // 2. In this form, reentrant code can alter that array we're looping over.\n // This is a known issue, but considered an edge case. The alternative would\n // be to copy the array before executing the loop, but this has\n // performance implications.\n for (let i = 0; i < array.length && !subscriber.closed; i++) {\n subscriber.next(array[i]);\n }\n subscriber.complete();\n });\n}\n\nexport function fromPromise<T>(promise: PromiseLike<T>) {\n return new Observable((subscriber: Subscriber<T>) => {\n promise\n .then(\n (value) => {\n if (!subscriber.closed) {\n subscriber.next(value);\n subscriber.complete();\n }\n },\n (err: any) => subscriber.error(err)\n )\n .then(null, reportUnhandledError);\n });\n}\n\nexport function fromIterable<T>(iterable: Iterable<T>) {\n return new Observable((subscriber: Subscriber<T>) => {\n for (const value of iterable) {\n subscriber.next(value);\n if (subscriber.closed) {\n return;\n }\n }\n subscriber.complete();\n });\n}\n\nexport function fromAsyncIterable<T>(asyncIterable: AsyncIterable<T>) {\n return new Observable((subscriber: Subscriber<T>) => {\n process(asyncIterable, subscriber).catch((err) => subscriber.error(err));\n });\n}\n\nexport function fromReadableStreamLike<T>(readableStream: ReadableStreamLike<T>) {\n return fromAsyncIterable(readableStreamLikeToAsyncGenerator(readableStream));\n}\n\nasync function process<T>(asyncIterable: AsyncIterable<T>, subscriber: Subscriber<T>) {\n for await (const value of asyncIterable) {\n subscriber.next(value);\n // A side-effect may have closed our subscriber,\n // check before the next iteration.\n if (subscriber.closed) {\n return;\n }\n }\n subscriber.complete();\n}\n", "import { Subscription } from '../Subscription';\nimport { SchedulerAction, SchedulerLike } from '../types';\n\nexport function executeSchedule(\n parentSubscription: Subscription,\n scheduler: SchedulerLike,\n work: () => void,\n delay: number,\n repeat: true\n): void;\nexport function executeSchedule(\n parentSubscription: Subscription,\n scheduler: SchedulerLike,\n work: () => void,\n delay?: number,\n repeat?: false\n): Subscription;\n\nexport function executeSchedule(\n parentSubscription: Subscription,\n scheduler: SchedulerLike,\n work: () => void,\n delay = 0,\n repeat = false\n): Subscription | void {\n const scheduleSubscription = scheduler.schedule(function (this: SchedulerAction<any>) {\n work();\n if (repeat) {\n parentSubscription.add(this.schedule(null, delay));\n } else {\n this.unsubscribe();\n }\n }, delay);\n\n parentSubscription.add(scheduleSubscription);\n\n if (!repeat) {\n // Because user-land scheduler implementations are unlikely to properly reuse\n // Actions for repeat scheduling, we can't trust that the returned subscription\n // will control repeat subscription scenarios. So we're trying to avoid using them\n // incorrectly within this library.\n return scheduleSubscription;\n }\n}\n", "/** @prettier */\nimport { MonoTypeOperatorFunction, SchedulerLike } from '../types';\nimport { executeSchedule } from '../util/executeSchedule';\nimport { operate } from '../util/lift';\nimport { createOperatorSubscriber } from './OperatorSubscriber';\n\n/**\n * Re-emits all notifications from source Observable with specified scheduler.\n *\n * <span class=\"informal\">Ensure a specific scheduler is used, from outside of an Observable.</span>\n *\n * `observeOn` is an operator that accepts a scheduler as a first parameter, which will be used to reschedule\n * notifications emitted by the source Observable. It might be useful, if you do not have control over\n * internal scheduler of a given Observable, but want to control when its values are emitted nevertheless.\n *\n * Returned Observable emits the same notifications (nexted values, complete and error events) as the source Observable,\n * but rescheduled with provided scheduler. Note that this doesn't mean that source Observables internal\n * scheduler will be replaced in any way. Original scheduler still will be used, but when the source Observable emits\n * notification, it will be immediately scheduled again - this time with scheduler passed to `observeOn`.\n * An anti-pattern would be calling `observeOn` on Observable that emits lots of values synchronously, to split\n * that emissions into asynchronous chunks. For this to happen, scheduler would have to be passed into the source\n * Observable directly (usually into the operator that creates it). `observeOn` simply delays notifications a\n * little bit more, to ensure that they are emitted at expected moments.\n *\n * As a matter of fact, `observeOn` accepts second parameter, which specifies in milliseconds with what delay notifications\n * will be emitted. The main difference between {@link delay} operator and `observeOn` is that `observeOn`\n * will delay all notifications - including error notifications - while `delay` will pass through error\n * from source Observable immediately when it is emitted. In general it is highly recommended to use `delay` operator\n * for any kind of delaying of values in the stream, while using `observeOn` to specify which scheduler should be used\n * for notification emissions in general.\n *\n * ## Example\n *\n * Ensure values in subscribe are called just before browser repaint\n *\n * ```ts\n * import { interval, observeOn, animationFrameScheduler } from 'rxjs';\n *\n * const someDiv = document.createElement('div');\n * someDiv.style.cssText = 'width: 200px;background: #09c';\n * document.body.appendChild(someDiv);\n * const intervals = interval(10); // Intervals are scheduled\n * // with async scheduler by default...\n * intervals.pipe(\n * observeOn(animationFrameScheduler) // ...but we will observe on animationFrame\n * ) // scheduler to ensure smooth animation.\n * .subscribe(val => {\n * someDiv.style.height = val + 'px';\n * });\n * ```\n *\n * @see {@link delay}\n *\n * @param scheduler Scheduler that will be used to reschedule notifications from source Observable.\n * @param delay Number of milliseconds that states with what delay every notification should be rescheduled.\n * @return A function that returns an Observable that emits the same\n * notifications as the source Observable, but with provided scheduler.\n */\nexport function observeOn<T>(scheduler: SchedulerLike, delay = 0): MonoTypeOperatorFunction<T> {\n return operate((source, subscriber) => {\n source.subscribe(\n createOperatorSubscriber(\n subscriber,\n (value) => executeSchedule(subscriber, scheduler, () => subscriber.next(value), delay),\n () => executeSchedule(subscriber, scheduler, () => subscriber.complete(), delay),\n (err) => executeSchedule(subscriber, scheduler, () => subscriber.error(err), delay)\n )\n );\n });\n}\n", "import { MonoTypeOperatorFunction, SchedulerLike } from '../types';\nimport { operate } from '../util/lift';\n\n/**\n * Asynchronously subscribes Observers to this Observable on the specified {@link SchedulerLike}.\n *\n * With `subscribeOn` you can decide what type of scheduler a specific Observable will be using when it is subscribed to.\n *\n * Schedulers control the speed and order of emissions to observers from an Observable stream.\n *\n * ![](subscribeOn.png)\n *\n * ## Example\n *\n * Given the following code:\n *\n * ```ts\n * import { of, merge } from 'rxjs';\n *\n * const a = of(1, 2, 3);\n * const b = of(4, 5, 6);\n *\n * merge(a, b).subscribe(console.log);\n *\n * // Outputs\n * // 1\n * // 2\n * // 3\n * // 4\n * // 5\n * // 6\n * ```\n *\n * Both Observable `a` and `b` will emit their values directly and synchronously once they are subscribed to.\n *\n * If we instead use the `subscribeOn` operator declaring that we want to use the {@link asyncScheduler} for values emitted by Observable `a`:\n *\n * ```ts\n * import { of, subscribeOn, asyncScheduler, merge } from 'rxjs';\n *\n * const a = of(1, 2, 3).pipe(subscribeOn(asyncScheduler));\n * const b = of(4, 5, 6);\n *\n * merge(a, b).subscribe(console.log);\n *\n * // Outputs\n * // 4\n * // 5\n * // 6\n * // 1\n * // 2\n * // 3\n * ```\n *\n * The reason for this is that Observable `b` emits its values directly and synchronously like before\n * but the emissions from `a` are scheduled on the event loop because we are now using the {@link asyncScheduler} for that specific Observable.\n *\n * @param scheduler The {@link SchedulerLike} to perform subscription actions on.\n * @param delay A delay to pass to the scheduler to delay subscriptions\n * @return A function that returns an Observable modified so that its\n * subscriptions happen on the specified {@link SchedulerLike}.\n */\nexport function subscribeOn<T>(scheduler: SchedulerLike, delay: number = 0): MonoTypeOperatorFunction<T> {\n return operate((source, subscriber) => {\n subscriber.add(scheduler.schedule(() => source.subscribe(subscriber), delay));\n });\n}\n", "import { innerFrom } from '../observable/innerFrom';\nimport { observeOn } from '../operators/observeOn';\nimport { subscribeOn } from '../operators/subscribeOn';\nimport { InteropObservable, SchedulerLike } from '../types';\n\nexport function scheduleObservable<T>(input: InteropObservable<T>, scheduler: SchedulerLike) {\n return innerFrom(input).pipe(subscribeOn(scheduler), observeOn(scheduler));\n}\n", "import { innerFrom } from '../observable/innerFrom';\nimport { observeOn } from '../operators/observeOn';\nimport { subscribeOn } from '../operators/subscribeOn';\nimport { SchedulerLike } from '../types';\n\nexport function schedulePromise<T>(input: PromiseLike<T>, scheduler: SchedulerLike) {\n return innerFrom(input).pipe(subscribeOn(scheduler), observeOn(scheduler));\n}\n", "import { Observable } from '../Observable';\nimport { SchedulerLike } from '../types';\n\nexport function scheduleArray<T>(input: ArrayLike<T>, scheduler: SchedulerLike) {\n return new Observable<T>((subscriber) => {\n // The current array index.\n let i = 0;\n // Start iterating over the array like on a schedule.\n return scheduler.schedule(function () {\n if (i === input.length) {\n // If we have hit the end of the array like in the\n // previous job, we can complete.\n subscriber.complete();\n } else {\n // Otherwise let's next the value at the current index,\n // then increment our index.\n subscriber.next(input[i++]);\n // If the last emission didn't cause us to close the subscriber\n // (via take or some side effect), reschedule the job and we'll\n // make another pass.\n if (!subscriber.closed) {\n this.schedule();\n }\n }\n });\n });\n}\n", "import { Observable } from '../Observable';\nimport { SchedulerLike } from '../types';\nimport { iterator as Symbol_iterator } from '../symbol/iterator';\nimport { isFunction } from '../util/isFunction';\nimport { executeSchedule } from '../util/executeSchedule';\n\n/**\n * Used in {@link scheduled} to create an observable from an Iterable.\n * @param input The iterable to create an observable from\n * @param scheduler The scheduler to use\n */\nexport function scheduleIterable<T>(input: Iterable<T>, scheduler: SchedulerLike) {\n return new Observable<T>((subscriber) => {\n let iterator: Iterator<T, T>;\n\n // Schedule the initial creation of the iterator from\n // the iterable. This is so the code in the iterable is\n // not called until the scheduled job fires.\n executeSchedule(subscriber, scheduler, () => {\n // Create the iterator.\n iterator = (input as any)[Symbol_iterator]();\n\n executeSchedule(\n subscriber,\n scheduler,\n () => {\n let value: T;\n let done: boolean | undefined;\n try {\n // Pull the value out of the iterator\n ({ value, done } = iterator.next());\n } catch (err) {\n // We got an error while pulling from the iterator\n subscriber.error(err);\n return;\n }\n\n if (done) {\n // If it is \"done\" we just complete. This mimics the\n // behavior of JavaScript's `for..of` consumption of\n // iterables, which will not emit the value from an iterator\n // result of `{ done: true: value: 'here' }`.\n subscriber.complete();\n } else {\n // The iterable is not done, emit the value.\n subscriber.next(value);\n }\n },\n 0,\n true\n );\n });\n\n // During finalization, if we see this iterator has a `return` method,\n // then we know it is a Generator, and not just an Iterator. So we call\n // the `return()` function. This will ensure that any `finally { }` blocks\n // inside of the generator we can hit will be hit properly.\n return () => isFunction(iterator?.return) && iterator.return();\n });\n}\n", "import { SchedulerLike } from '../types';\nimport { Observable } from '../Observable';\nimport { executeSchedule } from '../util/executeSchedule';\n\nexport function scheduleAsyncIterable<T>(input: AsyncIterable<T>, scheduler: SchedulerLike) {\n if (!input) {\n throw new Error('Iterable cannot be null');\n }\n return new Observable<T>((subscriber) => {\n executeSchedule(subscriber, scheduler, () => {\n const iterator = input[Symbol.asyncIterator]();\n executeSchedule(\n subscriber,\n scheduler,\n () => {\n iterator.next().then((result) => {\n if (result.done) {\n // This will remove the subscriptions from\n // the parent subscription.\n subscriber.complete();\n } else {\n subscriber.next(result.value);\n }\n });\n },\n 0,\n true\n );\n });\n });\n}\n", "import { SchedulerLike, ReadableStreamLike } from '../types';\nimport { Observable } from '../Observable';\nimport { scheduleAsyncIterable } from './scheduleAsyncIterable';\nimport { readableStreamLikeToAsyncGenerator } from '../util/isReadableStreamLike';\n\nexport function scheduleReadableStreamLike<T>(input: ReadableStreamLike<T>, scheduler: SchedulerLike): Observable<T> {\n return scheduleAsyncIterable(readableStreamLikeToAsyncGenerator(input), scheduler);\n}\n", "import { scheduleObservable } from './scheduleObservable';\nimport { schedulePromise } from './schedulePromise';\nimport { scheduleArray } from './scheduleArray';\nimport { scheduleIterable } from './scheduleIterable';\nimport { scheduleAsyncIterable } from './scheduleAsyncIterable';\nimport { isInteropObservable } from '../util/isInteropObservable';\nimport { isPromise } from '../util/isPromise';\nimport { isArrayLike } from '../util/isArrayLike';\nimport { isIterable } from '../util/isIterable';\nimport { ObservableInput, SchedulerLike } from '../types';\nimport { Observable } from '../Observable';\nimport { isAsyncIterable } from '../util/isAsyncIterable';\nimport { createInvalidObservableTypeError } from '../util/throwUnobservableError';\nimport { isReadableStreamLike } from '../util/isReadableStreamLike';\nimport { scheduleReadableStreamLike } from './scheduleReadableStreamLike';\n\n/**\n * Converts from a common {@link ObservableInput} type to an observable where subscription and emissions\n * are scheduled on the provided scheduler.\n *\n * @see {@link from}\n * @see {@link of}\n *\n * @param input The observable, array, promise, iterable, etc you would like to schedule\n * @param scheduler The scheduler to use to schedule the subscription and emissions from\n * the returned observable.\n */\nexport function scheduled<T>(input: ObservableInput<T>, scheduler: SchedulerLike): Observable<T> {\n if (input != null) {\n if (isInteropObservable(input)) {\n return scheduleObservable(input, scheduler);\n }\n if (isArrayLike(input)) {\n return scheduleArray(input, scheduler);\n }\n if (isPromise(input)) {\n return schedulePromise(input, scheduler);\n }\n if (isAsyncIterable(input)) {\n return scheduleAsyncIterable(input, scheduler);\n }\n if (isIterable(input)) {\n return scheduleIterable(input, scheduler);\n }\n if (isReadableStreamLike(input)) {\n return scheduleReadableStreamLike(input, scheduler);\n }\n }\n throw createInvalidObservableTypeError(input);\n}\n", "import { Observable } from '../Observable';\nimport { ObservableInput, SchedulerLike, ObservedValueOf } from '../types';\nimport { scheduled } from '../scheduled/scheduled';\nimport { innerFrom } from './innerFrom';\n\nexport function from<O extends ObservableInput<any>>(input: O): Observable<ObservedValueOf<O>>;\n/** @deprecated The `scheduler` parameter will be removed in v8. Use `scheduled`. Details: https://rxjs.dev/deprecations/scheduler-argument */\nexport function from<O extends ObservableInput<any>>(input: O, scheduler: SchedulerLike | undefined): Observable<ObservedValueOf<O>>;\n\n/**\n * Creates an Observable from an Array, an array-like object, a Promise, an iterable object, or an Observable-like object.\n *\n * <span class=\"informal\">Converts almost anything to an Observable.</span>\n *\n * ![](from.png)\n *\n * `from` converts various other objects and data types into Observables. It also converts a Promise, an array-like, or an\n * <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols#iterable\" target=\"_blank\">iterable</a>\n * object into an Observable that emits the items in that promise, array, or iterable. A String, in this context, is treated\n * as an array of characters. Observable-like objects (contains a function named with the ES2015 Symbol for Observable) can also be\n * converted through this operator.\n *\n * ## Examples\n *\n * Converts an array to an Observable\n *\n * ```ts\n * import { from } from 'rxjs';\n *\n * const array = [10, 20, 30];\n * const result = from(array);\n *\n * result.subscribe(x => console.log(x));\n *\n * // Logs:\n * // 10\n * // 20\n * // 30\n * ```\n *\n * Convert an infinite iterable (from a generator) to an Observable\n *\n * ```ts\n * import { from, take } from 'rxjs';\n *\n * function* generateDoubles(seed) {\n * let i = seed;\n * while (true) {\n * yield i;\n * i = 2 * i; // double it\n * }\n * }\n *\n * const iterator = generateDoubles(3);\n * const result = from(iterator).pipe(take(10));\n *\n * result.subscribe(x => console.log(x));\n *\n * // Logs:\n * // 3\n * // 6\n * // 12\n * // 24\n * // 48\n * // 96\n * // 192\n * // 384\n * // 768\n * // 1536\n * ```\n *\n * With `asyncScheduler`\n *\n * ```ts\n * import { from, asyncScheduler } from 'rxjs';\n *\n * console.log('start');\n *\n * const array = [10, 20, 30];\n * const result = from(array, asyncScheduler);\n *\n * result.subscribe(x => console.log(x));\n *\n * console.log('end');\n *\n * // Logs:\n * // 'start'\n * // 'end'\n * // 10\n * // 20\n * // 30\n * ```\n *\n * @see {@link fromEvent}\n * @see {@link fromEventPattern}\n *\n * @param {ObservableInput<T>} A subscription object, a Promise, an Observable-like,\n * an Array, an iterable, or an array-like object to be converted.\n * @param {SchedulerLike} An optional {@link SchedulerLike} on which to schedule the emission of values.\n * @return {Observable<T>}\n */\nexport function from<T>(input: ObservableInput<T>, scheduler?: SchedulerLike): Observable<T> {\n return scheduler ? scheduled(input, scheduler) : innerFrom(input);\n}\n", "import { SchedulerLike, ValueFromArray } from '../types';\nimport { Observable } from '../Observable';\nimport { popScheduler } from '../util/args';\nimport { from } from './from';\n\n// Devs are more likely to pass null or undefined than they are a scheduler\n// without accompanying values. To make things easier for (naughty) devs who\n// use the `strictNullChecks: false` TypeScript compiler option, these\n// overloads with explicit null and undefined values are included.\n\nexport function of(value: null): Observable<null>;\nexport function of(value: undefined): Observable<undefined>;\n\n/** @deprecated The `scheduler` parameter will be removed in v8. Use `scheduled`. Details: https://rxjs.dev/deprecations/scheduler-argument */\nexport function of(scheduler: SchedulerLike): Observable<never>;\n/** @deprecated The `scheduler` parameter will be removed in v8. Use `scheduled`. Details: https://rxjs.dev/deprecations/scheduler-argument */\nexport function of<A extends readonly unknown[]>(...valuesAndScheduler: [...A, SchedulerLike]): Observable<ValueFromArray<A>>;\n\nexport function of(): Observable<never>;\n/** @deprecated Do not specify explicit type parameters. Signatures with type parameters that cannot be inferred will be removed in v8. */\nexport function of<T>(): Observable<T>;\nexport function of<T>(value: T): Observable<T>;\nexport function of<A extends readonly unknown[]>(...values: A): Observable<ValueFromArray<A>>;\n\n/**\n * Converts the arguments to an observable sequence.\n *\n * <span class=\"informal\">Each argument becomes a `next` notification.</span>\n *\n * ![](of.png)\n *\n * Unlike {@link from}, it does not do any flattening and emits each argument in whole\n * as a separate `next` notification.\n *\n * ## Examples\n *\n * Emit the values `10, 20, 30`\n *\n * ```ts\n * import { of } from 'rxjs';\n *\n * of(10, 20, 30)\n * .subscribe({\n * next: value => console.log('next:', value),\n * error: err => console.log('error:', err),\n * complete: () => console.log('the end'),\n * });\n *\n * // Outputs\n * // next: 10\n * // next: 20\n * // next: 30\n * // the end\n * ```\n *\n * Emit the array `[1, 2, 3]`\n *\n * ```ts\n * import { of } from 'rxjs';\n *\n * of([1, 2, 3])\n * .subscribe({\n * next: value => console.log('next:', value),\n * error: err => console.log('error:', err),\n * complete: () => console.log('the end'),\n * });\n *\n * // Outputs\n * // next: [1, 2, 3]\n * // the end\n * ```\n *\n * @see {@link from}\n * @see {@link range}\n *\n * @param {...T} values A comma separated list of arguments you want to be emitted\n * @return {Observable} An Observable that emits the arguments\n * described above and then completes.\n */\nexport function of<T>(...args: Array<T | SchedulerLike>): Observable<T> {\n const scheduler = popScheduler(args);\n return from(args as T[], scheduler);\n}\n", "import { Observable } from '../Observable';\nimport { Subscriber } from '../Subscriber';\nimport { SchedulerLike } from '../types';\nimport { isFunction } from '../util/isFunction';\n\n/**\n * Creates an observable that will create an error instance and push it to the consumer as an error\n * immediately upon subscription.\n *\n * <span class=\"informal\">Just errors and does nothing else</span>\n *\n * ![](throw.png)\n *\n * This creation function is useful for creating an observable that will create an error and error every\n * time it is subscribed to. Generally, inside of most operators when you might want to return an errored\n * observable, this is unnecessary. In most cases, such as in the inner return of {@link concatMap},\n * {@link mergeMap}, {@link defer}, and many others, you can simply throw the error, and RxJS will pick\n * that up and notify the consumer of the error.\n *\n * ## Example\n *\n * Create a simple observable that will create a new error with a timestamp and log it\n * and the message every time you subscribe to it\n *\n * ```ts\n * import { throwError } from 'rxjs';\n *\n * let errorCount = 0;\n *\n * const errorWithTimestamp$ = throwError(() => {\n * const error: any = new Error(`This is error number ${ ++errorCount }`);\n * error.timestamp = Date.now();\n * return error;\n * });\n *\n * errorWithTimestamp$.subscribe({\n * error: err => console.log(err.timestamp, err.message)\n * });\n *\n * errorWithTimestamp$.subscribe({\n * error: err => console.log(err.timestamp, err.message)\n * });\n *\n * // Logs the timestamp and a new error message for each subscription\n * ```\n *\n * ### Unnecessary usage\n *\n * Using `throwError` inside of an operator or creation function\n * with a callback, is usually not necessary\n *\n * ```ts\n * import { of, concatMap, timer, throwError } from 'rxjs';\n *\n * const delays$ = of(1000, 2000, Infinity, 3000);\n *\n * delays$.pipe(\n * concatMap(ms => {\n * if (ms < 10000) {\n * return timer(ms);\n * } else {\n * // This is probably overkill.\n * return throwError(() => new Error(`Invalid time ${ ms }`));\n * }\n * })\n * )\n * .subscribe({\n * next: console.log,\n * error: console.error\n * });\n * ```\n *\n * You can just throw the error instead\n *\n * ```ts\n * import { of, concatMap, timer } from 'rxjs';\n *\n * const delays$ = of(1000, 2000, Infinity, 3000);\n *\n * delays$.pipe(\n * concatMap(ms => {\n * if (ms < 10000) {\n * return timer(ms);\n * } else {\n * // Cleaner and easier to read for most folks.\n * throw new Error(`Invalid time ${ ms }`);\n * }\n * })\n * )\n * .subscribe({\n * next: console.log,\n * error: console.error\n * });\n * ```\n *\n * @param errorFactory A factory function that will create the error instance that is pushed.\n */\nexport function throwError(errorFactory: () => any): Observable<never>;\n\n/**\n * Returns an observable that will error with the specified error immediately upon subscription.\n *\n * @param error The error instance to emit\n * @deprecated Support for passing an error value will be removed in v8. Instead, pass a factory function to `throwError(() => new Error('test'))`. This is\n * because it will create the error at the moment it should be created and capture a more appropriate stack trace. If\n * for some reason you need to create the error ahead of time, you can still do that: `const err = new Error('test'); throwError(() => err);`.\n */\nexport function throwError(error: any): Observable<never>;\n\n/**\n * Notifies the consumer of an error using a given scheduler by scheduling it at delay `0` upon subscription.\n *\n * @param errorOrErrorFactory An error instance or error factory\n * @param scheduler A scheduler to use to schedule the error notification\n * @deprecated The `scheduler` parameter will be removed in v8.\n * Use `throwError` in combination with {@link observeOn}: `throwError(() => new Error('test')).pipe(observeOn(scheduler));`.\n * Details: https://rxjs.dev/deprecations/scheduler-argument\n */\nexport function throwError(errorOrErrorFactory: any, scheduler: SchedulerLike): Observable<never>;\n\nexport function throwError(errorOrErrorFactory: any, scheduler?: SchedulerLike): Observable<never> {\n const errorFactory = isFunction(errorOrErrorFactory) ? errorOrErrorFactory : () => errorOrErrorFactory;\n const init = (subscriber: Subscriber<never>) => subscriber.error(errorFactory());\n return new Observable(scheduler ? (subscriber) => scheduler.schedule(init as any, 0, subscriber) : init);\n}\n", "/**\n * Checks to see if a value is not only a `Date` object,\n * but a *valid* `Date` object that can be converted to a\n * number. For example, `new Date('blah')` is indeed an\n * `instanceof Date`, however it cannot be converted to a\n * number.\n */\nexport function isValidDate(value: any): value is Date {\n return value instanceof Date && !isNaN(value as any);\n}\n", "import { OperatorFunction } from '../types';\nimport { operate } from '../util/lift';\nimport { createOperatorSubscriber } from './OperatorSubscriber';\n\nexport function map<T, R>(project: (value: T, index: number) => R): OperatorFunction<T, R>;\n/** @deprecated Use a closure instead of a `thisArg`. Signatures accepting a `thisArg` will be removed in v8. */\nexport function map<T, R, A>(project: (this: A, value: T, index: number) => R, thisArg: A): OperatorFunction<T, R>;\n\n/**\n * Applies a given `project` function to each value emitted by the source\n * Observable, and emits the resulting values as an Observable.\n *\n * <span class=\"informal\">Like [Array.prototype.map()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map),\n * it passes each source value through a transformation function to get\n * corresponding output values.</span>\n *\n * ![](map.png)\n *\n * Similar to the well known `Array.prototype.map` function, this operator\n * applies a projection to each value and emits that projection in the output\n * Observable.\n *\n * ## Example\n *\n * Map every click to the `clientX` position of that click\n *\n * ```ts\n * import { fromEvent, map } from 'rxjs';\n *\n * const clicks = fromEvent<PointerEvent>(document, 'click');\n * const positions = clicks.pipe(map(ev => ev.clientX));\n *\n * positions.subscribe(x => console.log(x));\n * ```\n *\n * @see {@link mapTo}\n * @see {@link pluck}\n *\n * @param {function(value: T, index: number): R} project The function to apply\n * to each `value` emitted by the source Observable. The `index` parameter is\n * the number `i` for the i-th emission that has happened since the\n * subscription, starting from the number `0`.\n * @param {any} [thisArg] An optional argument to define what `this` is in the\n * `project` function.\n * @return A function that returns an Observable that emits the values from the\n * source Observable transformed by the given `project` function.\n */\nexport function map<T, R>(project: (value: T, index: number) => R, thisArg?: any): OperatorFunction<T, R> {\n return operate((source, subscriber) => {\n // The index of the value from the source. Used with projection.\n let index = 0;\n // Subscribe to the source, all errors and completions are sent along\n // to the consumer.\n source.subscribe(\n createOperatorSubscriber(subscriber, (value: T) => {\n // Call the projection function with the appropriate this context,\n // and send the resulting value to the consumer.\n subscriber.next(project.call(thisArg, value, index++));\n })\n );\n });\n}\n", "import { OperatorFunction } from \"../types\";\nimport { map } from \"../operators/map\";\n\nconst { isArray } = Array;\n\nfunction callOrApply<T, R>(fn: ((...values: T[]) => R), args: T|T[]): R {\n return isArray(args) ? fn(...args) : fn(args);\n}\n\n/**\n * Used in several -- mostly deprecated -- situations where we need to \n * apply a list of arguments or a single argument to a result selector.\n */\nexport function mapOneOrManyArgs<T, R>(fn: ((...values: T[]) => R)): OperatorFunction<T|T[], R> {\n return map(args => callOrApply(fn, args))\n}", "const { isArray } = Array;\nconst { getPrototypeOf, prototype: objectProto, keys: getKeys } = Object;\n\n/**\n * Used in functions where either a list of arguments, a single array of arguments, or a\n * dictionary of arguments can be returned. Returns an object with an `args` property with\n * the arguments in an array, if it is a dictionary, it will also return the `keys` in another\n * property.\n */\nexport function argsArgArrayOrObject<T, O extends Record<string, T>>(args: T[] | [O] | [T[]]): { args: T[]; keys: string[] | null } {\n if (args.length === 1) {\n const first = args[0];\n if (isArray(first)) {\n return { args: first, keys: null };\n }\n if (isPOJO(first)) {\n const keys = getKeys(first);\n return {\n args: keys.map((key) => first[key]),\n keys,\n };\n }\n }\n\n return { args: args as T[], keys: null };\n}\n\nfunction isPOJO(obj: any): obj is object {\n return obj && typeof obj === 'object' && getPrototypeOf(obj) === objectProto;\n}\n", "export function createObject(keys: string[], values: any[]) {\n return keys.reduce((result, key, i) => ((result[key] = values[i]), result), {} as any);\n}\n", "import { Observable } from '../Observable';\nimport { ObservableInput, SchedulerLike, ObservedValueOf, ObservableInputTuple } from '../types';\nimport { argsArgArrayOrObject } from '../util/argsArgArrayOrObject';\nimport { Subscriber } from '../Subscriber';\nimport { from } from './from';\nimport { identity } from '../util/identity';\nimport { Subscription } from '../Subscription';\nimport { mapOneOrManyArgs } from '../util/mapOneOrManyArgs';\nimport { popResultSelector, popScheduler } from '../util/args';\nimport { createObject } from '../util/createObject';\nimport { createOperatorSubscriber } from '../operators/OperatorSubscriber';\nimport { AnyCatcher } from '../AnyCatcher';\nimport { executeSchedule } from '../util/executeSchedule';\n\n// combineLatest(any)\n// We put this first because we need to catch cases where the user has supplied\n// _exactly `any`_ as the argument. Since `any` literally matches _anything_,\n// we don't want it to randomly hit one of the other type signatures below,\n// as we have no idea at build-time what type we should be returning when given an any.\n\n/**\n * You have passed `any` here, we can't figure out if it is\n * an array or an object, so you're getting `unknown`. Use better types.\n * @param arg Something typed as `any`\n */\nexport function combineLatest<T extends AnyCatcher>(arg: T): Observable<unknown>;\n\n// combineLatest([a, b, c])\nexport function combineLatest(sources: []): Observable<never>;\nexport function combineLatest<A extends readonly unknown[]>(sources: readonly [...ObservableInputTuple<A>]): Observable<A>;\n/** @deprecated The `scheduler` parameter will be removed in v8. Use `scheduled` and `combineLatestAll`. Details: https://rxjs.dev/deprecations/scheduler-argument */\nexport function combineLatest<A extends readonly unknown[], R>(\n sources: readonly [...ObservableInputTuple<A>],\n resultSelector: (...values: A) => R,\n scheduler: SchedulerLike\n): Observable<R>;\nexport function combineLatest<A extends readonly unknown[], R>(\n sources: readonly [...ObservableInputTuple<A>],\n resultSelector: (...values: A) => R\n): Observable<R>;\n/** @deprecated The `scheduler` parameter will be removed in v8. Use `scheduled` and `combineLatestAll`. Details: https://rxjs.dev/deprecations/scheduler-argument */\nexport function combineLatest<A extends readonly unknown[]>(\n sources: readonly [...ObservableInputTuple<A>],\n scheduler: SchedulerLike\n): Observable<A>;\n\n// combineLatest(a, b, c)\n/** @deprecated Pass an array of sources instead. The rest-parameters signature will be removed in v8. Details: https://rxjs.dev/deprecations/array-argument */\nexport function combineLatest<A extends readonly unknown[]>(...sources: [...ObservableInputTuple<A>]): Observable<A>;\n/** @deprecated The `scheduler` parameter will be removed in v8. Use `scheduled` and `combineLatestAll`. Details: https://rxjs.dev/deprecations/scheduler-argument */\nexport function combineLatest<A extends readonly unknown[], R>(\n ...sourcesAndResultSelectorAndScheduler: [...ObservableInputTuple<A>, (...values: A) => R, SchedulerLike]\n): Observable<R>;\n/** @deprecated Pass an array of sources instead. The rest-parameters signature will be removed in v8. Details: https://rxjs.dev/deprecations/array-argument */\nexport function combineLatest<A extends readonly unknown[], R>(\n ...sourcesAndResultSelector: [...ObservableInputTuple<A>, (...values: A) => R]\n): Observable<R>;\n/** @deprecated The `scheduler` parameter will be removed in v8. Use `scheduled` and `combineLatestAll`. Details: https://rxjs.dev/deprecations/scheduler-argument */\nexport function combineLatest<A extends readonly unknown[]>(\n ...sourcesAndScheduler: [...ObservableInputTuple<A>, SchedulerLike]\n): Observable<A>;\n\n// combineLatest({a, b, c})\nexport function combineLatest(sourcesObject: { [K in any]: never }): Observable<never>;\nexport function combineLatest<T extends Record<string, ObservableInput<any>>>(\n sourcesObject: T\n): Observable<{ [K in keyof T]: ObservedValueOf<T[K]> }>;\n\n/**\n * Combines multiple Observables to create an Observable whose values are\n * calculated from the latest values of each of its input Observables.\n *\n * <span class=\"informal\">Whenever any input Observable emits a value, it\n * computes a formula using the latest values from all the inputs, then emits\n * the output of that formula.</span>\n *\n * ![](combineLatest.png)\n *\n * `combineLatest` combines the values from all the Observables passed in the\n * observables array. This is done by subscribing to each Observable in order and,\n * whenever any Observable emits, collecting an array of the most recent\n * values from each Observable. So if you pass `n` Observables to this operator,\n * the returned Observable will always emit an array of `n` values, in an order\n * corresponding to the order of the passed Observables (the value from the first Observable\n * will be at index 0 of the array and so on).\n *\n * Static version of `combineLatest` accepts an array of Observables. Note that an array of\n * Observables is a good choice, if you don't know beforehand how many Observables\n * you will combine. Passing an empty array will result in an Observable that\n * completes immediately.\n *\n * To ensure the output array always has the same length, `combineLatest` will\n * actually wait for all input Observables to emit at least once,\n * before it starts emitting results. This means if some Observable emits\n * values before other Observables started emitting, all these values but the last\n * will be lost. On the other hand, if some Observable does not emit a value but\n * completes, resulting Observable will complete at the same moment without\n * emitting anything, since it will now be impossible to include a value from the\n * completed Observable in the resulting array. Also, if some input Observable does\n * not emit any value and never completes, `combineLatest` will also never emit\n * and never complete, since, again, it will wait for all streams to emit some\n * value.\n *\n * If at least one Observable was passed to `combineLatest` and all passed Observables\n * emitted something, the resulting Observable will complete when all combined\n * streams complete. So even if some Observable completes, the result of\n * `combineLatest` will still emit values when other Observables do. In case\n * of a completed Observable, its value from now on will always be the last\n * emitted value. On the other hand, if any Observable errors, `combineLatest`\n * will error immediately as well, and all other Observables will be unsubscribed.\n *\n * ## Examples\n *\n * Combine two timer Observables\n *\n * ```ts\n * import { timer, combineLatest } from 'rxjs';\n *\n * const firstTimer = timer(0, 1000); // emit 0, 1, 2... after every second, starting from now\n * const secondTimer = timer(500, 1000); // emit 0, 1, 2... after every second, starting 0,5s from now\n * const combinedTimers = combineLatest([firstTimer, secondTimer]);\n * combinedTimers.subscribe(value => console.log(value));\n * // Logs\n * // [0, 0] after 0.5s\n * // [1, 0] after 1s\n * // [1, 1] after 1.5s\n * // [2, 1] after 2s\n * ```\n *\n * Combine a dictionary of Observables\n *\n * ```ts\n * import { of, delay, startWith, combineLatest } from 'rxjs';\n *\n * const observables = {\n * a: of(1).pipe(delay(1000), startWith(0)),\n * b: of(5).pipe(delay(5000), startWith(0)),\n * c: of(10).pipe(delay(10000), startWith(0))\n * };\n * const combined = combineLatest(observables);\n * combined.subscribe(value => console.log(value));\n * // Logs\n * // { a: 0, b: 0, c: 0 } immediately\n * // { a: 1, b: 0, c: 0 } after 1s\n * // { a: 1, b: 5, c: 0 } after 5s\n * // { a: 1, b: 5, c: 10 } after 10s\n * ```\n *\n * Combine an array of Observables\n *\n * ```ts\n * import { of, delay, startWith, combineLatest } from 'rxjs';\n *\n * const observables = [1, 5, 10].map(\n * n => of(n).pipe(\n * delay(n * 1000), // emit 0 and then emit n after n seconds\n * startWith(0)\n * )\n * );\n * const combined = combineLatest(observables);\n * combined.subscribe(value => console.log(value));\n * // Logs\n * // [0, 0, 0] immediately\n * // [1, 0, 0] after 1s\n * // [1, 5, 0] after 5s\n * // [1, 5, 10] after 10s\n * ```\n *\n * Use map operator to dynamically calculate the Body-Mass Index\n *\n * ```ts\n * import { of, combineLatest, map } from 'rxjs';\n *\n * const weight = of(70, 72, 76, 79, 75);\n * const height = of(1.76, 1.77, 1.78);\n * const bmi = combineLatest([weight, height]).pipe(\n * map(([w, h]) => w / (h * h)),\n * );\n * bmi.subscribe(x => console.log('BMI is ' + x));\n *\n * // With output to console:\n * // BMI is 24.212293388429753\n * // BMI is 23.93948099205209\n * // BMI is 23.671253629592222\n * ```\n *\n * @see {@link combineLatestAll}\n * @see {@link merge}\n * @see {@link withLatestFrom}\n *\n * @param {ObservableInput} [observables] An array of input Observables to combine with each other.\n * An array of Observables must be given as the first argument.\n * @param {function} [project] An optional function to project the values from\n * the combined latest values into a new value on the output Observable.\n * @param {SchedulerLike} [scheduler=null] The {@link SchedulerLike} to use for subscribing to\n * each input Observable.\n * @return {Observable} An Observable of projected values from the most recent\n * values from each input Observable, or an array of the most recent values from\n * each input Observable.\n */\nexport function combineLatest<O extends ObservableInput<any>, R>(...args: any[]): Observable<R> | Observable<ObservedValueOf<O>[]> {\n const scheduler = popScheduler(args);\n const resultSelector = popResultSelector(args);\n\n const { args: observables, keys } = argsArgArrayOrObject(args);\n\n if (observables.length === 0) {\n // If no observables are passed, or someone has passed an empty array\n // of observables, or even an empty object POJO, we need to just\n // complete (EMPTY), but we have to honor the scheduler provided if any.\n return from([], scheduler as any);\n }\n\n const result = new Observable<ObservedValueOf<O>[]>(\n combineLatestInit(\n observables as ObservableInput<ObservedValueOf<O>>[],\n scheduler,\n keys\n ? // A handler for scrubbing the array of args into a dictionary.\n (values) => createObject(keys, values)\n : // A passthrough to just return the array\n identity\n )\n );\n\n return resultSelector ? (result.pipe(mapOneOrManyArgs(resultSelector)) as Observable<R>) : result;\n}\n\nexport function combineLatestInit(\n observables: ObservableInput<any>[],\n scheduler?: SchedulerLike,\n valueTransform: (values: any[]) => any = identity\n) {\n return (subscriber: Subscriber<any>) => {\n // The outer subscription. We're capturing this in a function\n // because we may have to schedule it.\n maybeSchedule(\n scheduler,\n () => {\n const { length } = observables;\n // A store for the values each observable has emitted so far. We match observable to value on index.\n const values = new Array(length);\n // The number of currently active subscriptions, as they complete, we decrement this number to see if\n // we are all done combining values, so we can complete the result.\n let active = length;\n // The number of inner sources that still haven't emitted the first value\n // We need to track this because all sources need to emit one value in order\n // to start emitting values.\n let remainingFirstValues = length;\n // The loop to kick off subscription. We're keying everything on index `i` to relate the observables passed\n // in to the slot in the output array or the key in the array of keys in the output dictionary.\n for (let i = 0; i < length; i++) {\n maybeSchedule(\n scheduler,\n () => {\n const source = from(observables[i], scheduler as any);\n let hasFirstValue = false;\n source.subscribe(\n createOperatorSubscriber(\n subscriber,\n (value) => {\n // When we get a value, record it in our set of values.\n values[i] = value;\n if (!hasFirstValue) {\n // If this is our first value, record that.\n hasFirstValue = true;\n remainingFirstValues--;\n }\n if (!remainingFirstValues) {\n // We're not waiting for any more\n // first values, so we can emit!\n subscriber.next(valueTransform(values.slice()));\n }\n },\n () => {\n if (!--active) {\n // We only complete the result if we have no more active\n // inner observables.\n subscriber.complete();\n }\n }\n )\n );\n },\n subscriber\n );\n }\n },\n subscriber\n );\n };\n}\n\n/**\n * A small utility to handle the couple of locations where we want to schedule if a scheduler was provided,\n * but we don't if there was no scheduler.\n */\nfunction maybeSchedule(scheduler: SchedulerLike | undefined, execute: () => void, subscription: Subscription) {\n if (scheduler) {\n executeSchedule(subscription, scheduler, execute);\n } else {\n execute();\n }\n}\n", "import { Observable } from '../Observable';\nimport { innerFrom } from '../observable/innerFrom';\nimport { Subscriber } from '../Subscriber';\nimport { ObservableInput, SchedulerLike } from '../types';\nimport { executeSchedule } from '../util/executeSchedule';\nimport { createOperatorSubscriber } from './OperatorSubscriber';\n\n/**\n * A process embodying the general \"merge\" strategy. This is used in\n * `mergeMap` and `mergeScan` because the logic is otherwise nearly identical.\n * @param source The original source observable\n * @param subscriber The consumer subscriber\n * @param project The projection function to get our inner sources\n * @param concurrent The number of concurrent inner subscriptions\n * @param onBeforeNext Additional logic to apply before nexting to our consumer\n * @param expand If `true` this will perform an \"expand\" strategy, which differs only\n * in that it recurses, and the inner subscription must be schedule-able.\n * @param innerSubScheduler A scheduler to use to schedule inner subscriptions,\n * this is to support the expand strategy, mostly, and should be deprecated\n */\nexport function mergeInternals<T, R>(\n source: Observable<T>,\n subscriber: Subscriber<R>,\n project: (value: T, index: number) => ObservableInput<R>,\n concurrent: number,\n onBeforeNext?: (innerValue: R) => void,\n expand?: boolean,\n innerSubScheduler?: SchedulerLike,\n additionalFinalizer?: () => void\n) {\n // Buffered values, in the event of going over our concurrency limit\n const buffer: T[] = [];\n // The number of active inner subscriptions.\n let active = 0;\n // An index to pass to our accumulator function\n let index = 0;\n // Whether or not the outer source has completed.\n let isComplete = false;\n\n /**\n * Checks to see if we can complete our result or not.\n */\n const checkComplete = () => {\n // If the outer has completed, and nothing is left in the buffer,\n // and we don't have any active inner subscriptions, then we can\n // Emit the state and complete.\n if (isComplete && !buffer.length && !active) {\n subscriber.complete();\n }\n };\n\n // If we're under our concurrency limit, just start the inner subscription, otherwise buffer and wait.\n const outerNext = (value: T) => (active < concurrent ? doInnerSub(value) : buffer.push(value));\n\n const doInnerSub = (value: T) => {\n // If we're expanding, we need to emit the outer values and the inner values\n // as the inners will \"become outers\" in a way as they are recursively fed\n // back to the projection mechanism.\n expand && subscriber.next(value as any);\n\n // Increment the number of active subscriptions so we can track it\n // against our concurrency limit later.\n active++;\n\n // A flag used to show that the inner observable completed.\n // This is checked during finalization to see if we should\n // move to the next item in the buffer, if there is on.\n let innerComplete = false;\n\n // Start our inner subscription.\n innerFrom(project(value, index++)).subscribe(\n createOperatorSubscriber(\n subscriber,\n (innerValue) => {\n // `mergeScan` has additional handling here. For example\n // taking the inner value and updating state.\n onBeforeNext?.(innerValue);\n\n if (expand) {\n // If we're expanding, then just recurse back to our outer\n // handler. It will emit the value first thing.\n outerNext(innerValue as any);\n } else {\n // Otherwise, emit the inner value.\n subscriber.next(innerValue);\n }\n },\n () => {\n // Flag that we have completed, so we know to check the buffer\n // during finalization.\n innerComplete = true;\n },\n // Errors are passed to the destination.\n undefined,\n () => {\n // During finalization, if the inner completed (it wasn't errored or\n // cancelled), then we want to try the next item in the buffer if\n // there is one.\n if (innerComplete) {\n // We have to wrap this in a try/catch because it happens during\n // finalization, possibly asynchronously, and we want to pass\n // any errors that happen (like in a projection function) to\n // the outer Subscriber.\n try {\n // INNER SOURCE COMPLETE\n // Decrement the active count to ensure that the next time\n // we try to call `doInnerSub`, the number is accurate.\n active--;\n // If we have more values in the buffer, try to process those\n // Note that this call will increment `active` ahead of the\n // next conditional, if there were any more inner subscriptions\n // to start.\n while (buffer.length && active < concurrent) {\n const bufferedValue = buffer.shift()!;\n // Particularly for `expand`, we need to check to see if a scheduler was provided\n // for when we want to start our inner subscription. Otherwise, we just start\n // are next inner subscription.\n if (innerSubScheduler) {\n executeSchedule(subscriber, innerSubScheduler, () => doInnerSub(bufferedValue));\n } else {\n doInnerSub(bufferedValue);\n }\n }\n // Check to see if we can complete, and complete if so.\n checkComplete();\n } catch (err) {\n subscriber.error(err);\n }\n }\n }\n )\n );\n };\n\n // Subscribe to our source observable.\n source.subscribe(\n createOperatorSubscriber(subscriber, outerNext, () => {\n // Outer completed, make a note of it, and check to see if we can complete everything.\n isComplete = true;\n checkComplete();\n })\n );\n\n // Additional finalization (for when the destination is torn down).\n // Other finalization is added implicitly via subscription above.\n return () => {\n additionalFinalizer?.();\n };\n}\n", "import { ObservableInput, OperatorFunction, ObservedValueOf } from '../types';\nimport { map } from './map';\nimport { innerFrom } from '../observable/innerFrom';\nimport { operate } from '../util/lift';\nimport { mergeInternals } from './mergeInternals';\nimport { isFunction } from '../util/isFunction';\n\n/* tslint:disable:max-line-length */\nexport function mergeMap<T, O extends ObservableInput<any>>(\n project: (value: T, index: number) => O,\n concurrent?: number\n): OperatorFunction<T, ObservedValueOf<O>>;\n/** @deprecated The `resultSelector` parameter will be removed in v8. Use an inner `map` instead. Details: https://rxjs.dev/deprecations/resultSelector */\nexport function mergeMap<T, O extends ObservableInput<any>>(\n project: (value: T, index: number) => O,\n resultSelector: undefined,\n concurrent?: number\n): OperatorFunction<T, ObservedValueOf<O>>;\n/** @deprecated The `resultSelector` parameter will be removed in v8. Use an inner `map` instead. Details: https://rxjs.dev/deprecations/resultSelector */\nexport function mergeMap<T, R, O extends ObservableInput<any>>(\n project: (value: T, index: number) => O,\n resultSelector: (outerValue: T, innerValue: ObservedValueOf<O>, outerIndex: number, innerIndex: number) => R,\n concurrent?: number\n): OperatorFunction<T, R>;\n/* tslint:enable:max-line-length */\n\n/**\n * Projects each source value to an Observable which is merged in the output\n * Observable.\n *\n * <span class=\"informal\">Maps each value to an Observable, then flattens all of\n * these inner Observables using {@link mergeAll}.</span>\n *\n * ![](mergeMap.png)\n *\n * Returns an Observable that emits items based on applying a function that you\n * supply to each item emitted by the source Observable, where that function\n * returns an Observable, and then merging those resulting Observables and\n * emitting the results of this merger.\n *\n * ## Example\n *\n * Map and flatten each letter to an Observable ticking every 1 second\n *\n * ```ts\n * import { of, mergeMap, interval, map } from 'rxjs';\n *\n * const letters = of('a', 'b', 'c');\n * const result = letters.pipe(\n * mergeMap(x => interval(1000).pipe(map(i => x + i)))\n * );\n *\n * result.subscribe(x => console.log(x));\n *\n * // Results in the following:\n * // a0\n * // b0\n * // c0\n * // a1\n * // b1\n * // c1\n * // continues to list a, b, c every second with respective ascending integers\n * ```\n *\n * @see {@link concatMap}\n * @see {@link exhaustMap}\n * @see {@link merge}\n * @see {@link mergeAll}\n * @see {@link mergeMapTo}\n * @see {@link mergeScan}\n * @see {@link switchMap}\n *\n * @param {function(value: T, ?index: number): ObservableInput} project A function\n * that, when applied to an item emitted by the source Observable, returns an\n * Observable.\n * @param {number} [concurrent=Infinity] Maximum number of input\n * Observables being subscribed to concurrently.\n * @return A function that returns an Observable that emits the result of\n * applying the projection function (and the optional deprecated\n * `resultSelector`) to each item emitted by the source Observable and merging\n * the results of the Observables obtained from this transformation.\n */\nexport function mergeMap<T, R, O extends ObservableInput<any>>(\n project: (value: T, index: number) => O,\n resultSelector?: ((outerValue: T, innerValue: ObservedValueOf<O>, outerIndex: number, innerIndex: number) => R) | number,\n concurrent: number = Infinity\n): OperatorFunction<T, ObservedValueOf<O> | R> {\n if (isFunction(resultSelector)) {\n // DEPRECATED PATH\n return mergeMap((a, i) => map((b: any, ii: number) => resultSelector(a, b, i, ii))(innerFrom(project(a, i))), concurrent);\n } else if (typeof resultSelector === 'number') {\n concurrent = resultSelector;\n }\n\n return operate((source, subscriber) => mergeInternals(source, subscriber, project, concurrent));\n}\n", "import { mergeMap } from './mergeMap';\nimport { identity } from '../util/identity';\nimport { OperatorFunction, ObservableInput, ObservedValueOf } from '../types';\n\n/**\n * Converts a higher-order Observable into a first-order Observable which\n * concurrently delivers all values that are emitted on the inner Observables.\n *\n * <span class=\"informal\">Flattens an Observable-of-Observables.</span>\n *\n * ![](mergeAll.png)\n *\n * `mergeAll` subscribes to an Observable that emits Observables, also known as\n * a higher-order Observable. Each time it observes one of these emitted inner\n * Observables, it subscribes to that and delivers all the values from the\n * inner Observable on the output Observable. The output Observable only\n * completes once all inner Observables have completed. Any error delivered by\n * a inner Observable will be immediately emitted on the output Observable.\n *\n * ## Examples\n *\n * Spawn a new interval Observable for each click event, and blend their outputs as one Observable\n *\n * ```ts\n * import { fromEvent, map, interval, mergeAll } from 'rxjs';\n *\n * const clicks = fromEvent(document, 'click');\n * const higherOrder = clicks.pipe(map(() => interval(1000)));\n * const firstOrder = higherOrder.pipe(mergeAll());\n *\n * firstOrder.subscribe(x => console.log(x));\n * ```\n *\n * Count from 0 to 9 every second for each click, but only allow 2 concurrent timers\n *\n * ```ts\n * import { fromEvent, map, interval, take, mergeAll } from 'rxjs';\n *\n * const clicks = fromEvent(document, 'click');\n * const higherOrder = clicks.pipe(\n * map(() => interval(1000).pipe(take(10)))\n * );\n * const firstOrder = higherOrder.pipe(mergeAll(2));\n *\n * firstOrder.subscribe(x => console.log(x));\n * ```\n *\n * @see {@link combineLatestAll}\n * @see {@link concatAll}\n * @see {@link exhaustAll}\n * @see {@link merge}\n * @see {@link mergeMap}\n * @see {@link mergeMapTo}\n * @see {@link mergeScan}\n * @see {@link switchAll}\n * @see {@link switchMap}\n * @see {@link zipAll}\n *\n * @param {number} [concurrent=Infinity] Maximum number of inner\n * Observables being subscribed to concurrently.\n * @return A function that returns an Observable that emits values coming from\n * all the inner Observables emitted by the source Observable.\n */\nexport function mergeAll<O extends ObservableInput<any>>(concurrent: number = Infinity): OperatorFunction<O, ObservedValueOf<O>> {\n return mergeMap(identity, concurrent);\n}\n", "import { mergeAll } from './mergeAll';\nimport { OperatorFunction, ObservableInput, ObservedValueOf } from '../types';\n\n/**\n * Converts a higher-order Observable into a first-order Observable by\n * concatenating the inner Observables in order.\n *\n * <span class=\"informal\">Flattens an Observable-of-Observables by putting one\n * inner Observable after the other.</span>\n *\n * ![](concatAll.svg)\n *\n * Joins every Observable emitted by the source (a higher-order Observable), in\n * a serial fashion. It subscribes to each inner Observable only after the\n * previous inner Observable has completed, and merges all of their values into\n * the returned observable.\n *\n * __Warning:__ If the source Observable emits Observables quickly and\n * endlessly, and the inner Observables it emits generally complete slower than\n * the source emits, you can run into memory issues as the incoming Observables\n * collect in an unbounded buffer.\n *\n * Note: `concatAll` is equivalent to `mergeAll` with concurrency parameter set\n * to `1`.\n *\n * ## Example\n *\n * For each click event, tick every second from 0 to 3, with no concurrency\n *\n * ```ts\n * import { fromEvent, map, interval, take, concatAll } from 'rxjs';\n *\n * const clicks = fromEvent(document, 'click');\n * const higherOrder = clicks.pipe(\n * map(() => interval(1000).pipe(take(4)))\n * );\n * const firstOrder = higherOrder.pipe(concatAll());\n * firstOrder.subscribe(x => console.log(x));\n *\n * // Results in the following:\n * // (results are not concurrent)\n * // For every click on the \"document\" it will emit values 0 to 3 spaced\n * // on a 1000ms interval\n * // one click = 1000ms-> 0 -1000ms-> 1 -1000ms-> 2 -1000ms-> 3\n * ```\n *\n * @see {@link combineLatestAll}\n * @see {@link concat}\n * @see {@link concatMap}\n * @see {@link concatMapTo}\n * @see {@link exhaustAll}\n * @see {@link mergeAll}\n * @see {@link switchAll}\n * @see {@link switchMap}\n * @see {@link zipAll}\n *\n * @return A function that returns an Observable emitting values from all the\n * inner Observables concatenated.\n */\nexport function concatAll<O extends ObservableInput<any>>(): OperatorFunction<O, ObservedValueOf<O>> {\n return mergeAll(1);\n}\n", "import { Observable } from '../Observable';\nimport { ObservableInputTuple, SchedulerLike } from '../types';\nimport { concatAll } from '../operators/concatAll';\nimport { popScheduler } from '../util/args';\nimport { from } from './from';\n\nexport function concat<T extends readonly unknown[]>(...inputs: [...ObservableInputTuple<T>]): Observable<T[number]>;\nexport function concat<T extends readonly unknown[]>(\n ...inputsAndScheduler: [...ObservableInputTuple<T>, SchedulerLike]\n): Observable<T[number]>;\n\n/**\n * Creates an output Observable which sequentially emits all values from the first given\n * Observable and then moves on to the next.\n *\n * <span class=\"informal\">Concatenates multiple Observables together by\n * sequentially emitting their values, one Observable after the other.</span>\n *\n * ![](concat.png)\n *\n * `concat` joins multiple Observables together, by subscribing to them one at a time and\n * merging their results into the output Observable. You can pass either an array of\n * Observables, or put them directly as arguments. Passing an empty array will result\n * in Observable that completes immediately.\n *\n * `concat` will subscribe to first input Observable and emit all its values, without\n * changing or affecting them in any way. When that Observable completes, it will\n * subscribe to then next Observable passed and, again, emit its values. This will be\n * repeated, until the operator runs out of Observables. When last input Observable completes,\n * `concat` will complete as well. At any given moment only one Observable passed to operator\n * emits values. If you would like to emit values from passed Observables concurrently, check out\n * {@link merge} instead, especially with optional `concurrent` parameter. As a matter of fact,\n * `concat` is an equivalent of `merge` operator with `concurrent` parameter set to `1`.\n *\n * Note that if some input Observable never completes, `concat` will also never complete\n * and Observables following the one that did not complete will never be subscribed. On the other\n * hand, if some Observable simply completes immediately after it is subscribed, it will be\n * invisible for `concat`, which will just move on to the next Observable.\n *\n * If any Observable in chain errors, instead of passing control to the next Observable,\n * `concat` will error immediately as well. Observables that would be subscribed after\n * the one that emitted error, never will.\n *\n * If you pass to `concat` the same Observable many times, its stream of values\n * will be \"replayed\" on every subscription, which means you can repeat given Observable\n * as many times as you like. If passing the same Observable to `concat` 1000 times becomes tedious,\n * you can always use {@link repeat}.\n *\n * ## Examples\n *\n * Concatenate a timer counting from 0 to 3 with a synchronous sequence from 1 to 10\n *\n * ```ts\n * import { interval, take, range, concat } from 'rxjs';\n *\n * const timer = interval(1000).pipe(take(4));\n * const sequence = range(1, 10);\n * const result = concat(timer, sequence);\n * result.subscribe(x => console.log(x));\n *\n * // results in:\n * // 0 -1000ms-> 1 -1000ms-> 2 -1000ms-> 3 -immediate-> 1 ... 10\n * ```\n *\n * Concatenate 3 Observables\n *\n * ```ts\n * import { interval, take, concat } from 'rxjs';\n *\n * const timer1 = interval(1000).pipe(take(10));\n * const timer2 = interval(2000).pipe(take(6));\n * const timer3 = interval(500).pipe(take(10));\n *\n * const result = concat(timer1, timer2, timer3);\n * result.subscribe(x => console.log(x));\n *\n * // results in the following:\n * // (Prints to console sequentially)\n * // -1000ms-> 0 -1000ms-> 1 -1000ms-> ... 9\n * // -2000ms-> 0 -2000ms-> 1 -2000ms-> ... 5\n * // -500ms-> 0 -500ms-> 1 -500ms-> ... 9\n * ```\n *\n * Concatenate the same Observable to repeat it\n *\n * ```ts\n * import { interval, take, concat } from 'rxjs';\n *\n * const timer = interval(1000).pipe(take(2));\n *\n * concat(timer, timer) // concatenating the same Observable!\n * .subscribe({\n * next: value => console.log(value),\n * complete: () => console.log('...and it is done!')\n * });\n *\n * // Logs:\n * // 0 after 1s\n * // 1 after 2s\n * // 0 after 3s\n * // 1 after 4s\n * // '...and it is done!' also after 4s\n * ```\n *\n * @see {@link concatAll}\n * @see {@link concatMap}\n * @see {@link concatMapTo}\n * @see {@link startWith}\n * @see {@link endWith}\n *\n * @param args Input Observables to concatenate.\n */\nexport function concat(...args: any[]): Observable<unknown> {\n return concatAll()(from(args, popScheduler(args)));\n}\n", "import { Observable } from '../Observable';\nimport { ObservedValueOf, ObservableInput } from '../types';\nimport { innerFrom } from './innerFrom';\n\n/**\n * Creates an Observable that, on subscribe, calls an Observable factory to\n * make an Observable for each new Observer.\n *\n * <span class=\"informal\">Creates the Observable lazily, that is, only when it\n * is subscribed.\n * </span>\n *\n * ![](defer.png)\n *\n * `defer` allows you to create an Observable only when the Observer\n * subscribes. It waits until an Observer subscribes to it, calls the given\n * factory function to get an Observable -- where a factory function typically\n * generates a new Observable -- and subscribes the Observer to this Observable.\n * In case the factory function returns a falsy value, then EMPTY is used as\n * Observable instead. Last but not least, an exception during the factory\n * function call is transferred to the Observer by calling `error`.\n *\n * ## Example\n *\n * Subscribe to either an Observable of clicks or an Observable of interval, at random\n *\n * ```ts\n * import { defer, fromEvent, interval } from 'rxjs';\n *\n * const clicksOrInterval = defer(() => {\n * return Math.random() > 0.5\n * ? fromEvent(document, 'click')\n * : interval(1000);\n * });\n * clicksOrInterval.subscribe(x => console.log(x));\n *\n * // Results in the following behavior:\n * // If the result of Math.random() is greater than 0.5 it will listen\n * // for clicks anywhere on the \"document\"; when document is clicked it\n * // will log a MouseEvent object to the console. If the result is less\n * // than 0.5 it will emit ascending numbers, one every second(1000ms).\n * ```\n *\n * @see {@link Observable}\n *\n * @param {function(): ObservableInput} observableFactory The Observable\n * factory function to invoke for each Observer that subscribes to the output\n * Observable. May also return a Promise, which will be converted on the fly\n * to an Observable.\n * @return {Observable} An Observable whose Observers' subscriptions trigger\n * an invocation of the given Observable factory function.\n */\nexport function defer<R extends ObservableInput<any>>(observableFactory: () => R): Observable<ObservedValueOf<R>> {\n return new Observable<ObservedValueOf<R>>((subscriber) => {\n innerFrom(observableFactory()).subscribe(subscriber);\n });\n}\n", "import { innerFrom } from '../observable/innerFrom';\nimport { Observable } from '../Observable';\nimport { mergeMap } from '../operators/mergeMap';\nimport { isArrayLike } from '../util/isArrayLike';\nimport { isFunction } from '../util/isFunction';\nimport { mapOneOrManyArgs } from '../util/mapOneOrManyArgs';\n\n// These constants are used to create handler registry functions using array mapping below.\nconst nodeEventEmitterMethods = ['addListener', 'removeListener'] as const;\nconst eventTargetMethods = ['addEventListener', 'removeEventListener'] as const;\nconst jqueryMethods = ['on', 'off'] as const;\n\nexport interface NodeStyleEventEmitter {\n addListener(eventName: string | symbol, handler: NodeEventHandler): this;\n removeListener(eventName: string | symbol, handler: NodeEventHandler): this;\n}\n\nexport type NodeEventHandler = (...args: any[]) => void;\n\n// For APIs that implement `addListener` and `removeListener` methods that may\n// not use the same arguments or return EventEmitter values\n// such as React Native\nexport interface NodeCompatibleEventEmitter {\n addListener(eventName: string, handler: NodeEventHandler): void | {};\n removeListener(eventName: string, handler: NodeEventHandler): void | {};\n}\n\n// Use handler types like those in @types/jquery. See:\n// https://github.com/DefinitelyTyped/DefinitelyTyped/blob/847731ba1d7fa6db6b911c0e43aa0afe596e7723/types/jquery/misc.d.ts#L6395\nexport interface JQueryStyleEventEmitter<TContext, T> {\n on(eventName: string, handler: (this: TContext, t: T, ...args: any[]) => any): void;\n off(eventName: string, handler: (this: TContext, t: T, ...args: any[]) => any): void;\n}\n\nexport interface EventListenerObject<E> {\n handleEvent(evt: E): void;\n}\n\nexport interface HasEventTargetAddRemove<E> {\n addEventListener(\n type: string,\n listener: ((evt: E) => void) | EventListenerObject<E> | null,\n options?: boolean | AddEventListenerOptions\n ): void;\n removeEventListener(\n type: string,\n listener: ((evt: E) => void) | EventListenerObject<E> | null,\n options?: EventListenerOptions | boolean\n ): void;\n}\n\nexport interface EventListenerOptions {\n capture?: boolean;\n passive?: boolean;\n once?: boolean;\n}\n\nexport interface AddEventListenerOptions extends EventListenerOptions {\n once?: boolean;\n passive?: boolean;\n}\n\nexport function fromEvent<T>(target: HasEventTargetAddRemove<T> | ArrayLike<HasEventTargetAddRemove<T>>, eventName: string): Observable<T>;\nexport function fromEvent<T, R>(\n target: HasEventTargetAddRemove<T> | ArrayLike<HasEventTargetAddRemove<T>>,\n eventName: string,\n resultSelector: (event: T) => R\n): Observable<R>;\nexport function fromEvent<T>(\n target: HasEventTargetAddRemove<T> | ArrayLike<HasEventTargetAddRemove<T>>,\n eventName: string,\n options: EventListenerOptions\n): Observable<T>;\nexport function fromEvent<T, R>(\n target: HasEventTargetAddRemove<T> | ArrayLike<HasEventTargetAddRemove<T>>,\n eventName: string,\n options: EventListenerOptions,\n resultSelector: (event: T) => R\n): Observable<R>;\n\nexport function fromEvent(target: NodeStyleEventEmitter | ArrayLike<NodeStyleEventEmitter>, eventName: string): Observable<unknown>;\n/** @deprecated Do not specify explicit type parameters. Signatures with type parameters that cannot be inferred will be removed in v8. */\nexport function fromEvent<T>(target: NodeStyleEventEmitter | ArrayLike<NodeStyleEventEmitter>, eventName: string): Observable<T>;\nexport function fromEvent<R>(\n target: NodeStyleEventEmitter | ArrayLike<NodeStyleEventEmitter>,\n eventName: string,\n resultSelector: (...args: any[]) => R\n): Observable<R>;\n\nexport function fromEvent(\n target: NodeCompatibleEventEmitter | ArrayLike<NodeCompatibleEventEmitter>,\n eventName: string\n): Observable<unknown>;\n/** @deprecated Do not specify explicit type parameters. Signatures with type parameters that cannot be inferred will be removed in v8. */\nexport function fromEvent<T>(target: NodeCompatibleEventEmitter | ArrayLike<NodeCompatibleEventEmitter>, eventName: string): Observable<T>;\nexport function fromEvent<R>(\n target: NodeCompatibleEventEmitter | ArrayLike<NodeCompatibleEventEmitter>,\n eventName: string,\n resultSelector: (...args: any[]) => R\n): Observable<R>;\n\nexport function fromEvent<T>(\n target: JQueryStyleEventEmitter<any, T> | ArrayLike<JQueryStyleEventEmitter<any, T>>,\n eventName: string\n): Observable<T>;\nexport function fromEvent<T, R>(\n target: JQueryStyleEventEmitter<any, T> | ArrayLike<JQueryStyleEventEmitter<any, T>>,\n eventName: string,\n resultSelector: (value: T, ...args: any[]) => R\n): Observable<R>;\n\n/**\n * Creates an Observable that emits events of a specific type coming from the\n * given event target.\n *\n * <span class=\"informal\">Creates an Observable from DOM events, or Node.js\n * EventEmitter events or others.</span>\n *\n * ![](fromEvent.png)\n *\n * `fromEvent` accepts as a first argument event target, which is an object with methods\n * for registering event handler functions. As a second argument it takes string that indicates\n * type of event we want to listen for. `fromEvent` supports selected types of event targets,\n * which are described in detail below. If your event target does not match any of the ones listed,\n * you should use {@link fromEventPattern}, which can be used on arbitrary APIs.\n * When it comes to APIs supported by `fromEvent`, their methods for adding and removing event\n * handler functions have different names, but they all accept a string describing event type\n * and function itself, which will be called whenever said event happens.\n *\n * Every time resulting Observable is subscribed, event handler function will be registered\n * to event target on given event type. When that event fires, value\n * passed as a first argument to registered function will be emitted by output Observable.\n * When Observable is unsubscribed, function will be unregistered from event target.\n *\n * Note that if event target calls registered function with more than one argument, second\n * and following arguments will not appear in resulting stream. In order to get access to them,\n * you can pass to `fromEvent` optional project function, which will be called with all arguments\n * passed to event handler. Output Observable will then emit value returned by project function,\n * instead of the usual value.\n *\n * Remember that event targets listed below are checked via duck typing. It means that\n * no matter what kind of object you have and no matter what environment you work in,\n * you can safely use `fromEvent` on that object if it exposes described methods (provided\n * of course they behave as was described above). So for example if Node.js library exposes\n * event target which has the same method names as DOM EventTarget, `fromEvent` is still\n * a good choice.\n *\n * If the API you use is more callback then event handler oriented (subscribed\n * callback function fires only once and thus there is no need to manually\n * unregister it), you should use {@link bindCallback} or {@link bindNodeCallback}\n * instead.\n *\n * `fromEvent` supports following types of event targets:\n *\n * **DOM EventTarget**\n *\n * This is an object with `addEventListener` and `removeEventListener` methods.\n *\n * In the browser, `addEventListener` accepts - apart from event type string and event\n * handler function arguments - optional third parameter, which is either an object or boolean,\n * both used for additional configuration how and when passed function will be called. When\n * `fromEvent` is used with event target of that type, you can provide this values\n * as third parameter as well.\n *\n * **Node.js EventEmitter**\n *\n * An object with `addListener` and `removeListener` methods.\n *\n * **JQuery-style event target**\n *\n * An object with `on` and `off` methods\n *\n * **DOM NodeList**\n *\n * List of DOM Nodes, returned for example by `document.querySelectorAll` or `Node.childNodes`.\n *\n * Although this collection is not event target in itself, `fromEvent` will iterate over all Nodes\n * it contains and install event handler function in every of them. When returned Observable\n * is unsubscribed, function will be removed from all Nodes.\n *\n * **DOM HtmlCollection**\n *\n * Just as in case of NodeList it is a collection of DOM nodes. Here as well event handler function is\n * installed and removed in each of elements.\n *\n *\n * ## Examples\n *\n * Emit clicks happening on the DOM document\n *\n * ```ts\n * import { fromEvent } from 'rxjs';\n *\n * const clicks = fromEvent(document, 'click');\n * clicks.subscribe(x => console.log(x));\n *\n * // Results in:\n * // MouseEvent object logged to console every time a click\n * // occurs on the document.\n * ```\n *\n * Use `addEventListener` with capture option\n *\n * ```ts\n * import { fromEvent } from 'rxjs';\n *\n * const div = document.createElement('div');\n * div.style.cssText = 'width: 200px; height: 200px; background: #09c;';\n * document.body.appendChild(div);\n *\n * // note optional configuration parameter which will be passed to addEventListener\n * const clicksInDocument = fromEvent(document, 'click', { capture: true });\n * const clicksInDiv = fromEvent(div, 'click');\n *\n * clicksInDocument.subscribe(() => console.log('document'));\n * clicksInDiv.subscribe(() => console.log('div'));\n *\n * // By default events bubble UP in DOM tree, so normally\n * // when we would click on div in document\n * // \"div\" would be logged first and then \"document\".\n * // Since we specified optional `capture` option, document\n * // will catch event when it goes DOWN DOM tree, so console\n * // will log \"document\" and then \"div\".\n * ```\n *\n * @see {@link bindCallback}\n * @see {@link bindNodeCallback}\n * @see {@link fromEventPattern}\n *\n * @param {FromEventTarget<T>} target The DOM EventTarget, Node.js\n * EventEmitter, JQuery-like event target, NodeList or HTMLCollection to attach the event handler to.\n * @param {string} eventName The event name of interest, being emitted by the\n * `target`.\n * @param {EventListenerOptions} [options] Options to pass through to addEventListener\n * @return {Observable<T>}\n */\nexport function fromEvent<T>(\n target: any,\n eventName: string,\n options?: EventListenerOptions | ((...args: any[]) => T),\n resultSelector?: (...args: any[]) => T\n): Observable<T> {\n if (isFunction(options)) {\n resultSelector = options;\n options = undefined;\n }\n if (resultSelector) {\n return fromEvent<T>(target, eventName, options as EventListenerOptions).pipe(mapOneOrManyArgs(resultSelector));\n }\n\n // Figure out our add and remove methods. In order to do this,\n // we are going to analyze the target in a preferred order, if\n // the target matches a given signature, we take the two \"add\" and \"remove\"\n // method names and apply them to a map to create opposite versions of the\n // same function. This is because they all operate in duplicate pairs,\n // `addListener(name, handler)`, `removeListener(name, handler)`, for example.\n // The call only differs by method name, as to whether or not you're adding or removing.\n const [add, remove] =\n // If it is an EventTarget, we need to use a slightly different method than the other two patterns.\n isEventTarget(target)\n ? eventTargetMethods.map((methodName) => (handler: any) => target[methodName](eventName, handler, options as EventListenerOptions))\n : // In all other cases, the call pattern is identical with the exception of the method names.\n isNodeStyleEventEmitter(target)\n ? nodeEventEmitterMethods.map(toCommonHandlerRegistry(target, eventName))\n : isJQueryStyleEventEmitter(target)\n ? jqueryMethods.map(toCommonHandlerRegistry(target, eventName))\n : [];\n\n // If add is falsy, it's because we didn't match a pattern above.\n // Check to see if it is an ArrayLike, because if it is, we want to\n // try to apply fromEvent to all of it's items. We do this check last,\n // because there are may be some types that are both ArrayLike *and* implement\n // event registry points, and we'd rather delegate to that when possible.\n if (!add) {\n if (isArrayLike(target)) {\n return mergeMap((subTarget: any) => fromEvent(subTarget, eventName, options as EventListenerOptions))(\n innerFrom(target)\n ) as Observable<T>;\n }\n }\n\n // If add is falsy and we made it here, it's because we didn't\n // match any valid target objects above.\n if (!add) {\n throw new TypeError('Invalid event target');\n }\n\n return new Observable<T>((subscriber) => {\n // The handler we are going to register. Forwards the event object, by itself, or\n // an array of arguments to the event handler, if there is more than one argument,\n // to the consumer.\n const handler = (...args: any[]) => subscriber.next(1 < args.length ? args : args[0]);\n // Do the work of adding the handler to the target.\n add(handler);\n // When we finalize, we want to remove the handler and free up memory.\n return () => remove!(handler);\n });\n}\n\n/**\n * Used to create `add` and `remove` functions to register and unregister event handlers\n * from a target in the most common handler pattern, where there are only two arguments.\n * (e.g. `on(name, fn)`, `off(name, fn)`, `addListener(name, fn)`, or `removeListener(name, fn)`)\n * @param target The target we're calling methods on\n * @param eventName The event name for the event we're creating register or unregister functions for\n */\nfunction toCommonHandlerRegistry(target: any, eventName: string) {\n return (methodName: string) => (handler: any) => target[methodName](eventName, handler);\n}\n\n/**\n * Checks to see if the target implements the required node-style EventEmitter methods\n * for adding and removing event handlers.\n * @param target the object to check\n */\nfunction isNodeStyleEventEmitter(target: any): target is NodeStyleEventEmitter {\n return isFunction(target.addListener) && isFunction(target.removeListener);\n}\n\n/**\n * Checks to see if the target implements the required jQuery-style EventEmitter methods\n * for adding and removing event handlers.\n * @param target the object to check\n */\nfunction isJQueryStyleEventEmitter(target: any): target is JQueryStyleEventEmitter<any, any> {\n return isFunction(target.on) && isFunction(target.off);\n}\n\n/**\n * Checks to see if the target implements the required EventTarget methods\n * for adding and removing event handlers.\n * @param target the object to check\n */\nfunction isEventTarget(target: any): target is HasEventTargetAddRemove<any> {\n return isFunction(target.addEventListener) && isFunction(target.removeEventListener);\n}\n", "import { Observable } from '../Observable';\nimport { SchedulerLike } from '../types';\nimport { async as asyncScheduler } from '../scheduler/async';\nimport { isScheduler } from '../util/isScheduler';\nimport { isValidDate } from '../util/isDate';\n\n/**\n * Creates an observable that will wait for a specified time period, or exact date, before\n * emitting the number 0.\n *\n * <span class=\"informal\">Used to emit a notification after a delay.</span>\n *\n * This observable is useful for creating delays in code, or racing against other values\n * for ad-hoc timeouts.\n *\n * The `delay` is specified by default in milliseconds, however providing a custom scheduler could\n * create a different behavior.\n *\n * ## Examples\n *\n * Wait 3 seconds and start another observable\n *\n * You might want to use `timer` to delay subscription to an\n * observable by a set amount of time. Here we use a timer with\n * {@link concatMapTo} or {@link concatMap} in order to wait\n * a few seconds and start a subscription to a source.\n *\n * ```ts\n * import { of, timer, concatMap } from 'rxjs';\n *\n * // This could be any observable\n * const source = of(1, 2, 3);\n *\n * timer(3000)\n * .pipe(concatMap(() => source))\n * .subscribe(console.log);\n * ```\n *\n * Take all values until the start of the next minute\n *\n * Using a `Date` as the trigger for the first emission, you can\n * do things like wait until midnight to fire an event, or in this case,\n * wait until a new minute starts (chosen so the example wouldn't take\n * too long to run) in order to stop watching a stream. Leveraging\n * {@link takeUntil}.\n *\n * ```ts\n * import { interval, takeUntil, timer } from 'rxjs';\n *\n * // Build a Date object that marks the\n * // next minute.\n * const currentDate = new Date();\n * const startOfNextMinute = new Date(\n * currentDate.getFullYear(),\n * currentDate.getMonth(),\n * currentDate.getDate(),\n * currentDate.getHours(),\n * currentDate.getMinutes() + 1\n * );\n *\n * // This could be any observable stream\n * const source = interval(1000);\n *\n * const result = source.pipe(\n * takeUntil(timer(startOfNextMinute))\n * );\n *\n * result.subscribe(console.log);\n * ```\n *\n * ### Known Limitations\n *\n * - The {@link asyncScheduler} uses `setTimeout` which has limitations for how far in the future it can be scheduled.\n *\n * - If a `scheduler` is provided that returns a timestamp other than an epoch from `now()`, and\n * a `Date` object is passed to the `dueTime` argument, the calculation for when the first emission\n * should occur will be incorrect. In this case, it would be best to do your own calculations\n * ahead of time, and pass a `number` in as the `dueTime`.\n *\n * @param due If a `number`, the amount of time in milliseconds to wait before emitting.\n * If a `Date`, the exact time at which to emit.\n * @param scheduler The scheduler to use to schedule the delay. Defaults to {@link asyncScheduler}.\n */\nexport function timer(due: number | Date, scheduler?: SchedulerLike): Observable<0>;\n\n/**\n * Creates an observable that starts an interval after a specified delay, emitting incrementing numbers -- starting at `0` --\n * on each interval after words.\n *\n * The `delay` and `intervalDuration` are specified by default in milliseconds, however providing a custom scheduler could\n * create a different behavior.\n *\n * ## Example\n *\n * ### Start an interval that starts right away\n *\n * Since {@link interval} waits for the passed delay before starting,\n * sometimes that's not ideal. You may want to start an interval immediately.\n * `timer` works well for this. Here we have both side-by-side so you can\n * see them in comparison.\n *\n * Note that this observable will never complete.\n *\n * ```ts\n * import { timer, interval } from 'rxjs';\n *\n * timer(0, 1000).subscribe(n => console.log('timer', n));\n * interval(1000).subscribe(n => console.log('interval', n));\n * ```\n *\n * ### Known Limitations\n *\n * - The {@link asyncScheduler} uses `setTimeout` which has limitations for how far in the future it can be scheduled.\n *\n * - If a `scheduler` is provided that returns a timestamp other than an epoch from `now()`, and\n * a `Date` object is passed to the `dueTime` argument, the calculation for when the first emission\n * should occur will be incorrect. In this case, it would be best to do your own calculations\n * ahead of time, and pass a `number` in as the `startDue`.\n * @param startDue If a `number`, is the time to wait before starting the interval.\n * If a `Date`, is the exact time at which to start the interval.\n * @param intervalDuration The delay between each value emitted in the interval. Passing a\n * negative number here will result in immediate completion after the first value is emitted, as though\n * no `intervalDuration` was passed at all.\n * @param scheduler The scheduler to use to schedule the delay. Defaults to {@link asyncScheduler}.\n */\nexport function timer(startDue: number | Date, intervalDuration: number, scheduler?: SchedulerLike): Observable<number>;\n\n/**\n * @deprecated The signature allowing `undefined` to be passed for `intervalDuration` will be removed in v8. Use the `timer(dueTime, scheduler?)` signature instead.\n */\nexport function timer(dueTime: number | Date, unused: undefined, scheduler?: SchedulerLike): Observable<0>;\n\nexport function timer(\n dueTime: number | Date = 0,\n intervalOrScheduler?: number | SchedulerLike,\n scheduler: SchedulerLike = asyncScheduler\n): Observable<number> {\n // Since negative intervalDuration is treated as though no\n // interval was specified at all, we start with a negative number.\n let intervalDuration = -1;\n\n if (intervalOrScheduler != null) {\n // If we have a second argument, and it's a scheduler,\n // override the scheduler we had defaulted. Otherwise,\n // it must be an interval.\n if (isScheduler(intervalOrScheduler)) {\n scheduler = intervalOrScheduler;\n } else {\n // Note that this *could* be negative, in which case\n // it's like not passing an intervalDuration at all.\n intervalDuration = intervalOrScheduler;\n }\n }\n\n return new Observable((subscriber) => {\n // If a valid date is passed, calculate how long to wait before\n // executing the first value... otherwise, if it's a number just schedule\n // that many milliseconds (or scheduler-specified unit size) in the future.\n let due = isValidDate(dueTime) ? +dueTime - scheduler!.now() : dueTime;\n\n if (due < 0) {\n // Ensure we don't schedule in the future.\n due = 0;\n }\n\n // The incrementing value we emit.\n let n = 0;\n\n // Start the timer.\n return scheduler.schedule(function () {\n if (!subscriber.closed) {\n // Emit the next value and increment.\n subscriber.next(n++);\n\n if (0 <= intervalDuration) {\n // If we have a interval after the initial timer,\n // reschedule with the period.\n this.schedule(undefined, intervalDuration);\n } else {\n // We didn't have an interval. So just complete.\n subscriber.complete();\n }\n }\n }, due);\n });\n}\n", "import { Observable } from '../Observable';\nimport { ObservableInput, ObservableInputTuple, SchedulerLike } from '../types';\nimport { mergeAll } from '../operators/mergeAll';\nimport { innerFrom } from './innerFrom';\nimport { EMPTY } from './empty';\nimport { popNumber, popScheduler } from '../util/args';\nimport { from } from './from';\n\nexport function merge<A extends readonly unknown[]>(...sources: [...ObservableInputTuple<A>]): Observable<A[number]>;\nexport function merge<A extends readonly unknown[]>(...sourcesAndConcurrency: [...ObservableInputTuple<A>, number?]): Observable<A[number]>;\n/** @deprecated The `scheduler` parameter will be removed in v8. Use `scheduled` and `mergeAll`. Details: https://rxjs.dev/deprecations/scheduler-argument */\nexport function merge<A extends readonly unknown[]>(\n ...sourcesAndScheduler: [...ObservableInputTuple<A>, SchedulerLike?]\n): Observable<A[number]>;\n/** @deprecated The `scheduler` parameter will be removed in v8. Use `scheduled` and `mergeAll`. Details: https://rxjs.dev/deprecations/scheduler-argument */\nexport function merge<A extends readonly unknown[]>(\n ...sourcesAndConcurrencyAndScheduler: [...ObservableInputTuple<A>, number?, SchedulerLike?]\n): Observable<A[number]>;\n\n/**\n * Creates an output Observable which concurrently emits all values from every\n * given input Observable.\n *\n * <span class=\"informal\">Flattens multiple Observables together by blending\n * their values into one Observable.</span>\n *\n * ![](merge.png)\n *\n * `merge` subscribes to each given input Observable (as arguments), and simply\n * forwards (without doing any transformation) all the values from all the input\n * Observables to the output Observable. The output Observable only completes\n * once all input Observables have completed. Any error delivered by an input\n * Observable will be immediately emitted on the output Observable.\n *\n * ## Examples\n *\n * Merge together two Observables: 1s interval and clicks\n *\n * ```ts\n * import { merge, fromEvent, interval } from 'rxjs';\n *\n * const clicks = fromEvent(document, 'click');\n * const timer = interval(1000);\n * const clicksOrTimer = merge(clicks, timer);\n * clicksOrTimer.subscribe(x => console.log(x));\n *\n * // Results in the following:\n * // timer will emit ascending values, one every second(1000ms) to console\n * // clicks logs MouseEvents to console every time the \"document\" is clicked\n * // Since the two streams are merged you see these happening\n * // as they occur.\n * ```\n *\n * Merge together 3 Observables, but run only 2 concurrently\n *\n * ```ts\n * import { interval, take, merge } from 'rxjs';\n *\n * const timer1 = interval(1000).pipe(take(10));\n * const timer2 = interval(2000).pipe(take(6));\n * const timer3 = interval(500).pipe(take(10));\n *\n * const concurrent = 2; // the argument\n * const merged = merge(timer1, timer2, timer3, concurrent);\n * merged.subscribe(x => console.log(x));\n *\n * // Results in the following:\n * // - First timer1 and timer2 will run concurrently\n * // - timer1 will emit a value every 1000ms for 10 iterations\n * // - timer2 will emit a value every 2000ms for 6 iterations\n * // - after timer1 hits its max iteration, timer2 will\n * // continue, and timer3 will start to run concurrently with timer2\n * // - when timer2 hits its max iteration it terminates, and\n * // timer3 will continue to emit a value every 500ms until it is complete\n * ```\n *\n * @see {@link mergeAll}\n * @see {@link mergeMap}\n * @see {@link mergeMapTo}\n * @see {@link mergeScan}\n *\n * @param {...ObservableInput} observables Input Observables to merge together.\n * @param {number} [concurrent=Infinity] Maximum number of input\n * Observables being subscribed to concurrently.\n * @param {SchedulerLike} [scheduler=null] The {@link SchedulerLike} to use for managing\n * concurrency of input Observables.\n * @return {Observable} an Observable that emits items that are the result of\n * every input Observable.\n */\nexport function merge(...args: (ObservableInput<unknown> | number | SchedulerLike)[]): Observable<unknown> {\n const scheduler = popScheduler(args);\n const concurrent = popNumber(args, Infinity);\n const sources = args as ObservableInput<unknown>[];\n return !sources.length\n ? // No source provided\n EMPTY\n : sources.length === 1\n ? // One source? Just return it.\n innerFrom(sources[0])\n : // Merge all sources\n mergeAll(concurrent)(from(sources, scheduler));\n}\n", "import { Observable } from '../Observable';\nimport { noop } from '../util/noop';\n\n/**\n * An Observable that emits no items to the Observer and never completes.\n *\n * ![](never.png)\n *\n * A simple Observable that emits neither values nor errors nor the completion\n * notification. It can be used for testing purposes or for composing with other\n * Observables. Please note that by never emitting a complete notification, this\n * Observable keeps the subscription from being disposed automatically.\n * Subscriptions need to be manually disposed.\n *\n * ## Example\n *\n * Emit the number 7, then never emit anything else (not even complete)\n *\n * ```ts\n * import { NEVER, startWith } from 'rxjs';\n *\n * const info = () => console.log('Will not be called');\n *\n * const result = NEVER.pipe(startWith(7));\n * result.subscribe({\n * next: x => console.log(x),\n * error: info,\n * complete: info\n * });\n * ```\n *\n * @see {@link Observable}\n * @see {@link EMPTY}\n * @see {@link of}\n * @see {@link throwError}\n */\nexport const NEVER = new Observable<never>(noop);\n\n/**\n * @deprecated Replaced with the {@link NEVER} constant. Will be removed in v8.\n */\nexport function never() {\n return NEVER;\n}\n", "const { isArray } = Array;\n\n/**\n * Used in operators and functions that accept either a list of arguments, or an array of arguments\n * as a single argument.\n */\nexport function argsOrArgArray<T>(args: (T | T[])[]): T[] {\n return args.length === 1 && isArray(args[0]) ? args[0] : (args as T[]);\n}\n", "import { OperatorFunction, MonoTypeOperatorFunction, TruthyTypesOf } from '../types';\nimport { operate } from '../util/lift';\nimport { createOperatorSubscriber } from './OperatorSubscriber';\n\n/** @deprecated Use a closure instead of a `thisArg`. Signatures accepting a `thisArg` will be removed in v8. */\nexport function filter<T, S extends T, A>(predicate: (this: A, value: T, index: number) => value is S, thisArg: A): OperatorFunction<T, S>;\nexport function filter<T, S extends T>(predicate: (value: T, index: number) => value is S): OperatorFunction<T, S>;\nexport function filter<T>(predicate: BooleanConstructor): OperatorFunction<T, TruthyTypesOf<T>>;\n/** @deprecated Use a closure instead of a `thisArg`. Signatures accepting a `thisArg` will be removed in v8. */\nexport function filter<T, A>(predicate: (this: A, value: T, index: number) => boolean, thisArg: A): MonoTypeOperatorFunction<T>;\nexport function filter<T>(predicate: (value: T, index: number) => boolean): MonoTypeOperatorFunction<T>;\n\n/**\n * Filter items emitted by the source Observable by only emitting those that\n * satisfy a specified predicate.\n *\n * <span class=\"informal\">Like\n * [Array.prototype.filter()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/filter),\n * it only emits a value from the source if it passes a criterion function.</span>\n *\n * ![](filter.png)\n *\n * Similar to the well-known `Array.prototype.filter` method, this operator\n * takes values from the source Observable, passes them through a `predicate`\n * function and only emits those values that yielded `true`.\n *\n * ## Example\n *\n * Emit only click events whose target was a DIV element\n *\n * ```ts\n * import { fromEvent, filter } from 'rxjs';\n *\n * const div = document.createElement('div');\n * div.style.cssText = 'width: 200px; height: 200px; background: #09c;';\n * document.body.appendChild(div);\n *\n * const clicks = fromEvent(document, 'click');\n * const clicksOnDivs = clicks.pipe(filter(ev => (<HTMLElement>ev.target).tagName === 'DIV'));\n * clicksOnDivs.subscribe(x => console.log(x));\n * ```\n *\n * @see {@link distinct}\n * @see {@link distinctUntilChanged}\n * @see {@link distinctUntilKeyChanged}\n * @see {@link ignoreElements}\n * @see {@link partition}\n * @see {@link skip}\n *\n * @param predicate A function that\n * evaluates each value emitted by the source Observable. If it returns `true`,\n * the value is emitted, if `false` the value is not passed to the output\n * Observable. The `index` parameter is the number `i` for the i-th source\n * emission that has happened since the subscription, starting from the number\n * `0`.\n * @param thisArg An optional argument to determine the value of `this`\n * in the `predicate` function.\n * @return A function that returns an Observable that emits items from the\n * source Observable that satisfy the specified `predicate`.\n */\nexport function filter<T>(predicate: (value: T, index: number) => boolean, thisArg?: any): MonoTypeOperatorFunction<T> {\n return operate((source, subscriber) => {\n // An index passed to our predicate function on each call.\n let index = 0;\n\n // Subscribe to the source, all errors and completions are\n // forwarded to the consumer.\n source.subscribe(\n // Call the predicate with the appropriate `this` context,\n // if the predicate returns `true`, then send the value\n // to the consumer.\n createOperatorSubscriber(subscriber, (value) => predicate.call(thisArg, value, index++) && subscriber.next(value))\n );\n });\n}\n", "import { Observable } from '../Observable';\nimport { ObservableInputTuple } from '../types';\nimport { innerFrom } from './innerFrom';\nimport { argsOrArgArray } from '../util/argsOrArgArray';\nimport { EMPTY } from './empty';\nimport { createOperatorSubscriber } from '../operators/OperatorSubscriber';\nimport { popResultSelector } from '../util/args';\n\nexport function zip<A extends readonly unknown[]>(sources: [...ObservableInputTuple<A>]): Observable<A>;\nexport function zip<A extends readonly unknown[], R>(\n sources: [...ObservableInputTuple<A>],\n resultSelector: (...values: A) => R\n): Observable<R>;\nexport function zip<A extends readonly unknown[]>(...sources: [...ObservableInputTuple<A>]): Observable<A>;\nexport function zip<A extends readonly unknown[], R>(\n ...sourcesAndResultSelector: [...ObservableInputTuple<A>, (...values: A) => R]\n): Observable<R>;\n\n/**\n * Combines multiple Observables to create an Observable whose values are calculated from the values, in order, of each\n * of its input Observables.\n *\n * If the last parameter is a function, this function is used to compute the created value from the input values.\n * Otherwise, an array of the input values is returned.\n *\n * ## Example\n *\n * Combine age and name from different sources\n *\n * ```ts\n * import { of, zip, map } from 'rxjs';\n *\n * const age$ = of(27, 25, 29);\n * const name$ = of('Foo', 'Bar', 'Beer');\n * const isDev$ = of(true, true, false);\n *\n * zip(age$, name$, isDev$).pipe(\n * map(([age, name, isDev]) => ({ age, name, isDev }))\n * )\n * .subscribe(x => console.log(x));\n *\n * // Outputs\n * // { age: 27, name: 'Foo', isDev: true }\n * // { age: 25, name: 'Bar', isDev: true }\n * // { age: 29, name: 'Beer', isDev: false }\n * ```\n *\n * @param sources\n * @return {Observable<R>}\n */\nexport function zip(...args: unknown[]): Observable<unknown> {\n const resultSelector = popResultSelector(args);\n\n const sources = argsOrArgArray(args) as Observable<unknown>[];\n\n return sources.length\n ? new Observable<unknown[]>((subscriber) => {\n // A collection of buffers of values from each source.\n // Keyed by the same index with which the sources were passed in.\n let buffers: unknown[][] = sources.map(() => []);\n\n // An array of flags of whether or not the sources have completed.\n // This is used to check to see if we should complete the result.\n // Keyed by the same index with which the sources were passed in.\n let completed = sources.map(() => false);\n\n // When everything is done, release the arrays above.\n subscriber.add(() => {\n buffers = completed = null!;\n });\n\n // Loop over our sources and subscribe to each one. The index `i` is\n // especially important here, because we use it in closures below to\n // access the related buffers and completion properties\n for (let sourceIndex = 0; !subscriber.closed && sourceIndex < sources.length; sourceIndex++) {\n innerFrom(sources[sourceIndex]).subscribe(\n createOperatorSubscriber(\n subscriber,\n (value) => {\n buffers[sourceIndex].push(value);\n // if every buffer has at least one value in it, then we\n // can shift out the oldest value from each buffer and emit\n // them as an array.\n if (buffers.every((buffer) => buffer.length)) {\n const result: any = buffers.map((buffer) => buffer.shift()!);\n // Emit the array. If theres' a result selector, use that.\n subscriber.next(resultSelector ? resultSelector(...result) : result);\n // If any one of the sources is both complete and has an empty buffer\n // then we complete the result. This is because we cannot possibly have\n // any more values to zip together.\n if (buffers.some((buffer, i) => !buffer.length && completed[i])) {\n subscriber.complete();\n }\n }\n },\n () => {\n // This source completed. Mark it as complete so we can check it later\n // if we have to.\n completed[sourceIndex] = true;\n // But, if this complete source has nothing in its buffer, then we\n // can complete the result, because we can't possibly have any more\n // values from this to zip together with the other values.\n !buffers[sourceIndex].length && subscriber.complete();\n }\n )\n );\n }\n\n // When everything is done, release the arrays above.\n return () => {\n buffers = completed = null!;\n };\n })\n : EMPTY;\n}\n", "import { Subscriber } from '../Subscriber';\nimport { MonoTypeOperatorFunction, ObservableInput } from '../types';\n\nimport { operate } from '../util/lift';\nimport { innerFrom } from '../observable/innerFrom';\nimport { createOperatorSubscriber } from './OperatorSubscriber';\n\n/**\n * Ignores source values for a duration determined by another Observable, then\n * emits the most recent value from the source Observable, then repeats this\n * process.\n *\n * <span class=\"informal\">It's like {@link auditTime}, but the silencing\n * duration is determined by a second Observable.</span>\n *\n * ![](audit.svg)\n *\n * `audit` is similar to `throttle`, but emits the last value from the silenced\n * time window, instead of the first value. `audit` emits the most recent value\n * from the source Observable on the output Observable as soon as its internal\n * timer becomes disabled, and ignores source values while the timer is enabled.\n * Initially, the timer is disabled. As soon as the first source value arrives,\n * the timer is enabled by calling the `durationSelector` function with the\n * source value, which returns the \"duration\" Observable. When the duration\n * Observable emits a value, the timer is disabled, then the most\n * recent source value is emitted on the output Observable, and this process\n * repeats for the next source value.\n *\n * ## Example\n *\n * Emit clicks at a rate of at most one click per second\n *\n * ```ts\n * import { fromEvent, audit, interval } from 'rxjs';\n *\n * const clicks = fromEvent(document, 'click');\n * const result = clicks.pipe(audit(ev => interval(1000)));\n * result.subscribe(x => console.log(x));\n * ```\n *\n * @see {@link auditTime}\n * @see {@link debounce}\n * @see {@link delayWhen}\n * @see {@link sample}\n * @see {@link throttle}\n *\n * @param durationSelector A function\n * that receives a value from the source Observable, for computing the silencing\n * duration, returned as an Observable or a Promise.\n * @return A function that returns an Observable that performs rate-limiting of\n * emissions from the source Observable.\n */\nexport function audit<T>(durationSelector: (value: T) => ObservableInput<any>): MonoTypeOperatorFunction<T> {\n return operate((source, subscriber) => {\n let hasValue = false;\n let lastValue: T | null = null;\n let durationSubscriber: Subscriber<any> | null = null;\n let isComplete = false;\n\n const endDuration = () => {\n durationSubscriber?.unsubscribe();\n durationSubscriber = null;\n if (hasValue) {\n hasValue = false;\n const value = lastValue!;\n lastValue = null;\n subscriber.next(value);\n }\n isComplete && subscriber.complete();\n };\n\n const cleanupDuration = () => {\n durationSubscriber = null;\n isComplete && subscriber.complete();\n };\n\n source.subscribe(\n createOperatorSubscriber(\n subscriber,\n (value) => {\n hasValue = true;\n lastValue = value;\n if (!durationSubscriber) {\n innerFrom(durationSelector(value)).subscribe(\n (durationSubscriber = createOperatorSubscriber(subscriber, endDuration, cleanupDuration))\n );\n }\n },\n () => {\n isComplete = true;\n (!hasValue || !durationSubscriber || durationSubscriber.closed) && subscriber.complete();\n }\n )\n );\n });\n}\n", "import { asyncScheduler } from '../scheduler/async';\nimport { audit } from './audit';\nimport { timer } from '../observable/timer';\nimport { MonoTypeOperatorFunction, SchedulerLike } from '../types';\n\n/**\n * Ignores source values for `duration` milliseconds, then emits the most recent\n * value from the source Observable, then repeats this process.\n *\n * <span class=\"informal\">When it sees a source value, it ignores that plus\n * the next ones for `duration` milliseconds, and then it emits the most recent\n * value from the source.</span>\n *\n * ![](auditTime.png)\n *\n * `auditTime` is similar to `throttleTime`, but emits the last value from the\n * silenced time window, instead of the first value. `auditTime` emits the most\n * recent value from the source Observable on the output Observable as soon as\n * its internal timer becomes disabled, and ignores source values while the\n * timer is enabled. Initially, the timer is disabled. As soon as the first\n * source value arrives, the timer is enabled. After `duration` milliseconds (or\n * the time unit determined internally by the optional `scheduler`) has passed,\n * the timer is disabled, then the most recent source value is emitted on the\n * output Observable, and this process repeats for the next source value.\n * Optionally takes a {@link SchedulerLike} for managing timers.\n *\n * ## Example\n *\n * Emit clicks at a rate of at most one click per second\n *\n * ```ts\n * import { fromEvent, auditTime } from 'rxjs';\n *\n * const clicks = fromEvent(document, 'click');\n * const result = clicks.pipe(auditTime(1000));\n * result.subscribe(x => console.log(x));\n * ```\n *\n * @see {@link audit}\n * @see {@link debounceTime}\n * @see {@link delay}\n * @see {@link sampleTime}\n * @see {@link throttleTime}\n *\n * @param {number} duration Time to wait before emitting the most recent source\n * value, measured in milliseconds or the time unit determined internally\n * by the optional `scheduler`.\n * @param {SchedulerLike} [scheduler=async] The {@link SchedulerLike} to use for\n * managing the timers that handle the rate-limiting behavior.\n * @return A function that returns an Observable that performs rate-limiting of\n * emissions from the source Observable.\n */\nexport function auditTime<T>(duration: number, scheduler: SchedulerLike = asyncScheduler): MonoTypeOperatorFunction<T> {\n return audit(() => timer(duration, scheduler));\n}\n", "import { OperatorFunction } from '../types';\nimport { operate } from '../util/lift';\nimport { createOperatorSubscriber } from './OperatorSubscriber';\nimport { arrRemove } from '../util/arrRemove';\n\n/**\n * Buffers the source Observable values until the size hits the maximum\n * `bufferSize` given.\n *\n * <span class=\"informal\">Collects values from the past as an array, and emits\n * that array only when its size reaches `bufferSize`.</span>\n *\n * ![](bufferCount.png)\n *\n * Buffers a number of values from the source Observable by `bufferSize` then\n * emits the buffer and clears it, and starts a new buffer each\n * `startBufferEvery` values. If `startBufferEvery` is not provided or is\n * `null`, then new buffers are started immediately at the start of the source\n * and when each buffer closes and is emitted.\n *\n * ## Examples\n *\n * Emit the last two click events as an array\n *\n * ```ts\n * import { fromEvent, bufferCount } from 'rxjs';\n *\n * const clicks = fromEvent(document, 'click');\n * const buffered = clicks.pipe(bufferCount(2));\n * buffered.subscribe(x => console.log(x));\n * ```\n *\n * On every click, emit the last two click events as an array\n *\n * ```ts\n * import { fromEvent, bufferCount } from 'rxjs';\n *\n * const clicks = fromEvent(document, 'click');\n * const buffered = clicks.pipe(bufferCount(2, 1));\n * buffered.subscribe(x => console.log(x));\n * ```\n *\n * @see {@link buffer}\n * @see {@link bufferTime}\n * @see {@link bufferToggle}\n * @see {@link bufferWhen}\n * @see {@link pairwise}\n * @see {@link windowCount}\n *\n * @param {number} bufferSize The maximum size of the buffer emitted.\n * @param {number} [startBufferEvery] Interval at which to start a new buffer.\n * For example if `startBufferEvery` is `2`, then a new buffer will be started\n * on every other value from the source. A new buffer is started at the\n * beginning of the source by default.\n * @return A function that returns an Observable of arrays of buffered values.\n */\nexport function bufferCount<T>(bufferSize: number, startBufferEvery: number | null = null): OperatorFunction<T, T[]> {\n // If no `startBufferEvery` value was supplied, then we're\n // opening and closing on the bufferSize itself.\n startBufferEvery = startBufferEvery ?? bufferSize;\n\n return operate((source, subscriber) => {\n let buffers: T[][] = [];\n let count = 0;\n\n source.subscribe(\n createOperatorSubscriber(\n subscriber,\n (value) => {\n let toEmit: T[][] | null = null;\n\n // Check to see if we need to start a buffer.\n // This will start one at the first value, and then\n // a new one every N after that.\n if (count++ % startBufferEvery! === 0) {\n buffers.push([]);\n }\n\n // Push our value into our active buffers.\n for (const buffer of buffers) {\n buffer.push(value);\n // Check to see if we're over the bufferSize\n // if we are, record it so we can emit it later.\n // If we emitted it now and removed it, it would\n // mutate the `buffers` array while we're looping\n // over it.\n if (bufferSize <= buffer.length) {\n toEmit = toEmit ?? [];\n toEmit.push(buffer);\n }\n }\n\n if (toEmit) {\n // We have found some buffers that are over the\n // `bufferSize`. Emit them, and remove them from our\n // buffers list.\n for (const buffer of toEmit) {\n arrRemove(buffers, buffer);\n subscriber.next(buffer);\n }\n }\n },\n () => {\n // When the source completes, emit all of our\n // active buffers.\n for (const buffer of buffers) {\n subscriber.next(buffer);\n }\n subscriber.complete();\n },\n // Pass all errors through to consumer.\n undefined,\n () => {\n // Clean up our memory when we finalize\n buffers = null!;\n }\n )\n );\n });\n}\n", "import { combineLatestInit } from '../observable/combineLatest';\nimport { ObservableInput, ObservableInputTuple, OperatorFunction } from '../types';\nimport { operate } from '../util/lift';\nimport { argsOrArgArray } from '../util/argsOrArgArray';\nimport { mapOneOrManyArgs } from '../util/mapOneOrManyArgs';\nimport { pipe } from '../util/pipe';\nimport { popResultSelector } from '../util/args';\n\n/** @deprecated Replaced with {@link combineLatestWith}. Will be removed in v8. */\nexport function combineLatest<T, A extends readonly unknown[], R>(\n sources: [...ObservableInputTuple<A>],\n project: (...values: [T, ...A]) => R\n): OperatorFunction<T, R>;\n/** @deprecated Replaced with {@link combineLatestWith}. Will be removed in v8. */\nexport function combineLatest<T, A extends readonly unknown[], R>(sources: [...ObservableInputTuple<A>]): OperatorFunction<T, [T, ...A]>;\n\n/** @deprecated Replaced with {@link combineLatestWith}. Will be removed in v8. */\nexport function combineLatest<T, A extends readonly unknown[], R>(\n ...sourcesAndProject: [...ObservableInputTuple<A>, (...values: [T, ...A]) => R]\n): OperatorFunction<T, R>;\n/** @deprecated Replaced with {@link combineLatestWith}. Will be removed in v8. */\nexport function combineLatest<T, A extends readonly unknown[], R>(...sources: [...ObservableInputTuple<A>]): OperatorFunction<T, [T, ...A]>;\n\n/**\n * @deprecated Replaced with {@link combineLatestWith}. Will be removed in v8.\n */\nexport function combineLatest<T, R>(...args: (ObservableInput<any> | ((...values: any[]) => R))[]): OperatorFunction<T, unknown> {\n const resultSelector = popResultSelector(args);\n return resultSelector\n ? pipe(combineLatest(...(args as Array<ObservableInput<any>>)), mapOneOrManyArgs(resultSelector))\n : operate((source, subscriber) => {\n combineLatestInit([source, ...argsOrArgArray(args)])(subscriber);\n });\n}\n", "import { ObservableInputTuple, OperatorFunction, Cons } from '../types';\nimport { combineLatest } from './combineLatest';\n\n/**\n * Create an observable that combines the latest values from all passed observables and the source\n * into arrays and emits them.\n *\n * Returns an observable, that when subscribed to, will subscribe to the source observable and all\n * sources provided as arguments. Once all sources emit at least one value, all of the latest values\n * will be emitted as an array. After that, every time any source emits a value, all of the latest values\n * will be emitted as an array.\n *\n * This is a useful operator for eagerly calculating values based off of changed inputs.\n *\n * ## Example\n *\n * Simple concatenation of values from two inputs\n *\n * ```ts\n * import { fromEvent, combineLatestWith, map } from 'rxjs';\n *\n * // Setup: Add two inputs to the page\n * const input1 = document.createElement('input');\n * document.body.appendChild(input1);\n * const input2 = document.createElement('input');\n * document.body.appendChild(input2);\n *\n * // Get streams of changes\n * const input1Changes$ = fromEvent(input1, 'change');\n * const input2Changes$ = fromEvent(input2, 'change');\n *\n * // Combine the changes by adding them together\n * input1Changes$.pipe(\n * combineLatestWith(input2Changes$),\n * map(([e1, e2]) => (<HTMLInputElement>e1.target).value + ' - ' + (<HTMLInputElement>e2.target).value)\n * )\n * .subscribe(x => console.log(x));\n * ```\n *\n * @param otherSources the other sources to subscribe to.\n * @return A function that returns an Observable that emits the latest\n * emissions from both source and provided Observables.\n */\nexport function combineLatestWith<T, A extends readonly unknown[]>(\n ...otherSources: [...ObservableInputTuple<A>]\n): OperatorFunction<T, Cons<T, A>> {\n return combineLatest(...otherSources);\n}\n", "import { asyncScheduler } from '../scheduler/async';\nimport { Subscription } from '../Subscription';\nimport { MonoTypeOperatorFunction, SchedulerAction, SchedulerLike } from '../types';\nimport { operate } from '../util/lift';\nimport { createOperatorSubscriber } from './OperatorSubscriber';\n\n/**\n * Emits a notification from the source Observable only after a particular time span\n * has passed without another source emission.\n *\n * <span class=\"informal\">It's like {@link delay}, but passes only the most\n * recent notification from each burst of emissions.</span>\n *\n * ![](debounceTime.png)\n *\n * `debounceTime` delays notifications emitted by the source Observable, but drops\n * previous pending delayed emissions if a new notification arrives on the source\n * Observable. This operator keeps track of the most recent notification from the\n * source Observable, and emits that only when `dueTime` has passed\n * without any other notification appearing on the source Observable. If a new value\n * appears before `dueTime` silence occurs, the previous notification will be dropped\n * and will not be emitted and a new `dueTime` is scheduled.\n * If the completing event happens during `dueTime` the last cached notification\n * is emitted before the completion event is forwarded to the output observable.\n * If the error event happens during `dueTime` or after it only the error event is\n * forwarded to the output observable. The cache notification is not emitted in this case.\n *\n * This is a rate-limiting operator, because it is impossible for more than one\n * notification to be emitted in any time window of duration `dueTime`, but it is also\n * a delay-like operator since output emissions do not occur at the same time as\n * they did on the source Observable. Optionally takes a {@link SchedulerLike} for\n * managing timers.\n *\n * ## Example\n *\n * Emit the most recent click after a burst of clicks\n *\n * ```ts\n * import { fromEvent, debounceTime } from 'rxjs';\n *\n * const clicks = fromEvent(document, 'click');\n * const result = clicks.pipe(debounceTime(1000));\n * result.subscribe(x => console.log(x));\n * ```\n *\n * @see {@link audit}\n * @see {@link auditTime}\n * @see {@link debounce}\n * @see {@link sample}\n * @see {@link sampleTime}\n * @see {@link throttle}\n * @see {@link throttleTime}\n *\n * @param {number} dueTime The timeout duration in milliseconds (or the time\n * unit determined internally by the optional `scheduler`) for the window of\n * time required to wait for emission silence before emitting the most recent\n * source value.\n * @param {SchedulerLike} [scheduler=async] The {@link SchedulerLike} to use for\n * managing the timers that handle the timeout for each value.\n * @return A function that returns an Observable that delays the emissions of\n * the source Observable by the specified `dueTime`, and may drop some values\n * if they occur too frequently.\n */\nexport function debounceTime<T>(dueTime: number, scheduler: SchedulerLike = asyncScheduler): MonoTypeOperatorFunction<T> {\n return operate((source, subscriber) => {\n let activeTask: Subscription | null = null;\n let lastValue: T | null = null;\n let lastTime: number | null = null;\n\n const emit = () => {\n if (activeTask) {\n // We have a value! Free up memory first, then emit the value.\n activeTask.unsubscribe();\n activeTask = null;\n const value = lastValue!;\n lastValue = null;\n subscriber.next(value);\n }\n };\n function emitWhenIdle(this: SchedulerAction<unknown>) {\n // This is called `dueTime` after the first value\n // but we might have received new values during this window!\n\n const targetTime = lastTime! + dueTime;\n const now = scheduler.now();\n if (now < targetTime) {\n // On that case, re-schedule to the new target\n activeTask = this.schedule(undefined, targetTime - now);\n subscriber.add(activeTask);\n return;\n }\n\n emit();\n }\n\n source.subscribe(\n createOperatorSubscriber(\n subscriber,\n (value: T) => {\n lastValue = value;\n lastTime = scheduler.now();\n\n // Only set up a task if it's not already up\n if (!activeTask) {\n activeTask = scheduler.schedule(emitWhenIdle, dueTime);\n subscriber.add(activeTask);\n }\n },\n () => {\n // Source completed.\n // Emit any pending debounced values then complete\n emit();\n subscriber.complete();\n },\n // Pass all errors through to consumer.\n undefined,\n () => {\n // Finalization.\n lastValue = activeTask = null;\n }\n )\n );\n });\n}\n", "import { MonoTypeOperatorFunction } from '../types';\nimport { EMPTY } from '../observable/empty';\nimport { operate } from '../util/lift';\nimport { createOperatorSubscriber } from './OperatorSubscriber';\n\n/**\n * Emits only the first `count` values emitted by the source Observable.\n *\n * <span class=\"informal\">Takes the first `count` values from the source, then\n * completes.</span>\n *\n * ![](take.png)\n *\n * `take` returns an Observable that emits only the first `count` values emitted\n * by the source Observable. If the source emits fewer than `count` values then\n * all of its values are emitted. After that, it completes, regardless if the\n * source completes.\n *\n * ## Example\n *\n * Take the first 5 seconds of an infinite 1-second interval Observable\n *\n * ```ts\n * import { interval, take } from 'rxjs';\n *\n * const intervalCount = interval(1000);\n * const takeFive = intervalCount.pipe(take(5));\n * takeFive.subscribe(x => console.log(x));\n *\n * // Logs:\n * // 0\n * // 1\n * // 2\n * // 3\n * // 4\n * ```\n *\n * @see {@link takeLast}\n * @see {@link takeUntil}\n * @see {@link takeWhile}\n * @see {@link skip}\n *\n * @param count The maximum number of `next` values to emit.\n * @return A function that returns an Observable that emits only the first\n * `count` values emitted by the source Observable, or all of the values from\n * the source if the source emits fewer than `count` values.\n */\nexport function take<T>(count: number): MonoTypeOperatorFunction<T> {\n return count <= 0\n ? // If we are taking no values, that's empty.\n () => EMPTY\n : operate((source, subscriber) => {\n let seen = 0;\n source.subscribe(\n createOperatorSubscriber(subscriber, (value) => {\n // Increment the number of values we have seen,\n // then check it against the allowed count to see\n // if we are still letting values through.\n if (++seen <= count) {\n subscriber.next(value);\n // If we have met or passed our allowed count,\n // we need to complete. We have to do <= here,\n // because re-entrant code will increment `seen` twice.\n if (count <= seen) {\n subscriber.complete();\n }\n }\n })\n );\n });\n}\n", "import { OperatorFunction } from '../types';\nimport { operate } from '../util/lift';\nimport { createOperatorSubscriber } from './OperatorSubscriber';\nimport { noop } from '../util/noop';\n\n/**\n * Ignores all items emitted by the source Observable and only passes calls of `complete` or `error`.\n *\n * ![](ignoreElements.png)\n *\n * The `ignoreElements` operator suppresses all items emitted by the source Observable,\n * but allows its termination notification (either `error` or `complete`) to pass through unchanged.\n *\n * If you do not care about the items being emitted by an Observable, but you do want to be notified\n * when it completes or when it terminates with an error, you can apply the `ignoreElements` operator\n * to the Observable, which will ensure that it will never call its observers\u2019 `next` handlers.\n *\n * ## Example\n *\n * Ignore all `next` emissions from the source\n *\n * ```ts\n * import { of, ignoreElements } from 'rxjs';\n *\n * of('you', 'talking', 'to', 'me')\n * .pipe(ignoreElements())\n * .subscribe({\n * next: word => console.log(word),\n * error: err => console.log('error:', err),\n * complete: () => console.log('the end'),\n * });\n *\n * // result:\n * // 'the end'\n * ```\n *\n * @return A function that returns an empty Observable that only calls\n * `complete` or `error`, based on which one is called by the source\n * Observable.\n */\nexport function ignoreElements(): OperatorFunction<unknown, never> {\n return operate((source, subscriber) => {\n source.subscribe(createOperatorSubscriber(subscriber, noop));\n });\n}\n", "import { OperatorFunction } from '../types';\nimport { map } from './map';\n\n/** @deprecated To be removed in v9. Use {@link map} instead: `map(() => value)`. */\nexport function mapTo<R>(value: R): OperatorFunction<unknown, R>;\n/**\n * @deprecated Do not specify explicit type parameters. Signatures with type parameters\n * that cannot be inferred will be removed in v8. `mapTo` itself will be removed in v9,\n * use {@link map} instead: `map(() => value)`.\n * */\nexport function mapTo<T, R>(value: R): OperatorFunction<T, R>;\n\n/**\n * Emits the given constant value on the output Observable every time the source\n * Observable emits a value.\n *\n * <span class=\"informal\">Like {@link map}, but it maps every source value to\n * the same output value every time.</span>\n *\n * ![](mapTo.png)\n *\n * Takes a constant `value` as argument, and emits that whenever the source\n * Observable emits a value. In other words, ignores the actual source value,\n * and simply uses the emission moment to know when to emit the given `value`.\n *\n * ## Example\n *\n * Map every click to the string `'Hi'`\n *\n * ```ts\n * import { fromEvent, mapTo } from 'rxjs';\n *\n * const clicks = fromEvent(document, 'click');\n * const greetings = clicks.pipe(mapTo('Hi'));\n *\n * greetings.subscribe(x => console.log(x));\n * ```\n *\n * @see {@link map}\n *\n * @param value The value to map each source value to.\n * @return A function that returns an Observable that emits the given `value`\n * every time the source Observable emits.\n * @deprecated To be removed in v9. Use {@link map} instead: `map(() => value)`.\n */\nexport function mapTo<R>(value: R): OperatorFunction<unknown, R> {\n return map(() => value);\n}\n", "import { Observable } from '../Observable';\nimport { MonoTypeOperatorFunction, ObservableInput } from '../types';\nimport { concat } from '../observable/concat';\nimport { take } from './take';\nimport { ignoreElements } from './ignoreElements';\nimport { mapTo } from './mapTo';\nimport { mergeMap } from './mergeMap';\nimport { innerFrom } from '../observable/innerFrom';\n\n/** @deprecated The `subscriptionDelay` parameter will be removed in v8. */\nexport function delayWhen<T>(\n delayDurationSelector: (value: T, index: number) => ObservableInput<any>,\n subscriptionDelay: Observable<any>\n): MonoTypeOperatorFunction<T>;\nexport function delayWhen<T>(delayDurationSelector: (value: T, index: number) => ObservableInput<any>): MonoTypeOperatorFunction<T>;\n\n/**\n * Delays the emission of items from the source Observable by a given time span\n * determined by the emissions of another Observable.\n *\n * <span class=\"informal\">It's like {@link delay}, but the time span of the\n * delay duration is determined by a second Observable.</span>\n *\n * ![](delayWhen.png)\n *\n * `delayWhen` operator shifts each emitted value from the source Observable by\n * a time span determined by another Observable. When the source emits a value,\n * the `delayDurationSelector` function is called with the value emitted from\n * the source Observable as the first argument to the `delayDurationSelector`.\n * The `delayDurationSelector` function should return an {@link ObservableInput},\n * that is internally converted to an Observable that is called the \"duration\"\n * Observable.\n *\n * The source value is emitted on the output Observable only when the \"duration\"\n * Observable emits ({@link guide/glossary-and-semantics#next next}s) any value.\n * Upon that, the \"duration\" Observable gets unsubscribed.\n *\n * Before RxJS V7, the {@link guide/glossary-and-semantics#complete completion}\n * of the \"duration\" Observable would have been triggering the emission of the\n * source value to the output Observable, but with RxJS V7, this is not the case\n * anymore.\n *\n * Only next notifications (from the \"duration\" Observable) trigger values from\n * the source Observable to be passed to the output Observable. If the \"duration\"\n * Observable only emits the complete notification (without next), the value\n * emitted by the source Observable will never get to the output Observable - it\n * will be swallowed. If the \"duration\" Observable errors, the error will be\n * propagated to the output Observable.\n *\n * Optionally, `delayWhen` takes a second argument, `subscriptionDelay`, which\n * is an Observable. When `subscriptionDelay` emits its first value or\n * completes, the source Observable is subscribed to and starts behaving like\n * described in the previous paragraph. If `subscriptionDelay` is not provided,\n * `delayWhen` will subscribe to the source Observable as soon as the output\n * Observable is subscribed.\n *\n * ## Example\n *\n * Delay each click by a random amount of time, between 0 and 5 seconds\n *\n * ```ts\n * import { fromEvent, delayWhen, interval } from 'rxjs';\n *\n * const clicks = fromEvent(document, 'click');\n * const delayedClicks = clicks.pipe(\n * delayWhen(() => interval(Math.random() * 5000))\n * );\n * delayedClicks.subscribe(x => console.log(x));\n * ```\n *\n * @see {@link delay}\n * @see {@link throttle}\n * @see {@link throttleTime}\n * @see {@link debounce}\n * @see {@link debounceTime}\n * @see {@link sample}\n * @see {@link sampleTime}\n * @see {@link audit}\n * @see {@link auditTime}\n *\n * @param delayDurationSelector A function that returns an `ObservableInput` for\n * each `value` emitted by the source Observable, which is then used to delay the\n * emission of that `value` on the output Observable until the `ObservableInput`\n * returned from this function emits a next value. When called, beside `value`,\n * this function receives a zero-based `index` of the emission order.\n * @param subscriptionDelay An Observable that triggers the subscription to the\n * source Observable once it emits any value.\n * @return A function that returns an Observable that delays the emissions of\n * the source Observable by an amount of time specified by the Observable\n * returned by `delayDurationSelector`.\n */\nexport function delayWhen<T>(\n delayDurationSelector: (value: T, index: number) => ObservableInput<any>,\n subscriptionDelay?: Observable<any>\n): MonoTypeOperatorFunction<T> {\n if (subscriptionDelay) {\n // DEPRECATED PATH\n return (source: Observable<T>) =>\n concat(subscriptionDelay.pipe(take(1), ignoreElements()), source.pipe(delayWhen(delayDurationSelector)));\n }\n\n return mergeMap((value, index) => innerFrom(delayDurationSelector(value, index)).pipe(take(1), mapTo(value)));\n}\n", "import { asyncScheduler } from '../scheduler/async';\nimport { MonoTypeOperatorFunction, SchedulerLike } from '../types';\nimport { delayWhen } from './delayWhen';\nimport { timer } from '../observable/timer';\n\n/**\n * Delays the emission of items from the source Observable by a given timeout or\n * until a given Date.\n *\n * <span class=\"informal\">Time shifts each item by some specified amount of\n * milliseconds.</span>\n *\n * ![](delay.svg)\n *\n * If the delay argument is a Number, this operator time shifts the source\n * Observable by that amount of time expressed in milliseconds. The relative\n * time intervals between the values are preserved.\n *\n * If the delay argument is a Date, this operator time shifts the start of the\n * Observable execution until the given date occurs.\n *\n * ## Examples\n *\n * Delay each click by one second\n *\n * ```ts\n * import { fromEvent, delay } from 'rxjs';\n *\n * const clicks = fromEvent(document, 'click');\n * const delayedClicks = clicks.pipe(delay(1000)); // each click emitted after 1 second\n * delayedClicks.subscribe(x => console.log(x));\n * ```\n *\n * Delay all clicks until a future date happens\n *\n * ```ts\n * import { fromEvent, delay } from 'rxjs';\n *\n * const clicks = fromEvent(document, 'click');\n * const date = new Date('March 15, 2050 12:00:00'); // in the future\n * const delayedClicks = clicks.pipe(delay(date)); // click emitted only after that date\n * delayedClicks.subscribe(x => console.log(x));\n * ```\n *\n * @see {@link delayWhen}\n * @see {@link throttle}\n * @see {@link throttleTime}\n * @see {@link debounce}\n * @see {@link debounceTime}\n * @see {@link sample}\n * @see {@link sampleTime}\n * @see {@link audit}\n * @see {@link auditTime}\n *\n * @param {number|Date} due The delay duration in milliseconds (a `number`) or\n * a `Date` until which the emission of the source items is delayed.\n * @param {SchedulerLike} [scheduler=async] The {@link SchedulerLike} to use for\n * managing the timers that handle the time-shift for each item.\n * @return A function that returns an Observable that delays the emissions of\n * the source Observable by the specified timeout or Date.\n */\nexport function delay<T>(due: number | Date, scheduler: SchedulerLike = asyncScheduler): MonoTypeOperatorFunction<T> {\n const duration = timer(due, scheduler);\n return delayWhen(() => duration);\n}\n", "import { MonoTypeOperatorFunction } from '../types';\nimport { identity } from '../util/identity';\nimport { operate } from '../util/lift';\nimport { createOperatorSubscriber } from './OperatorSubscriber';\n\nexport function distinctUntilChanged<T>(comparator?: (previous: T, current: T) => boolean): MonoTypeOperatorFunction<T>;\nexport function distinctUntilChanged<T, K>(\n comparator: (previous: K, current: K) => boolean,\n keySelector: (value: T) => K\n): MonoTypeOperatorFunction<T>;\n\n/**\n * Returns a result {@link Observable} that emits all values pushed by the source observable if they\n * are distinct in comparison to the last value the result observable emitted.\n *\n * When provided without parameters or with the first parameter (`{@link distinctUntilChanged#comparator comparator}`),\n * it behaves like this:\n *\n * 1. It will always emit the first value from the source.\n * 2. For all subsequent values pushed by the source, they will be compared to the previously emitted values\n * using the provided `comparator` or an `===` equality check.\n * 3. If the value pushed by the source is determined to be unequal by this check, that value is emitted and\n * becomes the new \"previously emitted value\" internally.\n *\n * When the second parameter (`{@link distinctUntilChanged#keySelector keySelector}`) is provided, the behavior\n * changes:\n *\n * 1. It will always emit the first value from the source.\n * 2. The `keySelector` will be run against all values, including the first value.\n * 3. For all values after the first, the selected key will be compared against the key selected from\n * the previously emitted value using the `comparator`.\n * 4. If the keys are determined to be unequal by this check, the value (not the key), is emitted\n * and the selected key from that value is saved for future comparisons against other keys.\n *\n * ## Examples\n *\n * A very basic example with no `{@link distinctUntilChanged#comparator comparator}`. Note that `1` is emitted more than once,\n * because it's distinct in comparison to the _previously emitted_ value,\n * not in comparison to _all other emitted values_.\n *\n * ```ts\n * import { of, distinctUntilChanged } from 'rxjs';\n *\n * of(1, 1, 1, 2, 2, 2, 1, 1, 3, 3)\n * .pipe(distinctUntilChanged())\n * .subscribe(console.log);\n * // Logs: 1, 2, 1, 3\n * ```\n *\n * With a `{@link distinctUntilChanged#comparator comparator}`, you can do custom comparisons. Let's say\n * you only want to emit a value when all of its components have\n * changed:\n *\n * ```ts\n * import { of, distinctUntilChanged } from 'rxjs';\n *\n * const totallyDifferentBuilds$ = of(\n * { engineVersion: '1.1.0', transmissionVersion: '1.2.0' },\n * { engineVersion: '1.1.0', transmissionVersion: '1.4.0' },\n * { engineVersion: '1.3.0', transmissionVersion: '1.4.0' },\n * { engineVersion: '1.3.0', transmissionVersion: '1.5.0' },\n * { engineVersion: '2.0.0', transmissionVersion: '1.5.0' }\n * ).pipe(\n * distinctUntilChanged((prev, curr) => {\n * return (\n * prev.engineVersion === curr.engineVersion ||\n * prev.transmissionVersion === curr.transmissionVersion\n * );\n * })\n * );\n *\n * totallyDifferentBuilds$.subscribe(console.log);\n *\n * // Logs:\n * // { engineVersion: '1.1.0', transmissionVersion: '1.2.0' }\n * // { engineVersion: '1.3.0', transmissionVersion: '1.4.0' }\n * // { engineVersion: '2.0.0', transmissionVersion: '1.5.0' }\n * ```\n *\n * You can also provide a custom `{@link distinctUntilChanged#comparator comparator}` to check that emitted\n * changes are only in one direction. Let's say you only want to get\n * the next record temperature:\n *\n * ```ts\n * import { of, distinctUntilChanged } from 'rxjs';\n *\n * const temps$ = of(30, 31, 20, 34, 33, 29, 35, 20);\n *\n * const recordHighs$ = temps$.pipe(\n * distinctUntilChanged((prevHigh, temp) => {\n * // If the current temp is less than\n * // or the same as the previous record,\n * // the record hasn't changed.\n * return temp <= prevHigh;\n * })\n * );\n *\n * recordHighs$.subscribe(console.log);\n * // Logs: 30, 31, 34, 35\n * ```\n *\n * Selecting update events only when the `updatedBy` field shows\n * the account changed hands.\n *\n * ```ts\n * import { of, distinctUntilChanged } from 'rxjs';\n *\n * // A stream of updates to a given account\n * const accountUpdates$ = of(\n * { updatedBy: 'blesh', data: [] },\n * { updatedBy: 'blesh', data: [] },\n * { updatedBy: 'ncjamieson', data: [] },\n * { updatedBy: 'ncjamieson', data: [] },\n * { updatedBy: 'blesh', data: [] }\n * );\n *\n * // We only want the events where it changed hands\n * const changedHands$ = accountUpdates$.pipe(\n * distinctUntilChanged(undefined, update => update.updatedBy)\n * );\n *\n * changedHands$.subscribe(console.log);\n * // Logs:\n * // { updatedBy: 'blesh', data: Array[0] }\n * // { updatedBy: 'ncjamieson', data: Array[0] }\n * // { updatedBy: 'blesh', data: Array[0] }\n * ```\n *\n * @see {@link distinct}\n * @see {@link distinctUntilKeyChanged}\n *\n * @param comparator A function used to compare the previous and current keys for\n * equality. Defaults to a `===` check.\n * @param keySelector Used to select a key value to be passed to the `comparator`.\n *\n * @return A function that returns an Observable that emits items from the\n * source Observable with distinct values.\n */\nexport function distinctUntilChanged<T, K>(\n comparator?: (previous: K, current: K) => boolean,\n keySelector: (value: T) => K = identity as (value: T) => K\n): MonoTypeOperatorFunction<T> {\n // We've been allowing `null` do be passed as the `compare`, so we can't do\n // a default value for the parameter, because that will only work\n // for `undefined`.\n comparator = comparator ?? defaultCompare;\n\n return operate((source, subscriber) => {\n // The previous key, used to compare against keys selected\n // from new arrivals to determine \"distinctiveness\".\n let previousKey: K;\n // Whether or not this is the first value we've gotten.\n let first = true;\n\n source.subscribe(\n createOperatorSubscriber(subscriber, (value) => {\n // We always call the key selector.\n const currentKey = keySelector(value);\n\n // If it's the first value, we always emit it.\n // Otherwise, we compare this key to the previous key, and\n // if the comparer returns false, we emit.\n if (first || !comparator!(previousKey, currentKey)) {\n // Update our state *before* we emit the value\n // as emission can be the source of re-entrant code\n // in functional libraries like this. We only really\n // need to do this if it's the first value, or if the\n // key we're tracking in previous needs to change.\n first = false;\n previousKey = currentKey;\n\n // Emit the value!\n subscriber.next(value);\n }\n })\n );\n });\n}\n\nfunction defaultCompare(a: any, b: any) {\n return a === b;\n}\n", "import { distinctUntilChanged } from './distinctUntilChanged';\nimport { MonoTypeOperatorFunction } from '../types';\n\n/* tslint:disable:max-line-length */\nexport function distinctUntilKeyChanged<T>(key: keyof T): MonoTypeOperatorFunction<T>;\nexport function distinctUntilKeyChanged<T, K extends keyof T>(key: K, compare: (x: T[K], y: T[K]) => boolean): MonoTypeOperatorFunction<T>;\n/* tslint:enable:max-line-length */\n\n/**\n * Returns an Observable that emits all items emitted by the source Observable that are distinct by comparison from the previous item,\n * using a property accessed by using the key provided to check if the two items are distinct.\n *\n * If a comparator function is provided, then it will be called for each item to test for whether or not that value should be emitted.\n *\n * If a comparator function is not provided, an equality check is used by default.\n *\n * ## Examples\n *\n * An example comparing the name of persons\n *\n * ```ts\n * import { of, distinctUntilKeyChanged } from 'rxjs';\n *\n * of(\n * { age: 4, name: 'Foo' },\n * { age: 7, name: 'Bar' },\n * { age: 5, name: 'Foo' },\n * { age: 6, name: 'Foo' }\n * ).pipe(\n * distinctUntilKeyChanged('name')\n * )\n * .subscribe(x => console.log(x));\n *\n * // displays:\n * // { age: 4, name: 'Foo' }\n * // { age: 7, name: 'Bar' }\n * // { age: 5, name: 'Foo' }\n * ```\n *\n * An example comparing the first letters of the name\n *\n * ```ts\n * import { of, distinctUntilKeyChanged } from 'rxjs';\n *\n * of(\n * { age: 4, name: 'Foo1' },\n * { age: 7, name: 'Bar' },\n * { age: 5, name: 'Foo2' },\n * { age: 6, name: 'Foo3' }\n * ).pipe(\n * distinctUntilKeyChanged('name', (x, y) => x.substring(0, 3) === y.substring(0, 3))\n * )\n * .subscribe(x => console.log(x));\n *\n * // displays:\n * // { age: 4, name: 'Foo1' }\n * // { age: 7, name: 'Bar' }\n * // { age: 5, name: 'Foo2' }\n * ```\n *\n * @see {@link distinct}\n * @see {@link distinctUntilChanged}\n *\n * @param {string} key String key for object property lookup on each item.\n * @param {function} [compare] Optional comparison function called to test if an item is distinct from the previous item in the source.\n * @return A function that returns an Observable that emits items from the\n * source Observable with distinct values based on the key specified.\n */\nexport function distinctUntilKeyChanged<T, K extends keyof T>(key: K, compare?: (x: T[K], y: T[K]) => boolean): MonoTypeOperatorFunction<T> {\n return distinctUntilChanged((x: T, y: T) => compare ? compare(x[key], y[key]) : x[key] === y[key]);\n}\n", "import { MonoTypeOperatorFunction } from '../types';\nimport { operate } from '../util/lift';\n\n/**\n * Returns an Observable that mirrors the source Observable, but will call a specified function when\n * the source terminates on complete or error.\n * The specified function will also be called when the subscriber explicitly unsubscribes.\n *\n * ## Examples\n *\n * Execute callback function when the observable completes\n *\n * ```ts\n * import { interval, take, finalize } from 'rxjs';\n *\n * // emit value in sequence every 1 second\n * const source = interval(1000);\n * const example = source.pipe(\n * take(5), //take only the first 5 values\n * finalize(() => console.log('Sequence complete')) // Execute when the observable completes\n * );\n * const subscribe = example.subscribe(val => console.log(val));\n *\n * // results:\n * // 0\n * // 1\n * // 2\n * // 3\n * // 4\n * // 'Sequence complete'\n * ```\n *\n * Execute callback function when the subscriber explicitly unsubscribes\n *\n * ```ts\n * import { interval, finalize, tap, noop, timer } from 'rxjs';\n *\n * const source = interval(100).pipe(\n * finalize(() => console.log('[finalize] Called')),\n * tap({\n * next: () => console.log('[next] Called'),\n * error: () => console.log('[error] Not called'),\n * complete: () => console.log('[tap complete] Not called')\n * })\n * );\n *\n * const sub = source.subscribe({\n * next: x => console.log(x),\n * error: noop,\n * complete: () => console.log('[complete] Not called')\n * });\n *\n * timer(150).subscribe(() => sub.unsubscribe());\n *\n * // results:\n * // '[next] Called'\n * // 0\n * // '[finalize] Called'\n * ```\n *\n * @param {function} callback Function to be called when source terminates.\n * @return A function that returns an Observable that mirrors the source, but\n * will call the specified function on termination.\n */\nexport function finalize<T>(callback: () => void): MonoTypeOperatorFunction<T> {\n return operate((source, subscriber) => {\n // TODO: This try/finally was only added for `useDeprecatedSynchronousErrorHandling`.\n // REMOVE THIS WHEN THAT HOT GARBAGE IS REMOVED IN V8.\n try {\n source.subscribe(subscriber);\n } finally {\n subscriber.add(callback);\n }\n });\n}\n", "import { innerFrom } from '../observable/innerFrom';\nimport { Subject } from '../Subject';\nimport { SafeSubscriber } from '../Subscriber';\nimport { Subscription } from '../Subscription';\nimport { MonoTypeOperatorFunction, SubjectLike, ObservableInput } from '../types';\nimport { operate } from '../util/lift';\n\nexport interface ShareConfig<T> {\n /**\n * The factory used to create the subject that will connect the source observable to\n * multicast consumers.\n */\n connector?: () => SubjectLike<T>;\n /**\n * If `true`, the resulting observable will reset internal state on error from source and return to a \"cold\" state. This\n * allows the resulting observable to be \"retried\" in the event of an error.\n * If `false`, when an error comes from the source it will push the error into the connecting subject, and the subject\n * will remain the connecting subject, meaning the resulting observable will not go \"cold\" again, and subsequent retries\n * or resubscriptions will resubscribe to that same subject. In all cases, RxJS subjects will emit the same error again, however\n * {@link ReplaySubject} will also push its buffered values before pushing the error.\n * It is also possible to pass a notifier factory returning an `ObservableInput` instead which grants more fine-grained\n * control over how and when the reset should happen. This allows behaviors like conditional or delayed resets.\n */\n resetOnError?: boolean | ((error: any) => ObservableInput<any>);\n /**\n * If `true`, the resulting observable will reset internal state on completion from source and return to a \"cold\" state. This\n * allows the resulting observable to be \"repeated\" after it is done.\n * If `false`, when the source completes, it will push the completion through the connecting subject, and the subject\n * will remain the connecting subject, meaning the resulting observable will not go \"cold\" again, and subsequent repeats\n * or resubscriptions will resubscribe to that same subject.\n * It is also possible to pass a notifier factory returning an `ObservableInput` instead which grants more fine-grained\n * control over how and when the reset should happen. This allows behaviors like conditional or delayed resets.\n */\n resetOnComplete?: boolean | (() => ObservableInput<any>);\n /**\n * If `true`, when the number of subscribers to the resulting observable reaches zero due to those subscribers unsubscribing, the\n * internal state will be reset and the resulting observable will return to a \"cold\" state. This means that the next\n * time the resulting observable is subscribed to, a new subject will be created and the source will be subscribed to\n * again.\n * If `false`, when the number of subscribers to the resulting observable reaches zero due to unsubscription, the subject\n * will remain connected to the source, and new subscriptions to the result will be connected through that same subject.\n * It is also possible to pass a notifier factory returning an `ObservableInput` instead which grants more fine-grained\n * control over how and when the reset should happen. This allows behaviors like conditional or delayed resets.\n */\n resetOnRefCountZero?: boolean | (() => ObservableInput<any>);\n}\n\nexport function share<T>(): MonoTypeOperatorFunction<T>;\n\nexport function share<T>(options: ShareConfig<T>): MonoTypeOperatorFunction<T>;\n\n/**\n * Returns a new Observable that multicasts (shares) the original Observable. As long as there is at least one\n * Subscriber this Observable will be subscribed and emitting data. When all subscribers have unsubscribed it will\n * unsubscribe from the source Observable. Because the Observable is multicasting it makes the stream `hot`.\n * This is an alias for `multicast(() => new Subject()), refCount()`.\n *\n * The subscription to the underlying source Observable can be reset (unsubscribe and resubscribe for new subscribers),\n * if the subscriber count to the shared observable drops to 0, or if the source Observable errors or completes. It is\n * possible to use notifier factories for the resets to allow for behaviors like conditional or delayed resets. Please\n * note that resetting on error or complete of the source Observable does not behave like a transparent retry or restart\n * of the source because the error or complete will be forwarded to all subscribers and their subscription will be\n * closed. Only new subscribers after a reset on error or complete happened will cause a fresh subscription to the\n * source. To achieve transparent retries or restarts pipe the source through appropriate operators before sharing.\n *\n * ![](share.png)\n *\n * ## Example\n *\n * Generate new multicast Observable from the `source` Observable value\n *\n * ```ts\n * import { interval, tap, map, take, share } from 'rxjs';\n *\n * const source = interval(1000).pipe(\n * tap(x => console.log('Processing: ', x)),\n * map(x => x * x),\n * take(6),\n * share()\n * );\n *\n * source.subscribe(x => console.log('subscription 1: ', x));\n * source.subscribe(x => console.log('subscription 2: ', x));\n *\n * // Logs:\n * // Processing: 0\n * // subscription 1: 0\n * // subscription 2: 0\n * // Processing: 1\n * // subscription 1: 1\n * // subscription 2: 1\n * // Processing: 2\n * // subscription 1: 4\n * // subscription 2: 4\n * // Processing: 3\n * // subscription 1: 9\n * // subscription 2: 9\n * // Processing: 4\n * // subscription 1: 16\n * // subscription 2: 16\n * // Processing: 5\n * // subscription 1: 25\n * // subscription 2: 25\n * ```\n *\n * ## Example with notifier factory: Delayed reset\n *\n * ```ts\n * import { interval, take, share, timer } from 'rxjs';\n *\n * const source = interval(1000).pipe(\n * take(3),\n * share({\n * resetOnRefCountZero: () => timer(1000)\n * })\n * );\n *\n * const subscriptionOne = source.subscribe(x => console.log('subscription 1: ', x));\n * setTimeout(() => subscriptionOne.unsubscribe(), 1300);\n *\n * setTimeout(() => source.subscribe(x => console.log('subscription 2: ', x)), 1700);\n *\n * setTimeout(() => source.subscribe(x => console.log('subscription 3: ', x)), 5000);\n *\n * // Logs:\n * // subscription 1: 0\n * // (subscription 1 unsubscribes here)\n * // (subscription 2 subscribes here ~400ms later, source was not reset)\n * // subscription 2: 1\n * // subscription 2: 2\n * // (subscription 2 unsubscribes here)\n * // (subscription 3 subscribes here ~2000ms later, source did reset before)\n * // subscription 3: 0\n * // subscription 3: 1\n * // subscription 3: 2\n * ```\n *\n * @see {@link shareReplay}\n *\n * @return A function that returns an Observable that mirrors the source.\n */\nexport function share<T>(options: ShareConfig<T> = {}): MonoTypeOperatorFunction<T> {\n const { connector = () => new Subject<T>(), resetOnError = true, resetOnComplete = true, resetOnRefCountZero = true } = options;\n // It's necessary to use a wrapper here, as the _operator_ must be\n // referentially transparent. Otherwise, it cannot be used in calls to the\n // static `pipe` function - to create a partial pipeline.\n //\n // The _operator function_ - the function returned by the _operator_ - will\n // not be referentially transparent - as it shares its source - but the\n // _operator function_ is called when the complete pipeline is composed via a\n // call to a source observable's `pipe` method - not when the static `pipe`\n // function is called.\n return (wrapperSource) => {\n let connection: SafeSubscriber<T> | undefined;\n let resetConnection: Subscription | undefined;\n let subject: SubjectLike<T> | undefined;\n let refCount = 0;\n let hasCompleted = false;\n let hasErrored = false;\n\n const cancelReset = () => {\n resetConnection?.unsubscribe();\n resetConnection = undefined;\n };\n // Used to reset the internal state to a \"cold\"\n // state, as though it had never been subscribed to.\n const reset = () => {\n cancelReset();\n connection = subject = undefined;\n hasCompleted = hasErrored = false;\n };\n const resetAndUnsubscribe = () => {\n // We need to capture the connection before\n // we reset (if we need to reset).\n const conn = connection;\n reset();\n conn?.unsubscribe();\n };\n\n return operate<T, T>((source, subscriber) => {\n refCount++;\n if (!hasErrored && !hasCompleted) {\n cancelReset();\n }\n\n // Create the subject if we don't have one yet. Grab a local reference to\n // it as well, which avoids non-null assertions when using it and, if we\n // connect to it now, then error/complete need a reference after it was\n // reset.\n const dest = (subject = subject ?? connector());\n\n // Add the finalization directly to the subscriber - instead of returning it -\n // so that the handling of the subscriber's unsubscription will be wired\n // up _before_ the subscription to the source occurs. This is done so that\n // the assignment to the source connection's `closed` property will be seen\n // by synchronous firehose sources.\n subscriber.add(() => {\n refCount--;\n\n // If we're resetting on refCount === 0, and it's 0, we only want to do\n // that on \"unsubscribe\", really. Resetting on error or completion is a different\n // configuration.\n if (refCount === 0 && !hasErrored && !hasCompleted) {\n resetConnection = handleReset(resetAndUnsubscribe, resetOnRefCountZero);\n }\n });\n\n // The following line adds the subscription to the subscriber passed.\n // Basically, `subscriber === dest.subscribe(subscriber)` is `true`.\n dest.subscribe(subscriber);\n\n if (\n !connection &&\n // Check this shareReplay is still activate - it can be reset to 0\n // and be \"unsubscribed\" _before_ it actually subscribes.\n // If we were to subscribe then, it'd leak and get stuck.\n refCount > 0\n ) {\n // We need to create a subscriber here - rather than pass an observer and\n // assign the returned subscription to connection - because it's possible\n // for reentrant subscriptions to the shared observable to occur and in\n // those situations we want connection to be already-assigned so that we\n // don't create another connection to the source.\n connection = new SafeSubscriber({\n next: (value) => dest.next(value),\n error: (err) => {\n hasErrored = true;\n cancelReset();\n resetConnection = handleReset(reset, resetOnError, err);\n dest.error(err);\n },\n complete: () => {\n hasCompleted = true;\n cancelReset();\n resetConnection = handleReset(reset, resetOnComplete);\n dest.complete();\n },\n });\n innerFrom(source).subscribe(connection);\n }\n })(wrapperSource);\n };\n}\n\nfunction handleReset<T extends unknown[] = never[]>(\n reset: () => void,\n on: boolean | ((...args: T) => ObservableInput<any>),\n ...args: T\n): Subscription | undefined {\n if (on === true) {\n reset();\n return;\n }\n\n if (on === false) {\n return;\n }\n\n const onSubscriber = new SafeSubscriber({\n next: () => {\n onSubscriber.unsubscribe();\n reset();\n },\n });\n\n return innerFrom(on(...args)).subscribe(onSubscriber);\n}\n", "import { ReplaySubject } from '../ReplaySubject';\nimport { MonoTypeOperatorFunction, SchedulerLike } from '../types';\nimport { share } from './share';\n\nexport interface ShareReplayConfig {\n bufferSize?: number;\n windowTime?: number;\n refCount: boolean;\n scheduler?: SchedulerLike;\n}\n\nexport function shareReplay<T>(config: ShareReplayConfig): MonoTypeOperatorFunction<T>;\nexport function shareReplay<T>(bufferSize?: number, windowTime?: number, scheduler?: SchedulerLike): MonoTypeOperatorFunction<T>;\n\n/**\n * Share source and replay specified number of emissions on subscription.\n *\n * This operator is a specialization of `replay` that connects to a source observable\n * and multicasts through a `ReplaySubject` constructed with the specified arguments.\n * A successfully completed source will stay cached in the `shareReplay`ed observable forever,\n * but an errored source can be retried.\n *\n * ## Why use `shareReplay`?\n *\n * You generally want to use `shareReplay` when you have side-effects or taxing computations\n * that you do not wish to be executed amongst multiple subscribers.\n * It may also be valuable in situations where you know you will have late subscribers to\n * a stream that need access to previously emitted values.\n * This ability to replay values on subscription is what differentiates {@link share} and `shareReplay`.\n *\n * ## Reference counting\n *\n * By default `shareReplay` will use `refCount` of false, meaning that it will _not_ unsubscribe the\n * source when the reference counter drops to zero, i.e. the inner `ReplaySubject` will _not_ be unsubscribed\n * (and potentially run for ever).\n * This is the default as it is expected that `shareReplay` is often used to keep around expensive to setup\n * observables which we want to keep running instead of having to do the expensive setup again.\n *\n * As of RXJS version 6.4.0 a new overload signature was added to allow for manual control over what\n * happens when the operators internal reference counter drops to zero.\n * If `refCount` is true, the source will be unsubscribed from once the reference count drops to zero, i.e.\n * the inner `ReplaySubject` will be unsubscribed. All new subscribers will receive value emissions from a\n * new `ReplaySubject` which in turn will cause a new subscription to the source observable.\n *\n * ## Examples\n *\n * Example with a third subscriber coming late to the party\n *\n * ```ts\n * import { interval, take, shareReplay } from 'rxjs';\n *\n * const shared$ = interval(2000).pipe(\n * take(6),\n * shareReplay(3)\n * );\n *\n * shared$.subscribe(x => console.log('sub A: ', x));\n * shared$.subscribe(y => console.log('sub B: ', y));\n *\n * setTimeout(() => {\n * shared$.subscribe(y => console.log('sub C: ', y));\n * }, 11000);\n *\n * // Logs:\n * // (after ~2000 ms)\n * // sub A: 0\n * // sub B: 0\n * // (after ~4000 ms)\n * // sub A: 1\n * // sub B: 1\n * // (after ~6000 ms)\n * // sub A: 2\n * // sub B: 2\n * // (after ~8000 ms)\n * // sub A: 3\n * // sub B: 3\n * // (after ~10000 ms)\n * // sub A: 4\n * // sub B: 4\n * // (after ~11000 ms, sub C gets the last 3 values)\n * // sub C: 2\n * // sub C: 3\n * // sub C: 4\n * // (after ~12000 ms)\n * // sub A: 5\n * // sub B: 5\n * // sub C: 5\n * ```\n *\n * Example for `refCount` usage\n *\n * ```ts\n * import { Observable, tap, interval, shareReplay, take } from 'rxjs';\n *\n * const log = <T>(name: string, source: Observable<T>) => source.pipe(\n * tap({\n * subscribe: () => console.log(`${ name }: subscribed`),\n * next: value => console.log(`${ name }: ${ value }`),\n * complete: () => console.log(`${ name }: completed`),\n * finalize: () => console.log(`${ name }: unsubscribed`)\n * })\n * );\n *\n * const obs$ = log('source', interval(1000));\n *\n * const shared$ = log('shared', obs$.pipe(\n * shareReplay({ bufferSize: 1, refCount: true }),\n * take(2)\n * ));\n *\n * shared$.subscribe(x => console.log('sub A: ', x));\n * shared$.subscribe(y => console.log('sub B: ', y));\n *\n * // PRINTS:\n * // shared: subscribed <-- reference count = 1\n * // source: subscribed\n * // shared: subscribed <-- reference count = 2\n * // source: 0\n * // shared: 0\n * // sub A: 0\n * // shared: 0\n * // sub B: 0\n * // source: 1\n * // shared: 1\n * // sub A: 1\n * // shared: completed <-- take(2) completes the subscription for sub A\n * // shared: unsubscribed <-- reference count = 1\n * // shared: 1\n * // sub B: 1\n * // shared: completed <-- take(2) completes the subscription for sub B\n * // shared: unsubscribed <-- reference count = 0\n * // source: unsubscribed <-- replaySubject unsubscribes from source observable because the reference count dropped to 0 and refCount is true\n *\n * // In case of refCount being false, the unsubscribe is never called on the source and the source would keep on emitting, even if no subscribers\n * // are listening.\n * // source: 2\n * // source: 3\n * // source: 4\n * // ...\n * ```\n *\n * @see {@link publish}\n * @see {@link share}\n * @see {@link publishReplay}\n *\n * @param configOrBufferSize Maximum element count of the replay buffer or {@link ShareReplayConfig configuration}\n * object.\n * @param windowTime Maximum time length of the replay buffer in milliseconds.\n * @param scheduler Scheduler where connected observers within the selector function\n * will be invoked on.\n * @return A function that returns an Observable sequence that contains the\n * elements of a sequence produced by multicasting the source sequence within a\n * selector function.\n */\nexport function shareReplay<T>(\n configOrBufferSize?: ShareReplayConfig | number,\n windowTime?: number,\n scheduler?: SchedulerLike\n): MonoTypeOperatorFunction<T> {\n let bufferSize: number;\n let refCount = false;\n if (configOrBufferSize && typeof configOrBufferSize === 'object') {\n ({ bufferSize = Infinity, windowTime = Infinity, refCount = false, scheduler } = configOrBufferSize);\n } else {\n bufferSize = (configOrBufferSize ?? Infinity) as number;\n }\n return share<T>({\n connector: () => new ReplaySubject(bufferSize, windowTime, scheduler),\n resetOnError: true,\n resetOnComplete: false,\n resetOnRefCountZero: refCount,\n });\n}\n", "import { concat } from '../observable/concat';\nimport { OperatorFunction, SchedulerLike, ValueFromArray } from '../types';\nimport { popScheduler } from '../util/args';\nimport { operate } from '../util/lift';\n\n// Devs are more likely to pass null or undefined than they are a scheduler\n// without accompanying values. To make things easier for (naughty) devs who\n// use the `strictNullChecks: false` TypeScript compiler option, these\n// overloads with explicit null and undefined values are included.\n\nexport function startWith<T>(value: null): OperatorFunction<T, T | null>;\nexport function startWith<T>(value: undefined): OperatorFunction<T, T | undefined>;\n\n/** @deprecated The `scheduler` parameter will be removed in v8. Use `scheduled` and `concatAll`. Details: https://rxjs.dev/deprecations/scheduler-argument */\nexport function startWith<T, A extends readonly unknown[] = T[]>(\n ...valuesAndScheduler: [...A, SchedulerLike]\n): OperatorFunction<T, T | ValueFromArray<A>>;\nexport function startWith<T, A extends readonly unknown[] = T[]>(...values: A): OperatorFunction<T, T | ValueFromArray<A>>;\n\n/**\n * Returns an observable that, at the moment of subscription, will synchronously emit all\n * values provided to this operator, then subscribe to the source and mirror all of its emissions\n * to subscribers.\n *\n * This is a useful way to know when subscription has occurred on an existing observable.\n *\n * <span class=\"informal\">First emits its arguments in order, and then any\n * emissions from the source.</span>\n *\n * ![](startWith.png)\n *\n * ## Examples\n *\n * Emit a value when a timer starts.\n *\n * ```ts\n * import { timer, map, startWith } from 'rxjs';\n *\n * timer(1000)\n * .pipe(\n * map(() => 'timer emit'),\n * startWith('timer start')\n * )\n * .subscribe(x => console.log(x));\n *\n * // results:\n * // 'timer start'\n * // 'timer emit'\n * ```\n *\n * @param values Items you want the modified Observable to emit first.\n * @return A function that returns an Observable that synchronously emits\n * provided values before subscribing to the source Observable.\n *\n * @see {@link endWith}\n * @see {@link finalize}\n * @see {@link concat}\n */\nexport function startWith<T, D>(...values: D[]): OperatorFunction<T, T | D> {\n const scheduler = popScheduler(values);\n return operate((source, subscriber) => {\n // Here we can't pass `undefined` as a scheduler, because if we did, the\n // code inside of `concat` would be confused by the `undefined`, and treat it\n // like an invalid observable. So we have to split it two different ways.\n (scheduler ? concat(values, source, scheduler) : concat(values, source)).subscribe(subscriber);\n });\n}\n", "import { Subscriber } from '../Subscriber';\nimport { ObservableInput, OperatorFunction, ObservedValueOf } from '../types';\nimport { innerFrom } from '../observable/innerFrom';\nimport { operate } from '../util/lift';\nimport { createOperatorSubscriber } from './OperatorSubscriber';\n\n/* tslint:disable:max-line-length */\nexport function switchMap<T, O extends ObservableInput<any>>(\n project: (value: T, index: number) => O\n): OperatorFunction<T, ObservedValueOf<O>>;\n/** @deprecated The `resultSelector` parameter will be removed in v8. Use an inner `map` instead. Details: https://rxjs.dev/deprecations/resultSelector */\nexport function switchMap<T, O extends ObservableInput<any>>(\n project: (value: T, index: number) => O,\n resultSelector: undefined\n): OperatorFunction<T, ObservedValueOf<O>>;\n/** @deprecated The `resultSelector` parameter will be removed in v8. Use an inner `map` instead. Details: https://rxjs.dev/deprecations/resultSelector */\nexport function switchMap<T, R, O extends ObservableInput<any>>(\n project: (value: T, index: number) => O,\n resultSelector: (outerValue: T, innerValue: ObservedValueOf<O>, outerIndex: number, innerIndex: number) => R\n): OperatorFunction<T, R>;\n/* tslint:enable:max-line-length */\n\n/**\n * Projects each source value to an Observable which is merged in the output\n * Observable, emitting values only from the most recently projected Observable.\n *\n * <span class=\"informal\">Maps each value to an Observable, then flattens all of\n * these inner Observables using {@link switchAll}.</span>\n *\n * ![](switchMap.png)\n *\n * Returns an Observable that emits items based on applying a function that you\n * supply to each item emitted by the source Observable, where that function\n * returns an (so-called \"inner\") Observable. Each time it observes one of these\n * inner Observables, the output Observable begins emitting the items emitted by\n * that inner Observable. When a new inner Observable is emitted, `switchMap`\n * stops emitting items from the earlier-emitted inner Observable and begins\n * emitting items from the new one. It continues to behave like this for\n * subsequent inner Observables.\n *\n * ## Example\n *\n * Generate new Observable according to source Observable values\n *\n * ```ts\n * import { of, switchMap } from 'rxjs';\n *\n * const switched = of(1, 2, 3).pipe(switchMap(x => of(x, x ** 2, x ** 3)));\n * switched.subscribe(x => console.log(x));\n * // outputs\n * // 1\n * // 1\n * // 1\n * // 2\n * // 4\n * // 8\n * // 3\n * // 9\n * // 27\n * ```\n *\n * Restart an interval Observable on every click event\n *\n * ```ts\n * import { fromEvent, switchMap, interval } from 'rxjs';\n *\n * const clicks = fromEvent(document, 'click');\n * const result = clicks.pipe(switchMap(() => interval(1000)));\n * result.subscribe(x => console.log(x));\n * ```\n *\n * @see {@link concatMap}\n * @see {@link exhaustMap}\n * @see {@link mergeMap}\n * @see {@link switchAll}\n * @see {@link switchMapTo}\n *\n * @param {function(value: T, index: number): ObservableInput} project A function\n * that, when applied to an item emitted by the source Observable, returns an\n * Observable.\n * @return A function that returns an Observable that emits the result of\n * applying the projection function (and the optional deprecated\n * `resultSelector`) to each item emitted by the source Observable and taking\n * only the values from the most recently projected inner Observable.\n */\nexport function switchMap<T, R, O extends ObservableInput<any>>(\n project: (value: T, index: number) => O,\n resultSelector?: (outerValue: T, innerValue: ObservedValueOf<O>, outerIndex: number, innerIndex: number) => R\n): OperatorFunction<T, ObservedValueOf<O> | R> {\n return operate((source, subscriber) => {\n let innerSubscriber: Subscriber<ObservedValueOf<O>> | null = null;\n let index = 0;\n // Whether or not the source subscription has completed\n let isComplete = false;\n\n // We only complete the result if the source is complete AND we don't have an active inner subscription.\n // This is called both when the source completes and when the inners complete.\n const checkComplete = () => isComplete && !innerSubscriber && subscriber.complete();\n\n source.subscribe(\n createOperatorSubscriber(\n subscriber,\n (value) => {\n // Cancel the previous inner subscription if there was one\n innerSubscriber?.unsubscribe();\n let innerIndex = 0;\n const outerIndex = index++;\n // Start the next inner subscription\n innerFrom(project(value, outerIndex)).subscribe(\n (innerSubscriber = createOperatorSubscriber(\n subscriber,\n // When we get a new inner value, next it through. Note that this is\n // handling the deprecate result selector here. This is because with this architecture\n // it ends up being smaller than using the map operator.\n (innerValue) => subscriber.next(resultSelector ? resultSelector(value, innerValue, outerIndex, innerIndex++) : innerValue),\n () => {\n // The inner has completed. Null out the inner subscriber to\n // free up memory and to signal that we have no inner subscription\n // currently.\n innerSubscriber = null!;\n checkComplete();\n }\n ))\n );\n },\n () => {\n isComplete = true;\n checkComplete();\n }\n )\n );\n });\n}\n", "import { MonoTypeOperatorFunction, Observer } from '../types';\nimport { isFunction } from '../util/isFunction';\nimport { operate } from '../util/lift';\nimport { createOperatorSubscriber } from './OperatorSubscriber';\nimport { identity } from '../util/identity';\n\n/**\n * An extension to the {@link Observer} interface used only by the {@link tap} operator.\n *\n * It provides a useful set of callbacks a user can register to do side-effects in\n * cases other than what the usual {@link Observer} callbacks are\n * ({@link guide/glossary-and-semantics#next next},\n * {@link guide/glossary-and-semantics#error error} and/or\n * {@link guide/glossary-and-semantics#complete complete}).\n *\n * ## Example\n *\n * ```ts\n * import { fromEvent, switchMap, tap, interval, take } from 'rxjs';\n *\n * const source$ = fromEvent(document, 'click');\n * const result$ = source$.pipe(\n * switchMap((_, i) => i % 2 === 0\n * ? fromEvent(document, 'mousemove').pipe(\n * tap({\n * subscribe: () => console.log('Subscribed to the mouse move events after click #' + i),\n * unsubscribe: () => console.log('Mouse move events #' + i + ' unsubscribed'),\n * finalize: () => console.log('Mouse move events #' + i + ' finalized')\n * })\n * )\n * : interval(1_000).pipe(\n * take(5),\n * tap({\n * subscribe: () => console.log('Subscribed to the 1-second interval events after click #' + i),\n * unsubscribe: () => console.log('1-second interval events #' + i + ' unsubscribed'),\n * finalize: () => console.log('1-second interval events #' + i + ' finalized')\n * })\n * )\n * )\n * );\n *\n * const subscription = result$.subscribe({\n * next: console.log\n * });\n *\n * setTimeout(() => {\n * console.log('Unsubscribe after 60 seconds');\n * subscription.unsubscribe();\n * }, 60_000);\n * ```\n */\nexport interface TapObserver<T> extends Observer<T> {\n /**\n * The callback that `tap` operator invokes at the moment when the source Observable\n * gets subscribed to.\n */\n subscribe: () => void;\n /**\n * The callback that `tap` operator invokes when an explicit\n * {@link guide/glossary-and-semantics#unsubscription unsubscribe} happens. It won't get invoked on\n * `error` or `complete` events.\n */\n unsubscribe: () => void;\n /**\n * The callback that `tap` operator invokes when any kind of\n * {@link guide/glossary-and-semantics#finalization finalization} happens - either when\n * the source Observable `error`s or `complete`s or when it gets explicitly unsubscribed\n * by the user. There is no difference in using this callback or the {@link finalize}\n * operator, but if you're already using `tap` operator, you can use this callback\n * instead. You'd get the same result in either case.\n */\n finalize: () => void;\n}\nexport function tap<T>(observerOrNext?: Partial<TapObserver<T>> | ((value: T) => void)): MonoTypeOperatorFunction<T>;\n/** @deprecated Instead of passing separate callback arguments, use an observer argument. Signatures taking separate callback arguments will be removed in v8. Details: https://rxjs.dev/deprecations/subscribe-arguments */\nexport function tap<T>(\n next?: ((value: T) => void) | null,\n error?: ((error: any) => void) | null,\n complete?: (() => void) | null\n): MonoTypeOperatorFunction<T>;\n\n/**\n * Used to perform side-effects for notifications from the source observable\n *\n * <span class=\"informal\">Used when you want to affect outside state with a notification without altering the notification</span>\n *\n * ![](tap.png)\n *\n * Tap is designed to allow the developer a designated place to perform side effects. While you _could_ perform side-effects\n * inside of a `map` or a `mergeMap`, that would make their mapping functions impure, which isn't always a big deal, but will\n * make it so you can't do things like memoize those functions. The `tap` operator is designed solely for such side-effects to\n * help you remove side-effects from other operations.\n *\n * For any notification, next, error, or complete, `tap` will call the appropriate callback you have provided to it, via a function\n * reference, or a partial observer, then pass that notification down the stream.\n *\n * The observable returned by `tap` is an exact mirror of the source, with one exception: Any error that occurs -- synchronously -- in a handler\n * provided to `tap` will be emitted as an error from the returned observable.\n *\n * > Be careful! You can mutate objects as they pass through the `tap` operator's handlers.\n *\n * The most common use of `tap` is actually for debugging. You can place a `tap(console.log)` anywhere\n * in your observable `pipe`, log out the notifications as they are emitted by the source returned by the previous\n * operation.\n *\n * ## Examples\n *\n * Check a random number before it is handled. Below is an observable that will use a random number between 0 and 1,\n * and emit `'big'` or `'small'` depending on the size of that number. But we wanted to log what the original number\n * was, so we have added a `tap(console.log)`.\n *\n * ```ts\n * import { of, tap, map } from 'rxjs';\n *\n * of(Math.random()).pipe(\n * tap(console.log),\n * map(n => n > 0.5 ? 'big' : 'small')\n * ).subscribe(console.log);\n * ```\n *\n * Using `tap` to analyze a value and force an error. Below is an observable where in our system we only\n * want to emit numbers 3 or less we get from another source. We can force our observable to error\n * using `tap`.\n *\n * ```ts\n * import { of, tap } from 'rxjs';\n *\n * const source = of(1, 2, 3, 4, 5);\n *\n * source.pipe(\n * tap(n => {\n * if (n > 3) {\n * throw new TypeError(`Value ${ n } is greater than 3`);\n * }\n * })\n * )\n * .subscribe({ next: console.log, error: err => console.log(err.message) });\n * ```\n *\n * We want to know when an observable completes before moving on to the next observable. The system\n * below will emit a random series of `'X'` characters from 3 different observables in sequence. The\n * only way we know when one observable completes and moves to the next one, in this case, is because\n * we have added a `tap` with the side effect of logging to console.\n *\n * ```ts\n * import { of, concatMap, interval, take, map, tap } from 'rxjs';\n *\n * of(1, 2, 3).pipe(\n * concatMap(n => interval(1000).pipe(\n * take(Math.round(Math.random() * 10)),\n * map(() => 'X'),\n * tap({ complete: () => console.log(`Done with ${ n }`) })\n * ))\n * )\n * .subscribe(console.log);\n * ```\n *\n * @see {@link finalize}\n * @see {@link TapObserver}\n *\n * @param observerOrNext A next handler or partial observer\n * @param error An error handler\n * @param complete A completion handler\n * @return A function that returns an Observable identical to the source, but\n * runs the specified Observer or callback(s) for each item.\n */\nexport function tap<T>(\n observerOrNext?: Partial<TapObserver<T>> | ((value: T) => void) | null,\n error?: ((e: any) => void) | null,\n complete?: (() => void) | null\n): MonoTypeOperatorFunction<T> {\n // We have to check to see not only if next is a function,\n // but if error or complete were passed. This is because someone\n // could technically call tap like `tap(null, fn)` or `tap(null, null, fn)`.\n const tapObserver =\n isFunction(observerOrNext) || error || complete\n ? // tslint:disable-next-line: no-object-literal-type-assertion\n ({ next: observerOrNext as Exclude<typeof observerOrNext, Partial<TapObserver<T>>>, error, complete } as Partial<TapObserver<T>>)\n : observerOrNext;\n\n return tapObserver\n ? operate((source, subscriber) => {\n tapObserver.subscribe?.();\n let isUnsub = true;\n source.subscribe(\n createOperatorSubscriber(\n subscriber,\n (value) => {\n tapObserver.next?.(value);\n subscriber.next(value);\n },\n () => {\n isUnsub = false;\n tapObserver.complete?.();\n subscriber.complete();\n },\n (err) => {\n isUnsub = false;\n tapObserver.error?.(err);\n subscriber.error(err);\n },\n () => {\n if (isUnsub) {\n tapObserver.unsubscribe?.();\n }\n tapObserver.finalize?.();\n }\n )\n );\n })\n : // Tap was called with no valid tap observer or handler\n // (e.g. `tap(null, null, null)` or `tap(null)` or `tap()`)\n // so we're going to just mirror the source.\n identity;\n}\n", "import { OperatorFunction, ObservableInputTuple } from '../types';\nimport { operate } from '../util/lift';\nimport { createOperatorSubscriber } from './OperatorSubscriber';\nimport { innerFrom } from '../observable/innerFrom';\nimport { identity } from '../util/identity';\nimport { noop } from '../util/noop';\nimport { popResultSelector } from '../util/args';\n\nexport function withLatestFrom<T, O extends unknown[]>(...inputs: [...ObservableInputTuple<O>]): OperatorFunction<T, [T, ...O]>;\n\nexport function withLatestFrom<T, O extends unknown[], R>(\n ...inputs: [...ObservableInputTuple<O>, (...value: [T, ...O]) => R]\n): OperatorFunction<T, R>;\n\n/**\n * Combines the source Observable with other Observables to create an Observable\n * whose values are calculated from the latest values of each, only when the\n * source emits.\n *\n * <span class=\"informal\">Whenever the source Observable emits a value, it\n * computes a formula using that value plus the latest values from other input\n * Observables, then emits the output of that formula.</span>\n *\n * ![](withLatestFrom.png)\n *\n * `withLatestFrom` combines each value from the source Observable (the\n * instance) with the latest values from the other input Observables only when\n * the source emits a value, optionally using a `project` function to determine\n * the value to be emitted on the output Observable. All input Observables must\n * emit at least one value before the output Observable will emit a value.\n *\n * ## Example\n *\n * On every click event, emit an array with the latest timer event plus the click event\n *\n * ```ts\n * import { fromEvent, interval, withLatestFrom } from 'rxjs';\n *\n * const clicks = fromEvent(document, 'click');\n * const timer = interval(1000);\n * const result = clicks.pipe(withLatestFrom(timer));\n * result.subscribe(x => console.log(x));\n * ```\n *\n * @see {@link combineLatest}\n *\n * @param {ObservableInput} other An input Observable to combine with the source\n * Observable. More than one input Observables may be given as argument.\n * @param {Function} [project] Projection function for combining values\n * together. Receives all values in order of the Observables passed, where the\n * first parameter is a value from the source Observable. (e.g.\n * `a.pipe(withLatestFrom(b, c), map(([a1, b1, c1]) => a1 + b1 + c1))`). If this is not\n * passed, arrays will be emitted on the output Observable.\n * @return A function that returns an Observable of projected values from the\n * most recent values from each input Observable, or an array of the most\n * recent values from each input Observable.\n */\nexport function withLatestFrom<T, R>(...inputs: any[]): OperatorFunction<T, R | any[]> {\n const project = popResultSelector(inputs) as ((...args: any[]) => R) | undefined;\n\n return operate((source, subscriber) => {\n const len = inputs.length;\n const otherValues = new Array(len);\n // An array of whether or not the other sources have emitted. Matched with them by index.\n // TODO: At somepoint, we should investigate the performance implications here, and look\n // into using a `Set()` and checking the `size` to see if we're ready.\n let hasValue = inputs.map(() => false);\n // Flipped true when we have at least one value from all other sources and\n // we are ready to start emitting values.\n let ready = false;\n\n // Other sources. Note that here we are not checking `subscriber.closed`,\n // this causes all inputs to be subscribed to, even if nothing can be emitted\n // from them. This is an important distinction because subscription constitutes\n // a side-effect.\n for (let i = 0; i < len; i++) {\n innerFrom(inputs[i]).subscribe(\n createOperatorSubscriber(\n subscriber,\n (value) => {\n otherValues[i] = value;\n if (!ready && !hasValue[i]) {\n // If we're not ready yet, flag to show this observable has emitted.\n hasValue[i] = true;\n // Intentionally terse code.\n // If all of our other observables have emitted, set `ready` to `true`,\n // so we know we can start emitting values, then clean up the `hasValue` array,\n // because we don't need it anymore.\n (ready = hasValue.every(identity)) && (hasValue = null!);\n }\n },\n // Completing one of the other sources has\n // no bearing on the completion of our result.\n noop\n )\n );\n }\n\n // Source subscription\n source.subscribe(\n createOperatorSubscriber(subscriber, (value) => {\n if (ready) {\n // We have at least one value from the other sources. Go ahead and emit.\n const values = [value, ...otherValues];\n subscriber.next(project ? project(...values) : values);\n }\n })\n );\n });\n}\n", "import { zip as zipStatic } from '../observable/zip';\nimport { ObservableInput, ObservableInputTuple, OperatorFunction, Cons } from '../types';\nimport { operate } from '../util/lift';\n\n/** @deprecated Replaced with {@link zipWith}. Will be removed in v8. */\nexport function zip<T, A extends readonly unknown[]>(otherInputs: [...ObservableInputTuple<A>]): OperatorFunction<T, Cons<T, A>>;\n/** @deprecated Replaced with {@link zipWith}. Will be removed in v8. */\nexport function zip<T, A extends readonly unknown[], R>(\n otherInputsAndProject: [...ObservableInputTuple<A>],\n project: (...values: Cons<T, A>) => R\n): OperatorFunction<T, R>;\n/** @deprecated Replaced with {@link zipWith}. Will be removed in v8. */\nexport function zip<T, A extends readonly unknown[]>(...otherInputs: [...ObservableInputTuple<A>]): OperatorFunction<T, Cons<T, A>>;\n/** @deprecated Replaced with {@link zipWith}. Will be removed in v8. */\nexport function zip<T, A extends readonly unknown[], R>(\n ...otherInputsAndProject: [...ObservableInputTuple<A>, (...values: Cons<T, A>) => R]\n): OperatorFunction<T, R>;\n\n/**\n * @deprecated Replaced with {@link zipWith}. Will be removed in v8.\n */\nexport function zip<T, R>(...sources: Array<ObservableInput<any> | ((...values: Array<any>) => R)>): OperatorFunction<T, any> {\n return operate((source, subscriber) => {\n zipStatic(source as ObservableInput<any>, ...(sources as Array<ObservableInput<any>>)).subscribe(subscriber);\n });\n}\n", "import { ObservableInputTuple, OperatorFunction, Cons } from '../types';\nimport { zip } from './zip';\n\n/**\n * Subscribes to the source, and the observable inputs provided as arguments, and combines their values, by index, into arrays.\n *\n * What is meant by \"combine by index\": The first value from each will be made into a single array, then emitted,\n * then the second value from each will be combined into a single array and emitted, then the third value\n * from each will be combined into a single array and emitted, and so on.\n *\n * This will continue until it is no longer able to combine values of the same index into an array.\n *\n * After the last value from any one completed source is emitted in an array, the resulting observable will complete,\n * as there is no way to continue \"zipping\" values together by index.\n *\n * Use-cases for this operator are limited. There are memory concerns if one of the streams is emitting\n * values at a much faster rate than the others. Usage should likely be limited to streams that emit\n * at a similar pace, or finite streams of known length.\n *\n * In many cases, authors want `combineLatestWith` and not `zipWith`.\n *\n * @param otherInputs other observable inputs to collate values from.\n * @return A function that returns an Observable that emits items by index\n * combined from the source Observable and provided Observables, in form of an\n * array.\n */\nexport function zipWith<T, A extends readonly unknown[]>(...otherInputs: [...ObservableInputTuple<A>]): OperatorFunction<T, Cons<T, A>> {\n return zip(...otherInputs);\n}\n", "/*\n * Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com>\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Retrieve all elements matching the query selector\n *\n * @template T - Element type\n *\n * @param selector - Query selector\n * @param node - Node of reference\n *\n * @returns Elements\n */\nexport function getElements<T extends keyof HTMLElementTagNameMap>(\n selector: T, node?: ParentNode\n): HTMLElementTagNameMap[T][]\n\nexport function getElements<T extends HTMLElement>(\n selector: string, node?: ParentNode\n): T[]\n\nexport function getElements<T extends HTMLElement>(\n selector: string, node: ParentNode = document\n): T[] {\n return Array.from(node.querySelectorAll<T>(selector))\n}\n\n/**\n * Retrieve an element matching a query selector or throw a reference error\n *\n * Note that this function assumes that the element is present. If unsure if an\n * element is existent, use the `getOptionalElement` function instead.\n *\n * @template T - Element type\n *\n * @param selector - Query selector\n * @param node - Node of reference\n *\n * @returns Element\n */\nexport function getElement<T extends keyof HTMLElementTagNameMap>(\n selector: T, node?: ParentNode\n): HTMLElementTagNameMap[T]\n\nexport function getElement<T extends HTMLElement>(\n selector: string, node?: ParentNode\n): T\n\nexport function getElement<T extends HTMLElement>(\n selector: string, node: ParentNode = document\n): T {\n const el = getOptionalElement<T>(selector, node)\n if (typeof el === \"undefined\")\n throw new ReferenceError(\n `Missing element: expected \"${selector}\" to be present`\n )\n\n /* Return element */\n return el\n}\n\n/* ------------------------------------------------------------------------- */\n\n/**\n * Retrieve an optional element matching the query selector\n *\n * @template T - Element type\n *\n * @param selector - Query selector\n * @param node - Node of reference\n *\n * @returns Element or nothing\n */\nexport function getOptionalElement<T extends keyof HTMLElementTagNameMap>(\n selector: T, node?: ParentNode\n): HTMLElementTagNameMap[T] | undefined\n\nexport function getOptionalElement<T extends HTMLElement>(\n selector: string, node?: ParentNode\n): T | undefined\n\nexport function getOptionalElement<T extends HTMLElement>(\n selector: string, node: ParentNode = document\n): T | undefined {\n return node.querySelector<T>(selector) || undefined\n}\n\n/**\n * Retrieve the currently active element\n *\n * @returns Element or nothing\n */\nexport function getActiveElement(): HTMLElement | undefined {\n return (\n document.activeElement?.shadowRoot?.activeElement as HTMLElement ??\n document.activeElement as HTMLElement ??\n undefined\n )\n}\n", "/*\n * Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com>\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport {\n Observable,\n debounceTime,\n distinctUntilChanged,\n fromEvent,\n map,\n merge,\n shareReplay,\n startWith\n} from \"rxjs\"\n\nimport { getActiveElement } from \"../_\"\n\n/* ----------------------------------------------------------------------------\n * Data\n * ------------------------------------------------------------------------- */\n\n/**\n * Focus observable\n *\n * Previously, this observer used `focus` and `blur` events to determine whether\n * an element is focused, but this doesn't work if there are focusable elements\n * within the elements itself. A better solutions are `focusin` and `focusout`\n * events, which bubble up the tree and allow for more fine-grained control.\n *\n * `debounceTime` is necessary, because when a focus change happens inside an\n * element, the observable would first emit `false` and then `true` again.\n */\nconst observer$ = merge(\n fromEvent(document.body, \"focusin\"),\n fromEvent(document.body, \"focusout\")\n)\n .pipe(\n debounceTime(1),\n startWith(undefined),\n map(() => getActiveElement() || document.body),\n shareReplay(1)\n )\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Watch element focus\n *\n * @param el - Element\n *\n * @returns Element focus observable\n */\nexport function watchElementFocus(\n el: HTMLElement\n): Observable<boolean> {\n return observer$\n .pipe(\n map(active => el.contains(active)),\n distinctUntilChanged()\n )\n}\n", "/*\n * Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com>\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { JSX as JSXInternal } from \"preact\"\n\n/* ----------------------------------------------------------------------------\n * Helper types\n * ------------------------------------------------------------------------- */\n\n/**\n * HTML attributes\n */\ntype Attributes =\n & JSXInternal.HTMLAttributes\n & JSXInternal.SVGAttributes\n & Record<string, any>\n\n/**\n * Child element\n */\ntype Child =\n | ChildNode\n | HTMLElement\n | Text\n | string\n | number\n\n/* ----------------------------------------------------------------------------\n * Helper functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Append a child node to an element\n *\n * @param el - Element\n * @param child - Child node(s)\n */\nfunction appendChild(el: HTMLElement, child: Child | Child[]): void {\n\n /* Handle primitive types (including raw HTML) */\n if (typeof child === \"string\" || typeof child === \"number\") {\n el.innerHTML += child.toString()\n\n /* Handle nodes */\n } else if (child instanceof Node) {\n el.appendChild(child)\n\n /* Handle nested children */\n } else if (Array.isArray(child)) {\n for (const node of child)\n appendChild(el, node)\n }\n}\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * JSX factory\n *\n * @template T - Element type\n *\n * @param tag - HTML tag\n * @param attributes - HTML attributes\n * @param children - Child elements\n *\n * @returns Element\n */\nexport function h<T extends keyof HTMLElementTagNameMap>(\n tag: T, attributes?: Attributes | null, ...children: Child[]\n): HTMLElementTagNameMap[T]\n\nexport function h<T extends h.JSX.Element>(\n tag: string, attributes?: Attributes | null, ...children: Child[]\n): T\n\nexport function h<T extends h.JSX.Element>(\n tag: string, attributes?: Attributes | null, ...children: Child[]\n): T {\n const el = document.createElement(tag)\n\n /* Set attributes, if any */\n if (attributes)\n for (const attr of Object.keys(attributes)) {\n if (typeof attributes[attr] === \"undefined\")\n continue\n\n /* Set default attribute or boolean */\n if (typeof attributes[attr] !== \"boolean\")\n el.setAttribute(attr, attributes[attr])\n else\n el.setAttribute(attr, \"\")\n }\n\n /* Append child nodes */\n for (const child of children)\n appendChild(el, child)\n\n /* Return element */\n return el as T\n}\n\n/* ----------------------------------------------------------------------------\n * Namespace\n * ------------------------------------------------------------------------- */\n\nexport declare namespace h {\n namespace JSX {\n type Element = HTMLElement\n type IntrinsicElements = JSXInternal.IntrinsicElements\n }\n}\n", "/*\n * Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com>\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Round a number for display with repository facts\n *\n * This is a reverse-engineered version of GitHub's weird rounding algorithm\n * for stars, forks and all other numbers. While all numbers below `1,000` are\n * returned as-is, bigger numbers are converted to fixed numbers:\n *\n * - `1,049` => `1k`\n * - `1,050` => `1.1k`\n * - `1,949` => `1.9k`\n * - `1,950` => `2k`\n *\n * @param value - Original value\n *\n * @returns Rounded value\n */\nexport function round(value: number): string {\n if (value > 999) {\n const digits = +((value - 950) % 1000 > 99)\n return `${((value + 0.000001) / 1000).toFixed(digits)}k`\n } else {\n return value.toString()\n }\n}\n", "/*\n * Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com>\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport {\n Observable,\n defer,\n finalize,\n fromEvent,\n map,\n merge,\n switchMap,\n take,\n throwError\n} from \"rxjs\"\n\nimport { h } from \"~/utilities\"\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Create and load a `script` element\n *\n * This function returns an observable that will emit when the script was\n * successfully loaded, or throw an error if it wasn't.\n *\n * @param src - Script URL\n *\n * @returns Script observable\n */\nexport function watchScript(src: string): Observable<void> {\n const script = h(\"script\", { src })\n return defer(() => {\n document.head.appendChild(script)\n return merge(\n fromEvent(script, \"load\"),\n fromEvent(script, \"error\")\n .pipe(\n switchMap(() => (\n throwError(() => new ReferenceError(`Invalid script: ${src}`))\n ))\n )\n )\n .pipe(\n map(() => undefined),\n finalize(() => document.head.removeChild(script)),\n take(1)\n )\n })\n}\n", "/*\n * Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com>\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport {\n NEVER,\n Observable,\n Subject,\n defer,\n filter,\n finalize,\n map,\n merge,\n of,\n shareReplay,\n startWith,\n switchMap,\n tap\n} from \"rxjs\"\n\nimport { watchScript } from \"../../../script\"\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * Element offset\n */\nexport interface ElementSize {\n width: number /* Element width */\n height: number /* Element height */\n}\n\n/* ----------------------------------------------------------------------------\n * Data\n * ------------------------------------------------------------------------- */\n\n/**\n * Resize observer entry subject\n */\nconst entry$ = new Subject<ResizeObserverEntry>()\n\n/**\n * Resize observer observable\n *\n * This observable will create a `ResizeObserver` on the first subscription\n * and will automatically terminate it when there are no more subscribers.\n * It's quite important to centralize observation in a single `ResizeObserver`,\n * as the performance difference can be quite dramatic, as the link shows.\n *\n * If the browser doesn't have a `ResizeObserver` implementation available, a\n * polyfill is automatically downloaded from unpkg.com. This is also compatible\n * with the built-in privacy plugin, which will download the polyfill and put\n * it alongside the built site for self-hosting.\n *\n * @see https://bit.ly/3iIYfEm - Google Groups on performance\n */\nconst observer$ = defer(() => (\n typeof ResizeObserver === \"undefined\"\n ? watchScript(\"https://unpkg.com/resize-observer-polyfill\")\n : of(undefined)\n))\n .pipe(\n map(() => new ResizeObserver(entries => (\n entries.forEach(entry => entry$.next(entry))\n ))),\n switchMap(observer => merge(NEVER, of(observer)).pipe(\n finalize(() => observer.disconnect())\n )),\n shareReplay(1)\n )\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Retrieve element size\n *\n * @param el - Element\n *\n * @returns Element size\n */\nexport function getElementSize(\n el: HTMLElement\n): ElementSize {\n return {\n width: el.offsetWidth,\n height: el.offsetHeight\n }\n}\n\n/* ------------------------------------------------------------------------- */\n\n/**\n * Watch element size\n *\n * This function returns an observable that subscribes to a single internal\n * instance of `ResizeObserver` upon subscription, and emit resize events until\n * termination. Note that this function should not be called with the same\n * element twice, as the first unsubscription will terminate observation.\n *\n * Sadly, we can't use the `DOMRect` objects returned by the observer, because\n * we need the emitted values to be consistent with `getElementSize`, which will\n * return the used values (rounded) and not actual values (unrounded). Thus, we\n * use the `offset*` properties. See the linked GitHub issue.\n *\n * @see https://bit.ly/3m0k3he - GitHub issue\n *\n * @param el - Element\n *\n * @returns Element size observable\n */\nexport function watchElementSize(\n el: HTMLElement\n): Observable<ElementSize> {\n\n // Compute target element - since inline elements cannot be observed by the\n // current `ResizeObserver` implementation as provided by browsers, we need\n // to determine the first containing parent element and use that one as a\n // target, while we always compute the actual size from the element.\n let target = el\n while (target.clientWidth === 0)\n if (target.parentElement)\n target = target.parentElement\n else\n break\n\n // Observe target element and recompute element size on resize - as described\n // above, the target element is not necessarily the element of interest\n return observer$.pipe(\n tap(observer => observer.observe(target)),\n switchMap(observer => entry$.pipe(\n filter(entry => entry.target === target),\n finalize(() => observer.unobserve(target))\n )),\n map(() => getElementSize(el)),\n startWith(getElementSize(el))\n )\n}\n", "/*\n * Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com>\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { ElementSize } from \"../_\"\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Retrieve element content size (= scroll width and height)\n *\n * @param el - Element\n *\n * @returns Element content size\n */\nexport function getElementContentSize(\n el: HTMLElement\n): ElementSize {\n return {\n width: el.scrollWidth,\n height: el.scrollHeight\n }\n}\n\n/**\n * Retrieve the overflowing container of an element, if any\n *\n * @param el - Element\n *\n * @returns Overflowing container or nothing\n */\nexport function getElementContainer(\n el: HTMLElement\n): HTMLElement | undefined {\n let parent = el.parentElement\n while (parent)\n if (\n el.scrollWidth <= parent.scrollWidth &&\n el.scrollHeight <= parent.scrollHeight\n )\n parent = (el = parent).parentElement\n else\n break\n\n /* Return overflowing container */\n return parent ? el : undefined\n}\n\n/**\n * Retrieve all overflowing containers of an element, if any\n *\n * Note that this function has a slightly different behavior, so we should at\n * some point consider refactoring how overflowing containers are handled.\n *\n * @param el - Element\n *\n * @returns Overflowing containers\n */\nexport function getElementContainers(\n el: HTMLElement\n): HTMLElement[] {\n const containers: HTMLElement[] = []\n\n // Walk up the DOM tree until we find an overflowing container\n let parent = el.parentElement\n while (parent) {\n if (\n el.clientWidth > parent.clientWidth ||\n el.clientHeight > parent.clientHeight\n )\n containers.push(parent)\n\n // Continue with parent element\n parent = (el = parent).parentElement\n }\n\n // If the page is short, the body might not be overflowing and there might be\n // no other containers, which is why we need to make sure the body is present\n if (containers.length === 0)\n containers.push(document.documentElement)\n\n // Return overflowing containers\n return containers\n}\n", "/*\n * Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com>\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport {\n Observable,\n animationFrameScheduler,\n auditTime,\n fromEvent,\n map,\n merge,\n startWith\n} from \"rxjs\"\n\nimport { ElementOffset } from \"../_\"\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Retrieve element content offset (= scroll offset)\n *\n * @param el - Element\n *\n * @returns Element content offset\n */\nexport function getElementContentOffset(\n el: HTMLElement\n): ElementOffset {\n return {\n x: el.scrollLeft,\n y: el.scrollTop\n }\n}\n\n/* ------------------------------------------------------------------------- */\n\n/**\n * Watch element content offset\n *\n * @param el - Element\n *\n * @returns Element content offset observable\n */\nexport function watchElementContentOffset(\n el: HTMLElement\n): Observable<ElementOffset> {\n return merge(\n fromEvent(el, \"scroll\"),\n fromEvent(window, \"scroll\"),\n fromEvent(window, \"resize\")\n )\n .pipe(\n auditTime(0, animationFrameScheduler),\n map(() => getElementContentOffset(el)),\n startWith(getElementContentOffset(el))\n )\n}\n", "/*\n * Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com>\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport {\n NEVER,\n Observable,\n Subject,\n defer,\n distinctUntilChanged,\n filter,\n finalize,\n map,\n merge,\n of,\n shareReplay,\n switchMap,\n tap\n} from \"rxjs\"\n\nimport {\n getElementContentSize,\n getElementSize,\n watchElementContentOffset\n} from \"~/browser\"\n\n/* ----------------------------------------------------------------------------\n * Data\n * ------------------------------------------------------------------------- */\n\n/**\n * Intersection observer entry subject\n */\nconst entry$ = new Subject<IntersectionObserverEntry>()\n\n/**\n * Intersection observer observable\n *\n * This observable will create an `IntersectionObserver` on first subscription\n * and will automatically terminate it when there are no more subscribers.\n *\n * @see https://bit.ly/3iIYfEm - Google Groups on performance\n */\nconst observer$ = defer(() => of(\n new IntersectionObserver(entries => {\n for (const entry of entries)\n entry$.next(entry)\n }, {\n threshold: 0\n })\n))\n .pipe(\n switchMap(observer => merge(NEVER, of(observer))\n .pipe(\n finalize(() => observer.disconnect())\n )\n ),\n shareReplay(1)\n )\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Watch element visibility\n *\n * @param el - Element\n *\n * @returns Element visibility observable\n */\nexport function watchElementVisibility(\n el: HTMLElement\n): Observable<boolean> {\n return observer$\n .pipe(\n tap(observer => observer.observe(el)),\n switchMap(observer => entry$\n .pipe(\n filter(({ target }) => target === el),\n finalize(() => observer.unobserve(el)),\n map(({ isIntersecting }) => isIntersecting)\n )\n )\n )\n}\n\n/**\n * Watch element boundary\n *\n * This function returns an observable which emits whether the bottom content\n * boundary (= scroll offset) of an element is within a certain threshold.\n *\n * @param el - Element\n * @param threshold - Threshold\n *\n * @returns Element boundary observable\n */\nexport function watchElementBoundary(\n el: HTMLElement, threshold = 16\n): Observable<boolean> {\n return watchElementContentOffset(el)\n .pipe(\n map(({ y }) => {\n const visible = getElementSize(el)\n const content = getElementContentSize(el)\n return y >= (\n content.height - visible.height - threshold\n )\n }),\n distinctUntilChanged()\n )\n}\n", "/*\n * Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com>\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport {\n Observable,\n fromEvent,\n map,\n startWith\n} from \"rxjs\"\n\nimport { getElement } from \"../element\"\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * Toggle\n */\nexport type Toggle =\n | \"drawer\" /* Toggle for drawer */\n | \"search\" /* Toggle for search */\n\n/* ----------------------------------------------------------------------------\n * Data\n * ------------------------------------------------------------------------- */\n\n/**\n * Toggle map\n */\nconst toggles: Record<Toggle, HTMLInputElement> = {\n drawer: getElement(\"[data-md-toggle=drawer]\"),\n search: getElement(\"[data-md-toggle=search]\")\n}\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Retrieve the value of a toggle\n *\n * @param name - Toggle\n *\n * @returns Toggle value\n */\nexport function getToggle(name: Toggle): boolean {\n return toggles[name].checked\n}\n\n/**\n * Set toggle\n *\n * Simulating a click event seems to be the most cross-browser compatible way\n * of changing the value while also emitting a `change` event. Before, Material\n * used `CustomEvent` to programmatically change the value of a toggle, but this\n * is a much simpler and cleaner solution which doesn't require a polyfill.\n *\n * @param name - Toggle\n * @param value - Toggle value\n */\nexport function setToggle(name: Toggle, value: boolean): void {\n if (toggles[name].checked !== value)\n toggles[name].click()\n}\n\n/* ------------------------------------------------------------------------- */\n\n/**\n * Watch toggle\n *\n * @param name - Toggle\n *\n * @returns Toggle value observable\n */\nexport function watchToggle(name: Toggle): Observable<boolean> {\n const el = toggles[name]\n return fromEvent(el, \"change\")\n .pipe(\n map(() => el.checked),\n startWith(el.checked)\n )\n}\n", "/*\n * Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com>\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { getElement, getLocation } from \"~/browser\"\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * Feature flag\n */\nexport type Flag =\n | \"announce.dismiss\" /* Dismissable announcement bar */\n | \"content.code.annotate\" /* Code annotations */\n | \"content.code.copy\" /* Code copy button */\n | \"content.lazy\" /* Lazy content elements */\n | \"content.tabs.link\" /* Link content tabs */\n | \"content.tooltips\" /* Tooltips */\n | \"header.autohide\" /* Hide header */\n | \"navigation.expand\" /* Automatic expansion */\n | \"navigation.indexes\" /* Section pages */\n | \"navigation.instant\" /* Instant navigation */\n | \"navigation.instant.progress\" /* Instant navigation progress */\n | \"navigation.sections\" /* Section navigation */\n | \"navigation.tabs\" /* Tabs navigation */\n | \"navigation.tabs.sticky\" /* Tabs navigation (sticky) */\n | \"navigation.top\" /* Back-to-top button */\n | \"navigation.tracking\" /* Anchor tracking */\n | \"search.highlight\" /* Search highlighting */\n | \"search.share\" /* Search sharing */\n | \"search.suggest\" /* Search suggestions */\n | \"toc.follow\" /* Following table of contents */\n | \"toc.integrate\" /* Integrated table of contents */\n\n/* ------------------------------------------------------------------------- */\n\n/**\n * Translation\n */\nexport type Translation =\n | \"clipboard.copy\" /* Copy to clipboard */\n | \"clipboard.copied\" /* Copied to clipboard */\n | \"search.result.placeholder\" /* Type to start searching */\n | \"search.result.none\" /* No matching documents */\n | \"search.result.one\" /* 1 matching document */\n | \"search.result.other\" /* # matching documents */\n | \"search.result.more.one\" /* 1 more on this page */\n | \"search.result.more.other\" /* # more on this page */\n | \"search.result.term.missing\" /* Missing */\n | \"select.version\" /* Version selector */\n\n/**\n * Translations\n */\nexport type Translations =\n Record<Translation, string>\n\n/* ------------------------------------------------------------------------- */\n\n/**\n * Versioning\n */\nexport interface Versioning {\n provider: \"mike\" /* Version provider */\n default?: string | string[] /* Default version */\n alias?: boolean /* Show alias */\n}\n\n/**\n * Configuration\n */\nexport interface Config {\n base: string /* Base URL */\n features: Flag[] /* Feature flags */\n translations: Translations /* Translations */\n search: string /* Search worker URL */\n tags?: Record<string, string> /* Tags mapping */\n version?: Versioning /* Versioning */\n}\n\n/* ----------------------------------------------------------------------------\n * Data\n * ------------------------------------------------------------------------- */\n\n/**\n * Retrieve global configuration and make base URL absolute\n */\nconst script = getElement(\"#__config\")\nconst config: Config = JSON.parse(script.textContent!)\nconfig.base = `${new URL(config.base, getLocation())}`\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Retrieve global configuration\n *\n * @returns Global configuration\n */\nexport function configuration(): Config {\n return config\n}\n\n/**\n * Check whether a feature flag is enabled\n *\n * @param flag - Feature flag\n *\n * @returns Test result\n */\nexport function feature(flag: Flag): boolean {\n return config.features.includes(flag)\n}\n\n/**\n * Retrieve the translation for the given key\n *\n * @param key - Key to be translated\n * @param value - Positional value, if any\n *\n * @returns Translation\n */\nexport function translation(\n key: Translation, value?: string | number\n): string {\n return typeof value !== \"undefined\"\n ? config.translations[key].replace(\"#\", value.toString())\n : config.translations[key]\n}\n", "/*\n * Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com>\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { Subject } from \"rxjs\"\n\nimport { feature } from \"~/_\"\nimport { h } from \"~/utilities\"\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Retrieve location\n *\n * This function returns a `URL` object (and not `Location`) to normalize the\n * typings across the application. Furthermore, locations need to be tracked\n * without setting them and `Location` is a singleton which represents the\n * current location.\n *\n * @returns URL\n */\nexport function getLocation(): URL {\n return new URL(location.href)\n}\n\n/**\n * Set location\n *\n * If instant navigation is enabled, this function creates a temporary anchor\n * element, sets the `href` attribute, appends it to the body, clicks it, and\n * then removes it again. The event will bubble up the DOM and trigger be\n * intercepted by the instant loading business logic.\n *\n * Note that we must append and remove the anchor element, or the event will\n * not bubble up the DOM, making it impossible to intercept it.\n *\n * @param url - URL to navigate to\n * @param navigate - Force navigation\n */\nexport function setLocation(\n url: URL | HTMLLinkElement, navigate = false\n): void {\n if (feature(\"navigation.instant\") && !navigate) {\n const el = h(\"a\", { href: url.href })\n document.body.appendChild(el)\n el.click()\n el.remove()\n\n // If we're not using instant navigation, and the page should not be reloaded\n // just instruct the browser to navigate to the given URL\n } else {\n location.href = url.href\n }\n}\n\n/* ------------------------------------------------------------------------- */\n\n/**\n * Watch location\n *\n * @returns Location subject\n */\nexport function watchLocation(): Subject<URL> {\n return new Subject<URL>()\n}\n", "/*\n * Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com>\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport {\n Observable,\n Subject,\n map,\n shareReplay,\n switchMap\n} from \"rxjs\"\n\n/* ----------------------------------------------------------------------------\n * Helper types\n * ------------------------------------------------------------------------- */\n\n/**\n * Options\n */\ninterface Options {\n progress$?: Subject<number> // Progress subject\n}\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Fetch the given URL\n *\n * This function returns an observable that emits the response as a blob and\n * completes, or emits an error if the request failed. The caller can cancel\n * the request by unsubscribing at any time, which will automatically abort\n * the inflight request and complete the observable.\n *\n * Note that we use `XMLHTTPRequest` not because we're nostalgic, but because\n * it's the only way to get progress events for downloads and also allow for\n * cancellation of requests, as the official Fetch API does not support this\n * yet, even though we're already in 2024.\n *\n * @param url - Request URL\n * @param options - Options\n *\n * @returns Data observable\n */\nexport function request(\n url: URL | string, options?: Options\n): Observable<Blob> {\n return new Observable<Blob>(observer => {\n const req = new XMLHttpRequest()\n req.open(\"GET\", `${url}`)\n req.responseType = \"blob\"\n\n // Handle response\n req.addEventListener(\"load\", () => {\n if (req.status >= 200 && req.status < 300) {\n observer.next(req.response)\n observer.complete()\n\n // Every response that is not in the 2xx range is considered an error\n } else {\n observer.error(new Error(req.statusText))\n }\n })\n\n // Handle network errors\n req.addEventListener(\"error\", () => {\n observer.error(new Error(\"Network error\"))\n })\n\n // Handle aborted requests\n req.addEventListener(\"abort\", () => {\n observer.complete()\n })\n\n // Handle download progress\n if (typeof options?.progress$ !== \"undefined\") {\n req.addEventListener(\"progress\", event => {\n if (event.lengthComputable) {\n options.progress$!.next((event.loaded / event.total) * 100)\n\n // Hack: Chromium doesn't report the total number of bytes if content\n // is compressed, so we need this fallback - see https://t.ly/ZXofI\n } else {\n const length = req.getResponseHeader(\"Content-Length\") ?? 0\n options.progress$!.next((event.loaded / +length) * 100)\n }\n })\n\n // Immediately set progress to 5% to indicate that we're loading\n options.progress$.next(5)\n }\n\n // Send request and automatically abort request upon unsubscription\n req.send()\n return () => req.abort()\n })\n}\n\n/* ------------------------------------------------------------------------- */\n\n/**\n * Fetch JSON from the given URL\n *\n * @template T - Data type\n *\n * @param url - Request URL\n * @param options - Options\n *\n * @returns Data observable\n */\nexport function requestJSON<T>(\n url: URL | string, options?: Options\n): Observable<T> {\n return request(url, options)\n .pipe(\n switchMap(res => res.text()),\n map(body => JSON.parse(body) as T),\n shareReplay(1)\n )\n}\n\n/**\n * Fetch HTML from the given URL\n *\n * @param url - Request URL\n * @param options - Options\n *\n * @returns Data observable\n */\nexport function requestHTML(\n url: URL | string, options?: Options\n): Observable<Document> {\n const dom = new DOMParser()\n return request(url, options)\n .pipe(\n switchMap(res => res.text()),\n map(res => dom.parseFromString(res, \"text/html\")),\n shareReplay(1)\n )\n}\n\n/**\n * Fetch XML from the given URL\n *\n * @param url - Request URL\n * @param options - Options\n *\n * @returns Data observable\n */\nexport function requestXML(\n url: URL | string, options?: Options\n): Observable<Document> {\n const dom = new DOMParser()\n return request(url, options)\n .pipe(\n switchMap(res => res.text()),\n map(res => dom.parseFromString(res, \"text/xml\")),\n shareReplay(1)\n )\n}\n", "/*\n * Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com>\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { getElement, getElements } from \"~/browser\"\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * Component type\n */\nexport type ComponentType =\n | \"iconsearch\" /* Icon search */\n | \"iconsearch-query\" /* Icon search input */\n | \"iconsearch-result\" /* Icon search results */\n | \"iconsearch-select\" /* Icon search select */\n | \"sponsorship\" /* Sponsorship */\n | \"sponsorship-count\" /* Sponsorship count */\n | \"sponsorship-total\" /* Sponsorship total */\n\n/**\n * Component\n *\n * @template T - Component type\n * @template U - Reference type\n */\nexport type Component<\n T extends {} = {},\n U extends HTMLElement = HTMLElement\n> =\n T & {\n ref: U /* Component reference */\n }\n\n/* ----------------------------------------------------------------------------\n * Helper types\n * ------------------------------------------------------------------------- */\n\n/**\n * Component type map\n */\ninterface ComponentTypeMap {\n \"iconsearch\": HTMLElement /* Icon search */\n \"iconsearch-query\": HTMLInputElement /* Icon search input */\n \"iconsearch-result\": HTMLElement /* Icon search results */\n \"iconsearch-select\": HTMLSelectElement\n \"sponsorship\": HTMLElement /* Sponsorship */\n \"sponsorship-count\": HTMLElement /* Sponsorship count */\n \"sponsorship-total\": HTMLElement /* Sponsorship total */\n}\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Retrieve the element for a given component or throw a reference error\n *\n * @template T - Component type\n *\n * @param type - Component type\n * @param node - Node of reference\n *\n * @returns Element\n */\nexport function getComponentElement<T extends ComponentType>(\n type: T, node: ParentNode = document\n): ComponentTypeMap[T] {\n return getElement(`[data-mdx-component=${type}]`, node)\n}\n\n/**\n * Retrieve all elements for a given component\n *\n * @template T - Component type\n *\n * @param type - Component type\n * @param node - Node of reference\n *\n * @returns Elements\n */\nexport function getComponentElements<T extends ComponentType>(\n type: T, node: ParentNode = document\n): ComponentTypeMap[T][] {\n return getElements(`[data-mdx-component=${type}]`, node)\n}\n", "/*\n * Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com>\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport {\n Observable,\n combineLatest,\n delay,\n distinctUntilChanged,\n filter,\n fromEvent,\n map,\n merge,\n startWith,\n withLatestFrom\n} from \"rxjs\"\n\nimport { watchElementFocus } from \"~/browser\"\n\nimport { Component } from \"../../_\"\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * Icon search query\n */\nexport interface IconSearchQuery {\n value: string /* Query value */\n focus: boolean /* Query focus */\n}\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Mount icon search query\n *\n * @param el - Icon search query element\n *\n * @returns Icon search query component observable\n */\nexport function mountIconSearchQuery(\n el: HTMLInputElement\n): Observable<Component<IconSearchQuery, HTMLInputElement>> {\n\n /* Intercept focus and input events */\n const focus$ = watchElementFocus(el)\n const value$ = merge(\n fromEvent(el, \"keyup\"),\n fromEvent(el, \"focus\").pipe(delay(1))\n )\n .pipe(\n map(() => el.value),\n startWith(el.value),\n distinctUntilChanged(),\n )\n\n /* Log search on blur */\n focus$\n .pipe(\n filter(active => !active),\n withLatestFrom(value$)\n )\n .subscribe(([, value]) => {\n const path = document.location.pathname\n if (typeof ga === \"function\" && value.length)\n ga(\"send\", \"pageview\", `${path}?q=[icon]+${value}`)\n })\n\n /* Combine into single observable */\n return combineLatest([value$, focus$])\n .pipe(\n map(([value, focus]) => ({ ref: el, value, focus })),\n )\n}\n", "/*\n * Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com>\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { filter as search } from \"fuzzaldrin-plus\"\nimport {\n Observable,\n Subject,\n bufferCount,\n combineLatest,\n combineLatestWith,\n distinctUntilKeyChanged,\n filter,\n finalize,\n map,\n merge,\n of,\n switchMap,\n tap,\n withLatestFrom,\n zipWith\n} from \"rxjs\"\n\nimport {\n getElement,\n watchElementBoundary\n} from \"~/browser\"\nimport { round } from \"~/utilities\"\n\nimport { Icon, renderIconSearchResult } from \"_/templates\"\n\nimport { Component } from \"../../_\"\nimport { IconSearchIndex, IconSearchMode } from \"../_\"\nimport { IconSearchQuery } from \"../query\"\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * Icon search result\n */\nexport interface IconSearchResult {\n data: Icon[] /* Search result data */\n}\n\n/* ----------------------------------------------------------------------------\n * Helper types\n * ------------------------------------------------------------------------- */\n\n/**\n * Watch options\n */\ninterface WatchOptions {\n index$: Observable<IconSearchIndex> /* Search index observable */\n query$: Observable<IconSearchQuery> /* Search query observable */\n mode$: Observable<IconSearchMode> /* Search mode observable */\n}\n\n/**\n * Mount options\n */\ninterface MountOptions {\n index$: Observable<IconSearchIndex> /* Search index observable */\n query$: Observable<IconSearchQuery> /* Search query observable */\n mode$: Observable<IconSearchMode> /* Search mode observable */\n}\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Watch icon search result\n *\n * @param el - Icon search result element\n * @param options - Options\n *\n * @returns Icon search result observable\n */\nexport function watchIconSearchResult(\n el: HTMLElement, { index$, query$, mode$ }: WatchOptions\n): Observable<IconSearchResult> {\n switch (el.getAttribute(\"data-mdx-mode\")) {\n\n case \"file\":\n return combineLatest([\n query$.pipe(distinctUntilKeyChanged(\"value\")),\n index$\n .pipe(\n map(({ icons }) => Object.values(icons.data)\n .map(icon => icon.replace(/\\.svg$/, \"\"))\n )\n )\n ])\n .pipe(\n map(([{ value }, data]) => search(data, value)),\n switchMap(files => index$.pipe(\n map(({ icons }) => ({\n data: files.map<Icon>(shortcode => {\n return {\n shortcode,\n url: [\n icons.base,\n shortcode,\n \".svg\"\n ].join(\"\")\n }\n })\n }))\n ))\n )\n\n default:\n return combineLatest([\n query$.pipe(distinctUntilKeyChanged(\"value\")),\n index$\n .pipe(\n combineLatestWith(mode$),\n map(([{ icons, emojis }, mode]) => [\n ...[\"all\", \"icons\"].includes(mode)\n ? Object.keys(icons.data)\n : [],\n ...[\"all\", \"emojis\"].includes(mode)\n ? Object.keys(emojis.data)\n : []\n ])\n )\n ])\n .pipe(\n map(([{ value }, data]) => search(data, value)),\n switchMap(shortcodes => index$.pipe(\n map(({ icons, emojis }) => ({\n data: shortcodes.map<Icon>(shortcode => {\n const category =\n shortcode in icons.data\n ? icons\n : emojis\n return {\n shortcode,\n url: [\n category.base,\n category.data[shortcode]\n ].join(\"\")\n }\n })\n }))\n ))\n )\n }\n}\n\n/**\n * Mount icon search result\n *\n * @param el - Icon search result element\n * @param options - Options\n *\n * @returns Icon search result component observable\n */\nexport function mountIconSearchResult(\n el: HTMLElement, { index$, query$, mode$ }: MountOptions\n): Observable<Component<IconSearchResult, HTMLElement>> {\n const push$ = new Subject<IconSearchResult>()\n const boundary$ = watchElementBoundary(el)\n .pipe(\n filter(Boolean)\n )\n\n /* Update search result metadata */\n const meta = getElement(\".mdx-iconsearch-result__meta\", el)\n push$\n .pipe(\n withLatestFrom(query$)\n )\n .subscribe(([{ data }, { value }]) => {\n if (value) {\n switch (data.length) {\n\n /* No results */\n case 0:\n meta.textContent = \"No matches\"\n break\n\n /* One result */\n case 1:\n meta.textContent = \"1 match\"\n break\n\n /* Multiple result */\n default:\n meta.textContent = `${round(data.length)} matches`\n }\n } else {\n meta.textContent = \"Type to start searching\"\n }\n })\n\n /* Update icon search result list */\n const file = el.getAttribute(\"data-mdx-mode\") === \"file\"\n const list = getElement(\":scope > :last-child\", el)\n push$\n .pipe(\n tap(() => list.innerHTML = \"\"),\n switchMap(({ data }) => merge(\n of(...data.slice(0, 10)),\n of(...data.slice(10))\n .pipe(\n bufferCount(10),\n zipWith(boundary$),\n switchMap(([chunk]) => chunk)\n )\n )),\n withLatestFrom(query$)\n )\n .subscribe(([result, { value }]) => list.appendChild(\n renderIconSearchResult(result, value, file)\n ))\n\n /* Create and return component */\n return watchIconSearchResult(el, { query$, index$, mode$ })\n .pipe(\n tap(state => push$.next(state)),\n finalize(() => push$.complete()),\n map(state => ({ ref: el, ...state }))\n )\n}\n", "/*\n * Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com>\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { wrap } from \"fuzzaldrin-plus\"\n\nimport { translation } from \"~/_\"\nimport { h } from \"~/utilities\"\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * Icon\n */\nexport interface Icon {\n shortcode: string /* Icon shortcode */\n url: string /* Icon URL */\n}\n\n/* ----------------------------------------------------------------------------\n * Helper functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Highlight an icon search result\n *\n * @param icon - Icon\n * @param query - Search query\n *\n * @returns Highlighted result\n */\nfunction highlight(icon: Icon, query: string): string {\n return wrap(icon.shortcode, query, {\n wrap: {\n tagOpen: \"<b>\",\n tagClose: \"</b>\"\n }\n })\n}\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Render an icon search result\n *\n * @param icon - Icon\n * @param query - Search query\n * @param file - Render as file\n *\n * @returns Element\n */\nexport function renderIconSearchResult(\n icon: Icon, query: string, file?: boolean\n): HTMLElement {\n return (\n <li class=\"mdx-iconsearch-result__item\">\n <span class=\"twemoji\">\n <img src={icon.url} />\n </span>\n <button\n class=\"md-clipboard--inline\"\n title={translation(\"clipboard.copy\")}\n data-clipboard-text={file ? icon.shortcode : `:${icon.shortcode}:`}\n >\n <code>{\n file\n ? highlight(icon, query)\n : `:${highlight(icon, query)}:`\n }</code>\n </button>\n </li>\n )\n}\n", "/*\n * Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com>\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { h } from \"~/utilities\"\n\nimport { SponsorUser } from \"_/components\"\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Render public sponsor\n *\n * @param user - Sponsor user\n *\n * @returns Element\n */\nexport function renderPublicSponsor(\n user: SponsorUser\n): HTMLElement {\n const title = `@${user.name}`\n return (\n <a href={user.url} title={title} class=\"mdx-sponsorship__item\">\n <img src={user.image} />\n </a>\n )\n}\n\n/**\n * Render private sponsor\n *\n * @param count - Number of private sponsors\n *\n * @returns Element\n */\nexport function renderPrivateSponsor(\n count: number\n): HTMLElement {\n return (\n <a\n href=\"https://github.com/sponsors/squidfunk?metadata_origin=docs\"\n class=\"mdx-sponsorship__item mdx-sponsorship__item--private\"\n >\n +{count}\n </a>\n )\n}\n", "/*\n * Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com>\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { BehaviorSubject, Observable, fromEvent, map, merge } from \"rxjs\"\n\nimport { configuration } from \"~/_\"\nimport { requestJSON } from \"~/browser\"\n\nimport {\n Component,\n getComponentElement,\n getComponentElements\n} from \"../../_\"\nimport {\n IconSearchQuery,\n mountIconSearchQuery\n} from \"../query\"\nimport {\n IconSearchResult,\n mountIconSearchResult\n} from \"../result\"\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * Icon category\n */\nexport interface IconCategory {\n base: string /* Category base URL */\n data: Record<string, string> /* Category data */\n}\n\n/**\n * Icon search index\n */\nexport interface IconSearchIndex {\n icons: IconCategory /* Icons */\n emojis: IconCategory /* Emojis */\n}\n\n/* ------------------------------------------------------------------------- */\n\n/**\n * Icon search\n */\nexport type IconSearch =\n | IconSearchQuery\n | IconSearchResult\n\n/**\n * Icon search mode\n */\nexport type IconSearchMode =\n | \"all\"\n | \"icons\"\n | \"emojis\"\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Mount icon search\n *\n * @param el - Icon search element\n *\n * @returns Icon search component observable\n */\nexport function mountIconSearch(\n el: HTMLElement\n): Observable<Component<IconSearch>> {\n const config = configuration()\n const index$ = requestJSON<IconSearchIndex>(\n new URL(\"assets/javascripts/iconsearch_index.json\", config.base)\n )\n\n /* Retrieve query and result components */\n const query = getComponentElement(\"iconsearch-query\", el)\n const result = getComponentElement(\"iconsearch-result\", el)\n\n /* Retrieve select component */\n const mode$ = new BehaviorSubject<IconSearchMode>(\"all\")\n const selects = getComponentElements(\"iconsearch-select\", el)\n for (const select of selects) {\n fromEvent(select, \"change\").pipe(\n map(ev => (ev.target as HTMLSelectElement).value as IconSearchMode)\n )\n .subscribe(mode$)\n }\n\n /* Create and return component */\n const query$ = mountIconSearchQuery(query)\n const result$ = mountIconSearchResult(result, { index$, query$, mode$ })\n return merge(query$, result$)\n}\n", "/*\n * Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com>\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { Observable, from, map, switchMap, tap } from \"rxjs\"\n\nimport { getOptionalElement, requestJSON } from \"~/browser\"\n\nimport { renderPrivateSponsor, renderPublicSponsor } from \"_/templates\"\n\nimport { Component, getComponentElements } from \"../_\"\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * Sponsor type\n */\nexport type SponsorType =\n | \"user\" /* Sponsor is a user */\n | \"organization\" /* Sponsor is an organization */\n\n/**\n * Sponsor visibility\n */\nexport type SponsorVisibility =\n | \"public\" /* Sponsor is a user */\n | \"private\" /* Sponsor is an organization */\n\n/* ------------------------------------------------------------------------- */\n\n/**\n * Sponsor user\n */\nexport interface SponsorUser {\n type: SponsorType /* Sponsor type */\n name: string /* Sponsor login name */\n image: string /* Sponsor image URL */\n url: string /* Sponsor URL */\n}\n\n/* ------------------------------------------------------------------------- */\n\n/**\n * Public sponsor\n */\nexport interface PublicSponsor {\n type: \"public\" /* Sponsor visibility */\n user: SponsorUser /* Sponsor user */\n}\n\n/**\n * Private sponsor\n */\nexport interface PrivateSponsor {\n type: \"private\" /* Sponsor visibility */\n}\n\n/* ------------------------------------------------------------------------- */\n\n/**\n * Sponsor\n */\nexport type Sponsor =\n | PublicSponsor\n | PrivateSponsor\n\n/* ------------------------------------------------------------------------- */\n\n/**\n * Sponsorship\n */\nexport interface Sponsorship {\n sponsors: Sponsor[] /* Sponsors */\n total: number /* Total amount */\n}\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Mount sponsorship\n *\n * @param el - Sponsorship element\n *\n * @returns Sponsorship component observable\n */\nexport function mountSponsorship(\n el: HTMLElement\n): Observable<Component<Sponsorship>> {\n const sponsorship$ = requestJSON<Sponsorship>(\n \"https://3if8u9o552.execute-api.us-east-1.amazonaws.com/_/\"\n )\n\n /* Retrieve adjacent components */\n const count = getComponentElements(\"sponsorship-count\")\n const total = getComponentElements(\"sponsorship-total\")\n\n /* Render sponsorship count */\n sponsorship$.pipe(\n switchMap(sponsorship => from(count).pipe(\n tap(child => child.innerText = `${sponsorship.sponsors.length}`)\n ))\n )\n .subscribe(() => el.removeAttribute(\"hidden\"))\n\n /* Render sponsorship total */\n sponsorship$.pipe(\n switchMap(sponsorship => from(total).pipe(\n tap(child => child.innerText = `$ ${sponsorship.total\n .toString()\n .replace(/\\B(?=(\\d{3})+(?!\\d))/g, \",\")\n } a month`)\n ))\n )\n .subscribe()\n\n // Render sponsorship list\n const list = getOptionalElement(\":scope > .mdx-sponsorship__list\", el)\n if (list && count.length) {\n sponsorship$.subscribe(sponsorship => {\n for (const sponsor of sponsorship.sponsors)\n if (sponsor.type === \"public\")\n list.appendChild(renderPublicSponsor(sponsor.user))\n\n /* Render combined private sponsors */\n list.appendChild(renderPrivateSponsor(\n sponsorship.sponsors.filter(({ type }) => (\n type === \"private\"\n )).length\n ))\n })\n }\n\n /* Create and return component */\n return sponsorship$\n .pipe(\n map(state => ({ ref: el, ...state }))\n )\n}\n", "/*\n * Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com>\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { fromEvent } from \"rxjs\"\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Set up extra analytics events\n */\nexport function setupAnalytics(): void {\n const { origin } = new URL(location.href)\n fromEvent(document.body, \"click\")\n .subscribe(ev => {\n if (ev.target instanceof HTMLElement) {\n const el = ev.target.closest(\"a\")\n if (el && el.origin !== origin)\n ga(\"send\", \"event\", \"outbound\", \"click\", el.href)\n }\n })\n}\n", "/*\n * Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com>\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { merge, switchMap } from \"rxjs\"\n\nimport {\n getComponentElements,\n mountIconSearch,\n mountSponsorship\n} from \"./components\"\nimport { setupAnalytics } from \"./integrations\"\n\n/* ----------------------------------------------------------------------------\n * Application\n * ------------------------------------------------------------------------- */\n\n/* Set up extra analytics events */\nsetupAnalytics()\n\n/* Set up extra component observables */\nconst component$ = document$\n .pipe(\n switchMap(() => merge(\n\n /* Icon search */\n ...getComponentElements(\"iconsearch\")\n .map(el => mountIconSearch(el)),\n\n /* Sponsorship */\n ...getComponentElements(\"sponsorship\")\n .map(el => mountSponsorship(el))\n ))\n )\n\n/* Subscribe to all components */\ncomponent$.subscribe()\n"], + "mappings": "u0BAAA,IAAAA,GAAAC,GAAAC,GAAA,EAAC,UAAW,CACV,IAAIC,EAAeC,EAAcC,EAAoBC,EAAmBC,EAASC,EAAaC,EAAWC,EAAaC,EAAYC,EAAWC,EAAeC,EAAgBC,EAAmBC,EAAYC,EAAiBC,EAAcC,EAAeC,EAAWC,EAAUC,EAE9QA,EAAK,IAELV,EAAY,GAEZS,EAAW,IAEXV,EAAa,IAEbT,EAAQ,MAAQ,SAASqB,EAAQC,EAAOC,EAAS,CAC/C,IAAIC,EAAaC,EAAeC,EAAOC,EAEvC,OADAF,EAAgBF,EAAQ,cAAeC,EAAcD,EAAQ,YACvDC,GAAenB,EAAQgB,EAAQI,EAAc,QAASA,EAAc,OAAO,GAGjFE,EAAYN,EAAO,YAAY,EAC/BK,EAAQxB,EAAamB,EAAQM,EAAWF,CAAa,EAC9C,KAAK,KAAKC,CAAK,GAJb,CAKX,EAEA1B,EAAQ,QAAUK,EAAU,SAASuB,EAASC,EAAUC,EAAU,CAChE,IAAIC,EAAGC,EAAGC,EAAGC,EAAGC,EAAOC,EAAOC,EAG9B,GAFAJ,EAAIL,EAAQ,OACZM,EAAIL,EAAS,OACT,CAACI,GAAKC,EAAID,EACZ,MAAO,GAIT,IAFAF,EAAI,GACJC,EAAI,GACG,EAAEA,EAAIE,GAAG,CAGd,IAFAC,EAAQN,EAAS,WAAWG,CAAC,EAC7BI,EAAQN,EAAS,WAAWE,CAAC,EACtB,EAAED,EAAIE,IACXI,EAAKT,EAAQ,WAAWG,CAAC,EACrB,EAAAM,IAAOF,GAASE,IAAOD,KAA3B,CAIF,GAAIL,IAAME,EACR,MAAO,EAEX,CACA,MAAO,EACT,EAEAjC,EAAQ,aAAeE,EAAe,SAAS0B,EAASU,EAAYb,EAAe,CACjF,IAAIc,EAAMC,EAAYC,EAAOC,EAAUC,EAASC,EAAWC,EAAoBd,EAAGC,EAAGC,EAAGa,EAAaC,GAAWb,EAAGc,GAAK1B,GAAOO,GAAUoB,GAAavB,GAAOwB,GAAYC,GAAWC,GAAUC,GAAOC,GAAOC,GAO5M,GANAjC,GAAQG,EAAc,MACtBI,GAAWJ,EAAc,SACzBQ,EAAIL,EAAQ,OACZM,EAAIZ,GAAM,OACViB,EAAO5B,EAAciB,EAASU,EAAYhB,GAAOO,EAAQ,EACzDW,EAAaD,EAAK,MACdA,EAAK,QAAUL,EACjB,OAAOpB,EAAWoB,EAAGD,EAAGO,EAAYD,EAAK,GAAG,EAG9C,GADAS,GAAMV,EAAW,QAAQT,EAAQ,EAC7BmB,GAAM,GACR,OAAOjC,EAAgBa,EAASU,EAAYhB,GAAOO,GAAUmB,GAAKd,EAAGD,CAAC,EASxE,IAPAkB,GAAY,IAAI,MAAMjB,CAAC,EACvBS,EAAU,IAAI,MAAMT,CAAC,EACrBqB,GAAKrC,EAAUgB,EAAGD,CAAC,EACnBa,EAAc,KAAK,KAAKrC,EAAayB,CAAC,EAAI,EAC1Ca,GAAYD,EACZD,EAAqB,GACrBb,EAAI,GACG,EAAEA,EAAIE,GACXiB,GAAUnB,CAAC,EAAI,EACfW,EAAQX,CAAC,EAAI,EAGf,IADAD,EAAI,GACG,EAAEA,EAAIE,GAAG,CAEd,GADAoB,GAAQf,EAAWP,CAAC,EAChB,CAACsB,GAAM,WAAW,CAAC,IAAK5B,EAAc,UAAW,CACnD,GAAIoB,EAAoB,CAEtB,IADAb,EAAI,GACG,EAAEA,EAAIE,GACXS,EAAQX,CAAC,EAAI,EAEfa,EAAqB,EACvB,CACA,QACF,CAOA,IANAnB,GAAQ,EACRwB,GAAa,EACbR,EAAW,EACXO,GAAc,GACdJ,EAAqB,GACrBb,EAAI,GACG,EAAEA,EAAIE,GAAG,CAMd,GALAkB,GAAWD,GAAUnB,CAAC,EAClBoB,GAAW1B,KACbA,GAAQ0B,IAEVR,EAAY,EACRf,GAASG,CAAC,IAAMqB,GAIlB,GAHAC,GAAQ9C,EAAYuB,EAAGH,EAASU,CAAU,EAC1CM,EAAYF,EAAW,EAAIA,EAAW7B,EAAkBe,EAASU,EAAYhB,GAAOO,GAAUE,EAAGC,EAAGsB,EAAK,EACzGb,EAAQS,GAAatC,EAAemB,EAAGC,EAAGsB,GAAOd,EAAYI,CAAS,EAClEH,EAAQf,GACVA,GAAQe,EACRM,GAAYD,MACP,CACL,GAAIG,IAAe,EAAEF,IAAa,EAChC,OAAO,KAAK,IAAIrB,GAAOyB,GAAUjB,EAAI,CAAC,CAAC,EAAIqB,GAE7CN,GAAc,EAChB,CAEFC,GAAaE,GACbV,EAAWC,EAAQX,CAAC,EACpBW,EAAQX,CAAC,EAAIY,EACbO,GAAUnB,CAAC,EAAIN,EACjB,CACF,CACA,OAAAA,GAAQyB,GAAUjB,EAAI,CAAC,EAChBR,GAAQ6B,EACjB,EAEAvD,EAAQ,YAAcQ,EAAc,SAASwC,EAAKpB,EAASU,EAAY,CACrE,IAAIkB,EAAQC,EACZ,OAAIT,IAAQ,EACH,IAETQ,EAAS5B,EAAQoB,CAAG,EACpBS,EAAS7B,EAAQoB,EAAM,CAAC,EACjB1C,EAAYmD,CAAM,GAAMD,IAAWlB,EAAWU,CAAG,GAAKS,IAAWnB,EAAWU,EAAM,CAAC,EAC5F,EAEAhD,EAAQ,UAAYO,EAAY,SAASyC,EAAKpB,EAASU,EAAYoB,EAAK,CACtE,IAAIF,EAAQG,EACZ,OAAIX,IAAQU,EAAM,EACT,IAETF,EAAS5B,EAAQoB,CAAG,EACpBW,EAAS/B,EAAQoB,EAAM,CAAC,EACjB1C,EAAYqD,CAAM,GAAMH,IAAWlB,EAAWU,CAAG,GAAKW,IAAWrB,EAAWU,EAAM,CAAC,EAC5F,EAEA1C,EAAc,SAASsD,EAAG,CACxB,OAAOA,IAAM,KAAOA,IAAM,KAAOA,IAAM,KAAOA,IAAM,KAAOA,IAAM,KAAOA,IAAM,IAChF,EAEA3C,EAAgB,SAAS+B,EAAK,CAC5B,IAAIa,EACJ,OAAIb,EAAMtC,GACRmD,EAAKnD,EAAYsC,EACV,IAAMa,EAAKA,GAEX,KAAK,IAAI,IAAMnD,EAAYsC,EAAK,CAAC,CAE5C,EAEAhD,EAAQ,UAAYkB,EAAY,SAASgB,EAAGD,EAAG,CAC7C,OAAOd,GAAYA,EAAW,KAAK,IAAIc,EAAIC,CAAC,EAC9C,EAEApB,EAAa,SAASoB,EAAGD,EAAG6B,EAASd,EAAK,CACxC,MAAO,GAAId,GAAKd,EAAK0C,EAAU7C,EAAc+B,CAAG,GAAK9B,EAAUgB,EAAGD,CAAC,CACrE,EAEAjC,EAAQ,aAAegB,EAAe,SAAS+C,EAAOL,EAAKM,EAAUV,EAAOW,EAAK,CAC/E,IAAIC,EAAOX,EACX,OAAAA,EAAKQ,EACLG,EAAQ,EACJF,IAAaD,IACfG,GAAS,GAEPZ,IACFY,GAAS,GAEPD,IACFC,GAAS,GAEPH,IAAUL,IACRJ,IACEU,IAAaN,EACfH,GAAM,EAENA,GAAM,GAGNU,IACFC,GAAS,IAGNF,EAAWT,GAAMA,EAAKW,EAC/B,EAEAlE,EAAQ,eAAiBY,EAAiB,SAASmB,EAAGC,EAAGsB,EAAOd,EAAYI,EAAW,CACrF,IAAIuB,EAEJ,OADAA,EAAWlD,EAAcc,CAAC,EACtBuB,EACKa,EAAW/C,IAAOoB,EAAaI,EAAYJ,EAAaI,GAAa,IAEvEuB,EAAW/C,EAAKwB,CACzB,EAEA5C,EAAQ,kBAAoBa,EAAoB,SAASe,EAASU,EAAYhB,EAAOO,EAAUE,EAAGC,EAAGoC,EAAa,CAChH,IAAIC,EAAGpC,EAAGqC,EAAIpC,EAAGqC,EAAIP,EAAUT,EAW/B,IAVAtB,EAAIL,EAAQ,OACZM,EAAIZ,EAAM,OACVgD,EAAKrC,EAAIF,EACTwC,EAAKrC,EAAIF,EACTqC,EAAIC,EAAKC,EAAKD,EAAKC,EACnBP,EAAW,EACXT,EAAK,EACDjC,EAAMU,CAAC,IAAMJ,EAAQG,CAAC,GACxBiC,IAEK,EAAET,EAAKc,GAAKxC,EAAS,EAAEG,CAAC,IAAMM,EAAW,EAAEP,CAAC,GAC7CT,EAAMU,CAAC,IAAMJ,EAAQG,CAAC,GACxBiC,IAMJ,OAHIT,EAAKc,GACPtC,IAEEwB,IAAO,EACF,EAAI,EAAIS,EAEVhD,EAAauC,EAAIrB,EAAG8B,EAAUI,EAAa7D,EAAUwB,EAAGH,EAASU,EAAYL,CAAC,CAAC,CACxF,EAEAjC,EAAQ,gBAAkBe,EAAkB,SAASa,EAASU,EAAYhB,EAAOO,EAAUmB,EAAKd,EAAGD,EAAG,CACpG,IAAIgC,EAAKlC,EAAGyC,EAAMR,EAAUV,EAa5B,IAZAA,EAAQ9C,EAAYwC,EAAKpB,EAASU,CAAU,EACvCgB,IACHkB,EAAOlC,EAAW,QAAQT,EAAUmB,EAAM,CAAC,EACvCwB,EAAO,KACTlB,EAAQ9C,EAAYgE,EAAM5C,EAASU,CAAU,EACzCgB,IACFN,EAAMwB,KAIZzC,EAAI,GACJiC,EAAW,EACJ,EAAEjC,EAAIG,GACPZ,EAAM0B,EAAMjB,CAAC,IAAMH,EAAQG,CAAC,GAC9BiC,IAGJ,OAAAC,EAAM1D,EAAUyC,EAAMd,EAAI,EAAGN,EAASU,EAAYL,CAAC,EAC5CnB,EAAWoB,EAAGD,EAAGjB,EAAakB,EAAGA,EAAG8B,EAAUV,EAAOW,CAAG,EAAGjB,CAAG,CACvE,EAEA/C,EAAiB,UAAW,CAC1B,SAASA,EAAcyB,EAAOsB,EAAKe,EAAO,CACxC,KAAK,MAAQrC,EACb,KAAK,IAAMsB,EACX,KAAK,MAAQe,CACf,CAEA,OAAO9D,CAET,EAAG,EAEHE,EAAqB,IAAIF,EAAc,EAAG,GAAK,CAAC,EAEhDD,EAAQ,cAAgBW,EAAgB,SAASiB,EAASU,EAAYhB,EAAOO,EAAU,CACrF,IAAIkC,EAAOU,EAAU1C,EAAGC,EAAGC,EAAGC,EAAGC,EAAO6B,EAAUtC,EAAOgD,EAAUC,GAGnE,GAFA1C,EAAIL,EAAQ,OACZM,EAAIZ,EAAM,OACN,EAAEW,EAAI,GAAKC,EAAI,GACjB,OAAO/B,EAQT,IANA4D,EAAQ,EACRW,EAAW,EACXC,GAAS,EACTX,EAAW,EACXjC,EAAI,GACJC,EAAI,GACG,EAAEA,EAAIE,GAAG,CAEd,GADAC,EAAQN,EAASG,CAAC,EACd1B,EAAY6B,CAAK,EAEnB,GADAJ,EAAIO,EAAW,QAAQH,EAAOJ,EAAI,CAAC,EAC/BA,EAAI,GAAI,CACV2C,IACA,QACF,KACE,OAGJ,KAAO,EAAE3C,EAAIE,GACX,GAAIE,IAAUG,EAAWP,CAAC,GAAKvB,EAAYuB,EAAGH,EAASU,CAAU,EAAG,CAC9DhB,EAAMU,CAAC,IAAMJ,EAAQG,CAAC,GACxBiC,IAEFW,IAAU5C,EACVgC,IACA,KACF,CAEF,GAAIhC,IAAME,EACR,KAEJ,CACA,OAAI8B,EAAQ,EACH5D,GAETsE,EAAWV,IAAU7B,EAAI9B,EAAkBwB,EAASU,EAAYhB,EAAOyC,CAAK,EAAI,GAChFrC,EAAQV,EAAa+C,EAAO7B,EAAG8B,EAAU,GAAMS,CAAQ,EAChD,IAAIxE,EAAcyB,EAAOiD,GAASZ,EAAOA,EAAQW,CAAQ,EAClE,EAEAtE,EAAoB,SAASwB,EAASU,EAAYhB,EAAOsD,EAAkB,CACzE,IAAIb,EAAOhC,EAAGE,EAAGC,EAIjB,GAHAD,EAAIL,EAAQ,OACZM,EAAIZ,EAAM,OACVyC,EAAQ,EACJ9B,EAAI,GAAKC,EACX,MAAO,GAGT,IADAH,EAAI,GACG,EAAEA,EAAIE,GACX,GAAIzB,EAAYuB,EAAGH,EAASU,CAAU,GAAK,EAAEyB,EAAQa,EACnD,MAAO,GAGX,MAAO,EACT,CAEF,GAAG,KAAK5E,CAAI,ICtUZ,IAAA6E,GAAAC,GAAAC,IAAA,EAAC,UAAW,CACV,IAAIC,EAAcC,EAAUC,EAAYC,EAAcC,EAAmBC,EAASC,EAAWC,EAAWC,EAAWC,EAEnHA,EAAO,KAAqBJ,EAAUI,EAAK,QAAST,EAAeS,EAAK,aAAcF,EAAYE,EAAK,UAEvGD,EAAY,GAEZN,EAAa,IAEbH,GAAQ,MAAQ,SAASW,EAAQC,EAAOC,EAAS,CAC/C,IAAIC,EAAaC,EAAeC,EAAOC,EAEvC,OADAF,EAAgBF,EAAQ,cAAeC,EAAcD,EAAQ,YACvDC,GAAeR,EAAQK,EAAQI,EAAc,QAASA,EAAc,OAAO,GAGjFE,EAAYN,EAAO,YAAY,EAC/BK,EAAQf,EAAaU,EAAQM,EAAWF,CAAa,EACrDC,EAAQT,EAAUI,EAAQM,EAAWD,EAAOH,CAAO,EAC5C,KAAK,KAAKG,CAAK,GALb,CAMX,EAEAT,EAAY,SAASW,EAASC,EAAYC,EAAeP,EAAS,CAChE,IAAIQ,EAAOC,EAAeC,EAASC,EAAOC,EAAKC,EAAWC,EAAYC,EAAeb,EAAec,EACpG,GAAIT,IAAkB,EACpB,MAAO,GAIT,IAFAL,EAAgBF,EAAQ,cAAegB,EAAoBhB,EAAQ,kBAAmBe,EAAgBf,EAAQ,cAC9GY,EAAMP,EAAQ,OAAS,EAChBA,EAAQO,CAAG,IAAMG,GACtBH,IASF,GAPAF,EAAUL,EAAQ,YAAYU,EAAeH,CAAG,EAChDE,EAAaF,EAAMF,EACnBG,EAAY,EACRG,IACFH,GAAarB,EAAkBc,EAAYJ,EAAc,IAAKQ,EAASE,EAAK,CAAC,EAC7EL,GAAiBM,GAEfH,IAAY,GACd,OAAOH,EAGT,IADAI,EAAQT,EAAc,MACfQ,EAAU,IAAMC,KAAU,GAC/BD,EAAUL,EAAQ,YAAYU,EAAeL,EAAU,CAAC,EAE1D,OAAAD,EAAgBC,IAAY,GAAKH,EAAgBM,EAAYzB,EAAaiB,EAAQ,MAAMK,EAAU,EAAGE,EAAM,CAAC,EAAGN,EAAW,MAAMI,EAAU,EAAGE,EAAM,CAAC,EAAGV,CAAa,EACpKM,EAAQ,GAAMZ,GAAaA,EAAYP,EAASgB,EAASO,EAAM,EAAGG,CAAa,GACxEP,EAAQC,GAAiB,EAAID,GAASD,EAAgBZ,EAAU,EAAGL,EAAawB,CAAU,CACnG,EAEA3B,GAAQ,SAAWE,EAAW,SAAS4B,EAAML,EAAKG,EAAe,CAC/D,IAAIG,EAAOC,EACX,GAAIP,EAAM,EACR,MAAO,GAIT,IAFAM,EAAQ,EACRC,EAAI,GACG,EAAEA,EAAIP,GAAOK,EAAKE,CAAC,IAAMJ,GAAe,CAG/C,KAAO,EAAEI,EAAIP,GACX,GAAIK,EAAKE,CAAC,IAAMJ,EAEd,IADAG,IACO,EAAEC,EAAIP,GAAOK,EAAKE,CAAC,IAAMJ,GAAe,CAKnD,OAAOG,CACT,EAEA/B,GAAQ,aAAeI,EAAe,SAAS6B,EAAK,CAClD,IAAIC,EAEJ,OADAA,EAAMD,EAAI,YAAY,GAAG,EACrBC,EAAM,EACD,GAEAD,EAAI,OAAOC,EAAM,CAAC,CAE7B,EAEA7B,EAAoB,SAAS8B,EAAWC,EAAKC,EAAUC,EAAQC,EAAU,CACvE,IAAIC,EAAGC,EAASC,EAAGR,EAKnB,GAJI,CAACE,EAAI,SAGTF,EAAMC,EAAU,YAAY,IAAKG,CAAM,EACnC,EAAEJ,EAAMG,IACV,MAAO,GAUT,IARAK,EAAIN,EAAI,OACRI,EAAIF,EAASJ,EACTM,EAAIE,IACNA,EAAIF,EACJA,EAAIJ,EAAI,QAEVF,IACAO,EAAU,GACH,EAAEA,EAAUC,GACbP,EAAUD,EAAMO,CAAO,IAAML,EAAIK,CAAO,GAA5C,CAIF,OAAIA,IAAY,GAAKF,EAAW,EACvB,GAAMlC,EAAkB8B,EAAWC,EAAKC,EAAUH,EAAM,EAAGK,EAAW,CAAC,EAEzEE,EAAUD,CACnB,CAEF,GAAG,KAAKxC,EAAI,IC7GZ,IAAA2C,GAAAC,GAAA,CAAAC,GAAAC,KAAA,EAAC,UAAW,CACV,IAAIC,EAAOC,EAAWC,EAAUC,EAAcC,EAAcC,EAAaC,EAAoBC,EAE7FA,EAAO,KAAyBL,EAAWK,EAAK,SAAUH,EAAeG,EAAK,aAE9ER,GAAO,QAAUC,EAAS,UAAW,CACnC,SAASA,EAAMQ,EAAOC,EAAM,CAC1B,IAAIC,EAAcC,EAAeC,EAEjC,GADAA,EAAQH,GAAQ,KAAOA,EAAO,CAAC,EAAGC,EAAeE,EAAM,aAAcD,EAAgBC,EAAM,cACvF,EAAEJ,GAASA,EAAM,QACnB,OAAO,KAET,KAAK,MAAQA,EACb,KAAK,SAAWA,EAAM,YAAY,EAClC,KAAK,KAAOP,EAAUO,EAAOE,CAAY,EACzC,KAAK,QAAU,KAAK,KAAK,YAAY,EACrC,KAAK,QAAUJ,EAAmB,KAAK,IAAI,EAC3C,KAAK,MAAQJ,EAASM,EAAOA,EAAM,OAAQG,CAAa,EACxD,KAAK,IAAMP,EAAa,KAAK,QAAQ,EACrC,KAAK,UAAYD,EAAa,KAAK,QAAQ,CAC7C,CAEA,OAAOH,CAET,EAAG,EAEHK,EAAc,eAEdJ,EAAY,SAASO,EAAOE,EAAc,CACxC,OAAIA,GAAgB,OAClBA,EAAeL,GAEVG,EAAM,QAAQE,EAAc,EAAE,CACvC,EAEAJ,EAAqB,SAASO,EAAK,CACjC,IAAIC,EAAMC,EAAOC,EAAIC,EAErB,IADAF,EAAQ,GACHC,EAAK,EAAGC,EAAOJ,EAAI,OAAQG,EAAKC,EAAMD,IACzCF,EAAOD,EAAIG,CAAE,EACbD,GAASD,EAAK,YAAY,EAAE,CAAC,EAE/B,OAAOC,CACT,EAEAZ,EAAe,SAASU,EAAK,CAC3B,IAAIK,EAAWC,EAAGC,EAIlB,IAHAA,EAAMP,EAAI,OACVM,EAAI,GACJD,EAAY,CAAC,EACN,EAAEC,EAAIC,GACXF,EAAUL,EAAI,WAAWM,CAAC,CAAC,EAAI,GAEjC,OAAOD,CACT,CAEF,GAAG,KAAKpB,EAAI,ICxDZ,IAAAuB,GAAAC,GAAA,CAAAC,GAAAC,KAAA,EAAC,UAAW,CACV,IAAIC,EAAOC,EAAYC,EAAiBC,EAAQC,EAEhDD,EAAS,KAETF,EAAa,KAEbD,EAAQ,KAERE,EAAkB,SAASG,EAAG,CAC5B,OAAOA,EAAE,SACX,EAEAD,EAAiB,SAASC,EAAGC,EAAG,CAC9B,OAAOA,EAAE,MAAQD,EAAE,KACrB,EAEAN,GAAO,QAAU,SAASQ,EAAYC,EAAOC,EAAS,CACpD,IAAIC,EAAMC,EAAWC,EAAKC,EAAWC,EAAYC,EAAOC,EAAeC,EAAkBC,EAAUC,EAAQC,EAAgBC,EAAIC,EAM/H,IALAL,EAAmB,CAAC,EACpBL,EAAMH,EAAQ,IAAKK,EAAaL,EAAQ,WAAYI,EAAYJ,EAAQ,UAAWW,EAAiBX,EAAQ,eAC5GS,EAAYL,GAAa,MAASA,EAAY,EAAIA,EAAYN,EAAW,OAAS,EAClFG,EAAOE,GAAO,KACdI,EAAgBI,EAAiBnB,EAAaE,EACzCkB,EAAK,EAAGC,EAAOf,EAAW,OAAQc,EAAKC,IAC1CX,EAAYJ,EAAWc,CAAE,EACzBF,EAAST,EAAOC,EAAUC,CAAG,EAAID,EAC7B,IAACQ,IAGLJ,EAAQC,EAAc,MAAMG,EAAQX,EAAOC,CAAO,EAC9CM,EAAQ,IACVE,EAAiB,KAAK,CACpB,UAAWN,EACX,MAAOI,CACT,CAAC,EACG,CAAC,EAAEG,MAZuCG,IAGhD,CAcF,OAAAJ,EAAiB,KAAKb,CAAc,EACpCG,EAAaU,EAAiB,IAAIf,CAAe,EAC7CY,GAAc,OAChBP,EAAaA,EAAW,MAAM,EAAGO,CAAU,GAEtCP,CACT,CAEF,GAAG,KAAKT,EAAI,ICjDZ,IAAAyB,GAAAC,GAAAC,IAAA,EAAC,UAAW,CACV,IAAIC,EAAeC,EAAcC,EAASC,EAAaC,EAAOC,EAAcC,EAAeC,EAAgBC,EAAmBC,EAE9HA,EAAO,KAAqBP,EAAUO,EAAK,QAASN,EAAcM,EAAK,YAAaD,EAAoBC,EAAK,kBAAmBF,EAAiBE,EAAK,eAAgBH,EAAgBG,EAAK,cAE3LV,GAAQ,MAAQK,EAAQ,SAASM,EAAQC,EAAOC,EAAS,CACvD,IAAIC,EAAaC,EAAaC,EAASC,EAAeC,EAAeC,EAErE,OADAL,EAAcD,EAAQ,YAAaK,EAAgBL,EAAQ,cAAeI,EAAgBJ,EAAQ,cAC5FC,GAAeX,EAAQQ,EAAQO,EAAc,QAASA,EAAc,OAAO,GAGjFC,EAAYR,EAAO,YAAY,EAC/BK,EAAUd,EAAaS,EAAQQ,EAAWD,CAAa,EACnDF,EAAQ,SAAW,GAGnBL,EAAO,QAAQM,CAAa,EAAI,KAClCF,EAAcd,EAAcU,EAAQQ,EAAWD,EAAeD,CAAa,EAC3ED,EAAUV,EAAaU,EAASD,CAAW,GAEtCC,GAXE,CAAC,CAYZ,EAEAhB,GAAQ,KAAO,SAASW,EAAQC,EAAOC,EAAS,CAC9C,IAAIO,EAAYC,EAAUC,EAAgBC,EAAQC,EAAQC,EAAUC,EAAUC,EAASC,EAavF,GAZKf,EAAQ,MAAQ,OACnBe,EAAQf,EAAQ,KAAMY,EAAWG,EAAM,SAAUD,EAAUC,EAAM,QAASF,EAAWE,EAAM,UAEzFH,GAAY,OACdA,EAAW,aAETE,GAAW,OACbA,EAAU,kBAAoBF,EAAW,MAEvCC,GAAY,OACdA,EAAW,aAETf,IAAWC,EACb,OAAOe,EAAUhB,EAASe,EAG5B,GADAJ,EAAiBjB,EAAMM,EAAQC,EAAOC,CAAO,EACzCS,EAAe,SAAW,EAC5B,OAAOX,EAKT,IAHAY,EAAS,GACTH,EAAa,GACbI,EAAS,EACF,EAAEJ,EAAaE,EAAe,QAAQ,CAM3C,IALAD,EAAWC,EAAeF,CAAU,EAChCC,EAAWG,IACbD,GAAUZ,EAAO,UAAUa,EAAQH,CAAQ,EAC3CG,EAASH,GAEJ,EAAED,EAAaE,EAAe,QACnC,GAAIA,EAAeF,CAAU,IAAMC,EAAW,EAC5CA,QACK,CACLD,IACA,KACF,CAEFC,IACIA,EAAWG,IACbD,GAAUI,EACVJ,GAAUZ,EAAO,UAAUa,EAAQH,CAAQ,EAC3CE,GAAUG,EACVF,EAASH,EAEb,CACA,OAAIG,GAAUb,EAAO,OAAS,IAC5BY,GAAUZ,EAAO,UAAUa,CAAM,GAE5BD,CACT,EAEAtB,EAAgB,SAAS4B,EAASC,EAAYZ,EAAeD,EAAe,CAC1E,IAAIc,EAASC,EAAOC,EAEpB,IADAA,EAAMJ,EAAQ,OAAS,EAChBA,EAAQI,CAAG,IAAMhB,GACtBgB,IAGF,GADAF,EAAUF,EAAQ,YAAYZ,EAAegB,CAAG,EAC5CF,IAAY,GACd,MAAO,CAAC,EAGV,IADAC,EAAQd,EAAc,MACfc,KAAU,GAEf,GADAD,EAAUF,EAAQ,YAAYZ,EAAec,EAAU,CAAC,EACpDA,IAAY,GACd,MAAO,CAAC,EAGZ,OAAAA,IACAE,IACO/B,EAAa2B,EAAQ,MAAME,EAASE,CAAG,EAAGH,EAAW,MAAMC,EAASE,CAAG,EAAGf,EAAea,CAAO,CACzG,EAEAzB,EAAe,SAAS4B,EAAGC,EAAG,CAC5B,IAAIC,EAAIC,EAAIC,EAAGC,EAAGC,EAAGC,EAAGC,EAGxB,GAFAF,EAAIN,EAAE,OACNO,EAAIN,EAAE,OACFM,IAAM,EACR,OAAOP,EAAE,MAAM,EAEjB,GAAIM,IAAM,EACR,OAAOL,EAAE,MAAM,EAMjB,IAJAG,EAAI,GACJC,EAAI,EACJF,EAAKF,EAAEI,CAAC,EACRG,EAAM,CAAC,EACA,EAAEJ,EAAIE,GAAG,CAEd,IADAJ,EAAKF,EAAEI,CAAC,EACDD,GAAMD,GAAM,EAAEG,EAAIE,GACnBJ,EAAKD,GACPM,EAAI,KAAKL,CAAE,EAEbA,EAAKF,EAAEI,CAAC,EAEVG,EAAI,KAAKN,CAAE,CACb,CACA,KAAOG,EAAIE,GACTC,EAAI,KAAKP,EAAEI,GAAG,CAAC,EAEjB,OAAOG,CACT,EAEAxC,EAAe,SAAS2B,EAASC,EAAYZ,EAAeyB,EAAQ,CAClE,IAAIC,EAAUC,EAAMC,EAAMC,EAAIC,EAAYC,EAAOC,EAAWC,EAAUC,EAASC,EAAWf,EAAGC,EAAGC,EAAGxB,EAASsC,EAAMb,EAAGc,EAAK3C,EAAO4C,EAAUC,EAAOC,GAAYC,EAAWC,GAAUC,GAAOC,GAAOC,GAkBjM,IAjBIpB,GAAU,OACZA,EAAS,GAEX/B,EAAQM,EAAc,MACtBsC,EAAWtC,EAAc,SACzBsB,EAAIX,EAAQ,OACZY,EAAI7B,EAAM,OACVoC,EAAazC,EAAcsB,EAASC,EAAYlB,EAAO4C,CAAQ,EAAE,MACjEG,EAAY,IAAI,MAAMlB,CAAC,EACvBW,EAAU,IAAI,MAAMX,CAAC,EACrBK,EAAO,EACPC,EAAK,EACLF,EAAO,EACPD,EAAW,EACXmB,GAAQ,IAAI,MAAMvB,EAAIC,CAAC,EACvBc,EAAM,GACNhB,EAAI,GACG,EAAEA,EAAIE,GACXkB,EAAUpB,CAAC,EAAI,EACfa,EAAQb,CAAC,EAAI,EAGf,IADAD,EAAI,GACG,EAAEA,EAAIE,GAMX,IALAiB,EAAQ,EACRG,GAAW,EACXT,EAAW,EACXU,GAAQ/B,EAAWQ,CAAC,EACpBC,EAAI,GACG,EAAEA,EAAIE,GACXY,EAAY,EACZJ,EAAQ,EACRS,GAAaE,GACTJ,EAASjB,CAAC,IAAMsB,KAClBC,GAAQ1D,EAAYkC,EAAGT,EAASC,CAAU,EAC1CuB,EAAYF,EAAW,EAAIA,EAAW1C,EAAkBoB,EAASC,EAAYlB,EAAO4C,EAAUlB,EAAGC,EAAGuB,EAAK,EACzGb,EAAQS,GAAalD,EAAe8B,EAAGC,EAAGuB,GAAOd,EAAYK,CAAS,GAExEO,GAAWD,EAAUpB,CAAC,EACtBY,EAAWC,EAAQb,CAAC,EAChBkB,EAAQG,GACVN,EAAOT,GAEPY,EAAQG,GACRN,EAAOP,GAELE,EAAQQ,GACVA,EAAQR,EACRK,EAAOV,GAEPS,EAAY,EAEdM,EAAUpB,CAAC,EAAIkB,EACfL,EAAQb,CAAC,EAAIc,EACbU,GAAM,EAAER,CAAG,EAAIE,EAAQ,EAAIH,EAAOR,EAQtC,IALAR,EAAIE,EAAI,EACRD,EAAIE,EAAI,EACRc,EAAMjB,EAAIG,EAAIF,EACdW,EAAY,GACZlC,EAAU,CAAC,EACJkC,GAAaZ,GAAK,GAAKC,GAAK,GACjC,OAAQwB,GAAMR,CAAG,EAAG,CAClB,KAAKR,EACHT,IACAiB,GAAOd,EACP,MACF,KAAKI,EACHN,IACAgB,IACA,MACF,KAAKX,EACH5B,EAAQ,KAAKsB,EAAIK,CAAM,EACvBJ,IACAD,IACAiB,GAAOd,EAAI,EACX,MACF,QACES,EAAY,EAChB,CAEF,OAAAlC,EAAQ,QAAQ,EACTA,CACT,CAEF,GAAG,KAAKhB,EAAI,ICtNZ,IAAAgE,GAAAC,GAAA,CAAAC,GAAAC,KAAA,EAAC,UAAW,CACV,IAAIC,EAAOC,EAAsBC,EAAQC,EAASC,EAAcC,EAAYC,EAAoBC,EAEhGL,EAAS,KAETC,EAAU,KAEVI,EAAS,KAETF,EAAa,KAEbL,EAAQ,KAERM,EAAqB,KAErBL,GAAwB,OAAO,SAAY,aAAe,UAAY,KAAO,QAAQ,SAAW,UAAY,QAAU,KAAO,IAE7HF,GAAO,QAAU,CACf,OAAQ,SAASS,EAAYC,EAAOC,EAAS,CAI3C,OAHIA,GAAW,OACbA,EAAU,CAAC,GAEND,GAAS,MAAOA,EAAM,SAAqBD,GAAc,MAAOA,EAAW,SAGlFE,EAAUN,EAAaM,EAASD,CAAK,EAC9BP,EAAOM,EAAYC,EAAOC,CAAO,GAH/B,CAAC,CAIZ,EACA,MAAO,SAASC,EAAQF,EAAOC,EAAS,CAItC,OAHIA,GAAW,OACbA,EAAU,CAAC,GAENC,GAAU,MAAOA,EAAO,SAAqBF,GAAS,MAAOA,EAAM,SAG1EC,EAAUN,EAAaM,EAASD,CAAK,EACjCC,EAAQ,eACHL,EAAW,MAAMM,EAAQF,EAAOC,CAAO,EAEvCH,EAAO,MAAMI,EAAQF,EAAOC,CAAO,GANnC,CAQX,EACA,MAAO,SAASC,EAAQF,EAAOC,EAAS,CACtC,IAAIE,EAAIC,EAAMC,EAId,OAHIJ,GAAW,OACbA,EAAU,CAAC,GAERC,EAGAF,EAGDE,IAAWF,EACL,UAAW,CACjBK,EAAW,CAAC,EACZ,QAASF,EAAK,EAAGC,EAAOF,EAAO,OAAQ,GAAKE,EAAOD,EAAKC,EAAOD,EAAKC,EAAM,GAAKA,EAAOD,IAAOA,IAAOE,EAAS,KAAKF,CAAE,EACpH,OAAOE,CACT,EAAG,MAAM,IAAI,GAEfJ,EAAUN,EAAaM,EAASD,CAAK,EAC9BN,EAAQ,MAAMQ,EAAQF,EAAOC,CAAO,GAVlC,CAAC,EAHD,CAAC,CAcZ,EACA,KAAM,SAASC,EAAQF,EAAOC,EAAS,CAIrC,OAHIA,GAAW,OACbA,EAAU,CAAC,GAERC,EAGAF,GAGLC,EAAUN,EAAaM,EAASD,CAAK,EAC9BN,EAAQ,KAAKQ,EAAQF,EAAOC,CAAO,GAHjC,CAAC,EAHD,CAAC,CAOZ,EACA,aAAc,SAASD,EAAOC,EAAS,CACrC,OAAIA,GAAW,OACbA,EAAU,CAAC,GAEbA,EAAUN,EAAaM,EAASD,CAAK,EAC9BC,EAAQ,aACjB,CACF,EAEAN,EAAe,SAASM,EAASD,EAAO,CACtC,OAAIC,EAAQ,aAAe,OACzBA,EAAQ,YAAc,IAEpBA,EAAQ,gBAAkB,OAC5BA,EAAQ,eAAiB,IAEvBA,EAAQ,mBAAqB,OAC/BA,EAAQ,kBAAoB,IAE1BA,EAAQ,eAAiB,OAC3BA,EAAQ,cAAgBT,GAEtBS,EAAQ,cAAgB,OAC1BA,EAAQ,aAAe,MAErBA,EAAQ,MAAQ,OAClBA,EAAQ,KAAO,MAEbA,EAAQ,eAAiB,OAC3BA,EAAQ,cAAgBJ,GAAsBA,EAAmB,QAAUG,EAAQH,EAAsBA,EAAqB,IAAIN,EAAMS,EAAOC,CAAO,GAEjJA,CACT,CAEF,GAAG,KAAKZ,EAAI,IC9FZ,IAAIiB,GAAgB,SAASC,EAAGC,EAAG,CACjC,OAAAF,GAAgB,OAAO,gBAClB,CAAE,UAAW,CAAC,CAAE,YAAa,OAAS,SAAUC,EAAGC,EAAG,CAAED,EAAE,UAAYC,CAAG,GAC1E,SAAUD,EAAGC,EAAG,CAAE,QAASC,KAAKD,EAAO,OAAO,UAAU,eAAe,KAAKA,EAAGC,CAAC,IAAGF,EAAEE,CAAC,EAAID,EAAEC,CAAC,EAAG,EAC7FH,GAAcC,EAAGC,CAAC,CAC3B,EAEO,SAASE,EAAUH,EAAGC,EAAG,CAC9B,GAAI,OAAOA,GAAM,YAAcA,IAAM,KACjC,MAAM,IAAI,UAAU,uBAAyB,OAAOA,CAAC,EAAI,+BAA+B,EAC5FF,GAAcC,EAAGC,CAAC,EAClB,SAASG,GAAK,CAAE,KAAK,YAAcJ,CAAG,CACtCA,EAAE,UAAYC,IAAM,KAAO,OAAO,OAAOA,CAAC,GAAKG,EAAG,UAAYH,EAAE,UAAW,IAAIG,EACjF,CAqFO,SAASC,GAAUC,EAASC,EAAYC,EAAGC,EAAW,CAC3D,SAASC,EAAMC,EAAO,CAAE,OAAOA,aAAiBH,EAAIG,EAAQ,IAAIH,EAAE,SAAUI,EAAS,CAAEA,EAAQD,CAAK,CAAG,CAAC,CAAG,CAC3G,OAAO,IAAKH,IAAMA,EAAI,UAAU,SAAUI,EAASC,EAAQ,CACvD,SAASC,EAAUH,EAAO,CAAE,GAAI,CAAEI,EAAKN,EAAU,KAAKE,CAAK,CAAC,CAAG,OAASK,EAAG,CAAEH,EAAOG,CAAC,CAAG,CAAE,CAC1F,SAASC,EAASN,EAAO,CAAE,GAAI,CAAEI,EAAKN,EAAU,MAASE,CAAK,CAAC,CAAG,OAASK,EAAG,CAAEH,EAAOG,CAAC,CAAG,CAAE,CAC7F,SAASD,EAAKG,EAAQ,CAAEA,EAAO,KAAON,EAAQM,EAAO,KAAK,EAAIR,EAAMQ,EAAO,KAAK,EAAE,KAAKJ,EAAWG,CAAQ,CAAG,CAC7GF,GAAMN,EAAYA,EAAU,MAAMH,EAASC,GAAc,CAAC,CAAC,GAAG,KAAK,CAAC,CACxE,CAAC,CACH,CAEO,SAASY,GAAYb,EAASc,EAAM,CACzC,IAAIC,EAAI,CAAE,MAAO,EAAG,KAAM,UAAW,CAAE,GAAIC,EAAE,CAAC,EAAI,EAAG,MAAMA,EAAE,CAAC,EAAG,OAAOA,EAAE,CAAC,CAAG,EAAG,KAAM,CAAC,EAAG,IAAK,CAAC,CAAE,EAAGC,EAAGC,EAAGF,EAAGG,EAAI,OAAO,QAAQ,OAAO,UAAa,WAAa,SAAW,QAAQ,SAAS,EAC/L,OAAOA,EAAE,KAAOC,EAAK,CAAC,EAAGD,EAAE,MAAWC,EAAK,CAAC,EAAGD,EAAE,OAAYC,EAAK,CAAC,EAAG,OAAO,QAAW,aAAeD,EAAE,OAAO,QAAQ,EAAI,UAAW,CAAE,OAAO,IAAM,GAAIA,EAC1J,SAASC,EAAKC,EAAG,CAAE,OAAO,SAAUC,EAAG,CAAE,OAAOb,EAAK,CAACY,EAAGC,CAAC,CAAC,CAAG,CAAG,CACjE,SAASb,EAAKc,EAAI,CACd,GAAIN,EAAG,MAAM,IAAI,UAAU,iCAAiC,EAC5D,KAAOE,IAAMA,EAAI,EAAGI,EAAG,CAAC,IAAMR,EAAI,IAAKA,GAAG,GAAI,CAC1C,GAAIE,EAAI,EAAGC,IAAMF,EAAIO,EAAG,CAAC,EAAI,EAAIL,EAAE,OAAYK,EAAG,CAAC,EAAIL,EAAE,SAAcF,EAAIE,EAAE,SAAcF,EAAE,KAAKE,CAAC,EAAG,GAAKA,EAAE,OAAS,EAAEF,EAAIA,EAAE,KAAKE,EAAGK,EAAG,CAAC,CAAC,GAAG,KAAM,OAAOP,EAE3J,OADIE,EAAI,EAAGF,IAAGO,EAAK,CAACA,EAAG,CAAC,EAAI,EAAGP,EAAE,KAAK,GAC9BO,EAAG,CAAC,EAAG,CACX,IAAK,GAAG,IAAK,GAAGP,EAAIO,EAAI,MACxB,IAAK,GAAG,OAAAR,EAAE,QAAgB,CAAE,MAAOQ,EAAG,CAAC,EAAG,KAAM,EAAM,EACtD,IAAK,GAAGR,EAAE,QAASG,EAAIK,EAAG,CAAC,EAAGA,EAAK,CAAC,CAAC,EAAG,SACxC,IAAK,GAAGA,EAAKR,EAAE,IAAI,IAAI,EAAGA,EAAE,KAAK,IAAI,EAAG,SACxC,QACI,GAAMC,EAAID,EAAE,KAAM,EAAAC,EAAIA,EAAE,OAAS,GAAKA,EAAEA,EAAE,OAAS,CAAC,KAAOO,EAAG,CAAC,IAAM,GAAKA,EAAG,CAAC,IAAM,GAAI,CAAER,EAAI,EAAG,QAAU,CAC3G,GAAIQ,EAAG,CAAC,IAAM,IAAM,CAACP,GAAMO,EAAG,CAAC,EAAIP,EAAE,CAAC,GAAKO,EAAG,CAAC,EAAIP,EAAE,CAAC,GAAK,CAAED,EAAE,MAAQQ,EAAG,CAAC,EAAG,KAAO,CACrF,GAAIA,EAAG,CAAC,IAAM,GAAKR,EAAE,MAAQC,EAAE,CAAC,EAAG,CAAED,EAAE,MAAQC,EAAE,CAAC,EAAGA,EAAIO,EAAI,KAAO,CACpE,GAAIP,GAAKD,EAAE,MAAQC,EAAE,CAAC,EAAG,CAAED,EAAE,MAAQC,EAAE,CAAC,EAAGD,EAAE,IAAI,KAAKQ,CAAE,EAAG,KAAO,CAC9DP,EAAE,CAAC,GAAGD,EAAE,IAAI,IAAI,EACpBA,EAAE,KAAK,IAAI,EAAG,QACtB,CACAQ,EAAKT,EAAK,KAAKd,EAASe,CAAC,CAC7B,OAASL,EAAG,CAAEa,EAAK,CAAC,EAAGb,CAAC,EAAGQ,EAAI,CAAG,QAAE,CAAUD,EAAID,EAAI,CAAG,CACzD,GAAIO,EAAG,CAAC,EAAI,EAAG,MAAMA,EAAG,CAAC,EAAG,MAAO,CAAE,MAAOA,EAAG,CAAC,EAAIA,EAAG,CAAC,EAAI,OAAQ,KAAM,EAAK,CACnF,CACF,CAkBO,SAASC,EAASC,EAAG,CAC1B,IAAIC,EAAI,OAAO,QAAW,YAAc,OAAO,SAAUC,EAAID,GAAKD,EAAEC,CAAC,EAAGE,EAAI,EAC5E,GAAID,EAAG,OAAOA,EAAE,KAAKF,CAAC,EACtB,GAAIA,GAAK,OAAOA,EAAE,QAAW,SAAU,MAAO,CAC1C,KAAM,UAAY,CACd,OAAIA,GAAKG,GAAKH,EAAE,SAAQA,EAAI,QACrB,CAAE,MAAOA,GAAKA,EAAEG,GAAG,EAAG,KAAM,CAACH,CAAE,CAC1C,CACJ,EACA,MAAM,IAAI,UAAUC,EAAI,0BAA4B,iCAAiC,CACvF,CAEO,SAASG,EAAOJ,EAAGK,EAAG,CAC3B,IAAIH,EAAI,OAAO,QAAW,YAAcF,EAAE,OAAO,QAAQ,EACzD,GAAI,CAACE,EAAG,OAAOF,EACf,IAAIG,EAAID,EAAE,KAAKF,CAAC,EAAGM,EAAGC,EAAK,CAAC,EAAGC,EAC/B,GAAI,CACA,MAAQH,IAAM,QAAUA,KAAM,IAAM,EAAEC,EAAIH,EAAE,KAAK,GAAG,MAAMI,EAAG,KAAKD,EAAE,KAAK,CAC7E,OACOG,EAAO,CAAED,EAAI,CAAE,MAAOC,CAAM,CAAG,QACtC,CACI,GAAI,CACIH,GAAK,CAACA,EAAE,OAASJ,EAAIC,EAAE,SAAYD,EAAE,KAAKC,CAAC,CACnD,QACA,CAAU,GAAIK,EAAG,MAAMA,EAAE,KAAO,CACpC,CACA,OAAOD,CACT,CAkBO,SAASG,EAAcC,EAAIC,EAAMC,EAAM,CAC5C,GAAIA,GAAQ,UAAU,SAAW,EAAG,QAASC,EAAI,EAAGC,EAAIH,EAAK,OAAQI,EAAIF,EAAIC,EAAGD,KACxEE,GAAM,EAAEF,KAAKF,MACRI,IAAIA,EAAK,MAAM,UAAU,MAAM,KAAKJ,EAAM,EAAGE,CAAC,GACnDE,EAAGF,CAAC,EAAIF,EAAKE,CAAC,GAGtB,OAAOH,EAAG,OAAOK,GAAM,MAAM,UAAU,MAAM,KAAKJ,CAAI,CAAC,CACzD,CAEO,SAASK,GAAQC,EAAG,CACzB,OAAO,gBAAgBD,IAAW,KAAK,EAAIC,EAAG,MAAQ,IAAID,GAAQC,CAAC,CACrE,CAEO,SAASC,GAAiBC,EAASC,EAAYC,EAAW,CAC/D,GAAI,CAAC,OAAO,cAAe,MAAM,IAAI,UAAU,sCAAsC,EACrF,IAAIC,EAAID,EAAU,MAAMF,EAASC,GAAc,CAAC,CAAC,EAAGP,EAAGU,EAAI,CAAC,EAC5D,OAAOV,EAAI,OAAO,QAAQ,OAAO,eAAkB,WAAa,cAAgB,QAAQ,SAAS,EAAGW,EAAK,MAAM,EAAGA,EAAK,OAAO,EAAGA,EAAK,SAAUC,CAAW,EAAGZ,EAAE,OAAO,aAAa,EAAI,UAAY,CAAE,OAAO,IAAM,EAAGA,EACtN,SAASY,EAAYC,EAAG,CAAE,OAAO,SAAUT,EAAG,CAAE,OAAO,QAAQ,QAAQA,CAAC,EAAE,KAAKS,EAAGC,CAAM,CAAG,CAAG,CAC9F,SAASH,EAAKI,EAAGF,EAAG,CAAMJ,EAAEM,CAAC,IAAKf,EAAEe,CAAC,EAAI,SAAUX,EAAG,CAAE,OAAO,IAAI,QAAQ,SAAUY,EAAGC,EAAG,CAAEP,EAAE,KAAK,CAACK,EAAGX,EAAGY,EAAGC,CAAC,CAAC,EAAI,GAAKC,EAAOH,EAAGX,CAAC,CAAG,CAAC,CAAG,EAAOS,IAAGb,EAAEe,CAAC,EAAIF,EAAEb,EAAEe,CAAC,CAAC,GAAK,CACvK,SAASG,EAAOH,EAAGX,EAAG,CAAE,GAAI,CAAEe,EAAKV,EAAEM,CAAC,EAAEX,CAAC,CAAC,CAAG,OAASgB,EAAG,CAAEC,EAAOX,EAAE,CAAC,EAAE,CAAC,EAAGU,CAAC,CAAG,CAAE,CACjF,SAASD,EAAKG,EAAG,CAAEA,EAAE,iBAAiBnB,GAAU,QAAQ,QAAQmB,EAAE,MAAM,CAAC,EAAE,KAAKC,EAAST,CAAM,EAAIO,EAAOX,EAAE,CAAC,EAAE,CAAC,EAAGY,CAAC,CAAG,CACvH,SAASC,EAAQC,EAAO,CAAEN,EAAO,OAAQM,CAAK,CAAG,CACjD,SAASV,EAAOU,EAAO,CAAEN,EAAO,QAASM,CAAK,CAAG,CACjD,SAASH,EAAOR,EAAGT,EAAG,CAAMS,EAAET,CAAC,EAAGM,EAAE,MAAM,EAAGA,EAAE,QAAQQ,EAAOR,EAAE,CAAC,EAAE,CAAC,EAAGA,EAAE,CAAC,EAAE,CAAC,CAAC,CAAG,CACnF,CAQO,SAASe,GAAcC,EAAG,CAC/B,GAAI,CAAC,OAAO,cAAe,MAAM,IAAI,UAAU,sCAAsC,EACrF,IAAIC,EAAID,EAAE,OAAO,aAAa,EAAGE,EACjC,OAAOD,EAAIA,EAAE,KAAKD,CAAC,GAAKA,EAAI,OAAOG,GAAa,WAAaA,EAASH,CAAC,EAAIA,EAAE,OAAO,QAAQ,EAAE,EAAGE,EAAI,CAAC,EAAGE,EAAK,MAAM,EAAGA,EAAK,OAAO,EAAGA,EAAK,QAAQ,EAAGF,EAAE,OAAO,aAAa,EAAI,UAAY,CAAE,OAAO,IAAM,EAAGA,GAC9M,SAASE,EAAKC,EAAG,CAAEH,EAAEG,CAAC,EAAIL,EAAEK,CAAC,GAAK,SAAUC,EAAG,CAAE,OAAO,IAAI,QAAQ,SAAUC,EAASC,EAAQ,CAAEF,EAAIN,EAAEK,CAAC,EAAEC,CAAC,EAAGG,EAAOF,EAASC,EAAQF,EAAE,KAAMA,EAAE,KAAK,CAAG,CAAC,CAAG,CAAG,CAC/J,SAASG,EAAOF,EAASC,EAAQE,EAAGJ,EAAG,CAAE,QAAQ,QAAQA,CAAC,EAAE,KAAK,SAASA,EAAG,CAAEC,EAAQ,CAAE,MAAOD,EAAG,KAAMI,CAAE,CAAC,CAAG,EAAGF,CAAM,CAAG,CAC7H,CCxPM,SAAUG,EAAWC,EAAU,CACnC,OAAO,OAAOA,GAAU,UAC1B,CCGM,SAAUC,GAAoBC,EAAgC,CAClE,IAAMC,EAAS,SAACC,EAAa,CAC3B,MAAM,KAAKA,CAAQ,EACnBA,EAAS,MAAQ,IAAI,MAAK,EAAG,KAC/B,EAEMC,EAAWH,EAAWC,CAAM,EAClC,OAAAE,EAAS,UAAY,OAAO,OAAO,MAAM,SAAS,EAClDA,EAAS,UAAU,YAAcA,EAC1BA,CACT,CCDO,IAAMC,GAA+CC,GAC1D,SAACC,EAAM,CACL,OAAA,SAA4CC,EAA0B,CACpED,EAAO,IAAI,EACX,KAAK,QAAUC,EACRA,EAAO,OAAM;EACxBA,EAAO,IAAI,SAACC,EAAKC,EAAC,CAAK,OAAGA,EAAI,EAAC,KAAKD,EAAI,SAAQ,CAAzB,CAA6B,EAAE,KAAK;GAAM,EACzD,GACJ,KAAK,KAAO,sBACZ,KAAK,OAASD,CAChB,CARA,CAQC,ECvBC,SAAUG,GAAaC,EAA6BC,EAAO,CAC/D,GAAID,EAAK,CACP,IAAME,EAAQF,EAAI,QAAQC,CAAI,EAC9B,GAAKC,GAASF,EAAI,OAAOE,EAAO,CAAC,EAErC,CCOA,IAAAC,GAAA,UAAA,CAyBE,SAAAA,EAAoBC,EAA4B,CAA5B,KAAA,gBAAAA,EAdb,KAAA,OAAS,GAER,KAAA,WAAmD,KAMnD,KAAA,YAAqD,IAMV,CAQnD,OAAAD,EAAA,UAAA,YAAA,UAAA,aACME,EAEJ,GAAI,CAAC,KAAK,OAAQ,CAChB,KAAK,OAAS,GAGN,IAAAC,EAAe,KAAI,WAC3B,GAAIA,EAEF,GADA,KAAK,WAAa,KACd,MAAM,QAAQA,CAAU,MAC1B,QAAqBC,EAAAC,EAAAF,CAAU,EAAAG,EAAAF,EAAA,KAAA,EAAA,CAAAE,EAAA,KAAAA,EAAAF,EAAA,KAAA,EAAE,CAA5B,IAAMG,EAAMD,EAAA,MACfC,EAAO,OAAO,IAAI,yGAGpBJ,EAAW,OAAO,IAAI,EAIlB,IAAiBK,EAAqB,KAAI,gBAClD,GAAIC,EAAWD,CAAgB,EAC7B,GAAI,CACFA,EAAgB,QACTE,EAAG,CACVR,EAASQ,aAAaC,GAAsBD,EAAE,OAAS,CAACA,CAAC,EAIrD,IAAAE,EAAgB,KAAI,YAC5B,GAAIA,EAAa,CACf,KAAK,YAAc,SACnB,QAAwBC,EAAAR,EAAAO,CAAW,EAAAE,EAAAD,EAAA,KAAA,EAAA,CAAAC,EAAA,KAAAA,EAAAD,EAAA,KAAA,EAAE,CAAhC,IAAME,EAASD,EAAA,MAClB,GAAI,CACFE,GAAcD,CAAS,QAChBE,EAAK,CACZf,EAASA,GAAM,KAANA,EAAU,CAAA,EACfe,aAAeN,GACjBT,EAAMgB,EAAAA,EAAA,CAAA,EAAAC,EAAOjB,CAAM,CAAA,EAAAiB,EAAKF,EAAI,MAAM,CAAA,EAElCf,EAAO,KAAKe,CAAG,sGAMvB,GAAIf,EACF,MAAM,IAAIS,GAAoBT,CAAM,EAG1C,EAoBAF,EAAA,UAAA,IAAA,SAAIoB,EAAuB,OAGzB,GAAIA,GAAYA,IAAa,KAC3B,GAAI,KAAK,OAGPJ,GAAcI,CAAQ,MACjB,CACL,GAAIA,aAAoBpB,EAAc,CAGpC,GAAIoB,EAAS,QAAUA,EAAS,WAAW,IAAI,EAC7C,OAEFA,EAAS,WAAW,IAAI,GAEzB,KAAK,aAAcC,EAAA,KAAK,eAAW,MAAAA,IAAA,OAAAA,EAAI,CAAA,GAAI,KAAKD,CAAQ,EAG/D,EAOQpB,EAAA,UAAA,WAAR,SAAmBsB,EAAoB,CAC7B,IAAAnB,EAAe,KAAI,WAC3B,OAAOA,IAAemB,GAAW,MAAM,QAAQnB,CAAU,GAAKA,EAAW,SAASmB,CAAM,CAC1F,EASQtB,EAAA,UAAA,WAAR,SAAmBsB,EAAoB,CAC7B,IAAAnB,EAAe,KAAI,WAC3B,KAAK,WAAa,MAAM,QAAQA,CAAU,GAAKA,EAAW,KAAKmB,CAAM,EAAGnB,GAAcA,EAAa,CAACA,EAAYmB,CAAM,EAAIA,CAC5H,EAMQtB,EAAA,UAAA,cAAR,SAAsBsB,EAAoB,CAChC,IAAAnB,EAAe,KAAI,WACvBA,IAAemB,EACjB,KAAK,WAAa,KACT,MAAM,QAAQnB,CAAU,GACjCoB,GAAUpB,EAAYmB,CAAM,CAEhC,EAgBAtB,EAAA,UAAA,OAAA,SAAOoB,EAAsC,CACnC,IAAAR,EAAgB,KAAI,YAC5BA,GAAeW,GAAUX,EAAaQ,CAAQ,EAE1CA,aAAoBpB,GACtBoB,EAAS,cAAc,IAAI,CAE/B,EAlLcpB,EAAA,MAAS,UAAA,CACrB,IAAMwB,EAAQ,IAAIxB,EAClB,OAAAwB,EAAM,OAAS,GACRA,CACT,EAAE,EA+KJxB,GArLA,EAuLO,IAAMyB,GAAqBC,GAAa,MAEzC,SAAUC,GAAeC,EAAU,CACvC,OACEA,aAAiBF,IAChBE,GAAS,WAAYA,GAASC,EAAWD,EAAM,MAAM,GAAKC,EAAWD,EAAM,GAAG,GAAKC,EAAWD,EAAM,WAAW,CAEpH,CAEA,SAASE,GAAcC,EAAwC,CACzDF,EAAWE,CAAS,EACtBA,EAAS,EAETA,EAAU,YAAW,CAEzB,CChNO,IAAMC,GAAuB,CAClC,iBAAkB,KAClB,sBAAuB,KACvB,QAAS,OACT,sCAAuC,GACvC,yBAA0B,ICGrB,IAAMC,GAAmC,CAG9C,WAAA,SAAWC,EAAqBC,EAAgB,SAAEC,EAAA,CAAA,EAAAC,EAAA,EAAAA,EAAA,UAAA,OAAAA,IAAAD,EAAAC,EAAA,CAAA,EAAA,UAAAA,CAAA,EACxC,IAAAC,EAAaL,GAAe,SACpC,OAAIK,GAAQ,MAARA,EAAU,WACLA,EAAS,WAAU,MAAnBA,EAAQC,EAAA,CAAYL,EAASC,CAAO,EAAAK,EAAKJ,CAAI,CAAA,CAAA,EAE/C,WAAU,MAAA,OAAAG,EAAA,CAACL,EAASC,CAAO,EAAAK,EAAKJ,CAAI,CAAA,CAAA,CAC7C,EACA,aAAA,SAAaK,EAAM,CACT,IAAAH,EAAaL,GAAe,SACpC,QAAQK,GAAQ,KAAA,OAARA,EAAU,eAAgB,cAAcG,CAAa,CAC/D,EACA,SAAU,QCjBN,SAAUC,GAAqBC,EAAQ,CAC3CC,GAAgB,WAAW,UAAA,CACjB,IAAAC,EAAqBC,GAAM,iBACnC,GAAID,EAEFA,EAAiBF,CAAG,MAGpB,OAAMA,CAEV,CAAC,CACH,CCtBM,SAAUI,IAAI,CAAK,CCMlB,IAAMC,GAAyB,UAAA,CAAM,OAAAC,GAAmB,IAAK,OAAW,MAAS,CAA5C,EAAsE,EAO5G,SAAUC,GAAkBC,EAAU,CAC1C,OAAOF,GAAmB,IAAK,OAAWE,CAAK,CACjD,CAOM,SAAUC,GAAoBC,EAAQ,CAC1C,OAAOJ,GAAmB,IAAKI,EAAO,MAAS,CACjD,CAQM,SAAUJ,GAAmBK,EAAuBD,EAAYF,EAAU,CAC9E,MAAO,CACL,KAAIG,EACJ,MAAKD,EACL,MAAKF,EAET,CCrCA,IAAII,GAAuD,KASrD,SAAUC,GAAaC,EAAc,CACzC,GAAIC,GAAO,sCAAuC,CAChD,IAAMC,EAAS,CAACJ,GAKhB,GAJII,IACFJ,GAAU,CAAE,YAAa,GAAO,MAAO,IAAI,GAE7CE,EAAE,EACEE,EAAQ,CACJ,IAAAC,EAAyBL,GAAvBM,EAAWD,EAAA,YAAEE,EAAKF,EAAA,MAE1B,GADAL,GAAU,KACNM,EACF,MAAMC,QAMVL,EAAE,CAEN,CAMM,SAAUM,GAAaC,EAAQ,CAC/BN,GAAO,uCAAyCH,KAClDA,GAAQ,YAAc,GACtBA,GAAQ,MAAQS,EAEpB,CCrBA,IAAAC,GAAA,SAAAC,EAAA,CAAmCC,EAAAF,EAAAC,CAAA,EA6BjC,SAAAD,EAAYG,EAA6C,CAAzD,IAAAC,EACEH,EAAA,KAAA,IAAA,GAAO,KATC,OAAAG,EAAA,UAAqB,GAUzBD,GACFC,EAAK,YAAcD,EAGfE,GAAeF,CAAW,GAC5BA,EAAY,IAAIC,CAAI,GAGtBA,EAAK,YAAcE,IAEvB,CAzBO,OAAAN,EAAA,OAAP,SAAiBO,EAAwBC,EAA2BC,EAAqB,CACvF,OAAO,IAAIC,GAAeH,EAAMC,EAAOC,CAAQ,CACjD,EAgCAT,EAAA,UAAA,KAAA,SAAKW,EAAS,CACR,KAAK,UACPC,GAA0BC,GAAiBF,CAAK,EAAG,IAAI,EAEvD,KAAK,MAAMA,CAAM,CAErB,EASAX,EAAA,UAAA,MAAA,SAAMc,EAAS,CACT,KAAK,UACPF,GAA0BG,GAAkBD,CAAG,EAAG,IAAI,GAEtD,KAAK,UAAY,GACjB,KAAK,OAAOA,CAAG,EAEnB,EAQAd,EAAA,UAAA,SAAA,UAAA,CACM,KAAK,UACPY,GAA0BI,GAAuB,IAAI,GAErD,KAAK,UAAY,GACjB,KAAK,UAAS,EAElB,EAEAhB,EAAA,UAAA,YAAA,UAAA,CACO,KAAK,SACR,KAAK,UAAY,GACjBC,EAAA,UAAM,YAAW,KAAA,IAAA,EACjB,KAAK,YAAc,KAEvB,EAEUD,EAAA,UAAA,MAAV,SAAgBW,EAAQ,CACtB,KAAK,YAAY,KAAKA,CAAK,CAC7B,EAEUX,EAAA,UAAA,OAAV,SAAiBc,EAAQ,CACvB,GAAI,CACF,KAAK,YAAY,MAAMA,CAAG,UAE1B,KAAK,YAAW,EAEpB,EAEUd,EAAA,UAAA,UAAV,UAAA,CACE,GAAI,CACF,KAAK,YAAY,SAAQ,UAEzB,KAAK,YAAW,EAEpB,EACFA,CAAA,EApHmCiB,EAAY,EA2H/C,IAAMC,GAAQ,SAAS,UAAU,KAEjC,SAASC,GAAyCC,EAAQC,EAAY,CACpE,OAAOH,GAAM,KAAKE,EAAIC,CAAO,CAC/B,CAMA,IAAAC,GAAA,UAAA,CACE,SAAAA,EAAoBC,EAAqC,CAArC,KAAA,gBAAAA,CAAwC,CAE5D,OAAAD,EAAA,UAAA,KAAA,SAAKE,EAAQ,CACH,IAAAD,EAAoB,KAAI,gBAChC,GAAIA,EAAgB,KAClB,GAAI,CACFA,EAAgB,KAAKC,CAAK,QACnBC,EAAO,CACdC,GAAqBD,CAAK,EAGhC,EAEAH,EAAA,UAAA,MAAA,SAAMK,EAAQ,CACJ,IAAAJ,EAAoB,KAAI,gBAChC,GAAIA,EAAgB,MAClB,GAAI,CACFA,EAAgB,MAAMI,CAAG,QAClBF,EAAO,CACdC,GAAqBD,CAAK,OAG5BC,GAAqBC,CAAG,CAE5B,EAEAL,EAAA,UAAA,SAAA,UAAA,CACU,IAAAC,EAAoB,KAAI,gBAChC,GAAIA,EAAgB,SAClB,GAAI,CACFA,EAAgB,SAAQ,QACjBE,EAAO,CACdC,GAAqBD,CAAK,EAGhC,EACFH,CAAA,EArCA,EAuCAM,GAAA,SAAAC,EAAA,CAAuCC,EAAAF,EAAAC,CAAA,EACrC,SAAAD,EACEG,EACAN,EACAO,EAA8B,CAHhC,IAAAC,EAKEJ,EAAA,KAAA,IAAA,GAAO,KAEHN,EACJ,GAAIW,EAAWH,CAAc,GAAK,CAACA,EAGjCR,EAAkB,CAChB,KAAOQ,GAAc,KAAdA,EAAkB,OACzB,MAAON,GAAK,KAALA,EAAS,OAChB,SAAUO,GAAQ,KAARA,EAAY,YAEnB,CAEL,IAAIG,EACAF,GAAQG,GAAO,0BAIjBD,EAAU,OAAO,OAAOJ,CAAc,EACtCI,EAAQ,YAAc,UAAA,CAAM,OAAAF,EAAK,YAAW,CAAhB,EAC5BV,EAAkB,CAChB,KAAMQ,EAAe,MAAQZ,GAAKY,EAAe,KAAMI,CAAO,EAC9D,MAAOJ,EAAe,OAASZ,GAAKY,EAAe,MAAOI,CAAO,EACjE,SAAUJ,EAAe,UAAYZ,GAAKY,EAAe,SAAUI,CAAO,IAI5EZ,EAAkBQ,EAMtB,OAAAE,EAAK,YAAc,IAAIX,GAAiBC,CAAe,GACzD,CACF,OAAAK,CAAA,EAzCuCS,EAAU,EA2CjD,SAASC,GAAqBC,EAAU,CAClCC,GAAO,sCACTC,GAAaF,CAAK,EAIlBG,GAAqBH,CAAK,CAE9B,CAQA,SAASI,GAAoBC,EAAQ,CACnC,MAAMA,CACR,CAOA,SAASC,GAA0BC,EAA2CC,EAA2B,CAC/F,IAAAC,EAA0BR,GAAM,sBACxCQ,GAAyBC,GAAgB,WAAW,UAAA,CAAM,OAAAD,EAAsBF,EAAcC,CAAU,CAA9C,CAA+C,CAC3G,CAOO,IAAMG,GAA6D,CACxE,OAAQ,GACR,KAAMC,GACN,MAAOR,GACP,SAAUQ,IC5QL,IAAMC,GAA+B,UAAA,CAAM,OAAC,OAAO,QAAW,YAAc,OAAO,YAAe,cAAvD,EAAsE,ECoClH,SAAUC,EAAYC,EAAI,CAC9B,OAAOA,CACT,CCiCM,SAAUC,IAAI,SAACC,EAAA,CAAA,EAAAC,EAAA,EAAAA,EAAA,UAAA,OAAAA,IAAAD,EAAAC,CAAA,EAAA,UAAAA,CAAA,EACnB,OAAOC,GAAcF,CAAG,CAC1B,CAGM,SAAUE,GAAoBF,EAA+B,CACjE,OAAIA,EAAI,SAAW,EACVG,EAGLH,EAAI,SAAW,EACVA,EAAI,CAAC,EAGP,SAAeI,EAAQ,CAC5B,OAAOJ,EAAI,OAAO,SAACK,EAAWC,EAAuB,CAAK,OAAAA,EAAGD,CAAI,CAAP,EAAUD,CAAY,CAClF,CACF,CC9EA,IAAAG,EAAA,UAAA,CAkBE,SAAAA,EAAYC,EAA6E,CACnFA,IACF,KAAK,WAAaA,EAEtB,CA4BA,OAAAD,EAAA,UAAA,KAAA,SAAQE,EAAyB,CAC/B,IAAMC,EAAa,IAAIH,EACvB,OAAAG,EAAW,OAAS,KACpBA,EAAW,SAAWD,EACfC,CACT,EA6IAH,EAAA,UAAA,UAAA,SACEI,EACAC,EACAC,EAA8B,CAHhC,IAAAC,EAAA,KAKQC,EAAaC,GAAaL,CAAc,EAAIA,EAAiB,IAAIM,GAAeN,EAAgBC,EAAOC,CAAQ,EAErH,OAAAK,GAAa,UAAA,CACL,IAAAC,EAAuBL,EAArBL,EAAQU,EAAA,SAAEC,EAAMD,EAAA,OACxBJ,EAAW,IACTN,EAGIA,EAAS,KAAKM,EAAYK,CAAM,EAChCA,EAIAN,EAAK,WAAWC,CAAU,EAG1BD,EAAK,cAAcC,CAAU,CAAC,CAEtC,CAAC,EAEMA,CACT,EAGUR,EAAA,UAAA,cAAV,SAAwBc,EAAmB,CACzC,GAAI,CACF,OAAO,KAAK,WAAWA,CAAI,QACpBC,EAAK,CAIZD,EAAK,MAAMC,CAAG,EAElB,EA6DAf,EAAA,UAAA,QAAA,SAAQgB,EAA0BC,EAAoC,CAAtE,IAAAV,EAAA,KACE,OAAAU,EAAcC,GAAeD,CAAW,EAEjC,IAAIA,EAAkB,SAACE,EAASC,EAAM,CAC3C,IAAMZ,EAAa,IAAIE,GAAkB,CACvC,KAAM,SAACW,EAAK,CACV,GAAI,CACFL,EAAKK,CAAK,QACHN,EAAK,CACZK,EAAOL,CAAG,EACVP,EAAW,YAAW,EAE1B,EACA,MAAOY,EACP,SAAUD,EACX,EACDZ,EAAK,UAAUC,CAAU,CAC3B,CAAC,CACH,EAGUR,EAAA,UAAA,WAAV,SAAqBQ,EAA2B,OAC9C,OAAOI,EAAA,KAAK,UAAM,MAAAA,IAAA,OAAA,OAAAA,EAAE,UAAUJ,CAAU,CAC1C,EAOAR,EAAA,UAACG,EAAiB,EAAlB,UAAA,CACE,OAAO,IACT,EA4FAH,EAAA,UAAA,KAAA,UAAA,SAAKsB,EAAA,CAAA,EAAAC,EAAA,EAAAA,EAAA,UAAA,OAAAA,IAAAD,EAAAC,CAAA,EAAA,UAAAA,CAAA,EACH,OAAOC,GAAcF,CAAU,EAAE,IAAI,CACvC,EA6BAtB,EAAA,UAAA,UAAA,SAAUiB,EAAoC,CAA9C,IAAAV,EAAA,KACE,OAAAU,EAAcC,GAAeD,CAAW,EAEjC,IAAIA,EAAY,SAACE,EAASC,EAAM,CACrC,IAAIC,EACJd,EAAK,UACH,SAACkB,EAAI,CAAK,OAACJ,EAAQI,CAAT,EACV,SAACV,EAAQ,CAAK,OAAAK,EAAOL,CAAG,CAAV,EACd,UAAA,CAAM,OAAAI,EAAQE,CAAK,CAAb,CAAc,CAExB,CAAC,CACH,EA1aOrB,EAAA,OAAkC,SAAIC,EAAwD,CACnG,OAAO,IAAID,EAAcC,CAAS,CACpC,EAyaFD,GA9cA,EAudA,SAAS0B,GAAeC,EAA+C,OACrE,OAAOC,EAAAD,GAAW,KAAXA,EAAeE,GAAO,WAAO,MAAAD,IAAA,OAAAA,EAAI,OAC1C,CAEA,SAASE,GAAcC,EAAU,CAC/B,OAAOA,GAASC,EAAWD,EAAM,IAAI,GAAKC,EAAWD,EAAM,KAAK,GAAKC,EAAWD,EAAM,QAAQ,CAChG,CAEA,SAASE,GAAgBF,EAAU,CACjC,OAAQA,GAASA,aAAiBG,IAAgBJ,GAAWC,CAAK,GAAKI,GAAeJ,CAAK,CAC7F,CCzeM,SAAUK,GAAQC,EAAW,CACjC,OAAOC,EAAWD,GAAM,KAAA,OAANA,EAAQ,IAAI,CAChC,CAMM,SAAUE,EACdC,EAAqF,CAErF,OAAO,SAACH,EAAqB,CAC3B,GAAID,GAAQC,CAAM,EAChB,OAAOA,EAAO,KAAK,SAA+BI,EAA2B,CAC3E,GAAI,CACF,OAAOD,EAAKC,EAAc,IAAI,QACvBC,EAAK,CACZ,KAAK,MAAMA,CAAG,EAElB,CAAC,EAEH,MAAM,IAAI,UAAU,wCAAwC,CAC9D,CACF,CCjBM,SAAUC,EACdC,EACAC,EACAC,EACAC,EACAC,EAAuB,CAEvB,OAAO,IAAIC,GAAmBL,EAAaC,EAAQC,EAAYC,EAASC,CAAU,CACpF,CAMA,IAAAC,GAAA,SAAAC,EAAA,CAA2CC,EAAAF,EAAAC,CAAA,EAiBzC,SAAAD,EACEL,EACAC,EACAC,EACAC,EACQC,EACAI,EAAiC,CAN3C,IAAAC,EAoBEH,EAAA,KAAA,KAAMN,CAAW,GAAC,KAfV,OAAAS,EAAA,WAAAL,EACAK,EAAA,kBAAAD,EAeRC,EAAK,MAAQR,EACT,SAAuCS,EAAQ,CAC7C,GAAI,CACFT,EAAOS,CAAK,QACLC,EAAK,CACZX,EAAY,MAAMW,CAAG,EAEzB,EACAL,EAAA,UAAM,MACVG,EAAK,OAASN,EACV,SAAuCQ,EAAQ,CAC7C,GAAI,CACFR,EAAQQ,CAAG,QACJA,EAAK,CAEZX,EAAY,MAAMW,CAAG,UAGrB,KAAK,YAAW,EAEpB,EACAL,EAAA,UAAM,OACVG,EAAK,UAAYP,EACb,UAAA,CACE,GAAI,CACFA,EAAU,QACHS,EAAK,CAEZX,EAAY,MAAMW,CAAG,UAGrB,KAAK,YAAW,EAEpB,EACAL,EAAA,UAAM,WACZ,CAEA,OAAAD,EAAA,UAAA,YAAA,UAAA,OACE,GAAI,CAAC,KAAK,mBAAqB,KAAK,kBAAiB,EAAI,CAC/C,IAAAO,EAAW,KAAI,OACvBN,EAAA,UAAM,YAAW,KAAA,IAAA,EAEjB,CAACM,KAAUC,EAAA,KAAK,cAAU,MAAAA,IAAA,QAAAA,EAAA,KAAf,IAAI,GAEnB,EACFR,CAAA,EAnF2CS,EAAU,ECd9C,IAAMC,GAAiD,CAG5D,SAAA,SAASC,EAAQ,CACf,IAAIC,EAAU,sBACVC,EAAkD,qBAC9CC,EAAaJ,GAAsB,SACvCI,IACFF,EAAUE,EAAS,sBACnBD,EAASC,EAAS,sBAEpB,IAAMC,EAASH,EAAQ,SAACI,EAAS,CAI/BH,EAAS,OACTF,EAASK,CAAS,CACpB,CAAC,EACD,OAAO,IAAIC,GAAa,UAAA,CAAM,OAAAJ,GAAM,KAAA,OAANA,EAASE,CAAM,CAAf,CAAgB,CAChD,EACA,sBAAqB,UAAA,SAACG,EAAA,CAAA,EAAAC,EAAA,EAAAA,EAAA,UAAA,OAAAA,IAAAD,EAAAC,CAAA,EAAA,UAAAA,CAAA,EACZ,IAAAL,EAAaJ,GAAsB,SAC3C,QAAQI,GAAQ,KAAA,OAARA,EAAU,wBAAyB,uBAAsB,MAAA,OAAAM,EAAA,CAAA,EAAAC,EAAIH,CAAI,CAAA,CAAA,CAC3E,EACA,qBAAoB,UAAA,SAACA,EAAA,CAAA,EAAAC,EAAA,EAAAA,EAAA,UAAA,OAAAA,IAAAD,EAAAC,CAAA,EAAA,UAAAA,CAAA,EACX,IAAAL,EAAaJ,GAAsB,SAC3C,QAAQI,GAAQ,KAAA,OAARA,EAAU,uBAAwB,sBAAqB,MAAA,OAAAM,EAAA,CAAA,EAAAC,EAAIH,CAAI,CAAA,CAAA,CACzE,EACA,SAAU,QCrBL,IAAMI,GAAuDC,GAClE,SAACC,EAAM,CACL,OAAA,UAAoC,CAClCA,EAAO,IAAI,EACX,KAAK,KAAO,0BACZ,KAAK,QAAU,qBACjB,CAJA,CAIC,ECXL,IAAAC,EAAA,SAAAC,EAAA,CAAgCC,EAAAF,EAAAC,CAAA,EAwB9B,SAAAD,GAAA,CAAA,IAAAG,EAEEF,EAAA,KAAA,IAAA,GAAO,KAzBT,OAAAE,EAAA,OAAS,GAEDA,EAAA,iBAAyC,KAGjDA,EAAA,UAA2B,CAAA,EAE3BA,EAAA,UAAY,GAEZA,EAAA,SAAW,GAEXA,EAAA,YAAmB,MAenB,CAGA,OAAAH,EAAA,UAAA,KAAA,SAAQI,EAAwB,CAC9B,IAAMC,EAAU,IAAIC,GAAiB,KAAM,IAAI,EAC/C,OAAAD,EAAQ,SAAWD,EACZC,CACT,EAGUL,EAAA,UAAA,eAAV,UAAA,CACE,GAAI,KAAK,OACP,MAAM,IAAIO,EAEd,EAEAP,EAAA,UAAA,KAAA,SAAKQ,EAAQ,CAAb,IAAAL,EAAA,KACEM,GAAa,UAAA,SAEX,GADAN,EAAK,eAAc,EACf,CAACA,EAAK,UAAW,CACdA,EAAK,mBACRA,EAAK,iBAAmB,MAAM,KAAKA,EAAK,SAAS,OAEnD,QAAuBO,EAAAC,EAAAR,EAAK,gBAAgB,EAAAS,EAAAF,EAAA,KAAA,EAAA,CAAAE,EAAA,KAAAA,EAAAF,EAAA,KAAA,EAAE,CAAzC,IAAMG,EAAQD,EAAA,MACjBC,EAAS,KAAKL,CAAK,qGAGzB,CAAC,CACH,EAEAR,EAAA,UAAA,MAAA,SAAMc,EAAQ,CAAd,IAAAX,EAAA,KACEM,GAAa,UAAA,CAEX,GADAN,EAAK,eAAc,EACf,CAACA,EAAK,UAAW,CACnBA,EAAK,SAAWA,EAAK,UAAY,GACjCA,EAAK,YAAcW,EAEnB,QADQC,EAAcZ,EAAI,UACnBY,EAAU,QACfA,EAAU,MAAK,EAAI,MAAMD,CAAG,EAGlC,CAAC,CACH,EAEAd,EAAA,UAAA,SAAA,UAAA,CAAA,IAAAG,EAAA,KACEM,GAAa,UAAA,CAEX,GADAN,EAAK,eAAc,EACf,CAACA,EAAK,UAAW,CACnBA,EAAK,UAAY,GAEjB,QADQY,EAAcZ,EAAI,UACnBY,EAAU,QACfA,EAAU,MAAK,EAAI,SAAQ,EAGjC,CAAC,CACH,EAEAf,EAAA,UAAA,YAAA,UAAA,CACE,KAAK,UAAY,KAAK,OAAS,GAC/B,KAAK,UAAY,KAAK,iBAAmB,IAC3C,EAEA,OAAA,eAAIA,EAAA,UAAA,WAAQ,KAAZ,UAAA,OACE,QAAOgB,EAAA,KAAK,aAAS,MAAAA,IAAA,OAAA,OAAAA,EAAE,QAAS,CAClC,kCAGUhB,EAAA,UAAA,cAAV,SAAwBiB,EAAyB,CAC/C,YAAK,eAAc,EACZhB,EAAA,UAAM,cAAa,KAAA,KAACgB,CAAU,CACvC,EAGUjB,EAAA,UAAA,WAAV,SAAqBiB,EAAyB,CAC5C,YAAK,eAAc,EACnB,KAAK,wBAAwBA,CAAU,EAChC,KAAK,gBAAgBA,CAAU,CACxC,EAGUjB,EAAA,UAAA,gBAAV,SAA0BiB,EAA2B,CAArD,IAAAd,EAAA,KACQa,EAAqC,KAAnCE,EAAQF,EAAA,SAAEG,EAASH,EAAA,UAAED,EAASC,EAAA,UACtC,OAAIE,GAAYC,EACPC,IAET,KAAK,iBAAmB,KACxBL,EAAU,KAAKE,CAAU,EAClB,IAAII,GAAa,UAAA,CACtBlB,EAAK,iBAAmB,KACxBmB,GAAUP,EAAWE,CAAU,CACjC,CAAC,EACH,EAGUjB,EAAA,UAAA,wBAAV,SAAkCiB,EAA2B,CACrD,IAAAD,EAAuC,KAArCE,EAAQF,EAAA,SAAEO,EAAWP,EAAA,YAAEG,EAASH,EAAA,UACpCE,EACFD,EAAW,MAAMM,CAAW,EACnBJ,GACTF,EAAW,SAAQ,CAEvB,EAQAjB,EAAA,UAAA,aAAA,UAAA,CACE,IAAMwB,EAAkB,IAAIC,EAC5B,OAAAD,EAAW,OAAS,KACbA,CACT,EAxHOxB,EAAA,OAAkC,SAAI0B,EAA0BC,EAAqB,CAC1F,OAAO,IAAIrB,GAAoBoB,EAAaC,CAAM,CACpD,EAuHF3B,GA7IgCyB,CAAU,EAkJ1C,IAAAG,GAAA,SAAAC,EAAA,CAAyCC,EAAAF,EAAAC,CAAA,EACvC,SAAAD,EAESG,EACPC,EAAsB,CAHxB,IAAAC,EAKEJ,EAAA,KAAA,IAAA,GAAO,KAHA,OAAAI,EAAA,YAAAF,EAIPE,EAAK,OAASD,GAChB,CAEA,OAAAJ,EAAA,UAAA,KAAA,SAAKM,EAAQ,UACXC,GAAAC,EAAA,KAAK,eAAW,MAAAA,IAAA,OAAA,OAAAA,EAAE,QAAI,MAAAD,IAAA,QAAAA,EAAA,KAAAC,EAAGF,CAAK,CAChC,EAEAN,EAAA,UAAA,MAAA,SAAMS,EAAQ,UACZF,GAAAC,EAAA,KAAK,eAAW,MAAAA,IAAA,OAAA,OAAAA,EAAE,SAAK,MAAAD,IAAA,QAAAA,EAAA,KAAAC,EAAGC,CAAG,CAC/B,EAEAT,EAAA,UAAA,SAAA,UAAA,UACEO,GAAAC,EAAA,KAAK,eAAW,MAAAA,IAAA,OAAA,OAAAA,EAAE,YAAQ,MAAAD,IAAA,QAAAA,EAAA,KAAAC,CAAA,CAC5B,EAGUR,EAAA,UAAA,WAAV,SAAqBU,EAAyB,SAC5C,OAAOH,GAAAC,EAAA,KAAK,UAAM,MAAAA,IAAA,OAAA,OAAAA,EAAE,UAAUE,CAAU,KAAC,MAAAH,IAAA,OAAAA,EAAII,EAC/C,EACFX,CAAA,EA1ByCY,CAAO,ECxJhD,IAAAC,GAAA,SAAAC,EAAA,CAAwCC,EAAAF,EAAAC,CAAA,EACtC,SAAAD,EAAoBG,EAAS,CAA7B,IAAAC,EACEH,EAAA,KAAA,IAAA,GAAO,KADW,OAAAG,EAAA,OAAAD,GAEpB,CAEA,cAAA,eAAIH,EAAA,UAAA,QAAK,KAAT,UAAA,CACE,OAAO,KAAK,SAAQ,CACtB,kCAGUA,EAAA,UAAA,WAAV,SAAqBK,EAAyB,CAC5C,IAAMC,EAAeL,EAAA,UAAM,WAAU,KAAA,KAACI,CAAU,EAChD,OAACC,EAAa,QAAUD,EAAW,KAAK,KAAK,MAAM,EAC5CC,CACT,EAEAN,EAAA,UAAA,SAAA,UAAA,CACQ,IAAAO,EAAoC,KAAlCC,EAAQD,EAAA,SAAEE,EAAWF,EAAA,YAAEJ,EAAMI,EAAA,OACrC,GAAIC,EACF,MAAMC,EAER,YAAK,eAAc,EACZN,CACT,EAEAH,EAAA,UAAA,KAAA,SAAKU,EAAQ,CACXT,EAAA,UAAM,KAAI,KAAA,KAAE,KAAK,OAASS,CAAM,CAClC,EACFV,CAAA,EA5BwCW,CAAO,ECJxC,IAAMC,GAA+C,CAC1D,IAAG,UAAA,CAGD,OAAQA,GAAsB,UAAY,MAAM,IAAG,CACrD,EACA,SAAU,QCwBZ,IAAAC,GAAA,SAAAC,EAAA,CAAsCC,EAAAF,EAAAC,CAAA,EAUpC,SAAAD,EACUG,EACAC,EACAC,EAA6D,CAF7DF,IAAA,SAAAA,EAAA,KACAC,IAAA,SAAAA,EAAA,KACAC,IAAA,SAAAA,EAAAC,IAHV,IAAAC,EAKEN,EAAA,KAAA,IAAA,GAAO,KAJC,OAAAM,EAAA,YAAAJ,EACAI,EAAA,YAAAH,EACAG,EAAA,mBAAAF,EAZFE,EAAA,QAA0B,CAAA,EAC1BA,EAAA,oBAAsB,GAc5BA,EAAK,oBAAsBH,IAAgB,IAC3CG,EAAK,YAAc,KAAK,IAAI,EAAGJ,CAAW,EAC1CI,EAAK,YAAc,KAAK,IAAI,EAAGH,CAAW,GAC5C,CAEA,OAAAJ,EAAA,UAAA,KAAA,SAAKQ,EAAQ,CACL,IAAAC,EAA+E,KAA7EC,EAASD,EAAA,UAAEE,EAAOF,EAAA,QAAEG,EAAmBH,EAAA,oBAAEJ,EAAkBI,EAAA,mBAAEL,EAAWK,EAAA,YAC3EC,IACHC,EAAQ,KAAKH,CAAK,EAClB,CAACI,GAAuBD,EAAQ,KAAKN,EAAmB,IAAG,EAAKD,CAAW,GAE7E,KAAK,YAAW,EAChBH,EAAA,UAAM,KAAI,KAAA,KAACO,CAAK,CAClB,EAGUR,EAAA,UAAA,WAAV,SAAqBa,EAAyB,CAC5C,KAAK,eAAc,EACnB,KAAK,YAAW,EAQhB,QANMC,EAAe,KAAK,gBAAgBD,CAAU,EAE9CJ,EAAmC,KAAjCG,EAAmBH,EAAA,oBAAEE,EAAOF,EAAA,QAG9BM,EAAOJ,EAAQ,MAAK,EACjBK,EAAI,EAAGA,EAAID,EAAK,QAAU,CAACF,EAAW,OAAQG,GAAKJ,EAAsB,EAAI,EACpFC,EAAW,KAAKE,EAAKC,CAAC,CAAM,EAG9B,YAAK,wBAAwBH,CAAU,EAEhCC,CACT,EAEQd,EAAA,UAAA,YAAR,UAAA,CACQ,IAAAS,EAAoE,KAAlEN,EAAWM,EAAA,YAAEJ,EAAkBI,EAAA,mBAAEE,EAAOF,EAAA,QAAEG,EAAmBH,EAAA,oBAK/DQ,GAAsBL,EAAsB,EAAI,GAAKT,EAK3D,GAJAA,EAAc,KAAYc,EAAqBN,EAAQ,QAAUA,EAAQ,OAAO,EAAGA,EAAQ,OAASM,CAAkB,EAIlH,CAACL,EAAqB,CAKxB,QAJMM,EAAMb,EAAmB,IAAG,EAC9Bc,EAAO,EAGFH,EAAI,EAAGA,EAAIL,EAAQ,QAAWA,EAAQK,CAAC,GAAgBE,EAAKF,GAAK,EACxEG,EAAOH,EAETG,GAAQR,EAAQ,OAAO,EAAGQ,EAAO,CAAC,EAEtC,EACFnB,CAAA,EAzEsCoB,CAAO,EClB7C,IAAAC,GAAA,SAAAC,EAAA,CAA+BC,EAAAF,EAAAC,CAAA,EAC7B,SAAAD,EAAYG,EAAsBC,EAAmD,QACnFH,EAAA,KAAA,IAAA,GAAO,IACT,CAWO,OAAAD,EAAA,UAAA,SAAP,SAAgBK,EAAWC,EAAiB,CAAjB,OAAAA,IAAA,SAAAA,EAAA,GAClB,IACT,EACFN,CAAA,EAjB+BO,EAAY,ECHpC,IAAMC,GAAqC,CAGhD,YAAA,SAAYC,EAAqBC,EAAgB,SAAEC,EAAA,CAAA,EAAAC,EAAA,EAAAA,EAAA,UAAA,OAAAA,IAAAD,EAAAC,EAAA,CAAA,EAAA,UAAAA,CAAA,EACzC,IAAAC,EAAaL,GAAgB,SACrC,OAAIK,GAAQ,MAARA,EAAU,YACLA,EAAS,YAAW,MAApBA,EAAQC,EAAA,CAAaL,EAASC,CAAO,EAAAK,EAAKJ,CAAI,CAAA,CAAA,EAEhD,YAAW,MAAA,OAAAG,EAAA,CAACL,EAASC,CAAO,EAAAK,EAAKJ,CAAI,CAAA,CAAA,CAC9C,EACA,cAAA,SAAcK,EAAM,CACV,IAAAH,EAAaL,GAAgB,SACrC,QAAQK,GAAQ,KAAA,OAARA,EAAU,gBAAiB,eAAeG,CAAa,CACjE,EACA,SAAU,QCrBZ,IAAAC,GAAA,SAAAC,EAAA,CAAoCC,EAAAF,EAAAC,CAAA,EAOlC,SAAAD,EAAsBG,EAAqCC,EAAmD,CAA9G,IAAAC,EACEJ,EAAA,KAAA,KAAME,EAAWC,CAAI,GAAC,KADF,OAAAC,EAAA,UAAAF,EAAqCE,EAAA,KAAAD,EAFjDC,EAAA,QAAmB,IAI7B,CAEO,OAAAL,EAAA,UAAA,SAAP,SAAgBM,EAAWC,EAAiB,OAC1C,GADyBA,IAAA,SAAAA,EAAA,GACrB,KAAK,OACP,OAAO,KAIT,KAAK,MAAQD,EAEb,IAAME,EAAK,KAAK,GACVL,EAAY,KAAK,UAuBvB,OAAIK,GAAM,OACR,KAAK,GAAK,KAAK,eAAeL,EAAWK,EAAID,CAAK,GAKpD,KAAK,QAAU,GAEf,KAAK,MAAQA,EAEb,KAAK,IAAKE,EAAA,KAAK,MAAE,MAAAA,IAAA,OAAAA,EAAI,KAAK,eAAeN,EAAW,KAAK,GAAII,CAAK,EAE3D,IACT,EAEUP,EAAA,UAAA,eAAV,SAAyBG,EAA2BO,EAAmBH,EAAiB,CAAjB,OAAAA,IAAA,SAAAA,EAAA,GAC9DI,GAAiB,YAAYR,EAAU,MAAM,KAAKA,EAAW,IAAI,EAAGI,CAAK,CAClF,EAEUP,EAAA,UAAA,eAAV,SAAyBY,EAA4BJ,EAAkBD,EAAwB,CAE7F,GAFqEA,IAAA,SAAAA,EAAA,GAEjEA,GAAS,MAAQ,KAAK,QAAUA,GAAS,KAAK,UAAY,GAC5D,OAAOC,EAILA,GAAM,MACRG,GAAiB,cAAcH,CAAE,CAIrC,EAMOR,EAAA,UAAA,QAAP,SAAeM,EAAUC,EAAa,CACpC,GAAI,KAAK,OACP,OAAO,IAAI,MAAM,8BAA8B,EAGjD,KAAK,QAAU,GACf,IAAMM,EAAQ,KAAK,SAASP,EAAOC,CAAK,EACxC,GAAIM,EACF,OAAOA,EACE,KAAK,UAAY,IAAS,KAAK,IAAM,OAc9C,KAAK,GAAK,KAAK,eAAe,KAAK,UAAW,KAAK,GAAI,IAAI,EAE/D,EAEUb,EAAA,UAAA,SAAV,SAAmBM,EAAUQ,EAAc,CACzC,IAAIC,EAAmB,GACnBC,EACJ,GAAI,CACF,KAAK,KAAKV,CAAK,QACRW,EAAG,CACVF,EAAU,GAIVC,EAAaC,GAAQ,IAAI,MAAM,oCAAoC,EAErE,GAAIF,EACF,YAAK,YAAW,EACTC,CAEX,EAEAhB,EAAA,UAAA,YAAA,UAAA,CACE,GAAI,CAAC,KAAK,OAAQ,CACV,IAAAS,EAAoB,KAAlBD,EAAEC,EAAA,GAAEN,EAASM,EAAA,UACbS,EAAYf,EAAS,QAE7B,KAAK,KAAO,KAAK,MAAQ,KAAK,UAAY,KAC1C,KAAK,QAAU,GAEfgB,GAAUD,EAAS,IAAI,EACnBV,GAAM,OACR,KAAK,GAAK,KAAK,eAAeL,EAAWK,EAAI,IAAI,GAGnD,KAAK,MAAQ,KACbP,EAAA,UAAM,YAAW,KAAA,IAAA,EAErB,EACFD,CAAA,EA9IoCoB,EAAM,ECgB1C,IAAAC,GAAA,UAAA,CAGE,SAAAA,EAAoBC,EAAoCC,EAAiC,CAAjCA,IAAA,SAAAA,EAAoBF,EAAU,KAAlE,KAAA,oBAAAC,EAClB,KAAK,IAAMC,CACb,CA6BO,OAAAF,EAAA,UAAA,SAAP,SAAmBG,EAAqDC,EAAmBC,EAAS,CAA5B,OAAAD,IAAA,SAAAA,EAAA,GAC/D,IAAI,KAAK,oBAAuB,KAAMD,CAAI,EAAE,SAASE,EAAOD,CAAK,CAC1E,EAnCcJ,EAAA,IAAoBM,GAAsB,IAoC1DN,GArCA,ECnBA,IAAAO,GAAA,SAAAC,EAAA,CAAoCC,EAAAF,EAAAC,CAAA,EAkBlC,SAAAD,EAAYG,EAAgCC,EAAiC,CAAjCA,IAAA,SAAAA,EAAoBC,GAAU,KAA1E,IAAAC,EACEL,EAAA,KAAA,KAAME,EAAiBC,CAAG,GAAC,KAlBtB,OAAAE,EAAA,QAAmC,CAAA,EAOnCA,EAAA,QAAmB,IAY1B,CAEO,OAAAN,EAAA,UAAA,MAAP,SAAaO,EAAwB,CAC3B,IAAAC,EAAY,KAAI,QAExB,GAAI,KAAK,QAAS,CAChBA,EAAQ,KAAKD,CAAM,EACnB,OAGF,IAAIE,EACJ,KAAK,QAAU,GAEf,EACE,IAAKA,EAAQF,EAAO,QAAQA,EAAO,MAAOA,EAAO,KAAK,EACpD,YAEMA,EAASC,EAAQ,MAAK,GAIhC,GAFA,KAAK,QAAU,GAEXC,EAAO,CACT,KAAQF,EAASC,EAAQ,MAAK,GAC5BD,EAAO,YAAW,EAEpB,MAAME,EAEV,EACFT,CAAA,EAhDoCK,EAAS,EC6CtC,IAAMK,GAAiB,IAAIC,GAAeC,EAAW,EAK/CC,GAAQH,GCjDrB,IAAAI,GAAA,SAAAC,EAAA,CAA6CC,EAAAF,EAAAC,CAAA,EAC3C,SAAAD,EAAsBG,EAA8CC,EAAmD,CAAvH,IAAAC,EACEJ,EAAA,KAAA,KAAME,EAAWC,CAAI,GAAC,KADF,OAAAC,EAAA,UAAAF,EAA8CE,EAAA,KAAAD,GAEpE,CAEU,OAAAJ,EAAA,UAAA,eAAV,SAAyBG,EAAoCG,EAAkBC,EAAiB,CAE9F,OAF6EA,IAAA,SAAAA,EAAA,GAEzEA,IAAU,MAAQA,EAAQ,EACrBN,EAAA,UAAM,eAAc,KAAA,KAACE,EAAWG,EAAIC,CAAK,GAGlDJ,EAAU,QAAQ,KAAK,IAAI,EAIpBA,EAAU,aAAeA,EAAU,WAAaK,GAAuB,sBAAsB,UAAA,CAAM,OAAAL,EAAU,MAAM,MAAS,CAAzB,CAA0B,GACtI,EAEUH,EAAA,UAAA,eAAV,SAAyBG,EAAoCG,EAAkBC,EAAiB,OAI9F,GAJ6EA,IAAA,SAAAA,EAAA,GAIzEA,GAAS,KAAOA,EAAQ,EAAI,KAAK,MAAQ,EAC3C,OAAON,EAAA,UAAM,eAAc,KAAA,KAACE,EAAWG,EAAIC,CAAK,EAK1C,IAAAE,EAAYN,EAAS,QACzBG,GAAM,QAAQI,EAAAD,EAAQA,EAAQ,OAAS,CAAC,KAAC,MAAAC,IAAA,OAAA,OAAAA,EAAE,MAAOJ,IACpDE,GAAuB,qBAAqBF,CAAY,EACxDH,EAAU,WAAa,OAI3B,EACFH,CAAA,EApC6CW,EAAW,ECHxD,IAAAC,GAAA,SAAAC,EAAA,CAA6CC,EAAAF,EAAAC,CAAA,EAA7C,SAAAD,GAAA,+CAkCA,CAjCS,OAAAA,EAAA,UAAA,MAAP,SAAaG,EAAyB,CACpC,KAAK,QAAU,GAUf,IAAMC,EAAU,KAAK,WACrB,KAAK,WAAa,OAEV,IAAAC,EAAY,KAAI,QACpBC,EACJH,EAASA,GAAUE,EAAQ,MAAK,EAEhC,EACE,IAAKC,EAAQH,EAAO,QAAQA,EAAO,MAAOA,EAAO,KAAK,EACpD,aAEMA,EAASE,EAAQ,CAAC,IAAMF,EAAO,KAAOC,GAAWC,EAAQ,MAAK,GAIxE,GAFA,KAAK,QAAU,GAEXC,EAAO,CACT,MAAQH,EAASE,EAAQ,CAAC,IAAMF,EAAO,KAAOC,GAAWC,EAAQ,MAAK,GACpEF,EAAO,YAAW,EAEpB,MAAMG,EAEV,EACFN,CAAA,EAlC6CO,EAAc,ECgCpD,IAAMC,GAA0B,IAAIC,GAAwBC,EAAoB,EC8BhF,IAAMC,GAAQ,IAAIC,EAAkB,SAACC,EAAU,CAAK,OAAAA,EAAW,SAAQ,CAAnB,CAAqB,EC9D1E,SAAUC,GAAYC,EAAU,CACpC,OAAOA,GAASC,EAAWD,EAAM,QAAQ,CAC3C,CCDA,SAASE,GAAQC,EAAQ,CACvB,OAAOA,EAAIA,EAAI,OAAS,CAAC,CAC3B,CAEM,SAAUC,GAAkBC,EAAW,CAC3C,OAAOC,EAAWJ,GAAKG,CAAI,CAAC,EAAIA,EAAK,IAAG,EAAK,MAC/C,CAEM,SAAUE,GAAaF,EAAW,CACtC,OAAOG,GAAYN,GAAKG,CAAI,CAAC,EAAIA,EAAK,IAAG,EAAK,MAChD,CAEM,SAAUI,GAAUJ,EAAaK,EAAoB,CACzD,OAAO,OAAOR,GAAKG,CAAI,GAAM,SAAWA,EAAK,IAAG,EAAMK,CACxD,CClBO,IAAMC,GAAe,SAAIC,EAAM,CAAwB,OAAAA,GAAK,OAAOA,EAAE,QAAW,UAAY,OAAOA,GAAM,UAAlD,ECMxD,SAAUC,GAAUC,EAAU,CAClC,OAAOC,EAAWD,GAAK,KAAA,OAALA,EAAO,IAAI,CAC/B,CCHM,SAAUE,GAAoBC,EAAU,CAC5C,OAAOC,EAAWD,EAAME,EAAiB,CAAC,CAC5C,CCLM,SAAUC,GAAmBC,EAAQ,CACzC,OAAO,OAAO,eAAiBC,EAAWD,GAAG,KAAA,OAAHA,EAAM,OAAO,aAAa,CAAC,CACvE,CCAM,SAAUE,GAAiCC,EAAU,CAEzD,OAAO,IAAI,UACT,iBACEA,IAAU,MAAQ,OAAOA,GAAU,SAAW,oBAAsB,IAAIA,EAAK,KAAG,0HACwC,CAE9H,CCXM,SAAUC,IAAiB,CAC/B,OAAI,OAAO,QAAW,YAAc,CAAC,OAAO,SACnC,aAGF,OAAO,QAChB,CAEO,IAAMC,GAAWD,GAAiB,ECJnC,SAAUE,GAAWC,EAAU,CACnC,OAAOC,EAAWD,GAAK,KAAA,OAALA,EAAQE,EAAe,CAAC,CAC5C,CCHM,SAAiBC,GAAsCC,EAAqC,mGAC1FC,EAASD,EAAe,UAAS,2DAGX,MAAA,CAAA,EAAAE,GAAMD,EAAO,KAAI,CAAE,CAAA,gBAArCE,EAAkBC,EAAA,KAAA,EAAhBC,EAAKF,EAAA,MAAEG,EAAIH,EAAA,KACfG,iBAAA,CAAA,EAAA,CAAA,SACF,MAAA,CAAA,EAAAF,EAAA,KAAA,CAAA,qBAEIC,CAAM,CAAA,SAAZ,MAAA,CAAA,EAAAD,EAAA,KAAA,CAAA,SAAA,OAAAA,EAAA,KAAA,mCAGF,OAAAH,EAAO,YAAW,6BAIhB,SAAUM,GAAwBC,EAAQ,CAG9C,OAAOC,EAAWD,GAAG,KAAA,OAAHA,EAAK,SAAS,CAClC,CCPM,SAAUE,EAAaC,EAAyB,CACpD,GAAIA,aAAiBC,EACnB,OAAOD,EAET,GAAIA,GAAS,KAAM,CACjB,GAAIE,GAAoBF,CAAK,EAC3B,OAAOG,GAAsBH,CAAK,EAEpC,GAAII,GAAYJ,CAAK,EACnB,OAAOK,GAAcL,CAAK,EAE5B,GAAIM,GAAUN,CAAK,EACjB,OAAOO,GAAYP,CAAK,EAE1B,GAAIQ,GAAgBR,CAAK,EACvB,OAAOS,GAAkBT,CAAK,EAEhC,GAAIU,GAAWV,CAAK,EAClB,OAAOW,GAAaX,CAAK,EAE3B,GAAIY,GAAqBZ,CAAK,EAC5B,OAAOa,GAAuBb,CAAK,EAIvC,MAAMc,GAAiCd,CAAK,CAC9C,CAMM,SAAUG,GAAyBY,EAAQ,CAC/C,OAAO,IAAId,EAAW,SAACe,EAAyB,CAC9C,IAAMC,EAAMF,EAAIG,EAAiB,EAAC,EAClC,GAAIC,EAAWF,EAAI,SAAS,EAC1B,OAAOA,EAAI,UAAUD,CAAU,EAGjC,MAAM,IAAI,UAAU,gEAAgE,CACtF,CAAC,CACH,CASM,SAAUX,GAAiBe,EAAmB,CAClD,OAAO,IAAInB,EAAW,SAACe,EAAyB,CAU9C,QAASK,EAAI,EAAGA,EAAID,EAAM,QAAU,CAACJ,EAAW,OAAQK,IACtDL,EAAW,KAAKI,EAAMC,CAAC,CAAC,EAE1BL,EAAW,SAAQ,CACrB,CAAC,CACH,CAEM,SAAUT,GAAee,EAAuB,CACpD,OAAO,IAAIrB,EAAW,SAACe,EAAyB,CAC9CM,EACG,KACC,SAACC,EAAK,CACCP,EAAW,SACdA,EAAW,KAAKO,CAAK,EACrBP,EAAW,SAAQ,EAEvB,EACA,SAACQ,EAAQ,CAAK,OAAAR,EAAW,MAAMQ,CAAG,CAApB,CAAqB,EAEpC,KAAK,KAAMC,EAAoB,CACpC,CAAC,CACH,CAEM,SAAUd,GAAgBe,EAAqB,CACnD,OAAO,IAAIzB,EAAW,SAACe,EAAyB,aAC9C,QAAoBW,EAAAC,EAAAF,CAAQ,EAAAG,EAAAF,EAAA,KAAA,EAAA,CAAAE,EAAA,KAAAA,EAAAF,EAAA,KAAA,EAAE,CAAzB,IAAMJ,EAAKM,EAAA,MAEd,GADAb,EAAW,KAAKO,CAAK,EACjBP,EAAW,OACb,yGAGJA,EAAW,SAAQ,CACrB,CAAC,CACH,CAEM,SAAUP,GAAqBqB,EAA+B,CAClE,OAAO,IAAI7B,EAAW,SAACe,EAAyB,CAC9Ce,GAAQD,EAAed,CAAU,EAAE,MAAM,SAACQ,EAAG,CAAK,OAAAR,EAAW,MAAMQ,CAAG,CAApB,CAAqB,CACzE,CAAC,CACH,CAEM,SAAUX,GAA0BmB,EAAqC,CAC7E,OAAOvB,GAAkBwB,GAAmCD,CAAc,CAAC,CAC7E,CAEA,SAAeD,GAAWD,EAAiCd,EAAyB,uIACxDkB,EAAAC,GAAAL,CAAa,gFAIrC,GAJeP,EAAKa,EAAA,MACpBpB,EAAW,KAAKO,CAAK,EAGjBP,EAAW,OACb,MAAA,CAAA,CAAA,6RAGJ,OAAAA,EAAW,SAAQ,WChHf,SAAUqB,EACdC,EACAC,EACAC,EACAC,EACAC,EAAc,CADdD,IAAA,SAAAA,EAAA,GACAC,IAAA,SAAAA,EAAA,IAEA,IAAMC,EAAuBJ,EAAU,SAAS,UAAA,CAC9CC,EAAI,EACAE,EACFJ,EAAmB,IAAI,KAAK,SAAS,KAAMG,CAAK,CAAC,EAEjD,KAAK,YAAW,CAEpB,EAAGA,CAAK,EAIR,GAFAH,EAAmB,IAAIK,CAAoB,EAEvC,CAACD,EAKH,OAAOC,CAEX,CCeM,SAAUC,GAAaC,EAA0BC,EAAS,CAAT,OAAAA,IAAA,SAAAA,EAAA,GAC9CC,EAAQ,SAACC,EAAQC,EAAU,CAChCD,EAAO,UACLE,EACED,EACA,SAACE,EAAK,CAAK,OAAAC,EAAgBH,EAAYJ,EAAW,UAAA,CAAM,OAAAI,EAAW,KAAKE,CAAK,CAArB,EAAwBL,CAAK,CAA1E,EACX,UAAA,CAAM,OAAAM,EAAgBH,EAAYJ,EAAW,UAAA,CAAM,OAAAI,EAAW,SAAQ,CAAnB,EAAuBH,CAAK,CAAzE,EACN,SAACO,EAAG,CAAK,OAAAD,EAAgBH,EAAYJ,EAAW,UAAA,CAAM,OAAAI,EAAW,MAAMI,CAAG,CAApB,EAAuBP,CAAK,CAAzE,CAA0E,CACpF,CAEL,CAAC,CACH,CCPM,SAAUQ,GAAeC,EAA0BC,EAAiB,CAAjB,OAAAA,IAAA,SAAAA,EAAA,GAChDC,EAAQ,SAACC,EAAQC,EAAU,CAChCA,EAAW,IAAIJ,EAAU,SAAS,UAAA,CAAM,OAAAG,EAAO,UAAUC,CAAU,CAA3B,EAA8BH,CAAK,CAAC,CAC9E,CAAC,CACH,CC7DM,SAAUI,GAAsBC,EAA6BC,EAAwB,CACzF,OAAOC,EAAUF,CAAK,EAAE,KAAKG,GAAYF,CAAS,EAAGG,GAAUH,CAAS,CAAC,CAC3E,CCFM,SAAUI,GAAmBC,EAAuBC,EAAwB,CAChF,OAAOC,EAAUF,CAAK,EAAE,KAAKG,GAAYF,CAAS,EAAGG,GAAUH,CAAS,CAAC,CAC3E,CCJM,SAAUI,GAAiBC,EAAqBC,EAAwB,CAC5E,OAAO,IAAIC,EAAc,SAACC,EAAU,CAElC,IAAIC,EAAI,EAER,OAAOH,EAAU,SAAS,UAAA,CACpBG,IAAMJ,EAAM,OAGdG,EAAW,SAAQ,GAInBA,EAAW,KAAKH,EAAMI,GAAG,CAAC,EAIrBD,EAAW,QACd,KAAK,SAAQ,EAGnB,CAAC,CACH,CAAC,CACH,CCfM,SAAUE,GAAoBC,EAAoBC,EAAwB,CAC9E,OAAO,IAAIC,EAAc,SAACC,EAAU,CAClC,IAAIC,EAKJ,OAAAC,EAAgBF,EAAYF,EAAW,UAAA,CAErCG,EAAYJ,EAAcI,EAAe,EAAC,EAE1CC,EACEF,EACAF,EACA,UAAA,OACMK,EACAC,EACJ,GAAI,CAEDC,EAAkBJ,EAAS,KAAI,EAA7BE,EAAKE,EAAA,MAAED,EAAIC,EAAA,WACPC,EAAK,CAEZN,EAAW,MAAMM,CAAG,EACpB,OAGEF,EAKFJ,EAAW,SAAQ,EAGnBA,EAAW,KAAKG,CAAK,CAEzB,EACA,EACA,EAAI,CAER,CAAC,EAMM,UAAA,CAAM,OAAAI,EAAWN,GAAQ,KAAA,OAARA,EAAU,MAAM,GAAKA,EAAS,OAAM,CAA/C,CACf,CAAC,CACH,CCvDM,SAAUO,GAAyBC,EAAyBC,EAAwB,CACxF,GAAI,CAACD,EACH,MAAM,IAAI,MAAM,yBAAyB,EAE3C,OAAO,IAAIE,EAAc,SAACC,EAAU,CAClCC,EAAgBD,EAAYF,EAAW,UAAA,CACrC,IAAMI,EAAWL,EAAM,OAAO,aAAa,EAAC,EAC5CI,EACED,EACAF,EACA,UAAA,CACEI,EAAS,KAAI,EAAG,KAAK,SAACC,EAAM,CACtBA,EAAO,KAGTH,EAAW,SAAQ,EAEnBA,EAAW,KAAKG,EAAO,KAAK,CAEhC,CAAC,CACH,EACA,EACA,EAAI,CAER,CAAC,CACH,CAAC,CACH,CCzBM,SAAUC,GAA8BC,EAA8BC,EAAwB,CAClG,OAAOC,GAAsBC,GAAmCH,CAAK,EAAGC,CAAS,CACnF,CCoBM,SAAUG,GAAaC,EAA2BC,EAAwB,CAC9E,GAAID,GAAS,KAAM,CACjB,GAAIE,GAAoBF,CAAK,EAC3B,OAAOG,GAAmBH,EAAOC,CAAS,EAE5C,GAAIG,GAAYJ,CAAK,EACnB,OAAOK,GAAcL,EAAOC,CAAS,EAEvC,GAAIK,GAAUN,CAAK,EACjB,OAAOO,GAAgBP,EAAOC,CAAS,EAEzC,GAAIO,GAAgBR,CAAK,EACvB,OAAOS,GAAsBT,EAAOC,CAAS,EAE/C,GAAIS,GAAWV,CAAK,EAClB,OAAOW,GAAiBX,EAAOC,CAAS,EAE1C,GAAIW,GAAqBZ,CAAK,EAC5B,OAAOa,GAA2Bb,EAAOC,CAAS,EAGtD,MAAMa,GAAiCd,CAAK,CAC9C,CCoDM,SAAUe,EAAQC,EAA2BC,EAAyB,CAC1E,OAAOA,EAAYC,GAAUF,EAAOC,CAAS,EAAIE,EAAUH,CAAK,CAClE,CCxBM,SAAUI,IAAE,SAAIC,EAAA,CAAA,EAAAC,EAAA,EAAAA,EAAA,UAAA,OAAAA,IAAAD,EAAAC,CAAA,EAAA,UAAAA,CAAA,EACpB,IAAMC,EAAYC,GAAaH,CAAI,EACnC,OAAOI,EAAKJ,EAAaE,CAAS,CACpC,CCsCM,SAAUG,GAAWC,EAA0BC,EAAyB,CAC5E,IAAMC,EAAeC,EAAWH,CAAmB,EAAIA,EAAsB,UAAA,CAAM,OAAAA,CAAA,EAC7EI,EAAO,SAACC,EAA6B,CAAK,OAAAA,EAAW,MAAMH,EAAY,CAAE,CAA/B,EAChD,OAAO,IAAII,EAAWL,EAAY,SAACI,EAAU,CAAK,OAAAJ,EAAU,SAASG,EAAa,EAAGC,CAAU,CAA7C,EAAiDD,CAAI,CACzG,CCrHM,SAAUG,GAAYC,EAAU,CACpC,OAAOA,aAAiB,MAAQ,CAAC,MAAMA,CAAY,CACrD,CCsCM,SAAUC,EAAUC,EAAyCC,EAAa,CAC9E,OAAOC,EAAQ,SAACC,EAAQC,EAAU,CAEhC,IAAIC,EAAQ,EAGZF,EAAO,UACLG,EAAyBF,EAAY,SAACG,EAAQ,CAG5CH,EAAW,KAAKJ,EAAQ,KAAKC,EAASM,EAAOF,GAAO,CAAC,CACvD,CAAC,CAAC,CAEN,CAAC,CACH,CC1DQ,IAAAG,GAAY,MAAK,QAEzB,SAASC,GAAkBC,EAA6BC,EAAW,CAC/D,OAAOH,GAAQG,CAAI,EAAID,EAAE,MAAA,OAAAE,EAAA,CAAA,EAAAC,EAAIF,CAAI,CAAA,CAAA,EAAID,EAAGC,CAAI,CAChD,CAMM,SAAUG,GAAuBJ,EAA2B,CAC9D,OAAOK,EAAI,SAAAJ,EAAI,CAAI,OAAAF,GAAYC,EAAIC,CAAI,CAApB,CAAqB,CAC5C,CCfQ,IAAAK,GAAY,MAAK,QACjBC,GAA0D,OAAM,eAArCC,GAA+B,OAAM,UAAlBC,GAAY,OAAM,KAQlE,SAAUC,GAAqDC,EAAuB,CAC1F,GAAIA,EAAK,SAAW,EAAG,CACrB,IAAMC,EAAQD,EAAK,CAAC,EACpB,GAAIL,GAAQM,CAAK,EACf,MAAO,CAAE,KAAMA,EAAO,KAAM,IAAI,EAElC,GAAIC,GAAOD,CAAK,EAAG,CACjB,IAAME,EAAOL,GAAQG,CAAK,EAC1B,MAAO,CACL,KAAME,EAAK,IAAI,SAACC,EAAG,CAAK,OAAAH,EAAMG,CAAG,CAAT,CAAU,EAClC,KAAID,IAKV,MAAO,CAAE,KAAMH,EAAa,KAAM,IAAI,CACxC,CAEA,SAASE,GAAOG,EAAQ,CACtB,OAAOA,GAAO,OAAOA,GAAQ,UAAYT,GAAeS,CAAG,IAAMR,EACnE,CC7BM,SAAUS,GAAaC,EAAgBC,EAAa,CACxD,OAAOD,EAAK,OAAO,SAACE,EAAQC,EAAKC,EAAC,CAAK,OAAEF,EAAOC,CAAG,EAAIF,EAAOG,CAAC,EAAIF,CAA5B,EAAqC,CAAA,CAAS,CACvF,CCsMM,SAAUG,IAAa,SAAoCC,EAAA,CAAA,EAAAC,EAAA,EAAAA,EAAA,UAAA,OAAAA,IAAAD,EAAAC,CAAA,EAAA,UAAAA,CAAA,EAC/D,IAAMC,EAAYC,GAAaH,CAAI,EAC7BI,EAAiBC,GAAkBL,CAAI,EAEvCM,EAA8BC,GAAqBP,CAAI,EAA/CQ,EAAWF,EAAA,KAAEG,EAAIH,EAAA,KAE/B,GAAIE,EAAY,SAAW,EAIzB,OAAOE,EAAK,CAAA,EAAIR,CAAgB,EAGlC,IAAMS,EAAS,IAAIC,EACjBC,GACEL,EACAN,EACAO,EAEI,SAACK,EAAM,CAAK,OAAAC,GAAaN,EAAMK,CAAM,CAAzB,EAEZE,CAAQ,CACb,EAGH,OAAOZ,EAAkBO,EAAO,KAAKM,GAAiBb,CAAc,CAAC,EAAsBO,CAC7F,CAEM,SAAUE,GACdL,EACAN,EACAgB,EAAiD,CAAjD,OAAAA,IAAA,SAAAA,EAAAF,GAEO,SAACG,EAA2B,CAGjCC,GACElB,EACA,UAAA,CAaE,QAZQmB,EAAWb,EAAW,OAExBM,EAAS,IAAI,MAAMO,CAAM,EAG3BC,EAASD,EAITE,EAAuBF,aAGlBG,EAAC,CACRJ,GACElB,EACA,UAAA,CACE,IAAMuB,EAASf,EAAKF,EAAYgB,CAAC,EAAGtB,CAAgB,EAChDwB,EAAgB,GACpBD,EAAO,UACLE,EACER,EACA,SAACS,EAAK,CAEJd,EAAOU,CAAC,EAAII,EACPF,IAEHA,EAAgB,GAChBH,KAEGA,GAGHJ,EAAW,KAAKD,EAAeJ,EAAO,MAAK,CAAE,CAAC,CAElD,EACA,UAAA,CACO,EAAEQ,GAGLH,EAAW,SAAQ,CAEvB,CAAC,CACF,CAEL,EACAA,CAAU,GAjCLK,EAAI,EAAGA,EAAIH,EAAQG,MAAnBA,CAAC,CAoCZ,EACAL,CAAU,CAEd,CACF,CAMA,SAASC,GAAclB,EAAsC2B,EAAqBC,EAA0B,CACtG5B,EACF6B,EAAgBD,EAAc5B,EAAW2B,CAAO,EAEhDA,EAAO,CAEX,CC3RM,SAAUG,GACdC,EACAC,EACAC,EACAC,EACAC,EACAC,EACAC,EACAC,EAAgC,CAGhC,IAAMC,EAAc,CAAA,EAEhBC,EAAS,EAETC,EAAQ,EAERC,EAAa,GAKXC,EAAgB,UAAA,CAIhBD,GAAc,CAACH,EAAO,QAAU,CAACC,GACnCR,EAAW,SAAQ,CAEvB,EAGMY,EAAY,SAACC,EAAQ,CAAK,OAACL,EAASN,EAAaY,EAAWD,CAAK,EAAIN,EAAO,KAAKM,CAAK,CAA5D,EAE1BC,EAAa,SAACD,EAAQ,CAI1BT,GAAUJ,EAAW,KAAKa,CAAY,EAItCL,IAKA,IAAIO,EAAgB,GAGpBC,EAAUf,EAAQY,EAAOJ,GAAO,CAAC,EAAE,UACjCQ,EACEjB,EACA,SAACkB,EAAU,CAGTf,GAAY,MAAZA,EAAee,CAAU,EAErBd,EAGFQ,EAAUM,CAAiB,EAG3BlB,EAAW,KAAKkB,CAAU,CAE9B,EACA,UAAA,CAGEH,EAAgB,EAClB,EAEA,OACA,UAAA,CAIE,GAAIA,EAKF,GAAI,CAIFP,IAKA,qBACE,IAAMW,EAAgBZ,EAAO,MAAK,EAI9BF,EACFe,EAAgBpB,EAAYK,EAAmB,UAAA,CAAM,OAAAS,EAAWK,CAAa,CAAxB,CAAyB,EAE9EL,EAAWK,CAAa,GARrBZ,EAAO,QAAUC,EAASN,OAYjCS,EAAa,QACNU,EAAK,CACZrB,EAAW,MAAMqB,CAAG,EAG1B,CAAC,CACF,CAEL,EAGA,OAAAtB,EAAO,UACLkB,EAAyBjB,EAAYY,EAAW,UAAA,CAE9CF,EAAa,GACbC,EAAa,CACf,CAAC,CAAC,EAKG,UAAA,CACLL,GAAmB,MAAnBA,EAAmB,CACrB,CACF,CClEM,SAAUgB,GACdC,EACAC,EACAC,EAA6B,CAE7B,OAFAA,IAAA,SAAAA,EAAA,KAEIC,EAAWF,CAAc,EAEpBF,GAAS,SAACK,EAAGC,EAAC,CAAK,OAAAC,EAAI,SAACC,EAAQC,EAAU,CAAK,OAAAP,EAAeG,EAAGG,EAAGF,EAAGG,CAAE,CAA1B,CAA2B,EAAEC,EAAUT,EAAQI,EAAGC,CAAC,CAAC,CAAC,CAAjF,EAAoFH,CAAU,GAC/G,OAAOD,GAAmB,WACnCC,EAAaD,GAGRS,EAAQ,SAACC,EAAQC,EAAU,CAAK,OAAAC,GAAeF,EAAQC,EAAYZ,EAASE,CAAU,CAAtD,CAAuD,EAChG,CChCM,SAAUY,GAAyCC,EAA6B,CAA7B,OAAAA,IAAA,SAAAA,EAAA,KAChDC,GAASC,EAAUF,CAAU,CACtC,CCNM,SAAUG,IAAS,CACvB,OAAOC,GAAS,CAAC,CACnB,CCmDM,SAAUC,IAAM,SAACC,EAAA,CAAA,EAAAC,EAAA,EAAAA,EAAA,UAAA,OAAAA,IAAAD,EAAAC,CAAA,EAAA,UAAAA,CAAA,EACrB,OAAOC,GAAS,EAAGC,EAAKH,EAAMI,GAAaJ,CAAI,CAAC,CAAC,CACnD,CC9DM,SAAUK,GAAsCC,EAA0B,CAC9E,OAAO,IAAIC,EAA+B,SAACC,EAAU,CACnDC,EAAUH,EAAiB,CAAE,EAAE,UAAUE,CAAU,CACrD,CAAC,CACH,CChDA,IAAME,GAA0B,CAAC,cAAe,gBAAgB,EAC1DC,GAAqB,CAAC,mBAAoB,qBAAqB,EAC/DC,GAAgB,CAAC,KAAM,KAAK,EAkO5B,SAAUC,EACdC,EACAC,EACAC,EACAC,EAAsC,CAMtC,GAJIC,EAAWF,CAAO,IACpBC,EAAiBD,EACjBA,EAAU,QAERC,EACF,OAAOJ,EAAaC,EAAQC,EAAWC,CAA+B,EAAE,KAAKG,GAAiBF,CAAc,CAAC,EAUzG,IAAAG,EAAAC,EAEJC,GAAcR,CAAM,EAChBH,GAAmB,IAAI,SAACY,EAAU,CAAK,OAAA,SAACC,EAAY,CAAK,OAAAV,EAAOS,CAAU,EAAER,EAAWS,EAASR,CAA+B,CAAtE,CAAlB,CAAyF,EAElIS,GAAwBX,CAAM,EAC5BJ,GAAwB,IAAIgB,GAAwBZ,EAAQC,CAAS,CAAC,EACtEY,GAA0Bb,CAAM,EAChCF,GAAc,IAAIc,GAAwBZ,EAAQC,CAAS,CAAC,EAC5D,CAAA,EAAE,CAAA,EATDa,EAAGR,EAAA,CAAA,EAAES,EAAMT,EAAA,CAAA,EAgBlB,GAAI,CAACQ,GACCE,GAAYhB,CAAM,EACpB,OAAOiB,GAAS,SAACC,EAAc,CAAK,OAAAnB,EAAUmB,EAAWjB,EAAWC,CAA+B,CAA/D,CAAgE,EAClGiB,EAAUnB,CAAM,CAAC,EAOvB,GAAI,CAACc,EACH,MAAM,IAAI,UAAU,sBAAsB,EAG5C,OAAO,IAAIM,EAAc,SAACC,EAAU,CAIlC,IAAMX,EAAU,UAAA,SAACY,EAAA,CAAA,EAAAC,EAAA,EAAAA,EAAA,UAAA,OAAAA,IAAAD,EAAAC,CAAA,EAAA,UAAAA,CAAA,EAAmB,OAAAF,EAAW,KAAK,EAAIC,EAAK,OAASA,EAAOA,EAAK,CAAC,CAAC,CAAhD,EAEpC,OAAAR,EAAIJ,CAAO,EAEJ,UAAA,CAAM,OAAAK,EAAQL,CAAO,CAAf,CACf,CAAC,CACH,CASA,SAASE,GAAwBZ,EAAaC,EAAiB,CAC7D,OAAO,SAACQ,EAAkB,CAAK,OAAA,SAACC,EAAY,CAAK,OAAAV,EAAOS,CAAU,EAAER,EAAWS,CAAO,CAArC,CAAlB,CACjC,CAOA,SAASC,GAAwBX,EAAW,CAC1C,OAAOI,EAAWJ,EAAO,WAAW,GAAKI,EAAWJ,EAAO,cAAc,CAC3E,CAOA,SAASa,GAA0Bb,EAAW,CAC5C,OAAOI,EAAWJ,EAAO,EAAE,GAAKI,EAAWJ,EAAO,GAAG,CACvD,CAOA,SAASQ,GAAcR,EAAW,CAChC,OAAOI,EAAWJ,EAAO,gBAAgB,GAAKI,EAAWJ,EAAO,mBAAmB,CACrF,CC3MM,SAAUwB,GACdC,EACAC,EACAC,EAAyC,CAFzCF,IAAA,SAAAA,EAAA,GAEAE,IAAA,SAAAA,EAAAC,IAIA,IAAIC,EAAmB,GAEvB,OAAIH,GAAuB,OAIrBI,GAAYJ,CAAmB,EACjCC,EAAYD,EAIZG,EAAmBH,GAIhB,IAAIK,EAAW,SAACC,EAAU,CAI/B,IAAIC,EAAMC,GAAYT,CAAO,EAAI,CAACA,EAAUE,EAAW,IAAG,EAAKF,EAE3DQ,EAAM,IAERA,EAAM,GAIR,IAAIE,EAAI,EAGR,OAAOR,EAAU,SAAS,UAAA,CACnBK,EAAW,SAEdA,EAAW,KAAKG,GAAG,EAEf,GAAKN,EAGP,KAAK,SAAS,OAAWA,CAAgB,EAGzCG,EAAW,SAAQ,EAGzB,EAAGC,CAAG,CACR,CAAC,CACH,CChGM,SAAUG,GAAK,SAACC,EAAA,CAAA,EAAAC,EAAA,EAAAA,EAAA,UAAA,OAAAA,IAAAD,EAAAC,CAAA,EAAA,UAAAA,CAAA,EACpB,IAAMC,EAAYC,GAAaH,CAAI,EAC7BI,EAAaC,GAAUL,EAAM,GAAQ,EACrCM,EAAUN,EAChB,OAAQM,EAAQ,OAGZA,EAAQ,SAAW,EAEnBC,EAAUD,EAAQ,CAAC,CAAC,EAEpBE,GAASJ,CAAU,EAAEK,EAAKH,EAASJ,CAAS,CAAC,EAL7CQ,EAMN,CCjEO,IAAMC,GAAQ,IAAIC,EAAkBC,EAAI,ECpCvC,IAAAC,GAAY,MAAK,QAMnB,SAAUC,GAAkBC,EAAiB,CACjD,OAAOA,EAAK,SAAW,GAAKF,GAAQE,EAAK,CAAC,CAAC,EAAIA,EAAK,CAAC,EAAKA,CAC5D,CCoDM,SAAUC,GAAUC,EAAiDC,EAAa,CACtF,OAAOC,EAAQ,SAACC,EAAQC,EAAU,CAEhC,IAAIC,EAAQ,EAIZF,EAAO,UAILG,EAAyBF,EAAY,SAACG,EAAK,CAAK,OAAAP,EAAU,KAAKC,EAASM,EAAOF,GAAO,GAAKD,EAAW,KAAKG,CAAK,CAAhE,CAAiE,CAAC,CAEtH,CAAC,CACH,CCxBM,SAAUC,IAAG,SAACC,EAAA,CAAA,EAAAC,EAAA,EAAAA,EAAA,UAAA,OAAAA,IAAAD,EAAAC,CAAA,EAAA,UAAAA,CAAA,EAClB,IAAMC,EAAiBC,GAAkBH,CAAI,EAEvCI,EAAUC,GAAeL,CAAI,EAEnC,OAAOI,EAAQ,OACX,IAAIE,EAAsB,SAACC,EAAU,CAGnC,IAAIC,EAAuBJ,EAAQ,IAAI,UAAA,CAAM,MAAA,CAAA,CAAA,CAAE,EAK3CK,EAAYL,EAAQ,IAAI,UAAA,CAAM,MAAA,EAAA,CAAK,EAGvCG,EAAW,IAAI,UAAA,CACbC,EAAUC,EAAY,IACxB,CAAC,EAKD,mBAASC,EAAW,CAClBC,EAAUP,EAAQM,CAAW,CAAC,EAAE,UAC9BE,EACEL,EACA,SAACM,EAAK,CAKJ,GAJAL,EAAQE,CAAW,EAAE,KAAKG,CAAK,EAI3BL,EAAQ,MAAM,SAACM,EAAM,CAAK,OAAAA,EAAO,MAAP,CAAa,EAAG,CAC5C,IAAMC,EAAcP,EAAQ,IAAI,SAACM,EAAM,CAAK,OAAAA,EAAO,MAAK,CAAZ,CAAe,EAE3DP,EAAW,KAAKL,EAAiBA,EAAc,MAAA,OAAAc,EAAA,CAAA,EAAAC,EAAIF,CAAM,CAAA,CAAA,EAAIA,CAAM,EAI/DP,EAAQ,KAAK,SAACM,EAAQI,EAAC,CAAK,MAAA,CAACJ,EAAO,QAAUL,EAAUS,CAAC,CAA7B,CAA8B,GAC5DX,EAAW,SAAQ,EAGzB,EACA,UAAA,CAGEE,EAAUC,CAAW,EAAI,GAIzB,CAACF,EAAQE,CAAW,EAAE,QAAUH,EAAW,SAAQ,CACrD,CAAC,CACF,GA9BIG,EAAc,EAAG,CAACH,EAAW,QAAUG,EAAcN,EAAQ,OAAQM,MAArEA,CAAW,EAmCpB,OAAO,UAAA,CACLF,EAAUC,EAAY,IACxB,CACF,CAAC,EACDU,EACN,CC9DM,SAAUC,GAASC,EAAoD,CAC3E,OAAOC,EAAQ,SAACC,EAAQC,EAAU,CAChC,IAAIC,EAAW,GACXC,EAAsB,KACtBC,EAA6C,KAC7CC,EAAa,GAEXC,EAAc,UAAA,CAGlB,GAFAF,GAAkB,MAAlBA,EAAoB,YAAW,EAC/BA,EAAqB,KACjBF,EAAU,CACZA,EAAW,GACX,IAAMK,EAAQJ,EACdA,EAAY,KACZF,EAAW,KAAKM,CAAK,EAEvBF,GAAcJ,EAAW,SAAQ,CACnC,EAEMO,EAAkB,UAAA,CACtBJ,EAAqB,KACrBC,GAAcJ,EAAW,SAAQ,CACnC,EAEAD,EAAO,UACLS,EACER,EACA,SAACM,EAAK,CACJL,EAAW,GACXC,EAAYI,EACPH,GACHM,EAAUZ,EAAiBS,CAAK,CAAC,EAAE,UAChCH,EAAqBK,EAAyBR,EAAYK,EAAaE,CAAe,CAAE,CAG/F,EACA,UAAA,CACEH,EAAa,IACZ,CAACH,GAAY,CAACE,GAAsBA,EAAmB,SAAWH,EAAW,SAAQ,CACxF,CAAC,CACF,CAEL,CAAC,CACH,CC3CM,SAAUU,GAAaC,EAAkBC,EAAyC,CAAzC,OAAAA,IAAA,SAAAA,EAAAC,IACtCC,GAAM,UAAA,CAAM,OAAAC,GAAMJ,EAAUC,CAAS,CAAzB,CAA0B,CAC/C,CCEM,SAAUI,GAAeC,EAAoBC,EAAsC,CAAtC,OAAAA,IAAA,SAAAA,EAAA,MAGjDA,EAAmBA,GAAgB,KAAhBA,EAAoBD,EAEhCE,EAAQ,SAACC,EAAQC,EAAU,CAChC,IAAIC,EAAiB,CAAA,EACjBC,EAAQ,EAEZH,EAAO,UACLI,EACEH,EACA,SAACI,EAAK,aACAC,EAAuB,KAKvBH,IAAUL,IAAsB,GAClCI,EAAQ,KAAK,CAAA,CAAE,MAIjB,QAAqBK,EAAAC,EAAAN,CAAO,EAAAO,EAAAF,EAAA,KAAA,EAAA,CAAAE,EAAA,KAAAA,EAAAF,EAAA,KAAA,EAAE,CAAzB,IAAMG,EAAMD,EAAA,MACfC,EAAO,KAAKL,CAAK,EAMbR,GAAca,EAAO,SACvBJ,EAASA,GAAM,KAANA,EAAU,CAAA,EACnBA,EAAO,KAAKI,CAAM,qGAItB,GAAIJ,MAIF,QAAqBK,EAAAH,EAAAF,CAAM,EAAAM,EAAAD,EAAA,KAAA,EAAA,CAAAC,EAAA,KAAAA,EAAAD,EAAA,KAAA,EAAE,CAAxB,IAAMD,EAAME,EAAA,MACfC,GAAUX,EAASQ,CAAM,EACzBT,EAAW,KAAKS,CAAM,oGAG5B,EACA,UAAA,aAGE,QAAqBI,EAAAN,EAAAN,CAAO,EAAAa,EAAAD,EAAA,KAAA,EAAA,CAAAC,EAAA,KAAAA,EAAAD,EAAA,KAAA,EAAE,CAAzB,IAAMJ,EAAMK,EAAA,MACfd,EAAW,KAAKS,CAAM,oGAExBT,EAAW,SAAQ,CACrB,EAEA,OACA,UAAA,CAEEC,EAAU,IACZ,CAAC,CACF,CAEL,CAAC,CACH,CC7FM,SAAUc,IAAa,SAAOC,EAAA,CAAA,EAAAC,EAAA,EAAAA,EAAA,UAAA,OAAAA,IAAAD,EAAAC,CAAA,EAAA,UAAAA,CAAA,EAClC,IAAMC,EAAiBC,GAAkBH,CAAI,EAC7C,OAAOE,EACHE,GAAKL,GAAa,MAAA,OAAAM,EAAA,CAAA,EAAAC,EAAKN,CAAoC,CAAA,CAAA,EAAGO,GAAiBL,CAAc,CAAC,EAC9FM,EAAQ,SAACC,EAAQC,EAAU,CACzBC,GAAiBN,EAAA,CAAEI,CAAM,EAAAH,EAAKM,GAAeZ,CAAI,CAAC,CAAA,CAAA,EAAGU,CAAU,CACjE,CAAC,CACP,CCUM,SAAUG,IAAiB,SAC/BC,EAAA,CAAA,EAAAC,EAAA,EAAAA,EAAA,UAAA,OAAAA,IAAAD,EAAAC,CAAA,EAAA,UAAAA,CAAA,EAEA,OAAOC,GAAa,MAAA,OAAAC,EAAA,CAAA,EAAAC,EAAIJ,CAAY,CAAA,CAAA,CACtC,CCgBM,SAAUK,GAAgBC,EAAiBC,EAAyC,CAAzC,OAAAA,IAAA,SAAAA,EAAAC,IACxCC,EAAQ,SAACC,EAAQC,EAAU,CAChC,IAAIC,EAAkC,KAClCC,EAAsB,KACtBC,EAA0B,KAExBC,EAAO,UAAA,CACX,GAAIH,EAAY,CAEdA,EAAW,YAAW,EACtBA,EAAa,KACb,IAAMI,EAAQH,EACdA,EAAY,KACZF,EAAW,KAAKK,CAAK,EAEzB,EACA,SAASC,GAAY,CAInB,IAAMC,EAAaJ,EAAYR,EACzBa,EAAMZ,EAAU,IAAG,EACzB,GAAIY,EAAMD,EAAY,CAEpBN,EAAa,KAAK,SAAS,OAAWM,EAAaC,CAAG,EACtDR,EAAW,IAAIC,CAAU,EACzB,OAGFG,EAAI,CACN,CAEAL,EAAO,UACLU,EACET,EACA,SAACK,EAAQ,CACPH,EAAYG,EACZF,EAAWP,EAAU,IAAG,EAGnBK,IACHA,EAAaL,EAAU,SAASU,EAAcX,CAAO,EACrDK,EAAW,IAAIC,CAAU,EAE7B,EACA,UAAA,CAGEG,EAAI,EACJJ,EAAW,SAAQ,CACrB,EAEA,OACA,UAAA,CAEEE,EAAYD,EAAa,IAC3B,CAAC,CACF,CAEL,CAAC,CACH,CC5EM,SAAUS,GAAQC,EAAa,CACnC,OAAOA,GAAS,EAEZ,UAAA,CAAM,OAAAC,EAAA,EACNC,EAAQ,SAACC,EAAQC,EAAU,CACzB,IAAIC,EAAO,EACXF,EAAO,UACLG,EAAyBF,EAAY,SAACG,EAAK,CAIrC,EAAEF,GAAQL,IACZI,EAAW,KAAKG,CAAK,EAIjBP,GAASK,GACXD,EAAW,SAAQ,EAGzB,CAAC,CAAC,CAEN,CAAC,CACP,CC9BM,SAAUI,IAAc,CAC5B,OAAOC,EAAQ,SAACC,EAAQC,EAAU,CAChCD,EAAO,UAAUE,EAAyBD,EAAYE,EAAI,CAAC,CAC7D,CAAC,CACH,CCCM,SAAUC,GAASC,EAAQ,CAC/B,OAAOC,EAAI,UAAA,CAAM,OAAAD,CAAA,CAAK,CACxB,CC4CM,SAAUE,GACdC,EACAC,EAAmC,CAEnC,OAAIA,EAEK,SAACC,EAAqB,CAC3B,OAAAC,GAAOF,EAAkB,KAAKG,GAAK,CAAC,EAAGC,GAAc,CAAE,EAAGH,EAAO,KAAKH,GAAUC,CAAqB,CAAC,CAAC,CAAvG,EAGGM,GAAS,SAACC,EAAOC,EAAK,CAAK,OAAAC,EAAUT,EAAsBO,EAAOC,CAAK,CAAC,EAAE,KAAKJ,GAAK,CAAC,EAAGM,GAAMH,CAAK,CAAC,CAAzE,CAA0E,CAC9G,CCzCM,SAAUI,GAASC,EAAoBC,EAAyC,CAAzCA,IAAA,SAAAA,EAAAC,IAC3C,IAAMC,EAAWC,GAAMJ,EAAKC,CAAS,EACrC,OAAOI,GAAU,UAAA,CAAM,OAAAF,CAAA,CAAQ,CACjC,CC0EM,SAAUG,GACdC,EACAC,EAA0D,CAA1D,OAAAA,IAAA,SAAAA,EAA+BC,GAK/BF,EAAaA,GAAU,KAAVA,EAAcG,GAEpBC,EAAQ,SAACC,EAAQC,EAAU,CAGhC,IAAIC,EAEAC,EAAQ,GAEZH,EAAO,UACLI,EAAyBH,EAAY,SAACI,EAAK,CAEzC,IAAMC,EAAaV,EAAYS,CAAK,GAKhCF,GAAS,CAACR,EAAYO,EAAaI,CAAU,KAM/CH,EAAQ,GACRD,EAAcI,EAGdL,EAAW,KAAKI,CAAK,EAEzB,CAAC,CAAC,CAEN,CAAC,CACH,CAEA,SAASP,GAAeS,EAAQC,EAAM,CACpC,OAAOD,IAAMC,CACf,CCjHM,SAAUC,GAA8CC,EAAQC,EAAuC,CAC3G,OAAOC,GAAqB,SAACC,EAAMC,EAAI,CAAK,OAAAH,EAAUA,EAAQE,EAAEH,CAAG,EAAGI,EAAEJ,CAAG,CAAC,EAAIG,EAAEH,CAAG,IAAMI,EAAEJ,CAAG,CAApD,CAAqD,CACnG,CCNM,SAAUK,GAAYC,EAAoB,CAC9C,OAAOC,EAAQ,SAACC,EAAQC,EAAU,CAGhC,GAAI,CACFD,EAAO,UAAUC,CAAU,UAE3BA,EAAW,IAAIH,CAAQ,EAE3B,CAAC,CACH,CCmEM,SAAUI,GAASC,EAA4B,CAA5BA,IAAA,SAAAA,EAAA,CAAA,GACf,IAAAC,EAAgHD,EAAO,UAAvHE,EAASD,IAAA,OAAG,UAAA,CAAM,OAAA,IAAIE,CAAJ,EAAgBF,EAAEG,EAA4EJ,EAAO,aAAnFK,EAAYD,IAAA,OAAG,GAAIA,EAAEE,EAAuDN,EAAO,gBAA9DO,EAAeD,IAAA,OAAG,GAAIA,EAAEE,EAA+BR,EAAO,oBAAtCS,EAAmBD,IAAA,OAAG,GAAIA,EAUnH,OAAO,SAACE,EAAa,CACnB,IAAIC,EACAC,EACAC,EACAC,EAAW,EACXC,EAAe,GACfC,EAAa,GAEXC,EAAc,UAAA,CAClBL,GAAe,MAAfA,EAAiB,YAAW,EAC5BA,EAAkB,MACpB,EAGMM,EAAQ,UAAA,CACZD,EAAW,EACXN,EAAaE,EAAU,OACvBE,EAAeC,EAAa,EAC9B,EACMG,EAAsB,UAAA,CAG1B,IAAMC,EAAOT,EACbO,EAAK,EACLE,GAAI,MAAJA,EAAM,YAAW,CACnB,EAEA,OAAOC,EAAc,SAACC,EAAQC,EAAU,CACtCT,IACI,CAACE,GAAc,CAACD,GAClBE,EAAW,EAOb,IAAMO,EAAQX,EAAUA,GAAO,KAAPA,EAAWX,EAAS,EAO5CqB,EAAW,IAAI,UAAA,CACbT,IAKIA,IAAa,GAAK,CAACE,GAAc,CAACD,IACpCH,EAAkBa,GAAYN,EAAqBV,CAAmB,EAE1E,CAAC,EAIDe,EAAK,UAAUD,CAAU,EAGvB,CAACZ,GAIDG,EAAW,IAOXH,EAAa,IAAIe,GAAe,CAC9B,KAAM,SAACC,EAAK,CAAK,OAAAH,EAAK,KAAKG,CAAK,CAAf,EACjB,MAAO,SAACC,EAAG,CACTZ,EAAa,GACbC,EAAW,EACXL,EAAkBa,GAAYP,EAAOb,EAAcuB,CAAG,EACtDJ,EAAK,MAAMI,CAAG,CAChB,EACA,SAAU,UAAA,CACRb,EAAe,GACfE,EAAW,EACXL,EAAkBa,GAAYP,EAAOX,CAAe,EACpDiB,EAAK,SAAQ,CACf,EACD,EACDK,EAAUP,CAAM,EAAE,UAAUX,CAAU,EAE1C,CAAC,EAAED,CAAa,CAClB,CACF,CAEA,SAASe,GACPP,EACAY,EAAoD,SACpDC,EAAA,CAAA,EAAAC,EAAA,EAAAA,EAAA,UAAA,OAAAA,IAAAD,EAAAC,EAAA,CAAA,EAAA,UAAAA,CAAA,EAEA,GAAIF,IAAO,GAAM,CACfZ,EAAK,EACL,OAGF,GAAIY,IAAO,GAIX,KAAMG,EAAe,IAAIP,GAAe,CACtC,KAAM,UAAA,CACJO,EAAa,YAAW,EACxBf,EAAK,CACP,EACD,EAED,OAAOW,EAAUC,EAAE,MAAA,OAAAI,EAAA,CAAA,EAAAC,EAAIJ,CAAI,CAAA,CAAA,CAAA,EAAG,UAAUE,CAAY,EACtD,CChHM,SAAUG,GACdC,EACAC,EACAC,EAAyB,WAErBC,EACAC,EAAW,GACf,OAAIJ,GAAsB,OAAOA,GAAuB,UACnDK,EAA8EL,EAAkB,WAAhGG,EAAUE,IAAA,OAAG,IAAQA,EAAEC,EAAuDN,EAAkB,WAAzEC,EAAUK,IAAA,OAAG,IAAQA,EAAEC,EAAgCP,EAAkB,SAAlDI,EAAQG,IAAA,OAAG,GAAKA,EAAEL,EAAcF,EAAkB,WAEnGG,EAAcH,GAAkB,KAAlBA,EAAsB,IAE/BQ,GAAS,CACd,UAAW,UAAA,CAAM,OAAA,IAAIC,GAAcN,EAAYF,EAAYC,CAAS,CAAnD,EACjB,aAAc,GACd,gBAAiB,GACjB,oBAAqBE,EACtB,CACH,CClHM,SAAUM,IAAS,SAAOC,EAAA,CAAA,EAAAC,EAAA,EAAAA,EAAA,UAAA,OAAAA,IAAAD,EAAAC,CAAA,EAAA,UAAAA,CAAA,EAC9B,IAAMC,EAAYC,GAAaH,CAAM,EACrC,OAAOI,EAAQ,SAACC,EAAQC,EAAU,EAI/BJ,EAAYK,GAAOP,EAAQK,EAAQH,CAAS,EAAIK,GAAOP,EAAQK,CAAM,GAAG,UAAUC,CAAU,CAC/F,CAAC,CACH,CCmBM,SAAUE,EACdC,EACAC,EAA6G,CAE7G,OAAOC,EAAQ,SAACC,EAAQC,EAAU,CAChC,IAAIC,EAAyD,KACzDC,EAAQ,EAERC,EAAa,GAIXC,EAAgB,UAAA,CAAM,OAAAD,GAAc,CAACF,GAAmBD,EAAW,SAAQ,CAArD,EAE5BD,EAAO,UACLM,EACEL,EACA,SAACM,EAAK,CAEJL,GAAe,MAAfA,EAAiB,YAAW,EAC5B,IAAIM,EAAa,EACXC,EAAaN,IAEnBO,EAAUb,EAAQU,EAAOE,CAAU,CAAC,EAAE,UACnCP,EAAkBI,EACjBL,EAIA,SAACU,EAAU,CAAK,OAAAV,EAAW,KAAKH,EAAiBA,EAAeS,EAAOI,EAAYF,EAAYD,GAAY,EAAIG,CAAU,CAAzG,EAChB,UAAA,CAIET,EAAkB,KAClBG,EAAa,CACf,CAAC,CACD,CAEN,EACA,UAAA,CACED,EAAa,GACbC,EAAa,CACf,CAAC,CACF,CAEL,CAAC,CACH,CCkCM,SAAUO,GACdC,EACAC,EACAC,EAA8B,CAK9B,IAAMC,EACJC,EAAWJ,CAAc,GAAKC,GAASC,EAElC,CAAE,KAAMF,EAA2E,MAAKC,EAAE,SAAQC,CAAA,EACnGF,EAEN,OAAOG,EACHE,EAAQ,SAACC,EAAQC,EAAU,QACzBC,EAAAL,EAAY,aAAS,MAAAK,IAAA,QAAAA,EAAA,KAArBL,CAAW,EACX,IAAIM,EAAU,GACdH,EAAO,UACLI,EACEH,EACA,SAACI,EAAK,QACJH,EAAAL,EAAY,QAAI,MAAAK,IAAA,QAAAA,EAAA,KAAhBL,EAAmBQ,CAAK,EACxBJ,EAAW,KAAKI,CAAK,CACvB,EACA,UAAA,OACEF,EAAU,IACVD,EAAAL,EAAY,YAAQ,MAAAK,IAAA,QAAAA,EAAA,KAApBL,CAAW,EACXI,EAAW,SAAQ,CACrB,EACA,SAACK,EAAG,OACFH,EAAU,IACVD,EAAAL,EAAY,SAAK,MAAAK,IAAA,QAAAA,EAAA,KAAjBL,EAAoBS,CAAG,EACvBL,EAAW,MAAMK,CAAG,CACtB,EACA,UAAA,SACMH,KACFD,EAAAL,EAAY,eAAW,MAAAK,IAAA,QAAAA,EAAA,KAAvBL,CAAW,IAEbU,EAAAV,EAAY,YAAQ,MAAAU,IAAA,QAAAA,EAAA,KAApBV,CAAW,CACb,CAAC,CACF,CAEL,CAAC,EAIDW,CACN,CC7JM,SAAUC,IAAc,SAAOC,EAAA,CAAA,EAAAC,EAAA,EAAAA,EAAA,UAAA,OAAAA,IAAAD,EAAAC,CAAA,EAAA,UAAAA,CAAA,EACnC,IAAMC,EAAUC,GAAkBH,CAAM,EAExC,OAAOI,EAAQ,SAACC,EAAQC,EAAU,CAehC,QAdMC,EAAMP,EAAO,OACbQ,EAAc,IAAI,MAAMD,CAAG,EAI7BE,EAAWT,EAAO,IAAI,UAAA,CAAM,MAAA,EAAA,CAAK,EAGjCU,EAAQ,cAMHC,EAAC,CACRC,EAAUZ,EAAOW,CAAC,CAAC,EAAE,UACnBE,EACEP,EACA,SAACQ,EAAK,CACJN,EAAYG,CAAC,EAAIG,EACb,CAACJ,GAAS,CAACD,EAASE,CAAC,IAEvBF,EAASE,CAAC,EAAI,IAKbD,EAAQD,EAAS,MAAMM,CAAQ,KAAON,EAAW,MAEtD,EAGAO,EAAI,CACL,GAnBIL,EAAI,EAAGA,EAAIJ,EAAKI,MAAhBA,CAAC,EAwBVN,EAAO,UACLQ,EAAyBP,EAAY,SAACQ,EAAK,CACzC,GAAIJ,EAAO,CAET,IAAMO,EAAMC,EAAA,CAAIJ,CAAK,EAAAK,EAAKX,CAAW,CAAA,EACrCF,EAAW,KAAKJ,EAAUA,EAAO,MAAA,OAAAgB,EAAA,CAAA,EAAAC,EAAIF,CAAM,CAAA,CAAA,EAAIA,CAAM,EAEzD,CAAC,CAAC,CAEN,CAAC,CACH,CCxFM,SAAUG,IAAG,SAAOC,EAAA,CAAA,EAAAC,EAAA,EAAAA,EAAA,UAAA,OAAAA,IAAAD,EAAAC,CAAA,EAAA,UAAAA,CAAA,EACxB,OAAOC,EAAQ,SAACC,EAAQC,EAAU,CAChCL,GAAS,MAAA,OAAAM,EAAA,CAACF,CAA8B,EAAAG,EAAMN,CAAuC,CAAA,CAAA,EAAE,UAAUI,CAAU,CAC7G,CAAC,CACH,CCCM,SAAUG,IAAO,SAAkCC,EAAA,CAAA,EAAAC,EAAA,EAAAA,EAAA,UAAA,OAAAA,IAAAD,EAAAC,CAAA,EAAA,UAAAA,CAAA,EACvD,OAAOC,GAAG,MAAA,OAAAC,EAAA,CAAA,EAAAC,EAAIJ,CAAW,CAAA,CAAA,CAC3B,CCgBO,SAASK,GACdC,EAAkBC,EAAmB,SAChC,CACL,OAAO,MAAM,KAAKA,EAAK,iBAAoBD,CAAQ,CAAC,CACtD,CAuBO,SAASE,GACdF,EAAkBC,EAAmB,SAClC,CACH,IAAME,EAAKC,GAAsBJ,EAAUC,CAAI,EAC/C,GAAI,OAAOE,GAAO,YAChB,MAAM,IAAI,eACR,8BAA8BH,CAAQ,iBACxC,EAGF,OAAOG,CACT,CAsBO,SAASC,GACdJ,EAAkBC,EAAmB,SACtB,CACf,OAAOA,EAAK,cAAiBD,CAAQ,GAAK,MAC5C,CAOO,SAASK,IAA4C,CAnH5D,IAAAC,EAAAC,EAAAC,EAAAC,EAoHE,OACEA,GAAAD,GAAAD,GAAAD,EAAA,SAAS,gBAAT,YAAAA,EAAwB,aAAxB,YAAAC,EAAoC,gBAApC,KAAAC,EACA,SAAS,gBADT,KAAAC,EAEA,MAEJ,CCvEA,IAAMC,GAAYC,EAChBC,EAAU,SAAS,KAAM,SAAS,EAClCA,EAAU,SAAS,KAAM,UAAU,CACrC,EACG,KACCC,GAAa,CAAC,EACdC,GAAU,MAAS,EACnBC,EAAI,IAAMC,GAAiB,GAAK,SAAS,IAAI,EAC7CC,GAAY,CAAC,CACf,EAaK,SAASC,GACdC,EACqB,CACrB,OAAOT,GACJ,KACCK,EAAIK,GAAUD,EAAG,SAASC,CAAM,CAAC,EACjCC,GAAqB,CACvB,CACJ,CCxBA,SAASC,GAAYC,EAAiBC,EAA8B,CAGlE,GAAI,OAAOA,GAAU,UAAY,OAAOA,GAAU,SAChDD,EAAG,WAAaC,EAAM,SAAS,UAGtBA,aAAiB,KAC1BD,EAAG,YAAYC,CAAK,UAGX,MAAM,QAAQA,CAAK,EAC5B,QAAWC,KAAQD,EACjBF,GAAYC,EAAIE,CAAI,CAE1B,CAyBO,SAASC,EACdC,EAAaC,KAAmCC,EAC7C,CACH,IAAMN,EAAK,SAAS,cAAcI,CAAG,EAGrC,GAAIC,EACF,QAAWE,KAAQ,OAAO,KAAKF,CAAU,EACnC,OAAOA,EAAWE,CAAI,GAAM,cAI5B,OAAOF,EAAWE,CAAI,GAAM,UAC9BP,EAAG,aAAaO,EAAMF,EAAWE,CAAI,CAAC,EAEtCP,EAAG,aAAaO,EAAM,EAAE,GAI9B,QAAWN,KAASK,EAClBP,GAAYC,EAAIC,CAAK,EAGvB,OAAOD,CACT,CC9EO,SAASQ,GAAMC,EAAuB,CAC3C,GAAIA,EAAQ,IAAK,CACf,IAAMC,EAAS,GAAGD,EAAQ,KAAO,IAAO,IACxC,MAAO,KAAKA,EAAQ,MAAY,KAAM,QAAQC,CAAM,CAAC,GACvD,KACE,QAAOD,EAAM,SAAS,CAE1B,CCCO,SAASE,GAAYC,EAA+B,CACzD,IAAMC,EAASC,EAAE,SAAU,CAAE,IAAAF,CAAI,CAAC,EAClC,OAAOG,GAAM,KACX,SAAS,KAAK,YAAYF,CAAM,EACzBG,EACLC,EAAUJ,EAAQ,MAAM,EACxBI,EAAUJ,EAAQ,OAAO,EACtB,KACCK,EAAU,IACRC,GAAW,IAAM,IAAI,eAAe,mBAAmBP,CAAG,EAAE,CAAC,CAC9D,CACH,CACJ,EACG,KACCQ,EAAI,IAAG,EAAY,EACnBC,GAAS,IAAM,SAAS,KAAK,YAAYR,CAAM,CAAC,EAChDS,GAAK,CAAC,CACR,EACH,CACH,CCVA,IAAMC,GAAS,IAAIC,EAiBbC,GAAYC,GAAM,IACtB,OAAO,gBAAmB,YACtBC,GAAY,4CAA4C,EACxDC,GAAG,MAAS,CACjB,EACE,KACCC,EAAI,IAAM,IAAI,eAAeC,GAC3BA,EAAQ,QAAQC,GAASR,GAAO,KAAKQ,CAAK,CAAC,CAC5C,CAAC,EACFC,EAAUC,GAAYC,EAAMC,GAAOP,GAAGK,CAAQ,CAAC,EAAE,KAC/CG,GAAS,IAAMH,EAAS,WAAW,CAAC,CACtC,CAAC,EACDI,GAAY,CAAC,CACf,EAaK,SAASC,GACdC,EACa,CACb,MAAO,CACL,MAAQA,EAAG,YACX,OAAQA,EAAG,YACb,CACF,CC1EO,SAASC,GACdC,EACa,CACb,MAAO,CACL,MAAQA,EAAG,YACX,OAAQA,EAAG,YACb,CACF,CCGO,SAASC,GACdC,EACe,CACf,MAAO,CACL,EAAGA,EAAG,WACN,EAAGA,EAAG,SACR,CACF,CAWO,SAASC,GACdD,EAC2B,CAC3B,OAAOE,EACLC,EAAUH,EAAI,QAAQ,EACtBG,EAAU,OAAQ,QAAQ,EAC1BA,EAAU,OAAQ,QAAQ,CAC5B,EACG,KACCC,GAAU,EAAGC,EAAuB,EACpCC,EAAI,IAAMP,GAAwBC,CAAE,CAAC,EACrCO,GAAUR,GAAwBC,CAAE,CAAC,CACvC,CACJ,CCzBA,IAAMQ,GAAS,IAAIC,EAUbC,GAAYC,GAAM,IAAMC,GAC5B,IAAI,qBAAqBC,GAAW,CAClC,QAAWC,KAASD,EAClBL,GAAO,KAAKM,CAAK,CACrB,EAAG,CACD,UAAW,CACb,CAAC,CACH,CAAC,EACE,KACCC,EAAUC,GAAYC,EAAMC,GAAON,GAAGI,CAAQ,CAAC,EAC5C,KACCG,GAAS,IAAMH,EAAS,WAAW,CAAC,CACtC,CACF,EACAI,GAAY,CAAC,CACf,EAwCK,SAASC,GACdC,EAAiBC,EAAY,GACR,CACrB,OAAOC,GAA0BF,CAAE,EAChC,KACCG,EAAI,CAAC,CAAE,EAAAC,CAAE,IAAM,CACb,IAAMC,EAAUC,GAAeN,CAAE,EAC3BO,EAAUC,GAAsBR,CAAE,EACxC,OAAOI,GACLG,EAAQ,OAASF,EAAQ,OAASJ,CAEtC,CAAC,EACDQ,GAAqB,CACvB,CACJ,CCjFA,IAAMC,GAA4C,CAChD,OAAQC,GAAW,yBAAyB,EAC5C,OAAQA,GAAW,yBAAyB,CAC9C,ECuDA,IAAMC,GAASC,GAAW,WAAW,EAC/BC,GAAiB,KAAK,MAAMF,GAAO,WAAY,EACrDE,GAAO,KAAO,GAAG,IAAI,IAAIA,GAAO,KAAMC,GAAY,CAAC,CAAC,GAW7C,SAASC,IAAwB,CACtC,OAAOF,EACT,CAqBO,SAASG,GACdC,EAAkBC,EACV,CACR,OAAO,OAAOA,GAAU,YACpBC,GAAO,aAAaF,CAAG,EAAE,QAAQ,IAAKC,EAAM,SAAS,CAAC,EACtDC,GAAO,aAAaF,CAAG,CAC7B,CC5GO,SAASG,IAAmB,CACjC,OAAO,IAAI,IAAI,SAAS,IAAI,CAC9B,CCoBO,SAASC,GACdC,EAAmBC,EACD,CAClB,OAAO,IAAIC,EAAiBC,GAAY,CACtC,IAAMC,EAAM,IAAI,eAChB,OAAAA,EAAI,KAAK,MAAO,GAAGJ,CAAG,EAAE,EACxBI,EAAI,aAAe,OAGnBA,EAAI,iBAAiB,OAAQ,IAAM,CAC7BA,EAAI,QAAU,KAAOA,EAAI,OAAS,KACpCD,EAAS,KAAKC,EAAI,QAAQ,EAC1BD,EAAS,SAAS,GAIlBA,EAAS,MAAM,IAAI,MAAMC,EAAI,UAAU,CAAC,CAE5C,CAAC,EAGDA,EAAI,iBAAiB,QAAS,IAAM,CAClCD,EAAS,MAAM,IAAI,MAAM,eAAe,CAAC,CAC3C,CAAC,EAGDC,EAAI,iBAAiB,QAAS,IAAM,CAClCD,EAAS,SAAS,CACpB,CAAC,EAGG,OAAOF,GAAA,YAAAA,EAAS,YAAc,cAChCG,EAAI,iBAAiB,WAAYC,GAAS,CA/FhD,IAAAC,EAgGQ,GAAID,EAAM,iBACRJ,EAAQ,UAAW,KAAMI,EAAM,OAASA,EAAM,MAAS,GAAG,MAIrD,CACL,IAAME,GAASD,EAAAF,EAAI,kBAAkB,gBAAgB,IAAtC,KAAAE,EAA2C,EAC1DL,EAAQ,UAAW,KAAMI,EAAM,OAAS,CAACE,EAAU,GAAG,CACxD,CACF,CAAC,EAGDN,EAAQ,UAAU,KAAK,CAAC,GAI1BG,EAAI,KAAK,EACF,IAAMA,EAAI,MAAM,CACzB,CAAC,CACH,CAcO,SAASI,GACdR,EAAmBC,EACJ,CACf,OAAOF,GAAQC,EAAKC,CAAO,EACxB,KACCQ,EAAUC,GAAOA,EAAI,KAAK,CAAC,EAC3BC,EAAIC,GAAQ,KAAK,MAAMA,CAAI,CAAM,EACjCC,GAAY,CAAC,CACf,CACJ,CCrDO,SAASC,GACdC,EAASC,EAAmB,SACP,CACrB,OAAOC,GAAW,uBAAuBF,CAAI,IAAKC,CAAI,CACxD,CAYO,SAASE,GACdH,EAASC,EAAmB,SACL,CACvB,OAAOG,GAAY,uBAAuBJ,CAAI,IAAKC,CAAI,CACzD,CC3CO,SAASI,GACdC,EAC0D,CAG1D,IAAMC,EAASC,GAAkBF,CAAE,EAC7BG,EAASC,EACbC,EAAUL,EAAI,OAAO,EACrBK,EAAUL,EAAI,OAAO,EAAE,KAAKM,GAAM,CAAC,CAAC,CACtC,EACG,KACCC,EAAI,IAAMP,EAAG,KAAK,EAClBQ,GAAUR,EAAG,KAAK,EAClBS,GAAqB,CACvB,EAGF,OAAAR,EACG,KACCS,GAAOC,GAAU,CAACA,CAAM,EACxBC,GAAeT,CAAM,CACvB,EACG,UAAU,CAAC,CAAC,CAAEU,CAAK,IAAM,CACxB,IAAMC,EAAO,SAAS,SAAS,SAC3B,OAAO,IAAO,YAAcD,EAAM,QACpC,GAAG,OAAQ,WAAY,GAAGC,CAAI,aAAaD,CAAK,EAAE,CACtD,CAAC,EAGEE,GAAc,CAACZ,EAAQF,CAAM,CAAC,EAClC,KACCM,EAAI,CAAC,CAACM,EAAOG,CAAK,KAAO,CAAE,IAAKhB,EAAI,MAAAa,EAAO,MAAAG,CAAM,EAAE,CACrD,CACJ,CCzEA,IAAAC,GAAiC,SCAjC,IAAAC,GAAqB,SA6BrB,SAASC,GAAUC,EAAYC,EAAuB,CACpD,SAAO,SAAKD,EAAK,UAAWC,EAAO,CACjC,KAAM,CACJ,QAAS,MACT,SAAU,MACZ,CACF,CAAC,CACH,CAeO,SAASC,GACdF,EAAYC,EAAeE,EACd,CACb,OACEC,EAAC,MAAG,MAAM,+BACRA,EAAC,QAAK,MAAM,WACVA,EAAC,OAAI,IAAKJ,EAAK,IAAK,CACtB,EACAI,EAAC,UACC,MAAM,uBACN,MAAOC,GAAY,gBAAgB,EACnC,sBAAqBF,EAAOH,EAAK,UAAY,IAAIA,EAAK,SAAS,KAE/DI,EAAC,YACCD,EACIJ,GAAUC,EAAMC,CAAK,EACrB,IAAIF,GAAUC,EAAMC,CAAK,CAAC,GAC/B,CACH,CACF,CAEJ,CCzDO,SAASK,GACdC,EACa,CACb,IAAMC,EAAQ,IAAID,EAAK,IAAI,GAC3B,OACEE,EAAC,KAAE,KAAMF,EAAK,IAAK,MAAOC,EAAO,MAAM,yBACrCC,EAAC,OAAI,IAAKF,EAAK,MAAO,CACxB,CAEJ,CASO,SAASG,GACdC,EACa,CACb,OACEF,EAAC,KACC,KAAK,6DACL,MAAM,wDACP,IACGE,CACJ,CAEJ,CFgCO,SAASC,GACdC,EAAiB,CAAE,OAAAC,EAAQ,OAAAC,EAAQ,MAAAC,CAAM,EACX,CAC9B,OAAQH,EAAG,aAAa,eAAe,EAAG,CAExC,IAAK,OACH,OAAOI,GAAc,CACnBF,EAAO,KAAKG,GAAwB,OAAO,CAAC,EAC5CJ,EACG,KACCK,EAAI,CAAC,CAAE,MAAAC,CAAM,IAAM,OAAO,OAAOA,EAAM,IAAI,EACxC,IAAIC,GAAQA,EAAK,QAAQ,SAAU,EAAE,CAAC,CACzC,CACF,CACJ,CAAC,EACE,KACCF,EAAI,CAAC,CAAC,CAAE,MAAAG,CAAM,EAAGC,CAAI,OAAM,GAAAC,QAAOD,EAAMD,CAAK,CAAC,EAC9CG,EAAUC,GAASZ,EAAO,KACxBK,EAAI,CAAC,CAAE,MAAAC,CAAM,KAAO,CAClB,KAAMM,EAAM,IAAUC,IACb,CACL,UAAAA,EACA,IAAK,CACHP,EAAM,KACNO,EACA,MACF,EAAE,KAAK,EAAE,CACX,EACD,CACH,EAAE,CACJ,CAAC,CACH,EAEJ,QACE,OAAOV,GAAc,CACnBF,EAAO,KAAKG,GAAwB,OAAO,CAAC,EAC5CJ,EACG,KACCc,GAAkBZ,CAAK,EACvBG,EAAI,CAAC,CAAC,CAAE,MAAAC,EAAO,OAAAS,CAAO,EAAGC,CAAI,IAAM,CACjC,GAAG,CAAC,MAAO,OAAO,EAAE,SAASA,CAAI,EAC7B,OAAO,KAAKV,EAAM,IAAI,EACtB,CAAC,EACL,GAAG,CAAC,MAAO,QAAQ,EAAE,SAASU,CAAI,EAC9B,OAAO,KAAKD,EAAO,IAAI,EACvB,CAAC,CACP,CAAC,CACH,CACJ,CAAC,EACE,KACCV,EAAI,CAAC,CAAC,CAAE,MAAAG,CAAM,EAAGC,CAAI,OAAM,GAAAC,QAAOD,EAAMD,CAAK,CAAC,EAC9CG,EAAUM,GAAcjB,EAAO,KAC7BK,EAAI,CAAC,CAAE,MAAAC,EAAO,OAAAS,CAAO,KAAO,CAC1B,KAAME,EAAW,IAAUJ,GAAa,CACtC,IAAMK,EACJL,KAAaP,EAAM,KACfA,EACAS,EACN,MAAO,CACL,UAAAF,EACA,IAAK,CACHK,EAAS,KACTA,EAAS,KAAKL,CAAS,CACzB,EAAE,KAAK,EAAE,CACX,CACF,CAAC,CACH,EAAE,CACJ,CAAC,CACH,CACN,CACF,CAUO,SAASM,GACdpB,EAAiB,CAAE,OAAAC,EAAQ,OAAAC,EAAQ,MAAAC,CAAM,EACa,CACtD,IAAMkB,EAAQ,IAAIC,EACZC,EAAYC,GAAqBxB,CAAE,EACtC,KACCyB,GAAO,OAAO,CAChB,EAGIC,EAAOC,GAAW,+BAAgC3B,CAAE,EAC1DqB,EACG,KACCO,GAAe1B,CAAM,CACvB,EACG,UAAU,CAAC,CAAC,CAAE,KAAAQ,CAAK,EAAG,CAAE,MAAAD,CAAM,CAAC,IAAM,CACpC,GAAIA,EACF,OAAQC,EAAK,OAAQ,CAGnB,IAAK,GACHgB,EAAK,YAAc,aACnB,MAGF,IAAK,GACHA,EAAK,YAAc,UACnB,MAGF,QACEA,EAAK,YAAc,GAAGG,GAAMnB,EAAK,MAAM,CAAC,UAC5C,MAEAgB,EAAK,YAAc,yBAEvB,CAAC,EAGL,IAAMI,EAAO9B,EAAG,aAAa,eAAe,IAAM,OAC5C+B,EAAOJ,GAAW,uBAAwB3B,CAAE,EAClD,OAAAqB,EACG,KACCW,GAAI,IAAMD,EAAK,UAAY,EAAE,EAC7BnB,EAAU,CAAC,CAAE,KAAAF,CAAK,IAAMuB,EACtBC,GAAG,GAAGxB,EAAK,MAAM,EAAG,EAAE,CAAC,EACvBwB,GAAG,GAAGxB,EAAK,MAAM,EAAE,CAAC,EACjB,KACCyB,GAAY,EAAE,EACdC,GAAQb,CAAS,EACjBX,EAAU,CAAC,CAACyB,CAAK,IAAMA,CAAK,CAC9B,CACJ,CAAC,EACDT,GAAe1B,CAAM,CACvB,EACG,UAAU,CAAC,CAACoC,EAAQ,CAAE,MAAA7B,CAAM,CAAC,IAAMsB,EAAK,YACvCQ,GAAuBD,EAAQ7B,EAAOqB,CAAI,CAC5C,CAAC,EAGE/B,GAAsBC,EAAI,CAAE,OAAAE,EAAQ,OAAAD,EAAQ,MAAAE,CAAM,CAAC,EACvD,KACC6B,GAAIQ,GAASnB,EAAM,KAAKmB,CAAK,CAAC,EAC9BC,GAAS,IAAMpB,EAAM,SAAS,CAAC,EAC/Bf,EAAIkC,GAAUE,GAAA,CAAE,IAAK1C,GAAOwC,EAAQ,CACtC,CACJ,CG3JO,SAASG,GACdC,EACmC,CACnC,IAAMC,EAASC,GAAc,EACvBC,EAASC,GACb,IAAI,IAAI,2CAA4CH,EAAO,IAAI,CACjE,EAGMI,EAASC,GAAoB,mBAAoBN,CAAE,EACnDO,EAASD,GAAoB,oBAAqBN,CAAE,EAGpDQ,EAAQ,IAAIC,GAAgC,KAAK,EACjDC,EAAUC,GAAqB,oBAAqBX,CAAE,EAC5D,QAAWY,KAAUF,EACnBG,EAAUD,EAAQ,QAAQ,EAAE,KAC1BE,EAAIC,GAAOA,EAAG,OAA6B,KAAuB,CACpE,EACG,UAAUP,CAAK,EAIpB,IAAMQ,EAAUC,GAAqBZ,CAAK,EACpCa,EAAUC,GAAsBZ,EAAQ,CAAE,OAAAJ,EAAQ,OAAAa,EAAQ,MAAAR,CAAM,CAAC,EACvE,OAAOY,EAAMJ,EAAQE,CAAO,CAC9B,CCRO,SAASG,GACdC,EACoC,CACpC,IAAMC,EAAeC,GACnB,2DACF,EAGMC,EAAQC,GAAqB,mBAAmB,EAChDC,EAAQD,GAAqB,mBAAmB,EAGtDH,EAAa,KACXK,EAAUC,GAAeC,EAAKL,CAAK,EAAE,KACnCM,GAAIC,GAASA,EAAM,UAAY,GAAGH,EAAY,SAAS,MAAM,EAAE,CACjE,CAAC,CACH,EACG,UAAU,IAAMP,EAAG,gBAAgB,QAAQ,CAAC,EAG/CC,EAAa,KACXK,EAAUC,GAAeC,EAAKH,CAAK,EAAE,KACnCI,GAAIC,GAASA,EAAM,UAAY,KAAKH,EAAY,MAC7C,SAAS,EACT,QAAQ,wBAAyB,GAAG,CACvC,UAAU,CACZ,CAAC,CACH,EACG,UAAU,EAGb,IAAMI,EAAOC,GAAmB,kCAAmCZ,CAAE,EACrE,OAAIW,GAAQR,EAAM,QAChBF,EAAa,UAAUM,GAAe,CACpC,QAAWM,KAAWN,EAAY,SAC5BM,EAAQ,OAAS,UACnBF,EAAK,YAAYG,GAAoBD,EAAQ,IAAI,CAAC,EAGtDF,EAAK,YAAYI,GACfR,EAAY,SAAS,OAAO,CAAC,CAAE,KAAAS,CAAK,IAClCA,IAAS,SACV,EAAE,MACL,CAAC,CACH,CAAC,EAIIf,EACJ,KACCgB,EAAIC,GAAUC,GAAA,CAAE,IAAKnB,GAAOkB,EAAQ,CACtC,CACJ,CChIO,SAASE,IAAuB,CACrC,GAAM,CAAE,OAAAC,CAAO,EAAI,IAAI,IAAI,SAAS,IAAI,EACxCC,EAAU,SAAS,KAAM,OAAO,EAC7B,UAAUC,GAAM,CACf,GAAIA,EAAG,kBAAkB,YAAa,CACpC,IAAMC,EAAKD,EAAG,OAAO,QAAQ,GAAG,EAC5BC,GAAMA,EAAG,SAAWH,GACtB,GAAG,OAAQ,QAAS,WAAY,QAASG,EAAG,IAAI,CACpD,CACF,CAAC,CACL,CCLAC,GAAe,EAGf,IAAMC,GAAa,UAChB,KACCC,EAAU,IAAMC,EAGd,GAAGC,GAAqB,YAAY,EACjC,IAAIC,GAAMC,GAAgBD,CAAE,CAAC,EAGhC,GAAGD,GAAqB,aAAa,EAClC,IAAIC,GAAME,GAAiBF,CAAE,CAAC,CACnC,CAAC,CACH,EAGFJ,GAAW,UAAU", + "names": ["require_scorer", "__commonJSMin", "exports", "AcronymResult", "computeScore", "emptyAcronymResult", "isAcronymFullWord", "isMatch", "isSeparator", "isWordEnd", "isWordStart", "miss_coeff", "pos_bonus", "scoreAcronyms", "scoreCharacter", "scoreConsecutives", "scoreExact", "scoreExactMatch", "scorePattern", "scorePosition", "scoreSize", "tau_size", "wm", "string", "query", "options", "allowErrors", "preparedQuery", "score", "string_lw", "subject", "query_lw", "query_up", "i", "j", "m", "n", "qj_lw", "qj_up", "si", "subject_lw", "acro", "acro_score", "align", "csc_diag", "csc_row", "csc_score", "csc_should_rebuild", "miss_budget", "miss_left", "pos", "record_miss", "score_diag", "score_row", "score_up", "si_lw", "start", "sz", "curr_s", "prev_s", "len", "next_s", "c", "sc", "quality", "count", "sameCase", "end", "bonus", "posBonus", "startOfWord", "k", "mi", "nj", "pos2", "fullWord", "sepCount", "sumPos", "nbAcronymInQuery", "require_pathScorer", "__commonJSMin", "exports", "computeScore", "countDir", "file_coeff", "getExtension", "getExtensionScore", "isMatch", "scorePath", "scoreSize", "tau_depth", "_ref", "string", "query", "options", "allowErrors", "preparedQuery", "score", "string_lw", "subject", "subject_lw", "fullPathScore", "alpha", "basePathScore", "basePos", "depth", "end", "extAdjust", "fileLength", "pathSeparator", "useExtensionBonus", "path", "count", "i", "str", "pos", "candidate", "ext", "startPos", "endPos", "maxDepth", "m", "matched", "n", "require_query", "__commonJSMin", "exports", "module", "Query", "coreChars", "countDir", "getCharCodes", "getExtension", "opt_char_re", "truncatedUpperCase", "_ref", "query", "_arg", "optCharRegEx", "pathSeparator", "_ref1", "str", "char", "upper", "_i", "_len", "charCodes", "i", "len", "require_filter", "__commonJSMin", "exports", "module", "Query", "pathScorer", "pluckCandidates", "scorer", "sortCandidates", "a", "b", "candidates", "query", "options", "bKey", "candidate", "key", "maxInners", "maxResults", "score", "scoreProvider", "scoredCandidates", "spotLeft", "string", "usePathScoring", "_i", "_len", "require_matcher", "__commonJSMin", "exports", "basenameMatch", "computeMatch", "isMatch", "isWordStart", "match", "mergeMatches", "scoreAcronyms", "scoreCharacter", "scoreConsecutives", "_ref", "string", "query", "options", "allowErrors", "baseMatches", "matches", "pathSeparator", "preparedQuery", "string_lw", "matchIndex", "matchPos", "matchPositions", "output", "strPos", "tagClass", "tagClose", "tagOpen", "_ref1", "subject", "subject_lw", "basePos", "depth", "end", "a", "b", "ai", "bj", "i", "j", "m", "n", "out", "offset", "DIAGONAL", "LEFT", "STOP", "UP", "acro_score", "align", "backtrack", "csc_diag", "csc_row", "csc_score", "move", "pos", "query_lw", "score", "score_diag", "score_row", "score_up", "si_lw", "start", "trace", "require_fuzzaldrin", "__commonJSMin", "exports", "module", "Query", "defaultPathSeparator", "filter", "matcher", "parseOptions", "pathScorer", "preparedQueryCache", "scorer", "candidates", "query", "options", "string", "_i", "_ref", "_results", "extendStatics", "d", "b", "p", "__extends", "__", "__awaiter", "thisArg", "_arguments", "P", "generator", "adopt", "value", "resolve", "reject", "fulfilled", "step", "e", "rejected", "result", "__generator", "body", "_", "t", "f", "y", "g", "verb", "n", "v", "op", "__values", "o", "s", "m", "i", "__read", "n", "r", "ar", "e", "error", "__spreadArray", "to", "from", "pack", "i", "l", "ar", "__await", "v", "__asyncGenerator", "thisArg", "_arguments", "generator", "g", "q", "verb", "awaitReturn", "f", "reject", "n", "a", "b", "resume", "step", "e", "settle", "r", "fulfill", "value", "__asyncValues", "o", "m", "i", "__values", "verb", "n", "v", "resolve", "reject", "settle", "d", "isFunction", "value", "createErrorClass", "createImpl", "_super", "instance", "ctorFunc", "UnsubscriptionError", "createErrorClass", "_super", "errors", "err", "i", "arrRemove", "arr", "item", "index", "Subscription", "initialTeardown", "errors", "_parentage", "_parentage_1", "__values", "_parentage_1_1", "parent_1", "initialFinalizer", "isFunction", "e", "UnsubscriptionError", "_finalizers", "_finalizers_1", "_finalizers_1_1", "finalizer", "execFinalizer", "err", "__spreadArray", "__read", "teardown", "_a", "parent", "arrRemove", "empty", "EMPTY_SUBSCRIPTION", "Subscription", "isSubscription", "value", "isFunction", "execFinalizer", "finalizer", "config", "timeoutProvider", "handler", "timeout", "args", "_i", "delegate", "__spreadArray", "__read", "handle", "reportUnhandledError", "err", "timeoutProvider", "onUnhandledError", "config", "noop", "COMPLETE_NOTIFICATION", "createNotification", "errorNotification", "error", "nextNotification", "value", "kind", "context", "errorContext", "cb", "config", "isRoot", "_a", "errorThrown", "error", "captureError", "err", "Subscriber", "_super", "__extends", "destination", "_this", "isSubscription", "EMPTY_OBSERVER", "next", "error", "complete", "SafeSubscriber", "value", "handleStoppedNotification", "nextNotification", "err", "errorNotification", "COMPLETE_NOTIFICATION", "Subscription", "_bind", "bind", "fn", "thisArg", "ConsumerObserver", "partialObserver", "value", "error", "handleUnhandledError", "err", "SafeSubscriber", "_super", "__extends", "observerOrNext", "complete", "_this", "isFunction", "context_1", "config", "Subscriber", "handleUnhandledError", "error", "config", "captureError", "reportUnhandledError", "defaultErrorHandler", "err", "handleStoppedNotification", "notification", "subscriber", "onStoppedNotification", "timeoutProvider", "EMPTY_OBSERVER", "noop", "observable", "identity", "x", "pipe", "fns", "_i", "pipeFromArray", "identity", "input", "prev", "fn", "Observable", "subscribe", "operator", "observable", "observerOrNext", "error", "complete", "_this", "subscriber", "isSubscriber", "SafeSubscriber", "errorContext", "_a", "source", "sink", "err", "next", "promiseCtor", "getPromiseCtor", "resolve", "reject", "value", "operations", "_i", "pipeFromArray", "x", "getPromiseCtor", "promiseCtor", "_a", "config", "isObserver", "value", "isFunction", "isSubscriber", "Subscriber", "isSubscription", "hasLift", "source", "isFunction", "operate", "init", "liftedSource", "err", "createOperatorSubscriber", "destination", "onNext", "onComplete", "onError", "onFinalize", "OperatorSubscriber", "_super", "__extends", "shouldUnsubscribe", "_this", "value", "err", "closed_1", "_a", "Subscriber", "animationFrameProvider", "callback", "request", "cancel", "delegate", "handle", "timestamp", "Subscription", "args", "_i", "__spreadArray", "__read", "ObjectUnsubscribedError", "createErrorClass", "_super", "Subject", "_super", "__extends", "_this", "operator", "subject", "AnonymousSubject", "ObjectUnsubscribedError", "value", "errorContext", "_b", "__values", "_c", "observer", "err", "observers", "_a", "subscriber", "hasError", "isStopped", "EMPTY_SUBSCRIPTION", "Subscription", "arrRemove", "thrownError", "observable", "Observable", "destination", "source", "AnonymousSubject", "_super", "__extends", "destination", "source", "_this", "value", "_b", "_a", "err", "subscriber", "EMPTY_SUBSCRIPTION", "Subject", "BehaviorSubject", "_super", "__extends", "_value", "_this", "subscriber", "subscription", "_a", "hasError", "thrownError", "value", "Subject", "dateTimestampProvider", "ReplaySubject", "_super", "__extends", "_bufferSize", "_windowTime", "_timestampProvider", "dateTimestampProvider", "_this", "value", "_a", "isStopped", "_buffer", "_infiniteTimeWindow", "subscriber", "subscription", "copy", "i", "adjustedBufferSize", "now", "last", "Subject", "Action", "_super", "__extends", "scheduler", "work", "state", "delay", "Subscription", "intervalProvider", "handler", "timeout", "args", "_i", "delegate", "__spreadArray", "__read", "handle", "AsyncAction", "_super", "__extends", "scheduler", "work", "_this", "state", "delay", "id", "_a", "_id", "intervalProvider", "_scheduler", "error", "_delay", "errored", "errorValue", "e", "actions", "arrRemove", "Action", "Scheduler", "schedulerActionCtor", "now", "work", "delay", "state", "dateTimestampProvider", "AsyncScheduler", "_super", "__extends", "SchedulerAction", "now", "Scheduler", "_this", "action", "actions", "error", "asyncScheduler", "AsyncScheduler", "AsyncAction", "async", "AnimationFrameAction", "_super", "__extends", "scheduler", "work", "_this", "id", "delay", "animationFrameProvider", "actions", "_a", "AsyncAction", "AnimationFrameScheduler", "_super", "__extends", "action", "flushId", "actions", "error", "AsyncScheduler", "animationFrameScheduler", "AnimationFrameScheduler", "AnimationFrameAction", "EMPTY", "Observable", "subscriber", "isScheduler", "value", "isFunction", "last", "arr", "popResultSelector", "args", "isFunction", "popScheduler", "isScheduler", "popNumber", "defaultValue", "isArrayLike", "x", "isPromise", "value", "isFunction", "isInteropObservable", "input", "isFunction", "observable", "isAsyncIterable", "obj", "isFunction", "createInvalidObservableTypeError", "input", "getSymbolIterator", "iterator", "isIterable", "input", "isFunction", "iterator", "readableStreamLikeToAsyncGenerator", "readableStream", "reader", "__await", "_a", "_b", "value", "done", "isReadableStreamLike", "obj", "isFunction", "innerFrom", "input", "Observable", "isInteropObservable", "fromInteropObservable", "isArrayLike", "fromArrayLike", "isPromise", "fromPromise", "isAsyncIterable", "fromAsyncIterable", "isIterable", "fromIterable", "isReadableStreamLike", "fromReadableStreamLike", "createInvalidObservableTypeError", "obj", "subscriber", "obs", "observable", "isFunction", "array", "i", "promise", "value", "err", "reportUnhandledError", "iterable", "iterable_1", "__values", "iterable_1_1", "asyncIterable", "process", "readableStream", "readableStreamLikeToAsyncGenerator", "asyncIterable_1", "__asyncValues", "asyncIterable_1_1", "executeSchedule", "parentSubscription", "scheduler", "work", "delay", "repeat", "scheduleSubscription", "observeOn", "scheduler", "delay", "operate", "source", "subscriber", "createOperatorSubscriber", "value", "executeSchedule", "err", "subscribeOn", "scheduler", "delay", "operate", "source", "subscriber", "scheduleObservable", "input", "scheduler", "innerFrom", "subscribeOn", "observeOn", "schedulePromise", "input", "scheduler", "innerFrom", "subscribeOn", "observeOn", "scheduleArray", "input", "scheduler", "Observable", "subscriber", "i", "scheduleIterable", "input", "scheduler", "Observable", "subscriber", "iterator", "executeSchedule", "value", "done", "_a", "err", "isFunction", "scheduleAsyncIterable", "input", "scheduler", "Observable", "subscriber", "executeSchedule", "iterator", "result", "scheduleReadableStreamLike", "input", "scheduler", "scheduleAsyncIterable", "readableStreamLikeToAsyncGenerator", "scheduled", "input", "scheduler", "isInteropObservable", "scheduleObservable", "isArrayLike", "scheduleArray", "isPromise", "schedulePromise", "isAsyncIterable", "scheduleAsyncIterable", "isIterable", "scheduleIterable", "isReadableStreamLike", "scheduleReadableStreamLike", "createInvalidObservableTypeError", "from", "input", "scheduler", "scheduled", "innerFrom", "of", "args", "_i", "scheduler", "popScheduler", "from", "throwError", "errorOrErrorFactory", "scheduler", "errorFactory", "isFunction", "init", "subscriber", "Observable", "isValidDate", "value", "map", "project", "thisArg", "operate", "source", "subscriber", "index", "createOperatorSubscriber", "value", "isArray", "callOrApply", "fn", "args", "__spreadArray", "__read", "mapOneOrManyArgs", "map", "isArray", "getPrototypeOf", "objectProto", "getKeys", "argsArgArrayOrObject", "args", "first_1", "isPOJO", "keys", "key", "obj", "createObject", "keys", "values", "result", "key", "i", "combineLatest", "args", "_i", "scheduler", "popScheduler", "resultSelector", "popResultSelector", "_a", "argsArgArrayOrObject", "observables", "keys", "from", "result", "Observable", "combineLatestInit", "values", "createObject", "identity", "mapOneOrManyArgs", "valueTransform", "subscriber", "maybeSchedule", "length", "active", "remainingFirstValues", "i", "source", "hasFirstValue", "createOperatorSubscriber", "value", "execute", "subscription", "executeSchedule", "mergeInternals", "source", "subscriber", "project", "concurrent", "onBeforeNext", "expand", "innerSubScheduler", "additionalFinalizer", "buffer", "active", "index", "isComplete", "checkComplete", "outerNext", "value", "doInnerSub", "innerComplete", "innerFrom", "createOperatorSubscriber", "innerValue", "bufferedValue", "executeSchedule", "err", "mergeMap", "project", "resultSelector", "concurrent", "isFunction", "a", "i", "map", "b", "ii", "innerFrom", "operate", "source", "subscriber", "mergeInternals", "mergeAll", "concurrent", "mergeMap", "identity", "concatAll", "mergeAll", "concat", "args", "_i", "concatAll", "from", "popScheduler", "defer", "observableFactory", "Observable", "subscriber", "innerFrom", "nodeEventEmitterMethods", "eventTargetMethods", "jqueryMethods", "fromEvent", "target", "eventName", "options", "resultSelector", "isFunction", "mapOneOrManyArgs", "_a", "__read", "isEventTarget", "methodName", "handler", "isNodeStyleEventEmitter", "toCommonHandlerRegistry", "isJQueryStyleEventEmitter", "add", "remove", "isArrayLike", "mergeMap", "subTarget", "innerFrom", "Observable", "subscriber", "args", "_i", "timer", "dueTime", "intervalOrScheduler", "scheduler", "async", "intervalDuration", "isScheduler", "Observable", "subscriber", "due", "isValidDate", "n", "merge", "args", "_i", "scheduler", "popScheduler", "concurrent", "popNumber", "sources", "innerFrom", "mergeAll", "from", "EMPTY", "NEVER", "Observable", "noop", "isArray", "argsOrArgArray", "args", "filter", "predicate", "thisArg", "operate", "source", "subscriber", "index", "createOperatorSubscriber", "value", "zip", "args", "_i", "resultSelector", "popResultSelector", "sources", "argsOrArgArray", "Observable", "subscriber", "buffers", "completed", "sourceIndex", "innerFrom", "createOperatorSubscriber", "value", "buffer", "result", "__spreadArray", "__read", "i", "EMPTY", "audit", "durationSelector", "operate", "source", "subscriber", "hasValue", "lastValue", "durationSubscriber", "isComplete", "endDuration", "value", "cleanupDuration", "createOperatorSubscriber", "innerFrom", "auditTime", "duration", "scheduler", "asyncScheduler", "audit", "timer", "bufferCount", "bufferSize", "startBufferEvery", "operate", "source", "subscriber", "buffers", "count", "createOperatorSubscriber", "value", "toEmit", "buffers_1", "__values", "buffers_1_1", "buffer", "toEmit_1", "toEmit_1_1", "arrRemove", "buffers_2", "buffers_2_1", "combineLatest", "args", "_i", "resultSelector", "popResultSelector", "pipe", "__spreadArray", "__read", "mapOneOrManyArgs", "operate", "source", "subscriber", "combineLatestInit", "argsOrArgArray", "combineLatestWith", "otherSources", "_i", "combineLatest", "__spreadArray", "__read", "debounceTime", "dueTime", "scheduler", "asyncScheduler", "operate", "source", "subscriber", "activeTask", "lastValue", "lastTime", "emit", "value", "emitWhenIdle", "targetTime", "now", "createOperatorSubscriber", "take", "count", "EMPTY", "operate", "source", "subscriber", "seen", "createOperatorSubscriber", "value", "ignoreElements", "operate", "source", "subscriber", "createOperatorSubscriber", "noop", "mapTo", "value", "map", "delayWhen", "delayDurationSelector", "subscriptionDelay", "source", "concat", "take", "ignoreElements", "mergeMap", "value", "index", "innerFrom", "mapTo", "delay", "due", "scheduler", "asyncScheduler", "duration", "timer", "delayWhen", "distinctUntilChanged", "comparator", "keySelector", "identity", "defaultCompare", "operate", "source", "subscriber", "previousKey", "first", "createOperatorSubscriber", "value", "currentKey", "a", "b", "distinctUntilKeyChanged", "key", "compare", "distinctUntilChanged", "x", "y", "finalize", "callback", "operate", "source", "subscriber", "share", "options", "_a", "connector", "Subject", "_b", "resetOnError", "_c", "resetOnComplete", "_d", "resetOnRefCountZero", "wrapperSource", "connection", "resetConnection", "subject", "refCount", "hasCompleted", "hasErrored", "cancelReset", "reset", "resetAndUnsubscribe", "conn", "operate", "source", "subscriber", "dest", "handleReset", "SafeSubscriber", "value", "err", "innerFrom", "on", "args", "_i", "onSubscriber", "__spreadArray", "__read", "shareReplay", "configOrBufferSize", "windowTime", "scheduler", "bufferSize", "refCount", "_a", "_b", "_c", "share", "ReplaySubject", "startWith", "values", "_i", "scheduler", "popScheduler", "operate", "source", "subscriber", "concat", "switchMap", "project", "resultSelector", "operate", "source", "subscriber", "innerSubscriber", "index", "isComplete", "checkComplete", "createOperatorSubscriber", "value", "innerIndex", "outerIndex", "innerFrom", "innerValue", "tap", "observerOrNext", "error", "complete", "tapObserver", "isFunction", "operate", "source", "subscriber", "_a", "isUnsub", "createOperatorSubscriber", "value", "err", "_b", "identity", "withLatestFrom", "inputs", "_i", "project", "popResultSelector", "operate", "source", "subscriber", "len", "otherValues", "hasValue", "ready", "i", "innerFrom", "createOperatorSubscriber", "value", "identity", "noop", "values", "__spreadArray", "__read", "zip", "sources", "_i", "operate", "source", "subscriber", "__spreadArray", "__read", "zipWith", "otherInputs", "_i", "zip", "__spreadArray", "__read", "getElements", "selector", "node", "getElement", "el", "getOptionalElement", "getActiveElement", "_a", "_b", "_c", "_d", "observer$", "merge", "fromEvent", "debounceTime", "startWith", "map", "getActiveElement", "shareReplay", "watchElementFocus", "el", "active", "distinctUntilChanged", "appendChild", "el", "child", "node", "h", "tag", "attributes", "children", "attr", "round", "value", "digits", "watchScript", "src", "script", "h", "defer", "merge", "fromEvent", "switchMap", "throwError", "map", "finalize", "take", "entry$", "Subject", "observer$", "defer", "watchScript", "of", "map", "entries", "entry", "switchMap", "observer", "merge", "NEVER", "finalize", "shareReplay", "getElementSize", "el", "getElementContentSize", "el", "getElementContentOffset", "el", "watchElementContentOffset", "merge", "fromEvent", "auditTime", "animationFrameScheduler", "map", "startWith", "entry$", "Subject", "observer$", "defer", "of", "entries", "entry", "switchMap", "observer", "merge", "NEVER", "finalize", "shareReplay", "watchElementBoundary", "el", "threshold", "watchElementContentOffset", "map", "y", "visible", "getElementSize", "content", "getElementContentSize", "distinctUntilChanged", "toggles", "getElement", "script", "getElement", "config", "getLocation", "configuration", "translation", "key", "value", "config", "getLocation", "request", "url", "options", "Observable", "observer", "req", "event", "_a", "length", "requestJSON", "switchMap", "res", "map", "body", "shareReplay", "getComponentElement", "type", "node", "getElement", "getComponentElements", "getElements", "mountIconSearchQuery", "el", "focus$", "watchElementFocus", "value$", "merge", "fromEvent", "delay", "map", "startWith", "distinctUntilChanged", "filter", "active", "withLatestFrom", "value", "path", "combineLatest", "focus", "import_fuzzaldrin_plus", "import_fuzzaldrin_plus", "highlight", "icon", "query", "renderIconSearchResult", "file", "h", "translation", "renderPublicSponsor", "user", "title", "h", "renderPrivateSponsor", "count", "watchIconSearchResult", "el", "index$", "query$", "mode$", "combineLatest", "distinctUntilKeyChanged", "map", "icons", "icon", "value", "data", "search", "switchMap", "files", "shortcode", "combineLatestWith", "emojis", "mode", "shortcodes", "category", "mountIconSearchResult", "push$", "Subject", "boundary$", "watchElementBoundary", "filter", "meta", "getElement", "withLatestFrom", "round", "file", "list", "tap", "merge", "of", "bufferCount", "zipWith", "chunk", "result", "renderIconSearchResult", "state", "finalize", "__spreadValues", "mountIconSearch", "el", "config", "configuration", "index$", "requestJSON", "query", "getComponentElement", "result", "mode$", "BehaviorSubject", "selects", "getComponentElements", "select", "fromEvent", "map", "ev", "query$", "mountIconSearchQuery", "result$", "mountIconSearchResult", "merge", "mountSponsorship", "el", "sponsorship$", "requestJSON", "count", "getComponentElements", "total", "switchMap", "sponsorship", "from", "tap", "child", "list", "getOptionalElement", "sponsor", "renderPublicSponsor", "renderPrivateSponsor", "type", "map", "state", "__spreadValues", "setupAnalytics", "origin", "fromEvent", "ev", "el", "setupAnalytics", "component$", "switchMap", "merge", "getComponentElements", "el", "mountIconSearch", "mountSponsorship"] +} diff --git a/mkdocs-material/material/overrides/assets/stylesheets/custom.93c92348.min.css b/mkdocs-material/material/overrides/assets/stylesheets/custom.93c92348.min.css new file mode 100644 index 0000000..1572bce --- /dev/null +++ b/mkdocs-material/material/overrides/assets/stylesheets/custom.93c92348.min.css @@ -0,0 +1 @@ +@keyframes heart{0%,40%,80%,to{transform:scale(1)}20%,60%{transform:scale(1.15)}}.md-typeset .twitter{color:#00acee}.md-typeset .mastodon{color:#897ff8}.md-typeset .mdx-video{width:auto}.md-typeset .mdx-video__inner{height:0;padding-bottom:56.138%;position:relative;width:100%}.md-typeset .mdx-video iframe{border:none;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.md-typeset .mdx-heart{animation:heart 1s infinite}.md-typeset .mdx-insiders{color:#e91e63}.md-typeset .mdx-badge{font-size:.85em}.md-typeset .mdx-badge--heart{--md-typeset-a-color:#e92063;--md-accent-fg-color:#ff4281;--md-accent-fg-color--transparent:#e920631a;color:#e91e63}.md-typeset .mdx-badge--heart .twemoji{animation:heart 1s infinite}.md-typeset .mdx-badge--right{float:right;margin-left:.35em}[dir=ltr] .md-typeset .mdx-badge__icon{border-top-left-radius:.1rem}[dir=rtl] .md-typeset .mdx-badge__icon{border-top-right-radius:.1rem}[dir=ltr] .md-typeset .mdx-badge__icon{border-bottom-left-radius:.1rem}[dir=rtl] .md-typeset .mdx-badge__icon{border-bottom-right-radius:.1rem}.md-typeset .mdx-badge__icon{background:var(--md-accent-fg-color--transparent);padding:.2rem}.md-typeset .mdx-badge__icon:last-of-type{border-radius:.1rem}[dir=ltr] .md-typeset .mdx-badge__text{border-top-right-radius:.1rem}[dir=rtl] .md-typeset .mdx-badge__text{border-top-left-radius:.1rem}[dir=ltr] .md-typeset .mdx-badge__text{border-bottom-right-radius:.1rem}[dir=rtl] .md-typeset .mdx-badge__text{border-bottom-left-radius:.1rem}.md-typeset .mdx-badge__text{box-shadow:0 0 0 1px inset var(--md-accent-fg-color--transparent);padding:.2rem .3rem}.md-typeset .mdx-switch button{cursor:pointer;transition:opacity .25s}.md-typeset .mdx-switch button:focus,.md-typeset .mdx-switch button:hover{opacity:.75}.md-typeset .mdx-switch button>code{background-color:var(--md-primary-fg-color);color:var(--md-primary-bg-color);display:block}.md-typeset .mdx-columns ol,.md-typeset .mdx-columns ul{-moz-columns:2;column-count:2}@media screen and (max-width:29.984375em){.md-typeset .mdx-columns ol,.md-typeset .mdx-columns ul{-moz-columns:initial;columns:initial}}.md-typeset .mdx-columns li{-moz-column-break-inside:avoid;break-inside:avoid}.md-typeset .mdx-flags{margin:2em auto}.md-typeset .mdx-flags ol{list-style:none}.md-typeset .mdx-flags ol li{margin-bottom:1em}.md-typeset .mdx-flags__item{display:flex;gap:.6rem}.md-typeset .mdx-flags__content{display:flex;flex:1;flex-direction:column}.md-typeset .mdx-flags__content span{align-items:baseline;display:inline-flex;justify-content:space-between}.md-typeset .mdx-flags__content>span:nth-child(2){font-size:80%}.md-typeset .mdx-flags__content code{float:right}.md-typeset .mdx-social{height:min(27rem,80vw);position:relative}.md-typeset .mdx-social:hover .mdx-social__image{background-color:#e4e4e40d}.md-typeset .mdx-social__layer{margin-top:4rem;position:absolute;transform-style:preserve-3d;transition:.25s cubic-bezier(.7,0,.3,1)}.md-typeset .mdx-social__layer:hover .mdx-social__label{opacity:1}.md-typeset .mdx-social__layer:hover .mdx-social__image{background-color:#7f7f7ffc}.md-typeset .mdx-social__layer:hover~.mdx-social__layer{opacity:0}.md-typeset .mdx-social__image{box-shadow:-.25rem .25rem .5rem #0000000d;transform:rotate(-40deg) skew(15deg,15deg) scale(.7);transition:all .25s}.md-typeset .mdx-social__image img{display:block}.md-typeset .mdx-social__label{background-color:var(--md-default-fg-color--light);color:var(--md-default-bg-color);display:block;opacity:0;padding:.2rem .4rem;position:absolute;transition:all .25s}.md-typeset .mdx-social:hover .mdx-social__layer:nth-child(6){transform:translateY(-30px)}.md-typeset .mdx-social:hover .mdx-social__layer:nth-child(5){transform:translateY(-20px)}.md-typeset .mdx-social:hover .mdx-social__layer:nth-child(4){transform:translateY(-10px)}.md-typeset .mdx-social:hover .mdx-social__layer:nth-child(3){transform:translateY(0)}.md-typeset .mdx-social:hover .mdx-social__layer:nth-child(2){transform:translateY(10px)}.md-typeset .mdx-social:hover .mdx-social__layer:first-child{transform:translateY(20px)}.md-typeset .mdx-social:hover .mdx-social__layer:nth-child(0){transform:translateY(30px)}.md-banner{color:var(--md-footer-fg-color--lighter)}.md-banner strong{white-space:nowrap}.md-banner a,.md-banner strong{color:var(--md-footer-fg-color)}.md-banner a:focus,.md-banner a:hover{color:currentcolor}.md-banner a:focus .twemoji,.md-banner a:hover .twemoji{background-color:var(--md-footer-fg-color);box-shadow:none}.md-banner .twemoji{border-radius:100%;box-shadow:inset 0 0 0 .05rem currentcolor;display:inline-block;height:1.2rem;padding:.25rem;transition:all .25s;vertical-align:bottom;width:1.2rem}.md-banner .twemoji svg{display:block;max-height:none}.mdx-container{background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1123 258'><path d='M1124,2c0,0 0,256 0,256l-1125,0l0,-48c0,0 16,5 55,5c116,0 197,-92 325,-92c121,0 114,46 254,46c140,0 214,-167 572,-166Z' style='fill: hsla(0, 0%, 100%, 1)' /></svg>") no-repeat bottom,linear-gradient(to bottom,var(--md-primary-fg-color),#a63fd9 99%,var(--md-default-bg-color) 99%);padding-top:1rem}[data-md-color-scheme=slate] .mdx-container{background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1123 258'><path d='M1124,2c0,0 0,256 0,256l-1125,0l0,-48c0,0 16,5 55,5c116,0 197,-92 325,-92c121,0 114,46 254,46c140,0 214,-167 572,-166Z' style='fill: hsla(230, 15%, 14%, 1)' /></svg>") no-repeat bottom,linear-gradient(to bottom,var(--md-primary-fg-color),#363949 99%,var(--md-default-bg-color) 99%)}.mdx-hero{color:var(--md-primary-bg-color);margin:0 .8rem}.mdx-hero h1{color:currentcolor;font-weight:700;margin-bottom:1rem}@media screen and (max-width:29.984375em){.mdx-hero h1{font-size:1.4rem}}.mdx-hero__content{padding-bottom:6rem}@media screen and (min-width:60em){.mdx-hero{align-items:stretch;display:flex}.mdx-hero__content{margin-top:3.5rem;max-width:19rem;padding-bottom:14vw}.mdx-hero__image{order:1;transform:translateX(4rem);width:38rem}}@media screen and (min-width:76.25em){.mdx-hero__image{transform:translateX(8rem)}}.mdx-hero .md-button{color:var(--md-primary-bg-color);margin-right:.5rem;margin-top:.5rem}.mdx-hero .md-button:focus,.mdx-hero .md-button:hover{background-color:var(--md-accent-fg-color);border-color:var(--md-accent-fg-color);color:var(--md-accent-bg-color)}.mdx-hero .md-button--primary{background-color:var(--md-primary-bg-color);border-color:var(--md-primary-bg-color);color:#894da8}.md-typeset .mdx-iconsearch{background-color:var(--md-default-bg-color);border-radius:.1rem;box-shadow:var(--md-shadow-z1);position:relative;transition:box-shadow 125ms}.md-typeset .mdx-iconsearch:focus-within,.md-typeset .mdx-iconsearch:hover{box-shadow:var(--md-shadow-z2)}.md-typeset .mdx-iconsearch .md-input{background:var(--md-default-bg-color);box-shadow:none}[data-md-color-scheme=slate] .md-typeset .mdx-iconsearch .md-input{background:var(--md-code-bg-color)}.md-typeset .mdx-iconsearch-result{-webkit-backface-visibility:hidden;backface-visibility:hidden;max-height:50vh;overflow-y:auto;scrollbar-color:var(--md-default-fg-color--lighter) #0000;scrollbar-width:thin;touch-action:pan-y}.md-tooltip .md-typeset .mdx-iconsearch-result{max-height:10.25rem}.md-typeset .mdx-iconsearch-result::-webkit-scrollbar{height:.2rem;width:.2rem}.md-typeset .mdx-iconsearch-result::-webkit-scrollbar-thumb{background-color:var(--md-default-fg-color--lighter)}.md-typeset .mdx-iconsearch-result::-webkit-scrollbar-thumb:hover{background-color:var(--md-accent-fg-color)}.md-typeset .mdx-iconsearch-result__meta{color:var(--md-default-fg-color--lighter);font-size:.64rem;position:absolute;right:.6rem;top:.4rem}@media screen and (max-width:29.984375em){.md-typeset .mdx-iconsearch-result__meta{display:none}}.md-typeset .mdx-iconsearch-result__select{background-color:var(--md-default-fg-color--lightest);border:none;border-radius:.1rem;color:var(--md-default-fg-color--light);font-size:.64rem;padding-bottom:.15em;padding-top:.15em;position:absolute;right:.6rem;top:.4rem;transition:color 125ms,background-color 125ms}.md-typeset .mdx-iconsearch-result__select:focus,.md-typeset .mdx-iconsearch-result__select:hover{background-color:var(--md-accent-fg-color);color:var(--md-accent-bg-color);outline:none}.md-typeset .mdx-iconsearch-result__select+.mdx-iconsearch-result__meta{right:4.1rem}[dir=ltr] .md-typeset .mdx-iconsearch-result__list{margin-left:0}[dir=rtl] .md-typeset .mdx-iconsearch-result__list{margin-right:0}.md-typeset .mdx-iconsearch-result__list{list-style:none;margin:0;padding:0}[dir=ltr] .md-typeset .mdx-iconsearch-result__item{margin-left:0}[dir=rtl] .md-typeset .mdx-iconsearch-result__item{margin-right:0}.md-typeset .mdx-iconsearch-result__item{border-bottom:.05rem solid var(--md-default-fg-color--lightest);margin:0;padding:.2rem .6rem}.md-typeset .mdx-iconsearch-result__item:last-of-type{border-bottom:none}.md-typeset .mdx-iconsearch-result__item>*{margin-right:.6rem}.md-typeset .mdx-iconsearch-result__item img{height:.9rem;width:.9rem}[data-md-color-scheme=slate] .md-typeset .mdx-iconsearch-result__item img[src*=squidfunk]{filter:invert(1)}.md-typeset .mdx-premium p{margin:2em 0;text-align:center}.md-typeset .mdx-premium img{height:3.25rem}.md-typeset .mdx-premium p:last-of-type{display:flex;flex-wrap:wrap;justify-content:center}.md-typeset .mdx-premium p:last-of-type>a{display:block;flex-shrink:0}.md-typeset .mdx-sponsorship__list{margin:2em 0}.md-typeset .mdx-sponsorship__list:after{clear:both;content:"";display:block}[dir=ltr] .md-typeset .mdx-sponsorship__item{float:left}[dir=rtl] .md-typeset .mdx-sponsorship__item{float:right}.md-typeset .mdx-sponsorship__item{border-radius:100%;display:block;height:1.6rem;margin:.2rem;overflow:hidden;transform:scale(1);transition:color 125ms,transform 125ms;width:1.6rem}.md-typeset .mdx-sponsorship__item:focus,.md-typeset .mdx-sponsorship__item:hover{transform:scale(1.1)}.md-typeset .mdx-sponsorship__item:focus img,.md-typeset .mdx-sponsorship__item:hover img{filter:grayscale(0)}.md-typeset .mdx-sponsorship__item--private{background:var(--md-default-fg-color--lightest);color:var(--md-default-fg-color--lighter);font-size:.6rem;font-weight:700;line-height:1.6rem;text-align:center}.md-typeset .mdx-sponsorship__item img{display:block;filter:grayscale(100%) opacity(75%);height:auto;transition:filter 125ms;width:100%}.md-typeset .mdx-sponsorship-button{font-weight:400}.md-typeset .mdx-sponsorship-count,.md-typeset .mdx-sponsorship-total{font-weight:700} \ No newline at end of file diff --git a/mkdocs-material/material/overrides/assets/stylesheets/custom.93c92348.min.css.map b/mkdocs-material/material/overrides/assets/stylesheets/custom.93c92348.min.css.map new file mode 100644 index 0000000..08524d3 --- /dev/null +++ b/mkdocs-material/material/overrides/assets/stylesheets/custom.93c92348.min.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["src/overrides/assets/stylesheets/custom/_typeset.scss","../../../../src/overrides/assets/stylesheets/custom.scss","src/templates/assets/stylesheets/utilities/_break.scss","src/overrides/assets/stylesheets/custom/layout/_banner.scss","src/overrides/assets/stylesheets/custom/layout/_hero.scss","src/overrides/assets/stylesheets/custom/layout/_iconsearch.scss","src/overrides/assets/stylesheets/custom/layout/_sponsorship.scss"],"names":[],"mappings":"AA2BA,iBACE,cAIE,kBC7BF,CDgCA,QAEE,qBC/BF,CACF,CD0CE,qBACE,aCxCJ,CD6CE,sBACE,aC3CJ,CD+CE,uBACE,UC7CJ,CDgDI,8BAGE,QAAA,CACA,sBAAA,CAHA,iBAAA,CACA,UC5CN,CDkDI,8BAOE,WAAA,CAFA,WAAA,CAFA,MAAA,CAGA,eAAA,CALA,iBAAA,CACA,KAAA,CAEA,UC7CN,CDqDE,uBACE,2BCnDJ,CDuDE,0BACE,aCrDJ,CD2DE,uBACE,eCzDJ,CD4DI,8BACE,4BAAA,CACA,4BAAA,CACA,2CAAA,CAEA,aC3DN,CD8DM,uCACE,2BC5DR,CDiEI,8BACE,WAAA,CACA,iBC/DN,CDmEI,uCAGE,4BChEN,CD6DI,uCAGE,6BChEN,CD6DI,uCAIE,+BCjEN,CD6DI,uCAIE,gCCjEN,CD6DI,6BAEE,iDAAA,CADA,aC9DN,CDoEM,0CACE,mBClER,CDuEI,uCAEE,6BCnEN,CDiEI,uCAEE,4BCnEN,CDiEI,uCAGE,gCCpEN,CDiEI,uCAGE,+BCpEN,CDiEI,6BAIE,iEAAA,CAHA,mBClEN,CD4EE,+BACE,cAAA,CACA,uBC1EJ,CD6EI,0EACE,WC3EN,CD+EI,oCAGE,2CAAA,CADA,gCAAA,CADA,aC3EN,CDqFI,wDAEE,cAAA,CAAA,cCnFN,CCgII,0CF/CA,wDAMI,oBAAA,CAAA,eClFN,CACF,CDsFI,4BACE,8BAAA,CAAA,kBCpFN,CDyFE,uBACE,eCvFJ,CD0FI,0BACE,eCxFN,CD2FM,6BACE,iBCzFR,CD8FI,6BACE,YAAA,CACA,SC5FN,CDgGI,gCACE,YAAA,CACA,MAAA,CACA,qBC9FN,CDiGM,qCAEE,oBAAA,CADA,mBAAA,CAEA,6BC/FR,CDmGM,kDACE,aCjGR,CDqGM,qCACE,WCnGR,CDyGE,wBAEE,sBAAA,CADA,iBCtGJ,CD0GI,iDACE,0BCxGN,CD4GI,+BAEE,eAAA,CADA,iBAAA,CAGA,2BAAA,CADA,uCCzGN,CDgHQ,wDACE,SC9GV,CDkHQ,wDACE,0BChHV,CDoHQ,wDACE,SClHV,CDwHI,+BACE,yCACE,CAGF,oDAAA,CADA,mBCvHN,CD2HM,mCACE,aCzHR,CD8HI,+BAKE,kDAAA,CADA,gCAAA,CAFA,aAAA,CAIA,SAAA,CAHA,mBAAA,CAFA,iBAAA,CAMA,mBC5HN,CDiIM,8DACE,2BC/HR,CD8HM,8DACE,2BC5HR,CD2HM,8DACE,2BCzHR,CDwHM,8DACE,uBCtHR,CDqHM,8DACE,0BCnHR,CDkHM,6DACE,0BChHR,CD+GM,8DACE,0BC7GR,CE3JA,WACE,wCF8JF,CE3JE,kBAEE,kBF6JJ,CE1JE,+BAJE,+BFiKJ,CE1JI,sCAEE,kBF2JN,CEzJM,wDACE,0CAAA,CACA,eF2JR,CEtJE,oBAME,kBAAA,CACA,0CAAA,CANA,oBAAA,CAEA,aAAA,CACA,cAAA,CAIA,mBAAA,CAHA,qBAAA,CAHA,YF8JJ,CEtJI,wBACE,aAAA,CACA,eFwJN,CG3LA,eAEE,uYACE,CAFF,gBH+LF,CGpLE,4CACE,yYHsLJ,CG1KA,UAEE,gCAAA,CADA,cH8KF,CG1KE,aAGE,kBAAA,CADA,eAAA,CADA,kBH8KJ,CCpBI,0CE3JF,aAOI,gBH4KJ,CACF,CGxKE,mBACE,mBH0KJ,CC/CI,mCE7IJ,UAwBI,mBAAA,CADA,YH0KF,CGtKE,mBAGE,iBAAA,CAFA,eAAA,CACA,mBHyKJ,CGpKE,iBACE,OAAA,CAEA,0BAAA,CADA,WHuKJ,CACF,CC/DI,sCEhGA,iBACE,0BHkKJ,CACF,CG9JE,qBAGE,gCAAA,CADA,kBAAA,CADA,gBHkKJ,CG7JI,sDAEE,0CAAA,CACA,sCAAA,CAFA,+BHiKN,CG3JI,8BAEE,2CAAA,CACA,uCAAA,CAFA,aH+JN,CItPE,4BAEE,2CAAA,CACA,mBAAA,CACA,8BAAA,CAHA,iBAAA,CAIA,2BJyPJ,CItPI,2EACE,8BJwPN,CIpPI,sCACE,qCAAA,CACA,eJsPN,CInPM,mEACE,kCJqPR,CI/OE,mCAIE,kCAAA,CAAA,0BAAA,CAHA,eAAA,CACA,eAAA,CAIA,yDAAA,CACA,oBAAA,CAFA,kBJkPJ,CI7OI,+CACE,mBJ+ON,CI3OI,sDAEE,YAAA,CADA,WJ8ON,CIzOI,4DACE,oDJ2ON,CIxOM,kEACE,0CJ0OR,CIrOI,yCAKE,yCAAA,CADA,gBAAA,CAHA,iBAAA,CAEA,WAAA,CADA,SJ0ON,CC9GI,0CG9HA,yCASI,YJuON,CACF,CInOI,2CAOE,qDAAA,CACA,WAAA,CACA,mBAAA,CAHA,uCAAA,CADA,gBAAA,CADA,oBAAA,CAAA,iBAAA,CAHA,iBAAA,CAEA,WAAA,CADA,SAAA,CAQA,6CJqON,CIlOM,kGAGE,0CAAA,CADA,+BAAA,CAEA,YJmOR,CI/NM,wEACE,YJiOR,CI5NI,mDAKE,aJ6NN,CIlOI,mDAKE,cJ6NN,CIlOI,yCAME,eAAA,CAJA,QAAA,CADA,SJiON,CIxNI,mDAKE,aJyNN,CI9NI,mDAKE,cJyNN,CI9NI,yCAME,+DAAA,CAJA,QAAA,CADA,mBJ6NN,CIrNM,sDACE,kBJuNR,CInNM,2CACE,kBJqNR,CIjNM,6CAEE,YAAA,CADA,WJoNR,CIhNQ,0FACE,gBJkNV,CKnVI,2BACE,YAAA,CACA,iBLsVN,CKlVI,6BACE,cLoVN,CKhVI,wCACE,YAAA,CACA,cAAA,CACA,sBLkVN,CK/UM,0CACE,aAAA,CACA,aLiVR,CKxUI,mCACE,YL0UN,CKvUM,yCAEE,UAAA,CACA,UAAA,CAFA,aL2UR,CKpUI,6CAEE,UL6UN,CK/UI,6CAEE,WL6UN,CK/UI,mCAOE,kBAAA,CANA,aAAA,CAGA,aAAA,CACA,YAAA,CACA,eAAA,CAKA,kBAAA,CAHA,sCACE,CANF,YL4UN,CKjUM,kFACE,oBLmUR,CKhUQ,0FACE,mBLkUV,CK7TM,4CAME,+CAAA,CAFA,yCAAA,CAHA,eAAA,CACA,eAAA,CACA,kBAAA,CAEA,iBLgUR,CK3TM,uCACE,aAAA,CAGA,mCAAA,CADA,WAAA,CAEA,uBAAA,CAHA,ULgUR,CKvTE,oCACE,eLyTJ,CKrTE,sEAEE,eLuTJ","file":"custom.css"} \ No newline at end of file diff --git a/mkdocs-material/material/overrides/home.html b/mkdocs-material/material/overrides/home.html new file mode 100644 index 0000000..1fcb2eb --- /dev/null +++ b/mkdocs-material/material/overrides/home.html @@ -0,0 +1,29 @@ +{#- + This file was automatically generated - do not edit +-#} +{% extends "main.html" %} +{% block tabs %} + {{ super() }} + <style>.md-header{position:initial}.md-main__inner{margin:0}.md-content{display:none}@media screen and (min-width:60em){.md-sidebar--secondary{display:none}}@media screen and (min-width:76.25em){.md-sidebar--primary{display:none}}</style> + <section class="mdx-container"> + <div class="md-grid md-typeset"> + <div class="mdx-hero"> + <div class="mdx-hero__image"> + <img src="assets/images/illustration.png" alt="" width="1659" height="1200" draggable="false"> + </div> + <div class="mdx-hero__content"> + <h1>Technical documentation that just works</h1> + <p>{{ config.site_description }}. Set up in 5 minutes.</p> + <a href="{{ page.next_page.url | url }}" title="{{ page.next_page.title | e }}" class="md-button md-button--primary"> + Quick start + </a> + <a href="{{ 'insiders/' | url }}" title="Material for MkDocs Insiders" class="md-button"> + Get Insiders + </a> + </div> + </div> + </div> + </section> +{% endblock %} +{% block content %}{% endblock %} +{% block footer %}{% endblock %} diff --git a/mkdocs-material/material/overrides/hooks/shortcodes.py b/mkdocs-material/material/overrides/hooks/shortcodes.py new file mode 100644 index 0000000..faba233 --- /dev/null +++ b/mkdocs-material/material/overrides/hooks/shortcodes.py @@ -0,0 +1,283 @@ +# Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com> + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. + +from __future__ import annotations + +import posixpath +import re + +from mkdocs.config.defaults import MkDocsConfig +from mkdocs.structure.files import File, Files +from mkdocs.structure.pages import Page +from re import Match + +# ----------------------------------------------------------------------------- +# Hooks +# ----------------------------------------------------------------------------- + +# @todo +def on_page_markdown( + markdown: str, *, page: Page, config: MkDocsConfig, files: Files +): + + # Replace callback + def replace(match: Match): + type, args = match.groups() + args = args.strip() + if type == "version": + if args.startswith("insiders-"): + return _badge_for_version_insiders(args, page, files) + else: + return _badge_for_version(args, page, files) + elif type == "sponsors": return _badge_for_sponsors(page, files) + elif type == "flag": return flag(args, page, files) + elif type == "option": return option(args) + elif type == "setting": return setting(args) + elif type == "feature": return _badge_for_feature(args, page, files) + elif type == "plugin": return _badge_for_plugin(args, page, files) + elif type == "extension": return _badge_for_extension(args, page, files) + elif type == "utility": return _badge_for_utility(args, page, files) + elif type == "example": return _badge_for_example(args, page, files) + elif type == "default": + if args == "none": return _badge_for_default_none(page, files) + elif args == "computed": return _badge_for_default_computed(page, files) + else: return _badge_for_default(args, page, files) + + # Otherwise, raise an error + raise RuntimeError(f"Unknown shortcode: {type}") + + # Find and replace all external asset URLs in current page + return re.sub( + r"<!-- md:(\w+)(.*?) -->", + replace, markdown, flags = re.I | re.M + ) + +# ----------------------------------------------------------------------------- +# Helper functions +# ----------------------------------------------------------------------------- + +# Create a flag of a specific type +def flag(args: str, page: Page, files: Files): + type, *_ = args.split(" ", 1) + if type == "experimental": return _badge_for_experimental(page, files) + elif type == "required": return _badge_for_required(page, files) + elif type == "customization": return _badge_for_customization(page, files) + elif type == "metadata": return _badge_for_metadata(page, files) + elif type == "multiple": return _badge_for_multiple(page, files) + raise RuntimeError(f"Unknown type: {type}") + +# Create a linkable option +def option(type: str): + _, *_, name = re.split(r"[.:]", type) + return f"[`{name}`](#+{type}){{ #+{type} }}\n\n" + +# Create a linkable setting - @todo append them to the bottom of the page +def setting(type: str): + _, *_, name = re.split(r"[.*]", type) + return f"`{name}` {{ #{type} }}\n\n[{type}]: #{type}\n\n" + +# ----------------------------------------------------------------------------- + +# Resolve path of file relative to given page - the posixpath always includes +# one additional level of `..` which we need to remove +def _resolve_path(path: str, page: Page, files: Files): + path, anchor, *_ = f"{path}#".split("#") + path = _resolve(files.get_file_from_path(path), page) + return "#".join([path, anchor]) if anchor else path + +# Resolve path of file relative to given page - the posixpath always includes +# one additional level of `..` which we need to remove +def _resolve(file: File, page: Page): + path = posixpath.relpath(file.src_uri, page.file.src_uri) + return posixpath.sep.join(path.split(posixpath.sep)[1:]) + +# ----------------------------------------------------------------------------- + +# Create badge +def _badge(icon: str, text: str = "", type: str = ""): + classes = f"mdx-badge mdx-badge--{type}" if type else "mdx-badge" + return "".join([ + f"<span class=\"{classes}\">", + *([f"<span class=\"mdx-badge__icon\">{icon}</span>"] if icon else []), + *([f"<span class=\"mdx-badge__text\">{text}</span>"] if text else []), + f"</span>", + ]) + +# Create sponsors badge +def _badge_for_sponsors(page: Page, files: Files): + icon = "material-heart" + href = _resolve_path("insiders/index.md", page, files) + return _badge( + icon = f"[:{icon}:]({href} 'Sponsors only')", + type = "heart" + ) + +# Create badge for version +def _badge_for_version(text: str, page: Page, files: Files): + spec = text + path = f"changelog/index.md#{spec}" + + # Return badge + icon = "material-tag-outline" + href = _resolve_path("conventions.md#version", page, files) + return _badge( + icon = f"[:{icon}:]({href} 'Minimum version')", + text = f"[{text}]({_resolve_path(path, page, files)})" if spec else "" + ) + +# Create badge for version of Insiders +def _badge_for_version_insiders(text: str, page: Page, files: Files): + spec = text.replace("insiders-", "") + path = f"insiders/changelog/index.md#{spec}" + + # Return badge + icon = "material-tag-heart-outline" + href = _resolve_path("conventions.md#version-insiders", page, files) + return _badge( + icon = f"[:{icon}:]({href} 'Minimum version')", + text = f"[{text}]({_resolve_path(path, page, files)})" if spec else "" + ) + +# Create badge for feature +def _badge_for_feature(text: str, page: Page, files: Files): + icon = "material-toggle-switch" + href = _resolve_path("conventions.md#feature", page, files) + return _badge( + icon = f"[:{icon}:]({href} 'Optional feature')", + text = text + ) + +# Create badge for plugin +def _badge_for_plugin(text: str, page: Page, files: Files): + icon = "material-floppy" + href = _resolve_path("conventions.md#plugin", page, files) + return _badge( + icon = f"[:{icon}:]({href} 'Plugin')", + text = text + ) + +# Create badge for extension +def _badge_for_extension(text: str, page: Page, files: Files): + icon = "material-language-markdown" + href = _resolve_path("conventions.md#extension", page, files) + return _badge( + icon = f"[:{icon}:]({href} 'Markdown extension')", + text = text + ) + +# Create badge for utility +def _badge_for_utility(text: str, page: Page, files: Files): + icon = "material-package-variant" + href = _resolve_path("conventions.md#utility", page, files) + return _badge( + icon = f"[:{icon}:]({href} 'Third-party utility')", + text = text + ) + +# Create badge for example +def _badge_for_example(text: str, page: Page, files: Files): + return "\n".join([ + _badge_for_example_download(text, page, files), + _badge_for_example_view(text, page, files) + ]) + +# Create badge for example view +def _badge_for_example_view(text: str, page: Page, files: Files): + icon = "material-folder-eye" + href = f"https://mkdocs-material.github.io/examples/{text}/" + return _badge( + icon = f"[:{icon}:]({href} 'View example')", + type = "right" + ) + +# Create badge for example download +def _badge_for_example_download(text: str, page: Page, files: Files): + icon = "material-folder-download" + href = f"https://mkdocs-material.github.io/examples/{text}.zip" + return _badge( + icon = f"[:{icon}:]({href} 'Download example')", + text = f"[`.zip`]({href})", + type = "right" + ) + +# Create badge for default value +def _badge_for_default(text: str, page: Page, files: Files): + icon = "material-water" + href = _resolve_path("conventions.md#default", page, files) + return _badge( + icon = f"[:{icon}:]({href} 'Default value')", + text = text + ) + +# Create badge for empty default value +def _badge_for_default_none(page: Page, files: Files): + icon = "material-water-outline" + href = _resolve_path("conventions.md#default", page, files) + return _badge( + icon = f"[:{icon}:]({href} 'Default value is empty')" + ) + +# Create badge for computed default value +def _badge_for_default_computed(page: Page, files: Files): + icon = "material-water-check" + href = _resolve_path("conventions.md#default", page, files) + return _badge( + icon = f"[:{icon}:]({href} 'Default value is computed')" + ) + +# Create badge for metadata property flag +def _badge_for_metadata(page: Page, files: Files): + icon = "material-list-box-outline" + href = _resolve_path("conventions.md#metadata", page, files) + return _badge( + icon = f"[:{icon}:]({href} 'Metadata property')" + ) + +# Create badge for required value flag +def _badge_for_required(page: Page, files: Files): + icon = "material-alert" + href = _resolve_path("conventions.md#required", page, files) + return _badge( + icon = f"[:{icon}:]({href} 'Required value')" + ) + +# Create badge for customization flag +def _badge_for_customization(page: Page, files: Files): + icon = "material-brush-variant" + href = _resolve_path("conventions.md#customization", page, files) + return _badge( + icon = f"[:{icon}:]({href} 'Customization')" + ) + +# Create badge for multiple instance flag +def _badge_for_multiple(page: Page, files: Files): + icon = "material-inbox-multiple" + href = _resolve_path("conventions.md#multiple-instances", page, files) + return _badge( + icon = f"[:{icon}:]({href} 'Multiple instances')" + ) + +# Create badge for experimental flag +def _badge_for_experimental(page: Page, files: Files): + icon = "material-flask-outline" + href = _resolve_path("conventions.md#experimental", page, files) + return _badge( + icon = f"[:{icon}:]({href} 'Experimental')" + ) diff --git a/mkdocs-material/material/overrides/hooks/translations.html b/mkdocs-material/material/overrides/hooks/translations.html new file mode 100644 index 0000000..b77fcb4 --- /dev/null +++ b/mkdocs-material/material/overrides/hooks/translations.html @@ -0,0 +1,32 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro render_language(language) %} + <div class="mdx-flags__item" markdown> + :flag_{{ language.flag }}:{ .lg .middle } + <span class="mdx-flags__content"> + <span> + <strong>{{ language.name }}</strong> + <code>{{ language.code }}</code> + </span> + {% if language.miss %} + <span> + <a href="{{ language.link }}"> + {{ language.miss | length }} translations missing + </a> + </span> + {% else %} + <small>Complete</small> + {% endif %} + </span> + </div> +{% endmacro %} +{% macro render(translations, start = 1) %} + <div class="mdx-columns mdx-flags" markdown> + <ol markdown> + {% for language in translations %} + <li markdown>{{ render_language(language) }}</li> + {% endfor %} + </ol> + </div> +{% endmacro %} diff --git a/mkdocs-material/material/overrides/hooks/translations.py b/mkdocs-material/material/overrides/hooks/translations.py new file mode 100644 index 0000000..85d2e01 --- /dev/null +++ b/mkdocs-material/material/overrides/hooks/translations.py @@ -0,0 +1,196 @@ +# Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com> + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. + +import os +import re + +from glob import iglob +from mkdocs.config.defaults import MkDocsConfig +from mkdocs.structure.pages import Page +from urllib.parse import urlencode, urlparse + +# ----------------------------------------------------------------------------- +# Hooks +# ----------------------------------------------------------------------------- + +# Determine missing translations and render language overview in the setup +# guide, including links to provide missing translations. +def on_page_markdown(markdown: str, *, page: Page, config: MkDocsConfig, files): + issue_url = "https://github.com/squidfunk/mkdocs-material/issues/new" + if page.file.src_uri != "setup/changing-the-language.md": + return + + # Collect all existing languages + names: dict[str, str] = {} + known: dict[str, dict[str, str]] = {} + for path in iglob("src/templates/partials/languages/*.html"): + with open(path, "r", encoding = "utf-8") as f: + data = f.read() + + # Extract language code and name + name, = re.findall(r"<!-- Translations: (.+) -->", data) + code, _ = os.path.splitext(os.path.basename(path)) + + # Map names and available translations + names[code] = name + known[code] = dict(re.findall( + r"^ \"([^\"]+)\": \"([^\"]*)\"(?:,|$)?", data, + re.MULTILINE + )) + + # Remove technical stuff + for key in [ + "direction", + "search.config.pipeline", + "search.config.lang", + "search.config.separator" + ]: + if key in known[code]: + del known[code][key] + + # Traverse all languages and compute missing translations + languages = [] + reference = set(known["en"]) + for code, name in names.items(): + miss = reference - set(known[code]) + + # Check each translations + translations: list[str] = [] + for key, value in known["en"].items(): + if key in known[code]: + translations.append( + f" \"{key}\": \"{known[code][key]}\"" + ) + else: + translations.append( + f" \"{key}\": \"{value} ⬅️\"" + ) + + # Assemble GitHub issue URL + link = urlparse(issue_url) + link = link._replace(query = urlencode({ + "template": "04-add-translations.yml", + "title": f"Update {name} translations", + "translations": "\n".join([ + "{% macro t(key) %}{{ {", + ",\n".join(translations), + "}[key] }}{% endmacro %}" + ]), + "country-flag": f":flag_{countries[code]}:" + })) + + # Add translation + languages.append({ + "flag": countries[code], + "code": code, + "name": name, + "link": link.geturl(), + "miss": miss + }) + + # Load template and render translations + env = config.theme.get_env() + template = env.get_template( "hooks/translations.html") + translations = template.module.render( + sorted(languages, key = lambda language: language["name"]) + ) + + # Replace translation marker + return markdown.replace( + "<!-- hooks/translations.py -->", "\n".join( + [line.lstrip() for line in translations.split("\n") + ] + )) + +# ----------------------------------------------------------------------------- +# Data +# ----------------------------------------------------------------------------- + +# Map ISO 639-1 (languages) to ISO 3166 (countries) +countries = { + "af": "za", + "az": "az", + "ar": "ae", + "be": "by", + "bg": "bg", + "bn": "bd", + "ca": "es", + "cs": "cz", + "da": "dk", + "de": "de", + "el": "gr", + "en": "us", + "eo": "eu", + "es": "es", + "et": "ee", + "eu": "es", + "fa": "ir", + "fi": "fi", + "fr": "fr", + "gl": "es", + "he": "il", + "hi": "in", + "hr": "hr", + "hu": "hu", + "hy": "am", + "id": "id", + "is": "is", + "it": "it", + "ja": "jp", + "ka": "ge", + "kn": "in", + "ko": "kr", + "ku-IQ": "iq", + "lb": "lu", + "lt": "lt", + "lv": "lv", + "mk": "mk", + "mn": "mn", + "ms": "my", + "my": "mm", + "nb": "no", + "nl": "nl", + "nn": "no", + "pl": "pl", + "pt-BR": "br", + "pt": "pt", + "ro": "ro", + "ru": "ru", + "sa": "in", + "sh": "rs", + "sq": "al", + "si": "lk", + "sk": "sk", + "sl": "si", + "sr": "rs", + "sv": "se", + "te": "in", + "th": "th", + "ta": "in", + "tl": "ph", + "tr": "tr", + "uk": "ua", + "ur": "pk", + "uz": "uz", + "vi": "vn", + "zh": "cn", + "zh-Hant": "cn", + "zh-TW": "tw" +} diff --git a/mkdocs-material/material/overrides/main.html b/mkdocs-material/material/overrides/main.html new file mode 100644 index 0000000..6dd79de --- /dev/null +++ b/mkdocs-material/material/overrides/main.html @@ -0,0 +1,27 @@ +{#- + This file was automatically generated - do not edit +-#} +{% extends "base.html" %} +{% block extrahead %} + <link rel="stylesheet" href="{{ 'assets/stylesheets/custom.93c92348.min.css' | url }}"> +{% endblock %} +{% block announce %} + For updates follow <strong>@squidfunk</strong> on + <a rel="me" href="https://fosstodon.org/@squidfunk"> + <span class="twemoji mastodon"> + {% include ".icons/fontawesome/brands/mastodon.svg" %} + </span> + <strong>Fosstodon</strong> + </a> + and + <a href="https://x.com/squidfunk"> + <span class="twemoji twitter"> + {% include ".icons/fontawesome/brands/twitter.svg" %} + </span> + <strong>Twitter</strong> + </a> +{% endblock %} +{% block scripts %} + {{ super() }} + <script src="{{ 'assets/javascripts/custom.4e50d00f.min.js' | url }}"></script> +{% endblock %} diff --git a/mkdocs-material/material/plugins/__init__.py b/mkdocs-material/material/plugins/__init__.py new file mode 100644 index 0000000..9c58b37 --- /dev/null +++ b/mkdocs-material/material/plugins/__init__.py @@ -0,0 +1,19 @@ +# Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com> + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. diff --git a/mkdocs-material/material/plugins/blog/__init__.py b/mkdocs-material/material/plugins/blog/__init__.py new file mode 100644 index 0000000..9c58b37 --- /dev/null +++ b/mkdocs-material/material/plugins/blog/__init__.py @@ -0,0 +1,19 @@ +# Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com> + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. diff --git a/mkdocs-material/material/plugins/blog/author.py b/mkdocs-material/material/plugins/blog/author.py new file mode 100644 index 0000000..5ba6e83 --- /dev/null +++ b/mkdocs-material/material/plugins/blog/author.py @@ -0,0 +1,40 @@ +# Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com> + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. + +from mkdocs.config.base import Config +from mkdocs.config.config_options import DictOfItems, Optional, SubConfig, Type + +# ----------------------------------------------------------------------------- +# Classes +# ----------------------------------------------------------------------------- + +# Author +class Author(Config): + name = Type(str) + description = Type(str) + avatar = Type(str) + slug = Optional(Type(str)) + url = Optional(Type(str)) + +# ----------------------------------------------------------------------------- + +# Authors +class Authors(Config): + authors = DictOfItems(SubConfig(Author), default = {}) diff --git a/mkdocs-material/material/plugins/blog/config.py b/mkdocs-material/material/plugins/blog/config.py new file mode 100644 index 0000000..1a440af --- /dev/null +++ b/mkdocs-material/material/plugins/blog/config.py @@ -0,0 +1,88 @@ +# Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com> + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. + +from collections.abc import Callable +from mkdocs.config.config_options import Choice, Deprecated, Optional, Type +from mkdocs.config.base import Config +from pymdownx.slugs import slugify + +# ----------------------------------------------------------------------------- +# Classes +# ----------------------------------------------------------------------------- + +# Blog plugin configuration +class BlogConfig(Config): + enabled = Type(bool, default = True) + + # Settings for blog + blog_dir = Type(str, default = "blog") + blog_toc = Type(bool, default = False) + + # Settings for posts + post_dir = Type(str, default = "{blog}/posts") + post_date_format = Type(str, default = "long") + post_url_date_format = Type(str, default = "yyyy/MM/dd") + post_url_format = Type(str, default = "{date}/{slug}") + post_url_max_categories = Type(int, default = 1) + post_slugify = Type(Callable, default = slugify(case = "lower")) + post_slugify_separator = Type(str, default = "-") + post_excerpt = Choice(["optional", "required"], default = "optional") + post_excerpt_max_authors = Type(int, default = 1) + post_excerpt_max_categories = Type(int, default = 5) + post_excerpt_separator = Type(str, default = "<!-- more -->") + post_readtime = Type(bool, default = True) + post_readtime_words_per_minute = Type(int, default = 265) + + # Settings for archive + archive = Type(bool, default = True) + archive_name = Type(str, default = "blog.archive") + archive_date_format = Type(str, default = "yyyy") + archive_url_date_format = Type(str, default = "yyyy") + archive_url_format = Type(str, default = "archive/{date}") + archive_toc = Optional(Type(bool)) + + # Settings for categories + categories = Type(bool, default = True) + categories_name = Type(str, default = "blog.categories") + categories_url_format = Type(str, default = "category/{slug}") + categories_slugify = Type(Callable, default = slugify(case = "lower")) + categories_slugify_separator = Type(str, default = "-") + categories_allowed = Type(list, default = []) + categories_toc = Optional(Type(bool)) + + # Settings for authors + authors = Type(bool, default = True) + authors_file = Type(str, default = "{blog}/.authors.yml") + + # Settings for pagination + pagination = Type(bool, default = True) + pagination_per_page = Type(int, default = 10) + pagination_url_format = Type(str, default = "page/{page}") + pagination_format = Type(str, default = "~2~") + pagination_if_single_page = Type(bool, default = False) + pagination_keep_content = Type(bool, default = False) + + # Settings for drafts + draft = Type(bool, default = False) + draft_on_serve = Type(bool, default = True) + draft_if_future_date = Type(bool, default = False) + + # Deprecated settings + pagination_template = Deprecated(moved_to = "pagination_format") diff --git a/mkdocs-material/material/plugins/blog/plugin.py b/mkdocs-material/material/plugins/blog/plugin.py new file mode 100644 index 0000000..da64432 --- /dev/null +++ b/mkdocs-material/material/plugins/blog/plugin.py @@ -0,0 +1,872 @@ +# Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com> + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. + +from __future__ import annotations + +import logging +import os +import posixpath +import yaml + +from babel.dates import format_date, format_datetime +from datetime import datetime +from jinja2 import pass_context +from jinja2.runtime import Context +from mkdocs.config.defaults import MkDocsConfig +from mkdocs.exceptions import PluginError +from mkdocs.plugins import BasePlugin, event_priority +from mkdocs.structure import StructureItem +from mkdocs.structure.files import File, Files, InclusionLevel +from mkdocs.structure.nav import Navigation, Section +from mkdocs.structure.pages import Page +from mkdocs.utils import copy_file, get_relative_url +from mkdocs.utils.templates import url_filter +from paginate import Page as Pagination +from shutil import rmtree +from tempfile import mkdtemp +from yaml import SafeLoader + +from .author import Authors +from .config import BlogConfig +from .readtime import readtime +from .structure import Archive, Category, Excerpt, Post, View + +# ----------------------------------------------------------------------------- +# Classes +# ----------------------------------------------------------------------------- + +# Blog plugin +class BlogPlugin(BasePlugin[BlogConfig]): + supports_multiple_instances = True + + # Initialize plugin + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + + # Initialize incremental builds + self.is_serve = False + self.is_dirty = False + + # Initialize temporary directory + self.temp_dir = mkdtemp() + + # Determine whether we're serving the site + def on_startup(self, *, command, dirty): + self.is_serve = command == "serve" + self.is_dirty = dirty + + # Initialize authors and set defaults + def on_config(self, config): + if not self.config.enabled: + return + + # Initialize entrypoint + self.blog: View + + # Initialize and resolve authors, if enabled + if self.config.authors: + self.authors = self._resolve_authors(config) + + # Initialize table of contents settings + if not isinstance(self.config.archive_toc, bool): + self.config.archive_toc = self.config.blog_toc + if not isinstance(self.config.categories_toc, bool): + self.config.categories_toc = self.config.blog_toc + + # By default, drafts are rendered when the documentation is served, + # but not when it is built, for a better user experience + if self.is_serve and self.config.draft_on_serve: + self.config.draft = True + + # Resolve and load posts and generate views (run later) - we want to allow + # other plugins to add generated posts or views, so we run this plugin as + # late as possible. We also need to remove the posts from the navigation + # before navigation is constructed, as the entrypoint should be considered + # to be the active page for each post. The URLs of posts are computed before + # Markdown processing, so that when linking to and from posts, behavior is + # exactly the same as with regular documentation pages. We create all pages + # related to posts as part of this plugin, so we control the entire process. + @event_priority(-50) + def on_files(self, files, *, config): + if not self.config.enabled: + return + + # Resolve path to entrypoint and site directory + root = posixpath.normpath(self.config.blog_dir) + site = config.site_dir + + # Compute and normalize path to posts directory + path = self.config.post_dir.format(blog = root) + path = posixpath.normpath(path) + + # Adjust destination paths for media files + for file in files.media_files(): + if not file.src_uri.startswith(path): + continue + + # We need to adjust destination paths for assets to remove the + # purely functional posts directory prefix when building + file.dest_uri = file.dest_uri.replace(path, root) + file.abs_dest_path = os.path.join(site, file.dest_path) + file.url = file.url.replace(path, root) + + # Resolve entrypoint and posts sorted by descending date - if the posts + # directory or entrypoint do not exist, they are automatically created + self.blog = self._resolve(files, config) + self.blog.posts = sorted( + self._resolve_posts(files, config), + key = lambda post: post.config.date.created, + reverse = True + ) + + # Generate views for archive + if self.config.archive: + self.blog.views.extend( + self._generate_archive(config, files) + ) + + # Generate views for categories + if self.config.categories: + self.blog.views.extend(sorted( + self._generate_categories(config, files), + key = lambda view: view.name, + reverse = False + )) + + # Generate pages for views + if self.config.pagination: + for view in self._resolve_views(self.blog): + for page in self._generate_pages(view, config, files): + view.pages.append(page) + + # Ensure that entrypoint is always included in navigation + self.blog.file.inclusion = InclusionLevel.INCLUDED + + # Attach posts and views to navigation (run later) - again, we allow other + # plugins to alter the navigation before we start to attach posts and views + # generated by this plugin at the correct locations in the navigation. Also, + # we make sure to correct links to the parent and siblings of each page. + @event_priority(-50) + def on_nav(self, nav, *, config, files): + if not self.config.enabled: + return + + # If we're not building a standalone blog, the entrypoint will always + # have a parent when it is included in the navigation. The parent is + # essential to correctly resolve the location where the archive and + # category views are attached. If the entrypoint doesn't have a parent, + # we know that the author did not include it in the navigation, so we + # explicitly mark it as not included. + if not self.blog.parent and self.config.blog_dir != ".": + self.blog.file.inclusion = InclusionLevel.NOT_IN_NAV + + # Attach posts to entrypoint without adding them to the navigation, so + # that the entrypoint is considered to be the active page for each post + self._attach(self.blog, [None, *reversed(self.blog.posts), None]) + for post in self.blog.posts: + post.file.inclusion = InclusionLevel.NOT_IN_NAV + + # Revert temporary exclusion of views from navigation + for view in self._resolve_views(self.blog): + view.file.inclusion = self.blog.file.inclusion + for page in view.pages: + page.file.inclusion = self.blog.file.inclusion + + # Attach views for archive + if self.config.archive: + title = self._translate(self.config.archive_name, config) + views = [_ for _ in self.blog.views if isinstance(_, Archive)] + + # Attach and link views for archive + if self.blog.file.inclusion.is_in_nav(): + self._attach_to(self.blog, Section(title, views), nav) + + # Attach views for categories + if self.config.categories: + title = self._translate(self.config.categories_name, config) + views = [_ for _ in self.blog.views if isinstance(_, Category)] + + # Attach and link views for categories, if any + if self.blog.file.inclusion.is_in_nav() and views: + self._attach_to(self.blog, Section(title, views), nav) + + # Attach pages for views + if self.config.pagination: + for view in self._resolve_views(self.blog): + for at in range(1, len(view.pages)): + self._attach_at(view.parent, view, view.pages[at]) + + # Prepare post for rendering (run later) - allow other plugins to alter + # the contents or metadata of a post before it is rendered and make sure + # that the post includes a separator, which is essential for rendering + # excerpts that should be included in views + @event_priority(-50) + def on_page_markdown(self, markdown, *, page, config, files): + if not self.config.enabled: + return + + # Skip if page is not a post managed by this instance - this plugin has + # support for multiple instances, which is why this check is necessary + if page not in self.blog.posts: + if not self.config.pagination: + return + + # We set the contents of the view to its title if pagination should + # not keep the content of the original view on paginated views + if not self.config.pagination_keep_content: + view = self._resolve_original(page) + if view in self._resolve_views(self.blog): + + # If the current view is paginated, use the rendered title + # of the original view in case the author set the title in + # the page's contents, or it would be overridden with the + # one set in mkdocs.yml, leading to inconsistent headings + assert isinstance(view, View) + if view != page: + name = view._title_from_render or view.title + return f"# {name}" + + # Nothing more to be done for views + return + + # Extract and assign authors to post, if enabled + if self.config.authors: + for name in page.config.authors: + if name not in self.authors: + raise PluginError(f"Couldn't find author '{name}'") + + # Append to list of authors + page.authors.append(self.authors[name]) + + # Extract settings for excerpts + separator = self.config.post_excerpt_separator + max_authors = self.config.post_excerpt_max_authors + max_categories = self.config.post_excerpt_max_categories + + # Ensure presence of separator and throw, if its absent and required - + # we append the separator to the end of the contents of the post, if it + # is not already present, so we can remove footnotes or other content + # from the excerpt without affecting the content of the excerpt + if separator not in page.markdown: + if self.config.post_excerpt == "required": + docs = os.path.relpath(config.docs_dir) + path = os.path.relpath(page.file.abs_src_path, docs) + raise PluginError( + f"Couldn't find '{separator}' in post '{path}' in '{docs}'" + ) + + # Create excerpt for post and inherit authors and categories - excerpts + # can contain a subset of the authors and categories of the post + page.excerpt = Excerpt(page, config, files) + page.excerpt.authors = page.authors[:max_authors] + page.excerpt.categories = page.categories[:max_categories] + + # Process posts + def on_page_content(self, html, *, page, config, files): + if not self.config.enabled: + return + + # Skip if page is not a post managed by this instance - this plugin has + # support for multiple instances, which is why this check is necessary + if page not in self.blog.posts: + return + + # Compute readtime of post, if enabled and not explicitly set + if self.config.post_readtime: + words_per_minute = self.config.post_readtime_words_per_minute + if not page.config.readtime: + page.config.readtime = readtime(html, words_per_minute) + + # Register template filters for plugin + def on_env(self, env, *, config, files): + if not self.config.enabled: + return + + # Filter for formatting dates related to posts + def date_filter(date: datetime): + return self._format_date_for_post(date, config) + + # Patch URL template filter to add support for paginated views, i.e., + # that paginated views never link to themselves but to the main view + @pass_context + def url_filter_with_pagination(context: Context, url: str | None): + page = context["page"] + + # If the current page is a view, check if the URL links to the page + # itself, and replace it with the URL of the main view + if isinstance(page, View): + view = self._resolve_original(page) + if page.url == url: + url = view.url + + # Forward to original template filter + return url_filter(context, url) + + # Register custom template filters + env.filters["date"] = date_filter + env.filters["url"] = url_filter_with_pagination + + # Prepare view for rendering (run latest) - views are rendered last, as we + # need to mutate the navigation to account for pagination. The main problem + # is that we need to replace the view in the navigation, because otherwise + # the view would not be considered active. + @event_priority(-100) + def on_page_context(self, context, *, page, config, nav): + if not self.config.enabled: + return + + # Skip if page is not a view managed by this instance - this plugin has + # support for multiple instances, which is why this check is necessary + view = self._resolve_original(page) + if view not in self._resolve_views(self.blog): + return + + # Render excerpts and prepare pagination + posts, pagination = self._render(page) + + # Render pagination links + def pager(args: object): + return pagination.pager( + format = self.config.pagination_format, + show_if_single_page = self.config.pagination_if_single_page, + **args + ) + + # Assign posts and pagination to context + context["posts"] = posts + context["pagination"] = pager if pagination else None + + # Remove temporary directory on shutdown + def on_shutdown(self): + rmtree(self.temp_dir) + + # ------------------------------------------------------------------------- + + # Check if the given post is excluded + def _is_excluded(self, post: Post): + if self.config.draft: + return False + + # If a post was not explicitly marked or unmarked as draft, and the + # date should be taken into account, we automatically mark it as draft + # if the publishing date is in the future. This, of course, is opt-in + # and must be explicitly enabled by the author. + if not isinstance(post.config.draft, bool): + if self.config.draft_if_future_date: + return post.config.date.created > datetime.now() + + # Post might be a draft + return bool(post.config.draft) + + # ------------------------------------------------------------------------- + + # Resolve entrypoint - the entrypoint of the blog must have been created + # if it did not exist before, and hosts all posts sorted by descending date + def _resolve(self, files: Files, config: MkDocsConfig): + path = os.path.join(self.config.blog_dir, "index.md") + path = os.path.normpath(path) + + # Create entrypoint, if it does not exist - note that the entrypoint is + # created in the docs directory, not in the temporary directory + docs = os.path.relpath(config.docs_dir) + name = os.path.join(docs, path) + if not os.path.isfile(name): + file = self._path_to_file(path, config, temp = False) + files.append(file) + + # Create file in docs directory + self._save_to_file(file.abs_src_path, "# Blog\n\n") + + # Create and return entrypoint + file = files.get_file_from_path(path) + return View(None, file, config) + + # Resolve post - the caller must make sure that the given file points to an + # actual post (and not a page), or behavior might be unpredictable + def _resolve_post(self, file: File, config: MkDocsConfig): + post = Post(file, config) + + # Compute path and create a temporary file for path resolution + path = self._format_path_for_post(post, config) + temp = self._path_to_file(path, config, temp = False) + + # Replace destination file system path and URL + file.dest_uri = temp.dest_uri + file.abs_dest_path = temp.abs_dest_path + file.url = temp.url + + # Replace canonical URL and return post + post._set_canonical_url(config.site_url) + return post + + # Resolve posts from directory - traverse all documentation pages and filter + # and yield those that are located in the posts directory + def _resolve_posts(self, files: Files, config: MkDocsConfig): + path = self.config.post_dir.format(blog = self.config.blog_dir) + path = os.path.normpath(path) + + # Create posts directory, if it does not exist + docs = os.path.relpath(config.docs_dir) + name = os.path.join(docs, path) + if not os.path.isdir(name): + os.makedirs(name, exist_ok = True) + + # Filter posts from pages + for file in files.documentation_pages(): + if not file.src_path.startswith(path): + continue + + # Temporarily remove post from navigation + file.inclusion = InclusionLevel.EXCLUDED + + # Resolve post - in order to determine whether a post should be + # excluded, we must load it and analyze its metadata. All posts + # marked as drafts are excluded, except for when the author has + # configured drafts to be included in the navigation. + post = self._resolve_post(file, config) + if not self._is_excluded(post): + yield post + + # Resolve authors - check if there's an authors file at the configured + # location, and if one was found, load and validate it + def _resolve_authors(self, config: MkDocsConfig): + path = self.config.authors_file.format(blog = self.config.blog_dir) + path = os.path.normpath(path) + + # Resolve path relative to docs directory + docs = os.path.relpath(config.docs_dir) + file = os.path.join(docs, path) + + # If the authors file does not exist, return here + config: Authors = Authors() + if not os.path.isfile(file): + return config.authors + + # Open file and parse as YAML + with open(file, encoding = "utf-8-sig") as f: + config.config_file_path = os.path.abspath(file) + try: + config.load_dict(yaml.load(f, SafeLoader) or {}) + + # The authors file could not be loaded because of a syntax error, + # which we display to the author with a nice error message + except Exception as e: + raise PluginError( + f"Error reading authors file '{path}' in '{docs}':\n" + f"{e}" + ) + + # Validate authors and throw if errors occurred + errors, warnings = config.validate() + for _, w in warnings: + log.warning(w) + for _, e in errors: + raise PluginError( + f"Error reading authors file '{path}' in '{docs}':\n" + f"{e}" + ) + + # Return authors + return config.authors + + # Resolve views of the given view in pre-order + def _resolve_views(self, view: View): + yield view + + # Resolve views recursively + for page in view.views: + for next in self._resolve_views(page): + assert isinstance(next, View) + yield next + + # Resolve siblings of a navigation item + def _resolve_siblings(self, item: StructureItem, nav: Navigation): + if isinstance(item.parent, Section): + return item.parent.children + else: + return nav.items + + # Resolve original page or view (e.g. for paginated views) + def _resolve_original(self, page: Page): + if isinstance(page, View) and page.pages: + return page.pages[0] + else: + return page + + # ------------------------------------------------------------------------- + + # Generate views for archive - analyze posts and generate the necessary + # views, taking the date format provided by the author into account + def _generate_archive(self, config: MkDocsConfig, files: Files): + for post in self.blog.posts: + date = post.config.date.created + + # Compute name and path of archive view + name = self._format_date_for_archive(date, config) + path = self._format_path_for_archive(post, config) + + # Create file for view, if it does not exist + file = files.get_file_from_path(path) + if not file or self.temp_dir not in file.abs_src_path: + file = self._path_to_file(path, config) + files.append(file) + + # Create file in temporary directory and temporarily remove + # from navigation, as we'll add it at a specific location + self._save_to_file(file.abs_src_path, f"# {name}") + file.inclusion = InclusionLevel.EXCLUDED + + # Create and yield view + if not isinstance(file.page, Archive): + yield Archive(name, file, config) + + # Assign post to archive + assert isinstance(file.page, Archive) + file.page.posts.append(post) + + # Generate views for categories - analyze posts and generate the necessary + # views, taking the allowed categories as set by the author into account + def _generate_categories(self, config: MkDocsConfig, files: Files): + for post in self.blog.posts: + for name in post.config.categories: + path = self._format_path_for_category(name) + + # Ensure category is in non-empty allow list + categories = self.config.categories_allowed or [name] + if name not in categories: + docs = os.path.relpath(config.docs_dir) + path = os.path.relpath(post.file.abs_src_path, docs) + raise PluginError( + f"Error reading categories of post '{path}' in " + f"'{docs}': category '{name}' not in allow list" + ) + + # Create file for view, if it does not exist + file = files.get_file_from_path(path) + if not file or self.temp_dir not in file.abs_src_path: + file = self._path_to_file(path, config) + files.append(file) + + # Create file in temporary directory and temporarily remove + # from navigation, as we'll add it at a specific location + self._save_to_file(file.abs_src_path, f"# {name}") + file.inclusion = InclusionLevel.EXCLUDED + + # Create and yield view + if not isinstance(file.page, Category): + yield Category(name, file, config) + + # Assign post to category and vice versa + assert isinstance(file.page, Category) + file.page.posts.append(post) + post.categories.append(file.page) + + # Generate pages for pagination - analyze view and generate the necessary + # pages, creating a chain of views for simple rendering and replacement + def _generate_pages(self, view: View, config: MkDocsConfig, files: Files): + yield view + + # Compute pagination boundaries and create pages - pages are internally + # handled as copies of a view, as they map to the same source location + step = self.config.pagination_per_page + for at in range(step, len(view.posts), step): + path = self._format_path_for_pagination(view, 1 + at // step) + + # Create file for view, if it does not exist + file = files.get_file_from_path(path) + if not file or self.temp_dir not in file.abs_src_path: + file = self._path_to_file(path, config) + files.append(file) + + # Copy file to temporary directory and temporarily remove + # from navigation, as we'll add it at a specific location + copy_file(view.file.abs_src_path, file.abs_src_path) + file.inclusion = InclusionLevel.EXCLUDED + + # Create and yield view + if not isinstance(file.page, View): + yield view.__class__(None, file, config) + + # Assign pages and posts to view + assert isinstance(file.page, View) + file.page.pages = view.pages + file.page.posts = view.posts + + # ------------------------------------------------------------------------- + + # Attach a list of pages to each other and to the given parent item without + # explicitly adding them to the navigation, which can be done by the caller + def _attach(self, parent: StructureItem, pages: list[Page]): + for tail, page, head in zip(pages, pages[1:], pages[2:]): + + # Link page to parent and siblings + page.parent = parent + page.previous_page = tail + page.next_page = head + + # If the page is a view, we know that we generated it and need to + # link its siblings back to the view + if isinstance(page, View): + view = self._resolve_original(page) + if tail: tail.next_page = view + if head: head.previous_page = view + + # Attach a page to the given parent and link it to the previous and next + # page of the given host - this is exclusively used for paginated views + def _attach_at(self, parent: StructureItem, host: Page, page: Page): + self._attach(parent, [host.previous_page, page, host.next_page]) + + # Attach a section as a sibling to the given view, make sure its pages are + # part of the navigation, and ensure all pages are linked correctly + def _attach_to(self, view: View, section: Section, nav: Navigation): + section.parent = view.parent + + # Resolve siblings, which are the children of the parent section, or + # the top-level list of navigation items if the view is at the root of + # the project, and append the given section to it. It's currently not + # possible to chose the position of a section. + items = self._resolve_siblings(view, nav) + items.append(section) + + # Find last sibling that is a page, skipping sections, as we need to + # append the given section after all other pages + tail = next(item for item in reversed(items) if isinstance(item, Page)) + head = tail.next_page + + # Attach section to navigation and pages to each other + nav.pages.extend(section.children) + self._attach(section, [tail, *section.children, head]) + + # ------------------------------------------------------------------------- + + # Render excerpts and pagination for the given view + def _render(self, view: View): + posts, pagination = view.posts, None + + # Create pagination, if enabled + if self.config.pagination: + at = view.pages.index(view) + + # Compute pagination boundaries + step = self.config.pagination_per_page + p, q = at * step, at * step + step + + # Extract posts in pagination boundaries + posts = view.posts[p:q] + pagination = self._render_pagination(view, (p, q)) + + # Render excerpts for selected posts + posts = [ + self._render_post(post.excerpt, view) + for post in posts if post.excerpt + ] + + # Return posts and pagination + return posts, pagination + + # Render excerpt in the context of the given view + def _render_post(self, excerpt: Excerpt, view: View): + excerpt.render(view, self.config.post_excerpt_separator) + + # Determine whether to add posts to the table of contents of the view - + # note that those settings can be changed individually for each type of + # view, which is why we need to check the type of view and the table of + # contents setting for that type of view + toc = self.config.blog_toc + if isinstance(view, Archive): + toc = self.config.archive_toc + if isinstance(view, Category): + toc = self.config.categories_toc + + # Attach top-level table of contents item to view if it should be added + # and both, the view and excerpt contain table of contents items + if toc and excerpt.toc.items and view.toc.items: + view.toc.items[0].children.append(excerpt.toc.items[0]) + + # Return excerpt + return excerpt + + # Create pagination for the given view and range + def _render_pagination(self, view: View, range: tuple[int, int]): + p, q = range + + # Create URL from the given page to another page + def url_maker(n: int): + return get_relative_url(view.pages[n - 1].url, view.url) + + # Return pagination + return Pagination( + view.posts, page = q // (q - p), + items_per_page = q - p, + url_maker = url_maker + ) + + # ------------------------------------------------------------------------- + + # Format path for post + def _format_path_for_post(self, post: Post, config: MkDocsConfig): + categories = post.config.categories[:self.config.post_url_max_categories] + categories = [self._slugify_category(name) for name in categories] + + # Replace placeholders in format string + date = post.config.date.created + path = self.config.post_url_format.format( + categories = "/".join(categories), + date = self._format_date_for_post_url(date, config), + file = post.file.name, + slug = post.config.slug or self._slugify_post(post) + ) + + # Normalize path and strip slashes at the beginning and end + path = posixpath.normpath(path.strip("/")) + return posixpath.join(self.config.blog_dir, f"{path}.md") + + # Format path for archive + def _format_path_for_archive(self, post: Post, config: MkDocsConfig): + date = post.config.date.created + path = self.config.archive_url_format.format( + date = self._format_date_for_archive_url(date, config) + ) + + # Normalize path and strip slashes at the beginning and end + path = posixpath.normpath(path.strip("/")) + return posixpath.join(self.config.blog_dir, f"{path}.md") + + # Format path for category + def _format_path_for_category(self, name: str): + path = self.config.categories_url_format.format( + slug = self._slugify_category(name) + ) + + # Normalize path and strip slashes at the beginning and end + path = posixpath.normpath(path.strip("/")) + return posixpath.join(self.config.blog_dir, f"{path}.md") + + # Format path for pagination + def _format_path_for_pagination(self, view: View, page: int): + path = self.config.pagination_url_format.format( + page = page + ) + + # Compute base path for pagination - if the given view is an index file, + # we need to pop the file name from the base so it's not part of the URL + # and we need to append `index` to the path, so the paginated view is + # also an index page - see https://t.ly/71MKF + base, _ = posixpath.splitext(view.file.src_uri) + if view.is_index: + base = posixpath.dirname(base) + path = posixpath.join(path, "index") + + # Normalize path and strip slashes at the beginning and end + path = posixpath.normpath(path.strip("/")) + return posixpath.join(base, f"{path}.md") + + # ------------------------------------------------------------------------- + + # Format date - if the given format string refers to a predefined format, + # we format the date without a time component in order to keep sane default + # behavior, since authors will not expect time to be relevant for most posts + # as by our assumptions - see https://t.ly/Yi7ZC + def _format_date(self, date: datetime, format: str, config: MkDocsConfig): + locale: str = config.theme["language"].replace("-", "_") + if format in ["full", "long", "medium", "short"]: + return format_date(date, format = format, locale = locale) + else: + return format_datetime(date, format = format, locale = locale) + + # Format date for post + def _format_date_for_post(self, date: datetime, config: MkDocsConfig): + format = self.config.post_date_format + return self._format_date(date, format, config) + + # Format date for post URL + def _format_date_for_post_url(self, date: datetime, config: MkDocsConfig): + format = self.config.post_url_date_format + return self._format_date(date, format, config) + + # Format date for archive + def _format_date_for_archive(self, date: datetime, config: MkDocsConfig): + format = self.config.archive_date_format + return self._format_date(date, format, config) + + # Format date for archive URL + def _format_date_for_archive_url(self, date: datetime, config: MkDocsConfig): + format = self.config.archive_url_date_format + return self._format_date(date, format, config) + + # ------------------------------------------------------------------------- + + # Slugify post title + def _slugify_post(self, post: Post): + separator = self.config.post_slugify_separator + return self.config.post_slugify(post.title, separator) + + # Slugify category + def _slugify_category(self, name: str): + separator = self.config.categories_slugify_separator + return self.config.categories_slugify(name, separator) + + # ------------------------------------------------------------------------- + + # Create a file for the given path, which must point to a valid source file, + # either inside the temporary directory or the docs directory + def _path_to_file(self, path: str, config: MkDocsConfig, *, temp = True): + assert path.endswith(".md") + file = File( + path, + config.docs_dir if not temp else self.temp_dir, + config.site_dir, + config.use_directory_urls + ) + + # Hack: mark file as generated, so other plugins don't think it's part + # of the file system. This is more or less a new quasi-standard that + # still needs to be adopted by MkDocs, and was introduced by the + # git-revision-date-localized-plugin - see https://bit.ly/3ZUmdBx + if temp: + file.generated_by = "material/blog" + + # Return file + return file + + # Create a file with the given content on disk + def _save_to_file(self, path: str, content: str): + os.makedirs(os.path.dirname(path), exist_ok = True) + with open(path, "w", encoding = "utf-8") as f: + f.write(content) + + # ------------------------------------------------------------------------- + + # Translate the placeholder referenced by the given key + def _translate(self, key: str, config: MkDocsConfig) -> str: + env = config.theme.get_env() + template = env.get_template( + "partials/language.html", globals = { "config": config } + ) + + # Translate placeholder + return template.module.t(key) + +# ----------------------------------------------------------------------------- +# Data +# ----------------------------------------------------------------------------- + +# Set up logging +log = logging.getLogger("mkdocs.material.blog") diff --git a/mkdocs-material/material/plugins/blog/readtime/__init__.py b/mkdocs-material/material/plugins/blog/readtime/__init__.py new file mode 100644 index 0000000..414b35e --- /dev/null +++ b/mkdocs-material/material/plugins/blog/readtime/__init__.py @@ -0,0 +1,51 @@ +# Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com> + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. + +import re + +from math import ceil + +from .parser import ReadtimeParser + +# ----------------------------------------------------------------------------- +# Functions +# ----------------------------------------------------------------------------- + +# Compute readtime - we first used the original readtime library, but the list +# of dependencies it brings with it increased the size of the Docker image by +# 20 MB (packed), which is an increase of 50%. For this reason, we adapt the +# original readtime algorithm to our needs - see https://t.ly/fPZ7L +def readtime(html: str, words_per_minute: int): + parser = ReadtimeParser() + parser.feed(html) + parser.close() + + # Extract words from text and compute readtime in seconds + words = len(re.split(r"\W+", "".join(parser.text))) + seconds = ceil(words / words_per_minute * 60) + + # Account for additional images + delta = 12 + for _ in range(parser.images): + seconds += delta + if delta > 3: delta -= 1 + + # Return readtime in minutes + return ceil(seconds / 60) diff --git a/mkdocs-material/material/plugins/blog/readtime/parser.py b/mkdocs-material/material/plugins/blog/readtime/parser.py new file mode 100644 index 0000000..17662a4 --- /dev/null +++ b/mkdocs-material/material/plugins/blog/readtime/parser.py @@ -0,0 +1,74 @@ +# Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com> + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. + +from html.parser import HTMLParser + +# TODO: Refactor the `void` set into a common module and import it from there +# and not from the search plugin. +from material.plugins.search.plugin import void + +# ----------------------------------------------------------------------------- +# Classes +# ----------------------------------------------------------------------------- + +# Readtime parser +class ReadtimeParser(HTMLParser): + + # Initialize parser + def __init__(self): + super().__init__(convert_charrefs = True) + + # Tags to skip + self.skip = set([ + "object", # Objects + "script", # Scripts + "style", # Styles + "svg" # SVGs + ]) + + # Current context + self.context = [] + + # Keep track of text and images + self.text = [] + self.images = 0 + + # Called at the start of every HTML tag + def handle_starttag(self, tag, attrs): + # Collect images + if tag == "img": + self.images += 1 + + # Ignore self-closing tags + if tag not in void: + # Add tag to context + self.context.append(tag) + + # Called for the text contents of each tag + def handle_data(self, data): + # Collect text if not inside skip context + if not self.skip.intersection(self.context): + self.text.append(data) + + # Called at the end of every HTML tag + def handle_endtag(self, tag): + if self.context and self.context[-1] == tag: + # Remove tag from context + self.context.pop() diff --git a/mkdocs-material/material/plugins/blog/structure/__init__.py b/mkdocs-material/material/plugins/blog/structure/__init__.py new file mode 100644 index 0000000..0285f3a --- /dev/null +++ b/mkdocs-material/material/plugins/blog/structure/__init__.py @@ -0,0 +1,306 @@ +# Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com> + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. + +from __future__ import annotations + +import logging +import os +import yaml + +from copy import copy +from markdown import Markdown +from material.plugins.blog.author import Author +from mkdocs.config.defaults import MkDocsConfig +from mkdocs.exceptions import PluginError +from mkdocs.structure.files import File, Files +from mkdocs.structure.nav import Section +from mkdocs.structure.pages import Page, _RelativePathTreeprocessor +from mkdocs.structure.toc import get_toc +from mkdocs.utils.meta import YAML_RE +from re import Match +from yaml import SafeLoader + +from .config import PostConfig +from .markdown import ExcerptTreeprocessor + +# ----------------------------------------------------------------------------- +# Classes +# ----------------------------------------------------------------------------- + +# Post +class Post(Page): + + # Initialize post - posts are never listed in the navigation, which is why + # they will never include a title that was manually set, so we can omit it + def __init__(self, file: File, config: MkDocsConfig): + super().__init__(None, file, config) + + # Resolve path relative to docs directory + docs = os.path.relpath(config.docs_dir) + path = os.path.relpath(file.abs_src_path, docs) + + # Read contents and metadata immediately + with open(file.abs_src_path, encoding = "utf-8-sig") as f: + self.markdown = f.read() + + # Sadly, MkDocs swallows any exceptions that occur during parsing. + # Since we want to provide the best possible user experience, we + # need to catch errors early and display them nicely. We decided to + # drop support for MkDocs' MultiMarkdown syntax, because it is not + # correctly implemented anyway. When using MultiMarkdown syntax, all + # date formats are returned as strings and list are not properly + # supported. Thus, we just use the relevants parts of `get_data`. + match: Match = YAML_RE.match(self.markdown) + if not match: + raise PluginError( + f"Error reading metadata of post '{path}' in '{docs}':\n" + f"Expected metadata to be defined but found nothing" + ) + + # Extract metadata and parse as YAML + try: + self.meta = yaml.load(match.group(1), SafeLoader) or {} + self.markdown = self.markdown[match.end():].lstrip("\n") + + # The post's metadata could not be parsed because of a syntax error, + # which we display to the author with a nice error message + except Exception as e: + raise PluginError( + f"Error reading metadata of post '{path}' in '{docs}':\n" + f"{e}" + ) + + # Initialize post configuration, but remove all keys that this plugin + # doesn't care about, or they will be reported as invalid configuration + self.config: PostConfig = PostConfig(file.abs_src_path) + self.config.load_dict({ + key: self.meta[key] for key in ( + set(self.meta.keys()) & + set(self.config.keys()) + ) + }) + + # Validate configuration and throw if errors occurred + errors, warnings = self.config.validate() + for _, w in warnings: + log.warning(w) + for k, e in errors: + raise PluginError( + f"Error reading metadata '{k}' of post '{path}' in '{docs}':\n" + f"{e}" + ) + + # Excerpts are subsets of posts that are used in pages like archive and + # category views. They are not rendered as standalone pages, but are + # rendered in the context of a view. Each post has a dedicated excerpt + # instance which is reused when rendering views. + self.excerpt: Excerpt = None + + # Initialize authors and actegories + self.authors: list[Author] = [] + self.categories: list[Category] = [] + + # Ensure template is set or use default + self.meta.setdefault("template", "blog-post.html") + + # Ensure template hides navigation + self.meta["hide"] = self.meta.get("hide", []) + if "navigation" not in self.meta["hide"]: + self.meta["hide"].append("navigation") + + # The contents and metadata were already read in the constructor (and not + # in `read_source` as for pages), so this function must be set to a no-op + def read_source(self, config: MkDocsConfig): + pass + +# ----------------------------------------------------------------------------- + +# Excerpt +class Excerpt(Page): + + # Initialize an excerpt for the given post - we create the Markdown parser + # when intitializing the excerpt in order to improve rendering performance + # for excerpts, as they are reused across several different views, because + # posts might be referenced from multiple different locations + def __init__(self, post: Post, config: MkDocsConfig, files: Files): + self.file = copy(post.file) + self.post = post + + # Set canonical URL, or we can't print excerpts when debugging the + # blog plugin, as the `abs_url` property would be missing + self._set_canonical_url(config.site_url) + + # Initialize configuration and metadata + self.config = post.config + self.meta = post.meta + + # Initialize authors and categories - note that views usually contain + # subsets of those lists, which is why we need to manage them here + self.authors: list[Author] = [] + self.categories: list[Category] = [] + + # Initialize content after separator - allow template authors to render + # posts inline or to provide a link to the post's page + self.more = None + + # Initialize parser - note that we need to patch the configuration, + # more specifically the table of contents extension + config = _patch(config) + self.md = Markdown( + extensions = config.markdown_extensions, + extension_configs = config.mdx_configs, + ) + + # Register excerpt tree processor - this processor resolves anchors to + # posts from within views, so they point to the correct location + self.md.treeprocessors.register( + ExcerptTreeprocessor(post), + "excerpt", + 0 + ) + + # Register relative path tree processor - this processor resolves links + # to other pages and assets, and is used by MkDocs itself + self.md.treeprocessors.register( + _RelativePathTreeprocessor(self.file, files, config), + "relpath", + 1 + ) + + # Render an excerpt of the post on the given page - note that this is not + # thread-safe because excerpts are shared across views, as it cuts down on + # the cost of initialization. However, if in the future, we decide to render + # posts and views concurrently, we must change this behavior. + def render(self, page: Page, separator: str): + self.file.url = page.url + + # Retrieve excerpt tree processor and set page as base + at = self.md.treeprocessors.get_index_for_name("excerpt") + processor: ExcerptTreeprocessor = self.md.treeprocessors[at] + processor.base = page + + # Ensure that the excerpt includes a title in its content, since the + # title is linked to the post when rendering - see https://t.ly/5Gg2F + self.markdown = self.post.markdown + if not self.post._title_from_render: + self.markdown = "\n\n".join([f"# {self.post.title}", self.markdown]) + + # Convert Markdown to HTML and extract excerpt + self.content = self.md.convert(self.markdown) + self.content, *more = self.content.split(separator, 1) + if more: + self.more = more[0] + + # Extract table of contents and reset post URL - if we wouldn't reset + # the excerpt URL, linking to the excerpt from the view would not work + self.toc = get_toc(getattr(self.md, "toc_tokens", [])) + self.file.url = self.post.url + +# ----------------------------------------------------------------------------- + +# View +class View(Page): + + # Parent view + parent: View | Section + + # Initialize view + def __init__(self, name: str | None, file: File, config: MkDocsConfig): + super().__init__(None, file, config) + + # Initialize name of the view - note that views never pass a title to + # the parent constructor, so the author can always override the title + # that is used for rendering. However, for some purposes, like for + # example sorting, we need something to compare. + self.name = name + + # Initialize posts and views + self.posts: list[Post] = [] + self.views: list[View] = [] + + # Initialize pages for pagination + self.pages: list[View] = [] + + # Set necessary metadata + def read_source(self, config: MkDocsConfig): + super().read_source(config) + + # Ensure template is set or use default + self.meta.setdefault("template", "blog.html") + +# ----------------------------------------------------------------------------- + +# Archive view +class Archive(View): + pass + +# ----------------------------------------------------------------------------- + +# Category view +class Category(View): + pass + +# ----------------------------------------------------------------------------- +# Helper functions +# ----------------------------------------------------------------------------- + +# Patch configuration +def _patch(config: MkDocsConfig): + config = copy(config) + + # Copy parts of configuration that needs to be patched + config.validation = copy(config.validation) + config.validation.links = copy(config.validation.links) + config.markdown_extensions = copy(config.markdown_extensions) + config.mdx_configs = copy(config.mdx_configs) + + # Make sure that the author did not add another instance of the table of + # contents extension to the configuration, as this leads to weird behavior + if "markdown.extensions.toc" in config.markdown_extensions: + config.markdown_extensions.remove("markdown.extensions.toc") + + # In order to render excerpts for posts, we need to make sure that the + # table of contents extension is appropriately configured + config.mdx_configs["toc"] = { + **config.mdx_configs.get("toc", {}), + **{ + "anchorlink": True, # Render headline as clickable + "baselevel": 2, # Render h1 as h2 and so forth + "permalink": False, # Remove permalinks + "toc_depth": 2 # Remove everything below h2 + } + } + + # Additionally, we disable link validation when rendering excerpts, because + # invalid links have already been reported when rendering the page + links = config.validation.links + links.not_found = logging.DEBUG + links.absolute_links = logging.DEBUG + links.unrecognized_links = logging.DEBUG + + # Return patched configuration + return config + +# ----------------------------------------------------------------------------- +# Data +# ----------------------------------------------------------------------------- + +# Set up logging +log = logging.getLogger("mkdocs.material.blog") diff --git a/mkdocs-material/material/plugins/blog/structure/config.py b/mkdocs-material/material/plugins/blog/structure/config.py new file mode 100644 index 0000000..1c3d5ed --- /dev/null +++ b/mkdocs-material/material/plugins/blog/structure/config.py @@ -0,0 +1,37 @@ +# Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com> + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. + +from mkdocs.config.base import Config +from mkdocs.config.config_options import ListOfItems, Optional, Type + +from .options import PostDate + +# ----------------------------------------------------------------------------- +# Classes +# ----------------------------------------------------------------------------- + +# Post configuration +class PostConfig(Config): + authors = ListOfItems(Type(str), default = []) + categories = ListOfItems(Type(str), default = []) + date = PostDate() + draft = Optional(Type(bool)) + readtime = Optional(Type(int)) + slug = Optional(Type(str)) diff --git a/mkdocs-material/material/plugins/blog/structure/markdown.py b/mkdocs-material/material/plugins/blog/structure/markdown.py new file mode 100644 index 0000000..25bc650 --- /dev/null +++ b/mkdocs-material/material/plugins/blog/structure/markdown.py @@ -0,0 +1,58 @@ +# Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com> + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. + +from markdown.treeprocessors import Treeprocessor +from mkdocs.structure.pages import Page +from mkdocs.utils import get_relative_url +from xml.etree.ElementTree import Element + +# ----------------------------------------------------------------------------- +# Classes +# ----------------------------------------------------------------------------- + +# Excerpt tree processor +class ExcerptTreeprocessor(Treeprocessor): + + # Initialize excerpt tree processor + def __init__(self, page: Page, base: Page = None): + self.page = page + self.base = base + + # Transform HTML after Markdown processing + def run(self, root: Element): + main = True + + # We're only interested in anchors, which is why we continue when the + # link does not start with an anchor tag + for el in root.iter("a"): + anchor = el.get("href") + if not anchor.startswith("#"): + continue + + # The main headline should link to the post page, not to a specific + # anchor, which is why we remove the anchor in that case + path = get_relative_url(self.page.url, self.base.url) + if main: + el.set("href", path) + else: + el.set("href", path + anchor) + + # Main headline has been seen + main = False diff --git a/mkdocs-material/material/plugins/blog/structure/options.py b/mkdocs-material/material/plugins/blog/structure/options.py new file mode 100644 index 0000000..4092744 --- /dev/null +++ b/mkdocs-material/material/plugins/blog/structure/options.py @@ -0,0 +1,95 @@ +# Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com> + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. + +from datetime import date, datetime, time +from mkdocs.config.base import BaseConfigOption, Config, ValidationError +from typing import Dict + +# ----------------------------------------------------------------------------- +# Classes +# ----------------------------------------------------------------------------- + +# Date dictionary +class DateDict(Dict[str, datetime]): + + # Initialize date dictionary + def __init__(self, data: dict): + super().__init__(data) + + # Ensure presence of `date.created` + self.created: datetime = data["created"] + + # Allow attribute access + def __getattr__(self, name: str): + if name in self: + return self[name] + +# ----------------------------------------------------------------------------- + +# Post date option +class PostDate(BaseConfigOption[DateDict]): + + # Initialize post dates + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + + # Normalize the supported types for post dates to datetime + def pre_validation(self, config: Config, key_name: str): + + # If the date points to a scalar value, convert it to a dictionary, as + # we want to allow the author to specify custom and arbitrary dates for + # posts. Currently, only the `created` date is mandatory, because it's + # needed to sort posts for views. + if not isinstance(config[key_name], dict): + config[key_name] = { "created": config[key_name] } + + # Convert all date values to datetime + for key, value in config[key_name].items(): + + # Handle datetime - since datetime is a subclass of date, we need + # to check it first, or we lose the time - see https://t.ly/-KG9N + if isinstance(value, datetime): + continue + + # Handle date - we set 00:00:00 as the default time, if the author + # only supplied a date, and convert it to datetime + if isinstance(value, date): + config[key_name][key] = datetime.combine(value, time()) + + # Initialize date dictionary + config[key_name] = DateDict(config[key_name]) + + # Ensure each date value is of type datetime + def run_validation(self, value: DateDict): + for key in value: + if not isinstance(value[key], datetime): + raise ValidationError( + f"Expected type: {date} or {datetime} " + f"but received: {type(value[key])}" + ) + + # Ensure presence of `date.created` + if not value.created: + raise ValidationError( + "Expected 'created' date when using dictionary syntax" + ) + + # Return date dictionary + return value diff --git a/mkdocs-material/material/plugins/group/__init__.py b/mkdocs-material/material/plugins/group/__init__.py new file mode 100644 index 0000000..9c58b37 --- /dev/null +++ b/mkdocs-material/material/plugins/group/__init__.py @@ -0,0 +1,19 @@ +# Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com> + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. diff --git a/mkdocs-material/material/plugins/group/config.py b/mkdocs-material/material/plugins/group/config.py new file mode 100644 index 0000000..e49f415 --- /dev/null +++ b/mkdocs-material/material/plugins/group/config.py @@ -0,0 +1,31 @@ +# Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com> + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. + +from mkdocs.config.config_options import Type +from mkdocs.config.base import Config + +# ----------------------------------------------------------------------------- +# Classes +# ----------------------------------------------------------------------------- + +# Group plugin configuration +class GroupConfig(Config): + enabled = Type(bool, default = False) + plugins = Type((list, dict)) diff --git a/mkdocs-material/material/plugins/group/plugin.py b/mkdocs-material/material/plugins/group/plugin.py new file mode 100644 index 0000000..719a8a5 --- /dev/null +++ b/mkdocs-material/material/plugins/group/plugin.py @@ -0,0 +1,161 @@ +# Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com> + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. + +from __future__ import annotations + +import logging + +from collections.abc import Callable +from mkdocs.config.config_options import Plugins +from mkdocs.config.defaults import MkDocsConfig +from mkdocs.exceptions import PluginError +from mkdocs.plugins import BasePlugin, event_priority + +from .config import GroupConfig + +# ----------------------------------------------------------------------------- +# Classes +# ----------------------------------------------------------------------------- + +# Group plugin +class GroupPlugin(BasePlugin[GroupConfig]): + supports_multiple_instances = True + + # Initialize plugin + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + + # Initialize object attributes + self.is_serve = False + self.is_dirty = False + + # Determine whether we're serving the site + def on_startup(self, *, command, dirty): + self.is_serve = command == "serve" + self.is_dirty = dirty + + # If the group is enabled, conditionally load plugins - at first, this might + # sound easier than it actually is, as we need to jump through some hoops to + # ensure correct ordering among plugins. We're effectively initializing the + # plugins that are part of the group after all MkDocs finished initializing + # all other plugins, so we need to patch the order of the methods. Moreover, + # we must use MkDocs existing plugin collection, or we might have collisions + # with other plugins that are not part of the group. As so often, this is a + # little hacky, but has huge potential making plugin configuration easier. + # There's one little caveat: the `__init__` and `on_startup` methods of the + # plugins that are part of the group are called after all other plugins, so + # the `event_priority` decorator for `on_startup` methods is effectively + # useless. However, the `on_startup` method is only intended to set up the + # plugin and doesn't receive anything else than the invoked command and + # whether we're running a dirty build, so there should be no problems. + @event_priority(150) + def on_config(self, config): + if not self.config.enabled: + return + + # Retrieve plugin collection from configuration + option: Plugins = dict(config._schema)["plugins"] + assert isinstance(option, Plugins) + + # Load all plugins in group + self.plugins: dict[str, BasePlugin] = {} + try: + for name, plugin in self._load(option): + self.plugins[name] = plugin + + # The plugin could not be loaded, likely because it's not installed or + # misconfigured, so we raise a plugin error for a nicer error message + except Exception as e: + raise PluginError(str(e)) + + # Patch order of plugin methods + for events in option.plugins.events.values(): + self._patch(events, config) + + # Invoke `on_startup` event for plugins in group + command = "serve" if self.is_serve else "build" + for method in option.plugins.events["startup"]: + plugin = self._get_plugin(method) + + # Ensure that we have a method bound to a plugin (and not a hook) + if plugin and plugin in self.plugins.values(): + method(command = command, dirty = self.is_dirty) + + # ------------------------------------------------------------------------- + + # Retrieve plugin instance for bound method or nothing + def _get_plugin(self, method: Callable): + return getattr(method, "__self__", None) + + # Retrieve priority of plugin method + def _get_priority(self, method: Callable): + return getattr(method, "mkdocs_priority", 0) + + # Retrieve position of plugin + def _get_position(self, plugin: BasePlugin, config: MkDocsConfig) -> int: + for at, (_, candidate) in enumerate(config.plugins.items()): + if plugin == candidate: + return at + + # ------------------------------------------------------------------------- + + # Load plugins that are part of the group + def _load(self, option: Plugins): + for name, data in option._parse_configs(self.config.plugins): + yield option.load_plugin_with_namespace(name, data) + + # ------------------------------------------------------------------------- + + # Patch order of plugin methods - all other plugin methods are already in + # the right order, so we only need to check those that are part of the group + # and bubble them up into the right location. Some plugin methods may define + # priorities, so we need to make sure to order correctly within those. + def _patch(self, methods: list[Callable], config: MkDocsConfig): + position = self._get_position(self, config) + for at in reversed(range(1, len(methods))): + tail = methods[at - 1] + head = methods[at] + + # Skip if the plugin is not part of the group + plugin = self._get_plugin(head) + if not plugin or plugin not in self.plugins.values(): + continue + + # Skip if the previous method has a higher priority than the current + # one, because we know we can't swap them anyway + if self._get_priority(tail) > self._get_priority(head): + continue + + # Ensure that we have a method bound to a plugin (and not a hook) + plugin = self._get_plugin(tail) + if not plugin: + continue + + # Both methods have the same priority, so we check if the ordering + # of both methods is violated, and if it is, swap them + if (position < self._get_position(plugin, config)): + methods[at], methods[at - 1] = tail, head + +# ----------------------------------------------------------------------------- +# Data +# ----------------------------------------------------------------------------- + +# Set up logging +log = logging.getLogger("mkdocs.material.group") diff --git a/mkdocs-material/material/plugins/info/__init__.py b/mkdocs-material/material/plugins/info/__init__.py new file mode 100644 index 0000000..9c58b37 --- /dev/null +++ b/mkdocs-material/material/plugins/info/__init__.py @@ -0,0 +1,19 @@ +# Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com> + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. diff --git a/mkdocs-material/material/plugins/info/config.py b/mkdocs-material/material/plugins/info/config.py new file mode 100644 index 0000000..64e7301 --- /dev/null +++ b/mkdocs-material/material/plugins/info/config.py @@ -0,0 +1,35 @@ +# Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com> + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. + +from mkdocs.config.config_options import Type +from mkdocs.config.base import Config + +# ----------------------------------------------------------------------------- +# Classes +# ----------------------------------------------------------------------------- + +# Info plugin configuration +class InfoConfig(Config): + enabled = Type(bool, default = True) + enabled_on_serve = Type(bool, default = False) + + # Settings for archive + archive = Type(bool, default = True) + archive_stop_on_violation = Type(bool, default = True) diff --git a/mkdocs-material/material/plugins/info/patterns.py b/mkdocs-material/material/plugins/info/patterns.py new file mode 100644 index 0000000..5770f08 --- /dev/null +++ b/mkdocs-material/material/plugins/info/patterns.py @@ -0,0 +1,27 @@ +def get_exclusion_patterns(): + """ + Regex patterns, which will be compared against directory and file names + case-sensitively. https://docs.python.org/3/library/re.html#re.search is the + matching function and scans the whole string to find any pattern match. Used + with the https://pypi.org/project/regex/ module. + + Additional remarks for pattern creation: + - The compared paths will be always in POSIX format. + - Each directory path will have a / at the end to allow to distinguish them + from files. + - Patterns for dynamic or custom paths like Virtual Environments (venv) or + build site directories are created during plugin runtime. + """ + return [ + r"/__pycache__/", # Python cache directory + + r"/\.DS_Store$", # macOS + + r"/[^/]+\.zip$", # Generated files and folders + + r"/[^/]*\.cache($|/)", # .cache files and folders + + r"/\.vscode/", # Common autogenerated IDE directories + r"/\.vs/", + r"/\.idea/", + ] diff --git a/mkdocs-material/material/plugins/info/plugin.py b/mkdocs-material/material/plugins/info/plugin.py new file mode 100644 index 0000000..6c7e603 --- /dev/null +++ b/mkdocs-material/material/plugins/info/plugin.py @@ -0,0 +1,531 @@ +# Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com> + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. + +import glob +import json +import logging +import os +import platform +import regex +import requests +import site +import sys +import yaml + +from colorama import Fore, Style +from importlib.metadata import distributions, version +from io import BytesIO +from markdown.extensions.toc import slugify +from mkdocs.config.defaults import MkDocsConfig +from mkdocs.plugins import BasePlugin, event_priority +from mkdocs.utils import get_yaml_loader +from zipfile import ZipFile, ZIP_DEFLATED + +from .config import InfoConfig +from .patterns import get_exclusion_patterns + +# ----------------------------------------------------------------------------- +# Classes +# ----------------------------------------------------------------------------- + +# Info plugin +class InfoPlugin(BasePlugin[InfoConfig]): + + # Initialize plugin + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + + # Initialize incremental builds + self.is_serve = False + + # Initialize empty members + self.exclusion_patterns = [] + self.excluded_entries = [] + + # Determine whether we're serving the site + def on_startup(self, *, command, dirty): + self.is_serve = command == "serve" + + # Create a self-contained example (run earliest) - determine all files that + # are visible to MkDocs and are used to build the site, create an archive + # that contains all of them, and print a summary of the archive contents. + # The author must attach this archive to the bug report. + @event_priority(100) + def on_config(self, config): + if not self.config.enabled: + return + + # By default, the plugin is disabled when the documentation is served, + # but not when it is built. This should nicely align with the expected + # user experience when creating reproductions. + if not self.config.enabled_on_serve and self.is_serve: + return + + # Resolve latest version + url = "https://github.com/squidfunk/mkdocs-material/releases/latest" + res = requests.get(url, allow_redirects = False) + + # Check if we're running the latest version + _, current = res.headers.get("location").rsplit("/", 1) + present = version("mkdocs-material") + if not present.startswith(current): + log.error("Please upgrade to the latest version.") + self._help_on_versions_and_exit(present, current) + + # Exit if archive creation is disabled + if not self.config.archive: + sys.exit(1) + + # Print message that we're creating a bug report + log.info("Started archive creation for bug report") + + # Check that there are no overrides in place - we need to use a little + # hack to detect whether the custom_dir setting was used without parsing + # mkdocs.yml again - we check at which position the directory provided + # by the theme resides, and if it's not the first one, abort. + if config.theme.custom_dir: + log.error("Please remove 'custom_dir' setting.") + self._help_on_customizations_and_exit() + + # Check that there are no hooks in place - hooks can alter the behavior + # of MkDocs in unpredictable ways, which is why they must be considered + # being customizations. Thus, we can't offer support for debugging and + # must abort here. + if config.hooks: + log.error("Please remove 'hooks' setting.") + self._help_on_customizations_and_exit() + + # Assure all paths that will be validated are absolute. Convert possible + # relative config_file_path to absolute. Its absolute directory path is + # being later used to resolve other paths. + config.config_file_path = _convert_to_abs(config.config_file_path) + config_file_parent = os.path.dirname(config.config_file_path) + + # Convert relative custom_dir path to absolute. The Theme.custom_dir + # property cannot be set, therefore a helper variable is used. + if config.theme.custom_dir: + abs_custom_dir = _convert_to_abs( + config.theme.custom_dir, + abs_prefix = config_file_parent + ) + else: + abs_custom_dir = "" + + # Extract the absolute path to projects plugin's directory to explicitly + # support path validation and dynamic exclusion for the plugin + projects_plugin = config.plugins.get("material/projects") + if projects_plugin: + abs_projects_dir = _convert_to_abs( + projects_plugin.config.projects_dir, + abs_prefix = config_file_parent + ) + else: + abs_projects_dir = "" + + # MkDocs removes the INHERIT configuration key during load, and doesn't + # expose the information in any way, as the parent configuration is + # merged into one. To validate that the INHERIT config file will be + # included in the ZIP file the current config file must be loaded again + # without parsing. Each file can have their own INHERIT key, so a list + # of configurations is supported. The INHERIT path is converted during + # load to absolute. + loaded_configs = _load_yaml(config.config_file_path) + if not isinstance(loaded_configs, list): + loaded_configs = [loaded_configs] + + # We need to make sure the user put every file in the current working + # directory. To assure the reproduction inside the ZIP file can be run, + # validate that the MkDocs paths are children of the current root. + paths_to_validate = [ + config.config_file_path, + config.docs_dir, + abs_custom_dir, + abs_projects_dir, + *[cfg.get("INHERIT", "") for cfg in loaded_configs] + ] + + # Convert relative hook paths to absolute path + for hook in config.hooks: + path = _convert_to_abs(hook, abs_prefix = config_file_parent) + paths_to_validate.append(path) + + # Remove valid paths from the list + for path in list(paths_to_validate): + if not path or path.startswith(os.getcwd()): + paths_to_validate.remove(path) + + # Report the invalid paths to the user + if paths_to_validate: + log.error(f"One or more paths aren't children of root") + self._help_on_not_in_cwd(paths_to_validate) + + # Create in-memory archive and prompt author for a short descriptive + # name for the archive, which is also used as the directory name. Note + # that the name is slugified for better readability and stripped of any + # file extension that the author might have entered. + archive = BytesIO() + example = input("\nPlease name your bug report (2-4 words): ") + example, _ = os.path.splitext(example) + example = "-".join([present, slugify(example, "-")]) + + # Get local copy of the exclusion patterns + self.exclusion_patterns = get_exclusion_patterns() + self.excluded_entries = [] + + # Exclude the site_dir at project root + if config.site_dir.startswith(os.getcwd()): + self.exclusion_patterns.append(_resolve_pattern(config.site_dir)) + + # Exclude the Virtual Environment directory. site.getsitepackages() has + # inconsistent results across operating systems, and relies on the + # PREFIXES that will contain the absolute path to the activated venv. + for path in site.PREFIXES: + if path.startswith(os.getcwd()): + self.exclusion_patterns.append(_resolve_pattern(path)) + + # Exclude site_dir for projects + if projects_plugin: + for path in glob.iglob( + pathname = projects_plugin.config.projects_config_files, + root_dir = abs_projects_dir, + recursive = True + ): + current_config_file = os.path.join(abs_projects_dir, path) + project_config = _get_project_config(current_config_file) + pattern = _resolve_pattern(project_config.site_dir) + self.exclusion_patterns.append(pattern) + + # Track dotpath inclusion to inform about it later + contains_dotpath: bool = False + + # Create self-contained example from project + files: list[str] = [] + with ZipFile(archive, "a", ZIP_DEFLATED, False) as f: + for abs_root, dirnames, filenames in os.walk(os.getcwd()): + # Set and print progress indicator + indicator = f"Processing: {abs_root}" + print(indicator, end="\r", flush=True) + + # Prune the folders in-place to prevent their processing + for name in list(dirnames): + # Resolve the absolute directory path + path = os.path.join(abs_root, name) + + # Exclude the directory and all subdirectories + if self._is_excluded(path): + dirnames.remove(name) + continue + + # Warn about .dotdirectories + if _is_dotpath(path, log_warning = True): + contains_dotpath = True + + # Write files to the in-memory archive + for name in filenames: + # Resolve the absolute file path + path = os.path.join(abs_root, name) + + # Exclude the file + if self._is_excluded(path): + continue + + # Warn about .dotfiles + if _is_dotpath(path, log_warning = True): + contains_dotpath = True + + # Resolve the relative path to create a matching structure + path = os.path.relpath(path, os.path.curdir) + f.write(path, os.path.join(example, path)) + + # Clear the line for the next indicator + print(" " * len(indicator), end="\r", flush=True) + + # Add information on installed packages + f.writestr( + os.path.join(example, "requirements.lock.txt"), + "\n".join(sorted([ + "==".join([package.name, package.version]) + for package in distributions() + ])) + ) + + # Add information on platform + f.writestr( + os.path.join(example, "platform.json"), + json.dumps( + { + "system": platform.platform(), + "architecture": platform.architecture(), + "python": platform.python_version(), + "cwd": os.getcwd(), + "command": " ".join([ + sys.argv[0].rsplit(os.sep, 1)[-1], + *sys.argv[1:] + ]), + "env:$PYTHONPATH": os.getenv("PYTHONPATH", ""), + "sys.path": sys.path, + "excluded_entries": self.excluded_entries + }, + default = str, + indent = 2 + ) + ) + + # Retrieve list of processed files + for a in f.filelist: + # Highlight .dotpaths in a more explicit manner + color = (Fore.LIGHTYELLOW_EX if "/." in a.filename + else Fore.LIGHTBLACK_EX) + files.append("".join([ + color, a.filename, " ", + _size(a.compress_size) + ])) + + # Finally, write archive to disk + buffer = archive.getbuffer() + with open(f"{example}.zip", "wb") as f: + f.write(archive.getvalue()) + + # Print summary + log.info("Archive successfully created:") + print(Style.NORMAL) + + # Print archive file names + files.sort() + for file in files: + print(f" {file}") + + # Print archive name + print(Style.RESET_ALL) + print("".join([ + " ", f.name, " ", + _size(buffer.nbytes, 10) + ])) + + # Print warning when file size is excessively large + print(Style.RESET_ALL) + if buffer.nbytes > 1000000: + log.warning("Archive exceeds recommended maximum size of 1 MB") + + # Print warning when file contains hidden .dotpaths + if contains_dotpath: + log.warning( + "Archive contains dotpaths, which could contain sensitive " + "information.\nPlease review them at the bottom of the list " + "and share only necessary data to reproduce the issue." + ) + + # Aaaaaand done + sys.exit(1) + + # ------------------------------------------------------------------------- + + # Print help on versions and exit + def _help_on_versions_and_exit(self, have, need): + print(Fore.RED) + print(" When reporting issues, please first upgrade to the latest") + print(" version of Material for MkDocs, as the problem might already") + print(" be fixed in the latest version. This helps reduce duplicate") + print(" efforts and saves us maintainers time.") + print(Style.NORMAL) + print(f" Please update from {have} to {need}.") + print(Style.RESET_ALL) + print(f" pip install --upgrade --force-reinstall mkdocs-material") + print(Style.NORMAL) + + # Exit, unless explicitly told not to + if self.config.archive_stop_on_violation: + sys.exit(1) + + # Print help on customizations and exit + def _help_on_customizations_and_exit(self): + print(Fore.RED) + print(" When reporting issues, you must remove all customizations") + print(" and check if the problem persists. If not, the problem is") + print(" caused by your overrides. Please understand that we can't") + print(" help you debug your customizations. Please remove:") + print(Style.NORMAL) + print(" - theme.custom_dir") + print(" - hooks") + print(Fore.YELLOW) + print(" Additionally, please remove all third-party JavaScript or") + print(" CSS not explicitly mentioned in our documentation:") + print(Style.NORMAL) + print(" - extra_css") + print(" - extra_javascript") + print(Fore.YELLOW) + print(" If you're using customizations from the theme's documentation") + print(" and you want to report a bug specific to those customizations") + print(" then set the 'archive_stop_on_violation: false' option in the") + print(" info plugin config.") + print(Style.RESET_ALL) + + # Exit, unless explicitly told not to + if self.config.archive_stop_on_violation: + sys.exit(1) + + # Print help on not in current working directory and exit + def _help_on_not_in_cwd(self, outside_root): + print(Fore.RED) + print(" The current working (root) directory:\n") + print(f" {os.getcwd()}\n") + print(" is not a parent of the following paths:") + print(Style.NORMAL) + for path in outside_root: + print(f" {path}") + print("\n To assure that all project files are found please adjust") + print(" your config or file structure and put everything within the") + print(" root directory of the project.") + print("\n Please also make sure `mkdocs build` is run in the actual") + print(" root directory of the project.") + print(Style.RESET_ALL) + + # Exit, unless explicitly told not to + if self.config.archive_stop_on_violation: + sys.exit(1) + + # Check if path is excluded and should be omitted from the zip. Use pattern + # matching for files and folders, and lookahead specific files in folders to + # skip them. Side effect: Save excluded paths to save them in the zip file. + def _is_excluded(self, abspath: str) -> bool: + + # Resolve the path into POSIX format to match the patterns + pattern_path = _resolve_pattern(abspath, return_path = True) + + for pattern in self.exclusion_patterns: + if regex.search(pattern, pattern_path): + log.debug(f"Excluded pattern '{pattern}': {abspath}") + self.excluded_entries.append(f"{pattern} - {pattern_path}") + return True + + # File exclusion should be limited to pattern matching + if os.path.isfile(abspath): + return False + + # Projects, which don't use the projects plugin for multi-language + # support could have separate build folders for each config file or + # language. Therefore, we exclude them with the assumption a site_dir + # contains the sitemap file. Example of such a setup: https://t.ly/DLQcy + sitemap_gz = os.path.join(abspath, "sitemap.xml.gz") + if os.path.exists(sitemap_gz): + log.debug(f"Excluded site_dir: {abspath}") + self.excluded_entries.append(f"sitemap.xml.gz - {pattern_path}") + return True + + return False + +# ----------------------------------------------------------------------------- +# Helper functions +# ----------------------------------------------------------------------------- + +# Print human-readable size +def _size(value, factor = 1): + color = Fore.GREEN + if value > 100000 * factor: color = Fore.RED + elif value > 25000 * factor: color = Fore.YELLOW + for unit in ["B", "kB", "MB", "GB", "TB", "PB", "EB", "ZB"]: + if abs(value) < 1000.0: + return f"{color}{value:3.1f} {unit}" + value /= 1000.0 + +# Get the absolute path with set prefix. To validate if a file is inside the +# current working directory it needs to be absolute, so that it is possible to +# check the prefix. +def _convert_to_abs(path: str, abs_prefix: str = None) -> str: + if os.path.isabs(path): return path + if abs_prefix is None: abs_prefix = os.getcwd() + return os.path.normpath(os.path.join(abs_prefix, path)) + +# Get the loaded config, or a list with all loaded configs. MkDocs removes the +# INHERIT configuration key during load, and doesn't expose the information in +# any way, as the parent configuration is merged into one. The INHERIT path is +# needed for validation. This custom YAML loader replicates MkDocs' loading +# logic. Side effect: It converts the INHERIT path to absolute. +def _load_yaml(abs_src_path: str): + + with open(abs_src_path, encoding ="utf-8-sig") as file: + source = file.read() + + try: + result = yaml.load(source, Loader = get_yaml_loader()) or {} + except yaml.YAMLError: + result = {} + + if "INHERIT" in result: + relpath = result.get('INHERIT') + parent_path = os.path.dirname(abs_src_path) + abspath = _convert_to_abs(relpath, abs_prefix = parent_path) + if os.path.exists(abspath): + result["INHERIT"] = abspath + log.debug(f"Loading inherited configuration file: {abspath}") + parent = _load_yaml(abspath) + if isinstance(parent, list): + result = [result, *parent] + elif isinstance(parent, dict): + result = [result, parent] + + return result + +# Get a normalized POSIX path for the pattern matching with removed current +# working directory prefix. Directory paths end with a '/' to allow more control +# in the pattern creation for files and directories. The patterns are matched +# using the search function, so they are prefixed with ^ for specificity. +def _resolve_pattern(abspath: str, return_path: bool = False): + path = abspath.replace(os.getcwd(), "", 1) + path = path.replace(os.sep, "/").rstrip("/") + + if not path: + return "/" + + # Check abspath, as the file needs to exist + if not os.path.isfile(abspath): + path = path + "/" + + return path if return_path else f"^{path}" + +# Get project configuration with resolved absolute paths for validation +def _get_project_config(project_config_file: str): + with open(project_config_file, encoding="utf-8-sig") as file: + config = MkDocsConfig(config_file_path = project_config_file) + config.load_file(file) + + # MkDocs transforms site_dir to absolute path during validation + config.validate() + + return config + +# Check if the path is a .dotpath. A warning can also be issued when the param +# is set. The function also returns a boolean to track results outside it. +def _is_dotpath(path: str, log_warning: bool = False) -> bool: + posix_path = _resolve_pattern(path, return_path = True) + name = posix_path.rstrip("/").rsplit("/", 1)[-1] + if name.startswith("."): + if log_warning: + log.warning(f"The following .dotpath will be included: {path}") + return True + return False + + +# ----------------------------------------------------------------------------- +# Data +# ----------------------------------------------------------------------------- + +# Set up logging +log = logging.getLogger("mkdocs.material.info") diff --git a/mkdocs-material/material/plugins/offline/__init__.py b/mkdocs-material/material/plugins/offline/__init__.py new file mode 100644 index 0000000..9c58b37 --- /dev/null +++ b/mkdocs-material/material/plugins/offline/__init__.py @@ -0,0 +1,19 @@ +# Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com> + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. diff --git a/mkdocs-material/material/plugins/offline/config.py b/mkdocs-material/material/plugins/offline/config.py new file mode 100644 index 0000000..479ce26 --- /dev/null +++ b/mkdocs-material/material/plugins/offline/config.py @@ -0,0 +1,30 @@ +# Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com> + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. + +from mkdocs.config.config_options import Type +from mkdocs.config.base import Config + +# ----------------------------------------------------------------------------- +# Classes +# ----------------------------------------------------------------------------- + +# Offline plugin configuration +class OfflineConfig(Config): + enabled = Type(bool, default = True) diff --git a/mkdocs-material/material/plugins/offline/plugin.py b/mkdocs-material/material/plugins/offline/plugin.py new file mode 100644 index 0000000..ea55fa6 --- /dev/null +++ b/mkdocs-material/material/plugins/offline/plugin.py @@ -0,0 +1,69 @@ +# Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com> + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. + +import os + +from mkdocs.plugins import BasePlugin, event_priority + +from .config import OfflineConfig + +# ----------------------------------------------------------------------------- +# Classes +# ----------------------------------------------------------------------------- + +# Offline plugin +class OfflinePlugin(BasePlugin[OfflineConfig]): + + # Set configuration for offline build + def on_config(self, config): + if not self.config.enabled: + return + + # Ensure correct resolution of links when viewing the site from the + # file system by disabling directory URLs + config.use_directory_urls = False + + # Append iframe-worker to polyfills/shims + config.extra["polyfills"] = config.extra.get("polyfills", []) + if not any("iframe-worker" in url for url in config.extra["polyfills"]): + script = "https://unpkg.com/iframe-worker/shim" + config.extra["polyfills"].append(script) + + # Add support for offline search (run latest) - the search index is copied + # and inlined into a script, so that it can be used without a server + @event_priority(-100) + def on_post_build(self, *, config): + if not self.config.enabled: + return + + # Ensure presence of search index + path = os.path.join(config.site_dir, "search") + file = os.path.join(path, "search_index.json") + if not os.path.isfile(file): + return + + # Obtain search index contents + with open(file, encoding = "utf-8") as f: + data = f.read() + + # Inline search index contents into script + file = os.path.join(path, "search_index.js") + with open(file, "w", encoding = "utf-8") as f: + f.write(f"var __index = {data}") diff --git a/mkdocs-material/material/plugins/privacy/__init__.py b/mkdocs-material/material/plugins/privacy/__init__.py new file mode 100644 index 0000000..9c58b37 --- /dev/null +++ b/mkdocs-material/material/plugins/privacy/__init__.py @@ -0,0 +1,19 @@ +# Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com> + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. diff --git a/mkdocs-material/material/plugins/privacy/config.py b/mkdocs-material/material/plugins/privacy/config.py new file mode 100644 index 0000000..2c10fce --- /dev/null +++ b/mkdocs-material/material/plugins/privacy/config.py @@ -0,0 +1,43 @@ +# Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com> + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. + +import os + +from mkdocs.config.base import Config +from mkdocs.config.config_options import DictOfItems, Type + +# ----------------------------------------------------------------------------- +# Classes +# ----------------------------------------------------------------------------- + +# Privacy plugin configuration +class PrivacyConfig(Config): + enabled = Type(bool, default = True) + concurrency = Type(int, default = max(1, os.cpu_count() - 1)) + + # Settings for caching + cache = Type(bool, default = True) + cache_dir = Type(str, default = ".cache/plugin/privacy") + + # Settings for external assets + assets = Type(bool, default = True) + assets_fetch = Type(bool, default = True) + assets_fetch_dir = Type(str, default = "assets/external") + assets_expr_map = DictOfItems(Type(str), default = {}) diff --git a/mkdocs-material/material/plugins/privacy/parser.py b/mkdocs-material/material/plugins/privacy/parser.py new file mode 100644 index 0000000..72479d6 --- /dev/null +++ b/mkdocs-material/material/plugins/privacy/parser.py @@ -0,0 +1,41 @@ +# Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com> + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. + +from html.parser import HTMLParser +from xml.etree.ElementTree import Element + +# ----------------------------------------------------------------------------- +# Classes +# ----------------------------------------------------------------------------- + +# Fragment parser - previously, we used lxml for fault-tolerant HTML5 parsing, +# but it blows up the size of the Docker image by 20 MB. We can't just use the +# built-in XML parser, as it doesn't handle HTML5 (because, yeah, it's not XML), +# so we use a streaming parser and construct the element ourselves. +class FragmentParser(HTMLParser): + + # Initialize parser + def __init__(self): + super().__init__(convert_charrefs = True) + self.result = None + + # Create element + def handle_starttag(self, tag, attrs): + self.result = Element(tag, dict(attrs)) diff --git a/mkdocs-material/material/plugins/privacy/plugin.py b/mkdocs-material/material/plugins/privacy/plugin.py new file mode 100644 index 0000000..c760d9b --- /dev/null +++ b/mkdocs-material/material/plugins/privacy/plugin.py @@ -0,0 +1,576 @@ +# Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com> + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. + +from __future__ import annotations + +import errno +import logging +import os +import posixpath +import re +import requests +import sys + +from colorama import Fore, Style +from concurrent.futures import Future, ThreadPoolExecutor, wait +from hashlib import sha1 +from mkdocs.config.config_options import ExtraScriptValue +from mkdocs.config.defaults import MkDocsConfig +from mkdocs.exceptions import PluginError +from mkdocs.plugins import BasePlugin, event_priority +from mkdocs.structure.files import File, Files +from mkdocs.utils import is_error_template +from re import Match +from urllib.parse import ParseResult as URL, urlparse, unquote +from xml.etree.ElementTree import Element, tostring + +from .config import PrivacyConfig +from .parser import FragmentParser + +# ----------------------------------------------------------------------------- +# Classes +# ----------------------------------------------------------------------------- + +# Privacy plugin +class PrivacyPlugin(BasePlugin[PrivacyConfig]): + + # Initialize thread pools and asset collections + def on_config(self, config): + self.site = urlparse(config.site_url or "") + if not self.config.enabled: + return + + # Initialize thread pool + self.pool = ThreadPoolExecutor(self.config.concurrency) + self.pool_jobs: list[Future] = [] + + # Initialize collections of external assets + self.assets = Files([]) + self.assets_expr_map = { + ".css": r"url\(\s*([\"']?)(?P<url>http?[^)'\"]+)\1\s*\)", + ".js": r"[\"'](?P<url>http[^\"']+\.(?:css|js(?:on)?))[\"']", + **self.config.assets_expr_map + } + + # Process external style sheets and scripts (run latest) - run this after + # all other plugins, so they can add additional assets + @event_priority(-100) + def on_files(self, files, *, config): + if not self.config.enabled: + return + + # Skip if external assets must not be processed + if not self.config.assets: + return + + # Find all external style sheet and script files that are provided as + # part of the build (= already known to MkDocs on startup) + for initiator in files.media_files(): + file = None + + # Check if the file has dependent external assets that must be + # downloaded. Create and enqueue a job for each external asset. + for url in self._parse_media(initiator): + if not self._is_excluded(url, initiator): + file = self._queue(url, config, concurrent = True) + + # If site URL is not given, ensure that Mermaid.js is always + # present. This is a special case, as Material for MkDocs + # automatically loads Mermaid.js when a Mermaid diagram is + # found in the page - https://bit.ly/36tZXsA. + if "mermaid.min.js" in url.path and not config.site_url: + script = ExtraScriptValue(url.geturl()) + if script not in config.extra_javascript: + config.extra_javascript.append(script) + + # The local asset references at least one external asset, which + # means we must download and replace them later + if file: + self.assets.append(initiator) + files.remove(initiator) + + # Process external style sheet files + for path in config.extra_css: + url = urlparse(path) + if not self._is_excluded(url): + self._queue(url, config, concurrent = True) + + # Process external script files + for script in config.extra_javascript: + if isinstance(script, str): + script = ExtraScriptValue(script) + + # Enqueue a job if the script needs to downloaded + url = urlparse(script.path) + if not self._is_excluded(url): + self._queue(url, config, concurrent = True) + + # Process external images in page (run latest) - this stage is the earliest + # we can start processing external images, since images are the most common + # type of external asset when writing. Thus, we create and enqueue a job for + # each image we find that checks if the image needs to be downloaded. + @event_priority(-100) + def on_page_content(self, html, *, page, config, files): + if not self.config.enabled: + return + + # Skip if external assets must not be processed + if not self.config.assets: + return + + # Find all external images and download them if not excluded + for match in re.findall( + r"<img[^>]+src=['\"]?http[^>]+>", + html, flags = re.I | re.M + ): + el = self._parse_fragment(match) + + # Create and enqueue job to fetch external image + url = urlparse(el.get("src")) + if not self._is_excluded(url, page.file): + self._queue(url, config, concurrent = True) + + # Sync all concurrent jobs + def on_env(self, env, *, config, files): + if not self.config.enabled: + return + + # Wait until all jobs until now are finished + wait(self.pool_jobs) + + # Process external assets in template (run later) + @event_priority(-50) + def on_post_template(self, output_content, *, template_name, config): + if not self.config.enabled: + return + + # Skip sitemap.xml and other non-HTML files + if not template_name.endswith(".html"): + return + + # Parse and replace links to external assets in template + initiator = File(template_name, config.docs_dir, config.site_dir, False) + return self._parse_html(output_content, initiator, config) + + # Process external assets in page (run later) + @event_priority(-50) + def on_post_page(self, output, *, page, config): + if not self.config.enabled: + return + + # Parse and replace links to external assets + return self._parse_html(output, page.file, config) + + # Reconcile jobs (run earlier) + @event_priority(50) + def on_post_build(self, *, config): + if not self.config.enabled: + return + + # Reconcile concurrent jobs and clear thread pool, as we will reuse the + # same thread pool for patching all links to external assets + wait(self.pool_jobs) + self.pool_jobs.clear() + + # Spawn concurrent job to patch all links to dependent external asset + # in all style sheet and script files + for file in self.assets: + _, extension = posixpath.splitext(file.dest_uri) + if extension in [".css", ".js"]: + self.pool_jobs.append(self.pool.submit( + self._patch, file + )) + + # Otherwise just copy external asset to output directory + else: + file.copy_file() + + # Reconcile concurrent jobs for the last time, so the plugins following + # in the build process always have a consistent state to work with + wait(self.pool_jobs) + self.pool.shutdown() + + # ------------------------------------------------------------------------- + + # Check if the given URL is external + def _is_external(self, url: URL): + hostname = url.hostname or self.site.hostname + return hostname != self.site.hostname + + # Check if the given URL is excluded + def _is_excluded(self, url: URL, initiator: File | None = None): + if not self._is_external(url): + return True + + # Skip if external assets must not be processed + if not self.config.assets: + return True + + # If initiator is given, format for printing + via = "" + if initiator: + via = "".join([ + Fore.WHITE, Style.DIM, + f"in '{initiator.src_uri}' ", + Style.RESET_ALL + ]) + + # Print warning if fetching is not enabled + if not self.config.assets_fetch: + log.warning(f"External file: {url.geturl()} {via}") + return True + + # File is not excluded + return False + + # ------------------------------------------------------------------------- + + # Parse a fragment + def _parse_fragment(self, fragment: str): + parser = FragmentParser() + parser.feed(fragment) + parser.close() + + # Check parse result and return element + if isinstance(parser.result, Element): + return parser.result + + # Otherwise, raise a plugin error - if the author accidentally used + # invalid HTML inside of the tag, e.g., forget a opening or closing + # quote, we need to catch this here, as we're using pretty basic + # regular expression based extraction + raise PluginError( + f"Could not parse due to possible syntax error in HTML: \n\n" + + fragment + ) + + # Parse and extract all external assets from a media file using a preset + # regular expression, and return all URLs found. + def _parse_media(self, initiator: File) -> list[URL]: + _, extension = posixpath.splitext(initiator.dest_uri) + if extension not in self.assets_expr_map: + return [] + + # Find and extract all external asset URLs + expr = re.compile(self.assets_expr_map[extension], flags = re.I | re.M) + with open(initiator.abs_src_path, encoding = "utf-8-sig") as f: + results = re.finditer(expr, f.read()) + return [urlparse(result.group("url")) for result in results] + + # Parse template or page HTML and find all external links that need to be + # replaced. Many of the assets should already be downloaded earlier, i.e., + # everything that was directly referenced in the document, but there may + # still exist external assets that were added by third-party plugins. + def _parse_html(self, output: str, initiator: File, config: MkDocsConfig): + + # Resolve callback + def resolve(file: File): + if is_error_template(initiator.src_uri): + base = urlparse(config.site_url or "/") + return posixpath.join(base.path, file.url) + else: + return file.url_relative_to(initiator) + + # Replace callback + def replace(match: Match): + el = self._parse_fragment(match.group()) + + # Handle external style sheet or preconnect hint + if el.tag == "link": + url = urlparse(el.get("href")) + if not self._is_excluded(url, initiator): + rel = el.get("rel", "") + + # Replace external preconnect hint + if rel == "preconnect": + return "" + + # Replace external style sheet or favicon + if rel == "stylesheet" or rel == "icon": + file = self._queue(url, config) + el.set("href", resolve(file)) + + # Handle external script or image + if el.tag == "script" or el.tag == "img": + url = urlparse(el.get("src")) + if not self._is_excluded(url, initiator): + file = self._queue(url, config) + el.set("src", resolve(file)) + + # Handle external image in SVG + if el.tag == "image": + url = urlparse(el.get("href")) + if not self._is_excluded(url, initiator): + file = self._queue(url, config) + el.set("href", resolve(file)) + + # Return element as string + return self._print(el) + + # Find and replace all external asset URLs in current page + return re.sub( + r"<(?:(?:a|link|image)[^>]+href|(?:script|img)[^>]+src)=['\"]?http[^>]+>", + replace, output, flags = re.I | re.M + ) + + # ------------------------------------------------------------------------- + + # Print element as string - what could possibly go wrong? We're parsing + # HTML5 with an XML parser, and XML doesn't allow for boolean attributes, + # which is why we must add a dummy value to all attributes that are not + # strings before printing the element as string. + def _print(self, el: Element): + temp = "__temp__" + for name in el.attrib: + if not isinstance(el.attrib[name], str): + el.attrib[name] = temp + + # Return void or opening tag as string, strip closing tag + data = tostring(el, encoding = "unicode") + return data.replace(" />", ">").replace(f"=\"{temp}\"", "") + + # Enqueue external asset for download, if not already done + def _queue(self, url: URL, config: MkDocsConfig, concurrent = False): + path = self._path_from_url(url) + full = posixpath.join(self.config.assets_fetch_dir, path) + + # Try to retrieve existing file + file = self.assets.get_file_from_path(full) + if not file: + + # Compute path to external asset, which is sourced from the cache + # directory, and generate file to register it with MkDocs as soon + # as it was downloaded. This allows other plugins to apply + # additional processing. + file = self._path_to_file(path, config) + file.url = url.geturl() + + # Spawn concurrent job to fetch external asset if the extension is + # known and the concurrent flag is set. In that case, this function + # is called in a context where no replacements are carried out, so + # the caller must only ensure to reconcile the concurrent jobs. + _, extension = posixpath.splitext(url.path) + if extension and concurrent: + self.pool_jobs.append(self.pool.submit( + self._fetch, file, config + )) + + # Fetch external asset synchronously, as it either has no extension + # or is fetched from a context in which replacements are done + else: + self._fetch(file, config) + + # Register external asset as file - it might have already been + # registered, and since MkDocs 1.6, trigger a deprecation warning + if not self.assets.get_file_from_path(file.src_uri): + self.assets.append(file) + + # If the URL of the external asset includes a hash fragment, add it to + # the returned file, e.g. for dark/light images - see https://t.ly/7b16Y + if url.fragment: + file.url += f"#{url.fragment}" + + # Return file associated with external asset + return file + + # Fetch external asset referenced through the given file + def _fetch(self, file: File, config: MkDocsConfig): + + # Check if external asset needs to be downloaded + if not os.path.isfile(file.abs_src_path) or not self.config.cache: + path = file.abs_src_path + + # Download external asset + log.info(f"Downloading external file: {file.url}") + res = requests.get(file.url, headers = { + + # Set user agent explicitly, so Google Fonts gives us *.woff2 + # files, which according to caniuse.com is the only format we + # need to download as it covers the entire range of browsers + # we're officially supporting. + "User-Agent": " ".join([ + "Mozilla/5.0 (Windows NT 10.0; Win64; x64)", + "AppleWebKit/537.36 (KHTML, like Gecko)", + "Chrome/98.0.4758.102 Safari/537.36" + ]) + }) + + # Compute expected file extension and append if missing + mime = res.headers["content-type"].split(";")[0] + extension = extensions.get(mime) + if extension and not path.endswith(extension): + path += extension + + # Save to file and create symlink if no extension was present + self._save_to_file(path, res.content) + if path != file.abs_src_path: + + # Creating symlinks might fail on Windows. Thus, we just print + # a warning and continue - see https://bit.ly/3xYFzcZ + try: + os.symlink(os.path.basename(path), file.abs_src_path) + except OSError as e: + if e.errno != errno.EEXIST: + log.warning( + f"Couldn't create symbolic link: {file.src_uri}" + ) + + # Fall back for when the symlink could not be created. This + # means that the plugin will download the original file on + # every build, as the content type cannot be resolved from + # the file extension. + file.abs_src_path = path + + # Resolve destination if file points to a symlink + _, extension = os.path.splitext(file.abs_src_path) + if os.path.isfile(file.abs_src_path): + file.abs_src_path = os.path.realpath(file.abs_src_path) + _, extension = os.path.splitext(file.abs_src_path) + + # If the symlink could not be created, we already set the correct + # extension, so we need to make sure not to append it again + if not file.abs_dest_path.endswith(extension): + file.src_uri += extension + + # Compute destination file system path + file.dest_uri += extension + file.abs_dest_path += extension + + # Compute destination URL + file.url = file.dest_uri + + # Parse and enqueue dependent external assets + for url in self._parse_media(file): + if not self._is_excluded(url, file): + self._queue(url, config, concurrent = True) + + # Patch all links to external assets in the given file + def _patch(self, initiator: File): + with open(initiator.abs_src_path, encoding = "utf-8-sig") as f: + + # Replace callback + def replace(match: Match): + value = match.group(1) + + # Map URL to canonical path + path = self._path_from_url(urlparse(value)) + full = posixpath.join(self.config.assets_fetch_dir, path) + + # Try to retrieve existing file + file = self.assets.get_file_from_path(full) + if not file: + name = os.readlink(os.path.join(self.config.cache_dir, full)) + full = posixpath.join(posixpath.dirname(full), name) + + # Try again after resolving symlink + file = self.assets.get_file_from_path(full) + + # This can theoretically never happen, as we're sure that we + # only replace files that we successfully extracted. However, + # we might have missed several cases, so it's better to throw + # here than to swallow the error. + if not file: + log.error( + "File not found. This is likely a bug in the built-in " + "privacy plugin. Please create an issue with a minimal " + "reproduction." + ) + sys.exit(1) + + # Create absolute URL for asset in script + if file.url.endswith(".js"): + url = posixpath.join(self.site.geturl(), file.url) + + # Create relative URL for everything else + else: + url = file.url_relative_to(initiator) + + # Switch external asset URL to local path + return match.group().replace(value, url) + + # Resolve replacement expression according to asset type + _, extension = posixpath.splitext(initiator.dest_uri) + expr = re.compile(self.assets_expr_map[extension], re.I | re.M) + + # Resolve links to external assets in file + self._save_to_file( + initiator.abs_dest_path, + expr.sub(replace, f.read()) + ) + + # ------------------------------------------------------------------------- + + # Normalize (= canonicalize) path by removing trailing slashes, and ensure + # that hidden folders (`.` after `/`) are unhidden. Otherwise MkDocs will + # not consider them being part of the build and refuse to copy them. + def _path_from_url(self, url: URL): + path = posixpath.normpath(url.path) + path = re.sub(r"/\.", "/_", path) + + # Compute digest of query string, as some URLs yield different results + # for different query strings, e.g. https://unsplash.com/random?Coffee + if url.query: + name, extension = posixpath.splitext(path) + + # Inject digest after file name and before file extension, as + # done for style sheet and script files as well + digest = sha1(url.query.encode("utf-8")).hexdigest()[:8] + path = f"{name}.{digest}{extension}" + + # Create and return URL without leading double slashes + url = url._replace(scheme = "", query = "", fragment = "", path = path) + return url.geturl()[2:] + + # Create a file for the given path + def _path_to_file(self, path: str, config: MkDocsConfig): + return File( + posixpath.join(self.config.assets_fetch_dir, unquote(path)), + os.path.abspath(self.config.cache_dir), + config.site_dir, + False + ) + + # Create a file on the system with the given content + def _save_to_file(self, path: str, content: str | bytes): + os.makedirs(os.path.dirname(path), exist_ok = True) + if isinstance(content, str): + content = bytes(content, "utf-8") + with open(path, "wb") as f: + f.write(content) + +# ----------------------------------------------------------------------------- +# Data +# ----------------------------------------------------------------------------- + +# Set up logging +log = logging.getLogger("mkdocs.material.privacy") + +# Expected file extensions +extensions = { + "application/javascript": ".js", + "image/avif": ".avif", + "image/gif": ".gif", + "image/jpeg": ".jpg", + "image/png": ".png", + "image/svg+xml": ".svg", + "image/webp": ".webp", + "text/javascript": ".js", + "text/css": ".css" +} diff --git a/mkdocs-material/material/plugins/search/__init__.py b/mkdocs-material/material/plugins/search/__init__.py new file mode 100644 index 0000000..9c58b37 --- /dev/null +++ b/mkdocs-material/material/plugins/search/__init__.py @@ -0,0 +1,19 @@ +# Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com> + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. diff --git a/mkdocs-material/material/plugins/search/config.py b/mkdocs-material/material/plugins/search/config.py new file mode 100644 index 0000000..f861818 --- /dev/null +++ b/mkdocs-material/material/plugins/search/config.py @@ -0,0 +1,58 @@ +# Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com> + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. + +from mkdocs.config.config_options import ( + Choice, + Deprecated, + Optional, + ListOfItems, + Type +) +from mkdocs.config.base import Config +from mkdocs.contrib.search import LangOption + +# ----------------------------------------------------------------------------- +# Options +# ----------------------------------------------------------------------------- + +# Options for search pipeline +pipeline = ("stemmer", "stopWordFilter", "trimmer") + +# ----------------------------------------------------------------------------- +# Classes +# ----------------------------------------------------------------------------- + +# Search plugin configuration +class SearchConfig(Config): + enabled = Type(bool, default = True) + + # Settings for search + lang = Optional(LangOption()) + separator = Optional(Type(str)) + pipeline = Optional(ListOfItems(Choice(pipeline))) + + # Settings for text segmentation (Chinese) + jieba_dict = Optional(Type(str)) + jieba_dict_user = Optional(Type(str)) + + # Unsupported settings, originally implemented in MkDocs + indexing = Deprecated(message = "Unsupported option") + prebuild_index = Deprecated(message = "Unsupported option") + min_search_length = Deprecated(message = "Unsupported option") diff --git a/mkdocs-material/material/plugins/search/plugin.py b/mkdocs-material/material/plugins/search/plugin.py new file mode 100644 index 0000000..120e7e2 --- /dev/null +++ b/mkdocs-material/material/plugins/search/plugin.py @@ -0,0 +1,579 @@ +# Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com> + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. + +import json +import logging +import os +import regex as re + +from html import escape +from html.parser import HTMLParser +from mkdocs import utils +from mkdocs.plugins import BasePlugin + +from .config import SearchConfig + +try: + import jieba +except ImportError: + jieba = None + +# ----------------------------------------------------------------------------- +# Classes +# ----------------------------------------------------------------------------- + +# Search plugin +class SearchPlugin(BasePlugin[SearchConfig]): + + # Initialize plugin + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + + # Initialize incremental builds + self.is_dirty = False + self.is_dirtyreload = False + + # Initialize search index cache + self.search_index_prev = None + + # Determine whether we're serving the site + def on_startup(self, *, command, dirty): + self.is_dirty = dirty + + # Initialize plugin + def on_config(self, config): + if not self.config.enabled: + return + + # Retrieve default value for language + if not self.config.lang: + self.config.lang = [self._translate( + config, "search.config.lang" + )] + + # Retrieve default value for separator + if not self.config.separator: + self.config.separator = self._translate( + config, "search.config.separator" + ) + + # Retrieve default value for pipeline + if self.config.pipeline is None: + self.config.pipeline = list(filter(len, re.split( + r"\s*,\s*", self._translate(config, "search.config.pipeline") + ))) + + # Initialize search index + self.search_index = SearchIndex(**self.config) + + # Set jieba dictionary, if given + if self.config.jieba_dict: + path = os.path.normpath(self.config.jieba_dict) + if os.path.isfile(path): + jieba.set_dictionary(path) + log.debug(f"Loading jieba dictionary: {path}") + else: + log.warning( + f"Configuration error for 'search.jieba_dict': " + f"'{self.config.jieba_dict}' does not exist." + ) + + # Set jieba user dictionary, if given + if self.config.jieba_dict_user: + path = os.path.normpath(self.config.jieba_dict_user) + if os.path.isfile(path): + jieba.load_userdict(path) + log.debug(f"Loading jieba user dictionary: {path}") + else: + log.warning( + f"Configuration error for 'search.jieba_dict_user': " + f"'{self.config.jieba_dict_user}' does not exist." + ) + + # Add page to search index + def on_page_context(self, context, *, page, config, nav): + if not self.config.enabled: + return + + # Index page + self.search_index.add_entry_from_context(page) + page.content = re.sub( + r"\s?data-search-\w+=\"[^\"]+\"", + "", + page.content + ) + + # Generate search index + def on_post_build(self, *, config): + if not self.config.enabled: + return + + # Write search index + base = os.path.join(config.site_dir, "search") + path = os.path.join(base, "search_index.json") + + # Generate and write search index to file + data = self.search_index.generate_search_index(self.search_index_prev) + utils.write_file(data.encode("utf-8"), path) + + # Persist search index for repeated invocation + if self.is_dirty: + self.search_index_prev = self.search_index + + # Determine whether we're running under dirty reload + def on_serve(self, server, *, config, builder): + self.is_dirtyreload = self.is_dirty + + # ------------------------------------------------------------------------- + + # Translate the given placeholder value + def _translate(self, config, value): + env = config.theme.get_env() + + # Load language template and return translation for placeholder + language = "partials/language.html" + template = env.get_template(language, None, { "config": config }) + return template.module.t(value) + +# ----------------------------------------------------------------------------- + +# Search index with support for additional fields +class SearchIndex: + + # Initialize search index + def __init__(self, **config): + self.config = config + self.entries = [] + + # Add page to search index + def add_entry_from_context(self, page): + search = page.meta.get("search") or {} + if search.get("exclude"): + return + + # Divide page content into sections + parser = Parser() + parser.feed(page.content) + parser.close() + + # Add sections to index + for section in parser.data: + if not section.is_excluded(): + self.create_entry_for_section(section, page.toc, page.url, page) + + # Override: graceful indexing and additional fields + def create_entry_for_section(self, section, toc, url, page): + item = self._find_toc_by_id(toc, section.id) + if item: + url = url + item.url + elif section.id: + url = url + "#" + section.id + + # Set page title as section title if none was given, which happens when + # the first headline in a Markdown document is not a h1 headline. Also, + # if a page title was set via front matter, use that even though a h1 + # might be given or the page name was specified in nav in mkdocs.yml + if not section.title: + section.title = [str(page.meta.get("title", page.title))] + + # Compute title and text + title = "".join(section.title).strip() + text = "".join(section.text).strip() + + # Segment Chinese characters if jieba is available + if jieba: + title = self._segment_chinese(title) + text = self._segment_chinese(text) + + # Create entry for section + entry = { + "location": url, + "title": title, + "text": text + } + + # Set document tags + tags = page.meta.get("tags") + if isinstance(tags, list): + entry["tags"] = [] + for name in tags: + if name and isinstance(name, (str, int, float, bool)): + entry["tags"].append(name) + + # Set document boost + search = page.meta.get("search") or {} + if "boost" in search: + entry["boost"] = search["boost"] + + # Add entry to index + self.entries.append(entry) + + # Generate search index + def generate_search_index(self, prev): + config = { + key: self.config[key] + for key in ["lang", "separator", "pipeline"] + } + + # Hack: if we're running under dirty reload, the search index will only + # include the entries for the current page. However, MkDocs > 1.4 allows + # us to persist plugin state across rebuilds, which is exactly what we + # do by passing the previously built index to this method. Thus, we just + # remove the previous entries for the current page, and append the new + # entries to the end of the index, as order doesn't matter. + if prev and self.entries: + path = self.entries[0]["location"] + + # Since we're sure that we're running under dirty reload, the list + # of entries will only contain sections for a single page. Thus, we + # use the first entry to remove all entries from the previous run + # that belong to the current page. The rationale behind this is that + # authors might add or remove section headers, so we need to make + # sure that sections are synchronized correctly. + entries = [ + entry for entry in prev.entries + if not entry["location"].startswith(path) + ] + + # Merge previous with current entries + self.entries = entries + self.entries + + # Otherwise just set previous entries + if prev and not self.entries: + self.entries = prev.entries + + # Return search index as JSON + data = { "config": config, "docs": self.entries } + return json.dumps( + data, + separators = (",", ":"), + default = str + ) + + # ------------------------------------------------------------------------- + + # Retrieve item for anchor + def _find_toc_by_id(self, toc, id): + for toc_item in toc: + if toc_item.id == id: + return toc_item + + # Recurse into children of item + toc_item = self._find_toc_by_id(toc_item.children, id) + if toc_item is not None: + return toc_item + + # No item found + return None + + # Find and segment Chinese characters in string + def _segment_chinese(self, data): + expr = re.compile(r"(\p{IsHan}+)", re.UNICODE) + + # Replace callback + def replace(match): + value = match.group(0) + + # Replace occurrence in original string with segmented version and + # surround with zero-width whitespace for efficient indexing + return "".join([ + "\u200b", + "\u200b".join(jieba.cut(value.encode("utf-8"))), + "\u200b", + ]) + + # Return string with segmented occurrences + return expr.sub(replace, data).strip("\u200b") + +# ----------------------------------------------------------------------------- + +# HTML element +class Element: + """ + An element with attributes, essentially a small wrapper object for the + parser to access attributes in other callbacks than handle_starttag. + """ + + # Initialize HTML element + def __init__(self, tag, attrs = None): + self.tag = tag + self.attrs = attrs or {} + + # String representation + def __repr__(self): + return self.tag + + # Support comparison (compare by tag only) + def __eq__(self, other): + if other is Element: + return self.tag == other.tag + else: + return self.tag == other + + # Support set operations + def __hash__(self): + return hash(self.tag) + + # Check whether the element should be excluded + def is_excluded(self): + return "data-search-exclude" in self.attrs + +# ----------------------------------------------------------------------------- + +# HTML section +class Section: + """ + A block of text with markup, preceded by a title (with markup), i.e., a + headline with a certain level (h1-h6). Internally used by the parser. + """ + + # Initialize HTML section + def __init__(self, el, depth = 0): + self.el = el + self.depth = depth + + # Initialize section data + self.text = [] + self.title = [] + self.id = None + + # String representation + def __repr__(self): + if self.id: + return "#".join([self.el.tag, self.id]) + else: + return self.el.tag + + # Check whether the section should be excluded + def is_excluded(self): + return self.el.is_excluded() + +# ----------------------------------------------------------------------------- + +# HTML parser +class Parser(HTMLParser): + """ + This parser divides the given string of HTML into a list of sections, each + of which are preceded by a h1-h6 level heading. A white- and blacklist of + tags dictates which tags should be preserved as part of the index, and + which should be ignored in their entirety. + """ + + # Initialize HTML parser + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + + # Tags to skip + self.skip = set([ + "object", # Objects + "script", # Scripts + "style" # Styles + ]) + + # Tags to keep + self.keep = set([ + "p", # Paragraphs + "code", "pre", # Code blocks + "li", "ol", "ul", # Lists + "sub", "sup" # Sub- and superscripts + ]) + + # Current context and section + self.context = [] + self.section = None + + # All parsed sections + self.data = [] + + # Called at the start of every HTML tag + def handle_starttag(self, tag, attrs): + attrs = dict(attrs) + + # Ignore self-closing tags + el = Element(tag, attrs) + if not tag in void: + self.context.append(el) + else: + return + + # Handle heading + if tag in ([f"h{x}" for x in range(1, 7)]): + depth = len(self.context) + if "id" in attrs: + + # Ensure top-level section + if tag != "h1" and not self.data: + self.section = Section(Element("hx"), depth) + self.data.append(self.section) + + # Set identifier, if not first section + self.section = Section(el, depth) + if self.data: + self.section.id = attrs["id"] + + # Append section to list + self.data.append(self.section) + + # Handle preface - ensure top-level section + if not self.section: + self.section = Section(Element("hx")) + self.data.append(self.section) + + # Handle special cases to skip + for key, value in attrs.items(): + + # Skip block if explicitly excluded from search + if key == "data-search-exclude": + self.skip.add(el) + return + + # Skip line numbers - see https://bit.ly/3GvubZx + if key == "class" and value == "linenodiv": + self.skip.add(el) + return + + # Render opening tag if kept + if not self.skip.intersection(self.context) and tag in self.keep: + + # Check whether we're inside the section title + data = self.section.text + if self.section.el in self.context: + data = self.section.title + + # Append to section title or text + data.append(f"<{tag}>") + + # Called at the end of every HTML tag + def handle_endtag(self, tag): + if not self.context or self.context[-1] != tag: + return + + # Check whether we're exiting the current context, which happens when + # a headline is nested in another element. In that case, we close the + # current section, continuing to append data to the previous section, + # which could also be a nested section – see https://bit.ly/3IxxIJZ + if self.section.depth > len(self.context): + for section in reversed(self.data): + if section.depth <= len(self.context): + + # Set depth to infinity in order to denote that the current + # section is exited and must never be considered again. + self.section.depth = float("inf") + self.section = section + break + + # Remove element from skip list + el = self.context.pop() + if el in self.skip: + if el.tag not in ["script", "style", "object"]: + self.skip.remove(el) + return + + # Render closing tag if kept + if not self.skip.intersection(self.context) and tag in self.keep: + + # Check whether we're inside the section title + data = self.section.text + if self.section.el in self.context: + data = self.section.title + + # Search for corresponding opening tag + index = data.index(f"<{tag}>") + for i in range(index + 1, len(data)): + if not data[i].isspace(): + index = len(data) + break + + # Remove element if empty (or only whitespace) + if len(data) > index: + while len(data) > index: + data.pop() + + # Append to section title or text + else: + data.append(f"</{tag}>") + + # Called for the text contents of each tag + def handle_data(self, data): + if self.skip.intersection(self.context): + return + + # Collapse whitespace in non-pre contexts + if not "pre" in self.context: + if not data.isspace(): + data = data.replace("\n", " ") + else: + data = " " + + # Handle preface - ensure top-level section + if not self.section: + self.section = Section(Element("hx")) + self.data.append(self.section) + + # Handle section headline + if self.section.el in self.context: + permalink = False + for el in self.context: + if el.tag == "a" and el.attrs.get("class") == "headerlink": + permalink = True + + # Ignore permalinks + if not permalink: + self.section.title.append( + escape(data, quote = False) + ) + + # Collapse adjacent whitespace + elif data.isspace(): + if not self.section.text or not self.section.text[-1].isspace(): + self.section.text.append(data) + elif "pre" in self.context: + self.section.text.append(data) + + # Handle everything else + else: + self.section.text.append( + escape(data, quote = False) + ) + +# ----------------------------------------------------------------------------- +# Data +# ----------------------------------------------------------------------------- + +# Set up logging +log = logging.getLogger("mkdocs.material.search") + +# Tags that are self-closing +void = set([ + "area", # Image map areas + "base", # Document base + "br", # Line breaks + "col", # Table columns + "embed", # External content + "hr", # Horizontal rules + "img", # Images + "input", # Input fields + "link", # Links + "meta", # Metadata + "param", # External parameters + "source", # Image source sets + "track", # Text track + "wbr" # Line break opportunities +]) diff --git a/mkdocs-material/material/plugins/social/__init__.py b/mkdocs-material/material/plugins/social/__init__.py new file mode 100644 index 0000000..9c58b37 --- /dev/null +++ b/mkdocs-material/material/plugins/social/__init__.py @@ -0,0 +1,19 @@ +# Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com> + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. diff --git a/mkdocs-material/material/plugins/social/config.py b/mkdocs-material/material/plugins/social/config.py new file mode 100644 index 0000000..9d72afb --- /dev/null +++ b/mkdocs-material/material/plugins/social/config.py @@ -0,0 +1,48 @@ +# Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com> + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. + +from mkdocs.config.base import Config +from mkdocs.config.config_options import Deprecated, Type + +# ----------------------------------------------------------------------------- +# Classes +# ----------------------------------------------------------------------------- + +# Social plugin configuration +class SocialConfig(Config): + enabled = Type(bool, default = True) + cache_dir = Type(str, default = ".cache/plugin/social") + + # Settings for social cards + cards = Type(bool, default = True) + cards_dir = Type(str, default = "assets/images/social") + cards_layout_options = Type(dict, default = {}) + + # Deprecated settings + cards_color = Deprecated( + option_type = Type(dict, default = {}), + message = + "Deprecated, use 'cards_layout_options.background_color' " + "and 'cards_layout_options.color' with 'default' layout" + ) + cards_font = Deprecated( + option_type = Type(str), + message = "Deprecated, use 'cards_layout_options.font_family'" + ) diff --git a/mkdocs-material/material/plugins/social/plugin.py b/mkdocs-material/material/plugins/social/plugin.py new file mode 100644 index 0000000..3ca2a97 --- /dev/null +++ b/mkdocs-material/material/plugins/social/plugin.py @@ -0,0 +1,578 @@ +# Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com> + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. + +# ----------------------------------------------------------------------------- +# Disclaimer +# ----------------------------------------------------------------------------- +# Please note: this version of the social plugin is not actively development +# anymore. Instead, Material for MkDocs Insiders ships a complete rewrite of +# the plugin which is much more powerful and addresses all shortcomings of +# this implementation. Additionally, the new social plugin allows to create +# entirely custom social cards. You can probably imagine, that this was a lot +# of work to pull off. If you run into problems, or want to have additional +# functionality, please consider sponsoring the project. You can then use the +# new version of the plugin immediately. +# ----------------------------------------------------------------------------- + +import concurrent.futures +import functools +import logging +import os +import posixpath +import re +import requests +import sys + +from collections import defaultdict +from hashlib import md5 +from html import unescape +from io import BytesIO +from mkdocs.commands.build import DuplicateFilter +from mkdocs.exceptions import PluginError +from mkdocs.plugins import BasePlugin +from mkdocs.utils import write_file +from shutil import copyfile + +from .config import SocialConfig + +try: + from PIL import Image, ImageDraw, ImageFont +except ImportError as e: + import_errors = {repr(e)} +else: + import_errors = set() + +cairosvg_error: str = "" + +try: + from cairosvg import svg2png +except ImportError as e: + import_errors.add(repr(e)) +except OSError as e: + cairosvg_error = str(e) + + +# ----------------------------------------------------------------------------- +# Classes +# ----------------------------------------------------------------------------- + +# Social plugin +class SocialPlugin(BasePlugin[SocialConfig]): + + def __init__(self): + self._executor = concurrent.futures.ThreadPoolExecutor(4) + + # Retrieve configuration + def on_config(self, config): + self.color = colors.get("indigo") + self.config.cards = self.config.enabled + if not self.config.cards: + return + + # Check dependencies + if import_errors: + raise PluginError( + "Required dependencies of \"social\" plugin not found:\n" + + str("\n".join(map(lambda x: "- " + x, import_errors))) + + "\n\n--> Install with: pip install \"mkdocs-material[imaging]\"" + ) + + if cairosvg_error: + raise PluginError( + "\"cairosvg\" Python module is installed, but it crashed with:\n" + + cairosvg_error + + "\n\n--> Check out the troubleshooting guide: https://t.ly/MfX6u" + ) + + # Move color options + if self.config.cards_color: + + # Move background color to new option + value = self.config.cards_color.get("fill") + if value: + self.config.cards_layout_options["background_color"] = value + + # Move color to new option + value = self.config.cards_color.get("text") + if value: + self.config.cards_layout_options["color"] = value + + # Move font family to new option + if self.config.cards_font: + value = self.config.cards_font + self.config.cards_layout_options["font_family"] = value + + # Check if site URL is defined + if not config.site_url: + log.warning( + "The \"site_url\" option is not set. The cards are generated, " + "but not linked, so they won't be visible on social media." + ) + + # Ensure presence of cache directory + self.cache = self.config.cache_dir + if not os.path.isdir(self.cache): + os.makedirs(self.cache) + + # Retrieve palette from theme configuration + theme = config.theme + if "palette" in theme: + palette = theme["palette"] + + # Find first palette that includes primary color definition + if isinstance(palette, list): + for p in palette: + if "primary" in p and p["primary"]: + palette = p + break + + # Set colors according to palette + if "primary" in palette and palette["primary"]: + primary = palette["primary"].replace(" ", "-") + self.color = colors.get(primary, self.color) + + # Retrieve color overrides + options = self.config.cards_layout_options + self.color = { + "fill": options.get("background_color", self.color["fill"]), + "text": options.get("color", self.color["text"]) + } + + # Retrieve logo and font + self._resized_logo_promise = self._executor.submit(self._load_resized_logo, config) + self.font = self._load_font(config) + + self._image_promises = [] + + # Create social cards + def on_page_markdown(self, markdown, page, config, files): + if not self.config.cards: + return + + # Resolve image directory + directory = self.config.cards_dir + file, _ = os.path.splitext(page.file.src_path) + + # Resolve path of image + path = "{}.png".format(os.path.join( + config.site_dir, + directory, + file + )) + + # Resolve path of image directory + directory = os.path.dirname(path) + if not os.path.isdir(directory): + os.makedirs(directory) + + # Compute site name + site_name = config.site_name + + # Compute page title and description + title = page.meta.get("title", page.title) + description = config.site_description or "" + if "description" in page.meta: + description = page.meta["description"] + + # Check type of meta title - see https://t.ly/m1Us + if not isinstance(title, str): + log.error( + f"Page meta title of page '{page.file.src_uri}' must be a " + f"string, but is of type \"{type(title)}\"." + ) + sys.exit(1) + + # Check type of meta description - see https://t.ly/m1Us + if not isinstance(description, str): + log.error( + f"Page meta description of '{page.file.src_uri}' must be a " + f"string, but is of type \"{type(description)}\"." + ) + sys.exit(1) + + # Generate social card if not in cache + hash = md5("".join([ + site_name, + str(title), + description + ]).encode("utf-8")) + file = os.path.join(self.cache, f"{hash.hexdigest()}.png") + self._image_promises.append(self._executor.submit( + self._cache_image, + cache_path = file, dest_path = path, + render_function = lambda: self._render_card(site_name, title, description) + )) + + # Inject meta tags into page + meta = page.meta.get("meta", []) + page.meta["meta"] = meta + self._generate_meta(page, config) + + def on_post_build(self, config): + if not self.config.cards: + return + + # Check for exceptions + for promise in self._image_promises: + promise.result() + + # ------------------------------------------------------------------------- + + # Render image to cache (if not present), then copy from cache to site + def _cache_image(self, cache_path, dest_path, render_function): + if not os.path.isfile(cache_path): + image = render_function() + image.save(cache_path) + + # Copy file from cache + copyfile(cache_path, dest_path) + + @functools.lru_cache(maxsize=None) + def _get_font(self, kind, size): + return ImageFont.truetype(self.font[kind], size) + + # Render social card + def _render_card(self, site_name, title, description): + # Render background and logo + image = self._render_card_background((1200, 630), self.color["fill"]) + image.alpha_composite( + self._resized_logo_promise.result(), + (1200 - 228, 64 - 4) + ) + + # Render site name + font = self._get_font("Bold", 36) + image.alpha_composite( + self._render_text((826, 48), font, site_name, 1, 20), + (64 + 4, 64) + ) + + # Render page title + font = self._get_font("Bold", 92) + image.alpha_composite( + self._render_text((826, 328), font, title, 3, 30), + (64, 160) + ) + + # Render page description + font = self._get_font("Regular", 28) + image.alpha_composite( + self._render_text((826, 80), font, description, 2, 14), + (64 + 4, 512) + ) + + # Return social card image + return image + + # Render social card background + def _render_card_background(self, size, fill): + return Image.new(mode = "RGBA", size = size, color = fill) + + @functools.lru_cache(maxsize=None) + def _tmp_context(self): + image = Image.new(mode = "RGBA", size = (50, 50)) + return ImageDraw.Draw(image) + + @functools.lru_cache(maxsize=None) + def _text_bounding_box(self, text, font): + return self._tmp_context().textbbox((0, 0), text, font = font) + + # Render social card text + def _render_text(self, size, font, text, lmax, spacing = 0): + width = size[0] + lines, words = [], [] + + # Remove remnant HTML tags and convert HTML entities + text = re.sub(r"(<[^>]+>)", "", text) + text = unescape(text) + + # Retrieve y-offset of textbox to correct for spacing + yoffset = 0 + + # Create drawing context and split text into lines + for word in text.split(" "): + combine = " ".join(words + [word]) + textbox = self._text_bounding_box(combine, font = font) + yoffset = textbox[1] + if not words or textbox[2] <= width: + words.append(word) + else: + lines.append(words) + words = [word] + + # Join words for each line and create image + lines.append(words) + lines = [" ".join(line) for line in lines] + image = Image.new(mode = "RGBA", size = size) + + # Create drawing context and split text into lines + context = ImageDraw.Draw(image) + context.text( + (0, spacing / 2 - yoffset), "\n".join(lines[:lmax]), + font = font, fill = self.color["text"], spacing = spacing - yoffset + ) + + # Return text image + return image + + # ------------------------------------------------------------------------- + + # Generate meta tags + def _generate_meta(self, page, config): + directory = self.config.cards_dir + file, _ = os.path.splitext(page.file.src_uri) + + # Compute page title + if page.is_homepage: + title = config.site_name + else: + page_title = page.meta.get("title", page.title) + title = f"{page_title} - {config.site_name}" + + # Compute page description + description = config.site_description + if "description" in page.meta: + description = page.meta["description"] + + # Resolve image URL + url = "{}.png".format(posixpath.join( + config.site_url or ".", + directory, + file + )) + + # Ensure forward slashes + url = url.replace(os.path.sep, "/") + + # Return meta tags + return [ + + # Meta tags for Open Graph + { "property": "og:type", "content": "website" }, + { "property": "og:title", "content": title }, + { "property": "og:description", "content": description }, + { "property": "og:image", "content": url }, + { "property": "og:image:type", "content": "image/png" }, + { "property": "og:image:width", "content": "1200" }, + { "property": "og:image:height", "content": "630" }, + { "property": "og:url", "content": page.canonical_url }, + + # Meta tags for Twitter + { "name": "twitter:card", "content": "summary_large_image" }, + # { "name": "twitter:site", "content": user }, + # { "name": "twitter:creator", "content": user }, + { "name": "twitter:title", "content": title }, + { "name": "twitter:description", "content": description }, + { "name": "twitter:image", "content": url } + ] + + def _load_resized_logo(self, config, width = 144): + logo = self._load_logo(config) + height = int(width * logo.height / logo.width) + return logo.resize((width, height)) + + # Retrieve logo image or icon + def _load_logo(self, config): + theme = config.theme + + # Handle images (precedence over icons) + if "logo" in theme: + _, extension = os.path.splitext(theme["logo"]) + + path = os.path.join(config.docs_dir, theme["logo"]) + + # Allow users to put the logo inside their custom_dir (theme["logo"] case) + if theme.custom_dir: + custom_dir_logo = os.path.join(theme.custom_dir, theme["logo"]) + if os.path.exists(custom_dir_logo): + path = custom_dir_logo + + # Load SVG and convert to PNG + if extension == ".svg": + return self._load_logo_svg(path) + + # Load PNG, JPEG, etc. + return Image.open(path).convert("RGBA") + + # Handle icons + icon = theme.get("icon") or {} + if "logo" in icon and icon["logo"]: + logo = icon["logo"] + else: + logo = "material/library" + + # Resolve path of package + base = os.path.abspath(os.path.join( + os.path.dirname(__file__), + "../.." + )) + + path = f"{base}/templates/.icons/{logo}.svg" + + # Allow users to put the logo inside their custom_dir (theme["icon"]["logo"] case) + if theme.custom_dir: + custom_dir_logo = os.path.join(theme.custom_dir, ".icons", f"{logo}.svg") + if os.path.exists(custom_dir_logo): + path = custom_dir_logo + + # Load icon data and fill with color + return self._load_logo_svg(path, self.color["text"]) + + # Load SVG file and convert to PNG + def _load_logo_svg(self, path, fill = None): + file = BytesIO() + data = open(path).read() + + # Fill with color, if given + if fill: + data = data.replace("<svg", f"<svg fill=\"{fill}\"") + + # Convert to PNG and return image + svg2png(bytestring = data, write_to = file, scale = 10) + return Image.open(file) + + # Retrieve font either from the card layout option or from the Material + # font defintion. If no font is defined for Material or font is False + # then choose a default. + def _load_font(self, config): + name = self.config.cards_layout_options.get("font_family") + if not name: + material_name = config.theme.get("font", False) + if material_name is False: + name = "Roboto" + else: + name = material_name.get("text", "Roboto") + + # Resolve relevant fonts + font = {} + for style in ["Regular", "Bold"]: + font[style] = self._resolve_font(name, style) + + # Return available font weights with fallback + return defaultdict(lambda: font["Regular"], font) + + # Resolve font family with specific style - if we haven't already done it, + # the font family is first downloaded from Google Fonts and the styles are + # saved to the cache directory. If the font cannot be resolved, the plugin + # must abort with an error. + def _resolve_font(self, family: str, style: str): + path = os.path.join(self.config.cache_dir, "fonts", family) + + # Fetch font family, if it hasn't been fetched yet + if not os.path.isdir(path): + self._fetch_font_from_google_fonts(family) + + # Check for availability of font style + list = sorted(os.listdir(path)) + for file in list: + name, _ = os.path.splitext(file) + if name == style: + return os.path.join(path, file) + + # Find regular variant of font family - we cannot rely on the fact that + # fonts always have a single regular variant - some of them have several + # of them, potentially prefixed with "Condensed" etc. For this reason we + # use the first font we find if we find no regular one. + fallback = "" + for file in list: + name, _ = os.path.splitext(file) + + # 1. Fallback: use first font + if not fallback: + fallback = name + + # 2. Fallback: use regular font - use the shortest one, i.e., prefer + # "10pt Regular" over "10pt Condensed Regular". This is a heuristic. + if "Regular" in name: + if not fallback or len(name) < len(fallback): + fallback = name + + # Fall back to regular font (guess if there are multiple) + return self._resolve_font(family, fallback) + + # Fetch font family from Google Fonts + def _fetch_font_from_google_fonts(self, family: str): + path = os.path.join(self.config.cache_dir, "fonts") + + # Download manifest from Google Fonts - Google returns JSON with syntax + # errors, so we just treat the response as plain text and parse out all + # URLs to font files, as we're going to rename them anyway. This should + # be more resilient than trying to correct the JSON syntax. + url = f"https://fonts.google.com/download/list?family={family}" + res = requests.get(url) + + # Ensure that the download succeeded + if res.status_code != 200: + raise PluginError( + f"Couldn't find font family '{family}' on Google Fonts " + f"({res.status_code}: {res.reason})" + ) + + # Extract font URLs from manifest + for match in re.findall( + r"\"(https:(?:.*?)\.[ot]tf)\"", str(res.content) + ): + with requests.get(match) as res: + res.raise_for_status() + + # Extract font family name and style using the content in the + # response via ByteIO to avoid writing a temp file. Done to fix + # problems with passing a NamedTemporaryFile to + # ImageFont.truetype() on Windows, see https://t.ly/LiF_k + with BytesIO(res.content) as fontdata: + font = ImageFont.truetype(fontdata) + name, style = font.getname() + name = " ".join([name.replace(family, ""), style]).strip() + target = os.path.join(path, family, f"{name}.ttf") + + # write file to cache + write_file(res.content, target) + +# ----------------------------------------------------------------------------- +# Data +# ----------------------------------------------------------------------------- + +# Set up logging +log = logging.getLogger("mkdocs") +log.addFilter(DuplicateFilter()) + +# Color palette +colors = { + "red": { "fill": "#ef5552", "text": "#ffffff" }, + "pink": { "fill": "#e92063", "text": "#ffffff" }, + "purple": { "fill": "#ab47bd", "text": "#ffffff" }, + "deep-purple": { "fill": "#7e56c2", "text": "#ffffff" }, + "indigo": { "fill": "#4051b5", "text": "#ffffff" }, + "blue": { "fill": "#2094f3", "text": "#ffffff" }, + "light-blue": { "fill": "#02a6f2", "text": "#ffffff" }, + "cyan": { "fill": "#00bdd6", "text": "#ffffff" }, + "teal": { "fill": "#009485", "text": "#ffffff" }, + "green": { "fill": "#4cae4f", "text": "#ffffff" }, + "light-green": { "fill": "#8bc34b", "text": "#ffffff" }, + "lime": { "fill": "#cbdc38", "text": "#000000" }, + "yellow": { "fill": "#ffec3d", "text": "#000000" }, + "amber": { "fill": "#ffc105", "text": "#000000" }, + "orange": { "fill": "#ffa724", "text": "#000000" }, + "deep-orange": { "fill": "#ff6e42", "text": "#ffffff" }, + "brown": { "fill": "#795649", "text": "#ffffff" }, + "grey": { "fill": "#757575", "text": "#ffffff" }, + "blue-grey": { "fill": "#546d78", "text": "#ffffff" }, + "black": { "fill": "#000000", "text": "#ffffff" }, + "white": { "fill": "#ffffff", "text": "#000000" } +} diff --git a/mkdocs-material/material/plugins/tags/__init__.py b/mkdocs-material/material/plugins/tags/__init__.py new file mode 100644 index 0000000..f22be40 --- /dev/null +++ b/mkdocs-material/material/plugins/tags/__init__.py @@ -0,0 +1,27 @@ +# Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com> + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. + +# ----------------------------------------------------------------------------- +# Functions +# ----------------------------------------------------------------------------- + +# Casefold a string for comparison when sorting +def casefold(tag: str): + return tag.casefold() diff --git a/mkdocs-material/material/plugins/tags/config.py b/mkdocs-material/material/plugins/tags/config.py new file mode 100644 index 0000000..041b413 --- /dev/null +++ b/mkdocs-material/material/plugins/tags/config.py @@ -0,0 +1,35 @@ +# Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com> + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. + +from mkdocs.config.config_options import Optional, Type +from mkdocs.config.base import Config + + +# ----------------------------------------------------------------------------- +# Classes +# ----------------------------------------------------------------------------- + +# Tags plugin configuration +class TagsConfig(Config): + enabled = Type(bool, default = True) + + # Settings for tags + tags = Type(bool, default = True) + tags_file = Optional(Type(str)) diff --git a/mkdocs-material/material/plugins/tags/plugin.py b/mkdocs-material/material/plugins/tags/plugin.py new file mode 100644 index 0000000..2d05415 --- /dev/null +++ b/mkdocs-material/material/plugins/tags/plugin.py @@ -0,0 +1,191 @@ +# Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com> + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. + +import logging +import sys + +from collections import defaultdict +from markdown.extensions.toc import slugify +from mkdocs import utils +from mkdocs.plugins import BasePlugin + +# deprecated, but kept for downward compatibility. Use 'material.plugins.tags' +# as an import source instead. This import is removed in the next major version. +from . import casefold +from .config import TagsConfig + +# ----------------------------------------------------------------------------- +# Classes +# ----------------------------------------------------------------------------- + +# Tags plugin +class TagsPlugin(BasePlugin[TagsConfig]): + supports_multiple_instances = True + + # Initialize plugin + def on_config(self, config): + if not self.config.enabled: + return + + # Skip if tags should not be built + if not self.config.tags: + return + + # Initialize tags + self.tags = defaultdict(list) + self.tags_file = None + + # Retrieve tags mapping from configuration + self.tags_map = config.extra.get("tags") + + # Use override of slugify function + toc = { "slugify": slugify, "separator": "-" } + if "toc" in config.mdx_configs: + toc = { **toc, **config.mdx_configs["toc"] } + + # Partially apply slugify function + self.slugify = lambda value: ( + toc["slugify"](str(value), toc["separator"]) + ) + + # Hack: 2nd pass for tags index page(s) + def on_nav(self, nav, config, files): + if not self.config.enabled: + return + + # Skip if tags should not be built + if not self.config.tags: + return + + # Resolve tags index page + file = self.config.tags_file + if file: + self.tags_file = self._get_tags_file(files, file) + + # Build and render tags index page + def on_page_markdown(self, markdown, page, config, files): + if not self.config.enabled: + return + + # Skip if tags should not be built + if not self.config.tags: + return + + # Skip, if page is excluded + if page.file.inclusion.is_excluded(): + return + + # Render tags index page + if page.file == self.tags_file: + return self._render_tag_index(markdown) + + # Add page to tags index + tags = page.meta.get("tags", []) + if tags: + for tag in tags: + self.tags[str(tag)].append(page) + + # Inject tags into page (after search and before minification) + def on_page_context(self, context, page, config, nav): + if not self.config.enabled: + return + + # Skip if tags should not be built + if not self.config.tags: + return + + # Provide tags for page + context["tags"] =[] + if "tags" in page.meta and page.meta["tags"]: + context["tags"] = [ + self._render_tag(tag) + for tag in page.meta["tags"] + ] + + # ------------------------------------------------------------------------- + + # Obtain tags file + def _get_tags_file(self, files, path): + file = files.get_file_from_path(path) + if not file: + log.error(f"Tags file '{path}' does not exist.") + sys.exit(1) + + # Add tags file to files - note: since MkDoc 1.6, not removing the + # file before adding it to the end will trigger a deprecation warning + # The new tags plugin does not require this hack, so we're just going + # to live with it until the new tags plugin is released. + files.remove(file) + files.append(file) + return file + + # Render tags index + def _render_tag_index(self, markdown): + if "[TAGS]" in markdown: + markdown = markdown.replace("[TAGS]", "<!-- material/tags -->") + if not "<!-- material/tags -->" in markdown: + markdown += "\n<!-- material/tags -->" + + # Replace placeholder in Markdown with rendered tags index + return markdown.replace("<!-- material/tags -->", "\n".join([ + self._render_tag_links(*args) + for args in sorted(self.tags.items()) + ])) + + # Render the given tag and links to all pages with occurrences + def _render_tag_links(self, tag, pages): + classes = ["md-tag"] + if isinstance(self.tags_map, dict): + classes.append("md-tag-icon") + type = self.tags_map.get(tag) + if type: + classes.append(f"md-tag--{type}") + + # Render section for tag and a link to each page + classes = " ".join(classes) + content = [f"## <span class=\"{classes}\">{tag}</span>", ""] + for page in pages: + url = utils.get_relative_url( + page.file.src_uri, + self.tags_file.src_uri + ) + + # Render link to page + title = page.meta.get("title", page.title) + content.append(f"- [{title}]({url})") + + # Return rendered tag links + return "\n".join(content) + + # Render the given tag, linking to the tags index (if enabled) + def _render_tag(self, tag): + type = self.tags_map.get(tag) if self.tags_map else None + if not self.tags_file or not self.slugify: + return dict(name = tag, type = type) + else: + url = f"{self.tags_file.url}#{self.slugify(tag)}" + return dict(name = tag, type = type, url = url) + +# ----------------------------------------------------------------------------- +# Data +# ----------------------------------------------------------------------------- + +# Set up logging +log = logging.getLogger("mkdocs.material.tags") diff --git a/mkdocs-material/material/templates/.icons/fontawesome/LICENSE.txt b/mkdocs-material/material/templates/.icons/fontawesome/LICENSE.txt new file mode 100644 index 0000000..e69c5e3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/LICENSE.txt @@ -0,0 +1,165 @@ +Fonticons, Inc. (https://fontawesome.com) + +-------------------------------------------------------------------------------- + +Font Awesome Free License + +Font Awesome Free is free, open source, and GPL friendly. You can use it for +commercial projects, open source projects, or really almost whatever you want. +Full Font Awesome Free license: https://fontawesome.com/license/free. + +-------------------------------------------------------------------------------- + +# Icons: CC BY 4.0 License (https://creativecommons.org/licenses/by/4.0/) + +The Font Awesome Free download is licensed under a Creative Commons +Attribution 4.0 International License and applies to all icons packaged +as SVG and JS file types. + +-------------------------------------------------------------------------------- + +# Fonts: SIL OFL 1.1 License + +In the Font Awesome Free download, the SIL OFL license applies to all icons +packaged as web and desktop font files. + +Copyright (c) 2024 Fonticons, Inc. (https://fontawesome.com) +with Reserved Font Name: "Font Awesome". + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + +SIL OPEN FONT LICENSE +Version 1.1 - 26 February 2007 + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting — in part or in whole — any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. + +-------------------------------------------------------------------------------- + +# Code: MIT License (https://opensource.org/licenses/MIT) + +In the Font Awesome Free download, the MIT license applies to all non-font and +non-icon files. + +Copyright 2024 Fonticons, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in the +Software without restriction, including without limitation the rights to use, copy, +modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, +and to permit persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, +INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A +PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +-------------------------------------------------------------------------------- + +# Attribution + +Attribution is required by MIT, SIL OFL, and CC BY licenses. Downloaded Font +Awesome Free files already contain embedded comments with sufficient +attribution, so you shouldn't need to do anything additional when using these +files normally. + +We've kept attribution comments terse, so we ask that you do not actively work +to remove them from files, especially code. They're a great way for folks to +learn about Font Awesome. + +-------------------------------------------------------------------------------- + +# Brand Icons + +All brand icons are trademarks of their respective owners. The use of these +trademarks does not indicate endorsement of the trademark holder by Font +Awesome, nor vice versa. **Please do not use brand logos for any purpose except +to represent the company, product, or service to which they refer.** diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/42-group.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/42-group.svg new file mode 100644 index 0000000..317f4d3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/42-group.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M320 96v320a160.02 160.02 0 0 0 113.138-46.862 160.019 160.019 0 0 0 34.683-174.367 160 160 0 0 0-86.591-86.592A160 160 0 0 0 320 96M0 256l160.002 160 160.001-160L160.002 96zm480 0a160 160 0 0 0 160 160V96a160.002 160.002 0 0 0-160 160"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/500px.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/500px.svg new file mode 100644 index 0000000..5eb2148 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/500px.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M103.3 344.3c-6.5-14.2-6.9-18.3 7.4-23.1 25.6-8 8 9.2 43.2 49.2h.3v-93.9c1.2-50.2 44-92.2 97.7-92.2 53.9 0 97.7 43.5 97.7 96.8 0 63.4-60.8 113.2-128.5 93.3-10.5-4.2-2.1-31.7 8.5-28.6 53 0 89.4-10.1 89.4-64.4 0-61-77.1-89.6-116.9-44.6-23.5 26.4-17.6 42.1-17.6 157.6 50.7 31 118.3 22 160.4-20.1 24.8-24.8 38.5-58 38.5-93 0-35.2-13.8-68.2-38.8-93.3-24.8-24.8-57.8-38.5-93.3-38.5s-68.8 13.8-93.5 38.5c-.3.3-16 16.5-21.2 23.9l-.5.6c-3.3 4.7-6.3 9.1-20.1 6.1-6.9-1.7-14.3-5.8-14.3-11.8V20c0-5 3.9-10.5 10.5-10.5h241.3c8.3 0 8.3 11.6 8.3 15.1 0 3.9 0 15.1-8.3 15.1H130.3v132.9h.3c104.2-109.8 282.8-36 282.8 108.9 0 178.1-244.8 220.3-310.1 62.8m63.3-260.8c-.5 4.2 4.6 24.5 14.6 20.6C306 56.6 384 144.5 390.6 144.5c4.8 0 22.8-15.3 14.3-22.8-93.2-89-234.5-57-238.3-38.2M393 414.7C283 524.6 94 475.5 61 310.5c0-12.2-30.4-7.4-28.9 3.3 24 173.4 246 256.9 381.6 121.3 6.9-7.8-12.6-28.4-20.7-20.4M213.6 306.6c0 4 4.3 7.3 5.5 8.5 3 3 6.1 4.4 8.5 4.4 3.8 0 2.6.2 22.3-19.5 19.6 19.3 19.1 19.5 22.3 19.5 5.4 0 18.5-10.4 10.7-18.2L265.6 284l18.2-18.2c6.3-6.8-10.1-21.8-16.2-15.7L249.7 268c-18.6-18.8-18.4-19.5-21.5-19.5-5 0-18 11.7-12.4 17.3L234 284c-18.1 17.9-20.4 19.2-20.4 22.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/accessible-icon.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/accessible-icon.svg new file mode 100644 index 0000000..0bb2951 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/accessible-icon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M423.9 255.8 411 413.1c-3.3 40.7-63.9 35.1-60.6-4.9l10-122.5-41.1 2.3c10.1 20.7 15.8 43.9 15.8 68.5 0 41.2-16.1 78.7-42.3 106.5l-39.3-39.3c57.9-63.7 13.1-167.2-74-167.2-25.9 0-49.5 9.9-67.2 26L73 243.2c22-20.7 50.1-35.1 81.4-40.2l75.3-85.7-42.6-24.8-51.6 46c-30 26.8-70.6-18.5-40.5-45.4l68-60.7c9.8-8.8 24.1-10.2 35.5-3.6 0 0 139.3 80.9 139.5 81.1 16.2 10.1 20.7 36 6.1 52.6L285.7 229l106.1-5.9c18.5-1.1 33.6 14.4 32.1 32.7m-64.9-154c28.1 0 50.9-22.8 50.9-50.9S387.1 0 359 0s-50.9 22.8-50.9 50.9 22.8 50.9 50.9 50.9M179.6 456.5c-80.6 0-127.4-90.6-82.7-156.1l-39.7-39.7C36.4 287 24 320.3 24 356.4c0 130.7 150.7 201.4 251.4 122.5l-39.7-39.7c-16 10.9-35.3 17.3-56.1 17.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/accusoft.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/accusoft.svg new file mode 100644 index 0000000..d696453 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/accusoft.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M322.1 252v-1l-51.2-65.8s-12 1.6-25 15.1c-9 9.3-242.1 239.1-243.4 240.9-7 10 1.6 6.8 15.7 1.7.8 0 114.5-36.6 114.5-36.6.5-.6-.1-.1.6-.6-.4-5.1-.8-26.2-1-27.7-.6-5.2 2.2-6.9 7-8.9l92.6-33.8c.6-.8 88.5-81.7 90.2-83.3m160.1 120.1c13.3 16.1 20.7 13.3 30.8 9.3 3.2-1.2 115.4-47.6 117.8-48.9 8-4.3-1.7-16.7-7.2-23.4-2.1-2.5-205.1-245.6-207.2-248.3-9.7-12.2-14.3-12.9-38.4-12.8-10.2 0-106.8.5-116.5.6-19.2.1-32.9-.3-19.2 16.9C250 75 476.5 365.2 482.2 372.1m152.7 1.6c-2.3-.3-24.6-4.7-38-7.2 0 0-115 50.4-117.5 51.6-16 7.3-26.9-3.2-36.7-14.6l-57.1-74c-5.4-.9-60.4-9.6-65.3-9.3-3.1.2-9.6.8-14.4 2.9-4.9 2.1-145.2 52.8-150.2 54.7-5.1 2-11.4 3.6-11.1 7.6.2 2.5 2 2.6 4.6 3.5 2.7.8 300.9 67.6 308 69.1 15.6 3.3 38.5 10.5 53.6 1.7 2.1-1.2 123.8-76.4 125.8-77.8 5.4-4 4.3-6.8-1.7-8.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/adn.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/adn.svg new file mode 100644 index 0000000..497e1a0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/adn.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m248 167.5 64.9 98.8H183.1zM496 256c0 136.9-111.1 248-248 248S0 392.9 0 256 111.1 8 248 8s248 111.1 248 248m-99.8 82.7L248 115.5 99.8 338.7h30.4l33.6-51.7h168.6l33.6 51.7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/adversal.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/adversal.svg new file mode 100644 index 0000000..f902a10 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/adversal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M482.1 32H28.7C5.8 32 0 37.9 0 60.9v390.2C0 474.4 5.8 480 28.7 480h453.4c24.4 0 29.9-5.2 29.9-29.7V62.2c0-24.6-5.4-30.2-29.9-30.2M178.4 220.3c-27.5-20.2-72.1-8.7-84.2 23.4-4.3 11.1-9.3 9.5-17.5 8.3-9.7-1.5-17.2-3.2-22.5-5.5-28.8-11.4 8.6-55.3 24.9-64.3 41.1-21.4 83.4-22.2 125.3-4.8 40.9 16.8 34.5 59.2 34.5 128.5 2.7 25.8-4.3 58.3 9.3 88.8 1.9 4.4.4 7.9-2.7 10.7-8.4 6.7-39.3 2.2-46.6-7.4-1.9-2.2-1.8-3.6-3.9-6.2-3.6-3.9-7.3-2.2-11.9 1-57.4 36.4-140.3 21.4-147-43.3-3.1-29.3 12.4-57.1 39.6-71 38.2-19.5 112.2-11.8 114-30.9 1.1-10.2-1.9-20.1-11.3-27.3m286.7 222c0 15.1-11.1 9.9-17.8 9.9H52.4c-7.4 0-18.2 4.8-17.8-10.7.4-13.9 10.5-9.1 17.1-9.1 132.3-.4 264.5-.4 396.8 0 6.8 0 16.6-4.4 16.6 9.9m3.8-340.5v291c0 5.7-.7 13.9-8.1 13.9-12.4-.4-27.5 7.1-36.1-5.6-5.8-8.7-7.8-4-12.4-1.2-53.4 29.7-128.1 7.1-144.4-85.2-6.1-33.4-.7-67.1 15.7-100 11.8-23.9 56.9-76.1 136.1-30.5v-71c0-26.2-.1-26.2 26-26.2 3.1 0 6.6.4 9.7 0 10.1-.8 13.6 4.4 13.6 14.3-.1.2-.1.3-.1.5m-51.5 232.3c-19.5 47.6-72.9 43.3-90 5.2-15.1-33.3-15.5-68.2.4-101.5 16.3-34.1 59.7-35.7 81.5-4.8 20.6 28.8 14.9 84.6 8.1 101.1m-294.8 35.3c-7.5-1.3-33-3.3-33.7-27.8-.4-13.9 7.8-23 19.8-25.8 24.4-5.9 49.3-9.9 73.7-14.7 8.9-2 7.4 4.4 7.8 9.5 1.4 33-26.1 59.2-67.6 58.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/affiliatetheme.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/affiliatetheme.svg new file mode 100644 index 0000000..7a7f2d8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/affiliatetheme.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M159.7 237.4C108.4 308.3 43.1 348.2 14 326.6-15.2 304.9 2.8 230 54.2 159.1c51.3-70.9 116.6-110.8 145.7-89.2s11.1 96.6-40.2 167.5m351.2-57.3C437.1 303.5 319 367.8 246.4 323.7c-25-15.2-41.3-41.2-49-73.8-33.6 64.8-92.8 113.8-164.1 133.2 49.8 59.3 124.1 96.9 207 96.9 150 0 271.6-123.1 271.6-274.9.1-8.5-.3-16.8-1-25"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/airbnb.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/airbnb.svg new file mode 100644 index 0000000..72ddc26 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/airbnb.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M224 373.12c-25.24-31.67-40.08-59.43-45-83.18-22.55-88 112.61-88 90.06 0-5.45 24.25-20.29 52-45 83.18zm138.15 73.23c-42.06 18.31-83.67-10.88-119.3-50.47 103.9-130.07 46.11-200-18.85-200-54.92 0-85.16 46.51-73.28 100.5 6.93 29.19 25.23 62.39 54.43 99.5-32.53 36.05-60.55 52.69-85.15 54.92-50 7.43-89.11-41.06-71.3-91.09 15.1-39.16 111.72-231.18 115.87-241.56 15.75-30.07 25.56-57.4 59.38-57.4 32.34 0 43.4 25.94 60.37 59.87 36 70.62 89.35 177.48 114.84 239.09 13.17 33.07-1.37 71.29-37.01 86.64m47-136.12C280.27 35.93 273.13 32 224 32c-45.52 0-64.87 31.67-84.66 72.79C33.18 317.1 22.89 347.19 22 349.81-3.22 419.14 48.74 480 111.63 480c21.71 0 60.61-6.06 112.37-62.4 58.68 63.78 101.26 62.4 112.37 62.4 62.89.05 114.85-60.86 89.61-130.19.02-3.89-16.82-38.9-16.82-39.58z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/algolia.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/algolia.svg new file mode 100644 index 0000000..b09898e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/algolia.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 0C116.1 0 2 112.7 0 252.1c-2 141.5 112.9 258.7 254.5 259.5 43.7.3 85.9-10.4 123.3-30.7 3.6-2 4.2-7 1.1-9.7l-24-21.2c-4.9-4.3-11.8-5.5-17.8-3-26.1 11.1-54.5 16.8-83.7 16.4-114.4-1.5-206.9-96.6-205.1-211C50.1 139.5 142.6 48.2 256 48.2h207.7v369L345.9 312.5c-3.8-3.4-9.7-2.7-12.7 1.3-18.9 25-49.7 40.6-83.9 38.2-47.5-3.3-85.9-41.5-89.5-88.9-4.2-56.6 40.6-103.9 96.3-103.9 50.4 0 91.9 38.8 96.2 88 .4 4.4 2.4 8.5 5.7 11.4l30.7 27.2c3.5 3.1 9 1.2 9.9-3.4 2.2-11.8 3-24.2 2.1-36.8-4.9-72-63.3-130-135.4-134.4-82.7-5.1-151.8 59.5-154 140.6-2.1 78.9 62.6 147 141.6 148.7 33 .7 63.6-9.6 88.3-27.6L495 509.4c6.6 5.8 17 1.2 17-7.7V9.7c0-5.4-4.4-9.7-9.7-9.7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/alipay.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/alipay.svg new file mode 100644 index 0000000..4a88e11 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/alipay.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M377.74 32H70.26C31.41 32 0 63.41 0 102.26v307.48C0 448.59 31.41 480 70.26 480h307.48c38.52 0 69.76-31.08 70.26-69.6-45.96-25.62-110.59-60.34-171.6-88.44-32.07 43.97-84.14 81-148.62 81-70.59 0-93.73-45.3-97.04-76.37-3.97-39.01 14.88-81.5 99.52-81.5 35.38 0 79.35 10.25 127.13 24.96 16.53-30.09 26.45-60.34 26.45-60.34h-178.2v-16.7h92.08v-31.24H88.28v-19.01h109.44V92.34h50.92v50.42h109.44v19.01H248.63v31.24h88.77s-15.21 46.62-38.35 90.92c48.93 16.7 100.01 36.04 148.62 52.74V102.26C447.83 63.57 416.43 32 377.74 32M47.28 322.95c.99 20.17 10.25 53.73 69.93 53.73 52.07 0 92.58-39.68 117.87-72.9-44.63-18.68-84.48-31.41-109.44-31.41-67.45 0-79.35 33.06-78.36 50.58"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/amazon-pay.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/amazon-pay.svg new file mode 100644 index 0000000..58ad4ac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/amazon-pay.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M14 325.3c2.3-4.2 5.2-4.9 9.7-2.5 10.4 5.6 20.6 11.4 31.2 16.7a596 596 0 0 0 127.4 46.3 617 617 0 0 0 63.2 11.8 603.3 603.3 0 0 0 95 5.2c17.4-.4 34.8-1.8 52.1-3.8a603.7 603.7 0 0 0 163.3-42.8c2.9-1.2 5.9-2 9.1-1.2 6.7 1.8 9 9 4.1 13.9a70 70 0 0 1-9.6 7.4c-30.7 21.1-64.2 36.4-99.6 47.9a473.3 473.3 0 0 1-75.1 17.6 431 431 0 0 1-53.2 4.8 21 21 0 0 0-2.5.3H308a21 21 0 0 0-2.5-.3c-3.6-.2-7.2-.3-10.7-.4a426 426 0 0 1-50.4-5.3A448.4 448.4 0 0 1 164 420a443.3 443.3 0 0 1-145.6-87c-1.8-1.6-3-3.8-4.4-5.7zM172 65.1l-4.3.6a80.9 80.9 0 0 0-38 15.1c-2.4 1.7-4.6 3.5-7.1 5.4a4.3 4.3 0 0 1-.4-1.4c-.4-2.7-.8-5.5-1.3-8.2-.7-4.6-3-6.6-7.6-6.6h-11.5c-6.9 0-8.2 1.3-8.2 8.2v209.3c0 1 0 2 .1 3 .2 3 2 4.9 4.9 5 7 .1 14.1.1 21.1 0 2.9 0 4.7-2 5-5 .1-1 .1-2 .1-3v-72.4c1.1.9 1.7 1.4 2.2 1.9 17.9 14.9 38.5 19.8 61 15.4 20.4-4 34.6-16.5 43.8-34.9 7-13.9 9.9-28.7 10.3-44.1.5-17.1-1.2-33.9-8.1-49.8-8.5-19.6-22.6-32.5-43.9-36.9-3.2-.7-6.5-1-9.8-1.5-2.8-.1-5.5-.1-8.3-.1M124.6 107a3.48 3.48 0 0 1 1.7-3.3c13.7-9.5 28.8-14.5 45.6-13.2 14.9 1.1 27.1 8.4 33.5 25.9 3.9 10.7 4.9 21.8 4.9 33 0 10.4-.8 20.6-4 30.6-6.8 21.3-22.4 29.4-42.6 28.5-14-.6-26.2-6-37.4-13.9a3.57 3.57 0 0 1-1.7-3.3c.1-14.1 0-28.1 0-42.2s.1-28 0-42.1m205.7-41.9c-1 .1-2 .3-2.9.4a148 148 0 0 0-28.9 4.1c-6.1 1.6-12 3.8-17.9 5.8-3.6 1.2-5.4 3.8-5.3 7.7.1 3.3-.1 6.6 0 9.9.1 4.8 2.1 6.1 6.8 4.9 7.8-2 15.6-4.2 23.5-5.7 12.3-2.3 24.7-3.3 37.2-1.4 6.5 1 12.6 2.9 16.8 8.4 3.7 4.8 5.1 10.5 5.3 16.4.3 8.3.2 16.6.3 24.9a8 8 0 0 1-.2 1.4c-.5-.1-.9 0-1.3-.1a180.6 180.6 0 0 0-32-4.9c-11.3-.6-22.5.1-33.3 3.9-12.9 4.5-23.3 12.3-29.4 24.9-4.7 9.8-5.4 20.2-3.9 30.7 2 14 9 24.8 21.4 31.7 11.9 6.6 24.8 7.4 37.9 5.4 15.1-2.3 28.5-8.7 40.3-18.4a7.4 7.4 0 0 1 1.6-1.1c.6 3.8 1.1 7.4 1.8 11 .6 3.1 2.5 5.1 5.4 5.2 5.4.1 10.9.1 16.3 0a4.84 4.84 0 0 0 4.8-4.7 26 26 0 0 0 .1-2.8v-106a80 80 0 0 0-.9-12.9c-1.9-12.9-7.4-23.5-19-30.4-6.7-4-14.1-6-21.8-7.1-3.6-.5-7.2-.8-10.8-1.3-3.9.1-7.9.1-11.9.1m35 127.7a3.33 3.33 0 0 1-1.5 3c-11.2 8.1-23.5 13.5-37.4 14.9-5.7.6-11.4.4-16.8-1.8a20.08 20.08 0 0 1-12.4-13.3 32.9 32.9 0 0 1-.1-19.4c2.5-8.3 8.4-13 16.4-15.6a61.3 61.3 0 0 1 24.8-2.2c8.4.7 16.6 2.3 25 3.4 1.6.2 2.1 1 2.1 2.6-.1 4.8 0 9.5 0 14.3s-.2 9.4-.1 14.1m259.9 129.4c-1-5-4.8-6.9-9.1-8.3a88.4 88.4 0 0 0-21-3.9 147.3 147.3 0 0 0-39.2 1.9c-14.3 2.7-27.9 7.3-40 15.6a13.8 13.8 0 0 0-3.7 3.5 5.1 5.1 0 0 0-.5 4c.4 1.5 2.1 1.9 3.6 1.8a16 16 0 0 0 2.2-.1c7.8-.8 15.5-1.7 23.3-2.5 11.4-1.1 22.9-1.8 34.3-.9a71.6 71.6 0 0 1 14.4 2.7c5.1 1.4 7.4 5.2 7.6 10.4.4 8-1.4 15.7-3.5 23.3-4.1 15.4-10 30.3-15.8 45.1a17.6 17.6 0 0 0-1 3c-.5 2.9 1.2 4.8 4.1 4.1a10.56 10.56 0 0 0 4.8-2.5 146 146 0 0 0 12.7-13.4c12.8-16.4 20.3-35.3 24.7-55.6.8-3.6 1.4-7.3 2.1-10.9zM493.1 199q-19.35-53.55-38.7-107.2c-2-5.7-4.2-11.3-6.3-16.9-1.1-2.9-3.2-4.8-6.4-4.8-7.6-.1-15.2-.2-22.9-.1-2.5 0-3.7 2-3.2 4.5a43 43 0 0 0 1.9 6.1q29.4 72.75 59.1 145.5c1.7 4.1 2.1 7.6.2 11.8-3.3 7.3-5.9 15-9.3 22.3-3 6.5-8 11.4-15.2 13.3a42.1 42.1 0 0 1-15.4 1.1c-2.5-.2-5-.8-7.5-1-3.4-.2-5.1 1.3-5.2 4.8q-.15 5 0 9.9c.1 5.5 2 8 7.4 8.9a108 108 0 0 0 16.9 2c17.1.4 30.7-6.5 39.5-21.4a131.6 131.6 0 0 0 9.2-18.4q35.55-89.7 70.6-179.6a26.6 26.6 0 0 0 1.6-5.5c.4-2.8-.9-4.4-3.7-4.4-6.6-.1-13.3 0-19.9 0a7.54 7.54 0 0 0-7.7 5.2c-.5 1.4-1.1 2.7-1.6 4.1l-34.8 100c-2.5 7.2-5.1 14.5-7.7 22.2-.4-1.1-.6-1.7-.9-2.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/amazon.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/amazon.svg new file mode 100644 index 0000000..17a5a77 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/amazon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M257.2 162.7c-48.7 1.8-169.5 15.5-169.5 117.5 0 109.5 138.3 114 183.5 43.2 6.5 10.2 35.4 37.5 45.3 46.8l56.8-56S341 288.9 341 261.4V114.3C341 89 316.5 32 228.7 32 140.7 32 94 87 94 136.3l73.5 6.8c16.3-49.5 54.2-49.5 54.2-49.5 40.7-.1 35.5 29.8 35.5 69.1m0 86.8c0 80-84.2 68-84.2 17.2 0-47.2 50.5-56.7 84.2-57.8zm136 163.5c-7.7 10-70 67-174.5 67S34.2 408.5 9.7 379c-6.8-7.7 1-11.3 5.5-8.3C88.5 415.2 203 488.5 387.7 401c7.5-3.7 13.3 2 5.5 12m39.8 2.2c-6.5 15.8-16 26.8-21.2 31-5.5 4.5-9.5 2.7-6.5-3.8s19.3-46.5 12.7-55c-6.5-8.3-37-4.3-48-3.2-10.8 1-13 2-14-.3-2.3-5.7 21.7-15.5 37.5-17.5 15.7-1.8 41-.8 46 5.7 3.7 5.1 0 27.1-6.5 43.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/amilia.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/amilia.svg new file mode 100644 index 0000000..4d851d6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/amilia.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M240.1 32c-61.9 0-131.5 16.9-184.2 55.4-5.1 3.1-9.1 9.2-7.2 19.4 1.1 5.1 5.1 27.4 10.2 39.6 4.1 10.2 14.2 10.2 20.3 6.1 32.5-22.3 96.5-47.7 152.3-47.7 57.9 0 58.9 28.4 58.9 73.1v38.5C203 227.7 78.2 251 46.7 264.2 11.2 280.5 16.3 357.7 16.3 376s15.2 104 124.9 104c47.8 0 113.7-20.7 153.3-42.1v25.4c0 3 2.1 8.2 6.1 9.1 3.1 1 50.7 2 59.9 2s62.5.3 66.5-.7c4.1-1 5.1-6.1 5.1-9.1V168c-.1-80.3-57.9-136-192-136m50.2 348c-21.4 13.2-48.7 24.4-79.1 24.4-52.8 0-58.9-33.5-59-44.7 0-12.2-3-42.7 18.3-52.9 24.3-13.2 75.1-29.4 119.8-33.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/android.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/android.svg new file mode 100644 index 0000000..5ceb90e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/android.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M420.55 301.93a24 24 0 1 1 24-24 24 24 0 0 1-24 24m-265.1 0a24 24 0 1 1 24-24 24 24 0 0 1-24 24m273.7-144.48 47.94-83a10 10 0 1 0-17.27-10l-48.54 84.07a301.25 301.25 0 0 0-246.56 0l-48.54-84.07a10 10 0 1 0-17.27 10l47.94 83C64.53 202.22 8.24 285.55 0 384h576c-8.24-98.45-64.54-181.78-146.85-226.55"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/angellist.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/angellist.svg new file mode 100644 index 0000000..54b7df2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/angellist.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M347.1 215.4c11.7-32.6 45.4-126.9 45.4-157.1 0-26.6-15.7-48.9-43.7-48.9-44.6 0-84.6 131.7-97.1 163.1C242 144 196.6 0 156.6 0c-31.1 0-45.7 22.9-45.7 51.7 0 35.3 34.2 126.8 46.6 162-6.3-2.3-13.1-4.3-20-4.3-23.4 0-48.3 29.1-48.3 52.6 0 8.9 4.9 21.4 8 29.7-36.9 10-51.1 34.6-51.1 71.7C46 435.6 114.4 512 210.6 512c118 0 191.4-88.6 191.4-202.9 0-43.1-6.9-82-54.9-93.7M311.7 108c4-12.3 21.1-64.3 37.1-64.3 8.6 0 10.9 8.9 10.9 16 0 19.1-38.6 124.6-47.1 148l-34-6zM142.3 48.3c0-11.9 14.5-45.7 46.3 47.1l34.6 100.3c-15.6-1.3-27.7-3-35.4 1.4-10.9-28.8-45.5-119.7-45.5-148.8M140 244c29.3 0 67.1 94.6 67.1 107.4 0 5.1-4.9 11.4-10.6 11.4-20.9 0-76.9-76.9-76.9-97.7.1-7.7 12.7-21.1 20.4-21.1m184.3 186.3c-29.1 32-66.3 48.6-109.7 48.6-59.4 0-106.3-32.6-128.9-88.3-17.1-43.4 3.8-68.3 20.6-68.3 11.4 0 54.3 60.3 54.3 73.1 0 4.9-7.7 8.3-11.7 8.3-16.1 0-22.4-15.5-51.1-51.4-29.7 29.7 20.5 86.9 58.3 86.9 26.1 0 43.1-24.2 38-42 3.7 0 8.3.3 11.7-.6 1.1 27.1 9.1 59.4 41.7 61.7 0-.9 2-7.1 2-7.4 0-17.4-10.6-32.6-10.6-50.3 0-28.3 21.7-55.7 43.7-71.7 8-6 17.7-9.7 27.1-13.1 9.7-3.7 20-8 27.4-15.4-1.1-11.2-5.7-21.1-16.9-21.1-27.7 0-120.6 4-120.6-39.7 0-6.7.1-13.1 17.4-13.1 32.3 0 114.3 8 138.3 29.1 18.1 16.1 24.3 113.2-31 174.7m-98.6-126c9.7 3.1 19.7 4 29.7 6-7.4 5.4-14 12-20.3 19.1-2.8-8.5-6.2-16.8-9.4-25.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/angrycreative.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/angrycreative.svg new file mode 100644 index 0000000..a57dbe1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/angrycreative.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m640 238.2-3.2 28.2-34.5 2.3-2 18.1 34.5-2.3-3.2 28.2-34.4 2.2-2.3 20.1 34.4-2.2-3 26.1-64.7 4.1 12.7-113.2L527 365.2l-31.9 2-23.8-117.8 30.3-2 13.6 79.4 31.7-82.4zM426.8 371.5l28.3-1.8L468 249.6l-28.4 1.9zM162 388.1l-19.4-36-3.5 37.4-28.2 1.7 2.7-29.1c-11 18-32 34.3-56.9 35.8C23.9 399.9-3 377 .3 339.7c2.6-29.3 26.7-62.8 67.5-65.4 37.7-2.4 47.6 23.2 51.3 28.8l2.8-30.8 38.9-2.5c20.1-1.3 38.7 3.7 42.5 23.7l2.6-26.6 64.8-4.2-2.7 27.9-36.4 2.4-1.7 17.9 36.4-2.3-2.7 27.9-36.4 2.3-1.9 19.9 36.3-2.3-2.1 20.8 55-117.2 23.8-1.6L370.4 369l8.9-85.6-22.3 1.4 2.9-27.9 75-4.9-3 28-24.3 1.6-9.7 91.9-58 3.7-4.3-15.6-39.4 2.5-8 16.3zm-44.3-70.2-26.4 1.7C84.6 307.2 76.9 303 65 303.8c-19 1.2-33.3 17.5-34.6 33.3-1.4 16 7.3 32.5 28.7 31.2 12.8-.8 21.3-8.6 28.9-18.9l27-1.7zm56.1-7.7c1.2-12.9-7.6-13.6-26.1-12.4l-2.7 28.5c14.2-.9 27.5-2.1 28.8-16.1m21.1 70.8 5.8-60c-5 13.5-14.7 21.1-27.9 26.6zm135.4-45-7.9-37.8-15.8 39.3zm-170.1-74.6-4.3-17.5-39.6 2.6-8.1 18.2-31.9 2.1 57-121.9 23.9-1.6 30.7 102 9.9-104.7 27-1.8 37.8 63.6 6.5-66.6 28.5-1.9-4 41.2c7.4-13.5 22.9-44.7 63.6-47.5 40.5-2.8 52.4 29.3 53.4 30.3l3.3-32 39.3-2.7c12.7-.9 27.8.3 36.3 9.7l-4.4-11.9 32.2-2.2 12.9 43.2 23-45.7 31-2.2-43.6 78.4-4.8 44.3-28.4 1.9 4.8-44.3-15.8-43c1 22.3-9.2 40.1-32 49.6l25.2 38.8-36.4 2.4-19.2-36.8-4 38.3-28.4 1.9 3.3-31.5c-6.7 9.3-19.7 35.4-59.6 38-26.2 1.7-45.6-10.3-55.4-39.2l-4 40.3-25 1.6-37.6-63.3-6.3 66.2zm276.6-82.1c10.2-.7 17.5-2.1 21.6-4.3 4.5-2.4 7-6.4 7.6-12.1.6-5.3-.6-8.8-3.4-10.4-3.6-2.1-10.6-2.8-22.9-2zM327.7 214c5.6 5.9 12.7 8.5 21.3 7.9 4.7-.3 9.1-1.8 13.3-4.1 5.5-3 10.6-8 15.1-14.3l-34.2 2.3 2.4-23.9 63.1-4.3 1.2-12-31.2 2.1c-4.1-3.7-7.8-6.6-11.1-8.1-4-1.7-8.1-2.8-12.2-2.5-8 .5-15.3 3.6-22 9.2-7.7 6.4-12 14.5-12.9 24.4-1.1 9.6 1.4 17.3 7.2 23.3m-201.3 8.2 23.8-1.6-8.3-37.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/angular.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/angular.svg new file mode 100644 index 0000000..eabc89a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/angular.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M185.7 268.1h76.2l-38.1-91.6zM223.8 32 16 106.4l31.8 275.7 176 97.9 176-97.9 31.8-275.7zM354 373.8h-48.6l-26.2-65.4H168.6l-26.2 65.4H93.7L223.8 81.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/app-store-ios.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/app-store-ios.svg new file mode 100644 index 0000000..93b306a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/app-store-ios.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48M127 384.5c-5.5 9.6-17.8 12.8-27.3 7.3-9.6-5.5-12.8-17.8-7.3-27.3l14.3-24.7q24.15-7.35 39.6 11.4zm138.9-53.9H84c-11 0-20-9-20-20s9-20 20-20h51l65.4-113.2-20.5-35.4c-5.5-9.6-2.2-21.8 7.3-27.3 9.6-5.5 21.8-2.2 27.3 7.3l8.9 15.4 8.9-15.4c5.5-9.6 17.8-12.8 27.3-7.3 9.6 5.5 12.8 17.8 7.3 27.3l-85.8 148.6h62.1c20.2 0 31.5 23.7 22.7 40m98.1 0h-29l19.6 33.9c5.5 9.6 2.2 21.8-7.3 27.3-9.6 5.5-21.8 2.2-27.3-7.3-32.9-56.9-57.5-99.7-74-128.1-16.7-29-4.8-58 7.1-67.8 13.1 22.7 32.7 56.7 58.9 102h52c11 0 20 9 20 20 0 11.1-9 20-20 20"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/app-store.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/app-store.svg new file mode 100644 index 0000000..3358c42 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/app-store.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m255.9 120.9 9.1-15.7c5.6-9.8 18.1-13.1 27.9-7.5s13.1 18.1 7.5 27.9l-87.5 151.5h63.3c20.5 0 32 24.1 23.1 40.8H113.8c-11.3 0-20.4-9.1-20.4-20.4s9.1-20.4 20.4-20.4h52l66.6-115.4-20.8-36.1c-5.6-9.8-2.3-22.2 7.5-27.9 9.8-5.6 22.2-2.3 27.9 7.5zm-78.7 218-19.6 34c-5.6 9.8-18.1 13.1-27.9 7.5s-13.1-18.1-7.5-27.9l14.6-25.2c16.4-5.1 29.8-1.2 40.4 11.6m168.9-61.7h53.1c11.3 0 20.4 9.1 20.4 20.4s-9.1 20.4-20.4 20.4h-29.5l19.9 34.5c5.6 9.8 2.3 22.2-7.5 27.9-9.8 5.6-22.2 2.3-27.9-7.5-33.5-58.1-58.7-101.6-75.4-130.6-17.1-29.5-4.9-59.1 7.2-69.1 13.4 23 33.4 57.7 60.1 104M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8m216 248c0 118.7-96.1 216-216 216-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/apper.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/apper.svg new file mode 100644 index 0000000..01f174d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/apper.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M42.1 239.1c22.2 0 29 2.8 33.5 14.6h.8v-22.9c0-11.3-4.8-15.4-17.9-15.4-11.3 0-14.4 2.5-15.1 12.8H4.8c.3-13.9 1.5-19.1 5.8-24.4C17.9 195 29.5 192 56.7 192c33 0 47.1 5 53.9 18.9 2 4.3 4 15.6 4 23.7v76.3H76.3l1.3-19.1h-1c-5.3 15.6-13.6 20.4-35.5 20.4-30.3 0-41.1-10.1-41.1-37.3 0-25.2 12.3-35.8 42.1-35.8m17.1 48.1c13.1 0 16.9-3 16.9-13.4 0-9.1-4.3-11.6-19.6-11.6-13.1 0-17.9 3-17.9 12.1-.1 10.4 3.7 12.9 20.6 12.9m77.8-94.9h38.3l-1.5 20.6h.8c9.1-17.1 15.9-20.9 37.5-20.9 14.4 0 24.7 3 31.5 9.1 9.8 8.6 12.8 20.4 12.8 48.1 0 30-3 43.1-12.1 52.9-6.8 7.3-16.4 10.1-33.2 10.1-20.4 0-29.2-5.5-33.8-21.2h-.8v70.3H137zm80.9 60.7c0-27.5-3.3-32.5-20.7-32.5-16.9 0-20.7 5-20.7 28.7 0 28 3.5 33.5 21.2 33.5 16.4 0 20.2-5.6 20.2-29.7m57.9-60.7h38.3l-1.5 20.6h.8c9.1-17.1 15.9-20.9 37.5-20.9 14.4 0 24.7 3 31.5 9.1 9.8 8.6 12.8 20.4 12.8 48.1 0 30-3 43.1-12.1 52.9-6.8 7.3-16.4 10.1-33.3 10.1-20.4 0-29.2-5.5-33.8-21.2h-.8v70.3h-39.5v-169zm80.9 60.7c0-27.5-3.3-32.5-20.7-32.5-16.9 0-20.7 5-20.7 28.7 0 28 3.5 33.5 21.2 33.5 16.4 0 20.2-5.6 20.2-29.7m53.8-3.8c0-25.4 3.3-37.8 12.3-45.8 8.8-8.1 22.2-11.3 45.1-11.3 42.8 0 55.7 12.8 55.7 55.7v11.1h-75.3c-.3 2-.3 4-.3 4.8 0 16.9 4.5 21.9 20.1 21.9 13.9 0 17.9-3 17.9-13.9h37.5v2.3c0 9.8-2.5 18.9-6.8 24.7-7.3 9.8-19.6 13.6-44.3 13.6-27.5 0-41.6-3.3-50.6-12.3-8.5-8.5-11.3-21.3-11.3-50.8m76.4-11.6c-.3-1.8-.3-3.3-.3-3.8 0-12.3-3.3-14.6-19.6-14.6-14.4 0-17.1 3-18.1 15.1l-.3 3.3zm55.6-45.3h38.3l-1.8 19.9h.7c6.8-14.9 14.4-20.2 29.7-20.2 10.8 0 19.1 3.3 23.4 9.3 5.3 7.3 6.8 14.4 6.8 34 0 1.5 0 5 .2 9.3h-35c.3-1.8.3-3.3.3-4 0-15.4-2-19.4-10.3-19.4-6.3 0-10.8 3.3-13.1 9.3-1 3-1 4.3-1 12.3v68h-38.3V192.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/apple-pay.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/apple-pay.svg new file mode 100644 index 0000000..5ff7ca2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/apple-pay.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M116.9 158.5c-7.5 8.9-19.5 15.9-31.5 14.9-1.5-12 4.4-24.8 11.3-32.6 7.5-9.1 20.6-15.6 31.3-16.1 1.2 12.4-3.7 24.7-11.1 33.8m10.9 17.2c-17.4-1-32.3 9.9-40.5 9.9-8.4 0-21-9.4-34.8-9.1-17.9.3-34.5 10.4-43.6 26.5-18.8 32.3-4.9 80 13.3 106.3 8.9 13 19.5 27.3 33.5 26.8 13.3-.5 18.5-8.6 34.5-8.6 16.1 0 20.8 8.6 34.8 8.4 14.5-.3 23.6-13 32.5-26 10.1-14.8 14.3-29.1 14.5-29.9-.3-.3-28-10.9-28.3-42.9-.3-26.8 21.9-39.5 22.9-40.3-12.5-18.6-32-20.6-38.8-21.1m100.4-36.2v194.9h30.3v-66.6h41.9c38.3 0 65.1-26.3 65.1-64.3s-26.4-64-64.1-64zm30.3 25.5h34.9c26.3 0 41.3 14 41.3 38.6s-15 38.8-41.4 38.8h-34.8zm162.2 170.9c19 0 36.6-9.6 44.6-24.9h.6v23.4h28v-97c0-28.1-22.5-46.3-57.1-46.3-32.1 0-55.9 18.4-56.8 43.6h27.3c2.3-12 13.4-19.9 28.6-19.9 18.5 0 28.9 8.6 28.9 24.5v10.8l-37.8 2.3c-35.1 2.1-54.1 16.5-54.1 41.5.1 25.2 19.7 42 47.8 42m8.2-23.1c-16.1 0-26.4-7.8-26.4-19.6 0-12.3 9.9-19.4 28.8-20.5l33.6-2.1v11c0 18.2-15.5 31.2-36 31.2m102.5 74.6c29.5 0 43.4-11.3 55.5-45.4L640 193h-30.8l-35.6 115.1h-.6L537.4 193h-31.6L557 334.9l-2.8 8.6c-4.6 14.6-12.1 20.3-25.5 20.3-2.4 0-7-.3-8.9-.5v23.4c1.8.4 9.3.7 11.6.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/apple.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/apple.svg new file mode 100644 index 0000000..294f842 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/apple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M318.7 268.7c-.2-36.7 16.4-64.4 50-84.8-18.8-26.9-47.2-41.7-84.7-44.6-35.5-2.8-74.3 20.7-88.5 20.7-15 0-49.4-19.7-76.4-19.7C63.3 141.2 4 184.8 4 273.5q0 39.3 14.4 81.2c12.8 36.7 59 126.7 107.2 125.2 25.2-.6 43-17.9 75.8-17.9 31.8 0 48.3 17.9 76.4 17.9 48.6-.7 90.4-82.5 102.6-119.3-65.2-30.7-61.7-90-61.7-91.9m-56.6-164.2c27.3-32.4 24.8-61.9 24-72.5-24.1 1.4-52 16.4-67.9 34.9-17.5 19.8-27.8 44.3-25.6 71.9 26.1 2 49.9-11.4 69.5-34.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/artstation.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/artstation.svg new file mode 100644 index 0000000..71956a6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/artstation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m2 377.4 43 74.3A51.35 51.35 0 0 0 90.9 480h285.4l-59.2-102.6zM501.8 350 335.6 59.3A51.38 51.38 0 0 0 290.2 32h-88.4l257.3 447.6 40.7-70.5c1.9-3.2 21-29.7 2-59.1M275 304.5l-115.5-200L44 304.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/asymmetrik.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/asymmetrik.svg new file mode 100644 index 0000000..73d6ad6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/asymmetrik.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M517.5 309.2c38.8-40 58.1-80 58.5-116.1.8-65.5-59.4-118.2-169.4-135C277.9 38.4 118.1 73.6 0 140.5 52 114 110.6 92.3 170.7 82.3c74.5-20.5 153-25.4 221.3-14.8C544.5 91.3 588.8 195 490.8 299.2c-10.2 10.8-22 21.1-35 30.6L304.9 103.4 114.7 388.9c-65.6-29.4-76.5-90.2-19.1-151.2 20.8-22.2 48.3-41.9 79.5-58.1 20-12.2 39.7-22.6 62-30.7-65.1 20.3-122.7 52.9-161.6 92.9-27.7 28.6-41.4 57.1-41.7 82.9-.5 35.1 23.4 65.1 68.4 83l-34.5 51.7h101.6l22-34.4c22.2 1 45.3 0 68.6-2.7l-22.8 37.1h135.5L340 406.3c18.6-5.3 36.9-11.5 54.5-18.7l45.9 71.8H542L468.6 349c18.5-12.1 35-25.5 48.9-39.8m-187.6 80.5-25-40.6-32.7 53.3c-23.4 3.5-46.7 5.1-69.2 4.4l101.9-159.3 78.7 123c-17.2 7.4-35.3 13.9-53.7 19.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/atlassian.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/atlassian.svg new file mode 100644 index 0000000..75686bc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/atlassian.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M152.2 236.4c-7.7-8.2-19.7-7.7-24.8 2.8L1.6 490.2c-5 10 2.4 21.7 13.4 21.7h175c5.8.1 11-3.2 13.4-8.4 37.9-77.8 15.1-196.3-51.2-267.1M244.4 8.1c-122.3 193.4-8.5 348.6 65 495.5 2.5 5.1 7.7 8.4 13.4 8.4H497c11.2 0 18.4-11.8 13.4-21.7 0 0-234.5-470.6-240.4-482.3-5.3-10.6-18.8-10.8-25.6.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/audible.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/audible.svg new file mode 100644 index 0000000..3a32d40 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/audible.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M640 199.9v54l-320 200L0 254v-54l320 200zm-194.5 72 47.1-29.4c-37.2-55.8-100.7-92.6-172.7-92.6s-135.5 36.7-172.6 92.4h.3c2.5-2.3 5.1-4.5 7.7-6.7 89.7-74.4 219.4-58.1 290.2 36.3m-220.1 18.8c16.9-11.9 36.5-18.7 57.4-18.7 34.4 0 65.2 18.4 86.4 47.6l45.4-28.4c-20.9-29.9-55.6-49.5-94.8-49.5-38.9 0-73.4 19.4-94.4 49M103.6 161.1c131.8-104.3 318.2-76.4 417.5 62.1l.7 1 48.8-30.4C517.1 112.1 424.8 58.1 319.9 58.1c-103.5 0-196.6 53.5-250.5 135.6 9.9-10.5 22.7-23.5 34.2-32.6m467 32.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/autoprefixer.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/autoprefixer.svg new file mode 100644 index 0000000..7b97334 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/autoprefixer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m318.4 16-161 480h77.5l25.4-81.4h119.5L405 496h77.5zm-40.3 341.9 41.2-130.4h1.5l40.9 130.4zM640 405l-10-31.4L462.1 358l19.4 56.5zm-462.1-47L10 373.7 0 405l158.5 9.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/avianex.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/avianex.svg new file mode 100644 index 0000000..36ee2ce --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/avianex.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M453.1 32h-312c-38.9 0-76.2 31.2-83.3 69.7L1.2 410.3C-5.9 448.8 19.9 480 58.9 480h312c38.9 0 76.2-31.2 83.3-69.7l56.7-308.5c7-38.6-18.8-69.8-57.8-69.8m-58.2 347.3-32 13.5-115.4-110c-14.7 10-29.2 19.5-41.7 27.1l22.1 64.2-17.9 12.7-40.6-61-52.4-48.1 15.7-15.4 58 31.1c9.3-10.5 20.8-22.6 32.8-34.9L203 228.9l-68.8-99.8 18.8-28.9 8.9-4.8L265 207.8l4.9 4.5c19.4-18.8 33.8-32.4 33.8-32.4 7.7-6.5 21.5-2.9 30.7 7.9 9 10.5 10.6 24.7 2.7 31.3-1.8 1.3-15.5 11.4-35.3 25.6l4.5 7.3 94.9 119.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/aviato.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/aviato.svg new file mode 100644 index 0000000..48e6ac7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/aviato.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m107.2 283.5-19-41.8H36.1l-19 41.8H0l62.2-131.4 62.2 131.4zm-45-98.1-19.6 42.5h39.2zm112.7 102.4-62.2-131.4h17.1l45.1 96 45.1-96h17zm80.6-4.3V156.4H271v127.1zm209.1-115.6v115.6h-17.3V167.9h-41.2v-11.5h99.6v11.5zM640 218.8q0 13.8-5.1 25.8c-3.4 8-8.2 15.1-14.2 21.1s-13.1 10.8-21.1 14.2q-12 5.1-25.8 5.1c-13.8 0-17.8-1.7-25.8-5.1s-15.1-8.2-21.1-14.2-10.8-13-14.2-21.1q-5.1-12-5.1-25.8c0-13.8 1.7-17.8 5.1-25.8s8.2-15.1 14.2-21.1 13-8.4 21.1-11.9q12-5.1 25.8-5.1c13.8 0 17.8 1.7 25.8 5.1s15.1 5.8 21.1 11.9c6 6 10.7 13.1 14.2 21.1q5.1 12 5.1 25.8m-15.5 0c0-7.3-1.3-14-3.9-20.3s-6.2-11.7-10.8-16.3-10-8.2-16.2-10.9-12.8-4-19.8-4-13.6 1.3-19.8 4-11.6 6.3-16.2 10.9-8.2 10-10.8 16.3-3.9 13.1-3.9 20.3c0 7.3 1.3 14 3.9 20.3s6.2 11.7 10.8 16.3 10 8.2 16.2 10.9 12.8 4 19.8 4 13.6-1.3 19.8-4 11.6-6.3 16.2-10.9 8.2-10 10.8-16.3 3.9-13.1 3.9-20.3m-94.8 96.7v-6.3l88.9-10-242.9 13.4c.6-2.2 1.1-4.6 1.4-7.2.3-2 .5-4.2.6-6.5l64.8-8.1-64.9 1.9c0-.4-.1-.7-.1-1.1-2.8-17.2-25.5-23.7-25.5-23.7l-1.1-26.3h23.8l19 41.8h17.1L348.6 152l-62.2 131.4h17.1l19-41.8h23.6L345 268s-22.7 6.5-25.5 23.7c-.1.3-.1.7-.1 1.1l-64.9-1.9 64.8 8.1c.1 2.3.3 4.4.6 6.5.3 2.6.8 5 1.4 7.2L78.4 299.2l88.9 10v6.3c-5.9.9-10.5 6-10.5 12.2 0 6.8 5.6 12.4 12.4 12.4s12.4-5.6 12.4-12.4c0-6.2-4.6-11.3-10.5-12.2v-5.8l80.3 9v5.4c-5.7 1.1-9.9 6.2-9.9 12.1 0 6.8 5.6 10.2 12.4 10.2s12.4-3.4 12.4-10.2c0-6-4.3-11-9.9-12.1v-4.9l28.4 3.2v23.7h-5.9V360h5.9v-6.6h5v6.6h5.9v-13.8h-5.9V323l38.3 4.3c8.1 11.4 19 13.6 19 13.6l-.1 6.7-5.1.2-.1 12.1h4.1l.1-5h5.2l.1 5h4.1l-.1-12.1-5.1-.2-.1-6.7s10.9-2.1 19-13.6l38.3-4.3v23.2h-5.9V360h5.9v-6.6h5v6.6h5.9v-13.8h-5.9v-23.7l28.4-3.2v4.9c-5.7 1.1-9.9 6.2-9.9 12.1 0 6.8 5.6 10.2 12.4 10.2s12.4-3.4 12.4-10.2c0-6-4.3-11-9.9-12.1v-5.4l80.3-9v5.8c-5.9.9-10.5 6-10.5 12.2 0 6.8 5.6 12.4 12.4 12.4s12.4-5.6 12.4-12.4c-.2-6.3-4.7-11.4-10.7-12.3m-200.8-87.6 19.6-42.5 19.6 42.5h-17.9l-1.7-40.3-1.7 40.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/aws.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/aws.svg new file mode 100644 index 0000000..54e4e17 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/aws.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M180.41 203.01c-.72 22.65 10.6 32.68 10.88 39.05a8.16 8.16 0 0 1-4.1 6.27l-12.8 8.96a10.66 10.66 0 0 1-5.63 1.92c-.43-.02-8.19 1.83-20.48-25.61a78.6 78.6 0 0 1-62.61 29.45c-16.28.89-60.4-9.24-58.13-56.21-1.59-38.28 34.06-62.06 70.93-60.05 7.1.02 21.6.37 46.99 6.27v-15.62c2.69-26.46-14.7-46.99-44.81-43.91-2.4.01-19.4-.5-45.84 10.11-7.36 3.38-8.3 2.82-10.75 2.82-7.41 0-4.36-21.48-2.94-24.2 5.21-6.4 35.86-18.35 65.94-18.18a76.86 76.86 0 0 1 55.69 17.28 70.29 70.29 0 0 1 17.67 52.36zM93.99 235.4c32.43-.47 46.16-19.97 49.29-30.47 2.46-10.05 2.05-16.41 2.05-27.4-9.67-2.32-23.59-4.85-39.56-4.87-15.15-1.14-42.82 5.63-41.74 32.26-1.24 16.79 11.12 31.4 29.96 30.48m170.92 23.05c-7.86.72-11.52-4.86-12.68-10.37l-49.8-164.65c-.97-2.78-1.61-5.65-1.92-8.58a4.61 4.61 0 0 1 3.86-5.25c.24-.04-2.13 0 22.25 0 8.78-.88 11.64 6.03 12.55 10.37l35.72 140.83 33.16-140.83c.53-3.22 2.94-11.07 12.8-10.24h17.16c2.17-.18 11.11-.5 12.68 10.37l33.42 142.63L420.98 80.1c.48-2.18 2.72-11.37 12.68-10.37h19.72c.85-.13 6.15-.81 5.25 8.58-.43 1.85 3.41-10.66-52.75 169.9-1.15 5.51-4.82 11.09-12.68 10.37h-18.69c-10.94 1.15-12.51-9.66-12.68-10.75L328.67 110.7l-32.78 136.99c-.16 1.09-1.73 11.9-12.68 10.75h-18.3zm273.48 5.63c-5.88.01-33.92-.3-57.36-12.29a12.8 12.8 0 0 1-7.81-11.91v-10.75c0-8.45 6.2-6.9 8.83-5.89 10.04 4.06 16.48 7.14 28.81 9.6 36.65 7.53 52.77-2.3 56.72-4.48 13.15-7.81 14.19-25.68 5.25-34.95-10.48-8.79-15.48-9.12-53.13-21-4.64-1.29-43.7-13.61-43.79-52.36-.61-28.24 25.05-56.18 69.52-55.95 12.67-.01 46.43 4.13 55.57 15.62 1.35 2.09 2.02 4.55 1.92 7.04v10.11c0 4.44-1.62 6.66-4.87 6.66-7.71-.86-21.39-11.17-49.16-10.75-6.89-.36-39.89.91-38.41 24.97-.43 18.96 26.61 26.07 29.7 26.89 36.46 10.97 48.65 12.79 63.12 29.58 17.14 22.25 7.9 48.3 4.35 55.44-19.08 37.49-68.42 34.44-69.26 34.42m40.2 104.86c-70.03 51.72-171.69 79.25-258.49 79.25A469.13 469.13 0 0 1 2.83 327.46c-6.53-5.89-.77-13.96 7.17-9.47a637.37 637.37 0 0 0 316.88 84.12 630.2 630.2 0 0 0 241.59-49.55c11.78-5 21.77 7.8 10.12 16.38m29.19-33.29c-8.96-11.52-59.28-5.38-81.81-2.69-6.79.77-7.94-5.12-1.79-9.47 40.07-28.17 105.88-20.1 113.44-10.63 7.55 9.47-2.05 75.41-39.56 106.91-5.76 4.87-11.27 2.3-8.71-4.1 8.44-21.25 27.39-68.49 18.43-80.02"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/bandcamp.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/bandcamp.svg new file mode 100644 index 0000000..c2c8e7b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/bandcamp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8m48.2 326.1h-181L207.9 178h181Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/battle-net.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/battle-net.svg new file mode 100644 index 0000000..b340ce8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/battle-net.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M448.61 225.62c26.87.18 35.57-7.43 38.92-12.37 12.47-16.32-7.06-47.6-52.85-71.33 17.76-33.58 30.11-63.68 36.34-85.3 3.38-11.83 1.09-19 .45-20.25-1.72 10.52-15.85 48.46-48.2 100.05-25-11.22-56.52-20.1-93.77-23.8-8.94-16.94-34.88-63.86-60.48-88.93C252.18 7.14 238.7 1.07 228.18.22h-.05c-13.83-1.55-22.67 5.85-27.4 11-17.2 18.53-24.33 48.87-25 84.07-7.24-12.35-17.17-24.63-28.5-25.93h-.18c-20.66-3.48-38.39 29.22-36 81.29-38.36 1.38-71 5.75-93 11.23-9.9 2.45-16.22 7.27-17.76 9.72 1-.38 22.4-9.22 111.56-9.22 5.22 53 29.75 101.82 26 93.19-9.73 15.4-38.24 62.36-47.31 97.7-5.87 22.88-4.37 37.61.15 47.14 5.57 12.75 16.41 16.72 23.2 18.26 25 5.71 55.38-3.63 86.7-21.14-7.53 12.84-13.9 28.51-9.06 39.34 7.31 19.65 44.49 18.66 88.44-9.45 20.18 32.18 40.07 57.94 55.7 74.12a39.8 39.8 0 0 0 8.75 7.09c5.14 3.21 8.58 3.37 8.58 3.37-8.24-6.75-34-38-62.54-91.78 22.22-16 45.65-38.87 67.47-69.27 122.82 4.6 143.29-24.76 148-31.64 14.67-19.88 3.43-57.44-57.32-93.69m-77.85 106.22c23.81-37.71 30.34-67.77 29.45-92.33 27.86 17.57 47.18 37.58 49.06 58.83 1.14 12.93-8.1 29.12-78.51 33.5M216.9 387.69c9.76-6.23 19.53-13.12 29.2-20.49 6.68 13.33 13.6 26.1 20.6 38.19-40.6 21.86-68.84 12.76-49.8-17.7m215-171.35c-10.29-5.34-21.16-10.34-32.38-15.05a723 723 0 0 0 22.74-36.9c39.06 24.1 45.9 53.18 9.64 51.95M279.18 398c-5.51-11.35-11-23.5-16.5-36.44 43.25 1.27 62.42-18.73 63.28-20.41 0 .07-25 15.64-62.53 12.25a719 719 0 0 0 85.06-84q13.06-15.31 24.93-31.11c-.36-.29-1.54-3-16.51-12-51.7 60.27-102.34 98-132.75 115.92-20.59-11.18-40.84-31.78-55.71-61.49-20-39.92-30-82.39-31.57-116.07 12.3.91 25.27 2.17 38.85 3.88-22.29 36.8-14.39 63-13.47 64.23 0-.07-.95-29.17 20.14-59.57a695.2 695.2 0 0 0 44.67 152.84c.93-.38 1.84.88 18.67-8.25-26.33-74.47-33.76-138.17-34-173.43 20-12.42 48.18-19.8 81.63-17.81 44.57 2.67 86.36 15.25 116.32 30.71q-10.69 15.66-23.33 32.47C365.63 152 339.1 145.84 337.5 146c.11 0 25.9 14.07 41.52 47.22a717.6 717.6 0 0 0-115.34-31.71 647 647 0 0 0-39.39-6.05c-.07.45-1.81 1.85-2.16 20.33C300 190.28 358.78 215.68 389.36 233c.74 23.55-6.95 51.61-25.41 79.57-24.6 37.31-56.39 67.23-84.77 85.43m27.4-287c-44.56-1.66-73.58 7.43-94.69 20.67 2-52.3 21.31-76.38 38.21-75.28C267 52.15 305 108.55 306.58 111m-130.65 3.1c.48 12.11 1.59 24.62 3.21 37.28-14.55-.85-28.74-1.25-42.4-1.26-.08 3.24-.12-51 24.67-49.59h.09c5.76 1.09 10.63 6.88 14.43 13.57m-28.06 162c20.76 39.7 43.3 60.57 65.25 72.31-46.79 24.76-77.53 20-84.92 4.51-.2-.21-11.13-15.3 19.67-76.81zm210.06 74.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/behance.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/behance.svg new file mode 100644 index 0000000..7740bac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/behance.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M232 237.2c31.8-15.2 48.4-38.2 48.4-74 0-70.6-52.6-87.8-113.3-87.8H0v354.4h171.8c64.4 0 124.9-30.9 124.9-102.9 0-44.5-21.1-77.4-64.7-89.7M77.9 135.9H151c28.1 0 53.4 7.9 53.4 40.5 0 30.1-19.7 42.2-47.5 42.2h-79zm83.3 233.7H77.9V272h84.9c34.3 0 56 14.3 56 50.6 0 35.8-25.9 47-57.6 47m358.5-240.7H376V94h143.7zM576 305.2c0-75.9-44.4-139.2-124.9-139.2-78.2 0-131.3 58.8-131.3 135.8 0 79.9 50.3 134.7 131.3 134.7 61.3 0 101-27.6 120.1-86.3H509c-6.7 21.9-34.3 33.5-55.7 33.5-41.3 0-63-24.2-63-65.3h185.1c.3-4.2.6-8.7.6-13.2M390.4 274c2.3-33.7 24.7-54.8 58.5-54.8 35.4 0 53.2 20.8 56.2 54.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/bilibili.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/bilibili.svg new file mode 100644 index 0000000..776699b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/bilibili.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M488.6 104.1c16.7 18.1 24.4 39.7 23.3 65.7v202.4c-.4 26.4-9.2 48.1-26.5 65.1-17.2 17-39.1 25.9-65.5 26.7H92.02c-26.45-.8-48.21-9.8-65.28-27.2C9.682 419.4.767 396.5 0 368.2V169.8c.767-26 9.682-47.6 26.74-65.7C43.81 87.75 65.57 78.77 92.02 78h29.38L96.05 52.19c-5.75-5.73-8.63-13-8.63-21.79 0-8.8 2.88-16.06 8.63-21.797C101.8 2.868 109.1 0 117.9 0q13.2 0 21.9 8.603L213.1 78h88l74.5-69.397C381.7 2.868 389.2 0 398 0q13.2 0 21.9 8.603c5.7 5.737 8.6 12.997 8.6 21.797 0 8.79-2.9 16.06-8.6 21.79L394.6 78h29.3c26.4.77 48 9.75 64.7 26.1m-38.8 69.7c-.4-9.6-3.7-17.4-10.7-23.5-5.2-6.1-14-9.4-22.7-9.8H96.05c-9.59.4-17.45 3.7-23.58 9.8-6.14 6.1-9.4 13.9-9.78 23.5v194.4c0 9.2 3.26 17 9.78 23.5s14.38 9.8 23.58 9.8H416.4c9.2 0 17-3.3 23.3-9.8s9.7-14.3 10.1-23.5zm-264.3 42.7c6.3 6.3 9.7 14.1 10.1 23.2V273c-.4 9.2-3.7 16.9-9.8 23.2-6.2 6.3-14 9.5-23.6 9.5s-17.5-3.2-23.6-9.5-9.4-14-9.8-23.2v-33.3c.4-9.1 3.8-16.9 10.1-23.2s13.2-9.6 23.3-10c9.2.4 17 3.7 23.3 10m191.5 0c6.3 6.3 9.7 14.1 10.1 23.2V273c-.4 9.2-3.7 16.9-9.8 23.2s-14 9.5-23.6 9.5-17.4-3.2-23.6-9.5c-7-6.3-9.4-14-9.7-23.2v-33.3c.3-9.1 3.7-16.9 10-23.2s14.1-9.6 23.3-10c9.2.4 17 3.7 23.3 10"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/bimobject.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/bimobject.svg new file mode 100644 index 0000000..107252b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/bimobject.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M416 32H32C14.4 32 0 46.4 0 64v384c0 17.6 14.4 32 32 32h384c17.6 0 32-14.4 32-32V64c0-17.6-14.4-32-32-32m-64 257.4c0 49.4-11.4 82.6-103.8 82.6h-16.9c-44.1 0-62.4-14.9-70.4-38.8h-.9V368H96V136h64v74.7h1.1c4.6-30.5 39.7-38.8 69.7-38.8h17.3c92.4 0 103.8 33.1 103.8 82.5v35zm-64-28.9v22.9c0 21.7-3.4 33.8-38.4 33.8h-45.3c-28.9 0-44.1-6.5-44.1-35.7v-19c0-29.3 15.2-35.7 44.1-35.7h45.3c35-.2 38.4 12 38.4 33.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/bitbucket.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/bitbucket.svg new file mode 100644 index 0000000..c8e1364 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/bitbucket.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M22.2 32A16 16 0 0 0 6 47.8a26 26 0 0 0 .2 2.8l67.9 412.1a21.77 21.77 0 0 0 21.3 18.2h325.7a16 16 0 0 0 16-13.4L505 50.7a16 16 0 0 0-13.2-18.3 25 25 0 0 0-2.8-.2zm285.9 297.8h-104l-28.1-147h157.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/bitcoin.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/bitcoin.svg new file mode 100644 index 0000000..9d9bb05 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/bitcoin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248m-141.651-35.33c4.937-32.999-20.191-50.739-54.55-62.573l11.146-44.702-27.213-6.781-10.851 43.524c-7.154-1.783-14.502-3.464-21.803-5.13l10.929-43.81-27.198-6.781-11.153 44.686c-5.922-1.349-11.735-2.682-17.377-4.084l.031-.14-37.53-9.37-7.239 29.062s20.191 4.627 19.765 4.913c11.022 2.751 13.014 10.044 12.68 15.825l-12.696 50.925c.76.194 1.744.473 2.829.907-.907-.225-1.876-.473-2.876-.713l-17.796 71.338c-1.349 3.348-4.767 8.37-12.471 6.464.271.395-19.78-4.937-19.78-4.937l-13.51 31.147 35.414 8.827c6.588 1.651 13.045 3.379 19.4 5.006l-11.262 45.213 27.182 6.781 11.153-44.733a1038 1038 0 0 0 21.687 5.627l-11.115 44.523 27.213 6.781 11.262-45.128c46.404 8.781 81.299 5.239 95.986-36.727 11.836-33.79-.589-53.281-25.004-65.991 17.78-4.098 31.174-15.792 34.747-39.949m-62.177 87.179c-8.41 33.79-65.308 15.523-83.755 10.943l14.944-59.899c18.446 4.603 77.6 13.717 68.811 48.956m8.417-87.667c-7.673 30.736-55.031 15.12-70.393 11.292l13.548-54.327c15.363 3.828 64.836 10.973 56.845 43.035"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/bity.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/bity.svg new file mode 100644 index 0000000..5ae13ff --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/bity.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M78.4 67.2C173.8-22 324.5-24 421.5 71c14.3 14.1-6.4 37.1-22.4 21.5-84.8-82.4-215.8-80.3-298.9-3.2-16.3 15.1-36.5-8.3-21.8-22.1m98.9 418.6c19.3 5.7 29.3-23.6 7.9-30C73 421.9 9.4 306.1 37.7 194.8c5-19.6-24.9-28.1-30.2-7.1-32.1 127.4 41.1 259.8 169.8 298.1m148.1-2c121.9-40.2 192.9-166.9 164.4-291-4.5-19.7-34.9-13.8-30 7.9 24.2 107.7-37.1 217.9-143.2 253.4-21.2 7-10.4 36 8.8 29.7m-62.9-79 .2-71.8c0-8.2-6.6-14.8-14.8-14.8s-14.8 6.7-14.8 14.8l-.2 71.8c0 8.2 6.6 14.8 14.8 14.8s14.8-6.6 14.8-14.8m71-269c2.1 90.9 4.7 131.9-85.5 132.5-92.5-.7-86.9-44.3-85.5-132.5 0-21.8-32.5-19.6-32.5 0v71.6c0 69.3 60.7 90.9 118 90.1 57.3.8 118-20.8 118-90.1v-71.6c0-19.6-32.5-21.8-32.5 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/black-tie.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/black-tie.svg new file mode 100644 index 0000000..426947a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/black-tie.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 32v448h448V32zm316.5 325.2L224 445.9l-92.5-88.7 64.5-184-64.5-86.6h184.9L252 173.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/blackberry.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/blackberry.svg new file mode 100644 index 0000000..c5f10cd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/blackberry.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M166 116.9c0 23.4-16.4 49.1-72.5 49.1H23.4l21-88.8h67.8c42.1 0 53.8 23.3 53.8 39.7m126.2-39.7h-67.8L205.7 166h70.1c53.8 0 70.1-25.7 70.1-49.1.1-16.4-11.6-39.7-53.7-39.7M88.8 208.1H21L0 296.9h70.1c56.1 0 72.5-23.4 72.5-49.1 0-16.3-11.7-39.7-53.8-39.7m180.1 0h-67.8l-18.7 88.8h70.1c53.8 0 70.1-23.4 70.1-49.1 0-16.3-11.7-39.7-53.7-39.7m189.3-53.8h-67.8l-18.7 88.8h70.1c53.8 0 70.1-23.4 70.1-49.1.1-16.3-11.6-39.7-53.7-39.7m-28 137.9h-67.8L343.7 381h70.1c56.1 0 70.1-23.4 70.1-49.1 0-16.3-11.6-39.7-53.7-39.7M240.8 346H173l-18.7 88.8h70.1c56.1 0 70.1-25.7 70.1-49.1.1-16.3-11.6-39.7-53.7-39.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/blogger-b.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/blogger-b.svg new file mode 100644 index 0000000..34f2296 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/blogger-b.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M446.6 222.7c-1.8-8-6.8-15.4-12.5-18.5-1.8-1-13-2.2-25-2.7-20.1-.9-22.3-1.3-28.7-5-10.1-5.9-12.8-12.3-12.9-29.5-.1-33-13.8-63.7-40.9-91.3-19.3-19.7-40.9-33-65.5-40.5-5.9-1.8-19.1-2.4-63.3-2.9-69.4-.8-84.8.6-108.4 10C45.9 59.5 14.7 96.1 3.3 142.9 1.2 151.7.7 165.8.2 246.8c-.6 101.5.1 116.4 6.4 136.5 15.6 49.6 59.9 86.3 104.4 94.3 14.8 2.7 197.3 3.3 216 .8 32.5-4.4 58-17.5 81.9-41.9 17.3-17.7 28.1-36.8 35.2-62.1 4.9-17.6 4.5-142.8 2.5-151.7m-322.1-63.6c7.8-7.9 10-8.2 58.8-8.2 43.9 0 45.4.1 51.8 3.4 9.3 4.7 13.4 11.3 13.4 21.9 0 9.5-3.8 16.2-12.3 21.6-4.6 2.9-7.3 3.1-50.3 3.3-26.5.2-47.7-.4-50.8-1.2-16.6-4.7-22.8-28.5-10.6-40.8m191.8 199.8-14.9 2.4-77.5.9c-68.1.8-87.3-.4-90.9-2-7.1-3.1-13.8-11.7-14.9-19.4-1.1-7.3 2.6-17.3 8.2-22.4 7.1-6.4 10.2-6.6 97.3-6.7 89.6-.1 89.1-.1 97.6 7.8 12.1 11.3 9.5 31.2-4.9 39.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/blogger.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/blogger.svg new file mode 100644 index 0000000..55c497b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/blogger.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M162.4 196c4.8-4.9 6.2-5.1 36.4-5.1 27.2 0 28.1.1 32.1 2.1 5.8 2.9 8.3 7 8.3 13.6 0 5.9-2.4 10-7.6 13.4-2.8 1.8-4.5 1.9-31.1 2.1-16.4.1-29.5-.2-31.5-.8-10.3-2.9-14.1-17.7-6.6-25.3m61.4 94.5c-53.9 0-55.8.2-60.2 4.1-3.5 3.1-5.7 9.4-5.1 13.9.7 4.7 4.8 10.1 9.2 12 2.2 1 14.1 1.7 56.3 1.2l47.9-.6 9.2-1.5c9-5.1 10.5-17.4 3.1-24.4-5.3-4.7-5-4.7-60.4-4.7m223.4 130.1c-3.5 28.4-23 50.4-51.1 57.5-7.2 1.8-9.7 1.9-172.9 1.8-157.8 0-165.9-.1-172-1.8-8.4-2.2-15.6-5.5-22.3-10-5.6-3.8-13.9-11.8-17-16.4-3.8-5.6-8.2-15.3-10-22S0 420.3 0 256.3C0 93.2 0 89.7 1.8 82.6 8.1 57.9 27.7 39 53 33.4c7.3-1.6 332.1-1.9 340-.3 21.2 4.3 37.9 17.1 47.6 36.4 7.7 15.3 7-1.5 7.3 180.6.2 115.8 0 164.5-.7 170.5m-85.4-185.2c-1.1-5-4.2-9.6-7.7-11.5-1.1-.6-8-1.3-15.5-1.7-12.4-.6-13.8-.8-17.8-3.1-6.2-3.6-7.9-7.6-8-18.3 0-20.4-8.5-39.4-25.3-56.5-12-12.2-25.3-20.5-40.6-25.1-3.6-1.1-11.8-1.5-39.2-1.8-42.9-.5-52.5.4-67.1 6.2-27 10.7-46.3 33.4-53.4 62.4-1.3 5.4-1.6 14.2-1.9 64.3-.4 62.8 0 72.1 4 84.5 9.7 30.7 37.1 53.4 64.6 58.4 9.2 1.7 122.2 2.1 133.7.5 20.1-2.7 35.9-10.8 50.7-25.9 10.7-10.9 17.4-22.8 21.8-38.5 3.2-10.9 2.9-88.4 1.7-93.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/bluesky.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/bluesky.svg new file mode 100644 index 0000000..20878af --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/bluesky.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M407.8 294.7c-3.3-.4-6.7-.8-10-1.3 3.4.4 6.7.9 10 1.3M288 227.1c-26.1-50.7-97.1-145.2-163.1-191.8C61.6-9.4 37.5-1.7 21.6 5.5 3.3 13.8 0 41.9 0 58.4S9.1 194 15 213.9c19.5 65.7 89.1 87.9 153.2 80.7 3.3-.5 6.6-.9 10-1.4-3.3.5-6.6 1-10 1.4-93.9 14-177.3 48.2-67.9 169.9C220.6 589.1 265.1 437.8 288 361.1c22.9 76.7 49.2 222.5 185.6 103.4 102.4-103.4 28.1-156-65.8-169.9-3.3-.4-6.7-.8-10-1.3 3.4.4 6.7.9 10 1.3 64.1 7.1 133.6-15.1 153.2-80.7C566.9 194 576 75 576 58.4s-3.3-44.7-21.6-52.9c-15.8-7.1-40-14.9-103.2 29.8C385.1 81.9 314.1 176.4 288 227.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/bluetooth-b.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/bluetooth-b.svg new file mode 100644 index 0000000..cc62317 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/bluetooth-b.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m196.48 260.023 92.626-103.333L143.125 0v206.33l-86.111-86.111-31.406 31.405 108.061 108.399L25.608 368.422l31.406 31.405 86.111-86.111L145.84 512l148.552-148.644zm40.86-102.996-49.977 49.978-.338-100.295zM187.363 313.04l49.977 49.978-50.315 50.316z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/bluetooth.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/bluetooth.svg new file mode 100644 index 0000000..f4052a2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/bluetooth.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M292.6 171.1 249.7 214l-.3-86zm-43.2 219.8 43.1-43.1-42.9-42.9zM416 259.4C416 465 344.1 512 230.9 512S32 465 32 259.4 115.4 0 228.6 0 416 53.9 416 259.4m-158.5 0 79.4-88.6L211.8 36.5v176.9L138 139.6l-27 26.9 92.7 93-92.7 93 26.9 26.9 73.8-73.8 2.3 170 127.4-127.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/bootstrap.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/bootstrap.svg new file mode 100644 index 0000000..6da7fdf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/bootstrap.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M333.5 201.4c0-22.1-15.6-34.3-43-34.3h-50.4v71.2h42.5c32.8-.1 50.9-13.3 50.9-36.9M517 188.6c-9.5-30.9-10.9-68.8-9.8-98.1C508.3 60 484.5 32 452.5 32H123.7C91.6 32 67.9 60.1 69 90.5c1 29.3-.3 67.2-9.8 98.1-9.6 31-25.7 50.6-52.2 53.1v28.5c26.4 2.5 42.6 22.1 52.2 53.1 9.5 30.9 10.9 68.8 9.8 98.1-1.1 30.5 22.7 58.5 54.7 58.5h328.7c32.1 0 55.8-28.1 54.7-58.5-1-29.3.3-67.2 9.8-98.1 9.6-31 25.7-50.6 52.1-53.1v-28.5c-26.3-2.5-42.5-22.1-52-53.1M300.2 375.1h-97.9V136.8h97.4c43.3 0 71.7 23.4 71.7 59.4 0 25.3-19.1 47.9-43.5 51.8v1.3c33.2 3.6 55.5 26.6 55.5 58.3 0 42.1-31.3 67.5-83.2 67.5m-10-108.7h-50.1v78.4h52.3c34.2 0 52.3-13.7 52.3-39.5 0-25.7-18.6-38.9-54.5-38.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/bots.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/bots.svg new file mode 100644 index 0000000..a370558 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/bots.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M86.344 197.834a51.77 51.77 0 0 0-41.57 20.058v-61.874a8.19 8.19 0 0 0-8.19-8.19H8.19a8.19 8.19 0 0 0-8.19 8.19v177.533a8.19 8.19 0 0 0 8.19 8.189h28.394a8.19 8.19 0 0 0 8.19-8.189v-8.088c11.628 13.373 25.874 19.769 41.573 19.769 34.6 0 61.922-26.164 61.922-73.843-.003-45.937-27.04-73.555-61.925-73.555M71.516 305.691c-9.593 0-21.221-4.942-26.745-12.5v-43.027c5.528-7.558 17.152-12.791 26.745-12.791 17.734 0 31.107 13.082 31.107 34.013 0 21.223-13.373 34.305-31.107 34.305m156.372-59.032a17.4 17.4 0 1 0 17.4 17.4 17.4 17.4 0 0 0-17.4-17.4m46.068-89.959v-44.661a13.308 13.308 0 1 0-10.237 0V156.7a107.49 107.49 0 1 0 10.237 0m85.993 107.367c0 30.531-40.792 55.281-91.112 55.281s-91.111-24.75-91.111-55.281 40.792-55.281 91.111-55.281 91.112 24.746 91.112 55.276Zm-50.163 17.4a17.4 17.4 0 1 0-17.4-17.4 17.4 17.4 0 0 0 17.4 17.399ZM580.7 250.455c-14.828-2.617-22.387-3.78-22.387-9.885 0-5.523 7.268-9.884 17.735-9.884a65.56 65.56 0 0 1 34.484 10.1 8.17 8.17 0 0 0 11.288-2.468q.106-.165.2-.333l8.611-14.886a8.2 8.2 0 0 0-2.867-11.123 99.86 99.86 0 0 0-52.014-14.138c-38.956 0-60.179 21.514-60.179 46.225 0 36.342 33.725 41.864 57.563 45.642 13.373 2.326 24.13 4.361 24.13 11.048 0 6.4-5.523 10.757-18.9 10.757-13.552 0-30.994-6.222-42.623-13.579a8.206 8.206 0 0 0-11.335 2.491 3 3 0 0 0-.1.164l-10.2 16.891a8.22 8.22 0 0 0 2.491 11.066c15.224 10.3 37.663 16.692 59.441 16.692 40.409 0 63.957-19.769 63.957-46.515.005-38.09-35.458-43.904-59.295-48.265m-95.928 60.787a8.21 8.21 0 0 0-9.521-5.938 23 23 0 0 1-4.155.387c-7.849 0-12.5-6.106-12.5-14.245V240.28h20.349a8.143 8.143 0 0 0 8.141-8.143v-22.671a8.143 8.143 0 0 0-8.141-8.143h-20.351v-30.232a8.143 8.143 0 0 0-8.143-8.143h-28.194a8.143 8.143 0 0 0-8.143 8.143v30.232H399a8.143 8.143 0 0 0-8.143 8.143v22.671A8.143 8.143 0 0 0 399 240.28h15.115v63.667c0 27.037 15.408 41.282 43.9 41.282 12.183 0 21.383-2.2 27.6-5.446a8.16 8.16 0 0 0 4.145-9.278Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/brave-reverse.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/brave-reverse.svg new file mode 100644 index 0000000..664ceee --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/brave-reverse.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M298 0c3 0 5.8 1.3 7.8 3.6l38.1 44 1.5-.3c9.2-1.6 18.6-2.2 27.7-1.2 11.6 1.4 21.5 5.4 28.9 12.9 7.7 7.8 15.4 15.8 22.6 23.6 2.5 2.7 4.9 5.2 6.9 7.4.7.8 1.4 1.5 1.9 2 3.4 3.7 4.2 8.1 2.7 11.9l-9.8 24.6 13.1 38.1c.7 2 .8 4.1.2 6.2-.1.4-.1.4-.5 2.1-.6 2.3-.6 2.3-1.5 5.8-1.6 6.3-3.5 13.3-5.4 20.9-5.6 21.6-11.2 43.2-16.4 63.4-12.9 49.9-21.4 82.7-23.4 90.9-11.1 44.5-19.9 60-48.3 80.3-24.9 17.8-76.8 53.6-86.8 60-1 .6-2 1.3-3.4 2.3-.5.4-3.2 2.2-3.9 2.7-4.9 3.3-8.3 5.5-12.1 7.3-4.7 2.2-9.3 3.5-13.9 3.5s-9.1-1.2-13.9-3.5c-3.7-1.8-7.2-3.9-12.1-7.3-.8-.5-3.4-2.4-3.9-2.7-1.4-1-2.5-1.7-3.4-2.3-10-6.4-61.9-42.1-86.8-60-28.4-20.4-37.2-35.8-48.3-80.3-2-8.2-10.5-41-23.3-90.5-5.3-20.6-10.9-42.2-16.5-63.8-2-7.6-3.8-14.6-5.4-20.9-.9-3.5-.9-3.5-1.5-5.8-.4-1.7-.4-1.7-.5-2.1-.5-2-.4-4.2.2-6.2l13.1-38.1-9.9-24.5c-1.5-3.8-.7-8.2 2-11.2 1.2-1.3 1.8-2 2.6-2.8 2-2.2 4.4-4.7 6.9-7.4 7.3-7.7 15-15.7 22.7-23.5 7.4-7.5 17.3-11.6 28.9-12.9 9.1-1.1 18.5-.5 27.7 1.2l1.5.3 38.1-44c2-2.4 4.8-3.7 7.8-3.7zm-4.7 21.1H154.7l-39.1 45.1c-2.6 3-6.7 4.3-10.6 3.2-.2-.1-.7-.2-1.5-.4-1.3-.3-2.9-.6-4.5-.9-7.4-1.3-14.9-1.8-21.7-1-7.3.9-13 3.2-16.6 6.9-7.6 7.7-15.2 15.6-22.3 23.3q-2.55 2.7-4.8 5.1l8.8 22c1 2.4 1 5 .2 7.5l-13.4 38.7c.4 1.4.5 1.9 1.2 4.8 1.6 6.3 3.5 13.3 5.4 20.9 5.6 21.6 11.2 43.2 16.4 63.4 12.9 50 21.4 82.8 23.4 91C85.7 390.8 92 402 115.8 419c24.6 17.6 76.3 53.2 85.9 59.3 1.2.8 2.5 1.6 4 2.7.6.4 3.2 2.2 3.9 2.7 4 2.8 6.7 4.4 9.2 5.6q3.3 1.5 5.1 1.5c1.8 0 2.9-.5 5.1-1.5 2.5-1.2 5.2-2.8 9.2-5.6.7-.5 3.3-2.3 3.9-2.7 1.6-1.1 2.8-1.9 4-2.7 9.6-6.1 61.3-41.7 85.9-59.3 23.8-17.1 30.2-28.2 40.1-68.3 2.1-8.3 10.5-41.1 23.3-90.7 5.3-20.6 10.9-42.2 16.5-63.8 2-7.6 3.8-14.6 5.4-20.9.7-2.9.9-3.4 1.2-4.8l-13.3-38.8c-.8-2.4-.8-5.1.2-7.5l8.8-22q-2.25-2.4-4.8-5.1c-7.2-7.6-14.7-15.5-22.3-23.3-3.7-3.7-9.3-6-16.6-6.9-6.8-.8-14.4-.3-21.7 1q-2.55.45-4.5.9c-.8.2-1.3.3-1.5.4-3.8 1.1-7.9-.2-10.6-3.2zM224 316c2.8 0 20.9 6.5 35.4 14.1s25 13 28.3 15.2 1.3 6.2-1.7 8.4-44.1 34.6-48.1 38.2-9.8 9.5-13.8 9.5-9.8-5.9-13.8-9.5-45.1-36-48.1-38.2-5.1-6.2-1.7-8.4 13.9-7.5 28.3-15.2 32.5-14.1 35.4-14.1zm.1-230.7c.7 0 8.8.2 20.5 4.2 12.3 4.2 25.7 9.4 31.9 9.4s51.9-8.9 51.9-8.9 54.2 66.7 54.2 81-6.8 18-13.7 25.4-36.8 39.8-40.7 43.9-11.9 10.5-7.1 21.8 11.7 25.8 3.9 40.4-21 24.4-29.4 22.8-28.4-12.2-35.7-17.1-30.5-24.3-30.5-31.8 24-20.8 28.4-23.9 24.7-14.8 25.1-19.4.3-6-5.7-17.4-16.7-26.7-14.9-36.8 19.1-15.4 31.5-20.2S330 145 333 143.6s2.2-2.7-6.8-3.6-34.6-4.3-46.1-1.1-31.2 8.2-32.8 10.9-3 2.7-1.4 11.8 10.1 52.8 10.9 60.6 2.4 12.9-5.8 14.8-22.1 5.2-26.8 5.2-18.6-3.3-26.8-5.2-6.6-7-5.8-14.8 9.3-51.5 10.9-60.6.2-9.2-1.4-11.8-21.3-7.6-32.8-10.9-37.1.2-46.1 1.1-9.8 2.2-6.8 3.6 26.8 10.4 39.2 15.1 29.7 10 31.5 20.2-9 25.4-14.9 36.8-6.1 12.8-5.7 17.4 20.6 16.4 25.1 19.4 28.4 16.4 28.4 23.9-23.2 27-30.5 31.8-27.2 15.4-35.7 17.1-21.7-8.2-29.4-22.8-.8-29.1 3.9-40.4-3.3-17.7-7.1-21.8-33.8-36.5-40.7-43.9-13.7-11.2-13.7-25.4S120 90 120 90s45.8 8.9 51.9 8.9 19.5-5.2 31.9-9.4 20.6-4.2 20.6-4.2h.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/brave.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/brave.svg new file mode 100644 index 0000000..968b1c2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/brave.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M145.5 0h157l44.7 50.8s39.3-10.9 57.8 7.6 33.8 34.9 33.8 34.9l-12 29.5 15.3 43.7s-44.9 170.2-50.1 191c-10.4 40.9-17.4 56.8-46.9 77.5s-82.9 56.8-91.6 62.2c-1.9 1.2-3.9 2.5-5.9 3.9-7.5 5.1-15.8 10.8-23.5 10.8s-16.1-5.7-23.5-10.8c-2-1.4-4-2.8-5.9-3.9-8.7-5.5-62.1-41.5-91.6-62.2s-36.5-36.6-46.9-77.5c-5.3-20.8-50.1-191-50.1-191l15.3-43.7L9.2 93.3S24.5 76.9 43 58.4s57.8-7.6 57.8-7.6zM224 407.6c3.7 0 8.9-4.7 13-8.4.6-.5 1.2-1.1 1.7-1.5 4.2-3.7 47.8-37.5 51-39.8s5.4-6.5 1.9-8.7c-2.8-1.7-10-5.5-20.3-10.8-3-1.6-6.3-3.2-9.7-5-15.4-8-34.5-14.7-37.5-14.7s-22.1 6.8-37.5 14.7c-3.5 1.8-6.7 3.5-9.7 5-10.3 5.3-17.6 9.1-20.3 10.8-3.6 2.2-1.4 6.4 1.9 8.7s46.8 36.1 51 39.8c.5.5 1.1 1 1.7 1.5 4.1 3.7 9.3 8.4 13 8.4zm0-165.7c4.7 0 17.6-3 26.4-5l2-.5c7.8-1.8 7.3-6.3 6.4-13l-.3-2.4c-.6-6.1-5.8-33.1-9.1-50.3-1.1-5.8-2-10.5-2.4-12.9-1.5-8.1-.6-9.4.7-11.3.2-.3.5-.7.7-1.1 1.4-2.3 16-6.2 27.9-9.5 2.5-.7 4.8-1.3 6.9-1.9 10.6-3 32.4-.6 44.2.6 1.8.2 3.4.4 4.7.5 9.6.9 10.4 2.3 7.2 3.8-2.3 1.1-16.2 6.3-28.7 10.9-4.7 1.8-9.2 3.5-12.8 4.8-1.5.5-3 1.1-4.5 1.7-12.5 4.6-27.2 10-28.9 19.4-1.5 8.3 5.2 19.9 11.3 30.3 1.6 2.8 3.2 5.5 4.6 8.1 6.3 11.9 6.5 13.3 6.1 18.1-.4 3.9-14.5 12.7-22.4 17.6-1.8 1.1-3.3 2.1-4.2 2.7-.8.5-2.1 1.4-3.8 2.4-8.6 5.2-26.3 16-26.3 22.5 0 7.8 24.6 28.1 32.4 33.2s28.9 16.1 37.9 17.8 23-8.5 31.2-23.8c7.7-14.4 1.7-28.5-3.2-40l-.9-2.2c-4.5-10.6 1.9-17 6.2-21.3l1.4-1.4 43-45.7c1.3-1.3 2.5-2.6 3.7-3.8 5.8-5.7 10.8-10.5 10.8-22.8 0-14.9-57.5-84.5-57.5-84.5s-48.5 9.3-55.1 9.3c-5.2 0-15.3-3.5-25.8-7.1-2.7-.9-5.4-1.9-8-2.7-13-4.3-21.8-4.4-21.8-4.4s-8.7 0-21.8 4.4c-2.7.9-5.4 1.8-8 2.7-10.5 3.6-20.6 7.1-25.8 7.1-6.5 0-55.1-9.3-55.1-9.3s-57.5 69.6-57.5 84.5c0 12.3 4.9 17.1 10.8 22.8 1.2 1.2 2.5 2.4 3.7 3.8l43.1 45.8c.4.5.9.9 1.4 1.4 4.3 4.3 10.6 10.7 6.2 21.3l-.9 2.2c-4.9 11.5-11 25.6-3.2 40 8.2 15.3 22.2 25.5 31.2 23.8s30.1-12.7 37.9-17.8 32.4-25.4 32.4-33.2c0-6.5-17.7-17.3-26.3-22.5-1.7-1-3.1-1.9-3.8-2.4-.9-.6-2.4-1.5-4.2-2.7-7.9-4.9-22-13.7-22.4-17.6-.4-4.8-.3-6.2 6.1-18.1 1.3-2.5 2.9-5.3 4.6-8.1 6-10.4 12.8-22 11.3-30.3-1.7-9.4-16.4-14.8-28.9-19.4-1.6-.6-3.1-1.1-4.5-1.7-3.6-1.4-8.1-3.1-12.8-4.8h-.1c-12.5-4.7-26.4-9.9-28.7-10.9-3.2-1.5-2.3-2.8 7.2-3.8 1.3-.1 2.9-.3 4.7-.5 11.8-1.3 33.6-3.6 44.2-.6 2.1.6 4.4 1.2 6.9 1.9 11.9 3.2 26.5 7.2 27.9 9.5.2.4.5.7.7 1.1 1.3 1.9 2.2 3.2.7 11.3-.4 2.4-1.3 7.1-2.4 12.9-3.3 17.2-8.5 44.2-9.1 50.3-.1.8-.2 1.7-.3 2.4-.8 6.7-1.4 11.2 6.4 13l2 .5c8.8 2 21.8 5 26.4 5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/btc.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/btc.svg new file mode 100644 index 0000000..21ed954 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/btc.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M310.204 242.638c27.73-14.18 45.377-39.39 41.28-81.3-5.358-57.351-52.458-76.573-114.85-81.929V0h-48.528v77.203c-12.605 0-25.525.315-38.444.63V0h-48.528v79.409c-17.842.539-38.622.276-97.37 0v51.678c38.314-.678 58.417-3.14 63.023 21.427v217.429c-2.925 19.492-18.524 16.685-53.255 16.071L3.765 443.68c88.481 0 97.37.315 97.37.315V512h48.528v-67.06c13.234.315 26.154.315 38.444.315V512h48.528v-68.005c81.299-4.412 135.647-24.894 142.895-101.467 5.671-61.446-23.32-88.862-69.326-99.89M150.608 134.553c27.415 0 113.126-8.507 113.126 48.528 0 54.515-85.71 48.212-113.126 48.212zm0 251.776V279.821c32.772 0 133.127-9.138 133.127 53.255-.001 60.186-100.355 53.253-133.127 53.253"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/buffer.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/buffer.svg new file mode 100644 index 0000000..fda4e3f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/buffer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m427.84 380.67-196.5 97.82a18.6 18.6 0 0 1-14.67 0L20.16 380.67c-4-2-4-5.28 0-7.29L67.22 350a18.65 18.65 0 0 1 14.69 0l134.76 67a18.5 18.5 0 0 0 14.67 0l134.76-67a18.62 18.62 0 0 1 14.68 0l47.06 23.43c4.05 1.96 4.05 5.24 0 7.24m0-136.53-47.06-23.43a18.62 18.62 0 0 0-14.68 0l-134.76 67.08a18.68 18.68 0 0 1-14.67 0L81.91 220.71a18.65 18.65 0 0 0-14.69 0l-47.06 23.43c-4 2-4 5.29 0 7.31l196.51 97.8a18.6 18.6 0 0 0 14.67 0l196.5-97.8c4.05-2.02 4.05-5.3 0-7.31M20.16 130.42l196.5 90.29a20.08 20.08 0 0 0 14.67 0l196.51-90.29c4-1.86 4-4.89 0-6.74L231.33 33.4a19.88 19.88 0 0 0-14.67 0l-196.5 90.28c-4.05 1.85-4.05 4.88 0 6.74"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/buromobelexperte.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/buromobelexperte.svg new file mode 100644 index 0000000..aa2a830 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/buromobelexperte.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 32v128h128V32zm120 120H8V40h112zm40-120v128h128V32zm120 120H168V40h112zm40-120v128h128V32zm120 120H328V40h112zM0 192v128h128V192zm120 120H8V200h112zm40-120v128h128V192zm120 120H168V200h112zm40-120v128h128V192zm120 120H328V200h112zM0 352v128h128V352zm120 120H8V360h112zm40-120v128h128V352zm120 120H168V360h112zm40-120v128h128V352z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/buy-n-large.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/buy-n-large.svg new file mode 100644 index 0000000..802b982 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/buy-n-large.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M288 32C133.27 32 7.79 132.32 7.79 256S133.27 480 288 480s280.21-100.32 280.21-224S442.73 32 288 32m-85.39 357.19L64.1 390.55l77.25-290.74h133.44c63.15 0 84.93 28.65 78 72.84a60 60 0 0 1-1.5 6.85 77.4 77.4 0 0 0-17.21-1.93c-42.35 0-76.69 33.88-76.69 75.65 0 37.14 27.14 68 62.93 74.45-18.24 37.16-56.16 60.92-117.71 61.52M358 207.11h32l-22.16 90.31h-35.41l-11.19-35.63-7.83 35.63h-37.83l26.63-90.31h31.34l15 36.75zm145.86 182.08H306.79L322.63 328a79 79 0 0 0 11.47.83c42.34 0 76.69-33.87 76.69-75.65 0-32.65-21-60.46-50.38-71.06l21.33-82.35h92.5l-53.05 205.36h103.87zM211.7 269.39H187l-13.8 56.47h24.7c16.14 0 32.11-3.18 37.94-26.65 5.56-22.31-7.99-29.82-24.14-29.82M233 170h-21.34L200 217.71h21.37c18 0 35.38-14.64 39.21-30.14C265.23 168.71 251.07 170 233 170"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/buysellads.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/buysellads.svg new file mode 100644 index 0000000..ad944d3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/buysellads.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m224 150.7 42.9 160.7h-85.8zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48m-65.3 325.3-94.5-298.7H159.8L65.3 405.3H156l111.7-91.6 24.2 91.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/canadian-maple-leaf.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/canadian-maple-leaf.svg new file mode 100644 index 0000000..10e8d0d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/canadian-maple-leaf.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M383.8 351.7c2.5-2.5 105.2-92.4 105.2-92.4l-17.5-7.5c-10-4.9-7.4-11.5-5-17.4 2.4-7.6 20.1-67.3 20.1-67.3s-47.7 10-57.7 12.5c-7.5 2.4-10-2.5-12.5-7.5s-15-32.4-15-32.4-52.6 59.9-55.1 62.3c-10 7.5-20.1 0-17.6-10 0-10 27.6-129.6 27.6-129.6s-30.1 17.4-40.1 22.4c-7.5 5-12.6 5-17.6-5C293.5 72.3 255.9 0 255.9 0s-37.5 72.3-42.5 79.8c-5 10-10 10-17.6 5-10-5-40.1-22.4-40.1-22.4S183.3 182 183.3 192c2.5 10-7.5 17.5-17.6 10-2.5-2.5-55.1-62.3-55.1-62.3S98.1 167 95.6 172s-5 9.9-12.5 7.5C73 177 25.4 167 25.4 167s17.6 59.7 20.1 67.3c2.4 6 5 12.5-5 17.4L23 259.3s102.6 89.9 105.2 92.4c5.1 5 10 7.5 5.1 22.5-5.1 15-10.1 35.1-10.1 35.1s95.2-20.1 105.3-22.6c8.7-.9 18.3 2.5 18.3 12.5S241 512 241 512h30s-5.8-102.7-5.8-112.8 9.5-13.4 18.4-12.5c10 2.5 105.2 22.6 105.2 22.6s-5-20.1-10-35.1 0-17.5 5-22.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/cc-amazon-pay.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/cc-amazon-pay.svg new file mode 100644 index 0000000..53d4539 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/cc-amazon-pay.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M124.7 201.8c.1-11.8 0-23.5 0-35.3v-35.3c0-1.3.4-2 1.4-2.7 11.5-8 24.1-12.1 38.2-11.1 12.5.9 22.7 7 28.1 21.7 3.3 8.9 4.1 18.2 4.1 27.7 0 8.7-.7 17.3-3.4 25.6-5.7 17.8-18.7 24.7-35.7 23.9-11.7-.5-21.9-5-31.4-11.7-.9-.8-1.4-1.6-1.3-2.8m154.9 14.6c4.6 1.8 9.3 2 14.1 1.5 11.6-1.2 21.9-5.7 31.3-12.5.9-.6 1.3-1.3 1.3-2.5-.1-3.9 0-7.9 0-11.8 0-4-.1-8 0-12 0-1.4-.4-2-1.8-2.2-7-.9-13.9-2.2-20.9-2.9-7-.6-14-.3-20.8 1.9-6.7 2.2-11.7 6.2-13.7 13.1-1.6 5.4-1.6 10.8.1 16.2 1.6 5.5 5.2 9.2 10.4 11.2M576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48m-207.5 23.9c.4 1.7.9 3.4 1.6 5.1 16.5 40.6 32.9 81.3 49.5 121.9 1.4 3.5 1.7 6.4.2 9.9-2.8 6.2-4.9 12.6-7.8 18.7-2.6 5.5-6.7 9.5-12.7 11.2-4.2 1.1-8.5 1.3-12.9.9-2.1-.2-4.2-.7-6.3-.8-2.8-.2-4.2 1.1-4.3 4-.1 2.8-.1 5.6 0 8.3.1 4.6 1.6 6.7 6.2 7.5 4.7.8 9.4 1.6 14.2 1.7 14.3.3 25.7-5.4 33.1-17.9 2.9-4.9 5.6-10.1 7.7-15.4 19.8-50.1 39.5-100.3 59.2-150.5.6-1.5 1.1-3 1.3-4.6.4-2.4-.7-3.6-3.1-3.7-5.6-.1-11.1 0-16.7 0-3.1 0-5.3 1.4-6.4 4.3-.4 1.1-.9 2.3-1.3 3.4l-29.1 83.7c-2.1 6.1-4.2 12.1-6.5 18.6-.4-.9-.6-1.4-.8-1.9-10.8-29.9-21.6-59.9-32.4-89.8-1.7-4.7-3.5-9.5-5.3-14.2-.9-2.5-2.7-4-5.4-4-6.4-.1-12.8-.2-19.2-.1-2.2 0-3.3 1.6-2.8 3.7M242.4 206c1.7 11.7 7.6 20.8 18 26.6 9.9 5.5 20.7 6.2 31.7 4.6 12.7-1.9 23.9-7.3 33.8-15.5.4-.3.8-.6 1.4-1 .5 3.2.9 6.2 1.5 9.2.5 2.6 2.1 4.3 4.5 4.4 4.6.1 9.1.1 13.7 0 2.3-.1 3.8-1.6 4-3.9.1-.8.1-1.6.1-2.3v-88.8c0-3.6-.2-7.2-.7-10.8-1.6-10.8-6.2-19.7-15.9-25.4-5.6-3.3-11.8-5-18.2-5.9-3-.4-6-.7-9.1-1.1h-10c-.8.1-1.6.3-2.5.3-8.2.4-16.3 1.4-24.2 3.5-5.1 1.3-10 3.2-15 4.9-3 1-4.5 3.2-4.4 6.5.1 2.8-.1 5.6 0 8.3.1 4.1 1.8 5.2 5.7 4.1 6.5-1.7 13.1-3.5 19.7-4.8 10.3-1.9 20.7-2.7 31.1-1.2 5.4.8 10.5 2.4 14.1 7 3.1 4 4.2 8.8 4.4 13.7.3 6.9.2 13.9.3 20.8 0 .4-.1.7-.2 1.2-.4 0-.8 0-1.1-.1-8.8-2.1-17.7-3.6-26.8-4.1-9.5-.5-18.9.1-27.9 3.2-10.8 3.8-19.5 10.3-24.6 20.8-4.1 8.3-4.6 17-3.4 25.8M98.7 106.9v175.3c0 .8 0 1.7.1 2.5.2 2.5 1.7 4.1 4.1 4.2q8.85.15 17.7 0c2.5 0 4-1.7 4.1-4.1.1-.8.1-1.7.1-2.5v-60.7c.9.7 1.4 1.2 1.9 1.6 15 12.5 32.2 16.6 51.1 12.9 17.1-3.4 28.9-13.9 36.7-29.2 5.8-11.6 8.3-24.1 8.7-37 .5-14.3-1-28.4-6.8-41.7-7.1-16.4-18.9-27.3-36.7-30.9-2.7-.6-5.5-.8-8.2-1.2h-7c-1.2.2-2.4.3-3.6.5-11.7 1.4-22.3 5.8-31.8 12.7-2 1.4-3.9 3-5.9 4.5-.1-.5-.3-.8-.4-1.2-.4-2.3-.7-4.6-1.1-6.9-.6-3.9-2.5-5.5-6.4-5.6h-9.7c-5.9-.1-6.9 1-6.9 6.8M493.6 339c-2.7-.7-5.1 0-7.6 1-43.9 18.4-89.5 30.2-136.8 35.8-14.5 1.7-29.1 2.8-43.7 3.2-26.6.7-53.2-.8-79.6-4.3-17.8-2.4-35.5-5.7-53-9.9-37-8.9-72.7-21.7-106.7-38.8-8.8-4.4-17.4-9.3-26.1-14-3.8-2.1-6.2-1.5-8.2 2.1v1.7c1.2 1.6 2.2 3.4 3.7 4.8 36 32.2 76.6 56.5 122 72.9 21.9 7.9 44.4 13.7 67.3 17.5 14 2.3 28 3.8 42.2 4.5 3 .1 6 .2 9 .4.7 0 1.4.2 2.1.3h17.7c.7-.1 1.4-.3 2.1-.3 14.9-.4 29.8-1.8 44.6-4 21.4-3.2 42.4-8.1 62.9-14.7 29.6-9.6 57.7-22.4 83.4-40.1 2.8-1.9 5.7-3.8 8-6.2 4.3-4.4 2.3-10.4-3.3-11.9m50.4-27.7c-.8-4.2-4-5.8-7.6-7-5.7-1.9-11.6-2.8-17.6-3.3-11-.9-22-.4-32.8 1.6-12 2.2-23.4 6.1-33.5 13.1-1.2.8-2.4 1.8-3.1 3-.6.9-.7 2.3-.5 3.4.3 1.3 1.7 1.6 3 1.5.6 0 1.2 0 1.8-.1l19.5-2.1c9.6-.9 19.2-1.5 28.8-.8 4.1.3 8.1 1.2 12 2.2 4.3 1.1 6.2 4.4 6.4 8.7.3 6.7-1.2 13.1-2.9 19.5-3.5 12.9-8.3 25.4-13.3 37.8-.3.8-.7 1.7-.8 2.5-.4 2.5 1 4 3.4 3.5 1.4-.3 3-1.1 4-2.1 3.7-3.6 7.5-7.2 10.6-11.2 10.7-13.8 17-29.6 20.7-46.6.7-3 1.2-6.1 1.7-9.1.2-4.7.2-9.6.2-14.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/cc-amex.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/cc-amex.svg new file mode 100644 index 0000000..cac773d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/cc-amex.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 432c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48v-1.1h-61.7l-31.9-35.1-31.9 35.1H246.8V267.1H181l81.7-184.7h78.6l28.1 63.2V82.4h97.2l16.9 47.6 17-47.6H576V80c0-26.5-21.5-48-48-48H48C21.5 32 0 53.5 0 80zm440.4-21.7 42.2-46.3 42 46.3H576l-68-72.1 68-72.1h-50.6l-42 46.7-41.5-46.7h-51.4l67.5 72.5-67.4 71.6v-33.1h-83v-22.2h80.9v-32.3h-80.9v-22.4h83v-33.1h-122v143.2zm96.3-72 39.3 41.9v-83.3zm-36.3-92 36.9-100.6v100.6H576V103h-60.2l-32.2 89.3-31.9-89.3h-61.2v143.1L327.3 103h-51.2l-62.4 143.3h43l11.9-28.7h65.9l12 28.7h82.7V146L466 246.3zM282 185.4l19.5-46.9 19.4 46.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/cc-apple-pay.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/cc-apple-pay.svg new file mode 100644 index 0000000..48efc2a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/cc-apple-pay.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M302.2 218.4c0 17.2-10.5 27.1-29 27.1h-24.3v-54.2h24.4c18.4 0 28.9 9.8 28.9 27.1m47.5 62.6c0 8.3 7.2 13.7 18.5 13.7 14.4 0 25.2-9.1 25.2-21.9v-7.7l-23.5 1.5c-13.3.9-20.2 5.8-20.2 14.4M576 79v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V79c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48M127.8 197.2c8.4.7 16.8-4.2 22.1-10.4 5.2-6.4 8.6-15 7.7-23.7-7.4.3-16.6 4.9-21.9 11.3-4.8 5.5-8.9 14.4-7.9 22.8m60.6 74.5c-.2-.2-19.6-7.6-19.8-30-.2-18.7 15.3-27.7 16-28.2-8.8-13-22.4-14.4-27.1-14.7-12.2-.7-22.6 6.9-28.4 6.9-5.9 0-14.7-6.6-24.3-6.4-12.5.2-24.2 7.3-30.5 18.6-13.1 22.6-3.4 56 9.3 74.4 6.2 9.1 13.7 19.1 23.5 18.7 9.3-.4 13-6 24.2-6 11.3 0 14.5 6 24.3 5.9 10.2-.2 16.5-9.1 22.8-18.2 6.9-10.4 9.8-20.4 10-21m135.4-53.4c0-26.6-18.5-44.8-44.9-44.8h-51.2v136.4h21.2v-46.6h29.3c26.8 0 45.6-18.4 45.6-45m90 23.7c0-19.7-15.8-32.4-40-32.4-22.5 0-39.1 12.9-39.7 30.5h19.1c1.6-8.4 9.4-13.9 20-13.9 13 0 20.2 6 20.2 17.2v7.5l-26.4 1.6c-24.6 1.5-37.9 11.6-37.9 29.1 0 17.7 13.7 29.4 33.4 29.4 13.3 0 25.6-6.7 31.2-17.4h.4V310h19.6v-68zM516 210.9h-21.5l-24.9 80.6h-.4l-24.9-80.6H422l35.9 99.3-1.9 6c-3.2 10.2-8.5 14.2-17.9 14.2-1.7 0-4.9-.2-6.2-.3v16.4c1.2.4 6.5.5 8.1.5 20.7 0 30.4-7.9 38.9-31.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/cc-diners-club.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/cc-diners-club.svg new file mode 100644 index 0000000..534a8c3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/cc-diners-club.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M239.7 79.9c-96.9 0-175.8 78.6-175.8 175.8 0 96.9 78.9 175.8 175.8 175.8 97.2 0 175.8-78.9 175.8-175.8 0-97.2-78.6-175.8-175.8-175.8m-39.9 279.6c-41.7-15.9-71.4-56.4-71.4-103.8s29.7-87.9 71.4-104.1zm79.8.3V151.6c41.7 16.2 71.4 56.7 71.4 104.1s-29.7 87.9-71.4 104.1M528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48M329.7 448h-90.3c-106.2 0-193.8-85.5-193.8-190.2C45.6 143.2 133.2 64 239.4 64h90.3c105 0 200.7 79.2 200.7 193.8 0 104.7-95.7 190.2-200.7 190.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/cc-discover.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/cc-discover.svg new file mode 100644 index 0000000..28454cb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/cc-discover.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M520.4 196.1c0-7.9-5.5-12.1-15.6-12.1h-4.9v24.9h4.7c10.3 0 15.8-4.4 15.8-12.8M528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48m-44.1 138.9c22.6 0 52.9-4.1 52.9 24.4 0 12.6-6.6 20.7-18.7 23.2l25.8 34.4h-19.6l-22.2-32.8h-2.2v32.8h-16zm-55.9.1h45.3v14H444v18.2h28.3V217H444v22.2h29.3V253H428zm-68.7 0 21.9 55.2 22.2-55.2h17.5l-35.5 84.2h-8.6l-35-84.2zm-55.9-3c24.7 0 44.6 20 44.6 44.6 0 24.7-20 44.6-44.6 44.6-24.7 0-44.6-20-44.6-44.6 0-24.7 20-44.6 44.6-44.6m-49.3 6.1v19c-20.1-20.1-46.8-4.7-46.8 19 0 25 27.5 38.5 46.8 19.2v19c-29.7 14.3-63.3-5.7-63.3-38.2 0-31.2 33.1-53 63.3-38m-97.2 66.3c11.4 0 22.4-15.3-3.3-24.4-15-5.5-20.2-11.4-20.2-22.7 0-23.2 30.6-31.4 49.7-14.3l-8.4 10.8c-10.4-11.6-24.9-6.2-24.9 2.5 0 4.4 2.7 6.9 12.3 10.3 18.2 6.6 23.6 12.5 23.6 25.6 0 29.5-38.8 37.4-56.6 11.3l10.3-9.9c3.7 7.1 9.9 10.8 17.5 10.8M55.4 253H32v-82h23.4c26.1 0 44.1 17 44.1 41.1 0 18.5-13.2 40.9-44.1 40.9m67.5 0h-16v-82h16zM544 433c0 8.2-6.8 15-15 15H128c189.6-35.6 382.7-139.2 416-160zM74.1 191.6c-5.2-4.9-11.6-6.6-21.9-6.6H48v54.2h4.2c10.3 0 17-2 21.9-6.4 5.7-5.2 8.9-12.8 8.9-20.7s-3.2-15.5-8.9-20.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/cc-jcb.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/cc-jcb.svg new file mode 100644 index 0000000..6918574 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/cc-jcb.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M431.5 244.3V212c41.2 0 38.5.2 38.5.2 7.3 1.3 13.3 7.3 13.3 16 0 8.8-6 14.5-13.3 15.8-1.2.4-3.3.3-38.5.3m42.8 20.2c-2.8-.7-3.3-.5-42.8-.5v35c39.6 0 40 .2 42.8-.5 7.5-1.5 13.5-8 13.5-17 0-8.7-6-15.5-13.5-17M576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48M182 192.3h-57c0 67.1 10.7 109.7-35.8 109.7-19.5 0-38.8-5.7-57.2-14.8v28c30 8.3 68 8.3 68 8.3 97.9 0 82-47.7 82-131.2m178.5 4.5c-63.4-16-165-14.9-165 59.3 0 77.1 108.2 73.6 165 59.2V287C312.9 311.7 253 309 253 256s59.8-55.6 107.5-31.2zM544 286.5c0-18.5-16.5-30.5-38-32v-.8c19.5-2.7 30.3-15.5 30.3-30.2 0-19-15.7-30-37-31 0 0 6.3-.3-120.3-.3v127.5h122.7c24.3.1 42.3-12.9 42.3-33.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/cc-mastercard.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/cc-mastercard.svg new file mode 100644 index 0000000..2cf3365 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/cc-mastercard.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M482.9 410.3c0 6.8-4.6 11.7-11.2 11.7-6.8 0-11.2-5.2-11.2-11.7s4.4-11.7 11.2-11.7c6.6 0 11.2 5.2 11.2 11.7m-310.8-11.7c-7.1 0-11.2 5.2-11.2 11.7S165 422 172.1 422c6.5 0 10.9-4.9 10.9-11.7-.1-6.5-4.4-11.7-10.9-11.7m117.5-.3c-5.4 0-8.7 3.5-9.5 8.7h19.1c-.9-5.7-4.4-8.7-9.6-8.7m107.8.3c-6.8 0-10.9 5.2-10.9 11.7s4.1 11.7 10.9 11.7 11.2-4.9 11.2-11.7c0-6.5-4.4-11.7-11.2-11.7m105.9 26.1c0 .3.3.5.3 1.1 0 .3-.3.5-.3 1.1-.3.3-.3.5-.5.8-.3.3-.5.5-1.1.5-.3.3-.5.3-1.1.3-.3 0-.5 0-1.1-.3-.3 0-.5-.3-.8-.5-.3-.3-.5-.5-.5-.8-.3-.5-.3-.8-.3-1.1 0-.5 0-.8.3-1.1 0-.5.3-.8.5-1.1.3-.3.5-.3.8-.5.5-.3.8-.3 1.1-.3.5 0 .8 0 1.1.3.5.3.8.3 1.1.5s.2.6.5 1.1m-2.2 1.4c.5 0 .5-.3.8-.3.3-.3.3-.5.3-.8s0-.5-.3-.8c-.3 0-.5-.3-1.1-.3h-1.6v3.5h.8V426h.3l1.1 1.4h.8zM576 81v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V81c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48M64 220.6c0 76.5 62.1 138.5 138.5 138.5 27.2 0 53.9-8.2 76.5-23.1-72.9-59.3-72.4-171.2 0-230.5-22.6-15-49.3-23.1-76.5-23.1-76.4-.1-138.5 62-138.5 138.2m224 108.8c70.5-55 70.2-162.2 0-217.5-70.2 55.3-70.5 162.6 0 217.5m-142.3 76.3c0-8.7-5.7-14.4-14.7-14.7-4.6 0-9.5 1.4-12.8 6.5-2.4-4.1-6.5-6.5-12.2-6.5-3.8 0-7.6 1.4-10.6 5.4V392h-8.2v36.7h8.2c0-18.9-2.5-30.2 9-30.2 10.2 0 8.2 10.2 8.2 30.2h7.9c0-18.3-2.5-30.2 9-30.2 10.2 0 8.2 10 8.2 30.2h8.2v-23zm44.9-13.7h-7.9v4.4c-2.7-3.3-6.5-5.4-11.7-5.4-10.3 0-18.2 8.2-18.2 19.3 0 11.2 7.9 19.3 18.2 19.3 5.2 0 9-1.9 11.7-5.4v4.6h7.9zm40.5 25.6c0-15-22.9-8.2-22.9-15.2 0-5.7 11.9-4.8 18.5-1.1l3.3-6.5c-9.4-6.1-30.2-6-30.2 8.2 0 14.3 22.9 8.3 22.9 15 0 6.3-13.5 5.8-20.7.8l-3.5 6.3c11.2 7.6 32.6 6 32.6-7.5m35.4 9.3-2.2-6.8c-3.8 2.1-12.2 4.4-12.2-4.1v-16.6h13.1V392h-13.1v-11.2h-8.2V392h-7.6v7.3h7.6V416c0 17.6 17.3 14.4 22.6 10.9m13.3-13.4h27.5c0-16.2-7.4-22.6-17.4-22.6-10.6 0-18.2 7.9-18.2 19.3 0 20.5 22.6 23.9 33.8 14.2l-3.8-6c-7.8 6.4-19.6 5.8-21.9-4.9m59.1-21.5c-4.6-2-11.6-1.8-15.2 4.4V392h-8.2v36.7h8.2V408c0-11.6 9.5-10.1 12.8-8.4zm10.6 18.3c0-11.4 11.6-15.1 20.7-8.4l3.8-6.5c-11.6-9.1-32.7-4.1-32.7 15 0 19.8 22.4 23.8 32.7 15l-3.8-6.5c-9.2 6.5-20.7 2.6-20.7-8.6m66.7-18.3H408v4.4c-8.3-11-29.9-4.8-29.9 13.9 0 19.2 22.4 24.7 29.9 13.9v4.6h8.2zm33.7 0c-2.4-1.2-11-2.9-15.2 4.4V392h-7.9v36.7h7.9V408c0-11 9-10.3 12.8-8.4zm40.3-14.9h-7.9v19.3c-8.2-10.9-29.9-5.1-29.9 13.9 0 19.4 22.5 24.6 29.9 13.9v4.6h7.9zm7.6-75.1v4.6h.8V302h1.9v-.8h-4.6v.8zm6.6 123.8c0-.5 0-1.1-.3-1.6-.3-.3-.5-.8-.8-1.1s-.8-.5-1.1-.8c-.5 0-1.1-.3-1.6-.3-.3 0-.8.3-1.4.3-.5.3-.8.5-1.1.8-.5.3-.8.8-.8 1.1-.3.5-.3 1.1-.3 1.6 0 .3 0 .8.3 1.4 0 .3.3.8.8 1.1.3.3.5.5 1.1.8.5.3 1.1.3 1.4.3.5 0 1.1 0 1.6-.3.3-.3.8-.5 1.1-.8s.5-.8.8-1.1c.3-.6.3-1.1.3-1.4m3.2-124.7h-1.4l-1.6 3.5-1.6-3.5h-1.4v5.4h.8v-4.1l1.6 3.5h1.1l1.4-3.5v4.1h1.1zm4.4-80.5c0-76.2-62.1-138.3-138.5-138.3-27.2 0-53.9 8.2-76.5 23.1 72.1 59.3 73.2 171.5 0 230.5 22.6 15 49.5 23.1 76.5 23.1 76.4.1 138.5-61.9 138.5-138.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/cc-paypal.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/cc-paypal.svg new file mode 100644 index 0000000..51a1fda --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/cc-paypal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M186.3 258.2c0 12.2-9.7 21.5-22 21.5-9.2 0-16-5.2-16-15 0-12.2 9.5-22 21.7-22 9.3 0 16.3 5.7 16.3 15.5M80.5 209.7h-4.7c-1.5 0-3 1-3.2 2.7l-4.3 26.7 8.2-.3c11 0 19.5-1.5 21.5-14.2 2.3-13.4-6.2-14.9-17.5-14.9m284 0H360c-1.8 0-3 1-3.2 2.7l-4.2 26.7 8-.3c13 0 22-3 22-18-.1-10.6-9.6-11.1-18.1-11.1M576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48M128.3 215.4c0-21-16.2-28-34.7-28h-40c-2.5 0-5 2-5.2 4.7L32 294.2c-.3 2 1.2 4 3.2 4h19c2.7 0 5.2-2.9 5.5-5.7l4.5-26.6c1-7.2 13.2-4.7 18-4.7 28.6 0 46.1-17 46.1-45.8m84.2 8.8h-19c-3.8 0-4 5.5-4.2 8.2-5.8-8.5-14.2-10-23.7-10-24.5 0-43.2 21.5-43.2 45.2 0 19.5 12.2 32.2 31.7 32.2 9 0 20.2-4.9 26.5-11.9-.5 1.5-1 4.7-1 6.2 0 2.3 1 4 3.2 4H200c2.7 0 5-2.9 5.5-5.7l10.2-64.3c.3-1.9-1.2-3.9-3.2-3.9m40.5 97.9 63.7-92.6c.5-.5.5-1 .5-1.7 0-1.7-1.5-3.5-3.2-3.5h-19.2c-1.7 0-3.5 1-4.5 2.5l-26.5 39-11-37.5c-.8-2.2-3-4-5.5-4h-18.7c-1.7 0-3.2 1.8-3.2 3.5 0 1.2 19.5 56.8 21.2 62.1-2.7 3.8-20.5 28.6-20.5 31.6 0 1.8 1.5 3.2 3.2 3.2h19.2c1.8-.1 3.5-1.1 4.5-2.6m159.3-106.7c0-21-16.2-28-34.7-28h-39.7c-2.7 0-5.2 2-5.5 4.7l-16.2 102c-.2 2 1.3 4 3.2 4h20.5c2 0 3.5-1.5 4-3.2l4.5-29c1-7.2 13.2-4.7 18-4.7 28.4 0 45.9-17 45.9-45.8m84.2 8.8h-19c-3.8 0-4 5.5-4.3 8.2-5.5-8.5-14-10-23.7-10-24.5 0-43.2 21.5-43.2 45.2 0 19.5 12.2 32.2 31.7 32.2 9.3 0 20.5-4.9 26.5-11.9-.3 1.5-1 4.7-1 6.2 0 2.3 1 4 3.2 4H484c2.7 0 5-2.9 5.5-5.7l10.2-64.3c.3-1.9-1.2-3.9-3.2-3.9m47.5-33.3c0-2-1.5-3.5-3.2-3.5h-18.5c-1.5 0-3 1.2-3.2 2.7l-16.2 104-.3.5c0 1.8 1.5 3.5 3.5 3.5h16.5c2.5 0 5-2.9 5.2-5.7L544 191.2zm-90 51.8c-12.2 0-21.7 9.7-21.7 22 0 9.7 7 15 16.2 15 12 0 21.7-9.2 21.7-21.5.1-9.8-6.9-15.5-16.2-15.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/cc-stripe.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/cc-stripe.svg new file mode 100644 index 0000000..fbc7408 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/cc-stripe.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M492.4 220.8c-8.9 0-18.7 6.7-18.7 22.7h36.7c0-16-9.3-22.7-18-22.7M375 223.4c-8.2 0-13.3 2.9-17 7l.2 52.8c3.5 3.7 8.5 6.7 16.8 6.7 13.1 0 21.9-14.3 21.9-33.4 0-18.6-9-33.2-21.9-33.1M528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48M122.2 281.1c0 25.6-20.3 40.1-49.9 40.3-12.2 0-25.6-2.4-38.8-8.1v-33.9c12 6.4 27.1 11.3 38.9 11.3 7.9 0 13.6-2.1 13.6-8.7 0-17-54-10.6-54-49.9 0-25.2 19.2-40.2 48-40.2 11.8 0 23.5 1.8 35.3 6.5v33.4c-10.8-5.8-24.5-9.1-35.3-9.1-7.5 0-12.1 2.2-12.1 7.7 0 16 54.3 8.4 54.3 50.7m68.8-56.6h-27V275c0 20.9 22.5 14.4 27 12.6v28.9c-4.7 2.6-13.3 4.7-24.9 4.7-21.1 0-36.9-15.5-36.9-36.5l.2-113.9 34.7-7.4v30.8H191zm74 2.4c-4.5-1.5-18.7-3.6-27.1 7.4v84.4h-35.5V194.2h30.7l2.2 10.5c8.3-15.3 24.9-12.2 29.6-10.5h.1zm44.1 91.8h-35.7V194.2h35.7zm0-142.9-35.7 7.6v-28.9l35.7-7.6zm74.1 145.5c-12.4 0-20-5.3-25.1-9l-.1 40.2-35.5 7.5V194.2h31.3l1.8 8.8c4.9-4.5 13.9-11.1 27.8-11.1 24.9 0 48.4 22.5 48.4 63.8 0 45.1-23.2 65.5-48.6 65.6m160.4-51.5h-69.5c1.6 16.6 13.8 21.5 27.6 21.5 14.1 0 25.2-3 34.9-7.9V312c-9.7 5.3-22.4 9.2-39.4 9.2-34.6 0-58.8-21.7-58.8-64.5 0-36.2 20.5-64.9 54.3-64.9 33.7 0 51.3 28.7 51.3 65.1 0 3.5-.3 10.9-.4 12.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/cc-visa.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/cc-visa.svg new file mode 100644 index 0000000..3ba3a03 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/cc-visa.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M470.1 231.3s7.6 37.2 9.3 45H446c3.3-8.9 16-43.5 16-43.5-.2.3 3.3-9.1 5.3-14.9zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48M152.5 331.2 215.7 176h-42.5l-39.3 106-4.3-21.5-14-71.4c-2.3-9.9-9.4-12.7-18.2-13.1H32.7l-.7 3.1c15.8 4 29.9 9.8 42.2 17.1l35.8 135zm94.4.2L272.1 176h-40.2l-25.1 155.4zm139.9-50.8c.2-17.7-10.6-31.2-33.7-42.3-14.1-7.1-22.7-11.9-22.7-19.2.2-6.6 7.3-13.4 23.1-13.4 13.1-.3 22.7 2.8 29.9 5.9l3.6 1.7 5.5-33.6c-7.9-3.1-20.5-6.6-36-6.6-39.7 0-67.6 21.2-67.8 51.4-.3 22.3 20 34.7 35.2 42.2 15.5 7.6 20.8 12.6 20.8 19.3-.2 10.4-12.6 15.2-24.1 15.2-16 0-24.6-2.5-37.7-8.3l-5.3-2.5-5.6 34.9c9.4 4.3 26.8 8.1 44.8 8.3 42.2.1 69.7-20.8 70-53M528 331.4 495.6 176h-31.1c-9.6 0-16.9 2.8-21 12.9l-59.7 142.5H426s6.9-19.2 8.4-23.3H486c1.2 5.5 4.8 23.3 4.8 23.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/centercode.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/centercode.svg new file mode 100644 index 0000000..9ed1691 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/centercode.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M329.2 268.6c-3.8 35.2-35.4 60.6-70.6 56.8S198 290 201.8 254.8s35.4-60.6 70.6-56.8c35.1 3.8 60.6 35.4 56.8 70.6m-85.8 235.1C96.7 496-8.2 365.5 10.1 224.3c11.2-86.6 65.8-156.9 139.1-192 161-77.1 349.7 37.4 354.7 216.6 4.1 147-118.4 262.2-260.5 254.8m179.9-180c27.9-118-160.5-205.9-237.2-234.2-57.5 56.3-69.1 188.6-33.8 344.4 68.8 15.8 169.1-26.4 271-110.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/centos.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/centos.svg new file mode 100644 index 0000000..5cfedf0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/centos.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m289.6 97.5 31.6 31.7-76.3 76.5V97.5zm-162.4 31.7 76.3 76.5V97.5h-44.7zm41.5-41.6h44.7v127.9l10.8 10.8 10.8-10.8V87.6h44.7L224.2 32zm26.2 168.1-10.8-10.8H55.5v-44.8L0 255.7l55.5 55.6v-44.8h128.6zm79.3-20.7h107.9v-44.8l-31.6-31.7zm173.3 20.7L392 200.1v44.8H264.3l-10.8 10.8 10.8 10.8H392v44.8zM65.4 176.2l32.5-31.7 90.3 90.5h15.3v-15.3l-90.3-90.5 31.6-31.7H65.4zm316.7-78.7h-78.5l31.6 31.7-90.3 90.5V235h15.3l90.3-90.5 31.6 31.7zM203.5 413.9V305.8l-76.3 76.5 31.6 31.7h44.7zM65.4 235h108.8l-76.3-76.5-32.5 31.7zm316.7 100.2-31.6 31.7-90.3-90.5h-15.3v15.3l90.3 90.5-31.6 31.7h78.5zm0-58.8H274.2l76.3 76.5 31.6-31.7zm-60.9 105.8-76.3-76.5v108.1h44.7zM97.9 352.9l76.3-76.5H65.4v44.8zm181.8 70.9H235V295.9l-10.8-10.8-10.8 10.8v127.9h-44.7l55.5 55.6zm-166.5-41.6 90.3-90.5v-15.3h-15.3l-90.3 90.5-32.5-31.7v78.7h79.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/chrome.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/chrome.svg new file mode 100644 index 0000000..fc46199 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/chrome.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 256c0-46.6 12.47-90.4 34.27-128.9L144.1 318.3C166 357.5 207.9 384 256 384c14.3 0 27.1-2.3 40.8-6.6l-76.3 132.2C95.9 492.3 0 385.3 0 256m365.1 65.6c12.3-19.2 18.9-42.5 18.9-65.6 0-38.2-16.8-72.5-43.3-96h152.7c12 29.6 18.6 62.1 18.6 96 0 141.4-114.6 255.1-256 256zM477.8 128H256c-62.9 0-113.7 44.1-125.5 102.7L54.19 98.47C101 38.53 174 0 256 0c94.8 0 177.5 51.48 221.8 128M168 256c0-48.6 39.4-88 88-88s88 39.4 88 88-39.4 88-88 88-88-39.4-88-88"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/chromecast.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/chromecast.svg new file mode 100644 index 0000000..8ec6ea5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/chromecast.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M447.8 64H64c-23.6 0-42.7 19.1-42.7 42.7v63.9H64v-63.9h383.8v298.6H298.6V448H448c23.6 0 42.7-19.1 42.7-42.7V106.7c0-23.6-19.3-42.7-42.9-42.7M21.3 383.6v63.9h63.9c0-35.3-28.6-63.9-63.9-63.9m0-85V341c58.9 0 106.6 48.1 106.6 107h42.7c.1-82.4-66.9-149.3-149.3-149.4M213.4 448h42.7c-.5-129.5-105.3-234.3-234.8-234.6v42.4c106-.2 192 86.2 192.1 192.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/cloudflare.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/cloudflare.svg new file mode 100644 index 0000000..d5e782a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/cloudflare.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m407.906 319.913-230.8-2.928a4.58 4.58 0 0 1-3.632-1.926 4.65 4.65 0 0 1-.494-4.147 6.14 6.14 0 0 1 5.361-4.076l232.94-2.936c27.631-1.26 57.546-23.574 68.022-50.784l13.286-34.542a7.9 7.9 0 0 0 .524-2.936 7.7 7.7 0 0 0-.164-1.631A151.91 151.91 0 0 0 201.257 198.4 68.12 68.12 0 0 0 94.2 269.59C41.924 271.106 0 313.728 0 366.12a96 96 0 0 0 1.029 13.958 4.51 4.51 0 0 0 4.445 3.871l426.1.051c.043 0 .08-.019.122-.02a5.61 5.61 0 0 0 5.271-4l3.273-11.265c3.9-13.4 2.448-25.8-4.1-34.9-6.016-8.392-16.05-13.328-28.234-13.902m105.95-98.813c-2.141 0-4.271.062-6.391.164a3.77 3.77 0 0 0-3.324 2.653l-9.077 31.193c-3.9 13.4-2.449 25.786 4.1 34.89 6.02 8.4 16.054 13.323 28.238 13.9l49.2 2.939a4.49 4.49 0 0 1 3.51 1.894 4.64 4.64 0 0 1 .514 4.169 6.15 6.15 0 0 1-5.351 4.075l-51.125 2.939c-27.754 1.27-57.669 23.574-68.145 50.784l-3.695 9.606a2.716 2.716 0 0 0 2.427 3.68c.046 0 .088.017.136.017h175.91a4.69 4.69 0 0 0 4.539-3.37 124.8 124.8 0 0 0 4.682-34C640 277.3 583.524 221.1 513.856 221.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/cloudscale.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/cloudscale.svg new file mode 100644 index 0000000..1c59df2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/cloudscale.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m318.1 154-9.4 7.6c-22.5-19.3-51.5-33.6-83.3-33.6C153.8 128 96 188.8 96 260.3c0 6.6.4 13.1 1.4 19.4-2-56 41.8-97.4 92.6-97.4 24.2 0 46.2 9.4 62.6 24.7l-25.2 20.4c-8.3-.9-16.8 1.8-23.1 8.1-11.1 11-11.1 28.9 0 40 11.1 11 28.9 11 40 0 6.3-6.3 9-14.9 8.1-23.1l75.2-88.8c6.3-6.5-3.3-15.9-9.5-9.6m-83.8 111.5c-5.6 5.5-14.6 5.5-20.2 0-5.6-5.6-5.6-14.6 0-20.2s14.6-5.6 20.2 0 5.6 14.7 0 20.2M224 32C100.5 32 0 132.5 0 256s100.5 224 224 224 224-100.5 224-224S347.5 32 224 32m0 384c-88.2 0-160-71.8-160-160S135.8 96 224 96s160 71.8 160 160-71.8 160-160 160"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/cloudsmith.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/cloudsmith.svg new file mode 100644 index 0000000..22ea749 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/cloudsmith.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M512 227.6v56.9L284.4 512h-56.8L0 284.4v-56.8L227.6 0h56.9zm-256 162a133.6 133.6 0 1 0 0-267.1 133.6 133.6 0 1 0 0 267.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/cloudversify.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/cloudversify.svg new file mode 100644 index 0000000..c0ba4aa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/cloudversify.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 616 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M148.6 304c8.2 68.5 67.4 115.5 146 111.3 51.2 43.3 136.8 45.8 186.4-5.6 69.2 1.1 118.5-44.6 131.5-99.5 14.8-62.5-18.2-132.5-92.1-155.1-33-88.1-131.4-101.5-186.5-85-57.3 17.3-84.3 53.2-99.3 109.7-7.8 2.7-26.5 8.9-45 24.1 11.7 0 15.2 8.9 15.2 19.5v20.4c0 10.7-8.7 19.5-19.5 19.5h-20.2c-10.7 0-19.5-6-19.5-16.7V240H98.8C95 240 88 244.3 88 251.9v40.4c0 6.4 5.3 11.8 11.7 11.8h48.9zm227.4 8c-10.7 46.3 21.7 72.4 55.3 86.8C324.1 432.6 259.7 348 296 288c-33.2 21.6-33.7 71.2-29.2 92.9-17.9-12.4-53.8-32.4-57.4-79.8-3-39.9 21.5-75.7 57-93.9C297 191.4 369.9 198.7 400 248c-14.1-48-53.8-70.1-101.8-74.8 30.9-30.7 64.4-50.3 114.2-43.7 69.8 9.3 133.2 82.8 67.7 150.5 35-16.3 48.7-54.4 47.5-76.9l10.5 19.6c11.8 22 15.2 47.6 9.4 72-9.2 39-40.6 68.8-79.7 76.5-32.1 6.3-83.1-5.1-91.8-59.2M128 208H88.2c-8.9 0-16.2-7.3-16.2-16.2v-39.6c0-8.9 7.3-16.2 16.2-16.2H128c8.9 0 16.2 7.3 16.2 16.2v39.6c0 8.9-7.3 16.2-16.2 16.2M10.1 168C4.5 168 0 163.5 0 157.9v-27.8c0-5.6 4.5-10.1 10.1-10.1h27.7c5.5 0 10.1 4.5 10.1 10.1v27.8c0 5.6-4.5 10.1-10.1 10.1zM168 142.7v-21.4c0-5.1 4.2-9.3 9.3-9.3h21.4c5.1 0 9.3 4.2 9.3 9.3v21.4c0 5.1-4.2 9.3-9.3 9.3h-21.4c-5.1 0-9.3-4.2-9.3-9.3M56 235.5v25c0 6.3-5.1 11.5-11.4 11.5H19.4C13.1 272 8 266.8 8 260.5v-25c0-6.3 5.1-11.5 11.4-11.5h25.1c6.4 0 11.5 5.2 11.5 11.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/cmplid.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/cmplid.svg new file mode 100644 index 0000000..7373bde --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/cmplid.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M226.119 388.165a3.82 3.82 0 0 0-2.294-3.5 3.95 3.95 0 0 0-1.629-.385L72.6 384.3a19.243 19.243 0 0 1-17.924-26.025l26.909-102.583a35.72 35.72 0 0 1 32.373-26h148.567a7.07 7.07 0 0 0 6.392-5.194l10.769-41.131a3.85 3.85 0 0 0-2.237-4.937 3.8 3.8 0 0 0-1.377-.261q-.094-.001-.189.005H127.38a106.8 106.8 0 0 0-96.99 77.1L3.483 358.824A57.47 57.47 0 0 0 57.314 436q1.43 0 2.86-.072h148.568a7.13 7.13 0 0 0 6.391-5.193l10.706-41.135a3.8 3.8 0 0 0 .28-1.435M306.658 81.2a3.9 3.9 0 0 0 .251-1.367 3.813 3.813 0 0 0-3.83-3.833h-41.192a7.03 7.03 0 0 0-6.387 5.2l-21.347 80.915h51.131ZM180.364 368.249H231.5l31.952-122.559h-51.131ZM511.853 79.723a3.81 3.81 0 0 0-3.8-3.661q-.089-.002-.23.007h-41a7.1 7.1 0 0 0-6.584 5.129L368.91 430.634a3.5 3.5 0 0 0-.262 1.335 3.873 3.873 0 0 0 3.864 3.863h41.169a7.07 7.07 0 0 0 6.392-5.193L511.533 81.2a3.6 3.6 0 0 0 .32-1.477M324.649 384.47h-41a7.2 7.2 0 0 0-6.392 5.194L266.52 430.8a3.7 3.7 0 0 0-.268 1.374 3.783 3.783 0 0 0 3.771 3.826c.06 0 .166 0 .3-.012h40.905a7.04 7.04 0 0 0 6.391-5.193l10.769-41.131a3.75 3.75 0 0 0-3.445-5.208c-.108 0-.217 0-.326.014Zm311.324-308.4h-41a7.07 7.07 0 0 0-6.392 5.129l-91.46 349.436a4.1 4.1 0 0 0-.229 1.347 3.87 3.87 0 0 0 3.863 3.851h41.137a7.1 7.1 0 0 0 6.392-5.193L639.68 81.2a3.6 3.6 0 0 0 .32-1.475 3.84 3.84 0 0 0-3.821-3.564q-.102-.001-.206.006ZM371.562 225.236l10.8-41.1a4.4 4.4 0 0 0 .227-1.388 3.87 3.87 0 0 0-3.861-3.842h-41.269a7.29 7.29 0 0 0-6.391 5.226l-10.834 41.1a4.4 4.4 0 0 0-.26 1.493v.206a3.776 3.776 0 0 0 3.757 3.507c.076 0 .18 0 .3-.012h41.129a7.03 7.03 0 0 0 6.402-5.19"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/codepen.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/codepen.svg new file mode 100644 index 0000000..59f90c1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/codepen.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m502.285 159.704-234-156c-7.987-4.915-16.511-4.96-24.571 0l-234 156C3.714 163.703 0 170.847 0 177.989v155.999c0 7.143 3.714 14.286 9.715 18.286l234 156.022c7.987 4.915 16.511 4.96 24.571 0l234-156.022c6-3.999 9.715-11.143 9.715-18.286V177.989c-.001-7.142-3.715-14.286-9.716-18.285M278 63.131l172.286 114.858-76.857 51.429L278 165.703zm-44 0v102.572l-95.429 63.715-76.857-51.429zM44 219.132l55.143 36.857L44 292.846zm190 229.715L61.714 333.989l76.857-51.429L234 346.275zm22-140.858-77.715-52 77.715-52 77.715 52zm22 140.858V346.275l95.429-63.715 76.857 51.429zm190-156.001-55.143-36.857L468 219.132z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/codiepie.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/codiepie.svg new file mode 100644 index 0000000..18bfc93 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/codiepie.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 472 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M422.5 202.9c30.7 0 33.5 53.1-.3 53.1h-10.8v44.3h-26.6v-97.4zM472 352.6C429.9 444.5 350.4 504 248 504 111 504 0 393 0 256S111 8 248 8c97.4 0 172.8 53.7 218.2 138.4l-186 108.8zm-38.5 12.5-60.3-30.7c-27.1 44.3-70.4 71.4-122.4 71.4-82.5 0-149.2-66.7-149.2-148.9 0-82.5 66.7-149.2 149.2-149.2 48.4 0 88.9 23.5 116.9 63.4l59.5-34.6c-40.7-62.6-104.7-100-179.2-100-121.2 0-219.5 98.3-219.5 219.5S126.8 475.5 248 475.5c78.6 0 146.5-42.1 185.5-110.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/confluence.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/confluence.svg new file mode 100644 index 0000000..300e228 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/confluence.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M2.3 412.2c-4.5 7.6-2.1 17.5 5.5 22.2l105.9 65.2c7.7 4.7 17.7 2.4 22.4-5.3 0-.1.1-.2.1-.2 67.1-112.2 80.5-95.9 280.9-.7 8.1 3.9 17.8.4 21.7-7.7.1-.1.1-.3.2-.4l50.4-114.1c3.6-8.1-.1-17.6-8.1-21.3-22.2-10.4-66.2-31.2-105.9-50.3C127.5 179 44.6 345.3 2.3 412.2m507.4-312.1c4.5-7.6 2.1-17.5-5.5-22.2L398.4 12.8c-7.5-5-17.6-3.1-22.6 4.4-.2.3-.4.6-.6 1-67.3 112.6-81.1 95.6-280.6.9-8.1-3.9-17.8-.4-21.7 7.7-.1.1-.1.3-.2.4L22.2 141.3c-3.6 8.1.1 17.6 8.1 21.3 22.2 10.4 66.3 31.2 106 50.4 248 120 330.8-45.4 373.4-112.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/connectdevelop.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/connectdevelop.svg new file mode 100644 index 0000000..cecdb0e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/connectdevelop.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m550.5 241-50.089-86.786c1.071-2.142 1.875-4.553 1.875-7.232 0-8.036-6.696-14.733-14.732-15.001l-55.447-95.893c.536-1.607 1.071-3.214 1.071-4.821 0-8.571-6.964-15.268-15.268-15.268-4.821 0-8.839 2.143-11.786 5.625H299.518C296.839 18.143 292.821 16 288 16s-8.839 2.143-11.518 5.625H170.411C167.464 18.143 163.447 16 158.625 16c-8.303 0-15.268 6.696-15.268 15.268 0 1.607.536 3.482 1.072 4.821l-55.983 97.233c-5.356 2.41-9.107 7.5-9.107 13.661 0 .535.268 1.071.268 1.607l-53.304 92.143c-7.232 1.339-12.59 7.5-12.59 15 0 7.232 5.089 13.393 12.054 15l55.179 95.358c-.536 1.607-.804 2.946-.804 4.821 0 7.232 5.089 13.393 12.054 14.732l51.697 89.732c-.536 1.607-1.071 3.482-1.071 5.357 0 8.571 6.964 15.268 15.268 15.268 4.821 0 8.839-2.143 11.518-5.357h106.875C279.161 493.857 283.447 496 288 496s8.839-2.143 11.518-5.357h107.143c2.678 2.946 6.696 4.821 10.982 4.821 8.571 0 15.268-6.964 15.268-15.268 0-1.607-.267-2.946-.803-4.285l51.697-90.268c6.964-1.339 12.054-7.5 12.054-14.732q0-2.41-.804-4.821l54.911-95.358c6.964-1.339 12.322-7.5 12.322-15-.002-7.232-5.092-13.393-11.788-14.732M153.535 450.732l-43.66-75.803h43.66zm0-83.839h-43.66c-.268-1.071-.804-2.142-1.339-3.214l44.999-47.41zm0-62.411-50.357 53.304c-1.339-.536-2.679-1.34-4.018-1.607L43.447 259.75c.535-1.339.535-2.679.535-4.018s0-2.41-.268-3.482l51.965-90c2.679-.268 5.357-1.072 7.768-2.679l50.089 51.965v92.946zm0-102.322-45.803-47.41c1.339-2.143 2.143-4.821 2.143-7.767 0-.268-.268-.804-.268-1.072l43.928-15.804zm0-80.625-43.66 15.804 43.66-75.536zm326.519 39.108.804 1.339L445.5 329.125l-63.75-67.232 98.036-101.518zM291.75 355.107l11.518 11.786H280.5zm-.268-11.25-83.303-85.446 79.553-84.375 83.036 87.589zm5.357 5.893 79.286-82.232 67.5 71.25-5.892 28.125H313.714zM410.411 44.393c1.071.536 2.142 1.072 3.482 1.34l57.857 100.714v.536c0 2.946.803 5.624 2.143 7.767L376.393 256l-83.035-87.589zm-9.107-2.143L287.732 162.518l-57.054-60.268 166.339-60zm-123.483 0c2.678 2.678 6.16 4.285 10.179 4.285s7.5-1.607 10.179-4.285h75L224.786 95.821 173.893 42.25zm-116.249 5.625 1.071-2.142a34 34 0 0 0 2.679-.804l51.161 53.84-54.911 19.821zm0 79.286 60.803-21.964 59.732 63.214-79.553 84.107-40.982-42.053zm0 92.678L198 257.607l-36.428 38.304zm0 87.858 42.053-44.464 82.768 85.982-17.143 17.678H161.572zm6.964 162.053c-1.607-1.607-3.482-2.678-5.893-3.482l-1.071-1.607v-89.732h99.91l-91.607 94.821zm129.911 0c-2.679-2.41-6.428-4.285-10.447-4.285s-7.767 1.875-10.447 4.285h-96.429l91.607-94.821h38.304l91.607 94.821zm120-11.786-4.286 7.5c-1.339.268-2.41.803-3.482 1.339l-89.196-91.875h114.376zm12.856-22.232 12.858-60.803h21.964zm34.822-68.839h-20.357l4.553-21.16 17.143 18.214c-.535.803-1.071 1.874-1.339 2.946m66.161-107.411-55.447 96.697c-1.339.535-2.679 1.071-4.018 1.874l-20.625-21.964 34.554-163.928 45.803 79.286c-.267 1.339-.803 2.678-.803 4.285 0 1.339.268 2.411.536 3.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/contao.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/contao.svg new file mode 100644 index 0000000..e2ad600 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/contao.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M45.4 305c14.4 67.1 26.4 129 68.2 175H34c-18.7 0-34-15.2-34-34V66c0-18.7 15.2-34 34-34h57.7C77.9 44.6 65.6 59.2 54.8 75.6c-45.4 70-27 146.8-9.4 229.4M478 32h-90.2c21.4 21.4 39.2 49.5 52.7 84.1l-137.1 29.3c-14.9-29-37.8-53.3-82.6-43.9-24.6 5.3-41 19.3-48.3 34.6-8.8 18.7-13.2 39.8 8.2 140.3 21.1 100.2 33.7 117.7 49.5 131.2 12.9 11.1 33.4 17 58.3 11.7 44.5-9.4 55.7-40.7 57.4-73.2l137.4-29.6c3.2 71.5-18.7 125.2-57.4 163.6H478c18.7 0 34-15.2 34-34V66c0-18.8-15.2-34-34-34"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/cotton-bureau.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/cotton-bureau.svg new file mode 100644 index 0000000..78f7584 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/cotton-bureau.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M474.31 330.41c-23.66 91.85-94.23 144.59-201.9 148.35V429.6c0-48 26.41-74.39 74.39-74.39 62 0 99.2-37.2 99.2-99.21 0-61.37-36.53-98.28-97.38-99.06-33-69.32-146.5-64.65-177.24 0C110.52 157.72 74 194.63 74 256c0 62.13 37.27 99.41 99.4 99.41 48 0 74.55 26.23 74.55 74.39V479c-134.43-5-211.1-85.07-211.1-223 0-141.82 81.35-223.2 223.2-223.2 114.77 0 189.84 53.2 214.69 148.81H500C473.88 71.51 388.22 8 259.82 8 105 8 12 101.19 12 255.82 12 411.14 105.19 504.34 259.82 504c128.27 0 213.87-63.81 239.67-173.59zM357 182.33c41.37 3.45 64.2 29 64.2 73.67 0 48-26.43 74.41-74.4 74.41-28.61 0-49.33-9.59-61.59-27.33 83.06-16.55 75.59-99.67 71.79-120.75m-81.68 97.36c-2.46-10.34-16.33-87 56.23-97 2.27 10.09 16.52 87.11-56.26 97zM260 132c28.61 0 49 9.67 61.44 27.61-28.36 5.48-49.36 20.59-61.59 43.45-12.23-22.86-33.23-38-61.6-43.45 12.41-17.69 33.27-27.35 61.57-27.35zm-71.52 50.72c73.17 10.57 58.91 86.81 56.49 97-72.41-9.84-59-86.95-56.25-97zM173.2 330.41c-48 0-74.4-26.4-74.4-74.41 0-44.36 22.86-70 64.22-73.67-6.75 37.2-1.38 106.53 71.65 120.75-12.14 17.63-32.84 27.3-61.14 27.3zm53.21 12.39A80.8 80.8 0 0 0 260 309.25c7.77 14.49 19.33 25.54 33.82 33.55a80.3 80.3 0 0 0-33.58 33.83c-8-14.5-19.07-26.23-33.56-33.83z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/cpanel.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/cpanel.svg new file mode 100644 index 0000000..b0a53f2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/cpanel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M210.3 220.2c-5.6-24.8-26.9-41.2-51-41.2h-37c-7.1 0-12.5 4.5-14.3 10.9L73.1 320l24.7-.1c6.8 0 12.3-4.5 14.2-10.7l25.8-95.7h19.8c8.4 0 16.2 5.6 18.3 14.8 2.5 10.9-5.9 22.6-18.3 22.6h-10.3c-7 0-12.5 4.6-14.3 10.8l-6.4 23.8h32c37.2 0 58.3-36.2 51.7-65.3m-156.5 28h18.6c6.9 0 12.4-4.4 14.3-10.9l6.2-23.6h-40C30 213.7 9 227.8 1.7 254.8-7 288.6 18.5 320 52 320h12.4l7.1-26.1c1.2-4.4-2.2-8.3-6.4-8.3H53.8c-24.7 0-24.9-37.4 0-37.4m247.5-34.8h-77.9l-3.5 13.4c-2.4 9.6 4.5 18.5 14.2 18.5h57.5c4 0 2.4 4.3 2.1 5.3l-8.6 31.8c-.4 1.4-.9 5.3-5.5 5.3h-34.9c-5.3 0-5.3-7.9 0-7.9h21.6c6.8 0 12.3-4.6 14.2-10.8l3.5-13.2h-48.4c-39.2 0-43.6 63.8-.7 63.8l57.5.2c11.2 0 20.6-7.2 23.4-17.8l14-51.8c4.8-19.2-9.7-36.8-28.5-36.8M633.1 179h-18.9c-4.9 0-9.2 3.2-10.4 7.9L568.2 320c20.7 0 39.8-13.8 44.9-34.5l26.5-98.2c1.2-4.3-2-8.3-6.5-8.3m-236.3 34.7v.1h-48.3l-26.2 98c-1.2 4.4 2.2 8.3 6.4 8.3h18.9c4.8 0 9.2-3 10.4-7.8l17.2-64H395c12.5 0 21.4 11.8 18.1 23.4l-10.6 40c-1.2 4.3 1.9 8.3 6.4 8.3H428c4.6 0 9.1-2.9 10.3-7.8l8.8-33.1c9-33.1-15.9-65.4-50.3-65.4m98.3 74.6c-3.6 0-6-3.4-5.1-6.7l8-30c.9-3.9 3.7-6 7.8-6h32.9c2.6 0 4.6 2.4 3.9 5.1l-.7 2.6q-.9 3-3.9 3h-21.6c-7 0-12.6 4.6-14.2 10.8l-3.5 13h53.4c10.5 0 20.3-6.6 23.2-17.6l3.2-12c4.9-19.1-9.3-36.8-28.3-36.8h-47.3c-17.9 0-33.8 12-38.6 29.6l-10.8 40c-5 17.7 8.3 36.7 28.3 36.7h66.7c6.8 0 12.3-4.5 14.2-10.7l5.7-21z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/creative-commons-by.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/creative-commons-by.svg new file mode 100644 index 0000000..c46b7b7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/creative-commons-by.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3m-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35q0 34.5-34.5 34.5c-34.5 0-34.5-11.5-34.5-34.5M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8m.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/creative-commons-nc-eu.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/creative-commons-nc-eu.svg new file mode 100644 index 0000000..1b1c599 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/creative-commons-nc-eu.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M247.7 8C103.6 8 0 124.8 0 256c0 136.3 111.7 248 247.7 248C377.9 504 496 403.1 496 256 496 117 388.4 8 247.7 8m.6 450.7c-112 0-203.6-92.5-203.6-202.7 0-23.2 3.7-45.2 10.9-66l65.7 29.1h-4.7v29.5h23.3c0 6.2-.4 3.2-.4 19.5h-22.8v29.5h27c11.4 67 67.2 101.3 124.6 101.3 26.6 0 50.6-7.9 64.8-15.8l-10-46.1c-8.7 4.6-28.2 10.8-47.3 10.8-28.2 0-58.1-10.9-67.3-50.2h90.3l128.3 56.8c-1.5 2.1-56.2 104.3-178.8 104.3m-16.7-190.6-.5-.4.9.4zm77.2-19.5h3.7v-29.5h-70.3l-28.6-12.6c2.5-5.5 5.4-10.5 8.8-14.3 12.9-15.8 31.1-22.4 51.1-22.4 18.3 0 35.3 5.4 46.1 10l11.6-47.3c-15-6.6-37-12.4-62.3-12.4-39 0-72.2 15.8-95.9 42.3-5.3 6.1-9.8 12.9-13.9 20.1l-81.6-36.1c64.6-96.8 157.7-93.6 170.7-93.6 113 0 203 90.2 203 203.4 0 18.7-2.1 36.3-6.3 52.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/creative-commons-nc-jp.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/creative-commons-nc-jp.svg new file mode 100644 index 0000000..df5c9a3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/creative-commons-nc-jp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M247.7 8C103.6 8 0 124.8 0 256c0 136.4 111.8 248 247.7 248C377.9 504 496 403.2 496 256 496 117.2 388.5 8 247.7 8m.6 450.7c-112 0-203.6-92.5-203.6-202.7q0-31.65 9-60.3l127 56.5h-27.9v38.6h58.1l5.7 11.8v18.7h-63.8V360h63.8v56h61.7v-56h64.2v-35.7l81 36.1c-1.5 2.2-57.1 98.3-175.2 98.3m87.6-137.3h-57.6v-18.7l2.9-5.6zm6.5-51.4v-17.8h-38.6l63-116H301l-43.4 96-23-10.2-39.6-85.7h-65.8l27.3 51-81.9-36.5c27.8-44.1 82.6-98.1 173.7-98.1 112.8 0 203 90 203 203.4 0 21-2.7 40.6-7.9 59z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/creative-commons-nc.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/creative-commons-nc.svg new file mode 100644 index 0000000..7c64936 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/creative-commons-nc.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M247.6 8C387.4 8 496 115.9 496 256c0 147.2-118.5 248-248.4 248C113.1 504 0 393.2 0 256 0 123.1 104.7 8 247.6 8M55.8 189.1Q44.7 219.7 44.7 256c0 110.9 92.1 202.4 203.7 202.4 122.4 0 177.2-101.8 178.5-104.1l-93.4-41.6c-7.7 37.1-41.2 53-68.2 55.4v38.1h-28.8V368q-41.25-.45-75.3-29.7l34.1-34.5c31.7 29.4 86.4 31.8 86.4-2.2 0-6.2-2.2-11.2-6.6-15.1-14.2-6-1.8-.1-219.3-97.4M248.4 52.3c-38.4 0-112.4 8.7-170.5 93l94.8 42.5c10-31.3 40.4-42.9 63.8-44.3v-38.1h28.8v38.1c22.7 1.2 43.4 8.9 62 23L295 199.7c-42.7-29.9-83.5-8-70 11.1 53.4 24.1 43.8 19.8 93 41.6l127.1 56.7c4.1-17.4 6.2-35.1 6.2-53.1 0-57-19.8-105-59.3-143.9-39.3-39.9-87.2-59.8-143.6-59.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/creative-commons-nd.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/creative-commons-nd.svg new file mode 100644 index 0000000..b52e546 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/creative-commons-nd.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8m.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3m94 144.3v42.5H162.1V197zm0 79.8v42.5H162.1v-42.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/creative-commons-pd-alt.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/creative-commons-pd-alt.svg new file mode 100644 index 0000000..f72d61d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/creative-commons-pd-alt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M247.6 8C104.7 8 0 123.1 0 256c0 138.5 113.6 248 247.6 248C377.5 504 496 403.1 496 256 496 118.1 389.4 8 247.6 8m.8 450.8c-112.5 0-203.7-93-203.7-202.8 0-105.4 85.5-203.3 203.7-203.3 112.6 0 202.9 89.5 202.8 203.3 0 121.7-99.6 202.8-202.8 202.8M316.7 186h-53.2v137.2h53.2c21.4 0 70-5.1 70-68.6 0-63.4-48.6-68.6-70-68.6m.8 108.5h-19.9v-79.7l19.4-.1c3.8 0 35-2.1 35 39.9 0 24.6-10.5 39.9-34.5 39.9M203.7 186h-68.2v137.3h34.6V279h27c54.1 0 57.1-37.5 57.1-46.5 0-31-16.8-46.5-50.5-46.5m-4.9 67.3h-29.2v-41.6h28.3c30.9 0 28.8 41.6.9 41.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/creative-commons-pd.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/creative-commons-pd.svg new file mode 100644 index 0000000..baaf3ac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/creative-commons-pd.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M248 8C111 8 0 119.1 0 256c0 137 111 248 248 248s248-111 248-248C496 119.1 385 8 248 8m0 449.5c-139.2 0-235.8-138-190.2-267.9l78.8 35.1c-2.1 10.5-3.3 21.5-3.3 32.9 0 99 73.9 126.9 120.4 126.9 22.9 0 53.5-6.7 79.4-29.5L297 311.1c-5.5 6.3-17.6 16.7-36.3 16.7-37.8 0-53.7-39.9-53.9-71.9 230.4 102.6 216.5 96.5 217.9 96.8-34.3 62.4-100.6 104.8-176.7 104.8m194.2-150-224-100c18.8-34 54.9-30.7 74.7-11l40.4-41.6c-27.1-23.3-58-27.5-78.1-27.5-47.4 0-80.9 20.5-100.7 51.6l-74.9-33.4c36.1-54.9 98.1-91.2 168.5-91.2 111.1 0 201.5 90.4 201.5 201.5 0 18-2.4 35.4-6.8 52-.3-.1-.4-.2-.6-.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/creative-commons-remix.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/creative-commons-remix.svg new file mode 100644 index 0000000..0aaaa73 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/creative-commons-remix.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8m.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3m161.7 207.7 4.9 2.2v70c-7.2 3.6-63.4 27.5-67.3 28.8-6.5-1.8-113.7-46.8-137.3-56.2l-64.2 26.6-63.3-27.5v-63.8l59.3-24.8c-.7-.7-.4 5-.4-70.4l67.3-29.7L361 178.5v61.6zm-70.4 81.5v-43.8h-.4v-1.8l-113.8-46.5V295l113.8 46.9v-.4zm7.5-57.6 39.9-16.4-36.8-15.5-39 16.4zm52.3 38.1v-43L355.2 298v43.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/creative-commons-sa.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/creative-commons-sa.svg new file mode 100644 index 0000000..9f9daba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/creative-commons-sa.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8m.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3M137.7 221c13-83.9 80.5-95.7 108.9-95.7 99.8 0 127.5 82.5 127.5 134.2 0 63.6-41 132.9-128.9 132.9-38.9 0-99.1-20-109.4-97h62.5c1.5 30.1 19.6 45.2 54.5 45.2 23.3 0 58-18.2 58-82.8 0-82.5-49.1-80.6-56.7-80.6q-49.65 0-55.8 43.8h18.2l-49.2 49.2-49-49.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/creative-commons-sampling-plus.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/creative-commons-sampling-plus.svg new file mode 100644 index 0000000..a746f20 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/creative-commons-sampling-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8m.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3m107 205.6c-4.7 0-9 2.8-10.7 7.2l-4 9.5-11-92.8c-1.7-13.9-22-13.4-23.1.4l-4.3 51.4-5.2-68.8c-1.1-14.3-22.1-14.2-23.2 0l-3.5 44.9-5.9-94.3c-.9-14.5-22.3-14.4-23.2 0l-5.1 83.7-4.3-66.3c-.9-14.4-22.2-14.4-23.2 0l-5.3 80.2-4.1-57c-1.1-14.3-22-14.3-23.2-.2l-7.7 89.8-1.8-12.2c-1.7-11.4-17.1-13.6-22-3.3l-13.2 27.7H87.5v23.2h51.3c4.4 0 8.4-2.5 10.4-6.4l10.7 73.1c2 13.5 21.9 13 23.1-.7l3.8-43.6 5.7 78.3c1.1 14.4 22.3 14.2 23.2-.1l4.6-70.4 4.8 73.3c.9 14.4 22.3 14.4 23.2-.1l4.9-80.5 4.5 71.8c.9 14.3 22.1 14.5 23.2.2l4.6-58.6 4.9 64.4c1.1 14.3 22 14.2 23.1.1l6.8-83 2.7 22.3c1.4 11.8 17.7 14.1 22.3 3.1l18-43.4h50.5V258zm-78 5.2h-21.9v21.9c0 4.1-3.3 7.5-7.5 7.5-4.1 0-7.5-3.3-7.5-7.5v-21.9h-21.9c-4.1 0-7.5-3.3-7.5-7.5 0-4.1 3.4-7.5 7.5-7.5h21.9v-21.9c0-4.1 3.4-7.5 7.5-7.5s7.5 3.3 7.5 7.5v21.9h21.9c4.1 0 7.5 3.3 7.5 7.5 0 4.1-3.4 7.5-7.5 7.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/creative-commons-sampling.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/creative-commons-sampling.svg new file mode 100644 index 0000000..381f4a1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/creative-commons-sampling.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8m.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3m3.6 53.2c2.8-.3 11.5 1 11.5 11.5l6.6 107.2 4.9-59.3c0-6 4.7-10.6 10.6-10.6s10.6 4.7 10.6 10.6c0 2.5-.5-5.7 5.7 81.5l5.8-64.2c.3-2.9 2.9-9.3 10.2-9.3 3.8 0 9.9 2.3 10.6 8.9l11.5 96.5 5.3-12.8q2.7-6.6 10.2-6.6h58v21.3h-50.9l-18.2 44.3c-3.9 9.9-19.5 9.1-20.8-3.1l-4-31.9-7.5 92.6c-.3 3-3 9.3-10.2 9.3-3 0-9.8-2.1-10.6-9.3 0-1.9.6 5.8-6.2-77.9l-5.3 72.2c-1.1 4.8-4.8 9.3-10.6 9.3-2.9 0-9.8-2-10.6-9.3 0-1.9.5 6.7-5.8-87.7l-5.8 94.8c0 6.3-3.6 12.4-10.6 12.4-5.2 0-10.6-4.1-10.6-12l-5.8-87.7c-5.8 92.5-5.3 84-5.3 85.9-1.1 4.8-4.8 9.3-10.6 9.3-3 0-9.8-2.1-10.6-9.3 0-.7-.4-1.1-.4-2.6l-6.2-88.6L182 348c-.7 6.5-6.7 9.3-10.6 9.3-5.8 0-9.6-4.1-10.6-8.9L149.7 272c-2 4-3.5 8.4-11.1 8.4H87.2v-21.3H132l13.7-27.9c4.4-9.9 18.2-7.2 19.9 2.7l3.1 20.4 8.4-97.9c0-6 4.8-10.6 10.6-10.6.5 0 10.6-.2 10.6 12.4l4.9 69.1 6.6-92.6c0-10.1 9.5-10.6 10.2-10.6.6 0 10.6.7 10.6 10.6l5.3 80.6 6.2-97.9c.1-1.1-.6-10.3 9.9-11.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/creative-commons-share.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/creative-commons-share.svg new file mode 100644 index 0000000..7b224d7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/creative-commons-share.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8m.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3m101 132.4c7.8 0 13.7 6.1 13.7 13.7v182.5c0 7.7-6.1 13.7-13.7 13.7H214.3c-7.7 0-13.7-6-13.7-13.7v-54h-54c-7.8 0-13.7-6-13.7-13.7V131.1c0-8.2 6.6-12.7 12.4-13.7h136.4c7.7 0 13.7 6 13.7 13.7v54zM159.9 300.3h40.7V198.9c0-7.4 5.8-12.6 12-13.7h55.8v-40.3H159.9zm176.2-88.1H227.6v155.4h108.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/creative-commons-zero.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/creative-commons-zero.svg new file mode 100644 index 0000000..1f6fce9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/creative-commons-zero.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8m.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3m-.4 60.5c-81.9 0-102.5 77.3-102.5 142.8S166.1 398.8 248 398.8 350.5 321.5 350.5 256 329.9 113.2 248 113.2m0 53.9c3.3 0 6.4.5 9.2 1.2 5.9 5.1 8.8 12.1 3.1 21.9l-54.5 100.2c-1.7-12.7-1.9-25.1-1.9-34.4 0-28.8 2-88.9 44.1-88.9m40.8 46.2c2.9 15.4 3.3 31.4 3.3 42.7 0 28.9-2 88.9-44.1 88.9-13.5 0-32.6-7.7-20.1-26.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/creative-commons.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/creative-commons.svg new file mode 100644 index 0000000..1b09e2e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/creative-commons.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m245.83 214.87-33.22 17.28c-9.43-19.58-25.24-19.93-27.46-19.93-22.13 0-33.22 14.61-33.22 43.84 0 23.57 9.21 43.84 33.22 43.84 14.47 0 24.65-7.09 30.57-21.26l30.55 15.5c-6.17 11.51-25.69 38.98-65.1 38.98-22.6 0-73.96-10.32-73.96-77.05 0-58.69 43-77.06 72.63-77.06 30.72-.01 52.7 11.95 65.99 35.86m143.05 0-32.78 17.28c-9.5-19.77-25.72-19.93-27.9-19.93-22.14 0-33.22 14.61-33.22 43.84 0 23.55 9.23 43.84 33.22 43.84 14.45 0 24.65-7.09 30.54-21.26l31 15.5c-2.1 3.75-21.39 38.98-65.09 38.98-22.69 0-73.96-9.87-73.96-77.05 0-58.67 42.97-77.06 72.63-77.06 30.71-.01 52.58 11.95 65.56 35.86M247.56 8.05C104.74 8.05 0 123.11 0 256.05c0 138.49 113.6 248 247.56 248 129.93 0 248.44-100.87 248.44-248 0-137.87-106.62-248-248.44-248m.87 450.81c-112.54 0-203.7-93.04-203.7-202.81 0-105.42 85.43-203.27 203.72-203.27 112.53 0 202.82 89.46 202.82 203.26-.01 121.69-99.68 202.82-202.84 202.82"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/critical-role.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/critical-role.svg new file mode 100644 index 0000000..b9b0309 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/critical-role.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M225.82 0c.26.15 216.57 124.51 217.12 124.72 3 1.18 3.7 3.46 3.7 6.56q-.11 125.17 0 250.36a5.88 5.88 0 0 1-3.38 5.78c-21.37 12-207.86 118.29-218.93 124.58h-3C142 466.34 3.08 386.56 2.93 386.48a3.29 3.29 0 0 1-1.88-3.24c0-.87 0-225.94-.05-253.1a5 5 0 0 1 2.93-4.93C27.19 112.11 213.2 6 224.07 0zM215.4 20.42l-.22-.16Q118.06 75.55 21 130.87c0 .12.08.23.13.35l30.86 11.64c-7.71 6-8.32 6-10.65 5.13-.1 0-24.17-9.28-26.8-10v230.43c.88-1.41 64.07-110.91 64.13-111 1.62-2.82 3-1.92 9.12-1.52 1.4.09 1.48.22.78 1.42-41.19 71.33-36.4 63-67.48 116.94-.81 1.4-.61 1.13 1.25 1.13h186.5c1.44 0 1.69-.23 1.7-1.64v-8.88c0-1.34 2.36-.81-18.37-1-7.46-.07-14.14-3.22-21.38-12.7-7.38-9.66-14.62-19.43-21.85-29.21-2.28-3.08-3.45-2.38-16.76-2.38-1.75 0-1.78 0-1.76 1.82.29 26.21.15 25.27 1 32.66.52 4.37 2.16 4.2 9.69 4.81 3.14.26 3.88 4.08.52 4.92-1.57.39-31.6.51-33.67-.1a2.42 2.42 0 0 1 .3-4.73c3.29-.76 6.16.81 6.66-4.44 1.3-13.66 1.17-9 1.1-79.42 0-10.82-.35-12.58-5.36-13.55-1.22-.24-3.54-.16-4.69-.55-2.88-1-2-4.84 1.77-4.85 33.67 0 46.08-1.07 56.06 4.86 7.74 4.61 12 11.48 12.51 20.4.88 14.59-6.51 22.35-15 32.59a1.46 1.46 0 0 0 0 2.22c2.6 3.25 5 6.63 7.71 9.83 27.56 33.23 24.11 30.54 41.28 33.06.89.13 1-.42 1-1.15v-11c0-1 .32-1.43 1.41-1.26a72.4 72.4 0 0 0 23.58-.3c1.08-.15 1.5.2 1.48 1.33 0 .11.88 26.69.87 26.8-.05 1.52.67 1.62 1.89 1.62h186.71Q386.51 304.6 346 234.33c2.26-.66-.4 0 6.69-1.39 2-.39 2.05-.41 3.11 1.44 7.31 12.64 77.31 134 77.37 134.06V138c-1.72.5-103.3 38.72-105.76 39.68-1.08.42-1.55.2-1.91-.88-.63-1.9-1.34-3.76-2.09-5.62-.32-.79-.09-1.13.65-1.39.1 0 95.53-35.85 103-38.77-65.42-37.57-130.56-75-196-112.6l86.82 150.39-.28.33c-9.57-.9-10.46-1.6-11.8-3.94-1-1.69-73.5-127.71-82-142.16-9.1 14.67-83.56 146.21-85.37 146.32-2.93.17-5.88.08-9.25.08q43.25-74.74 86.18-149zm51.93 129.92a38 38 0 0 0 5.54-.85c1.69-.3 2.53.2 2.6 1.92 0 .11.07 19.06-.86 20.45s-1.88 1.22-2.6-.19c-5-9.69 6.22-9.66-39.12-12-.7 0-1 .23-1 .93 0 .13 3.72 122 3.73 122.11 0 .89.52 1.2 1.21 1.51a84 84 0 0 1 8.7 4.05c7.31 4.33 11.38 10.84 12.41 19.31 1.44 11.8-2.77 35.77-32.21 37.14-2.75.13-28.26 1.08-34.14-23.25-4.66-19.26 8.26-32.7 19.89-36.4a2.45 2.45 0 0 0 2-2.66c.1-5.63 3-107.1 3.71-121.35.05-1.08-.62-1.16-1.35-1.15-32.35.52-36.75-.34-40.22 8.52-2.42 6.18-4.14 1.32-3.95.23q1.59-9 3.31-18c.4-2.11 1.43-2.61 3.43-1.86 5.59 2.11 6.72 1.7 37.25 1.92 1.73 0 1.78-.08 1.82-1.85.68-27.49.58-22.59 1-29.55a2.69 2.69 0 0 0-1.63-2.8c-5.6-2.91-8.75-7.55-8.9-13.87-.35-14.81 17.72-21.67 27.38-11.51 6.84 7.19 5.8 18.91-2.45 24.15a4.35 4.35 0 0 0-2.22 4.34c0 .59-.11-4.31 1 30.05 0 .9.43 1.12 1.24 1.11.1 0 23-.09 34.47-.37zM68.27 141.7c19.84-4.51 32.68-.56 52.49 1.69 2.76.31 3.74 1.22 3.62 4-.21 5-1.16 22.33-1.24 23.15a2.65 2.65 0 0 1-1.63 2.34c-4.06 1.7-3.61-4.45-4-7.29-3.13-22.43-73.87-32.7-74.63 25.4-.31 23.92 17 53.63 54.08 50.88 27.24-2 19-20.19 24.84-20.47a2.72 2.72 0 0 1 3 3.36c-1.83 10.85-3.42 18.95-3.45 19.15-1.54 9.17-86.7 22.09-93.35-42.06-2.71-25.85 10.44-53.37 40.27-60.15m80 87.67h-19.49a2.57 2.57 0 0 1-2.66-1.79c2.38-3.75 5.89.92 5.86-6.14-.08-25.75.21-38 .23-40.1 0-3.42-.53-4.65-3.32-4.94-7-.72-3.11-3.37-1.11-3.38 11.84-.1 22.62-.18 30.05.72 8.77 1.07 16.71 12.63 7.93 22.62-2 2.25-4 4.42-6.14 6.73.95 1.15 6.9 8.82 17.28 19.68 2.66 2.78 6.15 3.51 9.88 3.13a2.21 2.21 0 0 0 2.23-2.12c.3-3.42.26 4.73.45-40.58 0-5.65-.34-6.58-3.23-6.83-3.95-.35-4-2.26-.69-3.37l19.09-.09c.32 0 4.49.53 1 3.38 0 .05-.16 0-.24 0-3.61.26-3.94 1-4 4.62-.27 43.93.07 40.23.41 42.82.11.84.27 2.23 5.1 2.14 2.49 0 3.86 3.37 0 3.4-10.37.08-20.74 0-31.11.07-10.67 0-13.47-6.2-24.21-20.82-1.6-2.18-8.31-2.36-8.2-.37.88 16.47 0 17.78 4 17.67 4.75-.1 4.73 3.57.83 3.55zm275-10.15c-1.21 7.13.17 10.38-5.3 10.34-61.55-.42-47.82-.22-50.72-.31a18.4 18.4 0 0 1-3.63-.73c-2.53-.6 1.48-1.23-.38-5.6-1.43-3.37-2.78-6.78-4.11-10.19a1.94 1.94 0 0 0-2-1.44 138 138 0 0 0-14.58.07 2.23 2.23 0 0 0-1.62 1.06c-1.58 3.62-3.07 7.29-4.51 11-1.27 3.23 7.86 1.32 12.19 2.16 3 .57 4.53 3.72.66 3.73H322.9c-2.92 0-3.09-3.15-.74-3.21a6.3 6.3 0 0 0 5.92-3.47c1.5-3 2.8-6 4.11-9.09 18.18-42.14 17.06-40.17 18.42-41.61a1.83 1.83 0 0 1 3 0c2.93 3.34 18.4 44.71 23.62 51.92 2 2.7 5.74 2 6.36 2 3.61.13 4-1.11 4.13-4.29.09-1.87.08 1.17.07-41.24 0-4.46-2.36-3.74-5.55-4.27-.26 0-2.56-.63-.08-3.06.21-.2-.89-.24 21.7-.15 2.32 0 5.32 2.75-1.21 3.45a2.56 2.56 0 0 0-2.66 2.83c-.07 1.63-.19 38.89.29 41.21a3.06 3.06 0 0 0 3.23 2.43c13.25.43 14.92.44 16-3.41 1.67-5.78 4.13-2.52 3.73-.19zm-104.72 64.37c-4.24 0-4.42-3.39-.61-3.41 35.91-.16 28.11.38 37.19-.65 1.68-.19 2.38.24 2.25 1.89-.26 3.39-.64 6.78-1 10.16-.25 2.16-3.2 2.61-3.4-.15-.38-5.31-2.15-4.45-15.63-5.08-1.58-.07-1.64 0-1.64 1.52V304c0 1.65 0 1.6 1.62 1.47 3.12-.25 10.31.34 15.69-1.52.47-.16 3.3-1.79 3.07 1.76 0 .21-.76 10.35-1.18 11.39-.53 1.29-1.88 1.51-2.58.32-1.17-2 0-5.08-3.71-5.3-15.42-.9-12.91-2.55-12.91 6 0 12.25-.76 16.11 3.89 16.24 16.64.48 14.4 0 16.43-5.71.84-2.37 3.5-1.77 3.18.58-.44 3.21-.85 6.43-1.23 9.64 0 .36-.16 2.4-4.66 2.39-37.16-.08-34.54-.19-35.21-.31-2.72-.51-2.2-3 .22-3.45 1.1-.19 4 .54 4.16-2.56 2.44-56.22-.07-51.34-3.91-51.33zm-.41-109.52c2.46.61 3.13 1.76 2.95 4.65-.33 5.3-.34 9-.55 9.69-.66 2.23-3.15 2.12-3.34-.27-.38-4.81-3.05-7.82-7.57-9.15-26.28-7.73-32.81 15.46-27.17 30.22 5.88 15.41 22 15.92 28.86 13.78 5.92-1.85 5.88-6.5 6.91-7.58 1.23-1.3 2.25-1.84 3.12 1.1 0 .1.57 11.89-6 12.75-1.6.21-19.38 3.69-32.68-3.39-21-11.19-16.74-35.47-6.88-45.33 14-14.06 39.91-7.06 42.32-6.47zM289.8 280.14c3.28 0 3.66 3 .16 3.43-2.61.32-5-.42-5 5.46 0 2-.19 29.05.4 41.45.11 2.29 1.15 3.52 3.44 3.65 22 1.21 14.95-1.65 18.79-6.34 1.83-2.24 2.76.84 2.76 1.08.35 13.62-4 12.39-5.19 12.4l-38.16-.19c-1.93-.23-2.06-3-.42-3.38 2-.48 4.94.4 5.13-2.8 1-15.87.57-44.65.34-47.81-.27-3.77-2.8-3.27-5.68-3.71-2.47-.38-2-3.22.34-3.22 1.45-.02 17.97-.03 23.09-.02m-31.63-57.79c.07 4.08 2.86 3.46 6 3.58 2.61.1 2.53 3.41-.07 3.43-6.48 0-13.7 0-21.61-.06-3.84 0-3.38-3.35 0-3.37 4.49 0 3.24 1.61 3.41-45.54 0-5.08-3.27-3.54-4.72-4.23-2.58-1.23-1.36-3.09.41-3.15 1.29 0 20.19-.41 21.17.21s1.87 1.65-.42 2.86c-1 .52-3.86-.28-4.15 2.47 0 .21-.82 1.63-.07 43.8zm-36.91 274.27a2.93 2.93 0 0 0 3.26 0c17-9.79 182-103.57 197.42-112.51-.14-.43 11.26-.18-181.52-.27-1.22 0-1.57.37-1.53 1.56 0 .1 1.25 44.51 1.22 50.38a28.3 28.3 0 0 1-1.36 7.71c-.55 1.83.38-.5-13.5 32.23-.73 1.72-1 2.21-2-.08-4.19-10.34-8.28-20.72-12.57-31a23.6 23.6 0 0 1-2-10.79c.16-2.46.8-16.12 1.51-48 0-1.95 0-2-2-2h-183c2.58 1.63 178.32 102.57 196 112.76zm-90.9-188.75c0 2.4.36 2.79 2.76 3 11.54 1.17 21 3.74 25.64-7.32 6-14.46 2.66-34.41-12.48-38.84-2-.59-16-2.76-15.94 1.51.05 8.04.01 11.61.02 41.65m105.75-15.05c0 2.13 1.07 38.68 1.09 39.13.34 9.94-25.58 5.77-25.23-2.59.08-2 1.37-37.42 1.1-39.43-14.1 7.44-14.42 40.21 6.44 48.8a17.9 17.9 0 0 0 22.39-7.07c4.91-7.76 6.84-29.47-5.43-39a2.5 2.5 0 0 1-.36.12zm-12.28-198c-9.83 0-9.73 14.75-.07 14.87s10.1-14.88.07-14.91zm-80.15 103.83c0 1.8.41 2.4 2.17 2.58 13.62 1.39 12.51-11 12.16-13.36-1.69-11.22-14.38-10.2-14.35-7.81.05 4.5-.03 13.68.02 18.59m212.32 6.4-6.1-15.84c-2.16 5.48-4.16 10.57-6.23 15.84z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/css3-alt.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/css3-alt.svg new file mode 100644 index 0000000..64c502d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/css3-alt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m0 32 34.9 395.8L192 480l157.1-52.2L384 32zm313.1 80-4.8 47.3L193 208.6l-.3.1h111.5l-12.8 146.6-98.2 28.7-98.8-29.2-6.4-73.9h48.9l3.2 38.3 52.6 13.3 54.7-15.4 3.7-61.6-166.3-.5v-.1l-.2.1-3.6-46.3L193.1 162l6.5-2.7H76.7L70.9 112z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/css3.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/css3.svg new file mode 100644 index 0000000..63d16e5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/css3.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m480 32-64 368-223.3 80L0 400l19.6-94.8h82l-8 40.6L210 390.2l134.1-44.4 18.8-97.1H29.5l16-82h333.7l10.5-52.7H56.3l16.3-82z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/cuttlefish.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/cuttlefish.svg new file mode 100644 index 0000000..b003197 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/cuttlefish.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 440 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M344 305.5c-17.5 31.6-57.4 54.5-96 54.5-56.6 0-104-47.4-104-104s47.4-104 104-104c38.6 0 78.5 22.9 96 54.5 13.7-50.9 41.7-93.3 87-117.8C385.7 39.1 320.5 8 248 8 111 8 0 119 0 256s111 248 248 248c72.5 0 137.7-31.1 183-80.7-45.3-24.5-73.3-66.9-87-117.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/d-and-d-beyond.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/d-and-d-beyond.svg new file mode 100644 index 0000000..871d7db --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/d-and-d-beyond.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M313.8 241.5c13.8 0 21-10.1 24.8-17.9-1-1.1-5-4.2-7.4-6.6-2.4 4.3-8.2 10.7-13.9 10.7-10.2 0-15.4-14.7-3.2-26.6-.5-.2-4.3-1.8-8 2.4 0-3 1-5.1 2.1-6.6-3.5 1.3-9.8 5.6-11.4 7.9.2-5.8 1.6-7.5.6-9l-.2-.2s-8.5 5.6-9.3 14.7c0 0 1.1-1.6 2.1-1.9.6-.3 1.3 0 .6 1.9-.2.6-5.8 15.7 5.1 26-.6-1.6-1.9-7.6 2.4-1.9-.3.1 5.8 7.1 15.7 7.1m52.4-21.1c0-4-4.9-4.4-5.6-4.5 2 3.9.9 7.5.2 9 2.5-.4 5.4-1.6 5.4-4.5m10.3 5.2c0-6.4-6.2-11.4-13.5-10.7 8 1.3 5.6 13.8-5 11.4 3.7-2.6 3.2-9.9-1.3-12.5 1.4 4.2-3 8.2-7.4 4.6-2.4-1.9-8-6.6-10.6-8.6-2.4-2.1-5.5-1-6.6-1.8-1.3-1.1-.5-3.8-2.2-5-1.6-.8-3-.3-4.8-1-1.6-.6-2.7-1.9-2.6-3.5-2.5 4.4 3.4 6.3 4.5 8.5 1 1.9-.8 4.8 4 8.5 14.8 11.6 9.1 8 10.4 18.1.6 4.3 4.2 6.7 6.4 7.4-2.1-1.9-2.9-6.4 0-9.3 0 13.9 19.2 13.3 23.1 6.4-2.4 1.1-7-.2-9-1.9 7.7 1 14.2-4.1 14.6-10.6m-39.4-18.4c2 .8 1.6.7 6.4 4.5 10.2-24.5 21.7-15.7 22-15.5 2.2-1.9 9.8-3.8 13.8-2.7-2.4-2.7-7.5-6.2-13.3-6.2-4.7 0-7.4 2.2-8 1.3-.8-1.4 3.2-3.4 3.2-3.4-5.4.2-9.6 6.7-11.2 5.9-1.1-.5 1.4-3.7 1.4-3.7-5.1 2.9-9.3 9.1-10.2 13 4.6-5.8 13.8-9.8 19.7-9-10.5.5-19.5 9.7-23.8 15.8m242.5 51.9c-20.7 0-40 1.3-50.3 2.1l7.4 8.2v77.2l-7.4 8.2c10.4.8 30.9 2.1 51.6 2.1 42.1 0 59.1-20.7 59.1-48.9 0-29.3-23.2-48.9-60.4-48.9m-15.1 75.6v-53.3c30.1-3.3 46.8 3.8 46.8 26.3 0 25.6-21.4 30.2-46.8 27M301.6 181c-1-3.4-.2-6.9 1.1-9.4 1 3 2.6 6.4 7.5 9-.5-2.4-.2-5.6.5-8-1.4-5.4 2.1-9.9 6.4-9.9 6.9 0 8.5 8.8 4.7 14.4 2.1 3.2 5.5 5.6 7.7 7.8 3.2-3.7 5.5-9.5 5.5-13.8 0-8.2-5.5-15.9-16.7-16.5-20-.9-20.2 16.6-20 18.9.5 5.2 3.4 7.8 3.3 7.5m-.4 6c-.5 1.8-7 3.7-10.2 6.9 4.8-1 7-.2 7.8 1.8.5 1.4-.2 3.4-.5 5.6 1.6-1.8 7-5.5 11-6.2-1-.3-3.4-.8-4.3-.8 2.9-3.4 9.3-4.5 12.8-3.7-2.2-.2-6.7 1.1-8.5 2.6 1.6.3 3 .6 4.3 1.1-2.1.8-4.8 3.4-5.8 6.1 7-5 13.1 5.2 7 8.2.8.2 2.7 0 3.5-.5-.3 1.1-1.9 3-3 3.4 2.9 0 7-1.9 8.2-4.6 0 0-1.8.6-2.6-.2s.3-4.3.3-4.3c-2.3 2.9-3.4-1.3-1.3-4.2-1-.3-3.5-.6-4.6-.5 3.2-1.1 10.4-1.8 11.2-.3.6 1.1-1 3.4-1 3.4 4-.5 8.3 1.1 6.7 5.1 2.9-1.4 5.5-5.9 4.8-10.4-.3 1-1.6 2.4-2.9 2.7.2-1.4-1-2.2-1.9-2.6 1.7-9.6-14.6-14.2-14.1-23.9-1 1.3-1.8 5-.8 7.1 2.7 3.2 8.7 6.7 10.1 12.2-2.6-6.4-15.1-11.4-14.6-20.2-1.6 1.6-2.6 7.8-1.3 11 2.4 1.4 4.5 3.8 4.8 6.1-2.2-5.1-11.4-6.1-13.9-12.2-.6 2.2-.3 5 1 6.7 0 0-2.2-.8-7-.6 1.7.6 5.1 3.5 4.8 5.2m25.9 7.4c-2.7 0-3.5-2.1-4.2-4.3 3.3 1.3 4.2 4.3 4.2 4.3m38.9 3.7-1-.6c-1.1-1-2.9-1.4-4.7-1.4-2.9 0-5.8 1.3-7.5 3.4-.8.8-1.4 1.8-2.1 2.6v15.7c3.5 2.6 7.1-2.9 3-7.2 1.5.3 4.6 2.7 5.1 3.2 0 0 2.6-.5 5-.5 2.1 0 3.9.3 5.6 1.1V196c-1.1.5-2.2 1-2.7 1.4zM79.9 305.9c17.2-4.6 16.2-18 16.2-19.9 0-20.6-24.1-25-37-25H3l8.3 8.6v29.5H0l11.4 14.6V346L3 354.6c61.7 0 73.8 1.5 86.4-5.9 6.7-4 9.9-9.8 9.9-17.6 0-5.1 2.6-18.8-19.4-25.2m-41.3-27.5c20 0 29.6-.8 29.6 9.1v3c0 12.1-19 8.8-29.6 8.8zm0 59.2V315c12.2 0 32.7-2.3 32.7 8.8v4.5h.2c0 11.2-12.5 9.3-32.9 9.3m101.2-19.3 23.1.2v-.2l14.1-21.2h-37.2v-14.9h52.4l-14.1-21v-.2l-73.5.2 7.4 8.2v77.1l-7.4 8.2h81.2l14.1-21.2-60.1.2zm214.7-60.1c-73.9 0-77.5 99.3-.3 99.3 77.9 0 74.1-99.3.3-99.3m-.3 77.5c-37.4 0-36.9-55.3.2-55.3 36.8.1 38.8 55.3-.2 55.3m-91.3-8.3 44.1-66.2h-41.7l6.1 7.2-20.5 37.2h-.3l-21-37.2 6.4-7.2h-44.9l44.1 65.8.2 19.4-7.7 8.2h42.6l-7.2-8.2zm-28.4-151.3c1.6 1.3 2.9 2.4 2.9 6.6v38.8c0 4.2-.8 5.3-2.7 6.4-.1.1-7.5 4.5-7.9 4.6h35.1c10 0 17.4-1.5 26-8.6-.6-5 .2-9.5.8-12 0-.2-1.8 1.4-2.7 3.5 0-5.7 1.6-15.4 9.6-20.5-.1 0-3.7-.8-9 1.1 2-3.1 10-7.9 10.4-7.9-8.2-26-38-22.9-32.2-22.9-30.9 0-32.6.3-39.9-4 .1.8.5 8.2 9.6 14.9m21.5 5.5c4.6 0 23.1-3.3 23.1 17.3 0 20.7-18.4 17.3-23.1 17.3zm228.9 79.6 7 8.3V312h-.3c-5.4-14.4-42.3-41.5-45.2-50.9h-31.6l7.4 8.5v76.9l-7.2 8.3h39l-7.4-8.2v-47.4h.3c3.7 10.6 44.5 42.9 48.5 55.6h21.3v-85.2l7.4-8.3zm-106.7-96.1c-32.2 0-32.8.2-39.9-4 .1.7.5 8.3 9.6 14.9 3.1 2 2.9 4.3 2.9 9.5 1.8-1.1 3.8-2.2 6.1-3-1.1 1.1-2.7 2.7-3.5 4.5 1-1.1 7.5-5.1 14.6-3.5-1.6.3-4 1.1-6.1 2.9.1 0 2.1-1.1 7.5-.3v-4.3c4.7 0 23.1-3.4 23.1 17.3 0 20.5-18.5 17.3-19.7 17.3 5.7 4.4 5.8 12 2.2 16.3h.3c33.4 0 36.7-27.3 36.7-34 0-3.8-1.1-32-33.8-33.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/d-and-d.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/d-and-d.svg new file mode 100644 index 0000000..99bc286 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/d-and-d.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M82.5 98.9c-.6-17.2 2-33.8 12.7-48.2.3 7.4 1.2 14.5 4.2 21.6 5.9-27.5 19.7-49.3 42.3-65.5-1.9 5.9-3.5 11.8-3 17.7 8.7-7.4 18.8-17.8 44.4-22.7 14.7-2.8 29.7-2 42.1 1 38.5 9.3 61 34.3 69.7 72.3 5.3 23.1.7 45-8.3 66.4-5.2 12.4-12 24.4-20.7 35.1-2-1.9-3.9-3.8-5.8-5.6-42.8-40.8-26.8-25.2-37.4-37.4-1.1-1.2-1-2.2-.1-3.6 8.3-13.5 11.8-28.2 10-44-1.1-9.8-4.3-18.9-11.3-26.2-14.5-15.3-39.2-15-53.5.6-11.4 12.5-14.1 27.4-10.9 43.6.2 1.3.4 2.7 0 3.9-3.4 13.7-4.6 27.6-2.5 41.6.1.5.1 1.1.1 1.6 0 .3-.1.5-.2 1.1-21.8-11-36-28.3-43.2-52.2-8.3 17.8-11.1 35.5-6.6 54.1-15.6-15.2-21.3-34.3-22-55.2m469.6 123.2c-11.6-11.6-25-20.4-40.1-26.6-12.8-5.2-26-7.9-39.9-7.1-10 .6-19.6 3.1-29 6.4-2.5.9-5.1 1.6-7.7 2.2-4.9 1.2-7.3-3.1-4.7-6.8 3.2-4.6 3.4-4.2 15-12 .6-.4 1.2-.8 2.2-1.5h-2.5c-.6 0-1.2.2-1.9.3-19.3 3.3-30.7 15.5-48.9 29.6-10.4 8.1-13.8 3.8-12-.5 1.4-3.5 3.3-6.7 5.1-10 1-1.8 2.3-3.4 3.5-5.1-.2-.2-.5-.3-.7-.5-27 18.3-46.7 42.4-57.7 73.3.3.3.7.6 1 .9.3-.6.5-1.2.9-1.7 10.4-12.1 22.8-21.8 36.6-29.8 18.2-10.6 37.5-18.3 58.7-20.2 4.3-.4 8.7-.1 13.1-.1-1.8.7-3.5.9-5.3 1.1-18.5 2.4-35.5 9-51.5 18.5-30.2 17.9-54.5 42.2-75.1 70.4-.3.4-.4.9-.7 1.3 14.5 5.3 24 17.3 36.1 25.6.2-.1.3-.2.4-.4l1.2-2.7c12.2-26.9 27-52.3 46.7-74.5 16.7-18.8 38-25.3 62.5-20 5.9 1.3 11.4 4.4 17.2 6.8 2.3-1.4 5.1-3.2 8-4.7 8.4-4.3 17.4-7 26.7-9 14.7-3.1 29.5-4.9 44.5-1.3v-.5c-.5-.4-1.2-.8-1.7-1.4M316.7 397.6c-39.4-33-22.8-19.5-42.7-35.6-.8.9 0-.2-1.9 3-11.2 19.1-25.5 35.3-44 47.6-10.3 6.8-21.5 11.8-34.1 11.8-21.6 0-38.2-9.5-49.4-27.8-12-19.5-13.3-40.7-8.2-62.6 7.8-33.8 30.1-55.2 38.6-64.3-18.7-6.2-33 1.7-46.4 13.9.8-13.9 4.3-26.2 11.8-37.3-24.3 10.6-45.9 25-64.8 43.9-.3-5.8 5.4-43.7 5.6-44.7.3-2.7-.6-5.3-3-7.4-24.2 24.7-44.5 51.8-56.1 84.6 7.4-5.9 14.9-11.4 23.6-16.2-8.3 22.3-19.6 52.8-7.8 101.1 4.6 19 11.9 36.8 24.1 52.3 2.9 3.7 6.3 6.9 9.5 10.3.2-.2.4-.3.6-.5-1.4-7-2.2-14.1-1.5-21.9 2.2 3.2 3.9 6 5.9 8.6 12.6 16 28.7 27.4 47.2 35.6 25 11.3 51.1 13.3 77.9 8.6 54.9-9.7 90.7-48.6 116-98.8 1-1.8.6-2.9-.9-4.2m172-46.4c-9.5-3.1-22.2-4.2-28.7-2.9 9.9 4 14.1 6.6 18.8 12 12.6 14.4 10.4 34.7-5.4 45.6-11.7 8.1-24.9 10.5-38.9 9.1-1.2-.1-2.3-.4-3-.6 2.8-3.7 6-7 8.1-10.8 9.4-16.8 5.4-42.1-8.7-56.1-2.1-2.1-4.6-3.9-7-5.9-.3 1.3-.1 2.1.1 2.8 4.2 16.6-8.1 32.4-24.8 31.8-7.6-.3-13.9-3.8-19.6-8.5-19.5-16.1-39.1-32.1-58.5-48.3-5.9-4.9-12.5-8.1-20.1-8.7-4.6-.4-9.3-.6-13.9-.9-5.9-.4-8.8-2.8-10.4-8.4-.9-3.4-1.5-6.8-2.2-10.2-1.5-8.1-6.2-13-14.3-14.2-4.4-.7-8.9-1-13.3-1.5-13-1.4-19.8-7.4-22.6-20.3-5 11-1.6 22.4 7.3 29.9 4.5 3.8 9.3 7.3 13.8 11.2 4.6 3.8 7.4 8.7 7.9 14.8.4 4.7.8 9.5 1.8 14.1 2.2 10.6 8.9 18.4 17 25.1 16.5 13.7 33 27.3 49.5 41.1 17.9 15 13.9 32.8 13 56-.9 22.9 12.2 42.9 33.5 51.2 1 .4 2 .6 3.6 1.1-15.7-18.2-10.1-44.1.7-52.3.3 2.2.4 4.3.9 6.4 9.4 44.1 45.4 64.2 85 56.9 16-2.9 30.6-8.9 42.9-19.8 2-1.8 3.7-4.1 5.9-6.5-19.3 4.6-35.8.1-50.9-10.6.7-.3 1.3-.3 1.9-.3 21.3 1.8 40.6-3.4 57-17.4 19.5-16.6 26.6-42.9 17.4-66-8.3-20.1-23.6-32.3-43.8-38.9M99.4 179.3c-5.3-9.2-13.2-15.6-22.1-21.3 13.7-.5 26.6.2 39.6 3.7-7-12.2-8.5-24.7-5-38.7 5.3 11.9 13.7 20.1 23.6 26.8 19.7 13.2 35.7 19.6 46.7 30.2 3.4 3.3 6.3 7.1 9.6 10.9-.8-2.1-1.4-4.1-2.2-6-5-10.6-13-18.6-22.6-25-1.8-1.2-2.8-2.5-3.4-4.5-3.3-12.5-3-25.1-.7-37.6 1-5.5 2.8-10.9 4.5-16.3.8-2.4 2.3-4.6 4-6.6.6 6.9 0 25.5 19.6 46 10.8 11.3 22.4 21.9 33.9 32.7 9 8.5 18.3 16.7 25.5 26.8 1.1 1.6 2.2 3.3 3.8 4.7-5-13-14.2-24.1-24.2-33.8-9.6-9.3-19.4-18.4-29.2-27.4-3.3-3-4.6-6.7-5.1-10.9-1.2-10.4 0-20.6 4.3-30.2.5-1 1.1-2 1.9-3.3.5 4.2.6 7.9 1.4 11.6 4.8 23.1 20.4 36.3 49.3 63.5 10 9.4 19.3 19.2 25.6 31.6 4.8 9.3 7.3 19 5.7 29.6-.1.6.5 1.7 1.1 2 6.2 2.6 10 6.9 9.7 14.3 7.7-2.6 12.5-8 16.4-14.5 4.2 20.2-9.1 50.3-27.2 58.7.4-4.5 5-23.4-16.5-27.7-6.8-1.3-12.8-1.3-22.9-2.1 4.7-9 10.4-20.6.5-22.4-24.9-4.6-52.8 1.9-57.8 4.6 8.2.4 16.3 1 23.5 3.3-2 6.5-4 12.7-5.8 18.9-1.9 6.5 2.1 14.6 9.3 9.6 1.2-.9 2.3-1.9 3.3-2.7-3.1 17.9-2.9 15.9-2.8 18.3.3 10.2 9.5 7.8 15.7 7.3-2.5 11.8-29.5 27.3-45.4 25.8 7-4.7 12.7-10.3 15.9-17.9q-9.75 1.2-19.2 2.4l-.3-.9c4.7-3.4 8-7.8 10.2-13.1 8.7-21.1-3.6-38-25-39.9-9.1-.8-17.8.8-25.9 5.5 6.2-15.6 17.2-26.6 32.6-34.5-15.2-4.3-8.9-2.7-24.6-6.3 14.6-9.3 30.2-13.2 46.5-14.6-5.2-3.2-48.1-3.6-70.2 20.9 7.9 1.4 15.5 2.8 23.2 4.2-23.8 7-44 19.7-62.4 35.6 1.1-4.8 2.7-9.5 3.3-14.3.6-4.5.8-9.2.1-13.6-1.5-9.4-8.9-15.1-19.7-16.3-7.9-.9-15.6.1-23.3 1.3-.9.1-1.7.3-2.9 0 15.8-14.8 36-21.7 53.1-33.5 6-4.5 6.8-8.2 3-14.9m128.4 26.8c3.3 16 12.6 25.5 23.8 24.3-4.6-11.3-12.1-19.5-23.8-24.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/dailymotion.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/dailymotion.svg new file mode 100644 index 0000000..bdf4af1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/dailymotion.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M298.93 267a48.4 48.4 0 0 0-24.36-6.21q-19.83 0-33.44 13.27t-13.61 33.42q0 21.16 13.28 34.6t33.43 13.44q20.5 0 34.11-13.78T322 307.47a47.13 47.13 0 0 0-6.1-23.47 44.13 44.13 0 0 0-16.97-17M0 32v448h448V32Zm374.71 373.26h-53.1v-23.89h-.67q-15.79 26.2-55.78 26.2-27.56 0-48.89-13.1a88.3 88.3 0 0 1-32.94-35.77q-11.6-22.68-11.59-50.89 0-27.56 11.76-50.22a89.9 89.9 0 0 1 32.93-35.78q21.18-13.09 47.72-13.1a80.9 80.9 0 0 1 29.74 5.21q13.28 5.21 25 17V153l55.79-12.09Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/dart-lang.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/dart-lang.svg new file mode 100644 index 0000000..e44c097 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/dart-lang.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M378.6 78.9c-2.8-.1-5.6-.2-8.5-.2H106l143.2-72C256.6 2.3 268 0 279.6 0c13.5 0 29.4 9.2 37 16.8l62 62zM107.3 96.5h262.8c16 0 25.4 1.4 35.4 9.3L512 212.2V421l-79.3.7zM96.5 373V110.8l323.8 323.8.7 77.4H208.8l-98.1-98.2c-11.3-11.3-14.2-15.3-14.2-40.8M78.7 105.3V373c0 3.3.1 6.3.2 9.1l-62-62C6.5 309.3 0 294.3 0 279.6c0-6.8 3.9-17.5 6.7-23.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/dashcube.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/dashcube.svg new file mode 100644 index 0000000..cb10b7f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/dashcube.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M326.6 104H110.4c-51.1 0-91.2 43.3-91.2 93.5V427c0 50.5 40.1 85 91.2 85h227.2c51.1 0 91.2-34.5 91.2-85V0zM153.9 416.5c-17.7 0-32.4-15.1-32.4-32.8V240.8c0-17.7 14.7-32.5 32.4-32.5h140.7c17.7 0 32 14.8 32 32.5v123.5l51.1 52.3H153.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/debian.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/debian.svg new file mode 100644 index 0000000..6882169 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/debian.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M380.2 245.6c3-7.6 5.5-14 5.2-24.4l-4.3 9c4.4-13.2 4-27.1 3.6-40.4-.2-6-.3-11.8 0-17.4l-1.8-.5c-1.5-45.2-40.6-93.1-75.3-109.4-30-13.8-76.1-16.2-97.3-5.8 1.3-1.1 4.2-2 6.8-2.7l.3-.1c3.3-1 6-1.7 4-2.9-19.2 1.9-24.9 5.5-31.1 9.4h-.1c-4.6 2.9-9.5 6-20.3 8.7-3.5 3.4 1.7 2 5.8.9s7.2-1.9-.1 2.4c-3.5 1-6.6 1.3-9.6 1.6h-.1c-8.3.8-15.8 1.6-30.7 17 .8 1.3 3.4-.2 5.3-1.3l.1-.1c2.3-1.4 3.4-2-1.7 4.4-19.1-2.4-60.3 43.7-69.1 59l4.6.8c-3.2 8-6.8 14.8-10 20.8-4.3 8.1-7.9 14.9-8.7 21.3-.3 5.1-1 11-1.7 17.3l-.3 3-.1.6c-3 27.3-6.7 60.8 3.9 73l-1.3 13c.6 1.2 1.1 2.3 1.6 3.5.2.4.4.8.5 1.1 1 2.1 2 4.2 3.3 6.2l-3 .2c7 22.1 10.8 22.5 15.1 22.9 4.4.4 9.3.9 18.7 24.2-2.7-.9-5.5-1.9-9.4-7.2-.5 4.1 5.8 16.3 13.1 25.8l-3.1 3.6c2.1 3.7 4.8 6.2 7.6 8.8 1 .9 2.1 1.9 3.1 2.9-11.9-6.5 3.2 13.7 11.9 25.2.8 1.1 1.5 2 2.2 2.9 1.4 1.9 2.5 3.4 2.9 4.1l2.4-4.2c-.3 6.1 4.3 13.9 13.1 24.7l7.3-.3c3 6 14 16.7 20.7 17.2l-4.4 5.8c8.1 2.6 10.3 4.3 12.7 6.2 2.6 2.1 5.4 4.3 16.1 8.1l-4.2-7.4c3.5 3 6.2 5.9 8.8 8.7l.1.1c5.2 5.6 9.9 10.6 19.7 15.3 10.7 3.7 16.6 4.7 22.7 5.8.3 0 .6.1.9.1 5.4.8 11.2 1.8 20.8 4.5-1.1-.1-2.2-.1-3.3-.1-2.3-.1-4.7-.1-7-.1-14.4-.2-29.2-.4-42.7-5.2-96.6-25.7-184.9-139-178.4-255.6-.6-9.9-.3-20.9 0-30.7.4-13.5.7-24.8-1.6-28.3l1-3.1c5.3-17.4 11.7-38.2 23.8-62.8l-.1-.2v-.1c.4.4 3.4 3.4 8.8-5.8.8-1.8 1.6-3.7 2.4-5.6.5-1.1.9-2.2 1.4-3.2 2.5-6.1 5.1-12.3 8.4-17.9l2.6-.6c1.7-10.1 17-23.8 29.8-35.2l1.1-1c5.7-5.1 10.7-9.7 13.6-13.1l.7 4.4c17-15.9 44.6-27.5 65.6-36.4l.5-.2c4.8-2 9.3-3.9 13.3-5.7-3.4 3.8 2.2 2.7 10 1 4.8-1 10.4-2.1 15.3-2.4l-3.9 2.1c-2.7 1.4-5.4 2.8-8 4.6 8.1-2 11.7-1.4 15.7-.8h.3c3.5.6 7.3 1.2 14.6.2-5.6.8-12.3 3-11.2 3.8 7.9.9 12.8-.1 17.2-1h.2c5.5-1.1 10.3-2 19.3.9l-1-4.8c7.3 2.6 12.7 4.3 17.5 5.8l.5.1c10 3 17.6 5.3 34.2 14.1 3.2.2 5.3-.5 7.4-1.2h.1c3.6-1.1 7-2.1 15.2 1.2.3.5.5 1 .7 1.4.1.2.2.5.3.7v.1c1 2.6 1.8 4.6 14.6 12.1 1.7-.7-2.7-4.7-6.4-8.2l-.1-.1c-.2-.1-.3-.3-.5-.4 32.2 17.3 67.3 54.1 78 93.5-6-11.1-5.2-5.5-4.3.5.6 4 1.2 8.1-.2 7.5 4.5 12.1 8.1 24.5 10.4 37.4l-.8-2.9-.1-.3c-3.3-11.9-9.6-34.3-19.9-49.3-.4 4.3-2.8 3.9-5.2 3.5h-.1c-3.3-.6-6.2-1.1-1.9 12.6 2.6 3.8 3.1 2.4 3.5 1.1.5-1.5.9-2.7 4.7 5.2.1 4.1 1 8.2 2.1 12.7l.1.6c.1.3.1.5.2.8l.1.6c.6 2.6 1.3 5.4 1.8 8.4-1.1-.2-2.3-2.2-3.4-4.2-1.4-2.4-2.8-4.7-3.7-3.2 2.4 11.5 6.5 17.4 8 18.3-.3.6-.6.7-1.1.7-.8 0-1.8.1-1.9 5.3.7 13.7 3.3 12.5 5.3 11.6.6-.3 1.2-.6 1.7-.4-.6 2.5-1.6 5.1-2.7 7.9-2.8 7.1-6 15.4-3.4 26.1-.8-3-2-6-3.1-8.9l-.1-.4-.6-1.5c-.3-.8-.6-1.6-.9-2.3-.6 4.4-.3 7.7-.1 10.6v.7c.4 5.3.7 10-3 19.9 4.3-14.2 3.8-26.9-.2-20.8 1 10.9-3.7 20.4-8 28.9l-.1.2c-3.6 7.1-6.8 13.5-5.9 19.3l-5.2-7.1c-7.5 10.9-7 13.3-6.5 15.5v.1c.5 1.9 1 3.8-3.4 10.8 1.7-2.9 1.3-3.6 1-4.2-.4-.8-.7-1.5 1.7-5.1-1.6.1-5.5 3.9-10.1 8.5-3.9 3.9-8.5 8.4-12.8 11.8-37.5 30.1-82.3 34-125.6 17.8.2-1-.2-2.1-3.1-4.1-36.8-28.2-58.5-52.1-50.9-107.5 2.1-1.6 3.6-5.8 5.3-10.8l.2-.4.1-.3v-.1c2.9-8.4 6.5-18.8 14.3-23.8 7.8-17.3 31.3-33.3 56.4-33.7 25.6-1.4 47.2 13.7 58.1 27.9-19.8-18.4-52.1-24-79.7-10.4-28.2 12.7-45 43.8-42.5 74.7.3-.4.6-.6.9-.8l.1-.1.1-.1c.6-.5 1.1-.9 1.4-3.3-.9 60.2 64.8 104.3 112.1 82l.6 1.3c12.7-3.5 15.9-6.5 20.3-10.7l.1-.1c2.2-2.1 4.7-4.5 8.9-7.3-.3.7-1.3 1.7-2.4 2.7-2.2 2.1-4.6 4.5-1.6 4.6 5-1.3 18.5-13.4 28.5-22.3.6-.5 1.2-1 1.7-1.5 1.5-1.3 2.8-2.5 4-3.6l.3-.3c1.9-4.2 1.6-5.6 1.3-7v-.1c-.4-1.6-.8-3.3 2.4-9.6l7.3-3.7c.8-2.1 1.5-4.1 2.2-6 .2-.6.5-1.2.7-1.8l-.4-.2zM349.3 34.3l-.2-.1zM247.8 334.1c-6-3-13.7-8.9-14.8-11.4l-.4.3c-.3.6-.5 1.3-.2 2.2-12.2-5.7-23.4-14.3-32.6-24.9 4.9 7.1 10.1 14.1 17 19.5-6.9-2.3-15.1-11.8-21.6-19.3l-.1-.1c-4.3-5-7.9-9.1-9.7-9.5 19.8 35.5 80.5 62.3 112.3 49-14.7.5-33.4.3-49.9-5.8m79.3-119.7-.1-.2c-.5-1.5-1.1-3.1-1.7-3.4 1.4-5.8 5.4-10.7 4.4 4.6-1 3.8-1.8 1.5-2.6-1m-4.2 22.2c-1.3 7.9-5 15.5-10.1 22.5.2-2-1.2-2.4-2.6-2.8-2.9-.8-5.9-1.6 5.6-16.1-.5 1.9-2.1 4.6-3.7 7.3l-.3.4c-3.6 5.9-6.7 11 4 4.3l1-1.8c2.6-4.5 5-8.8 6-13.8zm-55.6 33.9c7.1.6 14.1.6 21-1.1-2.5 2.4-5.2 4.8-8.3 7.2-11.1-1.7-21.2-6-12.7-6.1m-92.6 11.6c3.6 7.1 6.4 11.5 9 15.7l.1.2c2.3 3.7 4.4 7.1 6.8 11.7-5.1-4.2-8.7-9.5-12.5-15l-.3-.5c-1.4-2.1-2.8-4.2-4.4-6.2l1.2-5.9zm7.5-9.6c1.6 3.3 3.2 6.4 5.7 9.1l2.6 7.7-1.3-2.1c-3.2-5.3-6.3-10.6-8-16.7l.8 1.6zm238.9-41.6c-2.3 17.4-7.7 34.6-16 50.3 7.6-14.9 12.5-30.9 14.8-47.2zM35.6 110.6c.4.8 1.4.5 2.3.3 1.9-.5 3.6-.9-.1 7.6-.5.3-1 .7-1.5 1-1.4.9-2.8 1.9-3.9 3 1.9-3.8 3.5-7.4 3.2-11.9m-10.3 41.7c-.7 3.7-1.5 7.9-3.4 13.9.2-1.9 0-3.5-.2-4.9v-.1c-.4-3.4-.7-6.3 4.3-12.8-.3 1.2-.5 2.5-.7 3.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/deezer.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/deezer.svg new file mode 100644 index 0000000..3753833 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/deezer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M451.46 244.71H576V172H451.46Zm0-173.89v72.67H576V70.82Zm0 275.06H576V273.2H451.46ZM0 447.09h124.54v-72.67H0Zm150.47 0H275v-72.67H150.47Zm150.52 0h124.54v-72.67H301Zm150.47 0H576v-72.67H451.46ZM301 345.88h124.53V273.2H301Zm-150.52 0H275V273.2H150.47Zm0-101.17H275V172H150.47Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/delicious.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/delicious.svg new file mode 100644 index 0000000..47b14ee --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/delicious.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M446.5 68c-.4-1.5-.9-3-1.4-4.5-.9-2.5-2-4.8-3.3-7.1-1.4-2.4-3-4.8-4.7-6.9-2.1-2.5-4.4-4.8-6.9-6.8-1.1-.9-2.2-1.7-3.3-2.5-1.3-.9-2.6-1.7-4-2.4-1.8-1-3.6-1.8-5.5-2.5-1.7-.7-3.5-1.3-5.4-1.7-3.8-1-7.9-1.5-12-1.5H48C21.5 32 0 53.5 0 80v352c0 4.1.5 8.2 1.5 12 2 7.7 5.8 14.6 11 20.3q1.5 1.65 3.3 3.3c5.7 5.2 12.6 9 20.3 11 3.8 1 7.9 1.5 12 1.5h352c26.5 0 48-21.5 48-48V80c-.1-4.1-.6-8.2-1.6-12M416 432c0 8.8-7.2 16-16 16H224V256H32V80c0-8.8 7.2-16 16-16h176v192h192z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/deploydog.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/deploydog.svg new file mode 100644 index 0000000..642845c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/deploydog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M382.2 136h51.7v239.6h-51.7v-20.7c-19.8 24.8-52.8 24.1-73.8 14.7-26.2-11.7-44.3-38.1-44.3-71.8 0-29.8 14.8-57.9 43.3-70.8 20.2-9.1 52.7-10.6 74.8 12.9zm-64.7 161.8c0 18.2 13.6 33.5 33.2 33.5 19.8 0 33.2-16.4 33.2-32.9 0-17.1-13.7-33.2-33.2-33.2-19.6 0-33.2 16.4-33.2 32.6M188.5 136h51.7v239.6h-51.7v-20.7c-19.8 24.8-52.8 24.1-73.8 14.7-26.2-11.7-44.3-38.1-44.3-71.8 0-29.8 14.8-57.9 43.3-70.8 20.2-9.1 52.7-10.6 74.8 12.9zm-64.7 161.8c0 18.2 13.6 33.5 33.2 33.5 19.8 0 33.2-16.4 33.2-32.9 0-17.1-13.7-33.2-33.2-33.2-19.7 0-33.2 16.4-33.2 32.6M448 96c17.5 0 32 14.4 32 32v256c0 17.5-14.4 32-32 32H64c-17.5 0-32-14.4-32-32V128c0-17.5 14.4-32 32-32zm0-32H64C28.8 64 0 92.8 0 128v256c0 35.2 28.8 64 64 64h384c35.2 0 64-28.8 64-64V128c0-35.2-28.8-64-64-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/deskpro.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/deskpro.svg new file mode 100644 index 0000000..99d831e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/deskpro.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 480 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m205.9 512 31.1-38.4c12.3-.2 25.6-1.4 36.5-6.6 38.9-18.6 38.4-61.9 38.3-63.8-.1-5-.8-4.4-28.9-37.4H362c-.2 50.1-7.3 68.5-10.2 75.7-9.4 23.7-43.9 62.8-95.2 69.4-8.7 1.1-32.8 1.2-50.7 1.1m200.4-167.7c38.6 0 58.5-13.6 73.7-30.9l-175.5-.3-17.4 31.3zm-43.6-223.9v168.3h-73.5l-32.7 55.5H250c-52.3 0-58.1-56.5-58.3-58.9-1.2-13.2-21.3-11.6-20.1 1.8 1.4 15.8 8.8 40 26.4 57.1h-91c-25.5 0-110.8-26.8-107-114V16.9C0 .9 9.7.3 15 .1h82c.2 0 .3.1.5.1 4.3-.4 50.1-2.1 50.1 43.7 0 13.3 20.2 13.4 20.2 0 0-18.2-5.5-32.8-15.8-43.7h84.2c108.7-.4 126.5 79.4 126.5 120.2m-132.5 56 64 29.3c13.3-45.5-42.2-71.7-64-29.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/dev.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/dev.svg new file mode 100644 index 0000000..03328f9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/dev.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M120.12 208.29c-3.88-2.9-7.77-4.35-11.65-4.35H91.03v104.47h17.45c3.88 0 7.77-1.45 11.65-4.35s5.82-7.25 5.82-13.06v-69.65c-.01-5.8-1.96-10.16-5.83-13.06M404.1 32H43.9C19.7 32 .06 51.59 0 75.8v360.4C.06 460.41 19.7 480 43.9 480h360.2c24.21 0 43.84-19.59 43.9-43.8V75.8c-.06-24.21-19.7-43.8-43.9-43.8M154.2 291.19c0 18.81-11.61 47.31-48.36 47.25h-46.4V172.98h47.38c35.44 0 47.36 28.46 47.37 47.28zm100.68-88.66H201.6v38.42h32.57v29.57H201.6v38.41h53.29v29.57h-62.18c-11.16.29-20.44-8.53-20.72-19.69V193.7c-.27-11.15 8.56-20.41 19.71-20.69h63.19zm103.64 115.29c-13.2 30.75-36.85 24.63-47.44 0l-38.53-144.8h32.57l29.71 113.72 29.57-113.72h32.58z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/deviantart.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/deviantart.svg new file mode 100644 index 0000000..184316c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/deviantart.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m320 93.2-98.2 179.1 7.4 9.5H320v127.7H159.1l-13.5 9.2-43.7 84c-.3 0-8.6 8.6-9.2 9.2H0v-93.2l93.2-179.4-7.4-9.2H0V102.5h156l13.5-9.2 43.7-84c.3 0 8.6-8.6 9.2-9.2H320z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/dhl.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/dhl.svg new file mode 100644 index 0000000..1303b17 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/dhl.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M238 301.2h58.7L319 271h-58.7zM0 282.9v6.4h81.8l4.7-6.4zM172.9 271c-8.7 0-6-3.6-4.6-5.5 2.8-3.8 7.6-10.4 10.4-14.1s2.8-5.9-2.8-5.9h-51l-41.1 55.8h100.1c33.1 0 51.5-22.5 57.2-30.3zm317.5-6.9 39.3-53.4h-62.2l-39.3 53.4zM95.3 271H0v6.4h90.6zm111-26.6c-2.8 3.8-7.5 10.4-10.3 14.2-1.4 2-4.1 5.5 4.6 5.5h45.6s7.3-10 13.5-18.4c8.4-11.4.7-35-29.2-35H112.6l-20.4 27.8h111.4c5.6 0 5.5 2.2 2.7 5.9M0 301.2h73.1l4.7-6.4H0zm323 0h58.7L404 271h-58.7c-.1 0-22.3 30.2-22.3 30.2m222 .1h95v-6.4h-90.3zm22.3-30.3-4.7 6.4H640V271zm-13.5 18.3H640v-6.4h-81.5zm-164.2-78.6-22.5 30.6h-26.2l22.5-30.6h-58.7l-39.3 53.4H409l39.3-53.4zm33.5 60.3s-4.3 5.9-6.4 8.7c-7.4 10-.9 21.6 23.2 21.6h94.3l22.3-30.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/diaspora.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/diaspora.svg new file mode 100644 index 0000000..a2ba332 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/diaspora.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M251.64 354.55c-1.4 0-88 119.9-88.7 119.9S76.34 414 76 413.25s86.6-125.7 86.6-127.4c0-2.2-129.6-44-137.6-47.1-1.3-.5 31.4-101.8 31.7-102.1.6-.7 144.4 47 145.5 47 .4 0 .9-.6 1-1.3.4-2 1-148.6 1.7-149.6.8-1.2 104.5-.7 105.1-.3 1.5 1 3.5 156.1 6.1 156.1 1.4 0 138.7-47 139.3-46.3.8.9 31.9 102.2 31.5 102.6-.9.9-140.2 47.1-140.6 48.8-.3 1.4 82.8 122.1 82.5 122.9s-85.5 63.5-86.3 63.5c-1-.2-89-125.5-90.9-125.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/digg.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/digg.svg new file mode 100644 index 0000000..bad69af --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/digg.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M81.7 172.3H0v174.4h132.7V96h-51zm0 133.4H50.9v-92.3h30.8zm297.2-133.4v174.4h81.8v28.5h-81.8V416H512V172.3zm81.8 133.4h-30.8v-92.3h30.8zm-235.6 41h82.1v28.5h-82.1V416h133.3V172.3H225.1zm51.2-133.3h30.8v92.3h-30.8zM153.3 96h51.3v51h-51.3zm0 76.3h51.3v174.4h-51.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/digital-ocean.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/digital-ocean.svg new file mode 100644 index 0000000..e04f195 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/digital-ocean.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M87 481.8h73.7v-73.6H87zM25.4 346.6v61.6H87v-61.6zm466.2-169.7c-23-74.2-82.4-133.3-156.6-156.6C164.9-32.8 8 93.7 8 255.9h95.8c0-101.8 101-180.5 208.1-141.7 39.7 14.3 71.5 46.1 85.8 85.7 39.1 107-39.7 207.8-141.4 208v.3h-.3V504c162.6 0 288.8-156.8 235.6-327.1m-235.3 231v-95.3h-95.6v95.6H256v-.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/discord.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/discord.svg new file mode 100644 index 0000000..52d5eee --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/discord.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M524.531 69.836a1.5 1.5 0 0 0-.764-.7A485 485 0 0 0 404.081 32.03a1.82 1.82 0 0 0-1.923.91 338 338 0 0 0-14.9 30.6 447.9 447.9 0 0 0-134.426 0 310 310 0 0 0-15.135-30.6 1.89 1.89 0 0 0-1.924-.91 483.7 483.7 0 0 0-119.688 37.107 1.7 1.7 0 0 0-.788.676C39.068 183.651 18.186 294.69 28.43 404.354a2.02 2.02 0 0 0 .765 1.375 487.7 487.7 0 0 0 146.825 74.189 1.9 1.9 0 0 0 2.063-.676A348 348 0 0 0 208.12 430.4a1.86 1.86 0 0 0-1.019-2.588 321 321 0 0 1-45.868-21.853 1.885 1.885 0 0 1-.185-3.126 251 251 0 0 0 9.109-7.137 1.82 1.82 0 0 1 1.9-.256c96.229 43.917 200.41 43.917 295.5 0a1.81 1.81 0 0 1 1.924.233 235 235 0 0 0 9.132 7.16 1.884 1.884 0 0 1-.162 3.126 301.4 301.4 0 0 1-45.89 21.83 1.875 1.875 0 0 0-1 2.611 391 391 0 0 0 30.014 48.815 1.86 1.86 0 0 0 2.063.7A486 486 0 0 0 610.7 405.729a1.88 1.88 0 0 0 .765-1.352c12.264-126.783-20.532-236.912-86.934-334.541M222.491 337.58c-28.972 0-52.844-26.587-52.844-59.239s23.409-59.241 52.844-59.241c29.665 0 53.306 26.82 52.843 59.239 0 32.654-23.41 59.241-52.843 59.241m195.38 0c-28.971 0-52.843-26.587-52.843-59.239s23.409-59.241 52.843-59.241c29.667 0 53.307 26.82 52.844 59.239 0 32.654-23.177 59.241-52.844 59.241"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/discourse.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/discourse.svg new file mode 100644 index 0000000..95fe59d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/discourse.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M225.9 32C103.3 32 0 130.5 0 252.1 0 256 .1 480 .1 480l225.8-.2c122.7 0 222.1-102.3 222.1-223.9S348.6 32 225.9 32M224 384c-19.4 0-37.9-4.3-54.4-12.1L88.5 392l22.9-75c-9.8-18.1-15.4-38.9-15.4-61 0-70.7 57.3-128 128-128s128 57.3 128 128-57.3 128-128 128"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/dochub.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/dochub.svg new file mode 100644 index 0000000..983c898 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/dochub.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 416 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M397.9 160H256V19.6zM304 192v130c0 66.8-36.5 100.1-113.3 100.1H96V84.8h94.7c12 0 23.1.8 33.1 2.5v-84C212.9 1.1 201.4 0 189.2 0H0v512h189.2C329.7 512 400 447.4 400 318.1V192z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/docker.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/docker.svg new file mode 100644 index 0000000..11fdaa1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/docker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M349.9 236.3h-66.1v-59.4h66.1zm0-204.3h-66.1v60.7h66.1zm78.2 144.8H362v59.4h66.1zm-156.3-72.1h-66.1v60.1h66.1zm78.1 0h-66.1v60.1h66.1zm276.8 100c-14.4-9.7-47.6-13.2-73.1-8.4-3.3-24-16.7-44.9-41.1-63.7l-14-9.3-9.3 14c-18.4 27.8-23.4 73.6-3.7 103.8-8.7 4.7-25.8 11.1-48.4 10.7H2.4c-8.7 50.8 5.8 116.8 44 162.1 37.1 43.9 92.7 66.2 165.4 66.2 157.4 0 273.9-72.5 328.4-204.2 21.4.4 67.6.1 91.3-45.2 1.5-2.5 6.6-13.2 8.5-17.1zm-511.1-27.9h-66v59.4h66.1v-59.4zm78.1 0h-66.1v59.4h66.1zm78.1 0h-66.1v59.4h66.1zm-78.1-72.1h-66.1v60.1h66.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/draft2digital.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/draft2digital.svg new file mode 100644 index 0000000..1e24e4b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/draft2digital.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 480 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m480 398.1-144-82.2v64.7h-91.3c30.8-35 81.8-95.9 111.8-149.3 35.2-62.6 16.1-123.4-12.8-153.3-4.4-4.6-62.2-62.9-166-41.2-59.1 12.4-89.4 43.4-104.3 67.3-13.1 20.9-17 39.8-18.2 47.7-5.5 33 19.4 67.1 56.7 67.1 31.7 0 57.3-25.7 57.3-57.4 0-27.1-19.7-52.1-48-56.8 1.8-7.3 17.7-21.1 26.3-24.7 41.1-17.3 78 5.2 83.3 33.5 8.3 44.3-37.1 90.4-69.7 127.6C84.5 328.1 18.3 396.8 0 415.9l336-.1V480zM369.9 371l47.1 27.2-47.1 27.2zM134.2 161.4c0 12.4-10 22.4-22.4 22.4s-22.4-10-22.4-22.4 10-22.4 22.4-22.4 22.4 10.1 22.4 22.4M82.5 380.5c25.6-27.4 97.7-104.7 150.8-169.9 35.1-43.1 40.3-82.4 28.4-112.7-7.4-18.8-17.5-30.2-24.3-35.7 45.3 2.1 68 23.4 82.2 38.3 0 0 42.4 48.2 5.8 113.3-37 65.9-110.9 147.5-128.5 166.7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/dribbble.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/dribbble.svg new file mode 100644 index 0000000..e31a154 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/dribbble.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 8C119.252 8 8 119.252 8 256s111.252 248 248 248 248-111.252 248-248S392.748 8 256 8m163.97 114.366c29.503 36.046 47.369 81.957 47.835 131.955-6.984-1.477-77.018-15.682-147.502-6.818-5.752-14.041-11.181-26.393-18.617-41.614 78.321-31.977 113.818-77.482 118.284-83.523M396.421 97.87c-3.81 5.427-35.697 48.286-111.021 76.519-34.712-63.776-73.185-116.168-79.04-124.008 67.176-16.193 137.966 1.27 190.061 47.489m-230.48-33.25c5.585 7.659 43.438 60.116 78.537 122.509-99.087 26.313-186.36 25.934-195.834 25.809C62.38 147.205 106.678 92.573 165.941 64.62M44.17 256.323c0-2.166.043-4.322.108-6.473 9.268.19 111.92 1.513 217.706-30.146 6.064 11.868 11.857 23.915 17.174 35.949-76.599 21.575-146.194 83.527-180.531 142.306C64.794 360.405 44.17 310.73 44.17 256.323m81.807 167.113c22.127-45.233 82.178-103.622 167.579-132.756 29.74 77.283 42.039 142.053 45.189 160.638-68.112 29.013-150.015 21.053-212.768-27.882m248.38 8.489c-2.171-12.886-13.446-74.897-41.152-151.033 66.38-10.626 124.7 6.768 131.947 9.055-9.442 58.941-43.273 109.844-90.795 141.978"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/dropbox.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/dropbox.svg new file mode 100644 index 0000000..1752c73 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/dropbox.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 528 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m264.4 116.3-132 84.3 132 84.3-132 84.3L0 284.1l132.3-84.3L0 116.3 132.3 32zM131.6 395.7l132-84.3 132 84.3-132 84.3zm132.8-111.6 132-84.3-132-83.6L395.7 32 528 116.3l-132.3 84.3L528 284.8l-132.3 84.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/drupal.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/drupal.svg new file mode 100644 index 0000000..9bec504 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/drupal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M303.973 108.136C268.2 72.459 234.187 38.35 224.047 0c-9.957 38.35-44.25 72.459-80.019 108.136-53.561 53.564-114.312 114.22-114.312 205.3-2.337 107.3 82.752 196.18 190.053 198.517S415.948 429.2 418.285 321.9q.091-4.231 0-8.464c0-91.08-60.751-151.736-114.312-205.3m-174.326 223a130.3 130.3 0 0 0-15.211 24.153 4.98 4.98 0 0 1-3.319 2.766h-1.659c-4.333 0-9.219-8.481-9.219-8.481-1.29-2.028-2.489-4.149-3.687-6.361l-.83-1.752c-11.247-25.72-1.475-62.318-1.475-62.318a160.6 160.6 0 0 1 23.231-49.873 291 291 0 0 1 21.022-27.657l9.219 9.219 43.512 44.434a4.98 4.98 0 0 1 0 6.638L145.78 312.33Zm96.612 127.311a67.2 67.2 0 0 1-49.781-111.915c14.2-16.871 31.528-33.464 50.334-55.313 22.309 23.785 36.875 40.1 51.164 57.986a28.4 28.4 0 0 1 2.95 4.425 65.9 65.9 0 0 1 11.984 37.981 66.65 66.65 0 0 1-66.466 66.836ZM352.371 351.6a7.74 7.74 0 0 1-6.176 5.347H344.9a11.25 11.25 0 0 1-6.269-5.07 348 348 0 0 0-39.456-48.952l-17.788-18.435-59.087-61.305a498 498 0 0 1-35.4-36.322 12 12 0 0 0-.922-1.382 35.4 35.4 0 0 1-4.7-9.219v-1.752a31.35 31.35 0 0 1 9.218-27.656c11.432-11.431 22.955-22.954 33.833-34.939 11.984 13.275 24.8 26 37.428 38.627a531 531 0 0 1 69.6 79.1 147.5 147.5 0 0 1 27.011 83.8 134.1 134.1 0 0 1-5.997 38.158"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/dyalog.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/dyalog.svg new file mode 100644 index 0000000..7797224 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/dyalog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 416 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 32v119.2h64V96h107.2C284.6 96 352 176.2 352 255.9 352 332 293.4 416 171.2 416H0v64h171.2C331.9 480 416 367.3 416 255.9c0-58.7-22.1-113.4-62.3-154.3C308.9 56 245.7 32 171.2 32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/earlybirds.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/earlybirds.svg new file mode 100644 index 0000000..75fb397 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/earlybirds.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 480 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M313.2 47.5c1.2-13 21.3-14 36.6-8.7.9.3 26.2 9.7 19 15.2-27.9-7.4-56.4 18.2-55.6-6.5m-201 6.9c30.7-8.1 62 20 61.1-7.1-1.3-14.2-23.4-15.3-40.2-9.6-1 .3-28.7 10.5-20.9 16.7M319.4 160c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16m-159.7 0c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16m318.5 163.2c-9.9 24-40.7 11-63.9-1.2-13.5 69.1-58.1 111.4-126.3 124.2.3.9-2-.1 24 1 33.6 1.4 63.8-3.1 97.4-8-19.8-13.8-11.4-37.1-9.8-38.1 1.4-.9 14.7 1.7 21.6 11.5 8.6-12.5 28.4-14.8 30.2-13.6 1.6 1.1 6.6 20.9-6.9 34.6 4.7-.9 8.2-1.6 9.8-2.1 2.6-.8 17.7 11.3 3.1 13.3-14.3 2.3-22.6 5.1-47.1 10.8-45.9 10.7-85.9 11.8-117.7 12.8l1 11.6c3.8 18.1-23.4 24.3-27.6 6.2.8 17.9-27.1 21.8-28.4-1l-.5 5.3c-.7 18.4-28.4 17.9-28.3-.6-7.5 13.5-28.1 6.8-26.4-8.5l1.2-12.4c-36.7.9-59.7 3.1-61.8 3.1-20.9 0-20.9-31.6 0-31.6 2.4 0 27.7 1.3 63.2 2.8-61.1-15.5-103.7-55-114.9-118.2-25 12.8-57.5 26.8-68.2.8-10.5-25.4 21.5-42.6 66.8-73.4.7-6.6 1.6-13.3 2.7-19.8-14.4-19.6-11.6-36.3-16.1-60.4-16.8 2.4-23.2-9.1-23.6-23.1.3-7.3 2.1-14.9 2.4-15.4 1.1-1.8 10.1-2 12.7-2.6 6-31.7 50.6-33.2 90.9-34.5 19.7-21.8 45.2-41.5 80.9-48.3C203.3 29 215.2 8.5 216.2 8c1.7-.8 21.2 4.3 26.3 23.2 5.2-8.8 18.3-11.4 19.6-10.7 1.1.6 6.4 15-4.9 25.9 40.3 3.5 72.2 24.7 96 50.7 36.1 1.5 71.8 5.9 77.1 34 2.7.6 11.6.8 12.7 2.6.3.5 2.1 8.1 2.4 15.4-.5 13.9-6.8 25.4-23.6 23.1-3.2 17.3-2.7 32.9-8.7 47.7 2.4 11.7 4 23.8 4.8 36.4 37 25.4 70.3 42.5 60.3 66.9M207.4 159.9c.9-44-37.9-42.2-78.6-40.3-21.7 1-38.9 1.9-45.5 13.9-11.4 20.9 5.9 92.9 23.2 101.2 9.8 4.7 73.4 7.9 86.3-7.1 8.2-9.4 15-49.4 14.6-67.7m52 58.3c-4.3-12.4-6-30.1-15.3-32.7-2-.5-9-.5-11 0-10 2.8-10.8 22.1-17 37.2 15.4 0 19.3 9.7 23.7 9.7 4.3 0 6.3-11.3 19.6-14.2m135.7-84.7c-6.6-12.1-24.8-12.9-46.5-13.9-40.2-1.9-78.2-3.8-77.3 40.3-.5 18.3 5 58.3 13.2 67.8 13 14.9 76.6 11.8 86.3 7.1 15.8-7.6 36.5-78.9 24.3-101.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/ebay.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/ebay.svg new file mode 100644 index 0000000..a2ed7bf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/ebay.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m606 189.5-54.8 109.9-54.9-109.9h-37.5l10.9 20.6c-11.5-19-35.9-26-63.3-26-31.8 0-67.9 8.7-71.5 43.1h33.7c1.4-13.8 15.7-21.8 35-21.8 26 0 41 9.6 41 33v3.4c-12.7 0-28 .1-41.7.4-42.4.9-69.6 10-76.7 34.4q1.5-7.8 1.5-16.2c0-52.1-39.7-76.2-75.4-76.2-21.3 0-43 5.5-58.7 24.2v-80.6h-32.1v169.5c0 10.3-.6 22.9-1.1 33.1h31.5c.7-6.3 1.1-12.9 1.1-19.5 13.6 16.6 35.4 24.9 58.7 24.9 36.9 0 64.9-21.9 73.3-54.2-.5 2.8-.7 5.8-.7 9 0 24.1 21.1 45 60.6 45 26.6 0 45.8-5.7 61.9-25.5 0 6.6.3 13.3 1.1 20.2h29.8c-.7-8.2-1-17.5-1-26.8v-65.6c0-9.3-1.7-17.2-4.8-23.8l61.5 116.1-28.5 54.1h35.9L640 189.5zM243.7 313.8c-29.6 0-50.2-21.5-50.2-53.8 0-32.4 20.6-53.8 50.2-53.8 29.8 0 50.2 21.4 50.2 53.8 0 32.3-20.4 53.8-50.2 53.8m200.9-47.3c0 30-17.9 48.4-51.6 48.4-25.1 0-35-13.4-35-25.8 0-19.1 18.1-24.4 47.2-25.3 13.1-.5 27.6-.6 39.4-.6zm-411.9 1.6h128.8v-8.5c0-51.7-33.1-75.4-78.4-75.4-56.8 0-83 30.8-83 77.6 0 42.5 25.3 74 82.5 74 31.4 0 68-11.7 74.4-46.1h-33.1c-12 35.8-87.7 36.7-91.2-21.6m95-21.4H33.3c6.9-56.6 92.1-54.7 94.4 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/edge-legacy.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/edge-legacy.svg new file mode 100644 index 0000000..d0a28e8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/edge-legacy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m25.71 228.16.35-.48c0 .16 0 .32-.07.48Zm460.58 15.51c0-44-7.76-84.46-28.81-122.4C416.5 47.88 343.91 8 258.89 8 119 7.72 40.62 113.21 26.06 227.68c42.42-61.31 117.07-121.38 220.37-125 0 0 109.67 0 99.42 105H170c6.37-37.39 18.55-59 34.34-78.93-75.05 34.9-121.85 96.1-120.75 188.32.83 71.45 50.13 144.84 120.75 172 83.35 31.84 192.77 7.2 240.13-21.33V363.31c-80.87 56.49-270.87 60.92-272.26-67.57h314.08z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/edge.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/edge.svg new file mode 100644 index 0000000..28bba18 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/edge.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M120.1 37.44C161.1 12.23 207.7-.775 255 .002 423 .002 512 123.8 512 219.5c-.1 32.7-13 63.9-35.9 87.2-22.9 23.2-54 36.5-86.7 37-75.2 0-91.5-23.1-91.5-32 0-3.8 1.2-6.2 4.8-9.4l1-1.2.4-1.6c10.5-11.5 15.9-26.2 15.9-41.6 0-78.7-82.2-142.7-184-142.7-37.54-.3-74.54 8.9-107.52 26.9 27-57.52 82.72-97.6 91.32-103.82.8-.55.3-.84.3-.84m15.6 318.06c-1.4 30 4.6 60 16.4 87.2 13.6 26.4 32.7 51 56.5 69.3-59.5-11.5-111.49-43.9-149.4-89.3C21.12 376.3 0 318.4 0 257.9c0-51.2 62.4-94.4 136-94.4 36.6-.6 72.4 10.9 101.8 32.7l-3.6 1.2c-51.5 17.6-98.5 90.7-98.5 158.1M469.8 400l-.7.1c-11.8 18.8-25.9 35.1-42.2 49.5-30.8 28-68.1 45.5-108.8 49.9-18.6.3-36.8-3.2-53.8-11.4-25.6-10.3-47.1-30-61.6-53-14.4-23.9-21.1-51.7-19-79.6-.6-20.1 5.4-40.3 15-58.2 13.9 33.1 37.5 61.3 67.6 80.8s65.5 29.5 101.4 28.6c31 .3 62.1-6.7 90.2-20.5l1.9-.9c3.9-2.3 7.7-3.9 11.6 0 4.5 4.9 1.8 9.2-1.2 14-.2.2-.3.5-.4.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/elementor.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/elementor.svg new file mode 100644 index 0000000..dd83347 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/elementor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M.361 256C.361 397 114 511 255 511c142 0 256-114 256-255C511 116 397 2.05 255 2.05 114 2.05.361 116 .361 256M192 150v213h-43V150zm42 0h128v43H234zm128 85v43H234v-43zm-128 85h128v43H234z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/ello.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/ello.svg new file mode 100644 index 0000000..57754f7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/ello.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8m143.84 285.2C375.31 358.51 315.79 404.8 248 404.8s-127.31-46.29-143.84-111.6c-1.65-7.44 2.48-15.71 9.92-17.36s15.71 2.48 17.36 9.92c14.05 52.91 62 90.11 116.56 90.11s102.51-37.2 116.56-90.11c1.65-7.44 9.92-12.4 17.36-9.92 7.44 1.65 12.4 9.92 9.92 17.36"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/ember.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/ember.svg new file mode 100644 index 0000000..db55ada --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/ember.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M639.9 254.6c-1.1-10.7-10.7-6.8-10.7-6.8s-15.6 12.1-29.3 10.7c-13.7-1.3-9.4-32-9.4-32s3-28.1-5.1-30.4c-8.1-2.4-18 7.3-18 7.3s-12.4 13.7-18.3 31.2l-1.6.5s1.9-30.6-.3-37.6c-1.6-3.5-16.4-3.2-18.8 3s-14.2 49.2-15 67.2c0 0-23.1 19.6-43.3 22.8s-25-9.4-25-9.4 54.8-15.3 52.9-59.1-44.2-27.6-49-24c-4.6 3.5-29.4 18.4-36.6 59.7-.2 1.4-.7 7.5-.7 7.5s-21.2 14.2-33 18c0 0 33-55.6-7.3-80.9-11.4-6.8-21.3-.5-27.2 5.3 13.6-17.3 46.4-64.2 36.9-105.2-5.8-24.4-18-27.1-29.2-23.1-17 6.7-23.5 16.7-23.5 16.7s-22 32-27.1 79.5-12.6 105.1-12.6 105.1-10.5 10.2-20.2 10.7-5.4-28.7-5.4-28.7 7.5-44.6 7-52.1-1.1-11.6-9.9-14.2c-8.9-2.7-18.5 8.6-18.5 8.6s-25.5 38.7-27.7 44.6l-1.3 2.4-1.3-1.6s18-52.7.8-53.5-28.5 18.8-28.5 18.8-19.6 32.8-20.4 36.5l-1.3-1.6s8.1-38.2 6.4-47.6c-1.6-9.4-10.5-7.5-10.5-7.5s-11.3-1.3-14.2 5.9-13.7 55.3-15 70.7c0 0-28.2 20.2-46.8 20.4-18.5.3-16.7-11.8-16.7-11.8s68-23.3 49.4-69.2c-8.3-11.8-18-15.5-31.7-15.3-13.7.3-30.3 8.6-41.3 33.3-5.3 11.8-6.8 23-7.8 31.5 0 0-12.3 2.4-18.8-2.9s-10 0-10 0-11.2 14-.1 18.3 28.1 6.1 28.1 6.1c1.6 7.5 6.2 19.5 19.6 29.7 20.2 15.3 58.8-1.3 58.8-1.3l15.9-8.8s.5 14.6 12.1 16.7 16.4 1 36.5-47.9c11.8-25 12.6-23.6 12.6-23.6l1.3-.3s-9.1 46.8-5.6 59.7C187.7 319.4 203 318 203 318s8.3 2.4 15-21.2 19.6-49.9 19.6-49.9h1.6s-5.6 48.1 3 63.7 30.9 5.3 30.9 5.3 15.6-7.8 18-10.2c0 0 18.5 15.8 44.6 12.9 58.3-11.5 79.1-25.9 79.1-25.9s10 24.4 41.1 26.7c35.5 2.7 54.8-18.6 54.8-18.6s-.3 13.5 12.1 18.6 20.7-22.8 20.7-22.8l20.7-57.2h1.9s1.1 37.3 21.5 43.2 47-13.7 47-13.7 6.4-3.5 5.3-14.3m-578 5.3c.8-32 21.8-45.9 29-39 7.3 7 4.6 22-9.1 31.4-13.7 9.5-19.9 7.6-19.9 7.6m272.8-123.8s19.1-49.7 23.6-25.5-40 96.2-40 96.2c.5-16.2 16.4-70.7 16.4-70.7m22.8 138.4c-12.6 33-43.3 19.6-43.3 19.6s-3.5-11.8 6.4-44.9 33.3-20.2 33.3-20.2 16.2 12.4 3.6 45.5m84.6-14.6s-3-10.5 8.1-30.6c11-20.2 19.6-9.1 19.6-9.1s9.4 10.2-1.3 25.5-26.4 14.2-26.4 14.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/empire.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/empire.svg new file mode 100644 index 0000000..f3d88e1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/empire.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M287.6 54.2c-10.8-2.2-22.1-3.3-33.5-3.6V32.4c78.1 2.2 146.1 44 184.6 106.6l-15.8 9.1c-6.1-9.7-12.7-18.8-20.2-27.1l-18 15.5c-26-29.6-61.4-50.7-101.9-58.4zM53.4 322.4l23-7.7c-6.4-18.3-10-38.2-10-58.7s3.3-40.4 9.7-58.7l-22.7-7.7c3.6-10.8 8.3-21.3 13.6-31l-15.8-9.1C34 181 24.1 217.5 24.1 256s10 75 27.1 106.6l15.8-9.1c-5.3-10-9.7-20.3-13.6-31.1M213.1 434c-40.4-8-75.8-29.1-101.9-58.7l-18 15.8c-7.5-8.6-14.4-17.7-20.2-27.4l-16 9.4c38.5 62.3 106.8 104.3 184.9 106.6v-18.3c-11.3-.3-22.7-1.7-33.5-3.6zM93.3 120.9l18 15.5c26-29.6 61.4-50.7 101.9-58.4l-4.7-23.8c10.8-2.2 22.1-3.3 33.5-3.6V32.4C163.9 34.6 95.9 76.4 57.4 139l15.8 9.1c6-9.7 12.6-18.9 20.1-27.2m309.4 270.2-18-15.8c-26 29.6-61.4 50.7-101.9 58.7l4.7 23.8c-10.8 1.9-22.1 3.3-33.5 3.6v18.3c78.1-2.2 146.4-44.3 184.9-106.6l-16.1-9.4c-5.7 9.7-12.6 18.8-20.1 27.4M496 256c0 137-111 248-248 248S0 393 0 256 111 8 248 8s248 111 248 248m-12.2 0c0-130.1-105.7-235.8-235.8-235.8S12.2 125.9 12.2 256 117.9 491.8 248 491.8 483.8 386.1 483.8 256m-39-106.6-15.8 9.1c5.3 9.7 10 20.2 13.6 31l-22.7 7.7c6.4 18.3 9.7 38.2 9.7 58.7s-3.6 40.4-10 58.7l23 7.7c-3.9 10.8-8.3 21-13.6 31l15.8 9.1C462 331 471.9 294.5 471.9 256s-9.9-75-27.1-106.6m-183 177.7c16.3-3.3 30.4-11.6 40.7-23.5l51.2 44.8c11.9-13.6 21.3-29.3 27.1-46.8l-64.2-22.1c2.5-7.5 3.9-15.2 3.9-23.5s-1.4-16.1-3.9-23.5l64.5-22.1c-6.1-17.4-15.5-33.2-27.4-46.8l-51.2 44.8c-10.2-11.9-24.4-20.5-40.7-23.8l13.3-66.4c-8.6-1.9-17.7-2.8-27.1-2.8s-18.5.8-27.1 2.8l13.3 66.4c-16.3 3.3-30.4 11.9-40.7 23.8l-51.2-44.8c-11.9 13.6-21.3 29.3-27.4 46.8l64.5 22.1c-2.5 7.5-3.9 15.2-3.9 23.5s1.4 16.1 3.9 23.5l-64.2 22.1c5.8 17.4 15.2 33.2 27.1 46.8l51.2-44.8c10.2 11.9 24.4 20.2 40.7 23.5l-13.3 66.7c8.6 1.7 17.7 2.8 27.1 2.8s18.5-1.1 27.1-2.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/envira.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/envira.svg new file mode 100644 index 0000000..11bdbca --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/envira.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 32c477.6 0 366.6 317.3 367.1 366.3L448 480h-26l-70.4-71.2c-39 4.2-124.4 34.5-214.4-37C47 300.3 52 214.7 0 32m79.7 46c-49.7-23.5-5.2 9.2-5.2 9.2 45.2 31.2 66 73.7 90.2 119.9 31.5 60.2 79 139.7 144.2 167.7 65 28 34.2 12.5 6-8.5-28.2-21.2-68.2-87-91-130.2-31.7-60-61-118.6-144.2-158.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/erlang.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/erlang.svg new file mode 100644 index 0000000..89f1e29 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/erlang.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M87.2 53.5H0v405h100.4c-49.7-52.6-78.8-125.3-78.7-212.1-.1-76.7 24-142.7 65.5-192.9m238.2 9.7c-45.9.1-85.1 33.5-89.2 83.2h169.9c-1.1-49.7-34.5-83.1-80.7-83.2m230.7-9.6h.3l-.1-.1zm.3 0c31.4 42.7 48.7 97.5 46.2 162.7.5 6 .5 11.7 0 24.1H230.2c-.2 109.7 38.9 194.9 138.6 195.3 68.5-.3 118-51 151.9-106.1l96.4 48.2c-17.4 30.9-36.5 57.8-57.9 80.8H640v-405z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/ethereum.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/ethereum.svg new file mode 100644 index 0000000..aa392e9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/ethereum.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M311.9 260.8 160 353.6 8 260.8 160 0zM160 383.4 8 290.6 160 512l152-221.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/etsy.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/etsy.svg new file mode 100644 index 0000000..99e4059 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/etsy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M384 348c-1.75 10.75-13.75 110-15.5 132-117.879-4.299-219.895-4.743-368.5 0v-25.5c45.457-8.948 60.627-8.019 61-35.25 1.793-72.322 3.524-244.143 0-322-1.029-28.46-12.13-26.765-61-36v-25.5c73.886 2.358 255.933 8.551 362.999-3.75-3.5 38.25-7.75 126.5-7.75 126.5H332C320.947 115.665 313.241 68 277.25 68h-137c-10.25 0-10.75 3.5-10.75 9.75V241.5c58 .5 88.5-2.5 88.5-2.5 29.77-.951 27.56-8.502 40.75-65.251h25.75c-4.407 101.351-3.91 61.829-1.75 160.25H257c-9.155-40.086-9.065-61.045-39.501-61.5 0 0-21.5-2-88-2v139c0 26 14.25 38.25 44.25 38.25H263c63.636 0 66.564-24.996 98.751-99.75z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/evernote.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/evernote.svg new file mode 100644 index 0000000..d4be471 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/evernote.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M120.82 132.21c1.6 22.31-17.55 21.59-21.61 21.59-68.93 0-73.64-1-83.58 3.34-.56.22-.74 0-.37-.37L123.79 46.45c.38-.37.6-.22.38.37-4.35 9.99-3.35 15.09-3.35 85.39m79 308c-14.68-37.08 13-76.93 52.52-76.62 17.49 0 22.6 23.21 7.95 31.42-6.19 3.3-24.95 1.74-25.14 19.2-.05 17.09 19.67 25 31.2 24.89A45.64 45.64 0 0 0 312 393.45v-.08c0-11.63-7.79-47.22-47.54-55.34-7.72-1.54-65-6.35-68.35-50.52-3.74 16.93-17.4 63.49-43.11 69.09-8.74 1.94-69.68 7.64-112.92-36.77 0 0-18.57-15.23-28.23-57.95-3.38-15.75-9.28-39.7-11.14-62 0-18 11.14-30.45 25.07-32.2 81 0 90 2.32 101-7.8 9.82-9.24 7.8-15.5 7.8-102.78 1-8.3 7.79-30.81 53.41-24.14 6 .86 31.91 4.18 37.48 30.64l64.26 11.15c20.43 3.71 70.94 7 80.6 57.94 22.66 121.09 8.91 238.46 7.8 238.46C362.15 485.53 267.06 480 267.06 480c-18.95-.23-54.25-9.4-67.27-39.83zm80.94-204.84c-1 1.92-2.2 6 .85 7 14.09 4.93 39.75 6.84 45.88 5.53 3.11-.25 3.05-4.43 2.48-6.65-3.53-21.85-40.83-26.5-49.24-5.92z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/expeditedssl.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/expeditedssl.svg new file mode 100644 index 0000000..2fe6e0b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/expeditedssl.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M248 43.4C130.6 43.4 35.4 138.6 35.4 256S130.6 468.6 248 468.6 460.6 373.4 460.6 256 365.4 43.4 248 43.4m-97.4 132.9c0-53.7 43.7-97.4 97.4-97.4s97.4 43.7 97.4 97.4v26.6c0 5-3.9 8.9-8.9 8.9h-17.7c-5 0-8.9-3.9-8.9-8.9v-26.6c0-82.1-124-82.1-124 0v26.6c0 5-3.9 8.9-8.9 8.9h-17.7c-5 0-8.9-3.9-8.9-8.9v-26.6zM389.7 380c0 9.7-8 17.7-17.7 17.7H124c-9.7 0-17.7-8-17.7-17.7V238.3c0-9.7 8-17.7 17.7-17.7h248c9.7 0 17.7 8 17.7 17.7zm-248-137.3v132.9c0 2.5-1.9 4.4-4.4 4.4h-8.9c-2.5 0-4.4-1.9-4.4-4.4V242.7c0-2.5 1.9-4.4 4.4-4.4h8.9c2.5 0 4.4 1.9 4.4 4.4m141.7 48.7c0 13-7.2 24.4-17.7 30.4v31.6c0 5-3.9 8.9-8.9 8.9h-17.7c-5 0-8.9-3.9-8.9-8.9v-31.6c-10.5-6.1-17.7-17.4-17.7-30.4 0-19.7 15.8-35.4 35.4-35.4s35.5 15.8 35.5 35.4M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8m0 478.3C121 486.3 17.7 383 17.7 256S121 25.7 248 25.7 478.3 129 478.3 256 375 486.3 248 486.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/facebook-f.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/facebook-f.svg new file mode 100644 index 0000000..14f8955 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/facebook-f.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M80 299.3V512h116V299.3h86.5l18-97.8H196v-34.6c0-51.7 20.3-71.5 72.7-71.5 16.3 0 29.4.4 37 1.2V7.9C291.4 4 256.4 0 236.2 0 129.3 0 80 50.5 80 159.4v42.1H14v97.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/facebook-messenger.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/facebook-messenger.svg new file mode 100644 index 0000000..a6a148c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/facebook-messenger.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256.55 8C116.52 8 8 110.34 8 248.57c0 72.3 29.71 134.78 78.07 177.94 8.35 7.51 6.63 11.86 8.05 58.23A19.92 19.92 0 0 0 122 502.31c52.91-23.3 53.59-25.14 62.56-22.7C337.85 521.8 504 423.7 504 248.57 504 110.34 396.59 8 256.55 8m149.24 185.13-73 115.57a37.37 37.37 0 0 1-53.91 9.93l-58.08-43.47a15 15 0 0 0-18 0l-78.37 59.44c-10.46 7.93-24.16-4.6-17.11-15.67l73-115.57a37.36 37.36 0 0 1 53.91-9.93l58.06 43.46a15 15 0 0 0 18 0l78.41-59.38c10.44-7.98 24.14 4.54 17.09 15.62"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/facebook.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/facebook.svg new file mode 100644 index 0000000..47142b5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/facebook.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M512 256C512 114.6 397.4 0 256 0S0 114.6 0 256c0 120 82.7 220.8 194.2 248.5V334.2h-52.8V256h52.8v-33.7c0-87.1 39.4-127.5 125-127.5 16.2 0 44.2 3.2 55.7 6.4V172c-6-.6-16.5-1-29.6-1-42 0-58.2 15.9-58.2 57.2V256h83.6l-14.4 78.2H287v175.9C413.8 494.8 512 386.9 512 256"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/fantasy-flight-games.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/fantasy-flight-games.svg new file mode 100644 index 0000000..5096caf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/fantasy-flight-games.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 32.86 32.86 256 256 479.14 479.14 256zM88.34 255.83c1.96-2 11.92-12.3 96.49-97.48 41.45-41.75 86.19-43.77 119.77-18.69 24.63 18.4 62.06 58.9 62.15 59 .68.74 1.07 2.86.58 3.38-11.27 11.84-22.68 23.54-33.5 34.69-34.21-32.31-40.52-38.24-48.51-43.95-17.77-12.69-41.4-10.13-56.98 5.1-2.17 2.13-1.79 3.43.12 5.35 2.94 2.95 28.1 28.33 35.09 35.78-11.95 11.6-23.66 22.97-35.69 34.66-12.02-12.54-24.48-25.53-36.54-38.11-21.39 21.09-41.69 41.11-61.85 60.99zm234.82 101.6c-35.49 35.43-78.09 38.14-106.99 20.47-22.08-13.5-39.38-32.08-72.93-66.84 12.05-12.37 23.79-24.42 35.37-36.31 33.02 31.91 37.06 36.01 44.68 42.09 18.48 14.74 42.52 13.67 59.32-1.8 3.68-3.39 3.69-3.64.14-7.24-10.59-10.73-21.19-21.44-31.77-32.18-1.32-1.34-3.03-2.48-.8-4.69 10.79-10.71 21.48-21.52 32.21-32.29.26-.26.65-.38 1.91-1.07 12.37 12.87 24.92 25.92 37.25 38.75 21.01-20.73 41.24-40.68 61.25-60.42 13.68 13.4 27.13 26.58 40.86 40.03-20.17 20.86-81.68 82.71-100.5 101.5M256 0 0 256l256 256 256-256zM16 256 256 16l240 240-240 240z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/fedex.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/fedex.svg new file mode 100644 index 0000000..7ea7519 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/fedex.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m586 284.5 53.3-59.9h-62.4l-21.7 24.8-22.5-24.8H414v-16h56.1v-48.1H318.9V236h-.5c-9.6-11-21.5-14.8-35.4-14.8-28.4 0-49.8 19.4-57.3 44.9-18-59.4-97.4-57.6-121.9-14v-24.2H49v-26.2h60v-41.1H0V345h49v-77.5h48.9c-1.5 5.7-2.3 11.8-2.3 18.2 0 73.1 102.6 91.4 130.2 23.7h-42c-14.7 20.9-45.8 8.9-45.8-14.6h85.5c3.7 30.5 27.4 56.9 60.1 56.9 14.1 0 27-6.9 34.9-18.6h.5V345h212.2l22.1-25 22.3 25H640zm-446.7-16.6c6.1-26.3 41.7-25.6 46.5 0zm153.4 48.9c-34.6 0-34-62.8 0-62.8 32.6 0 34.5 62.8 0 62.8m167.8 19.1h-94.4V169.4h95v30.2H405v33.9h55.5v28.1h-56.1v44.7h56.1zm-45.9-39.8v-24.4h56.1v-44l50.7 57-50.7 57v-45.6zm138.6 10.3-26.1 29.5H489l45.6-51.2-45.6-51.2h39.7l26.6 29.3 25.6-29.3h38.5l-45.4 51 46 51.4h-40.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/fedora.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/fedora.svg new file mode 100644 index 0000000..beda7d3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/fedora.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M.041 255.8C.121 132.2 100.3 32 224 32s224 100.3 224 224-100.2 223.9-223.9 224H50.93C22.84 480 .083 457.3.042 429.2H0V255.8zM342.6 192.7c0-39.7-35.6-68.5-73.2-68.5-34.9 0-65.8 26.3-70.1 59.9-.2 3.8-.4 5-.4 8.5-.1 21.1 0 42.8-.8 64.4.9 26.1 1 52.1 0 76.6 0 27.1-19.4 45.5-44.7 45.5s-45.8-20.2-45.8-45.5c.5-27.7 22.6-45.3 48.5-46.1h.2l26.3-.2V250l-26.3.2c-47.1-.4-84.58 36.5-85.94 83.4 0 45.6 37.54 82.9 83.04 82.9 43 0 78.7-33.6 82.6-75.6l.2-53.5 32.6-.3c25.3.2 25-37.8-.2-37.3l-32.4.3c0-6.4.1-12.8.1-19.2.1-12.7.1-25.4-.1-38.2.1-16.5 15.8-31.2 33.2-31.2 17.5 0 35.9 8.7 35.9 31.2 0 3.2-.1 5.1-.3 6.3-1.9 10.5 5.2 20.4 15.7 21.9 10.6 1.5 20.2-6.1 21.2-16.6.6-4.2.7-7.9.7-11.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/figma.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/figma.svg new file mode 100644 index 0000000..7b3b28e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/figma.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M14 95.792C14 42.888 56.888 0 109.793 0h164.368c52.905 0 95.793 42.888 95.793 95.792 0 33.5-17.196 62.984-43.243 80.105 26.047 17.122 43.243 46.605 43.243 80.105 0 52.905-42.888 95.793-95.793 95.793h-2.08c-24.802 0-47.403-9.426-64.415-24.891v88.263c0 53.61-44.009 96.833-97.357 96.833C57.536 512 14 469.243 14 416.207c0-33.498 17.195-62.98 43.24-80.102C31.194 318.983 14 289.5 14 256.002c0-33.5 17.196-62.983 43.243-80.105C31.196 158.776 14 129.292 14 95.792m162.288 95.795h-66.495c-35.576 0-64.415 28.84-64.415 64.415 0 35.438 28.617 64.192 64.003 64.414l.412-.001h66.495zm31.378 64.415c0 35.575 28.839 64.415 64.415 64.415h2.08c35.576 0 64.415-28.84 64.415-64.415s-28.839-64.415-64.415-64.415h-2.08c-35.576 0-64.415 28.84-64.415 64.415m-97.873 95.793-.412-.001c-35.386.221-64.003 28.975-64.003 64.413 0 35.445 29.225 64.415 64.931 64.415 36.282 0 65.979-29.436 65.979-65.455v-63.372zm0-320.417c-35.576 0-64.415 28.84-64.415 64.414 0 35.576 28.84 64.415 64.415 64.415h66.495V31.377zm97.873 128.829h66.495c35.576 0 64.415-28.839 64.415-64.415 0-35.575-28.839-64.414-64.415-64.414h-66.495z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/firefox-browser.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/firefox-browser.svg new file mode 100644 index 0000000..52a0043 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/firefox-browser.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M130.22 127.548c.16.01.08.01 0 0m351.42 45.35c-10.61-25.5-32.08-53-48.94-61.73 13.72 26.89 21.67 53.88 24.7 74q.008.207.05.41c-27.58-68.75-74.352-96.47-112.55-156.83-14.992-23.69-10.924-25.23-13.08-24.66l-.12.07c-46.71 25.953-75.335 78.37-82.58 122.74a127.3 127.3 0 0 0-47.93 12.137 6.524 6.524 0 0 0-3.684 7.288 6.16 6.16 0 0 0 3.006 3.995 6.16 6.16 0 0 0 4.979.45l.52-.21a118.7 118.7 0 0 1 49.53-11.32c62.828-.569 97.157 44.024 107.62 62.29-13-9.15-36.35-18.19-58.82-14.28 87.74 43.86 64.2 194.536-57.39 189.2-59.464-2.61-97.07-50.981-100.53-90.8 0 0 11.25-41.95 80.62-41.95 7.5 0 28.93-20.92 29.33-27-.09-2-42.535-18.876-59.09-35.18-8.847-8.713-13.052-12.907-16.77-16.06a70 70 0 0 0-6.31-4.77 113.05 113.05 0 0 1-.691-59.63c-25.06 11.41-44.55 29.45-58.71 45.37h-.12c-9.67-12.25-9-52.65-8.43-61.08-.12-.53-7.228 3.668-8.15 4.31a168.3 168.3 0 0 0-23.84 20.43c-16.291 16.6-44.132 50.154-55.5 101.23-4.536 20.383-6.76 44.421-6.76 52.3 0 134.7 109.21 243.89 243.92 243.89 120.64 0 223.019-87.227 240.43-202.62 11.572-76.696-14.71-131.068-14.71-131.99"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/firefox.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/firefox.svg new file mode 100644 index 0000000..8a8bbd7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/firefox.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M503.52 241.48c-.12-1.56-.24-3.12-.24-4.68v-.12l-.36-4.68v-.12a246 246 0 0 0-7.32-41.15c0-.12 0-.12-.12-.24l-1.08-4c-.12-.24-.12-.48-.24-.6-.36-1.2-.72-2.52-1.08-3.72-.12-.24-.12-.6-.24-.84-.36-1.2-.72-2.4-1.08-3.48-.12-.36-.24-.6-.36-1-.36-1.2-.72-2.28-1.2-3.48l-.36-1.08c-.36-1.08-.84-2.28-1.2-3.36a8 8 0 0 0-.36-1c-.48-1.08-.84-2.28-1.32-3.36-.12-.24-.24-.6-.36-.84-.48-1.2-1-2.28-1.44-3.48 0-.12-.12-.24-.12-.36-1.56-3.84-3.24-7.68-5-11.4l-.36-.72c-.48-1-.84-1.8-1.32-2.64-.24-.48-.48-1.08-.72-1.56-.36-.84-.84-1.56-1.2-2.4-.36-.6-.6-1.2-1-1.8s-.84-1.44-1.2-2.28c-.36-.6-.72-1.32-1.08-1.92s-.84-1.44-1.2-2.16a18 18 0 0 0-1.2-2c-.36-.72-.84-1.32-1.2-2s-.84-1.32-1.2-2-.84-1.32-1.2-1.92-.84-1.44-1.32-2.16a16 16 0 0 0-1.2-1.8L463.2 119a16 16 0 0 0-1.2-1.8c-.48-.72-1.08-1.56-1.56-2.28-.36-.48-.72-1.08-1.08-1.56l-1.8-2.52c-.36-.48-.6-.84-1-1.32-1-1.32-1.8-2.52-2.76-3.72a249 249 0 0 0-23.51-26.64A187 187 0 0 0 412 62.46c-4-3.48-8.16-6.72-12.48-9.84a162.5 162.5 0 0 0-24.6-15.12c-2.4-1.32-4.8-2.52-7.2-3.72a254 254 0 0 0-55.43-19.56c-1.92-.36-3.84-.84-5.64-1.2h-.12c-1-.12-1.8-.36-2.76-.48a236.4 236.4 0 0 0-38-4h-10.63a234.6 234.6 0 0 0-45.48 5c-33.59 7.08-63.23 21.24-82.91 39-1.08 1-1.92 1.68-2.4 2.16l-.48.48h.13l-.12.12.12-.12a.12.12 0 0 0 .12-.12l-.12.12a.42.42 0 0 1 .24-.12c14.64-8.76 34.92-16 49.44-19.56l5.88-1.44c.36-.12.84-.12 1.2-.24 1.68-.36 3.36-.72 5.16-1.08.24 0 .6-.12.84-.12C250.94 20.94 319.34 40.14 367 85.61a171.5 171.5 0 0 1 26.88 32.76c30.36 49.2 27.48 111.11 3.84 147.59-34.44 53-111.35 71.27-159 24.84a84.2 84.2 0 0 1-25.56-59 74.05 74.05 0 0 1 6.24-31c1.68-3.84 13.08-25.67 18.24-24.59-13.08-2.76-37.55 2.64-54.71 28.19-15.36 22.92-14.52 58.2-5 83.28a132.9 132.9 0 0 1-12.12-39.24c-12.24-82.55 43.31-153 94.31-170.51-27.48-24-96.47-22.31-147.71 15.36-29.88 22-51.23 53.16-62.51 90.36 1.68-20.88 9.6-52.08 25.8-83.88-17.16 8.88-39 37-49.8 62.88-15.6 37.43-21 82.19-16.08 124.79.36 3.24.72 6.36 1.08 9.6 19.92 117.11 122 206.38 244.78 206.38C392.77 503.42 504 392.19 504 255c-.12-4.52-.24-9.08-.48-13.52"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/first-order-alt.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/first-order-alt.svg new file mode 100644 index 0000000..9a6d26a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/first-order-alt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8m0 488.21C115.34 496.21 7.79 388.66 7.79 256S115.34 15.79 248 15.79 488.21 123.34 488.21 256 380.66 496.21 248 496.21m0-459.92C126.66 36.29 28.29 134.66 28.29 256S126.66 475.71 248 475.71 467.71 377.34 467.71 256 369.34 36.29 248 36.29m0 431.22c-116.81 0-211.51-94.69-211.51-211.51S131.19 44.49 248 44.49 459.51 139.19 459.51 256 364.81 467.51 248 467.51m186.23-162.98a191.6 191.6 0 0 1-20.13 48.69l-74.13-35.88 61.48 54.82a193.5 193.5 0 0 1-37.2 37.29l-54.8-61.57 35.88 74.27a191 191 0 0 1-48.63 20.23l-27.29-78.47 4.79 82.93c-8.61 1.18-17.4 1.8-26.33 1.8s-17.72-.62-26.33-1.8l4.76-82.46-27.15 78.03a191.4 191.4 0 0 1-48.65-20.2l35.93-74.34-54.87 61.64a193.9 193.9 0 0 1-37.22-37.28l61.59-54.9-74.26 35.93a191.6 191.6 0 0 1-20.14-48.69l77.84-27.11-82.23 4.76c-1.16-8.57-1.78-17.32-1.78-26.21 0-9 .63-17.84 1.82-26.51l82.38 4.77-77.94-27.16a191.7 191.7 0 0 1 20.23-48.67l74.22 35.92-61.52-54.86a193.9 193.9 0 0 1 37.28-37.22l54.76 61.53-35.83-74.17a191.5 191.5 0 0 1 48.65-20.13l26.87 77.25-4.71-81.61c8.61-1.18 17.39-1.8 26.32-1.8s17.71.62 26.32 1.8l-4.74 82.16 27.05-77.76c17.27 4.5 33.6 11.35 48.63 20.17l-35.82 74.12 54.72-61.47a193.1 193.1 0 0 1 37.24 37.23l-61.45 54.77 74.12-35.86a191.5 191.5 0 0 1 20.2 48.65l-77.81 27.1 82.24-4.75c1.19 8.66 1.82 17.5 1.82 26.49 0 8.88-.61 17.63-1.78 26.19l-82.12-4.75z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/first-order.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/first-order.svg new file mode 100644 index 0000000..187b101 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/first-order.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M12.9 229.2c.1-.1.2-.3.3-.4 0 .1 0 .3-.1.4zM224 96.6c-7.1 0-14.6.6-21.4 1.7l3.7 67.4-22-64c-14.3 3.7-27.7 9.4-40 16.6l29.4 61.4-45.1-50.9c-11.4 8.9-21.7 19.1-30.6 30.9l50.6 45.4-61.1-29.7c-7.1 12.3-12.9 25.7-16.6 40l64.3 22.6-68-4c-.9 7.1-1.4 14.6-1.4 22s.6 14.6 1.4 21.7l67.7-4-64 22.6c3.7 14.3 9.4 27.7 16.6 40.3l61.1-29.7L97.7 352c8.9 11.7 19.1 22.3 30.9 30.9l44.9-50.9-29.5 61.4c12.3 7.4 25.7 13.1 40 16.9l22.3-64.6-4 68c7.1 1.1 14.6 1.7 21.7 1.7 7.4 0 14.6-.6 21.7-1.7l-4-68.6 22.6 65.1c14.3-4 27.7-9.4 40-16.9L274.9 332l44.9 50.9c11.7-8.9 22-19.1 30.6-30.9l-50.6-45.1 61.1 29.4c7.1-12.3 12.9-25.7 16.6-40.3l-64-22.3 67.4 4c1.1-7.1 1.4-14.3 1.4-21.7s-.3-14.9-1.4-22l-67.7 4 64-22.3c-3.7-14.3-9.1-28-16.6-40.3l-60.9 29.7 50.6-45.4q-13.35-17.55-30.6-30.9l-45.1 50.9 29.4-61.1c-12.3-7.4-25.7-13.1-40-16.9L241.7 166l4-67.7c-7.1-1.2-14.3-1.7-21.7-1.7M443.4 128v256L224 512 4.6 384V128L224 0zm-17.1 10.3L224 20.9 21.7 138.3v235.1L224 491.1l202.3-117.7zM224 37.1l187.7 109.4v218.9L224 474.9 36.3 365.4V146.6zm0 50.9c-92.3 0-166.9 75.1-166.9 168 0 92.6 74.6 167.7 166.9 167.7 92 0 166.9-75.1 166.9-167.7 0-92.9-74.9-168-166.9-168"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/firstdraft.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/firstdraft.svg new file mode 100644 index 0000000..02e4a07 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/firstdraft.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M384 192h-64v128H192v128H0v-25.6h166.4v-128h128v-128H384zm-25.6 38.4v128h-128v128H64V512h192V384h128V230.4zm25.6 192h-89.6V512H320v-64h64zM0 0v384h128V256h128V128h128V0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/flickr.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/flickr.svg new file mode 100644 index 0000000..cb0e807 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/flickr.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48M144.5 319c-35.1 0-63.5-28.4-63.5-63.5s28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5-28.4 63.5-63.5 63.5m159 0c-35.1 0-63.5-28.4-63.5-63.5s28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5-28.4 63.5-63.5 63.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/flipboard.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/flipboard.svg new file mode 100644 index 0000000..c05d8b5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/flipboard.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 32v448h448V32zm358.4 179.2h-89.6v89.6h-89.6v89.6H89.6V121.6h268.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/flutter.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/flutter.svg new file mode 100644 index 0000000..873b6e9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/flutter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M429.5 236.3 291.7 374.1 429.5 512H272l-59.1-59.1-78.8-78.8L272 236.3zM272 0 16 256l78.8 78.8L429.5 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/fly.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/fly.svg new file mode 100644 index 0000000..58941ab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/fly.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M197.8 427.8c12.9 11.7 33.7 33.3 33.2 50.7 0 .8-.1 1.6-.1 2.5-1.8 19.8-18.8 31.1-39.1 31-25-.1-39.9-16.8-38.7-35.8 1-16.2 20.5-36.7 32.4-47.6 2.3-2.1 2.7-2.7 5.6-3.6 3.4 0 3.9.3 6.7 2.8M331.9 67.3c-16.3-25.7-38.6-40.6-63.3-52.1C243.1 4.5 214-.2 192 0c-44.1 0-71.2 13.2-81.1 17.3C57.3 45.2 26.5 87.2 28 158.6c7.1 82.2 97 176 155.8 233.8 1.7 1.6 4.5 4.5 6.2 5.1l3.3.1c2.1-.7 1.8-.5 3.5-2.1 52.3-49.2 140.7-145.8 155.9-215.7 7-39.2 3.1-72.5-20.8-112.5M186.8 351.9c-28-51.1-65.2-130.7-69.3-189-3.4-47.5 11.4-131.2 69.3-136.7zM328.7 180c-16.4 56.8-77.3 128-118.9 170.3C237.6 298.4 275 217 277 158.4c1.6-45.9-9.8-105.8-48-131.4 88.8 18.3 115.5 98.1 99.7 153"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/font-awesome.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/font-awesome.svg new file mode 100644 index 0000000..dd106e2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/font-awesome.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M91.7 96c14.6-9.2 24.3-25.5 24.3-44 0-28.7-23.3-52-52-52S12 23.3 12 52c0 16.7 7.8 31.5 20 41v419h64v-64h373.6c14.6 0 26.4-11.8 26.4-26.4 0-3.7-.8-7.3-2.3-10.7L432 272l61.7-138.9c1.5-3.4 2.3-7 2.3-10.7 0-14.6-11.8-26.4-26.4-26.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/fonticons-fi.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/fonticons-fi.svg new file mode 100644 index 0000000..a883ded --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/fonticons-fi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M114.4 224h92.4l-15.2 51.2h-76.4V433c0 8-2.8 9.2 4.4 10l59.6 5.6V483H0v-35.2l29.2-2.8c7.2-.8 9.2-3.2 9.2-10.8V278.4c0-3.2-4-3.2-8-3.2H0V224h38.4v-28.8c0-68 36.4-96 106-96 46.8 0 88.8 11.2 88.8 72.4l-69.6 8.4c.4-25.6-6-31.6-22.4-31.6-25.2 0-26 13.6-26 37.6v32c0 3.2-4.8 6-.8 6M384 483H243.2v-34.4l28-3.6c7.2-.8 10.4-2.4 10.4-10V287c0-5.6-4-9.2-9.2-10.8l-33.2-8.8 9.2-40.4h110v208c0 8-3.6 8.8 4 10l21.6 3.6zm-30-347.2 12.4 45.6-10 10-42.8-22.8-42.8 22.8-10-10 12.4-45.6-30-36.4 4.8-10h38L307.2 51H320l21.2 38.4h38l4.8 13.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/fonticons.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/fonticons.svg new file mode 100644 index 0000000..94906d2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/fonticons.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 32v448h448V32zm187 140.9c-18.4 0-19 9.9-19 27.4v23.3c0 2.4-3.5 4.4-.6 4.4h67.4l-11.1 37.3H168v112.9c0 5.8-2 6.7 3.2 7.3l43.5 4.1v25.1H84V389l21.3-2c5.2-.6 6.7-2.3 6.7-7.9V267.7c0-2.3-2.9-2.3-5.8-2.3H84V228h28v-21c0-49.6 26.5-70 77.3-70 34.1 0 64.7 8.2 64.7 52.8l-50.7 6.1c.3-18.7-4.4-23-16.3-23m74.3 241.8v-25.1l20.4-2.6c5.2-.6 7.6-1.7 7.6-7.3V271.8c0-4.1-2.9-6.7-6.7-7.9l-24.2-6.4 6.7-29.5h80.2v151.7c0 5.8-2.6 6.4 2.9 7.3l15.7 2.6v25.1zm80.8-255.5 9 33.2-7.3 7.3-31.2-16.6-31.2 16.6-7.3-7.3 9-33.2-21.8-24.2 3.5-9.6h27.7l15.5-28h9.3l15.5 28h27.7l3.5 9.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/fort-awesome-alt.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/fort-awesome-alt.svg new file mode 100644 index 0000000..07c52fe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/fort-awesome-alt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M208 237.4h-22.2c-2.1 0-3.7 1.6-3.7 3.7v51.7c0 2.1 1.6 3.7 3.7 3.7H208c2.1 0 3.7-1.6 3.7-3.7v-51.7c0-2.1-1.6-3.7-3.7-3.7m118.2 0H304c-2.1 0-3.7 1.6-3.7 3.7v51.7c0 2.1 1.6 3.7 3.7 3.7h22.2c2.1 0 3.7-1.6 3.7-3.7v-51.7c-.1-2.1-1.7-3.7-3.7-3.7m132-125.1c-2.3-3.2-4.6-6.4-7.1-9.5-9.8-12.5-20.8-24-32.8-34.4-4.5-3.9-9.1-7.6-13.9-11.2-1.6-1.2-3.2-2.3-4.8-3.5C372 34.1 340.3 20 306 13c-16.2-3.3-32.9-5-50-5s-33.9 1.7-50 5c-34.3 7.1-66 21.2-93.3 40.8-1.6 1.1-3.2 2.3-4.8 3.5-4.8 3.6-9.4 7.3-13.9 11.2-3 2.6-5.9 5.3-8.8 8s-5.7 5.5-8.4 8.4c-5.5 5.7-10.7 11.8-15.6 18-2.4 3.1-4.8 6.3-7.1 9.5C25.2 153 8.3 202.5 8.3 256c0 2 .1 4 .1 6 .1.7.1 1.3.1 2 .1 1.3.1 2.7.2 4 0 .8.1 1.5.1 2.3 0 1.3.1 2.5.2 3.7.1.8.1 1.6.2 2.4.1 1.1.2 2.3.3 3.5 0 .8.1 1.6.2 2.4.1 1.2.3 2.4.4 3.6.1.8.2 1.5.3 2.3.1 1.3.3 2.6.5 3.9.1.6.2 1.3.3 1.9l.9 5.7c.1.6.2 1.1.3 1.7.3 1.3.5 2.7.8 4 .2.8.3 1.6.5 2.4.2 1 .5 2.1.7 3.2.2.9.4 1.7.6 2.6.2 1 .4 2 .7 3 .2.9.5 1.8.7 2.7.3 1 .5 1.9.8 2.9.3.9.5 1.8.8 2.7.2.9.5 1.9.8 2.8s.5 1.8.8 2.7c.3 1 .6 1.9.9 2.8.6 1.6 1.1 3.3 1.7 4.9.4 1 .7 1.9 1 2.8.3 1 .7 2 1.1 3 .3.8.6 1.5.9 2.3l1.2 3c.3.7.6 1.5.9 2.2.4 1 .9 2 1.3 3l.9 2.1c.5 1 .9 2 1.4 3 .3.7.6 1.3.9 2 .5 1 1 2.1 1.5 3.1.2.6.5 1.1.8 1.7.6 1.1 1.1 2.2 1.7 3.3.1.2.2.3.3.5 2.2 4.1 4.4 8.2 6.8 12.2.2.4.5.8.7 1.2.7 1.1 1.3 2.2 2 3.3.3.5.6.9.9 1.4.6 1.1 1.3 2.1 2 3.2.3.5.6.9.9 1.4.7 1.1 1.4 2.1 2.1 3.2.2.4.5.8.8 1.2.7 1.1 1.5 2.2 2.3 3.3.2.2.3.5.5.7 37.5 51.7 94.4 88.5 160 99.4.9.1 1.7.3 2.6.4 1 .2 2.1.4 3.1.5s1.9.3 2.8.4c1 .2 2 .3 3 .4.9.1 1.9.2 2.9.3s1.9.2 2.9.3 2.1.2 3.1.3c.9.1 1.8.1 2.7.2 1.1.1 2.3.1 3.4.2.8 0 1.7.1 2.5.1 1.3 0 2.6.1 3.9.1.7.1 1.4.1 2.1.1 2 .1 4 .1 6 .1s4-.1 6-.1c.7 0 1.4-.1 2.1-.1 1.3 0 2.6 0 3.9-.1.8 0 1.7-.1 2.5-.1 1.1-.1 2.3-.1 3.4-.2.9 0 1.8-.1 2.7-.2 1-.1 2.1-.2 3.1-.3s1.9-.2 2.9-.3c.9-.1 1.9-.2 2.9-.3s2-.3 3-.4 1.9-.3 2.8-.4c1-.2 2.1-.3 3.1-.5.9-.1 1.7-.3 2.6-.4 65.6-11 122.5-47.7 160.1-102.4.2-.2.3-.5.5-.7.8-1.1 1.5-2.2 2.3-3.3.2-.4.5-.8.8-1.2.7-1.1 1.4-2.1 2.1-3.2.3-.5.6-.9.9-1.4.6-1.1 1.3-2.1 2-3.2.3-.5.6-.9.9-1.4.7-1.1 1.3-2.2 2-3.3.2-.4.5-.8.7-1.2 2.4-4 4.6-8.1 6.8-12.2.1-.2.2-.3.3-.5.6-1.1 1.1-2.2 1.7-3.3.2-.6.5-1.1.8-1.7.5-1 1-2.1 1.5-3.1.3-.7.6-1.3.9-2 .5-1 1-2 1.4-3l.9-2.1c.5-1 .9-2 1.3-3 .3-.7.6-1.5.9-2.2l1.2-3c.3-.8.6-1.5.9-2.3.4-1 .7-2 1.1-3s.7-1.9 1-2.8c.6-1.6 1.2-3.3 1.7-4.9.3-1 .6-1.9.9-2.8s.5-1.8.8-2.7c.2-.9.5-1.9.8-2.8s.6-1.8.8-2.7c.3-1 .5-1.9.8-2.9.2-.9.5-1.8.7-2.7.2-1 .5-2 .7-3 .2-.9.4-1.7.6-2.6.2-1 .5-2.1.7-3.2.2-.8.3-1.6.5-2.4.3-1.3.6-2.7.8-4 .1-.6.2-1.1.3-1.7l.9-5.7c.1-.6.2-1.3.3-1.9.1-1.3.3-2.6.5-3.9.1-.8.2-1.5.3-2.3.1-1.2.3-2.4.4-3.6 0-.8.1-1.6.2-2.4.1-1.1.2-2.3.3-3.5.1-.8.1-1.6.2-2.4.1 1.7.1.5.2-.7 0-.8.1-1.5.1-2.3.1-1.3.2-2.7.2-4 .1-.7.1-1.3.1-2 .1-2 .1-4 .1-6 0-53.5-16.9-103-45.8-143.7M448 371.5c-9.4 15.5-20.6 29.9-33.6 42.9-20.6 20.6-44.5 36.7-71.2 48-13.9 5.8-28.2 10.3-42.9 13.2v-75.8c0-58.6-88.6-58.6-88.6 0v75.8q-22.05-4.35-42.9-13.2c-26.7-11.3-50.6-27.4-71.2-48-13-13-24.2-27.4-33.6-42.9v-71.3c0-2.1 1.6-3.7 3.7-3.7h22.1c2.1 0 3.7 1.6 3.7 3.7V326h29.6V182c0-2.1 1.6-3.7 3.7-3.7h22.1c2.1 0 3.7 1.6 3.7 3.7v25.9h29.5V182c0-2.1 1.6-3.7 3.7-3.7H208c2.1 0 3.7 1.6 3.7 3.7v25.9h29.5V182c0-4.8 6.5-3.7 9.5-3.7V88.1c-4.4-2-7.4-6.7-7.4-11.5 0-16.8 25.4-16.8 25.4 0 0 4.8-3 9.4-7.4 11.5V92c6.3-1.4 12.7-2.3 19.2-2.3 9.4 0 18.4 3.5 26.3 3.5 7.2 0 15.2-3.5 19.4-3.5 2.1 0 3.7 1.6 3.7 3.7v48.4c0 5.6-18.7 6.5-22.4 6.5-8.6 0-16.6-3.5-25.4-3.5-7 0-14.1 1.2-20.8 2.8v30.7c3 0 9.5-1.1 9.5 3.7v25.9h29.5V182c0-2.1 1.6-3.7 3.7-3.7h22.2c2.1 0 3.7 1.6 3.7 3.7v25.9h29.5V182c0-2.1 1.6-3.7 3.7-3.7h22.1c2.1 0 3.7 1.6 3.7 3.7v144h29.5v-25.8c0-2.1 1.6-3.7 3.7-3.7h22.2c2.1 0 3.7 1.6 3.7 3.7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/fort-awesome.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/fort-awesome.svg new file mode 100644 index 0000000..ebcdfd9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/fort-awesome.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M489.2 287.9h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6V146.2c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6v-32c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6v-32c0-6-8-4.6-11.7-4.6v-38c8.3-2 17.1-3.4 25.7-3.4 10.9 0 20.9 4.3 31.4 4.3 4.6 0 27.7-1.1 27.7-8v-60c0-2.6-2-4.6-4.6-4.6-5.1 0-15.1 4.3-24 4.3-9.7 0-20.9-4.3-32.6-4.3-8 0-16 1.1-23.7 2.9v-4.9c5.4-2.6 9.1-8.3 9.1-14.3 0-20.7-31.4-20.8-31.4 0 0 6 3.7 11.7 9.1 14.3v111.7c-3.7 0-11.7-1.4-11.7 4.6v32h-36.6v-32c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32H128v-32c0-2.6-2-4.6-4.6-4.6H96c-2.6 0-4.6 2-4.6 4.6v178.3H54.8v-32c0-2.6-2-4.6-4.6-4.6H22.8c-2.6 0-4.6 2-4.6 4.6V512h182.9v-96c0-72.6 109.7-72.6 109.7 0v96h182.9V292.5c.1-2.6-1.9-4.6-4.5-4.6m-288.1-4.5c0 2.6-2 4.6-4.6 4.6h-27.4c-2.6 0-4.6-2-4.6-4.6v-64c0-2.6 2-4.6 4.6-4.6h27.4c2.6 0 4.6 2 4.6 4.6zm146.4 0c0 2.6-2 4.6-4.6 4.6h-27.4c-2.6 0-4.6-2-4.6-4.6v-64c0-2.6 2-4.6 4.6-4.6h27.4c2.6 0 4.6 2 4.6 4.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/forumbee.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/forumbee.svg new file mode 100644 index 0000000..660f9a8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/forumbee.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M5.8 309.7C2 292.7 0 275.5 0 258.3 0 135 99.8 35 223.1 35c16.6 0 33.3 2 49.3 5.5C149 87.5 51.9 186 5.8 309.7m392.9-189.2C385 103 369 87.8 350.9 75.2c-149.6 44.3-266.3 162.1-309.7 312 12.5 18.1 28 35.6 45.2 49 43.1-151.3 161.2-271.7 312.3-315.7m15.8 252.7c15.2-25.1 25.4-53.7 29.5-82.8-79.4 42.9-145 110.6-187.6 190.3 30-4.4 58.9-15.3 84.6-31.3 35 13.1 70.9 24.3 107 33.6-9.3-36.5-20.4-74.5-33.5-109.8m29.7-145.5c-2.6-19.5-7.9-38.7-15.8-56.8C290.5 216.7 182 327.5 137.1 466c18.1 7.6 37 12.5 56.6 15.2C240 367.1 330.5 274.4 444.2 227.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/foursquare.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/foursquare.svg new file mode 100644 index 0000000..54edf2c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/foursquare.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 368 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M323.1 3H49.9C12.4 3 0 31.3 0 49.1v433.8c0 20.3 12.1 27.7 18.2 30.1 6.2 2.5 22.8 4.6 32.9-7.1C180 356.5 182.2 354 182.2 354c3.1-3.4 3.4-3.1 6.8-3.1h83.4c35.1 0 40.6-25.2 44.3-39.7l48.6-243C373.8 25.8 363.1 3 323.1 3m-16.3 73.8-11.4 59.7c-1.2 6.5-9.5 13.2-16.9 13.2H172.1c-12 0-20.6 8.3-20.6 20.3v13c0 12 8.6 20.6 20.6 20.6h90.4c8.3 0 16.6 9.2 14.8 18.2-1.8 8.9-10.5 53.8-11.4 58.8-.9 4.9-6.8 13.5-16.9 13.5h-73.5c-13.5 0-17.2 1.8-26.5 12.6 0 0-8.9 11.4-89.5 108.3-.9.9-1.8.6-1.8-.3V75.9c0-7.7 6.8-16.6 16.6-16.6h219c8.2 0 15.6 7.7 13.5 17.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/free-code-camp.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/free-code-camp.svg new file mode 100644 index 0000000..b85618f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/free-code-camp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M97.22 96.21c10.36-10.65 16-17.12 16-21.9 0-2.76-1.92-5.51-3.83-7.42a14.8 14.8 0 0 0-8.39-2.84c-8.48 0-20.92 8.79-35.84 25.69C23.68 137 2.51 182.81 3.37 250.34s17.47 117 54.06 161.87C76.22 435.86 90.62 448 100.9 448a13.55 13.55 0 0 0 8.37-3.84c1.91-2.76 3.81-5.63 3.81-8.38 0-5.63-3.86-12.2-13.2-20.55-44.45-42.33-67.32-97-67.48-165-.15-61.43 21.6-112.4 64.82-154.02m142.25 323.86c.58.37.91.55.91.55Zm93.79.55.17-.13c-.19.13-.26.18-.17.13m3.13-158.18c-16.24-4.15 50.41-82.89-68.05-177.17 0 0 15.54 49.38-62.83 159.57-74.27 104.35 23.46 168.73 34 175.23-6.73-4.35-47.4-35.7 9.55-128.64 11-18.3 25.53-34.87 43.5-72.16 0 0 15.91 22.45 7.6 71.13C287.7 364 354 342.91 355 343.94c22.75 26.78-17.72 73.51-21.58 76.55 5.49-3.65 117.71-78 33-188.1-5.99 6.01-13.8 34.2-30.03 30.05M510.88 89.69C496 72.79 483.52 64 475 64a14.8 14.8 0 0 0-8.39 2.84c-1.91 1.91-3.83 4.66-3.83 7.42 0 4.78 5.6 11.26 16 21.9 43.23 41.61 65 92.59 64.82 154.06-.16 68-23 122.63-67.48 165-9.34 8.35-13.18 14.92-13.2 20.55 0 2.75 1.9 5.62 3.81 8.38a13.6 13.6 0 0 0 8.37 3.85c10.28 0 24.68-12.13 43.47-35.79 36.59-44.85 53.14-94.38 54.06-161.87S552.32 137 510.88 89.69"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/freebsd.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/freebsd.svg new file mode 100644 index 0000000..032a803 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/freebsd.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M303.7 96.2c11.1-11.1 115.5-77 139.2-53.2 23.7 23.7-42.1 128.1-53.2 139.2s-39.4.9-63.1-22.9c-23.8-23.7-34.1-52-22.9-63.1M109.9 68.1C73.6 47.5 22 24.6 5.6 41.1c-16.6 16.6 7.1 69.4 27.9 105.7 18.5-32.2 44.8-59.3 76.4-78.7M406.7 174c3.3 11.3 2.7 20.7-2.7 26.1-20.3 20.3-87.5-27-109.3-70.1-18-32.3-11.1-53.4 14.9-48.7 5.7-3.6 12.3-7.6 19.6-11.6-29.8-15.5-63.6-24.3-99.5-24.3-119.1 0-215.6 96.5-215.6 215.6 0 119 96.5 215.6 215.6 215.6S445.3 380.1 445.3 261c0-38.4-10.1-74.5-27.7-105.8-3.9 7-7.6 13.3-10.9 18.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/fulcrum.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/fulcrum.svg new file mode 100644 index 0000000..20cfbb7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/fulcrum.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m95.75 164.14-35.38 43.55L25 164.14l35.38-43.55zM144.23 0l-20.54 198.18L72.72 256l51 57.82L144.23 512V300.89L103.15 256l41.08-44.89zm79.67 164.14 35.38 43.55 35.38-43.55-35.38-43.55zm-48.48 47L216.5 256l-41.08 44.89V512L196 313.82 247 256l-51-57.82L175.42 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/galactic-republic.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/galactic-republic.svg new file mode 100644 index 0000000..799cb9a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/galactic-republic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M248 504C111.25 504 0 392.75 0 256S111.25 8 248 8s248 111.25 248 248-111.25 248-248 248m0-479.47C120.37 24.53 16.53 128.37 16.53 256S120.37 487.47 248 487.47 479.47 383.63 479.47 256 375.63 24.53 248 24.53m27.62 21.81v24.62a185.93 185.93 0 0 1 83.57 34.54l17.39-17.36c-28.75-22.06-63.3-36.89-100.96-41.8m-55.37.07c-37.64 4.94-72.16 19.8-100.88 41.85l17.28 17.36h.08c24.07-17.84 52.55-30.06 83.52-34.67zm12.25 50.17v82.87c-10.04 2.03-19.42 5.94-27.67 11.42l-58.62-58.59-21.93 21.93 58.67 58.67c-5.47 8.23-9.45 17.59-11.47 27.62h-82.9v31h82.9c2.02 10.02 6.01 19.31 11.47 27.54l-58.67 58.69 21.93 21.93 58.62-58.62a77.9 77.9 0 0 0 27.67 11.47v82.9h31v-82.9c10.05-2.03 19.37-6.06 27.62-11.55l58.67 58.69 21.93-21.93-58.67-58.69c5.46-8.23 9.47-17.52 11.5-27.54h82.87v-31h-82.87c-2.02-10.02-6.03-19.38-11.5-27.62l58.67-58.67-21.93-21.93-58.67 58.67c-8.25-5.49-17.57-9.47-27.62-11.5V96.58zm183.24 30.72-17.36 17.36a186.34 186.34 0 0 1 34.67 83.67h24.62c-4.95-37.69-19.83-72.29-41.93-101.03m-335.55.13c-22.06 28.72-36.91 63.26-41.85 100.91h24.65c4.6-30.96 16.76-59.45 34.59-83.52zM38.34 283.67c4.92 37.64 19.75 72.18 41.8 100.9l17.36-17.39c-17.81-24.07-29.92-52.57-34.51-83.52H38.34zm394.7 0c-4.61 30.99-16.8 59.5-34.67 83.6l17.36 17.36c22.08-28.74 36.98-63.29 41.93-100.96zM136.66 406.38l-17.36 17.36c28.73 22.09 63.3 36.98 100.96 41.93v-24.64c-30.99-4.63-59.53-16.79-83.6-34.65m222.53.05c-24.09 17.84-52.58 30.08-83.57 34.67v24.57c37.67-4.92 72.21-19.79 100.96-41.85l-17.31-17.39z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/galactic-senate.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/galactic-senate.svg new file mode 100644 index 0000000..1824db3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/galactic-senate.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M249.86 33.48v26.07C236.28 80.17 226 168.14 225.39 274.9c11.74-15.62 19.13-33.33 19.13-48.24v-16.88c-.03-5.32.75-10.53 2.19-15.65.65-2.14 1.39-4.08 2.62-5.82 1.23-1.75 3.43-3.79 6.68-3.79 3.24 0 5.45 2.05 6.68 3.79 1.23 1.75 1.97 3.68 2.62 5.82 1.44 5.12 2.22 10.33 2.19 15.65v16.88c0 14.91 7.39 32.62 19.13 48.24-.63-106.76-10.91-194.73-24.49-215.35V33.48zm-26.34 147.77c-9.52 2.15-18.7 5.19-27.46 9.08 8.9 16.12 9.76 32.64 1.71 37.29-8 4.62-21.85-4.23-31.36-19.82-11.58 8.79-21.88 19.32-30.56 31.09 14.73 9.62 22.89 22.92 18.32 30.66-4.54 7.7-20.03 7.14-35.47-.96-5.78 13.25-9.75 27.51-11.65 42.42 9.68.18 18.67 2.38 26.18 6.04 17.78-.3 32.77-1.96 40.49-4.22 5.55-26.35 23.02-48.23 46.32-59.51.73-25.55 1.88-49.67 3.48-72.07m64.96 0c1.59 22.4 2.75 46.52 3.47 72.07 23.29 11.28 40.77 33.16 46.32 59.51 7.72 2.26 22.71 3.92 40.49 4.22 7.51-3.66 16.5-5.85 26.18-6.04-1.9-14.91-5.86-29.17-11.65-42.42-15.44 8.1-30.93 8.66-35.47.96-4.57-7.74 3.6-21.05 18.32-30.66-8.68-11.77-18.98-22.3-30.56-31.09-9.51 15.59-23.36 24.44-31.36 19.82-8.05-4.65-7.19-21.16 1.71-37.29a147.5 147.5 0 0 0-27.45-9.08m-32.48 8.6c-3.23 0-5.86 8.81-6.09 19.93h-.05v16.88c0 41.42-49.01 95.04-93.49 95.04-52 0-122.75-1.45-156.37 29.17v2.51c9.42 17.12 20.58 33.17 33.18 47.97C45.7 380.26 84.77 360.4 141.2 360c45.68 1.02 79.03 20.33 90.76 40.87.01.01-.01.04 0 .05 7.67 2.14 15.85 3.23 24.04 3.21 8.19.02 16.37-1.07 24.04-3.21.01-.01-.01-.04 0-.05 11.74-20.54 45.08-39.85 90.76-40.87 56.43.39 95.49 20.26 108.02 41.35 12.6-14.8 23.76-30.86 33.18-47.97v-2.51c-33.61-30.62-104.37-29.17-156.37-29.17-44.48 0-93.49-53.62-93.49-95.04v-16.88h-.05c-.23-11.12-2.86-19.93-6.09-19.93m0 96.59c22.42 0 40.6 18.18 40.6 40.6s-18.18 40.65-40.6 40.65-40.6-18.23-40.6-40.65 18.18-40.6 40.6-40.6m0 7.64c-18.19 0-32.96 14.77-32.96 32.96S237.81 360 256 360s32.96-14.77 32.96-32.96-14.77-32.96-32.96-32.96m0 6.14c14.81 0 26.82 12.01 26.82 26.82s-12.01 26.82-26.82 26.82-26.82-12.01-26.82-26.82 12.01-26.82 26.82-26.82m-114.8 66.67c-10.19.07-21.6.36-30.5 1.66.43 4.42 1.51 18.63 7.11 29.76 9.11-2.56 18.36-3.9 27.62-3.9 41.28.94 71.48 34.35 78.26 74.47l.11 4.7c10.4 1.91 21.19 2.94 32.21 2.94 11.03 0 21.81-1.02 32.21-2.94l.11-4.7c6.78-40.12 36.98-73.53 78.26-74.47 9.26 0 18.51 1.34 27.62 3.9 5.6-11.13 6.68-25.34 7.11-29.76-8.9-1.3-20.32-1.58-30.5-1.66-18.76.42-35.19 4.17-48.61 9.67-12.54 16.03-29.16 30.03-49.58 33.07-.09.02-.17.04-.27.05-.05.01-.11.04-.16.05-5.24 1.07-10.63 1.6-16.19 1.6-5.55 0-10.95-.53-16.19-1.6-.05-.01-.11-.04-.16-.05-.1-.02-.17-.04-.27-.05-20.42-3.03-37.03-17.04-49.58-33.07-13.42-5.49-29.86-9.25-48.61-9.67"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/get-pocket.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/get-pocket.svg new file mode 100644 index 0000000..f8d8a1a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/get-pocket.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M407.6 64h-367C18.5 64 0 82.5 0 104.6v135.2C0 364.5 99.7 464 224.2 464c124 0 223.8-99.5 223.8-224.2V104.6c0-22.4-17.7-40.6-40.4-40.6m-162 268.5c-12.4 11.8-31.4 11.1-42.4 0C89.5 223.6 88.3 227.4 88.3 209.3c0-16.9 13.8-30.7 30.7-30.7 17 0 16.1 3.8 105.2 89.3 90.6-86.9 88.6-89.3 105.5-89.3s30.7 13.8 30.7 30.7c0 17.8-2.9 15.7-114.8 123.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/gg-circle.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/gg-circle.svg new file mode 100644 index 0000000..3881da3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/gg-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M257 8C120 8 9 119 9 256s111 248 248 248 248-111 248-248S394 8 257 8m-49.5 374.8L81.8 257.1l125.7-125.7 35.2 35.4-24.2 24.2-11.1-11.1-77.2 77.2 77.2 77.2 26.6-26.6-53.1-52.9 24.4-24.4 77.2 77.2zm99-2.2-35.2-35.2 24.1-24.4 11.1 11.1 77.2-77.2-77.2-77.2-26.5 26.5 53.1 52.9-24.4 24.4-77.2-77.2 75-75L432.2 255z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/gg.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/gg.svg new file mode 100644 index 0000000..3d41f66 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/gg.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m179.2 230.4 102.4 102.4-102.4 102.4L0 256 179.2 76.8l44.8 44.8-25.6 25.6-19.2-19.2-128 128 128 128 51.5-51.5-77.1-76.5zM332.8 76.8 230.4 179.2l102.4 102.4 25.6-25.6-77.1-76.5 51.5-51.5 128 128-128 128-19.2-19.2-25.6 25.6 44.8 44.8L512 256z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/git-alt.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/git-alt.svg new file mode 100644 index 0000000..5dc9e0f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/git-alt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/git.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/git.svg new file mode 100644 index 0000000..2a9e618 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/git.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M216.29 158.39H137C97 147.9 6.51 150.63 6.51 233.18c0 30.09 15 51.23 35 61-25.1 23-37 33.85-37 49.21 0 11 4.47 21.14 17.89 26.81C8.13 383.61 0 393.35 0 411.65c0 32.11 28.05 50.82 101.63 50.82 70.75 0 111.79-26.42 111.79-73.18 0-58.66-45.16-56.5-151.63-63l13.43-21.55c27.27 7.58 118.7 10 118.7-67.89 0-18.7-7.73-31.71-15-41.07l37.41-2.84zm-63.42 241.9c0 32.06-104.89 32.1-104.89 2.43 0-8.14 5.27-15 10.57-21.54 77.71 5.3 94.32 3.37 94.32 19.11m-50.81-134.58c-52.8 0-50.46-71.16 1.2-71.16 49.54 0 50.82 71.16-1.2 71.16m133.3 100.51v-32.1c26.75-3.66 27.24-2 27.24-11V203.61c0-8.5-2.05-7.38-27.24-16.26l4.47-32.92H324v168.71c0 6.51.4 7.32 6.51 8.14l20.73 2.84v32.1zm52.45-244.31c-23.17 0-36.59-13.43-36.59-36.61s13.42-35.77 36.59-35.77c23.58 0 37 12.62 37 35.77s-13.42 36.61-37 36.61M512 350.46c-17.49 8.53-43.1 16.26-66.28 16.26-48.38 0-66.67-19.5-66.67-65.46V194.75c0-5.42 1.05-4.06-31.71-4.06V154.5c35.78-4.07 50-22 54.47-66.27h38.63c0 65.83-1.34 61.81 3.26 61.81H501v40.65h-60.56v97.15c0 6.92-4.92 51.41 60.57 26.84z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/github-alt.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/github-alt.svg new file mode 100644 index 0000000..14e711f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/github-alt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 480 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M186.1 328.7c0 20.9-10.9 55.1-36.7 55.1s-36.7-34.2-36.7-55.1 10.9-55.1 36.7-55.1 36.7 34.2 36.7 55.1M480 278.2c0 31.9-3.2 65.7-17.5 95-37.9 76.6-142.1 74.8-216.7 74.8-75.8 0-186.2 2.7-225.6-74.8-14.6-29-20.2-63.1-20.2-95 0-41.9 13.9-81.5 41.5-113.6-5.2-15.8-7.7-32.4-7.7-48.8 0-21.5 4.9-32.3 14.6-51.8 45.3 0 74.3 9 108.8 36 29-6.9 58.8-10 88.7-10 27 0 54.2 2.9 80.4 9.2 34-26.7 63-35.2 107.8-35.2 9.8 19.5 14.6 30.3 14.6 51.8 0 16.4-2.6 32.7-7.7 48.2 27.5 32.4 39 72.3 39 114.2m-64.3 50.5c0-43.9-26.7-82.6-73.5-82.6-18.9 0-37 3.4-56 6-14.9 2.3-29.8 3.2-45.1 3.2-15.2 0-30.1-.9-45.1-3.2-18.7-2.6-37-6-56-6-46.8 0-73.5 38.7-73.5 82.6 0 87.8 80.4 101.3 150.4 101.3h48.2c70.3 0 150.6-13.4 150.6-101.3m-82.6-55.1c-25.8 0-36.7 34.2-36.7 55.1s10.9 55.1 36.7 55.1 36.7-34.2 36.7-55.1-10.9-55.1-36.7-55.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/github.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/github.svg new file mode 100644 index 0000000..043f786 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/github.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6m-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3m44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9M244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8M97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1m-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7m32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1m-11.4-14.7c-1.6 1-1.6 3.6 0 5.9s4.3 3.3 5.6 2.3c1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/gitkraken.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/gitkraken.svg new file mode 100644 index 0000000..0a8f8a7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/gitkraken.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 592 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M565.7 118.1c-2.3-6.1-9.3-9.2-15.3-6.6-5.7 2.4-8.5 8.9-6.3 14.6 10.9 29 16.9 60.5 16.9 93.3 0 134.6-100.3 245.7-230.2 262.7V358.4c7.9-1.5 15.5-3.6 23-6.2v104c106.7-25.9 185.9-122.1 185.9-236.8 0-91.8-50.8-171.8-125.8-213.3-5.7-3.2-13-.9-15.9 5-2.7 5.5-.6 12.2 4.7 15.1 67.9 37.6 113.9 110 113.9 193.2 0 93.3-57.9 173.1-139.8 205.4v-92.2c14.2-4.5 24.9-17.7 24.9-33.5 0-13.1-6.8-24.4-17.3-30.5 8.3-79.5 44.5-58.6 44.5-83.9V170c0-38-87.9-161.8-129-164.7-2.5-.2-5-.2-7.6 0C251.1 8.3 163.2 132 163.2 170v14.8c0 25.3 36.3 4.3 44.5 83.9-10.6 6.1-17.3 17.4-17.3 30.5 0 15.8 10.6 29 24.8 33.5v92.2c-81.9-32.2-139.8-112-139.8-205.4 0-83.1 46-155.5 113.9-193.2 5.4-3 7.4-9.6 4.7-15.1-2.9-5.9-10.1-8.2-15.9-5-75 41.5-125.8 121.5-125.8 213.3 0 114.7 79.2 210.8 185.9 236.8v-104c7.6 2.5 15.1 4.6 23 6.2v123.7C131.4 465.2 31 354.1 31 219.5c0-32.8 6-64.3 16.9-93.3 2.2-5.8-.6-12.2-6.3-14.6-6-2.6-13 .4-15.3 6.6C14.5 149.7 8 183.8 8 219.5c0 155.1 122.6 281.6 276.3 287.8V361.4c6.8.4 15 .5 23.4 0v145.8C461.4 501.1 584 374.6 584 219.5c0-35.7-6.5-69.8-18.3-101.4M365.9 275.5c13 0 23.7 10.5 23.7 23.7 0 13.1-10.6 23.7-23.7 23.7-13 0-23.7-10.5-23.7-23.7 0-13.1 10.6-23.7 23.7-23.7m-139.8 47.3c-13.2 0-23.7-10.7-23.7-23.7s10.5-23.7 23.7-23.7c13.1 0 23.7 10.6 23.7 23.7 0 13-10.5 23.7-23.7 23.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/gitlab.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/gitlab.svg new file mode 100644 index 0000000..38e27a6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/gitlab.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m503.5 204.6-.7-1.8-69.7-181.78c-1.4-3.57-3.9-6.59-7.2-8.64-2.4-1.55-5.1-2.515-8-2.81s-5.7.083-8.4 1.11c-2.7 1.02-5.1 2.66-7.1 4.78-1.9 2.12-3.3 4.67-4.1 7.44l-47 144H160.8l-47.1-144c-.8-2.77-2.2-5.31-4.1-7.43-2-2.12-4.4-3.75-7.1-4.77a18.1 18.1 0 0 0-8.38-1.113 18.4 18.4 0 0 0-8.04 2.793 18.1 18.1 0 0 0-7.16 8.64L9.267 202.8l-.724 1.8a129.57 129.57 0 0 0-3.52 82c7.747 26.9 24.047 50.7 46.447 67.6l.27.2.59.4 105.97 79.5 52.6 39.7 32 24.2c3.7 1.9 8.3 4.3 13 4.3s9.3-2.4 13-4.3l32-24.2 52.6-39.7 106.7-79.9.3-.3c22.4-16.9 38.7-40.6 45.6-67.5 8.6-27 7.4-55.8-2.6-82"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/gitter.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/gitter.svg new file mode 100644 index 0000000..cd20862 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/gitter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M66.4 322.5H16V0h50.4zM166.9 76.1h-50.4V512h50.4zm100.6 0h-50.4V512h50.4zM368 76h-50.4v247H368z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/glide-g.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/glide-g.svg new file mode 100644 index 0000000..39f4be1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/glide-g.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M407.1 211.2c-3.5-1.4-11.6-3.8-15.4-3.8-37.1 0-62.2 16.8-93.5 34.5l-.9-.9c7-47.3 23.5-91.9 23.5-140.4C320.8 29.1 282.6 0 212.4 0 97.3 0 39 113.7 39 198.4 39 286.3 90.3 335 177.6 335c12 0 11-1 11 3.8-16.9 128.9-90.8 133.1-90.8 94.6 0-39.2 45-58.6 45.5-61-.3-12.2-47-27.6-58.9-27.6-33.9.1-52.4 51.2-52.4 79.3C32 476 64.8 512 117.5 512c77.4 0 134-77.8 151.4-145.4 15.1-60.5 11.2-63.3 19.7-67.6 32.2-16.2 57.5-27 93.8-27 17.8 0 30.5 3.7 58.9 8.4 2.9 0 6.7-2.9 6.7-5.8 0-8-33.4-60.5-40.9-63.4m-175.3-84.4c-9.3 44.7-18.6 89.6-27.8 134.3-2.3 10.2-13.3 7.8-22 7.8-38.3 0-49-41.8-49-73.1 0-47 18-109.3 61.8-133.4 7-4.1 14.8-6.7 22.6-6.7 18.6 0 20 13.3 20 28.7-.1 14.3-2.7 28.5-5.6 42.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/glide.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/glide.svg new file mode 100644 index 0000000..f879de3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/glide.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M252.8 148.6c0 8.8-1.6 17.7-3.4 26.4-5.8 27.8-11.6 55.8-17.3 83.6-1.4 6.3-8.3 4.9-13.7 4.9-23.8 0-30.5-26-30.5-45.5 0-29.3 11.2-68.1 38.5-83.1 4.3-2.5 9.2-4.2 14.1-4.2 11.4 0 12.3 8.3 12.3 17.9M448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48m-64 187c0-5.1-20.8-37.7-25.5-39.5-2.2-.9-7.2-2.3-9.6-2.3-23.1 0-38.7 10.5-58.2 21.5l-.5-.5c4.3-29.4 14.6-57.2 14.6-87.4 0-44.6-23.8-62.7-67.5-62.7-71.7 0-108 70.8-108 123.5 0 54.7 32 85 86.3 85 7.5 0 6.9-.6 6.9 2.3-10.5 80.3-56.5 82.9-56.5 58.9 0-24.4 28-36.5 28.3-38-.2-7.6-29.3-17.2-36.7-17.2-21.1 0-32.7 33-32.7 50.6 0 32.3 20.4 54.7 53.3 54.7 48.2 0 83.4-49.7 94.3-91.7 9.4-37.7 7-39.4 12.3-42.1 20-10.1 35.8-16.8 58.4-16.8 11.1 0 19 2.3 36.7 5.2 1.8.1 4.1-1.7 4.1-3.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/gofore.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/gofore.svg new file mode 100644 index 0000000..50a0d7a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/gofore.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M324 319.8h-13.2v34.7c-24.5 23.1-56.3 35.8-89.9 35.8-73.2 0-132.4-60.2-132.4-134.4 0-74.1 59.2-134.4 132.4-134.4 35.3 0 68.6 14 93.6 39.4l62.3-63.3C335 55.3 279.7 32 220.7 32 98 32 0 132.6 0 256c0 122.5 97 224 220.7 224 63.2 0 124.5-26.2 171-82.5-2-27.6-13.4-77.7-67.7-77.7m-12.1-112.5H205.6v89H324c33.5 0 60.5 15.1 76 41.8v-30.6c0-65.2-40.4-100.2-88.1-100.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/golang.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/golang.svg new file mode 100644 index 0000000..d45051d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/golang.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M400.1 194.8c-10.9 2.8-19.9 4.3-29.1 7.6-7.3 1.9-14.7 3.9-23.2 6.1l-.6.1c-4.2 1.2-4.6 1.3-8.5-3.2-4.7-5.3-8.1-8.7-14.6-11.9-19.7-9.6-38.7-6.8-56.4 4.7-21.2 13.7-32.1 34-31.8 59.2.3 25 17.4 45.5 41.2 48.9 22 2.8 39.8-4.6 53.8-20.5 2.1-2.6 4-5.3 6.1-8.3.8-1 1.5-2.1 2.3-3.3h-60.1c-6.5 0-8.1-4-5.9-9.3 4-9.7 11.5-25.9 15.9-34 .9-1.8 3.1-5.8 6.9-5.8h101.1c4.5-13.4 11.8-26.9 21.6-39.7 22.7-29.9 49.3-45.5 87.2-52 31.8-5.6 61.7-2.5 88.9 15.9 24.6 16.8 39.8 39.6 43.9 69.5 5.3 42.1-6.9 76.3-36.7 105.6-19.7 20.9-44.9 34-73.9 39.9-5.6 1-11.1 1.5-16.5 2-2.9.2-5.7.5-8.5.8-28.3-.6-54.2-8.7-76-27.4-15.3-13.3-25.9-29.6-31.1-48.5-3.7 7.3-8 14.4-14 21.1-21.6 29.6-50.9 48-87.9 52.9-30.6 4.1-58.9-1.8-83.9-20.5-23-17.5-36.1-40.5-39.5-69.2-4.1-34 5.9-65.4 26.4-91.3 22.2-29 51.5-47.4 87.3-53.9 29.3-6.2 57.3-1.9 82.6 15.3 16.5 10.9 28.3 25.8 36.1 43.9 1.9 2.8.6 4.4-3.1 5.3m-351.8 5.6c-1.25 0-1.56-.6-.94-1.6l6.55-8.4c.62-.9 2.18-1.5 3.43-1.5H168.6c1.2 0 1.5.9.9 1.8l-5.3 8.1c-.6 1-2.2 1.9-3.1 1.9zM1.246 229.1c-1.246 0-1.558-.7-.934-1.6l6.543-8.4c.624-.9 2.182-1.6 3.425-1.6H152.4c1.2 0 1.8 1 1.5 1.9l-2.5 7.5c-.3 1.2-1.5 1.9-2.8 1.9zm74.474 26.8c-.62.9-.31 1.8.93 1.8l67.95.3c.9 0 2.2-.9 2.2-2.1l.6-7.5c0-1.3-.6-2.2-1.9-2.2H83.2c-1.25 0-2.49.9-3.12 1.9zm501.48-18c-.2-2.6-.3-4.8-.7-7-5.6-30.8-34-48.3-63.6-41.4-29 6.5-47.7 24.9-54.5 54.2-5.6 24.3 6.2 48.9 28.6 58.9 17.2 7.5 34.3 6.6 50.8-1.9 24.6-13.6 38-32.7 39.6-59.5-.1-1.2-.1-2.3-.2-3.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/goodreads-g.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/goodreads-g.svg new file mode 100644 index 0000000..8a9722d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/goodreads-g.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M42.6 403.3h2.8c12.7 0 25.5 0 38.2.1 1.6 0 3.1-.4 3.6 2.1 7.1 34.9 30 54.6 62.9 63.9 26.9 7.6 54.1 7.8 81.3 1.8 33.8-7.4 56-28.3 68-60.4 8-21.5 10.7-43.8 11-66.5.1-5.8.3-47-.2-52.8l-.9-.3c-.8 1.5-1.7 2.9-2.5 4.4-22.1 43.1-61.3 67.4-105.4 69.1-103 4-169.4-57-172-176.2-.5-23.7 1.8-46.9 8.3-69.7C58.3 47.7 112.3.6 191.6 0c61.3-.4 101.5 38.7 116.2 70.3.5 1.1 1.3 2.3 2.4 1.9V10.6h44.3c0 280.3.1 332.2.1 332.2-.1 78.5-26.7 143.7-103 162.2-69.5 16.9-159 4.8-196-57.2-8-13.5-11.8-28.3-13-44.5M188.9 36.5c-52.5-.5-108.5 40.7-115 133.8-4.1 59 14.8 122.2 71.5 148.6 27.6 12.9 74.3 15 108.3-8.7 47.6-33.2 62.7-97 54.8-154-9.7-71.1-47.8-120-119.6-119.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/goodreads.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/goodreads.svg new file mode 100644 index 0000000..ae5aee3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/goodreads.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M299.9 191.2c5.1 37.3-4.7 79-35.9 100.7-22.3 15.5-52.8 14.1-70.8 5.7-37.1-17.3-49.5-58.6-46.8-97.2 4.3-60.9 40.9-87.9 75.3-87.5 46.9-.2 71.8 31.8 78.2 78.3M448 88v336c0 30.9-25.1 56-56 56H56c-30.9 0-56-25.1-56-56V88c0-30.9 25.1-56 56-56h336c30.9 0 56 25.1 56 56M330 313.2s-.1-34-.1-217.3h-29v40.3c-.8.3-1.2-.5-1.6-1.2-9.6-20.7-35.9-46.3-76-46-51.9.4-87.2 31.2-100.6 77.8-4.3 14.9-5.8 30.1-5.5 45.6 1.7 77.9 45.1 117.8 112.4 115.2 28.9-1.1 54.5-17 69-45.2.5-1 1.1-1.9 1.7-2.9.2.1.4.1.6.2.3 3.8.2 30.7.1 34.5-.2 14.8-2 29.5-7.2 43.5-7.8 21-22.3 34.7-44.5 39.5-17.8 3.9-35.6 3.8-53.2-1.2-21.5-6.1-36.5-19-41.1-41.8-.3-1.6-1.3-1.3-2.3-1.3h-26.8c.8 10.6 3.2 20.3 8.5 29.2 24.2 40.5 82.7 48.5 128.2 37.4 49.9-12.3 67.3-54.9 67.4-106.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/google-drive.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/google-drive.svg new file mode 100644 index 0000000..1ac2324 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/google-drive.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M339 314.9 175.4 32h161.2l163.6 282.9zm-137.5 23.6L120.9 480h310.5L512 338.5zM154.1 67.4 0 338.5 80.6 480 237 208.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/google-pay.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/google-pay.svg new file mode 100644 index 0000000..86c6fc6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/google-pay.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M105.72 215v41.25h57.1a49.66 49.66 0 0 1-21.14 32.6c-9.54 6.55-21.72 10.28-36 10.28-27.6 0-50.93-18.91-59.3-44.22a65.6 65.6 0 0 1 0-41c8.37-25.46 31.7-44.37 59.3-44.37a56.43 56.43 0 0 1 40.51 16.08L176.47 155a101.24 101.24 0 0 0-70.75-27.84 105.55 105.55 0 0 0-94.38 59.11 107.64 107.64 0 0 0 0 96.18v.15a105.41 105.41 0 0 0 94.38 59c28.47 0 52.55-9.53 70-25.91 20-18.61 31.41-46.15 31.41-78.91a134 134 0 0 0-1.75-21.78Zm389.41-4c-10.13-9.38-23.93-14.14-41.39-14.14-22.46 0-39.34 8.34-50.5 24.86l20.85 13.26q11.45-17 31.26-17a34.05 34.05 0 0 1 22.75 8.79 28.14 28.14 0 0 1 9.69 21.23v5.51c-9.1-5.07-20.55-7.75-34.64-7.75-16.44 0-29.65 3.88-39.49 11.77s-14.82 18.31-14.82 31.56a39.74 39.74 0 0 0 13.94 31.27c9.25 8.34 21 12.51 34.79 12.51 16.29 0 29.21-7.3 39-21.89h1v17.72h22.61V250c.07-16.55-4.92-29.66-15.05-39m-19.23 89.3a37.32 37.32 0 0 1-26.57 11.16 28.6 28.6 0 0 1-18.33-6.25 19.41 19.41 0 0 1-7.77-15.63c0-7 3.22-12.81 9.54-17.42s14.53-7 24.07-7c13.16-.16 23.46 2.84 30.8 8.78 0 10.13-3.96 18.91-11.74 26.36m-93.65-142a55.7 55.7 0 0 0-40.51-16.3h-62.67v186.74h23.63V253.1h39c16 0 29.5-5.36 40.51-15.93.88-.89 1.76-1.79 2.65-2.68a54.45 54.45 0 0 0-2.61-76.23Zm-16.58 62.23a30.65 30.65 0 0 1-23.34 9.68H302.7V165h39.63a32 32 0 0 1 22.6 9.23 33.18 33.18 0 0 1 .74 46.26ZM614.31 201l-36.54 91.7h-.45L539.9 201h-25.69L566 320.55l-29.35 64.32H561L640 201Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/google-play.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/google-play.svg new file mode 100644 index 0000000..48f2b65 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/google-play.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M325.3 234.3 104.6 13l280.8 161.2zM47 0C34 6.8 25.3 19.2 25.3 35.3v441.3c0 16.1 8.7 28.5 21.7 35.3l256.6-256zm425.2 225.6-58.9-34.1-65.7 64.5 65.7 64.5 60.1-34.1c18-14.3 18-46.5-1.2-60.8M104.6 499l280.8-161.2-60.1-60.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/google-plus-g.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/google-plus-g.svg new file mode 100644 index 0000000..b65bddc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/google-plus-g.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M386.061 228.496c1.834 9.692 3.143 19.384 3.143 31.956C389.204 370.205 315.599 448 204.8 448c-106.084 0-192-85.915-192-192s85.916-192 192-192c51.864 0 95.083 18.859 128.611 50.292l-52.126 50.03c-14.145-13.621-39.028-29.599-76.485-29.599-65.484 0-118.92 54.221-118.92 121.277s53.436 121.277 118.92 121.277c75.961 0 104.513-54.745 108.965-82.773H204.8v-66.009h181.261zm185.406 6.437V179.2h-56.001v55.733h-55.733v56.001h55.733v55.733h56.001v-55.733H627.2v-56.001z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/google-plus.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/google-plus.svg new file mode 100644 index 0000000..8a975c2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/google-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 8C119.1 8 8 119.1 8 256s111.1 248 248 248 248-111.1 248-248S392.9 8 256 8m-70.7 372a124 124 0 0 1 0-248c31.3 0 60.1 11 83 32.3l-33.6 32.6c-13.2-12.9-31.3-19.1-49.4-19.1-42.9 0-77.2 35.5-77.2 78.1s34.2 78.1 77.2 78.1c32.6 0 64.9-19.1 70.1-53.3h-70.1v-42.6h116.9a109 109 0 0 1 1.9 20.7c0 70.8-47.5 121.2-118.8 121.2m230.2-106.2v35.5H380v-35.5h-35.5v-35.5H380v-35.5h35.5v35.5h35.2v35.5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/google-scholar.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/google-scholar.svg new file mode 100644 index 0000000..45b87a7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/google-scholar.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M390.9 298.5s0 .1.1.1c9.2 19.4 14.4 41.1 14.4 64C405.3 445.1 338.5 512 256 512s-149.3-66.9-149.3-149.3c0-22.9 5.2-44.6 14.4-64 1.7-3.6 3.6-7.2 5.6-10.7q6.6-11.4 15-21.3c27.4-32.6 68.5-53.3 114.4-53.3 33.6 0 64.6 11.1 89.6 29.9 9.1 6.9 17.4 14.7 24.8 23.5 5.6 6.6 10.6 13.8 15 21.3 2 3.4 3.8 7 5.5 10.5zm26.4-18.8c-30.1-58.4-91-98.4-161.3-98.4s-131.2 40-161.3 98.4L0 202.7 256 0l256 202.7-94.7 77.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/google-wallet.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/google-wallet.svg new file mode 100644 index 0000000..1a2cca6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/google-wallet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M156.8 126.8c37.6 60.6 64.2 113.1 84.3 162.5-8.3 33.8-18.8 66.5-31.3 98.3-13.2-52.3-26.5-101.3-56-148.5 6.5-36.4 2.3-73.6 3-112.3M109.3 200H16.1c-6.5 0-10.5 7.5-6.5 12.7C51.8 267 81.3 330.5 101.3 400h103.5c-16.2-69.7-38.7-133.7-82.5-193.5-3-4-8-6.5-13-6.5m47.8-88c68.5 108 130 234.5 138.2 368H409c-12-138-68.4-265-143.2-368zm251.8-68.5c-1.8-6.8-8.2-11.5-15.2-11.5h-88.3c-5.3 0-9 5-7.8 10.3 13.2 46.5 22.3 95.5 26.5 146 48.2 86.2 79.7 178.3 90.6 270.8 15.8-60.5 25.3-133.5 25.3-203 0-73.6-12.1-145.1-31.1-212.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/google.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/google.svg new file mode 100644 index 0000000..41efada --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/google.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 488 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M488 261.8C488 403.3 391.1 504 248 504 110.8 504 0 393.2 0 256S110.8 8 248 8c66.8 0 123 24.5 166.3 64.9l-67.5 64.9C258.5 52.6 94.3 116.6 94.3 256c0 86.5 69.1 156.6 153.7 156.6 98.2 0 135-70.4 140.8-106.9H248v-85.3h236.1c2.3 12.7 3.9 24.9 3.9 41.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/gratipay.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/gratipay.svg new file mode 100644 index 0000000..6279072 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/gratipay.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M248 8C111.1 8 0 119.1 0 256s111.1 248 248 248 248-111.1 248-248S384.9 8 248 8m114.6 226.4-113 152.7-112.7-152.7c-8.7-11.9-19.1-50.4 13.6-72 28.1-18.1 54.6-4.2 68.5 11.9 15.9 17.9 46.6 16.9 61.7 0 13.9-16.1 40.4-30 68.1-11.9 32.9 21.6 22.6 60 13.8 72"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/grav.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/grav.svg new file mode 100644 index 0000000..f2cbbe9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/grav.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M301.1 212c4.4 4.4 4.4 11.9 0 16.3l-9.7 9.7c-4.4 4.7-11.9 4.7-16.6 0l-10.5-10.5c-4.4-4.7-4.4-11.9 0-16.6l9.7-9.7c4.4-4.4 11.9-4.4 16.6 0zm-30.2-19.7c3-3 3-7.8 0-10.5-2.8-3-7.5-3-10.5 0-2.8 2.8-2.8 7.5 0 10.5 3.1 2.8 7.8 2.8 10.5 0m-26 5.3c-3 2.8-3 7.5 0 10.2 2.8 3 7.5 3 10.5 0 2.8-2.8 2.8-7.5 0-10.2-3-3-7.7-3-10.5 0m72.5-13.3c-19.9-14.4-33.8-43.2-11.9-68.1 21.6-24.9 40.7-17.2 59.8.8 11.9 11.3 29.3 24.9 17.2 48.2-12.5 23.5-45.1 33.2-65.1 19.1m47.7-44.5c-8.9-10-23.3 6.9-15.5 16.1 7.4 9 32.1 2.4 15.5-16.1M504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248m-66.2 42.6c2.5-16.1-20.2-16.6-25.2-25.7-13.6-24.1-27.7-36.8-54.5-30.4 11.6-8 23.5-6.1 23.5-6.1.3-6.4 0-13-9.4-24.9 3.9-12.5.3-22.4.3-22.4 15.5-8.6 26.8-24.4 29.1-43.2 3.6-31-18.8-59.2-49.8-62.8-22.1-2.5-43.7 7.7-54.3 25.7-23.2 40.1 1.4 70.9 22.4 81.4-14.4-1.4-34.3-11.9-40.1-34.3-6.6-25.7 2.8-49.8 8.9-61.4 0 0-4.4-5.8-8-8.9 0 0-13.8 0-24.6 5.3 11.9-15.2 25.2-14.4 25.2-14.4 0-6.4-.6-14.9-3.6-21.6-5.4-11-23.8-12.9-31.7 2.8.1-.2.3-.4.4-.5-5 11.9-1.1 55.9 16.9 87.2-2.5 1.4-9.1 6.1-13 10-21.6 9.7-56.2 60.3-56.2 60.3-28.2 10.8-77.2 50.9-70.6 79.7.3 3 1.4 5.5 3 7.5-2.8 2.2-5.5 5-8.3 8.3-11.9 13.8-5.3 35.2 17.7 24.4 15.8-7.2 29.6-20.2 36.3-30.4 0 0-5.5-5-16.3-4.4 27.7-6.6 34.3-9.4 46.2-9.1 8 3.9 8-34.3 8-34.3 0-14.7-2.2-31-11.1-41.5 12.5 12.2 29.1 32.7 28 60.6-.8 18.3-15.2 23-15.2 23-9.1 16.6-43.2 65.9-30.4 106 0 0-9.7-14.9-10.2-22.1-17.4 19.4-46.5 52.3-24.6 64.5 26.6 14.7 108.8-88.6 126.2-142.3 34.6-20.8 55.4-47.3 63.9-65 22 43.5 95.3 94.5 101.1 59"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/gripfire.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/gripfire.svg new file mode 100644 index 0000000..521bfb9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/gripfire.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M112.5 301.4c0-73.8 105.1-122.5 105.1-203 0-47.1-34-88-39.1-90.4.4 3.3.6 6.7.6 10C179.1 110.1 32 171.9 32 286.6c0 49.8 32.2 79.2 66.5 108.3 65.1 46.7 78.1 71.4 78.1 86.6 0 10.1-4.8 17-4.8 22.3 13.1-16.7 17.4-31.9 17.5-46.4 0-29.6-21.7-56.3-44.2-86.5-16-22.3-32.6-42.6-32.6-69.5m205.3-39c-12.1-66.8-78-124.4-94.7-130.9l4 7.2c2.4 5.1 3.4 10.9 3.4 17.1 0 44.7-54.2 111.2-56.6 116.7-2.2 5.1-3.2 10.5-3.2 15.8 0 20.1 15.2 42.1 17.9 42.1 2.4 0 56.6-55.4 58.1-87.7 6.4 11.7 9.1 22.6 9.1 33.4 0 41.2-41.8 96.9-41.8 96.9 0 11.6 31.9 53.2 35.5 53.2 1 0 2.2-1.4 3.2-2.4 37.9-39.3 67.3-85 67.3-136.8 0-8-.7-16.2-2.2-24.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/grunt.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/grunt.svg new file mode 100644 index 0000000..acb4e45 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/grunt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M61.3 189.3c-1.1 10 5.2 19.1 5.2 19.1.7-7.5 2.2-12.8 4-16.6.4 10.3 3.2 23.5 12.8 34.1 6.9 7.6 35.6 23.3 54.9 6.1 1 2.4 2.1 5.3 3 8.5 2.9 10.3-2.7 25.3-2.7 25.3s15.1-17.1 13.9-32.5c10.8-.5 21.4-8.4 21.1-19.5 0 0-18.9 10.4-35.5-8.8-9.7-11.2-40.9-42-83.1-31.8 4.3 1 8.9 2.4 13.5 4.1h-.1c-4.2 2-6.5 7.1-7 12m28.3-1.8c19.5 11 37.4 25.7 44.9 37-5.7 3.3-21.7 10.4-38-1.7-10.3-7.6-9.8-26.2-6.9-35.3m142.1 45.8c-1.2 15.5 13.9 32.5 13.9 32.5s-5.6-15-2.7-25.3c.9-3.2 2-6 3-8.5 19.3 17.3 48 1.5 54.8-6.1 9.6-10.6 12.3-23.8 12.8-34.1 1.8 3.8 3.4 9.1 4 16.6 0 0 6.4-9.1 5.2-19.1-.6-5-2.9-10-7-11.8h-.1c4.6-1.8 9.2-3.2 13.5-4.1-42.3-10.2-73.4 20.6-83.1 31.8-16.7 19.2-35.5 8.8-35.5 8.8-.2 10.9 10.4 18.9 21.2 19.3m62.7-45.8c3 9.1 3.4 27.7-7 35.4-16.3 12.1-32.2 5-37.9 1.6 7.5-11.4 25.4-26 44.9-37M160 418.5h-29.4c-5.5 0-8.2 1.6-9.5 2.9q-2.85 3-.9 8.1c3.5 9.1 11.4 16.5 13.7 18.6 3.1 2.7 7.5 4.3 11.8 4.3 4.4 0 8.3-1.7 11-4.6 7.5-8.2 11.9-17.1 13-19.8.6-1.5 1.3-4.5-.9-6.8-1.8-1.8-4.7-2.7-8.8-2.7m189.2-101.2c-2.4 17.9-13 33.8-24.6 43.7-3.1-22.7-3.7-55.5-3.7-62.4 0-14.7 9.5-24.5 12.2-26.1 2.5-1.5 5.4-3 8.3-4.6 18-9.6 40.4-21.6 40.4-43.7 0-16.2-9.3-23.2-15.4-27.8-.8-.6-1.5-1.1-2.2-1.7-2.1-1.7-3.7-3-4.3-4.4-4.4-9.8-3.6-34.2-1.7-37.6.6-.6 16.7-20.9 11.8-39.2-2-7.4-6.9-13.3-14.1-17-5.3-2.7-11.9-4.2-19.5-4.5-.1-2-.5-3.9-.9-5.9-.6-2.6-1.1-5.3-.9-8.1.4-4.7.8-9 2.2-11.3 8.4-13.3 28.8-17.6 29-17.6l12.3-2.4-8.1-9.5c-.1-.2-17.3-17.5-46.3-17.5-7.9 0-16 1.3-24.1 3.9-24.2 7.8-42.9 30.5-49.4 39.3q-4.65-1.5-9.6-2.7c-4.2-15.8 9-38.5 9-38.5s-13.6-3-33.7 15.2c-2.6-6.5-8.1-20.5-1.8-37.2C184.6 10.1 177.2 26 175 40.4c-7.6-5.4-6.7-23.1-7.2-27.6-7.5.9-29.2 21.9-28.2 48.3-2 .5-3.9 1.1-5.9 1.7-6.5-8.8-25.1-31.5-49.4-39.3-7.9-2.2-16-3.5-23.9-3.5-29 0-46.1 17.3-46.3 17.5L6 46.9l12.3 2.4c.2 0 20.6 4.3 29 17.6 1.4 2.2 1.8 6.6 2.2 11.3.2 2.8-.4 5.5-.9 8.1-.4 1.9-.8 3.9-.9 5.9q-11.55.45-19.5 4.5c-7.2 3.7-12.1 9.6-14.1 17-5 18.2 11.2 38.5 11.8 39.2 1.9 3.4 2.7 27.8-1.7 37.6-.6 1.4-2.2 2.7-4.3 4.4-.7.5-1.4 1.1-2.2 1.7-6.1 4.6-15.4 11.7-15.4 27.8 0 22.1 22.4 34.1 40.4 43.7 3 1.6 5.8 3.1 8.3 4.6 2.7 1.6 12.2 11.4 12.2 26.1 0 6.9-.6 39.7-3.7 62.4-11.6-9.9-22.2-25.9-24.6-43.8 0 0-29.2 22.6-20.6 70.8 5.2 29.5 23.2 46.1 47 54.7 8.8 19.1 29.4 45.7 67.3 49.6C143 504.3 163 512 192.2 512h.2c29.1 0 49.1-7.7 63.6-19.5 37.9-3.9 58.5-30.5 67.3-49.6 23.8-8.7 41.7-25.2 47-54.7 8.2-48.4-21.1-70.9-21.1-70.9M305.7 37.7c5.6-1.8 11.6-2.7 17.7-2.7 11 0 19.9 3 24.7 5-3.1 1.4-6.4 3.2-9.7 5.3-2.4-.4-5.6-.8-9.2-.8-10.5 0-20.5 3.1-28.7 8.9-12.3 8.7-18 16.9-20.7 22.4-2.2-1.3-4.5-2.5-7.1-3.7-1.6-.8-3.1-1.5-4.7-2.2 6.1-9.1 19.9-26.5 37.7-32.2m21 18.2c-.8 1-1.6 2.1-2.3 3.2-3.3 5.2-3.9 11.6-4.4 17.8-.5 6.4-1.1 12.5-4.4 17-4.2.8-8.1 1.7-11.5 2.7-2.3-3.1-5.6-7-10.5-11.2 1.4-4.8 5.5-16.1 13.5-22.5 5.6-4.3 12.2-6.7 19.6-7M45.6 45.3c-3.3-2.2-6.6-4-9.7-5.3 4.8-2 13.7-5 24.7-5q9.15 0 17.7 2.7c17.8 5.8 31.6 23.2 37.7 32.1-1.6.7-3.2 1.4-4.8 2.2-2.5 1.2-4.9 2.5-7.1 3.7-2.6-5.4-8.3-13.7-20.7-22.4-8.3-5.8-18.2-8.9-28.8-8.9-3.4.1-6.6.5-9 .9m44.7 40.1c-4.9 4.2-8.3 8-10.5 11.2-3.4-.9-7.3-1.9-11.5-2.7C65 89.5 64.5 83.4 64 77c-.5-6.2-1.1-12.6-4.4-17.8-.7-1.1-1.5-2.2-2.3-3.2 7.4.3 14 2.6 19.5 7 8 6.3 12.1 17.6 13.5 22.4M58.1 259.9c-2.7-1.6-5.6-3.1-8.4-4.6-14.9-8-30.2-16.3-30.2-30.5 0-11.1 4.3-14.6 8.9-18.2l.5-.4c.7-.6 1.4-1.2 2.2-1.8-.9 7.2-1.9 13.3-2.7 14.9 0 0 12.1-15 15.7-44.3 1.4-11.5-1.1-34.3-5.1-43 .2 4.9 0 9.8-.3 14.4-.4-.8-.8-1.6-1.3-2.2-3.2-4-11.8-17.5-9.4-26.6.9-3.5 3.1-6 6.7-7.8 3.8-1.9 8.8-2.9 15.1-2.9 12.3 0 25.9 3.7 32.9 6 25.1 8 55.4 30.9 64.1 37.7.2.2.4.3.4.3l5.6 3.9-3.5-5.8c-.2-.3-19.1-31.4-53.2-46.5 2-2.9 7.4-8.1 21.6-15.1 21.4-10.5 46.5-15.8 74.3-15.8 27.9 0 52.9 5.3 74.3 15.8 14.2 6.9 19.6 12.2 21.6 15.1-34 15.1-52.9 46.2-53.1 46.5l-3.5 5.8 5.6-3.9s.2-.1.4-.3c8.7-6.8 39-29.8 64.1-37.7 7-2.2 20.6-6 32.9-6 6.3 0 11.3 1 15.1 2.9 3.5 1.8 5.7 4.4 6.7 7.8 2.5 9.1-6.1 22.6-9.4 26.6-.5.6-.9 1.3-1.3 2.2-.3-4.6-.5-9.5-.3-14.4-4 8.8-6.5 31.5-5.1 43 3.6 29.3 15.7 44.3 15.7 44.3-.8-1.6-1.8-7.7-2.7-14.9.7.6 1.5 1.2 2.2 1.8l.5.4c4.6 3.7 8.9 7.1 8.9 18.2 0 14.2-15.4 22.5-30.2 30.5-2.9 1.5-5.7 3.1-8.4 4.6-8.7 5-18 16.7-19.1 34.2-.9 14.6.9 49.9 3.4 75.9-12.4 4.8-26.7 6.4-39.7 6.8-2-4.1-3.9-8.5-5.5-13.1-.7-2-19.6-51.1-26.4-62.2 5.5 39 17.5 73.7 23.5 89.6-3.5-.5-7.3-.7-11.7-.7h-117c-4.4 0-8.3.3-11.7.7 6-15.9 18.1-50.6 23.5-89.6-6.8 11.2-25.7 60.3-26.4 62.2-1.6 4.6-3.5 9-5.5 13.1-13-.4-27.2-2-39.7-6.8 2.5-26 4.3-61.2 3.4-75.9-.9-17.4-10.3-29.2-19-34.2M34.8 404.6c-12.1-20-8.7-54.1-3.7-59.1 10.9 34.4 47.2 44.3 74.4 45.4-2.7 4.2-5.2 7.6-7 10l-1.4 1.4c-7.2 7.8-8.6 18.5-4.1 31.8-22.7-.1-46.3-9.8-58.2-29.5m45.7 43.5q9 1.65 18.6 2.4c3.5 8 7.4 15.9 12.3 23.1-14.4-5.9-24.4-16-30.9-25.5M192 498.2c-60.6-.1-78.3-45.8-84.9-64.7q-5.55-15.75.9-23.1c2.9-3.3 9.5-7.2 24.6-7.2h118.8c15.1 0 21.8 3.9 24.6 7.2 4.2 4.8 4.5 12.6.9 23.1-6.6 18.8-24.3 64.6-84.9 64.7m80.6-24.6c4.9-7.2 8.8-15.1 12.3-23.1q9.6-.75 18.6-2.4c-6.5 9.5-16.5 19.6-30.9 25.5m76.6-69c-12 19.7-35.6 29.3-58.1 29.7 4.5-13.3 3.1-24.1-4.1-31.8-.4-.5-.9-1-1.4-1.5-1.8-2.4-4.3-5.8-7-10 27.2-1.2 63.5-11 74.4-45.4 5 5 8.4 39.1-3.8 59M191.9 187.7h.2c12.7-.1 27.2-17.8 27.2-17.8-9.9 6-18.8 8.1-27.3 8.3-8.5-.2-17.4-2.3-27.3-8.3 0 0 14.5 17.6 27.2 17.8m61.7 230.7h-29.4c-4.2 0-7.2.9-8.9 2.7-2.2 2.3-1.5 5.2-.9 6.7 1 2.6 5.5 11.3 13 19.3 2.7 2.9 6.6 4.5 11 4.5s8.7-1.6 11.8-4.2c2.3-2 10.2-9.2 13.7-18.1 1.3-3.3 1-6-.9-7.9-1.3-1.3-4-2.9-9.4-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/guilded.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/guilded.svg new file mode 100644 index 0000000..6817caa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/guilded.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M443.427 64H4.571c0 103.26 22.192 180.06 43.418 222.358C112.046 414.135 224 448 225.256 448a312.8 312.8 0 0 0 140.55-103.477c25.907-33.923 53.1-87.19 65.916-145.761H171.833c4.14 36.429 22.177 67.946 45.1 86.944h88.589c-17.012 28.213-48.186 54.4-80.456 69.482-31.232-13.259-69.09-46.544-96.548-98.362-26.726-53.833-27.092-105.883-27.092-105.883h336.147A626 626 0 0 0 443.427 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/gulp.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/gulp.svg new file mode 100644 index 0000000..e799991 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/gulp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m209.8 391.1-14.1 24.6-4.6 80.2c0 8.9-28.3 16.1-63.1 16.1s-63.1-7.2-63.1-16.1l-5.8-79.4-14.9-25.4c41.2 17.3 126 16.7 165.6 0m-196-253.3 13.6 125.5c5.9-20 20.8-47 40-55.2 6.3-2.7 12.7-2.7 18.7.9 5.2 3 9.6 9.3 10.1 11.8 1.2 6.5-2 9.1-4.5 9.1-3 0-5.3-4.6-6.8-7.3-4.1-7.3-10.3-7.6-16.9-2.8-6.9 5-12.9 13.4-17.1 20.7-5.1 8.8-9.4 18.5-12 28.2-1.5 5.6-2.9 14.6-.6 19.9 1 2.2 2.5 3.6 4.9 3.6 5 0 12.3-6.6 15.8-10.1 4.5-4.5 10.3-11.5 12.5-16l5.2-15.5c2.6-6.8 9.9-5.6 9.9 0 0 10.2-3.7 13.6-10 34.7-5.8 19.5-7.6 25.8-7.6 25.8-.7 2.8-3.4 7.5-6.3 7.5-1.2 0-2.1-.4-2.6-1.2-1-1.4-.9-5.3-.8-6.3.2-3.2 6.3-22.2 7.3-25.2-2 2.2-4.1 4.4-6.4 6.6-5.4 5.1-14.1 11.8-21.5 11.8-3.4 0-5.6-.9-7.7-2.4l7.6 79.6c2 5 39.2 17.1 88.2 17.1 49.1 0 86.3-12.2 88.2-17.1l10.9-94.6c-5.7 5.2-12.3 11.6-19.6 14.8-5.4 2.3-17.4 3.8-17.4-5.7 0-5.2 9.1-14.8 14.4-21.5 1.4-1.7 4.7-5.9 4.7-8.1 0-2.9-6-2.2-11.7 2.5-3.2 2.7-6.2 6.3-8.7 9.7-4.3 6-6.6 11.2-8.5 15.5-6.2 14.2-4.1 8.6-9.1 22-5 13.3-4.2 11.8-5.2 14-.9 1.9-2.2 3.5-4 4.5-1.9 1-4.5.9-6.1-.3-.9-.6-1.3-1.9-1.3-3.7q0-1.35.3-2.7c1.5-6.1 7.8-18.1 15-34.3 1.6-3.7 1-2.6.8-2.3-6.2 6-10.9 8.9-14.4 10.5-5.8 2.6-13 2.6-14.5-4.1-.1-.4-.1-.8-.2-1.2-11.8 9.2-24.3 11.7-20-8.1-4.6 8.2-12.6 14.9-22.4 14.9-4.1 0-7.1-1.4-8.6-5.1-2.3-5.5 1.3-14.9 4.6-23.8 1.7-4.5 4-9.9 7.1-16.2 1.6-3.4 4.2-5.4 7.6-4.5.6.2 1.1.4 1.6.7 2.6 1.8 1.6 4.5.3 7.2-3.8 7.5-7.1 13-9.3 20.8-.9 3.3-2 9 1.5 9q3.6 0 6.9-2.4c4.6-3.4 8.3-8.5 11.1-13.5 2-3.6 4.4-8.3 5.6-12.3q.75-2.55 1.8-4.8c1.1-2.5 2.6-5.1 5.2-5.1 1.3 0 2.4.5 3.2 1.5 1.7 2.2 1.3 4.5.4 6.9-2 5.6-4.7 10.6-6.9 16.7-1.3 3.5-2.7 8-2.7 11.7 0 3.4 3.7 2.6 6.8 1.2 2.4-1.1 4.8-2.8 6.8-4.5 1.2-4.9.9-3.8 26.4-68.2 1.3-3.3 3.7-4.7 6.1-4.7 1.2 0 2.2.4 3.2 1.1 1.7 1.3 1.7 4.1 1 6.2-.7 1.9-.6 1.3-4.5 10.5-5.2 12.1-8.6 20.8-13.2 31.9-1.9 4.6-7.7 18.9-8.7 22.3-.6 2.2-1.3 5.8 1 5.8 5.4 0 19.3-13.1 23.1-17 .2-.3.5-.4.9-.6.6-1.9 1.2-3.7 1.7-5.5 1.4-3.8 2.7-8.2 5.3-11.3.8-1 1.7-1.6 2.7-1.6 2.8 0 4.2 1.2 4.2 4 0 1.1-.7 5.1-1.1 6.2q2.1-2.25 4.5-4.5c15-13.9 25.7-6.8 25.7.2 0 7.4-8.9 17.7-13.8 23.4-1.6 1.9-4.9 5.4-5 6.4 0 1.3.9 1.8 2.2 1.8 2 0 6.4-3.5 8-4.7 5-3.9 11.8-9.9 16.6-14.1l14.8-136.8c-30.5 17.1-197.6 17.2-228.3.2m229.7-8.5c0 21-231.2 21-231.2 0 0-8.8 51.8-15.9 115.6-15.9 9 0 17.8.1 26.3.4l12.6-48.7L228.1.6c1.4-1.4 5.8-.2 9.9 3.5s6.6 7.9 5.3 9.3l-.1.1L185.9 74l-10 40.7c39.9 2.6 67.6 8.1 67.6 14.6m-69.4 4.6c0-.8-.9-1.5-2.5-2.1l-.2.8c0 1.3-5 2.4-11.1 2.4s-11.1-1.1-11.1-2.4c0-.1 0-.2.1-.3l.2-.7c-1.8.6-3 1.4-3 2.3 0 2.1 6.2 3.7 13.7 3.7 7.7.1 13.9-1.6 13.9-3.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/hacker-news.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/hacker-news.svg new file mode 100644 index 0000000..ed85343 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/hacker-news.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 32v448h448V32zm21.2 197.2H21c.1-.1.2-.3.3-.4 0 .1 0 .3-.1.4m218 53.9V384h-31.4V281.3L128 128h37.3c52.5 98.3 49.2 101.2 59.3 125.6 12.3-27 5.8-24.4 60.6-125.6H320z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/hackerrank.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/hackerrank.svg new file mode 100644 index 0000000..d4819d9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/hackerrank.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M477.5 128C463 103.05 285.13 0 256.16 0S49.25 102.79 34.84 128s-14.49 230.8 0 256 192.38 128 221.32 128S463 409.08 477.49 384s14.51-231 .01-256M316.13 414.22c-4 0-40.91-35.77-38-38.69.87-.87 6.26-1.48 17.55-1.83 0-26.23.59-68.59.94-86.32 0-2-.44-3.43-.44-5.85h-79.93c0 7.1-.46 36.2 1.37 72.88.23 4.54-1.58 6-5.74 5.94-10.13 0-20.27-.11-30.41-.08-4.1 0-5.87-1.53-5.74-6.11.92-33.44 3-84-.15-212.67v-3.17c-9.67-.35-16.38-1-17.26-1.84-2.92-2.92 34.54-38.69 38.49-38.69s41.17 35.78 38.27 38.69c-.87.87-7.9 1.49-16.77 1.84v3.16c-2.42 25.75-2 79.59-2.63 105.39h80.26c0-4.55.39-34.74-1.2-83.64-.1-3.39.95-5.17 4.21-5.2 11.07-.08 22.15-.13 33.23-.06 3.46 0 4.57 1.72 4.5 5.38C333 354.64 336 341.29 336 373.69c8.87.35 16.82 1 17.69 1.84 2.88 2.91-33.62 38.69-37.58 38.69z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/hashnode.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/hashnode.svg new file mode 100644 index 0000000..7398799 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/hashnode.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M35.19 171.1c-46.91 46-46.91 122.9 0 169.8L171.1 476.8c46 46.9 122.9 46.9 169.8 0l135.9-135.9c46.9-46.9 46.9-123.8 0-169.8L340.9 35.19c-46.9-46.91-123.8-46.91-169.8 0zM315.5 315.5c-32.9 32.8-86.1 32.8-118.9 0-32.9-32.9-32.9-86.1 0-118.9 32.8-32.9 86-32.9 118.9 0 32.8 32.8 32.8 86 0 118.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/hips.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/hips.svg new file mode 100644 index 0000000..0ebfb6a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/hips.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M251.6 157.6c0-1.9-.9-2.8-2.8-2.8h-40.9c-1.6 0-2.7 1.4-2.7 2.8v201.8c0 1.4 1.1 2.8 2.7 2.8h40.9c1.9 0 2.8-.9 2.8-2.8zM156.5 168c-16.1-11.8-36.3-17.9-60.3-18-18.1-.1-34.6 3.7-49.8 11.4V80.2c0-1.8-.9-2.7-2.8-2.7H2.7Q0 77.5 0 80.2v279.2c0 1.9.9 2.8 2.7 2.8h41c1.9 0 2.8-.9 2.8-2.8V223.3c0-.8-2.8-27 45.8-27 48.5 0 45.8 26.1 45.8 27v122.6c0 9 7.3 16.3 16.4 16.3h27.3c1.8 0 2.7-.9 2.7-2.8V223.3c0-23.4-9.3-41.8-28-55.3m478.4 110.1c-6.8-15.7-18.4-27-34.9-34.1l-57.6-25.3c-8.6-3.6-9.2-11.2-2.6-16.1 7.4-5.5 44.3-13.9 84 6.8 1.7 1 4-.3 4-2.4v-44.7c0-1.3-.6-2.1-1.9-2.6-17.7-6.6-36.1-9.9-55.1-9.9-26.5 0-45.3 5.8-58.5 15.4-.5.4-28.4 20-22.7 53.7 3.4 19.6 15.8 34.2 37.2 43.6l53.6 23.5c11.6 5.1 15.2 13.3 12.2 21.2-3.7 9.1-13.2 13.6-36.5 13.6-24.3 0-44.7-8.9-58.4-19.1-2.1-1.4-4.4.2-4.4 2.3v34.4c0 10.4 4.9 17.3 14.6 20.7 15.6 5.5 31.6 8.2 48.2 8.2 12.7 0 25.8-1.2 36.3-4.3.7-.3 36-8.9 45.6-45.8 3.5-13.5 2.4-26.5-3.1-39.1M376.2 149.8c-31.7 0-104.2 20.1-104.2 103.5v183.5c0 .8.6 2.7 2.7 2.7h40.9c1.9 0 2.8-.9 2.8-2.7V348c16.5 12.7 35.8 19.1 57.7 19.1 60.5 0 108.7-48.5 108.7-108.7.1-60.3-48.2-108.6-108.6-108.6m0 170.9c-17.2 0-31.9-6.1-44-18.2-12.2-12.2-18.2-26.8-18.2-44 0-34.5 27.6-62.2 62.2-62.2 34.5 0 62.2 27.6 62.2 62.2.1 34.3-27.3 62.2-62.2 62.2M228.3 72.5c-15.9 0-28.8 12.9-28.9 28.9 0 15.6 12.7 28.9 28.9 28.9s28.9-13.1 28.9-28.9c0-16.2-13-28.9-28.9-28.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/hire-a-helper.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/hire-a-helper.svg new file mode 100644 index 0000000..0d098e9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/hire-a-helper.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M443.1 0H71.9C67.9 37.3 37.4 67.8 0 71.7v371.5c37.4 4.9 66 32.4 71.9 68.8h372.2c3-36.4 32.5-65.8 67.9-69.8V71.7c-36.4-5.9-65-35.3-68.9-71.7m-37 404.9c-36.3 0-18.8-2-55.1-2-35.8 0-21 2-56.1 2-5.9 0-4.9-8.2 0-9.8 22.8-7.6 22.9-10.2 24.6-12.8 10.4-15.6 5.9-83 5.9-113 0-5.3-6.4-12.8-13.8-12.8H200.4c-7.4 0-13.8 7.5-13.8 12.8 0 30-4.5 97.4 5.9 113 1.7 2.5 1.8 5.2 24.6 12.8 4.9 1.6 6 9.8 0 9.8-35.1 0-20.3-2-56.1-2-36.3 0-18.8 2-55.1 2-7.9 0-5.8-10.8 0-10.8 10.2-3.4 13.5-3.5 21.7-13.8 7.7-12.9 7.9-44.4 7.9-127.8V151.3c0-22.2-12.2-28.3-28.6-32.4-8.8-2.2-4-11.8 1-11.8 36.5 0 20.6 2 57.1 2 32.7 0 16.5-2 49.2-2 3.3 0 8.5 8.3 1 10.8-4.9 1.6-27.6 3.7-27.6 39.3 0 45.6-.2 55.8 1 68.8 0 1.3 2.3 12.8 12.8 12.8h109.2c10.5 0 12.8-11.5 12.8-12.8 1.2-13 1-23.2 1-68.8 0-35.6-22.7-37.7-27.6-39.3-7.5-2.5-2.3-10.8 1-10.8 32.7 0 16.5 2 49.2 2 36.5 0 20.6-2 57.1-2 4.9 0 9.9 9.6 1 11.8-16.4 4.1-28.6 10.3-28.6 32.4v101.2c0 83.4.1 114.9 7.9 127.8 8.2 10.2 11.4 10.4 21.7 13.8 5.8 0 7.8 10.8 0 10.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/hive.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/hive.svg new file mode 100644 index 0000000..bdaf2bb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/hive.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M260.353 254.878 131.538 33.1a2.208 2.208 0 0 0-3.829.009L.3 254.887a2.23 2.23 0 0 0 0 2.235L129.116 478.9a2.208 2.208 0 0 0 3.83-.009l127.412-221.778a2.24 2.24 0 0 0-.005-2.235m39.078-25.713a2.19 2.19 0 0 0 1.9 1.111h66.509a2.226 2.226 0 0 0 1.9-3.341L259.115 33.111a2.19 2.19 0 0 0-1.9-1.111h-66.508a2.226 2.226 0 0 0-1.9 3.341ZM511.7 254.886 384.9 33.112A2.2 2.2 0 0 0 382.99 32h-66.6a2.226 2.226 0 0 0-1.906 3.34L440.652 256 314.481 476.66a2.226 2.226 0 0 0 1.906 3.34h66.6a2.2 2.2 0 0 0 1.906-1.112L511.7 257.114a2.24 2.24 0 0 0 0-2.228m-145.684 30.031h-66.508a2.19 2.19 0 0 0-1.9 1.111l-108.8 190.631a2.226 2.226 0 0 0 1.9 3.341h66.509a2.19 2.19 0 0 0 1.9-1.111l108.8-190.631a2.226 2.226 0 0 0-1.901-3.341"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/hooli.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/hooli.svg new file mode 100644 index 0000000..c6aef35 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/hooli.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m144.5 352 38.3.8c-13.2-4.6-26-10.2-38.3-16.8zm57.7-5.3v5.3l-19.4.8c36.5 12.5 69.9 14.2 94.7 7.2-19.9.2-45.8-2.6-75.3-13.3m408.9-115.2c15.9 0 28.9-12.9 28.9-28.9s-12.9-24.5-28.9-24.5c-15.9 0-28.9 8.6-28.9 24.5s12.9 28.9 28.9 28.9m-29 120.5H640V241.5h-57.9zm-73.7 0h57.9V156.7L508.4 184zm-31-119.4c-18.2-18.2-50.4-17.1-50.4-17.1s-32.3-1.1-50.4 17.1c-18.2 18.2-16.8 33.9-16.8 52.6s-1.4 34.3 16.8 52.5 50.4 17.1 50.4 17.1 32.3 1.1 50.4-17.1c18.2-18.2 16.8-33.8 16.8-52.5-.1-18.8 1.3-34.5-16.8-52.6m-39.8 71.9c0 3.6-1.8 12.5-10.7 12.5s-10.7-8.9-10.7-12.5v-40.4c0-8.7 7.3-10.9 10.7-10.9s10.7 2.1 10.7 10.9zm-106.2-71.9c-18.2-18.2-50.4-17.1-50.4-17.1s-32.2-1.1-50.4 17.1c-1.9 1.9-3.7 3.9-5.3 6-38.2-29.6-72.5-46.5-102.1-61.1v-20.7l-22.5 10.6c-54.4-22.1-89-18.2-97.3.1 0 0-24.9 32.8 61.8 110.8V352h57.9v-28.6c-6.5-4.2-13-8.7-19.4-13.6-14.8-11.2-27.4-21.6-38.4-31.4v-31c13.1 14.7 30.5 31.4 53.4 50.3l4.5 3.6v-29.8c0-6.9 1.7-18.2 10.8-18.2s10.6 6.9 10.6 15V317c18 12.2 37.3 22.1 57.7 29.6v-93.9c0-18.7-13.4-37.4-40.6-37.4-15.8-.1-30.5 8.2-38.5 21.9v-54.3c41.9 20.9 83.9 46.5 99.9 58.3-10.2 14.6-9.3 28.1-9.3 43.7 0 18.7-1.4 34.3 16.8 52.5s50.4 17.1 50.4 17.1 32.3 1.1 50.4-17.1c18.2-18.2 16.7-33.8 16.7-52.5 0-18.5 1.5-34.2-16.7-52.3M65.2 184v63.3c-48.7-54.5-38.9-76-35.2-79.1 13.5-11.4 37.5-8 64.4 2.1zm226.5 120.5c0 3.6-1.8 12.5-10.7 12.5s-10.7-8.9-10.7-12.5v-40.4c0-8.7 7.3-10.9 10.7-10.9s10.7 2.1 10.7 10.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/hornbill.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/hornbill.svg new file mode 100644 index 0000000..dc61458 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/hornbill.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M76.38 370.3a37.8 37.8 0 1 1-32.07-32.42c-78.28-111.35 52-190.53 52-190.53-5.86 43-8.24 91.16-8.24 91.16-67.31 41.49.93 64.06 39.81 72.87a140.38 140.38 0 0 0 131.66 91.94c1.92 0 3.77-.21 5.67-.28l.11 18.86c-99.22 1.39-158.7-29.14-188.94-51.6m108-327.7A37.57 37.57 0 0 0 181 21.45a37.95 37.95 0 1 0-31.17 54.22c-22.55 29.91-53.83 89.57-52.42 190l21.84-.15c0-.9-.14-1.77-.14-2.68A140.42 140.42 0 0 1 207 132.71c8-37.71 30.7-114.3 73.8-44.29 0 0 48.14 2.38 91.18 8.24 0 0-77.84-128-187.59-54.06zm304.19 134.17a37.94 37.94 0 1 0-53.84-28.7C403 126.13 344.89 99 251.28 100.33l.14 22.5c2.7-.15 5.39-.41 8.14-.41a140.37 140.37 0 0 1 130.49 88.76c39.1 9 105.06 31.58 38.46 72.54 0 0-2.34 48.13-8.21 91.16 0 0 133.45-81.16 49-194.61a37.45 37.45 0 0 0 19.31-3.5zM374.06 436.24c21.43-32.46 46.42-89.69 45.14-179.66l-19.52.14c.08 2.06.3 4.07.3 6.15a140.34 140.34 0 0 1-91.39 131.45c-8.85 38.95-31.44 106.66-72.77 39.49 0 0-48.12-2.34-91.19-8.22 0 0 79.92 131.34 191.9 51a37.5 37.5 0 0 0 3.64 14 37.93 37.93 0 1 0 33.89-54.29z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/hotjar.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/hotjar.svg new file mode 100644 index 0000000..6f02825 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/hotjar.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M361.5 0c0 131.6-80.7 176.8-140.2 209.4-.6.3-1.1.6-1.6.9-53.8 30.2-88.7 49.8-89.6 122H32c0-131.5 80.7-176.7 140.2-209.3C227 93.2 262.5 73 262.5 0h98.9zM301 302.6c54.8-29.8 90.3-50 90.3-123h98c0 131.6-80.7 176.7-140.2 209.4-54.8 29.8-90.3 50-90.3 123h-98c0-131.6 80.7-176.8 140.2-209.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/houzz.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/houzz.svg new file mode 100644 index 0000000..c2c3953 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/houzz.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M275.9 330.7H171.3V480H17V32h109.5v104.5l305.1 85.6V480H275.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/html5.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/html5.svg new file mode 100644 index 0000000..346c6ba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/html5.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m0 32 34.9 395.8L191.5 480l157.6-52.2L384 32zm308.2 127.9H124.4l4.1 49.4h175.6l-13.6 148.4-97.9 27v.3h-1.1l-98.7-27.3-6-75.8h47.7L138 320l53.5 14.5 53.7-14.5 6-62.2H84.3L71.5 112.2h241.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/hubspot.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/hubspot.svg new file mode 100644 index 0000000..ae9f00f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/hubspot.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M267.4 211.6c-25.1 23.7-40.8 57.3-40.8 94.6 0 29.3 9.7 56.3 26 78L203.1 434c-4.4-1.6-9.1-2.5-14-2.5-10.8 0-20.9 4.2-28.5 11.8s-11.8 17.8-11.8 28.6 4.2 20.9 11.8 28.5 17.8 11.6 28.5 11.6c10.8 0 20.9-3.9 28.6-11.6 7.6-7.6 11.8-17.8 11.8-28.5 0-4.2-.6-8.2-1.9-12.1l50-50.2c22 16.9 49.4 26.9 79.3 26.9 71.9 0 130-58.3 130-130.2 0-65.2-47.7-119.2-110.2-128.7V116c17.5-7.4 28.2-23.8 28.2-42.9 0-26.1-20.9-47.9-47-47.9S311.2 47 311.2 73.1c0 19.1 10.7 35.5 28.2 42.9v61.2c-15.2 2.1-29.6 6.7-42.7 13.6-27.6-20.9-117.5-85.7-168.9-124.8 1.2-4.4 2-9 2-13.8C129.8 23.4 106.3 0 77.4 0 48.6 0 25.2 23.4 25.2 52.2c0 28.9 23.4 52.3 52.2 52.3 9.8 0 18.9-2.9 26.8-7.6zm89.5 163.6c-38.1 0-69-30.9-69-69s30.9-69 69-69 69 30.9 69 69-30.9 69-69 69"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/ideal.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/ideal.svg new file mode 100644 index 0000000..773f6e3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/ideal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M125.61 165.48a49.07 49.07 0 1 0 49.06 49.06 49.08 49.08 0 0 0-49.06-49.06M86.15 425.84h78.94V285.32H86.15Zm151.46-211.6c0-20-10-22.53-18.74-22.53h-14.05v45.79h14.05c9.75 0 18.74-2.81 18.74-23.26m201.69 46v-91.31h22.75v68.57h33.69C486.5 113.08 388.61 86.19 299.67 86.19h-94.83V169h14c25.6 0 41.5 17.35 41.5 45.26 0 28.81-15.52 46-41.5 46h-14v165.62h94.83c144.61 0 194.94-67.16 196.72-165.64Zm-109.75 0H273.3V169h54.43v22.73H296v10.58h30V225h-30v12.5h33.51Zm74.66 0-5.16-17.67h-29.74l-5.18 17.67h-23.66L368 168.92h32.35l27.53 91.34ZM299.65 32H32v448h267.65c161.85 0 251-79.73 251-224.52C550.62 172 518 32 299.65 32m0 426.92H53.07V53.07h246.58c142.1 0 229.9 64.61 229.9 202.41 0 134.09-81 203.44-229.9 203.44m83.86-264.85L376 219.88h16.4l-7.52-25.81Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/imdb.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/imdb.svg new file mode 100644 index 0000000..2e8724b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/imdb.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M89.5 323.6H53.93V186.2H89.5zm66.6-73.1 9.1-64.3h46.3v137.4h-31v-92.7l-13.4 92.7h-21.3l-13-90.7-.1 90.7h-31.2V186.2h46.1c.5 8.3 2.8 18.1 4.3 29.4zm67.6 73.1V186.2h26.6c17 0 27 .9 33 2.4 6.1 1.7 10.7 4.2 13.9 7.9 3.1 3.3 5.1 6.6 5.8 12 .9 4.4 1.4 13.1 1.4 26.2v48.2c0 12.3-.7 20.5-1.9 24.7-1.1 4.1-3.1 7.4-6 9.7-2.8 2.4-6.4 4.1-10.7 5-4.2.8-10.6 1.3-19.1 1.3zm35.5-113.9v89.4c5.1 0 8.3-1 9.4-2.3 1.1-2 1.8-7.6 1.8-16.7v-53.3c0-6.2-.1-10.2-.7-12-.3-1.8-1.2-3-2.6-4.7-1.4 0-4.1-.4-7.9-.4m57.3 113.9V186.2h34.1v43.9c2.9-2.4 6.1-4.9 9.5-6.6 3.6-1.5 8.8-2.4 12.8-2.4 4.8 0 8.9.8 12.3 2.2 3.4 1.5 6 3.5 8 6.2 1.7 2.6 2.7 5.3 3.1 7.8.4 2.6-.2 8-.2 16.2v38.6c0 8.2.2 14.3-.8 18.4-1.1 4-3.8 7.6-7.8 9.6-4.1 3.9-8.9 5.3-14.6 5.3-4 0-9.2-.9-12.7-2.5-3.5-1.8-6.7-4.5-9.6-8l-2.1 8.7zm45.1-20.7c.7-1.8 1-6 1-12.5V255c0-5.6-.3-9.5-1.1-11.2-.7-1.9-3.7-2.7-5.8-2.7-2 0-3.4.8-4.1 2.3-.6 1.5-1 5.4-1 11.6v36.4c0 6.1.4 10 1.2 11.6.6 1.7 2.1 2.5 4.1 2.5 2.2 0 4.2-.8 5.7-2.6m56.8-270.86c15.7 1.23 28.7 15.24 28.7 31.88V448.1c0 16.4-11.9 30.4-28.2 31-.3 0-.5.9-.8.9H29.88c-.28 0-.56-.9-.84-.1C13.31 478.5 1.093 466.1 0 449.7L.019 61.78C1.08 45.88 13.82 33.09 30.26 31.1H417.7c.2 0 .5.91.7.94M30.27 41.26C19 42.01 10.02 51.01 9.257 62.4v387.3c.373 5.4 2.653 10.5 6.443 14.3 3.78 3.9 8.81 6.3 14.19 6.7H418.1c11.5-1 20.6-11.6 20.6-22.6V63.91c0-5.74-2.1-11.26-6-15.46-3.9-4.21-9.3-6.78-15-7.19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/instagram.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/instagram.svg new file mode 100644 index 0000000..561168a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/instagram.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141m0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7m146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8m76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8M398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/instalod.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/instalod.svg new file mode 100644 index 0000000..3ef9aa9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/instalod.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M153.384 480h233.729l115.441-204.235-298.325 57.446Zm351.342-239.922L387.113 32H155.669L360.23 267.9ZM124.386 48.809 7.274 256l115.962 205.154 102.391-295.593Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/intercom.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/intercom.svg new file mode 100644 index 0000000..dd0ad0f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/intercom.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M392 32H56C25.1 32 0 57.1 0 88v336c0 30.9 25.1 56 56 56h336c30.9 0 56-25.1 56-56V88c0-30.9-25.1-56-56-56m-108.3 82.1c0-19.8 29.9-19.8 29.9 0v199.5c0 19.8-29.9 19.8-29.9 0zm-74.6-7.5c0-19.8 29.9-19.8 29.9 0v216.5c0 19.8-29.9 19.8-29.9 0zm-74.7 7.5c0-19.8 29.9-19.8 29.9 0v199.5c0 19.8-29.9 19.8-29.9 0zM59.7 144c0-19.8 29.9-19.8 29.9 0v134.3c0 19.8-29.9 19.8-29.9 0zm323.4 227.8c-72.8 63-241.7 65.4-318.1 0-15-12.8 4.4-35.5 19.4-22.7 65.9 55.3 216.1 53.9 279.3 0 14.9-12.9 34.3 9.8 19.4 22.7m5.2-93.5c0 19.8-29.9 19.8-29.9 0V144c0-19.8 29.9-19.8 29.9 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/internet-explorer.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/internet-explorer.svg new file mode 100644 index 0000000..870d3ce --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/internet-explorer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M483.049 159.706c10.855-24.575 21.424-60.438 21.424-87.871 0-72.722-79.641-98.371-209.673-38.577-107.632-7.181-211.221 73.67-237.098 186.457 30.852-34.862 78.271-82.298 121.977-101.158C125.404 166.85 79.128 228.002 43.992 291.725 23.246 329.651 0 390.94 0 436.747c0 98.575 92.854 86.5 180.251 42.006 31.423 15.43 66.559 15.573 101.695 15.573 97.124 0 184.249-54.294 216.814-146.022H377.927c-52.509 88.593-196.819 52.996-196.819-47.436H509.9c6.407-43.581-1.655-95.715-26.851-141.162M64.559 346.877c17.711 51.15 53.703 95.871 100.266 123.304-88.741 48.94-173.267 29.096-100.266-123.304m115.977-108.873c2-55.151 50.276-94.871 103.98-94.871 53.418 0 101.981 39.72 103.981 94.871zm184.536-187.6c21.425-10.287 48.563-22.003 72.558-22.003 31.422 0 54.274 21.717 54.274 53.722 0 20.003-7.427 49.007-14.569 67.867-26.28-42.292-65.986-81.584-112.263-99.586"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/invision.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/invision.svg new file mode 100644 index 0000000..c54aaa9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/invision.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M407.4 32H40.6C18.2 32 0 50.2 0 72.6v366.8C0 461.8 18.2 480 40.6 480h366.8c22.4 0 40.6-18.2 40.6-40.6V72.6c0-22.4-18.2-40.6-40.6-40.6M176.1 145.6c.4 23.4-22.4 27.3-26.6 27.4-14.9 0-27.1-12-27.1-27 .1-35.2 53.1-35.5 53.7-.4M332.8 377c-65.6 0-34.1-74-25-106.6 14.1-46.4-45.2-59-59.9.7l-25.8 103.3H177l8.1-32.5c-31.5 51.8-94.6 44.4-94.6-4.3.1-14.3.9-14 23-104.1H81.7l9.7-35.6h76.4c-33.6 133.7-32.6 126.9-32.9 138.2 0 20.9 40.9 13.5 57.4-23.2l19.8-79.4h-32.3l9.7-35.6h68.8l-8.9 40.5c40.5-75.5 127.9-47.8 101.8 38-14.2 51.1-14.6 50.7-14.9 58.8 0 15.5 17.5 22.6 31.8-16.9L386 325c-10.5 36.7-29.4 52-53.2 52"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/ioxhost.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/ioxhost.svg new file mode 100644 index 0000000..e2b7517 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/ioxhost.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M616 160h-67.3C511.2 70.7 422.9 8 320 8 183 8 72 119 72 256c0 16.4 1.6 32.5 4.7 48H24c-13.3 0-24 10.8-24 24 0 13.3 10.7 24 24 24h67.3c37.5 89.3 125.8 152 228.7 152 137 0 248-111 248-248 0-16.4-1.6-32.5-4.7-48H616c13.3 0 24-10.8 24-24 0-13.3-10.7-24-24-24m-96 96c0 110.5-89.5 200-200 200-75.7 0-141.6-42-175.5-104H424c13.3 0 24-10.8 24-24 0-13.3-10.7-24-24-24H125.8c-3.8-15.4-5.8-31.4-5.8-48 0-110.5 89.5-200 200-200 75.7 0 141.6 42 175.5 104H216c-13.3 0-24 10.8-24 24 0 13.3 10.7 24 24 24h298.2c3.8 15.4 5.8 31.4 5.8 48m-304-24h208c13.3 0 24 10.7 24 24 0 13.2-10.7 24-24 24H216c-13.3 0-24-10.7-24-24 0-13.2 10.7-24 24-24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/itch-io.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/itch-io.svg new file mode 100644 index 0000000..e20c15e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/itch-io.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M71.92 34.77C50.2 47.67 7.4 96.84 7 109.73v21.34c0 27.06 25.29 50.84 48.25 50.84 27.57 0 50.54-22.85 50.54-50 0 27.12 22.18 50 49.76 50s49-22.85 49-50c0 27.12 23.59 50 51.16 50h.5c27.57 0 51.16-22.85 51.16-50 0 27.12 21.47 50 49 50s49.76-22.85 49.76-50c0 27.12 23 50 50.54 50 23 0 48.25-23.78 48.25-50.84v-21.34c-.4-12.9-43.2-62.07-64.92-75C372.56 32.4 325.76 32 256 32S91.14 33.1 71.92 34.77m132.32 134.39c-22 38.4-77.9 38.71-99.85.25-13.17 23.14-43.17 32.07-56 27.66-3.87 40.15-13.67 237.13 17.73 269.15 80 18.67 302.08 18.12 379.76 0 31.65-32.27 21.32-232 17.75-269.15-12.92 4.44-42.88-4.6-56-27.66-22 38.52-77.85 38.1-99.85-.24-7.1 12.49-23.05 28.94-51.76 28.94a57.54 57.54 0 0 1-51.75-28.94zm-41.58 53.77c16.47 0 31.09 0 49.22 19.78a437 437 0 0 1 88.18 0C318.22 223 332.85 223 349.31 223c52.33 0 65.22 77.53 83.87 144.45 17.26 62.15-5.52 63.67-33.95 63.73-42.15-1.57-65.49-32.18-65.49-62.79-39.25 6.43-101.93 8.79-155.55 0 0 30.61-23.34 61.22-65.49 62.79-28.42-.06-51.2-1.58-33.94-63.73 18.67-67 31.56-144.45 83.88-144.45zM256 270.79s-44.38 40.77-52.35 55.21l29-1.17v25.32c0 1.55 21.34.16 23.33.16 11.65.54 23.31 1 23.31-.16v-25.28l29 1.17c-8-14.48-52.35-55.24-52.35-55.24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/itunes-note.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/itunes-note.svg new file mode 100644 index 0000000..6ec6913 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/itunes-note.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M381.9 388.2c-6.4 27.4-27.2 42.8-55.1 48-24.5 4.5-44.9 5.6-64.5-10.2-23.9-20.1-24.2-53.4-2.7-74.4 17-16.2 40.9-19.5 76.8-25.8 6-1.1 11.2-2.5 15.6-7.4 6.4-7.2 4.4-4.1 4.4-163.2 0-11.2-5.5-14.3-17-12.3-8.2 1.4-185.7 34.6-185.7 34.6-10.2 2.2-13.4 5.2-13.4 16.7 0 234.7 1.1 223.9-2.5 239.5-4.2 18.2-15.4 31.9-30.2 39.5-16.8 9.3-47.2 13.4-63.4 10.4-43.2-8.1-58.4-58-29.1-86.6 17-16.2 40.9-19.5 76.8-25.8 6-1.1 11.2-2.5 15.6-7.4 10.1-11.5 1.8-256.6 5.2-270.2.8-5.2 3-9.6 7.1-12.9 4.2-3.5 11.8-5.5 13.4-5.5 204-38.2 228.9-43.1 232.4-43.1 11.5-.8 18.1 6 18.1 17.6.2 344.5 1.1 326-1.8 338.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/itunes.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/itunes.svg new file mode 100644 index 0000000..1906443 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/itunes.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M223.6 80.3C129 80.3 52.5 157 52.5 251.5S129 422.8 223.6 422.8s171.2-76.7 171.2-171.2c0-94.6-76.7-171.3-171.2-171.3m79.4 240c-3.2 13.6-13.5 21.2-27.3 23.8-12.1 2.2-22.2 2.8-31.9-5-11.8-10-12-26.4-1.4-36.8 8.4-8 20.3-9.6 38-12.8 3-.5 5.6-1.2 7.7-3.7 3.2-3.6 2.2-2 2.2-80.8 0-5.6-2.7-7.1-8.4-6.1-4 .7-91.9 17.1-91.9 17.1-5 1.1-6.7 2.6-6.7 8.3 0 116.1.5 110.8-1.2 118.5-2.1 9-7.6 15.8-14.9 19.6-8.3 4.6-23.4 6.6-31.4 5.2-21.4-4-28.9-28.7-14.4-42.9 8.4-8 20.3-9.6 38-12.8 3-.5 5.6-1.2 7.7-3.7 5-5.7.9-127 2.6-133.7.4-2.6 1.5-4.8 3.5-6.4 2.1-1.7 5.8-2.7 6.7-2.7 101-19 113.3-21.4 115.1-21.4 5.7-.4 9 3 9 8.7-.1 170.6.4 161.4-1 167.6M345.2 32H102.8C45.9 32 0 77.9 0 134.8v242.4C0 434.1 45.9 480 102.8 480h242.4c57 0 102.8-45.9 102.8-102.8V134.8C448 77.9 402.1 32 345.2 32M223.6 444c-106.3 0-192.5-86.2-192.5-192.5S117.3 59 223.6 59s192.5 86.2 192.5 192.5S329.9 444 223.6 444"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/java.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/java.svg new file mode 100644 index 0000000..6bcf5ab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/java.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M277.74 312.9c9.8-6.7 23.4-12.5 23.4-12.5s-38.7 7-77.2 10.2c-47.1 3.9-97.7 4.7-123.1 1.3-60.1-8 33-30.1 33-30.1s-36.1-2.4-80.6 19c-52.5 25.4 130 37 224.5 12.1m-85.4-32.1c-19-42.7-83.1-80.2 0-145.8C296 53.2 242.84 0 242.84 0c21.5 84.5-75.6 110.1-110.7 162.6-23.9 35.9 11.7 74.4 60.2 118.2m114.6-176.2c.1 0-175.2 43.8-91.5 140.2 24.7 28.4-6.5 54-6.5 54s62.7-32.4 33.9-72.9c-26.9-37.8-47.5-56.6 64.1-121.3m-6.1 270.5a12.2 12.2 0 0 1-2 2.6c128.3-33.7 81.1-118.9 19.8-97.3a17.33 17.33 0 0 0-8.2 6.3 70.5 70.5 0 0 1 11-3c31-6.5 75.5 41.5-20.6 91.4M348 437.4s14.5 11.9-15.9 21.2c-57.9 17.5-240.8 22.8-291.6.7-18.3-7.9 16-19 26.8-21.3 11.2-2.4 17.7-2 17.7-2-20.3-14.3-131.3 28.1-56.4 40.2C232.84 509.4 401 461.3 348 437.4M124.44 396c-78.7 22 47.9 67.4 148.1 24.5a186 186 0 0 1-28.2-13.8c-44.7 8.5-65.4 9.1-106 4.5-33.5-3.8-13.9-15.2-13.9-15.2m179.8 97.2c-78.7 14.8-175.8 13.1-233.3 3.6 0-.1 11.8 9.7 72.4 13.6 92.2 5.9 233.8-3.3 237.1-46.9 0 0-6.4 16.5-76.2 29.7M260.64 353c-59.2 11.4-93.5 11.1-136.8 6.6-33.5-3.5-11.6-19.7-11.6-19.7-86.8 28.8 48.2 61.4 169.5 25.9a60.4 60.4 0 0 1-21.1-12.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/jedi-order.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/jedi-order.svg new file mode 100644 index 0000000..4daa270 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/jedi-order.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M398.5 373.6c95.9-122.1 17.2-233.1 17.2-233.1 45.4 85.8-41.4 170.5-41.4 170.5 105-171.5-60.5-271.5-60.5-271.5 96.9 72.7-10.1 190.7-10.1 190.7 85.8 158.4-68.6 230.1-68.6 230.1s-.4-16.9-2.2-85.7c4.3 4.5 34.5 36.2 34.5 36.2l-24.2-47.4 62.6-9.1-62.6-9.1 20.2-55.5-31.4 45.9c-2.2-87.7-7.8-305.1-7.9-306.9v-2.4 1-1 2.4c0 1-5.6 219-7.9 306.9l-31.4-45.9 20.2 55.5-62.6 9.1 62.6 9.1-24.2 47.4 34.5-36.2c-1.8 68.8-2.2 85.7-2.2 85.7s-154.4-71.7-68.6-230.1c0 0-107-118.1-10.1-190.7 0 0-165.5 99.9-60.5 271.5 0 0-86.8-84.8-41.4-170.5 0 0-78.7 111 17.2 233.1 0 0-26.2-16.1-49.4-77.7 0 0 16.9 183.3 222 185.7h4.1c205-2.4 222-185.7 222-185.7-23.6 61.5-49.9 77.7-49.9 77.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/jenkins.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/jenkins.svg new file mode 100644 index 0000000..d9ca3c0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/jenkins.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M487.1 425c-1.4-11.2-19-23.1-28.2-31.9-5.1-5-29-23.1-30.4-29.9-1.4-6.6 9.7-21.5 13.3-28.9 5.1-10.7 8.8-23.7 11.3-32.6 18.8-66.1 20.7-156.9-6.2-211.2-10.2-20.6-38.6-49-56.4-62.5-42-31.7-119.6-35.3-170.1-16.6-14.1 5.2-27.8 9.8-40.1 17.1-33.1 19.4-68.3 32.5-78.1 71.6-24.2 10.8-31.5 41.8-30.3 77.8.2 7 4.1 15.8 2.7 22.4-.7 3.3-5.2 7.6-6.1 9.8-11.6 27.7-2.3 64 11.1 83.7 8.1 11.9 21.5 22.4 39.2 25.2.7 10.6 3.3 19.7 8.2 30.4 3.1 6.8 14.7 19 10.4 27.7-2.2 4.4-21 13.8-27.3 17.6C89 407.2 73.7 415 54.2 429c-12.6 9-32.3 10.2-29.2 31.1 2.1 14.1 10.1 31.6 14.7 45.8.7 2 1.4 4.1 2.1 6h422c4.9-15.3 9.7-30.9 14.6-47.2 3.4-11.4 10.2-27.8 8.7-39.7M205.9 33.7c1.8-.5 3.4.7 4.9 2.4-.2 5.2-5.4 5.1-8.9 6.8-5.4 6.7-13.4 9.8-20 17.2-6.8 7.5-14.4 27.7-23.4 30-4.5 1.1-9.7-.8-13.6-.5-10.4.7-17.7 6-28.3 7.5 13.6-29.9 56.1-54 89.3-63.4m-104.8 93.6c13.5-14.9 32.1-24.1 54.8-25.9 11.7 29.7-8.4 65-.9 97.6 2.3 9.9 10.2 25.4-2.4 25.7.3-28.3-34.8-46.3-61.3-29.6-1.8-21.5-4.9-51.7 9.8-67.8m36.7 200.2c-1-4.1-2.7-12.9-2.3-15.1 1.6-8.7 17.1-12.5 11-24.7-11.3-.1-13.8 10.2-24.1 11.3-26.7 2.6-45.6-35.4-44.4-58.4 1-19.5 17.6-38.2 40.1-35.8 16 1.8 21.4 19.2 24.5 34.7 9.2.5 22.5-.4 26.9-7.6-.6-17.5-8.8-31.6-8.2-47.7 1-30.3 17.5-57.6 4.8-87.4 13.6-30.9 53.5-55.3 83.1-70 36.6-18.3 94.9-3.7 129.3 15.8 19.7 11.1 34.4 32.7 48.3 50.7-19.5-5.8-36.1 4.2-33.1 20.3 16.3-14.9 44.2-.2 52.5 16.4 7.9 15.8 7.8 39.3 9 62.8 2.9 57-10.4 115.9-39.1 157.1-7.7 11-14.1 23-24.9 30.6-26 18.2-65.4 34.7-99.2 23.4-44.7-15-65-44.8-89.5-78.8.7 18.7 13.8 34.1 26.8 48.4 11.3 12.5 25 26.6 39.7 32.4-12.3-2.9-31.1-3.8-36.2 7.2-28.6-1.9-55.1-4.8-68.7-24.2-10.6-15.4-21.4-41.4-26.3-61.4m222 124.1c4.1-3 11.1-2.9 17.4-3.6-5.4-2.7-13-3.7-19.3-2.2-.1-4.2-2-6.8-3.2-10.2 10.6-3.8 35.5-28.5 49.6-20.3 6.7 3.9 9.5 26.2 10.1 37 .4 9-.8 18-4.5 22.8-18.8-.6-35.8-2.8-50.7-7 .9-6.1-1-12.1.6-16.5m-17.2-20c-16.8.8-26-1.2-38.3-10.8.2-.8 1.4-.5 1.5-1.4 18 8 40.8-3.3 59-4.9-7.9 5.1-14.6 11.6-22.2 17.1m-12.1 33.2c-1.6-9.4-3.5-12-2.8-20.2 25-16.6 29.7 28.6 2.8 20.2M226 438.6c-11.6-.7-48.1-14-38.5-23.7 9.4 6.5 27.5 4.9 41.3 7.3.8 4.4-2.8 10.2-2.8 16.4M57.7 497.1c-4.3-12.7-9.2-25.1-14.8-36.9 30.8-23.8 65.3-48.9 102.2-63.5 2.8-1.1 23.2 25.4 26.2 27.6 16.5 11.7 37 21 56.2 30.2 1.2 8.8 3.9 20.2 8.7 35.5.7 2.3 1.4 4.7 2.2 7.2H57.7zm240.6 5.7h-.8c.3-.2.5-.4.8-.5zm7.5-5.7c2.1-1.4 4.3-2.8 6.4-4.3 1.1 1.4 2.2 2.8 3.2 4.3zm15.1-24.7c-10.8 7.3-20.6 18.3-33.3 25.2-6 3.3-27 11.7-33.4 10.2-3.6-.8-3.9-5.3-5.4-9.5-3.1-9-10.1-23.4-10.8-37-.8-17.2-2.5-46 16-42.4 14.9 2.9 32.3 9.7 43.9 16.1 7.1 3.9 11.1 8.6 21.9 9.5-.1 1.4-.1 2.8-.2 4.3-5.9 3.9-15.3 3.8-21.8 7.1 9.5.4 17 2.7 23.5 5.9-.1 3.4-.3 7-.4 10.6m53.4 24.7h-14c-.1-3.2-2.8-5.8-6.1-5.8s-5.9 2.6-6.1 5.8h-17.4c-2.8-4.4-5.7-8.6-8.9-12.5 2.1-2.2 4-4.7 6-6.9 9 3.7 14.8-4.9 21.7-4.2 7.9.8 14.2 11.7 25.4 11zm8.7 0c.2-4 .4-7.8.6-11.5 15.6-7.3 29 1.3 35.7 11.5zm83.4-37c-2.3 11.2-5.8 24-9.9 37.1-.2-.1-.4-.1-.6-.1H428c.6-1.1 1.2-2.2 1.9-3.3-2.6-6.1-9-8.7-10.9-15.5 12.1-22.7 6.5-93.4-24.2-78.5 4.3-6.3 15.6-11.5 20.8-19.3 13 10.4 20.8 20.3 33.2 31.4 6.8 6 20 13.3 21.4 23.1.8 5.5-2.6 18.9-3.8 25.1M222.2 130.5c5.4-14.9 27.2-34.7 45-32 7.7 1.2 18 8.2 12.2 17.7-30.2-7-45.2 12.6-54.4 33.1-8.1-2-4.9-13.1-2.8-18.8m184.1 63.1c8.2-3.6 22.4-.7 29.6-5.3-4.2-11.5-10.3-21.4-9.3-37.7.5 0 1 0 1.4.1 6.8 14.2 12.7 29.2 21.4 41.7-5.7 13.5-43.6 25.4-43.1 1.2m-96.8 2.7c-6.8-10.9-19-32.5-14.5-45.3 6.5 11.9 8.6 24.4 17.8 33.3 4.1 4 12.2 9 8.2 20.2-.9 2.7-7.8 8.6-11.7 9.7-14.4 4.3-47.9.9-36.6-17.1 11.9.7 27.9 7.8 36.8-.8m27.3 70c3.8 6.6 1.4 18.7 12.1 20.6 20.2 3.4 43.6-12.3 58.1-17.8 9-15.2-.8-20.7-8.9-30.5-16.6-20-38.8-44.8-38-74.7 6.7-4.9 7.3 7.4 8.2 9.7 8.7 20.3 30.4 46.2 46.3 63.5 3.9 4.3 10.3 8.4 11 11.2 2.1 8.2-5.4 18-4.5 23.5-21.7 13.9-45.8 29.1-81.4 25.6-7.4-6.7-10.3-21.4-2.9-31.1m-201.3-9.2c-6.8-3.9-8.4-21-16.4-21.4-11.4-.7-9.3 22.2-9.3 35.5-7.8-7.1-9.2-29.1-3.5-40.3-6.6-3.2-9.5 3.6-13.1 5.9 4.7-34.1 49.8-15.8 42.3 20.3m299.6 28.8c-10.1 19.2-24.4 40.4-54 41-.6-6.2-1.1-15.6 0-19.4 22.7-2.2 36.6-13.7 54-21.6m-141.9 12.4c18.9 9.9 53.6 11 79.3 10.2 1.4 5.6 1.3 12.6 1.4 19.4-33 1.8-72-6.4-80.7-29.6m92.2 46.7c-1.7 4.3-5.3 9.3-9.8 11.1-12.1 4.9-45.6 8.7-62.4-.3-10.7-5.7-17.5-18.5-23.4-26-2.8-3.6-16.9-12.9-.2-12.9 13.1 32.7 58 29 95.8 28.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/jira.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/jira.svg new file mode 100644 index 0000000..c552427 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/jira.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M490 241.7C417.1 169 320.6 71.8 248.5 0 83 164.9 6 241.7 6 241.7c-7.9 7.9-7.9 20.7 0 28.7C138.8 402.7 67.8 331.9 248.5 512c379.4-378 15.7-16.7 241.5-241.7 8-7.9 8-20.7 0-28.6m-241.5 90-76-75.7 76-75.7 76 75.7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/joget.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/joget.svg new file mode 100644 index 0000000..37837c2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/joget.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M378.1 45C337.6 19.9 292.6 8 248.2 8 165 8 83.8 49.9 36.9 125.9c-71.9 116.6-35.6 269.3 81 341.2s269.3 35.6 341.2-80.9c71.9-116.6 35.6-269.4-81-341.2m51.8 323.2c-40.4 65.5-110.4 101.5-182 101.5-6.8 0-13.6-.4-20.4-1-9-13.6-19.9-33.3-23.7-42.4-5.7-13.7-27.2-45.6 31.2-67.1 51.7-19.1 176.7-16.5 208.8-17.6-4 9-8.6 17.9-13.9 26.6m-200.8-86.3c-55.5-1.4-81.7-20.8-58.5-48.2s51.1-40.7 68.9-51.2c17.9-10.5 27.3-33.7-23.6-29.7C87.3 161.5 48.6 252.1 37.6 293c-8.8-49.7-.1-102.7 28.5-149.1C128 43.4 259.6 12.2 360.1 74.1c74.8 46.1 111.2 130.9 99.3 212.7-24.9-.5-179.3-3.6-230.3-4.9m183.8-54.8c-22.7-6-57 11.3-86.7 27.2-29.7 15.8-31.1 8.2-31.1 8.2s40.2-28.1 50.7-34.5 31.9-14 13.4-24.6c-3.2-1.8-6.7-2.7-10.4-2.7-17.8 0-41.5 18.7-67.5 35.6-31.5 20.5-65.3 31.3-65.3 31.3l169.5-1.6 46.5-23.4s3.6-9.5-19.1-15.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/joomla.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/joomla.svg new file mode 100644 index 0000000..d14f548 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/joomla.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M.6 92.1C.6 58.8 27.4 32 60.4 32c30 0 54.5 21.9 59.2 50.2 32.6-7.6 67.1.6 96.5 30l-44.3 44.3c-20.5-20.5-42.6-16.3-55.4-3.5-14.3 14.3-14.3 37.9 0 52.2l99.5 99.5-44 44.3c-87.7-87.2-49.7-49.7-99.8-99.7-26.8-26.5-35-64.8-24.8-98.9C20.4 144.6.6 120.7.6 92.1m129.5 116.4 44.3 44.3c10-10 89.7-89.7 99.7-99.8 14.3-14.3 37.6-14.3 51.9 0 12.8 12.8 17 35-3.5 55.4l44 44.3c31.2-31.2 38.5-67.6 28.9-101.2 29.2-4.1 51.9-29.2 51.9-59.5 0-33.2-26.8-60.1-59.8-60.1-30.3 0-55.4 22.5-59.5 51.6-33.8-9.9-71.7-1.5-98.3 25.1-18.3 19.1-71.1 71.5-99.6 99.9m266.3 152.2c8.2-32.7-.9-68.5-26.3-93.9-11.8-12.2 5 4.7-99.5-99.7l-44.3 44.3 99.7 99.7c14.3 14.3 14.3 37.6 0 51.9-12.8 12.8-35 17-55.4-3.5l-44 44.3c27.6 30.2 68 38.8 102.7 28 5.5 27.4 29.7 48.1 58.9 48.1 33 0 59.8-26.8 59.8-60.1 0-30.2-22.5-55-51.6-59.1m-84.3-53.1-44-44.3c-87 86.4-50.4 50.4-99.7 99.8-14.3 14.3-37.6 14.3-51.9 0-13.1-13.4-16.9-35.3 3.2-55.4l-44-44.3c-30.2 30.2-38 65.2-29.5 98.3-26.7 6-46.2 29.9-46.2 58.2C0 453.2 26.8 480 59.8 480c28.6 0 52.5-19.8 58.6-46.7 32.7 8.2 68.5-.6 94.2-26 32.1-32 12.2-12.4 99.5-99.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/js.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/js.svg new file mode 100644 index 0000000..d824560 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/js.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 32v448h448V32zm243.8 349.4c0 43.6-25.6 63.5-62.9 63.5-33.7 0-53.2-17.4-63.2-38.5l34.3-20.7c6.6 11.7 12.6 21.6 27.1 21.6 13.8 0 22.6-5.4 22.6-26.5V237.7h42.1zm99.6 63.5c-39.1 0-64.4-18.6-76.7-43l34.3-19.8c9 14.7 20.8 25.6 41.5 25.6 17.4 0 28.6-8.7 28.6-20.8 0-14.4-11.4-19.5-30.7-28l-10.5-4.5c-30.4-12.9-50.5-29.2-50.5-63.5 0-31.6 24.1-55.6 61.6-55.6 26.8 0 46 9.3 59.8 33.7L368 290c-7.2-12.9-15-18-27.1-18-12.3 0-20.1 7.8-20.1 18 0 12.6 7.8 17.7 25.9 25.6l10.5 4.5c35.8 15.3 55.9 31 55.9 66.2 0 37.8-29.8 58.6-69.7 58.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/jsfiddle.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/jsfiddle.svg new file mode 100644 index 0000000..c10a88f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/jsfiddle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M510.634 237.462c-4.727-2.621-5.664-5.748-6.381-10.776-2.352-16.488-3.539-33.619-9.097-49.095-35.895-99.957-153.99-143.386-246.849-91.646-27.37 15.25-48.971 36.369-65.493 63.903-3.184-1.508-5.458-2.71-7.824-3.686-30.102-12.421-59.049-10.121-85.331 9.167-25.531 18.737-36.422 44.548-32.676 76.408.355 3.025-1.967 7.621-4.514 9.545-39.712 29.992-56.031 78.065-41.902 124.615 13.831 45.569 57.514 79.796 105.608 81.433 30.291 1.031 60.637.546 90.959.539 84.041-.021 168.09.531 252.12-.48 52.664-.634 96.108-36.873 108.212-87.293 11.54-48.074-11.144-97.3-56.832-122.634m21.107 156.88c-18.23 22.432-42.343 35.253-71.28 35.65-56.874.781-113.767.23-170.652.23 0 .7-163.028.159-163.728.154-43.861-.332-76.739-19.766-95.175-59.995-18.902-41.245-4.004-90.848 34.186-116.106 9.182-6.073 12.505-11.566 10.096-23.136-5.49-26.361 4.453-47.956 26.42-62.981 22.987-15.723 47.422-16.146 72.034-3.083 10.269 5.45 14.607 11.564 22.198-2.527 14.222-26.399 34.557-46.727 60.671-61.294 97.46-54.366 228.37 7.568 230.24 132.697.122 8.15 2.412 12.428 9.848 15.894 57.56 26.829 74.456 96.122 35.142 144.497m-87.789-80.499c-5.848 31.157-34.622 55.096-66.666 55.095-16.953-.001-32.058-6.545-44.079-17.705-27.697-25.713-71.141-74.98-95.937-93.387-20.056-14.888-41.99-12.333-60.272 3.782-49.996 44.071 15.859 121.775 67.063 77.188 4.548-3.96 7.84-9.543 12.744-12.844 8.184-5.509 20.766-.884 13.168 10.622-17.358 26.284-49.33 38.197-78.863 29.301-28.897-8.704-48.84-35.968-48.626-70.179 1.225-22.485 12.364-43.06 35.414-55.965 22.575-12.638 46.369-13.146 66.991 2.474C295.68 280.7 320.467 323.97 352.185 343.47c24.558 15.099 54.254 7.363 68.823-17.506 28.83-49.209-34.592-105.016-78.868-63.46-3.989 3.744-6.917 8.932-11.41 11.72-10.975 6.811-17.333-4.113-12.809-10.353 20.703-28.554 50.464-40.44 83.271-28.214 31.429 11.714 49.108 44.366 42.76 78.186"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/jxl.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/jxl.svg new file mode 100644 index 0000000..1268ea3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/jxl.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M412.2 32H35.8C16 32 0 48 0 67.8v376.4C0 464 16 480 35.8 480h376.4c19.8 0 35.8-16 35.8-35.8V67.8C448 48 432 32 412.2 32m-33.6 301.7c0 40.2-32.6 72.8-72.8 72.8H70.2c0-40.2 32.6-72.8 72.8-72.8zm0-113.9c0 40.2-32.6 72.8-72.8 72.8H70.2c0-40.2 32.6-72.8 72.8-72.8zm0-113.9c0 40.2-32.6 72.8-72.8 72.8H70.2c0-40.2 32.6-72.8 72.8-72.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/kaggle.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/kaggle.svg new file mode 100644 index 0000000..4a24282 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/kaggle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M304.2 501.5 158.4 320.3 298.2 185c2.6-2.7 1.7-10.5-5.3-10.5h-69.2c-3.5 0-7 1.8-10.5 5.3L80.9 313.5V7.5q0-7.5-7.5-7.5H21.5Q14 0 14 7.5v497q0 7.5 7.5 7.5h51.9q7.5 0 7.5-7.5v-109l30.8-29.3 110.5 140.6c3 3.5 6.5 5.3 10.5 5.3h66.9q5.25 0 6-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/keybase.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/keybase.svg new file mode 100644 index 0000000..89922cb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/keybase.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M286.17 419a18 18 0 1 0 18 18 18 18 0 0 0-18-18m111.92-147.6c-9.5-14.62-39.37-52.45-87.26-73.71q-9.1-4.06-18.38-7.27a78.43 78.43 0 0 0-47.88-104.13c-12.41-4.1-23.33-6-32.41-5.77-.6-2-1.89-11 9.4-35L198.66 32l-5.48 7.56c-8.69 12.06-16.92 23.55-24.34 34.89a51 51 0 0 0-8.29-1.25c-41.53-2.45-39-2.33-41.06-2.33-50.61 0-50.75 52.12-50.75 45.88l-2.36 36.68c-1.61 27 19.75 50.21 47.63 51.85l8.93.54a214 214 0 0 0-46.29 35.54C14 304.66 14 374 14 429.77v33.64l23.32-29.8a148.6 148.6 0 0 0 14.56 37.56c5.78 10.13 14.87 9.45 19.64 7.33 4.21-1.87 10-6.92 3.75-20.11a178.3 178.3 0 0 1-15.76-53.13l46.82-59.83-24.66 74.11c58.23-42.4 157.38-61.76 236.25-38.59 34.2 10.05 67.45.69 84.74-23.84.72-1 1.2-2.16 1.85-3.22a156 156 0 0 1 2.8 28.43c0 23.3-3.69 52.93-14.88 81.64-2.52 6.46 1.76 14.5 8.6 15.74 7.42 1.57 15.33-3.1 18.37-11.15C429 443 434 414 434 382.32c0-38.58-13-77.46-35.91-110.92M142.37 128.58l-15.7-.93-1.39 21.79 13.13.78a93 93 0 0 0 .32 19.57l-22.38-1.34a12.28 12.28 0 0 1-11.76-12.79L107 119c1-12.17 13.87-11.27 13.26-11.32l29.11 1.73a144 144 0 0 0-7 19.17m148.42 172.18a10.51 10.51 0 0 1-14.35-1.39l-9.68-11.49-34.42 27a8.09 8.09 0 0 1-11.13-1.08l-15.78-18.64a7.38 7.38 0 0 1 1.34-10.34l34.57-27.18-14.14-16.74-17.09 13.45a7.75 7.75 0 0 1-10.59-1s-3.72-4.42-3.8-4.53a7.38 7.38 0 0 1 1.37-10.34L214 225.19s-18.51-22-18.6-22.14a9.56 9.56 0 0 1 1.74-13.42 10.38 10.38 0 0 1 14.3 1.37l81.09 96.32a9.58 9.58 0 0 1-1.74 13.44M187.44 419a18 18 0 1 0 18 18 18 18 0 0 0-18-18"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/keycdn.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/keycdn.svg new file mode 100644 index 0000000..f5b2c9a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/keycdn.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m63.8 409.3 60.5-59c32.1 42.8 71.1 66 126.6 67.4 30.5.7 60.3-7 86.4-22.4 5.1 5.3 18.5 19.5 20.9 22-32.2 20.7-69.6 31.1-108.1 30.2-43.3-1.1-84.6-16.7-117.7-44.4.3-.6-38.2 37.5-38.6 37.9 9.5 29.8-13.1 62.4-46.3 62.4C20.7 503.3 0 481.7 0 454.9c0-34.3 33.1-56.6 63.8-45.6m354.9-252.4c19.1 31.3 29.6 67.4 28.7 104-1.1 44.8-19 87.5-48.6 121 .3.3 23.8 25.2 24.1 25.5 9.6-1.3 19.2 2 25.9 9.1 11.3 12 10.9 30.9-1.1 42.4-12 11.3-30.9 10.9-42.4-1.1-6.7-7-9.4-16.8-7.6-26.3-24.9-26.6-44.4-47.2-44.4-47.2 42.7-34.1 63.3-79.6 64.4-124.2.7-28.9-7.2-57.2-21.1-82.2zM104 53.1c6.7 7 9.4 16.8 7.6 26.3l45.9 48.1c-4.7 3.8-13.3 10.4-22.8 21.3-25.4 28.5-39.6 64.8-40.7 102.9-.7 28.9 6.1 57.2 20 82.4l-22 21.5C72.7 324 63.1 287.9 64.2 250.9c1-44.6 18.3-87.6 47.5-121.1l-25.3-26.4c-9.6 1.3-19.2-2-25.9-9.1-11.3-12-10.9-30.9 1.1-42.4C73.5 40.7 92.2 41 104 53.1M464.9 8c26 0 47.1 22.4 47.1 48.3S490.9 104 464.9 104c-6.3.1-14-1.1-15.9-1.8l-62.9 59.7c-32.7-43.6-76.7-65.9-126.9-67.2-30.5-.7-60.3 6.8-86.2 22.4l-21.1-22C184.1 74.3 221.5 64 260 64.9c43.3 1.1 84.6 16.7 117.7 44.6l41.1-38.6c-1.5-4.7-2.2-9.6-2.2-14.5C416.5 29.7 438.9 8 464.9 8M256.7 113.4c5.5 0 10.9.4 16.4 1.1 78.1 9.8 133.4 81.1 123.8 159.1-9.8 78.1-81.1 133.4-159.1 123.8-78.1-9.8-133.4-81.1-123.8-159.2 9.3-72.4 70.1-124.6 142.7-124.8m-59 119.4c.6 22.7 12.2 41.8 32.4 52.2l-11 51.7h73.7l-11-51.7c20.1-10.9 32.1-29 32.4-52.2-.4-32.8-25.8-57.5-58.3-58.3-32.1.8-57.3 24.8-58.2 58.3M256 160"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/kickstarter-k.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/kickstarter-k.svg new file mode 100644 index 0000000..cfcec66 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/kickstarter-k.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m356.6 256.2 40.8-40.5c42.2-41.9 42.2-110.3 0-152.1s-111-41.9-153.2 0l-14.9 14.8C209.6 50.3 177.1 32 140.2 32 80.5 32 32 80.2 32 139.5v233C32 431.9 80.5 480 140.2 480c37.1 0 69.3-18.3 89-46.4l14.9 14.7c42.2 41.9 111 41.9 153.2 0s42.2-110.3 0-152.1l-40.8-40z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/kickstarter.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/kickstarter.svg new file mode 100644 index 0000000..96b54c0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/kickstarter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm256.8 201-23.3 23.1 23.3 22.9c24.1 23.9 24.1 63 0 86.9s-63.4 23.9-87.6 0l-8.5-8.4c-11.3 16-29.7 26.5-50.9 26.5-34.1 0-61.9-27.5-61.9-61.4V189.4c0-33.8 27.7-61.4 61.9-61.4 21.1 0 39.6 10.5 50.9 26.5l8.5-8.4c24.1-23.9 63.4-23.9 87.6 0s24.1 63 0 86.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/korvue.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/korvue.svg new file mode 100644 index 0000000..d7f80bd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/korvue.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 446 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M386.5 34h-327C26.8 34 0 60.8 0 93.5v327.1C0 453.2 26.8 480 59.5 480h327.1c33 0 59.5-26.8 59.5-59.5v-327C446 60.8 419.2 34 386.5 34M87.1 120.8h96v116l61.8-116h110.9l-81.2 132H87.1zm161.8 272.1-65.7-113.6v113.6h-96V262.1h191.5l88.6 130.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/laravel.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/laravel.svg new file mode 100644 index 0000000..6dce096 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/laravel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M504.4 115.83a6 6 0 0 0-.28-.68 8.5 8.5 0 0 0-.53-1.25 6 6 0 0 0-.54-.71 9 9 0 0 0-.72-.94c-.23-.22-.52-.4-.77-.6a9 9 0 0 0-.9-.68L404.4 55.55a8 8 0 0 0-8 0L300.12 111a8 8 0 0 0-.88.69 8 8 0 0 0-.78.6 8 8 0 0 0-.72.93c-.17.24-.39.45-.54.71a10 10 0 0 0-.52 1.25c-.08.23-.21.44-.28.68a8 8 0 0 0-.28 2.08v105.24l-80.22 46.19V63.44a7.8 7.8 0 0 0-.28-2.09c-.06-.24-.2-.45-.28-.68a8.4 8.4 0 0 0-.52-1.24c-.14-.26-.37-.47-.54-.72a9 9 0 0 0-.72-.94 10 10 0 0 0-.78-.6 10 10 0 0 0-.88-.68L115.61 1.07a8 8 0 0 0-8 0L11.34 56.49a6.5 6.5 0 0 0-.88.69 8 8 0 0 0-.79.6 8 8 0 0 0-.71.93c-.18.25-.4.46-.55.72a8 8 0 0 0-.51 1.24 7 7 0 0 0-.29.67 8.2 8.2 0 0 0-.28 2.1v329.7a8 8 0 0 0 4 6.95l192.5 110.84a9 9 0 0 0 1.33.54c.21.08.41.2.63.26a7.9 7.9 0 0 0 4.1 0c.2-.05.37-.16.55-.22a8.6 8.6 0 0 0 1.4-.58L404.4 400.09a8 8 0 0 0 4-6.95V287.88l92.24-53.11a8 8 0 0 0 4-7V117.92a8.6 8.6 0 0 0-.24-2.09M111.6 17.28l80.19 46.15-80.2 46.18-80.18-46.17Zm88.25 60V278.6l-46.53 26.79-33.69 19.4V123.5l46.53-26.79Zm0 412.78L23.37 388.5V77.32L57.06 96.7l46.52 26.8v215.18a7 7 0 0 0 .12.9 8 8 0 0 0 .16 1.18 6 6 0 0 0 .38.9 6.4 6.4 0 0 0 .42 1 9 9 0 0 0 .6.78 8 8 0 0 0 .66.84c.23.22.52.38.77.58a9 9 0 0 0 .86.66l92.19 52.18Zm8-106.17-80.06-45.32 84.09-48.41 92.26-53.11 80.13 46.13-58.8 33.56Zm184.52 4.57L215.88 490.11V397.8l130.72-74.6 45.77-26.15Zm0-119.13L358.68 250l-46.53-26.79v-91.42l33.69 19.4L392.37 178Zm8-105.28-80.2-46.17 80.2-46.16 80.18 46.15Zm8 105.28V178L455 151.19l33.68-19.4v91.39Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/lastfm.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/lastfm.svg new file mode 100644 index 0000000..76a0198 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/lastfm.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m225.8 367.1-18.8-51s-30.5 34-76.2 34c-40.5 0-69.2-35.2-69.2-91.5 0-72.1 36.4-97.9 72.1-97.9 66.5 0 74.8 53.3 100.9 134.9 18.8 56.9 54 102.6 155.4 102.6 72.7 0 122-22.3 122-80.9 0-72.9-62.7-80.6-115-92.1-25.8-5.9-33.4-16.4-33.4-34 0-19.9 15.8-31.7 41.6-31.7 28.2 0 43.4 10.6 45.7 35.8l58.6-7c-4.7-52.8-41.1-74.5-100.9-74.5-52.8 0-104.4 19.9-104.4 83.9 0 39.9 19.4 65.1 68 76.8 44.9 10.6 79.8 13.8 79.8 45.7 0 21.7-21.1 30.5-61 30.5-59.2 0-83.9-31.1-97.9-73.9-32-96.8-43.6-163-161.3-163C45.7 113.8 0 168.3 0 261c0 89.1 45.7 137.2 127.9 137.2 66.2 0 97.9-31.1 97.9-31.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/leanpub.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/leanpub.svg new file mode 100644 index 0000000..71e46f4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/leanpub.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m386.539 111.485 15.096 248.955-10.979-.275c-36.232-.824-71.64 8.783-102.657 27.997-31.016-19.214-66.424-27.997-102.657-27.997-45.564 0-82.07 10.705-123.516 27.723L93.117 129.6c28.546-11.803 61.484-18.115 92.226-18.115 41.173 0 73.836 13.175 102.657 42.544 27.723-28.271 59.013-41.721 98.539-42.544M569.07 448c-25.526 0-47.485-5.215-70.542-15.645-34.31-15.645-69.993-24.978-107.871-24.978-38.977 0-74.934 12.901-102.657 40.623-27.723-27.723-63.68-40.623-102.657-40.623-37.878 0-73.561 9.333-107.871 24.978C55.239 442.236 32.731 448 8.303 448H6.93L49.475 98.859C88.726 76.626 136.486 64 181.775 64 218.83 64 256.984 71.685 288 93.095 319.016 71.685 357.17 64 394.225 64c45.289 0 93.049 12.626 132.3 34.859zm-43.368-44.741-34.036-280.246c-30.742-13.999-67.248-21.41-101.009-21.41-38.428 0-74.385 12.077-102.657 38.702-28.272-26.625-64.228-38.702-102.657-38.702-33.761 0-70.267 7.411-101.009 21.41L50.298 403.259c47.211-19.487 82.894-33.486 135.045-33.486 37.604 0 70.817 9.606 102.657 29.644 31.84-20.038 65.052-29.644 102.657-29.644 52.151 0 87.834 13.999 135.045 33.486"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/less.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/less.svg new file mode 100644 index 0000000..1724238 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/less.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M612.7 219c0-20.5 3.2-32.6 3.2-54.6 0-34.2-12.6-45.2-40.5-45.2h-20.5v24.2h6.3c14.2 0 17.3 4.7 17.3 22.1 0 16.3-1.6 32.6-1.6 51.5 0 24.2 7.9 33.6 23.6 37.3v1.6c-15.8 3.7-23.6 13.1-23.6 37.3 0 18.9 1.6 34.2 1.6 51.5 0 17.9-3.7 22.6-17.3 22.6v.5h-6.3V393h20.5c27.8 0 40.5-11 40.5-45.2 0-22.6-3.2-34.2-3.2-54.6 0-11 6.8-22.6 27.3-23.6v-27.3c-20.5-.7-27.3-12.3-27.3-23.3m-105.6 32c-15.8-6.3-30.5-10-30.5-20.5 0-7.9 6.3-12.6 17.9-12.6s22.1 4.7 33.6 13.1l21-27.8c-13.1-10-31-20.5-55.2-20.5-35.7 0-59.9 20.5-59.9 49.4 0 25.7 22.6 38.9 41.5 46.2 16.3 6.3 32.1 11.6 32.1 22.1 0 7.9-6.3 13.1-20.5 13.1-13.1 0-26.3-5.3-40.5-16.3l-21 30.5c15.8 13.1 39.9 22.1 59.9 22.1 42 0 64.6-22.1 64.6-51s-22.5-41-43-47.8m-358.9 59.4c-3.7 0-8.4-3.2-8.4-13.1V119.1H65.2c-28.4 0-41 11-41 45.2 0 22.6 3.2 35.2 3.2 54.6 0 11-6.8 22.6-27.3 23.6v27.3c20.5.5 27.3 12.1 27.3 23.1 0 19.4-3.2 31-3.2 53.6 0 34.2 12.6 45.2 40.5 45.2h20.5v-24.2h-6.3c-13.1 0-17.3-5.3-17.3-22.6s1.6-32.1 1.6-51.5c0-24.2-7.9-33.6-23.6-37.3v-1.6c15.8-3.7 23.6-13.1 23.6-37.3 0-18.9-1.6-34.2-1.6-51.5s3.7-22.1 17.3-22.1H93v150.8c0 32.1 11 53.1 43.1 53.1 10 0 17.9-1.6 23.6-3.7l-5.3-34.2c-3.1.8-4.6.8-6.2.8M379.9 251c-16.3-6.3-31-10-31-20.5 0-7.9 6.3-12.6 17.9-12.6s22.1 4.7 33.6 13.1l21-27.8c-13.1-10-31-20.5-55.2-20.5-35.7 0-59.9 20.5-59.9 49.4 0 25.7 22.6 38.9 41.5 46.2 16.3 6.3 32.1 11.6 32.1 22.1 0 7.9-6.3 13.1-20.5 13.1-13.1 0-26.3-5.3-40.5-16.3l-20.5 30.5c15.8 13.1 39.9 22.1 59.9 22.1 42 0 64.6-22.1 64.6-51 .1-28.9-22.5-41-43-47.8m-155-68.8c-38.4 0-75.1 32.1-74.1 82.5 0 52 34.2 82.5 79.3 82.5 18.9 0 39.9-6.8 56.2-17.9l-15.8-27.8c-11.6 6.8-22.6 10-34.2 10-21 0-37.3-10-41.5-34.2H290c.5-3.7 1.6-11 1.6-19.4.6-42.6-22.6-75.7-66.7-75.7m-30 66.2c3.2-21 15.8-31 30.5-31 18.9 0 26.3 13.1 26.3 31z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/letterboxd.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/letterboxd.svg new file mode 100644 index 0000000..ae4615c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/letterboxd.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M521.3 128c65.6 0 118.7 53.1 118.7 118.6s-53.1 118.6-118.7 118.6c-42.5 0-79.7-22.3-100.7-55.8 11.4-18.2 18-39.7 18-62.8s-6.6-44.6-18-62.8l.8-1.2c20.8-32.3 56.8-53.9 97.9-54.6zM320 128c42.5 0 79.7 22.3 100.7 55.8-11.4 18.2-18 39.7-18 62.8s6.6 44.6 18 62.8l-.8 1.2c-20.8 32.3-56.8 53.9-97.9 54.6h-2c-42.5 0-79.7-22.3-100.7-55.8 11.4-18.2 18-39.7 18-62.8s-6.6-44.6-18-62.8l.8-1.2c20.8-32.3 56.8-53.9 97.9-54.6zm-201.3 0c42.5 0 79.7 22.3 100.7 55.8-11.4 18.2-18 39.7-18 62.8s6.6 44.6 18 62.8l-.8 1.2c-20.8 32.3-56.8 53.9-97.9 54.6h-2C53.1 365.1 0 312.1 0 246.6S53.1 128 118.7 128"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/line.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/line.svg new file mode 100644 index 0000000..77a243d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/line.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M311 196.8v81.3c0 2.1-1.6 3.7-3.7 3.7h-13c-1.3 0-2.4-.7-3-1.5L254 230v48.2c0 2.1-1.6 3.7-3.7 3.7h-13c-2.1 0-3.7-1.6-3.7-3.7v-81.3c0-2.1 1.6-3.7 3.7-3.7h12.9c1.1 0 2.4.6 3 1.6l37.3 50.3v-48.2c0-2.1 1.6-3.7 3.7-3.7h13c2.1-.1 3.8 1.6 3.8 3.5zm-93.7-3.7h-13c-2.1 0-3.7 1.6-3.7 3.7v81.3c0 2.1 1.6 3.7 3.7 3.7h13c2.1 0 3.7-1.6 3.7-3.7v-81.3c0-1.9-1.6-3.7-3.7-3.7m-31.4 68.1h-35.6v-64.4c0-2.1-1.6-3.7-3.7-3.7h-13c-2.1 0-3.7 1.6-3.7 3.7v81.3c0 1 .3 1.8 1 2.5.7.6 1.5 1 2.5 1h52.2c2.1 0 3.7-1.6 3.7-3.7v-13c0-1.9-1.6-3.7-3.5-3.7zm193.7-68.1h-52.3c-1.9 0-3.7 1.6-3.7 3.7v81.3c0 1.9 1.6 3.7 3.7 3.7h52.2c2.1 0 3.7-1.6 3.7-3.7V265c0-2.1-1.6-3.7-3.7-3.7H344v-13.6h35.5c2.1 0 3.7-1.6 3.7-3.7v-13.1c0-2.1-1.6-3.7-3.7-3.7H344v-13.7h35.5c2.1 0 3.7-1.6 3.7-3.7v-13c-.1-1.9-1.7-3.7-3.7-3.7zM512 93.4v326c-.1 51.2-42.1 92.7-93.4 92.6h-326C41.4 511.9-.1 469.8 0 418.6v-326C.1 41.4 42.2-.1 93.4 0h326c51.2.1 92.7 42.1 92.6 93.4m-70.4 140.1c0-83.4-83.7-151.3-186.4-151.3S68.8 150.1 68.8 233.5c0 74.7 66.3 137.4 155.9 149.3 21.8 4.7 19.3 12.7 14.4 42.1-.8 4.7-3.8 18.4 16.1 10.1s107.3-63.2 146.5-108.2c27-29.7 39.9-59.8 39.9-93.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/linkedin-in.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/linkedin-in.svg new file mode 100644 index 0000000..3533077 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/linkedin-in.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3M447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/linkedin.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/linkedin.svg new file mode 100644 index 0000000..c69e8cc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/linkedin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3M135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5m282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/linode.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/linode.svg new file mode 100644 index 0000000..9616079 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/linode.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m366.036 186.867-59.5 36.871-.838 36.871-29.329-19.273-39.384 24.3c2.238 55.211 2.483 59.271 2.51 59.5l-97.2 65.359-15.081-104.747 108.1-62.01-40.224-25.977-75.417 38.547-20.95-143.293 129.048-49.441L136.432 0 10.737 39.385 38.39 174.3l41.9 32.681-31.845 15.081 20.949 101.395 29.329 27.653-20.949 12.569 16.76 78.769L160.733 512c-10.8-74.842-11.658-78.641-11.725-78.773l77.925-55.3c16.759-12.57 15.083-10.894 15.083-10.894l.838 24.3 33.519 28.491-.838-77.093 46.927-33.519 26.815-18.435-2.514 36.033 25.139 17.6 6.7-74.579 58.657-43.575Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/linux.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/linux.svg new file mode 100644 index 0000000..4fb1239 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/linux.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M220.8 123.3c1 .5 1.8 1.7 3 1.7 1.1 0 2.8-.4 2.9-1.5.2-1.4-1.9-2.3-3.2-2.9-1.7-.7-3.9-1-5.5-.1-.4.2-.8.7-.6 1.1.3 1.3 2.3 1.1 3.4 1.7m-21.9 1.7c1.2 0 2-1.2 3-1.7 1.1-.6 3.1-.4 3.5-1.6.2-.4-.2-.9-.6-1.1-1.6-.9-3.8-.6-5.5.1-1.3.6-3.4 1.5-3.2 2.9.1 1 1.8 1.5 2.8 1.4M420 403.8c-3.6-4-5.3-11.6-7.2-19.7-1.8-8.1-3.9-16.8-10.5-22.4-1.3-1.1-2.6-2.1-4-2.9-1.3-.8-2.7-1.5-4.1-2 9.2-27.3 5.6-54.5-3.7-79.1-11.4-30.1-31.3-56.4-46.5-74.4-17.1-21.5-33.7-41.9-33.4-72C311.1 85.4 315.7.1 234.8 0 132.4-.2 158 103.4 156.9 135.2c-1.7 23.4-6.4 41.8-22.5 64.7-18.9 22.5-45.5 58.8-58.1 96.7-6 17.9-8.8 36.1-6.2 53.3-6.5 5.8-11.4 14.7-16.6 20.2-4.2 4.3-10.3 5.9-17 8.3s-14 6-18.5 14.5c-2.1 3.9-2.8 8.1-2.8 12.4 0 3.9.6 7.9 1.2 11.8 1.2 8.1 2.5 15.7.8 20.8-5.2 14.4-5.9 24.4-2.2 31.7 3.8 7.3 11.4 10.5 20.1 12.3 17.3 3.6 40.8 2.7 59.3 12.5 19.8 10.4 39.9 14.1 55.9 10.4 11.6-2.6 21.1-9.6 25.9-20.2 12.5-.1 26.3-5.4 48.3-6.6 14.9-1.2 33.6 5.3 55.1 4.1.6 2.3 1.4 4.6 2.5 6.7v.1c8.3 16.7 23.8 24.3 40.3 23 16.6-1.3 34.1-11 48.3-27.9 13.6-16.4 36-23.2 50.9-32.2 7.4-4.5 13.4-10.1 13.9-18.3.4-8.2-4.4-17.3-15.5-29.7M223.7 87.3c9.8-22.2 34.2-21.8 44-.4 6.5 14.2 3.6 30.9-4.3 40.4-1.6-.8-5.9-2.6-12.6-4.9 1.1-1.2 3.1-2.7 3.9-4.6 4.8-11.8-.2-27-9.1-27.3-7.3-.5-13.9 10.8-11.8 23-4.1-2-9.4-3.5-13-4.4-1-6.9-.3-14.6 2.9-21.8M183 75.8c10.1 0 20.8 14.2 19.1 33.5-3.5 1-7.1 2.5-10.2 4.6 1.2-8.9-3.3-20.1-9.6-19.6-8.4.7-9.8 21.2-1.8 28.1 1 .8 1.9-.2-5.9 5.5-15.6-14.6-10.5-52.1 8.4-52.1m-13.6 60.7c6.2-4.6 13.6-10 14.1-10.5 4.7-4.4 13.5-14.2 27.9-14.2 7.1 0 15.6 2.3 25.9 8.9 6.3 4.1 11.3 4.4 22.6 9.3 8.4 3.5 13.7 9.7 10.5 18.2-2.6 7.1-11 14.4-22.7 18.1-11.1 3.6-19.8 16-38.2 14.9-3.9-.2-7-1-9.6-2.1-8-3.5-12.2-10.4-20-15-8.6-4.8-13.2-10.4-14.7-15.3q-2.1-7.35 4.2-12.3m3.3 334c-2.7 35.1-43.9 34.4-75.3 18-29.9-15.8-68.6-6.5-76.5-21.9-2.4-4.7-2.4-12.7 2.6-26.4v-.2c2.4-7.6.6-16-.6-23.9-1.2-7.8-1.8-15 .9-20 3.5-6.7 8.5-9.1 14.8-11.3 10.3-3.7 11.8-3.4 19.6-9.9 5.5-5.7 9.5-12.9 14.3-18 5.1-5.5 10-8.1 17.7-6.9 8.1 1.2 15.1 6.8 21.9 16l19.6 35.6c9.5 19.9 43.1 48.4 41 68.9m-1.4-25.9c-4.1-6.6-9.6-13.6-14.4-19.6 7.1 0 14.2-2.2 16.7-8.9 2.3-6.2 0-14.9-7.4-24.9-13.5-18.2-38.3-32.5-38.3-32.5-13.5-8.4-21.1-18.7-24.6-29.9s-3-23.3-.3-35.2c5.2-22.9 18.6-45.2 27.2-59.2 2.3-1.7.8 3.2-8.7 20.8-8.5 16.1-24.4 53.3-2.6 82.4.6-20.7 5.5-41.8 13.8-61.5 12-27.4 37.3-74.9 39.3-112.7 1.1.8 4.6 3.2 6.2 4.1 4.6 2.7 8.1 6.7 12.6 10.3 12.4 10 28.5 9.2 42.4 1.2 6.2-3.5 11.2-7.5 15.9-9 9.9-3.1 17.8-8.6 22.3-15 7.7 30.4 25.7 74.3 37.2 95.7 6.1 11.4 18.3 35.5 23.6 64.6 3.3-.1 7 .4 10.9 1.4 13.8-35.7-11.7-74.2-23.3-84.9-4.7-4.6-4.9-6.6-2.6-6.5 12.6 11.2 29.2 33.7 35.2 59 2.8 11.6 3.3 23.7.4 35.7 16.4 6.8 35.9 17.9 30.7 34.8-2.2-.1-3.2 0-4.2 0 3.2-10.1-3.9-17.6-22.8-26.1-19.6-8.6-36-8.6-38.3 12.5-12.1 4.2-18.3 14.7-21.4 27.3-2.8 11.2-3.6 24.7-4.4 39.9-.5 7.7-3.6 18-6.8 29-32.1 22.9-76.7 32.9-114.3 7.2m257.4-11.5c-.9 16.8-41.2 19.9-63.2 46.5-13.2 15.7-29.4 24.4-43.6 25.5s-26.5-4.8-33.7-19.3c-4.7-11.1-2.4-23.1 1.1-36.3 3.7-14.2 9.2-28.8 9.9-40.6.8-15.2 1.7-28.5 4.2-38.7 2.6-10.3 6.6-17.2 13.7-21.1.3-.2.7-.3 1-.5.8 13.2 7.3 26.6 18.8 29.5 12.6 3.3 30.7-7.5 38.4-16.3 9-.3 15.7-.9 22.6 5.1 9.9 8.5 7.1 30.3 17.1 41.6 10.6 11.6 14 19.5 13.7 24.6M173.3 148.7c2 1.9 4.7 4.5 8 7.1 6.6 5.2 15.8 10.6 27.3 10.6 11.6 0 22.5-5.9 31.8-10.8 4.9-2.6 10.9-7 14.8-10.4s5.9-6.3 3.1-6.6-2.6 2.6-6 5.1c-4.4 3.2-9.7 7.4-13.9 9.8-7.4 4.2-19.5 10.2-29.9 10.2s-18.7-4.8-24.9-9.7c-3.1-2.5-5.7-5-7.7-6.9-1.5-1.4-1.9-4.6-4.3-4.9-1.4-.1-1.8 3.7 1.7 6.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/lyft.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/lyft.svg new file mode 100644 index 0000000..7d8a486 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/lyft.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 81.1h77.8v208.7c0 33.1 15 52.8 27.2 61-12.7 11.1-51.2 20.9-80.2-2.8C7.8 334 0 310.7 0 289zm485.9 173.5v-22h23.8v-76.8h-26.1c-10.1-46.3-51.2-80.7-100.3-80.7-56.6 0-102.7 46-102.7 102.7V357c16 2.3 35.4-.3 51.7-14 17.1-14 24.8-37.2 24.8-59v-6.7h38.8v-76.8h-38.8v-23.3c0-34.6 52.2-34.6 52.2 0v77.1c0 56.6 46 102.7 102.7 102.7v-76.5c-14.5 0-26.1-11.7-26.1-25.9m-294.3-99v113c0 15.4-23.8 15.4-23.8 0v-113H91v132.7c0 23.8 8 54 45 63.9 37 9.8 58.2-10.6 58.2-10.6-2.1 13.4-14.5 23.3-34.9 25.3-15.5 1.6-35.2-3.6-45-7.8v70.3c25.1 7.5 51.5 9.8 77.6 4.7 47.1-9.1 76.8-48.4 76.8-100.8V155.1h-77.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/magento.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/magento.svg new file mode 100644 index 0000000..5319a25 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/magento.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M445.7 127.9V384l-63.4 36.5V164.7L223.8 73.1 65.2 164.7l.4 255.9L2.3 384V128.1L224.2 0zM255.6 420.5 224 438.9l-31.8-18.2v-256l-63.3 36.6.1 255.9 94.9 54.9 95.1-54.9v-256l-63.4-36.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/mailchimp.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/mailchimp.svg new file mode 100644 index 0000000..6d26e03 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/mailchimp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M330.61 243.52a36.2 36.2 0 0 1 9.3 0c1.66-3.83 1.95-10.43.45-17.61-2.23-10.67-5.25-17.14-11.48-16.13s-6.47 8.74-4.24 19.42c1.26 6 3.49 11.14 6 14.32zM277.05 252c4.47 2 7.2 3.26 8.28 2.13 1.89-1.94-3.48-9.39-12.12-13.09a31.44 31.44 0 0 0-30.61 3.68c-3 2.18-5.81 5.22-5.41 7.06.85 3.74 10-2.71 22.6-3.48 7-.44 12.8 1.75 17.26 3.71zm-9 5.13c-9.07 1.42-15 6.53-13.47 10.1.9.34 1.17.81 5.21-.81a37 37 0 0 1 18.72-1.95c2.92.34 4.31.52 4.94-.49 1.46-2.22-5.71-8-15.39-6.85zm54.17 17.1c3.38-6.87-10.9-13.93-14.3-7s10.92 13.88 14.32 6.97zm15.66-20.47c-7.66-.13-7.95 15.8-.26 15.93s7.98-15.81.28-15.96zm-218.79 78.9c-1.32.31-6 1.45-8.47-2.35-5.2-8 11.11-20.38 3-35.77-9.1-17.47-27.82-13.54-35.05-5.54-8.71 9.6-8.72 23.54-5 24.08 4.27.57 4.08-6.47 7.38-11.63a12.83 12.83 0 0 1 17.85-3.72c11.59 7.59 1.37 17.76 2.28 28.62 1.39 16.68 18.42 16.37 21.58 9a2.08 2.08 0 0 0-.2-2.33c.03.89.68-1.3-3.35-.39zm299.72-17.07c-3.35-11.73-2.57-9.22-6.78-20.52 2.45-3.67 15.29-24-3.07-43.25-10.4-10.92-33.9-16.54-41.1-18.54-1.5-11.39 4.65-58.7-21.52-83 20.79-21.55 33.76-45.29 33.73-65.65-.06-39.16-48.15-51-107.42-26.47l-12.55 5.33c-.06-.05-22.71-22.27-23.05-22.57C169.5-18-41.77 216.81 25.78 273.85l14.76 12.51a72.5 72.5 0 0 0-4.1 33.5c3.36 33.4 36 60.42 67.53 60.38 57.73 133.06 267.9 133.28 322.29 3 1.74-4.47 9.11-24.61 9.11-42.38s-10.09-25.27-16.53-25.27zm-316 48.16c-22.82-.61-47.46-21.15-49.91-45.51-6.17-61.31 74.26-75.27 84-12.33 4.54 29.64-4.67 58.49-34.12 57.81zM84.3 249.55C69.14 252.5 55.78 261.09 47.6 273c-4.88-4.07-14-12-15.59-15-13.01-24.85 14.24-73 33.3-100.21C112.42 90.56 186.19 39.68 220.36 48.91c5.55 1.57 23.94 22.89 23.94 22.89s-34.15 18.94-65.8 45.35c-42.66 32.85-74.89 80.59-94.2 132.4M323.18 350.7s-35.74 5.3-69.51-7.07c6.21-20.16 27 6.1 96.4-13.81 15.29-4.38 35.37-13 51-25.35a102.9 102.9 0 0 1 7.12 24.28c3.66-.66 14.25-.52 11.44 18.1-3.29 19.87-11.73 36-25.93 50.84A106.9 106.9 0 0 1 362.55 421a132.5 132.5 0 0 1-20.34 8.58c-53.51 17.48-108.3-1.74-126-43a66.3 66.3 0 0 1-3.55-9.74c-7.53-27.2-1.14-59.83 18.84-80.37 1.23-1.31 2.48-2.85 2.48-4.79a8.45 8.45 0 0 0-1.92-4.54c-7-10.13-31.19-27.4-26.33-60.83 3.5-24 24.49-40.91 44.07-39.91l5 .29c8.48.5 15.89 1.59 22.88 1.88 11.69.5 22.2-1.19 34.64-11.56 4.2-3.5 7.57-6.54 13.26-7.51a17.45 17.45 0 0 1 13.6 2.24c10 6.64 11.4 22.73 11.92 34.49.29 6.72 1.1 23 1.38 27.63.63 10.67 3.43 12.17 9.11 14 3.19 1.05 6.15 1.83 10.51 3.06 13.21 3.71 21 7.48 26 12.31a16.38 16.38 0 0 1 4.74 9.29c1.56 11.37-8.82 25.4-36.31 38.16-46.71 21.68-93.68 14.45-100.48 13.68-20.15-2.71-31.63 23.32-19.55 41.15 22.64 33.41 122.4 20 151.37-21.35.69-1 .12-1.59-.73-1-41.77 28.58-97.06 38.21-128.46 26-4.77-1.85-14.73-6.44-15.94-16.67 43.6 13.49 71 .74 71 .74s2.03-2.79-.56-2.53M171.31 157.5c16.74-19.35 37.36-36.18 55.83-45.63a.73.73 0 0 1 1 1c-1.46 2.66-4.29 8.34-5.19 12.65a.75.75 0 0 0 1.16.79c11.49-7.83 31.48-16.22 49-17.3a.77.77 0 0 1 .52 1.38 41.9 41.9 0 0 0-7.71 7.74.75.75 0 0 0 .59 1.19c12.31.09 29.66 4.4 41 10.74.76.43.22 1.91-.64 1.72-69.55-15.94-123.08 18.53-134.5 26.83a.76.76 0 0 1-1-1.12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/mandalorian.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/mandalorian.svg new file mode 100644 index 0000000..2d26ff8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/mandalorian.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M232.27 511.89c-1-3.26-1.69-15.83-1.39-24.58.55-15.89 1-24.72 1.4-28.76.64-6.2 2.87-20.72 3.28-21.38.6-1 .4-27.87-.24-33.13-.31-2.58-.63-11.9-.69-20.73-.13-16.47-.53-20.12-2.73-24.76-1.1-2.32-1.23-3.84-1-11.43a92 92 0 0 0-.34-12.71c-2-13-3.46-27.7-3.25-33.9s.43-7.15 2.06-9.67c3.05-4.71 6.51-14 8.62-23.27 2.26-9.86 3.88-17.18 4.59-20.74a109.5 109.5 0 0 1 4.42-15.05c2.27-6.25 2.49-15.39.37-15.39-.3 0-1.38 1.22-2.41 2.71s-4.76 4.8-8.29 7.36c-8.37 6.08-11.7 9.39-12.66 12.58s-1 7.23-.16 7.76c.34.21 1.29 2.4 2.11 4.88a28.83 28.83 0 0 1 .72 15.36c-.39 1.77-1 5.47-1.46 8.23s-1 6.46-1.25 8.22a9.85 9.85 0 0 1-1.55 4.26c-1 1-1.14.91-2.05-.53a14.9 14.9 0 0 1-1.44-4.75c-.25-1.74-1.63-7.11-3.08-11.93-3.28-10.9-3.52-16.15-1-21a14.2 14.2 0 0 0 1.67-4.61c0-2.39-2.2-5.32-7.41-9.89-7-6.18-8.63-7.92-10.23-11.3-1.71-3.6-3.06-4.06-4.54-1.54-1.78 3-2.6 9.11-3 22l-.34 12.19 2 2.25c3.21 3.7 12.07 16.45 13.78 19.83 3.41 6.74 4.34 11.69 4.41 23.56s.95 22.75 2 24.71c.36.66.51 1.35.34 1.52s.41 2.09 1.29 4.27a38.1 38.1 0 0 1 2.06 9 91 91 0 0 0 1.71 10.37c2.23 9.56 2.77 14.08 2.39 20.14-.2 3.27-.53 11.07-.73 17.32-1.31 41.76-1.85 58-2 61.21-.12 2-.39 11.51-.6 21.07-.36 16.3-1.3 27.37-2.42 28.65-.64.73-8.07-4.91-12.52-9.49-3.75-3.87-4-4.79-2.83-9.95.7-3 2.26-18.29 3.33-32.62.36-4.78.81-10.5 1-12.71.83-9.37 1.66-20.35 2.61-34.78.56-8.46 1.33-16.44 1.72-17.73s.89-9.89 1.13-19.11l.43-16.77-2.26-4.3c-1.72-3.28-4.87-6.94-13.22-15.34-6-6.07-11.84-12.3-12.91-13.85l-1.95-2.81.75-10.9c1.09-15.71 1.1-48.57 0-59.06l-.89-8.7-3.28-4.52c-5.86-8.08-5.8-7.75-6.22-33.27-.1-6.07-.38-11.5-.63-12.06-.83-1.87-3.05-2.66-8.54-3.05-8.86-.62-11-1.9-23.85-14.55-6.15-6-12.34-12-13.75-13.19-2.81-2.42-2.79-2-.56-9.63l1.35-4.65-1.69-3a32 32 0 0 0-2.59-4.07c-1.33-1.51-5.5-10.89-6-13.49a4.24 4.24 0 0 1 .87-3.9c2.23-2.86 3.4-5.68 4.45-10.73 2.33-11.19 7.74-26.09 10.6-29.22 3.18-3.47 7.7-1 9.41 5 1.34 4.79 1.37 9.79.1 18.55a101 101 0 0 0-1 11.11c0 4 .19 4.69 2.25 7.39 3.33 4.37 7.73 7.41 15.2 10.52a18.7 18.7 0 0 1 4.72 2.85c11.17 10.72 18.62 16.18 22.95 16.85 5.18.8 8 4.54 10 13.39 1.31 5.65 4 11.14 5.46 11.14a9.4 9.4 0 0 0 3.33-1.39c2-1.22 2.25-1.73 2.25-4.18a133 133 0 0 0-2-17.84c-.37-1.66-.78-4.06-.93-5.35s-.61-3.85-1-5.69c-2.55-11.16-3.65-15.46-4.1-16-1.55-2-4.08-10.2-4.93-15.92-1.64-11.11-4-14.23-12.91-17.39A43.2 43.2 0 0 1 165.24 78c-1.15-1-4-3.22-6.35-5.06s-4.41-3.53-4.6-3.76a23 23 0 0 0-2.69-2c-6.24-4.22-8.84-7-11.26-12l-2.44-5-.22-13-.22-13 6.91-6.55c3.95-3.75 8.48-7.35 10.59-8.43 3.31-1.69 4.45-1.89 11.37-2 8.53-.19 10.12 0 11.66 1.56s1.36 6.4-.29 8.5a6.7 6.7 0 0 0-1.34 2.32c0 .58-2.61 4.91-5.42 9a30.4 30.4 0 0 0-2.37 6.82c20.44 13.39 21.55 3.77 14.07 29L194 66.92c3.11-8.66 6.47-17.26 8.61-26.22.29-7.63-12-4.19-15.4-8.68-2.33-5.93 3.13-14.18 6.06-19.2 1.6-2.34 6.62-4.7 8.82-4.15.88.22 4.16-.35 7.37-1.28a45.3 45.3 0 0 1 7.55-1.68 29.6 29.6 0 0 0 6-1.29c3.65-1.11 4.5-1.17 6.35-.4a29.5 29.5 0 0 0 5.82 1.36 18.2 18.2 0 0 1 6 1.91 22.7 22.7 0 0 0 5 2.17c2.51.68 3 .57 7.05-1.67l4.35-2.4L268.32 5c10.44-.4 10.81-.47 15.26-2.68L288.16 0l2.46 1.43c1.76 1 3.14 2.73 4.85 6 2.36 4.51 2.38 4.58 1.37 7.37-.88 2.44-.89 3.3-.1 6.39a36 36 0 0 0 2.1 5.91 13.6 13.6 0 0 1 1.31 4c.31 4.33 0 5.3-2.41 6.92-2.17 1.47-7 7.91-7 9.34a14.8 14.8 0 0 1-1.07 3c-5 11.51-6.76 13.56-14.26 17-9.2 4.2-12.3 5.19-16.21 5.19-3.1 0-4 .25-4.54 1.26a18.3 18.3 0 0 1-4.09 3.71 13.6 13.6 0 0 0-4.38 4.78 5.9 5.9 0 0 1-2.49 2.91 6.9 6.9 0 0 0-2.45 1.71 68 68 0 0 1-7 5.38c-3.33 2.34-6.87 5-7.87 6A7.3 7.3 0 0 1 224 100a5.76 5.76 0 0 0-2.13 1.65c-1.31 1.39-1.49 2.11-1.14 4.6a36.5 36.5 0 0 0 1.42 5.88c1.32 3.8 1.31 7.86 0 10.57s-.89 6.65 1.35 9.59c2 2.63 2.16 4.56.71 8.84a33.5 33.5 0 0 0-1.06 8.91c0 4.88.22 6.28 1.46 8.38s1.82 2.48 3.24 2.32c2-.23 2.3-1.05 4.71-12.12 2.18-10 3.71-11.92 13.76-17.08 2.94-1.51 7.46-4 10-5.44s6.79-3.69 9.37-4.91a40.1 40.1 0 0 0 15.22-11.67c7.11-8.79 10-16.22 12.85-33.3a18.4 18.4 0 0 1 2.86-7.73 20.4 20.4 0 0 0 2.89-7.31c1-5.3 2.85-9.08 5.58-11.51 4.7-4.18 6-1.09 4.59 10.87-.46 3.86-1.1 10.33-1.44 14.38l-.61 7.36 4.45 4.09 4.45 4.09.11 8.42c.06 4.63.47 9.53.92 10.89l.82 2.47-6.43 6.28c-8.54 8.33-12.88 13.93-16.76 21.61-1.77 3.49-3.74 7.11-4.38 8-2.18 3.11-6.46 13-8.76 20.26l-2.29 7.22-7 6.49c-3.83 3.57-8 7.25-9.17 8.17-3.05 2.32-4.26 5.15-4.26 10a14.6 14.6 0 0 0 1.59 7.26 42 42 0 0 1 2.09 4.83 9.3 9.3 0 0 0 1.57 2.89c1.4 1.59 1.92 16.12.83 23.22-.68 4.48-3.63 12-4.7 12-1.79 0-4.06 9.27-5.07 20.74-.18 2-.62 5.94-1 8.7s-1 10-1.35 16.05c-.77 12.22-.19 18.77 2 23.15 3.41 6.69.52 12.69-11 22.84l-4 3.49.07 5.19a40.8 40.8 0 0 0 1.14 8.87c4.61 16 4.73 16.92 4.38 37.13-.46 26.4-.26 40.27.63 44.15a61 61 0 0 1 1.08 7c.17 2 .66 5.33 1.08 7.36.47 2.26.78 11 .79 22.74v19.06l-1.81 2.63c-2.71 3.91-15.11 13.54-15.49 12.29zm29.53-45.11c-.18-.3-.33-6.87-.33-14.59 0-14.06-.89-27.54-2.26-34.45-.4-2-.81-9.7-.9-17.06-.15-11.93-1.4-24.37-2.64-26.38-.66-1.07-3-17.66-3-21.3 0-4.23 1-6 5.28-9.13s4.86-3.14 5.48-.72c.28 1.1 1.45 5.62 2.6 10 3.93 15.12 4.14 16.27 4.05 21.74-.1 5.78-.13 6.13-1.74 17.73-1 7.07-1.17 12.39-1 28.43.17 19.4-.64 35.73-2 41.27-.71 2.78-2.8 5.48-3.43 4.43zm-71-37.58a101 101 0 0 1-1.73-10.79 101 101 0 0 0-1.73-10.79 37.5 37.5 0 0 1-1-6.49c-.31-3.19-.91-7.46-1.33-9.48-1-4.79-3.35-19.35-3.42-21.07 0-.74-.34-4.05-.7-7.36-.67-6.21-.84-27.67-.22-28.29 1-1 6.63 2.76 11.33 7.43l5.28 5.25-.45 6.47c-.25 3.56-.6 10.23-.78 14.83s-.49 9.87-.67 11.71-.61 9.36-.94 16.72c-.79 17.41-1.94 31.29-2.65 32a.62.62 0 0 1-1-.14zm-87.18-266.59c21.07 12.79 17.84 14.15 28.49 17.66 13 4.29 18.87 7.13 23.15 16.87C111.6 233.28 86.25 255 78.55 268c-31 52-6 101.59 62.75 87.21-14.18 29.23-78 28.63-98.68-4.9-24.68-39.95-22.09-118.3 61-187.66zm210.79 179c56.66 6.88 82.32-37.74 46.54-89.23 0 0-26.87-29.34-64.28-68 3-15.45 9.49-32.12 30.57-53.82 89.2 63.51 92 141.61 92.46 149.36 4.3 70.64-78.7 91.18-105.29 61.71z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/markdown.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/markdown.svg new file mode 100644 index 0000000..12678c8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/markdown.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M593.8 59.1H46.2C20.7 59.1 0 79.8 0 105.2v301.5c0 25.5 20.7 46.2 46.2 46.2h547.7c25.5 0 46.2-20.7 46.1-46.1V105.2c0-25.4-20.7-46.1-46.2-46.1M338.5 360.6H277v-120l-61.5 76.9-61.5-76.9v120H92.3V151.4h61.5l61.5 76.9 61.5-76.9h61.5v209.2zm135.3 3.1L381.5 256H443V151.4h61.5V256H566z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/mastodon.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/mastodon.svg new file mode 100644 index 0000000..cff0be2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/mastodon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M433 179.11c0-97.2-63.71-125.7-63.71-125.7-62.52-28.7-228.56-28.4-290.48 0 0 0-63.72 28.5-63.72 125.7 0 115.7-6.6 259.4 105.63 289.1 40.51 10.7 75.32 13 103.33 11.4 50.81-2.8 79.32-18.1 79.32-18.1l-1.7-36.9s-36.31 11.4-77.12 10.1c-40.41-1.4-83-4.4-89.63-54a102.5 102.5 0 0 1-.9-13.9c85.63 20.9 158.65 9.1 178.75 6.7 56.12-6.7 105-41.3 111.23-72.9 9.8-49.8 9-121.5 9-121.5m-75.12 125.2h-46.63v-114.2c0-49.7-64-51.6-64 6.9v62.5h-46.33V197c0-58.5-64-56.6-64-6.9v114.2H90.19c0-122.1-5.2-147.9 18.41-175 25.9-28.9 79.82-30.8 103.83 6.1l11.6 19.5 11.6-19.5c24.11-37.1 78.12-34.8 103.83-6.1 23.71 27.3 18.4 53 18.4 175z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/maxcdn.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/maxcdn.svg new file mode 100644 index 0000000..b0cfb4c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/maxcdn.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M461.1 442.7h-97.4L415.6 200c2.3-10.2.9-19.5-4.4-25.7-5-6.1-13.7-9.6-24.2-9.6h-49.3l-59.5 278h-97.4l59.5-278h-83.4l-59.5 278H0l59.5-278-44.6-95.4H387c39.4 0 75.3 16.3 98.3 44.9 23.3 28.6 31.8 67.4 23.6 105.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/mdb.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/mdb.svg new file mode 100644 index 0000000..c15f89c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/mdb.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M17.37 160.41 7 352h43.91l5.59-79.83L84.43 352h44.71l25.54-77.43 4.79 77.43H205l-12.79-191.59H146.7L106 277.74 63.67 160.41zm281 0h-47.9V352h47.9s95 .8 94.2-95.79c-.78-94.21-94.18-95.78-94.18-95.78zm-1.2 146.46V204.78s46 4.27 46.8 50.57-46.78 51.54-46.78 51.54zm238.29-74.24a56.16 56.16 0 0 0 8-38.31c-5.34-35.76-55.08-34.32-55.08-34.32h-51.9v191.58H482s87 4.79 87-63.85c0-43.14-33.52-55.08-33.52-55.08zm-51.9-31.94s13.57-1.59 16 9.59c1.43 6.66-4 12-4 12h-12v-21.57zm-.1 109.46.1-24.92V267h.08s41.58-4.73 41.19 22.43c-.33 25.65-41.35 20.74-41.35 20.74z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/medapps.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/medapps.svg new file mode 100644 index 0000000..df79bcc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/medapps.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M118.3 238.4c3.5-12.5 6.9-33.6 13.2-33.6 8.3 1.8 9.6 23.4 18.6 36.6 4.6-23.5 5.3-85.1 14.1-86.7 9-.7 19.7 66.5 22 77.5 9.9 4.1 48.9 6.6 48.9 6.6 1.9 7.3-24 7.6-40 7.8-4.6 14.8-5.4 27.7-11.4 28-4.7.2-8.2-28.8-17.5-49.6l-9.4 65.5c-4.4 13-15.5-22.5-21.9-39.3-3.3-.1-62.4-1.6-47.6-7.8zM228 448c21.2 0 21.2-32 0-32H92c-21.2 0-21.2 32 0 32zm-24 64c21.2 0 21.2-32 0-32h-88c-21.2 0-21.2 32 0 32zm34.2-141.5c3.2-18.9 5.2-36.4 11.9-48.8 7.9-14.7 16.1-28.1 24-41 24.6-40.4 45.9-75.2 45.9-125.5C320 69.6 248.2 0 160 0S0 69.6 0 155.2c0 50.2 21.3 85.1 45.9 125.5 7.9 12.9 16 26.3 24 41 6.7 12.5 8.7 29.8 11.9 48.9 3.5 21 36.1 15.7 32.6-5.1-3.6-21.7-5.6-40.7-15.3-58.6C66.5 246.5 33 211.3 33 155.2 33 87.3 90 32 160 32s127 55.3 127 123.2c0 56.1-33.5 91.3-66.1 151.6-9.7 18-11.7 37.4-15.3 58.6-3.4 20.6 29 26.4 32.6 5.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/medium.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/medium.svg new file mode 100644 index 0000000..521b7f3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/medium.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M180.5 74.262C80.813 74.262 0 155.633 0 256s80.819 181.738 180.5 181.738S361 356.373 361 256 280.191 74.262 180.5 74.262m288.25 10.646c-49.845 0-90.245 76.619-90.245 171.095s40.406 171.1 90.251 171.1 90.251-76.619 90.251-171.1H559c0-94.503-40.4-171.095-90.248-171.095Zm139.506 17.821c-17.526 0-31.735 68.628-31.735 153.274s14.2 153.274 31.735 153.274S640 340.631 640 256c0-84.649-14.215-153.271-31.742-153.271Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/medrt.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/medrt.svg new file mode 100644 index 0000000..3bb31c3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/medrt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 544 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M113.7 256c0 121.8 83.9 222.8 193.5 241.1-18.7 4.5-38.2 6.9-58.2 6.9C111.4 504 0 393 0 256S111.4 8 248.9 8c20.1 0 39.6 2.4 58.2 6.9C197.5 33.2 113.7 134.2 113.7 256m297.4 100.3c-77.7 55.4-179.6 47.5-240.4-14.6 5.5 14.1 12.7 27.7 21.7 40.5 61.6 88.2 182.4 109.3 269.7 47s108.1-184.3 46.5-272.6c-9-12.9-19.3-24.3-30.5-34.2 37.4 78.8 10.7 178.5-67 233.9m-218.8-244c-1.4 1-2.7 2.1-4 3.1 64.3-17.8 135.9 4 178.9 60.5 35.7 47 42.9 106.6 24.4 158 56.7-56.2 67.6-142.1 22.3-201.8-50-65.5-149.1-74.4-221.6-19.8M296 224c-4.4 0-8-3.6-8-8v-40c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v40c0 4.4-3.6 8-8 8h-40c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h40c4.4 0 8 3.6 8 8v40c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-40c0-4.4 3.6-8 8-8h40c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/meetup.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/meetup.svg new file mode 100644 index 0000000..1e56c94 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/meetup.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M99 414.3c1.1 5.7-2.3 11.1-8 12.3-5.4 1.1-10.9-2.3-12-8-1.1-5.4 2.3-11.1 7.7-12.3s11.1 2.3 12.3 8m143.1 71.4c-6.3 4.6-8 13.4-3.7 20 4.6 6.6 13.4 8.3 20 3.7 6.3-4.6 8-13.4 3.4-20-4.2-6.5-13.1-8.3-19.7-3.7m-86-462.3c6.3-1.4 10.3-7.7 8.9-14-1.1-6.6-7.4-10.6-13.7-9.1-6.3 1.4-10.3 7.7-9.1 14 1.4 6.6 7.6 10.6 13.9 9.1M34.4 226.3c-10-6.9-23.7-4.3-30.6 6-6.9 10-4.3 24 5.7 30.9 10 7.1 23.7 4.6 30.6-5.7 6.9-10.4 4.3-24.1-5.7-31.2m272-170.9c10.6-6.3 13.7-20 7.7-30.3-6.3-10.6-19.7-14-30-7.7s-13.7 20-7.4 30.6c6 10.3 19.4 13.7 29.7 7.4m-191.1 58c7.7-5.4 9.4-16 4.3-23.7s-15.7-9.4-23.1-4.3c-7.7 5.4-9.4 16-4.3 23.7 5.1 7.8 15.6 9.5 23.1 4.3m372.3 156c-7.4 1.7-12.3 9.1-10.6 16.9 1.4 7.4 8.9 12.3 16.3 10.6 7.4-1.4 12.3-8.9 10.6-16.6-1.5-7.4-8.9-12.3-16.3-10.9m39.7-56.8c-1.1-5.7-6.6-9.1-12-8-5.7 1.1-9.1 6.9-8 12.6 1.1 5.4 6.6 9.1 12.3 8 5.4-1.5 9.1-6.9 7.7-12.6M447 138.9c-8.6 6-10.6 17.7-4.9 26.3s17.4 10.6 26 4.9c8.3-6 10.3-17.7 4.6-26.3-5.7-8.7-17.4-10.9-25.7-4.9m-6.3 139.4c26.3 43.1 15.1 100-26.3 129.1-17.4 12.3-37.1 17.7-56.9 17.1-12 47.1-69.4 64.6-105.1 32.6-1.1.9-2.6 1.7-3.7 2.9-39.1 27.1-92.3 17.4-119.4-22.3-9.7-14.3-14.6-30.6-15.1-46.9-65.4-10.9-90-94-41.1-139.7-28.3-46.9.6-107.4 53.4-114.9C151.6 70 234.1 38.6 290.1 82c67.4-22.3 136.3 29.4 130.9 101.1 41.1 12.6 52.8 66.9 19.7 95.2m-70 74.3c-3.1-20.6-40.9-4.6-43.1-27.1-3.1-32 43.7-101.1 40-128-3.4-24-19.4-29.1-33.4-29.4-13.4-.3-16.9 2-21.4 4.6-2.9 1.7-6.6 4.9-11.7-.3-6.3-6-11.1-11.7-19.4-12.9-12.3-2-17.7 2-26.6 9.7-3.4 2.9-12 12.9-20 9.1-3.4-1.7-15.4-7.7-24-11.4-16.3-7.1-40 4.6-48.6 20-12.9 22.9-38 113.1-41.7 125.1-8.6 26.6 10.9 48.6 36.9 47.1 11.1-.6 18.3-4.6 25.4-17.4 4-7.4 41.7-107.7 44.6-112.6 2-3.4 8.9-8 14.6-5.1 5.7 3.1 6.9 9.4 6 15.1-1.1 9.7-28 70.9-28.9 77.7-3.4 22.9 26.9 26.6 38.6 4 3.7-7.1 45.7-92.6 49.4-98.3 4.3-6.3 7.4-8.3 11.7-8 3.1 0 8.3.9 7.1 10.9-1.4 9.4-35.1 72.3-38.9 87.7-4.6 20.6 6.6 41.4 24.9 50.6 11.4 5.7 62.5 15.7 58.5-11.1m5.7 92.3c-10.3 7.4-12.9 22-5.7 32.6 7.1 10.6 21.4 13.1 32 6 10.6-7.4 13.1-22 6-32.6-7.4-10.6-21.7-13.5-32.3-6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/megaport.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/megaport.svg new file mode 100644 index 0000000..b0ace88 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/megaport.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M214.5 209.6v66.2l33.5 33.5 33.3-33.3v-66.4l-33.4-33.4zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8m145.1 414.4L367 441.6l-26-19.2v-65.5l-33.4-33.4-33.4 33.4v65.5L248 441.6l-26.1-19.2v-65.5l-33.4-33.4-33.5 33.4v65.5l-26.1 19.2-26.1-19.2v-87l59.5-59.5V188l59.5-59.5V52.9l26.1-19.2L274 52.9v75.6l59.5 59.5v87.6l59.7 59.7v87.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/mendeley.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/mendeley.svg new file mode 100644 index 0000000..cbc3861 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/mendeley.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M624.6 325.2c-12.3-12.4-29.7-19.2-48.4-17.2-43.3-1-49.7-34.9-37.5-98.8 22.8-57.5-14.9-131.5-87.4-130.8-77.4.7-81.7 82-130.9 82-48.1 0-54-81.3-130.9-82-72.9-.8-110.1 73.3-87.4 130.8 12.2 63.9 5.8 97.8-37.5 98.8-21.2-2.3-37 6.5-53 22.5-19.9 19.7-19.3 94.8 42.6 102.6 47.1 5.9 81.6-42.9 61.2-87.8-47.3-103.7 185.9-106.1 146.5-8.2-.1.1-.2.2-.3.4-26.8 42.8 6.8 97.4 58.8 95.2 52.1 2.1 85.4-52.6 58.8-95.2-.1-.2-.2-.3-.3-.4-39.4-97.9 193.8-95.5 146.5 8.2-4.6 10-6.7 21.3-5.7 33 4.9 53.4 68.7 74.1 104.9 35.2 17.8-14.8 23.1-65.6 0-88.3m-303.9-19.1h-.6c-43.4 0-62.8-37.5-62.8-62.8 0-34.7 28.2-62.8 62.8-62.8h.6c34.7 0 62.8 28.1 62.8 62.8 0 25-19.2 62.8-62.8 62.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/meta.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/meta.svg new file mode 100644 index 0000000..732fa06 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/meta.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M640 317.9c0 91.3-39.4 148.5-110.3 148.5-62.6 0-95.8-34.6-156.9-136.6l-31.4-52.6c-8.3-12.5-14.5-24.2-21.2-35-20.1 33.8-47.1 83-47.1 83-67 116.6-104.6 141.2-156.9 141.2C43.42 466.4 0 409.1 0 320.5c0-143 79.78-278.1 183.9-278.1 50.2 0 93.8 24.68 144.8 89.5 37.1-50.1 78.1-89.5 130.6-89.5 99.1 0 180.7 125.7 180.7 275.5M287.4 192.2c-42.9-62.1-70.9-80.5-104.4-80.5-61.9 0-113.78 106.1-113.78 210 0 48.5 18.48 75.7 49.58 75.7 30.2 0 49-19 103.2-103.8 0 0 24.7-39.1 65.4-101.4m243.8 205.2c32.2 0 46.9-27.5 46.9-74.9 0-124.2-54.3-225.42-123.2-225.42-33.2 0-61.1 25.92-94.9 78.02 9.4 13.8 19.1 29 29.3 45.4l37.5 62.4c58.7 94.1 73.5 114.5 104.4 114.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/microblog.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/microblog.svg new file mode 100644 index 0000000..81ebe1c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/microblog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M399.36 362.23c29.49-34.69 47.1-78.34 47.1-125.79C446.46 123.49 346.86 32 224 32S1.54 123.49 1.54 236.44 101.14 440.87 224 440.87a239.3 239.3 0 0 0 79.44-13.44 7.18 7.18 0 0 1 8.12 2.56c18.58 25.09 47.61 42.74 79.89 49.92a4.42 4.42 0 0 0 5.22-3.43 4.37 4.37 0 0 0-.85-3.62 87 87 0 0 1 3.69-110.69ZM329.52 212.4l-57.3 43.49L293 324.75a6.5 6.5 0 0 1-9.94 7.22L224 290.92 164.94 332a6.51 6.51 0 0 1-9.95-7.22l20.79-68.86-57.3-43.49a6.5 6.5 0 0 1 3.8-11.68l71.88-1.51 23.66-67.92a6.5 6.5 0 0 1 12.28 0l23.66 67.92 71.88 1.51a6.5 6.5 0 0 1 3.88 11.68Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/microsoft.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/microsoft.svg new file mode 100644 index 0000000..09fdb08 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/microsoft.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 32h214.6v214.6H0zm233.4 0H448v214.6H233.4zM0 265.4h214.6V480H0zm233.4 0H448V480H233.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/mintbit.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/mintbit.svg new file mode 100644 index 0000000..a4617b8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/mintbit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M73.2 512v-73.1h292.5v-73.2h73.2V219.4H512V0H292.6v73.1H146.3v73.2H73.2v292.6H0V512zm73.1-219.4h73.2v73.1h-73.2zm73.2-73.1h73.1v73.1h-73.2v-73.2zm73.1 0v-73.2h73.2v73.1h-73.2zm73.1-146.4h73.2v73.2h-73.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/mix.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/mix.svg new file mode 100644 index 0000000..24f70ee --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/mix.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 64v348.9c0 56.2 88 58.1 88 0V174.3c7.9-52.9 88-50.4 88 6.5v175.3c0 57.9 96 58 96 0V240c5.3-54.7 88-52.5 88 4.3v23.8c0 59.9 88 56.6 88 0V64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/mixcloud.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/mixcloud.svg new file mode 100644 index 0000000..3a553c7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/mixcloud.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M212.98 346.566h-33.191V195.114l6.184-21.644h-10.711l-38.135 173.096h-61.02L37.732 173.47H27.276l5.915 21.644v151.452H0V165h65.65l36.598 173.096h8.499L147.329 165h65.651zm331.479-62.977-86.025 62.066v-38.121l72.895-51.758-72.895-51.759v-38.121l86.025 62.335h9.262L640 165.896v38.121l-73.134 51.759L640 307.549v38.106l-86.279-62.066zm-114.302-11.278H248.113v-33.056h182.044z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/mixer.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/mixer.svg new file mode 100644 index 0000000..f57a4c5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/mixer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M114.57 76.07a45.71 45.71 0 0 0-67.51-6.41c-17.58 16.18-19 43.52-4.75 62.77l91.78 123-92.33 124.15c-14.23 19.25-13.11 46.59 4.74 62.77a45.71 45.71 0 0 0 67.5-6.41L242.89 262.7a12.14 12.14 0 0 0 0-14.23Zm355.67 303.51-92.33-124.13 91.78-123c14.22-19.25 12.83-46.59-4.75-62.77a45.71 45.71 0 0 0-67.51 6.41l-128 172.12a12.14 12.14 0 0 0 0 14.23L398 435.94a45.71 45.71 0 0 0 67.51 6.41c17.84-16.18 18.96-43.52 4.73-62.77"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/mizuni.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/mizuni.svg new file mode 100644 index 0000000..59dd04b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/mizuni.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M248 8C111 8 0 119.1 0 256c0 137 111 248 248 248s248-111 248-248C496 119.1 385 8 248 8m-80 351.9c-31.4 10.6-58.8 27.3-80 48.2V136c0-22.1 17.9-40 40-40s40 17.9 40 40zm120-9.9c-12.9-2-26.2-3.1-39.8-3.1-13.8 0-27.2 1.1-40.2 3.1V136c0-22.1 17.9-40 40-40s40 17.9 40 40zm120 57.7c-21.2-20.8-48.6-37.4-80-48V136c0-22.1 17.9-40 40-40s40 17.9 40 40z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/modx.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/modx.svg new file mode 100644 index 0000000..1e7f71a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/modx.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m356 241.8 36.7 23.7V480l-133-83.8zM440 75H226.3l-23 37.8 153.5 96.5zm-89 142.8L55.2 32v214.5l46 29zM97 294.2 8 437h213.7l125-200.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/monero.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/monero.svg new file mode 100644 index 0000000..41c05ef --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/monero.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M352 384h108.4C417 455.9 338.1 504 248 504S79 455.9 35.6 384H144V256.2L248 361l104-105zM88 336V128l159.4 159.4L408 128v208h74.8c8.5-25.1 13.2-52 13.2-80C496 119 385 8 248 8S0 119 0 256c0 28 4.6 54.9 13.2 80z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/napster.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/napster.svg new file mode 100644 index 0000000..50e864f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/napster.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M298.3 373.6c-14.2 13.6-31.3 24.1-50.4 30.5-19-6.4-36.2-16.9-50.3-30.5zm44-199.6c20-16.9 43.6-29.2 69.6-36.2V299c0 219.4-328 217.6-328 .3V137.7c25.9 6.9 49.6 19.6 69.5 36.4 56.8-40 132.5-39.9 188.9-.1m-208.8-58.5c64.4-60 164.3-60.1 228.9-.2-7.1 3.5-13.9 7.3-20.6 11.5-58.7-30.5-129.2-30.4-187.9.1-6.3-4-13.9-8.2-20.4-11.4M43.8 93.2v69.3c-58.4 36.5-58.4 121.1.1 158.3 26.4 245.1 381.7 240.3 407.6 1.5l.3-1.7c58.7-36.3 58.9-121.7.2-158.2V93.2c-17.3.5-34 3-50.1 7.4-82-91.5-225.5-91.5-307.5.1-16.3-4.4-33.1-7-50.6-7.5M259.2 352s36-.3 61.3-1.5c10.2-.5 21.1-4 25.5-6.5 26.3-15.1 25.4-39.2 26.2-47.4-79.5-.6-99.9-3.9-113 55.4m-135.5-55.3c.8 8.2-.1 32.3 26.2 47.4 4.4 2.5 15.2 6 25.5 6.5 25.3 1.1 61.3 1.5 61.3 1.5-13.2-59.4-33.7-56.1-113-55.4m169.1 123.4c-3.2-5.3-6.9-7.3-6.9-7.3-24.8 7.3-52.2 6.9-75.9 0 0 0-2.9 1.5-6.4 6.6-2.8 4.1-3.7 9.6-3.7 9.6 29.1 17.6 67.1 17.6 96.2 0-.1-.1-.3-4-3.3-8.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/neos.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/neos.svg new file mode 100644 index 0000000..3451654 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/neos.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M415.44 512h-95.11L212.12 357.46v91.1L125.69 512H28V29.82L68.47 0h108.05l123.74 176.13V63.45L386.69 0h97.69v461.5zM38.77 35.27V496l72-52.88V194l215.5 307.64h84.79l52.35-38.17h-78.27L69 13zm82.54 466.61 80-58.78v-101l-79.76-114.4v220.94L49 501.89h72.34zM80.63 10.77l310.6 442.57h82.37V10.77h-79.75v317.56L170.91 10.77zM311 191.65l72 102.81V15.93l-72 53z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/nfc-directional.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/nfc-directional.svg new file mode 100644 index 0000000..4a20263 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/nfc-directional.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M211.8 488.6c1.6 2.5 2.1 5.6 1.4 8.5-.6 2.9-2.4 5.5-4.9 7.1-2.6 1.6-5.6 2.1-8.6 1.5-61.4-13.9-115.6-49.9-152.17-101.2C10.97 353.2-5.395 290.3 1.57 227.7 8.536 165 38.34 107.2 85.29 65.21 132.2 23.2 193-.013 256 0c1.5 0 2.1.293 4.3.863 1.4.569 1.8 1.404 3.7 2.456 1.1 1.052 1.9 2.3 2.5 3.674.5 1.374.8 2.846.8 4.327V112.3l24.5-25.91c1-1.08 2.2-1.95 3.6-2.55 1.3-.61 2.8-.94 4.3-.98 1.5-.05 2.9.2 4.3.73s2.7 1.33 3.8 2.35c1 1.02 1.9 2.24 2.5 3.6.6 1.35 1 2.81 1 4.3 0 1.48-.2 2.96-.7 4.34-.6 1.39-1.4 2.62-2.4 3.72l-44 46.6c-1.1 1.1-2.3 2-3.7 2.6-1.5.6-3 .9-5.4.9-.6 0-2.2-.3-3.6-.9s-2.7-1.5-3.7-2.6l-44.1-46.6c-2-2.16-3.1-5.07-3-8.06 0-3 1.3-6.74 3.5-7.9 2.2-2.06 5.1-3.17 8.1-3.08 3 .08 5.8 1.35 7.9 3.53l24.5 26.01V22.89c-56.4 2.75-109.8 25.84-150.47 64.98C53.58 127 28.49 179.6 23.61 235.8a233.5 233.5 0 0 0 44.07 157.9c32.42 45.5 82.02 77.5 137.02 89.9 2.9.7 5.5 2.5 7.1 5m-40.4-362.5c-.8 1.3-1.9 2.4-3.1 3.2-20.5 13.9-37.2 32.6-48.8 54.5s-17.7 46.3-17.7 71.1 6.1 49.2 17.7 70.2c11.6 22.8 28.3 41.5 48.8 55.4 2.5 1.7 4.2 4.3 4.7 7.3.6 2.9-.9 6-1.7 8.4-1.7 2.5-5.2 4.2-7.3 3.9-2.9 1.4-6 .8-8.4-.9-23.6-16-42.8-37.5-56.14-62.7-13.31-25.1-20.27-53.1-20.27-81.6 0-28.4 6.96-56.5 20.27-81.6 13.34-25.2 32.54-46.7 56.14-62.7 1.2-.8 2.6-1.4 4-1.8q2.25-.45 4.5 0c1.4.2 2.8.8 4.1 1.6s2.3 1.9 3.2 3.1c.8 1.2 1.4 2.6 1.7 4.1s.3 3 0 4.4c-.3 1.5-.8 2.9-1.7 4.1m169.5 257.4c.8-1.2 1.9-2.3 2.2-3.1v-.1c21.3-14 38-32.7 49.6-54.6 11.5-21.8 17.5-46.2 17.5-70.9s-6-49.1-17.5-71c-11.6-22.7-28.3-40.5-49.6-54.5-.3-.8-1.4-1.9-2.2-3.1-.8-1.3-1.4-2.7-1.6-4.1-1.2-1.5-.3-3 0-4.4.3-1.5.9-2.9 1.7-4.1.9-1.2 1.1-2.3 3.2-3.1 1.2-.8 2.6-1.3 4.1-1.6s2.9-.3 4.4 0 2.8.9 4.1 1.8c23.4 16 42.7 37.5 55.9 62.6 13.3 25.1 19.4 53.1 19.4 81.5 0 28.5-6.1 56.5-19.4 81.6-13.2 25.1-32.5 46.6-55.9 62.6-1.3.9-2.6 1.5-4.1 1.8s-2.9.3-4.4 0-2.9-1.7-4.1-1.6c-2.1-.8-2.3-1.9-3.2-3.1-.8-1.2-1.4-2.6-1.7-4.1-.3-1.4-1.2-2.9 0-4.4.2-1.4.8-2.8 1.6-4.1M312.3 6.307C368.5 19.04 418.7 50.28 455 95.01 485.4 132.6 504.6 178 510.3 226c5.6 48-2.4 96.7-23.2 140.3-20.9 43.6-53.6 80.5-94.5 106.3C351.7 498.3 304.4 512 256 512c-1.5 0-2.9-.3-4.3-.9-1.4-.5-2.6-1.4-3.7-2.4-1.9-1.1-1.9-2.3-2.4-3.7-.6-1.4-.9-2.8-.9-4.3v-99.2l-24.5 26c-2.1 2.2-4.9 2.6-7.9 3.6-3 .1-5.9-1.1-8.1-4-2.2-1.2-3.5-4-3.5-7-.1-3 1-5.9 3-8.1l44.1-46.6c1.3-2.2 5.1-3.4 7.3-3.4 4 0 6.9 1.2 9.1 3.4l44 46.6c2.1 2.2 3.2 5.1 3.1 8.1s-1.4 5.8-3.5 7c-2.2 2.9-5.1 4.1-8.1 4-3-1-5.9-1.4-7.9-3.6l-24.5-25.9v87.5c56.4-2.8 109.8-25.8 150.5-65 40.7-40 65.8-91.7 70.7-147.9 4.8-57.1-10.8-112.3-44.1-157.9-33.3-45.55-82-77.51-137-89.94-1.5-.33-2.8-.94-4.1-1.79-1.2-.86-2.2-1.94-3-3.2-.8-1.25-2.2-2.65-1.6-4.11-.2-1.46-.2-2.96.1-4.41.4-1.44 1-2.81 1.8-4.03.9-1.21 2-2.243 3.2-3.036 1.3-.794 2.7-1.333 4.1-1.586 1.5-.253 3-.216 4.4.109M353.1 256.1c0 31.4-17.5 61.1-49.3 83.5-2.1 1.5-4.8 2.3-7.4 2-2.7-.2-5.2-1.3-7-3.2l-70.1-69.8c-2.2-2.1-4.2-5-3.4-8 0-3 1.2-5.9 3.3-8 2.2-2.1 5-3.3 8-3.3s5.9 1.2 8 3.3l63.1 62.8c20.8-17.1 32.2-37.9 32.2-59.3 0-23.9-14.1-47-39.7-65.1-2.5-1.7-4.1-4.3-4.6-7.3-.5-2.9.1-6 1.9-8.4 1.7-2.5 4.3-4.1 7.3-4.6 2.9-.5 6 .1 8.4 1.9 31.8 22.4 49.3 52.1 49.3 83.5m-136.4 85.4c-3 .5-6-.2-8.5-1.9-31.7-22.4-50.1-52.1-50.1-83.5s18.4-61.1 50.1-83.5c2.2-1.6 4.9-2.3 7.5-2.1 2.7.3 5.1 1.4 7 3.3l70.1 69.8c2.1 2.1 3.3 5 3.3 8s-2 5.8-3.3 8c-2.1 2.1-5 3.3-7.9 3.3-3 0-6.8-1.2-8-3.3l-63.1-62.9c-20.9 17.3-32.2 38-32.2 59.4 0 23 14.1 47 39.7 65 2.4 1.8 4.1 4.4 4.6 7.4.5 2.9-.2 5.9-1.9 8.4-1.7 2.4-4.4 4.1-7.3 4.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/nfc-symbol.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/nfc-symbol.svg new file mode 100644 index 0000000..e2ee0a4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/nfc-symbol.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M392.9 32.43c7.7-1.33 15.7.46 21.2 4.98C498.2 96.14 544 173.7 544 255.1c0 83.1-45.8 160.8-129.9 219.5-4.8 4-11.7 5.9-18.6 5.3-7-.6-13.5-3.6-18.4-8.5L193.7 288.7c-5.6-5.5-8.7-13-9.6-20.9 0-7.8 4-15.3 9.5-20.9 5.6-5.5 13.1-8.7 20.9-8.7 7.9 0 15.4 3.1 20.9 8.6l165.1 164.4c54.6-44.7 84.3-99.2 84.3-156.1 0-61.6-36.9-122.2-103.9-169.34-6.4-4.52-10.8-11.41-12.1-19.14-1.4-7.73.4-15.68 5-22.09 4.5-6.41 11.4-10.76 19.1-12.1m-206 447.17c-7.7 1.3-15.6-.5-22.1-5C81.67 415.9 35.84 338.2 35.84 255.1c0-81.4 45.83-158.96 128.96-217.69 5.7-4.01 12.6-5.88 19.6-5.29 6.9.59 13.4 3.6 18.3 8.51L386.1 223.3c5.6 5.5 8.7 13 8.7 20.9.1 6.9-3 15.3-8.6 20.9-5.5 5.5-13 8.7-20.9 8.7-7.8 0-16.2-3.1-20.9-8.6L179.3 100.7c-54.6 45.2-84.27 99.2-84.27 154.4 0 63.4 36.87 124 103.07 171.1 7.3 4.6 11.6 11.4 13 19.2 1.3 7.7-.5 15.7-5 22.1s-11.4 10.7-19.2 12.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/nimblr.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/nimblr.svg new file mode 100644 index 0000000..cb4f043 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/nimblr.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M246.6 299.29c15.57 0 27.15 11.46 27.15 27s-11.62 27-27.15 27c-15.7 0-27.15-11.57-27.15-27s11.55-27 27.15-27M113 326.25c0-15.61 11.68-27 27.15-27s27.15 11.46 27.15 27-11.47 27-27.15 27c-15.44 0-27.15-11.31-27.15-27M191.76 159C157 159 89.45 178.77 59.25 227L14 0v335.48C14 433.13 93.61 512 191.76 512s177.76-78.95 177.76-176.52S290.13 159 191.76 159m0 308.12c-73.27 0-132.51-58.9-132.51-131.59s59.24-131.59 132.51-131.59 132.51 58.86 132.51 131.54S265 467.07 191.76 467.07z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/node-js.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/node-js.svg new file mode 100644 index 0000000..9a2d58a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/node-js.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M224 508c-6.7 0-13.5-1.8-19.4-5.2l-61.7-36.5c-9.2-5.2-4.7-7-1.7-8 12.3-4.3 14.8-5.2 27.9-12.7 1.4-.8 3.2-.5 4.6.4l47.4 28.1c1.7 1 4.1 1 5.7 0l184.7-106.6c1.7-1 2.8-3 2.8-5V149.3c0-2.1-1.1-4-2.9-5.1L226.8 37.7c-1.7-1-4-1-5.7 0L36.6 144.3c-1.8 1-2.9 3-2.9 5.1v213.1c0 2 1.1 4 2.9 4.9l50.6 29.2c27.5 13.7 44.3-2.4 44.3-18.7V167.5c0-3 2.4-5.3 5.4-5.3h23.4c2.9 0 5.4 2.3 5.4 5.3V378c0 36.6-20 57.6-54.7 57.6-10.7 0-19.1 0-42.5-11.6l-48.4-27.9C8.1 389.2.7 376.3.7 362.4V149.3c0-13.8 7.4-26.8 19.4-33.7L204.6 9c11.7-6.6 27.2-6.6 38.8 0l184.7 106.7c12 6.9 19.4 19.8 19.4 33.7v213.1c0 13.8-7.4 26.7-19.4 33.7L243.4 502.8c-5.9 3.4-12.6 5.2-19.4 5.2m149.1-210.1c0-39.9-27-50.5-83.7-58-57.4-7.6-63.2-11.5-63.2-24.9 0-11.1 4.9-25.9 47.4-25.9 37.9 0 51.9 8.2 57.7 33.8.5 2.4 2.7 4.2 5.2 4.2h24c1.5 0 2.9-.6 3.9-1.7s1.5-2.6 1.4-4.1c-3.7-44.1-33-64.6-92.2-64.6-52.7 0-84.1 22.2-84.1 59.5 0 40.4 31.3 51.6 81.8 56.6 60.5 5.9 65.2 14.8 65.2 26.7 0 20.6-16.6 29.4-55.5 29.4-48.9 0-59.6-12.3-63.2-36.6-.4-2.6-2.6-4.5-5.3-4.5h-23.9c-3 0-5.3 2.4-5.3 5.3 0 31.1 16.9 68.2 97.8 68.2 58.4-.1 92-23.2 92-63.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/node.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/node.svg new file mode 100644 index 0000000..cd4b47e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/node.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M316.3 452c-2.1 0-4.2-.6-6.1-1.6L291 439c-2.9-1.6-1.5-2.2-.5-2.5 3.8-1.3 4.6-1.6 8.7-4 .4-.2 1-.1 1.4.1l14.8 8.8c.5.3 1.3.3 1.8 0L375 408c.5-.3.9-.9.9-1.6v-66.7c0-.7-.3-1.3-.9-1.6l-57.8-33.3c-.5-.3-1.2-.3-1.8 0l-57.8 33.3c-.6.3-.9 1-.9 1.6v66.7c0 .6.4 1.2.9 1.5l15.8 9.1c8.6 4.3 13.9-.8 13.9-5.8v-65.9c0-.9.7-1.7 1.7-1.7h7.3c.9 0 1.7.7 1.7 1.7v65.9c0 11.5-6.2 18-17.1 18-3.3 0-6 0-13.3-3.6l-15.2-8.7c-3.7-2.2-6.1-6.2-6.1-10.5v-66.7c0-4.3 2.3-8.4 6.1-10.5l57.8-33.4c3.7-2.1 8.5-2.1 12.1 0l57.8 33.4c3.7 2.2 6.1 6.2 6.1 10.5v66.7c0 4.3-2.3 8.4-6.1 10.5l-57.8 33.4c-1.7 1.1-3.8 1.7-6 1.7m46.7-65.8c0-12.5-8.4-15.8-26.2-18.2-18-2.4-19.8-3.6-19.8-7.8 0-3.5 1.5-8.1 14.8-8.1 11.9 0 16.3 2.6 18.1 10.6.2.8.8 1.3 1.6 1.3h7.5c.5 0 .9-.2 1.2-.5.3-.4.5-.8.4-1.3-1.2-13.8-10.3-20.2-28.8-20.2-16.5 0-26.3 7-26.3 18.6 0 12.7 9.8 16.1 25.6 17.7 18.9 1.9 20.4 4.6 20.4 8.3 0 6.5-5.2 9.2-17.4 9.2-15.3 0-18.7-3.8-19.8-11.4-.1-.8-.8-1.4-1.7-1.4h-7.5c-.9 0-1.7.7-1.7 1.7 0 9.7 5.3 21.3 30.6 21.3 18.5 0 29-7.2 29-19.8m54.5-50.1c0 6.1-5 11.1-11.1 11.1s-11.1-5-11.1-11.1c0-6.3 5.2-11.1 11.1-11.1 6-.1 11.1 4.8 11.1 11.1m-1.8 0c0-5.2-4.2-9.3-9.4-9.3-5.1 0-9.3 4.1-9.3 9.3s4.2 9.4 9.3 9.4c5.2-.1 9.4-4.3 9.4-9.4m-4.5 6.2h-2.6c-.1-.6-.5-3.8-.5-3.9-.2-.7-.4-1.1-1.3-1.1h-2.2v5h-2.4v-12.5h4.3c1.5 0 4.4 0 4.4 3.3 0 2.3-1.5 2.8-2.4 3.1 1.7.1 1.8 1.2 2.1 2.8.1 1 .3 2.7.6 3.3m-2.8-8.8c0-1.7-1.2-1.7-1.8-1.7h-2v3.5h1.9c1.6 0 1.9-1.1 1.9-1.8M137.3 191c0-2.7-1.4-5.1-3.7-6.4l-61.3-35.3c-1-.6-2.2-.9-3.4-1h-.6c-1.2 0-2.3.4-3.4 1L3.7 184.6C1.4 185.9 0 188.4 0 191l.1 95c0 1.3.7 2.5 1.8 3.2s2.5.7 3.7 0L42 268.3c2.3-1.4 3.7-3.8 3.7-6.4v-44.4c0-2.6 1.4-5.1 3.7-6.4l15.5-8.9c1.2-.7 2.4-1 3.7-1s2.6.3 3.7 1l15.5 8.9c2.3 1.3 3.7 3.8 3.7 6.4v44.4c0 2.6 1.4 5.1 3.7 6.4l36.4 20.9c1.1.7 2.6.7 3.7 0 1.1-.6 1.8-1.9 1.8-3.2zM472.5 87.3v176.4c0 2.6-1.4 5.1-3.7 6.4l-61.3 35.4c-2.3 1.3-5.1 1.3-7.4 0l-61.3-35.4c-2.3-1.3-3.7-3.8-3.7-6.4v-70.8c0-2.6 1.4-5.1 3.7-6.4l61.3-35.4c2.3-1.3 5.1-1.3 7.4 0l15.3 8.8c1.7 1 3.9-.3 3.9-2.2v-94c0-2.8 3-4.6 5.5-3.2l36.5 20.4c2.3 1.2 3.8 3.7 3.8 6.4m-46 128.9c0-.7-.4-1.3-.9-1.6l-21-12.2c-.6-.3-1.3-.3-1.9 0l-21 12.2c-.6.3-.9.9-.9 1.6v24.3c0 .7.4 1.3.9 1.6l21 12.1c.6.3 1.3.3 1.8 0l21-12.1c.6-.3.9-.9.9-1.6v-24.3zm209.8-.7c2.3-1.3 3.7-3.8 3.7-6.4V192c0-2.6-1.4-5.1-3.7-6.4l-60.9-35.4c-2.3-1.3-5.1-1.3-7.4 0l-61.3 35.4c-2.3 1.3-3.7 3.8-3.7 6.4v70.8c0 2.7 1.4 5.1 3.7 6.4l60.9 34.7c2.2 1.3 5 1.3 7.3 0l36.8-20.5c2.5-1.4 2.5-5 0-6.4L550 241.6c-1.2-.7-1.9-1.9-1.9-3.2v-22.2c0-1.3.7-2.5 1.9-3.2l19.2-11.1c1.1-.7 2.6-.7 3.7 0l19.2 11.1c1.1.7 1.9 1.9 1.9 3.2v17.4c0 2.8 3.1 4.6 5.6 3.2zM559 219c-.4.3-.7.7-.7 1.2v13.6c0 .5.3 1 .7 1.2l11.8 6.8c.4.3 1 .3 1.4 0L584 235c.4-.3.7-.7.7-1.2v-13.6c0-.5-.3-1-.7-1.2l-11.8-6.8c-.4-.3-1-.3-1.4 0zm-254.2 43.5v-70.4c0-2.6-1.6-5.1-3.9-6.4l-61.1-35.2c-2.1-1.2-5-1.4-7.4 0l-61.1 35.2c-2.3 1.3-3.9 3.7-3.9 6.4v70.4c0 2.8 1.9 5.2 4 6.4l61.2 35.2c2.4 1.4 5.2 1.3 7.4 0l61-35.2c1.8-1 3.1-2.7 3.6-4.7.1-.5.2-1.1.2-1.7m-74.3-124.9-.8.5h1.1zm76.2 130.2-.4-.7v.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/npm.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/npm.svg new file mode 100644 index 0000000..2942dbc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/npm.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M288 288h-32v-64h32zm288-128v192H288v32H160v-32H0V160zm-416 32H32v128h64v-96h32v96h32zm160 0H192v160h64v-32h64zm224 0H352v128h64v-96h32v96h32v-96h32v96h32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/ns8.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/ns8.svg new file mode 100644 index 0000000..f8e28a5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/ns8.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M104.324 269.172h26.067v-26.178h-26.067Zm52.466-26.178-.055-26.178v-.941a39.325 39.325 0 0 0-78.644.941v.166h26.4v-.166a12.98 12.98 0 0 1 25.956 0v26.178Zm52.356 25.846a91.1 91.1 0 0 1-91.1 91.1h-.609a91.1 91.1 0 0 1-91.1-91.1H0v.166A117.33 117.33 0 0 0 117.44 386.28h.775A117.33 117.33 0 0 0 235.49 268.84v-26.012h-26.344Zm-157.233 0a65.362 65.362 0 0 0 130.723 0h-26.344a39.023 39.023 0 0 1-78.035 0v-25.957H51.968v-26.62A65.42 65.42 0 0 1 182.8 217.48v25.293h26.344V217.48a91.761 91.761 0 0 0-183.522 0v25.4h26.291Zm418.4-71.173c13.67 0 24.573 6.642 30.052 18.264l.719 1.549 23.245-11.511-.609-1.439c-8.025-19.26-28.5-31.27-53.407-31.27-23.134 0-43.611 11.4-50.972 28.447-.123 26.876-.158 23.9 0 24.85 4.7 11.013 14.555 19.37 28.668 24.241a102 102 0 0 0 19.813 3.984c5.479.72 10.626 1.384 15.829 3.1 6.364 2.1 10.46 5.257 12.84 9.851v9.851c-3.708 7.527-13.781 12.342-25.791 12.342-14.334 0-25.956-6.918-31.933-19.039l-.72-1.494-23.021 11.507.553 1.439c7.915 19.426 29.609 32.044 55.289 32.044 23.632 0 44.608-11.4 52.3-28.447l.166-25.9-.166-.664c-4.87-11.014-15.219-19.647-28.944-24.241-7.693-2.712-14.335-3.6-20.7-4.427a84 84 0 0 1-14.832-2.878c-6.31-1.937-10.4-5.092-12.619-9.63v-8.412c3.377-7.357 12.896-12.117 24.242-12.117ZM287.568 311.344h26.067v-68.4h-26.067Zm352.266-53.3c-2.933-6.254-8.3-12.01-15.441-16.714A38 38 0 0 0 637.4 226l.166-25.347-.166-.664c-7.362-15.989-26.733-26.729-48.15-26.729S548.461 184 541.1 199.992l-.166 25.347.166.664a39.64 39.64 0 0 0 13.006 15.331c-7.2 4.7-12.508 10.46-15.441 16.714l-.166 28.889.166.72c7.582 15.994 27.893 26.731 50.585 26.731s43.057-10.737 50.584-26.731l.166-28.89Zm-73.22-50.806c3.6-6.31 12.563-10.516 22.58-10.516s19.038 4.206 22.636 10.516v13.725c-3.542 6.2-12.563 10.349-22.636 10.349s-19.094-4.15-22.58-10.349Zm47.319 72.169c-3.764 6.641-13.338 10.9-24.683 10.9-11.125 0-20.976-4.372-24.684-10.9V263.25c3.708-6.309 13.5-10.515 24.684-10.515 11.345 0 20.919 4.15 24.683 10.515ZM376.4 265.962l-59.827-89.713h-29v40.623h26.51v.387l62.539 94.085H402.3V176.249h-25.9Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/nutritionix.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/nutritionix.svg new file mode 100644 index 0000000..804d3ba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/nutritionix.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M88 8.1S221.4-.1 209 112.5c0 0 19.1-74.9 103-40.6 0 0-17.7 74-88 56 0 0 14.6-54.6 66.1-56.6 0 0-39.9-10.3-82.1 48.8 0 0-19.8-94.5-93.6-99.7 0 0 75.2 19.4 77.6 107.5 0 .1-106.4 7-104-119.8m312 315.6c0 48.5-9.7 95.3-32 132.3-42.2 30.9-105 48-168 48-62.9 0-125.8-17.1-168-48C9.7 419 0 372.2 0 323.7 0 275.3 17.7 229 40 192c42.2-30.9 97.1-48.6 160-48.6 63 0 117.8 17.6 160 48.6 22.3 37 40 83.3 40 131.7M120 428c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28m0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28m0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28M192 428c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28m0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28m0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28M264 428c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28m0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28m0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28M336 428c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28m0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28m0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28m24-39.6c-4.8-22.3-7.4-36.9-16-56-38.8-19.9-90.5-32-144-32S94.8 180.1 56 200c-8.8 19.5-11.2 33.9-16 56 42.2-7.9 98.7-14.8 160-14.8s117.8 6.9 160 14.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/octopus-deploy.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/octopus-deploy.svg new file mode 100644 index 0000000..86720aa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/octopus-deploy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M455.6 349.2c-45.891-39.09-36.67-77.877-16.095-128.11C475.16 134.04 415.967 34.14 329.93 8.3 237.04-19.6 134.252 24.341 99.677 117.147a180.9 180.9 0 0 0-10.988 73.544c1.733 29.543 14.717 52.97 24.09 80.3 17.2 50.161-28.1 92.743-66.662 117.582-46.806 30.2-36.319 39.857-8.428 41.858 23.378 1.68 44.478-4.548 65.265-15.045 9.2-4.647 40.687-18.931 45.13-28.588-12.184 26.59-36.962 72.702-21.463 102.102 19.1 36.229 67.112-31.77 76.709-45.812 8.591-12.572 42.963-81.279 63.627-46.926 18.865 31.361 8.6 76.391 35.738 104.622 32.854 34.2 51.155-18.312 51.412-44.221.163-16.411-6.1-95.852 29.9-59.944 21.421 21.381 52.905 71.181 88.561 67.023 38.736-4.516-22.123-67.967-28.262-78.695 5.393 4.279 53.665 34.128 53.818 9.52.11-18.789-30.085-34.667-42.524-45.267"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/odnoklassniki.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/odnoklassniki.svg new file mode 100644 index 0000000..bb86954 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/odnoklassniki.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M275.1 334c-27.4 17.4-65.1 24.3-90 26.9l20.9 20.6 76.3 76.3c27.9 28.6-17.5 73.3-45.7 45.7-19.1-19.4-47.1-47.4-76.3-76.6L84 503.4c-28.2 27.5-73.6-17.6-45.4-45.7 19.4-19.4 47.1-47.4 76.3-76.3l20.6-20.6c-24.6-2.6-62.9-9.1-90.6-26.9-32.6-21-46.9-33.3-34.3-59 7.4-14.6 27.7-26.9 54.6-5.7 0 0 36.3 28.9 94.9 28.9s94.9-28.9 94.9-28.9c26.9-21.1 47.1-8.9 54.6 5.7 12.4 25.7-1.9 38-34.5 59.1M30.3 129.7C30.3 58 88.6 0 160 0s129.7 58 129.7 129.7c0 71.4-58.3 129.4-129.7 129.4s-129.7-58-129.7-129.4m66 0c0 35.1 28.6 63.7 63.7 63.7s63.7-28.6 63.7-63.7c0-35.4-28.6-64-63.7-64s-63.7 28.6-63.7 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/odysee.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/odysee.svg new file mode 100644 index 0000000..c6d78c1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/odysee.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M406.7 463c-42.3 30.8-94.4 49-150.7 49-111.1 0-205.7-70.8-241.1-169.8 2.4 1.7 5.9 3.6 7.9 4.4 16.3 7.4 40.1-5.4 62.9-28.7 6.9-6.9 14.4-12.4 22.8-17.3 18.3-11.9 37.6-20.8 58.4-27.2 0 0 22.3 34.2 43.1 74.8s-22.3 54-27.2 54c-.3 0-.8 0-1.5-.1-11-.5-70-3-56 51.1 14.9 57.4 97.5 36.6 139.6 8.9s31.7-118.3 31.7-118.3c41.1-6.4 54 37.1 57.9 59.4.8 4.6 1.1 9.9 1.4 15.5 1.1 21.2 2.3 45.6 35.3 46.4 5.3 0 10.6-.8 15.5-2zm-95.3-23.7c-2-.5-3.5-2.5-3-5 1-2.5 3-3.5 5-3s3.5 3 3 5-2.5 3.5-5 3m-207-95.6c1.5-.5 3.5 1 4 3 0 2-1 4-3 4-1.5.5-3.5-1-4-3-.5-1.5 1-3.5 3-4M451.8 421c37.5-44.6 60.2-102.2 60.2-165 0-67.5-26.1-128.9-68.8-174.7-.1 23.5-6.1 48.2-16.8 69.2-11.9 20.3-49 58.9-69.8 78.7-.7.3-1.1.9-1.5 1.4-.2.2-.3.4-.5.6-5 6.9-4 16.8 3 21.8 21.3 15.8 56.4 45.6 59.4 72.8 3.5 34.9 27.9 75.6 34.2 86.2.8 1.3 1.3 2.1 1.4 2.4 0 2.2-.4 4.3-.8 6.5zm-61.1-170c-.5 3 1 5.9 4 6.4s5.9-1 6.4-4-1-5.9-4-6.4c-3-1-5.9 1-6.4 4m61.4-60.9-11.4 5.4-3 12.9-5.4-11.4-12.9-3 11.4-5.4 3-12.9 5.4 11.4zM395.5 41.3c-16.2 8.2-22.1 32.8-29 61.4-.3 1.4-.7 2.8-1 4.2-9.5 38.5-30.6 37.6-41.7 37.2-1.1 0-2-.1-2.9-.1-5.1 0-6-4-8.9-17.1-2.6-12.1-6.9-32-17.9-63.6-22.7-65.8-82.7-49.4-128.2-22.2-55.3 33.1-34.4 101.9-19.8 149.4.7 2.2 1.4 4.4 2 6.6-4 4-13.8 7.5-26 11.9-12.1 4.3-26.6 9.5-40.3 16.9-33.9 18-70.3 49-79.8 62.6C.7 277.8 0 267 0 256 0 114.6 114.6 0 256 0c51.4 0 99.4 15.2 139.5 41.3M58.9 189.6c-1.5-2-4.5-3-6.4-1.5s-3 4.5-1.5 6.4 4.5 3 6.4 1.5c2.5-1.5 3-4.5 1.5-6.4M327.3 64.9c2-1.5 5-.5 6.4 1.5 1.5 2.5 1 5.4-1.5 6.4-2 1.5-5 .5-6.4-1.5s-.5-5 1.5-6.4M95.1 105c-.5 1.5.5 3 2 3 1.5.5 3-.5 3-2 .5-1.5-.5-3-2-3s-3 .5-3 2m84.7-.5c-3.5-43.1 37.1-54 37.1-54 44.1-15.4 56 5.9 66.4 37.6s3 42.6-38.6 58.9-61.9-4.5-64.9-42.6zm89.6 14.9h1c2.5 0 5-2 5-5 2-6.9 1-14.4-2-20.8-1.5-2-4-3.5-6.4-2.5-3 1-4.5 4-3.5 6.9 2 4.5 3 9.9 1.5 14.9-.5 3 1.5 5.9 4.5 6.4zm-9.9-41.6c-2 0-4-1-5-3s-2-3.5-3-5c-2-2-2-5.4 0-7.4s5.4-2 7.4 0c2 2.5 3.5 5 5 7.4s.5 5.9-2.5 7.4c-.6 0-1 .2-1.3.3-.2.1-.4.2-.6.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/old-republic.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/old-republic.svg new file mode 100644 index 0000000..3769bcd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/old-republic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M235.76 10.23c7.5-.31 15-.28 22.5-.09 3.61.14 7.2.4 10.79.73 4.92.27 9.79 1.03 14.67 1.62 2.93.43 5.83.98 8.75 1.46 7.9 1.33 15.67 3.28 23.39 5.4 12.24 3.47 24.19 7.92 35.76 13.21 26.56 12.24 50.94 29.21 71.63 49.88 20.03 20.09 36.72 43.55 48.89 69.19 1.13 2.59 2.44 5.1 3.47 7.74 2.81 6.43 5.39 12.97 7.58 19.63 4.14 12.33 7.34 24.99 9.42 37.83.57 3.14 1.04 6.3 1.4 9.47.55 3.83.94 7.69 1.18 11.56.83 8.34.84 16.73.77 25.1-.07 4.97-.26 9.94-.75 14.89-.24 3.38-.51 6.76-.98 10.12-.39 2.72-.63 5.46-1.11 8.17-.9 5.15-1.7 10.31-2.87 15.41-4.1 18.5-10.3 36.55-18.51 53.63-15.77 32.83-38.83 62.17-67.12 85.12a246.5 246.5 0 0 1-56.91 34.86c-6.21 2.68-12.46 5.25-18.87 7.41-3.51 1.16-7.01 2.38-10.57 3.39-6.62 1.88-13.29 3.64-20.04 5-4.66.91-9.34 1.73-14.03 2.48-5.25.66-10.5 1.44-15.79 1.74-6.69.66-13.41.84-20.12.81-6.82.03-13.65-.12-20.45-.79-3.29-.23-6.57-.5-9.83-.95-2.72-.39-5.46-.63-8.17-1.11-4.12-.72-8.25-1.37-12.35-2.22-4.25-.94-8.49-1.89-12.69-3.02-8.63-2.17-17.08-5.01-25.41-8.13-10.49-4.12-20.79-8.75-30.64-14.25-2.14-1.15-4.28-2.29-6.35-3.57-11.22-6.58-21.86-14.1-31.92-22.34-34.68-28.41-61.41-66.43-76.35-108.7-3.09-8.74-5.71-17.65-7.8-26.68-1.48-6.16-2.52-12.42-3.58-18.66-.4-2.35-.61-4.73-.95-7.09-.6-3.96-.75-7.96-1.17-11.94-.8-9.47-.71-18.99-.51-28.49.14-3.51.34-7.01.7-10.51.31-3.17.46-6.37.92-9.52.41-2.81.65-5.65 1.16-8.44.7-3.94 1.3-7.9 2.12-11.82 3.43-16.52 8.47-32.73 15.26-48.18 1.15-2.92 2.59-5.72 3.86-8.59 8.05-16.71 17.9-32.56 29.49-47.06 20-25.38 45.1-46.68 73.27-62.47 7.5-4.15 15.16-8.05 23.07-11.37 15.82-6.88 32.41-11.95 49.31-15.38 3.51-.67 7.04-1.24 10.56-1.85 2.62-.47 5.28-.7 7.91-1.08 3.53-.53 7.1-.68 10.65-1.04 2.46-.24 4.91-.36 7.36-.51m8.64 24.41c-9.23.1-18.43.99-27.57 2.23-7.3 1.08-14.53 2.6-21.71 4.3-13.91 3.5-27.48 8.34-40.46 14.42-10.46 4.99-20.59 10.7-30.18 17.22-4.18 2.92-8.4 5.8-12.34 9.03-5.08 3.97-9.98 8.17-14.68 12.59-2.51 2.24-4.81 4.7-7.22 7.06-28.22 28.79-48.44 65.39-57.5 104.69-2.04 8.44-3.54 17.02-4.44 25.65-1.1 8.89-1.44 17.85-1.41 26.8.11 7.14.38 14.28 1.22 21.37.62 7.12 1.87 14.16 3.2 21.18 1.07 4.65 2.03 9.32 3.33 13.91 6.29 23.38 16.5 45.7 30.07 65.75 8.64 12.98 18.78 24.93 29.98 35.77 16.28 15.82 35.05 29.04 55.34 39.22 7.28 3.52 14.66 6.87 22.27 9.63 5.04 1.76 10.06 3.57 15.22 4.98 11.26 3.23 22.77 5.6 34.39 7.06 2.91.29 5.81.61 8.72.9 13.82 1.08 27.74 1 41.54-.43 4.45-.6 8.92-.99 13.35-1.78 3.63-.67 7.28-1.25 10.87-2.1 4.13-.98 8.28-1.91 12.36-3.07 26.5-7.34 51.58-19.71 73.58-36.2 15.78-11.82 29.96-25.76 42.12-41.28 3.26-4.02 6.17-8.31 9.13-12.55 3.39-5.06 6.58-10.25 9.6-15.54 2.4-4.44 4.74-8.91 6.95-13.45 5.69-12.05 10.28-24.62 13.75-37.49 2.59-10.01 4.75-20.16 5.9-30.45 1.77-13.47 1.94-27.1 1.29-40.65-.29-3.89-.67-7.77-1-11.66-2.23-19.08-6.79-37.91-13.82-55.8-5.95-15.13-13.53-29.63-22.61-43.13-12.69-18.8-28.24-35.68-45.97-49.83-25.05-20-54.47-34.55-85.65-42.08-7.78-1.93-15.69-3.34-23.63-4.45-3.91-.59-7.85-.82-11.77-1.24-7.39-.57-14.81-.72-22.22-.58M139.26 83.53c13.3-8.89 28.08-15.38 43.3-20.18-3.17 1.77-6.44 3.38-9.53 5.29-11.21 6.68-21.52 14.9-30.38 24.49-6.8 7.43-12.76 15.73-17.01 24.89-3.29 6.86-5.64 14.19-6.86 21.71-.93 4.85-1.3 9.81-1.17 14.75.13 13.66 4.44 27.08 11.29 38.82 5.92 10.22 13.63 19.33 22.36 27.26 4.85 4.36 10.24 8.09 14.95 12.6 2.26 2.19 4.49 4.42 6.43 6.91 2.62 3.31 4.89 6.99 5.99 11.1.9 3.02.66 6.2.69 9.31.02 4.1-.04 8.2.03 12.3.14 3.54-.02 7.09.11 10.63.08 2.38.02 4.76.05 7.14.16 5.77.06 11.53.15 17.3.11 2.91.02 5.82.13 8.74.03 1.63.13 3.28-.03 4.91-.91.12-1.82.18-2.73.16-10.99 0-21.88-2.63-31.95-6.93-6-2.7-11.81-5.89-17.09-9.83-5.75-4.19-11.09-8.96-15.79-14.31-6.53-7.24-11.98-15.39-16.62-23.95-1.07-2.03-2.24-4.02-3.18-6.12-1.16-2.64-2.62-5.14-3.67-7.82-4.05-9.68-6.57-19.94-8.08-30.31-.49-4.44-1.09-8.88-1.2-13.35-.7-15.73.84-31.55 4.67-46.82 2.12-8.15 4.77-16.18 8.31-23.83 6.32-14.2 15.34-27.18 26.3-38.19 6.28-6.2 13.13-11.84 20.53-16.67m175.37-20.12c2.74.74 5.41 1.74 8.09 2.68 6.36 2.33 12.68 4.84 18.71 7.96 13.11 6.44 25.31 14.81 35.82 24.97 10.2 9.95 18.74 21.6 25.14 34.34 1.28 2.75 2.64 5.46 3.81 8.26 6.31 15.1 10 31.26 11.23 47.57.41 4.54.44 9.09.45 13.64.07 11.64-1.49 23.25-4.3 34.53-1.97 7.27-4.35 14.49-7.86 21.18-3.18 6.64-6.68 13.16-10.84 19.24-6.94 10.47-15.6 19.87-25.82 27.22-10.48 7.64-22.64 13.02-35.4 15.38-3.51.69-7.08 1.08-10.66 1.21-1.85.06-3.72.16-5.56-.1-.28-2.15 0-4.31-.01-6.46-.03-3.73.14-7.45.1-11.17.19-7.02.02-14.05.21-21.07.03-2.38-.03-4.76.03-7.14.17-5.07-.04-10.14.14-15.21.1-2.99-.24-6.04.51-8.96.66-2.5 1.78-4.86 3.09-7.08 4.46-7.31 11.06-12.96 17.68-18.26 5.38-4.18 10.47-8.77 15.02-13.84 7.68-8.37 14.17-17.88 18.78-28.27 2.5-5.93 4.52-12.1 5.55-18.46.86-4.37 1.06-8.83 1.01-13.27-.02-7.85-1.4-15.65-3.64-23.17-1.75-5.73-4.27-11.18-7.09-16.45-3.87-6.93-8.65-13.31-13.96-19.2-9.94-10.85-21.75-19.94-34.6-27.1-1.85-1.02-3.84-1.82-5.63-2.97m-100.8 58.45c.98-1.18 1.99-2.33 3.12-3.38-.61.93-1.27 1.81-1.95 2.68-3.1 3.88-5.54 8.31-7.03 13.06-.87 3.27-1.68 6.6-1.73 10-.07 2.52-.08 5.07.32 7.57 1.13 7.63 4.33 14.85 8.77 21.12 2 2.7 4.25 5.27 6.92 7.33 1.62 1.27 3.53 2.09 5.34 3.05 3.11 1.68 6.32 3.23 9.07 5.48 2.67 2.09 4.55 5.33 4.4 8.79-.01 73.67 0 147.34-.01 221.02 0 1.35-.08 2.7.04 4.04.13 1.48.82 2.83 1.47 4.15.86 1.66 1.78 3.34 3.18 4.62.85.77 1.97 1.4 3.15 1.24 1.5-.2 2.66-1.35 3.45-2.57.96-1.51 1.68-3.16 2.28-4.85.76-2.13.44-4.42.54-6.63.14-4.03-.02-8.06.14-12.09.03-5.89.03-11.77.06-17.66.14-3.62.03-7.24.11-10.86.15-4.03-.02-8.06.14-12.09.03-5.99.03-11.98.07-17.97.14-3.62.02-7.24.11-10.86.14-3.93-.02-7.86.14-11.78.03-5.99.03-11.98.06-17.97.16-3.94-.01-7.88.19-11.82.29 1.44.13 2.92.22 4.38.19 3.61.42 7.23.76 10.84.32 3.44.44 6.89.86 10.32.37 3.1.51 6.22.95 9.31.57 4.09.87 8.21 1.54 12.29 1.46 9.04 2.83 18.11 5.09 26.99 1.13 4.82 2.4 9.61 4 14.3 2.54 7.9 5.72 15.67 10.31 22.62 1.73 2.64 3.87 4.98 6.1 7.21.27.25.55.51.88.71.6.25 1.31-.07 1.7-.57.71-.88 1.17-1.94 1.7-2.93 4.05-7.8 8.18-15.56 12.34-23.31.7-1.31 1.44-2.62 2.56-3.61 1.75-1.57 3.84-2.69 5.98-3.63 2.88-1.22 5.9-2.19 9.03-2.42 6.58-.62 13.11.75 19.56 1.85 3.69.58 7.4 1.17 11.13 1.41 3.74.1 7.48.05 11.21-.28 8.55-.92 16.99-2.96 24.94-6.25 5.3-2.24 10.46-4.83 15.31-7.93 11.46-7.21 21.46-16.57 30.04-27.01 1.17-1.42 2.25-2.9 3.46-4.28-1.2 3.24-2.67 6.37-4.16 9.48-1.25 2.9-2.84 5.61-4.27 8.42-5.16 9.63-11.02 18.91-17.75 27.52-4.03 5.21-8.53 10.05-13.33 14.57-6.64 6.05-14.07 11.37-22.43 14.76-8.21 3.37-17.31 4.63-26.09 3.29-3.56-.58-7.01-1.69-10.41-2.88-2.79-.97-5.39-2.38-8.03-3.69-3.43-1.71-6.64-3.81-9.71-6.08 2.71 3.06 5.69 5.86 8.7 8.61 4.27 3.76 8.74 7.31 13.63 10.23 3.98 2.45 8.29 4.4 12.84 5.51 1.46.37 2.96.46 4.45.6-1.25 1.1-2.63 2.04-3.99 2.98-9.61 6.54-20.01 11.86-30.69 16.43-20.86 8.7-43.17 13.97-65.74 15.34q-6.99.36-13.98.36c-4.98-.11-9.97-.13-14.92-.65-11.2-.76-22.29-2.73-33.17-5.43-10.35-2.71-20.55-6.12-30.3-10.55-8.71-3.86-17.12-8.42-24.99-13.79-1.83-1.31-3.74-2.53-5.37-4.08 6.6-1.19 13.03-3.39 18.99-6.48 5.74-2.86 10.99-6.66 15.63-11.07 2.24-2.19 4.29-4.59 6.19-7.09-3.43 2.13-6.93 4.15-10.62 5.78-4.41 2.16-9.07 3.77-13.81 5.02-5.73 1.52-11.74 1.73-17.61 1.14-8.13-.95-15.86-4.27-22.51-8.98-4.32-2.94-8.22-6.43-11.96-10.06-9.93-10.16-18.2-21.81-25.66-33.86-3.94-6.27-7.53-12.75-11.12-19.22-1.05-2.04-2.15-4.05-3.18-6.1 2.85 2.92 5.57 5.97 8.43 8.88 8.99 8.97 18.56 17.44 29.16 24.48 7.55 4.9 15.67 9.23 24.56 11.03 3.11.73 6.32.47 9.47.81 2.77.28 5.56.2 8.34.3 5.05.06 10.11.04 15.16-.16 3.65-.16 7.27-.66 10.89-1.09 2.07-.25 4.11-.71 6.14-1.2 3.88-.95 8.11-.96 11.83.61 4.76 1.85 8.44 5.64 11.38 9.71 2.16 3.02 4.06 6.22 5.66 9.58 1.16 2.43 2.46 4.79 3.55 7.26 1 2.24 2.15 4.42 3.42 6.52.67 1.02 1.4 2.15 2.62 2.55 1.06-.75 1.71-1.91 2.28-3.03 2.1-4.16 3.42-8.65 4.89-13.05 2.02-6.59 3.78-13.27 5.19-20.02 2.21-9.25 3.25-18.72 4.54-28.13.56-3.98.83-7.99 1.31-11.97.87-10.64 1.9-21.27 2.24-31.94.08-1.86.24-3.71.25-5.57.01-4.35.25-8.69.22-13.03-.01-2.38-.01-4.76 0-7.13.05-5.07-.2-10.14-.22-15.21-.2-6.61-.71-13.2-1.29-19.78-.73-5.88-1.55-11.78-3.12-17.51-2.05-7.75-5.59-15.03-9.8-21.82-3.16-5.07-6.79-9.88-11.09-14.03-3.88-3.86-8.58-7.08-13.94-8.45-1.5-.41-3.06-.45-4.59-.64.07-2.99.7-5.93 1.26-8.85 1.59-7.71 3.8-15.3 6.76-22.6 1.52-4.03 3.41-7.9 5.39-11.72 3.45-6.56 7.62-12.79 12.46-18.46m31.27 1.7c.35-.06.71-.12 1.07-.19.19 1.79.09 3.58.1 5.37v38.13c-.01 1.74.13 3.49-.15 5.22-.36-.03-.71-.05-1.06-.05-.95-3.75-1.72-7.55-2.62-11.31-.38-1.53-.58-3.09-1.07-4.59-1.7-.24-3.43-.17-5.15-.2-5.06-.01-10.13 0-15.19-.01-1.66-.01-3.32.09-4.98-.03-.03-.39-.26-.91.16-1.18 1.28-.65 2.72-.88 4.06-1.35 3.43-1.14 6.88-2.16 10.31-3.31 1.39-.48 2.9-.72 4.16-1.54.04-.56.02-1.13-.05-1.68-1.23-.55-2.53-.87-3.81-1.28-3.13-1.03-6.29-1.96-9.41-3.02-1.79-.62-3.67-1-5.41-1.79-.03-.37-.07-.73-.11-1.09 5.09-.19 10.2.06 15.3-.12 3.36-.13 6.73.08 10.09-.07.12-.39.26-.77.37-1.16 1.08-4.94 2.33-9.83 3.39-14.75m5.97-.2c.36.05.72.12 1.08.2.98 3.85 1.73 7.76 2.71 11.61.36 1.42.56 2.88 1.03 4.27 2.53.18 5.07-.01 7.61.05 5.16.12 10.33.12 15.49.07.76-.01 1.52.03 2.28.08-.04.36-.07.72-.1 1.08-1.82.83-3.78 1.25-5.67 1.89-3.73 1.23-7.48 2.39-11.22 3.57-.57.17-1.12.42-1.67.64-.15.55-.18 1.12-.12 1.69.87.48 1.82.81 2.77 1.09 4.88 1.52 9.73 3.14 14.63 4.6.38.13.78.27 1.13.49.4.27.23.79.15 1.18-1.66.13-3.31.03-4.97.04-5.17.01-10.33-.01-15.5.01-1.61.03-3.22-.02-4.82.21-.52 1.67-.72 3.42-1.17 5.11-.94 3.57-1.52 7.24-2.54 10.78-.36.01-.71.02-1.06.06-.29-1.73-.15-3.48-.15-5.22v-38.13c.02-1.78-.08-3.58.11-5.37M65.05 168.33c1.12-2.15 2.08-4.4 3.37-6.46-1.82 7.56-2.91 15.27-3.62 23-.8 7.71-.85 15.49-.54 23.23 1.05 19.94 5.54 39.83 14.23 57.88 2.99 5.99 6.35 11.83 10.5 17.11 6.12 7.47 12.53 14.76 19.84 21.09 4.8 4.1 9.99 7.78 15.54 10.8 3.27 1.65 6.51 3.39 9.94 4.68 5.01 2.03 10.19 3.61 15.42 4.94 3.83.96 7.78 1.41 11.52 2.71 5 1.57 9.47 4.61 13.03 8.43 4.93 5.23 8.09 11.87 10.2 18.67.99 2.9 1.59 5.91 2.17 8.92.15.75.22 1.52.16 2.29-6.5 2.78-13.26 5.06-20.26 6.18-4.11.78-8.29.99-12.46 1.08-10.25.24-20.47-1.76-30.12-5.12-3.74-1.42-7.49-2.85-11.03-4.72-8.06-3.84-15.64-8.7-22.46-14.46-2.92-2.55-5.83-5.13-8.4-8.03-9.16-9.83-16.3-21.41-21.79-33.65-2.39-5.55-4.61-11.18-6.37-16.96-1.17-3.94-2.36-7.89-3.26-11.91-.75-2.94-1.22-5.95-1.87-8.92-.46-2.14-.69-4.32-1.03-6.48-.85-5.43-1.28-10.93-1.33-16.43.11-6.18.25-12.37 1.07-18.5.4-2.86.67-5.74 1.15-8.6.98-5.7 2.14-11.37 3.71-16.93 3.09-11.65 7.48-22.95 12.69-33.84m363.73-6.44c1.1 1.66 1.91 3.48 2.78 5.26 2.1 4.45 4.24 8.9 6.02 13.49 7.61 18.76 12.3 38.79 13.04 59.05.02 1.76.07 3.52.11 5.29.13 9.57-1.27 19.09-3.18 28.45-.73 3.59-1.54 7.17-2.58 10.69-4.04 14.72-10 29-18.41 41.78-8.21 12.57-19.01 23.55-31.84 31.41-5.73 3.59-11.79 6.64-18.05 9.19-5.78 2.19-11.71 4.03-17.8 5.11-6.4 1.05-12.91 1.52-19.4 1.23-7.92-.48-15.78-2.07-23.21-4.85-1.94-.8-3.94-1.46-5.84-2.33-.21-1.51.25-2.99.53-4.46 1.16-5.74 3.03-11.36 5.7-16.58 2.37-4.51 5.52-8.65 9.46-11.9 2.43-2.05 5.24-3.61 8.16-4.83 3.58-1.5 7.47-1.97 11.24-2.83 7.23-1.71 14.37-3.93 21.15-7 10.35-4.65 19.71-11.38 27.65-19.46 1.59-1.61 3.23-3.18 4.74-4.87 3.37-3.76 6.71-7.57 9.85-11.53 7.48-10.07 12.82-21.59 16.71-33.48 1.58-5.3 3.21-10.6 4.21-16.05.63-2.87 1.04-5.78 1.52-8.68.87-6.09 1.59-12.22 1.68-18.38.12-6.65.14-13.32-.53-19.94-.73-7.99-1.87-15.96-3.71-23.78"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/opencart.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/opencart.svg new file mode 100644 index 0000000..29a51cb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/opencart.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M423.3 440.7c0 25.3-20.3 45.6-45.6 45.6s-45.8-20.3-45.8-45.6 20.6-45.8 45.8-45.8c25.4 0 45.6 20.5 45.6 45.8m-253.9-45.8c-25.3 0-45.6 20.6-45.6 45.8s20.3 45.6 45.6 45.6 45.8-20.3 45.8-45.6-20.5-45.8-45.8-45.8m291.7-270C158.9 124.9 81.9 112.1 0 25.7c34.4 51.7 53.3 148.9 373.1 144.2 333.3-5 130 86.1 70.8 188.9 186.7-166.7 319.4-233.9 17.2-233.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/openid.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/openid.svg new file mode 100644 index 0000000..2aefdfe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/openid.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m271.5 432-68 32C88.5 453.7 0 392.5 0 318.2c0-71.5 82.5-131 191.7-144.3v43c-71.5 12.5-124 53-124 101.3 0 51 58.5 93.3 135.7 103v-340l68-33.2v384zM448 291l-131.3-28.5 36.8-20.7c-19.5-11.5-43.5-20-70-24.8v-43c46.2 5.5 87.7 19.5 120.3 39.3l35-19.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/opensuse.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/opensuse.svg new file mode 100644 index 0000000..b2a4b86 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/opensuse.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M471.1 102.7s-.3 18.3-.3 20.3c-9.1-3-74.4-24.1-135.7-26.3-51.9-1.8-122.8-4.3-223 57.3-19.4 12.4-73.9 46.1-99.6 109.7C7 277-.1 307 7 335.1c3.3 12.8 8.9 24.9 16.5 35.7 17.4 25 46.6 41.6 78.1 44.4 44.4 3.9 78.1-16 90-53.3 8.2-25.8 0-63.6-31.5-82.9-25.6-15.7-53.3-12.1-69.2-1.6-13.9 9.2-21.8 23.5-21.6 39.2.3 27.8 24.3 42.6 41.5 42.6 5.4 0 10.7-.9 15.8-2.7 6.5-1.8 13.3-6.5 13.3-14.9 0-12.1-11.6-14.8-16.8-13.9-2.9.5-4.5 2-11.8 2.4-2-.2-12-3.1-12-14v-.1c.2-12.3 13.2-18 25.5-16.9 32.3 2.8 47.7 40.7 28.5 65.7-18.3 23.7-76.6 23.2-99.7-20.4-26-49.2 12.7-111.2 87-98.4 33.2 5.7 83.6 35.5 102.4 104.3h45.9c-5.7-17.6-8.9-68.3 42.7-68.3 56.7 0 63.9 39.9 79.8 68.3H460c-12.8-18.3-21.7-38.7-18.9-55.8 5.6-33.8 39.7-18.4 82.4-17.4 66.5.4 102.1-27 103.1-28 3.7-3.1 6.5-15.8 7-17.7 1.3-5.1-3.2-2.4-3.2-2.4-8.7 5.2-30.5 15.2-50.9 15.6-25.3.5-76.2-25.4-81.6-28.2-.3-.4.1 1.2-11-25.5 88.4 58.3 118.3 40.5 145.2 21.7.8-.6 4.3-2.9 3.6-5.7-13.8-48.1-22.4-62.7-34.5-69.6-37-21.6-125-34.7-129.2-35.3.1-.1-.9-.3-.9.7m135.6 75.4a37.6 37.6 0 1 1-75.2-2.6 37.6 37.6 0 1 1 75.2 2.6m-36.6-27.9a26.3 26.3 0 1 0-1.7 52.5 26.3 26.3 0 1 0 1.7-52.5m4.3 28.8c-15.4 0-15.4-15.6 0-15.6s15.4 15.6 0 15.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/opera.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/opera.svg new file mode 100644 index 0000000..dae3e89 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/opera.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M313.9 32.7c-170.2 0-252.6 223.8-147.5 355.1 36.5 45.4 88.6 75.6 147.5 75.6 36.3 0 70.3-11.1 99.4-30.4-43.8 39.2-101.9 63-165.3 63-3.9 0-8 0-11.9-.3C104.6 489.6 0 381.1 0 248 0 111 111 0 248 0h.8c63.1.3 120.7 24.1 164.4 63.1-29-19.4-63.1-30.4-99.3-30.4m101.8 397.7c-40.9 24.7-90.7 23.6-132-5.8 56.2-20.5 97.7-91.6 97.7-176.6 0-84.7-41.2-155.8-97.4-176.6 41.8-29.2 91.2-30.3 132.9-5 105.9 98.7 105.5 265.7-1.2 364"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/optin-monster.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/optin-monster.svg new file mode 100644 index 0000000..34f4497 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/optin-monster.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M572.6 421.4c5.6-9.5 4.7-15.2-5.4-11.6-3-4.9-7-9.5-11.1-13.8 2.9-9.7-.7-14.2-10.8-9.2-4.6-3.2-10.3-6.5-15.9-9.2 0-15.1-11.6-11.6-17.6-5.7-10.4-1.5-18.7-.3-26.8 5.7.3-6.5.3-13 .3-19.7 12.6 0 40.2-11 45.9-36.2 1.4-6.8 1.6-13.8-.3-21.9-3-13.5-14.3-21.3-25.1-25.7-.8-5.9-7.6-14.3-14.9-15.9s-12.4 4.9-14.1 10.3c-8.5 0-19.2 2.8-21.1 8.4-5.4-.5-11.1-1.4-16.8-1.9 2.7-1.9 5.4-3.5 8.4-4.6 5.4-9.2 14.6-11.4 25.7-11.6V256c19.5-.5 43-5.9 53.8-18.1 12.7-13.8 14.6-37.3 12.4-55.1-2.4-17.3-9.7-37.6-24.6-48.1-8.4-5.9-21.6-.8-22.7 9.5-2.2 19.6 1.2 30-38.6 25.1-10.3-23.8-24.6-44.6-42.7-60C341 49.6 242.9 55.5 166.4 71.7c19.7 4.6 41.1 8.6 59.7 16.5-26.2 2.4-52.7 11.3-76.2 23.2-32.8 17-44 29.9-56.7 42.4 14.9-2.2 28.9-5.1 43.8-3.8-9.7 5.4-18.4 12.2-26.5 20-25.8.9-23.8-5.3-26.2-25.9-1.1-10.5-14.3-15.4-22.7-9.7-28.1 19.9-33.5 79.9-12.2 103.5 10.8 12.2 35.1 17.3 54.9 17.8-.3 1.1-.3 1.9-.3 2.7 10.8.5 19.5 2.7 24.6 11.6 3 1.1 5.7 2.7 8.1 4.6-5.4.5-11.1 1.4-16.5 1.9-3.3-6.6-13.7-8.1-21.1-8.1-1.6-5.7-6.5-12.2-14.1-10.3-6.8 1.9-14.1 10-14.9 15.9-22.5 9.5-30.1 26.8-25.1 47.6 5.3 24.8 33 36.2 45.9 36.2v19.7c-6.6-5-14.3-7.5-26.8-5.7-5.5-5.5-17.3-10.1-17.3 5.7-5.9 2.7-11.4 5.9-15.9 9.2-9.8-4.9-13.6-1.7-11.1 9.2-4.1 4.3-7.8 8.6-11.1 13.8-10.2-3.7-11 2.2-5.4 11.6-1.1 3.5-1.6 7-1.9 10.8-.5 31.6 44.6 64 73.5 65.1 17.3.5 34.6-8.4 43-23.5 113.2 4.9 226.7 4.1 340.2 0 8.1 15.1 25.4 24.3 42.7 23.5 29.2-1.1 74.3-33.5 73.5-65.1.2-3.7-.7-7.2-1.7-10.7m-73.8-254c1.1-3 2.4-8.4 2.4-14.6 0-5.9 6.8-8.1 14.1-.8 11.1 11.6 14.9 40.5 13.8 51.1-4.1-13.6-13-29-30.3-35.7m-4.6 6.7c19.5 6.2 28.6 27.6 29.7 48.9-1.1 2.7-3 5.4-4.9 7.6-5.7 5.9-15.4 10-26.2 12.2 4.3-21.3.3-47.3-12.7-63 4.9-.8 10.9-2.4 14.1-5.7m-24.1 6.8c13.8 11.9 20 39.2 14.1 63.5-4.1.5-8.1.8-11.6.8-1.9-21.9-6.8-44-14.3-64.6 3.7.3 8.1.3 11.8.3M47.5 203c-1.1-10.5 2.4-39.5 13.8-51.1 7-7.3 14.1-5.1 14.1.8 0 6.2 1.4 11.6 2.4 14.6-17.3 6.8-26.2 22.2-30.3 35.7m9.7 27.6c-1.9-2.2-3.5-4.9-4.9-7.6 1.4-21.3 10.3-42.7 29.7-48.9 3.2 3.2 9.2 4.9 14.1 5.7-13 15.7-17 41.6-12.7 63-10.8-2.2-20.5-6-26.2-12.2m47.9 14.6c-4.1 0-8.1-.3-12.7-.8-4.6-18.6-1.9-38.9 5.4-53v.3l12.2-5.1c4.9-1.9 9.7-3.8 14.9-4.9-10.7 19.7-17.4 41.3-19.8 63.5m184-162.7c41.9 0 76.2 34 76.2 75.9 0 42.2-34.3 76.2-76.2 76.2s-76.2-34-76.2-76.2c0-41.8 34.3-75.9 76.2-75.9m115.6 174.3c-.3 17.8-7 48.9-23 57-13.2 6.6-6.5-7.5-16.5-58.1 13.3.3 26.6.3 39.5 1.1m-54-1.6c.8 4.9 3.8 40.3-1.6 41.9-11.6 3.5-40 4.3-51.1-1.1-4.1-3-4.6-35.9-4.3-41.1v.3c18.9-.3 38.1-.3 57 0M278.3 309c-13 3.5-41.6 4.1-54.6-1.6-6.5-2.7-3.8-42.4-1.9-51.6 19.2-.5 38.4-.5 57.8-.8v.3c1.1 8.3 3.3 51.2-1.3 53.7m-106.5-51.1c12.2-.8 24.6-1.4 36.8-1.6-2.4 15.4-3 43.5-4.9 52.2-1.1 6.8-4.3 6.8-9.7 4.3-21.9-9.8-27.6-35.2-22.2-54.9m-35.4 31.3c7.8-1.1 15.7-1.9 23.5-2.7 1.6 6.2 3.8 11.9 7 17.6 10 17 44 35.7 45.1 7 6.2 14.9 40.8 12.2 54.9 10.8 15.7-1.4 23.8-1.4 26.8-14.3 12.4 4.3 30.8 4.1 44 3 11.3-.8 20.8-.5 24.6-8.9 1.1 5.1 1.9 11.6 4.6 16.8 10.8 21.3 37.3 1.4 46.8-31.6 8.6.8 17.6 1.9 26.5 2.7-.4 1.3-3.8 7.3 7.3 11.6-47.6 47-95.7 87.8-163.2 107-63.2-20.8-112.1-59.5-155.9-106.5 9.6-3.4 10.4-8.8 8-12.5m-21.6 172.5c-3.8 17.8-21.9 29.7-39.7 28.9-19.2-.8-46.5-17-59.2-36.5-2.7-31.1 43.8-61.3 66.2-54.6 14.9 4.3 27.8 30.8 33.5 54 0 3-.3 5.7-.8 8.2m-8.7-66c-.5-13.5-.5-27-.3-40.5h.3c2.7-1.6 5.7-3.8 7.8-6.5 6.5-1.6 13-5.1 15.1-9.2 3.3-7.1-7-7.5-5.4-12.4 2.7-1.1 5.7-2.2 7.8-3.5 29.2 29.2 58.6 56.5 97.3 77-36.8 11.3-72.4 27.6-105.9 47-1.2-18.6-7.7-35.9-16.7-51.9m337.6 64.6c-103 3.5-206.2 4.1-309.4 0 0 .3 0 .3-.3.3v-.3h.3c35.1-21.6 72.2-39.2 112.4-50.8 11.6 5.1 23 9.5 34.9 13.2 2.2.8 2.2.8 4.3 0 14.3-4.1 28.4-9.2 42.2-15.4 41.5 11.7 78.8 31.7 115.6 53m10.5-12.4c-35.9-19.5-73-35.9-111.9-47.6 38.1-20 71.9-47.3 103.5-76.7 2.2 1.4 4.6 2.4 7.6 3.2 0 .8.3 1.9.5 2.4-4.6 2.7-7.8 6.2-5.9 10.3 2.2 3.8 8.6 7.6 15.1 8.9 2.4 2.7 5.1 5.1 8.1 6.8 0 13.8-.3 27.6-.8 41.3l.3-.3c-9.3 15.9-15.5 37-16.5 51.7m105.9 6.2c-12.7 19.5-40 35.7-59.2 36.5-19.3.9-40.5-13.2-40.5-37 5.7-23.2 18.9-49.7 33.5-54 22.7-6.9 69.2 23.4 66.2 54.5M372.9 75.2c-3.8-72.1-100.8-79.7-126-23.5 44.6-24.3 90.3-15.7 126 23.5M74.8 407.1c-15.7 1.6-49.5 25.4-49.5 43.2 0 11.6 15.7 19.5 32.2 14.9 12.2-3.2 31.1-17.6 35.9-27.3 6-11.6-3.7-32.7-18.6-30.8m215.9-176.2c28.6 0 51.9-21.6 51.9-48.4 0-36.1-40.5-58.1-72.2-44.3 9.5 3 16.5 11.6 16.5 21.6 0 23.3-33.3 32-46.5 11.3-7.3 34.1 19.4 59.8 50.3 59.8M68 474.1c.5 6.5 12.2 12.7 21.6 9.5 6.8-2.7 14.6-10.5 17.3-16.2 3-7-1.1-20-9.7-18.4-8.9 1.6-29.7 16.7-29.2 25.1m433.2-67c-14.9-1.9-24.6 19.2-18.9 30.8 4.9 9.7 24.1 24.1 36.2 27.3 16.5 4.6 32.2-3.2 32.2-14.9 0-17.8-33.8-41.6-49.5-43.2M478.8 449c-8.4-1.6-12.4 11.3-9.5 18.4 2.4 5.7 10.3 13.5 17.3 16.2 9.2 3.2 21.1-3 21.3-9.5.9-8.4-20.2-23.5-29.1-25.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/orcid.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/orcid.svg new file mode 100644 index 0000000..b20a625 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/orcid.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M294.75 188.19h-45.92V342h47.47c67.62 0 83.12-51.34 83.12-76.91 0-41.64-26.54-76.9-84.67-76.9M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8m-80.79 360.76h-29.84v-207.5h29.84zm-14.92-231.14a19.57 19.57 0 1 1 19.57-19.57 19.64 19.64 0 0 1-19.57 19.57M300 369h-81V161.26h80.6c76.73 0 110.44 54.83 110.44 103.85C410 318.39 368.38 369 300 369"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/osi.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/osi.svg new file mode 100644 index 0000000..20a0392 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/osi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M8 266.44C10.3 130.64 105.4 34 221.8 18.34c138.8-18.6 255.6 75.8 278 201.1 21.3 118.8-44 230-151.6 274-9.3 3.8-14.4 1.7-18-7.7q-26.7-69.45-53.4-139c-3.1-8.1-1-13.2 7-16.8 24.2-11 39.3-29.4 43.3-55.8a71.47 71.47 0 0 0-64.5-82.2c-39-3.4-71.8 23.7-77.5 59.7-5.2 33 11.1 63.7 41.9 77.7 9.6 4.4 11.5 8.6 7.8 18.4q-26.85 69.9-53.7 139.9c-2.6 6.9-8.3 9.3-15.5 6.5-52.6-20.3-101.4-61-130.8-119-24.9-49.2-25.2-87.7-26.8-108.7m20.9-1.9c.4 6.6.6 14.3 1.3 22.1 6.3 71.9 49.6 143.5 131 183.1 3.2 1.5 4.4.8 5.6-2.3q22.35-58.65 45-117.3c1.3-3.3.6-4.8-2.4-6.7-31.6-19.9-47.3-48.5-45.6-86 1-21.6 9.3-40.5 23.8-56.3 30-32.7 77-39.8 115.5-17.6a91.64 91.64 0 0 1 45.2 90.4c-3.6 30.6-19.3 53.9-45.7 69.8-2.7 1.6-3.5 2.9-2.3 6q22.8 58.8 45.2 117.7c1.2 3.1 2.4 3.8 5.6 2.3 35.5-16.6 65.2-40.3 88.1-72 34.8-48.2 49.1-101.9 42.3-161-13.7-117.5-119.4-214.8-255.5-198-106.1 13-195.3 102.5-197.1 225.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/padlet.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/padlet.svg new file mode 100644 index 0000000..73287e0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/padlet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m297.9 0 .1.001c7.6.107 14.4 4.719 17.5 11.779l132 308.52.3-.1.2.4-2.8 10-42.9 158c-3.7 16.2-19.7 26.3-35.8 22.6l-68.4-15.6-68.5 15.6c-16.1 3.7-32.1-6.4-35.8-22.6l-42.9-158-2.7-10 .1-.4L280.4 11.78c3-6.983 9.9-11.596 17.5-11.78M160.1 322.1l131 39.1 6.9 122.5 7.9-121.5 130.6-39.3.2-.1-131 25.1-8.6-320.18-5.2 320.18zM426 222.6l94.4-41h73.8l-157 247.6 31.6-109zm171.5-41.2 41.4 76.2c4 7.5-3.9 15.9-11.6 12.2l-47.6-22.7zM127.3 318.5 158.7 430 1.61 154.5c-5.902-10.4 5.518-22 15.94-16.2l151.85 84.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/page4.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/page4.svg new file mode 100644 index 0000000..bd7f79a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/page4.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M248 504C111 504 0 393 0 256S111 8 248 8c20.9 0 41.3 2.6 60.7 7.5L42.3 392H248zm0-143.6V146.8L98.6 360.4zm96 31.6v92.7c45.7-19.2 84.5-51.7 111.4-92.7zm57.4-138.2-21.2 8.4 21.2 8.3zm-20.3 54.5c-6.7 0-8 6.3-8 12.9v7.7h16.2v-10c0-5.9-2.3-10.6-8.2-10.6M496 256c0 37.3-8.2 72.7-23 104.4H344V27.3C433.3 64.8 496 153.1 496 256M360.4 143.6h68.2V96h-13.9v32.6h-13.9V99h-13.9v29.6h-12.7V96h-13.9v47.6zm68.1 185.3H402v-11c0-15.4-5.6-25.2-20.9-25.2-15.4 0-20.7 10.6-20.7 25.9v25.3h68.2v-15zm0-103-68.2 29.7V268l68.2 29.5v-16.6l-14.4-5.7v-26.5l14.4-5.9zm-4.8-68.5h-35.6V184H402v-12.2h11c8.6 15.8 1.3 35.3-18.6 35.3-22.5 0-28.3-25.3-15.5-37.7l-11.6-10.6c-16.2 17.5-12.2 63.9 27.1 63.9 34 0 44.7-35.9 29.3-65.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/pagelines.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/pagelines.svg new file mode 100644 index 0000000..39b7337 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/pagelines.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M384 312.7c-55.1 136.7-187.1 54-187.1 54-40.5 81.8-107.4 134.4-184.6 134.7-16.1 0-16.6-24.4 0-24.4 64.4-.3 120.5-42.7 157.2-110.1-41.1 15.9-118.6 27.9-161.6-82.2 109-44.9 159.1 11.2 178.3 45.5 9.9-24.4 17-50.9 21.6-79.7 0 0-139.7 21.9-149.5-98.1 119.1-47.9 152.6 76.7 152.6 76.7 1.6-16.7 3.3-52.6 3.3-53.4 0 0-106.3-73.7-38.1-165.2 124.6 43 61.4 162.4 61.4 162.4.5 1.6.5 23.8 0 33.4 0 0 45.2-89 136.4-57.5-4.2 134-141.9 106.4-141.9 106.4-4.4 27.4-11.2 53.4-20 77.5 0 0 83-91.8 172-20"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/palfed.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/palfed.svg new file mode 100644 index 0000000..56209e8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/palfed.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M384.9 193.9c0-47.4-55.2-44.2-95.4-29.8-1.3 39.4-2.5 80.7-3 119.8.7 2.8 2.6 6.2 15.1 6.2 36.8 0 83.4-42.8 83.3-96.2m-194.5 72.2c.2 0 6.5-2.7 11.2-2.7 26.6 0 20.7 44.1-14.4 44.1-21.5 0-37.1-18.1-37.1-43 0-42 42.9-95.6 100.7-126.5 1-12.4 3-22 10.5-28.2 11.2-9 26.6-3.5 29.5 11.1 72.2-22.2 135.2 1 135.2 72 0 77.9-79.3 152.6-140.1 138.2-.1 39.4.9 74.4 2.7 100v.2c.2 3.4.6 12.5-5.3 19.1-9.6 10.6-33.4 10-36.4-22.3-4.1-44.4.2-206.1 1.4-242.5-21.5 15-58.5 50.3-58.5 75.9.2 2.5.4 4 .6 4.6M8 181.1s-.1 37.4 38.4 37.4h30l22.4 217.2s0 44.3 44.7 44.3h288.9s44.7-.4 44.7-44.3l22.4-217.2h30s38.4 1.2 38.4-37.4c0 0 .1-37.4-38.4-37.4h-30.1c-7.3-25.6-30.2-74.3-119.4-74.3h-28V50.3s-2.7-18.4-21.1-18.4h-85.8s-21.1 0-21.1 18.4v19.1h-28.1s-105 4.2-120.5 74.3h-29S8 142.5 8 181.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/patreon.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/patreon.svg new file mode 100644 index 0000000..c2a7301 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/patreon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M489.7 153.8c-.1-65.4-51-119-110.7-138.3C304.8-8.5 207-5 136.1 28.4 50.3 68.9 23.3 157.7 22.3 246.2 21.5 319 28.7 510.6 136.9 512c80.3 1 92.3-102.5 129.5-152.3 26.4-35.5 60.5-45.5 102.4-55.9 72-17.8 121.1-74.7 121-150z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/paypal.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/paypal.svg new file mode 100644 index 0000000..f316d9e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/paypal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M111.4 295.9c-3.5 19.2-17.4 108.7-21.5 134-.3 1.8-1 2.5-3 2.5H12.3c-7.6 0-13.1-6.6-12.1-13.9L58.8 46.6c1.5-9.6 10.1-16.9 20-16.9 152.3 0 165.1-3.7 204 11.4 60.1 23.3 65.6 79.5 44 140.3-21.5 62.6-72.5 89.5-140.1 90.3-43.4.7-69.5-7-75.3 24.2M357.1 152c-1.8-1.3-2.5-1.8-3 1.3-2 11.4-5.1 22.5-8.8 33.6-39.9 113.8-150.5 103.9-204.5 103.9-6.1 0-10.1 3.3-10.9 9.4-22.6 140.4-27.1 169.7-27.1 169.7-1 7.1 3.5 12.9 10.6 12.9h63.5c8.6 0 15.7-6.3 17.4-14.9.7-5.4-1.1 6.1 14.4-91.3 4.6-22 14.3-19.7 29.3-19.7 71 0 126.4-28.8 142.9-112.3 6.5-34.8 4.6-71.4-23.8-92.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/perbyte.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/perbyte.svg new file mode 100644 index 0000000..f75833b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/perbyte.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M305.314 284.578H246.6V383.3h58.711q24.423 0 38.193-13.77t13.77-36.11q0-21.826-14.032-35.335t-37.928-13.507M149.435 128.7H90.724v98.723h58.711q24.42 0 38.19-13.773t13.77-36.107q0-21.826-14.029-35.338T149.435 128.7M366.647 32H81.353A81.445 81.445 0 0 0 0 113.352v285.295A81.445 81.445 0 0 0 81.353 480h285.294A81.445 81.445 0 0 0 448 398.647V113.352A81.445 81.445 0 0 0 366.647 32m63.635 366.647a63.706 63.706 0 0 1-63.635 63.635H81.353a63.706 63.706 0 0 1-63.635-63.635V113.352a63.706 63.706 0 0 1 63.635-63.634h285.294a63.706 63.706 0 0 1 63.635 63.634ZM305.314 128.7H246.6v98.723h58.711q24.423 0 38.193-13.773t13.77-36.107q0-21.826-14.032-35.338T305.314 128.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/periscope.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/periscope.svg new file mode 100644 index 0000000..fde190b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/periscope.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M370 63.6C331.4 22.6 280.5 0 226.6 0 111.9 0 18.5 96.2 18.5 214.4c0 75.1 57.8 159.8 82.7 192.7C137.8 455.5 192.6 512 226.6 512c41.6 0 112.9-94.2 120.9-105 24.6-33.1 82-118.3 82-192.6 0-56.5-21.1-110.1-59.5-150.8M226.6 493.9c-42.5 0-190-167.3-190-279.4 0-107.4 83.9-196.3 190-196.3 100.8 0 184.7 89 184.7 196.3.1 112.1-147.4 279.4-184.7 279.4M338 206.8c0 59.1-51.1 109.7-110.8 109.7-100.6 0-150.7-108.2-92.9-181.8v.4c0 24.5 20.1 44.4 44.8 44.4s44.8-19.9 44.8-44.4c0-18.2-11.1-33.8-26.9-40.7 76.6-19.2 141 39.3 141 112.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/phabricator.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/phabricator.svg new file mode 100644 index 0000000..bd91e00 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/phabricator.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m323 262.1-.1-13s21.7-19.8 21.1-21.2l-9.5-20c-.6-1.4-29.5-.5-29.5-.5l-9.4-9.3s.2-28.5-1.2-29.1l-20.1-9.2c-1.4-.6-20.7 21-20.7 21l-13.1-.2s-20.5-21.4-21.9-20.8l-20 8.3c-1.4.5.2 28.9.2 28.9l-9.1 9.1s-29.2-.9-29.7.4l-8.1 19.8c-.6 1.4 21 21 21 21l.1 12.9s-21.7 19.8-21.1 21.2l9.5 20c.6 1.4 29.5.5 29.5.5l9.4 9.3s-.2 31.8 1.2 32.3l20.1 8.3c1.4.6 20.7-23.5 20.7-23.5l13.1.2s20.5 23.8 21.8 23.3l20-7.5c1.4-.6-.2-32.1-.2-32.1l9.1-9.1s29.2.9 29.7-.5l8.1-19.8c.7-1.1-20.9-20.7-20.9-20.7m-44.9-8.7c.7 17.1-12.8 31.6-30.1 32.4s-32.1-12.5-32.8-29.6 12.8-31.6 30.1-32.3c17.3-.8 32.1 12.5 32.8 29.5m201.2-37.9-97-97-.1.1c-75.1-73.3-195.4-72.8-269.8 1.6-50.9 51-27.8 27.9-95.7 95.3-22.3 22.3-22.3 58.7 0 81 69.9 69.4 46.4 46 97.4 97l.1-.1c75.1 73.3 195.4 72.9 269.8-1.6 51-50.9 27.9-27.9 95.3-95.3 22.3-22.3 22.3-58.7 0-81M140.4 363.8c-59.6-59.5-59.6-156 0-215.5 59.5-59.6 156-59.5 215.6 0 59.5 59.5 59.6 156 0 215.6-59.6 59.5-156 59.4-215.6-.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/phoenix-framework.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/phoenix-framework.svg new file mode 100644 index 0000000..6cb2f62 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/phoenix-framework.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M212.9 344.3c3.8-.1 22.8-1.4 25.6-2.2-2.4-2.6-43.6-1-68-49.6-4.3-8.6-7.5-17.6-6.4-27.6 2.9-25.5 32.9-30 52-18.5 36 21.6 63.3 91.3 113.7 97.5 37 4.5 84.6-17 108.2-45.4-.6-.1-.8-.2-1-.1-.4.1-.8.2-1.1.3-33.3 12.1-94.3 9.7-134.7-14.8-37.6-22.8-53.1-58.7-51.8-74.6 1.8-21.3 22.9-23.2 35.9-19.6 14.4 3.9 24.4 17.6 38.9 27.4 15.6 10.4 32.9 13.7 51.3 10.3 14.9-2.7 34.4-12.3 36.5-14.5-1.1-.1-1.8-.1-2.5-.2-6.2-.6-12.4-.8-18.5-1.7C279.8 194.5 262.1 47.4 138.5 37.9 94.2 34.5 39.1 46 2.2 72.9c-.8.6-1.5 1.2-2.2 1.8.1.2.1.3.2.5.8 0 1.6-.1 2.4-.2 6.3-1 12.5-.8 18.7.3 23.8 4.3 47.7 23.1 55.9 76.5 5.3 34.3-.7 50.8 8 86.1 19 77.1 91 107.6 127.7 106.4M75.3 64.9c-.9-1-.9-1.2-1.3-2 12.1-2.6 24.2-4.1 36.6-4.8-1.1 14.7-22.2 21.3-35.3 6.8m196.9 350.5c-42.8 1.2-92-26.7-123.5-61.4-4.6-5-16.8-20.2-18.6-23.4l.4-.4c6.6 4.1 25.7 18.6 54.8 27 24.2 7 48.1 6.3 71.6-3.3 22.7-9.3 41-.5 43.1 2.9-18.5 3.8-20.1 4.4-24 7.9-5.1 4.4-4.6 11.7 7 17.2 26.2 12.4 63-2.8 97.2 25.4 2.4 2 8.1 7.8 10.1 10.7-.1.2-.3.3-.4.5-4.8-1.5-16.4-7.5-40.2-9.3-24.7-2-46.3 5.3-77.5 6.2m174.8-252c16.4-5.2 41.3-13.4 66.5-3.3 16.1 6.5 26.2 18.7 32.1 34.6 3.5 9.4 5.1 19.7 5.1 28.7-.2 0-.4 0-.6.1-.2-.4-.4-.9-.5-1.3-5-22-29.9-43.8-67.6-29.9-50.2 18.6-130.4 9.7-176.9-48-.7-.9-2.4-1.7-1.3-3.2.1-.2 2.1.6 3 1.3 18.1 13.4 38.3 21.9 60.3 26.2 30.5 6.1 54.6 2.9 79.9-5.2m102.7 117.5c-32.4.2-33.8 50.1-103.6 64.4-18.2 3.7-38.7 4.6-44.9 4.2v-.4c2.8-1.5 14.7-2.6 29.7-16.6 7.9-7.3 15.3-15.1 22.8-22.9 19.5-20.2 41.4-42.2 81.9-39 23.1 1.8 29.3 8.2 36.1 12.7.3.2.4.5.7.9-.5 0-.7.1-.9 0-7-2.7-14.3-3.3-21.8-3.3m-12.3-24.1c-.1.2-.1.4-.2.6-28.9-4.4-48-7.9-68.5 4-17 9.9-31.4 20.5-62 24.4-27.1 3.4-45.1 2.4-66.1-8-.3-.2-.6-.4-1-.6 0-.2.1-.3.1-.5 24.9 3.8 36.4 5.1 55.5-5.8 22.3-12.9 40.1-26.6 71.3-31 29.6-4.1 51.3 2.5 70.9 16.9M268.6 97.3c-.6-.6-1.1-1.2-2.1-2.3 7.6 0 29.7-1.2 53.4 8.4 19.7 8 32.2 21 50.2 32.9 11.1 7.3 23.4 9.3 36.4 8.1 4.3-.4 8.5-1.2 12.8-1.7q.6-.15 1.5.3c-.6.4-1.2.9-1.8 1.2-8.1 4-16.7 6.3-25.6 7.1-26.1 2.6-50.3-3.7-73.4-15.4-19.3-9.9-36.4-22.9-51.4-38.6M640 335.7c-3.5 3.1-22.7 11.6-42.7 5.3-12.3-3.9-19.5-14.9-31.6-24.1-10-7.6-20.9-7.9-28.1-8.4.6-.8.9-1.2 1.2-1.4 14.8-9.2 30.5-12.2 47.3-6.5 12.5 4.2 19.2 13.5 30.4 24.2 10.8 10.4 21 9.9 23.1 10.5.1-.1.2 0 .4.4m-212.5 137c2.2 1.2 1.6 1.5 1.5 2-18.5-1.4-33.9-7.6-46.8-22.2-21.8-24.7-41.7-27.9-48.6-29.7.5-.2.8-.4 1.1-.4 13.1.1 26.1.7 38.9 3.9 25.3 6.4 35 25.4 41.6 35.3 3.2 4.8 7.3 8.3 12.3 11.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/phoenix-squadron.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/phoenix-squadron.svg new file mode 100644 index 0000000..4d1c967 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/phoenix-squadron.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 63.38C142.49 27.25 201.55 7.31 260.51 8.81c29.58-.38 59.11 5.37 86.91 15.33-24.13-4.63-49-6.34-73.38-2.45C231.17 27 191 48.84 162.21 80.87c5.67-1 10.78-3.67 16-5.86 18.14-7.87 37.49-13.26 57.23-14.83 19.74-2.13 39.64-.43 59.28 1.92-14.42 2.79-29.12 4.57-43 9.59-34.43 11.07-65.27 33.16-86.3 62.63-13.8 19.71-23.63 42.86-24.67 67.13-.35 16.49 5.22 34.81 19.83 44a53.27 53.27 0 0 0 37.52 6.74c15.45-2.46 30.07-8.64 43.6-16.33 11.52-6.82 22.67-14.55 32-24.25 3.79-3.22 2.53-8.45 2.62-12.79-2.12-.34-4.38-1.11-6.3.3a203 203 0 0 1-35.82 15.37c-20 6.17-42.16 8.46-62.1.78 12.79 1.73 26.06.31 37.74-5.44 20.23-9.72 36.81-25.2 54.44-38.77a526.6 526.6 0 0 1 88.9-55.31c25.71-12 52.94-22.78 81.57-24.12-15.63 13.72-32.15 26.52-46.78 41.38-14.51 14-27.46 29.5-40.11 45.18-3.52 4.6-8.95 6.94-13.58 10.16a150.7 150.7 0 0 0-51.89 60.1c-9.33 19.68-14.5 41.85-11.77 63.65 1.94 13.69 8.71 27.59 20.9 34.91 12.9 8 29.05 8.07 43.48 5.1 32.8-7.45 61.43-28.89 81-55.84 20.44-27.52 30.52-62.2 29.16-96.35-.52-7.5-1.57-15-1.66-22.49 8 19.48 14.82 39.71 16.65 60.83 2 14.28.75 28.76-1.62 42.9-1.91 11-5.67 21.51-7.78 32.43a165 165 0 0 0 39.34-81.07 183.64 183.64 0 0 0-14.21-104.64c20.78 32 32.34 69.58 35.71 107.48.49 12.73.49 25.51 0 38.23A243.2 243.2 0 0 1 482 371.34c-26.12 47.34-68 85.63-117.19 108-78.29 36.23-174.68 31.32-248-14.68A248.34 248.34 0 0 1 25.36 366 238.3 238.3 0 0 1 0 273.08v-31.34C3.93 172 40.87 105.82 96 63.38m222 80.33a79 79 0 0 0 16-4.48c5-1.77 9.24-5.94 10.32-11.22-8.96 4.99-17.98 9.92-26.32 15.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/php.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/php.svg new file mode 100644 index 0000000..1237511 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/php.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M320 104.5c171.4 0 303.2 72.2 303.2 151.5S491.3 407.5 320 407.5c-171.4 0-303.2-72.2-303.2-151.5S148.7 104.5 320 104.5m0-16.8C143.3 87.7 0 163 0 256s143.3 168.3 320 168.3S640 349 640 256 496.7 87.7 320 87.7M218.2 242.5c-7.9 40.5-35.8 36.3-70.1 36.3l13.7-70.6c38 0 63.8-4.1 56.4 34.3M97.4 350.3h36.7l8.7-44.8c41.1 0 66.6 3 90.2-19.1 26.1-24 32.9-66.7 14.3-88.1-9.7-11.2-25.3-16.7-46.5-16.7h-70.7zm185.7-213.6h36.5l-8.7 44.8c31.5 0 60.7-2.3 74.8 10.7 14.8 13.6 7.7 31-8.3 113.1h-37c15.4-79.4 18.3-86 12.7-92-5.4-5.8-17.7-4.6-47.4-4.6l-18.8 96.6h-36.5zM505 242.5c-8 41.1-36.7 36.3-70.1 36.3l13.7-70.6c38.2 0 63.8-4.1 56.4 34.3M384.2 350.3H421l8.7-44.8c43.2 0 67.1 2.5 90.2-19.1 26.1-24 32.9-66.7 14.3-88.1-9.7-11.2-25.3-16.7-46.5-16.7H417z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/pied-piper-alt.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/pied-piper-alt.svg new file mode 100644 index 0000000..7cd25c5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/pied-piper-alt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M244 246c-3.2-2-6.3-2.9-10.1-2.9-6.6 0-12.6 3.2-19.3 3.7l1.7 4.9zm135.9 197.9c-19 0-64.1 9.5-79.9 19.8l6.9 45.1c35.7 6.1 70.1 3.6 106-9.8-4.8-10-23.5-55.1-33-55.1M340.8 177c6.6 2.8 11.5 9.2 22.7 22.1 2-1.4 7.5-5.2 7.5-8.6 0-4.9-11.8-13.2-13.2-23 11.2-5.7 25.2-6 37.6-8.9 68.1-16.4 116.3-52.9 146.8-116.7C548.3 29.3 554 16.1 554.6 2l-2 2.6c-28.4 50-33 63.2-81.3 100-31.9 24.4-69.2 40.2-106.6 54.6l-6.3-.3v-21.8c-19.6 1.6-19.7-14.6-31.6-23-18.7 20.6-31.6 40.8-58.9 51.1-12.7 4.8-19.6 10-25.9 21.8 34.9-16.4 91.2-13.5 98.8-10M555.5 0l-.6 1.1-.3.9.6-.6zm-59.2 382.1c-33.9-56.9-75.3-118.4-150-115.5l-.3-6c-1.1-13.5 32.8 3.2 35.1-31l-14.4 7.2c-19.8-45.7-8.6-54.3-65.5-54.3-14.7 0-26.7 1.7-41.4 4.6 2.9 18.6 2.2 36.7-10.9 50.3l19.5 5.5c-1.7 3.2-2.9 6.3-2.9 9.8 0 21 42.8 2.9 42.8 33.6 0 18.4-36.8 60.1-54.9 60.1-8 0-53.7-50-53.4-60.1l.3-4.6 52.3-11.5c13-2.6 12.3-22.7-2.9-22.7-3.7 0-43.1 9.2-49.4 10.6-2-5.2-7.5-14.1-13.8-14.1-3.2 0-6.3 3.2-9.5 4-9.2 2.6-31 2.9-21.5 20.1L15.9 298.5c-5.5 1.1-8.9 6.3-8.9 11.8 0 6 5.5 10.9 11.5 10.9 8 0 131.3-28.4 147.4-32.2 2.6 3.2 4.6 6.3 7.8 8.6 20.1 14.4 59.8 85.9 76.4 85.9 24.1 0 58-22.4 71.3-41.9 3.2-4.3 6.9-7.5 12.4-6.9.6 13.8-31.6 34.2-33 43.7-1.4 10.2-1 35.2-.3 41.1 26.7 8.1 52-3.6 77.9-2.9 4.3-21 10.6-41.9 9.8-63.5l-.3-9.5c-1.4-34.2-10.9-38.5-34.8-58.6-1.1-1.1-2.6-2.6-3.7-4 2.2-1.4 1.1-1 4.6-1.7 88.5 0 56.3 183.6 111.5 229.9 33.1-15 72.5-27.9 103.5-47.2-29-25.6-52.6-45.7-72.7-79.9m-196.2 46.1v27.2l11.8-3.4-2.9-23.8zm-68.7-150.4 24.1 61.2 21-13.8-31.3-50.9zm84.4 154.9 2 12.4c9-1.5 58.4-6.6 58.4-14.1 0-1.4-.6-3.2-.9-4.6-26.8 0-36.9 3.8-59.5 6.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/pied-piper-hat.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/pied-piper-hat.svg new file mode 100644 index 0000000..00188aa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/pied-piper-hat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M640 24.9c-80.8 53.6-89.4 92.5-96.4 104.4-6.7 12.2-11.7 60.3-23.3 83.6-11.7 23.6-54.2 42.2-66.1 50-11.7 7.8-28.3 38.1-41.9 64.2-108.1-4.4-167.4 38.8-259.2 93.6 29.4-9.7 43.3-16.7 43.3-16.7 94.2-36 139.3-68.3 281.1-49.2 1.1 0 1.9.6 2.8.8 3.9 2.2 5.3 6.9 3.1 10.8l-53.9 95.8c-2.5 4.7-7.8 7.2-13.1 6.1-126.8-23.8-226.9 17.3-318.9 18.6C24.1 488 0 453.4 0 451.8c0-1.1.6-1.7 1.7-1.7 0 0 38.3 0 103.1-15.3C178.4 294.5 244 245.4 315.4 245.4c0 0 71.7 0 90.6 61.9 22.8-39.7 28.3-49.2 28.3-49.2 5.3-9.4 35-77.2 86.4-141.4 51.5-64 90.4-79.9 119.3-91.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/pied-piper-pp.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/pied-piper-pp.svg new file mode 100644 index 0000000..6332127 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/pied-piper-pp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M205.3 174.6c0 21.1-14.2 38.1-31.7 38.1-7.1 0-12.8-1.2-17.2-3.7v-68c4.4-2.7 10.1-4.2 17.2-4.2 17.5 0 31.7 16.9 31.7 37.8m52.6 67c-7.1 0-12.8 1.5-17.2 4.2v68c4.4 2.5 10.1 3.7 17.2 3.7 17.4 0 31.7-16.9 31.7-37.8 0-21.1-14.3-38.1-31.7-38.1M448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48M185 255.1c41 0 74.2-35.6 74.2-79.6S226 95.9 185 95.9c-12 0-24.1 3.2-34.6 8.8h-45.7V311l51.8-10.1v-50.6c8.6 3.1 18.1 4.8 28.5 4.8m158.4 25.3c0-44-33.2-79.6-73.9-79.6-3.2 0-6.4.2-9.6.7-3.7 12.5-10.1 23.8-19.2 33.4-13.8 15-32.2 23.8-51.8 24.8V416l51.8-10.1v-50.6c8.6 3.2 18.2 4.7 28.7 4.7 40.8 0 74-35.6 74-79.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/pied-piper.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/pied-piper.svg new file mode 100644 index 0000000..c7e0db5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/pied-piper.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 480 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M455.93 23.2c-26.7 6.8-68.14 28.49-114.58 67.46A206 206 0 0 0 240 64C125.13 64 32 157.12 32 272s93.13 208 208 208 208-93.13 208-208a207.25 207.25 0 0 0-58.75-144.81 155.4 155.4 0 0 0-17 27.4A176.16 176.16 0 0 1 417.1 272c0 97.66-79.44 177.11-177.09 177.11a175.8 175.8 0 0 1-87.63-23.4c82.94-107.33 150.79-37.77 184.31-226.65 5.79-32.62 28-94.26 126.23-160.18 8.08-5.43 2.43-18.08-6.99-15.68M125 406.4A176.66 176.66 0 0 1 62.9 272c0-97.66 79.45-177.1 177.1-177.1a174 174 0 0 1 76.63 17.75C250.64 174.76 189.77 265.52 125 406.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/pinterest-p.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/pinterest-p.svg new file mode 100644 index 0000000..52e9def --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/pinterest-p.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/pinterest.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/pinterest.svg new file mode 100644 index 0000000..1baebb5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/pinterest.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M496 256c0 137-111 248-248 248-25.6 0-50.2-3.9-73.4-11.1 10.1-16.5 25.2-43.5 30.8-65 3-11.6 15.4-59 15.4-59 8.1 15.4 31.7 28.5 56.8 28.5 74.8 0 128.7-68.8 128.7-154.3 0-81.9-66.9-143.2-152.9-143.2-107 0-163.9 71.8-163.9 150.1 0 36.4 19.4 81.7 50.3 96.1 4.7 2.2 7.2 1.2 8.3-3.3.8-3.4 5-20.3 6.9-28.1.6-2.5.3-4.7-1.7-7.1-10.1-12.5-18.3-35.3-18.3-56.6 0-54.7 41.4-107.6 112-107.6 60.9 0 103.6 41.5 103.6 100.9 0 67.1-33.9 113.6-78 113.6-24.3 0-42.6-20.1-36.7-44.8 7-29.5 20.5-61.3 20.5-82.6 0-19-10.2-34.9-31.4-34.9-24.9 0-44.9 25.7-44.9 60.2 0 22 7.4 36.8 7.4 36.8s-24.5 103.8-29 123.2c-5 21.4-3 51.6-.9 71.2C65.4 450.9 0 361.1 0 256 0 119 111 8 248 8s248 111 248 248"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/pix.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/pix.svg new file mode 100644 index 0000000..223b57e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/pix.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M242.4 292.5c5.4-5.4 14.7-5.4 20.1 0l77 77c14.2 14.2 33.1 22 53.1 22h15.1l-97.1 97.1c-30.3 29.5-79.5 29.5-109.8 0l-97.5-97.4h9.3c20 0 38.9-7.8 53.1-22zm20.1-73.6c-6.4 5.5-14.6 5.6-20.1 0l-76.7-76.7c-14.2-15.1-33.1-22-53.1-22h-9.3l97.4-97.44c30.4-30.346 79.6-30.346 109.9 0l97.2 97.14h-15.2c-20 0-38.9 7.8-53.1 22zm-149.9-76.2c13.8 0 26.5 5.6 37.1 15.4l76.7 76.7c7.2 6.3 16.6 10.8 26.1 10.8 9.4 0 18.8-4.5 26-10.8l77-77c9.8-9.7 23.3-15.3 37.1-15.3h37.7l58.3 58.3c30.3 30.3 30.3 79.5 0 109.8l-58.3 58.3h-37.7c-13.8 0-27.3-5.6-37.1-15.4l-77-77c-13.9-13.9-38.2-13.9-52.1.1l-76.7 76.6c-10.6 9.8-23.3 15.4-37.1 15.4H80.78l-58.02-58c-30.346-30.3-30.346-79.5 0-109.8l58.02-58.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/pixiv.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/pixiv.svg new file mode 100644 index 0000000..34916b4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/pixiv.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm171.5 84c41 0 76.3 12.9 101.4 35.2 25.2 22.2 39.8 54.1 39.8 88.8.1 35.3-16.6 66.3-42.4 87-25.9 20.8-60.6 32.4-98.8 32.4-43.5 0-83.8-16.1-83.8-16.1v51.8c7.4 2.2 19.7 7 11.9 14.8h-58.8c-7.7-7.8 3.6-12.4 12.1-14.8V175.5c-19.8 15.4-29.9 28.8-35.1 38.7 6 19.4-5.3 18.5-5.3 18.5l-20.5-33S128.7 116 235.5 116m-3.6 222.9c30 0 56-11.3 73.9-29.2 17.9-18.1 27.9-41.6 28-70.2-.1-29.3-9.5-54.6-26.7-73.6-17.2-18.9-42.7-31.3-75.2-31.4-26.7-.1-59.8 9-80.2 23.7v164.9c18.6 9.3 46.8 15.9 80.2 15.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/playstation.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/playstation.svg new file mode 100644 index 0000000..15de138 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/playstation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M570.9 372.3c-11.3 14.2-38.8 24.3-38.8 24.3L327 470.2v-54.3l150.9-53.8c17.1-6.1 19.8-14.8 5.8-19.4-13.9-4.6-39.1-3.3-56.2 2.9L327 381.1v-56.4c23.2-7.8 47.1-13.6 75.7-16.8 40.9-4.5 90.9.6 130.2 15.5 44.2 14 49.2 34.7 38 48.9m-224.4-92.5v-139c0-16.3-3-31.3-18.3-35.6-11.7-3.8-19 7.1-19 23.4v347.9l-93.8-29.8V32c39.9 7.4 98 24.9 129.2 35.4C424.1 94.7 451 128.7 451 205.2c0 74.5-46 102.8-104.5 74.6M43.2 410.2c-45.4-12.8-53-39.5-32.3-54.8 19.1-14.2 51.7-24.9 51.7-24.9l134.5-47.8v54.5l-96.8 34.6c-17.1 6.1-19.7 14.8-5.8 19.4s39.1 3.3 56.2-2.9l46.4-16.9v48.8c-51.6 9.3-101.4 7.3-153.9-10"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/product-hunt.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/product-hunt.svg new file mode 100644 index 0000000..bb75996 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/product-hunt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M326.3 218.8c0 20.5-16.7 37.2-37.2 37.2h-70.3v-74.4h70.3c20.5 0 37.2 16.7 37.2 37.2M504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248m-128.1-37.2c0-47.9-38.9-86.8-86.8-86.8H169.2v248h49.6v-74.4h70.3c47.9 0 86.8-38.9 86.8-86.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/pushed.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/pushed.svg new file mode 100644 index 0000000..417bbe5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/pushed.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 432 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m407 111.9-98.5-9 14-33.4c10.4-23.5-10.8-40.4-28.7-37L22.5 76.9c-15.1 2.7-26 18.3-21.4 36.6l105.1 348.3c6.5 21.3 36.7 24.2 47.7 7l35.3-80.8 235.2-231.3c16.4-16.8 4.3-42.9-17.4-44.8M297.6 53.6c5.1-.7 7.5 2.5 5.2 7.4L286 100.9 108.6 84.6zM22.7 107.9c-3.1-5.1 1-10 6.1-9.1l248.7 22.7-96.9 230.7zM136 456.4c-2.6 4-7.9 3.1-9.4-1.2L43.5 179.7l127.7 197.6c-7 15-35.2 79.1-35.2 79.1m272.8-314.5L210.1 337.3l89.7-213.7 106.4 9.7c4 1.1 5.7 5.3 2.6 8.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/python.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/python.svg new file mode 100644 index 0000000..714124c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/python.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M439.8 200.5c-7.7-30.9-22.3-54.2-53.4-54.2h-40.1v47.4c0 36.8-31.2 67.8-66.8 67.8H172.7c-29.2 0-53.4 25-53.4 54.3v101.8c0 29 25.2 46 53.4 54.3 33.8 9.9 66.3 11.7 106.8 0 26.9-7.8 53.4-23.5 53.4-54.3v-40.7H226.2v-13.6h160.2c31.1 0 42.6-21.7 53.4-54.2 11.2-33.5 10.7-65.7 0-108.6M286.2 404c11.1 0 20.1 9.1 20.1 20.3 0 11.3-9 20.4-20.1 20.4-11 0-20.1-9.2-20.1-20.4.1-11.3 9.1-20.3 20.1-20.3M167.8 248.1h106.8c29.7 0 53.4-24.5 53.4-54.3V91.9c0-29-24.4-50.7-53.4-55.6-35.8-5.9-74.7-5.6-106.8.1-45.2 8-53.4 24.7-53.4 55.6v40.7h106.9v13.6h-147c-31.1 0-58.3 18.7-66.8 54.2-9.8 40.7-10.2 66.1 0 108.6 7.6 31.6 25.7 54.2 56.8 54.2H101v-48.8c0-35.3 30.5-66.4 66.8-66.4m-6.7-142.6c-11.1 0-20.1-9.1-20.1-20.3.1-11.3 9-20.4 20.1-20.4 11 0 20.1 9.2 20.1 20.4s-9 20.3-20.1 20.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/qq.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/qq.svg new file mode 100644 index 0000000..fa72ed4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/qq.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M433.754 420.445c-11.526 1.393-44.86-52.741-44.86-52.741 0 31.345-16.136 72.247-51.051 101.786 16.842 5.192 54.843 19.167 45.803 34.421-7.316 12.343-125.51 7.881-159.632 4.037-34.122 3.844-152.316 8.306-159.632-4.037-9.045-15.25 28.918-29.214 45.783-34.415-34.92-29.539-51.059-70.445-51.059-101.792 0 0-33.334 54.134-44.859 52.741-5.37-.65-12.424-29.644 9.347-99.704 10.261-33.024 21.995-60.478 40.144-105.779C60.683 98.063 108.982.006 224 0c113.737.006 163.156 96.133 160.264 214.963 18.118 45.223 29.912 72.85 40.144 105.778 21.768 70.06 14.716 99.053 9.346 99.704"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/quinscape.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/quinscape.svg new file mode 100644 index 0000000..3ab0bc7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/quinscape.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M313.6 474.6h-1a158.1 158.1 0 0 1 0-316.2c94.9 0 168.2 83.1 157 176.6 4 5.1 8.2 9.6 11.2 15.3 13.4-30.3 20.3-62.4 20.3-97.7C501.1 117.5 391.6 8 256.5 8S12 117.5 12 252.6s109.5 244.6 244.5 244.6a237.4 237.4 0 0 0 70.4-10.1c-5.2-3.5-8.9-8.1-13.3-12.5m-.1-.1.4.1zm78.4-168.9a99.2 99.2 0 1 0 99.2 99.2 99.18 99.18 0 0 0-99.2-99.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/quora.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/quora.svg new file mode 100644 index 0000000..3452e6a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/quora.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M440.5 386.7h-29.3c-1.5 13.5-10.5 30.8-33 30.8-20.5 0-35.3-14.2-49.5-35.8 44.2-34.2 74.7-87.5 74.7-153C403.5 111.2 306.8 32 205 32 105.3 32 7.3 111.7 7.3 228.7c0 134.1 131.3 221.6 249 189C276 451.3 302 480 351.5 480c81.8 0 90.8-75.3 89-93.3M297 329.2C277.5 300 253.3 277 205.5 277c-30.5 0-54.3 10-69 22.8l12.2 24.3c6.2-3 13-4 19.8-4 35.5 0 53.7 30.8 69.2 61.3-10 3-20.7 4.2-32.7 4.2-75 0-107.5-53-107.5-156.7C97.5 124.5 130 71 205 71c76.2 0 108.7 53.5 108.7 157.7.1 41.8-5.4 75.6-16.7 100.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/r-project.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/r-project.svg new file mode 100644 index 0000000..3e600e4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/r-project.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 581 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M581 226.6C581 119.1 450.9 32 290.5 32S0 119.1 0 226.6C0 322.4 103.3 402 239.4 418.1V480h99.1v-61.5c24.3-2.7 47.6-7.4 69.4-13.9L448 480h112l-67.4-113.7c54.5-35.4 88.4-84.9 88.4-139.7m-466.8 14.5c0-73.5 98.9-133 220.8-133s211.9 40.7 211.9 133c0 50.1-26.5 85-70.3 106.4-2.4-1.6-4.7-2.9-6.4-3.7-10.2-5.2-27.8-10.5-27.8-10.5s86.6-6.4 86.6-92.7-90.6-87.9-90.6-87.9h-199V361c-74.1-21.5-125.2-67.1-125.2-119.9m225.1 38.3v-55.6c57.8 0 87.8-6.8 87.8 27.3 0 36.5-38.2 28.3-87.8 28.3m-.9 72.5H365c10.8 0 18.9 11.7 24 19.2-16.1 1.9-33 2.8-50.6 2.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/raspberry-pi.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/raspberry-pi.svg new file mode 100644 index 0000000..6931049 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/raspberry-pi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 407 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m372 232.5-3.7-6.5c.1-46.4-21.4-65.3-46.5-79.7 7.6-2 15.4-3.6 17.6-13.2 13.1-3.3 15.8-9.4 17.1-15.8 3.4-2.3 14.8-8.7 13.6-19.7 6.4-4.4 10-10.1 8.1-18.1 6.9-7.5 8.7-13.7 5.8-19.4 8.3-10.3 4.6-15.6 1.1-20.9 6.2-11.2.7-23.2-16.6-21.2-6.9-10.1-21.9-7.8-24.2-7.8-2.6-3.2-6-6-16.5-4.7-6.8-6.1-14.4-5-22.3-2.1-9.3-7.3-15.5-1.4-22.6.8C271.6.6 269 5.5 263.5 7.6c-12.3-2.6-16.1 3-22 8.9l-6.9-.1c-18.6 10.8-27.8 32.8-31.1 44.1-3.3-11.3-12.5-33.3-31.1-44.1l-6.9.1c-5.9-5.9-9.7-11.5-22-8.9-5.6-2-8.1-7-19.4-3.4-4.6-1.4-8.9-4.4-13.9-4.3-2.6.1-5.5 1-8.7 3.5-7.9-3-15.5-4-22.3 2.1-10.5-1.3-14 1.4-16.5 4.7-2.3 0-17.3-2.3-24.2 7.8C21.2 16 15.8 28 22 39.2c-3.5 5.4-7.2 10.7 1.1 20.9-2.9 5.7-1.1 11.9 5.8 19.4-1.8 8 1.8 13.7 8.1 18.1-1.2 11 10.2 17.4 13.6 19.7 1.3 6.4 4 12.4 17.1 15.8 2.2 9.5 10 11.2 17.6 13.2-25.1 14.4-46.6 33.3-46.5 79.7l-3.7 6.5c-28.8 17.2-54.7 72.7-14.2 117.7 2.6 14.1 7.1 24.2 11 35.4 5.9 45.2 44.5 66.3 54.6 68.8 14.9 11.2 30.8 21.8 52.2 29.2C159 504.2 181 512 203 512h1c22.1 0 44-7.8 64.2-28.4 21.5-7.4 37.3-18 52.2-29.2 10.2-2.5 48.7-23.6 54.6-68.8 3.9-11.2 8.4-21.3 11-35.4 40.6-45.1 14.7-100.5-14-117.7m-22.2-8c-1.5 18.7-98.9-65.1-82.1-67.9 45.7-7.5 83.6 19.2 82.1 67.9m-43 93.1c-24.5 15.8-59.8 5.6-78.8-22.8s-14.6-64.2 9.9-80 59.8-5.6 78.8 22.8 14.6 64.2-9.9 80M238.9 29.3c.8 4.2 1.8 6.8 2.9 7.6 5.4-5.8 9.8-11.7 16.8-17.3 0 3.3-1.7 6.8 2.5 9.4 3.7-5 8.8-9.5 15.5-13.3-3.2 5.6-.6 7.3 1.2 9.6 5.1-4.4 10-8.8 19.4-12.3-2.6 3.1-6.2 6.2-2.4 9.8 5.3-3.3 10.6-6.6 23.1-8.9-2.8 3.1-8.7 6.3-5.1 9.4 6.6-2.5 14-4.4 22.1-5.4-3.9 3.2-7.1 6.3-3.9 8.8 7.1-2.2 16.9-5.1 26.4-2.6l-6 6.1c-.7.8 14.1.6 23.9.8-3.6 5-7.2 9.7-9.3 18.2 1 1 5.8.4 10.4 0-4.7 9.9-12.8 12.3-14.7 16.6 2.9 2.2 6.8 1.6 11.2.1-3.4 6.9-10.4 11.7-16 17.3 1.4 1 3.9 1.6 9.7.9-5.2 5.5-11.4 10.5-18.8 15 1.3 1.5 5.8 1.5 10 1.6-6.7 6.5-15.3 9.9-23.4 14.2 4 2.7 6.9 2.1 10 2.1-5.7 4.7-15.4 7.1-24.4 10 1.7 2.7 3.4 3.4 7.1 4.1-9.5 5.3-23.2 2.9-27 5.6.9 2.7 3.6 4.4 6.7 5.8-15.4.9-57.3-.6-65.4-32.3 15.7-17.3 44.4-37.5 93.7-62.6-38.4 12.8-73 30-102 53.5-34.3-15.9-10.8-55.9 5.8-71.8m-34.4 114.6c24.2-.3 54.1 17.8 54 34.7-.1 15-21 27.1-53.8 26.9-32.1-.4-53.7-15.2-53.6-29.8 0-11.9 26.2-32.5 53.4-31.8m-123-12.8c3.7-.7 5.4-1.5 7.1-4.1-9-2.8-18.7-5.3-24.4-10 3.1 0 6 .7 10-2.1-8.1-4.3-16.7-7.7-23.4-14.2 4.2-.1 8.7 0 10-1.6-7.4-4.5-13.6-9.5-18.8-15 5.8.7 8.3.1 9.7-.9-5.6-5.6-12.7-10.4-16-17.3 4.3 1.5 8.3 2 11.2-.1-1.9-4.2-10-6.7-14.7-16.6 4.6.4 9.4 1 10.4 0-2.1-8.5-5.8-13.3-9.3-18.2 9.8-.1 24.6 0 23.9-.8l-6-6.1c9.5-2.5 19.3.4 26.4 2.6 3.2-2.5-.1-5.6-3.9-8.8 8.1 1.1 15.4 2.9 22.1 5.4 3.5-3.1-2.3-6.3-5.1-9.4 12.5 2.3 17.8 5.6 23.1 8.9 3.8-3.6.2-6.7-2.4-9.8 9.4 3.4 14.3 7.9 19.4 12.3 1.7-2.3 4.4-4 1.2-9.6 6.7 3.8 11.8 8.3 15.5 13.3 4.1-2.6 2.5-6.2 2.5-9.4 7 5.6 11.4 11.5 16.8 17.3 1.1-.8 2-3.4 2.9-7.6 16.6 15.9 40.1 55.9 6 71.8-29-23.5-63.6-40.7-102-53.5 49.3 25 78 45.3 93.7 62.6-8 31.8-50 33.2-65.4 32.3 3.1-1.4 5.8-3.2 6.7-5.8-4-2.8-17.6-.4-27.2-5.6m60.1 24.1c16.8 2.8-80.6 86.5-82.1 67.9-1.5-48.7 36.5-75.5 82.1-67.9M38.2 342c-23.7-18.8-31.3-73.7 12.6-98.3 26.5-7 9 107.8-12.6 98.3m91 98.2c-13.3 7.9-45.8 4.7-68.8-27.9-15.5-27.4-13.5-55.2-2.6-63.4 16.3-9.8 41.5 3.4 60.9 25.6 16.9 20 24.6 55.3 10.5 65.7m-26.4-119.7c-24.5-15.8-28.9-51.6-9.9-80s54.3-38.6 78.8-22.8 28.9 51.6 9.9 80c-19.1 28.4-54.4 38.6-78.8 22.8M205 496c-29.4 1.2-58.2-23.7-57.8-32.3-.4-12.7 35.8-22.6 59.3-22 23.7-1 55.6 7.5 55.7 18.9.5 11-28.8 35.9-57.2 35.4m58.9-124.9c.2 29.7-26.2 53.8-58.8 54s-59.2-23.8-59.4-53.4v-.6c-.2-29.7 26.2-53.8 58.8-54s59.2 23.8 59.4 53.4zm82.2 42.7c-25.3 34.6-59.6 35.9-72.3 26.3-13.3-12.4-3.2-50.9 15.1-72 20.9-23.3 43.3-38.5 58.9-26.6 10.5 10.3 16.7 49.1-1.7 72.3m22.9-73.2c-21.5 9.4-39-105.3-12.6-98.3 43.9 24.7 36.3 79.6 12.6 98.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/ravelry.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/ravelry.svg new file mode 100644 index 0000000..06fcbdd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/ravelry.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M498.252 234.223c-1.208-10.34-1.7-20.826-3.746-31a310 310 0 0 0-9.622-36.6 184.1 184.1 0 0 0-30.874-57.5 251 251 0 0 0-18.818-21.689 237.4 237.4 0 0 0-47.113-36.116 240.8 240.8 0 0 0-56.723-24.668c-11.018-3.1-22.272-5.431-33.515-7.615-6.78-1.314-13.749-1.667-20.627-2.482-.316-.036-.6-.358-.9-.553q-16.143.009-32.288.006c-2.41.389-4.808.925-7.236 1.15a179.3 179.3 0 0 0-34.256 7.1 221.5 221.5 0 0 0-39.768 16.355 281.4 281.4 0 0 0-38.08 24.158c-6.167 4.61-12.268 9.36-17.974 14.518-10.173 9.207-20.372 18.433-29.927 28.268a244 244 0 0 0-33.648 43.95 206.5 206.5 0 0 0-20.494 44.6 198 198 0 0 0-7.691 34.759 201 201 0 0 0-1.552 35.521 300 300 0 0 0 4.425 40.24 226.9 226.9 0 0 0 16.73 53.3 210.5 210.5 0 0 0 24 39.528 213.6 213.6 0 0 0 26.358 28.416 251.3 251.3 0 0 0 41.787 30.586 288 288 0 0 0 55.9 25.277 269.5 269.5 0 0 0 40.641 9.835c6.071 1.01 12.275 1.253 18.412 1.873a4.2 4.2 0 0 1 1.19.56h32.289c2.507-.389 5-.937 7.527-1.143 16.336-1.332 32.107-5.335 47.489-10.717a220 220 0 0 0 48.952-23.818c9.749-6.447 19.395-13.077 28.737-20.1 5.785-4.348 10.988-9.5 16.3-14.457 3.964-3.7 7.764-7.578 11.51-11.5a232.2 232.2 0 0 0 31.427-41.639c9.542-16.045 17.355-32.905 22.3-50.926 2.859-10.413 4.947-21.045 7.017-31.652 1.032-5.279 1.251-10.723 1.87-16.087.036-.317.358-.6.552-.9v-37.056a9.8 9.8 0 0 1-.561-1.782m-161.117-1.15s-16.572-2.98-28.47-2.98c-27.2 0-33.57 14.9-33.57 37.04V360.8h-73.513V170.062H275.1v31.931c8.924-26.822 26.771-36.189 62.04-36.189Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/react.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/react.svg new file mode 100644 index 0000000..192f60a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/react.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M418.2 177.2q-8.1-2.7-16.2-5.1c.9-3.7 1.7-7.4 2.5-11.1 12.3-59.6 4.2-107.5-23.1-123.3-26.3-15.1-69.2.6-112.6 38.4-4.3 3.7-8.5 7.6-12.5 11.5-2.7-2.6-5.5-5.2-8.3-7.7-45.5-40.4-91.1-57.4-118.4-41.5-26.2 15.2-34 60.3-23 116.7 1.1 5.6 2.3 11.1 3.7 16.7-6.4 1.8-12.7 3.8-18.6 5.9C38.3 196.2 0 225.4 0 255.6c0 31.2 40.8 62.5 96.3 81.5 4.5 1.5 9 3 13.6 4.3-1.5 6-2.8 11.9-4 18-10.5 55.5-2.3 99.5 23.9 114.6 27 15.6 72.4-.4 116.6-39.1 3.5-3.1 7-6.3 10.5-9.7 4.4 4.3 9 8.4 13.6 12.4 42.8 36.8 85.1 51.7 111.2 36.6 27-15.6 35.8-62.9 24.4-120.5q-1.35-6.6-3-13.5c3.2-.9 6.3-1.9 9.4-2.9 57.7-19.1 99.5-50 99.5-81.7 0-30.3-39.4-59.7-93.8-78.4M282.9 92.3c37.2-32.4 71.9-45.1 87.7-36 16.9 9.7 23.4 48.9 12.8 100.4-.7 3.4-1.4 6.7-2.3 10-22.2-5-44.7-8.6-67.3-10.6-13-18.6-27.2-36.4-42.6-53.1 3.9-3.7 7.7-7.2 11.7-10.7M167.2 307.5c5.1 8.7 10.3 17.4 15.8 25.9-15.6-1.7-31.1-4.2-46.4-7.5 4.4-14.4 9.9-29.3 16.3-44.5 4.6 8.8 9.3 17.5 14.3 26.1m-30.3-120.3c14.4-3.2 29.7-5.8 45.6-7.8-5.3 8.3-10.5 16.8-15.4 25.4-4.9 8.5-9.7 17.2-14.2 26-6.3-14.9-11.6-29.5-16-43.6m27.4 68.9c6.6-13.8 13.8-27.3 21.4-40.6s15.8-26.2 24.4-38.9c15-1.1 30.3-1.7 45.9-1.7s31 .6 45.9 1.7q12.75 18.9 24.3 38.7c11.55 19.8 14.9 26.7 21.7 40.4q-10.05 20.7-21.6 40.8c-7.6 13.3-15.7 26.2-24.2 39-14.9 1.1-30.4 1.6-46.1 1.6s-30.9-.5-45.6-1.4q-13.05-19.05-24.6-39c-11.55-19.95-14.8-26.8-21.5-40.6m180.6 51.2c5.1-8.8 9.9-17.7 14.6-26.7 6.4 14.5 12 29.2 16.9 44.3-15.5 3.5-31.2 6.2-47 8 5.4-8.4 10.5-17 15.5-25.6m14.4-76.5c-4.7-8.8-9.5-17.6-14.5-26.2q-7.35-12.75-15.3-25.2c16.1 2 31.5 4.7 45.9 8-4.6 14.8-10 29.2-16.1 43.4M256.2 118.3c10.5 11.4 20.4 23.4 29.6 35.8-19.8-.9-39.7-.9-59.5 0 9.8-12.9 19.9-24.9 29.9-35.8M140.2 57c16.8-9.8 54.1 4.2 93.4 39 2.5 2.2 5 4.6 7.6 7-15.5 16.7-29.8 34.5-42.9 53.1-22.6 2-45 5.5-67.2 10.4-1.3-5.1-2.4-10.3-3.5-15.5-9.4-48.4-3.2-84.9 12.6-94m-24.5 263.6c-4.2-1.2-8.3-2.5-12.4-3.9-21.3-6.7-45.5-17.3-63-31.2-10.1-7-16.9-17.8-18.8-29.9 0-18.3 31.6-41.7 77.2-57.6 5.7-2 11.5-3.8 17.3-5.5 6.8 21.7 15 43 24.5 63.6-9.6 20.9-17.9 42.5-24.8 64.5m116.6 98c-16.5 15.1-35.6 27.1-56.4 35.3-11.1 5.3-23.9 5.8-35.3 1.3-15.9-9.2-22.5-44.5-13.5-92 1.1-5.6 2.3-11.2 3.7-16.7 22.4 4.8 45 8.1 67.9 9.8 13.2 18.7 27.7 36.6 43.2 53.4-3.2 3.1-6.4 6.1-9.6 8.9m24.5-24.3c-10.2-11-20.4-23.2-30.3-36.3 9.6.4 19.5.6 29.5.6 10.3 0 20.4-.2 30.4-.7-9.2 12.7-19.1 24.8-29.6 36.4m130.7 30c-.9 12.2-6.9 23.6-16.5 31.3-15.9 9.2-49.8-2.8-86.4-34.2-4.2-3.6-8.4-7.5-12.7-11.5 15.3-16.9 29.4-34.8 42.2-53.6 22.9-1.9 45.7-5.4 68.2-10.5 1 4.1 1.9 8.2 2.7 12.2 4.9 21.6 5.7 44.1 2.5 66.3m18.2-107.5c-2.8.9-5.6 1.8-8.5 2.6-7-21.8-15.6-43.1-25.5-63.8 9.6-20.4 17.7-41.4 24.5-62.9 5.2 1.5 10.2 3.1 15 4.7 46.6 16 79.3 39.8 79.3 58 0 19.6-34.9 44.9-84.8 61.4m-149.7-15c25.3 0 45.8-20.5 45.8-45.8s-20.5-45.8-45.8-45.8-45.8 20.5-45.8 45.8 20.5 45.8 45.8 45.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/reacteurope.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/reacteurope.svg new file mode 100644 index 0000000..bbbaf5b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/reacteurope.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m250.6 211.74 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3-7.1-.1-2.3-6.8-2.3 6.8-7.2.1 5.7 4.3zm63.7 0 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3-7.2-.1-2.3-6.8-2.3 6.8-7.2.1 5.7 4.3zm-91.3 50.5h-3.4c-4.8 0-3.8 4-3.8 12.1 0 4.7-2.3 6.1-5.8 6.1s-5.8-1.4-5.8-6.1v-36.6c0-4.7 2.3-6.1 5.8-6.1s5.8 1.4 5.8 6.1c0 7.2-.7 10.5 3.8 10.5h3.4c4.7-.1 3.8-3.9 3.8-12.3 0-9.9-6.7-14.1-16.8-14.1h-.2c-10.1 0-16.8 4.2-16.8 14.1V276c0 10.4 6.7 14.1 16.8 14.1h.2c10.1 0 16.8-3.8 16.8-14.1 0-9.86 1.1-13.76-3.8-13.76m-80.7 17.4h-14.7v-19.3H139c2.5 0 3.8-1.3 3.8-3.8v-2.1c0-2.5-1.3-3.8-3.8-3.8h-11.4v-18.3H142c2.5 0 3.8-1.3 3.8-3.8v-2.1c0-2.5-1.3-3.8-3.8-3.8h-21.7c-2.4-.1-3.7 1.3-3.7 3.8v59.1c0 2.5 1.3 3.8 3.8 3.8h21.9c2.5 0 3.8-1.3 3.8-3.8v-2.1c0-2.5-1.3-3.8-3.8-3.8m-42-18.5c4.6-2 7.3-6 7.3-12.4v-11.9c0-10.1-6.7-14.1-16.8-14.1H77.4c-2.5 0-3.8 1.3-3.8 3.8v59.1c0 2.5 1.3 3.8 3.8 3.8h3.4c2.5 0 3.8-1.3 3.8-3.8v-22.9h5.6l7.4 23.5a4.1 4.1 0 0 0 4.3 3.2h3.3c2.8 0 4-1.8 3.2-4.4zm-3.8-14c0 4.8-2.5 6.1-6.1 6.1h-5.8v-20.9h5.8c3.6 0 6.1 1.3 6.1 6.1zM176 226a3.82 3.82 0 0 0-4.2-3.4h-6.9a3.68 3.68 0 0 0-4 3.4l-11 59.2c-.5 2.7.9 4.1 3.4 4.1h3a3.74 3.74 0 0 0 4.1-3.5l1.8-11.3h12.2l1.8 11.3a3.74 3.74 0 0 0 4.1 3.5h3.5c2.6 0 3.9-1.4 3.4-4.1zm-12.3 39.3 4.7-29.7 4.7 29.7zm89.3 20.2v-53.2h7.5c2.5 0 3.8-1.3 3.8-3.8v-2.1c0-2.5-1.3-3.8-3.8-3.8h-25.8c-2.5 0-3.8 1.3-3.8 3.8v2.1c0 2.5 1.3 3.8 3.8 3.8h7.3v53.2c0 2.5 1.3 3.8 3.8 3.8h3.4c2.5.04 3.8-1.3 3.8-3.76zm248-.8h-19.4V258h16.1a1.89 1.89 0 0 0 2-2v-.8a1.89 1.89 0 0 0-2-2h-16.1v-25.8h19.1a1.89 1.89 0 0 0 2-2v-.8a1.77 1.77 0 0 0-2-1.9h-22.2a1.62 1.62 0 0 0-2 1.8v63a1.81 1.81 0 0 0 2 1.9H501a1.81 1.81 0 0 0 2-1.9v-.8a1.84 1.84 0 0 0-2-1.96zm-93.1-62.9h-.8c-10.1 0-15.3 4.7-15.3 14.1V276c0 9.3 5.2 14.1 15.3 14.1h.8c10.1 0 15.3-4.8 15.3-14.1v-40.1c0-9.36-5.2-14.06-15.3-14.06zm10.2 52.4c-.1 8-3 11.1-10.5 11.1s-10.5-3.1-10.5-11.1v-36.6c0-7.9 3-11.1 10.5-11.1s10.5 3.2 10.5 11.1zm-46.5-14.5c6.1-1.6 9.2-6.1 9.2-13.3v-9.7c0-9.4-5.2-14.1-15.3-14.1h-13.7a1.81 1.81 0 0 0-2 1.9v63a1.81 1.81 0 0 0 2 1.9h1.2a1.74 1.74 0 0 0 1.9-1.9v-26.9h11.6l10.4 27.2a2.32 2.32 0 0 0 2.3 1.5h1.5c1.4 0 2-1 1.5-2.3zm-6.4-3.9H355v-28.5h10.2c7.5 0 10.5 3.1 10.5 11.1v6.4c0 7.84-3 11.04-10.5 11.04zm85.9-33.1h-13.7a1.62 1.62 0 0 0-2 1.8v63a1.81 1.81 0 0 0 2 1.9h1.2a1.74 1.74 0 0 0 1.9-1.9v-26.1h10.6c10.1 0 15.3-4.8 15.3-14.1v-10.5c0-9.4-5.2-14.1-15.3-14.1m10.2 22.8c0 7.9-3 11.1-10.5 11.1h-10.2v-29.2h10.2c7.5-.1 10.5 3.1 10.5 11zM259.5 308l-2.3-6.8-2.3 6.8-7.1.1 5.7 4.3-2.1 6.8 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3zm227.6-136.1a364 364 0 0 0-35.6-11.3c19.6-78 11.6-134.7-22.3-153.9C394.7-12.66 343.3 11 291 61.94q5.1 4.95 10.2 10.2c82.5-80 119.6-53.5 120.9-52.8 22.4 12.7 36 55.8 15.5 137.8a588 588 0 0 0-84.6-13C281.1 43.64 212.4 2 170.8 2 140 2 127 23 123.2 29.74c-18.1 32-13.3 84.2.1 133.8-70.5 20.3-120.7 54.1-120.3 95 .5 59.6 103.2 87.8 122.1 92.8-20.5 81.9-10.1 135.6 22.3 153.9 28 15.8 75.1 6 138.2-55.2q-5.1-4.95-10.2-10.2c-82.5 80-119.7 53.5-120.9 52.8-22.3-12.6-36-55.6-15.5-137.9 12.4 2.9 41.8 9.5 84.6 13 71.9 100.4 140.6 142 182.1 142 30.8 0 43.8-21 47.6-27.7 18-31.9 13.3-84.1-.1-133.8 152.3-43.8 156.2-130.2 33.9-176.3zM135.9 36.84c2.9-5.1 11.9-20.3 34.9-20.3 36.8 0 98.8 39.6 163.3 126.2a714 714 0 0 0-93.9.9 548 548 0 0 1 42.2-52.4Q277.3 86 272.2 81a598 598 0 0 0-50.7 64.2 570 570 0 0 0-84.4 14.6c-.2-1.4-24.3-82.2-1.2-123zm304.8 438.3c-2.9 5.1-11.8 20.3-34.9 20.3-36.7 0-98.7-39.4-163.3-126.2a695 695 0 0 0 93.9-.9 548 548 0 0 1-42.2 52.4q5.1 5.25 10.2 10.2a588.5 588.5 0 0 0 50.7-64.2c47.3-4.7 80.3-13.5 84.4-14.6 22.7 84.4 4.5 117 1.2 123m9.1-138.6c-3.6-11.9-7.7-24.1-12.4-36.4a12.67 12.67 0 0 1-10.7-5.7l-.1.1a19.6 19.6 0 0 1-5.4 3.6c5.7 14.3 10.6 28.4 14.7 42.2a535 535 0 0 1-72 13c3.5-5.3 17.2-26.2 32.2-54.2a24.6 24.6 0 0 1-6-3.2c-1.1 1.2-3.6 4.2-10.9 4.2-6.2 11.2-17.4 30.9-33.9 55.2a712 712 0 0 1-112.4 1c-7.9-11.2-21.5-31.1-36.8-57.8a21 21 0 0 1-3-1.5c-1.9 1.6-3.9 3.2-12.6 3.2 6.3 11.2 17.5 30.7 33.8 54.6a549 549 0 0 1-72.2-11.7q5.85-21 14.1-42.9c-3.2 0-5.4.2-8.4-1a17.6 17.6 0 0 1-6.9 1c-4.9 13.4-9.1 26.5-12.7 39.4C-31.7 297-12.1 216 126.7 175.64c3.6 11.9 7.7 24.1 12.4 36.4 10.4 0 12.9 3.4 14.4 5.3a12 12 0 0 1 2.3-2.2c-5.8-14.7-10.9-29.2-15.2-43.3 7-1.8 32.4-8.4 72-13-15.9 24.3-26.7 43.9-32.8 55.3a14.22 14.22 0 0 1 6.4 8 23.4 23.4 0 0 1 10.2-8.4c6.5-11.7 17.9-31.9 34.8-56.9a712 712 0 0 1 112.4-1c31.5 44.6 28.9 48.1 42.5 64.5a21.4 21.4 0 0 1 10.4-7.4c-6.4-11.4-17.6-31-34.3-55.5 40.4 4.1 65 10 72.2 11.7-4 14.4-8.9 29.2-14.6 44.2a20.7 20.7 0 0 1 6.8 4.3l.1.1a12.72 12.72 0 0 1 8.9-5.6c4.9-13.4 9.2-26.6 12.8-39.5a360 360 0 0 1 34.5 11c106.1 39.9 74 87.9 72.6 90.4-19.8 35.1-80.1 55.2-105.7 62.5m-114.4-114h-1.2a1.74 1.74 0 0 0-1.9 1.9v49.8c0 7.9-2.6 11.1-10.1 11.1s-10.1-3.1-10.1-11.1v-49.8a1.69 1.69 0 0 0-1.9-1.9H309a1.81 1.81 0 0 0-2 1.9v51.5c0 9.6 5 14.1 15.1 14.1h.4c10.1 0 15.1-4.6 15.1-14.1v-51.5a2 2 0 0 0-2.2-1.9M321.7 308l-2.3-6.8-2.3 6.8-7.1.1 5.7 4.3-2.1 6.8 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3zm-31.1 7.4-2.3-6.8-2.3 6.8-7.1.1 5.7 4.3-2.1 6.8 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3zm5.1-30.8h-19.4v-26.7h16.1a1.89 1.89 0 0 0 2-2v-.8a1.89 1.89 0 0 0-2-2h-16.1v-25.8h19.1a1.89 1.89 0 0 0 2-2v-.8a1.77 1.77 0 0 0-2-1.9h-22.2a1.81 1.81 0 0 0-2 1.9v63a1.81 1.81 0 0 0 2 1.9h22.5a1.77 1.77 0 0 0 2-1.9v-.8a1.83 1.83 0 0 0-2-2.06zm-7.4-99.4L286 192l-7.1.1 5.7 4.3-2.1 6.8 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3-7.1-.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/readme.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/readme.svg new file mode 100644 index 0000000..e01bc83 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/readme.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M528.3 46.5H388.5c-48.1 0-89.9 33.3-100.4 80.3-10.6-47-52.3-80.3-100.4-80.3H48c-26.5 0-48 21.5-48 48v245.8c0 26.5 21.5 48 48 48h89.7c102.2 0 132.7 24.4 147.3 75 .7 2.8 5.2 2.8 6 0 14.7-50.6 45.2-75 147.3-75H528c26.5 0 48-21.5 48-48V94.6c0-26.4-21.3-47.9-47.7-48.1M242 311.9c0 1.9-1.5 3.5-3.5 3.5H78.2c-1.9 0-3.5-1.5-3.5-3.5V289c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5v22.9zm0-60.9c0 1.9-1.5 3.5-3.5 3.5H78.2c-1.9 0-3.5-1.5-3.5-3.5v-22.9c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5V251zm0-60.9c0 1.9-1.5 3.5-3.5 3.5H78.2c-1.9 0-3.5-1.5-3.5-3.5v-22.9c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5v22.9zm259.3 121.7c0 1.9-1.5 3.5-3.5 3.5H337.5c-1.9 0-3.5-1.5-3.5-3.5v-22.9c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5v22.9zm0-60.9c0 1.9-1.5 3.5-3.5 3.5H337.5c-1.9 0-3.5-1.5-3.5-3.5V228c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5v22.9zm0-60.9c0 1.9-1.5 3.5-3.5 3.5H337.5c-1.9 0-3.5-1.5-3.5-3.5v-22.8c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5V190z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/rebel.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/rebel.svg new file mode 100644 index 0000000..8e7a55a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/rebel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256.5 504C117.2 504 9 387.8 13.2 249.9 16 170.7 56.4 97.7 129.7 49.5c.3 0 1.9-.6 1.1.8-5.8 5.5-111.3 129.8-14.1 226.4 49.8 49.5 90 2.5 90 2.5 38.5-50.1-.6-125.9-.6-125.9-10-24.9-45.7-40.1-45.7-40.1l28.8-31.8c24.4 10.5 43.2 38.7 43.2 38.7.8-29.6-21.9-61.4-21.9-61.4L255.1 8l44.3 50.1c-20.5 28.8-21.9 62.6-21.9 62.6 13.8-23 43.5-39.3 43.5-39.3l28.5 31.8c-27.4 8.9-45.4 39.9-45.4 39.9-15.8 28.5-27.1 89.4.6 127.3 32.4 44.6 87.7-2.8 87.7-2.8 102.7-91.9-10.5-225-10.5-225-6.1-5.5.8-2.8.8-2.8 50.1 36.5 114.6 84.4 116.2 204.8C500.9 400.2 399 504 256.5 504"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/red-river.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/red-river.svg new file mode 100644 index 0000000..efbba69 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/red-river.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M353.2 32H94.8C42.4 32 0 74.4 0 126.8v258.4C0 437.6 42.4 480 94.8 480h258.4c52.4 0 94.8-42.4 94.8-94.8V126.8c0-52.4-42.4-94.8-94.8-94.8M144.9 200.9v56.3c0 27-21.9 48.9-48.9 48.9V151.9c0-13.2 10.7-23.9 23.9-23.9h154.2c0 27-21.9 48.9-48.9 48.9h-56.3c-12.3-.6-24.6 11.6-24 24m176.3 72h-56.3c-12.3-.6-24.6 11.6-24 24v56.3c0 27-21.9 48.9-48.9 48.9V247.9c0-13.2 10.7-23.9 23.9-23.9h154.2c0 27-21.9 48.9-48.9 48.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/reddit-alien.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/reddit-alien.svg new file mode 100644 index 0000000..bf44317 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/reddit-alien.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M373 138.6c-25.2 0-46.3-17.5-51.9-41-30.6 4.3-54.2 30.7-54.2 62.4v.2c47.4 1.8 90.6 15.1 124.9 36.3 12.6-9.7 28.4-15.5 45.5-15.5 41.3 0 74.7 33.4 74.7 74.7 0 29.8-17.4 55.5-42.7 67.5-2.4 86.8-97 156.6-213.2 156.6S45.5 410.1 43 323.4c-25.4-11.9-43-37.7-43-67.7C0 214.4 33.4 181 74.7 181c17.2 0 33 5.8 45.7 15.6 34-21.1 76.8-34.4 123.7-36.4v-.3c0-44.3 33.7-80.9 76.8-85.5C325.8 50.2 347.2 32 373 32c29.4 0 53.3 23.9 53.3 53.3s-23.9 53.3-53.3 53.3M157.5 255.3c-20.9 0-38.9 20.8-40.2 47.9s17.1 38.1 38 38.1 36.6-9.8 37.8-36.9-14.7-49.1-35.7-49.1zM395 303.1c-1.2-27.1-19.2-47.9-40.2-47.9s-36.9 22-35.7 49.1 16.9 36.9 37.8 36.9 39.3-11 38-38.1zm-60.1 70.8c1.5-3.6-1-7.7-4.9-8.1-23-2.3-47.9-3.6-73.8-3.6s-50.8 1.3-73.8 3.6c-3.9.4-6.4 4.5-4.9 8.1 12.9 30.8 43.3 52.4 78.7 52.4s65.8-21.6 78.7-52.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/reddit.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/reddit.svg new file mode 100644 index 0000000..a879809 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/reddit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 256C0 114.6 114.6 0 256 0s256 114.6 256 256-114.6 256-256 256H37.1c-13.7 0-20.5-16.5-10.9-26.2L75 437C28.7 390.7 0 326.7 0 256m349.6-102.4c23.6 0 42.7-19.1 42.7-42.7s-19.1-42.7-42.7-42.7c-20.6 0-37.8 14.6-41.8 34-34.5 3.7-61.4 33-61.4 68.4v.2c-37.5 1.6-71.8 12.3-99 29.1-10.1-7.8-22.8-12.5-36.5-12.5-33 0-59.8 26.8-59.8 59.8 0 24 14.1 44.6 34.4 54.1 2 69.4 77.6 125.2 170.6 125.2s168.7-55.9 170.6-125.3c20.2-9.6 34.1-30.2 34.1-54 0-33-26.8-59.8-59.8-59.8-13.7 0-26.3 4.6-36.4 12.4-27.4-17-62.1-27.7-100-29.1v-.2c0-25.4 18.9-46.5 43.4-49.9 4.4 18.8 21.3 32.8 41.5 32.8zm-172.5 93.3c16.7 0 29.5 17.6 28.5 39.3s-13.5 29.6-30.3 29.6-31.4-8.8-30.4-30.5S160.3 247 177 247zm190.1 38.3c1 21.7-13.7 30.5-30.4 30.5s-29.3-7.9-30.3-29.6 11.8-39.3 28.5-39.3 31.2 16.6 32.1 38.3zm-48.1 56.7c-10.3 24.6-34.6 41.9-63 41.9s-52.7-17.3-63-41.9c-1.2-2.9.8-6.2 3.9-6.5 18.4-1.9 38.3-2.9 59.1-2.9s40.7 1 59.1 2.9c3.1.3 5.1 3.6 3.9 6.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/redhat.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/redhat.svg new file mode 100644 index 0000000..9eee937 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/redhat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M341.52 285.56c33.65 0 82.34-6.94 82.34-47 .22-6.74.86-1.82-20.88-96.24-4.62-19.15-8.68-27.84-42.31-44.65-26.09-13.34-82.92-35.37-99.73-35.37-15.66 0-20.2 20.17-38.87 20.17-18 0-31.31-15.06-48.12-15.06-16.14 0-26.66 11-34.78 33.62-27.5 77.55-26.28 74.27-26.12 78.27 0 24.8 97.64 106.11 228.47 106.11M429 254.84c4.65 22 4.65 24.35 4.65 27.25 0 37.66-42.33 58.56-98 58.56-125.74.08-235.91-73.65-235.91-122.33a49.55 49.55 0 0 1 4.06-19.72C58.56 200.86 0 208.93 0 260.63c0 84.67 200.63 189 359.49 189 121.79 0 152.51-55.08 152.51-98.58 0-34.21-29.59-73.05-82.93-96.24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/renren.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/renren.svg new file mode 100644 index 0000000..06f7d08 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/renren.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M214 169.1c0 110.4-61 205.4-147.6 247.4C30 373.2 8 317.7 8 256.6 8 133.9 97.1 32.2 214 12.5zM255 504c-42.9 0-83.3-11-118.5-30.4C193.7 437.5 239.9 382.9 255 319c15.5 63.9 61.7 118.5 118.8 154.7C338.7 493 298.3 504 255 504m190.6-87.5C359 374.5 298 279.6 298 169.1V12.5c116.9 19.7 206 121.4 206 244.1 0 61.1-22 116.6-58.4 159.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/replyd.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/replyd.svg new file mode 100644 index 0000000..ed619c2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/replyd.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M320 480H128C57.6 480 0 422.4 0 352V160C0 89.6 57.6 32 128 32h192c70.4 0 128 57.6 128 128v192c0 70.4-57.6 128-128 128M193.4 273.2c-6.1-2-11.6-3.1-16.4-3.1-7.2 0-13.5 1.9-18.9 5.6s-9.6 9-12.8 15.8h-1.1l-4.2-18.3h-28v138.9h36.1v-89.7q2.25-8.1 8.7-13.2c4.3-3.4 9.8-5.1 16.2-5.1 4.6 0 9.8 1 15.6 3.1zm115.2 103.4c-3.2 2.4-7.7 4.8-13.7 7.1s-12.8 3.5-20.4 3.5c-12.2 0-21.1-3-26.5-8.9q-8.25-8.85-9-26.4h83.3c.9-4.8 1.6-9.4 2.1-13.9.5-4.4.7-8.6.7-12.5 0-10.7-1.6-19.7-4.7-26.9-3.2-7.2-7.3-13-12.5-17.2-5.2-4.3-11.1-7.3-17.8-9.2-6.7-1.8-13.5-2.8-20.6-2.8q-31.65 0-49.2 18.3c-17.55 18.3-17.5 30.5-17.5 55q0 34.2 15.6 53.7c10.4 13.1 26.8 19.6 49.2 19.6 10.7 0 20.9-1.5 30.4-4.6s17.1-6.8 22.6-11.2zm-21.8-70.3c3.8 5.4 5.3 13.1 4.6 23.1h-51.7c.9-9.4 3.7-17 8.2-22.6s11.5-8.5 21-8.5c8.2-.1 14.1 2.6 17.9 8m79.9 2.5c4.1 3.9 9.4 5.8 16.1 5.8 7 0 12.6-1.9 16.7-5.8s6.1-9.1 6.1-15.6-2-11.6-6.1-15.4-9.6-5.7-16.7-5.7c-6.7 0-12 1.9-16.1 5.7s-6.1 8.9-6.1 15.4 2 11.7 6.1 15.6m0 100.5c4.1 3.9 9.4 5.8 16.1 5.8 7 0 12.6-1.9 16.7-5.8s6.1-9.1 6.1-15.6-2-11.6-6.1-15.4-9.6-5.7-16.7-5.7c-6.7 0-12 1.9-16.1 5.7s-6.1 8.9-6.1 15.4c0 6.6 2 11.7 6.1 15.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/researchgate.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/researchgate.svg new file mode 100644 index 0000000..2f17408 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/researchgate.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 32v448h448V32zm262.2 334.4c-6.6 3-33.2 6-50-14.2-9.2-10.6-25.3-33.3-42.2-63.6-8.9 0-14.7 0-21.4-.6v46.4c0 23.5 6 21.2 25.8 23.9v8.1c-6.9-.3-23.1-.8-35.6-.8-13.1 0-26.1.6-33.6.8v-8.1c15.5-2.9 22-1.3 22-23.9V225c0-22.6-6.4-21-22-23.9V193c25.8 1 53.1-.6 70.9-.6 31.7 0 55.9 14.4 55.9 45.6 0 21.1-16.7 42.2-39.2 47.5 13.6 24.2 30 45.6 42.2 58.9 7.2 7.8 17.2 14.7 27.2 14.7zm22.9-135c-23.3 0-32.2-15.7-32.2-32.2V167c0-12.2 8.8-30.4 34-30.4s30.4 17.9 30.4 17.9l-10.7 7.2s-5.5-12.5-19.7-12.5c-7.9 0-19.7 7.3-19.7 19.7v26.8c0 13.4 6.6 23.3 17.9 23.3 14.1 0 21.5-10.9 21.5-26.8h-17.9v-10.7h30.4c0 20.5 4.7 49.9-34 49.9m-116.5 44.7c-9.4 0-13.6-.3-20-.8v-69.7c6.4-.6 15-.6 22.5-.6 23.3 0 37.2 12.2 37.2 34.5 0 21.9-15 36.6-39.7 36.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/resolving.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/resolving.svg new file mode 100644 index 0000000..3e07619 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/resolving.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M281.2 278.2c46-13.3 49.6-23.5 44-43.4L314 195.5c-6.1-20.9-18.4-28.1-71.1-12.8L54.7 236.8l28.6 98.6zM248.5 8C131.4 8 33.2 88.7 7.2 197.5l221.9-63.9c34.8-10.2 54.2-11.7 79.3-8.2 36.3 6.1 52.7 25 61.4 55.2l10.7 37.8c8.2 28.1 1 50.6-23.5 73.6-19.4 17.4-31.2 24.5-61.4 33.2L203 351.8l220.4 27.1 9.7 34.2-48.1 13.3-286.8-37.3 23 80.2c36.8 22 80.3 34.7 126.3 34.7 137 0 248.5-111.4 248.5-248.3C497 119.4 385.5 8 248.5 8M38.3 388.6 0 256.8c0 48.5 14.3 93.4 38.3 131.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/rev.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/rev.svg new file mode 100644 index 0000000..f513c9d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/rev.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M289.67 274.89a65.57 65.57 0 1 1-65.56-65.56 65.64 65.64 0 0 1 65.56 65.56m139.55-5.05h-.13a204.7 204.7 0 0 0-74.32-153l-45.38 26.2a157.07 157.07 0 0 1 71.81 131.84C381.2 361.5 310.73 432 224.11 432S67 361.5 67 274.88c0-81.88 63-149.27 143-156.43v39.12l108.77-62.79L210 32v38.32c-106.7 7.25-191 96-191 204.57 0 111.59 89.12 202.29 200.06 205v.11h210.16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/rocketchat.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/rocketchat.svg new file mode 100644 index 0000000..4c68edc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/rocketchat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M284.046 224.8a34.114 34.114 0 1 0 34.317 34.113 34.217 34.217 0 0 0-34.317-34.113m-110.45 0a34.114 34.114 0 1 0 34.317 34.113A34.217 34.217 0 0 0 173.6 224.8Zm220.923 0a34.114 34.114 0 1 0 34.317 34.113 34.215 34.215 0 0 0-34.317-34.113m153.807-55.319c-15.535-24.172-37.31-45.57-64.681-63.618-52.886-34.817-122.374-54-195.666-54a406 406 0 0 0-72.032 6.357 238.5 238.5 0 0 0-49.51-36.588C99.684-11.7 40.859.711 11.135 11.421A14.29 14.29 0 0 0 5.58 34.782C26.542 56.458 61.222 99.3 52.7 138.252c-33.142 33.9-51.112 74.776-51.112 117.337 0 43.372 17.97 84.248 51.112 118.148 8.526 38.956-26.154 81.816-47.116 103.491a14.284 14.284 0 0 0 5.555 23.34c29.724 10.709 88.549 23.147 155.324-10.2a238.7 238.7 0 0 0 49.51-36.589A406 406 0 0 0 288 460.14c73.313 0 142.8-19.159 195.667-53.975 27.371-18.049 49.145-39.426 64.679-63.619 17.309-26.923 26.07-55.916 26.07-86.125-.022-31.021-8.782-59.991-26.09-86.936ZM284.987 409.9a345.7 345.7 0 0 1-89.446-11.5l-20.129 19.393a184.4 184.4 0 0 1-37.138 27.585 145.8 145.8 0 0 1-52.522 14.87c.983-1.771 1.881-3.563 2.842-5.356q30.258-55.68 16.325-100.078c-32.992-25.962-52.778-59.2-52.778-95.4 0-83.1 104.254-150.469 232.846-150.469s232.867 67.373 232.867 150.469c0 83.111-104.254 150.486-232.867 150.486"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/rockrms.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/rockrms.svg new file mode 100644 index 0000000..e8d1fd4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/rockrms.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8m157.4 419.5h-90l-112-131.3c-17.9-20.4-3.9-56.1 26.6-56.1h75.3l-84.6-99.3-84.3 98.9h-90L193.5 67.2c14.4-18.4 41.3-17.3 54.5 0l157.7 185.1c19 22.8 2 57.2-27.6 56.1-.6 0-74.2.2-74.2.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/rust.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/rust.svg new file mode 100644 index 0000000..69e201a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/rust.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m508.52 249.75-21.82-13.51c-.17-2-.34-3.93-.55-5.88l18.72-17.5a7.35 7.35 0 0 0-2.44-12.25l-24-9c-.54-1.88-1.08-3.78-1.67-5.64l15-20.83a7.35 7.35 0 0 0-4.79-11.54l-25.42-4.15c-.9-1.73-1.79-3.45-2.73-5.15l10.68-23.42a7.35 7.35 0 0 0-6.95-10.39l-25.82.91q-1.79-2.22-3.61-4.4L439 81.84a7.36 7.36 0 0 0-8.84-8.84L405 78.93q-2.17-1.83-4.4-3.61l.91-25.82a7.35 7.35 0 0 0-10.39-7L367.7 53.23c-1.7-.94-3.43-1.84-5.15-2.73l-4.15-25.42a7.35 7.35 0 0 0-11.54-4.79L326 35.26c-1.86-.59-3.75-1.13-5.64-1.67l-9-24a7.35 7.35 0 0 0-12.25-2.44l-17.5 18.72c-1.95-.21-3.91-.38-5.88-.55L262.25 3.48a7.35 7.35 0 0 0-12.5 0L236.24 25.3c-2 .17-3.93.34-5.88.55l-17.5-18.72a7.35 7.35 0 0 0-12.25 2.44l-9 24c-1.89.55-3.79 1.08-5.66 1.68l-20.82-15a7.35 7.35 0 0 0-11.54 4.79l-4.15 25.41c-1.73.9-3.45 1.79-5.16 2.73l-23.4-10.63a7.35 7.35 0 0 0-10.39 7l.92 25.81c-1.49 1.19-3 2.39-4.42 3.61L81.84 73A7.36 7.36 0 0 0 73 81.84L78.93 107c-1.23 1.45-2.43 2.93-3.62 4.41l-25.81-.91a7.42 7.42 0 0 0-6.37 3.26 7.35 7.35 0 0 0-.57 7.13l10.66 23.41c-.94 1.7-1.83 3.43-2.73 5.16l-25.41 4.14a7.35 7.35 0 0 0-4.79 11.54l15 20.82c-.59 1.87-1.13 3.77-1.68 5.66l-24 9a7.35 7.35 0 0 0-2.44 12.25l18.72 17.5c-.21 1.95-.38 3.91-.55 5.88l-21.86 13.5a7.35 7.35 0 0 0 0 12.5l21.82 13.51c.17 2 .34 3.92.55 5.87l-18.72 17.5a7.35 7.35 0 0 0 2.44 12.25l24 9c.55 1.89 1.08 3.78 1.68 5.65l-15 20.83a7.35 7.35 0 0 0 4.79 11.54l25.42 4.15c.9 1.72 1.79 3.45 2.73 5.14l-10.63 23.43a7.35 7.35 0 0 0 .57 7.13 7.13 7.13 0 0 0 6.37 3.26l25.83-.91q1.77 2.22 3.6 4.4L73 430.16a7.36 7.36 0 0 0 8.84 8.84l25.16-5.93q2.18 1.83 4.41 3.61l-.92 25.82a7.35 7.35 0 0 0 10.39 6.95l23.43-10.68c1.69.94 3.42 1.83 5.14 2.73l4.15 25.42a7.34 7.34 0 0 0 11.54 4.78l20.83-15c1.86.6 3.76 1.13 5.65 1.68l9 24a7.36 7.36 0 0 0 12.25 2.44l17.5-18.72c1.95.21 3.92.38 5.88.55l13.51 21.82a7.35 7.35 0 0 0 12.5 0l13.51-21.82c2-.17 3.93-.34 5.88-.56l17.5 18.73a7.36 7.36 0 0 0 12.25-2.44l9-24c1.89-.55 3.78-1.08 5.65-1.68l20.82 15a7.34 7.34 0 0 0 11.54-4.78l4.15-25.42c1.72-.9 3.45-1.79 5.15-2.73l23.42 10.68a7.35 7.35 0 0 0 10.39-6.95l-.91-25.82q2.22-1.79 4.4-3.61l25.15 5.93a7.36 7.36 0 0 0 8.84-8.84L433.07 405q1.83-2.17 3.61-4.4l25.82.91a7.23 7.23 0 0 0 6.37-3.26 7.35 7.35 0 0 0 .58-7.13l-10.68-23.42c.94-1.7 1.83-3.43 2.73-5.15l25.42-4.15a7.35 7.35 0 0 0 4.79-11.54l-15-20.83c.59-1.87 1.13-3.76 1.67-5.65l24-9a7.35 7.35 0 0 0 2.44-12.25l-18.72-17.5c.21-1.95.38-3.91.55-5.87l21.82-13.51a7.35 7.35 0 0 0 0-12.5Zm-151 129.08A13.91 13.91 0 0 0 341 389.51l-7.64 35.67a187.51 187.51 0 0 1-156.36-.74l-7.64-35.66a13.87 13.87 0 0 0-16.46-10.68l-31.51 6.76a187 187 0 0 1-16.26-19.21H258.3c1.72 0 2.89-.29 2.89-1.91v-54.19c0-1.57-1.17-1.91-2.89-1.91h-44.83l.05-34.35H262c4.41 0 23.66 1.28 29.79 25.87 1.91 7.55 6.17 32.14 9.06 40 2.89 8.82 14.6 26.46 27.1 26.46H407a187 187 0 0 1-17.34 20.09Zm25.77 34.49A15.24 15.24 0 1 1 368 398.08h.44a15.23 15.23 0 0 1 14.8 15.24Zm-225.62-.68a15.24 15.24 0 1 1-15.25-15.25h.45a15.25 15.25 0 0 1 14.75 15.25Zm-88.1-178.49 32.83-14.6a13.88 13.88 0 0 0 7.06-18.33L102.69 186h26.56v119.73h-53.6a187.7 187.7 0 0 1-6.08-71.58m-11.26-36.06a15.24 15.24 0 0 1 15.23-15.25H74a15.24 15.24 0 1 1-15.67 15.24Zm155.16 24.49.05-35.32h63.26c3.28 0 23.07 3.77 23.07 18.62 0 12.29-15.19 16.7-27.68 16.7ZM399 306.71c-9.8 1.13-20.63-4.12-22-10.09-5.78-32.49-15.39-39.4-30.57-51.4 18.86-11.95 38.46-29.64 38.46-53.26 0-25.52-17.49-41.59-29.4-49.48-16.76-11-35.28-13.23-40.27-13.23h-198.9a187.5 187.5 0 0 1 104.89-59.19l23.47 24.6a13.82 13.82 0 0 0 19.6.44l26.26-25a187.51 187.51 0 0 1 128.37 91.43l-18 40.57a14 14 0 0 0 7.09 18.33l34.59 15.33a187 187 0 0 1 .4 32.54h-19.28c-1.91 0-2.69 1.27-2.69 3.13v8.82C421 301 409.31 305.58 399 306.71M240 60.21A15.24 15.24 0 0 1 255.21 45h.45A15.24 15.24 0 1 1 240 60.21M436.84 214a15.24 15.24 0 1 1 0-30.48h.44a15.24 15.24 0 0 1-.44 30.48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/safari.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/safari.svg new file mode 100644 index 0000000..80b490e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/safari.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m274.69 274.69-37.38-37.38L166 346ZM256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8m155.85 174.79 14.78-6.13a8 8 0 0 1 10.45 4.34 8 8 0 0 1-4.33 10.46L418 197.57a8 8 0 0 1-10.45-4.33 8 8 0 0 1 4.3-10.45M314.43 94l6.12-14.78a8 8 0 0 1 10.45-4.3 8 8 0 0 1 4.33 10.45l-6.13 14.78a8 8 0 0 1-10.45 4.33A8 8 0 0 1 314.43 94M256 60a8 8 0 0 1 8 8v16a8 8 0 0 1-8 8 8 8 0 0 1-8-8V68a8 8 0 0 1 8-8m-75 14.92a8 8 0 0 1 10.46 4.33L197.57 94a8 8 0 1 1-14.78 6.12l-6.13-14.78A8 8 0 0 1 181 74.92m-63.58 42.49a8 8 0 0 1 11.31 0L140 128.72a8 8 0 0 1 0 11.28 8 8 0 0 1-11.31 0l-11.31-11.31a8 8 0 0 1 .03-11.28ZM60 256a8 8 0 0 1 8-8h16a8 8 0 0 1 8 8 8 8 0 0 1-8 8H68a8 8 0 0 1-8-8m40.15 73.21-14.78 6.13A8 8 0 0 1 74.92 331a8 8 0 0 1 4.33-10.46L94 314.43a8 8 0 0 1 10.45 4.33 8 8 0 0 1-4.3 10.45m4.33-136A8 8 0 0 1 94 197.57l-14.78-6.12a8 8 0 0 1-4.3-10.45 8 8 0 0 1 10.45-4.33l14.78 6.13a8 8 0 0 1 4.33 10.44ZM197.57 418l-6.12 14.78a8 8 0 0 1-14.79-6.12l6.13-14.78a8 8 0 1 1 14.78 6.12M264 444a8 8 0 0 1-8 8 8 8 0 0 1-8-8v-16a8 8 0 0 1 8-8 8 8 0 0 1 8 8Zm67-6.92a8 8 0 0 1-10.46-4.33L314.43 418a8 8 0 0 1 4.33-10.45 8 8 0 0 1 10.45 4.33l6.13 14.78a8 8 0 0 1-4.34 10.42m63.58-42.49a8 8 0 0 1-11.31 0L372 383.28a8 8 0 0 1 0-11.28 8 8 0 0 1 11.31 0l11.31 11.31a8 8 0 0 1-.03 11.28ZM286.25 286.25 110.34 401.66l115.41-175.91 175.91-115.41ZM437.08 331a8 8 0 0 1-10.45 4.33l-14.78-6.13a8 8 0 0 1-4.33-10.45 8 8 0 0 1 10.48-4.32l14.78 6.12a8 8 0 0 1 4.3 10.45m6.92-67h-16a8 8 0 0 1-8-8 8 8 0 0 1 8-8h16a8 8 0 0 1 8 8 8 8 0 0 1-8 8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/salesforce.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/salesforce.svg new file mode 100644 index 0000000..0cce6f3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/salesforce.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M248.89 245.64h-26.35c.69-5.16 3.32-14.12 13.64-14.12 6.75 0 11.97 3.82 12.71 14.12m136.66-13.88c-.47 0-14.11-1.77-14.11 20s13.63 20 14.11 20c13 0 14.11-13.54 14.11-20 0-21.76-13.66-20-14.11-20m-243.22 23.76a8.63 8.63 0 0 0-3.29 7.29c0 4.78 2.08 6.05 3.29 7.05 4.7 3.7 15.07 2.12 20.93.95v-16.94c-5.32-1.07-16.73-1.96-20.93 1.65M640 232c0 87.58-80 154.39-165.36 136.43-18.37 33-70.73 70.75-132.2 41.63-41.16 96.05-177.89 92.18-213.81-5.17C8.91 428.78-50.19 266.52 53.36 205.61 18.61 126.18 76 32 167.67 32a124.24 124.24 0 0 1 98.56 48.7c20.7-21.4 49.4-34.81 81.15-34.81 42.34 0 79 23.52 98.8 58.57C539 63.78 640 132.69 640 232m-519.55 31.8c0-11.76-11.69-15.17-17.87-17.17-5.27-2.11-13.41-3.51-13.41-8.94 0-9.46 17-6.66 25.17-2.12 0 0 1.17.71 1.64-.47.24-.7 2.36-6.58 2.59-7.29a1.13 1.13 0 0 0-.7-1.41c-12.33-7.63-40.7-8.51-40.7 12.7 0 12.46 11.49 15.44 17.88 17.17 4.72 1.58 13.17 3 13.17 8.7 0 4-3.53 7.06-9.17 7.06a31.76 31.76 0 0 1-19-6.35c-.47-.23-1.42-.71-1.65.71l-2.4 7.47c-.47.94.23 1.18.23 1.41 1.75 1.4 10.3 6.59 22.82 6.59 13.17 0 21.4-7.06 21.4-18.11zm32-42.58c-10.13 0-18.66 3.17-21.4 5.18a1 1 0 0 0-.24 1.41l2.59 7.06a1 1 0 0 0 1.18.7c.65 0 6.8-4 16.93-4 4 0 7.06.71 9.18 2.36 3.6 2.8 3.06 8.29 3.06 10.58-4.79-.3-19.11-3.44-29.41 3.76a16.92 16.92 0 0 0-7.34 14.54c0 5.9 1.51 10.4 6.59 14.35 12.24 8.16 36.28 2 38.1 1.41 1.58-.32 3.53-.66 3.53-1.88v-33.88c.04-4.61.32-21.64-22.78-21.64zM199 200.24a1.11 1.11 0 0 0-1.18-1.18H188a1.11 1.11 0 0 0-1.17 1.18v79a1.11 1.11 0 0 0 1.17 1.18h9.88a1.11 1.11 0 0 0 1.18-1.18zm55.75 28.93c-2.1-2.31-6.79-7.53-17.65-7.53-3.51 0-14.16.23-20.7 8.94-6.35 7.63-6.58 18.11-6.58 21.41 0 3.12.15 14.26 7.06 21.17 2.64 2.91 9.06 8.23 22.81 8.23 10.82 0 16.47-2.35 18.58-3.76.47-.24.71-.71.24-1.88l-2.35-6.83a1.26 1.26 0 0 0-1.41-.7c-2.59.94-6.35 2.82-15.29 2.82-17.42 0-16.85-14.74-16.94-16.7h37.17a1.23 1.23 0 0 0 1.17-.94c-.29 0 2.07-14.7-6.09-24.23zm36.69 52.69c13.17 0 21.41-7.06 21.41-18.11 0-11.76-11.7-15.17-17.88-17.17-4.14-1.66-13.41-3.38-13.41-8.94 0-3.76 3.29-6.35 8.47-6.35a38.1 38.1 0 0 1 16.7 4.23s1.18.71 1.65-.47c.23-.7 2.35-6.58 2.58-7.29a1.13 1.13 0 0 0-.7-1.41c-7.91-4.9-16.74-4.94-20.23-4.94-12 0-20.46 7.29-20.46 17.64 0 12.46 11.48 15.44 17.87 17.17 6.11 2 13.17 3.26 13.17 8.7 0 4-3.52 7.06-9.17 7.06a31.8 31.8 0 0 1-19-6.35 1 1 0 0 0-1.65.71l-2.35 7.52c-.47.94.23 1.18.23 1.41 1.72 1.4 10.33 6.59 22.79 6.59zM357.09 224c0-.71-.24-1.18-1.18-1.18h-11.76c0-.14.94-8.94 4.47-12.47 4.16-4.15 11.76-1.64 12-1.64 1.17.47 1.41 0 1.64-.47l2.83-7.77c.7-.94 0-1.17-.24-1.41-5.09-2-17.35-2.87-24.46 4.24-5.48 5.48-7 13.92-8 19.52h-8.47a1.28 1.28 0 0 0-1.17 1.18l-1.42 7.76c0 .7.24 1.17 1.18 1.17h8.23c-8.51 47.9-8.75 50.21-10.35 55.52-1.08 3.62-3.29 6.9-5.88 7.76-.09 0-3.88 1.68-9.64-.24 0 0-.94-.47-1.41.71-.24.71-2.59 6.82-2.83 7.53s0 1.41.47 1.41c5.11 2 13 1.77 17.88 0 6.28-2.28 9.72-7.89 11.53-12.94 2.75-7.71 2.81-9.79 11.76-59.74h12.23a1.29 1.29 0 0 0 1.18-1.18zm53.39 16c-.56-1.68-5.1-18.11-25.17-18.11-15.25 0-23 10-25.16 18.11-1 3-3.18 14 0 23.52.09.3 4.41 18.12 25.16 18.12 14.95 0 22.9-9.61 25.17-18.12 3.21-9.61 1.01-20.52 0-23.52m45.4-16.7c-5-1.65-16.62-1.9-22.11 5.41v-4.47a1.11 1.11 0 0 0-1.18-1.17h-9.4a1.11 1.11 0 0 0-1.18 1.17v55.28a1.12 1.12 0 0 0 1.18 1.18h9.64a1.12 1.12 0 0 0 1.18-1.18v-27.77c0-2.91.05-11.37 4.46-15.05 4.9-4.9 12-3.36 13.41-3.06a1.57 1.57 0 0 0 1.41-.94 74 74 0 0 0 3.06-8 1.16 1.16 0 0 0-.47-1.41zm46.81 54.1-2.12-7.29c-.47-1.18-1.41-.71-1.41-.71-4.23 1.82-10.15 1.89-11.29 1.89-4.64 0-17.17-1.13-17.17-19.76 0-6.23 1.85-19.76 16.47-19.76a34.9 34.9 0 0 1 11.52 1.65s.94.47 1.18-.71c.94-2.59 1.64-4.47 2.59-7.53.23-.94-.47-1.17-.71-1.17-11.59-3.87-22.34-2.53-27.76 0-1.59.74-16.23 6.49-16.23 27.52 0 2.9-.58 30.11 28.94 30.11a44.5 44.5 0 0 0 15.52-2.83 1.3 1.3 0 0 0 .47-1.42zm53.87-39.52c-.8-3-5.37-16.23-22.35-16.23-16 0-23.52 10.11-25.64 18.59a38.6 38.6 0 0 0-1.65 11.76c0 25.87 18.84 29.4 29.88 29.4 10.82 0 16.46-2.35 18.58-3.76.47-.24.71-.71.24-1.88l-2.36-6.83a1.26 1.26 0 0 0-1.41-.7c-2.59.94-6.35 2.82-15.29 2.82-17.42 0-16.85-14.74-16.93-16.7h37.16a1.25 1.25 0 0 0 1.18-.94c-.24-.01.94-7.07-1.41-15.54zm-23.29-6.35c-10.33 0-13 9-13.64 14.12H546c-.88-11.92-7.62-14.13-12.73-14.13z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/sass.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/sass.svg new file mode 100644 index 0000000..04a7779 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/sass.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M301.84 378.92c-.3.6-.6 1.08 0 0m249.13-87a131.16 131.16 0 0 0-58 13.5c-5.9-11.9-12-22.3-13-30.1-1.2-9.1-2.5-14.5-1.1-25.3s7.7-26.1 7.6-27.2-1.4-6.6-14.3-6.7-24 2.5-25.29 5.9a123 123 0 0 0-5.3 19.1c-2.3 11.7-25.79 53.5-39.09 75.3-4.4-8.5-8.1-16-8.9-22-1.2-9.1-2.5-14.5-1.1-25.3s7.7-26.1 7.6-27.2-1.4-6.6-14.29-6.7-24 2.5-25.3 5.9-2.7 11.4-5.3 19.1-33.89 77.3-42.08 95.4c-4.2 9.2-7.8 16.6-10.4 21.6-.4.8-.7 1.3-.9 1.7.3-.5.5-1 .5-.8-2.2 4.3-3.5 6.7-3.5 6.7v.1c-1.7 3.2-3.6 6.1-4.5 6.1-.6 0-1.9-8.4.3-19.9 4.7-24.2 15.8-61.8 15.7-63.1-.1-.7 2.1-7.2-7.3-10.7-9.1-3.3-12.4 2.2-13.2 2.2s-1.4 2-1.4 2 10.1-42.4-19.39-42.4c-18.4 0-44 20.2-56.58 38.5-7.9 4.3-25 13.6-43 23.5-6.9 3.8-14 7.7-20.7 11.4-.5-.5-.9-1-1.4-1.5-35.79-38.2-101.87-65.2-99.07-116.5 1-18.7 7.5-67.8 127.07-127.4 98-48.8 176.35-35.4 189.84-5.6 19.4 42.5-41.89 121.6-143.66 133-38.79 4.3-59.18-10.7-64.28-16.3-5.3-5.9-6.1-6.2-8.1-5.1-3.3 1.8-1.2 7 0 10.1 3 7.9 15.5 21.9 36.79 28.9 18.7 6.1 64.18 9.5 119.17-11.8 61.78-23.8 109.87-90.1 95.77-145.6C386.52 18.32 293-.18 204.57 31.22c-52.69 18.7-109.67 48.1-150.66 86.4-48.69 45.6-56.48 85.3-53.28 101.9 11.39 58.9 92.57 97.3 125.06 125.7-1.6.9-3.1 1.7-4.5 2.5-16.29 8.1-78.18 40.5-93.67 74.7-17.5 38.8 2.9 66.6 16.29 70.4 41.79 11.6 84.58-9.3 107.57-43.6s20.2-79.1 9.6-99.5c-.1-.3-.3-.5-.4-.8 4.2-2.5 8.5-5 12.8-7.5 8.29-4.9 16.39-9.4 23.49-13.3-4 10.8-6.9 23.8-8.4 42.6-1.8 22 7.3 50.5 19.1 61.7 5.2 4.9 11.49 5 15.39 5 13.8 0 20-11.4 26.89-25 8.5-16.6 16-35.9 16-35.9s-9.4 52.2 16.3 52.2c9.39 0 18.79-12.1 23-18.3v.1s.2-.4.7-1.2c1-1.5 1.5-2.4 1.5-2.4v-.3c3.8-6.5 12.1-21.4 24.59-46 16.2-31.8 31.69-71.5 31.69-71.5a201 201 0 0 0 6.2 25.8c2.8 9.5 8.7 19.9 13.4 30-3.8 5.2-6.1 8.2-6.1 8.2a.3.3 0 0 0 .1.2c-3 4-6.4 8.3-9.9 12.5-12.79 15.2-28 32.6-30 37.6-2.4 5.9-1.8 10.3 2.8 13.7 3.4 2.6 9.4 3 15.69 2.5 11.5-.8 19.6-3.6 23.5-5.4a82.2 82.2 0 0 0 20.19-10.6c12.5-9.2 20.1-22.4 19.4-39.8-.4-9.6-3.5-19.2-7.3-28.2 1.1-1.6 2.3-3.3 3.4-5C434.8 301.72 450.1 270 450.1 270a201 201 0 0 0 6.2 25.8c2.4 8.1 7.09 17 11.39 25.7-18.59 15.1-30.09 32.6-34.09 44.1-7.4 21.3-1.6 30.9 9.3 33.1 4.9 1 11.9-1.3 17.1-3.5a79.5 79.5 0 0 0 21.59-11.1c12.5-9.2 24.59-22.1 23.79-39.6-.3-7.9-2.5-15.8-5.4-23.4 15.7-6.6 36.09-10.2 62.09-7.2 55.68 6.5 66.58 41.3 64.48 55.8s-13.8 22.6-17.7 25-5.1 3.3-4.8 5.1c.5 2.6 2.3 2.5 5.6 1.9 4.6-.8 29.19-11.8 30.29-38.7 1.6-34-31.09-71.4-89-71.1zm-429.18 144.7c-18.39 20.1-44.19 27.7-55.28 21.3C54.61 451 59.31 421.42 82 400c13.8-13 31.59-25 43.39-32.4 2.7-1.6 6.6-4 11.4-6.9.8-.5 1.2-.7 1.2-.7.9-.6 1.9-1.1 2.9-1.7 8.29 30.4.3 57.2-19.1 78.3zm134.36-91.4c-6.4 15.7-19.89 55.7-28.09 53.6-7-1.8-11.3-32.3-1.4-62.3 5-15.1 15.6-33.1 21.9-40.1 10.09-11.3 21.19-14.9 23.79-10.4 3.5 5.9-12.2 49.4-16.2 59.2m111 53c-2.7 1.4-5.2 2.3-6.4 1.6-.9-.5 1.1-2.4 1.1-2.4s13.9-14.9 19.4-21.7c3.2-4 6.9-8.7 10.89-13.9 0 .5.1 1 .1 1.6-.13 17.9-17.32 30-25.12 34.8zm85.58-19.5c-2-1.4-1.7-6.1 5-20.7 2.6-5.7 8.59-15.3 19-24.5a36.2 36.2 0 0 1 1.9 10.8c-.1 22.5-16.2 30.9-25.89 34.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/schlix.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/schlix.svg new file mode 100644 index 0000000..767cbe1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/schlix.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m350.5 157.7-54.2-46.1 73.4-39 78.3 44.2zM192 122.1l45.7-28.2 34.7 34.6-55.4 29zm-65.1 6.6 31.9-22.1L176 135l-36.7 22.5zm-23.3 88.2-8.8-34.8 29.6-18.3 13.1 35.3zm-21.2-83.7 23.9-18.1 8.9 24-26.7 18.3zM59 206.5l-3.6-28.4 22.3-15.5 6.1 28.7zm-30.6 16.6 20.8-12.8 3.3 33.4-22.9 12zM1.4 268l19.2-10.2.4 38.2-21 8.8zm59.1 59.3-28.3 8.3-1.6-46.8 25.1-10.7zM99 263.2l-31.1 13-5.2-40.8L90.1 221zM123.2 377l-41.6 5.9-8.1-63.5 35.2-10.8zm28.5-139.9 21.2 57.1-46.2 13.6-13.7-54.1zm85.7 230.5-70.9-3.3-24.3-95.8 55.2-8.6zm-84.9-279.7 42.2-22.4 28 45.9-50.8 21.3zm41 94.9 61.3-18.7 52.8 86.6-79.8 11.3zm51.4-85.6 67.3-28.8 65.5 65.4-88.6 26.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/screenpal.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/screenpal.svg new file mode 100644 index 0000000..0bf5a95 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/screenpal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M233.5 22.49C233.5 10.07 243.6 0 256 0s22.5 10.07 22.5 22.49-10.1 22.49-22.5 22.49-22.5-10.07-22.5-22.49M313.4 259c0 31.7-25.7 57.4-57.4 57.4s-57.4-25.7-57.4-57.4 25.7-57.4 57.4-57.4 57.4 25.7 57.4 57.4m23.8 91c22.3-19.9 36.5-47.3 39.9-77h119.5c-3.5 61.4-30.4 119.2-75.2 161.4-44.7 42.2-103.9 65.8-165.4 65.8s-120.7-23.6-165.44-65.8c-44.73-42.2-71.62-100-75.17-161.4H135.1c3.4 29.7 17.6 57.1 39.9 77s51.2 30.9 81.1 30.9c29 0 58.7-11 81.1-30.9M73.14 140.3c.4 12.4-9.33 22.8-21.75 23.2s-22.8-9.3-23.21-21.7c-.4-12.5 9.34-22.9 21.76-23.3 12.41-.4 22.8 9.4 23.2 21.8m365.76.7c0-12.4 10-22.5 22.5-22.5 12.4 0 22.4 10.1 22.4 22.5 0 12.5-10 22.5-22.4 22.5-12.5 0-22.5-10-22.5-22.5m-121-45.73c-17.3 13.83-39.2 22.83-61.9 22.83s-44.6-9-61.9-22.83c-17.3-14.72-28.8-35.09-32.4-57.49 15.1-6.41 30.8-11.26 46.9-14.47 0 12.57 5 24.62 13.9 33.51 8.9 8.88 20.9 13.88 33.5 13.88s24.6-5 33.5-13.88c8.9-8.89 13.9-20.94 13.9-33.51 16.1 3.21 31.8 8.06 46.9 14.47-3.6 22.4-15.1 42.77-32.4 57.49M82.78 231c-21.36 7.6-44.72 7.4-65.92-.6 1.96-16.3 5.6-32.3 10.85-47.9 5.39 3.1 11.34 5.1 17.51 6 6.17.8 12.45.4 18.46-1.2 6.01-1.7 11.65-4.4 16.59-8.2s9.09-8.5 12.2-13.9 5.14-11.4 5.95-17.5c.81-6.2.41-12.5-1.2-18.5s-4.39-11.6-8.18-16.6c-3.79-4.9-8.51-9.1-13.9-12.2a242 242 0 0 1 35.96-33.33c17.6 14.35 29.5 34.53 33.6 56.83s.1 45.4-11.2 65c-11.4 19.6-29.4 34.5-50.72 42.1m346.42.1c-21.3-7.6-39.3-22.6-50.7-42.2-11.3-19.6-15.2-42.7-11.1-65 4.1-22.2 16-42.36 33.5-56.71 13.1 9.85 25.2 21.02 36 33.31-10.7 6.4-18.4 16.7-21.5 28.8-3.2 12-2.3 24.8 4.8 35.6 6.2 10.8 16.4 18.7 28.4 22s24.9 1.7 35.7-4.3c5.3 15.5 8.9 31.6 10.9 47.8-22.1 8.1-44.6 8.3-66 .7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/scribd.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/scribd.svg new file mode 100644 index 0000000..60d5c4f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/scribd.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M42.3 252.7c-16.1-19-24.7-45.9-24.8-79.9 0-100.4 75.2-153.1 167.2-153.1 98.6-1.6 156.8 49 184.3 70.6l-50.5 72.1-37.3-24.6 26.9-38.6c-36.5-24-79.4-36.5-123-35.8-50.7-.8-111.7 27.2-111.7 76.2 0 18.7 11.2 20.7 28.6 15.6 23.3-5.3 41.9.6 55.8 14 26.4 24.3 23.2 67.6-.7 91.9-29.2 29.5-85.2 27.3-114.8-8.4m317.7 5.9c-15.5-18.8-38.9-29.4-63.2-28.6-38.1-2-71.1 28-70.5 67.2-.7 16.8 6 33 18.4 44.3 14.1 13.9 33 19.7 56.3 14.4 17.4-5.1 28.6-3.1 28.6 15.6 0 4.3-.5 8.5-1.4 12.7-16.7 40.9-59.5 64.4-121.4 64.4-51.9.2-102.4-16.4-144.1-47.3l33.7-39.4-35.6-27.4L0 406.3l15.4 13.8c52.5 46.8 120.4 72.5 190.7 72.2 51.4 0 94.4-10.5 133.6-44.1 57.1-51.4 54.2-149.2 20.3-189.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/searchengin.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/searchengin.svg new file mode 100644 index 0000000..f4a3d91 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/searchengin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 460 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m220.6 130.3-67.2 28.2V43.2L98.7 233.5l54.7-24.2v130.3zm-83.2-96.7-1.3 4.7-15.2 52.9C80.6 106.7 52 145.8 52 191.5c0 52.3 34.3 95.9 83.4 105.5v53.6C57.5 340.1 0 272.4 0 191.6c0-80.5 59.8-147.2 137.4-158m311.4 447.2c-11.2 11.2-23.1 12.3-28.6 10.5-5.4-1.8-27.1-19.9-60.4-44.4-33.3-24.6-33.6-35.7-43-56.7-9.4-20.9-30.4-42.6-57.5-52.4l-9.7-14.7c-24.7 16.9-53 26.9-81.3 28.7l2.1-6.6 15.9-49.5c46.5-11.9 80.9-54 80.9-104.2 0-54.5-38.4-102.1-96-107.1V32.3C254.4 37.4 320 106.8 320 191.6c0 33.6-11.2 64.7-29 90.4l14.6 9.6c9.8 27.1 31.5 48 52.4 57.4s32.2 9.7 56.8 43c24.6 33.2 42.7 54.9 44.5 60.3s.7 17.3-10.5 28.5m-9.9-17.9c0-4.4-3.6-8-8-8s-8 3.6-8 8 3.6 8 8 8 8-3.6 8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/sellcast.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/sellcast.svg new file mode 100644 index 0000000..5a0eb04 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/sellcast.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M353.4 32H94.7C42.6 32 0 74.6 0 126.6v258.7C0 437.4 42.6 480 94.7 480h258.7c52.1 0 94.7-42.6 94.7-94.6V126.6c0-52-42.6-94.6-94.7-94.6m-50 316.4c-27.9 48.2-89.9 64.9-138.2 37.2-22.9 39.8-54.9 8.6-42.3-13.2l15.7-27.2c5.9-10.3 19.2-13.9 29.5-7.9 18.6 10.8-.1-.1 18.5 10.7 27.6 15.9 63.4 6.3 79.4-21.3 15.9-27.6 6.3-63.4-21.3-79.4-17.8-10.2-.6-.4-18.6-10.6-24.6-14.2-3.4-51.9 21.6-37.5 18.6 10.8-.1-.1 18.5 10.7 48.4 28 65.1 90.3 37.2 138.5m21.8-208.8c-17 29.5-16.3 28.8-19 31.5-6.5 6.5-16.3 8.7-26.5 3.6-18.6-10.8.1.1-18.5-10.7-27.6-15.9-63.4-6.3-79.4 21.3s-6.3 63.4 21.3 79.4c0 0 18.5 10.6 18.6 10.6 24.6 14.2 3.4 51.9-21.6 37.5-18.6-10.8.1.1-18.5-10.7-48.2-27.8-64.9-90.1-37.1-138.4 27.9-48.2 89.9-64.9 138.2-37.2l4.8-8.4c14.3-24.9 52-3.3 37.7 21.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/sellsy.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/sellsy.svg new file mode 100644 index 0000000..80d11ad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/sellsy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M539.71 237.308c3.064-12.257 4.29-24.821 4.29-37.384C544 107.382 468.618 32 376.076 32c-77.22 0-144.634 53.012-163.02 127.781-15.322-13.176-34.934-20.53-55.157-20.53-46.271 0-83.962 37.69-83.962 83.961 0 7.354.92 15.015 3.065 22.369-42.9 20.225-70.785 63.738-70.785 111.234C6.216 424.843 61.68 480 129.401 480h381.198c67.72 0 123.184-55.157 123.184-123.184.001-56.384-38.916-106.025-94.073-119.508M199.88 401.554c0 8.274-7.048 15.321-15.321 15.321H153.61c-8.274 0-15.321-7.048-15.321-15.321V290.626c0-8.273 7.048-15.321 15.321-15.321h30.949c8.274 0 15.321 7.048 15.321 15.321zm89.477 0c0 8.274-7.048 15.321-15.322 15.321h-30.949c-8.274 0-15.321-7.048-15.321-15.321V270.096c0-8.274 7.048-15.321 15.321-15.321h30.949c8.274 0 15.322 7.048 15.322 15.321zm89.477 0c0 8.274-7.047 15.321-15.321 15.321h-30.949c-8.274 0-15.322-7.048-15.322-15.321V238.84c0-8.274 7.048-15.321 15.322-15.321h30.949c8.274 0 15.321 7.048 15.321 15.321zm87.027 0c0 8.274-7.048 15.321-15.322 15.321h-28.497c-8.274 0-15.321-7.048-15.321-15.321V176.941c0-8.579 7.047-15.628 15.321-15.628h28.497c8.274 0 15.322 7.048 15.322 15.628z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/servicestack.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/servicestack.svg new file mode 100644 index 0000000..7a6d45c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/servicestack.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M88 216c81.7 10.2 273.7 102.3 304 232H0c99.5-8.1 184.5-137 88-232m32-152c32.3 35.6 47.7 83.9 46.4 133.6C249.3 231.3 373.7 321.3 400 448h96C455.3 231.9 222.8 79.5 120 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/shirtsinbulk.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/shirtsinbulk.svg new file mode 100644 index 0000000..65f2d31 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/shirtsinbulk.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m100 410.3 30.6 13.4 4.4-9.9-30.6-13.4zm39.4 17.5 30.6 13.4 4.4-9.9-30.6-13.4zm172.1-14 4.4 9.9 30.6-13.4-4.4-9.9zM179.1 445l30.3 13.7 4.4-9.9-30.3-13.4zM60.4 392.8 91 406.2l4.4-9.6-30.6-13.7zm211.4 38.5 4.4 9.9 30.6-13.4-4.4-9.9zm-39.3 17.5 4.4 9.9 30.6-13.7-4.4-9.6zm118.4-52.2 4.4 9.6 30.6-13.4-4.4-9.9zM170 46.6h-33.5v10.5H170zm-47.2 0H89.2v10.5h33.5zm-47.3 0H42.3v10.5h33.3zm141.5 0h-33.2v10.5H217zm94.5 0H278v10.5h33.5zm47.3 0h-33.5v10.5h33.5zm-94.6 0H231v10.5h33.2zm141.5 0h-33.3v10.5h33.3zM52.8 351.1H42v33.5h10.8zm70-215.9H89.2v10.5h33.5zm-70 10.6h22.8v-10.5H42v33.5h10.8zm168.9 228.6c50.5 0 91.3-40.8 91.3-91.3 0-50.2-40.8-91.3-91.3-91.3-50.2 0-91.3 41.1-91.3 91.3 0 50.5 41.1 91.3 91.3 91.3m-48.2-111.1c0-25.4 29.5-31.8 49.6-31.8 16.9 0 29.2 5.8 44.3 12l-8.8 16.9h-.9c-6.4-9.9-24.8-13.1-35.6-13.1-9 0-29.8 1.8-29.8 14.9 0 21.6 78.5-10.2 78.5 37.9 0 25.4-31.5 31.2-51 31.2-18.1 0-32.4-2.9-47.2-12.2l9-18.4h.9c6.1 12.2 23.6 14.9 35.9 14.9 8.7 0 32.7-1.2 32.7-14.3 0-26.1-77.6 6.3-77.6-38M52.8 178.4H42V212h10.8zm342.4 206.2H406v-33.5h-10.8zM52.8 307.9H42v33.5h10.8zM0 3.7v406l221.7 98.6L448 409.7V3.7zm418.8 387.1L222 476.5 29.2 390.8V120.7h389.7v270.1zm0-299.3H29.2V32.9h389.7v58.6zm-366 130.1H42v33.5h10.8zm0 43.2H42v33.5h10.8zM170 135.2h-33.5v10.5H170zm225.2 163.1H406v-33.5h-10.8zm0-43.2H406v-33.5h-10.8zM217 135.2h-33.2v10.5H217zM395.2 212H406v-33.5h-10.8zm0 129.5H406V308h-10.8zm-131-206.3H231v10.5h33.2zm47.3 0H278v10.5h33.5zm83.7 33.6H406v-33.5h-33.5v10.5h22.8zm-36.4-33.6h-33.5v10.5h33.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/shoelace.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/shoelace.svg new file mode 100644 index 0000000..135a00b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/shoelace.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M404.9 331c2.2-1.1 4.4-2.3 6.5-3.7l8.3-4.8c1.5-1.1 4.4-3.4 8.7-6.7l.5-.5c3.4-3.4 7.2-5 11.3-4.9 1.8 0 3.9.5 6.4 1.5l31-27.5c.9-.7 1.7-1.3 2.6-1.8h.2c3.3-1.9 6-1.8 8.2.4 3.9 2.1 4.2 5.6.9 10.6L456.9 322c.2.5.4 1 .4 1.5.5 2.2.3 4.4-.5 6.6-.7 1.5-1.8 2.9-3.1 4.2-1.4 1.4-2.7 2.8-4.2 4.2l-18.8 13.7q-2.55 1.8-5.1 3.3-3.15 1.95-6.6 3.6c-1 .4-1.9.9-2.9 1.3-5.9 2.5-11.9 4.2-18.2 5-2.9 24.5-11.3 47.1-25.1 67.8-17.5 25.7-41.4 45.4-71.8 58.8-30.2 13.5-63 20.2-98.2 20.2-48.6-.5-88-11.4-118.2-32.8-35.1-25-52.6-57.9-52.6-99.1v-5.6c1.2-28.1 9.5-54.6 24.8-79.8 15.1-24.9 37.1-41.7 66.1-50.5q22.35-6.6 45-6.6c15.5 0 31.6 2.9 48.1 8.6s35.2 15.5 55.9 29.5l54.1 36.3c15.1 9.8 28.8 16.5 41.2 20q-3.9-37.65-27.3-64.5c-15.7-18.1-35.6-31.3-59.9-39.7l-23.3-8q-32.1-11.25-47.7-22.2c-28.2-19.1-43.8-45.2-47-78.5l-.5-9.8c0-32.1 13-58.9 39-80.5 23-19.3 50.6-29 82.5-29 24 0 45.6 6.9 64.7 20.8 19.2 14 30.1 33.8 32.6 59.4l.5 10q0 27.9-14.4 47.7c-9.8 13.2-18.5 19.9-26 19.9q-2.4-.15-4.5-.6l-34 32c-5.5 3-9.2 2.5-11.1-1.6-1.9-2.2-1.8-4.9.5-8.2l.2-.2c.5-.7 1.2-1.5 2-2.4l31.6-30q-.6-2.25-.6-4.8c0-4.1 1.6-7.6 4.9-10.4 13.8-12.4 20.8-26.7 20.8-42.8 0-16-6.1-29.5-18.2-40.4s-28.7-16.5-49.7-16.8c-26.2 0-47.8 7.9-64.7 23.7s-25.3 34.6-25.3 56.7c0 17.8 6.9 33.9 20.6 48.3 13.6 14.2 34.6 25.4 63 33.5 39.8 11.5 70.2 31 91.3 58.3 18.7 24.2 29.1 51.3 31.3 81.4 2.2-.7 4.3-1.5 6.5-2.6zM294.1 178.7c0 1.1.6 1.6 1.8 1.6.1 0 9.7-8.9 28.8-26.6 0-2.4-5.1.9-15.3 10-10.2 9.2-15.3 14.2-15.3 14.9zm8 6.4q0-1.5-1.5-1.5c-1.1 0-2.1.5-2.9 1.6-1.9-.1-3.3.1-4.2.7-.4.2-.5.5-.5.7 0 .7.5 1.3 1.5 1.6h3.3c2.9-1.1 4.4-2.2 4.4-3.3zm22.6-19.9c0-2.8-1.6-2.8-4.9 0-1.6 1.5-3.6 3.5-6 6.2-.8.6-2.6 2.2-5.3 4.9-2.8 2.9-4.2 4.7-4.2 5.3l.2 1.3c.7.2 1.2.4 1.5.4.1 0 3.3-2.9 9.5-8.7s9.3-8.9 9.3-9.3zm159.7 120-30.6 27c1.8 1 3.2 2.4 4 4.2l30.2-27c.2-1.2.1-2.2-.5-2.9-.6-.5-1.6-.9-3.1-1.3m-1.6-.9-.7-.7-27 21.9 1.6 2 26-23.1zm-116.2 79.6q-12-3.15-22.2-7.5-22.95-9.3-57-32.4L250 298.7c-15.8-10.1-30.2-17.6-43.2-22.6-13.1-4.9-26-7.3-38.6-7.3h-5.5c-32.2 1.7-57.2 13.8-75 36.2-16.6 20.8-25 45.3-25 73.6 0 31.8 12.8 56.7 38.2 74.7 25.4 18.1 60.2 27.1 104.4 27.1 34.7 0 64-6.2 87.8-18.6q35.55-18.6 55.2-49.2c9.8-15.5 15.9-31.8 18.2-48.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/shopify.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/shopify.svg new file mode 100644 index 0000000..596cda6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/shopify.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M388.32 104.1a4.66 4.66 0 0 0-4.4-4c-2 0-37.23-.8-37.23-.8s-21.61-20.82-29.62-28.83V503.2L442.76 472s-54.04-365.5-54.44-367.9m-99.67-33.63a116.7 116.7 0 0 0-7.21-17.61C271 32.85 255.42 22 237 22a15 15 0 0 0-4 .4c-.4-.8-1.2-1.2-1.6-2-8-8.77-18.4-12.77-30.82-12.4-24 .8-48 18-67.25 48.83-13.61 21.62-24 48.84-26.82 70.06-27.62 8.4-46.83 14.41-47.23 14.81-14 4.4-14.41 4.8-16 18-1.2 10-38 291.82-38 291.82L307.86 504V65.67a42 42 0 0 0-4.4.4s-5.6 1.6-14.81 4.4m-55.24 17.22c-16 4.8-33.63 10.4-50.84 15.61 4.8-18.82 14.41-37.63 25.62-50 4.4-4.4 10.41-9.61 17.21-12.81 6.81 14.37 8.41 33.99 8.01 47.2m-32.83-63.25A27.5 27.5 0 0 1 215 28c-6.4 3.2-12.81 8.41-18.81 14.41-15.21 16.42-26.82 42-31.62 66.45-14.42 4.41-28.83 8.81-42 12.81 8.76-38.39 41.18-96.43 78.01-97.23m-46.43 220.17c1.6 25.61 69.25 31.22 73.25 91.66 2.8 47.64-25.22 80.06-65.65 82.47-48.83 3.2-75.65-25.62-75.65-25.62l10.4-44s26.82 20.42 48.44 18.82c14-.8 19.22-12.41 18.81-20.42-2-33.62-57.24-31.62-60.84-86.86-3.2-46.44 27.22-93.27 94.47-97.68 26-1.6 39.23 4.81 39.23 4.81l-15.21 57.6s-17.21-8-37.63-6.4c-29.62 2.01-30.02 20.81-29.62 25.62m95.27-161.73c0-12-1.6-29.22-7.21-43.63 18.42 3.6 27.22 24 31.23 36.43q-10.81 3-24.02 7.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/shopware.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/shopware.svg new file mode 100644 index 0000000..e02cd94 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/shopware.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M403.5 455.41A246.17 246.17 0 0 1 256 504C118.81 504 8 393 8 256 8 118.81 119 8 256 8a247.4 247.4 0 0 1 165.7 63.5 3.57 3.57 0 0 1-2.86 6.18A419 419 0 0 0 362.13 74c-129.36 0-222.4 53.47-222.4 155.35 0 109 92.13 145.88 176.83 178.73 33.64 13 65.4 25.36 87 41.59a3.58 3.58 0 0 1 0 5.72zM503 233.09a3.64 3.64 0 0 0-1.27-2.44c-51.76-43-93.62-60.48-144.48-60.48-84.13 0-80.25 52.17-80.25 53.63 0 42.6 52.06 62 112.34 84.49 31.07 11.59 63.19 23.57 92.68 39.93a3.57 3.57 0 0 0 5-1.82A249 249 0 0 0 503 233.09"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/signal-messenger.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/signal-messenger.svg new file mode 100644 index 0000000..c5f54f2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/signal-messenger.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m194.6 7.5 5.8 23.3C177.7 36.3 156 45.3 136 57.4l-12.3-20.6c22-13.3 45.9-23.2 70.9-29.3m122.9 0-5.8 23.3c22.6 5.5 44.3 14.5 64.3 26.6l12.4-20.6c-22-13.3-46-23.2-71-29.3zM36.8 123.7c-13.3 22-23.2 45.9-29.3 70.9l23.3 5.8c5.5-22.7 14.5-44.4 26.6-64.4zM24 256c0-11.6.9-23.3 2.6-34.8l-23.7-3.6c-3.8 25.4-3.8 51.3 0 76.7l23.7-3.6C24.9 279.3 24 267.6 24 256m364.3 219.2L376 454.6c-20 12.1-41.6 21-64.2 26.6l5.8 23.3c24.9-6.2 48.8-16 70.8-29.3zM488 256c0 11.6-.9 23.3-2.6 34.8l23.7 3.6c3.8-25.4 3.8-51.3 0-76.7l-23.7 3.6c1.7 11.5 2.6 23.1 2.6 34.8zm16.5 61.4-23.3-5.8c-5.6 22.7-14.5 44.3-26.6 64.3l20.6 12.4c13.3-22 23.2-46 29.3-71zm-213.8 168c-23 3.5-46.5 3.5-69.5 0l-3.6 23.7c25.4 3.8 51.3 3.8 76.7 0zm152-91.8c-13.8 18.7-30.4 35.3-49.2 49.1l14.2 19.3c20.7-15.2 39-33.4 54.2-54.1l-19.3-14.4zM393.6 69.2c18.8 13.8 35.3 30.4 49.2 49.2l19.3-14.4c-15.2-20.6-33.5-38.9-54.1-54.1zM69.2 118.4C83 99.6 99.6 83.1 118.4 69.2L104 49.9C83.4 65.1 65.1 83.4 49.9 104zm406 5.3L454.6 136c12.1 20 21 41.6 26.6 64.2l23.3-5.8c-6.2-24.9-16-48.8-29.3-70.8zm-254-97.1c23-3.5 46.5-3.5 69.5 0l3.6-23.7c-25.4-3.9-51.2-3.9-76.7 0zM81.6 468.4 32 480l11.6-49.6-23.4-5.4-11.6 49.5c-.9 4-.8 8.1.3 12.1s3.2 7.5 6.1 10.4 6.5 5 10.4 6.1 8.1 1.2 12.1.3L87 492zm-56.4-64.8 23.4 5.4 8-34.4c-11.7-19.6-20.4-40.8-25.8-63l-23.3 5.8c5.2 21.2 13.2 41.7 23.6 60.8l-5.9 25.3zm112 52-34.4 8 5.4 23.4 25.3-5.9c19.2 10.4 39.6 18.4 60.8 23.6l5.8-23.3c-22.1-5.5-43.3-14.3-62.8-26l-.2.2zM256 48c-37.2 0-73.6 10-105.6 28.9s-58.4 46-76.3 78.6-26.9 69.3-25.8 106.4 12 73.3 31.8 104.8L60 452l85.3-20c27.3 17.2 58.2 27.8 90.3 31s64.5-1.1 94.6-12.6 57.2-29.8 79-53.6 37.8-52.2 46.8-83.2 10.5-63.6 4.7-95.3-19-61.6-38.4-87.4-44.5-46.7-73.4-61S288.3 48 256 48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/simplybuilt.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/simplybuilt.svg new file mode 100644 index 0000000..bbd04c3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/simplybuilt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M481.2 64h-106c-14.5 0-26.6 11.8-26.6 26.3v39.6H163.3V90.3c0-14.5-12-26.3-26.6-26.3h-106C16.1 64 4.3 75.8 4.3 90.3v331.4c0 14.5 11.8 26.3 26.6 26.3h450.4c14.8 0 26.6-11.8 26.6-26.3V90.3c-.2-14.5-12-26.3-26.7-26.3M149.8 355.8c-36.6 0-66.4-29.7-66.4-66.4 0-36.9 29.7-66.6 66.4-66.6 36.9 0 66.6 29.7 66.6 66.6 0 36.7-29.7 66.4-66.6 66.4m212.4 0c-36.9 0-66.6-29.7-66.6-66.6 0-36.6 29.7-66.4 66.6-66.4 36.6 0 66.4 29.7 66.4 66.4 0 36.9-29.8 66.6-66.4 66.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/sistrix.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/sistrix.svg new file mode 100644 index 0000000..83ea08e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/sistrix.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M448 449 301.2 300.2c20-27.9 31.9-62.2 31.9-99.2 0-93.1-74.7-168.9-166.5-168.9C74.7 32 0 107.8 0 200.9s74.7 168.9 166.5 168.9c39.8 0 76.3-14.2 105-37.9l146 148.1zM166.5 330.8c-70.6 0-128.1-58.3-128.1-129.9S95.9 71 166.5 71s128.1 58.3 128.1 129.9-57.4 129.9-128.1 129.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/sith.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/sith.svg new file mode 100644 index 0000000..a859650 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/sith.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m0 32 69.71 118.75-58.86-11.52 69.84 91.03a146.7 146.7 0 0 0 0 51.45l-69.84 91.03 58.86-11.52L0 480l118.75-69.71-11.52 58.86 91.03-69.84c17.02 3.04 34.47 3.04 51.48 0l91.03 69.84-11.52-58.86L448 480l-69.71-118.78 58.86 11.52-69.84-91.03c3.03-17.01 3.04-34.44 0-51.45l69.84-91.03-58.86 11.52L448 32l-118.75 69.71 11.52-58.9-91.06 69.87c-8.5-1.52-17.1-2.29-25.71-2.29s-17.21.78-25.71 2.29l-91.06-69.87 11.52 58.9zm224 99.78c31.8 0 63.6 12.12 87.85 36.37 48.5 48.5 48.49 127.21 0 175.7s-127.2 48.46-175.7-.03c-48.5-48.5-48.49-127.21 0-175.7 24.24-24.25 56.05-36.34 87.85-36.34m0 36.66c-22.42 0-44.83 8.52-61.92 25.61-34.18 34.18-34.19 89.68 0 123.87s89.65 34.18 123.84 0c34.18-34.18 34.19-89.68 0-123.87-17.09-17.09-39.5-25.61-61.92-25.61"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/sitrox.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/sitrox.svg new file mode 100644 index 0000000..1e73841 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/sitrox.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M212.439.008V0H448v128H64C64 57.6 141.755.475 212.439.008M237.256 192v.007C307.135 192.475 384 249.6 384 320H210.809v-.005C140.915 319.563 64 262.424 64 192zm-1.691 319.993C306.251 511.521 384 454.399 384 384H0v128h235.565z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/sketch.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/sketch.svg new file mode 100644 index 0000000..e7a3831 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/sketch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M27.5 162.2 9 187.1h90.5l6.9-130.7zM396.3 45.7 267.7 32l135.7 147.2zM112.2 218.3l-11.2-22H9.9L234.8 458zm2-31.2h284l-81.5-88.5L256.3 33zm297.3 9.1L277.6 458l224.8-261.7h-90.9zM415.4 69 406 56.4l.9 17.3 6.1 113.4h90.3zM113.5 93.5l-4.6 85.6L244.7 32 116.1 45.7zm287.7 102.7h-290l42.4 82.9L256.3 480z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/skyatlas.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/skyatlas.svg new file mode 100644 index 0000000..8bc59e4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/skyatlas.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M640 329.3c0 65.9-52.5 114.4-117.5 114.4-165.9 0-196.6-249.7-359.7-249.7-146.9 0-147.1 212.2 5.6 212.2 42.5 0 90.9-17.8 125.3-42.5 5.6-4.1 16.9-16.3 22.8-16.3s10.9 5 10.9 10.9c0 7.8-13.1 19.1-18.7 24.1-40.9 35.6-100.3 61.2-154.7 61.2-83.4.1-154-59-154-144.9s67.5-149.1 152.8-149.1c185.3 0 222.5 245.9 361.9 245.9 99.9 0 94.8-139.7 3.4-139.7-17.5 0-35 11.6-46.9 11.6-8.4 0-15.9-7.2-15.9-15.6 0-11.6 5.3-23.7 5.3-36.3 0-66.6-50.9-114.7-116.9-114.7-53.1 0-80 36.9-88.8 36.9-6.2 0-11.2-5-11.2-11.2 0-5.6 4.1-10.3 7.8-14.4 25.3-28.8 64.7-43.7 102.8-43.7 79.4 0 139.1 58.4 139.1 137.8 0 6.9-.3 13.7-1.2 20.6 11.9-3.1 24.1-4.7 35.9-4.7 60.7 0 111.9 45.3 111.9 107.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/skype.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/skype.svg new file mode 100644 index 0000000..35223fc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/skype.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M424.7 299.8c2.9-14 4.7-28.9 4.7-43.8 0-113.5-91.9-205.3-205.3-205.3-14.9 0-29.7 1.7-43.8 4.7C161.3 40.7 137.7 32 112 32 50.2 32 0 82.2 0 144c0 25.7 8.7 49.3 23.3 68.2-2.9 14-4.7 28.9-4.7 43.8 0 113.5 91.9 205.3 205.3 205.3 14.9 0 29.7-1.7 43.8-4.7 19 14.6 42.6 23.3 68.2 23.3 61.8 0 112-50.2 112-112 .1-25.6-8.6-49.2-23.2-68.1m-194.6 91.5c-65.6 0-120.5-29.2-120.5-65 0-16 9-30.6 29.5-30.6 31.2 0 34.1 44.9 88.1 44.9 25.7 0 42.3-11.4 42.3-26.3 0-18.7-16-21.6-42-28-62.5-15.4-117.8-22-117.8-87.2 0-59.2 58.6-81.1 109.1-81.1 55.1 0 110.8 21.9 110.8 55.4 0 16.9-11.4 31.8-30.3 31.8-28.3 0-29.2-33.5-75-33.5-25.7 0-42 7-42 22.5 0 19.8 20.8 21.8 69.1 33 41.4 9.3 90.7 26.8 90.7 77.6 0 59.1-57.1 86.5-112 86.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/slack.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/slack.svg new file mode 100644 index 0000000..2901377 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/slack.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M94.12 315.1c0 25.9-21.16 47.06-47.06 47.06S0 341 0 315.1s21.16-47.06 47.06-47.06h47.06zm23.72 0c0-25.9 21.16-47.06 47.06-47.06s47.06 21.16 47.06 47.06v117.84c0 25.9-21.16 47.06-47.06 47.06s-47.06-21.16-47.06-47.06zm47.06-188.98c-25.9 0-47.06-21.16-47.06-47.06S139 32 164.9 32s47.06 21.16 47.06 47.06v47.06zm0 23.72c25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06H47.06C21.16 243.96 0 222.8 0 196.9s21.16-47.06 47.06-47.06zm188.98 47.06c0-25.9 21.16-47.06 47.06-47.06S448 171 448 196.9s-21.16 47.06-47.06 47.06h-47.06zm-23.72 0c0 25.9-21.16 47.06-47.06 47.06s-47.06-21.16-47.06-47.06V79.06c0-25.9 21.16-47.06 47.06-47.06s47.06 21.16 47.06 47.06zM283.1 385.88c25.9 0 47.06 21.16 47.06 47.06S309 480 283.1 480s-47.06-21.16-47.06-47.06v-47.06zm0-23.72c-25.9 0-47.06-21.16-47.06-47.06s21.16-47.06 47.06-47.06h117.84c25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/slideshare.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/slideshare.svg new file mode 100644 index 0000000..9d4a8c7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/slideshare.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M187.7 153.7c-34 0-61.7 25.7-61.7 57.7 0 31.7 27.7 57.7 61.7 57.7s61.7-26 61.7-57.7c0-32-27.7-57.7-61.7-57.7m143.4 0c-34 0-61.7 25.7-61.7 57.7 0 31.7 27.7 57.7 61.7 57.7 34.3 0 61.7-26 61.7-57.7.1-32-27.4-57.7-61.7-57.7m156.6 90-6 4.3V49.7c0-27.4-20.6-49.7-46-49.7H76.6c-25.4 0-46 22.3-46 49.7V248c-2-1.4-4.3-2.9-6.3-4.3-15.1-10.6-25.1 4-16 17.7 18.3 22.6 53.1 50.3 106.3 72C58.3 525.1 252 555.7 248.9 457.5c0-.7.3-56.6.3-96.6 5.1 1.1 9.4 2.3 13.7 3.1 0 39.7.3 92.8.3 93.5-3.1 98.3 190.6 67.7 134.3-124 53.1-21.7 88-49.4 106.3-72 9.1-13.8-.9-28.3-16.1-17.8m-30.5 19.2c-68.9 37.4-128.3 31.1-160.6 29.7-23.7-.9-32.6 9.1-33.7 24.9-10.3-7.7-18.6-15.5-20.3-17.1-5.1-5.4-13.7-8-27.1-7.7-31.7 1.1-89.7 7.4-157.4-28V72.3c0-34.9 8.9-45.7 40.6-45.7h317.7c30.3 0 40.9 12.9 40.9 45.7v190.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/snapchat.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/snapchat.svg new file mode 100644 index 0000000..8a5aeca --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/snapchat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M496.926 366.6c-3.373-9.176-9.8-14.086-17.112-18.153a43 43 0 0 0-3.72-1.947c-2.182-1.128-4.414-2.22-6.634-3.373-22.8-12.09-40.609-27.341-52.959-45.42a103 103 0 0 1-9.089-16.12c-1.054-3.013-1-4.724-.248-6.287a10.2 10.2 0 0 1 2.914-3.038c3.918-2.591 7.96-5.22 10.7-6.993 4.885-3.162 8.754-5.667 11.246-7.44 9.362-6.547 15.909-13.5 20-21.278a42.37 42.37 0 0 0 2.1-35.191c-6.2-16.318-21.613-26.449-40.287-26.449a55.5 55.5 0 0 0-11.718 1.24 79 79 0 0 0-3.063.72c.174-11.16-.074-22.94-1.066-34.534-3.522-40.758-17.794-62.123-32.674-79.16A130.2 130.2 0 0 0 332.1 36.443C309.515 23.547 283.91 17 256 17s-53.4 6.547-76 19.443a129.7 129.7 0 0 0-33.281 26.783c-14.88 17.038-29.152 38.44-32.673 79.161-.992 11.594-1.24 23.435-1.079 34.533-1-.26-2.021-.5-3.051-.719a55.5 55.5 0 0 0-11.717-1.24c-18.687 0-34.125 10.131-40.3 26.449a42.42 42.42 0 0 0 2.046 35.228c4.105 7.774 10.652 14.731 20.014 21.278 2.48 1.736 6.361 4.24 11.246 7.44 2.641 1.711 6.5 4.216 10.28 6.72a11.05 11.05 0 0 1 3.3 3.311c.794 1.624.818 3.373-.36 6.6a102 102 0 0 1-8.94 15.785c-12.077 17.669-29.363 32.648-51.434 44.639C32.355 348.608 20.2 352.75 15.069 366.7c-3.868 10.528-1.339 22.506 8.494 32.6a49.1 49.1 0 0 0 12.4 9.387 134.3 134.3 0 0 0 30.342 12.139 20 20 0 0 1 6.126 2.741c3.583 3.137 3.075 7.861 7.849 14.78a34.5 34.5 0 0 0 8.977 9.127c10.019 6.919 21.278 7.353 33.207 7.811 10.776.41 22.989.881 36.939 5.481 5.778 1.91 11.78 5.605 18.736 9.92C194.842 480.951 217.707 495 255.973 495s61.292-14.123 78.118-24.428c6.907-4.24 12.872-7.9 18.489-9.758 13.949-4.613 26.163-5.072 36.939-5.481 11.928-.459 23.187-.893 33.206-7.812a34.6 34.6 0 0 0 10.218-11.16c3.434-5.84 3.348-9.919 6.572-12.771a19 19 0 0 1 5.753-2.629 135 135 0 0 0 30.752-12.251 48.3 48.3 0 0 0 13.019-10.193l.124-.149c9.226-9.868 11.545-21.501 7.763-31.768m-34.013 18.277c-20.745 11.458-34.533 10.23-45.259 17.137-9.114 5.865-3.72 18.513-10.342 23.076-8.134 5.617-32.177-.4-63.239 9.858-25.618 8.469-41.961 32.822-88.038 32.822s-62.036-24.3-88.076-32.884c-31-10.255-55.092-4.241-63.239-9.858-6.609-4.563-1.24-17.211-10.341-23.076-10.739-6.907-24.527-5.679-45.26-17.075-13.206-7.291-5.716-11.8-1.314-13.937 75.143-36.381 87.133-92.552 87.666-96.719.645-5.046 1.364-9.014-4.191-14.148-5.369-4.96-29.189-19.7-35.8-24.316-10.937-7.638-15.748-15.264-12.2-24.638 2.48-6.485 8.531-8.928 14.879-8.928a27.6 27.6 0 0 1 5.965.67c12 2.6 23.659 8.617 30.392 10.242a10.8 10.8 0 0 0 2.48.335c3.6 0 4.86-1.811 4.612-5.927-.768-13.132-2.628-38.725-.558-62.644 2.84-32.909 13.442-49.215 26.04-63.636 6.051-6.932 34.484-36.976 88.857-36.976s82.88 29.92 88.931 36.827c12.611 14.421 23.225 30.727 26.04 63.636 2.071 23.919.285 49.525-.558 62.644-.285 4.327 1.017 5.927 4.613 5.927a10.7 10.7 0 0 0 2.48-.335c6.745-1.624 18.4-7.638 30.4-10.242a27.6 27.6 0 0 1 5.964-.67c6.386 0 12.4 2.48 14.88 8.928 3.546 9.374-1.24 17-12.189 24.639-6.609 4.612-30.429 19.343-35.8 24.315-5.568 5.134-4.836 9.1-4.191 14.149.533 4.228 12.511 60.4 87.666 96.718 4.446 2.22 11.936 6.733-1.27 14.086"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/soundcloud.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/soundcloud.svg new file mode 100644 index 0000000..2f8736a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/soundcloud.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M639.8 298.6c-1.3 23.1-11.5 44.8-28.4 60.5s-39.2 24.4-62.3 24.1h-218c-4.8 0-9.4-2-12.8-5.4s-5.3-8-5.3-12.8V130.2c-.2-4 .9-8 3.1-11.4s5.3-6.1 9-7.7c0 0 20.1-13.9 62.3-13.9 25.8 0 51.1 6.9 73.3 20.1 17.3 10.2 32.3 23.8 44.1 40.1s20 34.8 24.2 54.4c7.5-2.1 15.3-3.2 23.1-3.2 11.7-.1 23.3 2.2 34.2 6.7s20.5 11.3 28.7 19.7 14.6 18.3 18.9 29.3 6.3 22.6 5.9 34.3m-354-153.5c.1-1 0-2-.3-2.9s-.8-1.8-1.5-2.6-1.5-1.3-2.4-1.7-1.9-.6-2.9-.6-2 .2-2.9.6-1.7 1-2.4 1.7-1.2 1.6-1.5 2.6-.4 1.9-.3 2.9c-6 78.9-10.6 152.9 0 231.6.2 1.7 1 3.3 2.3 4.5s3 1.8 4.7 1.8 3.4-.6 4.7-1.8 2.1-2.8 2.3-4.5c11.3-79.4 6.6-152 0-231.6zm-44 27.3c-.2-1.8-1.1-3.5-2.4-4.7s-3.1-1.9-5-1.9-3.6.7-5 1.9-2.2 2.9-2.4 4.7c-7.9 67.9-7.9 136.5 0 204.4.3 1.8 1.2 3.4 2.5 4.5s3.1 1.8 4.8 1.8 3.5-.6 4.8-1.8 2.2-2.8 2.5-4.5c8.8-67.8 8.8-136.5.1-204.4zm-44.3-6.9c-.2-1.8-1-3.4-2.3-4.6s-3-1.8-4.8-1.8-3.5.7-4.8 1.8-2.1 2.8-2.3 4.6c-6.7 72-10.2 139.3 0 211.1 0 1.9.7 3.7 2.1 5s3.1 2.1 5 2.1 3.7-.7 5-2.1 2.1-3.1 2.1-5c10.5-72.8 7.3-138.2.1-211.1zm-44 20.6c0-1.9-.8-3.8-2.1-5.2s-3.2-2.1-5.2-2.1-3.8.8-5.2 2.1-2.1 3.2-2.1 5.2c-8.1 63.3-8.1 127.5 0 190.8.2 1.8 1 3.4 2.4 4.6s3.1 1.9 4.8 1.9 3.5-.7 4.8-1.9 2.2-2.8 2.4-4.6c8.8-63.3 8.9-127.5.3-190.8zM109 233.7c0-1.9-.8-3.8-2.1-5.1s-3.2-2.1-5.1-2.1-3.8.8-5.1 2.1-2.1 3.2-2.1 5.1c-10.5 49.2-5.5 93.9.4 143.6.3 1.6 1.1 3.1 2.3 4.2s2.8 1.7 4.5 1.7 3.2-.6 4.5-1.7 2.1-2.5 2.3-4.2c6.6-50.4 11.6-94.1.4-143.6m-44.1-7.5c-.2-1.8-1.1-3.5-2.4-4.8s-3.2-1.9-5-1.9-3.6.7-5 1.9-2.2 2.9-2.4 4.8c-9.3 50.2-6.2 94.4.3 144.5.7 7.6 13.6 7.5 14.4 0 7.2-50.9 10.5-93.8.3-144.5zm-44.6 24.6c-.2-1.8-1.1-3.5-2.4-4.8s-3.2-1.9-5-1.9-3.6.7-5 1.9-2.3 2.9-2.4 4.8c-8.5 33.7-5.9 61.6.6 95.4.2 1.7 1 3.3 2.3 4.4s2.9 1.8 4.7 1.8 3.4-.6 4.7-1.8 2.1-2.7 2.3-4.4c7.5-34.5 11.2-61.8.4-95.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/sourcetree.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/sourcetree.svg new file mode 100644 index 0000000..634bd5b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/sourcetree.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M427.2 203c0-112.1-90.9-203-203-203C112.1-.2 21.2 90.6 21 202.6A202.86 202.86 0 0 0 161.5 396v101.7a14.3 14.3 0 0 0 14.3 14.3h96.4a14.3 14.3 0 0 0 14.3-14.3V396.1A203.18 203.18 0 0 0 427.2 203m-271.6 0c0-90.8 137.3-90.8 137.3 0-.1 89.9-137.3 91-137.3 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/space-awesome.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/space-awesome.svg new file mode 100644 index 0000000..a4e8c7c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/space-awesome.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 256h32v256H0V352h32v-32h32v-32h32zm416 96v160H384V256h32v32h32v32h32v32zM320 64h32v384h-32v-32H192v32h-32V64h32V32h32V0h64v32h32zm-32 64h-64v64h64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/speakap.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/speakap.svg new file mode 100644 index 0000000..c063e4b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/speakap.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 391.78C-15.41 303.59-8 167.42 80.64 87.64s224.8-73 304.21 15.24 72 224.36-16.64 304.14c-18.74 16.87 64 43.09 42 52.26-82.06 34.21-253.91 35-346.23-67.5zm213.31-211.6 38.5-40.86c-9.61-8.89-32-26.83-76.17-27.6-52.33-.91-95.86 28.3-96.77 80-.2 11.33.29 36.72 29.42 54.83 34.46 21.42 86.52 21.51 86 52.26-.37 21.28-26.42 25.81-38.59 25.6-3-.05-30.23-.46-47.61-24.62l-40 42.61c28.16 27 59 32.62 83.49 33.05 10.23.18 96.42.33 97.84-81 .28-15.81-2.07-39.72-28.86-56.59-34.36-21.64-85-19.45-84.43-49.75.41-23.25 31-25.37 37.53-25.26.43 0 26.62.26 39.62 17.37z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/speaker-deck.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/speaker-deck.svg new file mode 100644 index 0000000..257b329 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/speaker-deck.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M213.86 296H100a100 100 0 0 1 0-200h132.84a40 40 0 0 1 0 80H98c-26.47 0-26.45 40 0 40h113.82a100 100 0 0 1 0 200H40a40 40 0 0 1 0-80h173.86c26.48 0 26.46-40 0-40M298 416a120.2 120.2 0 0 0 51.11-80h64.55a19.83 19.83 0 0 0 19.66-20V196a19.83 19.83 0 0 0-19.66-20H296.42a60.77 60.77 0 0 0 0-80h136.93c43.44 0 78.65 35.82 78.65 80v160c0 44.18-35.21 80-78.65 80z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/spotify.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/spotify.svg new file mode 100644 index 0000000..71c464b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/spotify.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M248 8C111.1 8 0 119.1 0 256s111.1 248 248 248 248-111.1 248-248S384.9 8 248 8m100.7 364.9c-4.2 0-6.8-1.3-10.7-3.6-62.4-37.6-135-39.2-206.7-24.5-3.9 1-9 2.6-11.9 2.6-9.7 0-15.8-7.7-15.8-15.8 0-10.3 6.1-15.2 13.6-16.8 81.9-18.1 165.6-16.5 237 26.2 6.1 3.9 9.7 7.4 9.7 16.5s-7.1 15.4-15.2 15.4m26.9-65.6c-5.2 0-8.7-2.3-12.3-4.2-62.5-37-155.7-51.9-238.6-29.4-4.8 1.3-7.4 2.6-11.9 2.6-10.7 0-19.4-8.7-19.4-19.4s5.2-17.8 15.5-20.7c27.8-7.8 56.2-13.6 97.8-13.6 64.9 0 127.6 16.1 177 45.5 8.1 4.8 11.3 11 11.3 19.7-.1 10.8-8.5 19.5-19.4 19.5m31-76.2c-5.2 0-8.4-1.3-12.9-3.9-71.2-42.5-198.5-52.7-280.9-29.7-3.6 1-8.1 2.6-12.9 2.6-13.2 0-23.3-10.3-23.3-23.6 0-13.6 8.4-21.3 17.4-23.9 35.2-10.3 74.6-15.2 117.5-15.2 73 0 149.5 15.2 205.4 47.8 7.8 4.5 12.9 10.7 12.9 22.6 0 13.6-11 23.3-23.2 23.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/square-behance.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-behance.svg new file mode 100644 index 0000000..354427d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-behance.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M155.3 318.4c17.2 0 31.2-6.1 31.2-25.4 0-19.7-11.7-27.4-30.3-27.5h-46v52.9zm-5.4-129.6h-39.6v44.8H153c15.1 0 25.8-6.6 25.8-22.9 0-17.7-13.7-21.9-28.9-21.9m129.5 74.8h62.2c-1.7-18.5-11.3-29.7-30.5-29.7-18.3 0-30.5 11.4-31.7 29.7M384 32H64C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64m-34.5 153h-77.8v-18.9h77.8zm-155.8 58.7c23.6 6.7 35 27.5 35 51.6 0 39-32.7 55.7-67.6 55.9H68v-192h90.5c32.9 0 61.4 9.3 61.4 47.5 0 19.3-9 28.8-26.2 37m118.7-38.6c43.5 0 67.6 34.3 67.6 75.4 0 1.6-.1 3.3-.2 5 0 .8-.1 1.5-.1 2.2H279.5c0 22.2 11.7 35.3 34.1 35.3 11.6 0 26.5-6.2 30.2-18.1h33.7c-10.4 31.9-31.9 46.8-65.1 46.8-43.8 0-71.1-29.7-71.1-73 0-41.8 28.7-73.6 71.1-73.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/square-dribbble.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-dribbble.svg new file mode 100644 index 0000000..4d22e39 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-dribbble.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M165.9 132.5c-38.3 18-66.8 53.3-75.7 95.7 6.1.1 62.4.3 126.4-16.7-22.7-40.2-47.1-74.1-50.7-79m26.1-9.1c3.8 5.1 28.6 38.9 51 80 48.6-18.3 69.1-45.9 71.6-49.4-33.6-29.8-79.3-41.1-122.6-30.6M277.4 382c-2-12-10-53.8-29.2-103.6-55.1 18.8-93.8 56.4-108.1 85.6 40.5 31.6 93.3 36.7 137.3 18m-49.6-149.4C159.6 253 93.4 252.2 87.4 252v4.2c0 35.1 13.3 67.1 35.1 91.4 22.2-37.9 67.1-77.9 116.5-91.8-3.4-7.8-7.2-15.5-11.1-23.2zm72.5 136.9c30.7-20.7 52.5-53.6 58.6-91.6-4.6-1.5-42.3-12.7-85.1-5.8 17.9 49.1 25.1 89.1 26.5 97.4m-34.8-119c45.5-5.7 90.7 3.4 95.2 4.4-.3-32.3-11.8-61.9-30.9-85.1-2.9 3.9-25.8 33.2-76.3 53.9 4.8 9.8 8.3 17.8 12 26.8M384 32H64C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64M224 416a160 160 0 1 1 0-320 160 160 0 1 1 0 320"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/square-facebook.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-facebook.svg new file mode 100644 index 0000000..05380f2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-facebook.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h98.2V334.2h-52.8V256h52.8v-33.7c0-87.1 39.4-127.5 125-127.5 16.2 0 44.2 3.2 55.7 6.4V172c-6-.6-16.5-1-29.6-1-42 0-58.2 15.9-58.2 57.2V256h83.6l-14.4 78.2H255V480h129c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/square-font-awesome-stroke.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-font-awesome-stroke.svg new file mode 100644 index 0000000..c29a037 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-font-awesome-stroke.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 64c-17.7 0-32 14.3-32 32v320c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zM0 96c0-35.3 28.7-64 64-64h320c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm154 58c0 9.3-4.8 17.4-12.1 22h188.9c7.3 0 13.2 5.9 13.2 13.2 0 1.8-.4 3.7-1.1 5.4L312 264l30.9 69.4c.8 1.7 1.1 3.5 1.1 5.4 0 7.3-5.9 13.2-13.2 13.2H144v32h-32V174.5c-6.1-4.8-10-12.2-10-20.5 0-14.4 11.6-26 26-26s26 11.6 26 26"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/square-font-awesome.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-font-awesome.svg new file mode 100644 index 0000000..4e79a8d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-font-awesome.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm90 122c0 9.3-4.8 17.4-12.1 22h188.9c7.3 0 13.2 5.9 13.2 13.2 0 1.8-.4 3.7-1.1 5.4L312 264l30.9 69.4c.7 1.7 1.1 3.5 1.1 5.4 0 7.3-5.9 13.2-13.2 13.2H144v32h-32V174.5c-6.1-4.8-10-12.2-10-20.5 0-14.4 11.6-26 26-26s26 11.6 26 26"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/square-git.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-git.svg new file mode 100644 index 0000000..8ff2f06 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-git.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M120.8 335.5c-5.9-.4-12.6-.8-20.2-1.3-3.3 4.1-6.6 8.4-6.6 13.5 0 18.5 65.5 18.5 65.5-1.5 0-8.3-7.4-8.7-38.8-10.7zm7.8-117.9c-32.3 0-33.7 44.5-.7 44.5 32.5 0 31.7-44.5.7-44.5M384 32H64C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64M243.9 172.2c-14.5 0-22.9-8.4-22.9-22.9s8.4-22.3 22.9-22.3c14.7 0 23.1 7.8 23.1 22.3s-8.4 22.9-23.1 22.9M149.6 195h49.5v21.6l-23.4 1.8c4.6 5.8 9.4 14 9.4 25.7 0 48.7-57.2 47.2-74.2 42.4l-8.4 13.4c5 .3 9.8.6 14.3.8 56.3 3.2 80.5 4.6 80.5 38.5 0 29.2-25.7 45.7-69.9 45.7-46 0-63.5-11.6-63.5-31.7 0-11.4 5.1-17.5 14-25.9-8.4-3.5-11.2-9.9-11.2-16.8 0-9.6 7.4-16.3 23-30.6l.2-.2c-12.4-6.1-21.8-19.3-21.8-38.1 0-51.6 56.6-53.3 81.6-46.8zm120.9 108.1 13 1.8V325h-72.4v-20.1q4.05-.6 6.9-.9c9.9-1.2 10.1-1.3 10.1-6v-74.7c0-4.4-.9-4.7-10.1-7.8-1.9-.7-4.2-1.4-6.9-2.4l2.8-20.6h52.6V298c0 4.1.2 4.6 4.1 5.1zm106.6-10.4L384 315c-10.9 5.4-26.9 10.2-41.4 10.2-30.2 0-41.7-12.2-41.7-40.9v-66.6c0-.8 0-1.4-.2-1.8-.8-1.2-4.2-.7-19.6-.7v-22.6c22.3-2.5 31.2-13.7 34-41.4h24.2c0 33.3-.6 38 .7 38.6.3.1.7 0 1.3 0h35.8v25.4h-37.8v61.6c-.2 6.3-.9 30.4 37.9 15.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/square-github.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-github.svg new file mode 100644 index 0000000..7cc93b7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-github.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64zM265.8 407.7c0-1.8 0-6 .1-11.6.1-11.4.1-28.8.1-43.7 0-15.6-5.2-25.5-11.3-30.7 37-4.1 76-9.2 76-73.1 0-18.2-6.5-27.3-17.1-39 1.7-4.3 7.4-22-1.7-45-13.9-4.3-45.7 17.9-45.7 17.9-13.2-3.7-27.5-5.6-41.6-5.6s-28.4 1.9-41.6 5.6c0 0-31.8-22.2-45.7-17.9-9.1 22.9-3.5 40.6-1.7 45-10.6 11.7-15.6 20.8-15.6 39 0 63.6 37.3 69 74.3 73.1-4.8 4.3-9.1 11.7-10.6 22.3-9.5 4.3-33.8 11.7-48.3-13.9-9.1-15.8-25.5-17.1-25.5-17.1-16.2-.2-1.1 10.2-1.1 10.2 10.8 5 18.4 24.2 18.4 24.2 9.7 29.7 56.1 19.7 56.1 19.7 0 9 .1 21.7.1 30.6 0 4.8.1 8.6.1 10 0 4.3-3 9.5-11.5 8-66-22.1-112.2-84.9-112.2-158.3 0-91.8 70.2-161.5 162-161.5S388 165.6 388 257.4c.1 73.4-44.7 136.3-110.7 158.3-8.4 1.5-11.5-3.7-11.5-8m-90.5-54.8c-.2-1.5 1.1-2.8 3-3.2 1.9-.2 3.7.6 3.9 1.9.3 1.3-1 2.6-3 3-1.9.4-3.7-.4-3.9-1.7m-9.1 3.2c-2.2.2-3.7-.9-3.7-2.4 0-1.3 1.5-2.4 3.5-2.4 1.9-.2 3.7.9 3.7 2.4 0 1.3-1.5 2.4-3.5 2.4m-14.3-2.2c-1.9-.4-3.2-1.9-2.8-3.2s2.4-1.9 4.1-1.5c2 .6 3.3 2.1 2.8 3.4-.4 1.3-2.4 1.9-4.1 1.3m-12.5-7.3c-1.5-1.3-1.9-3.2-.9-4.1.9-1.1 2.8-.9 4.3.6 1.3 1.3 1.8 3.3.9 4.1-.9 1.1-2.8.9-4.3-.6m-8.5-10c-1.1-1.5-1.1-3.2 0-3.9 1.1-.9 2.8-.2 3.7 1.3 1.1 1.5 1.1 3.3 0 4.1-.9.6-2.6 0-3.7-1.5m-6.3-8.8c-1.1-1.3-1.3-2.8-.4-3.5.9-.9 2.4-.4 3.5.6 1.1 1.3 1.3 2.8.4 3.5-.9.9-2.4.4-3.5-.6m-6-6.4c-1.3-.6-1.9-1.7-1.5-2.6.4-.6 1.5-.9 2.8-.4 1.3.7 1.9 1.8 1.5 2.6-.4.9-1.7 1.1-2.8.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/square-gitlab.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-gitlab.svg new file mode 100644 index 0000000..fae018d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-gitlab.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96m337.5 12.5 44.6 116.4.4 1.2c5.6 16.8 7.2 35.2 2.3 52.5-5 17.2-15.4 32.4-29.8 43.3l-.2.1-68.4 51.2-54.1 40.9c-.5.2-1.1.5-1.7.8-2 1-4.4 2-6.7 2-3 0-6.8-1.8-8.3-2.8l-54.2-40.9-67.9-50.9-.4-.3-.2-.1c-14.3-10.8-24.8-26-29.7-43.3s-4.2-35.7 2.2-52.5l.5-1.2 44.7-116.4c.9-2.3 2.5-4.3 4.5-5.6 1.6-1 3.4-1.6 5.2-1.8 1.3-.7 2.1-.4 3.4.1.6.2 1.2.5 2 .7 1 .4 1.6.9 2.4 1.5.6.4 1.2 1 2.1 1.5 1.2 1.4 2.2 3 2.7 4.8l29.2 92.2H285l30.2-92.2c.5-1.8 1.4-3.4 2.6-4.8s2.8-2.4 4.5-3.1c1.7-.6 3.6-.9 5.4-.7s3.6.8 5.2 1.8c2 1.3 3.7 3.3 4.6 5.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/square-google-plus.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-google-plus.svg new file mode 100644 index 0000000..803cddc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-google-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64zM64 256c0-55.3 44.7-100 100-100 27 0 49.5 9.8 67 26.2l-27.1 26.1c-7.4-7.1-20.3-15.4-39.8-15.4-34.1 0-61.9 28.2-61.9 63.2 0 34.9 27.8 63.2 61.9 63.2 39.6 0 54.4-28.5 56.8-43.1H164v-34.4h94.4c1 5 1.6 10.1 1.6 16.6 0 57.1-38.3 97.6-96 97.6-55.3 0-100-44.7-100-100m291 18.2v29h-29.2v-29h-29V245h29v-29H355v29h29v29.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/square-hacker-news.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-hacker-news.svg new file mode 100644 index 0000000..a48096f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-hacker-news.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64zM21 229.2s.1-.1.1-.2.1-.2.2-.2c0 .1 0 .3-.1.4zM239.2 384h-31.4V281.3L128 128h37.3c41.5 77.7 48.1 95.8 54.1 112 1.6 4.3 3.1 8.5 5.2 13.6 3.2-7 5.1-11.9 7.1-17.3 5.9-15.3 12.8-33.2 53.5-108.3H320l-80.8 155.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/square-instagram.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-instagram.svg new file mode 100644 index 0000000..9e1f997 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-instagram.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M194.4 211.7a53.3 53.3 0 1 0 59.3 88.7 53.3 53.3 0 1 0-59.3-88.7m142.3-68.4c-5.2-5.2-11.5-9.3-18.4-12-18.1-7.1-57.6-6.8-83.1-6.5-4.1 0-7.9.1-11.2.1s-7.2 0-11.4-.1c-25.5-.3-64.8-.7-82.9 6.5-6.9 2.7-13.1 6.8-18.4 12s-9.3 11.5-12 18.4c-7.1 18.1-6.7 57.7-6.5 83.2 0 4.1.1 7.9.1 11.1s0 7-.1 11.1c-.2 25.5-.6 65.1 6.5 83.2 2.7 6.9 6.8 13.1 12 18.4s11.5 9.3 18.4 12c18.1 7.1 57.6 6.8 83.1 6.5 4.1 0 7.9-.1 11.2-.1s7.2 0 11.4.1c25.5.3 64.8.7 82.9-6.5 6.9-2.7 13.1-6.8 18.4-12s9.3-11.5 12-18.4c7.2-18 6.8-57.4 6.5-83 0-4.2-.1-8.1-.1-11.4s0-7.1.1-11.4c.3-25.5.7-64.9-6.5-83-2.7-6.9-6.8-13.1-12-18.4zm-67.1 44.5a82 82 0 1 1-91.2 136.4 82 82 0 1 1 91.1-136.4zm29.2-1.3c-3.1-2.1-5.6-5.1-7.1-8.6s-1.8-7.3-1.1-11.1 2.6-7.1 5.2-9.8 6.1-4.5 9.8-5.2 7.6-.4 11.1 1.1 6.5 3.9 8.6 7 3.2 6.8 3.2 10.6c0 2.5-.5 5-1.4 7.3s-2.4 4.4-4.1 6.2-3.9 3.2-6.2 4.2-4.8 1.5-7.3 1.5c-3.8 0-7.5-1.1-10.6-3.2zM448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64zm-91 293c-18.7 18.7-41.4 24.6-67 25.9-26.4 1.5-105.6 1.5-132 0-25.6-1.3-48.3-7.2-67-25.9s-24.6-41.4-25.8-67c-1.5-26.4-1.5-105.6 0-132 1.3-25.6 7.1-48.3 25.8-67s41.5-24.6 67-25.8c26.4-1.5 105.6-1.5 132 0 25.6 1.3 48.3 7.1 67 25.8s24.6 41.4 25.8 67c1.5 26.3 1.5 105.4 0 131.9-1.3 25.6-7.1 48.3-25.8 67z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/square-js.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-js.svg new file mode 100644 index 0000000..c14702e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-js.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64zM180.9 444.9c-33.7 0-53.2-17.4-63.2-38.5l34.3-20.7c6.6 11.7 12.6 21.6 27.1 21.6 13.8 0 22.6-5.4 22.6-26.5V237.7h42.1v143.7c0 43.6-25.6 63.5-62.9 63.5m85.8-43 34.3-19.8c9 14.7 20.8 25.6 41.5 25.6 17.4 0 28.6-8.7 28.6-20.8 0-14.4-11.4-19.5-30.7-28l-10.5-4.5c-30.4-12.9-50.5-29.2-50.5-63.5 0-31.6 24.1-55.6 61.6-55.6 26.8 0 46 9.3 59.8 33.7L368 290c-7.2-12.9-15-18-27.1-18-12.3 0-20.1 7.8-20.1 18 0 12.6 7.8 17.7 25.9 25.6l10.5 4.5c35.8 15.3 55.9 31 55.9 66.2 0 37.8-29.8 58.6-69.7 58.6-39.1 0-64.4-18.6-76.7-43"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/square-lastfm.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-lastfm.svg new file mode 100644 index 0000000..f6a2303 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-lastfm.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64zM210.7 280.8c-1.8-5.5-3.4-10.8-5-15.9-12.9-41.9-21-68.4-58-68.4-22.4 0-45.1 16.1-45.1 61.2 0 35.2 18 57.2 43.3 57.2 28.6 0 47.6-21.3 47.6-21.3l11.7 31.9s-19.8 19.4-61.2 19.4c-51.3 0-79.9-30.1-79.9-85.8 0-57.9 28.6-92 82.5-92 67.9 0 79.3 35.3 96.4 88.4 1.4 4.4 2.9 8.9 4.4 13.5 8.8 26.8 24.2 46.2 61.2 46.2 24.9 0 38.1-5.5 38.1-19.1 0-17.5-16.9-21.2-40-26.4-3.2-.7-6.5-1.4-9.9-2.2-30.4-7.3-42.5-23.1-42.5-48 0-40 32.3-52.4 65.2-52.4 37.4 0 60.1 13.6 63 46.6l-36.7 4.4c-1.5-15.8-11-22.4-28.6-22.4-16.1 0-26 7.3-26 19.8 0 11 4.8 17.6 20.9 21.3 2.2.5 4.5 1 6.7 1.4 31.1 6.5 65.1 13.7 65.1 56.1.1 36.7-30.7 50.6-76.1 50.6-63.4 0-85.4-28.6-97.1-64.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/square-letterboxd.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-letterboxd.svg new file mode 100644 index 0000000..0071203 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-letterboxd.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M384 32c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96c0-35.3 28.7-64 64-64zM105.1 187C66.4 187 35 218.3 35 257s31.4 70 70.1 70c24.8 0 46.5-12.8 59-32.2l.5-.7-.4-.6c-6.5-10.6-10.2-23.1-10.2-36.5 0-13.6 3.9-26.3 10.6-37.1-12.4-19.8-34.4-32.9-59.5-32.9m118.9 0c-24.8 0-46.5 12.8-59 32.2l-.5.7.4.6c6.5 10.6 10.2 23.1 10.2 36.5 0 13.6-3.9 26.3-10.6 37.1 12.4 19.7 34.4 32.9 59.5 32.9 24.8 0 46.5-12.8 59-32.2l.5-.7-.4-.6c-6.5-10.6-10.2-23.1-10.2-36.5 0-13.6 3.9-26.3 10.6-37.1-12.4-19.7-34.4-32.9-59.5-32.9m118.9 0c-24.8 0-46.5 12.8-59 32.2l-.5.7.4.6c6.5 10.6 10.2 23.1 10.2 36.5 0 13.6-3.9 26.3-10.6 37.1 12.4 19.8 34.4 32.9 59.5 32.9 38.7 0 70.1-31.3 70.1-70s-31.4-70-70.1-70"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/square-odnoklassniki.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-odnoklassniki.svg new file mode 100644 index 0000000..1ed58d4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-odnoklassniki.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M224 137.1a39.9 39.9 0 1 0 0 79.7 39.9 39.9 0 1 0 0-79.7M384 32H64C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64M224 95.9a81 81 0 1 1 0 162.1 81 81 0 1 1 0-162.1m59.3 168.3c16.8-13.2 29.5-5.5 34.1 3.6 7.8 16-1.1 23.7-21.5 37-17.1 10.9-40.7 15.2-56.2 16.8l13 12.9 47.7 47.7c17.4 17.9-11 45.8-28.6 28.6-12-12.2-29.5-29.7-47.7-47.9l-47.7 47.9c-17.7 17.2-46-11-28.4-28.6l12.5-12.5c10.4-10.4 22.6-22.7 35.2-35.2l12.9-12.9c-15.4-1.6-39.3-5.7-56.6-16.8-20.3-13.3-29.3-20.9-21.4-37 4.6-9.1 17.3-16.8 34.1-3.6 0 0 22.7 18 59.3 18s59.3-18 59.3-18"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/square-pied-piper.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-pied-piper.svg new file mode 100644 index 0000000..a348d7c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-pied-piper.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 419 0 479.2l.8-328C.8 85.3 54 32 120 32h327.2c-93 28.9-189.9 94.2-253.9 168.6C122.7 282 82.6 338 32 419M448 32S305.2 98.8 261.6 199.1c-23.2 53.6-28.9 118.1-71 158.6-28.9 27.8-69.8 38.2-105.3 56.3-23.2 12-66.4 40.5-84.9 66h328.4c66 0 119.3-53.3 119.3-119.2-.1 0-.1-328.8-.1-328.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/square-pinterest.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-pinterest.svg new file mode 100644 index 0000000..99eec09 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-pinterest.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M384 32H64C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h72.6l-2.2-.8c-5.4-48.1-3.1-57.5 15.7-134.7 3.9-16 8.5-35 13.9-57.9 0 0-7.3-14.8-7.3-36.5 0-70.7 75.5-78 75.5-25 0 13.5-5.4 31.1-11.2 49.8-3.3 10.6-6.6 21.5-9.1 32-5.7 24.5 12.3 44.4 36.4 44.4 43.7 0 77.2-46 77.2-112.4 0-58.8-42.3-99.9-102.6-99.9C153 139 112 191.4 112 245.6c0 21.1 8.2 43.7 18.3 56 2 2.4 2.3 4.5 1.7 7-1.1 4.7-3.1 12.9-4.7 19.2-1 4-1.8 7.3-2.1 8.6-1.1 4.5-3.5 5.5-8.2 3.3-30.6-14.3-49.8-59.1-49.8-95.1C67.2 167.1 123.4 96 229.4 96c85.2 0 151.4 60.7 151.4 141.8 0 84.6-53.3 152.7-127.4 152.7-24.9 0-48.3-12.9-56.3-28.2 0 0-12.3 46.9-15.3 58.4-5 19.3-17.6 42.9-27.4 59.3H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/square-reddit.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-reddit.svg new file mode 100644 index 0000000..c4e32f9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-reddit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32h320c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96c0-35.3 28.7-64 64-64m241.9 134.4c20.6 0 37.3-16.7 37.3-37.3s-16.7-37.3-37.3-37.3c-18 0-33.1 12.8-36.6 29.8-30.2 3.2-53.8 28.8-53.8 59.9v.2c-32.8 1.4-62.8 10.7-86.6 25.5-8.8-6.8-19.9-10.9-32-10.9-28.9 0-52.3 23.4-52.3 52.3 0 21 12.3 39 30.1 47.4 1.7 60.7 67.9 109.6 149.3 109.6s147.6-48.9 149.3-109.7c17.7-8.4 29.9-26.4 29.9-47.3 0-28.9-23.4-52.3-52.3-52.3-12 0-23 4-31.9 10.8-24-14.9-54.3-24.2-87.5-25.4v-.1c0-22.2 16.5-40.7 37.9-43.7 3.9 16.5 18.7 28.7 36.3 28.7zM155 248.1c14.6 0 25.8 15.4 25 34.4s-11.8 25.9-26.5 25.9-27.5-7.7-26.6-26.7 13.5-33.5 28.1-33.5zm166.4 33.5c.9 19-12 26.7-26.6 26.7s-25.6-6.9-26.5-25.9 10.3-34.4 25-34.4 27.3 14.6 28.1 33.5zm-42.1 49.6c-9 21.5-30.3 36.7-55.1 36.7s-46.1-15.1-55.1-36.7c-1.1-2.6.7-5.4 3.4-5.7 16.1-1.6 33.5-2.5 51.7-2.5s35.6.9 51.7 2.5c2.7.3 4.5 3.1 3.4 5.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/square-snapchat.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-snapchat.svg new file mode 100644 index 0000000..427c83e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-snapchat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M384 32H64A64 64 0 0 0 0 96v320a64 64 0 0 0 64 64h320a64 64 0 0 0 64-64V96a64 64 0 0 0-64-64m-3.907 319.309-.083.1a32.4 32.4 0 0 1-8.717 6.823 90.3 90.3 0 0 1-20.586 8.2 12.7 12.7 0 0 0-3.852 1.76c-2.158 1.909-2.1 4.64-4.4 8.55a23.1 23.1 0 0 1-6.84 7.471c-6.707 4.632-14.244 4.923-22.23 5.23-7.214.274-15.39.581-24.729 3.669-3.761 1.245-7.753 3.694-12.377 6.533-11.265 6.9-26.68 16.353-52.3 16.353s-40.925-9.4-52.106-16.279c-4.657-2.888-8.675-5.362-12.543-6.64-9.339-3.08-17.516-3.4-24.729-3.67-7.986-.307-15.523-.6-22.231-5.229a23.1 23.1 0 0 1-6.01-6.11c-3.2-4.632-2.855-7.8-5.254-9.895a13.4 13.4 0 0 0-4.1-1.834 90 90 0 0 1-20.313-8.127 32.9 32.9 0 0 1-8.3-6.284c-6.583-6.757-8.276-14.776-5.686-21.824 3.436-9.338 11.571-12.111 19.4-16.262 14.776-8.027 26.348-18.055 34.433-29.884a68 68 0 0 0 5.985-10.567c.789-2.158.772-3.329.241-4.416a7.4 7.4 0 0 0-2.208-2.217 889 889 0 0 0-6.882-4.5c-3.27-2.141-5.868-3.818-7.529-4.98-6.267-4.383-10.65-9.04-13.4-14.245a28.4 28.4 0 0 1-1.369-23.584c4.134-10.924 14.469-17.706 26.978-17.706a37 37 0 0 1 7.845.83c.689.15 1.37.307 2.042.482-.108-7.43.058-15.357.722-23.119 2.358-27.261 11.912-41.589 21.874-52.994a86.8 86.8 0 0 1 22.28-17.931C188.254 100.383 205.312 96 224 96s35.828 4.383 50.944 13.016a87.2 87.2 0 0 1 22.239 17.9c9.961 11.406 19.516 25.709 21.874 52.995a231 231 0 0 1 .713 23.118 53 53 0 0 1 2.051-.481 37 37 0 0 1 7.844-.83c12.5 0 22.82 6.782 26.971 17.706a28.37 28.37 0 0 1-1.4 23.559c-2.74 5.2-7.123 9.861-13.39 14.244-1.668 1.187-4.258 2.864-7.529 4.981a877 877 0 0 0-7.164 4.682 6.9 6.9 0 0 0-1.951 2.034c-.506 1.046-.539 2.191.166 4.208a69 69 0 0 0 6.085 10.792c8.268 12.1 20.188 22.313 35.454 30.407 1.486.772 2.98 1.5 4.441 2.258.722.332 1.569.763 2.491 1.3 4.9 2.723 9.2 6.01 11.455 12.153 2.527 6.873.975 14.658-5.201 21.267m-16.719-18.461c-50.313-24.314-58.332-61.918-58.689-64.749-.431-3.379-.921-6.035 2.806-9.472 3.594-3.328 19.541-13.19 23.965-16.278 7.33-5.114 10.534-10.219 8.16-16.495-1.66-4.316-5.686-5.976-9.961-5.976a18.5 18.5 0 0 0-3.993.448c-8.035 1.743-15.838 5.769-20.354 6.857a7 7 0 0 1-1.66.224c-2.408 0-3.279-1.071-3.088-3.968.564-8.783 1.759-25.925.373-41.937-1.884-22.032-8.99-32.948-17.432-42.6-4.051-4.624-23.135-24.654-59.536-24.654S168.53 134.359 164.479 139c-8.434 9.654-15.531 20.57-17.432 42.6-1.386 16.013-.141 33.147.373 41.937.166 2.756-.68 3.968-3.088 3.968a7 7 0 0 1-1.66-.224c-4.507-1.087-12.31-5.113-20.346-6.856a18.5 18.5 0 0 0-3.993-.449c-4.25 0-8.3 1.636-9.961 5.977-2.374 6.276.847 11.381 8.168 16.494 4.425 3.088 20.371 12.958 23.966 16.279 3.719 3.437 3.237 6.093 2.805 9.471-.356 2.79-8.384 40.394-58.689 64.749-2.946 1.428-7.96 4.45.88 9.331 13.88 7.628 23.111 6.807 30.3 11.43 6.093 3.927 2.5 12.394 6.923 15.449 5.454 3.76 21.583-.266 42.335 6.6 17.433 5.744 28.116 22.015 58.963 22.015s41.788-16.3 58.938-21.973c20.795-6.865 36.89-2.839 42.336-6.6 4.433-3.055.822-11.522 6.923-15.448 7.181-4.624 16.411-3.8 30.3-11.472 8.84-4.923 3.826-7.945.854-9.43"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/square-steam.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-steam.svg new file mode 100644 index 0000000..9a4f810 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-steam.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M165.6 309.1c18.6 7.7 27.3 28.9 19.6 47.4s-29 27.2-47.6 19.4l-28.5-11.8c5 10.6 13.8 19.4 25.4 24.2 25.2 10.5 54.1-1.4 64.6-26.5 5.1-12.1 5.1-25.5.1-37.7-5.1-12.1-14.5-21.6-26.7-26.7-12.1-5-25-4.8-36.4-.5zM448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96v144.7l116.6 48.1c12-8.2 26.2-12.1 40.7-11.3l55.4-80.2v-1.1c0-48.2 39.3-87.5 87.6-87.5s87.6 39.3 87.6 87.5c0 49.2-40.9 88.7-89.6 87.5l-79 56.3c1.6 38.5-29.1 68.8-65.7 68.8-31.8 0-58.5-22.7-64.5-52.7L0 319.2V416c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64zM241.9 196.2a58.4 58.4 0 1 0 116.8 0 58.4 58.4 0 1 0-116.8 0m14.6-.1a43.9 43.9 0 1 1 87.8 0 43.9 43.9 0 1 1-87.8 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/square-threads.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-threads.svg new file mode 100644 index 0000000..8f741ef --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-threads.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm230.2 212.3c19.5 9.3 33.7 23.5 41.2 40.9 10.4 24.3 11.4 63.9-20.2 95.4-24.2 24.1-53.5 35-95.1 35.3h-.2c-46.8-.3-82.8-16.1-106.9-46.8-21.5-27.3-32.6-65.4-33-113.1v-.2c.4-47.7 11.5-85.7 33-113.1 24.2-30.7 60.2-46.5 106.9-46.8h.2c46.9.3 83.3 16 108.2 46.6 12.3 15.1 21.3 33.3 27 54.4l-26.9 7.2c-4.7-17.2-11.9-31.9-21.4-43.6-19.4-23.9-48.7-36.1-87-36.4-38 .3-66.8 12.5-85.5 36.2-17.5 22.3-26.6 54.4-26.9 95.5.3 41.1 9.4 73.3 26.9 95.5 18.7 23.8 47.4 36 85.5 36.2 34.3-.3 56.9-8.4 75.8-27.3 21.5-21.5 21.1-47.9 14.2-64-4-9.4-11.4-17.3-21.3-23.3-2.4 18-7.9 32.2-16.5 43.2-11.4 14.5-27.7 22.4-48.4 23.5-15.7.9-30.8-2.9-42.6-10.7-13.9-9.2-22-23.2-22.9-39.5-1.7-32.2 23.8-55.3 63.5-57.6 14.1-.8 27.3-.2 39.5 1.9-1.6-9.9-4.9-17.7-9.8-23.4-6.7-7.8-17.1-11.8-30.8-11.9h-.4c-11 0-26 3.1-35.6 17.6l-23-15.8c12.8-19.4 33.6-30.1 58.5-30.1h.6c41.8.3 66.6 26.3 69.1 71.8 1.4.6 2.8 1.2 4.2 1.9zm-71.8 67.5c17-.9 36.4-7.6 39.7-48.8-8.8-1.9-18.6-2.9-29-2.9q-4.8 0-9.6.3c-28.6 1.6-38.1 15.5-37.4 27.9.9 16.7 19 24.5 36.4 23.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/square-tumblr.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-tumblr.svg new file mode 100644 index 0000000..92a19cc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-tumblr.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64zM256.8 416c-75.5 0-91.9-55.5-91.9-87.9v-90h-29.7c-3.4 0-6.2-2.8-6.2-6.2v-42.5c0-4.5 2.8-8.5 7.1-10 38.8-13.7 50.9-47.5 52.7-73.2.5-6.9 4.1-10.2 10-10.2h44.3c3.4 0 6.2 2.8 6.2 6.2v72h51.9c3.4 0 6.2 2.8 6.2 6.2v51.1c0 3.4-2.8 6.2-6.2 6.2h-52.1V321c0 21.4 14.8 33.5 42.5 22.4 3-1.2 5.6-2 8-1.4 2.2.5 3.6 2.1 4.6 4.9l13.8 40.2c1 3.2 2 6.7-.3 9.1-8.5 9.1-31.2 19.8-60.9 19.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/square-twitter.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-twitter.svg new file mode 100644 index 0000000..a23d4da --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-twitter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm287.3 167.3c0 86.7-66 186.6-186.6 186.6-37.2 0-71.7-10.8-100.7-29.4 5.3.6 10.4.8 15.8.8 30.7 0 58.9-10.4 81.4-28-28.8-.6-53-19.5-61.3-45.5 10.1 1.5 19.2 1.5 29.6-1.2-30-6.1-52.5-32.5-52.5-64.4v-.8c8.7 4.9 18.9 7.9 29.6 8.3-9-6-16.4-14.1-21.5-23.6s-7.8-20.2-7.7-31c0-12.2 3.2-23.4 8.9-33.1 32.3 39.8 80.8 65.8 135.2 68.6-9.3-44.5 24-80.6 64-80.6 18.9 0 35.9 7.9 47.9 20.7 14.8-2.8 29-8.3 41.6-15.8-4.9 15.2-15.2 28-28.8 36.1 13.2-1.4 26-5.1 37.8-10.2-8.9 13.1-20.1 24.7-32.9 34 .2 2.8.2 5.7.2 8.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/square-upwork.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-upwork.svg new file mode 100644 index 0000000..8b05c38 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-upwork.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M56 32h336c30.9 0 56 25.1 56 56v336c0 30.9-25.1 56-56 56H56c-30.9 0-56-25.1-56-56V88c0-30.9 25.1-56 56-56m214.9 242.2c6.6-52.9 25.9-69.5 51.4-69.5 25.3 0 44.9 20.2 44.9 49.7s-19.7 49.7-44.9 49.7c-27.9 0-46.3-21.5-51.4-29.9m-26.7-41.8c-8.2-15.5-14.3-36.3-19.2-55.6h-62.9v78.1c0 28.4-12.9 49.4-38.2 49.4S84.1 283.4 84.1 255l.3-78.1H48.2V255c0 22.8 7.4 43.5 20.9 58.2 13.9 15.2 32.8 23.2 54.8 23.2 43.7 0 74.2-33.5 74.2-81.5v-52.5c4.6 17.3 15.4 50.5 36.2 79.7L215 392.6h36.8l12.8-78.4c4.2 3.5 8.7 6.6 13.4 9.4 12.3 7.8 26.4 12.2 40.9 12.6h3.4c45.1 0 80.9-34.9 80.9-81.9s-35.9-82.2-80.9-82.2c-45.4 0-70.9 29.7-78.1 60.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/square-viadeo.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-viadeo.svg new file mode 100644 index 0000000..d9784df --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-viadeo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64zM118.3 381.2c-68-73.6-19.8-196.1 81.2-196.1 13.3 0 26.6 2.1 39.1 6.7-4.3 8.4-7.3 17.6-8.4 27.1-9.7-4.1-20.2-6-30.7-6-48.8 0-84.6 41.7-84.6 88.9 0 43 28.5 78.7 69.5 85.9 61.5-24 72.9-117.6 72.9-175 0-7.3 0-14.8-.6-22.1-11.2-32.9-26.6-64.6-44.2-94.5 27.1 18.3 41.9 62.5 44.2 94.1v.4c7.7 22.5 11.8 46.2 11.8 70 0 54.1-21.9 99-68.3 128.2l-2.4.2c50 1 86.2-38.6 86.2-87.2 0-12.2-2.1-24.3-6.9-35.7 9.5-1.9 18.5-5.6 26.4-10.5 15.3 36.6 12.6 87.3-22.8 125.6-42.4 46.2-120 46.6-162.4 0m156.3-163.6c21.9-12 49.6-30.7 62.3-53 1.5-3 4.1-8.6 4.5-12-12.5 27.9-44.2 49.8-73.9 56.7-4.7-7.3-7.5-15.5-7.5-24.3 0-10.3 5.2-24.1 12.9-31.6 8.3-7.9 18-10.9 27.9-14.1 16-5.1 32.5-10.3 44.5-35.9 32.5 46.2 13.1 130.3-36.3 130.3-13.3 0-25.1-7.1-34.4-16.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/square-vimeo.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-vimeo.svg new file mode 100644 index 0000000..65f261b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-vimeo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64zM318.5 309.5c-43.5 56.5-80.3 84.8-110.4 84.8-18.7 0-34.4-17.2-47.3-51.6q-5.7-20.85-10.5-39c-18.2-68.3-28.6-107.4-46.2-107.4-2.4 0-10.8 5-25.1 15.1L64 192c7-6.1 13.9-12.4 20.6-18.5 29.1-26.3 55.6-50.3 73.5-51.9 24.9-2.4 40.2 14.6 46 51.1 20.5 129.6 29.6 149.2 66.8 90.5 13.4-21.2 20.6-37.2 21.5-48.3 3.4-32.8-25.6-30.6-45.2-22.2 15.7-51.5 45.8-76.5 90.1-75.1 32.9 1 48.4 22.4 46.5 64-1.4 31.1-23.2 73.8-65.3 127.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/square-web-awesome-stroke.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-web-awesome-stroke.svg new file mode 100644 index 0000000..35ea9b5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-web-awesome-stroke.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 64c-17.7 0-32 14.3-32 32v320c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zM0 96c0-35.3 28.7-64 64-64h320c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm235 81.6 53 46.4 52.2-10.4c-2.6-3.9-4.2-8.5-4.2-13.6 0-13.3 10.7-24 24-24s24 10.7 24 24c0 13-10.3 23.6-23.2 24l-56.3 125.1c-5.2 11.5-16.6 18.9-29.2 18.9H172.7c-12.6 0-24-7.4-29.2-18.9L87.2 224c-12.9-.4-23.2-11-23.2-24 0-13.3 10.7-24 24-24s24 10.7 24 24c0 5-1.5 9.7-4.2 13.6L160 224l53.1-46.4c-8.9-4.1-15-13.1-15-23.6 0-14.4 11.6-26 26-26s26 11.6 26 26c0 10.5-6.2 19.5-15.1 23.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/square-web-awesome.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-web-awesome.svg new file mode 100644 index 0000000..b0c0416 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-web-awesome.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm171 145.6 53 46.4 52.2-10.4c-2.6-3.9-4.2-8.5-4.2-13.6 0-13.3 10.7-24 24-24s24 10.7 24 24c0 13-10.3 23.6-23.2 24l-56.3 125.1c-5.2 11.5-16.6 18.9-29.2 18.9H172.7c-12.6 0-24-7.4-29.2-18.9L87.2 224c-12.9-.4-23.2-11-23.2-24 0-13.3 10.7-24 24-24s24 10.7 24 24c0 5-1.5 9.7-4.2 13.6L160 224l53.1-46.4c-8.9-4.1-15-13.1-15-23.6 0-14.4 11.6-26 26-26s26 11.6 26 26c0 10.5-6.2 19.5-15.1 23.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/square-whatsapp.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-whatsapp.svg new file mode 100644 index 0000000..cd5a3de --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-whatsapp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M92.1 254.6c0 24.9 7 49.2 20.2 70.1l3.1 5-13.3 48.6 49.9-13.1 4.8 2.9c20.2 12 43.4 18.4 67.1 18.4h.1c72.6 0 133.3-59.1 133.3-131.8 0-35.2-15.2-68.3-40.1-93.2-25-25-58-38.7-93.2-38.7-72.7 0-131.8 59.1-131.9 131.8M274.8 330c-12.6 1.9-22.4.9-47.5-9.9-36.8-15.9-61.8-51.5-66.9-58.7-.4-.6-.7-.9-.8-1.1-2-2.6-16.2-21.5-16.2-41 0-18.4 9-27.9 13.2-32.3.3-.3.5-.5.7-.8 3.6-4 7.9-5 10.6-5 2.6 0 5.3 0 7.6.1h.8c2.3 0 5.2 0 8.1 6.8 1.2 2.9 3 7.3 4.9 11.8 3.3 8 6.7 16.3 7.3 17.6 1 2 1.7 4.3.3 6.9-3.4 6.8-6.9 10.4-9.3 13-3.1 3.2-4.5 4.7-2.3 8.6 15.3 26.3 30.6 35.4 53.9 47.1 4 2 6.3 1.7 8.6-1 2.3-2.6 9.9-11.6 12.5-15.5 2.6-4 5.3-3.3 8.9-2s23.1 10.9 27.1 12.9c.8.4 1.5.7 2.1 1 2.8 1.4 4.7 2.3 5.5 3.6.9 1.9.9 9.9-2.4 19.1-3.3 9.3-19.1 17.7-26.7 18.8M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64zM148.1 393.9 64 416l22.5-82.2c-13.9-24-21.2-51.3-21.2-79.3C65.4 167.1 136.5 96 223.9 96c42.4 0 82.2 16.5 112.2 46.5 29.9 30 47.9 69.8 47.9 112.2 0 87.4-72.7 158.5-160.1 158.5-26.6 0-52.7-6.7-75.8-19.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/square-x-twitter.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-x-twitter.svg new file mode 100644 index 0000000..99f4001 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-x-twitter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm297.1 84L257.3 234.6 379.4 396h-95.6L209 298.1 123.3 396H75.8l111-126.9L69.7 116h98l67.7 89.5 78.2-89.5zm-37.8 251.6L153.4 142.9h-28.3l171.8 224.7h26.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/square-xing.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-xing.svg new file mode 100644 index 0000000..562bdfc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-xing.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64zM93.8 320.2c-5.5 0-8.7-5.3-6-10.3l49.3-86.7c.1 0 .1-.1 0-.2l-31.4-54c-3-5.6.2-10.1 6-10.1h46.6q7.8 0 12.9 8.7l31.9 55.3q-1.95 3.45-50.1 88.2c-3.5 6.2-7.7 9.1-12.6 9.1zm163.5-33.4v.2l65.5 119c2.8 5.1.1 10.1-6 10.1h-46.6c-5.5 0-9.7-2.9-12.9-8.7l-66-120.3q2.7-4.8 63.3-111.6c11.7-20.7 25.1-44.3 40.1-70.8 3.3-5.8 7.4-8.7 12.5-8.7h46.9c5.7-.1 8.8 4.7 6 10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/square-youtube.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-youtube.svg new file mode 100644 index 0000000..2cb207f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/square-youtube.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m282 256.2-95.2-54.1v108.2zM384 32H64C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64m14.4 136.1c7.6 28.6 7.6 88.2 7.6 88.2s0 59.6-7.6 88.1c-4.2 15.8-16.5 27.7-32.2 31.9C337.9 384 224 384 224 384s-113.9 0-142.2-7.6c-15.7-4.2-28-16.1-32.2-31.9-7.6-28.6-7.6-88.2-7.6-88.2s0-59.7 7.6-88.2c4.2-15.8 16.5-28.2 32.2-32.4C110.1 128 224 128 224 128s113.9 0 142.2 7.7c15.7 4.2 28 16.6 32.2 32.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/squarespace.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/squarespace.svg new file mode 100644 index 0000000..23b203a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/squarespace.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M186.12 343.34c-9.65 9.65-9.65 25.29 0 34.94s25.29 9.65 34.94 0L378.24 221.1c19.29-19.29 50.57-19.29 69.86 0s19.29 50.57 0 69.86L293.95 445.1c19.27 19.29 50.53 19.31 69.82.04l.04-.04 119.25-119.24c38.59-38.59 38.59-101.14 0-139.72-38.59-38.59-101.15-38.59-139.72 0zm244.53-104.8c-9.65-9.65-25.29-9.65-34.93 0l-157.2 157.18c-19.27 19.29-50.53 19.31-69.82.05l-.05-.05c-9.64-9.64-25.27-9.65-34.92-.01l-.01.01c-9.65 9.64-9.66 25.28-.02 34.93l.02.02c38.58 38.57 101.14 38.57 139.72 0l157.2-157.2c9.65-9.65 9.65-25.29.01-34.93m-261.99 87.33 157.18-157.18c9.64-9.65 9.64-25.29 0-34.94-9.64-9.64-25.27-9.64-34.91 0L133.72 290.93c-19.28 19.29-50.56 19.3-69.85.01l-.01-.01c-19.29-19.28-19.31-50.54-.03-69.84l.03-.03L218.03 66.89c-19.28-19.29-50.55-19.3-69.85-.02l-.02.02L28.93 186.14c-38.58 38.59-38.58 101.14 0 139.72 38.6 38.59 101.13 38.59 139.73.01m-87.33-52.4c9.64 9.64 25.27 9.64 34.91 0l157.21-157.19c19.28-19.29 50.55-19.3 69.84-.02l.02.02c9.65 9.65 25.29 9.65 34.93 0 9.65-9.65 9.65-25.29 0-34.93-38.59-38.59-101.13-38.59-139.72 0L81.33 238.54c-9.65 9.64-9.65 25.28-.01 34.93z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/stack-exchange.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/stack-exchange.svg new file mode 100644 index 0000000..f91088c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/stack-exchange.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M17.7 332.3h412.7v22c0 37.7-29.3 68-65.3 68h-19L259.3 512v-89.7H83c-36 0-65.3-30.3-65.3-68zm0-23.6h412.7v-85H17.7zm0-109.4h412.7v-85H17.7zM365 0H83C47 0 17.7 30.3 17.7 67.7V90h412.7V67.7C430.3 30.3 401 0 365 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/stack-overflow.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/stack-overflow.svg new file mode 100644 index 0000000..9e0c6c0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/stack-overflow.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M290.7 311 95 269.7 86.8 309l195.7 41zm51-87L188.2 95.7l-25.5 30.8 153.5 128.3zm-31.2 39.7L129.2 179l-16.7 36.5L293.7 300zM262 32l-32 24 119.3 160.3 32-24zm20.5 328h-200v39.7h200zm39.7 80H42.7V320h-40v160h359.5V320h-40z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/stackpath.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/stackpath.svg new file mode 100644 index 0000000..9446d2c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/stackpath.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M244.6 232.4c0 8.5-4.26 20.49-21.34 20.49h-19.61v-41.47h19.61c17.13 0 21.34 12.36 21.34 20.98M448 32v448H0V32zM151.3 287.84c0-21.24-12.12-34.54-46.72-44.85-20.57-7.41-26-10.91-26-18.63s7-14.61 20.41-14.61c14.09 0 20.79 8.45 20.79 18.35h30.7l.19-.57c.5-19.57-15.06-41.65-51.12-41.65-23.37 0-52.55 10.75-52.55 38.29 0 19.4 9.25 31.29 50.74 44.37 17.26 6.15 21.91 10.4 21.91 19.48 0 15.2-19.13 14.23-19.47 14.23-20.4 0-25.65-9.1-25.65-21.9h-30.8l-.18.56c-.68 31.32 28.38 45.22 56.63 45.22 29.98 0 51.12-13.55 51.12-38.29m125.38-55.63c0-25.3-18.43-45.46-53.42-45.46h-51.78v138.18h32.17v-47.36h19.61c30.25 0 53.42-15.95 53.42-45.36M297.94 325 347 186.78h-31.09L268 325zm106.52-138.22h-31.09L325.46 325h29.94z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/staylinked.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/staylinked.svg new file mode 100644 index 0000000..617f04c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/staylinked.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 440 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m382.7 292.5 2.7 2.7-170-167.3c-3.5-3.5-9.7-3.7-13.8-.5L144.3 171c-4.2 3.2-4.6 8.7-1.1 12.2l68.1 64.3c3.6 3.5 9.9 3.7 14 .5l.1-.1c4.1-3.2 10.4-3 14 .5l84 81.3c3.6 3.5 3.2 9-.9 12.2l-93.2 74c-4.2 3.3-10.5 3.1-14.2-.4L63.2 268c-3.5-3.5-9.7-3.7-13.9-.5L3.5 302.4c-4.2 3.2-4.7 8.7-1.2 12.2L211 510.7s7.4 6.8 17.3-.8l198-163.9c4-3.2 4.4-8.7.7-12.2zm54.5-83.4L226.7 2.5c-1.5-1.2-8-5.5-16.3 1.1L3.6 165.7c-4.2 3.2-4.8 8.7-1.2 12.2l42.3 41.7 171.7 165.1c3.7 3.5 10.1 3.7 14.3.4l50.2-38.8-.3-.3 7.7-6c4.2-3.2 4.6-8.7.9-12.2l-57.1-54.4c-3.6-3.5-10-3.7-14.2-.5l-.1.1c-4.2 3.2-10.5 3.1-14.2-.4L109 180.8c-3.6-3.5-3.1-8.9 1.1-12.2l92.2-71.5c4.1-3.2 10.3-3 13.9.5l160.4 159c3.7 3.5 10 3.7 14.1.5l45.8-35.8c4.1-3.2 4.4-8.7.7-12.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/steam-symbol.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/steam-symbol.svg new file mode 100644 index 0000000..f952a8a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/steam-symbol.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M395.5 177.5c0 33.8-27.5 61-61 61-33.8 0-61-27.3-61-61s27.3-61 61-61c33.5 0 61 27.2 61 61m52.5.2c0 63-51 113.8-113.7 113.8L225 371.3c-4 43-40.5 76.8-84.5 76.8-40.5 0-74.7-28.8-83-67L0 358V250.7L97.2 290c15.1-9.2 32.2-13.3 52-11.5l71-101.7c.5-62.3 51.5-112.8 114-112.8C397 64 448 115 448 177.7M203 363c0-34.7-27.8-62.5-62.5-62.5q-6.75 0-13.5 1.5l26 10.5c25.5 10.2 38 39 27.7 64.5-10.2 25.5-39.2 38-64.7 27.5-10.2-4-20.5-8.3-30.7-12.2 10.5 19.7 31.2 33.2 55.2 33.2 34.7 0 62.5-27.8 62.5-62.5m207.5-185.3c0-42-34.3-76.2-76.2-76.2-42.3 0-76.5 34.2-76.5 76.2 0 42.2 34.3 76.2 76.5 76.2 41.9.1 76.2-33.9 76.2-76.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/steam.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/steam.svg new file mode 100644 index 0000000..3f73b14 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/steam.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M496 256c0 137-111.2 248-248.4 248-113.8 0-209.6-76.3-239-180.4l95.2 39.3c6.4 32.1 34.9 56.4 68.9 56.4 39.2 0 71.9-32.4 70.2-73.5l84.5-60.2c52.1 1.3 95.8-40.9 95.8-93.5 0-51.6-42-93.5-93.7-93.5s-93.7 42-93.7 93.5v1.2L176.6 279c-15.5-.9-30.7 3.4-43.5 12.1L0 236.1C10.2 108.4 117.1 8 247.6 8 384.8 8 496 119 496 256M155.7 384.3l-30.5-12.6a52.8 52.8 0 0 0 27.2 25.8c26.9 11.2 57.8-1.6 69-28.4 5.4-13 5.5-27.3.1-40.3S206 305.6 193 300.2c-12.9-5.4-26.7-5.2-38.9-.6l31.5 13c19.8 8.2 29.2 30.9 20.9 50.7-8.3 19.9-31 29.2-50.8 21m173.8-129.9c-34.4 0-62.4-28-62.4-62.3s28-62.3 62.4-62.3 62.4 28 62.4 62.3-27.9 62.3-62.4 62.3m.1-15.6c25.9 0 46.9-21 46.9-46.8 0-25.9-21-46.8-46.9-46.8s-46.9 21-46.9 46.8c.1 25.8 21.1 46.8 46.9 46.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/sticker-mule.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/sticker-mule.svg new file mode 100644 index 0000000..a3cea16 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/sticker-mule.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M561.7 199.6c-1.3.3.3 0 0 0m-6.2-77.4c-7.7-22.3-5.1-7.2-13.4-36.9-1.6-6.5-3.6-14.5-6.2-20-4.4-8.7-4.6-7.5-4.6-9.5 0-5.3 30.7-45.3 19-46.9-5.7-.6-12.2 11.6-20.6 17-8.6 4.2-8 5-10.3 5-2.6 0-5.7-3-6.2-5-2-5.7 1.9-25.9-3.6-25.9-3.6 0-12.3 24.8-17 25.8-5.2 1.3-27.9-11.4-75.1 18-25.3 13.2-86.9 65.2-87 65.3-6.7 4.7-20 4.7-35.5 16-44.4 30.1-109.6 9.4-110.7 9-110.6-26.8-128-15.2-159 11.5-20.8 17.9-23.7 36.5-24.2 38.9-4.2 20.4 5.2 48.3 6.7 64.3 1.8 19.3-2.7 17.7 7.7 98.3.5 1 4.1 0 5.1 1.5 0 8.4-3.8 12.1-4.1 13-1.5 4.5-1.5 10.5 0 16 2.3 8.2 8.2 37.2 8.2 46.9 0 41.8.4 44 2.6 49.4 3.9 10 12.5 9.1 17 12 3.1 3.5-.5 8.5 1 12.5.5 2 3.6 4 6.2 5 9.2 3.6 27 .3 29.9-2.5 1.6-1.5.5-4.5 3.1-5 5.1 0 10.8-.5 14.4-2.5 5.1-2.5 4.1-6 1.5-10.5-.4-.8-7-13.3-9.8-16-2.1-2-5.1-3-7.2-4.5-5.8-4.9-10.3-19.4-10.3-19.5-4.6-19.4-10.3-46.3-4.1-66.8 4.6-17.2 39.5-87.7 39.6-87.8 4.1-6.5 17-11.5 27.3-7 6 1.9 19.3 22 65.4 30.9 47.9 8.7 97.4-2 112.2-2 2.8 2-1.9 13-.5 38.9 0 26.4-.4 13.7-4.1 29.9-2.2 9.7 3.4 23.2-1.5 46.9-1.4 9.8-9.9 32.7-8.2 43.4.5 1 1 2 1.5 3.5.5 4.5 1.5 8.5 4.6 10 7.3 3.6 12-3.5 9.8 11.5-.7 3.1-2.6 12 1.5 15 4.4 3.7 30.6 3.4 36.5.5 2.6-1.5 1.6-4.5 6.4-7.4 1.9-.9 11.3-.4 11.3-6.5.3-1.8-9.2-19.9-9.3-20-2.6-3.5-9.2-4.5-11.3-8-6.9-10.1-1.7-52.6.5-59.4 3-11 5.6-22.4 8.7-32.4 11-42.5 10.3-50.6 16.5-68.3.8-1.8 6.4-23.1 10.3-29.9 9.3-17 21.7-32.4 33.5-47.4 18-22.9 34-46.9 52-69.8 6.1-7 8.2-13.7 18-8 10.8 5.7 21.6 7 31.9 17 14.6 12.8 10.2 18.2 11.8 22.9 1.5 5 7.7 10.5 14.9 9.5 10.4-2 13-2.5 13.4-2.5 2.6-.5 5.7-5 7.2-8 3.1-5.5 7.2-9 7.2-16.5 0-7.7-.4-2.8-20.6-52.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/strava.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/strava.svg new file mode 100644 index 0000000..9c311bc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/strava.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M158.4 0 7 292h89.2l62.2-116.1L220.1 292h88.5zm150.2 292-43.9 88.2-44.6-88.2h-67.6l112.2 220 111.5-220z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/stripe-s.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/stripe-s.svg new file mode 100644 index 0000000..1fc16b4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/stripe-s.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M155.3 154.6c0-22.3 18.6-30.9 48.4-30.9 43.4 0 98.5 13.3 141.9 36.7V26.1C298.3 7.2 251.1 0 203.8 0 88.1 0 11 60.4 11 161.4c0 157.9 216.8 132.3 216.8 200.4 0 26.4-22.9 34.9-54.7 34.9-47.2 0-108.2-19.5-156.1-45.5v128.5a396.1 396.1 0 0 0 156 32.4c118.6 0 200.3-51 200.3-153.6 0-170.2-218-139.7-218-203.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/stripe.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/stripe.svg new file mode 100644 index 0000000..73e2a23 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/stripe.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m165 144.7-43.3 9.2-.2 142.4c0 26.3 19.8 43.3 46.1 43.3 14.6 0 25.3-2.7 31.2-5.9v-33.8c-5.7 2.3-33.7 10.5-33.7-15.7V221h33.7v-37.8h-33.7zm89.1 51.6-2.7-13.1H213v153.2h44.3V233.3c10.5-13.8 28.2-11.1 33.9-9.3v-40.8c-6-2.1-26.7-6-37.1 13.1m92.3-72.3-44.6 9.5v36.2l44.6-9.5zM44.9 228.3c0-6.9 5.8-9.6 15.1-9.7 13.5 0 30.7 4.1 44.2 11.4v-41.8c-14.7-5.8-29.4-8.1-44.1-8.1-36 0-60 18.8-60 50.2 0 49.2 67.5 41.2 67.5 62.4 0 8.2-7.1 10.9-17 10.9-14.7 0-33.7-6.1-48.6-14.2v40c16.5 7.1 33.2 10.1 48.5 10.1 36.9 0 62.3-15.8 62.3-47.8 0-52.9-67.9-43.4-67.9-63.4M640 261.6c0-45.5-22-81.4-64.2-81.4s-67.9 35.9-67.9 81.1c0 53.5 30.3 78.2 73.5 78.2 21.2 0 37.1-4.8 49.2-11.5v-33.4c-12.1 6.1-26 9.8-43.6 9.8-17.3 0-32.5-6.1-34.5-26.9h86.9c.2-2.3.6-11.6.6-15.9m-87.9-16.8c0-20 12.3-28.4 23.4-28.4 10.9 0 22.5 8.4 22.5 28.4zm-112.9-64.6c-17.4 0-28.6 8.2-34.8 13.9l-2.3-11H363v204.8l44.4-9.4.1-50.2c6.4 4.7 15.9 11.2 31.4 11.2 31.8 0 60.8-23.2 60.8-79.6.1-51.6-29.3-79.7-60.5-79.7m-10.6 122.5c-10.4 0-16.6-3.8-20.9-8.4l-.3-66c4.6-5.1 11-8.8 21.2-8.8 16.2 0 27.4 18.2 27.4 41.4.1 23.9-10.9 41.8-27.4 41.8m-126.7 33.7h44.6V183.2h-44.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/stubber.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/stubber.svg new file mode 100644 index 0000000..604c29f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/stubber.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m136.5 294.2 58.8 22.9c9.1-36.8 25.4-61.1 55-61.1 49.4 0 71.4 63.6 142.4 63.6 15.6 0 35.9-2.8 55.3-13.3V368c0 61.8-50.4 112-112.3 112H0l41.8-56L0 368l41.7-56L0 256.1l41.8-56-41.8-56L41.8 88 0 32h335.7C397.6 32 448 82.3 448 144.1v51.3c-9.2 36.3-25.9 60.6-55 60.6-49.6 0-71.6-63.5-142.4-63.5-35.9 0-95.2 14.6-114.1 101.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/studiovinari.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/studiovinari.svg new file mode 100644 index 0000000..2ca5199 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/studiovinari.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m480.3 187.7 4.2 28v28l-25.1 44.1-39.8 78.4-56.1 67.5-79.1 37.8-17.7 24.5-7.7 12-9.6 4s17.3-63.6 19.4-63.6 20.3.7 20.3.7l66.7-38.6-92.5 26.1-55.9 36.8-22.8 28-6.6 1.4 20.8-73.6 6.9-5.5 20.7 12.9 88.3-45.2 56.8-51.5 14.8-68.4-125.4 23.3 15.2-18.2-173.4-53.3 81.9-10.5-166-122.9L133.5 108 32.2 0l252.9 126.6-31.5-38L378 163 234.7 64l18.7 38.4-49.6-18.1L158.3 0l194.6 122L310 66.2l108 96.4 12-8.9-21-16.4 4.2-37.8L451 89.1l29.2 24.7 11.5 4.2-7 6.2 8.5 12-13.1 7.4-10.3 20.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/stumbleupon-circle.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/stumbleupon-circle.svg new file mode 100644 index 0000000..b7e54c6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/stumbleupon-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8m0 177.5c-9.8 0-17.8 8-17.8 17.8v106.9c0 40.9-33.9 73.9-74.9 73.9-41.4 0-74.9-33.5-74.9-74.9v-46.5h57.3v45.8c0 10 8 17.8 17.8 17.8s17.8-7.9 17.8-17.8V200.1c0-40 34.2-72.1 74.7-72.1 40.7 0 74.7 32.3 74.7 72.6v23.7l-34.1 10.1-22.9-10.7v-20.6c.1-9.6-7.9-17.6-17.7-17.6m167.6 123.6c0 41.4-33.5 74.9-74.9 74.9-41.2 0-74.9-33.2-74.9-74.2V263l22.9 10.7 34.1-10.1v47.1c0 9.8 8 17.6 17.8 17.6s17.8-7.9 17.8-17.6v-48h57.3c-.1 45.9-.1 46.4-.1 46.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/stumbleupon.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/stumbleupon.svg new file mode 100644 index 0000000..186bd9c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/stumbleupon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M502.9 266v69.7c0 62.1-50.3 112.4-112.4 112.4-61.8 0-112.4-49.8-112.4-111.3v-70.2l34.3 16 51.1-15.2V338c0 14.7 12 26.5 26.7 26.5S417 352.7 417 338v-72zm-224.7-58.2 34.3 16 51.1-15.2V173c0-60.5-51.1-109-112.1-109-60.8 0-112.1 48.2-112.1 108.2v162.4c0 14.9-12 26.7-26.7 26.7S86 349.5 86 334.6V266H0v69.7C0 397.7 50.3 448 112.4 448c61.6 0 112.4-49.5 112.4-110.8V176.9c0-14.7 12-26.7 26.7-26.7s26.7 12 26.7 26.7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/superpowers.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/superpowers.svg new file mode 100644 index 0000000..6b49f43 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/superpowers.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M448 32c-83.3 11-166.8 22-250 33-92 12.5-163.3 86.7-169 180-3.3 55.5 18 109.5 57.8 148.2L0 480c83.3-11 166.5-22 249.8-33 91.8-12.5 163.3-86.8 168.7-179.8 3.5-55.5-18-109.5-57.7-148.2zm-79.7 232.3c-4.2 79.5-74 139.2-152.8 134.5-79.5-4.7-140.7-71-136.3-151 4.5-79.2 74.3-139.3 153-134.5 79.3 4.7 140.5 71 136.1 151"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/supple.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/supple.svg new file mode 100644 index 0000000..6ac3438 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/supple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M640 262.5c0 64.1-109 116.1-243.5 116.1-24.8 0-48.6-1.8-71.1-5q11.55.6 23.4.6c134.5 0 243.5-56.9 243.5-127.1 0-29.4-19.1-56.4-51.2-78 60 21.1 98.9 55.1 98.9 93.4M47.7 227.9c-.1-70.2 108.8-127.3 243.3-127.6 7.9 0 15.6.2 23.3.5-22.5-3.2-46.3-4.9-71-4.9C108.8 96.3-.1 148.5 0 212.6c.1 38.3 39.1 72.3 99.3 93.3-32.3-21.5-51.5-48.6-51.6-78m60.2 39.9s10.5 13.2 29.3 13.2c17.9 0 28.4-11.5 28.4-25.1 0-28-40.2-25.1-40.2-39.7 0-5.4 5.3-9.1 12.5-9.1 5.7 0 11.3 2.6 11.3 6.6v3.9h14.2v-7.9c0-12.1-15.4-16.8-25.4-16.8-16.5 0-28.5 10.2-28.5 24.1 0 26.6 40.2 25.4 40.2 39.9 0 6.6-5.8 10.1-12.3 10.1-11.9 0-20.7-10.1-20.7-10.1zm120.8-73.6v54.4c0 11.3-7.1 17.8-17.8 17.8s-17.8-6.5-17.8-17.7v-54.5h-15.8v55c0 18.9 13.4 31.9 33.7 31.9 20.1 0 33.4-13 33.4-31.9v-55zm34.4 85.4h15.8v-29.5h15.5c16 0 27.2-11.5 27.2-28.1s-11.2-27.8-27.2-27.8h-39.1v13.4h7.8zm15.8-43v-29.1h12.9c8.7 0 13.7 5.7 13.7 14.4 0 8.9-5.1 14.7-14 14.7zm57 43h15.8v-29.5h15.5c16 0 27.2-11.5 27.2-28.1s-11.2-27.8-27.2-27.8h-39.1v13.4h7.8zm15.7-43v-29.1h12.9c8.7 0 13.7 5.7 13.7 14.4 0 8.9-5 14.7-14 14.7zm57.1 34.8c0 5.8 2.4 8.2 8.2 8.2h37.6c5.8 0 8.2-2.4 8.2-8.2v-13h-14.3v5.2c0 1.7-1 2.6-2.6 2.6h-18.6c-1.7 0-2.6-1-2.6-2.6v-61.2c0-5.7-2.4-8.2-8.2-8.2H401v13.4h5.2c1.7 0 2.6 1 2.6 2.6v61.2zm63.4 0c0 5.8 2.4 8.2 8.2 8.2H519c5.7 0 8.2-2.4 8.2-8.2v-13h-14.3v5.2c0 1.7-1 2.6-2.6 2.6h-19.7c-1.7 0-2.6-1-2.6-2.6v-20.3h27.7v-13.4H488v-22.4h19.2c1.7 0 2.6 1 2.6 2.6v5.2H524v-13c0-5.7-2.5-8.2-8.2-8.2h-51.6v13.4h7.8v63.9zm58.9-76v5.9h1.6v-5.9h2.7v-1.2h-7v1.2zm5.7-1.2v7.1h1.5v-5.7l2.3 5.7h1.3l2.3-5.7v5.7h1.5v-7.1h-2.3l-2.1 5.1-2.1-5.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/suse.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/suse.svg new file mode 100644 index 0000000..f402770 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/suse.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M593.1 192.6a10.4 10.4 0 1 1 11.4 17.4 10.4 10.4 0 1 1-11.4-17.4M546 204.8a38.5 38.5 0 1 1 75-17.6 38.5 38.5 0 1 1-75 17.6M433.7 336.7c3.2 4.6 5.8 9 7.3 13.4 1 3.1 2.4 7.3 5.5 8.9.2.1.3.2.5.2 5.7 2.1 20.3 1.7 20.3 1.7h26.8c2.3 0 22.4 0 21.9-2.3-2.4-10.8-14.9-12.7-24.4-18.3-8.7-5.2-17-11.1-20.8-21.3-2-5.2-.8-17.4 2.6-21.8 2.5-3.2 6.1-5.3 10-6.2 4.3-.9 8.8-.1 13.1.3 5.3.5 10.6 1.5 15.9 2.2 10.3 1.3 20.6 1.9 31 1.6 17.1-.5 34.2-3.2 50.4-8.7 11.3-3.8 22.4-8.9 32-16.1 10.9-8.1 8.1-7.4-3-6.2-13.3 1.4-26.6 1.6-39.9.8-12.4-.7-24.7-2.2-35.9-7.9-8.8-4.6-16.4-9.1-23.4-16.2-1-1.1-1.7-4.2.2-6.2 1.9-1.9 5.8-.8 7 .2 12.2 10.2 30.5 18.6 49.3 19.5 10.2.5 20.1.7 30.4.3 5.1-.2 12.8-.2 17.9-.3 2.6 0 9.8.7 11.2-2.1.4-.8.4-1.8.3-2.7-1.5-40.9-4.5-86.9-47.3-106.5-31.9-14.6-79.7-37.2-99.9-46.6-4.7-2.2-10.2 1.3-10.2 6.5 0 13.6.7 33.3.7 51.1-9.7-9.9-26-16.1-38.4-21.8-14.1-6.5-28.7-12-43.5-16.6-29.8-9.2-60.7-14.9-91.7-18-35.2-3.5-71-1.8-105.7 5.3-56.9 12.2-113.1 39.7-155.7 79.8-26.1 24.6-46.6 59.7-48 95.2-2 50.3 12.1 77.3 38 105.2 41.3 44.4 130.2 50.6 166.2-2 16.2-23.7 19.7-55.8 8-82-11.8-26.2-38.8-45.1-67.4-46-22.2-.7-45.9 10.6-54.5 31.1-6.5 15.7-2.8 35.1 9 47.3 4.6 4.8 10.9 8.7 17.7 7.1 4-.9 7.4-3.9 8-8 .9-6-4.4-9.9-7.6-14.5-5.8-8.3-4.7-20.9 2.7-27.9 6.2-6 15.3-7.8 23.9-7.7 8 0 16.2 1.4 23.1 5.5 9.7 5.7 16.2 16.2 18.4 27.2 6.7 33-20.2 59.9-56.6 62-18.6 1.1-37.6-3.8-52.1-15.5-36.9-29.8-45.9-90.3-3.8-122.7 40-30.7 90.4-22.8 120.2-6.8 23.8 12.8 41.5 33.6 55 56.7 6.7 11.6 12.5 23.7 17.8 36.1 5.1 11.8 9.9 23.8 20.2 32.5 6.8 5.8 15.2 5.6 24.1 5.6h50.8c6.9 0 5.2-4.6 2.2-7.7-6.7-6.9-16.4-8.4-25.4-10.9-20.5-5.6-18.4-32.8-12.7-32.8 18.3 0 18.9.6 34.9.3 23.2-.3 30.2-1.7 48.3 5 9.7 3.6 19 13.1 25.1 21.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/swift.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/swift.svg new file mode 100644 index 0000000..90cba92 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/swift.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M448 156.09c0-4.51-.08-9-.2-13.52a196 196 0 0 0-2.58-29.42 99.6 99.6 0 0 0-9.22-28A94.08 94.08 0 0 0 394.84 44a99.2 99.2 0 0 0-28-9.22 195 195 0 0 0-29.43-2.59c-4.51-.12-9-.17-13.52-.2H124.14c-4.51 0-9 .08-13.52.2-2.45.07-4.91.15-7.37.27a172 172 0 0 0-22.06 2.32 103 103 0 0 0-21.21 6.1q-3.46 1.45-6.81 3.12a94.7 94.7 0 0 0-18.39 12.32c-1.88 1.61-3.69 3.28-5.43 5A93.9 93.9 0 0 0 12 85.17a99.5 99.5 0 0 0-9.22 28 196 196 0 0 0-2.54 29.4c-.13 4.51-.18 9-.21 13.52v199.83c0 4.51.08 9 .21 13.51a196 196 0 0 0 2.58 29.42 99.3 99.3 0 0 0 9.22 28A94.3 94.3 0 0 0 53.17 468a99.5 99.5 0 0 0 28 9.21 195 195 0 0 0 29.43 2.59c4.5.12 9 .17 13.52.2h199.79c4.51 0 9-.08 13.52-.2a196.6 196.6 0 0 0 29.44-2.59 99.6 99.6 0 0 0 28-9.21A94.22 94.22 0 0 0 436 426.84a99.3 99.3 0 0 0 9.22-28 195 195 0 0 0 2.59-29.42c.12-4.5.17-9 .2-13.51V172.14c-.01-5.35-.01-10.7-.01-16.05m-69.88 241c-20-38.93-57.23-29.27-76.31-19.47-1.72 1-3.48 2-5.25 3l-.42.25c-39.5 21-92.53 22.54-145.85-.38A234.64 234.64 0 0 1 45 290.12a230.6 230.6 0 0 0 39.17 23.37c56.36 26.4 113 24.49 153 0-57-43.85-104.6-101-141.09-147.22a197 197 0 0 1-18.78-25.9c43.7 40 112.7 90.22 137.48 104.12-52.57-55.49-98.89-123.94-96.72-121.74 82.79 83.42 159.18 130.59 159.18 130.59 2.88 1.58 5 2.85 6.73 4a127 127 0 0 0 4.16-12.47c13.22-48.33-1.66-103.58-35.31-149.2C329.61 141.75 375 229.34 356.4 303.42c-.44 1.73-.95 3.4-1.44 5.09 38.52 47.4 28.04 98.17 23.13 88.59z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/symfony.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/symfony.svg new file mode 100644 index 0000000..2473cae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/symfony.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8m133.74 143.54c-11.47.41-19.4-6.45-19.77-16.87-.27-9.18 6.68-13.44 6.53-18.85-.23-6.55-10.16-6.82-12.87-6.67-39.78 1.29-48.59 57-58.89 113.85 21.43 3.15 36.65-.72 45.14-6.22 12-7.75-3.34-15.72-1.42-24.56 4-18.16 32.55-19 32 5.3-.36 17.86-25.92 41.81-77.6 35.7-10.76 59.52-18.35 115-58.2 161.72-29 34.46-58.4 39.82-71.58 40.26-24.65.85-41-12.31-41.58-29.84-.56-17 14.45-26.26 24.31-26.59 21.89-.75 30.12 25.67 14.88 34-12.09 9.71.11 12.61 2.05 12.55 10.42-.36 17.34-5.51 22.18-9 24-20 33.24-54.86 45.35-118.35 8.19-49.66 17-78 18.23-82-16.93-12.75-27.08-28.55-49.85-34.72-15.61-4.23-25.12-.63-31.81 7.83-7.92 10-5.29 23 2.37 30.7l12.63 14c15.51 17.93 24 31.87 20.8 50.62-5.06 29.93-40.72 52.9-82.88 39.94-36-11.11-42.7-36.56-38.38-50.62 7.51-24.15 42.36-11.72 34.62 13.6-2.79 8.6-4.92 8.68-6.28 13.07-4.56 14.77 41.85 28.4 51-1.39 4.47-14.52-5.3-21.71-22.25-39.85-28.47-31.75-16-65.49 2.95-79.67C204.23 140.13 251.94 197 262 205.29c37.17-109 100.53-105.46 102.43-105.53 25.16-.81 44.19 10.59 44.83 28.65.25 7.69-4.17 22.59-19.52 23.13"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/teamspeak.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/teamspeak.svg new file mode 100644 index 0000000..7ad8294 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/teamspeak.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M152.8 37.2c-32.2 38.1-56.1 82.6-69.9 130.5 0 .2-.1.3-.1.5C43.5 184.4 16 223 16 268c0 59.6 48.4 108 108 108s108-48.4 108-108c0-53.5-38.9-97.9-90-106.5 15.7-41.8 40.4-79.6 72.3-110.7 1.8-1.6 4-2.6 6.3-3.1 37.2-11.5 76.7-13.3 114.8-5.2C454.7 67.6 534 180.7 517.1 301.3c-8.4 62.6-38.6 112.7-87.7 151.4-50.1 39.7-107.5 54.3-170.2 52.2l-24-1c12.4 2.8 25 4.9 37.6 6.3 40.7 4.2 81.4 2.1 120.1-12.5 94-35.5 149.3-102.3 162.9-202.5 4.8-52.6-5.8-105.4-30.8-152C454.6 11.3 290.8-38.4 159 32c-2.4 1.4-4.5 3.1-6.3 5.2zm156.6 396.7c-2.1 11.5-4.2 21.9-14.6 31.3 53.2-1 123.2-29.2 161.8-97.1 39.7-69.9 37.6-139.9-6.3-207.8-36.5-55.3-89.8-82.4-156.6-86.6 1.5 2.3 3.2 4.4 5.2 6.3l5.2 6.3c25.1 31.3 37.6 67.9 42.8 107.5 2.1 15.7-1 30.3-13.6 41.8-4.2 3.1-5.2 6.3-4.2 10.4l7.3 17.7 29.3 54.3c5.2 11.5 4.2 19.8-6.3 28.2-3.2 2.5-6.7 4.6-10.4 6.3l-18.8 8.4 3.1 13.6c3.1 6.3 1 12.5-3.1 17.7-2.5 2.4-3.8 5.9-3.1 9.4 2.1 11.5-2.1 19.8-12.5 25.1-2.1 1-4.2 5.2-5.2 7.3zm-133.6-3.1c16.7 11.5 34.5 20.9 53.2 26.1 24 5.2 41.8-6.3 44.9-30.3 1-8.4 5.2-14.6 12.5-17.7 7.3-4.2 8.4-7.3 2.1-13.6l-9.4-8.4 13.6-4.2c6.3-2.1 7.3-5.2 5.2-11.5-1.4-3-2.4-6.2-3.1-9.4-3.1-14.6-2.1-15.7 11.5-18.8 8.4-3.1 15.7-6.3 21.9-12.5 3.1-2.1 3.1-4.2 1-8.4l-16.7-30.3c-1-1.9-2.1-3.8-3.1-5.7-6.4-11.7-13-23.6-15.7-37.1-2.1-9.4-1-17.7 8.4-24 5.2-4.2 8.4-9.4 8.4-16.7-.4-10.1-1.5-20.3-3.1-30.3-6.3-37.6-23-68.9-51.2-95-5.2-4.2-9.4-6.3-16.7-4.2l-35.6 12.7 6 3.6c6.3 3.7 12.2 7.3 17 12.1 30.3 26.1 41.8 61.6 45.9 100.2 1 8.4 0 16.7-7.3 21.9-8.4 5.2-10.4 12.5-7.3 20.9 4.9 13.2 10.4 26 16.7 38.6l16.7 29.2c-6.3 8.4-13.6 11.5-21.9 14.6-12.5 3.1-14.6 7.3-10.4 20.9.6 1.5 1.4 2.8 2.1 4.2 2.1 5.2 1 8.4-4.2 10.4l-12.5 3.1 5.2 4.2 4.2 4.2c4.2 5.2 4.2 8.4-2.1 10.4-7.3 4.2-11.5 9.4-11.5 17.7 0 12.5-7.3 19.8-18.8 24-3.8 1-7.6 1.5-11.5 1l-34.5-2.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/telegram.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/telegram.svg new file mode 100644 index 0000000..04de050 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/telegram.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M248 8C111.033 8 0 119.033 0 256s111.033 248 248 248 248-111.033 248-248S384.967 8 248 8m114.952 168.66c-3.732 39.215-19.881 134.378-28.1 178.3-3.476 18.584-10.322 24.816-16.948 25.425-14.4 1.326-25.338-9.517-39.287-18.661-21.827-14.308-34.158-23.215-55.346-37.177-24.485-16.135-8.612-25 5.342-39.5 3.652-3.793 67.107-61.51 68.335-66.746.153-.655.3-3.1-1.154-4.384s-3.59-.849-5.135-.5q-3.283.746-104.608 69.142-14.845 10.194-26.894 9.934c-8.855-.191-25.888-5.006-38.551-9.123-15.531-5.048-27.875-7.717-26.8-16.291q.84-6.7 18.45-13.7 108.446-47.248 144.628-62.3c68.872-28.647 83.183-33.623 92.511-33.789 2.052-.034 6.639.474 9.61 2.885a10.45 10.45 0 0 1 3.53 6.716 43.8 43.8 0 0 1 .417 9.769"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/tencent-weibo.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/tencent-weibo.svg new file mode 100644 index 0000000..4c45220 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/tencent-weibo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M72.3 495.8c1.4 19.9-27.6 22.2-29.7 2.9C31 368.8 73.7 259.2 144 185.5c-15.6-34 9.2-77.1 50.6-77.1 30.3 0 55.1 24.6 55.1 55.1 0 44-49.5 70.8-86.9 45.1-65.7 71.3-101.4 169.8-90.5 287.2M192 .1C66.1.1-12.3 134.3 43.7 242.4 52.4 259.8 79 246.9 70 229 23.7 136.4 91 29.8 192 29.8c75.4 0 136.9 61.4 136.9 136.9 0 90.8-86.9 153.9-167.7 133.1-19.1-4.1-25.6 24.4-6.6 29.1 110.7 23.2 204-60 204-162.3C358.6 74.7 284 .1 192 .1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/the-red-yeti.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/the-red-yeti.svg new file mode 100644 index 0000000..3cd4648 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/the-red-yeti.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m488.23 241.7 20.7 7.1c-9.6-23.9-23.9-37-31.7-44.8l7.1-18.2c.2 0 12.3-27.8-2.5-30.7-.6-11.3-6.6-27-18.4-27-7.6-10.6-17.7-12.3-30.7-5.9a122.2 122.2 0 0 0-25.3 16.5c-5.3-6.4-3 .4-3-29.8-37.1-24.3-45.4-11.7-74.8 3l.5.5a239.4 239.4 0 0 0-68.4-13.3c-5.5-8.7-18.6-19.1-25.1-25.1l24.8 7.1c-5.5-5.5-26.8-12.9-34.2-15.2 18.2-4.1 29.8-20.8 42.5-33-34.9-10.1-67.9-5.9-97.9 11.8l12-44.2L182 0c-31.6 24.2-33 41.9-33.7 45.5-.9-2.4-6.3-19.6-15.2-27a35.12 35.12 0 0 0-.5 25.3c3 8.4 5.9 14.8 8.4 18.9-16-3.3-28.3-4.9-49.2 0h-3.7l33 14.3a194.3 194.3 0 0 0-46.7 67.4l-1.7 8.4 1.7 1.7 7.6-4.7c-3.3 11.6-5.3 19.4-6.6 25.8a200.2 200.2 0 0 0-27.8 40.3c-15 1-31.8 10.8-40.3 14.3l3 3.4 28.8 1c-.5 1-.7 2.2-1.2 3.2-7.3 6.4-39.8 37.7-33 80.7l20.2-22.4c.5 1.7.7 3.4 1.2 5.2 0 25.5.4 89.6 64.9 150.5 43.6 40 96 60.2 157.5 60.2 121.7 0 223-87.3 223-211.5 6.8-9.7-1.2 3 16.7-25.1l13 14.3 2.5-.5A182 182 0 0 0 495 255a44.7 44.7 0 0 0-6.8-13.3zM398 111.2l-.5 21.9c5.5 18.1 16.9 17.2 22.4 17.2l-3.4-4.7 22.4-5.4a242 242 0 0 1-27 0c12.8-2.1 33.3-29 43-11.3 3.4 7.6 6.4 17.2 9.3 27.8l1.7-5.9a56.4 56.4 0 0 1-1.7-15.2c5.4.5 8.8 3.4 9.3 10.1.5 6.4 1.7 14.8 3.4 25.3l4.7-11.3c4.6 0 4.5-3.6-2.5 20.7-20.9-8.7-35.1-8.4-46.5-8.4l18.2-16c-25.3 8.2-33 10.8-54.8 20.9-1.1-5.4-5-13.5-16-19.9-3.2 3.8-2.8.9-.7 14.8h-2.5a62.3 62.3 0 0 0-8.4-23.1l4.2-3.4c8.4-7.1 11.8-14.3 10.6-21.9-.5-6.4-5.4-13.5-13.5-20.7 5.6-3.4 15.2-.4 28.3 8.5m-39.6-10.1c2.7 1.9 11.4 5.4 18.9 17.2 4.2 8.4 4 9.8 3.4 11.1-.5 2.4-.5 4.3-3 7.1-1.7 2.5-5.4 4.7-11.8 7.6-7.6-13-16.5-23.6-27.8-31.2zM91 143.1l1.2-1.7c1.2-2.9 4.2-7.6 9.3-15.2l2.5-3.4-13 12.3 5.4-4.7-10.1 9.3-4.2 1.2c12.3-24.1 23.1-41.3 32.5-50.2 9.3-9.3 16-16 20.2-19.4l-6.4 1.2c-11.3-4.2-19.4-7.1-24.8-8.4 2.5-.5 3.7-.5 3.2-.5 10.3 0 17.5.5 20.9 1.2a52.4 52.4 0 0 0 16 2.5l.5-1.7-8.4-35.8 13.5 29a42.9 42.9 0 0 0 5.9-14.3c1.7-6.4 5.4-13 10.1-19.4s7.6-10.6 9.3-11.3a235 235 0 0 0-6.4 25.3l-1.7 7.1-.5 4.7 2.5 2.5C190.4 39.9 214 34 239.8 34.5l21.1.5c-11.8 13.5-27.8 21.9-48.5 24.8a201 201 0 0 1-23.4 2.9l-.2-.5-2.5-1.2a20.75 20.75 0 0 0-14 2c-2.5-.2-4.9-.5-7.1-.7l-2.5 1.7.5 1.2c2 .2 3.9.5 6.2.7l-2 3.4 3.4-.5-10.6 11.3c-4.2 3-5.4 6.4-4.2 9.3l5.4-3.4h1.2a39.4 39.4 0 0 1 25.3-15.2v-3c6.4.5 13 1 19.4 1.2 6.4 0 8.4.5 5.4 1.2a190 190 0 0 1 20.7 13.5c13.5 10.1 23.6 21.9 30 35.4 8.8 18.2 13.5 37.1 13.5 56.6a141 141 0 0 1-3 28.3 210 210 0 0 1-16 46l2.5.5c18.2-19.7 41.9-16 49.2-16l-6.4 5.9 22.4 17.7-1.7 30.7c-5.4-12.3-16.5-21.1-33-27.8 16.5 14.8 23.6 21.1 21.9 20.2-4.8-2.8-3.5-1.9-10.8-3.7 4.1 4.1 17.5 18.8 18.2 20.7l.2.2-.2.2c0 1.8 1.6-1.2-14 22.9-75.2-15.3-106.27-42.7-141.2-63.2l11.8 1.2c-11.8-18.5-15.6-17.7-38.4-26.1L149 225c-8.8-3-18.2-3-28.3.5l7.6-10.6-1.2-1.7c-14.9 4.3-19.8 9.2-22.6 11.3-1.1-5.5-2.8-12.4-12.3-28.8l-1.2 27-13.2-5c1.5-25.2 5.4-50.5 13.2-74.6m276.5 330c-49.9 25-56.1 22.4-59 23.9-29.8-11.8-50.9-31.7-63.5-58.8l30 16.5c-9.8-9.3-18.3-16.5-38.4-44.3l11.8 23.1-17.7-7.6c14.2 21.1 23.5 51.7 66.6 73.5-120.8 24.2-199-72.1-200.9-74.3a262.6 262.6 0 0 0 35.4 24.8c3.4 1.7 7.1 2.5 10.1 1.2l-16-20.7c9.2 4.2 9.5 4.5 69.1 29-42.5-20.7-73.8-40.8-93.2-60.2-.5 6.4-1.2 10.1-1.2 10.1a80.25 80.25 0 0 1 20.7 26.6c-39-18.9-57.6-47.6-71.3-82.6 49.9 55.1 118.9 37.5 120.5 37.1 34.8 16.4 69.9 23.6 113.9 10.6 3.3 0 20.3 17 25.3 39.1l4.2-3-2.5-23.6c9 9 24.9 22.6 34.4 13-15.6-5.3-23.5-9.5-29.5-31.7 4.6 4.2 7.6 9 27.8 15l1.2-1.2-10.5-14.2c11.7-4.8-3.5 1 32-10.8 4.3 34.3 9 49.2.7 89.5m115.3-214.4-2.5.5 3 9.3c-3.5 5.9-23.7 44.3-71.6 79.7-39.5 29.8-76.6 39.1-80.9 40.3l-7.6-7.1-1.2 3 14.3 16-7.1-4.7 3.4 4.2h-1.2l-21.9-13.5 9.3 26.6-19-27.9-1.2 2.5 7.6 29c-6.1-8.2-21-32.6-56.8-39.6l32.5 21.2a214.8 214.8 0 0 1-93.2-6.4c-4.2-1.2-8.9-2.5-13.5-4.2l1.2-3-44.8-22.4 26.1 22.4c-57.7 9.1-113-25.4-126.4-83.4l-2.5-16.4-22.27 22.3c19.5-57.5 25.6-57.9 51.4-70.1-9.1-5.3-1.6-3.3-38.4-9.3 15.8-5.8 33-15.4 73 5.2a18.5 18.5 0 0 1 3.7-1.7c.6-3.2.4-.8 1-11.8 3.9 10 3.6 8.7 3 9.3l1.7.5c12.7-6.5 8.9-4.5 17-8.9l-5.4 13.5 22.3-5.8-8.4 8.4 2.5 2.5c4.5-1.8 30.3 3.4 40.8 16l-23.6-2.5c39.4 23 51.5 54 55.8 69.6l1.7-1.2c-2.8-22.3-12.4-33.9-16-40.1 4.2 5 39.2 34.6 110.4 46-11.3-.5-23.1 5.4-34.9 18.9l46.7-20.2-9.3 21.9c7.6-10.1 14.8-23.6 21.2-39.6v-.5l1.2-3-1.2 16c13.5-41.8 25.3-78.5 35.4-109.7l13.5-27.8v-2l-5.4-4.2h10.1l5.9 4.2 2.5-1.2-3.4-16 12.3 18.9 41.8-20.2-14.8 13 .5 2.9 17.7-.5a184 184 0 0 1 33 4.2l-23.6 2.5-1.2 3 26.6 23.1a254 254 0 0 1 27 32c-11.2-3.3-10.3-3.4-21.2-3.4l12.3 32.5zm-6.1-71.3-3.9 13-14.3-11.8zm-254.8 7.1c1.7 10.6 4.7 17.7 8.8 21.9-9.3 6.6-27.5 13.9-46.5 16l.5 1.2a50.2 50.2 0 0 0 24.8-2.5l-7.1 13c4.2-1.7 10.1-7.1 17.7-14.8 11.9-5.5 12.7-5.1 20.2-16-12.7-6.4-15.7-13.7-18.4-18.8m3.7-102.3c-6.4-3.4-10.6 3-12.3 18.9s2.5 29.5 11.8 39.6 18.2 10.6 26.1 3 3.4-23.6-11.3-47.7a39.6 39.6 0 0 0-14.27-13.8zm-4.7 46.3c5.4 2.2 10.5 1.9 12.3-10.6v-4.7l-1.2.5c-4.3-3.1-2.5-4.5-1.7-6.2l.5-.5c-.9-1.2-5-8.1-12.5 4.7-.5-13.5.5-21.9 3-24.8 1.2-2.5 4.7-1.2 11.3 4.2 6.4 5.4 11.3 16 15.2 32.5 6.5 28-19.8 26.2-26.9 4.9m-45-5.5c1.6.3 9.3-1.1 9.3-14.8h-.5c-5.4-1.1-2.2-5.5-.7-5.9-1.7-3-3.4-4.2-5.4-4.7-8.1 0-11.6 12.7-8.1 21.2a7.51 7.51 0 0 0 5.43 4.2zM216 82.9l-2.5.5.5 3a48.94 48.94 0 0 1 26.1 5.9c-2.5-5.5-10-14.3-28.3-14.3l.5 2.5zm-71.8 49.4c21.7 16.8 16.5 21.4 46.5 23.6l-2.9-4.7a42.67 42.67 0 0 0 14.8-28.3c1.7-16-1.2-29.5-8.8-41.3l13-7.6a2.26 2.26 0 0 0-.5-1.7 14.21 14.21 0 0 0-13.5 1.7c-12.7 6.7-28 20.9-29 22.4-1.7 1.7-3.4 5.9-5.4 13.5a99.6 99.6 0 0 0-2.9 23.6c-4.7-8-10.5-6.4-19.9-5.9l7.1 7.6c-16.5 0-23.3 15.4-23.6 16 6.8 0 4.6-7.6 30-12.3-4.3-6.3-3.3-5-4.9-6.6m18.7-18.7c1.2-7.6 3.4-13 6.4-17.2 5.4-6.4 10.6-10.1 16-11.8 4.2-1.7 7.1 1.2 10.1 9.3a72.1 72.1 0 0 1 3 25.3c-.5 9.3-3.4 17.2-8.4 23.1-2.9 3.4-5.4 5.9-6.4 7.6a39.2 39.2 0 0 1-11.3-.5l-7.1-3.4-5.4-6.4c.8-10 1.3-18.8 3.1-26m42 56.1c-34.8 14.4-34.7 14-36.1 14.3-20.8 4.7-19-24.4-18.9-24.8l5.9-1.2-.5-2.5c-20.2-2.6-31 4.2-32.5 4.9.5.5 3 3.4 5.9 9.3 4.2-6.4 8.8-10.1 15.2-10.6a83.5 83.5 0 0 0 1.7 33.7c.1.5 2.6 17.4 27.5 24.1 11.3 3 27 1.2 48.9-5.4l-9.2.5c-4.2-14.8-6.4-24.8-5.9-29.5 11.3-8.8 21.9-11.3 30.7-7.6h2.5l-11.8-7.6-7.1.5c-5.9 1.2-12.3 4.2-19.4 8.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/themeco.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/themeco.svg new file mode 100644 index 0000000..e876573 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/themeco.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M202.9 8.43c9.9-5.73 26-5.82 35.95-.21L430 115.85c10 5.6 18 19.44 18 30.86V364c0 11.44-8.06 25.29-18 31L238.81 503.74c-9.93 5.66-26 5.57-35.85-.21L17.86 395.12C8 389.34 0 375.38 0 364V146.71c0-11.44 8-25.36 17.91-31.08zm-77.4 199.83c-15.94 0-31.89.14-47.83.14v101.45H96.8V280h28.7c49.71 0 49.56-71.74 0-71.74m140.14 100.29-30.73-34.64c37-7.51 34.8-65.23-10.87-65.51-16.09 0-32.17-.14-48.26-.14v101.59h19.13v-33.91h18.41l29.56 33.91h22.76zm-41.59-82.32c23.34 0 23.26 32.46 0 32.46h-29.13v-32.46zm-95.56-1.6c21.18 0 21.11 38.85 0 38.85H96.18v-38.84zm192.65-18.25c-68.46 0-71 105.8 0 105.8 69.48-.01 69.41-105.8 0-105.8m0 17.39c44.12 0 44.8 70.86 0 70.86s-44.43-70.86 0-70.86"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/themeisle.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/themeisle.svg new file mode 100644 index 0000000..8cc8995 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/themeisle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M208 88.286c0-10 6.286-21.714 17.715-21.714 11.142 0 17.714 11.714 17.714 21.714 0 10.285-6.572 21.714-17.714 21.714C214.286 110 208 98.571 208 88.286m304 160c0 36.001-11.429 102.286-36.286 129.714-22.858 24.858-87.428 61.143-120.857 70.572l-1.143.286v32.571c0 16.286-12.572 30.571-29.143 30.571-10 0-19.429-5.714-24.572-14.286-5.427 8.572-14.856 14.286-24.856 14.286s-19.429-5.714-24.858-14.286c-5.142 8.572-14.571 14.286-24.57 14.286-10.286 0-19.429-5.714-24.858-14.286-5.143 8.572-14.571 14.286-24.571 14.286-18.857 0-29.429-15.714-29.429-32.857-16.286 12.285-35.715 19.428-56.571 19.428-22 0-43.429-8.285-60.286-22.857 10.285-.286 20.571-2.286 30.285-5.714-20.857-5.714-39.428-18.857-52-36.286 21.37 4.645 46.209 1.673 67.143-11.143-22-22-56.571-58.857-68.572-87.428C1.143 321.714 0 303.714 0 289.429c0-49.714 20.286-160 86.286-160 10.571 0 18.857 4.858 23.143 14.857a159 159 0 0 1 12-15.428c2-2.572 5.714-5.429 7.143-8.286 7.999-12.571 11.714-21.142 21.714-34C182.571 45.428 232 17.143 285.143 17.143c6 0 12 .285 17.714 1.143C313.714 6.571 328.857 0 344.572 0c14.571 0 29.714 6 40 16.286.857.858 1.428 2.286 1.428 3.428 0 3.714-10.285 13.429-12.857 16.286 4.286 1.429 15.714 6.858 15.714 12 0 2.857-2.857 5.143-4.571 7.143 31.429 27.714 49.429 67.143 56.286 108 4.286-5.143 10.285-8.572 17.143-8.572 10.571 0 20.857 7.144 28.571 14.001C507.143 187.143 512 221.714 512 248.286M188 89.428c0 18.286 12.571 37.143 32.286 37.143 19.714 0 32.285-18.857 32.285-37.143 0-18-12.571-36.857-32.285-36.857-19.715 0-32.286 18.858-32.286 36.857M237.714 194c0-19.714 3.714-39.143 8.571-58.286-52.039 79.534-13.531 184.571 68.858 184.571 21.428 0 42.571-7.714 60-20 2-7.429 3.714-14.857 3.714-22.572 0-14.286-6.286-21.428-20.572-21.428-4.571 0-9.143.857-13.429 1.714-63.343 12.668-107.142 3.669-107.142-63.999m-41.142 254.858c0-11.143-8.858-20.857-20.286-20.857s-20 9.715-20 20.857v32.571c0 11.143 8.571 21.142 20 21.142s20.286-9.715 20.286-21.142zm49.143 0c0-11.143-8.572-20.857-20-20.857s-20.286 9.715-20.286 20.857v32.571c0 11.143 8.857 21.142 20.286 21.142 11.428 0 20-10 20-21.142zm49.713 0c0-11.143-8.857-20.857-20.285-20.857s-20.286 9.715-20.286 20.857v32.571c0 11.143 8.857 21.142 20.286 21.142 11.428 0 20.285-9.715 20.285-21.142zm49.715 0c0-11.143-8.857-20.857-20.286-20.857-11.428 0-20.286 9.715-20.286 20.857v32.571c0 11.143 8.858 21.142 20.286 21.142s20.286-10 20.286-21.142zM421.714 286c-30.857 59.142-90.285 102.572-158.571 102.572-96.571 0-160.571-84.572-160.571-176.572q0-25.286 6-49.714c-20 33.715-29.714 72.572-29.714 111.429 0 60.286 24.857 121.715 71.429 160.857 5.143-9.714 14.857-16.286 26-16.286 10 0 19.428 5.714 24.571 14.286 5.429-8.571 14.571-14.286 24.858-14.286 10 0 19.428 5.714 24.571 14.286 5.429-8.571 14.857-14.286 24.858-14.286 10 0 19.428 5.714 24.857 14.286 5.143-8.571 14.571-14.286 24.572-14.286 10.857 0 20.857 6.572 25.714 16 43.427-36.286 68.569-92 71.426-148.286m10.572-99.714c0-53.714-34.571-105.714-92.572-105.714-30.285 0-58.571 15.143-78.857 36.857C240.862 183.812 233.41 254 302.286 254c28.805 0 97.357-28.538 84.286 36.857 28.857-26 45.714-65.714 45.714-104.571"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/think-peaks.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/think-peaks.svg new file mode 100644 index 0000000..1b8497d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/think-peaks.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m465.4 409.4 87.1-150.2-32-.3-55.1 95L259.2 0 23 407.4l32 .3L259.2 55.6zm-355.3-44.1h32.1l117.4-202.5L463 511.9l32.5.1-235.8-404.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/threads.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/threads.svg new file mode 100644 index 0000000..80e1351 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/threads.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M331.5 235.7c2.2.9 4.2 1.9 6.3 2.8 29.2 14.1 50.6 35.2 61.8 61.4 15.7 36.5 17.2 95.8-30.3 143.2-36.2 36.2-80.3 52.5-142.6 53h-.3c-70.2-.5-124.1-24.1-160.4-70.2-32.3-41-48.9-98.1-49.5-169.6v-.5c.5-71.5 17.1-128.6 49.4-169.6 36.3-46.1 90.3-69.7 160.5-70.2h.3c70.3.5 124.9 24 162.3 69.9 18.4 22.7 32 50 40.6 81.7l-40.4 10.8c-7.1-25.8-17.8-47.8-32.2-65.4-29.2-35.8-73-54.2-130.5-54.6-57 .5-100.1 18.8-128.2 54.4C72.1 146.1 58.5 194.3 58 256c.5 61.7 14.1 109.9 40.3 143.3 28 35.6 71.2 53.9 128.2 54.4 51.4-.4 85.4-12.6 113.7-40.9 32.3-32.2 31.7-71.8 21.4-95.9-6.1-14.2-17.1-26-31.9-34.9-3.7 26.9-11.8 48.3-24.7 64.8-17.1 21.8-41.4 33.6-72.7 35.3-23.6 1.3-46.3-4.4-63.9-16-20.8-13.8-33-34.8-34.3-59.3-2.5-48.3 35.7-83 95.2-86.4 21.1-1.2 40.9-.3 59.2 2.8-2.4-14.8-7.3-26.6-14.6-35.2-10-11.7-25.6-17.7-46.2-17.8h-.7c-16.6 0-39 4.6-53.3 26.3l-34.4-23.6c19.2-29.1 50.3-45.1 87.8-45.1h.8c62.6.4 99.9 39.5 103.7 107.7l-.2.2zm-156 68.8c1.3 25.1 28.4 36.8 54.6 35.3 25.6-1.4 54.6-11.4 59.5-73.2-13.2-2.9-27.8-4.4-43.4-4.4-4.8 0-9.6.1-14.4.4-42.9 2.4-57.2 23.2-56.2 41.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/tiktok.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/tiktok.svg new file mode 100644 index 0000000..02b16fe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/tiktok.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M448 209.91a210.06 210.06 0 0 1-122.77-39.25v178.72A162.55 162.55 0 1 1 185 188.31v89.89a74.62 74.62 0 1 0 52.23 71.18V0h88a121 121 0 0 0 1.86 22.17A122.18 122.18 0 0 0 381 102.39a121.43 121.43 0 0 0 67 20.14Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/trade-federation.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/trade-federation.svg new file mode 100644 index 0000000..332ed7c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/trade-federation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M248 8.8c-137 0-248 111-248 248s111 248 248 248 248-111 248-248-111-248-248-248m0 482.8c-129.7 0-234.8-105.1-234.8-234.8S118.3 22 248 22s234.8 105.1 234.8 234.8S377.7 491.6 248 491.6m155.1-328.5v-46.8H209.3V198H54.2l36.7 46h117.7v196.8h48.8V245h83.3v-47h-83.3v-34.8h145.7zm-73.3 45.1v23.9h-82.9v197.4h-26.8V232.1H96.3l-20.1-23.9h143.9v-80.6h171.8V152h-145v56.2zm-161.3-69-12.4-20.7 2.1 23.8-23.5 5.4 23.3 5.4-2.1 24 12.3-20.5 22.2 9.5-15.7-18.1 15.8-18.1zm-29.6-19.7 9.3-11.5-12.7 5.9-8-12.4 1.7 13.9-14.3 3.8 13.7 2.7-.8 14.7 6.8-12.2 13.8 5.3zm165.4 145.2-13.1 5.6-7.3-12.2 1.3 14.2-13.9 3.2 13.9 3.2-1.2 14.2 7.3-12.2 13.1 5.5-9.4-10.7zm106.9-77.2-20.9 9.1-12-19.6 2.2 22.7-22.3 5.4 22.2 4.9-1.8 22.9 11.5-19.6 21.2 8.8-15.1-17zM248 29.9c-125.3 0-226.9 101.6-226.9 226.9S122.7 483.7 248 483.7s226.9-101.6 226.9-226.9S373.3 29.9 248 29.9M342.6 196v51h-83.3v195.7h-52.7V245.9H89.9l-40-49.9h157.4v-81.6h197.8v50.7H259.4V196zM248 43.2c60.3 0 114.8 25 153.6 65.2H202.5V190H45.1C73.1 104.8 153.4 43.2 248 43.2m0 427.1c-117.9 0-213.6-95.6-213.6-213.5 0-21.2 3.1-41.8 8.9-61.1L87.1 252h114.7v196.8h64.6V253h83.3v-62.7h-83.2v-19.2h145.6v-50.8c30.8 37 49.3 84.6 49.3 136.5.1 117.9-95.5 213.5-213.4 213.5M178.8 275l-11-21.4 1.7 24.5-23.7 3.9 23.8 5.9-3.7 23.8 13-20.9 21.5 10.8-15.8-18.8 16.9-17.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/trello.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/trello.svg new file mode 100644 index 0000000..14aaf66 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/trello.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M392.3 32H56.1C25.1 32 0 57.1 0 88c-.1 0 0-4 0 336 0 30.9 25.1 56 56 56h336.2c30.8-.2 55.7-25.2 55.7-56V88c.1-30.8-24.8-55.8-55.6-56M197 371.3c-.2 14.7-12.1 26.6-26.9 26.6H87.4c-14.8.1-26.9-11.8-27-26.6V117.1c0-14.8 12-26.9 26.9-26.9h82.9c14.8 0 26.9 12 26.9 26.9v254.2zm193.1-112c0 14.8-12 26.9-26.9 26.9h-81c-14.8 0-26.9-12-26.9-26.9V117.2c0-14.8 12-26.9 26.8-26.9h81.1c14.8 0 26.9 12 26.9 26.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/tumblr.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/tumblr.svg new file mode 100644 index 0000000..c72cc20 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/tumblr.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M309.8 480.3c-13.6 14.5-50 31.7-97.4 31.7-120.8 0-147-88.8-147-140.6v-144H17.9c-5.5 0-10-4.5-10-10v-68c0-7.2 4.5-13.6 11.3-16 62-21.8 81.5-76 84.3-117.1.8-11 6.5-16.3 16.1-16.3h70.9c5.5 0 10 4.5 10 10v115.2h83c5.5 0 10 4.4 10 9.9v81.7c0 5.5-4.5 10-10 10h-83.4V360c0 34.2 23.7 53.6 68 35.8 4.8-1.9 9-3.2 12.7-2.2 3.5.9 5.8 3.4 7.4 7.9l22 64.3c1.8 5 3.3 10.6-.4 14.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/twitch.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/twitch.svg new file mode 100644 index 0000000..ee6992e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/twitch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M391.17 103.47h-38.63v109.7h38.63ZM285 103h-38.63v109.75H285ZM120.83 0 24.31 91.42v329.16h115.83V512l96.53-91.42h77.25L487.69 256V0Zm328.24 237.75-77.22 73.12h-77.24l-67.6 64v-64h-86.87V36.58h308.93Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/twitter.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/twitter.svg new file mode 100644 index 0000000..37a90b1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/twitter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/typo3.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/typo3.svg new file mode 100644 index 0000000..f06cdfa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/typo3.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M178.7 78.4c0-24.7 5.4-32.4 13.9-39.4-69.5 8.5-149.3 34-176.3 66.4-5.4 7.7-9.3 20.8-9.3 37.1C7 246 113.8 480 191.1 480c36.3 0 97.3-59.5 146.7-139-7 2.3-11.6 2.3-18.5 2.3-57.2 0-140.6-198.5-140.6-264.9M301.5 32c-30.1 0-41.7 5.4-41.7 36.3 0 66.4 53.8 198.5 101.7 198.5 26.3 0 78.8-99.7 78.8-182.3 0-40.9-67-52.5-138.8-52.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/uber.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/uber.svg new file mode 100644 index 0000000..4d9e256 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/uber.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M414.1 32H33.9C15.2 32 0 47.2 0 65.9V446c0 18.8 15.2 34 33.9 34H414c18.7 0 33.9-15.2 33.9-33.9V65.9C448 47.2 432.8 32 414.1 32M237.6 391.1C163 398.6 96.4 344.2 88.9 269.6h94.4V290c0 3.7 3 6.8 6.8 6.8H258c3.7 0 6.8-3 6.8-6.8v-67.9c0-3.7-3-6.8-6.8-6.8h-67.9c-3.7 0-6.8 3-6.8 6.8v20.4H88.9c7-69.4 65.4-122.2 135.1-122.2s128.1 52.8 135.1 122.2c7.5 74.5-46.9 141.1-121.5 148.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/ubuntu.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/ubuntu.svg new file mode 100644 index 0000000..bd13f95 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/ubuntu.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M469.2 75a75.6 75.6 0 1 0-151.3 0 75.6 75.6 0 1 0 151.2 0zm-315 165.7a75.6 75.6 0 1 0-151.2 0 75.6 75.6 0 1 0 151.2 0M57 346c18.6 46.9 51 87 93 115.1s91.5 42.6 142 41.7c-14.7-18.6-22.9-41.5-23.2-65.2-6.8-.9-13.3-2.1-19.5-3.4-26.8-5.7-51.9-17.3-73.6-34s-39.3-38.1-51.7-62.5c-20.9 9.9-44.5 12.8-67.1 8.2zm395.1 89.8a75.6 75.6 0 1 0-151.2 0 75.6 75.6 0 1 0 151.2 0m-8.1-84.2c18.5 14.8 31.6 35.2 37.2 58.2 33.3-41.3 52.6-92.2 54.8-145.2s-12.5-105.4-42.2-149.4c-8.6 21.5-24 39.6-43.8 51.6 15.4 28.6 22.9 60.8 21.9 93.2s-10.7 64-28 91.6zM101.1 135.4c12.4 2.7 24.3 7.5 35.1 14.3 16.6-24.2 38.9-44.1 64.8-58s54.8-21.3 84.2-21.7c.2-5.9.9-11.9 2-17.7C290.8 35.6 298.3 20 309 6.8c-47.7-3.8-95.4 6-137.6 28.5S94.3 91.7 70.8 133.4c2.7-.2 5.3-.3 8-.3 7.5 0 15 .8 22.4 2.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/uikit.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/uikit.svg new file mode 100644 index 0000000..820230e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/uikit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M443.9 128v256L218 512 0 384V169.7l87.6 45.1v117l133.5 75.5 135.8-75.5v-151l-101.1-57.6 87.6-53.1zM308.6 49.1 223.8 0l-88.6 54.8 86 47.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/umbraco.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/umbraco.svg new file mode 100644 index 0000000..602e028 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/umbraco.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 510 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M255.35 8C118.36 7.83 7.14 118.72 7 255.68c-.07 137 111 248.2 248 248.27 136.85 0 247.82-110.7 248-247.67S392.34 8.17 255.35 8m145 266q-1.14 40.68-14 65t-43.51 35q-30.61 10.7-85.45 10.47h-4.6q-54.78.22-85.44-10.47t-43.52-35q-12.85-24.36-14-65a225 225 0 0 1 0-30.71 418 418 0 0 1 3.6-43.88c1.88-13.39 3.57-22.58 5.4-32 1-4.88 1.28-6.42 1.82-8.45a5.09 5.09 0 0 1 4.9-3.89h.69l32 5a5.07 5.07 0 0 1 4.16 5 5 5 0 0 1 0 .77l-1.7 8.78q-2.41 13.25-4.84 33.68a381 381 0 0 0-2.64 42.15q-.28 40.43 8.13 59.83a43.87 43.87 0 0 0 31.31 25.18A243 243 0 0 0 250 340.6h10.25a242.6 242.6 0 0 0 57.27-5.16 43.86 43.86 0 0 0 31.15-25.23q8.53-19.42 8.13-59.78a388 388 0 0 0-2.6-42.15q-2.48-20.38-4.89-33.68l-1.69-8.78a5 5 0 0 1 0-.77 5 5 0 0 1 4.2-5l32-5h.82a5 5 0 0 1 4.9 3.89c.55 2.05.81 3.57 1.83 8.45 1.82 9.62 3.52 18.78 5.39 32a416 416 0 0 1 3.61 43.88 228 228 0 0 1-.04 30.73z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/uncharted.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/uncharted.svg new file mode 100644 index 0000000..1f7dc0d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/uncharted.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M171.73 232.813a5.38 5.38 0 0 0 4.97-3.313 48.1 48.1 0 0 1 14.9-25.256c1.243-.828 1.657-2.484 1.657-4.141a4.22 4.22 0 0 0-2.071-3.312L74.429 128.473 148.958 85a9.94 9.94 0 0 0 4.968-8.281 9.11 9.11 0 0 0-4.968-8.281L126.6 55.6a9.75 9.75 0 0 0-9.523 0l-100.2 57.966a9.94 9.94 0 0 0-4.969 8.281v115.107a9.11 9.11 0 0 0 4.969 8.281l22.358 12.835a8.83 8.83 0 0 0 4.968 1.242 9.4 9.4 0 0 0 6.625-2.484 10.8 10.8 0 0 0 2.9-7.039V164.5l115.932 67.9a4.5 4.5 0 0 0 2.07.413M323.272 377.73a12.5 12.5 0 0 0-4.969 1.242l-74.528 43.062V287.882c0-2.9-2.9-5.8-6.211-4.555a53.04 53.04 0 0 1-28.984.414 4.86 4.86 0 0 0-6.21 4.555v133.323l-74.529-43.061a8.83 8.83 0 0 0-4.969-1.242 9.63 9.63 0 0 0-9.523 9.523v26.085a9.11 9.11 0 0 0 4.969 8.281l100.2 57.553a8.83 8.83 0 0 0 4.968 1.242 11 11 0 0 0 4.969-1.242l100.2-57.553a9.94 9.94 0 0 0 4.968-8.281v-26.085c-.823-4.554-5.383-9.109-10.351-9.109M286.007 78a23 23 0 1 0-23-23 23 23 0 0 0 23 23m63.627-10.086a23 23 0 1 0 23 23 23 23 0 0 0-23-23m63.182 83.686a23 23 0 1 0-23-23 23 23 0 0 0 23 23m-63.182-9.2a23 23 0 1 0 23 23 23 23 0 0 0-23-23m-63.627 83.244a23 23 0 1 0-23-23 23 23 0 0 0 23 23.004Zm-62.074 36.358a23 23 0 1 0-23-23 23 23 0 0 0 23 23.004Zm188.883-82.358a23 23 0 1 0 23 23 23 23 0 0 0-23-22.996Zm0 72.272a23 23 0 1 0 23 23 23 23 0 0 0-23-22.996Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/uniregistry.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/uniregistry.svg new file mode 100644 index 0000000..b5c8c5a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/uniregistry.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M192 480c39.5 0 76.2-11.8 106.8-32.2H85.3C115.8 468.2 152.5 480 192 480m-89.1-193.1v-12.4H0v12.4c0 2.5 0 5 .1 7.4h103.1c-.2-2.4-.3-4.9-.3-7.4m20.5 57H8.5c2.6 8.5 5.8 16.8 9.6 24.8h138.3c-12.9-5.7-24.1-14.2-33-24.8m-17.7-34.7H1.3c.9 7.6 2.2 15 3.9 22.3h109.7c-4-6.9-7.2-14.4-9.2-22.3m-2.8-69.3H0v17.3h102.9zm0-173.2H0v4.9h102.9zm0-34.7H0v2.5h102.9zm0 69.3H0v7.4h102.9zm0 104H0v14.8h102.9zm0-69.3H0v9.9h102.9zm0 34.6H0V183h102.9zm166.2 160.9h109.7c1.8-7.3 3.1-14.7 3.9-22.3H278.3c-2.1 7.9-5.2 15.4-9.2 22.3m12-185.7H384V136H281.1zm0 37.2H384v-12.4H281.1zm0-74.3H384v-7.4H281.1zm0-76.7v2.5H384V32zm-203 410.9h227.7c11.8-8.7 22.7-18.6 32.2-29.7H44.9c9.6 11 21.4 21 33.2 29.7m203-371.3H384v-4.9H281.1zm0 148.5H384v-14.8H281.1zM38.8 405.7h305.3c6.7-8.5 12.6-17.6 17.8-27.2H23c5.2 9.6 9.2 18.7 15.8 27.2m188.8-37.1H367c3.7-8 5.8-16.2 8.5-24.8h-115c-8.8 10.7-20.1 19.2-32.9 24.8m53.5-81.7c0 2.5-.1 5-.4 7.4h103.1c.1-2.5.2-4.9.2-7.4v-12.4H281.1zm0-29.7H384v-17.3H281.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/unity.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/unity.svg new file mode 100644 index 0000000..e09813d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/unity.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m243.583 91.603 80.112 46.781c2.88 1.642 2.985 6.199 0 7.841l-95.192 55.629a8.75 8.75 0 0 1-8.954 0l-95.192-55.629c-2.932-1.589-2.984-6.252 0-7.841l80.06-46.781V0L0 119.417v238.835l78.384-45.775v-93.563c-.052-3.338 3.823-5.722 6.703-3.921l95.192 55.629a9.09 9.09 0 0 1 4.503 7.842v111.205c.052 3.338-3.823 5.722-6.703 3.92l-80.112-46.781-78.384 45.775L224 512l204.417-119.417-78.384-45.775-80.112 46.781c-2.828 1.749-6.807-.529-6.703-3.92V278.464c0-3.338 1.833-6.305 4.503-7.842l95.193-55.629c2.827-1.748 6.806.477 6.702 3.921v93.563L448 358.252V119.417L243.583 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/unsplash.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/unsplash.svg new file mode 100644 index 0000000..c3edd64 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/unsplash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M448 230.17V480H0V230.17h141.13v124.92h165.74V230.17ZM306.87 32H141.13v124.91h165.74Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/untappd.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/untappd.svg new file mode 100644 index 0000000..bb13847 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/untappd.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M401.3 49.9c-79.8 160.1-84.6 152.5-87.9 173.2l-5.2 32.8c-1.9 12-6.6 23.5-13.7 33.4L145.6 497.1c-7.6 10.6-20.4 16.2-33.4 14.6-40.3-5-77.8-32.2-95.3-68.5-5.7-11.8-4.5-25.8 3.1-36.4l148.9-207.9c7.1-9.9 16.4-18 27.2-23.7l29.3-15.5c18.5-9.8 9.7-11.9 135.6-138.9 1-4.8 1-7.3 3.6-8 3-.7 6.6-1 6.3-4.6l-.4-4.6c-.2-1.9 1.3-3.6 3.2-3.6 4.5-.1 13.2 1.2 25.6 10 12.3 8.9 16.4 16.8 17.7 21.1.6 1.8-.6 3.7-2.4 4.2l-4.5 1.1c-3.4.9-2.5 4.4-2.3 7.4.1 2.8-2.3 3.6-6.5 6.1M230.1 36.4c3.4.9 2.5 4.4 2.3 7.4-.2 2.7 2.1 3.5 6.4 6 7.9 15.9 15.3 30.5 22.2 44 .7 1.3 2.3 1.5 3.3.5 11.2-12 24.6-26.2 40.5-42.6 1.3-1.4 1.4-3.5.1-4.9-8-8.2-16.5-16.9-25.6-26.1-1-4.7-1-7.3-3.6-8-3-.8-6.6-1-6.3-4.6.3-3.3 1.4-8.1-2.8-8.2-4.5-.1-13.2 1.1-25.6 10-12.3 8.9-16.4 16.8-17.7 21.1-1.4 4.2 3.6 4.6 6.8 5.4M620 406.7 471.2 198.8c-13.2-18.5-26.6-23.4-56.4-39.1-11.2-5.9-14.2-10.9-30.5-28.9-1-1.1-2.9-.9-3.6.5-46.3 88.8-47.1 82.8-49 94.8-1.7 10.7-1.3 20 .3 29.8 1.9 12 6.6 23.5 13.7 33.4l148.9 207.9c7.6 10.6 20.2 16.2 33.1 14.7 40.3-4.9 78-32 95.7-68.6 5.4-11.9 4.3-25.9-3.4-36.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/ups.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/ups.svg new file mode 100644 index 0000000..805154b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/ups.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M103.2 303c-5.2 3.6-32.6 13.1-32.6-19V180H37.9v102.6c0 74.9 80.2 51.1 97.9 39V180h-32.6zM4 74.82v220.9c0 103.7 74.9 135.2 187.7 184.1 112.4-48.9 187.7-80.2 187.7-184.1V74.82c-116.3-61.6-281.8-49.6-375.4 0m358.1 220.9c0 86.6-53.2 113.6-170.4 165.3-117.5-51.8-170.5-78.7-170.5-165.3v-126.4c102.3-93.8 231.6-100 340.9-89.8zm-209.6-107.4v212.8h32.7v-68.7c24.4 7.3 71.7-2.6 71.7-78.5 0-97.4-80.7-80.92-104.4-65.6m32.7 117.3v-100.3c8.4-4.2 38.4-12.7 38.4 49.3 0 67.9-36.4 51.8-38.4 51m79.1-86.4c.1 47.3 51.6 42.5 52.2 70.4.6 23.5-30.4 23-50.8 4.9v30.1c36.2 21.5 81.9 8.1 83.2-33.5 1.7-51.5-54.1-46.6-53.4-73.2.6-20.3 30.6-20.5 48.5-2.2v-28.4c-28.5-22-79.9-9.2-79.7 31.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/upwork.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/upwork.svg new file mode 100644 index 0000000..75f75f6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/upwork.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 641 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M494.7 295.6c-50.3 0-83.5-38.9-92.8-53.9 11.9-95.3 46.8-125.4 92.8-125.4 45.5 0 80.9 36.4 80.9 89.7s-35.4 89.7-80.9 89.7zm0-237.8c-81.9 0-127.8 53.4-141 108.4-14.9-28-25.9-65.5-34.5-100.3H206v141c0 51.1-23.3 89-68.8 89s-71.6-37.8-71.6-89l.5-141H.8v141C.8 248 14.1 285.3 38.4 312c25 27.5 59.2 41.8 98.8 41.8 78.8 0 133.8-60.4 133.8-146.9v-94.8c8.2 31.2 27.8 91.1 65.3 143.6l-35 199.4h66.4l23.1-141.3c7.6 6.3 15.7 12 24.2 17 22.2 14 47.7 21.9 73.9 22.8 0 0 4 .2 6.1.2 81.2 0 145.9-62.9 145.9-147.8s-64.8-148.1-146-148.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/usb.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/usb.svg new file mode 100644 index 0000000..094372d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/usb.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M641.5 256c0 3.1-1.7 6.1-4.5 7.5L547.9 317c-1.4.8-2.8 1.4-4.5 1.4-1.4 0-3.1-.3-4.5-1.1-2.8-1.7-4.5-4.5-4.5-7.8v-35.6H295.7c25.3 39.6 40.5 106.9 69.6 106.9H392V354c0-5 3.9-8.9 8.9-8.9H490c5 0 8.9 3.9 8.9 8.9v89.1c0 5-3.9 8.9-8.9 8.9h-89.1c-5 0-8.9-3.9-8.9-8.9v-26.7h-26.7c-75.4 0-81.1-142.5-124.7-142.5H140.3c-8.1 30.6-35.9 53.5-69 53.5C32 327.3 0 295.3 0 256s32-71.3 71.3-71.3c33.1 0 61 22.8 69 53.5 39.1 0 43.9 9.5 74.6-60.4C255 88.7 273 95.7 323.8 95.7c7.5-20.9 27-35.6 50.4-35.6 29.5 0 53.5 23.9 53.5 53.5s-23.9 53.5-53.5 53.5c-23.4 0-42.9-14.8-50.4-35.6H294c-29.1 0-44.3 67.4-69.6 106.9h310.1v-35.6c0-3.3 1.7-6.1 4.5-7.8s6.4-1.4 8.9.3l89.1 53.5c2.8 1.1 4.5 4.1 4.5 7.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/usps.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/usps.svg new file mode 100644 index 0000000..75738e2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/usps.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M460.3 241.7c25.8-41.3 15.2-48.8-11.7-48.8h-27c-.1 0-1.5-1.4-10.9 8-11.2 5.6-37.9 6.3-37.9 8.7 0 4.5 70.3-3.1 88.1 0 9.5 1.5-1.5 20.4-4.4 32-.5 4.5 2.4 2.3 3.8.1m-112.1 22.6c64-21.3 97.3-23.9 102-26.2 4.4-2.9-4.4-6.6-26.2-5.8-51.7 2.2-137.6 37.1-172.6 53.9l-30.7-93.3h196.6c-2.7-28.2-152.9-22.6-337.9-22.6L27 415.8c196.4-97.3 258.9-130.3 321.2-151.5M94.7 96c253.3 53.7 330 65.7 332.1 85.2 36.4 0 45.9 0 52.4 6.6 21.1 19.7-14.6 67.7-14.6 67.7-4.4 2.9-406.4 160.2-406.4 160.2h423.1L549 96z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/ussunnah.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/ussunnah.svg new file mode 100644 index 0000000..b32e5c0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/ussunnah.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 482 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M481.9 268.1A240.9 240.9 0 1 1 .1 268a240.9 240.9 0 1 1 481.9 0zM24.5 268a216.5 216.5 0 1 0 432.9 0 216.5 216.5 0 1 0-432.9 0m385.9 63.3c-12.7 0-21.6-1.9-26.7-5.9-5.5-4.3-8.2-12.3-8.2-23.8v-96.5c0-6.5-5.2-20.2-15.7-41.2 7 0 17-9.1 30-27.2v147.8c0 11 2.4 19.4 7 25.3 3.7 4.7 10.1 8.9 19 12.6 1.2.4 2.6.9 4.1 1.4 2.9.9 6.3 2.1 10.3 3.5-1.8 2.7-8.3 4-19.9 4zm-219 0c-1.3 2.4-3.6 5.5-6.8 9.4l-18.5 22.5c-1-6.1-4-13-9.3-20.6s-9.7-11.4-13.4-11.4H53.6c3.3-5.3 4.9-8.8 4.9-10.8s-.8-5.3-2.4-9.7c-1.5-4.4-2.4-8.5-2.4-12.4 0-7.4 2.1-13.9 6.3-19.3l20-25.6-7.1-17.7L89 215.9l6.7 16.8 8-10.3c-1.8 6.4-2.6 12.3-2.6 17.7 0 4.2 2.8 13.3 8.3 27.3l16.2 40.7h17.7c2.8.4 7.7 5 14.6 13.9 1.8 2.4 4.3 5.8 7.7 10.2 1.4 1.9 2.9 3.9 4.6 6.1 1.3-2.3 2-4.6 2-7.1 0-2-1.3-6.6-4-13.4l-5.2-13.7c-4-10.6-6.1-17.7-6.1-21.3 0-6.3 1.9-12.3 5.8-17.9.5-.6 1-1.3 1.5-1.9 4.4-5.6 8.8-11.1 13.3-16.5-1.1 4.6-1.7 8.7-1.7 12 0 3.7 1.7 9.9 5.1 18.8l7.9 20.4c1.9 4.7 3 8.2 3.7 10.3h25.9l-.9-2.6c-1.4-3.9-4-7-7.7-9.3l15.6-20.1 12.3 32h13.4l-6.1-15.8c-1.5-3.9-4-7-7.7-9.3l15.7-20.1 17.3 45.2h13.4l-11.4-29.4c-1.5-3.9-4-7-7.7-9.3l15.6-20 22.4 58.7h26.2c1.5 0 3-1.1 4.5-3.1s2.2-4.1 2.2-6.3v-93.5c0-6.5-4.5-20.3-13.7-41.2 5.4 0 14.1-9.1 26.2-27.2v163.5c0 7.2.6 12 1.7 14.6 1.6 3.4 5.3 6.2 11.1 8.2-3.9 5.6-8.7 8.5-14.5 8.5H191.5zm-98-44c-2.7-6.7-4-11.7-4-15-.6 1.2-2.4 3.7-5.4 7.6-1.4 1.9-2.2 3.7-2.2 5.3 0 2.6.8 5.7 2.2 9.3l5.6 13.9c5 0 9 0 11.9-.1l-8.2-20.9zm13.5-72.4c-3-5.2-7-9.3-11.9-11.9-3.5-1.9-5.3-4.3-5.3-7.4 0-2.4 4.6-8.6 14-18.3.2 3.8 1.9 7.6 4.9 11.2 3.1 3.6 4.6 7 4.6 10.1 0 2.6-2.1 8-6.2 16.3zm-27.6 0c-3-5.2-7-9.3-11.9-11.9-3.5-1.9-5.3-4.3-5.3-7.4 0-2.4 4.6-8.6 14-18.3.2 3.8 1.9 7.6 4.9 11.2 3.1 3.6 4.6 7 4.6 10.1 0 2.6-2.1 8-6.2 16.3zm87 27.5c-3-5.2-7-9.3-11.9-11.9-3.5-1.9-5.3-4.3-5.3-7.4 0-2.4 4.6-8.6 14-18.3.2 3.8 1.9 7.6 4.9 11.2 3.1 3.6 4.6 7 4.6 10.1 0 2.6-2.1 8-6.2 16.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/vaadin.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/vaadin.svg new file mode 100644 index 0000000..2d39ae0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/vaadin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M224.5 140.7c1.5-17.6 4.9-52.7 49.8-52.7h98.6c20.7 0 32.1-7.8 32.1-21.6V54.1c0-12.2 9.3-22.1 21.5-22.1S448 41.9 448 54.1v36.5c0 42.9-21.5 62-66.8 62H280.7c-30.1 0-33 14.7-33 27.1 0 1.3-.1 2.5-.2 3.7-.7 12.3-10.9 22.2-23.4 22.2s-22.7-9.8-23.4-22.2c-.1-1.2-.2-2.4-.2-3.7 0-12.3-3-27.1-33-27.1H66.8c-45.3 0-66.8-19.1-66.8-62V54.1C0 41.9 9.4 32 21.6 32s21.5 9.9 21.5 22.1v12.3C43.1 80.2 54.5 88 75.2 88h98.6c44.8 0 48.3 35.1 49.8 52.7zM224 456c11.5 0 21.4-7 25.7-16.3 1.1-1.8 97.1-169.6 98.2-171.4 11.9-19.6-3.2-44.3-27.2-44.3-13.9 0-23.3 6.4-29.8 20.3L224 362l-66.9-117.7c-6.4-13.9-15.9-20.3-29.8-20.3-24 0-39.1 24.6-27.2 44.3 1.1 1.9 97.1 169.6 98.2 171.4 4.3 9.3 14.2 16.3 25.7 16.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/viacoin.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/viacoin.svg new file mode 100644 index 0000000..ae2019b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/viacoin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M384 32h-64l-80.7 192h-94.5L64 32H0l48 112H0v48h68.5l13.8 32H0v48h102.8L192 480l89.2-208H384v-48h-82.3l13.8-32H384v-48h-48zM192 336l-27-64h54z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/viadeo.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/viadeo.svg new file mode 100644 index 0000000..b02e169 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/viadeo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M276.2 150.5v.7C258.3 98.6 233.6 47.8 205.4 0c43.3 29.2 67 100 70.8 150.5m32.7 121.7c7.6 18.2 11 37.5 11 57 0 77.7-57.8 141-137.8 139.4l3.8-.3c74.2-46.7 109.3-118.6 109.3-205.1 0-38.1-6.5-75.9-18.9-112 1 11.7 1 23.7 1 35.4 0 91.8-18.1 241.6-116.6 280C95 455.2 49.4 398 49.4 329.2c0-75.6 57.4-142.3 135.4-142.3 16.8 0 33.7 3.1 49.1 9.6 1.7-15.1 6.5-29.9 13.4-43.3-19.9-7.2-41.2-10.7-62.5-10.7-161.5 0-238.7 195.9-129.9 313.7 67.9 74.6 192 73.9 259.8 0 56.6-61.3 60.9-142.4 36.4-201-12.7 8-27.1 13.9-42.2 17M418.1 11.7c-31 66.5-81.3 47.2-115.8 80.1-12.4 12-20.6 34-20.6 50.5 0 14.1 4.5 27.1 12 38.8 47.4-11 98.3-46 118.2-90.7-.7 5.5-4.8 14.4-7.2 19.2-20.3 35.7-64.6 65.6-99.7 84.9 14.8 14.4 33.7 25.8 55 25.8 79 0 110.1-134.6 58.1-208.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/viber.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/viber.svg new file mode 100644 index 0000000..04b0532 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/viber.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M444 49.9C431.3 38.2 379.9.9 265.3.4c0 0-135.1-8.1-200.9 52.3C27.8 89.3 14.9 143 13.5 209.5s-3.1 191.1 117 224.9h.1l-.1 51.6s-.8 20.9 13 25.1c16.6 5.2 26.4-10.7 42.3-27.8 8.7-9.4 20.7-23.2 29.8-33.7 82.2 6.9 145.3-8.9 152.5-11.2 16.6-5.4 110.5-17.4 125.7-142 15.8-128.6-7.6-209.8-49.8-246.5M457.9 287c-12.9 104-89 110.6-103 115.1-6 1.9-61.5 15.7-131.2 11.2 0 0-52 62.7-68.2 79-5.3 5.3-11.1 4.8-11-5.7 0-6.9.4-85.7.4-85.7q-.15 0 0 0C43.1 372.7 49.1 266.6 50.2 211.1s11.6-101 42.6-131.6c55.7-50.5 170.4-43 170.4-43 96.9.4 143.3 29.6 154.1 39.4 35.7 30.6 53.9 103.8 40.6 211.1m-139-80.8c.4 8.6-12.5 9.2-12.9.6-1.1-22-11.4-32.7-32.6-33.9-8.6-.5-7.8-13.4.7-12.9 27.9 1.5 43.4 17.5 44.8 46.2m20.3 11.3c1-42.4-25.5-75.6-75.8-79.3-8.5-.6-7.6-13.5.9-12.9 58 4.2 88.9 44.1 87.8 92.5-.1 8.6-13.1 8.2-12.9-.3m47 13.4c.1 8.6-12.9 8.7-12.9.1-.6-81.5-54.9-125.9-120.8-126.4-8.5-.1-8.5-12.9 0-12.9 73.7.5 133 51.4 133.7 139.2M374.9 329v.2c-10.8 19-31 40-51.8 33.3l-.2-.3c-21.1-5.9-70.8-31.5-102.2-56.5-16.2-12.8-31-27.9-42.4-42.4-10.3-12.9-20.7-28.2-30.8-46.6-21.3-38.5-26-55.7-26-55.7-6.7-20.8 14.2-41 33.3-51.8h.2c9.2-4.8 18-3.2 23.9 3.9 0 0 12.4 14.8 17.7 22.1 5 6.8 11.7 17.7 15.2 23.8 6.1 10.9 2.3 22-3.7 26.6l-12 9.6c-6.1 4.9-5.3 14-5.3 14s17.8 67.3 84.3 84.3c0 0 9.1.8 14-5.3l9.6-12c4.6-6 15.7-9.8 26.6-3.7 14.7 8.3 33.4 21.2 45.8 32.9 7 5.7 8.6 14.4 3.8 23.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/vimeo-v.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/vimeo-v.svg new file mode 100644 index 0000000..d094440 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/vimeo-v.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M447.8 153.6c-2 43.6-32.4 103.3-91.4 179.1-60.9 79.2-112.4 118.8-154.6 118.8q-39.15 0-66.3-72.3C100.3 250 85.3 174.3 56.2 174.3c-3.4 0-15.1 7.1-35.2 21.1L0 168.2c51.6-45.3 100.9-95.7 131.8-98.5 34.9-3.4 56.3 20.5 64.4 71.5 28.7 181.5 41.4 208.9 93.6 126.7 18.7-29.6 28.8-52.1 30.2-67.6 4.8-45.9-35.8-42.8-63.3-31 22-72.1 64.1-107.1 126.2-105.1 45.8 1.2 67.5 31.1 64.9 89.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/vimeo.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/vimeo.svg new file mode 100644 index 0000000..b7e419a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/vimeo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M403.2 32H44.8C20.1 32 0 52.1 0 76.8v358.4C0 459.9 20.1 480 44.8 480h358.4c24.7 0 44.8-20.1 44.8-44.8V76.8c0-24.7-20.1-44.8-44.8-44.8M377 180.8c-1.4 31.5-23.4 74.7-66 129.4-44 57.2-81.3 85.8-111.7 85.8-18.9 0-34.8-17.4-47.9-52.3-25.5-93.3-36.4-148-57.4-148-2.4 0-10.9 5.1-25.4 15.2l-15.2-19.6c37.3-32.8 72.9-69.2 95.2-71.2 25.2-2.4 40.7 14.8 46.5 51.7 20.7 131.2 29.9 151 67.6 91.6 13.5-21.4 20.8-37.7 21.8-48.9 3.5-33.2-25.9-30.9-45.8-22.4 15.9-52.1 46.3-77.4 91.2-76 33.3.9 49 22.5 47.1 64.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/vine.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/vine.svg new file mode 100644 index 0000000..c41aecd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/vine.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M384 254.7v52.1c-18.4 4.2-36.9 6.1-52.1 6.1-36.9 77.4-103 143.8-125.1 156.2-14 7.9-27.1 8.4-42.7-.8C137 452 34.2 367.7 0 102.7h74.5C93.2 261.8 139 343.4 189.3 404.5c27.9-27.9 54.8-65.1 75.6-106.9-49.8-25.3-80.1-80.9-80.1-145.6 0-65.6 37.7-115.1 102.2-115.1 114.9 0 106.2 127.9 81.6 181.5 0 0-46.4 9.2-63.5-20.5 3.4-11.3 8.2-30.8 8.2-48.5 0-31.3-11.3-46.6-28.4-46.6-18.2 0-30.8 17.1-30.8 50 .1 79.2 59.4 118.7 129.9 101.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/vk.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/vk.svg new file mode 100644 index 0000000..f4fc5c7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/vk.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M31.49 63.49C0 94.982 0 145.672 0 247.04v17.92c0 101.369 0 152.059 31.49 183.549C62.982 480 113.672 480 215.04 480h17.92c101.369 0 152.059 0 183.549-31.491C448 417.019 448 366.329 448 264.96v-17.92c0-101.369 0-152.059-31.491-183.55C385.019 32 334.329 32 232.96 32h-17.92C113.671 32 62.981 32 31.49 63.49M75.6 168.268h51.147c1.68 85.493 39.386 121.706 69.253 129.173V168.267h48.16V242c29.493-3.173 60.48-36.773 70.933-73.733h48.16a142.26 142.26 0 0 1-65.52 92.96 147.35 147.35 0 0 1 76.72 93.52H321.44a92.15 92.15 0 0 0-77.28-66.64v66.64h-5.787c-102.106 0-160.346-70-162.773-186.48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/vnv.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/vnv.svg new file mode 100644 index 0000000..79f5870 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/vnv.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M104.9 352c-34.1 0-46.4-30.4-46.4-30.4L2.6 210.1S-7.8 192 13 192h32.8c10.4 0 13.2 8.7 18.8 18.1l36.7 74.5s5.2 13.1 21.1 13.1 21.1-13.1 21.1-13.1l36.7-74.5c5.6-9.5 8.4-18.1 18.8-18.1h32.8c20.8 0 10.4 18.1 10.4 18.1l-55.8 111.5S174.2 352 140 352zm395 0c-34.1 0-46.4-30.4-46.4-30.4l-55.9-111.5S387.2 192 408 192h32.8c10.4 0 13.2 8.7 18.8 18.1l36.7 74.5s5.2 13.1 21.1 13.1 21.1-13.1 21.1-13.1l36.8-74.5c5.6-9.5 8.4-18.1 18.8-18.1H627c20.8 0 10.4 18.1 10.4 18.1l-55.9 111.5S569.3 352 535.1 352zM337.6 192c34.1 0 46.4 30.4 46.4 30.4l55.9 111.5s10.4 18.1-10.4 18.1h-32.8c-10.4 0-13.2-8.7-18.8-18.1l-36.7-74.5s-5.2-13.1-21.1-13.1-21.1 13.1-21.1 13.1l-36.7 74.5c-5.6 9.4-8.4 18.1-18.8 18.1h-32.9c-20.8 0-10.4-18.1-10.4-18.1l55.9-111.5s12.2-30.4 46.4-30.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/vuejs.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/vuejs.svg new file mode 100644 index 0000000..c648e01 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/vuejs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M356.9 64.3H280l-56 88.6-48-88.6H0L224 448 448 64.3zm-301.2 32h53.8L224 294.5 338.4 96.3h53.8L224 384.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/watchman-monitoring.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/watchman-monitoring.svg new file mode 100644 index 0000000..855153a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/watchman-monitoring.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 16C123.452 16 16 123.452 16 256s107.452 240 240 240 240-107.452 240-240S388.548 16 256 16M121.69 429.122C70.056 388.972 36.741 326.322 36.741 256a218.5 218.5 0 0 1 9.587-64.122l102.9-17.895-.121 10.967-13.943 2.013s-.144 12.5-.144 19.549a12.78 12.78 0 0 0 4.887 10.349l9.468 7.4Zm105.692-283.27 8.48-7.618s6.934-5.38-.143-9.344c-7.188-4.024-39.53-34.5-39.53-34.5-5.348-5.477-8.257-7.347-15.46 0 0 0-32.342 30.474-39.529 34.5-7.078 3.964-.144 9.344-.144 9.344l8.481 7.618-.048 4.369-73.507-19.176c39.644-56.938 105.532-94.3 180.018-94.3a218.75 218.75 0 0 1 164.934 75.025l-193.512 37.7Zm34.063 329.269-33.9-250.857 9.467-7.4a12.78 12.78 0 0 0 4.888-10.349c0-7.044-.144-19.549-.144-19.549l-13.943-2.013-.116-10.474 241.711 31.391a219 219 0 0 1 5.851 50.13c0 119.074-95.428 216.212-213.814 219.121"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/waze.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/waze.svg new file mode 100644 index 0000000..ab43dea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/waze.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M502.17 201.67C516.69 287.53 471.23 369.59 389 409.8c13 34.1-12.4 70.2-48.32 70.2a51.68 51.68 0 0 1-51.57-49c-6.44.19-64.2 0-76.33-.64A51.69 51.69 0 0 1 159 479.92c-33.86-1.36-57.95-34.84-47-67.92-37.21-13.11-72.54-34.87-99.62-70.8-13-17.28-.48-41.8 20.84-41.8 46.31 0 32.22-54.17 43.15-110.26C94.8 95.2 193.12 32 288.09 32c102.48 0 197.15 70.67 214.08 169.67M373.51 388.28c42-19.18 81.33-56.71 96.29-102.14 40.48-123.09-64.15-228-181.71-228-83.45 0-170.32 55.42-186.07 136-9.53 48.91 5 131.35-68.75 131.35C58.21 358.6 91.6 378.11 127 389.54c24.66-21.8 63.87-15.47 79.83 14.34 14.22 1 79.19 1.18 87.9.82a51.69 51.69 0 0 1 78.78-16.42M205.12 187.13c0-34.74 50.84-34.75 50.84 0s-50.84 34.74-50.84 0m116.57 0c0-34.74 50.86-34.75 50.86 0s-50.86 34.75-50.86 0m-122.61 70.69c-3.44-16.94 22.18-22.18 25.62-5.21l.06.28c4.14 21.42 29.85 44 64.12 43.07 35.68-.94 59.25-22.21 64.11-42.77 4.46-16.05 28.6-10.36 25.47 6-5.23 22.18-31.21 62-91.46 62.9-42.55 0-80.88-27.84-87.9-64.25z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/web-awesome.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/web-awesome.svg new file mode 100644 index 0000000..5eeff19 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/web-awesome.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M372.2 52c0 20.9-12.4 39-30.2 47.2L448 192l104.4-20.9c-5.3-7.7-8.4-17.1-8.4-27.1 0-26.5 21.5-48 48-48s48 21.5 48 48c0 26-20.6 47.1-46.4 48L481 442.3c-10.3 23-33.2 37.7-58.4 37.7H217.4c-25.2 0-48-14.8-58.4-37.7L46.4 192C20.6 191.1 0 170 0 144c0-26.5 21.5-48 48-48s48 21.5 48 48c0 10.1-3.1 19.4-8.4 27.1L192 192l106.1-92.9c-17.7-8.3-30-26.3-30-47.1 0-28.7 23.3-52 52-52s52 23.3 52 52z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/webflow.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/webflow.svg new file mode 100644 index 0000000..9780ca3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/webflow.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M640 64 435.8 463.2H244l85.5-165.5h-3.8C255.1 389.3 149.9 449.5 0 463.2V300.1s95.9-5.7 152.3-64.9H0V64h171.1v140.8h3.8l70-140.8h129.4v139.9h3.8L450.7 64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/weebly.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/weebly.svg new file mode 100644 index 0000000..6be0032 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/weebly.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M425.09 65.83c-39.88 0-73.28 25.73-83.66 64.33-18.16-58.06-65.5-64.33-84.95-64.33-19.78 0-66.8 6.28-85.28 64.33-10.38-38.6-43.45-64.33-83.66-64.33C38.59 65.83 0 99.72 0 143.03c0 28.96 4.18 33.27 77.17 233.48 22.37 60.57 67.77 69.35 92.74 69.35 39.23 0 70.04-19.46 85.93-53.98 15.89 34.83 46.69 54.29 85.93 54.29 24.97 0 70.36-9.1 92.74-69.67 76.55-208.65 77.5-205.58 77.5-227.2.63-48.32-36.01-83.47-86.92-83.47m26.34 114.81-65.57 176.44c-7.92 21.49-21.22 37.22-46.24 37.22-23.44 0-37.38-12.41-44.03-33.9l-39.28-117.42h-.95L216.08 360.4c-6.96 21.5-20.9 33.6-44.02 33.6-25.02 0-38.33-15.74-46.24-37.22L60.88 181.55c-5.38-14.83-7.92-23.91-7.92-34.5 0-16.34 15.84-29.36 38.33-29.36 18.69 0 31.99 11.8 36.11 29.05l44.03 139.82h.95l44.66-136.79c6.02-19.67 16.47-32.08 38.96-32.08s32.94 12.11 38.96 32.08l44.66 136.79h.95l44.03-139.82c4.12-17.25 17.42-29.05 36.11-29.05 22.17 0 38.33 13.32 38.33 35.71-.32 7.87-4.12 16.04-7.61 27.24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/weibo.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/weibo.svg new file mode 100644 index 0000000..31cc89e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/weibo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M407 177.6c7.6-24-13.4-46.8-37.4-41.7-22 4.8-28.8-28.1-7.1-32.8 50.1-10.9 92.3 37.1 76.5 84.8-6.8 21.2-38.8 10.8-32-10.3M214.8 446.7C108.5 446.7 0 395.3 0 310.4c0-44.3 28-95.4 76.3-143.7C176 67 279.5 65.8 249.9 161c-4 13.1 12.3 5.7 12.3 6 79.5-33.6 140.5-16.8 114 51.4-3.7 9.4 1.1 10.9 8.3 13.1 135.7 42.3 34.8 215.2-169.7 215.2m143.7-146.3c-5.4-55.7-78.5-94-163.4-85.7-84.8 8.6-148.8 60.3-143.4 116s78.5 94 163.4 85.7c84.8-8.6 148.8-60.3 143.4-116M347.9 35.1c-25.9 5.6-16.8 43.7 8.3 38.3 72.3-15.2 134.8 52.8 111.7 124-7.4 24.2 29.1 37 37.4 12 31.9-99.8-55.1-195.9-157.4-174.3m-78.5 311c-17.1 38.8-66.8 60-109.1 46.3-40.8-13.1-58-53.4-40.3-89.7 17.7-35.4 63.1-55.4 103.4-45.1 42 10.8 63.1 50.2 46 88.5m-86.3-30c-12.9-5.4-30 .3-38 12.9-8.3 12.9-4.3 28 8.6 34 13.1 6 30.8.3 39.1-12.9 8-13.1 3.7-28.3-9.7-34m32.6-13.4c-5.1-1.7-11.4.6-14.3 5.4-2.9 5.1-1.4 10.6 3.7 12.9 5.1 2 11.7-.3 14.6-5.4 2.8-5.2 1.1-10.9-4-12.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/weixin.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/weixin.svg new file mode 100644 index 0000000..b43203a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/weixin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M385.2 167.6c6.4 0 12.6.3 18.8 1.1C387.4 90.3 303.3 32 207.7 32 100.5 32 13 104.8 13 197.4c0 53.4 29.3 97.5 77.9 131.6l-19.3 58.6 68-34.1c24.4 4.8 43.8 9.7 68.2 9.7 6.2 0 12.1-.3 18.3-.8-4-12.9-6.2-26.6-6.2-40.8-.1-84.9 72.9-154 165.3-154m-104.5-52.9c14.5 0 24.2 9.7 24.2 24.4 0 14.5-9.7 24.2-24.2 24.2-14.8 0-29.3-9.7-29.3-24.2.1-14.7 14.6-24.4 29.3-24.4m-136.4 48.6c-14.5 0-29.3-9.7-29.3-24.2 0-14.8 14.8-24.4 29.3-24.4 14.8 0 24.4 9.7 24.4 24.4 0 14.6-9.6 24.2-24.4 24.2M563 319.4c0-77.9-77.9-141.3-165.4-141.3-92.7 0-165.4 63.4-165.4 141.3S305 460.7 397.6 460.7c19.3 0 38.9-5.1 58.6-9.9l53.4 29.3-14.8-48.6C534 402.1 563 363.2 563 319.4m-219.1-24.5c-9.7 0-19.3-9.7-19.3-19.6 0-9.7 9.7-19.3 19.3-19.3 14.8 0 24.4 9.7 24.4 19.3 0 10-9.7 19.6-24.4 19.6m107.1 0c-9.7 0-19.3-9.7-19.3-19.6 0-9.7 9.7-19.3 19.3-19.3 14.5 0 24.4 9.7 24.4 19.3.1 10-9.9 19.6-24.4 19.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/whatsapp.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/whatsapp.svg new file mode 100644 index 0000000..1842e24 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/whatsapp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157m-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1s56.2 81.2 56.1 130.5c0 101.8-84.9 184.6-186.6 184.6m101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8s-14.3 18-17.6 21.8c-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7s-12.5-30.1-17.1-41.2c-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2s-9.7 1.4-14.8 6.9c-5.1 5.6-19.4 19-19.4 46.3s19.9 53.7 22.6 57.4c2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4s4.6-24.1 3.2-26.4c-1.3-2.5-5-3.9-10.5-6.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/whmcs.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/whmcs.svg new file mode 100644 index 0000000..0546cba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/whmcs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M448 161v-21.3l-28.5-8.8-2.2-10.4 20.1-20.7L427 80.4l-29 7.5-7.2-7.5 7.5-28.2-19.1-11.6-21.3 21-10.7-3.2-7-26.4h-22.6l-6.2 26.4-12.1 3.2-19.7-21-19.4 11 8.1 27.7-8.1 8.4-28.5-7.5-11 19.1 20.7 21-2.9 10.4-28.5 7.8-.3 21.7 28.8 7.5 2.4 12.1-20.1 19.9 10.4 18.5 29.6-7.5 7.2 8.6-8.1 26.9 19.9 11.6 19.4-20.4 11.6 2.9 6.7 28.5 22.6.3 6.7-28.8 11.6-3.5 20.7 21.6 20.4-12.1-8.8-28 7.8-8.1 28.8 8.8 10.3-20.1-20.9-18.8 2.2-12.1zm-119.2 45.2c-31.3 0-56.8-25.4-56.8-56.8s25.4-56.8 56.8-56.8 56.8 25.4 56.8 56.8c0 31.5-25.4 56.8-56.8 56.8m72.3 16.4 46.9 14.5V277l-55.1 13.4-4.1 22.7 38.9 35.3-19.2 37.9-54-16.7-14.6 15.2 16.7 52.5-38.3 22.7-38.9-40.5-21.7 6.6-12.6 54-42.4-.5-12.6-53.6-21.7-5.6-36.4 38.4-37.4-21.7 15.2-50.5-13.7-16.1-55.5 14.1-19.7-34.8 37.9-37.4-4.8-22.8-54-14.1.5-40.9L54 219.9l5.7-19.7-38.9-39.4L41.5 125l53.6 14.1 15.2-15.7-15.2-52 36.4-20.7 36.8 39.4L191 84l11.6-52H245l11.6 45.9L234 72l-6.3-1.7-3.3 5.7-11 19.1-3.3 5.6 4.6 4.6 17.2 17.4-.3 1-23.8 6.5-6.2 1.7-.1 6.4-.2 12.9C153.8 161.6 118 204 118 254.7c0 58.3 47.3 105.7 105.7 105.7 50.5 0 92.7-35.4 103.2-82.8l13.2.2 6.9.1 1.6-6.7 5.6-24 1.9-.6 17.1 17.8 4.7 4.9 5.8-3.4 20.4-12.1 5.8-3.5-2-6.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/wikipedia-w.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/wikipedia-w.svg new file mode 100644 index 0000000..fdb009f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/wikipedia-w.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m640 51.2-.3 12.2c-28.1.8-45 15.8-55.8 40.3-25 57.8-103.3 240-155.3 358.6H415l-81.9-193.1c-32.5 63.6-68.3 130-99.2 193.1-.3.3-15 0-15-.3C172 352.3 122.8 243.4 75.8 133.4 64.4 106.7 26.4 63.4.2 63.7c0-3.1-.3-10-.3-14.2h161.9v13.9c-19.2 1.1-52.8 13.3-43.3 34.2 21.9 49.7 103.6 240.3 125.6 288.6 15-29.7 57.8-109.2 75.3-142.8-13.9-28.3-58.6-133.9-72.8-160-9.7-17.8-36.1-19.4-55.8-19.7V49.8l142.5.3v13.1c-19.4.6-38.1 7.8-29.4 26.1 18.9 40 30.6 68.1 48.1 104.7 5.6-10.8 34.7-69.4 48.1-100.8 8.9-20.6-3.9-28.6-38.6-29.4.3-3.6 0-10.3.3-13.6 44.4-.3 111.1-.3 123.1-.6v13.6c-22.5.8-45.8 12.8-58.1 31.7l-59.2 122.8c6.4 16.1 63.3 142.8 69.2 156.7L559.2 91.8c-8.6-23.1-36.4-28.1-47.2-28.3V49.6l127.8 1.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/windows.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/windows.svg new file mode 100644 index 0000000..8571024 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/windows.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m0 93.7 183.6-25.3v177.4H0zm0 324.6 183.6 25.3V268.4H0zm203.8 28L448 480V268.4H203.8zm0-380.6v180.1H448V32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/wirsindhandwerk.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/wirsindhandwerk.svg new file mode 100644 index 0000000..3c03362 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/wirsindhandwerk.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M50.772 479.812h83.36V367.847l-83.36 47.01Zm329.046 0h82.35v-64.956l-82.35-47.009Zm.006-448v219.756l-123.648-72.382-121.672 72.382V31.812H50.772v360.794l205.404-122.287 205.993 122.287V31.812Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/wix.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/wix.svg new file mode 100644 index 0000000..ed8e6ef --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/wix.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M393.38 131.69c0 13.03 2.08 32.69-28.68 43.83-9.52 3.45-15.95 9.66-15.95 9.66 0-31 4.72-42.22 17.4-48.86 9.75-5.11 27.23-4.63 27.23-4.63m-115.8 35.54-34.24 132.66-28.48-108.57c-7.69-31.99-20.81-48.53-48.43-48.53-27.37 0-40.66 16.18-48.43 48.53L89.52 299.89 55.28 167.23C49.73 140.51 23.86 128.96 0 131.96l65.57 247.93s21.63 1.56 32.46-3.96c14.22-7.25 20.98-12.84 29.59-46.57 7.67-30.07 29.11-118.41 31.12-124.7 4.76-14.94 11.09-13.81 15.4 0 1.97 6.3 23.45 94.63 31.12 124.7 8.6 33.73 15.37 39.32 29.59 46.57 10.82 5.52 32.46 3.96 32.46 3.96l65.57-247.93c-24.42-3.07-49.82 8.93-55.3 35.27m115.78 5.21s-4.1 6.34-13.46 11.57c-6.01 3.36-11.78 5.64-17.97 8.61-15.14 7.26-13.18 13.95-13.18 35.2v152.07s16.55 2.09 27.37-3.43c13.93-7.1 17.13-13.95 17.26-44.78V181.41l-.02.01zm163.44 84.08L640 132.78s-35.11-5.98-52.5 9.85c-13.3 12.1-24.41 29.55-54.18 72.47-.47.73-6.25 10.54-13.07 0-29.29-42.23-40.8-60.29-54.18-72.47-17.39-15.83-52.5-9.85-52.5-9.85l83.2 123.74-82.97 123.36s36.57 4.62 53.95-11.21c11.49-10.46 17.58-20.37 52.51-70.72 6.81-10.52 12.57-.77 13.07 0 29.4 42.38 39.23 58.06 53.14 70.72 17.39 15.83 53.32 11.21 53.32 11.21z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/wizards-of-the-coast.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/wizards-of-the-coast.svg new file mode 100644 index 0000000..3b442ef --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/wizards-of-the-coast.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M219.19 345.69c-1.9 1.38-11.07 8.44-.26 23.57 4.64 6.42 14.11 12.79 21.73 6.55 6.5-4.88 7.35-12.92.26-23.04-5.47-7.76-14.28-12.88-21.73-7.08m336.75 75.94c-.34 1.7-.55 1.67.79 0 2.09-4.19 4.19-10.21 4.98-19.9 3.14-38.49-40.33-71.49-101.34-78.03-54.73-6.02-124.38 9.17-188.8 60.49l-.26 1.57c2.62 4.98 4.98 10.74 3.4 21.21l.79.26c63.89-58.4 131.19-77.25 184.35-73.85 58.4 3.67 100.03 34.04 100.03 68.08-.01 9.96-2.63 15.72-3.94 20.17M392.28 240.42c.79 7.07 4.19 10.21 9.17 10.47 5.5.26 9.43-2.62 10.47-6.55.79-3.4 2.09-29.85 2.09-29.85s-11.26 6.55-14.93 10.47c-3.66 3.68-7.33 8.39-6.8 15.46m-50.02-151.1C137.75 89.32 13.1 226.8.79 241.2c-1.05.52-1.31.79.79 1.31 60.49 16.5 155.81 81.18 196.13 202.16l1.05.26c55.25-69.92 140.88-128.05 236.99-128.05 80.92 0 130.15 42.16 130.15 80.39 0 18.33-6.55 33.52-22.26 46.35 0 .96-.2.79.79.79 14.66-10.74 27.5-28.8 27.5-48.18 0-22.78-12.05-38.23-12.05-38.23 7.07 7.07 10.74 16.24 10.74 16.24 5.76-40.85 26.97-62.32 26.97-62.32-2.36-9.69-6.81-17.81-6.81-17.81 7.59 8.12 14.4 27.5 14.4 41.37 0 10.47-3.4 22.78-12.57 31.95l.26.52c8.12-4.98 16.5-16.76 16.5-37.97 0-15.71-4.71-25.92-4.71-25.92 5.76-5.24 11.26-9.17 15.97-11.78.79 3.4 2.09 9.69 2.36 14.93 0 1.05.79 1.83 1.05 0 .79-5.76-.26-16.24-.26-16.5 6.02-3.14 9.69-4.45 9.69-4.45C617.74 176 489.43 89.32 342.26 89.32m-99.24 289.62c-11.06 8.99-24.2 4.08-30.64-4.19-7.45-9.58-6.76-24.09 4.19-32.47 14.85-11.35 27.08-.49 31.16 5.5.28.39 12.13 16.57-4.71 31.16m2.09-136.43 9.43-17.81 11.78 70.96-12.57 6.02-24.62-28.8 14.14-26.71 3.67 4.45zm18.59 117.58-.26-.26c2.05-4.1-2.5-6.61-17.54-31.69-1.31-2.36-3.14-2.88-4.45-2.62l-.26-.52c7.86-5.76 15.45-10.21 25.4-15.71l.52.26c1.31 1.83 2.09 2.88 3.4 4.71l-.26.52c-1.05-.26-2.36-.79-5.24.26-2.09.79-7.86 3.67-12.31 7.59v1.31c1.57 2.36 3.93 6.55 5.76 9.69h.26c10.05-6.28 7.56-4.55 11.52-7.86h.26c.52 1.83.52 1.83 1.83 5.5l-.26.26c-3.06.61-4.65.34-11.52 5.5v.26c9.46 17.02 11.01 16.75 12.57 15.97l.26.26c-2.34 1.59-6.27 4.21-9.68 6.57m55.26-32.47c-3.14 1.57-6.02 2.88-9.95 4.98l-.26-.26c1.29-2.59 1.16-2.71-11.78-32.47l-.26-.26c-.15 0-8.9 3.65-9.95 7.33h-.52l-1.05-5.76.26-.52c7.29-4.56 25.53-11.64 27.76-12.57l.52.26 3.14 4.98-.26.52c-3.53-1.76-7.35.76-12.31 2.62v.26c12.31 32.01 12.67 30.64 14.66 30.64zm44.77-16.5c-4.19 1.05-5.24 1.31-9.69 2.88l-.26-.26.52-4.45c-1.05-3.4-3.14-11.52-3.67-13.62l-.26-.26c-3.4.79-8.9 2.62-12.83 3.93l-.26.26c.79 2.62 3.14 9.95 4.19 13.88.79 2.36 1.83 2.88 2.88 3.14v.52c-3.67 1.05-7.07 2.62-10.21 3.93l-.26-.26c1.05-1.31 1.05-2.88.26-4.98-1.05-3.14-8.12-23.83-9.17-27.23-.52-1.83-1.57-3.14-2.62-3.14v-.52c3.14-1.05 6.02-2.09 10.74-3.4l.26.26-.26 4.71c1.31 3.93 2.36 7.59 3.14 9.69h.26c3.93-1.31 9.43-2.88 12.83-3.93l.26-.26-2.62-9.43c-.52-1.83-1.05-3.4-2.62-3.93v-.26c4.45-1.05 7.33-1.83 10.74-2.36l.26.26c-1.05 1.31-1.05 2.88-.52 4.45 1.57 6.28 4.71 20.43 6.28 26.45.54 2.62 1.85 3.41 2.63 3.93m32.21-6.81-.26.26c-4.71.52-14.14 2.36-22.52 4.19l-.26-.26.79-4.19c-1.57-7.86-3.4-18.59-4.98-26.19-.26-1.83-.79-2.88-2.62-3.67l.79-.52c9.17-1.57 20.16-2.36 24.88-2.62l.26.26c.52 2.36.79 3.14 1.57 5.5l-.26.26c-1.14-1.14-3.34-3.2-16.24-.79l-.26.26c.26 1.57 1.05 6.55 1.57 9.95l.26.26c9.52-1.68 4.76-.06 10.74-2.36h.26c0 1.57-.26 1.83-.26 5.24h-.26c-4.81-1.03-2.15-.9-10.21 0l-.26.26c.26 2.09 1.57 9.43 2.09 12.57l.26.26c1.15.38 14.21-.65 16.24-4.71h.26c-.53 2.38-1.05 4.21-1.58 6.04m10.74-44.51c-4.45 2.36-8.12 2.88-11 2.88-.25.02-11.41 1.09-17.54-9.95-6.74-10.79-.98-25.2 5.5-31.69 8.8-8.12 23.35-10.1 28.54-17.02 8.03-10.33-13.04-22.31-29.59-5.76l-2.62-2.88 5.24-16.24c25.59-1.57 45.2-3.04 50.02 16.24.79 3.14 0 9.43-.26 12.05 0 2.62-1.83 18.85-2.09 23.04-.52 4.19-.79 18.33-.79 20.69.26 2.36.52 4.19 1.57 5.5 1.57 1.83 5.76 1.83 5.76 1.83l-.79 4.71c-11.82-1.07-10.28-.59-20.43-1.05-3.22-5.15-2.23-3.28-4.19-7.86 0 .01-4.19 3.94-7.33 5.51m37.18 21.21c-6.35-10.58-19.82-7.16-21.73 5.5-2.63 17.08 14.3 19.79 20.69 10.21l.26.26c-.52 1.83-1.83 6.02-1.83 6.28l-.52.52c-10.3 6.87-28.5-2.5-25.66-18.59 1.94-10.87 14.44-18.93 28.8-9.95l.26.52c0 1.06-.27 3.41-.27 5.25m5.77-87.73v-6.55c.69 0 19.65 3.28 27.76 7.33l-1.57 17.54s10.21-9.43 15.45-10.74c5.24-1.57 14.93 7.33 14.93 7.33l-11.26 11.26c-12.07-6.35-19.59-.08-20.69.79-5.29 38.72-8.6 42.17 4.45 46.09l-.52 4.71c-17.55-4.29-18.53-4.5-36.92-7.33l.79-4.71c7.25 0 7.48-5.32 7.59-6.81 0 0 4.98-53.16 4.98-55.25-.02-2.87-4.99-3.66-4.99-3.66m10.99 114.44c-8.12-2.09-14.14-11-10.74-20.69 3.14-9.43 12.31-12.31 18.85-10.21 9.17 2.62 12.83 11.78 10.74 19.38-2.61 8.9-9.42 13.87-18.85 11.52m42.16 9.69c-2.36-.52-7.07-2.36-8.64-2.88v-.26l1.57-1.83c.59-8.24.59-7.27.26-7.59-4.82-1.81-6.66-2.36-7.07-2.36-1.31 1.83-2.88 4.45-3.67 5.5l-.79 3.4v.26c-1.31-.26-3.93-1.31-6.02-1.57v-.26l2.62-1.83c3.4-4.71 9.95-14.14 13.88-20.16v-2.09l.52-.26c2.09.79 5.5 2.09 7.59 2.88.48.48.18-1.87-1.05 25.14-.24 1.81.02 2.6.8 3.91m-4.71-89.82c11.25-18.27 30.76-16.19 34.04-3.4L539.7 198c2.34-6.25-2.82-9.9-4.45-11.26l1.83-3.67c12.22 10.37 16.38 13.97 22.52 20.43-25.91 73.07-30.76 80.81-24.62 84.32l-1.83 4.45c-6.37-3.35-8.9-4.42-17.81-8.64l2.09-6.81c-.26-.26-3.93 3.93-9.69 3.67-19.06-1.3-22.89-31.75-9.67-52.9m29.33 79.34c0-5.71-6.34-7.89-7.86-5.24-1.31 2.09 1.05 4.98 2.88 8.38 1.57 2.62 2.62 6.28 1.05 9.43-2.64 6.34-12.4 5.31-15.45-.79 0-.7-.27.09 1.83-4.71l.79-.26c-.57 5.66 6.06 9.61 8.38 4.98 1.05-2.09-.52-5.5-2.09-8.38-1.57-2.62-3.67-6.28-1.83-9.69 2.72-5.06 11.25-4.47 14.66 2.36v.52zm21.21 13.36c-1.96-3.27-.91-2.14-4.45-4.71h-.26c-2.36 4.19-5.76 10.47-8.64 16.24-1.31 2.36-1.05 3.4-.79 3.93l-.26.26-5.76-4.45.26-.26 2.09-1.31c3.14-5.76 6.55-12.05 9.17-17.02v-.26c-2.64-1.98-1.22-1.51-6.02-1.83v-.26l3.14-3.4h.26c3.67 2.36 9.95 6.81 12.31 8.9l.26.26zm27.23-44.26-2.88-2.88c.79-2.36 1.83-4.98 2.09-7.59.75-9.74-11.52-11.84-11.52-4.98 0 4.98 7.86 19.38 7.86 27.76 0 10.21-5.76 15.71-13.88 16.5-8.38.79-20.16-10.47-20.16-10.47l4.98-14.4 2.88 2.09c-2.97 17.8 17.68 20.37 13.35 5.24-1.06-4.02-18.75-34.2 2.09-38.23 13.62-2.36 23.04 16.5 23.04 16.5zm35.62-10.21c-11-30.38-60.49-127.53-191.95-129.62-53.42-1.05-94.27 15.45-132.76 37.97l85.63-9.17-91.39 20.69 25.14 19.64-3.93-16.5c7.5-1.71 39.15-8.45 66.77-8.9l-22.26 80.39c13.61-.7 18.97-8.98 19.64-22.78l4.98-1.05.26 26.71c-22.46 3.21-37.3 6.69-49.49 9.95l13.09-43.21-61.54-36.66 2.36 8.12 10.21 4.98c6.28 18.59 19.38 56.56 20.43 58.66 1.95 4.28 3.16 5.78 12.05 4.45l1.05 4.98c-16.08 4.86-23.66 7.61-39.02 14.4l-2.36-4.71c4.4-2.94 8.73-3.94 5.5-12.83-23.7-62.5-21.48-58.14-22.78-59.44l2.36-4.45 33.52 67.3c-3.84-11.87 1.68 1.69-32.99-78.82l-41.9 88.51 4.71-13.88-35.88-42.16 27.76 93.48-11.78 8.38C95 228.58 101.05 231.87 93.23 231.52c-5.5-.26-13.62 5.5-13.62 5.5L74.63 231c30.56-23.53 31.62-24.33 58.4-42.68l4.19 7.07s-5.76 4.19-7.86 7.07c-5.9 9.28 1.67 13.28 61.8 75.68l-18.85-58.92 39.8-10.21 25.66 30.64 4.45-12.31-4.98-24.62 13.09-3.4.52 3.14 3.67-10.47-94.27 29.33 11.26-4.98-13.62-42.42 17.28-9.17 30.11 36.14 28.54-13.09c-1.41-7.47-2.47-14.5-4.71-19.64l17.28 13.88 4.71-2.09-59.18-42.68 23.08 11.5c18.98-6.07 25.23-7.47 32.21-9.69l2.62 11c-12.55 12.55 1.43 16.82 6.55 19.38l-13.62-61.01 12.05 28.28c4.19-1.31 7.33-2.09 7.33-2.09l2.62 8.64s-3.14 1.05-6.28 2.09l8.9 20.95 33.78-65.73-20.69 61.01c42.42-24.09 81.44-36.66 131.98-35.88 67.04 1.05 167.33 40.85 199.8 139.83.78 2.1-.01 2.63-.79.27M203.48 152.43s1.83-.52 4.19-1.31l9.43 7.59c-.4 0-3.44-.25-11.26 2.36zm143.76 38.5c-1.57-.6-26.46-4.81-33.26 20.69l21.73 17.02zM318.43 67.07c-58.4 0-106.05 12.05-114.96 14.4v.79c8.38 2.09 14.4 4.19 21.21 11.78l1.57.26c6.55-1.83 48.97-13.88 110.24-13.88 180.16 0 301.67 116.79 301.67 223.37v9.95c0 1.31.79 2.62 1.05.52.52-2.09.79-8.64.79-19.64.26-83.79-96.63-227.55-321.57-227.55m211.06 169.68c1.31-5.76 0-12.31-7.33-13.09-9.62-1.13-16.14 23.79-17.02 33.52-.79 5.5-1.31 14.93 6.02 14.93 4.68-.01 9.72-.91 18.33-35.36m-61.53 42.95c-2.62-.79-9.43-.79-12.57 10.47-1.83 6.81.52 13.35 6.02 14.66 3.67 1.05 8.9.52 11.78-10.74 2.62-9.94-1.83-13.61-5.23-14.39M491 300.65c1.83.52 3.14 1.05 5.76 1.83 0-1.83.52-8.38.79-12.05-1.05 1.31-5.5 8.12-6.55 9.95z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/wodu.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/wodu.svg new file mode 100644 index 0000000..f2a8e86 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/wodu.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M178.414 339.706H141.1l-28.934-116.231h-.478l-28.46 116.231H45.2L0 168.946h37.548l27.026 116.231h.478l29.655-116.231h35.157l29.178 117.667h.479L187.5 168.946h36.831zM271.4 212.713c38.984 0 64.1 25.828 64.1 65.291 0 39.222-25.111 65.05-64.1 65.05-38.743 0-63.855-25.828-63.855-65.05.002-39.463 25.114-65.291 63.855-65.291m0 104.753c23.2 0 30.133-19.852 30.133-39.462 0-19.852-6.934-39.7-30.133-39.7-27.7 0-29.894 19.85-29.894 39.7.002 19.61 6.937 39.462 29.894 39.462m163.684 6.456h-.478c-7.893 13.392-21.765 19.132-37.548 19.132-37.31 0-55.485-32.045-55.485-66.246 0-33.243 18.415-64.095 54.767-64.095 14.589 0 28.938 6.218 36.831 18.416h.24v-62.183h33.96v170.76h-32.287zM405.428 238.3c-22.24 0-29.894 19.134-29.894 39.463 0 19.371 8.848 39.7 29.894 39.7 22.482 0 29.178-19.613 29.178-39.94 0-20.087-7.174-39.223-29.178-39.223M592.96 339.706h-32.287v-17.219h-.718c-8.609 13.87-23.436 20.567-37.786 20.567-36.113 0-45.2-20.328-45.2-50.941v-76.052h33.959V285.9c0 20.329 5.979 30.372 21.765 30.372 18.415 0 26.306-10.283 26.306-35.393v-64.818h33.961zm9.493-36.83H640v36.83h-37.547z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/wolf-pack-battalion.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/wolf-pack-battalion.svg new file mode 100644 index 0000000..9986149 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/wolf-pack-battalion.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m267.73 471.53 10.56 15.84 5.28-12.32 5.28 7V512c21.06-7.92 21.11-66.86 25.51-97.21 4.62-31.89-.88-92.81 81.37-149.11-8.88-23.61-12-49.43-2.64-80.05C421 189 447 196.21 456.43 239.73l-30.35 8.36c11.15 23 17 46.76 13.2 72.14L412 313.18l-6.16 33.43-18.47-7-8.8 33.39-19.35-7 26.39 21.11 8.8-28.15L419 364.2l7-35.63 26.39 14.52c.25-20 7-58.06-8.8-84.45l26.39 5.28c4-22.07-2.38-39.21-7.92-56.74l22.43 9.68c-.44-25.07-29.94-56.79-61.58-58.5-20.22-1.09-56.74-25.17-54.1-51.9 2-19.87 17.45-42.62 43.11-49.7-44 36.51-9.68 67.3 5.28 73.46 4.4-11.44 17.54-69.08 0-130.2-40.39 22.87-89.65 65.1-93.2 147.79l-58 38.71-3.52 93.25L369.78 220l7 7-17.59 3.52-44 38.71-15.84-5.28-28.1 49.25-3.52 119.64 21.11 15.84-32.55 15.84-32.55-15.84 21.11-15.84-3.52-119.64-28.15-49.26-15.84 5.28-44-38.71-17.58-3.51 7-7 107.33 59.82-3.52-93.25-58.06-38.71C185 65.1 135.77 22.87 95.3 0c-17.54 61.12-4.4 118.76 0 130.2 15-6.16 49.26-36.95 5.28-73.46 25.66 7.08 41.15 29.83 43.11 49.7 2.63 26.74-33.88 50.81-54.1 51.9-31.65 1.72-61.15 33.44-61.59 58.51l22.43-9.68c-5.54 17.53-11.91 34.67-7.92 56.74l26.39-5.28c-15.76 26.39-9.05 64.43-8.8 84.45l26.39-14.52 7 35.63 24.63-5.28 8.8 28.15L153.35 366 134 373l-8.8-33.43-18.47 7-6.16-33.43-27.27 7c-3.82-25.38 2-49.1 13.2-72.14l-30.35-8.36c9.4-43.52 35.47-50.77 63.34-54.1 9.36 30.62 6.24 56.45-2.64 80.05 82.25 56.3 76.75 117.23 81.37 149.11 4.4 30.35 4.45 89.29 25.51 97.21v-29.83l5.28-7 5.28 12.32 10.56-15.84 11.44 21.11 11.43-21.1zm79.17-95L331.06 366c7.47-4.36 13.76-8.42 19.35-12.32-.6 7.22-.27 13.84-3.51 22.84zm28.15-49.26c-.4 10.94-.9 21.66-1.76 31.67-7.85-1.86-15.57-3.8-21.11-7 8.24-7.94 15.55-16.32 22.87-24.68zm24.63 5.28c0-13.43-2.05-24.21-5.28-33.43a235 235 0 0 1-18.47 27.27zm3.52-80.94c19.44 12.81 27.8 33.66 29.91 56.3-12.32-4.53-24.63-9.31-36.95-10.56 5.06-12 6.65-28.14 7-45.74zm-1.76-45.74c.81 14.3 1.84 28.82 1.76 42.23 19.22-8.11 29.78-9.72 44-14.08-10.61-18.96-27.2-25.53-45.76-28.16zM165.68 376.52 181.52 366c-7.47-4.36-13.76-8.42-19.35-12.32.6 7.26.27 13.88 3.51 22.88zm-28.15-49.26c.4 10.94.9 21.66 1.76 31.67 7.85-1.86 15.57-3.8 21.11-7-8.24-7.93-15.55-16.31-22.87-24.67m-24.64 5.28c0-13.43 2-24.21 5.28-33.43a235 235 0 0 0 18.47 27.27zm-3.52-80.94c-19.44 12.81-27.8 33.66-29.91 56.3 12.32-4.53 24.63-9.31 37-10.56-5-12-6.65-28.14-7-45.74zm1.76-45.74c-.81 14.3-1.84 28.82-1.76 42.23-19.22-8.11-29.78-9.72-44-14.08 10.63-18.95 27.23-25.52 45.76-28.15"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/wordpress-simple.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/wordpress-simple.svg new file mode 100644 index 0000000..c7c6e00 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/wordpress-simple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 8C119.3 8 8 119.2 8 256c0 136.7 111.3 248 248 248s248-111.3 248-248C504 119.2 392.7 8 256 8M33 256c0-32.3 6.9-63 19.3-90.7l106.4 291.4C84.3 420.5 33 344.2 33 256m223 223c-21.9 0-43-3.2-63-9.1l66.9-194.4 68.5 187.8c.5 1.1 1 2.1 1.6 3.1-23.1 8.1-48 12.6-74 12.6m30.7-327.5c13.4-.7 25.5-2.1 25.5-2.1 12-1.4 10.6-19.1-1.4-18.4 0 0-36.1 2.8-59.4 2.8-21.9 0-58.7-2.8-58.7-2.8-12-.7-13.4 17.7-1.4 18.4 0 0 11.4 1.4 23.4 2.1l34.7 95.2L200.6 393l-81.2-241.5c13.4-.7 25.5-2.1 25.5-2.1 12-1.4 10.6-19.1-1.4-18.4 0 0-36.1 2.8-59.4 2.8-4.2 0-9.1-.1-14.4-.3C109.6 73 178.1 33 256 33c58 0 110.9 22.2 150.6 58.5-1-.1-1.9-.2-2.9-.2-21.9 0-37.4 19.1-37.4 39.6 0 18.4 10.6 33.9 21.9 52.3 8.5 14.8 18.4 33.9 18.4 61.5 0 19.1-7.3 41.2-17 72.1l-22.2 74.3zm81.4 297.2 68.1-196.9c12.7-31.8 17-57.2 17-79.9 0-8.2-.5-15.8-1.5-22.9 17.4 31.8 27.3 68.2 27.3 107 0 82.3-44.6 154.1-110.9 192.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/wordpress.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/wordpress.svg new file mode 100644 index 0000000..ad1a625 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/wordpress.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m61.7 169.4 101.5 278C92.2 413 43.3 340.2 43.3 256c0-30.9 6.6-60.1 18.4-86.6m337.9 75.9c0-26.3-9.4-44.5-17.5-58.7-10.8-17.5-20.9-32.4-20.9-49.9 0-19.6 14.8-37.8 35.7-37.8.9 0 1.8.1 2.8.2-37.9-34.7-88.3-55.9-143.7-55.9-74.3 0-139.7 38.1-177.8 95.9 5 .2 9.7.3 13.7.3 22.2 0 56.7-2.7 56.7-2.7 11.5-.7 12.8 16.2 1.4 17.5 0 0-11.5 1.3-24.3 2l77.5 230.4L249.8 247l-33.1-90.8c-11.5-.7-22.3-2-22.3-2-11.5-.7-10.1-18.2 1.3-17.5 0 0 35.1 2.7 56 2.7 22.2 0 56.7-2.7 56.7-2.7 11.5-.7 12.8 16.2 1.4 17.5 0 0-11.5 1.3-24.3 2l76.9 228.7 21.2-70.9c9-29.4 16-50.5 16-68.7m-139.9 29.3-63.8 185.5c19.1 5.6 39.2 8.7 60.1 8.7 24.8 0 48.5-4.3 70.6-12.1-.6-.9-1.1-1.9-1.5-2.9zm183-120.7c.9 6.8 1.4 14 1.4 21.9 0 21.6-4 45.8-16.2 76.2l-65 187.9C426.2 403 468.7 334.5 468.7 256c0-37-9.4-71.8-26-102.1M504 256c0 136.8-111.3 248-248 248C119.2 504 8 392.7 8 256 8 119.2 119.2 8 256 8c136.7 0 248 111.2 248 248m-11.4 0c0-130.5-106.2-236.6-236.6-236.6C125.5 19.4 19.4 125.5 19.4 256S125.6 492.6 256 492.6c130.5 0 236.6-106.1 236.6-236.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/wpbeginner.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/wpbeginner.svg new file mode 100644 index 0000000..d69cff0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/wpbeginner.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M462.799 322.374C519.01 386.682 466.961 480 370.944 480c-39.602 0-78.824-17.687-100.142-50.04-6.887.356-22.702.356-29.59 0C219.848 462.381 180.588 480 141.069 480c-95.49 0-148.348-92.996-91.855-157.626C-29.925 190.523 80.479 32 256.006 32c175.632 0 285.87 158.626 206.793 290.374m-339.647-82.972h41.529v-58.075h-41.529zm217.18 86.072v-23.839c-60.506 20.915-132.355 9.198-187.589-33.971l.246 24.897c51.101 46.367 131.746 57.875 187.343 32.913m-150.753-86.072h166.058v-58.075H189.579z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/wpexplorer.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/wpexplorer.svg new file mode 100644 index 0000000..7795f5a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/wpexplorer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M512 256c0 141.2-114.7 256-256 256C114.8 512 0 397.3 0 256S114.7 0 256 0s256 114.7 256 256m-32 0c0-123.2-100.3-224-224-224C132.5 32 32 132.5 32 256s100.5 224 224 224 224-100.5 224-224M160.9 124.6l86.9 37.1-37.1 86.9-86.9-37.1zm110 169.1 46.6 94h-14.6l-50-100-48.9 100h-14l51.1-106.9-22.3-9.4 6-14 68.6 29.1-6 14.3zm-11.8-116.3 68.6 29.4-29.4 68.3L230 246zm80.3 42.9 54.6 23.1-23.4 54.3-54.3-23.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/wpforms.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/wpforms.svg new file mode 100644 index 0000000..3d76185 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/wpforms.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M448 75.2v361.7c0 24.3-19 43.2-43.2 43.2H43.2C19.3 480 0 461.4 0 436.8V75.2C0 51.1 18.8 32 43.2 32h361.7c24 0 43.1 18.8 43.1 43.2m-37.3 361.6V75.2c0-3-2.6-5.8-5.8-5.8h-9.3L285.3 144 224 94.1 162.8 144 52.5 69.3h-9.3c-3.2 0-5.8 2.8-5.8 5.8v361.7c0 3 2.6 5.8 5.8 5.8h361.7c3.2.1 5.8-2.7 5.8-5.8M150.2 186v37H76.7v-37zm0 74.4v37.3H76.7v-37.3zm11.1-147.3 54-43.7H96.8zm210 72.9v37h-196v-37zm0 74.4v37.3h-196v-37.3zm-84.6-147.3 64.5-43.7H232.8zM371.3 335v37.3h-99.4V335z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/wpressr.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/wpressr.svg new file mode 100644 index 0000000..5742918 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/wpressr.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8m171.33 158.6c-15.18 34.51-30.37 69.02-45.63 103.5-2.44 5.51-6.89 8.24-12.97 8.24-23.02-.01-46.03.06-69.05-.05-5.12-.03-8.25 1.89-10.34 6.72-10.19 23.56-20.63 47-30.95 70.5-1.54 3.51-4.06 5.29-7.92 5.29-45.94-.01-91.87-.02-137.81 0-3.13 0-5.63-1.15-7.72-3.45-11.21-12.33-22.46-24.63-33.68-36.94-2.69-2.95-2.79-6.18-1.21-9.73 8.66-19.54 17.27-39.1 25.89-58.66 12.93-29.35 25.89-58.69 38.75-88.08 1.7-3.88 4.28-5.68 8.54-5.65 14.24.1 28.48.02 42.72.05 6.24.01 9.2 4.84 6.66 10.59-13.6 30.77-27.17 61.55-40.74 92.33-5.72 12.99-11.42 25.99-17.09 39-3.91 8.95 7.08 11.97 10.95 5.6.23-.37-1.42 4.18 30.01-67.69 1.36-3.1 3.41-4.4 6.77-4.39 15.21.08 30.43.02 45.64.04 5.56.01 7.91 3.64 5.66 8.75-8.33 18.96-16.71 37.9-24.98 56.89-4.98 11.43 8.08 12.49 11.28 5.33.04-.08 27.89-63.33 32.19-73.16 2.02-4.61 5.44-6.51 10.35-6.5 26.43.05 52.86 0 79.29.05 12.44.02 13.93-13.65 3.9-13.64-25.26.03-50.52.02-75.78.02-6.27 0-7.84-2.47-5.27-8.27 5.78-13.06 11.59-26.11 17.3-39.21 1.73-3.96 4.52-5.79 8.84-5.78 23.09.06 25.98.02 130.78.03 6.08-.01 8.03 2.79 5.62 8.27"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/x-twitter.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/x-twitter.svg new file mode 100644 index 0000000..baaed29 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/x-twitter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8l164.9-188.5L26.8 48h145.6l100.5 132.9zm-24.8 373.8h39.1L151.1 88h-42z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/xbox.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/xbox.svg new file mode 100644 index 0000000..2b4d878 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/xbox.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M369.9 318.2c44.3 54.3 64.7 98.8 54.4 118.7-7.9 15.1-56.7 44.6-92.6 55.9-29.6 9.3-68.4 13.3-100.4 10.2-38.2-3.7-76.9-17.4-110.1-39C93.3 445.8 87 438.3 87 423.4c0-29.9 32.9-82.3 89.2-142.1 32-33.9 76.5-73.7 81.4-72.6 9.4 2.1 84.3 75.1 112.3 109.5M188.6 143.8c-29.7-26.9-58.1-53.9-86.4-63.4-15.2-5.1-16.3-4.8-28.7 8.1-29.2 30.4-53.5 79.7-60.3 122.4-5.4 34.2-6.1 43.8-4.2 60.5 5.6 50.5 17.3 85.4 40.5 120.9 9.5 14.6 12.1 17.3 9.3 9.9-4.2-11-.3-37.5 9.5-64 14.3-39 53.9-112.9 120.3-194.4m311.6 63.5C483.3 127.3 432.7 77 425.6 77c-7.3 0-24.2 6.5-36 13.9-23.3 14.5-41 31.4-64.3 52.8C367.7 197 427.5 283.1 448.2 346c6.8 20.7 9.7 41.1 7.4 52.3-1.7 8.5-1.7 8.5 1.4 4.6 6.1-7.7 19.9-31.3 25.4-43.5 7.4-16.2 15-40.2 18.6-58.7 4.3-22.5 3.9-70.8-.8-93.4M141.3 43C189 40.5 251 77.5 255.6 78.4c.7.1 10.4-4.2 21.6-9.7 63.9-31.1 94-25.8 107.4-25.2-63.9-39.3-152.7-50-233.9-11.7-23.4 11.1-24 11.9-9.4 11.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/xing.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/xing.svg new file mode 100644 index 0000000..edcfea0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/xing.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M162.7 210c-1.8 3.3-25.2 44.4-70.1 123.5-4.9 8.3-10.8 12.5-17.7 12.5H9.8c-7.7 0-12.1-7.5-8.5-14.4l69-121.3q.3 0 0-.3l-43.9-75.6c-4.3-7.8.3-14.1 8.5-14.1H100c7.3 0 13.3 4.1 18 12.2zM382.6 46.1l-144 253v.3L330.2 466c3.9 7.1.2 14.1-8.5 14.1h-65.2c-7.6 0-13.6-4-18-12.2l-92.4-168.5c3.3-5.8 51.5-90.8 144.8-255.2 4.6-8.1 10.4-12.2 17.5-12.2h65.7c8 0 12.3 6.7 8.5 14.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/y-combinator.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/y-combinator.svg new file mode 100644 index 0000000..c4ed531 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/y-combinator.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M448 32v448H0V32zM236 287.5 313.5 142h-32.7L235 233c-4.7 9.3-9 18.3-12.8 26.8L210 233l-45.2-91h-35l76.7 143.8v94.5H236z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/yahoo.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/yahoo.svg new file mode 100644 index 0000000..9f35ab0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/yahoo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M223.69 141.06 167 284.23l-56-143.17H14.93l105.83 249.13L82.19 480h94.17l140.91-338.94Zm105.4 135.79a58.22 58.22 0 1 0 58.22 58.22 58.22 58.22 0 0 0-58.22-58.22M394.65 32l-93 223.47h104.79L499.07 32Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/yammer.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/yammer.svg new file mode 100644 index 0000000..5d59eb4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/yammer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M500.676 159.486a12.78 12.78 0 0 0-6.4-8.282 13.95 13.95 0 0 0-10.078-1.125L457.8 156.7l-.043-.2-22.3 5.785-1.243.333-.608-2.17A369.04 369.04 0 0 0 347.538 4.289a14.1 14.1 0 0 0-19.784-.463l-102.9 102.747H24.947A24.9 24.9 0 0 0 0 131.417V380.38a24.963 24.963 0 0 0 24.918 24.9h200.068L328.072 508a13.667 13.667 0 0 0 19.327 0q.189-.19.37-.385a368 368 0 0 0 69.577-107.374 403.5 403.5 0 0 0 17.3-50.8v-.028l20.406 5.336.029-.073L483.345 362a20 20 0 0 0 2.619.5 13.4 13.4 0 0 0 4.139-.072 13.5 13.5 0 0 0 10.515-9.924 415.86 415.86 0 0 0 .058-193.013ZM337.125 24.65l.013.014h-.013Zm-110.2 165.161L174.311 281.1a11.34 11.34 0 0 0-1.489 5.655v46.189a22.04 22.04 0 0 1-22.041 22h-3.4a22.07 22.07 0 0 1-22.081-21.982v-45.668a11.53 11.53 0 0 0-1.388-5.51l-51.6-92.2a21.988 21.988 0 0 1 19.264-32.726h3.268a22.06 22.06 0 0 1 19.611 11.916l36.357 70.281 37.515-70.512a22.066 22.066 0 0 1 38.556-.695 21.7 21.7 0 0 1 0 21.967Zm110.22-165.138a348.15 348.15 0 0 1 75.8 141.335l.564 1.952-114.134 29.6v-66.143a25.006 25.006 0 0 0-24.947-24.9h-19.361Zm60.5 367.305v-.043l-.014.014a347.2 347.2 0 0 1-60.177 95.227l-82.2-81.893h19.177a24.98 24.98 0 0 0 24.947-24.9v-66.2l114.6 29.862a385 385 0 0 1-16.33 47.933Zm84-52.45.015.014-50.618-13.131L299.379 292.1v-72.528l119.746-30.99 4.468-1.157 39.54-10.253 18.511-4.816a393 393 0 0 1 0 167.172Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/yandex-international.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/yandex-international.svg new file mode 100644 index 0000000..8c19528 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/yandex-international.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M129.5 512V345.9L18.5 48h55.8l81.8 229.7L250.2 0h51.3L180.8 347.8V512z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/yandex.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/yandex.svg new file mode 100644 index 0000000..c6613c5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/yandex.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M153.1 315.8 65.7 512H2l96-209.8c-45.1-22.9-75.2-64.4-75.2-141.1C22.7 53.7 90.8 0 171.7 0H254v512h-55.1V315.8zm45.8-269.3h-29.4c-44.4 0-87.4 29.4-87.4 114.6 0 82.3 39.4 108.8 87.4 108.8h29.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/yarn.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/yarn.svg new file mode 100644 index 0000000..f9c1cf8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/yarn.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M393.9 345.2c-39 9.3-48.4 32.1-104 47.4 0 0-2.7 4-10.4 5.8-13.4 3.3-63.9 6-68.5 6.1-12.4.1-19.9-3.2-22-8.2-6.4-15.3 9.2-22 9.2-22-8.1-5-9-9.9-9.8-8.1-2.4 5.8-3.6 20.1-10.1 26.5-8.8 8.9-25.5 5.9-35.3.8-10.8-5.7.8-19.2.8-19.2s-5.8 3.4-10.5-3.6c-6-9.3-17.1-37.3 11.5-62-1.3-10.1-4.6-53.7 40.6-85.6 0 0-20.6-22.8-12.9-43.3 5-13.4 7-13.3 8.6-13.9 5.7-2.2 11.3-4.6 15.4-9.1 20.6-22.2 46.8-18 46.8-18s12.4-37.8 23.9-30.4c3.5 2.3 16.3 30.6 16.3 30.6s13.6-7.9 15.1-5c8.2 16 9.2 46.5 5.6 65.1-6.1 30.6-21.4 47.1-27.6 57.5-1.4 2.4 16.5 10 27.8 41.3 10.4 28.6 1.1 52.7 2.8 55.3.8 1.4 13.7.8 36.4-13.2 12.8-7.9 28.1-16.9 45.4-17 16.7-.5 17.6 19.2 4.9 22.2M496 256c0 136.9-111.1 248-248 248S0 392.9 0 256 111.1 8 248 8s248 111.1 248 248m-79.3 75.2c-1.7-13.6-13.2-23-28-22.8-22 .3-40.5 11.7-52.8 19.2-4.8 3-8.9 5.2-12.4 6.8 3.1-44.5-22.5-73.1-28.7-79.4 7.8-11.3 18.4-27.8 23.4-53.2 4.3-21.7 3-55.5-6.9-74.5-1.6-3.1-7.4-11.2-21-7.4-9.7-20-13-22.1-15.6-23.8-1.1-.7-23.6-16.4-41.4 28-12.2.9-31.3 5.3-47.5 22.8-2 2.2-5.9 3.8-10.1 5.4h.1c-8.4 3-12.3 9.9-16.9 22.3-6.5 17.4.2 34.6 6.8 45.7-17.8 15.9-37 39.8-35.7 82.5-34 36-11.8 73-5.6 79.6-1.6 11.1 3.7 19.4 12 23.8 12.6 6.7 30.3 9.6 43.9 2.8 4.9 5.2 13.8 10.1 30 10.1 6.8 0 58-2.9 72.6-6.5 6.8-1.6 11.5-4.5 14.6-7.1 9.8-3.1 36.8-12.3 62.2-28.7 18-11.7 24.2-14.2 37.6-17.4 12.9-3.2 21-15.1 19.4-28.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/yelp.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/yelp.svg new file mode 100644 index 0000000..decdf35 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/yelp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m42.9 240.32 99.62 48.61c19.2 9.4 16.2 37.51-4.5 42.71L30.5 358.45a22.79 22.79 0 0 1-28.21-19.6 197.2 197.2 0 0 1 9-85.32 22.8 22.8 0 0 1 31.61-13.21m44 239.25a199.45 199.45 0 0 0 79.42 32.11A22.78 22.78 0 0 0 192.94 490l3.9-110.82c.7-21.3-25.5-31.91-39.81-16.1l-74.21 82.4a22.82 22.82 0 0 0 4.09 34.09zm145.34-109.92 58.81 94a22.93 22.93 0 0 0 34 5.5 198.4 198.4 0 0 0 52.71-67.61A23 23 0 0 0 364.17 370l-105.42-34.26c-20.31-6.5-37.81 15.8-26.51 33.91m148.33-132.23a197.4 197.4 0 0 0-50.41-69.31 22.85 22.85 0 0 0-34 4.4l-62 91.92c-11.9 17.7 4.7 40.61 25.2 34.71L366 268.63a23 23 0 0 0 14.61-31.21zM62.11 30.18a22.86 22.86 0 0 0-9.9 32l104.12 180.44c11.7 20.2 42.61 11.9 42.61-11.4V22.88a22.67 22.67 0 0 0-24.5-22.8 320.4 320.4 0 0 0-112.33 30.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/yoast.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/yoast.svg new file mode 100644 index 0000000..2f3caff --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/yoast.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M91.3 76h186l-7 18.9h-179c-39.7 0-71.9 31.6-71.9 70.3v205.4c0 35.4 24.9 70.3 84 70.3V460H91.3C41.2 460 0 419.8 0 370.5V165.2C0 115.9 40.7 76 91.3 76m229.1-56h66.5C243.1 398.1 241.2 418.9 202.2 459.3c-20.8 21.6-49.3 31.7-78.3 32.7v-51.1c49.2-7.7 64.6-49.9 64.6-75.3 0-20.1.6-12.6-82.1-223.2h61.4L218.2 299zM448 161.5V460H234c6.6-9.6 10.7-16.3 12.1-19.4h182.5V161.5c0-32.5-17.1-51.9-48.2-62.9l6.7-17.6c41.7 13.6 60.9 43.1 60.9 80.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/youtube.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/youtube.svg new file mode 100644 index 0000000..08d4071 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/youtube.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305m-317.51 213.508V175.185l142.739 81.205z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/brands/zhihu.svg b/mkdocs-material/material/templates/.icons/fontawesome/brands/zhihu.svg new file mode 100644 index 0000000..1f48499 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/brands/zhihu.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M170.54 148.13v217.54l23.43.01 7.71 26.37 42.01-26.37h49.53V148.13zm97.75 193.93h-27.94l-27.9 17.51-5.08-17.47-11.9-.04V171.75h72.82zm-118.46-94.39H97.5c1.74-27.1 2.2-51.59 2.2-73.46h51.16s1.97-22.56-8.58-22.31h-88.5c3.49-13.12 7.87-26.66 13.12-40.67 0 0-24.07 0-32.27 21.57-3.39 8.9-13.21 43.14-30.7 78.12 5.89-.64 25.37-1.18 36.84-22.21 2.11-5.89 2.51-6.66 5.14-14.53h28.87c0 10.5-1.2 66.88-1.68 73.44H20.83c-11.74 0-15.56 23.62-15.56 23.62h65.58C66.45 321.1 42.83 363.12 0 396.34c20.49 5.85 40.91-.93 51-9.9 0 0 22.98-20.9 35.59-69.25l53.96 64.94s7.91-26.89-1.24-39.99c-7.58-8.92-28.06-33.06-36.79-41.81L87.9 311.95c4.36-13.98 6.99-27.55 7.87-40.67h61.65s-.09-23.62-7.59-23.62zm412.02-1.6c20.83-25.64 44.98-58.57 44.98-58.57s-18.65-14.8-27.38-4.06c-6 8.15-36.83 48.2-36.83 48.2zm-150.09-59.09c-9.01-8.25-25.91 2.13-25.91 2.13s39.52 55.04 41.12 57.45l19.46-13.73s-25.67-37.61-34.66-45.86h-.01zM640 258.35c-19.78 0-130.91.93-131.06.93v-101c4.81 0 12.42-.4 22.85-1.2 40.88-2.41 70.13-4 87.77-4.81 0 0 12.22-27.19-.59-33.44-3.07-1.18-23.17 4.58-23.17 4.58s-165.22 16.49-232.36 18.05c1.6 8.82 7.62 17.08 15.78 19.55 13.31 3.48 22.69 1.7 49.15.89 24.83-1.6 43.68-2.43 56.51-2.43v99.81H351.41s2.82 22.31 25.51 22.85h107.94v70.92c0 13.97-11.19 21.99-24.48 21.12-14.08.11-26.08-1.15-41.69-1.81 1.99 3.97 6.33 14.39 19.31 21.84 9.88 4.81 16.17 6.57 26.02 6.57 29.56 0 45.67-17.28 44.89-45.31v-73.32h122.36c9.68 0 8.7-23.78 8.7-23.78z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/address-book.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/address-book.svg new file mode 100644 index 0000000..eaec461 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/address-book.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M384 48c8.8 0 16 7.2 16 16v384c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16zM96 0C60.7 0 32 28.7 32 64v384c0 35.3 28.7 64 64 64h288c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zm144 256a64 64 0 1 0 0-128 64 64 0 1 0 0 128m-32 32c-44.2 0-80 35.8-80 80 0 8.8 7.2 16 16 16h192c8.8 0 16-7.2 16-16 0-44.2-35.8-80-80-80zM512 80c0-8.8-7.2-16-16-16s-16 7.2-16 16v64c0 8.8 7.2 16 16 16s16-7.2 16-16zm-16 112c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16s16-7.2 16-16v-64c0-8.8-7.2-16-16-16m16 144c0-8.8-7.2-16-16-16s-16 7.2-16 16v64c0 8.8 7.2 16 16 16s16-7.2 16-16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/address-card.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/address-card.svg new file mode 100644 index 0000000..9663e0e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/address-card.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M512 80c8.8 0 16 7.2 16 16v320c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V96c0-8.8 7.2-16 16-16zM64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm144 224a64 64 0 1 0 0-128 64 64 0 1 0 0 128m-32 32c-44.2 0-80 35.8-80 80 0 8.8 7.2 16 16 16h192c8.8 0 16-7.2 16-16 0-44.2-35.8-80-80-80zm200-144c-13.3 0-24 10.7-24 24s10.7 24 24 24h80c13.3 0 24-10.7 24-24s-10.7-24-24-24zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24h80c13.3 0 24-10.7 24-24s-10.7-24-24-24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/bell-slash.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/bell-slash.svg new file mode 100644 index 0000000..1bc65c1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/bell-slash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2s-6.3 25.5 4.1 33.7l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L542.6 400c2.7-7.8 1.3-16.5-3.9-23l-14.9-18.6c-28.3-35.5-43.8-79.6-43.8-125V200c0-75.8-55.5-138.6-128-150.1V32c0-17.7-14.3-32-32-32s-32 14.3-32 32v17.9c-43.9 7-81.5 32.7-104.4 68.7zm182.9 143.3C239.6 117.1 273.3 96 312 96h16c57.4 0 104 46.6 104 104v33.4c0 32.7 6.4 64.8 18.7 94.5zM406.2 416l-60.9-48H168.4c21.2-32.8 34.4-70.3 38.4-109.1L160 222.1v11.4c0 45.4-15.5 89.5-43.8 124.9L101.3 377c-5.8 7.2-6.9 17.1-2.9 25.4S110.8 416 120 416zM384 448H256c0 17 6.7 33.3 18.7 45.3S303 512 320 512s33.3-6.7 45.3-18.7S384 465 384 448"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/bell.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/bell.svg new file mode 100644 index 0000000..78f3785 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/bell.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M224 0c-17.7 0-32 14.3-32 32v19.2C119 66 64 130.6 64 208v25.4c0 45.4-15.5 89.5-43.8 124.9L5.3 377c-5.8 7.2-6.9 17.1-2.9 25.4S14.8 416 24 416h400c9.2 0 17.6-5.3 21.6-13.6s2.9-18.2-2.9-25.4l-14.9-18.6c-28.3-35.5-43.8-79.6-43.8-125V208c0-77.4-55-142-128-156.8V32c0-17.7-14.3-32-32-32m0 96c61.9 0 112 50.1 112 112v25.4c0 47.9 13.9 94.6 39.7 134.6H72.3c25.8-40 39.7-86.7 39.7-134.6V208c0-61.9 50.1-112 112-112m64 352H160c0 17 6.7 33.3 18.7 45.3S207 512 224 512s33.3-6.7 45.3-18.7S288 465 288 448"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/bookmark.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/bookmark.svg new file mode 100644 index 0000000..9006a3b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/bookmark.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 48C0 21.5 21.5 0 48 0v441.4l130.1-92.9c8.3-6 19.6-6 27.9 0l130 92.9V48H48V0h288c26.5 0 48 21.5 48 48v440c0 9-5 17.2-13 21.3s-17.6 3.4-24.9-1.8L192 397.5l-154.1 110c-7.3 5.2-16.9 5.9-24.9 1.8S0 497 0 488z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/building.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/building.svg new file mode 100644 index 0000000..ef8fbb5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/building.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 48c-8.8 0-16 7.2-16 16v384c0 8.8 7.2 16 16 16h80v-64c0-26.5 21.5-48 48-48s48 21.5 48 48v64h80c8.8 0 16-7.2 16-16V64c0-8.8-7.2-16-16-16zM0 64C0 28.7 28.7 0 64 0h256c35.3 0 64 28.7 64 64v384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm88 40c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v48c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16zm144-16h48c8.8 0 16 7.2 16 16v48c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16v-48c0-8.8 7.2-16 16-16M88 232c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v48c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16zm144-16h48c8.8 0 16 7.2 16 16v48c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16v-48c0-8.8 7.2-16 16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/calendar-check.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/calendar-check.svg new file mode 100644 index 0000000..70ed9bb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/calendar-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M128 0c13.3 0 24 10.7 24 24v40h144V24c0-13.3 10.7-24 24-24s24 10.7 24 24v40h40c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128c0-35.3 28.7-64 64-64h40V24c0-13.3 10.7-24 24-24m272 192H48v256c0 8.8 7.2 16 16 16h320c8.8 0 16-7.2 16-16zm-71 105L217 409c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47 95-95c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/calendar-days.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/calendar-days.svg new file mode 100644 index 0000000..078bcf8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/calendar-days.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M152 24c0-13.3-10.7-24-24-24s-24 10.7-24 24v40H64C28.7 64 0 92.7 0 128v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64h-40V24c0-13.3-10.7-24-24-24s-24 10.7-24 24v40H152zM48 192h80v56H48zm0 104h80v64H48zm128 0h96v64h-96zm144 0h80v64h-80zm80-48h-80v-56h80zm0 160v40c0 8.8-7.2 16-16 16h-64v-56zm-128 0v56h-96v-56zm-144 0v56H64c-8.8 0-16-7.2-16-16v-40zm144-160h-96v-56h96z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/calendar-minus.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/calendar-minus.svg new file mode 100644 index 0000000..dc62211 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/calendar-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M128 0c13.3 0 24 10.7 24 24v40h144V24c0-13.3 10.7-24 24-24s24 10.7 24 24v40h40c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128c0-35.3 28.7-64 64-64h40V24c0-13.3 10.7-24 24-24m272 192H48v256c0 8.8 7.2 16 16 16h320c8.8 0 16-7.2 16-16zM296 352H152c-13.3 0-24-10.7-24-24s10.7-24 24-24h144c13.3 0 24 10.7 24 24s-10.7 24-24 24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/calendar-plus.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/calendar-plus.svg new file mode 100644 index 0000000..d78a8fc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/calendar-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M152 24c0-13.3-10.7-24-24-24s-24 10.7-24 24v40H64C28.7 64 0 92.7 0 128v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64h-40V24c0-13.3-10.7-24-24-24s-24 10.7-24 24v40H152zM48 192h352v256c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16zm176 40c-13.3 0-24 10.7-24 24v48h-48c-13.3 0-24 10.7-24 24s10.7 24 24 24h48v48c0 13.3 10.7 24 24 24s24-10.7 24-24v-48h48c13.3 0 24-10.7 24-24s-10.7-24-24-24h-48v-48c0-13.3-10.7-24-24-24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/calendar-xmark.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/calendar-xmark.svg new file mode 100644 index 0000000..a878b50 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/calendar-xmark.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M128 0c13.3 0 24 10.7 24 24v40h144V24c0-13.3 10.7-24 24-24s24 10.7 24 24v40h40c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128c0-35.3 28.7-64 64-64h40V24c0-13.3 10.7-24 24-24m272 192H48v256c0 8.8 7.2 16 16 16h320c8.8 0 16-7.2 16-16zm-95 89-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/calendar.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/calendar.svg new file mode 100644 index 0000000..d429b3a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/calendar.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M152 24c0-13.3-10.7-24-24-24s-24 10.7-24 24v40H64C28.7 64 0 92.7 0 128v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64h-40V24c0-13.3-10.7-24-24-24s-24 10.7-24 24v40H152zM48 192h352v256c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/chart-bar.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/chart-bar.svg new file mode 100644 index 0000000..219e5f0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/chart-bar.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M24 32c13.3 0 24 10.7 24 24v352c0 13.3 10.7 24 24 24h416c13.3 0 24 10.7 24 24s-10.7 24-24 24H72c-39.8 0-72-32.2-72-72V56c0-13.3 10.7-24 24-24m104 104c0-13.3 10.7-24 24-24h208c13.3 0 24 10.7 24 24s-10.7 24-24 24H152c-13.3 0-24-10.7-24-24m24 72h144c13.3 0 24 10.7 24 24s-10.7 24-24 24H152c-13.3 0-24-10.7-24-24s10.7-24 24-24m0 96h272c13.3 0 24 10.7 24 24s-10.7 24-24 24H152c-13.3 0-24-10.7-24-24s10.7-24 24-24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/chess-bishop.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/chess-bishop.svg new file mode 100644 index 0000000..11c3f45 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/chess-bishop.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M104 0C90.7 0 80 10.7 80 24c0 11.2 7.6 20.6 18 23.2-7.8 8-16.1 17-24.4 27C38.2 116.7 0 178.8 0 250.9c0 44.8 24.6 72.2 48 87.8V352h48v-27c0-9-5-17.2-13-21.3-18-9.3-35-24.7-35-52.7 0-55.5 29.8-106.8 62.4-145.9 16-19.2 32.1-34.8 44.2-45.5 1.9-1.7 3.7-3.2 5.3-4.6 1.7 1.4 3.4 3 5.3 4.6 12.1 10.7 28.2 26.3 44.2 45.5 5.3 6.3 10.5 13 15.5 20L159 191c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l57.8-57.8c12.8 25.9 21.2 54.3 21.2 83.8 0 28-17 43.4-35 52.7-8 4.1-13 12.3-13 21.3v27h48v-13.3c23.4-15.6 48-42.9 48-87.8 0-72.1-38.2-134.2-73.6-176.7-8.3-9.9-16.6-19-24.4-27 10.3-2.7 18-12.1 18-23.2 0-13.3-10.7-24-24-24L160 0zM52.7 464l16.6-32h181.6l16.6 32zm207.9-80h-201c-12 0-22.9 6.7-28.4 17.3L4.6 452.5c-3 5.8-4.6 12.2-4.6 18.7C0 493.8 18.2 512 40.8 512h238.5c22.5 0 40.8-18.2 40.8-40.8 0-6.5-1.6-12.9-4.6-18.7L289 401.3c-5.5-10.6-16.5-17.3-28.4-17.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/chess-king.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/chess-king.svg new file mode 100644 index 0000000..85f6773 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/chess-king.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M248 24c0-13.3-10.7-24-24-24s-24 10.7-24 24v32h-32c-13.3 0-24 10.7-24 24s10.7 24 24 24h32v40H59.6C26.7 144 0 170.7 0 203.6c0 8.2 1.7 16.3 4.9 23.8L59.1 352h52.3L49 208.2c-.6-1.5-1-3-1-4.6 0-6.4 5.2-11.6 11.6-11.6h328.8c6.4 0 11.6 5.2 11.6 11.6 0 1.6-.3 3.2-1 4.6L336.5 352h52.3L443 227.4c3.3-7.5 4.9-15.6 4.9-23.8 0-32.9-26.7-59.6-59.6-59.6H248v-40h32c13.3 0 24-10.7 24-24s-10.7-24-24-24h-32zM101.2 432h245.6l16.6 32H84.7l16.6-32zm283.7-30.7c-5.5-10.6-16.5-17.3-28.4-17.3h-265c-12 0-22.9 6.7-28.4 17.3l-26.5 51.2c-3 5.8-4.6 12.2-4.6 18.7 0 22.6 18.2 40.8 40.8 40.8h302.5c22.5 0 40.8-18.2 40.8-40.8 0-6.5-1.6-12.9-4.6-18.7L385 401.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/chess-knight.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/chess-knight.svg new file mode 100644 index 0000000..186966e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/chess-knight.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M226.6 48H117.3l17.1 12.8c6 4.5 9.6 11.6 9.6 19.2s-3.6 14.7-9.6 19.2l-6.5 4.9c-10 7.5-16 19.3-16 31.9l-.3 91c0 10.2 4.9 19.9 13.2 25.8l1.9 1.3c9.9 7.1 23.3 7 33.2-.1l49.9-36.3c10.7-7.8 25.7-5.4 33.5 5.3s5.4 25.7-5.3 33.5l-49.9 36.3-53.8 39.1c-7.3 5.3-13 12.2-16.9 20.1H66.7c5.3-22.1 17.8-41.9 35.9-56.3-1.3-.8-2.6-1.7-3.8-2.6l-1.8-1.3c-21-15-33.4-39.2-33.3-65l.3-91c.1-19.8 6.7-38.7 18.6-53.9l-.4-.3C70.7 73 64 59.6 64 45.3 64 20.3 84.3 0 109.3 0h117.3C331.2 0 416 84.8 416 189.4c0 11.1-1 22.2-2.9 33.2l-23 129.4h-48.8l24.5-137.8c1.5-8.2 2.2-16.5 2.2-24.8C368 111.3 304.7 48 226.6 48M85.2 432l-16.5 32h310.7l-16.6-32zm315.7-30.7 26.5 51.2c3 5.8 4.6 12.2 4.6 18.7 0 22.5-18.2 40.8-40.8 40.8H56.8C34.2 512 16 493.8 16 471.2c0-6.5 1.6-12.9 4.6-18.7l26.5-51.2c5.4-10.6 16.4-17.3 28.4-17.3h297c12 0 22.9 6.7 28.4 17.3M172 128a20 20 0 1 1 0 40 20 20 0 1 1 0-40"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/chess-pawn.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/chess-pawn.svg new file mode 100644 index 0000000..19a7855 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/chess-pawn.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M232 152a72 72 0 1 0-144 0 72 72 0 1 0 144 0m24 120h-12.6l10.7 80h-48.4L195 272h-70l-10.7 80H65.9l10.7-80H64c-13.3 0-24-10.7-24-24s10.7-24 24-24c-15.1-20.1-24-45-24-72C40 85.7 93.7 32 160 32s120 53.7 120 120c0 27-8.9 51.9-24 72 13.3 0 24 10.7 24 24s-10.7 24-24 24M52.7 464h214.7l-16.6-32H69.2zm207.9-80c12 0 22.9 6.7 28.4 17.3l26.5 51.2c3 5.8 4.6 12.2 4.6 18.7 0 22.5-18.2 40.8-40.8 40.8H40.8C18.2 512 0 493.8 0 471.2c0-6.5 1.6-12.9 4.6-18.7l26.5-51.2c5.4-10.6 16.4-17.3 28.4-17.3h201z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/chess-queen.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/chess-queen.svg new file mode 100644 index 0000000..770997d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/chess-queen.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96m-95.2-8c-18.1 0-31.3 12.8-35.6 26.9-8 26.2-32.4 45.2-61.2 45.2-10 0-19.4-2.3-27.7-6.3-7.6-3.7-16.7-3.3-24 1.2-11.6 7.1-15.4 22.1-8.6 33.9L97.6 352H153L70 207.9c40.5-2.2 75.3-25.9 93.1-59.8 22 26.8 55.4 43.9 92.8 43.9s70.8-17.1 92.8-43.9c17.8 34 52.6 57.7 93.1 59.8L359 352h55.4l93.9-163.1c6.8-11.7 3-26.7-8.6-33.8-7.3-4.5-16.4-4.9-24-1.2-8.4 4-17.7 6.3-27.7 6.3-28.8 0-53.2-19-61.2-45.2-4.3-14.2-17.5-27-35.6-27-14.5 0-26.3 8.5-32.4 19.3-12.4 22-35.9 36.7-62.8 36.7s-50.4-14.8-62.8-36.7C187.1 96.5 175.4 88 160.8 88m-27.6 344h245.6l16.6 32H116.7l16.6-32zm283.7-30.7c-5.5-10.6-16.5-17.3-28.4-17.3h-265c-12 0-22.9 6.7-28.4 17.3l-26.5 51.2c-3 5.8-4.6 12.2-4.6 18.7 0 22.5 18.2 40.8 40.8 40.8h302.5c22.5 0 40.8-18.2 40.8-40.8 0-6.5-1.6-12.9-4.6-18.7L417 401.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/chess-rook.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/chess-rook.svg new file mode 100644 index 0000000..0392412 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/chess-rook.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M80 80v112c0 2.5 1.2 4.9 3.2 6.4l51.2 38.4c6.8 5.1 10.4 13.4 9.5 21.9L133.5 352H85.2l9.4-85-40.2-30.2C40.3 226.2 32 209.6 32 192V72c0-22.1 17.9-40 40-40h304c22.1 0 40 17.9 40 40v120c0 17.6-8.3 34.2-22.4 44.8L353.4 267l9.4 85h-48.3l-10.4-93.3c-.9-8.4 2.7-16.8 9.5-21.9l51.2-38.4c2-1.5 3.2-3.9 3.2-6.4V80h-64v24c0 13.3-10.7 24-24 24s-24-10.7-24-24V80h-64v24c0 13.3-10.7 24-24 24s-24-10.7-24-24V80zm4.7 384h278.7l-16.6-32H101.2zm271.9-80c12 0 22.9 6.7 28.4 17.3l26.5 51.2c3 5.8 4.6 12.2 4.6 18.7 0 22.5-18.2 40.8-40.8 40.8H72.8C50.2 512 32 493.8 32 471.2c0-6.5 1.6-12.9 4.6-18.7l26.5-51.2c5.4-10.6 16.4-17.3 28.4-17.3h265zM208 288c-8.8 0-16-7.2-16-16v-48c0-17.7 14.3-32 32-32s32 14.3 32 32v48c0 8.8-7.2 16-16 16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/circle-check.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/circle-check.svg new file mode 100644 index 0000000..17d522f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/circle-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416m0 464a256 256 0 1 0 0-512 256 256 0 1 0 0 512m113-303c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-111 111-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/circle-dot.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/circle-dot.svg new file mode 100644 index 0000000..5d38bc7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/circle-dot.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M464 256a208 208 0 1 0-416 0 208 208 0 1 0 416 0M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m256-96a96 96 0 1 1 0 192 96 96 0 1 1 0-192"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/circle-down.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/circle-down.svg new file mode 100644 index 0000000..fd8faef --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/circle-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 464a208 208 0 1 1 0-416 208 208 0 1 1 0 416m0-464a256 256 0 1 0 0 512 256 256 0 1 0 0-512M128 256v32l128 128 128-128v-32h-80V128h-96v128z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/circle-left.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/circle-left.svg new file mode 100644 index 0000000..bf34ee7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/circle-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M48 256a208 208 0 1 1 416 0 208 208 0 1 1-416 0m464 0a256 256 0 1 0-512 0 256 256 0 1 0 512 0M256 128h-32L96 256l128 128h32v-80h128v-96H256z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/circle-pause.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/circle-pause.svg new file mode 100644 index 0000000..54da5ae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/circle-pause.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M464 256a208 208 0 1 0-416 0 208 208 0 1 0 416 0M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m224-72v144c0 13.3-10.7 24-24 24s-24-10.7-24-24V184c0-13.3 10.7-24 24-24s24 10.7 24 24m112 0v144c0 13.3-10.7 24-24 24s-24-10.7-24-24V184c0-13.3 10.7-24 24-24s24 10.7 24 24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/circle-play.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/circle-play.svg new file mode 100644 index 0000000..5a8be9e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/circle-play.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M464 256a208 208 0 1 0-416 0 208 208 0 1 0 416 0M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m188.3-108.9c7.6-4.2 16.8-4.1 24.3.5l144 88c7.1 4.4 11.5 12.1 11.5 20.5s-4.4 16.1-11.5 20.5l-144 88c-7.4 4.5-16.7 4.7-24.3.5S176 352.9 176 344.2v-176c0-8.7 4.7-16.7 12.3-20.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/circle-question.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/circle-question.svg new file mode 100644 index 0000000..b8230fe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/circle-question.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M464 256a208 208 0 1 0-416 0 208 208 0 1 0 416 0M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m169.8-90.7c7.9-22.3 29.1-37.3 52.8-37.3h58.3c34.9 0 63.1 28.3 63.1 63.1 0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6-13.3 0-24-10.7-24-24v-13.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1 0-8.4-6.8-15.1-15.1-15.1h-58.3c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM224 352a32 32 0 1 1 64 0 32 32 0 1 1-64 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/circle-right.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/circle-right.svg new file mode 100644 index 0000000..0c5fbc6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/circle-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M464 256a208 208 0 1 1-416 0 208 208 0 1 1 416 0M0 256a256 256 0 1 0 512 0 256 256 0 1 0-512 0m294.6-104.8c-4.2-4.6-10.1-7.2-16.4-7.2-12.2 0-22.2 10-22.2 22.3V208h-96c-17.7 0-32 14.3-32 32v32c0 17.7 14.3 32 32 32h96v41.7c0 12.3 10 22.3 22.3 22.3 6.2 0 12.1-2.6 16.4-7.2l84-91c3.5-3.8 5.4-8.7 5.4-13.9s-1.9-10.1-5.4-13.9l-84-91z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/circle-stop.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/circle-stop.svg new file mode 100644 index 0000000..a432fcb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/circle-stop.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M464 256a208 208 0 1 0-416 0 208 208 0 1 0 416 0M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m192-96h128c17.7 0 32 14.3 32 32v128c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V192c0-17.7 14.3-32 32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/circle-up.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/circle-up.svg new file mode 100644 index 0000000..06bfaf2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/circle-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416m0 464a256 256 0 1 0 0-512 256 256 0 1 0 0 512M151.2 217.4c-4.6 4.2-7.2 10.1-7.2 16.4 0 12.3 10 22.3 22.3 22.3H208v96c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32v-96h41.7c12.3 0 22.3-10 22.3-22.3 0-6.2-2.6-12.1-7.2-16.4l-91-84c-3.8-3.5-8.7-5.4-13.9-5.4s-10.1 1.9-13.9 5.4l-91 84z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/circle-user.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/circle-user.svg new file mode 100644 index 0000000..050937c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/circle-user.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M406.5 399.6c-19.1-46.7-65-79.6-118.5-79.6h-64c-53.5 0-99.4 32.9-118.5 79.6C69.9 362.2 48 311.7 48 256c0-114.9 93.1-208 208-208s208 93.1 208 208c0 55.7-21.9 106.2-57.5 143.6m-40.1 32.7c-32 20.1-69.8 31.7-110.4 31.7s-78.4-11.6-110.5-31.7c7.3-36.7 39.7-64.3 78.5-64.3h64c38.8 0 71.2 27.6 78.5 64.3zM256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m0-272a40 40 0 1 1 0-80 40 40 0 1 1 0 80m-88-40a88 88 0 1 0 176 0 88 88 0 1 0-176 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/circle-xmark.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/circle-xmark.svg new file mode 100644 index 0000000..0a4cd77 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/circle-xmark.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416m0 464a256 256 0 1 0 0-512 256 256 0 1 0 0 512m-81-337c-9.4 9.4-9.4 24.6 0 33.9l47 47-47 47c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l47-47 47 47c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-47-47 47-47c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-47 47-47-47c-9.4-9.4-24.6-9.4-33.9 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/circle.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/circle.svg new file mode 100644 index 0000000..8a4c481 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M464 256a208 208 0 1 0-416 0 208 208 0 1 0 416 0M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/clipboard.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/clipboard.svg new file mode 100644 index 0000000..e596914 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/clipboard.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M280 64h40c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128c0-35.3 28.7-64 64-64h49.6C121 27.5 153.3 0 192 0s71 27.5 78.4 64zM64 112c-8.8 0-16 7.2-16 16v320c0 8.8 7.2 16 16 16h256c8.8 0 16-7.2 16-16V128c0-8.8-7.2-16-16-16h-16v24c0 13.3-10.7 24-24 24H104c-13.3 0-24-10.7-24-24v-24zm128-8a24 24 0 1 0 0-48 24 24 0 1 0 0 48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/clock.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/clock.svg new file mode 100644 index 0000000..9ac3ac9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/clock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M464 256a208 208 0 1 1-416 0 208 208 0 1 1 416 0M0 256a256 256 0 1 0 512 0 256 256 0 1 0-512 0m232-136v136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/clone.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/clone.svg new file mode 100644 index 0000000..fa381c2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/clone.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 464h224c8.8 0 16-7.2 16-16v-64h48v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V224c0-35.3 28.7-64 64-64h64v48H64c-8.8 0-16 7.2-16 16v224c0 8.8 7.2 16 16 16m160-160h224c8.8 0 16-7.2 16-16V64c0-8.8-7.2-16-16-16H224c-8.8 0-16 7.2-16 16v224c0 8.8 7.2 16 16 16m-64-16V64c0-35.3 28.7-64 64-64h224c35.3 0 64 28.7 64 64v224c0 35.3-28.7 64-64 64H224c-35.3 0-64-28.7-64-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/closed-captioning.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/closed-captioning.svg new file mode 100644 index 0000000..9aa7a0e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/closed-captioning.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M512 80c8.8 0 16 7.2 16 16v320c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V96c0-8.8 7.2-16 16-16zM64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm136 176c14.2 0 27 6.1 35.8 16s24 10.7 33.9 1.9 10.7-24 1.9-33.9c-17.5-19.6-43.1-32-71.5-32-53 0-96 43-96 96s43 96 96 96c28.4 0 54-12.4 71.5-32 8.8-9.9 8-25-1.9-33.9s-25-8-33.9 1.9c-8.8 9.9-21.6 16-35.8 16-26.5 0-48-21.5-48-48s21.5-48 48-48m144 48c0-26.5 21.5-48 48-48 14.2 0 27 6.1 35.8 16s24 10.7 33.9 1.9 10.7-24 1.9-33.9c-17.5-19.6-43.1-32-71.5-32-53 0-96 43-96 96s43 96 96 96c28.4 0 54-12.4 71.5-32 8.8-9.9 8-25-1.9-33.9s-25-8-33.9 1.9c-8.8 9.9-21.6 16-35.8 16-26.5 0-48-21.5-48-48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/comment-dots.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/comment-dots.svg new file mode 100644 index 0000000..3cec4a0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/comment-dots.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M168.2 384.9c-15-5.4-31.7-3.1-44.6 6.4-8.2 6-22.3 14.8-39.4 22.7 5.6-14.7 9.9-31.3 11.3-49.4 1-12.9-3.3-25.7-11.8-35.5C60.4 302.8 48 272 48 240c0-79.5 83.3-160 208-160s208 80.5 208 160-83.3 160-208 160c-31.6 0-61.3-5.5-87.8-15.1M26.3 423.8q-2.4 4.05-5.1 8.1l-.3.5-4.8 6.9c-3.5 4.7-7.3 9.3-11.3 13.5-4.6 4.6-5.9 11.4-3.4 17.4s8.3 9.9 14.8 9.9c5.1 0 10.2-.3 15.3-.8l.7-.1c4.4-.5 8.8-1.1 13.2-1.9.8-.1 1.6-.3 2.4-.5 17.8-3.5 34.9-9.5 50.1-16.1 22.9-10 42.4-21.9 54.3-30.6 31.8 11.5 67 17.9 104.1 17.9 141.4 0 256-93.1 256-208S397.4 32 256 32 0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9-1.9 24.5-11.4 46.3-21.4 62.9M144 272a32 32 0 1 0 0-64 32 32 0 1 0 0 64m144-32a32 32 0 1 0-64 0 32 32 0 1 0 64 0m80 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/comment.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/comment.svg new file mode 100644 index 0000000..6a78df3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/comment.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M123.6 391.3c12.9-9.4 29.6-11.8 44.6-6.4 26.5 9.6 56.2 15.1 87.8 15.1 124.7 0 208-80.5 208-160S380.7 80 256 80 48 160.5 48 240c0 32 12.4 62.8 35.7 89.2 8.6 9.7 12.8 22.5 11.8 35.5-1.4 18.1-5.7 34.7-11.3 49.4 17-7.9 31.1-16.7 39.4-22.7zM21.2 431.9q2.7-4.05 5.1-8.1c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240 0 125.1 114.6 32 256 32s256 93.1 256 208-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9-11.9 8.7-31.3 20.6-54.3 30.6-15.1 6.6-32.3 12.6-50.1 16.1-.8.2-1.6.3-2.4.5-4.4.8-8.7 1.5-13.2 1.9-.2 0-.5.1-.7.1-5.1.5-10.2.8-15.3.8-6.5 0-12.3-3.9-14.8-9.9S0 457.4 4.5 452.8c4.1-4.2 7.8-8.7 11.3-13.5q2.55-3.45 4.8-6.9l.3-.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/comments.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/comments.svg new file mode 100644 index 0000000..9d123bb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/comments.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M88.2 309.1c9.8-18.3 6.8-40.8-7.5-55.8C59.4 230.9 48 204 48 176c0-63.5 63.8-128 160-128s160 64.5 160 128-63.8 128-160 128c-13.1 0-25.8-1.3-37.8-3.6-10.4-2-21.2-.6-30.7 4.2q-6.15 3.15-12.6 6c-16 7.2-32.9 13.5-49.9 18 2.8-4.6 5.4-9.1 7.9-13.6 1.1-1.9 2.2-3.9 3.2-5.9zM208 352c114.9 0 208-78.8 208-176S322.9 0 208 0 0 78.8 0 176c0 41.8 17.2 80.1 45.9 110.3-.9 1.7-1.9 3.5-2.8 5.1-10.3 18.4-22.3 36.5-36.6 52.1-6.6 7-8.3 17.2-4.6 25.9C5.8 378.3 14.4 384 24 384c43 0 86.5-13.3 122.7-29.7 4.8-2.2 9.6-4.5 14.2-6.8 15.1 3 30.9 4.5 47.1 4.5m224 128c16.2 0 31.9-1.6 47.1-4.5 4.6 2.3 9.4 4.6 14.2 6.8C529.5 498.7 573 512 616 512c9.6 0 18.2-5.7 22-14.5s2-19-4.6-25.9c-14.2-15.6-26.2-33.7-36.6-52.1-.9-1.7-1.9-3.4-2.8-5.1 28.8-30.3 46-68.6 46-110.4 0-94.4-87.9-171.5-198.2-175.8 4.1 15.2 6.2 31.2 6.2 47.8v.6c87.2 6.7 144 67.5 144 127.4 0 28-11.4 54.9-32.7 77.2-14.3 15-17.3 37.6-7.5 55.8 1.1 2 2.2 4 3.2 5.9 2.5 4.5 5.2 9 7.9 13.6-17-4.5-33.9-10.7-49.9-18q-6.45-2.85-12.6-6c-9.5-4.8-20.3-6.2-30.7-4.2-12.1 2.4-24.8 3.6-37.8 3.6-61.7 0-110-26.5-136.8-62.3-16 5.4-32.8 9.4-50 11.8C279 439.8 350 480 432 480"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/compass.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/compass.svg new file mode 100644 index 0000000..ab71252 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/compass.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M464 256a208 208 0 1 0-416 0 208 208 0 1 0 416 0M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m306.7 69.1-144.3 55.5c-19.4 7.5-38.5-11.6-31-31l55.5-144.3c3.3-8.5 9.9-15.1 18.4-18.4l144.3-55.5c19.4-7.5 38.5 11.6 31 31l-55.5 144.3c-3.2 8.5-9.9 15.1-18.4 18.4M288 256a32 32 0 1 0-64 0 32 32 0 1 0 64 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/copy.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/copy.svg new file mode 100644 index 0000000..6b09198 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/copy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M384 336H192c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16h140.1l67.9 67.9V320c0 8.8-7.2 16-16 16m-192 48h192c35.3 0 64-28.7 64-64V115.9c0-12.7-5.1-24.9-14.1-33.9l-67.8-67.9c-9-9-21.2-14.1-33.9-14.1H192c-35.3 0-64 28.7-64 64v256c0 35.3 28.7 64 64 64M64 128c-35.3 0-64 28.7-64 64v256c0 35.3 28.7 64 64 64h192c35.3 0 64-28.7 64-64v-32h-48v32c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V192c0-8.8 7.2-16 16-16h32v-48z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/copyright.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/copyright.svg new file mode 100644 index 0000000..5345f3e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/copyright.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416m0 464a256 256 0 1 0 0-512 256 256 0 1 0 0 512m-56.6-199.4c-31.2-31.2-31.2-81.9 0-113.1s81.9-31.2 113.1 0c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9c-50-50-131-50-181 0s-50 131 0 181 131 50 181 0c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0c-31.2 31.2-81.9 31.2-113.1 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/credit-card.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/credit-card.svg new file mode 100644 index 0000000..59ce14b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/credit-card.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M512 80c8.8 0 16 7.2 16 16v32H48V96c0-8.8 7.2-16 16-16zm16 144v192c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V224zM64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm56 304c-13.3 0-24 10.7-24 24s10.7 24 24 24h48c13.3 0 24-10.7 24-24s-10.7-24-24-24zm128 0c-13.3 0-24 10.7-24 24s10.7 24 24 24h112c13.3 0 24-10.7 24-24s-10.7-24-24-24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/envelope-open.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/envelope-open.svg new file mode 100644 index 0000000..d805619 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/envelope-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M255.4 48.2c.2-.1.4-.2.6-.2s.4.1.6.2l204 145.8c2.1 1.5 3.4 3.9 3.4 6.5v13.6L291.5 355.7c-20.7 17-50.4 17-71.1 0L48 214.1v-13.6c0-2.6 1.2-5 3.4-6.5zM48 276.2l142 116.6c38.4 31.5 93.7 31.5 132 0l142-116.6V456c0 4.4-3.6 8-8 8H56c-4.4 0-8-3.6-8-8zM256 0c-10.2 0-20.2 3.2-28.5 9.1l-204 145.8C8.7 165.4 0 182.4 0 200.5V456c0 30.9 25.1 56 56 56h400c30.9 0 56-25.1 56-56V200.5c0-18.1-8.7-35.1-23.4-45.6L284.5 9.1C276.2 3.2 266.2 0 256 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/envelope.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/envelope.svg new file mode 100644 index 0000000..aab7bf1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/envelope.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 112c-8.8 0-16 7.2-16 16v22.1l172.5 141.6c20.7 17 50.4 17 71.1 0L464 150.1V128c0-8.8-7.2-16-16-16zM48 212.2V384c0 8.8 7.2 16 16 16h384c8.8 0 16-7.2 16-16V212.2L322 328.8c-38.4 31.5-93.7 31.5-132 0zM0 128c0-35.3 28.7-64 64-64h384c35.3 0 64 28.7 64 64v256c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/eye-slash.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/eye-slash.svg new file mode 100644 index 0000000..fb15e76 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/eye-slash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2s-6.3 25.5 4.1 33.7l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-105.2-82.4c39.6-40.6 66.4-86.1 79.9-118.4 3.3-7.9 3.3-16.7 0-24.6-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-68.2 0-125 26.3-169.3 60.8zm151 118.3C226 97.7 269.5 80 320 80c65.2 0 118.8 29.6 159.9 67.7C518.4 183.5 545 226 558.6 256c-12.6 28-36.6 66.8-70.9 100.9l-53.8-42.2c9.1-17.6 14.2-37.5 14.2-58.7 0-70.7-57.3-128-128-128-32.2 0-61.7 11.9-84.2 31.5zm205.1 160.8-81.5-63.9c4.2-8.5 6.6-18.2 6.6-28.3 0-5.5-.7-10.9-2-16h2c44.2 0 80 35.8 80 80 0 9.9-1.8 19.4-5.1 28.2m9.4 130.3C378.8 425.4 350.7 432 320 432c-65.2 0-118.8-29.6-159.9-67.7C121.6 328.5 95 286 81.4 256c8.3-18.4 21.5-41.5 39.4-64.8l-37.7-29.7c-22.8 29.7-39.1 59.3-48.6 82.2-3.3 7.9-3.3 16.7 0 24.6 14.9 35.7 46.2 87.7 93 131.1 47 43.8 111.7 80.6 192.5 80.6 47.8 0 89.9-12.9 126.2-32.5zM192 256c0 70.7 57.3 128 128 128 13.3 0 26.1-2 38.2-5.8L302 334c-23.5-5.4-43.1-21.2-53.7-42.3l-56.1-44.2c-.2 2.8-.3 5.6-.3 8.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/eye.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/eye.svg new file mode 100644 index 0000000..4c71fe1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/eye.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M288 80c-65.2 0-118.8 29.6-159.9 67.7C89.6 183.5 63 226 49.4 256 63 286 89.6 328.5 128 364.3c41.2 38.1 94.8 67.7 160 67.7s118.8-29.6 159.9-67.7C486.4 328.5 513 286 526.6 256c-13.6-30-40.2-72.5-78.6-108.3C406.8 109.6 353.2 80 288 80M95.4 112.6C142.5 68.8 207.2 32 288 32s145.5 36.8 192.6 80.6c46.8 43.5 78.1 95.4 93 131.1 3.3 7.9 3.3 16.7 0 24.6-14.9 35.7-46.2 87.7-93 131.1C433.5 443.2 368.8 480 288 480s-145.5-36.8-192.6-80.6C48.6 356 17.3 304 2.5 268.3c-3.3-7.9-3.3-16.7 0-24.6C17.3 208 48.6 156 95.4 112.6M288 336c44.2 0 80-35.8 80-80s-35.8-80-80-80h-2c1.3 5.1 2 10.5 2 16 0 35.3-28.7 64-64 64-5.5 0-10.9-.7-16-2v2c0 44.2 35.8 80 80 80m0-208a128 128 0 1 1 0 256 128 128 0 1 1 0-256"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/face-angry.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-angry.svg new file mode 100644 index 0000000..c9779ee --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-angry.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416m0 464a256 256 0 1 0 0-512 256 256 0 1 0 0 512m72.4-118.5c9.7-9 10.2-24.2 1.2-33.9-14.3-15.3-39-31.6-73.6-31.6s-59.3 16.3-73.5 31.6c-9 9.7-8.5 24.9 1.2 33.9s24.9 8.5 33.9-1.2c7.4-7.9 20-16.4 38.5-16.4s31.1 8.5 38.5 16.4c9 9.7 24.2 10.2 33.9 1.2zM176.4 272c17.7 0 32-14.3 32-32 0-1.5-.1-3-.3-4.4l10.9 3.6c8.4 2.8 17.4-1.7 20.2-10.1s-1.7-17.4-10.1-20.2l-96-32c-8.4-2.8-17.4 1.7-20.2 10.1s1.7 17.4 10.1 20.2l30.7 10.2c-5.8 5.8-9.3 13.8-9.3 22.6 0 17.7 14.3 32 32 32m192-32c0-8.9-3.6-17-9.5-22.8l30.2-10.1c8.4-2.8 12.9-11.9 10.1-20.2S387.3 174 379 176.8l-96 32c-8.4 2.8-12.9 11.9-10.1 20.2s11.9 12.9 20.2 10.1l11.7-3.9c-.2 1.5-.3 3.1-.3 4.7 0 17.7 14.3 32 32 32s32-14.3 32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/face-dizzy.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-dizzy.svg new file mode 100644 index 0000000..9c4425e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-dizzy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M464 256a208 208 0 1 0-416 0 208 208 0 1 0 416 0M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m256 32a64 64 0 1 1 0 128 64 64 0 1 1 0-128M103 135c9.4-9.4 24.6-9.4 33.9 0l23 23 23-23c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-23 23 23 23c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-23-23-23 23c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l23-23-23-23c-9.4-9.4-9.4-24.6 0-33.9m192 0c9.4-9.4 24.6-9.4 33.9 0l23 23 23-23c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-23 23 23 23c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-23-23-23 23c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l23-23-23-23c-9.4-9.4-9.4-24.6 0-33.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/face-flushed.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-flushed.svg new file mode 100644 index 0000000..e9284d5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-flushed.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M464 256a208 208 0 1 1-416 0 208 208 0 1 1 416 0M256 0a256 256 0 1 0 0 512 256 256 0 1 0 0-512m-95.6 248a24 24 0 1 0 0-48 24 24 0 1 0 0 48m216-24a24 24 0 1 0-48 0 24 24 0 1 0 48 0M192 336c-13.3 0-24 10.7-24 24s10.7 24 24 24h128c13.3 0 24-10.7 24-24s-10.7-24-24-24zm-32-160a48 48 0 1 1 0 96 48 48 0 1 1 0-96m0 128a80 80 0 1 0 0-160 80 80 0 1 0 0 160m144-80a48 48 0 1 1 96 0 48 48 0 1 1-96 0m128 0a80 80 0 1 0-160 0 80 80 0 1 0 160 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/face-frown-open.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-frown-open.svg new file mode 100644 index 0000000..71e6abe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-frown-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M464 256a208 208 0 1 0-416 0 208 208 0 1 0 416 0M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m182.4 126.5c-12.4 5.2-26.5-4.1-21.1-16.4 16-36.6 52.4-62.1 94.8-62.1s78.8 25.6 94.8 62.1c5.4 12.3-8.7 21.6-21.1 16.4-22.4-9.5-47.4-14.8-73.7-14.8s-51.3 5.3-73.7 14.8m-38-174.5a32 32 0 1 1 64 0 32 32 0 1 1-64 0m192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/face-frown.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-frown.svg new file mode 100644 index 0000000..4d7889d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-frown.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M464 256a208 208 0 1 0-416 0 208 208 0 1 0 416 0M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m174.6 128.1c-4.5 12.5-18.2 18.9-30.7 14.4s-18.9-18.2-14.4-30.7C146.9 319.4 198.9 288 256 288s109.1 31.4 126.6 79.9c4.5 12.5-2 26.2-14.4 30.7s-26.2-2-30.7-14.4c-9.3-25.7-40.3-48.2-81.5-48.2s-72.2 22.5-81.4 48.1M144.4 208a32 32 0 1 1 64 0 32 32 0 1 1-64 0m192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/face-grimace.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-grimace.svg new file mode 100644 index 0000000..e7253f5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-grimace.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 48a208 208 0 1 0 0 416 208 208 0 1 0 0-416m256 208a256 256 0 1 1-512 0 256 256 0 1 1 512 0m-344 64c-13.3 0-24 10.7-24 24s10.7 24 24 24h8v-48zm40 48h32v-48h-32zm96 0v-48h-32v48zm32 0h8c13.3 0 24-10.7 24-24s-10.7-24-24-24h-8zm-168-80h176c30.9 0 56 25.1 56 56s-25.1 56-56 56H168c-30.9 0-56-25.1-56-56s25.1-56 56-56m-23.6-80a32 32 0 1 1 64 0 32 32 0 1 1-64 0m192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/face-grin-beam-sweat.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-grin-beam-sweat.svg new file mode 100644 index 0000000..6042bfe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-grin-beam-sweat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M476.8 126.3c20.3-5.5 35.2-23.6 35.2-45.3 0-20-28.6-60.4-41.6-77.7-3.2-4.4-9.6-4.4-12.8 0-9.5 12.6-27.1 37.2-36 57.5l-.9 2.1C417.8 69.7 416 76 416 81c0 26 21.5 47 48 47 4.4 0 8.7-.6 12.8-1.7m-81.4-85.1C355.3 15.2 307.4 0 256 0 114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256c0-35.8-7.3-69.9-20.6-100.8-8.6 3.1-17.8 4.8-27.4 4.8-8.9 0-17.6-1.5-25.7-4.2C454.7 185.5 464 219.7 464 256c0 114.9-93.1 208-208 208S48 370.9 48 256 141.1 48 256 48c48.7 0 93.4 16.7 128.9 44.7Q384 87 384 81c0-11.4 3.8-22.4 7.1-30.5 1.3-3.1 2.7-6.2 4.3-9.3M375 336.5c10.4-16.1-6.8-32.5-25.5-28.1-28.9 6.8-60.5 10.5-93.6 10.5s-64.7-3.7-93.6-10.5c-18.7-4.4-35.9 12-25.5 28.1 24.6 38.1 68.7 63.5 119.1 63.5s94.5-25.4 119.1-63.5M217.6 228.8c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2c-9.9 13.2-16.6 30.9-16.6 48.8 0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l.2-.2c.2-.2.4-.5.7-.9.6-.8 1.6-2 2.8-3.4 2.5-2.8 6-6.6 10.2-10.3 8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3 1.2 1.4 2.2 2.6 2.8 3.4.3.4.6.7.7.9zm160 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2c-9.9 13.2-16.6 30.9-16.6 48.8 0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l.2-.2c.2-.2.4-.5.7-.9.6-.8 1.6-2 2.8-3.4 2.5-2.8 6-6.6 10.2-10.3 8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3 1.2 1.4 2.2 2.6 2.8 3.4.3.4.6.7.7.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/face-grin-beam.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-grin-beam.svg new file mode 100644 index 0000000..2eb326f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-grin-beam.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M464 256a208 208 0 1 0-416 0 208 208 0 1 0 416 0M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m349.5 52.4c18.7-4.4 35.9 12 25.5 28.1-24.6 38.1-68.7 63.5-119.1 63.5s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1 28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5m-131.9-79.6-.2-.2c-.2-.2-.4-.5-.7-.9-.6-.8-1.6-2-2.8-3.4-2.5-2.8-6-6.6-10.2-10.3-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3-1.2 1.4-2.2 2.6-2.8 3.4-.3.4-.6.7-.7.9l-.2.2c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8 9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8 0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8m160 0-.2-.2c-.2-.2-.4-.5-.7-.9-.6-.8-1.6-2-2.8-3.4-2.5-2.8-6-6.6-10.2-10.3-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3-1.2 1.4-2.2 2.6-2.8 3.4-.3.4-.6.7-.7.9l-.2.2c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8 9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8 0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/face-grin-hearts.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-grin-hearts.svg new file mode 100644 index 0000000..4357887 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-grin-hearts.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M464 256a208 208 0 1 0-416 0 208 208 0 1 0 416 0M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m349.5 52.4c18.7-4.4 35.9 12 25.5 28.1-24.6 38.1-68.7 63.5-119.1 63.5s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1 28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5M215.3 137.1c17.8 4.8 28.4 23.1 23.6 40.8l-17.4 65c-2.3 8.5-11.1 13.6-19.6 11.3l-65.1-17.4c-17.8-4.8-28.4-23.1-23.6-40.8s23.1-28.4 40.8-23.6l16.1 4.3 4.3-16.1c4.8-17.8 23.1-28.4 40.8-23.6zm122.3 23.6 4.3 16.1 16.1-4.3c17.8-4.8 36.1 5.8 40.8 23.6s-5.8 36.1-23.6 40.8l-65.1 17.4c-8.5 2.3-17.3-2.8-19.6-11.3l-17.4-65c-4.8-17.8 5.8-36.1 23.6-40.8s36.1 5.8 40.9 23.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/face-grin-squint-tears.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-grin-squint-tears.svg new file mode 100644 index 0000000..8240800 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-grin-squint-tears.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M426.8 14.2c19.2-19.2 50.7-18.8 70.3.7s20 51 .7 70.3c-14.8 14.8-65.7 23.6-88.3 26.7-5.6.9-10.3-3.9-9.5-9.5 3.3-22.5 12-73.4 26.8-88.2M75 75c83.2-83.3 209.5-97.2 307.2-41.8-1.5 4.8-2.9 9.6-4.1 14.3-3.1 12.2-5.5 24.6-7.3 35-80.8-53.6-190.7-44.8-261.9 26.4S28.9 290 82.5 370.8c-10.5 1.8-22.9 4.2-35 7.3-4.7 1.2-9.5 2.5-14.3 4.1C-22.2 284.5-8.2 158.2 75 75m389.6 58.9c4.7-1.2 9.5-2.5 14.3-4.1 55.3 97.7 41.3 224-41.9 307.2s-209.5 97.2-307.2 41.8c1.5-4.8 2.8-9.6 4-14.3 3.1-12.2 5.5-24.6 7.3-35 80.8 53.6 190.7 44.8 261.9-26.4s80-181.1 26.4-261.9c10.5-1.8 22.9-4.2 35-7.3zm-105.4 93c10.1-16.3 33.9-16.9 37.9 1.9 9.5 44.4-3.7 93.5-39.3 129.1s-84.8 48.8-129.1 39.3c-18.7-4-18.2-27.8-1.9-37.9 25.2-15.7 50.2-35.4 73.6-58.8s43.1-48.4 58.8-73.6M92 265.3l97.4-29.7c11.6-3.5 22.5 7.3 19 19L178.7 352c-2.6 8.6-13.4 11.3-19.8 4.9-2-2-3.2-4.6-3.4-7.3l-5.1-56.1-56.1-5.1c-2.8-.3-5.4-1.5-7.3-3.4-6.3-6.3-3.6-17.2 4.9-19.8zM285 87.1c2 2 3.2 4.6 3.4 7.3l5.1 56.1 56.1 5.1c2.8.3 5.4 1.5 7.3 3.4 6.3 6.3 3.6 17.2-4.9 19.8l-97.4 29.7c-11.6 3.5-22.5-7.3-19-19L265.3 92c2.6-8.6 13.4-11.3 19.8-4.9zm-270.1 410c-19.6-19.6-20-51-.7-70.3 14.8-14.8 65.6-23.6 88.2-26.7 5.6-.9 10.3 3.9 9.5 9.5-3.2 22.5-11.9 73.5-26.7 88.3-19.2 19.1-50.7 18.7-70.3-.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/face-grin-squint.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-grin-squint.svg new file mode 100644 index 0000000..5db435a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-grin-squint.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M464 256a208 208 0 1 0-416 0 208 208 0 1 0 416 0M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m349.5 52.4c18.7-4.4 35.9 12 25.5 28.1-24.6 38.1-68.7 63.5-119.1 63.5s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1 28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5m-216-161.7 89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5 0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6 0-9 9.6-14.7 17.5-10.5M396 157.1c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6 0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/face-grin-stars.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-grin-stars.svg new file mode 100644 index 0000000..410edfb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-grin-stars.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416m0 464a256 256 0 1 0 0-512 256 256 0 1 0 0 512m-72.8-379.4a7.934 7.934 0 0 0-14.4 0l-16.6 34.7-38.1 5c-3.1.4-5.6 2.5-6.6 5.5s-.1 6.2 2.1 8.3l27.9 26.5-7 37.8c-.6 3 .7 6.1 3.2 7.9s5.8 2 8.5.6l33.8-18.4 33.8 18.3c2.7 1.5 6 1.3 8.5-.6s3.7-4.9 3.2-7.9l-7-37.8 27.9-26.5c2.2-2.1 3.1-5.3 2.1-8.3s-3.5-5.1-6.6-5.5l-38.1-5-16.6-34.7zm160 0a7.934 7.934 0 0 0-14.4 0l-16.6 34.7-38.1 5c-3.1.4-5.6 2.5-6.6 5.5s-.1 6.2 2.1 8.3l27.9 26.5-7 37.8c-.6 3 .7 6.1 3.2 7.9s5.8 2 8.5.6l33.8-18.4 33.8 18.3c2.7 1.5 6 1.3 8.5-.6s3.7-4.9 3.2-7.9l-7-37.8 27.9-26.5c2.2-2.1 3.1-5.3 2.1-8.3s-3.5-5.1-6.6-5.5l-38.1-5-16.6-34.7zm6.3 175.8c-28.9 6.8-60.5 10.5-93.6 10.5s-64.7-3.7-93.6-10.5c-18.7-4.4-35.9 12-25.5 28.1 24.6 38.1 68.7 63.5 119.1 63.5s94.5-25.4 119.1-63.5c10.4-16.1-6.8-32.5-25.5-28.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/face-grin-tears.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-grin-tears.svg new file mode 100644 index 0000000..ba72e46 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-grin-tears.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M516.1 325.5c1 3 2.1 6 3.3 8.9 3.3 8.1 8.4 18.5 16.5 26.6 3.9 3.9 8.2 7.4 12.7 10.3C506.4 454.8 419.9 512 320 512S133.6 454.8 91.4 371.4c4.5-2.9 8.7-6.3 12.7-10.3 8.1-8.1 13.2-18.6 16.5-26.6 1.2-2.9 2.3-5.9 3.3-8.9C152.5 406.2 229.5 464 320 464s167.5-57.8 196.1-138.5M320 48c-101.4 0-185.8 72.5-204.3 168.5-6.7-3.1-14.3-4.3-22.3-3.1-6.8.9-16.2 2.4-26.6 4.4C85.3 94.5 191.6 0 320 0s234.7 94.5 253.2 217.7c-10.3-2-19.8-3.5-26.6-4.4-8-1.2-15.7.1-22.3 3.1C505.8 120.5 421.4 48 320 48M78.5 341.1C60 356.7 32 355.5 14.3 337.7c-18.7-18.7-19.1-48.8-.7-67.2 8.6-8.6 30.1-15.1 50.5-19.6 13-2.8 25.5-4.8 33.9-6 5.4-.8 9.9 3.7 9 9-3.1 21.5-11.4 70.2-25.5 84.4-.9 1-1.9 1.8-2.9 2.7zm483 0c-.8-.6-1.5-1.3-2.3-2-.2-.2-.5-.4-.7-.7-14.1-14.1-22.5-62.9-25.5-84.4-.8-5.4 3.7-9.9 9-9 1 .1 2.2.3 3.3.5 8.2 1.2 19.2 3 30.6 5.5 20.4 4.4 41.9 10.9 50.5 19.6 18.4 18.4 18 48.5-.7 67.2-17.7 17.7-45.7 19-64.2 3.4zM439 336.5c-24.6 38.1-68.7 63.5-119.1 63.5s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1 28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5c18.7-4.4 35.9 12 25.5 28.1M281.6 228.8l-.2-.2c-.2-.2-.4-.5-.7-.9-.6-.8-1.6-2-2.8-3.4-2.5-2.8-6-6.6-10.2-10.3-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3-1.2 1.4-2.2 2.6-2.8 3.4-.3.4-.6.7-.7.9l-.2.2c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8 9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8 0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8m160 0-.2-.2c-.2-.2-.4-.5-.7-.9-.6-.8-1.6-2-2.8-3.4-2.5-2.8-6-6.6-10.2-10.3-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3-1.2 1.4-2.2 2.6-2.8 3.4-.3.4-.6.7-.7.9l-.2.2c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8 9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8 0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/face-grin-tongue-squint.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-grin-tongue-squint.svg new file mode 100644 index 0000000..a97e2ec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-grin-tongue-squint.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M464 256c0-114.9-93.1-208-208-208S48 141.1 48 256c0 81.7 47.1 152.4 115.7 186.4-2.4-8.4-3.7-17.3-3.7-26.4v-23.3c-24-17.5-43.1-41.4-54.8-69.2-5-11.8 7-22.5 19.3-18.7 39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19c12.3-3.8 24.3 6.9 19.3 18.7-11.8 28-31.1 52-55.4 69.6V416c0 9.2-1.3 18-3.7 26.4C416.9 408.4 464 337.7 464 256M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m116-98.9c0-9 9.6-14.7 17.5-10.5l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5 0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6m262.5-10.5c7.9-4.2 17.5 1.5 17.5 10.5 0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6 0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8zM320 416v-37.4c0-14.7-11.9-26.6-26.6-26.6h-2c-11.3 0-21.1 7.9-23.6 18.9-2.8 12.6-20.8 12.6-23.6 0-2.5-11.1-12.3-18.9-23.6-18.9h-2c-14.7 0-26.6 11.9-26.6 26.6V416c0 35.3 28.7 64 64 64s64-28.7 64-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/face-grin-tongue-wink.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-grin-tongue-wink.svg new file mode 100644 index 0000000..4fdeaf1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-grin-tongue-wink.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M348.3 442.4c2.4-8.4 3.7-17.3 3.7-26.4v-52.5c8.8-8 16.6-17.1 23-27 10.4-16.1-6.8-32.5-25.5-28.1-28.9 6.8-60.5 10.5-93.6 10.5s-64.7-3.7-93.6-10.5c-18.7-4.4-35.9 12-25.5 28.1 6.5 10 14.3 19.1 23.1 27.1V416c0 9.2 1.3 18 3.7 26.4C95.1 408.4 48 337.7 48 256c0-114.9 93.1-208 208-208s208 93.1 208 208c0 81.7-47.1 152.4-115.7 186.4M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m-96.4-292c10.6 0 19.9 3.8 25.4 9.7 7.6 8.1 20.2 8.5 28.3.9s8.5-20.2.9-28.3C199.7 186.8 179 180 159.6 180s-40.1 6.8-54.6 22.3c-7.6 8.1-7.1 20.7.9 28.3s20.7 7.1 28.3-.9c5.5-5.8 14.8-9.7 25.4-9.7m176.7 12a24 24 0 1 0 0-48 24 24 0 1 0 0 48m-.4-72a48 48 0 1 1 0 96 48 48 0 1 1 0-96m0 128a80 80 0 1 0 0-160 80 80 0 1 0 0 160M320 416c0 35.3-28.7 64-64 64s-64-28.7-64-64v-37.4c0-14.7 11.9-26.6 26.6-26.6h2c11.3 0 21.1 7.9 23.6 18.9 2.8 12.6 20.8 12.6 23.6 0 2.5-11.1 12.3-18.9 23.6-18.9h2c14.7 0 26.6 11.9 26.6 26.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/face-grin-tongue.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-grin-tongue.svg new file mode 100644 index 0000000..3b694d7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-grin-tongue.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M464 256c0-114.9-93.1-208-208-208S48 141.1 48 256c0 81.7 47.1 152.4 115.7 186.4-2.4-8.4-3.7-17.3-3.7-26.4v-52.4c-8.9-8-16.7-17.1-23.1-27.1-10.4-16.1 6.8-32.5 25.5-28.1 28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5c18.7-4.4 35.9 12 25.5 28.1-6.4 9.9-14.2 19-23 27V416c0 9.2-1.3 18-3.7 26.4C416.9 408.4 464 337.7 464 256M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m176.4-80a32 32 0 1 1 0 64 32 32 0 1 1 0-64m128 32a32 32 0 1 1 64 0 32 32 0 1 1-64 0M320 416v-37.4c0-14.7-11.9-26.6-26.6-26.6h-2c-11.3 0-21.1 7.9-23.6 18.9-2.8 12.6-20.8 12.6-23.6 0-2.5-11.1-12.3-18.9-23.6-18.9h-2c-14.7 0-26.6 11.9-26.6 26.6V416c0 35.3 28.7 64 64 64s64-28.7 64-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/face-grin-wide.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-grin-wide.svg new file mode 100644 index 0000000..4945884 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-grin-wide.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M464 256a208 208 0 1 0-416 0 208 208 0 1 0 416 0M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m349.5 52.4c18.7-4.4 35.9 12 25.5 28.1-24.6 38.1-68.7 63.5-119.1 63.5s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1 28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5M224 192c0 35.3-14.3 64-32 64s-32-28.7-32-64 14.3-64 32-64 32 28.7 32 64m96 64c-17.7 0-32-28.7-32-64s14.3-64 32-64 32 28.7 32 64-14.3 64-32 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/face-grin-wink.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-grin-wink.svg new file mode 100644 index 0000000..f3976c1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-grin-wink.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M464 256a208 208 0 1 0-416 0 208 208 0 1 0 416 0M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m349.5 52.4c18.7-4.4 35.9 12 25.5 28.1-24.6 38.1-68.7 63.5-119.1 63.5s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1 28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5M144.4 208a32 32 0 1 1 64 0 32 32 0 1 1-64 0m165.8 21.7c-7.6 8.1-20.2 8.5-28.3.9s-8.5-20.2-.9-28.3c14.5-15.5 35.2-22.3 54.6-22.3s40.1 6.8 54.6 22.3c7.6 8.1 7.1 20.7-.9 28.3s-20.7 7.1-28.3-.9c-5.5-5.8-14.8-9.7-25.4-9.7s-19.9 3.8-25.4 9.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/face-grin.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-grin.svg new file mode 100644 index 0000000..139a841 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-grin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M464 256a208 208 0 1 0-416 0 208 208 0 1 0 416 0M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m349.5 52.4c18.7-4.4 35.9 12 25.5 28.1-24.6 38.1-68.7 63.5-119.1 63.5s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1 28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5M144.4 208a32 32 0 1 1 64 0 32 32 0 1 1-64 0m192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/face-kiss-beam.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-kiss-beam.svg new file mode 100644 index 0000000..baf6edb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-kiss-beam.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M464 256a208 208 0 1 0-416 0 208 208 0 1 0 416 0M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m304.7 41.7c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4-2.7 1.5-5.7 3-8.7 4.3 3.1 1.3 6 2.7 8.7 4.3 6.6 3.7 12.5 8.2 16.7 13.4 4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4-13.3 7.4-30.6 12.3-48 12.3-3.6 0-6.8-2.5-7.7-6s.6-7.2 3.8-9l.2-.1c.2-.1.5-.3.9-.5.8-.5 2-1.2 3.4-2.1 2.8-1.9 6.5-4.5 10.2-7.6s7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1-3.7-3.1-7.4-5.7-10.2-7.6-1.4-.9-2.6-1.6-3.4-2.1-.4-.2-.7-.4-.9-.5l-.2-.1c-2.5-1.4-4.1-4.1-4.1-7s1.6-5.6 4.1-7l.2-.1c.2-.1.5-.3.9-.5.8-.5 2-1.2 3.4-2.1 2.8-1.9 6.5-4.5 10.2-7.6s7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1-3.7-3.1-7.4-5.7-10.2-7.6-1.4-.9-2.6-1.6-3.4-2.1-.4-.2-.7-.4-.9-.5l-.2-.1c-3.2-1.8-4.7-5.5-3.8-9s4.1-6 7.7-6c17.4 0 34.7 4.9 47.9 12.3 6.6 3.7 12.5 8.2 16.7 13.4zm-87.1-68.9-.2-.2c-.2-.2-.4-.5-.7-.9-.6-.8-1.6-2-2.8-3.4-2.5-2.8-6-6.6-10.2-10.3-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3-1.2 1.4-2.2 2.6-2.8 3.4-.3.4-.6.7-.7.9l-.2.2c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8 9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8 0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8m160 0-.2-.2c-.2-.2-.4-.5-.7-.9-.6-.8-1.6-2-2.8-3.4-2.5-2.8-6-6.6-10.2-10.3-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3-1.2 1.4-2.2 2.6-2.8 3.4-.3.4-.6.7-.7.9l-.2.2c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8 9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8 0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/face-kiss-wink-heart.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-kiss-wink-heart.svg new file mode 100644 index 0000000..123ce62 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-kiss-wink-heart.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M338.9 446.8c-25.4 11-53.4 17.2-82.9 17.2-114.9 0-208-93.1-208-208S141.1 48 256 48s208 93.1 208 208c0 22.4-3.5 43.9-10.1 64.1 3.1 4.5 5.7 9.4 7.8 14.6 12.7-1.6 25.1.4 36.2 5 9.1-26.2 14-54.4 14-83.7C512 114.6 397.4 0 256 0S0 114.6 0 256s114.6 256 256 256c35.4 0 69.1-7.2 99.7-20.2-4.8-5.5-8.5-12.2-10.4-19.7l-6.5-25.3zM296 316c0-6.9-3.1-13.2-7.3-18.3-4.3-5.2-10.1-9.7-16.7-13.4-13.3-7.4-30.6-12.3-48-12.3-3.6 0-6.8 2.5-7.7 6s.6 7.2 3.8 9l.2.1c.2.1.5.3.9.5.8.5 2 1.2 3.4 2.1 2.8 1.9 6.5 4.5 10.2 7.6s7.2 6.6 9.6 10.1c2.5 3.5 3.5 6.4 3.5 8.6s-1 5-3.5 8.6c-2.5 3.5-5.9 6.9-9.6 10.1-3.7 3.1-7.4 5.7-10.2 7.6-1.4.9-2.6 1.6-3.4 2.1-.4.2-.7.4-.9.5l-.2.1c-2.5 1.4-4.1 4.1-4.1 7s1.6 5.6 4.1 7l.2.1c.2.1.5.3.9.5.8.5 2 1.2 3.4 2.1 2.8 1.9 6.5 4.5 10.2 7.6s7.2 6.6 9.6 10.1c2.5 3.5 3.5 6.4 3.5 8.6s-1 5-3.5 8.6c-2.5 3.5-5.9 6.9-9.6 10.1-3.7 3.1-7.4 5.7-10.2 7.6-1.4.9-2.6 1.6-3.4 2.1-.4.2-.7.4-.9.5l-.2.1c-3.2 1.8-4.7 5.5-3.8 9s4.1 6 7.7 6c17.4 0 34.7-4.9 47.9-12.3 6.6-3.7 12.5-8.2 16.7-13.4 4.3-5.1 7.3-11.4 7.3-18.3s-3.1-13.2-7.3-18.3c-4.3-5.2-10.1-9.7-16.7-13.4-2.7-1.5-5.7-3-8.7-4.3 3.1-1.3 6-2.7 8.7-4.3 6.6-3.7 12.5-8.2 16.7-13.4 4.3-5.1 7.3-11.4 7.3-18.3zm-119.6-76a32 32 0 1 0 0-64 32 32 0 1 0 0 64m159.3-20c10.6 0 19.9 3.8 25.4 9.7 7.6 8.1 20.2 8.5 28.3.9s8.5-20.2.9-28.3C375.7 186.8 355 180 335.6 180s-40.1 6.8-54.6 22.3c-7.6 8.1-7.1 20.7.9 28.3s20.7 7.1 28.3-.9c5.5-5.8 14.8-9.7 25.4-9.7zM434 352.3c-6-23.2-28.8-37-51.1-30.8s-35.4 30.1-29.5 53.4l22.9 89.3c2.2 8.7 11.2 13.9 19.8 11.4l84.9-23.8c22.2-6.2 35.4-30.1 29.5-53.4s-28.8-37-51.1-30.8l-20.2 5.6-5.4-21z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/face-kiss.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-kiss.svg new file mode 100644 index 0000000..78024ea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-kiss.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M464 256a208 208 0 1 0-416 0 208 208 0 1 0 416 0M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m304.7 25.7c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4-2.7 1.5-5.7 3-8.7 4.3 3.1 1.3 6 2.7 8.7 4.3 6.6 3.7 12.5 8.2 16.7 13.4 4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4-13.3 7.4-30.6 12.3-48 12.3-3.6 0-6.8-2.5-7.7-6s.6-7.2 3.8-9l.2-.1c.2-.1.5-.3.9-.5.8-.5 2-1.2 3.4-2.1 2.8-1.9 6.5-4.5 10.2-7.6s7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1-3.7-3.1-7.4-5.7-10.2-7.6-1.4-.9-2.6-1.6-3.4-2.1l-.8-.5-.1-.1-.2-.1c-2.5-1.4-4.1-4.1-4.1-7s1.6-5.6 4.1-7l.2-.1c.2-.1.5-.3.9-.5.8-.5 2-1.2 3.4-2.1 2.8-1.9 6.5-4.5 10.2-7.6s7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1-3.7-3.1-7.4-5.7-10.2-7.6-1.4-.9-2.6-1.6-3.4-2.1-.4-.2-.7-.4-.9-.5l-.2-.1c-3.2-1.8-4.7-5.5-3.8-9s4.1-6 7.7-6c17.4 0 34.7 4.9 47.9 12.3 6.6 3.7 12.5 8.2 16.7 13.4zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1-64 0m192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/face-laugh-beam.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-laugh-beam.svg new file mode 100644 index 0000000..fbff661 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-laugh-beam.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M464 256a208 208 0 1 0-416 0 208 208 0 1 0 416 0M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m130.7 57.9c-4.2-13.6 7.1-25.9 21.3-25.9h212.5c14.2 0 25.5 12.4 21.3 25.9C369 368.4 318.2 408 258.2 408s-110.8-39.6-127.5-94.1m86.9-85.1-.2-.2c-.2-.2-.4-.5-.7-.9-.6-.8-1.6-2-2.8-3.4-2.5-2.8-6-6.6-10.2-10.3-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3-1.2 1.4-2.2 2.6-2.8 3.4-.3.4-.6.7-.7.9l-.2.2c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8 9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8 0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8m160 0-.2-.2c-.2-.2-.4-.5-.7-.9-.6-.8-1.6-2-2.8-3.4-2.5-2.8-6-6.6-10.2-10.3-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3-1.2 1.4-2.2 2.6-2.8 3.4-.3.4-.6.7-.7.9l-.2.2c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8 9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8 0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/face-laugh-squint.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-laugh-squint.svg new file mode 100644 index 0000000..fdd10c2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-laugh-squint.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M464 256a208 208 0 1 0-416 0 208 208 0 1 0 416 0M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m130.7 57.9c-4.2-13.6 7.1-25.9 21.3-25.9h212.5c14.2 0 25.5 12.4 21.3 25.9C369 368.4 318.2 408 258.2 408s-110.8-39.6-127.5-94.1m2.8-183.3 89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5 0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6 0-9 9.6-14.7 17.5-10.5M396 141.1c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6 0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/face-laugh-wink.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-laugh-wink.svg new file mode 100644 index 0000000..b70a182 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-laugh-wink.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M464 256a208 208 0 1 0-416 0 208 208 0 1 0 416 0M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m130.7 57.9c-4.2-13.6 7.1-25.9 21.3-25.9h212.5c14.2 0 25.5 12.4 21.3 25.9C369 368.4 318.2 408 258.2 408s-110.8-39.6-127.5-94.1M144.4 192a32 32 0 1 1 64 0 32 32 0 1 1-64 0m165.8 21.7c-7.6 8.1-20.2 8.5-28.3.9s-8.5-20.2-.9-28.3c14.5-15.5 35.2-22.3 54.6-22.3s40.1 6.8 54.6 22.3c7.6 8.1 7.1 20.7-.9 28.3s-20.7 7.1-28.3-.9c-5.5-5.8-14.8-9.7-25.4-9.7s-19.9 3.8-25.4 9.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/face-laugh.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-laugh.svg new file mode 100644 index 0000000..38009ec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-laugh.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M464 256a208 208 0 1 0-416 0 208 208 0 1 0 416 0M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m130.7 57.9c-4.2-13.6 7.1-25.9 21.3-25.9h212.5c14.2 0 25.5 12.4 21.3 25.9C369 368.4 318.2 408 258.2 408s-110.8-39.6-127.5-94.1M144.4 192a32 32 0 1 1 64 0 32 32 0 1 1-64 0m192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/face-meh-blank.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-meh-blank.svg new file mode 100644 index 0000000..bc35daa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-meh-blank.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 48a208 208 0 1 0 0 416 208 208 0 1 0 0-416m256 208a256 256 0 1 1-512 0 256 256 0 1 1 512 0m-367.6-48a32 32 0 1 1 64 0 32 32 0 1 1-64 0m192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/face-meh.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-meh.svg new file mode 100644 index 0000000..87375b9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-meh.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M464 256a208 208 0 1 1-416 0 208 208 0 1 1 416 0M256 0a256 256 0 1 0 0 512 256 256 0 1 0 0-512m-79.6 240a32 32 0 1 0 0-64 32 32 0 1 0 0 64m192-32a32 32 0 1 0-64 0 32 32 0 1 0 64 0M184 328c-13.3 0-24 10.7-24 24s10.7 24 24 24h144c13.3 0 24-10.7 24-24s-10.7-24-24-24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/face-rolling-eyes.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-rolling-eyes.svg new file mode 100644 index 0000000..c8a9664 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-rolling-eyes.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416m0 464a256 256 0 1 0 0-512 256 256 0 1 0 0 512m-88-136c0 13.3 10.7 24 24 24h128c13.3 0 24-10.7 24-24s-10.7-24-24-24H192c-13.3 0-24 10.7-24 24m-8-104c-26.5 0-48-21.5-48-48 0-14.3 6.3-27.2 16.2-36-.2 1.3-.2 2.6-.2 4 0 17.7 14.3 32 32 32s32-14.3 32-32c0-1.4-.1-2.7-.2-4 10 8.8 16.2 21.7 16.2 36 0 26.5-21.5 48-48 48m0 32a80 80 0 1 0 0-160 80 80 0 1 0 0 160m192-32c-26.5 0-48-21.5-48-48 0-14.3 6.3-27.2 16.2-36-.2 1.3-.2 2.6-.2 4 0 17.7 14.3 32 32 32s32-14.3 32-32c0-1.4-.1-2.7-.2-4 10 8.8 16.2 21.7 16.2 36 0 26.5-21.5 48-48 48m0 32a80 80 0 1 0 0-160 80 80 0 1 0 0 160"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/face-sad-cry.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-sad-cry.svg new file mode 100644 index 0000000..f18d8f3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-sad-cry.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M400 406.1V288c0-13.3-10.7-24-24-24s-24 10.7-24 24v152.6c-28.7 15-61.4 23.4-96 23.4s-67.3-8.5-96-23.4V288c0-13.3-10.7-24-24-24s-24 10.7-24 24v118.1C72.6 368.2 48 315 48 256c0-114.9 93.1-208 208-208s208 93.1 208 208c0 59-24.6 112.2-64 150.1M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m-96.4-292c10.6 0 19.9 3.8 25.4 9.7 7.6 8.1 20.2 8.5 28.3.9s8.5-20.2.9-28.3C199.7 186.8 179 180 159.6 180s-40.1 6.8-54.6 22.3c-7.6 8.1-7.1 20.7.9 28.3s20.7 7.1 28.3-.9c5.5-5.8 14.8-9.7 25.4-9.7m166.6 9.7c5.5-5.8 14.8-9.7 25.4-9.7s19.9 3.8 25.4 9.7c7.6 8.1 20.2 8.5 28.3.9s8.5-20.2.9-28.3C391.7 186.8 371 180 351.6 180s-40.1 6.8-54.6 22.3c-7.6 8.1-7.1 20.7.9 28.3s20.7 7.1 28.3-.9M208 320v32c0 26.5 21.5 48 48 48s48-21.5 48-48v-32c0-26.5-21.5-48-48-48s-48 21.5-48 48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/face-sad-tear.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-sad-tear.svg new file mode 100644 index 0000000..f039665 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-sad-tear.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M175.9 448c-35-.1-65.5-22.6-76-54.6C67.6 356.8 48 308.7 48 256c0-114.9 93.1-208 208-208s208 93.1 208 208-93.1 208-208 208c-28.4 0-55.5-5.7-80.1-16M0 256a256 256 0 1 0 512 0 256 256 0 1 0-512 0m128 113c0 26 21.5 47 48 47s48-21 48-47c0-20-28.4-60.4-41.6-77.7-3.2-4.4-9.6-4.4-12.8 0-13 17.3-41.6 57.7-41.6 77.7m128-65c-13.3 0-24 10.7-24 24s10.7 24 24 24c30.7 0 58.7 11.5 80 30.6 9.9 8.8 25 8 33.9-1.9s8-25-1.9-33.9c-29.7-26.6-69-42.8-112-42.8m47.6-96a32 32 0 1 0 64 0 32 32 0 1 0-64 0m-128 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/face-smile-beam.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-smile-beam.svg new file mode 100644 index 0000000..dfcf85b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-smile-beam.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M464 256a208 208 0 1 0-416 0 208 208 0 1 0 416 0M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m177.6 62.1c15.2 16.4 41.2 33.9 78.4 33.9s63.2-17.5 78.4-33.9c9-9.7 24.2-10.4 33.9-1.4s10.4 24.2 1.4 33.9c-22 23.8-60 49.4-113.6 49.4s-91.7-25.5-113.6-49.4c-9-9.7-8.4-24.9 1.4-33.9s24.9-8.4 33.9 1.4zm40-89.3-.2-.2c-.2-.2-.4-.5-.7-.9-.6-.8-1.6-2-2.8-3.4-2.5-2.8-6-6.6-10.2-10.3-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3-1.2 1.4-2.2 2.6-2.8 3.4-.3.4-.6.7-.7.9l-.2.2c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8 9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8 0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8m160 0-.2-.2c-.2-.2-.4-.5-.7-.9-.6-.8-1.6-2-2.8-3.4-2.5-2.8-6-6.6-10.2-10.3-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3-1.2 1.4-2.2 2.6-2.8 3.4-.3.4-.6.7-.7.9l-.2.2c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8 9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8 0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/face-smile-wink.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-smile-wink.svg new file mode 100644 index 0000000..d019a1f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-smile-wink.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M464 256a208 208 0 1 0-416 0 208 208 0 1 0 416 0M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m177.6 62.1c15.2 16.4 41.2 33.9 78.4 33.9s63.2-17.5 78.4-33.9c9-9.7 24.2-10.4 33.9-1.4s10.4 24.2 1.4 33.9c-22 23.8-60 49.4-113.6 49.4s-91.7-25.5-113.6-49.4c-9-9.7-8.4-24.9 1.4-33.9s24.9-8.4 33.9 1.4zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1-64 0m165.8 21.7c-7.6 8.1-20.2 8.5-28.3.9s-8.5-20.2-.9-28.3c14.5-15.5 35.2-22.3 54.6-22.3s40.1 6.8 54.6 22.3c7.6 8.1 7.1 20.7-.9 28.3s-20.7 7.1-28.3-.9c-5.5-5.8-14.8-9.7-25.4-9.7s-19.9 3.8-25.4 9.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/face-smile.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-smile.svg new file mode 100644 index 0000000..26a06e3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-smile.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M464 256a208 208 0 1 0-416 0 208 208 0 1 0 416 0M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m177.6 62.1c15.2 16.4 41.2 33.9 78.4 33.9s63.2-17.5 78.4-33.9c9-9.7 24.2-10.4 33.9-1.4s10.4 24.2 1.4 33.9c-22 23.8-60 49.4-113.6 49.4s-91.7-25.5-113.6-49.4c-9-9.7-8.4-24.9 1.4-33.9s24.9-8.4 33.9 1.4zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1-64 0m192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/face-surprise.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-surprise.svg new file mode 100644 index 0000000..4f9c29f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-surprise.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M464 256a208 208 0 1 0-416 0 208 208 0 1 0 416 0M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m176.4-80a32 32 0 1 1 0 64 32 32 0 1 1 0-64m128 32a32 32 0 1 1 64 0 32 32 0 1 1-64 0M256 288a64 64 0 1 1 0 128 64 64 0 1 1 0-128"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/face-tired.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-tired.svg new file mode 100644 index 0000000..ff0ab78 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/face-tired.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M464 256a208 208 0 1 0-416 0 208 208 0 1 0 416 0M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m176.5 64.3c19.6-18.2 47.3-32.3 79.5-32.3s59.9 14.1 79.5 32.3c19 17.8 32.5 41.7 32.5 63.7 0 5.4-2.7 10.4-7.2 13.4s-10.2 3.4-15.2 1.3l-17.2-7.5c-22.8-10-47.5-15.1-72.4-15.1s-49.6 5.2-72.4 15.1l-17.2 7.5c-4.9 2.2-10.7 1.7-15.2-1.3s-7.2-8-7.2-13.4c0-22 13.5-45.9 32.5-63.7m-43-173.6 89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5 0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6 0-9 9.6-14.7 17.5-10.5M396 157.1c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6 0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/file-audio.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/file-audio.svg new file mode 100644 index 0000000..2646137 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/file-audio.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 464h256c8.8 0 16-7.2 16-16V160h-80c-17.7 0-32-14.3-32-32V48H64c-8.8 0-16 7.2-16 16v384c0 8.8 7.2 16 16 16M0 64C0 28.7 28.7 0 64 0h165.5c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm192 208v128c0 6.5-3.9 12.3-9.9 14.8s-12.9 1.1-17.4-3.5L129.4 376H112c-8.8 0-16-7.2-16-16v-48c0-8.8 7.2-16 16-16h17.4l35.3-35.3c4.6-4.6 11.5-5.9 17.4-3.5s9.9 8.3 9.9 14.8m85.8-4c11.6 20 18.2 43.3 18.2 68s-6.6 48-18.2 68c-6.6 11.5-21.3 15.4-32.8 8.8s-15.4-21.3-8.8-32.8c7.5-12.9 11.8-27.9 11.8-44s-4.3-31.1-11.8-44c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/file-code.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/file-code.svg new file mode 100644 index 0000000..8bfe4c3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/file-code.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 464c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16h160v80c0 17.7 14.3 32 32 32h80v288c0 8.8-7.2 16-16 16zM64 0C28.7 0 0 28.7 0 64v384c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V154.5c0-17-6.7-33.3-18.7-45.3l-90.6-90.5C262.7 6.7 246.5 0 229.5 0zm97 289c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L79 303c-9.4 9.4-9.4 24.6 0 33.9l48 48c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-31-31 31-31zm96-34c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l31 31-31 31c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l48-48c9.4-9.4 9.4-24.6 0-33.9l-48-48z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/file-excel.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/file-excel.svg new file mode 100644 index 0000000..7d54d23 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/file-excel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M48 448V64c0-8.8 7.2-16 16-16h160v80c0 17.7 14.3 32 32 32h80v288c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16M64 0C28.7 0 0 28.7 0 64v384c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V154.5c0-17-6.7-33.3-18.7-45.3l-90.6-90.5C262.7 6.7 246.5 0 229.5 0zm90.9 233.3c-8.1-10.5-23.2-12.3-33.7-4.2s-12.3 23.2-4.2 33.7l44.6 57.2-44.5 57.3c-8.1 10.5-6.3 25.5 4.2 33.7s25.5 6.3 33.7-4.2l37-47.7 37.1 47.6c8.1 10.5 23.2 12.3 33.7 4.2s12.3-23.2 4.2-33.7L222.4 320l44.5-57.3c8.1-10.5 6.3-25.5-4.2-33.7s-25.5-6.3-33.7 4.2l-37 47.7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/file-image.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/file-image.svg new file mode 100644 index 0000000..3fc29c8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/file-image.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 464c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16h160v80c0 17.7 14.3 32 32 32h80v288c0 8.8-7.2 16-16 16zM64 0C28.7 0 0 28.7 0 64v384c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V154.5c0-17-6.7-33.3-18.7-45.3l-90.6-90.5C262.7 6.7 246.5 0 229.5 0zm96 256a32 32 0 1 0-64 0 32 32 0 1 0 64 0m69.2 46.9c-3-4.3-7.9-6.9-13.2-6.9s-10.2 2.6-13.2 6.9l-41.3 59.7-11.9-19.1c-2.9-4.7-8.1-7.5-13.6-7.5s-10.6 2.8-13.6 7.5l-40 64c-3.1 4.9-3.2 11.1-.4 16.2s8.2 8.2 14 8.2h192c6 0 11.4-3.3 14.2-8.6s2.4-11.6-1-16.5l-72-104z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/file-lines.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/file-lines.svg new file mode 100644 index 0000000..f65b043 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/file-lines.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 464c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16h160v80c0 17.7 14.3 32 32 32h80v288c0 8.8-7.2 16-16 16zM64 0C28.7 0 0 28.7 0 64v384c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V154.5c0-17-6.7-33.3-18.7-45.3l-90.6-90.5C262.7 6.7 246.5 0 229.5 0zm56 256c-13.3 0-24 10.7-24 24s10.7 24 24 24h144c13.3 0 24-10.7 24-24s-10.7-24-24-24zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24h144c13.3 0 24-10.7 24-24s-10.7-24-24-24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/file-pdf.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/file-pdf.svg new file mode 100644 index 0000000..2bae073 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/file-pdf.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 464h48v48H64c-35.3 0-64-28.7-64-64V64C0 28.7 28.7 0 64 0h165.5c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3V304h-48V160h-80c-17.7 0-32-14.3-32-32V48H64c-8.8 0-16 7.2-16 16v384c0 8.8 7.2 16 16 16m112-112h32c30.9 0 56 25.1 56 56s-25.1 56-56 56h-16v32c0 8.8-7.2 16-16 16s-16-7.2-16-16V368c0-8.8 7.2-16 16-16m32 80c13.3 0 24-10.7 24-24s-10.7-24-24-24h-16v48zm96-80h32c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48h-32c-8.8 0-16-7.2-16-16V368c0-8.8 7.2-16 16-16m32 128c8.8 0 16-7.2 16-16v-64c0-8.8-7.2-16-16-16h-16v96zm80-112c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16s-7.2 16-16 16h-32v32h32c8.8 0 16 7.2 16 16s-7.2 16-16 16h-32v48c0 8.8-7.2 16-16 16s-16-7.2-16-16V368"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/file-powerpoint.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/file-powerpoint.svg new file mode 100644 index 0000000..eb764cd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/file-powerpoint.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 464c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16h160v80c0 17.7 14.3 32 32 32h80v288c0 8.8-7.2 16-16 16zM64 0C28.7 0 0 28.7 0 64v384c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V154.5c0-17-6.7-33.3-18.7-45.3l-90.6-90.5C262.7 6.7 246.5 0 229.5 0zm72 208c-13.3 0-24 10.7-24 24v160c0 13.3 10.7 24 24 24s24-10.7 24-24v-32h44c42 0 76-34 76-76s-34-76-76-76zm68 104h-44v-56h44c15.5 0 28 12.5 28 28s-12.5 28-28 28"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/file-video.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/file-video.svg new file mode 100644 index 0000000..746ab45 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/file-video.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M320 464c8.8 0 16-7.2 16-16V160h-80c-17.7 0-32-14.3-32-32V48H64c-8.8 0-16 7.2-16 16v384c0 8.8 7.2 16 16 16zM0 64C0 28.7 28.7 0 64 0h165.5c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm80 224c0-17.7 14.3-32 32-32h96c17.7 0 32 14.3 32 32v16l44.9-29.9c2-1.3 4.4-2.1 6.8-2.1 6.8 0 12.3 5.5 12.3 12.3v103.4c0 6.8-5.5 12.3-12.3 12.3-2.4 0-4.8-.7-6.8-2.1L240 368v16c0 17.7-14.3 32-32 32h-96c-17.7 0-32-14.3-32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/file-word.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/file-word.svg new file mode 100644 index 0000000..a268113 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/file-word.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M48 448V64c0-8.8 7.2-16 16-16h160v80c0 17.7 14.3 32 32 32h80v288c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16M64 0C28.7 0 0 28.7 0 64v384c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V154.5c0-17-6.7-33.3-18.7-45.3l-90.6-90.5C262.7 6.7 246.5 0 229.5 0zm55 241.1c-3.8-12.7-17.2-19.9-29.9-16.1S69.2 242.2 73 254.9l48 160c3 10.2 12.4 17.1 23 17.1s19.9-7 23-17.1l25-83.4 25 83.4c3 10.2 12.4 17.1 23 17.1s19.9-7 23-17.1l48-160c3.8-12.7-3.4-26.1-16.1-29.9s-26.1 3.4-29.9 16.1l-25 83.4-25-83.4c-3-10.2-12.4-17.1-23-17.1s-19.9 7-23 17.1l-25 83.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/file-zipper.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/file-zipper.svg new file mode 100644 index 0000000..66fe4f1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/file-zipper.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 464c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16h48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16h48v80c0 17.7 14.3 32 32 32h80v288c0 8.8-7.2 16-16 16zM64 0C28.7 0 0 28.7 0 64v384c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V154.5c0-17-6.7-33.3-18.7-45.3l-90.6-90.5C262.7 6.7 246.5 0 229.5 0zm48 112c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16m0 64c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16m-6.3 71.8-23.6 88.1c-1.4 5.4-2.1 10.9-2.1 16.4 0 35.2 28.8 63.7 64 63.7s64-28.5 64-63.7c0-5.5-.7-11.1-2.1-16.4l-23.5-88.2c-3.7-14-16.4-23.8-30.9-23.8h-14.8c-14.5 0-27.2 9.7-30.9 23.8zM128 336h32c8.8 0 16 7.2 16 16s-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16s7.2-16 16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/file.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/file.svg new file mode 100644 index 0000000..2fc1b26 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/file.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M320 464c8.8 0 16-7.2 16-16V160h-80c-17.7 0-32-14.3-32-32V48H64c-8.8 0-16 7.2-16 16v384c0 8.8 7.2 16 16 16zM0 64C0 28.7 28.7 0 64 0h165.5c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/flag.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/flag.svg new file mode 100644 index 0000000..ed23861 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/flag.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M48 24C48 10.7 37.3 0 24 0S0 10.7 0 24v464c0 13.3 10.7 24 24 24s24-10.7 24-24V388l80.3-20.1c41.1-10.3 84.6-5.5 122.5 13.4 44.2 22.1 95.5 24.8 141.7 7.4l34.7-13c12.5-4.7 20.8-16.6 20.8-30V66c0-23-24.2-38-44.8-27.7l-9.6 4.8c-46.3 23.2-100.8 23.2-147.1 0-35.1-17.6-75.4-22-113.5-12.5L48 52zm0 77.5 96.6-24.2c27-6.7 55.5-3.6 80.4 8.8 54.9 27.4 118.7 29.7 175 6.8v241.8l-24.4 9.1c-33.7 12.6-71.2 10.7-103.4-5.4-48.2-24.1-103.3-30.1-155.6-17.1L48 338.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/floppy-disk.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/floppy-disk.svg new file mode 100644 index 0000000..4d666cc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/floppy-disk.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M48 96v320c0 8.8 7.2 16 16 16h320c8.8 0 16-7.2 16-16V170.5c0-4.2-1.7-8.3-4.7-11.3l33.9-33.9c12 12 18.7 28.3 18.7 45.3L448 416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96c0-35.3 28.7-64 64-64h245.5c17 0 33.3 6.7 45.3 18.7l74.5 74.5-33.9 33.9-74.6-74.4-.8-.8V184c0 13.3-10.7 24-24 24H104c-13.3 0-24-10.7-24-24V80H64c-8.8 0-16 7.2-16 16m80-16v80h144V80zm32 240a64 64 0 1 1 128 0 64 64 0 1 1-128 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/folder-closed.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/folder-closed.svg new file mode 100644 index 0000000..dc81e1f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/folder-closed.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M251.7 127.6c10.5 10.5 24.7 16.4 39.6 16.4H448c8.8 0 16 7.2 16 16v32H48V96c0-8.8 7.2-16 16-16h133.5c4.2 0 8.3 1.7 11.3 4.7l33.9-33.9-33.9 33.9zM48 240h416v176c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16zM285.7 93.7l-43-43c-12-12-28.3-18.7-45.3-18.7H64C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64H291.3c-2.1 0-4.2-.8-5.7-2.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/folder-open.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/folder-open.svg new file mode 100644 index 0000000..83fbd6a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/folder-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M384 480h48c11.4 0 21.9-6 27.6-15.9l112-192c5.8-9.9 5.8-22.1.1-32.1s-16.2-16-27.7-16H144c-11.4 0-21.9 6-27.6 15.9L48 357.1V96c0-8.8 7.2-16 16-16h117.5c4.2 0 8.3 1.7 11.3 4.7l26.5 26.5c21 21 49.5 32.8 79.2 32.8H416c8.8 0 16 7.2 16 16v32h48v-32c0-35.3-28.7-64-64-64H298.5c-17 0-33.3-6.7-45.3-18.7l-26.5-26.6c-12-12-28.3-18.7-45.3-18.7H64C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/folder.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/folder.svg new file mode 100644 index 0000000..ffc4e3c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/folder.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 96c0-35.3 28.7-64 64-64h132.1c19.1 0 37.4 7.6 50.9 21.1L289.9 96H448c35.3 0 64 28.7 64 64v256c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm64-16c-8.8 0-16 7.2-16 16v320c0 8.8 7.2 16 16 16h384c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16H286.6c-10.6 0-20.8-4.2-28.3-11.7L213.1 87c-4.5-4.5-10.6-7-17-7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/font-awesome.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/font-awesome.svg new file mode 100644 index 0000000..21d9a38 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/font-awesome.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M91.7 96c14.6-9.2 24.3-25.5 24.3-44 0-28.7-23.3-52-52-52S12 23.3 12 52c0 16.7 7.8 31.5 20 41v419h48v-64h389.6c14.6 0 26.4-11.8 26.4-26.4 0-3.7-.8-7.3-2.3-10.7L432 272l61.7-138.9c1.5-3.4 2.3-7 2.3-10.7 0-14.6-11.8-26.4-26.4-26.4zM80 400V144h356.4l-48.3 108.5c-5.5 12.4-5.5 26.6 0 39L436.4 400z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/futbol.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/futbol.svg new file mode 100644 index 0000000..e873f21 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/futbol.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m435.4 361.4-89.7-6c-5.2-.3-10.3 1.1-14.5 4.2s-7.2 7.4-8.4 12.5l-22 87.2c-14.4 3.2-29.4 4.8-44.8 4.8s-30.3-1.7-44.8-4.8l-22-87.2c-1.3-5-4.3-9.4-8.4-12.5s-9.3-4.5-14.5-4.2l-89.7 6C61.7 335.9 51.9 307 49 276.2l76-47.9c4.4-2.8 7.6-7 9.2-11.9s1.4-10.2-.5-15L100.4 118c19.9-22.4 44.6-40.5 72.4-52.7l69.1 57.6c4 3.3 9 5.1 14.1 5.1s10.2-1.8 14.1-5.1l69.1-57.6c27.8 12.2 52.5 30.3 72.4 52.7l-33.4 83.4c-1.9 4.8-2.1 10.1-.5 15s4.9 9.1 9.2 11.9l76.1 47.9c-3 30.8-12.7 59.7-27.6 85.2M256 48h.9-1.8zM56.7 196.2c.9-3 1.9-6.1 2.9-9.1zM132 423l3.8 2.7c-1.3-.9-2.5-1.8-3.8-2.7m248.1-.1c-1.3 1-2.6 2-4 2.9zm75.2-226.7-3-9.2c1.1 3 2.1 6.1 3 9.2M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m14.1-325.7c-8.4-6.1-19.8-6.1-28.2 0L194 221c-8.4 6.1-11.9 16.9-8.7 26.8l18.3 56.3c3.2 9.9 12.4 16.6 22.8 16.6h59.2c10.4 0 19.6-6.7 22.8-16.6l18.3-56.3c3.2-9.9-.3-20.7-8.7-26.8l-47.9-34.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/gem.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/gem.svg new file mode 100644 index 0000000..153c067 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/gem.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m168.5 72 87.5 93 87.5-93zm215.4 27.1L311.5 176h129zm50 124.9H78.1L256 420.3zM71.5 176h129l-72.4-76.9zm434.3 40.1-232 256c-4.5 5-11 7.9-17.8 7.9s-13.2-2.9-17.8-7.9l-232-256c-7.7-8.5-8.3-21.2-1.5-30.4l112-152c4.5-6.1 11.7-9.8 19.3-9.8h240c7.6 0 14.8 3.6 19.3 9.8l112 152c6.8 9.2 6.1 21.9-1.5 30.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/hand-back-fist.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/hand-back-fist.svg new file mode 100644 index 0000000..dbfed4e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/hand-back-fist.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M144 64c0-8.8 7.2-16 16-16s16 7.2 16 16c0 9.1 5.1 17.4 13.3 21.5s17.9 3.2 25.1-2.3c2.7-2 6-3.2 9.6-3.2 8.8 0 16 7.2 16 16 0 9.1 5.1 17.4 13.3 21.5s17.9 3.2 25.1-2.3c2.7-2 6-3.2 9.6-3.2 8.8 0 16 7.2 16 16 0 9.1 5.1 17.4 13.3 21.5s17.9 3.2 25.1-2.3c2.7-2 6-3.2 9.6-3.2 8.8 0 16 7.2 16 16v104c0 31.3-20 58-48 67.9-9.6 3.4-16 12.5-16 22.6V488c0 13.3 10.7 24 24 24s24-10.7 24-24V370.2c38-20.1 64-60.1 64-106.2V160c0-35.3-28.7-64-64-64-2.8 0-5.6.2-8.3.5A63.83 63.83 0 0 0 288 64c-2.8 0-5.6.2-8.3.5A63.83 63.83 0 0 0 224 32c-2.8 0-5.6.2-8.3.5A63.83 63.83 0 0 0 160 0c-35.3 0-64 28.7-64 64v64.3c-11.7 7.4-22.5 16.4-32 26.9l17.8 16.1L64 155.2l-9.4 10.5C40 181.8 32 202.8 32 224.6v12.8c0 49.6 24.2 96.1 64.8 124.5l13.8-19.7-13.8 19.7 8.9 6.2c6.9 4.8 14.4 8.6 22.3 11.3V488c0 13.3 10.7 24 24 24s24-10.7 24-24V359.9c0-12.6-9.8-23.1-22.4-23.9-7.3-.5-14.3-2.9-20.3-7.1l-13.1 18.7 13.1-18.7-8.9-6.2C96.6 303.1 80 271.3 80 237.4v-12.8c0-9.9 3.7-19.4 10.3-26.8l9.4-10.5c3.8-4.2 7.9-8.1 12.3-11.6V208c0 8.8 7.2 16 16 16s16-7.2 16-16V64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/hand-lizard.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/hand-lizard.svg new file mode 100644 index 0000000..302e40f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/hand-lizard.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M72 112c-13.3 0-24 10.7-24 24s10.7 24 24 24h168c35.3 0 64 28.7 64 64s-28.7 64-64 64H136c-13.3 0-24 10.7-24 24s10.7 24 24 24h152c4.5 0 8.9 1.3 12.7 3.6l64 40c7 4.4 11.3 12.1 11.3 20.4v24c0 13.3-10.7 24-24 24s-24-10.7-24-24v-10.7L281.1 384H136c-39.8 0-72-32.2-72-72s32.2-72 72-72h104c8.8 0 16-7.2 16-16s-7.2-16-16-16H72c-39.8 0-72-32.2-72-72s32.2-72 72-72h209.6c46.7 0 90.9 21.5 119.7 58.3l78.4 100.1c20.9 26.7 32.3 59.7 32.3 93.7V424c0 13.3-10.7 24-24 24s-24-10.7-24-24V316.1c0-23.2-7.8-45.8-22.1-64.1l-78.4-100.1c-19.7-25.2-49.9-39.9-81.9-39.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/hand-peace.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/hand-peace.svg new file mode 100644 index 0000000..1f47cb0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/hand-peace.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M250.8 1.4c-35.2-3.7-66.6 21.8-70.3 57L174 119l-17.3-49.4C145 36.3 108.4 18.8 75.1 30.5s-50.9 48.3-39.2 81.6l52.8 150.1A79.77 79.77 0 0 0 64 320v24c0 92.8 75.2 168 168 168h48c92.8 0 168-75.2 168-168V224c0-35.3-28.7-64-64-64-7.9 0-15.4 1.4-22.4 4-10.4-21.3-32.3-36-57.6-36h-2.2l5.9-56.3c3.7-35.2-21.8-66.6-57-70.3zm-.2 155.4C243.9 166.9 240 179 240 192v50c-5.1-1.3-10.5-2-16-2h-7.4l-5.4-15.3 17-161.3c.9-8.8 8.8-15.2 17.6-14.2S261 58 260 66.8l-9.5 90.1zM111.4 85.6 165.7 240H144c-4 0-8 .3-11.9.9L81.2 96.2c-2.9-8.3 1.5-17.5 9.8-20.4s17.5 1.5 20.4 9.8M288 192c0-8.8 7.2-16 16-16s16 7.2 16 16v48c0 8.8-7.2 16-16 16s-16-7.2-16-16zm38.4 108c10.4 21.3 32.3 36 57.6 36 5.5 0 10.9-.7 16-2v10c0 66.3-53.7 120-120 120h-48c-66.3 0-120-53.7-120-120v-24c0-17.7 14.3-32 32-32h80c8.8 0 16 7.2 16 16s-7.2 16-16 16h-40c-13.3 0-24 10.7-24 24s10.7 24 24 24h40c35.3 0 64-28.7 64-64v-2c5.1 1.3 10.5 2 16 2 7.9 0 15.4-1.4 22.4-4m73.6-28c0 8.8-7.2 16-16 16s-16-7.2-16-16v-48c0-8.8 7.2-16 16-16s16 7.2 16 16v48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/hand-point-down.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/hand-point-down.svg new file mode 100644 index 0000000..d5d9ffe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/hand-point-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 448V270.4c5.2 1 10.5 1.6 16 1.6h16v176c0 8.8-7.2 16-16 16s-16-7.2-16-16m16-224c-17.7 0-32-14.3-32-32v-24c0-66.3 53.7-120 120-120h48c52.5 0 97.1 33.7 113.4 80.7-3.1-.5-6.2-.7-9.4-.7-20 0-37.9 9.2-49.7 23.6-9-4.9-19.4-7.6-30.3-7.6-15.1 0-29 5.3-40 14-11-8.8-24.9-14-40-14h-40c-13.3 0-24 10.7-24 24s10.7 24 24 24h40c8.8 0 16 7.2 16 16s-7.2 16-16 16H80M0 192c0 18 6 34.6 16 48v208c0 35.3 28.7 64 64 64s64-28.7 64-64v-82c5.1 1.3 10.5 2 16 2 25.3 0 47.2-14.7 57.6-36 7 2.6 14.5 4 22.4 4 20 0 37.9-9.2 49.7-23.6 9 4.9 19.4 7.6 30.3 7.6 35.3 0 64-28.7 64-64v-88C384 75.2 308.8 0 216 0h-48C75.2 0 0 75.2 0 168zm336 64c0 8.8-7.2 16-16 16s-16-7.2-16-16v-64c0-8.8 7.2-16 16-16s16 7.2 16 16zm-176 16c5.5 0 10.9-.7 16-2v34c0 8.8-7.2 16-16 16s-16-7.2-16-16v-32zm64-24v-40c0-8.8 7.2-16 16-16s16 7.2 16 16v64c0 8.8-7.2 16-16 16s-16-7.2-16-16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/hand-point-left.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/hand-point-left.svg new file mode 100644 index 0000000..d62c0c8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/hand-point-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 128h177.6c-1 5.2-1.6 10.5-1.6 16v16H64c-8.8 0-16-7.2-16-16s7.2-16 16-16m224 16c0-17.7 14.3-32 32-32h24c66.3 0 120 53.7 120 120v48c0 52.5-33.7 97.1-80.7 113.4.5-3.1.7-6.2.7-9.4 0-20-9.2-37.9-23.6-49.7 4.9-9 7.6-19.4 7.6-30.3 0-15.1-5.3-29-14-40 8.8-11 14-24.9 14-40v-40c0-13.3-10.7-24-24-24s-24 10.7-24 24v40c0 8.8-7.2 16-16 16s-16-7.2-16-16v-80m32-80c-18 0-34.6 6-48 16H64c-35.3 0-64 28.7-64 64s28.7 64 64 64h82c-1.3 5.1-2 10.5-2 16 0 25.3 14.7 47.2 36 57.6-2.6 7-4 14.5-4 22.4 0 20 9.2 37.9 23.6 49.7-4.9 9-7.6 19.4-7.6 30.3 0 35.3 28.7 64 64 64h88c92.8 0 168-75.2 168-168v-48c0-92.8-75.2-168-168-168zm-64 336c-8.8 0-16-7.2-16-16s7.2-16 16-16h64c8.8 0 16 7.2 16 16s-7.2 16-16 16zm-16-176c0 5.5.7 10.9 2 16h-34c-8.8 0-16-7.2-16-16s7.2-16 16-16h32zm24 64h40c8.8 0 16 7.2 16 16s-7.2 16-16 16h-64c-8.8 0-16-7.2-16-16s7.2-16 16-16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/hand-point-right.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/hand-point-right.svg new file mode 100644 index 0000000..6b80dec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/hand-point-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M448 128H270.4c1 5.2 1.6 10.5 1.6 16v16h176c8.8 0 16-7.2 16-16s-7.2-16-16-16m-224 16c0-17.7-14.3-32-32-32h-24c-66.3 0-120 53.7-120 120v48c0 52.5 33.7 97.1 80.7 113.4-.5-3.1-.7-6.2-.7-9.4 0-20 9.2-37.9 23.6-49.7-4.9-9-7.6-19.4-7.6-30.3 0-15.1 5.3-29 14-40-8.8-11-14-24.9-14-40v-40c0-13.3 10.7-24 24-24s24 10.7 24 24v40c0 8.8 7.2 16 16 16s16-7.2 16-16v-80m-32-80c18 0 34.6 6 48 16h208c35.3 0 64 28.7 64 64s-28.7 64-64 64h-82c1.3 5.1 2 10.5 2 16 0 25.3-14.7 47.2-36 57.6 2.6 7 4 14.5 4 22.4 0 20-9.2 37.9-23.6 49.7 4.9 9 7.6 19.4 7.6 30.3 0 35.3-28.7 64-64 64h-88C75.2 448 0 372.8 0 280v-48C0 139.2 75.2 64 168 64zm64 336c8.8 0 16-7.2 16-16s-7.2-16-16-16h-64c-8.8 0-16 7.2-16 16s7.2 16 16 16zm16-176c0 5.5-.7 10.9-2 16h34c8.8 0 16-7.2 16-16s-7.2-16-16-16h-32zm-24 64h-40c-8.8 0-16 7.2-16 16s7.2 16 16 16h64c8.8 0 16-7.2 16-16s-7.2-16-16-16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/hand-point-up.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/hand-point-up.svg new file mode 100644 index 0000000..72f42e2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/hand-point-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 64v177.6c5.2-1 10.5-1.6 16-1.6h16V64c0-8.8-7.2-16-16-16s-16 7.2-16 16m16 224c-17.7 0-32 14.3-32 32v24c0 66.3 53.7 120 120 120h48c52.5 0 97.1-33.7 113.4-80.7-3.1.5-6.2.7-9.4.7-20 0-37.9-9.2-49.7-23.6-9 4.9-19.4 7.6-30.3 7.6-15.1 0-29-5.3-40-14-11 8.8-24.9 14-40 14h-40c-13.3 0-24-10.7-24-24s10.7-24 24-24h40c8.8 0 16-7.2 16-16s-7.2-16-16-16H80M0 320c0-18 6-34.6 16-48V64C16 28.7 44.7 0 80 0s64 28.7 64 64v82c5.1-1.3 10.5-2 16-2 25.3 0 47.2 14.7 57.6 36 7-2.6 14.5-4 22.4-4 20 0 37.9 9.2 49.7 23.6 9-4.9 19.4-7.6 30.3-7.6 35.3 0 64 28.7 64 64v88c0 92.8-75.2 168-168 168h-48C75.2 512 0 436.8 0 344zm336-64c0-8.8-7.2-16-16-16s-16 7.2-16 16v64c0 8.8 7.2 16 16 16s16-7.2 16-16zm-176-16c5.5 0 10.9.7 16 2v-34c0-8.8-7.2-16-16-16s-16 7.2-16 16v32zm64 24v40c0 8.8 7.2 16 16 16s16-7.2 16-16v-64c0-8.8-7.2-16-16-16s-16 7.2-16 16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/hand-pointer.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/hand-pointer.svg new file mode 100644 index 0000000..a870e24 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/hand-pointer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M160 64c0-8.8 7.2-16 16-16s16 7.2 16 16v136c0 10.3 6.6 19.5 16.4 22.8s20.6-.1 26.8-8.3c3-3.9 7.6-6.4 12.8-6.4 8.8 0 16 7.2 16 16 0 10.3 6.6 19.5 16.4 22.8s20.6-.1 26.8-8.3c3-3.9 7.6-6.4 12.8-6.4 7.8 0 14.3 5.6 15.7 13 1.6 8.2 7.3 15.1 15.1 18s16.7 1.6 23.3-3.6c2.7-2.1 6.1-3.4 9.9-3.4 8.8 0 16 7.2 16 16v120c0 39.8-32.2 72-72 72H211.3c-37.4 0-72.4-18.7-93.2-49.9L50.7 312.9c-4.9-7.4-2.9-17.3 4.4-22.2s17.3-2.9 22.2 4.4l38.7 58.1c5.9 8.8 16.8 12.7 26.9 9.7s17-12.4 17-23V64zm16-64c-35.3 0-64 28.7-64 64v197.7c-20.8-23.7-56.5-28.9-83.5-11-29.4 19.7-37.4 59.4-17.7 88.8l67.5 101.3C108 485.3 157.9 512 211.4 512h116.7c66.3 0 120-53.7 120-120V272c0-35.3-28.7-64-64-64-4.5 0-8.8.5-13 1.3-11.7-15.4-30.2-25.3-51-25.3-6.9 0-13.5 1.1-19.7 3.1-11.7-16.4-30.8-27.1-52.4-27.1-2.7 0-5.4.2-8 .5V64c0-35.3-28.7-64-64-64m48 304c0-8.8-7.2-16-16-16s-16 7.2-16 16v96c0 8.8 7.2 16 16 16s16-7.2 16-16zm48-16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16s16-7.2 16-16v-96c0-8.8-7.2-16-16-16m80 16c0-8.8-7.2-16-16-16s-16 7.2-16 16v96c0 8.8 7.2 16 16 16s16-7.2 16-16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/hand-scissors.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/hand-scissors.svg new file mode 100644 index 0000000..86324e2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/hand-scissors.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M.2 276.3c-1.2-35.3 26.4-65 61.7-66.2l3.3-.1-8.2-1.9C22.5 200.5.7 166.3 8.3 131.8s41.9-56.3 76.4-48.6l173 38.3c2.3-2.9 4.7-5.7 7.1-8.5l18.4-20.3C299.9 74.5 323.5 64 348.3 64h10.2c54.1 0 104.1 28.7 131.3 75.4l1.5 2.6c13.6 23.2 20.7 49.7 20.7 76.6V344c0 66.3-53.7 120-120 120H288c-35.3 0-64-28.7-64-64 0-2.8.2-5.6.5-8.3-19.4-11-32.5-31.8-32.5-55.7v-2.4L66.4 338c-35.3 1.2-65-26.4-66.2-61.7m63.4-18.2c-8.8.3-15.7 7.7-15.4 16.5s7.7 15.7 16.5 15.4l161.5-5.6c9.8-.3 18.7 5.3 22.7 14.2s2.2 19.3-4.5 26.4c-2.8 2.9-4.4 6.7-4.4 11 0 8.8 7.2 16 16 16 9.1 0 17.4 5.1 21.5 13.3s3.2 17.9-2.3 25.1c-2 2.7-3.2 6-3.2 9.6 0 8.8 7.2 16 16 16h104c39.8 0 72-32.2 72-72V218.6c0-18.4-4.9-36.5-14.2-52.4l-1.5-2.6c-18.6-32-52.8-51.6-89.8-51.6h-10.2c-11.3 0-22 4.8-29.6 13.1l-17.5-15.9 17.5 15.9-18.4 20.3c-.6.6-1.1 1.3-1.7 1.9l57 13.2c8.6 2 14 10.6 12 19.2s-10.6 14-19.2 12L262.8 172 74.3 130c-8.6-1.9-17.2 3.5-19.1 12.2s3.5 17.2 12.2 19.1l187.5 41.6c10.2 2.3 17.8 10.9 18.7 21.4l.1 1c.6 6.6-1.5 13.1-5.8 18.1s-10.6 7.9-17.2 8.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/hand-spock.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/hand-spock.svg new file mode 100644 index 0000000..fb8a748 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/hand-spock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M170.2 80.8C161 47 180.8 12 214.6 2.4c34-9.6 69.4 10.2 79 44.2l30.3 107.1L337.1 84c6.6-34.7 40.1-57.5 74.8-50.9 31.4 6 53 33.9 52 64.9 10-2.6 20.8-2.8 31.5-.1 34.3 8.6 55.1 43.3 46.6 77.6l-55.3 221.7C469.8 464.7 409.2 512 339.6 512h-33.7c-56.9 0-112.2-19-157.2-53.9l-92-71.6c-27.9-21.7-32.9-61.9-11.2-89.8s61.9-32.9 89.8-11.2l17 13.2-51.8-131.2c-13-32.9 3.2-70.1 36-83 11.1-4.4 22.7-5.4 33.7-3.7m77.1-21.2c-2.4-8.5-11.2-13.4-19.7-11s-13.4 11.2-11 19.7l54.8 182.4c3.5 12.3-3.3 25.2-15.4 29.3s-25.3-2-30-13.9l-51.1-128c-3.2-8.2-12.5-12.3-20.8-9s-12.3 12.5-9 20.8l73.3 185.6c12 30.3-23.7 57-49.4 37l-63.1-49.1c-7-5.4-17-4.2-22.5 2.8s-4.2 17 2.8 22.5l92 71.6c36.5 28.4 81.4 43.8 127.7 43.8h33.7c47.5 0 89-32.4 100.5-78.5L495.5 164c2.1-8.6-3.1-17.3-11.6-19.4s-17.3 3.1-19.4 11.6l-26 104C435.6 271.8 425 280 413 280c-16.5 0-28.9-15-25.8-31.2L415.7 99c1.7-8.7-4-17.1-12.7-18.7s-17.1 4-18.7 12.7l-31.8 167c-2.2 11.6-12.4 20-24.2 20-11 0-20.7-7.3-23.7-17.9L247.4 59.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/hand.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/hand.svg new file mode 100644 index 0000000..99a8f13 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/hand.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 0c-25.3 0-47.2 14.7-57.6 36-7-2.6-14.5-4-22.4-4-35.3 0-64 28.7-64 64v165.5l-2.7-2.7c-25-25-65.5-25-90.5 0s-25 65.5 0 90.5l87.7 87.7c48 48 113.1 75 181 75H304c1.5 0 3-.1 4.5-.4 91.7-6.2 165-79.4 171.1-171.1.3-1.5.4-3 .4-4.5V160c0-35.3-28.7-64-64-64-5.5 0-10.9.7-16 2v-2c0-35.3-28.7-64-64-64-7.9 0-15.4 1.4-22.4 4C303.2 14.7 281.3 0 256 0m-16 96.1V64c0-8.8 7.2-16 16-16s16 7.2 16 16v168c0 13.3 10.7 24 24 24s24-10.7 24-24V95.9c0-8.8 7.2-16 16-16s16 7.2 16 16v136c0 13.3 10.7 24 24 24s24-10.7 24-24v-72c0-8.8 7.2-16 16-16s16 7.2 16 16v172.9c-.1.6-.1 1.3-.2 1.9-3.4 69.7-59.3 125.6-129 129-.6 0-1.3.1-1.9.2h-13.4c-55.2 0-108.1-21.9-147.1-60.9l-87.7-87.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l43.7 43.7c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2V96c0-8.8 7.2-16 16-16s16 7.1 16 15.9V232c0 13.3 10.7 24 24 24s24-10.7 24-24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/handshake.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/handshake.svg new file mode 100644 index 0000000..590ede0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/handshake.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m272.2 64.6-51.1 51.1c-15.3 4.2-29.5 11.9-41.5 22.5L153 161.9c-10.2 9.1-23.5 14.1-37.2 14.1H96v128c20.4.6 39.8 8.9 54.3 23.4l35.6 35.6 7 7 27 27c6.2 6.2 16.4 6.2 22.6 0 1.7-1.7 3-3.7 3.7-5.8 2.8-7.7 9.3-13.5 17.3-15.3s16.4.6 22.2 6.5l10.8 10.6c11.6 11.6 30.4 11.6 41.9 0 5.4-5.4 8.3-12.3 8.6-19.4.4-8.8 5.6-16.6 13.6-20.4s17.3-3 24.4 2.1c9.4 6.7 22.5 5.8 30.9-2.6 9.4-9.4 9.4-24.6 0-33.9L340.1 243l-35.8 33c-27.3 25.2-69.2 25.6-97 .9-31.7-28.2-32.4-77.4-1.6-106.5l70.1-66.2C303.2 78.4 339.4 64 377.1 64c36.1 0 71 13.3 97.9 37.2l30.1 26.8H624c8.8 0 16 7.2 16 16v208c0 17.7-14.3 32-32 32h-32c-11.8 0-22.2-6.4-27.7-16h-84.9c-3.4 6.7-7.9 13.1-13.5 18.7-17.1 17.1-40.8 23.8-63 20.1-3.6 7.3-8.5 14.1-14.6 20.2-27.3 27.3-70 30-100.4 8.1-25.1 20.8-62.5 19.5-86-4.1L159 404l-7-7-35.6-35.6c-5.5-5.5-12.7-8.7-20.4-9.3 0 17.6-14.4 31.9-32 31.9H32c-17.7 0-32-14.3-32-32V144c0-8.8 7.2-16 16-16h99.8c2 0 3.9-.7 5.3-2l26.5-23.6C175.5 77.7 211.4 64 248.7 64H259c4.4 0 8.9.2 13.2.6M544 320V176h-48c-5.9 0-11.6-2.2-15.9-6.1l-36.9-32.8C425 120.9 401.5 112 377.1 112c-25.4 0-49.8 9.7-68.3 27.1l-70.1 66.2c-10.3 9.8-10.1 26.3.5 35.7 9.3 8.3 23.4 8.1 32.5-.3l71.9-66.4c9.7-9 24.9-8.4 33.9 1.4s8.4 24.9-1.4 33.9l-.8.8 74.4 74.4c10 10 16.5 22.3 19.4 35.1h74.8zM64 336a16 16 0 1 0-32 0 16 16 0 1 0 32 0m528 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/hard-drive.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/hard-drive.svg new file mode 100644 index 0000000..ad204d8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/hard-drive.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 80c-8.8 0-16 7.2-16 16v162c5.1-1.3 10.5-2 16-2h384c5.5 0 10.9.7 16 2V96c0-8.8-7.2-16-16-16zM48 320v96c0 8.8 7.2 16 16 16h384c8.8 0 16-7.2 16-16v-96c0-8.8-7.2-16-16-16H64c-8.8 0-16 7.2-16 16m-48 0V96c0-35.3 28.7-64 64-64h384c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm280 48a24 24 0 1 1 48 0 24 24 0 1 1-48 0m120-24a24 24 0 1 1 0 48 24 24 0 1 1 0-48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/heart.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/heart.svg new file mode 100644 index 0000000..f8f8959 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/heart.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m225.8 468.2-2.5-2.3L48.1 303.2C17.4 274.7 0 234.7 0 192.8v-3.3c0-70.4 50-130.8 119.2-144 39.4-7.6 79.7 1.5 111.8 24.1 9 6.4 17.4 13.8 25 22.3 4.2-4.8 8.7-9.2 13.5-13.3 3.7-3.2 7.5-6.2 11.5-9 32.1-22.6 72.4-31.7 111.8-24.2C462 58.6 512 119.1 512 189.5v3.3c0 41.9-17.4 81.9-48.1 110.4L288.7 465.9l-2.5 2.3c-8.2 7.6-19 11.9-30.2 11.9s-22-4.2-30.2-11.9M239.1 145c-.4-.3-.7-.7-1-1.1l-17.8-20-.1-.1c-23.1-25.9-58-37.7-92-31.2-46.6 8.9-80.2 49.5-80.2 96.9v3.3c0 28.5 11.9 55.8 32.8 75.2L256 430.7 431.2 268a102.7 102.7 0 0 0 32.8-75.2v-3.3c0-47.3-33.6-88-80.1-96.9-34-6.5-69 5.4-92 31.2l-.1.1-.1.1-17.8 20c-.3.4-.7.7-1 1.1-4.5 4.5-10.6 7-16.9 7s-12.4-2.5-16.9-7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/hospital.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/hospital.svg new file mode 100644 index 0000000..bfe7be3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/hospital.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M232 0c-39.8 0-72 32.2-72 72v8H72c-39.8 0-72 32.2-72 72v288c0 39.8 32.2 72 72 72h486.4c39.8 0 72-32.2 72-72V152c0-39.8-32.2-72-72-72h-88v-8c0-39.8-32.2-72-72-72zm248 128h88c13.3 0 24 10.7 24 24v40h-56c-13.3 0-24 10.7-24 24s10.7 24 24 24h56v48h-56c-13.3 0-24 10.7-24 24s10.7 24 24 24h56v104c0 13.3-10.7 24-24 24h-88V128m-408 0h88v336H77.5c-13.2 0-24-10.7-24-24V336h56c13.3 0 24-10.7 24-24s-10.7-24-24-24h-56v-48h56c13.3 0 24-10.7 24-24s-10.7-24-24-24h-56v-40c0-13.3 10.7-24 24-24zm136-56c0-13.3 10.7-24 24-24h176c13.3 0 24 10.7 24 24v392h-64v-64c0-26.5-21.5-48-48-48s-48 21.5-48 48v64h-64zm88 24v24h-24c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h24v24c0 8.8 7.2 16 16 16h16c8.8 0 16-7.2 16-16v-24h24c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16h-24V96c0-8.8-7.2-16-16-16h-16c-8.8 0-16 7.2-16 16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/hourglass-half.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/hourglass-half.svg new file mode 100644 index 0000000..7926863 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/hourglass-half.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 24C0 10.7 10.7 0 24 0h336c13.3 0 24 10.7 24 24s-10.7 24-24 24h-8v19c0 40.3-16 79-44.5 107.5L225.9 256l81.5 81.5C336 366 352 404.7 352 445v19h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H24c-13.3 0-24-10.7-24-24s10.7-24 24-24h8v-19c0-40.3 16-79 44.5-107.5l81.6-81.5-81.6-81.5C48 146 32 107.3 32 67V48h-8C10.7 48 0 37.3 0 24m110.5 347.5c-3.9 3.9-7.5 8.1-10.7 12.5h184.4c-3.2-4.4-6.8-8.6-10.7-12.5L192 289.9l-81.5 81.5zM284.2 128C297 110.4 304 89 304 67V48H80v19c0 22.1 7 43.4 19.8 61z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/hourglass.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/hourglass.svg new file mode 100644 index 0000000..7d22187 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/hourglass.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M24 0C10.7 0 0 10.7 0 24s10.7 24 24 24h8v19c0 40.3 16 79 44.5 107.5l81.6 81.5-81.6 81.5C48 366 32 404.7 32 445v19h-8c-13.3 0-24 10.7-24 24s10.7 24 24 24h336c13.3 0 24-10.7 24-24s-10.7-24-24-24h-8v-19c0-40.3-16-79-44.5-107.5L225.9 256l81.5-81.5C336 146 352 107.3 352 67V48h8c13.3 0 24-10.7 24-24S373.3 0 360 0zm168 289.9 81.5 81.5C293 391 304 417.4 304 445v19H80v-19c0-27.6 11-54 30.5-73.5zm0-67.9-81.5-81.5C91 121 80 94.6 80 67V48h224v19c0 27.6-11 54-30.5 73.5L192 222.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/id-badge.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/id-badge.svg new file mode 100644 index 0000000..5f8cb0f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/id-badge.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 48v16c0 17.7-14.3 32-32 32h-64c-17.7 0-32-14.3-32-32V48H64c-8.8 0-16 7.2-16 16v384c0 8.8 7.2 16 16 16h256c8.8 0 16-7.2 16-16V64c0-8.8-7.2-16-16-16zM0 64C0 28.7 28.7 0 64 0h256c35.3 0 64 28.7 64 64v384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm160 256h64c44.2 0 80 35.8 80 80 0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16 0-44.2 35.8-80 80-80m-32-96a64 64 0 1 1 128 0 64 64 0 1 1-128 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/id-card.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/id-card.svg new file mode 100644 index 0000000..606aba4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/id-card.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M528 160v256c0 8.8-7.2 16-16 16H320c0-44.2-35.8-80-80-80h-64c-44.2 0-80 35.8-80 80H64c-8.8 0-16-7.2-16-16V160zM64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm208 224a64 64 0 1 0-128 0 64 64 0 1 0 128 0m104-48c-13.3 0-24 10.7-24 24s10.7 24 24 24h80c13.3 0 24-10.7 24-24s-10.7-24-24-24zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24h80c13.3 0 24-10.7 24-24s-10.7-24-24-24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/image.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/image.svg new file mode 100644 index 0000000..e095bbc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/image.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M448 80c8.8 0 16 7.2 16 16v319.8l-5-6.5-136-176c-4.5-5.9-11.6-9.3-19-9.3s-14.4 3.4-19 9.3l-83 107.4-30.5-42.7c-4.5-6.3-11.7-10-19.5-10s-15 3.7-19.5 10.1l-80 112-4.5 6.2V96c0-8.8 7.2-16 16-16zM64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm80 192a48 48 0 1 0 0-96 48 48 0 1 0 0 96"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/images.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/images.svg new file mode 100644 index 0000000..8591ce1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/images.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M160 80h352c8.8 0 16 7.2 16 16v224c0 8.8-7.2 16-16 16h-21.2L388.1 178.9c-4.4-6.8-12-10.9-20.1-10.9s-15.7 4.1-20.1 10.9l-52.2 79.8-12.4-16.9c-4.5-6.2-11.7-9.8-19.4-9.8s-14.8 3.6-19.4 9.8L175.6 336H160c-8.8 0-16-7.2-16-16V96c0-8.8 7.2-16 16-16M96 96v224c0 35.3 28.7 64 64 64h352c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H160c-35.3 0-64 28.7-64 64m-48 24c0-13.3-10.7-24-24-24S0 106.7 0 120v224c0 75.1 60.9 136 136 136h320c13.3 0 24-10.7 24-24s-10.7-24-24-24H136c-48.6 0-88-39.4-88-88zm208 24a32 32 0 1 0-64 0 32 32 0 1 0 64 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/keyboard.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/keyboard.svg new file mode 100644 index 0000000..629cd19 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/keyboard.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 112c-8.8 0-16 7.2-16 16v256c0 8.8 7.2 16 16 16h448c8.8 0 16-7.2 16-16V128c0-8.8-7.2-16-16-16zM0 128c0-35.3 28.7-64 64-64h448c35.3 0 64 28.7 64 64v256c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm176 192h224c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16m-72-72c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16zm16-96h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16m64 96c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16zm16-96h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16m64 96c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16zm16-96h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16m64 96c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16zm16-96h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16m64 96c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16zm16-96h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/lemon.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/lemon.svg new file mode 100644 index 0000000..c74a0f8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/lemon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M368 80c-3.2 0-6.2.4-8.9 1.3-19.1 5.5-46.1 10.6-74.3 3.3-57.4-14.9-124.6 7.4-174.7 57.5S37.7 259.4 52.6 316.8c7.3 28.2 2.2 55.2-3.3 74.3-.8 2.8-1.3 5.8-1.3 8.9 0 17.7 14.3 32 32 32 3.2 0 6.2-.4 8.9-1.3 19.1-5.5 46.1-10.7 74.3-3.3 57.4 14.9 124.6-7.4 174.7-57.5s72.4-117.3 57.5-174.7c-7.3-28.2-2.2-55.2 3.3-74.3.8-2.8 1.3-5.8 1.3-8.9 0-17.7-14.3-32-32-32m0-48c44.2 0 80 35.8 80 80 0 7.7-1.1 15.2-3.1 22.3-4.6 15.8-7.1 32.9-3 48.9 20.1 77.6-10.9 161.5-70 220.7s-143.1 90.2-220.7 70c-16-4.1-33-1.6-48.9 3-7.1 2-14.6 3.1-22.3 3.1-44.2 0-80-35.8-80-80 0-7.7 1.1-15.2 3.1-22.3 4.6-15.8 7.1-32.9 3-48.9C-14 251.3 17 167.3 76.2 108.2S219.3 18 296.8 38.1c16 4.1 33 1.6 48.9-3 7.1-2 14.6-3.1 22.3-3.1M246.7 167c-52 15.2-96.5 59.7-111.7 111.7-3.7 12.7-17.1 20-29.8 16.3s-20-17.1-16.3-29.8c19.8-67.7 76.6-124.5 144.3-144.3 12.7-3.7 26.1 3.6 29.8 16.3s-3.6 26.1-16.3 29.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/life-ring.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/life-ring.svg new file mode 100644 index 0000000..76882d4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/life-ring.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M385.1 419.1C349.7 447.2 304.8 464 256 464s-93.7-16.8-129.1-44.9l80.4-80.4c14.3 8.4 31 13.3 48.8 13.3s34.5-4.8 48.8-13.3l80.4 80.4zm68.1.2C489.9 374.9 512 318.1 512 256s-22.1-118.9-58.8-163.3L465 81c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-11.8 11.7C374.9 22.1 318.1 0 256 0S137.1 22.1 92.7 58.8L81 47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l11.7 11.8C22.1 137.1 0 193.9 0 256s22.1 118.9 58.8 163.3L47 431c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l11.8-11.8C137.1 489.9 193.9 512 256 512s118.9-22.1 163.3-58.8L431 465c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-11.8-11.8zm-34.1-34.1-80.4-80.4c8.4-14.3 13.3-31 13.3-48.8s-4.8-34.5-13.3-48.8l80.4-80.4C447.2 162.3 464 207.2 464 256s-16.8 93.7-44.9 129.1zm-34-292.3-80.4 80.4c-14.3-8.4-31-13.3-48.8-13.3s-34.5 4.8-48.8 13.3l-80.2-80.4C162.3 64.8 207.2 48 256 48s93.7 16.8 129.1 44.9M173.3 304.8l-80.4 80.3C64.8 349.7 48 304.8 48 256s16.8-93.7 44.9-129.1l80.4 80.4c-8.4 14.3-13.3 31-13.3 48.8s4.8 34.5 13.3 48.8zM208 256a48 48 0 1 1 96 0 48 48 0 1 1-96 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/lightbulb.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/lightbulb.svg new file mode 100644 index 0000000..d53000c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/lightbulb.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M297.2 248.9c14.4-20.6 22.8-45.7 22.8-72.9 0-70.7-57.3-128-128-128S64 105.3 64 176c0 27.2 8.4 52.3 22.8 72.9 3.7 5.3 8.1 11.3 12.8 17.7 12.9 17.7 28.3 38.9 39.8 59.8 10.4 19 15.7 38.8 18.3 57.5l-48.7.1c-2.2-12-5.9-23.7-11.8-34.5-9.9-18-22.2-34.9-34.5-51.8-5.2-7.1-10.4-14.2-15.4-21.4C27.6 247.9 16 213.3 16 176 16 78.8 94.8 0 192 0s176 78.8 176 176c0 37.3-11.6 71.9-31.4 100.3-5 7.2-10.2 14.3-15.4 21.4-12.3 16.8-24.6 33.7-34.5 51.8-5.9 10.8-9.6 22.5-11.8 34.5h-48.6c2.6-18.7 7.9-38.6 18.3-57.5 11.5-20.9 26.9-42.1 39.8-59.8 4.7-6.4 9-12.4 12.7-17.7zM192 128c-26.5 0-48 21.5-48 48 0 8.8-7.2 16-16 16s-16-7.2-16-16c0-44.2 35.8-80 80-80 8.8 0 16 7.2 16 16s-7.2 16-16 16m0 384c-44.2 0-80-35.8-80-80v-16h160v16c0 44.2-35.8 80-80 80"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/map.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/map.svg new file mode 100644 index 0000000..779bc3f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/map.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M565.6 36.2C572.1 40.7 576 48.1 576 56v336c0 10-6.2 18.9-15.5 22.4l-168 64c-5.2 2-10.9 2.1-16.1.3l-183.9-61.2-160 61c-7.4 2.8-15.7 1.8-22.2-2.7S0 463.9 0 456V120c0-10 6.1-18.9 15.5-22.4l168-64c5.2-2 10.9-2.1 16.1-.3l183.9 61.2 160-61c7.4-2.8 15.7-1.8 22.2 2.7zM48 136.5v284.6l120-45.7V90.8zm312 286.2V137.3l-144-48v285.4zm48-1.5 120-45.7V90.9l-120 45.6v284.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/message.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/message.svg new file mode 100644 index 0000000..485e0a9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/message.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M160 368c26.5 0 48 21.5 48 48v16l72.5-54.4c8.3-6.2 18.4-9.6 28.8-9.6H448c8.8 0 16-7.2 16-16V64c0-8.8-7.2-16-16-16H64c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16zm48 124-.2.2-5.1 3.8-17.1 12.8c-4.8 3.6-11.3 4.2-16.8 1.5s-8.8-8.2-8.8-14.3v-80H64c-35.3 0-64-28.7-64-64V64C0 28.7 28.7 0 64 0h384c35.3 0 64 28.7 64 64v288c0 35.3-28.7 64-64 64H309.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/money-bill-1.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/money-bill-1.svg new file mode 100644 index 0000000..cf4a524 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/money-bill-1.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M112 112c0 35.3-28.7 64-64 64v160c35.3 0 64 28.7 64 64h352c0-35.3 28.7-64 64-64V176c-35.3 0-64-28.7-64-64zM0 128c0-35.3 28.7-64 64-64h448c35.3 0 64 28.7 64 64v256c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm176 128a112 112 0 1 1 224 0 112 112 0 1 1-224 0m80-48c0 8.8 7.2 16 16 16v64h-8c-8.8 0-16 7.2-16 16s7.2 16 16 16h48c8.8 0 16-7.2 16-16s-7.2-16-16-16h-8v-80c0-8.8-7.2-16-16-16h-16c-8.8 0-16 7.2-16 16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/moon.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/moon.svg new file mode 100644 index 0000000..a2c7c9e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/moon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M144.7 98.7c-21 34.1-33.1 74.3-33.1 117.3 0 98 62.8 181.4 150.4 211.7-12.4 2.8-25.3 4.3-38.6 4.3C126.6 432 48 353.3 48 256c0-68.9 39.4-128.4 96.8-157.3zm62.1-66C91.1 41.2 0 137.9 0 256c0 123.7 100 224 223.5 224 47.8 0 92-15 128.4-40.6 1.9-1.3 3.7-2.7 5.5-4 4.8-3.6 9.4-7.4 13.9-11.4 2.7-2.4 5.3-4.8 7.9-7.3 5-4.9 6.3-12.5 3.1-18.7s-10.1-9.7-17-8.5c-3.7.6-7.4 1.2-11.1 1.6-5 .5-10.1.9-15.3 1h-4c-96.8-.2-175.2-78.9-175.2-176 0-54.8 24.9-103.7 64.1-136 1-.9 2.1-1.7 3.2-2.6 4-3.2 8.2-6.2 12.5-9 3.1-2 6.3-4 9.6-5.8 6.1-3.5 9.2-10.5 7.7-17.3s-7.3-11.9-14.3-12.5c-3.6-.3-7.1-.5-10.7-.6-2.7-.1-5.5-.1-8.2-.1-3.3 0-6.5.1-9.8.2-2.3.1-4.6.2-6.9.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/newspaper.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/newspaper.svg new file mode 100644 index 0000000..04dc30c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/newspaper.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M168 80c-13.3 0-24 10.7-24 24v304c0 8.4-1.4 16.5-4.1 24H440c13.3 0 24-10.7 24-24V104c0-13.3-10.7-24-24-24zM72 480c-39.8 0-72-32.2-72-72V112c0-13.3 10.7-24 24-24s24 10.7 24 24v296c0 13.3 10.7 24 24 24s24-10.7 24-24V104c0-39.8 32.2-72 72-72h272c39.8 0 72 32.2 72 72v304c0 39.8-32.2 72-72 72zm104-344c0-13.3 10.7-24 24-24h96c13.3 0 24 10.7 24 24v80c0 13.3-10.7 24-24 24h-96c-13.3 0-24-10.7-24-24zm200-24h32c13.3 0 24 10.7 24 24s-10.7 24-24 24h-32c-13.3 0-24-10.7-24-24s10.7-24 24-24m0 80h32c13.3 0 24 10.7 24 24s-10.7 24-24 24h-32c-13.3 0-24-10.7-24-24s10.7-24 24-24m-176 80h208c13.3 0 24 10.7 24 24s-10.7 24-24 24H200c-13.3 0-24-10.7-24-24s10.7-24 24-24m0 80h208c13.3 0 24 10.7 24 24s-10.7 24-24 24H200c-13.3 0-24-10.7-24-24s10.7-24 24-24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/note-sticky.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/note-sticky.svg new file mode 100644 index 0000000..ae52210 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/note-sticky.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 80c-8.8 0-16 7.2-16 16v320c0 8.8 7.2 16 16 16h224v-80c0-17.7 14.3-32 32-32h80V96c0-8.8-7.2-16-16-16zm224 400H64c-35.3 0-64-28.7-64-64V96c0-35.3 28.7-64 64-64h320c35.3 0 64 28.7 64 64v229.5c0 17-6.7 33.3-18.7 45.3l-90.5 90.5c-12 12-28.3 18.7-45.3 18.7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/object-group.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/object-group.svg new file mode 100644 index 0000000..132e4e5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/object-group.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M48 115.8C38.2 107 32 94.2 32 80c0-26.5 21.5-48 48-48 14.2 0 27 6.2 35.8 16h344.4c8.8-9.8 21.6-16 35.8-16 26.5 0 48 21.5 48 48 0 14.2-6.2 27-16 35.8v280.4c9.8 8.8 16 21.6 16 35.8 0 26.5-21.5 48-48 48-14.2 0-27-6.2-35.8-16H115.8c-8.8 9.8-21.6 16-35.8 16-26.5 0-48-21.5-48-48 0-14.2 6.2-27 16-35.8zM125.3 96c-4.8 13.6-15.6 24.4-29.3 29.3v261.5c13.6 4.8 24.4 15.6 29.3 29.3h325.5c4.8-13.6 15.6-24.4 29.3-29.3V125.3c-13.6-4.8-24.4-15.6-29.3-29.3zm2.7 64c0-17.7 14.3-32 32-32h128c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H160c-17.7 0-32-14.3-32-32zm128 160h32c35.3 0 64-28.7 64-64v-32h64c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H288c-17.7 0-32-14.3-32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/object-ungroup.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/object-ungroup.svg new file mode 100644 index 0000000..1ad1c9a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/object-ungroup.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M48.2 66.8c-.1-.8-.2-1.7-.2-2.5v-.2c0-8.8 7.2-16 16-16 .9 0 1.9.1 2.8.2C74.3 49.5 80 56.1 80 64c0 8.8-7.2 16-16 16-7.9 0-14.5-5.7-15.8-13.2M0 64c0 26.9 16.5 49.9 40 59.3v105.3C16.5 238.1 0 261.1 0 288c0 35.3 28.7 64 64 64 26.9 0 49.9-16.5 59.3-40h201.3c9.5 23.5 32.5 40 59.3 40 35.3 0 64-28.7 64-64 0-26.9-16.5-49.9-40-59.3V123.4c23.5-9.5 40-32.5 40-59.3 0-35.3-28.7-64-64-64-26.9 0-49.9 16.5-59.3 40L123.3 40C113.9 16.5 90.9 0 64 0 28.7 0 0 28.7 0 64m368 0a16 16 0 1 1 32 0 16 16 0 1 1-32 0m-43.3 24c6.5 16 19.3 28.9 35.3 35.3v105.3c-16 6.5-28.9 19.3-35.3 35.3H123.4c-6.5-16-19.3-28.9-35.3-35.3V123.3c16-6.5 28.9-19.3 35.3-35.3zM384 272a16 16 0 1 1 0 32 16 16 0 1 1 0-32M80 288c0 7.9-5.7 14.5-13.2 15.8-.8.1-1.7.2-2.5.2h-.2c-8.8 0-16-7.2-16-16 0-.9.1-1.9.2-2.8 1.2-7.5 7.8-13.2 15.7-13.2 8.8 0 16 7.2 16 16m391.3-40h45.4c6.5 16 19.3 28.9 35.3 35.3v105.3c-16 6.5-28.9 19.3-35.3 35.3H315.4c-6.5-16-19.3-28.9-35.3-35.3v-36.7h-48v36.7c-23.5 9.5-40 32.5-40 59.3 0 35.3 28.7 64 64 64 26.9 0 49.9-16.5 59.3-40h201.3c9.5 23.5 32.5 40 59.3 40 35.3 0 64-28.7 64-64 0-26.9-16.5-49.9-40-59.3V283.3c23.5-9.5 40-32.5 40-59.3 0-35.3-28.7-64-64-64-26.9 0-49.9 16.5-59.3 40H448v16.4c9.8 8.8 17.8 19.5 23.3 31.6m88.9-26.7a16 16 0 1 1 31.5 5.5 16 16 0 1 1-31.5-5.5M271.8 450.7a16 16 0 1 1-31.5-5.5 16 16 0 1 1 31.5 5.5m307-18.5a16 16 0 1 1-5.5 31.5 16 16 0 1 1 5.5-31.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/paper-plane.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/paper-plane.svg new file mode 100644 index 0000000..958fbb8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/paper-plane.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M16.1 260.2c-22.6 12.9-20.5 47.3 3.6 57.3L160 376v103.3c0 18.1 14.6 32.7 32.7 32.7 9.7 0 18.9-4.3 25.1-11.8l62-74.3 123.9 51.6c18.9 7.9 40.8-4.5 43.9-24.7l64-416c1.9-12.1-3.4-24.3-13.5-31.2s-23.3-7.5-34-1.4zm52.1 25.5L409.7 90.6 190.1 336l1.2 1zm335.1 139.7-166.6-69.5 214.1-239.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/paste.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/paste.svg new file mode 100644 index 0000000..29a1b09 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/paste.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M104.6 48H64C28.7 48 0 76.7 0 112v272c0 35.3 28.7 64 64 64h96v-48H64c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16h16c0 17.7 14.3 32 32 32h72.4c17.6-19.6 43.2-32 71.6-32h62c-7.1-27.6-32.2-48-62-48h-40.6C211.6 20.9 188.2 0 160 0s-51.6 20.9-55.4 48m39.4 8a16 16 0 1 1 32 0 16 16 0 1 1-32 0m304 408H256c-8.8 0-16-7.2-16-16V192c0-8.8 7.2-16 16-16h140.1l67.9 67.9V448c0 8.8-7.2 16-16 16m-192 48h192c35.3 0 64-28.7 64-64V243.9c0-12.7-5.1-24.9-14.1-33.9L430 142.1c-9-9-21.2-14.1-33.9-14.1H256c-35.3 0-64 28.7-64 64v256c0 35.3 28.7 64 64 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/pen-to-square.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/pen-to-square.svg new file mode 100644 index 0000000..e06e268 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/pen-to-square.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M441 58.9 453.1 71c9.4 9.4 9.4 24.6 0 33.9L424 134.1 377.9 88 407 58.9c9.4-9.4 24.6-9.4 33.9 0zM209.8 256.2 344 121.9l46.1 46.1-134.3 134.2c-2.9 2.9-6.5 5-10.4 6.1L186.9 325l16.7-58.5c1.1-3.9 3.2-7.5 6.1-10.4zM373.1 25 175.8 222.2c-8.7 8.7-15 19.4-18.3 31.1l-28.6 100c-2.4 8.4-.1 17.4 6.1 23.6s15.2 8.5 23.6 6.1l100-28.6c11.8-3.4 22.5-9.7 31.1-18.3L487 138.9c28.1-28.1 28.1-73.7 0-101.8L474.9 25c-28.1-28.1-73.7-28.1-101.8 0M88 64c-48.6 0-88 39.4-88 88v272c0 48.6 39.4 88 88 88h272c48.6 0 88-39.4 88-88V312c0-13.3-10.7-24-24-24s-24 10.7-24 24v112c0 22.1-17.9 40-40 40H88c-22.1 0-40-17.9-40-40V152c0-22.1 17.9-40 40-40h112c13.3 0 24-10.7 24-24s-10.7-24-24-24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/rectangle-list.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/rectangle-list.svg new file mode 100644 index 0000000..1855f35 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/rectangle-list.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 80c-8.8 0-16 7.2-16 16v320c0 8.8 7.2 16 16 16h448c8.8 0 16-7.2 16-16V96c0-8.8-7.2-16-16-16zM0 96c0-35.3 28.7-64 64-64h448c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm96 64a32 32 0 1 1 64 0 32 32 0 1 1-64 0m104 0c0-13.3 10.7-24 24-24h224c13.3 0 24 10.7 24 24s-10.7 24-24 24H224c-13.3 0-24-10.7-24-24m0 96c0-13.3 10.7-24 24-24h224c13.3 0 24 10.7 24 24s-10.7 24-24 24H224c-13.3 0-24-10.7-24-24m0 96c0-13.3 10.7-24 24-24h224c13.3 0 24 10.7 24 24s-10.7 24-24 24H224c-13.3 0-24-10.7-24-24m-72-64a32 32 0 1 1 0-64 32 32 0 1 1 0 64m-32 64a32 32 0 1 1 64 0 32 32 0 1 1-64 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/rectangle-xmark.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/rectangle-xmark.svg new file mode 100644 index 0000000..e16b391 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/rectangle-xmark.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 80c-8.8 0-16 7.2-16 16v320c0 8.8 7.2 16 16 16h384c8.8 0 16-7.2 16-16V96c0-8.8-7.2-16-16-16zM0 96c0-35.3 28.7-64 64-64h384c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm175 79c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/registered.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/registered.svg new file mode 100644 index 0000000..a65def4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/registered.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416m0 464a256 256 0 1 0 0-512 256 256 0 1 0 0 512m-96-360v208c0 13.3 10.7 24 24 24s24-10.7 24-24v-72h60.9l37.2 81.9c5.5 12.1 19.7 17.4 31.8 11.9s17.4-19.7 11.9-31.8l-34.1-75c21.8-14.3 36.3-39 36.3-67 0-44.2-35.8-80-80-80h-88c-13.3 0-24 10.7-24 24m48 88v-64h64c17.7 0 32 14.3 32 32s-14.3 32-32 32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/share-from-square.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/share-from-square.svg new file mode 100644 index 0000000..ea8afe5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/share-from-square.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M400 255.4V208c0-8.8-7.2-16-16-16h-94.5c-50.9 0-93.9 33.5-108.3 79.6-3.3-9.4-5.2-19.8-5.2-31.6 0-61.9 50.1-112 112-112h96c8.8 0 16-7.2 16-16V64.6L506 160zM336 240h16v48c0 17.7 14.3 32 32 32h3.7c7.9 0 15.5-2.9 21.4-8.2l139-125.1c7.6-6.8 11.9-16.5 11.9-26.7s-4.3-19.9-11.9-26.7L409.9 8.9C403.5 3.2 395.3 0 386.7 0 367.5 0 352 15.5 352 34.7V80h-64c-88.4 0-160 71.6-160 160 0 60.4 34.6 99.1 63.9 120.9 5.9 4.4 11.5 8.1 16.7 11.2 4.4 2.7 8.5 4.9 11.9 6.6s6.2 3 8.2 3.9c2.2 1 4.6 1.4 7.1 1.4h2.5c9.8 0 17.8-8 17.8-17.8 0-7.8-5.3-14.7-11.6-19.5-.4-.3-.7-.5-1.1-.8-1.7-1.1-3.4-2.5-5-4.1-.8-.8-1.7-1.6-2.5-2.6s-1.6-1.9-2.4-2.9c-1.8-2.5-3.5-5.3-5-8.5-2.6-6-4.3-13.3-4.3-22.4 0-36.1 29.3-65.5 65.5-65.5h46.5zM72 32C32.2 32 0 64.2 0 104v336c0 39.8 32.2 72 72 72h336c39.8 0 72-32.2 72-72v-64c0-13.3-10.7-24-24-24s-24 10.7-24 24v64c0 13.3-10.7 24-24 24H72c-13.3 0-24-10.7-24-24V104c0-13.3 10.7-24 24-24h64c13.3 0 24-10.7 24-24s-10.7-24-24-24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/snowflake.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/snowflake.svg new file mode 100644 index 0000000..4adeabb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/snowflake.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M224 0c13.3 0 24 10.7 24 24v46.1l23-23c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-57 57v76.5l66.2-38.2L335 98.5c3.4-12.8 16.6-20.4 29.4-17s20.4 16.6 17 29.4l-8.4 31.3 37.1-21.4c11.5-6.6 26.2-2.7 32.8 8.8s2.7 26.2-8.8 32.8L397 183.8l31.5 8.4c12.8 3.4 20.4 16.6 17 29.4s-16.6 20.4-29.4 17l-77.8-20.9L272 256l66.2 38.2 77.8-20.9c12.8-3.4 26 4.2 29.4 17s-4.2 26-17 29.4l-31.4 8.5 37.1 21.4c11.5 6.6 15.4 21.3 8.8 32.8s-21.3 15.4-32.8 8.8L373 369.8l8.4 31.5c3.4 12.8-4.2 26-17 29.4s-26-4.2-29.4-17l-20.9-77.8-66.1-38.3v76.5l57 57c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-23-23v46.1c0 13.3-10.7 24-24 24s-24-10.7-24-24V442l-23 23c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l57-57v-76.5L134 335.8l-20.9 77.8c-3.4 12.8-16.6 20.4-29.4 17s-20.4-16.6-17-29.4l8.3-31.4-37.1 21.4c-11.5 6.6-26.2 2.7-32.8-8.8s-2.7-26.2 8.8-32.8L51 328.2l-31.5-8.4c-12.8-3.4-20.4-16.6-17-29.4s16.6-20.4 29.4-17l77.8 20.9L176 256l-66.2-38.2-77.9 20.8c-12.8 3.4-26-4.2-29.4-17s4.2-26 17-29.4l31.5-8.4-37.1-21.4c-11.5-6.6-15.4-21.3-8.8-32.8s21.3-15.4 32.8-8.8L75 142.2l-8.4-31.5c-3.4-12.8 4.2-26 17-29.4s26 4.2 29.4 17l20.9 77.8 66.1 38.3v-76.5L143 81c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l23 23L200 24c0-13.3 10.7-24 24-24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/square-caret-down.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/square-caret-down.svg new file mode 100644 index 0000000..ff9f28a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/square-caret-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M384 432c8.8 0 16-7.2 16-16V96c0-8.8-7.2-16-16-16H64c-8.8 0-16 7.2-16 16v320c0 8.8 7.2 16 16 16zm64-16c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96c0-35.3 28.7-64 64-64h320c35.3 0 64 28.7 64 64zm-224-64c-6.7 0-13-2.8-17.6-7.7l-104-112c-6.5-7-8.2-17.2-4.4-25.9s12.5-14.4 22-14.4h208c9.5 0 18.2 5.7 22 14.4s2.1 18.9-4.4 25.9l-104 112c-4.5 4.9-10.9 7.7-17.6 7.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/square-caret-left.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/square-caret-left.svg new file mode 100644 index 0000000..8831f33 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/square-caret-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M48 416c0 8.8 7.2 16 16 16h320c8.8 0 16-7.2 16-16V96c0-8.8-7.2-16-16-16H64c-8.8 0-16 7.2-16 16zm16 64c-35.3 0-64-28.7-64-64V96c0-35.3 28.7-64 64-64h320c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64zm64-224c0-6.7 2.8-13 7.7-17.6l112-104c7-6.5 17.2-8.2 25.9-4.4s14.4 12.5 14.4 22v208c0 9.5-5.7 18.2-14.4 22s-18.9 2.1-25.9-4.4l-112-104c-4.9-4.5-7.7-10.9-7.7-17.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/square-caret-right.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/square-caret-right.svg new file mode 100644 index 0000000..93c7656 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/square-caret-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M400 96c0-8.8-7.2-16-16-16H64c-8.8 0-16 7.2-16 16v320c0 8.8 7.2 16 16 16h320c8.8 0 16-7.2 16-16zm-16-64c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96c0-35.3 28.7-64 64-64zm-64 224c0 6.7-2.8 13-7.7 17.6l-112 104c-7 6.5-17.2 8.2-25.9 4.4S160 369.5 160 360V152c0-9.5 5.7-18.2 14.4-22s18.9-2.1 25.9 4.4l112 104c4.9 4.5 7.7 10.9 7.7 17.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/square-caret-up.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/square-caret-up.svg new file mode 100644 index 0000000..bc6853d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/square-caret-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 80c-8.8 0-16 7.2-16 16v320c0 8.8 7.2 16 16 16h320c8.8 0 16-7.2 16-16V96c0-8.8-7.2-16-16-16zM0 96c0-35.3 28.7-64 64-64h320c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm224 64c6.7 0 13 2.8 17.6 7.7l104 112c6.5 7 8.2 17.2 4.4 25.9S337.5 320 328 320H120c-9.5 0-18.2-5.7-22-14.4s-2.1-18.9 4.4-25.9l104-112c4.5-4.9 10.9-7.7 17.6-7.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/square-check.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/square-check.svg new file mode 100644 index 0000000..f93e969 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/square-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 80c-8.8 0-16 7.2-16 16v320c0 8.8 7.2 16 16 16h320c8.8 0 16-7.2 16-16V96c0-8.8-7.2-16-16-16zM0 96c0-35.3 28.7-64 64-64h320c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm337 113L209 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L303 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/square-full.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/square-full.svg new file mode 100644 index 0000000..982da16 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/square-full.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M464 48v416H48V48zM48 0H0v512h512V0H48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/square-minus.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/square-minus.svg new file mode 100644 index 0000000..1736748 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/square-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 80c-8.8 0-16 7.2-16 16v320c0 8.8 7.2 16 16 16h320c8.8 0 16-7.2 16-16V96c0-8.8-7.2-16-16-16zM0 96c0-35.3 28.7-64 64-64h320c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm152 136h144c13.3 0 24 10.7 24 24s-10.7 24-24 24H152c-13.3 0-24-10.7-24-24s10.7-24 24-24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/square-plus.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/square-plus.svg new file mode 100644 index 0000000..d8b424a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/square-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 80c-8.8 0-16 7.2-16 16v320c0 8.8 7.2 16 16 16h320c8.8 0 16-7.2 16-16V96c0-8.8-7.2-16-16-16zM0 96c0-35.3 28.7-64 64-64h320c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm200 248v-64h-64c-13.3 0-24-10.7-24-24s10.7-24 24-24h64v-64c0-13.3 10.7-24 24-24s24 10.7 24 24v64h64c13.3 0 24 10.7 24 24s-10.7 24-24 24h-64v64c0 13.3-10.7 24-24 24s-24-10.7-24-24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/square.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/square.svg new file mode 100644 index 0000000..1da6b05 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/square.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M384 80c8.8 0 16 7.2 16 16v320c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V96c0-8.8 7.2-16 16-16zM64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/star-half-stroke.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/star-half-stroke.svg new file mode 100644 index 0000000..6b53688 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/star-half-stroke.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M309.5 13.5C305.5 5.2 297.1 0 287.9 0s-17.6 5.2-21.6 13.5l-68.6 141.3-153.2 22.7c-9 1.3-16.5 7.6-19.3 16.3s-.5 18.1 5.9 24.5l111.1 110.1L116 483.9c-1.5 9 2.2 18.1 9.7 23.5s17.3 6 25.3 1.7l137-73.2 137 73.2c8.1 4.3 17.9 3.7 25.3-1.7s11.2-14.5 9.7-23.5l-26.4-155.5 111.2-110.2c6.5-6.4 8.7-15.9 5.9-24.5s-10.3-14.9-19.3-16.3l-153.3-22.6zM288 384.7V79.1l52.5 108.1c3.5 7.1 10.2 12.1 18.1 13.3L476.9 218 391 303c-5.5 5.5-8.1 13.3-6.8 21l20.2 119.6-105.2-56.1c-3.5-1.9-7.4-2.8-11.2-2.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/star-half.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/star-half.svg new file mode 100644 index 0000000..243669f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/star-half.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M293.3.6c10.9 2.5 18.6 12.2 18.6 23.4v384.7c0 8.9-4.9 17-12.7 21.2L151 509.1c-8.1 4.3-17.9 3.7-25.3-1.7s-11.2-14.5-9.7-23.5l26.2-155.6-111.1-110c-6.5-6.4-8.7-15.9-5.9-24.5s10.3-14.9 19.3-16.3l153.2-22.6 68.6-141.4c4.9-10.1 16.1-15.4 27-12.9m-29.4 127.8-28.6 58.8c-3.5 7.1-10.2 12.1-18.1 13.3L99 217.9l85.9 85.1c5.5 5.5 8.1 13.3 6.8 21l-20.3 119.7 92.5-49.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/star.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/star.svg new file mode 100644 index 0000000..b8f45e3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/star.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M287.9 0c9.2 0 17.6 5.2 21.6 13.5l68.6 141.3 153.2 22.6c9 1.3 16.5 7.6 19.3 16.3s.5 18.1-5.9 24.5L433.6 328.4 459.8 484c1.5 9-2.2 18.1-9.7 23.5s-17.3 6-25.3 1.7l-137-73.2L151 509.1c-8.1 4.3-17.9 3.7-25.3-1.7s-11.2-14.5-9.7-23.5l26.2-155.6L31.1 218.2c-6.5-6.4-8.7-15.9-5.9-24.5s10.3-14.9 19.3-16.3l153.2-22.6 68.6-141.3C270.4 5.2 278.7 0 287.9 0m0 79-52.5 108.2c-3.5 7.1-10.2 12.1-18.1 13.3L99 217.9l85.9 85.1c5.5 5.5 8.1 13.3 6.8 21l-20.3 119.7 105.2-56.2c7.1-3.8 15.6-3.8 22.6 0l105.2 56.2-20.2-119.6c-1.3-7.7 1.2-15.5 6.8-21l85.9-85.1-118.3-17.5c-7.8-1.2-14.6-6.1-18.1-13.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/sun.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/sun.svg new file mode 100644 index 0000000..cd4c2e8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/sun.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M375.7 19.7c-1.5-8-6.9-14.7-14.4-17.8s-16.1-2.2-22.8 2.4L256 61.1 173.5 4.2c-6.7-4.6-15.3-5.5-22.8-2.4s-12.9 9.8-14.4 17.8l-18.1 98.5-98.5 18.2c-8 1.5-14.7 6.9-17.8 14.4s-2.2 16.1 2.4 22.8L61.1 256 4.2 338.5c-4.6 6.7-5.5 15.3-2.4 22.8s9.8 13 17.8 14.4l98.5 18.1 18.1 98.5c1.5 8 6.9 14.7 14.4 17.8s16.1 2.2 22.8-2.4l82.6-56.8 82.5 56.9c6.7 4.6 15.3 5.5 22.8 2.4s12.9-9.8 14.4-17.8l18.1-98.5 98.5-18.1c8-1.5 14.7-6.9 17.8-14.4s2.2-16.1-2.4-22.8L450.9 256l56.9-82.5c4.6-6.7 5.5-15.3 2.4-22.8s-9.8-12.9-17.8-14.4l-98.5-18.1zM269.6 110l65.6-45.2 14.4 78.3c1.8 9.8 9.5 17.5 19.3 19.3l78.3 14.4-45.2 65.6c-5.7 8.2-5.7 19 0 27.2l45.2 65.6-78.3 14.4c-9.8 1.8-17.5 9.5-19.3 19.3l-14.4 78.3-65.6-45.2c-8.2-5.7-19-5.7-27.2 0l-65.6 45.2-14.4-78.3c-1.8-9.8-9.5-17.5-19.3-19.3l-78.3-14.4 45.2-65.6c5.7-8.2 5.7-19 0-27.2l-45.2-65.6 78.3-14.4c9.8-1.8 17.5-9.5 19.3-19.3l14.4-78.3 65.6 45.2c8.2 5.7 19 5.7 27.2 0M256 368a112 112 0 1 0 0-224 112 112 0 1 0 0 224m-64-112a64 64 0 1 1 128 0 64 64 0 1 1-128 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/thumbs-down.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/thumbs-down.svg new file mode 100644 index 0000000..12514f9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/thumbs-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M323.8 477.2c-38.2 10.9-78.1-11.2-89-49.4l-5.7-20c-3.7-13-10.4-25-19.5-35l-51.3-56.4c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l51.3 56.4c14.1 15.5 24.4 34 30.1 54.1l5.7 20c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-5.7-20c-5.7-19.9-14.7-38.7-26.6-55.5-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13H448c8.8 0 16-7.2 16-16 0-6.8-4.3-12.7-10.4-15-7.4-2.8-13-9-14.9-16.7s.1-15.8 5.3-21.7c2.5-2.8 4-6.5 4-10.6 0-7.8-5.6-14.3-13-15.7-8.2-1.6-15.1-7.3-18-15.2s-1.6-16.7 3.6-23.3c2.1-2.7 3.4-6.1 3.4-9.9 0-6.7-4.2-12.6-10.2-14.9-11.5-4.5-17.7-16.9-14.4-28.8.4-1.3.6-2.8.6-4.3 0-8.8-7.2-16-16-16h-97.5c-12.6 0-25 3.7-35.5 10.7l-61.7 41.1c-11 7.4-25.9 4.4-33.3-6.7s-4.4-25.9 6.7-33.3l61.7-41.1c18.4-12.3 40-18.8 62.1-18.8l97.5.2c34.7 0 62.9 27.6 64 62 14.6 11.7 24 29.7 24 50 0 4.5-.5 8.8-1.3 13 15.4 11.7 25.3 30.2 25.3 51 0 6.5-1 12.8-2.8 18.7 11.6 11.6 18.8 27.6 18.8 45.3 0 35.3-28.6 64-64 64h-92.3c4.7 10.4 8.7 21.2 11.8 32.2l5.7 20c10.9 38.2-11.2 78.1-49.4 89M32 384c-17.7 0-32-14.3-32-32V128c0-17.7 14.3-32 32-32h64c17.7 0 32 14.3 32 32v224c0 17.7-14.3 32-32 32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/thumbs-up.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/thumbs-up.svg new file mode 100644 index 0000000..21e4931 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/thumbs-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13H448c8.8 0 16 7.2 16 16 0 6.8-4.3 12.7-10.4 15-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6 0 7.8-5.6 14.3-13 15.7-8.2 1.6-15.1 7.3-18 15.2s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9 0 6.7-4.2 12.6-10.2 14.9-11.5 4.5-17.7 16.9-14.4 28.8.4 1.3.6 2.8.6 4.3 0 8.8-7.2 16-16 16h-97.5c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8H384c34.7 0 62.9-27.6 64-62 14.6-11.7 24-29.7 24-50 0-4.5-.5-8.8-1.3-13 15.4-11.7 25.3-30.2 25.3-51 0-6.5-1-12.8-2.8-18.7 11.6-11.8 18.8-27.8 18.8-45.5 0-35.3-28.6-64-64-64h-92.3c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89M32 192c-17.7 0-32 14.3-32 32v224c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/trash-can.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/trash-can.svg new file mode 100644 index 0000000..f662274 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/trash-can.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m170.5 51.6-19 28.4h145l-19-28.4c-1.5-2.2-4-3.6-6.7-3.6h-93.7c-2.7 0-5.2 1.3-6.7 3.6zm147-26.6 36.7 55H424c13.3 0 24 10.7 24 24s-10.7 24-24 24h-8v304c0 44.2-35.8 80-80 80H112c-44.2 0-80-35.8-80-80V128h-8c-13.3 0-24-10.7-24-24s10.7-24 24-24h69.8l36.7-55.1C140.9 9.4 158.4 0 177.1 0h93.7c18.7 0 36.2 9.4 46.6 24.9zM80 128v304c0 17.7 14.3 32 32 32h224c17.7 0 32-14.3 32-32V128zm80 64v208c0 8.8-7.2 16-16 16s-16-7.2-16-16V192c0-8.8 7.2-16 16-16s16 7.2 16 16m80 0v208c0 8.8-7.2 16-16 16s-16-7.2-16-16V192c0-8.8 7.2-16 16-16s16 7.2 16 16m80 0v208c0 8.8-7.2 16-16 16s-16-7.2-16-16V192c0-8.8 7.2-16 16-16s16 7.2 16 16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/user.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/user.svg new file mode 100644 index 0000000..6dcf4de --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/user.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M304 128a80 80 0 1 0-160 0 80 80 0 1 0 160 0m-208 0a128 128 0 1 1 256 0 128 128 0 1 1-256 0M49.3 464h349.5c-8.9-63.3-63.3-112-129-112h-91.4c-65.7 0-120.1 48.7-129 112zM0 482.3C0 383.8 79.8 304 178.3 304h91.4c98.5 0 178.3 79.8 178.3 178.3 0 16.4-13.3 29.7-29.7 29.7H29.7C13.3 512 0 498.7 0 482.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/window-maximize.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/window-maximize.svg new file mode 100644 index 0000000..af8b01a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/window-maximize.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M.3 89.5C.1 91.6 0 93.8 0 96v320c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64c-2.2 0-4.4.1-6.5.3-9.2.9-17.8 3.8-25.5 8.2-10.2 6-18.6 14.6-24.3 25-3.9 7.3-6.5 15.4-7.4 24M48 224h416v192c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/window-minimize.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/window-minimize.svg new file mode 100644 index 0000000..60d9e26 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/window-minimize.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M24 432c-13.3 0-24 10.7-24 24s10.7 24 24 24h464c13.3 0 24-10.7 24-24s-10.7-24-24-24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/regular/window-restore.svg b/mkdocs-material/material/templates/.icons/fontawesome/regular/window-restore.svg new file mode 100644 index 0000000..71a2ada --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/regular/window-restore.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M432 48H208c-17.7 0-32 14.3-32 32v16h-48V80c0-44.2 35.8-80 80-80h224c44.2 0 80 35.8 80 80v224c0 44.2-35.8 80-80 80h-16v-48h16c17.7 0 32-14.3 32-32V80c0-17.7-14.3-32-32-32M48 448c0 8.8 7.2 16 16 16h256c8.8 0 16-7.2 16-16V256H48zm16-320h256c35.3 0 64 28.7 64 64v256c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V192c0-35.3 28.7-64 64-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/0.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/0.svg new file mode 100644 index 0000000..4cbf9e8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/0.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 192C0 103.6 71.6 32 160 32s160 71.6 160 160v128c0 88.4-71.6 160-160 160S0 408.4 0 320zm160-96c-53 0-96 43-96 96v128c0 53 43 96 96 96s96-43 96-96V192c0-53-43-96-96-96"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/1.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/1.svg new file mode 100644 index 0000000..5d5c604 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/1.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M160 64c0-11.8-6.5-22.6-16.9-28.2s-23-5-32.8 1.6l-96 64C-.5 111.2-4.4 131 5.4 145.8s29.7 18.7 44.4 8.9L96 123.8V416H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h192c17.7 0 32-14.3 32-32s-14.3-32-32-32h-64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/2.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/2.svg new file mode 100644 index 0000000..2fed8fd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/2.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M142.9 96c-21.5 0-42.2 8.5-57.4 23.8l-30.9 30.8c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l30.9-30.8C67.5 47.3 104.4 32 142.9 32 223 32 288 97 288 177.1c0 38.5-15.3 75.4-42.5 102.6L109.3 416H288c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9l190.9-190.8c15.2-15.2 23.8-35.9 23.8-57.4 0-44.8-36.3-81.1-81.1-81.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/3.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/3.svg new file mode 100644 index 0000000..59be6e1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/3.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 64c0-17.7 14.3-32 32-32h240c13.2 0 25 8.1 29.8 20.4s1.5 26.3-8.2 35.2L162.3 208H184c75.1 0 136 60.9 136 136s-60.9 136-136 136h-78.6C63 480 24.2 456 5.3 418.1l-1.9-3.8c-7.9-15.8-1.5-35 14.3-42.9s35-1.5 42.9 14.3l1.9 3.8c8.1 16.3 24.8 26.5 42.9 26.5H184c39.8 0 72-32.2 72-72s-32.2-72-72-72H80c-13.2 0-25-8.1-29.8-20.4s-1.5-26.3 8.2-35.2L189.7 96H32C14.3 96 0 81.7 0 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/4.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/4.svg new file mode 100644 index 0000000..8bdd487 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/4.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M189 77.6c7.5-16 .7-35.1-15.3-42.6s-35.1-.7-42.6 15.3L3 322.4c-4.7 9.9-3.9 21.5 1.9 30.8S21 368 32 368h224v80c0 17.7 14.3 32 32 32s32-14.3 32-32v-80h32c17.7 0 32-14.3 32-32s-14.3-32-32-32h-32V160c0-17.7-14.3-32-32-32s-32 14.3-32 32v144H82.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/5.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/5.svg new file mode 100644 index 0000000..8786e6f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/5.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32.5 58.3C35.3 43.1 48.5 32 64 32h192c17.7 0 32 14.3 32 32s-14.3 32-32 32H90.7L70.3 208H184c75.1 0 136 60.9 136 136s-60.9 136-136 136h-83.5c-39.4 0-75.4-22.3-93-57.5l-4.1-8.2c-7.9-15.8-1.5-35 14.3-42.9s35-1.5 42.9 14.3l4.1 8.2c6.8 13.6 20.6 22.1 35.8 22.1H184c39.8 0 72-32.2 72-72s-32.2-72-72-72H32c-9.5 0-18.5-4.2-24.6-11.5s-8.6-16.9-6.9-26.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/6.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/6.svg new file mode 100644 index 0000000..96c64d7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/6.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M232.4 84.7c11.4-13.5 9.7-33.7-3.8-45.1s-33.7-9.7-45.1 3.8L38.6 214.7C14.7 242.9 1.1 278.4.1 315.2c0 1.4-.1 2.9-.1 4.3v.5c0 88.4 71.6 160 160 160s160-71.6 160-160c0-85.5-67.1-155.4-151.5-159.8l63.9-75.6zM256 320a96 96 0 1 1-192 0 96 96 0 1 1 192 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/7.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/7.svg new file mode 100644 index 0000000..169b319 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/7.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 64c0-17.7 14.3-32 32-32h256c11.5 0 22 6.1 27.7 16.1s5.7 22.2-.1 32.1l-224 384c-8.9 15.3-28.5 20.4-43.8 11.5s-20.4-28.5-11.5-43.8L232.3 96H32C14.3 96 0 81.7 0 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/8.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/8.svg new file mode 100644 index 0000000..0ce4c67 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/8.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M304 160c0-70.7-57.3-128-128-128h-32C73.3 32 16 89.3 16 160c0 34.6 13.7 66 36 89-31.5 23.3-52 60.8-52 103 0 70.7 57.3 128 128 128h64c70.7 0 128-57.3 128-128 0-42.2-20.5-79.7-52-103 22.3-23 36-54.4 36-89M176.1 288H192c35.3 0 64 28.7 64 64s-28.7 64-64 64h-64c-35.3 0-64-28.7-64-64s28.7-64 64-64h48.1m0-64h-32c-35.3 0-64-28.7-64-64s28.7-64 64-64h32c35.3 0 64 28.7 64 64s-28.6 64-64 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/9.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/9.svg new file mode 100644 index 0000000..69f9c36 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/9.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 192a96 96 0 1 0 192 0 96 96 0 1 0-192 0m87.5 159.8C67.1 347.4 0 277.5 0 192 0 103.6 71.6 32 160 32s160 71.6 160 160c0 2.6-.1 5.3-.2 7.9-1.7 35.7-15.2 70-38.4 97.4l-145 171.4c-11.4 13.5-31.6 15.2-45.1 3.8s-15.2-31.6-3.8-45.1l63.9-75.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/a.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/a.svg new file mode 100644 index 0000000..6d1ddfd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/a.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M221.5 51.7C216.6 39.8 204.9 32 192 32s-24.6 7.8-29.5 19.7l-120 288-40 96c-6.8 16.3.9 35 17.2 41.8s35-.9 41.8-17.2L93.3 384h197.3l31.8 76.3c6.8 16.3 25.5 24 41.8 17.2s24-25.5 17.2-41.8l-40-96-120-288zM264 320H120l72-172.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/address-book.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/address-book.svg new file mode 100644 index 0000000..c1f788a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/address-book.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 0C60.7 0 32 28.7 32 64v384c0 35.3 28.7 64 64 64h288c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zm112 288h64c44.2 0 80 35.8 80 80 0 8.8-7.2 16-16 16H144c-8.8 0-16-7.2-16-16 0-44.2 35.8-80 80-80m-32-96a64 64 0 1 1 128 0 64 64 0 1 1-128 0M512 80c0-8.8-7.2-16-16-16s-16 7.2-16 16v64c0 8.8 7.2 16 16 16s16-7.2 16-16zm-16 112c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16s16-7.2 16-16v-64c0-8.8-7.2-16-16-16m16 144c0-8.8-7.2-16-16-16s-16 7.2-16 16v64c0 8.8 7.2 16 16 16s16-7.2 16-16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/address-card.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/address-card.svg new file mode 100644 index 0000000..4f05831 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/address-card.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm80 256h64c44.2 0 80 35.8 80 80 0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16 0-44.2 35.8-80 80-80m-32-96a64 64 0 1 1 128 0 64 64 0 1 1-128 0m256-32h128c8.8 0 16 7.2 16 16s-7.2 16-16 16H368c-8.8 0-16-7.2-16-16s7.2-16 16-16m0 64h128c8.8 0 16 7.2 16 16s-7.2 16-16 16H368c-8.8 0-16-7.2-16-16s7.2-16 16-16m0 64h128c8.8 0 16 7.2 16 16s-7.2 16-16 16H368c-8.8 0-16-7.2-16-16s7.2-16 16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/align-center.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/align-center.svg new file mode 100644 index 0000000..96009b7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/align-center.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M352 64c0-17.7-14.3-32-32-32H128c-17.7 0-32 14.3-32 32s14.3 32 32 32h192c17.7 0 32-14.3 32-32m96 128c0-17.7-14.3-32-32-32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h384c17.7 0 32-14.3 32-32M0 448c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32s-14.3-32-32-32H32c-17.7 0-32 14.3-32 32m352-128c0-17.7-14.3-32-32-32H128c-17.7 0-32 14.3-32 32s14.3 32 32 32h192c17.7 0 32-14.3 32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/align-justify.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/align-justify.svg new file mode 100644 index 0000000..78dabc2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/align-justify.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M448 64c0-17.7-14.3-32-32-32H32C14.3 32 0 46.3 0 64s14.3 32 32 32h384c17.7 0 32-14.3 32-32m0 256c0-17.7-14.3-32-32-32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h384c17.7 0 32-14.3 32-32M0 192c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32s-14.3-32-32-32H32c-17.7 0-32 14.3-32 32m448 256c0-17.7-14.3-32-32-32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h384c17.7 0 32-14.3 32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/align-left.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/align-left.svg new file mode 100644 index 0000000..8d0c608 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/align-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M288 64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 64s14.3-32 32-32h224c17.7 0 32 14.3 32 32m0 256c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h224c17.7 0 32 14.3 32 32M0 192c0-17.7 14.3-32 32-32h384c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32m448 256c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h384c17.7 0 32 14.3 32 32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/align-right.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/align-right.svg new file mode 100644 index 0000000..d43c74c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/align-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M448 64c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32s14.3-32 32-32h224c17.7 0 32 14.3 32 32m0 256c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32s14.3-32 32-32h224c17.7 0 32 14.3 32 32M0 192c0-17.7 14.3-32 32-32h384c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32m448 256c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h384c17.7 0 32 14.3 32 32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/anchor-circle-check.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/anchor-circle-check.svg new file mode 100644 index 0000000..6f1b293 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/anchor-circle-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M320 96a32 32 0 1 1-64 0 32 32 0 1 1 64 0m21.1 80C367 158.8 384 129.4 384 96c0-53-43-96-96-96s-96 43-96 96c0 33.4 17 62.8 42.9 80H224c-17.7 0-32 14.3-32 32s14.3 32 32 32h32v208h-48c-53 0-96-43-96-96v-6.1l7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97 263c-9.4-9.4-24.6-9.4-33.9 0L7 319c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7v6.1c0 88.4 71.6 160 160 160h160c8.2 0 16.3-.6 24.2-1.8-22.2-16.2-40.4-37.5-53-62.2H320V240h32c17.7 0 32-14.3 32-32s-14.3-32-32-32zM640 368a144 144 0 1 0-288 0 144 144 0 1 0 288 0m-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l28.7 28.7 60.7-60.7c6.2-6.2 16.4-6.2 22.6 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/anchor-circle-exclamation.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/anchor-circle-exclamation.svg new file mode 100644 index 0000000..e1ae35d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/anchor-circle-exclamation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M320 96a32 32 0 1 1-64 0 32 32 0 1 1 64 0m21.1 80C367 158.8 384 129.4 384 96c0-53-43-96-96-96s-96 43-96 96c0 33.4 17 62.8 42.9 80H224c-17.7 0-32 14.3-32 32s14.3 32 32 32h32v208h-48c-53 0-96-43-96-96v-6.1l7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97 263c-9.4-9.4-24.6-9.4-33.9 0L7 319c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7v6.1c0 88.4 71.6 160 160 160h160c8.2 0 16.3-.6 24.2-1.8-22.2-16.2-40.4-37.5-53-62.2H320V240h32c17.7 0 32-14.3 32-32s-14.3-32-32-32zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288m0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48m0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16v-80c0-8.8 7.2-16 16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/anchor-circle-xmark.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/anchor-circle-xmark.svg new file mode 100644 index 0000000..678a581 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/anchor-circle-xmark.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M320 96a32 32 0 1 1-64 0 32 32 0 1 1 64 0m21.1 80C367 158.8 384 129.4 384 96c0-53-43-96-96-96s-96 43-96 96c0 33.4 17 62.8 42.9 80H224c-17.7 0-32 14.3-32 32s14.3 32 32 32h32v208h-48c-53 0-96-43-96-96v-6.1l7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97 263c-9.4-9.4-24.6-9.4-33.9 0L7 319c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7v6.1c0 88.4 71.6 160 160 160h160c8.2 0 16.3-.6 24.2-1.8-22.2-16.2-40.4-37.5-53-62.2H320V240h32c17.7 0 32-14.3 32-32s-14.3-32-32-32zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288m59.3-180.7L518.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l36.7-36.7-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l36.7 36.7 36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/anchor-lock.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/anchor-lock.svg new file mode 100644 index 0000000..b3a4b0a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/anchor-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M320 96a32 32 0 1 1-64 0 32 32 0 1 1 64 0m21.1 80C367 158.8 384 129.4 384 96c0-53-43-96-96-96s-96 43-96 96c0 33.4 17 62.8 42.9 80H224c-17.7 0-32 14.3-32 32s14.3 32 32 32h32v208h-48c-53 0-96-43-96-96v-6.1l7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97 263c-9.4-9.4-24.6-9.4-33.9 0L7 319c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7v6.1c0 88.4 71.6 160 160 160h160c8 0 15.9-.6 23.6-1.7-4.8-9-7.6-19.3-7.6-30.3v-33.3c-5.2.9-10.5 1.3-16 1.3h-48V240h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H341zM528 240c17.7 0 32 14.3 32 32v48h-64v-48c0-17.7 14.3-32 32-32m-80 32v48c-17.7 0-32 14.3-32 32v128c0 17.7 14.3 32 32 32h160c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32v-48c0-44.2-35.8-80-80-80s-80 35.8-80 80"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/anchor.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/anchor.svg new file mode 100644 index 0000000..57b5272 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/anchor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M320 96a32 32 0 1 1-64 0 32 32 0 1 1 64 0m21.1 80C367 158.8 384 129.4 384 96c0-53-43-96-96-96s-96 43-96 96c0 33.4 17 62.8 42.9 80H224c-17.7 0-32 14.3-32 32s14.3 32 32 32h32v208h-48c-53 0-96-43-96-96v-6.1l7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97 263c-9.4-9.4-24.6-9.4-33.9 0L7 319c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7v6.1c0 88.4 71.6 160 160 160h160c88.4 0 160-71.6 160-160v-6.1l7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-56-56c-9.4-9.4-24.6-9.4-33.9 0l-56 56c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7v6.1c0 53-43 96-96 96h-48V240h32c17.7 0 32-14.3 32-32s-14.3-32-32-32h-10.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/angle-down.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/angle-down.svg new file mode 100644 index 0000000..808855c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/angle-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/angle-left.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/angle-left.svg new file mode 100644 index 0000000..d920698 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/angle-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256l137.3-137.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/angle-right.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/angle-right.svg new file mode 100644 index 0000000..1ee7c05 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/angle-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/angle-up.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/angle-up.svg new file mode 100644 index 0000000..8ff1f83 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/angle-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M201.4 137.4c12.5-12.5 32.8-12.5 45.3 0l160 160c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L224 205.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l160-160z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/angles-down.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/angles-down.svg new file mode 100644 index 0000000..92469c2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/angles-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M246.6 470.6c-12.5 12.5-32.8 12.5-45.3 0l-160-160c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L224 402.7l137.4-137.3c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-160 160zm160-352-160 160c-12.5 12.5-32.8 12.5-45.3 0l-160-160c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L224 210.7 361.4 73.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/angles-left.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/angles-left.svg new file mode 100644 index 0000000..89404e9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/angles-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256l137.3-137.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160zm352-160-160 160c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L301.3 256l137.3-137.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/angles-right.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/angles-right.svg new file mode 100644 index 0000000..4298e43 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/angles-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M470.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 256 265.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160zm-352 160 160-160c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L210.7 256 73.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/angles-up.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/angles-up.svg new file mode 100644 index 0000000..ae13766 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/angles-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M246.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L224 109.3l137.4 137.3c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160zm160 352-160-160c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L224 301.3l137.4 137.3c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/ankh.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/ankh.svg new file mode 100644 index 0000000..d0f1a4c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/ankh.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 128c0-35.3 28.7-64 64-64s64 28.7 64 64c0 41.6-20.7 76.6-46.6 104.1-5.9 6.2-11.8 11.8-17.4 16.7-5.6-4.9-11.5-10.5-17.4-16.7C116.7 204.6 96 169.6 96 128M160 0C89.3 0 32 57.3 32 128c0 52.4 21.5 95.5 46.8 128H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h96v160c0 17.7 14.3 32 32 32s32-14.3 32-32V320h96c17.7 0 32-14.3 32-32s-14.3-32-32-32h-46.8c25.4-32.5 46.8-75.6 46.8-128C288 57.3 230.7 0 160 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/apple-whole.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/apple-whole.svg new file mode 100644 index 0000000..6e47c1c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/apple-whole.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M224 112c-8.8 0-16-7.2-16-16V80c0-44.2 35.8-80 80-80h16c8.8 0 16 7.2 16 16v16c0 44.2-35.8 80-80 80zM0 288c0-76.3 35.7-160 112-160 27.3 0 59.7 10.3 82.7 19.3 18.8 7.3 39.9 7.3 58.7 0 22.9-8.9 55.4-19.3 82.7-19.3 76.3 0 112 83.7 112 160 0 128-80 224-160 224-16.5 0-38.1-6.6-51.5-11.3-8.1-2.8-16.9-2.8-25 0-13.4 4.7-35 11.3-51.5 11.3C80 512 0 416 0 288"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/archway.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/archway.svg new file mode 100644 index 0000000..86b8866 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/archway.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 32C14.3 32 0 46.3 0 64s14.3 32 32 32h448c17.7 0 32-14.3 32-32s-14.3-32-32-32zm0 384c-17.7 0-32 14.3-32 32s14.3 32 32 32h128V352c0-53 43-96 96-96s96 43 96 96v128h128c17.7 0 32-14.3 32-32s-14.3-32-32-32V128H32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-down-1-9.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-down-1-9.svg new file mode 100644 index 0000000..6790b92 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-down-1-9.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M450.7 38c-8.3-6-19.1-7.7-28.8-4.4l-48 16c-16.8 5.6-25.8 23.7-20.2 40.5s23.7 25.8 40.5 20.2l5.9-2v51.6h-16c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32h-16v-96c0-10.3-4.9-19.9-13.3-26zM160 480c9 0 17.5-3.8 23.6-10.4l88-96c11.9-13 11.1-33.3-2-45.2s-33.3-11.1-45.2 2L192 365.7V64c0-17.7-14.3-32-32-32s-32 14.3-32 32v301.7l-32.4-35.3c-11.9-13-32.2-13.9-45.2-2s-13.9 32.2-2 45.2l88 96c6.1 6.6 14.6 10.4 23.6 10.4m258.3-173a32 32 0 1 1 27.4 57.9 32 32 0 1 1-27.4-57.9m-13.2 112.8-6.8 9.2c-10.5 14.2-7.5 34.2 6.7 44.8s34.2 7.5 44.8-6.7l48.8-65.8c14-18.9 21.5-41.7 21.5-65.2 0-48.6-39.4-88-88-88s-88 39.4-88 88c0 39.2 25.6 72.4 61.1 83.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-down-9-1.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-down-9-1.svg new file mode 100644 index 0000000..82f96c0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-down-9-1.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M160 480c9 0 17.5-3.8 23.6-10.4l88-96c11.9-13 11.1-33.3-2-45.2s-33.3-11.1-45.2 2L192 365.7V64c0-17.7-14.3-32-32-32s-32 14.3-32 32v301.7l-32.4-35.3c-11.9-13-32.2-13.9-45.2-2s-13.9 32.2-2 45.2l88 96c6.1 6.6 14.6 10.4 23.6 10.4m290.7-186c-8.3-6-19.1-7.7-28.8-4.4l-48 16c-16.8 5.6-25.8 23.7-20.2 40.5s23.7 25.8 40.5 20.2l5.9-2v51.6h-16c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32h-16v-96c0-10.3-4.9-19.9-13.3-26zM418.3 91a32 32 0 1 1 27.4 57.9A32 32 0 1 1 418.3 91m-13.2 112.8-6.8 9.2c-10.5 14.2-7.5 34.2 6.7 44.8s34.2 7.5 44.8-6.7l48.8-65.8c14-18.9 21.5-41.7 21.5-65.2 0-48.6-39.4-88-88-88s-88 39.4-88 88c0 39.2 25.6 72.4 61.1 83.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-down-a-z.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-down-a-z.svg new file mode 100644 index 0000000..2d243c5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-down-a-z.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M183.6 469.6C177.5 476.2 169 480 160 480s-17.5-3.8-23.6-10.4l-88-96c-11.9-13-11.1-33.3 2-45.2s33.3-11.1 45.2 2l32.4 35.3V64c0-17.7 14.3-32 32-32s32 14.3 32 32v301.7l32.4-35.4c11.9-13 32.2-13.9 45.2-2s13.9 32.2 2 45.2l-88 96zM320 320c0-17.7 14.3-32 32-32h128c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9L429.3 416H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H352c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9l73.4-73.3H352c-17.7 0-32-14.3-32-32m96-288c12.1 0 23.2 6.8 28.6 17.7l64 128 16 32c7.9 15.8 1.5 35-14.3 42.9s-35 1.5-42.9-14.3l-7.2-14.3h-88.4l-7.2 14.3c-7.9 15.8-27.1 22.2-42.9 14.3s-22.2-27.1-14.3-42.9l16-32 64-128C392.8 38.8 403.9 32 416 32m-20.2 144h40.4L416 135.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-down-long.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-down-long.svg new file mode 100644 index 0000000..e87b118 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-down-long.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M169.4 502.6c12.5 12.5 32.8 12.5 45.3 0l128-128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 402.7V32c0-17.7-14.3-32-32-32s-32 14.3-32 32v370.7l-73.4-73.3c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-down-short-wide.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-down-short-wide.svg new file mode 100644 index 0000000..b1a9ff3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-down-short-wide.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M151.6 469.6C145.5 476.2 137 480 128 480s-17.5-3.8-23.6-10.4l-88-96c-11.9-13-11.1-33.3 2-45.2s33.3-11.1 45.2 2L96 365.7V64c0-17.7 14.3-32 32-32s32 14.3 32 32v301.7l32.4-35.4c11.9-13 32.2-13.9 45.2-2s13.9 32.2 2 45.2l-88 96zM320 32h32c17.7 0 32 14.3 32 32s-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32s14.3-32 32-32m0 128h96c17.7 0 32 14.3 32 32s-14.3 32-32 32h-96c-17.7 0-32-14.3-32-32s14.3-32 32-32m0 128h160c17.7 0 32 14.3 32 32s-14.3 32-32 32H320c-17.7 0-32-14.3-32-32s14.3-32 32-32m0 128h224c17.7 0 32 14.3 32 32s-14.3 32-32 32H320c-17.7 0-32-14.3-32-32s14.3-32 32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-down-up-across-line.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-down-up-across-line.svg new file mode 100644 index 0000000..dd9cb57 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-down-up-across-line.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M137.4 502.6c12.5 12.5 32.8 12.5 45.3 0l96-96c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 402.7V288h352c17.7 0 32-14.3 32-32s-14.3-32-32-32h-96V109.3l41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l41.3-41.4V224H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h96v114.7l-41.4-41.3c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96zM128 192h64V64c0-17.7-14.3-32-32-32s-32 14.3-32 32zm320 128h-64v128c0 17.7 14.3 32 32 32s32-14.3 32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-down-up-lock.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-down-up-lock.svg new file mode 100644 index 0000000..23af4f6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-down-up-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m150.6 502.6 96-96c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 402.7V288h256v-16c0-17.2 3.9-33.5 10.8-48H352V109.3l41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96c-6-6-14.1-9.4-22.6-9.4s-16.6 3.4-22.6 9.4l-96 96c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l41.2-41.4V224H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h64v114.7l-41.4-41.3c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0zM160 192V64c0-17.7-14.3-32-32-32S96 46.3 96 64v128zm128 128v128c0 17.7 14.3 32 32 32s32-14.3 32-32V320zm240-80c17.7 0 32 14.3 32 32v48h-64v-48c0-17.7 14.3-32 32-32m-80 32v48c-17.7 0-32 14.3-32 32v128c0 17.7 14.3 32 32 32h160c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32v-48c0-44.2-35.8-80-80-80s-80 35.8-80 80"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-down-wide-short.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-down-wide-short.svg new file mode 100644 index 0000000..91cfbe2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-down-wide-short.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M151.6 469.6C145.5 476.2 137 480 128 480s-17.5-3.8-23.6-10.4l-88-96c-11.9-13-11.1-33.3 2-45.2s33.3-11.1 45.2 2L96 365.7V64c0-17.7 14.3-32 32-32s32 14.3 32 32v301.7l32.4-35.4c11.9-13 32.2-13.9 45.2-2s13.9 32.2 2 45.2l-88 96zM320 480c-17.7 0-32-14.3-32-32s14.3-32 32-32h32c17.7 0 32 14.3 32 32s-14.3 32-32 32zm0-128c-17.7 0-32-14.3-32-32s14.3-32 32-32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32zm0-128c-17.7 0-32-14.3-32-32s14.3-32 32-32h160c17.7 0 32 14.3 32 32s-14.3 32-32 32zm0-128c-17.7 0-32-14.3-32-32s14.3-32 32-32h224c17.7 0 32 14.3 32 32s-14.3 32-32 32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-down-z-a.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-down-z-a.svg new file mode 100644 index 0000000..3ecf0f3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-down-z-a.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M183.6 469.6C177.5 476.2 169 480 160 480s-17.5-3.8-23.6-10.4l-88-96c-11.9-13-11.1-33.3 2-45.2s33.3-11.1 45.2 2l32.4 35.3V64c0-17.7 14.3-32 32-32s32 14.3 32 32v301.7l32.4-35.4c11.9-13 32.2-13.9 45.2-2s13.9 32.2 2 45.2l-88 96zM320 64c0-17.7 14.3-32 32-32h128c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9L429.3 160H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H352c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9L402.7 96H352c-17.7 0-32-14.3-32-32m96 192c12.1 0 23.2 6.8 28.6 17.7l64 128 16 32c7.9 15.8 1.5 35-14.3 42.9s-35 1.5-42.9-14.3l-7.2-14.3h-88.4l-7.2 14.3c-7.9 15.8-27.1 22.2-42.9 14.3s-22.2-27.1-14.3-42.9l16-32 64-128c5.4-10.8 16.5-17.7 28.6-17.7m-20.2 144h40.4L416 359.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-down.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-down.svg new file mode 100644 index 0000000..4a1cad2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M169.4 470.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 370.8V64c0-17.7-14.3-32-32-32s-32 14.3-32 32v306.7L54.6 265.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-left-long.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-left-long.svg new file mode 100644 index 0000000..b7d1f1b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-left-long.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 288H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H109.3l73.4-73.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-128 128z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-left.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-left.svg new file mode 100644 index 0000000..f1f07ff --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.2 288H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H109.3l105.3-105.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-pointer.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-pointer.svg new file mode 100644 index 0000000..7022ad8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-pointer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 55.2V426c0 12.2 9.9 22 22 22 6.3 0 12.4-2.7 16.6-7.5l82.6-94.5 58.1 116.3c7.9 15.8 27.1 22.2 42.9 14.3s22.2-27.1 14.3-42.9L179.8 320h118.1c12.2 0 22.1-9.9 22.1-22.1 0-6.3-2.7-12.3-7.4-16.5L38.6 37.9c-4.3-3.8-9.7-5.9-15.4-5.9C10.4 32 0 42.4 0 55.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-right-arrow-left.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-right-arrow-left.svg new file mode 100644 index 0000000..94ee380 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-right-arrow-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M438.6 150.6c12.5-12.5 12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.7 96H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h306.7l-41.4 41.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l96-96zm-333.3 352c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 416H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H109.3l41.4-41.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3l96 96z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-right-from-bracket.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-right-from-bracket.svg new file mode 100644 index 0000000..e335f64 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-right-from-bracket.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M502.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l73.4 73.4H192c-17.7 0-32 14.3-32 32s14.3 32 32 32h210.7l-73.4 73.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l128-128zM160 96c17.7 0 32-14.3 32-32s-14.3-32-32-32H96C43 32 0 75 0 128v256c0 53 43 96 96 96h64c17.7 0 32-14.3 32-32s-14.3-32-32-32H96c-17.7 0-32-14.3-32-32V128c0-17.7 14.3-32 32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-right-long.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-right-long.svg new file mode 100644 index 0000000..866e3ca --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-right-long.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M502.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l73.4 73.4H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h370.7l-73.4 73.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l128-128z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-right-to-bracket.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-right-to-bracket.svg new file mode 100644 index 0000000..d8c1ac4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-right-to-bracket.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M352 96h64c17.7 0 32 14.3 32 32v256c0 17.7-14.3 32-32 32h-64c-17.7 0-32 14.3-32 32s14.3 32 32 32h64c53 0 96-43 96-96V128c0-53-43-96-96-96h-64c-17.7 0-32 14.3-32 32s14.3 32 32 32m-9.4 182.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l73.4 73.4H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h210.7l-73.4 73.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l128-128z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-right-to-city.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-right-to-city.svg new file mode 100644 index 0000000..d9ec42b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-right-to-city.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M288 48c0-26.5 21.5-48 48-48h96c26.5 0 48 21.5 48 48v144h40v-72c0-13.3 10.7-24 24-24s24 10.7 24 24v72h24c26.5 0 48 21.5 48 48v224c0 26.5-21.5 48-48 48H336c-26.5 0-48-21.5-48-48zm64 32v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16m16 80c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm-16 112v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16m176-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm-16 112v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16M166.6 153.4l80 80c12.5 12.5 12.5 32.8 0 45.3l-80 80c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l25.4-25.4H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h114.7l-25.4-25.4c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-right.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-right.svg new file mode 100644 index 0000000..bcdc82f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h306.7L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-rotate-left.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-rotate-left.svg new file mode 100644 index 0000000..94bdb6c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-rotate-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M125.7 160H176c17.7 0 32 14.3 32 32s-14.3 32-32 32H48c-17.7 0-32-14.3-32-32V64c0-17.7 14.3-32 32-32s32 14.3 32 32v51.2l17.6-17.6c87.5-87.5 229.3-87.5 316.8 0s87.5 229.3 0 316.8-229.3 87.5-316.8 0c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0c62.5 62.5 163.8 62.5 226.3 0s62.5-163.8 0-226.3-163.8-62.5-226.3 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-rotate-right.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-rotate-right.svg new file mode 100644 index 0000000..aab8deb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-rotate-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M386.3 160H336c-17.7 0-32 14.3-32 32s14.3 32 32 32h128c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32s-32 14.3-32 32v51.2l-17.6-17.6c-87.5-87.5-229.3-87.5-316.8 0s-87.5 229.3 0 316.8 229.3 87.5 316.8 0c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0c-62.5 62.5-163.8 62.5-226.3 0s-62.5-163.8 0-226.3 163.8-62.5 226.3 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-trend-down.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-trend-down.svg new file mode 100644 index 0000000..248a6ef --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-trend-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M384 352c-17.7 0-32 14.3-32 32s14.3 32 32 32h160c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32s-32 14.3-32 32v82.7L342.6 137.4c-12.5-12.5-32.8-12.5-45.3 0L192 242.7 54.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0L320 205.3 466.7 352z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-trend-up.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-trend-up.svg new file mode 100644 index 0000000..15af334 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-trend-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M384 160c-17.7 0-32-14.3-32-32s14.3-32 32-32h160c17.7 0 32 14.3 32 32v160c0 17.7-14.3 32-32 32s-32-14.3-32-32v-82.7L342.6 374.6c-12.5 12.5-32.8 12.5-45.3 0L192 269.3 54.6 406.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l160-160c12.5-12.5 32.8-12.5 45.3 0L320 306.7 466.7 160z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-turn-down.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-turn-down.svg new file mode 100644 index 0000000..3740df2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-turn-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 64C14.3 64 0 49.7 0 32S14.3 0 32 0h96c53 0 96 43 96 96v306.7l73.4-73.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-128 128c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l73.3 73.4V96c0-17.7-14.3-32-32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-turn-up.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-turn-up.svg new file mode 100644 index 0000000..9d93cb6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-turn-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 448c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c53 0 96-43 96-96V109.3l73.4 73.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-128-128c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l73.3-73.4V416c0 17.7-14.3 32-32 32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-up-1-9.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-up-1-9.svg new file mode 100644 index 0000000..801bd1c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-up-1-9.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M450.7 38C459 44 464 53.7 464 64v96h16c17.7 0 32 14.3 32 32s-14.3 32-32 32h-96c-17.7 0-32-14.3-32-32s14.3-32 32-32h16v-51.6l-5.9 2c-16.8 5.6-34.9-3.5-40.5-20.2s3.5-34.9 20.2-40.5l48-16c9.8-3.3 20.5-1.6 28.8 4.4zM160 32c9 0 17.5 3.8 23.6 10.4l88 96c11.9 13 11.1 33.3-2 45.2s-33.3 11.1-45.2-2L192 146.3V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V146.3l-32.4 35.3c-11.9 13-32.2 13.9-45.2 2s-13.9-32.2-2-45.2l88-96C142.5 35.8 151 32 160 32m285.7 332.9a32 32 0 1 0-27.4-57.9 32 32 0 1 0 27.4 57.9M405 419.8c-35.4-11.4-61-44.6-61-83.8 0-48.6 39.4-88 88-88s88 39.4 88 88c0 23.5-7.5 46.3-21.5 65.2L449.7 467c-10.5 14.2-30.6 17.2-44.8 6.7s-17.2-30.6-6.7-44.8l6.8-9.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-up-9-1.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-up-9-1.svg new file mode 100644 index 0000000..4cc8b85 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-up-9-1.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M160 32c9 0 17.5 3.8 23.6 10.4l88 96c11.9 13 11.1 33.3-2 45.2s-33.3 11.1-45.2-2L192 146.3V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V146.3l-32.4 35.3c-11.9 13-32.2 13.9-45.2 2s-13.9-32.2-2-45.2l88-96C142.5 35.8 151 32 160 32m290.7 262c8.3 6 13.3 15.7 13.3 26v96h16c17.7 0 32 14.3 32 32s-14.3 32-32 32h-96c-17.7 0-32-14.3-32-32s14.3-32 32-32h16v-51.6l-5.9 2c-16.8 5.6-34.9-3.5-40.5-20.2s3.5-34.9 20.2-40.5l48-16c9.8-3.3 20.5-1.6 28.8 4.4zm-5-145.1A32 32 0 1 0 418.3 91a32 32 0 1 0 27.4 57.9M405 203.8c-35.4-11.4-61-44.6-61-83.8 0-48.6 39.4-88 88-88s88 39.4 88 88c0 23.5-7.5 46.3-21.5 65.2L449.7 251c-10.5 14.2-30.6 17.2-44.8 6.7s-17.2-30.6-6.7-44.8l6.8-9.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-up-a-z.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-up-a-z.svg new file mode 100644 index 0000000..88e811f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-up-a-z.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M183.6 42.4C177.5 35.8 169 32 160 32s-17.5 3.8-23.6 10.4l-88 96c-11.9 13-11.1 33.3 2 45.2s33.3 11.1 45.2-2l32.4-35.3V448c0 17.7 14.3 32 32 32s32-14.3 32-32V146.3l32.4 35.4c11.9 13 32.2 13.9 45.2 2s13.9-32.2 2-45.2l-88-96zM320 320c0 17.7 14.3 32 32 32h50.7l-73.4 73.4c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8h128c17.7 0 32-14.3 32-32s-14.3-32-32-32h-50.7l73.4-73.4c9.2-9.2 11.9-22.9 6.9-34.9S493 288 480 288H352c-17.7 0-32 14.3-32 32m96-288c-12.1 0-23.2 6.8-28.6 17.7l-64 128-16 32c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3l7.2-14.3h88.4l7.2 14.3c7.9 15.8 27.1 22.2 42.9 14.3s22.2-27.1 14.3-42.9l-16-32-64-128C439.2 38.8 428.1 32 416 32m-20.2 144 20.2-40.4 20.2 40.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-up-from-bracket.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-up-from-bracket.svg new file mode 100644 index 0000000..4385109 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-up-from-bracket.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M246.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l73.4-73.4V320c0 17.7 14.3 32 32 32s32-14.3 32-32V109.3l73.4 73.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-128-128zM64 352c0-17.7-14.3-32-32-32S0 334.3 0 352v64c0 53 43 96 96 96h256c53 0 96-43 96-96v-64c0-17.7-14.3-32-32-32s-32 14.3-32 32v64c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-up-from-ground-water.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-up-from-ground-water.svg new file mode 100644 index 0000000..1b21963 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-up-from-ground-water.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M288 352c17.7 0 32-14.3 32-32V109.3l25.4 25.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-80-80c-12.5-12.5-32.8-12.5-45.3 0l-80 80c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l25.3-25.4V320c0 17.7 14.3 32 32 32m-18.5 69.9C247 437.4 219.5 448 192 448c-26.9 0-55.3-10.8-77.4-26.1-11.9-8.5-28.1-7.8-39.2 1.7-14.4 11.9-32.5 21-50.6 25.2-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25 29 15.6 61.5 25.9 94.5 25.9 31.9 0 60.6-9.9 80.4-18.9 5.8-2.7 11.1-5.3 15.6-7.7 4.5 2.4 9.7 5.1 15.6 7.7 19.8 9 48.5 18.9 80.4 18.9 33 0 65.5-10.3 94.5-25.8 13.4 8.4 33.7 19.3 58.2 25 17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2-11.1-9.4-27.3-10.1-39.2-1.7-22 15.2-50.5 26-77.4 26-27.5 0-55-10.6-77.5-26.1-11.1-7.9-25.9-7.9-37 0M192 192H48c-26.5 0-48 21.5-48 48v185c5.3-3.1 11.2-5.4 17.5-6.9 13.1-3.1 26.7-9.8 37.3-18.6 22.2-18.7 54.3-20.1 78.1-3.4 18 12.4 40.1 20.3 59.1 20.3zm384 48c0-26.5-21.5-48-48-48H384v224.5c19 0 41.2-7.9 59.2-20.3 23.8-16.7 55.8-15.4 78.1 3.4 10.6 8.8 24.2 15.6 37.3 18.6 6.3 1.5 12.1 3.8 17.5 6.9v-185z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-up-from-water-pump.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-up-from-water-pump.svg new file mode 100644 index 0000000..16474b4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-up-from-water-pump.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M112 0C85.5 0 64 21.5 64 48v208H48c-26.5 0-48 21.5-48 48v96c0 8 2 15.6 5.4 22.2 3.8-1.7 7.8-3.1 12-4.1 13.1-3.1 26.7-9.8 37.3-18.6 22.2-18.7 54.3-20.1 78.1-3.4 18 12.4 40.1 20.3 59.2 20.3 21.1 0 42-8.5 59.2-20.3 22.1-15.5 51.6-15.5 73.7 0 18.4 12.7 39.6 20.3 59.2 20.3 19 0 41.2-7.9 59.2-20.3 23.8-16.7 55.8-15.3 78.1 3.4 10.6 8.8 24.2 15.6 37.3 18.6 4.2 1 8.2 2.4 12 4.1 3.3-6.6 5.3-14.2 5.3-22.2v-96c0-26.5-21.5-48-48-48h-48V109.3l25.4 25.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-80-80c-12.5-12.5-32.8-12.5-45.3 0l-80 80c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l25.3-25.4V256H288V48c0-26.5-21.5-48-48-48zm194.5 421.9c-11.1-7.9-25.9-7.9-37 0-22.5 15.5-50 26.1-77.5 26.1-26.9 0-55.3-10.8-77.4-26.1-11.9-8.5-28.1-7.8-39.2 1.7-14.4 11.9-32.5 21-50.6 25.2-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25 29 15.6 61.5 25.9 94.5 25.9 31.9 0 60.6-9.9 80.4-18.9 5.8-2.7 11.1-5.3 15.6-7.7 4.5 2.4 9.7 5.1 15.6 7.7 19.8 9 48.5 18.9 80.4 18.9 33 0 65.5-10.3 94.5-25.8 13.4 8.4 33.7 19.3 58.2 25 17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2-11.1-9.4-27.3-10.1-39.2-1.7-22 15.2-50.5 26-77.4 26-27.5 0-55-10.6-77.5-26.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-up-long.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-up-long.svg new file mode 100644 index 0000000..fc401d4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-up-long.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M214.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l73.4-73.4V480c0 17.7 14.3 32 32 32s32-14.3 32-32V109.3l73.4 73.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-128-128z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-up-right-dots.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-up-right-dots.svg new file mode 100644 index 0000000..6c65f24 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-up-right-dots.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M160 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h50.7L9.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L256 109.3V160c0 17.7 14.3 32 32 32s32-14.3 32-32V32c0-17.7-14.3-32-32-32zm416 80a48 48 0 1 0-96 0 48 48 0 1 0 96 0M448 208a48 48 0 1 0-96 0 48 48 0 1 0 96 0m-48 176a48 48 0 1 0 0-96 48 48 0 1 0 0 96m48 80a48 48 0 1 0-96 0 48 48 0 1 0 96 0m128 0a48 48 0 1 0-96 0 48 48 0 1 0 96 0m-304-80a48 48 0 1 0 0-96 48 48 0 1 0 0 96m48 80a48 48 0 1 0-96 0 48 48 0 1 0 96 0m-176 48a48 48 0 1 0 0-96 48 48 0 1 0 0 96m432-176a48 48 0 1 0-96 0 48 48 0 1 0 96 0m-48-80a48 48 0 1 0 0-96 48 48 0 1 0 0 96"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-up-right-from-square.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-up-right-from-square.svg new file mode 100644 index 0000000..4135ef2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-up-right-from-square.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M320 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h82.7L201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L448 109.3V192c0 17.7 14.3 32 32 32s32-14.3 32-32V32c0-17.7-14.3-32-32-32zM80 32C35.8 32 0 67.8 0 112v320c0 44.2 35.8 80 80 80h320c44.2 0 80-35.8 80-80V320c0-17.7-14.3-32-32-32s-32 14.3-32 32v112c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16h112c17.7 0 32-14.3 32-32s-14.3-32-32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-up-short-wide.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-up-short-wide.svg new file mode 100644 index 0000000..e98bc2d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-up-short-wide.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M151.6 42.4C145.5 35.8 137 32 128 32s-17.5 3.8-23.6 10.4l-88 96c-11.9 13-11.1 33.3 2 45.2s33.3 11.1 45.2-2L96 146.3V448c0 17.7 14.3 32 32 32s32-14.3 32-32V146.3l32.4 35.4c11.9 13 32.2 13.9 45.2 2s13.9-32.2 2-45.2l-88-96zM320 32c-17.7 0-32 14.3-32 32s14.3 32 32 32h32c17.7 0 32-14.3 32-32s-14.3-32-32-32zm0 128c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32zm0 128c-17.7 0-32 14.3-32 32s14.3 32 32 32h160c17.7 0 32-14.3 32-32s-14.3-32-32-32zm0 128c-17.7 0-32 14.3-32 32s14.3 32 32 32h224c17.7 0 32-14.3 32-32s-14.3-32-32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-up-wide-short.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-up-wide-short.svg new file mode 100644 index 0000000..8247cd1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-up-wide-short.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M151.6 42.4C145.5 35.8 137 32 128 32s-17.5 3.8-23.6 10.4l-88 96c-11.9 13-11.1 33.3 2 45.2s33.3 11.1 45.2-2L96 146.3V448c0 17.7 14.3 32 32 32s32-14.3 32-32V146.3l32.4 35.4c11.9 13 32.2 13.9 45.2 2s13.9-32.2 2-45.2l-88-96zM320 480h32c17.7 0 32-14.3 32-32s-14.3-32-32-32h-32c-17.7 0-32 14.3-32 32s14.3 32 32 32m0-128h96c17.7 0 32-14.3 32-32s-14.3-32-32-32h-96c-17.7 0-32 14.3-32 32s14.3 32 32 32m0-128h160c17.7 0 32-14.3 32-32s-14.3-32-32-32H320c-17.7 0-32 14.3-32 32s14.3 32 32 32m0-128h224c17.7 0 32-14.3 32-32s-14.3-32-32-32H320c-17.7 0-32 14.3-32 32s14.3 32 32 32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-up-z-a.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-up-z-a.svg new file mode 100644 index 0000000..f42e895 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-up-z-a.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M183.6 42.4C177.5 35.8 169 32 160 32s-17.5 3.8-23.6 10.4l-88 96c-11.9 13-11.1 33.3 2 45.2s33.3 11.1 45.2-2l32.4-35.3V448c0 17.7 14.3 32 32 32s32-14.3 32-32V146.3l32.4 35.4c11.9 13 32.2 13.9 45.2 2s13.9-32.2 2-45.2l-88-96zM320 64c0 17.7 14.3 32 32 32h50.7l-73.4 73.4c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8h128c17.7 0 32-14.3 32-32s-14.3-32-32-32h-50.7l73.4-73.4c9.2-9.2 11.9-22.9 6.9-34.9S493 32 480 32H352c-17.7 0-32 14.3-32 32m96 192c-12.1 0-23.2 6.8-28.6 17.7l-64 128-16 32c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3l7.2-14.3h88.4l7.2 14.3c7.9 15.8 27.1 22.2 42.9 14.3s22.2-27.1 14.3-42.9l-16-32-64-128c-5.4-10.9-16.5-17.7-28.6-17.7m-20.2 144 20.2-40.4 20.2 40.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-up.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-up.svg new file mode 100644 index 0000000..0ea900a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrow-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M214.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 141.2V448c0 17.7 14.3 32 32 32s32-14.3 32-32V141.3l105.4 105.3c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrows-down-to-line.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrows-down-to-line.svg new file mode 100644 index 0000000..e2fc254 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrows-down-to-line.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M544 416H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h512c17.7 0 32-14.3 32-32s-14.3-32-32-32m22.6-137.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L480 274.7V64c0-17.7-14.3-32-32-32s-32 14.3-32 32v210.7l-41.4-41.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0zm-320-45.3c-12.5-12.5-32.8-12.5-45.3 0L160 274.7V64c0-17.7-14.3-32-32-32S96 46.3 96 64v210.7l-41.4-41.3c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0l96-96c12.5-12.5 12.5-32.8 0-45.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrows-down-to-people.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrows-down-to-people.svg new file mode 100644 index 0000000..dec5a8c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrows-down-to-people.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M144 0c-13.3 0-24 10.7-24 24v118.1L97 119c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0l64-64c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-23 23-.1-118c0-13.3-10.7-24-24-24m216 200a40 40 0 1 0-80 0 40 40 0 1 0 80 0m-176 96a40 40 0 1 0-80 0 40 40 0 1 0 80 0m312 40a40 40 0 1 0 0-80 40 40 0 1 0 0 80M200 441.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-36.3-67.5c1.7-1.7 3.2-3.6 4.3-5.8l26.8-49.9V400c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32v-54.5l26.9 49.9c1.2 2.2 2.6 4.1 4.3 5.8l-36.3 67.5c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8l26.8-49.9V480c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32v-38.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-37.9-70.3c-15.3-28.5-45.1-46.3-77.5-46.3h-19.5c-16.3 0-31.9 4.5-45.4 12.6l-33.6-62.3c-15.3-28.5-45.1-46.3-77.5-46.3h-19.5c-32.4 0-62.1 17.8-77.5 46.3l-33.6 62.3c-13.5-8.1-29.1-12.6-45.4-12.6h-19.5c-32.4 0-62.1 17.8-77.5 46.3l-37.9 70.2c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8L88 441.5V480c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32zM415 153l64 64c9.4 9.4 24.6 9.4 33.9 0l64-64c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-23 23V24c0-13.3-10.7-24-24-24s-24 10.7-24 24v118.1l-23-23c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrows-left-right-to-line.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrows-left-right-to-line.svg new file mode 100644 index 0000000..acb01b0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrows-left-right-to-line.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 64c17.7 0 32 14.3 32 32v320c0 17.7-14.3 32-32 32S0 433.7 0 416V96c0-17.7 14.3-32 32-32m214.6 73.4c12.5 12.5 12.5 32.8 0 45.3L205.3 224h229.5l-41.4-41.4c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l96 96c12.5 12.5 12.5 32.8 0 45.3l-96 96c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l41.3-41.3H205.2l41.4 41.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-96-96c-12.5-12.5-12.5-32.8 0-45.3l96-96c12.5-12.5 32.8-12.5 45.3 0M640 96v320c0 17.7-14.3 32-32 32s-32-14.3-32-32V96c0-17.7 14.3-32 32-32s32 14.3 32 32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrows-left-right.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrows-left-right.svg new file mode 100644 index 0000000..f8459ae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrows-left-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m406.6 374.6 96-96c12.5-12.5 12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l41.4 41.4H109.2l41.4-41.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 288h293.5l-41.4 41.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrows-rotate.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrows-rotate.svg new file mode 100644 index 0000000..dd8603d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrows-rotate.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M105.1 202.6c7.7-21.8 20.2-42.3 37.8-59.8 62.5-62.5 163.8-62.5 226.3 0l17.1 17.2H352c-17.7 0-32 14.3-32 32s14.3 32 32 32h111.9c17.7 0 32-14.3 32-32V80c0-17.7-14.3-32-32-32s-32 14.3-32 32v35.2l-17.5-17.6c-87.5-87.5-229.3-87.5-316.8 0-24.4 24.4-42 53.1-52.8 83.8-5.9 16.7 2.9 34.9 19.5 40.8s34.9-2.9 40.8-19.5zM39 289.3c-5 1.5-9.8 4.2-13.7 8.2-4 4-6.7 8.8-8.1 14-.3 1.2-.6 2.5-.8 3.8-.3 1.7-.4 3.4-.4 5.1V432c0 17.7 14.3 32 32 32s32-14.3 32-32v-35.1l17.6 17.5c87.5 87.4 229.3 87.4 316.7 0 24.4-24.4 42.1-53.1 52.9-83.8 5.9-16.7-2.9-34.9-19.5-40.8s-34.9 2.9-40.8 19.5c-7.7 21.8-20.2 42.3-37.8 59.8-62.5 62.5-163.8 62.5-226.3 0l-.1-.1-17.1-17H160c17.7 0 32-14.3 32-32s-14.3-32-32-32H48.4q-2.4 0-4.8.3c-2.4.3-3.1.5-4.6 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrows-spin.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrows-spin.svg new file mode 100644 index 0000000..2fa339b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrows-spin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 96c38.4 0 73.7 13.5 101.3 36.1l-32.6 32.6c-4.6 4.6-5.9 11.5-3.5 17.4s8.3 9.9 14.8 9.9h112c8.8 0 16-7.2 16-16V64c0-6.5-3.9-12.3-9.9-14.8s-12.9-1.1-17.4 3.5l-34 34C363.4 52.6 312.1 32 256 32c-10.9 0-21.5.8-32 2.3v64.9c10.3-2.1 21-3.2 32-3.2m-123.9 58.7 32.6 32.6c4.6 4.6 11.5 5.9 17.4 3.5s9.9-8.3 9.9-14.8V64c0-8.8-7.2-16-16-16H64c-6.5 0-12.3 3.9-14.8 9.9s-1.1 12.9 3.5 17.4l34 34C52.6 148.6 32 199.9 32 256c0 10.9.8 21.5 2.3 32h64.9c-2.1-10.3-3.2-21-3.2-32 0-38.4 13.5-73.7 36.1-101.3M477.7 224h-64.9c2.1 10.3 3.2 21 3.2 32 0 38.4-13.5 73.7-36.1 101.3l-32.6-32.6c-4.6-4.6-11.5-5.9-17.4-3.5s-9.9 8.3-9.9 14.8v112c0 8.8 7.2 16 16 16h112c6.5 0 12.3-3.9 14.8-9.9s1.1-12.9-3.5-17.4l-34-34C459.4 363.4 480 312.1 480 256c0-10.9-.8-21.5-2.3-32M256 416c-38.4 0-73.7-13.5-101.3-36.1l32.6-32.6c4.6-4.6 5.9-11.5 3.5-17.4s-8.3-9.9-14.8-9.9H64c-8.8 0-16 7.2-16 16v112c0 6.5 3.9 12.3 9.9 14.8s12.9 1.1 17.4-3.5l34-34C148.6 459.4 199.9 480 256 480c10.9 0 21.5-.8 32-2.3v-64.9c-10.3 2.1-21 3.2-32 3.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrows-split-up-and-left.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrows-split-up-and-left.svg new file mode 100644 index 0000000..beb33e0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrows-split-up-and-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M246.6 150.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l96-96c12.5-12.5 32.8-12.5 45.3 0l96 96c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L352 109.3V384c0 35.3 28.7 64 64 64h64c17.7 0 32 14.3 32 32s-14.3 32-32 32h-64c-70.7 0-128-57.3-128-128 0-35.3-28.7-64-64-64H109.3l41.4 41.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-96-96c-12.5-12.5-12.5-32.8 0-45.3l96-96c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L109.3 256H224c23.3 0 45.2 6.2 64 17.1V109.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrows-to-circle.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrows-to-circle.svg new file mode 100644 index 0000000..94d3f5a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrows-to-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M9.4 9.4c12.5-12.5 32.7-12.5 45.2 0L160 114.7V96c0-17.7 14.3-32 32-32s32 14.3 32 32v96c0 4.3-.9 8.5-2.4 12.2-1.6 3.7-3.8 7.3-6.9 10.3l-.1.1c-3.1 3-6.6 5.3-10.3 6.9-3.8 1.6-7.9 2.4-12.2 2.4h-96c-17.7 0-32-14.3-32-32s14.3-32 32-32h18.7L9.4 54.6C-3.1 42.1-3.1 21.9 9.4 9.4M256 256a64 64 0 1 1 128 0 64 64 0 1 1-128 0m-141.3 96H96c-17.7 0-32-14.3-32-32s14.3-32 32-32h96.1c8.8 0 16.7 3.6 22.5 9.3l.1.1c3 3.1 5.3 6.6 6.9 10.3 1.6 3.8 2.4 7.9 2.4 12.2v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-18.7L54.6 502.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3zM416 96c0-17.7 14.3-32 32-32s32 14.3 32 32v18.7L585.4 9.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L525.3 160H544c17.7 0 32 14.3 32 32s-14.3 32-32 32h-96c-8.8 0-16.8-3.6-22.6-9.3l-.1-.1c-3-3.1-5.3-6.6-6.9-10.3s-2.4-7.8-2.4-12.2V96m109.3 256 105.3 105.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L480 397.3V416c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96.1c0-4.3.9-8.4 2.4-12.2 1.6-3.8 3.9-7.3 6.9-10.4 5.8-5.8 13.7-9.3 22.5-9.4h96.1c17.7 0 32 14.3 32 32s-14.3 32-32 32h-18.7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrows-to-dot.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrows-to-dot.svg new file mode 100644 index 0000000..335c503 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrows-to-dot.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 0c17.7 0 32 14.3 32 32v32h32c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-64 64c-12.5 12.5-32.8 12.5-45.3 0l-64-64c-9.2-9.2-11.9-22.9-6.9-34.9S179.1 64 192.1 64h32V32c0-17.7 14.3-32 32-32zm-86.6 393.4 64-64c12.5-12.5 32.8-12.5 45.3 0l64 64c9.2 9.2 11.9 22.9 6.9 34.9S333 448.1 320 448.1h-32v32c0 17.7-14.3 32-32 32s-32-14.3-32-32v-32h-32c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9zM32 224h32v-32c0-12.9 7.8-24.6 19.8-29.6s25.7-2.2 34.9 6.9l64 64c12.5 12.5 12.5 32.8 0 45.3l-64 64c-9.2 9.2-22.9 11.9-34.9 6.9S64 332.9 64 319.9v-32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32zm297.4 54.6c-12.5-12.5-12.5-32.8 0-45.3l64-64c9.2-9.2 22.9-11.9 34.9-6.9s19.8 16.6 19.8 29.6v32h32c17.7 0 32 14.3 32 32s-14.3 32-32 32h-32v32c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-64-64zM256 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrows-to-eye.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrows-to-eye.svg new file mode 100644 index 0000000..699e944 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrows-to-eye.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M15 15c9.4-9.3 24.6-9.3 34 0l63 63V40c0-13.3 10.7-24 24-24s24 10.7 24 24v96c0 13.3-10.7 24-24 24H40c-13.3 0-24-10.7-24-24s10.7-24 24-24h38.1L15 49c-9.3-9.4-9.3-24.6 0-34m118.5 228.9C158.6 193.6 222.7 112 320 112s161.4 81.6 186.5 131.9c3.8 7.6 3.8 16.5 0 24.2C481.4 318.4 417.3 400 320 400s-161.4-81.6-186.5-131.9c-3.8-7.6-3.8-16.5 0-24.2M320 320a64 64 0 1 0 0-128 64 64 0 1 0 0 128M591 15c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-63 63H600c13.3 0 24 10.7 24 24s-10.7 24-24 24h-96c-13.3 0-24-10.7-24-24v-96c0-13.3 10.7-24 24-24s24 10.7 24 24V78zM15 497c-9.4-9.4-9.4-24.6 0-33.9l63-63-38-.1c-13.3 0-24-10.7-24-24s10.7-24 24-24h96c13.3 0 24 10.7 24 24v96c0 13.3-10.7 24-24 24s-24-10.7-24-24v-38.1L49 497c-9.4 9.4-24.6 9.4-33.9 0zm576 0-63-63v38.1c0 13.3-10.7 24-24 24s-24-10.7-24-24v-96c0-13.3 10.7-24 24-24h96c13.3 0 24 10.7 24 24s-10.7 24-24 24h-38.1l63 63c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrows-turn-right.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrows-turn-right.svg new file mode 100644 index 0000000..7e4390a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrows-turn-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M297.4 9.4c12.5-12.5 32.8-12.5 45.3 0l96 96c12.5 12.5 12.5 32.8 0 45.3l-96 96c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l41.3-41.4H128c-35.3 0-64 28.7-64 64v32c0 17.7-14.3 32-32 32S0 273.7 0 256v-32C0 153.3 57.3 96 128 96h210.7l-41.3-41.4c-12.5-12.5-12.5-32.8 0-45.3zm-96 256c12.5-12.5 32.8-12.5 45.3 0l96 96c12.5 12.5 12.5 32.8 0 45.3l-96 96c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l41.3-41.4H96c-17.7 0-32 14.3-32 32v32c0 17.7-14.3 32-32 32S0 497.7 0 480v-32c0-53 43-96 96-96h146.7l-41.4-41.4c-12.5-12.5-12.5-32.8 0-45.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrows-turn-to-dots.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrows-turn-to-dots.svg new file mode 100644 index 0000000..76bbe54 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrows-turn-to-dots.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M249.4 25.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L269.3 96H416c53 0 96 43 96 96v32c0 17.7-14.3 32-32 32s-32-14.3-32-32v-32c0-17.7-14.3-32-32-32H269.3l25.4 25.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-80-80c-12.5-12.5-12.5-32.8 0-45.3zm13.3 256 80 80c12.5 12.5 12.5 32.8 0 45.3l-80 80c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l25.3-25.4H96c-17.7 0-32 14.3-32 32v32c0 17.7-14.3 32-32 32S0 497.7 0 480v-32c0-53 43-96 96-96h146.7l-25.4-25.4c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0zM384 384a64 64 0 1 1 128 0 64 64 0 1 1-128 0M64 192a64 64 0 1 1 0-128 64 64 0 1 1 0 128"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrows-up-down-left-right.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrows-up-down-left-right.svg new file mode 100644 index 0000000..973cb68 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrows-up-down-left-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M278.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-64 64c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l9.4-9.4V224H109.3l9.4-9.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-64 64c-12.5 12.5-12.5 32.8 0 45.3l64 64c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-9.4-9.4 114.7.1v114.7l-9.4-9.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l64 64c12.5 12.5 32.8 12.5 45.3 0l64-64c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-9.4 9.4.1-114.7h114.7l-9.4 9.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l64-64c12.5-12.5 12.5-32.8 0-45.3l-64-64c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l9.4 9.4L288 224V109.3l9.4 9.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-64-64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrows-up-down.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrows-up-down.svg new file mode 100644 index 0000000..74d0252 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrows-up-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M182.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l41.4-41.4v293.5l-41.4-41.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0l96-96c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 402.7V109.2l41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/arrows-up-to-line.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrows-up-to-line.svg new file mode 100644 index 0000000..37f2cf9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/arrows-up-to-line.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 96h512c17.7 0 32-14.3 32-32s-14.3-32-32-32H32C14.3 32 0 46.3 0 64s14.3 32 32 32M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L96 237.3V448c0 17.7 14.3 32 32 32s32-14.3 32-32V237.3l41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0zm320 45.3c12.5 12.5 32.8 12.5 45.3 0l41.3-41.4V448c0 17.7 14.3 32 32 32s32-14.3 32-32V237.3l41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/asterisk.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/asterisk.svg new file mode 100644 index 0000000..fa57641 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/asterisk.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M192 32c17.7 0 32 14.3 32 32v135.5l111.5-66.9c15.2-9.1 34.8-4.2 43.9 11s4.2 34.8-11 43.9L254.2 256l114.3 68.6c15.2 9.1 20.1 28.7 11 43.9s-28.7 20.1-43.9 11l-111.6-67V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V312.5L48.5 379.4c-15.2 9.1-34.8 4.2-43.9-11s-4.2-34.8 11-43.9L129.8 256 15.5 187.4c-15.2-9.1-20.1-28.7-11-43.9s28.7-20.1 43.9-11l111.6 67V64c0-17.7 14.3-32 32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/at.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/at.svg new file mode 100644 index 0000000..a7b05d7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/at.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 64C150 64 64 150 64 256s86 192 192 192c17.7 0 32 14.3 32 32s-14.3 32-32 32C114.6 512 0 397.4 0 256S114.6 0 256 0s256 114.6 256 256v32c0 53-43 96-96 96-29.3 0-55.6-13.2-73.2-33.9-22.8 21-53.3 33.9-86.8 33.9-70.7 0-128-57.3-128-128s57.3-128 128-128c27.9 0 53.7 8.9 74.7 24.1 5.7-5 13.1-8.1 21.3-8.1 17.7 0 32 14.3 32 32v112c0 17.7 14.3 32 32 32s32-14.3 32-32v-32c0-106-86-192-192-192m64 192a64 64 0 1 0-128 0 64 64 0 1 0 128 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/atom.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/atom.svg new file mode 100644 index 0000000..3e5eb68 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/atom.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 398.8c-11.8 5.1-23.4 9.7-34.9 13.5 16.7 33.8 31 35.7 34.9 35.7s18.1-1.9 34.9-35.7c-11.4-3.9-23.1-8.4-34.9-13.5M446 256c33 45.2 44.3 90.9 23.6 128-20.2 36.3-62.5 49.3-115.2 43.2-22 52.1-55.6 84.8-98.4 84.8s-76.4-32.7-98.4-84.8c-52.7 6.1-95-6.8-115.2-43.2C21.7 346.9 33 301.2 66 256c-33-45.2-44.3-90.9-23.6-128 20.2-36.3 62.5-49.3 115.2-43.2C179.6 32.7 213.2 0 256 0s76.4 32.7 98.4 84.8c52.7-6.1 95 6.8 115.2 43.2 20.7 37.1 9.4 82.8-23.6 128m-65.8 67.4c-1.7 14.2-3.9 28-6.7 41.2 31.8 1.4 38.6-8.7 40.2-11.7 2.3-4.2 7-17.9-11.9-48.1q-10.2 9.45-21.6 18.6m-6.7-175.9c2.8 13.1 5 26.9 6.7 41.2q11.4 9.15 21.6 18.6c18.9-30.2 14.2-44 11.9-48.1-1.6-2.9-8.4-13-40.2-11.7m-82.6-47.8C274.1 65.9 259.9 64 256 64s-18.1 1.9-34.9 35.7c11.4 3.9 23.1 8.4 34.9 13.5 11.8-5.1 23.4-9.7 34.9-13.5m-159 88.9c1.7-14.3 3.9-28 6.7-41.2-31.8-1.4-38.6 8.7-40.2 11.7-2.3 4.2-7 17.9 11.9 48.1q10.2-9.45 21.6-18.6m-21.7 116.2C91.4 335 96 348.7 98.3 352.9c1.6 2.9 8.4 13 40.2 11.7-2.8-13.1-5-26.9-6.7-41.2q-11.4-9.15-21.6-18.6M336 256a80 80 0 1 0-160 0 80 80 0 1 0 160 0m-80-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/audio-description.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/audio-description.svg new file mode 100644 index 0000000..3c92d42 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/audio-description.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm149.5 141.3 72 144c5.9 11.9 1.1 26.3-10.7 32.2s-26.3 1.1-32.2-10.7l-9.4-18.9H151l-9.4 18.9c-5.9 11.9-20.3 16.7-32.2 10.7s-16.7-20.3-10.7-32.2l72-144c4.1-8.1 12.4-13.3 21.5-13.3s17.4 5.1 21.5 13.3zm-.4 106.6L192 237.7l-21.1 42.2zM304 184c0-13.3 10.7-24 24-24h56c53 0 96 43 96 96s-43 96-96 96h-56c-13.3 0-24-10.7-24-24zm48 24v96h32c26.5 0 48-21.5 48-48s-21.5-48-48-48z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/austral-sign.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/austral-sign.svg new file mode 100644 index 0000000..1e6240e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/austral-sign.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M253.5 51.7C248.6 39.8 236.9 32 224 32s-24.6 7.8-29.5 19.7L122.7 224H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h64l-13.3 32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h24l-21.5 51.7c-6.8 16.3.9 35 17.2 41.8s35-.9 41.8-17.2l31.8-76.3h197.3l31.8 76.3c6.8 16.3 25.5 24 41.8 17.2s24-25.5 17.2-41.8L392 384h24c17.7 0 32-14.3 32-32s-14.3-32-32-32h-50.7L352 288h64c17.7 0 32-14.3 32-32s-14.3-32-32-32h-90.7zM256 224h-64l32-76.8zm-90.7 64h117.3l13.4 32H152z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/award.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/award.svg new file mode 100644 index 0000000..f3163c7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/award.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M173.8 5.5c11-7.3 25.4-7.3 36.4 0L228 17.2c6 3.9 13 5.8 20.1 5.4l21.3-1.3c13.2-.8 25.6 6.4 31.5 18.2l9.6 19.1c3.2 6.4 8.4 11.5 14.7 14.7l19.3 9.7c11.8 5.9 19 18.3 18.2 31.5l-1.3 21.3c-.4 7.1 1.5 14.2 5.4 20.1l11.8 17.8c7.3 11 7.3 25.4 0 36.4L366.8 228c-3.9 6-5.8 13-5.4 20.1l1.3 21.3c.8 13.2-6.4 25.6-18.2 31.5l-19.1 9.6c-6.4 3.2-11.5 8.4-14.7 14.7l-9.7 19.3c-5.9 11.8-18.3 19-31.5 18.2l-21.3-1.3c-7.1-.4-14.2 1.5-20.1 5.4l-17.8 11.8c-11 7.3-25.4 7.3-36.4 0L156 366.8c-6-3.9-13-5.8-20.1-5.4l-21.3 1.3c-13.2.8-25.6-6.4-31.5-18.2l-9.6-19.1c-3.2-6.4-8.4-11.5-14.7-14.7L39.5 301c-11.8-5.9-19-18.3-18.2-31.5l1.3-21.3c.4-7.1-1.5-14.2-5.4-20.1L5.5 210.2c-7.3-11-7.3-25.4 0-36.4L17.2 156c3.9-6 5.8-13 5.4-20.1l-1.3-21.3c-.8-13.2 6.4-25.6 18.2-31.5l19.1-9.6C65 70.2 70.2 65 73.4 58.6L83 39.5c5.9-11.8 18.3-19 31.5-18.2l21.3 1.3c7.1.4 14.2-1.5 20.1-5.4zM272 192a80 80 0 1 0-160 0 80 80 0 1 0 160 0M1.3 441.8l43.1-102.5c.2.1.3.2.4.4l9.6 19.1c11.7 23.2 36 37.3 62 35.8l21.3-1.3c.2 0 .5 0 .7.2l17.8 11.8c5.1 3.3 10.5 5.9 16.1 7.7l-37.6 89.3c-2.3 5.5-7.4 9.2-13.3 9.7s-11.6-2.2-14.8-7.2l-32.2-49.3-56.1 8.3c-5.7.8-11.4-1.5-15-6s-4.3-10.7-2.1-16zm248 60.4L211.7 413c5.6-1.8 11-4.3 16.1-7.7l17.8-11.8c.2-.1.4-.2.7-.2l21.3 1.3c26 1.5 50.3-12.6 62-35.8l9.6-19.1c.1-.2.2-.3.4-.4l43.2 102.5c2.2 5.3 1.4 11.4-2.1 16s-9.3 6.9-15 6l-56.1-8.3-32.2 49.2c-3.2 5-8.9 7.7-14.8 7.2s-11-4.3-13.3-9.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/b.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/b.svg new file mode 100644 index 0000000..382cfb8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/b.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h128c70.7 0 128-57.3 128-128 0-46.5-24.8-87.3-62-109.7 18.7-22.3 30-51 30-82.3 0-70.7-57.3-128-128-128zm96 192H64V96h96c35.3 0 64 28.7 64 64s-28.7 64-64 64m-96 64h128c35.3 0 64 28.7 64 64s-28.7 64-64 64H64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/baby-carriage.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/baby-carriage.svg new file mode 100644 index 0000000..b8f793f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/baby-carriage.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 192H.1C2.7 117.9 41.3 52.9 99 14.1c13.3-8.9 30.8-4.3 39.9 8.8zm128-32c0-35.3 28.7-64 64-64h32c17.7 0 32 14.3 32 32s-14.3 32-32 32h-32v64c0 25.2-5.8 50.2-17 73.5s-27.8 44.5-48.6 62.3-45.5 32-72.7 41.6S253.4 416 224 416s-58.5-5-85.7-14.6-51.9-23.8-72.7-41.6-37.3-39-48.6-62.3S0 249.2 0 224h384zM80 416a48 48 0 1 1 0 96 48 48 0 1 1 0-96m240 48a48 48 0 1 1 96 0 48 48 0 1 1-96 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/baby.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/baby.svg new file mode 100644 index 0000000..be6c649 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/baby.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M152 88a72 72 0 1 1 144 0 72 72 0 1 1-144 0M39.7 144.5c13-17.9 38-21.8 55.9-8.8l36.2 26.3c26.8 19.5 59.1 30 92.2 30s65.4-10.5 92.2-30l36.2-26.4c17.9-13 42.9-9 55.9 8.8s9 42.9-8.8 55.9l-36.2 26.4c-13.6 9.9-28.1 18.2-43.3 25V288H128v-36.3c-15.2-6.7-29.7-15.1-43.3-25l-36.2-26.4c-17.9-13-21.8-38-8.8-55.9zm89.8 184.8 60.6 53-26 37.2 24.3 24.3c15.6 15.6 15.6 40.9 0 56.6s-40.9 15.6-56.6 0l-48-48C70 438.6 68.1 417 79.2 401.1l50.2-71.8zm128.5 53 60.6-53 50.2 71.8c11.1 15.9 9.2 37.5-4.5 51.2l-48 48c-15.6 15.6-40.9 15.6-56.6 0s-15.6-40.9 0-56.6l24.3-24.3-26-37.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/backward-fast.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/backward-fast.svg new file mode 100644 index 0000000..3eb31c6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/backward-fast.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M493.6 445c-11.2 5.3-24.5 3.6-34.1-4.4L288 297.7V416c0 12.4-7.2 23.7-18.4 29s-24.5 3.6-34.1-4.4L64 297.7V416c0 17.7-14.3 32-32 32S0 433.7 0 416V96c0-17.7 14.3-32 32-32s32 14.3 32 32v118.3L235.5 71.4c9.5-7.9 22.8-9.7 34.1-4.4S288 83.6 288 96v118.3L459.5 71.4c9.5-7.9 22.8-9.7 34.1-4.4S512 83.6 512 96v320c0 12.4-7.2 23.7-18.4 29"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/backward-step.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/backward-step.svg new file mode 100644 index 0000000..078c821 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/backward-step.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M267.5 440.6c9.5 7.9 22.8 9.7 34.1 4.4s18.4-16.6 18.4-29V96c0-12.4-7.2-23.7-18.4-29s-24.5-3.6-34.1 4.4l-192 160L64 241V96c0-17.7-14.3-32-32-32S0 78.3 0 96v320c0 17.7 14.3 32 32 32s32-14.3 32-32V271l11.5 9.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/backward.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/backward.svg new file mode 100644 index 0000000..7dcb1eb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/backward.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M459.5 440.6c9.5 7.9 22.8 9.7 34.1 4.4s18.4-16.6 18.4-29V96c0-12.4-7.2-23.7-18.4-29s-24.5-3.6-34.1 4.4L288 214.3v83.4zM256 352V96c0-12.4-7.2-23.7-18.4-29s-24.5-3.6-34.1 4.4l-192 160C4.2 237.5 0 246.5 0 256s4.2 18.5 11.5 24.6l192 160c9.5 7.9 22.8 9.7 34.1 4.4s18.4-16.6 18.4-29z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/bacon.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/bacon.svg new file mode 100644 index 0000000..7b8ba6b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/bacon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M439.2 1.2c11.2-3.2 23.2-.1 31.4 8.1L518 56.7l-26.5 7.9c-58 16.6-98.1 39.6-129.6 67.4-31.2 27.5-53.2 59.1-75.1 90.9l-2.3 3.3C241.6 288.7 195 356.6 72.8 417.7l-34.9 17.5-28.5-28.6c-7.3-7.3-10.6-17.6-9-27.8s8.1-18.9 17.3-23.5c118.4-59.1 163.2-124.3 205.6-186l2.3-3.4c21.8-31.8 44.9-64.9 77.7-93.9 33.4-29.5 75.8-53.6 135.9-70.8M61.8 459l25.4-12.7c129.5-64.7 179.9-138.1 223.8-202l2.2-3.3c22.1-32.1 42.1-60.5 69.9-85.1 27.5-24.3 63.4-45.2 117.3-60.6l.2-.1 43.1-12.9 23 23c8 8 11.2 19.7 8.3 30.7s-11.3 19.6-22.2 22.7c-51.9 14.8-85.6 34.7-111.1 57.2-26.1 23-45.1 49.9-67.3 82.1l-2.2 3.2c-44.4 64.7-96.7 140.8-229.9 207.4-12.3 6.2-27.2 3.7-36.9-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/bacteria.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/bacteria.svg new file mode 100644 index 0000000..56863de --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/bacteria.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M304.9.7c-9.6-2.7-19.5 2.8-22.3 12.4l-4.3 15.2c-8.3-.6-16.8 0-25.2 1.9-7.3 1.7-14.3 3.5-21.1 5.5L226.5 23c-3.9-9.1-14.5-13.4-23.6-9.5s-13.4 14.5-9.5 23.6l4.4 10.4c-16.6 6.7-31.7 14.4-45.4 22.8L147 62c-5.5-8.3-16.7-10.5-25-5s-10.5 16.7-5 25l6 9c-13.7 11-25.5 22.8-35.8 34.9l-10-8c-7.8-6.2-19.1-5-25.3 2.8s-5 19.1 2.8 25.3l11.2 9c-1.8 2.8-3.5 5.7-5.1 8.5-6.6 11.4-11.8 22.6-16 33l-8-3.2c-9.2-3.7-19.7.8-23.4 10s.8 19.7 10 23.4l10.4 4.2c-.2.8-.4 1.5-.5 2.3-2.2 9.3-3.4 17.3-4.1 23.4-.4 3.1-.6 5.7-.8 7.8-.1 1.1-.1 2-.2 2.8l-.1 1.1v.8s0 .1 29.1 1h-.1l-29.1-.8c-.1 3.1 0 6.1.2 9.1L13 282.7C3.5 285.4-2 295.4.7 304.9S13.4 320 23 317.3l15.6-4.5c7.6 13.6 18.9 25 32.6 32.6L66.7 361c-2.7 9.6 2.8 19.5 12.4 22.3s19.5-2.8 22.3-12.4l4.3-15.2c1.2.1 2.4.2 3.6.2 15.6.5 30.3-3.3 43-10.2l9 9c7 7 18.4 7 25.5 0s7-18.4 0-25.5l-7.2-7.2c9.3-12.6 15.2-27.8 16.3-44.5l7.1 3c9.1 3.9 19.7-.3 23.6-9.5s-.3-19.7-9.5-23.6l-8.6-3.7c6.4-9.9 17.3-22.4 36.9-33.3l1.3 4.4c2.7 9.6 12.7 15.1 22.3 12.4s15.1-12.7 12.4-22.3l-2.3-8.1c3.8-1.1 7.7-2.1 11.9-3.1 11.6-2.7 22.1-7.7 31.1-14.4l7.2 7.2c7 7 18.4 7 25.5 0s7-18.4 0-25.5l-9-9c7.6-13.9 11.3-30.1 10.1-46.6l15.2-4.3c9.6-2.7 15.1-12.7 12.4-22.3S370.6 64 361 66.7l-15.6 4.5c-7.7-13.9-19.1-25.1-32.6-32.6l4.5-15.6c2.7-9.6-2.8-19.5-12.4-22.3M112 272l-48-1.5c11.7.4 27.3.9 48 1.6zm16-80a32 32 0 1 1 0 64 32 32 0 1 1 0-64m64-48a16 16 0 1 1 32 0 16 16 0 1 1-32 0m130.7 345c-2.7 9.6 2.8 19.5 12.4 22.3s19.5-2.8 22.2-12.4l4.3-15.2c8.3.6 16.8 0 25.2-1.9 7.3-1.7 14.3-3.5 21.1-5.5l5.5 12.7c3.9 9.1 14.5 13.4 23.6 9.5s13.4-14.5 9.5-23.6l-4.4-10.4c16.6-6.7 31.7-14.4 45.4-22.8l5.5 8.3c5.5 8.3 16.7 10.5 25 5s10.5-16.7 5-25l-6-9c13.7-11 25.5-22.8 35.8-34.9l10 8c7.8 6.2 19.1 5 25.3-2.8s5-19.1-2.8-25.3l-11.2-9c1.8-2.8 3.5-5.7 5.1-8.5 6.6-11.4 11.8-22.6 16-33l8 3.2c9.2 3.7 19.7-.8 23.4-10s-.8-19.7-10-23.4l-10.4-4.2c.2-.8.4-1.5.5-2.3 2.2-9.3 3.4-17.3 4.1-23.4.4-3.1.6-5.7.8-7.8.1-1.1.1-2 .2-2.8l.1-1.1v-.8s0-.1-29.1-1h.1l29.1.9c.1-3.1 0-6.1-.2-9.1l15.2-4.3c9.6-2.7 15.1-12.7 12.4-22.3s-12.7-15.1-22.3-12.4l-15.6 4.5c-7.6-13.6-18.9-25-32.6-32.6l4.5-15.6c2.7-9.6-2.8-19.5-12.4-22.3s-19.5 2.8-22.3 12.4l-4.3 15.2c-1.2-.1-2.4-.2-3.6-.2-15.6-.5-30.3 3.3-43 10.2l-9-9c-7-7-18.4-7-25.5 0s-7 18.4 0 25.5l7.2 7.2c-9.3 12.6-15.2 27.8-16.3 44.5l-7.1-3c-9.1-3.9-19.7.3-23.6 9.5s.3 19.7 9.5 23.6l8.6 3.7c-6.4 9.9-17.3 22.4-36.9 33.3l-1.3-4.4c-2.7-9.6-12.7-15.1-22.3-12.4s-15.1 12.7-12.4 22.3l2.3 8.1c-3.8 1.1-7.7 2.1-11.9 3.1-11.6 2.7-22.1 7.7-31.1 14.4l-7.2-7.2c-7-7-18.4-7-25.5 0s-7 18.4 0 25.5l9 9c-7.6 13.9-11.3 30.1-10.1 46.6l-15.2 4.3c-9.6 2.7-15.1 12.7-12.4 22.2s12.7 15.1 22.3 12.4l15.6-4.5c7.7 13.9 19.1 25.1 32.6 32.6zM576 241.5c-11.7-.4-27.3-.9-48-1.6l48 1.5zM448 384a32 32 0 1 1-64 0 32 32 0 1 1 64 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/bacterium.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/bacterium.svg new file mode 100644 index 0000000..f0e84a5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/bacterium.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M423.1 30.6c3.6-12.7-3.7-26-16.5-29.7s-26 3.7-29.7 16.5l-4.2 14.7c-9.8-.4-19.9.5-29.9 2.8-12.1 2.8-23.7 5.9-34.9 9.4L302 30.6c-5.2-12.2-19.3-17.8-31.5-12.6s-17.8 19.3-12.6 31.5l4.9 11.3c-22 9.4-42 20.1-60.2 31.8l-6.6-9.9c-7.4-11-22.3-14-33.3-6.7s-14 22.3-6.7 33.3l7.8 11.6c-18 15-33.7 30.8-47.3 47.1L103 157.3c-10.4-8.3-25.5-6.6-33.7 3.7s-6.6 25.5 3.7 33.7l15 12c-2.1 3.2-4.1 6.5-6 9.7-9.4 15.7-17 31-23.2 45.3l-9.9-3.9c-12.3-4.9-26.3 1.1-31.2 13.4s1.1 26.3 13.4 31.2l11.6 4.6c-.3 1.1-.6 2.1-.9 3.1-3.5 12.5-5.7 23.2-7.1 31.3-.7 4.1-1.2 7.5-1.6 10.3-.2 1.4-.3 2.6-.4 3.6l-.1 1.4-.1.6v.4s0 .1 39.2 3.7l-39.2-3.6c-.5 5-.6 10-.4 14.9l-14.7 4.2C4.7 380.6-2.7 393.8.9 406.6s16.9 20.1 29.7 16.5l13.8-3.9C55 439.9 72 457 92.9 467.7L89 481.4c-3.6 12.7 3.7 26 16.5 29.7s26-3.7 29.7-16.5l4.2-14.7c23.8 1 46.3-5.5 65.1-17.6L215 473c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-10.6-10.6c9.1-14.1 15.1-30.5 17-48.3l.1-.8c.3-1.7 1-5.1 2.3-9.8l.2-.8 12.6 5.4c12.2 5.2 26.3-.4 31.5-12.6s-.4-26.3-12.6-31.5l-11.3-4.8c9.9-14.9 24.9-31.6 48.6-46l2.1 7.5c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-4-14.4c6.9-2.2 14.3-4.3 22.2-6.1 12.9-3 24.7-8 35.2-14.8L439 249c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-10.6-10.6c12.2-19 18.6-41.6 17.6-65.1l14.7-4.2c12.7-3.6 20.1-16.9 16.5-29.7S494.2 85.4 481.4 89l-13.7 3.9c-10.8-21.2-28-38-48.5-48.5zm-331 332.7L144 368zM112 320a48 48 0 1 1 96 0 48 48 0 1 1-96 0m128-136a24 24 0 1 1 0 48 24 24 0 1 1 0-48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/bag-shopping.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/bag-shopping.svg new file mode 100644 index 0000000..d18fcfc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/bag-shopping.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M160 112c0-35.3 28.7-64 64-64s64 28.7 64 64v48H160zm-48 48H48c-26.5 0-48 21.5-48 48v208c0 53 43 96 96 96h256c53 0 96-43 96-96V208c0-26.5-21.5-48-48-48h-64v-48C336 50.1 285.9 0 224 0S112 50.1 112 112zm24 48a24 24 0 1 1 0 48 24 24 0 1 1 0-48m152 24a24 24 0 1 1 48 0 24 24 0 1 1-48 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/bahai.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/bahai.svg new file mode 100644 index 0000000..5edc544 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/bahai.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M288 0c14.5 0 27.2 9.7 30.9 23.8l23.9 89.6 75.9-53.3c11.9-8.3 27.8-7.6 39 1.7s14.6 24.9 8.4 38.1l-39.3 84 92.4 8c14.4 1.2 26.2 12 28.8 26.3s-4.9 28.5-18 34.6l-84.1 39.1 65.7 65.5c10.3 10.2 12.4 26.1 5.1 38.7s-22 18.7-36 14.9L391 386.8l8.2 92.4c1.3 14.4-7.3 27.9-20.9 32.9s-28.9.1-37.2-11.7l-53.1-76-53.1 76c-8.3 11.9-23.6 16.7-37.2 11.7s-22.2-18.5-20.9-32.9l8.2-92.4-89.6 24.1c-14 3.8-28.8-2.3-36-14.9s-5.2-28.4 5.1-38.7l65.7-65.5L46 252.7c-13.1-6.1-20.5-20.3-18-34.6s14.3-25.1 28.8-26.3l92.4-8-39.3-84c-6.1-13.1-2.7-28.8 8.4-38.1s27.1-10 39-1.7l75.9 53.3 23.9-89.6C260.8 9.7 273.5 0 288 0m0 156.2-4.8 18c-2.7 10.1-10.2 18.2-20 21.8s-20.8 2.1-29.3-3.9l-15.2-10.7 7.9 16.8c4.4 9.5 4 20.5-1.3 29.6s-14.5 15-25 15.9l-18.5 1.6 16.8 7.8c9.5 4.4 16.2 13.2 18 23.5s-1.5 20.8-8.9 28.2l-13.2 13.1 17.9-4.8c10.1-2.7 20.9-.3 28.9 6.4s12.2 16.9 11.3 27.3l-1.6 18.5 10.6-15.2c6-8.6 15.8-13.7 26.2-13.7s20.2 5.1 26.2 13.7l10.6 15.2-1.6-18.5c-.9-10.4 3.3-20.6 11.3-27.3s18.8-9.1 28.9-6.4l17.9 4.8-13.2-13.1c-7.4-7.4-10.7-17.9-8.9-28.2s8.5-19.1 18-23.5l16.8-7.8-18.5-1.6c-10.4-.9-19.7-6.8-25-15.9s-5.7-20.1-1.3-29.6l7.9-16.8-15.2 10.7c-8.6 6-19.5 7.5-29.3 3.9s-17.3-11.7-20-21.8l-4.8-18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/baht-sign.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/baht-sign.svg new file mode 100644 index 0000000..0a7f4b1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/baht-sign.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M144 0c-17.7 0-32 14.3-32 32v32H37.6C16.8 64 0 80.8 0 101.6v304.7c0 23 18.7 41.7 41.7 41.7H112v32c0 17.7 14.3 32 32 32s32-14.3 32-32v-32h32c61.9 0 112-50.1 112-112 0-40.1-21.1-75.3-52.7-95.1 13-18.3 20.7-40.7 20.7-64.9 0-61.9-50.1-112-112-112V32c0-17.7-14.3-32-32-32m-32 128v96H64v-96zm64 96v-96c26.5 0 48 21.5 48 48s-21.5 48-48 48m-64 64v96H64v-96zm64 96v-96h32c26.5 0 48 21.5 48 48s-21.5 48-48 48z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/ban-smoking.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/ban-smoking.svg new file mode 100644 index 0000000..a7dfcc0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/ban-smoking.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m99.5 144.8 79.2 79.2 96 96 92.5 92.5C335.9 434.9 297.5 448 256 448c-106 0-192-86-192-192 0-41.5 13.1-79.9 35.5-111.2M333.3 288l-32-32H384v32zm32 32H400c8.8 0 16-7.2 16-16v-64c0-8.8-7.2-16-16-16H269.3L144.8 99.5C176.1 77.1 214.5 64 256 64c106 0 192 86 192 192 0 41.5-13.1 79.9-35.5 111.2zM256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m16-416c-8.8 0-16 7.2-16 16 0 26.5 21.5 48 48 48h32c8.8 0 16 7.2 16 16s7.2 16 16 16 16-7.2 16-16c0-26.5-21.5-48-48-48h-32c-8.8 0-16-7.2-16-16s-7.2-16-16-16m-42.5 224-96-96H112c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/ban.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/ban.svg new file mode 100644 index 0000000..87164b4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/ban.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M367.2 412.5 99.5 144.8C77.1 176.1 64 214.5 64 256c0 106 86 192 192 192 41.5 0 79.9-13.1 111.2-35.5m45.3-45.3C434.9 335.9 448 297.5 448 256c0-106-86-192-192-192-41.5 0-79.9 13.1-111.2 35.5zM0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/bandage.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/bandage.svg new file mode 100644 index 0000000..9693a5f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/bandage.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M480 416h96c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64h-96zM448 96H192v320h256zM64 96c-35.3 0-64 28.7-64 64v192c0 35.3 28.7 64 64 64h96V96zm184 112a24 24 0 1 1 48 0 24 24 0 1 1-48 0m120-24a24 24 0 1 1 0 48 24 24 0 1 1 0-48M248 304a24 24 0 1 1 48 0 24 24 0 1 1-48 0m120-24a24 24 0 1 1 0 48 24 24 0 1 1 0-48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/bangladeshi-taka-sign.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/bangladeshi-taka-sign.svg new file mode 100644 index 0000000..e008e01 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/bangladeshi-taka-sign.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M36 32.3C18.4 30.1 2.4 42.5.2 60S10.5 93.6 28 95.8l7.9 1c16 2 28 15.6 28 31.8L64 160H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h32v160c0 53 43 96 96 96h32c106 0 192-86 192-192v-32c0-53-43-96-96-96h-16c-17.7 0-32 14.3-32 32s14.3 32 32 32h16c17.7 0 32 14.3 32 32v32c0 70.7-57.3 128-128 128h-32c-17.7 0-32-14.3-32-32V224h32c17.7 0 32-14.3 32-32s-14.3-32-32-32h-32v-31.5c0-48.4-36.1-89.3-84.1-95.3l-7.9-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/barcode.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/barcode.svg new file mode 100644 index 0000000..62a9c9c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/barcode.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M24 32C10.7 32 0 42.7 0 56v400c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24zm88 0c-8.8 0-16 7.2-16 16v416c0 8.8 7.2 16 16 16s16-7.2 16-16V48c0-8.8-7.2-16-16-16m72 0c-13.3 0-24 10.7-24 24v400c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24zm96 0c-13.3 0-24 10.7-24 24v400c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24zm168 24v400c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-16c-13.3 0-24 10.7-24 24m-64-8v416c0 8.8 7.2 16 16 16s16-7.2 16-16V48c0-8.8-7.2-16-16-16s-16 7.2-16 16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/bars-progress.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/bars-progress.svg new file mode 100644 index 0000000..aec4438 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/bars-progress.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M448 160H320v-32h128zM48 64C21.5 64 0 85.5 0 112v64c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48v-64c0-26.5-21.5-48-48-48zm400 288v32H192v-32zM48 288c-26.5 0-48 21.5-48 48v64c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48v-64c0-26.5-21.5-48-48-48z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/bars-staggered.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/bars-staggered.svg new file mode 100644 index 0000000..efdff80 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/bars-staggered.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 96c0-17.7 14.3-32 32-32h384c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32m64 160c0-17.7 14.3-32 32-32h384c17.7 0 32 14.3 32 32s-14.3 32-32 32H96c-17.7 0-32-14.3-32-32m384 160c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h384c17.7 0 32 14.3 32 32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/bars.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/bars.svg new file mode 100644 index 0000000..dadea77 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/bars.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 96c0-17.7 14.3-32 32-32h384c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32m0 160c0-17.7 14.3-32 32-32h384c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32m448 160c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h384c17.7 0 32 14.3 32 32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/baseball-bat-ball.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/baseball-bat-ball.svg new file mode 100644 index 0000000..3130f0a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/baseball-bat-ball.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M424 0c-12.4 0-24.2 4.9-33 13.7L233.5 171.2c-10.5 10.5-19.8 22.1-27.7 34.6l-73.1 115.8c-7.3 11.5-15.8 22.2-25.5 31.9l-37.3 37.2 51.3 51.3 37.3-37.3c9.6-9.6 20.3-18.2 31.9-25.5l115.8-73.1c12.5-7.9 24.1-17.2 34.6-27.7L498.3 121c8.7-8.7 13.7-20.6 13.7-33s-4.9-24.2-13.7-33L457 13.7C448.2 4.9 436.4 0 424 0m88 432a80 80 0 1 0-160 0 80 80 0 1 0 160 0M15 399c-9.4 9.4-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L49 399c-9.4-9.4-24.6-9.4-33.9 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/baseball.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/baseball.svg new file mode 100644 index 0000000..31d36c9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/baseball.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M62.7 223.4q-7.2.6-14.7.6c-15.6 0-30.8-2-45.2-5.9C19.2 107.1 107.1 19.2 218.1 2.8 222 17.2 224 32.4 224 48q0 7.35-.6 14.7c-.7 8.8 5.8 16.5 14.6 17.3s16.5-5.8 17.3-14.6c.5-5.7.7-11.5.7-17.3 0-16.5-1.9-32.6-5.6-47.9 1.8 0 3.7-.1 5.6-.1C397.4 0 512 114.6 512 256c0 1.9 0 3.7-.1 5.6-15.4-3.6-31.4-5.6-47.9-5.6-5.8 0-11.6.2-17.3.7-8.8.7-15.4 8.5-14.6 17.3s8.5 15.4 17.3 14.6q7.2-.6 14.7-.6c15.6 0 30.8 2 45.2 5.9-16.5 111-104.4 198.9-215.4 215.3-3.9-14.4-5.9-29.6-5.9-45.2q0-7.35.6-14.7c.7-8.8-5.8-16.5-14.6-17.3s-16.5 5.8-17.3 14.6c-.5 5.7-.7 11.5-.7 17.3 0 16.5 1.9 32.6 5.6 47.9-1.8 0-3.7.1-5.6.1C114.6 512 0 397.4 0 256c0-1.9 0-3.7.1-5.6 15.3 3.7 31.4 5.6 47.9 5.6 5.8 0 11.6-.2 17.3-.7 8.8-.7 15.4-8.5 14.6-17.3s-8.5-15.4-17.3-14.6zm58.6-15.4c-8 3.7-11.6 13.2-7.9 21.2s13.2 11.6 21.2 7.9c45.2-20.8 81.7-57.2 102.5-102.5 3.7-8 .2-17.5-7.9-21.2s-17.5-.2-21.2 7.9c-17.6 38.3-48.5 69.2-86.7 86.7m277.2 74.7c-3.7-8-13.2-11.6-21.2-7.9-45.2 20.8-81.7 57.2-102.5 102.5-3.7 8-.2 17.5 7.9 21.2s17.5.2 21.2-7.9c17.6-38.3 48.5-69.2 86.7-86.7 8-3.7 11.6-13.2 7.9-21.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/basket-shopping.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/basket-shopping.svg new file mode 100644 index 0000000..5b8cdc8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/basket-shopping.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M253.3 35.1c6.1-11.8 1.5-26.3-10.2-32.4s-26.3-1.5-32.4 10.2L117.6 192H32c-17.7 0-32 14.3-32 32s14.3 32 32 32l51.9 207.5C91 492 116.6 512 146 512h284c29.4 0 55-20 62.1-48.5L544 256c17.7 0 32-14.3 32-32s-14.3-32-32-32h-85.6L365.3 12.9c-6.1-11.7-20.6-16.3-32.4-10.2s-16.3 20.6-10.2 32.4L404.3 192H171.7zM192 304v96c0 8.8-7.2 16-16 16s-16-7.2-16-16v-96c0-8.8 7.2-16 16-16s16 7.2 16 16m96-16c8.8 0 16 7.2 16 16v96c0 8.8-7.2 16-16 16s-16-7.2-16-16v-96c0-8.8 7.2-16 16-16m128 16v96c0 8.8-7.2 16-16 16s-16-7.2-16-16v-96c0-8.8 7.2-16 16-16s16 7.2 16 16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/basketball.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/basketball.svg new file mode 100644 index 0000000..f657c0c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/basketball.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m86.6 64 85.2 85.2C194.5 121.7 208 86.4 208 48c0-14.7-2-28.9-5.7-42.4C158.6 15 119 35.5 86.6 64M64 86.6c-28.5 32.4-49 72-58.4 115.7C19.1 206 33.3 208 48 208c38.4 0 73.7-13.5 101.3-36.1zM256 0c-7.3 0-14.6.3-21.8.9C238 16 240 31.8 240 48c0 47.3-17.1 90.5-45.4 124l61.4 61.4L425.4 64C380.2 24.2 320.9 0 256 0M48 240c-16.2 0-32-2-47.1-5.8A263 263 0 0 0 0 256c0 64.9 24.2 124.2 64 169.4L233.4 256 172 194.6C138.5 222.9 95.3 240 48 240m463.1 37.8c.6-7.2.9-14.5.9-21.8 0-64.9-24.2-124.2-64-169.4L278.6 256l61.4 61.4c33.4-28.3 76.7-45.4 124-45.4 16.2 0 32 2 47.1 5.8m-4.7 31.9c-13.5-3.7-27.7-5.7-42.4-5.7-38.4 0-73.7 13.5-101.3 36.1l85.3 85.3c28.5-32.3 49.1-71.9 58.4-115.7m-166.3 53C317.5 390.3 304 425.6 304 464c0 14.7 2 28.9 5.7 42.4 43.7-9.4 83.3-29.9 115.7-58.4l-85.2-85.2zM317.4 340 256 278.6 86.6 448c45.1 39.8 104.4 64 169.4 64 7.3 0 14.6-.3 21.8-.9C274 496 272 480.2 272 464c0-47.3 17.1-90.5 45.4-124"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/bath.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/bath.svg new file mode 100644 index 0000000..582e723 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/bath.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 77.3C96 70 101.9 64 109.3 64c3.5 0 6.9 1.4 9.4 3.9l14.9 14.9c-3.6 9-5.6 18.9-5.6 29.2 0 19.9 7.2 38 19.2 52-5.3 9.2-4 21.1 3.8 29 9.4 9.4 24.6 9.4 33.9 0L289 89c9.4-9.4 9.4-24.6 0-33.9-7.9-7.9-19.8-9.1-29-3.8C246 39.2 227.9 32 208 32c-10.3 0-20.2 2-29.2 5.5l-14.9-14.9C149.4 8.1 129.7 0 109.3 0 66.6 0 32 34.6 32 77.3V256c-17.7 0-32 14.3-32 32s14.3 32 32 32h448c17.7 0 32-14.3 32-32s-14.3-32-32-32H96zM32 352v16c0 28.4 12.4 54 32 71.6V480c0 17.7 14.3 32 32 32s32-14.3 32-32v-16h256v16c0 17.7 14.3 32 32 32s32-14.3 32-32v-40.4c19.6-17.6 32-43.1 32-71.6v-16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/battery-empty.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/battery-empty.svg new file mode 100644 index 0000000..edf61c3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/battery-empty.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M80 160c-8.8 0-16 7.2-16 16v160c0 8.8 7.2 16 16 16h384c8.8 0 16-7.2 16-16V176c0-8.8-7.2-16-16-16zM0 176c0-44.2 35.8-80 80-80h384c44.2 0 80 35.8 80 80v16c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32v16c0 44.2-35.8 80-80 80H80c-44.2 0-80-35.8-80-80z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/battery-full.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/battery-full.svg new file mode 100644 index 0000000..1e7663d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/battery-full.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M464 160c8.8 0 16 7.2 16 16v160c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16zM80 96c-44.2 0-80 35.8-80 80v160c0 44.2 35.8 80 80 80h384c44.2 0 80-35.8 80-80v-16c17.7 0 32-14.3 32-32v-64c0-17.7-14.3-32-32-32v-16c0-44.2-35.8-80-80-80zm368 96H96v128h352z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/battery-half.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/battery-half.svg new file mode 100644 index 0000000..6e43a1b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/battery-half.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M464 160c8.8 0 16 7.2 16 16v160c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16zM80 96c-44.2 0-80 35.8-80 80v160c0 44.2 35.8 80 80 80h384c44.2 0 80-35.8 80-80v-16c17.7 0 32-14.3 32-32v-64c0-17.7-14.3-32-32-32v-16c0-44.2-35.8-80-80-80zm208 96H96v128h192z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/battery-quarter.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/battery-quarter.svg new file mode 100644 index 0000000..a8cc11c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/battery-quarter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M464 160c8.8 0 16 7.2 16 16v160c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16zM80 96c-44.2 0-80 35.8-80 80v160c0 44.2 35.8 80 80 80h384c44.2 0 80-35.8 80-80v-16c17.7 0 32-14.3 32-32v-64c0-17.7-14.3-32-32-32v-16c0-44.2-35.8-80-80-80zm112 96H96v128h96z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/battery-three-quarters.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/battery-three-quarters.svg new file mode 100644 index 0000000..44c29d2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/battery-three-quarters.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M464 160c8.8 0 16 7.2 16 16v160c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16zM80 96c-44.2 0-80 35.8-80 80v160c0 44.2 35.8 80 80 80h384c44.2 0 80-35.8 80-80v-16c17.7 0 32-14.3 32-32v-64c0-17.7-14.3-32-32-32v-16c0-44.2-35.8-80-80-80zm272 96H96v128h256z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/bed-pulse.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/bed-pulse.svg new file mode 100644 index 0000000..391ef74 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/bed-pulse.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M483.2 9.6 524 64h92c13.3 0 24 10.7 24 24s-10.7 24-24 24H512c-7.6 0-14.7-3.6-19.2-9.6l-24.1-32.1-47 99.9c-3.7 7.8-11.3 13.1-19.9 13.7s-16.9-3.4-21.7-10.6L339.2 112H216c-13.3 0-24-10.7-24-24s10.7-24 24-24h136c8 0 15.5 4 20 10.7l24.4 36.6 45.9-97.5C445.9 6.2 453.2 1 461.6.1s16.6 2.7 21.6 9.5M320 160h12.7l20.7 31.1c11.2 16.8 30.6 26.3 50.7 24.8s37.9-13.7 46.5-32l11.3-23.9H544c53 0 96 43 96 96v224c0 17.7-14.3 32-32 32s-32-14.3-32-32v-32H64v32c0 17.7-14.3 32-32 32S0 497.7 0 480V96c0-17.7 14.3-32 32-32s32 14.3 32 32v256h224V192c0-17.7 14.3-32 32-32m-144 0a80 80 0 1 1 0 160 80 80 0 1 1 0-160"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/bed.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/bed.svg new file mode 100644 index 0000000..341b178 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/bed.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 32c17.7 0 32 14.3 32 32v256h224V160c0-17.7 14.3-32 32-32h224c53 0 96 43 96 96v224c0 17.7-14.3 32-32 32s-32-14.3-32-32v-32H64v32c0 17.7-14.3 32-32 32S0 465.7 0 448V64c0-17.7 14.3-32 32-32m144 96a80 80 0 1 1 0 160 80 80 0 1 1 0-160"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/beer-mug-empty.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/beer-mug-empty.svg new file mode 100644 index 0000000..1d750d0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/beer-mug-empty.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 64c0-17.7 14.3-32 32-32h288c17.7 0 32 14.3 32 32v32h51.2c42.4 0 76.8 34.4 76.8 76.8v102.1c0 30.4-17.9 57.9-45.6 70.2L384 381.7V416c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64zm352 247.6 56.4-25.1c4.6-2.1 7.6-6.6 7.6-11.7V172.7c0-7.1-5.7-12.8-12.8-12.8l-51.2.1zM160 144c0-8.8-7.2-16-16-16s-16 7.2-16 16v224c0 8.8 7.2 16 16 16s16-7.2 16-16zm64 0c0-8.8-7.2-16-16-16s-16 7.2-16 16v224c0 8.8 7.2 16 16 16s16-7.2 16-16zm64 0c0-8.8-7.2-16-16-16s-16 7.2-16 16v224c0 8.8 7.2 16 16 16s16-7.2 16-16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/bell-concierge.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/bell-concierge.svg new file mode 100644 index 0000000..d38f8d7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/bell-concierge.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M216 64c-13.3 0-24 10.7-24 24s10.7 24 24 24h16v33.3C119.6 157.2 32 252.4 32 368h448c0-115.6-87.6-210.8-200-222.7V112h16c13.3 0 24-10.7 24-24s-10.7-24-24-24h-80M24 400c-13.3 0-24 10.7-24 24s10.7 24 24 24h464c13.3 0 24-10.7 24-24s-10.7-24-24-24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/bell-slash.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/bell-slash.svg new file mode 100644 index 0000000..2d16c53 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/bell-slash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2s-6.3 25.5 4.1 33.7l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-90.2-70.7c.2-.4.4-.9.6-1.3 5.2-11.5 3.1-25-5.3-34.4l-7.4-8.3c-31.2-35.2-48.5-80.5-48.5-127.6V208c0-77.4-55-142-128-156.8V32c0-17.7-14.3-32-32-32s-32 14.3-32 32v19.2c-42.6 8.6-79 34.2-102 69.3zM406.2 416 160 222.1v4.8c0 47-17.3 92.4-48.5 127.6l-7.4 8.3c-8.4 9.4-10.4 22.9-5.3 34.4S115.4 416 128 416zm-40.9 77.3c12-12 18.7-28.3 18.7-45.3H256c0 17 6.7 33.3 18.7 45.3S303 512 320 512s33.3-6.7 45.3-18.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/bell.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/bell.svg new file mode 100644 index 0000000..79ec094 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/bell.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M224 0c-17.7 0-32 14.3-32 32v19.2C119 66 64 130.6 64 208v18.8c0 47-17.3 92.4-48.5 127.6l-7.4 8.3c-8.4 9.4-10.4 22.9-5.3 34.4S19.4 416 32 416h384c12.6 0 24-7.4 29.2-18.9s3.1-25-5.3-34.4l-7.4-8.3c-31.2-35.2-48.5-80.5-48.5-127.6V208c0-77.4-55-142-128-156.8V32c0-17.7-14.3-32-32-32m45.3 493.3c12-12 18.7-28.3 18.7-45.3H160c0 17 6.7 33.3 18.7 45.3S207 512 224 512s33.3-6.7 45.3-18.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/bezier-curve.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/bezier-curve.svg new file mode 100644 index 0000000..f5a55bc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/bezier-curve.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M296 136V88h48v48zm-8-104c-26.5 0-48 21.5-48 48v4H121.6C111.2 62.7 89.3 48 64 48 28.7 48 0 76.7 0 112s28.7 64 64 64c25.3 0 47.2-14.7 57.6-36h66.9c-58.9 39.6-98.9 105-104 180H80c-26.5 0-48 21.5-48 48v64c0 26.5 21.5 48 48 48h64c26.5 0 48-21.5 48-48v-64c0-26.5-21.5-48-48-48h-3.3c5.9-67 48.5-123.4 107.5-149.1 8.6 12.7 23.2 21.1 39.8 21.1h64c16.6 0 31.1-8.4 39.8-21.1 59 25.7 101.6 82.1 107.5 149.1H496c-26.5 0-48 21.5-48 48v64c0 26.5 21.5 48 48 48h64c26.5 0 48-21.5 48-48v-64c0-26.5-21.5-48-48-48h-4.5c-5-75-45.1-140.4-104-180h66.9c10.4 21.3 32.3 36 57.6 36 35.3 0 64-28.7 64-64s-28.7-64-64-64c-25.3 0-47.2 14.7-57.6 36H400v-4c0-26.5-21.5-48-48-48zM88 376h48v48H88zm416 48v-48h48v48z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/bicycle.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/bicycle.svg new file mode 100644 index 0000000..50c55c3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/bicycle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M312 32c-13.3 0-24 10.7-24 24s10.7 24 24 24h25.7l34.6 64H222.9l-27.4-38c-4.5-6.3-11.8-10-19.5-10h-56c-13.3 0-24 10.7-24 24s10.7 24 24 24h43.7l22.1 30.7-26.6 53.1c-10-2.5-20.5-3.8-31.2-3.8C57.3 224 0 281.3 0 352s57.3 128 128 128c65.3 0 119.1-48.9 127-112h49c8.5 0 16.3-4.5 20.7-11.8l84.8-143.5 21.7 40.1C402.4 276.3 384 312 384 352c0 70.7 57.3 128 128 128s128-57.3 128-128-57.3-128-128-128c-13.5 0-26.5 2.1-38.7 6L375.4 48.8C369.8 38.4 359 32 347.2 32zm146.6 271.7 32.3 59.7c6.3 11.7 20.9 16 32.5 9.7s16-20.9 9.7-32.5l-32.3-59.7c3.6-.6 7.4-.9 11.2-.9 39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72c0-18.6 7-35.5 18.6-48.3M133.2 368h65c-7.3 32.1-36 56-70.2 56-39.8 0-72-32.2-72-72s32.2-72 72-72c1.7 0 3.4.1 5.1.2l-24.2 48.5c-9 18.1 4.1 39.4 24.3 39.4zm33.7-48 50.7-101.3 72.9 101.2-.1.1zm90.6-128H366l-49 82.8-59.6-82.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/binoculars.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/binoculars.svg new file mode 100644 index 0000000..21acf06 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/binoculars.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M128 32h32c17.7 0 32 14.3 32 32v32H96V64c0-17.7 14.3-32 32-32m64 96v320c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32v-59.1c0-34.6 9.4-68.6 27.2-98.3C40.9 267.8 49.7 242.4 53 216l7.5-60c2-16 15.6-28 31.8-28h99.8zm227.8 0c16.1 0 29.8 12 31.8 28l7.4 60c3.3 26.4 12.1 51.8 25.8 74.6 17.8 29.7 27.2 63.7 27.2 98.3V448c0 17.7-14.3 32-32 32H352c-17.7 0-32-14.3-32-32V128zM320 64c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32v32h-96zm-32 64v160h-64V128z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/biohazard.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/biohazard.svg new file mode 100644 index 0000000..04f71b7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/biohazard.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M173.2 0c-1.8 0-3.5.7-4.8 2C138.5 32.3 120 74 120 120c0 26.2 6 50.9 16.6 73-22 2.4-43.8 9.1-64.2 20.5-34.5 19.3-59.1 48.9-72 82.5-.7 1.7-.5 3.7.5 5.2 2.2 3.7 7.4 4.3 10.6 1.3C64.2 254.3 158 245.1 205 324s-8.1 153.1-77.6 173.2c-4.2 1.2-6.3 5.9-4.1 9.6 1 1.6 2.6 2.7 4.5 3 36.5 5.9 75.2.1 109.7-19.2 20.4-11.4 37.4-26.5 50.5-43.8 13.1 17.3 30.1 32.4 50.5 43.8 34.5 19.3 73.3 25.2 109.7 19.2 1.9-.3 3.5-1.4 4.5-3 2.2-3.7.1-8.4-4.1-9.6C379.1 477.1 324 403 371 324s140.7-69.8 193.5-21.4c3.2 2.9 8.4 2.3 10.6-1.3 1-1.6 1.1-3.5.5-5.2-12.9-33.6-37.5-63.2-72.1-82.5a168.8 168.8 0 0 0-64.2-20.5C450 170.9 456 146.2 456 120c0-46-18.5-87.7-48.4-118-1.3-1.3-3-2-4.8-2-5 0-8.4 5.2-6.7 9.9C421.7 80.5 385.6 176 288 176S154.3 80.5 179.9 9.9c1.7-4.7-1.6-9.9-6.7-9.9M240 272a48 48 0 1 1 96 0 48 48 0 1 1-96 0m-58.3 145.6c6.3-11.8 9.8-25.1 8.6-39.8-19.5-18-34-41.4-41.2-67.8-12.5-8.1-26.2-11.8-40-12.4-9-.4-18.1.6-27.1 2.7 7.8 57.1 38.7 106.8 82.9 139.4 6.8-6.7 12.6-14.1 16.8-22.1M288 64c-28.8 0-56.3 5.9-81.2 16.5 2 8.3 5 16.2 9 23.5 6.8 12.4 16.7 23.1 30.1 30.3 13.3-4.1 27.5-6.3 42.2-6.3s28.8 2.2 42.2 6.3c13.4-7.2 23.3-17.9 30.1-30.3 4-7.3 7-15.2 9-23.5C344.3 69.9 316.8 64 288 64m138.9 246c-7.2 26.4-21.7 49.7-41.2 67.8-1.2 14.7 2.2 28.1 8.6 39.8 4.3 8 10 15.4 16.8 22.1 44.3-32.6 75.2-82.3 82.9-139.4-9-2.2-18.1-3.1-27.1-2.7-13.8.6-27.5 4.4-40 12.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/bitcoin-sign.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/bitcoin-sign.svg new file mode 100644 index 0000000..e25b550 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/bitcoin-sign.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M48 32C48 14.3 62.3 0 80 0s32 14.3 32 32v32h32V32c0-17.7 14.3-32 32-32s32 14.3 32 32v32c0 1.5-.1 3.1-.3 4.5C254.1 82.2 288 125.1 288 176c0 24.2-7.7 46.6-20.7 64.9 31.7 19.8 52.7 55 52.7 95.1 0 61.9-50.1 112-112 112v32c0 17.7-14.3 32-32 32s-32-14.3-32-32v-32h-32v32c0 17.7-14.3 32-32 32s-32-14.3-32-32v-32h-6.3C18.7 448 0 429.3 0 406.3V101.6C0 80.8 16.8 64 37.6 64H48zm16 192h112c26.5 0 48-21.5 48-48s-21.5-48-48-48H64zm112 64H64v96h144c26.5 0 48-21.5 48-48s-21.5-48-48-48z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/blender-phone.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/blender-phone.svg new file mode 100644 index 0000000..b1cc99f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/blender-phone.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M224 352 196.8 52.3C194.2 24.2 216.3 0 244.6 0h289.5c21.1 0 36.4 20.1 30.9 40.4L558.5 64H400c-8.8 0-16 7.2-16 16s7.2 16 16 16h149.8l-17.5 64H400c-8.8 0-16 7.2-16 16s7.2 16 16 16h123.6l-17.5 64H400c-8.8 0-16 7.2-16 16s7.2 16 16 16h97.5L480 352zm-16 32h288c26.5 0 48 21.5 48 48v32c0 26.5-21.5 48-48 48H208c-26.5 0-48-21.5-48-48v-32c0-26.5 21.5-48 48-48m144 96a32 32 0 1 0 0-64 32 32 0 1 0 0 64M147.5 30.7c10.8 6.7 15.3 21 10.6 33.4l-22 57.8c-4.2 10.9-14.5 17.6-25.3 16.4l-33.3-3.6c-13.6 42.2-13.6 88.4 0 130.7l33.3-3.6c10.9-1.2 21.2 5.5 25.3 16.4l22 57.8c4.7 12.4.2 26.7-10.6 33.4l-44 27.2c-9.7 6-21.9 4.2-29.8-4.3C-24.6 286-24.6 114 73.7 7.8c7.9-8.5 20.1-10.3 29.8-4.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/blender.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/blender.svg new file mode 100644 index 0000000..4d07119 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/blender.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 64C0 28.7 28.7 0 64 0h406.1c21.1 0 36.4 20.1 30.9 40.4L494.5 64H336c-8.8 0-16 7.2-16 16s7.2 16 16 16h149.8l-17.5 64H336c-8.8 0-16 7.2-16 16s7.2 16 16 16h123.6l-17.5 64H336c-8.8 0-16 7.2-16 16s7.2 16 16 16h97.5L416 352H160l-8.7-96H64c-35.3 0-64-28.7-64-64zm145.5 128L133.8 64H64v128zM144 384h288c26.5 0 48 21.5 48 48v32c0 26.5-21.5 48-48 48H144c-26.5 0-48-21.5-48-48v-32c0-26.5 21.5-48 48-48m144 96a32 32 0 1 0 0-64 32 32 0 1 0 0 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/blog.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/blog.svg new file mode 100644 index 0000000..cfd1e4c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/blog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M192 32c0 17.7 14.3 32 32 32 123.7 0 224 100.3 224 224 0 17.7 14.3 32 32 32s32-14.3 32-32C512 128.9 383.1 0 224 0c-17.7 0-32 14.3-32 32m0 96c0 17.7 14.3 32 32 32 70.7 0 128 57.3 128 128 0 17.7 14.3 32 32 32s32-14.3 32-32c0-106-86-192-192-192-17.7 0-32 14.3-32 32m-96 16c0-26.5-21.5-48-48-48S0 117.5 0 144v224c0 79.5 64.5 144 144 144s144-64.5 144-144-64.5-144-144-144h-16v96h16c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/bold.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/bold.svg new file mode 100644 index 0000000..a4a4be1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/bold.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 64c0-17.7 14.3-32 32-32h192c70.7 0 128 57.3 128 128 0 31.3-11.3 60.1-30 82.3 37.1 22.4 62 63.1 62 109.7 0 70.7-57.3 128-128 128H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h16V96H32C14.3 96 0 81.7 0 64m224 160c35.3 0 64-28.7 64-64s-28.7-64-64-64H112v128zm-112 64v128h144c35.3 0 64-28.7 64-64s-28.7-64-64-64H112"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/bolt-lightning.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/bolt-lightning.svg new file mode 100644 index 0000000..e393de8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/bolt-lightning.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 256 28.5 28c2-16 15.6-28 31.8-28h168.6c15 0 27.1 12.1 27.1 27.1 0 3.2-.6 6.5-1.7 9.5L208 160h139.3c20.2 0 36.7 16.4 36.7 36.7 0 7.4-2.2 14.6-6.4 20.7l-192.2 281c-5.9 8.6-15.6 13.7-25.9 13.7h-2.9c-15.7 0-28.5-12.8-28.5-28.5q0-3.45.9-6.9L176 288H32c-17.7 0-32-14.3-32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/bolt.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/bolt.svg new file mode 100644 index 0000000..3245fdd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/bolt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M349.4 44.6c5.9-13.7 1.5-29.7-10.6-38.5s-28.6-8-39.9 1.8l-256 224c-10 8.8-13.6 22.9-8.9 35.3S50.7 288 64 288h111.5L98.6 467.4c-5.9 13.7-1.5 29.7 10.6 38.5s28.6 8 39.9-1.8l256-224c10-8.8 13.6-22.9 8.9-35.3s-16.6-20.7-30-20.7H272.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/bomb.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/bomb.svg new file mode 100644 index 0000000..3ae74aa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/bomb.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M459.1 52.4 442.6 6.5c-1.9-3.9-6.1-6.5-10.5-6.5s-8.5 2.6-10.4 6.5l-16.5 45.9-46 16.8c-4.3 1.6-7.3 5.9-7.2 10.4 0 4.5 3 8.7 7.2 10.2l45.7 16.8 16.8 45.8c1.5 4.4 5.8 7.5 10.4 7.5s8.9-3.1 10.4-7.5l16.5-45.8 45.7-16.8c4.2-1.5 7.2-5.7 7.2-10.2 0-4.6-3-8.9-7.2-10.4zm-132.4 53c-12.5-12.5-32.8-12.5-45.3 0l-2.9 2.9c-22-8-45.8-12.3-70.5-12.3C93.1 96 0 189.1 0 304s93.1 208 208 208 208-93.1 208-208c0-24.7-4.3-48.5-12.2-70.5l2.9-2.9c12.5-12.5 12.5-32.8 0-45.3l-80-80zM200 192c-57.4 0-104 46.6-104 104v8c0 8.8-7.2 16-16 16s-16-7.2-16-16v-8c0-75.1 60.9-136 136-136h8c8.8 0 16 7.2 16 16s-7.2 16-16 16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/bone.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/bone.svg new file mode 100644 index 0000000..681db62 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/bone.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M153.7 144.8c6.9 16.3 20.6 31.2 38.3 31.2h192c17.7 0 31.4-14.9 38.3-31.2C434.4 116.1 462.9 96 496 96c44.2 0 80 35.8 80 80 0 30.4-17 56.9-42 70.4-3.6 1.9-6 5.5-6 9.6s2.4 7.7 6 9.6c25 13.5 42 40 42 70.4 0 44.2-35.8 80-80 80-33.1 0-61.6-20.1-73.7-48.8-6.9-16.3-20.6-31.2-38.3-31.2H192c-17.7 0-31.4 14.9-38.3 31.2C141.6 395.9 113.1 416 80 416c-44.2 0-80-35.8-80-80 0-30.4 17-56.9 42-70.4 3.6-1.9 6-5.5 6-9.6s-2.4-7.7-6-9.6c-25-13.5-42-40-42-70.4 0-44.2 35.8-80 80-80 33.1 0 61.6 20.1 73.7 48.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/bong.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/bong.svg new file mode 100644 index 0000000..9d6b031 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/bong.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M160 208.5c0 29.1-15.6 53.9-37.2 67.8-17.2 11.1-31.5 26.1-41.7 43.7h221.8c-10.2-17.6-24.5-32.6-41.7-43.7-21.6-13.9-37.2-38.7-37.2-67.8V64h-64zM288 64v144.5c0 5.7 3.1 10.9 7.9 14 11.2 7.2 21.5 15.5 30.9 24.8l39.3-39.3-7-7c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l24 24 24 24c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-7-7-43.3 43.3C374 314.1 384 347.9 384 384c0 39.4-11.9 76.1-32.2 106.5-9.6 14.4-26.5 21.5-43.8 21.5H76.1c-17.3 0-34.2-7.1-43.8-21.5C11.9 460.1 0 423.4 0 384c0-67.8 35.1-127.3 88.1-161.5 4.8-3.1 7.9-8.3 7.9-14V64c-17.7 0-32-14.3-32-32S78.3 0 96 0h192c17.7 0 32 14.3 32 32s-14.3 32-32 32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/book-atlas.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/book-atlas.svg new file mode 100644 index 0000000..2709f28 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/book-atlas.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 96C0 43 43 0 96 0h320c17.7 0 32 14.3 32 32v320c0 17.7-14.3 32-32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32H96c-53 0-96-43-96-96zm64 320c0 17.7 14.3 32 32 32h256v-64H96c-17.7 0-32 14.3-32 32m183.4-132.2c-3.7 3.7-6.2 4.2-7.4 4.2s-3.7-.5-7.4-4.2c-3.8-3.7-8-10-11.8-18.9-6.2-14.5-10.8-34.3-12.2-56.9h63c-1.5 22.6-6 42.4-12.2 56.9-3.8 8.9-8 15.2-11.8 18.9zm42.7-9.9c7.3-18.3 12-41.1 13.4-65.9h31.1c-4.7 27.9-21.4 51.7-44.5 65.9m0-163.8c23.2 14.2 39.9 38 44.5 65.9h-31.1c-1.4-24.7-6.1-47.5-13.4-65.9M368 192a128 128 0 1 0-256 0 128 128 0 1 0 256 0m-222.7 16h31.1c1.4 24.7 6.1 47.5 13.4 65.9-23.2-14.2-39.9-38-44.5-65.9m31.1-32h-31.1c4.7-27.9 21.4-51.7 44.5-65.9-7.3 18.3-12 41.1-13.4 65.9m56.1-75.8c3.7-3.7 6.2-4.2 7.4-4.2s3.7.5 7.4 4.2c3.8 3.7 8 10 11.8 18.9 6.2 14.5 10.8 34.3 12.2 56.9h-63c1.5-22.6 6-42.4 12.2-56.9 3.8-8.9 8-15.2 11.8-18.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/book-bible.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/book-bible.svg new file mode 100644 index 0000000..e357c55 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/book-bible.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 0C43 0 0 43 0 96v320c0 53 43 96 96 96h320c17.7 0 32-14.3 32-32s-14.3-32-32-32v-64c17.7 0 32-14.3 32-32V32c0-17.7-14.3-32-32-32H96m0 384h256v64H96c-17.7 0-32-14.3-32-32s14.3-32 32-32M208 80c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v48h48c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-48v112c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16V192h-48c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16h48z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/book-bookmark.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/book-bookmark.svg new file mode 100644 index 0000000..22f1568 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/book-bookmark.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 96C0 43 43 0 96 0h96v190.7c0 13.4 15.5 20.9 26 12.5l54-43.2 54 43.2c10.5 8.4 26 .9 26-12.5V0h64c17.7 0 32 14.3 32 32v320c0 17.7-14.3 32-32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32H96c-53 0-96-43-96-96zm64 320c0 17.7 14.3 32 32 32h256v-64H96c-17.7 0-32 14.3-32 32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/book-journal-whills.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/book-journal-whills.svg new file mode 100644 index 0000000..b9a25f8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/book-journal-whills.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 96C0 43 43 0 96 0h320c17.7 0 32 14.3 32 32v320c0 17.7-14.3 32-32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32H96c-53 0-96-43-96-96zm64 320c0 17.7 14.3 32 32 32h256v-64H96c-17.7 0-32 14.3-32 32m90.4-234.4-21.2-21.2c-3 10.1-5.1 20.6-5.1 31.6 0 .2 0 .5.1.8s.1.5.1.8l36.9 32.4c2.5 2.1 3.4 5.8 2.3 8.9-1.3 3-4.1 5.1-7.5 5.1-1.9-.1-3.8-.8-5.2-2l-23.6-20.6C142.8 267 186.9 304 240 304s97.3-37 108.9-86.6L325.3 238c-1.4 1.2-3.3 2-5.3 2-2.2-.1-4.4-1.1-6-2.8-1.2-1.5-1.9-3.4-2-5.2.1-2.2 1.1-4.4 2.8-6l37.1-32.5c0-.3 0-.5.1-.8s.1-.5.1-.8c0-11-2.1-21.5-5.1-31.6l-21.2 21.2c-3.1 3.1-8.1 3.1-11.3 0s-3.1-8.1 0-11.2l26.4-26.5c-8.2-17-20.5-31.7-35.9-42.6-2.7-1.9-6.2 1.4-5 4.5 8.5 22.4 3.6 48-13 65.6-3.2 3.4-3.6 8.9-.9 12.7 9.8 14 12.7 31.9 7.5 48.5-5.9 19.4-22 34.1-41.9 38.3l-1.4-34.3 12.6 8.6c.6.4 1.5.6 2.3.6 1.5 0 2.7-.8 3.5-2s.6-2.8-.1-4l-8.6-14.3 18-3.6c1.8-.4 3.1-2.1 3.1-4s-1.4-3.5-3.1-3.9l-18-3.7 8.5-14.3c.8-1.2.9-2.9.1-4.1s-2-2-3.5-2h-.1c-.7.1-1.5.3-2.1.7l-14.1 9.6L244 87.9c-.1-2.2-1.9-3.9-4-3.9s-3.9 1.6-4 3.9l-4.6 110.8-12-8.1c-1.5-1.1-3.6-.9-5 .4s-1.6 3.4-.8 5l8.6 14.3-18 3.7c-1.8.4-3.1 2-3.1 3.9s1.4 3.6 3.1 4l18 3.8-8.6 14.2c-.2.6-.5 1.4-.5 2 0 1.1.5 2.1 1.2 3 .8.6 1.8 1 2.8 1 .7 0 1.6-.2 2.2-.6l10.4-7.1-1.4 32.8c-19.9-4.1-36-18.9-41.9-38.3-5.1-16.6-2.2-34.4 7.6-48.5 2.7-3.9 2.3-9.3-.9-12.7-16.6-17.5-21.6-43.1-13.1-65.5 1.2-3.1-2.3-6.4-5-4.5-15.3 10.9-27.6 25.6-35.8 42.6l26.4 26.5c3.1 3.1 3.1 8.1 0 11.2s-8.1 3.1-11.2 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/book-medical.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/book-medical.svg new file mode 100644 index 0000000..feb136a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/book-medical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 96C0 43 43 0 96 0h320c17.7 0 32 14.3 32 32v320c0 17.7-14.3 32-32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32H96c-53 0-96-43-96-96zm64 320c0 17.7 14.3 32 32 32h256v-64H96c-17.7 0-32 14.3-32 32m144-304v48h-48c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16h-48v-48c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/book-open-reader.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/book-open-reader.svg new file mode 100644 index 0000000..64aaf8a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/book-open-reader.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M160 96a96 96 0 1 1 192 0 96 96 0 1 1-192 0m80 152v264l-48.4-24.2c-20.9-10.4-43.5-17-66.8-19.3l-96-9.6C12.5 457.2 0 443.5 0 427V224c0-17.7 14.3-32 32-32h30.3c63.6 0 125.6 19.6 177.7 56m32 264V248c52.1-36.4 114.1-56 177.7-56H480c17.7 0 32 14.3 32 32v203c0 16.4-12.5 30.2-28.8 31.8l-96 9.6c-23.2 2.3-45.9 8.9-66.8 19.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/book-open.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/book-open.svg new file mode 100644 index 0000000..c5f7fd3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/book-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M249.6 471.5c10.8 3.8 22.4-4.1 22.4-15.5V78.6c0-4.2-1.6-8.4-5-11C247.4 52 202.4 32 144 32 93.5 32 46.3 45.3 18.1 56.1 6.8 60.5 0 71.7 0 83.8v370.3c0 11.9 12.8 20.2 24.1 16.5C55.6 460.1 105.5 448 144 448c33.9 0 79 14 105.6 23.5m76.8 0C353 462 398.1 448 432 448c38.5 0 88.4 12.1 119.9 22.6 11.3 3.8 24.1-4.6 24.1-16.5V83.8c0-12.1-6.8-23.3-18.1-27.6C529.7 45.3 482.5 32 432 32c-58.4 0-103.4 20-123 35.6-3.3 2.6-5 6.8-5 11V456c0 11.4 11.7 19.3 22.4 15.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/book-quran.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/book-quran.svg new file mode 100644 index 0000000..0a61d55 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/book-quran.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M352 0c53 0 96 43 96 96v320c0 53-43 96-96 96H32c-17.7 0-32-14.3-32-32s14.3-32 32-32v-64c-17.7 0-32-14.3-32-32V32C0 14.3 14.3 0 32 0h320m0 384H96v64h256c17.7 0 32-14.3 32-32s-14.3-32-32-32m-77.9-233.8-8.9 21.4-23.1 1.9c-5.7.5-8 7.5-3.7 11.2l17.6 15.1-5.4 22.6c-1.3 5.5 4.7 9.9 9.6 6.9l19.8-12.1 19.8 12.1c4.9 3 10.9-1.4 9.6-6.9l-5.4-22.6 17.6-15.1c4.3-3.7 2-10.8-3.7-11.2l-23.1-1.9-8.9-21.4c-2.2-5.3-9.6-5.3-11.8 0M96 192c0 70.7 57.3 128 128 128 25.6 0 49.5-7.5 69.5-20.5 3.2-2.1 4.5-6.2 3.1-9.7s-5.2-5.6-9-4.8c-6.1 1.2-12.5 1.9-19 1.9-52.4 0-94.9-42.5-94.9-94.9s42.5-94.9 94.9-94.9c6.5 0 12.8.7 19 1.9 3.8.8 7.5-1.3 9-4.8s.2-7.6-3.1-9.7c-20-13-43.9-20.5-69.5-20.5-70.7 0-128 57.3-128 128"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/book-skull.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/book-skull.svg new file mode 100644 index 0000000..baefa26 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/book-skull.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 96C0 43 43 0 96 0h320c17.7 0 32 14.3 32 32v320c0 17.7-14.3 32-32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32H96c-53 0-96-43-96-96zm64 320c0 17.7 14.3 32 32 32h256v-64H96c-17.7 0-32 14.3-32 32m256-304c0-35.3-35.8-64-80-64s-80 28.7-80 64c0 20.9 12.6 39.5 32 51.2V176c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16v-12.8c19.4-11.7 32-30.3 32-51.2M208 96a16 16 0 1 1 0 32 16 16 0 1 1 0-32m48 16a16 16 0 1 1 32 0 16 16 0 1 1-32 0m-121.7 97.3c-8.1-3.5-17.5.3-21 8.4s.3 17.5 8.4 21l77.7 33.3-77.7 33.3c-8.1 3.5-11.9 12.9-8.4 21s12.9 11.9 21 8.4L240 289.4l105.7 45.3c8.1 3.5 17.5-.3 21-8.4s-.3-17.5-8.4-21L280.6 272l77.7-33.3c8.1-3.5 11.9-12.9 8.4-21s-12.9-11.9-21-8.4L240 254.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/book-tanakh.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/book-tanakh.svg new file mode 100644 index 0000000..ef49bba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/book-tanakh.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M352 0c53 0 96 43 96 96v320c0 53-43 96-96 96H32c-17.7 0-32-14.3-32-32s14.3-32 32-32v-64c-17.7 0-32-14.3-32-32V32C0 14.3 14.3 0 32 0h320m0 384H96v64h256c17.7 0 32-14.3 32-32s-14.3-32-32-32M138.7 208l13.9 24h-27.7l13.9-24zm-13.9-24-27.7 48c-6.2 10.7 1.5 24 13.9 24h55.4l27.7 48c6.2 10.7 21.6 10.7 27.7 0l27.7-48h55.4c12.3 0 20-13.3 13.9-24l-27.7-48 27.7-48c6.2-10.7-1.5-24-13.9-24h-55.4l-27.6-48c-6.2-10.7-21.6-10.7-27.7 0l-27.7 48H111c-12.3 0-20 13.3-13.9 24zm27.7 0 27.7-48h55.4l27.7 48-27.7 48h-55.4zm0-48-13.9 24-13.9-24h27.7zm41.6-24L208 88l13.9 24h-27.7zm69.3 24h27.7l-13.9 24-13.9-24zm13.9 72 13.9 24h-27.7l13.9-24zm-55.4 48L208 280l-13.9-24h27.7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/book.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/book.svg new file mode 100644 index 0000000..662ea7b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/book.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 0C43 0 0 43 0 96v320c0 53 43 96 96 96h320c17.7 0 32-14.3 32-32s-14.3-32-32-32v-64c17.7 0 32-14.3 32-32V32c0-17.7-14.3-32-32-32H96m0 384h256v64H96c-17.7 0-32-14.3-32-32s14.3-32 32-32m32-240c0-8.8 7.2-16 16-16h192c8.8 0 16 7.2 16 16s-7.2 16-16 16H144c-8.8 0-16-7.2-16-16m16 48h192c8.8 0 16 7.2 16 16s-7.2 16-16 16H144c-8.8 0-16-7.2-16-16s7.2-16 16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/bookmark.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/bookmark.svg new file mode 100644 index 0000000..19d54ad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/bookmark.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 48v439.7C0 501.1 10.9 512 24.3 512c5 0 9.9-1.5 14-4.4L192 400l153.7 107.6c4.1 2.9 9 4.4 14 4.4 13.4 0 24.3-10.9 24.3-24.3V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/border-all.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/border-all.svg new file mode 100644 index 0000000..93978df --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/border-all.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M384 96v128H256V96zm0 192v128H256V288zm-192-64H64V96h128zM64 288h128v128H64zm0-256C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/border-none.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/border-none.svg new file mode 100644 index 0000000..6942ee2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/border-none.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 480a32 32 0 1 1 0-64 32 32 0 1 1 0 64m96-64a32 32 0 1 1 0 64 32 32 0 1 1 0-64m0-384a32 32 0 1 1 0 64 32 32 0 1 1 0-64m0 256a32 32 0 1 1 0-64 32 32 0 1 1 0 64m192 128a32 32 0 1 1 0 64 32 32 0 1 1 0-64m0-320a32 32 0 1 1 0-64 32 32 0 1 1 0 64m0 128a32 32 0 1 1 0 64 32 32 0 1 1 0-64m-96 256a32 32 0 1 1 0-64 32 32 0 1 1 0 64m0-448a32 32 0 1 1 0 64 32 32 0 1 1 0-64m0 256a32 32 0 1 1 0-64 32 32 0 1 1 0 64m192 128a32 32 0 1 1 0 64 32 32 0 1 1 0-64m0-384a32 32 0 1 1 0 64 32 32 0 1 1 0-64M32 96a32 32 0 1 1 0-64 32 32 0 1 1 0 64m384 128a32 32 0 1 1 0 64 32 32 0 1 1 0-64M32 288a32 32 0 1 1 0-64 32 32 0 1 1 0 64m192 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64m192 64a32 32 0 1 1 0-64 32 32 0 1 1 0 64M32 320a32 32 0 1 1 0 64 32 32 0 1 1 0-64m384-128a32 32 0 1 1 0-64 32 32 0 1 1 0 64M32 128a32 32 0 1 1 0 64 32 32 0 1 1 0-64m192 64a32 32 0 1 1 0-64 32 32 0 1 1 0 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/border-top-left.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/border-top-left.svg new file mode 100644 index 0000000..b3a8271 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/border-top-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 448c0 17.7 14.3 32 32 32s32-14.3 32-32V112c0-8.8 7.2-16 16-16h336c17.7 0 32-14.3 32-32s-14.3-32-32-32H80C35.8 32 0 67.8 0 112zm160 0a32 32 0 1 0-64 0 32 32 0 1 0 64 0m192 0a32 32 0 1 0-64 0 32 32 0 1 0 64 0m-96 0a32 32 0 1 0-64 0 32 32 0 1 0 64 0m192 0a32 32 0 1 0-64 0 32 32 0 1 0 64 0m-32-160a32 32 0 1 0 0-64 32 32 0 1 0 0 64m0 32a32 32 0 1 0 0 64 32 32 0 1 0 0-64m0-128a32 32 0 1 0 0-64 32 32 0 1 0 0 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/bore-hole.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/bore-hole.svg new file mode 100644 index 0000000..cfee1dc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/bore-hole.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 0c-17.7 0-32 14.3-32 32v264.6c-19.1 11.1-32 31.7-32 55.4 0 35.3 28.7 64 64 64s64-28.7 64-64c0-23.7-12.9-44.4-32-55.4V32c0-17.7-14.3-32-32-32M48 128c-26.5 0-48 21.5-48 48v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V176c0-26.5-21.5-48-48-48h-80c-17.7 0-32 14.3-32 32v192c0 53-43 96-96 96s-96-43-96-96V160c0-17.7-14.3-32-32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/bottle-droplet.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/bottle-droplet.svg new file mode 100644 index 0000000..e023183 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/bottle-droplet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 0C82.7 0 72 10.7 72 24s10.7 24 24 24c4.4 0 8 3.6 8 8v64.9c0 12.2-7.2 23.1-17.2 30.1C53.7 174.1 32 212.5 32 256v192c0 35.3 28.7 64 64 64h128c35.3 0 64-28.7 64-64V256c0-43.5-21.7-81.9-54.8-105-10-7-17.2-17.9-17.2-30.1V56c0-4.4 3.6-8 8-8 13.3 0 24-10.7 24-24S237.3 0 224 0H96m64 382c-26.5 0-48-20.1-48-45 0-16.8 22.1-48.1 36.3-66.4 6-7.8 17.5-7.8 23.5 0 14.1 18.3 36.2 49.6 36.2 66.4 0 24.9-21.5 45-48 45"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/bottle-water.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/bottle-water.svg new file mode 100644 index 0000000..945485f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/bottle-water.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M120 0h80c13.3 0 24 10.7 24 24v40H96V24c0-13.3 10.7-24 24-24M32 167.5c0-19.5 10-37.6 26.6-47.9l15.8-9.9c14.3-9 30.8-13.7 47.7-13.7h75.8c16.9 0 33.4 4.7 47.7 13.7l15.8 9.9C278 129.9 288 148 288 167.5c0 17-7.5 32.3-19.4 42.6 12 11.6 19.4 27.9 19.4 45.9 0 19.1-8.4 36.3-21.7 48 13.3 11.7 21.7 28.9 21.7 48s-8.4 36.3-21.7 48c13.3 11.7 21.7 28.9 21.7 48 0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64 0-19.1 8.4-36.3 21.7-48C40.4 388.3 32 371.1 32 352s8.4-36.3 21.7-48C40.4 292.3 32 275.1 32 256c0-18 7.4-34.3 19.4-45.9C39.5 199.7 32 184.5 32 167.5M96 240c0 8.8 7.2 16 16 16h96c8.8 0 16-7.2 16-16s-7.2-16-16-16h-96c-8.8 0-16 7.2-16 16m16 112c-8.8 0-16 7.2-16 16s7.2 16 16 16h96c8.8 0 16-7.2 16-16s-7.2-16-16-16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/bowl-food.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/bowl-food.svg new file mode 100644 index 0000000..b5f4c8c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/bowl-food.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 192c0-35.3 28.7-64 64-64h1.6C73 91.5 105.3 64 144 64c15 0 29 4.1 40.9 11.2C198.2 49.6 225.1 32 256 32s57.8 17.6 71.1 43.2C339 68.1 353 64 368 64c38.7 0 71 27.5 78.4 64h1.6c35.3 0 64 28.7 64 64 0 11.7-3.1 22.6-8.6 32H8.6C3.1 214.6 0 203.7 0 192m0 91.4C0 268.3 12.3 256 27.4 256h457.1c15.1 0 27.4 12.3 27.4 27.4 0 70.5-44.4 130.7-106.7 154.1l-1.7 14.5c-2 16-15.6 28-31.8 28H140.2c-16.1 0-29.8-12-31.8-28l-1.8-14.4C44.4 414.1 0 353.9 0 283.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/bowl-rice.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/bowl-rice.svg new file mode 100644 index 0000000..0426a45 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/bowl-rice.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M176 56c0-13.3 10.7-24 24-24h16c13.3 0 24 10.7 24 24s-10.7 24-24 24h-16c-13.3 0-24-10.7-24-24m24 48h16c13.3 0 24 10.7 24 24s-10.7 24-24 24h-16c-13.3 0-24-10.7-24-24s10.7-24 24-24M56 176h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H56c-13.3 0-24-10.7-24-24s10.7-24 24-24M0 283.4C0 268.3 12.3 256 27.4 256h457.1c15.1 0 27.4 12.3 27.4 27.4 0 70.5-44.4 130.7-106.7 154.1l-1.7 14.5c-2 16-15.6 28-31.8 28H140.2c-16.1 0-29.8-12-31.8-28l-1.8-14.4C44.4 414.1 0 353.9 0 283.4M224 200c0-13.3 10.7-24 24-24h16c13.3 0 24 10.7 24 24s-10.7 24-24 24h-16c-13.3 0-24-10.7-24-24m-96 0c0-13.3 10.7-24 24-24h16c13.3 0 24 10.7 24 24s-10.7 24-24 24h-16c-13.3 0-24-10.7-24-24m-24-96h16c13.3 0 24 10.7 24 24s-10.7 24-24 24h-16c-13.3 0-24-10.7-24-24s10.7-24 24-24m216 96c0-13.3 10.7-24 24-24h16c13.3 0 24 10.7 24 24s-10.7 24-24 24h-16c-13.3 0-24-10.7-24-24m-24-96h16c13.3 0 24 10.7 24 24s-10.7 24-24 24h-16c-13.3 0-24-10.7-24-24s10.7-24 24-24m120 96c0-13.3 10.7-24 24-24h16c13.3 0 24 10.7 24 24s-10.7 24-24 24h-16c-13.3 0-24-10.7-24-24m-24-96h16c13.3 0 24 10.7 24 24s-10.7 24-24 24h-16c-13.3 0-24-10.7-24-24s10.7-24 24-24m-96-72h16c13.3 0 24 10.7 24 24s-10.7 24-24 24h-16c-13.3 0-24-10.7-24-24s10.7-24 24-24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/bowling-ball.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/bowling-ball.svg new file mode 100644 index 0000000..60fb572 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/bowling-ball.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512M240 80a32 32 0 1 1 0 64 32 32 0 1 1 0-64m-32 128a32 32 0 1 1 64 0 32 32 0 1 1-64 0m-64-64a32 32 0 1 1 0 64 32 32 0 1 1 0-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/box-archive.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/box-archive.svg new file mode 100644 index 0000000..62da051 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/box-archive.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 32h448c17.7 0 32 14.3 32 32v32c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V64c0-17.7 14.3-32 32-32m0 128h448v256c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64zm128 80c0 8.8 7.2 16 16 16h160c8.8 0 16-7.2 16-16s-7.2-16-16-16H176c-8.8 0-16 7.2-16 16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/box-open.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/box-open.svg new file mode 100644 index 0000000..f481a58 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/box-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M58.9 42.1c3-6.1 9.6-9.6 16.3-8.7L320 64l244.8-30.6c6.7-.8 13.3 2.7 16.3 8.7l41.7 83.4c9 17.9-.6 39.6-19.8 45.1l-163.4 46.7c-13.9 4-28.8-1.9-36.2-14.3L320 64l-83.4 139c-7.4 12.4-22.3 18.3-36.2 14.3L37.1 170.6c-19.3-5.5-28.8-27.2-19.8-45.1zM321.1 128l54.9 91.4c14.9 24.8 44.6 36.6 72.5 28.6L576 211.6v167c0 22-15 41.2-36.4 46.6l-204.1 51c-10.2 2.6-20.9 2.6-31 0l-204.1-51C79 419.7 64 400.5 64 378.5v-167L191.6 248c27.8 8 57.6-3.8 72.5-28.6l54.8-91.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/box-tissue.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/box-tissue.svg new file mode 100644 index 0000000..7a2654f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/box-tissue.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M92.5 0H208c40 0 52 24 64 48s24 48 64 48h85.2c14.8 0 26.8 12 26.8 26.8 0 3.4-.7 6.8-1.9 10L409.6 224 384 288H128l-16-64L64.9 35.4q-.9-3.45-.9-6.9C64 12.8 76.8 0 92.5 0M79 224l16 64H80c-8.8 0-16 7.2-16 16s7.2 16 16 16h352c8.8 0 16-7.2 16-16s-7.2-16-16-16h-13.5l25.6-64H464c26.5 0 48 21.5 48 48v112H0V272c0-26.5 21.5-48 48-48zM0 416h512v48c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/box.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/box.svg new file mode 100644 index 0000000..fab2e9e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M50.7 58.5 0 160h208V32H93.7c-18.2 0-34.8 10.3-43 26.5M240 160h208L397.3 58.5c-8.2-16.2-24.8-26.5-43-26.5H240zm208 32H0v224c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/boxes-packing.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/boxes-packing.svg new file mode 100644 index 0000000..537c342 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/boxes-packing.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 48c0-26.5 21.5-48 48-48h288c26.5 0 48 21.5 48 48v416c0 26.5-21.5 48-48 48H381.3c1.8-5 2.7-10.4 2.7-16V253.3c18.6-6.6 32-24.4 32-45.3v-32c0-26.5-21.5-48-48-48H256zm315.3 299.3c6.2-6.2 6.2-16.4 0-22.6l-64-64c-6.2-6.2-16.4-6.2-22.6 0l-64 64c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l36.7-36.7V432c0 8.8 7.2 16 16 16s16-7.2 16-16V310.6l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0M0 176c0-8.8 7.2-16 16-16h352c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H16c-8.8 0-16-7.2-16-16zm352 80v224c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V256zm-208 64c-8.8 0-16 7.2-16 16s7.2 16 16 16h96c8.8 0 16-7.2 16-16s-7.2-16-16-16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/boxes-stacked.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/boxes-stacked.svg new file mode 100644 index 0000000..cc43452 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/boxes-stacked.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M248 0h-40c-26.5 0-48 21.5-48 48v112c0 35.3 28.7 64 64 64h128c35.3 0 64-28.7 64-64V48c0-26.5-21.5-48-48-48h-40v80c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16zM64 256c-35.3 0-64 28.7-64 64v128c0 35.3 28.7 64 64 64h160c35.3 0 64-28.7 64-64V320c0-35.3-28.7-64-64-64h-40v80c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16v-80zm288 256h160c35.3 0 64-28.7 64-64V320c0-35.3-28.7-64-64-64h-40v80c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16v-80h-40c-15 0-28.8 5.1-39.7 13.8 4.9 10.4 7.7 22 7.7 34.2v160c0 12.2-2.8 23.8-7.7 34.2C323.2 506.9 337 512 352 512"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/braille.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/braille.svg new file mode 100644 index 0000000..abd192f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/braille.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 96a64 64 0 1 1 128 0A64 64 0 1 1 0 96m224 176a16 16 0 1 0 0-32 16 16 0 1 0 0 32m0-80a64 64 0 1 1 0 128 64 64 0 1 1 0-128M80 416a16 16 0 1 0-32 0 16 16 0 1 0 32 0m-80 0a64 64 0 1 1 128 0 64 64 0 1 1-128 0m240 0a16 16 0 1 0-32 0 16 16 0 1 0 32 0m-80 0a64 64 0 1 1 128 0 64 64 0 1 1-128 0M64 192a64 64 0 1 1 0 128 64 64 0 1 1 0-128M224 32a64 64 0 1 1 0 128 64 64 0 1 1 0-128m128 64a64 64 0 1 1 128 0 64 64 0 1 1-128 0m240 0a16 16 0 1 0-32 0 16 16 0 1 0 32 0m-80 0a64 64 0 1 1 128 0 64 64 0 1 1-128 0m64 176a16 16 0 1 0 0-32 16 16 0 1 0 0 32m0-80a64 64 0 1 1 0 128 64 64 0 1 1 0-128m16 224a16 16 0 1 0-32 0 16 16 0 1 0 32 0m-80 0a64 64 0 1 1 128 0 64 64 0 1 1-128 0m-96-144a16 16 0 1 0 0-32 16 16 0 1 0 0 32m0-80a64 64 0 1 1 0 128 64 64 0 1 1 0-128m16 224a16 16 0 1 0-32 0 16 16 0 1 0 32 0m-80 0a64 64 0 1 1 128 0 64 64 0 1 1-128 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/brain.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/brain.svg new file mode 100644 index 0000000..bdb7113 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/brain.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M184 0c30.9 0 56 25.1 56 56v400c0 30.9-25.1 56-56 56-28.9 0-52.7-21.9-55.7-50.1-5.2 1.4-10.7 2.1-16.3 2.1-35.3 0-64-28.7-64-64 0-7.4 1.3-14.6 3.6-21.2C21.4 367.4 0 338.2 0 304c0-31.9 18.7-59.5 45.8-72.3C37.1 220.8 32 207 32 192c0-30.7 21.6-56.3 50.4-62.6C80.8 123.9 80 118 80 112c0-29.9 20.6-55.1 48.3-62.1 3-28 26.8-49.9 55.7-49.9m144 0c28.9 0 52.6 21.9 55.7 49.9C411.5 56.9 432 82 432 112c0 6-.8 11.9-2.4 17.4 28.8 6.2 50.4 31.9 50.4 62.6 0 15-5.1 28.8-13.8 39.7 27.1 12.8 45.8 40.4 45.8 72.3 0 34.2-21.4 63.4-51.6 74.8 2.3 6.6 3.6 13.8 3.6 21.2 0 35.3-28.7 64-64 64-5.6 0-11.1-.7-16.3-2.1-3 28.2-26.8 50.1-55.7 50.1-30.9 0-56-25.1-56-56V56c0-30.9 25.1-56 56-56"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/brazilian-real-sign.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/brazilian-real-sign.svg new file mode 100644 index 0000000..1b3854f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/brazilian-real-sign.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M400 0c17.7 0 32 14.3 32 32v18.2c12.5 2.3 24.7 6.4 36.2 12.1l10.1 5.1c15.8 7.9 22.2 27.1 14.3 42.9s-27.1 22.2-42.9 14.3l-10.2-5.1c-9.9-5-20.9-7.5-32-7.5h-1.7c-29.8 0-53.9 24.1-53.9 53.9 0 22 13.4 41.8 33.9 50l52 20.8c44.7 17.9 74.1 61.2 74.1 109.4v3.4c0 51.2-33.6 94.6-80 109.2V480c0 17.7-14.3 32-32 32s-32-14.3-32-32v-19.4c-15-3.5-29.4-9.7-42.3-18.3l-23.4-15.6c-14.7-9.8-18.7-29.7-8.9-44.4s29.7-18.7 44.4-8.9l23.5 15.6c10.8 7.2 23.4 11 36.3 11 27.9 0 50.5-22.6 50.5-50.5v-3.4c0-22-13.4-41.8-33.9-50l-52-20.8c-44.8-17.9-74.1-61.2-74.1-109.4 0-51.9 33.5-95.9 80-111.7V32c0-17.7 14.3-32 32-32M0 64c0-17.7 14.3-32 32-32h80c79.5 0 144 64.5 144 144 0 58.8-35.2 109.3-85.7 131.7l51.4 128.4c6.6 16.4-1.4 35-17.8 41.6s-35-1.4-41.6-17.8l-56-139.9H64v128c0 17.7-14.3 32-32 32S0 465.7 0 448V64m64 192h48c44.2 0 80-35.8 80-80s-35.8-80-80-80H64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/bread-slice.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/bread-slice.svg new file mode 100644 index 0000000..7e6266d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/bread-slice.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 32C192 32 0 64 0 192c0 35.3 28.7 64 64 64v176c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V256c35.3 0 64-28.7 64-64C512 64 320 32 256 32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/bridge-circle-check.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/bridge-circle-check.svg new file mode 100644 index 0000000..e740c37 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/bridge-circle-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32c-17.7 0-32 14.3-32 32s14.3 32 32 32h40v64H32v128c53 0 96 43 96 96v64c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32v-64c0-53 43-96 96-96 6.3 0 12.4.6 18.3 1.7C367.1 231.8 426.9 192 496 192c42.5 0 81.6 15.1 112 40.2V160h-72V96h40c17.7 0 32-14.3 32-32s-14.3-32-32-32zm424 64v64h-80V96zm-128 0v64h-80V96zm-128 0v64h-80V96zm408 272a144 144 0 1 0-288 0 144 144 0 1 0 288 0m-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l28.7 28.7 60.7-60.7c6.2-6.2 16.4-6.2 22.6 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/bridge-circle-exclamation.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/bridge-circle-exclamation.svg new file mode 100644 index 0000000..05988e0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/bridge-circle-exclamation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32c-17.7 0-32 14.3-32 32s14.3 32 32 32h40v64H32v128c53 0 96 43 96 96v64c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32v-64c0-53 43-96 96-96 6.3 0 12.4.6 18.3 1.7C367.1 231.8 426.9 192 496 192c42.5 0 81.6 15.1 112 40.2V160h-72V96h40c17.7 0 32-14.3 32-32s-14.3-32-32-32zm424 64v64h-80V96zm-128 0v64h-80V96zm-128 0v64h-80V96zm264 416a144 144 0 1 0 0-288 144 144 0 1 0 0 288m0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48m0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16v-80c0-8.8 7.2-16 16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/bridge-circle-xmark.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/bridge-circle-xmark.svg new file mode 100644 index 0000000..38e5fa1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/bridge-circle-xmark.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32c-17.7 0-32 14.3-32 32s14.3 32 32 32h40v64H32v128c53 0 96 43 96 96v64c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32v-64c0-53 43-96 96-96 6.3 0 12.4.6 18.3 1.7C367.1 231.8 426.9 192 496 192c42.5 0 81.6 15.1 112 40.2V160h-72V96h40c17.7 0 32-14.3 32-32s-14.3-32-32-32zm424 64v64h-80V96zm-128 0v64h-80V96zm-128 0v64h-80V96zm264 416a144 144 0 1 0 0-288 144 144 0 1 0 0 288m59.3-180.7L518.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l36.7-36.7-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l36.7 36.7 36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/bridge-lock.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/bridge-lock.svg new file mode 100644 index 0000000..0342a0d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/bridge-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 64c0-17.7 14.3-32 32-32h512c17.7 0 32 14.3 32 32s-14.3 32-32 32h-40v64h-8c-61.9 0-112 50.1-112 112v24.6c-9.9 5.8-18.2 14.1-23.8 24.1-17.6-20-43.4-32.7-72.2-32.7-53 0-96 43-96 96v64c0 17.7-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32v-64c0-53-43-96-96-96V160h72V96H64c-17.7 0-32-14.3-32-32m376 32v64h80V96zm-48 64V96h-80v64zM152 96v64h80V96zm376 144c-17.7 0-32 14.3-32 32v48h64v-48c0-17.7-14.3-32-32-32m-80 32c0-44.2 35.8-80 80-80s80 35.8 80 80v48c17.7 0 32 14.3 32 32v128c0 17.7-14.3 32-32 32H448c-17.7 0-32-14.3-32-32V352c0-17.7 14.3-32 32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/bridge-water.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/bridge-water.svg new file mode 100644 index 0000000..153c16f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/bridge-water.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 96c0-17.7 14.3-32 32-32h512c17.7 0 32 14.3 32 32v35.6c0 15.7-12.7 28.4-28.4 28.4-37.3 0-67.6 30.2-67.6 67.6v124.9c-12.9 0-25.8 3.9-36.8 11.7-18 12.4-40.1 20.3-59.2 20.3V256c0-53-43-96-96-96s-96 43-96 96v128.5c-19 0-41.2-7.9-59.1-20.3-11.1-7.8-24-11.7-36.9-11.7V227.6c0-37.4-30.2-67.6-67.6-67.6C12.7 160 0 147.3 0 131.6zm306.5 293.9c22.5 15.5 50 26.1 77.5 26.1 26.9 0 55.4-10.8 77.4-26.1 11.9-8.5 28.1-7.8 39.2 1.7 14.4 11.9 32.5 21 50.6 25.2 17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25-29 15.6-61.5 25.9-94.5 25.9-31.9 0-60.6-9.9-80.4-18.9-5.8-2.7-11.1-5.3-15.6-7.7-4.5 2.4-9.7 5.1-15.6 7.7-19.8 9-48.5 18.9-80.4 18.9-33 0-65.5-10.3-94.5-25.8-13.4 8.4-33.7 19.3-58.2 25-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2 11.1-9.4 27.3-10.1 39.2-1.7 22.1 15.2 50.5 26 77.4 26 27.5 0 55-10.6 77.5-26.1 11.1-7.9 25.9-7.9 37 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/bridge.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/bridge.svg new file mode 100644 index 0000000..19435aa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/bridge.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 32C14.3 32 0 46.3 0 64s14.3 32 32 32h40v64H0v128c53 0 96 43 96 96v64c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32v-64c0-53 43-96 96-96s96 43 96 96v64c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32v-64c0-53 43-96 96-96V160h-72V96h40c17.7 0 32-14.3 32-32s-14.3-32-32-32zm424 64v64h-80V96zm-128 0v64h-80V96zm-128 0v64h-80V96z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/briefcase-medical.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/briefcase-medical.svg new file mode 100644 index 0000000..2e7931f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/briefcase-medical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M184 48h144c4.4 0 8 3.6 8 8v40H176V56c0-4.4 3.6-8 8-8m-56 8v40H64c-35.3 0-64 28.7-64 64v256c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64h-64V56c0-30.9-25.1-56-56-56H184c-30.9 0-56 25.1-56 56m96 152c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v48h48c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-48v48c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-48h-48c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16h48z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/briefcase.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/briefcase.svg new file mode 100644 index 0000000..e5ba7b7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/briefcase.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M184 48h144c4.4 0 8 3.6 8 8v40H176V56c0-4.4 3.6-8 8-8m-56 8v40H64c-35.3 0-64 28.7-64 64v96h512v-96c0-35.3-28.7-64-64-64h-64V56c0-30.9-25.1-56-56-56H184c-30.9 0-56 25.1-56 56m384 232H320v32c0 17.7-14.3 32-32 32h-64c-17.7 0-32-14.3-32-32v-32H0v128c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/broom-ball.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/broom-ball.svg new file mode 100644 index 0000000..93d10c6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/broom-ball.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M566.6 9.4c12.5 12.5 12.5 32.8 0 45.3l-192 192 34.7 34.7c4.2 4.2 6.6 10 6.6 16 0 12.5-10.1 22.6-22.6 22.6h-29.1L256 211.7v-29.1c0-12.5 10.1-22.6 22.6-22.6 6 0 11.8 2.4 16 6.6l34.7 34.7 192-192c12.5-12.5 32.8-12.5 45.3 0zm-344 225.5 118.5 118.5c3.7 42.7-11.7 85.2-42.3 115.8-27.4 27.4-64.6 42.8-103.3 42.8H22.1C9.9 512 0 502.1 0 489.9c0-6.3 2.7-12.3 7.3-16.5l126.4-113.7c4.2-3.7-.4-10.4-5.4-7.9l-51.1 25.6c-6.1 3-13.2-1.4-13.2-8.2 0-31.5 12.5-61.7 34.8-84l8-8c30.6-30.6 73.1-45.9 115.8-42.3M464 352a80 80 0 1 1 0 160 80 80 0 1 1 0-160"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/broom.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/broom.svg new file mode 100644 index 0000000..12d2965 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/broom.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M566.6 54.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192-34.7-34.7c-4.2-4.2-10-6.6-16-6.6-12.5 0-22.6 10.1-22.6 22.6v29.1L364.3 320h29.1c12.5 0 22.6-10.1 22.6-22.6 0-6-2.4-11.8-6.6-16l-34.7-34.7 192-192zM341.1 353.4 222.6 234.9c-42.7-3.7-85.2 11.7-115.8 42.3l-8 8c-22.3 22.3-34.8 52.5-34.8 84 0 6.8 7.1 11.2 13.2 8.2l51.1-25.5c5-2.5 9.5 4.1 5.4 7.9L7.3 473.4C2.7 477.6 0 483.6 0 489.9 0 502.1 9.9 512 22.1 512h173.3c38.8 0 75.9-15.4 103.4-42.8 30.6-30.6 45.9-73.1 42.3-115.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/brush.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/brush.svg new file mode 100644 index 0000000..0f17bca --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/brush.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M162.4 6c-1.5-3.6-5-6-8.9-6h-19c-3.9 0-7.5 2.4-8.9 6l-20.7 51.7c-3.2 8-14.6 8-17.8 0L66.4 6c-1.5-3.6-5-6-8.9-6H48C21.5 0 0 21.5 0 48v208h384V48c0-26.5-21.5-48-48-48H230.5c-3.9 0-7.5 2.4-8.9 6l-20.7 51.7c-3.2 8-14.6 8-17.8 0zM0 288v32c0 35.3 28.7 64 64 64h64v64c0 35.3 28.7 64 64 64s64-28.7 64-64v-64h64c35.3 0 64-28.7 64-64v-32zm192 144a16 16 0 1 1 0 32 16 16 0 1 1 0-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/bucket.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/bucket.svg new file mode 100644 index 0000000..3e60ffb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/bucket.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 152v8H48v-8C48 68.1 116.1 0 200 0h48c83.9 0 152 68.1 152 152v8h-48v-8c0-57.4-46.6-104-104-104h-48C142.6 48 96 94.6 96 152M0 224c0-17.7 14.3-32 32-32h384c17.7 0 32 14.3 32 32s-14.3 32-32 32h-5.1l-22.4 213c-2.6 24.4-23.2 43-47.7 43H107.2c-24.6 0-45.2-18.5-47.7-43L37.1 256H32c-17.7 0-32-14.3-32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/bug-slash.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/bug-slash.svg new file mode 100644 index 0000000..569dac9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/bug-slash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2s-6.3 25.5 4.1 33.7l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L477.4 348.9c1.7-9.4 2.6-19 2.6-28.9h64c17.7 0 32-14.3 32-32s-14.3-32-32-32h-64.3c-1.1-14.1-5-27.5-11.1-39.5.7-.6 1.4-1.2 2.1-1.9l64-64c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-64 64c-.7.7-1.3 1.4-1.9 2.1-14.3-7.3-30.4-11.4-47.5-11.4H264c-8.3 0-16.3 1-24 2.8zM320 0c-53 0-96 43-96 96v3.6c0 15.7 12.7 28.4 28.4 28.4h135.1c15.7 0 28.4-12.7 28.4-28.4V96c0-53-43-96-96-96zM160.3 256H96c-17.7 0-32 14.3-32 32s14.3 32 32 32h64c0 24.6 5.5 47.8 15.4 68.6q-3.3 1.95-6 4.8l-64 64c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l63.1-63.1c24.5 21.8 55.8 36.2 90.3 39.6V335.5L166.7 227.3c-3.4 9-5.6 18.7-6.4 28.7M336 479.2c36.6-3.6 69.7-19.6 94.8-43.8L336 360.7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/bug.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/bug.svg new file mode 100644 index 0000000..bb7bcb2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/bug.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 0c53 0 96 43 96 96v3.6c0 15.7-12.7 28.4-28.4 28.4H188.5c-15.7 0-28.4-12.7-28.4-28.4V96c0-53 43-96 96-96zM41.4 105.4c12.5-12.5 32.8-12.5 45.3 0l64 64c.7.7 1.3 1.4 1.9 2.1 14.2-7.3 30.4-11.4 47.5-11.4h112c17.1 0 33.2 4.1 47.5 11.4.6-.7 1.2-1.4 1.9-2.1l64-64c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-64 64c-.7.7-1.4 1.3-2.1 1.9 6.2 12 10.1 25.3 11.1 39.5h64.3c17.7 0 32 14.3 32 32s-14.3 32-32 32h-64c0 24.6-5.5 47.8-15.4 68.6q3.3 1.95 6 4.8l64 64c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-63.1-63.1c-24.5 21.8-55.8 36.2-90.3 39.6V240c0-8.8-7.2-16-16-16s-16 7.2-16 16v239.2c-34.5-3.4-65.8-17.8-90.3-39.6l-63.1 63c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l64-64c1.9-1.9 3.9-3.4 6-4.8C101.5 367.8 96 344.6 96 320H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h64.3c1.1-14.1 5-27.5 11.1-39.5-.7-.6-1.4-1.2-2.1-1.9l-64-64c-12.5-12.5-12.5-32.8 0-45.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/bugs.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/bugs.svg new file mode 100644 index 0000000..35a6aec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/bugs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m164.5 107.4 33.4-73.5c5.5-12.1.1-26.3-11.9-31.8S159.7 2 154.2 14L128 71.7l-26.1-57.6C96.4 2 82.1-3.3 70.1 2.1s-17.4 19.8-12 31.8l33.4 73.5c-10.2 7.1-18.2 17-22.9 28.6h-17l-4.1-20.7c-2.6-13-15.2-21.4-28.2-18.8S-2.1 111.7.5 124.7l8 40C10.7 175.9 20.6 184 32 184h32v23.3l-37.8 9.5c-9.5 2.4-16.6 10.2-17.9 19.9l-8 56c-1.9 13.1 7.2 25.3 20.4 27.2s25.3-7.2 27.2-20.4l5.7-40 18.4-4.6c10.7 19.7 31.8 33.1 56 33.1s45.3-13.4 56.1-33.2l18.4 4.6 5.7 40c1.9 13.1 14 22.2 27.2 20.4s22.2-14 20.4-27.2l-8-56c-1.4-9.7-8.5-17.5-17.9-19.9l-37.9-9.4V184h32c11.4 0 21.3-8.1 23.5-19.3l8-40c2.6-13-5.8-25.6-18.8-28.2s-25.6 5.8-28.2 18.8l-4.2 20.7h-17c-4.7-11.6-12.7-21.5-22.9-28.6zM496 286.5l65.6-47c10.8-7.7 13.3-22.7 5.6-33.5s-22.7-13.3-33.5-5.6l-51.4 36.8 6.1-62.9c1.3-13.2-8.4-24.9-21.6-26.2s-24.9 8.4-26.2 21.6l-7.8 80.3c-12.3 1-24.2 5.6-34.1 13.3l-14.7-8.5 6.8-20c4.2-12.6-2.5-26.2-15-30.4s-26.2 2.5-30.4 15L332.3 258c-3.7 10.8.8 22.8 10.7 28.5l27.7 16-11.7 20.2-37.5-10.7c-9.4-2.7-19.5.6-25.5 8.3l-34.9 44.5c-8.2 10.4-6.4 25.5 4.1 33.7s25.5 6.4 33.7-4.1l25-31.8 18.2 5.2c-.5 22.6 11 44.7 32 56.8s45.9 11 65.2-.7l13.6 13.2-15.1 37.5c-4.9 12.3 1 26.3 13.3 31.2s26.3-1 31.2-13.3l21.2-52.5c3.6-9.1 1.4-19.4-5.6-26.2l-28-27.1 11.6-20.1 27.7 16c9.9 5.7 22.5 3.7 30-4.9l27-30.7c8.7-10 7.8-25.1-2.2-33.9s-25.1-7.8-33.9 2.2l-13.9 15.9-14.7-8.5c1.7-12.4-.2-25-5.5-36.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/building-circle-arrow-right.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/building-circle-arrow-right.svg new file mode 100644 index 0000000..bc1ac57 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/building-circle-arrow-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 48C0 21.5 21.5 0 48 0h288c26.5 0 48 21.5 48 48v184.2c-39.1 32.3-64 81.1-64 135.8 0 49.5 20.4 94.2 53.3 126.2-8.8 10.9-22.2 17.8-37.3 17.8h-96v-80c0-26.5-21.5-48-48-48s-48 21.5-48 48v80H48c-26.5 0-48-21.5-48-48zm80 176c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm80 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16m112-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM64 112v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16m112-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm80 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16m96 256a144 144 0 1 1 288 0 144 144 0 1 1-288 0m140.7-67.3c-6.2 6.2-6.2 16.4 0 22.6l28.7 28.7H432c-8.8 0-16 7.2-16 16s7.2 16 16 16h89.4l-28.7 28.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l56-56c6.2-6.2 6.2-16.4 0-22.6l-56-56c-6.2-6.2-16.4-6.2-22.6 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/building-circle-check.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/building-circle-check.svg new file mode 100644 index 0000000..f1d1846 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/building-circle-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M48 0C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h96v-80c0-26.5 21.5-48 48-48s48 21.5 48 48v80h96c15.1 0 28.5-6.9 37.3-17.8-32.9-32-53.3-76.7-53.3-126.2 0-54.7 24.9-103.5 64-135.8V48c0-26.5-21.5-48-48-48zm16 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16m80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16zM80 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16m80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16m368 272a144 144 0 1 0-288 0 144 144 0 1 0 288 0m-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l28.7 28.7 60.7-60.7c6.2-6.2 16.4-6.2 22.6 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/building-circle-exclamation.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/building-circle-exclamation.svg new file mode 100644 index 0000000..3fa21ba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/building-circle-exclamation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M48 0C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h96v-80c0-26.5 21.5-48 48-48s48 21.5 48 48v80h96c15.1 0 28.5-6.9 37.3-17.8-32.9-32-53.3-76.7-53.3-126.2 0-54.7 24.9-103.5 64-135.8V48c0-26.5-21.5-48-48-48zm16 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16m80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16zM80 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16m80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16m224 416a144 144 0 1 0 0-288 144 144 0 1 0 0 288m0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48m0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16v-80c0-8.8 7.2-16 16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/building-circle-xmark.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/building-circle-xmark.svg new file mode 100644 index 0000000..4aaa9b1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/building-circle-xmark.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M48 0C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h96v-80c0-26.5 21.5-48 48-48s48 21.5 48 48v80h96c15.1 0 28.5-6.9 37.3-17.8-32.9-32-53.3-76.7-53.3-126.2 0-54.7 24.9-103.5 64-135.8V48c0-26.5-21.5-48-48-48zm16 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16m80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16zM80 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16m80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16m224 416a144 144 0 1 0 0-288 144 144 0 1 0 0 288m59.3-180.7L518.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l36.7-36.7-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l36.7 36.7 36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/building-columns.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/building-columns.svg new file mode 100644 index 0000000..331531d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/building-columns.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m243.4 2.6-224 96c-14 6-21.8 21-18.7 35.8S16.8 160 32 160v8c0 13.3 10.7 24 24 24h400c13.3 0 24-10.7 24-24v-8c15.2 0 28.3-10.7 31.3-25.6s-4.8-29.9-18.7-35.8l-224-96c-8-3.4-17.2-3.4-25.2 0M128 224H64v196.3c-.6.3-1.2.7-1.8 1.1l-48 32c-11.7 7.8-17 22.4-12.9 35.9S17.9 512 32 512h448c14.1 0 26.5-9.2 30.6-22.7s-1.1-28.1-12.9-35.9l-48-32c-.6-.4-1.2-.7-1.8-1.1L448 224h-64v192h-40V224h-64v192h-48V224h-64v192h-40zM256 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/building-flag.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/building-flag.svg new file mode 100644 index 0000000..5aaa720 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/building-flag.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M48 0C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h96v-80c0-26.5 21.5-48 48-48s48 21.5 48 48v80h96c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm16 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16m80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16zM80 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16m80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16M448 0c-17.7 0-32 14.3-32 32v480h64V192h144c8.8 0 16-7.2 16-16V48c0-8.8-7.2-16-16-16H480c0-17.7-14.3-32-32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/building-lock.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/building-lock.svg new file mode 100644 index 0000000..45e9385 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/building-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M48 0C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h96v-80c0-26.5 21.5-48 48-48s48 21.5 48 48v80h88.6c-5.4-9.4-8.6-20.3-8.6-32V352c0-23.7 12.9-44.4 32-55.4V272c0-30.5 12.2-58.2 32-78.4V48c0-26.5-21.5-48-48-48zm16 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16m80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16zM80 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16m80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16m192 144c17.7 0 32 14.3 32 32v48h-64v-48c0-17.7 14.3-32 32-32m-80 32v48c-17.7 0-32 14.3-32 32v128c0 17.7 14.3 32 32 32h160c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32v-48c0-44.2-35.8-80-80-80s-80 35.8-80 80"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/building-ngo.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/building-ngo.svg new file mode 100644 index 0000000..423c1b6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/building-ngo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M48 0C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h96v-80c0-26.5 21.5-48 48-48s48 21.5 48 48v80h96c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm16 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16m80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16zM168 64h48c8.8 0 16 7.2 16 16s-7.2 16-16 16h-32v64h16v-16c0-8.8 7.2-16 16-16s16 7.2 16 16v24c0 13.3-10.7 24-24 24h-32c-13.3 0-24-10.7-24-24V80c0-8.8 7.2-16 16-16m136 32c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16s16-7.2 16-16v-32c0-8.8-7.2-16-16-16m-48 16c0-26.5 21.5-48 48-48s48 21.5 48 48v32c0 26.5-21.5 48-48 48s-48-21.5-48-48zM61.3 71.1l34.7 52V80c0-8.8 7.2-16 16-16s16 7.2 16 16v96c0 7.1-4.6 13.3-11.4 15.3s-14-.6-17.9-6.4L64 132.8V176c0 8.8-7.2 16-16 16s-16-7.2-16-16V80c0-7.1 4.6-13.3 11.4-15.3s14 .6 17.9 6.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/building-shield.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/building-shield.svg new file mode 100644 index 0000000..a010da8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/building-shield.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 48C0 21.5 21.5 0 48 0h288c26.5 0 48 21.5 48 48v159l-42.4 17H272c-8.8 0-16 7.2-16 16v64c0 .9.1 1.7.2 2.6 2.3 58.1 24.1 144.8 98.7 201.5-5.8 2.5-12.2 3.9-18.9 3.9h-96v-80c0-26.5-21.5-48-48-48s-48 21.5-48 48v80H48c-26.5 0-48-21.5-48-48zm80 176c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm80 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16M64 112v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16m112-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm80 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16m167.1 113.7c5.7-2.3 12.1-2.3 17.8 0l120 48c9.1 3.7 15.1 12.5 15.1 22.3 0 63.3-25.9 168.8-134.8 214.2-5.9 2.5-12.6 2.5-18.5 0C313.9 464.8 288 359.3 288 296c0-9.8 6-18.6 15.1-22.3zM527.4 312 432 273.8v187.8c68.2-33 91.5-99 95.4-149.7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/building-un.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/building-un.svg new file mode 100644 index 0000000..3dbf4ad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/building-un.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M48 0C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h96v-80c0-26.5 21.5-48 48-48s48 21.5 48 48v80h96c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm16 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16m80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16zM237.3 71.1l34.7 52V80c0-8.8 7.2-16 16-16s16 7.2 16 16v96c0 7.1-4.6 13.3-11.4 15.3s-14-.6-17.9-6.4l-34.7-52v43.2c0 8.8-7.2 16-16 16s-16-7.2-16-16v-96c0-7.1 4.6-13.3 11.4-15.3s14 .6 17.9 6.4zM112 80v64c0 8.8 7.2 16 16 16s16-7.2 16-16V80c0-8.8 7.2-16 16-16s16 7.2 16 16v64c0 26.5-21.5 48-48 48s-48-21.5-48-48V80c0-8.8 7.2-16 16-16s16 7.2 16 16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/building-user.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/building-user.svg new file mode 100644 index 0000000..007ea10 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/building-user.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M48 0C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h96v-80c0-26.5 21.5-48 48-48s48 21.5 48 48v80h89.9c-6.3-10.2-9.9-22.2-9.9-35.1 0-46.9 25.8-87.8 64-109.2V48c0-26.5-21.5-48-48-48zm16 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16m80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16zM80 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16m80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16m304 176a80 80 0 1 0-160 0 80 80 0 1 0 160 0M352 477.1c0 19.3 15.6 34.9 34.9 34.9h218.2c19.3 0 34.9-15.6 34.9-34.9 0-51.4-41.7-93.1-93.1-93.1H445.1c-51.4 0-93.1 41.7-93.1 93.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/building-wheat.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/building-wheat.svg new file mode 100644 index 0000000..d47fb87 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/building-wheat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 48C0 21.5 21.5 0 48 0h288c26.5 0 48 21.5 48 48v416c0 26.5-21.5 48-48 48h-96v-80c0-26.5-21.5-48-48-48s-48 21.5-48 48v80H48c-26.5 0-48-21.5-48-48zm80 176c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm80 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16m112-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM64 112v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16m112-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm80 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16m384 80v16c0 44.2-35.8 80-80 80h-16v-16c0-44.2 35.8-80 80-80zm0 128c0 44.2-35.8 80-80 80h-16v-16c0-44.2 35.8-80 80-80h16zm0 112c0 44.2-35.8 80-80 80h-16v-16c0-44.2 35.8-80 80-80h16zm-128 64v16h-16c-44.2 0-80-35.8-80-80v-16h16c44.2 0 80 35.8 80 80m0-96h-16c-44.2 0-80-35.8-80-80v-16h16c44.2 0 80 35.8 80 80zm0-128v16h-16c-44.2 0-80-35.8-80-80v-16h16c44.2 0 80 35.8 80 80m16-240c13.3 0 24 10.7 24 24v104c0 13.3-10.7 24-24 24s-24-10.7-24-24V56c0-13.3 10.7-24 24-24m96 64v32c0 13.3-10.7 24-24 24s-24-10.7-24-24V96c0-13.3 10.7-24 24-24s24 10.7 24 24M456 72c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24s-24-10.7-24-24V96c0-13.3 10.7-24 24-24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/building.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/building.svg new file mode 100644 index 0000000..876192c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/building.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M48 0C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h96v-80c0-26.5 21.5-48 48-48s48 21.5 48 48v80h96c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm16 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16m80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16zM80 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16m80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/bullhorn.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/bullhorn.svg new file mode 100644 index 0000000..aab4d90 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/bullhorn.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M480 32c0-12.9-7.8-24.6-19.8-29.6S434.5.2 425.3 9.3L381.7 53c-48 48-113.1 75-181 75H64c-35.3 0-64 28.7-64 64v96c0 35.3 28.7 64 64 64v128c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V352h8.7c67.9 0 133 27 181 75l43.6 43.6c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6V300.3c18.6-8.8 32-32.5 32-60.4s-13.4-51.6-32-60.4zm-64 76.7v262.6C357.2 317.8 280.5 288 200.7 288H192v-96h8.7c79.8 0 156.5-29.8 215.3-83.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/bullseye.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/bullseye.svg new file mode 100644 index 0000000..573fa10 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/bullseye.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M448 256a192 192 0 1 0-384 0 192 192 0 1 0 384 0M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m256 80a80 80 0 1 0 0-160 80 80 0 1 0 0 160m0-224a144 144 0 1 1 0 288 144 144 0 1 1 0-288m-32 144a32 32 0 1 1 64 0 32 32 0 1 1-64 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/burger.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/burger.svg new file mode 100644 index 0000000..6ea5b49 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/burger.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M61.1 224C45 224 32 211 32 194.9c0-1.9.2-3.7.6-5.6C37.9 168.3 78.8 32 256 32s218.1 136.3 223.4 157.3c.5 1.9.6 3.7.6 5.6 0 16.1-13 29.1-29.1 29.1zm82.9-96a16 16 0 1 0-32 0 16 16 0 1 0 32 0m240 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32M272 96a16 16 0 1 0-32 0 16 16 0 1 0 32 0M16 304c0-26.5 21.5-48 48-48h384c26.5 0 48 21.5 48 48s-21.5 48-48 48H64c-26.5 0-48-21.5-48-48m16 96c0-8.8 7.2-16 16-16h416c8.8 0 16 7.2 16 16v16c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/burst.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/burst.svg new file mode 100644 index 0000000..2dc6e95 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/burst.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M37.6 4.2C28-2.3 15.2-1.1 7 7s-9.4 21-2.8 30.5l112 163.3-99.6 32.4C6.7 236.4 0 245.6 0 256s6.7 19.6 16.6 22.8l103.1 33.4-52.9 100.6c-4.9 9.3-3.2 20.7 4.3 28.1s18.8 9.2 28.1 4.3l100.6-52.9 33.4 103.1c3.2 9.9 12.4 16.6 22.8 16.6s19.6-6.7 22.8-16.6l33.4-103.1 100.6 52.9c9.3 4.9 20.7 3.2 28.1-4.3s9.2-18.8 4.3-28.1l-52.9-100.6 103.1-33.4c9.9-3.2 16.6-12.4 16.6-22.8s-6.7-19.6-16.6-22.8l-106.5-34.5 25.7-70.4c3.2-8.8 1-18.6-5.6-25.2s-16.4-8.8-25.2-5.6l-70.4 25.7-34.6-106.6C275.6 6.7 266.4 0 256 0s-19.6 6.7-22.8 16.6l-32.3 99.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/bus-simple.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/bus-simple.svg new file mode 100644 index 0000000..bcd0e80 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/bus-simple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M224 0c124.8 0 224 35.2 224 80v336c0 17.7-14.3 32-32 32v32c0 17.7-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32v-32H128v32c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32v-32c-17.7 0-32-14.3-32-32V80C0 35.2 99.2 0 224 0M64 128v128c0 17.7 14.3 32 32 32h256c17.7 0 32-14.3 32-32V128c0-17.7-14.3-32-32-32H96c-17.7 0-32 14.3-32 32m16 272a32 32 0 1 0 0-64 32 32 0 1 0 0 64m288 0a32 32 0 1 0 0-64 32 32 0 1 0 0 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/bus.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/bus.svg new file mode 100644 index 0000000..72e9e6a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/bus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M288 0c134.4 0 224 35.2 224 80v48c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32v160c0 17.7-14.3 32-32 32v32c0 17.7-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32v-32H192v32c0 17.7-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32v-32c-17.7 0-32-14.3-32-32V256c-17.7 0-32-14.3-32-32v-64c0-17.7 14.3-32 32-32V80c0-44.8 89.6-80 224-80M128 160v96c0 17.7 14.3 32 32 32h112V128H160c-17.7 0-32 14.3-32 32m176 128h112c17.7 0 32-14.3 32-32v-96c0-17.7-14.3-32-32-32H304zM144 400a32 32 0 1 0 0-64 32 32 0 1 0 0 64m288 0a32 32 0 1 0 0-64 32 32 0 1 0 0 64M384 80c0-8.8-7.2-16-16-16H208c-8.8 0-16 7.2-16 16s7.2 16 16 16h160c8.8 0 16-7.2 16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/business-time.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/business-time.svg new file mode 100644 index 0000000..869b74a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/business-time.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M184 48h144c4.4 0 8 3.6 8 8v40H176V56c0-4.4 3.6-8 8-8m-56 8v40H64c-35.3 0-64 28.7-64 64v96h360.2c32.3-39.1 81.1-64 135.8-64 5.4 0 10.7.2 16 .7V160c0-35.3-28.7-64-64-64h-64V56c0-30.9-25.1-56-56-56H184c-30.9 0-56 25.1-56 56m192 296h-96c-17.7 0-32-14.3-32-32v-32H0v128c0 35.3 28.7 64 64 64h296.2c-25.1-30.4-40.2-69.5-40.2-112 0-5.4.2-10.7.7-16zm320 16a144 144 0 1 0-288 0 144 144 0 1 0 288 0m-144-80c8.8 0 16 7.2 16 16v48h32c8.8 0 16 7.2 16 16s-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16v-64c0-8.8 7.2-16 16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/c.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/c.svg new file mode 100644 index 0000000..0d5f787 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/c.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M329.1 142.9c-62.5-62.5-155.8-62.5-218.3 0s-62.5 163.8 0 226.3 155.8 62.5 218.3 0c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3c-87.5 87.5-221.3 87.5-308.8 0s-87.5-229.3 0-316.8 221.3-87.5 308.8 0c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/cable-car.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/cable-car.svg new file mode 100644 index 0000000..85da46d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/cable-car.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M288 0a32 32 0 1 1 0 64 32 32 0 1 1 0-64M160 56a32 32 0 1 1 64 0 32 32 0 1 1-64 0M32 288c0-35.3 28.7-64 64-64h136v-66.5l-203.1 42c-13 2.7-25.7-5.7-28.4-18.6s5.7-25.7 18.6-28.4l232-48 232-48c13-2.7 25.7 5.7 28.4 18.6s-5.7 25.7-18.6 28.4l-212.9 44V224h136c35.3 0 64 28.7 64 64v160c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64zm64 0c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16v-64c0-8.8-7.2-16-16-16zm112 16v64c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16v-64c0-8.8-7.2-16-16-16h-64c-8.8 0-16 7.2-16 16m144-16c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16v-64c0-8.8-7.2-16-16-16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/cake-candles.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/cake-candles.svg new file mode 100644 index 0000000..9e08426 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/cake-candles.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M86.4 5.5 61.8 47.6C58 54.1 56 61.6 56 69.2V72c0 22.1 17.9 40 40 40s40-17.9 40-40v-2.8c0-7.6-2-15-5.8-21.6L105.6 5.5C103.6 2.1 100 0 96 0s-7.6 2.1-9.6 5.5m128 0-24.6 42.1c-3.8 6.5-5.8 14-5.8 21.6V72c0 22.1 17.9 40 40 40s40-17.9 40-40v-2.8c0-7.6-2-15-5.8-21.6L233.6 5.5C231.6 2.1 228 0 224 0s-7.6 2.1-9.6 5.5m103.4 42.1c-3.8 6.5-5.8 14-5.8 21.6V72c0 22.1 17.9 40 40 40s40-17.9 40-40v-2.8c0-7.6-2-15-5.8-21.6L361.6 5.5C359.6 2.1 356 0 352 0s-7.6 2.1-9.6 5.5zM128 176c0-17.7-14.3-32-32-32s-32 14.3-32 32v48c-35.3 0-64 28.7-64 64v71c8.3 5.2 18.1 9 28.8 9 13.5 0 27.2-6.1 38.4-13.4 5.4-3.5 9.9-7.1 13-9.7 1.5-1.3 2.7-2.4 3.5-3.1.4-.4.7-.6.8-.8l.1-.1c3.1-3.2 7.4-4.9 11.9-4.8s8.6 2.1 11.6 5.4l.1.1.7.7c.7.7 1.7 1.7 3.1 3 2.8 2.6 6.8 6.1 11.8 9.5 10.2 7.1 23 13.1 36.3 13.1s26.1-6 36.3-13.1c5-3.5 9-6.9 11.8-9.5 1.4-1.3 2.4-2.3 3.1-3l.7-.7.1-.1c3-3.5 7.4-5.4 12-5.4s9 2 12 5.4l.1.1.7.7c.7.7 1.7 1.7 3.1 3 2.8 2.6 6.8 6.1 11.8 9.5 10.2 7.1 23 13.1 36.3 13.1s26.1-6 36.3-13.1c5-3.5 9-6.9 11.8-9.5 1.4-1.3 2.4-2.3 3.1-3l.7-.7.1-.1c2.9-3.4 7.1-5.3 11.6-5.4s8.7 1.6 11.9 4.8l.1.1.8.8c.8.7 1.9 1.8 3.5 3.1 3.1 2.6 7.5 6.2 13 9.7 11.2 7.3 24.9 13.4 38.4 13.4 10.7 0 20.5-3.9 28.8-9v-71c0-35.3-28.7-64-64-64v-48c0-17.7-14.3-32-32-32s-32 14.3-32 32v48h-64v-48c0-17.7-14.3-32-32-32s-32 14.3-32 32v48h-64v-48zm320 218.6c-8.5 3.3-18.2 5.4-28.8 5.4-22.5 0-42.4-9.9-55.8-18.6-4.1-2.7-7.8-5.4-10.9-7.8-2.8 2.4-6.1 5-9.8 7.5C329.8 390 310.6 400 288 400s-41.8-10-54.6-18.9c-3.5-2.4-6.7-4.9-9.4-7.2-2.7 2.3-5.9 4.7-9.4 7.2-12.8 8.9-32 18.9-54.6 18.9s-41.8-10-54.6-18.9c-3.7-2.6-7-5.2-9.8-7.5-3.1 2.4-6.8 5.1-10.9 7.8-13.5 8.7-33.4 18.6-55.9 18.6-10.6 0-20.3-2.2-28.8-5.4V480c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/calculator.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/calculator.svg new file mode 100644 index 0000000..6ec2ebb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/calculator.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 0C28.7 0 0 28.7 0 64v384c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zm32 64h192c17.7 0 32 14.3 32 32v32c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32m32 160a32 32 0 1 1-64 0 32 32 0 1 1 64 0M96 352a32 32 0 1 1 0-64 32 32 0 1 1 0 64m-32 64c0-17.7 14.3-32 32-32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32H96c-17.7 0-32-14.3-32-32m128-160a32 32 0 1 1 0-64 32 32 0 1 1 0 64m32 64a32 32 0 1 1-64 0 32 32 0 1 1 64 0m64-64a32 32 0 1 1 0-64 32 32 0 1 1 0 64m32 64a32 32 0 1 1-64 0 32 32 0 1 1 64 0m-32 128a32 32 0 1 1 0-64 32 32 0 1 1 0 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/calendar-check.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/calendar-check.svg new file mode 100644 index 0000000..9918789 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/calendar-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M128 0c17.7 0 32 14.3 32 32v32h128V32c0-17.7 14.3-32 32-32s32 14.3 32 32v32h48c26.5 0 48 21.5 48 48v48H0v-48c0-26.5 21.5-48 48-48h48V32c0-17.7 14.3-32 32-32M0 192h448v272c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48zm329 113c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-95 95-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/calendar-day.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/calendar-day.svg new file mode 100644 index 0000000..17909b0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/calendar-day.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M128 0c17.7 0 32 14.3 32 32v32h128V32c0-17.7 14.3-32 32-32s32 14.3 32 32v32h48c26.5 0 48 21.5 48 48v48H0v-48c0-26.5 21.5-48 48-48h48V32c0-17.7 14.3-32 32-32M0 192h448v272c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48zm80 64c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h96c8.8 0 16-7.2 16-16v-96c0-8.8-7.2-16-16-16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/calendar-days.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/calendar-days.svg new file mode 100644 index 0000000..081d16a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/calendar-days.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M128 0c17.7 0 32 14.3 32 32v32h128V32c0-17.7 14.3-32 32-32s32 14.3 32 32v32h48c26.5 0 48 21.5 48 48v48H0v-48c0-26.5 21.5-48 48-48h48V32c0-17.7 14.3-32 32-32M0 192h448v272c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48zm64 80v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16m128 0v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16m144-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM64 400v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16m144-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm112 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/calendar-minus.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/calendar-minus.svg new file mode 100644 index 0000000..a956ce5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/calendar-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M128 0c17.7 0 32 14.3 32 32v32h128V32c0-17.7 14.3-32 32-32s32 14.3 32 32v32h48c26.5 0 48 21.5 48 48v48H0v-48c0-26.5 21.5-48 48-48h48V32c0-17.7 14.3-32 32-32M0 192h448v272c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48zm312 184c13.3 0 24-10.7 24-24s-10.7-24-24-24H136c-13.3 0-24 10.7-24 24s10.7 24 24 24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/calendar-plus.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/calendar-plus.svg new file mode 100644 index 0000000..2eb8b2b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/calendar-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 32v32H48C21.5 64 0 85.5 0 112v48h448v-48c0-26.5-21.5-48-48-48h-48V32c0-17.7-14.3-32-32-32s-32 14.3-32 32v32H160V32c0-17.7-14.3-32-32-32S96 14.3 96 32m352 160H0v272c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48zm-224 56c13.3 0 24 10.7 24 24v56h56c13.3 0 24 10.7 24 24s-10.7 24-24 24h-56v56c0 13.3-10.7 24-24 24s-24-10.7-24-24v-56h-56c-13.3 0-24-10.7-24-24s10.7-24 24-24h56v-56c0-13.3 10.7-24 24-24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/calendar-week.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/calendar-week.svg new file mode 100644 index 0000000..e8bb73f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/calendar-week.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M128 0c17.7 0 32 14.3 32 32v32h128V32c0-17.7 14.3-32 32-32s32 14.3 32 32v32h48c26.5 0 48 21.5 48 48v48H0v-48c0-26.5 21.5-48 48-48h48V32c0-17.7 14.3-32 32-32M0 192h448v272c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48zm80 64c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h288c8.8 0 16-7.2 16-16v-64c0-8.8-7.2-16-16-16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/calendar-xmark.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/calendar-xmark.svg new file mode 100644 index 0000000..aa04f70 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/calendar-xmark.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M128 0c17.7 0 32 14.3 32 32v32h128V32c0-17.7 14.3-32 32-32s32 14.3 32 32v32h48c26.5 0 48 21.5 48 48v48H0v-48c0-26.5 21.5-48 48-48h48V32c0-17.7 14.3-32 32-32M0 192h448v272c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48zm305 113c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-47 47-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l47 47-47 47c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l47-47 47 47c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-47-47z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/calendar.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/calendar.svg new file mode 100644 index 0000000..1980c04 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/calendar.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 32v32H48C21.5 64 0 85.5 0 112v48h448v-48c0-26.5-21.5-48-48-48h-48V32c0-17.7-14.3-32-32-32s-32 14.3-32 32v32H160V32c0-17.7-14.3-32-32-32S96 14.3 96 32m352 160H0v272c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/camera-retro.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/camera-retro.svg new file mode 100644 index 0000000..6355809 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/camera-retro.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M220.6 121.2 271.1 96H448v96H333.2c-21.9-15.1-48.5-24-77.2-24s-55.2 8.9-77.2 24H64v-64h128c9.9 0 19.7-2.3 28.6-6.8M0 128v288c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H271.1c-9.9 0-19.7 2.3-28.6 6.8L192 64h-32V48c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16v16C28.7 64 0 92.7 0 128m168 176a88 88 0 1 1 176 0 88 88 0 1 1-176 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/camera-rotate.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/camera-rotate.svg new file mode 100644 index 0000000..b7c3a13 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/camera-rotate.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M213.1 64.8 202.7 96H128c-35.3 0-64 28.7-64 64v256c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64h-74.7l-10.4-31.2C420.4 45.2 402.1 32 381.4 32H258.6c-20.7 0-39 13.2-45.5 32.8M448 256c0 8.8-7.2 16-16 16h-76.7c-6.2 0-11.3-5.1-11.3-11.3 0-3 1.2-5.9 3.3-8L371 229c-13.6-13.4-31.9-21-51-21-19.2 0-37.7 7.6-51.3 21.3L249 249c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l19.7-19.7C257.4 172.7 288 160 320 160c31.8 0 62.4 12.6 85 35l23.7-23.7c2.1-2.1 5-3.3 8-3.3 6.2 0 11.3 5.1 11.3 11.3zm-256 64c0-8.8 7.2-16 16-16h76.7c6.2 0 11.3 5.1 11.3 11.3 0 3-1.2 5.9-3.3 8L269 347c13.6 13.4 31.9 21 51 21 19.2 0 37.7-7.6 51.3-21.3L391 327c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-19.7 19.7C382.6 403.3 352 416 320 416c-31.8 0-62.4-12.6-85-35l-23.7 23.7c-2.1 2.1-5 3.3-8 3.3-6.2 0-11.3-5.1-11.3-11.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/camera.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/camera.svg new file mode 100644 index 0000000..39cd259 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/camera.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M149.1 64.8 138.7 96H64c-35.3 0-64 28.7-64 64v256c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64h-74.7l-10.4-31.2C356.4 45.2 338.1 32 317.4 32H194.6c-20.7 0-39 13.2-45.5 32.8M256 192a96 96 0 1 1 0 192 96 96 0 1 1 0-192"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/campground.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/campground.svg new file mode 100644 index 0000000..92a6992 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/campground.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M377 52c11-13.8 8.8-33.9-5-45s-33.9-8.8-45 5l-39 48.8L249 12c-11-13.8-31.2-16-45-5s-16 31.2-5 45l48 60L12.3 405.4c-8 10-12.3 22.3-12.3 35V464c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48v-23.6c0-12.7-4.3-25.1-12.3-35L329 112zm-89 396H168.5L288 291.7 407.5 448z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/candy-cane.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/candy-cane.svg new file mode 100644 index 0000000..f429f02 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/candy-cane.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M348.8 131.5c3.7-2.3 7.9-3.5 12.2-3.5 12.7 0 23 10.3 23 23v5.6c0 9.9-5.1 19.1-13.5 24.3L30.1 393.7C.1 412.5-9 451.9 9.7 481.9s58.2 39.1 88.2 20.4l340.5-212.8c45.8-28.6 73.6-78.8 73.6-132.8v-5.6C512 67.6 444.4 0 361 0c-28.3 0-56 8-80.1 23l-26.8 16.7c-30 18.7-39.1 58.2-20.4 88.2s58.2 39.1 88.2 20.4l26.8-16.8zm-50.4-81.7c9.2-5.7 19.1-10.1 29.4-13.1L348 97.5c-5.7 1.4-11.2 3.7-16.3 6.8l-12.6 7.9zm88.5 52.7 46.2-46.2c8.5 6.5 16.1 14.1 22.6 22.6l-46.2 46.2c-5.1-9.6-13-17.5-22.6-22.6m28.9 59.3 61.6 20.5c-2.2 10.5-5.8 20.7-10.5 30.2l-62-20.7c6.2-8.8 10.1-19.1 11-30.1zm-86.1 82.5 60.4 37.7-30.2 18.9-60.4-37.7zm-107.2 67 60.4 37.7-30.2 18.9-60.4-37.7zm-103.2 64.4 60.4 37.7-30.2 18.9-60.4-37.7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/cannabis.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/cannabis.svg new file mode 100644 index 0000000..f1813da --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/cannabis.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 0c5.3 0 10.3 2.7 13.3 7.1 15.8 23.5 36.7 63.7 49.2 109 7.2 26.4 11.8 55.2 10.4 84 11.5-8.8 23.7-16.7 35.8-23.6 41-23.3 84.4-36.9 112.2-42.5 5.2-1 10.7.6 14.4 4.4s5.4 9.2 4.4 14.5c-5.6 27.7-19.3 70.9-42.7 111.7-9.1 15.9-19.9 31.7-32.4 46.3 27.8 6.6 52.4 17.3 67.2 25.5 5.1 2.8 8.2 8.2 8.2 14s-3.2 11.2-8.2 14c-15.2 8.4-40.9 19.5-69.8 26.1-20.2 4.6-42.9 7.2-65.2 4.6l8.3 33.1c1.5 6.1-.6 12.4-5.5 16.4s-11.6 4.6-17.2 1.9L280 417.2V488c0 13.3-10.7 24-24 24s-24-10.7-24-24v-70.8l-58.5 29.1c-5.6 2.8-12.3 2.1-17.2-1.9s-7-10.3-5.5-16.4l8.3-33.1c-22.2 2.6-45 0-65.2-4.6-28.9-6.6-54.6-17.6-69.8-26.1-5.1-2.8-8.2-8.2-8.2-14s3.2-11.2 8.2-14c14.8-8.2 39.4-18.8 67.2-25.5-12.4-14.4-23.2-30.2-32.3-46.1-23.4-40.8-37.1-84-42.7-111.7-1.1-5.2.6-10.7 4.4-14.5s9.2-5.4 14.4-4.4c27.9 5.5 71.2 19.2 112.2 42.5 12.1 6.9 24.3 14.7 35.8 23.6-1.4-28.7 3.1-57.6 10.4-84 12.5-45.3 33.4-85.5 49.2-109 3-4.4 8-7.1 13.3-7.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/capsules.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/capsules.svg new file mode 100644 index 0000000..03f3fae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/capsules.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 144c0-26.5 21.5-48 48-48s48 21.5 48 48v112H64zm-64 0v224c0 61.9 50.1 112 112 112s112-50.1 112-112V189.6c1.8 19.1 8.2 38 19.8 54.8l128.5 187.3c35.5 51.7 105.3 64.3 156 28.1s63-107.5 27.5-159.2L427.3 113.3c-35.5-51.8-105.4-64.3-156-28.1-28 20-44.3 50.8-47.3 83V144c0-61.9-50.1-112-112-112S0 82.1 0 144m296.6 64.2c-16-23.3-10-55.3 11.9-71 21.2-15.1 50.5-10.3 66 12.2l67 97.6-79.9 56zM491 407.7c-.8.6-1.6 1.1-2.4 1.6l4-2.8c-.5.4-1 .8-1.6 1.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/car-battery.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/car-battery.svg new file mode 100644 index 0000000..9bad97a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/car-battery.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M80 96c0-17.7 14.3-32 32-32h64c17.7 0 32 14.3 32 32h96c0-17.7 14.3-32 32-32h64c17.7 0 32 14.3 32 32h16c35.3 0 64 28.7 64 64v224c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V160c0-35.3 28.7-64 64-64zm304 96c0-8.8-7.2-16-16-16s-16 7.2-16 16v32h-32c-8.8 0-16 7.2-16 16s7.2 16 16 16h32v32c0 8.8 7.2 16 16 16s16-7.2 16-16v-32h32c8.8 0 16-7.2 16-16s-7.2-16-16-16h-32zM80 240c0 8.8 7.2 16 16 16h96c8.8 0 16-7.2 16-16s-7.2-16-16-16H96c-8.8 0-16 7.2-16 16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/car-burst.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/car-burst.svg new file mode 100644 index 0000000..90cf030 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/car-burst.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M176 8c-6.6 0-12.4 4-14.9 10.1l-29.4 74-76.1-23.2c-6.3-1.9-13.1.2-17.2 5.3S33.8 86.4 37 92.1l39.5 69.1-65.6 45.2c-5.4 3.7-8 10.3-6.5 16.7s6.7 11.2 13.1 12.2l78.7 12.2-5.6 79.5c-.5 6.5 3.1 12.7 9 15.5s12.9 1.8 17.8-2.6l35.3-32.5 9.5-35.4 10.4-38.6c8-29.9 30.5-52.1 57.9-60.9l41-59.2C282.8 97 297.9 84.4 315 76.1c-.4-.6-.8-1.2-1.3-1.8-4.1-5.1-10.9-7.2-17.2-5.3l-76.2 23.1-29.4-74C188.4 12 182.6 8 176 8m191.7 153.5 135.6 36.3c6.5 1.8 11.3 7.4 11.8 14.2l4.6 56.5-201.5-54 32.2-46.6c3.8-5.6 10.8-8.1 17.3-6.4m-69.9-30-47.9 69.3c-21.6 3-40.3 18.6-46.3 41l-10.4 38.6-16.6 61.8-8.3 30.9c-4.6 17.1 5.6 34.6 22.6 39.2l15.5 4.1c17.1 4.6 34.6-5.6 39.2-22.6l8.3-30.9 247.3 66.3-8.3 30.9c-4.6 17.1 5.6 34.6 22.6 39.2l15.5 4.1c17.1 4.6 34.6-5.6 39.2-22.6l8.3-30.9L595 388l10.4-38.6c6-22.4-2.5-45.2-19.6-58.7l-6.8-84c-2.7-33.7-26.4-62-59-70.8L384.2 99.7c-32.7-8.8-67.3 4-86.5 31.8zm-17 131a24 24 0 1 1-12.4 46.4 24 24 0 1 1 12.4-46.4m217.9 83.2a24 24 0 1 1 46.3 12.4 24 24 0 1 1-46.4-12.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/car-on.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/car-on.svg new file mode 100644 index 0000000..45178ee --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/car-on.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M280 24c0-13.3-10.7-24-24-24s-24 10.7-24 24v80c0 13.3 10.7 24 24 24s24-10.7 24-24zm-94.2 200h140.3c6.8 0 12.8 4.3 15.1 10.6l19.1 53.4H151.7l19.1-53.4c2.3-6.4 8.3-10.6 15.1-10.6zm-75.3-10.9-28.3 79.3C62.1 300.9 48 320.8 48 344v136c0 17.7 14.3 32 32 32h16c17.7 0 32-14.3 32-32v-32h256v32c0 17.7 14.3 32 32 32h16c17.7 0 32-14.3 32-32V344c0-23.2-14.1-43.1-34.2-51.6l-28.3-79.3C390.1 181.3 360 160 326.2 160H185.9c-33.8 0-64 21.3-75.3 53.1zM128 344a24 24 0 1 1 0 48 24 24 0 1 1 0-48m232 24a24 24 0 1 1 48 0 24 24 0 1 1-48 0M39 39c-9.4 9.4-9.4 24.6 0 33.9l48 48c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L73 39c-9.4-9.4-24.6-9.4-33.9 0zm400 0-48 48c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l48-48c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/car-rear.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/car-rear.svg new file mode 100644 index 0000000..e28b5cc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/car-rear.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M165.4 96h181.2c13.6 0 25.7 8.6 30.2 21.4l26.1 74.6H109.1l26.1-74.6c4.5-12.8 16.6-21.4 30.2-21.4m-90.6.3L39.6 196.8C16.4 206.4 0 229.3 0 256v80c0 23.7 12.9 44.4 32 55.4V448c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32v-48h256v48c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32v-56.6c19.1-11.1 32-31.7 32-55.4v-80c0-26.7-16.4-49.6-39.6-59.2L437.2 96.3C423.7 57.8 387.4 32 346.6 32H165.4c-40.8 0-77.1 25.8-90.6 64.3M208 272h96c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-96c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16m-160 8c0-13.3 10.7-24 24-24h32c13.3 0 24 10.7 24 24s-10.7 24-24 24H72c-13.3 0-24-10.7-24-24m360-24h32c13.3 0 24 10.7 24 24s-10.7 24-24 24h-32c-13.3 0-24-10.7-24-24s10.7-24 24-24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/car-side.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/car-side.svg new file mode 100644 index 0000000..8db66c7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/car-side.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M171.3 96H224v96H111.3l30.4-75.9C146.5 104 158.2 96 171.3 96M272 192V96h81.2c9.7 0 18.9 4.4 25 12l67.2 84zm256.2 1-100-125c-18.2-22.8-45.8-36-75-36H171.3C132 32 96.7 55.9 82.2 92.3L40.6 196.4C16.8 205.8 0 228.9 0 256v112c0 17.7 14.3 32 32 32h33.3c7.6 45.4 47.1 80 94.7 80s87.1-34.6 94.7-80h130.7c7.6 45.4 47.1 80 94.7 80s87.1-34.6 94.7-80h33.3c17.7 0 32-14.3 32-32v-48c0-65.2-48.8-119-111.8-127zm-93.5 175a48 48 0 1 1 90.5 32 48 48 0 1 1-90.5-32M160 336a48 48 0 1 1 0 96 48 48 0 1 1 0-96"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/car-tunnel.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/car-tunnel.svg new file mode 100644 index 0000000..d356d7a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/car-tunnel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 0C114.6 0 0 114.6 0 256v192c0 35.3 28.7 64 64 64h42.8c-6.6-5.9-10.8-14.4-10.8-24V376c0-20.8 11.3-38.9 28.1-48.6l21-64.7c7.5-23.1 29-38.7 53.3-38.7h115.2c24.3 0 45.8 15.6 53.3 38.7l21 64.7c16.8 9.7 28.2 27.8 28.2 48.6v112c0 9.6-4.2 18.1-10.8 24h42.8c35.3 0 64-28.7 64-64V256C512 114.6 397.4 0 256 0m106.8 512c-6.6-5.9-10.8-14.4-10.8-24v-40H160v40c0 9.6-4.2 18.1-10.8 24h213.7zm-172-234.5L177 320h158l-13.8-42.5c-1.1-3.3-4.1-5.5-7.6-5.5H198.4c-3.5 0-6.5 2.2-7.6 5.5M168 408a24 24 0 1 0 0-48 24 24 0 1 0 0 48m200-24a24 24 0 1 0-48 0 24 24 0 1 0 48 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/car.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/car.svg new file mode 100644 index 0000000..1c3c794 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/car.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M135.2 117.4 109.1 192h293.8l-26.1-74.6c-4.5-12.8-16.6-21.4-30.2-21.4H165.4c-13.6 0-25.7 8.6-30.2 21.4m-95.6 79.4L74.8 96.3C88.3 57.8 124.6 32 165.4 32h181.2c40.8 0 77.1 25.8 90.6 64.3l35.2 100.5c23.2 9.6 39.6 32.5 39.6 59.2v192c0 17.7-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32v-48H96v48c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V256c0-26.7 16.4-49.6 39.6-59.2M128 288a32 32 0 1 0-64 0 32 32 0 1 0 64 0m288 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/caravan.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/caravan.svg new file mode 100644 index 0000000..3d63e38 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/caravan.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 112c0-44.2 35.8-80 80-80h336c88.4 0 160 71.6 160 160v160h32c17.7 0 32 14.3 32 32s-14.3 32-32 32H288c0 53-43 96-96 96s-96-43-96-96H80c-44.2 0-80-35.8-80-80zm320 240h128v-96h-32c-8.8 0-16-7.2-16-16s7.2-16 16-16h32v-64c0-17.7-14.3-32-32-32h-64c-17.7 0-32 14.3-32 32zM96 128c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32h128c17.7 0 32-14.3 32-32v-64c0-17.7-14.3-32-32-32zm96 336a48 48 0 1 0 0-96 48 48 0 1 0 0 96"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/caret-down.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/caret-down.svg new file mode 100644 index 0000000..5eace28 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/caret-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9S301 191.9 288 191.9L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/caret-left.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/caret-left.svg new file mode 100644 index 0000000..9e68621 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/caret-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M9.4 278.6c-12.5-12.5-12.5-32.8 0-45.3l128-128c9.2-9.2 22.9-11.9 34.9-6.9s19.8 16.6 19.8 29.6v256c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-128-128z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/caret-right.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/caret-right.svg new file mode 100644 index 0000000..c1656ca --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/caret-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M246.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9S63.9 115 63.9 128v256c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/caret-up.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/caret-up.svg new file mode 100644 index 0000000..96cc41a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/caret-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M182.6 137.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-9.2 9.2-11.9 22.9-6.9 34.9S19 320.1 32 320.1h256c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-128-128z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/carrot.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/carrot.svg new file mode 100644 index 0000000..e8e191c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/carrot.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M346.7 6C337.6 17 320 42.3 320 72c0 40 15.3 55.3 40 80s40 40 80 40c29.7 0 55-17.6 66-26.7 4-3.3 6-8.2 6-13.3s-2-10-6-13.2c-11.4-9.1-38.3-26.8-74-26.8-32 0-40 8-40 8s8-8 8-40c0-35.7-17.7-62.6-26.8-74-3.2-4-8.1-6-13.2-6s-10 2-13.3 6M244.6 136c-40 0-77.1 18.1-101.7 48.2l60.5 60.5c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L125.5 212v.1L2.2 477.9C-2 487-.1 497.8 7 505s17.9 9 27.1 4.8l134.7-62.4-52.1-52.1c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l60.4 60.3 100.2-46.4c46.4-21.5 76.2-68 76.2-119.2C376 194.8 317.2 136 244.6 136"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/cart-arrow-down.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/cart-arrow-down.svg new file mode 100644 index 0000000..03312dd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/cart-arrow-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M24 0C10.7 0 0 10.7 0 24s10.7 24 24 24h45.5c3.8 0 7.1 2.7 7.9 6.5l51.6 271c6.5 34 36.2 58.5 70.7 58.5H488c13.3 0 24-10.7 24-24s-10.7-24-24-24H199.7c-11.5 0-21.4-8.2-23.6-19.5l-5.4-28.5h288.5c32.6 0 61.1-21.8 69.5-53.3l41-152.3C576.6 57 557.4 32 531.1 32H360v102.1l23-23c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-64 64c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l23 23L312 32H120.1C111 12.8 91.6 0 69.5 0zm152 512a48 48 0 1 0 0-96 48 48 0 1 0 0 96m336-48a48 48 0 1 0-96 0 48 48 0 1 0 96 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/cart-flatbed-suitcase.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/cart-flatbed-suitcase.svg new file mode 100644 index 0000000..c49ca1f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/cart-flatbed-suitcase.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 32C0 14.3 14.3 0 32 0h16c44.2 0 80 35.8 80 80v288c0 8.8 7.2 16 16 16h464c17.7 0 32 14.3 32 32s-14.3 32-32 32h-66.7c1.8 5 2.7 10.4 2.7 16 0 26.5-21.5 48-48 48s-48-21.5-48-48c0-5.6 1-11 2.7-16H253.2c1.8 5 2.7 10.4 2.7 16 0 26.5-21.5 48-48 48s-48-21.5-48-48c0-5.6 1-11 2.7-16H144c-44.2 0-80-35.8-80-80V80c0-8.8-7.2-16-16-16H32C14.3 64 0 49.7 0 32m432 64V56c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8v40zm-144 0V56c0-30.9 25.1-56 56-56h80c30.9 0 56 25.1 56 56v264H288zm224 224V96h16c26.5 0 48 21.5 48 48v128c0 26.5-21.5 48-48 48zM240 96h16v224h-16c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/cart-flatbed.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/cart-flatbed.svg new file mode 100644 index 0000000..5213ee3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/cart-flatbed.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 0C14.3 0 0 14.3 0 32s14.3 32 32 32h16c8.8 0 16 7.2 16 16v288c0 44.2 35.8 80 80 80h18.7c-1.8 5-2.7 10.4-2.7 16 0 26.5 21.5 48 48 48s48-21.5 48-48c0-5.6-1-11-2.7-16h197.5c-1.8 5-2.7 10.4-2.7 16 0 26.5 21.5 48 48 48s48-21.5 48-48c0-5.6-1-11-2.7-16h66.7c17.7 0 32-14.3 32-32s-14.3-32-32-32h-464c-8.8 0-16-7.2-16-16V80C128 35.8 92.2 0 48 0zm160 80v192c0 26.5 21.5 48 48 48h320c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48h-96v144c0 5.9-3.2 11.3-8.5 14.1s-11.5 2.5-16.4-.8L400 163.2l-39.1 26.1c-4.9 3.3-11.2 3.6-16.4.8s-8.5-8.2-8.5-14.1V32h-96c-26.5 0-48 21.5-48 48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/cart-plus.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/cart-plus.svg new file mode 100644 index 0000000..cc32f7d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/cart-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 24C0 10.7 10.7 0 24 0h45.5c22 0 41.5 12.8 50.6 32h411c26.3 0 45.5 25 38.6 50.4l-41 152.3c-8.5 31.4-37 53.3-69.5 53.3H170.7l5.4 28.5c2.2 11.3 12.1 19.5 23.6 19.5H488c13.3 0 24 10.7 24 24s-10.7 24-24 24H199.7c-34.6 0-64.3-24.6-70.7-58.5l-51.6-271c-.7-3.8-4-6.5-7.9-6.5H24C10.7 48 0 37.3 0 24m128 440a48 48 0 1 1 96 0 48 48 0 1 1-96 0m336-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96M252 160c0 11 9 20 20 20h44v44c0 11 9 20 20 20s20-9 20-20v-44h44c11 0 20-9 20-20s-9-20-20-20h-44V96c0-11-9-20-20-20s-20 9-20 20v44h-44c-11 0-20 9-20 20"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/cart-shopping.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/cart-shopping.svg new file mode 100644 index 0000000..933ee7f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/cart-shopping.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 24C0 10.7 10.7 0 24 0h45.5c22 0 41.5 12.8 50.6 32h411c26.3 0 45.5 25 38.6 50.4l-41 152.3c-8.5 31.4-37 53.3-69.5 53.3H170.7l5.4 28.5c2.2 11.3 12.1 19.5 23.6 19.5H488c13.3 0 24 10.7 24 24s-10.7 24-24 24H199.7c-34.6 0-64.3-24.6-70.7-58.5l-51.6-271c-.7-3.8-4-6.5-7.9-6.5H24C10.7 48 0 37.3 0 24m128 440a48 48 0 1 1 96 0 48 48 0 1 1-96 0m336-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/cash-register.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/cash-register.svg new file mode 100644 index 0000000..4bcc176 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/cash-register.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 0C46.3 0 32 14.3 32 32v64c0 17.7 14.3 32 32 32h80v32H87c-31.6 0-58.5 23.1-63.3 54.4L1.1 364.1c-.7 4.7-1.1 9.5-1.1 14.3V448c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64v-69.6c0-4.8-.4-9.6-1.1-14.4l-22.7-149.6c-4.7-31.3-31.6-54.4-63.2-54.4H208v-32h80c17.7 0 32-14.3 32-32V32c0-17.7-14.3-32-32-32zm32 48h160c8.8 0 16 7.2 16 16s-7.2 16-16 16H96c-8.8 0-16-7.2-16-16s7.2-16 16-16M64 432c0-8.8 7.2-16 16-16h352c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16m48-168a24 24 0 1 1 0-48 24 24 0 1 1 0 48m120-24a24 24 0 1 1-48 0 24 24 0 1 1 48 0m-72 104a24 24 0 1 1 0-48 24 24 0 1 1 0 48m168-104a24 24 0 1 1-48 0 24 24 0 1 1 48 0m-72 104a24 24 0 1 1 0-48 24 24 0 1 1 0 48m168-104a24 24 0 1 1-48 0 24 24 0 1 1 48 0m-72 104a24 24 0 1 1 0-48 24 24 0 1 1 0 48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/cat.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/cat.svg new file mode 100644 index 0000000..8c21abc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/cat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M320 192h17.1c22.1 38.3 63.5 64 110.9 64 11 0 21.8-1.4 32-4v228c0 17.7-14.3 32-32 32s-32-14.3-32-32V339.2L280 448h56c17.7 0 32 14.3 32 32s-14.3 32-32 32H192c-53 0-96-43-96-96V192.5c0-16.1-12-29.8-28-31.8l-7.9-1c-17.5-2.2-30-18.2-27.8-35.7S50.5 94 68 96.2l7.9 1c48 6 84.1 46.8 84.1 95.3v85.3c34.4-51.7 93.2-85.8 160-85.8m160 26.5c-10 3.5-20.8 5.5-32 5.5-28.4 0-54-12.4-71.6-32q-5.55-6.15-9.9-13.2C357.3 164 352 146.6 352 128V10.7C352 4.8 356.7.1 362.6 0h.2c3.3 0 6.4 1.6 8.4 4.2v.1l12.8 17 27.2 36.3L416 64h64l4.8-6.4L512 21.3l12.8-17v-.1c2-2.6 5.1-4.2 8.4-4.2h.2c5.9.1 10.6 4.8 10.6 10.7V128c0 17.3-4.6 33.6-12.6 47.6-11.3 19.8-29.6 35.2-51.4 42.9M432 128a16 16 0 1 0-32 0 16 16 0 1 0 32 0m48 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/cedi-sign.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/cedi-sign.svg new file mode 100644 index 0000000..8a96509 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/cedi-sign.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 32c0-17.7-14.3-32-32-32s-32 14.3-32 32v34.7C101.2 81.9 32 160.9 32 256s69.2 174.1 160 189.3V480c0 17.7 14.3 32 32 32s32-14.3 32-32v-34.7c30.9-5.2 59.2-17.7 83.2-35.8 14.1-10.6 17-30.7 6.4-44.8s-30.7-17-44.8-6.4c-13.2 9.9-28.3 17.3-44.8 21.6V132c16.4 4.2 31.6 11.6 44.8 21.6 14.1 10.6 34.2 7.8 44.8-6.4s7.8-34.2-6.4-44.8c-24-18-52.4-30.6-83.2-35.8zm-64 100v248c-55.2-14.2-96-64.3-96-124s40.8-109.8 96-124"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/cent-sign.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/cent-sign.svg new file mode 100644 index 0000000..49c7c78 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/cent-sign.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M224 0c17.7 0 32 14.3 32 32v34.7c30.9 5.2 59.2 17.7 83.2 35.8 14.1 10.6 17 30.7 6.4 44.8s-30.7 17-44.8 6.4C279.4 137.5 252.9 128 224 128c-70.7 0-128 57.3-128 128s57.3 128 128 128c28.9 0 55.4-9.5 76.8-25.6 14.1-10.6 34.2-7.8 44.8 6.4s7.8 34.2-6.4 44.8c-24 18-52.4 30.6-83.2 35.8v34.7c0 17.7-14.3 32-32 32s-32-14.3-32-32v-34.7C101.2 430.1 32 351.1 32 256S101.2 81.9 192 66.7V32c0-17.7 14.3-32 32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/certificate.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/certificate.svg new file mode 100644 index 0000000..46a291e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/certificate.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M211 7.3C205 1 196-1.4 187.6.8s-14.9 8.9-17.1 17.3l-15.8 62.5-62-17.5c-8.4-2.4-17.4 0-23.5 6.1s-8.5 15.1-6.1 23.5l17.5 62-62.5 15.9c-8.4 2.1-15 8.7-17.3 17.1S1 205 7.3 211l46.2 45-46.2 45c-6.3 6-8.7 15-6.5 23.4s8.9 14.9 17.3 17.1l62.5 15.8-17.5 62c-2.4 8.4 0 17.4 6.1 23.5s15.1 8.5 23.5 6.1l62-17.5 15.8 62.5c2.1 8.4 8.7 15 17.1 17.3s17.3-.2 23.4-6.4l45-46.2 45 46.2c6.1 6.2 15 8.7 23.4 6.4s14.9-8.9 17.1-17.3l15.8-62.5 62 17.5c8.4 2.4 17.4 0 23.5-6.1s8.5-15.1 6.1-23.5l-17.5-62 62.5-15.8c8.4-2.1 15-8.7 17.3-17.1s-.2-17.4-6.4-23.4l-46.2-45 46.2-45c6.2-6.1 8.7-15 6.4-23.4s-8.9-14.9-17.3-17.1l-62.5-15.8 17.5-62c2.4-8.4 0-17.4-6.1-23.5s-15.1-8.5-23.5-6.1l-62 17.5-15.9-62.5c-2.1-8.4-8.7-15-17.1-17.3S307 1 301 7.3l-45 46.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/chair.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/chair.svg new file mode 100644 index 0000000..1c72f08 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/chair.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M248 48v208h48V58.7c23.9 13.8 40 39.7 40 69.3v128h48V128C384 57.3 326.7 0 256 0h-64C121.3 0 64 57.3 64 128v128h48V128c0-29.6 16.1-55.5 40-69.3V256h48V48zM48 288c-12.1 0-23.2 6.8-28.6 17.7l-16 32c-5 9.9-4.4 21.7 1.4 31.1S20.9 384 32 384v96c0 17.7 14.3 32 32 32s32-14.3 32-32v-96h256v96c0 17.7 14.3 32 32 32s32-14.3 32-32v-96c11.1 0 21.4-5.7 27.2-15.2s6.4-21.2 1.4-31.1l-16-32c-5.4-10.9-16.5-17.7-28.6-17.7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/chalkboard-user.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/chalkboard-user.svg new file mode 100644 index 0000000..ad274c3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/chalkboard-user.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M160 64c0-35.3 28.7-64 64-64h352c35.3 0 64 28.7 64 64v288c0 35.3-28.7 64-64 64H336.8c-11.8-25.5-29.9-47.5-52.4-64H384v-32c0-17.7 14.3-32 32-32h64c17.7 0 32 14.3 32 32v32h64V64H224v49.1C205.2 102.2 183.3 96 160 96zm0 64a96 96 0 1 1 0 192 96 96 0 1 1 0-192m-26.7 224h53.3c73.7 0 133.4 59.7 133.4 133.3 0 14.7-11.9 26.7-26.7 26.7H26.7C11.9 512 0 500.1 0 485.3 0 411.7 59.7 352 133.3 352"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/chalkboard.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/chalkboard.svg new file mode 100644 index 0000000..06175d9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/chalkboard.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 32c-35.3 0-64 28.7-64 64v288h64V96h384v288h64V96c0-35.3-28.7-64-64-64zm128 352v32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h512c17.7 0 32-14.3 32-32s-14.3-32-32-32H416v-32c0-17.7-14.3-32-32-32H256c-17.7 0-32 14.3-32 32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/champagne-glasses.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/champagne-glasses.svg new file mode 100644 index 0000000..327d3f0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/champagne-glasses.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M155.6 17.3C163 3 179.9-3.6 195 1.9l125 45.6L445 1.9c15.1-5.5 32 1.1 39.4 15.4l78.8 152.9c28.8 55.8 10.3 122.3-38.5 156.6l31.4 86.2 41-15c16.6-6 35 2.5 41 19.1s-2.5 35-19.1 41L547.9 484l-71.1 26c-16.6 6.1-35-2.5-41-19.1s2.5-35 19.1-41l41-15-31.3-86.2c-59.4 5.2-116.2-34-130-95.2L320 188.8l-14.6 64.7c-13.8 61.3-70.6 100.4-130 95.2l-31.3 86.2 41 15c16.6 6 25.2 24.4 19.1 41s-24.4 25.2-41 19.1l-71-25.9-71.1-25.9c-16.6-6.1-25.2-24.4-19.1-41s24.4-25.2 41-19.1l41 15 31.3-86.2C66.5 292.5 48.1 226 76.9 170.2zm44 54.4-27.2 52.8 89.2 32.5 13.1-57.9zm240.9 0-75.1 27.4 13.1 57.9 89.2-32.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/charging-station.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/charging-station.svg new file mode 100644 index 0000000..f434082 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/charging-station.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 0C60.7 0 32 28.7 32 64v384c-17.7 0-32 14.3-32 32s14.3 32 32 32h288c17.7 0 32-14.3 32-32s-14.3-32-32-32V304h16c22.1 0 40 17.9 40 40v32c0 39.8 32.2 72 72 72s72-32.2 72-72V252.3c32.5-10.2 56-40.5 56-76.3v-32c0-8.8-7.2-16-16-16h-16V80c0-8.8-7.2-16-16-16s-16 7.2-16 16v48h-32V80c0-8.8-7.2-16-16-16s-16 7.2-16 16v48h-16c-8.8 0-16 7.2-16 16v32c0 35.8 23.5 66.1 56 76.3V376c0 13.3-10.7 24-24 24s-24-10.7-24-24v-32c0-48.6-39.4-88-88-88h-16V64c0-35.3-28.7-64-64-64zm120.9 82.7c6 4 8.5 11.5 6.3 18.3l-25 74.9H256c6.7 0 12.7 4.2 15 10.4s.5 13.3-4.6 17.7l-112 96c-5.5 4.7-13.4 5.1-19.3 1.1s-8.5-11.5-6.3-18.3l25-74.9-57.8.1c-6.7 0-12.7-4.2-15-10.4s-.5-13.3 4.6-17.7l112-96c5.5-4.7 13.4-5.1 19.3-1.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/chart-area.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/chart-area.svg new file mode 100644 index 0000000..3787b61 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/chart-area.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 64c0-17.7-14.3-32-32-32S0 46.3 0 64v336c0 44.2 35.8 80 80 80h400c17.7 0 32-14.3 32-32s-14.3-32-32-32H80c-8.8 0-16-7.2-16-16zm96 288h288c17.7 0 32-14.3 32-32v-68.2c0-7.6-2.7-15-7.7-20.8l-65.8-76.8c-12.1-14.2-33.7-15-46.9-1.8l-21 21c-10 10-26.4 9.2-35.4-1.6l-39.2-47c-12.6-15.1-35.7-15.4-48.7-.6L135.9 215c-5.1 5.8-7.9 13.3-7.9 21.1v84c0 17.7 14.3 32 32 32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/chart-bar.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/chart-bar.svg new file mode 100644 index 0000000..397bee8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/chart-bar.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 32c17.7 0 32 14.3 32 32v336c0 8.8 7.2 16 16 16h400c17.7 0 32 14.3 32 32s-14.3 32-32 32H80c-44.2 0-80-35.8-80-80V64c0-17.7 14.3-32 32-32m96 96c0-17.7 14.3-32 32-32h192c17.7 0 32 14.3 32 32s-14.3 32-32 32H160c-17.7 0-32-14.3-32-32m32 64h128c17.7 0 32 14.3 32 32s-14.3 32-32 32H160c-17.7 0-32-14.3-32-32s14.3-32 32-32m0 96h256c17.7 0 32 14.3 32 32s-14.3 32-32 32H160c-17.7 0-32-14.3-32-32s14.3-32 32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/chart-column.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/chart-column.svg new file mode 100644 index 0000000..e53e66b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/chart-column.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 32c17.7 0 32 14.3 32 32v336c0 8.8 7.2 16 16 16h400c17.7 0 32 14.3 32 32s-14.3 32-32 32H80c-44.2 0-80-35.8-80-80V64c0-17.7 14.3-32 32-32m128 192c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32s-32-14.3-32-32v-64c0-17.7 14.3-32 32-32m128-64v160c0 17.7-14.3 32-32 32s-32-14.3-32-32V160c0-17.7 14.3-32 32-32s32 14.3 32 32m64 32c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96c0-17.7 14.3-32 32-32m128-96v224c0 17.7-14.3 32-32 32s-32-14.3-32-32V96c0-17.7 14.3-32 32-32s32 14.3 32 32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/chart-gantt.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/chart-gantt.svg new file mode 100644 index 0000000..750db7c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/chart-gantt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 32c17.7 0 32 14.3 32 32v336c0 8.8 7.2 16 16 16h400c17.7 0 32 14.3 32 32s-14.3 32-32 32H80c-44.2 0-80-35.8-80-80V64c0-17.7 14.3-32 32-32m96 96c0-17.7 14.3-32 32-32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32h-96c-17.7 0-32-14.3-32-32m96 64h128c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32s14.3-32 32-32m160 96h64c17.7 0 32 14.3 32 32s-14.3 32-32 32h-64c-17.7 0-32-14.3-32-32s14.3-32 32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/chart-line.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/chart-line.svg new file mode 100644 index 0000000..e732d76 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/chart-line.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 64c0-17.7-14.3-32-32-32S0 46.3 0 64v336c0 44.2 35.8 80 80 80h400c17.7 0 32-14.3 32-32s-14.3-32-32-32H80c-8.8 0-16-7.2-16-16zm406.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L320 210.7l-57.4-57.4c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l89.4-89.3 57.4 57.4c12.5 12.5 32.8 12.5 45.3 0l128-128z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/chart-pie.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/chart-pie.svg new file mode 100644 index 0000000..6ab28c5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/chart-pie.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M304 240V16.6c0-9 7-16.6 16-16.6 123.7 0 224 100.3 224 224 0 9-7.6 16-16.6 16zM32 272c0-121.3 90.1-221.7 207-237.7 9.2-1.3 17 6.1 17 15.4V288l156.5 156.5c6.7 6.7 6.2 17.7-1.5 23.1-39.2 28-87.2 44.4-139 44.4-132.5 0-240-107.4-240-240m526.4 16c9.3 0 16.6 7.8 15.4 17-7.7 55.9-34.6 105.6-73.9 142.3-6 5.6-15.4 5.2-21.2-.7L320 288z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/chart-simple.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/chart-simple.svg new file mode 100644 index 0000000..bf02dc6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/chart-simple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M160 80c0-26.5 21.5-48 48-48h32c26.5 0 48 21.5 48 48v352c0 26.5-21.5 48-48 48h-32c-26.5 0-48-21.5-48-48zM0 272c0-26.5 21.5-48 48-48h32c26.5 0 48 21.5 48 48v160c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48zM368 96h32c26.5 0 48 21.5 48 48v288c0 26.5-21.5 48-48 48h-32c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/check-double.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/check-double.svg new file mode 100644 index 0000000..e65a0ef --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/check-double.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M342.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 178.7l-57.4-57.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l80 80c12.5 12.5 32.8 12.5 45.3 0zm96 128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 402.7 54.6 297.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0l256-256z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/check-to-slot.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/check-to-slot.svg new file mode 100644 index 0000000..edd7a72 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/check-to-slot.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 80c0-26.5 21.5-48 48-48h288c26.5 0 48 21.5 48 48v304H96zm313 47c-9.4-9.4-24.6-9.4-33.9 0l-111 111-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0L409 161c9.4-9.4 9.4-24.6 0-33.9zM0 336c0-26.5 21.5-48 48-48h16v128h448V288h16c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/check.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/check.svg new file mode 100644 index 0000000..5848181 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7l233.4-233.3c12.5-12.5 32.8-12.5 45.3 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/cheese.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/cheese.svg new file mode 100644 index 0000000..e9a16a7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/cheese.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M512 240.2V256H0c0-20 10-38.7 26.6-49.8L274.9 40.7c8.6-5.7 18.6-8.7 28.9-8.7 115 0 208.2 93.2 208.2 208.2m0 47.8v128c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V288z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/chess-bishop.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/chess-bishop.svg new file mode 100644 index 0000000..bc963ce --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/chess-bishop.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M128 0c-17.7 0-32 14.3-32 32 0 16.1 11.9 29.4 27.4 31.7C78.4 106.8 8 190 8 288c0 47.4 30.8 72.3 56 84.7V400h192v-27.3c25.2-12.5 56-37.4 56-84.7 0-37.3-10.2-72.4-25.3-104.1l-99.4 99.4c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l106.1-106.1c-23.2-38.1-51.8-69.5-74.2-90.9C212.1 61.4 224 48.1 224 32c0-17.7-14.3-32-32-32zM48 432 6.6 473.4c-4.2 4.2-6.6 10-6.6 16C0 501.9 10.1 512 22.6 512h274.7c12.5 0 22.6-10.1 22.6-22.6 0-6-2.4-11.8-6.6-16L272 432z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/chess-board.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/chess-board.svg new file mode 100644 index 0000000..2edbfce --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/chess-board.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm64 64v64h64V96h64v64h64V96h64v64h-64v64h64v64h-64v64h64v64h-64v-64h-64v64h-64v-64h-64v64H64v-64h64v-64H64v-64h64v-64H64V96zm64 128h64v-64h-64zm0 64v-64h-64v64zm64 0h-64v64h64zm0 0h64v-64h-64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/chess-king.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/chess-king.svg new file mode 100644 index 0000000..931eb11 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/chess-king.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M224 0c17.7 0 32 14.3 32 32v16h16c17.7 0 32 14.3 32 32s-14.3 32-32 32h-16v48h152c22.1 0 40 17.9 40 40 0 5.3-1 10.5-3.1 15.4L368 400H80L3.1 215.4C1 210.5 0 205.3 0 200c0-22.1 17.9-40 40-40h152v-48h-16c-17.7 0-32-14.3-32-32s14.3-32 32-32h16V32c0-17.7 14.3-32 32-32M38.6 473.4 80 432h288l41.4 41.4c4.2 4.2 6.6 10 6.6 16 0 12.5-10.1 22.6-22.6 22.6H54.6C42.1 512 32 501.9 32 489.4c0-6 2.4-11.8 6.6-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/chess-knight.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/chess-knight.svg new file mode 100644 index 0000000..0c14c2f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/chess-knight.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 48 82.7 61.3c-12 12-18.7 28.2-18.7 45.2v132.4c0 10.7 5.3 20.7 14.2 26.6l10.6 7c14.3 9.6 32.7 10.7 48.1 3l3.2-1.6c2.6-1.3 5-2.8 7.3-4.5l49.4-37c6.6-5 15.7-5 22.3 0 10.2 7.7 9.9 23.1-.7 30.3L90.4 350C73.9 361.3 64 380 64 400h320l28.9-159c2.1-11.3 3.1-22.8 3.1-34.3V192C416 86 330 0 224 0H83.8C72.9 0 64 8.9 64 19.8c0 7.5 4.2 14.3 10.9 17.7zm24 68a20 20 0 1 1 40 0 20 20 0 1 1-40 0M22.6 473.4c-4.2 4.2-6.6 10-6.6 16 0 12.5 10.1 22.6 22.6 22.6h370.7c12.5 0 22.6-10.1 22.6-22.6 0-6-2.4-11.8-6.6-16L384 432H64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/chess-pawn.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/chess-pawn.svg new file mode 100644 index 0000000..240bbc2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/chess-pawn.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M215.5 224c29.2-18.4 48.5-50.9 48.5-88 0-57.4-46.6-104-104-104S56 78.6 56 136c0 37.1 19.4 69.6 48.5 88H96c-17.7 0-32 14.3-32 32 0 16.5 12.5 30 28.5 31.8L80 400h160l-12.5-112.2c16-1.8 28.5-15.3 28.5-31.8 0-17.7-14.3-32-32-32zM22.6 473.4c-4.2 4.2-6.6 10-6.6 16 0 12.5 10.1 22.6 22.6 22.6h242.7c12.5 0 22.6-10.1 22.6-22.6 0-6-2.4-11.8-6.6-16L256 432H64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/chess-queen.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/chess-queen.svg new file mode 100644 index 0000000..8dd0193 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/chess-queen.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 0a56 56 0 1 1 0 112 56 56 0 1 1 0-112M134.1 143.8c3.3-13 15-23.8 30.2-23.8 12.3 0 22.6 7.2 27.7 17 12 23.2 36.2 39 64 39s52-15.8 64-39c5.1-9.8 15.4-17 27.7-17 15.3 0 27 10.8 30.2 23.8 7 27.8 32.2 48.3 62.1 48.3 10.8 0 21-2.7 29.8-7.4 8.4-4.4 18.9-4.5 27.6.9 13 8 17.1 25 9.2 38L399.7 400H112.3L5.4 223.6c-7.9-13-3.8-30 9.2-38 8.7-5.3 19.2-5.3 27.6-.9 8.9 4.7 19 7.4 29.8 7.4 29.9 0 55.1-20.5 62.1-48.3M112 432h288l41.4 41.4c4.2 4.2 6.6 10 6.6 16 0 12.5-10.1 22.6-22.6 22.6H86.6C74.1 512 64 501.9 64 489.4c0-6 2.4-11.8 6.6-16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/chess-rook.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/chess-rook.svg new file mode 100644 index 0000000..1227a9c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/chess-rook.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 192V48c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16v40c0 4.4 3.6 8 8 8h32c4.4 0 8-3.6 8-8V48c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16v40c0 4.4 3.6 8 8 8h32c4.4 0 8-3.6 8-8V48c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16v144c0 10.1-4.7 19.6-12.8 25.6L352 256l16 144H80l16-144-51.2-38.4c-8.1-6-12.8-15.5-12.8-25.6m176 96h32c8.8 0 16-7.2 16-16v-48c0-17.7-14.3-32-32-32s-32 14.3-32 32v48c0 8.8 7.2 16 16 16M22.6 473.4 64 432h320l41.4 41.4c4.2 4.2 6.6 10 6.6 16 0 12.5-10.1 22.6-22.6 22.6H38.6C26.1 512 16 501.9 16 489.4c0-6 2.4-11.8 6.6-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/chess.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/chess.svg new file mode 100644 index 0000000..74c18f6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/chess.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M144 16c0-8.8-7.2-16-16-16s-16 7.2-16 16v16H96c-8.8 0-16 7.2-16 16s7.2 16 16 16h16v32H60.2C49.1 96 40 105.1 40 116.2c0 2.5.5 4.9 1.3 7.3L73.8 208H72c-13.3 0-24 10.7-24 24s10.7 24 24 24h4L60 384h136l-16-128h4c13.3 0 24-10.7 24-24s-10.7-24-24-24h-1.8l32.5-84.5c.9-2.3 1.3-4.8 1.3-7.3 0-11.2-9.1-20.2-20.2-20.2H144V64h16c8.8 0 16-7.2 16-16s-7.2-16-16-16h-16zM48 416 4.8 473.6C1.7 477.8 0 482.8 0 488c0 13.3 10.7 24 24 24h208c13.3 0 24-10.7 24-24 0-5.2-1.7-10.2-4.8-14.4L208 416zm288 0-43.2 57.6c-3.1 4.2-4.8 9.2-4.8 14.4 0 13.3 10.7 24 24 24h176c13.3 0 24-10.7 24-24 0-5.2-1.7-10.2-4.8-14.4L464 416zm-32-208v51.9c0 7.8 2.8 15.3 8 21.1l27.2 31-2.2 72h125.5l-3.3-72 28.3-30.8c5.4-5.9 8.5-13.6 8.5-21.7V208c0-8.8-7.2-16-16-16h-16c-8.8 0-16 7.2-16 16v16h-24v-16c0-8.8-7.2-16-16-16h-16c-8.8 0-16 7.2-16 16v16h-24v-16c0-8.8-7.2-16-16-16h-16c-8.8 0-16 7.2-16 16m80 96c0-8.8 7.2-16 16-16s16 7.2 16 16v32h-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/chevron-down.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/chevron-down.svg new file mode 100644 index 0000000..1eee574 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/chevron-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/chevron-left.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/chevron-left.svg new file mode 100644 index 0000000..1435add --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/chevron-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 246.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/chevron-right.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/chevron-right.svg new file mode 100644 index 0000000..9fb6512 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/chevron-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/chevron-up.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/chevron-up.svg new file mode 100644 index 0000000..cd548f5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/chevron-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/child-combatant.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/child-combatant.svg new file mode 100644 index 0000000..0fe42a8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/child-combatant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M176 128a64 64 0 1 0 0-128 64 64 0 1 0 0 128m-8 352V352h16v128c0 17.7 14.3 32 32 32s32-14.3 32-32V300.5l12.9 20.5c9.4 15 29.2 19.4 44.1 10s19.4-29.2 10-44.1l-51.7-82.1c-17.6-27.9-48.3-44.9-81.2-44.9h-12.3c-33 0-63.7 16.9-81.2 44.9L36.9 287c-9.4 15-4.9 34.7 10 44.1s34.7 4.9 44.1-10l13-20.6V480c0 17.7 14.3 32 32 32s32-14.3 32-32M448 0h-32c-8.8 0-16 7.2-16 16s7.2 16 16 16v100.3c-9.6 5.5-16 15.9-16 27.7v32c-17.7 0-32 14.3-32 32v144c0 17.7 14.3 32 32 32h16v96c0 8.8 7.2 16 16 16h59.5c10.4 0 18-9.8 15.5-19.9L484 400h44c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16h-48v-26.7l53.1-17.7c6.5-2.2 10.9-8.3 10.9-15.2v-84.5c0-8.8-7.2-16-16-16h-16c-8.8 0-16 7.2-16 16v56l-16 5.3V160c0-11.8-6.4-22.2-16-27.7V16c0-8.8-7.2-16-16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/child-dress.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/child-dress.svg new file mode 100644 index 0000000..38fc162 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/child-dress.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M224 64a64 64 0 1 0-128 0 64 64 0 1 0 128 0M88 400v80c0 17.7 14.3 32 32 32s32-14.3 32-32v-80h16v80c0 17.7 14.3 32 32 32s32-14.3 32-32v-80h17.8c10.9 0 18.6-10.7 15.2-21.1l-31.1-93.4 28.6 37.8c10.7 14.1 30.8 16.8 44.8 6.2s16.8-30.7 6.2-44.8L254.6 207c-22.4-29.6-57.5-47-94.6-47s-72.2 17.4-94.6 47L6.5 284.7c-10.7 14.1-7.9 34.2 6.2 44.8s34.2 7.9 44.8-6.2l28.7-37.8L55 378.9c-3.4 10.4 4.3 21.1 15.2 21.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/child-reaching.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/child-reaching.svg new file mode 100644 index 0000000..54003e4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/child-reaching.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 64a64 64 0 1 0-128 0 64 64 0 1 0 128 0M152.9 169.3c-23.7-8.4-44.5-24.3-58.8-45.8L74.6 94.2C64.8 79.5 45 75.6 30.2 85.4s-18.7 29.7-8.9 44.4L40.9 159c18.1 27.1 42.8 48.4 71.1 62.4V480c0 17.7 14.3 32 32 32s32-14.3 32-32v-96h32v96c0 17.7 14.3 32 32 32s32-14.3 32-32V221.6c29.1-14.2 54.4-36.2 72.7-64.2l18.2-27.9c9.6-14.8 5.4-34.6-9.4-44.3s-34.6-5.5-44.3 9.4L291 122.4c-21.8 33.4-58.9 53.6-98.8 53.6-12.6 0-24.9-2-36.6-5.8-.9-.3-1.8-.7-2.7-.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/child.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/child.svg new file mode 100644 index 0000000..6b2f0f7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/child.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 64a64 64 0 1 1 128 0 64 64 0 1 1-128 0m48 320v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V287.8L59.1 321c-9.4 15-29.2 19.4-44.1 10s-19.5-29.1-10.1-44l39.9-63.3C69.7 184 113.2 160 160 160s90.3 24 115.2 63.6l39.9 63.4c9.4 15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10l-21-33.3V480c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/children.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/children.svg new file mode 100644 index 0000000..5d5d20f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/children.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M160 0a64 64 0 1 1 0 128 64 64 0 1 1 0-128M88 480v-80H70.2c-10.9 0-18.6-10.7-15.2-21.1l31.1-93.4-28.6 37.8c-10.7 14.1-30.8 16.8-44.8 6.2s-16.8-30.7-6.2-44.8L65.4 207c22.4-29.6 57.5-47 94.6-47s72.2 17.4 94.6 47l58.9 77.7c10.7 14.1 7.9 34.2-6.2 44.8s-34.2 7.9-44.8-6.2l-28.6-37.8 31.1 93.4c3.5 10.4-4.3 21.1-15.2 21.1H232v80c0 17.7-14.3 32-32 32s-32-14.3-32-32v-80h-16v80c0 17.7-14.3 32-32 32s-32-14.3-32-32M480 0a64 64 0 1 1 0 128 64 64 0 1 1 0-128m-8 384v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V300.5L395.1 321c-9.4 15-29.2 19.4-44.1 10s-19.4-29.2-10-44.1l51.7-82.1c17.6-27.9 48.3-44.9 81.2-44.9h12.3c33 0 63.7 16.9 81.2 44.9l51.7 82.2c9.4 15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10l-13-20.6V480c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/church.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/church.svg new file mode 100644 index 0000000..cf45415 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/church.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M344 24c0-13.3-10.7-24-24-24s-24 10.7-24 24v24h-32c-13.3 0-24 10.7-24 24s10.7 24 24 24h32v46.4L183.3 210c-14.5 8.7-23.3 24.3-23.3 41.2V512h96v-96c0-35.3 28.7-64 64-64s64 28.7 64 64v96h96V251.2c0-16.9-8.8-32.5-23.3-41.2L344 142.4V96h32c13.3 0 24-10.7 24-24s-10.7-24-24-24h-32zM24.9 330.3C9.5 338.8 0 354.9 0 372.4V464c0 26.5 21.5 48 48 48h80V273.6zM592 512c26.5 0 48-21.5 48-48v-91.6c0-17.5-9.5-33.6-24.9-42.1L512 273.6V512z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-arrow-down.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-arrow-down.svg new file mode 100644 index 0000000..8d437fc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-arrow-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 0a256 256 0 1 0 0 512 256 256 0 1 0 0-512M127 297c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l71 71L232 120c0-13.3 10.7-24 24-24s24 10.7 24 24v214.1l71-71c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L273 409c-9.4 9.4-24.6 9.4-33.9 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-arrow-left.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-arrow-left.svg new file mode 100644 index 0000000..3213206 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-arrow-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M512 256a256 256 0 1 0-512 0 256 256 0 1 0 512 0M215 127c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-71 71 214.1.1c13.3 0 24 10.7 24 24s-10.7 24-24 24H177.9l71 71c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L103 273c-9.4-9.4-9.4-24.6 0-33.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-arrow-right.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-arrow-right.svg new file mode 100644 index 0000000..b4072cd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-arrow-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 256a256 256 0 1 0 512 0 256 256 0 1 0-512 0m297 129c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l71-71L120 280c-13.3 0-24-10.7-24-24s10.7-24 24-24h214.1l-71-71c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L409 239c9.4 9.4 9.4 24.6 0 33.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-arrow-up.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-arrow-up.svg new file mode 100644 index 0000000..4d05dff --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-arrow-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m129-297c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-71-71L280 392c0 13.3-10.7 24-24 24s-24-10.7-24-24V177.9l-71 71c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L239 103c9.4-9.4 24.6-9.4 33.9 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-check.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-check.svg new file mode 100644 index 0000000..efa9d43 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m113-303L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-chevron-down.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-chevron-down.svg new file mode 100644 index 0000000..e36cb26 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-chevron-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 0a256 256 0 1 0 0 512 256 256 0 1 0 0-512M135 241c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l87 87 87-87c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L273 345c-9.4 9.4-24.6 9.4-33.9 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-chevron-left.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-chevron-left.svg new file mode 100644 index 0000000..678e408 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-chevron-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M512 256a256 256 0 1 0-512 0 256 256 0 1 0 512 0M271 135c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-87 87 87 87c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L167 273c-9.4-9.4-9.4-24.6 0-33.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-chevron-right.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-chevron-right.svg new file mode 100644 index 0000000..c5131d8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-chevron-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 256a256 256 0 1 0 512 0 256 256 0 1 0-512 0m241 121c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l87-87-87-87c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L345 239c9.4 9.4 9.4 24.6 0 33.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-chevron-up.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-chevron-up.svg new file mode 100644 index 0000000..d269514 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-chevron-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m121-241c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-87-87-87 87c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L239 167c9.4-9.4 24.6-9.4 33.9 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-dollar-to-slot.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-dollar-to-slot.svg new file mode 100644 index 0000000..7ff90cd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-dollar-to-slot.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M326.7 403.7c-22.1 8-45.9 12.3-70.7 12.3s-48.7-4.4-70.7-12.3l-.8-.3c-30-11-56.8-28.7-78.6-51.4C70 314.6 48 263.9 48 208 48 93.1 141.1 0 256 0s208 93.1 208 208c0 55.9-22 106.6-57.9 144-1 1-2 2.1-3 3.1a208.8 208.8 0 0 1-76.3 48.6zM256 91.9c-11.1 0-20.1 9-20.1 20.1v6q-8.4 1.8-15.9 5.1c-15 6.8-27.9 19.4-31.1 37.7-1.8 10.2-.8 20 3.4 29 4.2 8.8 10.7 15 17.3 19.5 11.6 7.9 26.9 12.5 38.6 16l2.2.7c13.9 4.2 23.4 7.4 29.3 11.7 2.5 1.8 3.4 3.2 3.7 4s.9 2.6.2 6.7c-.6 3.5-2.5 6.4-8 8.8-6.1 2.6-16 3.9-28.8 1.9-6-1-16.7-4.6-26.2-7.9-2.2-.7-4.3-1.5-6.4-2.1-10.5-3.5-21.8 2.2-25.3 12.7s2.2 21.8 12.7 25.3c1.2.4 2.7.9 4.4 1.5 7.9 2.7 20.3 6.9 29.8 9.1v6.4c0 11.1 9 20.1 20.1 20.1s20.1-9 20.1-20.1v-5.5c5.3-1 10.5-2.5 15.4-4.6 15.7-6.7 28.4-19.7 31.6-38.7 1.8-10.4 1-20.3-3-29.4-3.9-9-10.2-15.6-16.9-20.5-12.2-8.8-28.3-13.7-40.4-17.4l-.8-.2c-14.2-4.3-23.8-7.3-29.9-11.4-2.6-1.8-3.4-3-3.6-3.5-.2-.3-.7-1.6-.1-5 .3-1.9 1.9-5.2 8.2-8.1 6.4-2.9 16.4-4.5 28.6-2.6 4.3.7 17.9 3.3 21.7 4.3 10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-4.4-1.2-14.4-3.2-21-4.4v-6.3c0-11.1-9-20.1-20.1-20.1zM48 352h16c19.5 25.9 44 47.7 72.2 64H64v32h384v-32h-72.2c28.2-16.3 52.8-38.1 72.2-64h16c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48v-64c0-26.5 21.5-48 48-48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-dot.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-dot.svg new file mode 100644 index 0000000..81dbd9e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-dot.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m0-352a96 96 0 1 1 0 192 96 96 0 1 1 0-192"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-down.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-down.svg new file mode 100644 index 0000000..9b672c5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 0a256 256 0 1 0 0 512 256 256 0 1 0 0-512m-11.3 395.3-112-112c-4.6-4.6-5.9-11.5-3.5-17.4s8.3-9.9 14.8-9.9h64v-96c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32v96h64c6.5 0 12.3 3.9 14.8 9.9s1.1 12.9-3.5 17.4l-112 112c-6.2 6.2-16.4 6.2-22.6 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-exclamation.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-exclamation.svg new file mode 100644 index 0000000..5ae61c9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-exclamation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m0-384c13.3 0 24 10.7 24 24v112c0 13.3-10.7 24-24 24s-24-10.7-24-24V152c0-13.3 10.7-24 24-24m-32 224a32 32 0 1 1 64 0 32 32 0 1 1-64 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-h.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-h.svg new file mode 100644 index 0000000..847dad7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-h.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m112-360v208c0 13.3-10.7 24-24 24s-24-10.7-24-24v-80H192v80c0 13.3-10.7 24-24 24s-24-10.7-24-24V152c0-13.3 10.7-24 24-24s24 10.7 24 24v80h128v-80c0-13.3 10.7-24 24-24s24 10.7 24 24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-half-stroke.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-half-stroke.svg new file mode 100644 index 0000000..2d95d3e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-half-stroke.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M448 256c0-106-86-192-192-192v384c106 0 192-86 192-192M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-info.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-info.svg new file mode 100644 index 0000000..577de90 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-info.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m-40-176h24v-64h-24c-13.3 0-24-10.7-24-24s10.7-24 24-24h48c13.3 0 24 10.7 24 24v88h8c13.3 0 24 10.7 24 24s-10.7 24-24 24h-80c-13.3 0-24-10.7-24-24s10.7-24 24-24m40-208a32 32 0 1 1 0 64 32 32 0 1 1 0-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-left.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-left.svg new file mode 100644 index 0000000..43e338f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M512 256a256 256 0 1 0-512 0 256 256 0 1 0 512 0m-395.3-11.3 112-112c4.6-4.6 11.5-5.9 17.4-3.5s9.9 8.3 9.9 14.8v64h96c17.7 0 32 14.3 32 32v32c0 17.7-14.3 32-32 32h-96v64c0 6.5-3.9 12.3-9.9 14.8s-12.9 1.1-17.4-3.5l-112-112c-6.2-6.2-6.2-16.4 0-22.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-minus.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-minus.svg new file mode 100644 index 0000000..a192d20 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m-72-280h144c13.3 0 24 10.7 24 24s-10.7 24-24 24H184c-13.3 0-24-10.7-24-24s10.7-24 24-24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-nodes.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-nodes.svg new file mode 100644 index 0000000..e2f6f89 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-nodes.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M418.4 157.9c35.3-8.3 61.6-40 61.6-77.9 0-44.2-35.8-80-80-80-43.4 0-78.7 34.5-80 77.5l-183.8 73.6C121.7 136.8 101.9 128 80 128c-44.2 0-80 35.8-80 80s35.8 80 80 80c12.2 0 23.8-2.7 34.1-7.6l145.6 127.4c-2.4 7.6-3.7 15.8-3.7 24.2 0 44.2 35.8 80 80 80s80-35.8 80-80c0-27.7-14-52.1-35.4-66.4zm-262.1 74.3c2.2-6.9 3.5-14.2 3.7-21.7L343.8 137c3.6 3.5 7.4 6.7 11.6 9.5l-37.8 207.6c-5.5 1.3-10.8 3.1-15.8 5.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-notch.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-notch.svg new file mode 100644 index 0000000..c196f4d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-notch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M222.7 32.1c5 16.9-4.6 34.8-21.5 39.8C121.8 95.6 64 169.1 64 256c0 106 86 192 192 192s192-86 192-192c0-86.9-57.8-160.4-137.1-184.1-16.9-5-26.6-22.9-21.5-39.8s22.9-26.6 39.8-21.5C434.9 42.1 512 140 512 256c0 141.4-114.6 256-256 256S0 397.4 0 256C0 140 77.1 42.1 182.9 10.6c16.9-5 34.8 4.6 39.8 21.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-pause.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-pause.svg new file mode 100644 index 0000000..545fdd2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-pause.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m-32-320v128c0 17.7-14.3 32-32 32s-32-14.3-32-32V192c0-17.7 14.3-32 32-32s32 14.3 32 32m128 0v128c0 17.7-14.3 32-32 32s-32-14.3-32-32V192c0-17.7 14.3-32 32-32s32 14.3 32 32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-play.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-play.svg new file mode 100644 index 0000000..b1b74f6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-play.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m188.3-108.9c-7.6 4.2-12.3 12.3-12.3 20.9v176c0 8.7 4.7 16.7 12.3 20.9s16.8 4.1 24.3-.5l144-88c7.1-4.4 11.5-12.1 11.5-20.5s-4.4-16.1-11.5-20.5l-144-88c-7.4-4.5-16.7-4.7-24.3-.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-plus.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-plus.svg new file mode 100644 index 0000000..d180420 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m-24-168v-64h-64c-13.3 0-24-10.7-24-24s10.7-24 24-24h64v-64c0-13.3 10.7-24 24-24s24 10.7 24 24v64h64c13.3 0 24 10.7 24 24s-10.7 24-24 24h-64v64c0 13.3-10.7 24-24 24s-24-10.7-24-24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-question.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-question.svg new file mode 100644 index 0000000..8f34305 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-question.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m-86.2-346.7c7.9-22.3 29.1-37.3 52.8-37.3h58.3c34.9 0 63.1 28.3 63.1 63.1 0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6-13.3 0-24-10.7-24-24v-13.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1 0-8.4-6.8-15.1-15.1-15.1h-58.3c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM224 352a32 32 0 1 1 64 0 32 32 0 1 1-64 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-radiation.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-radiation.svg new file mode 100644 index 0000000..c3aa90d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-radiation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 64a192 192 0 1 1 0 384 192 192 0 1 1 0-384m0 448a256 256 0 1 0 0-512 256 256 0 1 0 0 512m-56-256c0-20.7 11.3-38.8 28-48.5l-36-62.3c-8.8-15.3-28.7-20.8-42-9-25.6 22.6-43.9 53.3-50.9 88.1-3.4 17.2 11.2 31.7 28.9 31.7zm28 48.5-36 62.4c-8.8 15.3-3.6 35.2 13.1 40.8 16 5.4 33.1 8.3 50.9 8.3s34.9-2.9 50.9-8.3c16.7-5.6 21.9-25.5 13.1-40.8l-36-62.4c-8.2 4.8-17.8 7.5-28 7.5s-19.8-2.7-28-7.5m84-48.5h72c17.7 0 32.3-14.5 28.8-31.8-7-34.8-25.3-65.5-50.9-88.1-13.2-11.7-33.1-6.3-42 9l-36 62.3c16.7 9.7 28 27.8 28 48.5zm-56 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-right.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-right.svg new file mode 100644 index 0000000..a141a1a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 256a256 256 0 1 0 512 0 256 256 0 1 0-512 0m395.3 11.3-112 112c-4.6 4.6-11.5 5.9-17.4 3.5s-9.9-8.3-9.9-14.8v-64h-96c-17.7 0-32-14.3-32-32v-32c0-17.7 14.3-32 32-32h96v-64c0-6.5 3.9-12.3 9.9-14.8s12.9-1.1 17.4 3.5l112 112c6.2 6.2 6.2 16.4 0 22.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-stop.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-stop.svg new file mode 100644 index 0000000..223a6e4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-stop.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m-64-352h128c17.7 0 32 14.3 32 32v128c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V192c0-17.7 14.3-32 32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-up.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-up.svg new file mode 100644 index 0000000..e009111 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m11.3-395.3 112 112c4.6 4.6 5.9 11.5 3.5 17.4s-8.3 9.9-14.8 9.9h-64v96c0 17.7-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32v-96h-64c-6.5 0-12.3-3.9-14.8-9.9s-1.1-12.9 3.5-17.4l112-112c6.2-6.2 16.4-6.2 22.6 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-user.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-user.svg new file mode 100644 index 0000000..46df39c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-user.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M399 384.2c-22.1-38.4-63.6-64.2-111-64.2h-64c-47.4 0-88.9 25.8-111 64.2 35.2 39.2 86.2 63.8 143 63.8s107.8-24.7 143-63.8M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m256 16a72 72 0 1 0 0-144 72 72 0 1 0 0 144"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-xmark.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-xmark.svg new file mode 100644 index 0000000..7229968 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle-xmark.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m-81-337c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/circle.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle.svg new file mode 100644 index 0000000..b1c604e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/city.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/city.svg new file mode 100644 index 0000000..cfafcb1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/city.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M480 48c0-26.5-21.5-48-48-48h-96c-26.5 0-48 21.5-48 48v48h-64V24c0-13.3-10.7-24-24-24s-24 10.7-24 24v72h-64V24c0-13.3-10.7-24-24-24S64 10.7 64 24v72H48c-26.5 0-48 21.5-48 48v320c0 26.5 21.5 48 48 48h544c26.5 0 48-21.5 48-48V240c0-26.5-21.5-48-48-48H480zm96 320v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16m-336 48h-32c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16m-112-16c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16zm432-144c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16zm-304-80v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16m-144-16c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16zm144 144c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16zm-144 16H80c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16m304-48v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16M400 64c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16V80c0-8.8 7.2-16 16-16zm16 112v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/clapperboard.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/clapperboard.svg new file mode 100644 index 0000000..05d7ecb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/clapperboard.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M448 32h-86.1l-1 1-127 127H326l1-1L453.8 32.3c-1.9-.2-3.8-.3-5.8-.3m64 128V96c0-15.1-5.3-29.1-14-40L394 160zM294.1 32H202l-1 1L73.9 160H166l1-1L294 32zM64 32C28.7 32 0 60.7 0 96v64h6.1l1-1 127-127zm448 160H0v224c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/clipboard-check.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/clipboard-check.svg new file mode 100644 index 0000000..4ae1acb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/clipboard-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M192 0c-41.8 0-77.4 26.7-90.5 64H64C28.7 64 0 92.7 0 128v320c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64h-37.5C269.4 26.7 233.8 0 192 0m0 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64m113 209L177 401c-9.4 9.4-24.6 9.4-33.9 0L79 337c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L271 239c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/clipboard-list.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/clipboard-list.svg new file mode 100644 index 0000000..fb35259 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/clipboard-list.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M192 0c-41.8 0-77.4 26.7-90.5 64H64C28.7 64 0 92.7 0 128v320c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64h-37.5C269.4 26.7 233.8 0 192 0m0 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64M72 272a24 24 0 1 1 48 0 24 24 0 1 1-48 0m104-16h128c8.8 0 16 7.2 16 16s-7.2 16-16 16H176c-8.8 0-16-7.2-16-16s7.2-16 16-16M72 368a24 24 0 1 1 48 0 24 24 0 1 1-48 0m88 0c0-8.8 7.2-16 16-16h128c8.8 0 16 7.2 16 16s-7.2 16-16 16H176c-8.8 0-16-7.2-16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/clipboard-question.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/clipboard-question.svg new file mode 100644 index 0000000..2d48ee2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/clipboard-question.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M192 0c-41.8 0-77.4 26.7-90.5 64H64C28.7 64 0 92.7 0 128v320c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64h-37.5C269.4 26.7 233.8 0 192 0m0 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64m-86.2 165.3c7.9-22.3 29.1-37.3 52.8-37.3h58.3c34.9 0 63.1 28.3 63.1 63.1 0 22.6-12.1 43.5-31.7 54.8L216 328.4c-.2 13-10.9 23.6-24 23.6-13.3 0-24-10.7-24-24v-13.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1 0-8.4-6.8-15.1-15.1-15.1h-58.3c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM160 416a32 32 0 1 1 64 0 32 32 0 1 1-64 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/clipboard-user.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/clipboard-user.svg new file mode 100644 index 0000000..545ab9e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/clipboard-user.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M192 0c-41.8 0-77.4 26.7-90.5 64H64C28.7 64 0 92.7 0 128v320c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64h-37.5C269.4 26.7 233.8 0 192 0m0 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64m-64 192a64 64 0 1 1 128 0 64 64 0 1 1-128 0M80 432c0-44.2 35.8-80 80-80h64c44.2 0 80 35.8 80 80 0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/clipboard.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/clipboard.svg new file mode 100644 index 0000000..8eaaeb3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/clipboard.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M192 0c-41.8 0-77.4 26.7-90.5 64H64C28.7 64 0 92.7 0 128v320c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64h-37.5C269.4 26.7 233.8 0 192 0m0 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64m-80 128h160c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/clock-rotate-left.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/clock-rotate-left.svg new file mode 100644 index 0000000..3990ab6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/clock-rotate-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M75 75 41 41C25.9 25.9 0 36.6 0 57.9V168c0 13.3 10.7 24 24 24h110.1c21.4 0 32.1-25.9 17-41l-30.8-30.8C155 85.5 203 64 256 64c106 0 192 86 192 192s-86 192-192 192c-40.8 0-78.6-12.7-109.7-34.4-14.5-10.1-34.4-6.6-44.6 7.9s-6.6 34.4 7.9 44.6C151.2 495 201.7 512 256 512c141.4 0 256-114.6 256-256S397.4 0 256 0C185.3 0 121.3 28.7 75 75m181 53c-13.3 0-24 10.7-24 24v104c0 6.4 2.5 12.5 7 17l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-65-65V152c0-13.3-10.7-24-24-24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/clock.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/clock.svg new file mode 100644 index 0000000..e1cef0c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/clock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 0a256 256 0 1 1 0 512 256 256 0 1 1 0-512m-24 120v136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/clone.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/clone.svg new file mode 100644 index 0000000..f8469d0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/clone.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M288 448H64V224h64v-64H64c-35.3 0-64 28.7-64 64v224c0 35.3 28.7 64 64 64h224c35.3 0 64-28.7 64-64v-64h-64zm-64-96h224c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H224c-35.3 0-64 28.7-64 64v224c0 35.3 28.7 64 64 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/closed-captioning.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/closed-captioning.svg new file mode 100644 index 0000000..c76978d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/closed-captioning.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 96c0-35.3 28.7-64 64-64h448c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm200 112c14.2 0 27 6.1 35.8 16s24 10.7 33.9 1.9 10.7-24 1.9-33.9c-17.5-19.6-43.1-32-71.5-32-53 0-96 43-96 96s43 96 96 96c28.4 0 54-12.4 71.5-32 8.8-9.9 8-25-1.9-33.9s-25-8-33.9 1.9c-8.8 9.9-21.6 16-35.8 16-26.5 0-48-21.5-48-48s21.5-48 48-48m144 48c0-26.5 21.5-48 48-48 14.2 0 27 6.1 35.8 16s24 10.7 33.9 1.9 10.7-24 1.9-33.9c-17.5-19.6-43.1-32-71.5-32-53 0-96 43-96 96s43 96 96 96c28.4 0 54-12.4 71.5-32 8.8-9.9 8-25-1.9-33.9s-25-8-33.9 1.9c-8.8 9.9-21.6 16-35.8 16-26.5 0-48-21.5-48-48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/cloud-arrow-down.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/cloud-arrow-down.svg new file mode 100644 index 0000000..a947b97 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/cloud-arrow-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M144 480C64.5 480 0 415.5 0 336c0-62.8 40.2-116.2 96.2-135.9-.1-2.7-.2-5.4-.2-8.1 0-88.4 71.6-160 160-160 59.3 0 111 32.2 138.7 80.2A95.5 95.5 0 0 1 448 96c53 0 96 43 96 96 0 12.2-2.3 23.8-6.4 34.6C596 238.4 640 290.1 640 352c0 70.7-57.3 128-128 128zm79-167 80 80c9.4 9.4 24.6 9.4 33.9 0l80-80c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-39 39V184c0-13.3-10.7-24-24-24s-24 10.7-24 24v134.1l-39-39c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/cloud-arrow-up.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/cloud-arrow-up.svg new file mode 100644 index 0000000..97d3754 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/cloud-arrow-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M144 480C64.5 480 0 415.5 0 336c0-62.8 40.2-116.2 96.2-135.9-.1-2.7-.2-5.4-.2-8.1 0-88.4 71.6-160 160-160 59.3 0 111 32.2 138.7 80.2A95.5 95.5 0 0 1 448 96c53 0 96 43 96 96 0 12.2-2.3 23.8-6.4 34.6C596 238.4 640 290.1 640 352c0 70.7-57.3 128-128 128zm79-217c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l39-39L296 392c0 13.3 10.7 24 24 24s24-10.7 24-24V257.9l39 39c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-80-80c-9.4-9.4-24.6-9.4-33.9 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/cloud-bolt.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/cloud-bolt.svg new file mode 100644 index 0000000..8d30d02 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/cloud-bolt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 224c0 53 43 96 96 96h47.2L290 202.5c17.6-14.1 42.6-14 60.2.2s22.8 38.6 12.8 58.8L333.7 320H416c53 0 96-43 96-96s-43-96-96-96h-1.6c1.1-5.2 1.6-10.5 1.6-16 0-44.2-35.8-80-80-80-24.3 0-46.1 10.9-60.8 28C256.5 24.3 219.1 0 176 0 114.1 0 64 50.1 64 112c0 7.1.7 14.1 1.9 20.8C27.6 145.4 0 181.5 0 224m330.1 3.6c-5.8-4.7-14.2-4.7-20.1-.1l-160 128c-5.3 4.2-7.4 11.4-5.1 17.8S153.2 384 160 384h70.1l-52.4 104.8c-3.4 6.7-1.6 14.9 4.3 19.6s14.2 4.7 20.1.1l160-128c5.3-4.2 7.4-11.4 5.1-17.8s-8.3-10.7-15.1-10.7H282l52.4-104.8c3.4-6.7 1.6-14.9-4.2-19.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/cloud-meatball.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/cloud-meatball.svg new file mode 100644 index 0000000..46b5a6e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/cloud-meatball.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 224c0 53 43 96 96 96h44.7c9.5-23.5 32.5-40 59.3-40 2 0 3.9.1 5.8.3 11.8-14.8 29.9-24.3 50.2-24.3s38.4 9.5 50.2 24.3c1.9-.2 3.9-.3 5.8-.3 26.9 0 49.9 16.5 59.3 40H416c53 0 96-43 96-96s-43-96-96-96h-1.6c1.1-5.2 1.6-10.5 1.6-16 0-44.2-35.8-80-80-80-24.3 0-46.1 10.9-60.8 28C256.5 24.3 219.1 0 176 0 114.1 0 64 50.1 64 112c0 7.1.7 14.1 1.9 20.8C27.6 145.4 0 181.5 0 224m288 96c0-17.7-14.3-32-32-32s-32 14.3-32 32c0 1 .1 2.1.1 3.1-.7-.8-1.4-1.6-2.1-2.3-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3c.7.7 1.5 1.4 2.3 2.1-1-.1-2.1-.1-3.1-.1-17.7 0-32 14.3-32 32s14.3 32 32 32c1 0 2.1-.1 3.1-.1-.8.7-1.6 1.3-2.3 2.1-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0c.7-.7 1.4-1.5 2.1-2.3-.1 1-.1 2.1-.1 3.1 0 17.7 14.3 32 32 32s32-14.3 32-32c0-1-.1-2.1-.1-3.1.7.8 1.3 1.6 2.1 2.3 12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3c-.7-.7-1.5-1.4-2.3-2.1 1 .1 2.1.1 3.1.1 17.7 0 32-14.3 32-32s-14.3-32-32-32c-1 0-2.1.1-3.1.1.8-.7 1.6-1.3 2.3-2.1 12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0c-.7.7-1.4 1.5-2.1 2.3.1-1 .1-2.1.1-3.1M48 448a48 48 0 1 0 0-96 48 48 0 1 0 0 96m416 0a48 48 0 1 0 0-96 48 48 0 1 0 0 96"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/cloud-moon-rain.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/cloud-moon-rain.svg new file mode 100644 index 0000000..3c900d3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/cloud-moon-rain.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M481.2 0C417 0 363.5 46.5 353.7 107.6c35.4 17.6 60.2 53.3 62.1 95.1 23.2 11 42 29.7 53.1 52.7q6 .6 12.3.6c34.9 0 66.7-13.8 89.9-36.1 5.1-4.9 6.4-12.5 3.2-18.7s-10.1-9.7-17-8.6c-4.9.8-10 1.3-15.2 1.3-49 0-88.4-39.3-88.4-87.4 0-32.6 18-61.1 44.9-76.1 6.1-3.4 9.3-10.5 7.8-17.4S499.1 1 492.1.4c-3.6-.3-7.3-.5-10.9-.5zM367.9 383.9c44.2 0 80-35.8 80-80 0-39.3-28.4-72.1-65.8-78.7 1.2-5.6 1.9-11.3 1.9-17.2 0-44.2-35.8-80-80-80-17 0-32.8 5.3-45.8 14.4C241.3 114.6 210.8 96 176 96c-53 0-96 43-96 96v1.3c-45.4 7.6-80 47.1-80 94.6 0 53 43 96 96 96zM85.4 420.1c-11-7.4-25.9-4.4-33.3 6.7l-32 48c-7.4 11-4.4 25.9 6.7 33.3s25.9 4.4 33.3-6.7l32-48c7.4-11 4.4-25.9-6.7-33.3m96 0c-11-7.4-25.9-4.4-33.3 6.7l-32 48c-7.4 11-4.4 25.9 6.7 33.3s25.9 4.4 33.3-6.7l32-48c7.4-11 4.4-25.9-6.7-33.3m96 0c-11-7.4-25.9-4.4-33.3 6.7l-32 48c-7.4 11-4.4 25.9 6.7 33.3s25.9 4.4 33.3-6.7l32-48c7.4-11 4.4-25.9-6.7-33.3m96 0c-11-7.4-25.9-4.4-33.3 6.7l-32 48c-7.4 11-4.4 25.9 6.7 33.3s25.9 4.4 33.3-6.7l32-48c7.4-11 4.4-25.9-6.7-33.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/cloud-moon.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/cloud-moon.svg new file mode 100644 index 0000000..b4194b9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/cloud-moon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M495.8 0c5.5 0 10.9.2 16.3.7 7 .6 12.8 5.7 14.3 12.5s-1.6 13.9-7.7 17.3c-44.4 25.2-74.4 73-74.4 127.8 0 81 65.5 146.6 146.2 146.6 8.6 0 17-.7 25.1-2.1 6.9-1.2 13.8 2.2 17 8.5s1.9 13.8-3.1 18.7c-34.5 33.6-81.7 54.4-133.6 54.4-9.3 0-18.4-.7-27.4-1.9-11.2-22.6-29.8-40.9-52.6-51.7-2.7-58.5-50.3-105.3-109.2-106.7-1.7-10.4-2.6-21-2.6-31.8C304 86.1 389.8 0 495.8 0m-47.9 431.9c0 44.2-35.8 80-80 80H96c-53 0-96-43-96-96 0-47.6 34.6-87 80-94.6V320c0-53 43-96 96-96 34.9 0 65.4 18.6 82.2 46.4 13-9.1 28.8-14.4 45.8-14.4 44.2 0 80 35.8 80 80 0 5.9-.6 11.7-1.9 17.2 37.4 6.7 65.8 39.4 65.8 78.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/cloud-rain.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/cloud-rain.svg new file mode 100644 index 0000000..dd3483a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/cloud-rain.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 320c-53 0-96-43-96-96 0-42.5 27.6-78.6 65.9-91.2-1.2-6.7-1.9-13.7-1.9-20.8C64 50.1 114.1 0 176 0c43.1 0 80.5 24.3 99.2 60 14.7-17.1 36.5-28 60.8-28 44.2 0 80 35.8 80 80 0 5.5-.6 10.8-1.6 16h1.6c53 0 96 43 96 96s-43 96-96 96zm-6.8 52c1.3-2.5 3.9-4 6.8-4s5.4 1.5 6.8 4l35.1 64.6c4.1 7.5 6.2 15.8 6.2 24.3v3c0 26.5-21.5 48-48 48s-48-21.5-48-48v-3c0-8.5 2.1-16.9 6.2-24.3zm160 0c1.3-2.5 3.9-4 6.8-4s5.4 1.5 6.8 4l35.1 64.6c4.1 7.5 6.2 15.8 6.2 24.3v3c0 26.5-21.5 48-48 48s-48-21.5-48-48v-3c0-8.5 2.1-16.9 6.2-24.3zm124.9 64.6 35.1-64.6c1.3-2.5 3.9-4 6.8-4s5.4 1.5 6.8 4l35.1 64.6c4.1 7.5 6.2 15.8 6.2 24.3v3c0 26.5-21.5 48-48 48s-48-21.5-48-48v-3c0-8.5 2.1-16.9 6.2-24.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/cloud-showers-heavy.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/cloud-showers-heavy.svg new file mode 100644 index 0000000..1c56a0c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/cloud-showers-heavy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 320c-53 0-96-43-96-96 0-42.5 27.6-78.6 65.9-91.2-1.2-6.7-1.9-13.7-1.9-20.8C64 50.1 114.1 0 176 0c43.1 0 80.5 24.3 99.2 60 14.7-17.1 36.5-28 60.8-28 44.2 0 80 35.8 80 80 0 5.5-.6 10.8-1.6 16h1.6c53 0 96 43 96 96s-43 96-96 96zm-14.5 33.9c12.2 5.2 17.8 19.3 12.6 31.5l-48 112c-5.2 12.2-19.3 17.8-31.5 12.6s-17.9-19.3-12.7-31.5l48-112c5.2-12.2 19.3-17.8 31.5-12.6zm120 0c12.2 5.2 17.8 19.3 12.6 31.5l-48 112c-5.2 12.2-19.3 17.8-31.5 12.6s-17.8-19.3-12.6-31.5l48-112c5.2-12.2 19.3-17.8 31.5-12.6m244.6 31.5-48 112c-5.2 12.2-19.3 17.8-31.5 12.6s-17.8-19.3-12.6-31.5l48-112c5.2-12.2 19.3-17.8 31.5-12.6s17.8 19.3 12.6 31.5m-132.6-31.5c12.2 5.2 17.8 19.3 12.6 31.5l-48 112c-5.2 12.2-19.3 17.8-31.5 12.6s-17.8-19.3-12.6-31.5l48-112c5.2-12.2 19.3-17.8 31.5-12.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/cloud-showers-water.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/cloud-showers-water.svg new file mode 100644 index 0000000..6956e4a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/cloud-showers-water.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M224 0c38.6 0 71.9 22.8 87.2 55.7C325.7 41.1 345.8 32 368 32c38.7 0 71 27.5 78.4 64h1.6c35.3 0 64 28.7 64 64s-28.7 64-64 64H128c-35.3 0-64-28.7-64-64s28.7-64 64-64c0-53 43-96 96-96m-83.4 292.3-48 80c-6.8 11.4-21.6 15-32.9 8.2s-15.1-21.6-8.2-32.9l48-80c6.8-11.4 21.6-15.1 32.9-8.2s15.1 21.6 8.2 32.9m327.8-32.9c11.4 6.8 15 21.6 8.2 32.9l-48 80c-6.8 11.4-21.6 15-32.9 8.2s-15-21.6-8.2-32.9l48-80c6.8-11.4 21.6-15.1 32.9-8.2m-215.8 32.9-48 80c-6.8 11.4-21.6 15-32.9 8.2s-15.1-21.6-8.2-32.9l48-80c6.8-11.4 21.6-15.1 32.9-8.2s15.1 21.6 8.2 32.9m103.8-32.9c11.4 6.8 15 21.6 8.2 32.9l-48 80c-6.8 11.4-21.6 15-32.9 8.2s-15.1-21.6-8.2-32.9l48-80c6.8-11.4 21.6-15.1 32.9-8.2m-49.9 162.5c22.5 15.5 50 26.1 77.5 26.1 26.9 0 55.4-10.8 77.4-26.1 11.9-8.5 28.1-7.8 39.2 1.7 14.4 11.9 32.5 21 50.6 25.2 17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25-29 15.6-61.5 25.9-94.5 25.9-31.9 0-60.6-9.9-80.4-18.9-5.8-2.7-11.1-5.3-15.6-7.7-4.5 2.4-9.7 5.1-15.6 7.7-19.8 9-48.5 18.9-80.4 18.9-33 0-65.5-10.3-94.5-25.8-13.4 8.4-33.7 19.3-58.2 25-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2 11.1-9.4 27.3-10.1 39.2-1.7 22.1 15.2 50.5 26 77.4 26 27.5 0 55-10.6 77.5-26.1 11.1-7.9 25.9-7.9 37 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/cloud-sun-rain.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/cloud-sun-rain.svg new file mode 100644 index 0000000..08e748d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/cloud-sun-rain.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M294.2 1.2c5.1 2.1 8.7 6.7 9.6 12.1l10.4 62.4c-23.3 10.8-42.9 28.4-56 50.3-14.6-9-31.8-14.1-50.2-14.1-53 0-96 43-96 96 0 35.5 19.3 66.6 48 83.2.8 31.8 13.2 60.7 33.1 82.7l-56 39.2c-4.5 3.2-10.3 3.8-15.4 1.6s-8.7-6.7-9.6-12.1l-14-84.6-84.7-14.1c-5.4-.9-10-4.5-12.1-9.6s-1.5-10.9 1.6-15.4L52.5 208 2.9 137.2c-3.2-4.5-3.8-10.3-1.6-15.4s6.7-8.7 12.1-9.6l84.7-14.1 14.1-84.7c.9-5.4 4.5-10 9.6-12.1s10.9-1.5 15.4 1.6L208 52.5l70.8-49.6c4.5-3.2 10.3-3.8 15.4-1.6zM208 144c13.8 0 26.7 4.4 37.1 11.9q-1.8 6.15-3 12.6c-37.9 14.6-67.2 46.6-77.8 86.4-12.5-11.8-20.3-28.4-20.3-46.9 0-35.3 28.7-64 64-64m69.4 276c11 7.4 14 22.3 6.7 33.3l-32 48c-7.4 11-22.3 14-33.3 6.7s-14-22.3-6.7-33.3l32-48c7.4-11 22.3-14 33.3-6.7m96 0c11 7.4 14 22.3 6.7 33.3l-32 48c-7.4 11-22.3 14-33.3 6.7s-14-22.3-6.7-33.3l32-48c7.4-11 22.3-14 33.3-6.7m96 0c11 7.4 14 22.3 6.7 33.3l-32 48c-7.4 11-22.3 14-33.3 6.7s-14-22.3-6.7-33.3l32-48c7.4-11 22.3-14 33.3-6.7m96 0c11 7.4 14 22.3 6.7 33.3l-32 48c-7.4 11-22.3 14-33.3 6.7s-14-22.3-6.7-33.3l32-48c7.4-11 22.3-14 33.3-6.7m74.5-116.1c0 44.2-35.8 80-80 80H288c-53 0-96-43-96-96 0-47.6 34.6-87 80-94.6V192c0-53 43-96 96-96 34.9 0 65.4 18.6 82.2 46.4 13-9.1 28.8-14.4 45.8-14.4 44.2 0 80 35.8 80 80 0 5.9-.6 11.7-1.9 17.2 37.4 6.7 65.8 39.4 65.8 78.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/cloud-sun.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/cloud-sun.svg new file mode 100644 index 0000000..cc9d513 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/cloud-sun.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M294.2 1.2c5.1 2.1 8.7 6.7 9.6 12.1L317.9 98l84.7 14.1c5.4.9 10 4.5 12.1 9.6s1.5 10.9-1.6 15.4l-38.5 55c-2.2-.1-4.4-.2-6.7-.2-23.3 0-45.1 6.2-64 17.1v-1.1c0-53-43-96-96-96s-96 43-96 96 43 96 96 96c8.1 0 15.9-1 23.4-2.9-36.6 18.1-63.3 53.1-69.8 94.9l-24.4 17c-4.5 3.2-10.3 3.8-15.4 1.6s-8.7-6.7-9.6-12.1l-14-84.5-84.7-14.1c-5.4-.9-10-4.5-12.1-9.6s-1.5-10.9 1.6-15.4L52.5 208 2.9 137.2c-3.2-4.5-3.8-10.3-1.6-15.4s6.7-8.7 12.1-9.6l84.7-14.1 14.1-84.7c.9-5.4 4.5-10 9.6-12.1s10.9-1.5 15.4 1.6L208 52.5l70.8-49.6c4.5-3.2 10.3-3.8 15.4-1.6zM144 208a64 64 0 1 1 128 0 64 64 0 1 1-128 0m495.9 223.9c0 44.2-35.8 80-80 80H288c-53 0-96-43-96-96 0-47.6 34.6-87 80-94.6V320c0-53 43-96 96-96 34.9 0 65.4 18.6 82.2 46.4 13-9.1 28.8-14.4 45.8-14.4 44.2 0 80 35.8 80 80 0 5.9-.6 11.7-1.9 17.2 37.4 6.7 65.8 39.4 65.8 78.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/cloud.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/cloud.svg new file mode 100644 index 0000000..51992ed --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/cloud.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 336c0 79.5 64.5 144 144 144h368c70.7 0 128-57.3 128-128 0-61.9-44-113.6-102.4-125.4 4.1-10.7 6.4-22.4 6.4-34.6 0-53-43-96-96-96-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32c-88.4 0-160 71.6-160 160 0 2.7.1 5.4.2 8.1C40.2 219.8 0 273.2 0 336"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/clover.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/clover.svg new file mode 100644 index 0000000..046178c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/clover.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M216.6 49.9C205.1 38.5 189.5 32 173.3 32 139.4 32 112 59.4 112 93.3v4.9c0 12 3.3 23.7 9.4 34l18.8 31.3c1.1 1.8 1.2 3.1 1 4.2-.2 1.2-.8 2.5-2 3.6s-2.4 1.8-3.6 2c-1 .2-2.4.1-4.2-1l-31.3-18.8c-10.3-6.2-22-9.4-34-9.4h-4.9C27.4 144 0 171.4 0 205.3c0 16.2 6.5 31.8 17.9 43.3l1.2 1.2c3.4 3.4 3.4 9 0 12.4l-1.2 1.2C6.5 274.9 0 290.5 0 306.7 0 340.6 27.4 368 61.3 368h4.9c12 0 23.7-3.3 34-9.4l31.3-18.8c1.8-1.1 3.1-1.2 4.2-1 1.2.2 2.5.8 3.6 2s1.8 2.4 2 3.6c.2 1 .1 2.4-1 4.2l-18.8 31.3c-6.2 10.3-9.4 22-9.4 34v4.9c0 33.8 27.4 61.3 61.3 61.3 16.2 0 31.8-6.5 43.3-17.9l1.2-1.2c3.4-3.4 9-3.4 12.4 0l1.2 1.2c11.5 11.5 27.1 17.9 43.3 17.9 33.8 0 61.3-27.4 61.3-61.3v-4.9c0-12-3.3-23.7-9.4-34l-18.8-31.3c-1.1-1.8-1.2-3.1-1-4.2.2-1.2.8-2.5 2-3.6s2.4-1.8 3.6-2c1-.2 2.4-.1 4.2 1l31.3 18.8c10.3 6.2 22 9.4 34 9.4h4.9c33.8 0 61.3-27.4 61.3-61.3 0-16.2-6.5-31.8-17.9-43.3l-1.2-1.2c-3.4-3.4-3.4-9 0-12.4l1.2-1.2c11.5-11.5 17.9-27.1 17.9-43.3 0-33.8-27.4-61.3-61.3-61.3H382c-12 0-23.7 3.3-34 9.4l-31.3 18.8c-1.8 1.1-3.1 1.2-4.2 1-1.2-.2-2.5-.8-3.6-2s-1.8-2.4-2-3.6c-.2-1-.1-2.4 1-4.2l18.8-31.3c6.2-10.3 9.4-22 9.4-34v-4.9C336 59.4 308.6 32 274.7 32c-16.2 0-31.8 6.5-43.3 17.9l-1.2 1.2c-3.4 3.4-9 3.4-12.4 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/code-branch.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/code-branch.svg new file mode 100644 index 0000000..76530c6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/code-branch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M80 104a24 24 0 1 0 0-48 24 24 0 1 0 0 48m80-24c0 32.8-19.7 61-48 73.3v87.8c18.8-10.9 40.7-17.1 64-17.1h96c35.3 0 64-28.7 64-64v-6.7c-28.3-12.3-48-40.5-48-73.3 0-44.2 35.8-80 80-80s80 35.8 80 80c0 32.8-19.7 61-48 73.3v6.7c0 70.7-57.3 128-128 128h-96c-35.3 0-64 28.7-64 64v6.7c28.3 12.3 48 40.5 48 73.3 0 44.2-35.8 80-80 80S0 476.2 0 432c0-32.8 19.7-61 48-73.3V153.3C19.7 141 0 112.8 0 80 0 35.8 35.8 0 80 0s80 35.8 80 80m232 0a24 24 0 1 0-48 0 24 24 0 1 0 48 0M80 456a24 24 0 1 0 0-48 24 24 0 1 0 0 48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/code-commit.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/code-commit.svg new file mode 100644 index 0000000..36a53bb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/code-commit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M320 336a80 80 0 1 0 0-160 80 80 0 1 0 0 160m156.8-48C462 361 397.4 416 320 416s-142-55-156.8-128H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h131.2C178 151 242.6 96 320 96s142 55 156.8 128H608c17.7 0 32 14.3 32 32s-14.3 32-32 32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/code-compare.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/code-compare.svg new file mode 100644 index 0000000..8ec9a47 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/code-compare.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M320 488c0 9.5-5.6 18.1-14.2 21.9s-18.8 2.3-25.8-4.1l-80-72c-5.1-4.6-7.9-11-7.9-17.8s2.9-13.3 7.9-17.8l80-72c7-6.3 17.2-7.9 25.8-4.1S320 334.5 320 344v40h16c35.3 0 64-28.7 64-64V153.3c-28.3-12.3-48-40.5-48-73.3 0-44.2 35.8-80 80-80s80 35.8 80 80c0 32.8-19.7 61-48 73.3V320c0 70.7-57.3 128-128 128h-16zM456 80a24 24 0 1 0-48 0 24 24 0 1 0 48 0M192 24c0-9.5 5.6-18.1 14.2-21.9S225-.2 232 6.2l80 72c5.1 4.6 7.9 11 7.9 17.8s-2.9 13.3-7.9 17.8l-80 72c-7 6.3-17.2 7.9-25.8 4.1S192 177.5 192 168v-40h-16c-35.3 0-64 28.7-64 64v166.7c28.3 12.3 48 40.5 48 73.3 0 44.2-35.8 80-80 80S0 476.2 0 432c0-32.8 19.7-61 48-73.3V192c0-70.7 57.3-128 128-128h16zM56 432a24 24 0 1 0 48 0 24 24 0 1 0-48 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/code-fork.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/code-fork.svg new file mode 100644 index 0000000..d1e7792 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/code-fork.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M80 104a24 24 0 1 0 0-48 24 24 0 1 0 0 48m80-24c0 32.8-19.7 61-48 73.3V192c0 17.7 14.3 32 32 32h160c17.7 0 32-14.3 32-32v-38.7c-28.3-12.3-48-40.5-48-73.3 0-44.2 35.8-80 80-80s80 35.8 80 80c0 32.8-19.7 61-48 73.3V192c0 53-43 96-96 96h-48v70.7c28.3 12.3 48 40.5 48 73.3 0 44.2-35.8 80-80 80s-80-35.8-80-80c0-32.8 19.7-61 48-73.3V288h-48c-53 0-96-43-96-96v-38.7C19.7 141 0 112.8 0 80 0 35.8 35.8 0 80 0s80 35.8 80 80m208 24a24 24 0 1 0 0-48 24 24 0 1 0 0 48M248 432a24 24 0 1 0-48 0 24 24 0 1 0 48 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/code-merge.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/code-merge.svg new file mode 100644 index 0000000..a6c7aba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/code-merge.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M80 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48m32.4 97.2c28-12.4 47.6-40.5 47.6-73.2 0-44.2-35.8-80-80-80S0 35.8 0 80c0 32.8 19.7 61 48 73.3v205.3C19.7 371 0 399.2 0 432c0 44.2 35.8 80 80 80s80-35.8 80-80c0-32.8-19.7-61-48-73.3v-86.6c26.7 20.1 60 32 96 32h86.7c12.3 28.3 40.5 48 73.3 48 44.2 0 80-35.8 80-80s-35.8-80-80-80c-32.8 0-61 19.7-73.3 48L208 240c-49.9 0-91-38.1-95.6-86.8M80 408a24 24 0 1 1 0 48 24 24 0 1 1 0-48m264-136a24 24 0 1 1 48 0 24 24 0 1 1-48 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/code-pull-request.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/code-pull-request.svg new file mode 100644 index 0000000..c79753f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/code-pull-request.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M305.8 2.1C314.4 5.9 320 14.5 320 24v40h16c70.7 0 128 57.3 128 128v166.7c28.3 12.3 48 40.5 48 73.3 0 44.2-35.8 80-80 80s-80-35.8-80-80c0-32.8 19.7-61 48-73.3V192c0-35.3-28.7-64-64-64h-16v40c0 9.5-5.6 18.1-14.2 21.9s-18.8 2.3-25.8-4.1l-80-72c-5.1-4.6-7.9-11-7.9-17.8s2.9-13.3 7.9-17.8l80-72c7-6.3 17.2-7.9 25.8-4.1M104 80a24 24 0 1 0-48 0 24 24 0 1 0 48 0m8 73.3v205.3c28.3 12.3 48 40.5 48 73.3 0 44.2-35.8 80-80 80s-80-35.8-80-80c0-32.8 19.7-61 48-73.3V153.3C19.7 141 0 112.8 0 80 0 35.8 35.8 0 80 0s80 35.8 80 80c0 32.8-19.7 61-48 73.3M104 432a24 24 0 1 0-48 0 24 24 0 1 0 48 0m328 24a24 24 0 1 0 0-48 24 24 0 1 0 0 48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/code.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/code.svg new file mode 100644 index 0000000..fc0656a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/code.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M392.8 1.2c-17-4.9-34.7 5-39.6 22l-128 448c-4.9 17 5 34.7 22 39.6s34.7-5 39.6-22l128-448c4.9-17-5-34.7-22-39.6m80.6 120.1c-12.5 12.5-12.5 32.8 0 45.3l89.3 89.4-89.4 89.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l112-112c12.5-12.5 12.5-32.8 0-45.3l-112-112c-12.5-12.5-32.8-12.5-45.3 0zm-306.7 0c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3l112 112c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256l89.4-89.4c12.5-12.5 12.5-32.8 0-45.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/coins.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/coins.svg new file mode 100644 index 0000000..62912c9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/coins.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M512 80c0 18-14.3 34.6-38.4 48-29.1 16.1-72.5 27.5-122.3 30.9-3.7-1.8-7.4-3.5-11.3-5-39.4-16.5-91.8-25.9-148-25.9-8.3 0-16.4.2-24.5.6l-1.1-.6C142.3 114.6 128 98 128 80c0-44.2 86-80 192-80s192 35.8 192 80m-351.3 81.1c10.2-.7 20.7-1.1 31.3-1.1 62.2 0 117.4 12.3 152.5 31.4 24.8 13.5 39.5 30.3 39.5 48.6q0 6-2.1 11.7c-4.6 13.2-17 25.3-35 35.5-.1.1-.3.1-.4.2-.3.2-.6.3-.9.5-35 19.4-90.8 32-153.6 32-59.6 0-112.9-11.3-148.2-29.1-1.9-.9-3.7-1.9-5.5-2.9C14.3 274.6 0 258 0 240c0-34.8 53.4-64.5 128-75.4 10.5-1.5 21.4-2.7 32.7-3.5M416 240c0-21.9-10.6-39.9-24.1-53.4 28.3-4.4 54.2-11.4 76.2-20.5 16.3-6.8 31.5-15.2 43.9-25.5V176c0 19.3-16.5 37.1-43.8 50.9-14.6 7.4-32.4 13.7-52.4 18.5.1-1.8.2-3.5.2-5.3zm-32 96c0 18-14.3 34.6-38.4 48-1.8 1-3.6 1.9-5.5 2.9C304.9 404.7 251.6 416 192 416c-62.8 0-118.6-12.6-153.6-32C14.3 370.6 0 354 0 336v-35.4c12.5 10.3 27.6 18.7 43.9 25.5C83.4 342.6 135.8 352 192 352s108.6-9.4 148.1-25.9c7.8-3.2 15.3-6.9 22.4-10.9 6.1-3.4 11.8-7.2 17.2-11.2 1.5-1.1 2.9-2.3 4.3-3.4V336m32 0v-57.9c19-4.2 36.5-9.5 52.1-16 16.3-6.8 31.5-15.2 43.9-25.5V272c0 10.5-5 21-14.9 30.9-16.3 16.3-45 29.7-81.3 38.4.1-1.7.2-3.5.2-5.3M192 448c56.2 0 108.6-9.4 148.1-25.9 16.3-6.8 31.5-15.2 43.9-25.5V432c0 44.2-86 80-192 80S0 476.2 0 432v-35.4c12.5 10.3 27.6 18.7 43.9 25.5C83.4 438.6 135.8 448 192 448"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/colon-sign.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/colon-sign.svg new file mode 100644 index 0000000..0f0bb05 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/colon-sign.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M255 39.8c4.3-17.1-6.1-34.5-23.3-38.8S197.2 7.1 193 24.2l-11.1 44.4C96.1 87.8 32 164.4 32 256c0 58.1 25.8 110.2 66.7 145.4L81 472.2c-4.3 17.1 6.1 34.5 23.3 38.8s34.5-6.1 38.8-23.3l13-52.1c9 3.4 18.4 6.2 28 8.2l-7.1 28.4c-4.3 17.1 6.1 34.5 23.3 38.8s34.5-6.1 38.8-23.3l10.4-41.4c33.4-4.4 64.1-17.4 89.8-36.7 14.1-10.6 17-30.7 6.4-44.8s-30.7-17-44.8-6.4c-10.2 7.7-21.7 13.9-34 18.3L321 160c9.4-.3 18.5-4.7 24.6-12.8 10.6-14.1 7.8-34.2-6.4-44.8l-3.3-2.4L351 39.8c4.3-17.1-6.1-34.5-23.3-38.8S293.2 7.1 289 24.2l-11.8 47.3c-9.3-2.7-18.8-4.6-28.6-5.9zm-91.8 103.5-45.9 183.5C103.9 306.5 96 282.2 96 256c0-48.7 27.2-91 67.2-112.7m8.6 229.5 61.1-244.6c9.9.7 19.5 2.5 28.7 5.3l-62 248.1c-9.7-1.9-19-4.8-27.8-8.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/comment-dollar.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/comment-dollar.svg new file mode 100644 index 0000000..efe0e0a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/comment-dollar.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 448c141.4 0 256-93.1 256-208S397.4 32 256 32 0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9-1.9 24.5-11.4 46.3-21.4 62.9-5.5 9.2-11.1 16.6-15.2 21.6-2.1 2.5-3.7 4.4-4.9 5.7-.6.6-1 1.1-1.3 1.4l-.3.3c-4.6 4.6-5.9 11.4-3.4 17.4s8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3 22.9-10 42.4-21.9 54.3-30.6 31.8 11.5 67 17.9 104.1 17.9zm20-312v13.9c7.5 1.2 14.6 2.9 21.1 4.7 10.7 2.8 17 13.8 14.2 24.5s-13.8 17-24.5 14.2c-11-2.9-21.6-5-31.2-5.2-7.9-.1-16 1.8-21.5 5-4.8 2.8-6.2 5.6-6.2 9.3 0 1.8.1 3.5 5.3 6.7 6.3 3.8 15.5 6.7 28.3 10.5l.7.2c11.2 3.4 25.6 7.7 37.1 15 12.9 8.1 24.3 21.3 24.6 41.6.3 20.9-10.5 36.1-24.8 45-7.2 4.5-15.2 7.3-23.2 9v13.8c0 11-9 20-20 20s-20-9-20-20v-14.6c-10.3-2.2-20-5.5-28.2-8.4-2.1-.7-4.1-1.4-6.1-2.1-10.5-3.5-16.1-14.8-12.6-25.3s14.8-16.1 25.3-12.6c2.5.8 4.9 1.7 7.2 2.4 13.6 4.6 24 8.1 35.1 8.5 8.6.3 16.5-1.6 21.4-4.7 4.1-2.5 6-5.5 5.9-10.5 0-2.9-.8-5-5.9-8.2-6.3-4-15.4-6.9-28-10.7l-1.7-.5c-10.9-3.3-24.6-7.4-35.6-14-12.7-7.7-24.6-20.5-24.7-40.7-.1-21.1 11.8-35.7 25.8-43.9 6.9-4.1 14.5-6.8 22.2-8.5v-14c0-11 9-20 20-20s20 9 20 20z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/comment-dots.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/comment-dots.svg new file mode 100644 index 0000000..919afff --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/comment-dots.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 448c141.4 0 256-93.1 256-208S397.4 32 256 32 0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9-1.9 24.5-11.4 46.3-21.4 62.9-5.5 9.2-11.1 16.6-15.2 21.6-2.1 2.5-3.7 4.4-4.9 5.7-.6.6-1 1.1-1.3 1.4l-.3.3c-4.6 4.6-5.9 11.4-3.4 17.4s8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3 22.9-10 42.4-21.9 54.3-30.6 31.8 11.5 67 17.9 104.1 17.9zM128 208a32 32 0 1 1 0 64 32 32 0 1 1 0-64m128 0a32 32 0 1 1 0 64 32 32 0 1 1 0-64m96 32a32 32 0 1 1 64 0 32 32 0 1 1-64 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/comment-medical.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/comment-medical.svg new file mode 100644 index 0000000..d9734b2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/comment-medical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 448c141.4 0 256-93.1 256-208S397.4 32 256 32 0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9-1.9 24.5-11.4 46.3-21.4 62.9-5.5 9.2-11.1 16.6-15.2 21.6-2.1 2.5-3.7 4.4-4.9 5.7-.6.6-1 1.1-1.3 1.4l-.3.3c-4.6 4.6-5.9 11.4-3.4 17.4s8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3 22.9-10 42.4-21.9 54.3-30.6 31.8 11.5 67 17.9 104.1 17.9zm-32-288c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v48h48c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-48v48c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-48h-48c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16h48z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/comment-slash.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/comment-slash.svg new file mode 100644 index 0000000..3556d61 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/comment-slash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2s-6.3 25.5 4.1 33.7l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-117.9-92.4C552.2 340.2 576 292.3 576 240c0-114.9-114.6-208-256-208-67.7 0-129.3 21.4-175.1 56.3zm385.2 425L82.9 161.3C70.7 185.6 64 212.2 64 240c0 45.1 17.7 86.8 47.7 120.9-1.9 24.5-11.4 46.3-21.4 62.9-5.5 9.2-11.1 16.6-15.2 21.6-2.1 2.5-3.7 4.4-4.9 5.7-.6.6-1 1.1-1.3 1.4l-.3.3c-4.6 4.6-5.9 11.4-3.4 17.4s8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3 22.9-10 42.4-21.9 54.3-30.6 31.8 11.5 67 17.9 104.1 17.9 37 0 72.3-6.4 104.1-17.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/comment-sms.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/comment-sms.svg new file mode 100644 index 0000000..29b4465 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/comment-sms.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 448c141.4 0 256-93.1 256-208S397.4 32 256 32 0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9-1.9 24.5-11.4 46.3-21.4 62.9-5.5 9.2-11.1 16.6-15.2 21.6-2.1 2.5-3.7 4.4-4.9 5.7-.6.6-1 1.1-1.3 1.4l-.3.3c-4.6 4.6-5.9 11.4-3.4 17.4s8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3 22.9-10 42.4-21.9 54.3-30.6 31.8 11.5 67 17.9 104.1 17.9zM96 212.8c0-20.3 16.5-36.8 36.8-36.8H152c8.8 0 16 7.2 16 16s-7.2 16-16 16h-19.2c-2.7 0-4.8 2.2-4.8 4.8 0 1.6.8 3.1 2.2 4l29.4 19.6c10.3 6.8 16.4 18.3 16.4 30.7 0 20.3-16.5 36.8-36.8 36.8l-27.2.1c-8.8 0-16-7.2-16-16s7.2-16 16-16h27.2c2.7 0 4.8-2.2 4.8-4.8 0-1.6-.8-3.1-2.2-4l-29.4-19.6c-10.2-6.9-16.4-18.4-16.4-30.8M372.8 176H392c8.8 0 16 7.2 16 16s-7.2 16-16 16h-19.2c-2.7 0-4.8 2.2-4.8 4.8 0 1.6.8 3.1 2.2 4l29.4 19.6c10.2 6.8 16.4 18.3 16.4 30.7 0 20.3-16.5 36.8-36.8 36.8l-27.2.1c-8.8 0-16-7.2-16-16s7.2-16 16-16h27.2c2.7 0 4.8-2.2 4.8-4.8 0-1.6-.8-3.1-2.2-4l-29.4-19.6c-10.2-6.8-16.4-18.3-16.4-30.7 0-20.3 16.5-36.8 36.8-36.8zm-152 6.4 35.2 46.9 35.2-46.9c4.1-5.5 11.3-7.8 17.9-5.6S320 185.1 320 192v96c0 8.8-7.2 16-16 16s-16-7.2-16-16v-48l-19.2 25.6c-3 4-7.8 6.4-12.8 6.4s-9.8-2.4-12.8-6.4L224 240v48c0 8.8-7.2 16-16 16s-16-7.2-16-16v-96c0-6.9 4.4-13 10.9-15.2s13.7.1 17.9 5.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/comment.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/comment.svg new file mode 100644 index 0000000..fdaf3d9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/comment.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M512 240c0 114.9-114.6 208-256 208-37.1 0-72.3-6.4-104.1-17.9-11.9 8.7-31.3 20.6-54.3 30.6C73.6 471.1 44.7 480 16 480c-6.5 0-12.3-3.9-14.8-9.9s-1.1-12.8 3.4-17.4l.3-.3c.3-.3.7-.7 1.3-1.4 1.1-1.2 2.8-3.1 4.9-5.7 4.1-5 9.6-12.4 15.2-21.6 10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240 0 125.1 114.6 32 256 32s256 93.1 256 208"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/comments-dollar.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/comments-dollar.svg new file mode 100644 index 0000000..70c0f13 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/comments-dollar.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M416 176c0 97.2-93.1 176-208 176-38.2 0-73.9-8.7-104.7-23.9-7.5 4-16 7.9-25.2 11.4C59.8 346.4 37.8 352 16 352c-6.9 0-13.1-4.5-15.2-11.1S1 327.1 6.6 323l.2-.2c.2-.2.6-.4 1.1-.8 1-.8 2.5-2 4.3-3.7 3.6-3.3 8.5-8.1 13.3-14.3 5.5-7 10.7-15.4 14.2-24.7C14.7 250.3 0 214.6 0 176 0 78.8 93.1 0 208 0s208 78.8 208 176M231.5 383C348.9 372.9 448 288.3 448 176c0-5.2-.2-10.4-.6-15.5C555.1 167.1 640 243.2 640 336c0 38.6-14.7 74.3-39.6 103.4 3.5 9.4 8.7 17.7 14.2 24.7 4.8 6.2 9.7 11 13.3 14.3 1.8 1.6 3.3 2.9 4.3 3.7.5.4.9.7 1.1.8l.2.2c5.6 4.1 7.9 11.3 5.8 17.9s-8.3 11.1-15.2 11.1c-21.8 0-43.8-5.6-62.1-12.5-9.2-3.5-17.8-7.4-25.2-11.4C505.9 503.3 470.2 512 432 512c-95.6 0-176.2-54.6-200.5-129M228 72c0-11-9-20-20-20s-20 9-20 20v14c-7.6 1.7-15.2 4.4-22.2 8.5-13.9 8.3-25.9 22.8-25.8 43.9.1 20.3 12 33.1 24.7 40.7 11 6.6 24.7 10.8 35.6 14l1.7.5c12.6 3.8 21.8 6.8 28 10.7 5.1 3.2 5.8 5.4 5.9 8.2.1 5-1.8 8-5.9 10.5-5 3.1-12.9 5-21.4 4.7-11.1-.4-21.5-3.9-35.1-8.5q-3.45-1.2-7.2-2.4c-10.5-3.5-21.8 2.2-25.3 12.6s2.2 21.8 12.6 25.3c1.9.6 4 1.3 6.1 2.1 8.3 2.9 17.9 6.2 28.2 8.4v14.6c0 11 9 20 20 20s20-9 20-20V266c8-1.7 16-4.5 23.2-9 14.3-8.9 25.1-24.1 24.8-45-.3-20.3-11.7-33.4-24.6-41.6-11.5-7.2-25.9-11.6-37.1-15l-.7-.2c-12.8-3.9-21.9-6.7-28.3-10.5-5.2-3.1-5.3-4.9-5.3-6.7 0-3.7 1.4-6.5 6.2-9.3 5.4-3.2 13.6-5.1 21.5-5 9.6.1 20.2 2.2 31.2 5.2 10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-6.5-1.7-13.7-3.4-21.1-4.7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/comments.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/comments.svg new file mode 100644 index 0000000..60456fc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/comments.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M208 352c114.9 0 208-78.8 208-176S322.9 0 208 0 0 78.8 0 176c0 38.6 14.7 74.3 39.6 103.4-3.5 9.4-8.7 17.7-14.2 24.7-4.8 6.2-9.7 11-13.3 14.3-1.8 1.6-3.3 2.9-4.3 3.7-.5.4-.9.7-1.1.8l-.2.2C1 327.2-1.4 334.4.8 340.9S9.1 352 16 352c21.8 0 43.8-5.6 62.1-12.5 9.2-3.5 17.8-7.4 25.2-11.4C134.1 343.3 169.8 352 208 352m240-176c0 112.3-99.1 196.9-216.5 207 24.3 74.4 104.9 129 200.5 129 38.2 0 73.9-8.7 104.7-23.9 7.5 4 16 7.9 25.2 11.4 18.3 6.9 40.3 12.5 62.1 12.5 6.9 0 13.1-4.5 15.2-11.1s-.2-13.8-5.8-17.9l-.2-.2c-.2-.2-.6-.4-1.1-.8-1-.8-2.5-2-4.3-3.7-3.6-3.3-8.5-8.1-13.3-14.3-5.5-7-10.7-15.4-14.2-24.7 24.9-29 39.6-64.7 39.6-103.4 0-92.8-84.9-168.9-192.6-175.5.4 5.1.6 10.3.6 15.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/compact-disc.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/compact-disc.svg new file mode 100644 index 0000000..455b0e8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/compact-disc.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m256 32a32 32 0 1 1 0-64 32 32 0 1 1 0 64m-96-32a96 96 0 1 0 192 0 96 96 0 1 0-192 0m-64-16c0-35 17.5-71.1 45.2-98.8S205 96 240 96c8.8 0 16-7.2 16-16s-7.2-16-16-16c-45.4 0-89.2 22.3-121.5 54.5S64 194.6 64 240c0 8.8 7.2 16 16 16s16-7.2 16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/compass-drafting.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/compass-drafting.svg new file mode 100644 index 0000000..2e915ec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/compass-drafting.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M352 96c0 14.3-3.1 27.9-8.8 40.2l52.8 91.2c-23.7 25.3-54.2 44.1-88.5 53.6L256 192l-68 117.5c21.5 6.8 44.3 10.5 68.1 10.5 70.7 0 133.8-32.7 174.9-84 11.1-13.8 31.2-16 45-5s16 31.2 5 45c-52.9 65.8-134 108-225 108-35.4 0-69.4-6.4-100.7-18.1l-56.6 97.8c-4.7 8.1-11.7 14.7-20.1 18.9l-55.4 27.7c-5 2.5-10.9 2.2-15.6-.7S0 501.5 0 496v-55.4c0-8.4 2.2-16.7 6.5-24.1l60-103.7c-12.8-11.2-24.7-23.5-35.3-36.8-11.1-13.8-8.8-33.9 5-45s33.9-8.8 45 5c5.7 7.1 11.8 13.8 18.2 20.1l69.4-119.9C163.2 124 160 110.4 160 96c0-53 43-96 96-96s96 43 96 96m21 297.9c32.6-12.8 62.5-30.8 88.9-52.9l43.7 75.5c4.2 7.3 6.5 15.6 6.5 24.1V496c0 5.5-2.9 10.7-7.6 13.6s-10.6 3.2-15.6.7l-55.4-27.7c-8.4-4.2-15.4-10.8-20.1-18.9zM256 128a32 32 0 1 0 0-64 32 32 0 1 0 0 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/compass.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/compass.svg new file mode 100644 index 0000000..d6e9bd0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/compass.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m50.7-186.9-144.3 55.5c-19.4 7.5-38.5-11.6-31-31l55.5-144.3c3.3-8.5 9.9-15.1 18.4-18.4l144.3-55.5c19.4-7.5 38.5 11.6 31 31l-55.5 144.3c-3.2 8.5-9.9 15.1-18.4 18.4M288 256a32 32 0 1 0-64 0 32 32 0 1 0 64 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/compress.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/compress.svg new file mode 100644 index 0000000..8060113 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/compress.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M160 64c0-17.7-14.3-32-32-32S96 46.3 96 64v64H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32zM32 320c-17.7 0-32 14.3-32 32s14.3 32 32 32h64v64c0 17.7 14.3 32 32 32s32-14.3 32-32v-96c0-17.7-14.3-32-32-32zM352 64c0-17.7-14.3-32-32-32s-32 14.3-32 32v96c0 17.7 14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32h-64zm-32 256c-17.7 0-32 14.3-32 32v96c0 17.7 14.3 32 32 32s32-14.3 32-32v-64h64c17.7 0 32-14.3 32-32s-14.3-32-32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/computer-mouse.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/computer-mouse.svg new file mode 100644 index 0000000..f469270 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/computer-mouse.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 192h176V0h-16C71.6 0 0 71.6 0 160zm0 32v128c0 88.4 71.6 160 160 160h64c88.4 0 160-71.6 160-160V224H0m384-32v-32C384 71.6 312.4 0 224 0h-16v192z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/computer.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/computer.svg new file mode 100644 index 0000000..be631a7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/computer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M384 96v224H64V96zM64 32C28.7 32 0 60.7 0 96v224c0 35.3 28.7 64 64 64h117.3l-10.7 32H96c-17.7 0-32 14.3-32 32s14.3 32 32 32h256c17.7 0 32-14.3 32-32s-14.3-32-32-32h-74.7l-10.7-32H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm464 0c-26.5 0-48 21.5-48 48v352c0 26.5 21.5 48 48 48h64c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm16 64h32c8.8 0 16 7.2 16 16s-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16s7.2-16 16-16m-16 80c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16s-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16m32 160a32 32 0 1 1 0 64 32 32 0 1 1 0-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/cookie-bite.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/cookie-bite.svg new file mode 100644 index 0000000..889feeb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/cookie-bite.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M257.5 27.6c-.8-5.4-4.9-9.8-10.3-10.6-22.1-3.1-44.6.9-64.4 11.4l-74 39.5c-19.7 10.5-35.6 27-45.4 47.1l-36.7 75.6c-9.8 20.1-13 42.9-9.1 64.9l14.5 82.8c3.9 22.1 14.6 42.3 30.7 57.9l60.3 58.4c16.1 15.6 36.6 25.6 58.7 28.7l83 11.7c22.1 3.1 44.6-.9 64.4-11.4l74-39.5c19.7-10.5 35.6-27 45.4-47.2l36.7-75.5c9.8-20.1 13-42.9 9.1-64.9-.9-5.3-5.3-9.3-10.6-10.1-51.5-8.2-92.8-47.1-104.5-97.4-1.8-7.6-8-13.4-15.7-14.6-54.6-8.7-97.7-52-106.2-106.8zM208 144a32 32 0 1 1 0 64 32 32 0 1 1 0-64m-64 192a32 32 0 1 1 64 0 32 32 0 1 1-64 0m224-64a32 32 0 1 1 0 64 32 32 0 1 1 0-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/cookie.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/cookie.svg new file mode 100644 index 0000000..4c88f39 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/cookie.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M247.2 17c-22.1-3.1-44.6.9-64.4 11.4l-74 39.5c-19.7 10.5-35.6 27-45.4 47.1l-36.7 75.6c-9.8 20.1-13 42.9-9.1 64.9l14.5 82.8c3.9 22.1 14.6 42.3 30.7 57.9l60.3 58.4c16.1 15.6 36.6 25.6 58.7 28.7l83 11.7c22.1 3.1 44.6-.9 64.4-11.4l74-39.5c19.7-10.5 35.6-27 45.4-47.2l36.7-75.5c9.8-20.1 13-42.9 9.1-64.9l-14.6-82.8c-3.9-22.1-14.6-42.3-30.7-57.9l-60.2-58.3c-16.1-15.6-36.6-25.6-58.7-28.7zM208 144a32 32 0 1 1 0 64 32 32 0 1 1 0-64m-64 192a32 32 0 1 1 64 0 32 32 0 1 1-64 0m224-64a32 32 0 1 1 0 64 32 32 0 1 1 0-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/copy.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/copy.svg new file mode 100644 index 0000000..ba595ab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/copy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M208 0h124.1C344.8 0 357 5.1 366 14.1L433.9 82c9 9 14.1 21.2 14.1 33.9V336c0 26.5-21.5 48-48 48H208c-26.5 0-48-21.5-48-48V48c0-26.5 21.5-48 48-48M48 128h80v64H64v256h192v-32h64v48c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/copyright.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/copyright.svg new file mode 100644 index 0000000..32a3d06 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/copyright.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m-56.6-199.4c31.2 31.2 81.9 31.2 113.1 0 9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9c-50 50-131 50-181 0s-50-131 0-181 131-50 181 0c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0c-31.2-31.2-81.9-31.2-113.1 0s-31.2 81.9 0 113.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/couch.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/couch.svg new file mode 100644 index 0000000..bb3717c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/couch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 160c0-70.7 57.3-128 128-128h256c70.7 0 128 57.3 128 128v33.6c-36.5 7.4-64 39.7-64 78.4v48H128v-48c0-38.7-27.5-71-64-78.4zm480 112c0-20.9 13.4-38.7 32-45.3 5-1.8 10.4-2.7 16-2.7 26.5 0 48 21.5 48 48v176c0 17.7-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32H96c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V272c0-26.5 21.5-48 48-48 5.6 0 11 1 16 2.7 18.6 6.6 32 24.4 32 45.3v80h448v-80"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/cow.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/cow.svg new file mode 100644 index 0000000..9ccdfa7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/cow.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 224v192c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32v-88.2c9.9 6.6 20.6 12 32 16.1v24.2c0 8.8 7.2 16 16 16s16-7.2 16-16v-16.9c5.3.6 10.6.9 16 .9s10.7-.3 16-.9v16.9c0 8.8 7.2 16 16 16s16-7.2 16-16v-24.2c11.4-4 22.1-9.4 32-16.1V416c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V256l32 32v49.5c0 9.5 2.8 18.7 8.1 26.6L530 427c8.8 13.1 23.5 21 39.3 21 22.5 0 41.9-15.9 46.3-38l20.3-101.6c2.6-13-.3-26.5-8-37.3l-3.9-5.5V184c0-13.3-10.7-24-24-24s-24 10.7-24 24v14.4l-52.9-74.1C496 86.5 452.4 64 405.9 64H144C77.7 64 24 117.7 24 184v54C9.4 249.8 0 267.8 0 288v17.6c0 8 6.4 14.4 14.4 14.4 31.8 0 57.6-25.8 57.6-57.6V184c0-24.3 12.1-45.8 30.5-58.9-4.2 10.8-6.5 22.6-6.5 34.9zm464 112a16 16 0 1 1 32 0 16 16 0 1 1-32 0M166.6 166.6c-4.2-4.2-6.6-10-6.6-16 0-12.5 10.1-22.6 22.6-22.6h178.7c12.5 0 22.6 10.1 22.6 22.6 0 6-2.4 11.8-6.6 16L353.9 190c-21.7 21.8-51.2 34-81.9 34s-60.2-12.2-81.9-33.9l-23.4-23.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/credit-card.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/credit-card.svg new file mode 100644 index 0000000..0177227 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/credit-card.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32C28.7 32 0 60.7 0 96v32h576V96c0-35.3-28.7-64-64-64zm512 192H0v192c0 35.3 28.7 64 64 64h448c35.3 0 64-28.7 64-64zM112 352h64c8.8 0 16 7.2 16 16s-7.2 16-16 16h-64c-8.8 0-16-7.2-16-16s7.2-16 16-16m112 16c0-8.8 7.2-16 16-16h128c8.8 0 16 7.2 16 16s-7.2 16-16 16H240c-8.8 0-16-7.2-16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/crop-simple.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/crop-simple.svg new file mode 100644 index 0000000..08b430a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/crop-simple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M128 32c0-17.7-14.3-32-32-32S64 14.3 64 32v32H32C14.3 64 0 78.3 0 96s14.3 32 32 32h32v256c0 35.3 28.7 64 64 64h224v-64H128zm256 448c0 17.7 14.3 32 32 32s32-14.3 32-32v-32h32c17.7 0 32-14.3 32-32s-14.3-32-32-32h-32V128c0-35.3-28.7-64-64-64H160v64h224z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/crop.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/crop.svg new file mode 100644 index 0000000..b9ffc79 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/crop.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m448 109.3 54.6-54.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L402.7 64H160v64h178.7L128 338.7V32c0-17.7-14.3-32-32-32S64 14.3 64 32v32H32C14.3 64 0 78.3 0 96s14.3 32 32 32h32v256c0 35.3 28.7 64 64 64h224v-64H173.3L384 173.3V480c0 17.7 14.3 32 32 32s32-14.3 32-32v-32h32c17.7 0 32-14.3 32-32s-14.3-32-32-32h-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/cross.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/cross.svg new file mode 100644 index 0000000..5fe72b5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/cross.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M176 0c-26.5 0-48 21.5-48 48v80H48c-26.5 0-48 21.5-48 48v32c0 26.5 21.5 48 48 48h80v208c0 26.5 21.5 48 48 48h32c26.5 0 48-21.5 48-48V256h80c26.5 0 48-21.5 48-48v-32c0-26.5-21.5-48-48-48h-80V48c0-26.5-21.5-48-48-48z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/crosshairs.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/crosshairs.svg new file mode 100644 index 0000000..ebc86f3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/crosshairs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 0c17.7 0 32 14.3 32 32v10.4c93.7 13.9 167.7 88 181.6 181.6H480c17.7 0 32 14.3 32 32s-14.3 32-32 32h-10.4c-13.9 93.7-88 167.7-181.6 181.6V480c0 17.7-14.3 32-32 32s-32-14.3-32-32v-10.4C130.3 455.7 56.3 381.7 42.4 288H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h10.4C56.3 130.3 130.3 56.3 224 42.4V32c0-17.7 14.3-32 32-32M107.4 288c12.5 58.3 58.4 104.1 116.6 116.6V384c0-17.7 14.3-32 32-32s32 14.3 32 32v20.6c58.3-12.5 104.1-58.4 116.6-116.6H384c-17.7 0-32-14.3-32-32s14.3-32 32-32h20.6c-12.5-58.3-58.3-104.1-116.6-116.6V128c0 17.7-14.3 32-32 32s-32-14.3-32-32v-20.6c-58.3 12.5-104.1 58.3-116.6 116.6H128c17.7 0 32 14.3 32 32s-14.3 32-32 32zM256 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/crow.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/crow.svg new file mode 100644 index 0000000..da4f799 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/crow.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M456 0c-48.6 0-88 39.4-88 88v29.2L12.5 390.6c-14 10.8-16.6 30.9-5.9 44.9s30.9 16.6 44.9 5.9l74.6-57.4h133.1l46.6 113.1c5 12.3 19.1 18.1 31.3 13.1s18.1-19.1 13.1-31.3L311.1 384h44.1l46.6 113.2c5 12.3 19.1 18.1 31.3 13.1s18.1-19.1 13.1-31.3l-42-102C484.9 354.1 544 280 544 192v-72l80.5-20.1c8.6-2.1 13.8-10.8 11.6-19.4C629 52 603.4 32 574 32h-50.1C507.7 12.5 483.3 0 456 0m0 64a24 24 0 1 1 0 48 24 24 0 1 1 0-48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/crown.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/crown.svg new file mode 100644 index 0000000..556f68d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/crown.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M309 106c11.4-7 19-19.7 19-34 0-22.1-17.9-40-40-40s-40 17.9-40 40c0 14.4 7.6 27 19 34l-57.3 114.6c-9.1 18.2-32.7 23.4-48.6 10.7L72 160c5-6.7 8-15 8-24 0-22.1-17.9-40-40-40S0 113.9 0 136s17.9 40 40 40h.7l45.7 251.4c5.5 30.4 32 52.6 63 52.6h277.2c30.9 0 57.4-22.1 63-52.6L535.3 176h.7c22.1 0 40-17.9 40-40s-17.9-40-40-40-40 17.9-40 40c0 9 3 17.3 8 24l-89.1 71.3c-15.9 12.7-39.5 7.5-48.6-10.7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/crutch.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/crutch.svg new file mode 100644 index 0000000..a20d9f3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/crutch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M297.4 9.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0m-96 144-34.8 34.8c-12.9 12.9-21.9 29.2-25.8 47.1l-24 107.6c-1.3 5.9-4.3 11.4-8.6 15.7L9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l98.8-98.8c4.3-4.3 9.7-7.3 15.7-8.6l107.6-23.9c17.8-4 34.1-12.9 47.1-25.8l34.7-34.7.1-.1.1-.1 74.6-74.6-45.3-45.3-52.1 51.9-66.7-66.7 52.1-52.1-45.3-45.3-74.7 74.7zm22.6 67.9 66.7 66.7-12.2 12.2c-4.3 4.3-9.7 7.3-15.7 8.6l-76.7 17 17-76.7c1.3-5.9 4.3-11.4 8.6-15.7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/cruzeiro-sign.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/cruzeiro-sign.svg new file mode 100644 index 0000000..a0a9c4c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/cruzeiro-sign.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 256c0-88.4 71.6-160 160-160 41 0 78.3 15.4 106.7 40.7 13.2 11.8 33.4 10.7 45.2-2.5s10.7-33.4-2.5-45.2c-39.6-35.5-92-57-149.3-57C132.3 32 32 132.3 32 256s100.3 224 224 224c57.4 0 109.7-21.6 149.3-57 13.2-11.8 14.3-32 2.5-45.2s-32-14.3-45.2-2.5C334.3 400.6 297 416 256 416V311.3c0-12.8 10.4-23.3 23.3-23.3 4.6 0 9.1 1.4 12.9 3.9l10.1 6.7c14.7 9.8 34.6 5.8 44.4-8.9s5.8-34.6-8.9-44.4l-10.1-6.7c-14.3-9.6-31.2-14.7-48.4-14.7-12.4 0-24.2 2.6-34.9 7.3-5.5-4.5-12.6-7.3-20.3-7.3-17.7 0-32 14.3-32 32v146.7C135.5 378 96 321.6 96 256"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/cube.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/cube.svg new file mode 100644 index 0000000..7ca512c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/cube.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M234.5 5.7c13.9-5 29.1-5 43.1 0l192 68.6c25.4 9.1 42.4 33.2 42.4 60.3v242.9c0 27-17 51.2-42.5 60.3l-192 68.6c-13.9 5-29.1 5-43.1 0l-192-68.6C17 428.6 0 404.5 0 377.4V134.6c0-27 17-51.2 42.5-60.3zM256 66 82.3 128 256 190l173.7-62zm32 368.6 160-57.1v-188l-160 57.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/cubes-stacked.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/cubes-stacked.svg new file mode 100644 index 0000000..d1540fb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/cubes-stacked.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M192 64v64c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32h-64c-17.7 0-32 14.3-32 32M82.7 207c-15.3 8.8-20.5 28.4-11.7 43.7l32 55.4c8.8 15.3 28.4 20.5 43.7 11.7l55.4-32c15.3-8.8 20.5-28.4 11.7-43.7l-32-55.4c-8.8-15.3-28.4-20.5-43.7-11.7zM288 192c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32v-64c0-17.7-14.3-32-32-32zm64 160c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32v-64c0-17.7-14.3-32-32-32zm-192 32v64c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32v-64c0-17.7-14.3-32-32-32h-64c-17.7 0-32 14.3-32 32M32 352c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32v-64c0-17.7-14.3-32-32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/cubes.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/cubes.svg new file mode 100644 index 0000000..2486f3b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/cubes.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m290.8 48.6 78.4 29.7-81.2 31.2-81.2-31.2 78.4-29.7c1.8-.7 3.8-.7 5.7 0zM136 92.5v112.2c-1.3.4-2.6.8-3.9 1.3l-96 36.4C14.4 250.6 0 271.5 0 294.7v119.2c0 22.2 13.1 42.3 33.5 51.3l96 42.2c14.4 6.3 30.7 6.3 45.1 0L288 457.5l113.5 49.9c14.4 6.3 30.7 6.3 45.1 0l96-42.2c20.3-8.9 33.5-29.1 33.5-51.3V294.8c0-23.3-14.4-44.1-36.1-52.4L444 206c-1.3-.5-2.6-.9-3.9-1.3V92.5c0-23.3-14.4-44.1-36.1-52.4L308 3.7c-12.8-4.8-26.9-4.8-39.7 0l-96 36.4C150.4 48.4 136 69.3 136 92.5m256 118.1-82.4 31.2v-89.2L392 121zm-237.2 40.3 78.4 29.7-81.2 31.1-81.2-31.1 78.4-29.7c1.8-.7 3.8-.7 5.7 0zm18.8 204.4V354.8l82.4-31.6v95.9zm247.6-204.4c1.8-.7 3.8-.7 5.7 0l78.4 29.7-81.3 31.1-81.2-31.1zm102 170.3-77.6 34.1V354.8l82.4-31.6v90.7c0 3.2-1.9 6-4.8 7.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/d.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/d.svg new file mode 100644 index 0000000..427caa6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/d.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 96c0-35.3 28.7-64 64-64h96c123.7 0 224 100.3 224 224S283.7 480 160 480H64c-35.3 0-64-28.7-64-64zm160 0H64v320h96c88.4 0 160-71.6 160-160S248.4 96 160 96"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/database.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/database.svg new file mode 100644 index 0000000..35a5ad7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/database.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M448 80v48c0 44.2-100.3 80-224 80S0 172.2 0 128V80C0 35.8 100.3 0 224 0s224 35.8 224 80m-54.8 134.7c20.8-7.4 39.9-16.9 54.8-28.6V288c0 44.2-100.3 80-224 80S0 332.2 0 288V186.1c14.9 11.8 34 21.2 54.8 28.6C99.7 230.7 159.5 240 224 240s124.3-9.3 169.2-25.3M0 346.1c14.9 11.8 34 21.2 54.8 28.6C99.7 390.7 159.5 400 224 400s124.3-9.3 169.2-25.3c20.8-7.4 39.9-16.9 54.8-28.6V432c0 44.2-100.3 80-224 80S0 476.2 0 432z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/delete-left.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/delete-left.svg new file mode 100644 index 0000000..edd06c0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/delete-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M576 128c0-35.3-28.7-64-64-64H205.3c-17 0-33.3 6.7-45.3 18.7L9.4 233.4c-6 6-9.4 14.1-9.4 22.6s3.4 16.6 9.4 22.6L160 429.3c12 12 28.3 18.7 45.3 18.7H512c35.3 0 64-28.7 64-64zm-305 47c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/democrat.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/democrat.svg new file mode 100644 index 0000000..b8d46fb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/democrat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32c0-8.9 3.8-20.9 6.2-27.3C71.2 1.8 74 0 77 0c1.9 0 3.8.7 5.2 2.1L128 45.7l45.8-43.6C175.2.7 177.1 0 179 0c3 0 5.8 1.8 6.8 4.7 2.4 6.5 6.2 18.4 6.2 27.3 0 26.5-21.9 42-29.5 46.6l76.2 72.6c6 5.7 13.9 8.8 22.1 8.8H512c40.3 0 78.2 19 102.4 51.2l19.2 25.6c10.6 14.1 7.7 34.2-6.4 44.8s-34.2 7.7-44.8-6.4l-19.2-25.6c-5.3-7-11.8-12.8-19.2-17V320H192l-40.4-94.3c-3.9-9.2-15.3-12.6-23.6-7l-42.1 28c-9.1 6.1-19.7 9.3-30.7 9.3h-2C23.9 256 0 232.1 0 202.7c0-12.1 4.1-23.8 11.7-33.3l75.9-94.8C78.1 67.4 64 53.2 64 32m384 320h96v128c0 17.7-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32v-64H288v64c0 17.7-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32V352h256M260.9 210.9c-.9-1.8-2.8-2.9-4.8-2.9s-3.9 1.1-4.8 2.9l-10.5 20.5-23.5 3.3c-2 .3-3.7 1.6-4.3 3.5s-.1 3.9 1.3 5.3l17 16-4 22.6c-.3 1.9.5 3.9 2.1 5s3.8 1.3 5.6.4l21-10.7 21 10.7c1.8.9 4 .8 5.6-.4s2.5-3.1 2.1-5l-4-22.6 17-16c1.5-1.4 2-3.4 1.3-5.3s-2.3-3.2-4.3-3.5l-23.5-3.3-10.5-20.5zm107.2-2.9c-2 0-3.9 1.1-4.8 2.9l-10.5 20.5-23.5 3.3c-2 .3-3.7 1.6-4.3 3.5s-.1 3.9 1.3 5.3l17 16-4 22.6c-.3 1.9.5 3.9 2.1 5s3.8 1.3 5.6.4l21-10.7 21 10.7c1.8.9 4 .8 5.6-.4s2.5-3.1 2.1-5l-4-22.6 17-16c1.5-1.4 2-3.4 1.4-5.3s-2.3-3.2-4.3-3.5l-23.5-3.3-10.5-20.5c-.9-1.8-2.8-2.9-4.8-2.9zm116.8 2.9c-.9-1.8-2.8-2.9-4.8-2.9s-3.9 1.1-4.8 2.9l-10.5 20.5-23.5 3.3c-2 .3-3.7 1.6-4.3 3.5s-.1 3.9 1.3 5.3l17 16-4 22.6c-.3 1.9.5 3.9 2.1 5s3.8 1.3 5.6.4l21-10.7 21 10.7c1.8.9 4 .8 5.6-.4s2.5-3.1 2.1-5l-4-22.6 17-16c1.5-1.4 2-3.4 1.4-5.3s-2.3-3.2-4.3-3.5l-23.5-3.3-10.5-20.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/desktop.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/desktop.svg new file mode 100644 index 0000000..86776f6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/desktop.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 0C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h176l-10.7 32H160c-17.7 0-32 14.3-32 32s14.3 32 32 32h256c17.7 0 32-14.3 32-32s-14.3-32-32-32h-69.3L336 416h176c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zm448 64v224H64V64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/dharmachakra.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/dharmachakra.svg new file mode 100644 index 0000000..993e2ce --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/dharmachakra.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m337.8 205.7 48.6-42.5c13.8 19.3 23.4 41.9 27.4 66.2l-64.4 4.3c-2.4-10.1-6.4-19.5-11.6-28m140.1 19.5c-5.3-38.8-20.6-74.5-43.2-104.3l.8-.7C449 108.4 449.7 87.6 437 75s-33.4-12-45.2 1.5l-.7.8c-29.8-22.6-65.5-37.9-104.3-43.2l.1-1.1c1.2-17.9-13-33-30.9-33s-32.1 15.2-30.9 33l.1 1.1c-38.8 5.3-74.5 20.6-104.3 43.2l-.7-.8C108.4 63 87.6 62.3 75 75s-12 33.4 1.5 45.2l.8.7c-22.6 29.8-37.9 65.5-43.2 104.3l-1.1-.1c-17.9-1.2-33 13-33 30.9s15.2 32.1 33 30.9l1.1-.1c5.3 38.8 20.6 74.5 43.2 104.3l-.8.7C63 403.6 62.3 424.4 75 437s33.4 12 45.2-1.5l.7-.8c29.8 22.6 65.5 37.9 104.3 43.2l-.1 1.1c-1.2 17.9 13 33 30.9 33s32.1-15.2 30.9-33l-.1-1.1c38.8-5.3 74.5-20.6 104.3-43.2l.7.8c11.8 13.5 32.5 14.2 45.2 1.5s12-33.4-1.5-45.2l-.8-.7c22.6-29.8 37.9-65.5 43.2-104.3l1.1.1c17.9 1.2 33-13 33-30.9s-15.2-32.1-33-30.9zm-314.7-99.6c19.3-13.8 41.9-23.4 66.2-27.5l4.3 64.4c-10 2.4-19.5 6.4-28 11.6l-42.5-48.6zm-65 103.8c4.1-24.4 13.7-46.9 27.5-66.2l48.6 42.5c-5.3 8.5-9.2 18-11.6 28l-64.4-4.3zm27.5 119.4a159.5 159.5 0 0 1-27.5-66.2l64.4-4.3c2.4 10 6.4 19.5 11.6 28l-48.6 42.5zm103.8 65c-24.4-4.1-46.9-13.7-66.2-27.4l42.5-48.6c8.5 5.3 18 9.2 28 11.6zm119.4-27.4c-19.3 13.8-41.9 23.4-66.2 27.4l-4.3-64.4c10-2.4 19.5-6.4 28-11.6zm65-103.8c-4.1 24.4-13.7 46.9-27.4 66.2l-48.6-42.5c5.3-8.5 9.2-18 11.6-28zm-65-156.9-42.5 48.6c-8.5-5.3-18-9.2-28-11.6l4.3-64.4c24.4 4.1 46.9 13.7 66.2 27.5zM256 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/diagram-next.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/diagram-next.svg new file mode 100644 index 0000000..ffdd30a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/diagram-next.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M512 160c0 35.3-28.7 64-64 64H280v64h46.1c21.4 0 32.1 25.9 17 41L273 399c-9.4 9.4-24.6 9.4-33.9 0L169 329c-15.1-15.1-4.4-41 17-41h46.1v-64H64c-35.3 0-64-28.7-64-64V96c0-35.3 28.7-64 64-64h384c35.3 0 64 28.7 64 64zm-64 256v-64h-82.7l.4-.4c18.4-18.4 20.4-43.7 11-63.6H448c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64v-64c0-35.3 28.7-64 64-64h71.3c-9.4 19.9-7.4 45.2 11 63.6l.4.4H64v64h146.7l5.7 5.7c21.9 21.9 57.3 21.9 79.2 0l5.7-5.7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/diagram-predecessor.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/diagram-predecessor.svg new file mode 100644 index 0000000..3537fed --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/diagram-predecessor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M448 416v-64H64v64zm0 64H64c-35.3 0-64-28.7-64-64v-64c0-35.3 28.7-64 64-64h384c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64M288 160c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96c0-35.3 28.7-64 64-64h304c44.2 0 80 35.8 80 80v16h38.1c21.4 0 32.1 25.9 17 41L433 239c-9.4 9.4-24.6 9.4-33.9 0L329 169c-15.1-15.1-4.4-41 17-41h38.1v-16c0-8.8-7.2-16-16-16h-80v64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/diagram-project.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/diagram-project.svg new file mode 100644 index 0000000..8d881fb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/diagram-project.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 80c0-26.5 21.5-48 48-48h96c26.5 0 48 21.5 48 48v16h192V80c0-26.5 21.5-48 48-48h96c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48h-96c-26.5 0-48-21.5-48-48v-16H192v16c0 1.7-.1 3.4-.3 5L272 288h96c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48h-96c-26.5 0-48-21.5-48-48v-96c0-1.7.1-3.4.3-5L144 224H48c-26.5 0-48-21.5-48-48z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/diagram-successor.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/diagram-successor.svg new file mode 100644 index 0000000..f2fc3ee --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/diagram-successor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M512 416v-64c0-35.3-28.7-64-64-64H64c-35.3 0-64 28.7-64 64v64c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64M64 160V96h160v64zm224 0V96h80c8.8 0 16 7.2 16 16v16h-38.1c-21.4 0-32.1 25.9-17 41l70.1 70c9.4 9.4 24.6 9.4 33.9 0l70.1-70c15.1-15.1 4.4-41-17-41h-38v-16c0-44.2-35.8-80-80-80H64C28.7 32 0 60.7 0 96v64c0 35.3 28.7 64 64 64h160c35.3 0 64-28.7 64-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/diamond-turn-right.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/diamond-turn-right.svg new file mode 100644 index 0000000..34ad7d7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/diamond-turn-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M227.7 11.7c15.6-15.6 40.9-15.6 56.6 0l216 216c15.6 15.6 15.6 40.9 0 56.6l-216 216c-15.6 15.6-40.9 15.6-56.6 0l-216-216c-15.6-15.6-15.6-40.9 0-56.6zm87.6 137c-4.6-4.6-11.5-5.9-17.4-3.5s-9.9 8.3-9.9 14.8v56h-64c-35.3 0-64 28.7-64 64v48c0 13.3 10.7 24 24 24s24-10.7 24-24v-48c0-8.8 7.2-16 16-16h64v56c0 6.5 3.9 12.3 9.9 14.8s12.9 1.1 17.4-3.5l80-80c6.2-6.2 6.2-16.4 0-22.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/diamond.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/diamond.svg new file mode 100644 index 0000000..50bc547 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/diamond.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M284.3 11.7c-15.6-15.6-40.9-15.6-56.6 0l-216 216c-15.6 15.6-15.6 40.9 0 56.6l216 216c15.6 15.6 40.9 15.6 56.6 0l216-216c15.6-15.6 15.6-40.9 0-56.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/dice-d20.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/dice-d20.svg new file mode 100644 index 0000000..bfcb781 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/dice-d20.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m48.7 125.8 53.2 31.9c7.8 4.7 17.8 2 22.2-5.9l77.5-139.7c3-5.4-.9-12.1-7.1-12.1-1.6 0-3.2.5-4.6 1.4l-142 97.4c-9.6 6.6-9.2 20.9.8 26.9zM16 171.7v123.5c0 8 10.4 11 14.7 4.4l60-92c5-7.6 2.6-17.8-5.2-22.5L40.2 158c-10.6-6.4-24.2 1.3-24.2 13.7M310.4 12.1 388 151.7c4.4 7.9 14.5 10.6 22.2 5.9l53.2-31.9c10-6 10.4-20.3.8-26.9L322.1 1.4c-1.4-.9-3-1.4-4.6-1.4-6.2 0-10.1 6.7-7.1 12.1M496 171.7c0-12.4-13.6-20.1-24.2-13.7l-45.3 27.2c-7.8 4.7-10.1 14.9-5.2 22.5l60 92c4.3 6.7 14.7 3.6 14.7-4.4V171.8zm-49.3 246-160.6 18.9c-8.1.9-14.1 7.8-14.1 15.9v52.8c0 3.7 3 6.8 6.8 6.8.8 0 1.6-.1 2.4-.4l172.7-64c6.1-2.2 10.1-8 10.1-14.5 0-9.3-8.1-16.5-17.3-15.4zM233.2 512c3.7 0 6.8-3 6.8-6.8v-52.6c0-8.1-6.1-14.9-14.1-15.9l-160.6-19c-9.2-1.1-17.3 6.1-17.3 15.4 0 6.5 4 12.3 10.1 14.5l172.7 64c.8.3 1.6.4 2.4.4M41.7 382.9l170.9 20.2c7.8.9 13.4-7.5 9.5-14.3l-85.7-150c-5.9-10.4-20.7-10.8-27.3-.8L30.2 358.2c-6.5 9.9-.3 23.3 11.5 24.7m439.6-24.8-78.4-120c-6.5-10-21.4-9.6-27.3.8l-85.4 149.6c-3.9 6.8 1.6 15.2 9.5 14.3l170.1-20c11.8-1.4 18-14.7 11.5-24.6zm-216.9 11 78.4-137.2c6.1-10.7-1.6-23.9-13.9-23.9H183.2c-12.3 0-20 13.3-13.9 23.9l78.4 137.2c3.7 6.4 13 6.4 16.7 0m-90-193.1h163.2c12.2 0 19.9-13.1 14-23.8l-80-144c-2.8-5.1-8.2-8.2-14-8.2h-3.2c-5.8 0-11.2 3.2-14 8.2l-80 144c-5.9 10.7 1.8 23.8 14 23.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/dice-d6.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/dice-d6.svg new file mode 100644 index 0000000..d159b02 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/dice-d6.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M201 10.3c14.3-7.8 31.6-7.8 46 0L422.3 106c5.1 2.8 8.3 8.2 8.3 14s-3.2 11.2-8.3 14L231.7 238c-4.8 2.6-10.5 2.6-15.3 0L25.7 134c-5.1-2.8-8.3-8.2-8.3-14s3.2-11.2 8.3-14zM23.7 170l176 96c5.1 2.8 8.3 8.2 8.3 14v216c0 5.6-3 10.9-7.8 13.8s-10.9 3-15.8.3L25 423.1C9.6 414.7 0 398.6 0 381V184c0-5.6 3-10.9 7.8-13.8s10.9-3 15.8-.3zm400.7 0c5-2.7 11-2.6 15.8.3s7.8 8.1 7.8 13.8v197c0 17.6-9.6 33.7-25 42.1L263.7 510c-5 2.7-11 2.6-15.8-.3s-7.8-8.1-7.8-13.8v-216c0-5.9 3.2-11.2 8.3-14l176-96z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/dice-five.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/dice-five.svg new file mode 100644 index 0000000..2864207 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/dice-five.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm64 96a32 32 0 1 1 0 64 32 32 0 1 1 0-64M96 352a32 32 0 1 1 64 0 32 32 0 1 1-64 0m128-128a32 32 0 1 1 0 64 32 32 0 1 1 0-64m64-64a32 32 0 1 1 64 0 32 32 0 1 1-64 0m32 160a32 32 0 1 1 0 64 32 32 0 1 1 0-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/dice-four.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/dice-four.svg new file mode 100644 index 0000000..3ed8c53 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/dice-four.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 96c0-35.3 28.7-64 64-64h320c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm160 64a32 32 0 1 0-64 0 32 32 0 1 0 64 0m-32 224a32 32 0 1 0 0-64 32 32 0 1 0 0 64m224-224a32 32 0 1 0-64 0 32 32 0 1 0 64 0m-32 224a32 32 0 1 0 0-64 32 32 0 1 0 0 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/dice-one.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/dice-one.svg new file mode 100644 index 0000000..f0759cd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/dice-one.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm160 192a32 32 0 1 1 0 64 32 32 0 1 1 0-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/dice-six.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/dice-six.svg new file mode 100644 index 0000000..b0a7fde --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/dice-six.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 96c0-35.3 28.7-64 64-64h320c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm160 64a32 32 0 1 0-64 0 32 32 0 1 0 64 0m-32 128a32 32 0 1 0 0-64 32 32 0 1 0 0 64m32 64a32 32 0 1 0-64 0 32 32 0 1 0 64 0m160-160a32 32 0 1 0 0-64 32 32 0 1 0 0 64m32 64a32 32 0 1 0-64 0 32 32 0 1 0 64 0m-32 128a32 32 0 1 0 0-64 32 32 0 1 0 0 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/dice-three.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/dice-three.svg new file mode 100644 index 0000000..dd4d60b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/dice-three.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm64 96a32 32 0 1 1 0 64 32 32 0 1 1 0-64m64 128a32 32 0 1 1 64 0 32 32 0 1 1-64 0m128 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/dice-two.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/dice-two.svg new file mode 100644 index 0000000..58b8bf8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/dice-two.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 96c0-35.3 28.7-64 64-64h320c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm352 256a32 32 0 1 0-64 0 32 32 0 1 0 64 0M128 192a32 32 0 1 0 0-64 32 32 0 1 0 0 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/dice.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/dice.svg new file mode 100644 index 0000000..871a25a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/dice.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M274.9 34.3c-28.1-28.1-73.7-28.1-101.8 0L34.3 173.1c-28.1 28.1-28.1 73.7 0 101.8l138.8 138.8c28.1 28.1 73.7 28.1 101.8 0l138.8-138.8c28.1-28.1 28.1-73.7 0-101.8zM200 224a24 24 0 1 1 48 0 24 24 0 1 1-48 0M96 200a24 24 0 1 1 0 48 24 24 0 1 1 0-48m128 176a24 24 0 1 1 0-48 24 24 0 1 1 0 48m128-176a24 24 0 1 1 0 48 24 24 0 1 1 0-48m-128-80a24 24 0 1 1 0-48 24 24 0 1 1 0 48m96 328c0 35.3 28.7 64 64 64h192c35.3 0 64-28.7 64-64V256c0-35.3-28.7-64-64-64H461.7c11.6 36 3.1 77-25.4 105.5L320 413.8zm160-120a24 24 0 1 1 0 48 24 24 0 1 1 0-48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/disease.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/disease.svg new file mode 100644 index 0000000..049d855 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/disease.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M236.4 61.4 227 75.5c-21.3 32-59.4 48.5-97.3 42.1l-59.6-9.9C33.4 101.6 0 129.9.1 167.1c0 15.9 6.4 31.2 17.6 42.5l29.2 29.2c11 11 17.2 25.9 17.2 41.5 0 15.8-6.4 30.9-17.7 42l-13.1 12.8C22.2 345.9 16 360.7 16 376.2c0 36.8 34.1 64.2 70.1 56.2l62.3-13.8c7.7-1.7 15.7-2.6 23.6-2.6h10c27.2 0 53.7 9.3 75 26.3l30.8 24.7c10.5 8.4 23.6 13 37 13 32.7 0 59.3-26.5 59.3-59.3v-25.2c0-34.9 21.4-66.2 53.9-78.8l36.9-14.3c22.4-8.7 37.2-30.3 37.2-54.3 0-28.1-20.1-52.3-47.8-57.3l-28-5.1c-36.5-6.7-65.4-34.5-73.6-70.7l-7.1-31.5C348.9 53.4 322.1 32 291.3 32c-22 0-42.6 11-54.9 29.4M160 192a32 32 0 1 1 0 64 32 32 0 1 1 0-64m128 16a16 16 0 1 1 32 0 16 16 0 1 1-32 0m0 80a32 32 0 1 1 0 64 32 32 0 1 1 0-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/display.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/display.svg new file mode 100644 index 0000000..a231a4d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/display.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 0C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h176l-10.7 32H160c-17.7 0-32 14.3-32 32s14.3 32 32 32h256c17.7 0 32-14.3 32-32s-14.3-32-32-32h-69.3L336 416h176c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zm448 64v288H64V64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/divide.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/divide.svg new file mode 100644 index 0000000..7020e80 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/divide.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M272 96a48 48 0 1 0-96 0 48 48 0 1 0 96 0m0 320a48 48 0 1 0-96 0 48 48 0 1 0 96 0m128-128c17.7 0 32-14.3 32-32s-14.3-32-32-32H48c-17.7 0-32 14.3-32 32s14.3 32 32 32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/dna.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/dna.svg new file mode 100644 index 0000000..cd5943f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/dna.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M416 0c17.7 0 32 14.3 32 32 0 59.8-30.3 107.5-69.4 146.6-28 28-62.5 53.5-97.3 77.4l-2.5 1.7c-11.9 8.1-23.8 16.1-35.5 23.9l-1.6 1c-6 4-11.9 7.9-17.8 11.9-20.9 14-40.8 27.7-59.3 41.5h118.5c-9.8-7.4-20.1-14.7-30.7-22.1l7-4.7 3-2c15.1-10.1 30.9-20.6 46.7-31.6 25 18.1 48.9 37.3 69.4 57.7C417.7 372.5 448 420.2 448 480c0 17.7-14.3 32-32 32s-32-14.3-32-32H64c0 17.7-14.3 32-32 32S0 497.7 0 480c0-59.8 30.3-107.5 69.4-146.6 28-28 62.5-53.5 97.3-77.4-34.8-23.9-69.3-49.3-97.3-77.4C30.3 139.5 0 91.8 0 32 0 14.3 14.3 0 32 0s32 14.3 32 32h320c0-17.7 14.3-32 32-32m-77.4 384H109.4c-10.1 10.6-18.6 21.3-25.5 32h280.2c-6.8-10.7-15.3-21.4-25.5-32M109.4 128h229.2c10.1-10.7 18.6-21.3 25.5-32H83.9c6.8 10.7 15.3 21.3 25.5 32m55.4 48c18.4 13.8 38.4 27.5 59.3 41.5 20.9-14 40.8-27.7 59.3-41.5H164.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/dog.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/dog.svg new file mode 100644 index 0000000..52ff7a9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/dog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m309.6 158.5 23.1-138.7C334.6 8.4 344.5 0 356.1 0c7.5 0 14.5 3.5 19 9.5L392 32h52.1c12.7 0 24.9 5.1 33.9 14.1L496 64h56c13.3 0 24 10.7 24 24v24c0 44.2-35.8 80-80 80h-69.3l-5.1 30.5zM416 256.1V480c0 17.7-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32V364.8c-24 12.3-51.2 19.2-80 19.2s-56-6.9-80-19.2V480c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V249.8c-28.8-10.9-51.4-35.3-59.2-66.5L1 167.8c-4.3-17.1 6.1-34.5 23.3-38.8s34.5 6.1 38.8 23.3l3.9 15.5C70.5 182 83.3 192 98 192h205.8zM464 80a16 16 0 1 0-32 0 16 16 0 1 0 32 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/dollar-sign.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/dollar-sign.svg new file mode 100644 index 0000000..33a9912 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/dollar-sign.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M160 0c17.7 0 32 14.3 32 32v35.7c1.6.2 3.1.4 4.7.7.4.1.7.1 1.1.2l48 8.8c17.4 3.2 28.9 19.9 25.7 37.2s-19.9 28.9-37.2 25.7l-47.5-8.7c-31.3-4.6-58.9-1.5-78.3 6.2s-27.2 18.3-29 28.1c-2 10.7-.5 16.7 1.2 20.4 1.8 3.9 5.5 8.3 12.8 13.2 16.3 10.7 41.3 17.7 73.7 26.3l2.9.8c28.6 7.6 63.6 16.8 89.6 33.8 14.2 9.3 27.6 21.9 35.9 39.5 8.5 17.9 10.3 37.9 6.4 59.2-6.9 38-33.1 63.4-65.6 76.7-13.7 5.6-28.6 9.2-44.4 11v33.4c0 17.7-14.3 32-32 32s-32-14.3-32-32v-34.9c-.4-.1-.9-.1-1.3-.2h-.2c-24.4-3.8-64.5-14.3-91.5-26.3-16.1-7.2-23.4-26.1-16.2-42.2s26.1-23.4 42.2-16.2c20.9 9.3 55.3 18.5 75.2 21.6 31.9 4.7 58.2 2 76-5.3 16.9-6.9 24.6-16.9 26.8-28.9 1.9-10.6.4-16.7-1.3-20.4-1.9-4-5.6-8.4-13-13.3-16.4-10.7-41.5-17.7-74-26.3l-2.8-.7c-28.5-7.8-63.5-17.1-89.5-34.1-14.2-9.3-27.5-22-35.8-39.6-8.4-17.9-10.1-37.9-6.1-59.2 7.2-38.2 35.8-63 68.3-75.9 13.3-5.3 27.9-8.9 43.2-11V32c0-17.7 14.3-32 32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/dolly.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/dolly.svg new file mode 100644 index 0000000..776916d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/dolly.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 32C0 14.3 14.3 0 32 0h72.9c27.5 0 52 17.6 60.7 43.8L257.7 320c30.1.5 56.8 14.9 74 37l202.1-67.4c16.8-5.6 34.9 3.5 40.5 20.2s-3.5 34.9-20.2 40.5L352 417.7c-.9 52.2-43.5 94.3-96 94.3-53 0-96-43-96-96 0-30.8 14.5-58.2 37-75.8L104.9 64H32C14.3 64 0 49.7 0 32m244.8 102.5c-5.5-16.8 3.7-34.9 20.5-40.3L311 79.4l19.8 60.9 60.9-19.8-19.9-60.9 45.7-14.8c16.8-5.5 34.9 3.7 40.3 20.5l49.4 152.2c5.5 16.8-3.7 34.9-20.5 40.3l-152.2 49.4c-16.8 5.5-34.9-3.7-40.3-20.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/dong-sign.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/dong-sign.svg new file mode 100644 index 0000000..873b954 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/dong-sign.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M288 32c-17.7 0-32 14.3-32 32h-32c-17.7 0-32 14.3-32 32s14.3 32 32 32h32v49.1c-18.8-10.9-40.7-17.1-64-17.1-70.7 0-128 57.3-128 128s57.3 128 128 128c24.5 0 47.4-6.9 66.8-18.8 5 11.1 16.2 18.8 29.2 18.8 17.7 0 32-14.3 32-32V128c17.7 0 32-14.3 32-32s-14.3-32-32-32c0-17.7-14.3-32-32-32M128 288a64 64 0 1 1 128 0 64 64 0 1 1-128 0M32 448c-17.7 0-32 14.3-32 32s14.3 32 32 32h320c17.7 0 32-14.3 32-32s-14.3-32-32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/door-closed.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/door-closed.svg new file mode 100644 index 0000000..54279f9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/door-closed.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 64c0-35.3 28.7-64 64-64h256c35.3 0 64 28.7 64 64v384h64c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h64zm288 224a32 32 0 1 0 0-64 32 32 0 1 0 0 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/door-open.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/door-open.svg new file mode 100644 index 0000000..b4fe3cc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/door-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M320 32c0-9.9-4.5-19.2-12.3-25.2S289.8-1.4 280.2 1L100.3 46C79 51.3 64 70.5 64 92.5V448H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h288V32m-64 224c0 17.7-10.7 32-24 32s-24-14.3-24-32 10.7-32 24-32 24 14.3 24 32m96-128h96v352c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32s-14.3-32-32-32h-32V128c0-35.3-28.7-64-64-64h-96z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/dove.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/dove.svg new file mode 100644 index 0000000..8069d70 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/dove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M160.8 96.5c14 17 31 30.9 49.5 42.2 25.9 15.8 53.7 25.9 77.7 31.6v-31.5c-22.2-30.3-38-67.3-39.4-110.8-.4-11.3-7.5-21.5-18.4-24.4-7.6-2-15.8-.2-21 5.8-13.3 15.4-32.7 44.6-48.4 87.2zM320 144v64c-60.8-5.1-185-43.8-219.3-157.2C97.4 40 87.9 32 76.6 32c-7.9 0-15.3 3.9-18.8 11C46.8 65.9 32 112.1 32 176c0 116.9 80.1 180.5 118.4 202.8L11.8 416.6C6.7 418 2.6 421.8.9 426.8s-.8 10.6 2.3 14.8C21.7 466.2 77.3 512 160 512c3.6 0 7.2-1.2 10-3.5l75.6-60.5H320c88.4 0 160-71.6 160-160V128l29.9-44.9c1.3-2 2.1-4.4 2.1-6.8 0-6.8-5.5-12.3-12.3-12.3H400c-44.2 0-80 35.8-80 80m80-16a16 16 0 1 1 0 32 16 16 0 1 1 0-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/down-left-and-up-right-to-center.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/down-left-and-up-right-to-center.svg new file mode 100644 index 0000000..8b2358b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/down-left-and-up-right-to-center.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M439 7c9.4-9.4 24.6-9.4 33.9 0l32 32c9.4 9.4 9.4 24.6 0 33.9l-87 87 39 39c6.9 6.9 8.9 17.2 5.2 26.2s-12.5 14.8-22.2 14.8h-144c-13.3 0-24-10.7-24-24v-144c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l39 39zM72 272h144c13.3 0 24 10.7 24 24v144c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-39-39-87 87c-9.4 9.4-24.6 9.4-33.9 0L7 473c-9.4-9.4-9.4-24.6 0-33.9l87-87L55 313c-6.9-6.9-8.9-17.2-5.2-26.2S62.3 272 72 272"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/down-long.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/down-long.svg new file mode 100644 index 0000000..c9793be --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/down-long.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M2 334.5c-3.8 8.8-2 19 4.6 26l136 144c4.5 4.8 10.8 7.5 17.4 7.5s12.9-2.7 17.4-7.5l136-144c6.6-7 8.4-17.2 4.6-26S305.5 320 296 320h-72V32c0-17.7-14.3-32-32-32h-64c-17.7 0-32 14.3-32 32v288H24c-9.6 0-18.2 5.7-22 14.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/download.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/download.svg new file mode 100644 index 0000000..a56bbbb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/download.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32v242.7l-73.4-73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0l128-128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L288 274.7zM64 352c-35.3 0-64 28.7-64 64v32c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64v-32c0-35.3-28.7-64-64-64H346.5l-45.3 45.3c-25 25-65.5 25-90.5 0L165.5 352zm368 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/dragon.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/dragon.svg new file mode 100644 index 0000000..f3b80a8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/dragon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m352 124.5-51.9-13c-6.5-1.6-11.3-7.1-12-13.8s2.8-13.1 8.7-16.1l40.8-20.4-43.2-32.4c-5.5-4.1-7.8-11.3-5.6-17.9S297.1 0 304 0h160c30.2 0 58.7 14.2 76.8 38.4l57.6 76.8c6.2 8.3 9.6 18.4 9.6 28.8 0 26.5-21.5 48-48 48h-21.5c-17 0-33.3-6.7-45.3-18.7L480 160h-32v21.5c0 24.8 12.8 47.9 33.8 61.1l106.6 66.6c32.1 20.1 51.6 55.2 51.6 93.1 0 60.6-49.1 109.7-109.8 109.7H32.3c-3.3 0-6.6-.4-9.6-1.4-9.2-2.8-16.7-9.6-20.3-18.5C1 488.7.2 485.2 0 481.4c-.2-3.7.3-7.3 1.3-10.7 2.8-9.2 9.6-16.7 18.6-20.4 3-1.2 6.2-2 9.5-2.2L433.3 412c8.3-.7 14.7-7.7 14.7-16.1 0-4.3-1.7-8.4-4.7-11.4l-44.4-44.4c-30-30-46.9-70.7-46.9-113.1V124.5m160-52.2v-.6zm-1.3 7.4-46.4-11.6q-.3 1.95-.3 3.9c0 13.3 10.7 24 24 24 10.6 0 19.5-6.8 22.7-16.3m-379.8 36.8c16.3-14.5 40.4-16.2 58.5-4.1l130.6 87v27.5c0 32.8 8.4 64.8 24 93H112c-6.7 0-12.7-4.2-15-10.4s-.5-13.3 4.6-17.7l69.4-59.5-152.6 23.5c-7 1.1-13.9-2.6-16.9-9S0 232.7 5.3 228z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/draw-polygon.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/draw-polygon.svg new file mode 100644 index 0000000..3d828e3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/draw-polygon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 151.4v209.1c9.7 5.6 17.8 13.7 23.4 23.4h209.1c0-.1.1-.2.1-.3l-4.5-7.9-32-56c-1.4.1-2.8.1-4.2.1-35.3 0-64-28.7-64-64s28.7-64 64-64c1.4 0 2.8 0 4.2.1l32-56 4.5-7.9-.1-.3H119.4c-5.6 9.7-13.7 17.8-23.4 23.4zM384.3 352c35.2.2 63.7 28.7 63.7 64s-28.7 64-64 64c-23.7 0-44.4-12.9-55.4-32H119.5c-11.1 19.1-31.7 32-55.4 32-35.3 0-64-28.7-64-64 0-23.7 12.9-44.4 32-55.4V151.5C12.9 140.4 0 119.7 0 96c0-35.3 28.7-64 64-64 23.7 0 44.4 12.9 55.4 32h209.1c11.1-19.1 31.7-32 55.4-32 35.3 0 64 28.7 64 64s-28.5 63.8-63.7 64l-4.5 7.9-32 56-2.3 4c4.2 8.5 6.5 18 6.5 28.1s-2.3 19.6-6.5 28.1l2.3 4 32 56 4.5 7.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/droplet-slash.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/droplet-slash.svg new file mode 100644 index 0000000..2a1ab30 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/droplet-slash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M320 512c53.2 0 101.4-21.6 136.1-56.6l-298.3-235C140 257.1 128 292.3 128 320c0 106 86 192 192 192m185.2-141.3c4.4-16.2 6.8-33.1 6.8-50.7 0-91.2-130.2-262.3-166.6-308.3-6-7.5-14.9-11.7-24.5-11.7h-1.8c-9.6 0-18.5 4.2-24.5 11.7C277.8 33 240.7 81.3 205.8 136L38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2s-6.3 25.5 4.1 33.7l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7zM224 336c0 44.2 35.8 80 80 80 8.8 0 16 7.2 16 16s-7.2 16-16 16c-61.9 0-112-50.1-112-112 0-8.8 7.2-16 16-16s16 7.2 16 16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/droplet.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/droplet.svg new file mode 100644 index 0000000..3f1e012 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/droplet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M192 512C86 512 0 426 0 320 0 228.8 130.2 57.7 166.6 11.7c6-7.5 14.9-11.7 24.5-11.7h1.8c9.6 0 18.5 4.2 24.5 11.7C253.8 57.7 384 228.8 384 320c0 106-86 192-192 192M96 336c0-8.8-7.2-16-16-16s-16 7.2-16 16c0 61.9 50.1 112 112 112 8.8 0 16-7.2 16-16s-7.2-16-16-16c-44.2 0-80-35.8-80-80"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/drum-steelpan.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/drum-steelpan.svg new file mode 100644 index 0000000..a895805 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/drum-steelpan.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M288 32c159.1 0 288 48 288 128v192c0 80-128.9 128-288 128S0 432 0 352V160C0 80 128.9 32 288 32m240 128c0-9.9-8-29.9-55-49.8-18.6-7.9-40.9-14.4-66-19.4l-27.8 43.6c-7.3 11.5-11.2 24.8-11.2 38.4 0 17.5 6.4 34.4 18.1 47.5l9.8 11c29.8-5.2 55.9-12.5 77.2-21.5 47.1-19.9 55-39.9 55-49.8zm-178.8 77.3c-8-26.2-32.4-45.3-61.2-45.3s-53.3 19.1-61.2 45.3c19.4 1.7 39.9 2.7 61.2 2.7s41.8-.9 61.2-2.7M169 90.8c-25.2 5-47.4 11.6-66 19.4-47 19.9-55 39.9-55 49.8s8 29.9 55 49.8c21.3 9 47.4 16.3 77.2 21.5l9.8-11c11.6-13.1 18.1-30 18.1-47.5 0-13.6-3.9-26.9-11.2-38.4zm56.3-8c-.8 4.2-1.3 8.7-1.3 13.2 0 35.3 28.7 64 64 64s64-28.7 64-64c0-4.5-.5-9-1.4-13.2C330.8 81 309.8 80 288 80s-42.8 1-62.6 2.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/drum.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/drum.svg new file mode 100644 index 0000000..7b911e7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/drum.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M501.2 76.1c11.1-7.3 14.2-22.1 6.9-33.2S486 28.7 474.9 36l-104.7 68.5C335.8 98.7 297 96 256 96 114.6 96 0 128 0 208v160c0 31.3 27.4 58.8 72 78.7V344c0-13.3 10.7-24 24-24s24 10.7 24 24v119.4c33 8.9 71.1 14.5 112 16.1V376c0-13.3 10.7-24 24-24s24 10.7 24 24v103.5c40.9-1.6 79-7.2 112-16.1V344c0-13.3 10.7-24 24-24s24 10.7 24 24v102.7c44.6-19.9 72-47.4 72-78.7V208c0-41.1-30.2-69.5-78.8-87.4l67.9-44.5zm-193.8 69.5-64.6 42.3c-11.1 7.3-14.2 22.1-6.9 33.2s22.1 14.2 33.2 6.9l111.1-72.8c14.7 3.2 27.9 7 39.4 11.5 38.8 15.1 44.4 30.7 44.4 41.3 0 .8-2.7 17.2-46 35.9-38.9 16.8-96 28.1-162 28.1s-123.1-11.3-162-28.1c-43.3-18.7-46-35.1-46-35.9 0-10.6 5.6-26.2 44.4-41.3C130.6 151.9 187.8 144 256 144c18 0 35.1.5 51.4 1.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/drumstick-bite.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/drumstick-bite.svg new file mode 100644 index 0000000..42728c5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/drumstick-bite.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M160 265.2c0 8.5-3.4 16.6-9.4 22.6l-26.8 26.8c-12.3 12.3-32.5 11.4-49.4 7.2Q67.5 320 60 320c-33.1 0-60 26.9-60 60s26.9 60 60 60c6.3 0 12 5.7 12 12 0 33.1 26.9 60 60 60s60-26.9 60-60c0-5-.6-9.8-1.8-14.5-4.2-16.9-5.2-37.1 7.2-49.4l26.8-26.8c6-6 14.1-9.4 22.6-9.4H336c6.3 0 12.4-.3 18.5-1 11.9-1.2 16.4-15.5 10.8-26-8.5-15.8-13.3-33.8-13.3-53 0-61.9 50.1-112 112-112 8 0 15.7.8 23.2 2.4 11.7 2.5 24.1-5.9 22-17.6C494.5 62.5 422.5 0 336 0c-97.2 0-176 78.8-176 176z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/dumbbell.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/dumbbell.svg new file mode 100644 index 0000000..ad49b4b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/dumbbell.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 64c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32v384c0 17.7-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32v-64H64c-17.7 0-32-14.3-32-32v-64c-17.7 0-32-14.3-32-32s14.3-32 32-32v-64c0-17.7 14.3-32 32-32h32zm448 0v64h32c17.7 0 32 14.3 32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32v64c0 17.7-14.3 32-32 32h-32v64c0 17.7-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32V64c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32M416 224v64H224v-64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/dumpster-fire.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/dumpster-fire.svg new file mode 100644 index 0000000..9f3fc30 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/dumpster-fire.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M49.7 32h90.8l-25.6 128h-94C9.3 160 0 150.7 0 139.1c0-2.1.3-4.1.9-6.1l25.9-84.1C29.9 38.9 39.2 32 49.7 32M272 160H147.5l25.6-128H272zm32 0V32h98.9l14.4 72.1c-1.7 1.1-3.3 2.4-4.8 3.8-18.4 16.4-35.4 34-50.5 52.1zm209.9-23.7c-1.7 1.6-3.4 3.2-5 4.8-10.9-11.5-22.2-22.5-33.9-33.1-7.6-6.9-17-10.8-26.6-11.8L435.5 32h90.8c10.5 0 19.8 6.9 22.9 16.9l25.9 84.1c.2.7.4 1.4.5 2.1-17.8-15-44.3-14.6-61.7 1.2m-188.7 74.4c-20.9 33.8-37.2 72.2-37.2 107.4 0 49.3 18.6 95.2 49.6 129.9H128c0 17.7-14.3 32-32 32s-32-14.3-32-32L44 288H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h4l-4-32h305.5c-4.4 6.2-8.5 12.5-12.3 18.7m180.6-34.5 12.2-13.7c5.4-6.1 13.3-8.8 20.9-8.9 7.2 0 14.3 2.6 19.9 7.8 19.7 18.3 39.8 43.2 55 70.6 15.2 27.2 26.2 58.2 26.2 88.2 0 88.6-71.3 159.8-160 159.8-89.6 0-160-71.3-160-159.8 0-37.3 16-73.4 36.8-104.5 20.9-31.3 47.5-59 70.9-80.2 5.7-5.2 13.1-7.7 20.3-7.5 14.1.3 23.8 11.4 32.7 21.6 2 2.3 4 4.6 6 6.7l19 19.9zm38.2 192c0-36.5-37-73-54.8-88.4-5.4-4.7-13.1-4.7-18.5 0-17.7 15.3-54.7 51.8-54.7 88.4 0 35.3 28.7 64 64 64s64-28.7 64-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/dumpster.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/dumpster.svg new file mode 100644 index 0000000..6301e88 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/dumpster.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M49.7 32c-10.5 0-19.8 6.9-22.9 16.9L.9 133c-.6 2-.9 4.1-.9 6.1C0 150.7 9.3 160 20.9 160h94l25.6-128zM272 160V32h-98.9l-25.6 128zm32 0h124.5L402.9 32H304zm157.1 0h94c11.5 0 20.9-9.3 20.9-20.9 0-2.1-.3-4.1-.9-6.1l-25.9-84.1c-3.1-10-12.4-16.9-22.9-16.9h-90.8zM32 192l4 32h-4c-17.7 0-32 14.3-32 32s14.3 32 32 32h12l20 160c0 17.7 14.3 32 32 32s32-14.3 32-32h320c0 17.7 14.3 32 32 32s32-14.3 32-32l20-160h12c17.7 0 32-14.3 32-32s-14.3-32-32-32h-4l4-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/dungeon.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/dungeon.svg new file mode 100644 index 0000000..fb96601 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/dungeon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M336.6 156.5c1.3 1.1 2.7 2.2 3.9 3.3 9.3 8.2 23 10.5 33.4 3.6l67.6-45.1c11.4-7.6 14.2-23.2 5.1-33.4-16.6-18.3-35.7-34.3-56.9-47.3-11.9-7.3-26.9-1.4-32.1 11.6l-30.5 76.2c-4.5 11.1.2 23.6 9.5 31.2zM328 36.8c5.1-12.8-1.6-27.4-15-30.5C294.7 2.2 275.6 0 256 0s-38.7 2.2-57 6.4c-13.5 3-20.2 17.6-15 30.4l30.3 75.8c4.5 11.3 16.8 17.2 29 16 4.2-.4 8.4-.6 12.7-.6s8.6.2 12.7.6c12.1 1.2 24.4-4.7 29-16zM65.5 85c-9.1 10.2-6.3 25.8 5.1 33.4l67.6 45.1c10.3 6.9 24.1 4.6 33.4-3.6 1.3-1.1 2.6-2.3 4-3.3 9.3-7.5 13.9-20.1 9.5-31.2l-30.7-76.2c-5.2-12.9-20.3-18.8-32.1-11.6-21.2 13-40.3 29-56.8 47.4m314 137.1c.9 3.3 1.7 6.6 2.3 10 2.5 13 13 23.9 26.2 23.9h80c13.3 0 24.1-10.8 22.9-24-2.5-27.2-9.3-53.2-19.7-77.3-5.5-12.9-21.4-16.6-33.1-8.9l-68.6 45.7c-9.8 6.5-13.2 19.2-10 30.5zM53.9 145.8c-11.6-7.8-27.6-4-33.1 8.9C10.4 178.8 3.6 204.8 1.1 232c-1.2 13.2 9.6 24 22.9 24h80c13.3 0 23.8-10.8 26.2-23.9.6-3.4 1.4-6.7 2.3-10 3.1-11.4-.2-24-10-30.5zM104 288H24c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24v-48c0-13.3-10.7-24-24-24m304 0c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24v-48c0-13.3-10.7-24-24-24zM24 416c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24v-48c0-13.3-10.7-24-24-24zm384 0c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24v-48c0-13.3-10.7-24-24-24zM272 192c0-8.8-7.2-16-16-16s-16 7.2-16 16v272c0 8.8 7.2 16 16 16s16-7.2 16-16zm-64 32c0-8.8-7.2-16-16-16s-16 7.2-16 16v240c0 8.8 7.2 16 16 16s16-7.2 16-16zm128 0c0-8.8-7.2-16-16-16s-16 7.2-16 16v240c0 8.8 7.2 16 16 16s16-7.2 16-16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/e.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/e.svg new file mode 100644 index 0000000..54ada43 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/e.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h224c17.7 0 32-14.3 32-32s-14.3-32-32-32H64V288h160c17.7 0 32-14.3 32-32s-14.3-32-32-32H64V96h224c17.7 0 32-14.3 32-32s-14.3-32-32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/ear-deaf.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/ear-deaf.svg new file mode 100644 index 0000000..3bb3baf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/ear-deaf.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m502.6 54.6-40 40c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l40-40c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3m-320 320-128 128c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l128-128c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3M240 128c-57.6 0-105.1 43.6-111.3 99.5-1.9 17.6-17.8 30.2-35.3 28.3S63.2 238 65.1 220.5C74.8 132.5 149.4 64 240 64c97.2 0 176 78.8 176 176 0 46-17.7 87.9-46.6 119.3-12 13-17.4 24.8-17.4 34.7v6.1c0 61.9-50.1 112-112 112-17.7 0-32-14.3-32-32s14.3-32 32-32c26.5 0 48-21.5 48-48V394c0-32.9 17.4-59.6 34.4-78 18.4-20 29.6-46.6 29.6-75.9 0-61.9-50.1-112-112-112zm0 80c-17.7 0-32 14.3-32 32 0 13.3-10.7 24-24 24s-24-10.7-24-24c0-44.2 35.8-80 80-80s80 35.8 80 80c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-17.7-14.3-32-32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/ear-listen.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/ear-listen.svg new file mode 100644 index 0000000..fd47392 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/ear-listen.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M398.3 3.4c-15.8-7.9-35-1.5-42.9 14.3s-1.5 34.9 14.2 42.9l.4.2q.6.3 2.1 1.2c2 1.2 5 3 8.7 5.6 7.5 5.2 17.6 13.2 27.7 24.2C428.5 113.4 448 146 448 192c0 17.7 14.3 32 32 32s32-14.3 32-32c0-66-28.5-113.4-56.5-143.7-13.9-15.1-27.8-26.1-38.2-33.3-5.3-3.7-9.7-6.4-13-8.3-1.6-1-3-1.7-4-2.2-.5-.3-.9-.5-1.2-.7l-.4-.2-.2-.1h-.1L384 32zM128.7 227.5c6.2-56 53.7-99.5 111.3-99.5 61.9 0 112 50.1 112 112 0 29.3-11.2 55.9-29.6 75.9-17 18.4-34.4 45.1-34.4 78v6.1c0 26.5-21.5 48-48 48-17.7 0-32 14.3-32 32s14.3 32 32 32c61.9 0 112-50.1 112-112v-6.1c0-9.8 5.4-21.7 17.4-34.7C398.3 327.9 416 286 416 240c0-97.2-78.8-176-176-176-90.6 0-165.2 68.5-174.9 156.5-1.9 17.6 10.7 33.4 28.3 35.3s33.4-10.7 35.3-28.3M32 512a32 32 0 1 0 0-64 32 32 0 1 0 0 64m160-160a32 32 0 1 0-64 0 32 32 0 1 0 64 0m-150.6 9.4c-12.5 12.5-12.5 32.8 0 45.3l64 64c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-64-64c-12.5-12.5-32.8-12.5-45.3 0M208 240c0-17.7 14.3-32 32-32s32 14.3 32 32c0 13.3 10.7 24 24 24s24-10.7 24-24c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 13.3 10.7 24 24 24s24-10.7 24-24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/earth-africa.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/earth-africa.svg new file mode 100644 index 0000000..5a298b9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/earth-africa.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m177.8 63.2 10 17.4c2.8 4.8 4.2 10.3 4.2 15.9v41.4c0 3.9 1.6 7.7 4.3 10.4 6.2 6.2 16.5 5.7 22-1.2l13.6-17c4.7-5.9 12.9-7.7 19.6-4.3l15.2 7.6c3.4 1.7 7.2 2.6 11 2.6 6.5 0 12.8-2.6 17.4-7.2l3.9-3.9c2.9-2.9 7.3-3.6 11-1.8l29.2 14.6c7.8 3.9 12.6 11.8 12.6 20.5 0 10.5-7.1 19.6-17.3 22.2l-35.4 8.8c-7.4 1.8-15.1 1.5-22.4-.9l-32-10.7c-3.3-1.1-6.7-1.7-10.2-1.7-7 0-13.8 2.3-19.4 6.5L176 212c-10.1 7.6-16 19.4-16 32v28c0 26.5 21.5 48 48 48h32c8.8 0 16 7.2 16 16v48c0 17.7 14.3 32 32 32 10.1 0 19.6-4.7 25.6-12.8l25.6-34.1c8.3-11.1 12.8-24.6 12.8-38.4v-12.1c0-3.9 2.6-7.3 6.4-8.2l5.3-1.3c11.9-3 20.3-13.7 20.3-26 0-7.1-2.8-13.9-7.8-18.9l-33.5-33.5c-3.7-3.7-3.7-9.7 0-13.4 5.7-5.7 14.1-7.7 21.8-5.1l14.1 4.7c12.3 4.1 25.7-1.5 31.5-13 3.5-7 11.2-10.8 18.9-9.2l27.4 5.5C432 112.4 351.5 48 256 48c-27.7 0-54 5.4-78.2 15.2M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/earth-americas.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/earth-americas.svg new file mode 100644 index 0000000..9773d9d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/earth-americas.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m57.7 193 9.4 16.4c8.3 14.5 21.9 25.2 38 29.8l57.9 16.5c17.2 4.9 29 20.6 29 38.5v39.9c0 11 6.2 21 16 25.9s16 14.9 16 25.9v39c0 15.6 14.9 26.9 29.9 22.6 16.1-4.6 28.6-17.5 32.7-33.8l2.8-11.2c4.2-16.9 15.2-31.4 30.3-40l8.1-4.6c15-8.5 24.2-24.5 24.2-41.7v-8.3c0-12.7-5.1-24.9-14.1-33.9l-3.9-3.9c-9-9-21.2-14.1-33.9-14.1H257c-11.1 0-22.1-2.9-31.8-8.4l-34.5-19.7c-4.3-2.5-7.6-6.5-9.2-11.2-3.2-9.6 1.1-20 10.2-24.5l5.9-3c6.6-3.3 14.3-3.9 21.3-1.5l23.2 7.7c8.2 2.7 17.2-.4 21.9-7.5 4.7-7 4.2-16.3-1.2-22.8l-13.6-16.3c-10-12-9.9-29.5.3-41.3l15.7-18.3c8.8-10.3 10.2-25 3.5-36.7l-2.4-4.2c-3.5-.2-6.9-.3-10.4-.3-92.8 0-171.5 60.9-198.2 145M464 256c0-36.8-9.6-71.4-26.4-101.5L412 164.8c-15.7 6.3-23.8 23.8-18.5 39.8l16.9 50.7c3.5 10.4 12 18.3 22.6 20.9l29.1 7.3c1.2-9 1.8-18.2 1.8-27.5zM0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/earth-asia.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/earth-asia.svg new file mode 100644 index 0000000..905a5bd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/earth-asia.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m51.7 295.1 31.7 6.3c7.9 1.6 16-.9 21.7-6.6l15.4-15.4c11.6-11.6 31.1-8.4 38.4 6.2l9.3 18.5c4.8 9.6 14.6 15.7 25.4 15.7 15.2 0 26.1-14.6 21.7-29.2l-6-19.9c-4.6-15.4 6.9-30.9 23-30.9h2.3c13.4 0 25.9-6.7 33.3-17.8l10.7-16.1c5.6-8.5 5.3-19.6-.8-27.7l-16.1-21.5c-10.3-13.7-3.3-33.5 13.4-37.7l17-4.3c7.5-1.9 13.6-7.2 16.5-14.4L325 59.4C303.4 52.1 280.2 48 256 48 141.1 48 48 141.1 48 256c0 13.4 1.3 26.5 3.7 39.1m407.7 4.6c-3-.3-6-.1-9 .8l-15.8 4.4c-6.7 1.9-13.8-.9-17.5-6.7l-2-3.1c-6-9.4-16.4-15.1-27.6-15.1s-21.6 5.7-27.6 15.1l-6.1 9.5c-1.4 2.2-3.4 4.1-5.7 5.3L312 330.1c-18.1 10.1-25.5 32.4-17 51.3l5.5 12.4c8.6 19.2 30.7 28.5 50.5 21.1l2.6-1c10-3.7 21.3-2.2 29.9 4.1l1.5 1.1c37.2-29.5 64.1-71.4 74.4-119.5zM0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m144.5 92.1c-2.1 8.6 3.1 17.3 11.6 19.4l32 8c8.6 2.1 17.3-3.1 19.4-11.6s-3.1-17.3-11.6-19.4l-32-8c-8.6-2.1-17.3 3.1-19.4 11.6m92-20c-2.1 8.6 3.1 17.3 11.6 19.4s17.3-3.1 19.4-11.6l8-32c2.1-8.6-3.1-17.3-11.6-19.4s-17.3 3.1-19.4 11.6zm106.7-214.4c-7.9-4-17.5-.7-21.5 7.2l-16 32c-4 7.9-.7 17.5 7.2 21.5s17.5.7 21.5-7.2l16-32c4-7.9.7-17.5-7.2-21.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/earth-europe.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/earth-europe.svg new file mode 100644 index 0000000..ee77495 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/earth-europe.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m266.3 48.3-33.8 25.3c-5.4 4-8.5 10.4-8.5 17.1v9.1c0 6.8 5.5 12.3 12.3 12.3 2.4 0 4.8-.7 6.8-2.1l41.8-27.9c2-1.3 4.4-2.1 6.8-2.1h1c6.2 0 11.3 5.1 11.3 11.3 0 3-1.2 5.9-3.3 8l-19.9 19.9a53 53 0 0 1-20.7 12.8l-26.5 8.8c-5.8 1.9-9.6 7.3-9.6 13.4 0 3.7-1.5 7.3-4.1 10L202 182.1c-6.4 6.4-9.9 15-9.9 24v4.3c0 16.4 13.6 29.7 29.9 29.7 11 0 21.2-6.2 26.1-16l4-8.1c2.4-4.8 7.4-7.9 12.8-7.9 4.5 0 8.7 2.1 11.4 5.7l16.3 21.7c2.1 2.9 5.5 4.5 9.1 4.5 8.4 0 13.9-8.9 10.1-16.4l-1.1-2.3c-3.5-7 0-15.5 7.5-18l21.2-7.1c7.6-2.5 12.7-9.6 12.7-17.6 0-10.3 8.3-18.6 18.6-18.6h29.4c8.8 0 16 7.2 16 16s-7.2 16-16 16h-20.7c-7.2 0-14.2 2.9-19.3 8l-4.7 4.7c-2.1 2.1-3.3 5-3.3 8 0 6.2 5.1 11.3 11.3 11.3h11.3c6 0 11.8 2.4 16 6.6l6.5 6.5c1.8 1.8 2.8 4.3 2.8 6.8s-1 5-2.8 6.8l-7.5 7.5c-3.7 3.8-5.7 8.7-5.7 13.8s2 10 5.7 13.7L408 304c10.2 10.2 24.1 16 38.6 16h7.3c6.5-20.2 10-41.7 10-64 0-111.4-87.6-202.4-197.7-207.7zm172 307.9c-3.7-2.6-8.2-4.1-13-4.1-6 0-11.8-2.4-16-6.6L396 332c-7.7-7.7-18-12-28.9-12-9.7 0-19.2-3.5-26.6-9.8L314 287.4c-11.6-9.9-26.4-15.4-41.7-15.4h-20.9c-12.6 0-25 3.7-35.5 10.7L188.5 301c-17.8 11.9-28.5 31.9-28.5 53.3v3.2c0 17 6.7 33.3 18.7 45.3l16 16c8.5 8.5 20 13.3 32 13.3H248c13.3 0 24 10.7 24 24 0 2.5.4 5 1.1 7.3 71.3-5.8 132.5-47.6 165.2-107.2M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m187.3-155.3c-6.2-6.2-16.4-6.2-22.6 0l-32 32c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l32-32c6.2-6.2 6.2-16.4 0-22.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/earth-oceania.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/earth-oceania.svg new file mode 100644 index 0000000..97d1231 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/earth-oceania.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m-47.4-154.7-39-13.5c-6.5-2.2-13.6-2.3-20.1-.3l-15.3 4.9c-18.5 5.9-38.5-2.4-47.5-19.5l-3.3-6.2c-10.6-20.1-2.3-45 18.2-54.7l35.3-16.8c2.3-1.1 4.4-2.8 5.9-4.8l5.3-7c7.2-9.6 18.6-15.3 30.6-15.3s23.4 5.7 30.6 15.3l4.6 6.1c2 2.6 4.9 4.5 8.1 5.1 7.8 1.6 15.7-1.5 20.4-7.9l10.4-14.2c2-2.8 5.3-4.4 8.7-4.4 4.4 0 8.4 2.7 10 6.8l10.1 25.9c2.8 7.2 6.7 14 11.5 20.2l17.9 22.8c5.8 7.4 9 16.6 9 26s-3.2 18.6-9 26l-12 15.4c-8.3 10.6-21 16.8-34.4 16.8-8.4 0-16.6-2.4-23.7-7l-25.4-16.4c-2.2-1.4-4.5-2.5-6.9-3.4zm65.2-214.8 22.2 22.2c10.1 10.1 2.9 27.3-11.3 27.3h-29.9c-5.6 0-11.1-1.2-16.2-3.4l-42.8-19c-14.3-6.3-11.9-27.3 3.4-30.3l38.5-7.7c13.1-2.6 26.7 1.5 36.1 10.9M248 432c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16s-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16m183.2-133.1 8 24c2.8 8.4-1.7 17.4-10.1 20.2s-17.4-1.7-20.2-10.1l-8-24c-2.8-8.4 1.7-17.4 10.1-20.2s17.4 1.7 20.2 10.1m-19.9 80.4-32 32c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l32-32c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/egg.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/egg.svg new file mode 100644 index 0000000..0352626 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/egg.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M192 496C86 496 0 394 0 288 0 176 64 16 192 16s192 160 192 272c0 106-86 208-192 208m-37.2-362c6.5-6 7-16.1 1-22.6s-16.1-7-22.6-1c-23.9 21.8-41.1 52.7-52.3 84.2S64 259.7 64 288c0 8.8 7.2 16 16 16s16-7.2 16-16c0-24.5 5-54.4 15.1-82.8 10.1-28.5 25-54.1 43.7-71.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/eject.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/eject.svg new file mode 100644 index 0000000..ad49704 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/eject.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M224 32c13.5 0 26.3 5.6 35.4 15.6l176 192c12.9 14 16.2 34.3 8.6 51.8S419 320 400 320H48c-19 0-36.3-11.2-43.9-28.7s-4.3-37.7 8.6-51.8l176-192c9-9.9 21.8-15.5 35.3-15.5M0 432c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48s-21.5 48-48 48H48c-26.5 0-48-21.5-48-48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/elevator.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/elevator.svg new file mode 100644 index 0000000..7ccb33d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/elevator.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m132.7 4.7-64 64c-4.6 4.6-5.9 11.5-3.5 17.4S73.5 96 80 96h128c6.5 0 12.3-3.9 14.8-9.9s1.1-12.9-3.5-17.4l-64-64c-6.2-6.2-16.4-6.2-22.6 0M64 128c-35.3 0-64 28.7-64 64v256c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V192c0-35.3-28.7-64-64-64zm96 96a48 48 0 1 1 0 96 48 48 0 1 1 0-96M80 400c0-26.5 21.5-48 48-48h64c26.5 0 48 21.5 48 48v16c0 17.7-14.3 32-32 32h-96c-17.7 0-32-14.3-32-32zm192 0c0-26.5 21.5-48 48-48h64c26.5 0 48 21.5 48 48v16c0 17.7-14.3 32-32 32h-96c-17.7 0-32-14.3-32-32zm32-128a48 48 0 1 1 96 0 48 48 0 1 1-96 0m52.7-180.7c6.2 6.2 16.4 6.2 22.6 0l64-64c4.6-4.6 5.9-11.5 3.5-17.4S438.5 0 432 0H304c-6.5 0-12.3 3.9-14.8 9.9s-1.1 12.9 3.5 17.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/ellipsis-vertical.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/ellipsis-vertical.svg new file mode 100644 index 0000000..9481fd9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/ellipsis-vertical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 360a56 56 0 1 0 0 112 56 56 0 1 0 0-112m0-160a56 56 0 1 0 0 112 56 56 0 1 0 0-112m56-104A56 56 0 1 0 8 96a56 56 0 1 0 112 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/ellipsis.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/ellipsis.svg new file mode 100644 index 0000000..8a378d6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/ellipsis.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M8 256a56 56 0 1 1 112 0 56 56 0 1 1-112 0m160 0a56 56 0 1 1 112 0 56 56 0 1 1-112 0m216-56a56 56 0 1 1 0 112 56 56 0 1 1 0-112"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/envelope-circle-check.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/envelope-circle-check.svg new file mode 100644 index 0000000..2f0380a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/envelope-circle-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4l217.6 163.2c11.4 8.5 27 8.5 38.4 0l57.4-43c23.9-59.8 79.7-103.3 146.3-109.8l13.9-10.4c12.1-9.1 19.2-23.3 19.2-38.4 0-26.5-21.5-48-48-48zm246.4 275.2a63.9 63.9 0 0 1-76.8 0L0 176v208c0 35.3 28.7 64 64 64h296.2c-25.1-30.4-40.2-69.5-40.2-112 0-5.6.3-11.1.8-16.6zM640 336a144 144 0 1 0-288 0 144 144 0 1 0 288 0m-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l28.7 28.7 60.7-60.7c6.2-6.2 16.4-6.2 22.6 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/envelope-open-text.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/envelope-open-text.svg new file mode 100644 index 0000000..3c4bf42 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/envelope-open-text.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M215.4 96H96v177.4L.2 202.5c1.6-18.1 10.9-34.9 25.7-45.8L48 140.3V96c0-26.5 21.5-48 48-48h76.6l49.9-36.9C232.2 3.9 243.9 0 256 0s23.8 3.9 33.5 11l49.9 37H416c26.5 0 48 21.5 48 48v44.3l22.1 16.4c14.8 10.9 24.1 27.7 25.7 45.8L416 273.4V96H215.3zM0 448V242.1l217.6 161.2c11.1 8.2 24.6 12.7 38.4 12.7s27.3-4.4 38.4-12.7L512 242.1V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64m176-288h160c8.8 0 16 7.2 16 16s-7.2 16-16 16H176c-8.8 0-16-7.2-16-16s7.2-16 16-16m0 64h160c8.8 0 16 7.2 16 16s-7.2 16-16 16H176c-8.8 0-16-7.2-16-16s7.2-16 16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/envelope-open.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/envelope-open.svg new file mode 100644 index 0000000..4c34650 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/envelope-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 208.1 256 65.9l192 142.2v47.4L289.5 373c-9.7 7.2-21.4 11-33.5 11s-23.8-3.9-33.5-11L64 255.5zM256 0c-12.1 0-23.8 3.9-33.5 11L25.9 156.7C9.6 168.8 0 187.8 0 208.1V448c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V208.1c0-20.3-9.6-39.4-25.9-51.4L289.5 11C279.8 3.9 268.1 0 256 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/envelope.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/envelope.svg new file mode 100644 index 0000000..a25597c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/envelope.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4l217.6 163.2c11.4 8.5 27 8.5 38.4 0l217.6-163.2c12.1-9.1 19.2-23.3 19.2-38.4 0-26.5-21.5-48-48-48zM0 176v208c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V176L294.4 339.2a63.9 63.9 0 0 1-76.8 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/envelopes-bulk.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/envelopes-bulk.svg new file mode 100644 index 0000000..47cf51b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/envelopes-bulk.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M128 0c-17.7 0-32 14.3-32 32v192h96v-32c0-35.3 28.7-64 64-64h224V32c0-17.7-14.3-32-32-32zm128 160c-17.7 0-32 14.3-32 32v32h96c35.3 0 64 28.7 64 64v128h192c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm240 64h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16M64 256c-17.7 0-32 14.3-32 32v13l155.1 114.9c1.4 1 3.1 1.6 4.9 1.6s3.5-.6 4.9-1.6L352 301v-13c0-17.7-14.3-32-32-32zm288 84.8L216 441.6c-6.9 5.1-15.3 7.9-24 7.9s-17-2.8-24-7.9L32 340.8V480c0 17.7 14.3 32 32 32h256c17.7 0 32-14.3 32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/equals.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/equals.svg new file mode 100644 index 0000000..18cb1c1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/equals.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M48 128c-17.7 0-32 14.3-32 32s14.3 32 32 32h352c17.7 0 32-14.3 32-32s-14.3-32-32-32zm0 192c-17.7 0-32 14.3-32 32s14.3 32 32 32h352c17.7 0 32-14.3 32-32s-14.3-32-32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/eraser.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/eraser.svg new file mode 100644 index 0000000..6fd4251 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/eraser.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M290.7 57.4 57.4 290.7c-25 25-25 65.5 0 90.5l80 80c12 12 28.3 18.7 45.3 18.7l105.3.1h224c17.7 0 32-14.3 32-32s-14.3-32-32-32H387.9l130.7-130.7c25-25 25-65.5 0-90.5L381.3 57.4c-25-25-65.5-25-90.5 0zm6.7 358.6H182.6l-80-80 124.7-124.7 137.4 137.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/ethernet.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/ethernet.svg new file mode 100644 index 0000000..0419352 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/ethernet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 224v192c0 17.7 14.3 32 32 32h64V336c0-8.8 7.2-16 16-16s16 7.2 16 16v112h64V336c0-8.8 7.2-16 16-16s16 7.2 16 16v112h64V336c0-8.8 7.2-16 16-16s16 7.2 16 16v112h64V336c0-8.8 7.2-16 16-16s16 7.2 16 16v112h64c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32h-32v-32c0-17.7-14.3-32-32-32h-32V96c0-17.7-14.3-32-32-32H160c-17.7 0-32 14.3-32 32v32H96c-17.7 0-32 14.3-32 32v32H32c-17.7 0-32 14.3-32 32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/euro-sign.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/euro-sign.svg new file mode 100644 index 0000000..4ca79b5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/euro-sign.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M48.1 240c-.1 2.7-.1 5.3-.1 8v16c0 2.7 0 5.3.1 8H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h28.3C89.9 419.9 170 480 264 480h24c17.7 0 32-14.3 32-32s-14.3-32-32-32h-24c-57.9 0-108.2-32.4-133.9-80H256c17.7 0 32-14.3 32-32s-14.3-32-32-32H112.2c-.1-2.6-.2-5.3-.2-8v-16c0-2.7.1-5.4.2-8H256c17.7 0 32-14.3 32-32s-14.3-32-32-32H130.1c25.7-47.6 76-80 133.9-80h24c17.7 0 32-14.3 32-32s-14.3-32-32-32h-24C170 32 89.9 92.1 60.3 176H32c-17.7 0-32 14.3-32 32s14.3 32 32 32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/exclamation.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/exclamation.svg new file mode 100644 index 0000000..b55b189 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/exclamation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 64c0-17.7-14.3-32-32-32S32 46.3 32 64v256c0 17.7 14.3 32 32 32s32-14.3 32-32zM64 480a40 40 0 1 0 0-80 40 40 0 1 0 0 80"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/expand.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/expand.svg new file mode 100644 index 0000000..f1af397 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/expand.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 32C14.3 32 0 46.3 0 64v96c0 17.7 14.3 32 32 32s32-14.3 32-32V96h64c17.7 0 32-14.3 32-32s-14.3-32-32-32zm32 320c0-17.7-14.3-32-32-32S0 334.3 0 352v96c0 17.7 14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H64zM320 32c-17.7 0-32 14.3-32 32s14.3 32 32 32h64v64c0 17.7 14.3 32 32 32s32-14.3 32-32V64c0-17.7-14.3-32-32-32zm128 320c0-17.7-14.3-32-32-32s-32 14.3-32 32v64h-64c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/explosion.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/explosion.svg new file mode 100644 index 0000000..1e19548 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/explosion.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M499.6 11.3c6.7-10.7 20.5-14.5 31.7-8.5s15.8 19.5 10.6 31L404.8 338.6c2.2 2.3 4.3 4.7 6.3 7.1l97.2-54.7c10.5-5.9 23.6-3.1 30.9 6.4s6.3 23-2.2 31.5l-87 87h-71.4c-13.2-37.3-48.7-64-90.5-64s-77.4 26.7-90.5 64H118l-75.7-52.2c-9.7-6.7-13.1-19.6-7.9-30.3s17.4-15.9 28.7-12.4l97.2 30.4c3-3.9 6.1-7.7 9.4-11.3l-62.3-103.8c-6.1-10.1-3.9-23.1 5.1-30.7s22.2-7.5 31.1.1L246 293.6c1.5-.4 3-.8 4.5-1.1l13.6-142.7c1.2-12.3 11.5-21.7 23.9-21.7s22.7 9.4 23.9 21.7l13.5 141.9zM64 448h480c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32zM288 0c13.3 0 24 10.7 24 24v48c0 13.3-10.7 24-24 24s-24-10.7-24-24V24c0-13.3 10.7-24 24-24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/eye-dropper.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/eye-dropper.svg new file mode 100644 index 0000000..7ed4b0e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/eye-dropper.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M341.6 29.2 240.1 130.8l-9.4-9.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-9.4-9.4 101.5-101.6c39-39 39-102.2 0-141.1s-102.2-39-141.1 0zM55.4 323.3c-15 15-23.4 35.4-23.4 56.6v42.4L5.4 462.2c-8.5 12.7-6.8 29.6 4 40.4s27.7 12.5 40.4 4L89.7 480h42.4c21.2 0 41.6-8.4 56.6-23.4l120.7-120.7-45.3-45.3-120.7 120.7c-3 3-7.1 4.7-11.3 4.7H96v-36.1c0-4.2 1.7-8.3 4.7-11.3l120.7-120.7-45.3-45.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/eye-low-vision.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/eye-low-vision.svg new file mode 100644 index 0000000..dc3e22c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/eye-low-vision.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2s-6.3 25.5 4.1 33.7l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-105.2-82.4c39.6-40.6 66.4-86.1 79.9-118.4 3.3-7.9 3.3-16.7 0-24.6-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-68.2 0-125 26.3-169.3 60.8zM223 149.5c48.6-44.3 123-50.8 179.3-11.7 60.8 42.4 78.9 123.2 44.2 186.9L408 294.5c8.4-19.3 10.6-41.4 4.8-63.3-11.1-41.5-47.8-69.4-88.6-71.1-5.8-.2-9.2 6.1-7.4 11.7 2.1 6.4 3.3 13.2 3.3 20.3 0 10.2-2.4 19.8-6.6 28.3zm223.1 298-363-286c-11 14.4-20.5 28.7-28.4 42.2l339 265.7c18.7-5.5 36.2-13 52.6-21.8zM34.5 268.3c14.9 35.7 46.2 87.7 93 131.1 47 43.8 111.7 80.6 192.5 80.6 3.1 0 6.1-.1 9.2-.2l-296.1-232c-1.8 6.8-1.3 14 1.4 20.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/eye-slash.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/eye-slash.svg new file mode 100644 index 0000000..40eae69 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/eye-slash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2s-6.3 25.5 4.1 33.7l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-105.2-82.4c39.6-40.6 66.4-86.1 79.9-118.4 3.3-7.9 3.3-16.7 0-24.6-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-68.2 0-125 26.3-169.3 60.8zm184.3 144.4c25.5-23.3 59.6-37.5 96.9-37.5 79.5 0 144 64.5 144 144 0 24.9-6.3 48.3-17.4 68.7L408 294.5c8.4-19.3 10.6-41.4 4.8-63.3-11.1-41.5-47.8-69.4-88.6-71.1-5.8-.2-9.2 6.1-7.4 11.7 2.1 6.4 3.3 13.2 3.3 20.3 0 10.2-2.4 19.8-6.6 28.3l-90.3-70.8zM373 389.9c-16.4 6.5-34.3 10.1-53 10.1-79.5 0-144-64.5-144-144 0-6.9.5-13.6 1.4-20.2l-94.3-74.3c-22.8 29.7-39.1 59.3-48.6 82.2-3.3 7.9-3.3 16.7 0 24.6 14.9 35.7 46.2 87.7 93 131.1 47 43.8 111.7 80.6 192.5 80.6 47.8 0 89.9-12.9 126.2-32.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/eye.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/eye.svg new file mode 100644 index 0000000..1df530b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/eye.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M288 32c-80.8 0-145.5 36.8-192.6 80.6C48.6 156 17.3 208 2.5 243.7c-3.3 7.9-3.3 16.7 0 24.6C17.3 304 48.6 356 95.4 399.4 142.5 443.2 207.2 480 288 480s145.5-36.8 192.6-80.6c46.8-43.5 78.1-95.4 93-131.1 3.3-7.9 3.3-16.7 0-24.6-14.9-35.7-46.2-87.7-93-131.1C433.5 68.8 368.8 32 288 32M144 256a144 144 0 1 1 288 0 144 144 0 1 1-288 0m144-64c0 35.3-28.7 64-64 64-7.1 0-13.9-1.2-20.3-3.3-5.5-1.8-11.9 1.6-11.7 7.4.3 6.9 1.3 13.8 3.2 20.7 13.7 51.2 66.4 81.6 117.6 67.9s81.6-66.4 67.9-117.6c-11.1-41.5-47.8-69.4-88.6-71.1-5.8-.2-9.2 6.1-7.4 11.7 2.1 6.4 3.3 13.2 3.3 20.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/f.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/f.svg new file mode 100644 index 0000000..edceb05 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/f.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32C28.7 32 0 60.7 0 96v352c0 17.7 14.3 32 32 32s32-14.3 32-32V288h160c17.7 0 32-14.3 32-32s-14.3-32-32-32H64V96h224c17.7 0 32-14.3 32-32s-14.3-32-32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/face-angry.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-angry.svg new file mode 100644 index 0000000..d6c04f7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-angry.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m338.7 139.9c6.6-5.9 7.1-16 1.2-22.6-16.1-17.9-44.2-37.3-83.9-37.3s-67.8 19.4-83.9 37.3c-5.9 6.6-5.4 16.7 1.2 22.6s16.7 5.4 22.6-1.2c11.7-13 31.6-26.7 60.1-26.7s48.4 13.7 60.1 26.7c5.9 6.6 16 7.1 22.6 1.2M176.4 272c17.7 0 32-14.3 32-32 0-1.5-.1-3-.3-4.4l10.9 3.6c8.4 2.8 17.4-1.7 20.2-10.1s-1.7-17.4-10.1-20.2l-96-32c-8.4-2.8-17.4 1.7-20.2 10.1s1.7 17.4 10.1 20.2l30.7 10.2c-5.8 5.8-9.3 13.8-9.3 22.6 0 17.7 14.3 32 32 32m192-32c0-8.9-3.6-17-9.5-22.8l30.2-10.1c8.4-2.8 12.9-11.9 10.1-20.2S387.3 174 379 176.8l-96 32c-8.4 2.8-12.9 11.9-10.1 20.2s11.9 12.9 20.2 10.1l11.7-3.9c-.2 1.5-.3 3.1-.3 4.7 0 17.7 14.3 32 32 32s32-14.3 32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/face-dizzy.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-dizzy.svg new file mode 100644 index 0000000..4a21975 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-dizzy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m0-224a64 64 0 1 1 0 128 64 64 0 1 1 0-128M100.7 132.7c6.2-6.2 16.4-6.2 22.6 0l36.7 36.7 36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6L182.6 192l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L160 214.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l36.7-36.7-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6m192 0c6.2-6.2 16.4-6.2 22.6 0l36.7 36.7 36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6L374.6 192l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L352 214.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l36.7-36.7-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/face-flushed.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-flushed.svg new file mode 100644 index 0000000..1afaaa7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-flushed.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m176 128c0 8.8 7.2 16 16 16h128c8.8 0 16-7.2 16-16s-7.2-16-16-16H192c-8.8 0-16 7.2-16 16m-16-88a72 72 0 1 0 0-144 72 72 0 1 0 0 144m264-72a72 72 0 1 0-144 0 72 72 0 1 0 144 0m-288 0a24 24 0 1 1 48 0 24 24 0 1 1-48 0m192 0a24 24 0 1 1 48 0 24 24 0 1 1-48 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/face-frown-open.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-frown-open.svg new file mode 100644 index 0000000..1e8d5ea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-frown-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m-79.6-336a32 32 0 1 1 0 64 32 32 0 1 1 0-64m128 32a32 32 0 1 1 64 0 32 32 0 1 1-64 0m-122 174.5c-12.4 5.2-26.5-4.1-21.1-16.4 16-36.6 52.4-62.1 94.8-62.1s78.8 25.6 94.8 62.1c5.4 12.3-8.7 21.6-21.1 16.4-22.4-9.5-47.4-14.8-73.7-14.8s-51.3 5.3-73.7 14.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/face-frown.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-frown.svg new file mode 100644 index 0000000..851a223 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-frown.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m-96.7-123.3c-2.6 8.4-11.6 13.2-20 10.5s-13.2-11.6-10.5-20C145.2 326.1 196.3 288 256 288s110.8 38.1 127.3 91.3c2.6 8.4-2.1 17.4-10.5 20s-17.4-2.1-20-10.5C340.5 349.4 302.1 320 256 320s-84.5 29.4-96.7 68.7M144.4 208a32 32 0 1 1 64 0 32 32 0 1 1-64 0m192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/face-grimace.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-grimace.svg new file mode 100644 index 0000000..c9fcaf5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-grimace.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m96-112h-8v-40h55.3c-3.8 22.7-23.6 40-47.3 40m47.3-56H344v-40h8c23.8 0 43.5 17.3 47.3 40m-71.3 0h-64v-40h64zm0 56h-64v-40h64zm-80-96v40h-64v-40zm0 56v40h-64v-40zm-80-16h-55.3c3.8-22.7 23.6-40 47.3-40h8zm0 56h-8c-23.8 0-43.5-17.3-47.3-40H168zm-23.6-192a32 32 0 1 1 64 0 32 32 0 1 1-64 0m192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/face-grin-beam-sweat.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-grin-beam-sweat.svg new file mode 100644 index 0000000..156b96b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-grin-beam-sweat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M476.8 126.3c-4.1 1.1-8.4 1.7-12.8 1.7-26.5 0-48-21-48-47 0-5 1.8-11.3 4.6-18.1l.9-2.1c9-20.2 26.5-44.9 36-57.5 3.2-4.4 9.6-4.4 12.8 0C483.4 20.6 512 61 512 81c0 21.7-14.9 39.8-35.2 45.3M256 0c51.4 0 99.3 15.2 139.4 41.2-1.5 3.1-3 6.2-4.3 9.3-3.4 8-7.1 19-7.1 30.5 0 44.3 36.6 79 80 79 9.6 0 18.8-1.7 27.4-4.8 13.3 30.9 20.6 65 20.6 100.8 0 141.4-114.6 256-256 256S0 397.4 0 256 114.6 0 256 0m127.8 317.8C345.3 329.4 301.9 336 256 336s-89.3-6.6-127.8-18.2c-12.3-3.7-24.3 7-19.2 18.7 24.5 56.9 81.1 96.7 147 96.7s122.5-39.8 147-96.7c5.1-11.8-6.9-22.4-19.2-18.7m-166.2-89c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2c-9.9 13.2-16.6 30.9-16.6 48.8 0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l.2-.2c.2-.2.4-.5.7-.9.6-.8 1.6-2 2.8-3.4 2.5-2.8 6-6.6 10.2-10.3 8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3 1.2 1.4 2.2 2.6 2.8 3.4.3.4.6.7.7.9zm160 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2c-9.9 13.2-16.6 30.9-16.6 48.8 0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l.2-.2c.2-.2.4-.5.7-.9.6-.8 1.6-2 2.8-3.4 2.5-2.8 6-6.6 10.2-10.3 8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3 1.2 1.4 2.2 2.6 2.8 3.4.3.4.6.7.7.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/face-grin-beam.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-grin-beam.svg new file mode 100644 index 0000000..ede60bc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-grin-beam.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m132.1-199.2c12.3-3.8 24.3 6.9 19.3 18.7-25 59.1-83.2 100.5-151.1 100.5s-126.2-41.4-151.1-100.5c-5-11.8 7-22.5 19.3-18.7 39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19m-170.5-84-.2-.2c-.2-.2-.4-.5-.7-.9-.6-.8-1.6-2-2.8-3.4-2.5-2.8-6-6.6-10.2-10.3-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3-1.2 1.4-2.2 2.6-2.8 3.4-.3.4-.6.7-.7.9l-.2.2c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8 9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8 0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8m160 0-.2-.2c-.2-.2-.4-.5-.7-.9-.6-.8-1.6-2-2.8-3.4-2.5-2.8-6-6.6-10.2-10.3-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3-1.2 1.4-2.2 2.6-2.8 3.4-.3.4-.6.7-.7.9l-.2.2c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8 9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8 0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/face-grin-hearts.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-grin-hearts.svg new file mode 100644 index 0000000..4f7471c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-grin-hearts.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m132.1-199.2c12.3-3.8 24.3 6.9 19.3 18.7-25 59.1-83.2 100.5-151.1 100.5s-126.2-41.4-151.1-100.5c-5-11.8 7-22.5 19.3-18.7 39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19M199.3 129.1c17.8 4.8 28.4 23.1 23.6 40.8l-17.4 65c-2.3 8.5-11.1 13.6-19.6 11.3l-65.1-17.4C103 224 92.4 205.7 97.2 188s23.1-28.4 40.8-23.6l16.1 4.3 4.3-16.1c4.8-17.8 23.1-28.4 40.8-23.6zm154.3 23.6 4.3 16.1 16.1-4.3c17.8-4.8 36.1 5.8 40.8 23.6s-5.8 36.1-23.6 40.8l-65.1 17.4c-8.5 2.3-17.3-2.8-19.6-11.3l-17.4-65c-4.8-17.8 5.8-36.1 23.6-40.8s36.1 5.8 40.9 23.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/face-grin-squint-tears.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-grin-squint-tears.svg new file mode 100644 index 0000000..5e90648 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-grin-squint-tears.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M426.8 14.2c19.2-19.2 50.7-18.8 70.3.7s20 51 .7 70.3c-6.8 6.8-21.4 12.4-37.4 16.7-16.3 4.4-34.1 7.5-46.3 9.3-1.6.2-3.1.5-4.6.6-4.9.8-9.1-2.8-9.5-7.4-.1-.7 0-1.4.1-2.1 1.6-11.2 4.6-29.6 9-47 .3-1.3.7-2.6 1-3.9 4.3-15.9 9.8-30.5 16.7-37.4zm-44.7 19c-1.5 4.8-2.9 9.6-4.1 14.3-4.8 18.9-8 38.5-9.7 50.3-4 26.8 18.9 49.7 45.7 45.8 11.9-1.6 31.5-4.8 50.4-9.7 4.7-1.2 9.5-2.5 14.3-4.1 55.5 97.7 41.5 224-41.7 307.2s-209.5 97.2-307.2 41.8c1.5-4.8 2.8-9.6 4-14.3 4.8-18.9 8-38.5 9.7-50.3 4-26.8-18.9-49.7-45.7-45.8-11.9 1.6-31.5 4.8-50.4 9.7-4.7 1.2-9.5 2.5-14.3 4.1C-22.2 284.5-8.2 158.2 75 75c83.2-83.3 209.5-97.2 307.2-41.8zM51.5 410.1c18.5-5 38.8-8.3 50.9-10 .4-.1.7-.1 1-.1 5.1-.2 9.2 4.3 8.4 9.6-1.7 12.1-5 32.4-10 50.9-4.2 15.9-9.8 30.5-16.6 37.3-19.2 19.2-50.7 18.8-70.3-.7s-20-51-.7-70.3c6.8-6.8 21.4-12.4 37.4-16.7zM416.9 209c-4.7-11.9-20.8-11-26.8.3-19 35.5-45 70.8-77.5 103.3s-67.8 58.5-103.3 77.4c-11.3 6-12.2 22.1-.3 26.8 57.6 22.9 125.8 11 172.3-35.5s58.4-114.8 35.5-172.3zM87.1 285.1c2 2 4.6 3.2 7.3 3.4l56.1 5.1 5.1 56.1c.3 2.8 1.5 5.4 3.4 7.3 6.3 6.3 17.2 3.6 19.8-4.9l29.7-97.4c3.5-11.6-7.3-22.5-19-19L92 265.3c-8.6 2.6-11.3 13.4-4.9 19.8M265.3 92l-29.7 97.4c-3.5 11.6 7.3 22.5 19 19l97.4-29.7c8.6-2.6 11.3-13.4 4.9-19.8-2-2-4.6-3.2-7.3-3.4l-56.1-5.1-5.1-56.1c-.3-2.8-1.5-5.4-3.4-7.3-6.3-6.3-17.2-3.6-19.8 4.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/face-grin-squint.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-grin-squint.svg new file mode 100644 index 0000000..46d7146 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-grin-squint.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m132.1-199.2c12.3-3.8 24.3 6.9 19.3 18.7-25 59.1-83.2 100.5-151.1 100.5s-126.2-41.4-151.1-100.5c-5-11.8 7-22.5 19.3-18.7 39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19M133.5 146.7l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5 0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6 0-9 9.6-14.7 17.5-10.5M396 157.1c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6 0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/face-grin-stars.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-grin-stars.svg new file mode 100644 index 0000000..6e1d4d5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-grin-stars.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m407.4 75.5c5-11.8-7-22.5-19.3-18.7-39.7 12.2-84.5 19-131.8 19s-92.1-6.8-131.8-19c-12.3-3.8-24.3 6.9-19.3 18.7 25 59.1 83.2 100.5 151.1 100.5s126.2-41.4 151.1-100.5M160 120c-3.1 0-5.9 1.8-7.2 4.6l-16.6 34.7-38.1 5c-3.1.4-5.6 2.5-6.6 5.5s-.1 6.2 2.1 8.3l27.9 26.5-7 37.8c-.6 3 .7 6.1 3.2 7.9s5.8 2 8.5.6l33.8-18.4 33.8 18.3c2.7 1.5 6 1.3 8.5-.6s3.7-4.9 3.2-7.9l-7-37.8 27.9-26.5c2.2-2.1 3.1-5.3 2.1-8.3s-3.5-5.1-6.6-5.5l-38.1-5-16.6-34.7c-1.3-2.8-4.1-4.6-7.2-4.6zm192 0c-3.1 0-5.9 1.8-7.2 4.6l-16.6 34.7-38.1 5c-3.1.4-5.6 2.5-6.6 5.5s-.1 6.2 2.1 8.3l27.9 26.5-7 37.8c-.6 3 .7 6.1 3.2 7.9s5.8 2 8.5.6l33.8-18.4 33.8 18.3c2.7 1.5 6 1.3 8.5-.6s3.7-4.9 3.2-7.9l-7-37.8 27.9-26.5c2.2-2.1 3.1-5.3 2.1-8.3s-3.5-5.1-6.6-5.5l-38.1-5-16.6-34.7c-1.3-2.8-4.1-4.6-7.2-4.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/face-grin-tears.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-grin-tears.svg new file mode 100644 index 0000000..45156ae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-grin-tears.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M548.6 371.4C506.4 454.8 419.9 512 320 512S133.6 454.8 91.4 371.4c4.5-2.9 8.7-6.3 12.7-10.3 8.1-8.1 13.2-18.6 16.5-26.6 3.6-8.8 6.5-18.4 8.8-27.5 4.6-18.2 7.7-37 9.3-48.2 3.9-26.5-18.8-49.2-45.2-45.4-6.8.9-16.2 2.4-26.6 4.4C85.3 94.5 191.6 0 320 0s234.7 94.5 253.2 217.7c-10.3-2-19.8-3.5-26.6-4.4-26.5-3.9-49.2 18.8-45.2 45.4 1.6 11.3 4.6 30 9.3 48.2 2.3 9.1 5.2 18.8 8.8 27.5 3.3 8.1 8.4 18.5 16.5 26.6 3.9 3.9 8.2 7.4 12.7 10.3zM107 254.1c-3.1 21.5-11.4 70.2-25.5 84.4-.9 1-1.9 1.8-2.9 2.7-18.6 15.5-46.6 14.3-64.3-3.5-18.7-18.7-19.1-48.8-.7-67.2 8.6-8.6 30.1-15.1 50.5-19.6 13-2.8 25.5-4.8 33.9-6 5.4-.8 9.9 3.7 9 9zm454.5 87.1c-.8-.6-1.5-1.3-2.3-2-.2-.2-.5-.4-.7-.7-14.1-14.1-22.5-62.9-25.5-84.4-.8-5.4 3.7-9.9 9-9 1 .1 2.2.3 3.3.5 8.2 1.2 19.2 3 30.6 5.5 20.4 4.4 41.9 10.9 50.5 19.6 18.4 18.4 18 48.5-.7 67.2-17.7 17.7-45.7 19-64.2 3.4zm-90.1-9.7c5-11.8-7-22.5-19.3-18.7-39.7 12.2-84.5 19-131.8 19s-92.1-6.8-131.8-19c-12.3-3.8-24.3 6.9-19.3 18.7 25 59.1 83.2 100.5 151.1 100.5s126.2-41.4 151.1-100.5M281.6 228.8c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2c-9.9 13.2-16.6 30.9-16.6 48.8 0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l.2-.2c.2-.2.4-.5.7-.9.6-.8 1.6-2 2.8-3.4 2.5-2.8 6-6.6 10.2-10.3 8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3 1.2 1.4 2.2 2.6 2.8 3.4.3.4.6.7.7.9zm160 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2c-9.9 13.2-16.6 30.9-16.6 48.8 0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l.2-.2c.2-.2.4-.5.7-.9.6-.8 1.6-2 2.8-3.4 2.5-2.8 6-6.6 10.2-10.3 8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3 1.2 1.4 2.2 2.6 2.8 3.4.3.4.6.7.7.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/face-grin-tongue-squint.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-grin-tongue-squint.svg new file mode 100644 index 0000000..b932892 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-grin-tongue-squint.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 256c0 112.9 73.1 208.7 174.5 242.8C165.3 484 160 466.6 160 448v-47.3c-24-17.5-43.1-41.4-54.8-69.2-5-11.8 7-22.5 19.3-18.7 39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19c12.3-3.8 24.3 6.9 19.3 18.7-11.8 28-31.1 52-55.4 69.6V448c0 18.6-5.3 36-14.5 50.8C438.9 464.7 512 368.9 512 256 512 114.6 397.4 0 256 0S0 114.6 0 256m116-114.9c0-9 9.6-14.7 17.5-10.5l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5 0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6m262.5-10.5c7.9-4.2 17.5 1.5 17.5 10.5 0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6 0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8zM320 448v-45.4c0-14.7-11.9-26.6-26.6-26.6h-2c-11.3 0-21.1 7.9-23.6 18.9-2.8 12.6-20.8 12.6-23.6 0-2.5-11.1-12.3-18.9-23.6-18.9h-2c-14.7 0-26.6 11.9-26.6 26.6V448c0 35.3 28.7 64 64 64s64-28.7 64-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/face-grin-tongue-wink.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-grin-tongue-wink.svg new file mode 100644 index 0000000..4ffd6fe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-grin-tongue-wink.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M174.5 498.8C73.1 464.7 0 368.9 0 256 0 114.6 114.6 0 256 0s256 114.6 256 256c0 112.9-73.1 208.7-174.5 242.8C346.7 484 352 466.6 352 448v-46.9c24.3-17.5 43.6-41.6 55.4-69.6 5-11.8-7-22.5-19.3-18.7-39.7 12.2-84.5 19-131.8 19s-92.1-6.8-131.8-19c-12.3-3.8-24.3 6.9-19.3 18.7 11.7 27.8 30.8 51.7 54.8 69.2V448c0 18.6 5.3 36 14.5 50.8m20.7-265.2c5.3 7.1 15.3 8.5 22.4 3.2s8.5-15.3 3.2-22.4c-30.4-40.5-91.2-40.5-121.6 0-5.3 7.1-3.9 17.1 3.2 22.4s17.1 3.9 22.4-3.2c17.6-23.5 52.8-23.5 70.4 0M336 272a64 64 0 1 0 0-128 64 64 0 1 0 0 128m-16 130.6V448c0 35.3-28.7 64-64 64s-64-28.7-64-64v-45.4c0-14.7 11.9-26.6 26.6-26.6h2c11.3 0 21.1 7.9 23.6 18.9 2.8 12.6 20.8 12.6 23.6 0 2.5-11.1 12.3-18.9 23.6-18.9h2c14.7 0 26.6 11.9 26.6 26.6M336 184a24 24 0 1 1 0 48 24 24 0 1 1 0-48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/face-grin-tongue.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-grin-tongue.svg new file mode 100644 index 0000000..813cab8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-grin-tongue.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 256c0 112.9 73.1 208.7 174.5 242.8C165.3 484 160 466.6 160 448v-47.3c-24-17.5-43.1-41.4-54.8-69.2-5-11.8 7-22.5 19.3-18.7 39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19c12.3-3.8 24.3 6.9 19.3 18.7-11.8 28-31.1 52-55.4 69.6V448c0 18.6-5.3 36-14.5 50.8C438.9 464.7 512 368.9 512 256 512 114.6 397.4 0 256 0S0 114.6 0 256m176.4-80a32 32 0 1 1 0 64 32 32 0 1 1 0-64m128 32a32 32 0 1 1 64 0 32 32 0 1 1-64 0M320 448v-45.4c0-14.7-11.9-26.6-26.6-26.6h-2c-11.3 0-21.1 7.9-23.6 18.9-2.8 12.6-20.8 12.6-23.6 0-2.5-11.1-12.3-18.9-23.6-18.9h-2c-14.7 0-26.6 11.9-26.6 26.6V448c0 35.3 28.7 64 64 64s64-28.7 64-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/face-grin-wide.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-grin-wide.svg new file mode 100644 index 0000000..f50e011 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-grin-wide.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m132.1-199.2c12.3-3.8 24.3 6.9 19.3 18.7-25 59.1-83.2 100.5-151.1 100.5s-126.2-41.4-151.1-100.5c-5-11.8 7-22.5 19.3-18.7 39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19M208 192c0 35.3-14.3 64-32 64s-32-28.7-32-64 14.3-64 32-64 32 28.7 32 64m128 64c-17.7 0-32-28.7-32-64s14.3-64 32-64 32 28.7 32 64-14.3 64-32 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/face-grin-wink.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-grin-wink.svg new file mode 100644 index 0000000..6f26436 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-grin-wink.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m132.1-199.2c12.3-3.8 24.3 6.9 19.3 18.7-25 59.1-83.2 100.5-151.1 100.5s-126.2-41.4-151.1-100.5c-5-11.8 7-22.5 19.3-18.7 39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19m-16.9-79.2c-17.6-23.5-52.8-23.5-70.4 0-5.3 7.1-15.3 8.5-22.4 3.2s-8.5-15.3-3.2-22.4c30.4-40.5 91.2-40.5 121.6 0 5.3 7.1 3.9 17.1-3.2 22.4s-17.1 3.9-22.4-3.2M176.4 176a32 32 0 1 1 0 64 32 32 0 1 1 0-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/face-grin.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-grin.svg new file mode 100644 index 0000000..fb84df4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-grin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m132.1-199.2c12.3-3.8 24.3 6.9 19.3 18.7-25 59.1-83.2 100.5-151.1 100.5s-126.2-41.4-151.1-100.5c-5-11.8 7-22.5 19.3-18.7 39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19M144.4 208a32 32 0 1 1 64 0 32 32 0 1 1-64 0m192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/face-kiss-beam.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-kiss-beam.svg new file mode 100644 index 0000000..d3ecb57 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-kiss-beam.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m48.7-198.3c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4-2.7 1.5-5.7 3-8.7 4.3 3.1 1.3 6 2.7 8.7 4.3 6.6 3.7 12.5 8.2 16.7 13.4 4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4-13.3 7.4-30.6 12.3-48 12.3-3.6 0-6.8-2.5-7.7-6s.6-7.2 3.8-9l.2-.1c.2-.1.5-.3.9-.5.8-.5 2-1.2 3.4-2.1 2.8-1.9 6.5-4.5 10.2-7.6s7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1-3.7-3.1-7.4-5.7-10.2-7.6-1.4-.9-2.6-1.6-3.4-2.1-.4-.2-.7-.4-.9-.5l-.2-.1c-2.5-1.4-4.1-4.1-4.1-7s1.6-5.6 4.1-7l.2-.1.3-.2.6-.4c.8-.5 2-1.2 3.4-2.1 2.8-1.9 6.5-4.5 10.2-7.6s7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1-3.7-3.1-7.4-5.7-10.2-7.6-1.4-.9-2.6-1.6-3.4-2.1l-.4-.3-.5-.3-.2-.1c-3.2-1.8-4.7-5.5-3.8-9s4.1-6 7.7-6c17.4 0 34.7 4.9 47.9 12.3 6.6 3.7 12.5 8.2 16.7 13.4zm-87.1-84.9-.2-.2c-.2-.2-.4-.5-.7-.9-.6-.8-1.6-2-2.8-3.4-2.5-2.8-6-6.6-10.2-10.3-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3-1.2 1.4-2.2 2.6-2.8 3.4-.3.4-.6.7-.7.9l-.2.2c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8 9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8 0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8m160 0-.2-.2c-.2-.2-.4-.5-.7-.9-.6-.8-1.6-2-2.8-3.4-2.5-2.8-6-6.6-10.2-10.3-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3-1.2 1.4-2.2 2.6-2.8 3.4-.3.4-.6.7-.7.9l-.2.2c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8 9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8 0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/face-kiss-wink-heart.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-kiss-wink-heart.svg new file mode 100644 index 0000000..789d541 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-kiss-wink-heart.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M498 339.7c9.1-26.2 14-54.4 14-83.7C512 114.6 397.4 0 256 0S0 114.6 0 256s114.6 256 256 256c35.4 0 69.1-7.2 99.7-20.2-4.8-5.5-8.5-12.2-10.4-19.7l-22.9-89.3c-10-39 11.8-80.9 51.8-92.1 37.2-10.4 73.8 10.1 87.5 44 12.7-1.6 25.1.4 36.2 5zM296 332c0 6.9-3.1 13.2-7.3 18.3-4.3 5.2-10.1 9.7-16.7 13.4-2.7 1.5-5.7 3-8.7 4.3 3.1 1.3 6 2.7 8.7 4.3 6.6 3.7 12.5 8.2 16.7 13.4 4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4-13.3 7.4-30.6 12.3-48 12.3-3.6 0-6.8-2.5-7.7-6s.6-7.2 3.8-9l.2-.1c.2-.1.5-.3.9-.5.8-.5 2-1.2 3.4-2.1 2.8-1.9 6.5-4.5 10.2-7.6s7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1-3.7-3.1-7.4-5.7-10.2-7.6-1.4-.9-2.6-1.6-3.4-2.1l-.6-.4-.3-.2-.2-.1c-2.5-1.4-4.1-4.1-4.1-7s1.6-5.6 4.1-7l.2-.1c.2-.1.5-.3.9-.5.8-.5 2-1.2 3.4-2.1 2.8-1.9 6.5-4.5 10.2-7.6s7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1-3.7-3.1-7.4-5.7-10.2-7.6-1.4-.9-2.6-1.6-3.4-2.1-.4-.2-.7-.4-.9-.5l-.2-.1c-3.2-1.8-4.7-5.5-3.8-9s4.1-6 7.7-6c17.4 0 34.7 4.9 47.9 12.3 6.6 3.7 12.5 8.2 16.7 13.4 4.3 5.1 7.3 11.4 7.3 18.3zM176.4 176a32 32 0 1 1 0 64 32 32 0 1 1 0-64m194.8 57.6c-17.6-23.5-52.8-23.5-70.4 0-5.3 7.1-15.3 8.5-22.4 3.2s-8.5-15.3-3.2-22.4c30.4-40.5 91.2-40.5 121.6 0 5.3 7.1 3.9 17.1-3.2 22.4s-17.1 3.9-22.4-3.2M434 352.3c-6-23.2-28.8-37-51.1-30.8s-35.4 30.1-29.5 53.4l22.9 89.3c2.2 8.7 11.2 13.9 19.8 11.4l84.9-23.8c22.2-6.2 35.4-30.1 29.5-53.4s-28.8-37-51.1-30.8l-20.2 5.6-5.4-21z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/face-kiss.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-kiss.svg new file mode 100644 index 0000000..8da686a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-kiss.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m48.7-198.3c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4-2.7 1.5-5.7 3-8.7 4.3 3.1 1.3 6 2.7 8.7 4.3 6.6 3.7 12.5 8.2 16.7 13.4 4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4-13.3 7.4-30.6 12.3-48 12.3-3.6 0-6.8-2.5-7.7-6s.6-7.2 3.8-9l.2-.1c.2-.1.5-.3.9-.5.8-.5 2-1.2 3.4-2.1 2.8-1.9 6.5-4.5 10.2-7.6s7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1-3.7-3.1-7.4-5.7-10.2-7.6-1.4-.9-2.6-1.6-3.4-2.1-.4-.2-.7-.4-.9-.5l-.2-.1c-2.5-1.4-4.1-4.1-4.1-7s1.6-5.6 4.1-7l.2-.1.3-.2.6-.4c.8-.5 2-1.2 3.4-2.1 2.8-1.9 6.5-4.5 10.2-7.6s7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1-3.7-3.1-7.4-5.7-10.2-7.6-1.4-.9-2.6-1.6-3.4-2.1l-.4-.3-.5-.3-.2-.1c-3.2-1.8-4.7-5.5-3.8-9s4.1-6 7.7-6c17.4 0 34.7 4.9 47.9 12.3 6.6 3.7 12.5 8.2 16.7 13.4zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1-64 0m192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/face-laugh-beam.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-laugh-beam.svg new file mode 100644 index 0000000..7cf6de0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-laugh-beam.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512M96.8 314.1c-3.8-13.7 7.4-26.1 21.6-26.1h275.2c14.2 0 25.5 12.4 21.6 26.1C396.2 382 332.1 432 256 432S115.8 382 96.8 314.1m120.8-101.3-.2-.2c-.2-.2-.4-.5-.7-.9-.6-.8-1.6-2-2.8-3.4-2.5-2.8-6-6.6-10.2-10.3-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3-1.2 1.4-2.2 2.6-2.8 3.4-.3.4-.6.7-.7.9l-.2.2c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8 9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8 0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8m160 0-.2-.2c-.2-.2-.4-.5-.7-.9-.6-.8-1.6-2-2.8-3.4-2.5-2.8-6-6.6-10.2-10.3-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3-1.2 1.4-2.2 2.6-2.8 3.4-.3.4-.6.7-.7.9l-.2.2c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8 9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8 0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/face-laugh-squint.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-laugh-squint.svg new file mode 100644 index 0000000..5140b85 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-laugh-squint.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512M96.8 314.1c-3.8-13.7 7.4-26.1 21.6-26.1h275.2c14.2 0 25.5 12.4 21.6 26.1C396.2 382 332.1 432 256 432S115.8 382 96.8 314.1m36.7-199.4 89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5 0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6 0-9 9.6-14.7 17.5-10.5M396 125.1c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6 0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/face-laugh-wink.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-laugh-wink.svg new file mode 100644 index 0000000..a2de1f1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-laugh-wink.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512M96.8 314.1c-3.8-13.7 7.4-26.1 21.6-26.1h275.2c14.2 0 25.5 12.4 21.6 26.1C396.2 382 332.1 432 256 432S115.8 382 96.8 314.1M144.4 192a32 32 0 1 1 64 0 32 32 0 1 1-64 0m156.4 25.6c-5.3 7.1-15.3 8.5-22.4 3.2s-8.5-15.3-3.2-22.4c30.4-40.5 91.2-40.5 121.6 0 5.3 7.1 3.9 17.1-3.2 22.4s-17.1 3.9-22.4-3.2c-17.6-23.5-52.8-23.5-70.4 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/face-laugh.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-laugh.svg new file mode 100644 index 0000000..0c2d8ea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-laugh.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512M96.8 314.1c-3.8-13.7 7.4-26.1 21.6-26.1h275.2c14.2 0 25.5 12.4 21.6 26.1C396.2 382 332.1 432 256 432S115.8 382 96.8 314.1M144.4 192a32 32 0 1 1 64 0 32 32 0 1 1-64 0m192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/face-meh-blank.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-meh-blank.svg new file mode 100644 index 0000000..4953db0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-meh-blank.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m208.4-48a32 32 0 1 0-64 0 32 32 0 1 0 64 0m128 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/face-meh.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-meh.svg new file mode 100644 index 0000000..fab9a80 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-meh.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m-79.6-336a32 32 0 1 1 0 64 32 32 0 1 1 0-64m128 32a32 32 0 1 1 64 0 32 32 0 1 1-64 0M160 336h192c8.8 0 16 7.2 16 16s-7.2 16-16 16H160c-8.8 0-16-7.2-16-16s7.2-16 16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/face-rolling-eyes.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-rolling-eyes.svg new file mode 100644 index 0000000..4baf017 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-rolling-eyes.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m-64-144h128c8.8 0 16 7.2 16 16s-7.2 16-16 16H192c-8.8 0-16-7.2-16-16s7.2-16 16-16m32-144c0 35.3-28.7 64-64 64s-64-28.7-64-64c0-26 15.5-48.4 37.8-58.4-3.7 5.2-5.8 11.6-5.8 18.4 0 17.7 14.3 32 32 32s32-14.3 32-32c0-6.9-2.2-13.2-5.8-18.4 22.3 10 37.8 32.4 37.8 58.4m128 64c-35.3 0-64-28.7-64-64 0-26 15.5-48.4 37.8-58.4-3.7 5.2-5.8 11.6-5.8 18.4 0 17.7 14.3 32 32 32s32-14.3 32-32c0-6.9-2.2-13.2-5.8-18.4 22.3 10 37.8 32.4 37.8 58.4 0 35.3-28.7 64-64 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/face-sad-cry.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-sad-cry.svg new file mode 100644 index 0000000..15d285f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-sad-cry.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M352 493.4c-29.6 12-62.1 18.6-96 18.6s-66.4-6.6-96-18.6V288c0-8.8-7.2-16-16-16s-16 7.2-16 16v189.8C51.5 433.5 0 350.8 0 256 0 114.6 114.6 0 256 0s256 114.6 256 256c0 94.8-51.5 177.5-128 221.8V288c0-8.8-7.2-16-16-16s-16 7.2-16 16zM195.2 233.6c5.3 7.1 15.3 8.5 22.4 3.2s8.5-15.3 3.2-22.4c-30.4-40.5-91.2-40.5-121.6 0-5.3 7.1-3.9 17.1 3.2 22.4s17.1 3.9 22.4-3.2c17.6-23.5 52.8-23.5 70.4 0m121.6 0c17.6-23.5 52.8-23.5 70.4 0 5.3 7.1 15.3 8.5 22.4 3.2s8.5-15.3 3.2-22.4c-30.4-40.5-91.2-40.5-121.6 0-5.3 7.1-3.9 17.1 3.2 22.4s17.1 3.9 22.4-3.2M208 336v32c0 26.5 21.5 48 48 48s48-21.5 48-48v-32c0-26.5-21.5-48-48-48s-48 21.5-48 48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/face-sad-tear.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-sad-tear.svg new file mode 100644 index 0000000..ebd9711 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-sad-tear.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 256a256 256 0 1 0 512 0 256 256 0 1 0-512 0m240 80c0-8.8 7.2-16 16-16 45 0 85.6 20.5 115.7 53.1 6 6.5 5.6 16.6-.9 22.6s-16.6 5.6-22.6-.9c-25-27.1-57.4-42.9-92.3-42.9-8.8 0-16-7.2-16-16zm-80 80c-26.5 0-48-21-48-47 0-20 28.6-60.4 41.6-77.7 3.2-4.4 9.6-4.4 12.8 0C179.6 308.6 208 349 208 369c0 26-21.5 47-48 47m207.6-208a32 32 0 1 1-64 0 32 32 0 1 1 64 0m-192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/face-smile-beam.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-smile-beam.svg new file mode 100644 index 0000000..9db0f8a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-smile-beam.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m-91.9-186.5C182 346.2 212.6 368 256 368s74-21.8 91.9-42.5c5.8-6.7 15.9-7.4 22.6-1.6s7.4 15.9 1.6 22.6c-22.3 25.6-61 53.5-116.1 53.5s-93.8-27.9-116.1-53.5c-5.8-6.7-5.1-16.8 1.6-22.6s16.8-5.1 22.6 1.6m53.5-96.7-.2-.2c-.2-.2-.4-.5-.7-.9-.6-.8-1.6-2-2.8-3.4-2.5-2.8-6-6.6-10.2-10.3-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3-1.2 1.4-2.2 2.6-2.8 3.4-.3.4-.6.7-.7.9l-.2.2c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8 9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8 0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8m160 0-.2-.2c-.2-.2-.4-.5-.7-.9-.6-.8-1.6-2-2.8-3.4-2.5-2.8-6-6.6-10.2-10.3-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3-1.2 1.4-2.2 2.6-2.8 3.4-.3.4-.6.7-.7.9l-.2.2c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8 9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8 0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/face-smile-wink.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-smile-wink.svg new file mode 100644 index 0000000..3209986 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-smile-wink.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m-91.9-186.5C182 346.2 212.6 368 256 368s74-21.8 91.9-42.5c5.8-6.7 15.9-7.4 22.6-1.6s7.4 15.9 1.6 22.6c-22.3 25.6-61 53.5-116.1 53.5s-93.8-27.9-116.1-53.5c-5.8-6.7-5.1-16.8 1.6-22.6s16.8-5.1 22.6 1.6M144.4 208a32 32 0 1 1 64 0 32 32 0 1 1-64 0m156.4 25.6c-5.3 7.1-15.3 8.5-22.4 3.2s-8.5-15.3-3.2-22.4c30.4-40.5 91.2-40.5 121.6 0 5.3 7.1 3.9 17.1-3.2 22.4s-17.1 3.9-22.4-3.2c-17.6-23.5-52.8-23.5-70.4 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/face-smile.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-smile.svg new file mode 100644 index 0000000..5a1fef8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-smile.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m-91.9-186.5C182 346.2 212.6 368 256 368s74-21.8 91.9-42.5c5.8-6.7 15.9-7.4 22.6-1.6s7.4 15.9 1.6 22.6c-22.3 25.6-61 53.5-116.1 53.5s-93.8-27.9-116.1-53.5c-5.8-6.7-5.1-16.8 1.6-22.6s16.8-5.1 22.6 1.6M144.4 208a32 32 0 1 1 64 0 32 32 0 1 1-64 0m192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/face-surprise.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-surprise.svg new file mode 100644 index 0000000..d42d8bb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-surprise.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m-79.6-336a32 32 0 1 1 0 64 32 32 0 1 1 0-64m128 32a32 32 0 1 1 64 0 32 32 0 1 1-64 0M256 288a64 64 0 1 1 0 128 64 64 0 1 1 0-128"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/face-tired.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-tired.svg new file mode 100644 index 0000000..2c63697 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/face-tired.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m-91.3-183.3c22-22 53.9-40.7 91.3-40.7s69.3 18.7 91.3 40.7c11.1 11.1 20.1 23.4 26.4 35.4 6.2 11.7 10.3 24.4 10.3 35.9 0 5.2-2.6 10.2-6.9 13.2s-9.8 3.7-14.7 1.8l-20.5-7.7C315 397.2 286.4 392 257.6 392h-3.2c-28.8 0-57.3 5.2-84.3 15.3l-20.5 7.7c-4.9 1.8-10.4 1.2-14.7-1.8s-6.9-7.9-6.9-13.2c0-11.6 4.2-24.2 10.3-35.9 6.3-12 15.3-24.3 26.4-35.4m-31.2-182 89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5 0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6 0-9 9.6-14.7 17.5-10.5M396 157.1c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6 0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/fan.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/fan.svg new file mode 100644 index 0000000..da8586e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/fan.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M258.6 0c-1.7 0-3.4.1-5.1.5C168 17 115.6 102.3 130.5 189.3c2.9 17 8.4 32.9 15.9 47.4L32 224h-2.6C13.2 224 0 237.2 0 253.4c0 1.7.1 3.4.5 5.1C17 344 102.3 396.4 189.3 381.5c17-2.9 32.9-8.4 47.4-15.9L224 480v2.6c0 16.2 13.2 29.4 29.4 29.4 1.7 0 3.4-.1 5.1-.5 85.5-16.5 137.9-101.8 123-188.8-2.9-17-8.4-32.9-15.9-47.4L480 288h2.6c16.2 0 29.4-13.2 29.4-29.4 0-1.7-.1-3.4-.5-5.1-16.5-85.5-101.8-137.9-188.8-123-17 2.9-32.9 8.4-47.4 15.9L288 32v-2.6C288 13.2 274.8 0 258.6 0M256 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/faucet-drip.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/faucet-drip.svg new file mode 100644 index 0000000..bc3de23 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/faucet-drip.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M224 0c17.7 0 32 14.3 32 32v12l96-12c17.7 0 32 14.3 32 32s-14.3 32-32 32l-96-12-31-3.9-1-.1-1 .1-31 3.9-96 12c-17.7 0-32-14.3-32-32s14.3-32 32-32l96 12V32c0-17.7 14.3-32 32-32M0 224c0-17.7 14.3-32 32-32h96l22.6-22.6c6-6 14.1-9.4 22.6-9.4h18.7v-43.8l32-4 32 4V160h18.7c8.5 0 16.6 3.4 22.6 9.4L320 192h32c88.4 0 160 71.6 160 160 0 17.7-14.3 32-32 32h-64c-17.7 0-32-14.3-32-32s-14.3-32-32-32h-36.1c-20.2 29-53.9 48-91.9 48s-71.7-19-91.9-48H32c-17.7 0-32-14.3-32-32zm436.8 199.4c1.9-4.5 6.3-7.4 11.2-7.4s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1v1.2c0 17.7-14.3 32-32 32s-32-14.3-32-32v-1.2c0-4.5.9-8.9 2.7-13.1l18.2-42.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/faucet.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/faucet.svg new file mode 100644 index 0000000..b6c7361 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/faucet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M192 96v12L96 96c-17.7 0-32 14.3-32 32s14.3 32 32 32l96-12 31-3.9 1-.1 1 .1 31 3.9 96 12c17.7 0 32-14.3 32-32s-14.3-32-32-32l-96 12V96c0-17.7-14.3-32-32-32s-32 14.3-32 32M32 256c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32h100.1c20.2 29 53.9 48 91.9 48s71.7-19 91.9-48H352c17.7 0 32 14.3 32 32s14.3 32 32 32h64c17.7 0 32-14.3 32-32 0-88.4-71.6-160-160-160h-32l-22.6-22.6c-6-6-14.1-9.4-22.6-9.4H256v-43.8l-32-4-32 4V224h-18.7c-8.5 0-16.6 3.4-22.6 9.4L128 256z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/fax.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/fax.svg new file mode 100644 index 0000000..d7dfe93 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/fax.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M128 64v96h64V64h194.7L416 93.3V160h64V93.3c0-17-6.7-33.3-18.7-45.3L432 18.7C420 6.7 403.7 0 386.7 0H192c-35.3 0-64 28.7-64 64M0 160v320c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32H32c-17.7 0-32 14.3-32 32m480 32H128v288c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32m-224 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64m96 32a32 32 0 1 1 64 0 32 32 0 1 1-64 0m32 96a32 32 0 1 1 0 64 32 32 0 1 1 0-64m-160 32a32 32 0 1 1 64 0 32 32 0 1 1-64 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/feather-pointed.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/feather-pointed.svg new file mode 100644 index 0000000..491d858 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/feather-pointed.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M278.5 215.6 23 471c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l74.8-74.8c7.4 4.6 15.3 8.2 23.8 10.5 44.8 12.2 114.5 13.9 182.5-31.2 12.2-8.1 5.8-25.4-8.8-25.4h-16.1c-5.1 0-9.2-4.1-9.2-9.2 0-4.1 2.7-7.6 6.5-8.8l97.7-29.3c3.4-1 6.4-3.1 8.4-6.1 4.4-6.4 8.6-12.9 12.6-19.6 6.2-10.3-1.5-23-13.5-23H377c-5.1 0-9.2-4.1-9.2-9.2 0-4.1 2.7-7.6 6.5-8.8l80.9-24.3c4.6-1.4 8.4-4.8 10.2-9.3 29.1-73.4 42.4-150.3 46.5-199.6.8-9.9-3-19.6-10-26.6S485.2-.6 475.3.2C391.5 7 228.5 40.5 137.4 131.6c-80.1 80.1-80.7 170.7-66.1 224.8 2.1 7.9 12 9.6 17.8 3.8l164.5-164.4c6.2-6.2 16.4-6.2 22.6 0 5.4 5.4 6.1 13.6 2.2 19.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/feather.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/feather.svg new file mode 100644 index 0000000..3ec215a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/feather.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M278.5 215.6 23 471c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l57-57h68c49.7 0 97.9-14.4 139-41 11.1-7.2 5.5-23-7.8-23-5.1 0-9.2-4.1-9.2-9.2 0-4.1 2.7-7.6 6.5-8.8l81-24.3c2.5-.8 4.8-2.1 6.7-4l22.4-22.4c10.1-10.1 2.9-27.3-11.3-27.3H377c-5.1 0-9.2-4.1-9.2-9.2 0-4.1 2.7-7.6 6.5-8.8l112-33.6c4-1.2 7.4-3.9 9.3-7.7 10.8-21 16.4-44.5 16.4-68.6 0-41-16.3-80.3-45.3-109.3l-5.5-5.5C432.3 16.3 393 0 352 0s-80.3 16.3-109.3 45.3L139 149c-48 48-75 113.1-75 181v55.3l189.6-189.5c6.2-6.2 16.4-6.2 22.6 0 5.4 5.4 6.1 13.6 2.2 19.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/ferry.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/ferry.svg new file mode 100644 index 0000000..4e80866 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/ferry.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M224 0h128c17.7 0 32 14.3 32 32h75.1c20.6 0 31.6 24.3 18.1 39.8L456 96H120L98.8 71.8C85.3 56.3 96.3 32 116.9 32H192c0-17.7 14.3-32 32-32M96 128h384c17.7 0 32 14.3 32 32v123.5c0 13.3-4.2 26.3-11.9 37.2l-51.4 71.9c-1.9 1.1-3.7 2.2-5.5 3.5-15.5 10.7-34 18-51 19.9h-16.5c-17.1-1.8-35-9-50.8-19.9-22.1-15.5-51.6-15.5-73.7 0-14.8 10.2-32.5 18-50.6 19.9H184c-17-1.8-35.6-9.2-51-19.9-1.8-1.3-3.7-2.4-5.6-3.5l-51.5-71.9C68.2 309.8 64 296.8 64 283.5V160c0-17.7 14.3-32 32-32m32 64v96h320v-96zm178.5 229.9c22.5 15.5 50 26.1 77.5 26.1 26.9 0 55.3-10.8 77.4-26.1 11.9-8.5 28.1-7.8 39.2 1.7 14.4 11.9 32.5 21 50.6 25.2 17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25-29 15.6-61.5 25.9-94.5 25.9-31.9 0-60.6-9.9-80.4-18.9-5.8-2.7-11.1-5.3-15.6-7.7-4.5 2.4-9.7 5.1-15.6 7.7-19.8 9-48.5 18.9-80.4 18.9-33 0-65.5-10.3-94.5-25.8-13.4 8.4-33.7 19.3-58.2 25-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2 11.1-9.4 27.3-10.1 39.2-1.7 22.1 15.2 50.5 26 77.4 26 27.5 0 55-10.6 77.5-26.1 11.1-7.9 25.9-7.9 37 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/file-arrow-down.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-arrow-down.svg new file mode 100644 index 0000000..15a56c0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-arrow-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 0C28.7 0 0 28.7 0 64v384c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0zm192 0v128h128zm-40 232v102.1l31-31c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-72 72c-9.4 9.4-24.6 9.4-33.9 0l-72-72c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l31 31L168 232c0-13.3 10.7-24 24-24s24 10.7 24 24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/file-arrow-up.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-arrow-up.svg new file mode 100644 index 0000000..38361f6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-arrow-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 0C28.7 0 0 28.7 0 64v384c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0zm192 0v128h128zm-40 408c0 13.3-10.7 24-24 24s-24-10.7-24-24V305.9l-31 31c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l72-72c9.4-9.4 24.6-9.4 33.9 0l72 72c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-31-31z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/file-audio.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-audio.svg new file mode 100644 index 0000000..ddc79a2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-audio.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 0C28.7 0 0 28.7 0 64v384c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0zm192 0v128h128zm2 226.3c37.1 22.4 62 63.1 62 109.7s-24.9 87.3-62 109.7c-7.6 4.6-17.4 2.1-22-5.4s-2.1-17.4 5.4-22c28-16.8 46.6-47.4 46.6-82.3s-18.6-65.5-46.5-82.3c-7.6-4.6-10-14.4-5.4-22s14.4-10 22-5.4zm-91.9 30.9c6 2.5 9.9 8.3 9.9 14.8v128c0 6.5-3.9 12.3-9.9 14.8s-12.9 1.1-17.4-3.5L113.4 376H80c-8.8 0-16-7.2-16-16v-48c0-8.8 7.2-16 16-16h33.4l35.3-35.3c4.6-4.6 11.5-5.9 17.4-3.5m51 34.9c6.6-5.9 16.7-5.3 22.6 1.3 10.1 11.2 16.3 26.2 16.3 42.6s-6.2 31.4-16.3 42.7c-5.9 6.6-16 7.1-22.6 1.3s-7.1-16-1.3-22.6c5.1-5.7 8.1-13.1 8.1-21.3s-3.1-15.7-8.1-21.3c-5.9-6.6-5.3-16.7 1.3-22.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/file-circle-check.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-circle-check.svg new file mode 100644 index 0000000..c2907b2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-circle-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 64C0 28.7 28.7 0 64 0h160v128c0 17.7 14.3 32 32 32h128v38.6c-73.9 20.9-128 88.8-128 169.4 0 59.1 29.1 111.3 73.7 143.3-3.2.5-6.4.7-9.7.7H64c-35.3 0-64-28.7-64-64zm384 64H256V0zm-96 240a144 144 0 1 1 288 0 144 144 0 1 1-288 0m211.3-43.3c-6.2-6.2-16.4-6.2-22.6 0L416 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/file-circle-exclamation.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-circle-exclamation.svg new file mode 100644 index 0000000..594c063 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-circle-exclamation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 64C0 28.7 28.7 0 64 0h160v128c0 17.7 14.3 32 32 32h128v38.6c-73.9 20.9-128 88.8-128 169.4 0 59.1 29.1 111.3 73.7 143.3-3.2.5-6.4.7-9.7.7H64c-35.3 0-64-28.7-64-64zm384 64H256V0zm48 96a144 144 0 1 1 0 288 144 144 0 1 1 0-288m0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48m0-192c-8.8 0-16 7.2-16 16v80c0 8.8 7.2 16 16 16s16-7.2 16-16v-80c0-8.8-7.2-16-16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/file-circle-minus.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-circle-minus.svg new file mode 100644 index 0000000..fa82796 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-circle-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 64C0 28.7 28.7 0 64 0h160v128c0 17.7 14.3 32 32 32h128v38.6c-73.9 20.9-128 88.8-128 169.4 0 59.1 29.1 111.3 73.7 143.3-3.2.5-6.4.7-9.7.7H64c-35.3 0-64-28.7-64-64zm384 64H256V0zm-96 240a144 144 0 1 1 288 0 144 144 0 1 1-288 0m224 0c0-8.8-7.2-16-16-16H368c-8.8 0-16 7.2-16 16s7.2 16 16 16h128c8.8 0 16-7.2 16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/file-circle-plus.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-circle-plus.svg new file mode 100644 index 0000000..f40ca06 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-circle-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 64C0 28.7 28.7 0 64 0h160v128c0 17.7 14.3 32 32 32h128v38.6c-73.9 20.9-128 88.8-128 169.4 0 59.1 29.1 111.3 73.7 143.3-3.2.5-6.4.7-9.7.7H64c-35.3 0-64-28.7-64-64zm384 64H256V0zm48 96a144 144 0 1 1 0 288 144 144 0 1 1 0-288m16 80c0-8.8-7.2-16-16-16s-16 7.2-16 16v48h-48c-8.8 0-16 7.2-16 16s7.2 16 16 16h48v48c0 8.8 7.2 16 16 16s16-7.2 16-16v-48h48c8.8 0 16-7.2 16-16s-7.2-16-16-16h-48z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/file-circle-question.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-circle-question.svg new file mode 100644 index 0000000..24df617 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-circle-question.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 64C0 28.7 28.7 0 64 0h160v128c0 17.7 14.3 32 32 32h128v38.6c-73.9 20.9-128 88.8-128 169.4 0 59.1 29.1 111.3 73.7 143.3-3.2.5-6.4.7-9.7.7H64c-35.3 0-64-28.7-64-64zm384 64H256V0zm48 96a144 144 0 1 1 0 288 144 144 0 1 1 0-288m0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48m-64-142.4v6.4c0 8.8 7.2 16 16 16s16-7.2 16-16v-6.4c0-5.3 4.3-9.6 9.6-9.6h40.5c7.7 0 13.9 6.2 13.9 13.9 0 5.2-2.9 9.9-7.4 12.3l-32 16.8c-5.3 2.8-8.6 8.2-8.6 14.2V384c0 8.8 7.2 16 16 16s16-7.2 16-16v-5.1l23.5-12.3C486.6 358.7 496 343 496 326c0-25.4-20.6-45.9-45.9-45.9h-40.5c-23 0-41.6 18.6-41.6 41.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/file-circle-xmark.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-circle-xmark.svg new file mode 100644 index 0000000..37b44f0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-circle-xmark.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 64C0 28.7 28.7 0 64 0h160v128c0 17.7 14.3 32 32 32h128v38.6c-73.9 20.9-128 88.8-128 169.4 0 59.1 29.1 111.3 73.7 143.3-3.2.5-6.4.7-9.7.7H64c-35.3 0-64-28.7-64-64zm384 64H256V0zm48 96a144 144 0 1 1 0 288 144 144 0 1 1 0-288m59.3 107.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L432 345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l36.7 36.7-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l36.7-36.7 36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L454.6 368z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/file-code.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-code.svg new file mode 100644 index 0000000..15bde0b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-code.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 0C28.7 0 0 28.7 0 64v384c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0zm192 0v128h128zM153 289l-31 31 31 31c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L71 337c-9.4-9.4-9.4-24.6 0-33.9l48-48c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9zm112-34 48 48c9.4 9.4 9.4 24.6 0 33.9l-48 48c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l31-31-31-31c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/file-contract.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-contract.svg new file mode 100644 index 0000000..ac85ce0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-contract.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 0C28.7 0 0 28.7 0 64v384c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0zm192 0v128h128zM80 64h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16s7.2-16 16-16m0 64h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16s7.2-16 16-16m54.2 253.8c-6.1 20.3-24.8 34.2-46 34.2H80c-8.8 0-16-7.2-16-16s7.2-16 16-16h8.2c7.1 0 13.3-4.6 15.3-11.4l14.9-49.5c3.4-11.3 13.8-19.1 25.6-19.1s22.2 7.7 25.6 19.1l11.6 38.6c7.4-6.2 16.8-9.7 26.8-9.7 15.9 0 30.4 9 37.5 23.2l4.4 8.8H304c8.8 0 16 7.2 16 16s-7.2 16-16 16h-64c-6.1 0-11.6-3.4-14.3-8.8l-8.8-17.7c-1.7-3.4-5.1-5.5-8.8-5.5s-7.2 2.1-8.8 5.5l-8.8 17.7c-2.9 5.9-9.2 9.4-15.7 8.8s-12.1-5.1-13.9-11.3L144 349z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/file-csv.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-csv.svg new file mode 100644 index 0000000..aa270d7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-csv.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 64C0 28.7 28.7 0 64 0h160v128c0 17.7 14.3 32 32 32h128v144H176c-35.3 0-64 28.7-64 64v144H64c-35.3 0-64-28.7-64-64zm384 64H256V0zM200 352h16c22.1 0 40 17.9 40 40v8c0 8.8-7.2 16-16 16s-16-7.2-16-16v-8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-8c0-8.8 7.2-16 16-16s16 7.2 16 16v8c0 22.1-17.9 40-40 40h-16c-22.1 0-40-17.9-40-40v-80c0-22.1 17.9-40 40-40m133.1 0H368c8.8 0 16 7.2 16 16s-7.2 16-16 16h-34.9c-7.2 0-13.1 5.9-13.1 13.1 0 5.2 3 9.9 7.8 12l37.4 16.6c16.3 7.2 26.8 23.4 26.8 41.2 0 24.9-20.2 45.1-45.1 45.1H304c-8.8 0-16-7.2-16-16s7.2-16 16-16h42.9c7.2 0 13.1-5.9 13.1-13.1 0-5.2-3-9.9-7.8-12l-37.4-16.6c-16.3-7.2-26.8-23.4-26.8-41.2 0-24.9 20.2-45.1 45.1-45.1m98.9 0c8.8 0 16 7.2 16 16v31.6c0 23 5.5 45.6 16 66 10.5-20.3 16-42.9 16-66V368c0-8.8 7.2-16 16-16s16 7.2 16 16v31.6c0 34.7-10.3 68.7-29.6 97.6l-5.1 7.7c-3 4.5-8 7.1-13.3 7.1s-10.3-2.7-13.3-7.1l-5.1-7.7c-19.3-28.9-29.6-62.9-29.6-97.6V368c0-8.8 7.2-16 16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/file-excel.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-excel.svg new file mode 100644 index 0000000..8129305 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-excel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 0C28.7 0 0 28.7 0 64v384c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0zm192 0v128h128zM155.7 250.2l36.3 51.9 36.3-51.9c7.6-10.9 22.6-13.5 33.4-5.9s13.5 22.6 5.9 33.4L221.3 344l46.4 66.2c7.6 10.9 5 25.8-5.9 33.4s-25.8 5-33.4-5.9L192 385.8l-36.3 51.9c-7.6 10.9-22.6 13.5-33.4 5.9s-13.5-22.6-5.9-33.4l46.3-66.2-46.4-66.2c-7.6-10.9-5-25.8 5.9-33.4s25.8-5 33.4 5.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/file-export.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-export.svg new file mode 100644 index 0000000..50da81c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-export.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 64C0 28.7 28.7 0 64 0h160v128c0 17.7 14.3 32 32 32h128v128H216c-13.3 0-24 10.7-24 24s10.7 24 24 24h168v112c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm384 272v-48h110.1l-39-39c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l80 80c9.4 9.4 9.4 24.6 0 33.9l-80 80c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l39-39zm0-208H256V0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/file-image.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-image.svg new file mode 100644 index 0000000..a8584f9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-image.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 0C28.7 0 0 28.7 0 64v384c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0zm192 0v128h128zM64 256a32 32 0 1 1 64 0 32 32 0 1 1-64 0m152 32c5.3 0 10.2 2.6 13.2 6.9l88 128c3.4 4.9 3.7 11.3 1 16.5S310 448 304 448H80c-5.8 0-11.1-3.1-13.9-8.1s-2.8-11.2.2-16.1l48-80c2.9-4.8 8.1-7.8 13.7-7.8s10.8 2.9 13.7 7.8l12.8 21.4 48.3-70.2c3-4.3 7.9-6.9 13.2-6.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/file-import.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-import.svg new file mode 100644 index 0000000..28f53d0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-import.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M128 64c0-35.3 28.7-64 64-64h160v128c0 17.7 14.3 32 32 32h128v288c0 35.3-28.7 64-64 64H192c-35.3 0-64-28.7-64-64V336h174.1l-39 39c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l80-80c9.4-9.4 9.4-24.6 0-33.9l-80-80c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l39 39-174.1.1zm0 224v48H24c-13.3 0-24-10.7-24-24s10.7-24 24-24zm384-160H384V0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/file-invoice-dollar.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-invoice-dollar.svg new file mode 100644 index 0000000..1bce2cb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-invoice-dollar.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 0C28.7 0 0 28.7 0 64v384c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0zm192 0v128h128zM64 80c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16m0 64c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16m128 72c8.8 0 16 7.2 16 16v17.3c8.5 1.2 16.7 3.1 24.1 5.1 8.5 2.3 13.6 11 11.3 19.6s-11 13.6-19.6 11.3c-11.1-3-22-5.2-32.1-5.3-8.4-.1-17.4 1.8-23.6 5.5-5.7 3.4-8.1 7.3-8.1 12.8 0 3.7 1.3 6.5 7.3 10.1 6.9 4.1 16.6 7.1 29.2 10.9l.5.1c11.3 3.4 25.3 7.6 36.3 14.6 12.1 7.6 22.4 19.7 22.7 38.2.3 19.3-9.6 33.3-22.9 41.6-7.7 4.8-16.4 7.6-25.1 9.1V440c0 8.8-7.2 16-16 16s-16-7.2-16-16v-17.8c-11.2-2.1-21.7-5.7-30.9-8.9-2.1-.7-4.2-1.4-6.2-2.1-8.4-2.8-12.9-11.9-10.1-20.2s11.9-12.9 20.2-10.1c2.5.8 4.8 1.6 7.1 2.4 13.6 4.6 24.6 8.4 36.3 8.7 9.1.3 17.9-1.7 23.7-5.3 5.1-3.2 7.9-7.3 7.8-14-.1-4.6-1.8-7.8-7.7-11.6-6.8-4.3-16.5-7.4-29-11.2l-1.6-.5c-11-3.3-24.3-7.3-34.8-13.7-12-7.2-22.6-18.9-22.7-37.3-.1-19.4 10.8-32.8 23.8-40.5 7.5-4.4 15.8-7.2 24.1-8.7v-17.3c0-8.8 7.2-16 16-16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/file-invoice.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-invoice.svg new file mode 100644 index 0000000..0a08fce --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-invoice.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 0C28.7 0 0 28.7 0 64v384c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0zm192 0v128h128zM80 64h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16s7.2-16 16-16m0 64h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16s7.2-16 16-16m16 96h192c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32v-64c0-17.7 14.3-32 32-32m0 32v64h192v-64zm144 160h64c8.8 0 16 7.2 16 16s-7.2 16-16 16h-64c-8.8 0-16-7.2-16-16s7.2-16 16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/file-lines.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-lines.svg new file mode 100644 index 0000000..a0e3d24 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-lines.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 0C28.7 0 0 28.7 0 64v384c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0zm192 0v128h128zM112 256h160c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16m0 64h160c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16m0 64h160c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/file-medical.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-medical.svg new file mode 100644 index 0000000..5c04845 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-medical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 0C28.7 0 0 28.7 0 64v384c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0zm192 0v128h128zm-96 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v48h48c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-48v48c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-48h-48c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16h48z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/file-pdf.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-pdf.svg new file mode 100644 index 0000000..01c11b7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-pdf.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 64C0 28.7 28.7 0 64 0h160v128c0 17.7 14.3 32 32 32h128v144H176c-35.3 0-64 28.7-64 64v144H64c-35.3 0-64-28.7-64-64zm384 64H256V0zM176 352h32c30.9 0 56 25.1 56 56s-25.1 56-56 56h-16v32c0 8.8-7.2 16-16 16s-16-7.2-16-16V368c0-8.8 7.2-16 16-16m32 80c13.3 0 24-10.7 24-24s-10.7-24-24-24h-16v48zm96-80h32c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48h-32c-8.8 0-16-7.2-16-16V368c0-8.8 7.2-16 16-16m32 128c8.8 0 16-7.2 16-16v-64c0-8.8-7.2-16-16-16h-16v96zm80-112c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16s-7.2 16-16 16h-32v32h32c8.8 0 16 7.2 16 16s-7.2 16-16 16h-32v48c0 8.8-7.2 16-16 16s-16-7.2-16-16V368"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/file-pen.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-pen.svg new file mode 100644 index 0000000..b6c80d1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-pen.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 64C0 28.7 28.7 0 64 0h160v128c0 17.7 14.3 32 32 32h128v125.7l-86.8 86.8c-10.3 10.3-17.5 23.1-21 37.2l-18.7 74.9c-2.3 9.2-1.8 18.8 1.3 27.5L64 512c-35.3 0-64-28.7-64-64zm384 64H256V0zm165.8 107.7 14.4 14.4c15.6 15.6 15.6 40.9 0 56.6l-29.4 29.4-71-71 29.4-29.4c15.6-15.6 40.9-15.6 56.6 0M311.9 417l129.2-129.2 71 71-129.2 129.1c-4.1 4.1-9.2 7-14.9 8.4l-60.1 15c-5.5 1.4-11.2-.2-15.2-4.2s-5.6-9.7-4.2-15.2l15-60.1c1.4-5.6 4.3-10.8 8.4-14.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/file-powerpoint.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-powerpoint.svg new file mode 100644 index 0000000..f621444 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-powerpoint.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 0C28.7 0 0 28.7 0 64v384c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0zm192 0v128h128zM136 240h68c42 0 76 34 76 76s-34 76-76 76h-44v32c0 13.3-10.7 24-24 24s-24-10.7-24-24V264c0-13.3 10.7-24 24-24m68 104c15.5 0 28-12.5 28-28s-12.5-28-28-28h-44v56z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/file-prescription.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-prescription.svg new file mode 100644 index 0000000..cbee321 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-prescription.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 0C28.7 0 0 28.7 0 64v384c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0zm192 0v128h128zM104 196h72c33.1 0 60 26.9 60 60 0 25.5-15.9 47.2-38.3 55.9l43 40.3 33.8-31c8.1-7.5 20.8-6.9 28.3 1.2s6.9 20.8-1.2 28.3l-31.6 29 31.7 29.7c8.1 7.6 8.5 20.2.9 28.3s-20.2 8.5-28.3.9l-33.9-31.8-34.9 32c-8.1 7.5-20.8 6.9-28.3-1.2s-6.9-20.8 1.2-28.3l32.6-29.9-64.8-60.8c-.9-.8-1.6-1.7-2.3-2.6h-20v44c0 11-9 20-20 20s-20-9-20-20V216c0-11 9-20 20-20zm72 80c11 0 20-9 20-20s-9-20-20-20h-52v40z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/file-shield.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-shield.svg new file mode 100644 index 0000000..0672c22 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-shield.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 64C0 28.7 28.7 0 64 0h160v128c0 17.7 14.3 32 32 32h128v47l-92.8 37.1c-21.3 8.5-35.2 29.1-35.2 52 0 56.6 18.9 148 94.2 208.3-9 4.8-19.3 7.6-30.2 7.6H64c-35.3 0-64-28.7-64-64zm384 64H256V0zm39.1 97.7c5.7-2.3 12.1-2.3 17.8 0l120 48c9.1 3.7 15.1 12.5 15.1 22.3 0 63.3-25.9 168.8-134.8 214.2-5.9 2.5-12.6 2.5-18.5 0C313.9 464.8 288 359.3 288 296c0-9.8 6-18.6 15.1-22.3zM527.4 312 432 273.8v187.8c68.2-33 91.5-99 95.4-149.7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/file-signature.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-signature.svg new file mode 100644 index 0000000..af58a0c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-signature.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 0C28.7 0 0 28.7 0 64v384c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64v-19.3c-2.7 1.1-5.4 2-8.2 2.7l-60.1 15c-3 .7-6 1.2-9 1.4-.9.1-1.8.2-2.7.2h-64c-6.1 0-11.6-3.4-14.3-8.8l-8.8-17.7c-1.7-3.4-5.1-5.5-8.8-5.5s-7.2 2.1-8.8 5.5l-8.8 17.7c-2.9 5.9-9.2 9.4-15.7 8.8s-12.1-5.1-13.9-11.3L144 381l-9.8 32.8c-6.1 20.3-24.8 34.2-46 34.2H80c-8.8 0-16-7.2-16-16s7.2-16 16-16h8.2c7.1 0 13.3-4.6 15.3-11.4l14.9-49.5c3.4-11.3 13.8-19.1 25.6-19.1s22.2 7.8 25.6 19.1l11.6 38.6c7.4-6.2 16.8-9.7 26.8-9.7 15.9 0 30.4 9 37.5 23.2l4.4 8.8h8.9c-3.1-8.8-3.7-18.4-1.4-27.8l15-60.1c2.8-11.3 8.6-21.5 16.8-29.7l94.8-94.8V160H256c-17.7 0-32-14.3-32-32V0zm192 0v128h128zm293.8 139.7c-15.6-15.6-40.9-15.6-56.6 0l-29.4 29.4 71 71 29.4-29.4c15.6-15.6 15.6-40.9 0-56.6zM311.9 321c-4.1 4.1-7 9.2-8.4 14.9l-15 60.1c-1.4 5.5.2 11.2 4.2 15.2s9.7 5.6 15.2 4.2l60.1-15c5.6-1.4 10.8-4.3 14.9-8.4l129.2-129.3-71-71z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/file-video.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-video.svg new file mode 100644 index 0000000..145fca6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-video.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 0C28.7 0 0 28.7 0 64v384c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0zm192 0v128h128zM64 288c0-17.7 14.3-32 32-32h96c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32zm236.9 109.9L256 368v-64l44.9-29.9c2-1.3 4.4-2.1 6.8-2.1 6.8 0 12.3 5.5 12.3 12.3v103.4c0 6.8-5.5 12.3-12.3 12.3-2.4 0-4.8-.7-6.8-2.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/file-waveform.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-waveform.svg new file mode 100644 index 0000000..acf68fa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-waveform.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 0C60.7 0 32 28.7 32 64v224h112c6.1 0 11.6 3.4 14.3 8.8l17.7 35.4 49.7-99.4c2.7-5.4 8.3-8.8 14.3-8.8s11.6 3.4 14.3 8.8l27.6 55.2H352c8.8 0 16 7.2 16 16s-7.2 16-16 16h-80c-6.1 0-11.6-3.4-14.3-8.8L240 275.8l-49.7 99.4c-2.7 5.4-8.3 8.8-14.3 8.8s-11.6-3.4-14.3-8.8L134.1 320H32v128c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V160H288c-17.7 0-32-14.3-32-32V0zm192 0v128h128z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/file-word.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-word.svg new file mode 100644 index 0000000..92c370d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-word.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 0C28.7 0 0 28.7 0 64v384c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0zm192 0v128h128zM111 257.1l26.8 89.2 31.6-90.3c3.4-9.6 12.5-16.1 22.7-16.1s19.3 6.4 22.7 16.1l31.6 90.3 26.6-89.2c3.8-12.7 17.2-19.9 29.9-16.1s19.9 17.2 16.1 29.9l-48 160c-3 10-12 16.9-22.4 17.1s-19.8-6.2-23.2-16.1L192 336.6l-33.3 95.3c-3.4 9.8-12.8 16.3-23.2 16.1s-19.5-7.1-22.4-17.1l-48-160c-3.8-12.7 3.4-26.1 16.1-29.9s26.1 3.4 29.9 16.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/file-zipper.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-zipper.svg new file mode 100644 index 0000000..43935c1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/file-zipper.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 0C28.7 0 0 28.7 0 64v384c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0zm192 0v128h128zM96 48c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16s-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16m0 64c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16s-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16m0 64c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16s-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16m-6.3 71.8c3.7-14 16.4-23.8 30.9-23.8h14.8c14.5 0 27.2 9.7 30.9 23.8l23.5 88.2c1.4 5.4 2.1 10.9 2.1 16.4 0 35.2-28.8 63.7-64 63.7s-64-28.5-64-63.7c0-5.5.7-11.1 2.1-16.4l23.5-88.2zM112 336c-8.8 0-16 7.2-16 16s7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/file.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/file.svg new file mode 100644 index 0000000..54a7e2c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/file.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 64C0 28.7 28.7 0 64 0h160v128c0 17.7 14.3 32 32 32h128v288c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm384 64H256V0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/fill-drip.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/fill-drip.svg new file mode 100644 index 0000000..5a28d20 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/fill-drip.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M41.4 9.4c12.5-12.5 32.7-12.5 45.2 0L168 90.7l53.1-53.1c28.1-28.1 73.7-28.1 101.8 0l151.4 151.5c28.1 28.1 28.1 73.7 0 101.8L283.9 481.4c-37.5 37.5-98.3 37.5-135.8 0L30.6 363.9c-37.5-37.5-37.5-98.3 0-135.8l92.1-92.1-81.3-81.4c-12.5-12.5-12.5-32.8 0-45.3zm176 221.3L168 181.3l-92.1 92.1c-4.2 4.2-7 9.3-8.4 14.6h319.2l42.3-42.3c3.1-3.1 3.1-8.2 0-11.3L277.7 82.9c-3.1-3.1-8.2-3.1-11.3 0L213.3 136l49.4 49.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0M512 512c-35.3 0-64-28.7-64-64 0-25.2 32.6-79.6 51.2-108.7 6-9.4 19.5-9.4 25.5 0C543.4 368.4 576 422.8 576 448c0 35.3-28.7 64-64 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/fill.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/fill.svg new file mode 100644 index 0000000..797bc2d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/fill.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M86.6 9.4C74.1-3.1 53.9-3.1 41.4 9.4s-12.5 32.8 0 45.3l81.3 81.3-92.1 92.1c-37.5 37.5-37.5 98.3 0 135.8l117.5 117.5c37.5 37.5 98.3 37.5 135.8 0l190.4-190.5c28.1-28.1 28.1-73.7 0-101.8L322.9 37.7c-28.1-28.1-73.7-28.1-101.8 0l-53.1 53zM168 181.3l49.4 49.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L213.3 136l53.1-53.1c3.1-3.1 8.2-3.1 11.3 0l151.4 151.4c3.1 3.1 3.1 8.2 0 11.3L386.7 288H67.5c1.4-5.4 4.2-10.4 8.4-14.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/film.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/film.svg new file mode 100644 index 0000000..88ef30a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/film.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 96c0-35.3 28.7-64 64-64h384c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm48 272v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16H64c-8.8 0-16 7.2-16 16m368-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM48 240v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16H64c-8.8 0-16 7.2-16 16m368-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM48 112v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16H64c-8.8 0-16 7.2-16 16m368-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm-256 32v64c0 17.7 14.3 32 32 32h128c17.7 0 32-14.3 32-32v-64c0-17.7-14.3-32-32-32H192c-17.7 0-32 14.3-32 32m32 160c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32h128c17.7 0 32-14.3 32-32v-64c0-17.7-14.3-32-32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/filter-circle-dollar.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/filter-circle-dollar.svg new file mode 100644 index 0000000..7ada7b1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/filter-circle-dollar.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M3.9 22.9C10.5 8.9 24.5 0 40 0h432c15.5 0 29.5 8.9 36.1 22.9s4.6 30.5-5.2 42.5L396.4 195.6C316.2 212.1 256 283 256 368c0 27.4 6.3 53.4 17.5 76.5-1.6-.8-3.2-1.8-4.7-2.9l-64-48c-8.1-6-12.8-15.5-12.8-25.6v-79.1L9 65.3C-.7 53.4-2.8 36.8 3.9 22.9M288 368a144 144 0 1 1 288 0 144 144 0 1 1-288 0m120.8-32.6c.6-.9 1.8-2.1 4.2-3.4 5.1-2.7 12.5-4.1 18.7-4 8.2.1 17.1 1.8 26.4 4.1 8.6 2.1 17.3-3.1 19.4-11.7s-3.1-17.3-11.7-19.4c-5.6-1.4-11.6-2.7-17.9-3.7v-9.4c0-8.8-7.2-16-16-16s-16 7.2-16 16v9.5c-6.1 1.2-12.3 3.2-18 6.3-11.8 6.3-23 18.4-21.8 37.2 1 16 11.7 25.3 21.6 30.7 8.8 4.7 19.7 7.8 28.6 10.3l1.8.5c10.3 2.9 17.9 5.2 23.2 8.3 4.5 2.7 4.7 4.2 4.7 5.6.1 2.4-.5 3.7-1 4.5-.6 1-1.8 2.2-4 3.3-4.7 2.5-11.8 3.8-18.5 3.6-9.5-.3-18.5-3.1-29.9-6.8-1.9-.6-3.8-1.2-5.8-1.8-8.4-2.6-17.4 2.1-20 10.5s2.1 17.4 10.5 20c1.6.5 3.3 1 5 1.6 7 2.3 15.1 4.8 23.7 6.6v11.4c0 8.8 7.2 16 16 16s16-7.2 16-16v-10.8c6.2-1.1 12.5-3.1 18.3-6.2 12.1-6.5 22.3-18.7 21.7-36.9-.5-16.2-10.3-26.3-20.5-32.3-9.4-5.6-21.2-8.9-30.5-11.5h-.2c-10.4-2.9-18.3-5.2-23.9-8.2-4.8-2.6-4.8-4-4.8-4.5v-.1c-.1-1.9.3-2.9.8-3.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/filter-circle-xmark.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/filter-circle-xmark.svg new file mode 100644 index 0000000..4c48e9e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/filter-circle-xmark.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M3.9 22.9C10.5 8.9 24.5 0 40 0h432c15.5 0 29.5 8.9 36.1 22.9s4.6 30.5-5.2 42.5L396.4 195.6C316.2 212.1 256 283 256 368c0 27.4 6.3 53.4 17.5 76.5-1.6-.8-3.2-1.8-4.7-2.9l-64-48c-8.1-6-12.8-15.5-12.8-25.6v-79.1L9 65.3C-.7 53.4-2.8 36.8 3.9 22.9M432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288m59.3 107.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L432 345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l36.7 36.7-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l36.7-36.7 36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L454.6 368z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/filter.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/filter.svg new file mode 100644 index 0000000..6d10179 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/filter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M3.9 54.9C10.5 40.9 24.5 32 40 32h432c15.5 0 29.5 8.9 36.1 22.9s4.6 30.5-5.2 42.5L320 320.9V448c0 12.1-6.8 23.2-17.7 28.6s-23.8 4.3-33.5-3l-64-48c-8.1-6-12.8-15.5-12.8-25.6v-79.1L9 97.3C-.7 85.4-2.8 68.8 3.9 54.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/fingerprint.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/fingerprint.svg new file mode 100644 index 0000000..e51fb31 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/fingerprint.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M48 256c0-114.9 93.1-208 208-208 63.1 0 119.6 28.1 157.8 72.5 8.6 10.1 23.8 11.2 33.8 2.6s11.2-23.8 2.6-33.8C403.3 34.6 333.7 0 256 0 114.6 0 0 114.6 0 256v40c0 13.3 10.7 24 24 24s24-10.7 24-24zm458.5-52.9c-2.7-13-15.5-21.3-28.4-18.5s-21.3 15.5-18.5 28.4c2.9 13.9 4.5 28.3 4.5 43.1v40c0 13.3 10.7 24 24 24s24-10.7 24-24v-40c0-18.1-1.9-35.8-5.5-52.9zM256 80c-19 0-37.4 3-54.5 8.6-15.2 5-18.7 23.7-8.3 35.9 7.1 8.3 18.8 10.8 29.4 7.9s21.8-4.4 33.4-4.4c70.7 0 128 57.3 128 128v24.9c0 25.2-1.5 50.3-4.4 75.3-1.7 14.6 9.4 27.8 24.2 27.8 11.8 0 21.9-8.6 23.3-20.3 3.3-27.4 5-55 5-82.7v-24.9c0-97.2-78.8-176-176-176zm-105.3 68.7c-9.1-10.6-25.3-11.4-33.9-.4C93.7 178 80 215.4 80 256v24.9c0 24.2-2.6 48.4-7.8 71.9-3.4 15.6 7.9 31.2 23.9 31.2 10.5 0 19.9-7 22.2-17.3 6.4-28.1 9.7-56.8 9.7-85.8V256c0-27.2 8.5-52.4 22.9-73.1 7.2-10.4 8-24.6-.2-34.2M256 160c-53 0-96 43-96 96v24.9c0 35.9-4.6 71.5-13.8 106.1-3.8 14.3 6.7 29 21.5 29 9.5 0 17.9-6.2 20.4-15.4 10.5-39 15.9-79.2 15.9-119.7V256c0-28.7 23.3-52 52-52s52 23.3 52 52v24.9c0 36.3-3.5 72.4-10.4 107.9-2.7 13.9 7.7 27.2 21.8 27.2 10.2 0 19-7 21-17 7.7-38.8 11.6-78.3 11.6-118.1V256c0-53-43-96-96-96m24 96c0-13.3-10.7-24-24-24s-24 10.7-24 24v24.9c0 59.9-11 119.3-32.5 175.2l-5.9 15.3c-4.8 12.4 1.4 26.3 13.8 31s26.3-1.4 31-13.8l5.9-15.3A536.2 536.2 0 0 0 280 280.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/fire-burner.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/fire-burner.svg new file mode 100644 index 0000000..1e5ce9d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/fire-burner.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M345.7 48.3 358 34.5c5.4-6.1 13.3-8.8 20.9-8.9 7.2 0 14.3 2.6 19.9 7.8 19.7 18.3 39.8 43.2 55 70.6 15.2 27.2 26.2 58.2 26.2 88.2 0 88.6-71.3 159.8-160 159.8-89.6 0-160-71.3-160-159.8 0-37.3 16-73.4 36.8-104.5 20.9-31.3 47.5-59 70.9-80.2 5.7-5.2 13-7.7 20.3-7.5 14.1.3 23.8 11.4 32.7 21.6 2 2.3 4 4.6 6 6.7l19 19.9zM384 240.2c0-36.5-37-73-54.8-88.4-5.4-4.7-13.1-4.7-18.5 0-17.7 15.3-54.7 51.8-54.7 88.4 0 35.3 28.7 64 64 64s64-28.7 64-64M32 288c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32s-14.3 32-32 32v64h448v-64c-17.7 0-32-14.3-32-32s14.3-32 32-32h32c17.7 0 32 14.3 32 32v96c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32v-64c0-17.7 14.3-32 32-32zm288 192a32 32 0 1 0 0-64 32 32 0 1 0 0 64m160-32a32 32 0 1 0-64 0 32 32 0 1 0 64 0m-288 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/fire-extinguisher.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/fire-extinguisher.svg new file mode 100644 index 0000000..1bfb143 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/fire-extinguisher.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M500.3 7.3c7.4 6 11.7 15.1 11.7 24.7v96c0 9.6-4.3 18.7-11.7 24.7s-17.2 8.5-26.6 6.6l-160-32c-12.2-2.4-21.7-11.6-24.7-23.3h-65v34.8c37.8 18 64 56.5 64 101.2v144H64V240c0-44.7 26.2-83.2 64-101.2V110c-36.2 11.1-66 36.9-82.3 70.5-5.8 11.9-20.2 16.9-32.1 11.1s-16.9-20.2-11.1-32.1C26.7 109.8 72.7 72.6 128 60.4V32c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32v24h65c3-11.7 12.5-20.9 24.7-23.4l160-32c9.4-1.9 19.1.6 26.6 6.6zM288 416v32c0 35.3-28.7 64-64 64h-96c-35.3 0-64-28.7-64-64v-32zM176 96a16 16 0 1 0 0-32 16 16 0 1 0 0 32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/fire-flame-curved.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/fire-flame-curved.svg new file mode 100644 index 0000000..082144f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/fire-flame-curved.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m153.6 29.9 16-21.3c4-5.4 10.4-8.6 17.1-8.6C198.4 0 208 9.6 208 21.3v22.2c0 13.1 5.4 25.7 14.9 34.7l84.7 80.8c48.8 46.6 76.4 111.2 76.4 178.7C384 434 306 512 209.7 512H192C86 512 0 426 0 320v-3.8c0-48.8 19.4-95.6 53.9-130.1l3.5-3.5c4.2-4.2 10-6.6 16-6.6 12.5 0 22.6 10.1 22.6 22.6V288c0 35.3 28.7 64 64 64s64-28.7 64-64v-3.9c0-18-7.2-35.3-19.9-48l-38.6-38.6c-24-24-37.5-56.7-37.5-90.7 0-27.7 9-54.8 25.6-76.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/fire-flame-simple.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/fire-flame-simple.svg new file mode 100644 index 0000000..9120e87 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/fire-flame-simple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m372.5 256.5-.7-1.9C337.8 160.8 282 76.5 209.1 8.5l-3.3-3C202.1 2 197.1 0 192 0s-10.1 2-13.8 5.5l-3.3 3C102 76.5 46.2 160.8 12.2 254.6l-.7 1.9C3.9 277.3 0 299.4 0 321.6 0 426.7 86.8 512 192 512s192-85.3 192-190.4c0-22.2-3.9-44.2-11.5-65.1M281.7 306a73.3 73.3 0 0 1 6.2 29.5c0 53-43 96.5-96 96.5s-96-43.5-96-96.5c0-10.1 2.1-20.3 6.2-29.5l1.9-4.3c15.8-35.4 37.9-67.7 65.3-95.1l8.9-8.9c3.6-3.6 8.5-5.6 13.6-5.6s10 2 13.6 5.6l8.9 8.9c27.4 27.4 49.6 59.7 65.3 95.1l1.9 4.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/fire.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/fire.svg new file mode 100644 index 0000000..e7c1e7b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/fire.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M159.3 5.4c7.8-7.3 19.9-7.2 27.7.1 27.6 25.9 53.5 53.8 77.7 84 11-14.4 23.5-30.1 37-42.9 7.9-7.4 20.1-7.4 28 .1 34.6 33 63.9 76.6 84.5 118 20.3 40.8 33.8 82.5 33.8 111.9C448 404.2 348.2 512 224 512 98.4 512 0 404.1 0 276.5c0-38.4 17.8-85.3 45.4-131.7C73.3 97.7 112.7 48.6 159.3 5.4M225.7 416c25.3 0 47.7-7 68.8-21 42.1-29.4 53.4-88.2 28.1-134.4-4.5-9-16-9.6-22.5-2l-25.2 29.3c-6.6 7.6-18.5 7.4-24.7-.5-16.5-21-46-58.5-62.8-79.8-6.3-8-18.3-8.1-24.7-.1-33.8 42.5-50.8 69.3-50.8 99.4.1 68.5 50.7 109.1 113.8 109.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/fish-fins.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/fish-fins.svg new file mode 100644 index 0000000..1734527 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/fish-fins.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M275.2 38.4c-10.6-8-25-8.5-36.3-1.5S222 57.3 224.6 70.3l9.7 48.6c-19.4 9-36.9 19.9-52.4 31.5-15.3 11.5-29 23.9-40.7 36.3l-93.1-54.3c-12.5-7.3-28.4-5.3-38.6 4.9s-12.5 26-5.3 38.6L50 256 4.2 336.1c-7.2 12.6-5 28.4 5.3 38.6s26.1 12.2 38.6 4.9l93.1-54.3c11.8 12.3 25.4 24.8 40.7 36.3 15.5 11.6 33 22.5 52.4 31.5l-9.7 48.6c-2.6 13 3.1 26.3 14.3 33.3s25.6 6.5 36.3-1.5l77.6-58.2c54.9-4 101.5-27 137.2-53.8 39.2-29.4 67.2-64.7 81.6-89.5 5.8-9.9 5.8-22.2 0-32.1-14.4-24.8-42.5-60.1-81.6-89.5-35.8-26.8-82.3-49.8-137.2-53.8zM384 256a32 32 0 1 1 64 0 32 32 0 1 1-64 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/fish.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/fish.svg new file mode 100644 index 0000000..d854441 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/fish.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M180.5 141.5C219.7 108.5 272.6 80 336 80s116.3 28.5 155.5 61.5c39.1 33 66.9 72.4 81 99.8 4.7 9.2 4.7 20.1 0 29.3-14.1 27.4-41.9 66.8-81 99.8C452.3 403.5 399.4 432 336 432s-116.3-28.5-155.5-61.5c-16.2-13.7-30.5-28.5-42.7-43.1l-89.7 52.2c-12.5 7.3-28.4 5.3-38.7-4.9s-12.4-26-5.2-38.6L50 256 4.2 175.9c-7.2-12.6-5-28.4 5.3-38.6s26.1-12.2 38.7-4.9l89.7 52.3c12.2-14.6 26.5-29.4 42.7-43.1zM448 256a32 32 0 1 0-64 0 32 32 0 1 0 64 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/flag-checkered.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/flag-checkered.svg new file mode 100644 index 0000000..6a15b17 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/flag-checkered.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 0c17.7 0 32 14.3 32 32v16l69-17.2c38.1-9.5 78.3-5.1 113.5 12.5 46.3 23.2 100.8 23.2 147.1 0l9.6-4.8c20.6-10.4 44.8 4.6 44.8 27.6v279.7c0 13.3-8.3 25.3-20.8 30l-34.7 13c-46.2 17.3-97.6 14.6-141.7-7.4-37.9-19-81.3-23.7-122.5-13.4L64 384v96c0 17.7-14.3 32-32 32S0 497.7 0 480V32C0 14.3 14.3 0 32 0m32 187.1 64-13.9v65.5l-64 13.9V318l48.8-12.2c5.1-1.3 10.1-2.4 15.2-3.3v-63.9l38.9-8.4c8.3-1.8 16.7-2.5 25.1-2.1v-64c13.6.4 27.2 2.6 40.4 6.4l23.6 6.9v66.7l-41.7-12.3c-7.3-2.1-14.8-3.4-22.3-3.8v71.4c21.8 1.9 43.3 6.7 64 14.4V244l22.7 6.7c13.5 4 27.3 6.4 41.3 7.4v-64.2c-7.8-.8-15.6-2.3-23.2-4.5l-40.8-12v-62c-13-3.8-25.8-8.8-38.2-15-8.2-4.1-16.9-7-25.8-8.8V164c-13-.4-26 .8-38.7 3.6l-25.3 5.6V98l-64 16zm256 148.6c16.8 1.5 33.9-.7 50-6.8l14-5.2V252l-7.9 1.8c-18.4 4.3-37.3 5.7-56.1 4.5zm64-149.4v-70.8c-20.9 6.1-42.4 9.1-64 9.1V194c13.9 1.4 28 .5 41.7-2.6l22.3-5.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/flag-usa.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/flag-usa.svg new file mode 100644 index 0000000..3e42f28 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/flag-usa.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 0c17.7 0 32 14.3 32 32v16l69-17.2c38.1-9.5 78.3-5.1 113.5 12.5 46.3 23.2 100.8 23.2 147.1 0l9.6-4.8c20.6-10.4 44.8 4.6 44.8 27.6v36.1l-44.7 16.2c-42.8 15.6-90 13.9-131.6-4.6l-16.1-7.2c-20.3-9-41.8-14.7-63.6-16.9v32.2c17.4 2.1 34.4 6.7 50.6 13.9l16.1 7.2c49.2 21.9 105 23.8 155.6 5.4l33.7-12.1v62l-44.7 16.2c-42.8 15.6-90 13.9-131.6-4.6l-16.1-7.2c-40.2-17.9-85-22.5-128.1-13.3L64 203.1v32.7l70.2-15.1c36.4-7.8 74.3-3.9 108.4 11.3l16.1 7.2c49.2 21.9 105 23.8 155.6 5.4l33.7-12.3v62l-44.7 16.2c-42.8 15.6-90 13.9-131.6-4.6l-16.1-7.2c-40.2-17.9-85-22.5-128.1-13.3L64 299.1v32.7l70.2-15.1c36.4-7.8 74.3-3.9 108.4 11.3l16.1 7.2c49.2 21.9 105 23.8 155.6 5.4l33.7-12.3v33.5c0 13.3-8.3 25.3-20.8 30l-34.7 13c-46.2 17.3-97.6 14.6-141.7-7.4-37.9-19-81.3-23.7-122.5-13.4L64 400v80c0 17.7-14.3 32-32 32S0 497.7 0 480V32C0 14.3 14.3 0 32 0m80 96a16 16 0 1 0-32 0 16 16 0 1 0 32 0m32 0a16 16 0 1 0 0-32 16 16 0 1 0 0 32m-32 48a16 16 0 1 0-32 0 16 16 0 1 0 32 0m32 0a16 16 0 1 0 0-32 16 16 0 1 0 0 32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/flag.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/flag.svg new file mode 100644 index 0000000..ebee7ff --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/flag.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32C64 14.3 49.7 0 32 0S0 14.3 0 32v448c0 17.7 14.3 32 32 32s32-14.3 32-32V352l64.3-16.1c41.1-10.3 84.6-5.5 122.5 13.4 44.2 22.1 95.5 24.8 141.7 7.4l34.7-13c12.5-4.7 20.8-16.6 20.8-30V66c0-23-24.2-38-44.8-27.7l-9.6 4.8c-46.3 23.2-100.8 23.2-147.1 0-35.1-17.6-75.4-22-113.5-12.5L64 48z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/flask-vial.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/flask-vial.svg new file mode 100644 index 0000000..ee7fdd3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/flask-vial.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M175 389.4c-9.8 16-15 34.3-15 53.1-10 3.5-20.8 5.5-32 5.5-53 0-96-43-96-96V64C14.3 64 0 49.7 0 32S14.3 0 32 0h192c17.7 0 32 14.3 32 32s-14.3 32-32 32v245.9l-49 79.6zM96 64v96h64V64zM352 0h160c17.7 0 32 14.3 32 32s-14.3 32-32 32v150.9l117.7 191.3a69.54 69.54 0 0 1 10.3 36.4c0 38.3-31.1 69.4-69.4 69.4H261.4c-38.3 0-69.4-31.1-69.4-69.4 0-12.8 3.6-25.4 10.3-36.4L320 214.9V64c-17.7 0-32-14.3-32-32s14.3-32 32-32zm32 64v160c0 5.9-1.6 11.7-4.7 16.8L330.5 320h171l-48.8-79.2c-3.1-5-4.7-10.8-4.7-16.8V64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/flask.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/flask.svg new file mode 100644 index 0000000..fe706a5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/flask.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M288 0H128c-17.7 0-32 14.3-32 32s14.3 32 32 32v132.8c0 11.8-3.3 23.5-9.5 33.5L10.3 406.2C3.6 417.2 0 429.7 0 442.6 0 480.9 31.1 512 69.4 512h309.2c38.3 0 69.4-31.1 69.4-69.4 0-12.8-3.6-25.4-10.3-36.4L329.5 230.4c-6.2-10.1-9.5-21.7-9.5-33.5V64c17.7 0 32-14.3 32-32S337.7 0 320 0zm-96 196.8V64h64v132.8c0 23.7 6.6 46.9 19 67.1l34.5 56.1h-171l34.5-56.1c12.4-20.2 19-43.4 19-67.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/floppy-disk.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/floppy-disk.svg new file mode 100644 index 0000000..4239ded --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/floppy-disk.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V173.3c0-17-6.7-33.3-18.7-45.3L352 50.7c-12-12-28.3-18.7-45.3-18.7zm0 96c0-17.7 14.3-32 32-32h192c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32zm160 160a64 64 0 1 1 0 128 64 64 0 1 1 0-128"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/florin-sign.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/florin-sign.svg new file mode 100644 index 0000000..fa45398 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/florin-sign.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M314.7 32c-38.8 0-73.7 23.3-88.6 59.1L170.7 224H64c-17.7 0-32 14.3-32 32s14.3 32 32 32h80L98.9 396.3c-5 11.9-16.6 19.7-29.5 19.7H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h37.3c38.8 0 73.7-23.3 88.6-59.1L213.3 288H320c17.7 0 32-14.3 32-32s-14.3-32-32-32h-80l45.1-108.3c5-11.9 16.6-19.7 29.5-19.7H352c17.7 0 32-14.3 32-32s-14.3-32-32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/folder-closed.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/folder-closed.svg new file mode 100644 index 0000000..78bedbf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/folder-closed.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M448 480H64c-35.3 0-64-28.7-64-64V192h512v224c0 35.3-28.7 64-64 64m64-320H0V96c0-35.3 28.7-64 64-64h128c20.1 0 39.1 9.5 51.2 25.6l19.2 25.6c6 8.1 15.5 12.8 25.6 12.8h160c35.3 0 64 28.7 64 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/folder-minus.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/folder-minus.svg new file mode 100644 index 0000000..e27543c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/folder-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M448 480H64c-35.3 0-64-28.7-64-64V96c0-35.3 28.7-64 64-64h128c20.1 0 39.1 9.5 51.2 25.6l19.2 25.6c6 8.1 15.5 12.8 25.6 12.8h160c35.3 0 64 28.7 64 64v256c0 35.3-28.7 64-64 64M184 272c-13.3 0-24 10.7-24 24s10.7 24 24 24h144c13.3 0 24-10.7 24-24s-10.7-24-24-24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/folder-open.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/folder-open.svg new file mode 100644 index 0000000..09ba6bc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/folder-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M88.7 223.8 0 375.8V96c0-35.3 28.7-64 64-64h117.5c17 0 33.3 6.7 45.3 18.7l26.5 26.5c12 12 28.3 18.7 45.3 18.7L416 96c35.3 0 64 28.7 64 64v32H144c-22.8 0-43.8 12.1-55.3 31.8m27.6 16.1c5.8-9.9 16.3-15.9 27.7-15.9h400c11.5 0 22 6.1 27.7 16.1s5.7 22.2-.1 32.1l-112 192C453.9 474 443.4 480 432 480H32c-11.5 0-22-6.1-27.7-16.1s-5.7-22.2.1-32.1l112-192z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/folder-plus.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/folder-plus.svg new file mode 100644 index 0000000..8515f98 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/folder-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M512 416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96c0-35.3 28.7-64 64-64h128c20.1 0 39.1 9.5 51.2 25.6l19.2 25.6c6 8.1 15.5 12.8 25.6 12.8h160c35.3 0 64 28.7 64 64zm-280-40c0 13.3 10.7 24 24 24s24-10.7 24-24v-64h64c13.3 0 24-10.7 24-24s-10.7-24-24-24h-64v-64c0-13.3-10.7-24-24-24s-24 10.7-24 24v64h-64c-13.3 0-24 10.7-24 24s10.7 24 24 24h64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/folder-tree.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/folder-tree.svg new file mode 100644 index 0000000..76f37c3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/folder-tree.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32C64 14.3 49.7 0 32 0S0 14.3 0 32v352c0 35.3 28.7 64 64 64h192v-64H64V160h192V96H64zm224 160c0 17.7 14.3 32 32 32h224c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32h-98.7c-8.5 0-16.6-3.4-22.6-9.4L409.4 9.4c-6-6-14.1-9.4-22.6-9.4H320c-17.7 0-32 14.3-32 32zm0 288c0 17.7 14.3 32 32 32h224c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32h-98.7c-8.5 0-16.6-3.4-22.6-9.4l-13.3-13.3c-6-6-14.1-9.4-22.6-9.4l-66.8.1c-17.7 0-32 14.3-32 32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/folder.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/folder.svg new file mode 100644 index 0000000..1ce643d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/folder.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 480h384c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64H288c-10.1 0-19.6-4.7-25.6-12.8l-19.2-25.6C231.1 41.5 212.1 32 192 32H64C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/font-awesome.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/font-awesome.svg new file mode 100644 index 0000000..dd106e2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/font-awesome.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M91.7 96c14.6-9.2 24.3-25.5 24.3-44 0-28.7-23.3-52-52-52S12 23.3 12 52c0 16.7 7.8 31.5 20 41v419h64v-64h373.6c14.6 0 26.4-11.8 26.4-26.4 0-3.7-.8-7.3-2.3-10.7L432 272l61.7-138.9c1.5-3.4 2.3-7 2.3-10.7 0-14.6-11.8-26.4-26.4-26.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/font.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/font.svg new file mode 100644 index 0000000..9abcac0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/font.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M254 52.8C249.3 40.3 237.3 32 224 32s-25.3 8.3-30 20.8L57.8 416H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32h-1.8l18-48h159.6l18 48H320c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32h-25.8zM279.8 304H168.2L224 155.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/football.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/football.svg new file mode 100644 index 0000000..ee3c6a9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/football.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M247.5 25.4c-13.5 3.3-26.4 7.2-38.6 11.7-66 24.5-112.2 66.5-142.9 116.5-18.2 29.8-30.9 62.3-39.1 95.4l237.6 237.6c13.5-3.3 26.4-7.2 38.6-11.7 66-24.5 112.2-66.5 142.9-116.5 18.3-29.8 30.9-62.3 39.1-95.3zm247.7 179.9c6.1-56.8 1.4-112.2-7.7-156.4-2.7-12.9-13-22.9-26.1-25.1-58.2-9.7-109.9-12-155.6-7.9zM206.1 496 16.8 306.7c-6.1 56.8-1.4 112.2 7.7 156.4 2.7 12.9 13 22.9 26.1 25.1 58.2 9.7 109.9 12 155.6 7.9zm54.6-331.3c6.2-6.2 16.4-6.2 22.6 0l64 64c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-64-64c-6.2-6.2-6.2-16.4 0-22.6m-48 48c6.2-6.2 16.4-6.2 22.6 0l64 64c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-64-64c-6.2-6.2-6.2-16.4 0-22.6m-48 48c6.2-6.2 16.4-6.2 22.6 0l64 64c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-64-64c-6.2-6.2-6.2-16.4 0-22.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/forward-fast.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/forward-fast.svg new file mode 100644 index 0000000..f9c64de --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/forward-fast.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M18.4 445c11.2 5.3 24.5 3.6 34.1-4.4L224 297.7V416c0 12.4 7.2 23.7 18.4 29s24.5 3.6 34.1-4.4L448 297.7V416c0 17.7 14.3 32 32 32s32-14.3 32-32V96c0-17.7-14.3-32-32-32s-32 14.3-32 32v118.3L276.5 71.4c-9.5-7.9-22.8-9.7-34.1-4.4S224 83.6 224 96v118.3L52.5 71.4C43 63.5 29.7 61.7 18.4 67S0 83.6 0 96v320c0 12.4 7.2 23.7 18.4 29"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/forward-step.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/forward-step.svg new file mode 100644 index 0000000..a1f30bd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/forward-step.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M52.5 440.6c-9.5 7.9-22.8 9.7-34.1 4.4S0 428.4 0 416V96c0-12.4 7.2-23.7 18.4-29s24.5-3.6 34.1 4.4l192 160L256 241V96c0-17.7 14.3-32 32-32s32 14.3 32 32v320c0 17.7-14.3 32-32 32s-32-14.3-32-32V271l-11.5 9.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/forward.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/forward.svg new file mode 100644 index 0000000..bbebe21 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/forward.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M52.5 440.6c-9.5 7.9-22.8 9.7-34.1 4.4S0 428.4 0 416V96c0-12.4 7.2-23.7 18.4-29s24.5-3.6 34.1 4.4L224 214.3v83.4zM256 352V96c0-12.4 7.2-23.7 18.4-29s24.5-3.6 34.1 4.4l192 160c7.3 6.1 11.5 15.1 11.5 24.6s-4.2 18.5-11.5 24.6l-192 160c-9.5 7.9-22.8 9.7-34.1 4.4S256 428.4 256 416z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/franc-sign.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/franc-sign.svg new file mode 100644 index 0000000..81805ad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/franc-sign.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M80 32c-17.7 0-32 14.3-32 32v256H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h16v64c0 17.7 14.3 32 32 32s32-14.3 32-32v-64h80c17.7 0 32-14.3 32-32s-14.3-32-32-32h-80v-64h144c17.7 0 32-14.3 32-32s-14.3-32-32-32H112V96h176c17.7 0 32-14.3 32-32s-14.3-32-32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/frog.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/frog.svg new file mode 100644 index 0000000..912c26e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/frog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M368 32c41.7 0 75.9 31.8 79.7 72.5l85.6 26.3c25.4 7.8 42.8 31.3 42.8 57.9 0 21.8-11.7 41.9-30.7 52.7l-144.6 82.1 92.5 92.5H544c17.7 0 32 14.3 32 32s-14.3 32-32 32h-64c-8.5 0-16.6-3.4-22.6-9.4L346.9 360.2c11.7-36 3.2-77.1-25.4-105.7-40.6-40.6-106.3-40.6-146.9-.1l-73.6 70c-6.4 6.1-6.7 16.2-.6 22.6s16.2 6.6 22.6.6l73.8-70.2.1-.1.1-.1c3.5-3.5 7.3-6.6 11.3-9.2 27.9-18.5 65.9-15.4 90.5 9.2 24.7 24.7 27.7 62.9 9 90.9-2.6 3.8-5.6 7.5-9 10.9l-37 37H352c17.7 0 32 14.3 32 32s-14.3 32-32 32H64c-35.3 0-64-28.7-64-64C0 249.6 127 112.9 289.3 97.5 296.2 60.2 328.8 32 368 32m0 104a24 24 0 1 0 0-48 24 24 0 1 0 0 48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/futbol.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/futbol.svg new file mode 100644 index 0000000..8f8e52e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/futbol.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m417.3 360.1-71.6-4.8c-5.2-.3-10.3 1.1-14.5 4.2s-7.2 7.4-8.4 12.5l-17.6 69.6c-15.7 4.2-32.2 6.4-49.2 6.4s-33.5-2.2-49.2-6.4L189.2 372c-1.3-5-4.3-9.4-8.4-12.5s-9.3-4.5-14.5-4.2l-71.6 4.8c-17.6-27.2-28.5-59.2-30.4-93.6l60.7-38.2c4.4-2.8 7.6-7 9.2-11.9s1.4-10.2-.5-15L107 134.8c21-25.6 48.3-45.8 79.7-57.9l55.2 46c4 3.3 9 5.1 14.1 5.1s10.2-1.8 14.1-5.1l55.2-46c31.3 12.1 58.7 32.3 79.6 57.9l-26.7 66.6c-1.9 4.8-2.1 10.1-.5 15s4.9 9.1 9.2 11.9l60.7 38.2c-1.9 34.4-12.8 66.4-30.4 93.6zM256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m14.1-325.7c-8.4-6.1-19.8-6.1-28.2 0L194 221c-8.4 6.1-11.9 16.9-8.7 26.8l18.3 56.3c3.2 9.9 12.4 16.6 22.8 16.6h59.2c10.4 0 19.6-6.7 22.8-16.6l18.3-56.3c3.2-9.9-.3-20.7-8.7-26.8l-47.9-34.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/g.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/g.svg new file mode 100644 index 0000000..5f4b5c9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/g.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M224 96c-88.4 0-160 71.6-160 160s71.6 160 160 160c77.4 0 142-55 156.8-128H256c-17.7 0-32-14.3-32-32s14.3-32 32-32h144c25.8 0 49.6 21.4 47.2 50.6C437.8 389.6 341.4 480 224 480 100.3 480 0 379.7 0 256S100.3 32 224 32c57.4 0 109.7 21.6 149.3 57 13.2 11.8 14.3 32 2.5 45.2s-32 14.3-45.2 2.5C302.3 111.4 265 96 224 96"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/gamepad.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/gamepad.svg new file mode 100644 index 0000000..78c84e0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/gamepad.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M192 64C86 64 0 150 0 256s86 192 192 192h256c106 0 192-86 192-192S554 64 448 64zm304 104a40 40 0 1 1 0 80 40 40 0 1 1 0-80M392 304a40 40 0 1 1 80 0 40 40 0 1 1-80 0M168 200c0-13.3 10.7-24 24-24s24 10.7 24 24v32h32c13.3 0 24 10.7 24 24s-10.7 24-24 24h-32v32c0 13.3-10.7 24-24 24s-24-10.7-24-24v-32h-32c-13.3 0-24-10.7-24-24s10.7-24 24-24h32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/gas-pump.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/gas-pump.svg new file mode 100644 index 0000000..bea9256 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/gas-pump.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 64C32 28.7 60.7 0 96 0h160c35.3 0 64 28.7 64 64v192h8c48.6 0 88 39.4 88 88v32c0 13.3 10.7 24 24 24s24-10.7 24-24V222c-27.6-7.1-48-32.2-48-62V96l-32-32c-8.8-8.8-8.8-23.2 0-32s23.2-8.8 32 0l77.3 77.3c12 12 18.7 28.3 18.7 45.3v221.5c0 39.8-32.2 72-72 72s-72-32.2-72-72v-32c0-22.1-17.9-40-40-40h-8v144c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 512c-17.7 0-32-14.3-32-32s14.3-32 32-32zm64 16v96c0 8.8 7.2 16 16 16h128c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16H112c-8.8 0-16 7.2-16 16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/gauge-high.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/gauge-high.svg new file mode 100644 index 0000000..33b7fba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/gauge-high.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0M288 96a32 32 0 1 0-64 0 32 32 0 1 0 64 0m-32 320c35.3 0 64-28.7 64-64 0-17.4-6.9-33.1-18.1-44.6L366 161.7c5.3-12.1-.2-26.3-12.3-31.6s-26.3.2-31.6 12.3L257.9 288H256c-35.3 0-64 28.7-64 64s28.7 64 64 64m-80-272a32 32 0 1 0-64 0 32 32 0 1 0 64 0M96 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64m352-32a32 32 0 1 0-64 0 32 32 0 1 0 64 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/gauge-simple-high.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/gauge-simple-high.svg new file mode 100644 index 0000000..9686a39 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/gauge-simple-high.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m320 96c0-15.9-5.8-30.4-15.3-41.6L381.3 163c6.1-11.8 1.5-26.3-10.2-32.4s-26.2-1.5-32.4 10.2l-76.6 147.5c-2-.2-4-.3-6.1-.3-35.3 0-64 28.7-64 64s28.7 64 64 64 64-28.7 64-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/gauge-simple.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/gauge-simple.svg new file mode 100644 index 0000000..255a3c3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/gauge-simple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m320 96c0-26.9-16.5-49.9-40-59.3V88c0-13.3-10.7-24-24-24s-24 10.7-24 24v204.7c-23.5 9.5-40 32.5-40 59.3 0 35.3 28.7 64 64 64s64-28.7 64-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/gauge.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/gauge.svg new file mode 100644 index 0000000..b1f2600 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/gauge.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m320 96c0-26.9-16.5-49.9-40-59.3V88c0-13.3-10.7-24-24-24s-24 10.7-24 24v204.7c-23.5 9.5-40 32.5-40 59.3 0 35.3 28.7 64 64 64s64-28.7 64-64M144 176a32 32 0 1 0 0-64 32 32 0 1 0 0 64m-16 80a32 32 0 1 0-64 0 32 32 0 1 0 64 0m288 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64m-16-144a32 32 0 1 0-64 0 32 32 0 1 0 64 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/gavel.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/gavel.svg new file mode 100644 index 0000000..b3af146 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/gavel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M318.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-120 120c-12.5 12.5-12.5 32.8 0 45.3l16 16c12.5 12.5 32.8 12.5 45.3 0l4-4 106.8 106.7-4 4c-12.5 12.5-12.5 32.8 0 45.3l16 16c12.5 12.5 32.8 12.5 45.3 0l120-120c12.5-12.5 12.5-32.8 0-45.3l-16-16c-12.5-12.5-32.8-12.5-45.3 0l-4 4L330.6 74.6l4-4c12.5-12.5 12.5-32.8 0-45.3l-16-16zm-152 288c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3l48 48c12.5 12.5 32.8 12.5 45.3 0l112-112c12.5-12.5 12.5-32.8 0-45.3l-1.4-1.4 58.8-58.7-45.3-45.3-58.7 58.7-1.4-1.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/gear.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/gear.svg new file mode 100644 index 0000000..c31793d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/gear.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M495.9 166.6c3.2 8.7.5 18.4-6.4 24.6l-43.3 39.4c1.1 8.3 1.7 16.8 1.7 25.4s-.6 17.1-1.7 25.4l43.3 39.4c6.9 6.2 9.6 15.9 6.4 24.6-4.4 11.9-9.7 23.3-15.8 34.3l-4.7 8.1c-6.6 11-14 21.4-22.1 31.2-5.9 7.2-15.7 9.6-24.5 6.8l-55.7-17.7c-13.4 10.3-28.2 18.9-44 25.4l-12.5 57.1c-2 9.1-9 16.3-18.2 17.8-13.8 2.3-28 3.5-42.5 3.5s-28.7-1.2-42.5-3.5c-9.2-1.5-16.2-8.7-18.2-17.8l-12.5-57.1c-15.8-6.5-30.6-15.1-44-25.4l-55.6 17.8c-8.8 2.8-18.6.3-24.5-6.8-8.1-9.8-15.5-20.2-22.1-31.2l-4.7-8.1c-6.1-11-11.4-22.4-15.8-34.3-3.2-8.7-.5-18.4 6.4-24.6l43.3-39.4c-1.1-8.4-1.7-16.9-1.7-25.5s.6-17.1 1.7-25.4l-43.3-39.4c-6.9-6.2-9.6-15.9-6.4-24.6 4.4-11.9 9.7-23.3 15.8-34.3l4.7-8.1c6.6-11 14-21.4 22.1-31.2 5.9-7.2 15.7-9.6 24.5-6.8l55.7 17.7c13.4-10.3 28.2-18.9 44-25.4l12.5-57.1c2-9.1 9-16.3 18.2-17.8C227.3 1.2 241.5 0 256 0s28.7 1.2 42.5 3.5c9.2 1.5 16.2 8.7 18.2 17.8l12.5 57.1c15.8 6.5 30.6 15.1 44 25.4l55.7-17.7c8.8-2.8 18.6-.3 24.5 6.8 8.1 9.8 15.5 20.2 22.1 31.2l4.7 8.1c6.1 11 11.4 22.4 15.8 34.3zM256 336a80 80 0 1 0 0-160 80 80 0 1 0 0 160"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/gears.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/gears.svg new file mode 100644 index 0000000..3d8397d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/gears.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M308.5 135.3c7.1-6.3 9.9-16.2 6.2-25-2.3-5.3-4.8-10.5-7.6-15.5l-3.1-5.4c-3-5-6.3-9.9-9.8-14.6-5.7-7.6-15.7-10.1-24.7-7.1L241.3 77c-10.7-8.8-23-16-36.2-20.9l-6.1-29c-1.9-9.3-9.1-16.7-18.5-17.8-6.6-.9-13.3-1.3-20.1-1.3h-.7q-10.2 0-20.1 1.2c-9.4 1.1-16.6 8.6-18.5 17.8L115 56.1c-13.3 5-25.5 12.1-36.2 20.9l-28.3-9.2c-9-3-19-.5-24.7 7.1-3.5 4.7-6.8 9.6-9.9 14.6l-3 5.3c-2.8 5-5.3 10.2-7.6 15.6-3.7 8.7-.9 18.6 6.2 25l22.2 19.8c-1.1 6.7-1.7 13.7-1.7 20.8s.6 14.1 1.7 20.9l-22.2 19.8c-7.1 6.3-9.9 16.2-6.2 25 2.3 5.3 4.8 10.5 7.6 15.6l3 5.2c3 5.1 6.3 9.9 9.9 14.6 5.7 7.6 15.7 10.1 24.7 7.1l28.2-9.3c10.7 8.8 23 16 36.2 20.9l6.1 29.1c1.9 9.3 9.1 16.7 18.5 17.8q10.05 1.2 20.4 1.2c10.35 0 13.7-.4 20.4-1.2 9.4-1.1 16.6-8.6 18.5-17.8l6.1-29.1c13.3-5 25.5-12.1 36.2-20.9l28.2 9.3c9 3 19 .5 24.7-7.1 3.5-4.7 6.8-9.5 9.8-14.6l3.1-5.4c2.8-5 5.3-10.2 7.6-15.5 3.7-8.7.9-18.6-6.2-25l-22.2-19.8c1.1-6.8 1.7-13.8 1.7-20.9s-.6-14.1-1.7-20.9l22.2-19.8zM112 176a48 48 0 1 1 96 0 48 48 0 1 1-96 0m392.7 324.5c6.3 7.1 16.2 9.9 25 6.2 5.3-2.3 10.5-4.8 15.5-7.6l5.4-3.1c5-3 9.9-6.3 14.6-9.8 7.6-5.7 10.1-15.7 7.1-24.7l-9.3-28.2c8.8-10.7 16-23 20.9-36.2L613 391c9.3-1.9 16.7-9.1 17.8-18.5q1.2-10.05 1.2-20.4c0-10.35-.4-13.7-1.2-20.4-1.1-9.4-8.6-16.6-17.8-18.5l-29.1-6.2c-5-13.3-12.1-25.5-20.9-36.2l9.3-28.2c3-9 .5-19-7.1-24.7-4.7-3.5-9.6-6.8-14.6-9.9l-5.3-3c-5-2.8-10.2-5.3-15.6-7.6-8.7-3.7-18.6-.9-25 6.2l-19.8 22.2c-6.8-1.1-13.8-1.7-20.9-1.7s-14.1.6-20.9 1.7l-19.8-22.2c-6.3-7.1-16.2-9.9-25-6.2-5.3 2.3-10.5 4.8-15.6 7.6l-5.2 3c-5.1 3-9.9 6.3-14.6 9.9-7.6 5.7-10.1 15.7-7.1 24.7l9.3 28.2c-8.8 10.7-16 23-20.9 36.2l-29.1 6c-9.3 1.9-16.7 9.1-17.8 18.5q-1.2 10.05-1.2 20.4c0 10.35.4 13.7 1.2 20.4 1.1 9.4 8.6 16.6 17.8 18.5l29.1 6.1c5 13.3 12.1 25.5 20.9 36.2l-9.3 28.2c-3 9-.5 19 7.1 24.7 4.7 3.5 9.5 6.8 14.6 9.8l5.4 3.1c5 2.8 10.2 5.3 15.5 7.6 8.7 3.7 18.6.9 25-6.2l19.8-22.2c6.8 1.1 13.8 1.7 20.9 1.7s14.1-.6 20.9-1.7l19.8 22.2zM464 304a48 48 0 1 1 0 96 48 48 0 1 1 0-96"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/gem.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/gem.svg new file mode 100644 index 0000000..2aadd4a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/gem.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M116.7 33.8c4.5-6.1 11.7-9.8 19.3-9.8h240c7.6 0 14.8 3.6 19.3 9.8l112 152c6.8 9.2 6.1 21.9-1.5 30.4l-232 256c-4.5 5-11 7.9-17.8 7.9s-13.2-2.9-17.8-7.9l-232-256c-7.7-8.5-8.3-21.2-1.5-30.4zm38.5 39.8c-3.3 2.5-4.2 7-2.1 10.5l57.4 95.6L63.3 192c-4.1.3-7.3 3.8-7.3 8s3.2 7.6 7.3 8l192 16h1.3l192-16c4.1-.3 7.3-3.8 7.3-8s-3.2-7.6-7.3-8l-147.1-12.2 57.4-95.6c2.1-3.5 1.2-8.1-2.1-10.5s-7.9-2-10.7 1L256 172.2l-90.1-97.6c-2.8-3-7.4-3.4-10.7-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/genderless.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/genderless.svg new file mode 100644 index 0000000..0a3486b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/genderless.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M192 144a112 112 0 1 1 0 224 112 112 0 1 1 0-224m0 288a176 176 0 1 0 0-352 176 176 0 1 0 0 352"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/ghost.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/ghost.svg new file mode 100644 index 0000000..289cfc9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/ghost.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m40.1 467.1-11.2 9c-3.2 2.5-7.1 3.9-11.1 3.9C8 480 0 472 0 462.2V192C0 86 86 0 192 0s192 86 192 192v270.2c0 9.8-8 17.8-17.8 17.8-4 0-7.9-1.4-11.1-3.9l-11.2-9c-13.4-10.7-32.8-9-44.1 3.9l-30.5 35c-3.3 3.8-8.2 6-13.3 6s-9.9-2.2-13.3-6l-26.6-30.5c-12.7-14.6-35.4-14.6-48.2 0L141.3 506c-3.3 3.8-8.2 6-13.3 6s-9.9-2.2-13.3-6l-30.5-35c-11.3-12.9-30.7-14.6-44.1-3.9M160 192a32 32 0 1 0-64 0 32 32 0 1 0 64 0m96 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/gift.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/gift.svg new file mode 100644 index 0000000..20620f4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/gift.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m190.5 68.8 34.8 59.2H152c-22.1 0-40-17.9-40-40s17.9-40 40-40h2.2c14.9 0 28.8 7.9 36.3 20.8M64 88c0 14.4 3.5 28 9.6 40H32c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32h448c17.7 0 32-14.3 32-32v-64c0-17.7-14.3-32-32-32h-41.6c6.1-12 9.6-25.6 9.6-40 0-48.6-39.4-88-88-88h-2.2c-31.9 0-61.5 16.9-77.7 44.4L256 85.5l-24.1-41C215.7 16.9 186.1 0 154.2 0H152c-48.6 0-88 39.4-88 88m336 0c0 22.1-17.9 40-40 40h-73.3l34.8-59.2c7.6-12.9 21.4-20.8 36.3-20.8h2.2c22.1 0 40 17.9 40 40M32 288v176c0 26.5 21.5 48 48 48h144V288zm256 224h144c26.5 0 48-21.5 48-48V288H288z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/gifts.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/gifts.svg new file mode 100644 index 0000000..4afde69 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/gifts.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M200.6 32C205 19.5 198.5 5.8 186 1.4S159.8 3.5 155.4 16l-10.7 30.2-9.9-29.8C130.6 3.8 117-3 104.4 1.2S85 19 89.2 31.6l8.3 25-27.4-20c-10.7-7.8-25.7-5.4-33.5 5.3s-5.4 25.7 5.3 33.5L70.2 96H48c-26.5 0-48 21.5-48 48v320c0 26.5 21.5 48 48 48h152.6c-5.4-9.4-8.6-20.3-8.6-32V256c0-29.9 20.5-55 48.2-62 1.8-31 17.1-58.2 40.1-76.1C271.7 104.7 256.9 96 240 96h-22.2l28.3-20.6c10.7-7.8 13.1-22.8 5.3-33.5s-22.8-13.1-33.5-5.3l-25.4 18.5zm162.9 153.5 29.6 38.5H344c-13.3 0-24-10.7-24-24 0-13.1 10.8-24 24.2-24 7.6 0 14.7 3.5 19.3 9.5M272 200c0 8.4 1.4 16.5 4.1 24H272c-26.5 0-48 21.5-48 48v80h192v-96h32v96h192v-80c0-26.5-21.5-48-48-48h-4.1c2.7-7.5 4.1-15.6 4.1-24 0-39.9-32.5-72-72.2-72-22.4 0-43.6 10.4-57.3 28.2L432 195.8l-30.5-39.6c-13.7-17.8-35-28.2-57.3-28.2-39.7 0-72.2 32.1-72.2 72m-48 264c0 26.5 21.5 48 48 48h144V384H224zm224 48h144c26.5 0 48-21.5 48-48v-80H448zm96-312c0 13.3-10.7 24-24 24h-49.1l29.6-38.5c4.6-5.9 11.7-9.5 19.3-9.5 13.4 0 24.2 10.9 24.2 24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/glass-water-droplet.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/glass-water-droplet.svg new file mode 100644 index 0000000..042cf94 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/glass-water-droplet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 0C23.1 0 14.6 3.7 8.6 10.2S-.6 25.4.1 34.3l28.8 403.4c3 41.9 37.8 74.3 79.8 74.3h166.6c42 0 76.8-32.4 79.8-74.3l28.8-403.4c.6-8.9-2.4-17.6-8.5-24.1S360.9 0 352 0zm51 297.5L66.4 64h251.3L301 297.5l-13 6.5c-20.1 10.1-43.9 10.1-64 0s-43.9-10.1-64 0-43.9 10.1-64 0zM256 196c0-24-33.7-70.1-52.2-93.5-6.1-7.7-17.5-7.7-23.6 0C161.7 125.9 128 172 128 196c0 33.1 28.7 60 64 60s64-26.9 64-60"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/glass-water.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/glass-water.svg new file mode 100644 index 0000000..532511a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/glass-water.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 0C23.1 0 14.6 3.7 8.6 10.2S-.6 25.4.1 34.3l28.8 403.4c3 41.9 37.8 74.3 79.8 74.3h166.6c42 0 76.8-32.4 79.8-74.3l28.8-403.4c.6-8.9-2.4-17.6-8.5-24.1S360.9 0 352 0zm41 156.5L66.4 64h251.3l-6.7 92.5-24.2 12.1c-19.4 9.7-42.2 9.7-61.6 0a74.56 74.56 0 0 0-66.4 0c-19.4 9.7-42.2 9.7-61.6 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/glasses.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/glasses.svg new file mode 100644 index 0000000..04d7fc6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/glasses.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M118.6 80c-11.5 0-21.4 7.9-24 19.1L57 260.3c20.5-6.2 48.3-12.3 78.7-12.3 32.3 0 61.8 6.9 82.8 13.5 10.6 3.3 19.3 6.7 25.4 9.2 3.1 1.3 5.5 2.4 7.3 3.2.9.4 1.6.7 2.1 1l.6.3.2.1h.1l-6.3 12.7 6.3-12.7c5.8 2.9 10.4 7.3 13.5 12.7h40.6c3.1-5.3 7.7-9.8 13.5-12.7l6.3 12.7-6.3-12.7h.1l.2-.1.6-.3c.5-.2 1.2-.6 2.1-1 1.8-.8 4.2-1.9 7.3-3.2 6.1-2.6 14.8-5.9 25.4-9.2 21-6.6 50.4-13.5 82.8-13.5 30.4 0 58.2 6.1 78.7 12.3L481.4 99.1c-2.6-11.2-12.6-19.1-24-19.1-3.1 0-6.2.6-9.2 1.8l-31.3 12.5c-12.3 4.9-26.3-1.1-31.2-13.4s1.1-26.3 13.4-31.2l31.3-12.5c8.6-3.4 17.7-5.2 27-5.2 33.8 0 63.1 23.3 70.8 56.2l43.9 188c1.7 7.3 2.9 14.7 3.5 22.1.3 1.9.5 3.8.5 5.7v64c0 61.9-50.1 112-112 112h-44.3c-59.4 0-108.5-46.4-111.8-105.8l-1.4-22.2h-37.2l-1.2 22.2C264.9 433.6 215.8 480 156.3 480H112C50.1 480 0 429.9 0 368v-64c0-1.9.2-3.8.5-5.7.6-7.4 1.8-14.8 3.5-22.1l43.9-188C55.5 55.3 84.8 32 118.6 32c9.2 0 18.4 1.8 27 5.2l31.3 12.5c12.3 4.9 18.3 18.9 13.4 31.2s-18.9 18.3-31.2 13.4l-31.3-12.5c-2.9-1.2-6-1.8-9.2-1.8M64 325.4V368c0 26.5 21.5 48 48 48h44.3c25.5 0 46.5-19.9 47.9-45.3l2.5-45.6c-2.3-.8-4.9-1.7-7.5-2.5-17.2-5.4-39.9-10.5-63.6-10.5s-46.2 5.1-63.2 10.5c-3.1 1-5.9 1.9-8.5 2.9zM512 368v-42.6c-2.6-.9-5.5-1.9-8.5-2.9-17-5.4-39.5-10.5-63.2-10.5s-46.4 5.1-63.6 10.5c-2.7.8-5.2 1.7-7.5 2.5l2.5 45.6c1.4 25.4 22.5 45.3 47.9 45.3h44.3c26.5 0 48-21.5 48-48z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/globe.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/globe.svg new file mode 100644 index 0000000..b863f21 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/globe.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M352 256c0 22.2-1.2 43.6-3.3 64H163.4c-2.2-20.4-3.3-41.8-3.3-64s1.2-43.6 3.3-64h185.3c2.2 20.4 3.3 41.8 3.3 64m28.8-64h123.1c5.3 20.5 8.1 41.9 8.1 64s-2.8 43.5-8.1 64H380.8c2.1-20.6 3.2-42 3.2-64s-1.1-43.4-3.2-64m112.6-32H376.7c-10-63.9-29.8-117.4-55.3-151.6 78.3 20.7 142 77.5 171.9 151.6zm-149.1 0H167.7c6.1-36.4 15.5-68.6 27-94.7 10.5-23.6 22.2-40.7 33.5-51.5C239.4 3.2 248.7 0 256 0s16.6 3.2 27.8 13.8c11.3 10.8 23 27.9 33.5 51.5 11.6 26 20.9 58.2 27 94.7m-209 0H18.6c30-74.1 93.6-130.9 172-151.6-25.5 34.2-45.3 87.7-55.3 151.6M8.1 192h123.1c-2.1 20.6-3.2 42-3.2 64s1.1 43.4 3.2 64H8.1C2.8 299.5 0 278.1 0 256s2.8-43.5 8.1-64m186.6 254.6c-11.6-26-20.9-58.2-27-94.6h176.6c-6.1 36.4-15.5 68.6-27 94.6-10.5 23.6-22.2 40.7-33.5 51.5-11.2 10.7-20.5 13.9-27.8 13.9s-16.6-3.2-27.8-13.8c-11.3-10.8-23-27.9-33.5-51.5zM135.3 352c10 63.9 29.8 117.4 55.3 151.6-78.4-20.7-142-77.5-172-151.6zm358.1 0c-30 74.1-93.6 130.9-171.9 151.6 25.5-34.2 45.2-87.7 55.3-151.6h116.7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/golf-ball-tee.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/golf-ball-tee.svg new file mode 100644 index 0000000..84fafc4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/golf-ball-tee.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M384 192c0 66.8-34.1 125.6-85.8 160H85.8C34.1 317.6 0 258.8 0 192 0 86 86 0 192 0s192 86 192 192m-141.9 64.6c0 18.5-15 33.5-33.5 33.5-4.9 0-9.1 5.1-5.4 8.4 5.9 5.2 13.7 8.4 22.1 8.4 18.5 0 33.5-15 33.5-33.5 0-8.5-3.2-16.2-8.4-22.1-3.3-3.7-8.4.5-8.4 5.4zm-52.3-49.3c-4.9 0-9.1 5.1-5.4 8.4 5.9 5.2 13.7 8.4 22.1 8.4 18.5 0 33.5-15 33.5-33.5 0-8.5-3.2-16.2-8.4-22.1-3.3-3.7-8.4.5-8.4 5.4 0 18.5-15 33.5-33.5 33.5zm113.5-17.5c0 18.5-15 33.5-33.5 33.5-4.9 0-9.1 5.1-5.4 8.4 5.9 5.2 13.7 8.4 22.1 8.4 18.5 0 33.5-15 33.5-33.5 0-8.5-3.2-16.2-8.4-22.1-3.3-3.7-8.4.5-8.4 5.4zM96 416c0-17.7 14.3-32 32-32h128c17.7 0 32 14.3 32 32s-14.3 32-32 32h-16c-8.8 0-16 7.2-16 16v16c0 17.7-14.3 32-32 32s-32-14.3-32-32v-16c0-8.8-7.2-16-16-16h-16c-17.7 0-32-14.3-32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/gopuram.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/gopuram.svg new file mode 100644 index 0000000..c5669c7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/gopuram.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M120 0c13.3 0 24 10.7 24 24v8h40v-8c0-13.3 10.7-24 24-24s24 10.7 24 24v8h48v-8c0-13.3 10.7-24 24-24s24 10.7 24 24v8h40v-8c0-13.3 10.7-24 24-24s24 10.7 24 24v104c17.7 0 32 14.3 32 32v64c17.7 0 32 14.3 32 32v96c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32h-64V352h-32V224h-32v-96h-32v96h32v128h32v160h-80v-48c0-26.5-21.5-48-48-48s-48 21.5-48 48v48h-80V352h32V224h32v-96h-32v96h-32v128H96v160H32c-17.7 0-32-14.3-32-32v-96c0-17.7 14.3-32 32-32v-96c0-17.7 14.3-32 32-32v-64c0-17.7 14.3-32 32-32V24c0-13.3 10.7-24 24-24m136 272c-17.7 0-32 14.3-32 32v48h64v-48c0-17.7-14.3-32-32-32m-32-80v32h64v-32c0-17.7-14.3-32-32-32s-32 14.3-32 32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/graduation-cap.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/graduation-cap.svg new file mode 100644 index 0000000..8962e79 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/graduation-cap.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M320 32c-8.1 0-16.1 1.4-23.7 4.1L15.8 137.4C6.3 140.9 0 149.9 0 160s6.3 19.1 15.8 22.6l57.9 20.9C57.3 229.3 48 259.8 48 291.9V320c0 28.4-10.8 57.7-22.3 80.8-6.5 13-13.9 25.8-22.5 37.6-3.2 4.3-4.1 9.9-2.3 15s6 8.9 11.2 10.2l64 16c4.2 1.1 8.7.3 12.4-2s6.3-6.1 7.1-10.4c8.6-42.8 4.3-81.2-2.1-108.7-3.2-14.2-7.5-28.7-13.5-42v-24.6c0-30.2 10.2-58.7 27.9-81.5 12.9-15.5 29.6-28 49.2-35.7l157-61.7c8.2-3.2 17.5.8 20.7 9s-.8 17.5-9 20.7l-157 61.7c-12.4 4.9-23.3 12.4-32.2 21.6l159.6 57.6c7.6 2.7 15.6 4.1 23.7 4.1s16.1-1.4 23.7-4.1l280.6-101c9.5-3.4 15.8-12.5 15.8-22.6s-6.3-19.1-15.8-22.6L343.7 36.1c-7.6-2.7-15.6-4.1-23.7-4.1M128 408c0 35.3 86 72 192 72s192-36.7 192-72l-15.3-145.4L354.5 314c-11.1 4-22.8 6-34.5 6s-23.5-2-34.5-6l-142.2-51.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/greater-than-equal.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/greater-than-equal.svg new file mode 100644 index 0000000..1ad2968 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/greater-than-equal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M52.1 93.7c-16.4-6.6-24.4-25.2-17.8-41.6s25.2-24.4 41.6-17.8l320 128C408 167.1 416 178.9 416 192s-8 24.9-20.1 29.7l-320 128c-16.4 6.6-35-1.4-41.6-17.8s1.4-35 17.8-41.6L297.8 192zM416 416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/greater-than.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/greater-than.svg new file mode 100644 index 0000000..7b5c91a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/greater-than.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M3.4 81.7c-7.9 15.8-1.5 35 14.3 42.9L280.5 256 17.7 387.4c-15.8 7.9-22.2 27.1-14.3 42.9s27.1 22.2 42.9 14.3l320-160c10.8-5.4 17.7-16.5 17.7-28.6s-6.8-23.2-17.7-28.6l-320-160c-15.8-7.9-35-1.5-42.9 14.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/grip-lines-vertical.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/grip-lines-vertical.svg new file mode 100644 index 0000000..58eb24c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/grip-lines-vertical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 64c0-17.7-14.3-32-32-32S0 46.3 0 64v384c0 17.7 14.3 32 32 32s32-14.3 32-32zm128 0c0-17.7-14.3-32-32-32s-32 14.3-32 32v384c0 17.7 14.3 32 32 32s32-14.3 32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/grip-lines.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/grip-lines.svg new file mode 100644 index 0000000..daadc73 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/grip-lines.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 288c-17.7 0-32 14.3-32 32s14.3 32 32 32h384c17.7 0 32-14.3 32-32s-14.3-32-32-32zm0-128c-17.7 0-32 14.3-32 32s14.3 32 32 32h384c17.7 0 32-14.3 32-32s-14.3-32-32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/grip-vertical.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/grip-vertical.svg new file mode 100644 index 0000000..927bf3f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/grip-vertical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M40 352h48c22.1 0 40 17.9 40 40v48c0 22.1-17.9 40-40 40H40c-22.1 0-40-17.9-40-40v-48c0-22.1 17.9-40 40-40m192 0h48c22.1 0 40 17.9 40 40v48c0 22.1-17.9 40-40 40h-48c-22.1 0-40-17.9-40-40v-48c0-22.1 17.9-40 40-40M40 320c-22.1 0-40-17.9-40-40v-48c0-22.1 17.9-40 40-40h48c22.1 0 40 17.9 40 40v48c0 22.1-17.9 40-40 40zm192-128h48c22.1 0 40 17.9 40 40v48c0 22.1-17.9 40-40 40h-48c-22.1 0-40-17.9-40-40v-48c0-22.1 17.9-40 40-40M40 160c-22.1 0-40-17.9-40-40V72c0-22.1 17.9-40 40-40h48c22.1 0 40 17.9 40 40v48c0 22.1-17.9 40-40 40zM232 32h48c22.1 0 40 17.9 40 40v48c0 22.1-17.9 40-40 40h-48c-22.1 0-40-17.9-40-40V72c0-22.1 17.9-40 40-40"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/grip.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/grip.svg new file mode 100644 index 0000000..093b49d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/grip.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M128 136c0-22.1-17.9-40-40-40H40c-22.1 0-40 17.9-40 40v48c0 22.1 17.9 40 40 40h48c22.1 0 40-17.9 40-40zm0 192c0-22.1-17.9-40-40-40H40c-22.1 0-40 17.9-40 40v48c0 22.1 17.9 40 40 40h48c22.1 0 40-17.9 40-40zm32-192v48c0 22.1 17.9 40 40 40h48c22.1 0 40-17.9 40-40v-48c0-22.1-17.9-40-40-40h-48c-22.1 0-40 17.9-40 40m128 192c0-22.1-17.9-40-40-40h-48c-22.1 0-40 17.9-40 40v48c0 22.1 17.9 40 40 40h48c22.1 0 40-17.9 40-40zm32-192v48c0 22.1 17.9 40 40 40h48c22.1 0 40-17.9 40-40v-48c0-22.1-17.9-40-40-40h-48c-22.1 0-40 17.9-40 40m128 192c0-22.1-17.9-40-40-40h-48c-22.1 0-40 17.9-40 40v48c0 22.1 17.9 40 40 40h48c22.1 0 40-17.9 40-40z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/group-arrows-rotate.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/group-arrows-rotate.svg new file mode 100644 index 0000000..4cc3aa1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/group-arrows-rotate.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M201.1 71.9c16.9-5 26.6-22.9 21.5-39.8s-22.9-26.6-39.8-21.5a256 256 0 0 0-60.6 27C114.3 34 105.4 32 96 32c-35.3 0-64 28.7-64 64 0 9.4 2 18.3 5.6 26.3-11.5 18.7-20.6 39-27 60.6-5 16.9 4.6 34.8 21.5 39.8s34.8-4.6 39.8-21.5c4.3-14.6 10.4-28.5 17.9-41.4 2 .2 4.1.3 6.1.3 35.3 0 64-28.7 64-64 0-2.1-.1-4.1-.3-6.1 12.9-7.5 26.8-13.6 41.4-17.9zm128-61.3c-16.9-5-34.8 4.6-39.8 21.5s4.6 34.8 21.5 39.8c14.6 4.3 28.5 10.4 41.4 17.9-.2 2-.3 4.1-.3 6.1 0 35.3 28.7 64 64 64 2.1 0 4.1-.1 6.2-.3 7.5 12.9 13.6 26.8 17.9 41.4 5 16.9 22.9 26.6 39.8 21.5s26.6-22.9 21.5-39.8a256 256 0 0 0-27-60.6c3.6-8 5.6-16.9 5.6-26.3 0-35.3-28.7-64-64-64-9.4 0-18.3 2-26.3 5.6-18.7-11.5-39-20.6-60.6-27zM71.9 310.9c-5-16.9-22.9-26.6-39.8-21.5s-26.6 22.9-21.5 39.8a256 256 0 0 0 27 60.6C34 397.7 32 406.6 32 416c0 35.3 28.7 64 64 64 9.4 0 18.3-2 26.3-5.6 18.7 11.5 39 20.6 60.6 27 16.9 5 34.8-4.6 39.8-21.5s-4.6-34.8-21.5-39.8c-14.6-4.3-28.5-10.4-41.4-17.9.2-2 .3-4.1.3-6.2 0-35.3-28.7-64-64-64-2.1 0-4.1.1-6.2.3-7.5-12.9-13.6-26.8-17.9-41.4zm429.4 18.3c5-16.9-4.6-34.8-21.5-39.8S445 294 440 310.9c-4.3 14.6-10.4 28.5-17.9 41.4-2-.2-4.1-.3-6.2-.3-35.3 0-64 28.7-64 64 0 2.1.1 4.1.3 6.2-12.9 7.5-26.8 13.6-41.4 17.9-16.9 5-26.6 22.9-21.5 39.8s22.9 26.6 39.8 21.5a256 256 0 0 0 60.6-27c8 3.6 16.9 5.6 26.3 5.6 35.3 0 64-28.7 64-64 0-9.4-2-18.3-5.6-26.3 11.5-18.7 20.6-39 27-60.6zm-308.5-72.4c0-15.6 5.6-29.9 14.9-41.1L223 231c6.6 6.6 17.8 1.9 17.8-7.4v-60.5c0-5.7-4.7-10.4-10.4-10.4h-60.5c-9.3 0-13.9 11.2-7.4 17.8l11.2 11.2c-17.9 19.8-28.9 46.2-28.9 75.1 0 43.6 24.9 81.3 61.1 99.8 11.8 6 26.3 1.4 32.3-10.4s1.4-26.3-10.4-32.3c-20.8-10.6-34.9-32.2-34.9-57zm93.1-58.6c20.8 10.6 34.9 32.2 34.9 57 0 15.6-5.6 29.9-14.9 41.1L290.6 281c-6.6-6.6-17.8-1.9-17.8 7.4v60.5c0 5.7 4.7 10.4 10.4 10.4h60.5c9.3 0 13.9-11.2 7.4-17.8l-11.2-11.2c17.9-19.8 28.9-46.2 28.9-75.1 0-43.6-24.9-81.3-61.1-99.8-11.8-6-26.3-1.4-32.3 10.4s-1.4 26.3 10.4 32.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/guarani-sign.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/guarani-sign.svg new file mode 100644 index 0000000..5e85850 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/guarani-sign.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M192 0c-17.7 0-32 14.3-32 32v34.7C69.2 81.9 0 160.9 0 256s69.2 174.1 160 189.3V480c0 17.7 14.3 32 32 32s32-14.3 32-32v-34.7c90.8-15.2 160-94.2 160-189.3 0-17.7-14.3-32-32-32H224v-92c22.1 5.7 41.8 17.1 57.6 32.6 12.6 12.4 32.9 12.2 45.3-.4s12.2-32.9-.5-45.3C299 92 263.5 73.3 224 66.7V32c0-17.7-14.3-32-32-32m-32 132v248c-55.2-14.2-96-64.3-96-124s40.8-109.8 96-124m64 248v-92h92c-11.6 45-47 80.4-92 92"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/guitar.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/guitar.svg new file mode 100644 index 0000000..6e457d9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/guitar.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M465 7c-9.4-9.4-24.6-9.4-33.9 0L383 55c-2.4 2.4-4.3 5.3-5.5 8.5l-15.4 41-77.5 77.6c-45.1-29.4-99.3-30.2-131 1.6-11 11-18 24.6-21.4 39.6-3.7 16.6-19.1 30.7-36.1 31.6-25.6 1.3-49.3 10.7-67.3 28.6-44.8 44.9-36.4 125.9 18.7 181s136.1 63.5 180.9 18.7c17.9-17.9 27.4-41.7 28.6-67.3.9-17 15-32.3 31.6-36.1 15-3.4 28.6-10.5 39.6-21.4 31.8-31.8 31-85.9 1.6-131l77.6-77.6 41-15.4c3.2-1.2 6.1-3.1 8.5-5.5l48-48c9.4-9.4 9.4-24.6 0-33.9zM208 256a48 48 0 1 1 0 96 48 48 0 1 1 0-96"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/gun.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/gun.svg new file mode 100644 index 0000000..4cd5cf3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/gun.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M528 56c0-13.3-10.7-24-24-24s-24 10.7-24 24v8H32C14.3 64 0 78.3 0 96v112c0 17.7 14.3 32 32 32h10c20.8 0 36.1 19.6 31 39.8L33 440.2c-2.4 9.6-.2 19.7 5.8 27.5S54.1 480 64 480h96c14.7 0 27.5-10 31-24.2L217 352h104.5c23.7 0 44.8-14.9 52.7-37.2l26.7-74.8H432c8.5 0 16.6-3.4 22.6-9.4l22.7-22.6H544c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32h-16zM321.4 304H229l16-64h105l-21 58.7c-1.1 3.2-4.2 5.3-7.5 5.3zM80 128h384c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16s7.2-16 16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/h.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/h.svg new file mode 100644 index 0000000..76f8a09 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/h.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M320 256v192c0 17.7 14.3 32 32 32s32-14.3 32-32V64c0-17.7-14.3-32-32-32s-32 14.3-32 32v128H64V64c0-17.7-14.3-32-32-32S0 46.3 0 64v384c0 17.7 14.3 32 32 32s32-14.3 32-32V256z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hammer.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hammer.svg new file mode 100644 index 0000000..54bfcca --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hammer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M413.5 237.5c-28.2 4.8-58.2-3.6-80-25.4L295.4 174c-15-15-23.4-35.2-23.4-56.4v-12.1L192.3 62c-5.3-2.9-8.6-8.6-8.3-14.7s3.9-11.5 9.5-14l47.2-21C259.1 4.2 279 0 299.2 0h18.1c36.7 0 72 14 98.7 39.1l44.6 42c24.2 22.8 33.2 55.7 26.6 86L503 183l8-8c9.4-9.4 24.6-9.4 33.9 0l24 24c9.4 9.4 9.4 24.6 0 33.9l-88 88c-9.4 9.4-24.6 9.4-33.9 0l-24-24c-9.4-9.4-9.4-24.6 0-33.9l8-8zM27.4 377.1l233.5-194.5c3.5 4.9 7.5 9.6 11.8 14l38.1 38.1c6 6 12.4 11.2 19.2 15.7L134.9 484.6C120.4 502 98.9 512 76.3 512 34.1 512 0 477.8 0 435.7c0-22.6 10.1-44.1 27.4-58.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hamsa.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hamsa.svg new file mode 100644 index 0000000..249d6ae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hamsa.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M34.6 288H80c8.8 0 16-7.2 16-16V72c0-22.1 17.9-40 40-40s40 17.9 40 40v132c0 11 9 20 20 20s20-9 20-20V40c0-22.1 17.9-40 40-40s40 17.9 40 40v164c0 11 9 20 20 20s20-9 20-20V72c0-22.1 17.9-40 40-40s40 17.9 40 40v200c0 8.8 7.2 16 16 16h45.4c19.1 0 34.6 15.5 34.6 34.6 0 8.6-3.2 16.9-9 23.3L416.6 441c-41.1 45.2-99.4 71-160.6 71s-119.4-25.8-160.6-71L9 345.9c-5.8-6.4-9-14.7-9-23.3C0 303.5 15.5 288 34.6 288m221.4 0c-38.4 0-76.8 35.8-90.6 50.2-3.6 3.7-5.4 8.7-5.4 13.8s1.8 10.1 5.4 13.8c13.8 14.4 52.2 50.2 90.6 50.2s76.8-35.8 90.6-50.2c3.6-3.7 5.4-8.7 5.4-13.8s-1.8-10.1-5.4-13.8C332.8 323.8 294.4 288 256 288m0 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-back-fist.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-back-fist.svg new file mode 100644 index 0000000..e6b1334 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-back-fist.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M144 0c-26.5 0-48 21.5-48 48v128c0 8.8-7.2 16-16 16s-16-7.2-16-16v-26.7l-9 7.5C40.4 169 32 187 32 206v38c0 38 16.9 74 46.1 98.3L128 384v96c0 17.7 14.3 32 32 32h160c17.7 0 32-14.3 32-32V374.7c46.9-19 80-65 80-118.7V144c0-26.5-21.5-48-48-48-12.4 0-23.6 4.7-32.1 12.3C350 83.5 329.3 64 304 64c-12.4 0-23.6 4.7-32.1 12.3C270 51.5 249.3 32 224 32c-12.4 0-23.6 4.7-32.1 12.3C190 19.5 169.3 0 144 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-dots.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-dots.svg new file mode 100644 index 0000000..aaab6b7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-dots.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32v208c0 8.8-7.2 16-16 16s-16-7.2-16-16V64c0-17.7-14.3-32-32-32s-32 14.3-32 32v272c0 1.5 0 3.1.1 4.6L67.6 283c-16-15.2-41.3-14.6-56.6 1.4s-14.6 41.3 1.4 56.6l112.4 107c43.1 41.1 100.4 64 160 64H304c97.2 0 176-78.8 176-176V128c0-17.7-14.3-32-32-32s-32 14.3-32 32v112c0 8.8-7.2 16-16 16s-16-7.2-16-16V64c0-17.7-14.3-32-32-32s-32 14.3-32 32v176c0 8.8-7.2 16-16 16s-16-7.2-16-16zm-48 304a16 16 0 1 1 32 0 16 16 0 1 1-32 0m80 16a16 16 0 1 1 0 32 16 16 0 1 1 0-32m48-16a16 16 0 1 1 32 0 16 16 0 1 1-32 0m-16 80a16 16 0 1 1 0 32 16 16 0 1 1 0-32m-112 16a16 16 0 1 1 32 0 16 16 0 1 1-32 0m-48-48a16 16 0 1 1 0 32 16 16 0 1 1 0-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-fist.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-fist.svg new file mode 100644 index 0000000..969229b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-fist.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M192 0c17.7 0 32 14.3 32 32v112h-64V32c0-17.7 14.3-32 32-32M64 64c0-17.7 14.3-32 32-32s32 14.3 32 32v80H64zm192 0c0-17.7 14.3-32 32-32s32 14.3 32 32v96c0 17.7-14.3 32-32 32s-32-14.3-32-32zm96 64c0-17.7 14.3-32 32-32s32 14.3 32 32v64c0 17.7-14.3 32-32 32s-32-14.3-32-32zm-96 88v-.6c9.4 5.4 20.3 8.6 32 8.6 13.2 0 25.4-4 35.6-10.8 8.7 24.9 32.5 42.8 60.4 42.8 11.7 0 22.6-3.1 32-8.6v8.6c0 52.3-25.1 98.8-64 128v96c0 17.7-14.3 32-32 32H160c-17.7 0-32-14.3-32-32v-78.4c-17.3-7.9-33.2-18.8-46.9-32.5l-11.6-11.6c-24-24-37.5-56.6-37.5-90.5v-27c0-35.3 28.7-64 64-64h88c22.1 0 40 17.9 40 40s-17.9 40-40 40h-56c-8.8 0-16 7.2-16 16s7.2 16 16 16h56c39.8 0 72-32.2 72-72"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-holding-dollar.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-holding-dollar.svg new file mode 100644 index 0000000..4b3a4d8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-holding-dollar.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M312 24v10.5c6.4 1.2 12.6 2.7 18.2 4.2 12.8 3.4 20.4 16.6 17 29.4s-16.6 20.4-29.4 17c-10.9-2.9-21.1-4.9-30.2-5-7.3-.1-14.7 1.7-19.4 4.4-2.1 1.3-3.1 2.4-3.5 3-.3.5-.7 1.2-.7 2.8v.6c.2.2.9 1.2 3.3 2.6 5.8 3.5 14.4 6.2 27.4 10.1l.9.3c11.1 3.3 25.9 7.8 37.9 15.3 13.7 8.6 26.1 22.9 26.4 44.9.3 22.5-11.4 38.9-26.7 48.5-6.7 4.1-13.9 7-21.3 8.8V232c0 13.3-10.7 24-24 24s-24-10.7-24-24v-11.4c-9.5-2.3-18.2-5.3-25.6-7.8-2.1-.7-4.1-1.4-6-2-12.6-4.2-19.4-17.8-15.2-30.4s17.8-19.4 30.4-15.2c2.6.9 5 1.7 7.3 2.5 13.6 4.6 23.4 7.9 33.9 8.3 8 .3 15.1-1.6 19.2-4.1 1.9-1.2 2.8-2.2 3.2-2.9.4-.6.9-1.8.8-4.1v-.2c0-1 0-2.1-4-4.6-5.7-3.6-14.3-6.4-27.1-10.3l-1.9-.6c-10.8-3.2-25-7.5-36.4-14.4-13.5-8.1-26.5-22-26.6-44.1-.1-22.9 12.9-38.6 27.7-47.4 6.4-3.8 13.3-6.4 20.2-8.2L264 24c0-13.3 10.7-24 24-24s24 10.7 24 24m256.2 312.3c13.1 17.8 9.3 42.8-8.5 55.9l-126.6 93.3c-23.4 17.2-51.6 26.5-80.7 26.5H32c-17.7 0-32-14.3-32-32v-64c0-17.7 14.3-32 32-32h36.8l44.9-36c22.7-18.2 50.9-28 80-28H352c17.7 0 32 14.3 32 32s-14.3 32-32 32h-80c-8.8 0-16 7.2-16 16s7.2 16 16 16h120.6l119.7-88.2c17.8-13.1 42.8-9.3 55.9 8.5M193.6 384h-.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-holding-droplet.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-holding-droplet.svg new file mode 100644 index 0000000..00fff4b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-holding-droplet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M275.5 6.6C278.3 2.5 283 0 288 0s9.7 2.5 12.5 6.6l66.3 96.4c11.2 16.3 17.2 35.6 17.2 55.3v1.7c0 53-43 96-96 96s-96-43-96-96v-1.7c0-19.8 6-39 17.2-55.3zm292.7 329.7c13.1 17.8 9.3 42.8-8.5 55.9l-126.6 93.3c-23.4 17.2-51.6 26.5-80.7 26.5H32c-17.7 0-32-14.3-32-32v-64c0-17.7 14.3-32 32-32h36.8l44.9-36c22.7-18.2 50.9-28 80-28H352c17.7 0 32 14.3 32 32s-14.3 32-32 32h-80c-8.8 0-16 7.2-16 16s7.2 16 16 16h120.6l119.7-88.2c17.8-13.1 42.8-9.3 55.9 8.5M193.6 384h-.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-holding-hand.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-holding-hand.svg new file mode 100644 index 0000000..6f1b1be --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-holding-hand.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M7.8 207.7c-13.1-17.8-9.3-42.8 8.5-55.9l126.6-93.3C166.2 41.3 194.5 32 223.5 32H544c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32h-36.8l-44.9 36c-22.7 18.2-50.9 28-80 28H224c-17.7 0-32-14.3-32-32s14.3-32 32-32h80c8.8 0 16-7.2 16-16s-7.2-16-16-16H183.4L63.7 216.2c-17.8 13.1-42.8 9.3-55.9-8.5M382.4 160h.9zm185.8 144.3c13.1 17.8 9.3 42.8-8.5 55.9l-126.6 93.3c-23.4 17.2-51.6 26.5-80.7 26.5H32c-17.7 0-32-14.3-32-32v-64c0-17.7 14.3-32 32-32h36.8l44.9-36c22.7-18.2 50.9-28 80-28H352c17.7 0 32 14.3 32 32s-14.3 32-32 32h-80c-8.8 0-16 7.2-16 16s7.2 16 16 16h120.6l119.7-88.2c17.8-13.1 42.8-9.3 55.9 8.5M193.6 352h-.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-holding-heart.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-holding-heart.svg new file mode 100644 index 0000000..347f68c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-holding-heart.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M163.9 136.9c-29.4-29.8-29.4-78.2 0-108s77-29.8 106.4 0l17.7 18 17.7-18c29.4-29.8 77-29.8 106.4 0s29.4 78.2 0 108L310.5 240.1c-6.2 6.3-14.3 9.4-22.5 9.4s-16.3-3.1-22.5-9.4zm404.3 199.4c13.1 17.8 9.3 42.8-8.5 55.9l-126.6 93.3c-23.4 17.2-51.6 26.5-80.7 26.5H32c-17.7 0-32-14.3-32-32v-64c0-17.7 14.3-32 32-32h36.8l44.9-36c22.7-18.2 50.9-28 80-28H352c17.7 0 32 14.3 32 32s-14.3 32-32 32h-80c-8.8 0-16 7.2-16 16s7.2 16 16 16h120.6l119.7-88.2c17.8-13.1 42.8-9.3 55.9 8.5M193.6 384h-.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-holding-medical.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-holding-medical.svg new file mode 100644 index 0000000..5368dec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-holding-medical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M224 24v56h-56c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h56v56c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24v-56h56c13.3 0 24-10.7 24-24v-48c0-13.3-10.7-24-24-24h-56V24c0-13.3-10.7-24-24-24h-48c-13.3 0-24 10.7-24 24m335.7 368.2c17.8-13.1 21.6-38.1 8.5-55.9s-38.1-21.6-55.9-8.5L392.6 416H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h80c17.7 0 32-14.3 32-32s-14.3-32-32-32H193.7c-29.1 0-57.3 9.9-80 28l-44.9 36H32c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32h320.5c29 0 57.3-9.3 80.7-26.5l126.6-93.3zm-367-8.2h.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-holding.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-holding.svg new file mode 100644 index 0000000..dd4a909 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-holding.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M559.7 392.2c17.8-13.1 21.6-38.1 8.5-55.9s-38.1-21.6-55.9-8.5L392.6 416H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h80c17.7 0 32-14.3 32-32s-14.3-32-32-32H193.7c-29.1 0-57.3 9.9-80 28l-44.9 36H32c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32h320.5c29 0 57.3-9.3 80.7-26.5l126.6-93.3zm-367-8.2h.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-lizard.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-lizard.svg new file mode 100644 index 0000000..799dff3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-lizard.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 112c0-26.5 21.5-48 48-48h238.5c36.8 0 71.2 18 92.1 48.2l113.5 164c13 18.7 19.9 41 19.9 63.8v76c0 17.7-14.3 32-32 32h-96c-17.7 0-32-14.3-32-32v-13.8L273.9 352H112c-26.5 0-48-21.5-48-48s21.5-48 48-48h128c26.5 0 48-21.5 48-48s-21.5-48-48-48H48c-26.5 0-48-21.5-48-48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-middle-finger.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-middle-finger.svg new file mode 100644 index 0000000..038cc75 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-middle-finger.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M232 0c-22.1 0-40 17.9-40 40v164.2c-8.5-7.6-19.7-12.2-32-12.2-26.5 0-48 21.5-48 48v80c0 8.8-7.2 16-16 16s-16-7.2-16-16v-55.7c-2 1.4-3.9 3-5.8 4.5l-19.2 16C40.4 297 32 315 32 334v38c0 38 16.9 74 46.1 98.3l5.4 4.5c28.8 24 65 37.1 102.4 37.1l118.1.1c70.7 0 128-57.3 128-128v-96c0-26.5-21.5-48-48-48-12.4 0-23.6 4.7-32.1 12.3C350 227.5 329.3 208 304 208c-12.3 0-23.5 4.6-32 12.2V40c0-22.1-17.9-40-40-40"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-peace.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-peace.svg new file mode 100644 index 0000000..7771b7a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-peace.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M224 0c17.7 0 32 14.3 32 32v208h-64V32c0-17.7 14.3-32 32-32m96 160c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32s-32-14.3-32-32v-64c0-17.7 14.3-32 32-32m64 64c0-17.7 14.3-32 32-32s32 14.3 32 32v64c0 17.7-14.3 32-32 32s-32-14.3-32-32zM93.3 51.2 175.9 240H106L34.7 76.8c-7.1-16.2.3-35 16.5-42.1s35.1.3 42.1 16.5m27 221.3-.2-.5h96c22.1 0 40 17.9 40 40s-17.9 40-40 40h-56c-8.8 0-16 7.2-16 16s7.2 16 16 16h56c39.8 0 72-32.2 72-72v-.6c9.4 5.4 20.3 8.6 32 8.6 13.2 0 25.4-4 35.6-10.8 8.7 24.9 32.5 42.8 60.4 42.8 11.7 0 22.6-3.1 32-8.6v8.6c0 88.4-71.6 160-160 160h-61.7c-42.4 0-83.1-16.9-113.1-46.9l-11.6-11.6C77.5 429.5 64 396.9 64 363v-27c0-32.7 24.6-59.7 56.3-63.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-point-down.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-point-down.svg new file mode 100644 index 0000000..3a472ed --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-point-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 480c0 17.7 14.3 32 32 32s32-14.3 32-32V272H32zm192-160c0 17.7 14.3 32 32 32s32-14.3 32-32v-64c0-17.7-14.3-32-32-32s-32 14.3-32 32zm-64 64c17.7 0 32-14.3 32-32v-48c0-17.7-14.3-32-32-32s-32 14.3-32 32v48c0 17.7 14.3 32 32 32m160-96c0 17.7 14.3 32 32 32s32-14.3 32-32v-64c0-17.7-14.3-32-32-32s-32 14.3-32 32zm-96-88v.6c9.4-5.4 20.3-8.6 32-8.6 13.2 0 25.4 4 35.6 10.8 8.7-24.9 32.5-42.8 60.4-42.8 11.7 0 22.6 3.1 32 8.6V160C384 71.6 312.4 0 224 0h-61.7C119.8 0 79.1 16.9 49.1 46.9L37.5 58.5C13.5 82.5 0 115.1 0 149v27c0 35.3 28.7 64 64 64h88c22.1 0 40-17.9 40-40s-17.9-40-40-40H96c-8.8 0-16-7.2-16-16s7.2-16 16-16h56c39.8 0 72 32.2 72 72"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-point-left.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-point-left.svg new file mode 100644 index 0000000..79eaab3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-point-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 96c-17.7 0-32 14.3-32 32s14.3 32 32 32h208V96zm160 192c-17.7 0-32 14.3-32 32s14.3 32 32 32h64c17.7 0 32-14.3 32-32s-14.3-32-32-32zm-64-64c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32s-14.3-32-32-32h-48c-17.7 0-32 14.3-32 32m96 160c-17.7 0-32 14.3-32 32s14.3 32 32 32h64c17.7 0 32-14.3 32-32s-14.3-32-32-32zm88-96h-.6c5.4 9.4 8.6 20.3 8.6 32 0 13.2-4 25.4-10.8 35.6 24.9 8.7 42.8 32.5 42.8 60.4 0 11.7-3.1 22.6-8.6 32h8.6c88.4 0 160-71.6 160-160v-61.7c0-42.4-16.9-83.1-46.9-113.1l-11.6-11.6C429.5 77.5 396.9 64 363 64h-27c-35.3 0-64 28.7-64 64v88c0 22.1 17.9 40 40 40s40-17.9 40-40v-56c0-8.8 7.2-16 16-16s16 7.2 16 16v56c0 39.8-32.2 72-72 72"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-point-right.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-point-right.svg new file mode 100644 index 0000000..b149418 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-point-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M480 96c17.7 0 32 14.3 32 32s-14.3 32-32 32H272V96zM320 288c17.7 0 32 14.3 32 32s-14.3 32-32 32h-64c-17.7 0-32-14.3-32-32s14.3-32 32-32zm64-64c0 17.7-14.3 32-32 32h-48c-17.7 0-32-14.3-32-32s14.3-32 32-32h48c17.7 0 32 14.3 32 32m-96 160c17.7 0 32 14.3 32 32s-14.3 32-32 32h-64c-17.7 0-32-14.3-32-32s14.3-32 32-32zm-88-96h.6c-5.4 9.4-8.6 20.3-8.6 32 0 13.2 4 25.4 10.8 35.6-24.9 8.7-42.8 32.5-42.8 60.4 0 11.7 3.1 22.6 8.6 32H160C71.6 448 0 376.4 0 288v-61.7c0-42.4 16.9-83.1 46.9-113.1l11.6-11.6C82.5 77.5 115.1 64 149 64h27c35.3 0 64 28.7 64 64v88c0 22.1-17.9 40-40 40s-40-17.9-40-40v-56c0-8.8-7.2-16-16-16s-16 7.2-16 16v56c0 39.8 32.2 72 72 72"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-point-up.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-point-up.svg new file mode 100644 index 0000000..3b86d88 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-point-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 32C32 14.3 46.3 0 64 0s32 14.3 32 32v208H32zm192 160c0-17.7 14.3-32 32-32s32 14.3 32 32v64c0 17.7-14.3 32-32 32s-32-14.3-32-32zm-64-64c17.7 0 32 14.3 32 32v48c0 17.7-14.3 32-32 32s-32-14.3-32-32v-48c0-17.7 14.3-32 32-32m160 96c0-17.7 14.3-32 32-32s32 14.3 32 32v64c0 17.7-14.3 32-32 32s-32-14.3-32-32zm-96 88v-.6c9.4 5.4 20.3 8.6 32 8.6 13.2 0 25.4-4 35.6-10.8 8.7 24.9 32.5 42.8 60.4 42.8 11.7 0 22.6-3.1 32-8.6v8.6c0 88.4-71.6 160-160 160h-61.7c-42.4 0-83.1-16.9-113.1-46.9l-11.7-11.6C13.5 429.5 0 396.9 0 363v-27c0-35.3 28.7-64 64-64h88c22.1 0 40 17.9 40 40s-17.9 40-40 40H96c-8.8 0-16 7.2-16 16s7.2 16 16 16h56c39.8 0 72-32.2 72-72"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-pointer.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-pointer.svg new file mode 100644 index 0000000..78ce70c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-pointer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M128 40c0-22.1 17.9-40 40-40s40 17.9 40 40v148.2c8.5-7.6 19.7-12.2 32-12.2 20.6 0 38.2 13 45 31.2 8.8-9.3 21.2-15.2 35-15.2 25.3 0 46 19.5 47.9 44.3 8.5-7.7 19.8-12.3 32.1-12.3 26.5 0 48 21.5 48 48v112c0 70.7-57.3 128-128 128h-85.3c-5 0-9.9-.3-14.7-1-55.3-5.6-106.2-34-140-79L8 336c-13.3-17.7-9.7-42.7 8-56s42.7-9.7 56 8l56 74.7zm112 264c0-8.8-7.2-16-16-16s-16 7.2-16 16v96c0 8.8 7.2 16 16 16s16-7.2 16-16zm48-16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16s16-7.2 16-16v-96c0-8.8-7.2-16-16-16m80 16c0-8.8-7.2-16-16-16s-16 7.2-16 16v96c0 8.8 7.2 16 16 16s16-7.2 16-16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-scissors.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-scissors.svg new file mode 100644 index 0000000..e2669d1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-scissors.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M40 208c-22.1 0-40 17.9-40 40s17.9 40 40 40h180.2c-7.6 8.5-12.2 19.7-12.2 32 0 25.3 19.5 46 44.3 47.9-7.7 8.5-12.3 19.8-12.3 32.1 0 26.5 21.5 48 48 48h96c70.7 0 128-57.3 128-128V206.9c0-40.2-16-78.8-44.4-107.3C444.8 76.8 413.9 64 381.7 64H336c-21.3 0-39.3 13.9-45.6 33.1l74.5 23.7c8.4 2.7 13.1 11.7 10.4 20.1s-11.7 13.1-20.1 10.4L288 129.9v.1L84 65.8C62.9 59.2 40.5 70.9 33.8 92s5.1 43.5 26.2 50.2L269.5 208z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-sparkles.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-sparkles.svg new file mode 100644 index 0000000..7600b5e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-sparkles.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M320 0c17.7 0 32 14.3 32 32v208c0 8.8 7.2 16 16 16s16-7.2 16-16V64c0-17.7 14.3-32 32-32s32 14.3 32 32v176c0 8.8 7.2 16 16 16s16-7.2 16-16V128c0-17.7 14.3-32 32-32s32 14.3 32 32v195.1c-11.9 4.8-21.3 14.9-25 27.8l-8.9 31.2-31.2 8.9c-18.3 5.3-30.9 22-30.9 41 0 18.9 12.5 35.6 30.6 40.9C448.4 497.4 409.9 512 368 512h-19.2c-59.6 0-116.9-22.9-160-64L76.4 341c-16-15.2-16.6-40.6-1.4-56.6s40.6-16.6 56.6-1.4l60.5 57.6c0-1.5-.1-3.1-.1-4.6V64c0-17.7 14.3-32 32-32s32 14.3 32 32v176c0 8.8 7.2 16 16 16s16-7.2 16-16V32c0-17.7 14.3-32 32-32m-7.3 326.6c-1.1-3.9-4.7-6.6-8.7-6.6s-7.6 2.7-8.7 6.6L288 352l-25.4 7.3c-3.9 1.1-6.6 4.7-6.6 8.7s2.7 7.6 6.6 8.7L288 384l7.3 25.4c1.1 3.9 4.7 6.6 8.7 6.6s7.6-2.7 8.7-6.6L320 384l25.4-7.3c3.9-1.1 6.6-4.7 6.6-8.7s-2.7-7.6-6.6-8.7L320 352zM104 120l48.3 13.8c4.6 1.3 7.7 5.5 7.7 10.2s-3.1 8.9-7.7 10.2L104 168l-13.8 48.3c-1.3 4.6-5.5 7.7-10.2 7.7s-8.9-3.1-10.2-7.7L56 168 7.7 154.2C3.1 152.9 0 148.7 0 144s3.1-8.9 7.7-10.2L56 120l13.8-48.3C71.1 67.1 75.3 64 80 64s8.9 3.1 10.2 7.7zm480 288 48.3 13.8c4.6 1.3 7.7 5.5 7.7 10.2s-3.1 8.9-7.7 10.2L584 456l-13.8 48.3c-1.3 4.6-5.5 7.7-10.2 7.7s-8.9-3.1-10.2-7.7L536 456l-48.3-13.8c-4.6-1.3-7.7-5.5-7.7-10.2s3.1-8.9 7.7-10.2L536 408l13.8-48.3c1.3-4.6 5.5-7.7 10.2-7.7s8.9 3.1 10.2 7.7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-spock.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-spock.svg new file mode 100644 index 0000000..47b2fe6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hand-spock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M246.9 23.7c-4.6-17.1-22.1-27.2-39.2-22.6s-27.2 22.1-22.6 39.2L238 237.8c2.5 9.2-4.5 18.2-14 18.2-6.4 0-12-4.2-13.9-10.3l-43.5-143c-5.1-16.9-23-26.4-39.9-21.3s-26.4 23-21.3 39.9l62.8 206.4c2.4 7.9-7.2 13.8-13.2 8.1L99.6 283c-16-15.2-41.3-14.6-56.6 1.4s-14.6 41.3 1.4 56.6l112.4 107c43.1 41.1 100.4 64 160 64h19.1c.1 0 .1-.1.1-.1l.1-.1c58.3-3.5 108.6-43.2 125.3-99.7l81.2-275c5-16.9-4.7-34.7-21.6-39.8s-34.7 4.7-39.8 21.6l-37.7 128.2c-1.6 5.3-6.4 8.9-12 8.9-7.9 0-13.8-7.3-12.2-15.1l36-170.3c3.7-17.3-7.4-34.3-24.7-37.9s-34.3 7.4-37.9 24.7l-37.6 177.7c-2.6 12.2-13.3 20.9-25.8 20.9-11.9 0-22.4-8-25.4-19.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hand.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hand.svg new file mode 100644 index 0000000..b617824 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hand.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32v208c0 8.8-7.2 16-16 16s-16-7.2-16-16V64c0-17.7-14.3-32-32-32s-32 14.3-32 32v272c0 1.5 0 3.1.1 4.6L67.6 283c-16-15.2-41.3-14.6-56.6 1.4s-14.6 41.3 1.4 56.6l112.4 107c43.1 41.1 100.4 64 160 64H304c97.2 0 176-78.8 176-176V128c0-17.7-14.3-32-32-32s-32 14.3-32 32v112c0 8.8-7.2 16-16 16s-16-7.2-16-16V64c0-17.7-14.3-32-32-32s-32 14.3-32 32v176c0 8.8-7.2 16-16 16s-16-7.2-16-16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/handcuffs.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/handcuffs.svg new file mode 100644 index 0000000..92032eb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/handcuffs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M240 32a32 32 0 1 1 64 0 32 32 0 1 1-64 0m-48 16a32 32 0 1 1 0 64 32 32 0 1 1 0-64m-32 80c17.7 0 32 14.3 32 32h8c13.3 0 24 10.7 24 24v16c0 1.7-.2 3.4-.5 5.1C280.3 229.6 320 286.2 320 352c0 88.4-71.6 160-160 160S0 440.4 0 352c0-65.8 39.7-122.4 96.5-146.9-.4-1.6-.5-3.3-.5-5.1v-16c0-13.3 10.7-24 24-24h8c0-17.7 14.3-32 32-32m0 320a96 96 0 1 0 0-192 96 96 0 1 0 0 192m192-96c0-25.9-5.1-50.5-14.4-73.1 16.9-32.9 44.8-59.1 78.9-73.9-.4-1.6-.5-3.3-.5-5.1v-16c0-13.3 10.7-24 24-24h8c0-17.7 14.3-32 32-32s32 14.3 32 32h8c13.3 0 24 10.7 24 24v16c0 1.7-.2 3.4-.5 5.1 56.8 24.6 96.5 81.2 96.5 147 0 88.4-71.6 160-160 160-62 0-115.8-35.3-142.4-86.9 9.3-22.5 14.4-47.2 14.4-73.1m224 0a96 96 0 1 0-192 0 96 96 0 1 0 192 0M368 0a32 32 0 1 1 0 64 32 32 0 1 1 0-64m80 48a32 32 0 1 1 0 64 32 32 0 1 1 0-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hands-asl-interpreting.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hands-asl-interpreting.svg new file mode 100644 index 0000000..f1f7060 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hands-asl-interpreting.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M156.6 46.3c7.9-15.8 1.5-35-14.3-42.9s-35-1.5-42.9 14.3L13.5 189.4C4.6 207.2 0 226.8 0 246.7v9.3c0 70.7 57.3 128 128 128h80v-.3c35.2-2.7 65.4-22.8 82.1-51.7 8.8-15.3 3.6-34.9-11.7-43.7s-34.9-3.6-43.7 11.7c-7 12-19.9 20-34.7 20-22.1 0-40-17.9-40-40s17.9-40 40-40c14.8 0 27.7 8 34.7 20 8.8 15.3 28.4 20.5 43.7 11.7s20.5-28.4 11.7-43.7c-12.8-22.1-33.6-39.1-58.4-47.1l80.8-22c17-4.6 27.1-22.2 22.5-39.3s-22.2-27.1-39.3-22.5l-100.8 27.5 81.6-68c13.6-11.3 15.4-31.5 4.1-45.1s-31.5-15.4-45.1-4.1L133.6 92.3zm326.8 419.4c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3l85.9-171.7c8.9-17.8 13.5-37.4 13.5-57.2v-9.3c0-70.7-57.3-128-128-128h-80v.3c-35.2 2.7-65.4 22.8-82.1 51.7-8.9 15.3-3.6 34.9 11.7 43.7s34.9 3.6 43.7-11.7c7-12 19.9-20 34.7-20 22.1 0 40 17.9 40 40s-17.9 40-40 40c-14.8 0-27.7-8-34.7-20-8.9-15.3-28.4-20.5-43.7-11.7s-20.5 28.4-11.7 43.7c12.8 22.1 33.6 39.1 58.4 47.1l-80.8 22c-17.1 4.7-27.1 22.2-22.5 39.3s22.2 27.1 39.3 22.5L445 387.5l-81.6 68c-13.6 11.3-15.4 31.5-4.1 45.1s31.5 15.4 45.1 4.1l101.9-84.9-23 46z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hands-bound.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hands-bound.svg new file mode 100644 index 0000000..99c2878 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hands-bound.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 32C96 14.3 81.7 0 64 0S32 14.3 32 32v181.9c0 14.2 5.1 27.9 14.3 38.7l85.3 99.4H128c-13.3 0-24 10.7-24 24s10.7 24 24 24h384c13.3 0 24-10.7 24-24s-10.7-24-24-24h-3.6l85.3-99.5c9.2-10.8 14.3-24.5 14.3-38.7V32c0-17.7-14.3-32-32-32s-32 14.3-32 32v112.8l-69.3 92.4c-5.7 7.6-16.1 9.6-24.2 4.8-9.7-5.7-12.1-18.7-5.1-27.5L473 180c10.8-13.5 8.9-33.3-4.4-44.5s-33-9.8-44.5 3.2l-46.7 52.5C361 209.7 352 233.4 352 258.1V352h-64v-93.9c0-24.6-9-48.4-25.4-66.8l-46.7-52.5c-11.5-13-31.3-14.4-44.5-3.2s-15.2 30.9-4.4 44.5l27.6 34.5c7 8.8 4.7 21.8-5.1 27.5-8.1 4.8-18.6 2.7-24.2-4.8L96 144.8V32m64 448v32h128v-32h64v32h128v-32h32c13.3 0 24-10.7 24-24s-10.7-24-24-24H128c-13.3 0-24 10.7-24 24s10.7 24 24 24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hands-bubbles.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hands-bubbles.svg new file mode 100644 index 0000000..c3d55c3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hands-bubbles.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M416 64a32 32 0 1 0 0-64 32 32 0 1 0 0 64m96 128a32 32 0 1 0 0-64 32 32 0 1 0 0 64M160 464a48 48 0 1 0-96 0 48 48 0 1 0 96 0M32 160l.1 72.6c.1 52.2 24 101 64 133.1-.1-1.9-.1-3.8-.1-5.7v-8c0-71.8 37-138.6 97.9-176.7l60.2-37.6c8.6-5.4 17.9-8.4 27.3-9.4l45.9-79.5c6.6-11.5 2.7-26.2-8.8-32.8s-26.2-2.7-32.8 8.8l-78 135.1c-3.3 5.7-10.7 7.7-16.4 4.4s-7.7-10.7-4.4-16.4l62-107.4c6.6-11.5 2.7-26.2-8.8-32.8S214 5 207.4 16.5l-68 117.8-43.3 75L96 160c0-17.7-14.4-32-32-32s-32 14.4-32 32m300.1-71.5L307.5 131c13.9 4.5 26.4 13.7 34.7 27 .9 1.5 1.8 2.9 2.5 4.4l28.9-50c6.6-11.5 2.7-26.2-8.8-32.8s-26.2-2.7-32.8 8.8zm46.4 63.7-26.8 46.4c-.6 6-2.1 11.8-4.3 17.4h49.8l23-39.8c6.6-11.5 2.7-26.2-8.8-32.8s-26.2-2.7-32.8 8.8zM315.1 175c-9.4-15-29.1-19.5-44.1-10.2l-60.2 37.6C159.3 234.7 128 291.2 128 352v8c0 8.9.8 17.6 2.2 26.1 35.4 8.2 61.8 40 61.8 77.9 0 6.3-.7 12.5-2.1 18.4C215.1 501 246.3 512 280 512h176c13.3 0 24-10.7 24-24s-10.7-24-24-24h-92c-6.6 0-12-5.4-12-12s5.4-12 12-12h124c13.3 0 24-10.7 24-24s-10.7-24-24-24H364c-6.6 0-12-5.4-12-12s5.4-12 12-12h156c13.3 0 24-10.7 24-24s-10.7-24-24-24H364c-6.6 0-12-5.4-12-12s5.4-12 12-12h124c13.3 0 24-10.7 24-24s-10.7-24-24-24H258.8l46.2-28.9c15-9.4 19.5-29.1 10.2-44.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hands-clapping.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hands-clapping.svg new file mode 100644 index 0000000..546cf8f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hands-clapping.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M336 16v64c0 8.8-7.2 16-16 16s-16-7.2-16-16V16c0-8.8 7.2-16 16-16s16 7.2 16 16m-98.7 7.1 32 48c4.9 7.4 2.9 17.3-4.4 22.2s-17.3 2.9-22.2-4.4l-32-48c-4.9-7.4-2.9-17.3 4.4-22.2s17.3-2.9 22.2 4.4M135 119c9.4-9.4 24.6-9.4 33.9 0l123.8 123.7c10.1 10.1 27.3 2.9 27.3-11.3V192c0-17.7 14.3-32 32-32s32 14.3 32 32v153.6c0 57.1-30 110-78.9 139.4-64 38.4-145.8 28.3-198.5-24.4L7 361c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l53 53c6.1 6.1 16 6.1 22.1 0s6.1-16 0-22.1l-93-93c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l93 93c6.1 6.1 16 6.1 22.1 0s6.1-16 0-22.1L55 185c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l117 117c6.1 6.1 16 6.1 22.1 0s6.1-16 0-22.1l-93-93c-9.4-9.4-9.4-24.6 0-33.9zm298.1 365.9c-24.2 14.5-50.9 22.1-77.7 23.1 48.1-39.6 76.6-99 76.6-162.4v-98.1c8.2-.1 16-6.4 16-16v-39.4c0-17.7 14.3-32 32-32s32 14.3 32 32v153.6c0 57.1-30 110-78.9 139.4zm-8.2-466.2c7.4 4.9 9.3 14.8 4.4 22.2l-32 48c-4.9 7.4-14.8 9.3-22.2 4.4s-9.3-14.8-4.4-22.2l32-48c4.9-7.4 14.8-9.3 22.2-4.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hands-holding-child.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hands-holding-child.svg new file mode 100644 index 0000000..20b50a8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hands-holding-child.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M320 0a40 40 0 1 1 0 80 40 40 0 1 1 0-80m44.7 164.3 11.1 88.7c1.6 13.2-7.7 25.1-20.8 26.8s-25.1-7.7-26.8-20.8l-4.4-35h-7.6l-4.4 35c-1.6 13.2-13.6 22.5-26.8 20.8s-22.5-13.6-20.8-26.8l11.1-88.8-19.8 16.8c-10.1 8.6-25.3 7.3-33.8-2.8s-7.3-25.3 2.8-33.8l27.9-23.6c18.9-16 42.9-24.8 67.6-24.8s48.7 8.8 67.6 24.7l27.9 23.6c10.1 8.6 11.4 23.7 2.8 33.8s-23.7 11.4-33.8 2.8l-19.8-16.7zM40 64c22.1 0 40 17.9 40 40v160.2c0 17 6.7 33.3 18.7 45.3l51.1 51.1c8.3 8.3 21.3 9.6 31 3.1 12.9-8.6 14.7-26.9 3.7-37.8l-15.2-15.2-32-32c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l32 32 15.2 15.2 25.3 25.3c21 21 32.8 49.5 32.8 79.2V464c0 26.5-21.5 48-48 48h-66.7c-17 0-33.3-6.7-45.3-18.7l-99.8-99.9C10.1 375.4 0 351 0 325.5V104c0-22.1 17.9-40 40-40m560 0c22.1 0 40 17.9 40 40v221.5c0 25.5-10.1 49.9-28.1 67.9L512 493.3c-12 12-28.3 18.7-45.3 18.7H400c-26.5 0-48-21.5-48-48v-78.9c0-29.7 11.8-58.2 32.8-79.2l25.3-25.3 15.2-15.2 32-32c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-32 32-15.2 15.2c-11 11-9.2 29.2 3.7 37.8 9.7 6.5 22.7 5.2 31-3.1l51.1-51.1c12-12 18.7-28.3 18.7-45.3V104c0-22.1 17.9-40 40-40z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hands-holding-circle.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hands-holding-circle.svg new file mode 100644 index 0000000..c2b7518 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hands-holding-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M320 0a128 128 0 1 1 0 256 128 128 0 1 1 0-256M40 64c22.1 0 40 17.9 40 40v160.2c0 17 6.7 33.3 18.7 45.3l51.1 51.1c8.3 8.3 21.3 9.6 31 3.1 12.9-8.6 14.7-26.9 3.7-37.8l-15.2-15.2-32-32c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l32 32 15.2 15.2 25.3 25.3c21 21 32.8 49.5 32.8 79.2V464c0 26.5-21.5 48-48 48h-66.7c-17 0-33.3-6.7-45.3-18.7l-99.8-99.9C10.1 375.4 0 351 0 325.5V104c0-22.1 17.9-40 40-40m560 0c22.1 0 40 17.9 40 40v221.5c0 25.5-10.1 49.9-28.1 67.9L512 493.3c-12 12-28.3 18.7-45.3 18.7H400c-26.5 0-48-21.5-48-48v-78.9c0-29.7 11.8-58.2 32.8-79.2l25.3-25.3 15.2-15.2 32-32c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-32 32-15.2 15.2c-11 11-9.2 29.2 3.7 37.8 9.7 6.5 22.7 5.2 31-3.1l51.1-51.1c12-12 18.7-28.3 18.7-45.3V104c0-22.1 17.9-40 40-40z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hands-holding.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hands-holding.svg new file mode 100644 index 0000000..642a7a9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hands-holding.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M80 104c0-22.1-17.9-40-40-40S0 81.9 0 104v221.5c0 25.5 10.1 49.9 28.1 67.9l99.9 99.9c12 12 28.3 18.7 45.3 18.7H240c26.5 0 48-21.5 48-48v-78.9c0-29.7-11.8-58.2-32.8-79.2l-25.3-25.3-15.2-15.2-32-32c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l32 32 15.2 15.2c11 11 9.2 29.2-3.7 37.8-9.7 6.5-22.7 5.2-31-3.1l-51.2-51.1c-12-12-18.7-28.3-18.7-45.3V104m480 0v160.2c0 17-6.7 33.3-18.7 45.3l-51.1 51.1c-8.3 8.3-21.3 9.6-31 3.1-12.9-8.6-14.7-26.9-3.7-37.8l15.2-15.2 32-32c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-32 32-15.2 15.2-25.3 25.3c-21 21-32.8 49.5-32.8 79.2V464c0 26.5 21.5 48 48 48h66.7c17 0 33.3-6.7 45.3-18.7l99.9-99.9c18-18 28.1-42.4 28.1-67.9L640 224V104c0-22.1-17.9-40-40-40s-40 17.9-40 40"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hands-praying.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hands-praying.svg new file mode 100644 index 0000000..a053693 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hands-praying.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M351.2 4.8c3.2-2 6.6-3.3 10-4.1 4.7-1 9.6-.9 14.1.1 7.7 1.8 14.8 6.5 19.4 13.6l119.9 179.8c8.8 13.1 13.4 28.6 13.4 44.4v73.5c0 6.9 4.4 13 10.9 15.2l79.2 26.4C631.2 358 640 370.2 640 384v96c0 9.9-4.6 19.3-12.5 25.4s-18.1 8.1-27.7 5.5l-168.8-45c-56-14.9-95-65.7-95-123.7V224c0-17.7 14.3-32 32-32s32 14.3 32 32v80c0 8.8 7.2 16 16 16s16-7.2 16-16v-84.9c0-7-1.8-13.8-5.3-19.8L340.3 48.1q-2.55-4.5-3.6-9.3c-1-4.7-1-9.6.1-14.1 1.9-8 6.8-15.2 14.3-19.9zm-62.4 0c7.5 4.6 12.4 11.9 14.3 19.9 1.1 4.6 1.2 9.4.1 14.1q-1.05 4.8-3.6 9.3l-86.3 151.2c-3.5 6-5.3 12.9-5.3 19.8V304c0 8.8 7.2 16 16 16s16-7.2 16-16v-80c0-17.7 14.3-32 32-32s32 14.3 32 32v118.2c0 58-39 108.7-95 123.7l-168.7 45c-9.6 2.6-19.9.5-27.7-5.5S0 490 0 480v-96c0-13.8 8.8-26 21.9-30.4l79.2-26.4c6.5-2.2 10.9-8.3 10.9-15.2v-73.5c0-15.8 4.7-31.2 13.4-44.4L245.2 14.5c4.6-7.1 11.7-11.8 19.4-13.6 4.6-1.1 9.4-1.2 14.1-.1 3.5.8 6.9 2.1 10 4.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hands.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hands.svg new file mode 100644 index 0000000..bbeeb53 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hands.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m544 160-.1 72.6c-.1 52.2-24 101-64 133.1.1-1.9.1-3.8.1-5.7v-8c0-71.8-37-138.6-97.9-176.7l-60.2-37.6c-8.6-5.4-17.9-8.4-27.3-9.4l-45.9-79.5c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8l78 135.1c3.3 5.7 10.7 7.7 16.4 4.4s7.7-10.7 4.4-16.4l-62-107.4c-6.6-11.5-2.7-26.2 8.8-32.8S362 5 368.6 16.5l68 117.8 43.3 75 .1-49.3c0-17.7 14.4-32 32-32s32 14.4 32 32M243.9 88.5l24.6 42.5c-13.9 4.5-26.4 13.7-34.7 27-.9 1.4-1.7 2.9-2.5 4.4l-28.9-50c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8zm-46.4 63.7 26.8 46.4c.6 6 2.1 11.8 4.3 17.4H179l-23-39.8c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8zm63.4 22.8c9.4-15 29.1-19.5 44.1-10.2l60.2 37.6C416.7 234.7 448 291.2 448 352v8c0 83.9-68.1 152-152 152H120c-13.3 0-24-10.7-24-24s10.7-24 24-24h92c6.6 0 12-5.4 12-12s-5.4-12-12-12H88c-13.3 0-24-10.7-24-24s10.7-24 24-24h124c6.6 0 12-5.4 12-12s-5.4-12-12-12H56c-13.3 0-24-10.7-24-24s10.7-24 24-24h156c6.6 0 12-5.4 12-12s-5.4-12-12-12H88c-13.3 0-24-10.7-24-24s10.7-24 24-24h229.2L271 219.1c-15-9.4-19.5-29.1-10.2-44.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/handshake-angle.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/handshake-angle.svg new file mode 100644 index 0000000..59c5d1f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/handshake-angle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M544 248v3.3l69.7-69.7c21.9-21.9 21.9-57.3 0-79.2l-78.1-78c-21.9-21.9-57.3-21.9-79.2 0l-40.1 40.1c-2.7-.3-5.5-.5-8.3-.5H296c-37.1 0-67.6 28-71.6 64h-.4v120c0 22.1 17.9 40 40 40s40-17.9 40-40v-88h160c44.2 0 80 35.8 80 80zm-208-56v56c0 39.8-32.2 72-72 72s-72-32.2-72-72V129.4c-35.9 6.2-65.8 32.3-76 68.2l-16.5 57.6-73.2 73.2c-21.9 21.9-21.9 57.3 0 79.2l78.1 78.1c21.9 21.9 57.3 21.9 79.2 0l37.7-37.7c.9 0 1.8.1 2.7.1h160c26.5 0 48-21.5 48-48 0-5.6-1-11-2.7-16h2.7c26.5 0 48-21.5 48-48 0-12.8-5-24.4-13.2-33 25.7-5 45.1-27.6 45.2-54.8v-.4c-.1-30.8-25.1-55.8-56-55.8H336z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/handshake-simple-slash.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/handshake-simple-slash.svg new file mode 100644 index 0000000..d45f37b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/handshake-simple-slash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2s-6.3 25.5 4.1 33.7l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-135-105.8c-1.1-11.4-6.3-22.3-15.3-30.7l-134.2-123-23.4 18.2-26-20.3 77.2-60.1c7-5.4 17-4.2 22.5 2.8s4.2 17-2.8 22.5l-20.9 16.2L550.2 352H592c26.5 0 48-21.5 48-48V176c0-26.5-21.5-48-48-48h-80.7l-3.9-2.5L434.8 79c-15.3-9.8-33.2-15-51.4-15-21.8 0-43 7.5-60 21.2l-89.7 72.6-25.8-20.3 81.8-66.2c-11.6-4.9-24.1-7.4-36.8-7.4C234 64 215.7 69.6 200 80l-35.5 23.7zM0 176v128c0 26.5 21.5 48 48 48h108.2l91.4 83.4c19.6 17.9 49.9 16.5 67.8-3.1 5.5-6.1 9.2-13.2 11.1-20.6l17 15.6c19.5 17.9 49.9 16.6 67.8-2.9.8-.8 1.5-1.7 2.2-2.6L41.2 128.5C17.9 131.8 0 151.8 0 176"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/handshake-simple.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/handshake-simple.svg new file mode 100644 index 0000000..6496f59 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/handshake-simple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m323.4 85.2-96.8 78.4c-16.1 13-19.2 36.4-7 53.1 12.9 17.8 38 21.3 55.3 7.8l99.3-77.2c7-5.4 17-4.2 22.5 2.8s4.2 17-2.8 22.5L373 188.8 550.2 352H592c26.5 0 48-21.5 48-48V176c0-26.5-21.5-48-48-48h-80.7l-3.9-2.5L434.8 79c-15.3-9.8-33.2-15-51.4-15-21.8 0-43 7.5-60 21.2m22.8 124.4-51.7 40.2c-31.5 24.6-77.2 18.2-100.8-14.2-22.2-30.5-16.6-73.1 12.7-96.8l83.2-67.3c-11.6-4.9-24.1-7.4-36.8-7.4C234 64 215.7 69.6 200 80l-72 48H48c-26.5 0-48 21.5-48 48v128c0 26.5 21.5 48 48 48h108.2l91.4 83.4c19.6 17.9 49.9 16.5 67.8-3.1 5.5-6.1 9.2-13.2 11.1-20.6l17 15.6c19.5 17.9 49.9 16.6 67.8-2.9 4.5-4.9 7.8-10.6 9.9-16.5 19.4 13 45.8 10.3 62.1-7.5 17.9-19.5 16.6-49.9-2.9-67.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/handshake-slash.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/handshake-slash.svg new file mode 100644 index 0000000..532950b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/handshake-slash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2s-6.3 25.5 4.1 33.7l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-135-105.8c-1.1-11.4-6.3-22.3-15.3-30.7l-134.2-123-23.4 18.2-26-20.3 77.2-60.1c7-5.4 17-4.2 22.5 2.8s4.2 17-2.8 22.5l-20.9 16.2L512 316.8V128h-.7l-3.9-2.5L434.8 79c-15.3-9.8-33.2-15-51.4-15-21.8 0-43 7.5-60 21.2l-89.7 72.6-25.8-20.3 81.8-66.2c-11.6-4.9-24.1-7.4-36.8-7.4C234 64 215.7 69.6 200 80l-35.5 23.7zM96 171.6 40.6 128H0v224c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32zm317.6 250.3L128 196.9V352h28.2l91.4 83.4c19.6 17.9 49.9 16.5 67.8-3.1 5.5-6.1 9.2-13.2 11.1-20.6l17 15.6c19.5 17.9 49.9 16.6 67.8-2.9.8-.8 1.5-1.7 2.2-2.6zM48 320a16 16 0 1 1 0 32 16 16 0 1 1 0-32m496-192v224c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V128zm32 208a16 16 0 1 1 32 0 16 16 0 1 1-32 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/handshake.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/handshake.svg new file mode 100644 index 0000000..19b675d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/handshake.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m323.4 85.2-96.8 78.4c-16.1 13-19.2 36.4-7 53.1 12.9 17.8 38 21.3 55.3 7.8l99.3-77.2c7-5.4 17-4.2 22.5 2.8s4.2 17-2.8 22.5L373 188.8l139 128V128h-.7l-3.9-2.5L434.8 79c-15.3-9.8-33.2-15-51.4-15-21.8 0-43 7.5-60 21.2m22.8 124.4-51.7 40.2c-31.5 24.6-77.2 18.2-100.8-14.2-22.2-30.5-16.6-73.1 12.7-96.8l83.2-67.3c-11.6-4.9-24.1-7.4-36.8-7.4C234 64 215.7 69.6 200 80l-72 48v224h28.2l91.4 83.4c19.6 17.9 49.9 16.5 67.8-3.1 5.5-6.1 9.2-13.2 11.1-20.6l17 15.6c19.5 17.9 49.9 16.6 67.8-2.9 4.5-4.9 7.8-10.6 9.9-16.5 19.4 13 45.8 10.3 62.1-7.5 17.9-19.5 16.6-49.9-2.9-67.8zM16 128c-8.8 0-16 7.2-16 16v208c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V128zm32 192a16 16 0 1 1 0 32 16 16 0 1 1 0-32m496-192v224c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V144c0-8.8-7.2-16-16-16zm32 208a16 16 0 1 1 32 0 16 16 0 1 1-32 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hanukiah.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hanukiah.svg new file mode 100644 index 0000000..896a154 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hanukiah.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M314.2 3.3C309.1 12.1 296 36.6 296 56c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3m-288 48C21.1 60.1 8 84.6 8 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3M88 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3C101.1 60.1 88 84.6 88 104m82.2-52.7C165.1 60.1 152 84.6 152 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3M216 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3C229.1 60.1 216 84.6 216 104m178.2-52.7C389.1 60.1 376 84.6 376 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3M440 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3C453.1 60.1 440 84.6 440 104m82.2-52.7C517.1 60.1 504 84.6 504 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3M584 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3C597.1 60.1 584 84.6 584 104m-472 56c-8.8 0-16 7.2-16 16v112h32V176c0-8.8-7.2-16-16-16m64 0c-8.8 0-16 7.2-16 16v112h32V176c0-8.8-7.2-16-16-16m64 0c-8.8 0-16 7.2-16 16v112h32V176c0-8.8-7.2-16-16-16m160 0c-8.8 0-16 7.2-16 16v112h32V176c0-8.8-7.2-16-16-16m64 0c-8.8 0-16 7.2-16 16v112h32V176c0-8.8-7.2-16-16-16m64 0c-8.8 0-16 7.2-16 16v112h32V176c0-8.8-7.2-16-16-16m-176-16c0-17.7-14.3-32-32-32s-32 14.3-32 32v176H96c-17.7 0-32-14.3-32-32v-96c0-17.7-14.3-32-32-32S0 174.3 0 192v96c0 53 43 96 96 96h192v64H160c-17.7 0-32 14.3-32 32s14.3 32 32 32h320c17.7 0 32-14.3 32-32s-14.3-32-32-32H352v-64h192c53 0 96-43 96-96v-96c0-17.7-14.3-32-32-32s-32 14.3-32 32v96c0 17.7-14.3 32-32 32H352z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hard-drive.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hard-drive.svg new file mode 100644 index 0000000..98013df --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hard-drive.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 96c0-35.3 28.7-64 64-64h384c35.3 0 64 28.7 64 64v184.4c-17-15.2-39.4-24.4-64-24.4H64c-24.6 0-47 9.2-64 24.4zm64 192h384c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64v-64c0-35.3 28.7-64 64-64m256 128a32 32 0 1 0 0-64 32 32 0 1 0 0 64m128-32a32 32 0 1 0-64 0 32 32 0 1 0 64 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hashtag.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hashtag.svg new file mode 100644 index 0000000..b4bf8d9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hashtag.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M181.3 32.4c17.4 2.9 29.2 19.4 26.3 36.8l-9.8 58.8h95.1l11.5-69.3c2.9-17.4 19.4-29.2 36.8-26.3s29.2 19.4 26.3 36.8l-9.7 58.8H416c17.7 0 32 14.3 32 32s-14.3 32-32 32h-68.9l-21.3 128H384c17.7 0 32 14.3 32 32s-14.3 32-32 32h-68.9l-11.5 69.3c-2.9 17.4-19.4 29.2-36.8 26.3s-29.2-19.4-26.3-36.8l9.8-58.7h-95.1l-11.5 69.3c-2.9 17.4-19.4 29.2-36.8 26.3s-29.2-19.4-26.3-36.8l9.6-58.9H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h68.9l21.3-128H64c-17.7 0-32-14.3-32-32s14.3-32 32-32h68.9l11.5-69.3c2.9-17.4 19.4-29.2 36.8-26.3zm5.8 159.6-21.3 128h95.1l21.3-128z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hat-cowboy-side.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hat-cowboy-side.svg new file mode 100644 index 0000000..84bc3b4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hat-cowboy-side.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m152.7 135.9-10.4 57.2c6.8-.7 13.6-1.1 20.5-1.1h10.7c39.4 0 77.8 12.1 110.1 34.7l278.8 195.1 35.1 24.6c24.4-6 42.5-28.1 42.5-54.4 0-75.8-94.7-126.6-134.6-144.7L474 83.9C468.2 53.8 441.8 32 411.1 32h-2.7c-5.6 0-11.1.7-16.5 2.2L199.2 85.5c-23.9 6.4-42 26-46.5 50.4M0 384c0 35.3 28.7 64 64 64h480L265.3 252.9c-26.9-18.8-58.9-28.9-91.8-28.9h-10.7c-60.6 0-116 34.2-143.1 88.4L13.5 325C4.6 342.7 0 362.3 0 382.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hat-cowboy.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hat-cowboy.svg new file mode 100644 index 0000000..0afd485 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hat-cowboy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M320 64c14.4 0 22.3-7 30.8-14.4C360.4 41.1 370.7 32 392 32c49.3 0 84.4 152.2 97.9 221.9-42.1 18.2-99 34.1-169.9 34.1s-127.8-15.9-169.9-34.1C163.6 184.2 198.7 32 248 32c21.3 0 31.6 9.1 41.2 17.6C297.7 57 305.6 64 320 64M111.1 270.7c47.2 24.5 117.5 49.3 209 49.3s161.8-24.8 208.9-49.3c24.8-12.9 49.8-28.3 70.1-47.7 7.9-7.9 20.2-9.2 29.6-3.3 9.5 5.9 13.5 17.9 9.9 28.5-13.5 37.7-38.4 72.3-66.1 100.6C523.7 398.9 443.6 448 320 448s-203.6-49.1-252.5-99.2c-27.7-28.4-52.6-63-66.1-100.7-3.6-10.6.4-22.6 9.9-28.5s21.7-4.5 29.6 3.3c20.4 19.4 45.3 34.8 70.1 47.7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hat-wizard.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hat-wizard.svg new file mode 100644 index 0000000..f138b44 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hat-wizard.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m64 416 104.6-235.3c15.3-34.4 40.3-63.5 72-83.7L387.5 3c3-1.9 6.5-2.9 10-2.9C407.7 0 416 8.3 416 18.6v1.6c0 2.6-.5 5.1-1.4 7.5l-59.8 149.2c-1.9 4.7-2.8 9.7-2.8 14.7 0 5.5 1.2 11 3.4 16.1L448 416H240.9l11.8-35.4 40.4-13.5c6.5-2.2 10.9-8.3 10.9-15.2s-4.4-13-10.9-15.2l-40.4-13.5-13.5-40.4c-2.2-6.4-8.3-10.8-15.2-10.8s-13 4.4-15.2 10.9l-13.5 40.4-40.4 13.5c-6.5 2.2-10.9 8.3-10.9 15.2s4.4 13 10.9 15.2l40.4 13.5 11.8 35.3zm215.6-274.5c-1.1-3.3-4.1-5.5-7.6-5.5s-6.5 2.2-7.6 5.5l-6.7 20.2-20.2 6.7c-3.3 1.1-5.5 4.1-5.5 7.6s2.2 6.5 5.5 7.6l20.2 6.7 6.7 20.2c1.1 3.3 4.1 5.5 7.6 5.5s6.5-2.2 7.6-5.5l6.7-20.2 20.2-6.7c3.3-1.1 5.5-4.1 5.5-7.6s-2.2-6.5-5.5-7.6l-20.2-6.7zM32 448h448c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/head-side-cough-slash.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/head-side-cough-slash.svg new file mode 100644 index 0000000..cc52274 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/head-side-cough-slash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m448 325.8 44 34.5c8.1 1.4 14.8 6.8 18 14.1l42.9 33.6c10.6.4 19.5 7.6 22.2 17.4l39.1 30.6c.6 0 1.2-.1 1.8-.1 11.1 0 20.4 7.5 23.2 17.8h-3.9c6.2 8.5 6.4 20.4-.4 29-8.2 10.4-23.3 12.3-33.7 4.1L9.2 42.9C-1.2 34.7-3.1 19.6 5.1 9.2S28.4-3.1 38.8 5.1l50.8 39.8C127 16.7 173.5 0 224 0h24c95.2 0 181.2 69.3 197.3 160.2 2.3 13 6.8 25.7 15.1 36l42 52.6c6.2 7.8 9.6 17.4 9.6 27.4 0 24.2-19.6 43.8-43.8 43.8H448zM0 224.2c0-38.7 9.8-75.1 27.1-106.9l314.7 248-2.5.3c-11 1.4-19.2 10.7-19.2 21.8 0 11.6 9 21.2 20.6 21.9l62 3.9 43 33.9c-6.4 19.1-24.5 32.9-45.7 32.9h-80v8c0 13.3-10.7 24-24 24H96c-17.7 0-32-14.3-32-32v-72.7c0-16.7-6.9-32.5-17.1-45.8C16.6 322.4 0 274.1 0 224.2M616 360a24 24 0 1 1 0 48 24 24 0 1 1 0-48m-64-48a24 24 0 1 1 0 48 24 24 0 1 1 0-48m40-24a24 24 0 1 1 48 0 24 24 0 1 1-48 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/head-side-cough.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/head-side-cough.svg new file mode 100644 index 0000000..336d35d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/head-side-cough.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 224.2C0 100.6 100.2 0 224 0h24c95.2 0 181.2 69.3 197.3 160.2 2.3 13 6.8 25.7 15.1 36l42 52.6c6.2 7.8 9.6 17.4 9.6 27.4 0 24.2-19.6 43.8-43.8 43.8H448v32l-108.8 13.6c-11 1.4-19.2 10.7-19.2 21.8 0 11.6 9 21.2 20.6 21.9L448 416v16c0 26.5-21.5 48-48 48h-80v8c0 13.3-10.7 24-24 24H96c-17.7 0-32-14.3-32-32v-72.7c0-16.7-6.9-32.5-17.1-45.8C16.6 322.4 0 274.1 0 224.2m352-.2a32 32 0 1 0 0-64 32 32 0 1 0 0 64m112 160a24 24 0 1 1 48 0 24 24 0 1 1-48 0m152-24a24 24 0 1 1 0 48 24 24 0 1 1 0-48m-24 120a24 24 0 1 1 48 0 24 24 0 1 1-48 0m-40-168a24 24 0 1 1 0 48 24 24 0 1 1 0-48m40-24a24 24 0 1 1 48 0 24 24 0 1 1-48 0m-40 120a24 24 0 1 1 0 48 24 24 0 1 1 0-48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/head-side-mask.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/head-side-mask.svg new file mode 100644 index 0000000..3050d56 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/head-side-mask.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 224.2c0-22.2 3.2-43.6 9.2-63.9l221 160.7c-4 9.5-6.2 20-6.2 31v160H128c-17.7 0-32-14.3-32-32v-72.7c0-16.7-6.9-32.5-17.1-45.8C48.6 322.4 32 274.1 32 224.2m248.3 70.4L53 129.3C88.7 53 166.2 0 256 0h24c95.2 0 181.2 69.3 197.3 160.2 2.3 13 6.8 25.7 15.1 36l42 52.6c5.4 6.7 8.6 14.8 9.4 23.2H336c-21.7 0-41.3 8.6-55.7 22.6M336 304h208l-19.7 64H368c-8.8 0-16 7.2-16 16s7.2 16 16 16h146.5l-9.8 32H368c-8.8 0-16 7.2-16 16s7.2 16 16 16h126.8l-.9 2.8c-8.3 26.9-33.1 45.2-61.2 45.2H288V352c0-14 6-26.7 15.6-35.4 8.5-7.8 19.9-12.6 32.4-12.6m48-80a32 32 0 1 0 0-64 32 32 0 1 0 0 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/head-side-virus.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/head-side-virus.svg new file mode 100644 index 0000000..b3bf2cb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/head-side-virus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 224.2C0 100.6 100.2 0 224 0h24c95.2 0 181.2 69.3 197.3 160.2 2.3 13 6.8 25.7 15.1 36l42 52.6c6.2 7.8 9.6 17.4 9.6 27.4 0 24.2-19.6 43.8-43.8 43.8H448v64c0 35.3-28.7 64-64 64h-64v32c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32v-72.7c0-16.7-6.9-32.5-17.1-45.8C16.6 322.4 0 274.1 0 224.2M224 64c-8.8 0-16 7.2-16 16 0 33-39.9 49.5-63.2 26.2-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6C145.5 152.1 129 192 96 192c-8.8 0-16 7.2-16 16s7.2 16 16 16c33 0 49.5 39.9 26.2 63.2-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0C168.1 286.5 208 303 208 336c0 8.8 7.2 16 16 16s16-7.2 16-16c0-33 39.9-49.5 63.2-26.2 6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6C302.5 263.9 319 224 352 224c8.8 0 16-7.2 16-16s-7.2-16-16-16c-33 0-49.5-39.9-26.2-63.2 6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0C279.9 129.5 240 113 240 80c0-8.8-7.2-16-16-16m-24 96a24 24 0 1 1 0 48 24 24 0 1 1 0-48m40 80a16 16 0 1 1 32 0 16 16 0 1 1-32 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/heading.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/heading.svg new file mode 100644 index 0000000..b85abd6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/heading.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 64c0-17.7 14.3-32 32-32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32h-16v112h224V96h-16c-17.7 0-32-14.3-32-32s14.3-32 32-32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32h-16v320h16c17.7 0 32 14.3 32 32s-14.3 32-32 32h-96c-17.7 0-32-14.3-32-32s14.3-32 32-32h16V272H112v144h16c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h16V96H32C14.3 96 0 81.7 0 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/headphones-simple.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/headphones-simple.svg new file mode 100644 index 0000000..dae936f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/headphones-simple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 80C141.1 80 48 173.1 48 288v104c0 13.3-10.7 24-24 24S0 405.3 0 392V288C0 146.6 114.6 32 256 32s256 114.6 256 256v104c0 13.3-10.7 24-24 24s-24-10.7-24-24V288c0-114.9-93.1-208-208-208M80 352c0-35.3 28.7-64 64-64h16c17.7 0 32 14.3 32 32v128c0 17.7-14.3 32-32 32h-16c-35.3 0-64-28.7-64-64zm288-64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64h-16c-17.7 0-32-14.3-32-32V320c0-17.7 14.3-32 32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/headphones.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/headphones.svg new file mode 100644 index 0000000..23660df --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/headphones.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 80C149.9 80 62.4 159.4 49.6 262c9.4-3.8 19.6-6 30.4-6 26.5 0 48 21.5 48 48v128c0 26.5-21.5 48-48 48-44.2 0-80-35.8-80-80V288C0 146.6 114.6 32 256 32s256 114.6 256 256v112c0 44.2-35.8 80-80 80-26.5 0-48-21.5-48-48V304c0-26.5 21.5-48 48-48 10.8 0 21 2.1 30.4 6C449.6 159.4 362.1 80 256 80"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/headset.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/headset.svg new file mode 100644 index 0000000..0cdc31d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/headset.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 48C141.1 48 48 141.1 48 256v40c0 13.3-10.7 24-24 24S0 309.3 0 296v-40C0 114.6 114.6 0 256 0s256 114.6 256 256v144.1c0 48.6-39.4 88-88.1 88l-110.3-.1c-8.3 14.3-23.8 24-41.6 24h-32c-26.5 0-48-21.5-48-48s21.5-48 48-48h32c17.8 0 33.3 9.7 41.6 24l110.4.1c22.1 0 40-17.9 40-40V256c0-114.9-93.1-208-208-208M144 208h16c17.7 0 32 14.3 32 32v112c0 17.7-14.3 32-32 32h-16c-35.3 0-64-28.7-64-64v-48c0-35.3 28.7-64 64-64m224 0c35.3 0 64 28.7 64 64v48c0 35.3-28.7 64-64 64h-16c-17.7 0-32-14.3-32-32V240c0-17.7 14.3-32 32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/heart-circle-bolt.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/heart-circle-bolt.svg new file mode 100644 index 0000000..775b9ca --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/heart-circle-bolt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m47.6 300.4 180.7 168.7c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176 28.3 0 55 6.7 78.7 18.5.9-6.5 1.3-13 1.3-19.6v-5.8c0-69.9-50.5-129.5-119.4-141-45.6-7.6-92 7.3-124.6 39.9l-12 12-12-12c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5M432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288m47.9-225c4.3 3.7 5.4 9.9 2.6 14.9L452.4 356H488c5.2 0 9.8 3.3 11.4 8.2s-.1 10.3-4.2 13.4l-96 72c-4.5 3.4-10.8 3.2-15.1-.6s-5.4-9.9-2.6-14.9l30.1-54.1H376c-5.2 0-9.8-3.3-11.4-8.2s.1-10.3 4.2-13.4l96-72c4.5-3.4 10.8-3.2 15.1.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/heart-circle-check.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/heart-circle-check.svg new file mode 100644 index 0000000..4a14c33 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/heart-circle-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m47.6 300.4 180.7 168.7c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176 28.3 0 55 6.7 78.7 18.5.9-6.5 1.3-13 1.3-19.6v-5.8c0-69.9-50.5-129.5-119.4-141-45.6-7.6-92 7.3-124.6 39.9l-12 12-12-12c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5M576 368a144 144 0 1 0-288 0 144 144 0 1 0 288 0m-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l28.7 28.7 60.7-60.7c6.2-6.2 16.4-6.2 22.6 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/heart-circle-exclamation.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/heart-circle-exclamation.svg new file mode 100644 index 0000000..10f0401 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/heart-circle-exclamation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m47.6 300.4 180.7 168.7c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176 28.3 0 55 6.7 78.7 18.5.9-6.5 1.3-13 1.3-19.6v-5.8c0-69.9-50.5-129.5-119.4-141-45.6-7.6-92 7.3-124.6 39.9l-12 12-12-12c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5M432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288m0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48m0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16v-80c0-8.8 7.2-16 16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/heart-circle-minus.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/heart-circle-minus.svg new file mode 100644 index 0000000..47d71b2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/heart-circle-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m47.6 300.4 180.7 168.7c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176 28.3 0 55 6.7 78.7 18.5.9-6.5 1.3-13 1.3-19.6v-5.8c0-69.9-50.5-129.5-119.4-141-45.6-7.6-92 7.3-124.6 39.9l-12 12-12-12c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5M576 368a144 144 0 1 0-288 0 144 144 0 1 0 288 0m-64 0c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16s7.2-16 16-16h128c8.8 0 16 7.2 16 16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/heart-circle-plus.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/heart-circle-plus.svg new file mode 100644 index 0000000..d5ef67a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/heart-circle-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m47.6 300.4 180.7 168.7c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176 28.3 0 55 6.7 78.7 18.5.9-6.5 1.3-13 1.3-19.6v-5.8c0-69.9-50.5-129.5-119.4-141-45.6-7.6-92 7.3-124.6 39.9l-12 12-12-12c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5M432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288m16-208v48h48c8.8 0 16 7.2 16 16s-7.2 16-16 16h-48v48c0 8.8-7.2 16-16 16s-16-7.2-16-16v-48h-48c-8.8 0-16-7.2-16-16s7.2-16 16-16h48v-48c0-8.8 7.2-16 16-16s16 7.2 16 16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/heart-circle-xmark.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/heart-circle-xmark.svg new file mode 100644 index 0000000..0c48b9c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/heart-circle-xmark.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m47.6 300.4 180.7 168.7c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176 28.3 0 55 6.7 78.7 18.5.9-6.5 1.3-13 1.3-19.6v-5.8c0-69.9-50.5-129.5-119.4-141-45.6-7.6-92 7.3-124.6 39.9l-12 12-12-12c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5M432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288m59.3-180.7L454.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L432 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l36.7-36.7-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l36.7 36.7 36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/heart-crack.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/heart-crack.svg new file mode 100644 index 0000000..7cb5abb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/heart-crack.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M119.4 44.1c23.3-3.9 46.8-1.9 68.6 5.3l49.8 77.5-75.4 75.4c-1.5 1.5-2.4 3.6-2.3 5.8s1 4.2 2.6 5.7l112 104c2.9 2.7 7.4 2.9 10.5.3s3.8-7 1.7-10.4l-60.4-98.1 90.7-75.6c2.6-2.1 3.5-5.7 2.4-8.8l-22.8-63.4c28.5-16.7 62.4-23.2 95.7-17.6 69 11.4 119.5 71 119.5 140.9v5.8c0 41.5-17.2 81.2-47.6 109.5L283.7 469.1c-7.5 7-17.4 10.9-27.7 10.9s-20.2-3.9-27.7-10.9L47.6 300.4C17.2 272.1 0 232.4 0 190.9v-5.8c0-69.9 50.5-129.5 119.4-141"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/heart-pulse.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/heart-pulse.svg new file mode 100644 index 0000000..8695f2a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/heart-pulse.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M228.3 469.1 47.6 300.4c-4.2-3.9-8.2-8.1-11.9-12.4h87c22.6 0 43-13.6 51.7-34.5l10.5-25.2 49.3 109.5c3.8 8.5 12.1 14 21.4 14.1s17.8-5 22-13.3l42.4-84.9 1.7 3.4c9.5 19 28.9 31 50.1 31h104.5c-3.7 4.3-7.7 8.5-11.9 12.4L283.7 469.1c-7.5 7-17.4 10.9-27.7 10.9s-20.2-3.9-27.7-10.9M503.7 240h-132c-3 0-5.8-1.7-7.2-4.4l-23.2-46.3c-4.1-8.1-12.4-13.3-21.5-13.3s-17.4 5.1-21.5 13.3l-41.4 82.8-51-113.9c-3.9-8.7-12.7-14.3-22.2-14.1s-18.1 5.9-21.8 14.8l-31.8 76.3c-1.2 3-4.2 4.9-7.4 4.9L16 240c-2.6 0-5 .4-7.3 1.1C3 225.2 0 208.2 0 190.9v-5.8c0-69.9 50.5-129.5 119.4-141 45.6-7.6 92 7.3 124.6 39.9l12 12 12-12c32.6-32.6 79-47.5 124.6-39.9 68.9 11.5 119.4 71.1 119.4 141v5.8c0 16.9-2.8 33.5-8.3 49.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/heart.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/heart.svg new file mode 100644 index 0000000..98048b6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/heart.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m47.6 300.4 180.7 168.7c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l180.7-168.7c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141-45.6-7.6-92 7.3-124.6 39.9l-12 12-12-12c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/helicopter-symbol.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/helicopter-symbol.svg new file mode 100644 index 0000000..fe0cee1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/helicopter-symbol.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M445.3 224H510C495.6 108.2 403.8 16.4 288 2v64.7c80.4 13.4 143.9 76.9 157.3 157.3m64.7 64h-64.7c-13.4 80.4-76.9 143.9-157.3 157.3V510c115.8-14.4 207.6-106.2 222-222M2 288c14.4 115.8 106.2 207.6 222 222v-64.7C143.6 431.9 80.1 368.4 66.7 288zm0-64h64.7C80.1 143.6 143.6 80.1 224 66.7V2C108.2 16.4 16.4 108.2 2 224m206-64c0-17.7-14.3-32-32-32s-32 14.3-32 32v192c0 17.7 14.3 32 32 32s32-14.3 32-32v-64h96v64c0 17.7 14.3 32 32 32s32-14.3 32-32V160c0-17.7-14.3-32-32-32s-32 14.3-32 32v64h-96z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/helicopter.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/helicopter.svg new file mode 100644 index 0000000..447c047 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/helicopter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M128 32c0-17.7 14.3-32 32-32h384c17.7 0 32 14.3 32 32s-14.3 32-32 32H384v64h32c88.4 0 160 71.6 160 160v64c0 17.7-14.3 32-32 32H320c-20.1 0-39.1-9.5-51.2-25.6l-71.4-95.2c-3.5-4.7-8.3-8.3-13.7-10.5L47.2 198.1c-9.5-3.8-16.7-12-19.2-22L5 83.9C2.4 73.8 10.1 64 20.5 64H48c10.1 0 19.6 4.7 25.6 12.8L112 128h208V64H160c-17.7 0-32-14.3-32-32m256 288h128v-32c0-53-43-96-96-96h-32zm246.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-3.9 3.9c-24 24-56.6 37.5-90.5 37.5L256 512c-17.7 0-32-14.3-32-32s14.3-32 32-32h280.2c17 0 33.3-6.7 45.3-18.7l3.9-3.9c12.5-12.5 32.8-12.5 45.3 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/helmet-safety.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/helmet-safety.svg new file mode 100644 index 0000000..7a3abaa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/helmet-safety.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 32c-17.7 0-32 14.3-32 32v101.9c0 5.6-4.5 10.1-10.1 10.1-3.6 0-7-1.9-8.8-5.1l-48-83.9C83 123.5 32 199.8 32 288v64h512v-66.4c-.9-87.2-51.7-162.4-125.1-198.6l-48 83.9c-1.8 3.2-5.2 5.1-8.8 5.1-5.6 0-10.1-4.5-10.1-10.1V64c0-17.7-14.3-32-32-32zM16.6 384C7.4 384 0 391.4 0 400.6c0 4.7 2 9.2 5.8 11.9C27.5 428.4 111.8 480 288 480s260.5-51.6 282.2-67.5c3.8-2.8 5.8-7.2 5.8-11.9 0-9.2-7.4-16.6-16.6-16.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/helmet-un.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/helmet-un.svg new file mode 100644 index 0000000..6576386 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/helmet-un.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M479.5 224C471.2 98.9 367.2 0 240 0 107.5 0 0 107.5 0 240v56.3C0 344.8 39.2 384 87.7 384h127.2l128.6 121.4c4.5 4.2 10.4 6.6 16.5 6.6h96c13.3 0 24-10.7 24-24s-10.7-24-24-24h-86.5l-1.5-1.5V288h112c17.7 0 32-14.3 32-32s-14.3-32-32-32zM320 417.2l-78-73.7 32.4-55.5H320zm-34.7-314.1 34.7 52v-43.2c0-8.8 7.2-16 16-16s16 7.2 16 16v96c0 7.1-4.6 13.3-11.4 15.3s-14-.6-17.9-6.4l-34.7-52V208c0 8.8-7.2 16-16 16s-16-7.2-16-16v-96c0-7.1 4.6-13.3 11.4-15.3s14 .6 17.9 6.4M160 112v64c0 8.8 7.2 16 16 16s16-7.2 16-16v-64c0-8.8 7.2-16 16-16s16 7.2 16 16v64c0 26.5-21.5 48-48 48s-48-21.5-48-48v-64c0-8.8 7.2-16 16-16s16 7.2 16 16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/highlighter.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/highlighter.svg new file mode 100644 index 0000000..c33ef7e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/highlighter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m315 315 158.4-215-29.3-29.4L229 229zm-187 5v-71.7c0-15.3 7.2-29.6 19.5-38.6L420.6 8.4C428 2.9 437 0 446.2 0c11.4 0 22.4 4.5 30.5 12.6l54.8 54.8c8.1 8.1 12.6 19 12.6 30.5 0 9.2-2.9 18.2-8.4 25.6l-201.3 273c-9 12.3-23.4 19.5-38.6 19.5H224l-25.4 25.4c-12.5 12.5-32.8 12.5-45.3 0l-50.7-50.7c-12.5-12.5-12.5-32.8 0-45.3zM7 466.3l63-63 70.6 70.6-31 31c-4.5 4.5-10.6 7-17 7L24 512c-13.3 0-24-10.7-24-24v-4.7c0-6.4 2.5-12.5 7-17"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hill-avalanche.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hill-avalanche.svg new file mode 100644 index 0000000..55b852f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hill-avalanche.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M439.7 401.9c34.2 23.1 81.1 19.5 111.4-10.8 34.4-34.4 34.4-90.1 0-124.4-27.8-27.8-69.5-33.1-102.6-16-11.8 6.1-16.4 20.6-10.3 32.3s20.6 16.4 32.3 10.3c15.1-7.8 34-5.3 46.6 7.3 15.6 15.6 15.6 40.9 0 56.6s-40.9 15.6-56.6 0l-81.7-81.7c22.4-14.2 37.2-39.1 37.2-67.5 0-33.9-21.1-62.9-50.9-74.5 1.9-6.8 2.9-14 2.9-21.5 0-44.2-35.8-80-80-80-27.3 0-51.5 13.7-65.9 34.6-5.8-20-24.2-34.6-46.1-34.6-26.5 0-48 21.5-48 48 0 4 .5 7.9 1.4 11.6zM480 64a32 32 0 1 0-64 0 32 32 0 1 0 64 0m0 128a32 32 0 1 0 0-64 32 32 0 1 0 0 64M68.3 87C43.1 61.8 0 79.7 0 115.3V432c0 44.2 35.8 80 80 80h316.7c35.6 0 53.5-43.1 28.3-68.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hill-rockslide.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hill-rockslide.svg new file mode 100644 index 0000000..eb8a61e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hill-rockslide.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m252.4 103.8 27 48c2.8 5 8.2 8.2 13.9 8.2h53.3c5.8 0 11.1-3.1 13.9-8.2l27-48c2.7-4.9 2.7-10.8 0-15.7l-27-48c-2.8-5-8.2-8.2-13.9-8.2h-53.3c-5.8 0-11.1 3.1-13.9 8.2l-27 48c-2.7 4.9-2.7 10.8 0 15.7M68.3 87C43.1 61.8 0 79.7 0 115.3V432c0 44.2 35.8 80 80 80h316.7c35.6 0 53.5-43.1 28.3-68.3zm435.9 316.6c4.9 2.7 10.8 2.7 15.7 0l48-27c5-2.8 8.2-8.2 8.2-13.9v-53.3c0-5.8-3.1-11.1-8.2-13.9l-48-27c-4.9-2.7-10.8-2.7-15.7 0l-48 27c-5 2.8-8.2 8.2-8.2 13.9v53.3c0 5.8 3.1 11.1 8.2 13.9zM192 64a32 32 0 1 0-64 0 32 32 0 1 0 64 0m192 224a32 32 0 1 0 0-64 32 32 0 1 0 0 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hippo.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hippo.svg new file mode 100644 index 0000000..803c7ab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hippo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M407 47c9.4-9.4 24.6-9.4 33.9 0l17.2 17.2c1.9-.1 3.9-.2 5.8-.2h32c11.2 0 21.9 2.3 31.6 6.5L543 55c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-12.9 13c7.6 12.2 12 26.7 12 42.1 0 10.2 7.4 18.8 16.7 23 27.9 12.5 47.3 40.5 47.3 73 0 26.2-12.6 49.4-32 64v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-16h-64v16c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-17.6c-11.8-2.4-22.7-7.4-32-14.4-1.5-1.1-2.9-2.3-4.3-3.5-17-14.7-27.7-36.4-27.7-60.5 0-8.8-7.2-16-16-16s-16 7.2-16 16c0 44.7 26.2 83.2 64 101.2V352c0 17.7 14.3 32 32 32h32v64c0 17.7-14.3 32-32 32h-64c-17.7 0-32-14.3-32-32v-76c-19.8 7.7-41.4 12-64 12s-44.2-4.3-64-12v76c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V329.1l-18.1 40.6c-5.4 12.1-19.6 17.6-31.7 12.2s-17.5-19.5-12.1-31.6L24 300.9c5.3-11.9 8-24.7 8-37.7C32 155.7 117.2 68 223.8 64.1l.2-.1h64c41.7 0 83.4 12.1 117.2 25.7 1.7-1.8 3.5-3.6 5.3-5.2L407 81c-9.4-9.4-9.4-24.6 0-33.9zm73 185a24 24 0 1 0-48 0 24 24 0 1 0 48 0m88 24a24 24 0 1 0 0-48 24 24 0 1 0 0 48m-88-112a16 16 0 1 0-32 0 16 16 0 1 0 32 0m48 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hockey-puck.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hockey-puck.svg new file mode 100644 index 0000000..ca76237 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hockey-puck.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 256C114.6 256 0 213 0 160s114.6-96 256-96 256 43 256 96-114.6 96-256 96m192.3 1.8c24.7-9.3 46.9-21 63.7-35.6V352c0 53-114.6 96-256 96S0 405 0 352V222.3c16.8 14.6 39 26.3 63.7 35.6 50.8 19 118.8 30.1 192.3 30.1s141.5-11.1 192.3-30.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/holly-berry.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/holly-berry.svg new file mode 100644 index 0000000..2f53348 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/holly-berry.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96m-80 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96m100.8 191.8c1 .1 2.1.2 3.2.2 39.8 0 72 32.2 72 72v22.7c0 16.4 16 27.9 31.6 22.8l12.8-4.3c18-6 37.3-6.5 55.6-1.5l19.4 5.3c17.9 4.9 34.4-11.6 29.5-29.5l-5.3-19.5c-5-18.3-4.4-37.6 1.5-55.6l4.3-12.8c5.2-15.5-6.4-31.6-22.8-31.6-34.6 0-62.7-28.1-62.7-62.7v-32c0-16.4-16-27.9-31.6-22.8l-12.8 4.3c-18 6-37.3 6.5-55.6 1.5l-29.6-8.1c-2.9-.8-5.9-1-8.7-.7 4.2 9.7 5.8 20.8 3.7 32.3l-6.3 34.9c-1.5 8.4-1.4 17 .5 25.3l5.3 23.9c2.8 12.7 1.1 25.2-4 35.9M127.6 234.5c-15.5-5.2-31.6 6.4-31.6 22.8v32c0 34.6-28.1 62.7-62.7 62.7-16.4 0-27.9 16-22.8 31.6l4.3 12.8c6 18 6.5 37.3 1.5 55.6L11 471.4c-4.8 18 11.6 34.4 29.5 29.6l19.5-5.4c18.3-5 37.6-4.5 55.6 1.5l12.8 4.3c15.5 5.2 31.6-6.4 31.6-22.8v-32c0-34.6 28.1-62.7 62.7-62.7 16.4 0 27.9-16 22.8-31.6l-4.3-12.8c-6-18-6.5-37.3-1.5-55.6l5.3-19.4c4.9-17.9-11.6-34.4-29.5-29.5l-19.5 5.4c-18.3 5-37.6 4.4-55.6-1.5l-12.8-4.3zM384 144a48 48 0 1 0-96 0 48 48 0 1 0 96 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/horse-head.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/horse-head.svg new file mode 100644 index 0000000..f502142 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/horse-head.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 464V316.9c0-108.4 68.3-205.1 170.5-241.3l169.7-60.1c21.4-7.6 43.8 8.3 43.8 30.9 0 11-5.5 21.2-14.6 27.3L400 96c48.1 0 91.2 29.8 108.1 74.9l48.6 129.5c11.8 31.4 4.1 66.8-19.6 90.5-16 16-37.8 25.1-60.5 25.1h-3.4c-26.1 0-50.9-11.6-67.6-31.7l-32.3-38.7c-11.7 4.1-24.2 6.4-37.3 6.4h-.1q-9.45 0-18.6-1.5c-3.6-.6-7.2-1.4-10.7-2.3-28.9-7.8-53.1-26.8-67.8-52.2-4.4-7.6-14.2-10.3-21.9-5.8s-10.3 14.2-5.8 21.9c24 41.5 68.3 70 119.3 71.9l47.2 70.8c4 6.1 6.2 13.2 6.2 20.4 0 20.3-16.5 36.8-36.8 36.8H112c-26.5 0-48-21.5-48-48m328-240a24 24 0 1 0 0-48 24 24 0 1 0 0 48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/horse.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/horse.svg new file mode 100644 index 0000000..0fad7b9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/horse.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M448 238.1V160h16l9.8 19.6c12.5 25.1 42.2 36.4 68.3 26 20.5-8.2 33.9-28 33.9-50.1V80c0-19.1-8.4-36.3-21.7-48h5.7c8.8 0 16-7.2 16-16s-7.2-16-16-16H448c-70.7 0-128 57.3-128 128H148.8c-30.7 0-57.6 16.3-72.5 40.8C33.2 174.5 0 211.4 0 256v56c0 13.3 10.7 24 24 24s24-10.7 24-24v-56c0-13.4 6.6-25.2 16.7-32.5 1.6 13 6.3 25.4 13.6 36.4l28.2 42.4c8.3 12.4 6.4 28.7-1.2 41.6-16.5 28-20.6 62.2-10 93.9l17.5 52.4c4.4 13.1 16.6 21.9 30.4 21.9h33.7c21.8 0 37.3-21.4 30.4-42.1l-20.8-62.5c-2.1-6.4-.5-13.4 4.3-18.2l12.7-12.7c13.2-13.2 20.6-31.1 20.6-49.7q0-3.45-.3-6.9l84 24c4.1 1.2 8.2 2.1 12.3 2.8L320 480c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V315.7c19.2-19.2 31.5-45.7 32-75.7zM496 64a16 16 0 1 1 0 32 16 16 0 1 1 0-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hospital-user.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hospital-user.svg new file mode 100644 index 0000000..e4bb73d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hospital-user.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M48 0C21.5 0 0 21.5 0 48v208h144c8.8 0 16 7.2 16 16s-7.2 16-16 16H0v64h144c8.8 0 16 7.2 16 16s-7.2 16-16 16H0v80c0 26.5 21.5 48 48 48h217.9c-6.3-10.2-9.9-22.2-9.9-35.1 0-46.9 25.8-87.8 64-109.2V48c0-26.5-21.5-48-48-48zm104 64h16c8.8 0 16 7.2 16 16v24h24c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-24v24c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-24h-24c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16h24V80c0-8.8 7.2-16 16-16m360 208a80 80 0 1 0-160 0 80 80 0 1 0 160 0M288 477.1c0 19.3 15.6 34.9 34.9 34.9h218.2c19.3 0 34.9-15.6 34.9-34.9 0-51.4-41.7-93.1-93.1-93.1H381.1c-51.4 0-93.1 41.7-93.1 93.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hospital.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hospital.svg new file mode 100644 index 0000000..a147650 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hospital.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M192 48c0-26.5 21.5-48 48-48h160c26.5 0 48 21.5 48 48v464h-80v-80c0-26.5-21.5-48-48-48s-48 21.5-48 48v80h-80zM48 96h112v416H48c-26.5 0-48-21.5-48-48V320h80c8.8 0 16-7.2 16-16s-7.2-16-16-16H0v-64h80c8.8 0 16-7.2 16-16s-7.2-16-16-16H0v-48c0-26.5 21.5-48 48-48m544 0c26.5 0 48 21.5 48 48v48h-80c-8.8 0-16 7.2-16 16s7.2 16 16 16h80v64h-80c-8.8 0-16 7.2-16 16s7.2 16 16 16h80v144c0 26.5-21.5 48-48 48H480V96zM312 64c-8.8 0-16 7.2-16 16v24h-24c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h24v24c0 8.8 7.2 16 16 16h16c8.8 0 16-7.2 16-16v-24h24c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16h-24V80c0-8.8-7.2-16-16-16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hot-tub-person.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hot-tub-person.svg new file mode 100644 index 0000000..457b124 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hot-tub-person.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M272 24c0-13.3-10.7-24-24-24s-24 10.7-24 24v5.2c0 34 14.4 66.4 39.7 89.2l16.4 14.8c15.2 13.7 23.8 33.1 23.8 53.5v13.2c0 13.3 10.7 24 24 24s24-10.7 24-24v-13.2c0-34-14.4-66.4-39.7-89.2l-16.4-14.7C280.7 69.1 272 49.7 272 29.2zM0 320v128c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V320c0-35.3-28.7-64-64-64H277.3c-13.8 0-27.3-4.5-38.4-12.8l-85.3-64C137 166.7 116.8 160 96 160c-53 0-96 43-96 96zm128 16v96c0 8.8-7.2 16-16 16s-16-7.2-16-16v-96c0-8.8 7.2-16 16-16s16 7.2 16 16m80-16c8.8 0 16 7.2 16 16v96c0 8.8-7.2 16-16 16s-16-7.2-16-16v-96c0-8.8 7.2-16 16-16m112 16v96c0 8.8-7.2 16-16 16s-16-7.2-16-16v-96c0-8.8 7.2-16 16-16s16 7.2 16 16m80-16c8.8 0 16 7.2 16 16v96c0 8.8-7.2 16-16 16s-16-7.2-16-16v-96c0-8.8 7.2-16 16-16M360 0c-13.3 0-24 10.7-24 24v5.2c0 34 14.4 66.4 39.7 89.2l16.4 14.8c15.2 13.7 23.8 33.1 23.8 53.5v13.2c0 13.3 10.7 24 24 24s24-10.7 24-24v-13.2c0-34-14.4-66.4-39.7-89.2l-16.4-14.7C392.7 69.1 384 49.7 384 29.2V24c0-13.3-10.7-24-24-24M64 128A64 64 0 1 0 64 0a64 64 0 1 0 0 128"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hotdog.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hotdog.svg new file mode 100644 index 0000000..de678e3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hotdog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M488.6 23.4c31.2 31.2 31.2 81.9 0 113.1l-352 352c-31.2 31.2-81.9 31.2-113.1 0s-31.2-81.9 0-113.1l352-352c31.2-31.2 81.9-31.2 113.1 0m-45.3 69.3c-6.2-6.2-16.4-6.2-22.6 0-12.5 12.5-23.8 15.1-37.5 17.6l-2.5.4c-13.8 2.5-31.6 5.6-48 22-16.7 16.7-20.9 36-24.1 50.9l-.2 1c-3.4 15.6-6 26.4-15.7 36.1s-20.5 12.3-36.1 15.7l-1 .2c-14.9 3.2-34.2 7.4-50.9 24.1s-20.9 36-24.1 50.9l-.2 1c-3.4 15.6-6 26.4-15.7 36.1-9.2 9.2-18 10.8-32.7 13.4l-.9.2c-15.6 2.8-34.9 6.9-54.4 26.4-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0c12.5-12.5 23.8-15.1 37.5-17.6l2.5-.4c13.8-2.5 31.6-5.6 48-22 16.7-16.7 20.9-36 24.1-50.9l.2-1c3.4-15.6 6-26.4 15.7-36.1s20.5-12.3 36.1-15.7l1-.2c14.9-3.2 34.2-7.4 50.9-24.1s20.9-36 24.1-50.9l.2-1c3.4-15.6 6-26.4 15.7-36.1 9.2-9.2 18-10.8 32.7-13.4l.9-.2c15.6-2.8 34.9-6.9 54.4-26.4 6.2-6.2 6.2-16.4 0-22.6M191.2 479.2l288-288L495 207c10.9 10.9 17 25.6 17 41s-6.1 30.1-17 41L289 495c-10.9 10.9-25.6 17-41 17s-30.1-6.1-41-17zM17 305C6.1 294.1 0 279.4 0 264s6.1-30.1 17-41L223 17c10.9-10.9 25.6-17 41-17s30.1 6.1 41 17l15.8 15.8-288 288z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hotel.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hotel.svg new file mode 100644 index 0000000..032cafc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hotel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 32C0 14.3 14.3 0 32 0h448c17.7 0 32 14.3 32 32s-14.3 32-32 32v384c17.7 0 32 14.3 32 32s-14.3 32-32 32H304v-48c0-26.5-21.5-48-48-48s-48 21.5-48 48v48H32c-17.7 0-32-14.3-32-32s14.3-32 32-32V64C14.3 64 0 49.7 0 32m96 80v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16m144-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm112 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16m-240 80c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm112 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16m144-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm-40 192c13.3 0 24.3-10.9 21-23.8-10.6-41.5-48.2-72.2-93-72.2s-82.5 30.7-93 72.2c-3.3 12.8 7.8 23.8 21 23.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hourglass-end.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hourglass-end.svg new file mode 100644 index 0000000..a67eff3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hourglass-end.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 0C14.3 0 0 14.3 0 32s14.3 32 32 32v11c0 42.4 16.9 83.1 46.9 113.1l67.8 67.9-67.8 67.9C48.9 353.9 32 394.6 32 437v11c-17.7 0-32 14.3-32 32s14.3 32 32 32h320c17.7 0 32-14.3 32-32s-14.3-32-32-32v-11c0-42.4-16.9-83.1-46.9-113.1L237.3 256l67.9-67.9c30-30 46.9-70.7 46.9-113.1V64c17.7 0 32-14.3 32-32s-14.3-32-32-32H32m64 75V64h192v11c0 25.5-10.1 49.9-28.1 67.9L192 210.7l-67.9-67.9C106.1 124.9 96 100.4 96 75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hourglass-half.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hourglass-half.svg new file mode 100644 index 0000000..79e7946 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hourglass-half.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 0C14.3 0 0 14.3 0 32s14.3 32 32 32v11c0 42.4 16.9 83.1 46.9 113.1l67.8 67.9-67.8 67.9C48.9 353.9 32 394.6 32 437v11c-17.7 0-32 14.3-32 32s14.3 32 32 32h320c17.7 0 32-14.3 32-32s-14.3-32-32-32v-11c0-42.4-16.9-83.1-46.9-113.1L237.3 256l67.9-67.9c30-30 46.9-70.7 46.9-113.1V64c17.7 0 32-14.3 32-32s-14.3-32-32-32H32m64 75V64h192v11c0 19-5.6 37.4-16 53H112c-10.3-15.6-16-34-16-53m16 309c3.5-5.3 7.6-10.3 12.1-14.9l67.9-67.8 67.9 67.9c4.6 4.6 8.6 9.6 12.1 14.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hourglass-start.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hourglass-start.svg new file mode 100644 index 0000000..aa28475 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hourglass-start.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 0C14.3 0 0 14.3 0 32s14.3 32 32 32v11c0 42.4 16.9 83.1 46.9 113.1l67.8 67.9-67.8 67.9C48.9 353.9 32 394.6 32 437v11c-17.7 0-32 14.3-32 32s14.3 32 32 32h320c17.7 0 32-14.3 32-32s-14.3-32-32-32v-11c0-42.4-16.9-83.1-46.9-113.1L237.3 256l67.9-67.9c30-30 46.9-70.7 46.9-113.1V64c17.7 0 32-14.3 32-32s-14.3-32-32-32H32m256 437v11H96v-11c0-25.5 10.1-49.9 28.1-67.9l67.9-67.8 67.9 67.9c18 18 28.1 42.4 28.1 67.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hourglass.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hourglass.svg new file mode 100644 index 0000000..7588100 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hourglass.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 32C0 14.3 14.3 0 32 0h320c17.7 0 32 14.3 32 32s-14.3 32-32 32v11c0 42.4-16.9 83.1-46.9 113.1L237.3 256l67.9 67.9c30 30 46.9 70.7 46.9 113.1v11c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32v-11c0-42.4 16.9-83.1 46.9-113.1l67.8-67.9-67.8-67.9C48.9 158.1 32 117.4 32 75V64C14.3 64 0 49.7 0 32m96 32v11c0 25.5 10.1 49.9 28.1 67.9l67.9 67.8 67.9-67.9c18-18 28.1-42.4 28.1-67.9v-11zm0 384h192v-11c0-25.5-10.1-49.9-28.1-67.9L192 301.3l-67.9 67.9c-18 18-28.1 42.4-28.1 67.9v11z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/house-chimney-crack.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/house-chimney-crack.svg new file mode 100644 index 0000000..1cdd12d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/house-chimney-crack.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c.2 35.5-28.5 64.3-64 64.3H326.4L288 448l80.8-67.3c7.8-6.5 7.6-18.6-.4-24.9l-117.8-92.6c-14.6-11.5-33.8 7-22.8 22L288 368l-85.5 71.2c-6.1 5-7.5 13.8-3.5 20.5l31.4 52.3H128.1c-35.3 0-64-28.7-64-64V287.6h-32c-18 0-32-14-32-32.1 0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L416 100.7V64c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32v121l52.8 46.4c8 7 12 15 11 24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/house-chimney-medical.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/house-chimney-medical.svg new file mode 100644 index 0000000..90f4346 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/house-chimney-medical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c.2 35.5-28.5 64.3-64 64.3H128.1c-35.3 0-64-28.7-64-64V287.7h-32c-18 0-32-14-32-32.1 0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L416 100.7V64c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32v121l52.8 46.4c8 7 12 15 11 24zM272 192c-8.8 0-16 7.2-16 16v48h-48c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16h-48v-48c0-8.8-7.2-16-16-16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/house-chimney-user.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/house-chimney-user.svg new file mode 100644 index 0000000..e418b73 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/house-chimney-user.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M543.8 287.6c17 0 32-14 32-32.1 1-9-3-17-11-24L512 185V64c0-17.7-14.3-32-32-32h-32c-17.7 0-32 14.3-32 32v36.7L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24 0 18 14 32.1 32 32.1h32V448c0 35.3 28.7 64 64 64h320.4c35.5 0 64.2-28.8 64-64.3l-.7-160.2h32zM288 160a64 64 0 1 1 0 128 64 64 0 1 1 0-128M176 400c0-44.2 35.8-80 80-80h64c44.2 0 80 35.8 80 80 0 8.8-7.2 16-16 16H192c-8.8 0-16-7.2-16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/house-chimney-window.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/house-chimney-window.svg new file mode 100644 index 0000000..a9bff36 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/house-chimney-window.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c.2 35.5-28.5 64.3-64 64.3H128.1c-35.3 0-64-28.7-64-64V287.7h-32c-18 0-32-14-32-32.1 0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L416 100.7V64c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32v121l52.8 46.4c8 7 12 15 11 24zM248 192c-13.3 0-24 10.7-24 24v80c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24v-80c0-13.3-10.7-24-24-24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/house-chimney.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/house-chimney.svg new file mode 100644 index 0000000..f976523 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/house-chimney.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M543.8 287.6c17 0 32-14 32-32.1 1-9-3-17-11-24L512 185V64c0-17.7-14.3-32-32-32h-32c-17.7 0-32 14.3-32 32v36.7L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24 0 18 14 32.1 32 32.1h32v69.7c-.1.9-.1 1.8-.1 2.8v112c0 22.1 17.9 40 40 40h16c1.2 0 2.4-.1 3.6-.2 1.5.1 3 .2 4.5.2h55.9c22.1 0 40-17.9 40-40v-88c0-17.7 14.3-32 32-32h64c17.7 0 32 14.3 32 32v88c0 22.1 17.9 40 40 40h56.5c1.4 0 2.8 0 4.2-.1 1.1.1 2.2.1 3.3.1h16c22.1 0 40-17.9 40-40v-16.2c.3-2.6.5-5.3.5-8.1l-.7-160.2h32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/house-circle-check.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/house-circle-check.svg new file mode 100644 index 0000000..2ed3c0b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/house-circle-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M320.7 352c8.1-89.7 83.5-160 175.3-160 8.9 0 17.6.7 26.1 1.9L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24 0 18 14 32.1 32 32.1h32v69.7c-.1.9-.1 1.8-.1 2.8v112c0 22.1 17.9 40 40 40h16c1.2 0 2.4-.1 3.6-.2 1.5.1 3 .2 4.5.2h55.9c22.1 0 40-17.9 40-40v-88c0-17.7 14.3-32 32-32h64.7zM640 368a144 144 0 1 0-288 0 144 144 0 1 0 288 0m-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l28.7 28.7 60.7-60.7c6.2-6.2 16.4-6.2 22.6 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/house-circle-exclamation.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/house-circle-exclamation.svg new file mode 100644 index 0000000..3b61230 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/house-circle-exclamation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M320.7 352c8.1-89.7 83.5-160 175.3-160 8.9 0 17.6.7 26.1 1.9L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24 0 18 14 32.1 32 32.1h32v69.7c-.1.9-.1 1.8-.1 2.8v112c0 22.1 17.9 40 40 40h16c1.2 0 2.4-.1 3.6-.2 1.5.1 3 .2 4.5.2h55.9c22.1 0 40-17.9 40-40v-88c0-17.7 14.3-32 32-32h64.7zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288m0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48m0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16v-80c0-8.8 7.2-16 16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/house-circle-xmark.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/house-circle-xmark.svg new file mode 100644 index 0000000..957ee1b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/house-circle-xmark.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M320.7 352c8.1-89.7 83.5-160 175.3-160 8.9 0 17.6.7 26.1 1.9L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24 0 18 14 32.1 32 32.1h32v69.7c-.1.9-.1 1.8-.1 2.8v112c0 22.1 17.9 40 40 40h16c1.2 0 2.4-.1 3.6-.2 1.5.1 3 .2 4.5.2h55.9c22.1 0 40-17.9 40-40v-88c0-17.7 14.3-32 32-32h64.7zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288m59.3-180.7L518.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l36.7-36.7-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l36.7 36.7 36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/house-crack.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/house-crack.svg new file mode 100644 index 0000000..eb9f6af --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/house-crack.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M543.8 287.6c17 0 32-14 32-32.1 1-9-3-17-11-24L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24 0 18 14 32.1 32 32.1h32V448c0 35.3 28.7 64 64 64h102.3L199 459.8c-4.1-6.8-2.6-15.5 3.5-20.5L288 368l-60.2-82.8c-10.9-15 8.2-33.5 22.8-22l117.9 92.6c8 6.3 8.2 18.4.4 24.9L288 448l38.4 64h122.1c35.5 0 64.2-28.8 64-64.3l-.7-160.2h32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/house-fire.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/house-fire.svg new file mode 100644 index 0000000..47e4c10 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/house-fire.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M288 350.1v1.9h-32c-17.7 0-32 14.3-32 32v88c0 22.1-17.9 40-40 40h-55.9c-1.5 0-3-.1-4.5-.2-1.2.1-2.4.2-3.6.2h-16c-22.1 0-40-17.9-40-40V360c0-.9 0-1.9.1-2.8v-69.7h-32c-18 0-32-14-32-32.1 0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7l137.9 121.1c-12.3-1-25 3-34.8 11.7-35.4 31.6-65.6 67.7-87.3 102.8-20.9 33.9-37.2 72.3-37.2 107.5M480 512c-88.4 0-160-71.6-160-160 0-76.7 62.5-144.7 107.2-179.4 5-3.9 10.9-5.8 16.8-5.8 7.9-.1 16 3.1 22 9.2l46 46 11.3-11.3c11.7-11.7 30.6-12.7 42.3-1C624.5 268 640 320.2 640 352c0 88.4-71.6 160-160 160m64-111.8c0-36.5-37-73-54.8-88.4-5.4-4.7-13.1-4.7-18.5 0-17.7 15.3-54.7 51.8-54.7 88.4 0 35.3 28.7 64 64 64s64-28.7 64-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/house-flag.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/house-flag.svg new file mode 100644 index 0000000..e1d2e1e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/house-flag.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M480 0c-17.7 0-32 14.3-32 32v480h64V192h112c8.8 0 16-7.2 16-16V48c0-8.8-7.2-16-16-16H512c0-17.7-14.3-32-32-32m-64 159L276.8 39.7c-12-10.3-29.7-10.3-41.7 0l-224 192C1 240.4-2.7 254.5 2 267.1S18.6 288 32 288h32v192c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32v-96c0-17.7 14.3-32 32-32h64c17.7 0 32 14.3 32 32v96c0 17.7 14.3 32 32 32h64.9-1V159z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/house-flood-water-circle-arrow-right.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/house-flood-water-circle-arrow-right.svg new file mode 100644 index 0000000..c0b6b0e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/house-flood-water-circle-arrow-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M288 144a144 144 0 1 0-288 0 144 144 0 1 0 288 0M140.7 76.7c6.2-6.2 16.4-6.2 22.6 0l56 56c6.2 6.2 6.2 16.4 0 22.6l-56 56c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l28.7-28.7H80c-8.8 0-16-7.2-16-16s7.2-16 16-16h89.4l-28.7-28.7c-6.2-6.2-6.2-16.4 0-22.6M320 144c0 57.3-27.4 108.2-69.8 140.3 11.8-3.6 23-9.4 33-16.2 22.1-15.5 51.6-15.5 73.7 0 18.4 12.7 39.6 20.3 59.2 20.3 19 0 41.2-7.9 59.2-20.3 23.8-16.7 55.8-15.4 78.1 3.4 2.1 1.7 4.2 3.3 6.5 4.9l-.3-84.4h16.6c13.9 0 26.1-8.9 30.4-22.1s-.4-27.6-11.6-35.8L419 6.1c-11.4-8.1-26.6-8.1-37.8 0L301 64.4c12.1 23.9 19 50.9 19 79.6m18.5 165.9c-11.1-7.9-25.9-7.9-37 0-22.5 15.5-50 26.1-77.5 26.1-26.9 0-55.3-10.8-77.4-26.1-11.9-8.5-28.1-7.8-39.2 1.7-14.4 11.9-32.5 21-50.6 25.2-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25 29 15.6 61.5 25.9 94.5 25.9 31.9 0 60.6-9.9 80.4-18.9 5.8-2.7 11.1-5.3 15.6-7.7 4.5 2.4 9.7 5.1 15.6 7.7 19.8 9 48.6 18.9 80.4 18.9 33 0 65.5-10.3 94.5-25.8 13.4 8.4 33.7 19.3 58.2 25 17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2-11.1-9.5-27.3-10.1-39.2-1.7-22 15.2-50.5 26-77.4 26-27.5 0-55-10.6-77.5-26.1m0 112c-11.1-7.9-25.9-7.9-37 0-22.5 15.5-50 26.1-77.5 26.1-26.9 0-55.3-10.8-77.4-26.1-11.9-8.5-28.1-7.8-39.2 1.7-14.4 11.9-32.5 21-50.6 25.2-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25 29 15.6 61.5 25.9 94.5 25.9 31.9 0 60.6-9.9 80.4-18.9 5.8-2.7 11.1-5.3 15.6-7.7 4.5 2.4 9.7 5.1 15.6 7.7 19.8 9 48.6 18.9 80.4 18.9 33 0 65.5-10.3 94.5-25.8 13.4 8.4 33.7 19.3 58.2 25 17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2-11.1-9.4-27.3-10.1-39.2-1.7-22 15.2-50.5 26-77.4 26-27.5 0-55-10.6-77.5-26.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/house-flood-water.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/house-flood-water.svg new file mode 100644 index 0000000..5721767 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/house-flood-water.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M306.8 6.1c-11.2-8.1-26.4-8.1-37.6 0l-176 128c-11.2 8.2-15.9 22.6-11.6 35.8S98.1 192 112 192h16v73c1.7 1 3.3 2 4.9 3.1 18 12.4 40.1 20.3 59.2 20.3 21.1 0 42-8.5 59.2-20.3 22.1-15.5 51.6-15.5 73.7 0 18.4 12.7 39.6 20.3 59.2 20.3 19 0 41.2-7.9 59.2-20.3 1.5-1 3-2 4.5-2.9l-.3-73.2h16.6c13.9 0 26.1-8.9 30.4-22.1s-.4-27.6-11.6-35.8L307 6.1zm-37.3 303.8C247 325.4 219.5 336 192 336c-26.9 0-55.3-10.8-77.4-26.1-11.9-8.5-28.1-7.8-39.2 1.7-14.4 11.9-32.5 21-50.6 25.2-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25 29 15.6 61.5 25.9 94.5 25.9 31.9 0 60.6-9.9 80.4-18.9 5.8-2.7 11.1-5.3 15.6-7.7 4.5 2.4 9.7 5.1 15.6 7.7 19.8 9 48.5 18.9 80.4 18.9 33 0 65.5-10.3 94.5-25.8 13.4 8.4 33.7 19.3 58.2 25 17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2-11.1-9.5-27.3-10.1-39.2-1.7-22 15.2-50.5 26-77.4 26-27.5 0-55-10.6-77.5-26.1-11.1-7.9-25.9-7.9-37 0M384 448c-27.5 0-55-10.6-77.5-26.1-11.1-7.9-25.9-7.9-37 0-22.5 15.5-50 26.1-77.5 26.1-26.9 0-55.3-10.8-77.4-26.1-11.9-8.5-28.1-7.8-39.2 1.7-14.4 11.9-32.5 21-50.6 25.2-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25 29 15.6 61.5 25.9 94.5 25.9 31.9 0 60.6-9.9 80.4-18.9 5.8-2.7 11.1-5.3 15.6-7.7 4.5 2.4 9.7 5.1 15.6 7.7 19.8 9 48.5 18.9 80.4 18.9 33 0 65.5-10.3 94.5-25.8 13.4 8.4 33.7 19.3 58.2 25 17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2-11.1-9.4-27.3-10.1-39.2-1.7-22 15.2-50.5 26-77.4 26"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/house-laptop.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/house-laptop.svg new file mode 100644 index 0000000..5f89b68 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/house-laptop.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M218.3 8.5c12.3-11.3 31.2-11.3 43.4 0l208 192c6.7 6.2 10.3 14.8 10.3 23.5H336c-19.1 0-36.3 8.4-48 21.7V208c0-8.8-7.2-16-16-16h-64c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h64v128H112c-26.5 0-48-21.5-48-48V256H32c-13.2 0-25-8.1-29.8-20.3s-1.6-26.2 8.1-35.2zM352 304v144h192V304zm-48-16c0-17.7 14.3-32 32-32h224c17.7 0 32 14.3 32 32v160h32c8.8 0 16 7.2 16 16 0 26.5-21.5 48-48 48H304c-26.5 0-48-21.5-48-48 0-8.8 7.2-16 16-16h32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/house-lock.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/house-lock.svg new file mode 100644 index 0000000..62e27b3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/house-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M384 480c0 11.7 3.1 22.6 8.6 32h-.6c-22.1 0-40-17.9-40-40v-88c0-17.7-14.3-32-32-32h-64c-17.7 0-32 14.3-32 32v88c0 22.1-17.9 40-40 40h-55.9c-1.5 0-3-.1-4.5-.2-1.2.1-2.4.2-3.6.2h-16c-22.1 0-40-17.9-40-40V360c0-.9 0-1.9.1-2.8v-69.7h-32c-18 0-32-14-32-32.1 0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7l181.3 159.3C447.2 181.7 416 223.2 416 272v24.6c-19.1 11.1-32 31.7-32 55.4zm144-240c-17.7 0-32 14.3-32 32v48h64v-48c0-17.7-14.3-32-32-32m-80 32c0-44.2 35.8-80 80-80s80 35.8 80 80v48c17.7 0 32 14.3 32 32v128c0 17.7-14.3 32-32 32H448c-17.7 0-32-14.3-32-32V352c0-17.7 14.3-32 32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/house-medical-circle-check.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/house-medical-circle-check.svg new file mode 100644 index 0000000..0d0c2f9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/house-medical-circle-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M320 368c0 59.5 29.5 112.1 74.8 144H128.1c-35.3 0-64-28.7-64-64V287.6h-32c-18 0-32-14-32-32.1 0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7l212.7 186.9c-8.5-1.3-17.3-1.9-26.1-1.9-54.7 0-103.5 24.9-135.8 64H320v-48c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-48c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16m32 0a144 144 0 1 1 288 0 144 144 0 1 1-288 0m211.3-43.3c-6.2-6.2-16.4-6.2-22.6 0L480 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/house-medical-circle-exclamation.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/house-medical-circle-exclamation.svg new file mode 100644 index 0000000..b806055 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/house-medical-circle-exclamation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M320 368c0 59.5 29.5 112.1 74.8 144H128.1c-35.3 0-64-28.7-64-64V287.6h-32c-18 0-32-14-32-32.1 0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7l212.7 186.9c-8.5-1.3-17.3-1.9-26.1-1.9-54.7 0-103.5 24.9-135.8 64H320v-48c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-48c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16m176-144a144 144 0 1 1 0 288 144 144 0 1 1 0-288m0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48m0-192c-8.8 0-16 7.2-16 16v80c0 8.8 7.2 16 16 16s16-7.2 16-16v-80c0-8.8-7.2-16-16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/house-medical-circle-xmark.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/house-medical-circle-xmark.svg new file mode 100644 index 0000000..8357d5b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/house-medical-circle-xmark.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M320 368c0 59.5 29.5 112.1 74.8 144H128.1c-35.3 0-64-28.7-64-64V287.6h-32c-18 0-32-14-32-32.1 0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7l212.7 186.9c-8.5-1.3-17.3-1.9-26.1-1.9-54.7 0-103.5 24.9-135.8 64H320v-48c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-48c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16m176-144a144 144 0 1 1 0 288 144 144 0 1 1 0-288m22.6 144 36.7-36.7c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L496 345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l36.7 36.7-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l36.7-36.7 36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/house-medical-flag.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/house-medical-flag.svg new file mode 100644 index 0000000..c30bb07 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/house-medical-flag.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M480 0c17.7 0 32 14.3 32 32h112c8.8 0 16 7.2 16 16v128c0 8.8-7.2 16-16 16H512v320h-64V32c0-17.7 14.3-32 32-32M276.8 39.7 416 159v353h1H96c-17.7 0-32-14.3-32-32V288H32c-13.4 0-25.4-8.3-30-20.9s-1-26.7 9.2-35.4l224-192c12-10.3 29.7-10.3 41.7 0zM224 208v48h-48c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16h-48v-48c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/house-medical.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/house-medical.svg new file mode 100644 index 0000000..f474166 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/house-medical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M543.8 287.6c17 0 32-14 32-32.1 1-9-3-17-11-24L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24 0 18 14 32.1 32 32.1h32V448c0 35.3 28.7 64 64 64h320.4c35.5 0 64.2-28.8 64-64.3l-.7-160.2h32zM256 208c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v48h48c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-48v48c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-48h-48c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16h48z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/house-signal.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/house-signal.svg new file mode 100644 index 0000000..6e866c5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/house-signal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M357.7 8.5c-12.3-11.3-31.2-11.3-43.4 0l-208 192c-9.4 8.6-12.7 22-8.5 34 87.1 25.3 155.6 94.2 180.3 181.6L464 416c26.5 0 48-21.5 48-48V256h32c13.2 0 25-8.1 29.8-20.3s1.6-26.2-8.1-35.2zM288 208c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16h-64c-8.8 0-16-7.2-16-16zM24 256c-13.3 0-24 10.7-24 24s10.7 24 24 24c101.6 0 184 82.4 184 184 0 13.3 10.7 24 24 24s24-10.7 24-24c0-128.1-103.9-232-232-232m8 256a32 32 0 1 0 0-64 32 32 0 1 0 0 64M0 376c0 13.3 10.7 24 24 24 48.6 0 88 39.4 88 88 0 13.3 10.7 24 24 24s24-10.7 24-24c0-75.1-60.9-136-136-136-13.3 0-24 10.7-24 24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/house-tsunami.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/house-tsunami.svg new file mode 100644 index 0000000..b345f9d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/house-tsunami.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M80.8 136.5C104.9 93.8 152.6 64 209 64c16.9 0 33.1 2.7 48.2 7.7 16.8 5.5 34.9-3.6 40.4-20.4s-3.6-34.9-20.4-40.4C255.8 3.8 232.8 0 209 0 95.2 0 0 88 0 200c0 91.6 53.5 172.1 142.2 194.1 13.4 3.8 27.5 5.9 42.2 5.9.7 0 1.4 0 2.1-.1 1.8 0 3.7.1 5.5.1 31.9 0 60.6-9.9 80.4-18.9 5.8-2.7 11.1-5.3 15.6-7.7 4.5 2.4 9.7 5.1 15.6 7.7 19.8 9 48.5 18.9 80.4 18.9 33 0 65.5-10.3 94.5-25.8 13.4 8.4 33.7 19.3 58.2 25 17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2-11.1-9.5-27.3-10.1-39.2-1.7-22 15.2-50.5 26-77.4 26-27.5 0-55-10.6-77.5-26.1-11.1-7.9-25.9-7.9-37 0-22.4 15.5-49.9 26.1-77.4 26.1h-.1c-12.4 0-24-1.5-34.9-4.3C121.6 320.2 96 287 96 248c0-48.5 39.5-88 88.4-88 13.5 0 26.1 3 37.5 8.3 16 7.5 35.1.6 42.5-15.5s.6-35.1-15.5-42.5c-19.6-9.2-41.5-14.3-64.5-14.3-40 0-76.4 15.4-103.6 40.5m252-18.1c-8.1 6-12.8 15.5-12.8 25.6v121c1.6 1 3.3 2 4.8 3.1 18.4 12.7 39.6 20.3 59.2 20.3 19 0 41.2-7.9 59.2-20.3 23.8-16.7 55.8-15.3 78.1 3.4 10.6 8.8 24.2 15.6 37.3 18.6 5.8 1.4 11.2 3.4 16.2 6.2.7-2.7 1.1-5.5 1.1-8.4l-.4-144c0-10-4.7-19.4-12.7-25.5l-95.5-72a31.95 31.95 0 0 0-38.5 0zM384 448c-27.5 0-55-10.6-77.5-26.1-11.1-7.9-25.9-7.9-37 0-22.5 15.5-50 26.1-77.5 26.1-26.9 0-55.3-10.8-77.4-26.1-11.9-8.5-28.1-7.8-39.2 1.7-14.4 11.9-32.5 21-50.6 25.2-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25 29 15.6 61.5 25.9 94.5 25.9 31.9 0 60.6-9.9 80.4-18.9 5.8-2.7 11.1-5.3 15.6-7.7 4.5 2.4 9.7 5.1 15.6 7.7 19.8 9 48.5 18.9 80.4 18.9 33 0 65.5-10.3 94.5-25.8 13.4 8.4 33.7 19.3 58.2 25 17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2-11.1-9.4-27.3-10.1-39.2-1.7-22 15.2-50.5 26-77.4 26"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/house-user.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/house-user.svg new file mode 100644 index 0000000..f3f9297 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/house-user.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c.2 35.5-28.5 64.3-64 64.3H128.1c-35.3 0-64-28.7-64-64V287.7h-32c-18 0-32-14-32-32.1 0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7l255.4 224.5c8 7 12 15 11 24M352 224a64 64 0 1 0-128 0 64 64 0 1 0 128 0m-96 96c-44.2 0-80 35.8-80 80 0 8.8 7.2 16 16 16h192c8.8 0 16-7.2 16-16 0-44.2-35.8-80-80-80z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/house.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/house.svg new file mode 100644 index 0000000..80e6a22 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/house.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c0 2.7-.2 5.4-.5 8.1v16.2c0 22.1-17.9 40-40 40h-16c-1.1 0-2.2 0-3.3-.1-1.4.1-2.8.1-4.2.1L416 512h-24c-22.1 0-40-17.9-40-40v-88c0-17.7-14.3-32-32-32h-64c-17.7 0-32 14.3-32 32v88c0 22.1-17.9 40-40 40h-55.9c-1.5 0-3-.1-4.5-.2-1.2.1-2.4.2-3.6.2h-16c-22.1 0-40-17.9-40-40V360c0-.9 0-1.9.1-2.8v-69.7h-32c-18 0-32-14-32-32.1 0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7l255.4 224.5c8 7 12 15 11 24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hryvnia-sign.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hryvnia-sign.svg new file mode 100644 index 0000000..2c9e5d4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hryvnia-sign.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M121.9 116.2c16.4-13.1 36.8-20.2 57.7-20.2H223c27.1 0 49 21.9 49 49 0 11.5-4 22.4-11.1 31H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h123.5l-50.6 28.9c-1.7 1-3.4 2-5.1 3.1H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h20.3c-2.8 9.9-4.3 20.4-4.3 31 0 62.4 50.6 113 113 113h43.4c35.5 0 70-12.1 97.7-34.3l5.9-4.7c13.8-11 16-31.2 5-45s-31.2-16-45-5l-5.9 4.7c-16.4 13.1-36.7 20.2-57.7 20.2l-43.4.1c-27.1 0-49-21.9-49-49 0-11.5 4-22.4 11.1-31H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H228.5l50.6-28.9c1.7-1 3.4-2 5.1-3.1H352c17.7 0 32-14.3 32-32s-14.3-32-32-32h-20.3c2.8-10 4.3-20.4 4.3-31 0-62.4-50.6-113-113-113h-43.4c-35.5 0-70 12.1-97.7 34.3L76 71c-13.8 11-16 31.2-5 45s31.2 16 45 5l5.9-4.7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/hurricane.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/hurricane.svg new file mode 100644 index 0000000..15b82c9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/hurricane.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 208C0 104.4 75.7 18.5 174.9 2.6c9.1-1.4 17.1 6 17.1 15.3v63.3c0 8.4 6.5 15.3 14.7 16.5C307 112.5 384 199 384 303.4c0 103.6-75.7 189.5-174.9 205.4-9.2 1.5-17.1-5.9-17.1-15.2v-63.3c0-8.4-6.5-15.3-14.7-16.5C77 398.9 0 312.4 0 208m288 48a96 96 0 1 0-192 0 96 96 0 1 0 192 0m-96-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/i-cursor.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/i-cursor.svg new file mode 100644 index 0000000..9e63b38 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/i-cursor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M.1 29.3C-1.4 47 11.7 62.4 29.3 63.9l8 .7C70.5 67.3 96 95 96 128.3V224H64c-17.7 0-32 14.3-32 32s14.3 32 32 32h32v95.7c0 33.3-25.5 61-58.7 63.8l-8 .7C11.7 449.6-1.4 465 .1 482.7s16.9 30.7 34.5 29.2l8-.7c34.1-2.8 64.2-18.9 85.4-42.9 21.2 24 51.2 40 85.4 42.9l8 .7c17.6 1.5 33.1-11.6 34.5-29.2s-11.6-33.1-29.2-34.5l-8-.7c-33.2-2.8-58.7-30.5-58.7-63.8V288h32c17.7 0 32-14.3 32-32s-14.3-32-32-32h-32v-95.7c0-33.3 25.5-61 58.7-63.8l8-.7c17.6-1.5 30.7-16.9 29.2-34.5S239-1.4 221.3.1l-8 .7c-34.1 2.8-64.1 18.9-85.3 42.9-21.2-24-51.2-40-85.4-42.9l-8-.7C17-1.4 1.6 11.7.1 29.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/i.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/i.svg new file mode 100644 index 0000000..46d7ac5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/i.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 32C14.3 32 0 46.3 0 64s14.3 32 32 32h96v320H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h256c17.7 0 32-14.3 32-32s-14.3-32-32-32h-96V96h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/ice-cream.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/ice-cream.svg new file mode 100644 index 0000000..2b4d9b5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/ice-cream.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M367.1 160c.6-5.3.9-10.6.9-16C368 64.5 303.5 0 224 0S80 64.5 80 144c0 5.4.3 10.7.9 16H80c-26.5 0-48 21.5-48 48s21.5 48 48 48h288c26.5 0 48-21.5 48-48s-21.5-48-48-48zM96 288l104.8 209.7c4.4 8.8 13.3 14.3 23.2 14.3s18.8-5.5 23.2-14.3L352 288z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/icicles.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/icicles.svg new file mode 100644 index 0000000..9c92fd7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/icicles.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M75.8 304.8 1 35.7c-.7-2.5-1-5-1-7.5C0 12.6 12.6 0 28.2 0h454.2C498.8 0 512 13.2 512 29.6c0 1.6-.1 3.3-.4 4.9l-77 461.6c-1.5 9.2-9.5 15.9-18.8 15.9-9.2 0-17.1-6.6-18.7-15.6L336 160l-28.8 143.9c-1.9 9.3-10.1 16.1-19.6 16.1-9.2 0-17.2-6.2-19.4-15.1L240 192l-29.4 176.2c-1.5 9.1-9.4 15.8-18.6 15.8s-17.1-6.7-18.6-15.8L144 192l-28.1 112.3c-2.3 9.2-10.6 15.7-20.1 15.7-9.3 0-17.5-6.2-20-15.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/icons.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/icons.svg new file mode 100644 index 0000000..f8852da --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/icons.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M500.3 7.3c7.4 6 11.7 15.1 11.7 24.7v144c0 26.5-28.7 48-64 48s-64-21.5-64-48 28.7-48 64-48V71l-96 19.2V208c0 26.5-28.7 48-64 48s-64-21.5-64-48 28.7-48 64-48V64c0-15.3 10.8-28.4 25.7-31.4l160-32c9.4-1.9 19.1.6 26.6 6.6zM74.7 304l11.8-17.8c5.9-8.9 15.9-14.2 26.6-14.2h61.7c10.7 0 20.7 5.3 26.6 14.2l11.9 17.8H240c26.5 0 48 21.5 48 48v112c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V352c0-26.5 21.5-48 48-48zM192 408a48 48 0 1 0-96 0 48 48 0 1 0 96 0m286.7-129.7L440.3 368H496c6.7 0 12.6 4.1 15 10.4s.6 13.3-4.4 17.7l-128 112c-5.6 4.9-13.9 5.3-19.9.9s-8.2-12.4-5.3-19.2l38.3-89.8H336c-6.7 0-12.6-4.1-15-10.4s-.6-13.3 4.4-17.7l128-112c5.6-4.9 13.9-5.3 19.9-.9s8.2 12.4 5.3 19.2zm-339-59.2c-6.5 6.5-17 6.5-23 0l-96.8-99.9c-28-29-26.5-76.9 5-103.9 27-23.5 68.4-19 93.4 6.5l10 10.5 9.5-10.5c25-25.5 65.9-30 93.9-6.5 31 27 32.5 74.9 4.5 103.9l-96.4 99.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/id-badge.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/id-badge.svg new file mode 100644 index 0000000..75d104b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/id-badge.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 0C28.7 0 0 28.7 0 64v384c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zm96 320h64c44.2 0 80 35.8 80 80 0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16 0-44.2 35.8-80 80-80m-32-96a64 64 0 1 1 128 0 64 64 0 1 1-128 0m16-160h96c8.8 0 16 7.2 16 16s-7.2 16-16 16h-96c-8.8 0-16-7.2-16-16s7.2-16 16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/id-card-clip.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/id-card-clip.svg new file mode 100644 index 0000000..f7279d6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/id-card-clip.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 0h64c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32h-64c-17.7 0-32-14.3-32-32V32c0-17.7 14.3-32 32-32M64 64h128v48c0 26.5 21.5 48 48 48h96c26.5 0 48-21.5 48-48V64h128c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128c0-35.3 28.7-64 64-64m112 373.3c0 5.9 4.8 10.7 10.7 10.7h202.7c5.9 0 10.7-4.8 10.7-10.7 0-29.5-23.9-53.3-53.3-53.3H229.5c-29.5 0-53.3 23.9-53.3 53.3zM288 352a64 64 0 1 0 0-128 64 64 0 1 0 0 128"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/id-card.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/id-card.svg new file mode 100644 index 0000000..1e4541f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/id-card.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 96h576c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96m0 32v288c0 35.3 28.7 64 64 64h448c35.3 0 64-28.7 64-64V128zm64 277.3c0-29.5 23.9-53.3 53.3-53.3h117.3c29.5 0 53.3 23.9 53.3 53.3 0 5.9-4.8 10.7-10.7 10.7H74.7c-5.9 0-10.7-4.8-10.7-10.7M176 192a64 64 0 1 1 0 128 64 64 0 1 1 0-128m176 16c0-8.8 7.2-16 16-16h128c8.8 0 16 7.2 16 16s-7.2 16-16 16H368c-8.8 0-16-7.2-16-16m0 64c0-8.8 7.2-16 16-16h128c8.8 0 16 7.2 16 16s-7.2 16-16 16H368c-8.8 0-16-7.2-16-16m0 64c0-8.8 7.2-16 16-16h128c8.8 0 16 7.2 16 16s-7.2 16-16 16H368c-8.8 0-16-7.2-16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/igloo.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/igloo.svg new file mode 100644 index 0000000..09b34ca --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/igloo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M320 33.8V160H48.5C100.2 82.8 188.1 32 288 32c10.8 0 21.5.6 32 1.8M352 160V39.1C424.9 55.7 487.2 99.8 527.5 160zM29.9 192H96v128H0c0-46 10.8-89.4 29.9-128M192 320h-64V192h320v128h-64v32h192v80c0 26.5-21.5 48-48 48H352V352c0-35.3-28.7-64-64-64s-64 28.7-64 64v128H48c-26.5 0-48-21.5-48-48v-80h192zm288 0V192h66.1c19.2 38.6 29.9 82 29.9 128z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/image-portrait.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/image-portrait.svg new file mode 100644 index 0000000..5408ab0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/image-portrait.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M384 64c0-35.3-28.7-64-64-64H64C28.7 0 0 28.7 0 64v384c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64zM128 192a64 64 0 1 1 128 0 64 64 0 1 1-128 0M80 356.6c0-37.9 30.7-68.6 68.6-68.6h86.9c37.9 0 68.6 30.7 68.6 68.6 0 15.1-12.3 27.4-27.4 27.4H107.6C92.3 384 80 371.7 80 356.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/image.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/image.svg new file mode 100644 index 0000000..63f3935 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/image.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 96c0-35.3 28.7-64 64-64h384c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm323.8 106.5c-4.5-6.6-11.9-10.5-19.8-10.5s-15.4 3.9-19.8 10.5l-87 127.6-26.5-33.1c-4.6-5.7-11.5-9-18.7-9s-14.2 3.3-18.7 9l-64 80c-5.8 7.2-6.9 17.1-2.9 25.4S78.8 416 88 416h336c8.9 0 17.1-4.9 21.2-12.8s3.6-17.4-1.4-24.7zM112 192a48 48 0 1 0 0-96 48 48 0 1 0 0 96"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/images.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/images.svg new file mode 100644 index 0000000..232dd05 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/images.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M160 32c-35.3 0-64 28.7-64 64v224c0 35.3 28.7 64 64 64h352c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm236 106.7 96 144c4.9 7.4 5.4 16.8 1.2 24.6S480.9 320 472 320H200c-9.2 0-17.6-5.3-21.6-13.6s-2.9-18.2 2.9-25.4l64-80c4.6-5.7 11.4-9 18.7-9s14.2 3.3 18.7 9l17.3 21.6 56-84c4.5-6.6 12-10.6 20-10.6s15.5 4 20 10.7M192 128a32 32 0 1 1 64 0 32 32 0 1 1-64 0m-144-8c0-13.3-10.7-24-24-24S0 106.7 0 120v224c0 75.1 60.9 136 136 136h320c13.3 0 24-10.7 24-24s-10.7-24-24-24H136c-48.6 0-88-39.4-88-88z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/inbox.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/inbox.svg new file mode 100644 index 0000000..ae29072 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/inbox.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M121 32c-29.4 0-55 20-62.1 48.5l-57 227.9C.6 313.5 0 318.7 0 323.9V416c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64v-92.1c0-5.2-.6-10.4-1.9-15.5l-57-227.9C446 52 420.4 32 391 32zm0 64h270l48 192h-51.2c-12.1 0-23.2 6.8-28.6 17.7l-14.3 28.6c-5.4 10.8-16.5 17.7-28.6 17.7H195.9c-12.1 0-23.2-6.8-28.6-17.7L153 305.7c-5.4-10.8-16.5-17.7-28.6-17.7H73z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/indent.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/indent.svg new file mode 100644 index 0000000..6300027 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/indent.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 64c0-17.7 14.3-32 32-32h384c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 96 0 81.7 0 64m192 128c0-17.7 14.3-32 32-32h192c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32m32 96h192c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32s14.3-32 32-32M0 448c0-17.7 14.3-32 32-32h384c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32m127.8-179.4-102 79.3c-10.5 8.2-25.8.7-25.8-12.6V176.7c0-13.3 15.3-20.8 25.8-12.6l101.9 79.3c8.2 6.4 8.2 18.9 0 25.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/indian-rupee-sign.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/indian-rupee-sign.svg new file mode 100644 index 0000000..76908e5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/indian-rupee-sign.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 64c0-17.7 14.3-32 32-32h256c17.7 0 32 14.3 32 32s-14.3 32-32 32h-56.2c9.6 14.4 16.7 30.6 20.7 48h35.6c17.7 0 32 14.3 32 32s-14.3 32-32 32h-35.6c-13.2 58.3-61.9 103.2-122.2 110.9L274.6 422c14.4 10.3 17.7 30.3 7.4 44.6s-30.3 17.7-44.6 7.4l-224-160c-11.3-8-16.1-22.5-11.9-35.8S18.1 256 32 256h80c32.8 0 61-19.7 73.3-48H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h153.3C173 115.7 144.8 96 112 96H32C14.3 96 0 81.7 0 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/industry.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/industry.svg new file mode 100644 index 0000000..b5ea55b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/industry.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32c-17.7 0-32 14.3-32 32v368c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V152.2c0-18.2-19.4-29.7-35.4-21.1L352 215.4v-63.2c0-18.2-19.4-29.7-35.4-21.1L160 215.4V64c0-17.7-14.3-32-32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/infinity.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/infinity.svg new file mode 100644 index 0000000..7c40b88 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/infinity.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 241.1C0 161 65 96 145.1 96c38.5 0 75.4 15.3 102.6 42.5l72.3 72.2 72.2-72.2C419.5 111.3 456.4 96 494.9 96 575 96 640 161 640 241.1v29.7C640 351 575 416 494.9 416c-38.5 0-75.4-15.3-102.6-42.5L320 301.3l-72.2 72.2c-27.3 27.2-64.2 42.5-102.7 42.5C65 416 0 351 0 270.9v-29.7zM274.7 256l-72.2-72.2c-15.2-15.2-35.9-23.8-57.4-23.8-44.8 0-81.1 36.3-81.1 81.1v29.7c0 44.8 36.3 81.1 81.1 81.1 21.5 0 42.2-8.5 57.4-23.8zm90.5 0 72.2 72.2c15.2 15.2 35.9 23.8 57.4 23.8 44.8 0 81.1-36.3 81.1-81.1v-29.7c0-44.8-36.3-81.1-81.1-81.1-21.5 0-42.2 8.5-57.4 23.8L365.3 256z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/info.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/info.svg new file mode 100644 index 0000000..48ad03a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/info.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M48 80a48 48 0 1 1 96 0 48 48 0 1 1-96 0M0 224c0-17.7 14.3-32 32-32h64c17.7 0 32 14.3 32 32v224h32c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h32V256H32c-17.7 0-32-14.3-32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/italic.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/italic.svg new file mode 100644 index 0000000..ac616d8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/italic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M128 64c0-17.7 14.3-32 32-32h192c17.7 0 32 14.3 32 32s-14.3 32-32 32h-58.7L160 416h64c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h58.7L224 96h-64c-17.7 0-32-14.3-32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/j.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/j.svg new file mode 100644 index 0000000..221811a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/j.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M288 32c17.7 0 32 14.3 32 32v256c0 88.4-71.6 160-160 160S0 408.4 0 320v-32c0-17.7 14.3-32 32-32s32 14.3 32 32v32c0 53 43 96 96 96s96-43 96-96V64c0-17.7 14.3-32 32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/jar-wheat.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/jar-wheat.svg new file mode 100644 index 0000000..58933d9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/jar-wheat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 32C32 14.3 46.3 0 64 0h192c17.7 0 32 14.3 32 32s-14.3 32-32 32H64c-17.7 0-32-14.3-32-32M0 160c0-35.3 28.7-64 64-64h192c35.3 0 64 28.7 64 64v288c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm112 0H69.8c-3.2 0-5.8 2.6-5.8 5.8C64 198 90 224 122.2 224h75.6c32.1 0 58.2-26 58.2-58.2 0-3.2-2.6-5.8-5.8-5.8H208c-19.1 0-36.3 8.4-48 21.7-11.7-13.3-28.9-21.7-48-21.7m48 117.7c-11.7-13.3-28.9-21.7-48-21.7H69.8c-3.2 0-5.8 2.6-5.8 5.8C64 294 90 320 122.2 320h75.6c32.1 0 58.2-26 58.2-58.2 0-3.2-2.6-5.8-5.8-5.8H208c-19.1 0-36.3 8.4-48 21.7M112 352H69.8c-3.2 0-5.8 2.6-5.8 5.8C64 390 90 416 122.2 416H144v32c0 8.8 7.2 16 16 16s16-7.2 16-16v-32h21.8c32.1 0 58.2-26 58.2-58.2 0-3.2-2.6-5.8-5.8-5.8H208c-19.1 0-36.3 8.4-48 21.7-11.7-13.3-28.9-21.7-48-21.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/jar.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/jar.svg new file mode 100644 index 0000000..f2361c2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/jar.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 32C32 14.3 46.3 0 64 0h192c17.7 0 32 14.3 32 32s-14.3 32-32 32H64c-17.7 0-32-14.3-32-32M0 160c0-35.3 28.7-64 64-64h192c35.3 0 64 28.7 64 64v288c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm96 64c-17.7 0-32 14.3-32 32v96c0 17.7 14.3 32 32 32h128c17.7 0 32-14.3 32-32v-96c0-17.7-14.3-32-32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/jedi.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/jedi.svg new file mode 100644 index 0000000..74f72a4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/jedi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m246 315.7-21.2-31.9c-2.1-3.2-1.7-7.4 1-10.1s6.9-3.1 10.1-1l29.5 19.7c2.1 1.4 4.9 0 5-2.6L279.7 8c.1-4.5 3.8-8 8.3-8s8.1 3.5 8.3 8l9.4 281.9c.1 2.5 2.9 3.9 5 2.6l29.5-19.7c3.2-2.1 7.4-1.7 10.1 1s3.1 6.9 1 10.1L330 315.7c-1.3 1.9-.2 4.5 2 4.9l37.6 7.5c3.7.7 6.4 4 6.4 7.8s-2.7 7.1-6.4 7.8l-37.6 7.7c-2.2.4-3.3 3-2 4.9l21.2 31.9c2.1 3.2 1.7 7.4-1 10.1s-6.9 3.1-10.1 1l-26.3-17.6c-2.2-1.4-5.1.2-5 2.8l2.1 61.5C370.6 435.2 416 382.9 416 320c0-37-15.7-70.4-40.8-93.7-7-6.5-6.5-18.6 1-24.4C410.1 175.5 432 134.3 432 88c0-16.8-2.9-33-8.2-48-4.6-13 10.2-30 21.4-22 53.5 38 92.7 94.8 107.8 160.7.5 2.1-.2 4.3-1.7 5.9L522.9 213c-4 4-1.2 10.9 4.5 10.9h26c3.4 0 6.2 2.6 6.3 6 .1 3.3.2 6.6.2 10 0 17.5-1.7 34.7-4.8 51.3-.2 1.2-.9 2.4-1.7 3.3L506.9 341c-4 4-1.2 10.9 4.5 10.9H526c4.6 0 7.7 4.8 5.7 9C487.2 450.5 394.8 512 288 512S88.8 450.5 44.3 361c-2.1-4.2 1-9 5.7-9h14.6c5.7 0 8.6-6.9 4.5-10.9l-46.5-46.5c-.9-.9-1.5-2-1.7-3.3-3.2-16.6-4.9-33.8-4.9-51.3 0-3.3.1-6.7.2-10 .1-3.4 2.9-6 6.3-6h26c5.7 0 8.6-6.9 4.5-10.9l-28.4-28.5c-1.5-1.5-2.2-3.8-1.7-5.9C38.1 112.8 77.3 56 130.8 18c11.3-8 26 8.9 21.4 22-5.3 15-8.2 31.2-8.2 48 0 46.3 21.9 87.5 55.8 113.9 7.5 5.8 8 17.9 1 24.4C175.7 249.6 160 283 160 320c0 62.9 45.4 115.2 105.1 126l2.1-61.5c.1-2.6-2.8-4.2-5-2.8l-26.3 17.6c-3.2 2.1-7.4 1.7-10.1-1s-3.1-6.9-1-10.1l21.2-31.9c1.3-1.9.2-4.5-2-4.9l-37.6-7.5c-3.7-.7-6.4-4-6.4-7.8s2.7-7.1 6.4-7.8l37.6-7.5c2.2-.4 3.3-3 2-4.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/jet-fighter-up.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/jet-fighter-up.svg new file mode 100644 index 0000000..7286731 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/jet-fighter-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M270.7 9.7C268.2 3.8 262.4 0 256 0s-12.2 3.8-14.7 9.7l-44.1 102.9c-3.4 8-5.2 16.5-5.2 25.2v77l-144 84V280c0-13.3-10.7-24-24-24S0 266.7 0 280v112c0 13.3 10.7 24 24 24s24-10.7 24-24v-8h144v32.7L133.5 468c-3.5 3-5.5 7.4-5.5 12v16c0 8.8 7.2 16 16 16h96v-64c0-8.8 7.2-16 16-16s16 7.2 16 16v64h96c8.8 0 16-7.2 16-16v-16c0-4.6-2-9-5.5-12L320 416.7V384h144v8c0 13.3 10.7 24 24 24s24-10.7 24-24V280c0-13.3-10.7-24-24-24s-24 10.7-24 24v18.8l-144-84v-77c0-8.7-1.8-17.2-5.2-25.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/jet-fighter.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/jet-fighter.svg new file mode 100644 index 0000000..e946277 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/jet-fighter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M160 24c0-13.3 10.7-24 24-24h112c13.3 0 24 10.7 24 24s-10.7 24-24 24h-16l104 144h116.4c7.7 0 15.3 1.4 22.5 4.1L625 234.4c9 3.4 15 12 15 21.6s-6 18.2-15 21.6l-102.1 38.3c-7.2 2.7-14.8 4.1-22.5 4.1H384L280 464h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H184c-13.3 0-24-10.7-24-24s10.7-24 24-24h8V320h-32l-54.6 54.6c-6 6-14.1 9.4-22.6 9.4H64c-17.7 0-32-14.3-32-32v-64c-17.7 0-32-14.3-32-32s14.3-32 32-32v-64c0-17.7 14.3-32 32-32h18.7c8.5 0 16.6 3.4 22.6 9.4L160 192h32V48h-8c-13.3 0-24-10.7-24-24M80 240c-8.8 0-16 7.2-16 16s7.2 16 16 16h64c8.8 0 16-7.2 16-16s-7.2-16-16-16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/joint.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/joint.svg new file mode 100644 index 0000000..d9cd91b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/joint.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M448 32c0-17.7-14.3-32-32-32s-32 14.3-32 32v11c0 55.2 21.9 108.1 60.9 147.1l21 21c9 9 14.1 21.2 14.1 33.9v11c0 17.7 14.3 32 32 32s32-14.3 32-32v-11c0-29.7-11.8-58.2-32.8-79.2l-21-21c-27-27-42.2-63.6-42.2-101.8zm128 224c0 17.7 14.3 32 32 32s32-14.3 32-32v-11c0-55.2-21.9-108.1-60.9-147.1l-21-21c-9-9-14.1-21.2-14.1-33.9V32c0-17.7-14.3-32-32-32s-32 14.3-32 32v11c0 29.7 11.8 58.2 32.8 79.2l21 21c27 27 42.2 63.6 42.2 101.8zM229.8 360c-4.7-2.3-10-2.7-15.2-2-37.8 5.6-75.2 14.3-106.9 22.8-26.4 7.2-49.4 14.3-65.7 19.6-8.2 2.7-14.7 4.9-19.2 6.5-2.3.8-4 1.4-5.2 1.8l-1.3.5C6.8 412.5 0 421.4 0 432s6.8 19.5 16.3 22.7l1.3.5c1.2.4 3 1.1 5.2 1.8 4.5 1.6 11 3.8 19.2 6.5 16.3 5.4 39.2 12.5 65.7 19.6C160.3 497.3 228.8 512 288 512h67.3c4.1 0 6.3-5.1 3.6-8.3L256.5 380.8c-7.4-8.9-16.5-15.9-26.7-20.8M445 512h70.3c4.1 0 6.3-5.1 3.6-8.3L416.5 380.8C401.3 362.5 378.8 352 355 352h-70.4c-4.1 0-6.2 5.1-3.5 8.3l102.4 122.9c15.2 18.3 37.7 28.8 61.5 28.8m-3.9-151.7 102.4 122.9c14.6 17.5 35.9 27.9 58.6 28.7 21.1-1.1 37.9-18.6 37.9-39.9v-80c0-22.1-17.9-40-40-40H444.7c-4.1 0-6.3 5.1-3.6 8.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/jug-detergent.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/jug-detergent.svg new file mode 100644 index 0000000..13d4050 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/jug-detergent.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 24c0-13.3 10.7-24 24-24h80c13.3 0 24 10.7 24 24v24h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H88c-13.3 0-24-10.7-24-24s10.7-24 24-24h8zM0 256c0-70.7 57.3-128 128-128h128c70.7 0 128 57.3 128 128v192c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm256 0v96c0 17.7 14.3 32 32 32s32-14.3 32-32v-96c0-17.7-14.3-32-32-32s-32 14.3-32 32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/k.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/k.svg new file mode 100644 index 0000000..ccfde4b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/k.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M311 86.3c12.3-12.7 12-32.9-.7-45.2s-32.9-12-45.2.7l-155.2 160L64 249V64c0-17.7-14.3-32-32-32S0 46.3 0 64v384c0 17.7 14.3 32 32 32s32-14.3 32-32V341l64.7-66.7 133 192c10.1 14.5 30 18.1 44.5 8.1s18.1-30 8.1-44.5L174.1 227.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/kaaba.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/kaaba.svg new file mode 100644 index 0000000..f79a26e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/kaaba.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m60 120 228 71.2L516 120 288 48.8zM278.5 1.5c6.2-1.9 12.9-1.9 19.1 0l256 80C566.9 85.6 576 98 576 112v37.2l-283.2 88.5c-3.1 1-6.4 1-9.5 0L0 149.2V112c0-14 9.1-26.4 22.5-30.5zm23.9 266.8L576 182.8v46.5l-52.8 16.5c-8.4 2.6-13.1 11.6-10.5 20s11.6 13.1 20 10.5l43.3-13.5V400c0 14-9.1 26.4-22.5 30.5l-256 80c-6.2 1.9-12.9 1.9-19.1 0l-256-80C9.1 426.4 0 414 0 400V262.8l43.2 13.5c8.4 2.6 17.4-2.1 20-10.5s-2.1-17.4-10.5-20L0 229.2v-46.5l273.7 85.5c9.3 2.9 19.3 2.9 28.6 0zm-185.5-2.6c-8.4-2.6-17.4 2.1-20 10.5s2.1 17.4 10.5 20l64 20c8.4 2.6 17.4-2.1 20-10.5s-2.1-17.4-10.5-20zm352 30.5c8.4-2.6 13.1-11.6 10.5-20s-11.6-13.1-20-10.5l-64 20c-8.4 2.6-13.1 11.6-10.5 20s11.6 13.1 20 10.5zm-224 9.5c-8.4-2.6-17.4 2.1-20 10.5s2.1 17.4 10.5 20l38.5 12c9.3 2.9 19.3 2.9 28.6 0l38.5-12c8.4-2.6 13.1-11.6 10.5-20s-11.6-13.1-20-10.5l-38.5 12c-3.1 1-6.4 1-9.5 0l-38.5-12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/key.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/key.svg new file mode 100644 index 0000000..eaf57dd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/key.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M336 352c97.2 0 176-78.8 176-176S433.2 0 336 0 160 78.8 160 176c0 18.7 2.9 36.8 8.3 53.7L7 391c-4.5 4.5-7 10.6-7 17v80c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24v-40h40c13.3 0 24-10.7 24-24v-40h40c6.4 0 12.5-2.5 17-7l33.3-33.3c16.9 5.4 35 8.3 53.7 8.3m40-256a40 40 0 1 1 0 80 40 40 0 1 1 0-80"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/keyboard.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/keyboard.svg new file mode 100644 index 0000000..e166815 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/keyboard.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 64C28.7 64 0 92.7 0 128v256c0 35.3 28.7 64 64 64h448c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64zm16 64h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16M64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16zm16 80h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16m80-176c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16zm16 80h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16m-16 112c0-8.8 7.2-16 16-16h224c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16zm112-208h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16m-16 112c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16zm112-112h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16m-16 112c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16zm112-112h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16m-16 112c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16zm16 80h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/khanda.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/khanda.svg new file mode 100644 index 0000000..7896840 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/khanda.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M245.8 3.7c5.9-4.9 14.6-4.9 20.5 0l48 40c5.9 4.9 7.5 13.2 3.8 19.9l-.1.1-.3.6c-.3.5-.7 1.3-1.2 2.3-1 2-2.6 5-4.4 8.6-.5.9-.9 1.9-1.4 2.9C344.9 97.4 368 134 368 176s-23.1 78.6-57.3 97.8c.5 1 1 2 1.4 2.9 1.8 3.7 3.3 6.6 4.4 8.6.5 1 .9 1.8 1.2 2.3l.3.6.1.1c3.6 6.7 2 15-3.8 19.9L272 343.5v19.8l35.6-24.5 41.1-28.2c42.8-29.4 68.4-78 68.4-130 0-31.1-9.2-61.6-26.5-87.5l-2.8-4.2c-4-6-3.5-14 1.3-19.5s12.7-7 19.2-3.7L401.1 80l7.2-14.3h.1l.3.2 1 .5c.8.4 2 1.1 3.5 1.9 2.9 1.7 7 4.1 11.8 7.3 9.6 6.4 22.5 16.1 35.4 29 25.7 25.7 52.7 65.6 52.7 119.3 0 53.1-26.4 100.5-51.2 133.6-12.6 16.7-25.1 30.3-34.5 39.7-4.7 4.7-8.7 8.4-11.5 10.9-1.4 1.3-2.5 2.2-3.3 2.9l-.9.8-.3.2-.1.1-10.2-12.1 10.2 12.3c-5.1 4.3-12.4 4.9-18.2 1.6l-75.6-43-32.7 22.5 45.5 31.3c1.8-.4 3.7-.7 5.7-.7 13.3 0 24 10.7 24 24s-10.7 24-24 24c-12.2 0-22.3-9.1-23.8-21L272 423.4v28.9c9.6 5.5 16 15.9 16 27.7 0 17.7-14.3 32-32 32s-32-14.3-32-32c0-11.8 6.4-22.2 16-27.7v-28.1l-40.3 27.7c-1.9 11.4-11.8 20.1-23.7 20.1-13.3 0-24-10.7-24-24s10.7-24 24-24c2.2 0 4.4.3 6.5.9l45.8-31.5-32.7-22.5-75.6 43c-5.8 3.3-13 2.7-18.2-1.6L112 400c-10.2 12.3-10.2 12.3-10.3 12.3l-.1-.1-.3-.2-.9-.8c-.8-.7-1.9-1.7-3.3-2.9-2.8-2.5-6.7-6.2-11.5-10.9-9.4-9.4-21.9-23-34.5-39.7C26.4 324.5 0 277.1 0 224c0-53.7 26.9-93.6 52.7-119.3 12.9-12.9 25.8-22.6 35.4-29C93 72.5 97 70 99.9 68.4c1.5-.8 2.6-1.5 3.5-1.9l1-.5.3-.2h.1L112 80l-7.2-14.3c6.5-3.2 14.3-1.7 19.2 3.7s5.3 13.4 1.3 19.5l-2.8 4.2C105.2 119 96 149.5 96 180.6c0 51.9 25.6 100.6 68.4 130l41.1 28.2 34.5 23.8v-19.1l-42.2-35.2c-5.9-4.9-7.5-13.2-3.8-19.9l.1-.1.3-.6c.3-.5.7-1.3 1.2-2.3 1-2 2.6-5 4.4-8.6.5-.9.9-1.9 1.4-2.9C167.1 254.6 144 218 144 176s23.1-78.6 57.3-97.8c-.5-1-1-2-1.4-2.9-1.8-3.7-3.3-6.6-4.4-8.6-.5-1-.9-1.8-1.2-2.3l-.3-.6-.1-.1c-3.6-6.7-2-15 3.8-19.9l48-40zm-25.6 119.2c-17 11.5-28.2 31-28.2 53.1s11.2 41.6 28.2 53.1C227 210.2 232 190.9 232 176s-5-34.2-11.8-53.1m71.5 106.2c17-11.5 28.2-31 28.2-53.1s-11.2-41.6-28.2-53.1C285 141.8 280 161.1 280 176s5 34.2 11.8 53.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/kip-sign.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/kip-sign.svg new file mode 100644 index 0000000..6edd410 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/kip-sign.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M340.8 88.3c13.4-11.5 15-31.7 3.5-45.1s-31.7-15-45.1-3.5L128 186.4V64c0-17.7-14.3-32-32-32S64 46.3 64 64v160H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h32v160c0 17.7 14.3 32 32 32s32-14.3 32-32V325.6l171.2 146.7c13.4 11.5 33.6 9.9 45.1-3.5s9.9-33.6-3.5-45.1L182.5 288H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H182.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/kit-medical.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/kit-medical.svg new file mode 100644 index 0000000..fb3f940 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/kit-medical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h32V32zm64 0v448h320V32zm384 448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64h-32v448zM256 176c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v48h48c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-48v48c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-48h-48c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16h48z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/kitchen-set.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/kitchen-set.svg new file mode 100644 index 0000000..029fd4d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/kitchen-set.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M240 144a96 96 0 1 0-192 0 96 96 0 1 0 192 0m44.4 32c-14.5 64.1-71.9 112-140.4 112C64.5 288 0 223.5 0 144S64.5 0 144 0c68.5 0 125.9 47.9 140.4 112h71.8c8.8-9.8 21.6-16 35.8-16h104c26.5 0 48 21.5 48 48s-21.5 48-48 48H392c-14.2 0-27-6.2-35.8-16zM144 80a64 64 0 1 1 0 128 64 64 0 1 1 0-128m256 160c13.3 0 24 10.7 24 24v8h96c13.3 0 24 10.7 24 24s-10.7 24-24 24H280c-13.3 0-24-10.7-24-24s10.7-24 24-24h96v-8c0-13.3 10.7-24 24-24M288 464V352h224v112c0 26.5-21.5 48-48 48H336c-26.5 0-48-21.5-48-48M48 320h128c26.5 0 48 21.5 48 48s-21.5 48-48 48h-16c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32v-80c0-8.8 7.2-16 16-16m128 64c8.8 0 16-7.2 16-16s-7.2-16-16-16h-16v32zM24 464h176c13.3 0 24 10.7 24 24s-10.7 24-24 24H24c-13.3 0-24-10.7-24-24s10.7-24 24-24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/kiwi-bird.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/kiwi-bird.svg new file mode 100644 index 0000000..3877793 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/kiwi-bird.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M291.2 388.4c31.2-18.8 64.7-36.4 101.1-36.4H448c4.6 0 9.1-.2 13.6-.7l85.3 121.9c4 5.7 11.3 8.2 17.9 6.1S576 471 576 464V224c0-70.7-57.3-128-128-128h-55.7c-36.4 0-69.9-17.6-101.1-36.4C262.3 42.1 228.3 32 192 32 86 32 0 118 0 224c0 71.1 38.6 133.1 96 166.3V456c0 13.3 10.7 24 24 24s24-10.7 24-24v-46c15.3 3.9 31.4 6 48 6 5.4 0 10.7-.2 16-.7V456c0 13.3 10.7 24 24 24s24-10.7 24-24v-50.9c12.4-4.4 24.2-10 35.2-16.7M448 200a24 24 0 1 1 0 48 24 24 0 1 1 0-48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/l.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/l.svg new file mode 100644 index 0000000..e8765d2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/l.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32c17.7 0 32 14.3 32 32v352h192c17.7 0 32 14.3 32 32s-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V64c0-17.7 14.3-32 32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/land-mine-on.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/land-mine-on.svg new file mode 100644 index 0000000..d33c998 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/land-mine-on.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M344 24v144c0 13.3-10.7 24-24 24s-24-10.7-24-24V24c0-13.3 10.7-24 24-24s24 10.7 24 24M192 320c0-17.7 14.3-32 32-32h192c17.7 0 32 14.3 32 32v32H192zm-77.3 90.5c8.1-16.3 24.8-26.5 42.9-26.5h324.7c18.2 0 34.8 10.3 42.9 26.5l27.6 55.2C563.5 487 548 512 524.2 512H115.8c-23.8 0-39.3-25-28.6-46.3l27.6-55.2zM36.3 138.3c7.5-10.9 22.5-13.6 33.4-6.1l104 72c10.9 7.5 13.6 22.5 6.1 33.4s-22.5 13.6-33.4 6.1l-104-72c-10.9-7.5-13.6-22.5-6.1-33.4m534.1-6.1c10.9-7.5 25.8-4.8 33.4 6.1s4.8 25.8-6.1 33.4l-104 72c-10.9 7.5-25.8 4.8-33.4-6.1s-4.8-25.8 6.1-33.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/landmark-dome.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/landmark-dome.svg new file mode 100644 index 0000000..7608811 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/landmark-dome.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M248 0h16c13.3 0 24 10.7 24 24v10.7c80.4 13.4 143.9 76.9 157.3 157.3h2.7c17.7 0 32 14.3 32 32s-14.3 32-32 32H64c-17.7 0-32-14.3-32-32s14.3-32 32-32h2.7C80.1 111.6 143.6 48.1 224 34.7V24c0-13.3 10.7-24 24-24M64 288h64v128h40V288h64v128h48V288h64v128h40V288h64v132.3c.6.3 1.2.7 1.8 1.1l48 32c11.7 7.8 17 22.4 12.9 35.9S494.1 512 480 512H32c-14.1 0-26.5-9.2-30.6-22.7s1.1-28.1 12.9-35.9l48-32c.6-.4 1.2-.7 1.8-1.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/landmark-flag.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/landmark-flag.svg new file mode 100644 index 0000000..d68c84a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/landmark-flag.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M272 0h80c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16h-80v32h192c17.7 0 32 14.3 32 32s-14.3 32-32 32H48c-17.7 0-32-14.3-32-32s14.3-32 32-32h192V16c0-8.8 7.2-16 16-16zM64 224h64v192h40V224h64v192h48V224h64v192h40V224h64v196.3c.6.3 1.2.7 1.8 1.1l48 32c11.7 7.8 17 22.4 12.9 35.9S494.1 512 480 512H32c-14.1 0-26.5-9.2-30.6-22.7s1.1-28.1 12.9-35.9l48-32c.6-.4 1.2-.7 1.8-1.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/landmark.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/landmark.svg new file mode 100644 index 0000000..307a7c0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/landmark.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M240.1 4.2c9.8-5.6 21.9-5.6 31.8 0l171.8 98.1 4.3 1.7v.9l47.9 27.4c12.6 7.2 18.8 22 15.1 36s-16.4 23.8-30.9 23.8L32 192c-14.5 0-27.2-9.8-30.9-23.8s2.5-28.8 15.1-36L64 104.9v-.9l4.4-1.6zM64 224h64v192h40V224h64v192h48V224h64v192h40V224h64v196.3c.6.3 1.2.7 1.8 1.1l48 32c11.7 7.8 17 22.4 12.9 35.9S494.1 512 480 512H32c-14.1 0-26.5-9.2-30.6-22.7s1.1-28.1 12.9-35.9l48-32c.6-.4 1.2-.7 1.8-1.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/language.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/language.svg new file mode 100644 index 0000000..a03f9a0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/language.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 128c0-35.3 28.7-64 64-64h512c35.3 0 64 28.7 64 64v256c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm320 0v256h256V128zm-141.7 47.9c-3.2-7.2-10.4-11.9-18.3-11.9s-15.1 4.7-18.3 11.9l-64 144c-4.5 10.1.1 21.9 10.2 26.4s21.9-.1 26.4-10.2l8.9-20.1h73.6l8.9 20.1c4.5 10.1 16.3 14.6 26.4 10.2s14.6-16.3 10.2-26.4zM160 233.2l19 42.8h-38zM448 164c11 0 20 9 20 20v4h60c11 0 20 9 20 20s-9 20-20 20h-2l-1.6 4.5c-8.9 24.4-22.4 46.6-39.6 65.4.9.6 1.8 1.1 2.7 1.6l18.9 11.3c9.5 5.7 12.5 18 6.9 27.4s-18 12.5-27.4 6.9L467 333.8c-4.5-2.7-8.8-5.5-13.1-8.5-10.6 7.5-21.9 14-34 19.4l-3.6 1.6c-10.1 4.5-21.9-.1-26.4-10.2s.1-21.9 10.2-26.4l3.6-1.6c6.4-2.9 12.6-6.1 18.5-9.8L410 286.1c-7.8-7.8-7.8-20.5 0-28.3s20.5-7.8 28.3 0l14.6 14.6.5.5c12.4-13.1 22.5-28.3 29.8-45l-35.2.1h-72c-11 0-20-9-20-20s9-20 20-20h52v-4c0-11 9-20 20-20"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/laptop-code.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/laptop-code.svg new file mode 100644 index 0000000..9451b05 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/laptop-code.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 96c0-35.3 28.7-64 64-64h384c35.3 0 64 28.7 64 64v256h-64V96H128v256H64zM0 403.2C0 392.6 8.6 384 19.2 384h601.6c10.6 0 19.2 8.6 19.2 19.2 0 42.4-34.4 76.8-76.8 76.8H76.8C34.4 480 0 445.6 0 403.2M281 209l-31 31 31 31c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-48-48c-9.4-9.4-9.4-24.6 0-33.9l48-48c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9zm112-34 48 48c9.4 9.4 9.4 24.6 0 33.9l-48 48c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l31-31-31-31c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/laptop-file.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/laptop-file.svg new file mode 100644 index 0000000..3e5152f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/laptop-file.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M128 0C92.7 0 64 28.7 64 64v224H19.2C8.6 288 0 296.6 0 307.2 0 349.6 34.4 384 76.8 384H320v-96H128V64h320v32h64V64c0-35.3-28.7-64-64-64zm384 128H400c-26.5 0-48 21.5-48 48v288c0 26.5 21.5 48 48 48h192c26.5 0 48-21.5 48-48V256h-96c-17.7 0-32-14.3-32-32zm32 0v96h96z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/laptop-medical.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/laptop-medical.svg new file mode 100644 index 0000000..7c8b452 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/laptop-medical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 96c0-35.3 28.7-64 64-64h384c35.3 0 64 28.7 64 64v256h-64V96H128v256H64zM0 403.2C0 392.6 8.6 384 19.2 384h601.6c10.6 0 19.2 8.6 19.2 19.2 0 42.4-34.4 76.8-76.8 76.8H76.8C34.4 480 0 445.6 0 403.2M288 160c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v48h48c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-48v48c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-48h-48c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16h48z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/laptop.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/laptop.svg new file mode 100644 index 0000000..f869e2a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/laptop.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M128 32c-35.3 0-64 28.7-64 64v256h64V96h384v256h64V96c0-35.3-28.7-64-64-64zM19.2 384C8.6 384 0 392.6 0 403.2 0 445.6 34.4 480 76.8 480h486.4c42.4 0 76.8-34.4 76.8-76.8 0-10.6-8.6-19.2-19.2-19.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/lari-sign.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/lari-sign.svg new file mode 100644 index 0000000..62cfc1c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/lari-sign.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M144 32c17.7 0 32 14.3 32 32v32.7c5.3-.4 10.6-.7 16-.7s10.7.2 16 .7V64c0-17.7 14.3-32 32-32s32 14.3 32 32v49.4c54.9 25.2 95.8 75.5 108.2 136.2 3.5 17.3-7.7 34.2-25 37.7s-34.2-7.7-37.7-25c-6.1-29.9-22.5-55.9-45.4-74.3v67.9c0 17.7-14.3 32-32 32s-32-14.3-32-32v-95c-5.2-.7-10.6-1-16-1s-10.8.3-16 1v95c0 17.7-14.3 32-32 32s-32-14.3-32-32V188C82.7 211.5 64 247.6 64 288c0 70.7 57.3 128 128 128h160c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h16.9C18.5 382 0 337.2 0 288c0-77.5 45.9-144.3 112-174.6V64c0-17.7 14.3-32 32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/layer-group.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/layer-group.svg new file mode 100644 index 0000000..afcd7bb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/layer-group.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M264.5 5.2c14.9-6.9 32.1-6.9 47 0l218.6 101c8.5 3.9 13.9 12.4 13.9 21.8s-5.4 17.9-13.9 21.8l-218.6 101c-14.9 6.9-32.1 6.9-47 0l-218.6-101c-8.5-4-13.9-12.5-13.9-21.8s5.4-17.9 13.9-21.8zm212.4 204.4 53.2 24.6c8.5 3.9 13.9 12.4 13.9 21.8s-5.4 17.9-13.9 21.8l-218.6 101c-14.9 6.9-32.1 6.9-47 0l-218.6-101c-8.5-4-13.9-12.5-13.9-21.8s5.4-17.9 13.9-21.8l53.2-24.6 152 70.2a88.1 88.1 0 0 0 73.8 0zm-152 198.2 152-70.2 53.2 24.6c8.5 3.9 13.9 12.4 13.9 21.8s-5.4 17.9-13.9 21.8l-218.6 101c-14.9 6.9-32.1 6.9-47 0l-218.6-101c-8.5-4-13.9-12.5-13.9-21.8s5.4-17.9 13.9-21.8l53.2-24.6 152 70.2a88.1 88.1 0 0 0 73.8 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/leaf.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/leaf.svg new file mode 100644 index 0000000..6a7655e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/leaf.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M272 96c-78.6 0-145.1 51.5-167.7 122.5 33.6-17 71.5-26.5 111.7-26.5h88c8.8 0 16 7.2 16 16s-7.2 16-16 16h-88c-16.6 0-32.7 1.9-48.3 5.4-25.9 5.9-49.9 16.4-71.4 30.7C38.3 298.8 0 364.9 0 440v16c0 13.3 10.7 24 24 24s24-10.7 24-24v-16c0-48.7 20.7-92.5 53.8-123.2C121.6 392.3 190.3 448 272 448h1c132.1-.7 239-130.9 239-291.4 0-42.6-7.5-83.1-21.1-119.6-2.6-6.9-12.7-6.6-16.2-.1C455.9 72.1 418.7 96 376 96z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/left-long.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/left-long.svg new file mode 100644 index 0000000..fa0015d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/left-long.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M177.5 414c-8.8 3.8-19 2-26-4.6l-144-136C2.7 268.9 0 262.6 0 256s2.7-12.9 7.5-17.4l144-136c7-6.6 17.2-8.4 26-4.6s14.5 12.5 14.5 22v72h288c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H192v72c0 9.6-5.7 18.2-14.5 22"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/left-right.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/left-right.svg new file mode 100644 index 0000000..f888575 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/left-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M504.3 273.6c4.9-4.5 7.7-10.9 7.7-17.6s-2.8-13-7.7-17.6l-112-104c-7-6.5-17.2-8.2-25.9-4.4S352 142.5 352 152v56H160v-56c0-9.5-5.7-18.2-14.4-22s-18.9-2.1-25.9 4.4l-112 104C2.8 243 0 249.3 0 256s2.8 13 7.7 17.6l112 104c7 6.5 17.2 8.2 25.9 4.4s14.4-12.5 14.4-22v-56h192v56c0 9.5 5.7 18.2 14.4 22s18.9 2.1 25.9-4.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/lemon.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/lemon.svg new file mode 100644 index 0000000..4abec48 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/lemon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M448 96c0-35.3-28.7-64-64-64-6.6 0-13 1-19 2.9-22.5 7-48.1 14.9-71 9-75.2-19.1-156.4 11-213.7 68.3S-7.2 250.8 11.9 326c5.8 22.9-2 48.4-9 71C1 403 0 409.4 0 416c0 35.3 28.7 64 64 64 6.6 0 13-1 19.1-2.9 22.5-7 48.1-14.9 71-9 75.2 19.1 156.4-11 213.7-68.3s87.5-138.5 68.3-213.7c-5.8-22.9 2-48.4 9-71 1.9-6 2.9-12.4 2.9-19.1m-235.5 31.4c-54.6 16-101.1 62.5-117.1 117.1-2.5 8.5-11.4 13.3-19.9 10.9S62.2 244 64.6 235.5c19.1-65.1 73.7-119.8 138.9-138.9 8.5-2.5 17.4 2.4 19.9 10.9s-2.4 17.4-10.9 19.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/less-than-equal.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/less-than-equal.svg new file mode 100644 index 0000000..04ca523 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/less-than-equal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M395.9 93.7c16.4-6.6 24.4-25.2 17.8-41.6s-25.2-24.4-41.6-17.8l-320 128C40 167.1 32 178.9 32 192s8 24.9 20.1 29.7l320 128c16.4 6.6 35-1.4 41.6-17.8s-1.4-35-17.8-41.6L150.2 192zM32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32h384c17.7 0 32-14.3 32-32s-14.3-32-32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/less-than.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/less-than.svg new file mode 100644 index 0000000..4463704 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/less-than.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M380.6 81.7c7.9 15.8 1.5 35-14.3 42.9L103.6 256l262.7 131.4c15.8 7.9 22.2 27.1 14.3 42.9s-27.1 22.2-42.9 14.3l-320-160C6.8 279.2 0 268.1 0 256s6.8-23.2 17.7-28.6l320-160c15.8-7.9 35-1.5 42.9 14.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/life-ring.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/life-ring.svg new file mode 100644 index 0000000..17c4bad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/life-ring.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M367.2 412.5C335.9 434.9 297.5 448 256 448s-79.9-13.1-111.2-35.5l58-58c15.8 8.6 34 13.5 53.3 13.5s37.4-4.9 53.3-13.5l58 58zm90.7.8c33.8-43.4 54-98 54-157.3s-20.2-113.9-54-157.3c9-12.5 7.9-30.1-3.4-41.3S425.8 45 413.3 54C369.9 20.2 315.3 0 256 0S142.1 20.2 98.7 54c-12.5-9-30.1-7.9-41.3 3.4S45 86.2 54 98.7C20.2 142.1 0 196.7 0 256s20.2 113.9 54 157.3c-9 12.5-7.9 30.1 3.4 41.3S86.2 467 98.7 458c43.4 33.8 98 54 157.3 54s113.9-20.2 157.3-54c12.5 9 30.1 7.9 41.3-3.4s12.4-28.8 3.4-41.3zm-45.5-46.1-58-58c8.6-15.8 13.5-34 13.5-53.3s-4.9-37.4-13.5-53.3l58-58C434.9 176.1 448 214.5 448 256s-13.1 79.9-35.5 111.2zM367.2 99.5l-58 58c-15.8-8.6-34-13.5-53.3-13.5s-37.4 4.9-53.3 13.5l-58-58C176.1 77.1 214.5 64 256 64s79.9 13.1 111.2 35.5M157.5 309.3l-58 58C77.1 335.9 64 297.5 64 256s13.1-79.9 35.5-111.2l58 58c-8.6 15.8-13.5 34-13.5 53.3s4.9 37.4 13.5 53.3zM208 256a48 48 0 1 1 96 0 48 48 0 1 1-96 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/lightbulb.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/lightbulb.svg new file mode 100644 index 0000000..b7c0749 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/lightbulb.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M272 384c9.6-31.9 29.5-59.1 49.2-86.2 5.2-7.1 10.4-14.2 15.4-21.4 19.8-28.5 31.4-63 31.4-100.3C368 78.8 289.2 0 192 0S16 78.8 16 176c0 37.3 11.6 71.9 31.4 100.3 5 7.2 10.2 14.3 15.4 21.4 19.8 27.1 39.7 54.4 49.2 86.2h160zm-80 128c44.2 0 80-35.8 80-80v-16H112v16c0 44.2 35.8 80 80 80m-80-336c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-61.9 50.1-112 112-112 8.8 0 16 7.2 16 16s-7.2 16-16 16c-44.2 0-80 35.8-80 80"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/lines-leaning.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/lines-leaning.svg new file mode 100644 index 0000000..590c974 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/lines-leaning.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M190.4 74.1c5.6-16.8-3.5-34.9-20.2-40.5s-34.9 3.5-40.5 20.2l-128 384c-5.6 16.8 3.5 34.9 20.2 40.5s34.9-3.5 40.5-20.2zm70.9-41.7c-17.4-2.9-33.9 8.9-36.8 26.3l-64 384c-2.9 17.4 8.9 33.9 26.3 36.8s33.9-8.9 36.8-26.3l64-384c2.9-17.4-8.9-33.9-26.3-36.8M352 32c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32s32-14.3 32-32V64c0-17.7-14.3-32-32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/link-slash.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/link-slash.svg new file mode 100644 index 0000000..be67b84 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/link-slash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2s-6.3 25.5 4.1 33.7l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L489.3 358.2l90.5-90.5c56.5-56.5 56.5-148 0-204.5-50-50-128.8-56.5-186.3-15.4l-1.6 1.1c-14.4 10.3-17.7 30.3-7.4 44.6s30.3 17.7 44.6 7.4l1.6-1.1c32.1-22.9 76-19.3 103.8 8.6 31.5 31.5 31.5 82.5 0 114l-96 96-31.9-25c24.3-53.8 13.5-118.3-29.6-161.4-52.2-52.3-134.5-56.2-191.3-11.7zM239 162c30.1-14.9 67.7-9.9 92.8 15.3 20 20 27.5 48.3 21.7 74.5zm167.6 254.4L220.9 270c-2.1 39.8 12.2 80.1 42.2 110 38.9 38.9 94.4 51 143.6 36.3zm-290-228.5-56.4 56.4c-56.5 56.5-56.5 148 0 204.5 50 50 128.8 56.5 186.3 15.4l1.6-1.1c14.4-10.3 17.7-30.3 7.4-44.6s-30.3-17.7-44.6-7.4l-1.6 1.1c-32.1 22.9-76 19.3-103.8-8.6C74 372 74 321 105.5 289.5l61.8-61.8-50.6-39.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/link.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/link.svg new file mode 100644 index 0000000..75af378 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/link.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M579.8 267.7c56.5-56.5 56.5-148 0-204.5-50-50-128.8-56.5-186.3-15.4l-1.6 1.1c-14.4 10.3-17.7 30.3-7.4 44.6s30.3 17.7 44.6 7.4l1.6-1.1c32.1-22.9 76-19.3 103.8 8.6 31.5 31.5 31.5 82.5 0 114L422.3 334.8c-31.5 31.5-82.5 31.5-114 0-27.9-27.9-31.5-71.8-8.6-103.8l1.1-1.6c10.3-14.4 6.9-34.4-7.4-44.6s-34.4-6.9-44.6 7.4l-1.1 1.6C206.5 251.2 213 330 263 380c56.5 56.5 148 56.5 204.5 0zM60.2 244.3c-56.5 56.5-56.5 148 0 204.5 50 50 128.8 56.5 186.3 15.4l1.6-1.1c14.4-10.3 17.7-30.3 7.4-44.6s-30.3-17.7-44.6-7.4l-1.6 1.1c-32.1 22.9-76 19.3-103.8-8.6C74 372 74 321 105.5 289.5l112.2-112.3c31.5-31.5 82.5-31.5 114 0 27.9 27.9 31.5 71.8 8.6 103.9l-1.1 1.6c-10.3 14.4-6.9 34.4 7.4 44.6s34.4 6.9 44.6-7.4l1.1-1.6C433.5 260.8 427 182 377 132c-56.5-56.5-148-56.5-204.5 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/lira-sign.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/lira-sign.svg new file mode 100644 index 0000000..091b8df --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/lira-sign.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M112 160.4c0-35.5 28.8-64.4 64.4-64.4 6.9 0 13.8 1.1 20.4 3.3l81.2 27.1c16.8 5.6 34.9-3.5 40.5-20.2s-3.5-34.9-20.2-40.5L217 38.6c-13.1-4.4-26.8-6.6-40.6-6.6C105.5 32 48 89.5 48 160.4V192H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h16v32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h14c-2.2 10.5-6.1 20.6-11.7 29.9L4.6 431.5c-5.9 9.9-6.1 22.2-.4 32.2S20.5 480 32 480h256c17.7 0 32-14.3 32-32s-14.3-32-32-32H88.5l.7-1.1c11.6-19.3 18.9-40.7 21.6-62.9H224c17.7 0 32-14.3 32-32s-14.3-32-32-32H112v-32h112c17.7 0 32-14.3 32-32s-14.3-32-32-32H112z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/list-check.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/list-check.svg new file mode 100644 index 0000000..5657418 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/list-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M152.1 38.2c9.9 8.9 10.7 24 1.8 33.9l-72 80c-4.4 4.9-10.6 7.8-17.2 7.9s-12.9-2.4-17.6-7L7 113c-9.3-9.4-9.3-24.6 0-34s24.6-9.4 33.9 0L63 101.1l55.1-61.2c8.9-9.9 24-10.7 33.9-1.8zm0 160c9.9 8.9 10.7 24 1.8 33.9l-72 80c-4.4 4.9-10.6 7.8-17.2 7.9s-12.9-2.4-17.6-7L7 273c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L63 261.2l55.1-61.2c8.9-9.9 24-10.7 33.9-1.8zM224 96c0-17.7 14.3-32 32-32h224c17.7 0 32 14.3 32 32s-14.3 32-32 32H256c-17.7 0-32-14.3-32-32m0 160c0-17.7 14.3-32 32-32h224c17.7 0 32 14.3 32 32s-14.3 32-32 32H256c-17.7 0-32-14.3-32-32m-64 160c0-17.7 14.3-32 32-32h288c17.7 0 32 14.3 32 32s-14.3 32-32 32H192c-17.7 0-32-14.3-32-32M48 368a48 48 0 1 1 0 96 48 48 0 1 1 0-96"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/list-ol.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/list-ol.svg new file mode 100644 index 0000000..d744b90 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/list-ol.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M24 56c0-13.3 10.7-24 24-24h32c13.3 0 24 10.7 24 24v120h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H40c-13.3 0-24-10.7-24-24s10.7-24 24-24h16V80h-8c-13.3 0-24-10.7-24-24m62.7 285.2c-6.5-7.4-18.3-6.9-24 1.2l-11.2 15.5c-7.7 10.8-22.7 13.3-33.5 5.6S4.7 340.8 12.4 330l11.1-15.6c23.7-33.2 72.3-35.6 99.2-4.9 21.3 24.4 20.8 60.9-1.1 84.7L86.8 432H120c13.3 0 24 10.7 24 24s-10.7 24-24 24H32c-9.5 0-18.2-5.6-22-14.4s-2.1-18.9 4.3-25.9l72-78c5.3-5.8 5.4-14.6.3-20.5zM224 64h256c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32s14.3-32 32-32m0 160h256c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32s14.3-32 32-32m0 160h256c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32s14.3-32 32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/list-ul.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/list-ul.svg new file mode 100644 index 0000000..1ae489c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/list-ul.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 144a48 48 0 1 0 0-96 48 48 0 1 0 0 96m128-80c-17.7 0-32 14.3-32 32s14.3 32 32 32h288c17.7 0 32-14.3 32-32s-14.3-32-32-32zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32h288c17.7 0 32-14.3 32-32s-14.3-32-32-32zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32h288c17.7 0 32-14.3 32-32s-14.3-32-32-32zM64 464a48 48 0 1 0 0-96 48 48 0 1 0 0 96m48-208a48 48 0 1 0-96 0 48 48 0 1 0 96 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/list.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/list.svg new file mode 100644 index 0000000..74fa77b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/list.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M40 48c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V72c0-13.3-10.7-24-24-24zm152 16c-17.7 0-32 14.3-32 32s14.3 32 32 32h288c17.7 0 32-14.3 32-32s-14.3-32-32-32zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32h288c17.7 0 32-14.3 32-32s-14.3-32-32-32zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32h288c17.7 0 32-14.3 32-32s-14.3-32-32-32zM16 232v48c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24v-48c0-13.3-10.7-24-24-24H40c-13.3 0-24 10.7-24 24m24 136c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24v-48c0-13.3-10.7-24-24-24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/litecoin-sign.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/litecoin-sign.svg new file mode 100644 index 0000000..ab687aa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/litecoin-sign.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M128 64c0-17.7-14.3-32-32-32S64 46.3 64 64v149.6l-40.8 11.6c-17 4.9-26.8 22.6-22 39.6s22.6 26.8 39.6 22l23.2-6.7V448c0 17.7 14.3 32 32 32h256c17.7 0 32-14.3 32-32s-14.3-32-32-32H128V261.9l136.8-39.1c17-4.9 26.8-22.6 22-39.6s-22.6-26.8-39.6-22L128 195.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/location-arrow.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/location-arrow.svg new file mode 100644 index 0000000..d6ac9db --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/location-arrow.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M429.6 92.1c4.9-11.9 2.1-25.6-7-34.7s-22.8-11.9-34.7-7l-352 144c-14.2 5.8-22.2 20.8-19.3 35.8S32.7 256 48 256h176v176c0 15.3 10.8 28.4 25.8 31.4s30-5.1 35.8-19.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/location-crosshairs.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/location-crosshairs.svg new file mode 100644 index 0000000..698aee0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/location-crosshairs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 0c17.7 0 32 14.3 32 32v34.7c80.4 13.4 143.9 76.9 157.3 157.3H480c17.7 0 32 14.3 32 32s-14.3 32-32 32h-34.7c-13.4 80.4-76.9 143.9-157.3 157.3V480c0 17.7-14.3 32-32 32s-32-14.3-32-32v-34.7C143.6 431.9 80.1 368.4 66.7 288H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h34.7C80.1 143.6 143.6 80.1 224 66.7V32c0-17.7 14.3-32 32-32M128 256a128 128 0 1 0 256 0 128 128 0 1 0-256 0m128-80a80 80 0 1 1 0 160 80 80 0 1 1 0-160"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/location-dot.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/location-dot.svg new file mode 100644 index 0000000..5101cbf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/location-dot.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M215.7 499.2C267 435 384 279.4 384 192 384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2 12.3 15.3 35.1 15.3 47.4 0M192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/location-pin-lock.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/location-pin-lock.svg new file mode 100644 index 0000000..0657f2c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/location-pin-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M215.7 499.2c11-13.8 25.1-31.7 40.3-52.3v-94.8c0-23.7 12.9-44.4 32-55.4v-24.6c0-55.6 40.5-101.7 93.6-110.5C367 70 287.7 0 192 0 86 0 0 86 0 192c0 87.4 117 243 168.3 307.2 12.3 15.3 35.1 15.3 47.4 0M192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128m208 112c17.7 0 32 14.3 32 32v48h-64v-48c0-17.7 14.3-32 32-32m-80 32v48c-17.7 0-32 14.3-32 32v128c0 17.7 14.3 32 32 32h160c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32v-48c0-44.2-35.8-80-80-80s-80 35.8-80 80"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/location-pin.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/location-pin.svg new file mode 100644 index 0000000..48e05f0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/location-pin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M384 192c0 87.4-117 243-168.3 307.2-12.3 15.3-35.1 15.3-47.4 0C117 435 0 279.4 0 192 0 86 86 0 192 0s192 86 192 192"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/lock-open.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/lock-open.svg new file mode 100644 index 0000000..ccf83ee --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/lock-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M352 144c0-44.2 35.8-80 80-80s80 35.8 80 80v48c0 17.7 14.3 32 32 32s32-14.3 32-32v-48C576 64.5 511.5 0 432 0S288 64.5 288 144v48H64c-35.3 0-64 28.7-64 64v192c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V256c0-35.3-28.7-64-64-64h-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/lock.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/lock.svg new file mode 100644 index 0000000..45cc889 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M144 144v48h160v-48c0-44.2-35.8-80-80-80s-80 35.8-80 80m-64 48v-48C80 64.5 144.5 0 224 0s144 64.5 144 144v48h16c35.3 0 64 28.7 64 64v192c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V256c0-35.3 28.7-64 64-64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/locust.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/locust.svg new file mode 100644 index 0000000..d023951 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/locust.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M312 32c-13.3 0-24 10.7-24 24s10.7 24 24 24h16c98.7 0 180.6 71.4 197 165.4-9-3.5-18.8-5.4-29-5.4h-64.2L390 142.5c-3.4-7.9-10.8-13.4-19.3-14.4s-17 2.7-22.1 9.6l-40.9 55.5-21.7-50.7c-3.3-7.8-10.5-13.2-18.9-14.3s-16.7 2.3-22 8.9l-240 304c-8.2 10.4-6.4 25.5 4 33.7s25.5 6.4 33.7-4l79.4-100.5 43 16.4-40.5 55c-7.9 10.7-5.6 25.7 5.1 33.6s25.7 5.6 33.6-5.1l51.7-70.2h74.5l-29.3 42.3c-7.5 10.9-4.8 25.8 6.1 33.4s25.8 4.8 33.4-6.1L348 400h80.4l38.8 67.9c6.6 11.5 21.2 15.5 32.7 8.9s15.5-21.2 8.9-32.7L483.6 400H496c44.1 0 79.8-35.7 80-79.7V280c0-137-111-248-248-248zm50.5 168 17.1 40H333zm-87.7 38.1-1.4 1.9h-48.2l32.7-41.5 16.9 39.5zm-186 1.9C57.4 240 32 265.4 32 296.8c0 15.5 6.3 30 16.9 40.4l77.8-97.2zM496 288a16 16 0 1 1 0 32 16 16 0 1 1 0-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/lungs-virus.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/lungs-virus.svg new file mode 100644 index 0000000..e99e9b0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/lungs-virus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M320 0c17.7 0 32 14.3 32 32v124.2c-8.5-7.6-19.7-12.2-32-12.2s-23.5 4.6-32 12.2V32c0-17.7 14.3-32 32-32m124.5 195.5c-16.4-16.4-41.8-18.5-60.5-6.1v-24.1C384 127 415 96 453.3 96c21.7 0 42.8 10.2 55.8 28.8 15.4 22.1 44.3 65.4 71 116.9 26.5 50.9 52.4 112.5 59.6 170.3.2 1.3.2 2.6.2 4v7c0 49.1-39.8 89-89 89q-10.95 0-21.6-2.7l-72.7-18.2c-20.9-5.2-38.7-17.1-51.5-32.9 14 1.5 28.5-3 39.2-13.8l-22.6-22.6 22.6 22.6c18.7-18.7 18.7-49.1 0-67.9-1.1-1.1-1.4-2-1.5-2.5-.1-.8-.1-1.8.4-2.9s1.2-1.9 1.8-2.3c.5-.3 1.3-.8 2.9-.8 26.5 0 48-21.5 48-48s-21.5-48-48-48c-1.6 0-2.4-.4-2.9-.8-.6-.4-1.3-1.2-1.8-2.3s-.5-2.2-.4-2.9c.1-.6.4-1.4 1.5-2.5 18.7-18.7 18.7-49.1 0-67.9zm-22.7 226.3c-6.2 6.2-16.4 6.2-22.6 0C375.9 398.5 336 415 336 448c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-33-39.9-49.5-63.2-26.2-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6C241.5 375.9 225 336 192 336c-8.8 0-16-7.2-16-16s7.2-16 16-16c33 0 49.5-39.9 26.2-63.2-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0C264.1 241.5 304 225 304 192c0-8.8 7.2-16 16-16s16 7.2 16 16c0 33 39.9 49.5 63.2 26.2 6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6C398.5 264.1 415 304 448 304c8.8 0 16 7.2 16 16s-7.2 16-16 16c-33 0-49.5 39.9-26.2 63.2 6.2 6.2 6.2 16.4 0 22.6m-238.5 69.4-72.7 18.2q-10.65 2.7-21.6 2.7c-49.1 0-89-39.8-89-89v-7c0-1.3.1-2.7.2-4 7.2-57.9 33.1-119.4 59.6-170.3 26.8-51.5 55.6-94.8 71-116.9 13-18.6 34-28.8 55.8-28.8C225 96 256 127 256 165.3v24.1c-18.6-12.4-44-10.3-60.5 6.1-18.7 18.7-18.7 49.1 0 67.9 1.1 1.1 1.4 2 1.5 2.5.1.8.1 1.8-.4 2.9s-1.2 1.9-1.8 2.3c-.5.3-1.3.8-2.9.8-26.5 0-48 21.5-48 48s21.5 48 48 48c1.6 0 2.4.4 2.9.8.6.4 1.3 1.2 1.8 2.3s.5 2.2.4 2.9c-.1.6-.4 1.4-1.5 2.5-18.7 18.7-18.7 49.1 0 67.9 10.7 10.7 25.3 15.3 39.2 13.8-12.8 15.9-30.6 27.7-51.5 32.9zM296 320a24 24 0 1 0 0-48 24 24 0 1 0 0 48m72 32a16 16 0 1 0-32 0 16 16 0 1 0 32 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/lungs.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/lungs.svg new file mode 100644 index 0000000..60e68f3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/lungs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M320 0c17.7 0 32 14.3 32 32v132.1c0 16.4 8.4 31.7 22.2 40.5l9.8 6.2v-45.5C384 127 415 96 453.3 96c21.7 0 42.8 10.2 55.8 28.8 15.4 22.1 44.3 65.4 71 116.9 26.5 50.9 52.4 112.5 59.6 170.3.2 1.3.2 2.6.2 4v7c0 49.1-39.8 89-89 89q-10.95 0-21.6-2.7l-72.7-18.2C414 480.5 384 442.1 384 398v-73l90.5 57.6c7.5 4.7 17.3 2.5 22.1-4.9s2.5-17.3-4.9-22.1L384 287.1v-.4l-44.1-28.1c-7.3-4.6-13.9-10.1-19.9-16.1-5.9 6-12.6 11.5-19.9 16.1L256 286.7 161.2 347l-13.5 8.6h-.1c-7.4 4.8-9.6 14.6-4.8 22.1 4.7 7.5 14.6 9.7 22.1 4.9l91.1-58V398c0 44.1-30 82.5-72.7 93.1l-72.7 18.2Q99.95 512 89 512c-49.1 0-89-39.8-89-89v-7c0-1.3.1-2.7.2-4 7.2-57.9 33.1-119.4 59.6-170.3 26.8-51.5 55.6-94.8 71-116.9 13-18.6 34-28.8 55.8-28.8 38.4 0 69.4 31 69.4 69.3v45.5l9.8-6.2c13.8-8.8 22.2-24.1 22.2-40.5V32c0-17.7 14.3-32 32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/m.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/m.svg new file mode 100644 index 0000000..cc909da --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/m.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M22.7 33.4c13.5-4.1 28.1 1.1 35.9 12.9l165.4 248 165.4-248c7.8-11.7 22.4-17 35.9-12.9S448 49.9 448 64v384c0 17.7-14.3 32-32 32s-32-14.3-32-32V169.7L250.6 369.8c-5.9 8.9-15.9 14.2-26.6 14.2s-20.7-5.3-26.6-14.2L64 169.7V448c0 17.7-14.3 32-32 32S0 465.7 0 448V64c0-14.1 9.2-26.5 22.7-30.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/magnet.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/magnet.svg new file mode 100644 index 0000000..67d42f6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/magnet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 160v96c0 123.7 100.3 224 224 224s224-100.3 224-224v-96H320v96c0 53-43 96-96 96s-96-43-96-96v-96zm0-32h128V64c0-17.7-14.3-32-32-32H32C14.3 32 0 46.3 0 64zm320 0h128V64c0-17.7-14.3-32-32-32h-64c-17.7 0-32 14.3-32 32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/magnifying-glass-arrow-right.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/magnifying-glass-arrow-right.svg new file mode 100644 index 0000000..c4d1afe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/magnifying-glass-arrow-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M416 208c0 45.9-14.9 88.3-40 122.7l126.6 126.7c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208m-175-89c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l31 31-118.1.1c-13.3 0-24 10.7-24 24s10.7 24 24 24h118.1l-31 31c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l72-72c9.4-9.4 9.4-24.6 0-33.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/magnifying-glass-chart.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/magnifying-glass-chart.svg new file mode 100644 index 0000000..fc41955 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/magnifying-glass-chart.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M416 208c0 45.9-14.9 88.3-40 122.7l126.6 126.7c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208m-312 8v64c0 13.3 10.7 24 24 24s24-10.7 24-24v-64c0-13.3-10.7-24-24-24s-24 10.7-24 24m80-96v160c0 13.3 10.7 24 24 24s24-10.7 24-24V120c0-13.3-10.7-24-24-24s-24 10.7-24 24m80 64v96c0 13.3 10.7 24 24 24s24-10.7 24-24v-96c0-13.3-10.7-24-24-24s-24 10.7-24 24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/magnifying-glass-dollar.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/magnifying-glass-dollar.svg new file mode 100644 index 0000000..7d4f72b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/magnifying-glass-dollar.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M416 208c0 45.9-14.9 88.3-40 122.7l126.6 126.7c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208M228 104c0-11-9-20-20-20s-20 9-20 20v14c-7.6 1.7-15.2 4.4-22.2 8.5-13.9 8.3-25.9 22.8-25.8 43.9.1 20.3 12 33.1 24.7 40.7 11 6.6 24.7 10.8 35.6 14l1.7.5c12.6 3.8 21.8 6.8 28 10.7 5.1 3.2 5.8 5.4 5.9 8.2.1 5-1.8 8-5.9 10.5-5 3.1-12.9 5-21.4 4.7-11.1-.4-21.5-3.9-35.1-8.5q-3.45-1.2-7.2-2.4c-10.5-3.5-21.8 2.2-25.3 12.6s2.2 21.8 12.6 25.3c1.9.6 4 1.3 6.1 2.1 8.3 2.9 17.9 6.2 28.2 8.4v14.6c0 11 9 20 20 20s20-9 20-20V298c8-1.7 16-4.5 23.2-9 14.3-8.9 25.1-24.1 24.8-45-.3-20.3-11.7-33.4-24.6-41.6-11.5-7.2-25.9-11.6-37.1-15l-.7-.2c-12.8-3.9-21.9-6.7-28.3-10.5-5.2-3.1-5.3-4.9-5.3-6.7 0-3.7 1.4-6.5 6.2-9.3 5.4-3.2 13.6-5.1 21.5-5 9.6.1 20.2 2.2 31.2 5.2 10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-6.5-1.7-13.7-3.4-21.1-4.7v-13.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/magnifying-glass-location.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/magnifying-glass-location.svg new file mode 100644 index 0000000..5ee6d86 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/magnifying-glass-location.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M416 208c0 45.9-14.9 88.3-40 122.7l126.6 126.7c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208m-128-32c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 48.8 46.5 111.6 68.6 138.6 6 7.3 16.8 7.3 22.7 0 22.1-27 68.6-89.8 68.6-138.6zm-112 0a32 32 0 1 1 64 0 32 32 0 1 1-64 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/magnifying-glass-minus.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/magnifying-glass-minus.svg new file mode 100644 index 0000000..718edb3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/magnifying-glass-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M416 208c0 45.9-14.9 88.3-40 122.7l126.6 126.7c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208m-280-24c-13.3 0-24 10.7-24 24s10.7 24 24 24h144c13.3 0 24-10.7 24-24s-10.7-24-24-24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/magnifying-glass-plus.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/magnifying-glass-plus.svg new file mode 100644 index 0000000..c8a5405 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/magnifying-glass-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M416 208c0 45.9-14.9 88.3-40 122.7l126.6 126.7c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208m-232 88c0 13.3 10.7 24 24 24s24-10.7 24-24v-64h64c13.3 0 24-10.7 24-24s-10.7-24-24-24h-64v-64c0-13.3-10.7-24-24-24s-24 10.7-24 24v64h-64c-13.3 0-24 10.7-24 24s10.7 24 24 24h64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/magnifying-glass.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/magnifying-glass.svg new file mode 100644 index 0000000..76b5db0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/magnifying-glass.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M416 208c0 45.9-14.9 88.3-40 122.7l126.6 126.7c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208M208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/manat-sign.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/manat-sign.svg new file mode 100644 index 0000000..f0ad29e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/manat-sign.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M192 32c-17.7 0-32 14.3-32 32v34.7C69.2 113.9 0 192.9 0 288v160c0 17.7 14.3 32 32 32s32-14.3 32-32V288c0-59.6 40.8-109.8 96-124v284c0 17.7 14.3 32 32 32s32-14.3 32-32V164c55.2 14.2 96 64.3 96 124v160c0 17.7 14.3 32 32 32s32-14.3 32-32V288c0-95.1-69.2-174.1-160-189.3V64c0-17.7-14.3-32-32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/map-location-dot.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/map-location-dot.svg new file mode 100644 index 0000000..6fc923a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/map-location-dot.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M408 120c0 54.6-73.1 151.9-105.2 192-7.7 9.6-22 9.6-29.6 0C241.1 271.9 168 174.6 168 120 168 53.7 221.7 0 288 0s120 53.7 120 120m8 80.4c3.5-6.9 6.7-13.8 9.6-20.6.5-1.2 1-2.5 1.5-3.7l116-46.4c15.8-6.3 32.9 5.3 32.9 22.3v270.8c0 9.8-6 18.6-15.1 22.3L416 503zm-278.4-62.1c2.4 14.1 7.2 28.3 12.8 41.5 2.9 6.8 6.1 13.7 9.6 20.6v251.4L32.9 502.7C17.1 509 0 497.4 0 480.4V209.6c0-9.8 6-18.6 15.1-22.3l122.6-49zM327.8 332c13.9-17.4 35.7-45.7 56.2-77v249.3l-192-54.9V255c20.5 31.3 42.3 59.6 56.2 77 20.5 25.6 59.1 25.6 79.6 0M288 152a40 40 0 1 0 0-80 40 40 0 1 0 0 80"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/map-location.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/map-location.svg new file mode 100644 index 0000000..6243bfe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/map-location.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M302.8 312C334.9 271.9 408 174.6 408 120 408 53.7 354.3 0 288 0S168 53.7 168 120c0 54.6 73.1 151.9 105.2 192 7.7 9.6 22 9.6 29.6 0M416 503l144.9-58c9.1-3.6 15.1-12.5 15.1-22.3V152c0-17-17.1-28.6-32.9-22.3l-116 46.4c-.5 1.2-1 2.5-1.5 3.7-2.9 6.8-6.1 13.7-9.6 20.6zM15.1 187.3C6 191 0 199.8 0 209.6v270.8c0 17 17.1 28.6 32.9 22.3L160 451.8V200.4c-3.5-6.9-6.7-13.8-9.6-20.6-5.6-13.2-10.4-27.4-12.8-41.5L15 187.3zM384 255c-20.5 31.3-42.3 59.6-56.2 77-20.5 25.6-59.1 25.6-79.6 0-13.9-17.4-35.7-45.7-56.2-77v194.4l192 54.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/map-pin.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/map-pin.svg new file mode 100644 index 0000000..7a49da7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/map-pin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M16 144a144 144 0 1 1 288 0 144 144 0 1 1-288 0m144-64c8.8 0 16-7.2 16-16s-7.2-16-16-16c-53 0-96 43-96 96 0 8.8 7.2 16 16 16s16-7.2 16-16c0-35.3 28.7-64 64-64m-32 400V317.1a178 178 0 0 0 64 0V480c0 17.7-14.3 32-32 32s-32-14.3-32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/map.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/map.svg new file mode 100644 index 0000000..c20d7b4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/map.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m384 476.1-192-54.9V35.9l192 54.9zm32-1.2V88.4l127.1-50.9c15.8-6.3 32.9 5.3 32.9 22.3v334.8c0 9.8-6 18.6-15.1 22.3L416 474.8zM15.1 95.1 160 37.2v386.5L32.9 474.5C17.1 480.8 0 469.2 0 452.2V117.4c0-9.8 6-18.6 15.1-22.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/marker.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/marker.svg new file mode 100644 index 0000000..04fe28b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/marker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M481 31c-35.9-35.8-94.1-35.8-130 0l-15 15-13.1-13c-28.1-28.1-73.7-28.1-101.8 0L135 119c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l86.1-86c9.4-9.4 24.6-9.4 33.9 0L302.1 80 186.3 195.7l130 130L481 161c35.9-35.9 35.9-94.1 0-129.9zM293.7 348.3l-130-130-64.2 64.2c-48 48-80.8 109.2-94.1 175.8l-5 25c-1.6 7.9.9 16 6.6 21.7s13.8 8.1 21.7 6.6l25-5c66.6-13.3 127.8-46.1 175.8-94.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/mars-and-venus-burst.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/mars-and-venus-burst.svg new file mode 100644 index 0000000..0563d96 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/mars-and-venus-burst.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M504 0c-9.7 0-18.5 5.8-22.2 14.8S480.1 34.1 487 41l39 39-22.2 22.2C475.9 78.4 439.6 64 400 64c-88.4 0-160 71.6-160 160 0 80.2 59.1 146.7 136.1 158.2 0 .6-.1 1.2-.1 1.8v23.8h-24c-13.3 0-24 10.7-24 24s10.7 24 24 24h24v31.9c0 .1 0 0 0 0h24-24c0 13.3 10.7 24 24 24s24-10.7 24-24h-24 24v-31.9h24c13.3 0 24-10.7 24-24s-10.7-24-24-24h-24V384c0-.6 0-1.2-.1-1.8 77-11.6 136.1-78 136.1-158.2 0-31.4-9-60.7-24.7-85.4l24.7-24.7 39 39c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2v-112c0-13.3-10.7-24-24-24zM400 128a96 96 0 1 1 0 192 96 96 0 1 1 0-192M190.9 18.1C188.4 12 182.6 8 176 8s-12.4 4-14.9 10.1l-29.4 74-76.1-23.2c-6.3-1.9-13.1.2-17.2 5.3S33.8 86.4 37 92.1l39.5 69.1-65.6 45.2c-5.4 3.7-8 10.3-6.5 16.7s6.7 11.2 13.1 12.2l78.7 12.2-5.6 79.5c-.5 6.5 3.1 12.7 9 15.5s12.9 1.8 17.8-2.6l58.6-53.8 58.6 53.9c4.1 3.8 9.9 5.1 15.2 3.6C223.6 310.8 208 269.2 208 224c0-60.8 28.3-115 72.4-150.2l-60.1 18.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/mars-and-venus.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/mars-and-venus.svg new file mode 100644 index 0000000..ea0df83 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/mars-and-venus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M337.8 14.8C341.5 5.8 350.3 0 360 0h112c13.3 0 24 10.7 24 24v112c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-39-39-24.7 24.7C407 163.3 416 192.6 416 224c0 80.2-59 146.6-136 158.2V408h24c13.3 0 24 10.7 24 24s-10.7 24-24 24h-24v32c0 13.3-10.7 24-24 24s-24-10.7-24-24v-32h-24c-13.3 0-24-10.7-24-24s10.7-24 24-24h24v-25.8c-77-11.6-136-78-136-158.2 0-88.4 71.6-160 160-160 39.6 0 75.9 14.4 103.8 38.2L382.1 80 343 41c-6.9-6.9-8.9-17.2-5.2-26.2M352 224a96 96 0 1 0-192 0 96 96 0 1 0 192 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/mars-double.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/mars-double.svg new file mode 100644 index 0000000..8d48cb7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/mars-double.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M312 32c-9.7 0-18.5 5.8-22.2 14.8S288.1 66.1 295 73l33.4 33.4-52.6 52.6c-28.4-19.5-62.7-31-99.8-31C78.8 128 0 206.8 0 304s78.8 176 176 176 176-78.8 176-176c0-37-11.4-71.4-31-99.8l52.6-52.6L407 185c6.9 6.9 17.2 8.9 26.2 5.2S448 177.7 448 168V56c0-13.3-10.7-24-24-24zM64 304a112 112 0 1 1 224 0 112 112 0 1 1-224 0m304 176c97.2 0 176-78.8 176-176 0-37-11.4-71.4-31-99.8l52.6-52.6L599 185c6.9 6.9 17.2 8.9 26.2 5.2S640 177.7 640 168V56c0-13.3-10.7-24-24-24H504c-9.7 0-18.5 5.8-22.2 14.8-1.2 2.9-1.8 6-1.8 9v.4c0 6.2 2.5 12.2 7 16.8l33.4 33.4-40.4 40.3V168c0 22.6-13.6 43.1-34.6 51.7-.8.3-1.7.7-2.5 1 22.8 20.5 37.1 50.2 37.1 83.3 0 61.9-50.1 112-112 112-5.4 0-10.8-.4-16-1.1-12.9 20.4-29.1 38.3-48.1 53.1 19.8 7.8 41.4 12 64 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/mars-stroke-right.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/mars-stroke-right.svg new file mode 100644 index 0000000..e891bf8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/mars-stroke-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M208 368a112 112 0 1 0 0-224 112 112 0 1 0 0 224m174.4-88c-11.7 85.8-85.3 152-174.4 152-97.2 0-176-78.8-176-176S110.8 80 208 80c89.1 0 162.7 66.2 174.4 152H416v-56c0-13.3 10.7-24 24-24s24 10.7 24 24v56h32v-56c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l80 80c9.4 9.4 9.4 24.6 0 33.9l-80 80c-6.9 6.9-17.2 8.9-26.2 5.2S496 345.6 496 335.9v-56h-32v56c0 13.3-10.7 24-24 24s-24-10.7-24-24v-56h-33.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/mars-stroke-up.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/mars-stroke-up.svg new file mode 100644 index 0000000..3275fce --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/mars-stroke-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M148.7 4.7c6.2-6.2 16.4-6.2 22.6 0l64 64c4.6 4.6 5.9 11.5 3.5 17.4S230.5 96 224 96h-40v24h32c13.3 0 24 10.7 24 24s-10.7 24-24 24h-32v24c0 .6 0 1.2-.1 1.8 77 11.6 136.1 78 136.1 158.2 0 88.4-71.6 160-160 160S0 440.4 0 352c0-80.2 59.1-146.7 136.1-158.2 0-.6-.1-1.2-.1-1.8v-24h-32c-13.3 0-24-10.7-24-24s10.7-24 24-24h32V96H96c-6.5 0-12.3-3.9-14.8-9.9s-1.1-12.9 3.5-17.4zM256 352a96 96 0 1 0-192 0 96 96 0 1 0 192 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/mars-stroke.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/mars-stroke.svg new file mode 100644 index 0000000..9992eb2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/mars-stroke.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M376 0c-9.7 0-18.5 5.8-22.2 14.8S352.1 34.1 359 41l33.4 33.4-22.1 22L345 71c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l25.4 25.4-28.7 28.7c-28.4-19.5-62.7-31-99.8-31-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176c0-37-11.4-71.4-31-99.8l28.6-28.6L407 201c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-25.4-25.4 22.1-22.1L471 153c6.9 6.9 17.2 8.9 26.2 5.2S512 145.7 512 136V24c0-13.3-10.7-24-24-24zM96 304a112 112 0 1 1 224 0 112 112 0 1 1-224 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/mars.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/mars.svg new file mode 100644 index 0000000..3ea0137 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/mars.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M289.8 46.8c3.7-9 12.5-14.8 22.2-14.8h112c13.3 0 24 10.7 24 24v112c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-33.4-33.4-52.6 52.6c19.5 28.4 31 62.7 31 99.8 0 97.2-78.8 176-176 176S0 401.2 0 304s78.8-176 176-176c37 0 71.4 11.4 99.8 31l52.6-52.6L295 73c-6.9-6.9-8.9-17.2-5.2-26.2M176 416a112 112 0 1 0 0-224 112 112 0 1 0 0 224"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/martini-glass-citrus.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/martini-glass-citrus.svg new file mode 100644 index 0000000..01d6f11 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/martini-glass-citrus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M432 240c53 0 96-43 96-96s-43-96-96-96c-35.5 0-66.6 19.3-83.2 48h-52.6C316 40.1 369.3 0 432 0c79.5 0 144 64.5 144 144s-64.5 144-144 144c-27.7 0-53.5-7.8-75.5-21.3l35.4-35.4c12.2 5.6 25.8 8.7 40.1 8.7M1.8 142.8c3.7-9 12.5-14.8 22.2-14.8h368c9.7 0 18.5 5.8 22.2 14.8s1.7 19.3-5.2 26.2L232 346v118h64c13.3 0 24 10.7 24 24s-10.7 24-24 24H120c-13.3 0-24-10.7-24-24s10.7-24 24-24h64V345.9L7 169c-6.9-6.9-8.9-17.2-5.2-26.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/martini-glass-empty.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/martini-glass-empty.svg new file mode 100644 index 0000000..21a2289 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/martini-glass-empty.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 0C19.1 0 7.4 7.8 2.4 19.8S.2 45.5 9.3 54.7L224 269.3V448h-64c-17.7 0-32 14.3-32 32s14.3 32 32 32h192c17.7 0 32-14.3 32-32s-14.3-32-32-32h-64V269.3L502.6 54.6c9.2-9.2 11.9-22.9 6.9-34.9S492.9 0 480 0zm224 210.7L109.3 64h293.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/martini-glass.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/martini-glass.svg new file mode 100644 index 0000000..3a7be0d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/martini-glass.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 0C19.1 0 7.4 7.8 2.4 19.8S.2 45.5 9.3 54.7L224 269.3V448h-64c-17.7 0-32 14.3-32 32s14.3 32 32 32h192c17.7 0 32-14.3 32-32s-14.3-32-32-32h-64V269.3L502.6 54.6c9.2-9.2 11.9-22.9 6.9-34.9S492.9 0 480 0zm141.3 128-64-64h293.5l-64 64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/mask-face.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/mask-face.svg new file mode 100644 index 0000000..e1674fc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/mask-face.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M320 64c-27.2 0-53.8 8-76.4 23.1l-37.1 24.8a96.2 96.2 0 0 1-53.3 16.1H56c-30.9 0-56 25.1-56 56v85c0 55.1 37.5 103.1 90.9 116.4l108 27C233.8 435 275.4 448 320 448s86.2-13 121.1-35.5l108-27C602.5 372.1 640 324.1 640 269v-85c0-30.9-25.1-56-56-56h-97.2c-19 0-37.5-5.6-53.3-16.1l-37.1-24.8C373.8 72 347.2 64 320 64M132.3 346.3l-29.8-7.4c-32-8-54.5-36.8-54.5-69.9v-85c0-4.4 3.6-8 8-8h40v48c0 45.1 13.4 87.2 36.3 122.3m405.1-7.4-29.8 7.4c23-35.2 36.3-77.2 36.3-122.3v-48h40c4.4 0 8 3.6 8 8v85c0 33-22.5 61.8-54.5 69.9M192 208c0-8.8 7.2-16 16-16h224c8.8 0 16 7.2 16 16s-7.2 16-16 16H208c-8.8 0-16-7.2-16-16m16 48h224c8.8 0 16 7.2 16 16s-7.2 16-16 16H208c-8.8 0-16-7.2-16-16s7.2-16 16-16m16 80c0-8.8 7.2-16 16-16h160c8.8 0 16 7.2 16 16s-7.2 16-16 16H240c-8.8 0-16-7.2-16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/mask-ventilator.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/mask-ventilator.svg new file mode 100644 index 0000000..9eb358c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/mask-ventilator.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M159.1 176c-19.7 43.2-31.1 88.7-31.1 124.8 0 15.9 2.2 31.4 6.3 46l-31.8-7.9c-32-8-54.5-36.8-54.5-69.9v-85c0-4.4 3.6-8 8-8zm26-48H56c-30.9 0-56 25.1-56 56v85c0 55.1 37.5 103.1 90.9 116.4l71.3 17.8c22.7 30.5 55.4 54.1 93.8 66.6v-76.6c-19.7-16.4-32-40.3-32-66.9 0-49.5 43-134.4 96-134.4 52.5 0 96 84.9 96 134.4 0 26.7-12.4 50.4-32 66.8v76.6c38-12.6 70.6-36 93.5-66.4l71.6-17.9C602.5 372.1 640 324.1 640 269v-85c0-30.9-25.1-56-56-56H454.5C419.7 73.8 372.1 32 320 32c-52.6 0-100.2 41.8-134.9 96m295.6 48H584c4.4 0 8 3.6 8 8v85c0 33-22.5 61.8-54.5 69.9l-31.8 8c4.2-14.7 6.4-30.1 6.4-46.1 0-36.1-11.6-81.6-31.3-124.8zM288 320v192h64V320c0-17.7-14.3-32-32-32s-32 14.3-32 32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/mask.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/mask.svg new file mode 100644 index 0000000..8ae7dc2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/mask.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M288 64C64 64 0 160 0 272s80 176 176 176h8.4c24.2 0 46.4-13.7 57.2-35.4l23.2-46.3c4.4-8.8 13.3-14.3 23.2-14.3s18.8 5.5 23.2 14.3l23.2 46.3c10.8 21.7 33 35.4 57.2 35.4h8.4c96 0 176-64 176-176S512 64 288 64M96 256a64 64 0 1 1 128 0 64 64 0 1 1-128 0m320-64a64 64 0 1 1 0 128 64 64 0 1 1 0-128"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/masks-theater.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/masks-theater.svg new file mode 100644 index 0000000..c46257c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/masks-theater.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M74.6 373.2c41.7 36.1 108 82.5 166.1 73.7 6.1-.9 12.1-2.5 18-4.5-9.2-12.3-17.3-24.4-24.2-35.4-21.9-35-28.8-75.2-25.9-113.6-20.6 4.1-39.2 13-54.7 25.4-6.5 5.2-16.3 1.3-14.8-7 6.4-33.5 33-60.9 68.2-66.3 2.6-.4 5.3-.7 7.9-.8l19.4-131.3c2-13.8 8-32.7 25-45.9 18.6-14.3 50.9-30.5 103.6-35.3l-2.4-2.1c-20.2-15.6-72.4-41.6-185.1-24.5S20.5 63 5.7 83.9C0 91.9-.8 102 .6 111.8l24.2 164.3c5.5 37.3 21.5 72.6 49.8 97.2zm87.7-219.6c4.4-3.1 10.8-2 11.8 3.3.1.5.2 1.1.3 1.6 3.2 21.8-11.6 42-33.1 45.3S99.8 192 96.6 170.3c-.1-.5-.1-1.1-.2-1.6-.6-5.4 5.2-8.4 10.3-6.7 9 3 18.8 3.9 28.7 2.4s19.1-5.3 26.8-10.8zM261.6 390c29.4 46.9 79.5 110.9 137.6 119.7s124.5-37.5 166.1-73.7c28.3-24.5 44.3-59.8 49.8-97.2l24.2-164.3c1.4-9.8.6-19.9-5.1-27.9-14.8-20.9-57.3-61.2-170-78.3s-164.8 8.9-185 24.5c-7.8 6-11.5 15.4-12.9 25.2l-24.2 164.3c-5.5 37.3-.4 75.8 19.6 107.7zm142.9-154.7c-7.7-5.5-16.8-9.3-26.8-10.8s-19.8-.6-28.7 2.4c-5.1 1.7-10.9-1.3-10.3-6.7.1-.5.1-1.1.2-1.6 3.2-21.8 23.2-36.8 44.7-33.5s36.3 23.5 33.1 45.3c-.1.5-.2 1.1-.3 1.6-1 5.3-7.4 6.4-11.8 3.3zm136.2 15.5c-1 5.3-7.4 6.4-11.8 3.3-7.7-5.5-16.8-9.3-26.8-10.8s-19.8-.6-28.7 2.4c-5.1 1.7-10.9-1.3-10.3-6.7.1-.5.1-1.1.2-1.6 3.2-21.8 23.2-36.8 44.7-33.5s36.3 23.5 33.1 45.3c-.1.5-.2 1.1-.3 1.6zM530 350.2c-19.6 44.7-66.8 72.5-116.8 64.9s-87.1-48.2-93-96.7c-1-8.3 8.9-12.1 15.2-6.7 23.9 20.8 53.6 35.3 87 40.3s66.1.1 94.9-12.8c7.6-3.4 16 3.2 12.6 10.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/mattress-pillow.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/mattress-pillow.svg new file mode 100644 index 0000000..502767a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/mattress-pillow.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 64H64C28.7 64 0 92.7 0 128v256c0 35.3 28.7 64 64 64h192zm32 384h288c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H288zM64 160c0-17.7 14.3-32 32-32h64c17.7 0 32 14.3 32 32v192c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/maximize.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/maximize.svg new file mode 100644 index 0000000..f81644a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/maximize.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M200 32H56c-13.3 0-24 10.7-24 24v144c0 9.7 5.8 18.5 14.8 22.2s19.3 1.7 26.2-5.2l40-40 79 79-79 79-40-40c-6.9-6.9-17.2-8.9-26.2-5.2S32 302.3 32 312v144c0 13.3 10.7 24 24 24h144c9.7 0 18.5-5.8 22.2-14.8s1.7-19.3-5.2-26.2l-40-40 79-79 79 79-40 40c-6.9 6.9-8.9 17.2-5.2 26.2S302.3 480 312 480h144c13.3 0 24-10.7 24-24V312c0-9.7-5.8-18.5-14.8-22.2s-19.3-1.7-26.2 5.2l-40 40-79-79 79-79 40 40c6.9 6.9 17.2 8.9 26.2 5.2S480 209.7 480 200V56c0-13.3-10.7-24-24-24H312c-9.7 0-18.5 5.8-22.2 14.8S288.1 66.1 295 73l40 40-79 79-79-79 40-40c6.9-6.9 8.9-17.2 5.2-26.2S209.7 32 200 32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/medal.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/medal.svg new file mode 100644 index 0000000..14658e8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/medal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M4.1 38.2C1.4 34.2 0 29.4 0 24.6 0 11 11 0 24.6 0h109.3c11.2 0 21.7 5.9 27.4 15.5l68.5 114.1c-48.2 6.1-91.3 28.6-123.4 61.9zm503.7 0L405.6 191.5c-32.1-33.3-75.2-55.8-123.4-61.9l68.5-114.1C356.5 5.9 366.9 0 378.1 0h109.3C501 0 512 11 512 24.6c0 4.8-1.4 9.6-4.1 13.6zM80 336a176 176 0 1 1 352 0 176 176 0 1 1-352 0m184.4-94.9c-3.4-7-13.3-7-16.8 0l-22.4 45.4c-1.4 2.8-4 4.7-7 5.1l-50.2 7.3c-7.7 1.1-10.7 10.5-5.2 16l36.3 35.4c2.2 2.2 3.2 5.2 2.7 8.3l-8.6 49.9c-1.3 7.6 6.7 13.5 13.6 9.9l44.8-23.6c2.7-1.4 6-1.4 8.7 0l44.8 23.6c6.9 3.6 14.9-2.2 13.6-9.9l-8.6-49.9c-.5-3 .5-6.1 2.7-8.3l36.3-35.4c5.6-5.4 2.5-14.8-5.2-16l-50.1-7.3c-3-.4-5.7-2.4-7-5.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/memory.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/memory.svg new file mode 100644 index 0000000..d3581ea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/memory.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 64C28.7 64 0 92.7 0 128v7.4c0 6.8 4.4 12.6 10.1 16.3C23.3 160.3 32 175.1 32 192s-8.7 31.7-21.9 40.3C4.4 236 0 241.8 0 248.6V320h576v-71.4c0-6.8-4.4-12.6-10.1-16.3-13.2-8.6-21.9-23.4-21.9-40.3s8.7-31.7 21.9-40.3c5.7-3.7 10.1-9.5 10.1-16.3V128c0-35.3-28.7-64-64-64zm512 288H0v64c0 17.7 14.3 32 32 32h48v-32c0-8.8 7.2-16 16-16s16 7.2 16 16v32h96v-32c0-8.8 7.2-16 16-16s16 7.2 16 16v32h96v-32c0-8.8 7.2-16 16-16s16 7.2 16 16v32h96v-32c0-8.8 7.2-16 16-16s16 7.2 16 16v32h48c17.7 0 32-14.3 32-32zM192 160v64c0 17.7-14.3 32-32 32s-32-14.3-32-32v-64c0-17.7 14.3-32 32-32s32 14.3 32 32m128 0v64c0 17.7-14.3 32-32 32s-32-14.3-32-32v-64c0-17.7 14.3-32 32-32s32 14.3 32 32m128 0v64c0 17.7-14.3 32-32 32s-32-14.3-32-32v-64c0-17.7 14.3-32 32-32s32 14.3 32 32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/menorah.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/menorah.svg new file mode 100644 index 0000000..8d2538e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/menorah.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M20.8 7.4C22.8 2.9 27.1 0 32 0s9.2 2.9 11.2 7.4l18.1 42.3c1.8 4.1 2.7 8.6 2.7 13.1V64c0 17.7-14.3 32-32 32S0 81.7 0 64v-1.2c0-4.5.9-8.9 2.7-13.1zm96 0c2-4.5 6.3-7.4 11.2-7.4s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1v1.2c0 17.7-14.3 32-32 32s-32-14.3-32-32v-1.2c0-4.5.9-8.9 2.7-13.1zm77.8 42.4 18.2-42.4c2-4.5 6.3-7.4 11.2-7.4s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1v1.2c0 17.7-14.3 32-32 32s-32-14.3-32-32v-1.2c0-4.5.9-8.9 2.7-13.1zM308.8 7.4c2-4.5 6.3-7.4 11.2-7.4s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1v1.2c0 17.7-14.3 32-32 32s-32-14.3-32-32v-1.2c0-4.5.9-8.9 2.7-13.1zm77.8 42.4 18.2-42.4c2-4.5 6.3-7.4 11.2-7.4s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1v1.2c0 17.7-14.3 32-32 32s-32-14.3-32-32v-1.2c0-4.5.9-8.9 2.7-13.1zM500.8 7.4c2-4.5 6.3-7.4 11.2-7.4s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1v1.2c0 17.7-14.3 32-32 32s-32-14.3-32-32v-1.2c0-4.5.9-8.9 2.7-13.1zm77.8 42.4 18.2-42.4c2-4.5 6.3-7.4 11.2-7.4s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1v1.2c0 17.7-14.3 32-32 32s-32-14.3-32-32v-1.2c0-4.5.9-8.9 2.7-13.1zM32 128c17.7 0 32 14.3 32 32v128c0 17.7 14.3 32 32 32h192V160c0-17.7 14.3-32 32-32s32 14.3 32 32v160h192c17.7 0 32-14.3 32-32V160c0-17.7 14.3-32 32-32s32 14.3 32 32v128c0 53-43 96-96 96H352v64h128c17.7 0 32 14.3 32 32s-14.3 32-32 32H160c-17.7 0-32-14.3-32-32s14.3-32 32-32h128v-64H96c-53 0-96-43-96-96V160c0-17.7 14.3-32 32-32m96 0c17.7 0 32 14.3 32 32v128H96V160c0-17.7 14.3-32 32-32m96 0c17.7 0 32 14.3 32 32v128h-64V160c0-17.7 14.3-32 32-32m192 0c17.7 0 32 14.3 32 32v128h-64V160c0-17.7 14.3-32 32-32m96 0c17.7 0 32 14.3 32 32v128h-64V160c0-17.7 14.3-32 32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/mercury.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/mercury.svg new file mode 100644 index 0000000..ad36bb3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/mercury.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M72.1 7C85.8-4 106-1.8 117 12c17.6 22 44.7 36 75 36s57.3-14 75-36c11.1-13.8 31.2-16 45-5s16 31.2 5 45q-11.7 14.55-26.4 26.1C337.3 109.7 368 163.3 368 224c0 89.1-66.2 162.7-152 174.4V424h32c13.3 0 24 10.7 24 24s-10.7 24-24 24h-32v16c0 13.3-10.7 24-24 24s-24-10.7-24-24v-16h-32c-13.3 0-24-10.7-24-24s10.7-24 24-24h32v-25.6C82.2 386.7 16 313.1 16 224c0-60.7 30.7-114.3 77.5-145.9-9.8-7.6-18.6-16.4-26.4-26.1-11.1-13.8-8.8-33.9 5-45M80 224a112 112 0 1 0 224 0 112 112 0 1 0-224 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/message.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/message.svg new file mode 100644 index 0000000..0a1e3d4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/message.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 0C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v80c0 6.1 3.4 11.6 8.8 14.3s11.9 2.1 16.8-1.5L309.3 416H448c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/meteor.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/meteor.svg new file mode 100644 index 0000000..547e6f0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/meteor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M493.7.9 299.4 75.6l2.3-29.3c1-12.8-12.8-21.5-24-15.1L101.3 133.4C38.6 169.7 0 236.6 0 309c0 112.1 90.9 203 203 203 72.4 0 139.4-38.6 175.7-101.3l102.1-176.4c6.5-11.1-2.2-25-15.1-24l-29.3 2.3 74.7-194.3c.6-1.5.9-3.2.9-4.8C512 6 506 0 498.5 0q-2.55 0-4.8.9M192 192a128 128 0 1 1 0 256 128 128 0 1 1 0-256m0 96a32 32 0 1 0-64 0 32 32 0 1 0 64 0m16 96a16 16 0 1 0 0-32 16 16 0 1 0 0 32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/microchip.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/microchip.svg new file mode 100644 index 0000000..91d65db --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/microchip.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M176 24c0-13.3-10.7-24-24-24s-24 10.7-24 24v40c-35.3 0-64 28.7-64 64H24c-13.3 0-24 10.7-24 24s10.7 24 24 24h40v56H24c-13.3 0-24 10.7-24 24s10.7 24 24 24h40v56H24c-13.3 0-24 10.7-24 24s10.7 24 24 24h40c0 35.3 28.7 64 64 64v40c0 13.3 10.7 24 24 24s24-10.7 24-24v-40h56v40c0 13.3 10.7 24 24 24s24-10.7 24-24v-40h56v40c0 13.3 10.7 24 24 24s24-10.7 24-24v-40c35.3 0 64-28.7 64-64h40c13.3 0 24-10.7 24-24s-10.7-24-24-24h-40v-56h40c13.3 0 24-10.7 24-24s-10.7-24-24-24h-40v-56h40c13.3 0 24-10.7 24-24s-10.7-24-24-24h-40c0-35.3-28.7-64-64-64V24c0-13.3-10.7-24-24-24s-24 10.7-24 24v40h-56V24c0-13.3-10.7-24-24-24s-24 10.7-24 24v40h-56zm-16 104h192c17.7 0 32 14.3 32 32v192c0 17.7-14.3 32-32 32H160c-17.7 0-32-14.3-32-32V160c0-17.7 14.3-32 32-32m192 32H160v192h192z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/microphone-lines-slash.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/microphone-lines-slash.svg new file mode 100644 index 0000000..6de03b9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/microphone-lines-slash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2s-6.3 25.5 4.1 33.7l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L472.1 344.7c15.2-26 23.9-56.3 23.9-88.7v-40c0-13.3-10.7-24-24-24s-24 10.7-24 24v40c0 21.2-5.1 41.1-14.2 58.7L416 300.8V256h-57.1l-34.5-27c2.9-3.1 7-5 11.6-5h80v-32h-80c-8.8 0-16-7.2-16-16s7.2-16 16-16h80v-32h-80c-8.8 0-16-7.2-16-16s7.2-16 16-16h80c0-53-43-96-96-96s-96 43-96 96v54.3zm362.5 407-43.1-33.9c-12.1 3.8-24.9 5.8-38.2 5.8-70.7 0-128-57.3-128-128v-8.7L144.7 210c-.5 1.9-.7 3.9-.7 6v40c0 89.1 66.2 162.7 152 174.4V464h-48c-13.3 0-24 10.7-24 24s10.7 24 24 24h144c13.3 0 24-10.7 24-24s-10.7-24-24-24h-48v-33.6c20.4-2.8 39.7-9.1 57.3-18.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/microphone-lines.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/microphone-lines.svg new file mode 100644 index 0000000..0a310fd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/microphone-lines.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 96v160c0 53 43 96 96 96s96-43 96-96h-80c-8.8 0-16-7.2-16-16s7.2-16 16-16h80v-32h-80c-8.8 0-16-7.2-16-16s7.2-16 16-16h80v-32h-80c-8.8 0-16-7.2-16-16s7.2-16 16-16h80c0-53-43-96-96-96S96 43 96 96m224 144v16c0 70.7-57.3 128-128 128S64 326.7 64 256v-40c0-13.3-10.7-24-24-24s-24 10.7-24 24v40c0 89.1 66.2 162.7 152 174.4V464h-48c-13.3 0-24 10.7-24 24s10.7 24 24 24h144c13.3 0 24-10.7 24-24s-10.7-24-24-24h-48v-33.6c85.8-11.7 152-85.3 152-174.4v-40c0-13.3-10.7-24-24-24s-24 10.7-24 24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/microphone-slash.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/microphone-slash.svg new file mode 100644 index 0000000..7cb5fc2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/microphone-slash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2s-6.3 25.5 4.1 33.7l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L472.1 344.7c15.2-26 23.9-56.3 23.9-88.7v-40c0-13.3-10.7-24-24-24s-24 10.7-24 24v40c0 21.2-5.1 41.1-14.2 58.7L416 300.8V96c0-53-43-96-96-96s-96 43-96 96v54.3zM344 430.4c20.4-2.8 39.7-9.1 57.3-18.2l-43.1-33.9c-12.1 3.7-24.9 5.7-38.2 5.7-70.7 0-128-57.3-128-128v-8.7L144.7 210c-.5 1.9-.7 3.9-.7 6v40c0 89.1 66.2 162.7 152 174.4V464h-48c-13.3 0-24 10.7-24 24s10.7 24 24 24h144c13.3 0 24-10.7 24-24s-10.7-24-24-24h-48z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/microphone.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/microphone.svg new file mode 100644 index 0000000..451b524 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/microphone.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M192 0c-53 0-96 43-96 96v160c0 53 43 96 96 96s96-43 96-96V96c0-53-43-96-96-96M64 216c0-13.3-10.7-24-24-24s-24 10.7-24 24v40c0 89.1 66.2 162.7 152 174.4V464h-48c-13.3 0-24 10.7-24 24s10.7 24 24 24h144c13.3 0 24-10.7 24-24s-10.7-24-24-24h-48v-33.6c85.8-11.7 152-85.3 152-174.4v-40c0-13.3-10.7-24-24-24s-24 10.7-24 24v40c0 70.7-57.3 128-128 128S64 326.7 64 256z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/microscope.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/microscope.svg new file mode 100644 index 0000000..512e150 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/microscope.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M160 32c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32 17.7 0 32 14.3 32 32v224c0 17.7-14.3 32-32 32 0 17.7-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32-17.7 0-32-14.3-32-32V64c0-17.7 14.3-32 32-32M32 448h288c70.7 0 128-57.3 128-128s-57.3-128-128-128v-64c106 0 192 86 192 192 0 49.2-18.5 94-48.9 128H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32m80-64h192c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/mill-sign.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/mill-sign.svg new file mode 100644 index 0000000..9416c02 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/mill-sign.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M302.1 42.8c5.9-16.6-2.7-35-19.4-40.9s-35 2.7-40.9 19.4L208 116.1c-5.7 4-11.1 8.5-16 13.5-20.3-20.7-48.7-33.6-80-33.6-19.5 0-37.8 5-53.7 13.7C52.5 101.4 42.9 96 32 96c-17.7 0-32 14.3-32 32v288c0 17.7 14.3 32 32 32s32-14.3 32-32V208c0-26.5 21.5-48 48-48s48 21.5 48 48v42.5L81.9 469.2c-5.9 16.6 2.7 35 19.4 40.9s35-2.7 40.9-19.4l21.4-60c5.3 10.3 16 17.3 28.4 17.3 17.7 0 32-14.3 32-32V261.5l35.7-100c3.9-1 8.1-1.6 12.3-1.6 26.5 0 48 21.5 48 48v208c0 17.7 14.3 32 32 32s32-14.3 32-32v-208c0-58.2-44.3-106-101.1-111.5l19.2-53.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/minimize.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/minimize.svg new file mode 100644 index 0000000..bca9d1e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/minimize.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M456 224H312c-13.3 0-24-10.7-24-24V56c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l40 40 73.3-73.3C446 2 450.9 0 456 0s10 2 13.7 5.7l36.7 36.7C510 46 512 50.9 512 56s-2 10-5.7 13.7L433 143l40 40c6.9 6.9 8.9 17.2 5.2 26.2S465.7 224 456 224m0 64c9.7 0 18.5 5.8 22.2 14.8s1.7 19.3-5.2 26.2l-40 40 73.4 73.4c3.6 3.6 5.7 8.5 5.7 13.7s-2 10-5.7 13.7l-36.7 36.7c-3.7 3.5-8.6 5.5-13.7 5.5s-10-2-13.7-5.7L369 433l-40 40c-6.9 6.9-17.2 8.9-26.2 5.2S288 465.7 288 456V312c0-13.3 10.7-24 24-24zm-256 0c13.3 0 24 10.7 24 24v144c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-40-40-73.3 73.3C66 510 61.1 512 56 512s-10-2-13.7-5.7L5.7 469.7C2 466 0 461.1 0 456s2-10 5.7-13.7L79 369l-40-40c-6.9-6.9-8.9-17.2-5.2-26.2S46.3 288 56 288zM56 224c-9.7 0-18.5-5.8-22.2-14.8S32.1 189.9 39 183l40-40L5.7 69.7C2 66 0 61.1 0 56s2-10 5.7-13.7L42.3 5.7C46 2 50.9 0 56 0s10 2 13.7 5.7L143 79l40-40c6.9-6.9 17.2-8.9 26.2-5.2S224 46.3 224 56v144c0 13.3-10.7 24-24 24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/minus.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/minus.svg new file mode 100644 index 0000000..1c4997a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M432 256c0 17.7-14.3 32-32 32H48c-17.7 0-32-14.3-32-32s14.3-32 32-32h352c17.7 0 32 14.3 32 32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/mitten.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/mitten.svg new file mode 100644 index 0000000..c6d07ec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/mitten.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M352 384H64L5.4 178.9C1.8 166.4 0 153.4 0 140.3 0 62.8 62.8 0 140.3 0h3.4c66 0 123.5 44.9 139.5 108.9l31.4 125.8 17.6-20.1c12.6-14.4 30.7-22.6 49.8-22.6h2.8c34.9 0 63.3 28.3 63.3 63.3 0 15.9-6 31.2-16.8 42.9zM32 448c0-17.7 14.3-32 32-32h288c17.7 0 32 14.3 32 32v32c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/mobile-button.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/mobile-button.svg new file mode 100644 index 0000000..9bdb535 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/mobile-button.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M80 0C44.7 0 16 28.7 16 64v384c0 35.3 28.7 64 64 64h224c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zm112 400a32 32 0 1 1 0 64 32 32 0 1 1 0-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/mobile-retro.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/mobile-retro.svg new file mode 100644 index 0000000..c7febe4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/mobile-retro.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 64C0 28.7 28.7 0 64 0h192c35.3 0 64 28.7 64 64v384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm64 96v64c0 17.7 14.3 32 32 32h128c17.7 0 32-14.3 32-32v-64c0-17.7-14.3-32-32-32H96c-17.7 0-32 14.3-32 32m16 192a24 24 0 1 0 0-48 24 24 0 1 0 0 48m24 56a24 24 0 1 0-48 0 24 24 0 1 0 48 0m56-56a24 24 0 1 0 0-48 24 24 0 1 0 0 48m24 56a24 24 0 1 0-48 0 24 24 0 1 0 48 0m56-56a24 24 0 1 0 0-48 24 24 0 1 0 0 48m24 56a24 24 0 1 0-48 0 24 24 0 1 0 48 0M128 48c-8.8 0-16 7.2-16 16s7.2 16 16 16h64c8.8 0 16-7.2 16-16s-7.2-16-16-16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/mobile-screen-button.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/mobile-screen-button.svg new file mode 100644 index 0000000..3772b3e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/mobile-screen-button.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M16 64C16 28.7 44.7 0 80 0h224c35.3 0 64 28.7 64 64v384c0 35.3-28.7 64-64 64H80c-35.3 0-64-28.7-64-64zm208 384a32 32 0 1 0-64 0 32 32 0 1 0 64 0m80-384H80v320h224z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/mobile-screen.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/mobile-screen.svg new file mode 100644 index 0000000..ba1fcf6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/mobile-screen.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M16 64C16 28.7 44.7 0 80 0h224c35.3 0 64 28.7 64 64v384c0 35.3-28.7 64-64 64H80c-35.3 0-64-28.7-64-64zm128 384c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16s-7.2-16-16-16h-64c-8.8 0-16 7.2-16 16M304 64H80v320h224z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/mobile.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/mobile.svg new file mode 100644 index 0000000..3c899ce --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/mobile.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M80 0C44.7 0 16 28.7 16 64v384c0 35.3 28.7 64 64 64h224c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zm80 432h64c8.8 0 16 7.2 16 16s-7.2 16-16 16h-64c-8.8 0-16-7.2-16-16s7.2-16 16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/money-bill-1-wave.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/money-bill-1-wave.svg new file mode 100644 index 0000000..1cb912f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/money-bill-1-wave.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 112.5v309.8c0 18 10.1 35 27 41.3 87 32.5 174 10.3 261-11.9 79.8-20.3 159.6-40.7 239.3-18.9 23 6.3 48.7-9.5 48.7-33.4V89.5c0-18-10.1-35-27-41.3-87-32.3-174-10.1-261 12.1-79.8 20.3-159.6 40.6-239.3 18.8C25.6 72.8 0 88.6 0 112.5M128 416H64v-64c35.3 0 64 28.7 64 64M64 224v-64h64c0 35.3-28.7 64-64 64m384 128c0-35.3 28.7-64 64-64v64zm64-192c-35.3 0-64-28.7-64-64h64zm-128 96c0 61.9-43 112-96 112s-96-50.1-96-112 43-112 96-112 96 50.1 96 112m-132-48c0 9.7 6.9 17.7 16 19.6V276h-4c-11 0-20 9-20 20s9 20 20 20h48c11 0 20-9 20-20s-9-20-20-20h-4v-68c0-11-9-20-20-20h-16c-11 0-20 9-20 20"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/money-bill-1.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/money-bill-1.svg new file mode 100644 index 0000000..326c08c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/money-bill-1.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 64C28.7 64 0 92.7 0 128v256c0 35.3 28.7 64 64 64h448c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64zm64 320H64v-64c35.3 0 64 28.7 64 64M64 192v-64h64c0 35.3-28.7 64-64 64m384 192c0-35.3 28.7-64 64-64v64zm64-192c-35.3 0-64-28.7-64-64h64zm-336 64a112 112 0 1 1 224 0 112 112 0 1 1-224 0m76-48c0 9.7 6.9 17.7 16 19.6V276h-4c-11 0-20 9-20 20s9 20 20 20h48c11 0 20-9 20-20s-9-20-20-20h-4v-68c0-11-9-20-20-20h-16c-11 0-20 9-20 20"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/money-bill-transfer.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/money-bill-transfer.svg new file mode 100644 index 0000000..221ab02 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/money-bill-transfer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M535 41c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l64 64c4.5 4.5 7 10.6 7 17s-2.5 12.5-7 17l-64 64c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l23-23-174-.2c-13.3 0-24-10.7-24-24s10.7-24 24-24h174.1zM105 377l-23 23h174c13.3 0 24 10.7 24 24s-10.7 24-24 24H81.9l23 23c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L7 441c-4.5-4.5-7-10.6-7-17s2.5-12.5 7-17l64-64c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9zM96 64h241.9c-3.7 7.2-5.9 15.3-5.9 24 0 28.7 23.3 52 52 52h117.4c-4 17 .6 35.5 13.8 48.8 20.3 20.3 53.2 20.3 73.5 0l19.3-19.3V384c0 35.3-28.7 64-64 64H302.1c3.7-7.2 5.9-15.3 5.9-24 0-28.7-23.3-52-52-52H138.6c4-17-.6-35.5-13.8-48.8-20.3-20.3-53.2-20.3-73.5 0L32 342.5V128c0-35.3 28.7-64 64-64m64 64H96v64c35.3 0 64-28.7 64-64m384 192c-35.3 0-64 28.7-64 64h64zm-224 32a96 96 0 1 0 0-192 96 96 0 1 0 0 192"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/money-bill-trend-up.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/money-bill-trend-up.svg new file mode 100644 index 0000000..be87dd4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/money-bill-trend-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M470.7 9.4c3 3.1 5.3 6.6 6.9 10.3s2.4 7.8 2.4 12.2V128c0 17.7-14.3 32-32 32s-32-14.3-32-32v-18.7L310.6 214.6c-11.8 11.8-30.8 12.6-43.5 1.7L176 138.1l-91.2 78.2c-13.4 11.5-33.6 9.9-45.1-3.5s-9.9-33.6 3.5-45.1l112-96c12-10.3 29.7-10.3 41.7 0l89.5 76.7L370.7 64H352c-17.7 0-32-14.3-32-32s14.3-32 32-32h96c8.8 0 16.8 3.6 22.6 9.3zM0 304c0-26.5 21.5-48 48-48h416c26.5 0 48 21.5 48 48v160c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48zm48 112v48h48c0-26.5-21.5-48-48-48m48-112H48v48c26.5 0 48-21.5 48-48m368 112c-26.5 0-48 21.5-48 48h48zm-48-112c0 26.5 21.5 48 48 48v-48zm-96 80a64 64 0 1 0-128 0 64 64 0 1 0 128 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/money-bill-wave.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/money-bill-wave.svg new file mode 100644 index 0000000..84b0a6f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/money-bill-wave.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 112.5v309.8c0 18 10.1 35 27 41.3 87 32.5 174 10.3 261-11.9 79.8-20.3 159.6-40.7 239.3-18.9 23 6.3 48.7-9.5 48.7-33.4V89.5c0-18-10.1-35-27-41.3-87-32.3-174-10.1-261 12.1-79.8 20.3-159.6 40.6-239.3 18.8C25.6 72.8 0 88.6 0 112.5M288 352c-44.2 0-80-43-80-96s35.8-96 80-96 80 43 80 96-35.8 96-80 96m-224 0c35.3 0 64 28.7 64 64H64zm64-208c0 35.3-28.7 64-64 64v-64zm384 160v64h-64c0-35.3 28.7-64 64-64M448 96h64v64c-35.3 0-64-28.7-64-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/money-bill-wheat.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/money-bill-wheat.svg new file mode 100644 index 0000000..ff0c464 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/money-bill-wheat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M176 0c44.2 0 80 35.8 80 80 0 8.8-7.2 16-16 16-44.2 0-80-35.8-80-80 0-8.8 7.2-16 16-16M56 16h48c13.3 0 24 10.7 24 24s-10.7 24-24 24H56c-13.3 0-24-10.7-24-24s10.7-24 24-24M24 88h112c13.3 0 24 10.7 24 24s-10.7 24-24 24H24c-13.3 0-24-10.7-24-24s10.7-24 24-24m8 96c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24s-10.7 24-24 24H56c-13.3 0-24-10.7-24-24M272 16c0-8.8 7.2-16 16-16 44.2 0 80 35.8 80 80 0 8.8-7.2 16-16 16-44.2 0-80-35.8-80-80M400 0c44.2 0 80 35.8 80 80 0 8.8-7.2 16-16 16-44.2 0-80-35.8-80-80 0-8.8 7.2-16 16-16m80 144c0 44.2-35.8 80-80 80-8.8 0-16-7.2-16-16 0-44.2 35.8-80 80-80 8.8 0 16 7.2 16 16m-128-16c8.8 0 16 7.2 16 16 0 44.2-35.8 80-80 80-8.8 0-16-7.2-16-16 0-44.2 35.8-80 80-80m-96 16c0 44.2-35.8 80-80 80-8.8 0-16-7.2-16-16 0-44.2 35.8-80 80-80 8.8 0 16 7.2 16 16M0 304c0-26.5 21.5-48 48-48h416c26.5 0 48 21.5 48 48v160c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48zm48 112v48h48c0-26.5-21.5-48-48-48m48-112H48v48c26.5 0 48-21.5 48-48m368 112c-26.5 0-48 21.5-48 48h48zm-48-112c0 26.5 21.5 48 48 48v-48zm-96 80a64 64 0 1 0-128 0 64 64 0 1 0 128 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/money-bill.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/money-bill.svg new file mode 100644 index 0000000..8943647 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/money-bill.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 64C28.7 64 0 92.7 0 128v256c0 35.3 28.7 64 64 64h448c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64zm64 320H64v-64c35.3 0 64 28.7 64 64M64 192v-64h64c0 35.3-28.7 64-64 64m384 192c0-35.3 28.7-64 64-64v64zm64-192c-35.3 0-64-28.7-64-64h64zm-224-32a96 96 0 1 1 0 192 96 96 0 1 1 0-192"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/money-bills.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/money-bills.svg new file mode 100644 index 0000000..1d23c28 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/money-bills.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 96v224c0 35.3 28.7 64 64 64h416c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H160c-35.3 0-64 28.7-64 64m64 160c35.3 0 64 28.7 64 64h-64zm64-160c0 35.3-28.7 64-64 64V96zm352 160v64h-64c0-35.3 28.7-64 64-64M512 96h64v64c-35.3 0-64-28.7-64-64M288 208a80 80 0 1 1 160 0 80 80 0 1 1-160 0M48 120c0-13.3-10.7-24-24-24S0 106.7 0 120v240c0 66.3 53.7 120 120 120h400c13.3 0 24-10.7 24-24s-10.7-24-24-24H120c-39.8 0-72-32.2-72-72z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/money-check-dollar.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/money-check-dollar.svg new file mode 100644 index 0000000..04101d7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/money-check-dollar.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 64C28.7 64 0 92.7 0 128v256c0 35.3 28.7 64 64 64h448c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64zm208 128h224c8.8 0 16 7.2 16 16s-7.2 16-16 16H272c-8.8 0-16-7.2-16-16s7.2-16 16-16m-16 112c0-8.8 7.2-16 16-16h224c8.8 0 16 7.2 16 16s-7.2 16-16 16H272c-8.8 0-16-7.2-16-16m-92-152v13.9c7.5 1.2 14.6 2.9 21.1 4.7 10.7 2.8 17 13.8 14.2 24.5s-13.8 17-24.5 14.2c-11-2.9-21.6-5-31.2-5.2-7.9-.1-16 1.8-21.5 5-4.8 2.8-6.2 5.6-6.2 9.3 0 1.8.1 3.5 5.3 6.7 6.3 3.8 15.5 6.7 28.3 10.5l.7.2c11.2 3.4 25.6 7.7 37.1 15 12.9 8.1 24.3 21.3 24.6 41.6.3 20.9-10.5 36.1-24.8 45-7.2 4.5-15.2 7.3-23.2 9v13.8c0 11-9 20-20 20s-20-9-20-20v-14.6c-10.3-2.2-20-5.5-28.2-8.4-2.1-.7-4.1-1.4-6.1-2.1-10.5-3.5-16.1-14.8-12.6-25.3s14.8-16.1 25.3-12.6c2.5.8 4.9 1.7 7.2 2.4 13.6 4.6 24 8.1 35.1 8.5 8.6.3 16.5-1.6 21.4-4.7 4.1-2.5 6-5.5 5.9-10.5 0-2.9-.8-5-5.9-8.2-6.3-4-15.4-6.9-28-10.7l-1.7-.5c-10.9-3.3-24.6-7.4-35.6-14C88 251.8 76.1 239 76 218.8c-.1-21.1 11.8-35.7 25.8-43.9 6.9-4.1 14.5-6.8 22.2-8.5v-14c0-11 9-20 20-20s20 9 20 20z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/money-check.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/money-check.svg new file mode 100644 index 0000000..97d049d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/money-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 64C28.7 64 0 92.7 0 128v256c0 35.3 28.7 64 64 64h448c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64zm48 160h160c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16M96 336c0-8.8 7.2-16 16-16h352c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16m280-176h80c13.3 0 24 10.7 24 24v48c0 13.3-10.7 24-24 24h-80c-13.3 0-24-10.7-24-24v-48c0-13.3 10.7-24 24-24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/monument.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/monument.svg new file mode 100644 index 0000000..575559c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/monument.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M180.7 4.7c6.2-6.2 16.4-6.2 22.6 0l80 80c2.5 2.5 4.1 5.8 4.6 9.3l40.2 322H55.9L96.1 94c.4-3.5 2-6.8 4.6-9.3zM152 272c-13.3 0-24 10.7-24 24s10.7 24 24 24h80c13.3 0 24-10.7 24-24s-10.7-24-24-24zM32 448h320c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/moon.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/moon.svg new file mode 100644 index 0000000..5f31e2f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/moon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M223.5 32C100 32 0 132.3 0 256s100 224 223.5 224c60.6 0 115.5-24.2 155.8-63.4 5-4.9 6.3-12.5 3.1-18.7s-10.1-9.7-17-8.5c-9.8 1.7-19.8 2.6-30.1 2.6-96.9 0-175.5-78.8-175.5-176 0-65.8 36-123.1 89.3-153.3 6.1-3.5 9.2-10.5 7.7-17.3s-7.3-11.9-14.3-12.5c-6.3-.5-12.6-.8-19-.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/mortar-pestle.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/mortar-pestle.svg new file mode 100644 index 0000000..9c323e3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/mortar-pestle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M504.3 11.1c-11-12.7-29.8-14.8-43.3-4.9L252.3 160h144.9L502.6 54.6c11.8-11.8 12.6-30.8 1.6-43.5zM32 192c-17.7 0-32 14.3-32 32s14.3 32 32 32c0 82.5 43.4 147.7 123.9 176.2-11.1 13.9-19.4 30.3-23.9 48.1-4.4 17.1 10.3 31.7 28 31.7h192c17.7 0 32.4-14.6 28.1-31.7-4.5-17.8-12.8-34.1-23.9-48.1C436.6 403.7 480 338.5 480 256c17.7 0 32-14.3 32-32s-14.3-32-32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/mosque.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/mosque.svg new file mode 100644 index 0000000..2bd719b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/mosque.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M400 0c5 0 9.8 2.4 12.8 6.4 34.7 46.3 78.1 74.9 133.5 111.5 5.2 3.4 10.5 7 16 10.6 28.9 19.2 45.7 51.7 45.7 86.1 0 28.6-11.3 54.5-29.8 73.4H221.8c-18.4-19-29.8-44.9-29.8-73.4 0-34.4 16.7-66.9 45.7-86.1 5.4-3.6 10.8-7.1 16-10.6 55.4-36.6 98.8-65.2 133.5-111.5 3-4 7.8-6.4 12.8-6.4M288 512v-72c0-13.3-10.7-24-24-24s-24 10.7-24 24v72h-48c-17.7 0-32-14.3-32-32V352c0-17.7 14.3-32 32-32h416c17.7 0 32 14.3 32 32v128c0 17.7-14.3 32-32 32h-48v-72c0-13.3-10.7-24-24-24s-24 10.7-24 24v72h-64v-58c0-19-8.4-37-23-49.2L400 384l-25 20.8C360.4 417 352 435 352 454v58zM70.4 5.2a15.9 15.9 0 0 1 19.2 0l16 12C139.8 42.9 160 83.2 160 126v2H0v-2C0 83.2 20.2 42.9 54.4 17.2zM0 160h160v136.6c-19.1 11.1-32 31.7-32 55.4v128c0 9.6 2.1 18.6 5.8 26.8-6.6 3.4-14 5.2-21.8 5.2H48c-26.5 0-48-21.5-48-48V160"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/mosquito-net.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/mosquito-net.svg new file mode 100644 index 0000000..800943e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/mosquito-net.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M168.8 462.3c-7.9-4-11.1-13.6-7.2-21.5l30.4-60.6V336c0-4.2 1.7-8.3 4.7-11.3l59.3-59.3v-23.1L139.2 344C87.8 395.3 0 358.9 0 286.3c0-41.1 30.6-75.8 71.4-80.9l159.9-23.9-49.6-41.3c-5.1-4.2-7-11.1-4.9-17.4l13.9-41.7-29-58.1c-4-7.9-.7-17.5 7.2-21.5s17.5-.7 21.5 7.2l32 64c1.9 3.8 2.2 8.2.9 12.2l-12.5 37.6 45.2 38v-22.6c0-14.9 10.1-27.3 23.8-31V63.6c0-4.5 3.7-8.2 8.2-8.2s8.2 3.7 8.2 8.2v43.3c13.7 3.6 23.8 16.1 23.8 31v22.6l45.4-37.8-12.6-37.6c-1.3-4-1-8.4.9-12.2l32-64c4-7.9 13.6-11.1 21.5-7.2s11.1 13.6 7.2 21.5l-29 58.1 13.9 41.7c2.1 6.2.1 13.1-4.9 17.4l-49.6 41.3 159.9 23.9c22.5 2.8 41.8 14.6 54.7 31.4-2.7 2.6-5.2 5.4-7.3 8.6-8.6-12.9-23.3-21.5-40-21.5s-31.4 8.5-40 21.5c-8.6-12.9-23.3-21.5-40-21.5-21.7 0-40 14.3-45.9 34.1-10.7 3.2-19.8 10.1-25.9 19.2l-40.2-35v23.1l32.4 32.4c-.3 2-.4 4.1-.4 6.2 0 16.7 8.5 31.4 21.5 40-4 2.6-7.5 5.9-10.6 9.5l-43-43v50c0 17.7-14.3 32-32 32s-32-14.3-32-32v-50l-32 32V384c0 2.5-.6 4.9-1.7 7.2l-32 64c-4 7.9-13.6 11.1-21.5 7.2zM512 256c8.8 0 16 7.2 16 16v16h48v-16c0-8.8 7.2-16 16-16s16 7.2 16 16v16h16c8.8 0 16 7.2 16 16s-7.2 16-16 16h-16v48h16c8.8 0 16 7.2 16 16s-7.2 16-16 16h-16v48h16c8.8 0 16 7.2 16 16s-7.2 16-16 16h-16v16c0 8.8-7.2 16-16 16s-16-7.2-16-16v-16h-48v16c0 8.8-7.2 16-16 16s-16-7.2-16-16v-16h-48v16c0 8.8-7.2 16-16 16s-16-7.2-16-16v-16h-16c-8.8 0-16-7.2-16-16s7.2-16 16-16h16v-48h-16c-8.8 0-16-7.2-16-16s7.2-16 16-16h16v-48h-16c-8.8 0-16-7.2-16-16s7.2-16 16-16h16v-16c0-8.8 7.2-16 16-16s16 7.2 16 16v16h48v-16c0-8.8 7.2-16 16-16m16 112h48v-48h-48zm0 80h48v-48h-48zm-80-128v48h48v-48zm0 80v48h48v-48z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/mosquito.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/mosquito.svg new file mode 100644 index 0000000..bbc2494 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/mosquito.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M463.7 505.9c9.8-8.9 10.7-24.3 2.1-34.3l-42.1-49v-54.7c0-5.5-1.8-10.8-5.1-15.1L352 266.3v-.3l133.4 121.8c57 59.8 154.6 17.4 154.6-67.2 0-47.9-34-88.3-79.4-94.2l-153-23.9 40.8-40.9c7.8-7.8 9.4-20.1 3.9-29.8l-23.8-41.7 38.2-50.9c8-10.6 6.1-25.9-4.3-34.1s-25.2-6.3-33.2 4.4l-48 63.9c-5.9 7.9-6.6 18.6-1.7 27.2l22.7 39.4-50.2 50.3v-38.2c0-14.9-10.2-27.4-24-31V63.9c0-4.4-3.6-8-8-8s-8 3.6-8 8v57.2c-13.8 3.6-24 16.1-24 31v38.1L237.8 140l22.6-39.5c4.9-8.6 4.2-19.3-1.7-27.2l-48-63.9c-8-10.6-22.8-12.6-33.2-4.4s-12.2 23.5-4.3 34.1L211.4 90l-23.9 41.7c-5.5 9.7-3.9 22 3.9 29.8l40.8 40.9-153 23.9C34 232.3 0 272.7 0 320.6c0 84.6 97.6 127 154.6 67.1L288 266v.3l-66.5 86.4c-3.3 4.3-5.1 9.6-5.1 15.1v54.7l-42.1 49c-8.6 10.1-7.7 25.5 2.1 34.3s24.7 7.9 33.4-2.1l48-55.9c3.8-4.4 5.9-10.2 5.9-16.1v-55.4l24.3-31.6v63.1c0 17.7 14.3 32 32 32s32-14.3 32-32v-63.1l24.3 31.6v55.4c0 5.9 2.1 11.7 5.9 16.1l48 55.9c8.6 10.1 23.6 11 33.4 2.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/motorcycle.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/motorcycle.svg new file mode 100644 index 0000000..e659cfd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/motorcycle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M280 32c-13.3 0-24 10.7-24 24s10.7 24 24 24h57.7l16.4 30.3L256 192l-45.3-45.3c-12-12-28.3-18.7-45.3-18.7H64c-17.7 0-32 14.3-32 32v32h96c88.4 0 160 71.6 160 160 0 11-1.1 21.7-3.2 32h70.4c-2.1-10.3-3.2-21-3.2-32 0-52.2 25-98.6 63.7-127.8l15.4 28.6C402.4 276.3 384 312 384 352c0 70.7 57.3 128 128 128s128-57.3 128-128-57.3-128-128-128c-13.5 0-26.5 2.1-38.7 6l-55.1-102H480c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32h-20.4c-7.5 0-14.7 2.6-20.5 7.4l-47.4 39.5-14-26c-7-12.9-20.5-21-35.2-21zm182.7 279.2 28.2 52.2c6.3 11.7 20.9 16 32.5 9.7s16-20.9 9.7-32.5l-28.2-52.2c2.3-.3 4.7-.4 7.1-.4 35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64c0-15.5 5.5-29.7 14.7-40.8M187.3 376c-9.5 23.5-32.5 40-59.3 40-35.3 0-64-28.7-64-64s28.7-64 64-64c26.9 0 49.9 16.5 59.3 40h66.4c-11.2-59.2-63.2-104-125.7-104C57.3 224 0 281.3 0 352s57.3 128 128 128c62.5 0 114.5-44.8 125.8-104h-66.4zm-59.3 8a32 32 0 1 0 0-64 32 32 0 1 0 0 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/mound.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/mound.svg new file mode 100644 index 0000000..83e00ed --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/mound.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M144.1 179.2C173.8 127.7 228.6 96 288 96s114.2 31.7 143.9 83.2L540.4 368c12.3 21.3-3.1 48-27.7 48H63.3c-24.6 0-40-26.6-27.7-48z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/mountain-city.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/mountain-city.svg new file mode 100644 index 0000000..5e3b673 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/mountain-city.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M336 0c-26.5 0-48 21.5-48 48v92.1l71.4 118.4c2.5-1.6 5.4-2.5 8.6-2.5h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-3.5l73.8 122.4c12.4 20.6 12.9 46.3 1.2 67.3-.4.8-.9 1.6-1.4 2.3H592c26.5 0 48-21.5 48-48V240c0-26.5-21.5-48-48-48h-24v-72c0-13.3-10.7-24-24-24s-24 10.7-24 24v72h-40V48c0-26.5-21.5-48-48-48zm32 64h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16V80c0-8.8 7.2-16 16-16m-16 112c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16zm160 96c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16zm16 80h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16M224 188.9l59.8 99.1H223l-48 64-24.6-41.2zm29.4-44.2C247.1 134.3 236 128 224 128s-23.1 6.3-29.4 16.7L5.1 458.9c-6.5 10.8-6.7 24.3-.7 35.3S22 512 34.5 512h379.1c12.5 0 24-6.8 30.1-17.8s5.8-24.5-.7-35.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/mountain-sun.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/mountain-sun.svg new file mode 100644 index 0000000..e8560d4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/mountain-sun.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M560 160a80 80 0 1 0 0-160 80 80 0 1 0 0 160M55.9 512h523c33.8 0 61.1-27.4 61.1-61.1 0-11.2-3.1-22.2-8.9-31.8l-132-216.3C495 196.1 487.8 192 480 192s-15 4.1-19.1 10.7l-48.2 79L286.8 81c-6.6-10.6-18.3-17-30.8-17s-24.1 6.4-30.8 17L8.6 426.4C3 435.3 0 445.6 0 456.1 0 487 25 512 55.9 512"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/mountain.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/mountain.svg new file mode 100644 index 0000000..9f62a0b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/mountain.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 32c12.5 0 24.1 6.4 30.8 17l216.6 345.4c5.6 8.9 8.6 19.2 8.6 29.7 0 30.9-25 55.9-55.9 55.9H55.9C25 480 0 455 0 424.1c0-10.5 3-20.8 8.6-29.7L225.2 49c6.6-10.6 18.3-17 30.8-17m65 192-65-103.6-79.1 126.1 18.3 24.4c6.4 8.5 19.2 8.5 25.6 0l25.6-34.1c6-8.1 15.5-12.8 25.6-12.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/mug-hot.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/mug-hot.svg new file mode 100644 index 0000000..6f9d62d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/mug-hot.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M88 0C74.7 0 64 10.7 64 24c0 38.9 23.4 59.4 39.1 73.1l1.1 1c16.3 14.2 23.8 21.8 23.8 37.9 0 13.3 10.7 24 24 24s24-10.7 24-24c0-38.9-23.4-59.4-39.1-73.1l-1.1-1C119.5 47.7 112 40.1 112 24c0-13.3-10.7-24-24-24M32 192c-17.7 0-32 14.3-32 32v192c0 53 43 96 96 96h192c53 0 96-43 96-96h16c61.9 0 112-50.1 112-112s-50.1-112-112-112H32m352 64h16c26.5 0 48 21.5 48 48s-21.5 48-48 48h-16zM224 24c0-13.3-10.7-24-24-24s-24 10.7-24 24c0 38.9 23.4 59.4 39.1 73.1l1.1 1c16.3 14.2 23.8 21.8 23.8 37.9 0 13.3 10.7 24 24 24s24-10.7 24-24c0-38.9-23.4-59.4-39.1-73.1l-1.1-1C231.5 47.7 224 40.1 224 24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/mug-saucer.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/mug-saucer.svg new file mode 100644 index 0000000..30320a0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/mug-saucer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 64c0-17.7 14.3-32 32-32h384c70.7 0 128 57.3 128 128s-57.3 128-128 128h-32c0 53-43 96-96 96H192c-53 0-96-43-96-96zm384 160h32c35.3 0 64-28.7 64-64s-28.7-64-64-64h-32zM32 416h512c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/music.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/music.svg new file mode 100644 index 0000000..0f3d7d4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/music.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M499.1 6.3c8.1 6 12.9 15.6 12.9 25.7v336c0 44.2-43 80-96 80s-96-35.8-96-80 43-80 96-80c11.2 0 22 1.6 32 4.6V147l-256 76.8V432c0 44.2-43 80-96 80S0 476.2 0 432s43-80 96-80c11.2 0 22 1.6 32 4.6V128c0-14.1 9.3-26.6 22.8-30.7l320-96c9.7-2.9 20.2-1.1 28.3 5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/n.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/n.svg new file mode 100644 index 0000000..8445fae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/n.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M21.1 33.9c12.7-4.6 26.9-.7 35.5 9.6L320 359.6V64c0-17.7 14.3-32 32-32s32 14.3 32 32v384c0 13.5-8.4 25.5-21.1 30.1s-26.9.7-35.5-9.6L64 152.4V448c0 17.7-14.3 32-32 32S0 465.7 0 448V64c0-13.5 8.4-25.5 21.1-30.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/naira-sign.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/naira-sign.svg new file mode 100644 index 0000000..4ae17d6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/naira-sign.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M122.6 46.3c-7.8-11.7-22.4-17-35.9-12.9S64 49.9 64 64v192H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h32v128c0 17.7 14.3 32 32 32s32-14.3 32-32V320h100.2l97.2 145.8c7.8 11.7 22.4 17 35.9 12.9s22.7-16.5 22.7-30.6v-128h32c17.7 0 32-14.3 32-32s-14.3-32-32-32h-32v-192c0-17.7-14.3-32-32-32s-32 14.3-32 32v192h-57.5zM305.1 320H320v22.3zm-119.6-64H128v-86.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/network-wired.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/network-wired.svg new file mode 100644 index 0000000..5b588c8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/network-wired.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 64h128v64H256zM240 0c-26.5 0-48 21.5-48 48v96c0 26.5 21.5 48 48 48h48v32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h96v32H80c-26.5 0-48 21.5-48 48v96c0 26.5 21.5 48 48 48h160c26.5 0 48-21.5 48-48v-96c0-26.5-21.5-48-48-48h-48v-32h256v32h-48c-26.5 0-48 21.5-48 48v96c0 26.5 21.5 48 48 48h160c26.5 0 48-21.5 48-48v-96c0-26.5-21.5-48-48-48h-48v-32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H352v-32h48c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM96 448v-64h128v64zm320-64h128v64H416z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/neuter.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/neuter.svg new file mode 100644 index 0000000..bd1cf1d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/neuter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M80 176a112 112 0 1 1 224 0 112 112 0 1 1-224 0m144 173.1c81.9-15 144-86.8 144-173.1C368 78.8 289.2 0 192 0S16 78.8 16 176c0 86.3 62.1 158.1 144 173.1V480c0 17.7 14.3 32 32 32s32-14.3 32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/newspaper.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/newspaper.svg new file mode 100644 index 0000000..a12d8b9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/newspaper.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 96c0-35.3 28.7-64 64-64h288c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H80c-44.2 0-80-35.8-80-80V128c0-17.7 14.3-32 32-32s32 14.3 32 32v272c0 8.8 7.2 16 16 16s16-7.2 16-16zm64 24v80c0 13.3 10.7 24 24 24h112c13.3 0 24-10.7 24-24v-80c0-13.3-10.7-24-24-24H184c-13.3 0-24 10.7-24 24m208-8c0 8.8 7.2 16 16 16h48c8.8 0 16-7.2 16-16s-7.2-16-16-16h-48c-8.8 0-16 7.2-16 16m0 96c0 8.8 7.2 16 16 16h48c8.8 0 16-7.2 16-16s-7.2-16-16-16h-48c-8.8 0-16 7.2-16 16m-208 96c0 8.8 7.2 16 16 16h256c8.8 0 16-7.2 16-16s-7.2-16-16-16H176c-8.8 0-16 7.2-16 16m0 96c0 8.8 7.2 16 16 16h256c8.8 0 16-7.2 16-16s-7.2-16-16-16H176c-8.8 0-16 7.2-16 16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/not-equal.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/not-equal.svg new file mode 100644 index 0000000..d9bee48 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/not-equal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M369.8 37.4c14.7 9.8 18.7 29.7 8.9 44.4L337.1 144H400c17.7 0 32 14.3 32 32s-14.3 32-32 32H294.5l-64 96H400c17.7 0 32 14.3 32 32s-14.3 32-32 32H187.8l-65.2 97.7c-9.8 14.7-29.7 18.7-44.4 8.9s-18.7-29.7-8.9-44.4l41.6-62.2H48c-17.7 0-32-14.3-32-32s14.3-32 32-32h105.5l64-96H48c-17.7 0-32-14.3-32-32s14.3-32 32-32h212.2l65.2-97.7c9.8-14.7 29.7-18.7 44.4-8.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/notdef.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/notdef.svg new file mode 100644 index 0000000..22bed91 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/notdef.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 390.3 153.5 256 64 121.7zm38.5 57.7h179.1L192 313.7zm128-192L320 390.3V121.7zm51-192h-179L192 198.3zM0 48C0 21.5 21.5 0 48 0h288c26.5 0 48 21.5 48 48v416c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/note-sticky.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/note-sticky.svg new file mode 100644 index 0000000..089cb33 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/note-sticky.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h224V368c0-26.5 21.5-48 48-48h112V96c0-35.3-28.7-64-64-64zm384 320H336c-8.8 0-16 7.2-16 16v112l32-32 64-64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/notes-medical.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/notes-medical.svg new file mode 100644 index 0000000..8e88856 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/notes-medical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 352V96c0-35.3 28.7-64 64-64h256c35.3 0 64 28.7 64 64v197.5c0 17-6.7 33.3-18.7 45.3l-58.5 58.5c-12 12-28.3 18.7-45.3 18.7H160c-35.3 0-64-28.7-64-64m176-224c-8.8 0-16 7.2-16 16v48h-48c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16h-48v-48c0-8.8-7.2-16-16-16zm24 336c13.3 0 24 10.7 24 24s-10.7 24-24 24H136C60.9 512 0 451.1 0 376V152c0-13.3 10.7-24 24-24s24 10.7 24 24v224c0 48.6 39.4 88 88 88z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/o.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/o.svg new file mode 100644 index 0000000..b2ba1e9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/o.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M224 96a160 160 0 1 0 0 320 160 160 0 1 0 0-320m224 160a224 224 0 1 1-448 0 224 224 0 1 1 448 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/object-group.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/object-group.svg new file mode 100644 index 0000000..8ccddf4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/object-group.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 119.4C12.9 108.4 0 87.7 0 64 0 28.7 28.7 0 64 0c23.7 0 44.4 12.9 55.4 32h337.1C467.6 12.9 488.3 0 512 0c35.3 0 64 28.7 64 64 0 23.7-12.9 44.4-32 55.4v273.1c19.1 11.1 32 31.7 32 55.4 0 35.3-28.7 64-64 64-23.7 0-44.4-12.9-55.4-32H119.5c-11.1 19.1-31.7 32-55.4 32-35.3 0-64-28.7-64-64 0-23.7 12.9-44.4 32-55.4V119.4zM456.6 96H119.4c-5.6 9.7-13.7 17.8-23.4 23.4v273.1c9.7 5.6 17.8 13.7 23.4 23.4h337.1c5.6-9.7 13.7-17.8 23.4-23.4V119.4c-9.7-5.6-17.8-13.7-23.4-23.4zM128 160c0-17.7 14.3-32 32-32h128c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H160c-17.7 0-32-14.3-32-32zm128 160h32c35.3 0 64-28.7 64-64v-32h64c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H288c-17.7 0-32-14.3-32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/object-ungroup.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/object-ungroup.svg new file mode 100644 index 0000000..efaa6b2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/object-ungroup.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 119.4C12.9 108.4 0 87.7 0 64 0 28.7 28.7 0 64 0c23.7 0 44.4 12.9 55.4 32h209.1C339.6 12.9 360.3 0 384 0c35.3 0 64 28.7 64 64 0 23.7-12.9 44.4-32 55.4v113.1c19.1 11.1 32 31.7 32 55.4 0 35.3-28.7 64-64 64-23.7 0-44.4-12.9-55.4-32H119.5c-11.1 19.1-31.7 32-55.4 32-35.3 0-64-28.7-64-64 0-23.7 12.9-44.4 32-55.4V119.4zM119.4 96c-5.6 9.7-13.7 17.8-23.4 23.4v113.1c9.7 5.6 17.8 13.7 23.4 23.4h209.1c5.6-9.7 13.7-17.8 23.4-23.4V119.4c-9.7-5.6-17.8-13.7-23.4-23.4zm192 384c-11.1 19.1-31.7 32-55.4 32-35.3 0-64-28.7-64-64 0-23.7 12.9-44.4 32-55.4V352h64v40.6c9.7 5.6 17.8 13.7 23.4 23.4h209.1c5.6-9.7 13.7-17.8 23.4-23.4V279.5c-9.7-5.6-17.8-13.7-23.4-23.4h-46c-5.4-15.4-14.6-28.9-26.5-39.6v-24.4h72.6c11.1-19.1 31.7-32 55.4-32 35.3 0 64 28.7 64 64 0 23.7-12.9 44.4-32 55.4v113.1c19.1 11.1 32 31.7 32 55.4 0 35.3-28.7 64-64 64-23.7 0-44.4-12.9-55.4-32H311.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/oil-can.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/oil-can.svg new file mode 100644 index 0000000..324f137 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/oil-can.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M320 128c17.7 0 32-14.3 32-32s-14.3-32-32-32H192c-17.7 0-32 14.3-32 32s14.3 32 32 32h32v32H48c-26.5 0-48 21.5-48 48v64.8c0 19 11.2 36.2 28.5 43.9l67.5 30V368c0 26.5 21.5 48 48 48h259.1c18.4 0 35.8-7.9 48-21.7l182.4-206.6c12.3-13.9-.3-35.4-18.4-31.5L448 192l-50.5-25.2c-8.9-4.4-18.7-6.8-28.6-6.8H288v-32zM96 208v86.1l-48-21.3V208z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/oil-well.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/oil-well.svg new file mode 100644 index 0000000..2555090 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/oil-well.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M528.3 61.3c-11.4-42.7-55.3-68-98-56.6l-15.4 4.1C397.8 13.4 387.7 31 392.3 48l24.5 91.4-108.3 28.1-6.3-18.1c-4.5-12.8-16.6-21.4-30.2-21.4s-25.7 8.6-30.2 21.4l-13.6 39L96 222.6V184c0-13.3-10.7-24-24-24s-24 10.7-24 24v264H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h512c17.7 0 32-14.3 32-32s-14.3-32-32-32H406.7L340 257.5l-62.2 16.1 27.5 78.4h-66.6l26.3-75-74.6 19.3L137.3 448H96V288.8l337.4-87.5 25.2 94c4.6 17.1 22.1 27.2 39.2 22.6l15.5-4.1c42.7-11.4 68-55.3 56.6-98zM205.1 448l11.2-32h111.4l11.2 32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/om.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/om.svg new file mode 100644 index 0000000..a961d78 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/om.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M379.3 4.7c-6.2-6.2-16.4-6.2-22.6 0l-16 16c-6.2 6.2-6.2 16.4 0 22.6l16 16c6.2 6.2 16.4 6.2 22.6 0l16-16c6.2-6.2 6.2-16.4 0-22.6zm-98.3 62c-2.2-1.5-4.9-2.5-7.7-2.7-.6 0-1.3-.1-1.9 0-3.9.2-7.4 1.7-10.1 4.2-.9.8-1.6 1.7-2.3 2.6-1.7 2.4-2.7 5.3-2.9 8.5v2.1c.2 2.2.9 4.3 1.9 6.2l.3.6c.3.6.8 1.4 1.4 2.4 1.2 2 2.9 4.8 5.1 8.2 4.4 6.7 11.1 15.5 20 24.4 17.6 17.9 45.5 36.8 83.2 36.8 31.2 0 56.6-10.4 73.9-20.2 8.7-5 15.6-9.9 20.4-13.8 2.4-1.9 4.3-3.6 5.7-4.9.7-.6 1.3-1.2 1.7-1.6l.6-.5.1-.1.1-.1c5.9-5.8 9.5-13.9 9.5-22.8 0-17.7-14.3-32-32-32-8.7 0-16.7 3.5-22.4 9.2-.1.1-.2.2-.5.4-.5.5-1.5 1.3-2.8 2.4-2.7 2.2-6.8 5.2-12.1 8.2C399.4 90.4 384.8 96 368 96c-20.8 0-42.4-7-59.5-14.6-8.4-3.7-15.4-7.5-20.3-10.3-2.4-1.4-4.3-2.5-5.6-3.3-.6-.4-1.1-.7-1.4-.9l-.3-.2zM115.2 169.6c8-6 17.9-9.6 28.8-9.6 26.5 0 48 21.5 48 48s-21.5 48-48 48h-34.2c-7.6 0-13.8 6.2-13.8 13.8 0 1.5.2 2.9.7 4.4l8 24c4.4 13.1 16.6 21.9 30.4 21.9H160c35.3 0 64 28.7 64 64s-28.7 64-64 64c-50.8 0-82.7-21.5-102.2-42.8-9.9-10.8-16.6-21.6-20.9-29.7-2.1-4-3.6-7.3-4.5-9.6-.5-1.1-.8-2-1-2.5l-.2-.5c-.3-.9-.7-1.8-1.1-2.6-1.2-2.2-2.8-4-4.7-5.4s-4.1-2.3-6.5-2.8c-1.4-.3-2.9-.3-4.4-.2-2.5.2-4.8 1-6.8 2.3-1.1.7-2.2 1.5-3.1 2.5-2.4 2.5-4.1 5.8-4.5 9.5-.1.6-.1 1.1-.1 1.7 0 .8.1 1.7.2 2.5v.1c0 .3.1.8.2 1.3.2 1.1.4 2.7.8 4.6.8 3.9 2 9.4 3.9 15.9 3.8 13 10.3 30.4 21.3 48C48.7 476.2 89.4 512 160 512c70.7 0 128-57.3 128-128 0-23.3-6.2-45.2-17.1-64h22.6c25.5 0 49.9-10.1 67.9-28.1l26.5-26.5c6-6 14.1-9.4 22.6-9.4h5.5c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32-25.7 0-41.4-12.5-51.2-25.6-5-6.7-8.4-13.4-10.5-18.6-1.1-2.5-1.8-4.6-2.2-6-.2-.7-.4-1.2-.5-1.5l-.1-.2c-.3-1.3-.8-2.6-1.5-3.8-1.1-2-2.6-3.8-4.4-5.1-2.7-2-6-3.2-9.6-3.2h-.2c-8 .1-14.6 6.1-15.6 13.9 0 .3-.1.6-.2 1.1-.1.9-.3 2.1-.4 3.6-.3 3-.6 7.3-.6 12.4 0 10.1 1.1 23.9 5.8 38.1 4.8 14.3 13.4 29.3 28.6 40.7 15.3 11.5 35.9 18.2 62.6 18.2 53 0 96-43 96-96v-96c0-53-43-96-96-96h-5.5c-25.5 0-49.9 10.1-67.9 28.1l-26.5 26.5c-6 6-14.1 9.4-22.6 9.4h-48.3c6.9-14.5 10.8-30.8 10.8-48 0-61.9-50.1-112-112-112-25.2 0-48.5 8.3-67.2 22.4-14.1 10.6-17 30.7-6.4 44.8s30.7 17 44.8 6.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/otter.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/otter.svg new file mode 100644 index 0000000..8e413ba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/otter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m181.5 197.1 12.9 6.4c5.9 3 12.4 4.5 19.1 4.5 23.5 0 42.6-19.1 42.6-42.6V144c0-35.3-28.7-64-64-64h-64c-35.3 0-64 28.7-64 64v21.4c0 23.5 19.1 42.6 42.6 42.6 6.6 0 13.1-1.5 19.1-4.5l12.9-6.4 8.4-4.2-12-7.9c-4.5-3-7.1-8-7.1-13.3V168c0-13.3 10.7-24 24-24h16c13.3 0 24 10.7 24 24v3.7c0 5.3-2.7 10.3-7.1 13.3l-11.8 7.9zm-8.6 49.4L160 240l-12.9 6.4c-12.6 6.3-26.5 9.6-40.5 9.6-3.6 0-7.1-.2-10.6-.6v.6c0 35.3 28.7 64 64 64h64c17.7 0 32 14.3 32 32s-14.3 32-32 32h160v-64c0-23.7 12.9-44.4 32-55.4 9.4-5.4 20.3-8.6 32-8.6v-16c0-26.5 21.5-48 48-48 8.8 0 16 7.2 16 16v96c0 8.8 7.2 16 16 16s16-7.2 16-16v-99.7c0-48.2-30.8-91-76.6-106.3l-8.5-2.8c-8-2.7-12.6-11.1-10.4-19.3s10.3-13.2 18.6-11.6l19.9 4c89 17.8 153 95.9 153 186.6v1.1c0 123.7-100.3 224-224 224H255.4C132 480 32 380 32 256.6v-39.8c-10.1-14.6-16-32.3-16-51.4v-22.8C6.7 139.3 0 130.5 0 120c0-13.3 10.7-24 24-24h2.8c18-37.8 56.5-64 101.2-64h64c44.7 0 83.2 26.2 101.2 64h2.8c13.3 0 24 10.7 24 24 0 10.5-6.7 19.3-16 22.6v22.8c0 1.4 0 2.8-.1 4.3 12-6.2 25.7-9.6 40.1-9.6h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-13.3 0-24 10.7-24 24v8h56.4c-15.2 17-24.4 39.4-24.4 64h-32c-42.3 0-78.2-27.4-91-65.3-5.1.9-10.3 1.3-15.6 1.3-14.1 0-27.9-3.3-40.5-9.6M96 128a16 16 0 1 1 0 32 16 16 0 1 1 0-32m112 16a16 16 0 1 1 32 0 16 16 0 1 1-32 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/outdent.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/outdent.svg new file mode 100644 index 0000000..cd3705c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/outdent.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 64c0-17.7 14.3-32 32-32h384c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 96 0 81.7 0 64m192 128c0-17.7 14.3-32 32-32h192c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32m32 96h192c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32s14.3-32 32-32M0 448c0-17.7 14.3-32 32-32h384c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32m.2-179.4c-8.2-6.4-8.2-18.9 0-25.3L102.1 164c10.5-8.2 25.8-.7 25.8 12.6v158.6c0 13.3-15.3 20.8-25.8 12.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/p.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/p.svg new file mode 100644 index 0000000..5a6a967 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/p.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 96c0-35.3 28.7-64 64-64h96c88.4 0 160 71.6 160 160s-71.6 160-160 160H64v96c0 17.7-14.3 32-32 32S0 465.7 0 448V96m64 192h96c53 0 96-43 96-96s-43-96-96-96H64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/pager.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/pager.svg new file mode 100644 index 0000000..fbd75f0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/pager.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 128c0-35.3 28.7-64 64-64h384c35.3 0 64 28.7 64 64v256c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm64 32v64c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32v-64c0-17.7-14.3-32-32-32H96c-17.7 0-32 14.3-32 32m16 160c-13.3 0-24 10.7-24 24s10.7 24 24 24h56c13.3 0 24-10.7 24-24s-10.7-24-24-24zm136 0c-13.3 0-24 10.7-24 24s10.7 24 24 24h48c13.3 0 24-10.7 24-24s-10.7-24-24-24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/paint-roller.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/paint-roller.svg new file mode 100644 index 0000000..663a20c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/paint-roller.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 64C0 28.7 28.7 0 64 0h288c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm160 288c0-17.7 14.3-32 32-32v-16c0-44.2 35.8-80 80-80h144c17.7 0 32-14.3 32-32V69.5c37.3 13.2 64 48.7 64 90.5v32c0 53-43 96-96 96H272c-8.8 0-16 7.2-16 16v16c17.7 0 32 14.3 32 32v128c0 17.7-14.3 32-32 32h-64c-17.7 0-32-14.3-32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/paintbrush.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/paintbrush.svg new file mode 100644 index 0000000..cc55510 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/paintbrush.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M339.3 367.1c27.3-3.9 51.9-19.4 67.2-42.9L568.2 74.1c12.6-19.5 9.4-45.3-7.6-61.2s-42.9-17.3-61.5-3.3L262.4 187.2c-24 18-38.2 46.1-38.4 76.1zm-19.6 25.4-116-104.4C143.9 290.3 96 339.6 96 400c0 3.9.2 7.8.6 11.6 1.8 17.5-10.2 36.4-27.8 36.4H64c-17.7 0-32 14.3-32 32s14.3 32 32 32h144c61.9 0 112-50.1 112-112 0-2.5-.1-5-.2-7.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/palette.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/palette.svg new file mode 100644 index 0000000..14fcb41 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/palette.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M512 256v2.7c-.4 36.5-33.6 61.3-70.1 61.3H344c-26.5 0-48 21.5-48 48 0 3.4.4 6.7 1 9.9 2.1 10.2 6.5 20 10.8 29.9 6.1 13.8 12.1 27.5 12.1 42 0 31.8-21.6 60.7-53.4 62-3.5.1-7 .2-10.6.2C114.6 512 0 397.4 0 256S114.6 0 256 0s256 114.6 256 256m-384 32a32 32 0 1 0-64 0 32 32 0 1 0 64 0m0-96a32 32 0 1 0 0-64 32 32 0 1 0 0 64m160-96a32 32 0 1 0-64 0 32 32 0 1 0 64 0m96 96a32 32 0 1 0 0-64 32 32 0 1 0 0 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/pallet.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/pallet.svg new file mode 100644 index 0000000..6ade3e2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/pallet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 320c-17.7 0-32 14.3-32 32s14.3 32 32 32h32v64H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h576c17.7 0 32-14.3 32-32s-14.3-32-32-32h-32v-64h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H32m96 64h160v64H128zm224 0h160v64H352z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/panorama.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/panorama.svg new file mode 100644 index 0000000..8b19fac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/panorama.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M45.6 32C20.4 32 0 52.4 0 77.6v356.8C0 459.6 20.4 480 45.6 480q7.65 0 14.7-2.4C74.6 472.8 177.6 440 320 440s245.4 32.8 259.6 37.6c4.7 1.6 9.7 2.4 14.7 2.4 25.2 0 45.6-20.4 45.6-45.6V77.7C640 52.4 619.6 32 594.4 32c-5 0-10 .8-14.7 2.4C565.4 39.2 462.4 72 320 72S74.6 39.2 60.4 34.4c-4.8-1.6-9.7-2.4-14.8-2.4M96 160a32 32 0 1 1 64 0 32 32 0 1 1-64 0m272 0c7.9 0 15.4 3.9 19.8 10.5L512.3 353c5.4 8 5.6 18.4.4 26.5s-14.7 12.3-24.2 10.7C442.7 382.4 385.2 376 320 376c-65.6 0-123.4 6.5-169.3 14.4-9.8 1.7-19.7-2.9-24.7-11.5s-4.3-19.4 1.9-27.2l69.4-86.7c4.6-5.7 11.4-9 18.7-9s14.2 3.3 18.7 9l26.4 33.1 87-127.6c4.5-6.6 11.9-10.5 19.8-10.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/paper-plane.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/paper-plane.svg new file mode 100644 index 0000000..d618b83 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/paper-plane.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M498.1 5.6c10.1 7 15.4 19.1 13.5 31.2l-64 416c-1.5 9.7-7.4 18.2-16 23s-18.9 5.4-28 1.6L284 427.7l-68.5 74.1c-8.9 9.7-22.9 12.9-35.2 8.1S160 493.2 160 480v-83.6c0-4 1.5-7.8 4.2-10.8l167.6-182.8c5.8-6.3 5.6-16-.4-22s-15.7-6.4-22-.7L106 360.8l-88.3-44.2C7.1 311.3.3 300.7 0 288.9s5.9-22.8 16.1-28.7l448-256c10.7-6.1 23.9-5.5 34 1.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/paperclip.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/paperclip.svg new file mode 100644 index 0000000..c1533c7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/paperclip.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M364.2 83.8c-24.4-24.4-64-24.4-88.4 0l-184 184c-42.1 42.1-42.1 110.3 0 152.4s110.3 42.1 152.4 0l152-152c10.9-10.9 28.7-10.9 39.6 0s10.9 28.7 0 39.6l-152 152c-64 64-167.6 64-231.6 0s-64-167.6 0-231.6l184-184c46.3-46.3 121.3-46.3 167.6 0s46.3 121.3 0 167.6l-176 176c-28.6 28.6-75 28.6-103.6 0s-28.6-75 0-103.6l144-144c10.9-10.9 28.7-10.9 39.6 0s10.9 28.7 0 39.6l-144 144c-6.7 6.7-6.7 17.7 0 24.4s17.7 6.7 24.4 0l176-176c24.4-24.4 24.4-64 0-88.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/parachute-box.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/parachute-box.svg new file mode 100644 index 0000000..742cf92 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/parachute-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M383.5 192c.3-5.3.5-10.6.5-16 0-51-15.9-96-40.2-127.6C319.5 16.9 288.2 0 256 0s-63.5 16.9-87.8 48.4C143.9 80 128 125 128 176c0 5.4.2 10.7.5 16H240v128h-32c-7 0-13.7 1.5-19.7 4.2L68.2 192h28.3c-.3-5.3-.5-10.6-.5-16 0-64 22.2-121.2 57.1-159.3C62 49.3 18.6 122.6 4.2 173.6 1.5 183.1 9 192 18.9 192h6l140.3 154.3c-3.3 6.5-5.2 13.9-5.2 21.7v96c0 26.5 21.5 48 48 48h96c26.5 0 48-21.5 48-48v-96c0-7.8-1.9-15.2-5.2-21.7L487.1 192h6c9.9 0 17.4-8.9 14.7-18.4-14.4-51-57.8-124.3-148.9-156.9C393.8 54.8 416 112.1 416 176c0 5.4-.2 10.7-.5 16h28.3L323.7 324.2c-6-2.7-12.7-4.2-19.7-4.2h-32V192z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/paragraph.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/paragraph.svg new file mode 100644 index 0000000..8352693 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/paragraph.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M192 32h224c17.7 0 32 14.3 32 32s-14.3 32-32 32h-32v352c0 17.7-14.3 32-32 32s-32-14.3-32-32V96h-32v352c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96h-32c-88.4 0-160-71.6-160-160S103.6 32 192 32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/passport.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/passport.svg new file mode 100644 index 0000000..15e170e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/passport.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 64C0 28.7 28.7 0 64 0h320c35.3 0 64 28.7 64 64v384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm183 214.8c-27.9-13.2-48.4-39.4-53.7-70.8h39.1c1.6 30.4 7.7 53.8 14.6 70.8m41.3 9.2h-.6c-2.4-3.5-5.7-8.9-9.1-16.5-6-13.6-12.4-34.3-14.2-63.5h47.1c-1.8 29.2-8.1 49.9-14.2 63.5-3.4 7.6-6.7 13-9.1 16.5zm40.7-9.2c6.8-17.1 12.9-40.4 14.6-70.8h39.1c-5.3 31.4-25.8 57.6-53.7 70.8M279.6 176c-1.6-30.4-7.7-53.8-14.6-70.8 27.9 13.2 48.4 39.4 53.7 70.8zm-55.9-80h.6c2.4 3.5 5.7 8.9 9.1 16.5 6 13.6 12.4 34.3 14.2 63.5h-47.1c1.8-29.2 8.1-49.9 14.2-63.5 3.4-7.6 6.7-13 9.1-16.5zm-40.7 9.2c-6.8 17.1-12.9 40.4-14.6 70.8h-39.1c5.3-31.4 25.8-57.6 53.7-70.8M352 192a128 128 0 1 0-256 0 128 128 0 1 0 256 0M112 384c-8.8 0-16 7.2-16 16s7.2 16 16 16h224c8.8 0 16-7.2 16-16s-7.2-16-16-16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/paste.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/paste.svg new file mode 100644 index 0000000..e1d7483 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/paste.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M160 0c-23.7 0-44.4 12.9-55.4 32H48C21.5 32 0 53.5 0 80v320c0 26.5 21.5 48 48 48h144V176c0-44.2 35.8-80 80-80h48V80c0-26.5-21.5-48-48-48h-56.6c-11-19.1-31.7-32-55.4-32m112 128c-26.5 0-48 21.5-48 48v288c0 26.5 21.5 48 48 48h192c26.5 0 48-21.5 48-48V243.9c0-12.7-5.1-24.9-14.1-33.9L430 142.1c-9-9-21.2-14.1-33.9-14.1H272M160 40a24 24 0 1 1 0 48 24 24 0 1 1 0-48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/pause.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/pause.svg new file mode 100644 index 0000000..74694c4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/pause.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M48 64C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h32c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm192 0c-26.5 0-48 21.5-48 48v288c0 26.5 21.5 48 48 48h32c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/paw.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/paw.svg new file mode 100644 index 0000000..3a03109 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/paw.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M226.5 92.9c14.3 42.9-.3 86.2-32.6 96.8s-70.1-15.6-84.4-58.5.3-86.2 32.6-96.8 70.1 15.6 84.4 58.5M100.4 198.6c18.9 32.4 14.3 70.1-10.2 84.1s-59.7-.9-78.5-33.3-14.4-70.1 10.1-84.1 59.7.9 78.5 33.3zM69.2 401.2C121.6 259.9 214.7 224 256 224s134.4 35.9 186.8 177.2c3.6 9.7 5.2 20.1 5.2 30.5v1.6c0 25.8-20.9 46.7-46.7 46.7-11.5 0-22.9-1.4-34-4.2l-88-22c-15.3-3.8-31.3-3.8-46.6 0l-88 22c-11.1 2.8-22.5 4.2-34 4.2-25.8 0-46.7-20.9-46.7-46.7v-1.6c0-10.4 1.6-20.8 5.2-30.5m352.6-118.5c-24.5-14-29.1-51.7-10.2-84.1s54-47.3 78.5-33.3 29.1 51.7 10.2 84.1-54 47.3-78.5 33.3m-111.7-93c-32.3-10.6-46.9-53.9-32.6-96.8s52.1-69.1 84.4-58.5 46.9 53.9 32.6 96.8-52.1 69.1-84.4 58.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/peace.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/peace.svg new file mode 100644 index 0000000..b690b32 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/peace.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M224 445.3V323.5l-94.3 77.1c26.1 22.8 58.5 38.7 94.3 44.7M89.2 351.1 224 240.8V66.6C133.2 81.9 64 160.9 64 256c0 34.6 9.2 67.1 25.2 95.1m293.1 49.5L288 323.5v121.8c35.7-6 68.1-21.9 94.3-44.7m40.6-49.5c16-28 25.2-60.5 25.2-95.1 0-95.1-69.2-174.1-160-189.3v174.2l134.7 110.2zM0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/pen-clip.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/pen-clip.svg new file mode 100644 index 0000000..6d958b7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/pen-clip.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m453.3 19.3 39.4 39.4c25 25 25 65.5 0 90.5l-52.1 52.1-1-1-16-16-96-96-17-17 52.1-52.1c25-25 65.5-25 90.5 0zM241 114.9c-9.4-9.4-24.6-9.4-33.9 0L105 217c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L173.1 81c28.1-28.1 73.7-28.1 101.8 0L288 94.1l17 17 96 96 16 16 1 1-17 17-171.5 171.4c-48 48-109.2 80.8-175.8 94.1l-25 5c-7.9 1.6-16-.9-21.7-6.6s-8.1-13.8-6.6-21.7l5-25c13.3-66.6 46.1-127.8 94.1-175.8L254.1 128z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/pen-fancy.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/pen-fancy.svg new file mode 100644 index 0000000..474cdb3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/pen-fancy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M373.5 27.1C388.5 9.9 410.2 0 433 0c43.6 0 79 35.4 79 79 0 22.8-9.9 44.6-27.1 59.6L277.7 319l-10.3-10.3-64-64-10.4-10.4zM170.3 256.9l10.4 10.4 64 64 10.4 10.4-19.2 83.4c-3.9 17.1-16.9 30.7-33.8 35.4L24.3 510.3l95.4-95.4c2.6.7 5.4 1.1 8.3 1.1 17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32c0 2.9.4 5.6 1.1 8.3L1.7 487.6 51.5 310c4.7-16.9 18.3-29.9 35.4-33.8l83.4-19.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/pen-nib.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/pen-nib.svg new file mode 100644 index 0000000..a701f72 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/pen-nib.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m368.4 18.3-55.7 55.8 125.2 125.2 55.7-55.7c21.9-21.9 21.9-57.3 0-79.2l-46-46.1c-21.9-21.9-57.3-21.9-79.2 0M288 94.6l-9.2 2.8-144.1 43.2c-19.9 6-35.7 21.2-42.3 41L3.8 445.8c-3.8 11.3-1 23.9 7.3 32.4l153.6-153.5c-3-6.3-4.7-13.3-4.7-20.7 0-26.5 21.5-48 48-48s48 21.5 48 48-21.5 48-48 48c-7.4 0-14.4-1.7-20.7-4.7L33.7 500.9c8.6 8.3 21.1 11.2 32.4 7.3l264.3-88.6c19.7-6.6 35-22.4 41-42.3l43.2-144.1 2.7-9.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/pen-ruler.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/pen-ruler.svg new file mode 100644 index 0000000..ba4fafa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/pen-ruler.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m469.3 19.3 23.4 23.4c25 25 25 65.5 0 90.5l-56.4 56.4-114-113.9 56.4-56.4c25-25 65.5-25 90.5 0zM44.9 353.2 299.7 98.3l114 114-254.9 254.8c-6.7 6.7-15.1 11.6-24.2 14.2L30.6 511c-8.4 2.4-17.4.1-23.6-6.1s-8.5-15.2-6.1-23.6l29.7-104c2.6-9.2 7.5-17.5 14.2-24.2zm204.5-249.8-146 146L16 161.9C-2.7 143.2-2.7 112.8 16 94l78.1-78c18.7-18.7 49.1-18.7 67.9 0l19.8 19.8c-.3.3-.7.6-1 .9l-64 64c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l64-64c.3-.3.6-.7.9-1zm159.2 159.2 45.1 45.1c-.3.3-.7.6-1 .9l-64 64c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l64-64c.3-.3.6-.7.9-1l19.8 19.9c18.7 18.7 18.7 49.1 0 67.9l-78.1 78c-18.7 18.7-49.1 18.7-67.9 0l-87.4-87.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/pen-to-square.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/pen-to-square.svg new file mode 100644 index 0000000..752f84a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/pen-to-square.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M471.6 21.7c-21.9-21.9-57.3-21.9-79.2 0l-30.1 30 97.9 97.9 30.1-30.1c21.9-21.9 21.9-57.3 0-79.2zm-299.2 220c-6.1 6.1-10.8 13.6-13.5 21.9l-29.6 88.8c-2.9 8.6-.6 18.1 5.8 24.6s15.9 8.7 24.6 5.8l88.8-29.6c8.2-2.7 15.7-7.4 21.9-13.5l167.3-167.4-98-98zM96 64c-53 0-96 43-96 96v256c0 53 43 96 96 96h256c53 0 96-43 96-96v-96c0-17.7-14.3-32-32-32s-32 14.3-32 32v96c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V160c0-17.7 14.3-32 32-32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/pen.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/pen.svg new file mode 100644 index 0000000..c0d6bdb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/pen.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m362.7 19.3-48.4 48.4 130 130 48.4-48.4c25-25 25-65.5 0-90.5l-39.4-39.5c-25-25-65.5-25-90.5 0zm-71 71L58.6 323.5c-10.4 10.4-18 23.3-22.2 37.4L1 481.2c-2.5 8.5-.2 17.6 6 23.8s15.3 8.5 23.7 6.1L151 475.7c14.1-4.2 27-11.8 37.4-22.2l233.3-233.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/pencil.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/pencil.svg new file mode 100644 index 0000000..d15d905 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/pencil.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m410.3 231 11.3-11.3-33.9-33.9-62.1-62.1-33.9-33.9-11.3 11.3-22.6 22.6L58.6 322.9c-10.4 10.4-18 23.3-22.2 37.4L1 480.7c-2.5 8.4-.2 17.5 6.1 23.7s15.3 8.5 23.7 6.1l120.3-35.4c14.1-4.2 27-11.8 37.4-22.2l199.2-199.2zM160 399.4l-9.1 22.7c-4 3.1-8.5 5.4-13.3 6.9l-78.2 23 23-78.1c1.4-4.9 3.8-9.4 6.9-13.3l22.7-9.1v32c0 8.8 7.2 16 16 16h32zM362.7 18.7l-14.4 14.5-22.6 22.6-11.4 11.3 33.9 33.9 62.1 62.1 33.9 33.9 11.3-11.3 22.6-22.6 14.5-14.5c25-25 25-65.5 0-90.5l-39.3-39.4c-25-25-65.5-25-90.5 0zm-47.4 168-144 144c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l144-144c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/people-arrows.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/people-arrows.svg new file mode 100644 index 0000000..0443dfd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/people-arrows.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 64a64 64 0 1 1 128 0 64 64 0 1 1-128 0M25.9 233.4C29.3 191.9 64 160 105.6 160h44.8c27 0 51 13.4 65.5 34.1q-4.05 2.85-7.5 6.3l-64 64c-21.9 21.9-21.9 57.3 0 79.2l47.6 47.6V464c0 26.5-21.5 48-48 48h-32c-26.5 0-48-21.5-48-48V348.3c-26.5-9.5-44.7-35.8-42.2-65.6zM448 64a64 64 0 1 1 128 0 64 64 0 1 1-128 0m-16.4 136.4c-2.3-2.3-4.9-4.4-7.5-6.3 14.5-20.7 38.6-34.1 65.5-34.1h44.8c41.6 0 76.3 31.9 79.7 73.4l4.1 49.3c2.5 29.8-15.7 56.1-42.2 65.6V464c0 26.5-21.5 48-48 48h-32c-26.5 0-48-21.5-48-48v-72.8l47.6-47.6c21.9-21.9 21.9-57.3 0-79.2zM272 240v32h96v-32c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l64 64c9.4 9.4 9.4 24.6 0 33.9l-64 64c-6.9 6.9-17.2 8.9-26.2 5.2S368 377.6 368 367.9v-32h-96v32c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-64-64c-9.4-9.4-9.4-24.6 0-33.9l64-64c6.9-6.9 17.2-8.9 26.2-5.2S272 230.3 272 240"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/people-carry-box.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/people-carry-box.svg new file mode 100644 index 0000000..8e6c380 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/people-carry-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M80 48a48 48 0 1 1 96 0 48 48 0 1 1-96 0m64 193.7v65.1l51 51c7.1 7.1 11.8 16.2 13.4 26.1l15.2 90.9c2.9 17.4-8.9 33.9-26.3 36.8s-33.9-8.9-36.8-26.3l-14.3-85.9L66.8 320c-12-12-18.8-28.3-18.8-45.3v-88.1c0-32.4 26.2-58.6 58.6-58.6 24.1 0 46.5 12 59.9 32l47.4 71.1 10.1 5v-76.2c0-17.7 14.3-32 32-32h128c17.7 0 32 14.3 32 32v76.2l10.1-5 47.4-71.1c13.3-20 35.8-32 59.9-32 32.4 0 58.6 26.2 58.6 58.6v88.1c0 17-6.7 33.3-18.7 45.3l-79.4 79.4-14.3 85.9c-2.9 17.4-19.4 29.2-36.8 26.3s-29.2-19.4-26.3-36.8l15.2-90.9c1.6-9.9 6.3-19 13.4-26.1l51-51v-65.1l-19 28.5c-4.6 7-11 12.6-18.5 16.3L399 316.3c-2.4 1.3-4.9 2.2-7.6 2.8-2.6.6-5.3.9-7.9.8H256.8c-2.5.1-5-.2-7.5-.7q-4.35-.9-8.1-3l-59.5-29.8c-7.5-3.7-13.8-9.4-18.5-16.3l-19-28.5zM2.3 468.1l47.8-119.5 49.2 49.2-37.6 94c-6.6 16.4-25.2 24.4-41.6 17.8s-24.4-25.1-17.8-41.5M512 0a48 48 0 1 1 0 96 48 48 0 1 1 0-96m77.9 348.6 47.8 119.5c6.6 16.4-1.4 35-17.8 41.6s-35-1.4-41.6-17.8l-37.6-94 49.2-49.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/people-group.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/people-group.svg new file mode 100644 index 0000000..bba6eed --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/people-group.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M72 88a56 56 0 1 1 112 0 56 56 0 1 1-112 0m-8 157.7c-10 11.2-16 26.1-16 42.3s6 31.1 16 42.3v-84.7zm144.4-49.3C178.7 222.7 160 261.2 160 304c0 34.3 12 65.8 32 90.5V416c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32v-26.8C26.2 371.2 0 332.7 0 288c0-61.9 50.1-112 112-112h32c24 0 46.2 7.5 64.4 20.3zM448 416v-21.5c20-24.7 32-56.2 32-90.5 0-42.8-18.7-81.3-48.4-107.7C449.8 183.5 472 176 496 176h32c61.9 0 112 50.1 112 112 0 44.7-26.2 83.2-64 101.2V416c0 17.7-14.3 32-32 32h-64c-17.7 0-32-14.3-32-32m8-328a56 56 0 1 1 112 0 56 56 0 1 1-112 0m120 157.7v84.7c10-11.3 16-26.1 16-42.3s-6-31.1-16-42.3zM320 32a64 64 0 1 1 0 128 64 64 0 1 1 0-128m-80 272c0 16.2 6 31 16 42.3v-84.7c-10 11.3-16 26.1-16 42.3zm144-42.3v84.7c10-11.3 16-26.1 16-42.3s-6-31.1-16-42.3zm64 42.3c0 44.7-26.2 83.2-64 101.2V448c0 17.7-14.3 32-32 32h-64c-17.7 0-32-14.3-32-32v-42.8c-37.8-18-64-56.5-64-101.2 0-61.9 50.1-112 112-112h32c61.9 0 112 50.1 112 112"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/people-line.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/people-line.svg new file mode 100644 index 0000000..0f16b24 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/people-line.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M360 72a40 40 0 1 0-80 0 40 40 0 1 0 80 0M144 208a40 40 0 1 0 0-80 40 40 0 1 0 0 80M32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32h576c17.7 0 32-14.3 32-32s-14.3-32-32-32zm464-208a40 40 0 1 0 0-80 40 40 0 1 0 0 80M200 313.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-36.3-67.5c1.7-1.7 3.2-3.6 4.3-5.8l26.8-49.9V272c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32v-54.5l26.9 49.9c1.2 2.2 2.6 4.1 4.3 5.8l-36.3 67.5c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8l26.8-49.9V352c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32v-38.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-37.9-70.3c-15.3-28.5-45.1-46.3-77.5-46.3h-19.5c-16.3 0-31.9 4.5-45.4 12.6l-33.6-62.3c-15.3-28.5-45.1-46.3-77.5-46.3h-19.5c-32.4 0-62.1 17.8-77.5 46.3l-33.6 62.3c-13.5-8.1-29.1-12.6-45.4-12.6h-19.5c-32.4 0-62.1 17.8-77.5 46.3l-37.9 70.2c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8L88 313.5V352c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/people-pulling.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/people-pulling.svg new file mode 100644 index 0000000..7b3e356 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/people-pulling.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M80 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96m-16 32c-35.3 0-64 28.7-64 64v128c0 17.7 14.3 32 32 32 9.8 0 18.5-4.4 24.4-11.2l24 144.5c2.9 17.4 19.4 29.2 36.8 26.3s29.2-19.4 26.3-36.8L123.1 352h15.7l30 134.9c3.8 17.3 20.9 28.1 38.2 24.3s28.1-20.9 24.3-38.2L174 215l116.3 53.8c.5.3 1.1.5 1.6.7 8.6 3.6 18 3.1 25.9-.7 3.4-1.6 6.6-3.9 9.3-6.7 3.1-3.2 5.5-7 7.1-11.4.1-.3.2-.7.3-1l2.5-7.5c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1 22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54 19.3-65.5 9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L537 232.7l-15.3-36.8c-17.2-41.1-57.4-67.9-102-67.9-22.8 0-45.3 4.8-66.1 14l-8 3.5a128.9 128.9 0 0 0-58.1 51.6l-130.2-60.2c-12.6-5.9-26.4-8.9-40.3-8.9zm400-32a48 48 0 1 0 0-96 48 48 0 1 0 0 96M349.7 335.6l-25 62.4-59.4 59.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l61.7-61.7c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/people-robbery.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/people-robbery.svg new file mode 100644 index 0000000..013bcaf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/people-robbery.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M488.2 59.1C478.1 99.6 441.7 128 400 128s-78.1-28.4-88.2-68.9L303 24.2C298.8 7.1 281.4-3.3 264.2 1S236.7 22.6 241 39.8l8.7 34.9c11 44 40.2 79.6 78.3 99.6V480c0 17.7 14.3 32 32 32s32-14.3 32-32V352h16v128c0 17.7 14.3 32 32 32s32-14.3 32-32V174.3c38.1-20 67.3-55.6 78.3-99.6l8.7-34.9c4.3-17.1-6.1-34.5-23.3-38.8S501.2 7.1 497 24.2l-8.7 34.9zM400 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96M80 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96m-8 32c-35.3 0-64 28.7-64 64v288c0 17.7 14.3 32 32 32s32-14.3 32-32V352h16v128c0 17.7 14.3 32 32 32s32-14.3 32-32V252.7l13 20.5c5.9 9.2 16.1 14.9 27 14.9h48c17.7 0 32-14.3 32-32s-14.3-32-32-32h-30.4l-37.4-58.9C157.6 142 132.1 128 104.7 128z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/people-roof.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/people-roof.svg new file mode 100644 index 0000000..0f700ee --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/people-roof.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m335.5 4 288 160c15.4 8.6 21 28.1 12.4 43.5s-28.1 21-43.5 12.4L320 68.6 47.5 220c-15.4 8.6-34.9 3-43.5-12.4s-3-34.9 12.4-43.5L304.5 4c9.7-5.4 21.4-5.4 31.1 0zM320 160a40 40 0 1 1 0 80 40 40 0 1 1 0-80m-176 96a40 40 0 1 1 0 80 40 40 0 1 1 0-80m312 40a40 40 0 1 1 80 0 40 40 0 1 1-80 0M226.9 491.4 200 441.5V480c0 17.7-14.3 32-32 32h-48c-17.7 0-32-14.3-32-32v-38.5l-26.9 49.9c-6.3 11.7-20.8 16-32.5 9.8s-16-20.8-9.8-32.5l37.9-70.3c15.3-28.5 45.1-46.3 77.5-46.3h19.5c16.3 0 31.9 4.5 45.4 12.6l33.6-62.3c15.3-28.5 45.1-46.3 77.5-46.3h19.5c32.4 0 62.1 17.8 77.5 46.3l33.6 62.3c13.5-8.1 29.1-12.6 45.4-12.6h19.5c32.4 0 62.1 17.8 77.5 46.3l37.9 70.3c6.3 11.7 1.9 26.2-9.8 32.5s-26.2 1.9-32.5-9.8L552 441.5V480c0 17.7-14.3 32-32 32h-48c-17.7 0-32-14.3-32-32v-38.5l-26.9 49.9c-6.3 11.7-20.8 16-32.5 9.8s-16-20.8-9.8-32.5l36.3-67.5c-1.7-1.7-3.2-3.6-4.3-5.8L376 345.5V400c0 17.7-14.3 32-32 32h-48c-17.7 0-32-14.3-32-32v-54.5l-26.9 49.9c-1.2 2.2-2.6 4.1-4.3 5.8l36.3 67.5c6.3 11.7 1.9 26.2-9.8 32.5s-26.2 1.9-32.5-9.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/pepper-hot.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/pepper-hot.svg new file mode 100644 index 0000000..85af5c1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/pepper-hot.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M428.3 3c11.6-6.4 26.2-2.3 32.6 9.3l4.8 8.7c19.3 34.7 19.8 75.7 3.4 110 26.7 28.6 42.9 66.9 42.9 109 0 18.5-3.1 36.3-8.9 52.8-6.1 17.3-28.5 16.3-36.8-.1l-11.7-23.4c-4.1-8.1-12.4-13.3-21.5-13.3H360c-13.3 0-24-10.7-24-24v-80c0-13.3-10.7-24-24-24h-17.1c-21.3 0-30-23.9-10.8-32.9C304.7 85.4 327.7 80 352 80c28.3 0 54.8 7.3 77.8 20.2 5.5-18.2 3.7-38.4-6-55.8l-4.8-8.7c-6.4-11.6-2.3-26.2 9.3-32.6zM171.2 345.5 264 160h40v80c0 26.5 21.5 48 48 48h76.2l23.9 47.8C372.3 443.9 244.3 512 103.2 512H44.4C19.9 512 0 492.1 0 467.6c0-20.8 14.5-38.8 34.8-43.3l49.8-11.1c37.6-8.4 69.5-33.2 86.7-67.7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/percent.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/percent.svg new file mode 100644 index 0000000..10e73ba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/percent.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M374.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-320 320c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0zM128 128a64 64 0 1 0-128 0 64 64 0 1 0 128 0m256 256a64 64 0 1 0-128 0 64 64 0 1 0 128 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/person-arrow-down-to-line.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-arrow-down-to-line.svg new file mode 100644 index 0000000..ea53ca1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-arrow-down-to-line.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M192 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96m-8 352v-96h16v96zm-64 0H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h576c17.7 0 32-14.3 32-32s-14.3-32-32-32H264V256.9l28.6 47.5c9.1 15.1 28.8 20 43.9 10.9s20-28.8 10.9-43.9l-58.3-97c-17.4-28.9-48.6-46.6-82.3-46.6h-29.7c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9l28.7-47.5zM464 64v242.7l-25.4-25.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l80 80c12.5 12.5 32.8 12.5 45.3 0l80-80c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L528 306.7V64c0-17.7-14.3-32-32-32s-32 14.3-32 32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/person-arrow-up-from-line.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-arrow-up-from-line.svg new file mode 100644 index 0000000..ba43999 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-arrow-up-from-line.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M192 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96m-8 352v-96h16v96zm-64 0H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h576c17.7 0 32-14.3 32-32s-14.3-32-32-32H264V256.9l28.6 47.5c9.1 15.1 28.8 20 43.9 10.9s20-28.8 10.9-43.9l-58.3-97c-17.4-28.9-48.6-46.6-82.3-46.6h-29.7c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9l28.7-47.5zm478.6-326.6-80-80c-12.5-12.5-32.8-12.5-45.3 0l-80 80c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l25.4-25.4V384c0 17.7 14.3 32 32 32s32-14.3 32-32V141.3l25.4 25.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/person-biking.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-biking.svg new file mode 100644 index 0000000..48e9582 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-biking.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M400 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96m27.2 64-61.8-48.8c-17.3-13.6-41.7-13.8-59.1-.3l-83.1 64.2c-30.7 23.8-28.5 70.8 4.3 91.6l60.5 38.4V416c0 17.7 14.3 32 32 32s32-14.3 32-32V288c0-10.7-5.3-20.7-14.2-26.6L295 232.9l60.3-48.5L396 217c5.7 4.5 12.7 7 20 7h64c17.7 0 32-14.3 32-32s-14.3-32-32-32zM56 384a72 72 0 1 1 144 0 72 72 0 1 1-144 0m200 0a128 128 0 1 0-256 0 128 128 0 1 0 256 0m184 0a72 72 0 1 1 144 0 72 72 0 1 1-144 0m200 0a128 128 0 1 0-256 0 128 128 0 1 0 256 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/person-booth.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-booth.svg new file mode 100644 index 0000000..8ffe817 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-booth.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 32c0-17.7-14.3-32-32-32s-32 14.3-32 32v160h64zm320 0c0-17.7-14.3-32-32-32s-32 14.3-32 32v448c0 17.7 14.3 32 32 32s32-14.3 32-32zM224 512c17.7 0 32-14.3 32-32V320h-64v160c0 17.7 14.3 32 32 32M320 0c-9.3 0-18.1 4-24.2 11s-8.8 16.3-7.5 25.5l31.2 218.6-30.9 154.6c-3.5 17.3 7.8 34.2 25.1 37.7s34.2-7.8 37.7-25.1l.7-3.6c1.3 16.4 15.1 29.4 31.9 29.4 17.7 0 32-14.3 32-32 0 17.7 14.3 32 32 32s32-14.3 32-32v-384c0-17.7-14.3-32-32-32zM112 80a48 48 0 1 0-96 0 48 48 0 1 0 96 0m0 261.3v-72.1l4.7 4.7c9 9 21.2 14.1 33.9 14.1H224c17.7 0 32-14.3 32-32s-14.3-32-32-32h-66.7l-41.6-41.6c-14.3-14.3-33.8-22.4-54-22.4C27.6 160 0 187.6 0 221.6V480c0 17.7 14.3 32 32 32s32-14.3 32-32v-96l32 42.7V480c0 17.7 14.3 32 32 32s32-14.3 32-32v-58.7c0-10.4-3.4-20.5-9.6-28.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/person-breastfeeding.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-breastfeeding.svg new file mode 100644 index 0000000..4933fea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-breastfeeding.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M224 0a80 80 0 1 1 0 160 80 80 0 1 1 0-160m212.8 382.8L373.5 462c-16.6 20.7-46.8 24.1-67.5 7.5-17.6-14.1-22.7-38.1-13.5-57.7l-.8-.1c-38.9-5.6-74.3-25.1-99.7-54.8v-36.8c0-17.7-14.3-32-32-32s-32 14.3-32 32v48c0 .8 0 1.6.1 2.4l101.4 50.7c23.7 11.9 33.3 40.7 21.5 64.4s-40.7 33.3-64.4 21.5L27.2 427.3c-1.1-.5-2.2-1.1-3.3-1.7-4.9-2.8-9.2-6.4-12.6-10.6-4.6-5.4-7.8-11.7-9.6-18.4-3.3-12-1.9-25.2 4.8-36.6.6-1.1 1.3-2.2 2-3.2l67.1-100.7C102.3 216 147.3 192 195.4 192h75.2c46.5 0 90.1 22.5 117.2 60.3l50.7 70.9c2.2 3 4 6.1 5.5 9.4 2.9 6.7 4.3 13.8 4 20.8-.3 10.6-4.2 21-11.2 29.4M320 332a44 44 0 1 0-88 0 44 44 0 1 0 88 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/person-burst.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-burst.svg new file mode 100644 index 0000000..6867343 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-burst.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M480 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96m-8 384V352h16v128c0 17.7 14.3 32 32 32s32-14.3 32-32V256.9l28.6 47.5c9.1 15.1 28.8 20 43.9 10.9s20-28.8 10.9-43.9l-58.3-97c-17.4-28.9-48.6-46.6-82.3-46.6h-29.7c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9l28.7-47.5V480c0 17.7 14.3 32 32 32s32-14.3 32-32M190.9 18.1C188.4 12 182.6 8 176 8s-12.4 4-14.9 10.1l-29.4 74-76.1-23.2c-6.3-1.9-13.1.2-17.2 5.3S33.8 86.4 37 92.1l39.5 69.1-65.6 45.2c-5.4 3.7-8 10.3-6.5 16.7s6.7 11.2 13.1 12.2l78.7 12.2-5.6 79.5c-.5 6.5 3.1 12.7 9 15.5s12.9 1.8 17.8-2.6l58.6-53.8 58.6 53.9c4.8 4.4 11.9 5.5 17.8 2.6s9.5-9 9-15.5l-5.6-79.4 50.5-7.8 24.3-40.5-55.2-38L315 92.2c3.3-5.7 2.7-12.8-1.4-17.9s-10.9-7.2-17.2-5.3l-76.1 23.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/person-cane.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-cane.svg new file mode 100644 index 0000000..776eba7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-cane.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M272 48a48 48 0 1 0-96 0 48 48 0 1 0 96 0m-8 187.3 47.4 57.1c11.3 13.6 31.5 15.5 45.1 4.2s15.5-31.5 4.2-45.1L287 162.6c-18.2-22-45.3-34.7-73.9-34.7h-35.9c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9l28.6-47.6V480c0 17.7 14.3 32 32 32s32-14.3 32-32V352h16v128c0 17.7 14.3 32 32 32s32-14.3 32-32zM352 376c0-4.4 3.6-8 8-8s8 3.6 8 8v112c0 13.3 10.7 24 24 24s24-10.7 24-24V376c0-30.9-25.1-56-56-56s-56 25.1-56 56v8c0 13.3 10.7 24 24 24s24-10.7 24-24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/person-chalkboard.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-chalkboard.svg new file mode 100644 index 0000000..9ce74b1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-chalkboard.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M192 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96m-8 384V352h16v128c0 17.7 14.3 32 32 32s32-14.3 32-32V192h136c17.7 0 32-14.3 32-32s-14.3-32-32-32h-16V64h192v192H384v-32h-64v48c0 26.5 21.5 48 48 48h224c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48H368c-26.5 0-48 21.5-48 48v80H177.2c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9l28.6-47.7V480c0 17.7 14.3 32 32 32s32-14.3 32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/person-circle-check.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-circle-check.svg new file mode 100644 index 0000000..ad4ad70 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-circle-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M112 48a48 48 0 1 1 96 0 48 48 0 1 1-96 0m40 304v128c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9l-28.6 47.6c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352zm136 16a144 144 0 1 1 288 0 144 144 0 1 1-288 0m211.3-43.3c-6.2-6.2-16.4-6.2-22.6 0L416 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/person-circle-exclamation.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-circle-exclamation.svg new file mode 100644 index 0000000..c5efee4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-circle-exclamation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M112 48a48 48 0 1 1 96 0 48 48 0 1 1-96 0m40 304v128c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9l-28.6 47.6c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352zm280-128a144 144 0 1 1 0 288 144 144 0 1 1 0-288m0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48m0-192c-8.8 0-16 7.2-16 16v80c0 8.8 7.2 16 16 16s16-7.2 16-16v-80c0-8.8-7.2-16-16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/person-circle-minus.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-circle-minus.svg new file mode 100644 index 0000000..4b48d0a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-circle-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M112 48a48 48 0 1 1 96 0 48 48 0 1 1-96 0m40 304v128c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9l-28.6 47.6c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352zm136 16a144 144 0 1 1 288 0 144 144 0 1 1-288 0m224 0c0-8.8-7.2-16-16-16H368c-8.8 0-16 7.2-16 16s7.2 16 16 16h128c8.8 0 16-7.2 16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/person-circle-plus.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-circle-plus.svg new file mode 100644 index 0000000..0bd0ac0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-circle-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M112 48a48 48 0 1 1 96 0 48 48 0 1 1-96 0m40 304v128c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9l-28.6 47.6c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352zm280-128a144 144 0 1 1 0 288 144 144 0 1 1 0-288m16 80c0-8.8-7.2-16-16-16s-16 7.2-16 16v48h-48c-8.8 0-16 7.2-16 16s7.2 16 16 16h48v48c0 8.8 7.2 16 16 16s16-7.2 16-16v-48h48c8.8 0 16-7.2 16-16s-7.2-16-16-16h-48z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/person-circle-question.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-circle-question.svg new file mode 100644 index 0000000..476e5b9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-circle-question.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M112 48a48 48 0 1 1 96 0 48 48 0 1 1-96 0m40 304v128c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9l-28.6 47.6c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352zm280-128a144 144 0 1 1 0 288 144 144 0 1 1 0-288m0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48m-64-142.4v6.4c0 8.8 7.2 16 16 16s16-7.2 16-16v-6.4c0-5.3 4.3-9.6 9.6-9.6h40.5c7.7 0 13.9 6.2 13.9 13.9 0 5.2-2.9 9.9-7.4 12.3l-32 16.8c-5.3 2.8-8.6 8.2-8.6 14.2V384c0 8.8 7.2 16 16 16s16-7.2 16-16v-5.1l23.5-12.3C486.6 358.7 496 343 496 326c0-25.4-20.6-45.9-45.9-45.9h-40.5c-23 0-41.6 18.6-41.6 41.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/person-circle-xmark.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-circle-xmark.svg new file mode 100644 index 0000000..3ec6bb4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-circle-xmark.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M112 48a48 48 0 1 1 96 0 48 48 0 1 1-96 0m40 304v128c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9l-28.6 47.6c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352zm280-128a144 144 0 1 1 0 288 144 144 0 1 1 0-288m59.3 107.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L432 345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l36.7 36.7-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l36.7-36.7 36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L454.6 368z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/person-digging.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-digging.svg new file mode 100644 index 0000000..69f3058 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-digging.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M208 64a48 48 0 1 1 96 0 48 48 0 1 1-96 0M9.8 214.8c5.1-12.2 19.1-18 31.4-12.9l19.5 8.1 22.9-38.1C99.9 144.6 129.3 128 161 128c51.4 0 97 32.9 113.3 81.7l34.6 103.7 79.3 33.1 34.2-45.6c6.4-8.5 16.6-13.3 27.2-12.8s20.3 6.4 25.8 15.5l96 160c5.9 9.9 6.1 22.2.4 32.2S555.5 512 544 512H288c-11.1 0-21.4-5.7-27.2-15.2s-6.4-21.2-1.4-31.1l16-32c5.4-10.8 16.5-17.7 28.6-17.7h32l22.5-30L22.8 246.2c-12.2-5.1-18-19.1-12.9-31.4zm82.8 91.8 112 48c11.8 5 19.4 16.6 19.4 29.4v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-74.9l-60.6-26-37 111c-5.6 16.8-23.7 25.8-40.5 20.2s-25.8-23.7-20.3-40.4l48-144 11-33z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/person-dots-from-line.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-dots-from-line.svg new file mode 100644 index 0000000..e4b01d1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-dots-from-line.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M288 176a88 88 0 1 0 0-176 88 88 0 1 0 0 176M78.7 372.9c15-12.5 50-34.4 97.3-50.1V432h224V322.7c47.3 15.8 82.3 37.7 97.3 50.1 20.4 17 50.6 14.2 67.6-6.1s14.2-50.6-6.1-67.6c-12-10-30.1-22.5-53.2-35-8.4 14.3-23.9 23.9-41.6 23.9-26.5 0-48-21.5-48-48 0-4.3.6-8.4 1.6-12.4C379.1 215.9 335.3 208 288 208c-60.2 0-114.9 12.9-160 29.9v2.1c0 26.5-21.5 48-48 48-11.8 0-22.7-4.3-31-11.4-13.1 8.1-23.7 15.9-31.7 22.5-20.4 17-23.1 47.2-6.1 67.6s47.2 23.1 67.6 6.1zM24 464c-13.3 0-24 10.7-24 24s10.7 24 24 24h528c13.3 0 24-10.7 24-24s-10.7-24-24-24zm200-184a24 24 0 1 1 48 0 24 24 0 1 1-48 0m104 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48M96 240a16 16 0 1 0-32 0 16 16 0 1 0 32 0m368 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/person-dress-burst.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-dress-burst.svg new file mode 100644 index 0000000..6fc0cfc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-dress-burst.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M528 48a48 48 0 1 0-96 0 48 48 0 1 0 96 0M390.2 384H408v96c0 17.7 14.3 32 32 32s32-14.3 32-32v-96h16v96c0 17.7 14.3 32 32 32s32-14.3 32-32v-96h17.8c10.9 0 18.6-10.7 15.2-21.1l-38.3-114.8 33.9 56.3c9.1 15.1 28.8 20 43.9 10.9s20-28.8 10.9-43.9l-53.6-89.2c-20.2-33.7-56.7-54.3-96-54.3h-11.6c-39.3 0-75.7 20.6-96 54.3l-53.6 89.2c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9l33.9-56.3L375 362.9c-3.5 10.4 4.3 21.1 15.2 21.1M190.9 18.1C188.4 12 182.6 8 176 8s-12.4 4-14.9 10.1l-29.4 74-76.1-23.2c-6.3-1.9-13.1.2-17.2 5.3S33.8 86.4 37 92.1l39.5 69.1-65.6 45.2c-5.4 3.7-8 10.3-6.5 16.7s6.7 11.2 13.1 12.2l78.7 12.2-5.6 79.5c-.5 6.5 3.1 12.7 9 15.5s12.9 1.8 17.8-2.6l58.6-53.8 58.6 53.9c4.8 4.4 11.9 5.5 17.8 2.6s9.5-9 9-15.5l-5.6-79.4 50.5-7.8 24.4-40.5-55.2-38L315 92.2c3.3-5.7 2.7-12.8-1.4-17.9s-10.9-7.2-17.2-5.3l-76.1 23.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/person-dress.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-dress.svg new file mode 100644 index 0000000..e3e03f9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-dress.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M160 0a48 48 0 1 1 0 96 48 48 0 1 1 0-96M88 384H70.2c-10.9 0-18.6-10.7-15.2-21.1l38.3-114.8-33.9 56.4c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l53.6-89.2c20.3-33.7 56.7-54.3 96-54.3h11.6c39.3 0 75.7 20.6 96 54.3l53.6 89.2c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9l-33.9-56.3L265 362.9c3.5 10.4-4.3 21.1-15.2 21.1H232v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96h-16v96c0 17.7-14.3 32-32 32s-32-14.3-32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/person-drowning.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-drowning.svg new file mode 100644 index 0000000..d1d3be8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-drowning.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M192 64c0-17.7-14.3-32-32-32s-32 14.3-32 32v32.2c0 54.1 23.5 104 62.2 138.3l-21 146.7c7.8 2.1 15.5 3.3 22.8 3.3 21.1 0 42-8.5 59.2-20.3 22.1-15.5 51.6-15.5 73.7 0 12.4 8.5 26.1 14.8 39.7 18l17.7-97.6c10.7-1.2 21.3-3.1 31.9-5.5l105-23.9c17.2-3.9 28-21.1 24.1-38.3s-21.1-28-38.3-24.1l-105 23.8c-41 9.3-83.7 7.5-123.7-5.2-50.2-16-84.3-62.6-84.3-115.3zm128 128a64 64 0 1 0 0-128 64 64 0 1 0 0 128m-13.5 197.9c-11.1-7.9-25.9-7.9-37 0-22.5 15.5-50 26.1-77.5 26.1-26.9 0-55.3-10.8-77.4-26.1-11.9-8.5-28.1-7.8-39.2 1.7-14.4 11.9-32.5 21-50.6 25.2-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25 29 15.6 61.5 25.9 94.5 25.9 31.9 0 60.6-9.9 80.4-18.9 5.8-2.7 11.1-5.3 15.6-7.7 4.5 2.4 9.7 5.1 15.6 7.7 19.8 9 48.5 18.9 80.4 18.9 33 0 65.5-10.3 94.5-25.8 13.4 8.4 33.7 19.3 58.2 25 17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2-11.1-9.4-27.3-10.1-39.2-1.7-22 15.2-50.5 26-77.4 26-27.5 0-55-10.6-77.5-26.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/person-falling-burst.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-falling-burst.svg new file mode 100644 index 0000000..7e836d4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-falling-burst.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 32c0-17.7-14.3-32-32-32s-32 14.3-32 32v9.8c0 39-23.7 74-59.9 88.4C71.6 154.5 32 213 32 278.2V352c0 17.7 14.3 32 32 32s32-14.3 32-32v-73.8c0-10 1.6-19.8 4.5-29l160.6 248.2c9.6 14.8 29.4 19.1 44.3 9.5s19.1-29.4 9.5-44.3L222.6 320H304l38.4 51.2c10.6 14.1 30.7 17 44.8 6.4s17-30.7 6.4-44.8l-43.2-57.6c-9.1-12.1-23.3-19.2-38.4-19.2h-71.5l-56.8-80.2-.2-.3c44.7-29 72.5-79 72.5-133.6v-9.8zM96 80a48 48 0 1 0-96 0 48 48 0 1 0 96 0m368 206.1 58.6 53.9c4.8 4.4 11.9 5.5 17.8 2.6s9.5-9 9-15.5l-5.6-79.4 78.7-12.2c6.5-1 11.7-5.9 13.1-12.2s-1.1-13-6.5-16.7l-65.6-45.1L603 92.2c3.3-5.7 2.7-12.8-1.4-17.9s-10.9-7.2-17.2-5.3l-76.1 23.1-29.4-74C476.4 12 470.6 8 464 8s-12.4 4-14.9 10.1l-29.4 74-76.1-23.2c-6.3-1.9-13.1.2-17.2 5.3s-4.6 12.2-1.4 17.9l39.5 69.1-65.6 45.1c-5.4 3.7-8 10.3-6.5 16.7.1.3.1.6.2.8H312c20.1 0 39.2 7.5 53.8 20.8l18.4 2.9-1.2 17.8 36.2 48.3c2.1 2.8 3.9 5.7 5.5 8.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/person-falling.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-falling.svg new file mode 100644 index 0000000..c87b5e8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-falling.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M288 0c17.7 0 32 14.3 32 32v9.8c0 54.6-27.9 104.6-72.5 133.6l.2.3 56.8 80.3H392c15.1 0 29.3 7.1 38.4 19.2l43.2 57.6c10.6 14.1 7.7 34.2-6.4 44.8s-34.2 7.7-44.8-6.4L384 320h-97.4l92.3 142.6c9.6 14.8 5.4 34.6-9.5 44.3s-34.6 5.4-44.3-9.5L164.5 249.2c-2.9 9.2-4.5 19-4.5 29V352c0 17.7-14.3 32-32 32s-32-14.3-32-32v-73.8c0-65.1 39.6-123.7 100.1-147.9 36.2-14.5 59.9-49.5 59.9-88.5V32c0-17.7 14.3-32 32-32M112 32a48 48 0 1 1 0 96 48 48 0 1 1 0-96"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/person-half-dress.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-half-dress.svg new file mode 100644 index 0000000..07a5599 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-half-dress.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M160 0a48 48 0 1 1 0 96 48 48 0 1 1 0-96m8 352V128h6.9c33.7 0 64.9 17.7 82.3 46.6l58.3 97c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32zM58.2 182.3c19.9-33.1 55.3-53.5 93.8-54.3v352c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96H70.2c-10.9 0-18.6-10.7-15.2-21.1l38.3-114.8-33.9 56.4c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/person-harassing.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-harassing.svg new file mode 100644 index 0000000..c1b0a6c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-harassing.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M192 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96M59.4 304.5 88 256.9V480c0 17.7 14.3 32 32 32s32-14.3 32-32V352h16v128c0 17.7 14.3 32 32 32s32-14.3 32-32V235.3l47.4 57.1c11.3 13.6 31.5 15.5 45.1 4.2s15.5-31.5 4.2-45.1L255 162.6c-18.2-22-45.3-34.7-73.9-34.7h-35.9c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9M480 240a48 48 0 1 0-96 0 48 48 0 1 0 96 0m-16 104v58.7l-41.4-41.4c-7.3-7.3-17.6-10.6-27.8-9s-18.9 8.1-23.5 17.3l-48 96c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3l28.3-56.2 54.7 54.7c12.4 12.4 29.1 19.3 46.6 19.3 36.4 0 65.9-29.5 65.9-65.9V344c0-30.9-25.1-56-56-56s-56 25.1-56 56M288 48c0 8.8 7.2 16 16 16h56c8.8 0 16-7.2 16-16s-7.2-16-16-16h-56c-8.8 0-16 7.2-16 16m-.8 49.7c-7.9-4-17.5-.7-21.5 7.2s-.7 17.5 7.2 21.5l48 24c7.9 4 17.5.7 21.5-7.2s.7-17.5-7.2-21.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/person-hiking.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-hiking.svg new file mode 100644 index 0000000..b358dfe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-hiking.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M192 48a48 48 0 1 1 96 0 48 48 0 1 1-96 0m51.3 182.7L224.2 307l49.7 49.7c9 9 14.1 21.2 14.1 33.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32v-82.7l-73.9-73.9c-15.8-15.8-22.2-38.6-16.9-60.3l20.4-84c8.3-34.1 42.7-54.9 76.7-46.4 19 4.8 35.6 16.4 46.4 32.7l28.4 42.6H336v-24c0-13.3 10.7-24 24-24s24 10.7 24 24v304c0 13.3-10.7 24-24 24s-24-10.7-24-24V272h-39.4c-16 0-31-8-39.9-21.4l-13.3-20zM81.1 471.9 117.3 334c3 4.2 6.4 8.2 10.1 11.9l41.9 41.9-26.4 100.3c-4.5 17.1-22 27.3-39.1 22.8s-27.3-22-22.8-39.1zm55.5-346-35.2 140.6c-3 12.1-14.9 19.9-27.2 17.9l-47.9-8c-14-2.3-22.9-16.3-19.2-30L31.9 155c9.5-34.8 41.1-59 77.2-59h4.2c15.6 0 27.1 14.7 23.3 29.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/person-military-pointing.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-military-pointing.svg new file mode 100644 index 0000000..dc06e26 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-military-pointing.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M246.9 14.1C234 15.2 224 26 224 39c0 13.8 11.2 25 25 25h151c8.8 0 16-7.2 16-16V17.4c0-9.4-8-16.7-17.3-16zM240 112c0 44.2 35.8 80 80 80s80-35.8 80-80c0-5.5-.6-10.8-1.6-16H241.6c-1 5.2-1.6 10.5-1.6 16M72 224c-22.1 0-40 17.9-40 40s17.9 40 40 40h152v89.4l162.8-162.9c-13.3-4.3-27.3-6.5-41.6-6.5H72m345.7 20.9L246.6 416H416v-46.3l53.6 90.6c11.2 19 35.8 25.3 54.8 14.1s25.3-35.8 14.1-54.8l-76.2-128.8c-11.2-18.9-26.6-34.5-44.6-45.9M224 448v32c0 17.7 14.3 32 32 32h128c17.7 0 32-14.3 32-32v-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/person-military-rifle.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-military-rifle.svg new file mode 100644 index 0000000..92001aa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-military-rifle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M160 39c0-13 10-23.8 22.9-24.9L334.7 1.4C344 .7 352 8 352 17.4V48c0 8.8-7.2 16-16 16H185c-13.8 0-25-11.2-25-25m17.6 57h156.8c1 5.2 1.6 10.5 1.6 16 0 44.2-35.8 80-80 80s-80-35.8-80-80c0-5.5.6-10.8 1.6-16m228 364.3L352 369.7V480c0 1.3-.1 2.5-.2 3.8L177.5 234.9c16.6-7.1 34.6-10.9 53.3-10.9h50.4c15.9 0 31.3 2.8 45.8 7.9l94.9-164.2c-7.7-4.4-10.3-14.2-5.9-21.9s14.2-10.3 21.9-5.9l13.9 8 13.9 8c7.7 4.4 10.3 14.2 5.9 21.9L416 173.9l1.6.9c15.3 8.8 20.6 28.4 11.7 43.7L392.6 282c2 2.8 3.9 5.8 5.7 8.8l76.1 128.8c11.2 19 4.9 43.5-14.1 54.8s-43.5 4.9-54.8-14.1zM320 512H192c-17.7 0-32-14.3-32-32V369.7l-53.6 90.6c-11.2 19-35.8 25.3-54.8 14.1s-25.3-35.8-14.1-54.8l76.1-128.8c9.4-15.8 21.7-29.3 36-40L331.1 510c-3.5 1.3-7.2 2-11.1 2m-24-192a24 24 0 1 0 0-48 24 24 0 1 0 0 48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/person-military-to-person.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-military-to-person.svg new file mode 100644 index 0000000..bc43436 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-military-to-person.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M71 12.5c-8.6 1-15 8.2-15 16.8 0 9.3 7.5 16.8 16.7 16.9h111.4c8.8-.1 15.9-7.2 15.9-16V16c0-9.5-8.3-17-17.8-15.9zm118.5 65.6H66.6C64.9 83.8 64 89.8 64 96c0 35.3 28.7 64 64 64s64-28.7 64-64c0-6.2-.9-12.2-2.5-17.9M32 256v32c0 17.7 14.3 32 32 32h128c1.8 0 3.5-.1 5.2-.4L53 208.6c-12.9 11.7-21 28.6-21 47.4m190.2 42.5c1.1-3.3 1.8-6.8 1.8-10.5v-32c0-35.3-28.7-64-64-64H96c-3.7 0-7.4.3-10.9.9zM384 160a64 64 0 1 0 0-128 64 64 0 1 0 0 128m-32 32c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h128c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zM215.8 450.1c5.2-4.6 8.2-11.1 8.2-18.1s-3-13.5-8.2-18.1l-64-56c-7.1-6.2-17.1-7.7-25.7-3.8S112 366.6 112 376v32H24c-13.3 0-24 10.7-24 24s10.7 24 24 24h88v32c0 9.4 5.5 18 14.1 21.9s18.6 2.4 25.7-3.8zm72.2-18.2c0 6.9 2.9 13.5 8.1 18.1l64 56.4c7.1 6.2 17.1 7.8 25.7 3.9s14.1-12.4 14.1-21.9V456h88c13.3 0 24-10.7 24-24s-10.7-24-24-24h-88v-32c0-9.4-5.5-18-14.1-21.9s-18.6-2.4-25.7 3.8l-64 56c-5.2 4.5-8.2 11.1-8.2 18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/person-praying.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-praying.svg new file mode 100644 index 0000000..9610621 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-praying.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M352 64a64 64 0 1 0-128 0 64 64 0 1 0 128 0M232.7 264l22.9 31.5c6.5 8.9 16.3 14.7 27.2 16.1s21.9-1.7 30.4-8.7l88-72c17.1-14 19.6-39.2 5.6-56.3s-39.2-19.6-56.3-5.6l-55.2 45.2-26.2-36C253.6 156.7 228.6 144 202 144c-30.9 0-59.2 17.1-73.6 44.4l-48.6 92.5c-20.2 38.5-9.4 85.9 25.6 111.8l53.2 39.3H72c-22.1 0-40 17.9-40 40s17.9 40 40 40h208c17.3 0 32.6-11.1 38-27.5s-.3-34.4-14.2-44.7L187.7 354z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/person-pregnant.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-pregnant.svg new file mode 100644 index 0000000..fcdbfc7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-pregnant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M192 0a48 48 0 1 1 0 96 48 48 0 1 1 0-96m-72 383c-13.8-3.6-24-16.1-24-31v-55.1l-4.6 7.6c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c15-24.9 40.3-41.5 68.7-45.6 4.1-.6 8.2-1 12.5-1h16c1.4 0 2.8.1 4.1.3 35.7 2.9 65.4 29.3 72.1 65l6.1 32.5c44.3 8.6 77.7 47.5 77.7 94.3v32c0 17.7-14.3 32-32 32h-56v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96h-16v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-97z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/person-rays.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-rays.svg new file mode 100644 index 0000000..fc3863c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-rays.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M208 48a48 48 0 1 1 96 0 48 48 0 1 1-96 0m40 304v128c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9l-28.6 47.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l58.3 97c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9L328 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352zM7 7c9.4-9.3 24.6-9.3 34 0l80 80c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L7 41c-9.3-9.4-9.3-24.6 0-34m464 0c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-80 80c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9zM7 505c-9.4-9.4-9.4-24.6 0-33.9l80-80c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L41 505c-9.4 9.4-24.6 9.4-33.9 0zm464 0-80-80c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l80 80c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/person-rifle.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-rifle.svg new file mode 100644 index 0000000..71fdc2b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-rifle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M265.2 192c25.4 0 49.8 7.1 70.8 19.9V512H144V337.7l-53.6 90.6c-11.2 19-35.8 25.3-54.8 14.1s-25.3-35.8-14.1-54.8l76.2-128.8c24.5-41.4 69-66.8 117.1-66.8zM160 80a80 80 0 1 1 160 0 80 80 0 1 1-160 0M448 0c8.8 0 16 7.2 16 16v116.3c9.6 5.5 16 15.9 16 27.7v109.3l16-5.3v-56c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v84.5c0 6.9-4.4 13-10.9 15.2L480 325.3V352h48c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-44l23 92.1c2.5 10.1-5.1 19.9-15.5 19.9H432c-8.8 0-16-7.2-16-16v-96h-16c-17.7 0-32-14.3-32-32V224c0-17.7 14.3-32 32-32v-32c0-11.8 6.4-22.2 16-27.7V32c-8.8 0-16-7.2-16-16s7.2-16 16-16h32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/person-running.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-running.svg new file mode 100644 index 0000000..60efdc6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-running.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M320 48a48 48 0 1 0-96 0 48 48 0 1 0 96 0M125.7 175.5c9.9-9.9 23.4-15.5 37.5-15.5 1.9 0 3.8.1 5.6.3L137.6 254c-9.3 28 1.7 58.8 26.8 74.5l86.2 53.9-25.4 88.8c-4.9 17 5 34.7 22 39.6s34.7-5 39.6-22l28.7-100.4c5.9-20.6-2.6-42.6-20.7-53.9L238 299l30.9-82.4 5.1 12.3c15 35.8 49.9 59.1 88.7 59.1H384c17.7 0 32-14.3 32-32s-14.3-32-32-32h-21.3c-12.9 0-24.6-7.8-29.5-19.7l-6.3-15c-14.6-35.1-44.1-61.9-80.5-73.1l-48.7-15C186.6 97.8 175 96 163.3 96c-31 0-60.8 12.3-82.7 34.3l-23.2 23.1c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l23.1-23.1zM91.2 352H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h69.6c19 0 36.2-11.2 43.9-28.5l11.5-25.9-9.5-6a95.4 95.4 0 0 1-37.9-44.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/person-shelter.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-shelter.svg new file mode 100644 index 0000000..c35cf23 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-shelter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M271.9 4.2c-9.8-5.6-21.9-5.6-31.8 0l-224 128C6.2 137.9 0 148.5 0 160v320c0 17.7 14.3 32 32 32s32-14.3 32-32V178.6L256 68.9l192 109.7V480c0 17.7 14.3 32 32 32s32-14.3 32-32V160c0-11.5-6.2-22.1-16.1-27.8zM256 208a40 40 0 1 0 0-80 40 40 0 1 0 0 80m-8 280v-88h16v88c0 13.3 10.7 24 24 24s24-10.7 24-24V313.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-37.9-70.3c-15.3-28.5-45.1-46.3-77.5-46.3h-19.5c-32.4 0-62.1 17.8-77.5 46.3l-37.9 70.3c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8l26.8-49.9V488c0 13.3 10.7 24 24 24s24-10.7 24-24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/person-skating.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-skating.svg new file mode 100644 index 0000000..1014b92 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-skating.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M352 48a48 48 0 1 1 96 0 48 48 0 1 1-96 0m-224 80c0-17.7 14.3-32 32-32h159.4c43.6 0 64.6 53.4 32.8 83.1l-74.4 69.4 60.2 60.2c9 9 14.1 21.2 14.1 33.9V416c0 17.7-14.3 32-32 32s-32-14.3-32-32v-66.7l-77.9-77.8c-26.6-26.6-24.6-70.3 4.3-94.4l20.4-17-74.9-.1c-17.7 0-32-14.3-32-32M81.4 353.4l86.9-86.9c4.6 10 11 19.3 19.3 27.5l21.8 21.8-82.7 82.7c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3zm322.5 95.1c8.6 2.1 13.8 10.8 11.6 19.4l-.4 1.7c-6.2 24.9-28.6 42.4-54.3 42.4H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h88.8c11 0 20.6-7.5 23.3-18.2l.4-1.7c2.1-8.6 10.8-13.8 19.4-11.6m-268.7 29.8-6.2 3.1c-21.6 10.8-47.6 6.6-64.6-10.5L4.7 411.3c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l59.6 59.6c7.3 7.3 18.5 9.1 27.7 4.5l6.2-3.1c7.9-4 17.5-.7 21.5 7.2s.7 17.5-7.2 21.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/person-skiing-nordic.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-skiing-nordic.svg new file mode 100644 index 0000000..6953f73 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-skiing-nordic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M336 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96m-108.8 64c1.9 0 3.8.1 5.6.3L201.6 254c-9.3 28 1.7 58.8 26.8 74.5l86.2 53.9-23.3 81.6h-88.5l41.1-88.1-32.4-20.3c-7.8-4.9-14.7-10.7-20.6-17.3L132.2 464H99.8L154 206.4c4.6-1.5 9-4.1 12.7-7.8l23.1-23.1c9.9-9.9 23.4-15.5 37.5-15.5zm-105.8 38.6c.4.4.8.8 1.3 1.2L67 464H24c-13.3 0-24 10.7-24 24s10.7 24 24 24h480c39.8 0 72-32.2 72-72v-8c0-13.3-10.7-24-24-24s-24 10.7-24 24v8c0 13.3-10.7 24-24 24h-69.4l27.6-179.3c10.5-5.2 17.8-16.1 17.8-28.7 0-17.7-14.3-32-32-32h-21.3c-12.9 0-24.6-7.8-29.5-19.7l-6.3-15c-14.6-35.1-44.1-61.9-80.5-73.1l-48.7-15C250.6 97.8 239 96 227.3 96c-31 0-60.8 12.3-82.7 34.3l-23.1 23.1c-12.5 12.5-12.5 32.8 0 45.3zm308 89.4-27.1 176h-44.4l21.6-75.6c5.9-20.6-2.6-42.6-20.7-53.9L302 299l30.9-82.4 5.1 12.3c15 35.8 49.9 59.1 88.7 59.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/person-skiing.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-skiing.svg new file mode 100644 index 0000000..99baf72 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-skiing.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M380.7 48a48 48 0 1 1 96 0 48 48 0 1 1-96 0M2.7 268.9c6.1-11.8 20.6-16.3 32.4-10.2l197.6 102.6 46.2-69.2-75.1-75.1c-14.6-14.6-20.4-33.9-18.4-52.1l108.8 52 39.3 39.3c16.2 16.2 18.7 41.5 6 60.6L289.8 391l128.7 66.8c13.6 7.1 29.8 7.2 43.6.3l15.2-7.6c11.9-5.9 26.3-1.1 32.2 10.7s1.1 26.3-10.7 32.2l-15.2 7.6c-27.5 13.7-59.9 13.5-87.2-.7l-383.5-199c-11.7-6.1-16.3-20.6-10.2-32.4M118.9 65.6l18.1 8.6 8.7-17.4c4-7.9 13.6-11.1 21.5-7.2s11.1 13.6 7.2 21.5L165.9 88l54.7 26.2c1.5-.7 3.1-1.4 4.7-2.1l83.4-33.4c34.2-13.7 72.8 4.2 84.5 39.2l17.1 51.2 52.1 26.1c15.8 7.9 22.2 27.1 14.3 42.9s-27.1 22.2-42.9 14.3l-58.1-29c-11.4-5.7-20-15.7-24.1-27.8l-5.8-17.3-27.3 12.1-6.8 3-6.7-3.2-153.5-73.5-9.2 18.4c-4 7.9-13.6 11.1-21.5 7.2s-11.1-13.6-7.2-21.5l9-18-17.6-8.4c-8-3.8-11.3-13.4-7.5-21.3s13.4-11.3 21.3-7.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/person-snowboarding.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-snowboarding.svg new file mode 100644 index 0000000..5180cf5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-snowboarding.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M209.7 3.4c15.8-7.9 35-1.5 42.9 14.3l25 50 42.4 8.5c19.5 3.9 37.8 12.3 53.5 24.5l126.1 98.1c14 10.9 16.5 31 5.6 44.9s-31 16.5-44.9 5.6l-72.1-56.1-71.5 31.8 33.1 27.6c23.2 19.3 33.5 50 26.7 79.4l-17.4 75.2c-2.2 9.4-8.2 16.8-16.1 21l86.5 33.1c4.6 1.8 9.4 2.6 14.3 2.6H472c13.3 0 24 10.7 24 24s-10.7 24-24 24h-28.2c-10.8 0-21.4-2-31.5-5.8L60.1 371.3c-11.5-4.4-22-11.2-30.8-20L7 329c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l22.4 22.4c4 4 8.7 7.1 14 9.1l22.4 8.6c-.8-1.6-1.5-3.2-2.1-4.9-5.6-16.8 3.5-34.9 20.2-40.5l74.2-24.9v-53.2c0-24.2 13.7-46.4 35.4-57.2l45.2-22.6-7.5-1.5c-19.4-3.9-35.9-16.5-44.7-34.1l-25-50c-7.9-15.8-1.5-35 14.3-42.9M139 350.1 298 411c-2.1-5.6-2.6-11.9-1.1-18.2l17.4-75.2c1.4-5.9-.7-12-5.3-15.9l-52.8-44v18.8c0 20.7-13.2 39-32.8 45.5zM432 0a48 48 0 1 1 0 96 48 48 0 1 1 0-96"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/person-swimming.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-swimming.svg new file mode 100644 index 0000000..29bbc94 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-swimming.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m309.5 178.4 138.4 118.7c-1.6.9-3.2 2-4.8 3-18 12.4-40.1 20.3-59.2 20.3-19.6 0-40.8-7.7-59.2-20.3-22.1-15.5-51.6-15.5-73.7 0-17.1 11.8-38 20.3-59.2 20.3-10.1 0-21.1-2.2-31.9-6.2C163.1 193.2 262.2 96 384 96h64c17.7 0 32 14.3 32 32s-14.3 32-32 32h-64c-26.9 0-52.3 6.6-74.5 18.4M160 160a64 64 0 1 1-128 0 64 64 0 1 1 128 0m146.5 165.9c22.5 15.5 50 26.1 77.5 26.1 26.9 0 55.4-10.8 77.4-26.1 11.9-8.5 28.1-7.8 39.2 1.7 14.4 11.9 32.5 21 50.6 25.2 17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25-29 15.6-61.5 25.9-94.5 25.9-31.9 0-60.6-9.9-80.4-18.9-5.8-2.7-11.1-5.3-15.6-7.7-4.5 2.4-9.7 5.1-15.6 7.7-19.8 9-48.5 18.9-80.4 18.9-33 0-65.5-10.3-94.5-25.8-13.4 8.4-33.7 19.3-58.2 25-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2 11.1-9.4 27.3-10.1 39.2-1.7 22.1 15.2 50.5 26 77.4 26 27.5 0 55-10.6 77.5-26.1 11.1-7.9 25.9-7.9 37 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/person-through-window.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-through-window.svg new file mode 100644 index 0000000..158031c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-through-window.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 64h224v9.8c0 39-23.7 74-59.9 88.4C167.6 186.5 128 245 128 310.2V384H64zm288 0h224v320h-67.7l-3.7-4.5-75.2-90.2c-9.1-10.9-22.6-17.3-36.9-17.3h-71.1l-41-63.1c-.3-.5-.6-1-1-1.4 44.7-29 72.5-79 72.5-133.6v-9.8zm73 320h-45.8l42.7 64H592c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v352c0 26.5 21.5 48 48 48h260.2l33.2 49.8c9.8 14.7 29.7 18.7 44.4 8.9s18.7-29.7 8.9-44.4L310.5 336h74.6l40 48zm-159.5 0H192v-73.8c0-10.2 1.6-20.1 4.7-29.5zM192 128a48 48 0 1 0-96 0 48 48 0 1 0 96 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/person-walking-arrow-loop-left.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-walking-arrow-loop-left.svg new file mode 100644 index 0000000..d69706c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-walking-arrow-loop-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M208 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96m-84.3 104.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1 22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54 19.3-65.5 9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L281 232.7l-15.3-36.8c-17.2-41.1-57.4-67.9-102-67.9-22.8 0-45.3 4.8-66.1 14l-8 3.5c-32.9 14.6-58.1 42.4-69.4 76.5l-2.6 7.8c-5.6 16.8 3.5 34.9 20.2 40.5s34.9-3.5 40.5-20.2l2.6-7.8c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5zm-30 135.1-25 62.4-59.3 59.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l61.6-61.7c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6zm347.7 119c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L461.3 384H480c88.4 0 160-71.6 160-160S568.4 64 480 64H352c-17.7 0-32 14.3-32 32s14.3 32 32 32h128c53 0 96 43 96 96s-43 96-96 96h-18.7l25.4-25.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-80 80c-12.5 12.5-12.5 32.8 0 45.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/person-walking-arrow-right.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-walking-arrow-right.svg new file mode 100644 index 0000000..a24a8a6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-walking-arrow-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M208 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96m-84.3 104.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1 22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54 19.3-65.5 9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L281 232.7l-15.3-36.8c-17.2-41.1-57.4-67.9-102-67.9-22.8 0-45.3 4.8-66.1 14l-8 3.5c-32.9 14.6-58.1 42.4-69.4 76.5l-2.6 7.8c-5.6 16.8 3.5 34.9 20.2 40.5s34.9-3.5 40.5-20.2l2.6-7.8c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5zm-30 135.1-25 62.4-59.3 59.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l61.6-61.7c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6zm456.9-182.2c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l25.4 25.3H384c-17.7 0-32 14.3-32 32s14.3 32 32 32h146.7l-25.4 25.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l80-80c12.5-12.5 12.5-32.8 0-45.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/person-walking-dashed-line-arrow-right.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-walking-dashed-line-arrow-right.svg new file mode 100644 index 0000000..4275f25 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-walking-dashed-line-arrow-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M208 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96m-84.3 104.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1 22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54 19.3-65.5 9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L281 232.7l-15.3-36.8c-17.2-41.1-57.4-67.9-102-67.9-22.8 0-45.3 4.8-66.1 14l-8 3.5c-32.9 14.6-58.1 42.4-69.4 76.5l-2.6 7.8c-5.6 16.8 3.5 34.9 20.2 40.5s34.9-3.5 40.5-20.2l2.6-7.8c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5zm-30 135.1-25 62.4-59.3 59.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l61.6-61.7c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6zm456.9-182.2c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l25.4 25.3H384c-17.7 0-32 14.3-32 32s14.3 32 32 32h146.7l-25.4 25.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l80-80c12.5-12.5 12.5-32.8 0-45.3zM392 0c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24s24-10.7 24-24V24c0-13.3-10.7-24-24-24m24 152c0-13.3-10.7-24-24-24s-24 10.7-24 24v16c0 13.3 10.7 24 24 24s24-10.7 24-24zm-24 168c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24s24-10.7 24-24v-16c0-13.3-10.7-24-24-24m24 120c0-13.3-10.7-24-24-24s-24 10.7-24 24v48c0 13.3 10.7 24 24 24s24-10.7 24-24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/person-walking-luggage.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-walking-luggage.svg new file mode 100644 index 0000000..d335214 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-walking-luggage.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M432 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96m-84.3 104.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1 22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54 19.3-65.5 9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L505 232.7l-15.3-36.8c-17.2-41.1-57.4-67.9-102-67.9-22.8 0-45.3 4.8-66.1 14l-8 3.5c-32.9 14.6-58.1 42.4-69.4 76.5l-2.6 7.8c-5.6 16.8 3.5 34.9 20.2 40.5s34.9-3.5 40.5-20.2l2.6-7.8c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5zm-30 135.1-25 62.4-59.4 59.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l61.7-61.7c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6zM256 274.1c-7.7-4.4-17.4-1.8-21.9 5.9l-32 55.4-54.4-31.4c-15.3-8.8-34.9-3.6-43.7 11.7L40 426.6c-8.8 15.3-3.6 34.9 11.7 43.7l55.4 32c15.3 8.8 34.9 3.6 43.7-11.7l64-110.9c1.5-2.6 2.6-5.2 3.3-8l43.8-75.7c4.4-7.7 1.8-17.4-5.9-21.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/person-walking-with-cane.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-walking-with-cane.svg new file mode 100644 index 0000000..1d01034 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-walking-with-cane.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M176 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96m-8.4 32c-36.4 0-69.6 20.5-85.9 53.1l-46.3 92.6c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3l35.4-70.7v43.2c0 17 6.7 33.3 18.7 45.3l77.3 77.2V480c0 17.7 14.3 32 32 32s32-14.3 32-32v-89.4c0-12.7-5.1-24.9-14.1-33.9l-49.9-50v-93.4l70.4 93.9c10.6 14.1 30.7 17 44.8 6.4s17-30.7 6.4-44.8l-76.8-102.4C250.7 142.2 222.2 128 192 128zm-39.3 218.8L97 472.2c-4.3 17.1 6.1 34.5 23.3 38.8s34.5-6.1 38.8-23.3l22-88.2-52.8-52.8zm322.5 158.3c5 7.3 15 9.1 22.3 4s9.1-15 4-22.3L358.9 316.1c-2.8 3.8-6.1 7.3-10.1 10.3-5 3.8-10.5 6.4-16.2 7.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/person-walking.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-walking.svg new file mode 100644 index 0000000..9f45614 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/person-walking.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M160 48a48 48 0 1 1 96 0 48 48 0 1 1-96 0m-33.5 151.3c-1 .4-1.9.8-2.9 1.2l-8 3.5c-16.4 7.3-29 21.2-34.7 38.2l-2.6 7.8c-5.6 16.8-23.7 25.8-40.5 20.2S12 246.5 17.6 229.7l2.6-7.8c11.4-34.1 36.6-61.9 69.4-76.5l8-3.5c20.8-9.2 43.3-14 66.1-14 44.6 0 84.8 26.8 101.9 67.9l15.4 36.9 21.4 10.7c15.8 7.9 22.2 27.1 14.3 42.9s-27.1 22.2-42.9 14.3L247 287.3c-10.3-5.2-18.4-13.8-22.8-24.5l-9.6-23-19.3 65.5 49.5 54c5.4 5.9 9.2 13 11.2 20.8l23 92.1c4.3 17.1-6.1 34.5-23.3 38.8s-34.5-6.1-38.8-23.3l-22-88.1-70.7-77.1c-14.8-16.1-20.3-38.6-14.7-59.7l16.9-63.5zM68.7 398l25-62.4c2.1 3 4.5 5.8 7 8.6l40.7 44.4-14.5 36.2c-2.4 6-6 11.5-10.6 16.1l-61.7 61.7c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/person.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/person.svg new file mode 100644 index 0000000..7d81e58 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/person.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M112 48a48 48 0 1 1 96 0 48 48 0 1 1-96 0m40 304v128c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9l-28.6 47.6c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l58.3 97c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/peseta-sign.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/peseta-sign.svg new file mode 100644 index 0000000..2f5b748 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/peseta-sign.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32c-17.7 0-32 14.3-32 32v96c-17.7 0-32 14.3-32 32s14.3 32 32 32v224c0 17.7 14.3 32 32 32s32-14.3 32-32v-96h96c77.4 0 142-55 156.8-128h3.2c17.7 0 32-14.3 32-32s-14.3-32-32-32h-3.2C334 87 269.4 32 192 32zm218.5 128H96V96h96c41.8 0 77.4 26.7 90.5 64M96 224h186.5c-13.2 37.3-48.7 64-90.5 64H96z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/peso-sign.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/peso-sign.svg new file mode 100644 index 0000000..2c277c9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/peso-sign.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32c-17.7 0-32 14.3-32 32v64c-17.7 0-32 14.3-32 32s14.3 32 32 32v32c-17.7 0-32 14.3-32 32s14.3 32 32 32v160c0 17.7 14.3 32 32 32s32-14.3 32-32v-64h80c68.4 0 127.7-39 156.8-96H352c17.7 0 32-14.3 32-32s-14.3-32-32-32h-.7c.5-5.3.7-10.6.7-16s-.2-10.7-.7-16h.7c17.7 0 32-14.3 32-32s-14.3-32-32-32h-19.2C303.7 71 244.4 32 176 32zm190.4 96H96V96h80c30.5 0 58.2 12.2 78.4 32M96 192h190.9c.7 5.2 1.1 10.6 1.1 16s-.4 10.8-1.1 16H96zm158.4 96c-20.2 19.8-47.9 32-78.4 32H96v-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/phone-flip.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/phone-flip.svg new file mode 100644 index 0000000..69acc44 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/phone-flip.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M347.1 24.6c7.7-18.6 28-28.5 47.4-23.2l88 24C499.9 30.2 512 46 512 64c0 247.4-200.6 448-448 448-18 0-33.8-12.1-38.6-29.5l-24-88c-5.3-19.4 4.6-39.7 23.2-47.4l96-40c16.3-6.8 35.2-2.1 46.3 11.6l40.4 49.3c70.4-33.3 127.4-90.3 160.7-160.7L318.7 167c-13.7-11.2-18.4-30-11.6-46.3l40-96z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/phone-slash.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/phone-slash.svg new file mode 100644 index 0000000..21dbd8f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/phone-slash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M228.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C76.1 30.2 64 46 64 64c0 107.4 37.8 206 100.8 283.1L9.2 469.1c-10.4 8.2-12.3 23.3-4.1 33.7s23.3 12.3 33.7 4.1l592-464c10.4-8.2 12.3-23.3 4.1-33.7s-23.3-12.3-33.7-4.1L253 278c-17.8-21.5-32.9-45.2-45-70.7l49.3-40.3c13.7-11.2 18.4-30 11.6-46.3l-40-96zm96.8 319-91.3 72C310.7 476 407.1 512 512 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L368.7 368c-15-7.1-29.3-15.2-43-24.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/phone-volume.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/phone-volume.svg new file mode 100644 index 0000000..d313dd8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/phone-volume.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M280 0c128.1 0 232 103.9 232 232 0 13.3-10.7 24-24 24s-24-10.7-24-24c0-101.6-82.4-184-184-184-13.3 0-24-10.7-24-24s10.7-24 24-24m8 192a32 32 0 1 1 0 64 32 32 0 1 1 0-64m-32-72c0-13.3 10.7-24 24-24 75.1 0 136 60.9 136 136 0 13.3-10.7 24-24 24s-24-10.7-24-24c0-48.6-39.4-88-88-88-13.3 0-24-10.7-24-24M117.5 1.4c19.4-5.3 39.7 4.6 47.4 23.2l40 96c6.8 16.3 2.1 35.2-11.6 46.3L144 207.3c33.3 70.4 90.3 127.4 160.7 160.7l40.3-49.3c11.2-13.7 30-18.4 46.3-11.6l96 40c18.6 7.7 28.5 28 23.2 47.4l-24 88C481.8 499.9 466 512 448 512 200.6 512 0 311.4 0 64c0-18 12.1-33.8 29.5-38.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/phone.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/phone.svg new file mode 100644 index 0000000..a3d5fc4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/phone.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64c0 247.4 200.6 448 448 448 18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368c-70.4-33.3-127.4-90.3-160.7-160.7l49.3-40.3c13.7-11.2 18.4-30 11.6-46.3l-40-96z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/photo-film.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/photo-film.svg new file mode 100644 index 0000000..6809fd9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/photo-film.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 0h320c35.3 0 64 28.7 64 64v224c0 35.3-28.7 64-64 64H256c-35.3 0-64-28.7-64-64V64c0-35.3 28.7-64 64-64m220 106.7C471.5 100 464 96 456 96s-15.5 4-20 10.7l-56 84-17.3-21.7c-4.6-5.7-11.5-9-18.7-9s-14.2 3.3-18.7 9l-64 80c-5.8 7.2-6.9 17.1-2.9 25.4S270.8 288 280 288h272c8.9 0 17-4.9 21.2-12.7s3.7-17.3-1.2-24.6zM336 96a32 32 0 1 0-64 0 32 32 0 1 0 64 0M64 128h96v288c0 17.7 14.3 32 32 32h128c17.7 0 32-14.3 32-32v-32h160v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V192c0-35.3 28.7-64 64-64m8 64c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h16c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16zm0 104c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h16c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16zm0 104c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h16c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16zm336 16v16c0 8.8 7.2 16 16 16h16c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16h-16c-8.8 0-16 7.2-16 16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/piggy-bank.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/piggy-bank.svg new file mode 100644 index 0000000..cb63b54 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/piggy-bank.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M400 96v.7c-5.3-.4-10.6-.7-16-.7H256c-16.5 0-32.5 2.1-47.8 6-.1-2-.2-4-.2-6 0-53 43-96 96-96s96 43 96 96m-16 32c3.5 0 7 .1 10.4.3 4.2.3 8.4.7 12.6 1.3 17.6-20.5 43.8-33.6 73-33.6h11.5c10.4 0 18 9.8 15.5 19.9l-13.8 55.2c15.8 14.8 28.7 32.8 37.5 52.9H544c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32h-32c-9.1 12.1-19.9 22.9-32 32v64c0 17.7-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32v-32H256v32c0 17.7-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32v-64c-34.9-26.2-58.7-66.3-63.2-112H68c-37.6 0-68-30.4-68-68s30.4-68 68-68h4c13.3 0 24 10.7 24 24s-10.7 24-24 24h-4c-11 0-20 9-20 20s9 20 20 20h31.2c12.1-59.8 57.7-107.5 116.3-122.8 12.9-3.4 26.5-5.2 40.5-5.2zm64 136a24 24 0 1 0-48 0 24 24 0 1 0 48 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/pills.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/pills.svg new file mode 100644 index 0000000..0c51ef1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/pills.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M112 96c-26.5 0-48 21.5-48 48v112h96V144c0-26.5-21.5-48-48-48M0 144C0 82.1 50.1 32 112 32s112 50.1 112 112v224c0 61.9-50.1 112-112 112S0 429.9 0 368zm554.9 255.4c-7.1 12.3-23.7 13.1-33.8 3.1L333.5 214.9c-10-10-9.3-26.7 3.1-33.8C360 167.7 387.1 160 416 160c88.4 0 160 71.6 160 160 0 28.9-7.7 56-21.1 79.4m-59.5 59.5C472 472.3 444.9 480 416 480c-88.4 0-160-71.6-160-160 0-28.9 7.7-56 21.1-79.4 7.1-12.3 23.7-13.1 33.8-3.1l187.6 187.6c10 10 9.3 26.7-3.1 33.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/pizza-slice.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/pizza-slice.svg new file mode 100644 index 0000000..c1b4782 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/pizza-slice.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M169.7.9c-22.8-1.6-41.9 14-47.5 34.7L110.4 80h1.6c176.7 0 320 143.3 320 320v1.6l44.4-11.8c20.8-5.5 36.3-24.7 34.7-47.5C498.5 159.5 352.5 13.5 169.7.9m230.1 409.3c.1-3.4.2-6.8.2-10.2 0-159.1-128.9-288-288-288-3.4 0-6.8.1-10.2.2L.5 491.9c-1.5 5.5.1 11.4 4.1 15.4s9.9 5.6 15.4 4.1zM176 208a32 32 0 1 1 0 64 32 32 0 1 1 0-64m64 128a32 32 0 1 1 64 0 32 32 0 1 1-64 0M96 384a32 32 0 1 1 64 0 32 32 0 1 1-64 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/place-of-worship.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/place-of-worship.svg new file mode 100644 index 0000000..9f702ba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/place-of-worship.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M224 109.3v108.3L183.3 242c-14.5 8.7-23.3 24.3-23.3 41.2V512h96v-96c0-35.3 28.7-64 64-64s64 28.7 64 64v96h96V283.2c0-16.9-8.8-32.5-23.3-41.2L416 217.6V109.3c0-8.5-3.4-16.6-9.4-22.6l-75.3-75.4c-6.2-6.2-16.4-6.2-22.6 0l-75.3 75.3c-6 6-9.4 14.1-9.4 22.6zm-199.1 221C9.5 338.8 0 354.9 0 372.4V464c0 26.5 21.5 48 48 48h80V273.6zM592 512c26.5 0 48-21.5 48-48v-91.6c0-17.5-9.5-33.6-24.9-42.1L512 273.6V512z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/plane-arrival.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/plane-arrival.svg new file mode 100644 index 0000000..7245fb7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/plane-arrival.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M.3 166.9 0 68c0-10.3 9.5-17.9 19.5-15.7l35.6 7.9c10.6 2.3 19.2 9.9 23 20L96 128l127.3 37.6-41.5-145.2C178.9 10.2 186.6 0 197.2 0h40.1c11.6 0 22.2 6.2 27.9 16.3l109 193.8 107.2 31.7c15.9 4.7 30.8 12.5 43.7 22.8l34.4 27.6c24 19.2 18.1 57.3-10.7 68.2-41.2 15.6-86.2 18.1-128.8 7l-298.3-77.6c-11.1-2.9-21.2-8.7-29.3-16.9L9.5 189.4c-5.9-6-9.3-14.1-9.3-22.5zM32 448h576c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32m96-80a32 32 0 1 1 64 0 32 32 0 1 1-64 0m128-16a32 32 0 1 1 0 64 32 32 0 1 1 0-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/plane-circle-check.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/plane-circle-check.svg new file mode 100644 index 0000000..222c7ab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/plane-circle-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 0c-35 0-64 59.5-64 93.7v84.6L8.1 283.4c-5 2.8-8.1 8.2-8.1 13.9v65.5c0 10.6 10.2 18.3 20.4 15.4l171.6-49v70.9l-57.6 43.2c-4 3-6.4 7.8-6.4 12.8v42c0 7.8 6.3 14 14 14 1.3 0 2.6-.2 3.9-.5L256 480l110.1 31.5c1.3.4 2.6.5 3.9.5 6 0 11.1-3.7 13.1-9-38.6-32.3-63.1-80.8-63.1-135 0-60.6 30.6-114 77.1-145.6L320 178.3V93.7C320 59.5 292 0 256 0m384 368a144 144 0 1 0-288 0 144 144 0 1 0 288 0m-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l28.7 28.7 60.7-60.7c6.2-6.2 16.4-6.2 22.6 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/plane-circle-exclamation.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/plane-circle-exclamation.svg new file mode 100644 index 0000000..94946c0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/plane-circle-exclamation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 0c-35 0-64 59.5-64 93.7v84.6L8.1 283.4c-5 2.8-8.1 8.2-8.1 13.9v65.5c0 10.6 10.2 18.3 20.4 15.4l171.6-49v70.9l-57.6 43.2c-4 3-6.4 7.8-6.4 12.8v42c0 7.8 6.3 14 14 14 1.3 0 2.6-.2 3.9-.5L256 480l110.1 31.5c1.3.4 2.6.5 3.9.5 6 0 11.1-3.7 13.1-9-38.6-32.3-63.1-80.8-63.1-135 0-60.6 30.6-114 77.1-145.6L320 178.3V93.7C320 59.5 292 0 256 0m240 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288m0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48m0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16v-80c0-8.8 7.2-16 16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/plane-circle-xmark.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/plane-circle-xmark.svg new file mode 100644 index 0000000..8223b2d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/plane-circle-xmark.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 0c-35 0-64 59.5-64 93.7v84.6L8.1 283.4c-5 2.8-8.1 8.2-8.1 13.9v65.5c0 10.6 10.2 18.3 20.4 15.4l171.6-49v70.9l-57.6 43.2c-4 3-6.4 7.8-6.4 12.8v42c0 7.8 6.3 14 14 14 1.3 0 2.6-.2 3.9-.5L256 480l110.1 31.5c1.3.4 2.6.5 3.9.5 6 0 11.1-3.7 13.1-9-38.6-32.3-63.1-80.8-63.1-135 0-60.6 30.6-114 77.1-145.6L320 178.3V93.7C320 59.5 292 0 256 0m240 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288m59.3-180.7L518.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l36.7-36.7-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l36.7 36.7 36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/plane-departure.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/plane-departure.svg new file mode 100644 index 0000000..6637f92 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/plane-departure.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M381 114.9 186.1 41.8c-16.7-6.2-35.2-5.3-51.1 2.7L89.1 67.4C78 73 77.2 88.5 87.6 95.2l146.9 94.5L136 240l-58.2-25.9c-8.7-3.9-18.8-3.7-27.3.6l-32.2 16.1c-9.3 4.7-11.8 16.8-5 24.7l73.1 85.3c6.1 7.1 15 11.2 24.3 11.2h137.7c5 0 9.9-1.2 14.3-3.4l272.9-136.4c46.5-23.3 82.5-63.3 100.8-112C645.9 75 627.2 48 600.2 48h-57.4c-20.2 0-40.2 4.8-58.2 14zM0 480c0 17.7 14.3 32 32 32h576c17.7 0 32-14.3 32-32s-14.3-32-32-32H32c-17.7 0-32 14.3-32 32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/plane-lock.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/plane-lock.svg new file mode 100644 index 0000000..7b12b6f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/plane-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M192 93.7C192 59.5 221 0 256 0c36 0 64 59.5 64 93.7v84.6l101.8 58.2c-3.8 11.1-5.8 23.1-5.8 35.5v24.6c-17.9 10.4-30.3 29.1-31.8 50.9L320 329.1V400l57.6 43.2c4 3 6.4 7.8 6.4 12.8v42c0 7.8-6.3 14-14 14-1.3 0-2.6-.2-3.9-.5L256 480l-110.1 31.5c-1.3.4-2.6.5-3.9.5-7.8 0-14-6.3-14-14v-42c0-5 2.4-9.8 6.4-12.8L192 400v-70.9l-171.6 49c-10.2 3-20.4-4.7-20.4-15.3v-65.5c0-5.7 3.1-11 8.1-13.9L192 178.3zM528 240c-17.7 0-32 14.3-32 32v48h64v-48c0-17.7-14.3-32-32-32m-80 32c0-44.2 35.8-80 80-80s80 35.8 80 80v48c17.7 0 32 14.3 32 32v128c0 17.7-14.3 32-32 32H448c-17.7 0-32-14.3-32-32V352c0-17.7 14.3-32 32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/plane-slash.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/plane-slash.svg new file mode 100644 index 0000000..0803949 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/plane-slash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M514.3 192c34.2 0 93.7 29 93.7 64 0 36-59.5 64-93.7 64h-73.8l190.3 149.1c10.4 8.2 12.3 23.3 4.1 33.7s-23.3 12.3-33.7 4.1l-592-464C-1.2 34.7-3.1 19.6 5.1 9.2S28.4-3.1 38.8 5.1l199.3 156.2-40.3-140.9C194.9 10.2 202.6 0 213.2 0h56.2c11.5 0 22.1 6.2 27.8 16.1L397.7 192zM41.5 128.7l321 252.9-65.3 114.3c-5.7 10-16.3 16.1-27.8 16.1h-56.2c-10.6 0-18.3-10.2-15.4-20.4l49-171.6H144l-43.2 57.6c-3 4-7.8 6.4-12.8 6.4H46c-7.8 0-14-6.3-14-14 0-1.3.2-2.6.5-3.9L64 256 32.5 145.9c-.4-1.3-.5-2.6-.5-3.9 0-6.2 4-11.4 9.5-13.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/plane-up.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/plane-up.svg new file mode 100644 index 0000000..42422ce --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/plane-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M192 93.7C192 59.5 221 0 256 0c36 0 64 59.5 64 93.7V160l177.8 118.5c8.9 5.9 14.2 15.9 14.2 26.6v56.7c0 10.9-10.7 18.6-21.1 15.2L320 320v80l57.6 43.2c4 3 6.4 7.8 6.4 12.8v42c0 7.8-6.3 14-14 14-1.3 0-2.6-.2-3.9-.5L256 480l-110.1 31.5c-1.3.4-2.6.5-3.9.5-7.8 0-14-6.3-14-14v-42c0-5 2.4-9.8 6.4-12.8L192 400v-80L21.1 377C10.7 380.4 0 372.7 0 361.8v-56.7c0-10.7 5.3-20.7 14.2-26.6L192 160z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/plane.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/plane.svg new file mode 100644 index 0000000..6951f7d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/plane.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M482.3 192c34.2 0 93.7 29 93.7 64 0 36-59.5 64-93.7 64H365.7L265.2 495.9c-5.7 10-16.3 16.1-27.8 16.1h-56.2c-10.6 0-18.3-10.2-15.4-20.4l49-171.6H112l-43.2 57.6c-3 4-7.8 6.4-12.8 6.4H14c-7.8 0-14-6.3-14-14 0-1.3.2-2.6.5-3.9L32 256 .5 145.9c-.4-1.3-.5-2.6-.5-3.9 0-7.8 6.3-14 14-14h42c5 0 9.8 2.4 12.8 6.4L112 192h102.9l-49-171.6c-3-10.2 4.7-20.4 15.3-20.4h56.2c11.5 0 22.1 6.2 27.8 16.1L365.7 192z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/plant-wilt.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/plant-wilt.svg new file mode 100644 index 0000000..1f09fec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/plant-wilt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M288 120c0-30.9 25.1-56 56-56s56 25.1 56 56v13c-29.3 10-48 34.5-48 70.1 0 27.9 25.3 74.8 66 111.6 3.8 3.5 8.9 5.3 14 5.3s10.2-1.8 14-5.3c40.7-36.8 66-83.7 66-111.6 0-35.6-18.7-60.2-48-70.1v-13C464 53.7 410.3 0 344 0S224 53.7 224 120v21.8c-16.7-8.8-35.8-13.8-56-13.8-66.3 0-120 53.7-120 120v13c-29.3 10-48 34.5-48 70.1 0 27.9 25.3 74.8 66 111.6 3.8 3.5 8.9 5.3 14 5.3s10.2-1.8 14-5.3c40.7-36.8 66-83.7 66-111.6 0-35.6-18.7-60.2-48-70.1v-13c0-30.9 25.1-56 56-56s56 25.1 56 56v232c0 17.7 14.3 32 32 32s32-14.3 32-32V120"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/plate-wheat.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/plate-wheat.svg new file mode 100644 index 0000000..5eb057d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/plate-wheat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M176 32c44.2 0 80 35.8 80 80v16c0 8.8-7.2 16-16 16-44.2 0-80-35.8-80-80V48c0-8.8 7.2-16 16-16M56 64h48c13.3 0 24 10.7 24 24s-10.7 24-24 24H56c-13.3 0-24-10.7-24-24s10.7-24 24-24m-32 72h112c13.3 0 24 10.7 24 24s-10.7 24-24 24H24c-13.3 0-24-10.7-24-24s10.7-24 24-24m8 96c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24s-10.7 24-24 24H56c-13.3 0-24-10.7-24-24M272 48c0-8.8 7.2-16 16-16 44.2 0 80 35.8 80 80v16c0 8.8-7.2 16-16 16-44.2 0-80-35.8-80-80zm128-16c44.2 0 80 35.8 80 80v16c0 8.8-7.2 16-16 16-44.2 0-80-35.8-80-80V48c0-8.8 7.2-16 16-16m80 160v16c0 44.2-35.8 80-80 80-8.8 0-16-7.2-16-16v-16c0-44.2 35.8-80 80-80 8.8 0 16 7.2 16 16m-128-16c8.8 0 16 7.2 16 16v16c0 44.2-35.8 80-80 80-8.8 0-16-7.2-16-16v-16c0-44.2 35.8-80 80-80m-96 16v16c0 44.2-35.8 80-80 80-8.8 0-16-7.2-16-16v-16c0-44.2 35.8-80 80-80 8.8 0 16 7.2 16 16M3.5 347.6C1.6 332.9 13 320 27.8 320h456.4c14.8 0 26.2 12.9 24.4 27.6-6.3 50.2-44.4 89.4-92.6 98.4v2c0 17.7-14.3 32-32 32H128c-17.7 0-32-14.3-32-32v-2c-48.2-9-86.3-48.2-92.5-98.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/play.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/play.svg new file mode 100644 index 0000000..0c3732f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/play.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M73 39c-14.8-9.1-33.4-9.4-48.5-.9S0 62.6 0 80v352c0 17.4 9.4 33.4 24.5 41.9S58.2 482 73 473l288-176c14.3-8.7 23-24.2 23-41s-8.7-32.2-23-41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/plug-circle-bolt.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/plug-circle-bolt.svg new file mode 100644 index 0000000..0de7408 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/plug-circle-bolt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 0C78.3 0 64 14.3 64 32v96h64V32c0-17.7-14.3-32-32-32m192 0c-17.7 0-32 14.3-32 32v96h64V32c0-17.7-14.3-32-32-32M32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32v32c0 77.4 55 142 128 156.8V480c0 17.7 14.3 32 32 32s32-14.3 32-32v-67.2c12.3-2.5 24.1-6.4 35.1-11.5-2.1-10.8-3.1-21.9-3.1-33.3 0-80.3 53.8-148 127.3-169.2.5-2.2.7-4.5.7-6.8 0-17.7-14.3-32-32-32zm400 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288m47.9-225c4.3 3.7 5.4 9.9 2.6 14.9L452.4 356H488c5.2 0 9.8 3.3 11.4 8.2s-.1 10.3-4.2 13.4l-96 72c-4.5 3.4-10.8 3.2-15.1-.6s-5.4-9.9-2.6-14.9l30.1-54.1H376c-5.2 0-9.8-3.3-11.4-8.2s.1-10.3 4.2-13.4l96-72c4.5-3.4 10.8-3.2 15.1.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/plug-circle-check.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/plug-circle-check.svg new file mode 100644 index 0000000..bd43e41 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/plug-circle-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 0C78.3 0 64 14.3 64 32v96h64V32c0-17.7-14.3-32-32-32m192 0c-17.7 0-32 14.3-32 32v96h64V32c0-17.7-14.3-32-32-32M32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32v32c0 77.4 55 142 128 156.8V480c0 17.7 14.3 32 32 32s32-14.3 32-32v-67.2c12.3-2.5 24.1-6.4 35.1-11.5-2.1-10.8-3.1-21.9-3.1-33.3 0-80.3 53.8-148 127.3-169.2.5-2.2.7-4.5.7-6.8 0-17.7-14.3-32-32-32zm544 208a144 144 0 1 0-288 0 144 144 0 1 0 288 0m-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l28.7 28.7 60.7-60.7c6.2-6.2 16.4-6.2 22.6 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/plug-circle-exclamation.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/plug-circle-exclamation.svg new file mode 100644 index 0000000..c8b5570 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/plug-circle-exclamation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 0C78.3 0 64 14.3 64 32v96h64V32c0-17.7-14.3-32-32-32m192 0c-17.7 0-32 14.3-32 32v96h64V32c0-17.7-14.3-32-32-32M32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32v32c0 77.4 55 142 128 156.8V480c0 17.7 14.3 32 32 32s32-14.3 32-32v-67.2c12.3-2.5 24.1-6.4 35.1-11.5-2.1-10.8-3.1-21.9-3.1-33.3 0-80.3 53.8-148 127.3-169.2.5-2.2.7-4.5.7-6.8 0-17.7-14.3-32-32-32zm400 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288m0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48m0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16v-80c0-8.8 7.2-16 16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/plug-circle-minus.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/plug-circle-minus.svg new file mode 100644 index 0000000..1fd6e66 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/plug-circle-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 0C78.3 0 64 14.3 64 32v96h64V32c0-17.7-14.3-32-32-32m192 0c-17.7 0-32 14.3-32 32v96h64V32c0-17.7-14.3-32-32-32M32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32v32c0 77.4 55 142 128 156.8V480c0 17.7 14.3 32 32 32s32-14.3 32-32v-67.2c12.3-2.5 24.1-6.4 35.1-11.5-2.1-10.8-3.1-21.9-3.1-33.3 0-80.3 53.8-148 127.3-169.2.5-2.2.7-4.5.7-6.8 0-17.7-14.3-32-32-32zm544 208a144 144 0 1 0-288 0 144 144 0 1 0 288 0m-64 0c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16s7.2-16 16-16h128c8.8 0 16 7.2 16 16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/plug-circle-plus.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/plug-circle-plus.svg new file mode 100644 index 0000000..a3185c9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/plug-circle-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 0C78.3 0 64 14.3 64 32v96h64V32c0-17.7-14.3-32-32-32m192 0c-17.7 0-32 14.3-32 32v96h64V32c0-17.7-14.3-32-32-32M32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32v32c0 77.4 55 142 128 156.8V480c0 17.7 14.3 32 32 32s32-14.3 32-32v-67.2c12.3-2.5 24.1-6.4 35.1-11.5-2.1-10.8-3.1-21.9-3.1-33.3 0-80.3 53.8-148 127.3-169.2.5-2.2.7-4.5.7-6.8 0-17.7-14.3-32-32-32zm400 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288m16-208v48h48c8.8 0 16 7.2 16 16s-7.2 16-16 16h-48v48c0 8.8-7.2 16-16 16s-16-7.2-16-16v-48h-48c-8.8 0-16-7.2-16-16s7.2-16 16-16h48v-48c0-8.8 7.2-16 16-16s16 7.2 16 16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/plug-circle-xmark.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/plug-circle-xmark.svg new file mode 100644 index 0000000..2b87557 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/plug-circle-xmark.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 0C78.3 0 64 14.3 64 32v96h64V32c0-17.7-14.3-32-32-32m192 0c-17.7 0-32 14.3-32 32v96h64V32c0-17.7-14.3-32-32-32M32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32v32c0 77.4 55 142 128 156.8V480c0 17.7 14.3 32 32 32s32-14.3 32-32v-67.2c12.3-2.5 24.1-6.4 35.1-11.5-2.1-10.8-3.1-21.9-3.1-33.3 0-80.3 53.8-148 127.3-169.2.5-2.2.7-4.5.7-6.8 0-17.7-14.3-32-32-32zm400 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288m59.3-180.7L454.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L432 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l36.7-36.7-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l36.7 36.7 36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/plug.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/plug.svg new file mode 100644 index 0000000..2a5a620 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/plug.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 0C78.3 0 64 14.3 64 32v96h64V32c0-17.7-14.3-32-32-32m192 0c-17.7 0-32 14.3-32 32v96h64V32c0-17.7-14.3-32-32-32M32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32v32c0 77.4 55 142 128 156.8V480c0 17.7 14.3 32 32 32s32-14.3 32-32v-67.2C297 398 352 333.4 352 256v-32c17.7 0 32-14.3 32-32s-14.3-32-32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/plus-minus.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/plus-minus.svg new file mode 100644 index 0000000..e3adc85 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/plus-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M224 32c0-17.7-14.3-32-32-32s-32 14.3-32 32v112H48c-17.7 0-32 14.3-32 32s14.3 32 32 32h112v112c0 17.7 14.3 32 32 32s32-14.3 32-32V208h112c17.7 0 32-14.3 32-32s-14.3-32-32-32H224zM0 480c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32s-14.3-32-32-32H32c-17.7 0-32 14.3-32 32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/plus.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/plus.svg new file mode 100644 index 0000000..6f27d22 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32v144H48c-17.7 0-32 14.3-32 32s14.3 32 32 32h144v144c0 17.7 14.3 32 32 32s32-14.3 32-32V288h144c17.7 0 32-14.3 32-32s-14.3-32-32-32H256z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/podcast.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/podcast.svg new file mode 100644 index 0000000..b32eefe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/podcast.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M319.4 372c48.5-31.3 80.6-85.9 80.6-148 0-97.2-78.8-176-176-176S48 126.8 48 224c0 62.1 32.1 116.6 80.6 148 1.2 17.3 4 38 7.2 57.1l.2 1C56 395.8 0 316.5 0 224 0 100.3 100.3 0 224 0s224 100.3 224 224c0 92.5-56 171.9-136 206.1l.2-1.1c3.1-19.2 6-39.8 7.2-57m-2.3-38.1c-1.6-5.7-3.9-11.1-7-16.2-5.8-9.7-13.5-17-21.9-22.4 19.5-17.6 31.8-43 31.8-71.3 0-53-43-96-96-96s-96 43-96 96c0 28.3 12.3 53.8 31.8 71.3-8.4 5.4-16.1 12.7-21.9 22.4-3.1 5.1-5.4 10.5-7 16.2C99.8 307.5 80 268 80 224c0-79.5 64.5-144 144-144s144 64.5 144 144c0 44-19.8 83.5-50.9 109.9M224 312c32.9 0 64 8.6 64 43.8 0 33-12.9 104.1-20.6 132.9-5.1 19-24.5 23.4-43.4 23.4s-38.2-4.4-43.4-23.4C172.8 460.2 160 389 160 355.9c0-35.1 31.1-43.8 64-43.8zm0-144a56 56 0 1 1 0 112 56 56 0 1 1 0-112"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/poo-storm.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/poo-storm.svg new file mode 100644 index 0000000..f2f178e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/poo-storm.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M236.9.2c-5.5-.7-11 1.4-14.5 5.7s-4.6 10.1-2.8 15.3c2.8 8.2 4.3 16.9 4.3 26.1 0 21.7-8.5 37.2-21.9 47.6-13.8 10.8-34 17-57.8 17l-16.2.1c-35.3 0-64 28.7-64 64 0 12.2 3.4 23.5 9.3 33.2C31.7 216.2 0 252.4 0 296c0 40.9 28 75.4 65.8 85.2-5.3-18.5 1-38.5 16.2-50.7l160-128c17.6-14.1 42.6-14 60.2.2s22.8 38.6 12.8 58.8L285.7 320H304c20.4 0 38.5 12.9 45.3 32.1 3.7 10.6 3.5 21.8 0 31.9H360c48.6 0 88-39.4 88-88 0-43.6-31.7-79.8-73.3-86.8 5.9-9.7 9.3-21.1 9.3-33.2 0-35.3-28.7-64-64-64h-1.4c.9-5.4 1.4-10.9 1.4-16.6 0-48.7-36.1-88.9-83.1-95.2M282 227.6c-5.8-4.7-14.2-4.7-20.1-.1l-160 128c-5.3 4.2-7.4 11.4-5.1 17.8s8.3 10.7 15.1 10.7H182l-52.3 104.8c-3.4 6.7-1.6 14.9 4.3 19.6s14.2 4.7 20.1.1l160-128c5.3-4.2 7.4-11.4 5.1-17.8s-8.3-10.7-15.1-10.7H234l52.4-104.8c3.4-6.7 1.6-14.9-4.3-19.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/poo.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/poo.svg new file mode 100644 index 0000000..4adf226 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/poo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M268.9.9c-5.5-.7-11 1.4-14.5 5.7s-4.6 10.1-2.8 15.4c2.8 8.2 4.3 16.9 4.3 26.1 0 44.1-35.7 79.9-79.8 80L160 128c-35.3 0-64 28.7-64 64 0 19.1 8.4 36.3 21.7 48H104c-39.8 0-72 32.2-72 72 0 23.2 11 43.8 28 57-34.1 5.7-60 35.3-60 71 0 39.8 32.2 72 72 72h368c39.8 0 72-32.2 72-72 0-35.7-25.9-65.3-60-71 17-13.2 28-33.8 28-57 0-39.8-32.2-72-72-72h-13.7c13.3-11.7 21.7-28.9 21.7-48 0-35.3-28.7-64-64-64h-5.5c3.5-10 5.5-20.8 5.5-32 0-48.6-36.2-88.8-83.1-95.1M192 256a32 32 0 1 1 0 64 32 32 0 1 1 0-64m96 32a32 32 0 1 1 64 0 32 32 0 1 1-64 0m64 108.3c0 2.4-.7 4.8-2.2 6.7-8.2 10.5-39.5 45-93.8 45s-85.6-34.6-93.8-45c-1.5-1.9-2.2-4.3-2.2-6.7 0-6.8 5.5-12.3 12.3-12.3h167.4c6.8 0 12.3 5.5 12.3 12.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/poop.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/poop.svg new file mode 100644 index 0000000..829b015 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/poop.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M254.4 6.6c3.5-4.3 9-6.5 14.5-5.7C315.8 7.2 352 47.4 352 96c0 11.2-1.9 22-5.5 32h5.5c35.3 0 64 28.7 64 64 0 19.1-8.4 36.3-21.7 48H408c39.8 0 72 32.2 72 72 0 23.2-11 43.8-28 57 34.1 5.7 60 35.3 60 71 0 39.8-32.2 72-72 72H72c-39.8 0-72-32.2-72-72 0-35.7 25.9-65.3 60-71-17-13.2-28-33.8-28-57 0-39.8 32.2-72 72-72h13.7C104.4 228.3 96 211.1 96 192c0-35.3 28.7-64 64-64h16.2c44.1-.1 79.8-35.9 79.8-80 0-9.2-1.5-17.9-4.3-26.1-1.8-5.2-.8-11.1 2.8-15.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/power-off.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/power-off.svg new file mode 100644 index 0000000..d7148e9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/power-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32v224c0 17.7 14.3 32 32 32s32-14.3 32-32zm-144.5 88.6c13.6-11.3 15.4-31.5 4.1-45.1s-31.5-15.4-45.1-4.1C49.7 115.4 16 181.8 16 256c0 132.5 107.5 240 240 240s240-107.5 240-240c0-74.2-33.8-140.6-86.6-184.6-13.6-11.3-33.8-9.4-45.1 4.1s-9.4 33.8 4.1 45.1c38.9 32.3 63.5 81 63.5 135.4 0 97.2-78.8 176-176 176s-176-78.8-176-176c0-54.4 24.7-103.1 63.5-135.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/prescription-bottle-medical.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/prescription-bottle-medical.svg new file mode 100644 index 0000000..14a5cb7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/prescription-bottle-medical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 32C0 14.3 14.3 0 32 0h320c17.7 0 32 14.3 32 32v32c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 64zm32 96h320v320c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64zm128 112v48h-48c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16h-48v-48c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/prescription-bottle.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/prescription-bottle.svg new file mode 100644 index 0000000..f24d2fd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/prescription-bottle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 32C0 14.3 14.3 0 32 0h320c17.7 0 32 14.3 32 32v32c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 64zm32 96h320v320c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64v-32h112c8.8 0 16-7.2 16-16s-7.2-16-16-16H32v-64h112c8.8 0 16-7.2 16-16s-7.2-16-16-16H32v-64h112c8.8 0 16-7.2 16-16s-7.2-16-16-16H32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/prescription.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/prescription.svg new file mode 100644 index 0000000..7730d64 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/prescription.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 0C14.3 0 0 14.3 0 32v256c0 17.7 14.3 32 32 32s32-14.3 32-32v-64h50.7l128 128-105.3 105.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L288 397.3l105.4 105.3c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L333.3 352l105.3-105.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L288 306.7l-85.8-85.8C251.4 209.1 288 164.8 288 112 288 50.1 237.9 0 176 0zm144 160H64V64h112c26.5 0 48 21.5 48 48s-21.5 48-48 48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/print.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/print.svg new file mode 100644 index 0000000..50f5d53 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/print.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M128 0C92.7 0 64 28.7 64 64v96h64V64h226.7L384 93.3V160h64V93.3c0-17-6.7-33.3-18.7-45.3L400 18.7C388 6.7 371.7 0 354.7 0zm256 352v96H128v-96zm64 32h32c17.7 0 32-14.3 32-32v-96c0-35.3-28.7-64-64-64H64c-35.3 0-64 28.7-64 64v96c0 17.7 14.3 32 32 32h32v64c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64zm-16-136a24 24 0 1 1 0 48 24 24 0 1 1 0-48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/pump-medical.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/pump-medical.svg new file mode 100644 index 0000000..7c8b9f3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/pump-medical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M128 32v96h128V96h60.1c4.2 0 8.3 1.7 11.3 4.7l33.9 33.9c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-33.9-33.9c-15-15-35.4-23.4-56.6-23.4H256c0-17.7-14.3-32-32-32h-64c-17.7 0-32 14.3-32 32m-10.6 128c-33.3 0-61 25.5-63.8 58.7L35 442.7C31.9 480 61.3 512 98.8 512h186.4c37.4 0 66.9-32 63.8-69.3l-18.7-224c-2.8-33.2-30.5-58.7-63.8-58.7zM216 280v32h32c13.3 0 24 10.7 24 24s-10.7 24-24 24h-32v32c0 13.3-10.7 24-24 24s-24-10.7-24-24v-32h-32c-13.3 0-24-10.7-24-24s10.7-24 24-24h32v-32c0-13.3 10.7-24 24-24s24 10.7 24 24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/pump-soap.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/pump-soap.svg new file mode 100644 index 0000000..a020d67 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/pump-soap.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M128 32v96h128V96h60.1c4.2 0 8.3 1.7 11.3 4.7l33.9 33.9c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-33.9-33.9c-15-15-35.4-23.4-56.6-23.4H256c0-17.7-14.3-32-32-32h-64c-17.7 0-32 14.3-32 32m-10.6 128c-33.3 0-61 25.5-63.8 58.7L35 442.7C31.9 480 61.3 512 98.8 512h186.4c37.4 0 66.9-32 63.8-69.3l-18.7-224c-2.8-33.2-30.5-58.7-63.8-58.7zM256 360c0 35.3-28.7 56-64 56s-64-20.7-64-56c0-32.5 37-80.9 50.9-97.9 3.2-3.9 8.1-6.1 13.1-6.1s9.9 2.2 13.1 6.1c13.9 17 50.9 65.4 50.9 97.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/puzzle-piece.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/puzzle-piece.svg new file mode 100644 index 0000000..1713d3c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/puzzle-piece.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M192 104.8c0-9.2-5.8-17.3-13.2-22.8-11.6-8.7-18.8-20.7-18.8-34 0-26.5 28.7-48 64-48s64 21.5 64 48c0 13.3-7.2 25.3-18.8 34-7.4 5.5-13.2 13.6-13.2 22.8 0 12.8 10.4 23.2 23.2 23.2H336c26.5 0 48 21.5 48 48v56.8c0 12.8 10.4 23.2 23.2 23.2 9.2 0 17.3-5.8 22.8-13.2 8.7-11.6 20.7-18.8 34-18.8 26.5 0 48 28.7 48 64s-21.5 64-48 64c-13.3 0-25.3-7.2-34-18.8-5.5-7.4-13.6-13.2-22.8-13.2-12.8 0-23.2 10.4-23.2 23.2V464c0 26.5-21.5 48-48 48h-56.8c-12.8 0-23.2-10.4-23.2-23.2 0-9.2 5.8-17.3 13.2-22.8 11.6-8.7 18.8-20.7 18.8-34 0-26.5-28.7-48-64-48s-64 21.5-64 48c0 13.3 7.2 25.3 18.8 34 7.4 5.5 13.2 13.6 13.2 22.8 0 12.8-10.4 23.2-23.2 23.2H48c-26.5 0-48-21.5-48-48V343.2C0 330.4 10.4 320 23.2 320c9.2 0 17.3 5.8 22.8 13.2 8.7 11.6 20.7 18.8 34 18.8 26.5 0 48-28.7 48-64s-21.5-64-48-64c-13.3 0-25.3 7.2-34 18.8-5.5 7.4-13.6 13.2-22.8 13.2C10.4 256 0 245.6 0 232.8V176c0-26.5 21.5-48 48-48h120.8c12.8 0 23.2-10.4 23.2-23.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/q.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/q.svg new file mode 100644 index 0000000..8db499c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/q.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 256c0 88.4 71.6 160 160 160 28.9 0 56-7.7 79.4-21.1l-72-86.4c-11.3-13.6-9.5-33.8 4.1-45.1s33.8-9.5 45.1 4.1l70.9 85.1c20.4-26.8 32.5-60.3 32.5-96.6 0-88.4-71.6-160-160-160S64 167.6 64 256m280.9 188.6C310 467 268.5 480 224 480 100.3 480 0 379.7 0 256S100.3 32 224 32s224 100.3 224 224c0 56.1-20.6 107.4-54.7 146.7l47.3 56.8c11.3 13.6 9.5 33.8-4.1 45.1s-33.8 9.5-45.1-4.1l-46.6-55.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/qrcode.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/qrcode.svg new file mode 100644 index 0000000..a7130c1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/qrcode.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 80c0-26.5 21.5-48 48-48h96c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48zm64 16v64h64V96zM0 336c0-26.5 21.5-48 48-48h96c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48zm64 16v64h64v-64zM304 32h96c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48h-96c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48m80 64h-64v64h64zM256 304c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16s7.2 16 16 16h32c8.8 0 16-7.2 16-16s7.2-16 16-16 16 7.2 16 16v96c0 8.8-7.2 16-16 16h-64c-8.8 0-16-7.2-16-16s-7.2-16-16-16-16 7.2-16 16v64c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16zm112 176a16 16 0 1 1 0-32 16 16 0 1 1 0 32m64 0a16 16 0 1 1 0-32 16 16 0 1 1 0 32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/question.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/question.svg new file mode 100644 index 0000000..9a40c63 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/question.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M80 160c0-35.3 28.7-64 64-64h32c35.3 0 64 28.7 64 64v3.6c0 21.8-11.1 42.1-29.4 53.8l-42.2 27.1a87.98 87.98 0 0 0-40.4 74v1.4c0 17.7 14.3 32 32 32s32-14.3 32-32v-1.4c0-8.2 4.2-15.8 11-20.2l42.2-27.1c36.6-23.6 58.8-64.1 58.8-107.7v-3.6c0-70.7-57.3-128-128-128h-32C73.3 32 16 89.3 16 160c0 17.7 14.3 32 32 32s32-14.3 32-32m80 320a40 40 0 1 0 0-80 40 40 0 1 0 0 80"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/quote-left.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/quote-left.svg new file mode 100644 index 0000000..81f6d4f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/quote-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 216C0 149.7 53.7 96 120 96h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V216m256 0c0-66.3 53.7-120 120-120h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64h-64c-35.3 0-64-28.7-64-64V216"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/quote-right.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/quote-right.svg new file mode 100644 index 0000000..c80d040 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/quote-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M448 296c0 66.3-53.7 120-120 120h-8c-17.7 0-32-14.3-32-32s14.3-32 32-32h8c30.9 0 56-25.1 56-56v-8h-64c-35.3 0-64-28.7-64-64v-64c0-35.3 28.7-64 64-64h64c35.3 0 64 28.7 64 64v136m-256 0c0 66.3-53.7 120-120 120h-8c-17.7 0-32-14.3-32-32s14.3-32 32-32h8c30.9 0 56-25.1 56-56v-8H64c-35.3 0-64-28.7-64-64v-64c0-35.3 28.7-64 64-64h64c35.3 0 64 28.7 64 64v136"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/r.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/r.svg new file mode 100644 index 0000000..6493c75 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/r.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32C28.7 32 0 60.7 0 96v352c0 17.7 14.3 32 32 32s32-14.3 32-32V320h95.3l102.5 146.4c10.1 14.5 30.1 18 44.6 7.9s18-30.1 7.9-44.6l-84.2-120.2C282.8 288.1 320 236.4 320 176c0-79.5-64.5-144-144-144zm112 224H64V96h112c44.2 0 80 35.8 80 80s-35.8 80-80 80"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/radiation.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/radiation.svg new file mode 100644 index 0000000..19bb80f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/radiation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M216 186.7c-23.9 13.8-40 39.7-40 69.3H32c-17.7 0-32.2-14.4-30-31.9C10.7 154 47.8 92.7 101.3 52c14.1-10.7 33.8-5.3 42.7 10zM256 336c14.6 0 28.2-3.9 40-10.7l72 124.8c8.8 15.3 3.7 35.1-12.6 41.9-30.6 12.9-64.2 20-99.4 20s-68.9-7.1-99.4-20c-16.3-6.9-21.4-26.6-12.6-41.9l72-124.8c11.8 6.8 25.4 10.7 40 10.7m224-80H336c0-29.6-16.1-55.5-40-69.3L368 62c8.8-15.3 28.6-20.7 42.7-10 53.6 40.7 90.6 102 99.4 172.1 2.2 17.5-12.4 31.9-30 31.9zm-224-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/radio.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/radio.svg new file mode 100644 index 0000000..956e663 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/radio.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M494.8 47c12.7-3.7 20-17.1 16.3-29.8S494-2.8 481.2 1L51.7 126.9c-9.4 2.7-17.9 7.3-25.1 13.2C10.5 151.7 0 170.6 0 192v256c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V192c0-35.3-28.7-64-64-64H218.5zM368 240a80 80 0 1 1 0 160 80 80 0 1 1 0-160M80 256c0-8.8 7.2-16 16-16h96c8.8 0 16 7.2 16 16s-7.2 16-16 16H96c-8.8 0-16-7.2-16-16m-16 64c0-8.8 7.2-16 16-16h128c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16m16 64c0-8.8 7.2-16 16-16h96c8.8 0 16 7.2 16 16s-7.2 16-16 16H96c-8.8 0-16-7.2-16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/rainbow.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/rainbow.svg new file mode 100644 index 0000000..96c654f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/rainbow.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M320 96C178.6 96 64 210.6 64 352v96c0 17.7-14.3 32-32 32S0 465.7 0 448v-96C0 175.3 143.3 32 320 32s320 143.3 320 320v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96c0-141.4-114.6-256-256-256m0 192c-35.3 0-64 28.7-64 64v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96c0-70.7 57.3-128 128-128s128 57.3 128 128v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96c0-35.3-28.7-64-64-64m-160 64v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96c0-123.7 100.3-224 224-224s224 100.3 224 224v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96c0-88.4-71.6-160-160-160s-160 71.6-160 160"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/ranking-star.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/ranking-star.svg new file mode 100644 index 0000000..72dc1ac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/ranking-star.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M353.8 54.1 330.2 6.3c-3.9-8.3-16.1-8.6-20.4 0l-23.6 47.8-52.3 7.5c-9.3 1.4-13.3 12.9-6.4 19.8l38 37-9 52.1c-1.4 9.3 8.2 16.5 16.8 12.2l46.9-24.8 46.6 24.4c8.6 4.3 18.3-2.9 16.8-12.2l-9-52.1 38-36.6c6.8-6.8 2.9-18.3-6.4-19.8l-52.3-7.5zM256 256c-17.7 0-32 14.3-32 32v192c0 17.7 14.3 32 32 32h128c17.7 0 32-14.3 32-32V288c0-17.7-14.3-32-32-32zM32 320c-17.7 0-32 14.3-32 32v128c0 17.7 14.3 32 32 32h128c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32zm416 96v64c0 17.7 14.3 32 32 32h128c17.7 0 32-14.3 32-32v-64c0-17.7-14.3-32-32-32H480c-17.7 0-32 14.3-32 32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/receipt.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/receipt.svg new file mode 100644 index 0000000..b125da2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/receipt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M14 2.2c8.5-3.9 18.5-2.5 25.6 3.6L80 40.4l40.4-34.6c9-7.7 22.3-7.7 31.2 0L192 40.4l40.4-34.6c9-7.7 22.3-7.7 31.2 0L304 40.4l40.4-34.6c7.1-6.1 17.1-7.5 25.6-3.6s14 12.4 14 21.8v464c0 9.4-5.5 17.9-14 21.8s-18.5 2.5-25.6-3.6L304 471.6l-40.4 34.6c-9 7.7-22.3 7.7-31.2 0L192 471.6l-40.4 34.6c-9 7.7-22.3 7.7-31.2 0L80 471.6l-40.4 34.6c-7.1 6.1-17.1 7.5-25.6 3.6S0 497.4 0 488V24C0 14.6 5.5 6.1 14 2.2M96 144c-8.8 0-16 7.2-16 16s7.2 16 16 16h192c8.8 0 16-7.2 16-16s-7.2-16-16-16zM80 352c0 8.8 7.2 16 16 16h192c8.8 0 16-7.2 16-16s-7.2-16-16-16H96c-8.8 0-16 7.2-16 16m16-112c-8.8 0-16 7.2-16 16s7.2 16 16 16h192c8.8 0 16-7.2 16-16s-7.2-16-16-16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/record-vinyl.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/record-vinyl.svg new file mode 100644 index 0000000..8d24e36 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/record-vinyl.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m256-96a96 96 0 1 1 0 192 96 96 0 1 1 0-192m0 224a128 128 0 1 0 0-256 128 128 0 1 0 0 256m0-96a32 32 0 1 0 0-64 32 32 0 1 0 0 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/rectangle-ad.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/rectangle-ad.svg new file mode 100644 index 0000000..ddaacb9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/rectangle-ad.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm165.5 141.3 72 144c5.9 11.9 1.1 26.3-10.7 32.2s-26.3 1.1-32.2-10.7l-5.4-10.8h-90.3l-5.4 10.7c-5.9 11.9-20.3 16.7-32.2 10.7s-16.7-20.3-10.7-32.2l72-144c4.1-8.1 12.4-13.3 21.5-13.3s17.4 5.1 21.5 13.3zM208 237.7 186.8 280h42.3zM392 256a24 24 0 1 0 0 48 24 24 0 1 0 0-48m24-43.9V184c0-13.3 10.7-24 24-24s24 10.7 24 24v144c0 13.3-10.7 24-24 24-6.6 0-12.6-2.7-17-7-9.4 4.5-19.9 7-31 7-39.8 0-72-32.2-72-72s32.2-72 72-72c8.4 0 16.5 1.4 24 4.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/rectangle-list.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/rectangle-list.svg new file mode 100644 index 0000000..386d201 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/rectangle-list.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 96c0-35.3 28.7-64 64-64h448c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm128 192a32 32 0 1 0 0-64 32 32 0 1 0 0 64m32-128a32 32 0 1 0-64 0 32 32 0 1 0 64 0m-32 224a32 32 0 1 0 0-64 32 32 0 1 0 0 64m96-248c-13.3 0-24 10.7-24 24s10.7 24 24 24h224c13.3 0 24-10.7 24-24s-10.7-24-24-24zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24h224c13.3 0 24-10.7 24-24s-10.7-24-24-24zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24h224c13.3 0 24-10.7 24-24s-10.7-24-24-24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/rectangle-xmark.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/rectangle-xmark.svg new file mode 100644 index 0000000..7a1e389 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/rectangle-xmark.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm111 143c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/recycle.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/recycle.svg new file mode 100644 index 0000000..d254ab8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/recycle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M174.7 45.1C192.2 17 223 0 256 0s63.8 17 81.3 45.1l38.6 61.7 27-15.6c8.4-4.9 18.9-4.2 26.6 1.7s11.1 15.9 8.6 25.3l-23.4 87.4c-3.4 12.8-16.6 20.4-29.4 17l-87.4-23.4c-9.4-2.5-16.3-10.4-17.6-20s3.4-19.1 11.8-23.9l28.4-16.4L283 79c-5.8-9.3-16-15-27-15s-21.2 5.7-27 15l-17.5 28c-9.2 14.8-28.6 19.5-43.6 10.5-15.3-9.2-20.2-29.2-10.7-44.4zm254.8 206.8c15-9 34.4-4.3 43.6 10.5l24.4 39.1c9.4 15.1 14.4 32.4 14.6 50.2.3 53.1-42.7 96.4-95.8 96.4L320 448v32c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-64-64c-9.4-9.4-9.4-24.6 0-33.9l64-64c6.9-6.9 17.2-8.9 26.2-5.2s14.8 12.5 14.8 22.2v32h96.2c17.6 0 31.9-14.4 31.8-32 0-5.9-1.7-11.7-4.8-16.7l-24.4-39.1c-9.5-15.2-4.7-35.2 10.7-44.4m-364.6-31L36 204.2c-8.4-4.9-13.1-14.3-11.8-23.9s8.2-17.5 17.6-20l87.4-23.4c12.8-3.4 26 4.2 29.4 17l23.4 87.3c2.5 9.4-.9 19.3-8.6 25.3s-18.2 6.6-26.6 1.7l-26.5-15.3-51.5 82.4c-3.1 5-4.8 10.8-4.8 16.7-.1 17.6 14.2 32 31.8 32H128c17.7 0 32 14.3 32 32s-14.3 32-32 32H95.8C42.7 448-.3 404.8 0 351.6c.1-17.8 5.1-35.1 14.6-50.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/registered.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/registered.svg new file mode 100644 index 0000000..11ad724 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/registered.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m-96-360c0-13.3 10.7-24 24-24h88c44.2 0 80 35.8 80 80 0 28-14.4 52.7-36.3 67l34.1 75.1c5.5 12.1.1 26.3-11.9 31.8s-26.3.1-31.8-11.9l-37.2-82H208v72c0 13.3-10.7 24-24 24s-24-10.7-24-24V152m48 88h64c17.7 0 32-14.3 32-32s-14.3-32-32-32h-64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/repeat.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/repeat.svg new file mode 100644 index 0000000..fcc78ba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/repeat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 224c0 17.7 14.3 32 32 32s32-14.3 32-32c0-53 43-96 96-96h160v32c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l64-64c12.5-12.5 12.5-32.8 0-45.3l-64-64c-9.2-9.2-22.9-11.9-34.9-6.9S320 19.1 320 32v32H160C71.6 64 0 135.6 0 224m512 64c0-17.7-14.3-32-32-32s-32 14.3-32 32c0 53-43 96-96 96H192v-32c0-12.9-7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9l-64 64c-12.5 12.5-12.5 32.8 0 45.3l64 64c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6v-32h160c88.4 0 160-71.6 160-160z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/reply-all.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/reply-all.svg new file mode 100644 index 0000000..c535f22 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/reply-all.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M209.4 39.5c-9.1-9.6-24.3-10-33.9-.9L33.8 173.2c-19.9 18.9-19.9 50.7 0 69.6l141.7 134.6c9.6 9.1 24.8 8.7 33.9-.9s8.7-24.8-.9-33.9L66.8 208 208.5 73.4c9.6-9.1 10-24.3.9-33.9M352 64c0-12.6-7.4-24.1-19-29.2s-25-3-34.4 5.4l-160 144c-6.7 6.1-10.6 14.7-10.6 23.8s3.9 17.7 10.6 23.8l160 144c9.4 8.5 22.9 10.6 34.4 5.4s19-16.6 19-29.2v-64h32c53 0 96 43 96 96 0 30.4-12.8 47.9-22.2 56.7-5.5 5.1-9.8 12-9.8 19.5 0 10.9 8.8 19.7 19.7 19.7 2.8 0 5.6-.6 8.1-1.9C494.5 467.9 576 417.3 576 304c0-97.2-78.8-176-176-176h-48z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/reply.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/reply.svg new file mode 100644 index 0000000..834eb4d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/reply.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M205 34.8c11.5 5.1 19 16.6 19 29.2v64h112c97.2 0 176 78.8 176 176 0 113.3-81.5 163.9-100.2 174.1-2.5 1.4-5.3 1.9-8.1 1.9-10.9 0-19.7-8.9-19.7-19.7 0-7.5 4.3-14.4 9.8-19.5 9.4-8.8 22.2-26.4 22.2-56.7 0-53-43-96-96-96h-96v64c0 12.6-7.4 24.1-19 29.2s-25 3-34.4-5.4l-160-144C3.9 225.7 0 217.1 0 208s3.9-17.7 10.6-23.8l160-144c9.4-8.5 22.9-10.6 34.4-5.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/republican.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/republican.svg new file mode 100644 index 0000000..6a27738 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/republican.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 192C0 103.6 71.6 32 160 32h224c88.4 0 160 71.6 160 160v64H0zm415.9-64c-2.4 0-4.7 1.3-5.7 3.4L397.6 156l-28.2 4c-2.4.3-4.4 2-5.2 4.2s-.1 4.7 1.6 6.3l20.4 19.2-4.8 27.1c-.4 2.3.6 4.7 2.5 6s4.6 1.6 6.7.5l25.2-12.8 25.2 12.8c2.2 1.1 4.8.9 6.7-.5s3-3.7 2.5-6l-4.8-27.1 20.6-19.2c1.7-1.6 2.4-4.1 1.6-6.3s-2.8-3.9-5.2-4.2l-28.2-4-12.6-24.6c-1.1-2.1-3.3-3.4-5.7-3.4m-138.3 3.4c-1.1-2.1-3.3-3.4-5.7-3.4s-4.7 1.3-5.7 3.4L253.6 156l-28.2 4c-2.4.3-4.4 2-5.2 4.2s-.1 4.7 1.6 6.3l20.4 19.2-4.8 27.1c-.4 2.3.6 4.7 2.5 6s4.6 1.6 6.7.5l25.2-12.8 25.2 12.8c2.2 1.1 4.8.9 6.7-.5s3-3.7 2.5-6l-4.8-27.1 20.6-19.2c1.7-1.6 2.4-4.1 1.6-6.3s-2.8-3.9-5.2-4.2l-28.2-4zM127.9 128c-2.4 0-4.7 1.3-5.7 3.4L109.6 156l-28.2 4c-2.4.3-4.4 2-5.2 4.2s-.1 4.7 1.6 6.3l20.4 19.2-4.8 27.1c-.4 2.3.6 4.7 2.5 6s4.6 1.6 6.7.5l25.2-12.8 25.2 12.8c2.2 1.1 4.8.9 6.7-.5s3-3.7 2.5-6l-4.8-27.1 20.6-19.2c1.7-1.6 2.4-4.1 1.6-6.3s-2.8-3.9-5.2-4.2l-28.2-4-12.6-24.6c-1.1-2.1-3.3-3.4-5.7-3.4m.1 160h416v112c0 8.8 7.2 16 16 16s16-7.2 16-16v-48c0-17.7 14.3-32 32-32s32 14.3 32 32v48c0 44.2-35.8 80-80 80s-80-35.8-80-80v-48h-32v96c0 17.7-14.3 32-32 32h-64c-17.7 0-32-14.3-32-32v-64H128v64c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V288z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/restroom.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/restroom.svg new file mode 100644 index 0000000..92044fb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/restroom.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M80 48a48 48 0 1 1 96 0 48 48 0 1 1-96 0m40 304v128c0 17.7-14.3 32-32 32s-32-14.3-32-32V325.2c-8.1 9.2-21.1 13.2-33.5 9.4-16.9-5.3-26.3-23.2-21-40.1l30.9-99.1C44.9 155.3 82 128 124 128h8c42 0 79.1 27.3 91.6 67.4l30.9 99.1c5.3 16.9-4.1 34.8-21 40.1-12.4 3.9-25.4-.2-33.5-9.4V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352zM320 0c13.3 0 24 10.7 24 24v464c0 13.3-10.7 24-24 24s-24-10.7-24-24V24c0-13.3 10.7-24 24-24m144 48a48 48 0 1 1 96 0 48 48 0 1 1-96 0m-24 432v-96h-17.8c-10.9 0-18.6-10.7-15.2-21.1l9-26.9c-3.2 0-6.4-.5-9.5-1.5-16.9-5.3-26.3-23.2-21-40.1l29.7-95.2c13.2-42.3 52.4-71.2 96.8-71.2s83.6 28.9 96.8 71.2l29.7 95.2c5.3 16.9-4.1 34.8-21 40.1-3.2 1-6.4 1.5-9.5 1.5l9 26.9c3.5 10.4-4.3 21.1-15.2 21.1H584v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96h-16v96c0 17.7-14.3 32-32 32s-32-14.3-32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/retweet.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/retweet.svg new file mode 100644 index 0000000..28a76f9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/retweet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M272 416c17.7 0 32-14.3 32-32s-14.3-32-32-32H160c-17.7 0-32-14.3-32-32V192h32c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-64-64c-12.5-12.5-32.8-12.5-45.3 0l-64 64c-9.2 9.2-11.9 22.9-6.9 34.9S19.1 192 32.1 192h32v128c0 53 43 96 96 96h112zm32-320c-17.7 0-32 14.3-32 32s14.3 32 32 32h112c17.7 0 32 14.3 32 32v128h-32c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l64 64c12.5 12.5 32.8 12.5 45.3 0l64-64c9.2-9.2 11.9-22.9 6.9-34.9S556.9 320 543.9 320h-32V192c0-53-43-96-96-96z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/ribbon.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/ribbon.svg new file mode 100644 index 0000000..40b8e08 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/ribbon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m333.2 322.8-133.9-146-53.3-58.2c7.8-5.1 37-22.6 78-22.6s70.2 17.4 78 22.6L245.7 180l85.6 93.4 27.4-29.8c16.3-17.7 25.3-40.9 25.3-65v-29.5c0-19-5.6-37.5-16.1-53.3l-40.1-60.2C312.9 13.4 287.9 0 261.2 0h-76c-25.8 0-50.1 12.5-65.1 33.5L81.9 87C70.3 103.2 64 122.8 64 142.8V164c0 23.2 8.4 45.6 23.6 63.1l56 64.2 83.3 95.6 91.8 105.3c10 11.5 26.8 14.3 40 6.8l54.5-31.1c17.8-10.2 21.6-34.3 7.7-49.4zm-128 87.8L121.9 315 27.1 418.5c-13.9 15.1-10.1 39.2 7.7 49.4l55.1 31.5c13 7.4 29.3 4.9 39.4-6.1l75.9-82.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/right-from-bracket.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/right-from-bracket.svg new file mode 100644 index 0000000..7c75afe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/right-from-bracket.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m377.9 105.9 122.8 122.8c7.2 7.2 11.3 17.1 11.3 27.3s-4.1 20.1-11.3 27.3L377.9 406.1c-6.4 6.4-15 9.9-24 9.9-18.7 0-33.9-15.2-33.9-33.9V320H192c-17.7 0-32-14.3-32-32v-64c0-17.7 14.3-32 32-32h128v-62.1c0-18.7 15.2-33.9 33.9-33.9 9 0 17.6 3.6 24 9.9M160 96H96c-17.7 0-32 14.3-32 32v256c0 17.7 14.3 32 32 32h64c17.7 0 32 14.3 32 32s-14.3 32-32 32H96c-53 0-96-43-96-96V128c0-53 43-96 96-96h64c17.7 0 32 14.3 32 32s-14.3 32-32 32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/right-left.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/right-left.svg new file mode 100644 index 0000000..756e4c2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/right-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 96h320V32c0-12.9 7.8-24.6 19.8-29.6s25.7-2.2 34.9 6.9l96 96c6 6 9.4 14.1 9.4 22.6s-3.4 16.6-9.4 22.6l-96 96c-9.2 9.2-22.9 11.9-34.9 6.9S352 236.8 352 223.8v-64L32 160c-17.7 0-32-14.3-32-32s14.3-32 32-32m448 256c17.7 0 32 14.3 32 32s-14.3 32-32 32H160v64c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-96-96c-6-6-9.4-14.1-9.4-22.6s3.4-16.6 9.4-22.6l96-96c9.2-9.2 22.9-11.9 34.9-6.9s19.8 16.6 19.8 29.6v64h320z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/right-long.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/right-long.svg new file mode 100644 index 0000000..4d10174 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/right-long.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M334.5 414c8.8 3.8 19 2 26-4.6l144-136c4.8-4.5 7.5-10.8 7.5-17.4s-2.7-12.9-7.5-17.4l-144-136c-7-6.6-17.2-8.4-26-4.6S320 110.5 320 120v72H32c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32h288v72c0 9.6 5.7 18.2 14.5 22"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/right-to-bracket.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/right-to-bracket.svg new file mode 100644 index 0000000..a917072 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/right-to-bracket.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m217.9 105.9 122.8 122.8c7.2 7.2 11.3 17.1 11.3 27.3s-4.1 20.1-11.3 27.3L217.9 406.1c-6.4 6.4-15 9.9-24 9.9-18.7 0-33.9-15.2-33.9-33.9V320H32c-17.7 0-32-14.3-32-32v-64c0-17.7 14.3-32 32-32h128v-62.1c0-18.7 15.2-33.9 33.9-33.9 9 0 17.6 3.6 24 9.9M352 416h64c17.7 0 32-14.3 32-32V128c0-17.7-14.3-32-32-32h-64c-17.7 0-32-14.3-32-32s14.3-32 32-32h64c53 0 96 43 96 96v256c0 53-43 96-96 96h-64c-17.7 0-32-14.3-32-32s14.3-32 32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/ring.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/ring.svg new file mode 100644 index 0000000..f36721c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/ring.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 208c0 7.8 4.4 18.7 17.1 30.3C126.5 214.1 188.9 200 256 200s129.5 14.1 174.9 38.3c12.7-11.6 17.1-22.5 17.1-30.3 0-12.3-10.8-32-47.9-50.6C364.9 139.8 314 128 256 128s-108.9 11.8-144.1 29.4C74.8 176 64 195.7 64 208m192 40c-47 0-89.3 7.6-122.9 19.7C166.3 280.2 208.8 288 256 288s89.7-7.8 122.9-20.3C345.3 255.6 303 248 256 248M0 208c0-49.6 39.4-85.8 83.3-107.8C129.1 77.3 190.3 64 256 64s126.9 13.3 172.7 36.2c43.9 22 83.3 58.2 83.3 107.8v96c0 49.6-39.4 85.8-83.3 107.8-45.8 22.9-107 36.2-172.7 36.2s-126.9-13.3-172.7-36.2C39.4 389.8 0 353.6 0 304z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/road-barrier.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/road-barrier.svg new file mode 100644 index 0000000..28ef365 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/road-barrier.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 32C14.3 32 0 46.3 0 64v384c0 17.7 14.3 32 32 32s32-14.3 32-32V266.3L149.2 96H64V64c0-17.7-14.3-32-32-32m373.2 64h-74.3l-5.4 10.7L234.8 288h74.3l5.4-10.7zm-42.4 192h74.3l5.4-10.7L533.2 96h-74.3l-5.4 10.7zm-160-192-5.4 10.7L106.8 288h74.3l5.4-10.7L277.2 96h-74.3zm288 192H576v160c0 17.7 14.3 32 32 32s32-14.3 32-32V64c0-17.7-14.3-32-32-32s-32 14.3-32 32v53.7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/road-bridge.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/road-bridge.svg new file mode 100644 index 0000000..f55a9fa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/road-bridge.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M352 0h256c17.7 0 32 14.3 32 32v448c0 17.7-14.3 32-32 32H352c-17.7 0-32-14.3-32-32V32c0-17.7 14.3-32 32-32m128 200c-13.3 0-24 10.7-24 24v64c0 13.3 10.7 24 24 24s24-10.7 24-24v-64c0-13.3-10.7-24-24-24m24 184c0-13.3-10.7-24-24-24s-24 10.7-24 24v64c0 13.3 10.7 24 24 24s24-10.7 24-24zM480 40c-13.3 0-24 10.7-24 24v64c0 13.3 10.7 24 24 24s24-10.7 24-24V64c0-13.3-10.7-24-24-24M32 96h256v64h-40v64h40v96c-53 0-96 43-96 96v64c0 17.7-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32v-64c0-53-43-96-96-96v-96h72v-64H32c-17.7 0-32-14.3-32-32s14.3-32 32-32m168 64h-80v64h80z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/road-circle-check.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/road-circle-check.svg new file mode 100644 index 0000000..710dc0f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/road-circle-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M213.2 32H288v64c0 17.7 14.3 32 32 32s32-14.3 32-32V32h74.8c27.1 0 51.3 17.1 60.3 42.6l42.7 120.6c-10.9-2.1-22.2-3.2-33.8-3.2-59.5 0-112.1 29.6-144 74.8V224c0-17.7-14.3-32-32-32s-32 14.3-32 32v64c0 17.7 14.3 32 32 32 2.3 0 4.6-.3 6.8-.7-4.5 15.5-6.8 31.8-6.8 48.7 0 5.4.2 10.7.7 16h-.7c-17.7 0-32 14.3-32 32v64H86.6C56.5 480 32 455.5 32 425.4c0-6.2 1.1-12.4 3.1-18.2L152.9 74.6C162 49.1 186.1 32 213.2 32M352 368a144 144 0 1 1 288 0 144 144 0 1 1-288 0m211.3-43.3c-6.2-6.2-16.4-6.2-22.6 0L480 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/road-circle-exclamation.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/road-circle-exclamation.svg new file mode 100644 index 0000000..eb4ad9b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/road-circle-exclamation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M213.2 32H288v64c0 17.7 14.3 32 32 32s32-14.3 32-32V32h74.8c27.1 0 51.3 17.1 60.3 42.6l42.7 120.6c-10.9-2.1-22.2-3.2-33.8-3.2-59.5 0-112.1 29.6-144 74.8V224c0-17.7-14.3-32-32-32s-32 14.3-32 32v64c0 17.7 14.3 32 32 32 2.3 0 4.6-.3 6.8-.7-4.5 15.5-6.8 31.8-6.8 48.7 0 5.4.2 10.7.7 16h-.7c-17.7 0-32 14.3-32 32v64H86.6C56.5 480 32 455.5 32 425.4c0-6.2 1.1-12.4 3.1-18.2L152.9 74.6C162 49.1 186.1 32 213.2 32M496 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288m0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48m0-192c-8.8 0-16 7.2-16 16v80c0 8.8 7.2 16 16 16s16-7.2 16-16v-80c0-8.8-7.2-16-16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/road-circle-xmark.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/road-circle-xmark.svg new file mode 100644 index 0000000..b6ca1d6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/road-circle-xmark.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M213.2 32H288v64c0 17.7 14.3 32 32 32s32-14.3 32-32V32h74.8c27.1 0 51.3 17.1 60.3 42.6l42.7 120.6c-10.9-2.1-22.2-3.2-33.8-3.2-59.5 0-112.1 29.6-144 74.8V224c0-17.7-14.3-32-32-32s-32 14.3-32 32v64c0 17.7 14.3 32 32 32 2.3 0 4.6-.3 6.8-.7-4.5 15.5-6.8 31.8-6.8 48.7 0 5.4.2 10.7.7 16h-.7c-17.7 0-32 14.3-32 32v64H86.6C56.5 480 32 455.5 32 425.4c0-6.2 1.1-12.4 3.1-18.2L152.9 74.6C162 49.1 186.1 32 213.2 32M496 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288m22.6 144 36.7-36.7c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L496 345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l36.7 36.7-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l36.7-36.7 36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/road-lock.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/road-lock.svg new file mode 100644 index 0000000..cba7492 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/road-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M288 32h-74.8c-27.1 0-51.3 17.1-60.3 42.6L35.1 407.2c-2.1 5.9-3.1 12-3.1 18.2 0 30.1 24.5 54.6 54.6 54.6H288v-64c0-17.7 14.3-32 32-32s32 14.3 32 32v64h32V352c0-23.7 12.9-44.4 32-55.4V272c0-58.3 44.6-106.2 101.5-111.5l-30.4-85.9C478 49.1 453.9 32 426.8 32H352v64c0 17.7-14.3 32-32 32s-32-14.3-32-32zm64 192v64c0 17.7-14.3 32-32 32s-32-14.3-32-32v-64c0-17.7 14.3-32 32-32s32 14.3 32 32m176 16c17.7 0 32 14.3 32 32v48h-64v-48c0-17.7 14.3-32 32-32m-80 32v48c-17.7 0-32 14.3-32 32v128c0 17.7 14.3 32 32 32h160c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32v-48c0-44.2-35.8-80-80-80s-80 35.8-80 80"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/road-spikes.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/road-spikes.svg new file mode 100644 index 0000000..90b8d05 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/road-spikes.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 116.8c0-15.8 20.5-22 29.3-8.9L192 256V116.8c0-15.8 20.5-22 29.3-8.9L320 256V116.8c0-15.8 20.5-22 29.3-8.9L448 256V116.8c0-15.8 20.5-22 29.3-8.9l129.5 194.3c14.2 21.3-1.1 49.7-26.6 49.7l-68.2.1H64zM32 384h576c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/road.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/road.svg new file mode 100644 index 0000000..f0fa474 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/road.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 32h-74.8c-27.1 0-51.3 17.1-60.3 42.6L3.1 407.2c-2 5.8-3.1 12-3.1 18.2C0 455.5 24.5 480 54.6 480H256v-64c0-17.7 14.3-32 32-32s32 14.3 32 32v64h201.4c30.2 0 54.6-24.5 54.6-54.6 0-6.2-1.1-12.4-3.1-18.2L455.1 74.6C446 49.1 421.9 32 394.8 32H320v64c0 17.7-14.3 32-32 32s-32-14.3-32-32zm64 192v64c0 17.7-14.3 32-32 32s-32-14.3-32-32v-64c0-17.7 14.3-32 32-32s32 14.3 32 32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/robot.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/robot.svg new file mode 100644 index 0000000..5c613c2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/robot.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M320 0c17.7 0 32 14.3 32 32v64h120c39.8 0 72 32.2 72 72v272c0 39.8-32.2 72-72 72H168c-39.8 0-72-32.2-72-72V168c0-39.8 32.2-72 72-72h120V32c0-17.7 14.3-32 32-32M208 384c-8.8 0-16 7.2-16 16s7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16zm96 0c-8.8 0-16 7.2-16 16s7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16zm96 0c-8.8 0-16 7.2-16 16s7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16zM264 256a40 40 0 1 0-80 0 40 40 0 1 0 80 0m152 40a40 40 0 1 0 0-80 40 40 0 1 0 0 80M48 224h16v192H48c-26.5 0-48-21.5-48-48v-96c0-26.5 21.5-48 48-48m544 0c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48h-16V224z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/rocket.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/rocket.svg new file mode 100644 index 0000000..6fc191b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/rocket.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M156.6 384.9 125.7 354c-8.5-8.5-11.5-20.8-7.7-32.2 3-8.9 7-20.5 11.8-33.8H24c-8.6 0-16.6-4.6-20.9-12.1s-4.2-16.7.2-24.1l52.5-88.5c13-21.9 36.5-35.3 61.9-35.3H200c2.4-4 4.8-7.7 7.2-11.3C289.1-4.1 411.1-8.1 483.9 5.3c11.6 2.1 20.6 11.2 22.8 22.8 13.4 72.9 9.3 194.8-111.4 276.7-3.5 2.4-7.3 4.8-11.3 7.2v82.3c0 25.4-13.4 49-35.3 61.9l-88.5 52.5c-7.4 4.4-16.6 4.5-24.1.2S224 496.7 224 488V380.8c-14.1 4.9-26.4 8.9-35.7 11.9-11.2 3.6-23.4.5-31.8-7.8zM384 168a40 40 0 1 0 0-80 40 40 0 1 0 0 80"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/rotate-left.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/rotate-left.svg new file mode 100644 index 0000000..1df234f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/rotate-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M48.5 224H40c-13.3 0-24-10.7-24-24V72c0-9.7 5.8-18.5 14.8-22.2S50.1 48.1 57 55l41.6 41.6c87.6-86.5 228.7-86.2 315.8 1 87.5 87.5 87.5 229.3 0 316.8s-229.3 87.5-316.8 0c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0c62.5 62.5 163.8 62.5 226.3 0s62.5-163.8 0-226.3c-62.2-62.2-162.7-62.5-225.3-1L185 183c6.9 6.9 8.9 17.2 5.2 26.2S177.7 224 168 224z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/rotate-right.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/rotate-right.svg new file mode 100644 index 0000000..b824e6e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/rotate-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M463.5 224h8.5c13.3 0 24-10.7 24-24V72c0-9.7-5.8-18.5-14.8-22.2S461.9 48.1 455 55l-41.6 41.6c-87.6-86.5-228.7-86.2-315.8 1-87.5 87.5-87.5 229.3 0 316.8s229.3 87.5 316.8 0c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0c-62.5 62.5-163.8 62.5-226.3 0s-62.5-163.8 0-226.3c62.2-62.2 162.7-62.5 225.3-1L327 183c-6.9 6.9-8.9 17.2-5.2 26.2S334.3 224 344 224z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/rotate.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/rotate.svg new file mode 100644 index 0000000..a5cf6de --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/rotate.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M142.9 142.9c-17.5 17.5-30.1 38-37.8 59.8-5.9 16.7-24.2 25.4-40.8 19.5S38.9 198 44.8 181.4c10.8-30.7 28.4-59.4 52.8-83.8 87.2-87.2 228.3-87.5 315.8-1L455 55c6.9-6.9 17.2-8.9 26.2-5.2S496 62.3 496 72v128c0 13.3-10.7 24-24 24H344c-9.7 0-18.5-5.8-22.2-14.8s-1.7-19.3 5.2-26.2l41.1-41.1c-62.6-61.5-163.1-61.2-225.3 1zM16 312c0-13.3 10.7-24 24-24h128c9.7 0 18.5 5.8 22.2 14.8s1.7 19.3-5.2 26.2l-41.1 41.1c62.6 61.5 163.1 61.2 225.3-1 17.5-17.5 30.1-38 37.8-59.8 5.9-16.7 24.2-25.4 40.8-19.5s25.4 24.2 19.5 40.8c-10.8 30.6-28.4 59.3-52.9 83.8-87.2 87.2-228.3 87.5-315.8 1L57 457c-6.9 6.9-17.2 8.9-26.2 5.2S16 449.7 16 440V312.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/route.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/route.svg new file mode 100644 index 0000000..c9ff6e1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/route.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M512 96c0 50.2-59.1 125.1-84.6 155-3.8 4.4-9.4 6.1-14.5 5H320c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c53 0 96 43 96 96s-43 96-96 96H139.6c8.7-9.9 19.3-22.6 30-36.8 6.3-8.4 12.8-17.6 19-27.2H416c17.7 0 32-14.3 32-32s-14.3-32-32-32h-96c-53 0-96-43-96-96s43-96 96-96h39.8c-21-31.5-39.8-67.7-39.8-96 0-53 43-96 96-96s96 43 96 96M117.1 489.1c-3.8 4.3-7.2 8.1-10.1 11.3l-1.8 2-.2-.2c-6 4.6-14.6 4-20-1.8C59.8 473 0 402.5 0 352c0-53 43-96 96-96s96 43 96 96c0 30-21.1 67-43.5 97.9-10.7 14.7-21.7 28-30.8 38.5zM128 352a32 32 0 1 0-64 0 32 32 0 1 0 64 0m288-224a32 32 0 1 0 0-64 32 32 0 1 0 0 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/rss.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/rss.svg new file mode 100644 index 0000000..bacc0b5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/rss.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 64c0-17.7 14.3-32 32-32 229.8 0 416 186.2 416 416 0 17.7-14.3 32-32 32s-32-14.3-32-32C384 253.6 226.4 96 32 96 14.3 96 0 81.7 0 64m0 352a64 64 0 1 1 128 0 64 64 0 1 1-128 0m32-256c159.1 0 288 128.9 288 288 0 17.7-14.3 32-32 32s-32-14.3-32-32c0-123.7-100.3-224-224-224-17.7 0-32-14.3-32-32s14.3-32 32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/ruble-sign.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/ruble-sign.svg new file mode 100644 index 0000000..c48f2bd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/ruble-sign.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 32c-17.7 0-32 14.3-32 32v192H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h32v32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h32v32c0 17.7 14.3 32 32 32s32-14.3 32-32v-32h160c17.7 0 32-14.3 32-32s-14.3-32-32-32H128v-32h112c79.5 0 144-64.5 144-144S319.5 32 240 32zm144 224H128V96h112c44.2 0 80 35.8 80 80s-35.8 80-80 80"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/rug.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/rug.svg new file mode 100644 index 0000000..f04949d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/rug.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M24 64h56v384H24c-13.3 0-24-10.7-24-24s10.7-24 24-24h8v-40h-8c-13.3 0-24-10.7-24-24s10.7-24 24-24h8v-32h-8c-13.3 0-24-10.7-24-24s10.7-24 24-24h8v-32h-8c-13.3 0-24-10.7-24-24s10.7-24 24-24h8v-40h-8c-13.3 0-24-10.7-24-24s10.7-24 24-24m88 0h416v384H112zm528 24c0 13.3-10.7 24-24 24h-8v40h8c13.3 0 24 10.7 24 24s-10.7 24-24 24h-8v32h8c13.3 0 24 10.7 24 24s-10.7 24-24 24h-8v32h8c13.3 0 24 10.7 24 24s-10.7 24-24 24h-8v40h8c13.3 0 24 10.7 24 24s-10.7 24-24 24h-56V64h56c13.3 0 24 10.7 24 24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/ruler-combined.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/ruler-combined.svg new file mode 100644 index 0000000..7957e11 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/ruler-combined.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M.2 468.9C2.7 493.1 23.1 512 48 512h416c26.5 0 48-21.5 48-48v-96c0-26.5-21.5-48-48-48h-48v80c0 8.8-7.2 16-16 16s-16-7.2-16-16v-80h-64v80c0 8.8-7.2 16-16 16s-16-7.2-16-16v-80h-64v80c0 8.8-7.2 16-16 16s-16-7.2-16-16v-80h-80c-8.8 0-16-7.2-16-16s7.2-16 16-16h80v-64h-80c-8.8 0-16-7.2-16-16s7.2-16 16-16h80v-64h-80c-8.8 0-16-7.2-16-16s7.2-16 16-16h80V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v416c0 1.7.1 3.3.2 4.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/ruler-horizontal.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/ruler-horizontal.svg new file mode 100644 index 0000000..3f8bbd1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/ruler-horizontal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 336c0 26.5 21.5 48 48 48h544c26.5 0 48-21.5 48-48V176c0-26.5-21.5-48-48-48h-64v80c0 8.8-7.2 16-16 16s-16-7.2-16-16v-80h-64v80c0 8.8-7.2 16-16 16s-16-7.2-16-16v-80h-64v80c0 8.8-7.2 16-16 16s-16-7.2-16-16v-80h-64v80c0 8.8-7.2 16-16 16s-16-7.2-16-16v-80h-64v80c0 8.8-7.2 16-16 16s-16-7.2-16-16v-80H48c-26.5 0-48 21.5-48 48z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/ruler-vertical.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/ruler-vertical.svg new file mode 100644 index 0000000..0ed164d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/ruler-vertical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 48C0 21.5 21.5 0 48 0h160c26.5 0 48 21.5 48 48v48h-80c-8.8 0-16 7.2-16 16s7.2 16 16 16h80v64h-80c-8.8 0-16 7.2-16 16s7.2 16 16 16h80v64h-80c-8.8 0-16 7.2-16 16s7.2 16 16 16h80v64h-80c-8.8 0-16 7.2-16 16s7.2 16 16 16h80v48c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/ruler.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/ruler.svg new file mode 100644 index 0000000..773ab35 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/ruler.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M177.9 494.1c-18.7 18.7-49.1 18.7-67.9 0l-92.1-92.2c-18.7-18.7-18.7-49.1 0-67.9l50.7-50.7 48 48c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-48-48 41.4-41.4 48 48c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-48-48 41.4-41.4 48 48c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-48-48 41.4-41.4 48 48c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-48-48L333.9 18C352.6-.7 383-.7 401.8 18l92.1 92.1c18.7 18.7 18.7 49.1 0 67.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/rupee-sign.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/rupee-sign.svg new file mode 100644 index 0000000..1f4f7df --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/rupee-sign.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 64c0-17.7 14.3-32 32-32h80c79.5 0 144 64.5 144 144 0 58.8-35.2 109.3-85.7 131.7l51.4 128.4c6.6 16.4-1.4 35-17.8 41.6s-35-1.4-41.6-17.8l-56-139.9H64v128c0 17.7-14.3 32-32 32S0 465.7 0 448V64m64 192h48c44.2 0 80-35.8 80-80s-35.8-80-80-80H64zm256.5 16.4c-.9 6 0 8.7.4 9.8s1.4 2.6 4.2 4.9c7.2 5.7 18.7 10 37.9 16.8l1.3.5c16 5.6 38.7 13.6 55.7 28.1 9.5 8.1 17.9 18.6 23.1 32.3 5.1 13.7 6.1 28.5 3.8 44-4.2 28.1-20.5 49.3-43.8 60.9-22.1 11-48.1 12.5-73.2 8h-.2c-9.3-1.8-20.5-5.7-29.3-9-6-2.3-12.6-4.9-17.7-6.9-2.5-1-4.6-1.8-6.3-2.5-16.5-6.4-24.6-25-18.2-41.4s24.9-24.6 41.4-18.2c2.6 1 5.2 2 7.9 3.1 4.8 1.9 9.8 3.9 15.4 6 8.8 3.3 15.3 5.4 18.7 6 15.7 2.8 26.7.8 32.9-2.3 5-2.5 8-6 9.1-13 1-6.9.2-10.5-.5-12.3-.6-1.7-1.8-3.6-4.5-5.9-6.9-5.8-18.2-10.4-36.9-17l-3-1.1c-15.5-5.4-37-13-53.3-25.9-9.5-7.5-18.3-17.6-23.7-31-5.5-13.4-6.6-28-4.4-43.2 8.4-57.1 67-78 116.9-68.9 6.9 1.3 27.3 5.8 35.4 8.4 16.9 5.2 26.3 23.2 21.1 40.1s-23.2 26.3-40.1 21.1c-4.7-1.4-22.3-5.5-27.9-6.5-14.6-2.7-25.8-.4-32.6 3.2-6.3 3.3-8.9 7.6-9.5 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/rupiah-sign.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/rupiah-sign.svg new file mode 100644 index 0000000..f0394ae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/rupiah-sign.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 64c0-17.7 14.3-32 32-32h80c79.5 0 144 64.5 144 144 0 58.8-35.2 109.3-85.7 131.7l51.4 128.4c6.6 16.4-1.4 35-17.8 41.6s-35-1.4-41.6-17.8l-56-139.9H64v128c0 17.7-14.3 32-32 32S0 465.7 0 448V64m64 192h48c44.2 0 80-35.8 80-80s-35.8-80-80-80H64zm256-96h80c61.9 0 112 50.1 112 112s-50.1 112-112 112h-48v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V192c0-17.7 14.3-32 32-32m80 160c26.5 0 48-21.5 48-48s-21.5-48-48-48h-48v96z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/s.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/s.svg new file mode 100644 index 0000000..3bfb6ef --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/s.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M99.1 105.4C79 114 68.2 127.2 65.2 144.8c-2.4 14.1-.7 23.2 2 29.4 2.8 6.3 7.9 12.4 16.7 18.6 19.2 13.4 48.3 22.1 84.9 32.5 1 .3 1.9.6 2.9.8 32.7 9.3 72 20.6 100.9 40.7 15.7 10.9 29.9 25.5 38.6 45.1 8.8 19.8 10.8 42 6.6 66.3-7.3 42.5-35.3 71.7-71.8 87.3-35.4 15.2-79.1 17.9-123.7 10.9h-.2c-24-3.9-62.7-17.1-87.6-25.6-4.8-1.7-9.2-3.1-12.8-4.3-16.6-5.7-25.6-23.8-20.1-40.6s23.7-25.8 40.5-20.3Q49.45 388 58 391c25.4 8.6 56.4 19.2 74.4 22.1 36.8 5.7 67.5 2.5 88.5-6.5 20.1-8.6 30.8-21.8 33.9-39.4 2.4-14.1.7-23.2-2-29.4-2.8-6.3-7.9-12.4-16.7-18.6-19.2-13.4-48.3-22.1-84.9-32.5-1-.3-1.9-.6-2.9-.8-32.7-9.3-72-20.6-100.9-40.7-15.7-10.9-29.9-25.5-38.6-45.1-8.8-19.8-10.8-42-6.6-66.3l31.5 5.5-31.6-5.4c7.3-42.5 35.3-71.7 71.8-87.3 35.4-15.2 79.1-17.9 123.7-10.9 13 2 52.4 9.6 66.6 13.4 17.1 4.5 27.2 22.1 22.7 39.2s-22.1 27.2-39.2 22.7c-11.2-3-48.1-10.2-60.1-12l4.9-31.5-4.9 31.5c-36.9-5.8-67.5-2.5-88.6 6.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/sack-dollar.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/sack-dollar.svg new file mode 100644 index 0000000..a485de5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/sack-dollar.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M320 96H192l-47.4-71.1c-7.1-10.7.5-24.9 13.3-24.9h196.2c12.8 0 20.4 14.2 13.3 24.9zm-128 32h128c3.8 2.5 8.1 5.3 13 8.4 56.7 36.3 179 114.5 179 279.6 0 53-43 96-96 96H96c-53 0-96-43-96-96 0-165.1 122.3-243.3 179-279.6 4.8-3.1 9.2-5.9 13-8.4m84 88c0-11-9-20-20-20s-20 9-20 20v14c-7.6 1.7-15.2 4.4-22.2 8.5-13.9 8.3-25.9 22.8-25.8 43.9.1 20.3 12 33.1 24.7 40.7 11 6.6 24.7 10.8 35.6 14l1.7.5c12.6 3.8 21.8 6.8 28 10.7 5.1 3.2 5.8 5.4 5.9 8.2.1 5-1.8 8-5.9 10.5-5 3.1-12.9 5-21.4 4.7-11.1-.4-21.5-3.9-35.1-8.5q-3.45-1.2-7.2-2.4c-10.5-3.5-21.8 2.2-25.3 12.6s2.2 21.8 12.6 25.3c1.9.6 4 1.3 6.1 2.1 8.3 2.9 17.9 6.2 28.2 8.4v14.6c0 11 9 20 20 20s20-9 20-20V410c8-1.7 16-4.5 23.2-9 14.3-8.9 25.1-24.1 24.8-45-.3-20.3-11.7-33.4-24.6-41.6-11.5-7.2-25.9-11.6-37.1-15l-.7-.2c-12.8-3.9-21.9-6.7-28.3-10.5-5.2-3.1-5.3-4.9-5.3-6.7 0-3.7 1.4-6.5 6.2-9.3 5.4-3.2 13.6-5.1 21.5-5 9.6.1 20.2 2.2 31.2 5.2 10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-6.5-1.7-13.7-3.4-21.1-4.7v-13.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/sack-xmark.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/sack-xmark.svg new file mode 100644 index 0000000..df79cf4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/sack-xmark.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M192 96h128l47.4-71.1c7.1-10.7-.5-24.9-13.3-24.9H157.9c-12.8 0-20.4 14.2-13.3 24.9zm128 32H192c-3.8 2.5-8.1 5.3-13 8.4C122.3 172.7 0 250.9 0 416c0 53 43 96 96 96h320c53 0 96-43 96-96 0-165.1-122.3-243.3-179-279.6-4.8-3.1-9.2-5.9-13-8.4m-30.1 208 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/sailboat.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/sailboat.svg new file mode 100644 index 0000000..1a540e5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/sailboat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 16c0-7 4.5-13.2 11.2-15.3s13.9.4 17.9 6.1l224 320c3.4 4.9 3.8 11.3 1.1 16.6S502 352 496 352H272c-8.8 0-16-7.2-16-16zm-43.9 80.5c7 1.9 11.9 8.2 11.9 15.5v224c0 8.8-7.2 16-16 16H80c-5.7 0-11-3-13.8-8s-2.9-11-.1-16l128-224c3.6-6.3 11-9.4 18-7.5M5.7 404.3C2.8 394.1 10.5 384 21.1 384h533.8c10.6 0 18.3 10.1 15.4 20.3l-4 14.3C550.7 473.9 500.4 512 443 512H133c-57.4 0-107.7-38.1-123.3-93.3l-4-14.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/satellite-dish.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/satellite-dish.svg new file mode 100644 index 0000000..f7c3a58 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/satellite-dish.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M192 32c0-17.7 14.3-32 32-32 159.1 0 288 128.9 288 288 0 17.7-14.3 32-32 32s-32-14.3-32-32c0-123.7-100.3-224-224-224-17.7 0-32-14.3-32-32M60.6 220.6l104.1 104.1 28.4-28.4c-.7-2.6-1.1-5.4-1.1-8.3 0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32c-2.9 0-5.6-.4-8.3-1.1l-28.4 28.4 104.1 104.1c14.5 14.5 11.8 38.8-7.3 46.3-23.6 9.2-49.2 14.3-76.1 14.3C93.1 512 0 418.9 0 304c0-26.9 5.1-52.5 14.4-76.1 7.5-19 31.8-21.8 46.3-7.3zM224 96c106 0 192 86 192 192 0 17.7-14.3 32-32 32s-32-14.3-32-32c0-70.7-57.3-128-128-128-17.7 0-32-14.3-32-32s14.3-32 32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/satellite.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/satellite.svg new file mode 100644 index 0000000..4c58ad1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/satellite.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M233 7c-9.4-9.4-24.6-9.4-33.9 0l-96 96c-9.4 9.4-9.4 24.6 0 33.9l89.4 89.4-15.5 15.5c-24.7-11.4-52.1-17.8-81-17.8-31.7 0-61.5 7.7-87.8 21.2-9 4.7-10.3 16.7-3.1 23.8l107.6 107.7-16.4 16.4c-2.6-.7-5.4-1.1-8.3-1.1-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32c0-2.9-.4-5.6-1.1-8.3l16.4-16.4 107.6 107.6c7.2 7.2 19.2 5.9 23.8-3.1 13.6-26.3 21.3-56.1 21.3-87.8 0-28.9-6.4-56.3-17.8-80.9l15.5-15.5L375 409c9.4 9.4 24.6 9.4 33.9 0l96-96c9.4-9.4 9.4-24.6 0-33.9l-89.4-89.4 55-55c12.5-12.5 12.5-32.8 0-45.3l-48-48c-12.5-12.5-32.8-12.5-45.3 0l-55 55zm159 351-72.4-72.4 62.1-62.1 72.4 72.5-62.1 62.1zM226.3 192.4 153.9 120 216 57.9l72.4 72.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/scale-balanced.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/scale-balanced.svg new file mode 100644 index 0000000..df07fd7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/scale-balanced.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M384 32h128c17.7 0 32 14.3 32 32s-14.3 32-32 32H398.4c-5.2 25.8-22.9 47.1-46.4 57.3V448h160c17.7 0 32 14.3 32 32s-14.3 32-32 32H128c-17.7 0-32-14.3-32-32s14.3-32 32-32h160V153.3c-23.5-10.3-41.2-31.6-46.4-57.3H128c-17.7 0-32-14.3-32-32s14.3-32 32-32h128c14.6-19.4 37.8-32 64-32s49.4 12.6 64 32m55.6 288h144.9L512 195.8zm72.4 96c-62.9 0-115.2-34-126-78.9-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8L631.3 305c5.7 9.8 9.3 21.1 6.7 32.1C627.2 382 574.9 416 512 416M126.8 195.8 54.4 320h144.9zM.9 337.1c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8L246.2 305c5.7 9.8 9.3 21.1 6.7 32.1C242 382 189.7 416 126.8 416S11.7 382 .9 337.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/scale-unbalanced-flip.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/scale-unbalanced-flip.svg new file mode 100644 index 0000000..d597559 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/scale-unbalanced-flip.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M117.9 62.4c-16.8-5.6-25.8-23.7-20.2-40.5s23.7-25.8 40.5-20.2l113 37.7C265 15.8 290.7 0 320 0c44.2 0 80 35.8 80 80 0 3-.2 5.9-.5 8.8l122.6 40.9c16.8 5.6 25.8 23.7 20.2 40.5s-23.7 25.8-40.5 20.2l-135.4-45.2c-4.5 3.2-9.3 5.9-14.4 8.2V480c0 17.7-14.3 32-32 32H128c-17.7 0-32-14.3-32-32s14.3-32 32-32h160V153.3c-21-9.2-37.2-27-44.2-49l-125.9-42zM200.4 288 128 163.8 55.6 288h144.9zM128 384c-62.9 0-115.2-34-126-78.9-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8L247.3 273c5.7 9.8 9.3 21.1 6.7 32.1C243.2 350 190.9 384 128 384m382.8-92.2L438.4 416h144.9zm126 141.3C626 478 573.7 512 510.8 512s-115.2-34-126-78.9c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8L630.1 401c5.7 9.8 9.3 21.1 6.7 32.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/scale-unbalanced.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/scale-unbalanced.svg new file mode 100644 index 0000000..9d9a4b7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/scale-unbalanced.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M522.1 62.4c16.8-5.6 25.8-23.7 20.2-40.5S518.6-3.9 501.9 1.6l-113 37.7C375 15.8 349.3 0 320 0c-44.2 0-80 35.8-80 80 0 3 .2 5.9.5 8.8l-122.6 40.8c-16.8 5.6-25.8 23.7-20.2 40.5s23.7 25.8 40.5 20.2l135.5-45.2c4.5 3.2 9.3 5.9 14.4 8.2L288 480c0 17.7 14.3 32 32 32h192c17.7 0 32-14.3 32-32s-14.3-32-32-32H352V153.3c21-9.2 37.2-27 44.2-49l125.9-42zM439.6 288 512 163.8 584.4 288H439.5zm72.4 96c62.9 0 115.2-34 126-78.9 2.6-11-1-22.3-6.7-32.1l-95.2-163.2c-5-8.6-14.2-13.8-24.1-13.8s-19.1 5.3-24.1 13.8l-95.2 163.3c-5.7 9.8-9.3 21.1-6.7 32.1C396.8 350 449.1 384 512 384m-382.8-92.2L201.6 416H56.7l72.4-124.2zM3.2 433.1C14 478 66.3 512 129.2 512s115.2-34 126-78.9c2.6-11-1-22.3-6.7-32.1l-95.3-163.2c-5-8.6-14.2-13.8-24.1-13.8s-19.1 5.3-24.1 13.8L9.9 401.1c-5.7 9.8-9.3 21.1-6.7 32.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/school-circle-check.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/school-circle-check.svg new file mode 100644 index 0000000..b9ac21b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/school-circle-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M337.8 5.4c-10.8-7.2-24.8-7.2-35.6 0L166.3 96H48c-26.5 0-48 21.5-48 48v320c0 26.5 21.5 48 48 48h272-64v-96c0-35.3 28.7-64 64-64h.8c3.4-37.7 18.7-72.1 42.2-99.1-12.8 7.1-27.4 11.1-43 11.1-48.6 0-88-39.4-88-88s39.4-88 88-88 88 39.4 88 88c0 18.3-5.6 35.3-15.1 49.4 29-21 64.6-33.4 103.1-33.4 59.5 0 112.1 29.6 144 74.8V144c0-26.5-21.5-48-48-48H473.7zM96 192h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16v-64c0-8.8 7.2-16 16-16m0 128h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16v-64c0-8.8 7.2-16 16-16m224-192c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16h-16v-16c0-8.8-7.2-16-16-16m320 240a144 144 0 1 0-288 0 144 144 0 1 0 288 0m-99.3-43.3c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l28.7 28.7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/school-circle-exclamation.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/school-circle-exclamation.svg new file mode 100644 index 0000000..04d21ef --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/school-circle-exclamation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M337.8 5.4c-10.8-7.2-24.8-7.2-35.6 0L166.3 96H48c-26.5 0-48 21.5-48 48v320c0 26.5 21.5 48 48 48h272-64v-96c0-35.3 28.7-64 64-64h.8c3.4-37.7 18.7-72.1 42.2-99.1-12.8 7.1-27.4 11.1-43 11.1-48.6 0-88-39.4-88-88s39.4-88 88-88 88 39.4 88 88c0 18.3-5.6 35.3-15.1 49.4 29-21 64.6-33.4 103.1-33.4 59.5 0 112.1 29.6 144 74.8V144c0-26.5-21.5-48-48-48H473.7zM96 192h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16v-64c0-8.8 7.2-16 16-16m0 128h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16v-64c0-8.8 7.2-16 16-16m224-192c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16h-16v-16c0-8.8-7.2-16-16-16m176 384a144 144 0 1 0 0-288 144 144 0 1 0 0 288m0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48m0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16v-80c0-8.8 7.2-16 16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/school-circle-xmark.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/school-circle-xmark.svg new file mode 100644 index 0000000..7f614fa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/school-circle-xmark.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M337.8 5.4c-10.8-7.2-24.8-7.2-35.6 0L166.3 96H48c-26.5 0-48 21.5-48 48v320c0 26.5 21.5 48 48 48h272-64v-96c0-35.3 28.7-64 64-64h.8c3.4-37.7 18.7-72.1 42.2-99.1-12.8 7.1-27.4 11.1-43 11.1-48.6 0-88-39.4-88-88s39.4-88 88-88 88 39.4 88 88c0 18.3-5.6 35.3-15.1 49.4 29-21 64.6-33.4 103.1-33.4 59.5 0 112.1 29.6 144 74.8V144c0-26.5-21.5-48-48-48H473.7zM96 192h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16v-64c0-8.8 7.2-16 16-16m0 128h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16v-64c0-8.8 7.2-16 16-16m224-192c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16h-16v-16c0-8.8-7.2-16-16-16m176 384a144 144 0 1 0 0-288 144 144 0 1 0 0 288m22.6-144 36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l36.7-36.7-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l36.7 36.7 36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/school-flag.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/school-flag.svg new file mode 100644 index 0000000..f98b07b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/school-flag.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M288 0h112c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16h-79.3l89.6 64H512c35.3 0 64 28.7 64 64v224c0 35.3-28.7 64-64 64H336V400c0-26.5-21.5-48-48-48s-48 21.5-48 48v112H64c-35.3 0-64-28.7-64-64V224c0-35.3 28.7-64 64-64h101.7L256 95.5V32c0-17.7 14.3-32 32-32m48 240a48 48 0 1 0-96 0 48 48 0 1 0 96 0M80 224c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-64c0-8.8-7.2-16-16-16zm368 16v64c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-64c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16M80 352c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-64c0-8.8-7.2-16-16-16zm384 0c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-64c0-8.8-7.2-16-16-16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/school-lock.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/school-lock.svg new file mode 100644 index 0000000..f7705f8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/school-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M302.2 5.4c10.7-7.2 24.8-7.2 35.5 0l136 90.6H592c26.5 0 48 21.5 48 48v128c0-61.9-50.1-112-112-112s-112 50.1-112 112v24.6c-19.1 11.1-32 31.7-32 55.4h-64c-35.3 0-64 28.7-64 64v96h64H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h118.3zM80 208v64c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-64c0-8.8-7.2-16-16-16H96c-8.8 0-16 7.2-16 16m0 128v64c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-64c0-8.8-7.2-16-16-16H96c-8.8 0-16 7.2-16 16m240-72a88 88 0 1 0 0-176 88 88 0 1 0 0 176m16-120v16h16c8.8 0 16 7.2 16 16s-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16s16 7.2 16 16m192 96c-17.7 0-32 14.3-32 32v48h64v-48c0-17.7-14.3-32-32-32m-80 32c0-44.2 35.8-80 80-80s80 35.8 80 80v48c17.7 0 32 14.3 32 32v128c0 17.7-14.3 32-32 32H448c-17.7 0-32-14.3-32-32V352c0-17.7 14.3-32 32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/school.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/school.svg new file mode 100644 index 0000000..2d70f8d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/school.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M337.8 5.4c-10.8-7.2-24.8-7.2-35.6 0L166.3 96H48c-26.5 0-48 21.5-48 48v320c0 26.5 21.5 48 48 48h208v-96c0-35.3 28.7-64 64-64s64 28.7 64 64v96h208c26.5 0 48-21.5 48-48V144c0-26.5-21.5-48-48-48H473.7zM96 192h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16v-64c0-8.8 7.2-16 16-16m400 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16zM96 320h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16v-64c0-8.8 7.2-16 16-16m400 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16zM232 176a88 88 0 1 1 176 0 88 88 0 1 1-176 0m88-48c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16h-16v-16c0-8.8-7.2-16-16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/scissors.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/scissors.svg new file mode 100644 index 0000000..7e69c1b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/scissors.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m256 192-39.5-39.5c4.9-12.6 7.5-26.2 7.5-40.5C224 50.1 173.9 0 112 0S0 50.1 0 112s50.1 112 112 112c14.3 0 27.9-2.7 40.5-7.5L192 256l-39.5 39.5c-12.6-4.9-26.2-7.5-40.5-7.5C50.1 288 0 338.1 0 400s50.1 112 112 112 112-50.1 112-112c0-14.3-2.7-27.9-7.5-40.5L499.2 76.8c7.1-7.1 7.1-18.5 0-25.6-28.3-28.3-74.1-28.3-102.4 0zm22.6 150.6 118.2 118.2c28.3 28.3 74.1 28.3 102.4 0 7.1-7.1 7.1-18.5 0-25.6L342.6 278.6zM64 112a48 48 0 1 1 96 0 48 48 0 1 1-96 0m48 240a48 48 0 1 1 0 96 48 48 0 1 1 0-96"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/screwdriver-wrench.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/screwdriver-wrench.svg new file mode 100644 index 0000000..a18939f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/screwdriver-wrench.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M78.6 5c-9.5-7.4-23-6.5-31.6 2L7 47c-8.5 8.5-9.4 22-2.1 31.6l80 104c4.5 5.9 11.6 9.4 19 9.4H158l109 109c-14.7 29-10 65.4 14.3 89.6l112 112c12.5 12.5 32.8 12.5 45.3 0l64-64c12.5-12.5 12.5-32.8 0-45.3l-112-112c-24.2-24.2-60.6-29-89.6-14.3L192 158v-54.1c0-7.5-3.5-14.5-9.4-19zM19.9 396.1C7.2 408.8 0 426.1 0 444.1 0 481.6 30.4 512 67.9 512c18 0 35.3-7.2 48-19.9l117.8-117.8c-7.8-20.9-9-43.6-3.6-65.1l-61.7-61.7zM512 144c0-10.5-1.1-20.7-3.2-30.5-2.4-11.2-16.1-14.1-24.2-6l-63.9 63.9c-3 3-7.1 4.7-11.3 4.7L352 176c-8.8 0-16-7.2-16-16v-57.4c0-4.2 1.7-8.3 4.7-11.3l63.9-63.9c8.1-8.1 5.2-21.8-6-24.2C388.7 1.1 378.5 0 368 0c-79.5 0-144 64.5-144 144v.8l85.3 85.3c36-9.1 75.8.5 104 28.7l15.7 15.7c49-23 83-72.8 83-130.5M56 432a24 24 0 1 1 48 0 24 24 0 1 1-48 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/screwdriver.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/screwdriver.svg new file mode 100644 index 0000000..fc27ce9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/screwdriver.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M465 7c-8.5-8.5-22-9.4-31.6-2.1l-104 80c-5.9 4.5-9.4 11.6-9.4 19V158l-85.6 85.6c6.7 4.2 13 9.3 18.8 15.1s10.9 12.2 15.1 18.8l85.6-85.5H408c7.5 0 14.5-3.5 19-9.4l80-104c7.4-9.6 6.5-23.1-2.1-31.6zM121.4 281.4l-112 112c-12.5 12.5-12.5 32.8 0 45.3l64 64c12.5 12.5 32.8 12.5 45.3 0l112-112c30.2-30.2 30.2-79.1 0-109.3s-79.1-30.2-109.3 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/scroll-torah.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/scroll-torah.svg new file mode 100644 index 0000000..9cc9fd8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/scroll-torah.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 480V32C96 14.3 74.5 0 48 0S0 14.3 0 32v448c0 17.7 21.5 32 48 32s48-14.3 48-32M512 32H128v448h384zm80-32c-26.5 0-48 14.3-48 32v448c0 17.7 21.5 32 48 32s48-14.3 48-32V32c0-17.7-21.5-32-48-32M196 313.7c0-3.2.9-6.4 2.5-9.2l28.2-48.5-28.3-48.5c-1.6-2.8-2.5-6-2.5-9.2 0-10.1 8.2-18.3 18.3-18.3h56.7l31.4-53.9c3.6-6.3 10.3-10.1 17.6-10.1s13.9 3.8 17.6 10.1L369 180h56.7c10.1 0 18.3 8.2 18.3 18.3 0 3.2-.9 6.4-2.5 9.2L413.3 256l28.3 48.5c1.6 2.8 2.5 6 2.5 9.2 0 10.1-8.2 18.3-18.3 18.3H369l-31.4 53.9C334 392.2 327.3 396 320 396s-13.9-3.8-17.6-10.1L271 332h-56.7c-10.1 0-18.3-8.2-18.3-18.3m124 54.7 21.2-36.4h-42.4zM254.5 256l30.3 52h70.4l30.3-52-30.3-52h-70.4zm144.9 23.8L383 308h32.8zm16.4-75.8H383l16.4 28.2zM320 143.6 298.8 180h42.4zM224.2 204l16.4 28.2L257 204zM257 308l-16.4-28.2-16.4 28.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/scroll.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/scroll.svg new file mode 100644 index 0000000..91808ae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/scroll.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 80v48c0 17.7 14.3 32 32 32h64V80c0-26.5-21.5-48-48-48S0 53.5 0 80m112-48c10 13.4 16 30 16 48v304c0 35.3 28.7 64 64 64s64-28.7 64-64v-5.3c0-32.4 26.3-58.7 58.7-58.7H480V128c0-53-43-96-96-96zm352 448c61.9 0 112-50.1 112-112 0-8.8-7.2-16-16-16H314.7c-14.7 0-26.7 11.9-26.7 26.7v5.3c0 53-43 96-96 96h272"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/sd-card.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/sd-card.svg new file mode 100644 index 0000000..6b95090 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/sd-card.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M320 0H141.3C124.3 0 108 6.7 96 18.7L18.7 96C6.7 108 0 124.3 0 141.3V448c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64M160 88v48c0 13.3-10.7 24-24 24s-24-10.7-24-24V88c0-13.3 10.7-24 24-24s24 10.7 24 24m80 0v48c0 13.3-10.7 24-24 24s-24-10.7-24-24V88c0-13.3 10.7-24 24-24s24 10.7 24 24m80 0v48c0 13.3-10.7 24-24 24s-24-10.7-24-24V88c0-13.3 10.7-24 24-24s24 10.7 24 24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/section.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/section.svg new file mode 100644 index 0000000..fee7bbb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/section.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64.9 96c2.2-11.6 8.8-19.8 21.1-25.4 13.8-6.2 34.8-8.9 61.2-4.5 8.8 1.4 36.1 7.1 44.1 9.3 17 4.8 34.7-5.1 39.5-22.2s-5.1-34.7-22.2-39.5c-11.1-3.1-41-9.2-50.9-10.8-34.7-5.6-69.4-3.5-98 9.4C29.9 25.8 7.5 50.9 1.6 86.5c-.1.5-.2 1.1-.2 1.6-2.2 19.7.3 37.9 8.1 54.1 7.7 16.1 19.4 28 32 36.9.6.5 1.3.9 2 1.4-21.2 13.7-37 34.6-41.8 62.5-.1.6-.2 1.1-.2 1.7-2.3 19.3.4 37.1 8.4 53 7.9 15.6 19.8 27 32.3 35.5 22.4 15.2 51.9 24 75.4 31l3.7 1.1c27.2 8.2 46.9 14.6 59.4 23.8 5.5 4 8.2 7.6 9.5 10.9 1.3 3.2 2.6 8.6.9 18.1-1.7 10.1-7.7 18-20.7 23.5-14 6-35.4 8.5-62 4.4-12.8-2.1-35.1-9.7-54.1-16.2-4.3-1.5-8.5-2.9-12.3-4.2-16.7-5.6-34.8 3.5-40.4 20.2s3.5 34.9 20.3 40.5c2.6.8 5.7 1.9 9.2 3.1 18.6 6.3 48.5 16.6 67.3 19.6h.2c34.5 5.4 68.8 3.4 97.2-8.7 29.4-12.6 52.5-36.5 58.5-71.5 3.3-19.3 1.9-37.4-5-53.9-6.3-15-16.4-26.4-27.6-35.2 16.5-13.9 28.5-33.2 32.6-58.2 3.2-19.8 1.9-38.3-4.8-55.1s-17.8-29.4-30.2-39c-22.8-17.6-53.6-27.4-77.7-35l-1.4-.5c-27.4-8.7-47.8-15.3-61.5-25-6.1-4.4-9.5-8.5-11.4-12.4-1.8-3.7-3.2-9.3-2.3-18.5zm76.7 208.5-.6-.2-1.4-.4c-27.4-8.2-47.9-14.5-61.7-23.8-6.2-4.2-9.3-7.9-11-11.3-1.5-3-2.9-7.7-2.1-15.7 1.9-9.7 7.9-17.3 20.5-22.7 14-6 35.4-8.5 62.1-4.3l16.4 2.6c6.3 2.9 11.7 6 16.2 9.5 5.5 4.2 8.4 8.2 10 12.2s2.8 10.4 1.1 20.9c-2.4 14.7-12.8 26.4-37.1 31l-12.4 2.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/seedling.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/seedling.svg new file mode 100644 index 0000000..1cf7a33 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/seedling.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M512 32c0 113.6-84.6 207.5-194.2 222-7.1-53.4-30.6-101.6-65.3-139.3C290.8 46.3 364 0 448 0h32c17.7 0 32 14.3 32 32M0 96c0-17.7 14.3-32 32-32h32c123.7 0 224 100.3 224 224v192c0 17.7-14.3 32-32 32s-32-14.3-32-32V320C100.3 320 0 219.7 0 96"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/server.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/server.svg new file mode 100644 index 0000000..8a8fb5d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/server.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32C28.7 32 0 60.7 0 96v64c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm280 72a24 24 0 1 1 0 48 24 24 0 1 1 0-48m48 24a24 24 0 1 1 48 0 24 24 0 1 1-48 0M64 288c-35.3 0-64 28.7-64 64v64c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64v-64c0-35.3-28.7-64-64-64zm280 72a24 24 0 1 1 0 48 24 24 0 1 1 0-48m56 24a24 24 0 1 1 48 0 24 24 0 1 1-48 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/shapes.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/shapes.svg new file mode 100644 index 0000000..16aa57b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/shapes.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M315.4 15.5C309.7 5.9 299.2 0 288 0s-21.7 5.9-27.4 15.5l-96 160c-5.9 9.9-6.1 22.2-.4 32.2s16.3 16.2 27.8 16.2h192c11.5 0 22.2-6.2 27.8-16.2s5.5-22.3-.4-32.2zM288 312v144c0 22.1 17.9 40 40 40h144c22.1 0 40-17.9 40-40V312c0-22.1-17.9-40-40-40H328c-22.1 0-40 17.9-40 40M128 512a128 128 0 1 0 0-256 128 128 0 1 0 0 256"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/share-from-square.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/share-from-square.svg new file mode 100644 index 0000000..7ac88b1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/share-from-square.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M352 224h-46.5c-45 0-81.5 36.5-81.5 81.5 0 22.3 10.3 34.3 19.2 40.5 6.8 4.7 12.8 12 12.8 20.3 0 9.8-8 17.8-17.8 17.8h-2.5c-2.4 0-4.8-.4-7.1-1.4C210.8 374.8 128 333.4 128 240c0-79.5 64.5-144 144-144h80V34.7C352 15.5 367.5 0 386.7 0c8.6 0 16.8 3.2 23.2 8.9l138.2 124.4c7.6 6.8 11.9 16.5 11.9 26.7s-4.3 19.9-11.9 26.7l-139 125.1c-5.9 5.3-13.5 8.2-21.4 8.2H384c-17.7 0-32-14.3-32-32zM80 96c-8.8 0-16 7.2-16 16v320c0 8.8 7.2 16 16 16h320c8.8 0 16-7.2 16-16v-48c0-17.7 14.3-32 32-32s32 14.3 32 32v48c0 44.2-35.8 80-80 80H80c-44.2 0-80-35.8-80-80V112c0-44.2 35.8-80 80-80h48c17.7 0 32 14.3 32 32s-14.3 32-32 32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/share-nodes.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/share-nodes.svg new file mode 100644 index 0000000..c0214c5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/share-nodes.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M352 224c53 0 96-43 96-96s-43-96-96-96-96 43-96 96c0 4 .2 8 .7 11.9l-94.1 47C145.4 170.2 121.9 160 96 160c-53 0-96 43-96 96s43 96 96 96c25.9 0 49.4-10.2 66.6-26.9l94.1 47c-.5 3.9-.7 7.8-.7 11.9 0 53 43 96 96 96s96-43 96-96-43-96-96-96c-25.9 0-49.4 10.2-66.6 26.9l-94.1-47c.5-3.9.7-7.8.7-11.9s-.2-8-.7-11.9l94.1-47c17.2 16.7 40.7 26.9 66.6 26.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/share.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/share.svg new file mode 100644 index 0000000..7a5863c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/share.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M307 34.8c-11.5 5.1-19 16.6-19 29.2v64H176C78.8 128 0 206.8 0 304c0 113.3 81.5 163.9 100.2 174.1 2.5 1.4 5.3 1.9 8.1 1.9 10.9 0 19.7-8.9 19.7-19.7 0-7.5-4.3-14.4-9.8-19.5-9.4-8.9-22.2-26.4-22.2-56.8 0-53 43-96 96-96h96v64c0 12.6 7.4 24.1 19 29.2s25 3 34.4-5.4l160-144c6.7-6.1 10.6-14.7 10.6-23.8s-3.8-17.7-10.6-23.8l-160-144a31.76 31.76 0 0 0-34.4-5.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/sheet-plastic.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/sheet-plastic.svg new file mode 100644 index 0000000..51a69cb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/sheet-plastic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 448c0 35.3 28.7 64 64 64h160V384c0-17.7 14.3-32 32-32h128V64c0-35.3-28.7-64-64-64H64C28.7 0 0 28.7 0 64zM171.3 75.3l-96 96c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l96-96c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6m96 32-160 160c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l160-160c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6M384 384H256v128z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/shekel-sign.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/shekel-sign.svg new file mode 100644 index 0000000..80aa34b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/shekel-sign.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 32C14.3 32 0 46.3 0 64v384c0 17.7 14.3 32 32 32s32-14.3 32-32V96h128c35.3 0 64 28.7 64 64v160c0 17.7 14.3 32 32 32s32-14.3 32-32V160c0-70.7-57.3-128-128-128zm288 448c70.7 0 128-57.3 128-128V64c0-17.7-14.3-32-32-32s-32 14.3-32 32v288c0 35.3-28.7 64-64 64H192V192c0-17.7-14.3-32-32-32s-32 14.3-32 32v256c0 17.7 14.3 32 32 32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/shield-cat.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/shield-cat.svg new file mode 100644 index 0000000..67dc2d4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/shield-cat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M269.4 2.9C265.2 1 260.7 0 256 0s-9.2 1-13.4 2.9L54.3 82.8c-22 9.3-38.4 31-38.3 57.2.5 99.2 41.3 280.7 213.6 363.2 16.7 8 36.1 8 52.8 0C454.7 420.7 495.5 239.2 496 140c.1-26.2-16.3-47.9-38.3-57.2zM160 154.4c0-5.8 4.7-10.4 10.4-10.4h.2c3.4 0 6.5 1.6 8.5 4.3l40 53.3c3 4 7.8 6.4 12.8 6.4h48c5 0 9.8-2.4 12.8-6.4l40-53.3c2-2.7 5.2-4.3 8.5-4.3h.2c5.8 0 10.4 4.7 10.4 10.4L352 272c0 53-43 96-96 96s-96-43-96-96zM216 288a16 16 0 1 0 0-32 16 16 0 1 0 0 32m96-16a16 16 0 1 0-32 0 16 16 0 1 0 32 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/shield-dog.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/shield-dog.svg new file mode 100644 index 0000000..3605b5b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/shield-dog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M269.4 2.9C265.2 1 260.7 0 256 0s-9.2 1-13.4 2.9L54.3 82.8c-22 9.3-38.4 31-38.3 57.2.5 99.2 41.3 280.7 213.6 363.2 16.7 8 36.1 8 52.8 0C454.7 420.7 495.5 239.2 496 140c.1-26.2-16.3-47.9-38.3-57.2zM160.9 286.2c4.8 1.2 9.9 1.8 15.1 1.8 35.3 0 64-28.7 64-64v-64h44.2c12.1 0 23.2 6.8 28.6 17.7L320 192h64c8.8 0 16 7.2 16 16v32c0 44.2-35.8 80-80 80h-48v50.7c0 7.3-5.9 13.3-13.3 13.3-1.8 0-3.6-.4-5.2-1.1l-98.7-42.3c-6.6-2.8-10.8-9.3-10.8-16.4 0-2.8.6-5.5 1.9-8zM160 160h48v64c0 17.7-14.3 32-32 32s-32-14.3-32-32v-48c0-8.8 7.2-16 16-16m128 48a16 16 0 1 0-32 0 16 16 0 1 0 32 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/shield-halved.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/shield-halved.svg new file mode 100644 index 0000000..0845364 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/shield-halved.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 0c4.6 0 9.2 1 13.4 2.9l188.3 79.9c22 9.3 38.4 31 38.3 57.2-.5 99.2-41.3 280.7-213.6 363.2-16.7 8-36.1 8-52.8 0C57.3 420.7 16.5 239.2 16 140c-.1-26.2 16.3-47.9 38.3-57.2L242.7 2.9C246.8 1 251.4 0 256 0m0 66.8v378.1C394 378 431.1 230.1 432 141.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/shield-heart.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/shield-heart.svg new file mode 100644 index 0000000..053eb4f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/shield-heart.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M269.4 2.9C265.2 1 260.7 0 256 0s-9.2 1-13.4 2.9L54.3 82.8c-22 9.3-38.4 31-38.3 57.2.5 99.2 41.3 280.7 213.6 363.2 16.7 8 36.1 8 52.8 0C454.7 420.7 495.5 239.2 496 140c.1-26.2-16.3-47.9-38.3-57.2zM144 221.3c0-33.8 27.4-61.3 61.3-61.3 16.2 0 31.8 6.5 43.3 17.9l7.4 7.4 7.4-7.4c11.5-11.5 27.1-17.9 43.3-17.9 33.8 0 61.3 27.4 61.3 61.3 0 16.2-6.5 31.8-17.9 43.3l-82.7 82.7c-6.2 6.2-16.4 6.2-22.6 0l-82.7-82.7c-11.5-11.5-17.9-27.1-17.9-43.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/shield-virus.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/shield-virus.svg new file mode 100644 index 0000000..4bd1722 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/shield-virus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M269.4 2.9C265.2 1 260.7 0 256 0s-9.2 1-13.4 2.9L54.3 82.8c-22 9.3-38.4 31-38.3 57.2.5 99.2 41.3 280.7 213.6 363.2 16.7 8 36.1 8 52.8 0C454.7 420.7 495.5 239.2 496 140c.1-26.2-16.3-47.9-38.3-57.2zM256 112c8.8 0 16 7.2 16 16 0 33 39.9 49.5 63.2 26.2 6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6C334.5 200.1 351 240 384 240c8.8 0 16 7.2 16 16s-7.2 16-16 16c-33 0-49.5 39.9-26.2 63.2 6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0C311.9 334.5 272 351 272 384c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-33-39.9-49.5-63.2-26.2-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6C177.5 311.9 161 272 128 272c-8.8 0-16-7.2-16-16s7.2-16 16-16c33 0 49.5-39.9 26.2-63.2-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0C200.1 177.5 240 161 240 128c0-8.8 7.2-16 16-16m-24 144a24 24 0 1 0 0-48 24 24 0 1 0 0 48m72 32a16 16 0 1 0-32 0 16 16 0 1 0 32 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/shield.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/shield.svg new file mode 100644 index 0000000..c3f8f05 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/shield.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 0c4.6 0 9.2 1 13.4 2.9l188.3 79.9c22 9.3 38.4 31 38.3 57.2-.5 99.2-41.3 280.7-213.6 363.2-16.7 8-36.1 8-52.8 0C57.3 420.7 16.5 239.2 16 140c-.1-26.2 16.3-47.9 38.3-57.2L242.7 2.9C246.8 1 251.4 0 256 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/ship.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/ship.svg new file mode 100644 index 0000000..d7eed52 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/ship.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M192 32c0-17.7 14.3-32 32-32h128c17.7 0 32 14.3 32 32v32h48c26.5 0 48 21.5 48 48v128l44.4 14.8c23.1 7.7 29.5 37.5 11.5 53.9l-101 92.6c-16.2 9.4-34.7 15.1-50.9 15.1-19.6 0-40.8-7.7-59.2-20.3-22.1-15.5-51.6-15.5-73.7 0-17.1 11.8-38 20.3-59.2 20.3-16.2 0-34.7-5.7-50.9-15.1L40 308.7c-18-16.5-11.6-46.2 11.5-53.9L96 240V112c0-26.5 21.5-48 48-48h48zm-32 186.7 107.8-35.9c13.1-4.4 27.3-4.4 40.5 0L416 218.7V128H160zm146.5 203.2c22.5 15.5 50 26.1 77.5 26.1 26.9 0 55.4-10.8 77.4-26.1 11.9-8.5 28.1-7.8 39.2 1.7 14.4 11.9 32.5 21 50.6 25.2 17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25-29 15.6-61.5 25.9-94.5 25.9-31.9 0-60.6-9.9-80.4-18.9-5.8-2.7-11.1-5.3-15.6-7.7-4.5 2.4-9.7 5.1-15.6 7.7-19.8 9-48.5 18.9-80.4 18.9-33 0-65.5-10.3-94.5-25.8-13.4 8.4-33.7 19.3-58.2 25-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2 11.1-9.4 27.3-10.1 39.2-1.7 22.1 15.2 50.5 26 77.4 26 27.5 0 55-10.6 77.5-26.1 11.1-7.9 25.9-7.9 37 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/shirt.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/shirt.svg new file mode 100644 index 0000000..ef591b5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/shirt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M211.8 0c7.8 0 14.3 5.7 16.7 13.2C240.8 51.9 277.1 80 320 80s79.2-28.1 91.5-66.8C413.9 5.7 420.4 0 428.2 0h12.6c22.5 0 44.2 7.9 61.5 22.3l126.2 105.1c6.6 5.5 10.7 13.5 11.4 22.1s-2.1 17.1-7.8 23.6l-56 64c-11.4 13.1-31.2 14.6-44.6 3.5L480 197.7V448c0 35.3-28.7 64-64 64H224c-35.3 0-64-28.7-64-64V197.7l-51.5 42.9c-13.3 11.1-33.1 9.6-44.6-3.5l-56-64c-5.7-6.5-8.5-15-7.8-23.6s4.8-16.6 11.4-22.1L137.7 22.3C155 7.9 176.7 0 199.2 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/shoe-prints.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/shoe-prints.svg new file mode 100644 index 0000000..4fecd78 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/shoe-prints.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M416 0c-63.7 0-160 32-160 32v128c48 0 76 16 104 32s56 32 104 32c56.4 0 176-16 176-96S512 0 416 0M128 96c0 35.3 28.7 64 64 64h32V32h-32c-35.3 0-64 28.7-64 64m160 416c96 0 224-48 224-128s-119.6-96-176-96c-48 0-76 16-104 32s-56 32-104 32v128s96.3 32 160 32M0 416c0 35.3 28.7 64 64 64h32V352H64c-35.3 0-64 28.7-64 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/shop-lock.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/shop-lock.svg new file mode 100644 index 0000000..1e5916c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/shop-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M36.8 192h412.8c20.2-19.8 47.9-32 78.4-32s58.1 12.2 78.3 31.9c18.9-1.6 33.7-17.4 33.7-36.7 0-7.3-2.2-14.4-6.2-20.4L558.2 21.4C549.3 8 534.4 0 518.3 0H121.7c-16 0-31 8-39.9 21.4L6.2 134.7c-4 6.1-6.2 13.2-6.2 20.4C0 175.5 16.5 192 36.8 192M384 224h-64v160H128V224H64v240c0 26.5 21.5 48 48 48h224c26.5 0 48-21.5 48-48V224m144 16c17.7 0 32 14.3 32 32v48h-64v-48c0-17.7 14.3-32 32-32m-80 32v48c-17.7 0-32 14.3-32 32v128c0 17.7 14.3 32 32 32h160c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32v-48c0-44.2-35.8-80-80-80s-80 35.8-80 80"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/shop-slash.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/shop-slash.svg new file mode 100644 index 0000000..8ae30d4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/shop-slash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2s-6.3 25.5 4.1 33.7l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-54.8-43V224h-64v152L384 275.7V224h-64v1.5L277.2 192h325.9c20.3 0 36.8-16.5 36.8-36.8 0-7.3-2.2-14.4-6.2-20.4L558.2 21.4C549.3 8 534.4 0 518.3 0H121.7c-16 0-31 8-39.9 21.4l-7.7 11.4zm-2 186.9h85L21 112.5 6.2 134.7c-4 6.1-6.2 13.2-6.2 20.4C0 175.5 16.5 192 36.8 192M320 384H128V224H64v240c0 26.5 21.5 48 48 48h224c26.5 0 48-21.5 48-48v-65.5l-64-50.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/shop.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/shop.svg new file mode 100644 index 0000000..f2f73ff --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/shop.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M36.8 192h566.3c20.3 0 36.8-16.5 36.8-36.8 0-7.3-2.2-14.4-6.2-20.4L558.2 21.4C549.3 8 534.4 0 518.3 0H121.7c-16 0-31 8-39.9 21.4L6.2 134.7c-4 6.1-6.2 13.2-6.2 20.4C0 175.5 16.5 192 36.8 192M64 224v240c0 26.5 21.5 48 48 48h224c26.5 0 48-21.5 48-48V224h-64v160H128V224zm448 0v256c0 17.7 14.3 32 32 32s32-14.3 32-32V224z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/shower.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/shower.svg new file mode 100644 index 0000000..d8f6fb5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/shower.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 131.9C64 112.1 80.1 96 99.9 96c9.5 0 18.6 3.8 25.4 10.5l16.2 16.2c-21 38.9-17.4 87.5 10.9 123L151 247c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0L345 121c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-1.3 1.3c-35.5-28.3-84.2-31.9-123-10.9l-16.3-16.2C151.8 42.5 126.4 32 99.9 32 44.7 32 0 76.7 0 131.9V448c0 17.7 14.3 32 32 32s32-14.3 32-32zM256 352a32 32 0 1 0 0-64 32 32 0 1 0 0 64m64 64a32 32 0 1 0-64 0 32 32 0 1 0 64 0m0-128a32 32 0 1 0 0-64 32 32 0 1 0 0 64m64 64a32 32 0 1 0-64 0 32 32 0 1 0 64 0m0-128a32 32 0 1 0 0-64 32 32 0 1 0 0 64m64 64a32 32 0 1 0-64 0 32 32 0 1 0 64 0m32-32a32 32 0 1 0 0-64 32 32 0 1 0 0 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/shrimp.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/shrimp.svg new file mode 100644 index 0000000..07d7bb0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/shrimp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32C28.7 32 0 60.7 0 96s28.7 64 64 64h1c3.7 88.9 77 160 167 160h56V128H64c-17.7 0-32-14.3-32-32s14.3-32 32-32h400c8.8 0 16-7.2 16-16s-7.2-16-16-16zm160 424c0 13.3 10.7 24 24 24h72v-72.2l-64.1-22.4c-12.5-4.4-26.2 2.2-30.6 14.7s2.2 26.2 14.7 30.6l4.5 1.6C233 433.9 224 443.9 224 456m128 23.3c36.4-3.3 69.5-17.6 96.1-39.6l-86.5-34.6c-3 1.8-6.2 3.2-9.6 4.3zM472.6 415c24.6-30.3 39.4-68.9 39.4-111 0-12.3-1.3-24.3-3.7-35.9l-125.5 87c.8 3.4 1.2 7 1.2 10.6 0 4.6-.7 9-1.9 13.1zM336 128h-16v192h18.3c9.9 0 19.1 3.2 26.6 8.5l133.5-92.4C471.8 172.6 409.1 128 336 128m-168 64a24 24 0 1 1 48 0 24 24 0 1 1-48 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/shuffle.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/shuffle.svg new file mode 100644 index 0000000..1ef9154 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/shuffle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M403.8 34.4c12-5 25.7-2.2 34.9 6.9l64 64c6 6 9.4 14.1 9.4 22.6s-3.4 16.6-9.4 22.6l-64 64c-9.2 9.2-22.9 11.9-34.9 6.9S384 204.8 384 191.8v-32h-32c-10.1 0-19.6 4.7-25.6 12.8L284 229.3 244 176l31.2-41.6C293.3 110.2 321.8 96 352 96h32V64c0-12.9 7.8-24.6 19.8-29.6M164 282.7l40 53.3-31.2 41.6C154.7 401.8 126.2 416 96 416H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h64c10.1 0 19.6-4.7 25.6-12.8zm274.6 188c-9.2 9.2-22.9 11.9-34.9 6.9S383.9 461 383.9 448v-32h-32c-30.2 0-58.7-14.2-76.8-38.4L121.6 172.8c-6-8.1-15.5-12.8-25.6-12.8H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h64c30.2 0 58.7 14.2 76.8 38.4l153.6 204.8c6 8.1 15.5 12.8 25.6 12.8h32v-32c0-12.9 7.8-24.6 19.8-29.6s25.7-2.2 34.9 6.9l64 64c6 6 9.4 14.1 9.4 22.6s-3.4 16.6-9.4 22.6l-64 64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/shuttle-space.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/shuttle-space.svg new file mode 100644 index 0000000..a54ede7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/shuttle-space.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M130 480c40.6 0 80.4-11 115.2-31.9L352 384H128v96zm222-352L245.2 63.9C210.4 43 170.6 32 130 32h-2v96zm-256 0V32H80c-26.5 0-48 21.5-48 48v48h8c-22.1 0-40 17.9-40 40v176c0 22.1 17.9 40 40 40h-8v48c0 26.5 21.5 48 48 48h16v-96h8c26.2 0 49.4-12.6 64-32h288c69.3 0 135-22.7 179.2-81.6 6.4-8.5 6.4-20.3 0-28.8C591 182.7 525.3 160 456 160H168c-14.6-19.4-37.8-32-64-32zm416 115.6v24.9c0 19.6-15.9 35.6-35.6 35.6-2.5 0-4.4-2-4.4-4.4v-87.1c0-2.5 2-4.4 4.4-4.4 19.6 0 35.6 15.9 35.6 35.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/sign-hanging.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/sign-hanging.svg new file mode 100644 index 0000000..552e6fb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/sign-hanging.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 0c17.7 0 32 14.3 32 32v32h352c17.7 0 32 14.3 32 32s-14.3 32-32 32H128v352c0 17.7-14.3 32-32 32s-32-14.3-32-32V128H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h32V32C64 14.3 78.3 0 96 0m96 160h256c17.7 0 32 14.3 32 32v160c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V192c0-17.7 14.3-32 32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/signal.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/signal.svg new file mode 100644 index 0000000..0c8f9d5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/signal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M576 0c17.7 0 32 14.3 32 32v448c0 17.7-14.3 32-32 32s-32-14.3-32-32V32c0-17.7 14.3-32 32-32M448 96c17.7 0 32 14.3 32 32v352c0 17.7-14.3 32-32 32s-32-14.3-32-32V128c0-17.7 14.3-32 32-32m-96 128v256c0 17.7-14.3 32-32 32s-32-14.3-32-32V224c0-17.7 14.3-32 32-32s32 14.3 32 32m-160 64c17.7 0 32 14.3 32 32v160c0 17.7-14.3 32-32 32s-32-14.3-32-32V320c0-17.7 14.3-32 32-32M96 416v64c0 17.7-14.3 32-32 32s-32-14.3-32-32v-64c0-17.7 14.3-32 32-32s32 14.3 32 32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/signature.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/signature.svg new file mode 100644 index 0000000..014b040 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/signature.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M192 128c0-17.7 14.3-32 32-32s32 14.3 32 32v7.8c0 27.7-2.4 55.3-7.1 82.5l-84.4 25.3c-40.6 12.2-68.4 49.6-68.4 92v71.9c0 40 32.5 72.5 72.5 72.5 26 0 50-13.9 62.9-36.5l13.9-24.3c26.8-47 46.5-97.7 58.4-150.5l94.4-28.3-12.5 37.5c-3.3 9.8-1.6 20.5 4.4 28.8s15.7 13.3 26 13.3h128c17.7 0 32-14.3 32-32s-14.3-32-32-32h-83.6l18-53.9c3.8-11.3.9-23.8-7.4-32.4s-20.7-11.8-32.2-8.4l-122.5 36.8c2.4-20.7 3.6-41.4 3.6-62.3V128c0-53-43-96-96-96s-96 43-96 96v32c0 17.7 14.3 32 32 32s32-14.3 32-32zm-9.2 177 49-14.7c-10.4 33.8-24.5 66.4-42.1 97.2l-13.9 24.3c-1.5 2.6-4.3 4.3-7.4 4.3-4.7 0-8.5-3.8-8.5-8.5v-71.9c0-14.1 9.3-26.6 22.8-30.7zM24 368c-13.3 0-24 10.7-24 24s10.7 24 24 24h40.3c-.2-2.8-.3-5.6-.3-8.5V368zm592 48c13.3 0 24-10.7 24-24s-10.7-24-24-24H305.9c-6.7 16.3-14.2 32.3-22.3 48z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/signs-post.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/signs-post.svg new file mode 100644 index 0000000..b76d595 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/signs-post.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M224 32H64c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32h377.4c4.2 0 8.3-1.7 11.3-4.7l48-48c6.2-6.2 6.2-16.4 0-22.6l-48-48c-3-3-7.1-4.7-11.3-4.7H288c0-17.7-14.3-32-32-32s-32 14.3-32 32m256 224c0-17.7-14.3-32-32-32H288v-32h-64v32H70.6c-4.2 0-8.3 1.7-11.3 4.7l-48 48c-6.2 6.2-6.2 16.4 0 22.6l48 48c3 3 7.1 4.7 11.3 4.7H448c17.7 0 32-14.3 32-32zM288 480v-96h-64v96c0 17.7 14.3 32 32 32s32-14.3 32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/sim-card.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/sim-card.svg new file mode 100644 index 0000000..9e3dab1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/sim-card.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 0h178.7c17 0 33.3 6.7 45.3 18.7L365.3 96c12 12 18.7 28.3 18.7 45.3V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64C0 28.7 28.7 0 64 0m32 192c-17.7 0-32 14.3-32 32v32h64v-64zM64 352h256v-64H64zm256-128c0-17.7-14.3-32-32-32h-32v64h64zm-160-32v64h64v-64zm128 256c17.7 0 32-14.3 32-32v-32h-64v64zm-128-64v64h64v-64zm-96 32c0 17.7 14.3 32 32 32h32v-64H64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/sink.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/sink.svg new file mode 100644 index 0000000..29927ee --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/sink.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M288 96c0-17.7 14.3-32 32-32s32 14.3 32 32 14.3 32 32 32 32-14.3 32-32c0-53-43-96-96-96s-96 43-96 96v192h-64v-24c0-30.9-25.1-56-56-56H56c-13.3 0-24 10.7-24 24s10.7 24 24 24h48c4.4 0 8 3.6 8 8v24H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h448c17.7 0 32-14.3 32-32s-14.3-32-32-32h-80v-24c0-4.4 3.6-8 8-8h56c13.3 0 24-10.7 24-24s-10.7-24-24-24h-56c-30.9 0-56 25.1-56 56v24h-64zm192 320v-32H32v32c0 53 43 96 96 96h256c53 0 96-43 96-96"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/sitemap.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/sitemap.svg new file mode 100644 index 0000000..6dbd664 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/sitemap.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M208 80c0-26.5 21.5-48 48-48h64c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48h-8v40h152c30.9 0 56 25.1 56 56v32h8c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48h-64c-26.5 0-48-21.5-48-48v-64c0-26.5 21.5-48 48-48h8v-32c0-4.4-3.6-8-8-8H312v40h8c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48h-64c-26.5 0-48-21.5-48-48v-64c0-26.5 21.5-48 48-48h8v-40H112c-4.4 0-8 3.6-8 8v32h8c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48v-64c0-26.5 21.5-48 48-48h8v-32c0-30.9 25.1-56 56-56h152v-40h-8c-26.5 0-48-21.5-48-48z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/skull-crossbones.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/skull-crossbones.svg new file mode 100644 index 0000000..244ef22 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/skull-crossbones.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M368 128c0 44.4-25.4 83.5-64 106.4V256c0 17.7-14.3 32-32 32h-96c-17.7 0-32-14.3-32-32v-21.6c-38.6-23-64-62.1-64-106.4C80 57.3 144.5 0 224 0s144 57.3 144 128m-200 48a32 32 0 1 0 0-64 32 32 0 1 0 0 64m144-32a32 32 0 1 0-64 0 32 32 0 1 0 64 0M3.4 273.7c7.9-15.8 27.1-22.2 42.9-14.3L224 348.2l177.7-88.8c15.8-7.9 35-1.5 42.9 14.3s1.5 35-14.3 42.9L295.6 384l134.8 67.4c15.8 7.9 22.2 27.1 14.3 42.9s-27.1 22.2-42.9 14.3L224 419.8 46.3 508.6c-15.8 7.9-35 1.5-42.9-14.3s-1.5-35 14.3-42.9L152.4 384 17.7 316.6c-15.8-7.9-22.2-27.1-14.3-42.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/skull.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/skull.svg new file mode 100644 index 0000000..f3ed749 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/skull.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M416 398.9c58.5-41.1 96-104.1 96-174.9C512 100.3 397.4 0 256 0S0 100.3 0 224c0 70.7 37.5 133.8 96 174.9V464c0 26.5 21.5 48 48 48h48v-48c0-8.8 7.2-16 16-16s16 7.2 16 16v48h64v-48c0-8.8 7.2-16 16-16s16 7.2 16 16v48h48c26.5 0 48-21.5 48-48v-65.1M96 256a64 64 0 1 1 128 0 64 64 0 1 1-128 0m256-64a64 64 0 1 1 0 128 64 64 0 1 1 0-128"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/slash.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/slash.svg new file mode 100644 index 0000000..381fa9f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/slash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M5.1 9.2C13.3-1.2 28.4-3.1 38.8 5.1l592 464c10.4 8.2 12.3 23.3 4.1 33.7s-23.3 12.3-33.7 4.1l-592-464C-1.2 34.7-3.1 19.6 5.1 9.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/sleigh.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/sleigh.svg new file mode 100644 index 0000000..916500a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/sleigh.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 32C14.3 32 0 46.3 0 64s14.3 32 32 32v160c0 53 43 96 96 96v32h64v-32h192v32h64v-32c53 0 96-43 96-96v-96c17.7 0 32-14.3 32-32s-14.3-32-32-32h-64c-17.7 0-32 14.3-32 32v41.3c0 30.2-24.5 54.7-54.7 54.7-75.5 0-145.6-38.9-185.6-102.9l-4.3-6.9C174.2 67.6 125 37.6 70.7 32.7c-2.2-.5-4.4-.7-6.7-.7H32m608 352c0-17.7-14.3-32-32-32s-32 14.3-32 32v8c0 13.3-10.7 24-24 24H64c-17.7 0-32 14.3-32 32s14.3 32 32 32h488c48.6 0 88-39.4 88-88z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/sliders.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/sliders.svg new file mode 100644 index 0000000..44dbb6e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/sliders.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 416c0 17.7 14.3 32 32 32h54.7c12.3 28.3 40.5 48 73.3 48s61-19.7 73.3-48H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H233.3c-12.3-28.3-40.5-48-73.3-48s-61 19.7-73.3 48H32c-17.7 0-32 14.3-32 32m128 0a32 32 0 1 1 64 0 32 32 0 1 1-64 0m192-160a32 32 0 1 1 64 0 32 32 0 1 1-64 0m32-80c-32.8 0-61 19.7-73.3 48H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h246.7c12.3 28.3 40.5 48 73.3 48s61-19.7 73.3-48H480c17.7 0 32-14.3 32-32s-14.3-32-32-32h-54.7c-12.3-28.3-40.5-48-73.3-48m-160-48a32 32 0 1 1 0-64 32 32 0 1 1 0 64m73.3-64C253 35.7 224.8 16 192 16s-61 19.7-73.3 48H32C14.3 64 0 78.3 0 96s14.3 32 32 32h86.7c12.3 28.3 40.5 48 73.3 48s61-19.7 73.3-48H480c17.7 0 32-14.3 32-32s-14.3-32-32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/smog.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/smog.svg new file mode 100644 index 0000000..c83ded6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/smog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 144c0 79.5 64.5 144 144 144h123.3c22.6 19.9 52.2 32 84.7 32s62.1-12.1 84.7-32H496c61.9 0 112-50.1 112-112S557.9 64 496 64c-10.7 0-21 1.5-30.8 4.3C443.8 27.7 401.1 0 352 0c-32.6 0-62.4 12.2-85.1 32.3C242.1 12.1 210.5 0 176 0 96.5 0 32 64.5 32 144m584 224H280c-13.3 0-24 10.7-24 24s10.7 24 24 24h336c13.3 0 24-10.7 24-24s-10.7-24-24-24m-64 96H440c-13.3 0-24 10.7-24 24s10.7 24 24 24h112c13.3 0 24-10.7 24-24s-10.7-24-24-24m-192 0H24c-13.3 0-24 10.7-24 24s10.7 24 24 24h336c13.3 0 24-10.7 24-24s-10.7-24-24-24m-136-72c0-13.3-10.7-24-24-24H96c-13.3 0-24 10.7-24 24s10.7 24 24 24h104c13.3 0 24-10.7 24-24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/smoking.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/smoking.svg new file mode 100644 index 0000000..6d86b1a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/smoking.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M448 32v11c0 38.2 15.2 74.8 42.2 101.8l21 21c21 21 32.8 49.5 32.8 79.2v11c0 17.7-14.3 32-32 32s-32-14.3-32-32v-11c0-12.7-5.1-24.9-14.1-33.9l-21-21c-39-39-60.9-92-60.9-147.1V32c0-17.7 14.3-32 32-32s32 14.3 32 32m128 224v-11c0-38.2-15.2-74.8-42.2-101.8l-21-21c-21-21-32.8-49.5-32.8-79.2V32c0-17.7 14.3-32 32-32s32 14.3 32 32v11c0 12.7 5.1 24.9 14.1 33.9l21 21c39 39 60.9 91.9 60.9 147.1v11c0 17.7-14.3 32-32 32s-32-14.3-32-32M0 416c0-35.3 28.7-64 64-64h352c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H64c-35.3 0-64-28.7-64-64zm224 0v32h160v-32zm288-64c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96c0-17.7 14.3-32 32-32m96 0c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96c0-17.7 14.3-32 32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/snowflake.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/snowflake.svg new file mode 100644 index 0000000..b204b58 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/snowflake.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M224 0c17.7 0 32 14.3 32 32v30.1l15-15c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-49 49v70.3l61.4-35.8L335 98.4c3.4-12.8 16.6-20.4 29.4-17s20.4 16.6 17 29.4l-5.2 19.3 23.6-13.8c15.3-8.9 34.9-3.7 43.8 11.5s3.8 34.9-11.5 43.8l-25.3 14.8 21.7 5.8c12.8 3.4 20.4 16.6 17 29.4s-16.6 20.4-29.4 17l-67.7-18.1-60.9 35.5 60.9 35.5 67.7-18.1c12.8-3.4 26 4.2 29.4 17s-4.2 26-17 29.4l-21.7 5.8 25.3 14.8c15.3 8.9 20.4 28.5 11.5 43.8s-28.5 20.4-43.8 11.5l-23.6-13.8 5.2 19.3c3.4 12.8-4.2 26-17 29.4s-26-4.2-29.4-17l-17.7-66.1-61.3-35.8V382l49 49c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-15-15V480c0 17.7-14.3 32-32 32s-32-14.3-32-32v-30.1l-15 15c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l49-49v-70.3l-61.4 35.8-17.7 66.1c-3.4 12.8-16.6 20.4-29.4 17s-20.4-16.6-17-29.4l5.2-19.3-23.8 13.7c-15.3 8.9-34.9 3.7-43.8-11.5s-3.7-34.9 11.5-43.8l25.3-14.8-21.7-5.8c-12.8-3.4-20.4-16.6-17-29.4s16.6-20.4 29.4-17l67.7 18.1 61-35.4-60.9-35.5-67.7 18.1c-12.8 3.4-26-4.2-29.4-17s4.2-26 17-29.4l21.7-5.8-25.3-14.8C.6 162.7-4.5 143.1 4.4 127.9s28.5-20.4 43.8-11.5l23.6 13.8-5.2-19.3c-3.4-12.8 4.2-26 17-29.4s26 4.2 29.4 17l17.7 66.1 61.3 35.7V130l-49-49c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l15 15L192 32c0-17.7 14.3-32 32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/snowman.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/snowman.svg new file mode 100644 index 0000000..2465129 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/snowman.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M341.1 140.6c-2 3.9-1.6 8.6 1.2 12 7 8.5 12.9 18.1 17.2 28.4l48.5-20.8V120c0-13.3 10.7-24 24-24s24 10.7 24 24v19.6l22.5-9.7c12.2-5.2 26.3.4 31.5 12.6s-.4 26.3-12.6 31.5l-56 24-73.6 31.5q-.75 14.25-4.8 27.3c-1.2 3.8-.1 8 2.8 10.8C396.7 296.9 416 338.2 416 384c0 44.7-18.3 85-47.8 114.1-9.9 9.7-23.7 13.9-37.5 13.9H181.4c-13.9 0-27.7-4.2-37.5-13.9C114.3 469 96 428.7 96 384c0-45.8 19.3-87.1 50.1-116.3 2.9-2.8 4-6.9 2.8-10.8-2.7-8.7-4.3-17.9-4.8-27.3l-73.6-31.5-56-24c-12.1-5.3-17.8-19.4-12.6-31.6s19.3-17.8 31.5-12.6l22.6 9.7V120c0-13.3 10.7-24 24-24s24 10.7 24 24v40.2l48.6 20.8c4.3-10.3 10.1-19.9 17.2-28.4 2.8-3.4 3.3-8.1 1.2-12-7-13.4-11-28.5-11-44.6 0-53 43-96 96-96s96 43 96 96c0 16.1-4 31.2-10.9 44.6M224 96a16 16 0 1 0 0-32 16 16 0 1 0 0 32m48 128a16 16 0 1 0-32 0 16 16 0 1 0 32 0m-16 80a16 16 0 1 0 0-32 16 16 0 1 0 0 32m16 48a16 16 0 1 0-32 0 16 16 0 1 0 32 0m16-256a16 16 0 1 0 0-32 16 16 0 1 0 0 32m-48 24v3.2c0 3.2.8 6.3 2.3 9l9 16.9c.9 1.7 2.7 2.8 4.7 2.8s3.8-1.1 4.7-2.8l9-16.9c1.5-2.8 2.3-5.9 2.3-9V120c0-8.8-7.2-16-16-16s-16 7.2-16 16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/snowplow.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/snowplow.svg new file mode 100644 index 0000000..3be9ad4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/snowplow.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m298.9 64 68.6 160H256l-64-64V64zm146.2 178.7-87.4-204C347.6 15.3 324.5 0 298.9 0H176c-26.5 0-48 21.5-48 48v112H96c-17.7 0-32 14.3-32 32v106.8C26.2 316.8 0 355.3 0 400c0 61.9 50.1 112 112 112h256c61.9 0 112-50.1 112-112 0-17.2-3.9-33.5-10.8-48H512v50.7c0 17 6.7 33.3 18.7 45.3l54.6 54.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L576 402.7V235.2l57-71.2c11-13.8 8.8-33.9-5-45s-33.9-8.8-45 5l-57 71.2c-9.1 11.3-14 25.4-14 40V288h-64v-31.3c.1-2.4-.2-4.8-.6-7.1s-1.2-4.7-2.2-6.8zM368 352c26.5 0 48 21.5 48 48s-21.5 48-48 48H112c-26.5 0-48-21.5-48-48s21.5-48 48-48zm-224 48a24 24 0 1 0-48 0 24 24 0 1 0 48 0m216 24a24 24 0 1 0 0-48 24 24 0 1 0 0 48m-56-24a24 24 0 1 0-48 0 24 24 0 1 0 48 0m-104 24a24 24 0 1 0 0-48 24 24 0 1 0 0 48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/soap.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/soap.svg new file mode 100644 index 0000000..1a4a43a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/soap.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M208 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96m112 160a64 64 0 1 0 0-128 64 64 0 1 0 0 128m96-224a32 32 0 1 0-64 0 32 32 0 1 0 64 0m0 160c0 27.6-11.7 52.5-30.4 70.1 36.5 13.6 62.4 48.7 62.4 89.9 0 53-43 96-96 96H160c-53 0-96-43-96-96s43-96 96-96h88.4c-15.2-17-24.4-39.4-24.4-64H96c-53 0-96 43-96 96v128c0 53 43 96 96 96h320c53 0 96-43 96-96V288c0-53-43-96-96-96m-256 96c-35.3 0-64 28.7-64 64s28.7 64 64 64h192c35.3 0 64-28.7 64-64s-28.7-64-64-64H160"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/socks.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/socks.svg new file mode 100644 index 0000000..5a72777 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/socks.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M175.2 476.6c-9.7-18-15.2-38.7-15.2-60.6 0-40.3 19-78.2 51.2-102.4l64-48c8.1-6 12.8-15.5 12.8-25.6V96H128v144c0 20.1-9.5 39.1-25.6 51.2l-64 48C14.2 357.3 0 385.8 0 416c0 53 43 96 96 96 20.8 0 41-6.7 57.6-19.2zM128 64h160V48c0-14.5 3.9-28.2 10.7-39.9C291 3 281.9 0 272 0h-96c-26.5 0-48 21.5-48 48zm192 32v144c0 20.1-9.5 39.1-25.6 51.2l-64 48C206.2 357.3 192 385.8 192 416c0 53 43 96 96 96 20.8 0 41-6.7 57.6-19.2l115.2-86.4C493 382.2 512 344.3 512 304V96zm192-32V48c0-26.5-21.5-48-48-48h-96c-26.5 0-48 21.5-48 48v16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/solar-panel.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/solar-panel.svg new file mode 100644 index 0000000..24a3658 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/solar-panel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M122.2 0C91.7 0 65.5 21.5 59.5 51.4l-51.2 256C.4 347 30.6 384 71 384h217v64h-64c-17.7 0-32 14.3-32 32s14.3 32 32 32h192c17.7 0 32-14.3 32-32s-14.3-32-32-32h-64v-64h217c40.4 0 70.7-36.9 62.8-76.6l-51.2-256C574.5 21.5 548.3 0 517.8 0zm138.7 64h118.2l10.4 104h-139zm-58.6 104H101.5l20.7-104h90.4zM91.8 216h105.6l-10.3 104H71zm153.9 0h148.6l10.4 104H235.3zm196.8 0h105.6L569 320H453zm96-48H437.7L427.3 64h90.4l31.4-6.3-31.3 6.3 20.8 104z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/sort-down.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/sort-down.svg new file mode 100644 index 0000000..e3aa1e4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/sort-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M182.6 470.6c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-9.2-9.2-11.9-22.9-6.9-34.9S19 287.9 32 287.9h256c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-128 128z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/sort-up.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/sort-up.svg new file mode 100644 index 0000000..b58c1d8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/sort-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M182.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-9.2 9.2-11.9 22.9-6.9 34.9S19 224.1 32 224.1h256c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-128-128z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/sort.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/sort.svg new file mode 100644 index 0000000..244b008 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/sort.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M137.4 41.4c12.5-12.5 32.8-12.5 45.3 0l128 128c9.2 9.2 11.9 22.9 6.9 34.9S301 224.1 288 224.1L32 224c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9l128-128zm0 429.3-128-128c-9.2-9.2-11.9-22.9-6.9-34.9S19.1 288 32.1 288h256c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-128 128c-12.5 12.5-32.8 12.5-45.3 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/spa.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/spa.svg new file mode 100644 index 0000000..4f6eaa6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/spa.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M183.1 235.3c33.7 20.7 62.9 48.1 85.8 80.5 7 9.9 13.4 20.3 19.1 31 5.7-10.8 12.1-21.1 19.1-31 22.9-32.4 52.1-59.8 85.8-80.5C437.6 207.8 490.1 192 546 192h9.9c11.1 0 20.1 9 20.1 20.1 0 148-119.9 267.9-267.9 267.9h-40.2C119.9 480 0 360.1 0 212.1 0 201 9 192 20.1 192H30c55.9 0 108.4 15.8 153.1 43.3M301.5 37.6c15.7 16.9 61.1 71.8 84.4 164.6-38 21.6-71.4 50.8-97.9 85.6-26.5-34.8-59.9-63.9-97.9-85.6 23.2-92.8 68.6-147.7 84.4-164.6 3.5-3.7 8.4-5.6 13.5-5.6s10 1.9 13.5 5.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/spaghetti-monster-flying.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/spaghetti-monster-flying.svg new file mode 100644 index 0000000..7443e70 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/spaghetti-monster-flying.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M208 64a16 16 0 1 0-32 0 16 16 0 1 0 32 0m48 0c0 16.2-6 31.1-16 42.3l15.6 31.2c18.7-6 39.9-9.5 64.4-9.5s45.8 3.5 64.4 9.5l15.6-31.2c-10-11.2-16-26.1-16-42.3 0-35.3 28.7-64 64-64s64 28.7 64 64-28.7 64-64 64c-1.7 0-3.4-.1-5.1-.2L427.8 158c21.1 13.6 37.7 30.2 51.4 46.4 7.1 8.3 13.5 16.6 19.3 24l1.4 1.8c6.3 8.1 11.6 14.8 16.7 20.4 10.7 11.7 16.1 13.4 19.4 13.4 2.5 0 4.3-.6 7.1-3.3 3.7-3.5 7.1-8.8 12.5-17.4l.6-.9c4.6-7.4 11-17.6 19.4-25.7 9.7-9.3 22.9-16.7 40.4-16.7 13.3 0 24 10.7 24 24s-10.7 24-24 24c-2.5 0-4.3.6-7.1 3.3-3.7 3.5-7.1 8.8-12.5 17.4l-.6.9c-4.6 7.4-11 17.6-19.4 25.7-9.7 9.3-22.9 16.7-40.4 16.7-18.5 0-32.9-8.5-44.3-18.6-3.1 4-6.6 8.3-10.5 12.7 1.4 4.3 2.8 8.5 4 12.5.9 3 1.8 5.8 2.6 8.6 3 9.8 5.5 18.2 8.6 25.9 3.9 9.8 7.4 15.4 10.8 18.5 2.6 2.4 5.9 4.3 12.8 4.3 8.7 0 16.9-4.2 33.7-13.2 15-8 35.7-18.8 62.3-18.8 13.3 0 24 10.7 24 24s-10.7 24-24 24c-13.4 0-24.7 5.2-39.7 13.2-1 .6-2.1 1.1-3.2 1.7C559.9 414 541.4 424 520 424c-18.4 0-33.6-6.1-45.5-17.2-11.1-10.3-17.9-23.7-22.7-36-3.6-9-6.7-19.1-9.5-28.5-16.4 12.3-36.1 23.6-58.9 31.3 3.6 10.8 8.4 23.5 14.4 36.2 7.5 15.9 16.2 30.4 25.8 40.5C433 460.5 441.2 464 448 464c13.3 0 24 10.7 24 24s-10.7 24-24 24c-25.2 0-45-13.5-59.5-28.8-14.5-15.4-25.7-34.9-34.2-53-8-17-14.1-33.8-18.3-46.9-5.2.4-10.6.6-16 .6s-10.8-.2-16-.6c-4.2 13-10.3 29.9-18.3 46.9-8.5 18.1-19.8 37.6-34.2 53C237 498.5 217.2 512 192 512c-13.3 0-24-10.7-24-24s10.7-24 24-24c6.8 0 15-3.5 24.5-13.7 9.5-10.1 18.3-24.6 25.8-40.5 5.9-12.6 10.7-25.4 14.4-36.2-22.8-7.7-42.5-19-58.9-31.3-2.9 9.4-6 19.5-9.5 28.5-4.8 12.2-11.6 25.6-22.7 36-12 11.1-27.2 17.2-45.6 17.2-21.4 0-39.9-10-53.1-17.1-1.1-.6-2.2-1.2-3.2-1.7-15-8-26.3-13.2-39.7-13.2-13.3 0-24-10.7-24-24s10.7-24 24-24c26.6 0 47.3 10.8 62.3 18.8 16.8 9 25 13.2 33.7 13.2 6.8 0 10.2-1.9 12.8-4.3 3.4-3.2 7-8.8 10.8-18.5 3-7.7 5.6-16.1 8.6-25.9.8-2.7 1.7-5.6 2.6-8.6 1.2-4 2.6-8.2 4-12.5-3.9-4.5-7.4-8.8-10.5-12.7-11.4 10-25.8 18.5-44.3 18.5-17.5 0-30.7-7.4-40.4-16.7-8.4-8.1-14.8-18.3-19.4-25.7l-.6-.9c-5.4-8.6-8.8-13.9-12.5-17.4-2.8-2.7-4.6-3.3-7.1-3.3-13.3 0-24-10.7-24-24s10.7-24 24-24c17.5 0 30.7 7.4 40.4 16.7 8.4 8.1 14.8 18.3 19.4 25.7l.6.9c5.4 8.6 8.8 13.9 12.5 17.4 2.8 2.7 4.6 3.3 7.1 3.3 3.3 0 8.7-1.7 19.4-13.4 5.1-5.6 10.4-12.3 16.7-20.4l1.4-1.8c5.8-7.4 12.2-15.7 19.3-24 13.8-16.2 30.3-32.8 51.4-46.4l-15.1-30.2c-1.7.1-3.4.2-5.1.2-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64m208 0a16 16 0 1 0-32 0 16 16 0 1 0 32 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/spell-check.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/spell-check.svg new file mode 100644 index 0000000..868754f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/spell-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M112 0C99.1 0 87.4 7.8 82.5 19.7l-66.7 160-13.3 32c-6.8 16.3.9 35 17.2 41.8s35-.9 41.8-17.2l5.2-12.3h90.7l5.1 12.3c6.8 16.3 25.5 24 41.8 17.2s24-25.5 17.2-41.8l-13.3-32-66.7-160C136.6 7.8 124.9 0 112 0m18.7 160H93.4l18.6-44.8zM256 32v192c0 17.7 14.3 32 32 32h80c44.2 0 80-35.8 80-80 0-23.1-9.8-43.8-25.4-58.4 6-11.2 9.4-24 9.4-37.6 0-44.2-35.8-80-80-80h-64c-17.7 0-32 14.3-32 32m96 64h-32V64h32c8.8 0 16 7.2 16 16s-7.2 16-16 16m-32 64h48c8.8 0 16 7.2 16 16s-7.2 16-16 16h-48zm246.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L352 434.7l-73.4-73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/spider.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/spider.svg new file mode 100644 index 0000000..d4a6e21 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/spider.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M158.4 32.6c4.8-12.4-1.4-26.3-13.8-31s-26.3 1.4-31 13.8L81.1 100c-7.9 20.7-3 44.1 12.7 59.7l57.4 57.4-80.4-26.8c-2.4-.8-4.3-2.7-5.1-5.1l-18.9-56.8C42.6 115.8 29 109 16.4 113.2S-3 131 1.2 143.6l18.9 56.8c5.6 16.7 18.7 29.8 35.4 35.4l60.6 20.2-60.5 20.2c-16.7 5.6-29.8 18.7-35.4 35.4l-19 56.8C-3 381 3.8 394.6 16.4 398.8s26.2-2.6 30.4-15.2l18.9-56.8c.8-2.4 2.7-4.3 5.1-5.1l80.4-26.8-57.5 57.4C78.1 368 73.1 391.4 81.1 412l32.5 84.6c4.8 12.4 18.6 18.5 31 13.8s18.5-18.6 13.8-31l-32.5-84.6c-1.1-3-.4-6.3 1.8-8.5l32.3-32.4c1 52.1 43.6 94.1 96 94.1s95-41.9 96-94.1l32.3 32.3c2.2 2.2 2.9 5.6 1.8 8.5l-32.5 84.6c-4.8 12.4 1.4 26.3 13.8 31s26.3-1.4 31-13.8l32.5-84.5c7.9-20.7 3-44.1-12.7-59.7l-57.4-57.4 80.4 26.8c2.4.8 4.3 2.7 5.1 5.1l18.9 56.8c4.2 12.6 17.8 19.4 30.4 15.2s19.4-17.8 15.2-30.4l-18.9-56.8c-5.6-16.7-18.7-29.8-35.4-35.4L395.9 256l60.5-20.2c16.7-5.6 29.8-18.7 35.4-35.4l18.9-56.8c4.2-12.6-2.6-26.2-15.2-30.4s-26.2 2.6-30.4 15.2l-18.9 56.8c-.8 2.4-2.7 4.3-5.1 5.1l-80.4 26.8 57.4-57.4c15.6-15.6 20.6-39 12.7-59.7l-32.4-84.6c-4.8-12.4-18.6-18.6-31-13.8s-18.5 18.6-13.8 31l32.5 84.6c1.1 3 .4 6.3-1.8 8.5L336 174.1V160c0-31.8-18.6-59.3-45.5-72.2-9.1-4.4-18.5 3.3-18.5 13.4V112c0 8.8-7.2 16-16 16s-16-7.2-16-16v-10.8c0-10.1-9.4-17.7-18.5-13.4-26.9 12.9-45.5 40.4-45.5 72.2v14.1l-48.3-48.3c-2.2-2.2-2.9-5.6-1.8-8.5l32.5-84.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/spinner.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/spinner.svg new file mode 100644 index 0000000..07499cb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/spinner.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M304 48a48 48 0 1 0-96 0 48 48 0 1 0 96 0m0 416a48 48 0 1 0-96 0 48 48 0 1 0 96 0M48 304a48 48 0 1 0 0-96 48 48 0 1 0 0 96m464-48a48 48 0 1 0-96 0 48 48 0 1 0 96 0M142.9 437A48 48 0 1 0 75 369.1a48 48 0 1 0 67.9 67.9m0-294.2A48 48 0 1 0 75 75a48 48 0 1 0 67.9 67.9zM369.1 437a48 48 0 1 0 67.9-67.9 48 48 0 1 0-67.9 67.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/splotch.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/splotch.svg new file mode 100644 index 0000000..a15eef0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/splotch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m208.5 62.3 28.1-36.9C248.8 9.4 267.8 0 288 0c28.5 0 53.6 18.7 61.8 46l17.8 59.4c10.3 34.4 36.1 62 69.8 74.6l39.8 14.9c20.9 7.9 34.8 27.9 34.8 50.2 0 16.9-7.9 32.8-21.5 42.9l-67.3 50.5c-24.3 18.2-37.2 47.9-33.8 78.1l2.5 22.7c4.3 38.7-26 72.6-65 72.6-14.8 0-29.3-5.1-40.8-14.3l-55.4-44.3c-4.5-3.6-9.3-6.7-14.5-9.2-15.8-7.9-33.7-10.4-51-7.3l-82.8 15.1C47.8 458.2 16 431.6 16 396.5c0-13.2 4.7-26 13.1-36.2l11.2-13.4c14.6-17.4 22.6-39.4 22.6-62.1 0-18.8-5.5-37.2-15.8-53L8.8 173.5C3.1 164.7 0 154.4 0 143.9c0-33.4 30.1-58.8 63-53.2l51.3 8.7c35.9 6.1 72.2-8.2 94.2-37.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/spoon.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/spoon.svg new file mode 100644 index 0000000..fa068ac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/spoon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M245.8 220.9c-14.5-17.6-21.8-39.2-21.8-60.8C224 80 320 0 416 0c53 0 96 43 96 96 0 96-80 192-160.2 192-21.6 0-43.2-7.3-60.8-21.8L54.6 502.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/spray-can-sparkles.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/spray-can-sparkles.svg new file mode 100644 index 0000000..a9de8b9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/spray-can-sparkles.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 32v96h128V32c0-17.7-14.3-32-32-32h-64c-17.7 0-32 14.3-32 32m0 128c-53 0-96 43-96 96v208c0 26.5 21.5 48 48 48h224c26.5 0 48-21.5 48-48V256c0-53-43-96-96-96zm64 96a80 80 0 1 1 0 160 80 80 0 1 1 0-160M384 48c0-1.4-1-3-2.2-3.6L352 32 339.6 2.2C339 1 337.4 0 336 0s-3 1-3.6 2.2L320 32l-29.8 12.4c-1.2.6-2.2 2.2-2.2 3.6s1 3 2.2 3.6L320 64l12.4 29.8c.6 1.2 2.2 2.2 3.6 2.2s3-1 3.6-2.2L352 64l29.8-12.4c1.2-.6 2.2-2.2 2.2-3.6m76.4 45.8c.6 1.2 2.2 2.2 3.6 2.2s3-1 3.6-2.2L480 64l29.8-12.4c1.2-.6 2.2-2.2 2.2-3.6s-1-3-2.2-3.6L480 32 467.6 2.2C467 1 465.4 0 464 0s-3 1-3.6 2.2L448 32l-29.8 12.4c-1.2.6-2.2 2.2-2.2 3.6s1 3 2.2 3.6L448 64zm7.2 100.4c-.6-1.2-2.2-2.2-3.6-2.2s-3 1-3.6 2.2L448 224l-29.8 12.4c-1.2.6-2.2 2.2-2.2 3.6s1 3 2.2 3.6L448 256l12.4 29.8c.6 1.2 2.2 2.2 3.6 2.2s3-1 3.6-2.2L480 256l29.8-12.4c1.2-.6 2.2-2.2 2.2-3.6s-1-3-2.2-3.6L480 224zM448 144c0-1.4-1-3-2.2-3.6L416 128l-12.4-29.8C403 97 401.4 96 400 96s-3 1-3.6 2.2L384 128l-29.8 12.4c-1.2.6-2.2 2.2-2.2 3.6s1 3 2.2 3.6L384 160l12.4 29.8c.6 1.2 2.2 2.2 3.6 2.2s3-1 3.6-2.2L416 160l29.8-12.4c1.2-.6 2.2-2.2 2.2-3.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/spray-can.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/spray-can.svg new file mode 100644 index 0000000..7c0da29 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/spray-can.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M128 0h64c17.7 0 32 14.3 32 32v96H96V32c0-17.7 14.3-32 32-32M0 256c0-53 43-96 96-96h128c53 0 96 43 96 96v208c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48zm240 80a80 80 0 1 0-160 0 80 80 0 1 0 160 0m16-272a32 32 0 1 1 64 0 32 32 0 1 1-64 0m128-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64m64 32a32 32 0 1 1 64 0 32 32 0 1 1-64 0m32 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64m-32 128a32 32 0 1 1 64 0 32 32 0 1 1-64 0m-64-128a32 32 0 1 1 0 64 32 32 0 1 1 0-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/square-arrow-up-right.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-arrow-up-right.svg new file mode 100644 index 0000000..0508ec4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-arrow-up-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M384 32c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96c0-35.3 28.7-64 64-64zM160 144c-13.3 0-24 10.7-24 24s10.7 24 24 24h94.1L119 327c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l135-135L288 328c0 13.3 10.7 24 24 24s24-10.7 24-24V168c0-13.3-10.7-24-24-24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/square-caret-down.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-caret-down.svg new file mode 100644 index 0000000..301eb08 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-caret-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M384 480c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64zM224 352c-6.7 0-13-2.8-17.6-7.7l-104-112c-6.5-7-8.2-17.2-4.4-25.9s12.5-14.4 22-14.4h208c9.5 0 18.2 5.7 22 14.4s2.1 18.9-4.4 25.9l-104 112c-4.5 4.9-10.9 7.7-17.6 7.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/square-caret-left.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-caret-left.svg new file mode 100644 index 0000000..84bfb3f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-caret-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 416c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96zm128-160c0-6.7 2.8-13 7.7-17.6l112-104c7-6.5 17.2-8.2 25.9-4.4s14.4 12.5 14.4 22v208c0 9.5-5.7 18.2-14.4 22s-18.9 2.1-25.9-4.4l-112-104c-4.9-4.5-7.7-10.9-7.7-17.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/square-caret-right.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-caret-right.svg new file mode 100644 index 0000000..6cfc7ba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-caret-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64zM320 256c0 6.7-2.8 13-7.7 17.6l-112 104c-7 6.5-17.2 8.2-25.9 4.4S160 369.5 160 360V152c0-9.5 5.7-18.2 14.4-22s18.9-2.1 25.9 4.4l112 104c4.9 4.5 7.7 10.9 7.7 17.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/square-caret-up.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-caret-up.svg new file mode 100644 index 0000000..022e7e3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-caret-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm160 128c6.7 0 13 2.8 17.6 7.7l104 112c6.5 7 8.2 17.2 4.4 25.9S337.5 320 328 320H120c-9.5 0-18.2-5.7-22-14.4s-2.1-18.9 4.4-25.9l104-112c4.5-4.9 10.9-7.7 17.6-7.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/square-check.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-check.svg new file mode 100644 index 0000000..a1fbc8b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm273 177L209 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L303 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/square-envelope.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-envelope.svg new file mode 100644 index 0000000..ec604dc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-envelope.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm154 239.7L64.2 172.4C66 156.4 79.5 144 96 144h256c16.5 0 30 12.4 31.8 28.4L230 271.7c-1.8 1.2-3.9 1.8-6 1.8s-4.2-.6-6-1.8m29.4 26.9L384 210.4V336c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V210.4l136.6 88.2c7 4.5 15.1 6.9 23.4 6.9s16.4-2.4 23.4-6.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/square-full.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-full.svg new file mode 100644 index 0000000..9a8f478 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-full.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 0h512v512H0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/square-h.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-h.svg new file mode 100644 index 0000000..0ff96c2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-h.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm272 120v208c0 13.3-10.7 24-24 24s-24-10.7-24-24v-80H160v80c0 13.3-10.7 24-24 24s-24-10.7-24-24V152c0-13.3 10.7-24 24-24s24 10.7 24 24v80h128v-80c0-13.3 10.7-24 24-24s24 10.7 24 24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/square-minus.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-minus.svg new file mode 100644 index 0000000..364fc1e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm88 200h144c13.3 0 24 10.7 24 24s-10.7 24-24 24H152c-13.3 0-24-10.7-24-24s10.7-24 24-24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/square-nfi.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-nfi.svg new file mode 100644 index 0000000..cc3b0ad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-nfi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 96c0-35.3 28.7-64 64-64h320c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm75.7 64.6C68.8 162.5 64 168.8 64 176v160c0 8.8 7.2 16 16 16s16-7.2 16-16V233.8l66.3 110.5c3.7 6.2 11.1 9.1 18 7.2s11.7-8.2 11.7-15.4v-160c0-8.8-7.2-16-16-16s-16 7.2-16 16v102.2L93.7 167.8c-3.7-6.2-11.1-9.1-18-7.2M224 176v160c0 8.8 7.2 16 16 16s16-7.2 16-16v-80h48c8.8 0 16-7.2 16-16s-7.2-16-16-16h-48v-32h48c8.8 0 16-7.2 16-16s-7.2-16-16-16h-64c-8.8 0-16 7.2-16 16m160 0c0-8.8-7.2-16-16-16s-16 7.2-16 16v160c0 8.8 7.2 16 16 16s16-7.2 16-16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/square-parking.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-parking.svg new file mode 100644 index 0000000..0b02415 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-parking.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm128 224h48c17.7 0 32-14.3 32-32s-14.3-32-32-32h-48zm48 64h-48v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V168c0-22.1 17.9-40 40-40h72c53 0 96 43 96 96s-43 96-96 96"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/square-pen.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-pen.svg new file mode 100644 index 0000000..87b76f6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-pen.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm261.8 107.7 14.4 14.4c15.6 15.6 15.6 40.9 0 56.6l-21.4 21.4-71-71 21.4-21.4c15.6-15.6 40.9-15.6 56.6 0M119.9 289l105.2-105.2 71 71-105.2 105.1c-4.1 4.1-9.2 7-14.9 8.4l-60.1 15c-5.5 1.4-11.2-.2-15.2-4.2s-5.6-9.7-4.2-15.2l15-60.1c1.4-5.6 4.3-10.8 8.4-14.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/square-person-confined.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-person-confined.svg new file mode 100644 index 0000000..28f3a33 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-person-confined.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm96 112a48 48 0 1 1 96 0 48 48 0 1 1-96 0m80 104c0-30.9 25.1-56 56-56s56 25.1 56 56v102.1c0 36.4-29.5 65.9-65.9 65.9-17.5 0-34.3-6.9-46.6-19.3L184.8 342l-28.1 56.3c-7.9 15.8-27.1 22.2-42.9 14.3s-22.2-27.1-14.3-42.9l48-96c4.6-9.2 13.3-15.6 23.5-17.3s20.5 1.7 27.8 9l41.2 41.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/square-phone-flip.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-phone-flip.svg new file mode 100644 index 0000000..9585e3a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-phone-flip.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M384 32c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96c0-35.3 28.7-64 64-64zm-90.7 96.7c-9.7-2.6-19.9 2.3-23.7 11.6l-20 48c-3.4 8.2-1 17.6 5.8 23.2l24.6 20.2c-16.6 35.2-45.1 63.7-80.3 80.3l-20.2-24.7c-5.6-6.8-15-9.2-23.2-5.8l-48 20c-9.3 3.9-14.2 14-11.6 23.7l12 44C111.1 378 119 384 128 384c123.7 0 224-100.3 224-224 0-9-6-16.9-14.7-19.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/square-phone.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-phone.svg new file mode 100644 index 0000000..c481ab1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-phone.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm90.7 96.7c9.7-2.6 19.9 2.3 23.7 11.6l20 48c3.4 8.2 1 17.6-5.8 23.2L168 231.7c16.6 35.2 45.1 63.7 80.3 80.3l20.2-24.7c5.6-6.8 15-9.2 23.2-5.8l48 20c9.3 3.9 14.2 14 11.6 23.7l-12 44C336.9 378 329 384 320 384 196.3 384 96 283.7 96 160c0-9 6-16.9 14.7-19.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/square-plus.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-plus.svg new file mode 100644 index 0000000..acfbcf6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm136 312v-64h-64c-13.3 0-24-10.7-24-24s10.7-24 24-24h64v-64c0-13.3 10.7-24 24-24s24 10.7 24 24v64h64c13.3 0 24 10.7 24 24s-10.7 24-24 24h-64v64c0 13.3-10.7 24-24 24s-24-10.7-24-24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/square-poll-horizontal.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-poll-horizontal.svg new file mode 100644 index 0000000..894bbbf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-poll-horizontal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64zm-192 64c0 17.7-14.3 32-32 32h-96c-17.7 0-32-14.3-32-32s14.3-32 32-32h96c17.7 0 32 14.3 32 32m64 64c17.7 0 32 14.3 32 32s-14.3 32-32 32H128c-17.7 0-32-14.3-32-32s14.3-32 32-32zM192 352c0 17.7-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32s14.3-32 32-32h32c17.7 0 32 14.3 32 32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/square-poll-vertical.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-poll-vertical.svg new file mode 100644 index 0000000..d7e61df --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-poll-vertical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm64 192c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96c0-17.7 14.3-32 32-32m64-64c0-17.7 14.3-32 32-32s32 14.3 32 32v192c0 17.7-14.3 32-32 32s-32-14.3-32-32zm128 128c17.7 0 32 14.3 32 32v32c0 17.7-14.3 32-32 32s-32-14.3-32-32v-32c0-17.7 14.3-32 32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/square-root-variable.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-root-variable.svg new file mode 100644 index 0000000..2483751 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-root-variable.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M282.6 78.1c8-27.3 33-46.1 61.4-46.1h200c17.7 0 32 14.3 32 32s-14.3 32-32 32H344L238.7 457c-3.6 12.3-14.1 21.2-26.8 22.8s-25.1-4.6-31.5-15.6L77.6 288H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h45.6c22.8 0 43.8 12.1 55.3 31.8l65.2 111.8zm110.8 155.3c12.5-12.5 32.8-12.5 45.3 0l41.3 41.3 41.4-41.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L525.3 320l41.4 41.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L480 365.3l-41.4 41.4c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l41.4-41.4-41.4-41.4c-12.5-12.5-12.5-32.8 0-45.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/square-rss.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-rss.svg new file mode 100644 index 0000000..8a978d2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-rss.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm32 104c0-13.3 10.7-24 24-24 137 0 248 111 248 248 0 13.3-10.7 24-24 24s-24-10.7-24-24c0-110.5-89.5-200-200-200-13.3 0-24-10.7-24-24m0 96c0-13.3 10.7-24 24-24 83.9 0 152 68.1 152 152 0 13.3-10.7 24-24 24s-24-10.7-24-24c0-57.4-46.6-104-104-104-13.3 0-24-10.7-24-24m0 120a32 32 0 1 1 64 0 32 32 0 1 1-64 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/square-share-nodes.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-share-nodes.svg new file mode 100644 index 0000000..37d299d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-share-nodes.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm320 128c0 35.3-28.7 64-64 64-15.4 0-29.5-5.4-40.6-14.5L194.1 256l85.3 46.5c11-9.1 25.2-14.5 40.6-14.5 35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64c0-2.5.1-4.9.4-7.3L174.5 300c-11.7 12.3-28.2 20-46.5 20-35.3 0-64-28.7-64-64s28.7-64 64-64c18.3 0 34.8 7.7 46.5 20l81.9-44.7c-.3-2.4-.4-4.9-.4-7.3 0-35.3 28.7-64 64-64s64 28.7 64 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/square-up-right.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-up-right.svg new file mode 100644 index 0000000..67541a0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-up-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M384 32c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96c0-35.3 28.7-64 64-64zM160 160c-6.5 0-12.3 3.9-14.8 9.9s-1.1 12.9 3.5 17.4l40 40-71 71c-3.7 3.7-5.7 8.6-5.7 13.7s2 10 5.7 13.7l36.7 36.7c3.6 3.6 8.5 5.7 13.7 5.7s10-2 13.7-5.7l71-71 40 40c4.6 4.6 11.5 5.9 17.4 3.5s9.9-8.3 9.9-14.8v-144c0-8.8-7.2-16-16-16h-144z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/square-virus.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-virus.svg new file mode 100644 index 0000000..f56b763 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-virus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm159.8 61.7c13.3 0 24 10.7 24 24 0 29.3 35.4 43.9 56.1 23.2 9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9c-20.7 20.7-6 56.1 23.2 56.1 13.3 0 24 10.7 24 24s-10.7 24-24 24c-29.3 0-43.9 35.4-23.2 56.1 9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0c-20.7-20.7-56.1-6-56.1 23.2 0 13.3-10.7 24-24 24s-24-10.7-24-24c0-29.3-35.4-43.9-56.1-23.2-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9c20.7-20.7 6-56.1-23.2-56.1-13.3 0-24-10.7-24-24s10.7-24 24-24c29.3 0 43.9-35.4 23.2-56.1-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0c20.7 20.7 56.1 6 56.1-23.2 0-13.3 10.7-24 24-24M192 256a32 32 0 1 0 0-64 32 32 0 1 0 0 64m88 32a24 24 0 1 0-48 0 24 24 0 1 0 48 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/square-xmark.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-xmark.svg new file mode 100644 index 0000000..809df6f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/square-xmark.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm79 143c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/square.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/square.svg new file mode 100644 index 0000000..3021f06 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/square.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 96c0-35.3 28.7-64 64-64h320c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/staff-snake.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/staff-snake.svg new file mode 100644 index 0000000..4bb1081 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/staff-snake.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m222.6 43.2-.1 4.8H288c53 0 96 43 96 96s-43 96-96 96h-40v-80h40c8.8 0 16-7.2 16-16s-7.2-16-16-16h-68l-4.5 144H256c53 0 96 43 96 96s-43 96-96 96h-16v-80h16c8.8 0 16-7.2 16-16s-7.2-16-16-16h-43l-3.1 99.5-1.4 43.5v1c-.3 8.9-7.6 16-16.5 16s-16.2-7.1-16.5-16v-1l-1-31H136c-22.1 0-40-17.9-40-40s17.9-40 40-40h36l-1-32h-19c-53 0-96-43-96-96 0-47.6 34.6-87.1 80-94.7V256c0 8.8 7.2 16 16 16h16.5L164 128h-41.4c-9 18.9-28.3 32-50.6 32H56c-30.9 0-56-25.1-56-56s25.1-56 56-56h105.5l-.1-4.8L161 32v-1.9c.5-16.6 14.1-30 31-30s30.5 13.4 31 30V32zM64 112a16 16 0 1 0 0-32 16 16 0 1 0 0 32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/stairs.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/stairs.svg new file mode 100644 index 0000000..ac1890d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/stairs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M384 64c0-17.7 14.3-32 32-32h128c17.7 0 32 14.3 32 32s-14.3 32-32 32h-96v96c0 17.7-14.3 32-32 32h-96v96c0 17.7-14.3 32-32 32h-96v96c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h96v-96c0-17.7 14.3-32 32-32h96v-96c0-17.7 14.3-32 32-32h96z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/stamp.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/stamp.svg new file mode 100644 index 0000000..b0ed58e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/stamp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M312 201.8c0-17.4 9.2-33.2 19.9-47C344.5 138.5 352 118.1 352 96c0-53-43-96-96-96s-96 43-96 96c0 22.1 7.5 42.5 20.1 58.8 10.7 13.8 19.9 29.6 19.9 47 0 29.9-24.3 54.2-54.2 54.2H112C50.1 256 0 306.1 0 368c0 20.9 13.4 38.7 32 45.3V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-50.7c18.6-6.6 32-24.4 32-45.3 0-61.9-50.1-112-112-112h-33.8c-29.9 0-54.2-24.3-54.2-54.2M416 416v32H96v-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/stapler.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/stapler.svg new file mode 100644 index 0000000..f18f6ae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/stapler.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M640 299.3V432c0 26.5-21.5 48-48 48H64c-17.7 0-32-14.3-32-32s14.3-32 32-32h384v-48H96c-17.7 0-32-14.3-32-32V219.4L33.8 214C14.2 210.5 0 193.5 0 173.7c0-8.9 2.9-17.5 8.2-24.6l35.6-47.5C76.7 57.8 128.2 32 182.9 32c27 0 53.6 6.3 77.8 18.4l326.2 163.1c32.6 16.2 53.1 49.5 53.1 85.8M448 304v-16l-320-57.1V304z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/star-and-crescent.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/star-and-crescent.svg new file mode 100644 index 0000000..e40bf20 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/star-and-crescent.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 256C0 114.6 114.6 0 256 0c33 0 64.6 6.3 93.6 17.7 7.4 2.9 11.5 10.7 9.8 18.4s-8.8 13-16.7 12.4c-4.8-.3-9.7-.5-14.6-.5-114.9 0-208 93.1-208 208s93.1 208 208 208c4.9 0 9.8-.2 14.6-.5 7.9-.5 15 4.7 16.7 12.4s-2.4 15.5-9.8 18.4C320.6 505.7 289 512 256 512 114.6 512 0 397.4 0 256m375.4-118.6c3.5-7.1 13.7-7.1 17.2 0l31.5 63.8c1.4 2.8 4.1 4.8 7.2 5.3l70.4 10.2c7.9 1.1 11 10.8 5.3 16.4l-50.9 49.6c-2.3 2.2-3.3 5.4-2.8 8.5l12 70.1c1.3 7.8-6.9 13.8-13.9 10.1l-63-33.1c-2.8-1.5-6.1-1.5-8.9 0l-63 33.1c-7 3.7-15.3-2.3-13.9-10.1l12-70.1c.5-3.1-.5-6.3-2.8-8.5L261 233.1c-5.7-5.6-2.6-15.2 5.3-16.4l70.4-10.2c3.1-.5 5.8-2.4 7.2-5.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/star-half-stroke.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/star-half-stroke.svg new file mode 100644 index 0000000..2f01381 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/star-half-stroke.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m288 376.4.1-.1 26.4 14.1 85.2 45.5-16.5-97.6-4.8-28.7 20.7-20.5 70.1-69.3-96.1-14.2-29.3-4.3-12.9-26.6-42.8-87.8-.1.3zm175.1 98.3c2 12-3 24.2-12.9 31.3s-23 8-33.8 2.3l-128.3-68.5-128.3 68.5c-10.8 5.7-23.9 4.8-33.8-2.3s-14.9-19.3-12.9-31.3L137.8 329 33.6 225.9c-8.6-8.5-11.7-21.2-7.9-32.7s13.7-19.9 25.7-21.7L195 150.3 259.4 18c5.4-11 16.5-18 28.8-18s23.4 7 28.8 18l64.3 132.3 143.6 21.2c12 1.8 22 10.2 25.7 21.7s.7 24.2-7.9 32.7L438.5 329z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/star-half.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/star-half.svg new file mode 100644 index 0000000..ad2ad13 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/star-half.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M288 0c-12.2.1-23.3 7-28.6 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329l-24.6 145.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3L288 439.8zm141.9 512c1.1.1 2.1.1 3.2 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/star-of-david.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/star-of-david.svg new file mode 100644 index 0000000..8907afa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/star-of-david.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M404.2 309.5 383.1 344h42.3l-21.1-34.5zM371.4 256l-54-88H194.6l-54 88 54 88h122.8zm65.7 0 53.4 87c3.6 5.9 5.5 12.7 5.5 19.6 0 20.7-16.8 37.4-37.4 37.4H348.8l-56.2 91.5c-7.8 12.8-21.7 20.5-36.6 20.5s-28.8-7.7-36.6-20.5L163.3 400H53.4C32.8 400 16 383.2 16 362.6c0-6.9 1.9-13.7 5.5-19.6l53.4-87-53.4-87c-3.6-5.9-5.5-12.7-5.5-19.6 0-20.6 16.8-37.4 37.4-37.4h109.8l56.2-91.5C227.2 7.7 241.1 0 256 0s28.8 7.7 36.6 20.5l56.1 91.5h109.8c20.7 0 37.4 16.8 37.4 37.4 0 6.9-1.9 13.7-5.5 19.6L437 256zm-54-88 21.1 34.5 21.2-34.5zM283 112l-27-44-27 44zm-154.1 56H86.6l21.1 34.5zm-21.1 141.5L86.6 344h42.3zM229 400l27 44 27-44z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/star-of-life.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/star-of-life.svg new file mode 100644 index 0000000..283ce71 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/star-of-life.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M208 32c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32v140.9l122-70.4c15.3-8.8 34.9-3.6 43.7 11.7l16 27.7c8.8 15.3 3.6 34.9-11.7 43.7L352 256l122 70.4c15.3 8.8 20.6 28.4 11.7 43.7l-16 27.7c-8.8 15.3-28.4 20.6-43.7 11.7l-122-70.4V480c0 17.7-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32V339.1L86 409.6c-15.3 8.8-34.9 3.6-43.7-11.7l-16-27.7c-8.8-15.3-3.6-34.9 11.7-43.7L160 256 38 185.6c-15.3-8.8-20.5-28.4-11.7-43.7l16-27.7c8.8-15.4 28.4-20.6 43.7-11.8l122 70.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/star.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/star.svg new file mode 100644 index 0000000..240e99a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/star.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M316.9 18c-5.3-11-16.5-18-28.8-18s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329l-24.6 145.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329l104.2-103.1c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7l-143.7-21.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/sterling-sign.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/sterling-sign.svg new file mode 100644 index 0000000..e309055 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/sterling-sign.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M112 160.4c0-35.5 28.8-64.4 64.4-64.4 6.9 0 13.8 1.1 20.4 3.3l81.2 27.1c16.8 5.6 34.9-3.5 40.5-20.2s-3.5-34.9-20.2-40.5L217 38.6c-13.1-4.4-26.8-6.6-40.6-6.6C105.5 32 48 89.5 48 160.4V224H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h16v44.5c0 17.4-4.7 34.5-13.7 49.4L4.6 431.5c-5.9 9.9-6.1 22.2-.4 32.2S20.5 480 32 480h256c17.7 0 32-14.3 32-32s-14.3-32-32-32H88.5l.7-1.1c14.9-24.9 22.8-53.4 22.8-82.4V288h112c17.7 0 32-14.3 32-32s-14.3-32-32-32H112z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/stethoscope.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/stethoscope.svg new file mode 100644 index 0000000..0f09dc0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/stethoscope.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M142.4 21.9c5.6 16.8-3.5 34.9-20.2 40.5L96 71.1V192c0 53 43 96 96 96s96-43 96-96V71.1l-26.1-8.7c-16.8-5.6-25.8-23.7-20.2-40.5s23.7-25.8 40.5-20.2l26.1 8.7c26.1 8.7 43.7 33.1 43.7 60.7V192c0 77.2-54.6 141.6-127.3 156.7C231 404.6 278.4 448 336 448c61.9 0 112-50.1 112-112v-70.7c-28.3-12.3-48-40.5-48-73.3 0-44.2 35.8-80 80-80s80 35.8 80 80c0 32.8-19.7 61-48 73.3V336c0 97.2-78.8 176-176 176-92.9 0-168.9-71.9-175.5-163.1C87.2 334.2 32 269.6 32 192V71.1c0-27.5 17.6-52 43.8-60.7l26.1-8.7c16.8-5.6 34.9 3.5 40.5 20.2M480 224a32 32 0 1 0 0-64 32 32 0 1 0 0 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/stop.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/stop.svg new file mode 100644 index 0000000..0a5f014 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/stop.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 128c0-35.3 28.7-64 64-64h256c35.3 0 64 28.7 64 64v256c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/stopwatch-20.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/stopwatch-20.svg new file mode 100644 index 0000000..88e2799 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/stopwatch-20.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M176 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h16v34.4C92.3 113.8 16 200 16 304c0 114.9 93.1 208 208 208s208-93.1 208-208c0-41.8-12.3-80.7-33.5-113.2l24.1-24.1c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L355.7 143c-28.1-23-62.2-38.8-99.7-44.6V64h16c17.7 0 32-14.3 32-32S289.7 0 272 0zm112 204c28.7 0 52 23.3 52 52v96c0 28.7-23.3 52-52 52s-52-23.3-52-52v-96c0-28.7 23.3-52 52-52m-12 52v96c0 6.6 5.4 12 12 12s12-5.4 12-12v-96c0-6.6-5.4-12-12-12s-12 5.4-12 12m-116.5-12c-5.4 0-10.2 3.5-11.9 8.6l-.6 1.7c-3.5 10.5-14.8 16.1-25.3 12.6s-16.1-14.8-12.6-25.3l.6-1.7c7.2-21.5 27.2-35.9 49.8-35.9 29 0 52.5 23.5 52.5 52.5v2.2c0 13.4-4.9 26.4-13.8 36.4l-39 43.9c-6.2 7-10 15.7-10.9 24.9h43.8c11 0 20 9 20 20s-9 20-20 20h-64c-11 0-20-9-20-20v-15.7c0-20.6 7.5-40.4 21.2-55.8l39-43.9c2.4-2.7 3.7-6.2 3.7-9.8v-2.2c0-6.9-5.6-12.5-12.5-12.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/stopwatch.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/stopwatch.svg new file mode 100644 index 0000000..563a866 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/stopwatch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M176 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h16v34.4C92.3 113.8 16 200 16 304c0 114.9 93.1 208 208 208s208-93.1 208-208c0-41.8-12.3-80.7-33.5-113.2l24.1-24.1c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L355.7 143c-28.1-23-62.2-38.8-99.7-44.6V64h16c17.7 0 32-14.3 32-32S289.7 0 272 0h-96m72 192v128c0 13.3-10.7 24-24 24s-24-10.7-24-24V192c0-13.3 10.7-24 24-24s24 10.7 24 24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/store-slash.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/store-slash.svg new file mode 100644 index 0000000..e2736f0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/store-slash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2s-6.3 25.5 4.1 33.7l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-86.8-68V252.6c-4 1-8 1.8-12.3 2.3h-.1c-5.3.7-10.7 1.1-16.2 1.1-12.4 0-24.3-1.9-35.4-5.3V351L301.2 210.7c7-4.4 13.3-9.7 18.8-15.7 15.9 17.6 39.1 29 65.2 29 26.2 0 49.3-11.4 65.2-29 16 17.6 39.1 29 65.2 29 4.1 0 8.1-.3 12.1-.8 55.5-7.4 81.8-72.5 52.1-119.4l-57.5-90.7C517.2 5 508.1 0 498.4 0H141.6c-9.7 0-18.8 5-23.9 13.1L95 49.1zm73.4 218.1c4 .5 8.1.8 12.1.8 11 0 21.4-2 31-5.6L48.9 134.5c-6.1 40.6 19.5 82.8 63.3 88.7M160 384V250.6c-11.2 3.5-23.2 5.4-35.6 5.4-5.5 0-11-.4-16.3-1.1h-.1c-4.1-.6-8.1-1.3-12-2.3V448c0 35.3 28.7 64 64 64h320c12.9 0 24.8-3.8 34.9-10.3L365.5 384z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/store.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/store.svg new file mode 100644 index 0000000..83b9776 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/store.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m547.6 103.8-57.3-90.7C485.2 5 476.1 0 466.4 0H109.6c-9.7 0-18.8 5-23.9 13.1l-57.4 90.7c-29.6 46.8-3.4 111.9 51.9 119.4 4 .5 8.1.8 12.1.8 26.1 0 49.3-11.4 65.2-29 15.9 17.6 39.1 29 65.2 29s49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29 26.2 0 49.3-11.4 65.2-29 16 17.6 39.1 29 65.2 29 4.1 0 8.1-.3 12.1-.8 55.5-7.4 81.8-72.5 52.1-119.4zm-47.9 151.1h-.1c-5.3.7-10.7 1.1-16.2 1.1-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4-5.5 0-11-.4-16.3-1.1H76c-4.1-.6-8.1-1.3-12-2.3V448c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V252.6c-4 1-8 1.8-12.3 2.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/street-view.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/street-view.svg new file mode 100644 index 0000000..05d6a5d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/street-view.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M320 64a64 64 0 1 0-128 0 64 64 0 1 0 128 0m-96 96c-35.3 0-64 28.7-64 64v48c0 17.7 14.3 32 32 32h1.8l11.1 99.5c1.8 16.2 15.5 28.5 31.8 28.5h38.7c16.3 0 30-12.3 31.8-28.5l11-99.5h1.8c17.7 0 32-14.3 32-32v-48c0-35.3-28.7-64-64-64zm-91.7 234.2c13-2.4 21.7-14.9 19.3-27.9s-14.9-21.7-27.9-19.3c-32.4 5.9-60.9 14.2-82 24.8-10.5 5.3-20.3 11.7-27.8 19.6C6.4 399.5 0 410.5 0 424c0 21.4 15.5 36.1 29.1 45 14.7 9.6 34.3 17.3 56.4 23.4C130.2 504.7 190.4 512 256 512s125.8-7.3 170.4-19.6c22.1-6.1 41.8-13.8 56.4-23.4 13.7-8.9 29.1-23.6 29.1-45 0-13.5-6.4-24.5-14-32.6-7.5-7.9-17.3-14.3-27.8-19.6-21-10.6-49.5-18.9-82-24.8-13-2.4-25.5 6.3-27.9 19.3s6.3 25.5 19.3 27.9c30.2 5.5 53.7 12.8 69 20.5 3.2 1.6 5.8 3.1 7.9 4.5 3.6 2.4 3.6 7.2 0 9.6-8.8 5.7-23.1 11.8-43 17.3C374.3 457 318.5 464 256 464s-118.3-7-157.7-17.9c-19.9-5.5-34.2-11.6-43-17.3-3.6-2.4-3.6-7.2 0-9.6 2.1-1.4 4.8-2.9 7.9-4.5 15.3-7.7 38.8-14.9 69-20.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/strikethrough.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/strikethrough.svg new file mode 100644 index 0000000..3040576 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/strikethrough.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M161.3 144c3.2-17.2 14-30.1 33.7-38.6 21.1-9 51.8-12.3 88.6-6.5 11.9 1.9 48.8 9.1 60.1 12 17.1 4.5 34.6-5.6 39.2-22.7s-5.6-34.6-22.7-39.2c-14.3-3.8-53.6-11.4-66.6-13.4-44.7-7-88.3-4.2-123.7 10.9-36.5 15.6-64.4 44.8-71.8 87.3-.1.6-.2 1.1-.2 1.7-2.8 23.9.5 45.6 10.1 64.6 4.5 9 10.2 16.9 16.7 23.9H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h448c17.7 0 32-14.3 32-32s-14.3-32-32-32H270.1l-.4-.1-1.1-.3c-36-10.8-65.2-19.6-85.2-33.1-9.3-6.3-15-12.6-18.2-19.1-3.1-6.1-5.2-14.6-3.8-27.4zm187.6 193.2c2.7 6.5 4.4 15.8 1.9 30.1-3 17.6-13.8 30.8-33.9 39.4-21.1 9-51.7 12.3-88.5 6.5-18-2.9-49.1-13.5-74.4-22.1-5.6-1.9-11-3.7-15.9-5.4-16.8-5.6-34.9 3.5-40.5 20.3s3.5 34.9 20.3 40.5c3.6 1.2 7.9 2.7 12.7 4.3 24.9 8.5 63.6 21.7 87.6 25.6h.2c44.7 7 88.3 4.2 123.7-10.9 36.5-15.6 64.4-44.8 71.8-87.3 3.6-21 2.7-40.4-3.1-58.1h-75.7c7 5.6 11.4 11.2 13.9 17.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/stroopwafel.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/stroopwafel.svg new file mode 100644 index 0000000..700eedf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/stroopwafel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0M312.6 63.7c-6.2-6.2-16.4-6.2-22.6 0l-34 33.9-33.9-33.9c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l33.9 33.9-45.3 45.3-56.6-56.6c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l56.6 56.6-45.3 45.3-33.9-34c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l33.9 34-33.9 33.9c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l33.9-33.9 45.3 45.3-56.6 56.6c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l56.6-56.6 45.3 45.3-33.9 33.9c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l33.9-33.9 33.9 33.9c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-33.9-33.9 45.3-45.3 56.6 56.6c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-56.6-56.6 45.3-45.3 33.9 33.9c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L414.4 256l33.9-33.9c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0l-33.9 33.9-45.3-45.3 56.6-56.6c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0l-56.6 56.6-45.3-45.3 33.9-33.9c6.2-6.2 6.2-16.4 0-22.6zM142.9 256l45.3-45.3 45.2 45.3-45.3 45.3zm67.9 67.9 45.2-45.3 45.3 45.3-45.3 45.2-45.3-45.3zm67.8-67.9 45.3-45.3 45.2 45.3-45.3 45.3zm22.6-67.9L256 233.4l-45.3-45.3 45.3-45.2 45.3 45.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/subscript.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/subscript.svg new file mode 100644 index 0000000..5af027c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/subscript.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 64C14.3 64 0 78.3 0 96s14.3 32 32 32h15.3l89.6 128-89.6 128H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h32c10.4 0 20.2-5.1 26.2-13.6L176 311.8l85.8 122.6c6 8.6 15.8 13.6 26.2 13.6h32c17.7 0 32-14.3 32-32s-14.3-32-32-32h-15.3l-89.6-128 89.6-128H320c17.7 0 32-14.3 32-32s-14.3-32-32-32h-32c-10.4 0-20.2 5.1-26.2 13.6L176 200.2 90.2 77.6C84.2 69.1 74.4 64 64 64zm448 256c0-11.1-5.7-21.4-15.2-27.2s-21.2-6.4-31.1-1.4l-32 16c-15.8 7.9-22.2 27.1-14.3 42.9C393 361.5 404.3 368 416 368v80c-17.7 0-32 14.3-32 32s14.3 32 32 32h64c17.7 0 32-14.3 32-32s-14.3-32-32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/suitcase-medical.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/suitcase-medical.svg new file mode 100644 index 0000000..28eddfa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/suitcase-medical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M184 48h144c4.4 0 8 3.6 8 8v40H176V56c0-4.4 3.6-8 8-8m-56 8v424h256V56c0-30.9-25.1-56-56-56H184c-30.9 0-56 25.1-56 56M96 96H64c-35.3 0-64 28.7-64 64v256c0 35.3 28.7 64 64 64h32zm320 384h32c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64h-32zM224 208c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v48h48c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-48v48c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-48h-48c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16h48z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/suitcase-rolling.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/suitcase-rolling.svg new file mode 100644 index 0000000..e41e13a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/suitcase-rolling.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M144 56c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v72h-96zm176 72h-32V56c0-30.9-25.1-56-56-56h-80c-30.9 0-56 25.1-56 56v72H64c-35.3 0-64 28.7-64 64v224c0 35.3 28.7 64 64 64 0 17.7 14.3 32 32 32s32-14.3 32-32h128c0 17.7 14.3 32 32 32s32-14.3 32-32c35.3 0 64-28.7 64-64V192c0-35.3-28.7-64-64-64m-208 96h160c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16m0 128h160c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/suitcase.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/suitcase.svg new file mode 100644 index 0000000..402119f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/suitcase.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M176 56v40h160V56c0-4.4-3.6-8-8-8H184c-4.4 0-8 3.6-8 8m-48 40V56c0-30.9 25.1-56 56-56h144c30.9 0 56 25.1 56 56v424H128V96m-64 0h32v384H64c-35.3 0-64-28.7-64-64V160c0-35.3 28.7-64 64-64m384 384h-32V96h32c35.3 0 64 28.7 64 64v256c0 35.3-28.7 64-64 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/sun-plant-wilt.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/sun-plant-wilt.svg new file mode 100644 index 0000000..8aad936 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/sun-plant-wilt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M160 0c-6.3 0-12 3.7-14.6 9.5l-24.8 55.4-56.7-21.7c-5.9-2.3-12.6-.8-17 3.6s-5.9 11.1-3.6 17L65 120.5 9.5 145.4C3.7 148 0 153.7 0 160s3.7 12 9.5 14.6l55.4 24.8-21.7 56.7c-2.3 5.9-.8 12.6 3.6 17s11.1 5.9 17 3.6l56.7-21.7 24.8 55.4c2.6 5.8 8.3 9.5 14.6 9.5s12-3.7 14.6-9.5l24.8-55.4 56.7 21.7c5.9 2.3 12.6.8 17-3.6s5.9-11.1 3.6-17l-21.7-56.7 55.4-24.8c5.8-2.6 9.5-8.3 9.5-14.6s-3.7-12-9.5-14.6l-55.4-24.8 21.7-56.7c2.3-5.9.8-12.6-3.6-17s-11.1-5.9-17-3.6l-56.6 21.6-24.8-55.4C172 3.7 166.3 0 160 0m0 96a64 64 0 1 1 0 128 64 64 0 1 1 0-128m32 64a32 32 0 1 0-64 0 32 32 0 1 0 64 0m312 16c0-17.7 14.3-32 32-32s32 14.3 32 32v53.4c-14.8 7.7-24 23.1-24 44.6 0 16.8 16 44 37.4 67.2 5.8 6.2 15.5 6.2 21.2 0C624 318 640 290.7 640 274c0-21.5-9.2-37-24-44.6V176c0-44.2-35.8-80-80-80s-80 35.8-80 80v22.7c-9.8-4.3-20.6-6.7-32-6.7-44.2 0-80 35.8-80 80v21.4c-14.8 7.7-24 23.1-24 44.6 0 16.8 16 44 37.4 67.2 5.8 6.2 15.5 6.2 21.2 0C400 382 416 354.7 416 338c0-21.5-9.2-37-24-44.6V272c0-17.7 14.3-32 32-32s32 14.3 32 32v176H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h576c17.7 0 32-14.3 32-32s-14.3-32-32-32H504V176"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/sun.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/sun.svg new file mode 100644 index 0000000..7f6674e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/sun.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M361.5 1.2c5 2.1 8.6 6.6 9.6 11.9L391 121l107.9 19.8c5.3 1 9.8 4.6 11.9 9.6s1.5 10.7-1.6 15.2L446.9 256l62.3 90.3c3.1 4.5 3.7 10.2 1.6 15.2s-6.6 8.6-11.9 9.6L391 391l-19.9 107.9c-1 5.3-4.6 9.8-9.6 11.9s-10.7 1.5-15.2-1.6L256 446.9l-90.3 62.3c-4.5 3.1-10.2 3.7-15.2 1.6s-8.6-6.6-9.6-11.9L121 391 13.1 371.1c-5.3-1-9.8-4.6-11.9-9.6s-1.5-10.7 1.6-15.2L65.1 256 2.8 165.7c-3.1-4.5-3.7-10.2-1.6-15.2s6.6-8.6 11.9-9.6L121 121l19.9-107.9c1-5.3 4.6-9.8 9.6-11.9s10.7-1.5 15.2 1.6L256 65.1l90.3-62.3c4.5-3.1 10.2-3.7 15.2-1.6M160 256a96 96 0 1 1 192 0 96 96 0 1 1-192 0m224 0a128 128 0 1 0-256 0 128 128 0 1 0 256 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/superscript.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/superscript.svg new file mode 100644 index 0000000..e8de26e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/superscript.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M480 32c0-11.1-5.7-21.4-15.2-27.2s-21.2-6.4-31.1-1.4l-32 16c-15.8 7.9-22.2 27.1-14.3 42.9C393 73.5 404.3 80 416 80v80c-17.7 0-32 14.3-32 32s14.3 32 32 32h64c17.7 0 32-14.3 32-32s-14.3-32-32-32zM32 64C14.3 64 0 78.3 0 96s14.3 32 32 32h15.3l89.6 128-89.6 128H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h32c10.4 0 20.2-5.1 26.2-13.6L176 311.8l85.8 122.6c6 8.6 15.8 13.6 26.2 13.6h32c17.7 0 32-14.3 32-32s-14.3-32-32-32h-15.3l-89.6-128 89.6-128H320c17.7 0 32-14.3 32-32s-14.3-32-32-32h-32c-10.4 0-20.2 5.1-26.2 13.6L176 200.2 90.2 77.6C84.2 69.1 74.4 64 64 64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/swatchbook.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/swatchbook.svg new file mode 100644 index 0000000..f6711e4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/swatchbook.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 32C0 14.3 14.3 0 32 0h128c17.7 0 32 14.3 32 32v384c0 53-43 96-96 96S0 469 0 416zm223.6 393.9c.3-3.3.4-6.6.4-9.9V154l75.4-75.4c12.5-12.5 32.8-12.5 45.3 0l90.5 90.5c12.5 12.5 12.5 32.8 0 45.3zM182.8 512l192-192H480c17.7 0 32 14.3 32 32v128c0 17.7-14.3 32-32 32zM128 64H64v64h64zM64 192v64h64v-64zm32 248a24 24 0 1 0 0-48 24 24 0 1 0 0 48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/synagogue.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/synagogue.svg new file mode 100644 index 0000000..7b2bc7b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/synagogue.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M309.8 3.7c5.9-4.9 14.6-4.9 20.5 0l121 100.8c18.2 15.2 28.7 37.7 28.7 61.5v346H352v-96c0-17.7-14.3-32-32-32s-32 14.3-32 32v96H160V166c0-23.7 10.5-46.3 28.8-61.5zM512 512V244.5l28.1-31.2c3-3.4 7.4-5.3 11.9-5.3s8.9 1.9 11.9 5.3l63.8 70.9c7.9 8.8 12.3 20.3 12.3 32.1V448c0 35.3-28.7 64-64 64zM128 244.5V512H64c-35.3 0-64-28.7-64-64V316.3c0-11.9 4.4-23.3 12.3-32.1l63.8-70.9c3-3.4 7.4-5.3 11.9-5.3s8.9 1.9 11.9 5.3zm199-120.2c-3.1-5.4-10.9-5.4-13.9 0l-15.9 28.1-32.3-.3c-6.2-.1-10.1 6.7-7 12.1l16.4 27.8-16.4 27.8c-3.2 5.4.7 12.1 7 12.1l32.3-.3 15.8 28.1c3.1 5.4 10.9 5.4 13.9 0l15.9-28.1 32.3.3c6.2.1 10.1-6.7 7-12.1L365.7 192l16.4-27.8c3.2-5.4-.7-12.1-7-12.1l-32.3.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/syringe.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/syringe.svg new file mode 100644 index 0000000..a9c9309 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/syringe.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m441 7 32 32 32 32c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-15-15-38.2 38.1 55 55c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-72-72L295 73c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l55 55L422.1 56 407 41c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0zM210.3 155.7l61.1-61.1c.3.3.6.7 1 1l16 16 56 56 56 56 16 16 1 1-191 191a55.92 55.92 0 0 1-39.6 16.4H98l-57 57c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l57-57v-88.8c0-14.9 5.9-29.1 16.4-39.6l43.3-43.3 57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57 41.4-41.4 57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/t.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/t.svg new file mode 100644 index 0000000..61e2bbe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/t.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 32C14.3 32 0 46.3 0 64s14.3 32 32 32h128v352c0 17.7 14.3 32 32 32s32-14.3 32-32V96h128c17.7 0 32-14.3 32-32s-14.3-32-32-32H32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/table-cells-column-lock.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/table-cells-column-lock.svg new file mode 100644 index 0000000..9291e18 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/table-cells-column-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 96c0-35.3 28.7-64 64-64h384c35.3 0 64 28.7 64 64v65.1c-37.8 5.4-69.4 29.6-85.2 62.9H360v64h56v8.6c-19.1 11.1-32 31.7-32 55.4h-24v64h24v64H64c-35.3 0-64-28.7-64-64zm208 0v64h88V96zm240 0h-88v64h88zM208 224v64h88v-64zm0 128v64h88v-64zm320-112c-17.7 0-32 14.3-32 32v48h64v-48c0-17.7-14.3-32-32-32m-80 32c0-44.2 35.8-80 80-80s80 35.8 80 80v48c17.7 0 32 14.3 32 32v128c0 17.7-14.3 32-32 32H448c-17.7 0-32-14.3-32-32V352c0-17.7 14.3-32 32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/table-cells-large.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/table-cells-large.svg new file mode 100644 index 0000000..0acbb9d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/table-cells-large.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M448 96v128H288V96zm0 192v128H288V288zm-224-64H64V96h160zM64 288h160v128H64zm0-256C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/table-cells-row-lock.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/table-cells-row-lock.svg new file mode 100644 index 0000000..fd988e6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/table-cells-row-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 96c0-35.3 28.7-64 64-64h384c35.3 0 64 28.7 64 64v65.1c-37.8 5.4-69.4 29.6-85.2 62.9H360v64h56v8.6c-19.1 11.1-32 31.7-32 55.4h-24v64h24v64H64c-35.3 0-64-28.7-64-64zm64 128v64h88v-64zm232 0h-88v64h88zM152 352H64v64h88zm56 0v64h88v-64zm320-112c-17.7 0-32 14.3-32 32v48h64v-48c0-17.7-14.3-32-32-32m-80 32c0-44.2 35.8-80 80-80s80 35.8 80 80v48c17.7 0 32 14.3 32 32v128c0 17.7-14.3 32-32 32H448c-17.7 0-32-14.3-32-32V352c0-17.7 14.3-32 32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/table-cells-row-unlock.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/table-cells-row-unlock.svg new file mode 100644 index 0000000..6b3f4b3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/table-cells-row-unlock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 96c0-35.3 28.7-64 64-64h384c35.3 0 64 28.7 64 64v65.1c-37.8 5.4-69.4 29.6-85.2 62.9H360v64h56v8.6c-19.1 11.1-32 31.7-32 55.4h-24v64h24v64H64c-35.3 0-64-28.7-64-64zm64 128v64h88v-64zm232 0h-88v64h88zM152 352H64v64h88zm56 0v64h88v-64zm288-80v48h112c17.7 0 32 14.3 32 32v128c0 17.7-14.3 32-32 32H448c-17.7 0-32-14.3-32-32V352c0-17.7 14.3-32 32-32v-48c0-44.2 35.8-80 80-80s80 35.8 80 80h-48c0-17.7-14.3-32-32-32s-32 14.3-32 32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/table-cells.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/table-cells.svg new file mode 100644 index 0000000..2da8d9d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/table-cells.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm88 64v64H64V96zm56 0h88v64h-88zm240 0v64h-88V96zM64 224h88v64H64zm232 0v64h-88v-64zm64 0h88v64h-88zM152 352v64H64v-64zm56 0h88v64h-88zm240 0v64h-88v-64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/table-columns.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/table-columns.svg new file mode 100644 index 0000000..d54176d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/table-columns.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 96c0-35.3 28.7-64 64-64h384c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm64 64v256h160V160zm384 0H288v256h160z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/table-list.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/table-list.svg new file mode 100644 index 0000000..c1e6b80 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/table-list.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 96c0-35.3 28.7-64 64-64h384c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm64 0v64h64V96zm384 0H192v64h256zM64 224v64h64v-64zm384 0H192v64h256zM64 352v64h64v-64zm384 0H192v64h256z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/table-tennis-paddle-ball.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/table-tennis-paddle-ball.svg new file mode 100644 index 0000000..65f4737 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/table-tennis-paddle-ball.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M416 288c-50.1 0-93.6 28.8-114.6 70.8L68.9 126.3l.6-.6 60.1-60.1c87.5-87.5 229.3-87.5 316.8 0 67.1 67.1 82.7 166.3 46.8 248.3C471.8 297.6 445 288 416 288M49.3 151.9l240.8 240.8c-1.4 7.5-2.1 15.3-2.1 23.3 0 23.2 6.2 44.9 16.9 63.7-3 .2-6.1.3-9.2.3H293c-33.9 0-66.5-13.5-90.5-37.5l-9.8-9.8c-13.1-13.1-34.6-12.4-46.8 1.7L88.2 501c-5.8 6.7-14.2 10.7-23 11s-17.5-3.1-23.8-9.4l-32-32c-6.3-6.3-9.7-14.9-9.4-23.7s4.3-17.2 11-23l66.6-57.7c14-12.2 14.8-33.7 1.7-46.8l-9.8-9.8C45.5 285.5 32 252.9 32 219v-2.7c0-22.8 6.1-44.9 17.3-64.3zM416 320a96 96 0 1 1 0 192 96 96 0 1 1 0-192"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/table.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/table.svg new file mode 100644 index 0000000..08f8f24 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/table.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 256v-96h160v96zm0 64h160v96H64zm224 96v-96h160v96zm160-160H288v-96h160zM64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/tablet-button.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/tablet-button.svg new file mode 100644 index 0000000..aaa48e8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/tablet-button.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 0C28.7 0 0 28.7 0 64v384c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zm160 400a32 32 0 1 1 0 64 32 32 0 1 1 0-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/tablet-screen-button.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/tablet-screen-button.svg new file mode 100644 index 0000000..3ca5e8b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/tablet-screen-button.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 64C0 28.7 28.7 0 64 0h320c35.3 0 64 28.7 64 64v384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm256 384a32 32 0 1 0-64 0 32 32 0 1 0 64 0M384 64H64v320h320z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/tablet.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/tablet.svg new file mode 100644 index 0000000..4827287 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/tablet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 0C28.7 0 0 28.7 0 64v384c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zm112 432h96c8.8 0 16 7.2 16 16s-7.2 16-16 16h-96c-8.8 0-16-7.2-16-16s7.2-16 16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/tablets.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/tablets.svg new file mode 100644 index 0000000..175783f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/tablets.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M614.3 247c-5.2 7.9-16.2 8.5-22.9 1.8L391.2 48.6c-6.7-6.7-6.2-17.8 1.8-22.9C418.1 9.4 447.9 0 480 0c88.4 0 160 71.6 160 160 0 32.1-9.4 61.9-25.7 87M567 294.3c-25 16.3-54.9 25.7-87 25.7-88.4 0-160-71.6-160-160 0-32.1 9.4-61.9 25.7-87 5.2-7.9 16.2-8.5 22.9-1.8l200.2 200.2c6.7 6.7 6.2 17.8-1.8 22.9M301.5 368c9.5 0 16.9 8.2 15 17.5C301.1 457.8 236.9 512 160 512S18.9 457.8 3.5 385.5c-2-9.3 5.5-17.5 15-17.5h283.1zm0-32h-283c-9.5 0-16.9-8.2-15-17.5C18.9 246.2 83.1 192 160 192s141.1 54.2 156.5 126.5c2 9.3-5.5 17.5-15 17.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/tachograph-digital.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/tachograph-digital.svg new file mode 100644 index 0000000..7d5e1af --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/tachograph-digital.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 64C28.7 64 0 92.7 0 128v256c0 35.3 28.7 64 64 64h512c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64zm32 64h224c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32v-64c0-17.7 14.3-32 32-32M64 368c0-8.8 7.2-16 16-16h256c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16m320 0c0-8.8 7.2-16 16-16h160c8.8 0 16 7.2 16 16s-7.2 16-16 16H400c-8.8 0-16-7.2-16-16M80 288a16 16 0 1 1 0 32 16 16 0 1 1 0-32m48 16a16 16 0 1 1 32 0 16 16 0 1 1-32 0m80-16a16 16 0 1 1 0 32 16 16 0 1 1 0-32m48 16a16 16 0 1 1 32 0 16 16 0 1 1-32 0m80-16a16 16 0 1 1 0 32 16 16 0 1 1 0-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/tag.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/tag.svg new file mode 100644 index 0000000..e320100 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/tag.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 80v149.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 25 90.5 0l133.5-133.5c25-25 25-65.5 0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7L48 32C21.5 32 0 53.5 0 80m112 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/tags.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/tags.svg new file mode 100644 index 0000000..3623912 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/tags.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m345 39.1 127.8 129.3c52.4 53 52.4 138.2 0 191.2l-112 113.3c-9.3 9.4-24.5 9.5-33.9.2s-9.5-24.5-.2-33.9l111.9-113.3c33.9-34.3 33.9-89.4 0-123.7L310.9 72.9c-9.3-9.4-9.2-24.6.2-33.9s24.6-9.2 33.9.2zM0 229.5V80c0-26.5 21.5-48 48-48h149.5c17 0 33.3 6.7 45.3 18.7l168 168c25 25 25 65.5 0 90.5L277.3 442.7c-25 25-65.5 25-90.5 0l-168-168C6.7 262.7 0 246.5 0 229.5M144 144a32 32 0 1 0-64 0 32 32 0 1 0 64 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/tape.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/tape.svg new file mode 100644 index 0000000..bd15c92 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/tape.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M380.8 416c41.5-40.7 67.2-97.3 67.2-160 0-123.7-100.3-224-224-224S0 132.3 0 256s100.3 224 224 224h320c17.7 0 32-14.3 32-32s-14.3-32-32-32zM224 160a96 96 0 1 1 0 192 96 96 0 1 1 0-192m64 96a64 64 0 1 0-128 0 64 64 0 1 0 128 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/tarp-droplet.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/tarp-droplet.svg new file mode 100644 index 0000000..1970878 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/tarp-droplet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M288 160c-35.3 0-64-26.9-64-60 0-24 33.7-70.1 52.2-93.5 6.1-7.7 17.5-7.7 23.6 0C318.3 29.9 352 76 352 100c0 33.1-28.7 60-64 60M64 128h133.5c13.2 37.3 48.7 64 90.5 64s77.4-26.7 90.5-64H512c35.3 0 64 28.7 64 64v160H448c-17.7 0-32 14.3-32 32v128H64c-35.3 0-64-28.7-64-64V192c0-35.3 28.7-64 64-64m384 384V384h128zM96 256a32 32 0 1 0 0-64 32 32 0 1 0 0 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/tarp.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/tarp.svg new file mode 100644 index 0000000..5aaae43 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/tarp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M576 128c0-35.3-28.7-64-64-64H64C28.7 64 0 92.7 0 128v256c0 35.3 28.7 64 64 64h352V320c0-17.7 14.3-32 32-32h128zM448 448l128-128H448zM96 128a32 32 0 1 1 0 64 32 32 0 1 1 0-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/taxi.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/taxi.svg new file mode 100644 index 0000000..51e6228 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/taxi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M192 0c-17.7 0-32 14.3-32 32v32.2c-38.6 2.2-72.3 27.3-85.2 64.1L39.6 228.8C16.4 238.4 0 261.3 0 288v192c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32v-48h320v48c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V288c0-26.7-16.4-49.6-39.6-59.2l-35.2-100.5c-12.9-36.8-46.6-62-85.2-64.1V32c0-17.7-14.3-32-32-32zm-26.6 128h181.2c13.6 0 25.7 8.6 30.2 21.4l26.1 74.6H109.1l26.1-74.6c4.5-12.8 16.6-21.4 30.2-21.4M96 288a32 32 0 1 1 0 64 32 32 0 1 1 0-64m288 32a32 32 0 1 1 64 0 32 32 0 1 1-64 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/teeth-open.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/teeth-open.svg new file mode 100644 index 0000000..9c396ce --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/teeth-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 32C43 32 0 75 0 128v64c0 35.3 28.7 64 64 64h448c35.3 0 64-28.7 64-64v-64c0-53-43-96-96-96zm128 64c26.5 0 48 21.5 48 48v56c0 13.3-10.7 24-24 24h-48c-13.3 0-24-10.7-24-24v-56c0-26.5 21.5-48 48-48m80 48c0-26.5 21.5-48 48-48s48 21.5 48 48v56c0 13.3-10.7 24-24 24h-48c-13.3 0-24-10.7-24-24zM96 128c26.5 0 48 21.5 48 48v24c0 13.3-10.7 24-24 24H72c-13.3 0-24-10.7-24-24v-24c0-26.5 21.5-48 48-48m336 48c0-26.5 21.5-48 48-48s48 21.5 48 48v24c0 13.3-10.7 24-24 24h-48c-13.3 0-24-10.7-24-24zM96 480h384c53 0 96-43 96-96v-32c0-35.3-28.7-64-64-64H64c-35.3 0-64 28.7-64 64v32c0 53 43 96 96 96m0-64c-26.5 0-48-21.5-48-48v-24c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24v24c0 26.5-21.5 48-48 48m80-48v-24c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24v24c0 26.5-21.5 48-48 48s-48-21.5-48-48m176 48c-26.5 0-48-21.5-48-48v-24c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24v24c0 26.5-21.5 48-48 48m80-48v-24c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24v24c0 26.5-21.5 48-48 48s-48-21.5-48-48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/teeth.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/teeth.svg new file mode 100644 index 0000000..0294d5f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/teeth.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 128c0-53 43-96 96-96h384c53 0 96 43 96 96v256c0 53-43 96-96 96H96c-53 0-96-43-96-96zm176 48v56c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24v-56c0-26.5-21.5-48-48-48s-48 21.5-48 48m176-48c-26.5 0-48 21.5-48 48v56c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24v-56c0-26.5-21.5-48-48-48M48 208v24c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24v-24c0-26.5-21.5-48-48-48s-48 21.5-48 48m48 176c26.5 0 48-21.5 48-48v-24c0-13.3-10.7-24-24-24H72c-13.3 0-24 10.7-24 24v24c0 26.5 21.5 48 48 48m80-48c0 26.5 21.5 48 48 48s48-21.5 48-48v-24c0-13.3-10.7-24-24-24h-48c-13.3 0-24 10.7-24 24zm176 48c26.5 0 48-21.5 48-48v-24c0-13.3-10.7-24-24-24h-48c-13.3 0-24 10.7-24 24v24c0 26.5 21.5 48 48 48m80-176v24c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24v-24c0-26.5-21.5-48-48-48s-48 21.5-48 48m48 176c26.5 0 48-21.5 48-48v-24c0-13.3-10.7-24-24-24h-48c-13.3 0-24 10.7-24 24v24c0 26.5 21.5 48 48 48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/temperature-arrow-down.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/temperature-arrow-down.svg new file mode 100644 index 0000000..075a527 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/temperature-arrow-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M128 112c0-26.5 21.5-48 48-48s48 21.5 48 48v164.5c0 17.3 7.1 31.9 15.3 42.5 10.5 13.6 16.7 30.5 16.7 49 0 44.2-35.8 80-80 80s-80-35.8-80-80c0-18.5 6.2-35.4 16.7-48.9 8.2-10.6 15.3-25.2 15.3-42.5zM176 0C114.1 0 64 50.1 64 112v164.4c0 .1-.1.3-.2.6-.2.6-.8 1.6-1.7 2.8C43.2 304.2 32 334.8 32 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-33.2-11.2-63.8-30.1-88.1-.9-1.2-1.5-2.2-1.7-2.8-.1-.3-.2-.5-.2-.6V112C288 50.1 237.9 0 176 0m0 416c26.5 0 48-21.5 48-48 0-20.9-13.4-38.7-32-45.3V272c0-8.8-7.2-16-16-16s-16 7.2-16 16v50.7c-18.6 6.6-32 24.4-32 45.3 0 26.5 21.5 48 48 48m336-64h-32V64c0-17.7-14.3-32-32-32s-32 14.3-32 32v288h-32c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l64 64c6 6 14.1 9.4 22.6 9.4s16.6-3.4 22.6-9.4l64-64c9.2-9.2 11.9-22.9 6.9-34.9S524.8 352 511.8 352z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/temperature-arrow-up.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/temperature-arrow-up.svg new file mode 100644 index 0000000..668db25 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/temperature-arrow-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M128 112c0-26.5 21.5-48 48-48s48 21.5 48 48v164.5c0 17.3 7.1 31.9 15.3 42.5 10.5 13.6 16.7 30.5 16.7 49 0 44.2-35.8 80-80 80s-80-35.8-80-80c0-18.5 6.2-35.4 16.7-48.9 8.2-10.6 15.3-25.2 15.3-42.5zM176 0C114.1 0 64 50.1 64 112v164.4c0 .1-.1.3-.2.6-.2.6-.8 1.6-1.7 2.8C43.2 304.2 32 334.8 32 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-33.2-11.2-63.8-30.1-88.1-.9-1.2-1.5-2.2-1.7-2.8-.1-.3-.2-.5-.2-.6V112C288 50.1 237.9 0 176 0m0 416c26.5 0 48-21.5 48-48 0-20.9-13.4-38.7-32-45.3V112c0-8.8-7.2-16-16-16s-16 7.2-16 16v210.7c-18.6 6.6-32 24.4-32 45.3 0 26.5 21.5 48 48 48m304-256h32c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-64-64c-12.5-12.5-32.8-12.5-45.3 0l-64 64c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8h32v288c0 17.7 14.3 32 32 32s32-14.3 32-32V160z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/temperature-empty.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/temperature-empty.svg new file mode 100644 index 0000000..c539b75 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/temperature-empty.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M112 112c0-26.5 21.5-48 48-48s48 21.5 48 48v164.5c0 17.3 7.1 31.9 15.3 42.5 10.5 13.6 16.7 30.5 16.7 49 0 44.2-35.8 80-80 80s-80-35.8-80-80c0-18.5 6.2-35.4 16.7-48.9 8.2-10.6 15.3-25.2 15.3-42.5zM160 0C98.1 0 48 50.2 48 112v164.4c0 .1-.1.3-.2.6-.2.6-.8 1.6-1.7 2.8C27.2 304.2 16 334.8 16 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-33.2-11.2-63.8-30.1-88.1-.9-1.2-1.5-2.2-1.7-2.8-.1-.3-.2-.5-.2-.6V112C272 50.2 221.9 0 160 0m0 416a48 48 0 1 0 0-96 48 48 0 1 0 0 96"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/temperature-full.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/temperature-full.svg new file mode 100644 index 0000000..329f46b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/temperature-full.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M160 64c-26.5 0-48 21.5-48 48v164.5c0 17.3-7.1 31.9-15.3 42.5C86.2 332.6 80 349.5 80 368c0 44.2 35.8 80 80 80s80-35.8 80-80c0-18.5-6.2-35.4-16.7-48.9-8.2-10.6-15.3-25.2-15.3-42.5V112c0-26.5-21.5-48-48-48M48 112C48 50.2 98.1 0 160 0s112 50.1 112 112v164.4c0 .1.1.3.2.6.2.6.8 1.6 1.7 2.8 18.9 24.4 30.1 55 30.1 88.1 0 79.5-64.5 144-144 144S16 447.5 16 368c0-33.2 11.2-63.8 30.1-88.1.9-1.2 1.5-2.2 1.7-2.8.1-.3.2-.5.2-.6zm160 256c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-20.9 13.4-38.7 32-45.3V112c0-8.8 7.2-16 16-16s16 7.2 16 16v210.7c18.6 6.6 32 24.4 32 45.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/temperature-half.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/temperature-half.svg new file mode 100644 index 0000000..75b8427 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/temperature-half.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M160 64c-26.5 0-48 21.5-48 48v164.5c0 17.3-7.1 31.9-15.3 42.5C86.2 332.6 80 349.5 80 368c0 44.2 35.8 80 80 80s80-35.8 80-80c0-18.5-6.2-35.4-16.7-48.9-8.2-10.6-15.3-25.2-15.3-42.5V112c0-26.5-21.5-48-48-48M48 112C48 50.2 98.1 0 160 0s112 50.1 112 112v164.4c0 .1.1.3.2.6.2.6.8 1.6 1.7 2.8 18.9 24.4 30.1 55 30.1 88.1 0 79.5-64.5 144-144 144S16 447.5 16 368c0-33.2 11.2-63.8 30.1-88.1.9-1.2 1.5-2.2 1.7-2.8.1-.3.2-.5.2-.6zm160 256c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-20.9 13.4-38.7 32-45.3V208c0-8.8 7.2-16 16-16s16 7.2 16 16v114.7c18.6 6.6 32 24.4 32 45.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/temperature-high.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/temperature-high.svg new file mode 100644 index 0000000..3decf2a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/temperature-high.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M416 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64m0 128a96 96 0 1 0 0-192 96 96 0 1 0 0 192M96 112c0-26.5 21.5-48 48-48s48 21.5 48 48v164.5c0 17.3 7.1 31.9 15.3 42.5 10.5 13.6 16.7 30.5 16.7 49 0 44.2-35.8 80-80 80s-80-35.8-80-80c0-18.5 6.2-35.4 16.7-48.9 8.2-10.7 15.3-25.3 15.3-42.6zM144 0C82.1 0 32 50.2 32 112v164.4c0 .1-.1.3-.2.6-.2.6-.8 1.6-1.7 2.8C11.2 304.2 0 334.8 0 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-33.2-11.2-63.8-30.1-88.1-.9-1.2-1.5-2.2-1.7-2.8-.1-.3-.2-.5-.2-.6V112C256 50.2 205.9 0 144 0m0 416c26.5 0 48-21.5 48-48 0-20.9-13.4-38.7-32-45.3V112c0-8.8-7.2-16-16-16s-16 7.2-16 16v210.7c-18.6 6.6-32 24.4-32 45.3 0 26.5 21.5 48 48 48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/temperature-low.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/temperature-low.svg new file mode 100644 index 0000000..7cef6b1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/temperature-low.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M448 96a32 32 0 1 0-64 0 32 32 0 1 0 64 0m-128 0a96 96 0 1 1 192 0 96 96 0 1 1-192 0M144 64c-26.5 0-48 21.5-48 48v164.5c0 17.3-7.1 31.9-15.3 42.5C70.2 332.6 64 349.5 64 368c0 44.2 35.8 80 80 80s80-35.8 80-80c0-18.5-6.2-35.4-16.7-48.9-8.2-10.6-15.3-25.2-15.3-42.5V112c0-26.5-21.5-48-48-48M32 112C32 50.2 82.1 0 144 0s112 50.1 112 112v164.4c0 .1.1.3.2.6.2.6.8 1.6 1.7 2.8 18.9 24.4 30.1 55 30.1 88.1 0 79.5-64.5 144-144 144S0 447.5 0 368c0-33.2 11.2-63.8 30.1-88.1.9-1.2 1.5-2.2 1.7-2.8.1-.3.2-.5.2-.6zm160 256c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-20.9 13.4-38.7 32-45.3V272c0-8.8 7.2-16 16-16s16 7.2 16 16v50.7c18.6 6.6 32 24.4 32 45.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/temperature-quarter.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/temperature-quarter.svg new file mode 100644 index 0000000..da0e346 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/temperature-quarter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M160 64c-26.5 0-48 21.5-48 48v164.5c0 17.3-7.1 31.9-15.3 42.5C86.2 332.6 80 349.5 80 368c0 44.2 35.8 80 80 80s80-35.8 80-80c0-18.5-6.2-35.4-16.7-48.9-8.2-10.6-15.3-25.2-15.3-42.5V112c0-26.5-21.5-48-48-48M48 112C48 50.2 98.1 0 160 0s112 50.1 112 112v164.4c0 .1.1.3.2.6.2.6.8 1.6 1.7 2.8 18.9 24.4 30.1 55 30.1 88.1 0 79.5-64.5 144-144 144S16 447.5 16 368c0-33.2 11.2-63.8 30.1-88.1.9-1.2 1.5-2.2 1.7-2.8.1-.3.2-.5.2-.6zm160 256c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-20.9 13.4-38.7 32-45.3V272c0-8.8 7.2-16 16-16s16 7.2 16 16v50.7c18.6 6.6 32 24.4 32 45.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/temperature-three-quarters.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/temperature-three-quarters.svg new file mode 100644 index 0000000..9335df5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/temperature-three-quarters.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M160 64c-26.5 0-48 21.5-48 48v164.5c0 17.3-7.1 31.9-15.3 42.5C86.2 332.6 80 349.5 80 368c0 44.2 35.8 80 80 80s80-35.8 80-80c0-18.5-6.2-35.4-16.7-48.9-8.2-10.6-15.3-25.2-15.3-42.5V112c0-26.5-21.5-48-48-48M48 112C48 50.2 98.1 0 160 0s112 50.1 112 112v164.4c0 .1.1.3.2.6.2.6.8 1.6 1.7 2.8 18.9 24.4 30.1 55 30.1 88.1 0 79.5-64.5 144-144 144S16 447.5 16 368c0-33.2 11.2-63.8 30.1-88.1.9-1.2 1.5-2.2 1.7-2.8.1-.3.2-.5.2-.6zm160 256c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-20.9 13.4-38.7 32-45.3V144c0-8.8 7.2-16 16-16s16 7.2 16 16v178.7c18.6 6.6 32 24.4 32 45.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/tenge-sign.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/tenge-sign.svg new file mode 100644 index 0000000..e8a9e56 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/tenge-sign.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 64c0-17.7 14.3-32 32-32h320c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 96 0 81.7 0 64m0 128c0-17.7 14.3-32 32-32h320c17.7 0 32 14.3 32 32s-14.3 32-32 32H224v224c0 17.7-14.3 32-32 32s-32-14.3-32-32V224H32c-17.7 0-32-14.3-32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/tent-arrow-down-to-line.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/tent-arrow-down-to-line.svg new file mode 100644 index 0000000..4a72b47 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/tent-arrow-down-to-line.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M241.8 111.9c8.9 9.9 8.1 25-1.8 33.9l-80 72c-9.1 8.2-23 8.2-32.1 0l-80-72c-9.9-8.9-10.7-24-1.8-33.9s24-10.7 33.9-1.8l39.9 36L120 24c0-13.3 10.7-24 24-24s24 10.7 24 24v122.1l39.9-36c9.9-8.9 25-8.1 33.9 1.8m122.8 22.6c11.5-8.7 27.3-8.7 38.8 0l168 128c6.6 5 11 12.5 12.3 20.7l24 160 .7 4.7c17.5.2 31.6 14.4 31.6 32 0 17.7-14.3 32-32 32L32 512c-17.7 0-32-14.3-32-32s14.3-32 32-32h127.6l.7-4.7 24-160c1.2-8.2 5.6-15.7 12.3-20.7l168-128zM384 448h80l-61.3-122.5c-1.7-3.4-5.1-5.5-8.8-5.5-5.5 0-9.9 4.4-9.9 9.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/tent-arrow-left-right.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/tent-arrow-left-right.svg new file mode 100644 index 0000000..26faef0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/tent-arrow-left-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M488.1 6.2c-9.9-8.9-25-8.1-33.9 1.8s-8.1 25 1.8 33.9L489.5 72h-403L120 41.8c9.9-8.9 10.7-24 1.8-33.9s-24-10.6-33.9-1.7l-80 72C2.9 82.7 0 89.2 0 96s2.9 13.3 7.9 17.8l80 72c9.9 8.9 25 8.1 33.9-1.8s8.1-25-1.8-33.9L86.5 120h402.9l-33.5 30.2c-9.9 8.9-10.7 24-1.8 33.9s24 10.7 33.9 1.8l80-72c5.1-4.6 7.9-11 7.9-17.8S573 82.8 568 78.3l-80-72zM307.4 166.5c-11.5-8.7-27.3-8.7-38.8 0l-168 128c-6.6 5-11 12.5-12.3 20.7l-24 160c-1.4 9.2 1.3 18.6 7.4 25.6S86.7 512 96 512h160c17.7 0 32-14.3 32-32V361.9c0-5.5 4.4-9.9 9.9-9.9 3.7 0 7.2 2.1 8.8 5.5l68.4 136.8c5.4 10.8 16.5 17.7 28.6 17.7h76.2c9.3 0 18.2-4.1 24.2-11.1s8.8-16.4 7.4-25.6l-24-160c-1.2-8.2-5.6-15.7-12.3-20.7l-168-128z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/tent-arrow-turn-left.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/tent-arrow-turn-left.svg new file mode 100644 index 0000000..0f54f7d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/tent-arrow-turn-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M120.1 41.8c9.9-8.9 10.7-24 1.8-33.9s-24.1-10.6-34-1.7l-80 72C2.9 82.7 0 89.2 0 96s2.9 13.3 7.9 17.8l80 72c9.9 8.9 25 8.1 33.9-1.8s8.1-25-1.8-33.9L86.5 120H456c39.8 0 72 32.2 72 72v40c0 13.3 10.7 24 24 24s24-10.7 24-24v-40c0-66.3-53.7-120-120-120H86.5L120 41.8zm187.3 124.7c-11.5-8.7-27.3-8.7-38.8 0l-168 128c-6.6 5-11 12.5-12.3 20.7l-24 160c-1.4 9.2 1.3 18.6 7.4 25.6S86.7 512 96 512h160c17.7 0 32-14.3 32-32V361.9c0-5.5 4.4-9.9 9.9-9.9 3.7 0 7.2 2.1 8.8 5.5l68.4 136.8c5.4 10.8 16.5 17.7 28.6 17.7h76.2c9.3 0 18.2-4.1 24.2-11.1s8.8-16.4 7.4-25.6l-24-160c-1.2-8.2-5.6-15.7-12.3-20.7l-168-128z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/tent-arrows-down.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/tent-arrows-down.svg new file mode 100644 index 0000000..e85bb0c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/tent-arrows-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M209.8 111.9c-8.9-9.9-24-10.7-33.9-1.8l-39.9 36V24c0-13.3-10.7-24-24-24S88 10.7 88 24v122.1l-39.9-36c-9.9-8.9-25-8.1-33.9 1.8s-8.1 25 1.8 33.9l80 72c9.1 8.2 23 8.2 32.1 0l80-72c9.9-8.9 10.7-24 1.8-33.9zm352 0c-8.9-9.9-24-10.7-33.9-1.8l-39.9 36V24c0-13.3-10.7-24-24-24s-24 10.7-24 24v122.1l-39.9-36c-9.9-8.9-25-8.1-33.9 1.8s-8.1 25 1.8 33.9l80 72c9.1 8.2 23 8.2 32.1 0l80-72c9.9-8.9 10.7-24 1.8-33.9zm-254.4 54.6c-11.5-8.7-27.3-8.7-38.8 0l-168 128c-6.6 5-11 12.5-12.3 20.7l-24 160c-1.4 9.2 1.3 18.6 7.4 25.6S86.7 512 96 512h160c17.7 0 32-14.3 32-32V361.9c0-5.5 4.4-9.9 9.9-9.9 3.7 0 7.2 2.1 8.8 5.5l68.4 136.8c5.4 10.8 16.5 17.7 28.6 17.7h76.2c9.3 0 18.2-4.1 24.2-11.1s8.8-16.4 7.4-25.6l-24-160c-1.2-8.2-5.6-15.7-12.3-20.7l-168-128z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/tent.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/tent.svg new file mode 100644 index 0000000..a79c79f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/tent.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M269.4 6c11.1-8 26.1-8 37.2 0l224 160c7.4 5.3 12.2 13.5 13.2 22.5l32 288c1 9-1.9 18.1-8 24.9s-14.7 10.7-23.8 10.7H435.8c-12.1 0-23.2-6.8-28.6-17.7L306.7 293.5c-1.7-3.4-5.1-5.5-8.8-5.5-5.5 0-9.9 4.4-9.9 9.9V480c0 17.7-14.3 32-32 32H32c-9.1 0-17.8-3.9-23.8-10.7s-9-15.8-8-24.9l32-288c1-9 5.8-17.2 13.2-22.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/tents.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/tents.svg new file mode 100644 index 0000000..8353ddf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/tents.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M396.6 6.5 235.8 129.1c9.6 1.8 18.9 5.8 27 12l168 128c13.2 10.1 22 24.9 24.5 41.4l6.2 41.5H608c9.3 0 18.2-4.1 24.2-11.1s8.8-16.4 7.4-25.6l-24-160c-1.2-8.2-5.6-15.7-12.3-20.7l-168-128c-11.5-8.7-27.3-8.7-38.8 0zm-153.2 160c-11.5-8.7-27.3-8.7-38.8 0l-168 128c-6.6 5-11 12.5-12.3 20.7l-24 160c-1.4 9.2 1.3 18.6 7.4 25.6S22.7 512 32 512h160c17.7 0 32-14.3 32-32V361.9c0-5.5 4.4-9.9 9.9-9.9 3.7 0 7.2 2.1 8.8 5.5l68.4 136.8c5.4 10.8 16.5 17.7 28.6 17.7h76.2c9.3 0 18.2-4.1 24.2-11.1s8.8-16.4 7.4-25.6l-24-160c-1.2-8.2-5.6-15.7-12.3-20.7l-168-128z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/terminal.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/terminal.svg new file mode 100644 index 0000000..f08a105 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/terminal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M9.4 86.6c-12.5-12.5-12.5-32.7 0-45.2s32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L178.7 256zM256 416h288c17.7 0 32 14.3 32 32s-14.3 32-32 32H256c-17.7 0-32-14.3-32-32s14.3-32 32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/text-height.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/text-height.svg new file mode 100644 index 0000000..caea34d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/text-height.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 128V96h64v320H96c-17.7 0-32 14.3-32 32s14.3 32 32 32h128c17.7 0 32-14.3 32-32s-14.3-32-32-32h-32V96h64v32c0 17.7 14.3 32 32 32s32-14.3 32-32V80c0-26.5-21.5-48-48-48H48C21.5 32 0 53.5 0 80v48c0 17.7 14.3 32 32 32s32-14.3 32-32m438.6-86.6c-12.5-12.5-32.8-12.5-45.3 0l-64 64c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8h32v192h-32c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l64 64c12.5 12.5 32.8 12.5 45.3 0l64-64c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8h-32v-192h32c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/text-slash.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/text-slash.svg new file mode 100644 index 0000000..71d3281 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/text-slash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2s-6.3 25.5 4.1 33.7l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L355.7 253.5 400.2 96H503l-6 24.2c-4.3 17.1 6.1 34.5 23.3 38.8s34.5-6.1 38.8-23.3l11-44.1c7.5-30.3-15.4-59.6-46.6-59.6h-319c-22 0-41.2 15-46.6 36.4l-6.3 25.2zm168 131.7c.1-.3.2-.7.3-1L217 96h116.7l-32.4 114.8-94.5-74.1zM243.3 416H192c-17.7 0-32 14.3-32 32s14.3 32 32 32h160c17.7 0 32-14.3 32-32s-14.3-32-32-32h-42.2l17.6-62.1-54.5-42.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/text-width.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/text-width.svg new file mode 100644 index 0000000..7bef63f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/text-width.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 128V96h128v128h-16c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32h-16V96h128v32c0 17.7 14.3 32 32 32s32-14.3 32-32V80c0-26.5-21.5-48-48-48H48C21.5 32 0 53.5 0 80v48c0 17.7 14.3 32 32 32s32-14.3 32-32M9.4 361.4c-12.5 12.5-12.5 32.8 0 45.3l64 64c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6v-32h192v32c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l64-64c12.5-12.5 12.5-32.8 0-45.3l-64-64c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6v32h-192v-32c0-12.9-7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/thermometer.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/thermometer.svg new file mode 100644 index 0000000..188a3cb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/thermometer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 382.1v-88.8c0-14.9 5.9-29.1 16.4-39.6l27.3-27.3 57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57 41.4-41.4 57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57 41.4-41.4 57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57 45.5-45.5C355.2 10.9 381.4 0 408.8 0 465.8 0 512 46.2 512 103.2c0 27.4-10.9 53.6-30.2 73L258.3 399.6a55.92 55.92 0 0 1-39.6 16.4h-88.8L41 505c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l89-89z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/thumbs-down.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/thumbs-down.svg new file mode 100644 index 0000000..7133d88 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/thumbs-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M313.4 479.1c26-5.2 42.9-30.5 37.7-56.5l-2.3-11.4c-5.3-26.7-15.1-52.1-28.8-75.2h144c26.5 0 48-21.5 48-48 0-18.5-10.5-34.6-25.9-42.6C497 236.6 504 223.1 504 208c0-23.4-16.8-42.9-38.9-47.1 4.4-7.3 6.9-15.8 6.9-24.9 0-21.3-13.9-39.4-33.1-45.6.7-3.3 1.1-6.8 1.1-10.4 0-26.5-21.5-48-48-48h-97.5c-19 0-37.5 5.6-53.3 16.1l-38.5 25.7C176 91.6 160 121.6 160 153.7v111.2c0 29.2 13.3 56.7 36 75l7.4 5.9c26.5 21.2 44.6 51 51.2 84.2l2.3 11.4c5.2 26 30.5 42.9 56.5 37.7M32 384h64c17.7 0 32-14.3 32-32V128c0-17.7-14.3-32-32-32H32c-17.7 0-32 14.3-32 32v224c0 17.7 14.3 32 32 32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/thumbs-up.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/thumbs-up.svg new file mode 100644 index 0000000..218ec06 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/thumbs-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M313.4 32.9c26 5.2 42.9 30.5 37.7 56.5l-2.3 11.4c-5.3 26.7-15.1 52.1-28.8 75.2h144c26.5 0 48 21.5 48 48 0 18.5-10.5 34.6-25.9 42.6C497 275.4 504 288.9 504 304c0 23.4-16.8 42.9-38.9 47.1 4.4 7.3 6.9 15.8 6.9 24.9 0 21.3-13.9 39.4-33.1 45.6.7 3.3 1.1 6.8 1.1 10.4 0 26.5-21.5 48-48 48h-97.5c-19 0-37.5-5.6-53.3-16.1l-38.5-25.7C176 420.4 160 390.4 160 358.3V247.1c0-29.2 13.3-56.7 36-75l7.4-5.9c26.5-21.2 44.6-51 51.2-84.2l2.3-11.4c5.2-26 30.5-42.9 56.5-37.7M32 192h64c17.7 0 32 14.3 32 32v224c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V224c0-17.7 14.3-32 32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/thumbtack-slash.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/thumbtack-slash.svg new file mode 100644 index 0000000..65cd286 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/thumbtack-slash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2s-6.3 25.5 4.1 33.7l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L481.4 352c9.8-.4 18.9-5.3 24.6-13.3 6-8.3 7.7-19.1 4.4-28.8l-1-3c-13.8-41.5-42.8-74.8-79.5-94.7L418.5 64H448c17.7 0 32-14.3 32-32S465.7 0 448 0H192c-17.7 0-32 14.3-32 32s14.3 32 32 32h29.5l-6.1 79.5zM324.9 352 177.1 235.6c-20.9 18.9-37.2 43.3-46.5 71.3l-1 3c-3.3 9.8-1.6 20.5 4.4 28.8s15.7 13.3 26 13.3zM288 384v96c0 17.7 14.3 32 32 32s32-14.3 32-32v-96z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/thumbtack.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/thumbtack.svg new file mode 100644 index 0000000..015b609 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/thumbtack.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 32C32 14.3 46.3 0 64 0h256c17.7 0 32 14.3 32 32s-14.3 32-32 32h-29.5l11.4 148.2c36.7 19.9 65.7 53.2 79.5 94.7l1 3c3.3 9.8 1.6 20.5-4.4 28.8S362.3 352 352 352H32c-10.3 0-19.9-4.9-26-13.3s-7.7-19.1-4.4-28.8l1-3c13.8-41.5 42.8-74.8 79.5-94.7L93.5 64H64c-17.7 0-32-14.3-32-32m128 352h64v96c0 17.7-14.3 32-32 32s-32-14.3-32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/ticket-simple.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/ticket-simple.svg new file mode 100644 index 0000000..4214976 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/ticket-simple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 128c0-35.3 28.7-64 64-64h448c35.3 0 64 28.7 64 64v64c0 8.8-7.4 15.7-15.7 18.6C541.5 217.1 528 235 528 256s13.5 38.9 32.3 45.4c8.3 2.9 15.7 9.8 15.7 18.6v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64v-64c0-8.8 7.4-15.7 15.7-18.6C34.5 294.9 48 277 48 256s-13.5-38.9-32.3-45.4C7.4 207.7 0 200.8 0 192z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/ticket.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/ticket.svg new file mode 100644 index 0000000..eb33c6f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/ticket.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 64C28.7 64 0 92.7 0 128v64c0 8.8 7.4 15.7 15.7 18.6C34.5 217.1 48 235 48 256s-13.5 38.9-32.3 45.4C7.4 304.3 0 311.2 0 320v64c0 35.3 28.7 64 64 64h448c35.3 0 64-28.7 64-64v-64c0-8.8-7.4-15.7-15.7-18.6C541.5 294.9 528 277 528 256s13.5-38.9 32.3-45.4c8.3-2.9 15.7-9.8 15.7-18.6v-64c0-35.3-28.7-64-64-64zm64 112v160c0 8.8 7.2 16 16 16h288c8.8 0 16-7.2 16-16V176c0-8.8-7.2-16-16-16H144c-8.8 0-16 7.2-16 16m-32-16c0-17.7 14.3-32 32-32h320c17.7 0 32 14.3 32 32v192c0 17.7-14.3 32-32 32H128c-17.7 0-32-14.3-32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/timeline.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/timeline.svg new file mode 100644 index 0000000..e3e7f81 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/timeline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M128 72a24 24 0 1 1 0 48 24 24 0 1 1 0-48m32 97.3c28.3-12.3 48-40.5 48-73.3 0-44.2-35.8-80-80-80S48 51.8 48 96c0 32.8 19.7 61 48 73.3V224H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h256v54.7c-28.3 12.3-48 40.5-48 73.3 0 44.2 35.8 80 80 80s80-35.8 80-80c0-32.8-19.7-61-48-73.3V288h256c17.7 0 32-14.3 32-32s-14.3-32-32-32h-64v-54.7c28.3-12.3 48-40.5 48-73.3 0-44.2-35.8-80-80-80s-80 35.8-80 80c0 32.8 19.7 61 48 73.3V224H160zM488 96a24 24 0 1 1 48 0 24 24 0 1 1-48 0M320 392a24 24 0 1 1 0 48 24 24 0 1 1 0-48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/toggle-off.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/toggle-off.svg new file mode 100644 index 0000000..992d255 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/toggle-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M384 128c70.7 0 128 57.3 128 128s-57.3 128-128 128H192c-70.7 0-128-57.3-128-128s57.3-128 128-128zm192 128c0-106-86-192-192-192H192C86 64 0 150 0 256s86 192 192 192h192c106 0 192-86 192-192m-384 96a96 96 0 1 0 0-192 96 96 0 1 0 0 192"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/toggle-on.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/toggle-on.svg new file mode 100644 index 0000000..72f9819 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/toggle-on.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M192 64C86 64 0 150 0 256s86 192 192 192h192c106 0 192-86 192-192S490 64 384 64zm192 96a96 96 0 1 1 0 192 96 96 0 1 1 0-192"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/toilet-paper-slash.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/toilet-paper-slash.svg new file mode 100644 index 0000000..8bc29e3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/toilet-paper-slash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2s-6.3 25.5 4.1 33.7l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-109.7-86C569.9 374 608 291.9 608 192 608 86 565 0 512 0s-96 86-96 192c0 49.1 9.2 93.9 24.4 127.9l-59-46.2c1.6-24.8 2.6-52 2.6-81.6 0-65.5 13.2-142.4 60.2-192L160 0c-24.8 0-47.4 18.8-64.4 49.6zm328.5 380.3-300.8-237C64.9 162.4 64 177 64 192c0 101.5-11.7 170.8-23 213.9-5.1 19.4-10.7 39.9-20.5 57.7-5.9 9.9-6.1 22.1-.4 32.2S36.5 512 48 512h237.9c22.3 0 45.4-12.1 55.4-36.1 7.4-17.7 17.5-47.2 26-90.6zM544 192c0 35.3-14.3 64-32 64s-32-28.7-32-64 14.3-64 32-64 32 28.7 32 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/toilet-paper.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/toilet-paper.svg new file mode 100644 index 0000000..86ccfc6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/toilet-paper.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M444.2 0c-47 49.6-60.2 126.5-60.2 192 0 158.8-27.3 247-42.7 283.9-10 24-33.2 36.1-55.4 36.1H48c-11.5 0-22.2-6.2-27.8-16.2s-5.6-22.3.4-32.2c9.8-17.7 15.4-38.2 20.5-57.7C52.3 362.8 64 293.5 64 192 64 86 107 0 160 0zM512 384c-53 0-96-86-96-192S459 0 512 0s96 86 96 192-43 192-96 192m0-128c17.7 0 32-28.7 32-64s-14.3-64-32-64-32 28.7-32 64 14.3 64 32 64m-368-48a16 16 0 1 0-32 0 16 16 0 1 0 32 0m64 0a16 16 0 1 0-32 0 16 16 0 1 0 32 0m48 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32m80-16a16 16 0 1 0-32 0 16 16 0 1 0 32 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/toilet-portable.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/toilet-portable.svg new file mode 100644 index 0000000..b29dfe2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/toilet-portable.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 32v32h320V32c0-17.7-14.3-32-32-32H32C14.3 0 0 14.3 0 32m24 64H0v392c0 13.3 10.7 24 24 24s24-10.7 24-24v-8h224v8c0 13.3 10.7 24 24 24s24-10.7 24-24V96H24m232 144v64c0 8.8-7.2 16-16 16s-16-7.2-16-16v-64c0-8.8 7.2-16 16-16s16 7.2 16 16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/toilet.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/toilet.svg new file mode 100644 index 0000000..bcd0a11 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/toilet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M24 0C10.7 0 0 10.7 0 24s10.7 24 24 24h8v148.9c-1.9 1.4-3.8 2.9-5.6 4.4C10.9 214.5 0 232.9 0 256c0 46.9 14.3 84.1 37 112.5 14.2 17.7 31.1 31.3 48.5 41.8l-19.9 59.6c-3.3 9.8-1.6 20.5 4.4 28.8S85.7 512 96 512h256c10.3 0 19.9-4.9 26-13.3s7.7-19.1 4.4-28.8l-19.8-59.5c17.4-10.5 34.3-24.1 48.5-41.8 22.7-28.4 37-65.5 37-112.5 0-23.1-10.9-41.5-26.4-54.6-1.8-1.5-3.7-3-5.6-4.4L416 48h8c13.3 0 24-10.7 24-24S437.3 0 424 0zm360 256.3c0 1-.3 2.6-3.8 5.6-4.8 4.1-14 9-29.3 13.4C320.5 284 276.1 288 224 288s-96.5-4-126.9-12.8c-15.3-4.4-24.5-9.3-29.3-13.4-3.5-3-3.8-4.6-3.8-5.6v-.4c0-1 0-2.5 3.8-5.8 4.8-4.1 14-9 29.3-13.4C127.5 228 171.9 224 224 224s96.5 4 126.9 12.8c15.3 4.4 24.5 9.3 29.3 13.4 3.8 3.2 3.8 4.8 3.8 5.8v.4zM328.2 384l-.2.5v-.5zM112 64h32c8.8 0 16 7.2 16 16s-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16s7.2-16 16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/toilets-portable.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/toilets-portable.svg new file mode 100644 index 0000000..08626ad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/toilets-portable.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 0h192c17.7 0 32 14.3 32 32v32H0V32C0 14.3 14.3 0 32 0M0 96h256v392c0 13.3-10.7 24-24 24s-24-10.7-24-24v-8H48v8c0 13.3-10.7 24-24 24S0 501.3 0 488V96m192 128c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16s16-7.2 16-16v-64c0-8.8-7.2-16-16-16M352 0h192c17.7 0 32 14.3 32 32v32H320V32c0-17.7 14.3-32 32-32m-32 96h256v392c0 13.3-10.7 24-24 24s-24-10.7-24-24v-8H368v8c0 13.3-10.7 24-24 24s-24-10.7-24-24V96m192 128c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16s16-7.2 16-16v-64c0-8.8-7.2-16-16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/toolbox.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/toolbox.svg new file mode 100644 index 0000000..cec3877 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/toolbox.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M176 88v40h160V88c0-4.4-3.6-8-8-8H184c-4.4 0-8 3.6-8 8m-48 40V88c0-30.9 25.1-56 56-56h144c30.9 0 56 25.1 56 56v40h28.1c12.7 0 24.9 5.1 33.9 14.1l51.9 51.9c9 9 14.1 21.2 14.1 33.9V320H384v-32c0-17.7-14.3-32-32-32s-32 14.3-32 32v32H192v-32c0-17.7-14.3-32-32-32s-32 14.3-32 32v32H0v-92.1C0 215.2 5.1 203 14.1 194L66 142.1c9-9 21.2-14.1 33.9-14.1zM0 416v-64h128c0 17.7 14.3 32 32 32s32-14.3 32-32h128c0 17.7 14.3 32 32 32s32-14.3 32-32h128v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/tooth.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/tooth.svg new file mode 100644 index 0000000..d439644 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/tooth.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M186.1 52.1c-16.8-13-37.4-20.1-58.6-20.1C74.7 32 32 74.7 32 127.5v6.2c0 15.8 3.7 31.3 10.7 45.5l23.5 47.1c4.5 8.9 7.6 18.4 9.4 28.2l36.7 205.8c2 11.2 11.6 19.4 22.9 19.8s21.4-7.4 24-18.4l28.9-121.3C192.2 323.7 207 312 224 312s31.8 11.7 35.8 28.3l28.9 121.3c2.6 11.1 12.7 18.8 24 18.4s20.9-8.6 22.9-19.8l36.7-205.8c1.8-9.8 4.9-19.3 9.4-28.2l23.5-47.1c7.1-14.1 10.7-29.7 10.7-45.5v-2.1c0-55-44.6-99.6-99.6-99.6-24.1 0-47.4 8.8-65.6 24.6l-3.2 2.8L267 74.5c7 5.4 8.2 15.5 2.8 22.5s-15.5 8.2-22.5 2.8l-24.4-19-37-28.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/torii-gate.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/torii-gate.svg new file mode 100644 index 0000000..02d54f3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/torii-gate.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 80c0 26.5 21.5 48 48 48h16v64h64v-64h96v64h64v-64h96v64h64v-64h16c26.5 0 48-21.5 48-48V13.4C512 6 506 0 498.6 0c-1.7 0-3.4.3-5 1l-49 19.6C425.7 28.1 405.5 32 385.2 32H126.8c-20.4 0-40.5-3.9-59.4-11.4L18.4 1c-1.6-.6-3.3-1-5-1C6 0 0 6 0 13.4zm64 208v192c0 17.7 14.3 32 32 32s32-14.3 32-32V288h256v192c0 17.7 14.3 32 32 32s32-14.3 32-32V288h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/tornado.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/tornado.svg new file mode 100644 index 0000000..b915b93 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/tornado.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 32v13.6c0 17.1 1.7 34 5 50.4h352.8c3.2-6.9 7.5-13.3 13-18.8l38.6-38.6c4.2-4.2 6.6-10 6.6-16C416 10.1 405.9 0 393.4 0H32C14.3 0 0 14.3 0 32m352.2 96H13.6c12.2 35.9 32.3 68.7 58.8 96H412l-47.2-62.9c-7.3-9.7-11.6-21.2-12.6-33.1m-226 138.2 116.4 68.5c8.2 4.8 15.8 10.7 22.5 17.3H445c2-9.8 3-19.9 3-30.1 0-23-5.3-45.5-15.3-65.9H110.2c5.2 3.6 10.5 7 16 10.2M288 384c10.3 21.4 13.8 45.5 9.9 69l-5.9 35.7c-2 12.2 7.4 23.4 19.8 23.4 5.3 0 10.4-2.1 14.2-5.9l78.2-78.2c12.8-12.8 23.1-27.7 30.4-43.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/tower-broadcast.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/tower-broadcast.svg new file mode 100644 index 0000000..a168035 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/tower-broadcast.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M80.3 44C69.8 69.9 64 98.2 64 128s5.8 58.1 16.3 84c6.6 16.4-1.3 35-17.7 41.7s-35-1.3-41.7-17.7C7.4 202.6 0 166.1 0 128S7.4 53.4 20.9 20C27.6 3.6 46.2-4.3 62.6 2.3S86.9 27.6 80.3 44m474.8-24C568.6 53.4 576 89.9 576 128s-7.4 74.6-20.9 108c-6.6 16.4-25.3 24.3-41.7 17.7s-24.3-25.3-17.7-41.7c10.5-25.9 16.3-54.2 16.3-84s-5.8-58.1-16.3-84c-6.6-16.4 1.3-35 17.7-41.7s35 1.3 41.7 17.7M352 128c0 23.7-12.9 44.4-32 55.4V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V183.4c-19.1-11.1-32-31.7-32-55.4 0-35.3 28.7-64 64-64s64 28.7 64 64M170.6 76.8C163.8 92.4 160 109.7 160 128s3.8 35.6 10.6 51.2c7.1 16.2-.3 35.1-16.5 42.1S119 221 112 204.8c-10.3-23.6-16-49.6-16-76.8s5.7-53.2 16-76.8c7.1-16.2 25.9-23.6 42.1-16.5s23.6 25.9 16.5 42.1M464 51.2c10.3 23.6 16 49.6 16 76.8s-5.7 53.2-16 76.8c-7.1 16.2-25.9 23.6-42.1 16.5s-23.6-25.9-16.5-42.1c6.8-15.6 10.6-32.9 10.6-51.2s-3.8-35.6-10.6-51.2c-7.1-16.2.3-35.1 16.5-42.1S457 35 464 51.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/tower-cell.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/tower-cell.svg new file mode 100644 index 0000000..4a74928 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/tower-cell.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M62.6 2.3C46.2-4.3 27.6 3.6 20.9 20 7.4 53.4 0 89.9 0 128s7.4 74.6 20.9 108c6.6 16.4 25.3 24.3 41.7 17.7s24.3-25.3 17.7-41.7C69.8 186.1 64 157.8 64 128s5.8-58.1 16.3-84C86.9 27.6 79 9 62.6 2.3m450.8 0C497 9 489.1 27.6 495.7 44c10.5 25.9 16.3 54.2 16.3 84s-5.8 58.1-16.3 84c-6.6 16.4 1.3 35 17.7 41.7s35-1.3 41.7-17.7c13.5-33.4 20.9-69.9 20.9-108s-7.4-74.6-20.9-108c-6.7-16.4-25.3-24.3-41.7-17.7M340.1 165.2c7.5-10.5 11.9-23.3 11.9-37.2 0-35.3-28.7-64-64-64s-64 28.7-64 64c0 13.9 4.4 26.7 11.9 37.2l-137 301.6c-7.3 16.1-.2 35.1 15.9 42.4s35.1.2 42.4-15.9l20.5-45.3h220.6l20.6 45.2c7.3 16.1 26.3 23.2 42.4 15.9s23.2-26.3 15.9-42.4zM369.2 384H206.8l14.5-32h133.3l14.5 32zM288 205.3l37.6 82.7h-75.2zM163.3 73.6c5.3-12.1-.2-26.3-12.4-31.6s-26.3.2-31.6 12.4C109.5 77 104 101.9 104 128s5.5 51 15.3 73.6c5.3 12.1 19.5 17.7 31.6 12.4s17.7-19.5 12.4-31.6c-7.3-16.6-11.3-35-11.3-54.4s4-37.8 11.3-54.4m293.4-19.2c-5.3-12.1-19.5-17.7-31.6-12.4s-17.7 19.5-12.4 31.6c7.3 16.6 11.3 35 11.3 54.4s-4 37.8-11.3 54.4c-5.3 12.1.2 26.3 12.4 31.6s26.3-.2 31.6-12.4C466.5 179 472 154.1 472 128s-5.5-51-15.3-73.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/tower-observation.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/tower-observation.svg new file mode 100644 index 0000000..64c3639 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/tower-observation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M241.7 3.4c9-4.5 19.6-4.5 28.6 0l160 80c15.8 7.9 22.2 27.1 14.3 42.9C439 137.5 427.7 144 416 144v80c0 17.7-14.3 32-32 32h-4.9l32 192H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h68.9l32-192H128c-17.7 0-32-14.3-32-32v-80c-11.7 0-23-6.5-28.6-17.7-7.9-15.8-1.5-35 14.3-42.9zM314.5 448 256 399.2 197.5 448zM197.8 256l-4.7 28.3 62.9 52.5 62.9-52.5-4.7-28.3H197.7zm-13.9 83.2-11.2 67 45.8-38.2zM293.5 368l45.8 38.1-11.2-67zM176 128c-8.8 0-16 7.2-16 16s7.2 16 16 16h160c8.8 0 16-7.2 16-16s-7.2-16-16-16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/tractor.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/tractor.svg new file mode 100644 index 0000000..ec1f3b7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/tractor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 64c0-35.3 28.7-64 64-64h106.3c26.2 0 49.7 15.9 59.4 40.2l48 119.8H480v-33.8c0-24.8 5.8-49.3 16.9-71.6l2.5-5c7.9-15.8 27.1-22.2 42.9-14.3s22.2 27.1 14.3 42.9l-2.5 5c-6.7 13.3-10.1 28-10.1 42.9v33.8h56c22.1 0 40 17.9 40 40v45.4c0 16.5-8.5 31.9-22.6 40.7l-43.3 27.1c-14.2-5.9-29.8-9.2-46.1-9.2-39.3 0-74.1 18.9-96 48h-80c0 17.7-14.3 32-32 32h-8.2c-1.7 4.8-3.7 9.5-5.8 14.1l5.8 5.8c12.5 12.5 12.5 32.8 0 45.3l-22.6 22.6c-12.5 12.5-32.8 12.5-45.3 0l-5.8-5.8c-4.6 2.2-9.3 4.1-14.1 5.8v8.2c0 17.7-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32v-8.2c-4.8-1.7-9.5-3.7-14.1-5.8l-5.8 5.8c-12.5 12.5-32.8 12.5-45.3 0l-22.6-22.6c-12.5-12.5-12.5-32.8 0-45.3L46 398c-2.2-4.6-4.1-9.3-5.8-14.1l-8.2.1c-17.7 0-32-14.3-32-32v-32c0-17.7 14.3-32 32-32h8.2c1.7-4.8 3.7-9.5 5.8-14.1l-5.8-5.8c-12.5-12.5-12.5-32.8 0-45.3l22.6-22.6c9-9 21.9-11.5 33.1-7.6V64zm170.3 0H160v96h144.7zM176 256a80 80 0 1 0 0 160 80 80 0 1 0 0-160m352 192a24 24 0 1 0 0-48 24 24 0 1 0 0 48m0 64c-48.6 0-88-39.4-88-88 0-29.8 14.8-56.1 37.4-72 14.3-10.1 31.8-16 50.6-16 2.7 0 5.3.1 7.9.3 44.9 4 80.1 41.7 80.1 87.7 0 48.6-39.4 88-88 88"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/trademark.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/trademark.svg new file mode 100644 index 0000000..153283d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/trademark.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M345.6 108.8c-8.3-11-22.7-15.5-35.7-11.2S288 114.2 288 128v256c0 17.7 14.3 32 32 32s32-14.3 32-32V224l86.4 115.2c6 8.1 15.5 12.8 25.6 12.8s19.6-4.7 25.6-12.8L576 224v160c0 17.7 14.3 32 32 32s32-14.3 32-32V128c0-13.8-8.8-26-21.9-30.4s-27.5.1-35.7 11.2L464 266.7zM0 128c0 17.7 14.3 32 32 32h64v224c0 17.7 14.3 32 32 32s32-14.3 32-32V160h64c17.7 0 32-14.3 32-32s-14.3-32-32-32H32c-17.7 0-32 14.3-32 32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/traffic-light.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/traffic-light.svg new file mode 100644 index 0000000..eed99b4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/traffic-light.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 0C28.7 0 0 28.7 0 64v288c0 88.4 71.6 160 160 160s160-71.6 160-160V64c0-35.3-28.7-64-64-64zm96 416a48 48 0 1 1 0-96 48 48 0 1 1 0 96m48-176a48 48 0 1 1-96 0 48 48 0 1 1 96 0m-48-80a48 48 0 1 1 0-96 48 48 0 1 1 0 96"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/trailer.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/trailer.svg new file mode 100644 index 0000000..a12ffe2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/trailer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M48 32C21.5 32 0 53.5 0 80v256c0 26.5 21.5 48 48 48h17.1c7.8-54.3 54.4-96 110.9-96s103.1 41.7 110.9 96H608c17.7 0 32-14.3 32-32s-14.3-32-32-32h-64V80c0-26.5-21.5-48-48-48zm32 64c8.8 0 16 7.2 16 16v131.2c-11.4 5.9-22.2 12.9-32 21V112c0-8.8 7.2-16 16-16m96 128c-5.4 0-10.7.2-16 .7V112c0-8.8 7.2-16 16-16s16 7.2 16 16v112.7c-5.3-.5-10.6-.7-16-.7m80 19.2V112c0-8.8 7.2-16 16-16s16 7.2 16 16v152.2c-9.8-8.1-20.6-15.2-32-21M368 96c8.8 0 16 7.2 16 16v192c0 8.8-7.2 16-16 16s-16-7.2-16-16V112c0-8.8 7.2-16 16-16m112 16v192c0 8.8-7.2 16-16 16s-16-7.2-16-16V112c0-8.8 7.2-16 16-16s16 7.2 16 16M176 480a80 80 0 1 0 0-160 80 80 0 1 0 0 160m0-112a32 32 0 1 1 0 64 32 32 0 1 1 0-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/train-subway.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/train-subway.svg new file mode 100644 index 0000000..f9cad6f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/train-subway.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 0C43 0 0 43 0 96v256c0 48 35.2 87.7 81.1 94.9l-46 46c-7 7-2 19.1 7.9 19.1h39.7c8.5 0 16.6-3.4 22.6-9.4L160 448h128l54.6 54.6c6 6 14.1 9.4 22.6 9.4h39.7c10 0 15-12.1 7.9-19.1l-46-46c46-7.1 81.1-46.9 81.1-94.9V96c0-53-43-96-96-96zM64 128c0-17.7 14.3-32 32-32h80c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32zm208-32h80c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32h-80c-17.7 0-32-14.3-32-32v-96c0-17.7 14.3-32 32-32M64 352a32 32 0 1 1 64 0 32 32 0 1 1-64 0m288-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/train-tram.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/train-tram.svg new file mode 100644 index 0000000..426d48a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/train-tram.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M86.8 48c-12.2 0-23.6 5.5-31.2 15L42.7 79C34.5 89.3 19.4 91 9 82.7S-3 59.4 5.3 49L18 33C34.7 12.2 60 0 86.8 0h274.4c26.7 0 52 12.2 68.7 33l12.8 16c8.3 10.4 6.6 25.5-3.8 33.7s-25.5 6.6-33.7-3.7l-12.7-16c-7.6-9.5-19.1-15-31.2-15H248v48h40c53 0 96 43 96 96v160c0 30.6-14.3 57.8-36.6 75.4l65.5 65.5C420 500 415 512 405 512h-39.7c-8.5 0-16.6-3.4-22.6-9.4L288 448H160l-54.6 54.6c-6 6-14.1 9.4-22.6 9.4H43c-10 0-15-12.1-7.9-19.1l65.5-65.5C78.3 409.8 64 382.6 64 352V192c0-53 43-96 96-96h40V48zM160 160c-17.7 0-32 14.3-32 32v32c0 17.7 14.3 32 32 32h128c17.7 0 32-14.3 32-32v-32c0-17.7-14.3-32-32-32zm32 192a32 32 0 1 0-64 0 32 32 0 1 0 64 0m96 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/train.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/train.svg new file mode 100644 index 0000000..2b1cc42 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/train.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 0C43 0 0 43 0 96v256c0 48 35.2 87.7 81.1 94.9l-46 46c-7 7-2 19.1 7.9 19.1h39.7c8.5 0 16.6-3.4 22.6-9.4L160 448h128l54.6 54.6c6 6 14.1 9.4 22.6 9.4h39.7c10 0 15-12.1 7.9-19.1l-46-46c46-7.1 81.1-46.9 81.1-94.9V96c0-53-43-96-96-96zM64 96c0-17.7 14.3-32 32-32h256c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32zm160 192a48 48 0 1 1 0 96 48 48 0 1 1 0-96"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/transgender.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/transgender.svg new file mode 100644 index 0000000..9cfbc96 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/transgender.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M112 0c6.5 0 12.3 3.9 14.8 9.9s1.1 12.9-3.5 17.4l-31 31L112 78.1l7-7c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-7 7 15.2 15.2C187.7 107.6 220.5 96 256 96s68.3 11.6 94.9 31.2l68.8-68.8-31-31c-4.6-4.6-5.9-11.5-3.5-17.4S393.5.1 400 .1h96c8.8 0 16 7.2 16 16v96c0 6.5-3.9 12.3-9.9 14.8s-12.9 1.1-17.4-3.5l-31-31-68.8 68.8c19.5 26.5 31.1 59.3 31.1 94.8 0 80.2-59 146.6-136 158.2V432h16c13.3 0 24 10.7 24 24s-10.7 24-24 24h-16v8c0 13.3-10.7 24-24 24s-24-10.7-24-24v-8h-16c-13.3 0-24-10.7-24-24s10.7-24 24-24h16v-17.8c-77-11.6-136-78-136-158.2 0-35.5 11.6-68.3 31.2-94.9L112 145.9l-7 7c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l7-7-19.8-19.7-31 31c-4.6 4.6-11.5 5.9-17.4 3.5S0 118.5 0 112V16C0 7.2 7.2 0 16 0zm240 256a96 96 0 1 0-192 0 96 96 0 1 0 192 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/trash-arrow-up.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/trash-arrow-up.svg new file mode 100644 index 0000000..b33ee81 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/trash-arrow-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M163.8 0h120.4c12.1 0 23.2 6.8 28.6 17.7L320 32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 96 0 81.7 0 64s14.3-32 32-32h96l7.2-14.3C140.6 6.8 151.7 0 163.8 0M32 128h384l-21.2 339c-1.6 25.3-22.6 45-47.9 45H101.1c-25.3 0-46.3-19.7-47.9-45zm192 64c-6.4 0-12.5 2.5-17 7l-80 80c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l39-39L200 408c0 13.3 10.7 24 24 24s24-10.7 24-24V273.9l39 39c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-80-80c-4.5-4.5-10.6-7-17-7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/trash-can-arrow-up.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/trash-can-arrow-up.svg new file mode 100644 index 0000000..e1c24b9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/trash-can-arrow-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M163.8 0h120.4c12.1 0 23.2 6.8 28.6 17.7L320 32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 96 0 81.7 0 64s14.3-32 32-32h96l7.2-14.3C140.6 6.8 151.7 0 163.8 0M32 128h384v320c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64zm192 64c-6.4 0-12.5 2.5-17 7l-80 80c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l39-39L200 408c0 13.3 10.7 24 24 24s24-10.7 24-24V273.9l39 39c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-80-80c-4.5-4.5-10.6-7-17-7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/trash-can.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/trash-can.svg new file mode 100644 index 0000000..6caeae1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/trash-can.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M135.2 17.7C140.6 6.8 151.7 0 163.8 0h120.4c12.1 0 23.2 6.8 28.6 17.7L320 32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 96 0 81.7 0 64s14.3-32 32-32h96zM32 128h384v320c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64zm96 64c-8.8 0-16 7.2-16 16v224c0 8.8 7.2 16 16 16s16-7.2 16-16V208c0-8.8-7.2-16-16-16m96 0c-8.8 0-16 7.2-16 16v224c0 8.8 7.2 16 16 16s16-7.2 16-16V208c0-8.8-7.2-16-16-16m96 0c-8.8 0-16 7.2-16 16v224c0 8.8 7.2 16 16 16s16-7.2 16-16V208c0-8.8-7.2-16-16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/trash.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/trash.svg new file mode 100644 index 0000000..22354a8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/trash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M135.2 17.7 128 32H32C14.3 32 0 46.3 0 64s14.3 32 32 32h384c17.7 0 32-14.3 32-32s-14.3-32-32-32h-96l-7.2-14.3C307.4 6.8 296.3 0 284.2 0H163.8c-12.1 0-23.2 6.8-28.6 17.7M416 128H32l21.2 339c1.6 25.3 22.6 45 47.9 45h245.8c25.3 0 46.3-19.7 47.9-45z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/tree-city.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/tree-city.svg new file mode 100644 index 0000000..ff7ff43 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/tree-city.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M288 48c0-26.5 21.5-48 48-48h96c26.5 0 48 21.5 48 48v144h40v-72c0-13.3 10.7-24 24-24s24 10.7 24 24v72h24c26.5 0 48 21.5 48 48v224c0 26.5-21.5 48-48 48H336c-26.5 0-48-21.5-48-48zm64 32v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16m16 80c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm-16 112v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16m176-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm-16 112v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16M224 160c0 6-1 11-2 16 20 14 34 38 34 64 0 45-36 80-80 80h-16v160c0 18-15 32-32 32-18 0-32-14-32-32V320H80c-45 0-80-35-80-80 0-26 13-50 33-64-1-5-1-10-1-16 0-53 42-96 96-96 53 0 96 43 96 96"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/tree.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/tree.svg new file mode 100644 index 0000000..5216224 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/tree.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M210.6 5.9 62 169.4c-3.9 4.2-6 9.8-6 15.5 0 12.8 10.3 23.1 23.1 23.1H104l-73.4 73.4c-4.2 4.2-6.6 10-6.6 16 0 12.5 10.1 22.6 22.6 22.6H80L5.4 409.5c-3.5 4.2-5.4 9.5-5.4 15 0 13 10.5 23.5 23.5 23.5H192v32c0 17.7 14.3 32 32 32s32-14.3 32-32v-32h168.5c13 0 23.5-10.5 23.5-23.5 0-5.5-1.9-10.8-5.4-15L368 320h33.4c12.5 0 22.6-10.1 22.6-22.6 0-6-2.4-11.8-6.6-16L344 208h24.9c12.7 0 23.1-10.3 23.1-23.1 0-5.7-2.1-11.3-6-15.5L237.4 5.9C234 2.1 229.1 0 224 0s-10 2.1-13.4 5.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/triangle-exclamation.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/triangle-exclamation.svg new file mode 100644 index 0000000..2f00cbe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/triangle-exclamation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 32c14.2 0 27.3 7.5 34.5 19.8l216 368c7.3 12.4 7.3 27.7.2 40.1S486.3 480 472 480H40c-14.3 0-27.6-7.7-34.7-20.1s-7-27.8.2-40.1l216-368C228.7 39.5 241.8 32 256 32m0 128c-13.3 0-24 10.7-24 24v112c0 13.3 10.7 24 24 24s24-10.7 24-24V184c0-13.3-10.7-24-24-24m32 224a32 32 0 1 0-64 0 32 32 0 1 0 64 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/trophy.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/trophy.svg new file mode 100644 index 0000000..e0d1992 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/trophy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M400 0H176c-26.5 0-48.1 21.8-47.1 48.2.2 5.3.4 10.6.7 15.8H24C10.7 64 0 74.7 0 88c0 92.6 33.5 157 78.5 200.7 44.3 43.1 98.3 64.8 138.1 75.8 23.4 6.5 39.4 26 39.4 45.6 0 20.9-17 37.9-37.9 37.9H192c-17.7 0-32 14.3-32 32s14.3 32 32 32h192c17.7 0 32-14.3 32-32s-14.3-32-32-32h-26.1c-20.9 0-37.9-17-37.9-37.9 0-19.6 15.9-39.2 39.4-45.6 39.9-11 93.9-32.7 138.2-75.8C542.5 245 576 180.6 576 88c0-13.3-10.7-24-24-24H446.4c.3-5.2.5-10.4.7-15.8C448.1 21.8 426.5 0 400 0M48.9 112h84.4c9.1 90.1 29.2 150.3 51.9 190.6-24.9-11-50.8-26.5-73.2-48.3-32-31.1-58-76-63-142.3zm415.2 142.3c-22.4 21.8-48.3 37.3-73.2 48.3 22.7-40.3 42.8-100.5 51.9-190.6h84.4c-5.1 66.3-31.1 111.2-63 142.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/trowel-bricks.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/trowel-bricks.svg new file mode 100644 index 0000000..981e06c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/trowel-bricks.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M240.8 4.8C250.3 10.6 256 20.9 256 32v72h89c3.6-13.8 16.1-24 31-24h88c26.5 0 48 21.5 48 48s-21.5 48-48 48h-88c-14.9 0-27.4-10.2-31-24h-89v72c0 11.1-5.7 21.4-15.2 27.2s-21.2 6.4-31.1 1.4l-192-96C6.8 151.2 0 140.1 0 128s6.8-23.2 17.7-28.6l192-96c9.9-5 21.7-4.4 31.1 1.4M288 256c0-17.7 14.3-32 32-32h160c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H320c-17.7 0-32-14.3-32-32zM32 384h96c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32v-64c0-17.7 14.3-32 32-32m192 0h256c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H224c-17.7 0-32-14.3-32-32v-64c0-17.7 14.3-32 32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/trowel.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/trowel.svg new file mode 100644 index 0000000..f0e48de --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/trowel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M343.9 213.4 245.3 312l65.4 65.4c7.9 7.9 11.1 19.4 8.4 30.3s-10.8 19.6-21.5 22.9l-256 80c-11.4 3.5-23.8.5-32.2-7.9s-11.5-20.9-7.9-32.2l80-256c3.3-10.7 12-18.9 22.9-21.5s22.4.5 30.3 8.4l65.3 65.3 98.6-98.6c-14.3-14.6-14.2-38 .3-52.5l95.4-95.4c26.9-26.9 70.5-26.9 97.5 0s26.9 70.5 0 97.5l-95.4 95.4c-14.5 14.5-37.9 14.6-52.5.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/truck-arrow-right.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/truck-arrow-right.svg new file mode 100644 index 0000000..9a395dc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/truck-arrow-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 48C0 21.5 21.5 0 48 0h320c26.5 0 48 21.5 48 48v48h50.7c17 0 33.3 6.7 45.3 18.7l77.3 77.3c12 12 18.7 28.3 18.7 45.3V352c17.7 0 32 14.3 32 32s-14.3 32-32 32h-32c0 53-43 96-96 96s-96-43-96-96H256c0 53-43 96-96 96s-96-43-96-96H48c-26.5 0-48-21.5-48-48zm416 208h128v-18.7L466.7 160H416zM160 464a48 48 0 1 0 0-96 48 48 0 1 0 0 96m368-48a48 48 0 1 0-96 0 48 48 0 1 0 96 0M257 95c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l39 39L96 168c-13.3 0-24 10.7-24 24s10.7 24 24 24h166.1l-39 39c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l80-80c9.4-9.4 9.4-24.6 0-33.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/truck-droplet.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/truck-droplet.svg new file mode 100644 index 0000000..4926ed3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/truck-droplet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 48C0 21.5 21.5 0 48 0h320c26.5 0 48 21.5 48 48v48h50.7c17 0 33.3 6.7 45.3 18.7l77.3 77.3c12 12 18.7 28.3 18.7 45.3V352c17.7 0 32 14.3 32 32s-14.3 32-32 32h-32c0 53-43 96-96 96s-96-43-96-96H256c0 53-43 96-96 96s-96-43-96-96H48c-26.5 0-48-21.5-48-48zm416 208h128v-18.7L466.7 160H416zM160 464a48 48 0 1 0 0-96 48 48 0 1 0 0 96m368-48a48 48 0 1 0-96 0 48 48 0 1 0 96 0M208 272c39.8 0 72-29.6 72-66 0-27-39.4-82.9-59.9-110.3-6.1-8.2-18.1-8.2-24.2 0C175.4 123 136 179 136 206c0 36.5 32.2 66 72 66"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/truck-fast.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/truck-fast.svg new file mode 100644 index 0000000..d0bc0d0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/truck-fast.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M112 0C85.5 0 64 21.5 64 48v48H16c-8.8 0-16 7.2-16 16s7.2 16 16 16h256c8.8 0 16 7.2 16 16s-7.2 16-16 16H48c-8.8 0-16 7.2-16 16s7.2 16 16 16h192c8.8 0 16 7.2 16 16s-7.2 16-16 16H16c-8.8 0-16 7.2-16 16s7.2 16 16 16h192c8.8 0 16 7.2 16 16s-7.2 16-16 16H64v128c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V237.3c0-17-6.7-33.3-18.7-45.3L512 114.7c-12-12-28.3-18.7-45.3-18.7H416V48c0-26.5-21.5-48-48-48zm432 237.3V256H416v-96h50.7zM160 368a48 48 0 1 1 0 96 48 48 0 1 1 0-96m272 48a48 48 0 1 1 96 0 48 48 0 1 1-96 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/truck-field-un.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/truck-field-un.svg new file mode 100644 index 0000000..e96f6fc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/truck-field-un.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 32c-35.3 0-64 28.7-64 64v32c-17.7 0-32 14.3-32 32v96c0 17.7 14.3 32 32 32v32c-17.7 0-32 14.3-32 32s14.3 32 32 32h32c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h32c17.7 0 32-14.3 32-32s-14.3-32-32-32v-32c0-35.3-28.7-64-64-64h-4.2c-.4-1.1-.9-2.1-1.3-3.2L485.7 102c-10.3-23.1-33.2-38-58.5-38h-51.8c-11-19.1-31.7-32-55.4-32zm288 96h43.2l42.7 96H384zM112 384a48 48 0 1 1 96 0 48 48 0 1 1-96 0m368-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96M253.3 135.1l34.7 52v-43.2c0-8.8 7.2-16 16-16s16 7.2 16 16v96c0 7.1-4.6 13.3-11.4 15.3s-14-.6-17.9-6.4l-34.7-52V240c0 8.8-7.2 16-16 16s-16-7.2-16-16v-96c0-7.1 4.6-13.3 11.4-15.3s14 .6 17.9 6.4M128 144v64c0 8.8 7.2 16 16 16s16-7.2 16-16v-64c0-8.8 7.2-16 16-16s16 7.2 16 16v64c0 26.5-21.5 48-48 48s-48-21.5-48-48v-64c0-8.8 7.2-16 16-16s16 7.2 16 16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/truck-field.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/truck-field.svg new file mode 100644 index 0000000..16f8047 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/truck-field.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 96c0-35.3 28.7-64 64-64h224c23.7 0 44.4 12.9 55.4 32h51.8c25.3 0 48.2 14.9 58.5 38l52.8 118.8c.5 1.1.9 2.1 1.3 3.2h4.2c35.3 0 64 28.7 64 64v32c17.7 0 32 14.3 32 32s-14.3 32-32 32h-32c0 53-43 96-96 96s-96-43-96-96H256c0 53-43 96-96 96s-96-43-96-96H32c-17.7 0-32-14.3-32-32s14.3-32 32-32v-32c-17.7 0-32-14.3-32-32v-96c0-17.7 14.3-32 32-32zm352 128h85.9l-42.7-96H384zM160 432a48 48 0 1 0 0-96 48 48 0 1 0 0 96m368-48a48 48 0 1 0-96 0 48 48 0 1 0 96 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/truck-front.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/truck-front.svg new file mode 100644 index 0000000..9fdc14b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/truck-front.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 80C0 35.8 35.8 0 80 0h352c44.2 0 80 35.8 80 80v288c0 26.2-12.6 49.4-32 64v48c0 17.7-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32v-32H128v32c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32v-48c-19.4-14.6-32-37.8-32-64zm129.9 72.2L112 224h288l-17.9-71.8C378.5 138 365.7 128 351 128H161c-14.7 0-27.5 10-31 24.2zM128 320a32 32 0 1 0-64 0 32 32 0 1 0 64 0m288 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/truck-medical.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/truck-medical.svg new file mode 100644 index 0000000..d3e127d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/truck-medical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 48C0 21.5 21.5 0 48 0h320c26.5 0 48 21.5 48 48v48h50.7c17 0 33.3 6.7 45.3 18.7l77.3 77.3c12 12 18.7 28.3 18.7 45.3V352c17.7 0 32 14.3 32 32s-14.3 32-32 32h-32c0 53-43 96-96 96s-96-43-96-96H256c0 53-43 96-96 96s-96-43-96-96H48c-26.5 0-48-21.5-48-48zm416 208h128v-18.7L466.7 160H416zM160 464a48 48 0 1 0 0-96 48 48 0 1 0 0 96m368-48a48 48 0 1 0-96 0 48 48 0 1 0 96 0M176 80v48h-48c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16h-48V80c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/truck-monster.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/truck-monster.svg new file mode 100644 index 0000000..db82fc3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/truck-monster.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M288 64v64h128l-48-64zm131.2-38.4L496 128h80c17.7 0 32 14.3 32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32c-29.2-38.9-75.7-64-128-64s-98.8 25.1-128 64h-64c-29.2-38.9-75.7-64-128-64s-98.8 25.1-128 64c-17.7 0-32-14.3-32-32s14.3-32 32-32v-64c0-17.7 14.3-32 32-32h160V48c0-26.5 21.5-48 48-48h96c20.1 0 39.1 9.5 51.2 25.6M152 256h16c12.1 0 22.1 8.9 23.8 20.6 7.6 2.2 14.9 5.3 21.7 9 9.4-7 22.8-6.3 31.3 2.3l11.3 11.3c8.6 8.6 9.3 21.9 2.3 31.3 3.7 6.8 6.8 14.1 9 21.7C279 353.9 288 363.9 288 376v16c0 12.1-8.9 22.1-20.6 23.8-2.2 7.6-5.3 14.9-9 21.7 7 9.4 6.3 22.8-2.3 31.3l-11.3 11.3c-8.6 8.6-21.9 9.3-31.3 2.2-6.8 3.7-14.1 6.8-21.7 9-1.7 11.8-11.7 20.7-23.8 20.7h-16c-12.1 0-22.1-8.9-23.8-20.6-7.6-2.2-14.9-5.3-21.7-9-9.4 7.1-22.8 6.3-31.3-2.2l-11.4-11.3c-8.6-8.6-9.3-21.9-2.3-31.3-3.7-6.9-6.8-14.1-9-21.8C40.9 414.1 32 404.1 32 392v-16c0-12.1 8.9-22.1 20.6-23.8 2.2-7.6 5.3-14.9 9-21.8-7-9.4-6.3-22.8 2.3-31.3l11.3-11.3c8.6-8.6 21.9-9.3 31.3-2.3 6.8-3.7 14.1-6.8 21.7-9 1.7-11.6 11.7-20.6 23.8-20.6zm8 176a48 48 0 1 0 0-96 48 48 0 1 0 0 96m288.2-155.4C449.9 265 459.9 256 472 256h16c12.1 0 22.1 8.9 23.8 20.6 7.6 2.2 14.9 5.3 21.8 9 9.4-7 22.8-6.3 31.3 2.3l11.3 11.3c8.6 8.6 9.3 21.9 2.2 31.3 3.7 6.8 6.8 14.1 9 21.7C599 353.9 608 363.9 608 376v16c0 12.1-8.9 22.1-20.6 23.8-2.2 7.6-5.3 14.9-9 21.7 7 9.4 6.3 22.8-2.2 31.3l-11.3 11.3c-8.6 8.6-21.9 9.3-31.3 2.2-6.9 3.7-14.1 6.8-21.8 9-1.7 11.8-11.7 20.7-23.8 20.7h-16c-12.1 0-22.1-8.9-23.8-20.6-7.6-2.2-14.9-5.3-21.7-9-9.4 7.1-22.8 6.3-31.3-2.2l-11.3-11.3c-8.6-8.6-9.3-21.9-2.2-31.3-3.7-6.9-6.8-14.1-9-21.8-11.8-1.7-20.7-11.7-20.7-23.8v-16c0-12.1 8.9-22.1 20.6-23.8 2.2-7.6 5.3-14.9 9-21.8-7-9.4-6.3-22.8 2.2-31.3l11.3-11.3c8.6-8.6 21.9-9.3 31.3-2.3 6.8-3.7 14.1-6.8 21.7-9zM528 384a48 48 0 1 0-96 0 48 48 0 1 0 96 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/truck-moving.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/truck-moving.svg new file mode 100644 index 0000000..fe7a028 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/truck-moving.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32C28.7 32 0 60.7 0 96v304c0 44.2 35.8 80 80 80 26.2 0 49.4-12.6 64-32 14.6 19.4 37.8 32 64 32 44.2 0 80-35.8 80-80 0-5.5-.6-10.8-1.6-16h163.2c-1 5.2-1.6 10.5-1.6 16 0 44.2 35.8 80 80 80s80-35.8 80-80c0-5.5-.6-10.8-1.6-16h1.6c17.7 0 32-14.3 32-32v-90.3c0-9.2-3.2-18.2-9-25.3l-58.8-71.8c-10.6-13-26.5-20.5-43.3-20.5L480 144V96c0-35.3-28.7-64-64-64zm521 224H480v-64h48.8c2.4 0 4.7 1.1 6.2 2.9zm-57 112a32 32 0 1 1 0 64 32 32 0 1 1 0-64m-352 32a32 32 0 1 1 64 0 32 32 0 1 1-64 0m-96-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/truck-pickup.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/truck-pickup.svg new file mode 100644 index 0000000..2e16f57 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/truck-pickup.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m368.6 96 76.8 96H288V96zM224 80v112H64c-17.7 0-32 14.3-32 32v64c-17.7 0-32 14.3-32 32s14.3 32 32 32h33.1c-.7 5.2-1.1 10.6-1.1 16 0 61.9 50.1 112 112 112s112-50.1 112-112c0-5.4-.4-10.8-1.1-16h66.3c-.7 5.2-1.1 10.6-1.1 16 0 61.9 50.1 112 112 112s112-50.1 112-112c0-5.4-.4-10.8-1.1-16h33.1c17.7 0 32-14.3 32-32s-14.3-32-32-32v-64c0-17.7-14.3-32-32-32h-48.6L418.6 56c-12.1-15.2-30.5-24-50-24H272c-26.5 0-48 21.5-48 48m0 288a48 48 0 1 1-96 0 48 48 0 1 1 96 0m288 0a48 48 0 1 1-96 0 48 48 0 1 1 96 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/truck-plane.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/truck-plane.svg new file mode 100644 index 0000000..0d408e3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/truck-plane.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M200 0c-30.6 0-56 54.7-56 86.1v106.5L7.8 274.3C2.9 277.2 0 282.4 0 288v64c0 5.1 2.4 9.8 6.4 12.8s9.3 3.9 14.1 2.5l123.4-37v81.2l-50 40c-3.8 3-6 7.6-6 12.5v32c0 5.1 2.5 10 6.6 13s9.5 3.8 14.4 2.2l91.1-30.3 90.4 30.1c-1.6-4.7-2.4-9.8-2.4-15v-32.6c-18.2-10.5-30.7-29.7-31.9-51.8l-.1-.1V86c0-31.3-24.5-86-56-86m88 176v224c0 20.9 13.4 38.7 32 45.3V488c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24v-40h160v40c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24v-42.7c18.6-6.6 32-24.4 32-45.3V176c0-26.5-21.5-48-48-48H336c-26.5 0-48 21.5-48 48m79.8 78.7c3.3-8.7 11.2-14.7 20.5-14.7h151.4c9.2 0 17.2 6 20.5 14.7L576 304H352zM568 352a24 24 0 1 1 0 48 24 24 0 1 1 0-48m-232 24a24 24 0 1 1 48 0 24 24 0 1 1-48 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/truck-ramp-box.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/truck-ramp-box.svg new file mode 100644 index 0000000..0bb436f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/truck-ramp-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M640 0v400c0 61.9-50.1 112-112 112-61 0-110.5-48.7-112-109.3L48.4 502.9c-17.1 4.6-34.6-5.4-39.3-22.5s5.4-34.6 22.5-39.3L352 353.8V64c0-35.3 28.7-64 64-64zm-64 400a48 48 0 1 0-96 0 48 48 0 1 0 96 0M23.1 207.7c-4.6-17.1 5.6-34.6 22.6-39.2l46.4-12.4 20.7 77.3c2.3 8.5 11.1 13.6 19.6 11.3l30.9-8.3c8.5-2.3 13.6-11.1 11.3-19.6l-20.7-77.3 46.4-12.4c17.1-4.6 34.6 5.6 39.2 22.6l41.4 154.5c4.6 17.1-5.6 34.6-22.6 39.2l-154.6 41.5c-17.1 4.6-34.6-5.6-39.2-22.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/truck.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/truck.svg new file mode 100644 index 0000000..757dae4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/truck.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M48 0C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h16c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V237.3c0-17-6.7-33.3-18.7-45.3L512 114.7c-12-12-28.3-18.7-45.3-18.7H416V48c0-26.5-21.5-48-48-48zm368 160h50.7l77.3 77.3V256H416zM112 416a48 48 0 1 1 96 0 48 48 0 1 1-96 0m368-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/tty.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/tty.svg new file mode 100644 index 0000000..c2d8339 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/tty.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m38.3 241.3-23.2-40.7c-9.2-16.2-8.4-36.5 4.5-50C61.4 106.8 144.7 48 256 48s194.6 58.8 236.4 102.6c12.9 13.5 13.7 33.8 4.5 50l-23.1 40.7c-7.5 13.2-23.3 19.3-37.8 14.6l-81.1-26.6c-13.1-4.3-22-16.6-22-30.4v-54.8c-49.6-18.1-104-18.1-153.6 0v54.8c0 13.8-8.9 26.1-22 30.4l-81.2 26.5c-14.5 4.7-30.3-1.4-37.8-14.6zM32 336c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16zm0 96c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16zm112-112h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16m80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16m80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16zm16 80h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16m-304 16c0-8.8 7.2-16 16-16h224c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H144c-8.8 0-16-7.2-16-16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/turkish-lira-sign.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/turkish-lira-sign.svg new file mode 100644 index 0000000..45fba66 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/turkish-lira-sign.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 32c17.7 0 32 14.3 32 32v35.3l119.2-34.1c17-4.9 34.7 5 39.6 22s-5 34.7-22 39.6L128 165.9v29.4l119.2-34.1c17-4.9 34.7 5 39.6 22s-5 34.7-22 39.6L128 261.9V416h63.8c68.2 0 124.4-53.5 127.8-121.6l.4-8c.9-17.7 15.9-31.2 33.6-30.4s31.2 15.9 30.4 33.6l-.4 8C378.5 399.8 294.1 480 191.8 480H96c-17.7 0-32-14.3-32-32V280.1l-23.2 6.6c-17 4.9-34.7-5-39.6-22s5-34.7 22-39.6L64 213.6v-29.4l-23.2 6.6c-17 4.9-34.7-5-39.6-22s5-34.7 22-39.6L64 117.6V64c0-17.7 14.3-32 32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/turn-down.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/turn-down.svg new file mode 100644 index 0000000..1382f1c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/turn-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M350 334.5c3.8 8.8 2 19-4.6 26l-136 144c-4.5 4.8-10.8 7.5-17.4 7.5s-12.9-2.7-17.4-7.5l-136-144c-6.6-7-8.4-17.2-4.6-26S46.5 320 56 320h88V128c0-17.7-14.3-32-32-32H32C14.3 96 0 81.7 0 64V32C0 14.3 14.3 0 32 0h80c70.7 0 128 57.3 128 128v192h88c9.6 0 18.2 5.7 22 14.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/turn-up.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/turn-up.svg new file mode 100644 index 0000000..5efb62e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/turn-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M350 177.5c3.8-8.8 2-19-4.6-26l-136-144C204.9 2.7 198.6 0 192 0s-12.9 2.7-17.4 7.5l-136 144c-6.6 7-8.4 17.2-4.6 26S46.5 192 56 192h88v192c0 17.7-14.3 32-32 32H32c-17.7 0-32 14.3-32 32v32c0 17.7 14.3 32 32 32h80c70.7 0 128-57.3 128-128V192h88c9.6 0 18.2-5.7 22-14.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/tv.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/tv.svg new file mode 100644 index 0000000..078fe6b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/tv.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 64v288h512V64zM0 64C0 28.7 28.7 0 64 0h512c35.3 0 64 28.7 64 64v288c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm128 384h384c17.7 0 32 14.3 32 32s-14.3 32-32 32H128c-17.7 0-32-14.3-32-32s14.3-32 32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/u.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/u.svg new file mode 100644 index 0000000..b7a7bbb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/u.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 32c17.7 0 32 14.3 32 32v224c0 70.7 57.3 128 128 128s128-57.3 128-128V64c0-17.7 14.3-32 32-32s32 14.3 32 32v224c0 106-86 192-192 192S0 394 0 288V64c0-17.7 14.3-32 32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/umbrella-beach.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/umbrella-beach.svg new file mode 100644 index 0000000..dd730a5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/umbrella-beach.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m346.3 271.8-60.1-21.9L214 448H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h512c17.7 0 32-14.3 32-32s-14.3-32-32-32H282.1l64.1-176.2zm121.1-.2-3.3 9.1 67.7 24.6c18.1 6.6 38-4.2 39.6-23.4 6.5-78.5-23.9-155.5-80.8-208.5 2 8 3.2 16.3 3.4 24.8l.2 6c1.8 57-7.3 113.8-26.8 167.4M462 99.1c-1.1-34.4-22.5-64.8-54.4-77.4-.9-.4-1.9-.7-2.8-1.1-33-11.7-69.8-2.4-93.1 23.8l-4 4.5C272.4 88.3 245 134.2 226.8 184l-3.3 9.1L434 269.7l3.3-9.1c18.1-49.8 26.6-102.5 24.9-155.5zm-354.8 13.8c-11.1 15.7-2.8 36.8 15.3 43.4l71 25.8 3.3-9.1c19.5-53.6 49.1-103 87.1-145.5l4-4.5c6.2-6.9 13.1-13 20.5-18.2-79.6 2.5-154.7 42.2-201.2 108z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/umbrella.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/umbrella.svg new file mode 100644 index 0000000..1992660 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/umbrella.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M288 0c17.7 0 32 14.3 32 32v17.7C451.8 63.4 557.7 161 573.9 285.9c2 15.6-17.3 24.4-27.8 12.7-14-15.6-41.3-26.6-66.1-26.6-38.7 0-71 27.5-78.4 64.1-1.7 8.7-8.7 15.9-17.6 15.9s-15.8-7.2-17.6-15.9C359 299.5 326.7 272 288 272s-71 27.5-78.4 64.1c-1.7 8.7-8.7 15.9-17.6 15.9s-15.8-7.2-17.6-15.9C167 299.5 134.7 272 96 272c-24.8 0-52.1 11-66.1 26.7-10.5 11.7-29.8 2.8-27.8-12.8C18.3 161 124.2 63.4 256 49.7V32c0-17.7 14.3-32 32-32m0 304c12.3 0 23.5 4.6 32 12.2v114.3c0 45-36.5 81.4-81.4 81.4-30.8 0-59-17.4-72.8-45l-2.3-4.7c-7.9-15.8-1.5-35 14.3-42.9s35-1.5 42.9 14.3l2.3 4.7c3 5.9 9 9.6 15.6 9.6 9.6 0 17.4-7.8 17.4-17.4V316.2c8.5-7.6 19.7-12.2 32-12.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/underline.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/underline.svg new file mode 100644 index 0000000..9bab20c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/underline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M16 64c0-17.7 14.3-32 32-32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32h-16v128c0 53 43 96 96 96s96-43 96-96V96h-16c-17.7 0-32-14.3-32-32s14.3-32 32-32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32h-16v128c0 88.4-71.6 160-160 160S64 312.4 64 224V96H48c-17.7 0-32-14.3-32-32M0 448c0-17.7 14.3-32 32-32h384c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/universal-access.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/universal-access.svg new file mode 100644 index 0000000..3ac80c2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/universal-access.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m161.5-86.1c-12.2-5.2-26.3.4-31.5 12.6s.4 26.3 12.6 31.5l11.9 5.1c17.3 7.4 35.2 12.9 53.6 16.3v50.1c0 4.3-.7 8.6-2.1 12.6l-28.7 86.1c-4.2 12.6 2.6 26.2 15.2 30.4s26.2-2.6 30.4-15.2l24.4-73.2c1.3-3.8 4.8-6.4 8.8-6.4s7.6 2.6 8.8 6.4l24.4 73.2c4.2 12.6 17.8 19.4 30.4 15.2s19.4-17.8 15.2-30.4l-28.7-86.1q-2.1-6.15-2.1-12.6v-50.1c18.4-3.5 36.3-8.9 53.6-16.3l11.9-5.1c12.2-5.2 17.8-19.3 12.6-31.5s-19.3-17.8-31.5-12.6l-12 5.1c-26.1 11.2-54.2 17-82.7 17s-56.5-5.8-82.7-17l-11.9-5.1zM256 160a40 40 0 1 0 0-80 40 40 0 1 0 0 80"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/unlock-keyhole.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/unlock-keyhole.svg new file mode 100644 index 0000000..9a913f6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/unlock-keyhole.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M224 64c-44.2 0-80 35.8-80 80v48h240c35.3 0 64 28.7 64 64v192c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V256c0-35.3 28.7-64 64-64h16v-48C80 64.5 144.5 0 224 0c57.5 0 107 33.7 130.1 82.3 7.6 16 .8 35.1-15.2 42.6s-35.1.8-42.6-15.2C283.4 82.6 255.9 64 224 64m32 320c17.7 0 32-14.3 32-32s-14.3-32-32-32h-64c-17.7 0-32 14.3-32 32s14.3 32 32 32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/unlock.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/unlock.svg new file mode 100644 index 0000000..be935ff --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/unlock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M144 144c0-44.2 35.8-80 80-80 31.9 0 59.4 18.6 72.3 45.7 7.6 16 26.7 22.8 42.6 15.2s22.8-26.7 15.2-42.6C331 33.7 281.5 0 224 0 144.5 0 80 64.5 80 144v48H64c-35.3 0-64 28.7-64 64v192c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V256c0-35.3-28.7-64-64-64H144z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/up-down-left-right.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/up-down-left-right.svg new file mode 100644 index 0000000..c35ff1a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/up-down-left-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M278.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-64 64c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8h32v96h-96v-32c0-12.9-7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9l-64 64c-12.5 12.5-12.5 32.8 0 45.3l64 64c9.2 9.2 22.9 11.9 34.9 6.9S128 333 128 320v-32h96v96h-32c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l64 64c12.5 12.5 32.8 12.5 45.3 0l64-64c9.2-9.2 11.9-22.9 6.9-34.9S332.9 384 319.9 384h-32v-96h96v32c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l64-64c12.5-12.5 12.5-32.8 0-45.3l-64-64c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6v32h-96v-96h32c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/up-down.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/up-down.svg new file mode 100644 index 0000000..be2ae24 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/up-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M145.6 7.7C141 2.8 134.7 0 128 0s-13 2.8-17.6 7.7l-104 112c-6.5 7-8.2 17.2-4.4 25.9S14.5 160 24 160h56v192H24c-9.5 0-18.2 5.7-22 14.4s-2.1 18.9 4.4 25.9l104 112c4.5 4.9 10.9 7.7 17.6 7.7s13-2.8 17.6-7.7l104-112c6.5-7 8.2-17.2 4.4-25.9S241.5 352 232 352h-56V160h56c9.5 0 18.2-5.7 22-14.4s2.1-18.9-4.4-25.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/up-long.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/up-long.svg new file mode 100644 index 0000000..cbcf77b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/up-long.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M318 177.5c3.8-8.8 2-19-4.6-26l-136-144C172.9 2.7 166.6 0 160 0s-12.9 2.7-17.4 7.5l-136 144c-6.6 7-8.4 17.2-4.6 26S14.4 192 24 192h72v288c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V192h72c9.6 0 18.2-5.7 22-14.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/up-right-and-down-left-from-center.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/up-right-and-down-left-from-center.svg new file mode 100644 index 0000000..a364775 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/up-right-and-down-left-from-center.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M344 0h144c13.3 0 24 10.7 24 24v144c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-39-39-87 87c-9.4 9.4-24.6 9.4-33.9 0l-32-32c-9.4-9.4-9.4-24.6 0-33.9l87-87L327 41c-6.9-6.9-8.9-17.2-5.2-26.2S334.3 0 344 0M168 512H24c-13.3 0-24-10.7-24-24V344c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l39 39 87-87c9.4-9.4 24.6-9.4 33.9 0l32 32c9.4 9.4 9.4 24.6 0 33.9l-87 87 39 39c6.9 6.9 8.9 17.2 5.2 26.2s-12.5 14.8-22.2 14.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/up-right-from-square.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/up-right-from-square.svg new file mode 100644 index 0000000..51d2c6b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/up-right-from-square.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M352 0c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9L370.7 96 201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L416 141.3l41.4 41.4c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6V32c0-17.7-14.3-32-32-32zM80 32C35.8 32 0 67.8 0 112v320c0 44.2 35.8 80 80 80h320c44.2 0 80-35.8 80-80V320c0-17.7-14.3-32-32-32s-32 14.3-32 32v112c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16h112c17.7 0 32-14.3 32-32s-14.3-32-32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/upload.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/upload.svg new file mode 100644 index 0000000..1891df3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/upload.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M288 109.3V352c0 17.7-14.3 32-32 32s-32-14.3-32-32V109.3l-73.4 73.4c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l128-128c12.5-12.5 32.8-12.5 45.3 0l128 128c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0zM64 352h128c0 35.3 28.7 64 64 64s64-28.7 64-64h128c35.3 0 64 28.7 64 64v32c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64v-32c0-35.3 28.7-64 64-64m368 104a24 24 0 1 0 0-48 24 24 0 1 0 0 48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/user-astronaut.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/user-astronaut.svg new file mode 100644 index 0000000..a475ead --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/user-astronaut.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M370.7 96.1C346.1 39.5 289.7 0 224 0S101.9 39.5 77.3 96.1C60.9 97.5 48 111.2 48 128v64c0 16.8 12.9 30.5 29.3 31.9 24.6 56.6 81 96.1 146.7 96.1s122.1-39.5 146.7-96.1c16.4-1.4 29.3-15.1 29.3-31.9v-64c0-16.8-12.9-30.5-29.3-31.9M336 144v16c0 53-43 96-96 96h-32c-53 0-96-43-96-96v-16c0-26.5 21.5-48 48-48h128c26.5 0 48 21.5 48 48m-146.7 18.7-6-21.2c-.9-3.3-3.9-5.5-7.3-5.5s-6.4 2.2-7.3 5.5l-6 21.2-21.2 6c-3.3.9-5.5 3.9-5.5 7.3s2.2 6.4 5.5 7.3l21.2 6 6 21.2c.9 3.3 3.9 5.5 7.3 5.5s6.4-2.2 7.3-5.5l6-21.2 21.2-6c3.3-.9 5.5-3.9 5.5-7.3s-2.2-6.4-5.5-7.3zm-76.6 153.8C46.7 342.6 0 407 0 482.3 0 498.7 13.3 512 29.7 512H128v-64c0-17.7 14.3-32 32-32h128c17.7 0 32 14.3 32 32v64h98.3c16.4 0 29.7-13.3 29.7-29.7 0-75.3-46.7-139.7-112.7-165.8C303.9 338.8 265.5 352 224 352s-79.9-13.2-111.3-35.5M176 448c-8.8 0-16 7.2-16 16v48h32v-48c0-8.8-7.2-16-16-16m96 32a16 16 0 1 0 0-32 16 16 0 1 0 0 32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/user-check.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/user-check.svg new file mode 100644 index 0000000..409c1fe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/user-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 128a128 128 0 1 1 256 0 128 128 0 1 1-256 0M0 482.3C0 383.8 79.8 304 178.3 304h91.4c98.5 0 178.3 79.8 178.3 178.3 0 16.4-13.3 29.7-29.7 29.7H29.7C13.3 512 0 498.7 0 482.3M625 177 497 305c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L591 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/user-clock.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/user-clock.svg new file mode 100644 index 0000000..b19d667 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/user-clock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M224 0a128 128 0 1 1 0 256 128 128 0 1 1 0-256m-45.7 304h91.4c20.6 0 40.4 3.5 58.8 9.9C323 331 320 349.1 320 368c0 59.5 29.5 112.1 74.8 144H29.7C13.3 512 0 498.7 0 482.3 0 383.8 79.8 304 178.3 304M352 368a144 144 0 1 1 288 0 144 144 0 1 1-288 0m144-80c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h48c8.8 0 16-7.2 16-16s-7.2-16-16-16h-32v-48c0-8.8-7.2-16-16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/user-doctor.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/user-doctor.svg new file mode 100644 index 0000000..10e81ab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/user-doctor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M224 256a128 128 0 1 0 0-256 128 128 0 1 0 0 256m-96 55.2C54 332.9 0 401.3 0 482.3 0 498.7 13.3 512 29.7 512h388.6c16.4 0 29.7-13.3 29.7-29.7 0-81-54-149.4-128-171.1V362c27.6 7.1 48 32.2 48 62v40c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16s7.2-16 16-16v-24c0-17.7-14.3-32-32-32s-32 14.3-32 32v24c8.8 0 16 7.2 16 16s-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-40c0-29.8 20.4-54.9 48-62v-57.1q-9-.9-18.3-.9h-91.4q-9.3 0-18.3.9v65.4c23.1 6.9 40 28.3 40 53.7 0 30.9-25.1 56-56 56s-56-25.1-56-56c0-25.4 16.9-46.8 40-53.7zM144 448a24 24 0 1 0 0-48 24 24 0 1 0 0 48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/user-gear.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/user-gear.svg new file mode 100644 index 0000000..2389a34 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/user-gear.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M224 0a128 128 0 1 1 0 256 128 128 0 1 1 0-256m-45.7 304h91.4c11.8 0 23.4 1.2 34.5 3.3-2.1 18.5 7.4 35.6 21.8 44.8-16.6 10.6-26.7 31.6-20 53.3 4 12.9 9.4 25.5 16.4 37.6s15.2 23.1 24.4 33c15.7 16.9 39.6 18.4 57.2 8.7v.9c0 9.2 2.7 18.5 7.9 26.3l-382.2.1C13.3 512 0 498.7 0 482.3 0 383.8 79.8 304 178.3 304M436 218.2c0-7 4.5-13.3 11.3-14.8 10.5-2.4 21.5-3.7 32.7-3.7s22.2 1.3 32.7 3.7c6.8 1.5 11.3 7.8 11.3 14.8v30.6c7.9 3.4 15.4 7.7 22.3 12.8l24.9-14.3c6.1-3.5 13.7-2.7 18.5 2.4 7.6 8.1 14.3 17.2 20.1 27.2s10.3 20.4 13.5 31c2.1 6.7-1.1 13.7-7.2 17.2l-25 14.4c.4 4 .7 8.1.7 12.3s-.2 8.2-.7 12.3l25 14.4c6.1 3.5 9.2 10.5 7.2 17.2-3.3 10.6-7.8 21-13.5 31s-12.5 19.1-20.1 27.2c-4.8 5.1-12.5 5.9-18.5 2.4L546.3 442c-6.9 5.1-14.3 9.4-22.3 12.8v30.6c0 7-4.5 13.3-11.3 14.8-10.5 2.4-21.5 3.7-32.7 3.7s-22.2-1.3-32.7-3.7c-6.8-1.5-11.3-7.8-11.3-14.8v-30.5c-8-3.4-15.6-7.7-22.5-12.9l-24.7 14.3c-6.1 3.5-13.7 2.7-18.5-2.4-7.6-8.1-14.3-17.2-20.1-27.2s-10.3-20.4-13.5-31c-2.1-6.7 1.1-13.7 7.2-17.2l24.8-14.3c-.4-4.1-.7-8.2-.7-12.4s.2-8.3.7-12.4L343.8 325c-6.1-3.5-9.2-10.5-7.2-17.2 3.3-10.6 7.7-21 13.5-31s12.5-19.1 20.1-27.2c4.8-5.1 12.4-5.9 18.5-2.4l24.8 14.3c6.9-5.1 14.5-9.4 22.5-12.9v-30.5zm92.1 133.5a48.1 48.1 0 1 0-96.1 0 48.1 48.1 0 1 0 96.1 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/user-graduate.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/user-graduate.svg new file mode 100644 index 0000000..ba0cd13 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/user-graduate.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M219.3.5c3.1-.6 6.3-.6 9.4 0l200 40C439.9 42.7 448 52.6 448 64s-8.1 21.3-19.3 23.5L352 102.9V160c0 70.7-57.3 128-128 128S96 230.7 96 160v-57.1l-48-9.6v65.1l15.7 78.4c.9 4.7-.3 9.6-3.3 13.3S52.8 256 48 256H16c-4.8 0-9.3-2.1-12.4-5.9s-4.3-8.6-3.3-13.3L16 158.4V86.6C6.5 83.3 0 74.3 0 64c0-11.4 8.1-21.3 19.3-23.5zM111.9 327.7c10.5-3.4 21.8.4 29.4 8.5l71 75.5c6.3 6.7 17 6.7 23.3 0l71-75.5c7.6-8.1 18.9-11.9 29.4-8.5 65 20.9 112 81.7 112 153.6 0 17-13.8 30.7-30.7 30.7H30.7C13.8 512 0 498.2 0 481.3c0-71.9 47-132.7 111.9-153.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/user-group.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/user-group.svg new file mode 100644 index 0000000..c08f734 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/user-group.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 128a128 128 0 1 1 256 0 128 128 0 1 1-256 0M0 482.3C0 383.8 79.8 304 178.3 304h91.4c98.5 0 178.3 79.8 178.3 178.3 0 16.4-13.3 29.7-29.7 29.7H29.7C13.3 512 0 498.7 0 482.3M609.3 512H471.5c5.4-9.4 8.6-20.3 8.6-32v-8c0-60.7-27.1-115.2-69.8-151.8 2.4-.1 4.7-.2 7.1-.2h61.4c89 0 161.2 72.2 161.2 161.3 0 17-13.8 30.7-30.7 30.7M432 256c-31 0-59-12.6-79.3-32.9 19.7-26.6 31.3-59.5 31.3-95.1 0-26.8-6.6-52.1-18.3-74.3C384.3 40.1 407.2 32 432 32c61.9 0 112 50.1 112 112s-50.1 112-112 112"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/user-injured.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/user-injured.svg new file mode 100644 index 0000000..dd5fb64 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/user-injured.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M240 80h102.7c-7.9-19.5-20.4-36.5-36.2-49.9zm37.7-68.2C261.3 4.2 243.2 0 224 0c-53.7 0-99.7 33.1-118.7 80h81.4zM224 256c70.7 0 128-57.3 128-128 0-5.4-.3-10.8-1-16H97c-.7 5.2-1 10.6-1 16 0 70.7 57.3 128 128 128m-100 56.4c-9.7 3.1-19.1 7-28 11.7V512h147.7l-62.2-103.8zm33-7.2 47.3 78.8H272c44.2 0 80 35.8 80 80 0 18-6 34.6-16 48h82.3c16.4 0 29.7-13.3 29.7-29.7 0-98.5-79.8-178.3-178.3-178.3h-91.4c-7.2 0-14.3.4-21.3 1.3zM0 482.3C0 498.7 13.3 512 29.7 512H64V345.4C24.9 378.1 0 427.3 0 482.3M320 464c0-26.5-21.5-48-48-48h-48.5l57.1 95.2c22.4-4 39.4-23.6 39.4-47.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/user-large-slash.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/user-large-slash.svg new file mode 100644 index 0000000..6a825ac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/user-large-slash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2s-6.3 25.5 4.1 33.7l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L381.9 274c48.5-23.2 82.1-72.7 82.1-130C464 64.5 399.5 0 320 0c-69.6 0-127.6 49.3-141.1 114.9zM545.5 512H528L284.3 320h-59C136.2 320 64 392.2 64 481.3c0 17 13.8 30.7 30.7 30.7h450.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/user-large.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/user-large.svg new file mode 100644 index 0000000..a954b9a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/user-large.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 288a144 144 0 1 0 0-288 144 144 0 1 0 0 288m-94.7 32C72.2 320 0 392.2 0 481.3c0 17 13.8 30.7 30.7 30.7h450.6c17 0 30.7-13.8 30.7-30.7 0-89.1-72.2-161.3-161.3-161.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/user-lock.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/user-lock.svg new file mode 100644 index 0000000..c65b769 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/user-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M224 256a128 128 0 1 0 0-256 128 128 0 1 0 0 256m-45.7 48C79.8 304 0 383.8 0 482.3 0 498.7 13.3 512 29.7 512h362.8c-5.4-9.4-8.6-20.3-8.6-32V352q0-3.15.3-6.3c-31-26-71-41.7-114.6-41.7h-91.4zM528 240c17.7 0 32 14.3 32 32v48h-64v-48c0-17.7 14.3-32 32-32m-80 32v48c-17.7 0-32 14.3-32 32v128c0 17.7 14.3 32 32 32h160c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32v-48c0-44.2-35.8-80-80-80s-80 35.8-80 80"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/user-minus.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/user-minus.svg new file mode 100644 index 0000000..efc4723 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/user-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 128a128 128 0 1 1 256 0 128 128 0 1 1-256 0M0 482.3C0 383.8 79.8 304 178.3 304h91.4c98.5 0 178.3 79.8 178.3 178.3 0 16.4-13.3 29.7-29.7 29.7H29.7C13.3 512 0 498.7 0 482.3M472 200h144c13.3 0 24 10.7 24 24s-10.7 24-24 24H472c-13.3 0-24-10.7-24-24s10.7-24 24-24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/user-ninja.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/user-ninja.svg new file mode 100644 index 0000000..90e32a7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/user-ninja.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M224 256c-57.2 0-105.6-37.5-122-89.3-1.1 1.3-2.2 2.6-3.5 3.8-15.8 15.8-38.8 20.7-53.6 22.1-8.1.8-14.6-5.7-13.8-13.8 1.4-14.7 6.3-37.8 22.1-53.6 5.8-5.8 12.6-10.1 19.6-13.4-7-3.2-13.8-7.6-19.6-13.4-15.8-15.7-20.6-38.7-22.1-53.5-.8-8.1 5.7-14.6 13.8-13.8 14.7 1.4 37.8 6.3 53.6 22.1 4.8 4.8 8.7 10.4 11.7 16.1C131.4 28.2 174.4 0 224 0c70.7 0 128 57.3 128 128s-57.3 128-128 128M0 482.3C0 399.5 56.4 330 132.8 309.9c6-1.6 12.2.9 15.9 5.8l62.5 83.3c6.4 8.5 19.2 8.5 25.6 0l62.5-83.3c3.7-4.9 9.9-7.4 15.9-5.8C391.6 330 448 399.5 448 482.3c0 16.4-13.3 29.7-29.7 29.7H29.7C13.3 512 0 498.7 0 482.3M160 96c-8.8 0-16 7.2-16 16s7.2 16 16 16h128c8.8 0 16-7.2 16-16s-7.2-16-16-16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/user-nurse.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/user-nurse.svg new file mode 100644 index 0000000..dba0969 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/user-nurse.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 128V70.2c0-13.3 8.3-25.3 20.8-30l96-36c7.2-2.7 15.2-2.7 22.5 0l96 36c12.5 4.7 20.8 16.6 20.8 30V128h-.3c.2 2.6.3 5.3.3 8v40c0 70.7-57.3 128-128 128s-128-57.3-128-128v-40c0-2.7.1-5.4.3-8h-.3zm48 48c0 44.2 35.8 80 80 80s80-35.8 80-80v-16H144zm-32.1 151.7c10.5-3.4 21.8.4 29.4 8.5l71 75.5c6.3 6.7 17 6.7 23.3 0l71-75.5c7.6-8.1 18.9-11.9 29.4-8.5 65 20.9 112 81.7 112 153.6 0 17-13.8 30.7-30.7 30.7H30.7C13.8 512 0 498.2 0 481.3c0-71.9 47-132.7 111.9-153.6M208 48v16h-16c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h16v16c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8V96h16c4.4 0 8-3.6 8-8V72c0-4.4-3.6-8-8-8h-16V48c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/user-pen.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/user-pen.svg new file mode 100644 index 0000000..2ea05e1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/user-pen.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M224 256a128 128 0 1 0 0-256 128 128 0 1 0 0 256m-45.7 48C79.8 304 0 383.8 0 482.3 0 498.7 13.3 512 29.7 512h293.1c-3.1-8.8-3.7-18.4-1.4-27.8l15-60.1c2.8-11.3 8.6-21.5 16.8-29.7l40.3-40.3c-32.1-31-75.7-50.1-123.9-50.1h-91.4zm435.5-68.3c-15.6-15.6-40.9-15.6-56.6 0l-29.4 29.4 71 71 29.4-29.4c15.6-15.6 15.6-40.9 0-56.6zM375.9 417c-4.1 4.1-7 9.2-8.4 14.9l-15 60.1c-1.4 5.5.2 11.2 4.2 15.2s9.7 5.6 15.2 4.2l60.1-15c5.6-1.4 10.8-4.3 14.9-8.4l129.2-129.3-71-71z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/user-plus.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/user-plus.svg new file mode 100644 index 0000000..a8d7d1c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/user-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 128a128 128 0 1 1 256 0 128 128 0 1 1-256 0M0 482.3C0 383.8 79.8 304 178.3 304h91.4c98.5 0 178.3 79.8 178.3 178.3 0 16.4-13.3 29.7-29.7 29.7H29.7C13.3 512 0 498.7 0 482.3M504 312v-64h-64c-13.3 0-24-10.7-24-24s10.7-24 24-24h64v-64c0-13.3 10.7-24 24-24s24 10.7 24 24v64h64c13.3 0 24 10.7 24 24s-10.7 24-24 24h-64v64c0 13.3-10.7 24-24 24s-24-10.7-24-24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/user-secret.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/user-secret.svg new file mode 100644 index 0000000..dae61a7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/user-secret.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M224 16c-6.7 0-10.8-2.8-15.5-6.1C201.9 5.4 194 0 176 0c-30.5 0-52 43.7-66 89.4-47.3 8.7-78 22.8-78 38.6 0 14.3 25 27.1 64.6 35.9-.4 4-.6 8-.6 12.1 0 17 3.3 33.2 9.3 48H45.4C38 224 32 230 32 237.4c0 1.7.3 3.4 1 5l38.8 96.9C28.2 371.8 0 423.8 0 482.3 0 498.7 13.3 512 29.7 512h388.6c16.4 0 29.7-13.3 29.7-29.7 0-58.5-28.2-110.4-71.7-143l38.7-96.9c.6-1.6 1-3.3 1-5 0-7.4-6-13.4-13.4-13.4h-59.9c6-14.8 9.3-31 9.3-48 0-4.1-.2-8.1-.6-12.1C391 155.1 416 142.3 416 128c0-15.8-30.7-29.9-78-38.6C324 43.7 302.5 0 272 0c-18 0-25.9 5.4-32.5 9.9-4.8 3.3-8.8 6.1-15.5 6.1m56 208h-12.4c-16.5 0-31.1-10.6-36.3-26.2-2.3-7-12.2-7-14.5 0-5.2 15.6-19.9 26.2-36.3 26.2H168c-22.1 0-40-17.9-40-40v-14.4c28.2 4.1 61 6.4 96 6.4s67.8-2.3 96-6.4V184c0 22.1-17.9 40-40 40m-88 96 16 32-32 128-48-192zm128-32-48 192-32-128 16-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/user-shield.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/user-shield.svg new file mode 100644 index 0000000..af795a5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/user-shield.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M224 256a128 128 0 1 0 0-256 128 128 0 1 0 0 256m-45.7 48C79.8 304 0 383.8 0 482.3 0 498.7 13.3 512 29.7 512h388.6c1.8 0 3.5-.2 5.3-.5-76.3-55.1-99.8-141-103.1-200.2-16.1-4.8-33.1-7.3-50.7-7.3h-91.4zm308.8-78.3-120 48C358 277.4 352 286.2 352 296c0 63.3 25.9 168.8 134.8 214.2 5.9 2.5 12.6 2.5 18.5 0C614.1 464.8 640 359.3 640 296c0-9.8-6-18.6-15.1-22.3l-120-48c-5.7-2.3-12.1-2.3-17.8 0M591.4 312c-3.9 50.7-27.2 116.7-95.4 149.7V273.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/user-slash.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/user-slash.svg new file mode 100644 index 0000000..932712d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/user-slash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2s-6.3 25.5 4.1 33.7l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L353.3 251.6C407.9 237 448 187.2 448 128 448 57.3 390.7 0 320 0c-69.8 0-126.5 55.8-128 125.2zm225.5 299.2C170.5 309.4 96 387.2 96 482.3c0 16.4 13.3 29.7 29.7 29.7h388.6c3.9 0 7.6-.7 11-2.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/user-tag.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/user-tag.svg new file mode 100644 index 0000000..d680932 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/user-tag.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M224 256a128 128 0 1 0 0-256 128 128 0 1 0 0 256m-45.7 48C79.8 304 0 383.8 0 482.3 0 498.7 13.3 512 29.7 512h388.6c10 0 18.8-4.9 24.2-12.5l-99.2-99.2c-14.9-14.9-23.3-35.1-23.3-56.1v-33c-15.9-4.7-32.8-7.2-50.3-7.2zM384 224c-17.7 0-32 14.3-32 32v82.7c0 17 6.7 33.3 18.7 45.3l107.4 107.3c18.7 18.7 49.1 18.7 67.9 0l73.4-73.4c18.7-18.7 18.7-49.1 0-67.9L512 242.7c-12-12-28.3-18.7-45.3-18.7zm24 80a24 24 0 1 1 48 0 24 24 0 1 1-48 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/user-tie.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/user-tie.svg new file mode 100644 index 0000000..76c4bf3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/user-tie.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 128a128 128 0 1 0 256 0 128 128 0 1 0-256 0m94.5 200.2 18.6 31-33.3 123.9-36-146.9c-2-8.1-9.8-13.4-17.9-11.3C51.9 342.4 0 405.8 0 481.3c0 17 13.8 30.7 30.7 30.7h386.6c17 0 30.7-13.8 30.7-30.7 0-75.5-51.9-138.9-121.9-156.4-8.1-2-15.9 3.3-17.9 11.3l-36 146.9-33.3-123.9 18.6-31c6.4-10.7-1.3-24.2-13.7-24.2h-39.5c-12.4 0-20.1 13.6-13.7 24.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/user-xmark.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/user-xmark.svg new file mode 100644 index 0000000..16fe6da --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/user-xmark.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 128a128 128 0 1 1 256 0 128 128 0 1 1-256 0M0 482.3C0 383.8 79.8 304 178.3 304h91.4c98.5 0 178.3 79.8 178.3 178.3 0 16.4-13.3 29.7-29.7 29.7H29.7C13.3 512 0 498.7 0 482.3M471 143c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/user.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/user.svg new file mode 100644 index 0000000..cf19302 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/user.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M224 256a128 128 0 1 0 0-256 128 128 0 1 0 0 256m-45.7 48C79.8 304 0 383.8 0 482.3 0 498.7 13.3 512 29.7 512h388.6c16.4 0 29.7-13.3 29.7-29.7 0-98.5-79.8-178.3-178.3-178.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/users-between-lines.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/users-between-lines.svg new file mode 100644 index 0000000..6950f95 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/users-between-lines.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 24C0 10.7 10.7 0 24 0h592c13.3 0 24 10.7 24 24s-10.7 24-24 24H24C10.7 48 0 37.3 0 24m0 464c0-13.3 10.7-24 24-24h592c13.3 0 24 10.7 24 24s-10.7 24-24 24H24c-13.3 0-24-10.7-24-24m83.2-328a64 64 0 1 1 128 0 64 64 0 1 1-128 0M32 320c0-35.3 28.7-64 64-64h96c12.2 0 23.7 3.4 33.4 9.4-37.2 15.1-65.6 47.2-75.8 86.6H64c-17.7 0-32-14.3-32-32m461.6 32c-10.3-40.1-39.6-72.6-77.7-87.4 9.4-5.5 20.4-8.6 32.1-8.6h96c35.3 0 64 28.7 64 64 0 17.7-14.3 32-32 32zm-102.4-61.6c32.1 7.4 58.1 30.9 68.9 61.6 3.5 10 5.5 20.8 5.5 32 0 17.7-14.3 32-32 32h-224c-17.7 0-32-14.3-32-32 0-11.2 1.9-22 5.5-32 10.5-29.7 35.3-52.8 66.1-60.9 7.8-2.1 16-3.1 24.5-3.1h96c7.4 0 14.7.8 21.6 2.4zm44-130.4a64 64 0 1 1 128 0 64 64 0 1 1-128 0M321.6 96a80 80 0 1 1 0 160 80 80 0 1 1 0-160"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/users-gear.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/users-gear.svg new file mode 100644 index 0000000..96e95f7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/users-gear.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M144 160a80 80 0 1 0 0-160 80 80 0 1 0 0 160m368 0a80 80 0 1 0 0-160 80 80 0 1 0 0 160M0 298.7C0 310.4 9.6 320 21.3 320h214c-26.6-23.5-43.3-57.8-43.3-96 0-7.6.7-15 1.9-22.3-13.6-6.3-28.7-9.7-44.6-9.7h-42.7C47.8 192 0 239.8 0 298.7M320 320c24 0 45.9-8.8 62.7-23.3 2.5-3.7 5.2-7.3 8-10.7 2.7-3.3 5.7-6.1 9-8.3C410 262.3 416 243.9 416 224c0-53-43-96-96-96s-96 43-96 96 43 96 96 96m65.4 60.2c-10.3-5.9-18.1-16.2-20.8-28.2H261.4C187.7 352 128 411.7 128 485.3c0 14.7 11.9 26.7 26.7 26.7h300.6c-2.1-5.2-3.2-10.9-3.2-16.4v-3c-1.3-.7-2.7-1.5-4-2.3l-2.6 1.5c-16.8 9.7-40.5 8-54.7-9.7-4.5-5.6-8.6-11.5-12.4-17.6l-.1-.2-.1-.2-2.4-4.1-.1-.2-.1-.2c-3.4-6.2-6.4-12.6-9-19.3-8.2-21.2 2.2-42.6 19-52.3l2.7-1.5v-4.6l-2.7-1.5zM533.3 192h-42.7c-15.9 0-31 3.5-44.6 9.7 1.3 7.2 1.9 14.7 1.9 22.3 0 17.4-3.5 33.9-9.7 49 2.5.9 4.9 2 7.1 3.3l2.6 1.5c1.3-.8 2.6-1.6 4-2.3v-3c0-19.4 13.3-39.1 35.8-42.6 7.9-1.2 16-1.9 24.2-1.9s16.3.6 24.2 1.9c22.5 3.5 35.8 23.2 35.8 42.6v3c1.3.7 2.7 1.5 4 2.3l2.6-1.5c16.8-9.7 40.5-8 54.7 9.7 2.3 2.8 4.5 5.8 6.6 8.7-2.1-57.1-49-102.7-106.6-102.7zm91.3 163.9c6.3-3.6 9.5-11.1 6.8-18-2.1-5.5-4.6-10.8-7.4-15.9l-2.3-4c-3.1-5.1-6.5-9.9-10.2-14.5-4.6-5.7-12.7-6.7-19-3l-2.9 1.7c-9.2 5.3-20.4 4-29.6-1.3s-16.1-14.5-16.1-25.1v-3.4c0-7.3-4.9-13.8-12.1-14.9-6.5-1-13.1-1.5-19.9-1.5s-13.4.5-19.9 1.5c-7.2 1.1-12.1 7.6-12.1 14.9v3.4c0 10.6-6.9 19.8-16.1 25.1s-20.4 6.6-29.6 1.3l-2.9-1.7c-6.3-3.6-14.4-2.6-19 3-3.7 4.6-7.1 9.5-10.2 14.6l-2.3 3.9c-2.8 5.1-5.3 10.4-7.4 15.9-2.6 6.8.5 14.3 6.8 17.9l2.9 1.7c9.2 5.3 13.7 15.8 13.7 26.4s-4.5 21.1-13.7 26.4l-3 1.7c-6.3 3.6-9.5 11.1-6.8 17.9 2.1 5.5 4.6 10.7 7.4 15.8l2.4 4.1c3 5.1 6.4 9.9 10.1 14.5 4.6 5.7 12.7 6.7 19 3l2.9-1.7c9.2-5.3 20.4-4 29.6 1.3s16.1 14.5 16.1 25.1v3.4c0 7.3 4.9 13.8 12.1 14.9 6.5 1 13.1 1.5 19.9 1.5s13.4-.5 19.9-1.5c7.2-1.1 12.1-7.6 12.1-14.9V492c0-10.6 6.9-19.8 16.1-25.1s20.4-6.6 29.6-1.3l2.9 1.7c6.3 3.6 14.4 2.6 19-3 3.7-4.6 7.1-9.4 10.1-14.5l2.4-4.2c2.8-5.1 5.3-10.3 7.4-15.8 2.6-6.8-.5-14.3-6.8-17.9l-3-1.7c-9.2-5.3-13.7-15.8-13.7-26.4s4.5-21.1 13.7-26.4l3-1.7zM472 384a40 40 0 1 1 80 0 40 40 0 1 1-80 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/users-line.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/users-line.svg new file mode 100644 index 0000000..52257a1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/users-line.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M211.2 96a64 64 0 1 0-128 0 64 64 0 1 0 128 0M32 256c0 17.7 14.3 32 32 32h85.6c10.1-39.4 38.6-71.5 75.8-86.6-9.7-6-21.2-9.4-33.4-9.4H96c-35.3 0-64 28.7-64 64m461.6 32H576c17.7 0 32-14.3 32-32 0-35.3-28.7-64-64-64h-96c-11.7 0-22.7 3.1-32.1 8.6 38.1 14.8 67.4 47.3 77.7 87.4m-102.4-61.6c-6.9-1.6-14.2-2.4-21.6-2.4h-96c-8.5 0-16.7 1.1-24.5 3.1-30.8 8.1-55.6 31.1-66.1 60.9-3.5 10-5.5 20.8-5.5 32 0 17.7 14.3 32 32 32h224c17.7 0 32-14.3 32-32 0-11.2-1.9-22-5.5-32-10.8-30.7-36.8-54.2-68.9-61.6zM563.2 96a64 64 0 1 0-128 0 64 64 0 1 0 128 0m-241.6 96a80 80 0 1 0 0-160 80 80 0 1 0 0 160M32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32h576c17.7 0 32-14.3 32-32s-14.3-32-32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/users-rays.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/users-rays.svg new file mode 100644 index 0000000..86cb39b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/users-rays.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M41 7C31.6-2.3 16.4-2.3 7 7s-9.3 24.6 0 34l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9zm558 0-72 72c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l72-72c9.4-9.4 9.4-24.6 0-33.9S608.3-2.4 599 7M7 505c9.4 9.4 24.6 9.4 33.9 0l72-72c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L7 471c-9.4 9.4-9.4 24.6 0 33.9zm592 0c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-72-72c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9zM320 256a64 64 0 1 0 0-128 64 64 0 1 0 0 128m-107.9 80c-2.7 7.5-4.1 15.6-4.1 24 0 13.3 10.7 24 24 24h176c13.3 0 24-10.7 24-24 0-8.4-1.4-16.5-4.1-24-.5-1.4-1-2.7-1.6-4-9.4-22.3-29.8-38.9-54.3-43-3.9-.7-7.9-1-12-1h-80c-4.1 0-8.1.3-12 1-.8.1-1.7.3-2.5.5-24.9 5.1-45.1 23-53.4 46.5m-36.3-112a48 48 0 1 0 0-96 48 48 0 1 0 0 96m-26.5 32c-29.4 0-53.3 23.9-53.3 53.3 0 14.7 11.9 26.7 26.7 26.7h56.1c8-34.1 32.8-61.7 65.2-73.6-7.5-4.1-16.2-6.4-25.3-6.4h-69.3zm368 80c14.7 0 26.7-11.9 26.7-26.7 0-29.5-23.9-53.3-53.3-53.3h-69.3c-9.2 0-17.8 2.3-25.3 6.4 32.4 11.9 57.2 39.5 65.2 73.6h56.1zM464 224a48 48 0 1 0 0-96 48 48 0 1 0 0 96"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/users-rectangle.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/users-rectangle.svg new file mode 100644 index 0000000..2526986 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/users-rectangle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M96 0C43 0 0 43 0 96v320c0 53 43 96 96 96h448c53 0 96-43 96-96V96c0-53-43-96-96-96zM64 96c0-17.7 14.3-32 32-32h448c17.7 0 32 14.3 32 32v320c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32zm159.8 80a48 48 0 1 0-96 0 48 48 0 1 0 96 0M96 309.3c0 14.7 11.9 26.7 26.7 26.7h56.1c8-34.1 32.8-61.7 65.2-73.6-7.5-4.1-16.2-6.4-25.3-6.4h-69.3c-29.5 0-53.4 23.9-53.4 53.3M461.2 336h56.1c14.7 0 26.7-11.9 26.7-26.7 0-29.5-23.9-53.3-53.3-53.3h-69.3c-9.2 0-17.8 2.3-25.3 6.4 32.4 11.9 57.2 39.5 65.2 73.6zM372 289c-3.9-.7-7.9-1-12-1h-80c-4.1 0-8.1.3-12 1-26 4.4-47.3 22.7-55.9 47-2.7 7.5-4.1 15.6-4.1 24 0 13.3 10.7 24 24 24h176c13.3 0 24-10.7 24-24 0-8.4-1.4-16.5-4.1-24-8.6-24.3-29.9-42.6-55.9-47m140-113a48 48 0 1 0-96 0 48 48 0 1 0 96 0m-192 80a64 64 0 1 0 0-128 64 64 0 1 0 0 128"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/users-slash.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/users-slash.svg new file mode 100644 index 0000000..8c98e64 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/users-slash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2s-6.3 25.5 4.1 33.7l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L440.6 320h178.1c11.8 0 21.3-9.6 21.3-21.3 0-58.9-47.8-106.7-106.7-106.7h-42.7c-15.9 0-31 3.5-44.6 9.7 1.3 7.2 1.9 14.7 1.9 22.3 0 30.2-10.5 58-28 79.9l-25.2-19.7c13.4-16.5 21.3-37.4 21.3-60.2 0-53-43-96-96-96-31.1 0-58.7 14.8-76.3 37.7l-40.6-31.8c13-14.2 20.9-33.1 20.9-53.9 0-44.2-35.8-80-80-80-27.7 0-52.1 14.1-66.5 35.5zM106.7 192C47.8 192 0 239.8 0 298.7 0 310.4 9.6 320 21.3 320h214c-20.6-18.2-35.2-42.8-40.8-70.8L121.8 192h-15.2zm154.6 160C187.7 352 128 411.7 128 485.3c0 14.7 11.9 26.7 26.7 26.7h330.7c10.5 0 19.5-6 23.9-14.8L324.9 352zM512 160a80 80 0 1 0 0-160 80 80 0 1 0 0 160"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/users-viewfinder.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/users-viewfinder.svg new file mode 100644 index 0000000..c8712b6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/users-viewfinder.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M48 48h88c13.3 0 24-10.7 24-24S149.3 0 136 0H32C14.3 0 0 14.3 0 32v104c0 13.3 10.7 24 24 24s24-10.7 24-24zm127.8 176a48 48 0 1 0 0-96 48 48 0 1 0 0 96m-26.5 32c-29.4 0-53.3 23.9-53.3 53.3 0 14.7 11.9 26.7 26.7 26.7h56.1c8-34.1 32.8-61.7 65.2-73.6-7.5-4.1-16.2-6.4-25.3-6.4h-69.3zm368 80c14.7 0 26.7-11.9 26.7-26.7 0-29.5-23.9-53.3-53.3-53.3h-69.3c-9.2 0-17.8 2.3-25.3 6.4 32.4 11.9 57.2 39.5 65.2 73.6h56.1zm-89.4 0c-8.6-24.3-29.9-42.6-55.9-47-3.9-.7-7.9-1-12-1h-80c-4.1 0-8.1.3-12 1-26 4.4-47.3 22.7-55.9 47-2.7 7.5-4.1 15.6-4.1 24 0 13.3 10.7 24 24 24h176c13.3 0 24-10.7 24-24 0-8.4-1.4-16.5-4.1-24M464 224a48 48 0 1 0 0-96 48 48 0 1 0 0 96m-80-32a64 64 0 1 0-128 0 64 64 0 1 0 128 0M504 48h88v88c0 13.3 10.7 24 24 24s24-10.7 24-24V32c0-17.7-14.3-32-32-32H504c-13.3 0-24 10.7-24 24s10.7 24 24 24M48 464v-88c0-13.3-10.7-24-24-24S0 362.7 0 376v104c0 17.7 14.3 32 32 32h104c13.3 0 24-10.7 24-24s-10.7-24-24-24zm456 0c-13.3 0-24 10.7-24 24s10.7 24 24 24h104c17.7 0 32-14.3 32-32V376c0-13.3-10.7-24-24-24s-24 10.7-24 24v88z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/users.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/users.svg new file mode 100644 index 0000000..7f141f2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/users.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M144 0a80 80 0 1 1 0 160 80 80 0 1 1 0-160m368 0a80 80 0 1 1 0 160 80 80 0 1 1 0-160M0 298.7C0 239.8 47.8 192 106.7 192h42.7c15.9 0 31 3.5 44.6 9.7-1.3 7.2-1.9 14.7-1.9 22.3 0 38.2 16.8 72.5 43.3 96H21.3C9.6 320 0 310.4 0 298.7M405.3 320h-.7c26.6-23.5 43.3-57.8 43.3-96 0-7.6-.7-15-1.9-22.3 13.6-6.3 28.7-9.7 44.6-9.7h42.7c58.9 0 106.7 47.8 106.7 106.7 0 11.8-9.6 21.3-21.3 21.3H405.4zM224 224a96 96 0 1 1 192 0 96 96 0 1 1-192 0m-96 261.3c0-73.6 59.7-133.3 133.3-133.3h117.3c73.7 0 133.4 59.7 133.4 133.3 0 14.7-11.9 26.7-26.7 26.7H154.6c-14.7 0-26.7-11.9-26.7-26.7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/utensils.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/utensils.svg new file mode 100644 index 0000000..21fa21b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/utensils.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M416 0c-16 0-128 32-128 176v112c0 35.3 28.7 64 64 64h32v128c0 17.7 14.3 32 32 32s32-14.3 32-32V32c0-17.7-14.3-32-32-32M64 16C64 7.8 57.9 1 49.7.1S34.2 4.6 32.4 12.5L2.1 148.8C.7 155.1 0 161.5 0 167.9c0 45.9 35.1 83.6 80 87.7V480c0 17.7 14.3 32 32 32s32-14.3 32-32V255.6c44.9-4.1 80-41.8 80-87.7 0-6.4-.7-12.8-2.1-19.1L191.6 12.5c-1.8-8-9.3-13.3-17.4-12.4S160 7.8 160 16v134.2c0 5.4-4.4 9.8-9.8 9.8-5.1 0-9.3-3.9-9.8-9L127.9 14.6C127.2 6.3 120.3 0 112 0S96.8 6.3 96.1 14.6L83.7 151c-.5 5.1-4.7 9-9.8 9-5.4 0-9.8-4.4-9.8-9.8zm48.3 152h-.6l.3-.7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/v.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/v.svg new file mode 100644 index 0000000..c3f434c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/v.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M19.7 34.5c16.3-6.8 35 .9 41.8 17.2L192 364.8 322.5 51.7c6.8-16.3 25.5-24 41.8-17.2s24 25.5 17.2 41.8l-160 384c-5 11.9-16.6 19.7-29.5 19.7s-24.6-7.8-29.5-19.7l-160-384c-6.8-16.3.9-35 17.2-41.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/van-shuttle.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/van-shuttle.svg new file mode 100644 index 0000000..4d3fc8c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/van-shuttle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 104v88h96V96H72c-4.4 0-8 3.6-8 8m482 88-80.9-96H384v96zm-226 0V96h-96v96zm272 192h-16c0 53-43 96-96 96s-96-43-96-96H256c0 53-43 96-96 96s-96-43-96-96H48c-26.5 0-48-21.5-48-48V104c0-39.8 32.2-72 72-72h393.1c18.9 0 36.8 8.3 49 22.8L625 186.5c9.7 11.5 15 26.1 15 41.2V336c0 26.5-21.5 48-48 48m-64 0a48 48 0 1 0-96 0 48 48 0 1 0 96 0m-368 48a48 48 0 1 0 0-96 48 48 0 1 0 0 96"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/vault.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/vault.svg new file mode 100644 index 0000000..4c2d130 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/vault.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 0C28.7 0 0 28.7 0 64v352c0 35.3 28.7 64 64 64h16l16 32h64l16-32h224l16 32h64l16-32h16c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zm160 320a80 80 0 1 0 0-160 80 80 0 1 0 0 160m0-240a160 160 0 1 1 0 320 160 160 0 1 1 0-320m256 141.3V336c0 8.8-7.2 16-16 16s-16-7.2-16-16V221.3c-18.6-6.6-32-24.4-32-45.3 0-26.5 21.5-48 48-48s48 21.5 48 48c0 20.9-13.4 38.7-32 45.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/vector-square.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/vector-square.svg new file mode 100644 index 0000000..6a3ab68 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/vector-square.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M368 80h32v32h-32zm-16-48c-17.7 0-32 14.3-32 32H128c0-17.7-14.3-32-32-32H32C14.3 32 0 46.3 0 64v64c0 17.7 14.3 32 32 32v192c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32h192c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32v-64c0-17.7-14.3-32-32-32V160c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32zM96 160c17.7 0 32-14.3 32-32h192c0 17.7 14.3 32 32 32v192c-17.7 0-32 14.3-32 32H128c0-17.7-14.3-32-32-32zM48 400h32v32H48zm320 32v-32h32v32zM48 112V80h32v32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/venus-double.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/venus-double.svg new file mode 100644 index 0000000..e03169d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/venus-double.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M192 288a112 112 0 1 0 0-224 112 112 0 1 0 0 224m176-112c0 86.3-62.1 158.1-144 173.1V384h32c17.7 0 32 14.3 32 32s-14.3 32-32 32h-32v32c0 17.7-14.3 32-32 32s-32-14.3-32-32v-32h-32c-17.7 0-32-14.3-32-32s14.3-32 32-32h32v-34.9C78.1 334.1 16 262.3 16 176 16 78.8 94.8 0 192 0s176 78.8 176 176m-24 142c14.6-15.6 26.8-33.4 36-53 18.8 14.4 42.4 23 68 23 61.9 0 112-50.1 112-112S509.9 64 448 64c-25.6 0-49.1 8.6-68 23-9.3-19.5-21.5-37.4-36-53 29.1-21.4 65.1-34 104-34 97.2 0 176 78.8 176 176 0 86.3-62.1 158.1-144 173.1V384h32c17.7 0 32 14.3 32 32s-14.3 32-32 32h-32v32c0 17.7-14.3 32-32 32s-32-14.3-32-32v-32h-32c-17.7 0-32-14.3-32-32s14.3-32 32-32h32v-34.9c-26.6-4.9-51.1-15.7-72-31.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/venus-mars.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/venus-mars.svg new file mode 100644 index 0000000..2789472 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/venus-mars.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M176 288a112 112 0 1 0 0-224 112 112 0 1 0 0 224m176-112c0 86.3-62.1 158.1-144 173.1V384h32c17.7 0 32 14.3 32 32s-14.3 32-32 32h-32v32c0 17.7-14.3 32-32 32s-32-14.3-32-32v-32h-32c-17.7 0-32-14.3-32-32s14.3-32 32-32h32v-34.9C62.1 334.1 0 262.3 0 176 0 78.8 78.8 0 176 0s176 78.8 176 176m-80.1 184.6c19.3-10.1 36.9-23.1 52.1-38.4 20 18.5 46.7 29.8 76.1 29.8 61.9 0 112-50.1 112-112s-50.1-112-112-112c-7.2 0-14.3.7-21.1 2-4.9-21.5-13-41.7-24-60.2 14.3-3.8 29.4-5.8 45-5.8 37 0 71.4 11.4 99.8 31l20.6-20.6L487 41c-6.9-6.9-8.9-17.2-5.2-26.2S494.3 0 504 0h112c13.3 0 24 10.7 24 24v112c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-33.4-33.4-20.6 20.6c19.5 28.4 31 62.7 31 99.8 0 97.2-78.8 176-176 176-50.5 0-96-21.3-128.1-55.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/venus.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/venus.svg new file mode 100644 index 0000000..fa3d21a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/venus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M80 176a112 112 0 1 1 224 0 112 112 0 1 1-224 0m144 173.1c81.9-15 144-86.8 144-173.1C368 78.8 289.2 0 192 0S16 78.8 16 176c0 86.3 62.1 158.1 144 173.1V384h-32c-17.7 0-32 14.3-32 32s14.3 32 32 32h32v32c0 17.7 14.3 32 32 32s32-14.3 32-32v-32h32c17.7 0 32-14.3 32-32s-14.3-32-32-32h-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/vest-patches.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/vest-patches.svg new file mode 100644 index 0000000..ff1327f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/vest-patches.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m151.2 69.7 55.9 167.7-11 33.1c-2.7 8.2-4.1 16.7-4.1 25.3V464c0 14.5 3.9 28.2 10.7 39.9-7.7 5.1-16.8 8.1-26.7 8.1H48c-26.5 0-48-21.5-48-48V270.5c0-9.5 2.8-18.7 8.1-26.6L56 172.1c5.3-7.9 8.1-17.1 8.1-26.6L64 128V48c0-26.5 21.5-48 48-48h6.3c18.8 0 34.1 9.7 44.1 18.8C171.6 27.2 190.8 40 224 40s52.4-12.8 61.7-21.2C295.7 9.7 311 0 329.7 0h6.3c26.5 0 48 21.5 48 48v97.5c0 9.5 2.8 18.7 8.1 26.6l47.9 71.8c5.3 7.9 8.1 17.1 8.1 26.6L448 464c0 26.5-21.5 48-48 48H272c-26.5 0-48-21.5-48-48V295.8c0-5.2.8-10.3 2.5-15.2l70.3-210.9C279.4 79.7 255.4 88 224 88s-55.4-8.3-72.8-18.3M96 456a40 40 0 1 0 0-80 40 40 0 1 0 0 80M63.5 255.5c-4.7 4.7-4.7 12.3 0 17L79 288l-15.5 15.5c-4.7 4.7-4.7 12.3 0 17s12.3 4.7 17 0L96 305l15.5 15.5c4.7 4.7 12.3 4.7 17 0s4.7-12.3 0-17L113 288l15.5-15.5c4.7-4.7 4.7-12.3 0-17s-12.3-4.7-17 0L96 271l-15.5-15.5c-4.7-4.7-12.3-4.7-17 0M304 280v40c0 8.8 7.2 16 16 16h40c13.3 0 24-10.7 24-24s-10.7-24-24-24h-8v-8c0-13.3-10.7-24-24-24s-24 10.7-24 24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/vest.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/vest.svg new file mode 100644 index 0000000..b5a70f7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/vest.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M207.1 237.4 151.2 69.7C168.6 79.7 192.6 88 224 88s55.4-8.3 72.8-18.3l-70.3 210.9c-1.6 4.9-2.5 10-2.5 15.2V464c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V270.5c0-9.5-2.8-18.7-8.1-26.6L392 172.1c-5.3-7.9-8.1-17.1-8.1-26.6V48c0-26.5-21.5-48-48-48h-6.3c-18.6 0-33.9 9.7-43.9 18.8C276.4 27.2 257.2 40 224 40s-52.4-12.8-61.7-21.2C152.3 9.7 137 0 118.3 0H112C85.5 0 64 21.5 64 48v97.5c0 9.5-2.8 18.7-8.1 26.6L8.1 243.9C2.8 251.8 0 261.1 0 270.5V464c0 26.5 21.5 48 48 48h128c9.9 0 19-3 26.7-8.1-6.8-11.7-10.7-25.4-10.7-39.9V295.8c0-8.6 1.4-17.1 4.1-25.3zm140.2 119.3 48 48c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-48-48c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0m-294.6 48 48-48c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6l-48 48c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/vial-circle-check.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/vial-circle-check.svg new file mode 100644 index 0000000..839854d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/vial-circle-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 64c0-17.7 14.3-32 32-32h192c17.7 0 32 14.3 32 32s-14.3 32-32 32v170.8c-20.2 28.6-32 63.5-32 101.2 0 25.2 5.3 49.1 14.8 70.8-17.3 24.9-46.2 41.2-78.8 41.2-53 0-96-43-96-96V96C14.3 96 0 81.7 0 64m96 32v96h64V96zm128 272a144 144 0 1 1 288 0 144 144 0 1 1-288 0m211.3-43.3c-6.2-6.2-16.4-6.2-22.6 0L352 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/vial-virus.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/vial-virus.svg new file mode 100644 index 0000000..4fef390 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/vial-virus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 32C14.3 32 0 46.3 0 64s14.3 32 32 32v288c0 53 43 96 96 96 28.6 0 54.2-12.5 71.8-32.3.1-14.2 5.6-28.3 16.4-39.1.2-.2.1-.6-.2-.6-30.9 0-56-25.1-56-56s25.1-56 56-56c.3 0 .4-.4.2-.6-21.9-21.9-21.9-57.3 0-79.2 2.4-2.4 5-4.6 7.8-6.5V96c17.7 0 32-14.3 32-32s-14.3-32-32-32H32m64 160V96h64v96zm120 184c28.8 0 43.2 34.8 22.9 55.2-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0c20.4-20.4 55.2-5.9 55.2 22.9 0 13.3 10.7 24 24 24s24-10.7 24-24c0-28.8 34.8-43.2 55.2-22.9 9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9c-20.3-20.4-5.9-55.2 22.9-55.2 13.3 0 24-10.7 24-24s-10.7-24-24-24c-28.8 0-43.2-34.8-22.9-55.2 9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0c-20.4 20.3-55.2 5.9-55.2-22.9 0-13.3-10.7-24-24-24s-24 10.7-24 24c0 28.8-34.8 43.2-55.2 22.9-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9c20.4 20.4 5.9 55.2-22.9 55.2-13.3 0-24 10.7-24 24s10.7 24 24 24m104-88a32 32 0 1 1 0 64 32 32 0 1 1 0-64m40 96a24 24 0 1 1 48 0 24 24 0 1 1-48 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/vial.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/vial.svg new file mode 100644 index 0000000..395bbb7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/vial.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M342.6 9.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l9.4 9.4L28.1 342.6C10.1 360.6 0 385 0 410.5v5.5c0 53 43 96 96 96h5.5c25.5 0 49.9-10.1 67.9-28.1L448 205.3l9.4 9.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-32-32-96-96-32-32zM205.3 256 352 109.3l50.7 50.7-96 96H205.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/vials.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/vials.svg new file mode 100644 index 0000000..8c43b78 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/vials.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 64c0-17.7 14.3-32 32-32h160c17.7 0 32 14.3 32 32s-14.3 32-32 32v304c0 44.2-35.8 80-80 80s-80-35.8-80-80V96C14.3 96 0 81.7 0 64m136 32H88v160h48zm152-32c0-17.7 14.3-32 32-32h160c17.7 0 32 14.3 32 32s-14.3 32-32 32v304c0 44.2-35.8 80-80 80s-80-35.8-80-80V96c-17.7 0-32-14.3-32-32m136 32h-48v160h48z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/video-slash.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/video-slash.svg new file mode 100644 index 0000000..ccad65e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/video-slash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2s-6.3 25.5 4.1 33.7l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-86.4-67.7 13.8 9.2c9.8 6.5 22.4 7.2 32.9 1.6S608 395.8 608 384V128c0-11.8-6.5-22.6-16.9-28.2s-23-5-32.9 1.6l-96 64-14.2 9.5v150.9l-32-25.1V128c0-35.3-28.7-64-64-64H113.9zM407 416.7 32.3 121.5c-.2 2.1-.3 4.3-.3 6.5v256c0 35.3 28.7 64 64 64h256c23.4 0 43.9-12.6 55-31.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/video.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/video.svg new file mode 100644 index 0000000..2fd8988 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/video.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 128c0-35.3 28.7-64 64-64h256c35.3 0 64 28.7 64 64v256c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm559.1-28.2c10.4 5.6 16.9 16.4 16.9 28.2v256c0 11.8-6.5 22.6-16.9 28.2s-23 5-32.9-1.6l-96-64-14.2-9.5V174.9l14.2-9.5 96-64c9.8-6.5 22.4-7.2 32.9-1.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/vihara.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/vihara.svg new file mode 100644 index 0000000..7271c16 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/vihara.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="m281 22 24.8-17.3c1.3-.9 2.7-1.8 4.1-2.4C313.1.7 316.6 0 320 0s6.9.7 10.1 2.2c1.4.7 2.8 1.5 4.1 2.4L359 22c34 23.8 71.8 41.5 111.8 52.4l23 6.3c1.8.5 3.6 1.1 5.2 2 3.2 1.7 5.9 4 8.1 6.8 3.8 4.9 5.6 11.3 4.7 17.8-.4 2.8-1.2 5.4-2.5 7.8-1.7 3.2-4 5.9-6.8 8.1-4.3 3.2-9.6 5.1-15.1 4.9h-7.5v56.1l6.4 5.1 5.2 4.1c21.1 16.7 45 29.6 70.5 38.1l28.9 9.6c1.6.5 3.2 1.2 4.6 2 3.1 1.7 5.8 4.1 7.8 6.9s3.5 6.1 4.1 9.6c.5 2.7.6 5.5.1 8.3s-1.4 5.4-2.7 7.8c-1.7 3.1-4.1 5.8-6.9 7.8s-6.1 3.5-9.6 4.1c-1.6.3-3.3.4-5 .4H544v65.9c20.5 22.8 47.4 39.2 77.4 46.7C632 403 640 412.6 640 424c0 13.3-10.7 24-24 24h-40v32c0 17.7-14.3 32-32 32s-32-14.3-32-32v-32H352v32c0 17.7-14.3 32-32 32s-32-14.3-32-32v-32H128v32c0 17.7-14.3 32-32 32s-32-14.3-32-32v-32H24c-13.3 0-24-10.7-24-24 0-11.4 8-21 18.6-23.4 30-7.6 56.9-23.9 77.4-46.7V288H56.6c-1.7 0-3.4-.1-5-.4-3.5-.7-6.8-2.1-9.6-4.1s-5.2-4.7-7-7.8c-1.3-2.4-2.3-5-2.7-7.8s-.4-5.6.1-8.3c.7-3.5 2.1-6.8 4.1-9.6s4.7-5.2 7.8-6.9c1.4-.8 3-1.5 4.6-2l28.9-9.6c25.5-8.5 49.4-21.4 70.5-38.1l5.2-4.1 6.4-5.1v-56.1h-7.5c-5.5.1-10.8-1.7-15.1-4.9-2.8-2.1-5.1-4.8-6.8-8.1-1.2-2.4-2.1-5-2.5-7.8-.9-6.5.9-12.8 4.7-17.8 2.1-2.8 4.8-5.1 8.1-6.8 1.6-.8 3.4-1.5 5.2-2l23-6.3c40.2-10.9 78-28.6 112-52.4m135 106H224v64h192zM160 288v64h320v-64H160"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/virus-covid-slash.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/virus-covid-slash.svg new file mode 100644 index 0000000..3a4be5f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/virus-covid-slash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2s-6.3 25.5 4.1 33.7l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L472.1 344.7c11.4-19.5 19.1-41.4 22.3-64.7H528v16c0 13.3 10.7 24 24 24s24-10.7 24-24v-80c0-13.3-10.7-24-24-24s-24 10.7-24 24v16h-33.6c-4.2-30.7-16.3-58.8-34.1-82.3l23.7-23.8 11.3 11.3c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-56.5-56.6c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9L450.1 92l-23.8 23.8c-23.5-17.9-51.6-30-82.3-34.2V48h16c13.3 0 24-10.7 24-24S373.3 0 360 0h-80c-13.3 0-24 10.7-24 24s10.7 24 24 24h16v33.6c-30.7 4.2-58.8 16.3-82.3 34.1L189.9 92l11.3-11.3c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-33.2 33zm110.4 208.4c-1.5 6-2.7 12.2-3.5 18.5H112v-16c0-13.3-10.7-24-24-24s-24 10.7-24 24v80c0 13.3 10.7 24 24 24s24-10.7 24-24v-16h33.6c4.2 30.7 16.3 58.8 34.1 82.3L156 386.1l-11.3-11.3c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l56.6 56.6c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L189.9 420l23.8-23.8c23.5 17.9 51.7 29.9 82.3 34.1v33.6h-16c-13.3 0-24 10.7-24 24s10.7 24 24 24h80c13.3 0 24-10.7 24-24s-10.7-24-24-24h-16v-33.6c20.4-2.8 39.7-9.1 57.3-18.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/virus-covid.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/virus-covid.svg new file mode 100644 index 0000000..f12d4fa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/virus-covid.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M192 24c0-13.3 10.7-24 24-24h80c13.3 0 24 10.7 24 24s-10.7 24-24 24h-16v33.6c30.7 4.2 58.8 16.3 82.3 34.1L386.1 92l-11.3-11.4c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l56.6 56.6c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L420 125.9l-23.8 23.8c17.9 23.5 29.9 51.7 34.1 82.3h33.6v-16c0-13.3 10.7-24 24-24s24 10.7 24 24v80c0 13.3-10.7 24-24 24s-24-10.7-24-24v-16h-33.6c-4.2 30.7-16.3 58.8-34.1 82.3l23.8 23.8 11.3-11.3c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-56.6 56.6c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l11.4-11.4-23.8-23.8c-23.5 17.9-51.7 29.9-82.3 34.1v33.6h16c13.3 0 24 10.7 24 24s-10.7 24-24 24h-80c-13.3 0-24-10.7-24-24s10.7-24 24-24h16v-33.6c-30.7-4.2-58.8-16.3-82.3-34.1L125.9 420l11.3 11.3c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-56.6-56.5c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L92 386.1l23.8-23.8c-17.9-23.5-30-51.6-34.2-82.3H48v16c0 13.3-10.7 24-24 24S0 309.3 0 296v-80c0-13.3 10.7-24 24-24s24 10.7 24 24v16h33.6c4.2-30.7 16.3-58.8 34.1-82.3L92 125.9l-11.4 11.3c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l56.6-56.6c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L125.9 92l23.8 23.8c23.5-17.9 51.7-29.9 82.3-34.1V48h-16c-13.3 0-24-10.7-24-24m48 200a48 48 0 1 0-96 0 48 48 0 1 0 96 0m64 104a24 24 0 1 0 0-48 24 24 0 1 0 0 48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/virus-slash.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/virus-slash.svg new file mode 100644 index 0000000..7f4b983 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/virus-slash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2s-6.3 25.5 4.1 33.7l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-154.3-121c-2-30.1 20.8-60.1 56-60.1H544c17.7 0 32-14.3 32-32s-14.3-32-32-32h-11.5c-49.9 0-74.9-60.3-39.6-95.6l8.2-8.2c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-8.2 8.2C412.3 118.4 352 93.4 352 43.5V32c0-17.7-14.3-32-32-32s-32 14.3-32 32v11.5c0 49.9-60.3 74.9-95.6 39.6l-8.2-8.1c-12.5-12.5-32.8-12.5-45.3 0-1.6 1.6-3.1 3.4-4.3 5.3zm225.8 177c6.9-3.9 14.9-6.1 23.4-6.1 26.5 0 48 21.5 48 48 0 4.4-.6 8.7-1.7 12.7zM402 412.7 144.7 210c-9.5 8.5-22.2 14-37.2 14H96c-17.7 0-32 14.3-32 32s14.3 32 32 32h11.5c49.9 0 74.9 60.3 39.6 95.6l-8.2 8.2c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l8.2-8.2c35.3-35.3 95.6-10.3 95.6 39.6V480c0 17.7 14.3 32 32 32s32-14.3 32-32v-11.5c0-31.2 23.6-52.7 50-55.7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/virus.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/virus.svg new file mode 100644 index 0000000..c08ba12 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/virus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32v11.5c0 49.9-60.3 74.9-95.6 39.6l-8.2-8.1C107.7 62.5 87.5 62.5 75 75s-12.5 32.8 0 45.3l8.2 8.2c35.2 35.2 10.2 95.5-39.7 95.5H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h11.5c49.9 0 74.9 60.3 39.6 95.6l-8.1 8.2c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l8.2-8.2c35.3-35.3 95.6-10.3 95.6 39.6V480c0 17.7 14.3 32 32 32s32-14.3 32-32v-11.5c0-49.9 60.3-74.9 95.6-39.6l8.2 8.2c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-8.2-8.2c-35.3-35.3-10.3-95.6 39.6-95.6h11.5c17.7 0 32-14.3 32-32s-14.3-32-32-32h-11.5c-49.9 0-74.9-60.3-39.6-95.6l8.2-8.2c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-8.2 8.2C348.3 118.4 288 93.4 288 43.5zM176 224a48 48 0 1 1 96 0 48 48 0 1 1-96 0m128 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/viruses.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/viruses.svg new file mode 100644 index 0000000..313c2ac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/viruses.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M192 0c13.3 0 24 10.7 24 24v13.5c0 35.6 43.1 53.5 68.3 28.3l9.5-9.5c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-9.5 9.5c-25.2 25.2-7.3 68.3 28.3 68.3H360c13.3 0 24 10.7 24 24s-10.7 24-24 24h-13.5c-35.6 0-53.5 43.1-28.3 68.3l9.5 9.5c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-9.5-9.5c-25.2-25.2-68.3-7.3-68.3 28.3V360c0 13.3-10.7 24-24 24s-24-10.7-24-24v-13.5c0-35.6-43.1-53.5-68.3-28.3l-9.5 9.5c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l9.5-9.5C91 259.1 73.1 216 37.5 216H24c-13.3 0-24-10.7-24-24s10.7-24 24-24h13.5c35.6 0 53.5-43.1 28.3-68.3l-9.5-9.5c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l9.5 9.5C124.9 91 168 73.1 168 37.5V24c0-13.3 10.7-24 24-24m48 224a16 16 0 1 0 0-32 16 16 0 1 0 0 32m-48-64a32 32 0 1 0-64 0 32 32 0 1 0 64 0m320 80c0 33 39.9 49.5 63.2 26.2 6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6C574.5 312.1 591 352 624 352c8.8 0 16 7.2 16 16s-7.2 16-16 16c-33 0-49.5 39.9-26.2 63.2 6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0C551.9 446.5 512 463 512 496c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-33-39.9-49.5-63.2-26.2-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6C417.5 423.9 401 384 368 384c-8.8 0-16-7.2-16-16s7.2-16 16-16c33 0 49.5-39.9 26.2-63.2-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0C440.1 289.5 480 273 480 240c0-8.8 7.2-16 16-16s16 7.2 16 16m0 112a32 32 0 1 0-64 0 32 32 0 1 0 64 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/voicemail.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/voicemail.svg new file mode 100644 index 0000000..18bc612 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/voicemail.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M144 320a80 80 0 1 1 0-160 80 80 0 1 1 0 160m119.8 0c15.3-22.9 24.2-50.4 24.2-80 0-79.5-64.5-144-144-144S0 160.5 0 240s64.5 144 144 144h352c79.5 0 144-64.5 144-144S575.5 96 496 96s-144 64.5-144 144c0 29.6 8.9 57.1 24.2 80H263.7zM496 160a80 80 0 1 1 0 160 80 80 0 1 1 0-160"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/volcano.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/volcano.svg new file mode 100644 index 0000000..13c7782 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/volcano.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M160 144c-35.3 0-64-28.7-64-64s28.7-64 64-64c15.7 0 30 5.6 41.2 15C212.4 12.4 232.7 0 256 0s43.6 12.4 54.8 31c11.2-9.4 25.5-15 41.2-15 35.3 0 64 28.7 64 64s-28.7 64-64 64c-14.7 0-28.3-5-39.1-13.3l-32 48C275.3 187 266 192 256 192s-19.3-5-24.9-13.3l-32-48C188.3 139 174.7 144 160 144m-16 208 48.4-24.2c10.2-5.1 21.6-7.8 33-7.8 19.6 0 38.4 7.8 52.2 21.6l32.5 32.5c6.3 6.3 14.9 9.9 23.8 9.9 11.3 0 21.8-5.6 28-15l9.7-14.6-58.9-66.3c-9.1-10.2-22.2-16.1-35.9-16.1H235c-13.7 0-26.8 5.9-35.9 16.1l-59.9 67.4zm19.4-95.8c18.2-20.5 44.3-32.2 71.8-32.2H277c27.4 0 53.5 11.7 71.8 32.2l150.2 169c8.5 9.5 13.2 21.9 13.2 34.7 0 28.8-23.4 52.2-52.2 52.2L52.2 512C23.4 512 0 488.6 0 459.8c0-12.8 4.7-25.1 13.2-34.7l150.2-169z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/volleyball.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/volleyball.svg new file mode 100644 index 0000000..ebcd853 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/volleyball.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M511.8 267.4c-26.1 8.7-53.4 13.8-81 15.1C440 177.2 399.3 78.3 327.6 10.1 434.1 41.1 512 139.5 512 256c0 3.8-.1 7.6-.2 11.4m-3.9 34.7c-5.8 32-17.6 62-34.2 88.7-97.5 48.5-217.7 42.6-311.9-24.5 23.7-36.2 55.4-67.7 94.5-91.8 79.9 43.2 170.1 50.8 251.6 27.6m-236-55.5C269.4 155.7 230.8 73.9 170 14.9 196.8 5.2 225.8 0 256 0c2.7 0 5.3 0 7.9.1 90.8 60.2 145.7 167.2 134.7 282.3-43.1-2.4-86.4-14.1-126.8-35.9zM138 28.8c20.6 18.3 38.7 39.4 53.7 62.6C95.9 136.1 30.6 220.8 7.3 316.9 2.5 297.4 0 277 0 256 0 157.2 56 71.5 138 28.8m69.6 90.5c19.5 38.6 31 81.9 32.3 127.7-77.4 47.6-129 121.9-149.7 204-24.2-20.6-44.6-45.6-59.8-73.8 6.7-108.7 71.9-209.9 177.1-257.9zM256 512c-50.7 0-98-14.7-137.8-40.2 5.6-27 14.8-53.1 27.4-77.7 86.6 60.5 192.5 74.7 287.4 46.9-46 44-108.3 71-177 71"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/volume-high.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/volume-high.svg new file mode 100644 index 0000000..98b057a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/volume-high.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M533.6 32.5C598.5 85.2 640 165.8 640 256s-41.5 170.7-106.4 223.5c-10.3 8.4-25.4 6.8-33.8-3.5s-6.8-25.4 3.5-33.8c54.2-44 88.7-111 88.7-186.2s-34.5-142.2-88.7-186.3c-10.3-8.4-11.8-23.5-3.5-33.8s23.5-11.8 33.8-3.5zM473.1 107c43.2 35.2 70.9 88.9 70.9 149s-27.7 113.8-70.9 149c-10.3 8.4-25.4 6.8-33.8-3.5s-6.8-25.4 3.5-33.8C475.3 341.3 496 301.1 496 256s-20.7-85.3-53.2-111.8c-10.3-8.4-11.8-23.5-3.5-33.8s23.5-11.8 33.8-3.5zm-60.5 74.5c21.5 17.6 35.4 44.4 35.4 74.5s-13.9 56.9-35.4 74.5c-10.3 8.4-25.4 6.8-33.8-3.5s-6.8-25.4 3.5-33.8C393.1 284.4 400 271 400 256s-6.9-28.4-17.7-37.3c-10.3-8.4-11.8-23.5-3.5-33.8s23.5-11.8 33.8-3.5zM301.1 34.8C312.6 40 320 51.4 320 64v384c0 12.6-7.4 24-18.9 29.2s-25 3.1-34.4-5.3L131.8 352H64c-35.3 0-64-28.7-64-64v-64c0-35.3 28.7-64 64-64h67.8L266.7 40.1c9.4-8.4 22.9-10.4 34.4-5.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/volume-low.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/volume-low.svg new file mode 100644 index 0000000..e1aaacd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/volume-low.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M301.1 34.8C312.6 40 320 51.4 320 64v384c0 12.6-7.4 24-18.9 29.2s-25 3.1-34.4-5.3L131.8 352H64c-35.3 0-64-28.7-64-64v-64c0-35.3 28.7-64 64-64h67.8L266.7 40.1c9.4-8.4 22.9-10.4 34.4-5.3m111.5 146.7c21.5 17.6 35.4 44.4 35.4 74.5s-13.9 56.9-35.4 74.5c-10.3 8.4-25.4 6.8-33.8-3.5s-6.8-25.4 3.5-33.8C393.1 284.4 400 271 400 256s-6.9-28.4-17.7-37.3c-10.3-8.4-11.8-23.5-3.5-33.8s23.5-11.8 33.8-3.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/volume-off.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/volume-off.svg new file mode 100644 index 0000000..96fd0f3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/volume-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M320 64c0-12.6-7.4-24-18.9-29.2s-25-3.1-34.4 5.3L131.8 160H64c-35.3 0-64 28.7-64 64v64c0 35.3 28.7 64 64 64h67.8l134.9 119.9c9.4 8.4 22.9 10.4 34.4 5.3S320 460.6 320 448z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/volume-xmark.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/volume-xmark.svg new file mode 100644 index 0000000..fc047ff --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/volume-xmark.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M301.1 34.8C312.6 40 320 51.4 320 64v384c0 12.6-7.4 24-18.9 29.2s-25 3.1-34.4-5.3L131.8 352H64c-35.3 0-64-28.7-64-64v-64c0-35.3 28.7-64 64-64h67.8L266.7 40.1c9.4-8.4 22.9-10.4 34.4-5.3M425 167l55 55 55-55c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-55 55 55 55c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-55-55-55 55c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l55-55-55-55c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/vr-cardboard.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/vr-cardboard.svg new file mode 100644 index 0000000..a6a0274 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/vr-cardboard.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M576 64H64C28.7 64 0 92.7 0 128v256c0 35.3 28.7 64 64 64h120.4c24.2 0 46.4-13.7 57.2-35.4l32-64c8.8-17.5 26.7-28.6 46.3-28.6s37.5 11.1 46.3 28.6l32 64c10.8 21.7 33 35.4 57.2 35.4H576c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64M96 240a64 64 0 1 1 128 0 64 64 0 1 1-128 0m384-64a64 64 0 1 1 0 128 64 64 0 1 1 0-128"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/w.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/w.svg new file mode 100644 index 0000000..a7a4cc2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/w.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M20.8 34c16.5-6.2 35 2.2 41.2 18.7l110.2 294L257.3 55c4-13.7 16.5-23 30.7-23s26.7 9.4 30.7 23l85.1 291.7L514 52.8c6.2-16.5 24.6-24.9 41.2-18.7s24.9 24.7 18.7 41.2l-144 384c-4.8 12.9-17.4 21.3-31.2 20.7s-25.7-9.8-29.5-23L288 178.3 206.7 457c-3.9 13.2-15.8 22.5-29.5 23s-26.3-7.8-31.2-20.7L2 75.2c-6.2-16.5 2.2-35 18.8-41.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/walkie-talkie.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/walkie-talkie.svg new file mode 100644 index 0000000..7f53b83 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/walkie-talkie.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M112 24c0-13.3-10.7-24-24-24S64 10.7 64 24v72H48c-26.5 0-48 21.5-48 48v156.1C0 312.8 5.1 325 14.1 334l3.9 3.9c9 9 14.1 21.2 14.1 33.9L32 464c0 26.5 21.5 48 48 48h224c26.5 0 48-21.5 48-48v-92.1c0-12.7 5.1-24.9 14.1-33.9l3.9-3.9c9-9 14.1-21.2 14.1-33.9L384 144c0-26.5-21.5-48-48-48h-16c0-17.7-14.3-32-32-32s-32 14.3-32 32h-32c0-17.7-14.3-32-32-32s-32 14.3-32 32h-48zm0 136h160c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16m0 64h160c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16m0 64h160c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/wallet.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/wallet.svg new file mode 100644 index 0000000..5cb1829 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/wallet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V192c0-35.3-28.7-64-64-64H80c-8.8 0-16-7.2-16-16s7.2-16 16-16h368c17.7 0 32-14.3 32-32s-14.3-32-32-32zm352 240a32 32 0 1 1 0 64 32 32 0 1 1 0-64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/wand-magic-sparkles.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/wand-magic-sparkles.svg new file mode 100644 index 0000000..69dd8b1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/wand-magic-sparkles.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M234.7 42.7 197 56.8c-3 1.1-5 4-5 7.2s2 6.1 5 7.2l37.7 14.1 14.1 37.7c1.1 3 4 5 7.2 5s6.1-2 7.2-5l14.1-37.7L315 71.2c3-1.1 5-4 5-7.2s-2-6.1-5-7.2l-37.7-14.1L263.2 5c-1.1-3-4-5-7.2-5s-6.1 2-7.2 5zM46.1 395.4c-18.7 18.7-18.7 49.1 0 67.9l34.6 34.6c18.7 18.7 49.1 18.7 67.9 0l381.3-381.4c18.7-18.7 18.7-49.1 0-67.9l-34.6-34.5c-18.7-18.7-49.1-18.7-67.9 0zM484.6 82.6l-105 105-23.3-23.3 105-105zM7.5 117.2C3 118.9 0 123.2 0 128s3 9.1 7.5 10.8L64 160l21.2 56.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L128 160l56.5-21.2c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L128 96l-21.2-56.5c-1.7-4.5-6-7.5-10.8-7.5s-9.1 3-10.8 7.5L64 96zm352 256c-4.5 1.7-7.5 6-7.5 10.8s3 9.1 7.5 10.8L416 416l21.2 56.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L480 416l56.5-21.2c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L480 352l-21.2-56.5c-1.7-4.5-6-7.5-10.8-7.5s-9.1 3-10.8 7.5L416 352z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/wand-magic.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/wand-magic.svg new file mode 100644 index 0000000..c0c552a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/wand-magic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M14.1 463.3c-18.7-18.7-18.7-49.1 0-67.9L395.4 14.1c18.7-18.7 49.1-18.7 67.9 0l34.6 34.6c18.7 18.7 18.7 49.1 0 67.9L116.5 497.9c-18.7 18.7-49.1 18.7-67.9 0zm333.5-275.7 105-105-23.2-23.3-105 105 23.3 23.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/wand-sparkles.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/wand-sparkles.svg new file mode 100644 index 0000000..90c5fbe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/wand-sparkles.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M464 6.1c9.5-8.5 24-8.1 33 .9l8 8c9 9 9.4 23.5.9 33l-85.8 95.9c-2.6 2.9-4.1 6.7-4.1 10.7V176c0 8.8-7.2 16-16 16h-15.8c-4.6 0-8.9 1.9-11.9 5.3L100.7 500.9C94.3 508 85.3 512 75.8 512c-8.8 0-17.3-3.5-23.5-9.8L9.7 459.7C3.5 453.4 0 445 0 436.2c0-9.5 4-18.5 11.1-24.8l111.6-99.8c3.4-3 5.3-7.4 5.3-11.9v-27.6c0-8.8 7.2-16 16-16h34.6c3.9 0 7.7-1.5 10.7-4.1zM432 288c3.6 0 6.7 2.4 7.7 5.8l14.8 51.7 51.7 14.8c3.4 1 5.8 4.1 5.8 7.7s-2.4 6.7-5.8 7.7l-51.7 14.8-14.8 51.7c-1 3.4-4.1 5.8-7.7 5.8s-6.7-2.4-7.7-5.8l-14.8-51.7-51.7-14.8c-3.4-1-5.8-4.1-5.8-7.7s2.4-6.7 5.8-7.7l51.7-14.8 14.8-51.7c1-3.4 4.1-5.8 7.7-5.8M87.7 69.8l14.8 51.7 51.7 14.8c3.4 1 5.8 4.1 5.8 7.7s-2.4 6.7-5.8 7.7l-51.7 14.8-14.8 51.7c-1 3.4-4.1 5.8-7.7 5.8s-6.7-2.4-7.7-5.8l-14.8-51.7-51.7-14.8c-3.4-1-5.8-4.1-5.8-7.7s2.4-6.7 5.8-7.7l51.7-14.8 14.8-51.7c1-3.4 4.1-5.8 7.7-5.8s6.7 2.4 7.7 5.8M208 0c3.7 0 6.9 2.5 7.8 6.1l6.8 27.3 27.3 6.8c3.6.9 6.1 4.1 6.1 7.8s-2.5 6.9-6.1 7.8l-27.3 6.8-6.8 27.3c-.9 3.6-4.1 6.1-7.8 6.1s-6.9-2.5-7.8-6.1l-6.8-27.3-27.3-6.8c-3.6-.9-6.1-4.1-6.1-7.8s2.5-6.9 6.1-7.8l27.3-6.8 6.8-27.3c.9-3.6 4.1-6.1 7.8-6.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/warehouse.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/warehouse.svg new file mode 100644 index 0000000..afe6838 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/warehouse.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 488V171.3c0-26.2 15.9-49.7 40.2-59.4L308.1 4.8c7.6-3.1 16.1-3.1 23.8 0l267.9 107.1c24.3 9.7 40.2 33.3 40.2 59.4V488c0 13.3-10.7 24-24 24h-48c-13.3 0-24-10.7-24-24V224c0-17.7-14.3-32-32-32H128c-17.7 0-32 14.3-32 32v264c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24m488 24H152c-13.3 0-24-10.7-24-24v-56h384v56c0 13.3-10.7 24-24 24M128 400v-64h384v64zm0-96v-80h384v80z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/water-ladder.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/water-ladder.svg new file mode 100644 index 0000000..e3b2bfe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/water-ladder.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M128 127.7c0-52.8 42.9-95.7 95.7-95.7 48.3 0 89 36 95 83.9l1 8.2c2.2 17.5-10.2 33.5-27.8 35.7s-33.5-10.2-35.7-27.8l-1-8.2c-2-15.9-15.5-27.8-31.5-27.8-17.5 0-31.7 14.2-31.7 31.7V224h192v-96.3c0-52.8 42.9-95.7 95.7-95.7 48.3 0 89 36 95 83.9l1 8.2c2.2 17.5-10.2 33.5-27.8 35.7s-33.5-10.2-35.7-27.8l-1-8.2c-2-15.9-15.5-27.8-31.5-27.8-17.5 0-31.7 14.2-31.7 31.7V361c-1.6 1-3.3 2-4.8 3.1-18 12.4-40.1 20.3-59.2 20.3v-96.5H192v96.5c-19 0-41.2-7.9-59.1-20.3-1.6-1.1-3.2-2.2-4.9-3.1zm178.5 262.2c22.5 15.5 50 26.1 77.5 26.1 26.9 0 55.4-10.8 77.4-26.1 11.9-8.5 28.1-7.8 39.2 1.7 14.4 11.9 32.5 21 50.6 25.2 17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25-29 15.6-61.5 25.9-94.5 25.9-31.9 0-60.6-9.9-80.4-18.9-5.8-2.7-11.1-5.3-15.6-7.7-4.5 2.4-9.7 5.1-15.6 7.7-19.8 9-48.5 18.9-80.4 18.9-33 0-65.5-10.3-94.5-25.8-13.4 8.4-33.7 19.3-58.2 25-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2 11.1-9.4 27.3-10.1 39.2-1.7 22.1 15.2 50.5 26 77.4 26 27.5 0 55-10.6 77.5-26.1 11.1-7.9 25.9-7.9 37 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/water.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/water.svg new file mode 100644 index 0000000..82ea072 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/water.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M269.5 69.9c11.1-7.9 25.9-7.9 37 0C329 85.4 356.5 96 384 96c26.9 0 55.4-10.8 77.4-26.1 11.9-8.5 28.1-7.8 39.2 1.7 14.4 11.9 32.5 21 50.6 25.2 17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25-29 15.6-61.5 25.9-94.5 25.9-31.9 0-60.6-9.9-80.4-18.9-5.8-2.7-11.1-5.3-15.6-7.7-4.5 2.4-9.7 5.1-15.6 7.7-19.8 9-48.5 18.9-80.4 18.9-33 0-65.5-10.3-94.5-25.8-13.4 8.4-33.7 19.3-58.2 25-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18-4.3 36.2-13.4 50.5-25.3 11.1-9.5 27.3-10.1 39.2-1.7C136.7 85.2 165.1 96 192 96c27.5 0 55-10.6 77.5-26.1m37 288c22.5 15.5 50 26.1 77.5 26.1 26.9 0 55.4-10.8 77.4-26.1 11.9-8.5 28.1-7.8 39.2 1.7 14.4 11.9 32.5 21 50.6 25.2 17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25-29 15.6-61.5 25.9-94.5 25.9-31.9 0-60.6-9.9-80.4-18.9-5.8-2.7-11.1-5.3-15.6-7.7-4.5 2.4-9.7 5.1-15.6 7.7-19.8 9-48.5 18.9-80.4 18.9-33 0-65.5-10.3-94.5-25.8-13.4 8.4-33.7 19.3-58.2 25-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2 11.1-9.4 27.3-10.1 39.2-1.7 22.1 15.2 50.5 26 77.4 26 27.5 0 55-10.6 77.5-26.1 11.1-7.9 25.9-7.9 37 0m0-144c22.5 15.5 50 26.1 77.5 26.1 26.9 0 55.4-10.8 77.4-26.1 11.9-8.5 28.1-7.8 39.2 1.7 14.4 11.9 32.5 21 50.6 25.2 17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25-29 15.6-61.5 25.9-94.5 25.9-31.9 0-60.6-9.9-80.4-18.9-5.8-2.7-11.1-5.3-15.6-7.7-4.5 2.4-9.7 5.1-15.6 7.7-19.8 9-48.5 18.9-80.4 18.9-33 0-65.5-10.3-94.5-25.8-13.4 8.4-33.7 19.3-58.2 25-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2 11.1-9.5 27.3-10.1 39.2-1.7 22.1 15.2 50.5 26 77.4 26 27.5 0 55-10.6 77.5-26.1 11.1-7.9 25.9-7.9 37 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/wave-square.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/wave-square.svg new file mode 100644 index 0000000..13b86bd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/wave-square.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M128 64c0-17.7 14.3-32 32-32h160c17.7 0 32 14.3 32 32v352h96V256c0-17.7 14.3-32 32-32h128c17.7 0 32 14.3 32 32s-14.3 32-32 32h-96v160c0 17.7-14.3 32-32 32H320c-17.7 0-32-14.3-32-32V96h-96v160c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h96z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/web-awesome.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/web-awesome.svg new file mode 100644 index 0000000..5eeff19 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/web-awesome.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M372.2 52c0 20.9-12.4 39-30.2 47.2L448 192l104.4-20.9c-5.3-7.7-8.4-17.1-8.4-27.1 0-26.5 21.5-48 48-48s48 21.5 48 48c0 26-20.6 47.1-46.4 48L481 442.3c-10.3 23-33.2 37.7-58.4 37.7H217.4c-25.2 0-48-14.8-58.4-37.7L46.4 192C20.6 191.1 0 170 0 144c0-26.5 21.5-48 48-48s48 21.5 48 48c0 10.1-3.1 19.4-8.4 27.1L192 192l106.1-92.9c-17.7-8.3-30-26.3-30-47.1 0-28.7 23.3-52 52-52s52 23.3 52 52z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/weight-hanging.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/weight-hanging.svg new file mode 100644 index 0000000..2d83141 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/weight-hanging.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M224 96a32 32 0 1 1 64 0 32 32 0 1 1-64 0m122.5 32c3.5-10 5.5-20.8 5.5-32 0-53-43-96-96-96s-96 43-96 96c0 11.2 1.9 22 5.5 32H120c-22 0-41.2 15-46.6 36.4l-72 288c-3.6 14.3-.4 29.5 8.7 41.2S33.2 512 48 512h416c14.8 0 28.7-6.8 37.8-18.5s12.3-26.8 8.7-41.2l-72-288C433.2 143 414 128 392 128z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/weight-scale.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/weight-scale.svg new file mode 100644 index 0000000..4364b09 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/weight-scale.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M128 176a128 128 0 1 1 256 0 128 128 0 1 1-256 0M391.8 64C359.5 24.9 310.7 0 256 0S152.5 24.9 120.2 64H64C28.7 64 0 92.7 0 128v320c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64zM296 224c0-10.6-4.1-20.2-10.9-27.4l33.6-78.3c3.5-8.1-.3-17.5-8.4-21s-17.5.3-21 8.4L255.7 184c-22 .1-39.7 18-39.7 40 0 22.1 17.9 40 40 40s40-17.9 40-40"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/wheat-awn-circle-exclamation.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/wheat-awn-circle-exclamation.svg new file mode 100644 index 0000000..01f6f62 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/wheat-awn-circle-exclamation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M505 41c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L383 95c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l88-88zM305.5 27.3c-6.2-6.2-16.4-6.2-22.6 0l-11.4 11.3c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4-30.5 30.5c-3.4-27.3-15.5-53.8-36.5-74.8l-11.3-11.3c-6.2-6.2-16.4-6.2-22.6 0l-11.3 11.3c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4-30.5 30.5c-3.4-27.3-15.5-53.8-36.5-74.8L101.8 231c-6.2-6.2-16.4-6.2-22.6 0l-11.3 11.3c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4-68.9 68.9c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l68.9-68.9 12.2 12.2c37.5 37.5 98.3 37.5 135.8 0l11.3-11.3c6.2-6.2 6.2-16.4 0-22.6l-11.3-11.3c-21.8-21.8-49.6-34.1-78.1-36.9l31.9-31.9 12.2 12.2c22.5 22.5 53.3 31.5 82.4 27v-3.1c0-33.1 9.1-64.1 25-90.6-15.5-8.7-32.5-13.8-49.8-15.5l31.9-31.9 12.2 12.2c6 6 12.6 11.1 19.7 15.2 27.5-34 67.3-57.5 112.6-63.8q-6.15-5.7-12.9-10.5L505 137c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-59.4 59.4c-20.6-4.4-42-3.7-62.3 2.1 6.1-21.3 6.6-43.8 1.4-65.3L409 41c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-46 45.8c-3.7-5-7.8-9.8-12.4-14.3zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288m0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48m0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16v-80c0-8.8 7.2-16 16-16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/wheat-awn.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/wheat-awn.svg new file mode 100644 index 0000000..93ec4a9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/wheat-awn.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M505 41c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L383 95c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l88-88zM305.5 27.3c-6.2-6.2-16.4-6.2-22.6 0l-11.4 11.3c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4-30.5 30.5c-3.4-27.3-15.5-53.8-36.5-74.8l-11.3-11.3c-6.2-6.2-16.4-6.2-22.6 0l-11.3 11.3c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4-30.5 30.5c-3.4-27.3-15.5-53.8-36.5-74.8L101.8 231c-6.2-6.2-16.4-6.2-22.6 0l-11.3 11.3c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4-68.9 68.9c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l68.9-68.9 12.2 12.2c37.5 37.5 98.3 37.5 135.8 0l11.3-11.3c6.2-6.2 6.2-16.4 0-22.6l-11.3-11.3c-21.8-21.8-49.6-34.1-78.1-36.9l31.9-31.9 12.2 12.2c37.5 37.5 98.3 37.5 135.8 0l11.3-11.3c6.2-6.2 6.2-16.4 0-22.6L373.4 299c-21.8-21.8-49.6-34.1-78.1-36.9l31.9-31.9 12.2 12.2c37.5 37.5 98.3 37.5 135.8 0l11.3-11.4c6.2-6.2 6.2-16.4 0-22.6L475.2 197c-5.2-5.2-10.6-9.8-16.4-13.9L505 137c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-59.4 59.4c-20.6-4.4-42-3.7-62.3 2.1 6.1-21.3 6.6-43.8 1.4-65.3L409 41c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-46 45.8c-3.7-5-7.8-9.8-12.4-14.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/wheelchair-move.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/wheelchair-move.svg new file mode 100644 index 0000000..658127c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/wheelchair-move.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M320 48a48 48 0 1 1 96 0 48 48 0 1 1-96 0m-115.5 73.3c-5.4-2.5-11.7-1.9-16.4 1.7l-40.9 30.7c-14.1 10.6-34.2 7.7-44.8-6.4s-7.7-34.2 6.4-44.8l40.9-30.7c23.7-17.8 55.3-21 82.1-8.4l90.4 42.5c29.1 13.7 36.8 51.6 15.2 75.5L299.1 224h97.4c30.3 0 53 27.7 47.1 57.4l-28.2 140.9c-3.5 17.3-20.3 28.6-37.7 25.1s-28.6-20.3-25.1-37.7L377 288h-70.3c8.6 19.6 13.3 41.2 13.3 64 0 88.4-71.6 160-160 160S0 440.4 0 352s71.6-160 160-160c11.1 0 22 1.1 32.4 3.3l54.2-54.2zM160 448a96 96 0 1 0 0-192 96 96 0 1 0 0 192"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/wheelchair.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/wheelchair.svg new file mode 100644 index 0000000..fff75cd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/wheelchair.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M192 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96m-71.5 151.2c12.4-4.7 18.7-18.5 14-30.9s-18.5-18.7-30.9-14C43.1 225.1 0 283.5 0 352c0 88.4 71.6 160 160 160 61.2 0 114.3-34.3 141.2-84.7 6.2-11.7 1.8-26.2-9.9-32.5s-26.2-1.8-32.5 9.9C240 440 202.8 464 160 464c-61.9 0-112-50.1-112-112 0-47.9 30.1-88.8 72.5-104.8M259.8 176l-1.9-9.7c-4.5-22.3-24-38.3-46.8-38.3-30.1 0-52.7 27.5-46.8 57l23.1 115.5c6 29.9 32.2 51.4 62.8 51.4h100.5c6.7 0 12.6 4.1 15 10.4l36.3 96.9c6 16.1 23.8 24.6 40.1 19.1l48-16c16.8-5.6 25.8-23.7 20.2-40.5s-23.7-25.8-40.5-20.2l-18.7 6.2-25.5-68c-11.7-31.2-41.6-51.9-74.9-51.9h-68.5l-9.6-48H336c17.7 0 32-14.3 32-32s-14.3-32-32-32h-76.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/whiskey-glass.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/whiskey-glass.svg new file mode 100644 index 0000000..2f4666c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/whiskey-glass.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 32c-9.3 0-18.1 4-24.2 11.1S-1 59.4.3 68.6l50 342.9C56 450.8 89.7 480 129.5 480h253c39.7 0 73.4-29.1 79.2-68.5l50-342.9c1.3-9.2-1.4-18.5-7.5-25.5S489.3 32 480 32zm55.7 192L69 96h374l-18.7 128z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/wifi.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/wifi.svg new file mode 100644 index 0000000..e5824d8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/wifi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M54.2 202.9C123.2 136.7 216.8 96 320 96s196.8 40.7 265.8 106.9c12.8 12.2 33 11.8 45.2-.9s11.8-33-.9-45.2C549.7 79.5 440.4 32 320 32S90.3 79.5 9.8 156.7C-2.9 169-3.3 189.2 8.9 202s32.5 13.2 45.2.9zM320 256c56.8 0 108.6 21.1 148.2 56 13.3 11.7 33.5 10.4 45.2-2.8s10.4-33.5-2.8-45.2C459.8 219.2 393 192 320 192s-139.8 27.2-190.5 72c-13.3 11.7-14.5 31.9-2.8 45.2s31.9 14.5 45.2 2.8c39.5-34.9 91.3-56 148.2-56zm64 160a64 64 0 1 0-128 0 64 64 0 1 0 128 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/wind.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/wind.svg new file mode 100644 index 0000000..3d54c80 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/wind.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M288 32c0 17.7 14.3 32 32 32h32c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h320c53 0 96-43 96-96S405 0 352 0h-32c-17.7 0-32 14.3-32 32m64 352c0 17.7 14.3 32 32 32h32c53 0 96-43 96-96s-43-96-96-96H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h384c17.7 0 32 14.3 32 32s-14.3 32-32 32h-32c-17.7 0-32 14.3-32 32M128 512h32c53 0 96-43 96-96s-43-96-96-96H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h128c17.7 0 32 14.3 32 32s-14.3 32-32 32h-32c-17.7 0-32 14.3-32 32s14.3 32 32 32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/window-maximize.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/window-maximize.svg new file mode 100644 index 0000000..183a3c8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/window-maximize.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm32 64h320c17.7 0 32 14.3 32 32s-14.3 32-32 32H96c-17.7 0-32-14.3-32-32s14.3-32 32-32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/window-minimize.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/window-minimize.svg new file mode 100644 index 0000000..53b23d7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/window-minimize.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32h448c17.7 0 32-14.3 32-32s-14.3-32-32-32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/window-restore.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/window-restore.svg new file mode 100644 index 0000000..0bb30f6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/window-restore.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M432 64H208c-8.8 0-16 7.2-16 16v16h-64V80c0-44.2 35.8-80 80-80h224c44.2 0 80 35.8 80 80v224c0 44.2-35.8 80-80 80h-16v-64h16c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16M0 192c0-35.3 28.7-64 64-64h256c35.3 0 64 28.7 64 64v256c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm64 32c0 17.7 14.3 32 32 32h192c17.7 0 32-14.3 32-32s-14.3-32-32-32H96c-17.7 0-32 14.3-32 32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/wine-bottle.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/wine-bottle.svg new file mode 100644 index 0000000..11482c6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/wine-bottle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M393.4 9.4c12.5-12.5 32.8-12.5 45.3 0l64 64c12.5 12.5 12.5 32.8 0 45.3-11.8 11.8-30.7 12.5-43.2 1.9l-9.5 9.5-48.8 48.8c-9.2 9.2-11.5 22.9-8.6 35.6 9.4 40.9-1.9 85.6-33.8 117.5L197.3 493.3c-25 25-65.5 25-90.5 0l-88-88c-25-25-25-65.5 0-90.5l161.4-161.5c31.9-31.9 76.6-43.1 117.5-33.8 12.6 2.9 26.4.5 35.5-8.6L382 62.1l9.5-9.5c-10.6-12.6-10-31.4 1.9-43.2M99.3 347.3l65.4 65.4c6.2 6.2 16.4 6.2 22.6 0l97.4-97.4c6.2-6.2 6.2-16.4 0-22.6l-65.4-65.4c-6.2-6.2-16.4-6.2-22.6 0l-97.4 97.4c-6.2 6.2-6.2 16.4 0 22.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/wine-glass-empty.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/wine-glass-empty.svg new file mode 100644 index 0000000..0635fe4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/wine-glass-empty.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M64 0C47.4 0 33.5 12.8 32.1 29.3l-14 168.4c-6 72 42.5 135.2 109.9 150.6v99.6H80c-17.7 0-32 14.3-32 32s14.3 32 32 32h160c17.7 0 32-14.3 32-32s-14.3-32-32-32h-48v-99.6c67.4-15.4 115.9-78.6 109.9-150.6l-14-168.4C286.5 12.8 272.6 0 256 0zm17.9 203.1L93.4 64h133.1l11.6 139.1C242 248.8 205.9 288 160 288s-82-39.2-78.1-84.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/wine-glass.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/wine-glass.svg new file mode 100644 index 0000000..fb9f4a3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/wine-glass.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32.1 29.3C33.5 12.8 47.4 0 64 0h192c16.6 0 30.5 12.8 31.9 29.3l14 168.4c6 72-42.5 135.2-109.9 150.6v99.6h48c17.7 0 32 14.3 32 32s-14.3 32-32 32H80c-17.7 0-32-14.3-32-32s14.3-32 32-32h48v-99.6C60.6 333 12.1 269.8 18.1 197.8l14-168.4zm56 98.7h143.8l-5.3-64H93.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/won-sign.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/won-sign.svg new file mode 100644 index 0000000..35a6a32 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/won-sign.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M62.4 53.9c-5.6-16.8-23.8-25.8-40.5-20.3S-3.9 57.4 1.6 74.1l50 149.9H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h40.9l56.7 170.1c4.5 13.5 17.4 22.4 31.6 21.9s26.4-10.4 29.8-24.2L233 288h46l42 167.8c3.4 13.8 15.6 23.7 29.8 24.2s27.1-8.4 31.6-21.9L439.1 288H480c17.7 0 32-14.3 32-32s-14.3-32-32-32h-19.6l50-149.9c5.6-16.8-3.5-34.9-20.2-40.5s-34.9 3.5-40.5 20.2L392.9 224h-64L287 56.2C283.5 42 270.7 32 256 32s-27.5 10-31 24.2L183 224h-64zm78 234.1H167l-11.4 45.6zM249 224l7-28.1 7 28.1zm96 64h26.6l-15.2 45.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/worm.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/worm.svg new file mode 100644 index 0000000..e23eeff --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/worm.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 96c0-53 43-96 96-96h38.4C439.9 0 480 40.1 480 89.6V376c0 75.1-60.9 136-136 136s-136-60.9-136-136v-80c0-22.1-17.9-40-40-40s-40 17.9-40 40v168c0 26.5-21.5 48-48 48s-48-21.5-48-48V296c0-75.1 60.9-136 136-136s136 60.9 136 136v80c0 22.1 17.9 40 40 40s40-17.9 40-40V192h-32c-53 0-96-43-96-96m144-8a24 24 0 1 0-48 0 24 24 0 1 0 48 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/wrench.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/wrench.svg new file mode 100644 index 0000000..87da38e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/wrench.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M352 320c88.4 0 160-71.6 160-160 0-15.3-2.2-30.1-6.2-44.2-3.1-10.8-16.4-13.2-24.3-5.3l-76.8 76.8c-3 3-7.1 4.7-11.3 4.7H336c-8.8 0-16-7.2-16-16v-57.4c0-4.2 1.7-8.3 4.7-11.3l76.8-76.8c7.9-7.9 5.4-21.2-5.3-24.3C382.1 2.2 367.3 0 352 0c-88.4 0-160 71.6-160 160 0 19.1 3.4 37.5 9.5 54.5L19.9 396.1C7.2 408.8 0 426.1 0 444.1 0 481.6 30.4 512 67.9 512c18 0 35.3-7.2 48-19.9l181.6-181.6c17 6.2 35.4 9.5 54.5 9.5M80 408a24 24 0 1 1 0 48 24 24 0 1 1 0-48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/x-ray.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/x-ray.svg new file mode 100644 index 0000000..3930f66 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/x-ray.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 64c0-17.7 14.3-32 32-32h448c17.7 0 32 14.3 32 32s-14.3 32-32 32v320c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32V96C14.3 96 0 81.7 0 64m256 32c-8.8 0-16 7.2-16 16v32h-80c-8.8 0-16 7.2-16 16s7.2 16 16 16h80v48H128c-8.8 0-16 7.2-16 16s7.2 16 16 16h112v70.6L189.1 307q-7.8-3-16.2-3h-2.1c-23.6 0-42.8 19.2-42.8 42.8 0 9.6 3.2 18.9 9.1 26.4l18.2 23.2c9.7 12.4 24.6 19.6 40.3 19.6h120.8c15.7 0 30.6-7.2 40.3-19.6l18.2-23.2c5.9-7.5 9.1-16.8 9.1-26.4 0-23.6-19.2-42.8-42.8-42.8H339c-5.5 0-11 1-16.2 3L272 326.6V256h112c8.8 0 16-7.2 16-16s-7.2-16-16-16H272v-48h80c8.8 0 16-7.2 16-16s-7.2-16-16-16h-80v-32c0-8.8-7.2-16-16-16m-48 256a16 16 0 1 1 0 32 16 16 0 1 1 0-32m80 16a16 16 0 1 1 32 0 16 16 0 1 1-32 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/x.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/x.svg new file mode 100644 index 0000000..1a09f58 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/x.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M376.6 84.5c11.3-13.6 9.5-33.8-4.1-45.1s-33.8-9.5-45.1 4.1L192 206 56.6 43.5c-11.3-13.6-31.5-15.4-45.1-4.1S-3.9 70.9 7.4 84.5L150.3 256 7.4 427.5c-11.3 13.6-9.5 33.8 4.1 45.1s33.8 9.5 45.1-4.1L192 306l135.4 162.5c11.3 13.6 31.5 15.4 45.1 4.1s15.4-31.5 4.1-45.1L233.7 256z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/xmark.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/xmark.svg new file mode 100644 index 0000000..b8e0bc6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/xmark.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3l105.4 105.3c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/xmarks-lines.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/xmarks-lines.svg new file mode 100644 index 0000000..2f7ceab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/xmarks-lines.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M32 32C14.3 32 0 46.3 0 64s14.3 32 32 32h576c17.7 0 32-14.3 32-32s-14.3-32-32-32zm0 384c-17.7 0-32 14.3-32 32s14.3 32 32 32h576c17.7 0 32-14.3 32-32s-14.3-32-32-32zM7 167c-9.4 9.4-9.4 24.6 0 33.9l55 55L7 311c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l55-55 55 55c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-55-55 55-55c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-55 55L41 167c-9.4-9.4-24.6-9.4-33.9 0zm258 0c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l55 55-55 55c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l55-55 55 55c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-55-55 55-55c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-55 55zm190 0c-9.4 9.4-9.4 24.6 0 33.9l55 55-55 55c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l55-55 55 55c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-55-55 55-55c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-55 55-55-55c-9.4-9.4-24.6-9.4-33.9 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/y.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/y.svg new file mode 100644 index 0000000..b565ce5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/y.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M58 45.4C47.8 31 27.8 27.7 13.4 38S-4.3 68.2 6 82.6l154 215.7V448c0 17.7 14.3 32 32 32s32-14.3 32-32V298.3L378 82.6c10.3-14.4 6.9-34.4-7.4-44.6s-34.4-7-44.6 7.4L192 232.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/yen-sign.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/yen-sign.svg new file mode 100644 index 0000000..57b2653 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/yen-sign.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M58.6 46.3C48.8 31.5 29 27.6 14.2 37.4S-4.4 67 5.4 81.8L100.2 224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32h80v32H48c-17.7 0-32 14.3-32 32s14.3 32 32 32h80v64c0 17.7 14.3 32 32 32s32-14.3 32-32v-64h80c17.7 0 32-14.3 32-32s-14.3-32-32-32h-80v-32h80c17.7 0 32-14.3 32-32s-14.3-32-32-32h-52.2l94.8-142.2c9.8-14.7 5.8-34.6-8.9-44.4s-34.6-5.8-44.4 8.9L160 198.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/yin-yang.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/yin-yang.svg new file mode 100644 index 0000000..29a948c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/yin-yang.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M256 64c53 0 96 43 96 96s-43 96-96 96-96 43-96 96 43 96 96 96c-106 0-192-86-192-192S150 64 256 64m0 448a256 256 0 1 0 0-512 256 256 0 1 0 0 512m32-352a32 32 0 1 0-64 0 32 32 0 1 0 64 0m-64 192a32 32 0 1 1 64 0 32 32 0 1 1-64 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/fontawesome/solid/z.svg b/mkdocs-material/material/templates/.icons/fontawesome/solid/z.svg new file mode 100644 index 0000000..eca73c4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/fontawesome/solid/z.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 64c0-17.7 14.3-32 32-32h320c12.4 0 23.7 7.2 29 18.4s3.6 24.5-4.4 34.1L100.3 416H352c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-12.4 0-23.7-7.2-29-18.4s-3.6-24.5 4.4-34.1L283.7 96H32C14.3 96 0 81.7 0 64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/logo-monochrome.svg b/mkdocs-material/material/templates/.icons/logo-monochrome.svg new file mode 100644 index 0000000..d55d922 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/logo-monochrome.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M17.029 18.772l.777 1.166-5.417 2.709L0 16.451V4.063l5.417-2.709 5.298 7.948 7.867-5.24L24 1.354V16.84l-5.417 2.709-1.554-.777zm2.023-13.827v13.253l3.949-1.975V2.97l-3.949 1.975zM5.076 2.642L1.458 4.45 12.73 21.358l3.618-1.809L5.076 2.642z" /> +</svg> diff --git a/mkdocs-material/material/templates/.icons/logo.svg b/mkdocs-material/material/templates/.icons/logo.svg new file mode 100644 index 0000000..763eb2c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/logo.svg @@ -0,0 +1,6 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 89 89"> + <path d="M3.136,17.387l0,42.932l42.932,21.467l-42.932,-64.399Z" /> + <path d="M21.91,8l42.933,64.398l-18.775,9.388l-42.932,-64.399l18.774,-9.387Z" style="fill-opacity: 0.5" /> + <path d="M67.535,17.387l-27.262,18.156l21.878,32.818l5.384,2.691l0,-53.665Z" /> + <path d="M67.535,17.387l0,53.666l18.774,-9.388l0,-53.665l-18.774,9.387Z" style="fill-opacity: 0.25" /> +</svg> diff --git a/mkdocs-material/material/templates/.icons/material/LICENSE b/mkdocs-material/material/templates/.icons/material/LICENSE new file mode 100644 index 0000000..382f8a1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/LICENSE @@ -0,0 +1,20 @@ +Pictogrammers Free License +-------------------------- + +This icon collection is released as free, open source, and GPL friendly by +the [Pictogrammers](http://pictogrammers.com/) icon group. You may use it +for commercial projects, open source projects, or anything really. + +# Icons: Apache 2.0 (https://www.apache.org/licenses/LICENSE-2.0) +Some of the icons are redistributed under the Apache 2.0 license. All other +icons are either redistributed under their respective licenses or are +distributed under the Apache 2.0 license. + +# Fonts: Apache 2.0 (https://www.apache.org/licenses/LICENSE-2.0) +All web and desktop fonts are distributed under the Apache 2.0 license. Web +and desktop fonts contain some icons that are redistributed under the Apache +2.0 license. All other icons are either redistributed under their respective +licenses or are distributed under the Apache 2.0 license. + +# Code: MIT (https://opensource.org/licenses/MIT) +The MIT license applies to all non-font and non-icon files. diff --git a/mkdocs-material/material/templates/.icons/material/ab-testing.svg b/mkdocs-material/material/templates/.icons/material/ab-testing.svg new file mode 100644 index 0000000..bee9787 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ab-testing.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2a2 2 0 0 0-2 2v8h2V8h2v4h2V4a2 2 0 0 0-2-2zm0 2h2v2H4m18 9.5V14a2 2 0 0 0-2-2h-4v10h4a2 2 0 0 0 2-2v-1.5a1.54 1.54 0 0 0-1.5-1.5 1.54 1.54 0 0 0 1.5-1.5M20 20h-2v-2h2zm0-4h-2v-2h2M5.79 21.61l-1.58-1.22 14-18 1.58 1.22Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/abacus.svg b/mkdocs-material/material/templates/.icons/material/abacus.svg new file mode 100644 index 0000000..85c7d4f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/abacus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 5h2v6H5zm5 0H8v6h2zM5 19h2v-6H5zm5-6H8v6h2v-2h5v-2h-5zm-8 8h2V3H2zM20 3v4h-7V5h-2v6h2V9h7v6h-2v-2h-2v6h2v-2h2v4h2V3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/abjad-arabic.svg b/mkdocs-material/material/templates/.icons/material/abjad-arabic.svg new file mode 100644 index 0000000..10319db --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/abjad-arabic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 4c-1.92 0-3.5 1.58-3.5 3.5 0 .93.38 1.78 1 2.41-1.53 1-2.5 2.71-2.5 4.59 0 3.03 2.47 5.5 5.5 5.5 1.76 0 3.5-.46 5-1.34l-1-1.73c-1.22.7-2.6 1.07-4 1.07-1.94 0-3.5-1.55-3.5-3.5a3.49 3.49 0 0 1 2.59-3.38l5.21-1.4-.52-1.93L11.83 9c-.75-.1-1.33-.72-1.33-1.5 0-.84.66-1.5 1.5-1.5.26 0 .5.07.75.2l1-1.73C13.22 4.16 12.61 4 12 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/abjad-hebrew.svg b/mkdocs-material/material/templates/.icons/material/abjad-hebrew.svg new file mode 100644 index 0000000..415e7a1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/abjad-hebrew.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.9 4 9 10.03a3.44 3.44 0 0 0-3 2.56L4 20h2.07l1.85-6.89c.17-.65.77-1.11 1.44-1.11h1.33l6.78 8h2.63L15 13.97a3.44 3.44 0 0 0 3-2.56L20 4h-2.07l-1.85 6.89c-.17.65-.77 1.11-1.44 1.11h-1.33L6.53 4Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/abugida-devanagari.svg b/mkdocs-material/material/templates/.icons/material/abugida-devanagari.svg new file mode 100644 index 0000000..d14f65f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/abugida-devanagari.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 3v2h3c1.32 0 2.41.83 2.82 2H6v2h8v1h-2c-2.75 0-5 2.25-5 5s2.25 5 5 5c.77 0 1.45-.27 2-.7V21h2v-4h-2c-.45.62-1.17 1-2 1-1.67 0-3-1.33-3-3s1.33-3 3-3h4V9h2V7h-2.1c-.47-2.28-2.49-4-4.9-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/abugida-thai.svg b/mkdocs-material/material/templates/.icons/material/abugida-thai.svg new file mode 100644 index 0000000..7c97319 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/abugida-thai.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 20c0-2.56 1.87-7.58 4.86-12.75C14.29 6.5 15.08 6 16 6c1.12 0 2 .88 2 2v12h2V8c0-2.2-1.8-4-4-4-1.66 0-3.1.92-3.87 2.25-1.57 2.71-2.52 4.9-3.13 6.78V6.5C9 5.13 7.87 4 6.5 4S4 5.13 4 6.5 5.13 9 6.5 9c.17 0 .34 0 .5-.05V20M6.5 6c.29 0 .5.21.5.5s-.21.5-.5.5-.5-.21-.5-.5.21-.5.5-.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/access-point-check.svg b/mkdocs-material/material/templates/.icons/material/access-point-check.svg new file mode 100644 index 0000000..6b4c585 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/access-point-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.59 14.84 1.16 1.41L17 21l-2.75-3 1.16-1.16L17 18.43zm-1.52-9.91-1.41 1.41A7.96 7.96 0 0 1 20 12v.34c.68.25 1.33.62 1.88 1.09.07-.47.12-.93.12-1.43 0-2.76-1.12-5.26-2.93-7.07m-3.11 7.43c.64-.23 1.32-.36 2.04-.36 0-1.65-.67-3.15-1.76-4.24l-1.41 1.41A4 4 0 0 1 16 12c0 .12-.03.24-.04.36M12 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2M6.34 6.34 4.93 4.93C3.12 6.74 2 9.24 2 12s1.12 5.26 2.93 7.07l1.41-1.41A7.94 7.94 0 0 1 4 12c0-2.21.89-4.22 2.34-5.66m1.42 1.42C6.67 8.85 6 10.35 6 12s.67 3.15 1.76 4.24l1.41-1.41C8.45 14.11 8 13.11 8 12s.45-2.11 1.17-2.83z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/access-point-minus.svg b/mkdocs-material/material/templates/.icons/material/access-point-minus.svg new file mode 100644 index 0000000..311ba98 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/access-point-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 12c0-1.11-.45-2.11-1.17-2.83l1.41-1.41A5.98 5.98 0 0 1 18 12c-.72 0-1.4.13-2.04.36.01-.12.04-.24.04-.36m4 .34c.68.25 1.33.62 1.88 1.09.07-.47.12-.93.12-1.43 0-2.76-1.12-5.26-2.93-7.07l-1.41 1.41A7.96 7.96 0 0 1 20 12zM12 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2M7.76 7.76C6.67 8.85 6 10.35 6 12s.67 3.15 1.76 4.24l1.41-1.41C8.45 14.11 8 13.11 8 12s.45-2.11 1.17-2.83zM6.34 6.34 4.93 4.93C3.12 6.74 2 9.24 2 12s1.12 5.26 2.93 7.07l1.41-1.41A7.94 7.94 0 0 1 4 12c0-2.21.89-4.22 2.34-5.66M14 19h8v-2h-8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/access-point-network-off.svg b/mkdocs-material/material/templates/.icons/material/access-point-network-off.svg new file mode 100644 index 0000000..0781ae3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/access-point-network-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.83 13.83A4 4 0 0 0 16 11c0-1.11-.45-2.11-1.17-2.83l1.41-1.41A5.98 5.98 0 0 1 18 11c0 1.65-.67 3.15-1.76 4.24zM14 11a2 2 0 0 0-2-2c-.6 0-1.13.27-1.5.68l2.82 2.82c.41-.37.68-.9.68-1.5m3.66 5.66 1.41 1.41A9.97 9.97 0 0 0 22 11c0-2.76-1.12-5.26-2.93-7.07l-1.41 1.41A7.96 7.96 0 0 1 20 11c0 2.22-.89 4.22-2.34 5.66M22 21.18V20h-1.18zm-1.73.82.73.73L19.73 24l-2-2H15a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1H2v-2h7a1 1 0 0 1 1-1h1v-3.73l-2.66-2.66c.2.46.48.89.83 1.22l-1.41 1.41A5.98 5.98 0 0 1 6 11c0-.23 0-.46.04-.69L4.37 8.64C4.14 9.39 4 10.18 4 11c0 2.22.89 4.22 2.34 5.66l-1.41 1.41A9.97 9.97 0 0 1 2.81 7.08L1 5.27 2.28 4 3.7 5.42l1.45 1.45 1.48 1.48L8.17 9.9l2.11 2.1.72.71L18.27 20h.01l2 2zm-4.54-2L13 17.27V19h1a1 1 0 0 1 1 1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/access-point-network.svg b/mkdocs-material/material/templates/.icons/material/access-point-network.svg new file mode 100644 index 0000000..4658e10 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/access-point-network.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.93 3.93A9.97 9.97 0 0 0 2 11c0 2.76 1.12 5.26 2.93 7.07l1.41-1.41A7.94 7.94 0 0 1 4 11c0-2.21.89-4.22 2.34-5.66zm14.14 0-1.41 1.41A7.96 7.96 0 0 1 20 11c0 2.22-.89 4.22-2.34 5.66l1.41 1.41A9.97 9.97 0 0 0 22 11c0-2.76-1.12-5.26-2.93-7.07M7.76 6.76A5.98 5.98 0 0 0 6 11c0 1.65.67 3.15 1.76 4.24l1.41-1.41A4 4 0 0 1 8 11c0-1.11.45-2.11 1.17-2.83zm8.48 0-1.41 1.41A4 4 0 0 1 16 11c0 1.11-.45 2.11-1.17 2.83l1.41 1.41A5.98 5.98 0 0 0 18 11c0-1.65-.67-3.15-1.76-4.24M12 9a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m-1 6v4h-1a1 1 0 0 0-1 1H2v2h7a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1h7v-2h-7a1 1 0 0 0-1-1h-1v-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/access-point-off.svg b/mkdocs-material/material/templates/.icons/material/access-point-off.svg new file mode 100644 index 0000000..0fcfd02 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/access-point-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.84 22.73 12.1 14H12a2 2 0 0 1-2-2v-.1l-1.6-1.61c-.25.52-.4 1.09-.4 1.71 0 1.11.45 2.11 1.17 2.83l-1.41 1.41A5.98 5.98 0 0 1 6 12c0-1.17.34-2.26.93-3.18L5.5 7.37C4.55 8.67 4 10.27 4 12c0 2.22.89 4.22 2.34 5.66l-1.41 1.41A9.97 9.97 0 0 1 2 12c0-2.28.77-4.37 2.06-6.05L1.11 3l1.28-1.27 19.72 19.73zm-4.91-10 1.6 1.6c.3-.72.47-1.5.47-2.33 0-1.65-.67-3.15-1.76-4.24l-1.41 1.41a3.99 3.99 0 0 1 1.1 3.56m3.1 3.1 1.47 1.45c.94-1.53 1.5-3.34 1.5-5.28 0-2.76-1.12-5.26-2.93-7.07l-1.41 1.41A7.96 7.96 0 0 1 20 12c0 1.39-.35 2.7-.97 3.83"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/access-point-plus.svg b/mkdocs-material/material/templates/.icons/material/access-point-plus.svg new file mode 100644 index 0000000..9e3d829 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/access-point-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 12c0-1.11-.45-2.11-1.17-2.83l1.41-1.41A5.98 5.98 0 0 1 18 12c-.72 0-1.4.13-2.04.36.01-.12.04-.24.04-.36m4 .34c.68.25 1.33.62 1.88 1.09.07-.47.12-.93.12-1.43 0-2.76-1.12-5.26-2.93-7.07l-1.41 1.41A7.96 7.96 0 0 1 20 12zM12 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2M6.34 6.34 4.93 4.93C3.12 6.74 2 9.24 2 12s1.12 5.26 2.93 7.07l1.41-1.41A7.94 7.94 0 0 1 4 12c0-2.21.89-4.22 2.34-5.66m1.42 1.42C6.67 8.85 6 10.35 6 12s.67 3.15 1.76 4.24l1.41-1.41C8.45 14.11 8 13.11 8 12s.45-2.11 1.17-2.83zM19 14h-2v3h-3v2h3v3h2v-3h3v-2h-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/access-point-remove.svg b/mkdocs-material/material/templates/.icons/material/access-point-remove.svg new file mode 100644 index 0000000..08c5d40 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/access-point-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 12c0-1.11-.45-2.11-1.17-2.83l1.41-1.41A5.98 5.98 0 0 1 18 12c-.72 0-1.4.13-2.04.36.01-.12.04-.24.04-.36M6.34 6.34 4.93 4.93C3.12 6.74 2 9.24 2 12s1.12 5.26 2.93 7.07l1.41-1.41A7.94 7.94 0 0 1 4 12c0-2.21.89-4.22 2.34-5.66m12.73-1.41-1.41 1.41A7.96 7.96 0 0 1 20 12v.34c.68.25 1.33.62 1.88 1.09.07-.47.12-.93.12-1.43 0-2.76-1.12-5.26-2.93-7.07M12 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2M7.76 7.76C6.67 8.85 6 10.35 6 12s.67 3.15 1.76 4.24l1.41-1.41C8.45 14.11 8 13.11 8 12s.45-2.11 1.17-2.83zm12.36 6.7L18 16.59l-2.12-2.12-1.41 1.41L16.59 18l-2.12 2.12 1.41 1.41L18 19.41l2.12 2.12 1.41-1.41L19.41 18l2.12-2.12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/access-point.svg b/mkdocs-material/material/templates/.icons/material/access-point.svg new file mode 100644 index 0000000..f965495 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/access-point.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.93 4.93A9.97 9.97 0 0 0 2 12c0 2.76 1.12 5.26 2.93 7.07l1.41-1.41A7.94 7.94 0 0 1 4 12c0-2.21.89-4.22 2.34-5.66zm14.14 0-1.41 1.41A7.96 7.96 0 0 1 20 12c0 2.22-.89 4.22-2.34 5.66l1.41 1.41A9.97 9.97 0 0 0 22 12c0-2.76-1.12-5.26-2.93-7.07M7.76 7.76A5.98 5.98 0 0 0 6 12c0 1.65.67 3.15 1.76 4.24l1.41-1.41A4 4 0 0 1 8 12c0-1.11.45-2.11 1.17-2.83zm8.48 0-1.41 1.41A4 4 0 0 1 16 12c0 1.11-.45 2.11-1.17 2.83l1.41 1.41A5.98 5.98 0 0 0 18 12c0-1.65-.67-3.15-1.76-4.24M12 10a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/account-alert-outline.svg new file mode 100644 index 0000000..2b18813 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 12V7h2v6h-2m0 4h2v-2h-2m-10-2c2.67 0 8 1.34 8 4v3H2v-3c0-2.66 5.33-4 8-4m0-9a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m0 10.9c-2.97 0-6.1 1.46-6.1 2.1v1.1h12.2V17c0-.64-3.13-2.1-6.1-2.1m0-9A2.1 2.1 0 0 0 7.9 8a2.1 2.1 0 0 0 2.1 2.1A2.1 2.1 0 0 0 12.1 8 2.1 2.1 0 0 0 10 5.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-alert.svg b/mkdocs-material/material/templates/.icons/material/account-alert.svg new file mode 100644 index 0000000..7ad544b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 4a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m0 10c4.42 0 8 1.79 8 4v2H2v-2c0-2.21 3.58-4 8-4m10-2V7h2v6h-2m0 4v-2h2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-arrow-down-outline.svg b/mkdocs-material/material/templates/.icons/material/account-arrow-down-outline.svg new file mode 100644 index 0000000..8c98f2c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-arrow-down-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 18v-4h-2v4h-2l3 3 3-3zM11 4C8.8 4 7 5.8 7 8s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4m0 2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m0 7c-2.7 0-8 1.3-8 4v3h9.5c-.3-.6-.4-1.2-.5-1.9H4.9V17c0-.6 3.1-2.1 6.1-2.1.5 0 1 .1 1.5.1.3-.6.6-1.2 1.1-1.7-1-.2-1.9-.3-2.6-.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-arrow-down.svg b/mkdocs-material/material/templates/.icons/material/account-arrow-down.svg new file mode 100644 index 0000000..c2a9361 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-arrow-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 18v-4h-2v4h-2l3 3 3-3zM11 4C8.8 4 7 5.8 7 8s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4m0 10c-4.4 0-8 1.8-8 4v2h9.5c-.3-.8-.5-1.6-.5-2.5 0-1.2.3-2.3.9-3.4-.6 0-1.2-.1-1.9-.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-arrow-left-outline.svg b/mkdocs-material/material/templates/.icons/material/account-arrow-left-outline.svg new file mode 100644 index 0000000..63d4c57 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-arrow-left-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 18h4v-2h-4v-2l-3 3 3 3zM11 4C8.8 4 7 5.8 7 8s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4m0 2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m0 7c-2.7 0-8 1.3-8 4v3h9.5c-.3-.6-.4-1.2-.5-1.9H4.9V17c0-.6 3.1-2.1 6.1-2.1.5 0 1 .1 1.5.1.3-.6.6-1.2 1.1-1.7-1-.2-1.9-.3-2.6-.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-arrow-left.svg b/mkdocs-material/material/templates/.icons/material/account-arrow-left.svg new file mode 100644 index 0000000..e76781c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-arrow-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 18h4v-2h-4v-2l-3 3 3 3zM11 4C8.8 4 7 5.8 7 8s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4m0 10c-4.4 0-8 1.8-8 4v2h9.5c-.3-.8-.5-1.6-.5-2.5 0-1.2.3-2.3.9-3.4-.6 0-1.2-.1-1.9-.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-arrow-right-outline.svg b/mkdocs-material/material/templates/.icons/material/account-arrow-right-outline.svg new file mode 100644 index 0000000..3d2ff6d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-arrow-right-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 16h-4v2h4v2l3-3-3-3zM11 4C8.8 4 7 5.8 7 8s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4m0 2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m0 7c-2.7 0-8 1.3-8 4v3h9.5c-.3-.6-.4-1.2-.5-1.9H4.9V17c0-.6 3.1-2.1 6.1-2.1.5 0 1 .1 1.5.1.3-.6.6-1.2 1.1-1.7-1-.2-1.9-.3-2.6-.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-arrow-right.svg b/mkdocs-material/material/templates/.icons/material/account-arrow-right.svg new file mode 100644 index 0000000..c0da33a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-arrow-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 16h-4v2h4v2l3-3-3-3zM11 4C8.8 4 7 5.8 7 8s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4m0 10c-4.4 0-8 1.8-8 4v2h9.5c-.3-.8-.5-1.6-.5-2.5 0-1.2.3-2.3.9-3.4-.6 0-1.2-.1-1.9-.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-arrow-up-outline.svg b/mkdocs-material/material/templates/.icons/material/account-arrow-up-outline.svg new file mode 100644 index 0000000..0e48893 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-arrow-up-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 17v4h2v-4h2l-3-3-3 3zM11 4C8.8 4 7 5.8 7 8s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4m0 2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m0 7c-2.7 0-8 1.3-8 4v3h9.5c-.3-.6-.4-1.2-.5-1.9H4.9V17c0-.6 3.1-2.1 6.1-2.1.5 0 1 .1 1.5.1.3-.6.6-1.2 1.1-1.7-1-.2-1.9-.3-2.6-.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-arrow-up.svg b/mkdocs-material/material/templates/.icons/material/account-arrow-up.svg new file mode 100644 index 0000000..95a1b66 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-arrow-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 17v4h2v-4h2l-3-3-3 3zM11 4C8.8 4 7 5.8 7 8s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4m0 10c-4.4 0-8 1.8-8 4v2h9.5c-.3-.8-.5-1.6-.5-2.5 0-1.2.3-2.3.9-3.4-.6 0-1.2-.1-1.9-.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-badge-outline.svg b/mkdocs-material/material/templates/.icons/material/account-badge-outline.svg new file mode 100644 index 0000000..639a43f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-badge-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 20H4v-3c0-2.7 5.3-4 8-4 1.5 0 3.9.4 5.7 1.3-.8.3-1.4.7-2 1.2-1.1-.4-2.4-.6-3.7-.6-3 0-6.1 1.5-6.1 2.1v1.1h8.3c-.1.4-.2.9-.2 1.4zm9-.5c0 1.9-1.6 3.5-3.5 3.5S16 21.4 16 19.5s1.6-3.5 3.5-3.5 3.5 1.6 3.5 3.5M12 6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m0-2C9.8 4 8 5.8 8 8s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-badge.svg b/mkdocs-material/material/templates/.icons/material/account-badge.svg new file mode 100644 index 0000000..a4c29d7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-badge.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 19.5c0-2 1.1-3.8 2.7-4.7-1.3-.5-2.9-.8-4.7-.8-4.4 0-8 1.8-8 4v2h10zm5.5-3.5c-1.9 0-3.5 1.6-3.5 3.5s1.6 3.5 3.5 3.5 3.5-1.6 3.5-3.5-1.6-3.5-3.5-3.5M16 8c0 2.2-1.8 4-4 4s-4-1.8-4-4 1.8-4 4-4 4 1.8 4 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-box-edit-outline.svg b/mkdocs-material/material/templates/.icons/material/account-box-edit-outline.svg new file mode 100644 index 0000000..5a33244 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-box-edit-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.7 13.58-1.28-1.28a.55.55 0 0 0-.77 0l-1 1 2.05 2.05 1-1a.55.55 0 0 0 0-.77M12 22h2.06l6.05-6.07-2.05-2.05L12 19.94zm-2-1H5c-.53 0-1.04-.21-1.41-.59C3.21 20.04 3 19.53 3 19V5c0-.53.21-1.04.59-1.41C3.96 3.21 4.47 3 5 3h14a2 2 0 0 1 2 2v5.33a2.57 2.57 0 0 0-2 .03V5H5v14h5.11l-.11.11zm4.62-6.5L12.11 17H7.5v-.75c0-1.5 3-2.25 4.5-2.25.7 0 1.73.16 2.62.5m-1.03-2.91c-.42.41-.99.66-1.59.66s-1.17-.25-1.59-.66A2.3 2.3 0 0 1 9.75 10c0-.6.25-1.17.66-1.59.42-.41.99-.66 1.59-.66s1.17.25 1.59.66c.41.42.66.99.66 1.59s-.25 1.17-.66 1.59"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-box-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/account-box-minus-outline.svg new file mode 100644 index 0000000..cb8507f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-box-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.4 14.15c-.67.8-1.14 1.78-1.32 2.85H7.5v-.75c0-1.5 3-2.25 4.5-2.25.39 0 .88.05 1.4.15M19 5v7.08c.72.12 1.39.37 2 .72V5a2 2 0 0 0-2-2H5c-.53 0-1.04.21-1.41.59C3.21 3.96 3 4.47 3 5v14c0 .53.21 1.04.59 1.41.37.38.88.59 1.41.59h7.8c-.35-.61-.6-1.28-.72-2H5V5zm-7 7.25c.6 0 1.17-.25 1.59-.66.41-.42.66-.99.66-1.59s-.25-1.17-.66-1.59A2.3 2.3 0 0 0 12 7.75c-.6 0-1.17.25-1.59.66-.41.42-.66.99-.66 1.59s.25 1.17.66 1.59c.42.41.99.66 1.59.66M22 17v2h-8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-box-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/account-box-multiple-outline.svg new file mode 100644 index 0000000..7ea77dc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-box-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 6H2v14a2 2 0 0 0 2 2h14v-2H4zm14.5 8.25c0-1.5-3-2.25-4.5-2.25s-4.5.75-4.5 2.25V15h9M14 10.25c1.24 0 2.25-1.01 2.25-2.25S15.24 5.75 14 5.75 11.75 6.76 11.75 8s1.01 2.25 2.25 2.25M20 2H8c-1.1 0-2 .9-2 2v12a2 2 0 0 0 2 2h12c1.11 0 2-.89 2-2V4a2 2 0 0 0-2-2m0 14H8V4h12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-box-multiple.svg b/mkdocs-material/material/templates/.icons/material/account-box-multiple.svg new file mode 100644 index 0000000..ada22e8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-box-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 6H2v14a2 2 0 0 0 2 2h14v-2H4zm16-4a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm-3 5a3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3m-9 8v1h12v-1c0-2-4-3.1-6-3.1S8 13 8 15"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-box-outline.svg b/mkdocs-material/material/templates/.icons/material/account-box-outline.svg new file mode 100644 index 0000000..b8d6004 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 19H5V5h14m0-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-2.5 13.25c0-1.5-3-2.25-4.5-2.25s-4.5.75-4.5 2.25V17h9M12 12.25A2.25 2.25 0 0 0 14.25 10 2.25 2.25 0 0 0 12 7.75 2.25 2.25 0 0 0 9.75 10 2.25 2.25 0 0 0 12 12.25"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-box-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/account-box-plus-outline.svg new file mode 100644 index 0000000..0a29253 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-box-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.4 14.15c-.67.8-1.14 1.78-1.32 2.85H7.5v-.75c0-1.5 3-2.25 4.5-2.25.39 0 .88.05 1.4.15M19 5v7.08c.72.12 1.39.37 2 .72V5a2 2 0 0 0-2-2H5c-.53 0-1.04.21-1.41.59C3.21 3.96 3 4.47 3 5v14c0 .53.21 1.04.59 1.41.37.38.88.59 1.41.59h7.8c-.35-.61-.6-1.28-.72-2H5V5zm-7 7.25c.6 0 1.17-.25 1.59-.66.41-.42.66-.99.66-1.59s-.25-1.17-.66-1.59A2.3 2.3 0 0 0 12 7.75c-.6 0-1.17.25-1.59.66-.41.42-.66.99-.66 1.59s.25 1.17.66 1.59c.42.41.99.66 1.59.66M17 14h2v3h3v2h-3v3h-2v-3h-3v-2h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-box.svg b/mkdocs-material/material/templates/.icons/material/account-box.svg new file mode 100644 index 0000000..7c6f5ac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 17c0-2 4-3.1 6-3.1s6 1.1 6 3.1v1H6m9-9a3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3 3 3 0 0 1 3 3M3 5v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-cancel-outline.svg b/mkdocs-material/material/templates/.icons/material/account-cancel-outline.svg new file mode 100644 index 0000000..9703403 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-cancel-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 4a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4m0 2a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2m0 7c-2.67 0-8 1.33-8 4v3h9.5a6.5 6.5 0 0 1-.47-1.9H3.9V17c0-.64 3.13-2.1 6.1-2.1.5 0 1 .05 1.5.13a6.5 6.5 0 0 1 1.05-1.74C11.61 13.1 10.71 13 10 13m7.5 0C15 13 13 15 13 17.5s2 4.5 4.5 4.5 4.5-2 4.5-4.5-2-4.5-4.5-4.5m0 1.5c1.66 0 3 1.34 3 3 0 .56-.15 1.08-.42 1.5L16 14.92c.42-.27.94-.42 1.5-.42M14.92 16 19 20.08c-.42.27-.94.42-1.5.42-1.66 0-3-1.34-3-3 0-.56.15-1.08.42-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-cancel.svg b/mkdocs-material/material/templates/.icons/material/account-cancel.svg new file mode 100644 index 0000000..59770f5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-cancel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 4a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4m7.5 9C15 13 13 15 13 17.5s2 4.5 4.5 4.5 4.5-2 4.5-4.5-2-4.5-4.5-4.5M10 14c-4.42 0-8 1.79-8 4v2h9.5a6.5 6.5 0 0 1-.5-2.5 6.5 6.5 0 0 1 .95-3.36c-.63-.08-1.27-.14-1.95-.14m7.5.5c1.66 0 3 1.34 3 3 0 .56-.15 1.08-.42 1.5L16 14.92c.42-.27.94-.42 1.5-.42M14.92 16 19 20.08c-.42.27-.94.42-1.5.42-1.66 0-3-1.34-3-3 0-.56.15-1.08.42-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-card-outline.svg b/mkdocs-material/material/templates/.icons/material/account-card-outline.svg new file mode 100644 index 0000000..2809f79 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-card-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 4C4.8 4 3 5.8 3 8s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4m0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2m-7 8c0-2.2 3.1-4 7-4 1.5 0 2.9.3 4 .7V17c-.8-.5-2.2-1-4-1-3.2 0-5 1.4-5 2h9v2H0zM22 4h-7c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h7c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m0 14h-7V6h7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-card.svg b/mkdocs-material/material/templates/.icons/material/account-card.svg new file mode 100644 index 0000000..14b0b1c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-card.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 12c2.2 0 4-1.8 4-4S9.2 4 7 4 3 5.8 3 8s1.8 4 4 4m4 8v-5.3c-1.1-.4-2.5-.7-4-.7-3.9 0-7 1.8-7 4v2zm4-16c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h7c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-cash-outline.svg b/mkdocs-material/material/templates/.icons/material/account-cash-outline.svg new file mode 100644 index 0000000..bfee925 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-cash-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 11.5a2.5 2.5 0 0 1 5 0 2.5 2.5 0 0 1-5 0M13 3v17h11V3zm9 13c-1.1 0-2 .9-2 2h-3a2 2 0 0 0-2-2V7c1.11 0 2-.89 2-2h3a2 2 0 0 0 2 2zM7 6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m0-2C4.79 4 3 5.79 3 8s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4m0 10c-3.87 0-7 1.79-7 4v2h11v-2H2c0-.58 1.75-2 5-2 1.83 0 3.17.45 4 .95v-2.23C9.87 14.27 8.5 14 7 14"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-cash.svg b/mkdocs-material/material/templates/.icons/material/account-cash.svg new file mode 100644 index 0000000..306b9d5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-cash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 8c0 2.21-1.79 4-4 4s-4-1.79-4-4 1.79-4 4-4 4 1.79 4 4m0 6.72V20H0v-2c0-2.21 3.13-4 7-4 1.5 0 2.87.27 4 .72M24 20H13V3h11zm-8-8.5a2.5 2.5 0 0 1 5 0 2.5 2.5 0 0 1-5 0M22 7a2 2 0 0 1-2-2h-3c0 1.11-.89 2-2 2v9a2 2 0 0 1 2 2h3c0-1.1.9-2 2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-check-outline.svg b/mkdocs-material/material/templates/.icons/material/account-check-outline.svg new file mode 100644 index 0000000..6165cb0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.1 12.5 1.4 1.41-6.53 6.59L12.5 17l1.4-1.41 2.07 2.08zM11 4a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m0 2a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m0 7c.68 0 1.5.09 2.41.26l-1.67 1.67-.74-.03c-2.97 0-6.1 1.46-6.1 2.1v1.1h6.2L13 20H3v-3c0-2.66 5.33-4 8-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-check.svg b/mkdocs-material/material/templates/.icons/material/account-check.svg new file mode 100644 index 0000000..81923ad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.1 12.5 1.4 1.41-6.53 6.59L12.5 17l1.4-1.41 2.07 2.08zM10 17l3 3H3v-2c0-2.21 3.58-4 8-4l1.89.11zm1-13a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-child-circle.svg b/mkdocs-material/material/templates/.icons/material/account-child-circle.svg new file mode 100644 index 0000000..eeefe57 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-child-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 12a1.5 1.5 0 0 1 1.5 1.5A1.5 1.5 0 0 1 12 15a1.5 1.5 0 0 1-1.5-1.5A1.5 1.5 0 0 1 12 12m0-10a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 14c.72 0 1.4.15 2.04.5.64.3.96.7.96 1.17v1.74c1.34-.6 2-1.33 2-2.21v-4.4c0-.8-.5-1.45-1.55-2-1.05-.54-2.2-.8-3.45-.8s-2.4.26-3.45.8C7.5 11.35 7 12 7 12.8v4.4c0 .8.53 1.49 1.63 2.02 1.09.53 2.21.78 3.37.78l1-.08v-2.01L12 18c-1 0-2-.2-2.95-.61.12-.39.48-.7 1.08-.98.59-.28 1.21-.41 1.87-.41m0-12a2.5 2.5 0 0 0-2.5 2.5A2.5 2.5 0 0 0 12 9a2.5 2.5 0 0 0 2.5-2.5A2.5 2.5 0 0 0 12 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-child-outline.svg b/mkdocs-material/material/templates/.icons/material/account-child-outline.svg new file mode 100644 index 0000000..9fdfdb5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-child-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 17c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2m0-7c2.34 0 7 1.16 7 3.5v5.13c0 .87-.69 1.61-1.66 2.16v-7.41c0-.56-2.74-1.84-5.34-1.84s-5.34 1.28-5.34 1.84v5.37c0 .25.65.71 1.62 1.1C9 19 10.93 18.56 12 18.56c1.33 0 4 .66 4 2v.83c-1.37.49-2.93.74-4 .74s-2.62-.25-4-.74c-1.63-.58-3-1.5-3-2.76V13.5c0-2.34 4.66-3.5 7-3.5m0-6.25c-.97 0-1.75.78-1.75 1.75s.78 1.75 1.75 1.75 1.75-.78 1.75-1.75-.78-1.75-1.75-1.75M12 9c-1.93 0-3.5-1.57-3.5-3.5S10.07 2 12 2s3.5 1.57 3.5 3.5S13.93 9 12 9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-child.svg b/mkdocs-material/material/templates/.icons/material/account-child.svg new file mode 100644 index 0000000..d10a427 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-child.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3m0 7c1.63 0 3.12.35 4.5 1.05 1.34.71 2 1.56 2 2.56v5.77c0 1.12-.86 2.06-2.61 2.81V19c0-.95-.86-1.62-2.58-2.03-.56-.13-1-.19-1.31-.19-.87 0-1.7.17-2.46.52-.77.34-1.23.78-1.38 1.31 1.34.53 2.62.8 3.84.8l1-.1v2.63L12 22a9.7 9.7 0 0 1-3.89-.81c-1.75-.75-2.61-1.69-2.61-2.81v-5.77c0-1 .66-1.85 2-2.56Q9.57 9 12 9m0 2a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/account-circle-outline.svg new file mode 100644 index 0000000..7069f0e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2M7.07 18.28c.43-.9 3.05-1.78 4.93-1.78s4.5.88 4.93 1.78A7.9 7.9 0 0 1 12 20c-1.86 0-3.57-.64-4.93-1.72m11.29-1.45c-1.43-1.74-4.9-2.33-6.36-2.33s-4.93.59-6.36 2.33A7.93 7.93 0 0 1 4 12c0-4.41 3.59-8 8-8s8 3.59 8 8c0 1.82-.62 3.5-1.64 4.83M12 6c-1.94 0-3.5 1.56-3.5 3.5S10.06 13 12 13s3.5-1.56 3.5-3.5S13.94 6 12 6m0 5a1.5 1.5 0 0 1-1.5-1.5A1.5 1.5 0 0 1 12 8a1.5 1.5 0 0 1 1.5 1.5A1.5 1.5 0 0 1 12 11"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-circle.svg b/mkdocs-material/material/templates/.icons/material/account-circle.svg new file mode 100644 index 0000000..63df1f2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 19.2c-2.5 0-4.71-1.28-6-3.2.03-2 4-3.1 6-3.1s5.97 1.1 6 3.1a7.23 7.23 0 0 1-6 3.2M12 5a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3m0-3A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10c0-5.53-4.5-10-10-10"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-clock-outline.svg b/mkdocs-material/material/templates/.icons/material/account-clock-outline.svg new file mode 100644 index 0000000..fe64452 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-clock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 14h1.5v2.82l2.44 1.41-.75 1.3L16 17.69zm1-2a5 5 0 0 0-5 5 5 5 0 0 0 5 5 5 5 0 0 0 5-5 5 5 0 0 0-5-5m0-2a7 7 0 0 1 7 7 7 7 0 0 1-7 7c-2.79 0-5.2-1.64-6.33-4H1v-3c0-2.66 5.33-4 8-4 .6 0 1.34.07 2.12.2A6.99 6.99 0 0 1 17 10m-7 7c0-.7.1-1.38.29-2-.42-.07-.86-.1-1.29-.1-2.97 0-6.1 1.46-6.1 2.1v1.1h7.19A7 7 0 0 1 10 17M9 4a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m0 1.9A2.1 2.1 0 0 0 6.9 8 2.1 2.1 0 0 0 9 10.1 2.1 2.1 0 0 0 11.1 8 2.1 2.1 0 0 0 9 5.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-clock.svg b/mkdocs-material/material/templates/.icons/material/account-clock.svg new file mode 100644 index 0000000..83c81b0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-clock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.63 14.1a7 7 0 0 1 9.27-3.47 7 7 0 0 1 3.47 9.27A6.98 6.98 0 0 1 17 24c-2.7 0-5.17-1.56-6.33-4H1v-2c.06-1.14.84-2.07 2.34-2.82S6.72 14.04 9 14c.57 0 1.11.05 1.63.1M9 4c1.12.03 2.06.42 2.81 1.17S12.93 6.86 12.93 8s-.37 2.08-1.12 2.83-1.69 1.12-2.81 1.12-2.06-.37-2.81-1.12S5.07 9.14 5.07 8s.37-2.08 1.12-2.83S7.88 4.03 9 4m8 18a5 5 0 0 0 5-5 5 5 0 0 0-5-5 5 5 0 0 0-5 5 5 5 0 0 0 5 5m-1-8h1.5v2.82l2.44 1.41-.75 1.3L16 17.69z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-cog-outline.svg b/mkdocs-material/material/templates/.icons/material/account-cog-outline.svg new file mode 100644 index 0000000..afadb91 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-cog-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 4a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4m0 2a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2m7 6q-.24 0-.24.24l-.26 1.26c-.22.18-.54.34-.78.5l-1.28-.5c-.08 0-.24 0-.32.1l-.96 1.76c-.08.08-.08.24.08.32l1.04.82v1l-1.04.82c-.08.08-.16.24-.08.32l.96 1.76c.08.1.24.1.32.1l1.28-.5c.24.16.56.32.78.5l.26 1.26q0 .24.24.24h2c.08 0 .24-.08.24-.24l.16-1.26c.32-.18.64-.34.88-.5l1.22.5c.14 0 .3 0 .3-.1l1.04-1.76c.08-.08 0-.24-.08-.32l-1.04-.82v-1l1.04-.82c.08-.08.16-.24.08-.32L21.8 13.6c0-.1-.16-.1-.3-.1l-1.22.5c-.24-.16-.56-.32-.88-.5l-.16-1.26c0-.16-.16-.24-.24-.24zm-7 1c-2.67 0-8 1.33-8 4v3h9.67c-.28-.59-.48-1.23-.58-1.9H3.9V17c0-.64 3.13-2.1 6.1-2.1.43 0 .87.04 1.3.1.2-.64.47-1.24.82-1.79-.78-.13-1.52-.21-2.12-.21m8.04 2.5c.8 0 1.46.66 1.46 1.54 0 .8-.66 1.46-1.46 1.46-.88 0-1.54-.66-1.54-1.46 0-.88.66-1.54 1.54-1.54"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-cog.svg b/mkdocs-material/material/templates/.icons/material/account-cog.svg new file mode 100644 index 0000000..4f0a009 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-cog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 4a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4m7 8a.26.26 0 0 0-.26.21l-.19 1.32c-.3.13-.59.29-.85.47l-1.24-.5c-.11 0-.24 0-.31.13l-1 1.73c-.06.11-.04.24.06.32l1.06.82a4.2 4.2 0 0 0 0 1l-1.06.82a.26.26 0 0 0-.06.32l1 1.73c.06.13.19.13.31.13l1.24-.5c.26.18.54.35.85.47l.19 1.32c.02.12.12.21.26.21h2c.11 0 .22-.09.24-.21l.19-1.32c.3-.13.57-.29.84-.47l1.23.5c.13 0 .26 0 .33-.13l1-1.73a.26.26 0 0 0-.06-.32l-1.07-.82c.02-.17.04-.33.04-.5s-.01-.33-.04-.5l1.06-.82a.26.26 0 0 0 .06-.32l-1-1.73c-.06-.13-.19-.13-.32-.13l-1.23.5c-.27-.18-.54-.35-.85-.47l-.19-1.32A.236.236 0 0 0 19 12zm-7 2c-4.42 0-8 1.79-8 4v2h9.68a7 7 0 0 1-.68-3 7 7 0 0 1 .64-2.91c-.53-.06-1.08-.09-1.64-.09m8 1.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5c-.84 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-convert-outline.svg b/mkdocs-material/material/templates/.icons/material/account-convert-outline.svg new file mode 100644 index 0000000..f71c70b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-convert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 0-.66.03 3.81 3.81L16.5 2.5c3.25 1.57 5.59 4.74 5.95 8.5h1.5C23.44 4.84 18.29 0 12 0m0 4c-1.93 0-3.5 1.57-3.5 3.5S10.07 11 12 11s3.5-1.57 3.5-3.5S13.93 4 12 4m0 2c.83 0 1.5.67 1.5 1.5S12.83 9 12 9s-1.5-.67-1.5-1.5S11.17 6 12 6M.05 13C.56 19.16 5.71 24 12 24l.66-.03-3.81-3.81L7.5 21.5c-3.25-1.56-5.59-4.74-5.95-8.5zM12 13c-3.87 0-7 1.57-7 3.5V18h14v-1.5c0-1.93-3.13-3.5-7-3.5m0 2c2.11 0 3.61.53 4.39 1H7.61c.78-.47 2.28-1 4.39-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-convert.svg b/mkdocs-material/material/templates/.icons/material/account-convert.svg new file mode 100644 index 0000000..84f1cb3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-convert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 0-.66.03 3.81 3.81L16.5 2.5c3.25 1.57 5.59 4.74 5.95 8.5h1.5C23.44 4.84 18.29 0 12 0m0 4c-1.93 0-3.5 1.57-3.5 3.5S10.07 11 12 11s3.5-1.57 3.5-3.5S13.93 4 12 4M.05 13C.56 19.16 5.71 24 12 24l.66-.03-3.81-3.81L7.5 21.5c-3.25-1.56-5.59-4.74-5.95-8.5zM12 13c-3.87 0-7 1.57-7 3.5V18h14v-1.5c0-1.93-3.13-3.5-7-3.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-cowboy-hat-outline.svg b/mkdocs-material/material/templates/.icons/material/account-cowboy-hat-outline.svg new file mode 100644 index 0000000..566c2ba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-cowboy-hat-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 4c-.6 0-1 .4-1 1v1h-1.5l-1.4-3c-.1-.2-.2-.4-.4-.5-.5-.5-1.3-.6-2-.3l-.7.2-.7-.3c-.7-.3-1.5-.2-2 .3-.2.2-.3.4-.4.6L7.5 6H6V5c0-.6-.4-1-1-1s-1 .4-1 1v1c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V5c0-.5-.4-1-1-1M4 22v-3c0-2.67 5.33-4 8-4s8 1.33 8 4v3zm14.1-1.9V19c0-.64-3.13-2.1-6.1-2.1S5.9 18.36 5.9 19v1.1zM16 9v1c0 2.21-1.79 4-4 4s-4-1.79-4-4V9h2v1a2 2 0 1 0 4 0V9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-cowboy-hat.svg b/mkdocs-material/material/templates/.icons/material/account-cowboy-hat.svg new file mode 100644 index 0000000..df28d19 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-cowboy-hat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 22H4v-2c0-2.2 3.6-4 8-4s8 1.8 8 4M8 9h8v1c0 2.2-1.8 4-4 4s-4-1.8-4-4m11-6c-.6 0-1 .4-1 1v1h-1.5l-1.4-3c-.1-.2-.2-.4-.4-.5-.5-.5-1.3-.6-2-.3l-.7.2-.7-.3c-.7-.3-1.5-.2-2 .3-.2.2-.3.4-.4.6L7.5 6H6V5c0-.6-.4-1-1-1s-1 .4-1 1v1c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V5c0-.5-.4-1-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-credit-card-outline.svg b/mkdocs-material/material/templates/.icons/material/account-credit-card-outline.svg new file mode 100644 index 0000000..783830d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-credit-card-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 4C4.8 4 3 5.8 3 8s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4m0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2m0 4c-3.9 0-7 1.8-7 4v2h11v-2H2c0-.6 1.8-2 5-2 1.8 0 3.2.5 4 1v-2.2c-1.1-.5-2.5-.8-4-.8M22 4h-7c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h7c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m-6 14h-1V6h1zm6 0h-4V6h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-credit-card.svg b/mkdocs-material/material/templates/.icons/material/account-credit-card.svg new file mode 100644 index 0000000..ab9d7a7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-credit-card.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 12c2.2 0 4-1.8 4-4S9.2 4 7 4 3 5.8 3 8s1.8 4 4 4m4 8v-5.3c-1.1-.4-2.5-.7-4-.7-3.9 0-7 1.8-7 4v2zM22 4h-7c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h7c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m-4 14h-2V6h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-details-outline.svg b/mkdocs-material/material/templates/.icons/material/account-details-outline.svg new file mode 100644 index 0000000..4a47dda --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-details-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 9c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3 3 1.34 3 3m3 11H2v-2c0-2.21 2.69-4 6-4s6 1.79 6 4M7 9c0 .55.45 1 1 1s1-.45 1-1-.45-1-1-1-1 .45-1 1m-3 9h8c0-1.1-1.79-2-4-2s-4 .9-4 2m18-6v2h-9v-2m9-4v2h-9V8m9-4v2h-9V4Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-details.svg b/mkdocs-material/material/templates/.icons/material/account-details.svg new file mode 100644 index 0000000..b362ccc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-details.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 9c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3 3 1.34 3 3m3 11H2v-2c0-2.21 2.69-4 6-4s6 1.79 6 4m8-6v2h-9v-2m9-4v2h-9V8m9-4v2h-9V4Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-edit-outline.svg b/mkdocs-material/material/templates/.icons/material/account-edit-outline.svg new file mode 100644 index 0000000..4f69854 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-edit-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 17v3h8v-1.89H3.9V17c0-.64 3.13-2.1 6.1-2.1.96.01 1.91.14 2.83.38l1.52-1.52c-1.4-.47-2.85-.73-4.35-.76-2.67 0-8 1.33-8 4m8-13C7.79 4 6 5.79 6 8s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4m0 6c-1.1 0-2-.89-2-2s.9-2 2-2 2 .9 2 2-.89 2-2 2m11.7 3.35-1 1-2.05-2 1-1a.55.55 0 0 1 .77 0l1.28 1.28c.21.21.21.56 0 .77M12 18.94l6.06-6.06 2.05 2-6 6.07H12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-edit.svg b/mkdocs-material/material/templates/.icons/material/account-edit.svg new file mode 100644 index 0000000..3354f1e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.7 13.35-1 1-2.05-2.05 1-1a.55.55 0 0 1 .77 0l1.28 1.28c.21.21.21.56 0 .77M12 18.94l6.06-6.06 2.05 2.05L14.06 21H12zM12 14c-4.42 0-8 1.79-8 4v2h6v-1.89l4-4c-.66-.08-1.33-.11-2-.11m0-10a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-eye-outline.svg b/mkdocs-material/material/templates/.icons/material/account-eye-outline.svg new file mode 100644 index 0000000..69080b4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-eye-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4m0-6a2 2 0 1 1 0 4c-1.11 0-2-.89-2-2s.9-2 2-2m-.73 14H2v-3c0-2.67 5.33-4 8-4 1.04 0 2.5.21 3.86.61-.86.34-1.66.81-2.36 1.39-.5-.06-1-.1-1.5-.1-2.97 0-6.1 1.46-6.1 2.1v1.1h5.32c-.02.05-.05.1-.08.15l-.29.75.29.75c.04.08.09.16.13.25M17 18c.56 0 1 .44 1 1s-.44 1-1 1-1-.44-1-1 .44-1 1-1m0-3c-2.73 0-5.06 1.66-6 4 .94 2.34 3.27 4 6 4s5.06-1.66 6-4c-.94-2.34-3.27-4-6-4m0 6.5a2.5 2.5 0 0 1 0-5 2.5 2.5 0 0 1 0 5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-eye.svg b/mkdocs-material/material/templates/.icons/material/account-eye.svg new file mode 100644 index 0000000..79474c4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-eye.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 8c0-2.21 1.79-4 4-4s4 1.79 4 4-1.79 4-4 4-4-1.79-4-4m3.14 11.75L8.85 19l.29-.75c.7-1.75 1.94-3.11 3.47-4.03-.82-.14-1.69-.22-2.61-.22-4.42 0-8 1.79-8 4v2h7.27c-.04-.09-.09-.17-.13-.25M17 18c-.56 0-1 .44-1 1s.44 1 1 1 1-.44 1-1-.44-1-1-1m6 1c-.94 2.34-3.27 4-6 4s-5.06-1.66-6-4c.94-2.34 3.27-4 6-4s5.06 1.66 6 4m-3.5 0a2.5 2.5 0 0 0-5 0 2.5 2.5 0 0 0 5 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-file-outline.svg b/mkdocs-material/material/templates/.icons/material/account-file-outline.svg new file mode 100644 index 0000000..715c15c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-file-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.5 5C9.43 5 11 6.57 11 8.5S9.43 12 7.5 12 4 10.43 4 8.5 5.57 5 7.5 5M1 19v-2.5C1 14.57 4.46 13 7.5 13c1.18 0 2.42.24 3.5.64v1.92c-.82-.34-2.09-.56-3.5-.56C5 15 3 15.67 3 16.5v.5h8v2zm21 0h-8c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h5l4 4v9c0 .55-.45 1-1 1M15 7v10h6v-7h-3V7zM7.5 7C6.67 7 6 7.67 6 8.5S6.67 10 7.5 10 9 9.33 9 8.5 8.33 7 7.5 7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-file-text-outline.svg b/mkdocs-material/material/templates/.icons/material/account-file-text-outline.svg new file mode 100644 index 0000000..649624e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-file-text-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.5 5C9.43 5 11 6.57 11 8.5S9.43 12 7.5 12 4 10.43 4 8.5 5.57 5 7.5 5M1 19v-2.5C1 14.57 4.46 13 7.5 13c1.18 0 2.42.24 3.5.64v1.92c-.82-.34-2.09-.56-3.5-.56C5 15 3 15.67 3 16.5v.5h8v2zm21 0h-8c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h5l4 4v9c0 .55-.45 1-1 1M15 7v10h6v-7h-3V7zM7.5 7C6.67 7 6 7.67 6 8.5S6.67 10 7.5 10 9 9.33 9 8.5 8.33 7 7.5 7m8.5 6h4v2h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-file-text.svg b/mkdocs-material/material/templates/.icons/material/account-file-text.svg new file mode 100644 index 0000000..b0c50fa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-file-text.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.5 5C9.43 5 11 6.57 11 8.5S9.43 12 7.5 12 4 10.43 4 8.5 5.57 5 7.5 5M1 19v-2.5C1 14.57 4.46 13 7.5 13c1.18 0 2.42.24 3.5.64V19zm21 0h-8c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h5l4 4v9c0 .55-.45 1-1 1m-4-9h3v-.17L18.17 7H18zm-3 2v1.5h6V12zm0 3v1.5h6V15z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-file.svg b/mkdocs-material/material/templates/.icons/material/account-file.svg new file mode 100644 index 0000000..ed34748 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-file.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.5 5C9.43 5 11 6.57 11 8.5S9.43 12 7.5 12 4 10.43 4 8.5 5.57 5 7.5 5M1 19v-2.5C1 14.57 4.46 13 7.5 13c1.18 0 2.42.24 3.5.64V19zm21 0h-8c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h5l4 4v9c0 .55-.45 1-1 1m-4-9h3v-.17L18.17 7H18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-filter-outline.svg b/mkdocs-material/material/templates/.icons/material/account-filter-outline.svg new file mode 100644 index 0000000..a7f1733 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-filter-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17 21 1.8 1.77c.5.5 1.2.1 1.2-.49V18l2.8-3.4A1 1 0 0 0 22 13h-7c-.8 0-1.3 1-.8 1.6L17 18zm-2-1H2v-3c0-2.7 5.3-4 8-4 .6 0 1.3.1 2.1.2-.2.6-.1 1.3.1 1.9-.7-.1-1.5-.2-2.2-.2-3 0-6.1 1.5-6.1 2.1v1.1h10.6l.5.6zM10 4C7.8 4 6 5.8 6 8s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4m0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-filter.svg b/mkdocs-material/material/templates/.icons/material/account-filter.svg new file mode 100644 index 0000000..04fbb28 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-filter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 4c2.2 0 4 1.8 4 4s-1.8 4-4 4-4-1.8-4-4 1.8-4 4-4m7 17 1.8 1.77c.5.5 1.2.1 1.2-.49V18l2.8-3.4A1 1 0 0 0 22 13h-7c-.8 0-1.3 1-.8 1.6L17 18zm-2-2.3-2.3-2.8c-.4-.5-.6-1.1-.6-1.7-.7-.2-1.4-.2-2.1-.2-4.4 0-8 1.8-8 4v2h13z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-group-outline.svg b/mkdocs-material/material/templates/.icons/material/account-group-outline.svg new file mode 100644 index 0000000..a80084b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-group-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 5a3.5 3.5 0 0 0-3.5 3.5A3.5 3.5 0 0 0 12 12a3.5 3.5 0 0 0 3.5-3.5A3.5 3.5 0 0 0 12 5m0 2a1.5 1.5 0 0 1 1.5 1.5A1.5 1.5 0 0 1 12 10a1.5 1.5 0 0 1-1.5-1.5A1.5 1.5 0 0 1 12 7M5.5 8A2.5 2.5 0 0 0 3 10.5c0 .94.53 1.75 1.29 2.18.36.2.77.32 1.21.32s.85-.12 1.21-.32c.37-.21.68-.51.91-.87A5.42 5.42 0 0 1 6.5 8.5v-.28c-.3-.14-.64-.22-1-.22m13 0c-.36 0-.7.08-1 .22v.28c0 1.2-.39 2.36-1.12 3.31.12.19.25.34.4.49a2.482 2.482 0 0 0 1.72.7c.44 0 .85-.12 1.21-.32.76-.43 1.29-1.24 1.29-2.18A2.5 2.5 0 0 0 18.5 8M12 14c-2.34 0-7 1.17-7 3.5V19h14v-1.5c0-2.33-4.66-3.5-7-3.5m-7.29.55C2.78 14.78 0 15.76 0 17.5V19h3v-1.93c0-1.01.69-1.85 1.71-2.52m14.58 0c1.02.67 1.71 1.51 1.71 2.52V19h3v-1.5c0-1.74-2.78-2.72-4.71-2.95M12 16c1.53 0 3.24.5 4.23 1H7.77c.99-.5 2.7-1 4.23-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-group.svg b/mkdocs-material/material/templates/.icons/material/account-group.svg new file mode 100644 index 0000000..ef2336a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-group.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 5.5A3.5 3.5 0 0 1 15.5 9a3.5 3.5 0 0 1-3.5 3.5A3.5 3.5 0 0 1 8.5 9 3.5 3.5 0 0 1 12 5.5M5 8c.56 0 1.08.15 1.53.42-.15 1.43.27 2.85 1.13 3.96C7.16 13.34 6.16 14 5 14a3 3 0 0 1-3-3 3 3 0 0 1 3-3m14 0a3 3 0 0 1 3 3 3 3 0 0 1-3 3c-1.16 0-2.16-.66-2.66-1.62a5.54 5.54 0 0 0 1.13-3.96c.45-.27.97-.42 1.53-.42M5.5 18.25c0-2.07 2.91-3.75 6.5-3.75s6.5 1.68 6.5 3.75V20h-13zM0 20v-1.5c0-1.39 1.89-2.56 4.45-2.9-.59.68-.95 1.62-.95 2.65V20zm24 0h-3.5v-1.75c0-1.03-.36-1.97-.95-2.65 2.56.34 4.45 1.51 4.45 2.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-hard-hat-outline.svg b/mkdocs-material/material/templates/.icons/material/account-hard-hat-outline.svg new file mode 100644 index 0000000..3e279d6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-hard-hat-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 9c0 5.33-8 5.33-8 0h2c0 2.67 4 2.67 4 0m6 9v3H4v-3c0-2.67 5.33-4 8-4s8 1.33 8 4m-1.9 0c0-.64-3.13-2.1-6.1-2.1S5.9 17.36 5.9 18v1.1h12.2M12.5 2c.28 0 .5.22.5.5v3h1V3a3.89 3.89 0 0 1 2.25 3.75s.7.14.75 1.25H7c0-1.11.75-1.25.75-1.25A3.89 3.89 0 0 1 10 3v2.5h1v-3c0-.28.22-.5.5-.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-hard-hat.svg b/mkdocs-material/material/templates/.icons/material/account-hard-hat.svg new file mode 100644 index 0000000..3fdb913 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-hard-hat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 15c-4.42 0-8 1.79-8 4v2h16v-2c0-2.21-3.58-4-8-4M8 9a4 4 0 0 0 4 4 4 4 0 0 0 4-4m-4.5-7c-.3 0-.5.21-.5.5v3h-1V3s-2.25.86-2.25 3.75c0 0-.75.14-.75 1.25h10c-.05-1.11-.75-1.25-.75-1.25C16.25 3.86 14 3 14 3v2.5h-1v-3c0-.29-.19-.5-.5-.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-heart-outline.svg b/mkdocs-material/material/templates/.icons/material/account-heart-outline.svg new file mode 100644 index 0000000..50b96cb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-heart-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m5 15-.6-.5C2.4 12.6 1 11.4 1 9.9c0-1.2 1-2.2 2.2-2.2.7 0 1.4.3 1.8.8.4-.5 1.1-.8 1.8-.8C8 7.7 9 8.6 9 9.9c0 1.5-1.4 2.7-3.4 4.6zM15 4a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4m0 6.1A2.1 2.1 0 0 1 12.9 8 2.1 2.1 0 0 1 15 5.9a2.1 2.1 0 1 1 0 4.2m0 2.9c-2.67 0-8 1.33-8 4v3h16v-3c0-2.67-5.33-4-8-4m6.1 5.1H8.9V17c0-.64 3.1-2.1 6.1-2.1 2.97 0 6.1 1.46 6.1 2.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-heart.svg b/mkdocs-material/material/templates/.icons/material/account-heart.svg new file mode 100644 index 0000000..e6fc3ba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-heart.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 14c-2.7 0-8 1.3-8 4v2h16v-2c0-2.7-5.3-4-8-4m0-2a4 4 0 0 0 4-4 4 4 0 0 0-4-4 4 4 0 0 0-4 4 4 4 0 0 0 4 4M5 15l-.6-.5C2.4 12.6 1 11.4 1 9.9c0-1.2 1-2.2 2.2-2.2.7 0 1.4.3 1.8.8.4-.5 1.1-.8 1.8-.8C8 7.7 9 8.6 9 9.9c0 1.5-1.4 2.7-3.4 4.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-injury-outline.svg b/mkdocs-material/material/templates/.icons/material/account-injury-outline.svg new file mode 100644 index 0000000..7a7cf85 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-injury-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 10c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4m0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m6.39 8.56C16.71 11.7 14.53 11 12 11s-4.71.7-6.39 1.56A2.97 2.97 0 0 0 4 15.22V22h2v-6.78c0-.38.2-.72.5-.88C7.71 13.73 9.63 13 12 13c.76 0 1.47.07 2.13.2l-1.55 3.3H9.75C8.23 16.5 7 17.73 7 19.25S8.23 22 9.75 22H18c1.1 0 2-.9 2-2v-4.78c0-1.12-.61-2.15-1.61-2.66M10.94 20H9.75c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1.89zM18 20h-4.85l2.94-6.27c.54.2 1.01.41 1.41.61.3.16.5.5.5.88z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-injury.svg b/mkdocs-material/material/templates/.icons/material/account-injury.svg new file mode 100644 index 0000000..73f9fb6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-injury.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 6c0-2.21 1.79-4 4-4s4 1.79 4 4-1.79 4-4 4-4-1.79-4-4m9 16h1c1.1 0 2-.9 2-2v-4.78c0-1.12-.61-2.15-1.61-2.66-.43-.22-.89-.43-1.39-.62zm-4.66-5L15 11.33c-.93-.21-1.93-.33-3-.33-2.53 0-4.71.7-6.39 1.56A2.97 2.97 0 0 0 4 15.22V22h2.34c-.22-.45-.34-.96-.34-1.5C6 18.57 7.57 17 9.5 17zM10 22l1.41-3H9.5c-.83 0-1.5.67-1.5 1.5S8.67 22 9.5 22z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-key-outline.svg b/mkdocs-material/material/templates/.icons/material/account-key-outline.svg new file mode 100644 index 0000000..bae6c8f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-key-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.8 10C5.4 8.8 4.3 8 3 8c-1.7 0-3 1.3-3 3s1.3 3 3 3c1.3 0 2.4-.8 2.8-2H7v2h2v-2h2v-2zM3 12c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1m13-8c-2.2 0-4 1.8-4 4s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4m0 6.1c-1.2 0-2.1-.9-2.1-2.1s.9-2.1 2.1-2.1 2.1.9 2.1 2.1-.9 2.1-2.1 2.1m0 2.9c-2.7 0-8 1.3-8 4v3h16v-3c0-2.7-5.3-4-8-4m6.1 5.1H9.9V17c0-.6 3.1-2.1 6.1-2.1s6.1 1.5 6.1 2.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-key.svg b/mkdocs-material/material/templates/.icons/material/account-key.svg new file mode 100644 index 0000000..78a4128 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-key.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 10v2H9v2H7v-2H5.8c-.4 1.2-1.5 2-2.8 2-1.7 0-3-1.3-3-3s1.3-3 3-3c1.3 0 2.4.8 2.8 2zm-8 0c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1-.4-1-1-1m13 4c2.7 0 8 1.3 8 4v2H8v-2c0-2.7 5.3-4 8-4m0-2c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-lock-open-outline.svg b/mkdocs-material/material/templates/.icons/material/account-lock-open-outline.svg new file mode 100644 index 0000000..81d7020 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-lock-open-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4m0-6a2 2 0 1 1 0 4c-1.11 0-2-.89-2-2s.9-2 2-2m2 14H2v-3c0-2.67 5.33-4 8-4 .91 0 2.13.16 3.35.47-.09.33-.15.68-.15 1.03v.89c-.98-.29-2.1-.49-3.2-.49-2.97 0-6.1 1.46-6.1 2.1v1.1H12V20m8.8-3h-4.3v-2.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3v.5h1.3v-.5c0-1.4-1.4-2.5-2.8-2.5s-2.8 1.1-2.8 2.5V17c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-lock-open.svg b/mkdocs-material/material/templates/.icons/material/account-lock-open.svg new file mode 100644 index 0000000..0758e09 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-lock-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 8c0-2.21 1.79-4 4-4s4 1.79 4 4-1.79 4-4 4-4-1.79-4-4m6 10.2c0-.96.5-1.86 1.2-2.46V14.5c0-.05.02-.11.02-.16-.99-.22-2.07-.34-3.22-.34-4.42 0-8 1.79-8 4v2h10zm10 .1v3.5c0 .6-.6 1.2-1.3 1.2h-5.5c-.6 0-1.2-.6-1.2-1.3v-3.5c0-.6.6-1.2 1.2-1.2v-2.5c0-1.4 1.4-2.5 2.8-2.5s2.8 1.1 2.8 2.5v.5h-1.3v-.5c0-.8-.7-1.3-1.5-1.3s-1.5.5-1.5 1.3V17h4.3c.6 0 1.2.6 1.2 1.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-lock-outline.svg b/mkdocs-material/material/templates/.icons/material/account-lock-outline.svg new file mode 100644 index 0000000..a872d53 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-lock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4m0-6a2 2 0 1 1 0 4c-1.11 0-2-.89-2-2s.9-2 2-2m2 14H2v-3c0-2.67 5.33-4 8-4 1 0 2.38.19 3.71.56-.3.56-.48 1.18-.5 1.83-.98-.29-2.1-.49-3.21-.49-2.97 0-6.1 1.46-6.1 2.1v1.1H12V20m8.8-3v-1.5c0-1.4-1.4-2.5-2.8-2.5s-2.8 1.1-2.8 2.5V17c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3m-1.3 0h-3v-1.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-lock.svg b/mkdocs-material/material/templates/.icons/material/account-lock.svg new file mode 100644 index 0000000..6ff8dc5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 8c0-2.21 1.79-4 4-4s4 1.79 4 4-1.79 4-4 4-4-1.79-4-4m6 10.2c0-.96.5-1.86 1.2-2.46v-.24c0-.39.07-.76.18-1.12-1.03-.24-2.17-.38-3.38-.38-4.42 0-8 1.79-8 4v2h10zm10 .1v3.5c0 .6-.6 1.2-1.3 1.2h-5.5c-.6 0-1.2-.6-1.2-1.3v-3.5c0-.6.6-1.2 1.2-1.2v-1.5c0-1.4 1.4-2.5 2.8-2.5s2.8 1.1 2.8 2.5V17c.6 0 1.2.6 1.2 1.3m-2.5-2.8c0-.8-.7-1.3-1.5-1.3s-1.5.5-1.5 1.3V17h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/account-minus-outline.svg new file mode 100644 index 0000000..b59f026 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 4a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4m0 1.9a2.1 2.1 0 1 1 0 4.2A2.1 2.1 0 0 1 12.9 8 2.1 2.1 0 0 1 15 5.9M1 10v2h8v-2zm14 3c-2.67 0-8 1.33-8 4v3h16v-3c0-2.67-5.33-4-8-4m0 1.9c2.97 0 6.1 1.46 6.1 2.1v1.1H8.9V17c0-.64 3.1-2.1 6.1-2.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-minus.svg b/mkdocs-material/material/templates/.icons/material/account-minus.svg new file mode 100644 index 0000000..9f9cf16 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 14c-2.67 0-8 1.33-8 4v2h16v-2c0-2.67-5.33-4-8-4M1 10v2h8v-2m6 2a4 4 0 0 0 4-4 4 4 0 0 0-4-4 4 4 0 0 0-4 4 4 4 0 0 0 4 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-multiple-check-outline.svg b/mkdocs-material/material/templates/.icons/material/account-multiple-check-outline.svg new file mode 100644 index 0000000..1207981 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-multiple-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 11a3 3 0 1 0-3-3 3 3 0 0 0 3 3m0-4a1 1 0 1 1-1 1 1 1 0 0 1 1-1m4.11 3.86a5 5 0 0 0 0-5.72A2.9 2.9 0 0 1 18 5a3 3 0 0 1 0 6 2.9 2.9 0 0 1-.89-.14M13 13c-6 0-6 4-6 4v2h12v-2s0-4-6-4m-4 4c0-.29.32-2 4-2 3.5 0 3.94 1.56 4 2m7 0v2h-3v-2a5.6 5.6 0 0 0-1.8-3.94C24 13.55 24 17 24 17M7.34 8.92l1.16 1.41-4.75 4.75-2.75-3 1.16-1.16 1.59 1.58z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-multiple-check.svg b/mkdocs-material/material/templates/.icons/material/account-multiple-check.svg new file mode 100644 index 0000000..cc38778 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-multiple-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 17v2H7v-2s0-4 6-4 6 4 6 4m-3-9a3 3 0 1 0-3 3 3 3 0 0 0 3-3m3.2 5.06A5.6 5.6 0 0 1 21 17v2h3v-2s0-3.45-4.8-3.94M18 5a2.9 2.9 0 0 0-.89.14 5 5 0 0 1 0 5.72A2.9 2.9 0 0 0 18 11a3 3 0 0 0 0-6M7.34 8.92l1.16 1.41-4.75 4.75-2.75-3 1.16-1.16 1.59 1.58z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-multiple-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/account-multiple-minus-outline.svg new file mode 100644 index 0000000..04222c1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-multiple-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 11a3 3 0 1 0-3-3 3 3 0 0 0 3 3m0-4a1 1 0 1 1-1 1 1 1 0 0 1 1-1m4.11 3.86a5 5 0 0 0 0-5.72A2.9 2.9 0 0 1 18 5a3 3 0 0 1 0 6 2.9 2.9 0 0 1-.89-.14M13 13c-6 0-6 4-6 4v2h12v-2s0-4-6-4m-4 4c0-.29.32-2 4-2 3.5 0 3.94 1.56 4 2m7 0v2h-3v-2a5.6 5.6 0 0 0-1.8-3.94C24 13.55 24 17 24 17M8 12H0v-2h8Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-multiple-minus.svg b/mkdocs-material/material/templates/.icons/material/account-multiple-minus.svg new file mode 100644 index 0000000..5097fae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-multiple-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 17v2H7v-2s0-4 6-4 6 4 6 4m-3-9a3 3 0 1 0-3 3 3 3 0 0 0 3-3m3.2 5.06A5.6 5.6 0 0 1 21 17v2h3v-2s0-3.45-4.8-3.94M18 5a2.9 2.9 0 0 0-.89.14 5 5 0 0 1 0 5.72A2.9 2.9 0 0 0 18 11a3 3 0 0 0 0-6M8 10H0v2h8Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/account-multiple-outline.svg new file mode 100644 index 0000000..05b1034 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.07 10.41a5 5 0 0 0 0-5.82A3.4 3.4 0 0 1 15 4a3.5 3.5 0 0 1 0 7 3.4 3.4 0 0 1-1.93-.59M5.5 7.5A3.5 3.5 0 1 1 9 11a3.5 3.5 0 0 1-3.5-3.5m2 0A1.5 1.5 0 1 0 9 6a1.5 1.5 0 0 0-1.5 1.5M16 17v2H2v-2s0-4 7-4 7 4 7 4m-2 0c-.14-.78-1.33-2-5-2s-4.93 1.31-5 2m11.95-4A5.32 5.32 0 0 1 18 17v2h4v-2s0-3.63-6.06-4Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-multiple-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/account-multiple-plus-outline.svg new file mode 100644 index 0000000..0a935c2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-multiple-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 11a3 3 0 1 0-3-3 3 3 0 0 0 3 3m0-4a1 1 0 1 1-1 1 1 1 0 0 1 1-1m4.11 3.86a5 5 0 0 0 0-5.72A2.9 2.9 0 0 1 18 5a3 3 0 0 1 0 6 2.9 2.9 0 0 1-.89-.14M13 13c-6 0-6 4-6 4v2h12v-2s0-4-6-4m-4 4c0-.29.32-2 4-2 3.5 0 3.94 1.56 4 2m7 0v2h-3v-2a5.6 5.6 0 0 0-1.8-3.94C24 13.55 24 17 24 17M8 12H5v3H3v-3H0v-2h3V7h2v3h3Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-multiple-plus.svg b/mkdocs-material/material/templates/.icons/material/account-multiple-plus.svg new file mode 100644 index 0000000..5c02a14 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-multiple-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 17v2H7v-2s0-4 6-4 6 4 6 4m-3-9a3 3 0 1 0-3 3 3 3 0 0 0 3-3m3.2 5.06A5.6 5.6 0 0 1 21 17v2h3v-2s0-3.45-4.8-3.94M18 5a2.9 2.9 0 0 0-.89.14 5 5 0 0 1 0 5.72A2.9 2.9 0 0 0 18 11a3 3 0 0 0 0-6M8 10H5V7H3v3H0v2h3v3h2v-3h3Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-multiple-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/account-multiple-remove-outline.svg new file mode 100644 index 0000000..d968f32 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-multiple-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 17v2h-3v-2c0-1.55-.7-2.94-1.82-3.94C24 13.55 24 17 24 17M18 5c1.66 0 3 1.34 3 3a2.996 2.996 0 0 1-3.9 2.86c.57-.81.9-1.79.9-2.86 0-1.06-.33-2.05-.9-2.86.28-.09.59-.14.9-.14m-5 0c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3m6 12v2H7v-2c0-2.21 2.69-4 6-4s6 1.79 6 4M13 7c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1m0 8c-2.21 0-4 .9-4 2h8c0-1.1-1.79-2-4-2M.464 13.12 2.59 11 .464 8.88 1.88 7.46 4 9.59l2.12-2.13 1.42 1.42L5.41 11l2.13 2.12-1.42 1.42L4 12.41l-2.12 2.13Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-multiple-remove.svg b/mkdocs-material/material/templates/.icons/material/account-multiple-remove.svg new file mode 100644 index 0000000..049c91b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-multiple-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 17v2h-3v-2c0-1.55-.7-2.94-1.82-3.94C24 13.55 24 17 24 17M18 5c1.66 0 3 1.34 3 3a2.996 2.996 0 0 1-3.9 2.86c.57-.81.9-1.79.9-2.86 0-1.06-.33-2.05-.9-2.86.28-.09.59-.14.9-.14m-5 0c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3m6 12v2H7v-2c0-2.21 2.69-4 6-4s6 1.79 6 4M.464 13.12 2.59 11 .464 8.88 1.88 7.46 4 9.59l2.12-2.13 1.42 1.42L5.41 11l2.13 2.12-1.42 1.42L4 12.41l-2.12 2.13Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-multiple.svg b/mkdocs-material/material/templates/.icons/material/account-multiple.svg new file mode 100644 index 0000000..8a217cd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 17v2H2v-2s0-4 7-4 7 4 7 4m-3.5-9.5A3.5 3.5 0 1 0 9 11a3.5 3.5 0 0 0 3.5-3.5m3.44 5.5A5.32 5.32 0 0 1 18 17v2h4v-2s0-3.63-6.06-4M15 4a3.4 3.4 0 0 0-1.93.59 5 5 0 0 1 0 5.82A3.4 3.4 0 0 0 15 11a3.5 3.5 0 0 0 0-7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-music-outline.svg b/mkdocs-material/material/templates/.icons/material/account-music-outline.svg new file mode 100644 index 0000000..54f248e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-music-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 4a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m0 2a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m0 7c1.1 0 2.66.23 4.11.69-.61.38-1.11.91-1.5 1.54-.82-.2-1.72-.33-2.61-.33-2.97 0-6.1 1.46-6.1 2.1v1.1h8.14c.09.7.34 1.34.72 1.9H3v-3c0-2.66 5.33-4 8-4m7.5-3H22v2h-2v5.5a2.5 2.5 0 0 1-2.5 2.5 2.5 2.5 0 0 1-2.5-2.5 2.5 2.5 0 0 1 2.5-2.5c.36 0 .69.07 1 .21z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-music.svg b/mkdocs-material/material/templates/.icons/material/account-music.svg new file mode 100644 index 0000000..e3c7dad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-music.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 14c1 0 2.05.16 3.2.44-.81.87-1.2 1.89-1.2 3.06 0 .89.25 1.73.78 2.5H3v-2c0-1.19.91-2.15 2.74-2.88C7.57 14.38 9.33 14 11 14m0-2c-1.08 0-2-.39-2.82-1.17C7.38 10.05 7 9.11 7 8c0-1.08.38-2 1.18-2.82C9 4.38 9.92 4 11 4c1.11 0 2.05.38 2.83 1.18C14.61 6 15 6.92 15 8c0 1.11-.39 2.05-1.17 2.83S12.11 12 11 12m7.5-2H22v2h-2v5.5a2.5 2.5 0 0 1-2.5 2.5 2.5 2.5 0 0 1-2.5-2.5 2.5 2.5 0 0 1 2.5-2.5c.36 0 .69.07 1 .21z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-network-off-outline.svg b/mkdocs-material/material/templates/.icons/material/account-network-off-outline.svg new file mode 100644 index 0000000..a3bfbed --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-network-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19 15.8-3.25-3.25c1.95.62 3.25 1.71 3.25 2.95zm-5.97-5.97L8.67 5.47A3.49 3.49 0 0 1 12 3c1.93 0 3.5 1.57 3.5 3.5 0 1.57-1.04 2.89-2.47 3.33M12 8c.83 0 1.5-.67 1.5-1.5S12.83 5 12 5s-1.5.67-1.5 1.5S11.17 8 12 8m10 14h-.43l-.73.73-.73-.73H15c0 .55-.45 1-1 1h-4c-.55 0-1-.45-1-1H2v-2h7c0-.55.45-1 1-1h1v-2H5v-1.5c0-1.62 2.22-3 5.23-3.38L1.11 3l1.28-1.27L22 21.34v.01l.11.11-.11.11zm-8.89-7-1-1H12c-2.11 0-3.61.53-4.39 1zm5 5-3-3H13v2h1c.55 0 1 .45 1 1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-network-off.svg b/mkdocs-material/material/templates/.icons/material/account-network-off.svg new file mode 100644 index 0000000..5ac43bf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-network-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.03 9.83 8.67 5.47A3.49 3.49 0 0 1 12 3c1.93 0 3.5 1.57 3.5 3.5 0 1.57-1.04 2.89-2.47 3.33M19 15.5c0-1.24-1.3-2.33-3.25-2.95L19 15.8zm3 6.5h-.43l-.73.73-.73-.73H15c0 .55-.45 1-1 1h-4c-.55 0-1-.45-1-1H2v-2h7c0-.55.45-1 1-1h1v-2H5v-1.5c0-1.62 2.22-3 5.23-3.38L1.11 3l1.28-1.27L22 21.34v.01l.11.11-.11.11zm-3.89-2-3-3H13v2h1c.55 0 1 .45 1 1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-network-outline.svg b/mkdocs-material/material/templates/.icons/material/account-network-outline.svg new file mode 100644 index 0000000..4b673ae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-network-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 10a3.5 3.5 0 0 0 3.5-3.5A3.5 3.5 0 0 0 12 3a3.5 3.5 0 0 0-3.5 3.5A3.5 3.5 0 0 0 12 10m0-5a1.5 1.5 0 0 1 1.5 1.5A1.5 1.5 0 0 1 12 8a1.5 1.5 0 0 1-1.5-1.5A1.5 1.5 0 0 1 12 5m3 15a1 1 0 0 0-1-1h-1v-2h6v-1.5c0-1.93-3.13-3.5-7-3.5s-7 1.57-7 3.5V17h6v2h-1a1 1 0 0 0-1 1H2v2h7a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1h7v-2zm-7.39-5c.78-.47 2.28-1 4.39-1s3.61.53 4.39 1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-network.svg b/mkdocs-material/material/templates/.icons/material/account-network.svg new file mode 100644 index 0000000..500f565 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-network.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 17v2h1a1 1 0 0 1 1 1h7v2h-7a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1H2v-2h7a1 1 0 0 1 1-1h1v-2H5v-1.5c0-1.93 3.13-3.5 7-3.5s7 1.57 7 3.5V17zM12 3a3.5 3.5 0 0 1 3.5 3.5A3.5 3.5 0 0 1 12 10a3.5 3.5 0 0 1-3.5-3.5A3.5 3.5 0 0 1 12 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-off-outline.svg b/mkdocs-material/material/templates/.icons/material/account-off-outline.svg new file mode 100644 index 0000000..b512881 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m2.75 7 1.28-1.25L13.26 15 20 21.72 18.73 23l-3-3H4v-3c0-1.86 2.61-3.08 5.09-3.64zM20 17v2.18l-1.9-1.9V17c0-.26-.5-.65-1.3-1L14 13.18c2.71.45 6 1.73 6 3.82M5.9 17v1.1h7.93L10.72 15c-2.53.3-4.82 1.45-4.82 2M12 4a4 4 0 0 1 4 4c0 1.95-1.4 3.58-3.25 3.93L8.07 7.25A4.004 4.004 0 0 1 12 4m0 2a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-off.svg b/mkdocs-material/material/templates/.icons/material/account-off.svg new file mode 100644 index 0000000..1e3ff19 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 4a4 4 0 0 1 4 4c0 1.95-1.4 3.58-3.25 3.93L8.07 7.25A4.004 4.004 0 0 1 12 4m.28 10 6 6L20 21.72 18.73 23l-3-3H4v-2c0-1.84 2.5-3.39 5.87-3.86L2.78 7.05l1.27-1.27zM20 18v1.18l-4.86-4.86C18 14.93 20 16.35 20 18"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-outline.svg b/mkdocs-material/material/templates/.icons/material/account-outline.svg new file mode 100644 index 0000000..0e9ceab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 4a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m0 2a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m0 7c2.67 0 8 1.33 8 4v3H4v-3c0-2.67 5.33-4 8-4m0 1.9c-2.97 0-6.1 1.46-6.1 2.1v1.1h12.2V17c0-.64-3.13-2.1-6.1-2.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/account-plus-outline.svg new file mode 100644 index 0000000..a64cc72 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 4a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4m0 1.9a2.1 2.1 0 1 1 0 4.2A2.1 2.1 0 0 1 12.9 8 2.1 2.1 0 0 1 15 5.9M4 7v3H1v2h3v3h2v-3h3v-2H6V7zm11 6c-2.67 0-8 1.33-8 4v3h16v-3c0-2.67-5.33-4-8-4m0 1.9c2.97 0 6.1 1.46 6.1 2.1v1.1H8.9V17c0-.64 3.1-2.1 6.1-2.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-plus.svg b/mkdocs-material/material/templates/.icons/material/account-plus.svg new file mode 100644 index 0000000..d8908d8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 14c-2.67 0-8 1.33-8 4v2h16v-2c0-2.67-5.33-4-8-4m-9-4V7H4v3H1v2h3v3h2v-3h3v-2m6 2a4 4 0 0 0 4-4 4 4 0 0 0-4-4 4 4 0 0 0-4 4 4 4 0 0 0 4 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-question-outline.svg b/mkdocs-material/material/templates/.icons/material/account-question-outline.svg new file mode 100644 index 0000000..7f5634d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-question-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.5 14.5V16H19v-1.5zm-2-5H17V9a3 3 0 0 1 3-3 3 3 0 0 1 3 3c0 .97-.5 1.88-1.29 2.41l-.3.19c-.57.4-.91 1.01-.91 1.7v.2H19v-.2c0-1.19.6-2.3 1.59-2.95l.29-.19c.39-.26.62-.69.62-1.16A1.5 1.5 0 0 0 20 7.5 1.5 1.5 0 0 0 18.5 9zM9 13c2.67 0 8 1.34 8 4v3H1v-3c0-2.66 5.33-4 8-4m0-9a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m0 10.9c-2.97 0-6.1 1.46-6.1 2.1v1.1h12.2V17c0-.64-3.13-2.1-6.1-2.1m0-9A2.1 2.1 0 0 0 6.9 8 2.1 2.1 0 0 0 9 10.1 2.1 2.1 0 0 0 11.1 8 2.1 2.1 0 0 0 9 5.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-question.svg b/mkdocs-material/material/templates/.icons/material/account-question.svg new file mode 100644 index 0000000..f2e637c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-question.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 8a4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4 4 4 0 0 1 4 4m4 10v2H1v-2c0-2.21 3.58-4 8-4s8 1.79 8 4m3.5-3.5V16H19v-1.5zm-2-5H17V9a3 3 0 0 1 3-3 3 3 0 0 1 3 3c0 .97-.5 1.88-1.29 2.41l-.3.19c-.57.4-.91 1.01-.91 1.7v.2H19v-.2c0-1.19.6-2.3 1.59-2.95l.29-.19c.39-.26.62-.69.62-1.16A1.5 1.5 0 0 0 20 7.5 1.5 1.5 0 0 0 18.5 9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-reactivate-outline.svg b/mkdocs-material/material/templates/.icons/material/account-reactivate-outline.svg new file mode 100644 index 0000000..e727e04 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-reactivate-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.5 9h-5l1.86-1.86A7.99 7.99 0 0 0 12 4c-4.42 0-8 3.58-8 8 0 1.83.61 3.5 1.64 4.85 1.22-1.4 3.51-2.35 6.36-2.35s5.15.95 6.36 2.35A7.95 7.95 0 0 0 20 12h2c0 5.5-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2c3.14 0 5.95 1.45 7.78 3.72L21.5 4zM12 20c1.9 0 3.64-.66 5-1.76-.64-1.01-2.55-1.74-5-1.74s-4.36.73-5 1.74c1.36 1.1 3.1 1.76 5 1.76m0-14c1.93 0 3.5 1.57 3.5 3.5S13.93 13 12 13s-3.5-1.57-3.5-3.5S10.07 6 12 6m0 2c-.83 0-1.5.67-1.5 1.5S11.17 11 12 11s1.5-.67 1.5-1.5S12.83 8 12 8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-reactivate.svg b/mkdocs-material/material/templates/.icons/material/account-reactivate.svg new file mode 100644 index 0000000..2220eb1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-reactivate.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.5 9h-5l1.86-1.86A7.99 7.99 0 0 0 12 4c-4.42 0-8 3.58-8 8 0 1.83.61 3.5 1.64 4.85 1.22-1.4 3.51-2.35 6.36-2.35s5.15.95 6.36 2.35A7.95 7.95 0 0 0 20 12h2c0 5.5-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2c3.14 0 5.95 1.45 7.78 3.72L21.5 4zM12 7c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/account-remove-outline.svg new file mode 100644 index 0000000..ac25fed --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m1.46 8.88 1.42-1.42L5 9.59l2.12-2.13 1.42 1.42L6.41 11l2.13 2.12-1.42 1.42L5 12.41l-2.12 2.13-1.42-1.42L3.59 11zM15 4a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m0 1.9A2.1 2.1 0 0 0 12.9 8a2.1 2.1 0 0 0 2.1 2.1 2.1 2.1 0 1 0 0-4.2m0 7.1c2.67 0 8 1.33 8 4v3H7v-3c0-2.67 5.33-4 8-4m0 1.9c-3 0-6.1 1.46-6.1 2.1v1.1h12.2V17c0-.64-3.13-2.1-6.1-2.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-remove.svg b/mkdocs-material/material/templates/.icons/material/account-remove.svg new file mode 100644 index 0000000..247fd31 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 14c2.67 0 8 1.33 8 4v2H7v-2c0-2.67 5.33-4 8-4m0-2a4 4 0 0 1-4-4 4 4 0 0 1 4-4 4 4 0 0 1 4 4 4 4 0 0 1-4 4M5 9.59l2.12-2.13 1.42 1.42L6.41 11l2.13 2.12-1.42 1.42L5 12.41l-2.12 2.13-1.42-1.42L3.59 11 1.46 8.88l1.42-1.42z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-school-outline.svg b/mkdocs-material/material/templates/.icons/material/account-school-outline.svg new file mode 100644 index 0000000..7815bc3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-school-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 10.5V6l-2.11 1.06A3.999 3.999 0 0 1 12 12a4 4 0 0 1-3.89-4.94L5 5.5 12 2l7 3.5v5zM12 9l-2-1c0 1.1.9 2 2 2s2-.9 2-2zm2.75-3.58L12.16 4.1 9.47 5.47l2.6 1.32zM12 13c2.67 0 8 1.33 8 4v3H4v-3c0-2.67 5.33-4 8-4m0 1.9c-3 0-6.1 1.46-6.1 2.1v1.1h12.2V17c0-.64-3.13-2.1-6.1-2.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-school.svg b/mkdocs-material/material/templates/.icons/material/account-school.svg new file mode 100644 index 0000000..acf4e4f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-school.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 8c0 2.21-1.79 4-4 4s-4-1.79-4-4l.11-.94L5 5.5 12 2l7 3.5v5h-1V6l-2.11 1.06zm-4 6c4.42 0 8 1.79 8 4v2H4v-2c0-2.21 3.58-4 8-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-search-outline.svg b/mkdocs-material/material/templates/.icons/material/account-search-outline.svg new file mode 100644 index 0000000..17b2a2b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-search-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 13c-.35.59-.64 1.24-.81 1.93C6.5 15.16 3.9 16.42 3.9 17v1.1h5.3c.17.68.45 1.32.8 1.9H2v-3c0-2.66 5.33-4 8-4m0-9a4 4 0 0 1 4 4c0 .91-.31 1.75-.82 2.43-.86.32-1.63.83-2.27 1.47L10 12a4 4 0 0 1-4-4 4 4 0 0 1 4-4m0 1.9A2.1 2.1 0 0 0 7.9 8a2.1 2.1 0 0 0 2.1 2.1A2.1 2.1 0 0 0 12.1 8 2.1 2.1 0 0 0 10 5.9m5.5 6.1c2.5 0 4.5 2 4.5 4.5 0 .88-.25 1.71-.69 2.4l3.08 3.1L21 23.39l-3.12-3.07c-.69.43-1.51.68-2.38.68-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5m0 2a2.5 2.5 0 0 0-2.5 2.5 2.5 2.5 0 0 0 2.5 2.5 2.5 2.5 0 0 0 2.5-2.5 2.5 2.5 0 0 0-2.5-2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-search.svg b/mkdocs-material/material/templates/.icons/material/account-search.svg new file mode 100644 index 0000000..556ac25 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-search.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.5 12c2.5 0 4.5 2 4.5 4.5 0 .88-.25 1.71-.69 2.4l3.08 3.1L21 23.39l-3.12-3.07c-.69.43-1.51.68-2.38.68-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5m0 2a2.5 2.5 0 0 0-2.5 2.5 2.5 2.5 0 0 0 2.5 2.5 2.5 2.5 0 0 0 2.5-2.5 2.5 2.5 0 0 0-2.5-2.5M10 4a4 4 0 0 1 4 4c0 .91-.31 1.75-.82 2.43-.86.32-1.63.83-2.27 1.47L10 12a4 4 0 0 1-4-4 4 4 0 0 1 4-4M2 20v-2c0-2.12 3.31-3.86 7.5-4-.32.78-.5 1.62-.5 2.5 0 1.29.38 2.5 1 3.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-settings-outline.svg b/mkdocs-material/material/templates/.icons/material/account-settings-outline.svg new file mode 100644 index 0000000..68291fc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-settings-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 4c2.21 0 4 1.79 4 4s-1.79 4-4 4-4-1.79-4-4 1.79-4 4-4m0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.89 2-2-.89-2-2-2m0 7c2.67 0 8 1.33 8 4v3H4v-3c0-2.67 5.33-4 8-4m0 1.9c-2.97 0-6.1 1.46-6.1 2.1v1.1h12.2V17c0-.64-3.13-2.1-6.1-2.1m1 7.1h-2v2h2zm4 0h-2v2h2zm-8 0H7v2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-settings.svg b/mkdocs-material/material/templates/.icons/material/account-settings.svg new file mode 100644 index 0000000..a7de24a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-settings.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 4a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m0 10c4.42 0 8 1.79 8 4v2H4v-2c0-2.21 3.58-4 8-4m-5 8h2v2H7zm4 0h2v2h-2zm4 0h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-star-outline.svg b/mkdocs-material/material/templates/.icons/material/account-star-outline.svg new file mode 100644 index 0000000..0386cc2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-star-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 4a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m0 1.9A2.1 2.1 0 0 0 12.9 8a2.1 2.1 0 0 0 2.1 2.1 2.1 2.1 0 1 0 0-4.2m0 7.1c2.67 0 8 1.33 8 4v3H7v-3c0-2.67 5.33-4 8-4m0 1.9c-3 0-6.1 1.46-6.1 2.1v1.1h12.2V17c0-.64-3.13-2.1-6.1-2.1M5 13.28l-2.5 1.49.68-2.81L1 10.08l2.87-.25L5 7.19l1.11 2.64 2.89.25-2.2 1.88.65 2.81z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-star.svg b/mkdocs-material/material/templates/.icons/material/account-star.svg new file mode 100644 index 0000000..04ba82d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-star.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 14c-2.67 0-8 1.33-8 4v2h16v-2c0-2.67-5.33-4-8-4m0-2a4 4 0 0 0 4-4 4 4 0 0 0-4-4 4 4 0 0 0-4 4 4 4 0 0 0 4 4M5 13.28l2.45 1.49-.65-2.81L9 10.08l-2.89-.25L5 7.19 3.87 9.83 1 10.08l2.18 1.88-.68 2.81z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-supervisor-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/account-supervisor-circle-outline.svg new file mode 100644 index 0000000..e219135 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-supervisor-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.5 10c0-1.66-1.34-3-3-3-1.64 0-3 1.34-3 3 0 1.64 1.36 3 3 3 1.66 0 3-1.36 3-3m-3 1c-.54 0-1-.46-1-1 0-.56.46-1 1-1 .56 0 1 .44 1 1 0 .54-.44 1-1 1m6.5 2c1.12 0 2-.9 2-2 0-1.12-.88-2-2-2-1.1 0-2 .88-2 2 0 1.1.9 2 2 2M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2M5.85 17.11C6.53 16.57 8.12 16 9.5 16h.24c.26-.63.67-1.28 1.3-1.85-.54-.1-1.09-.15-1.54-.15-1.29 0-3.38.44-4.72 1.42C4.28 14.38 4 13.22 4 12c0-4.42 3.59-8 8-8s8 3.58 8 8c0 1.19-.27 2.33-.75 3.36-1-.59-2.36-.86-3.25-.86-1.5 0-4.5.8-4.5 2.69v2.78a7.93 7.93 0 0 1-5.65-2.86"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-supervisor-circle.svg b/mkdocs-material/material/templates/.icons/material/account-supervisor-circle.svg new file mode 100644 index 0000000..dd0a072 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-supervisor-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.47 2 2 6.5 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m3.6 6.34c1.07 0 1.93.86 1.93 1.93s-.86 1.93-1.93 1.93a1.93 1.93 0 0 1-1.93-1.93c-.01-1.07.86-1.93 1.93-1.93m-6-1.58c1.3 0 2.36 1.06 2.36 2.36S10.9 11.5 9.6 11.5s-2.36-1.08-2.36-2.38c0-1.31 1.05-2.36 2.36-2.36m0 9.13v3.75c-2.4-.75-4.3-2.6-5.14-4.96C5.5 13.56 8.13 13 9.6 13c.53 0 1.2.07 1.9.21-1.64.87-1.9 2.02-1.9 2.68M12 20c-.28 0-.54 0-.8-.04v-4.07c0-1.42 2.94-2.13 4.4-2.13 1.07 0 2.9.39 3.84 1.15C18.27 17.88 15.38 20 12 20"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-supervisor-outline.svg b/mkdocs-material/material/templates/.icons/material/account-supervisor-outline.svg new file mode 100644 index 0000000..735f5bb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-supervisor-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.5 15.5c1.72 0 3.75.8 4 1.28v.72h-8v-.72c.25-.48 2.28-1.28 4-1.28m0-1.5c-1.83 0-5.5.92-5.5 2.75V19h11v-2.25c0-1.83-3.67-2.75-5.5-2.75M9 13c-2.33 0-7 1.17-7 3.5V19h7v-1.5H3.5v-1c0-.63 2.79-2.16 6.32-2a5.1 5.1 0 0 1 1.55-1.25A12.3 12.3 0 0 0 9 13m0-6.5A1.5 1.5 0 1 1 7.5 8 1.5 1.5 0 0 1 9 6.5M9 5a3 3 0 1 0 3 3 3 3 0 0 0-3-3m7.5 3.5a1 1 0 1 1-1 1 1 1 0 0 1 1-1m0-1.5A2.5 2.5 0 1 0 19 9.5 2.5 2.5 0 0 0 16.5 7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-supervisor.svg b/mkdocs-material/material/templates/.icons/material/account-supervisor.svg new file mode 100644 index 0000000..2fb4211 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-supervisor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.5 12A2.5 2.5 0 0 0 19 9.5 2.5 2.5 0 0 0 16.5 7 2.5 2.5 0 0 0 14 9.5a2.5 2.5 0 0 0 2.5 2.5M9 11a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m7.5 3c-1.83 0-5.5.92-5.5 2.75V19h11v-2.25c0-1.83-3.67-2.75-5.5-2.75M9 13c-2.33 0-7 1.17-7 3.5V19h7v-2.25c0-.85.33-2.34 2.37-3.47C10.5 13.1 9.66 13 9 13"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-switch-outline.svg b/mkdocs-material/material/templates/.icons/material/account-switch-outline.svg new file mode 100644 index 0000000..b66d432 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-switch-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 9c6 0 6 4 6 4v2h-6v-2s0-1.69-1.15-3.2c-.17-.23-.38-.45-.6-.66C14.77 9.06 15.34 9 16 9m-8 2c3.5 0 3.94 1.56 4 2H4c.06-.44.5-2 4-2m0-2c-6 0-6 4-6 4v2h12v-2s0-4-6-4m1 8v2h6v-2l3 3-3 3v-2H9v2l-3-3zM8 3c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1m0-2C6.34 1 5 2.34 5 4s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3m8 0c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-switch.svg b/mkdocs-material/material/templates/.icons/material/account-switch.svg new file mode 100644 index 0000000..58ee85d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-switch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 9c6 0 6 4 6 4v2h-6v-2s0-1.69-1.15-3.2c-.17-.23-.38-.45-.6-.66C14.77 9.06 15.34 9 16 9M2 13s0-4 6-4 6 4 6 4v2H2zm7 4v2h6v-2l3 3-3 3v-2H9v2l-3-3zM8 1C6.34 1 5 2.34 5 4s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3m8 0c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-sync-outline.svg b/mkdocs-material/material/templates/.icons/material/account-sync-outline.svg new file mode 100644 index 0000000..734b51d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-sync-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 4C8.8 4 7 5.8 7 8s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4m0 2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m0 7c-2.7 0-8 1.3-8 4v3h9.5c-.3-.6-.4-1.2-.5-1.9H4.9V17c0-.6 3.1-2.1 6.1-2.1.5 0 1 .1 1.5.1.3-.6.6-1.2 1.1-1.7-1-.2-1.9-.3-2.6-.3m7 7c-1.4 0-2.5-1.1-2.5-2.5 0-.4.1-.8.3-1.1l-1.1-1.1c-.4.6-.7 1.4-.7 2.2 0 2.2 1.8 4 4 4V23l2.2-2.2-2.2-2.3zm0-6.5V12l-2.2 2.2 2.2 2.2V15c1.4 0 2.5 1.1 2.5 2.5 0 .4-.1.8-.3 1.1l1.1 1.1c.4-.6.7-1.4.7-2.2 0-2.2-1.8-4-4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-sync.svg b/mkdocs-material/material/templates/.icons/material/account-sync.svg new file mode 100644 index 0000000..4bed24f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-sync.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 4C8.8 4 7 5.8 7 8s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4m0 10c-4.4 0-8 1.8-8 4v2h9.5c-.3-.8-.5-1.6-.5-2.5 0-1.2.3-2.3.9-3.4-.6 0-1.2-.1-1.9-.1m7 6c-1.4 0-2.5-1.1-2.5-2.5 0-.4.1-.8.3-1.1l-1.1-1.1c-.4.6-.7 1.4-.7 2.2 0 2.2 1.8 4 4 4V23l2.2-2.2-2.2-2.3zm0-6.5V12l-2.2 2.2 2.2 2.2V15c1.4 0 2.5 1.1 2.5 2.5 0 .4-.1.8-.3 1.1l1.1 1.1c.4-.6.7-1.4.7-2.2 0-2.2-1.8-4-4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-tag-outline.svg b/mkdocs-material/material/templates/.icons/material/account-tag-outline.svg new file mode 100644 index 0000000..97eab98 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-tag-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.4 16c-.3 0-.6-.3-.6-.6s.3-.6.6-.6.6.3.6.6-.3.6-.6.6m6.4 1.8-3.6-3.6c-.2-.1-.4-.2-.6-.2h-2.8c-.4 0-.8.4-.8.8v2.8c0 .2.1.4.2.6l3.6 3.6c.1.1.3.2.6.2s.4-.1.6-.2l2.8-2.8c.1-.1.2-.3.2-.6 0-.2-.1-.4-.2-.6M10 4C7.8 4 6 5.8 6 8s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4m0 2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m0 7c-2.7 0-8 1.3-8 4v3h11.2l-.4-.4c-.4-.4-.7-.9-.8-1.5H3.9V17c0-.6 3.1-2.1 6.1-2.1.7 0 1.4.1 2 .2v-.3c0-.6.2-1.1.5-1.5-.9-.2-1.8-.3-2.5-.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-tag.svg b/mkdocs-material/material/templates/.icons/material/account-tag.svg new file mode 100644 index 0000000..f2039ae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-tag.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.8 17.8-3.6-3.6c-.2-.1-.4-.2-.6-.2h-2.8c-.4 0-.8.4-.8.8v2.8c0 .2.1.4.2.6l3.6 3.6c.1.1.3.2.6.2.2 0 .4-.1.6-.2l2.8-2.8c.1-.1.2-.3.2-.6 0-.2-.1-.4-.2-.6M15.4 16c-.3 0-.6-.3-.6-.6s.3-.6.6-.6.6.3.6.6-.3.6-.6.6M10 4C7.8 4 6 5.8 6 8s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4m0 10c-4.4 0-8 1.8-8 4v2h11.2l-.4-.4c-.5-.5-.8-1.2-.8-2v-2.8c0-.2 0-.4.1-.7-.7-.1-1.4-.1-2.1-.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-tie-hat-outline.svg b/mkdocs-material/material/templates/.icons/material/account-tie-hat-outline.svg new file mode 100644 index 0000000..d518008 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-tie-hat-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 4.5C6 3.1 8.7 2 12 2s6 1.1 6 2.5c0 .4-.2.7-.5 1-.9-.9-3-1.5-5.5-1.5s-4.6.6-5.5 1.5c-.3-.3-.5-.6-.5-1m6 .5c-2.2 0-3.9.5-4.6 1.1 1.1.5 2.7.9 4.6.9s3.5-.4 4.6-.9C15.9 5.5 14.2 5 12 5m2 3c0 1.1-.9 2-2 2s-2-.9-2-2v-.1c-.7-.1-1.4-.2-2-.4V8c0 2.2 1.8 4 4 4s4-1.8 4-4c0-.2 0-.4-.1-.6-.6.2-1.3.3-2 .4.1.1.1.1.1.2m2.4 5.8-.7 1.2-.2.5c1.5.5 2.6 1.1 2.6 1.5v3.1h-4.2L13 15l.9-1.9c-.6 0-1.2-.1-1.9-.1s-1.3 0-1.9.1L11 15l-.9 5.1H5.9V17c0-.4 1.1-1 2.6-1.5l-.2-.5-.6-1.2C5.7 14.4 4 15.5 4 17v5h16v-5c0-1.5-1.7-2.6-3.6-3.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-tie-hat.svg b/mkdocs-material/material/templates/.icons/material/account-tie-hat.svg new file mode 100644 index 0000000..5ab72d7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-tie-hat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 14.5c0 1.1-.3 3.5-2.2 6.3L13 16l.9-1.9c-.6 0-1.2-.1-1.9-.1s-1.3.1-1.9.1L11 16l-.8 4.8C8.3 18.1 8 15.6 8 14.5c-2.4.7-4 2-4 3.5v4h16v-4c0-1.5-1.6-2.8-4-3.5M6 4.5C6 3.1 8.7 2 12 2s6 1.1 6 2.5c0 .4-.2.7-.5 1-.9-.9-3-1.5-5.5-1.5s-4.6.6-5.5 1.5c-.3-.3-.5-.6-.5-1m9.9 2.9c.1.2.1.4.1.6 0 2.2-1.8 4-4 4s-4-1.8-4-4c0-.2 0-.4.1-.6 1 .4 2.4.6 3.9.6s2.9-.2 3.9-.6m.7-1.3c-1.1.5-2.7.9-4.6.9s-3.5-.4-4.6-.9C8.1 5.5 9.8 5 12 5s3.9.5 4.6 1.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-tie-outline.svg b/mkdocs-material/material/templates/.icons/material/account-tie-outline.svg new file mode 100644 index 0000000..7e4bdf2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-tie-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.36 12.76C18.31 13.42 20 14.5 20 16v5H4v-5c0-1.5 1.69-2.58 3.65-3.24L8.27 14l.23.5c-1.5.46-2.6 1.12-2.6 1.5v3.1h4.22l.88-5.07-.94-1.88c.62-.07 1.27-.12 1.94-.12s1.32.05 1.94.12L13 14.03l.88 5.07h4.22V16c0-.38-1.1-1.04-2.6-1.5l.23-.5zM12 5c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m0 6c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-tie-voice-off-outline.svg b/mkdocs-material/material/templates/.icons/material/account-tie-voice-off-outline.svg new file mode 100644 index 0000000..10d929b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-tie-voice-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.22 6 7.5 4.3c.46-.19.97-.3 1.5-.3 2.21 0 4 1.79 4 4 0 .53-.11 1.04-.3 1.5L11 7.78A2.1 2.1 0 0 0 9.22 6m10.84 9c3.9-3.89 3.94-9.95 0-14l-1.63 1.63c2.77 3.02 2.77 7.56 0 10.74zm-3.31-3.37c2.02-2.02 2.02-5.07 0-7.27l-1.68 1.69c.84 1.18.84 2.71 0 3.89zM2.39 1.73 1.11 3l4.03 4.03C5.06 7.34 5 7.66 5 8c0 2.21 1.79 4 4 4 .34 0 .66-.06.97-.14l2.89 2.89-.13.25-.23.5c.8.24 1.47.55 1.94.83l.66.67v3.1h-4.22L10 15.03l.94-1.88c-.62-.07-1.27-.12-1.94-.12s-1.32.05-1.94.12L8 15.03l-.88 5.07H2.9V17c0-.38 1.1-1.04 2.6-1.5l-.23-.5-.62-1.24C2.69 14.42 1 15.5 1 17v5h16v-3.11l3.84 3.84 1.27-1.27z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-tie-voice-off.svg b/mkdocs-material/material/templates/.icons/material/account-tie-voice-off.svg new file mode 100644 index 0000000..56aeb74 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-tie-voice-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.7 9.5 7.5 4.3c.46-.19.96-.3 1.5-.3 2.2 0 4 1.79 4 4 0 .53-.11 1.04-.3 1.5m4.05 2.13c2.02-2.02 2.02-5.07 0-7.27l-1.68 1.69c.84 1.18.84 2.71 0 3.89zM20.06 15c3.9-3.89 3.94-9.95 0-14l-1.63 1.63c2.77 3.02 2.77 7.56 0 10.74zM2.39 1.73 1.11 3l4.02 4c-.08.34-.13.66-.13 1 0 2.21 1.79 4 4 4 .33 0 .66-.06.97-.14L13 14.87c-.07 1.19-.46 3.45-2.2 5.96L10 16l.93-1.88C10.31 14.05 9.66 14 9 14c-.68 0-1.33.05-1.95.12L8 16l-.82 4.83C5.27 18.07 5 15.6 5 14.54 2.6 15.24.994 16.5.994 18v4H17v-3.12l3.84 3.85 1.27-1.27z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-tie-voice-outline.svg b/mkdocs-material/material/templates/.icons/material/account-tie-voice-outline.svg new file mode 100644 index 0000000..fb212ab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-tie-voice-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.75 4.36c2.02 2.2 2.02 5.25 0 7.27l-1.68-1.69c.84-1.18.84-2.71 0-3.89zM20.06 1c3.94 4.05 3.9 10.11 0 14l-1.63-1.63c2.77-3.18 2.77-7.72 0-10.74zm-6.7 12.76C15.31 14.42 17 15.5 17 17v5H1v-5c0-1.5 1.69-2.58 3.65-3.24L5.27 15l.23.5c-1.5.46-2.6 1.12-2.6 1.5v3.1h4.22L8 15.03l-.94-1.88c.62-.07 1.27-.12 1.94-.12s1.32.05 1.94.12L10 15.03l.88 5.07h4.22V17c0-.38-1.1-1.04-2.6-1.5l.23-.5zM9 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m0 6c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-tie-voice.svg b/mkdocs-material/material/templates/.icons/material/account-tie-voice.svg new file mode 100644 index 0000000..85027ad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-tie-voice.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.75 4.36c2.02 2.2 2.02 5.25 0 7.27l-1.68-1.69c.84-1.18.84-2.71 0-3.89zM20.06 1c3.94 4.05 3.9 10.11 0 14l-1.63-1.63c2.77-3.18 2.77-7.72 0-10.74zM9 4c2.2 0 4 1.79 4 4s-1.8 4-4 4-4-1.79-4-4 1.79-4 4-4m4 10.54c0 1.06-.29 3.53-2.2 6.29L10 16l.93-1.88C10.31 14.05 9.66 14 9 14s-1.33.05-1.95.12L8 16l-.82 4.83C5.27 18.07 5 15.6 5 14.54 2.6 15.24.994 16.5.994 18v4H17v-4c0-1.5-1.61-2.76-4-3.46"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-tie-woman.svg b/mkdocs-material/material/templates/.icons/material/account-tie-woman.svg new file mode 100644 index 0000000..a578d51 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-tie-woman.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.94 3A3.993 3.993 0 0 0 8 7c-.06 1.64-.19 3.47-.97 4.59C9.71 13.22 12 13 12 13s2.29.22 4.97-1.41C16.12 10.22 15.94 8.54 16 7c0-2.21-1.79-4-4-4zM8.86 13.32C6 13.93 4 15.35 4 17v4h8l-3-4H6.5m5.5 4 1.78-7.19S13 14 12 14s-1.78-.19-1.78-.19M12 21h8v-4c0-1.65-2-3.07-4.86-3.68L17.5 17H15Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-tie.svg b/mkdocs-material/material/templates/.icons/material/account-tie.svg new file mode 100644 index 0000000..cde6499 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-tie.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3c2.21 0 4 1.79 4 4s-1.79 4-4 4-4-1.79-4-4 1.79-4 4-4m4 10.54c0 1.06-.28 3.53-2.19 6.29L13 15l.94-1.88c-.62-.07-1.27-.12-1.94-.12s-1.32.05-1.94.12L11 15l-.81 4.83C8.28 17.07 8 14.6 8 13.54c-2.39.7-4 1.96-4 3.46v4h16v-4c0-1.5-1.6-2.76-4-3.46"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-voice-off.svg b/mkdocs-material/material/templates/.icons/material/account-voice-off.svg new file mode 100644 index 0000000..862a7d6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-voice-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 3.27 3.28 2 22 20.72 20.73 22l-4-4c.17.31.27.64.27 1v2H1v-2c0-2.66 5.33-4 8-4 1.77 0 4.72.59 6.5 1.77l-4.38-4.38c-.62.39-1.34.61-2.12.61a4 4 0 0 1-4-4c0-.78.22-1.5.61-2.12zM9 5a4 4 0 0 1 4 4v.17L8.83 5zm7.76.36c2.02 2.2 2.02 5.25 0 7.27l-1.68-1.69c.84-1.18.84-2.71 0-3.89zM20.07 2c3.93 4.05 3.9 10.11 0 14l-1.63-1.63c2.77-3.18 2.77-7.72 0-10.74z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-voice.svg b/mkdocs-material/material/templates/.icons/material/account-voice.svg new file mode 100644 index 0000000..f13227c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-voice.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 5a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m0 10c2.67 0 8 1.34 8 4v2H1v-2c0-2.66 5.33-4 8-4m7.76-9.64c2.02 2.2 2.02 5.25 0 7.27l-1.68-1.69c.84-1.18.84-2.71 0-3.89zM20.07 2c3.93 4.05 3.9 10.11 0 14l-1.63-1.63c2.77-3.18 2.77-7.72 0-10.74z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-wrench-outline.svg b/mkdocs-material/material/templates/.icons/material/account-wrench-outline.svg new file mode 100644 index 0000000..32edbf5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-wrench-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22.9 21.2-4.1-4.1c.4-1 .2-2.3-.7-3.1-.9-.9-2.2-1.1-3.3-.6l1.9 1.9-1.4 1.4-2-2c-.5 1.1-.3 2.4.6 3.4.9.9 2.1 1.1 3.1.7l4.1 4.1c.2.2.5.2.6 0l1-1c.3-.3.3-.6.2-.7M10 12c2.2 0 4-1.8 4-4s-1.8-4-4-4-4 1.8-4 4 1.8 4 4 4m0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m3 14H2v-3c0-2.7 5.3-4 8-4 .5 0 1.2.1 1.9.2-.4.5-.6 1.1-.8 1.8-.4 0-.7-.1-1.1-.1-3 0-6.1 1.5-6.1 2.1v1.1h7.6c.3.8.9 1.4 1.5 1.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account-wrench.svg b/mkdocs-material/material/templates/.icons/material/account-wrench.svg new file mode 100644 index 0000000..b980c4a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account-wrench.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22.9 21.2-4.1-4.1c.4-1 .2-2.3-.7-3.1-.9-.9-2.2-1.1-3.3-.6l1.9 1.9-1.4 1.4-2-2c-.5 1.1-.3 2.4.6 3.4.9.9 2.1 1.1 3.1.7l4.1 4.1c.2.2.5.2.6 0l1-1c.3-.3.3-.6.2-.7M13 20H2v-2c0-2.2 3.6-4 8-4 .5 0 1 0 1.4.1-.3.6-.4 1.2-.4 1.9 0 1.6.8 3.1 2 4M10 4C7.8 4 6 5.8 6 8s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/account.svg b/mkdocs-material/material/templates/.icons/material/account.svg new file mode 100644 index 0000000..5d0e351 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/account.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 4a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m0 10c4.42 0 8 1.79 8 4v2H4v-2c0-2.21 3.58-4 8-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/adjust.svg b/mkdocs-material/material/templates/.icons/material/adjust.svg new file mode 100644 index 0000000..bbbb5af --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/adjust.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m3-8a3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3 3 3 0 0 1 3 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/advertisements-off.svg b/mkdocs-material/material/templates/.icons/material/advertisements-off.svg new file mode 100644 index 0000000..6d93ba1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/advertisements-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12.2 9-2-2H13c1.1 0 2 .9 2 2v2.8l-2-2V9zM23 9V7h-4c-1.1 0-2 .9-2 2v2c0 1.1.9 2 2 2h2v2h-2.8l2 2h.8c1.1 0 2-.9 2-2v-2c0-1.1-.9-2-2-2h-2V9zm-.9 12.5-1.3 1.3-6.4-6.4c-.3.3-.8.6-1.4.6H9v-6.1l-2-2V17H5v-4H3v4H1V9c0-1.1.9-2 2-2h2.1l-4-4 1.3-1.3zM5 9H3v2h2zm8 5.9-2-2V15h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/advertisements.svg b/mkdocs-material/material/templates/.icons/material/advertisements.svg new file mode 100644 index 0000000..5a0bd53 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/advertisements.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 7c-1.1 0-2 .9-2 2v2c0 1.1.9 2 2 2h2v2h-4v2h4c1.1 0 2-.9 2-2v-2c0-1.1-.9-2-2-2h-2V9h4V7zM9 7v10h4c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zm2 2h2v6h-2zM3 7c-1.1 0-2 .9-2 2v8h2v-4h2v4h2V9c0-1.1-.9-2-2-2zm0 2h2v2H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/air-conditioner.svg b/mkdocs-material/material/templates/.icons/material/air-conditioner.svg new file mode 100644 index 0000000..b892896 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/air-conditioner.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.59.66c2.34-1.81 4.88.4 5.45 3.84.43 0 .85.12 1.23.34.52-.6.98-1.42.8-2.34-.42-2.15 1.99-3.89 4.28-.92 1.81 2.34-.4 4.88-3.85 5.45 0 .43-.11.86-.34 1.24.6.51 1.42.97 2.34.79 2.13-.42 3.88 1.98.91 4.28-2.34 1.81-4.88-.4-5.45-3.84-.43 0-.85-.13-1.22-.35-.52.6-.99 1.43-.81 2.35.42 2.14-1.99 3.89-4.28.92-1.82-2.35.4-4.89 3.85-5.45 0-.43.13-.85.35-1.23-.6-.51-1.42-.98-2.35-.8-2.13.42-3.88-1.98-.91-4.28M5 16h2a2 2 0 0 1 2 2v6H7v-2H5v2H3v-6a2 2 0 0 1 2-2m0 2v2h2v-2zm7.93-2H15l-2.93 8H10zM18 16h3v2h-3v4h3v2h-3a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/air-filter.svg b/mkdocs-material/material/templates/.icons/material/air-filter.svg new file mode 100644 index 0000000..d7d5e7f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/air-filter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 18.31V20a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-3.7c-.46-.18-1.05-.3-2-.3a1 1 0 0 1-1-1 1 1 0 0 1 1-1c.82 0 1.47.08 2 .21V12.3c-.46-.18-1.05-.3-2-.3a1 1 0 0 1-1-1 1 1 0 0 1 1-1c.82 0 1.47.08 2 .21V8.3C4.54 8.12 3.95 8 3 8a1 1 0 0 1-1-1 1 1 0 0 1 1-1c.82 0 1.47.08 2 .21V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v2.16c1.78.31 2.54.97 2.71 1.13.39.39.39 1.03 0 1.42s-.91.38-1.42 0c0 0-1.04-.71-3.29-.71-1.26 0-2.09.41-3.05.9-1.04.51-2.21 1.1-3.95 1.1-.36 0-.69 0-1-.04V7.95c.3.05.63.05 1 .05 1.26 0 2.09-.41 3.05-.89C14.09 6.59 15.27 6 17 6V4H7v16h10v-2c1.5 0 1.97.29 2 .31M17 10c-1.73 0-2.91.59-3.95 1.11-.96.48-1.79.89-3.05.89-.37 0-.7 0-1-.05v2.01c.31.04.64.04 1 .04 1.74 0 2.91-.59 3.95-1.1.96-.48 1.79-.9 3.05-.9 2.25 0 3.29.71 3.29.71.51.39 1.03.39 1.42 0s.39-1.02 0-1.42C21.5 11.08 20.25 10 17 10m0 4c-1.73 0-2.91.59-3.95 1.11-.96.48-1.79.89-3.05.89-.37 0-.7 0-1-.05v2.01c.31.04.64.04 1 .04 1.74 0 2.91-.59 3.95-1.1.96-.48 1.79-.9 3.05-.9 2.25 0 3.29.71 3.29.71.51.39 1.03.39 1.42 0s.39-1.02 0-1.42C21.5 15.08 20.25 14 17 14"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/air-horn.svg b/mkdocs-material/material/templates/.icons/material/air-horn.svg new file mode 100644 index 0000000..f636e23 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/air-horn.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 2.8v6.4c0 .3-.3.6-.6.5 0 0-3.9-2.6-8.4-2.6v2.4h.2c.5 0 1 .2 1.2.6l1.3 1.8c.2.2.3.5.3.7v8c0 .7-.7 1.4-1.5 1.4h-5c-.8 0-1.5-.6-1.5-1.4v-8c0-.3.1-.5.3-.7l1.3-1.8q.45-.6 1.2-.6H8V8c-.4.5-1 .8-1.6.8C5.1 8.8 4 7.5 4 6s1.1-2.8 2.4-2.8c.6.1 1.2.4 1.6.8V2.6h2V5c4.5 0 8.4-2.6 8.4-2.6.3-.1.6.1.6.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/air-humidifier-off.svg b/mkdocs-material/material/templates/.icons/material/air-humidifier-off.svg new file mode 100644 index 0000000..c646612 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/air-humidifier-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.1 21.5 2.4 1.7 1.1 3l2.7 2.7C3.3 6.3 3 7.1 3 8v14h15v-2.1l2.8 2.8zm-12.5-10 2.8 2.8c-.3.4-.8.7-1.4.7-1.1 0-2-.9-2-2 0-.6.3-1.1.6-1.5m6.4 6.4V20H5V8c0-.3.1-.6.2-.9l3 3C7.5 10.8 7 11.9 7 13c0 2.2 1.8 4 4 4 1.1 0 2.2-.5 2.9-1.2zm1-4.1c.1-1.3 2-3.3 2-3.3s2 2.2 2 3.5c0 1-.8 1.9-1.8 2zM9.2 6l-2-2H14c2.2 0 4 1.8 4 4v1h-2V8c0-1.1-.9-2-2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/air-humidifier.svg b/mkdocs-material/material/templates/.icons/material/air-humidifier.svg new file mode 100644 index 0000000..99dbc54 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/air-humidifier.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 9c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4m0 6c-1.1 0-2-.89-2-2s.9-2 2-2 2 .9 2 2-.89 2-2 2M7 4h7c2.21 0 4 1.79 4 4v1h-2V8a2 2 0 0 0-2-2H7c-1.1 0-2 .9-2 2v12h11v-2h2v4H3V8c0-2.21 1.79-4 4-4m12 6.5s2 2.17 2 3.5c0 1.1-.9 2-2 2s-2-.9-2-2c0-1.33 2-3.5 2-3.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/air-purifier-off.svg b/mkdocs-material/material/templates/.icons/material/air-purifier-off.svg new file mode 100644 index 0000000..5564095 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/air-purifier-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 11c-2.4 0-2.5 1.9-4.8 2l-.2-.2V11c2.5 0 2.5-2 5-2zm1.1 10.5-1.3 1.3-2.8-2.9V22H3V8c0-.9.3-1.7.8-2.3L1.1 3l1.3-1.3zM9 13c0 1.1.9 2 2 2 .6 0 1.1-.3 1.5-.6l-2.8-2.8c-.4.3-.7.8-.7 1.4m7 4.9-2.1-2.1c-.7.7-1.8 1.2-2.9 1.2-2.2 0-4-1.8-4-4 0-1.1.5-2.2 1.2-2.9l-3-3c-.1.3-.2.6-.2.9v12h11zm5-2.9v-2c-1.7 0-2.3 1-3.3 1.5l1.1 1.1c.6-.3 1.2-.6 2.2-.6m-7-9c1.1 0 2 .9 2 2v1h2V8c0-2.2-1.8-4-4-4H7.2l2 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/air-purifier.svg b/mkdocs-material/material/templates/.icons/material/air-purifier.svg new file mode 100644 index 0000000..9037133 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/air-purifier.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 9a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m0 2a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2M7 4h7a4 4 0 0 1 4 4v1h-2V8a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v12h11v-2h2v4H3V8a4 4 0 0 1 4-4m9 7c2.5 0 2.5-2 5-2v2c-2.5 0-2.5 2-5 2zm0 4c2.5 0 2.5-2 5-2v2c-2.5 0-2.5 2-5 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/airbag.svg b/mkdocs-material/material/templates/.icons/material/airbag.svg new file mode 100644 index 0000000..a9524c5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/airbag.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 8a5 5 0 0 1-5 5 5 5 0 0 1-5-5 5 5 0 0 1 5-5 5 5 0 0 1 5 5m-3.54 7.55L13 18.03l-2 .02-3.5 3.53L6 20.09zM17 2c1.08 0 2 .88 2 2 0 1.08-.88 2-2 2-1.08 0-2-.88-2-2 0-1.08.89-2 2-2m-2.59 13h-2.82l5.7 5.71 1.42-1.42zm.71-.71 4.29 4.3.22.21c.23-.38.37-.8.37-1.3v-8A2.5 2.5 0 0 0 17.5 7 2.5 2.5 0 0 0 15 9.5v4.67z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/airballoon-outline.svg b/mkdocs-material/material/templates/.icons/material/airballoon-outline.svg new file mode 100644 index 0000000..9986922 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/airballoon-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 23c-1.1 0-2-.9-2-2v-2h6v2c0 1.1-.9 2-2 2zm1-20c.28 0 .55 0 .81.05C13.42 4.22 14 6.26 14 9c0 2.1-1 7-1 7h-2s-1-4.9-1-7c0-2.74.58-4.78 1.19-5.95.26-.05.53-.05.81-.05m0-2c-.71 0-1.39.09-2.05.26C8.78 2.83 8 5.71 8 9c0 2.28.38 4.37 1 7 0 1.1.9 2 2 2h2c1.1 0 2-.9 2-2 .62-2.63 1-4.72 1-7 0-3.29-.78-6.17-1.95-7.74C13.39 1.09 12.71 1 12 1M4 8c0 3.18 1.85 7.92 4.54 9.21-.54-1-.93-2.54-1.2-4.21C6.55 11.53 6 9.62 6 8c0-1.34.44-2.33 1.47-3.2.26-1.13.62-2.15 1.07-3.01C5.85 3.08 4 4.82 4 8m11.46-6.21c.45.86.81 1.88 1.07 3.01C17.56 5.67 18 6.66 18 8c0 1.62-.55 3.53-1.34 5-.27 1.67-.66 3.21-1.2 4.21C18.15 15.92 20 11.18 20 8s-1.85-4.92-4.54-6.21"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/airballoon.svg b/mkdocs-material/material/templates/.icons/material/airballoon.svg new file mode 100644 index 0000000..fa8b49b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/airballoon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 23a2 2 0 0 1-2-2v-2h6v2a2 2 0 0 1-2 2zm1-22c.71 0 1.39.09 2.05.26C15.22 2.83 16 5.71 16 9c0 2.28-.38 4.37-1 7a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2c-.62-2.63-1-4.72-1-7 0-3.29.78-6.17 1.95-7.74C10.61 1.09 11.29 1 12 1m8 7c0 3.18-1.85 7.92-4.54 9.21C16.41 15.39 17 11.83 17 9s-.59-5.39-1.54-7.21C18.15 3.08 20 4.82 20 8M4 8c0-3.18 1.85-4.92 4.54-6.21C7.59 3.61 7 6.17 7 9s.59 6.39 1.54 8.21C5.85 15.92 4 11.18 4 8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/airplane-alert.svg b/mkdocs-material/material/templates/.icons/material/airplane-alert.svg new file mode 100644 index 0000000..e72d745 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/airplane-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.56 3.91c.59.59.59 1.54 0 2.12l-3.89 3.89 2.12 9.19-1.41 1.42-3.88-7.43L6.6 17l.36 2.47-1.07 1.06-1.76-3.18-3.186-1.77L2 14.5l2.5.37L8.37 11 .944 7.09 2.36 5.68l9.19 2.12 3.89-3.89c.56-.58 1.56-.58 2.12 0M20 7v6h2V7zm0 10h2v-2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/airplane-check.svg b/mkdocs-material/material/templates/.icons/material/airplane-check.svg new file mode 100644 index 0000000..952c00b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/airplane-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.97 13.83A5.9 5.9 0 0 0 13.82 16l-2.27-4.37-3.89 3.87L8 18l-1.05 1.06-1.77-3.19L2 14.11l1.06-1.06 2.48.35 3.89-3.9L2 5.62l1.41-1.41 9.2 2.12 3.89-3.89a1.49 1.49 0 0 1 2.12 0c.58.59.58 1.56 0 2.12l-3.89 3.89zm5.37 2.01-3.59 3.59-1.59-1.59L15 19l2.75 3 4.75-4.75z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/airplane-clock.svg b/mkdocs-material/material/templates/.icons/material/airplane-clock.svg new file mode 100644 index 0000000..d53bbf5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/airplane-clock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 9c-.91 0-1.77.18-2.57.5l-.7-3.05 3.89-3.89c.58-.56.58-1.53 0-2.12s-1.54-.586-2.12 0l-3.89 3.89-9.2-2.12L0 3.62 7.43 7.5l-3.89 3.9-2.48-.35L0 12.11l3.18 1.76 1.77 3.19L6 16l-.34-2.5 3.89-3.87 1.02 1.96A6.995 6.995 0 0 0 16 23c3.87 0 7-3.13 7-7s-3.13-7-7-7m0 12c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5m.5-4.75V12H15v5l3.61 2.16.75-1.22z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/airplane-cog.svg b/mkdocs-material/material/templates/.icons/material/airplane-cog.svg new file mode 100644 index 0000000..216e85f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/airplane-cog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.73 12.81c-.97.52-1.81 1.26-2.44 2.15l-1.74-3.33-3.89 3.87L8 18l-1.05 1.06-1.77-3.19L2 14.11l1.06-1.06 2.48.35 3.89-3.9L2 5.62l1.41-1.41 9.2 2.12 3.89-3.89a1.49 1.49 0 0 1 2.12 0c.58.59.58 1.56 0 2.12l-3.89 3.89zm8.07 7.59c.1 0 .1.1 0 .2l-1 1.7c-.1.1-.2.1-.3.1l-1.2-.4c-.3.2-.5.3-.8.5l-.2 1.3c0 .1-.1.2-.2.2h-2c-.1 0-.2-.1-.3-.2l-.2-1.3c-.3-.1-.6-.3-.8-.5l-1.2.5c-.1 0-.2 0-.3-.1l-1-1.7c-.1-.1 0-.2.1-.3l1.1-.8v-1l-1.1-.8c-.1-.1-.1-.2-.1-.3l1-1.7c.1-.1.2-.1.3-.1l1.2.5c.3-.2.5-.3.8-.5l.2-1.3c0-.1.1-.2.3-.2h2c.1 0 .2.1.2.2l.2 1.3c.3.1.6.3.9.5l1.2-.5c.1 0 .3 0 .3.1l1 1.7c.1.1 0 .2-.1.3l-1.1.8v1zM20.5 19c0-.8-.7-1.5-1.5-1.5s-1.5.7-1.5 1.5.7 1.5 1.5 1.5 1.5-.7 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/airplane-edit.svg b/mkdocs-material/material/templates/.icons/material/airplane-edit.svg new file mode 100644 index 0000000..607bc6b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/airplane-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.55 11.63 7.66 15.5 8 18l-1.05 1.06-1.77-3.19L2 14.11l1.06-1.06 2.48.35 3.89-3.9L2 5.62l1.41-1.41 9.2 2.12 3.89-3.89a1.49 1.49 0 0 1 2.12 0c.58.59.58 1.56 0 2.12l-3.89 3.89 1.3 5.65-2.09 2.09zM13 19.96V22h2.04l6.13-6.12-2.04-2.05zm9.85-6.49-1.32-1.32c-.2-.2-.53-.2-.72 0l-.98.98 2.04 2.04.98-.98c.2-.19.2-.52 0-.72"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/airplane-landing.svg b/mkdocs-material/material/templates/.icons/material/airplane-landing.svg new file mode 100644 index 0000000..f0cfa61 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/airplane-landing.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.5 19h19v2h-19zm7.18-5.73 4.35 1.16 5.31 1.42c.8.21 1.62-.26 1.84-1.06.21-.79-.26-1.62-1.06-1.84l-5.31-1.42-2.76-9.03-1.93-.5v8.28L5.15 8.95l-.93-2.32-1.45-.39v5.17l1.6.43z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/airplane-marker.svg b/mkdocs-material/material/templates/.icons/material/airplane-marker.svg new file mode 100644 index 0000000..a7589b1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/airplane-marker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.33 11.05a5.53 5.53 0 0 0-2.24 3.53l-1.54-2.95-3.89 3.87L8 18l-1.05 1.06-1.77-3.19L2 14.11l1.06-1.06 2.48.35 3.89-3.9L2 5.62l1.41-1.41 9.2 2.12 3.89-3.89a1.49 1.49 0 0 1 2.12 0c.58.59.58 1.56 0 2.12l-3.89 3.89zM22 15.5c0 2.6-3.5 6.5-3.5 6.5S15 18.1 15 15.5c0-1.9 1.6-3.5 3.5-3.5s3.5 1.6 3.5 3.5m-2.3.1c0-.6-.6-1.2-1.2-1.2s-1.2.5-1.2 1.2c0 .6.5 1.2 1.2 1.2s1.3-.6 1.2-1.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/airplane-minus.svg b/mkdocs-material/material/templates/.icons/material/airplane-minus.svg new file mode 100644 index 0000000..66daf88 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/airplane-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.97 13.83A5.9 5.9 0 0 0 13.82 16l-2.27-4.37-3.89 3.87L8 18l-1.05 1.06-1.77-3.19L2 14.11l1.06-1.06 2.48.35 3.89-3.9L2 5.62l1.41-1.41 9.2 2.12 3.89-3.89a1.49 1.49 0 0 1 2.12 0c.58.59.58 1.56 0 2.12l-3.89 3.89zM15 18v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/airplane-off.svg b/mkdocs-material/material/templates/.icons/material/airplane-off.svg new file mode 100644 index 0000000..d699a60 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/airplane-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.84 22.73 18 19.9l-.62.63L16 17.89l-3.65-3.65L9.6 17l.36 2.47-1.07 1.06-1.76-3.18-3.19-1.77L5 14.5l2.5.37 2.73-2.75L6.59 8.5 3.94 7.09l.63-.63L1.11 3l1.28-1.27 19.72 19.73zM16.67 9.92l3.89-3.89c.59-.58.59-1.53 0-2.12s-1.56-.58-2.12 0L14.55 7.8 9.94 6.74l7.8 7.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/airplane-plus.svg b/mkdocs-material/material/templates/.icons/material/airplane-plus.svg new file mode 100644 index 0000000..0c7d8fe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/airplane-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.97 13.83A5.9 5.9 0 0 0 13.82 16l-2.27-4.37-3.89 3.87L8 18l-1.05 1.06-1.77-3.19L2 14.11l1.06-1.06 2.48.35 3.89-3.9L2 5.62l1.41-1.41 9.2 2.12 3.89-3.89a1.49 1.49 0 0 1 2.12 0c.58.59.58 1.56 0 2.12l-3.89 3.89zM20 18v-3h-2v3h-3v2h3v3h2v-3h3v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/airplane-remove.svg b/mkdocs-material/material/templates/.icons/material/airplane-remove.svg new file mode 100644 index 0000000..84d8aa3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/airplane-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.97 13.83A5.9 5.9 0 0 0 13.82 16l-2.27-4.37-3.89 3.87L8 18l-1.05 1.06-1.77-3.19L2 14.11l1.06-1.06 2.48.35 3.89-3.9L2 5.62l1.41-1.41 9.2 2.12 3.89-3.89a1.49 1.49 0 0 1 2.12 0c.58.59.58 1.56 0 2.12l-3.89 3.89zm6.57 3.05-1.42-1.41L19 17.59l-2.12-2.12-1.41 1.41L17.59 19l-2.12 2.12 1.41 1.42L19 20.41l2.12 2.13 1.42-1.42L20.41 19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/airplane-search.svg b/mkdocs-material/material/templates/.icons/material/airplane-search.svg new file mode 100644 index 0000000..41a4696 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/airplane-search.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m9.55 9.63 1.35 2.59c.6-1.05 1.51-1.91 2.6-2.48l-.77-3.29 3.89-3.89c.58-.59.58-1.56 0-2.122s-1.54-.586-2.12 0L10.61 4.33l-9.2-2.12L0 3.62 7.43 7.5l-3.89 3.9-2.48-.35L0 12.11l3.18 1.76 1.77 3.19L6 16l-.34-2.5zM16.5 11c2.5 0 4.5 2 4.5 4.5 0 .88-.25 1.71-.69 2.4l3.08 3.1L22 22.39l-3.12-3.07c-.69.43-1.51.68-2.38.68-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5m0 2a2.5 2.5 0 0 0 0 5 2.5 2.5 0 0 0 0-5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/airplane-settings.svg b/mkdocs-material/material/templates/.icons/material/airplane-settings.svg new file mode 100644 index 0000000..d1aaf1f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/airplane-settings.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.09 4.56 16.2 8.45l2.12 9.19-1.41 1.42L13 11.63 9.13 15.5 9.5 18l-1.08 1.06-1.77-3.19-3.18-1.76 1.06-1.07L7 13.4l3.9-3.9-7.43-3.88 1.42-1.41 9.19 2.12 3.89-3.89a1.49 1.49 0 0 1 2.12 0c.59.56.59 1.53 0 2.12M7 24h2v-2H7zm4 0h2v-2h-2zm4 0h2v-2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/airplane-takeoff.svg b/mkdocs-material/material/templates/.icons/material/airplane-takeoff.svg new file mode 100644 index 0000000..4f759b1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/airplane-takeoff.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.5 19h19v2h-19zm19.57-9.36c-.21-.8-1.04-1.28-1.84-1.06L14.92 10 8 3.57l-1.91.51 4.14 7.17-4.97 1.33-1.97-1.54-1.45.39 1.82 3.16.77 1.33 1.6-.42 5.31-1.43 4.35-1.16L21 11.5c.81-.24 1.28-1.06 1.07-1.86"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/airplane.svg b/mkdocs-material/material/templates/.icons/material/airplane.svg new file mode 100644 index 0000000..32f80cf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/airplane.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.56 3.91c.59.59.59 1.54 0 2.12l-3.89 3.89 2.12 9.19-1.41 1.42-3.88-7.43L9.6 17l.36 2.47-1.07 1.06-1.76-3.18-3.19-1.77L5 14.5l2.5.37L11.37 11 3.94 7.09l1.42-1.41 9.19 2.12 3.89-3.89c.56-.58 1.56-.58 2.12 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/airport.svg b/mkdocs-material/material/templates/.icons/material/airport.svg new file mode 100644 index 0000000..2fca5ab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/airport.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.97 5.92a.967.967 0 0 0-1.18-.68l-3.4.91-4.44-4.12-1.23.33 2.66 4.59-3.19.85-1.26-.98-.93.25 1.66 2.88 10.62-2.84c.52-.15.82-.68.69-1.19M21 10l-1 2h-5l-1-2 1-1h2V7h1v2h2zm1 10v2H2v-2h13v-7h5v7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alarm-bell.svg b/mkdocs-material/material/templates/.icons/material/alarm-bell.svg new file mode 100644 index 0000000..eb00806 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alarm-bell.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 18.66V22H5v-3.34a9.98 9.98 0 0 0 10 0M22 4a2 2 0 0 0-2-2c-.31 0-.61.07-.88.21-.3.15-.56.37-.76.64A1.997 1.997 0 0 0 20 6h.24c1.73 4.43.42 9.46-3.24 12.5-.32.25-.65.5-1 .72V21h1v-1.26c3.14-2.24 5-5.88 5-9.74 0-1.5-.28-3-.83-4.38.52-.38.83-.98.83-1.62m-4 6a8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8 8 8 0 0 1 8 8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alarm-check.svg b/mkdocs-material/material/templates/.icons/material/alarm-check.svg new file mode 100644 index 0000000..8aeded3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alarm-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.54 14.53 8.41 12.4l-1.06 1.06 3.18 3.18 6-6-1.06-1.06zM12 20a7 7 0 0 1-7-7 7 7 0 0 1 7-7 7 7 0 0 1 7 7 7 7 0 0 1-7 7m0-16a9 9 0 0 0-9 9 9 9 0 0 0 9 9 9 9 0 0 0 9-9 9 9 0 0 0-9-9m-4.12-.61L6.6 1.86 2 5.71l1.29 1.53zM22 5.72l-4.6-3.86-1.29 1.53 4.6 3.86z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alarm-light-off-outline.svg b/mkdocs-material/material/templates/.icons/material/alarm-light-off-outline.svg new file mode 100644 index 0000000..b9b5295 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alarm-light-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.5 7.3 9 5.8c.9-.5 1.9-.8 3-.8 3.3 0 6 2.7 6 6v3.8l-2-2V11c0-2.2-1.8-4-4-4q-.75 0-1.5.3m9.6-2.5-1.4-1.4-2.1 2.1L18 6.9zm-.6 5.7v2h3v-2zm-15 0h-3v2h3zM2.4 1.7l19.7 19.7-1.3 1.3-.7-.7H4c0-1.1.9-2 2-2h12.1l-1-1H6v-8c0-.9.2-1.8.6-2.5L1.1 3zM8 17h7.1l-7-7c0 .3-.1.7-.1 1zm5-16h-2v3h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alarm-light-off.svg b/mkdocs-material/material/templates/.icons/material/alarm-light-off.svg new file mode 100644 index 0000000..7dd5a68 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alarm-light-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18 14.8-9-9c.9-.5 1.9-.8 3-.8 3.3 0 6 2.7 6 6zm2.1-10-1.4-1.4-2.1 2.1L18 6.9zm-.6 5.7v2h3v-2zm-15 0h-3v2h3zM1.1 3l5.5 5.5c-.4.7-.6 1.6-.6 2.5v8h11.1l1 1H6c-1.1 0-2 .9-2 2h16.1l.7.7 1.3-1.3L2.4 1.7zM13 1h-2v3h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alarm-light-outline.svg b/mkdocs-material/material/templates/.icons/material/alarm-light-outline.svg new file mode 100644 index 0000000..5fc8a99 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alarm-light-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 6.9 3.87 4.78l1.41-1.41L7.4 5.5zM13 1v3h-2V1zm7.13 3.78L18 6.9l-1.4-1.4 2.12-2.13zM4.5 10.5v2h-3v-2zm15 0h3v2h-3zM6 20h12a2 2 0 0 1 2 2H4a2 2 0 0 1 2-2m6-15a6 6 0 0 1 6 6v8H6v-8a6 6 0 0 1 6-6m0 2a4 4 0 0 0-4 4v6h8v-6a4 4 0 0 0-4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alarm-light.svg b/mkdocs-material/material/templates/.icons/material/alarm-light.svg new file mode 100644 index 0000000..1ba145f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alarm-light.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 6.9 3.87 4.78l1.41-1.41L7.4 5.5zM13 1v3h-2V1zm7.13 3.78L18 6.9l-1.4-1.4 2.12-2.13zM4.5 10.5v2h-3v-2zm15 0h3v2h-3zM6 20h12a2 2 0 0 1 2 2H4a2 2 0 0 1 2-2m6-15a6 6 0 0 1 6 6v8H6v-8a6 6 0 0 1 6-6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alarm-multiple.svg b/mkdocs-material/material/templates/.icons/material/alarm-multiple.svg new file mode 100644 index 0000000..df81ca8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alarm-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.29 3.25 5.16 6.72 4 5.34l4.14-3.47zM22 5.35l-1.16 1.38-4.14-3.48 1.16-1.38zM13 4a8 8 0 0 1 8 8 8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8m0 2a6 6 0 0 0-6 6 6 6 0 0 0 6 6 6 6 0 0 0 6-6 6 6 0 0 0-6-6m-1 1.5h1.5v4.53l3.22 1.47-.62 1.36L12 13zM1 14c0-2.5 1.13-4.7 2.91-6.17A10 10 0 0 0 3 12l.06 1.13L3 14c0 2.28 1.27 4.26 3.14 5.28 1.3 1.22 2.93 2.11 4.75 2.5-.61.14-1.24.22-1.89.22a8 8 0 0 1-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alarm-note-off.svg b/mkdocs-material/material/templates/.icons/material/alarm-note-off.svg new file mode 100644 index 0000000..6f271da --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alarm-note-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 13v2.8l1 1V15h3v-2zM2.38 1.73 1.11 3 3 4.88l-1 .83 1.29 1.53 1.12-.94.8.8c-3.26 3.75-2.86 9.44.9 12.7A8.96 8.96 0 0 0 12 22c.33 0 .67 0 1-.06v-2c-.33.06-.67.06-1 .06a7 7 0 0 1-7-7c0-1.64.57-3.23 1.63-4.5l4.78 4.8-3.91 2.32.75 1.23 4.19-2.52 3.94 3.94a2.5 2.5 0 0 0-1.13 3.35 2.5 2.5 0 0 0 3.35 1.13c.49-.25.9-.64 1.13-1.13l1.11 1.11 1.27-1.27zM12 6c3.1 0 5.83 2.03 6.71 5h2.07C19.85 6.9 16.2 4 12 4c-1.35 0-2.69.3-3.9.9l1.52 1.52C10.38 6.14 11.19 6 12 6m-.5 2.3L13 9.8V8h-1.5zM7.88 3.39 6.6 1.86l-.84.7L7.18 4zm9.52-1.53-1.29 1.53 4.6 3.86L22 5.72z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alarm-note.svg b/mkdocs-material/material/templates/.icons/material/alarm-note.svg new file mode 100644 index 0000000..694c91c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alarm-note.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17.4 1.86-1.29 1.53 4.6 3.86L22 5.72zm-10.8 0L2 5.71l1.29 1.53 4.59-3.85zM12 4a9 9 0 0 0-9 9 9 9 0 0 0 9 9c.33 0 .67 0 1-.06v-2c-.33.06-.67.06-1 .06a7 7 0 0 1-7-7 7 7 0 0 1 7-7c3.1 0 5.83 2.03 6.71 5h2.07C19.85 6.9 16.2 4 12 4m11 11h-3v5.5a2.5 2.5 0 0 1-2.5 2.5 2.5 2.5 0 0 1-2.5-2.5 2.5 2.5 0 0 1 2.5-2.5c.54 0 1.07.18 1.5.5V13h4zM11.5 8v5.25l-4 2.37.75 1.23L13 14V8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alarm-off.svg b/mkdocs-material/material/templates/.icons/material/alarm-off.svg new file mode 100644 index 0000000..f6db629 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alarm-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 3.28 6.6 1.86l-.86.71L7.16 4m9.31 14.39C15.26 19.39 13.7 20 12 20a7 7 0 0 1-7-7c0-1.7.61-3.26 1.61-4.47M2.92 2.29 1.65 3.57 3 4.9l-1.13.93 1.42 1.42 1.11-.94.8.8A8.96 8.96 0 0 0 3 13a9 9 0 0 0 9 9c2.25 0 4.31-.83 5.89-2.2l2.2 2.2 1.27-1.27L3.89 3.27zM22 5.72l-4.6-3.86-1.29 1.53 4.6 3.86zM12 6a7 7 0 0 1 7 7c0 .84-.16 1.65-.43 2.4l1.52 1.52c.58-1.19.91-2.51.91-3.92a9 9 0 0 0-9-9c-1.41 0-2.73.33-3.92.91L9.6 6.43C10.35 6.16 11.16 6 12 6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alarm-panel-outline.svg b/mkdocs-material/material/templates/.icons/material/alarm-panel-outline.svg new file mode 100644 index 0000000..103bda4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alarm-panel-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 12H6v-2h3zm4.5-2h-3v2h3zm4.5 0h-3v2h3zm0-4H6v3h12zm2-1H4v14h16zm0-2c1.1 0 2 .9 2 2v14c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2zM9 13H6v2h3zm4.5 0h-3v2h3zm4.5 0h-3v2h3zm-9 3H6v2h3zm4.5 0h-3v2h3zm4.5 0h-3v2h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alarm-panel.svg b/mkdocs-material/material/templates/.icons/material/alarm-panel.svg new file mode 100644 index 0000000..b5441f4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alarm-panel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 3H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2M8 19H5v-2h3zm0-3H5v-2h3zm0-3H5v-2h3zm5.5 6h-3v-2h3zm0-3h-3v-2h3zm0-3h-3v-2h3zm5.5 6h-3v-2h3zm0-3h-3v-2h3zm0-3h-3v-2h3zm0-4H5V5h14z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alarm-plus.svg b/mkdocs-material/material/templates/.icons/material/alarm-plus.svg new file mode 100644 index 0000000..c2d1952 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alarm-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 9h-2v3H8v2h3v3h2v-3h3v-2h-3m-1 8a7 7 0 0 1-7-7 7 7 0 0 1 7-7 7 7 0 0 1 7 7 7 7 0 0 1-7 7m0-16a9 9 0 0 0-9 9 9 9 0 0 0 9 9 9 9 0 0 0 9-9 9 9 0 0 0-9-9m10 1.72-4.6-3.86-1.29 1.53 4.6 3.86M7.88 3.39 6.6 1.86 2 5.71l1.29 1.53z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alarm-snooze.svg b/mkdocs-material/material/templates/.icons/material/alarm-snooze.svg new file mode 100644 index 0000000..19e7a84 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alarm-snooze.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.88 3.39 6.6 1.86 2 5.71l1.29 1.53zM22 5.72l-4.6-3.86-1.29 1.53 4.6 3.86zM12 4a9 9 0 0 0-9 9 9 9 0 0 0 9 9 9 9 0 0 0 9-9 9 9 0 0 0-9-9m0 16a7 7 0 0 1-7-7 7 7 0 0 1 7-7 7 7 0 0 1 7 7 7 7 0 0 1-7 7m-3-9h3.63L9 15.2V17h6v-2h-3.63L15 10.8V9H9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alarm.svg b/mkdocs-material/material/templates/.icons/material/alarm.svg new file mode 100644 index 0000000..7e62b01 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alarm.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20a7 7 0 0 1-7-7 7 7 0 0 1 7-7 7 7 0 0 1 7 7 7 7 0 0 1-7 7m0-16a9 9 0 0 0-9 9 9 9 0 0 0 9 9 9 9 0 0 0 9-9 9 9 0 0 0-9-9m.5 4H11v6l4.75 2.85.75-1.23-4-2.37zM7.88 3.39 6.6 1.86 2 5.71l1.29 1.53zM22 5.72l-4.6-3.86-1.29 1.53 4.6 3.86z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/album.svg b/mkdocs-material/material/templates/.icons/material/album.svg new file mode 100644 index 0000000..02fae5f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/album.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 11a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1m0 5.5c-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5-2 4.5-4.5 4.5M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alert-box-outline.svg b/mkdocs-material/material/templates/.icons/material/alert-box-outline.svg new file mode 100644 index 0000000..9d11e12 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alert-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 19H5V5h14m0-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-8 12h2v2h-2zm0-8h2v6h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alert-box.svg b/mkdocs-material/material/templates/.icons/material/alert-box.svg new file mode 100644 index 0000000..785e07a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alert-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m8 10V7h-2v6zm0 4v-2h-2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alert-circle-check-outline.svg b/mkdocs-material/material/templates/.icons/material/alert-circle-check-outline.svg new file mode 100644 index 0000000..f64f2e8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alert-circle-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18.75 22.16-2.75-3L17.16 18l1.59 1.59L22.34 16l1.16 1.41zM11 15h2v2h-2zm0-8h2v6h-2zm1-5c5.5 0 10 4.5 10 10l-.08 1.31c-.61-.2-1.25-.31-1.98-.31l.06-1c0-4.42-3.58-8-8-8s-8 3.58-8 8 3.58 8 8 8c.71 0 1.39-.09 2.05-.26.08.68.28 1.32.57 1.91-.84.23-1.72.35-2.62.35-5.53 0-10-4.5-10-10S6.47 2 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alert-circle-check.svg b/mkdocs-material/material/templates/.icons/material/alert-circle-check.svg new file mode 100644 index 0000000..49efec3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alert-circle-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18.75 22.16-2.75-3L17.16 18l1.59 1.59L22.34 16l1.16 1.41zM13 13V7h-2v6zm0 4v-2h-2v2zM12 2c5.5 0 10 4.5 10 10l-.09 1.31A6.005 6.005 0 0 0 14 19c0 .95.22 1.85.62 2.65-.84.23-1.71.35-2.62.35-5.5 0-10-4.5-10-10S6.5 2 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alert-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/alert-circle-outline.svg new file mode 100644 index 0000000..b39e191 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alert-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 15h2v2h-2zm0-8h2v6h-2zm1-5C6.47 2 2 6.5 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 18a8 8 0 0 1-8-8 8 8 0 0 1 8-8 8 8 0 0 1 8 8 8 8 0 0 1-8 8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alert-circle.svg b/mkdocs-material/material/templates/.icons/material/alert-circle.svg new file mode 100644 index 0000000..6c3a59e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alert-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 13h-2V7h2m0 10h-2v-2h2M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alert-decagram-outline.svg b/mkdocs-material/material/templates/.icons/material/alert-decagram-outline.svg new file mode 100644 index 0000000..ddc2c33 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alert-decagram-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23 12-2.44 2.78.34 3.68-3.61.82-1.89 3.18L12 21l-3.4 1.47-1.89-3.18-3.61-.82.34-3.69L1 12l2.44-2.79-.34-3.68 3.61-.81L8.6 1.54 12 3l3.4-1.46 1.89 3.18 3.61.82-.34 3.68zm-2.67 0L18.5 9.89l.24-2.79L16 6.5l-1.42-2.43L12 5.18 9.42 4.07 8 6.5l-2.74.59.24 2.79L3.67 12l1.83 2.1-.24 2.8 2.74.6 1.42 2.43L12 18.81l2.58 1.11L16 17.5l2.74-.61-.24-2.79zM11 15h2v2h-2zm0-8h2v6h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alert-decagram.svg b/mkdocs-material/material/templates/.icons/material/alert-decagram.svg new file mode 100644 index 0000000..ac7d491 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alert-decagram.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23 12-2.44-2.78.34-3.68-3.61-.82-1.89-3.18L12 3 8.6 1.54 6.71 4.72l-3.61.81.34 3.68L1 12l2.44 2.78-.34 3.69 3.61.82 1.89 3.18L12 21l3.4 1.46 1.89-3.18 3.61-.82-.34-3.68zm-10 5h-2v-2h2zm0-4h-2V7h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alert-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/alert-minus-outline.svg new file mode 100644 index 0000000..6f23148 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alert-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 15.5h2v2h-2zm3 3.5v-.4H5.4L12 7.3l4.11 7.14c.51-.44 1.09-.79 1.73-1.03L12 3.3 2 20.6h12.22c-.14-.51-.22-1.04-.22-1.6m-1-8.5h-2v4h2zm3 7.5v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alert-minus.svg b/mkdocs-material/material/templates/.icons/material/alert-minus.svg new file mode 100644 index 0000000..f57eab2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alert-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 19c0-2.79 1.91-5.13 4.5-5.8L12 2 1 21h13.35c-.22-.63-.35-1.3-.35-2m-1-1h-2v-2h2zm0-4h-2v-4h2zm11 4v2h-8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alert-octagon-outline.svg b/mkdocs-material/material/templates/.icons/material/alert-octagon-outline.svg new file mode 100644 index 0000000..d7d9de4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alert-octagon-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.27 3 3 8.27v7.46L8.27 21h7.46C17.5 19.24 21 15.73 21 15.73V8.27L15.73 3M9.1 5h5.8L19 9.1v5.8L14.9 19H9.1L5 14.9V9.1m6 5.9h2v2h-2zm0-8h2v6h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alert-octagon.svg b/mkdocs-material/material/templates/.icons/material/alert-octagon.svg new file mode 100644 index 0000000..0d0ffe0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alert-octagon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 13h-2V7h2m-2 8h2v2h-2m4.73-14H8.27L3 8.27v7.46L8.27 21h7.46L21 15.73V8.27z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alert-octagram-outline.svg b/mkdocs-material/material/templates/.icons/material/alert-octagram-outline.svg new file mode 100644 index 0000000..1a71183 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alert-octagram-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.2 16.06 3.88 12 2.2 7.94l4.06-1.68L7.94 2.2 12 3.88l4.06-1.68 1.68 4.06 4.06 1.68L20.12 12l1.68 4.06-4.06 1.68-1.68 4.06L12 20.12 7.94 21.8l-1.68-4.06zM4.81 9l1.24 3-1.24 3 2.98 1.21L9 19.19l3-1.24 3 1.24 1.21-2.98L19.19 15l-1.24-3 1.24-3-2.98-1.21L15 4.81l-3 1.24-3-1.24-1.21 2.98zM11 15h2v2h-2zm0-8h2v6h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alert-octagram.svg b/mkdocs-material/material/templates/.icons/material/alert-octagram.svg new file mode 100644 index 0000000..3419455 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alert-octagram.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.2 16.06 3.88 12 2.2 7.94l4.06-1.68L7.94 2.2 12 3.88l4.06-1.68 1.68 4.06 4.06 1.68L20.12 12l1.68 4.06-4.06 1.68-1.68 4.06L12 20.12 7.94 21.8l-1.68-4.06zM13 17v-2h-2v2zm0-4V7h-2v6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alert-outline.svg b/mkdocs-material/material/templates/.icons/material/alert-outline.svg new file mode 100644 index 0000000..fa3f21e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2 1 21h22M12 6l7.53 13H4.47M11 10v4h2v-4m-2 6v2h2v-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alert-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/alert-plus-outline.svg new file mode 100644 index 0000000..f5f7bf3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alert-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 15.5h2v2h-2zm3 3.5v-.4H5.4L12 7.3l4.11 7.14c.51-.44 1.09-.79 1.73-1.03L12 3.3 2 20.6h12.22c-.14-.51-.22-1.04-.22-1.6m-1-8.5h-2v4h2zm6 4.5v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alert-plus.svg b/mkdocs-material/material/templates/.icons/material/alert-plus.svg new file mode 100644 index 0000000..17a5661 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alert-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 19c0-2.79 1.91-5.13 4.5-5.8L12 2 1 21h13.35c-.22-.63-.35-1.3-.35-2m-1-1h-2v-2h2zm0-4h-2v-4h2zm8 1v3h3v2h-3v3h-2v-3h-3v-2h3v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alert-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/alert-remove-outline.svg new file mode 100644 index 0000000..ed6a0e8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alert-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 15.5h2v2h-2zm3 3.5v-.4H5.4L12 7.3l4.11 7.14c.51-.44 1.09-.79 1.73-1.03L12 3.3 2 20.6h12.22c-.14-.51-.22-1.04-.22-1.6m-1-8.5h-2v4h2zm9.12 4.96L20 17.59l-2.12-2.13-1.41 1.42L18.59 19l-2.12 2.12 1.41 1.42L20 20.41l2.12 2.13 1.42-1.42L21.41 19l2.13-2.12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alert-remove.svg b/mkdocs-material/material/templates/.icons/material/alert-remove.svg new file mode 100644 index 0000000..d0c523a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alert-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 19c0-2.79 1.91-5.13 4.5-5.8L12 2 1 21h13.35c-.22-.63-.35-1.3-.35-2m-1-1h-2v-2h2zm0-4h-2v-4h2zm10.54 2.88L21.41 19l2.13 2.12-1.42 1.42L20 20.41l-2.12 2.13-1.41-1.42L18.59 19l-2.12-2.12 1.41-1.41L20 17.59l2.12-2.13z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alert-rhombus-outline.svg b/mkdocs-material/material/templates/.icons/material/alert-rhombus-outline.svg new file mode 100644 index 0000000..b7c9947 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alert-rhombus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c-.5 0-1 .19-1.41.59l-8 8c-.79.78-.79 2.04 0 2.82l8 8c.78.79 2.04.79 2.82 0l8-8c.79-.78.79-2.04 0-2.82l-8-8C13 2.19 12.5 2 12 2m0 2 8 8-8 8-8-8m7-5v6h2V7m-2 8v2h2v-2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alert-rhombus.svg b/mkdocs-material/material/templates/.icons/material/alert-rhombus.svg new file mode 100644 index 0000000..d6f38fc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alert-rhombus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c-.5 0-1 .19-1.41.59l-8 8c-.79.78-.79 2.04 0 2.82l8 8c.78.79 2.04.79 2.82 0l8-8c.79-.78.79-2.04 0-2.82l-8-8C13 2.19 12.5 2 12 2m-1 5h2v6h-2zm0 8h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alert.svg b/mkdocs-material/material/templates/.icons/material/alert.svg new file mode 100644 index 0000000..7538a2c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 14h-2V9h2m0 9h-2v-2h2M1 21h22L12 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alien-outline.svg b/mkdocs-material/material/templates/.icons/material/alien-outline.svg new file mode 100644 index 0000000..467fb58 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alien-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.31 10.93c1.02 1.64.87 3.57-.35 4.35-1.22.76-3.04.05-4.07-1.59-1.02-1.64-.86-3.59.36-4.35s3.04-.05 4.06 1.59M12 17.75c2 0 2.5-.75 2.5-.75s-.5 2-2.5 2-2.5-1.97-2.5-2c0 0 .5.75 2.5.75m5.75-8.41c1.22.76 1.38 2.71.36 4.35-1.03 1.64-2.85 2.35-4.07 1.59-1.22-.78-1.37-2.71-.35-4.35s2.84-2.35 4.06-1.59M12 20c2.5 0 8-5.14 8-9s-3.59-7-8-7-8 3.14-8 7 5.5 9 8 9m0-18c5.5 0 10 4.04 10 9 0 4.08-5.68 11-10 11S2 15.08 2 11c0-4.96 4.5-9 10-9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alien.svg b/mkdocs-material/material/templates/.icons/material/alien.svg new file mode 100644 index 0000000..985970d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alien.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3c4.97 0 9 3.58 9 8s-6 10-9 10-9-5.58-9-10 4.03-8 9-8m-1.69 7.93C9.29 9.29 7.47 8.58 6.25 9.34s-1.38 2.71-.36 4.35c1.03 1.64 2.85 2.35 4.07 1.59 1.22-.78 1.37-2.71.35-4.35m3.38 0c-1.02 1.64-.87 3.57.35 4.35 1.22.76 3.04.05 4.07-1.59 1.02-1.64.86-3.59-.36-4.35s-3.04-.05-4.06 1.59M12 17.75c-2 0-2.5-.75-2.5-.75 0 .03.5 2 2.5 2s2.5-2 2.5-2-.5.75-2.5.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/align-horizontal-center.svg b/mkdocs-material/material/templates/.icons/material/align-horizontal-center.svg new file mode 100644 index 0000000..284440d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/align-horizontal-center.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 2h2v5h8v3h-8v4h5v3h-5v5h-2v-5H6v-3h5v-4H3V7h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/align-horizontal-distribute.svg b/mkdocs-material/material/templates/.icons/material/align-horizontal-distribute.svg new file mode 100644 index 0000000..1714a82 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/align-horizontal-distribute.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 22H2V2h2zM22 2h-2v20h2zm-8.5 5h-3v10h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/align-horizontal-left.svg b/mkdocs-material/material/templates/.icons/material/align-horizontal-left.svg new file mode 100644 index 0000000..2a53f31 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/align-horizontal-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 22H2V2h2zM22 7H6v3h16zm-6 7H6v3h10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/align-horizontal-right.svg b/mkdocs-material/material/templates/.icons/material/align-horizontal-right.svg new file mode 100644 index 0000000..0011176 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/align-horizontal-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2h2v20h-2zM2 10h16V7H2zm6 7h10v-3H8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/align-vertical-bottom.svg b/mkdocs-material/material/templates/.icons/material/align-vertical-bottom.svg new file mode 100644 index 0000000..ee09687 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/align-vertical-bottom.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 22H2v-2h20zM10 2H7v16h3zm7 6h-3v10h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/align-vertical-center.svg b/mkdocs-material/material/templates/.icons/material/align-vertical-center.svg new file mode 100644 index 0000000..1444e18 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/align-vertical-center.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 11h-5V6h-3v5h-4V3H7v8H1.8v2H7v8h3v-8h4v5h3v-5h5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/align-vertical-distribute.svg b/mkdocs-material/material/templates/.icons/material/align-vertical-distribute.svg new file mode 100644 index 0000000..f57cddb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/align-vertical-distribute.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 2v2H2V2zM7 10.5v3h10v-3zM2 20v2h20v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/align-vertical-top.svg b/mkdocs-material/material/templates/.icons/material/align-vertical-top.svg new file mode 100644 index 0000000..6a64fec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/align-vertical-top.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 2v2H2V2zM7 22h3V6H7zm7-6h3V6h-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/all-inclusive-box-outline.svg b/mkdocs-material/material/templates/.icons/material/all-inclusive-box-outline.svg new file mode 100644 index 0000000..6509bb6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/all-inclusive-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 12c0 1.84-1.5 3.34-3.34 3.34-.89 0-1.72-.34-2.35-.98l-.6-.6 1.06-1.05c.27.29.6.59.6.59.34.35.81.54 1.3.54 1.01 0 1.83-.84 1.83-1.84s-.82-1.84-1.83-1.84c-.49 0-.96.2-1.3.54l-3.67 3.66c-.63.64-1.47.98-2.36.98C6.5 15.34 5 13.84 5 12s1.5-3.34 3.34-3.34c.89 0 1.73.34 2.36.98l.59.6-1.06 1.06-.59-.6c-.35-.34-.81-.54-1.3-.54-1.02 0-1.84.84-1.84 1.84s.82 1.84 1.84 1.84c.49 0 .95-.19 1.3-.54l3.67-3.66c.63-.64 1.46-.98 2.35-.98C17.5 8.66 19 10.16 19 12m2-7v14c0 1.11-.89 2-2 2H5a2 2 0 0 1-2-2V5c0-1.11.89-2 2-2h14a2 2 0 0 1 2 2m-2 0H5v14h14z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/all-inclusive-box.svg b/mkdocs-material/material/templates/.icons/material/all-inclusive-box.svg new file mode 100644 index 0000000..047c7b6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/all-inclusive-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2V5a2 2 0 0 0-2-2m-2.9 12.9c-1.03 0-2.01-.4-2.75-1.14l-.64-.64 1.42-1.41.63.63A1.897 1.897 0 0 0 18 12a1.9 1.9 0 0 0-1.9-1.9c-.5 0-.98.2-1.34.56l-4.11 4.1A3.85 3.85 0 0 1 7.9 15.9C5.75 15.9 4 14.15 4 12s1.75-3.9 3.9-3.9c1.04 0 2.01.4 2.75 1.14l.64.64-1.42 1.42-.63-.64c-.36-.36-.84-.56-1.34-.56a1.9 1.9 0 1 0 0 3.8c.5 0 .98-.2 1.34-.56l4.11-4.1A3.85 3.85 0 0 1 16.1 8.1c2.15 0 3.9 1.75 3.9 3.9s-1.75 3.9-3.9 3.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/all-inclusive.svg b/mkdocs-material/material/templates/.icons/material/all-inclusive.svg new file mode 100644 index 0000000..f415147 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/all-inclusive.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.6 6.62c-1.44 0-2.8.56-3.77 1.53L7.8 14.39c-.64.64-1.49.99-2.4.99C3.53 15.38 2 13.87 2 12s1.53-3.38 3.4-3.38c.91 0 1.76.35 2.44 1.03l1.13 1 1.53-1.34L9.22 8.2A5.37 5.37 0 0 0 5.4 6.62C2.42 6.62 0 9.04 0 12s2.42 5.38 5.4 5.38c1.44 0 2.8-.56 3.77-1.53l7.03-6.24c.64-.64 1.49-.99 2.4-.99 1.87 0 3.4 1.51 3.4 3.38s-1.53 3.38-3.4 3.38c-.9 0-1.76-.35-2.44-1.03L15 13.34l-1.5 1.34 1.28 1.12a5.39 5.39 0 0 0 3.82 1.57c2.98 0 5.4-2.41 5.4-5.37 0-3-2.42-5.38-5.4-5.38"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/allergy.svg b/mkdocs-material/material/templates/.icons/material/allergy.svg new file mode 100644 index 0000000..a8e75a8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/allergy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.75 5.33a1.25 1.25 0 0 0-1.25 1.25v4.59h-.83V4.08a1.25 1.25 0 0 0-2.5 0v7.09h-.84V3.25a1.25 1.25 0 1 0-2.5 0v7.92H11V5.33a1.25 1.25 0 0 0-2.5 0v9.93l-3.59-2a1 1 0 0 0-.5-.14 1 1 0 0 0-.66.25l-1.08 1L9.21 21a3.3 3.3 0 0 0 2.37 1h6.09A3.33 3.33 0 0 0 21 18.67V6.58a1.25 1.25 0 0 0-1.25-1.25M11 15a1 1 0 1 1 1-1 1 1 0 0 1-1 1m2 3a1 1 0 1 1 1-1 1 1 0 0 1-1 1m5-2a1 1 0 1 1 1-1 1 1 0 0 1-1 1m-1 3a1 1 0 1 1 1-1 1 1 0 0 1-1 1m-2-4a1 1 0 1 1 1-1 1 1 0 0 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-a-box-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-a-box-outline.svg new file mode 100644 index 0000000..6a0dab9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-a-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2zm2 0v14h14V5zm6 2h2a2 2 0 0 1 2 2v8h-2v-4h-2v4H9V9a2 2 0 0 1 2-2m0 2v2h2V9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-a-box.svg b/mkdocs-material/material/templates/.icons/material/alpha-a-box.svg new file mode 100644 index 0000000..0ee8b5d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-a-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2zm8 2a2 2 0 0 0-2 2v8h2v-4h2v4h2V9a2 2 0 0 0-2-2zm0 2h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-a-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-a-circle-outline.svg new file mode 100644 index 0000000..6c78782 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-a-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 7h2a2 2 0 0 1 2 2v8h-2v-4h-2v4H9V9a2 2 0 0 1 2-2m0 2v2h2V9zm1 11a8 8 0 0 0 8-8 8 8 0 0 0-8-8 8 8 0 0 0-8 8 8 8 0 0 0 8 8m0-18a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-a-circle.svg b/mkdocs-material/material/templates/.icons/material/alpha-a-circle.svg new file mode 100644 index 0000000..89cf2ed --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-a-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m-1 5a2 2 0 0 0-2 2v8h2v-4h2v4h2V9a2 2 0 0 0-2-2zm0 2h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-a.svg b/mkdocs-material/material/templates/.icons/material/alpha-a.svg new file mode 100644 index 0000000..0d9d995 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-a.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 7a2 2 0 0 0-2 2v8h2v-4h2v4h2V9a2 2 0 0 0-2-2zm0 2h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-b-box-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-b-box-outline.svg new file mode 100644 index 0000000..b220335 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-b-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 10.5c0 .8-.7 1.5-1.5 1.5.8 0 1.5.7 1.5 1.5V15a2 2 0 0 1-2 2H9V7h4a2 2 0 0 1 2 2zM13 15v-2h-2v2zm0-4V9h-2v2zM3 5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2zm2 0v14h14V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-b-box.svg b/mkdocs-material/material/templates/.icons/material/alpha-b-box.svg new file mode 100644 index 0000000..e210d10 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-b-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m10 7.5V9a2 2 0 0 0-2-2H9v10h4a2 2 0 0 0 2-2v-1.5c0-.8-.7-1.5-1.5-1.5.8 0 1.5-.7 1.5-1.5M13 15h-2v-2h2zm0-4h-2V9h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-b-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-b-circle-outline.svg new file mode 100644 index 0000000..a3a4479 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-b-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 10.5c0 .8-.7 1.5-1.5 1.5.8 0 1.5.7 1.5 1.5V15a2 2 0 0 1-2 2H9V7h4a2 2 0 0 1 2 2zM13 15v-2h-2v2zm0-4V9h-2v2zm-1-9a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-b-circle.svg b/mkdocs-material/material/templates/.icons/material/alpha-b-circle.svg new file mode 100644 index 0000000..894df82 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-b-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m3 8.5V9a2 2 0 0 0-2-2H9v10h4a2 2 0 0 0 2-2v-1.5c0-.8-.7-1.5-1.5-1.5.8 0 1.5-.7 1.5-1.5M13 15h-2v-2h2zm0-4h-2V9h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-b.svg b/mkdocs-material/material/templates/.icons/material/alpha-b.svg new file mode 100644 index 0000000..849f534 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-b.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 10.5V9a2 2 0 0 0-2-2H9v10h4a2 2 0 0 0 2-2v-1.5c0-.8-.7-1.5-1.5-1.5.8 0 1.5-.7 1.5-1.5M13 15h-2v-2h2zm0-4h-2V9h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-c-box-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-c-box-outline.svg new file mode 100644 index 0000000..e933116 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-c-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2zm2 0v14h14V5zm6 2h2a2 2 0 0 1 2 2v1h-2V9h-2v6h2v-1h2v1a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-c-box.svg b/mkdocs-material/material/templates/.icons/material/alpha-c-box.svg new file mode 100644 index 0000000..7b5df89 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-c-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m6 4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-1h-2v1h-2V9h2v1h2V9a2 2 0 0 0-2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-c-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-c-circle-outline.svg new file mode 100644 index 0000000..dd110df --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-c-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 7h2a2 2 0 0 1 2 2v1h-2V9h-2v6h2v-1h2v1a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2m1-5a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-c-circle.svg b/mkdocs-material/material/templates/.icons/material/alpha-c-circle.svg new file mode 100644 index 0000000..2e81a88 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-c-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m-1 5a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-1h-2v1h-2V9h2v1h2V9a2 2 0 0 0-2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-c.svg b/mkdocs-material/material/templates/.icons/material/alpha-c.svg new file mode 100644 index 0000000..31fc703 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-c.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 7a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-1h-2v1h-2V9h2v1h2V9a2 2 0 0 0-2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-d-box-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-d-box-outline.svg new file mode 100644 index 0000000..41e60a8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-d-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7h4a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H9zm2 2v6h2V9zM3 5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2zm2 0v14h14V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-d-box.svg b/mkdocs-material/material/templates/.icons/material/alpha-d-box.svg new file mode 100644 index 0000000..bd39c2b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-d-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7v10h4a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zm2 2h2v6h-2zM5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-d-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-d-circle-outline.svg new file mode 100644 index 0000000..76adf79 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-d-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7h4a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H9zm2 2v6h2V9zm1-7a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-d-circle.svg b/mkdocs-material/material/templates/.icons/material/alpha-d-circle.svg new file mode 100644 index 0000000..5027a0e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-d-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2M9 7v10h4a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zm2 2h2v6h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-d.svg b/mkdocs-material/material/templates/.icons/material/alpha-d.svg new file mode 100644 index 0000000..dce7252 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-d.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7v10h4a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zm2 2h2v6h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-e-box-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-e-box-outline.svg new file mode 100644 index 0000000..6f0b697 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-e-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7h6v2h-4v2h4v2h-4v2h4v2H9zM3 5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2zm2 0v14h14V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-e-box.svg b/mkdocs-material/material/templates/.icons/material/alpha-e-box.svg new file mode 100644 index 0000000..df2a90d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-e-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7v10h6v-2h-4v-2h4v-2h-4V9h4V7zM5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-e-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-e-circle-outline.svg new file mode 100644 index 0000000..b65de5a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-e-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7h6v2h-4v2h4v2h-4v2h4v2H9zm3-5a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-e-circle.svg b/mkdocs-material/material/templates/.icons/material/alpha-e-circle.svg new file mode 100644 index 0000000..ad9b561 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-e-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2M9 7v10h6v-2h-4v-2h4v-2h-4V9h4V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-e.svg b/mkdocs-material/material/templates/.icons/material/alpha-e.svg new file mode 100644 index 0000000..02c52fd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-e.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7v10h6v-2h-4v-2h4v-2h-4V9h4V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-f-box-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-f-box-outline.svg new file mode 100644 index 0000000..7953ff9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-f-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7h6v2h-4v2h3v2h-3v4H9zM3 5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2zm2 0v14h14V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-f-box.svg b/mkdocs-material/material/templates/.icons/material/alpha-f-box.svg new file mode 100644 index 0000000..b7a03fe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-f-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7v10h2v-4h3v-2h-3V9h4V7zM5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-f-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-f-circle-outline.svg new file mode 100644 index 0000000..9868834 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-f-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7h6v2h-4v2h3v2h-3v4H9zm3-5a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-f-circle.svg b/mkdocs-material/material/templates/.icons/material/alpha-f-circle.svg new file mode 100644 index 0000000..ff16d83 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-f-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2M9 7v10h2v-4h3v-2h-3V9h4V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-f.svg b/mkdocs-material/material/templates/.icons/material/alpha-f.svg new file mode 100644 index 0000000..a58d5a1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-f.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7v10h2v-4h3v-2h-3V9h4V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-g-box-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-g-box-outline.svg new file mode 100644 index 0000000..84c51f1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-g-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 7h4v2h-4v6h2v-4h2v4a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2M3 5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2zm2 0v14h14V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-g-box.svg b/mkdocs-material/material/templates/.icons/material/alpha-g-box.svg new file mode 100644 index 0000000..0410bad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-g-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 7a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-4h-2v4h-2V9h4V7zM5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-g-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-g-circle-outline.svg new file mode 100644 index 0000000..90ad67d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-g-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 7h4v2h-4v6h2v-4h2v4a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2m1-5a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-g-circle.svg b/mkdocs-material/material/templates/.icons/material/alpha-g-circle.svg new file mode 100644 index 0000000..1a18ed1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-g-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m-1 5a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-4h-2v4h-2V9h4V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-g.svg b/mkdocs-material/material/templates/.icons/material/alpha-g.svg new file mode 100644 index 0000000..6a93575 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-g.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 7a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-4h-2v4h-2V9h4V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-h-box-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-h-box-outline.svg new file mode 100644 index 0000000..0a723c3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-h-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7h2v4h2V7h2v10h-2v-4h-2v4H9zM3 5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2zm2 0v14h14V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-h-box.svg b/mkdocs-material/material/templates/.icons/material/alpha-h-box.svg new file mode 100644 index 0000000..0549435 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-h-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7v10h2v-4h2v4h2V7h-2v4h-2V7zM5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-h-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-h-circle-outline.svg new file mode 100644 index 0000000..5f26763 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-h-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7h2v4h2V7h2v10h-2v-4h-2v4H9zm3-5a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-h-circle.svg b/mkdocs-material/material/templates/.icons/material/alpha-h-circle.svg new file mode 100644 index 0000000..07d70a6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-h-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2M9 7v10h2v-4h2v4h2V7h-2v4h-2V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-h.svg b/mkdocs-material/material/templates/.icons/material/alpha-h.svg new file mode 100644 index 0000000..d8d0c00 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-h.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7v10h2v-4h2v4h2V7h-2v4h-2V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-i-box-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-i-box-outline.svg new file mode 100644 index 0000000..3edbe74 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-i-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 7v2h-1v6h1v2h-4v-2h1V9h-1V7zM5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m0 2v14h14V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-i-box.svg b/mkdocs-material/material/templates/.icons/material/alpha-i-box.svg new file mode 100644 index 0000000..e97560e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-i-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 7h-4v2h1v6h-1v2h4v-2h-1V9h1zM5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-i-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-i-circle-outline.svg new file mode 100644 index 0000000..852ac03 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-i-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 7v2h-1v6h1v2h-4v-2h1V9h-1V7zm-2-5a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-i-circle.svg b/mkdocs-material/material/templates/.icons/material/alpha-i-circle.svg new file mode 100644 index 0000000..1d1a741 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-i-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m2 5h-4v2h1v6h-1v2h4v-2h-1V9h1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-i.svg b/mkdocs-material/material/templates/.icons/material/alpha-i.svg new file mode 100644 index 0000000..85c122a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-i.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 7v2h-1v6h1v2h-4v-2h1V9h-1V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-j-box-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-j-box-outline.svg new file mode 100644 index 0000000..d4b0f26 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-j-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 7h2v8a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-1h2v1h2zM5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m0 2v14h14V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-j-box.svg b/mkdocs-material/material/templates/.icons/material/alpha-j-box.svg new file mode 100644 index 0000000..6a8d5b5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-j-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 7v8h-2v-1H9v1a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V7zM5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-j-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-j-circle-outline.svg new file mode 100644 index 0000000..1720af6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-j-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 7h2v8a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-1h2v1h2zm-1-5a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-j-circle.svg b/mkdocs-material/material/templates/.icons/material/alpha-j-circle.svg new file mode 100644 index 0000000..940bf76 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-j-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m1 5v8h-2v-1H9v1a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-j.svg b/mkdocs-material/material/templates/.icons/material/alpha-j.svg new file mode 100644 index 0000000..45d5247 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-j.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 7v8h-2v-1H9v1a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-k-box-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-k-box-outline.svg new file mode 100644 index 0000000..72f531f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-k-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7h2v3.33L13 7h2l-3 5 3 5h-2l-2-3.33V17H9zM5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m0 2v14h14V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-k-box.svg b/mkdocs-material/material/templates/.icons/material/alpha-k-box.svg new file mode 100644 index 0000000..5b33e3e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-k-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7v10h2v-3.33L13 17h2l-3-5 3-5h-2l-2 3.33V7zM5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-k-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-k-circle-outline.svg new file mode 100644 index 0000000..6313ca7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-k-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7h2v3.33L13 7h2l-3 5 3 5h-2l-2-3.33V17H9zm3-5a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-k-circle.svg b/mkdocs-material/material/templates/.icons/material/alpha-k-circle.svg new file mode 100644 index 0000000..2191bdc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-k-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2M9 7v10h2v-3.33L13 17h2l-3-5 3-5h-2l-2 3.33V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-k.svg b/mkdocs-material/material/templates/.icons/material/alpha-k.svg new file mode 100644 index 0000000..ba31bf4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-k.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7v10h2v-3.33L13 17h2l-3-5 3-5h-2l-2 3.33V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-l-box-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-l-box-outline.svg new file mode 100644 index 0000000..87d9365 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-l-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7h2v8h4v2H9zM5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m0 2v14h14V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-l-box.svg b/mkdocs-material/material/templates/.icons/material/alpha-l-box.svg new file mode 100644 index 0000000..17e020f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-l-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7v10h6v-2h-4V7zM5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-l-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-l-circle-outline.svg new file mode 100644 index 0000000..dba6c67 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-l-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7h2v8h4v2H9zm3-5a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-l-circle.svg b/mkdocs-material/material/templates/.icons/material/alpha-l-circle.svg new file mode 100644 index 0000000..0f3b4b0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-l-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7v10h6v-2h-4V7zm3-5a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-l.svg b/mkdocs-material/material/templates/.icons/material/alpha-l.svg new file mode 100644 index 0000000..09ea5d6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-l.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7v10h6v-2h-4V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-m-box-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-m-box-outline.svg new file mode 100644 index 0000000..b0b91b7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-m-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7h6a2 2 0 0 1 2 2v8h-2V9h-2v7h-2V9H9v8H7V9a2 2 0 0 1 2-2M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m0 2v14h14V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-m-box.svg b/mkdocs-material/material/templates/.icons/material/alpha-m-box.svg new file mode 100644 index 0000000..c34a386 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-m-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7a2 2 0 0 0-2 2v8h2V9h2v7h2V9h2v8h2V9a2 2 0 0 0-2-2zM5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-m-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-m-circle-outline.svg new file mode 100644 index 0000000..4bcf619 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-m-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7h6a2 2 0 0 1 2 2v8h-2V9h-2v7h-2V9H9v8H7V9a2 2 0 0 1 2-2m3-5a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-m-circle.svg b/mkdocs-material/material/templates/.icons/material/alpha-m-circle.svg new file mode 100644 index 0000000..7888c1c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-m-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7a2 2 0 0 0-2 2v8h2V9h2v7h2V9h2v8h2V9a2 2 0 0 0-2-2zm3-5a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-m.svg b/mkdocs-material/material/templates/.icons/material/alpha-m.svg new file mode 100644 index 0000000..5f5f6b4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-m.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7a2 2 0 0 0-2 2v8h2V9h2v7h2V9h2v8h2V9a2 2 0 0 0-2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-n-box-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-n-box-outline.svg new file mode 100644 index 0000000..186e467 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-n-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7h2l2 5V7h2v10h-2l-2-5v5H9zM5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m0 2v14h14V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-n-box.svg b/mkdocs-material/material/templates/.icons/material/alpha-n-box.svg new file mode 100644 index 0000000..936846d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-n-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7v10h2v-5l2 5h2V7h-2v5l-2-5zM5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-n-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-n-circle-outline.svg new file mode 100644 index 0000000..aa42d0e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-n-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7h2l2 5V7h2v10h-2l-2-5v5H9zm3-5a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-n-circle.svg b/mkdocs-material/material/templates/.icons/material/alpha-n-circle.svg new file mode 100644 index 0000000..8fd6ce7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-n-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7v10h2v-5l2 5h2V7h-2v5l-2-5zm3-5a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-n.svg b/mkdocs-material/material/templates/.icons/material/alpha-n.svg new file mode 100644 index 0000000..615bc3a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-n.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7v10h2v-5l2 5h2V7h-2v5l-2-5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-o-box-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-o-box-outline.svg new file mode 100644 index 0000000..c78d635 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-o-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m0 2v14h14V5zm6 2h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2m0 2v6h2V9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-o-box.svg b/mkdocs-material/material/templates/.icons/material/alpha-o-box.svg new file mode 100644 index 0000000..88f9b5e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-o-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 7a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zm0 2h2v6h-2zM5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-o-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-o-circle-outline.svg new file mode 100644 index 0000000..a646f37 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-o-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 7h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2m0 2v6h2V9zm1-7a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-o-circle.svg b/mkdocs-material/material/templates/.icons/material/alpha-o-circle.svg new file mode 100644 index 0000000..60beb51 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-o-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 7a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zm0 2h2v6h-2zm1-7a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-o.svg b/mkdocs-material/material/templates/.icons/material/alpha-o.svg new file mode 100644 index 0000000..ee607cd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-o.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 7a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zm0 2h2v6h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-p-box-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-p-box-outline.svg new file mode 100644 index 0000000..e66121b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-p-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7h4a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-2v4H9zm2 2v2h2V9zM5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m0 2v14h14V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-p-box.svg b/mkdocs-material/material/templates/.icons/material/alpha-p-box.svg new file mode 100644 index 0000000..00f4058 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-p-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7v10h2v-4h2a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zm2 2h2v2h-2zM5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-p-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-p-circle-outline.svg new file mode 100644 index 0000000..c45c15c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-p-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7h4a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-2v4H9zm2 2v2h2V9zm1-7a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-p-circle.svg b/mkdocs-material/material/templates/.icons/material/alpha-p-circle.svg new file mode 100644 index 0000000..2f32053 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-p-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7v10h2v-4h2a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zm2 2h2v2h-2zm1-7a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-p.svg b/mkdocs-material/material/templates/.icons/material/alpha-p.svg new file mode 100644 index 0000000..20626e5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-p.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7v10h2v-4h2a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zm2 2h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-q-box-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-q-box-outline.svg new file mode 100644 index 0000000..0c34dde --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-q-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 4h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2m0 2v14h14V6zm6 1h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2v2h-2v-2a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2m0 2v6h2V9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-q-box.svg b/mkdocs-material/material/templates/.icons/material/alpha-q-box.svg new file mode 100644 index 0000000..18e092c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-q-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 7a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2v2h2v-2a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zm0 2h2v6h-2zM5 4h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-q-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-q-circle-outline.svg new file mode 100644 index 0000000..f9a8a33 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-q-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8m-1 3h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2v2h-2v-2a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2m0 2v6h2V9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-q-circle.svg b/mkdocs-material/material/templates/.icons/material/alpha-q-circle.svg new file mode 100644 index 0000000..1134871 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-q-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m-1 5a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2v2h2v-2a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zm0 2h2v6h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-q.svg b/mkdocs-material/material/templates/.icons/material/alpha-q.svg new file mode 100644 index 0000000..841e505 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-q.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 7a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2v2h2v-2a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zm0 2h2v6h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-r-box-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-r-box-outline.svg new file mode 100644 index 0000000..346d637 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-r-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7h4a2 2 0 0 1 2 2v2c0 .84-.5 1.55-1.24 1.85L15 17h-2l-1.2-4H11v4H9zm2 2v2h2V9zM5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m0 2v14h14V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-r-box.svg b/mkdocs-material/material/templates/.icons/material/alpha-r-box.svg new file mode 100644 index 0000000..c702015 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-r-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7v10h2v-4h.8l1.2 4h2l-1.24-4.15C14.5 12.55 15 11.84 15 11V9a2 2 0 0 0-2-2zm2 2h2v2h-2zM5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-r-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-r-circle-outline.svg new file mode 100644 index 0000000..740ac4f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-r-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7h4a2 2 0 0 1 2 2v2c0 .84-.5 1.55-1.24 1.85L15 17h-2l-1.2-4H11v4H9zm2 2v2h2V9zm1-7a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8c0 4.41 3.58 8 8 8a8 8 0 0 0 8-8 8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-r-circle.svg b/mkdocs-material/material/templates/.icons/material/alpha-r-circle.svg new file mode 100644 index 0000000..3b58545 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-r-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7v10h2v-4h.8l1.2 4h2l-1.24-4.15C14.5 12.55 15 11.84 15 11V9a2 2 0 0 0-2-2zm2 2h2v2h-2zm1-7a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-r.svg b/mkdocs-material/material/templates/.icons/material/alpha-r.svg new file mode 100644 index 0000000..93db8ac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-r.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7v10h2v-4h.8l1.2 4h2l-1.24-4.15C14.5 12.55 15 11.84 15 11V9a2 2 0 0 0-2-2zm2 2h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-s-box-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-s-box-outline.svg new file mode 100644 index 0000000..91c38b8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-s-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 7h4v2h-4v2h2a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H9v-2h4v-2h-2a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m0 2v14h14V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-s-box.svg b/mkdocs-material/material/templates/.icons/material/alpha-s-box.svg new file mode 100644 index 0000000..9326139 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-s-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 7a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2v2H9v2h4a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-2V9h4V7zM5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-s-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-s-circle-outline.svg new file mode 100644 index 0000000..e53e2b4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-s-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 7h4v2h-4v2h2a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H9v-2h4v-2h-2a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2m1-5a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-s-circle.svg b/mkdocs-material/material/templates/.icons/material/alpha-s-circle.svg new file mode 100644 index 0000000..ff11344 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-s-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 7a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2v2H9v2h4a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-2V9h4V7zm1-5a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-s.svg b/mkdocs-material/material/templates/.icons/material/alpha-s.svg new file mode 100644 index 0000000..c6e9cd8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-s.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 7a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2v2H9v2h4a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-2V9h4V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-t-box-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-t-box-outline.svg new file mode 100644 index 0000000..6f56c7f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-t-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7h6v2h-2v8h-2V9H9zM5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m0 2v14h14V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-t-box.svg b/mkdocs-material/material/templates/.icons/material/alpha-t-box.svg new file mode 100644 index 0000000..e46efc9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-t-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7v2h2v8h2V9h2V7zM5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-t-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-t-circle-outline.svg new file mode 100644 index 0000000..779d4f7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-t-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7h6v2h-2v8h-2V9H9zm3-5a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-t-circle.svg b/mkdocs-material/material/templates/.icons/material/alpha-t-circle.svg new file mode 100644 index 0000000..f9e5039 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-t-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7v2h2v8h2V9h2V7zm3-5a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-t.svg b/mkdocs-material/material/templates/.icons/material/alpha-t.svg new file mode 100644 index 0000000..562f9ce --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-t.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7v2h2v8h2V9h2V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-u-box-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-u-box-outline.svg new file mode 100644 index 0000000..969b949 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-u-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7h2v8h2V7h2v8a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2zM5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m0 2v14h14V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-u-box.svg b/mkdocs-material/material/templates/.icons/material/alpha-u-box.svg new file mode 100644 index 0000000..38e45d6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-u-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7v8a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V7h-2v8h-2V7zM5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-u-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-u-circle-outline.svg new file mode 100644 index 0000000..67ea742 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-u-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7h2v8h2V7h2v8a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2zm3-5a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-u-circle.svg b/mkdocs-material/material/templates/.icons/material/alpha-u-circle.svg new file mode 100644 index 0000000..23d5c80 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-u-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7v8a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V7h-2v8h-2V7zm3-5a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-u.svg b/mkdocs-material/material/templates/.icons/material/alpha-u.svg new file mode 100644 index 0000000..85dd623 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-u.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7v8a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V7h-2v8h-2V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-v-box-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-v-box-outline.svg new file mode 100644 index 0000000..696ec0f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-v-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7h2l1 5 1-5h2l-2 10h-2zM5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m0 2v14h14V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-v-box.svg b/mkdocs-material/material/templates/.icons/material/alpha-v-box.svg new file mode 100644 index 0000000..fe9b014 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-v-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m9 7 2 10h2l2-10h-2l-1 5-1-5zM5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-v-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-v-circle-outline.svg new file mode 100644 index 0000000..85a2fe8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-v-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7h2l1 5 1-5h2l-2 10h-2zm3-5a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-v-circle.svg b/mkdocs-material/material/templates/.icons/material/alpha-v-circle.svg new file mode 100644 index 0000000..1cd5a04 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-v-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m9 7 2 10h2l2-10h-2l-1 5-1-5zm3-5a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-v.svg b/mkdocs-material/material/templates/.icons/material/alpha-v.svg new file mode 100644 index 0000000..41f1e55 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-v.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m9 7 2 10h2l2-10h-2l-1 5-1-5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-w-box-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-w-box-outline.svg new file mode 100644 index 0000000..3cddb6d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-w-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 17a2 2 0 0 1-2-2V7h2v8h2V8h2v7h2V7h2v8a2 2 0 0 1-2 2zM5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m0 2v14h14V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-w-box.svg b/mkdocs-material/material/templates/.icons/material/alpha-w-box.svg new file mode 100644 index 0000000..20e6228 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-w-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 17h6a2 2 0 0 0 2-2V7h-2v8h-2V8h-2v7H9V7H7v8a2 2 0 0 0 2 2M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-w-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-w-circle-outline.svg new file mode 100644 index 0000000..3d2a672 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-w-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 17a2 2 0 0 1-2-2V7h2v8h2V8h2v7h2V7h2v8a2 2 0 0 1-2 2zm3-15a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-w-circle.svg b/mkdocs-material/material/templates/.icons/material/alpha-w-circle.svg new file mode 100644 index 0000000..5224e16 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-w-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 17h6a2 2 0 0 0 2-2V7h-2v8h-2V8h-2v7H9V7H7v8a2 2 0 0 0 2 2m3-15a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-w.svg b/mkdocs-material/material/templates/.icons/material/alpha-w.svg new file mode 100644 index 0000000..7951866 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-w.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 17a2 2 0 0 1-2-2V7h2v8h2V8h2v7h2V7h2v8a2 2 0 0 1-2 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-x-box-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-x-box-outline.svg new file mode 100644 index 0000000..5ad9c64 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-x-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7h2l1 2.5L13 7h2l-2 5 2 5h-2l-1-2.5-1 2.5H9l2-5zM5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m0 2v14h14V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-x-box.svg b/mkdocs-material/material/templates/.icons/material/alpha-x-box.svg new file mode 100644 index 0000000..137d1d5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-x-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m9 7 2 5-2 5h2l1-2.5 1 2.5h2l-2-5 2-5h-2l-1 2.5L11 7zM5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-x-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-x-circle-outline.svg new file mode 100644 index 0000000..339007f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-x-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7h2l1 2.5L13 7h2l-2 5 2 5h-2l-1-2.5-1 2.5H9l2-5zm3-5a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-x-circle.svg b/mkdocs-material/material/templates/.icons/material/alpha-x-circle.svg new file mode 100644 index 0000000..90f3914 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-x-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m9 7 2 5-2 5h2l1-2.5 1 2.5h2l-2-5 2-5h-2l-1 2.5L11 7zm3-5a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-x.svg b/mkdocs-material/material/templates/.icons/material/alpha-x.svg new file mode 100644 index 0000000..549b208 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-x.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m9 7 2 5-2 5h2l1-2.5 1 2.5h2l-2-5 2-5h-2l-1 2.5L11 7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-y-box-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-y-box-outline.svg new file mode 100644 index 0000000..e3f5b3c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-y-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7h2l1 3 1-3h2l-2 6v4h-2v-4zM5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m0 2v14h14V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-y-box.svg b/mkdocs-material/material/templates/.icons/material/alpha-y-box.svg new file mode 100644 index 0000000..8a49c5a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-y-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m9 7 2 6v4h2v-4l2-6h-2l-1 3-1-3zM5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-y-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-y-circle-outline.svg new file mode 100644 index 0000000..84b8128 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-y-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7h2l1 3 1-3h2l-2 6v4h-2v-4zm3-5a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-y-circle.svg b/mkdocs-material/material/templates/.icons/material/alpha-y-circle.svg new file mode 100644 index 0000000..ef0299a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-y-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m9 7 2 6v4h2v-4l2-6h-2l-1 3-1-3zm3-5a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-y.svg b/mkdocs-material/material/templates/.icons/material/alpha-y.svg new file mode 100644 index 0000000..3298ac4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-y.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m9 7 2 6v4h2v-4l2-6h-2l-1 3-1-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-z-box-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-z-box-outline.svg new file mode 100644 index 0000000..ed0ec69 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-z-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7h6v2l-4 6h4v2H9v-2l4-6H9zM5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m0 2v14h14V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-z-box.svg b/mkdocs-material/material/templates/.icons/material/alpha-z-box.svg new file mode 100644 index 0000000..db88354 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-z-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7v2h4l-4 6v2h6v-2h-4l4-6V7zM5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-z-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/alpha-z-circle-outline.svg new file mode 100644 index 0000000..c331175 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-z-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7h6v2l-4 6h4v2H9v-2l4-6H9zm3-5a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-z-circle.svg b/mkdocs-material/material/templates/.icons/material/alpha-z-circle.svg new file mode 100644 index 0000000..bf18b3e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-z-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7v2h4l-4 6v2h6v-2h-4l4-6V7zm3-5a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha-z.svg b/mkdocs-material/material/templates/.icons/material/alpha-z.svg new file mode 100644 index 0000000..c7bf625 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha-z.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7v2h4l-4 6v2h6v-2h-4l4-6V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alpha.svg b/mkdocs-material/material/templates/.icons/material/alpha.svg new file mode 100644 index 0000000..9615ef6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alpha.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.08 17.8c-.46.13-.87.2-1.23.2-1.2 0-2.01-.88-2.42-2.65h-.05c-.99 1.91-2.38 2.86-4.13 2.86-1.31 0-2.36-.49-3.15-1.48S5.92 14.5 5.92 13c0-1.75.45-3.15 1.34-4.24s2.1-1.64 3.63-1.64c.82 0 1.56.23 2.2.68.64.46 1.13 1.1 1.47 1.93h.04l.71-2.4h2.56l-2.14 5.32c.24 1.24.49 2.09.77 2.54.24.45.58.68 1 .68.24 0 .43-.04.6-.11zm-4.26-5.24c-.21-1.13-.55-2.01-1.01-2.61-.45-.61-1-.91-1.63-.91-.82 0-1.48.37-1.97 1.1-.49.74-.71 1.65-.71 2.72 0 .98.19 1.79.62 2.45.42.66.99.98 1.7.98.6 0 1.15-.29 1.64-.84.5-.57.91-1.4 1.24-2.49z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alphabet-aurebesh.svg b/mkdocs-material/material/templates/.icons/material/alphabet-aurebesh.svg new file mode 100644 index 0000000..31ba467 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alphabet-aurebesh.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 4v7h11.23L22 4h-3l-5.54 5H5V4zm0 9v7h2v-5h8.46L19 20h3l-7.77-7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alphabet-cyrillic.svg b/mkdocs-material/material/templates/.icons/material/alphabet-cyrillic.svg new file mode 100644 index 0000000..e044afb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alphabet-cyrillic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 6c-1.64 0-3 1.36-3 3v6c0 1.65 1.36 3 3 3h1c1.65 0 3-1.35 3-3v-3c0-1.64-1.35-3-3-3h-2c0-.56.44-1 1-1h2c1.09 0 2-.91 2-2M5 9v2h3c.57 0 1 .43 1 1H7c-1.64 0-3 1.36-3 3 0 1.65 1.36 3 3 3h4v-6c0-1.64-1.35-3-3-3m7 2h2c.57 0 1 .43 1 1v3c0 .57-.43 1-1 1h-1c-.57 0-1-.43-1-1m-8-1h2v2H7c-.57 0-1-.43-1-1s.43-1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alphabet-greek.svg b/mkdocs-material/material/templates/.icons/material/alphabet-greek.svg new file mode 100644 index 0000000..8fcd21a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alphabet-greek.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 6c-1.64 0-3 1.36-3 3v12h2V9c0-.57.43-1 1-1h1c.57 0 1 .43 1 1v1c0 .57-.43 1-1 1h-1v2h1c.57 0 1 .43 1 1v1c0 .57-.43 1-1 1h-1v2h1c1.65 0 3-1.35 3-3v-1c0-.82-.41-1.54-1-2 .59-.46 1-1.18 1-2V9c0-1.64-1.35-3-3-3M7 9c-1.64 0-3 1.36-3 3v3c0 1.65 1.36 3 3 3h.7c.5 0 .95-.19 1.3-.5v.5h2V9H9v.5c-.35-.31-.8-.5-1.3-.5M7 11h1c.57 0 1 .43 1 1v3c0 .57-.43 1-1 1H7c-.57 0-1-.43-1-1v-3c0-.57.43-1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alphabet-latin.svg b/mkdocs-material/material/templates/.icons/material/alphabet-latin.svg new file mode 100644 index 0000000..6b74534 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alphabet-latin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 6v12h2v-.69c.37.42.9.69 1.5.69h.5c1.65 0 3-1.35 3-3v-3c0-1.64-1.35-3-3-3h-.5c-.6 0-1.13.27-1.5.7V6M5 9v2h3c.57 0 1 .43 1 1H7c-1.64 0-3 1.36-3 3 0 1.65 1.36 3 3 3h4v-6c0-1.64-1.35-3-3-3m8 2h1c.57 0 1 .43 1 1v3c0 .57-.43 1-1 1h-1c-.57 0-1-.43-1-1v-3c0-.57.43-1 1-1m-9 3h2v2H7c-.57 0-1-.43-1-1s.43-1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alphabet-piqad.svg b/mkdocs-material/material/templates/.icons/material/alphabet-piqad.svg new file mode 100644 index 0000000..b3652fc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alphabet-piqad.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m13.04 4-6.5 13.85C6.21 18.55 5.5 19 4.73 19H4v1h12c1.2 0 2.27.54 3 1.39h1c-.95-2.07-3-3.39-5.3-3.39H12c-.71 0-1.38-.37-1.76-.97-.39-.6-.44-1.35-.14-2l.48-1.03H19v-1h-1.5c-2.21 0-4-1.79-4-4s1.79-4 4-4H20V4Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alphabet-tengwar.svg b/mkdocs-material/material/templates/.icons/material/alphabet-tengwar.svg new file mode 100644 index 0000000..5509a5f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alphabet-tengwar.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10 7 2.5-4H15l-4 4zm2.5 2c-.54 0-1.04.13-1.5.35V9H8v2h1v10h2v-8.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v2c0 .83-.67 1.5-1.5 1.5H12v2h.5c1.93 0 3.5-1.57 3.5-3.5v-2c0-1.93-1.57-3.5-3.5-3.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alphabetical-off.svg b/mkdocs-material/material/templates/.icons/material/alphabetical-off.svg new file mode 100644 index 0000000..d97d107 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alphabetical-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.11 21.46 16 15.31l-2-2-.35-.31L10 9.34 2.39 1.73 1.11 3 10 11.89V15a2 2 0 0 0 2 2h2a1.9 1.9 0 0 0 .89-.22l5.95 5.95M12 15v-1.11L13.11 15M16 12.78 14.22 11A2 2 0 0 1 16 12.78M20.2 17 18 14.8V13a2 2 0 0 1 2-2h2v2h-2v2h2v2M6 11H4a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h4v-4a2 2 0 0 0-2-2m0 4H4v-2h2m6-4.2L10.2 7H12Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alphabetical-variant-off.svg b/mkdocs-material/material/templates/.icons/material/alphabetical-variant-off.svg new file mode 100644 index 0000000..6c3231a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alphabetical-variant-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12.2 9-2-2H13a2 2 0 0 1 2 2v1.5a1.47 1.47 0 0 1-.36.94L13 9.8V9m10 1V9a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4.8l3.2 3.2h.8a2 2 0 0 0 2-2v-1h-2v1h-2V9h2v1m-6 4.35 7.11 7.11-1.27 1.27-6.38-6.38A2 2 0 0 1 13 17H9v-6.11l-2-2V17H5v-4H3v4H1V9a2 2 0 0 1 2-2h2.12l-4-4 1.27-1.27L9 8.34l2 2 .66.66L15 14.34M5 9H3v2h2m8 3.89L11.11 13H11v2h2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alphabetical-variant.svg b/mkdocs-material/material/templates/.icons/material/alphabetical-variant.svg new file mode 100644 index 0000000..718ea7f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alphabetical-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 7a2 2 0 0 0-2 2v8h2v-4h2v4h2V9a2 2 0 0 0-2-2zm0 2h2v2H3m12-.5V9a2 2 0 0 0-2-2H9v10h4a2 2 0 0 0 2-2v-1.5a1.54 1.54 0 0 0-1.5-1.5 1.54 1.54 0 0 0 1.5-1.5M13 15h-2v-2h2zm0-4h-2V9h2m6-2a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-1h-2v1h-2V9h2v1h2V9a2 2 0 0 0-2-2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/alphabetical.svg b/mkdocs-material/material/templates/.icons/material/alphabetical.svg new file mode 100644 index 0000000..5229ed1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/alphabetical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 11a2 2 0 0 1 2 2v4H4a2 2 0 0 1-2-2v-2a2 2 0 0 1 2-2zm-2 2v2h2v-2zm16 0v2h2v2h-2a2 2 0 0 1-2-2v-2a2 2 0 0 1 2-2h2v2zm-8-6v4h2a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V7zm0 8h2v-2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/altimeter.svg b/mkdocs-material/material/templates/.icons/material/altimeter.svg new file mode 100644 index 0000000..4c4ae18 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/altimeter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 3v2h10V3zm2 4v2h6V7zm-7 .96v8.08L6.03 12zm20.03 0L18 12l4.03 4.04zM7 11v2h10v-2zm2 4v2h6v-2zm-2 4v2h10v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ambulance.svg b/mkdocs-material/material/templates/.icons/material/ambulance.svg new file mode 100644 index 0000000..5ccb986 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ambulance.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 18.5a1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5 1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1.5 1.5m1.5-9H17V12h4.46zM6 18.5A1.5 1.5 0 0 0 7.5 17 1.5 1.5 0 0 0 6 15.5 1.5 1.5 0 0 0 4.5 17 1.5 1.5 0 0 0 6 18.5M20 8l3 4v5h-2a3 3 0 0 1-3 3 3 3 0 0 1-3-3H9a3 3 0 0 1-3 3 3 3 0 0 1-3-3H1V6c0-1.11.89-2 2-2h14v4zM8 6v3H5v2h3v3h2v-3h3V9h-3V6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ammunition.svg b/mkdocs-material/material/templates/.icons/material/ammunition.svg new file mode 100644 index 0000000..f7cbd46 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ammunition.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 22h-4v-1h4zm-1-12V7h-2v3l-1 1.5V20h4v-8.5zm-1-8s-1 1-1 3v1h2V5s0-2-1-3M8 22H4v-1h4zM7 10V7H5v3l-1 1.5V20h4v-8.5zM6 2S5 3 5 5v1h2V5s0-2-1-3m14 20h-4v-1h4zm-1-12V7h-2v3l-1 1.5V20h4v-8.5zm-1-8s-1 1-1 3v1h2V5s0-2-1-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ampersand.svg b/mkdocs-material/material/templates/.icons/material/ampersand.svg new file mode 100644 index 0000000..c865500 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ampersand.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.4 16.5c0-.9.3-1.8.8-2.6q.75-1.2 3-2.7c-.9-1.1-1.4-1.9-1.7-2.5-.4-.7-.5-1.3-.5-2 0-1.5.4-2.6 1.3-3.5S9.4 2 10.9 2q1.95 0 3.3 1.2c.9.8 1.3 1.8 1.3 2.9 0 .8-.2 1.5-.6 2.2q-.6 1.05-2.1 2.1l-1.4 1.1 4.3 5.2c.6-1.2.9-2.4.9-3.9h2.2c0 2.3-.5 4.2-1.6 5.7l2.8 3.3h-3l-1.3-1.5c-.7.6-1.4 1-2.3 1.3s-1.8.5-2.7.5c-1.9 0-3.4-.5-4.6-1.5-1.1-1.1-1.7-2.4-1.7-4.1m6.3 3.5q1.95 0 3.6-1.5l-4.7-5.7-.4.3C7.7 14.2 7 15.3 7 16.5c0 1.1.3 1.9 1 2.5s1.5 1 2.7 1M8.5 6.7c0 .9.5 1.9 1.6 3.2l1.6-1.1q.9-.6 1.2-1.2c.2-.4.3-.9.3-1.4 0-.6-.2-1.1-.7-1.5-.4-.4-1-.6-1.7-.6s-1.3.2-1.7.7-.6 1.1-.6 1.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/amplifier-off.svg b/mkdocs-material/material/templates/.icons/material/amplifier-off.svg new file mode 100644 index 0000000..7020263 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/amplifier-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.1 21.5 2.4 1.7 1.1 3 3 4.9V21h2c0 .6.4 1 1 1s1-.4 1-1h10c0 .6.4 1 1 1s1-.4 1-1h.1l1.7 1.7zM5 9V6.9L7.1 9zm7 10c-2.2 0-4-1.8-4-4 0-1.4.7-2.6 1.8-3.3l5.5 5.5c-.7 1.1-1.9 1.8-3.3 1.8m2-13v1h-2V6zm-4 0c.6 0 1 .4 1 1 0 .2-.1.4-.2.6L9.4 6.2c.2-.1.4-.2.6-.2M8.2 5l-2-2H9c0-.6.4-1 1-1h4c.6 0 1 .4 1 1h6v14.8L12.2 9H19V5zM16 6v2h-1V6zm2 0v2h-1V6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/amplifier.svg b/mkdocs-material/material/templates/.icons/material/amplifier.svg new file mode 100644 index 0000000..7b3dfff --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/amplifier.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 2h4a1 1 0 0 1 1 1h6v18h-2a1 1 0 0 1-1 1 1 1 0 0 1-1-1H7a1 1 0 0 1-1 1 1 1 0 0 1-1-1H3V3h6a1 1 0 0 1 1-1M5 5v4h14V5zm2 1a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m5 0h2v1h-2zm3 0h1v2h-1zm2 0h1v2h-1zm-5 5a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4m-2-5a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/anchor.svg b/mkdocs-material/material/templates/.icons/material/anchor.svg new file mode 100644 index 0000000..8d8d2fa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/anchor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a3 3 0 0 0-3 3 3 3 0 0 0 2 2.83V9H8v2h3v8.92c-.74-.13-1.5-.34-2.21-.65-.74-.32-1.39-.71-1.97-1.18s-1.04-.98-1.38-1.54L7 15l-4-3v3c0 .97.27 1.88.82 2.72A8.2 8.2 0 0 0 6 19.95c.87.64 1.84 1.14 2.88 1.5 1.05.36 2.09.55 3.12.55s2.07-.2 3.12-.56c1.04-.36 2.01-.86 2.88-1.49.92-.64 1.63-1.38 2.18-2.23.55-.84.82-1.75.82-2.72v-3l-4 3 1.56 1.55c-.34.56-.8 1.07-1.38 1.54s-1.23.86-1.97 1.18c-.71.31-1.47.52-2.21.65V11h3V9h-3V7.82A3 3 0 0 0 15 5a3 3 0 0 0-3-3m0 2a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/android-studio.svg b/mkdocs-material/material/templates/.icons/material/android-studio.svg new file mode 100644 index 0000000..9aa1cf6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/android-studio.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 2h2v2h.5A1.5 1.5 0 0 1 15 5.5V9l-.44.44 1.64 2.84C17.31 11.19 18 9.68 18 8h2c0 2.42-1.07 4.59-2.77 6.06l3.14 5.44.13 2.22-1.87-1.22-3.07-5.33c-1.06.53-2.28.83-3.56.83s-2.5-.3-3.56-.83L5.37 20.5 3.5 21.72l.13-2.22L9.44 9.44 9 9V5.5A1.5 1.5 0 0 1 10.5 4h.5zM9.44 13.43c.78.37 1.65.57 2.56.57s1.78-.2 2.56-.57L13.1 10.9h-.01c-.62.6-1.56.6-2.18 0h-.01zM12 6a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/android.svg b/mkdocs-material/material/templates/.icons/material/android.svg new file mode 100644 index 0000000..46ad81c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/android.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.61 15.15c-.46 0-.84-.37-.84-.83s.38-.82.84-.82.84.36.84.82-.38.83-.84.83m-9.2 0c-.46 0-.84-.37-.84-.83s.38-.82.84-.82.83.36.83.82-.37.83-.83.83m9.5-5.01 1.67-2.88c.09-.17.03-.38-.13-.47-.17-.1-.38-.04-.45.13l-1.71 2.91A10.15 10.15 0 0 0 12 8.91c-1.53 0-3 .33-4.27.91L6.04 6.91a.334.334 0 0 0-.47-.13c-.17.09-.22.3-.13.47l1.66 2.88C4.25 11.69 2.29 14.58 2 18h20c-.28-3.41-2.23-6.3-5.09-7.86"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/angle-acute.svg b/mkdocs-material/material/templates/.icons/material/angle-acute.svg new file mode 100644 index 0000000..aec31da --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/angle-acute.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 19H4.09L14.18 4.43l1.64 1.14-4.54 6.56c1.61.83 2.72 2.49 2.72 4.41 0 .16 0 .31-.03.46H20zM7.91 17h4.05c.04-.15.04-.3.04-.46 0-1.26-.76-2.32-1.86-2.76z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/angle-obtuse.svg b/mkdocs-material/material/templates/.icons/material/angle-obtuse.svg new file mode 100644 index 0000000..1799574 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/angle-obtuse.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 19H9.31L4.07 5.36l1.86-.72 3.03 7.86a4.8 4.8 0 0 1 1.75-.33A4.88 4.88 0 0 1 15.58 17H21zm-10.31-2h2.89a2.85 2.85 0 0 0-2.87-2.83c-.37 0-.71.07-1.04.19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/angle-right.svg b/mkdocs-material/material/templates/.icons/material/angle-right.svg new file mode 100644 index 0000000..9f6e623 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/angle-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 4h2v7h6v6h7v2H5zm2 13h4v-4H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/angular.svg b/mkdocs-material/material/templates/.icons/material/angular.svg new file mode 100644 index 0000000..9a63bf9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/angular.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 2.5 8.84 3.15-1.34 11.7L12 21.5l-7.5-4.15-1.34-11.7zm0 2.1L6.47 17h2.06l1.11-2.78h4.7L15.45 17h2.05zm1.62 7.9h-3.23L12 8.63z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/angularjs.svg b/mkdocs-material/material/templates/.icons/material/angularjs.svg new file mode 100644 index 0000000..e1304bc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/angularjs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 2.5 8.84 3.15-1.34 11.7L12 21.5l-7.5-4.15-1.34-11.7zm0 2L5 7l1.08 9.22L12 19.5l5.92-3.28L19 7zm0 1.22L16.58 16h-1.71l-.93-2.28h-3.9L9.12 16H7.41zm1.34 6.58L12 9.07l-1.34 3.23z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/animation-outline.svg b/mkdocs-material/material/templates/.icons/material/animation-outline.svg new file mode 100644 index 0000000..36c9f85 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/animation-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2a2 2 0 0 0-2 2v10h2V4h10V2zm4 4a2 2 0 0 0-2 2v10h2V8h10V6zm12 6v8h-8v-8zm0-2h-8a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-8a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/animation-play-outline.svg b/mkdocs-material/material/templates/.icons/material/animation-play-outline.svg new file mode 100644 index 0000000..800c8ca --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/animation-play-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2a2 2 0 0 0-2 2v10h2V4h10V2zm4 4a2 2 0 0 0-2 2v10h2V8h10V6zm12 6v8h-8v-8zm0-2h-8a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-8a2 2 0 0 0-2-2m-6 3v6l4-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/animation-play.svg b/mkdocs-material/material/templates/.icons/material/animation-play.svg new file mode 100644 index 0000000..62446f9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/animation-play.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2h10v2H4v10H2V4c0-1.11.89-2 2-2m4 4h10v2H8v10H6V8c0-1.11.89-2 2-2m4 4h8c1.11 0 2 .89 2 2v8c0 1.11-.89 2-2 2h-8c-1.11 0-2-.89-2-2v-8c0-1.11.89-2 2-2m2 2v8l6-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/animation.svg b/mkdocs-material/material/templates/.icons/material/animation.svg new file mode 100644 index 0000000..ed80c23 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/animation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2c-1.11 0-2 .89-2 2v10h2V4h10V2zm4 4c-1.11 0-2 .89-2 2v10h2V8h10V6zm4 4c-1.11 0-2 .89-2 2v8c0 1.11.89 2 2 2h8c1.11 0 2-.89 2-2v-8c0-1.11-.89-2-2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ansible.svg b/mkdocs-material/material/templates/.icons/material/ansible.svg new file mode 100644 index 0000000..f1ea1b0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ansible.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m4.1 15c-.19 0-.34-.1-.55-.27l-5.16-4.17-1.73 4.34H7.17l4.37-10.51c.11-.28.35-.42.63-.42s.5.14.62.42l3.98 9.58c.04.11.07.22.07.29-.01.42-.34.74-.74.74m-3.93-8.89 2.59 6.39-3.91-3.08z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/antenna.svg b/mkdocs-material/material/templates/.icons/material/antenna.svg new file mode 100644 index 0000000..cf5b540 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/antenna.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 7.5c.69 0 1.27.23 1.76.7s.74 1.07.74 1.8q0 1.575-1.5 2.28V21h-2v-8.72Q9.5 11.575 9.5 10c0-.73.26-1.33.74-1.8s1.07-.7 1.76-.7m4.69-2.2c1.25 1.25 1.92 2.81 2.01 4.7 0 1.8-.67 3.38-2.01 4.72L15.5 13.5c1-.91 1.5-2.08 1.5-3.5 0-1.33-.5-2.5-1.5-3.5zM6.09 4.08C4.5 5.67 3.7 7.64 3.7 10s.8 4.3 2.39 5.89l-1.17 1.22C3 15.08 2 12.7 2 10s1-5.06 2.92-7.09zm12.99-1.17C21 4.94 22 7.3 22 10c0 2.8-1 5.17-2.92 7.11l-1.17-1.22C19.5 14.3 20.3 12.33 20.3 10s-.8-4.33-2.39-5.92zM7.31 5.3 8.5 6.5C7.5 7.42 7 8.58 7 10c0 1.33.5 2.5 1.5 3.5l-1.19 1.22C5.97 13.38 5.3 11.8 5.3 10s.67-3.36 2.01-4.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/anvil.svg b/mkdocs-material/material/templates/.icons/material/anvil.svg new file mode 100644 index 0000000..57efaa8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/anvil.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 5v5c4.03 2.47-.56 4.97-3 6v3h15v-3c-6.41-2.73-3.53-7 1-8V5zM2 6c.81 2.13 2.42 3.5 5 4V6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/apache-kafka.svg b/mkdocs-material/material/templates/.icons/material/apache-kafka.svg new file mode 100644 index 0000000..04cc43d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/apache-kafka.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.54 12.97c-.68 0-1.3.25-1.78.67l-1.29-.75c.09-.29.13-.6.13-.92s-.04-.63-.1-.92l1.23-.73c.48.44 1.12.68 1.81.68 1.49 0 2.7-1.19 2.7-2.68s-1.21-2.69-2.7-2.69-2.7 1.21-2.7 2.7c0 .17.02.37.05.55l-1.25.72c-.43-.45-1-.78-1.64-.95V7.26a2.705 2.705 0 0 0 1.88-2.57C11.88 3.2 10.67 2 9.18 2S6.5 3.2 6.5 4.69c0 1.2.76 2.21 1.84 2.57v1.4a3.42 3.42 0 0 0-2.58 3.31c0 1.6 1.1 2.94 2.58 3.31v1.45A2.69 2.69 0 0 0 6.5 19.3c0 1.49 1.19 2.7 2.68 2.7s2.7-1.21 2.7-2.7c0-1.2-.79-2.22-1.88-2.57v-1.44c.64-.16 1.2-.49 1.64-.94l1.26.73c-.04.19-.06.38-.06.58 0 1.49 1.21 2.7 2.7 2.7s2.7-1.21 2.7-2.7-1.21-2.69-2.7-2.69m0-5.97c.74 0 1.33.59 1.33 1.32s-.59 1.34-1.33 1.34-1.33-.6-1.33-1.34S14.8 7 15.54 7M7.85 4.69c0-.74.59-1.34 1.33-1.34s1.32.6 1.32 1.34-.58 1.34-1.32 1.34-1.33-.6-1.33-1.34M10.5 19.3c0 .74-.58 1.34-1.32 1.34s-1.33-.6-1.33-1.34.59-1.34 1.33-1.34 1.32.6 1.32 1.34m-1.32-5.41a1.92 1.92 0 1 1 .001-3.841 1.92 1.92 0 0 1-.001 3.841M15.54 17c-.74 0-1.33-.6-1.33-1.34s.59-1.33 1.33-1.33 1.33.6 1.33 1.33S16.28 17 15.54 17"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/api-off.svg b/mkdocs-material/material/templates/.icons/material/api-off.svg new file mode 100644 index 0000000..8431c37 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/api-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 11H5V9h2m7-2h-2.62l1.91 2H14v.75l1.87 1.96c.08-.21.13-.46.13-.71V9a2 2 0 0 0-2-2M4.45 2.62 3 4l2.86 3H5c-1.1 0-2 .9-2 2v8h2v-4h2v4h2v-6.7l1 1.04V17h2v-3.55l7.55 7.93L21 20m-.1-3h.1v-2h-1V9h1V7h-4v2h1v4.95Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/api.svg b/mkdocs-material/material/templates/.icons/material/api.svg new file mode 100644 index 0000000..dfd579a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/api.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 7H5a2 2 0 0 0-2 2v8h2v-4h2v4h2V9a2 2 0 0 0-2-2m0 4H5V9h2m7-2h-4v10h2v-4h2a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2m0 4h-2V9h2m6 0v6h1v2h-4v-2h1V9h-1V7h4v2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/apple-finder.svg b/mkdocs-material/material/templates/.icons/material/apple-finder.svg new file mode 100644 index 0000000..be9491d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/apple-finder.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 11c-.55 0-1-.45-1-1V8c0-.55.45-1 1-1s1 .45 1 1v2c0 .55-.45 1-1 1m9-1V8c0-.55-.45-1-1-1s-1 .45-1 1v2c0 .55.45 1 1 1s1-.45 1-1m5-5v15c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h16c1.1 0 2 .9 2 2M4 20h9.06c-.1-.65-.17-1.36-.23-2.06-.27.02-.53.06-.83.06-3.76 0-5.69-2.27-5.77-2.37a1.01 1.01 0 0 1 .13-1.41 1.01 1.01 0 0 1 1.41.13C7.83 14.43 9.23 16 12 16c.27 0 .5-.03.74-.05-.03-1.2-.01-2.21 0-2.69h-1.81c-.65 0-1.18-.56-1.18-1.26.02-.25.32-4.18 1.25-7H4zm16 0V5h-7.4c-.86 2.19-1.23 5.73-1.33 6.76h1.81c.64 0 1.17.56 1.17 1.24 0 .04-.04 1.15-.01 2.6 1.3-.49 1.98-1.25 1.99-1.26a.998.998 0 1 1 1.54 1.27c-.06.07-1.22 1.44-3.45 2.07.06.82.14 1.61.26 2.32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/apple-icloud.svg b/mkdocs-material/material/templates/.icons/material/apple-icloud.svg new file mode 100644 index 0000000..b168bb6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/apple-icloud.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 15.04c0 2.19-1.76 3.96-3.93 3.96H5.93C3.76 19 2 17.23 2 15.04c0-1.97 1.43-3.6 3.31-3.9-.03-.14-.04-.28-.04-.43 0-1.38 1.11-2.51 2.49-2.51.61 0 1.18.23 1.61.6.77-1.75 1.76-3.36 4.54-3.36 3.37 0 4.96 2.62 4.96 5.39 0 .11 0 .23-.01.34A3.95 3.95 0 0 1 22 15.04"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/apple-ios.svg b/mkdocs-material/material/templates/.icons/material/apple-ios.svg new file mode 100644 index 0000000..af4e425 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/apple-ios.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.09 16.8h1.66V9.76H2.09m.83-.92a.9.9 0 0 0 .92-.9c0-.5-.4-.9-.92-.9a.9.9 0 0 0-.92.9c0 .5.4.9.92.9m6.33-1.78C6.46 7.06 4.7 8.96 4.7 12c0 3.06 1.76 4.96 4.55 4.96s4.55-1.9 4.55-4.96c0-3.04-1.76-4.94-4.55-4.94m0 1.44c1.71 0 2.8 1.37 2.8 3.5 0 2.15-1.09 3.5-2.8 3.5S6.46 14.15 6.46 12c0-2.13 1.08-3.5 2.79-3.5m5.25 5.61c.07 1.76 1.5 2.85 3.72 2.85 2.32 0 3.78-1.14 3.78-2.96 0-1.43-.82-2.23-2.77-2.68l-1.1-.25c-1.18-.28-1.66-.65-1.66-1.29 0-.78.73-1.33 1.81-1.33 1.1 0 1.85.55 1.93 1.44h1.63c-.04-1.69-1.43-2.83-3.55-2.83-2.08 0-3.56 1.15-3.56 2.85 0 1.37.83 2.22 2.6 2.62l1.24.29c1.21.29 1.7.68 1.7 1.38 0 .8-.8 1.37-1.96 1.37s-2.05-.57-2.15-1.46z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/apple-keyboard-caps.svg b/mkdocs-material/material/templates/.icons/material/apple-keyboard-caps.svg new file mode 100644 index 0000000..528eca6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/apple-keyboard-caps.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 14V8h2.17L12 2.83 6.83 8H9v6zM12 0l10 10h-5v6H7v-6H2zM7 18h10v6H7zm8 2H9v2h6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/apple-keyboard-command.svg b/mkdocs-material/material/templates/.icons/material/apple-keyboard-command.svg new file mode 100644 index 0000000..54d1596 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/apple-keyboard-command.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 2a4 4 0 0 1 4 4v2h4V6a4 4 0 0 1 4-4 4 4 0 0 1 4 4 4 4 0 0 1-4 4h-2v4h2a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4v-2h-4v2a4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4h2v-4H6a4 4 0 0 1-4-4 4 4 0 0 1 4-4m10 16a2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2h-2zm-2-8h-4v4h4zm-8 6a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2v-2zM8 6a2 2 0 0 0-2-2 2 2 0 0 0-2 2 2 2 0 0 0 2 2h2zm10 2a2 2 0 0 0 2-2 2 2 0 0 0-2-2 2 2 0 0 0-2 2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/apple-keyboard-control.svg b/mkdocs-material/material/templates/.icons/material/apple-keyboard-control.svg new file mode 100644 index 0000000..c2cc2b7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/apple-keyboard-control.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.78 11.78-1.42 1.41L12 6.83l-6.36 6.36-1.42-1.41L12 4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/apple-keyboard-option.svg b/mkdocs-material/material/templates/.icons/material/apple-keyboard-option.svg new file mode 100644 index 0000000..68af03a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/apple-keyboard-option.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 4h6.11l7.04 14H21v2h-6.12L7.84 6H3zm11 0h7v2h-7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/apple-keyboard-shift.svg b/mkdocs-material/material/templates/.icons/material/apple-keyboard-shift.svg new file mode 100644 index 0000000..a96c23a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/apple-keyboard-shift.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 18v-6h2.17L12 6.83 6.83 12H9v6zM12 4l10 10h-5v6H7v-6H2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/apple-safari.svg b/mkdocs-material/material/templates/.icons/material/apple-safari.svg new file mode 100644 index 0000000..e3d1889 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/apple-safari.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8c0 2.09.8 4 2.11 5.41l3.77-7.53 7.53-3.77A7.93 7.93 0 0 0 12 4m0 16a8 8 0 0 0 8-8c0-2.09-.8-4-2.11-5.41l-3.77 7.53-7.53 3.77A7.93 7.93 0 0 0 12 20m0-8-.77-.77L9.7 14.3l3.07-1.53zm0 5.5h1V19h-1zm3.88-1.61.71-.71 1.06 1.06-.71.71zM17.5 12v-1H19v1zM12 6.5h-1V5h1zM8.12 8.11l-.71.71-1.06-1.06.71-.71zM6.5 12v1H5v-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/apple.svg b/mkdocs-material/material/templates/.icons/material/apple.svg new file mode 100644 index 0000000..0d66091 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/apple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.71 19.5c-.83 1.24-1.71 2.45-3.05 2.47-1.34.03-1.77-.79-3.29-.79-1.53 0-2 .77-3.27.82-1.31.05-2.3-1.32-3.14-2.53C4.25 17 2.94 12.45 4.7 9.39c.87-1.52 2.43-2.48 4.12-2.51 1.28-.02 2.5.87 3.29.87.78 0 2.26-1.07 3.81-.91.65.03 2.47.26 3.64 1.98-.09.06-2.17 1.28-2.15 3.81.03 3.02 2.65 4.03 2.68 4.04-.03.07-.42 1.44-1.38 2.83M13 3.5c.73-.83 1.94-1.46 2.94-1.5.13 1.17-.34 2.35-1.04 3.19-.69.85-1.83 1.51-2.95 1.42-.15-1.15.41-2.35 1.05-3.11"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/application-array-outline.svg b/mkdocs-material/material/templates/.icons/material/application-array-outline.svg new file mode 100644 index 0000000..524fb3e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/application-array-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 2H3c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m0 18H3V6h18zM6 8v10h4v-2H8v-6h2V8zm10 8h-2v2h4V8h-4v2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/application-array.svg b/mkdocs-material/material/templates/.icons/material/application-array.svg new file mode 100644 index 0000000..cedef9d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/application-array.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 2H3c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m-11 9H8v7h2v2H6V9h4zm8 9h-4v-2h2v-7h-2V9h4zm3-13H3V4h18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/application-braces-outline.svg b/mkdocs-material/material/templates/.icons/material/application-braces-outline.svg new file mode 100644 index 0000000..3b64cd4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/application-braces-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 2H3c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m0 18H3V6h18zM9 8c-1.1 0-2 .9-2 2s-.9 2-2 2v2c1.1 0 2 .9 2 2s.9 2 2 2h2v-2H9v-1c0-1.1-.9-2-2-2 1.1 0 2-.9 2-2v-1h2V8m4 0c1.1 0 2 .9 2 2s.9 2 2 2v2c-1.1 0-2 .9-2 2s-.9 2-2 2h-2v-2h2v-1c0-1.1.9-2 2-2-1.1 0-2-.9-2-2v-1h-2V8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/application-braces.svg b/mkdocs-material/material/templates/.icons/material/application-braces.svg new file mode 100644 index 0000000..fb2dc0e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/application-braces.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 2H3c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m-10 9H9v1.5c0 1.1-.9 2-2 2 1.1 0 2 .9 2 2V18h2v2H9c-1.1 0-2-.9-2-2v-.5c0-1.1-.9-2-2-2v-2c1.1 0 2-.9 2-2V11c0-1.1.9-2 2-2h2zm8 4.5c-1.1 0-2 .9-2 2v.5c0 1.1-.9 2-2 2h-2v-2h2v-1.5c0-1.1.9-2 2-2-1.1 0-2-.9-2-2V11h-2V9h2c1.1 0 2 .9 2 2v.5c0 1.1.9 2 2 2zM21 7H3V4h18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/application-brackets-outline.svg b/mkdocs-material/material/templates/.icons/material/application-brackets-outline.svg new file mode 100644 index 0000000..298c0c6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/application-brackets-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 8.5 11 10l-3 3 3 3-1.5 1.5L5 13zm5 9L13 16l3-3-3-3 1.5-1.5L19 13zM21 2H3a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2m0 18H3V6h18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/application-brackets.svg b/mkdocs-material/material/templates/.icons/material/application-brackets.svg new file mode 100644 index 0000000..d65baa9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/application-brackets.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 2H3a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2M11 17.5 9.5 19 5 14.5 9.5 10l1.5 1.5-3 3zm3.5 1.5L13 17.5l3-3-3-3 1.5-1.5 4.5 4.5zM21 7H3V4h18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/application-cog-outline.svg b/mkdocs-material/material/templates/.icons/material/application-cog-outline.svg new file mode 100644 index 0000000..5af6df8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/application-cog-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.7 18.6v-1l1.1-.8c.1-.1.2-.2.1-.3l-1-1.7c0-.1-.2-.1-.3-.1l-1.2.5c-.3-.2-.6-.4-.9-.5l-.2-1.3c0-.1-.1-.2-.2-.2h-2c-.2 0-.3.1-.3.2l-.2 1.3c-.3.2-.5.3-.8.5l-1.2-.5c-.1 0-.2 0-.3.1l-1 1.7c0 .1 0 .2.1.3l1.1.8v1l-1.1.8c-.1.1-.2.2-.1.3l1 1.7c.1.1.2.1.3.1l1.2-.5c.2.2.5.4.8.5l.2 1.3c.1.1.2.2.3.2h2c.1 0 .2-.1.2-.2l.2-1.3c.3-.2.5-.3.8-.5l1.2.4c.1 0 .2 0 .3-.1l1-1.7c.1-.1.1-.2 0-.2zm-3.7.9c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5M12.3 22H3c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h18c1.1 0 2 .9 2 2v9.1c-.6-.6-1.3-1.1-2-1.4V6H3v14h8.3c.2.7.5 1.4 1 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/application-cog.svg b/mkdocs-material/material/templates/.icons/material/application-cog.svg new file mode 100644 index 0000000..f3573b6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/application-cog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.7 18.6v-1l1.1-.8c.1-.1.2-.2.1-.3l-1-1.7c0-.1-.2-.1-.3-.1l-1.2.5c-.3-.2-.6-.4-.9-.5l-.2-1.3c0-.1-.1-.2-.2-.2h-2c-.2 0-.3.1-.3.2l-.2 1.3c-.3.2-.5.3-.8.5l-1.2-.5c-.1 0-.2 0-.3.1l-1 1.7c0 .1 0 .2.1.3l1.1.8v1l-1.1.8c-.1.1-.2.2-.1.3l1 1.7c.1.1.2.1.3.1l1.2-.5c.2.2.5.4.8.5l.2 1.3c.1.1.2.2.3.2h2c.1 0 .2-.1.2-.2l.2-1.3c.3-.2.5-.3.8-.5l1.2.4c.1 0 .2 0 .3-.1l1-1.7c.1-.1.1-.2 0-.2zm-3.7.9c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5M11 18c0-3.9 3.1-7 7-7 2 0 3.7.8 5 2.1V4c0-1.1-.9-2-2-2H3c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h9.3c-.8-1.1-1.3-2.5-1.3-4M3 4h18v3H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/application-edit-outline.svg b/mkdocs-material/material/templates/.icons/material/application-edit-outline.svg new file mode 100644 index 0000000..52e4780 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/application-edit-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 20v2H3c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h18c1.1 0 2 .9 2 2v8.1l-.2-.2c-.5-.5-1.1-.8-1.8-.8V6H3v14zm10.4-6.7 1.3 1.3c.2.2.2.6 0 .8l-1 1-2.1-2.1 1-1c.1-.1.2-.2.4-.2s.3.1.4.2m-.3 3.6-6 6.1H13v-2.1l6.1-6.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/application-edit.svg b/mkdocs-material/material/templates/.icons/material/application-edit.svg new file mode 100644 index 0000000..d0ede05 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/application-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11 20.1 8.2-8.2c.5-.5 1.1-.8 1.8-.8s1.3.3 1.8.8l.2.2V4c0-1.1-.9-2-2-2H3c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h8zM3 4h18v3H3zm18 9.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/application-export.svg b/mkdocs-material/material/templates/.icons/material/application-export.svg new file mode 100644 index 0000000..bf4b478 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/application-export.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 12h9.8l-2.5-2.5 1.4-1.4 4.9 4.9-4.9 4.9-1.4-1.4 2.5-2.5H9zm12 5.4V20H3V6h18v2.6l2 2V4c0-1.1-.9-2-2-2H3c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2v-4.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/application-import.svg b/mkdocs-material/material/templates/.icons/material/application-import.svg new file mode 100644 index 0000000..73b33b6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/application-import.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 12h9.8L8.3 9.5l1.4-1.4 4.9 4.9-4.9 4.9-1.4-1.4 2.5-2.5H1zM21 2H3c-1.1 0-2 .9-2 2v6.1h2V6h18v14H3v-4H1v4c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/application-outline.svg b/mkdocs-material/material/templates/.icons/material/application-outline.svg new file mode 100644 index 0000000..319db4d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/application-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 2H3c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m0 18H3V6h18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/application-parentheses-outline.svg b/mkdocs-material/material/templates/.icons/material/application-parentheses-outline.svg new file mode 100644 index 0000000..c26d85d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/application-parentheses-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 2H3c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m0 18H3V6h18zM15.6 8c1.5 1.3 2.4 3.1 2.4 5s-.9 3.7-2.4 5l-1.6-.6c1.3-1 2-2.7 2-4.4s-.7-3.4-2-4.4zM8.4 8l1.6.6c-1.3 1-2 2.7-2 4.4s.7 3.4 2 4.4l-1.6.6C6.9 16.7 6 14.9 6 13s.9-3.7 2.4-5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/application-parentheses.svg b/mkdocs-material/material/templates/.icons/material/application-parentheses.svg new file mode 100644 index 0000000..a5d45f1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/application-parentheses.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 2H3c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2M10 19.4l-1.6.6C6.9 18.6 6 16.6 6 14.5s.9-4.1 2.4-5.5l1.6.6c-1.3 1.1-2 3-2 4.9s.7 3.7 2 4.9m5.6.6-1.6-.6c1.3-1.2 2-3 2-4.9s-.7-3.7-2-4.9l1.6-.6c1.5 1.4 2.4 3.4 2.4 5.5s-.9 4.1-2.4 5.5M21 7H3V4h18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/application-settings-outline.svg b/mkdocs-material/material/templates/.icons/material/application-settings-outline.svg new file mode 100644 index 0000000..12c8c21 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/application-settings-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 0H3C1.9 0 1 .9 1 2v16c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2m0 18H3V4h18zM7 22h2v2H7zm4 0h2v2h-2zm4 0h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/application-settings.svg b/mkdocs-material/material/templates/.icons/material/application-settings.svg new file mode 100644 index 0000000..cf78905 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/application-settings.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 0H3C1.9 0 1 .9 1 2v16c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2m0 5H3V2h18zM7 22h2v2H7zm4 0h2v2h-2zm4 0h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/application-variable-outline.svg b/mkdocs-material/material/templates/.icons/material/application-variable-outline.svg new file mode 100644 index 0000000..0d5a1bb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/application-variable-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 2H3c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m0 18H3V6h18zM16.6 8c1.5 1.3 2.4 3.1 2.4 5s-.9 3.7-2.4 5l-1.6-.6c1.3-1 2-2.7 2-4.4s-.7-3.4-2-4.4zM7.4 8l1.6.6c-1.3 1-2 2.7-2 4.4s.7 3.4 2 4.4l-1.6.6C5.9 16.7 5 14.9 5 13s.9-3.7 2.4-5m4.7 4 1.4-2H15l-2.2 3 1.3 3h-1.3l-.8-2-1.4 2H9l2.3-3.1L10 10h1.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/application-variable.svg b/mkdocs-material/material/templates/.icons/material/application-variable.svg new file mode 100644 index 0000000..80c038a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/application-variable.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 2H3c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2M7.4 20C5.9 18.6 5 16.6 5 14.5s.9-4.1 2.4-5.5l1.6.6c-1.3 1.1-2 3-2 4.9s.7 3.7 2 4.9zm5.3-2-.8-2-1.4 2H9l2.3-3.1L10 12h1.3l.8 2 1.4-2H15l-2.2 3 1.3 3zm3.9 2-1.6-.6c1.3-1.2 2-3 2-4.9s-.7-3.7-2-4.9l1.6-.6c1.5 1.4 2.4 3.4 2.4 5.5s-.9 4.1-2.4 5.5M21 7H3V4h18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/application.svg b/mkdocs-material/material/templates/.icons/material/application.svg new file mode 100644 index 0000000..eb8cb28 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/application.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 2H3c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m0 5H3V4h18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/approximately-equal-box.svg b/mkdocs-material/material/templates/.icons/material/approximately-equal-box.svg new file mode 100644 index 0000000..08a9f77 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/approximately-equal-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2M9.3 8.2c1.3 0 2.1.5 2.8.8.6.3 1.3.7 2.4.7 1 0 2-.7 2.5-1.2l.8 1.3c-.7.8-2 1.6-3.4 1.6-1.3 0-2.1-.5-2.7-.8s-1.4-.7-2.5-.7c-1 0-2 .7-2.5 1.2L6 9.8c.7-.8 2-1.6 3.3-1.6m5.3 7.6c-1.3 0-2.1-.5-2.8-.8-.6-.3-1.4-.7-2.5-.7-1 0-2 .7-2.5 1.2L6 14.1c.7-.8 2-1.6 3.3-1.6s2.1.5 2.8.8c.6.3 1.3.7 2.5.7 1 0 2-.7 2.5-1.2l.8 1.3c-.6.9-1.9 1.7-3.3 1.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/approximately-equal.svg b/mkdocs-material/material/templates/.icons/material/approximately-equal.svg new file mode 100644 index 0000000..099942e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/approximately-equal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.9 9.2c-.8.9-2.3 1.8-3.9 1.8-1.5 0-2.4-.5-3.2-.9-.8-.3-1.6-.8-2.9-.8-1.2 0-2.3.7-2.9 1.3L5 9.1c.9-.9 2.3-1.9 3.9-1.9 1.5 0 2.4.6 3.2.9s1.6.9 2.9.9c1.2 0 2.3-.8 2.9-1.4zm.1 4.9c-.9.9-2.3 1.9-3.9 1.9-1.5 0-2.4-.5-3.2-.9-.8-.3-1.6-.9-2.9-.9-1.2 0-2.3.8-2.9 1.4l-1-1.6c.9-.9 2.3-1.9 3.9-1.9 1.5 0 2.4.5 3.2.9.8.3 1.6.8 2.9.8 1.2 0 2.3-.8 2.9-1.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/apps-box.svg b/mkdocs-material/material/templates/.icons/material/apps-box.svg new file mode 100644 index 0000000..12ce757 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/apps-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m2 4v2h2V7zm4 0v2h2V7zm4 0v2h2V7zm-8 4v2h2v-2zm4 0v2h2v-2zm4 0v2h2v-2zm-8 4v2h2v-2zm4 0v2h2v-2zm4 0v2h2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/apps.svg b/mkdocs-material/material/templates/.icons/material/apps.svg new file mode 100644 index 0000000..757658e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/apps.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 20h4v-4h-4m0-2h4v-4h-4m-6-2h4V4h-4m6 4h4V4h-4m-6 10h4v-4h-4m-6 4h4v-4H4m0 10h4v-4H4m6 4h4v-4h-4M4 8h4V4H4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arch.svg b/mkdocs-material/material/templates/.icons/material/arch.svg new file mode 100644 index 0000000..355d750 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c-.89 2.18-1.43 3.61-2.42 5.73.61.64 1.35 1.39 2.56 2.24-1.3-.54-2.19-1.07-2.85-1.63C8 11 6.03 14.75 2 22c3.17-1.83 5.63-2.96 7.92-3.39-.1-.42-.16-.88-.15-1.36v-.1c.05-2.03 1.11-3.59 2.36-3.48 1.25.1 2.22 1.83 2.17 3.87-.01.38-.05.75-.12 1.09 2.26.44 4.69 1.56 7.82 3.37-.62-1.14-1.17-2.16-1.69-3.13-.81-.64-1.7-1.48-3.46-2.37 1.21.3 2.08.66 2.76 1.07C14.26 7.62 13.83 6.3 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/archive-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/archive-alert-outline.svg new file mode 100644 index 0000000..2459722 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/archive-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 4h16v3H2zm5.5 7h5c.28 0 .5.22.5.5V13H7v-1.5c0-.28.22-.5.5-.5M20 13V7h2v6zm0 4v-2h2v2zM3 8h2v10h10V8h2v12H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/archive-alert.svg b/mkdocs-material/material/templates/.icons/material/archive-alert.svg new file mode 100644 index 0000000..0de9f19 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/archive-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 4h16v3H2zm1 4h14v12H3zm4.5 3c-.28 0-.5.22-.5.5V13h6v-1.5c0-.28-.22-.5-.5-.5zM20 13V7h2v6zm0 4v-2h2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/archive-arrow-down-outline.svg b/mkdocs-material/material/templates/.icons/material/archive-arrow-down-outline.svg new file mode 100644 index 0000000..da7e7d8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/archive-arrow-down-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 21H4V10h2v9h12v-9h2zM3 3h18v6H3zm2 2v2h14V5m-8.5 6v3H8l4 4 4-4h-2.5v-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/archive-arrow-down.svg b/mkdocs-material/material/templates/.icons/material/archive-arrow-down.svg new file mode 100644 index 0000000..75e7400 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/archive-arrow-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3h18v4H3zm1 18V8h16v13zm10-7v-3h-4v3H7l5 5 5-5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/archive-arrow-up-outline.svg b/mkdocs-material/material/templates/.icons/material/archive-arrow-up-outline.svg new file mode 100644 index 0000000..324d9f0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/archive-arrow-up-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 21H4V10h2v9h12v-9h2zM3 3h18v6H3zm2 2v2h14V5m-8.5 12v-3H8l4-4 4 4h-2.5v3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/archive-arrow-up.svg b/mkdocs-material/material/templates/.icons/material/archive-arrow-up.svg new file mode 100644 index 0000000..3a37980 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/archive-arrow-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 21h16V8H4m10 7v3h-4v-3H7l5-5 5 5M3 3h18v4H3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/archive-cancel-outline.svg b/mkdocs-material/material/templates/.icons/material/archive-cancel-outline.svg new file mode 100644 index 0000000..6fca44d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/archive-cancel-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.5 11c.28 0 .5.22.5.5V13H9v-1.5c0-.28.22-.5.5-.5zm4 1c.5 0 1 .07 1.5.18V10h-2v2.03c.17-.03.33-.03.5-.03M6 19v-9H4v11h8.5c-.26-.62-.41-1.3-.47-2zM21 9H3V3h18zm-2-4H5v2h14zm4 13.5c0 2.5-2 4.5-4.5 4.5S14 21 14 18.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5m-3 2.58L15.92 17c-.27.42-.42.94-.42 1.5 0 1.66 1.34 3 3 3 .56 0 1.08-.15 1.5-.42m1.5-2.58c0-1.66-1.34-3-3-3-.56 0-1.08.15-1.5.42L21.08 20c.27-.42.42-.94.42-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/archive-cancel.svg b/mkdocs-material/material/templates/.icons/material/archive-cancel.svg new file mode 100644 index 0000000..12425f0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/archive-cancel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.5 12c.5 0 1 .07 1.5.18V8H4v13h8.5a6.5 6.5 0 0 1 6-9M9 13v-1.5c0-.28.22-.5.5-.5h5c.28 0 .5.22.5.5V13zm12-6H3V3h18zm-2.5 7C16 14 14 16 14 18.5s2 4.5 4.5 4.5 4.5-2 4.5-4.5-2-4.5-4.5-4.5m0 7.5c-1.66 0-3-1.34-3-3 0-.56.15-1.08.42-1.5L20 21.08c-.42.27-.94.42-1.5.42m2.58-1.5L17 15.92c.42-.27.94-.42 1.5-.42 1.66 0 3 1.34 3 3 0 .56-.15 1.08-.42 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/archive-check-outline.svg b/mkdocs-material/material/templates/.icons/material/archive-check-outline.svg new file mode 100644 index 0000000..e573f55 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/archive-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 3H3v6h18zm-2 4H5V5h14zm-4.5 4c.28 0 .5.22.5.5V13H9v-1.5c0-.28.22-.5.5-.5zm3.5 2.09V10h2v3.09c-.33-.05-.66-.09-1-.09s-.67.04-1 .09M13 19c0 .7.13 1.37.35 2H4V10h2v9zm9.5-1.75L17.75 22 15 19l1.16-1.16 1.59 1.59 3.59-3.59z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/archive-check.svg b/mkdocs-material/material/templates/.icons/material/archive-check.svg new file mode 100644 index 0000000..1dc17c3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/archive-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 13c.34 0 .67.04 1 .09V8H4v13h9.35c-.22-.63-.35-1.3-.35-2 0-3.31 2.69-6 6-6M9 13v-1.5c0-.28.22-.5.5-.5h5c.28 0 .5.22.5.5V13zm12-6H3V3h18zm1.5 10.25L17.75 22 15 19l1.16-1.16 1.59 1.59 3.59-3.59z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/archive-clock-outline.svg b/mkdocs-material/material/templates/.icons/material/archive-clock-outline.svg new file mode 100644 index 0000000..628f981 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/archive-clock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H2v6h18zm-2 4H4V4h14zm-2 3c-1.31 0-2.54.37-3.59 1H8.5c-.28 0-.5.22-.5.5V12h2.26A6.94 6.94 0 0 0 9 16c0 .7.11 1.37.29 2H5V9H3v11h7.26c1.27 1.81 3.36 3 5.74 3 3.87 0 7-3.13 7-7s-3.13-7-7-7m0 12c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5m.5-4.75 2.86 1.69-.75 1.22L15 17v-5h1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/archive-clock.svg b/mkdocs-material/material/templates/.icons/material/archive-clock.svg new file mode 100644 index 0000000..a95668d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/archive-clock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 6H2V2h18zm-3.5 6H15v5l3.61 2.16.75-1.22-2.86-1.69zm6.5 4c0 3.87-3.13 7-7 7-2.38 0-4.47-1.19-5.74-3H3V7h16v2.68c2.36 1.13 4 3.53 4 6.32M8 12h2.26c.57-.81 1.3-1.5 2.15-2H8.5c-.28 0-.5.22-.5.5zm13 4c0-2.76-2.24-5-5-5s-5 2.24-5 5 2.24 5 5 5 5-2.24 5-5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/archive-cog-outline.svg b/mkdocs-material/material/templates/.icons/material/archive-cog-outline.svg new file mode 100644 index 0000000..a5d8c49 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/archive-cog-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 12.08V10h2v2.08c-.33-.05-.66-.08-1-.08s-.67.03-1 .08M9.5 11c-.28 0-.5.22-.5.5V13h6v-1.5c0-.28-.22-.5-.5-.5zM6 19v-9H4v11h8.3c-.19-.63-.3-1.3-.3-2zM21 9H3V3h18zm-2-4H5v2h14zm4.8 15.4c.1 0 .1.1 0 .2l-1 1.7c-.1.1-.2.1-.3.1l-1.2-.4c-.3.2-.5.3-.8.5l-.2 1.3c0 .1-.1.2-.2.2h-2c-.1 0-.2-.1-.3-.2l-.2-1.3c-.3-.1-.6-.3-.8-.5l-1.2.5c-.1 0-.2 0-.3-.1l-1-1.7c-.1-.1 0-.2.1-.3l1.1-.8v-1l-1.1-.8c-.1-.1-.1-.2-.1-.3l1-1.7c.1-.1.2-.1.3-.1l1.2.5c.3-.2.5-.3.8-.5l.2-1.3c0-.1.1-.2.3-.2h2c.1 0 .2.1.2.2l.2 1.3c.3.1.6.3.9.5l1.2-.5c.1 0 .3 0 .3.1l1 1.7c.1.1 0 .2-.1.3l-1.1.8v1zM20.5 19c0-.8-.7-1.5-1.5-1.5s-1.5.7-1.5 1.5.7 1.5 1.5 1.5 1.5-.7 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/archive-cog.svg b/mkdocs-material/material/templates/.icons/material/archive-cog.svg new file mode 100644 index 0000000..5d24819 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/archive-cog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 7H3V3h18zm-9 12c0 .7.11 1.37.3 2H4V8h16v4.08c-.33-.05-.66-.08-1-.08-3.87 0-7 3.13-7 7m3-6v-1.5c0-.28-.22-.5-.5-.5h-5c-.28 0-.5.22-.5.5V13zm8.8 7.4c.1 0 .1.1 0 .2l-1 1.7c-.1.1-.2.1-.3.1l-1.2-.4c-.3.2-.5.3-.8.5l-.2 1.3c0 .1-.1.2-.2.2h-2c-.1 0-.2-.1-.3-.2l-.2-1.3c-.3-.1-.6-.3-.8-.5l-1.2.5c-.1 0-.2 0-.3-.1l-1-1.7c-.1-.1 0-.2.1-.3l1.1-.8v-1l-1.1-.8c-.1-.1-.1-.2-.1-.3l1-1.7c.1-.1.2-.1.3-.1l1.2.5c.3-.2.5-.3.8-.5l.2-1.3c0-.1.1-.2.3-.2h2c.1 0 .2.1.2.2l.2 1.3c.3.1.6.3.9.5l1.2-.5c.1 0 .3 0 .3.1l1 1.7c.1.1 0 .2-.1.3l-1.1.8v1zM20.5 19c0-.8-.7-1.5-1.5-1.5s-1.5.7-1.5 1.5.7 1.5 1.5 1.5 1.5-.7 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/archive-edit-outline.svg b/mkdocs-material/material/templates/.icons/material/archive-edit-outline.svg new file mode 100644 index 0000000..8a6426f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/archive-edit-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 12.13V10h2v.3c-.22.12-.43.26-.61.44zM9.5 11c-.28 0-.5.22-.5.5V13h6v-1.5c0-.28-.22-.5-.5-.5zM6 10H4v11h7v-1.87l.13-.13H6zm15-1H3V3h18zm-2-4H5v2h14zm-6 14.96V22h2.04l6.13-6.12-2.04-2.05zm9.85-6.49-1.32-1.32c-.2-.2-.53-.2-.72 0l-.98.98 2.04 2.04.98-.98c.2-.19.2-.52 0-.72"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/archive-edit.svg b/mkdocs-material/material/templates/.icons/material/archive-edit.svg new file mode 100644 index 0000000..38b7da4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/archive-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 10.3V8H4v13h7v-1.87l8.39-8.39c.18-.18.39-.32.61-.44M15 13H9v-1.5c0-.28.22-.5.5-.5h5c.28 0 .5.22.5.5zm6-6H3V3h18zm1.85 7.19-.98.98-2.04-2.04.98-.98c.19-.2.52-.2.72 0l1.32 1.32c.2.2.2.53 0 .72m-3.72-.36 2.04 2.04L15.04 22H13v-2.04z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/archive-eye-outline.svg b/mkdocs-material/material/templates/.icons/material/archive-eye-outline.svg new file mode 100644 index 0000000..131084f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/archive-eye-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.5 11c.28 0 .5.22.5.5V13H9v-1.5c0-.28.22-.5.5-.5zm5.5 2.55V10h-2v3.06c.69.08 1.36.25 2 .49M21 9H3V3h18zm-2-4H5v2h14zM8.85 19H6v-9H4v11h5.78c-.24-.39-.46-.81-.64-1.25zM17 18c-.56 0-1 .44-1 1s.44 1 1 1 1-.44 1-1-.44-1-1-1m6 1c-.94 2.34-3.27 4-6 4s-5.06-1.66-6-4c.94-2.34 3.27-4 6-4s5.06 1.66 6 4m-3.5 0a2.5 2.5 0 0 0-5 0 2.5 2.5 0 0 0 5 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/archive-eye.svg b/mkdocs-material/material/templates/.icons/material/archive-eye.svg new file mode 100644 index 0000000..e2a88c8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/archive-eye.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 7H3V3h18zM9.14 19.75c.18.44.4.86.64 1.25H4V8h16v5.55c-.94-.36-1.95-.55-3-.55-3.5 0-6.57 2.06-7.86 5.25l-.29.75zM9 13h6v-1.5c0-.28-.22-.5-.5-.5h-5c-.28 0-.5.22-.5.5zm8 5c-.56 0-1 .44-1 1s.44 1 1 1 1-.44 1-1-.44-1-1-1m6 1c-.94 2.34-3.27 4-6 4s-5.06-1.66-6-4c.94-2.34 3.27-4 6-4s5.06 1.66 6 4m-3.5 0a2.5 2.5 0 0 0-5 0 2.5 2.5 0 0 0 5 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/archive-lock-open-outline.svg b/mkdocs-material/material/templates/.icons/material/archive-lock-open-outline.svg new file mode 100644 index 0000000..2909456 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/archive-lock-open-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.5 11c.17 0 .32.09.41.22-.35.54-.57 1.14-.65 1.78H9v-1.5c0-.28.22-.5.5-.5zM13 19H6v-9H4v11h9.03c-.03-.1-.03-.2-.03-.3zm8-10H3V3h18zm-2-4H5v2h14zm2.8 11h-4.3v-2.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3v.5h1.3v-.5c0-1.4-1.4-2.5-2.8-2.5s-2.8 1.1-2.8 2.5V16c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/archive-lock-open.svg b/mkdocs-material/material/templates/.icons/material/archive-lock-open.svg new file mode 100644 index 0000000..ed83e55 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/archive-lock-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 7H3V3h18zm-2 2c.34 0 .68.04 1 .11V8H4v13h9.03c-.03-.1-.03-.2-.03-.3v-3.5c0-.96.5-1.86 1.2-2.46V13.5c0-.17.04-.33.06-.5H9v-1.5c0-.28.22-.5.5-.5h5c.17 0 .32.09.41.22A4.89 4.89 0 0 1 19 9m2.8 7h-4.3v-2.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3v.5h1.3v-.5c0-1.4-1.4-2.5-2.8-2.5s-2.8 1.1-2.8 2.5V16c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/archive-lock-outline.svg b/mkdocs-material/material/templates/.icons/material/archive-lock-outline.svg new file mode 100644 index 0000000..4682927 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/archive-lock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 12.06c-.21.29-.36.61-.5.94H9v-1.5c0-.28.22-.5.5-.5h5c.28 0 .5.22.5.5zM21 9H3V3h18zm-2-4H5v2h14zm-6 14H6v-9H4v11h9.03c-.03-.1-.03-.2-.03-.3zm10-1.7v3.5c0 .6-.6 1.2-1.3 1.2h-5.5c-.6 0-1.2-.6-1.2-1.3v-3.5c0-.6.6-1.2 1.2-1.2v-1.5c0-1.4 1.4-2.5 2.8-2.5s2.8 1.1 2.8 2.5V16c.6 0 1.2.6 1.2 1.3m-2.5-2.8c0-.8-.7-1.3-1.5-1.3s-1.5.5-1.5 1.3V16h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/archive-lock.svg b/mkdocs-material/material/templates/.icons/material/archive-lock.svg new file mode 100644 index 0000000..b32b151 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/archive-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 7H3V3h18zM9.5 11h5c.28 0 .5.22.5.5v.56A4.92 4.92 0 0 1 19 10c.34 0 .68.04 1 .11V8H4v13h9.03c-.03-.1-.03-.2-.03-.3v-3.5c0-.96.5-1.86 1.2-2.46v-.24c0-.5.12-1.03.3-1.5H9v-1.5c0-.28.22-.5.5-.5M23 17.3v3.5c0 .6-.6 1.2-1.3 1.2h-5.5c-.6 0-1.2-.6-1.2-1.3v-3.5c0-.6.6-1.2 1.2-1.2v-1.5c0-1.4 1.4-2.5 2.8-2.5s2.8 1.1 2.8 2.5V16c.6 0 1.2.6 1.2 1.3m-2.5-2.8c0-.8-.7-1.3-1.5-1.3s-1.5.5-1.5 1.3V16h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/archive-marker-outline.svg b/mkdocs-material/material/templates/.icons/material/archive-marker-outline.svg new file mode 100644 index 0000000..f4b5bc0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/archive-marker-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.5 11c.22 0 .4.14.47.33A5.4 5.4 0 0 0 13.63 13H9v-1.5c0-.28.22-.5.5-.5zM21 9H3V3h18zm-2-4H5v2h14zM6 19v-9H4v11h11.19c-.41-.6-.83-1.28-1.19-2zm16-3.5c0 2.6-3.5 6.5-3.5 6.5S15 18.1 15 15.5c0-1.9 1.6-3.5 3.5-3.5s3.5 1.6 3.5 3.5m-2.3.1c0-.6-.6-1.2-1.2-1.2s-1.2.5-1.2 1.2c0 .6.5 1.2 1.2 1.2s1.3-.6 1.2-1.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/archive-marker.svg b/mkdocs-material/material/templates/.icons/material/archive-marker.svg new file mode 100644 index 0000000..aa88c52 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/archive-marker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 7H3V3h18zm-7.37 6H9v-1.5c0-.28.22-.5.5-.5h5c.22 0 .4.14.47.33.96-.83 2.2-1.33 3.53-1.33.5 0 1 .08 1.5.22V8H4v13h11.19C14.12 19.43 13 17.35 13 15.5c0-.89.23-1.74.63-2.5M22 15.5c0 2.6-3.5 6.5-3.5 6.5S15 18.1 15 15.5c0-1.9 1.6-3.5 3.5-3.5s3.5 1.6 3.5 3.5m-2.3.1c0-.6-.6-1.2-1.2-1.2s-1.2.5-1.2 1.2c0 .6.5 1.2 1.2 1.2s1.3-.6 1.2-1.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/archive-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/archive-minus-outline.svg new file mode 100644 index 0000000..a324e32 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/archive-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0 .7.13 1.37.35 2H4V10h2v9zm6-6c.34 0 .67.04 1 .09V10h-2v3.09c.33-.05.66-.09 1-.09m-9.5-2c-.28 0-.5.22-.5.5V13h6v-1.5c0-.28-.22-.5-.5-.5zM21 9H3V3h18zm-2-4H5v2h14zm-4 13v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/archive-minus.svg b/mkdocs-material/material/templates/.icons/material/archive-minus.svg new file mode 100644 index 0000000..0dc67b3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/archive-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 13c.34 0 .67.04 1 .09V8H4v13h9.35c-.22-.63-.35-1.3-.35-2 0-3.31 2.69-6 6-6M9 13v-1.5c0-.28.22-.5.5-.5h5c.28 0 .5.22.5.5V13zm12-6H3V3h18zm2 11v2h-8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/archive-music-outline.svg b/mkdocs-material/material/templates/.icons/material/archive-music-outline.svg new file mode 100644 index 0000000..77b7e99 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/archive-music-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 3H3v6h18zm-2 4H5V5h14zm-1 4v-1h2v1zm-3.5 0c.28 0 .5.22.5.5V13H9v-1.5c0-.28.22-.5.5-.5zm-1.24 8c-.17.47-.26.97-.26 1.5 0 .17 0 .34.03.5H4V10h2v9zM22 13v2h-2v5.5a2.5 2.5 0 0 1-5 0 2.5 2.5 0 0 1 3.5-2.29V13z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/archive-music.svg b/mkdocs-material/material/templates/.icons/material/archive-music.svg new file mode 100644 index 0000000..06beecf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/archive-music.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.5 16.11V11H20V8H4v13h9.03c-.03-.16-.03-.33-.03-.5 0-2.14 1.5-3.93 3.5-4.39M9 13v-1.5c0-.28.22-.5.5-.5h5c.28 0 .5.22.5.5V13zm12-6H3V3h18zm1 6v2h-2v5.5a2.5 2.5 0 0 1-5 0 2.5 2.5 0 0 1 3.5-2.29V13z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/archive-off-outline.svg b/mkdocs-material/material/templates/.icons/material/archive-off-outline.svg new file mode 100644 index 0000000..874dd2b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/archive-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m8.2 5-2-2H21v6h-8.8l-2-2H19V5zM20 16.8V10h-2v4.8zm0 2.55v-.01l-2-2v.01L9.66 9l-2-2-1.53-1.53-3.74-3.74L1.11 3 3 4.89V9h4.11l10 10H6v-9H4v11h15.11l1.73 1.73 1.27-1.27z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/archive-off.svg b/mkdocs-material/material/templates/.icons/material/archive-off.svg new file mode 100644 index 0000000..21600c6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/archive-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10.2 7-4-4H21v4zM20 8h-8.8l8.8 8.8zm0 11.35v-.01L8.66 8l-1-1-5.27-5.27L1.11 3 3 4.89V7h2.11l1 1H4v13h15.11l1.73 1.73 1.27-1.27z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/archive-outline.svg b/mkdocs-material/material/templates/.icons/material/archive-outline.svg new file mode 100644 index 0000000..af7516f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/archive-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 21H4V10h2v9h12v-9h2zM3 3h18v6H3zm6.5 8h5c.28 0 .5.22.5.5V13H9v-1.5c0-.28.22-.5.5-.5M5 5v2h14V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/archive-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/archive-plus-outline.svg new file mode 100644 index 0000000..4517c8b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/archive-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 13.09V10h2v3.09c-.33-.05-.66-.09-1-.09s-.67.04-1 .09M9.5 11c-.28 0-.5.22-.5.5V13h6v-1.5c0-.28-.22-.5-.5-.5zM21 9H3V3h18zm-2-4H5v2h14zM6 19v-9H4v11h9.35c-.22-.63-.35-1.3-.35-2zm14-1v-3h-2v3h-3v2h3v3h2v-3h3v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/archive-plus.svg b/mkdocs-material/material/templates/.icons/material/archive-plus.svg new file mode 100644 index 0000000..bc31570 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/archive-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 7H3V3h18zm-8 12c0 .7.13 1.37.35 2H4V8h16v5.09c-.33-.05-.66-.09-1-.09-3.31 0-6 2.69-6 6m2-6v-1.5c0-.28-.22-.5-.5-.5h-5c-.28 0-.5.22-.5.5V13zm5 5v-3h-2v3h-3v2h3v3h2v-3h3v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/archive-refresh-outline.svg b/mkdocs-material/material/templates/.icons/material/archive-refresh-outline.svg new file mode 100644 index 0000000..972fac1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/archive-refresh-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 12.03V10h2v2.18c-.5-.11-1-.18-1.5-.18-.17 0-.33 0-.5.03M9.5 11c-.28 0-.5.22-.5.5V13h6v-1.5c0-.28-.22-.5-.5-.5zM6 19v-9H4v11h8.5c-.26-.62-.41-1.3-.47-2zM21 9H3V3h18zm-2-4H5v2h14zm3 13.5v-4l-1.17 1.17A4 4 0 0 0 18 14.5c-2.21 0-4 1.79-4 4s1.79 4 4 4c1.68 0 3.12-1.03 3.71-2.5H20a2.5 2.5 0 1 1-.23-3.27L18 18.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/archive-refresh.svg b/mkdocs-material/material/templates/.icons/material/archive-refresh.svg new file mode 100644 index 0000000..0669e12 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/archive-refresh.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.5 12c.5 0 1 .07 1.5.18V8H4v13h8.5a6.5 6.5 0 0 1 6-9M9 13v-1.5c0-.28.22-.5.5-.5h5c.28 0 .5.22.5.5V13zm12-6H3V3h18zm-3 11.5 1.77-1.77A2.5 2.5 0 1 0 20 20h1.71A3.99 3.99 0 0 1 18 22.5c-2.21 0-4-1.79-4-4s1.79-4 4-4c1.11 0 2.11.45 2.83 1.17L22 14.5v4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/archive-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/archive-remove-outline.svg new file mode 100644 index 0000000..6ec69c8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/archive-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 13.09V10h2v3.09c-.33-.05-.66-.09-1-.09s-.67.04-1 .09M14.5 11h-5c-.28 0-.5.22-.5.5V13h6v-1.5c0-.28-.22-.5-.5-.5M6 19v-9H4v11h9.35c-.22-.63-.35-1.3-.35-2zM21 9H3V3h18zm-2-4H5v2h14zm3.54 11.88-1.42-1.41L19 17.59l-2.12-2.12-1.41 1.41L17.59 19l-2.12 2.12 1.41 1.42L19 20.41l2.12 2.13 1.42-1.42L20.41 19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/archive-remove.svg b/mkdocs-material/material/templates/.icons/material/archive-remove.svg new file mode 100644 index 0000000..28a803d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/archive-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 7H3V3h18zm-8 12c0 .7.13 1.37.35 2H4V8h16v5.09c-.33-.05-.66-.09-1-.09-3.31 0-6 2.69-6 6m2-6v-1.5c0-.28-.22-.5-.5-.5h-5c-.28 0-.5.22-.5.5V13zm7.54 3.88-1.42-1.41L19 17.59l-2.12-2.12-1.41 1.41L17.59 19l-2.12 2.12 1.41 1.42L19 20.41l2.12 2.13 1.42-1.42L20.41 19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/archive-search-outline.svg b/mkdocs-material/material/templates/.icons/material/archive-search-outline.svg new file mode 100644 index 0000000..7bf4890 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/archive-search-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.04 10q-.6.375-1.14.9c-.33.34-.63.71-.87 1.1H8v-1.5c0-.28.22-.5.5-.5zM20 8H2V2h18zm-2-4H4v2h14zM5 18V9H3v11h8.82a6.4 6.4 0 0 1-1.32-2zm18.39 3L22 22.39l-3.12-3.07c-.69.43-1.51.68-2.38.68-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5c0 .88-.25 1.71-.69 2.4zM19 15.5a2.5 2.5 0 0 0-5 0 2.5 2.5 0 0 0 5 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/archive-search.svg b/mkdocs-material/material/templates/.icons/material/archive-search.svg new file mode 100644 index 0000000..879e621 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/archive-search.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 6H2V2h18zm-8.97 6H8v-1.5c0-.28.22-.5.5-.5h4.54c1.8-1.13 4.03-1.3 5.96-.5V7H3v13h8.82c-2.12-2.2-2.38-5.5-.79-8m12.36 9L22 22.39l-3.12-3.07c-.69.43-1.51.68-2.38.68-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5c0 .88-.25 1.71-.69 2.4zM19 15.5a2.5 2.5 0 0 0-5 0 2.5 2.5 0 0 0 5 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/archive-settings-outline.svg b/mkdocs-material/material/templates/.icons/material/archive-settings-outline.svg new file mode 100644 index 0000000..ee282bd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/archive-settings-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 2v6h18V2zm16 4H5V4h14zm-1 3h2v11H4V9h2v9h12zm-3 1.5V12H9v-1.5c0-.28.22-.5.5-.5h5c.28 0 .5.22.5.5M7 22h2v2H7zm4 0h2v2h-2zm4 0h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/archive-settings.svg b/mkdocs-material/material/templates/.icons/material/archive-settings.svg new file mode 100644 index 0000000..e3cc5fb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/archive-settings.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 2v4H3V2zM4 7h16v13H4zm5 5h6v-1.5c0-.28-.22-.5-.5-.5h-5c-.28 0-.5.22-.5.5zM7 24h2v-2H7zm4 0h2v-2h-2zm4 0h2v-2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/archive-star-outline.svg b/mkdocs-material/material/templates/.icons/material/archive-star-outline.svg new file mode 100644 index 0000000..f557d57 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/archive-star-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 13.09V10h2v3.09c-.33-.05-.66-.09-1-.09s-.67.04-1 .09M9.5 11c-.28 0-.5.22-.5.5V13h6v-1.5c0-.28-.22-.5-.5-.5zM6 19v-9H4v11h9.35c-.22-.63-.35-1.3-.35-2zM21 9H3V3h18zm-2-4H5v2h14zm4 12.89-2.89-.25L19 15l-1.13 2.64-2.87.25 2.18 1.88-.68 2.81 2.5-1.49 2.45 1.49-.65-2.81z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/archive-star.svg b/mkdocs-material/material/templates/.icons/material/archive-star.svg new file mode 100644 index 0000000..bda253f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/archive-star.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 7H3V3h18zm-8 12c0 .7.13 1.37.35 2H4V8h16v5.09c-.33-.05-.66-.09-1-.09-3.31 0-6 2.69-6 6m2-6v-1.5c0-.28-.22-.5-.5-.5h-5c-.28 0-.5.22-.5.5V13zm8 4.89-2.89-.25L19 15l-1.13 2.64-2.87.25 2.18 1.88-.68 2.81 2.5-1.49 2.45 1.49-.65-2.81z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/archive-sync-outline.svg b/mkdocs-material/material/templates/.icons/material/archive-sync-outline.svg new file mode 100644 index 0000000..b7769df --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/archive-sync-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 11.18V10h2v1.03c-.16-.03-.33-.03-.5-.03-.5 0-1 .07-1.5.18m-3 .32c0-.28-.22-.5-.5-.5h-5c-.28 0-.5.22-.5.5V13h5.82l.18-.18zM6 19v-9H4v11h10.03c-.39-.61-.68-1.28-.85-2zM21 9H3V3h18zm-2-4H5v2h14zm0 8.5V12l-2.25 2.25L19 16.5V15a2.5 2.5 0 0 1 2.5 2.5c0 .4-.09.78-.26 1.12l1.09 1.09c.42-.63.67-1.39.67-2.21 0-2.21-1.79-4-4-4m0 6.5a2.5 2.5 0 0 1-2.5-2.5c0-.4.09-.78.26-1.12l-1.09-1.09c-.42.63-.67 1.39-.67 2.21 0 2.21 1.79 4 4 4V23l2.25-2.25L19 18.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/archive-sync.svg b/mkdocs-material/material/templates/.icons/material/archive-sync.svg new file mode 100644 index 0000000..4ea62f4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/archive-sync.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 7H3V3h18zM9.5 11h5c.28 0 .5.22.5.5v1.32A6.44 6.44 0 0 1 19.5 11c.17 0 .34 0 .5.03V8H4v13h10.03A6.4 6.4 0 0 1 13 17.5c0-1.75.69-3.33 1.82-4.5H9v-1.5c0-.28.22-.5.5-.5m9.5 2.5V12l-2.25 2.25L19 16.5V15a2.5 2.5 0 0 1 2.5 2.5c0 .4-.09.78-.26 1.12l1.09 1.09c.42-.63.67-1.39.67-2.21 0-2.21-1.79-4-4-4m0 6.5a2.5 2.5 0 0 1-2.5-2.5c0-.4.09-.78.26-1.12l-1.09-1.09c-.42.63-.67 1.39-.67 2.21 0 2.21 1.79 4 4 4V23l2.25-2.25L19 18.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/archive.svg b/mkdocs-material/material/templates/.icons/material/archive.svg new file mode 100644 index 0000000..937511b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/archive.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3h18v4H3zm1 5h16v13H4zm5.5 3a.5.5 0 0 0-.5.5V13h6v-1.5a.5.5 0 0 0-.5-.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arm-flex-outline.svg b/mkdocs-material/material/templates/.icons/material/arm-flex-outline.svg new file mode 100644 index 0000000..f8125a1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arm-flex-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 7.76v8.49h4.08l.6-.91c1.16-1.79 3.25-2.59 4.79-2.59.53 0 .98.09 1.32.25.91.41 1.16 1.18 1.21 1.74.08 1.13-.5 2.29-1.5 2.97-.9.62-3.06 1.29-5.63 1.29-1.75 0-4.26-.31-6.75-1.7.29-2.45.88-6.42 1.88-9.54M7 3C4 7.09 3 18.34 3 18.34 5.9 20.31 9.08 21 11.87 21c2.99 0 5.52-.79 6.77-1.64 3-2.04 3.3-6.65 0-8.18-.64-.29-1.38-.43-2.17-.43-2.3 0-4.97 1.21-6.47 3.5H9V7.09h2L12 4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arm-flex.svg b/mkdocs-material/material/templates/.icons/material/arm-flex.svg new file mode 100644 index 0000000..177f853 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arm-flex.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 18.34S4 7.09 7 3l5 1-1 3.09H9v7.16h1c2-3.07 6.14-4.19 8.64-3.07 3.3 1.53 3 6.14 0 8.18C16.24 21 9 22.43 3 18.34"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrange-bring-forward.svg b/mkdocs-material/material/templates/.icons/material/arrange-bring-forward.svg new file mode 100644 index 0000000..08cb572 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrange-bring-forward.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 2h14v14H2zm20 6v14H8v-4h2v2h10V10h-2V8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrange-bring-to-front.svg b/mkdocs-material/material/templates/.icons/material/arrange-bring-to-front.svg new file mode 100644 index 0000000..4fe2019 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrange-bring-to-front.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 2h9v4H9V4H4v5h2v2H2zm20 11v9h-9v-4h2v2h5v-5h-2v-2zM8 8h8v8H8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrange-send-backward.svg b/mkdocs-material/material/templates/.icons/material/arrange-send-backward.svg new file mode 100644 index 0000000..823bcde --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrange-send-backward.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 2h14v14H2zm20 6v14H8v-4h10V8zM4 4v10h10V4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrange-send-to-back.svg b/mkdocs-material/material/templates/.icons/material/arrange-send-to-back.svg new file mode 100644 index 0000000..769a7ec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrange-send-to-back.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 2h9v9H2zm7 2H4v5h5zm13 9v9h-9v-9zm-7 7h5v-5h-5zm1-12v3h-3V8zm-5 8H8v-3h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-all.svg b/mkdocs-material/material/templates/.icons/material/arrow-all.svg new file mode 100644 index 0000000..6ed79eb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-all.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 11h5l-1.5-1.5 1.42-1.42L21.84 12l-3.92 3.92-1.42-1.42L18 13h-5v5l1.5-1.5 1.42 1.42L12 21.84l-3.92-3.92L9.5 16.5 11 18v-5H6l1.5 1.5-1.42 1.42L2.16 12l3.92-3.92L7.5 9.5 6 11h5V6L9.5 7.5 8.08 6.08 12 2.16l3.92 3.92L14.5 7.5 13 6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-bottom-left-bold-box-outline.svg b/mkdocs-material/material/templates/.icons/material/arrow-bottom-left-bold-box-outline.svg new file mode 100644 index 0000000..a85102c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-bottom-left-bold-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 16V8.9l2.1 2.1 4.1-3.9L17 10l-4.1 3.9L15 16zm13 3V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2m-2 0H5V5h14z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-bottom-left-bold-box.svg b/mkdocs-material/material/templates/.icons/material/arrow-bottom-left-bold-box.svg new file mode 100644 index 0000000..62d6f24 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-bottom-left-bold-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 21c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h14c1.1 0 2 .9 2 2v14c0 1.1-.9 2-2 2zm10.3-5-2.1-2.1L17 10l-2.8-2.8-3.8 3.9-2.2-2.2V16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-bottom-left-bold-outline.svg b/mkdocs-material/material/templates/.icons/material/arrow-bottom-left-bold-outline.svg new file mode 100644 index 0000000..a32d16f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-bottom-left-bold-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.36 19.78H4.22V5.64l4.25 4.24 5.65-5.66 5.66 5.66-5.66 5.66zM6.34 17.66h7.07l-2.12-2.12 5.66-5.66-2.83-2.83-5.66 5.66-2.12-2.12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-bottom-left-thick.svg b/mkdocs-material/material/templates/.icons/material/arrow-bottom-left-thick.svg new file mode 100644 index 0000000..3c1ef9b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-bottom-left-thick.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.5 5.69 2.81 2.81-6.37 6.39h4.95v3.42H5.69V7.11h3.43v4.95z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-bottom-left-thin-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/arrow-bottom-left-thin-circle-outline.svg new file mode 100644 index 0000000..cc08596 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-bottom-left-thin-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20.03c4.41 0 8.03-3.62 8.03-8.03S16.41 3.97 12 3.97 3.97 7.59 3.97 12s3.62 8.03 8.03 8.03M12 22C6.46 22 2 17.54 2 12S6.46 2 12 2s10 4.46 10 10-4.46 10-10 10m-1.88-9.53L8 10.36V16h5.64l-2.11-2.12L16.5 8.9l-1.4-1.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-bottom-left-thin.svg b/mkdocs-material/material/templates/.icons/material/arrow-bottom-left-thin.svg new file mode 100644 index 0000000..00d0a24 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-bottom-left-thin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12.07 19-2.83-2.82L19 6.42 17.58 5l-9.76 9.76L5 11.94V19Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-bottom-left.svg b/mkdocs-material/material/templates/.icons/material/arrow-bottom-left.svg new file mode 100644 index 0000000..25f1a9d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-bottom-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41 17.59 5 7 15.59V9H5v10h10v-2H8.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-bottom-right-bold-box-outline.svg b/mkdocs-material/material/templates/.icons/material/arrow-bottom-right-bold-box-outline.svg new file mode 100644 index 0000000..91a9260 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-bottom-right-bold-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 16H8.9l2.1-2.1L7 10l2.8-2.8 4.1 3.9L16 8.9zM5 21h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2M5 5h14v14H5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-bottom-right-bold-box.svg b/mkdocs-material/material/templates/.icons/material/arrow-bottom-right-bold-box.svg new file mode 100644 index 0000000..5028ab3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-bottom-right-bold-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 21H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h14c1.1 0 2 .9 2 2v14c0 1.1-.9 2-2 2m-3.2-5V8.9L13.7 11 9.8 7.2 7 10l3.8 3.9L8.7 16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-bottom-right-bold-outline.svg b/mkdocs-material/material/templates/.icons/material/arrow-bottom-right-bold-outline.svg new file mode 100644 index 0000000..d15849b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-bottom-right-bold-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.88 15.54 4.22 9.88l5.66-5.66 5.66 5.66 4.24-4.24v14.14H5.64zm7.78-4.95-2.12 2.12-5.66-5.66-2.83 2.83 5.66 5.66-2.12 2.12h7.07z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-bottom-right-thick.svg b/mkdocs-material/material/templates/.icons/material/arrow-bottom-right-thick.svg new file mode 100644 index 0000000..15e93f3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-bottom-right-thick.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.89 12.06V7.11h3.42v11.2H7.11v-3.42h4.95L5.69 8.5 8.5 5.69z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-bottom-right-thin-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/arrow-bottom-right-thin-circle-outline.svg new file mode 100644 index 0000000..f3eddf1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-bottom-right-thin-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20.03c-4.41 0-8.03-3.62-8.03-8.03S7.59 3.97 12 3.97s8.03 3.62 8.03 8.03-3.62 8.03-8.03 8.03M12 22c5.54 0 10-4.46 10-10S17.54 2 12 2 2 6.46 2 12s4.46 10 10 10m1.88-9.53L16 10.36V16h-5.64l2.11-2.12L7.5 8.9l1.4-1.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-bottom-right-thin.svg b/mkdocs-material/material/templates/.icons/material/arrow-bottom-right-thin.svg new file mode 100644 index 0000000..106d4f0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-bottom-right-thin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11.93 19 2.83-2.82L5 6.42 6.42 5l9.76 9.76L19 11.94V19Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-bottom-right.svg b/mkdocs-material/material/templates/.icons/material/arrow-bottom-right.svg new file mode 100644 index 0000000..54ce990 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-bottom-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 6.41 6.41 5 17 15.59V9h2v10H9v-2h6.59z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-collapse-all.svg b/mkdocs-material/material/templates/.icons/material/arrow-collapse-all.svg new file mode 100644 index 0000000..a4bb05a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-collapse-all.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.5 3.09 1.41 1.41-4.5 4.5H20v2h-7V4h2v3.59zm1.41 16.41-1.41 1.41-4.5-4.5V20h-2v-7h7v2h-3.59zM4.5 3.09 9 7.59V4h2v7H4V9h3.59l-4.5-4.5zM3.09 19.5l4.5-4.5H4v-2h7v7H9v-3.59l-4.5 4.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-collapse-down.svg b/mkdocs-material/material/templates/.icons/material/arrow-collapse-down.svg new file mode 100644 index 0000000..53347d2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-collapse-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.92 12.08 12 20l-7.92-7.92 1.42-1.41 5.5 5.5V2h2v14.17l5.5-5.51zM12 20H2v2h20v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-collapse-horizontal.svg b/mkdocs-material/material/templates/.icons/material/arrow-collapse-horizontal.svg new file mode 100644 index 0000000..5a7a1ea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-collapse-horizontal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20V4h2.03v16zm-3 0V4h2.03v16zM5 8l4.03 4L5 16v-3H2v-2h3zm15 8-4-4 4-4v3h3v2h-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-collapse-left.svg b/mkdocs-material/material/templates/.icons/material/arrow-collapse-left.svg new file mode 100644 index 0000000..9fb9c8a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-collapse-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.92 19.92 4 12l7.92-7.92 1.41 1.42-5.5 5.5H22v2H7.83l5.51 5.5zM4 12V2H2v20h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-collapse-right.svg b/mkdocs-material/material/templates/.icons/material/arrow-collapse-right.svg new file mode 100644 index 0000000..cef82a9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-collapse-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.08 4.08 20 12l-7.92 7.92-1.41-1.42 5.5-5.5H2v-2h14.17l-5.5-5.5zM20 12v10h2V2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-collapse-up.svg b/mkdocs-material/material/templates/.icons/material/arrow-collapse-up.svg new file mode 100644 index 0000000..0bf0434 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-collapse-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.08 11.92 12 4l7.92 7.92-1.42 1.41-5.5-5.5V22h-2V7.83l-5.5 5.5zM12 4h10V2H2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-collapse-vertical.svg b/mkdocs-material/material/templates/.icons/material/arrow-collapse-vertical.svg new file mode 100644 index 0000000..df687a3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-collapse-vertical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 12h16v2H4zm0-3h16v2H4zm12-5-4 4-4-4h3V1h2v3zM8 19l4-4 4 4h-3v3h-2v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-collapse.svg b/mkdocs-material/material/templates/.icons/material/arrow-collapse.svg new file mode 100644 index 0000000..a793f7a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-collapse.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.5 3.09 15 7.59V4h-2v7h7V9h-3.59l4.5-4.5zM4 13v2h3.59l-4.5 4.5 1.41 1.41 4.5-4.5V20h2v-7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-decision-auto-outline.svg b/mkdocs-material/material/templates/.icons/material/arrow-decision-auto-outline.svg new file mode 100644 index 0000000..f16ffe3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-decision-auto-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 15v-3c-.5 0-4.5.16-4.95 4.2 1.56.55 2.38 2.27 1.83 3.83a3.006 3.006 0 0 1-3.83 1.83c-1.55-.56-2.38-2.27-1.83-3.83.28-.86.98-1.53 1.83-1.83A6.75 6.75 0 0 1 19 10V7l4 4zm-5 4a1 1 0 0 0-1-1 1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1m-2-7.88c.58-.66 1.25-1.23 2-1.69V5h3l-4-4-4 4h3zM7.2 6h-2L2 15h1.9l.7-2h3.2l.7 2h1.9zm-2.15 5.65L6.2 8l1.15 3.65z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-decision-auto.svg b/mkdocs-material/material/templates/.icons/material/arrow-decision-auto.svg new file mode 100644 index 0000000..ffab675 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-decision-auto.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 5H9l4-4 4 4h-3v4.43c-.75.46-1.42 1.03-2 1.69zm-1.6 10H8.5l-.7-2H4.6l-.7 2H2l3.2-9h2zm-3.05-3.35L6.2 8l-1.15 3.65zM23 11l-4-4v3a6.747 6.747 0 0 0-7 6.17A3.006 3.006 0 0 0 10.17 20 3.006 3.006 0 0 0 14 21.83 3.01 3.01 0 0 0 15.83 18c-.3-.86-.98-1.53-1.83-1.83.47-4 4.47-4.2 4.95-4.2v3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-decision-outline.svg b/mkdocs-material/material/templates/.icons/material/arrow-decision-outline.svg new file mode 100644 index 0000000..d756b19 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-decision-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.64 13.4C8.63 12.5 7.34 12.03 6 12v3l-4-4 4-4v3c1.67 0 3.3.57 4.63 1.59a8 8 0 0 0-.99 1.81M18 15v-3c-.5 0-4.5.16-4.95 4.2 1.56.55 2.38 2.27 1.83 3.83a3.006 3.006 0 0 1-3.83 1.83c-1.55-.56-2.38-2.27-1.83-3.83.28-.86.98-1.53 1.83-1.83A6.75 6.75 0 0 1 18 10V7l4 4zm-5 4a1 1 0 0 0-1-1 1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1m-2-7.88c.58-.66 1.25-1.23 2-1.69V5h3l-4-4-4 4h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-decision.svg b/mkdocs-material/material/templates/.icons/material/arrow-decision.svg new file mode 100644 index 0000000..49b1db8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-decision.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 5H8l4-4 4 4h-3v4.43c-.75.46-1.42 1.03-2 1.69zm11 6-4-4v3a6.747 6.747 0 0 0-7 6.17A3.006 3.006 0 0 0 9.17 20 3.006 3.006 0 0 0 13 21.83 3.01 3.01 0 0 0 14.83 18c-.3-.86-.98-1.53-1.83-1.83.47-4 4.47-4.2 4.95-4.2v3zm-11.37.59A7.63 7.63 0 0 0 6 10V7l-4 4 4 4v-3c1.34.03 2.63.5 3.64 1.4.25-.64.58-1.25.99-1.81"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-down-bold-box-outline.svg b/mkdocs-material/material/templates/.icons/material/arrow-down-bold-box-outline.svg new file mode 100644 index 0000000..0c267b1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-down-bold-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 17-5-5h3V8h4v4h3zM5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m0 2v14h14V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-down-bold-box.svg b/mkdocs-material/material/templates/.icons/material/arrow-down-bold-box.svg new file mode 100644 index 0000000..9aa8694 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-down-bold-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m7 14 5-5h-3V8h-4v4H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-down-bold-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/arrow-down-bold-circle-outline.svg new file mode 100644 index 0000000..70a0977 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-down-bold-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 17-5-5h3V8h4v4h3zm0-15a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-down-bold-circle.svg b/mkdocs-material/material/templates/.icons/material/arrow-down-bold-circle.svg new file mode 100644 index 0000000..bdf0770 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-down-bold-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 15 5-5h-3V8h-4v4H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-down-bold-hexagon-outline.svg b/mkdocs-material/material/templates/.icons/material/arrow-down-bold-hexagon-outline.svg new file mode 100644 index 0000000..102cf2b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-down-bold-hexagon-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 17-5-5h3V8h4v4h3zm9-.5c0 .38-.21.71-.53.88l-7.9 4.44c-.16.12-.36.18-.57.18s-.41-.06-.57-.18l-7.9-4.44A.99.99 0 0 1 3 16.5v-9c0-.38.21-.71.53-.88l7.9-4.44c.16-.12.36-.18.57-.18s.41.06.57.18l7.9 4.44c.32.17.53.5.53.88zM12 4.15 5 8.09v7.82l7 3.94 7-3.94V8.09z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-down-bold-outline.svg b/mkdocs-material/material/templates/.icons/material/arrow-down-bold-outline.svg new file mode 100644 index 0000000..eca403f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-down-bold-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 11 12 21 2 11h6V3h8v8zm-10 7 5-5h-3V5h-4v8H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-down-bold.svg b/mkdocs-material/material/templates/.icons/material/arrow-down-bold.svg new file mode 100644 index 0000000..65b8610 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-down-bold.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 4h6v8h4.84L12 19.84 4.16 12H9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-down-box.svg b/mkdocs-material/material/templates/.icons/material/arrow-down-box.svg new file mode 100644 index 0000000..4841c48 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-down-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2zm8 1v8.5L7.5 11l-1.42 1.42L12 18.34l5.92-5.92L16.5 11 13 14.5V6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-down-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/arrow-down-circle-outline.svg new file mode 100644 index 0000000..f0a7fe2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-down-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 6h2v8l3.5-3.5 1.42 1.42L12 17.84l-5.92-5.92L7.5 10.5 11 14zm1 16A10 10 0 0 1 2 12 10 10 0 0 1 12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10m0-2a8 8 0 0 0 8-8 8 8 0 0 0-8-8 8 8 0 0 0-8 8 8 8 0 0 0 8 8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-down-circle.svg b/mkdocs-material/material/templates/.icons/material/arrow-down-circle.svg new file mode 100644 index 0000000..dcf5b7e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-down-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 6v8l-3.5-3.5-1.42 1.42L12 17.84l5.92-5.92-1.42-1.42L13 14V6zm1 16A10 10 0 0 1 2 12 10 10 0 0 1 12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-down-drop-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/arrow-down-drop-circle-outline.svg new file mode 100644 index 0000000..fb5474f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-down-drop-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 2a8 8 0 0 1 8 8 8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8m-5 6 5 5 5-5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-down-drop-circle.svg b/mkdocs-material/material/templates/.icons/material/arrow-down-drop-circle.svg new file mode 100644 index 0000000..0aa438b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-down-drop-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m-5 8 5 5 5-5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-down-left-bold.svg b/mkdocs-material/material/templates/.icons/material/arrow-down-left-bold.svg new file mode 100644 index 0000000..94ba9f6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-down-left-bold.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 3v4h-7.5C11.57 7 10 8.57 10 10.5V13h4l-6 7-6-7h4v-2.5C6 6.36 9.36 3 13.5 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-down-left.svg b/mkdocs-material/material/templates/.icons/material/arrow-down-left.svg new file mode 100644 index 0000000..84df8aa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-down-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 4v2h-6.5C11 6 9 8 9 10.5v5.67l3.09-3.08 1.41 1.41L8 20l-5.5-5.5 1.41-1.42L7 16.17V10.5A6.5 6.5 0 0 1 13.5 4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-down-right-bold.svg b/mkdocs-material/material/templates/.icons/material/arrow-down-right-bold.svg new file mode 100644 index 0000000..6aa5ccd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-down-right-bold.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.5 3c4.14 0 7.5 3.36 7.5 7.5V13h4l-6 7-6-7h4v-2.5C14 8.57 12.43 7 10.5 7H3V3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-down-right.svg b/mkdocs-material/material/templates/.icons/material/arrow-down-right.svg new file mode 100644 index 0000000..046bc12 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-down-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.5 14.5 16 20l-5.5-5.5 1.41-1.41L15 16.17V10.5C15 8 13 6 10.5 6H4V4h6.5a6.5 6.5 0 0 1 6.5 6.5v5.67l3.09-3.09z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-down-thick.svg b/mkdocs-material/material/templates/.icons/material/arrow-down-thick.svg new file mode 100644 index 0000000..f91b7aa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-down-thick.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 4h4v9l3.5-3.5 2.42 2.42L12 19.84l-7.92-7.92L6.5 9.5 10 13z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-down-thin-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/arrow-down-thin-circle-outline.svg new file mode 100644 index 0000000..332348c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-down-thin-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20.03c4.41 0 8.03-3.62 8.03-8.03S16.41 3.97 12 3.97 3.97 7.59 3.97 12s3.62 8.03 8.03 8.03M12 22C6.46 22 2 17.54 2 12S6.46 2 12 2s10 4.46 10 10-4.46 10-10 10m-1-8.46H8l4 3.96 4-3.96h-3V6.5h-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-down-thin.svg b/mkdocs-material/material/templates/.icons/material/arrow-down-thin.svg new file mode 100644 index 0000000..d86cc74 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-down-thin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.03 13.92h4V5l2.01-.03v8.95h3.99l-5 5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-down.svg b/mkdocs-material/material/templates/.icons/material/arrow-down.svg new file mode 100644 index 0000000..dffae4a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 4h2v12l5.5-5.5 1.42 1.42L12 19.84l-7.92-7.92L5.5 10.5 11 16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-expand-all.svg b/mkdocs-material/material/templates/.icons/material/arrow-expand-all.svg new file mode 100644 index 0000000..678b246 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-expand-all.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m9.5 13.09 1.41 1.41-4.5 4.5H10v2H3v-7h2v3.59zm1.41-3.59L9.5 10.91 5 6.41V10H3V3h7v2H6.41zm3.59 3.59 4.5 4.5V14h2v7h-7v-2h3.59l-4.5-4.5zM13.09 9.5l4.5-4.5H14V3h7v7h-2V6.41l-4.5 4.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-expand-down.svg b/mkdocs-material/material/templates/.icons/material/arrow-expand-down.svg new file mode 100644 index 0000000..9797398 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-expand-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 4V2H2v2h9v14.17l-5.5-5.5-1.42 1.41L12 22l7.92-7.92-1.42-1.41-5.5 5.5V4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-expand-horizontal.svg b/mkdocs-material/material/templates/.icons/material/arrow-expand-horizontal.svg new file mode 100644 index 0000000..d0fc936 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-expand-horizontal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 11h6V8l4 4-4 4v-3H9v3l-4-4 4-4zm-7 9V4h2v16zm18 0V4h2v16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-expand-left.svg b/mkdocs-material/material/templates/.icons/material/arrow-expand-left.svg new file mode 100644 index 0000000..f5ce9f8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-expand-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 22h2V2h-2v9H5.83l5.5-5.5-1.41-1.42L2 12l7.92 7.92 1.41-1.42-5.5-5.5H20z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-expand-right.svg b/mkdocs-material/material/templates/.icons/material/arrow-expand-right.svg new file mode 100644 index 0000000..7ffb32d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-expand-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2H2v20h2v-9h14.17l-5.5 5.5 1.41 1.42L22 12l-7.92-7.92-1.41 1.42 5.5 5.5H4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-expand-up.svg b/mkdocs-material/material/templates/.icons/material/arrow-expand-up.svg new file mode 100644 index 0000000..16bf2e1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-expand-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 20v2h20v-2h-9V5.83l5.5 5.5 1.42-1.41L12 2 4.08 9.92l1.42 1.41 5.5-5.5V20z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-expand-vertical.svg b/mkdocs-material/material/templates/.icons/material/arrow-expand-vertical.svg new file mode 100644 index 0000000..e6fc071 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-expand-vertical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 9v6h3l-4 4-4-4h3V9H8l4-4 4 4zM4 2h16v2H4zm0 18h16v2H4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-expand.svg b/mkdocs-material/material/templates/.icons/material/arrow-expand.svg new file mode 100644 index 0000000..8307dc3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-expand.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 21v-2H6.41l4.5-4.5-1.41-1.41-4.5 4.5V14H3v7zm4.5-10.09 4.5-4.5V10h2V3h-7v2h3.59l-4.5 4.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-horizontal-lock.svg b/mkdocs-material/material/templates/.icons/material/arrow-horizontal-lock.svg new file mode 100644 index 0000000..19a7c24 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-horizontal-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.8 7V5.5C14.8 4.1 13.4 3 12 3S9.2 4.1 9.2 5.5V7C8.6 7 8 7.6 8 8.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2V8.3c0-.7-.6-1.3-1.2-1.3m-1.3 0h-3V5.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3zM6 17v3l-4-4 4-4v3h12v-3l4 4-4 4v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-left-bold-box-outline.svg b/mkdocs-material/material/templates/.icons/material/arrow-left-bold-box-outline.svg new file mode 100644 index 0000000..e68e167 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-left-bold-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m7 12 5-5v3h4v4h-4v3zm14-7v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2m-2 0H5v14h14z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-left-bold-box.svg b/mkdocs-material/material/templates/.icons/material/arrow-left-bold-box.svg new file mode 100644 index 0000000..3ca6deb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-left-bold-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 5v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2M7 12l5 5v-3h4v-4h-4V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-left-bold-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/arrow-left-bold-circle-outline.svg new file mode 100644 index 0000000..af908aa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-left-bold-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m7 12 5-5v3h4v4h-4v3zm15 0a10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2a10 10 0 0 1 10 10m-2 0a8 8 0 0 0-8-8 8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-left-bold-circle.svg b/mkdocs-material/material/templates/.icons/material/arrow-left-bold-circle.svg new file mode 100644 index 0000000..cdc907a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-left-bold-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 12a10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2a10 10 0 0 1 10 10M7 12l5 5v-3h4v-4h-4V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-left-bold-hexagon-outline.svg b/mkdocs-material/material/templates/.icons/material/arrow-left-bold-hexagon-outline.svg new file mode 100644 index 0000000..4357fd0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-left-bold-hexagon-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m7 12 5-5v3h4v4h-4v3zm14 4.5c0 .38-.21.71-.53.88l-7.9 4.44c-.16.12-.36.18-.57.18s-.41-.06-.57-.18l-7.9-4.44A.99.99 0 0 1 3 16.5v-9c0-.38.21-.71.53-.88l7.9-4.44c.16-.12.36-.18.57-.18s.41.06.57.18l7.9 4.44c.32.17.53.5.53.88zM12 4.15 5 8.09v7.82l7 3.94 7-3.94V8.09z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-left-bold-outline.svg b/mkdocs-material/material/templates/.icons/material/arrow-left-bold-outline.svg new file mode 100644 index 0000000..a5483aa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-left-bold-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 22 3 12 13 2v6h8v8h-8zM6 12l5 5v-3h8v-4h-8V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-left-bold.svg b/mkdocs-material/material/templates/.icons/material/arrow-left-bold.svg new file mode 100644 index 0000000..49bcf09 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-left-bold.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 9v6h-8v4.84L4.16 12 12 4.16V9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-left-bottom-bold.svg b/mkdocs-material/material/templates/.icons/material/arrow-left-bottom-bold.svg new file mode 100644 index 0000000..0385597 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-left-bottom-bold.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 10.5c0 4.14-3.36 7.5-7.5 7.5H11v4l-7-6 7-6v4h2.5c1.93 0 3.5-1.57 3.5-3.5V3h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-left-bottom.svg b/mkdocs-material/material/templates/.icons/material/arrow-left-bottom.svg new file mode 100644 index 0000000..1dc9cc9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-left-bottom.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 4v6.5a6.5 6.5 0 0 1-6.5 6.5H7.83l3.09 3.09L9.5 21.5 4 16l5.5-5.5 1.41 1.41L7.83 15h5.67c2.5 0 4.5-2 4.5-4.5V4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-left-box.svg b/mkdocs-material/material/templates/.icons/material/arrow-left-box.svg new file mode 100644 index 0000000..e1c65de --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-left-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm-1 8H9.5L13 7.5l-1.42-1.42L5.66 12l5.92 5.92L13 16.5 9.5 13H18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-left-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/arrow-left-circle-outline.svg new file mode 100644 index 0000000..5f8ebc4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-left-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 11v2h-8l3.5 3.5-1.42 1.42L6.16 12l5.92-5.92L13.5 7.5 10 11zM2 12A10 10 0 0 1 12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12m2 0a8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8 8 8 0 0 0-8 8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-left-circle.svg b/mkdocs-material/material/templates/.icons/material/arrow-left-circle.svg new file mode 100644 index 0000000..e90d781 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-left-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 12A10 10 0 0 1 12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12m16-1h-8l3.5-3.5-1.42-1.42L6.16 12l5.92 5.92 1.42-1.42L10 13h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-left-drop-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/arrow-left-drop-circle-outline.svg new file mode 100644 index 0000000..0f06d1c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-left-drop-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 12A10 10 0 0 0 12 2 10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10m-2 0a8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8 8 8 0 0 1 8 8m-6-5-5 5 5 5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-left-drop-circle.svg b/mkdocs-material/material/templates/.icons/material/arrow-left-drop-circle.svg new file mode 100644 index 0000000..49cae44 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-left-drop-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 12a10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2a10 10 0 0 1 10 10m-8-5-5 5 5 5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-left-right-bold-outline.svg b/mkdocs-material/material/templates/.icons/material/arrow-left-right-bold-outline.svg new file mode 100644 index 0000000..e546328 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-left-right-bold-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 16v6l10-10L14 2v6h-4V2L0 12l10 10v-6zm-6-2v3l-5-5 5-5v3h8V7l5 5-5 5v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-left-right-bold.svg b/mkdocs-material/material/templates/.icons/material/arrow-left-right-bold.svg new file mode 100644 index 0000000..bc54a9e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-left-right-bold.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 14v4l-6-6 6-6v4h8V6l6 6-6 6v-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-left-right.svg b/mkdocs-material/material/templates/.icons/material/arrow-left-right.svg new file mode 100644 index 0000000..4576c1b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-left-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.45 17.45 1 12l5.45-5.45 1.41 1.41L4.83 11h14.34l-3.03-3.04 1.41-1.41L23 12l-5.45 5.45-1.41-1.41L19.17 13H4.83l3.03 3.04z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-left-thick.svg b/mkdocs-material/material/templates/.icons/material/arrow-left-thick.svg new file mode 100644 index 0000000..ef912c3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-left-thick.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 10v4h-9l3.5 3.5-2.42 2.42L4.16 12l7.92-7.92L14.5 6.5 11 10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-left-thin-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/arrow-left-thin-circle-outline.svg new file mode 100644 index 0000000..34bddc8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-left-thin-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.97 12c0 4.41 3.62 8.03 8.03 8.03s8.03-3.62 8.03-8.03S16.41 3.97 12 3.97 3.97 7.59 3.97 12M2 12C2 6.46 6.46 2 12 2s10 4.46 10 10-4.46 10-10 10S2 17.54 2 12m8.46-1V8L6.5 12l3.96 4v-3h7.04v-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-left-thin.svg b/mkdocs-material/material/templates/.icons/material/arrow-left-thin.svg new file mode 100644 index 0000000..e7c667c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-left-thin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.05 16.94v-4h8.92l.03-2.01h-8.95V6.94l-5 5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-left-top-bold.svg b/mkdocs-material/material/templates/.icons/material/arrow-left-top-bold.svg new file mode 100644 index 0000000..0fac44c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-left-top-bold.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 21h-4v-7.5c0-1.93-1.57-3.5-3.5-3.5H11v4L4 8l7-6v4h2.5c4.14 0 7.5 3.36 7.5 7.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-left-top.svg b/mkdocs-material/material/templates/.icons/material/arrow-left-top.svg new file mode 100644 index 0000000..98aaffa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-left-top.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 13.5V20h-2v-6.5C18 11 16 9 13.5 9H7.83l3.08 3.09L9.5 13.5 4 8l5.5-5.5 1.42 1.41L7.83 7h5.67a6.5 6.5 0 0 1 6.5 6.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-left.svg b/mkdocs-material/material/templates/.icons/material/arrow-left.svg new file mode 100644 index 0000000..75d9de8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-oscillating-off.svg b/mkdocs-material/material/templates/.icons/material/arrow-oscillating-off.svg new file mode 100644 index 0000000..3a2e2d4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-oscillating-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 8.1v-2c5.3.5 7 5.3 7 7.9h3l-2.9 2.9-2.9-2.9h.8c0-2.1-1.6-5.4-5-5.9m-5.2-1L2.4 1.7 1.1 3l5.2 5.2C4.7 10 4 12.4 4 14H1l4 4 4-4H6c0-1.3.6-3 1.9-4.3l13 13 1.3-1.3L9.3 8.7zm3.2-1-1.5.3L11 7.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-oscillating.svg b/mkdocs-material/material/templates/.icons/material/arrow-oscillating.svg new file mode 100644 index 0000000..6957c3a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-oscillating.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 14h3l-4 4-4-4h3c0-2.7 1.7-7.4 7-7.9v2c-3.4.5-5 3.8-5 5.9m14 0c0-2.7-1.7-7.4-7-7.9v2c3.4.6 5 3.8 5 5.9h-3l4 4 4-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-projectile-multiple.svg b/mkdocs-material/material/templates/.icons/material/arrow-projectile-multiple.svg new file mode 100644 index 0000000..361da3a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-projectile-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19 16 3 3-2 1-1 2-3-3v-1.94l-4-4-4 4V19l-3 3-1-2-2-1 3-3h1.94l4-4-5.97-5.97L4 7 2 2l5 2-.97.97L12 10.94l5.97-5.97L17 4l5-2-2 5-.97-.97L13.06 12l4 4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-projectile.svg b/mkdocs-material/material/templates/.icons/material/arrow-projectile.svg new file mode 100644 index 0000000..9254376 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-projectile.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22 2-2 5-.97-.97L8 17.06V19l-3 3-1-2-2-1 3-3h1.94L17.97 4.97 17 4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-right-bold-box-outline.svg b/mkdocs-material/material/templates/.icons/material/arrow-right-bold-box-outline.svg new file mode 100644 index 0000000..6187060 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-right-bold-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17 12-5 5v-3H8v-4h4V7zM3 19V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2m2 0h14V5H5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-right-bold-box.svg b/mkdocs-material/material/templates/.icons/material/arrow-right-bold-box.svg new file mode 100644 index 0000000..1b3780c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-right-bold-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 19V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2m14-7-5-5v3H8v4h4v3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-right-bold-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/arrow-right-bold-circle-outline.svg new file mode 100644 index 0000000..7e1771d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-right-bold-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17 12-5 5v-3H8v-4h4V7zM2 12A10 10 0 0 1 12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12m2 0a8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8 8 8 0 0 0-8 8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-right-bold-circle.svg b/mkdocs-material/material/templates/.icons/material/arrow-right-bold-circle.svg new file mode 100644 index 0000000..332b778 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-right-bold-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 12A10 10 0 0 1 12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12m15 0-5-5v3H8v4h4v3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-right-bold-hexagon-outline.svg b/mkdocs-material/material/templates/.icons/material/arrow-right-bold-hexagon-outline.svg new file mode 100644 index 0000000..b6710b3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-right-bold-hexagon-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17 12-5 5v-3H8v-4h4V7zm4 4.5c0 .38-.21.71-.53.88l-7.9 4.44c-.16.12-.36.18-.57.18s-.41-.06-.57-.18l-7.9-4.44A.99.99 0 0 1 3 16.5v-9c0-.38.21-.71.53-.88l7.9-4.44c.16-.12.36-.18.57-.18s.41.06.57.18l7.9 4.44c.32.17.53.5.53.88zM12 4.15 5 8.09v7.82l7 3.94 7-3.94V8.09z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-right-bold-outline.svg b/mkdocs-material/material/templates/.icons/material/arrow-right-bold-outline.svg new file mode 100644 index 0000000..511b3c3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-right-bold-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 16H3V8h8V2l10 10-10 10zm2-9v3H5v4h8v3l5-5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-right-bold.svg b/mkdocs-material/material/templates/.icons/material/arrow-right-bold.svg new file mode 100644 index 0000000..ff227b5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-right-bold.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 15V9h8V4.16L19.84 12 12 19.84V15z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-right-bottom-bold.svg b/mkdocs-material/material/templates/.icons/material/arrow-right-bottom-bold.svg new file mode 100644 index 0000000..d0e1c4a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-right-bottom-bold.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3h4v7.5c0 1.93 1.57 3.5 3.5 3.5H13v-4l7 6-7 6v-4h-2.5C6.36 18 3 14.64 3 10.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-right-bottom.svg b/mkdocs-material/material/templates/.icons/material/arrow-right-bottom.svg new file mode 100644 index 0000000..a100b4c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-right-bottom.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20 16-5.5 5.5-1.42-1.41L16.17 17H10.5A6.5 6.5 0 0 1 4 10.5V4h2v6.5C6 13 8 15 10.5 15h5.67l-3.08-3.09 1.41-1.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-right-box.svg b/mkdocs-material/material/templates/.icons/material/arrow-right-box.svg new file mode 100644 index 0000000..b568824 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-right-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 21a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2zm1-8h8.5L11 16.5l1.42 1.42L18.34 12l-5.92-5.92L11 7.5l3.5 3.5H6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-right-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/arrow-right-circle-outline.svg new file mode 100644 index 0000000..08a668f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-right-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 13v-2h8l-3.5-3.5 1.42-1.42L17.84 12l-5.92 5.92-1.42-1.42L14 13zm16-1a10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2a10 10 0 0 1 10 10m-2 0a8 8 0 0 0-8-8 8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-right-circle.svg b/mkdocs-material/material/templates/.icons/material/arrow-right-circle.svg new file mode 100644 index 0000000..0837ba0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-right-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 12a10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2a10 10 0 0 1 10 10M6 13h8l-3.5 3.5 1.42 1.42L17.84 12l-5.92-5.92L10.5 7.5 14 11H6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-right-drop-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/arrow-right-drop-circle-outline.svg new file mode 100644 index 0000000..c175006 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-right-drop-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2 10 10 0 0 0 2 12m2 0a8 8 0 0 1 8-8 8 8 0 0 1 8 8 8 8 0 0 1-8 8 8 8 0 0 1-8-8m6 5 5-5-5-5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-right-drop-circle.svg b/mkdocs-material/material/templates/.icons/material/arrow-right-drop-circle.svg new file mode 100644 index 0000000..6d30863 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-right-drop-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 12A10 10 0 0 1 12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12m8 5 5-5-5-5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-right-thick.svg b/mkdocs-material/material/templates/.icons/material/arrow-right-thick.svg new file mode 100644 index 0000000..ec9211b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-right-thick.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 10v4h9l-3.5 3.5 2.42 2.42L19.84 12l-7.92-7.92L9.5 6.5 13 10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-right-thin-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/arrow-right-thin-circle-outline.svg new file mode 100644 index 0000000..8adf6ce --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-right-thin-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.03 12c0-4.41-3.62-8.03-8.03-8.03S3.97 7.59 3.97 12s3.62 8.03 8.03 8.03 8.03-3.62 8.03-8.03M22 12c0 5.54-4.46 10-10 10S2 17.54 2 12 6.46 2 12 2s10 4.46 10 10m-8.46 1v3l3.96-4-3.96-4v3H6.5v2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-right-thin.svg b/mkdocs-material/material/templates/.icons/material/arrow-right-thin.svg new file mode 100644 index 0000000..12c0b1b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-right-thin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 16.94v-4H5.08l-.03-2.01H14V6.94l5 5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-right-top-bold.svg b/mkdocs-material/material/templates/.icons/material/arrow-right-top-bold.svg new file mode 100644 index 0000000..a8ca3d6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-right-top-bold.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 13.5C3 9.36 6.36 6 10.5 6H13V2l7 6-7 6v-4h-2.5C8.57 10 7 11.57 7 13.5V21H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-right-top.svg b/mkdocs-material/material/templates/.icons/material/arrow-right-top.svg new file mode 100644 index 0000000..292ded5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-right-top.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20 8-5.5 5.5-1.41-1.41L16.17 9H10.5C8 9 6 11 6 13.5V20H4v-6.5A6.5 6.5 0 0 1 10.5 7h5.67l-3.09-3.09L14.5 2.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-right.svg b/mkdocs-material/material/templates/.icons/material/arrow-right.svg new file mode 100644 index 0000000..74ec2dc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 11v2h12l-5.5 5.5 1.42 1.42L19.84 12l-7.92-7.92L10.5 5.5 16 11z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-split-horizontal.svg b/mkdocs-material/material/templates/.icons/material/arrow-split-horizontal.svg new file mode 100644 index 0000000..73a0388 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-split-horizontal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 18h3v-3H2v-2h20v2h-9v3h3l-4 4zm4-16L8 6h3v3H2v2h20V9h-9V6h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-split-vertical.svg b/mkdocs-material/material/templates/.icons/material/arrow-split-vertical.svg new file mode 100644 index 0000000..74128d3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-split-vertical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 16v-3h-3v9h-2V2h2v9h3V8l4 4zM2 12l4 4v-3h3v9h2V2H9v9H6V8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-top-left-bold-box-outline.svg b/mkdocs-material/material/templates/.icons/material/arrow-top-left-bold-box-outline.svg new file mode 100644 index 0000000..b5e933d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-top-left-bold-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 8h7.1L13 10.1l4 3.9-2.8 2.8-4.1-3.9L8 15.1zm11-5H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m0 16H5V5h14z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-top-left-bold-box.svg b/mkdocs-material/material/templates/.icons/material/arrow-top-left-bold-box.svg new file mode 100644 index 0000000..da497bb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-top-left-bold-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3h14c1.1 0 2 .9 2 2v14c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2m3.2 5v7.1l2.1-2.1 3.8 3.9L17 14l-3.8-3.9L15.3 8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-top-left-bold-outline.svg b/mkdocs-material/material/templates/.icons/material/arrow-top-left-bold-outline.svg new file mode 100644 index 0000000..98fed22 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-top-left-bold-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.12 8.46 5.66 5.66-5.66 5.66-5.66-5.66-4.24 4.24V4.22h14.14zm-7.78 4.95 2.12-2.12 5.66 5.66 2.83-2.83-5.66-5.65 2.12-2.13H6.34z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-top-left-bottom-right-bold.svg b/mkdocs-material/material/templates/.icons/material/arrow-top-left-bottom-right-bold.svg new file mode 100644 index 0000000..86752ab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-top-left-bottom-right-bold.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.83 8.66 3 11.5V3h8.5L8.66 5.83l9.51 9.51L21 12.5V21h-8.5l2.84-2.83z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-top-left-bottom-right.svg b/mkdocs-material/material/templates/.icons/material/arrow-top-left-bottom-right.svg new file mode 100644 index 0000000..a56da06 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-top-left-bottom-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 21h8v-8h-2v4.59L6.41 5H11V3H3v8h2V6.41L17.59 19H13z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-top-left-thick.svg b/mkdocs-material/material/templates/.icons/material/arrow-top-left-thick.svg new file mode 100644 index 0000000..9161835 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-top-left-thick.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.12 11.94v4.95H5.69V5.69h11.2v3.43h-4.95l6.37 6.38-2.81 2.81z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-top-left-thin-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/arrow-top-left-thin-circle-outline.svg new file mode 100644 index 0000000..2a47d56 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-top-left-thin-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3.97c4.41 0 8.03 3.62 8.03 8.03s-3.62 8.03-8.03 8.03S3.97 16.41 3.97 12 7.59 3.97 12 3.97M12 2C6.46 2 2 6.46 2 12s4.46 10 10 10 10-4.46 10-10S17.54 2 12 2m-1.88 9.53L8 13.64V8h5.64l-2.11 2.12 4.97 4.98-1.4 1.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-top-left-thin.svg b/mkdocs-material/material/templates/.icons/material/arrow-top-left-thin.svg new file mode 100644 index 0000000..3325282 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-top-left-thin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.07 5 9.24 7.83 19 17.59 17.58 19 7.82 9.25 5 12.07V5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-top-left.svg b/mkdocs-material/material/templates/.icons/material/arrow-top-left.svg new file mode 100644 index 0000000..fd62259 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-top-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 17.59 17.59 19 7 8.41V15H5V5h10v2H8.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-top-right-bold-box-outline.svg b/mkdocs-material/material/templates/.icons/material/arrow-top-right-bold-box-outline.svg new file mode 100644 index 0000000..147277e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-top-right-bold-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 8v7.1L13.9 13l-4.1 3.9L7 14l4.1-3.9L8.9 8zM3 5v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2m2 0h14v14H5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-top-right-bold-box.svg b/mkdocs-material/material/templates/.icons/material/arrow-top-right-bold-box.svg new file mode 100644 index 0000000..95f5905 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-top-right-bold-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3c1.1 0 2 .9 2 2v14c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2zM8.7 8l2.1 2.1L7 14l2.8 2.8 3.8-3.9 2.1 2.1V8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-top-right-bold-outline.svg b/mkdocs-material/material/templates/.icons/material/arrow-top-right-bold-outline.svg new file mode 100644 index 0000000..c4e9cc6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-top-right-bold-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.64 4.22h14.14v14.14l-4.24-4.24-5.66 5.66-5.66-5.66 5.66-5.66zm12.02 2.12h-7.07l2.12 2.12-5.66 5.66 2.83 2.83 5.66-5.66 2.12 2.12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-top-right-bottom-left-bold.svg b/mkdocs-material/material/templates/.icons/material/arrow-top-right-bottom-left-bold.svg new file mode 100644 index 0000000..6650f87 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-top-right-bottom-left-bold.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.17 8.66 21 11.5V3h-8.5l2.84 2.83-9.51 9.51L3 12.5V21h8.5l-2.84-2.83z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-top-right-bottom-left.svg b/mkdocs-material/material/templates/.icons/material/arrow-top-right-bottom-left.svg new file mode 100644 index 0000000..3eb2495 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-top-right-bottom-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 21H3v-8h2v4.59L17.59 5H13V3h8v8h-2V6.41L6.41 19H11z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-top-right-thick.svg b/mkdocs-material/material/templates/.icons/material/arrow-top-right-thick.svg new file mode 100644 index 0000000..606cf0a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-top-right-thick.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.5 18.31 5.69 15.5l6.37-6.38H7.11V5.69h11.2v11.2h-3.42v-4.95z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-top-right-thin-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/arrow-top-right-thin-circle-outline.svg new file mode 100644 index 0000000..14583ac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-top-right-thin-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3.97c-4.41 0-8.03 3.62-8.03 8.03s3.62 8.03 8.03 8.03 8.03-3.62 8.03-8.03S16.41 3.97 12 3.97M12 2c5.54 0 10 4.46 10 10s-4.46 10-10 10S2 17.54 2 12 6.46 2 12 2m1.88 9.53L16 13.64V8h-5.64l2.11 2.12L7.5 15.1l1.4 1.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-top-right-thin.svg b/mkdocs-material/material/templates/.icons/material/arrow-top-right-thin.svg new file mode 100644 index 0000000..f6d8305 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-top-right-thin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11.93 5 2.83 2.83L5 17.59 6.42 19l9.76-9.75L19 12.07V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-top-right.svg b/mkdocs-material/material/templates/.icons/material/arrow-top-right.svg new file mode 100644 index 0000000..ec67f4c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-top-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 17.59 15.59 7H9V5h10v10h-2V8.41L6.41 19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-u-down-left-bold.svg b/mkdocs-material/material/templates/.icons/material/arrow-u-down-left-bold.svg new file mode 100644 index 0000000..36d0947 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-u-down-left-bold.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 10.5V18h-4v-7.5C17 8.57 15.43 7 13.5 7S10 8.57 10 10.5V13h4l-6 7-6-7h4v-2.5C6 6.36 9.36 3 13.5 3S21 6.36 21 10.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-u-down-left.svg b/mkdocs-material/material/templates/.icons/material/arrow-u-down-left.svg new file mode 100644 index 0000000..e7c57c4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-u-down-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 10.5V18h-2v-7.5C18 8 16 6 13.5 6S9 8 9 10.5v5.67l3.09-3.08 1.41 1.41L8 20l-5.5-5.5 1.41-1.42L7 16.17V10.5a6.5 6.5 0 1 1 13 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-u-down-right-bold.svg b/mkdocs-material/material/templates/.icons/material/arrow-u-down-right-bold.svg new file mode 100644 index 0000000..62bf40d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-u-down-right-bold.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.5 3c4.14 0 7.5 3.36 7.5 7.5V13h4l-6 7-6-7h4v-2.5C14 8.57 12.43 7 10.5 7S7 8.57 7 10.5V18H3v-7.5C3 6.36 6.36 3 10.5 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-u-down-right.svg b/mkdocs-material/material/templates/.icons/material/arrow-u-down-right.svg new file mode 100644 index 0000000..07c3c10 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-u-down-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.5 14.5 16 20l-5.5-5.5 1.41-1.41L15 16.17V10.5C15 8 13 6 10.5 6S6 8 6 10.5V18H4v-7.5a6.5 6.5 0 1 1 13 0v5.67l3.09-3.09z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-u-left-bottom-bold.svg b/mkdocs-material/material/templates/.icons/material/arrow-u-left-bottom-bold.svg new file mode 100644 index 0000000..4ff4054 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-u-left-bottom-bold.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 10.5c0 4.14-3.36 7.5-7.5 7.5H11v4l-7-6 7-6v4h2.5c1.93 0 3.5-1.57 3.5-3.5S15.43 7 13.5 7H6V3h7.5c4.14 0 7.5 3.36 7.5 7.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-u-left-bottom.svg b/mkdocs-material/material/templates/.icons/material/arrow-u-left-bottom.svg new file mode 100644 index 0000000..86448b9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-u-left-bottom.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 10.5a6.5 6.5 0 0 1-6.5 6.5H7.83l3.09 3.09L9.5 21.5 4 16l5.5-5.5 1.41 1.41L7.83 15h5.67c2.5 0 4.5-2 4.5-4.5S16 6 13.5 6H6V4h7.5a6.5 6.5 0 0 1 6.5 6.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-u-left-top-bold.svg b/mkdocs-material/material/templates/.icons/material/arrow-u-left-top-bold.svg new file mode 100644 index 0000000..7fe6ea4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-u-left-top-bold.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.5 21H6v-4h7.5c1.93 0 3.5-1.57 3.5-3.5S15.43 10 13.5 10H11v4L4 8l7-6v4h2.5c4.14 0 7.5 3.36 7.5 7.5S17.64 21 13.5 21"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-u-left-top.svg b/mkdocs-material/material/templates/.icons/material/arrow-u-left-top.svg new file mode 100644 index 0000000..ce9af20 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-u-left-top.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 13.5a6.5 6.5 0 0 1-6.5 6.5H6v-2h7.5c2.5 0 4.5-2 4.5-4.5S16 9 13.5 9H7.83l3.08 3.09L9.5 13.5 4 8l5.5-5.5 1.42 1.41L7.83 7h5.67a6.5 6.5 0 0 1 6.5 6.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-u-right-bottom-bold.svg b/mkdocs-material/material/templates/.icons/material/arrow-u-right-bottom-bold.svg new file mode 100644 index 0000000..bacfbd6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-u-right-bottom-bold.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.5 3H18v4h-7.5C8.57 7 7 8.57 7 10.5S8.57 14 10.5 14H13v-4l7 6-7 6v-4h-2.5C6.36 18 3 14.64 3 10.5S6.36 3 10.5 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-u-right-bottom.svg b/mkdocs-material/material/templates/.icons/material/arrow-u-right-bottom.svg new file mode 100644 index 0000000..1e38555 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-u-right-bottom.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20 16-5.5 5.5-1.42-1.41L16.17 17H10.5a6.5 6.5 0 1 1 0-13H18v2h-7.5C8 6 6 8 6 10.5S8 15 10.5 15h5.67l-3.08-3.09 1.41-1.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-u-right-top-bold.svg b/mkdocs-material/material/templates/.icons/material/arrow-u-right-top-bold.svg new file mode 100644 index 0000000..2e05835 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-u-right-top-bold.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 13.5C3 9.36 6.36 6 10.5 6H13V2l7 6-7 6v-4h-2.5C8.57 10 7 11.57 7 13.5S8.57 17 10.5 17H18v4h-7.5C6.36 21 3 17.64 3 13.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-u-right-top.svg b/mkdocs-material/material/templates/.icons/material/arrow-u-right-top.svg new file mode 100644 index 0000000..db30ce3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-u-right-top.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.5 18H18v2h-7.5a6.5 6.5 0 1 1 0-13h5.67l-3.09-3.09L14.5 2.5 20 8l-5.5 5.5-1.41-1.41L16.17 9H10.5C8 9 6 11 6 13.5S8 18 10.5 18"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-u-up-left-bold.svg b/mkdocs-material/material/templates/.icons/material/arrow-u-up-left-bold.svg new file mode 100644 index 0000000..76ef2ed --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-u-up-left-bold.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.5 21C9.36 21 6 17.64 6 13.5V11H2l6-7 6 7h-4v2.5c0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5V6h4v7.5c0 4.14-3.36 7.5-7.5 7.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-u-up-left.svg b/mkdocs-material/material/templates/.icons/material/arrow-u-up-left.svg new file mode 100644 index 0000000..443211c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-u-up-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 6v7.5a6.5 6.5 0 1 1-13 0V7.83l-3.09 3.09L2.5 9.5 8 4l5.5 5.5-1.41 1.41L9 7.83v5.67C9 16 11 18 13.5 18s4.5-2 4.5-4.5V6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-u-up-right-bold.svg b/mkdocs-material/material/templates/.icons/material/arrow-u-up-right-bold.svg new file mode 100644 index 0000000..0e59f2f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-u-up-right-bold.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 13.5V6h4v7.5c0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5V11h-4l6-7 6 7h-4v2.5c0 4.14-3.36 7.5-7.5 7.5S3 17.64 3 13.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-u-up-right.svg b/mkdocs-material/material/templates/.icons/material/arrow-u-up-right.svg new file mode 100644 index 0000000..894ec9e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-u-up-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.5 9.5-1.41 1.42L17 7.83v5.67a6.5 6.5 0 1 1-13 0V6h2v7.5C6 16 8 18 10.5 18s4.5-2 4.5-4.5V7.83l-3.09 3.08L10.5 9.5 16 4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-up-bold-box-outline.svg b/mkdocs-material/material/templates/.icons/material/arrow-up-bold-box-outline.svg new file mode 100644 index 0000000..cba9c18 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-up-bold-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 7 5 5h-3v4h-4v-4H7zm7 14H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2m0-2V5H5v14z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-up-bold-box.svg b/mkdocs-material/material/templates/.icons/material/arrow-up-bold-box.svg new file mode 100644 index 0000000..d33d009 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-up-bold-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2M12 7l-5 5h3v4h4v-4h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-up-bold-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/arrow-up-bold-circle-outline.svg new file mode 100644 index 0000000..81c5a53 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-up-bold-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 7 5 5h-3v4h-4v-4H7zm0 15A10 10 0 0 1 2 12 10 10 0 0 1 12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10m0-2a8 8 0 0 0 8-8 8 8 0 0 0-8-8 8 8 0 0 0-8 8 8 8 0 0 0 8 8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-up-bold-circle.svg b/mkdocs-material/material/templates/.icons/material/arrow-up-bold-circle.svg new file mode 100644 index 0000000..c956847 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-up-bold-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 22A10 10 0 0 1 2 12 10 10 0 0 1 12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10m0-15-5 5h3v4h4v-4h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-up-bold-hexagon-outline.svg b/mkdocs-material/material/templates/.icons/material/arrow-up-bold-hexagon-outline.svg new file mode 100644 index 0000000..8d928bd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-up-bold-hexagon-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 7 5 5h-3v4h-4v-4H7zm9 9.5c0 .38-.21.71-.53.88l-7.9 4.44c-.16.12-.36.18-.57.18s-.41-.06-.57-.18l-7.9-4.44A.99.99 0 0 1 3 16.5v-9c0-.38.21-.71.53-.88l7.9-4.44c.16-.12.36-.18.57-.18s.41.06.57.18l7.9 4.44c.32.17.53.5.53.88zM12 4.15 5 8.09v7.82l7 3.94 7-3.94V8.09z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-up-bold-outline.svg b/mkdocs-material/material/templates/.icons/material/arrow-up-bold-outline.svg new file mode 100644 index 0000000..191f2a0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-up-bold-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 13v8H8v-8H2L12 3l10 10zm-9-2h3v8h4v-8h3l-5-5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-up-bold.svg b/mkdocs-material/material/templates/.icons/material/arrow-up-bold.svg new file mode 100644 index 0000000..fc7b7ad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-up-bold.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 20H9v-8H4.16L12 4.16 19.84 12H15z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-up-box.svg b/mkdocs-material/material/templates/.icons/material/arrow-up-box.svg new file mode 100644 index 0000000..23fddc3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-up-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2zm-8-1V9.5l3.5 3.5 1.42-1.42L12 5.66l-5.92 5.92L7.5 13 11 9.5V18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-up-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/arrow-up-circle-outline.svg new file mode 100644 index 0000000..132cbd8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-up-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 18h-2v-8l-3.5 3.5-1.42-1.42L12 6.16l5.92 5.92-1.42 1.42L13 10zM12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-up-circle.svg b/mkdocs-material/material/templates/.icons/material/arrow-up-circle.svg new file mode 100644 index 0000000..4bd92b5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-up-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 18v-8l3.5 3.5 1.42-1.42L12 6.16l-5.92 5.92L7.5 13.5 11 10v8zM12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-up-down-bold-outline.svg b/mkdocs-material/material/templates/.icons/material/arrow-up-down-bold-outline.svg new file mode 100644 index 0000000..752bf57 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-up-down-bold-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 10h6L12 0 2 10h6v4H2l10 10 10-10h-6zm-2 6h3l-5 5-5-5h3V8H7l5-5 5 5h-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-up-down-bold.svg b/mkdocs-material/material/templates/.icons/material/arrow-up-down-bold.svg new file mode 100644 index 0000000..60fd526 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-up-down-bold.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 8H6l6-6 6 6h-4v8h4l-6 6-6-6h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-up-down.svg b/mkdocs-material/material/templates/.icons/material/arrow-up-down.svg new file mode 100644 index 0000000..05ab3e9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-up-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.45 17.55 12 23l-5.45-5.45 1.41-1.41L11 19.17V4.83L7.96 7.86 6.55 6.45 12 1l5.45 5.45-1.41 1.41L13 4.83v14.34l3.04-3.03z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-up-drop-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/arrow-up-drop-circle-outline.svg new file mode 100644 index 0000000..2ad94b8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-up-drop-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 22a10 10 0 0 0 10-10A10 10 0 0 0 12 2 10 10 0 0 0 2 12a10 10 0 0 0 10 10m0-2a8 8 0 0 1-8-8 8 8 0 0 1 8-8 8 8 0 0 1 8 8 8 8 0 0 1-8 8m5-6-5-5-5 5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-up-drop-circle.svg b/mkdocs-material/material/templates/.icons/material/arrow-up-drop-circle.svg new file mode 100644 index 0000000..adef504 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-up-drop-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 22A10 10 0 0 1 2 12 10 10 0 0 1 12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10m5-8-5-5-5 5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-up-left-bold.svg b/mkdocs-material/material/templates/.icons/material/arrow-up-left-bold.svg new file mode 100644 index 0000000..70a89b2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-up-left-bold.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.5 21C9.36 21 6 17.64 6 13.5V11H2l6-7 6 7h-4v2.5c0 1.93 1.57 3.5 3.5 3.5H21v4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-up-left.svg b/mkdocs-material/material/templates/.icons/material/arrow-up-left.svg new file mode 100644 index 0000000..82676c7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-up-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 18v2h-6.5A6.5 6.5 0 0 1 7 13.5V7.83l-3.09 3.09L2.5 9.5 8 4l5.5 5.5-1.41 1.41L9 7.83v5.67C9 16 11 18 13.5 18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-up-right-bold.svg b/mkdocs-material/material/templates/.icons/material/arrow-up-right-bold.svg new file mode 100644 index 0000000..268e39b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-up-right-bold.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 21v-4h7.5c1.93 0 3.5-1.57 3.5-3.5V11h-4l6-7 6 7h-4v2.5c0 4.14-3.36 7.5-7.5 7.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-up-right.svg b/mkdocs-material/material/templates/.icons/material/arrow-up-right.svg new file mode 100644 index 0000000..82c97f1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-up-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.5 9.5-1.41 1.42L17 7.83v5.67a6.5 6.5 0 0 1-6.5 6.5H4v-2h6.5c2.5 0 4.5-2 4.5-4.5V7.83l-3.09 3.08L10.5 9.5 16 4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-up-thick.svg b/mkdocs-material/material/templates/.icons/material/arrow-up-thick.svg new file mode 100644 index 0000000..f1d186f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-up-thick.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 20h-4v-9l-3.5 3.5-2.42-2.42L12 4.16l7.92 7.92-2.42 2.42L14 11z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-up-thin-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/arrow-up-thin-circle-outline.svg new file mode 100644 index 0000000..c6806c5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-up-thin-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3.97c-4.41 0-8.03 3.62-8.03 8.03s3.62 8.03 8.03 8.03 8.03-3.62 8.03-8.03S16.41 3.97 12 3.97M12 2c5.54 0 10 4.46 10 10s-4.46 10-10 10S2 17.54 2 12 6.46 2 12 2m1 8.46h3L12 6.5l-4 3.96h3v7.04h2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-up-thin.svg b/mkdocs-material/material/templates/.icons/material/arrow-up-thin.svg new file mode 100644 index 0000000..7a78d3a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-up-thin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.03 9.97h4v8.92l2.01.03V9.97h3.99l-5-5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-up.svg b/mkdocs-material/material/templates/.icons/material/arrow-up.svg new file mode 100644 index 0000000..acaa42d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/arrow-vertical-lock.svg b/mkdocs-material/material/templates/.icons/material/arrow-vertical-lock.svg new file mode 100644 index 0000000..9edbeda --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/arrow-vertical-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.8 11V9.5C18.8 8.1 17.4 7 16 7s-2.8 1.1-2.8 2.5V11c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3m-1.3 0h-3V9.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3zM9 6h3L8 2 4 6h3v12H4l4 4 4-4H9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/artboard.svg b/mkdocs-material/material/templates/.icons/material/artboard.svg new file mode 100644 index 0000000..dc91c0e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/artboard.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 9v6H7V9zm2-6h-2v3h2zM7 3H5v3h2zm16 4h-3v2h3zm-4 0H5v10h14zM4 7H1v2h3zm19 8h-3v2h3zM4 15H1v2h3zm15 3h-2v3h2zM7 18H5v3h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/artstation.svg b/mkdocs-material/material/templates/.icons/material/artstation.svg new file mode 100644 index 0000000..ebebde9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/artstation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m1.77 16.88 1.73 2.98c.34.68 1.04 1.14 1.83 1.14h11.46l-2.36-4.12zm20.46.02c0-.4-.12-.79-.33-1.12L15.17 4.1A2.04 2.04 0 0 0 13.35 3H9.8l10.38 18 1.64-2.86c.31-.54.41-.78.41-1.24m-9.5-2.96L8.1 5.92l-4.65 8.02z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/aspect-ratio.svg b/mkdocs-material/material/templates/.icons/material/aspect-ratio.svg new file mode 100644 index 0000000..9bae6b8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/aspect-ratio.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 12h-2v3h-3v2h5zM7 9h3V7H5v5h2zm14-6H3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m0 16H3V5h18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/assistant.svg b/mkdocs-material/material/templates/.icons/material/assistant.svg new file mode 100644 index 0000000..88a0cd4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/assistant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h4l3 3 3-3h4a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2m-5.12 10.88L12 17l-1.88-4.12L6 11l4.12-1.88L12 5l1.88 4.12L18 11"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/asterisk-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/asterisk-circle-outline.svg new file mode 100644 index 0000000..588cf3d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/asterisk-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m0 18c-4.39 0-8-3.61-8-8s3.61-8 8-8 8 3.61 8 8-3.61 8-8 8m1-9.73 2.83-1.64 1 1.74L14 12l2.83 1.63-1 1.74L13 13.73V17h-2v-3.27l-2.83 1.64-1-1.74L10 12l-2.83-1.63 1-1.74L11 10.27V7h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/asterisk.svg b/mkdocs-material/material/templates/.icons/material/asterisk.svg new file mode 100644 index 0000000..d636441 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/asterisk.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13h-6.6l4.7 4.7-1.4 1.4-4.7-4.7V21h-2v-6.7L6.3 19l-1.4-1.4L9.4 13H3v-2h6.6L4.9 6.3l1.4-1.4L11 9.6V3h2v6.4l4.6-4.6L19 6.3 14.3 11H21z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/at.svg b/mkdocs-material/material/templates/.icons/material/at.svg new file mode 100644 index 0000000..ab19556 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/at.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 15c.81 0 1.5-.3 2.11-.89.59-.61.89-1.3.89-2.11s-.3-1.5-.89-2.11C13.5 9.3 12.81 9 12 9s-1.5.3-2.11.89C9.3 10.5 9 11.19 9 12s.3 1.5.89 2.11c.61.59 1.3.89 2.11.89m0-13c2.75 0 5.1 1 7.05 2.95S22 9.25 22 12v1.45c0 1-.35 1.85-1 2.55-.7.67-1.5 1-2.5 1-1.2 0-2.19-.5-2.94-1.5-1 1-2.18 1.5-3.56 1.5-1.37 0-2.55-.5-3.54-1.46C7.5 14.55 7 13.38 7 12c0-1.37.5-2.55 1.46-3.54C9.45 7.5 10.63 7 12 7c1.38 0 2.55.5 3.54 1.46C16.5 9.45 17 10.63 17 12v1.45c0 .41.16.77.46 1.08s.65.47 1.04.47c.42 0 .77-.16 1.07-.47s.43-.67.43-1.08V12c0-2.19-.77-4.07-2.35-5.65S14.19 4 12 4s-4.07.77-5.65 2.35S4 9.81 4 12s.77 4.07 2.35 5.65S9.81 20 12 20h5v2h-5c-2.75 0-5.1-1-7.05-2.95S2 14.75 2 12s1-5.1 2.95-7.05S9.25 2 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/atlassian.svg b/mkdocs-material/material/templates/.icons/material/atlassian.svg new file mode 100644 index 0000000..86dc63e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/atlassian.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.93 11.24a.58.58 0 0 0-.8-.11c-.07.06-.13.13-.17.21l-4.9 9.81c-.15.29-.03.64.26.79.08.06.18.06.27.06h6.82c.22 0 .43-.12.53-.32 1.47-3.05.56-7.68-2.01-10.44m3.6-8.93a12.99 12.99 0 0 0-.76 12.78l3.29 6.59c.11.2.31.32.53.32h6.82a.59.59 0 0 0 .59-.59c0-.09 0-.18-.06-.26 0 0-9.18-18.38-9.44-18.84a.52.52 0 0 0-.72-.25c-.11.05-.2.14-.25.25"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/atm.svg b/mkdocs-material/material/templates/.icons/material/atm.svg new file mode 100644 index 0000000..65e08ad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/atm.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 9v1.5h2.25V15h1.5v-4.5H14V9zM6 9H3a1 1 0 0 0-1 1v5h1.5v-1.5h2V15H7v-5a1 1 0 0 0-1-1m-.5 3h-2v-1.5h2zM21 9h-4.5a1 1 0 0 0-1 1v5H17v-4.5h1V14h1.5v-3.5h1V15H22v-5a1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/atom-variant.svg b/mkdocs-material/material/templates/.icons/material/atom-variant.svg new file mode 100644 index 0000000..0707d38 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/atom-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.36 2.64c1.64 0 3 1.36 3 3 0 1.65-1.36 3-3 3-1.65 0-3-1.35-3-3 0-.3.05-.58.14-.84-1.07-.51-2.25-.8-3.5-.8a8 8 0 0 0-8 8l.04.84-1.99.21L2 12A10 10 0 0 1 12 2c1.69 0 3.28.42 4.67 1.16.49-.33 1.07-.52 1.69-.52m0 2a1 1 0 0 0-1 1 1 1 0 0 0 1 1c.56 0 1-.45 1-1 0-.56-.44-1-1-1M5.64 15.36c1.65 0 3 1.35 3 3 0 .3-.05.58-.14.84 1.07.51 2.25.8 3.5.8a8 8 0 0 0 8-8l-.04-.84 1.99-.21L22 12a10 10 0 0 1-10 10c-1.69 0-3.28-.42-4.67-1.16-.49.33-1.07.52-1.69.52-1.64 0-3-1.36-3-3 0-1.65 1.36-3 3-3m0 2c-.56 0-1 .45-1 1 0 .56.44 1 1 1a1 1 0 0 0 1-1 1 1 0 0 0-1-1M12 8a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/atom.svg b/mkdocs-material/material/templates/.icons/material/atom.svg new file mode 100644 index 0000000..042ba3c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/atom.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 11a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1M4.22 4.22C5.65 2.79 8.75 3.43 12 5.56c3.25-2.13 6.35-2.77 7.78-1.34s.79 4.53-1.34 7.78c2.13 3.25 2.77 6.35 1.34 7.78s-4.53.79-7.78-1.34c-3.25 2.13-6.35 2.77-7.78 1.34S3.43 15.25 5.56 12C3.43 8.75 2.79 5.65 4.22 4.22m11.32 4.24c.61.62 1.17 1.25 1.69 1.88 1.38-2.13 1.88-3.96 1.13-4.7-.74-.75-2.57-.25-4.7 1.13.63.52 1.26 1.08 1.88 1.69m-7.08 7.08c-.61-.62-1.17-1.25-1.69-1.88-1.38 2.13-1.88 3.96-1.13 4.7.74.75 2.57.25 4.7-1.13-.63-.52-1.26-1.08-1.88-1.69m-2.82-9.9c-.75.74-.25 2.57 1.13 4.7.52-.63 1.08-1.26 1.69-1.88.62-.61 1.25-1.17 1.88-1.69-2.13-1.38-3.96-1.88-4.7-1.13m4.24 8.48c.7.7 1.42 1.34 2.12 1.91.7-.57 1.42-1.21 2.12-1.91s1.34-1.42 1.91-2.12c-.57-.7-1.21-1.42-1.91-2.12S12.7 8.54 12 7.97c-.7.57-1.42 1.21-2.12 1.91S8.54 11.3 7.97 12c.57.7 1.21 1.42 1.91 2.12m8.48 4.24c.75-.74.25-2.57-1.13-4.7-.52.63-1.08 1.26-1.69 1.88-.62.61-1.25 1.17-1.88 1.69 2.13 1.38 3.96 1.88 4.7 1.13"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/attachment-check.svg b/mkdocs-material/material/templates/.icons/material/attachment-check.svg new file mode 100644 index 0000000..2a89f8d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/attachment-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.61 13.5c-.8.35-1.5.86-2.07 1.5H9.5a2.5 2.5 0 0 1 0-5H17v1.5H9.5c-.55 0-1 .45-1 1s.45 1 1 1zm-13.11-1c0-2.21 1.79-4 4-4H18a2.495 2.495 0 0 1 1.45 4.53c.6.04 1.18.17 1.72.38.52-.67.83-1.5.83-2.41 0-2.21-1.79-4-4-4H7.5C4.46 7 2 9.46 2 12.5S4.46 18 7.5 18h5.59c.09-.53.25-1.03.46-1.5H7.5c-2.21 0-4-1.79-4-4m17.84 3.34-3.59 3.59-1.59-1.59L15 19l2.75 3 4.75-4.75z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/attachment-lock.svg b/mkdocs-material/material/templates/.icons/material/attachment-lock.svg new file mode 100644 index 0000000..c7222d3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/attachment-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 13c-1.4 0-2.8 1.1-2.8 2.5V17c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3v-1.5c0-1.4-1.4-2.5-2.8-2.5m0 1.2c.8 0 1.5.5 1.5 1.3V17h-3v-1.5c0-.8.7-1.3 1.5-1.3M7.5 5C4.5 5 2 7.5 2 10.5S4.5 16 7.5 16h5.7v-.5c0-.3 0-.7.1-1H7.5c-2.2 0-4-1.8-4-4s1.8-4 4-4H18c1.4 0 2.5 1.1 2.5 2.5 0 .9-.5 1.7-1.3 2.2.6.1 1.1.4 1.6.7.8-.8 1.2-1.8 1.2-2.9 0-2.2-1.8-4-4-4zm2 3C8.1 8 7 9.1 7 10.5S8.1 13 9.5 13H14q.75-1.05 1.8-1.5H9.5c-.6 0-1-.4-1-1s.4-1 1-1H17V8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/attachment-minus.svg b/mkdocs-material/material/templates/.icons/material/attachment-minus.svg new file mode 100644 index 0000000..b103a66 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/attachment-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.61 13.5c-.8.35-1.5.86-2.07 1.5H9.5a2.5 2.5 0 0 1 0-5H17v1.5H9.5c-.55 0-1 .45-1 1s.45 1 1 1zm-13.11-1c0-2.21 1.79-4 4-4H18a2.495 2.495 0 0 1 1.45 4.53c.6.04 1.18.17 1.72.38.52-.67.83-1.5.83-2.41 0-2.21-1.79-4-4-4H7.5C4.46 7 2 9.46 2 12.5S4.46 18 7.5 18h5.59c.09-.53.25-1.03.46-1.5H7.5c-2.21 0-4-1.79-4-4M15 18v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/attachment-off.svg b/mkdocs-material/material/templates/.icons/material/attachment-off.svg new file mode 100644 index 0000000..3b5da54 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/attachment-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 10v1.5h-2.3L13.2 10zm1-1.5a2.5 2.5 0 0 1 0 5h-1.3l1.48 1.5c2.13-.11 3.82-1.85 3.82-4 0-2.21-1.79-4-4-4h-7.8l1.5 1.5zm4.11 12.96-1.27 1.27L16.11 18H7.5C4.46 18 2 15.54 2 12.5c0-2.33 1.45-4.31 3.5-5.12L1.11 3l1.28-1.27zM8.5 12.5c0 .55.45 1 1 1h2.11l-2-2H9.5c-.55 0-1 .45-1 1m6.11 4-1.5-1.5H9.5A2.5 2.5 0 0 1 7 12.5c0-1 .57-1.81 1.38-2.23L6.69 8.58A4.01 4.01 0 0 0 3.5 12.5c0 2.21 1.79 4 4 4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/attachment-plus.svg b/mkdocs-material/material/templates/.icons/material/attachment-plus.svg new file mode 100644 index 0000000..c608bab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/attachment-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.5 16.5h6.05c-.21.47-.37.97-.46 1.5H7.5C4.46 18 2 15.54 2 12.5S4.46 7 7.5 7H18c2.21 0 4 1.79 4 4 0 .91-.31 1.74-.83 2.41-.54-.21-1.12-.34-1.72-.38A2.495 2.495 0 0 0 18 8.5H7.5c-2.21 0-4 1.79-4 4s1.79 4 4 4m2-3c-.55 0-1-.45-1-1s.45-1 1-1H17V10H9.5a2.5 2.5 0 0 0 0 5h5.04a6 6 0 0 1 2.07-1.5zM20 18v-3h-2v3h-3v2h3v3h2v-3h3v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/attachment-remove.svg b/mkdocs-material/material/templates/.icons/material/attachment-remove.svg new file mode 100644 index 0000000..0e16e9f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/attachment-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.61 13.5c-.8.35-1.5.86-2.07 1.5H9.5a2.5 2.5 0 0 1 0-5H17v1.5H9.5c-.55 0-1 .45-1 1s.45 1 1 1zm-13.11-1c0-2.21 1.79-4 4-4H18a2.495 2.495 0 0 1 1.45 4.53c.6.04 1.18.17 1.72.38.52-.67.83-1.5.83-2.41 0-2.21-1.79-4-4-4H7.5C4.46 7 2 9.46 2 12.5S4.46 18 7.5 18h5.59c.09-.53.25-1.03.46-1.5H7.5c-2.21 0-4-1.79-4-4m19.04 4.38-1.42-1.41L19 17.59l-2.12-2.12-1.41 1.41L17.59 19l-2.12 2.12 1.41 1.42L19 20.41l2.12 2.13 1.42-1.42L20.41 19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/attachment.svg b/mkdocs-material/material/templates/.icons/material/attachment.svg new file mode 100644 index 0000000..966bcfa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/attachment.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.5 18A5.5 5.5 0 0 1 2 12.5 5.5 5.5 0 0 1 7.5 7H18a4 4 0 0 1 4 4 4 4 0 0 1-4 4H9.5A2.5 2.5 0 0 1 7 12.5 2.5 2.5 0 0 1 9.5 10H17v1.5H9.5a1 1 0 0 0-1 1 1 1 0 0 0 1 1H18a2.5 2.5 0 0 0 2.5-2.5A2.5 2.5 0 0 0 18 8.5H7.5a4 4 0 0 0-4 4 4 4 0 0 0 4 4H17V18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/atv.svg b/mkdocs-material/material/templates/.icons/material/atv.svg new file mode 100644 index 0000000..9da3cdd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/atv.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11c-.2 0-.4 0-.5.1L17.4 9H20V6l-3.7 1.9L13.4 5H9v2h3.6l2 2H11l-4 2-2-2H0v2h4c-2.2 0-4 1.8-4 4s1.8 4 4 4 4-1.8 4-4l2 2h3l3.5-6.1 1 1c-.9.7-1.5 1.9-1.5 3.1 0 2.2 1.8 4 4 4s4-1.8 4-4-1.8-4-4-4M4 17c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2m16 0c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/audio-input-rca.svg b/mkdocs-material/material/templates/.icons/material/audio-input-rca.svg new file mode 100644 index 0000000..e5ec928 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/audio-input-rca.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 6v6H5V6h2V2c0-.55.45-1 1-1s1 .45 1 1v4zm-6 8v2c0 1.3.84 2.4 2 2.82V23h2v-4.18c1.16-.42 2-1.52 2-2.82v-2zm12-8V2c0-.55-.45-1-1-1s-1 .45-1 1v4h-2v6h6V6zm-4 8v2c0 1.3.84 2.4 2 2.82V23h2v-4.18c1.16-.42 2-1.52 2-2.82v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/audio-input-stereo-minijack.svg b/mkdocs-material/material/templates/.icons/material/audio-input-stereo-minijack.svg new file mode 100644 index 0000000..374adca --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/audio-input-stereo-minijack.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 4V3c0-.55.45-1 1-1s1 .45 1 1v1zm2 5V5h-2v4H9v6c0 1.3.84 2.4 2 2.82V22h2v-4.18c1.16-.42 2-1.52 2-2.82V9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/audio-input-xlr.svg b/mkdocs-material/material/templates/.icons/material/audio-input-xlr.svg new file mode 100644 index 0000000..83eee6d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/audio-input-xlr.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 4c4.41 0 8 3.59 8 8s-3.59 8-8 8-8-3.59-8-8 3.59-8 8-8m0-2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m1.5 14.5c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5.67 1.5 1.5 1.5 1.5-.67 1.5-1.5M9 12c0-.83-.67-1.5-1.5-1.5S6 11.17 6 12s.67 1.5 1.5 1.5S9 12.83 9 12m9 0c0-.83-.67-1.5-1.5-1.5S15 11.17 15 12s.67 1.5 1.5 1.5S18 12.83 18 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/audio-video-off.svg b/mkdocs-material/material/templates/.icons/material/audio-video-off.svg new file mode 100644 index 0000000..8d3f0c5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/audio-video-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.1 21.5 2.4 1.7 1.1 3l4 4H4c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h1v1c0 .6.4 1 1 1h2c.6 0 1-.4 1-1v-1h6v1c0 .6.4 1 1 1h1.1l3.7 3.7zM6 15H4v-1h2zm-2-3v-2h4.1l2 2zm6 3H8v-1h2zm2 0v-1h.1l1 1zm2-5v.8l6.2 6.2c1-.1 1.8-.9 1.8-2V9c0-1.1-.9-2-2-2h-9.8l3 3zm4-1c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/audio-video.svg b/mkdocs-material/material/templates/.icons/material/audio-video.svg new file mode 100644 index 0000000..b06479b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/audio-video.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 7H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h1v1c0 .6.4 1 1 1h2c.6 0 1-.4 1-1v-1h6v1c0 .6.4 1 1 1h2c.6 0 1-.4 1-1v-1h1a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2m-6 5H4v-2h10zm4 1a2 2 0 0 1-2-2 2 2 0 0 1 2-2 2 2 0 0 1 2 2 2 2 0 0 1-2 2M6 15H4v-1h2zm4 0H8v-1h2zm4 0h-2v-1h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/augmented-reality.svg b/mkdocs-material/material/templates/.icons/material/augmented-reality.svg new file mode 100644 index 0000000..ec753bc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/augmented-reality.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm2 6h3c.6 0 1 .5 1 1v5H9.5v-1.5h-2V15H6v-5c0-.5.4-1 1-1m6 0h3.5c.85 0 1.5.65 1.5 1.5v1c0 .6-.4 1.15-.9 1.4L18 15h-1.5l-.85-2H14.5v2H13zm-5.5 1.5V12h2v-1.5zm7 0v1h2v-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/aurora.svg b/mkdocs-material/material/templates/.icons/material/aurora.svg new file mode 100644 index 0000000..86558dc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/aurora.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 3c.55 0 1 .45 1 1v9h2V5c0-.55.45-1 1-1s1 .45 1 1v8h2V6c0-.55.45-1 1-1s1 .45 1 1v7h1.5c.17 0 .34 0 .5.05V7c0-.55.45-1 1-1s1 .45 1 1v8.5a2.5 2.5 0 0 1-2.5 2.5h-1c-.28 0-.5.22-.5.5s.22.5.5.5H17V8c0-.55.45-1 1-1s1 .45 1 1v11h2V9c0-.55.45-1 1-1s1 .45 1 1v11c0 .55-.45 1-1 1H11.5a2.5 2.5 0 0 1 0-5h1c.28 0 .5-.22.5-.5s-.22-.5-.5-.5H2c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/auto-download.svg b/mkdocs-material/material/templates/.icons/material/auto-download.svg new file mode 100644 index 0000000..0f05890 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/auto-download.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 17v2H11v-2zM19 4.5v5h3L16.5 15 11 9.5h3v-5zM10.7 15H8.8l-.7-2H4.9l-.7 2H2.3l3.2-9h2zm-3.05-3.35L6.5 8l-1.15 3.65z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/auto-fix.svg b/mkdocs-material/material/templates/.icons/material/auto-fix.svg new file mode 100644 index 0000000..5d21fe0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/auto-fix.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.5 5.6 5 7l1.4-2.5L5 2l2.5 1.4L10 2 8.6 4.5 10 7zm12 9.8L22 14l-1.4 2.5L22 19l-2.5-1.4L17 19l1.4-2.5L17 14zM22 2l-1.4 2.5L22 7l-2.5-1.4L17 7l1.4-2.5L17 2l2.5 1.4zm-8.66 10.78 2.44-2.44-2.12-2.12-2.44 2.44zm1.03-5.49 2.34 2.34c.39.37.39 1.02 0 1.41L5.04 22.71c-.39.39-1.04.39-1.41 0l-2.34-2.34c-.39-.37-.39-1.02 0-1.41L12.96 7.29c.39-.39 1.04-.39 1.41 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/auto-mode.svg b/mkdocs-material/material/templates/.icons/material/auto-mode.svg new file mode 100644 index 0000000..288a2e9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/auto-mode.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.8 5.67A9.8 9.8 0 0 1 22 11h-2.06c-.2-1.43-.78-2.78-1.68-3.9zM13 2.05c1.96.19 3.81.95 5.33 2.21L16.9 5.69A8 8 0 0 0 13 4.05zm-2 .01c-1.96.2-3.81.97-5.33 2.21L7.1 5.69A8 8 0 0 1 11 4.06zM4.26 5.67l1.37 1.39v.04A8 8 0 0 0 4 11H2c.21-1.96 1-3.82 2.26-5.33M2 14v5l1.6-1.6C5.38 20.17 8.47 22 12 22c4.82 0 8.87-3.45 9.8-8h-2.05c-.89 3.45-4.03 6-7.75 6-2.95 0-5.61-1.61-7-4l2-2zm10 3 1.56-3.42L17 12l-3.44-1.56L12 7l-1.57 3.44L7 12l3.43 1.58z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/auto-upload.svg b/mkdocs-material/material/templates/.icons/material/auto-upload.svg new file mode 100644 index 0000000..a599739 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/auto-upload.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.35 12.65 6.5 9l1.15 3.65M5.5 7l-3.2 9h1.9l.7-2h3.2l.7 2h1.9L7.5 7M11 20h11v-2H11m3-2h5v-5h3l-5.5-5.5L11 11h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/autorenew-off.svg b/mkdocs-material/material/templates/.icons/material/autorenew-off.svg new file mode 100644 index 0000000..9bbf3e7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/autorenew-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 12c0-1-.26-1.96-.7-2.8l1.46-1.46A7.93 7.93 0 0 1 20 12c0 1.39-.36 2.68-1 3.82l-1.5-1.5c.32-.72.5-1.49.5-2.32M2.39 1.73 1.11 3 5.5 7.37C4.55 8.68 4 10.27 4 12c0 1.57.46 3.03 1.24 4.26L6.7 14.8A5.9 5.9 0 0 1 6 12c0-1.17.34-2.26.92-3.19l8.27 8.27c-.93.58-2.02.92-3.19.92v-3l-4 4 4 4v-3c1.73 0 3.32-.55 4.63-1.5l4.21 4.23 1.27-1.27zM12 6v2.8l.1.1L16 5l-4-4v3c-1.38 0-2.68.36-3.82 1l1.5 1.5c.72-.32 1.5-.5 2.32-.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/autorenew.svg b/mkdocs-material/material/templates/.icons/material/autorenew.svg new file mode 100644 index 0000000..73564d4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/autorenew.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 6v3l4-4-4-4v3a8 8 0 0 0-8 8c0 1.57.46 3.03 1.24 4.26L6.7 14.8A5.9 5.9 0 0 1 6 12a6 6 0 0 1 6-6m6.76 1.74L17.3 9.2c.44.84.7 1.8.7 2.8a6 6 0 0 1-6 6v-3l-4 4 4 4v-3a8 8 0 0 0 8-8c0-1.57-.46-3.03-1.24-4.26"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/av-timer.svg b/mkdocs-material/material/templates/.icons/material/av-timer.svg new file mode 100644 index 0000000..78dbc51 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/av-timer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 17a1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1 1 1 0 0 0-1 1m0-14v4h2V5.08c3.39.49 6 3.39 6 6.92a7 7 0 0 1-7 7 7 7 0 0 1-7-7c0-1.68.59-3.22 1.58-4.42L12 13l1.41-1.41-6.8-6.8v.02C4.42 6.45 3 9.05 3 12a9 9 0 0 0 9 9 9 9 0 0 0 9-9 9 9 0 0 0-9-9m6 9a1 1 0 0 0-1-1 1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1M6 12a1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1 1 1 0 0 0-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/awning-outline.svg b/mkdocs-material/material/templates/.icons/material/awning-outline.svg new file mode 100644 index 0000000..066e493 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/awning-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.06 7c-.43 0-.84.14-1.22.42s-.6.64-.7 1.08l-1.03 4.41c-.25 1.09-.05 2.01.58 2.82.12.12.24.24.35.34.59.57 1.24.93 2.18.93s1.69-.41 2.25-.95c.63.62 1.39.95 2.33.95.84 0 1.64-.37 2.2-.93.68.63 1.45.93 2.3.93.87 0 1.61-.33 2.24-.95.57.57 1.32.95 2.27.95s1.62-.35 2.19-.94c.09-.09.18-.19.28-.29.66-.82.86-1.77.61-2.86L20.86 8.5c-.13-.44-.36-.8-.73-1.08A1.88 1.88 0 0 0 18.94 7zm13.83 1.97 1.08 4.41c.09.43 0 .82-.28 1.17-.25.31-.56.45-.94.45-.31 0-.58-.1-.8-.34-.22-.23-.34-.5-.37-.82L16.97 9zM5.06 9h1.97l-.61 4.84C6.3 14.63 5.91 15 5.25 15c-.41 0-.72-.14-.94-.45-.28-.35-.37-.74-.28-1.17zm3.99 0H11v4.7c0 .35-.11.65-.36.92-.25.26-.56.38-.94.38-.34 0-.63-.12-.86-.41s-.34-.59-.34-.93v-.16zM13 9h1.95l.55 4.5c.08.42 0 .77-.29 1.07-.26.3-.6.43-1.01.43-.31 0-.59-.12-.84-.38a1.3 1.3 0 0 1-.36-.92z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/awning.svg b/mkdocs-material/material/templates/.icons/material/awning.svg new file mode 100644 index 0000000..83d0e24 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/awning.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.06 7c-.43 0-.84.14-1.22.42s-.6.64-.7 1.08l-1.03 4.41c-.25 1.09-.05 2.01.58 2.82.12.12.24.24.35.34.59.57 1.24.93 2.18.93s1.69-.41 2.25-.95c.63.62 1.39.95 2.33.95.84 0 1.64-.37 2.2-.93.68.63 1.45.93 2.3.93.87 0 1.61-.33 2.24-.95.57.57 1.32.95 2.27.95s1.62-.35 2.19-.94c.09-.09.18-.19.28-.29.66-.82.86-1.77.61-2.86L20.86 8.5c-.13-.44-.36-.8-.73-1.08A1.88 1.88 0 0 0 18.94 7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/aws.svg b/mkdocs-material/material/templates/.icons/material/aws.svg new file mode 100644 index 0000000..d2a4b91 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/aws.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.64 10.38c0 .25.02.45.07.62.05.12.12.28.21.46.04.04.05.1.05.15 0 .07-.04.13-.13.2l-.42.28c-.06.04-.12.06-.17.06-.07 0-.13-.04-.2-.1-.09-.1-.17-.2-.24-.31-.06-.11-.13-.24-.2-.39-.52.61-1.17.92-1.96.92-.56 0-1-.16-1.33-.48-.32-.32-.49-.75-.49-1.29 0-.55.2-1 .6-1.36.41-.34.95-.52 1.63-.52.23 0 .44.02.71.06.23.03.5.08.76.14v-.48c0-.51-.1-.84-.31-1.07-.22-.21-.57-.3-1.08-.3-.24 0-.48.03-.72.08-.25.06-.49.13-.72.23-.11.04-.2.07-.23.08-.05.02-.08.02-.11.02-.09 0-.14-.06-.14-.2v-.33c0-.1.01-.18.05-.23q.045-.075.18-.12c.24-.14.51-.24.84-.32a4 4 0 0 1 1.04-.13q1.185 0 1.74.54c.37.36.55.91.55 1.64v2.15zm-2.7 1.02c.22 0 .44-.04.68-.12s.45-.23.63-.43c.11-.13.19-.27.25-.43 0-.16.05-.35.05-.58v-.27c-.2-.07-.4-.07-.62-.12a7 7 0 0 0-.62-.04c-.45 0-.77.09-.99.27s-.32.43-.32.76c0 .32.07.56.24.71.16.17.39.25.7.25m5.34.71a.6.6 0 0 1-.28-.06c-.03-.05-.08-.14-.12-.26L8.32 6.65c-.04-.15-.06-.22-.06-.27 0-.11.05-.17.16-.17h.65c.13 0 .22.02.26.07.06.04.1.13.14.26l1.11 4.4 1.04-4.4c.03-.13.07-.22.13-.26.05-.04.14-.07.25-.07h.55c.12 0 .21.02.26.07.05.04.1.13.13.26L14 11l1.14-4.46c.04-.13.09-.22.13-.26.06-.04.14-.07.26-.07h.62c.11 0 .17.06.17.17 0 .03-.01.07-.02.12 0 0-.02.08-.04.15l-1.61 5.14c-.04.14-.08.21-.15.26-.04.04-.13.07-.24.07h-.57c-.13 0-.19-.02-.27-.07a.45.45 0 0 1-.12-.26L12.27 7.5l-1.03 4.28q-.045.195-.12.27a.5.5 0 0 1-.27.06zm8.55.18c-.33 0-.7-.04-1.03-.12s-.59-.17-.76-.26a.5.5 0 0 1-.21-.19.4.4 0 0 1-.04-.18v-.34c0-.14.05-.2.15-.2h.12c.04 0 .1.05.17.08.22.1.47.18.73.23.27.05.54.08.79.08.42 0 .75-.07.97-.22.23-.17.35-.36.35-.63 0-.19-.07-.34-.18-.47-.12-.12-.35-.24-.67-.34l-.97-.3c-.48-.16-.84-.38-1.06-.68a1.58 1.58 0 0 1-.33-.97c0-.28.06-.52.18-.73.12-.22.28-.4.46-.55.22-.15.44-.26.71-.34q.39-.12.84-.12.21 0 .45.03c.14.02.28.05.42.07.14.04.26.07.38.11s.2.08.28.12c.09.05.16.1.2.16s.06.13.06.22v.32q0 .21-.15.21c-.05 0-.14-.03-.26-.08-.37-.17-.8-.26-1.27-.26-.38 0-.66.06-.89.19-.2.12-.31.32-.31.59 0 .19.07.35.2.47.13.13.38.25.73.37l.95.3c.48.14.82.36 1.03.64q.3.405.3.93c0 .28-.06.54-.17.77-.12.22-.28.42-.5.58-.19.17-.44.29-.72.38s-.62.13-.95.13m1.25 3.24C17.89 17.14 14.71 18 12 18c-3.85 0-7.3-1.42-9.91-3.77-.21-.19-.02-.44.23-.29 2.82 1.63 6.29 2.62 9.89 2.62 2.43 0 5.1-.5 7.55-1.56.37-.15.68.26.32.53M21 14.5c-.29-.37-1.86-.18-2.57-.1-.21.03-.24-.16-.05-.3 1.25-.87 3.31-.6 3.54-.33.24.3-.06 2.36-1.23 3.34-.19.15-.36.07-.28-.11.27-.68.86-2.16.59-2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/axe-battle.svg b/mkdocs-material/material/templates/.icons/material/axe-battle.svg new file mode 100644 index 0000000..77bda70 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/axe-battle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.47 12.43c-2.12 2.12-5.65 1.41-5.65 1.41V9.6L3.41 22 2 20.59 14.4 8.18h-4.24s-.71-3.53 1.41-5.65c2.12-2.124 5.66-1.42 5.66-1.42v4.25l.71-.71 1.41 1.41-.71.71h4.25s.7 3.54-1.42 5.66"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/axe.svg b/mkdocs-material/material/templates/.icons/material/axe.svg new file mode 100644 index 0000000..d36bb67 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/axe.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 2 10 6c0 4-2 6-6 7l-3-5-4-4zM4.11 19.84l-1.99-1.51L9.19 9 11 10.81z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/axis-arrow-info.svg b/mkdocs-material/material/templates/.icons/material/axis-arrow-info.svg new file mode 100644 index 0000000..aa1eaee --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/axis-arrow-info.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 2 4 4h-3v7.85l6.53 3.76L21 15.03l1.5 5.47-5.5 1.46 1.53-2.61L12 15.58l-6.53 3.77L7 21.96 1.5 20.5 3 15.03l1.47 2.58L11 13.85V6H8zm9 3h-2V3h2zm1 5v2h-4v-2h1V8h-1V6h3v4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/axis-arrow-lock.svg b/mkdocs-material/material/templates/.icons/material/axis-arrow-lock.svg new file mode 100644 index 0000000..124ceed --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/axis-arrow-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.8 5c.6 0 1.2.6 1.2 1.3v3.5c0 .6-.6 1.2-1.3 1.2h-5.5c-.6 0-1.2-.6-1.2-1.3V6.2c0-.6.6-1.2 1.2-1.2V3.5C16.2 2.1 17.6 1 19 1s2.8 1.1 2.8 2.5zm-1.3 0V3.5c0-.8-.7-1.3-1.5-1.3s-1.5.5-1.5 1.3V5zM1.74 19.25l1.47-5.46 1.47 2.55L9 13.85V6H6l4-4 4 4h-3v7.85l7.03 4.01 1.47-2.58 1.5 5.46-5.5 1.47 1.53-2.61L10 15.58l-4.32 2.49 1.53 2.64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/axis-arrow.svg b/mkdocs-material/material/templates/.icons/material/axis-arrow.svg new file mode 100644 index 0000000..4402e28 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/axis-arrow.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 2 4 4h-3v7.85l6.53 3.76L21 15.03l1.5 5.47-5.5 1.46 1.53-2.61L12 15.58l-6.53 3.77L7 21.96 1.5 20.5 3 15.03l1.47 2.58L11 13.85V6H8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/axis-lock.svg b/mkdocs-material/material/templates/.icons/material/axis-lock.svg new file mode 100644 index 0000000..41c7d66 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/axis-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.8 5c.6 0 1.2.6 1.2 1.3v3.5c0 .6-.6 1.2-1.3 1.2h-5.5c-.6 0-1.2-.6-1.2-1.3V6.2c0-.6.6-1.2 1.2-1.2V3.5C16.2 2.1 17.6 1 19 1s2.8 1.1 2.8 2.5zm-1.3 0V3.5c0-.8-.7-1.3-1.5-1.3s-1.5.5-1.5 1.3V5zM11 13.82l9.39 5.43-1 1.75L10 15.56 3.17 19.5l-1-1.73L9 13.82V3h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/axis-x-arrow-lock.svg b/mkdocs-material/material/templates/.icons/material/axis-x-arrow-lock.svg new file mode 100644 index 0000000..162bdc4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/axis-x-arrow-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.8 5c.6 0 1.2.6 1.2 1.3v3.5c0 .6-.6 1.2-1.3 1.2h-5.5c-.6 0-1.2-.6-1.2-1.3V6.2c0-.6.6-1.2 1.2-1.2V3.5C16.2 2.1 17.6 1 19 1s2.8 1.1 2.8 2.5zm-1.3 0V3.5c0-.8-.7-1.3-1.5-1.3-.69 0-1.31.38-1.46 1-.04.09-.04.19-.04.3V5zM1.74 19.25l1.47-5.46 1.46 2.53L9 13.82V3h2v10.82l9.39 5.43-1 1.75L10 15.56l-4.33 2.5 1.54 2.65z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/axis-x-arrow.svg b/mkdocs-material/material/templates/.icons/material/axis-x-arrow.svg new file mode 100644 index 0000000..ad09595 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/axis-x-arrow.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.5 20.5 3 15.03l1.46 2.57L11 13.82V3h2v10.82l9.39 5.43-1 1.75L12 15.56l-6.54 3.77L7 21.96z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/axis-x-rotate-clockwise.svg b/mkdocs-material/material/templates/.icons/material/axis-x-rotate-clockwise.svg new file mode 100644 index 0000000..50dc8b3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/axis-x-rotate-clockwise.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 10h2.91C14.57 6.55 13.4 4 12 4c-1.58 0-2.88 3.27-3 7.42l-2 1.15V12C7 6.5 9.24 2 12 2c2.42 0 4.44 3.44 4.9 8H20l-4 4zm0 12c-1.88 0-3.53-2.08-4.38-5.16l1.75-1.01C9.87 18.31 10.86 20 12 20c1.27 0 2.36-2.11 2.79-5.08l1.21 1.2.7-.7C16 19.26 14.16 22 12 22m-9.89-3.13-1-1.74-.05-.07 10.06-5.81 1.6 1.59-10.57 6.1zM21.89 5.13l1 1.74L19.2 9h-1.43l-.27-1.34z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/axis-x-rotate-counterclockwise.svg b/mkdocs-material/material/templates/.icons/material/axis-x-rotate-counterclockwise.svg new file mode 100644 index 0000000..1df4fce --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/axis-x-rotate-counterclockwise.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 14 4-4 4 4h-3.1c-.46 4.56-2.48 8-4.9 8-1.88 0-3.53-2.08-4.38-5.16l1.75-1.01C9.87 18.31 10.86 20 12 20c1.4 0 2.57-2.55 2.91-6zM1.11 17.13l12.78-7.38.07.79L10.5 14h.04l-8.43 4.87zm20.78-12 1 1.74-5.01 2.89c-.09-.73-.21-1.43-.38-2.1zM12 2c2.3 0 4.23 3.1 4.82 7.32L16 8.5l-1.13 1.13C14.5 6.37 13.35 4 12 4c-1.58 0-2.88 3.27-3 7.42l-2 1.15V12C7 6.5 9.24 2 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/axis-x-y-arrow-lock.svg b/mkdocs-material/material/templates/.icons/material/axis-x-y-arrow-lock.svg new file mode 100644 index 0000000..77d34a6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/axis-x-y-arrow-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.8 5c.6 0 1.2.6 1.2 1.3v3.5c0 .6-.6 1.2-1.3 1.2h-5.5c-.6 0-1.2-.6-1.2-1.3V6.2c0-.6.6-1.2 1.2-1.2V3.5C16.2 2.1 17.6 1 19 1s2.8 1.1 2.8 2.5zm-1.3 0V3.5c0-.8-.7-1.3-1.5-1.3s-1.5.5-1.5 1.3V5zM1.74 19.25l1.47-5.46 1.47 2.55L9 13.85V3h2v10.85l6.53 3.76L19 15.03l1.5 5.47-5.5 1.46 1.53-2.61L10 15.58l-4.32 2.49 1.53 2.64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/axis-y-arrow-lock.svg b/mkdocs-material/material/templates/.icons/material/axis-y-arrow-lock.svg new file mode 100644 index 0000000..1d07476 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/axis-y-arrow-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11 13.82 7 4.06 1.5-2.6 1.5 5.46-5.5 1.47 1.5-2.6-7-4.05-6.83 3.94-1-1.73L9 13.82V3h2zM21.8 5c.6 0 1.2.6 1.2 1.3v3.5c0 .6-.6 1.2-1.3 1.2h-5.5c-.6 0-1.2-.6-1.2-1.3V6.2c0-.6.6-1.2 1.2-1.2V3.5C16.2 2.1 17.6 1 19 1s2.8 1.1 2.8 2.5zm-1.3 0V3.5c0-.8-.7-1.3-1.5-1.3s-1.5.5-1.5 1.3V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/axis-y-arrow.svg b/mkdocs-material/material/templates/.icons/material/axis-y-arrow.svg new file mode 100644 index 0000000..88c1909 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/axis-y-arrow.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.5 20.5 17 21.96l1.53-2.61L12 15.58 2.61 21l-1-1.73L11 13.85V3h2v10.85l6.53 3.76L21 15.03z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/axis-y-rotate-clockwise.svg b/mkdocs-material/material/templates/.icons/material/axis-y-rotate-clockwise.svg new file mode 100644 index 0000000..2685860 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/axis-y-rotate-clockwise.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 10 4 4 4-4h-3.1c-.46-4.56-2.48-8-4.9-8-1.88 0-3.53 2.08-4.38 5.16l1.75 1.01C9.87 5.69 10.86 4 12 4c1.4 0 2.57 2.55 2.91 6zM1.11 6.87l12.78 7.38.07-.79L10.5 10h.04L2.11 5.13zm20.78 12 1-1.74-5.01-2.89c-.09.73-.21 1.43-.38 2.1zM12 22c2.3 0 4.23-3.1 4.82-7.32l-.82.82-1.13-1.13C14.5 17.63 13.35 20 12 20c-1.58 0-2.88-3.27-3-7.42l-2-1.15V12c0 5.5 2.24 10 5 10"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/axis-y-rotate-counterclockwise.svg b/mkdocs-material/material/templates/.icons/material/axis-y-rotate-counterclockwise.svg new file mode 100644 index 0000000..b5ff2f5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/axis-y-rotate-counterclockwise.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 14h2.91c-.34 3.45-1.51 6-2.91 6-1.58 0-2.88-3.27-3-7.42l-2-1.15V12c0 5.5 2.24 10 5 10 2.42 0 4.44-3.44 4.9-8H20l-4-4zm0-12c-1.88 0-3.53 2.08-4.38 5.16l1.75 1.01C9.87 5.69 10.86 4 12 4c1.27 0 2.36 2.11 2.79 5.08L16 7.88l.7.7C16 4.74 14.16 2 12 2M2.11 5.13l-1 1.74-.05.07 10.06 5.81 1.6-1.59-10.57-6.1zm19.78 13.74 1-1.74L19.2 15h-1.43l-.27 1.34z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/axis-z-arrow-lock.svg b/mkdocs-material/material/templates/.icons/material/axis-z-arrow-lock.svg new file mode 100644 index 0000000..b82d020 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/axis-z-arrow-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.8 5c.6 0 1.2.6 1.2 1.3v3.5c0 .6-.6 1.2-1.3 1.2h-5.5c-.6 0-1.2-.6-1.2-1.3V6.2c0-.6.6-1.2 1.2-1.2V3.5C16.2 2.1 17.6 1 19 1s2.8 1.1 2.8 2.5zm-1.3 0V3.5c0-.8-.7-1.3-1.5-1.3s-1.5.5-1.5 1.3V5zM10 2l4 4h-3v7.82l9.39 5.43-1 1.75L10 15.56 3.17 19.5l-1-1.73L9 13.82V6H6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/axis-z-arrow.svg b/mkdocs-material/material/templates/.icons/material/axis-z-arrow.svg new file mode 100644 index 0000000..0110136 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/axis-z-arrow.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 2 4 4h-3v7.82l9.39 5.43-1 1.75L12 15.56 2.61 21l-1-1.75L11 13.82V6H8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/axis-z-rotate-clockwise.svg b/mkdocs-material/material/templates/.icons/material/axis-z-rotate-clockwise.svg new file mode 100644 index 0000000..6f1012e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/axis-z-rotate-clockwise.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14 12-4 4 4 4v-3.1c4.56-.46 8-2.48 8-4.9s-3.44-4.44-8-4.9v1.99c3.45.34 6 1.51 6 2.91s-2.55 2.57-6 2.91zM4 12c0-1.4 2.55-2.57 6-2.91V7.1c-4.56.46-8 2.48-8 4.9 0 2.16 2.74 4 6.58 4.7l-.7-.7 1.2-1.21C6.11 14.36 4 13.27 4 12m9-10h-2v11l2-2zm0 20v-1l-2-2v3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/axis-z-rotate-counterclockwise.svg b/mkdocs-material/material/templates/.icons/material/axis-z-rotate-counterclockwise.svg new file mode 100644 index 0000000..d4cea83 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/axis-z-rotate-counterclockwise.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10 12 4 4-4 4v-3.1c-4.56-.46-8-2.48-8-4.9s3.44-4.44 8-4.9v1.99C6.55 9.43 4 10.6 4 12s2.55 2.57 6 2.91zm10 0c0-1.4-2.55-2.57-6-2.91V7.1c4.56.46 8 2.48 8 4.9 0 2.16-2.74 4-6.58 4.7l.7-.7-1.2-1.21C17.89 14.36 20 13.27 20 12M11 2h2v11l-2-2zm0 20v-1l2-2v3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/axis.svg b/mkdocs-material/material/templates/.icons/material/axis.svg new file mode 100644 index 0000000..79fdf9d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/axis.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m2.61 21-1-1.73L11 13.85V3h2v10.85l9.39 5.42-1 1.73L12 15.58z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/babel.svg b/mkdocs-material/material/templates/.icons/material/babel.svg new file mode 100644 index 0000000..78cf69c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/babel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.14 2c-1.34.12-3.1.59-5.27 1.43-.59.44-1.27.87-2.03 1.29v.13c.06 0 .12-.04.2-.08.09-.01.15.02.15.11l.13-.08.07-.01.01.07c.01.06-.47.43-1.4 1.1l.06.13H7l-.16-.05c0 .05-.06.07-.2.08l.01.07.16.18c-.06 0-.13-.01-.21-.05-.31.03-.6.26-.91.68l.08.12q.39-.36.45-.36l.02.19c-.04 0-.12.05-.2.08l.16.24c.3-.34.66-.63 1.04-.86.19.05.29.09.29.17l.14-.01c1.02-.76 2.04-1.3 3.04-1.64l.01.13c-.19.28-.32.44-.39.44.01.09.05.17.1.24.02.18-.43 1.32-1.36 3.45-2.12 4.94-3.88 8.59-5.3 10.97 0 .04.03.11.08.19.35-.09.57-.17.65-.25l.1-.01.01.13.13-.01.14-.08c0 .05.05.06.12.05l.03.13c0 .14-.07.34-.23.61-.15.16-.3.5-.46 1.02V22h.13c.57-.65 1.03-1.28 1.31-1.89 1.66-.49 2.93-.96 3.81-1.44.88-.07 1.56-.3 2.02-.67l-.01-.09-.33.09h-.08l-.01-.05c.65-.1 1.1-.25 1.32-.45 1.29-.96 2.24-1.65 2.89-2.06 2-1.47 2.94-2.89 2.83-4.23-.01-.14-.46-.71-1.32-1.65-.02-.18.29-.44.9-.79l1.73-1.53c.39-.5.62-1.3.7-2.41l-.03-.26c-.06-.78-.62-1.41-1.7-1.89-.62-.43-1.74-.65-3.36-.68m2.1.87c1.29.05 1.95.27 1.99.68l-.05.13zM16 3.96c.89-.01 1.35.22 1.4.72l.1-.01v-.33l.14-.01c.36.17.52.41.54.67.02.2-.08.42-.29.69-.09.01-.14-.05-.15-.19h-.14l-.04.41c-.56.87-1 1.32-1.26 1.35-.24.32-.39.49-.45.49-.18.22-.68.6-1.5 1.12-.27.03-1.28.41-3.01 1.17-.09-.04-.18-.04-.28-.04l-.01-.12c-.02-.26.09-.57.34-.96.11-.71.28-1.12.44-1.22l1.45-3.26c-.01-.2.29-.35.93-.44l.21-.04.02.19c.62-.1 1.01-.15 1.16-.15.14-.03.28-.04.4-.04m3 .33h.04c.12.01.24.21.37.62l.01.12c-.07.01-.2-.2-.39-.62zm-8.18 2.07h.06l.02.19c-.06.01-.15.1-.25.28l-.01-.13c.12-.15.18-.27.18-.34m-4.15.1.01.04c-.05 0-.12.06-.18.1l-.09.01-.02-.11zm3.57 1.26.02.28h-.07l-.03-.27zm-.17.47c-.02.22-.07.31-.18.34l-.07.01c.08-.15.12-.25.11-.33zm-.29.68.01.06-.12.21-.13.01-.01-.06c.13-.01.19-.09.18-.21zm-.28.63-.05.31h-.07l-.02-.31zm7.07.22.28.17c.01.11-.03.14-.12.15a.6.6 0 0 0-.29-.11l-.01-.2zm-5.57.74.03.12-.27.03-.01-.11zm4.5.45c.18.09.28.18.29.25l.01.06c-.19.02-.35-.08-.51-.29zm2.16.21c.15.06.22.13.23.19l.04.51c-.06.14-.12.21-.19.21zm-3.5.06c.7-.01 1.24.15 1.6.5l.03.26c-.29.91-.66 1.44-1.04 1.6L13 14.93c-1.3.86-2 1.28-2.1 1.29-2.07 1.14-3.36 1.73-3.86 1.78h-.08c.07-.24.99-2.13 2.77-5.67.77-.07 2.03-.44 3.71-1.1l.41-.04c.11 0 .21-.01.31-.01m-2.54.41.01.06-.28.02-.01-.06zm-4.36 4.22c-.09.45-.18.69-.26.69l-.03-.07c-.02-.23.08-.43.29-.62m5.92.28.01.12c.01.06-.19.22-.59.51-1.16.57-1.84.96-2.04 1.16-1.26.44-1.88.71-1.87.81-1.12.45-1.85.77-2.19.97-.09.01-.21-.03-.37-.1-.01-.22.08-.41.31-.56.19 0 .38 0 .56.09.21-.09.57-.22 1.08-.35l-.01-.13-.41.04c.05-.07.45-.25 1.2-.56l.21-.02.01.06c-.35.03-.55.14-.58.33 0 .07.03.12.12.11.25-.18.38-.27.38-.3.5-.09 1.9-.83 4.18-2.18m-6.32.6.01.06c.01.09-.04.14-.13.15v-.06q-.015-.12.12-.15m3.14.81c.07-.03.12 0 .12.08-.16.02-.47.15-.93.42h-.07l-.01-.13c.33-.03.62-.16.86-.37zm-3.05 1 .01.08c-.06 0-.12.03-.21.08l-.13.01c-.01-.06.03-.12.12-.14zm-1.6.8.15.06c-.06.4-.17.6-.37.64a.75.75 0 0 0-.43-.11l-.02-.19c-.01-.08.04-.13.14-.15.08-.01.13.05.14.18.24-.29.37-.43.39-.43"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/baby-bottle-outline.svg b/mkdocs-material/material/templates/.icons/material/baby-bottle-outline.svg new file mode 100644 index 0000000..637f220 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/baby-bottle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11.28 2.8-.5.5c-1.34-.75-2.94-.9-4.37-.43l-.08-.07c-.97-.98-2.56-.98-3.53 0s-.98 2.56 0 3.53l.07.08c-.47 1.43-.32 3.03.43 4.37l-.5.5a1.49 1.49 0 0 0 0 2.12l1.41 1.42c.59.58 1.53.58 2.12 0l.35-.36 7.08 7.07c.58.59 1.53.59 2.12 0l5.65-5.65c.59-.59.59-1.54 0-2.13l-7.07-7.07.36-.35c.58-.59.58-1.53 0-2.12L13.4 2.79a1.5 1.5 0 0 0-2.12.01M4.25 7.05c.08-.34.22-.67.41-.98l-.8-.8a.85.85 0 0 1-.23-.37c-.13-.34-.06-.76.23-1.04s.7-.36 1.04-.23c.14.04.26.12.37.23l.8.8c.31-.19.64-.33.98-.41.86-.25 1.78-.19 2.6.17L4.42 9.65c-.36-.82-.42-1.74-.17-2.6m16.22 7.77-5.65 5.65-7.07-7.07 5.65-5.65zm-6.71-9.55-8.49 8.49-1.41-1.42 8.48-8.48zm1.06 6.36-3.19 3.19-1.06-1.06 3.19-3.19zm2.12 2.13-3.18 3.18-1.07-1.06 3.19-3.19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/baby-bottle.svg b/mkdocs-material/material/templates/.icons/material/baby-bottle.svg new file mode 100644 index 0000000..842f318 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/baby-bottle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11.28 2.8-.5.5a5.5 5.5 0 0 0-4.37-.43l-.08-.07A2.5 2.5 0 0 0 2.8 6.33l.07.08a5.5 5.5 0 0 0 .43 4.37l-.5.5a1.5 1.5 0 0 0 0 2.12l1.41 1.42a1.5 1.5 0 0 0 2.12 0l.35-.36 7.08 7.07a1.5 1.5 0 0 0 2.12 0l5.65-5.65a1.5 1.5 0 0 0 0-2.12l-7.07-7.08.36-.35a1.5 1.5 0 0 0 0-2.12L13.4 2.8a1.5 1.5 0 0 0-2.12 0m2.48 2.47-8.49 8.49-1.41-1.42 8.48-8.48m2.48 7.77-3.19 3.19-1.06-1.06 3.19-3.19m3.18 3.19-3.18 3.18-1.07-1.06 3.19-3.19Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/baby-buggy-off.svg b/mkdocs-material/material/templates/.icons/material/baby-buggy-off.svg new file mode 100644 index 0000000..7aba6c9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/baby-buggy-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 20c0 1.11-.89 2-2 2s-2-.89-2-2 .9-2 2-2 2 .9 2 2M5 18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.89 2-2-.89-2-2-2m17.11 3.46L2.39 1.73 1.11 3l8.17 8.17-3.57 4.18C5.16 16 5.62 17 6.47 17H14c.32 0 .62-.08.89-.22l5.95 5.95zM16 12.8V6.38c.58-.68.93-1.38 1.61-1.38.77 0 1.39.66 1.39 1.5V7h2v-.5C21 4.56 19.5 3 17.61 3c-.66 0-1.17.2-1.61.5-.68.41-1.12 1.09-1.53 1.57l-2.85 3.35zm-3.68-7.7c.27-.32.59-.72.98-1.1a9.6 9.6 0 0 0-3.65-.91c-.26-.01-.53-.01-.79 0-.74.03-1.48.17-2.2.37l3.81 3.81z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/baby-buggy.svg b/mkdocs-material/material/templates/.icons/material/baby-buggy.svg new file mode 100644 index 0000000..22c078b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/baby-buggy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 20a2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2 2 2 0 0 1 2 2M7 20a2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2 2 2 0 0 1 2 2M17.61 3c-.66 0-1.17.2-1.61.5-.68.41-1.12 1.09-1.53 1.57L5.71 15.35C5.16 16 5.62 17 6.47 17H14a2 2 0 0 0 2-2V6.38c.58-.68.93-1.38 1.61-1.38.77 0 1.39.66 1.39 1.5V7h2v-.5C21 4.56 19.5 3 17.61 3m-8.75.09c-1.82.07-3.63.67-5.18 1.81l4.76 4.76 3.88-4.56c.27-.32.59-.72.98-1.1a9.6 9.6 0 0 0-3.65-.91c-.26-.01-.53-.01-.79 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/baby-carriage-off.svg b/mkdocs-material/material/templates/.icons/material/baby-carriage-off.svg new file mode 100644 index 0000000..ba957a5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/baby-carriage-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 10c0-4.4-3.6-8-8-8v8zm-7.8 1H22c0 1.8-.6 3.5-1.7 4.9.7.6 1.1 1.5 1.2 2.4zm6.6 11.7 1.3-1.3L2.4 1.7 1.1 3l8 8H7.4l-.9-2H3v2h2.2s1.9 4.1 2.1 4.4c-1 .5-1.7 1.5-1.8 2.6-.3 1.9 1.1 3.7 3 4s3.7-1.1 4-3h2.1c.1.4.2.8.4 1.2.9 1.7 3.1 2.3 4.7 1.4zm-10.3-4.2c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5S8.2 17 9 17s1.5.7 1.5 1.5m7.6 1.5c-.9 0-1.6-.7-1.6-1.5v-.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/baby-carriage.svg b/mkdocs-material/material/templates/.icons/material/baby-carriage.svg new file mode 100644 index 0000000..d456bc4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/baby-carriage.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 2v8h8a8 8 0 0 0-8-8m6.32 13.89A7.95 7.95 0 0 0 21 11H6.44L5.5 9H2v2h2.22s1.89 4.07 2.12 4.42C5.24 16 4.5 17.17 4.5 18.5A3.5 3.5 0 0 0 8 22c1.76 0 3.22-1.3 3.46-3h2.08c.24 1.7 1.7 3 3.46 3a3.5 3.5 0 0 0 3.5-3.5c0-1.04-.46-1.97-1.18-2.61M8 20a1.5 1.5 0 0 1-1.5-1.5A1.5 1.5 0 0 1 8 17a1.5 1.5 0 0 1 1.5 1.5A1.5 1.5 0 0 1 8 20m9 0a1.5 1.5 0 0 1-1.5-1.5A1.5 1.5 0 0 1 17 17a1.5 1.5 0 0 1 1.5 1.5A1.5 1.5 0 0 1 17 20"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/baby-face-outline.svg b/mkdocs-material/material/templates/.icons/material/baby-face-outline.svg new file mode 100644 index 0000000..cdc99cb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/baby-face-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.5 9.25a1.25 1.25 0 0 1 1.25 1.25 1.25 1.25 0 0 1-1.25 1.25 1.25 1.25 0 0 1-1.25-1.25 1.25 1.25 0 0 1 1.25-1.25m-5 0a1.25 1.25 0 0 1 1.25 1.25 1.25 1.25 0 0 1-1.25 1.25 1.25 1.25 0 0 1-1.25-1.25A1.25 1.25 0 0 1 9.5 9.25M7.5 14h9c-.76 1.77-2.5 3-4.5 3s-3.74-1.23-4.5-3M1 12c0-1.81 1.2-3.34 2.86-3.83A8.97 8.97 0 0 1 12 3a9 9 0 0 1 8.15 5.17C21.8 8.66 23 10.19 23 12s-1.2 3.34-2.85 3.83A9 9 0 0 1 12 21c-3.6 0-6.71-2.11-8.14-5.17A3.99 3.99 0 0 1 1 12m11-7a7.02 7.02 0 0 0-6.72 5H5a2 2 0 0 0-2 2 2 2 0 0 0 2 2h.28c.86 2.88 3.54 5 6.72 5a7.02 7.02 0 0 0 6.72-5H19a2 2 0 0 0 2-2 2 2 0 0 0-2-2h-.28A7.02 7.02 0 0 0 12 5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/baby-face.svg b/mkdocs-material/material/templates/.icons/material/baby-face.svg new file mode 100644 index 0000000..d372b5e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/baby-face.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 12c0-1.81 1.2-3.34 2.86-3.83A8.97 8.97 0 0 1 12 3a9 9 0 0 1 8.15 5.17C21.8 8.66 23 10.19 23 12s-1.2 3.34-2.85 3.83A9 9 0 0 1 12 21c-3.6 0-6.71-2.11-8.14-5.17A3.99 3.99 0 0 1 1 12m13.5-2.75a1.25 1.25 0 0 0-1.25 1.25 1.25 1.25 0 0 0 1.25 1.25 1.25 1.25 0 0 0 1.25-1.25 1.25 1.25 0 0 0-1.25-1.25m-5 0a1.25 1.25 0 0 0-1.25 1.25 1.25 1.25 0 0 0 1.25 1.25 1.25 1.25 0 0 0 1.25-1.25A1.25 1.25 0 0 0 9.5 9.25M7.5 14c.76 1.77 2.5 3 4.5 3s3.74-1.23 4.5-3zM3 12c0 .82.5 1.53 1.21 1.84C4.07 13.25 4 12.63 4 12s.07-1.25.21-1.84C3.5 10.47 3 11.18 3 12m18 0c0-.82-.5-1.53-1.21-1.84.14.59.21 1.21.21 1.84s-.07 1.25-.21 1.84C20.5 13.53 21 12.82 21 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/baby.svg b/mkdocs-material/material/templates/.icons/material/baby.svg new file mode 100644 index 0000000..b5630b5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/baby.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.5 4A2.5 2.5 0 0 1 21 6.5 2.5 2.5 0 0 1 18.5 9 2.5 2.5 0 0 1 16 6.5 2.5 2.5 0 0 1 18.5 4m-14 16A1.5 1.5 0 0 1 3 18.5 1.5 1.5 0 0 1 4.5 17h7a1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5zm11.59-1-1.4-4H11l-4.25-4.25S9 8.25 12.5 8.25c3 0 3.35 1 3.56 1.62L18.92 18c.28.78-.14 1.64-.92 1.92-.78.27-1.64-.14-1.91-.92"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/backburger.svg b/mkdocs-material/material/templates/.icons/material/backburger.svg new file mode 100644 index 0000000..8a4c971 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/backburger.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m5 13 4 4-1.4 1.42L1.18 12 7.6 5.58 9 7l-4 4h16v2zm16-7v2H11V6zm0 10v2H11v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/backspace-outline.svg b/mkdocs-material/material/templates/.icons/material/backspace-outline.svg new file mode 100644 index 0000000..2374a9f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/backspace-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 15.59 17.59 17 14 13.41 10.41 17 9 15.59 12.59 12 9 8.41 10.41 7 14 10.59 17.59 7 19 8.41 15.41 12zM22 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H7c-.69 0-1.23-.36-1.59-.89L0 12l5.41-8.12C5.77 3.35 6.31 3 7 3zm0 2H7l-4.72 7L7 19h15z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/backspace-reverse-outline.svg b/mkdocs-material/material/templates/.icons/material/backspace-reverse-outline.svg new file mode 100644 index 0000000..bd3e50c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/backspace-reverse-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 15.59 6.41 17 10 13.41 13.59 17 15 15.59 11.41 12 15 8.41 13.59 7 10 10.59 6.41 7 5 8.41 8.59 12zM2 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h15c.69 0 1.23-.36 1.59-.89L24 12l-5.41-8.12C18.23 3.35 17.69 3 17 3zm0 2h15l4.72 7L17 19H2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/backspace-reverse.svg b/mkdocs-material/material/templates/.icons/material/backspace-reverse.svg new file mode 100644 index 0000000..e8946a2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/backspace-reverse.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 21h15c.7 0 1.2-.4 1.6-.9L24 12l-5.4-8.1c-.4-.5-.9-.9-1.6-.9H2a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2M5 8.4 6.4 7l3.6 3.6L13.6 7 15 8.4 11.4 12l3.6 3.6-1.4 1.4-3.6-3.6L6.4 17 5 15.6 8.6 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/backspace.svg b/mkdocs-material/material/templates/.icons/material/backspace.svg new file mode 100644 index 0000000..07daab9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/backspace.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 3H7c-.69 0-1.23.35-1.59.88L0 12l5.41 8.11c.36.53.9.89 1.59.89h15a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-3 12.59L17.59 17 14 13.41 10.41 17 9 15.59 12.59 12 9 8.41 10.41 7 14 10.59 17.59 7 19 8.41 15.41 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/backup-restore.svg b/mkdocs-material/material/templates/.icons/material/backup-restore.svg new file mode 100644 index 0000000..fe66291 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/backup-restore.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3a9 9 0 0 0-9 9H0l4 4 4-4H5a7 7 0 0 1 7-7 7 7 0 0 1 7 7 7 7 0 0 1-7 7c-1.5 0-2.91-.5-4.06-1.3L6.5 19.14A9.1 9.1 0 0 0 12 21a9 9 0 0 0 9-9 9 9 0 0 0-9-9m2 9a2 2 0 0 0-2-2 2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bacteria-outline.svg b/mkdocs-material/material/templates/.icons/material/bacteria-outline.svg new file mode 100644 index 0000000..6b13a3f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bacteria-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 2H7v2.1c-.71.15-1.27.44-1.68.81L2.7 2.29 1.29 3.71l2.95 2.94C4 7.39 4 8 4 8H2v2h2.04c.06.63.17 1.36.36 2.15l-2.72.9.63 1.9 2.69-.9c.24.51.5 1.03.82 1.53l-2.38 1.59 1.11 1.66 2.52-1.68c.56.56 1.22 1.06 1.99 1.49l-.96 1.91 1.79.9 1-2-.16-.09c.95.32 2.03.54 3.27.61V22h2v-2.07c.76-.09 1.81-.29 2.77-.74l1.52 1.52 1.41-1.42-1.33-1.34c.38-.51.63-1.15.63-1.95 0-.5-.05-.92-.12-1.32l1.57-.78-.9-1.8-1.37.69c-.55-.83-1.27-1.29-1.89-1.51l.66-1.96-1.9-.64-.76 2.28c-1.33-.13-2.12-.64-2.59-1.19l1.75-.87-.9-1.8-1.55.79a4.4 4.4 0 0 0-.72-2.02l1.55-2.32-1.66-1.11-1.41 2.12c-.48-.23-1.06-.41-1.76-.5M15 18c-2.94 0-5.19-.82-6.69-2.44C5.68 12.72 6 8.2 6 8.17v-.14C6 7.1 6.39 6 8 6c2.63 0 2.97 1.43 3 2 0 2 1.6 5 6 5 .33 0 2 .15 2 3 0 1.89-3.97 2-4 2M8.5 8A1.5 1.5 0 0 0 7 9.5 1.5 1.5 0 0 0 8.5 11 1.5 1.5 0 0 0 10 9.5 1.5 1.5 0 0 0 8.5 8m2.5 4a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1m4.5 2a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bacteria.svg b/mkdocs-material/material/templates/.icons/material/bacteria.svg new file mode 100644 index 0000000..7b1a5fc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bacteria.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 16c0-.5-.05-.92-.12-1.32l1.57-.78-.9-1.8-1.37.69c-.55-.83-1.27-1.29-1.89-1.51l.66-1.96-1.9-.64-.76 2.28c-1.33-.13-2.12-.64-2.59-1.19l1.75-.87-.9-1.8-1.55.79a4.4 4.4 0 0 0-.72-2.02l1.55-2.32-1.66-1.11-1.41 2.12c-.48-.23-1.06-.41-1.76-.5V2H7v2.1c-.71.15-1.27.44-1.68.81L2.7 2.29 1.29 3.71l2.95 2.94C4 7.39 4 8 4 8H2v2h2.04c.06.63.17 1.36.36 2.15l-2.72.9.63 1.9 2.69-.9c.24.51.5 1.03.82 1.53l-2.38 1.59 1.11 1.66 2.52-1.68c.56.56 1.22 1.06 1.99 1.49l-.96 1.91 1.79.9 1-2-.16-.09c.95.32 2.03.54 3.27.61V22h2v-2.07c.76-.09 1.81-.29 2.77-.74l1.52 1.52 1.41-1.42-1.33-1.34c.38-.51.63-1.15.63-1.95M8.5 11A1.5 1.5 0 0 1 7 9.5 1.5 1.5 0 0 1 8.5 8 1.5 1.5 0 0 1 10 9.5 1.5 1.5 0 0 1 8.5 11m2.5 3a1 1 0 0 1-1-1 1 1 0 0 1 1-1 1 1 0 0 1 1 1 1 1 0 0 1-1 1m4.5 3a1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5 1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/badge-account-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/badge-account-alert-outline.svg new file mode 100644 index 0000000..963e736 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/badge-account-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 3h-3v2h3v16H5V5h3V3H5a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-5 4a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2m4 8H6v-1c0-1.33 2.67-2 4-2s4 .67 4 2zm0 3H6v-1h8zm-4 2H6v-1h4zm1-15H9V1h2zm8 8V7h2v6zm0 4v-2h2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/badge-account-alert.svg b/mkdocs-material/material/templates/.icons/material/badge-account-alert.svg new file mode 100644 index 0000000..36f3872 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/badge-account-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 3h-3v3H8V3H5a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-5 5a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2m4 8H6v-1c0-1.33 2.67-2 4-2s4 .67 4 2zM11 5H9V1h2zm3 14H6v-1h8zm-4 2H6v-1h4zm9-8V7h2v6zm0 4v-2h2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/badge-account-horizontal-outline.svg b/mkdocs-material/material/templates/.icons/material/badge-account-horizontal-outline.svg new file mode 100644 index 0000000..7c70624 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/badge-account-horizontal-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 9a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2m4 8H4v-1c0-1.33 2.67-2 4-2s4 .67 4 2zm8-9h-6v2h6zm0 4h-6v2h6zm0 4h-6v2h6zm2-12h-8v2h8v14H2V6h8V4H2a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2m-9 2h-2V2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/badge-account-horizontal.svg b/mkdocs-material/material/templates/.icons/material/badge-account-horizontal.svg new file mode 100644 index 0000000..3156d83 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/badge-account-horizontal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 4h-8v3h-4V4H2a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2M8 9a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2m4 8H4v-1c0-1.33 2.67-2 4-2s4 .67 4 2zm8 1h-6v-2h6zm0-4h-6v-2h6zm0-4h-6V8h6zm-7-4h-2V2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/badge-account-outline.svg b/mkdocs-material/material/templates/.icons/material/badge-account-outline.svg new file mode 100644 index 0000000..46498bb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/badge-account-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 3h-3v2h3v16H7V5h3V3H7a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-5 4a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2m4 8H8v-1c0-1.33 2.67-2 4-2s4 .67 4 2zm0 3H8v-1h8zm-4 2H8v-1h4zm1-15h-2V1h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/badge-account.svg b/mkdocs-material/material/templates/.icons/material/badge-account.svg new file mode 100644 index 0000000..0fb7487 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/badge-account.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 3h-3v3h-4V3H7a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-5 5a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2m4 8H8v-1c0-1.33 2.67-2 4-2s4 .67 4 2zM13 5h-2V1h2zm3 14H8v-1h8zm-4 2H8v-1h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/badminton.svg b/mkdocs-material/material/templates/.icons/material/badminton.svg new file mode 100644 index 0000000..383a7ef --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/badminton.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.3 2c-.97.03-1.72.84-1.69 1.8.01.24.06.47.16.7l.29.64c.04.13-.03.27-.17.31-.09.05-.19 0-.26-.08l-.42-.55c-.33-.42-.83-.68-1.36-.69-.97-.02-1.77.75-1.79 1.71-.01.42.13.82.39 1.16l.42.5h.01c.08.13.05.29-.06.37-.09.07-.21.07-.29 0L7 7.45c-.34-.26-.75-.4-1.16-.39-.96.02-1.73.82-1.71 1.79.01.53.27 1.03.69 1.36l.57.44c.11.1.11.26-.01.35a.23.23 0 0 1-.26.05h-.01l-.61-.28c-.23-.09-.46-.15-.7-.16-.96-.03-1.77.73-1.8 1.7 0 .72.4 1.38 1.06 1.66l11.39 5.07 4.59-4.59-5.07-11.39C13.69 2.39 13 1.97 12.3 2m.83 4.1c.42-.01.8.23.96.61l3.05 6.84-3.95-3.94-.93-2.11c-.3-.63.16-1.38.87-1.4M9.85 8.85c.27 0 .52.1.71.3l4.81 4.81c.4.38.41 1.01.03 1.41-.4.4-1.02.41-1.44 0l-4.81-4.81a.987.987 0 0 1-.02-1.41c.19-.2.45-.3.72-.3m-2.72 3.32c.13 0 .27.04.37.09l2.13.94 3.94 3.94-6.86-3.05c-1.02-.44-.68-1.95.42-1.92m13.15 3.87-4.24 4.24.85.85c.76.75 1.86 1.04 2.89.77a3.02 3.02 0 0 0 2.12-2.12c.27-1.03-.02-2.13-.77-2.89z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bag-carry-on-check.svg b/mkdocs-material/material/templates/.icons/material/bag-carry-on-check.svg new file mode 100644 index 0000000..06e6e5d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bag-carry-on-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.28 16.69 2.86-2.81.7.7-3.56 3.56L13.17 16l.71-.72zM8 21a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2zM9 7h5V4a2 2 0 0 1-2-2h4v8a6 6 0 0 1 6 6 6 6 0 0 1-6 6c-1.23 0-2.37-.37-3.32-1H9zm7 5a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bag-carry-on-off.svg b/mkdocs-material/material/templates/.icons/material/bag-carry-on-off.svg new file mode 100644 index 0000000..54cd472 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bag-carry-on-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m2.1 4.9 3.9 4V19c0 .5.2 1 .6 1.4s.9.6 1.4.6V10.8l1 1V21h4.2c-.1-.4-.2-.8-.2-1 0-1.2.5-2 1.6-2.6l.8.8c-.9.3-1.3 1-1.3 1.9 0 .5.2 1 .6 1.4.3.3.8.5 1.3.5.9 0 1.6-.4 1.9-1.3l1.2 1.2 1.4-1.4-17-17zM12 2c0 .5.2 1 .6 1.4s.9.6 1.4.6v3H9.8l6.2 6.2V2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bag-carry-on.svg b/mkdocs-material/material/templates/.icons/material/bag-carry-on.svg new file mode 100644 index 0000000..5bf6e9d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bag-carry-on.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.6 21.4c.4.4.8.6 1.4.6s1-.2 1.4-.6.6-.8.6-1.4-.2-1-.6-1.4-.9-.6-1.4-.6-1 .2-1.4.6-.6.8-.6 1.4.2 1 .6 1.4M6 19c0 .5.2 1 .6 1.4s.9.6 1.4.6V7c-.5 0-1 .2-1.4.6S6 8.5 6 9zM16 2h-4c0 .5.2 1 .6 1.4s.9.6 1.4.6v3H9v14h4.2c-.2-.5-.2-.8-.2-1q0-1.2.9-2.1T16 17z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bag-checked.svg b/mkdocs-material/material/templates/.icons/material/bag-checked.svg new file mode 100644 index 0000000..578c282 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bag-checked.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 19H2v2h20zM4 15c0 .5.2 1 .6 1.4s.9.6 1.4.6V6c-.5 0-1 .2-1.4.6S4 7.5 4 8zm9.5-9h-3c0-.4.1-.8.4-1.1s.6-.4 1.1-.4c.4 0 .8.1 1.1.4.2.3.4.7.4 1.1M7 6v11h10V6h-2q0-1.2-.9-2.1C13.2 3 12.8 3 12 3q-1.2 0-2.1.9T9 6zm11 11c.5 0 1-.2 1.4-.6s.6-.9.6-1.4V8c0-.5-.2-1-.6-1.4S18.5 6 18 6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bag-personal-off-outline.svg b/mkdocs-material/material/templates/.icons/material/bag-personal-off-outline.svg new file mode 100644 index 0000000..089321e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bag-personal-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 19.35 2.38 1.73 1.11 3l3.66 3.66C4.27 7.34 4 8.16 4 9v11a2 2 0 0 0 2 2h12c.56 0 1.08-.24 1.46-.65l1.38 1.38 1.27-1.27zM6 9c0-.31.08-.62.22-.89L13.11 15H6zm12 11H6v-4h2v2h1v-2h5.11L18 19.89zM16 7a2 2 0 0 1 2 2v5.8l2 2V9a4 4 0 0 0-4-4V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v.8L10.2 7zm-6-3h4v1h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bag-personal-off.svg b/mkdocs-material/material/templates/.icons/material/bag-personal-off.svg new file mode 100644 index 0000000..baa31d9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bag-personal-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 19.35 2.38 1.73 1.11 3l3.66 3.66C4.27 7.34 4 8.16 4 9v11a2 2 0 0 0 2 2h12c.56 0 1.08-.24 1.46-.65l1.38 1.38 1.27-1.27zM9 16v2H8v-2H6v-1h7.11l1 1zm11-7a4 4 0 0 0-4-4V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v.8l12 12zm-6-4h-4V4h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bag-personal-outline.svg b/mkdocs-material/material/templates/.icons/material/bag-personal-outline.svg new file mode 100644 index 0000000..ff29682 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bag-personal-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 5V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v1a4 4 0 0 0-4 4v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9a4 4 0 0 0-4-4m-6-1h4v1h-4zm2 5 2 2-2 2-2-2zm6 11H6v-4h2v2h1v-2h9zm0-5H6V9a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bag-personal-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/bag-personal-plus-outline.svg new file mode 100644 index 0000000..a1958f8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bag-personal-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 19h-3v3h-2v-3h-3v-2h3v-3h2v3h3zM8 2c-1.1 0-2 .9-2 2v1C3.8 5 2 6.8 2 9v11c0 1.1.9 2 2 2h9.5c-.5-.6-.9-1.3-1.2-2H4v-4h2v2h1v-2h5.3c.1-.3.3-.7.5-1H4V9c0-1.1.9-2 2-2h8c1.1 0 2 .9 2 2v3.3c.6-.2 1.3-.3 2-.3V9c0-2.2-1.8-4-4-4V4c0-1.1-.9-2-2-2zm0 2h4v1H8zm2 5-2 2 2 2 2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bag-personal-plus.svg b/mkdocs-material/material/templates/.icons/material/bag-personal-plus.svg new file mode 100644 index 0000000..8cf87b3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bag-personal-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 19h-3v3h-2v-3h-3v-2h3v-3h2v3h3zM8 2c-1.1 0-2 .9-2 2v1C3.8 5 2 6.8 2 9v11c0 1.1.9 2 2 2h9.5c-1-1.1-1.5-2.5-1.5-4 0-.7.1-1.4.3-2H7v2H6v-2H4v-1h8.8c1-1.8 3-3 5.2-3V9c0-2.2-1.8-4-4-4V4c0-1.1-.9-2-2-2zm0 2h4v1H8zm2 5 2 2-2 2-2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bag-personal-tag-outline.svg b/mkdocs-material/material/templates/.icons/material/bag-personal-tag-outline.svg new file mode 100644 index 0000000..9cfb61d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bag-personal-tag-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 5V4c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v1C3.8 5 2 6.8 2 9v11c0 1.1.9 2 2 2h11.2l-2-2H4v-4h2v2h1v-2h5v-1H4V9c0-1.1.9-2 2-2h8c1.1 0 2 .9 2 2v3h2V9c0-2.2-1.8-4-4-4m-2 0H8V4h4zm-2 4-2 2 2 2 2-2zm11.8 8.8-3.6-3.6c-.2-.1-.4-.2-.6-.2h-2.8c-.4 0-.8.4-.8.8v2.8c0 .2.1.4.2.6l3.6 3.6c.1.1.3.2.6.2.2 0 .4-.1.6-.2l2.8-2.8c.1-.1.2-.3.2-.6 0-.2-.1-.4-.2-.6M15.4 16c-.3 0-.6-.3-.6-.6s.3-.6.6-.6.6.3.6.6-.3.6-.6.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bag-personal-tag.svg b/mkdocs-material/material/templates/.icons/material/bag-personal-tag.svg new file mode 100644 index 0000000..b86360f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bag-personal-tag.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 5V4c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v1C3.8 5 2 6.8 2 9v11c0 1.1.9 2 2 2h11.2l-2.4-2.4c-.6-.5-.9-1.3-.9-2V16H7v2H6v-2H4v-1h8v-.2c0-1.5 1.2-2.8 2.8-2.8H18V9c0-2.2-1.8-4-4-4m-4 8-2-2 2-2 2 2zm2-8H8V4h4zm9.8 12.8-3.6-3.6c-.2-.1-.4-.2-.6-.2h-2.8c-.4 0-.8.4-.8.8v2.8c0 .2.1.4.2.6l3.6 3.6c.1.1.3.2.6.2.2 0 .4-.1.6-.2l2.8-2.8c.1-.1.2-.3.2-.6 0-.2-.1-.4-.2-.6M15.4 16c-.3 0-.6-.3-.6-.6s.3-.6.6-.6.6.3.6.6-.3.6-.6.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bag-personal.svg b/mkdocs-material/material/templates/.icons/material/bag-personal.svg new file mode 100644 index 0000000..de16700 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bag-personal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 5V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v1a4 4 0 0 0-4 4v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9a4 4 0 0 0-4-4m-6-1h4v1h-4zm2 5 2 2-2 2-2-2zm6 7H9v2H8v-2H6v-1h12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bag-suitcase-off-outline.svg b/mkdocs-material/material/templates/.icons/material/bag-suitcase-off-outline.svg new file mode 100644 index 0000000..e9346cb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bag-suitcase-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 4.77 3.28 3.5 21 21.22l-1.27 1.28L18 20.76c-.29.17-.62.24-.97.24 0 .58-.47 1-1.03 1-.5 0-1-.42-1-1H9c0 .58-.5 1-1 1-.56 0-1.03-.42-1.03-1C5.89 21 5 20.13 5 19V7.78zM9.5 18H8v-7.22L6.97 9.74V19h9.26l-.98-1h-.75v-.74l-1.75-1.76V18h-1.5v-4L9.5 12.28zm3.25-9v1.43L11.32 9zm1.75 0H16v4.67l-1.5-1.5zm2.53-3C18.11 6 19 6.88 19 8v8.68l-1.97-1.98V8h-6.7L8.31 6H9V3c0-.58.46-1 1-1h4c.54 0 1 .42 1 1v3zM10.5 3.5V6h3V3.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bag-suitcase-off.svg b/mkdocs-material/material/templates/.icons/material/bag-suitcase-off.svg new file mode 100644 index 0000000..408ee33 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bag-suitcase-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 4.77 3.28 3.5 21 21.22l-1.27 1.28L18 20.76c-.29.17-.62.24-.97.24 0 .58-.47 1-1.03 1-.5 0-1-.42-1-1H9c0 .58-.5 1-1 1-.56 0-1.03-.42-1.03-1C5.89 21 5 20.13 5 19V7.77zM17.03 6C18.11 6 19 6.88 19 8v8.68l-3-3V9h-1.5v3.18l-1.75-1.75V9h-1.43L8.31 6H9V3c0-.58.46-1 1-1h4c.54 0 1 .42 1 1v3zM8 18h1.5v-5.73L8 10.77zm3.25 0h1.5v-2.5l-1.5-1.5zm3.25 0h.73l-.73-.73zm-1-12V3.5h-3V6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bag-suitcase-outline.svg b/mkdocs-material/material/templates/.icons/material/bag-suitcase-outline.svg new file mode 100644 index 0000000..554ab44 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bag-suitcase-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 18V9H8v9m4.75 0V9h-1.5v9M16 18V9h-1.5v9m2.53-12C18.11 6 19 6.88 19 8v11c0 1.13-.89 2-1.97 2 0 .58-.47 1-1.03 1-.5 0-1-.42-1-1H9c0 .58-.5 1-1 1-.56 0-1.03-.42-1.03-1C5.89 21 5 20.13 5 19V8c0-1.12.89-2 1.97-2H9V3c0-.58.46-1 1-1h4c.54 0 1 .42 1 1v3m-4.5-2.5V6h3V3.5M17.03 19V8H6.97v11"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bag-suitcase.svg b/mkdocs-material/material/templates/.icons/material/bag-suitcase.svg new file mode 100644 index 0000000..9737fb4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bag-suitcase.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.03 6C18.11 6 19 6.88 19 8v11c0 1.13-.89 2-1.97 2 0 .58-.47 1-1.03 1-.5 0-1-.42-1-1H9c0 .58-.5 1-1 1-.56 0-1.03-.42-1.03-1C5.89 21 5 20.13 5 19V8c0-1.12.89-2 1.97-2H9V3c0-.58.46-1 1-1h4c.54 0 1 .42 1 1v3zM13.5 6V3.5h-3V6zM8 9v9h1.5V9zm6.5 0v9H16V9zm-3.25 0v9h1.5V9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/baguette.svg b/mkdocs-material/material/templates/.icons/material/baguette.svg new file mode 100644 index 0000000..de4c42a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/baguette.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 22c-1.32 0-1.85-2.36-1.96-3.3a5.56 5.56 0 0 1 .32-2.7 2.5 2.5 0 0 1 1.87-1.62c1.17-.2 2 .5 3.06.74a1.21 1.21 0 0 0 1.56-1.37C9.41 12.03 6.28 12 5 12c0-1.86 2.04-2.1 3.5-1.96a10.8 10.8 0 0 1 2.54.56c.5.17 1.08.6 1.63.56.83-.07 1-.93.64-1.56C12.44 8.12 9.97 8 8.5 8c0-2 1.73-2.38 3.39-2.08a11.6 11.6 0 0 1 2.49.79c.51.22 1.12.64 1.68.45 1.44-.44-.06-1.98-.7-2.35a6.6 6.6 0 0 0-1.42-.58c-.54-.16-1.2-.1-.71-.73a5.13 5.13 0 0 1 2.73-1.24c1.89-.44 4.5-.52 4.96 1.86a5.3 5.3 0 0 1-.85 3.58 39 39 0 0 1-6.85 8.63 36.6 36.6 0 0 1-4.6 3.99C7.62 21.04 6.3 22 5 22"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/balcony.svg b/mkdocs-material/material/templates/.icons/material/balcony.svg new file mode 100644 index 0000000..608e882 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/balcony.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 10v2H8v-2zm6 2v-2h-2v2zm5 2v8H3v-8h1v-4c0-4.42 3.58-8 8-8s8 3.58 8 8v4zM7 16H5v4h2zm4 0H9v4h2zm0-11.92C8.16 4.56 6 7.03 6 10v4h5zM13 14h5v-4c0-2.97-2.16-5.44-5-5.92zm2 2h-2v4h2zm4 0h-2v4h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/balloon.svg b/mkdocs-material/material/templates/.icons/material/balloon.svg new file mode 100644 index 0000000..e8b3819 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/balloon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.16 12.74 14 14h-1.5c-.15 2.71-.5 5.41-1 8.08l-1-.16c.5-2.62.84-5.26 1-7.92H10l.84-1.26C8.64 11.79 7 8.36 7 6a5 5 0 0 1 5-5 5 5 0 0 1 5 5c0 2.36-1.64 5.79-3.84 6.74"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ballot-outline.svg b/mkdocs-material/material/templates/.icons/material/ballot-outline.svg new file mode 100644 index 0000000..73fa244 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ballot-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 7.5h5v2h-5zm0 7h5v2h-5zM19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm0 16V5H5v14zM11 6v5H6V6zm-1 4V7H7v3zm1 3v5H6v-5zm-1 4v-3H7v3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ballot-recount-outline.svg b/mkdocs-material/material/templates/.icons/material/ballot-recount-outline.svg new file mode 100644 index 0000000..926c04f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ballot-recount-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 18v-5h5v5zm1-4v3h3v-3zm6-6.5h5v2h-5zM5 21a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6.17c-.5-.11-1-.17-1.5-.17H19V5H5v14h8.17c.17.72.46 1.39.83 2zm6-15v5H6V6zm-1 4V7H7v3zm9 2v1.5a4 4 0 0 1 4 4c0 .82-.25 1.58-.67 2.21l-1.09-1.09c.17-.34.26-.72.26-1.12A2.5 2.5 0 0 0 19 15v1.5l-2.25-2.25zm0 11v-1.5a4 4 0 0 1-4-4c0-.82.25-1.58.67-2.21l1.09 1.09c-.17.34-.26.72-.26 1.12A2.5 2.5 0 0 0 19 20v-1.5l2.25 2.25z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ballot-recount.svg b/mkdocs-material/material/templates/.icons/material/ballot-recount.svg new file mode 100644 index 0000000..6b7e582 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ballot-recount.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 12v1.5a4 4 0 0 1 4 4c0 .82-.25 1.58-.67 2.21l-1.09-1.09c.17-.34.26-.72.26-1.12A2.5 2.5 0 0 0 19 15v1.5l-2.25-2.25zm0 11v-1.5a4 4 0 0 1-4-4c0-.82.25-1.58.67-2.21l1.09 1.09c-.17.34-.26.72-.26 1.12A2.5 2.5 0 0 0 19 20v-1.5l2.25 2.25zm-9-6H7v-3h3zm0-10v3H7V7zM5 21a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6.17c-.5-.11-1-.17-1.5-.17a6.5 6.5 0 0 0-6.5 6.5c0 1.29.38 2.5 1 3.5zm8-11.5h5v-2h-5zM11 13H6v5h5zm0-7H6v5h5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ballot.svg b/mkdocs-material/material/templates/.icons/material/ballot.svg new file mode 100644 index 0000000..c36983f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ballot.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 9.5h5v-2h-5zm0 7h5v-2h-5zm6 4.5H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2M6 11h5V6H6zm1-4h3v3H7zM6 18h5v-5H6zm1-4h3v3H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bandage.svg b/mkdocs-material/material/templates/.icons/material/bandage.svg new file mode 100644 index 0000000..f2e7e73 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bandage.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17.73 12 3.98-3.96c.39-.39.39-1.04 0-1.41l-4.34-4.34c-.37-.39-1.02-.39-1.41 0L12 6.27 8 2.29a1.001 1.001 0 0 0-1.41 0L2.25 6.63c-.39.37-.39 1.02 0 1.41L6.23 12l-3.98 4c-.39.39-.39 1 0 1.41l4.34 4.34c.41.39 1.02.39 1.41 0l4-3.98 3.96 3.98c.2.2.45.29.71.29s.51-.1.71-.29l4.34-4.34c.39-.41.39-1.02 0-1.41zM12 9a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m-4.71 1.96L3.66 7.34l3.63-3.63 3.62 3.62zM10 13a1 1 0 0 1-1-1 1 1 0 0 1 1-1 1 1 0 0 1 1 1 1 1 0 0 1-1 1m2 2a1 1 0 0 1-1-1 1 1 0 0 1 1-1 1 1 0 0 1 1 1 1 1 0 0 1-1 1m2-4a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m2.66 9.34-3.63-3.62 3.63-3.63 3.62 3.62z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bank-check.svg b/mkdocs-material/material/templates/.icons/material/bank-check.svg new file mode 100644 index 0000000..7fbc05c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bank-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17.8 21.2-2.8-3 1.2-1.2 1.6 1.6 3.6-3.6 1.2 1.4zM13 10h-3v7h2.1c.1-.8.5-1.6.9-2.3zm3 0v2.3c.6-.2 1.3-.3 2-.3.3 0 .7 0 1 .1V10zm-3.9 9H2v3h11.5c-.7-.8-1.2-1.9-1.4-3M21 6l-9.5-5L2 6v2h19zM7 17v-7H4v7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bank-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/bank-circle-outline.svg new file mode 100644 index 0000000..a8356a0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bank-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 4c4.4 0 8 3.6 8 8s-3.6 8-8 8-8-3.6-8-8 3.6-8 8-8m0-2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m5 15H7v-2h10zm-9-3v-3h2v3zm3 0v-3h2v3zm3 0v-3h2v3zm3-4H7V8.5L12 6l5 2.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bank-circle.svg b/mkdocs-material/material/templates/.icons/material/bank-circle.svg new file mode 100644 index 0000000..47304a4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bank-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m5 15H7v-2h10zm-9-3v-3h2v3zm3 0v-3h2v3zm3 0v-3h2v3zm3-4H7V8.5L12 6l5 2.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bank-minus.svg b/mkdocs-material/material/templates/.icons/material/bank-minus.svg new file mode 100644 index 0000000..d862cd2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bank-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 17h8v2h-8zM11.5 1 21 6v2H2V6zm4.5 9h3v2.08L18 12c-.7 0-1.37.12-2 .34zM2 22v-3h10.08c.19 1.14.71 2.17 1.45 3zm8-12h3v4.68c-.46.69-.78 1.47-.92 2.32H10zm-6 0h3v7H4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bank-off-outline.svg b/mkdocs-material/material/templates/.icons/material/bank-off-outline.svg new file mode 100644 index 0000000..8011484 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bank-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.8 22.7 19.1 21H2v-2h15.1l-4.6-4.6V17h-2v-4.6L6.1 8H2V6l1.4-.7L1.1 3l1.3-1.3 19.7 19.7zM4.5 10v7h2v-7zm7-6.7L16.7 6H9.2l2 2H21V6l-9.5-5-4.8 2.5L8.2 5zm7 12V10h-2v3.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bank-off.svg b/mkdocs-material/material/templates/.icons/material/bank-off.svg new file mode 100644 index 0000000..6e8533e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bank-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.8 22.7-.7-.7H2v-3h15.1L13 14.9V17h-3v-5.1L6.1 8H2V6l1.4-.7L1.1 3l1.3-1.3 19.7 19.7zM4 10v7h3v-7zm17-2V6l-9.5-5-4.8 2.5L11.2 8zm-2 7.8V10h-3v2.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bank-outline.svg b/mkdocs-material/material/templates/.icons/material/bank-outline.svg new file mode 100644 index 0000000..4155c7c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bank-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.5 10h-2v7h2zm6 0h-2v7h2zm8.5 9H2v2h19zm-2.5-9h-2v7h2zm-7-6.74L16.71 6H6.29zm0-2.26L2 6v2h19V6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bank-plus.svg b/mkdocs-material/material/templates/.icons/material/bank-plus.svg new file mode 100644 index 0000000..cceaeae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bank-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 14h2v3h3v2h-3v3h-2v-3h-3v-2h3zM11.5 1 21 6v2H2V6zm4.5 9h3v2.08L18 12c-.7 0-1.37.12-2 .34zM2 22v-3h10.08c.19 1.14.71 2.17 1.45 3zm8-12h3v4.68c-.46.69-.78 1.47-.92 2.32H10zm-6 0h3v7H4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bank-remove.svg b/mkdocs-material/material/templates/.icons/material/bank-remove.svg new file mode 100644 index 0000000..5a4ebbb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bank-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.46 15.88 1.42-1.42L18 16.59l2.12-2.13 1.42 1.42L19.41 18l2.13 2.12-1.42 1.42L18 19.41l-2.12 2.13-1.42-1.42L16.59 18zM11.5 1 21 6v2H2V6zm4.5 9h3v2.08L18 12c-.7 0-1.37.12-2 .34zM2 22v-3h10.08c.19 1.14.71 2.17 1.45 3zm8-12h3v4.68c-.46.69-.78 1.47-.92 2.32H10zm-6 0h3v7H4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bank-transfer-in.svg b/mkdocs-material/material/templates/.icons/material/bank-transfer-in.svg new file mode 100644 index 0000000..57065d9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bank-transfer-in.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 15v-3h3v-2l4 3.5L5 17v-2zm20-6.3V10H10V8.7L16 5zM10 17h12v2H10zm5-6h2v5h-2zm-4 0h2v5h-2zm8 0h2v5h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bank-transfer-out.svg b/mkdocs-material/material/templates/.icons/material/bank-transfer-out.svg new file mode 100644 index 0000000..652d60e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bank-transfer-out.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 15v-3h3v-2l4 3.5-4 3.5v-2zm-1-6.3V10H2V8.7L8 5zM2 17h12v2H2zm5-6h2v5H7zm-4 0h2v5H3zm8 0h2v5h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bank-transfer.svg b/mkdocs-material/material/templates/.icons/material/bank-transfer.svg new file mode 100644 index 0000000..f5514ad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bank-transfer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 14v-3h3V9l4 3.5-4 3.5v-2zm-1-6.3V9H2V7.7L8 4zM7 10h2v5H7zm-4 0h2v5H3zm10 0v2.5l-2 1.8V10zm-3.9 6-.6.5 1.7 1.5H2v-2zm7.9-1v3h-3v2l-4-3.5 4-3.5v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bank.svg b/mkdocs-material/material/templates/.icons/material/bank.svg new file mode 100644 index 0000000..758263b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bank.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.5 1 2 6v2h19V6m-5 4v7h3v-7M2 22h19v-3H2m8-9v7h3v-7m-9 0v7h3v-7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/barcode-off.svg b/mkdocs-material/material/templates/.icons/material/barcode-off.svg new file mode 100644 index 0000000..b93dee0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/barcode-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.84 22.73 16 17.89V18h-2v-2.11l-2-2V18h-1v-5.11l-1-1V18H7V8.89l-1-1V18H5V6.89L1.11 3l1.28-1.27L7 6.34l3 3 1 1 1 1 2 2.01v-.01l2 2v.01l1 1v-.01L18.66 18h-.01l3.46 3.46zM16 6h-2v4.8l2 2zm-4 0h-1v1.8l1 1zm8 0h-3v7.8l3 3zm2 12V6h-1v11.8l.2.2zM10 6h-.8l.8.8zM2 18h2V6H2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/barcode-scan.svg b/mkdocs-material/material/templates/.icons/material/barcode-scan.svg new file mode 100644 index 0000000..0e062fd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/barcode-scan.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 6h2v12H4zm3 0h1v12H7zm2 0h3v12H9zm4 0h1v12h-1zm3 0h2v12h-2zm3 0h1v12h-1zM2 4v4H0V4a2 2 0 0 1 2-2h4v2zm20-2a2 2 0 0 1 2 2v4h-2V4h-4V2zM2 16v4h4v2H2a2 2 0 0 1-2-2v-4zm20 4v-4h2v4a2 2 0 0 1-2 2h-4v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/barcode.svg b/mkdocs-material/material/templates/.icons/material/barcode.svg new file mode 100644 index 0000000..48b67e9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/barcode.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 6h2v12H2zm3 0h1v12H5zm2 0h3v12H7zm4 0h1v12h-1zm3 0h2v12h-2zm3 0h3v12h-3zm4 0h1v12h-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/barley-off.svg b/mkdocs-material/material/templates/.icons/material/barley-off.svg new file mode 100644 index 0000000..4cac99c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/barley-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.96 1.21c-.66 1.55-1.32 3.1-1.31 4.61.01.6.12 1.18.29 1.8a3.4 3.4 0 0 0-.27-.45C9.83 6 8.17 5 6.5 4c0 .8 0 1.59.18 2.36L13 12.68V10.7c1.5-.9 2.92-1.82 3.67-2.87.83-1.16.83-2.5.83-3.83-1.67 1-3.33 2-4.17 3.17-.1.14-.18.28-.26.42.18-.63.29-1.27.28-1.9-.01-1.51-.7-3-1.39-4.48M3.28 5.5 2 6.77l4.64 4.64c.11.59.31 1.14.69 1.67.75 1.05 2.17 1.97 3.67 2.87v2.28l-.33-.56c-.84-1.17-2.5-2.17-4.17-3.17 0 1.33 0 2.67.83 3.83.75 1.05 2.17 1.97 3.67 2.87V23h2v-1.8c.74-.44 1.45-.89 2.07-1.36l3.66 3.66L20 22.22C14 16.23 9.1 11.32 3.28 5.5M17.5 9.25c-1.67 1-3.33 2-4.17 3.17l-.21.37L15 14.66c.67-.5 1.27-1.02 1.67-1.58.83-1.16.83-2.5.83-3.83m0 5.25c-.57.34-1.12.68-1.65 1.03l1.44 1.44c.21-.8.21-1.64.21-2.47"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/barley.svg b/mkdocs-material/material/templates/.icons/material/barley.svg new file mode 100644 index 0000000..b94db36 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/barley.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.33 18.33c-.83-1.16-.83-2.5-.83-3.83 1.67 1 3.33 2 4.17 3.17l.33.56v-2.28c-1.5-.9-2.92-1.82-3.67-2.87-.83-1.16-.83-2.5-.83-3.83 1.67 1 3.33 2 4.17 3.17L11 13v-2.3c-1.5-.9-2.92-1.82-3.67-2.87C6.5 6.67 6.5 5.33 6.5 4c1.67 1 3.33 2 4.17 3.17q.15.21.27.45c-.17-.62-.28-1.2-.29-1.8-.01-1.51.65-3.06 1.31-4.61.69 1.48 1.38 2.97 1.39 4.48.01.63-.1 1.27-.28 1.9.08-.14.16-.28.26-.42C14.17 6 15.83 5 17.5 4c0 1.33 0 2.67-.83 3.83C15.92 8.88 14.5 9.8 13 10.7V13l.33-.58c.84-1.17 2.5-2.17 4.17-3.17 0 1.33 0 2.67-.83 3.83-.75 1.05-2.17 1.97-3.67 2.87v2.28l.33-.56c.84-1.17 2.5-2.17 4.17-3.17 0 1.33 0 2.67-.83 3.83-.75 1.05-2.17 1.97-3.67 2.87V23h-2v-1.8c-1.5-.9-2.92-1.82-3.67-2.87"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/barn.svg b/mkdocs-material/material/templates/.icons/material/barn.svg new file mode 100644 index 0000000..f7e8d36 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/barn.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3 3 8.2V21h6l2.9-3 3.1 3h6V8.2zM7.9 20v-6l3 3zm1-7h6l-3 3zm7 7-3-3 3-3zm-.9-9H8.8V9H15z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/barrel-outline.svg b/mkdocs-material/material/templates/.icons/material/barrel-outline.svg new file mode 100644 index 0000000..a157ca7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/barrel-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 13.05C9 14.68 10.34 16 12 16s3-1.32 3-2.95c0-1.31-.53-1.69-3-4.55-2.5 2.88-3 3.25-3 4.55M20 13c.55 0 1-.45 1-1s-.45-1-1-1h-1V5h1c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1h1v6H4c-.55 0-1 .45-1 1s.45 1 1 1h1v6H4c-.55 0-1 .45-1 1s.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1h-1v-6zm-3 6H7v-6c.55 0 1-.45 1-1s-.45-1-1-1V5h10v6c-.55 0-1 .45-1 1s.45 1 1 1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/barrel.svg b/mkdocs-material/material/templates/.icons/material/barrel.svg new file mode 100644 index 0000000..a046836 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/barrel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 13c.55 0 1-.45 1-1s-.45-1-1-1h-1V5h1c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1h1v6H4c-.55 0-1 .45-1 1s.45 1 1 1h1v6H4c-.55 0-1 .45-1 1s.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1h-1v-6zm-8 3c-1.66 0-3-1.32-3-2.95 0-1.3.5-1.67 3-4.55 2.47 2.86 3 3.24 3 4.55 0 1.63-1.34 2.95-3 2.95"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/baseball-bat.svg b/mkdocs-material/material/templates/.icons/material/baseball-bat.svg new file mode 100644 index 0000000..21ce61c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/baseball-bat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2c-.28 0-.5.11-.71.29l-9.5 9.5c-.04.04-.07.08-2.56 3.56L4 18.59l-.29-.3C3.5 18.1 3.26 18 3 18c-.56 0-1 .44-1 1 0 .26.1.5.29.71l2 2c.39.4 1.02.41 1.42.03.4-.39.41-1.02 0-1.45l-.3-.29 3.23-3.23 3.57-2.56 9.5-9.5c.39-.39.39-1.03 0-1.42l-1-1C20.5 2.1 20.26 2 20 2m-1.5 11a2.5 2.5 0 0 0-2.5 2.5 2.5 2.5 0 0 0 2.5 2.5 2.5 2.5 0 0 0 2.5-2.5 2.5 2.5 0 0 0-2.5-2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/baseball-diamond-outline.svg b/mkdocs-material/material/templates/.icons/material/baseball-diamond-outline.svg new file mode 100644 index 0000000..533cddf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/baseball-diamond-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C5 2 1 9 1 9l8.3 8.3c.44-.53 1.02-.93 1.7-1.13L7.83 13 12 8.83 16.17 13 13 16.17c.68.2 1.27.6 1.7 1.13L23 9s-4-7-11-7m5.59 9.59L12 6l-5.59 5.59-2.82-2.83C4.95 7 7.89 4 12 4c4.08 0 7.03 3 8.4 4.77zM13 13c0 .55-.45 1-1 1s-1-.45-1-1 .45-1 1-1 1 .45 1 1m.5 7L12 21l-1.5-1v-2h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/baseball-diamond.svg b/mkdocs-material/material/templates/.icons/material/baseball-diamond.svg new file mode 100644 index 0000000..ab44905 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/baseball-diamond.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.79 12.79 2 9s4-6 10-6 10 6 10 6l-3.79 3.79L12 6.59zM13.5 18h-3v2l1.5 1 1.5-1zm3.29-3.79L14.2 16.8c-.6-.49-1.36-.8-2.2-.8s-1.6.31-2.2.8l-2.59-2.59L12 9.41zM13 14c0-.55-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/baseball-outline.svg b/mkdocs-material/material/templates/.icons/material/baseball-outline.svg new file mode 100644 index 0000000..964441d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/baseball-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.17 2.76A10.1 10.1 0 0 1 12 2c1.31 0 2.61.26 3.83.76 1.21.5 2.31 1.24 3.24 2.17s1.67 2.03 2.17 3.24c.5 1.22.76 2.52.76 3.83 0 2.65-1.05 5.2-2.93 7.07A9.97 9.97 0 0 1 12 22a10.1 10.1 0 0 1-3.83-.76 10 10 0 0 1-3.24-2.17A9.97 9.97 0 0 1 2 12c0-2.65 1.05-5.2 2.93-7.07.93-.93 2.03-1.67 3.24-2.17m-.28 16.1a7.97 7.97 0 0 0 8.22 0l-1-1.73 1-.58A9.9 9.9 0 0 1 15.05 13H14v-2h1.05c.13-1.27.5-2.47 1.06-3.55l-1-.58 1-1.73a7.97 7.97 0 0 0-8.22 0l1 1.73-1 .57c.56 1.09.93 2.29 1.06 3.56H10v2H8.95c-.13 1.27-.5 2.47-1.06 3.56l1 .57zM5 15.88l.43-.75.73.43c.39-.79.66-1.65.77-2.56H6v-2h.93c-.11-.91-.38-1.77-.77-2.56l-.73.43L5 8.12a8.03 8.03 0 0 0 0 7.76m14-7.75-.43.74-.73-.43c-.39.79-.66 1.65-.77 2.56H18v2h-.93c.11.91.38 1.77.77 2.56l.73-.43.43.75a8.03 8.03 0 0 0 0-7.76Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/baseball.svg b/mkdocs-material/material/templates/.icons/material/baseball.svg new file mode 100644 index 0000000..05b1959 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/baseball.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c-2.5 0-4.75.9-6.5 2.4.5.41.91.87 1.3 1.36l1.09-.63 1 1.74-1 .57c.56 1.09.93 2.29 1.06 3.56H10v2H8.95c-.13 1.27-.5 2.47-1.06 3.56l1 .57-1 1.74-1.09-.63c-.39.49-.8.95-1.3 1.36 1.75 1.5 4 2.4 6.5 2.4s4.75-.9 6.5-2.4c-.5-.41-.91-.87-1.31-1.36l-1.08.63-1-1.74 1-.58A9.9 9.9 0 0 1 15.05 13H14v-2h1.05c.13-1.27.5-2.47 1.06-3.55l-1-.58 1-1.74 1.08.63c.4-.49.81-.95 1.31-1.36C16.75 2.9 14.5 2 12 2M4.12 5.85A9.94 9.94 0 0 0 2 12c0 2.32.79 4.45 2.12 6.15.34-.28.64-.6.93-.93l-.62-.35 1-1.74.73.43c.39-.79.66-1.65.77-2.56H6v-2h.93c-.11-.91-.38-1.77-.77-2.56l-.73.43-1-1.74.62-.35c-.29-.33-.59-.65-.93-.93m15.76 0c-.34.28-.64.6-.93.93l.62.35-1 1.74-.73-.43c-.39.79-.66 1.65-.77 2.56H18v2h-.93c.11.91.38 1.77.77 2.56l.73-.43 1 1.74-.62.35c.29.33.59.65.93.93A9.94 9.94 0 0 0 22 12c0-2.32-.79-4.45-2.12-6.15"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bash.svg b/mkdocs-material/material/templates/.icons/material/bash.svg new file mode 100644 index 0000000..1a42f8a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 9h2.31l.32-3h2l-.32 3h2l.32-3h2l-.32 3H15v2h-1.9l-.2 2H15v2h-2.31l-.32 3h-2l.32-3h-2l-.32 3h-2l.32-3H5v-2h1.9l.2-2H5zm4.1 2-.2 2h2l.2-2M19 6h-2v8h2m0 2h-2v2h2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/basket-check-outline.svg b/mkdocs-material/material/templates/.icons/material/basket-check-outline.svg new file mode 100644 index 0000000..e70031e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/basket-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.63 16.27-3.87 3.9-1.35-1.37L15 20.22 17.75 23l5.28-5.32zM14 15c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2m-1 5c0-.34.04-.67.09-1H5.5l-2.19-8H20.7l-.84 3.07c.68.1 1.32.3 1.9.61l1.21-4.41L23 10c0-.55-.45-1-1-1h-4.79l-4.38-6.56a.997.997 0 0 0-1.66.01L6.79 9H2c-.55 0-1 .45-1 1 0 .09 0 .18.04.27l2.54 9.27c.23.84 1 1.46 1.92 1.46h7.59c-.05-.33-.09-.66-.09-1M12 4.8 14.8 9H9.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/basket-check.svg b/mkdocs-material/material/templates/.icons/material/basket-check.svg new file mode 100644 index 0000000..47744d2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/basket-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.63 16.27-3.87 3.9-1.35-1.37L15 20.22 17.75 23l5.28-5.32zM13 20c0-3.31 2.69-6 6-6 1 0 1.92.24 2.74.67l1.22-4.38L23 10c0-.55-.45-1-1-1h-4.58l-4.59-6.56a.997.997 0 0 0-1.65-.01L6.58 9H2c-.55 0-1 .45-1 1l.1.44 2.61 9.46c.33.65 1.01 1.1 1.79 1.1h7.59c-.05-.33-.09-.66-.09-1M12 4.74 15 9H9zM10 15c0-1.1.9-2 2-2s2 .9 2 2-.89 2-2 2-2-.89-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/basket-fill.svg b/mkdocs-material/material/templates/.icons/material/basket-fill.svg new file mode 100644 index 0000000..fde2e9c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/basket-fill.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 2h3v3H3zm3 5h3v3H6zm2-5h3v3H8zm9 9-5-5h3V2h4v4h3zM7.5 22c-.78 0-1.46-.45-1.79-1.1L3.1 13.44 3 13a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1l-.04.29-2.67 7.61c-.33.65-1.01 1.1-1.79 1.1zm.11-2h8.78l2.18-6H5.42z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/basket-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/basket-minus-outline.svg new file mode 100644 index 0000000..915fcf8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/basket-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 18v2h-8v-2zm-11-5c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m1.35 8H5.5c-.92 0-1.69-.62-1.92-1.46l-2.54-9.27C1 10.18 1 10.09 1 10c0-.55.45-1 1-1h4.79l4.38-6.55a.997.997 0 0 1 1.66-.01L17.21 9H22c.55 0 1 .45 1 1l-.03.27-.97 3.54c-.57-.31-1.21-.57-1.88-.7L20.7 11H3.31l2.19 8H13c0 .7.13 1.37.35 2M9.2 9h5.6L12 4.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/basket-minus.svg b/mkdocs-material/material/templates/.icons/material/basket-minus.svg new file mode 100644 index 0000000..dc02511 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/basket-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 18v2h-8v-2zm0-8-.04.29L22 13.8a6.005 6.005 0 0 0-9 5.2c0 .7.13 1.37.35 2H5.5c-.78 0-1.46-.45-1.79-1.1L1.1 10.44 1 10c0-.55.45-1 1-1h4.58l4.6-6.57a.997.997 0 0 1 1.65.01L17.42 9H22c.55 0 1 .45 1 1m-9 5c0-1.1-.89-2-2-2s-2 .9-2 2 .9 2 2 2 2-.89 2-2m1-6-3-4.26L9 9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/basket-off-outline.svg b/mkdocs-material/material/templates/.icons/material/basket-off-outline.svg new file mode 100644 index 0000000..d7109f0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/basket-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.39 1.73 1.11 3l5.81 5.81-.13.19H2c-.55 0-1 .45-1 1 0 .09 0 .18.04.27l2.54 9.27c.23.84 1 1.46 1.92 1.46h13c.18 0 .36-.04.53-.08l1.81 1.81 1.27-1.27zM5.5 19l-2.19-8h5.8l2.15 2.15C10.5 13.44 10 14.16 10 15c0 1.1.9 2 2 2 .84 0 1.56-.5 1.85-1.26L17.11 19zM23 10l-.03.27-2.04 7.46-1.63-1.63 1.4-5.1h-6.5l-2-2h2.6L12 4.8l-1.6 2.4-1.44-1.44 2.21-3.31a.997.997 0 0 1 1.66-.01L17.21 9H22c.55 0 1 .45 1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/basket-off.svg b/mkdocs-material/material/templates/.icons/material/basket-off.svg new file mode 100644 index 0000000..7b35465 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/basket-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23 10-.04.29-2.06 7.41L12.2 9H15l-3-4.26-1.68 2.38-1.43-1.43 2.29-3.26a.997.997 0 0 1 1.65.01L17.42 9H22c.55 0 1 .45 1 1m-.89 11.46-1.27 1.27-1.81-1.81c-.17.05-.35.08-.53.08h-13c-.78 0-1.46-.45-1.79-1.1L1.1 10.44 1 10c0-.55.45-1 1-1h4.58l.22-.31L1.11 3l1.28-1.27zm-8.26-5.72-2.59-2.59C10.5 13.44 10 14.16 10 15a2 2 0 0 0 2 2c.84 0 1.56-.5 1.85-1.26"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/basket-outline.svg b/mkdocs-material/material/templates/.icons/material/basket-outline.svg new file mode 100644 index 0000000..efb7110 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/basket-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 9h-4.79l-4.38-6.56a.997.997 0 0 0-1.66.01L6.79 9H2c-.55 0-1 .45-1 1 0 .09 0 .18.04.27l2.54 9.27c.23.84 1 1.46 1.92 1.46h13c.92 0 1.69-.62 1.93-1.46l2.54-9.27L23 10c0-.55-.45-1-1-1M12 4.8 14.8 9H9.2zM18.5 19h-13l-2.19-8H20.7zM12 13c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/basket-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/basket-plus-outline.svg new file mode 100644 index 0000000..6a61db9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/basket-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 15v3h3v2h-3v3h-2v-3h-3v-2h3v-3zm-8-2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m1.35 8H5.5c-.92 0-1.69-.62-1.92-1.46l-2.54-9.27C1 10.18 1 10.09 1 10c0-.55.45-1 1-1h4.79l4.38-6.55a.997.997 0 0 1 1.66-.01L17.21 9H22c.55 0 1 .45 1 1l-.03.27-.97 3.54c-.57-.31-1.21-.57-1.88-.7L20.7 11H3.31l2.19 8H13c0 .7.13 1.37.35 2M9.2 9h5.6L12 4.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/basket-plus.svg b/mkdocs-material/material/templates/.icons/material/basket-plus.svg new file mode 100644 index 0000000..fdf5d1f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/basket-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 15v3h3v2h-3v3h-2v-3h-3v-2h3v-3zm3-5-.04.29L22 13.8a6.005 6.005 0 0 0-9 5.2c0 .7.13 1.37.35 2H5.5c-.78 0-1.46-.45-1.79-1.1L1.1 10.44 1 10c0-.55.45-1 1-1h4.58l4.6-6.57a.997.997 0 0 1 1.65.01L17.42 9H22c.55 0 1 .45 1 1m-9 5c0-1.1-.89-2-2-2s-2 .9-2 2 .9 2 2 2 2-.89 2-2m1-6-3-4.26L9 9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/basket-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/basket-remove-outline.svg new file mode 100644 index 0000000..e2bcf5c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/basket-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.54 16.88 20.41 19l2.13 2.12-1.42 1.42L19 20.41l-2.12 2.13-1.41-1.42L17.59 19l-2.12-2.12 1.41-1.41L19 17.59l2.12-2.13zM12 13c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m1.35 8H5.5c-.92 0-1.69-.62-1.92-1.46l-2.54-9.27C1 10.18 1 10.09 1 10c0-.55.45-1 1-1h4.79l4.38-6.55a.997.997 0 0 1 1.66-.01L17.21 9H22c.55 0 1 .45 1 1l-.03.27-.97 3.54c-.57-.31-1.21-.57-1.88-.7L20.7 11H3.31l2.19 8H13c0 .7.13 1.37.35 2M9.2 9h5.6L12 4.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/basket-remove.svg b/mkdocs-material/material/templates/.icons/material/basket-remove.svg new file mode 100644 index 0000000..c03c09e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/basket-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.54 16.88 20.41 19l2.13 2.12-1.42 1.42L19 20.41l-2.12 2.13-1.41-1.42L17.59 19l-2.12-2.12 1.41-1.41L19 17.59l2.12-2.13zM23 10l-.04.29L22 13.8a6.005 6.005 0 0 0-9 5.2c0 .7.13 1.37.35 2H5.5c-.78 0-1.46-.45-1.79-1.1L1.1 10.44 1 10c0-.55.45-1 1-1h4.58l4.6-6.57a.997.997 0 0 1 1.65.01L17.42 9H22c.55 0 1 .45 1 1m-9 5c0-1.1-.89-2-2-2s-2 .9-2 2 .9 2 2 2 2-.89 2-2m1-6-3-4.26L9 9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/basket-unfill.svg b/mkdocs-material/material/templates/.icons/material/basket-unfill.svg new file mode 100644 index 0000000..05d03e9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/basket-unfill.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 10h3V7H3zm2-5h3V2H5zm3 5h3V7H8zm9-9-5 5h3v4h4V6h3zM7.5 22c-.78 0-1.46-.45-1.79-1.1L3.1 13.44 3 13a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1l-.04.29-2.67 7.61c-.33.65-1.01 1.1-1.79 1.1zm.11-2h8.78l2.18-6H5.42z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/basket.svg b/mkdocs-material/material/templates/.icons/material/basket.svg new file mode 100644 index 0000000..262fb08 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/basket.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.5 21c-.78 0-1.46-.45-1.79-1.1L1.1 10.44 1 10a1 1 0 0 1 1-1h4.58l4.6-6.57a.997.997 0 0 1 1.65.01L17.42 9H22a1 1 0 0 1 1 1l-.04.29-2.67 9.61c-.33.65-1.01 1.1-1.79 1.1zM12 4.74 9 9h6zM12 13a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/basketball-hoop-outline.svg b/mkdocs-material/material/templates/.icons/material/basketball-hoop-outline.svg new file mode 100644 index 0000000..7e2b97c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/basketball-hoop-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 2H3a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h3.57L8 23l2-2 2 2 2-2 2 2 1.43-5H21a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2m0 14h-3v-2h-1V9a2 2 0 0 0-2-2H9a2 2 0 0 0-2 2v5H6v2H3V4h18zM9 14V9h6v5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/basketball-hoop.svg b/mkdocs-material/material/templates/.icons/material/basketball-hoop.svg new file mode 100644 index 0000000..a3acda6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/basketball-hoop.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 2H3a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h2v-4h14v4h2a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2m-4 10h-2V9H9v3H7V9a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2zM7 16v3.5L8 23l2-2 2 2 2-2 2 2 1-3.5V16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/basketball.svg b/mkdocs-material/material/templates/.icons/material/basketball.svg new file mode 100644 index 0000000..1d8bd01 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/basketball.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.34 14.63c.6-.22 1.22-.33 1.88-.33q2.01 0 3.51 1.26L4.59 18.7a10.6 10.6 0 0 1-2.25-4.07M15.56 9.8c1.97 1.47 4.1 1.83 6.38 1.08.03.21.06.59.06 1.12 0 1.03-.25 2.18-.72 3.45-.47 1.26-1.05 2.28-1.73 3.05l-6.33-6.31zm-6.79 6.84c1.06 1.53 1.28 3.2.65 5.02-1.42-.41-2.69-1.05-3.75-1.93zm3.42-3.42 6.31 6.33c-2.17 1.9-4.72 2.7-7.62 2.39.21-.66.32-1.38.32-2.16 0-.62-.14-1.35-.42-2.18s-.61-1.51-.98-2.04zM8.81 14.5a6.7 6.7 0 0 0-3.23-1.59c-1.22-.23-2.39-.16-3.52.22-.03-.22-.06-.6-.06-1.13 0-1.03.25-2.18.72-3.45.47-1.26 1.05-2.28 1.73-3.05l6.66 6.69zm6.75-6.77c-1.34-1.65-1.65-3.45-.93-5.39.62.16 1.33.46 2.13.92.79.45 1.44.9 1.94 1.33zm6.1 1.65c-.6.21-1.22.32-1.88.32-1.09 0-2.14-.32-3.14-.98l3.09-3.05c.88 1.1 1.52 2.33 1.93 3.71m-9.47 1.73L5.5 4.45c2.17-1.9 4.72-2.7 7.63-2.39q-.33.99-.33 2.16c0 .72.16 1.53.49 2.44.33.9.71 1.62 1.21 2.15z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bat.svg b/mkdocs-material/material/templates/.icons/material/bat.svg new file mode 100644 index 0000000..c20702f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.75 8S5 7 8 9c0 0 .5 3.75 2.5 3.75V11s.5 1 1.5 1 1.5-1 1.5-1v1.75C15.5 12.75 16 9 16 9c3-2 7.25-1 7.25-1-2 1-2.25 4.5-2.25 4.5-4 0-4 3.25-4 3.25-5-1-5 2.75-5 2.75s0-3.75-5-2.75c0 0 0-3.25-4-3.25C3 12.5 2.75 9 .75 8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bathtub-outline.svg b/mkdocs-material/material/templates/.icons/material/bathtub-outline.svg new file mode 100644 index 0000000..4d4e5e5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bathtub-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 5a2 2 0 1 1 0 4c-1.11 0-2-.89-2-2s.9-2 2-2m13 8V4.83C20 3.27 18.73 2 17.17 2c-.75 0-1.47.3-2 .83l-1.25 1.25c-.16-.05-.33-.08-.51-.08-.41 0-.77.12-1.08.32l2.76 2.76c.2-.31.32-.68.32-1.08 0-.18-.03-.34-.07-.5l1.25-1.26a.828.828 0 0 1 1.41.59V13h-6.85c-.3-.21-.57-.45-.82-.72l-1.4-1.55c-.19-.23-.43-.38-.69-.5-.31-.15-.65-.23-1-.23C6 10 5 11 5 12.25V13H2v6c0 1.1.9 2 2 2 0 .55.45 1 1 1h14c.55 0 1-.45 1-1 1.1 0 2-.9 2-2v-6zm0 6H4v-4h16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bathtub.svg b/mkdocs-material/material/templates/.icons/material/bathtub.svg new file mode 100644 index 0000000..1da3758 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bathtub.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 5a2 2 0 1 1 0 4c-1.11 0-2-.89-2-2s.9-2 2-2m13 8V4.83C20 3.27 18.73 2 17.17 2c-.75 0-1.47.3-2 .83l-1.25 1.25c-.16-.05-.33-.08-.51-.08-.41 0-.77.12-1.08.32l2.76 2.76c.2-.31.32-.68.32-1.08 0-.18-.03-.34-.07-.5l1.25-1.26a.828.828 0 0 1 1.41.59V13h-6.85c-.3-.21-.57-.45-.82-.72l-1.4-1.55c-.19-.23-.43-.38-.69-.5-.31-.15-.65-.23-1-.23C6 10 5 11 5 12.25V13H2v6c0 1.1.9 2 2 2 0 .55.45 1 1 1h14c.55 0 1-.45 1-1 1.1 0 2-.9 2-2v-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-10-bluetooth.svg b/mkdocs-material/material/templates/.icons/material/battery-10-bluetooth.svg new file mode 100644 index 0000000..d6146f8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-10-bluetooth.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 2v2H3.33A1.33 1.33 0 0 0 2 5.33v15.34C2 21.4 2.6 22 3.33 22h9.34c.73 0 1.33-.6 1.33-1.33V5.33A1.33 1.33 0 0 0 12.67 4H11V2zM4 6h8v12H4zm15 2v3.79L16.71 9.5l-.71.71L18.79 13 16 15.79l.71.71L19 14.21V18h.5l2.85-2.86L20.21 13l2.14-2.15L19.5 8zm1 1.91.94.94-.94.94zm0 4.3.94.93-.94.94z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-10.svg b/mkdocs-material/material/templates/.icons/material/battery-10.svg new file mode 100644 index 0000000..1c5e549 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-10.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 18H8V6h8m.67-2H15V2H9v2H7.33A1.33 1.33 0 0 0 6 5.33v15.34C6 21.4 6.6 22 7.33 22h9.34A1.33 1.33 0 0 0 18 20.67V5.33C18 4.6 17.4 4 16.67 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-20-bluetooth.svg b/mkdocs-material/material/templates/.icons/material/battery-20-bluetooth.svg new file mode 100644 index 0000000..59ab5c7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-20-bluetooth.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 2v2H3.33A1.33 1.33 0 0 0 2 5.33v15.34C2 21.4 2.6 22 3.33 22h9.34c.73 0 1.33-.6 1.33-1.33V5.33A1.33 1.33 0 0 0 12.67 4H11V2zM4 6h8v11H4zm15 2v3.79L16.71 9.5l-.71.71L18.79 13 16 15.79l.71.71L19 14.21V18h.5l2.85-2.86L20.21 13l2.14-2.15L19.5 8zm1 1.91.94.94-.94.94zm0 4.3.94.93-.94.94z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-20.svg b/mkdocs-material/material/templates/.icons/material/battery-20.svg new file mode 100644 index 0000000..6dc643c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-20.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 17H8V6h8m.67-2H15V2H9v2H7.33A1.33 1.33 0 0 0 6 5.33v15.34C6 21.4 6.6 22 7.33 22h9.34A1.33 1.33 0 0 0 18 20.67V5.33C18 4.6 17.4 4 16.67 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-30-bluetooth.svg b/mkdocs-material/material/templates/.icons/material/battery-30-bluetooth.svg new file mode 100644 index 0000000..54b14fd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-30-bluetooth.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 2v2H3.33A1.33 1.33 0 0 0 2 5.33v15.34C2 21.4 2.6 22 3.33 22h9.34c.73 0 1.33-.6 1.33-1.33V5.33A1.33 1.33 0 0 0 12.67 4H11V2zM4 6h8v9H4zm15 2v3.79L16.71 9.5l-.71.71L18.79 13 16 15.79l.71.71L19 14.21V18h.5l2.85-2.86L20.21 13l2.14-2.15L19.5 8zm1 1.91.94.94-.94.94zm0 4.3.94.93-.94.94z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-30.svg b/mkdocs-material/material/templates/.icons/material/battery-30.svg new file mode 100644 index 0000000..0e17bc9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-30.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 15H8V6h8m.67-2H15V2H9v2H7.33A1.33 1.33 0 0 0 6 5.33v15.34C6 21.4 6.6 22 7.33 22h9.34A1.33 1.33 0 0 0 18 20.67V5.33C18 4.6 17.4 4 16.67 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-40-bluetooth.svg b/mkdocs-material/material/templates/.icons/material/battery-40-bluetooth.svg new file mode 100644 index 0000000..13c6aec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-40-bluetooth.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 2v2H3.33A1.33 1.33 0 0 0 2 5.33v15.34C2 21.4 2.6 22 3.33 22h9.34c.73 0 1.33-.6 1.33-1.33V5.33A1.33 1.33 0 0 0 12.67 4H11V2zM4 6h8v8H4zm15 2v3.79L16.71 9.5l-.71.71L18.79 13 16 15.79l.71.71L19 14.21V18h.5l2.85-2.86L20.21 13l2.14-2.15L19.5 8zm1 1.91.94.94-.94.94zm0 4.3.94.93-.94.94z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-40.svg b/mkdocs-material/material/templates/.icons/material/battery-40.svg new file mode 100644 index 0000000..05b1563 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-40.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 14H8V6h8m.67-2H15V2H9v2H7.33A1.33 1.33 0 0 0 6 5.33v15.34C6 21.4 6.6 22 7.33 22h9.34A1.33 1.33 0 0 0 18 20.67V5.33C18 4.6 17.4 4 16.67 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-50-bluetooth.svg b/mkdocs-material/material/templates/.icons/material/battery-50-bluetooth.svg new file mode 100644 index 0000000..80bec31 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-50-bluetooth.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 2v2H3.33A1.33 1.33 0 0 0 2 5.33v15.34C2 21.4 2.6 22 3.33 22h9.34c.73 0 1.33-.6 1.33-1.33V5.33A1.33 1.33 0 0 0 12.67 4H11V2zM4 6h8v7H4zm15 2v3.79L16.71 9.5l-.71.71L18.79 13 16 15.79l.71.71L19 14.21V18h.5l2.85-2.86L20.21 13l2.14-2.15L19.5 8zm1 1.91.94.94-.94.94zm0 4.3.94.93-.94.94z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-50.svg b/mkdocs-material/material/templates/.icons/material/battery-50.svg new file mode 100644 index 0000000..dc5c868 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-50.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 13H8V6h8m.67-2H15V2H9v2H7.33A1.33 1.33 0 0 0 6 5.33v15.34C6 21.4 6.6 22 7.33 22h9.34A1.33 1.33 0 0 0 18 20.67V5.33C18 4.6 17.4 4 16.67 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-60-bluetooth.svg b/mkdocs-material/material/templates/.icons/material/battery-60-bluetooth.svg new file mode 100644 index 0000000..ecf9da7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-60-bluetooth.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 2v2H3.33A1.33 1.33 0 0 0 2 5.33v15.34C2 21.4 2.6 22 3.33 22h9.34c.73 0 1.33-.6 1.33-1.33V5.33A1.33 1.33 0 0 0 12.67 4H11V2zM4 6h8v6H4zm15 2v3.79L16.71 9.5l-.71.71L18.79 13 16 15.79l.71.71L19 14.21V18h.5l2.85-2.86L20.21 13l2.14-2.15L19.5 8zm1 1.91.94.94-.94.94zm0 4.3.94.93-.94.94z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-60.svg b/mkdocs-material/material/templates/.icons/material/battery-60.svg new file mode 100644 index 0000000..8885412 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-60.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 12H8V6h8m.67-2H15V2H9v2H7.33A1.33 1.33 0 0 0 6 5.33v15.34C6 21.4 6.6 22 7.33 22h9.34A1.33 1.33 0 0 0 18 20.67V5.33C18 4.6 17.4 4 16.67 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-70-bluetooth.svg b/mkdocs-material/material/templates/.icons/material/battery-70-bluetooth.svg new file mode 100644 index 0000000..369e1f4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-70-bluetooth.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 2v2H3.33A1.33 1.33 0 0 0 2 5.33v15.34C2 21.4 2.6 22 3.33 22h9.34c.73 0 1.33-.6 1.33-1.33V5.33A1.33 1.33 0 0 0 12.67 4H11V2zM4 6h8v4H4zm15 2v3.79L16.71 9.5l-.71.71L18.79 13 16 15.79l.71.71L19 14.21V18h.5l2.85-2.86L20.21 13l2.14-2.15L19.5 8zm1 1.91.94.94-.94.94zm0 4.3.94.93-.94.94z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-70.svg b/mkdocs-material/material/templates/.icons/material/battery-70.svg new file mode 100644 index 0000000..c93068e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-70.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 10H8V6h8m.67-2H15V2H9v2H7.33A1.33 1.33 0 0 0 6 5.33v15.34C6 21.4 6.6 22 7.33 22h9.34A1.33 1.33 0 0 0 18 20.67V5.33C18 4.6 17.4 4 16.67 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-80-bluetooth.svg b/mkdocs-material/material/templates/.icons/material/battery-80-bluetooth.svg new file mode 100644 index 0000000..06c9147 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-80-bluetooth.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 2v2H3.33A1.33 1.33 0 0 0 2 5.33v15.34C2 21.4 2.6 22 3.33 22h9.34c.73 0 1.33-.6 1.33-1.33V5.33A1.33 1.33 0 0 0 12.67 4H11V2zM4 6h8v3H4zm15 2v3.79L16.71 9.5l-.71.71L18.79 13 16 15.79l.71.71L19 14.21V18h.5l2.85-2.86L20.21 13l2.14-2.15L19.5 8zm1 1.91.94.94-.94.94zm0 4.3.94.93-.94.94z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-80.svg b/mkdocs-material/material/templates/.icons/material/battery-80.svg new file mode 100644 index 0000000..98041c8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-80.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 9H8V6h8m.67-2H15V2H9v2H7.33A1.33 1.33 0 0 0 6 5.33v15.34C6 21.4 6.6 22 7.33 22h9.34A1.33 1.33 0 0 0 18 20.67V5.33C18 4.6 17.4 4 16.67 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-90-bluetooth.svg b/mkdocs-material/material/templates/.icons/material/battery-90-bluetooth.svg new file mode 100644 index 0000000..e563486 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-90-bluetooth.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 2v2H3.33A1.33 1.33 0 0 0 2 5.33v15.34C2 21.4 2.6 22 3.33 22h9.34c.73 0 1.33-.6 1.33-1.33V5.33A1.33 1.33 0 0 0 12.67 4H11V2zM4 6h8v2H4zm15 2v3.79L16.71 9.5l-.71.71L18.79 13 16 15.79l.71.71L19 14.21V18h.5l2.85-2.86L20.21 13l2.14-2.15L19.5 8zm1 1.91.94.94-.94.94zm0 4.3.94.93-.94.94z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-90.svg b/mkdocs-material/material/templates/.icons/material/battery-90.svg new file mode 100644 index 0000000..99b59b0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-90.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 8H8V6h8m.67-2H15V2H9v2H7.33A1.33 1.33 0 0 0 6 5.33v15.34C6 21.4 6.6 22 7.33 22h9.34A1.33 1.33 0 0 0 18 20.67V5.33C18 4.6 17.4 4 16.67 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-alert-bluetooth.svg b/mkdocs-material/material/templates/.icons/material/battery-alert-bluetooth.svg new file mode 100644 index 0000000..77bbdd9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-alert-bluetooth.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 2v2H3.3C2.6 4 2 4.6 2 5.3v15.3c0 .8.6 1.4 1.3 1.4h9.3c.7 0 1.3-.6 1.3-1.3V5.3c.1-.7-.5-1.3-1.2-1.3H11V2zm14 6v3.8l-2.3-2.3-.7.7 2.8 2.8-2.8 2.8.7.7 2.3-2.3V18h.5l2.9-2.9-2.2-2.1 2.1-2.1L19.5 8zM7 8h2v6H7m13-4.1.9.9-.9 1zm0 4.3.9.9-.9 1zM7 16h2v2H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-alert-variant-outline.svg b/mkdocs-material/material/templates/.icons/material/battery-alert-variant-outline.svg new file mode 100644 index 0000000..fbafd20 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-alert-variant-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 20H6V6h8m.67-2H13V2H7v2H5.33C4.6 4 4 4.6 4 5.33v15.34C4 21.4 4.6 22 5.33 22h9.34c.73 0 1.33-.6 1.33-1.33V5.33C16 4.6 15.4 4 14.67 4M21 7h-2v6h2V8m0 7h-2v2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-alert-variant.svg b/mkdocs-material/material/templates/.icons/material/battery-alert-variant.svg new file mode 100644 index 0000000..f251eed --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-alert-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.67 4H13V2H7v2H5.33C4.6 4 4 4.6 4 5.33v15.34C4 21.4 4.6 22 5.33 22h9.34c.73 0 1.33-.6 1.33-1.33V5.33C16 4.6 15.4 4 14.67 4M21 13h-2V7h2zm0 4h-2v-2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-alert.svg b/mkdocs-material/material/templates/.icons/material/battery-alert.svg new file mode 100644 index 0000000..9da50f0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 14h-2V8h2m0 10h-2v-2h2m3.7-12H15V2H9v2H7.3C6.6 4 6 4.6 6 5.3v15.3c0 .8.6 1.4 1.3 1.4h9.3c.7 0 1.3-.6 1.3-1.3V5.3c.1-.7-.5-1.3-1.2-1.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-arrow-down-outline.svg b/mkdocs-material/material/templates/.icons/material/battery-arrow-down-outline.svg new file mode 100644 index 0000000..48f1492 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-arrow-down-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.54 22H7.33C6.6 22 6 21.4 6 20.67V5.33C6 4.6 6.6 4 7.33 4H9V2h6v2h1.67C17.4 4 18 4.6 18 5.33V12c-.7 0-1.37.13-2 .35V6H8v14h4.35c.26.75.65 1.42 1.19 2m1.4-3.5 3 3 3-3h-2v-4h-2v4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-arrow-down.svg b/mkdocs-material/material/templates/.icons/material/battery-arrow-down.svg new file mode 100644 index 0000000..870d24e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-arrow-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.54 22H7.33C6.6 22 6 21.4 6 20.67V5.33C6 4.6 6.6 4 7.33 4H9V2h6v2h1.67C17.4 4 18 4.6 18 5.33V12c-3.31 0-6 2.69-6 6 0 1.54.58 2.94 1.54 4m1.4-3.5 3 3 3-3h-2v-4h-2v4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-arrow-up-outline.svg b/mkdocs-material/material/templates/.icons/material/battery-arrow-up-outline.svg new file mode 100644 index 0000000..cfbff1c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-arrow-up-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.54 22H7.33C6.6 22 6 21.4 6 20.67V5.33C6 4.6 6.6 4 7.33 4H9V2h6v2h1.67C17.4 4 18 4.6 18 5.33V12c-.7 0-1.37.13-2 .35V6H8v14h4.35c.26.75.65 1.42 1.19 2m7.4-4.5-3-3-3 3h2v4h2v-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-arrow-up.svg b/mkdocs-material/material/templates/.icons/material/battery-arrow-up.svg new file mode 100644 index 0000000..7e9ac00 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-arrow-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.54 22H7.33C6.6 22 6 21.4 6 20.67V5.33C6 4.6 6.6 4 7.33 4H9V2h6v2h1.67C17.4 4 18 4.6 18 5.33V12c-3.31 0-6 2.69-6 6 0 1.54.58 2.94 1.54 4m7.4-4.5-3-3-3 3h2v4h2v-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-bluetooth-variant.svg b/mkdocs-material/material/templates/.icons/material/battery-bluetooth-variant.svg new file mode 100644 index 0000000..a63383c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-bluetooth-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 2v2H7.33A1.33 1.33 0 0 0 6 5.33v15.34C6 21.4 6.6 22 7.33 22h9.34A1.33 1.33 0 0 0 18 20.67V5.33C18 4.6 17.4 4 16.67 4H15V2zm2.83 6h.5l2.85 2.85L13.04 13l2.13 2.14L12.33 18h-.5v-3.79L9.54 16.5l-.71-.71L11.62 13l-2.79-2.79.71-.71 2.29 2.29zm1 1.91v1.88l.94-.94zm0 4.3v1.87l.94-.94z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-bluetooth.svg b/mkdocs-material/material/templates/.icons/material/battery-bluetooth.svg new file mode 100644 index 0000000..723facb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-bluetooth.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 2v2H3.33A1.33 1.33 0 0 0 2 5.33v15.34C2 21.4 2.6 22 3.33 22h9.34c.73 0 1.33-.6 1.33-1.33V5.33A1.33 1.33 0 0 0 12.67 4H11V2zm14 6v3.79L16.71 9.5l-.71.71L18.79 13 16 15.79l.71.71L19 14.21V18h.5l2.85-2.86L20.21 13l2.14-2.15L19.5 8zm1 1.91.94.94-.94.94zm0 4.3.94.93-.94.94z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-charging-10.svg b/mkdocs-material/material/templates/.icons/material/battery-charging-10.svg new file mode 100644 index 0000000..9d953a1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-charging-10.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.05 11h-3V4l-5 10h3v8M12 18H4l.05-12h8m.67-2h-1.67V2h-6v2H3.38a1.33 1.33 0 0 0-1.33 1.33v15.34c0 .73.6 1.33 1.33 1.33h9.34c.73 0 1.33-.6 1.33-1.33V5.33A1.33 1.33 0 0 0 12.72 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-charging-100.svg b/mkdocs-material/material/templates/.icons/material/battery-charging-100.svg new file mode 100644 index 0000000..d7a397c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-charging-100.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 11h-3V4l-5 10h3v8M12.67 4H11V2H5v2H3.33A1.33 1.33 0 0 0 2 5.33v15.34C2 21.4 2.6 22 3.33 22h9.34c.73 0 1.33-.6 1.33-1.33V5.33A1.33 1.33 0 0 0 12.67 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-charging-20.svg b/mkdocs-material/material/templates/.icons/material/battery-charging-20.svg new file mode 100644 index 0000000..59e2f10 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-charging-20.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.05 11h-3V4l-5 10h3v8m-6-5h-8V6h8m.67-2h-1.67V2h-6v2H3.38a1.33 1.33 0 0 0-1.33 1.33v15.34c0 .73.6 1.33 1.33 1.33h9.34c.73 0 1.33-.6 1.33-1.33V5.33A1.33 1.33 0 0 0 12.72 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-charging-30.svg b/mkdocs-material/material/templates/.icons/material/battery-charging-30.svg new file mode 100644 index 0000000..3ee8615 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-charging-30.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 15H4V6h8m.67-2H11V2H5v2H3.33A1.33 1.33 0 0 0 2 5.33v15.34C2 21.4 2.6 22 3.33 22h9.34c.73 0 1.33-.6 1.33-1.33V5.33A1.33 1.33 0 0 0 12.67 4M23 11h-3V4l-5 10h3v8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-charging-40.svg b/mkdocs-material/material/templates/.icons/material/battery-charging-40.svg new file mode 100644 index 0000000..d04c543 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-charging-40.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 4h-2V2H5v2H3c-.6 0-1 .4-1 1v16c0 .6.4 1 1 1h10c.6 0 1-.4 1-1V5c0-.6-.4-1-1-1m-1 10.5H4V6h8zM23 11h-3V4l-5 10h3v8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-charging-50.svg b/mkdocs-material/material/templates/.icons/material/battery-charging-50.svg new file mode 100644 index 0000000..0a8dc8c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-charging-50.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 11h-3V4l-5 10h3v8m-6-9H4V6h8m.67-2H11V2H5v2H3.33A1.33 1.33 0 0 0 2 5.33v15.34C2 21.4 2.6 22 3.33 22h9.34c.73 0 1.33-.6 1.33-1.33V5.33A1.33 1.33 0 0 0 12.67 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-charging-60.svg b/mkdocs-material/material/templates/.icons/material/battery-charging-60.svg new file mode 100644 index 0000000..f220a9c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-charging-60.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 11H4V6h8m.67-2H11V2H5v2H3.33A1.33 1.33 0 0 0 2 5.33v15.34C2 21.4 2.6 22 3.33 22h9.34c.73 0 1.33-.6 1.33-1.33V5.33A1.33 1.33 0 0 0 12.67 4M23 11h-3V4l-5 10h3v8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-charging-70.svg b/mkdocs-material/material/templates/.icons/material/battery-charging-70.svg new file mode 100644 index 0000000..d0afa5c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-charging-70.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 10H4V6h8m.67-2H11V2H5v2H3.33A1.33 1.33 0 0 0 2 5.33v15.34C2 21.4 2.6 22 3.33 22h9.34c.73 0 1.33-.6 1.33-1.33V5.33A1.33 1.33 0 0 0 12.67 4M23 11h-3V4l-5 10h3v8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-charging-80.svg b/mkdocs-material/material/templates/.icons/material/battery-charging-80.svg new file mode 100644 index 0000000..72bdd49 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-charging-80.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 11h-3V4l-5 10h3v8M12 9H4V6h8m.67-2H11V2H5v2H3.33A1.33 1.33 0 0 0 2 5.33v15.34C2 21.4 2.6 22 3.33 22h9.34c.73 0 1.33-.6 1.33-1.33V5.33A1.33 1.33 0 0 0 12.67 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-charging-90.svg b/mkdocs-material/material/templates/.icons/material/battery-charging-90.svg new file mode 100644 index 0000000..8fc5ca2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-charging-90.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 11h-3V4l-5 10h3v8M12 8H4V6h8m.67-2H11V2H5v2H3.33A1.33 1.33 0 0 0 2 5.33v15.34C2 21.4 2.6 22 3.33 22h9.34c.73 0 1.33-.6 1.33-1.33V5.33A1.33 1.33 0 0 0 12.67 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-charging-high.svg b/mkdocs-material/material/templates/.icons/material/battery-charging-high.svg new file mode 100644 index 0000000..2251017 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-charging-high.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20H4V6h8m.67-2H11V2H5v2H3.33C2.6 4 2 4.6 2 5.33v15.34C2 21.4 2.6 22 3.33 22h9.34c.74 0 1.33-.59 1.33-1.33V5.33C14 4.6 13.4 4 12.67 4M11 16H5v3h6zm0-9H5v3h6zm0 4.5H5v3h6zM23 10h-3V3l-5 10h3v8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-charging-low.svg b/mkdocs-material/material/templates/.icons/material/battery-charging-low.svg new file mode 100644 index 0000000..6a2b13e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-charging-low.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20H4V6h8m.67-2H11V2H5v2H3.33C2.6 4 2 4.6 2 5.33v15.34C2 21.4 2.6 22 3.33 22h9.34c.74 0 1.33-.59 1.33-1.33V5.33C14 4.6 13.4 4 12.67 4M11 16H5v3h6zm12-6h-3V3l-5 10h3v8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-charging-medium.svg b/mkdocs-material/material/templates/.icons/material/battery-charging-medium.svg new file mode 100644 index 0000000..4310228 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-charging-medium.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20H4V6h8m.67-2H11V2H5v2H3.33C2.6 4 2 4.6 2 5.33v15.34C2 21.4 2.6 22 3.33 22h9.34c.74 0 1.33-.59 1.33-1.33V5.33C14 4.6 13.4 4 12.67 4M11 16H5v3h6zm0-4.5H5v3h6zM23 10h-3V3l-5 10h3v8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-charging-outline.svg b/mkdocs-material/material/templates/.icons/material/battery-charging-outline.svg new file mode 100644 index 0000000..19cca8d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-charging-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.05 11h-3V4l-5 10h3v8M12 20H4l.05-14h8m.67-2h-1.67V2h-6v2H3.38a1.33 1.33 0 0 0-1.33 1.33v15.34c0 .73.6 1.33 1.33 1.33h9.34c.73 0 1.33-.6 1.33-1.33V5.33A1.33 1.33 0 0 0 12.72 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-charging-wireless-10.svg b/mkdocs-material/material/templates/.icons/material/battery-charging-wireless-10.svg new file mode 100644 index 0000000..ba24aeb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-charging-wireless-10.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.07 4.93-1.41 1.41c3.13 3.12 3.13 8.19 0 11.32l1.41 1.41c3.9-3.9 3.9-10.23 0-14.14m-2.83 2.83-1.41 1.41a4.01 4.01 0 0 1 0 5.66l1.41 1.41a6 6 0 0 0 0-8.48M13 4h-2V2H5v2H3a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1m-1 14.5H4V6h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-charging-wireless-20.svg b/mkdocs-material/material/templates/.icons/material/battery-charging-wireless-20.svg new file mode 100644 index 0000000..1fddfa5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-charging-wireless-20.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.07 4.93-1.41 1.41c3.13 3.12 3.13 8.19 0 11.32l1.41 1.41c3.9-3.9 3.9-10.23 0-14.14m-2.83 2.83-1.41 1.41a4.01 4.01 0 0 1 0 5.66l1.41 1.41a6 6 0 0 0 0-8.48M13 4h-2V2H5v2H3a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1m-1 13H4V6h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-charging-wireless-30.svg b/mkdocs-material/material/templates/.icons/material/battery-charging-wireless-30.svg new file mode 100644 index 0000000..cd8990f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-charging-wireless-30.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.07 4.93-1.41 1.41c3.13 3.12 3.13 8.19 0 11.32l1.41 1.41c3.9-3.9 3.9-10.23 0-14.14m-2.83 2.83-1.41 1.41a4.01 4.01 0 0 1 0 5.66l1.41 1.41a6 6 0 0 0 0-8.48M13 4h-2V2H5v2H3a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1m-1 12H4V6h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-charging-wireless-40.svg b/mkdocs-material/material/templates/.icons/material/battery-charging-wireless-40.svg new file mode 100644 index 0000000..9b27e81 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-charging-wireless-40.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.07 4.93-1.41 1.41c3.13 3.12 3.13 8.19 0 11.32l1.41 1.41c3.9-3.9 3.9-10.23 0-14.14m-2.83 2.83-1.41 1.41a4.01 4.01 0 0 1 0 5.66l1.41 1.41a6 6 0 0 0 0-8.48M13 4h-2V2H5v2H3a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1m-1 10.5H4V6h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-charging-wireless-50.svg b/mkdocs-material/material/templates/.icons/material/battery-charging-wireless-50.svg new file mode 100644 index 0000000..32255b3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-charging-wireless-50.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.07 4.93-1.41 1.41c3.13 3.12 3.13 8.19 0 11.32l1.41 1.41c3.9-3.9 3.9-10.23 0-14.14m-2.83 2.83-1.41 1.41a4.01 4.01 0 0 1 0 5.66l1.41 1.41a6 6 0 0 0 0-8.48M13 4h-2V2H5v2H3a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1m-1 9H4V6h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-charging-wireless-60.svg b/mkdocs-material/material/templates/.icons/material/battery-charging-wireless-60.svg new file mode 100644 index 0000000..68c0d1c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-charging-wireless-60.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.07 4.93-1.41 1.41c3.13 3.12 3.13 8.19 0 11.32l1.41 1.41c3.9-3.9 3.9-10.23 0-14.14m-2.83 2.83-1.41 1.41a4.01 4.01 0 0 1 0 5.66l1.41 1.41a6 6 0 0 0 0-8.48M13 4h-2V2H5v2H3a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1m-1 7.6H4V6h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-charging-wireless-70.svg b/mkdocs-material/material/templates/.icons/material/battery-charging-wireless-70.svg new file mode 100644 index 0000000..09f9fef --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-charging-wireless-70.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.07 4.93-1.41 1.41c3.13 3.12 3.13 8.19 0 11.32l1.41 1.41c3.9-3.9 3.9-10.23 0-14.14m-2.83 2.83-1.41 1.41a4.01 4.01 0 0 1 0 5.66l1.41 1.41a6 6 0 0 0 0-8.48M13 4h-2V2H5v2H3a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1m-1 6H4V6h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-charging-wireless-80.svg b/mkdocs-material/material/templates/.icons/material/battery-charging-wireless-80.svg new file mode 100644 index 0000000..5036fb7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-charging-wireless-80.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.07 4.93-1.41 1.41c3.13 3.12 3.13 8.19 0 11.32l1.41 1.41c3.9-3.9 3.9-10.23 0-14.14m-2.83 2.83-1.41 1.41a4.01 4.01 0 0 1 0 5.66l1.41 1.41a6 6 0 0 0 0-8.48M13 4h-2V2H5v2H3a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1m-1 5H4V6h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-charging-wireless-90.svg b/mkdocs-material/material/templates/.icons/material/battery-charging-wireless-90.svg new file mode 100644 index 0000000..09d9a45 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-charging-wireless-90.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.07 4.93-1.41 1.41c3.13 3.12 3.13 8.19 0 11.32l1.41 1.41c3.9-3.9 3.9-10.23 0-14.14m-2.83 2.83-1.41 1.41a4.01 4.01 0 0 1 0 5.66l1.41 1.41a6 6 0 0 0 0-8.48M13 4h-2V2H5v2H3a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1m-1 3.5H4V6h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-charging-wireless-alert.svg b/mkdocs-material/material/templates/.icons/material/battery-charging-wireless-alert.svg new file mode 100644 index 0000000..146828d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-charging-wireless-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 4h-2V2H5v2H3c-.6 0-1 .4-1 1v16c0 .6.4 1 1 1h10c.6 0 1-.4 1-1V5c0-.6-.4-1-1-1M9 18H7v-2h2zm0-4H7V8h2zm11.1-9.1-1.4 1.4c3.1 3.1 3.1 8.2 0 11.3l1.4 1.4c3.9-3.8 3.9-10.2 0-14.1m-2.9 2.9-1.4 1.4c1.6 1.6 1.6 4.1 0 5.7l1.4 1.4c2.4-2.4 2.4-6.2 0-8.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-charging-wireless-outline.svg b/mkdocs-material/material/templates/.icons/material/battery-charging-wireless-outline.svg new file mode 100644 index 0000000..1c80b2d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-charging-wireless-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.07 4.93-1.41 1.41c3.13 3.12 3.13 8.19 0 11.32l1.41 1.41c3.9-3.9 3.9-10.23 0-14.14m-2.83 2.83-1.41 1.41a4.01 4.01 0 0 1 0 5.66l1.41 1.41a6 6 0 0 0 0-8.48M13 4h-2V2H5v2H3a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1m-1 16H4V6h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-charging-wireless.svg b/mkdocs-material/material/templates/.icons/material/battery-charging-wireless.svg new file mode 100644 index 0000000..11b7745 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-charging-wireless.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 4h-2V2H5v2H3a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1m7.07.93-1.41 1.41c3.13 3.12 3.13 8.19 0 11.32l1.41 1.41c3.9-3.9 3.9-10.23 0-14.14m-2.83 2.83-1.41 1.41a4.01 4.01 0 0 1 0 5.66l1.41 1.41a6 6 0 0 0 0-8.48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-charging.svg b/mkdocs-material/material/templates/.icons/material/battery-charging.svg new file mode 100644 index 0000000..3bcb3ee --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-charging.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.67 4H15V2H9v2H7.33A1.33 1.33 0 0 0 6 5.33v15.33C6 21.4 6.6 22 7.33 22h9.33c.74 0 1.34-.6 1.34-1.33V5.33C18 4.6 17.4 4 16.67 4M11 20v-5.5H9L13 7v5.5h2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-check-outline.svg b/mkdocs-material/material/templates/.icons/material/battery-check-outline.svg new file mode 100644 index 0000000..60b63a3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.75 21.16-2.75-3L15.16 17l1.59 1.59L20.34 15l1.16 1.41zM12.35 20H8V6h8v6.35c.63-.22 1.3-.35 2-.35V5.33C18 4.6 17.4 4 16.67 4H15V2H9v2H7.33C6.6 4 6 4.6 6 5.33v15.34C6 21.4 6.6 22 7.33 22h6.21c-.54-.58-.93-1.25-1.19-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-check.svg b/mkdocs-material/material/templates/.icons/material/battery-check.svg new file mode 100644 index 0000000..fe23ee5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.75 21.16-2.75-3L15.16 17l1.59 1.59L20.34 15l1.16 1.41zM12 18c0-3.31 2.69-6 6-6V5.33C18 4.6 17.4 4 16.67 4H15V2H9v2H7.33C6.6 4 6 4.6 6 5.33v15.34C6 21.4 6.6 22 7.33 22h6.21A5.93 5.93 0 0 1 12 18"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-clock-outline.svg b/mkdocs-material/material/templates/.icons/material/battery-clock-outline.svg new file mode 100644 index 0000000..47fd1ac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-clock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 9.29V5.33C18 4.6 17.4 4 16.67 4H15V2H9v2H7.33C6.6 4 6 4.6 6 5.33v15.34C6 21.4 6.6 22 7.33 22h5.08c1.05.63 2.28 1 3.59 1 3.87 0 7-3.13 7-7 0-3.17-2.11-5.85-5-6.71M8 6h8v3c-3.87 0-7 3.13-7 7 0 1.5.47 2.87 1.26 4H8zm8 15c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5m.5-4.75 2.86 1.69-.75 1.22L15 17v-5h1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-clock.svg b/mkdocs-material/material/templates/.icons/material/battery-clock.svg new file mode 100644 index 0000000..e2e5d91 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-clock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.5 16.25 2.86 1.69-.75 1.22L15 17v-5h1.5zM23 16c0 3.87-3.13 7-7 7-1.31 0-2.54-.37-3.59-1H7.33C6.6 22 6 21.4 6 20.67V5.33C6 4.6 6.6 4 7.33 4H9V2h6v2h1.67C17.4 4 18 4.6 18 5.33v3.96c2.89.86 5 3.54 5 6.71m-2 0c0-2.76-2.24-5-5-5s-5 2.24-5 5 2.24 5 5 5 5-2.24 5-5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-heart-outline.svg b/mkdocs-material/material/templates/.icons/material/battery-heart-outline.svg new file mode 100644 index 0000000..d3af835 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-heart-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19 16.2-.6-.5c-2-1.9-3.4-3.2-3.4-4.7 0-1.2 1-2.2 2.2-2.2.7 0 1.3.3 1.8.8.5-.5 1.1-.8 1.8-.8 1.2 0 2.2 1 2.2 2.2 0 1.5-1.4 2.7-3.4 4.6zM12.7 4H11V2H5v2H3.3C2.6 4 2 4.6 2 5.3v15.3c0 .8.6 1.4 1.3 1.4h9.3c.7 0 1.3-.6 1.3-1.3V5.3c.1-.7-.5-1.3-1.2-1.3M12 20H4V6h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-heart-variant.svg b/mkdocs-material/material/templates/.icons/material/battery-heart-variant.svg new file mode 100644 index 0000000..21ad8fd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-heart-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.67 4H15V2H9v2H7.33A1.34 1.34 0 0 0 6 5.33v15.34A1.34 1.34 0 0 0 7.33 22h9.34A1.34 1.34 0 0 0 18 20.67V5.33A1.34 1.34 0 0 0 16.67 4m-4.09 11.64-.58.53-.58-.53C9.36 13.77 8 12.54 8 11a2.18 2.18 0 0 1 2.2-2.2 2.4 2.4 0 0 1 1.8.83 2.4 2.4 0 0 1 1.8-.83A2.18 2.18 0 0 1 16 11c0 1.54-1.36 2.77-3.42 4.64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-heart.svg b/mkdocs-material/material/templates/.icons/material/battery-heart.svg new file mode 100644 index 0000000..da0da28 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-heart.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.67 4H11V2H5v2H3.33A1.34 1.34 0 0 0 2 5.33v15.34A1.34 1.34 0 0 0 3.33 22h9.34A1.34 1.34 0 0 0 14 20.67V5.33A1.34 1.34 0 0 0 12.67 4M19 16.17l-.58-.53C16.36 13.77 15 12.54 15 11a2.18 2.18 0 0 1 2.2-2.2 2.4 2.4 0 0 1 1.8.83 2.4 2.4 0 0 1 1.8-.83A2.18 2.18 0 0 1 23 11c0 1.5-1.36 2.74-3.42 4.61Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-high.svg b/mkdocs-material/material/templates/.icons/material/battery-high.svg new file mode 100644 index 0000000..a9d35b5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-high.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 20H8V6h8m.67-2H15V2H9v2H7.33C6.6 4 6 4.6 6 5.33v15.34C6 21.4 6.6 22 7.33 22h9.34c.74 0 1.33-.59 1.33-1.33V5.33C18 4.6 17.4 4 16.67 4M15 16H9v3h6zm0-9H9v3h6zm0 4.5H9v3h6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-lock-open.svg b/mkdocs-material/material/templates/.icons/material/battery-lock-open.svg new file mode 100644 index 0000000..f5a8f75 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-lock-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.8 16h-4.3v-2.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3v.5h1.3v-.5c0-1.4-1.4-2.5-2.8-2.5s-2.8 1.1-2.8 2.5V16c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3m-8.53 6H5.33C4.6 22 4 21.4 4 20.67V5.33C4 4.6 4.6 4 5.33 4H7V2h6v2h1.67C15.4 4 16 4.6 16 5.33v3.78c-2.14.44-3.8 2.27-3.8 4.39v1.24c-.7.6-1.2 1.5-1.2 2.46v3.5c0 .23.03.45.07.67l.01.02c.04.21.11.41.19.61"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-lock.svg b/mkdocs-material/material/templates/.icons/material/battery-lock.svg new file mode 100644 index 0000000..00283f9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.8 16v-1.5c0-1.4-1.4-2.5-2.8-2.5s-2.8 1.1-2.8 2.5V16c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3m-1.3 0h-3v-1.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3zm-7.23 6H5.33C4.6 22 4 21.4 4 20.67V5.33C4 4.6 4.6 4 5.33 4H7V2h6v2h1.67C15.4 4 16 4.6 16 5.33v4.78c-2.14.44-3.8 2.27-3.8 4.39v.24c-.7.6-1.2 1.5-1.2 2.46v3.5c0 .46.1.9.27 1.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-low.svg b/mkdocs-material/material/templates/.icons/material/battery-low.svg new file mode 100644 index 0000000..f4d3686 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-low.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 20H8V6h8m.67-2H15V2H9v2H7.33C6.6 4 6 4.6 6 5.33v15.34C6 21.4 6.6 22 7.33 22h9.34c.74 0 1.33-.59 1.33-1.33V5.33C18 4.6 17.4 4 16.67 4M15 16H9v3h6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-medium.svg b/mkdocs-material/material/templates/.icons/material/battery-medium.svg new file mode 100644 index 0000000..dcf3c99 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-medium.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 20H8V6h8m.67-2H15V2H9v2H7.33C6.6 4 6 4.6 6 5.33v15.34C6 21.4 6.6 22 7.33 22h9.34c.74 0 1.33-.59 1.33-1.33V5.33C18 4.6 17.4 4 16.67 4M15 16H9v3h6zm0-4.5H9v3h6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/battery-minus-outline.svg new file mode 100644 index 0000000..1cfdd4a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.54 22H7.33C6.6 22 6 21.4 6 20.67V5.33C6 4.6 6.6 4 7.33 4H9V2h6v2h1.67C17.4 4 18 4.6 18 5.33V12c-.7 0-1.37.13-2 .35V6H8v14h4.35c.26.75.65 1.42 1.19 2M22 17v2h-8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-minus-variant.svg b/mkdocs-material/material/templates/.icons/material/battery-minus-variant.svg new file mode 100644 index 0000000..5865b50 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-minus-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.67 4C17.4 4 18 4.6 18 5.33v15.34A1.33 1.33 0 0 1 16.67 22H7.33C6.6 22 6 21.4 6 20.67V5.33A1.33 1.33 0 0 1 7.33 4H9V2h6v2zM8 12v2h8v-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-minus.svg b/mkdocs-material/material/templates/.icons/material/battery-minus.svg new file mode 100644 index 0000000..f7c6c8c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.54 22H7.33C6.6 22 6 21.4 6 20.67V5.33C6 4.6 6.6 4 7.33 4H9V2h6v2h1.67C17.4 4 18 4.6 18 5.33V12c-3.31 0-6 2.69-6 6 0 1.54.58 2.94 1.54 4M22 17v2h-8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-negative.svg b/mkdocs-material/material/templates/.icons/material/battery-negative.svg new file mode 100644 index 0000000..4e4d56b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-negative.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.67 4A1.33 1.33 0 0 1 13 5.33v15.34c0 .73-.6 1.33-1.33 1.33H2.33C1.6 22 1 21.4 1 20.67V5.33A1.33 1.33 0 0 1 2.33 4H4V2h6v2zM15 12h8v2h-8zM3 13h8V6H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-off-outline.svg b/mkdocs-material/material/templates/.icons/material/battery-off-outline.svg new file mode 100644 index 0000000..36e36ad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 17.35 3.38 2.73 2.11 4 6 7.89v12.78A1.34 1.34 0 0 0 7.33 22h9.34A1.34 1.34 0 0 0 18 20.67v-.78l2.84 2.84 1.27-1.27M16 20H8V9.89l8 8M16 6v6.8l2 2V5.33A1.34 1.34 0 0 0 16.67 4H15V2H9v2H7.21l2 2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-off.svg b/mkdocs-material/material/templates/.icons/material/battery-off.svg new file mode 100644 index 0000000..9a00c88 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 14.8 7.21 4H9V2h6v2h1.67A1.34 1.34 0 0 1 18 5.33m0 12.02L3.38 2.73 2.11 4 6 7.89v12.78A1.34 1.34 0 0 0 7.33 22h9.34A1.34 1.34 0 0 0 18 20.67v-.78l2.84 2.84 1.27-1.27Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-outline.svg b/mkdocs-material/material/templates/.icons/material/battery-outline.svg new file mode 100644 index 0000000..495f792 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 20H8V6h8m.67-2H15V2H9v2H7.33A1.33 1.33 0 0 0 6 5.33v15.34C6 21.4 6.6 22 7.33 22h9.34A1.33 1.33 0 0 0 18 20.67V5.33C18 4.6 17.4 4 16.67 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/battery-plus-outline.svg new file mode 100644 index 0000000..47a8270 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.54 22H7.33C6.6 22 6 21.4 6 20.67V5.33C6 4.6 6.6 4 7.33 4H9V2h6v2h1.67C17.4 4 18 4.6 18 5.33V12c-.7 0-1.37.13-2 .35V6H8v14h4.35c.26.75.65 1.42 1.19 2M22 17v2h-3v3h-2v-3h-3v-2h3v-3h2v3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-plus-variant.svg b/mkdocs-material/material/templates/.icons/material/battery-plus-variant.svg new file mode 100644 index 0000000..c0b30e4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-plus-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.67 4C17.4 4 18 4.6 18 5.33v15.34A1.33 1.33 0 0 1 16.67 22H7.33C6.6 22 6 21.4 6 20.67V5.33A1.33 1.33 0 0 1 7.33 4H9V2h6v2zM16 14v-2h-3V9h-2v3H8v2h3v3h2v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-plus.svg b/mkdocs-material/material/templates/.icons/material/battery-plus.svg new file mode 100644 index 0000000..a39cb29 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.54 22H7.33C6.6 22 6 21.4 6 20.67V5.33C6 4.6 6.6 4 7.33 4H9V2h6v2h1.67C17.4 4 18 4.6 18 5.33V12c-3.31 0-6 2.69-6 6 0 1.54.58 2.94 1.54 4M22 17v2h-3v3h-2v-3h-3v-2h3v-3h2v3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-positive.svg b/mkdocs-material/material/templates/.icons/material/battery-positive.svg new file mode 100644 index 0000000..6865542 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-positive.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.67 4A1.33 1.33 0 0 1 13 5.33v15.34c0 .73-.6 1.33-1.33 1.33H2.33C1.6 22 1 21.4 1 20.67V5.33A1.33 1.33 0 0 1 2.33 4H4V2h6v2zM23 14h-3v3h-2v-3h-3v-2h3V9h2v3h3zM3 13h8V6H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/battery-remove-outline.svg new file mode 100644 index 0000000..581fa19 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.54 22H7.33C6.6 22 6 21.4 6 20.67V5.33C6 4.6 6.6 4 7.33 4H9V2h6v2h1.67C17.4 4 18 4.6 18 5.33V12c-.7 0-1.37.13-2 .35V6H8v14h4.35c.26.75.65 1.42 1.19 2m8-1.88-1.42 1.42L18 19.41l-2.12 2.13-1.41-1.42L16.59 18l-2.12-2.12 1.41-1.41L18 16.59l2.12-2.12 1.42 1.41L19.41 18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-remove.svg b/mkdocs-material/material/templates/.icons/material/battery-remove.svg new file mode 100644 index 0000000..b46cebe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.54 22H7.33C6.6 22 6 21.4 6 20.67V5.33C6 4.6 6.6 4 7.33 4H9V2h6v2h1.67C17.4 4 18 4.6 18 5.33V12c-3.31 0-6 2.69-6 6 0 1.54.58 2.94 1.54 4m8-1.88-1.42 1.42L18 19.41l-2.12 2.13-1.41-1.42L16.59 18l-2.12-2.12 1.41-1.41L18 16.59l2.12-2.12 1.42 1.41L19.41 18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-sync-outline.svg b/mkdocs-material/material/templates/.icons/material/battery-sync-outline.svg new file mode 100644 index 0000000..8fa0235 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-sync-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.54 22H7.33C6.6 22 6 21.4 6 20.67V5.33C6 4.6 6.6 4 7.33 4H9V2h6v2h1.67C17.4 4 18 4.6 18 5.33V12c-.7 0-1.37.13-2 .35V6H8v14h4.35c.26.75.65 1.42 1.19 2M18 13l2.25 2.25L18 17.5V16c-1.85 0-3.06 1.96-2.24 3.62l-1.09 1.09c-1.76-2.66.14-6.21 3.33-6.21zm0 11-2.25-2.25L18 19.5V21c1.85 0 3.06-1.96 2.24-3.62l1.09-1.09c1.76 2.66-.14 6.21-3.33 6.21z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-sync.svg b/mkdocs-material/material/templates/.icons/material/battery-sync.svg new file mode 100644 index 0000000..56c16c7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-sync.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.54 22H7.33C6.6 22 6 21.4 6 20.67V5.33C6 4.6 6.6 4 7.33 4H9V2h6v2h1.67C17.4 4 18 4.6 18 5.33V12c-3.31 0-6 2.69-6 6 0 1.54.58 2.94 1.54 4M18 13l2.25 2.25L18 17.5V16c-1.85 0-3.06 1.96-2.24 3.62l-1.09 1.09c-1.76-2.66.14-6.21 3.33-6.21zm0 11-2.25-2.25L18 19.5V21c1.85 0 3.06-1.96 2.24-3.62l1.09-1.09c1.76 2.66-.14 6.21-3.33 6.21z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-unknown-bluetooth.svg b/mkdocs-material/material/templates/.icons/material/battery-unknown-bluetooth.svg new file mode 100644 index 0000000..c262ec9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-unknown-bluetooth.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 2v2H3.33A1.33 1.33 0 0 0 2 5.33v15.33C2 21.4 2.6 22 3.33 22h9.34c.73 0 1.33-.6 1.33-1.34V5.33C14 4.59 13.4 4 12.67 4H11V2zm3 4a4 4 0 0 1 4 4c0 .88-.36 1.68-.93 2.25l-.9.92c-.54.54-.92 1.01-1.08 1.83H7.05c.11-.9.51-1.72 1.12-2.33l1.24-1.26c.37-.36.59-.86.59-1.41a2 2 0 0 0-2-2 2 2 0 0 0-2 2H4a4 4 0 0 1 4-4m11 2v3.79L16.71 9.5l-.71.71L18.79 13 16 15.79l.71.71L19 14.21V18h.5l2.85-2.86L20.21 13l2.14-2.15L19.5 8zm1 1.91.94.94-.94.94zm0 4.3.94.93-.94.94zM7 17h2v2H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery-unknown.svg b/mkdocs-material/material/templates/.icons/material/battery-unknown.svg new file mode 100644 index 0000000..2eb2c9f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery-unknown.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.07 12.25-.9.92c-.54.54-.92 1.01-1.08 1.83h-2.04c.11-.9.51-1.72 1.12-2.33l1.24-1.26c.37-.36.59-.86.59-1.41a2 2 0 0 0-2-2 2 2 0 0 0-2 2H8a4 4 0 0 1 4-4 4 4 0 0 1 4 4c0 .88-.36 1.68-.93 2.25M13 19h-2v-2h2m3.67-13H15V2H9v2H7.33A1.33 1.33 0 0 0 6 5.33v15.33C6 21.4 6.6 22 7.33 22h9.34c.73 0 1.33-.6 1.33-1.34V5.33C18 4.59 17.4 4 16.67 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/battery.svg b/mkdocs-material/material/templates/.icons/material/battery.svg new file mode 100644 index 0000000..20dce46 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/battery.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.67 4H15V2H9v2H7.33A1.33 1.33 0 0 0 6 5.33v15.34C6 21.4 6.6 22 7.33 22h9.34A1.33 1.33 0 0 0 18 20.67V5.33C18 4.6 17.4 4 16.67 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/beach.svg b/mkdocs-material/material/templates/.icons/material/beach.svg new file mode 100644 index 0000000..fc78c09 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/beach.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 18.54c2.13-.33 4.5-.54 7-.54v4H5c0-.65 3.2-2.14 8-3.1v-6.5c-.84.25-1.55.81-2 1.55a3.495 3.495 0 0 0-6 0c.03-3.58 3.5-6.52 8-6.91V7a1 1 0 0 1 1-1 1 1 0 0 1 1 1v.04c4.5.39 7.96 3.33 8 6.91a3.495 3.495 0 0 0-6 0c-.45-.74-1.16-1.3-2-1.56zM7 2a5 5 0 0 1-5 5V2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/beaker-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/beaker-alert-outline.svg new file mode 100644 index 0000000..b8e2b0b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/beaker-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3h18v2c-1.1 0-2 .9-2 2v12c0 1.11-.89 2-2 2H7a2 2 0 0 1-2-2V7a2 2 0 0 0-2-2zm4 2v2h5v1H7v1h3v1H7v1h3v1H7v1h5v1H7v1h3v1H7v3h10V5zm14 8V7h2v6zm0 4v-2h2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/beaker-alert.svg b/mkdocs-material/material/templates/.icons/material/beaker-alert.svg new file mode 100644 index 0000000..6eb551a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/beaker-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3h18v2c-1.1 0-2 .9-2 2v12c0 1.1-.9 2-2 2H7c-1.1 0-2-.9-2-2V7c0-1.1-.9-2-2-2zm4 6v1h3V9zm0 2v1h3v-1zm3 5v-1H7v1zm2-2v-1H7v1zm0-6V7H7v1zm9 5V7h2v6zm0 4v-2h2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/beaker-check-outline.svg b/mkdocs-material/material/templates/.icons/material/beaker-check-outline.svg new file mode 100644 index 0000000..8773d24 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/beaker-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17.75 21.16-2.75-3L16.16 17l1.59 1.59L21.34 15l1.16 1.41zM3 3h18v2c-1.1 0-2 .9-2 2v5c-.7 0-1.37.12-2 .34V5H7v2h5v1H7v1h3v1H7v1h3v1H7v1h5v1H7v1h3v1H7v3h6.08c.12.72.37 1.39.72 2H7a2 2 0 0 1-2-2V7a2 2 0 0 0-2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/beaker-check.svg b/mkdocs-material/material/templates/.icons/material/beaker-check.svg new file mode 100644 index 0000000..2ea6011 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/beaker-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17.75 21.16-2.75-3L16.16 17l1.59 1.59L21.34 15l1.16 1.41zM3 3h18v2c-1.1 0-2 .9-2 2v5a6.005 6.005 0 0 0-5.2 9H7c-1.1 0-2-.9-2-2V7c0-1.1-.9-2-2-2zm4 6v1h3V9zm0 2v1h3v-1zm3 5v-1H7v1zm2-2v-1H7v1zm0-6V7H7v1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/beaker-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/beaker-minus-outline.svg new file mode 100644 index 0000000..0110334 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/beaker-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 17v2h-8v-2M3 3h18v2c-1.1 0-2 .9-2 2v5c-.7 0-1.37.12-2 .34V5H7v2h5v1H7v1h3v1H7v1h3v1H7v1h5v1H7v1h3v1H7v3h6.08c.12.72.37 1.39.72 2H7a2 2 0 0 1-2-2V7a2 2 0 0 0-2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/beaker-minus.svg b/mkdocs-material/material/templates/.icons/material/beaker-minus.svg new file mode 100644 index 0000000..8a5e4fc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/beaker-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 17v2h-8v-2zM3 3h18v2c-1.1 0-2 .9-2 2v5a6.005 6.005 0 0 0-5.2 9H7c-1.1 0-2-.9-2-2V7c0-1.1-.9-2-2-2zm4 6v1h3V9zm0 2v1h3v-1zm3 5v-1H7v1zm2-2v-1H7v1zm0-6V7H7v1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/beaker-outline.svg b/mkdocs-material/material/templates/.icons/material/beaker-outline.svg new file mode 100644 index 0000000..b545c84 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/beaker-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3h18v2a2 2 0 0 0-2 2v12a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V7a2 2 0 0 0-2-2zm4 2v2h5v1H7v1h3v1H7v1h3v1H7v1h5v1H7v1h3v1H7v3h10V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/beaker-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/beaker-plus-outline.svg new file mode 100644 index 0000000..135a24f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/beaker-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 14h2v3h3v2h-3v3h-2v-3h-3v-2h3zM3 3h18v2c-1.1 0-2 .9-2 2v5c-.7 0-1.37.12-2 .34V5H7v2h5v1H7v1h3v1H7v1h3v1H7v1h5v1H7v1h3v1H7v3h6.08c.12.72.37 1.39.72 2H7a2 2 0 0 1-2-2V7a2 2 0 0 0-2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/beaker-plus.svg b/mkdocs-material/material/templates/.icons/material/beaker-plus.svg new file mode 100644 index 0000000..4b3a0eb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/beaker-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 14h2v3h3v2h-3v3h-2v-3h-3v-2h3zM3 3h18v2c-1.1 0-2 .9-2 2v5a6.005 6.005 0 0 0-5.2 9H7c-1.1 0-2-.9-2-2V7c0-1.1-.9-2-2-2zm4 6v1h3V9zm0 2v1h3v-1zm3 5v-1H7v1zm2-2v-1H7v1zm0-6V7H7v1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/beaker-question-outline.svg b/mkdocs-material/material/templates/.icons/material/beaker-question-outline.svg new file mode 100644 index 0000000..0eb6d2b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/beaker-question-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 3h18v2c-1.1 0-2 .9-2 2v12c0 1.11-.89 2-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 0-2-2zm4 2v2h5v1H4v1h3v1H4v1h3v1H4v1h5v1H4v1h3v1H4v3h10V5zm17.5 10.5V17H20v-1.5zm-2-5H18V10c0-1.66 1.34-3 3-3s3 1.34 3 3c0 .97-.5 1.88-1.29 2.41l-.3.19c-.57.4-.91 1.02-.91 1.7v.2H20v-.2c0-1.19.6-2.3 1.59-2.95l.29-.19c.39-.26.62-.69.62-1.16 0-.82-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/beaker-question.svg b/mkdocs-material/material/templates/.icons/material/beaker-question.svg new file mode 100644 index 0000000..b3aa7d2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/beaker-question.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 3h18v2c-1.1 0-2 .9-2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V7c0-1.1-.9-2-2-2zm4 6v1h3V9zm0 2v1h3v-1zm3 5v-1H4v1zm2-2v-1H4v1zm0-6V7H4v1zm12.5 7.5V17H20v-1.5zm-2-5H18V10c0-1.66 1.34-3 3-3s3 1.34 3 3c0 .97-.5 1.88-1.29 2.41l-.3.19c-.57.4-.91 1.02-.91 1.7v.2H20v-.2c0-1.19.6-2.3 1.59-2.95l.29-.19c.39-.26.62-.69.62-1.16 0-.82-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/beaker-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/beaker-remove-outline.svg new file mode 100644 index 0000000..5955bf5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/beaker-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.46 15.88 1.42-1.42L19 16.59l2.12-2.12 1.41 1.41L20.41 18l2.13 2.12-1.42 1.42L19 19.41l-2.12 2.12-1.41-1.41L17.59 18zM3 3h18v2c-1.1 0-2 .9-2 2v5c-.7 0-1.37.12-2 .34V5H7v2h5v1H7v1h3v1H7v1h3v1H7v1h5v1H7v1h3v1H7v3h6.08c.12.72.37 1.39.72 2H7a2 2 0 0 1-2-2V7a2 2 0 0 0-2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/beaker-remove.svg b/mkdocs-material/material/templates/.icons/material/beaker-remove.svg new file mode 100644 index 0000000..149196a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/beaker-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.46 15.88 1.42-1.42L19 16.59l2.12-2.12 1.41 1.41L20.41 18l2.13 2.12-1.42 1.42L19 19.41l-2.12 2.12-1.41-1.41L17.59 18zM3 3h18v2c-1.1 0-2 .9-2 2v5a6.005 6.005 0 0 0-5.2 9H7c-1.1 0-2-.9-2-2V7c0-1.1-.9-2-2-2zm4 6v1h3V9zm0 2v1h3v-1zm3 5v-1H7v1zm2-2v-1H7v1zm0-6V7H7v1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/beaker.svg b/mkdocs-material/material/templates/.icons/material/beaker.svg new file mode 100644 index 0000000..445de73 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/beaker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3v2a2 2 0 0 1 2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 1 2-2V3zm4 6h3v1H7zm0 2h3v1H7zm3 5H7v-1h3zm2-2H7v-1h5zm0-6H7V7h5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bed-clock.svg b/mkdocs-material/material/templates/.icons/material/bed-clock.svg new file mode 100644 index 0000000..f392dad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bed-clock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.2 9.5 16 7.7V4h1.5v2.8l2.4 1.4zm3 2.2c.5.7.8 1.5.8 2.3v9h-2v-3H3v3H1V8h2v9h8v-6.4c-.6-1.1-1-2.3-1-3.6 0-3.9 3.1-7 7-7s7 3.1 7 7c0 1.8-.7 3.4-1.8 4.7M12 7c0 2.8 2.2 5 5 5s5-2.2 5-5-2.2-5-5-5-5 2.2-5 5m-5 9c1.7 0 3-1.3 3-3s-1.3-3-3-3-3 1.3-3 3 1.3 3 3 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bed-double-outline.svg b/mkdocs-material/material/templates/.icons/material/bed-double-outline.svg new file mode 100644 index 0000000..4ff1db6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bed-double-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 5c-.5 0-1 .21-1.39.6S6 6.45 6 7v3c-.53 0-1 .19-1.41.59S4 11.47 4 12v5h1.34L6 19h1l.69-2h8.67l.64 2h1l.66-2H20v-5c0-.53-.19-1-.59-1.41S18.53 10 18 10V7c0-.55-.2-1-.61-1.4S16.5 5 16 5M8 7h3v3H8m5-3h3v3h-3m-7 2h12v3H6Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bed-double.svg b/mkdocs-material/material/templates/.icons/material/bed-double.svg new file mode 100644 index 0000000..27c7c6b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bed-double.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 10V7a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v3a2 2 0 0 0-2 2v5h1.33L6 19h1l.67-2h8.66l.67 2h1l.67-2H20v-5a2 2 0 0 0-2-2m-7 0H8V7h3m5 3h-3V7h3Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bed-empty.svg b/mkdocs-material/material/templates/.icons/material/bed-empty.svg new file mode 100644 index 0000000..114f69a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bed-empty.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 7H5v7H3V5H1v15h2v-3h18v3h2v-9a4 4 0 0 0-4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bed-king-outline.svg b/mkdocs-material/material/templates/.icons/material/bed-king-outline.svg new file mode 100644 index 0000000..e18ec39 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bed-king-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 10V7a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v3a2 2 0 0 0-2 2v5h1.33L4 19h1l.67-2h12.66l.67 2h1l.67-2H22v-5a2 2 0 0 0-2-2m-7-3h5v3h-5M6 7h5v3H6m14 5H4v-3h16Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bed-king.svg b/mkdocs-material/material/templates/.icons/material/bed-king.svg new file mode 100644 index 0000000..d70401d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bed-king.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 5c-.53 0-1 .21-1.41.6S4 6.45 4 7v3c-.55 0-1 .19-1.4.59S2 11.47 2 12v5h1.33L4 19h1l.67-2h12.66l.67 2h1l.67-2H22v-5c0-.53-.21-1-.6-1.41-.4-.4-.85-.59-1.4-.59V7c0-.55-.19-1-.59-1.4S18.53 5 18 5M6 7h5v3H6m7-3h5v3h-5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bed-outline.svg b/mkdocs-material/material/templates/.icons/material/bed-outline.svg new file mode 100644 index 0000000..6a4d077 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bed-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 14c1.66 0 3-1.34 3-3S8.66 8 7 8s-3 1.34-3 3 1.34 3 3 3m0-4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1m12-3h-8v8H3V5H1v15h2v-3h18v3h2v-9c0-2.21-1.79-4-4-4m2 8h-8V9h6c1.1 0 2 .9 2 2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bed-queen-outline.svg b/mkdocs-material/material/templates/.icons/material/bed-queen-outline.svg new file mode 100644 index 0000000..98e2632 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bed-queen-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 10V7a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v3a2 2 0 0 0-2 2v5h1.33L5 19h1l.67-2h10.66l.67 2h1l.67-2H21v-5a2 2 0 0 0-2-2M7 7h10v3H7m12 5H5v-3h14Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bed-queen.svg b/mkdocs-material/material/templates/.icons/material/bed-queen.svg new file mode 100644 index 0000000..81eaeab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bed-queen.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 10V7a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v3a2 2 0 0 0-2 2v5h1.33L5 19h1l.67-2h10.66l.67 2h1l.67-2H21v-5a2 2 0 0 0-2-2m-2 0H7V7h10Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bed-single-outline.svg b/mkdocs-material/material/templates/.icons/material/bed-single-outline.svg new file mode 100644 index 0000000..2a7f4de --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bed-single-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 10V7a2 2 0 0 0-2-2H9c-1.1 0-2 .9-2 2v3c-1.1 0-2 .9-2 2v5h1.33L7 19h1l.67-2h6.66l.67 2h1l.67-2H19v-5a2 2 0 0 0-2-2M9 7h6v3H9m8 5H7v-3h10Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bed-single.svg b/mkdocs-material/material/templates/.icons/material/bed-single.svg new file mode 100644 index 0000000..e86fc69 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bed-single.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 10V7a2 2 0 0 0-2-2H9c-1.1 0-2 .9-2 2v3c-1.1 0-2.11.9-2 2v5h1.33L7 19h1l.67-2h6.66l.67 2h1l.67-2H19v-5a2 2 0 0 0-2-2m-2 0H9V7h6Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bed.svg b/mkdocs-material/material/templates/.icons/material/bed.svg new file mode 100644 index 0000000..8efad85 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bed.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 7h-8v7H3V5H1v15h2v-3h18v3h2v-9a4 4 0 0 0-4-4M7 13a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bee-flower.svg b/mkdocs-material/material/templates/.icons/material/bee-flower.svg new file mode 100644 index 0000000..ec3ca33 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bee-flower.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.6 13v-.1l-.3-.3h-.1L9.6 12c.4-.3.8-.5 1.3-.5s1 .2 1.4.6.6.8.6 1.3-.1.9-.5 1.3zm-1.9 6.3c-.3-1-.1-2.2.7-3.8l1.2 3.1c.2.6 0 1-.6 1.3s-1 .1-1.3-.6m-5.6-6.2q.3-.9 1.2-.6l3.2 1.2c-1.6.8-2.8 1-3.8.7-.6-.3-.8-.7-.6-1.3m7.9-5h-1v1.4h-.4c-1.1 0-2 .4-2.8 1.2l-.4.6-1.4-.8c-.3-.1-.6-.1-1-.1-.6 0-1.2.2-1.7.6s-.9.8-1.1 1.4c-.2.7-.2 1.3 0 2 .3.7.6 1.2 1.1 1.5-.4 1.5-.1 2.8 1 3.9.8.8 1.7 1.2 2.8 1.2.5 0 .8 0 1.1-.1.6.8 1.4 1.3 2.4 1.3.3 0 .7 0 1-.1.6-.2 1-.6 1.4-1.1.4-.6.6-1.1.6-1.7 0-.4 0-.7-.1-1l-.6-1.4.6-.4c.8-.8 1.2-1.9 1.1-3.1H16v-1h-1.6q-.6-1.8-2.4-2.4zm5.3-1.3c-.2-.2-.3-.5-.3-.7 0-.3.1-.5.3-.7s.4-.3.7-.3.5.1.7.3c.2.1.3.4.3.7s-.1.5-.3.7-.4.2-.7.2-.5 0-.7-.2m3.4-2.7h-1.1l-.3-.9c-.2-.7-.6-1-1.3-1s-1.2.3-1.3 1l-.3.9h-1.1c-.6 0-1 .3-1.3.9q-.3.9.6 1.5l.9.5-.4 1.2c-.2.4-.1.8.1 1.2.3.4.6.6 1.1.6q.6 0 .9-.3l.8-.6.8.7c.2.1.5.2.9.2.5 0 .8-.2 1.1-.6.2-.4.3-.8.1-1.2L20.5 7l.8-.5q.9-.6.6-1.5c-.2-.7-.6-.9-1.2-.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bee.svg b/mkdocs-material/material/templates/.icons/material/bee.svg new file mode 100644 index 0000000..2797f07 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bee.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.4 9C17 7.8 16.2 7 15 6.5V5h-1v1.4h-.4c-1.1 0-2 .4-2.8 1.2l-.4.4L9 7.5c-.3-.1-.6-.2-1-.2-.6 0-1.2.2-1.7.6-.6.4-.9.9-1.1 1.4-.2.7-.2 1.3 0 2 .3.7.6 1.2 1.1 1.5-.4 1.5-.1 2.8 1 3.9.8.8 1.7 1.2 2.8 1.2.5 0 .8 0 1.1-.1.6.8 1.4 1.3 2.4 1.3.3 0 .7 0 1-.1.6-.2 1-.6 1.4-1.1.4-.6.6-1.1.6-1.7 0-.4 0-.7-.1-1l-.5-1.6.6-.4c.8-.8 1.2-1.9 1.1-3.1H19V9zm-9.7 2.3c-.6-.3-.8-.7-.6-1.3q.3-.9 1.2-.6l3.2 1.2c-1.6.8-2.8 1-3.8.7m6.3 5.6c-.6.2-1 0-1.3-.6-.3-1-.1-2.2.7-3.8l1.2 3.1c.2.7 0 1.1-.6 1.3m1.2-5.3-.6-1.6v-.1l-.3-.3h-.1L12.6 9c.4-.3.8-.5 1.3-.5s1 .2 1.4.6.6.8.6 1.3c-.2.3-.4.8-.7 1.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/beehive-off-outline.svg b/mkdocs-material/material/templates/.icons/material/beehive-off-outline.svg new file mode 100644 index 0000000..5073d3f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/beehive-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m1.1 3 3.6 3.5c-1 .7-1.7 1.7-1.7 3 0 .6.2 1.2.5 1.7C2 11.6 1 12.9 1 14.5c0 1.3.7 2.3 1.7 3-.5.5-.7 1.2-.7 2C2 21.4 3.6 23 5.5 23h13c.8 0 1.5-.3 2.1-.7l.7.7 1.3-1.3-20.2-20zm8.1 8H6.5C5.7 11 5 10.3 5 9.5c0-.7.5-1.3 1.2-1.5zM9 21H5.5c-.8 0-1.5-.7-1.5-1.5S4.7 18 5.5 18H9zm.2-5H4.5c-.8 0-1.5-.7-1.5-1.5S3.7 13 4.5 13h6.7l1 1H12c-1.3 0-2.4.8-2.8 2m9.3 5H15v-3h1.2l2.9 2.9c-.2.1-.4.1-.6.1M7.1 3.9 5.7 2.5C6.3 1.6 7.3 1 8.5 1h7C17.4 1 19 2.6 19 4.5c0 .6-.2 1.2-.5 1.7C20 6.6 21 7.9 21 9.5c0 .6-.2 1.2-.5 1.7 1.4.5 2.5 1.8 2.5 3.3 0 1.3-.7 2.3-1.7 3q.45.6.6 1.2L19.2 16h.3c.8 0 1.5-.7 1.5-1.5s-.7-1.5-1.5-1.5h-3.3l-2-2h3.3c.8 0 1.5-.7 1.5-1.5S18.3 8 17.5 8h-6.3l-2-2h6.3c.8 0 1.5-.7 1.5-1.5S16.3 3 15.5 3h-7c-.6 0-1.2.4-1.4.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/beehive-outline.svg b/mkdocs-material/material/templates/.icons/material/beehive-outline.svg new file mode 100644 index 0000000..187fea8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/beehive-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 14.5c0-1.56-1.03-2.87-2.45-3.32.28-.5.45-1.07.45-1.68 0-1.56-1.03-2.87-2.45-3.32.28-.5.45-1.07.45-1.68C19 2.57 17.43 1 15.5 1h-7C6.57 1 5 2.57 5 4.5c0 .61.17 1.18.45 1.68C4.04 6.63 3 7.94 3 9.5c0 .61.17 1.18.45 1.68C2.04 11.63 1 12.94 1 14.5c0 1.26.67 2.34 1.67 2.96-.42.57-.67 1.28-.67 2.04C2 21.43 3.57 23 5.5 23h13c1.93 0 3.5-1.57 3.5-3.5 0-.76-.25-1.47-.67-2.04 1-.62 1.67-1.7 1.67-2.96M8.5 3h7c.83 0 1.5.67 1.5 1.5S16.33 6 15.5 6h-7C7.67 6 7 5.33 7 4.5S7.67 3 8.5 3m-2 5h11c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5h-11C5.67 11 5 10.33 5 9.5S5.67 8 6.5 8M4 19.5c0-.83.67-1.5 1.5-1.5H9v3H5.5c-.83 0-1.5-.67-1.5-1.5M18.5 21H15v-3h3.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5m1-5h-4.68c-.42-1.16-1.52-2-2.82-2s-2.4.84-2.82 2H4.5c-.83 0-1.5-.67-1.5-1.5S3.67 13 4.5 13h15c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/beekeeper.svg b/mkdocs-material/material/templates/.icons/material/beekeeper.svg new file mode 100644 index 0000000..f6092e8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/beekeeper.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 5h-3c0-1.66-1.79-3-4-3S8 3.34 8 5H5c-.55 0-1 .45-1 1s.45 1 1 1v7a2 2 0 0 0 2 2h10c1.11 0 2-.89 2-2V7c.55 0 1-.45 1-1s-.45-1-1-1m-2 9H7V7h10zm-1.14-6c.08.32.14.65.14 1 0 2.21-1.79 4-4 4s-4-1.79-4-4c0-.35.06-.68.14-1h2.14c-.17.3-.28.63-.28 1 0 1.1.9 2 2 2s2-.9 2-2c0-.37-.11-.7-.28-1zM20 19v3H4v-3c0-.78.47-1.45 1.18-2H12c-2.72 0-5.81 1.29-6 2v1h12v-1c-.19-.71-3.28-2-6-2h6.82c.71.55 1.18 1.22 1.18 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/beer-outline.svg b/mkdocs-material/material/templates/.icons/material/beer-outline.svg new file mode 100644 index 0000000..1f737c6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/beer-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m4 2 2 20h11l2-20zm2.2 2h10.6l-.3 3.23c-3.32 1.27-4.65.44-5.12.08-.25-.19-.61-.62-1.27-.92-.66-.31-1.56-.39-2.61-.07-.41.11-.73.29-1 .47zm2.66 4.11c.19 0 .3.04.41.09.23.1.44.35.9.7.86.66 2.86 1.46 6.09.51L15.2 20H7.8L6.71 9.06c.05-.06.2-.17.46-.35.33-.21.74-.43.83-.46h.03c.38-.11.64-.15.83-.14"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/beer.svg b/mkdocs-material/material/templates/.icons/material/beer.svg new file mode 100644 index 0000000..846edf8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/beer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2h15l-2 20H6zm2.2 2 1.6 16h1L7.43 6.34C8.5 6 9.89 5.89 11 7c1.56 1.56 4.33.69 5.5.23L16.8 4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bell-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/bell-alert-outline.svg new file mode 100644 index 0000000..c9240a0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bell-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a2 2 0 0 0-2 2 2 2 0 0 0 0 .29C7.12 5.14 5 7.82 5 11v6l-2 2v1h18v-1l-2-2v-6c0-3.18-2.12-5.86-5-6.71A2 2 0 0 0 14 4a2 2 0 0 0-2-2m0 4a5 5 0 0 1 5 5v7H7v-7a5 5 0 0 1 5-5m9 1v6h2V7zm0 8v2h2v-2zm-11 6a2 2 0 0 0 2 2 2 2 0 0 0 2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bell-alert.svg b/mkdocs-material/material/templates/.icons/material/bell-alert.svg new file mode 100644 index 0000000..209e511 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bell-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 7v6h-2V7m0 8h2v2h-2M12 2a2 2 0 0 0-2 2 2 2 0 0 0 0 .29C7.12 5.14 5 7.82 5 11v6l-2 2v1h18v-1l-2-2v-6c0-3.18-2.12-5.86-5-6.71A2 2 0 0 0 14 4a2 2 0 0 0-2-2m-2 19a2 2 0 0 0 2 2 2 2 0 0 0 2-2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bell-badge-outline.svg b/mkdocs-material/material/templates/.icons/material/bell-badge-outline.svg new file mode 100644 index 0000000..07eb5f3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bell-badge-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 17v-5.2c-.5.1-1 .2-1.5.2H17v6H7v-7c0-2.8 2.2-5 5-5 .1-1.3.7-2.4 1.5-3.3-.3-.4-.9-.7-1.5-.7-1.1 0-2 .9-2 2v.3C7 5.2 5 7.9 5 11v6l-2 2v1h18v-1zm-9 4c0 1.1.9 2 2 2s2-.9 2-2zM21 6.5c0 1.9-1.6 3.5-3.5 3.5S14 8.4 14 6.5 15.6 3 17.5 3 21 4.6 21 6.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bell-badge.svg b/mkdocs-material/material/templates/.icons/material/bell-badge.svg new file mode 100644 index 0000000..5c6106c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bell-badge.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 6.5c0 1.93-1.57 3.5-3.5 3.5S14 8.43 14 6.5 15.57 3 17.5 3 21 4.57 21 6.5m-2 5.29c-.5.13-1 .21-1.5.21A5.51 5.51 0 0 1 12 6.5c0-1.47.58-2.8 1.5-3.79A1.93 1.93 0 0 0 12 2c-1.1 0-2 .9-2 2v.29C7.03 5.17 5 7.9 5 11v6l-2 2v1h18v-1l-2-2zM12 23c1.11 0 2-.89 2-2h-4a2 2 0 0 0 2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bell-cancel-outline.svg b/mkdocs-material/material/templates/.icons/material/bell-cancel-outline.svg new file mode 100644 index 0000000..ff63f6c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bell-cancel-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.5 13a4.5 4.5 0 0 0-4.5 4.5 4.5 4.5 0 0 0 4.5 4.5 4.5 4.5 0 0 0 4.5-4.5 4.5 4.5 0 0 0-4.5-4.5m0 1.5a3 3 0 0 1 3 3 3 3 0 0 1-.42 1.5L16 14.92a3 3 0 0 1 1.5-.42M14.92 16 19 20.08a3 3 0 0 1-1.5.42 3 3 0 0 1-3-3 3 3 0 0 1 .42-1.5M12 2c-1.1 0-2 .9-2 2v.29C7.12 5.14 5 7.82 5 11v6l-2 2v1h8.5a6.5 6.5 0 0 1-.47-2H7v-7a5 5 0 0 1 5-5 5 5 0 0 1 5 5 7 7 0 0 1 .5 0 6.5 6.5 0 0 1 1.5.18V11c0-3.18-2.12-5.86-5-6.71V4a2 2 0 0 0-2-2m-2 19a2 2 0 0 0 2 2c.5 0 .97-.19 1.33-.5a6.5 6.5 0 0 1-1.3-1.5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bell-cancel.svg b/mkdocs-material/material/templates/.icons/material/bell-cancel.svg new file mode 100644 index 0000000..ab31234 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bell-cancel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.5 13a4.5 4.5 0 0 0-4.5 4.5 4.5 4.5 0 0 0 4.5 4.5 4.5 4.5 0 0 0 4.5-4.5 4.5 4.5 0 0 0-4.5-4.5m0 1.5a3 3 0 0 1 3 3 3 3 0 0 1-.42 1.5L16 14.92a3 3 0 0 1 1.5-.42M14.92 16 19 20.08a3 3 0 0 1-1.5.42 3 3 0 0 1-3-3 3 3 0 0 1 .42-1.5M12 2c-1.1 0-2 .9-2 2v.29C7.12 5.14 5 7.82 5 11v6l-2 2v1h8.5a6.5 6.5 0 0 1-.5-2.5 6.5 6.5 0 0 1 6.5-6.5 6.5 6.5 0 0 1 1.5.18V11c0-3.18-2.12-5.86-5-6.71V4a2 2 0 0 0-2-2m-2 19a2 2 0 0 0 2 2c.5 0 .97-.19 1.33-.5a6.5 6.5 0 0 1-1.3-1.5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bell-check-outline.svg b/mkdocs-material/material/templates/.icons/material/bell-check-outline.svg new file mode 100644 index 0000000..926dfcd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bell-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17.75 21.16-2.75-3L16.16 17l1.59 1.59L21.34 15l1.16 1.41zM10 21h2.8c.24.41.53.79.85 1.13-.36.53-.96.87-1.65.87a2 2 0 0 1-2-2m-7-1v-1l2-2v-6a7 7 0 0 1 5-6.71V4a2 2 0 1 1 4 0v.29A7 7 0 0 1 19 11v1.08L18 12l-1 .08V11c0-2.76-2.24-5-5-5s-5 2.24-5 5v7h5c0 .7.12 1.37.34 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bell-check.svg b/mkdocs-material/material/templates/.icons/material/bell-check.svg new file mode 100644 index 0000000..0e94080 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bell-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17.75 21.16-2.75-3L16.16 17l1.59 1.59L21.34 15l1.16 1.41zM3 20v-1l2-2v-6a7 7 0 0 1 5-6.71V4a2 2 0 1 1 4 0v.29A7 7 0 0 1 19 11v1.08L18 12a6.005 6.005 0 0 0-5.66 8zm9 3a2 2 0 0 1-2-2h2.8c.24.41.53.79.85 1.13-.36.53-.96.87-1.65.87"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bell-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/bell-circle-outline.svg new file mode 100644 index 0000000..ea77456 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bell-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 16H7v-1l1-1v-2.61c0-1.09.27-2.05.79-2.86C9.3 7.72 10.04 7.21 11 7v-.5a1 1 0 0 1 1-1 1 1 0 0 1 1 1V7c.96.21 1.7.72 2.21 1.53.52.81.79 1.77.79 2.86V14l1 1zm-3.5 1a1.5 1.5 0 0 1-1.5 1.5 1.5 1.5 0 0 1-1.5-1.5zM12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bell-circle.svg b/mkdocs-material/material/templates/.icons/material/bell-circle.svg new file mode 100644 index 0000000..bf0b928 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bell-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m5 14v-1l-1-1v-2.61c0-1.09-.27-2.05-.79-2.86C14.7 7.72 13.96 7.21 13 7v-.5a1 1 0 0 0-1-1 1 1 0 0 0-1 1V7c-.96.21-1.7.72-2.21 1.53-.52.81-.79 1.77-.79 2.86V14l-1 1v1zm-3.5 1h-3a1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bell-cog-outline.svg b/mkdocs-material/material/templates/.icons/material/bell-cog-outline.svg new file mode 100644 index 0000000..d31f293 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bell-cog-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.72 19.5a4.2 4.2 0 0 0 0-1l1.05-.82c.1-.07.12-.18.06-.32l-1-1.72c-.06-.11-.19-.14-.3-.11l-1.25.47c-.28-.17-.53-.34-.84-.46l-.19-1.33A.25.25 0 0 0 20 14h-2c-.12 0-.23.09-.25.21l-.18 1.33c-.32.12-.57.29-.85.46l-1.22-.47c-.13-.03-.27 0-.33.11l-1 1.72c-.06.14-.03.25.06.32l1.06.82c-.02.17-.04.34-.04.5s.02.33.04.5l-1.06.82c-.09.07-.12.21-.06.32l1 1.73c.06.13.2.13.33.13l1.22-.53c.28.2.53.37.85.5l.18 1.32c.02.12.13.21.25.21h2c.13 0 .23-.09.25-.21l.19-1.32c.31-.13.56-.3.84-.5l1.25.53c.11 0 .24 0 .3-.13l1-1.73c.06-.11.04-.25-.06-.32zM19 20.75c-.96 0-1.75-.78-1.75-1.75s.79-1.75 1.75-1.75 1.75.78 1.75 1.75-.78 1.75-1.75 1.75M12.08 20H3v-1l2-2v-6c0-3.1 2-5.8 5-6.7V4c0-1.1.9-2 2-2s2 .9 2 2v.3c3 .9 5 3.6 5 6.7v1c-.69 0-1.37.11-2 .29V11c0-2.8-2.2-5-5-5s-5 2.2-5 5v7h5.08c-.05.33-.08.66-.08 1s.03.67.08 1m.22 1c.2.6.44 1.17.76 1.69-.31.19-.67.31-1.06.31-1.1 0-2-.9-2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bell-cog.svg b/mkdocs-material/material/templates/.icons/material/bell-cog.svg new file mode 100644 index 0000000..c306993 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bell-cog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 12c-3.87 0-7 3.13-7 7 0 .34.03.67.08 1H3v-1l2-2v-6c0-3.1 2.03-5.83 5-6.71V4c0-1.1.9-2 2-2s2 .9 2 2v.29c2.97.88 5 3.61 5 6.71zm-9 9a2 2 0 0 0 2 2c.39 0 .75-.12 1.06-.31-.32-.52-.56-1.09-.76-1.69zm13.77-.68c.1.07.12.21.06.32l-1 1.73c-.06.13-.19.13-.3.13l-1.25-.53c-.28.2-.53.37-.84.5l-.19 1.32c-.02.12-.12.21-.25.21h-2c-.12 0-.23-.09-.25-.21l-.18-1.32c-.32-.13-.57-.3-.85-.5l-1.22.53c-.13 0-.27 0-.33-.13l-1-1.73a.26.26 0 0 1 .06-.32l1.06-.82c-.02-.17-.04-.33-.04-.5s.02-.33.04-.5l-1.06-.82c-.09-.07-.12-.18-.06-.32l1-1.72c.06-.11.2-.14.33-.11l1.22.47c.28-.17.53-.34.85-.46l.18-1.33c.02-.12.13-.21.25-.21h2c.13 0 .23.09.25.21l.19 1.33c.31.12.56.29.84.46l1.25-.47c.11-.03.24 0 .3.11l1 1.72c.06.14.04.25-.06.32l-1.05.82a4.3 4.3 0 0 1 0 1zM20.75 19c0-.97-.78-1.75-1.75-1.75s-1.75.78-1.75 1.75.79 1.75 1.75 1.75 1.75-.78 1.75-1.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bell-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/bell-minus-outline.svg new file mode 100644 index 0000000..27fdb46 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bell-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c-1.1 0-2 .9-2 2v.29C7.12 5.14 5 7.82 5 11v6l-2 2v1h9.35a5.9 5.9 0 0 1-.35-2H7v-7c0-2.76 2.24-5 5-5s5 2.24 5 5v1.09a5.6 5.6 0 0 1 2 0V11c0-3.18-2.12-5.86-5-6.71V4a2 2 0 0 0-2-2m2 15v2h8v-2m-12 4a2 2 0 0 0 3.65 1.13c-.32-.34-.6-.72-.84-1.13z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bell-minus.svg b/mkdocs-material/material/templates/.icons/material/bell-minus.svg new file mode 100644 index 0000000..66b80a3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bell-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 19v-2h-8v2zM12 2c-1.1 0-2 .9-2 2v.29C7.12 5.14 5 7.82 5 11v6l-2 2v1h9.35a5.9 5.9 0 0 1-.35-2c0-3.31 2.69-6 6-6 .34 0 .67.03 1 .09V11c0-3.18-2.12-5.86-5-6.71V4a2 2 0 0 0-2-2m-2 19a2 2 0 0 0 3.65 1.13c-.32-.34-.6-.72-.84-1.13z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bell-off-outline.svg b/mkdocs-material/material/templates/.icons/material/bell-off-outline.svg new file mode 100644 index 0000000..feedf7b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bell-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.11 21.46 2.39 1.73 1.11 3l4.72 4.72A7 7 0 0 0 5 11v6l-2 2v1h15.11l2.73 2.73zM7 18v-7c0-.61.11-1.21.34-1.77L16.11 18zm3 3h4a2 2 0 0 1-2 2 2 2 0 0 1-2-2M8.29 5.09c.53-.34 1.11-.59 1.71-.8V4a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.29c2.97.88 5 3.61 5 6.71v4.8l-2-2V11a5 5 0 0 0-5-5c-.78 0-1.55.2-2.24.56z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bell-off.svg b/mkdocs-material/material/templates/.icons/material/bell-off.svg new file mode 100644 index 0000000..8dec380 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bell-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.84 22.73 18.11 20H3v-1l2-2v-6c0-1.14.29-2.27.83-3.28L1.11 3l1.28-1.27 19.72 19.73zM19 15.8V11c0-3.1-2.03-5.83-5-6.71V4a2 2 0 0 0-2-2 2 2 0 0 0-2 2v.29c-.61.18-1.2.45-1.74.8zM12 23a2 2 0 0 0 2-2h-4a2 2 0 0 0 2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bell-outline.svg b/mkdocs-material/material/templates/.icons/material/bell-outline.svg new file mode 100644 index 0000000..c338f70 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bell-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 21h4c0 1.1-.9 2-2 2s-2-.9-2-2m11-2v1H3v-1l2-2v-6c0-3.1 2-5.8 5-6.7V4c0-1.1.9-2 2-2s2 .9 2 2v.3c3 .9 5 3.6 5 6.7v6zm-4-8c0-2.8-2.2-5-5-5s-5 2.2-5 5v7h10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bell-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/bell-plus-outline.svg new file mode 100644 index 0000000..a1bcac1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bell-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c-1.1 0-2 .9-2 2v.29C7.12 5.14 5 7.82 5 11v6l-2 2v1h9.35a5.9 5.9 0 0 1-.35-2H7v-7c0-2.76 2.24-5 5-5s5 2.24 5 5v1.09a5.6 5.6 0 0 1 2 0V11c0-3.18-2.12-5.86-5-6.71V4a2 2 0 0 0-2-2m5 12v3h-3v2h3v3h2v-3h3v-2h-3v-3m-9 7a2 2 0 0 0 3.65 1.13c-.32-.34-.6-.72-.84-1.13Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bell-plus.svg b/mkdocs-material/material/templates/.icons/material/bell-plus.svg new file mode 100644 index 0000000..cfb317b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bell-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 14v3h-3v2h3v3h2v-3h3v-2h-3v-3M12 2a2 2 0 0 0-2 2 2 2 0 0 0 0 .29C7.12 5.14 5 7.82 5 11v6l-2 2v1h9.35a6 6 0 0 1-.35-2 6 6 0 0 1 6-6 6 6 0 0 1 1 .09V11c0-3.18-2.12-5.86-5-6.71A2 2 0 0 0 14 4a2 2 0 0 0-2-2m-2 19a2 2 0 0 0 2 2 2 2 0 0 0 1.65-.87 6 6 0 0 1-.84-1.13Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bell-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/bell-remove-outline.svg new file mode 100644 index 0000000..20d242a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bell-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.12 14.46 18 16.59l-2.12-2.13-1.42 1.42L16.59 18l-2.13 2.12 1.42 1.42L18 19.41l2.12 2.13 1.42-1.42L19.41 18l2.13-2.12M12 2c-1.1 0-2 .9-2 2v.29C7.12 5.14 5 7.82 5 11v6l-2 2v1h9.35a5.9 5.9 0 0 1-.35-2H7v-7a5 5 0 0 1 5-5 5 5 0 0 1 5 5v1.09c.33-.05.66-.09 1-.09s.67.03 1 .09V11c0-3.18-2.12-5.86-5-6.71V4a2 2 0 0 0-2-2m-2 19a2 2 0 0 0 3.65 1.13c-.32-.34-.6-.72-.84-1.13Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bell-remove.svg b/mkdocs-material/material/templates/.icons/material/bell-remove.svg new file mode 100644 index 0000000..acb050e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bell-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.12 14.46 18 16.59l-2.12-2.13-1.42 1.42L16.59 18l-2.13 2.12 1.42 1.42L18 19.41l2.12 2.13 1.42-1.42L19.41 18l2.13-2.12M12 2c-1.1 0-2 .9-2 2v.29C7.12 5.14 5 7.82 5 11v6l-2 2v1h9.35a5.9 5.9 0 0 1-.35-2c0-3.31 2.69-6 6-6 .34 0 .67.03 1 .09V11c0-3.18-2.12-5.86-5-6.71V4a2 2 0 0 0-2-2m-2 19a2 2 0 0 0 3.65 1.13c-.32-.34-.6-.72-.84-1.13Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bell-ring-outline.svg b/mkdocs-material/material/templates/.icons/material/bell-ring-outline.svg new file mode 100644 index 0000000..83b2f8e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bell-ring-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 21h4a2 2 0 0 1-2 2 2 2 0 0 1-2-2m11-2v1H3v-1l2-2v-6c0-3.1 2.03-5.83 5-6.71V4a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.29c2.97.88 5 3.61 5 6.71v6zm-4-8a5 5 0 0 0-5-5 5 5 0 0 0-5 5v7h10zm2.75-7.81-1.42 1.42A8.98 8.98 0 0 1 21 11h2c0-2.93-1.16-5.75-3.25-7.81M1 11h2c0-2.4.96-4.7 2.67-6.39L4.25 3.19A10.96 10.96 0 0 0 1 11"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bell-ring.svg b/mkdocs-material/material/templates/.icons/material/bell-ring.svg new file mode 100644 index 0000000..365d790 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bell-ring.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 19v1H3v-1l2-2v-6c0-3.1 2.03-5.83 5-6.71V4a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.29c2.97.88 5 3.61 5 6.71v6zm-7 2a2 2 0 0 1-2 2 2 2 0 0 1-2-2m9.75-17.81-1.42 1.42A8.98 8.98 0 0 1 21 11h2c0-2.93-1.16-5.75-3.25-7.81M1 11h2c0-2.4.96-4.7 2.67-6.39L4.25 3.19A10.96 10.96 0 0 0 1 11"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bell-sleep-outline.svg b/mkdocs-material/material/templates/.icons/material/bell-sleep-outline.svg new file mode 100644 index 0000000..33fb40e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bell-sleep-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 21h4a2 2 0 0 1-2 2 2 2 0 0 1-2-2m11-2v1H3v-1l2-2v-6c0-3.1 2.03-5.83 5-6.71V4a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.29c2.97.88 5 3.61 5 6.71v6zm-4-8a5 5 0 0 0-5-5 5 5 0 0 0-5 5v7h10zM9 9v2h3.24L9 13.7V16h6v-2h-3.24L15 11.3V9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bell-sleep.svg b/mkdocs-material/material/templates/.icons/material/bell-sleep.svg new file mode 100644 index 0000000..66de70c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bell-sleep.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 21h4a2 2 0 0 1-2 2 2 2 0 0 1-2-2m11-2v1H3v-1l2-2v-6c0-3.1 2.03-5.83 5-6.71V4a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.29c2.97.88 5 3.61 5 6.71v6zM15 9H9v2h3.24L9 13.7V16h6v-2h-3.24L15 11.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bell.svg b/mkdocs-material/material/templates/.icons/material/bell.svg new file mode 100644 index 0000000..3a3e866 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bell.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 19v1H3v-1l2-2v-6c0-3.1 2.03-5.83 5-6.71V4a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.29c2.97.88 5 3.61 5 6.71v6zm-7 2a2 2 0 0 1-2 2 2 2 0 0 1-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bench-back.svg b/mkdocs-material/material/templates/.icons/material/bench-back.svg new file mode 100644 index 0000000..c2dec70 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bench-back.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 5c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h1v2H1v2h2v4h2v-4h14v4h2v-4h2v-2h-4v-2h1c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1zm13 6v2H7v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bench.svg b/mkdocs-material/material/templates/.icons/material/bench.svg new file mode 100644 index 0000000..27f809c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bench.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 13H1v2h2v4h2v-4h14v4h2v-4h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/beta.svg b/mkdocs-material/material/templates/.icons/material/beta.svg new file mode 100644 index 0000000..f05d0ec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/beta.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.23 17.59v5.53H6.88V6.72c0-1.45.43-2.59 1.28-3.44C9 2.43 10.17 2 11.61 2c1.39 0 2.46.34 3.26 1 .79.68 1.18 1.62 1.18 2.81 0 .82-.26 1.59-.78 2.3s-1.19 1.2-2.02 1.47v.04c1.25.2 2.22.65 2.88 1.38.66.71.99 1.62.99 2.74 0 1.32-.46 2.4-1.37 3.23-.92.83-2.12 1.24-3.62 1.24-1.06 0-2.03-.21-2.9-.62m1.49-6.84V8.83c.87-.11 1.58-.43 2.15-.97.56-.55.84-1.16.84-1.86 0-1.38-.71-2.08-2.11-2.08-.76 0-1.35.24-1.76.73s-.61 1.17-.61 2.06v8.79c.91.53 1.8.79 2.66.79.84 0 1.5-.22 1.97-.65.47-.44.7-1.06.7-1.85 0-1.79-1.28-2.79-3.84-3.04"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/betamax.svg b/mkdocs-material/material/templates/.icons/material/betamax.svg new file mode 100644 index 0000000..169caa5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/betamax.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 5a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2zm4 4a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m5 0h7v8h-7zm-5 2a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/biathlon.svg b/mkdocs-material/material/templates/.icons/material/biathlon.svg new file mode 100644 index 0000000..8c075e0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/biathlon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.88 3.64c.77 0 1.4.63 1.4 1.4s-.63 1.4-1.4 1.4-1.38-.63-1.38-1.4.61-1.4 1.38-1.4M15 13h1.5v6H15zm0-4.5h1.5V10H15zm-4.96-5.9L8 2.04 6.06 8.58 3.9 11.42l3.27.95zm9.63 15.95c-.36.38-.79.95-1.27 1.15-.49.22-.86.3-1.4.3h-3.5l-.07-3c-.01-.17-.06-.33-.15-.5l-2.4-4.26.88-2.74a246 246 0 0 0 1.3 2.33c.15.17.39.3.63.3h2.21a.81.81 0 0 0 .81-.81c0-.42-.33-.76-.75-.79l-1.67-.13L12.4 7s-.4-.58-1.26-.58c-.87 0-1.14.42-1.31 1L6 20H3v2h14c1.37 0 2.53-.66 3.5-1.63zm-9.92-4.16 1.87 3 .13 2.61h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bicycle-basket.svg b/mkdocs-material/material/templates/.icons/material/bicycle-basket.svg new file mode 100644 index 0000000..e117c3d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bicycle-basket.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11.74 13.36 2.4-5.65-1.08-2.21H10.5V4H14l.73 1.5h7.02l-1 3.5h-4.31l.67 1.37A5.002 5.002 0 0 1 24 15c0 2.76-2.24 5-5 5s-5-2.24-5-5c0-1.55.71-2.94 1.82-3.85L15 9.5 12.25 16H9.9A5 5 0 1 1 5 10c2.59 0 4.72 1.97 5 4.5h.58L8.3 9h-.8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.75c.41 0 .75.34.75.75s-.34.75-.75.75h-.28zM5 11.5c-1.93 0-3.5 1.57-3.5 3.5a3.504 3.504 0 0 0 6.86 1H4v-1.5h4.47c-.25-1.7-1.71-3-3.47-3m14 0c-.43 0-.85.08-1.23.22l1.93 3.96-1.35.66-1.85-3.79c-.62.63-1 1.5-1 2.45 0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bicycle-cargo.svg b/mkdocs-material/material/templates/.icons/material/bicycle-cargo.svg new file mode 100644 index 0000000..8d378c7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bicycle-cargo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 11.5V10l-7.5-1V5H9v1.5h3v7.8h-1L9 10c.3-.1.5-.4.5-.7 0-.4-.3-.8-.7-.8h-2c-.5 0-.8.3-.8.7s.3.8.8.8h.6l2 4.2H7.9C7.6 12.4 6 11 4 11c-2.2 0-4 1.8-4 4s1.8 4 4 4c2 0 3.6-1.4 3.9-3.2h8.6c.2-2.4 2.1-4.3 4.5-4.3M6.4 15.8c-.3 1-1.3 1.8-2.4 1.8-1.4 0-2.5-1.1-2.5-2.5s1.1-2.5 2.5-2.5c1.1 0 2.1.7 2.4 1.8H4v1.5h2.4M21 13c-1.7 0-3 1.3-3 3s1.3 3 3 3 3-1.3 3-3-1.3-3-3-3m0 4.5c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bicycle-electric.svg b/mkdocs-material/material/templates/.icons/material/bicycle-electric.svg new file mode 100644 index 0000000..a4cfeb6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bicycle-electric.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 7c-.56 0-1.09.11-1.59.28L14.46 1.5H11V3h2.54l.88 1.72L12 10.13l-1.77-4.18c.27-.1.51-.37.51-.7 0-.41-.33-.75-.74-.75H8c-.42 0-.76.34-.76.75S7.58 6 8 6h.61l2.25 5.25h-.94C9.56 8.85 7.5 7 5 7c-2.76 0-5 2.24-5 5s2.24 5 5 5c2.5 0 4.56-1.85 4.92-4.25h2.58l2.79-6.32.79 1.53A4.98 4.98 0 0 0 14 12c0 2.76 2.24 5 5 5s5-2.24 5-5-2.24-5-5-5M5 15.5c-1.93 0-3.5-1.57-3.5-3.5S3.07 8.5 5 8.5c1.67 0 3.07 1.18 3.41 2.75H4v1.5h4.41A3.495 3.495 0 0 1 5 15.5m14 0c-1.93 0-3.5-1.57-3.5-3.5 0-1.08.5-2.03 1.27-2.67l1.8 3.52 1.32-.72-1.79-3.5c.29-.07.59-.13.9-.13 1.93 0 3.5 1.57 3.5 3.5s-1.57 3.5-3.5 3.5M11 20H7l6 3v-2h4l-6-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bicycle-penny-farthing.svg b/mkdocs-material/material/templates/.icons/material/bicycle-penny-farthing.svg new file mode 100644 index 0000000..9e90e5d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bicycle-penny-farthing.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.5 5.06V2H12v2h1.5v1.04c-.79.07-1.56.23-2.3.46-.17-.3-.48-.5-.84-.5H7c-.55 0-1 .45-1 1s.45 1 1 1h1.05A11.5 11.5 0 0 0 3 16.18c-1.15.41-2 1.51-2 2.82 0 1.66 1.34 3 3 3s3-1.34 3-3c0-1.3-.83-2.39-2-2.81.07-1.52.46-2.94 1.14-4.19-.09.5-.14 1-.14 1.5 0 4.69 3.81 8.5 8.5 8.5s8.5-3.81 8.5-8.5c0-4.36-3.28-7.94-7.5-8.44M4 20c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1m10.5 0C10.92 20 8 17.08 8 13.5c0-3.24 2.39-5.93 5.5-6.41V15h2V7.09c3.11.48 5.5 3.17 5.5 6.41 0 3.58-2.92 6.5-6.5 6.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bicycle.svg b/mkdocs-material/material/templates/.icons/material/bicycle.svg new file mode 100644 index 0000000..43c2d5d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bicycle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 10c-.56 0-1.09.11-1.59.28L14.46 4.5H11V6h2.54l.88 1.72L12 13.13l-1.77-4.18c.27-.1.51-.37.51-.7 0-.41-.33-.75-.74-.75H8c-.42 0-.76.34-.76.75S7.58 9 8 9h.61l2.25 5.25h-.94C9.56 11.85 7.5 10 5 10c-2.76 0-5 2.24-5 5s2.24 5 5 5c2.5 0 4.56-1.85 4.92-4.25h2.58l2.79-6.32.79 1.53A4.98 4.98 0 0 0 14 15c0 2.76 2.24 5 5 5s5-2.24 5-5-2.24-5-5-5M5 18.5c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5c1.67 0 3.07 1.18 3.41 2.75H4v1.5h4.41A3.495 3.495 0 0 1 5 18.5m14 0c-1.93 0-3.5-1.57-3.5-3.5 0-1.08.5-2.03 1.27-2.67l1.8 3.52 1.32-.72-1.79-3.5c.29-.07.59-.13.9-.13 1.93 0 3.5 1.57 3.5 3.5s-1.57 3.5-3.5 3.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bike-fast.svg b/mkdocs-material/material/templates/.icons/material/bike-fast.svg new file mode 100644 index 0000000..c5ada2f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bike-fast.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 1.2c-1 0-1.8.8-1.8 1.8S15 4.8 16 4.8 17.8 4 17.8 3 17 1.2 16 1.2m-3.6 2.9c-.47 0-.9.19-1.2.5L7.5 8.29C7.19 8.6 7 9 7 9.5c0 .63.33 1.16.85 1.47L11.2 13v5H13v-6.5l-2.25-1.65 2.32-2.35L14.8 10H19V8.2h-3.2l-1.94-3.27c-.29-.5-.86-.83-1.46-.83M10 3H3c-.55 0-1-.45-1-1s.45-1 1-1h9.79c-.21.34-.38.71-.47 1.11-.86.02-1.67.34-2.32.89m-5 9c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5m0 8.5c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5 3.5 1.57 3.5 3.5-1.57 3.5-3.5 3.5M19 12c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5m0 8.5c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5 3.5 1.57 3.5 3.5-1.57 3.5-3.5 3.5M5.32 11H1c-.552 0-1-.45-1-1s.448-1 1-1h4.05c-.02.16-.05.33-.05.5 0 .53.12 1.04.32 1.5M6 7H2c-.55 0-1-.45-1-1s.45-1 1-1h5.97L6.09 6.87C6.05 6.91 6 6.96 6 7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bike-pedal-clipless.svg b/mkdocs-material/material/templates/.icons/material/bike-pedal-clipless.svg new file mode 100644 index 0000000..a4ad17c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bike-pedal-clipless.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.43 16.11.85-2.11H16v-1h4v-2h-4v-1h-.72l-.85-2.11C14 6.75 12.87 6 11.65 6h-2.3C8.13 6 7 6.75 6.57 7.89l-1.2 3c-.29.71-.29 1.51 0 2.22l1.2 3C7 17.25 8.13 18 9.35 18h2.3c1.22 0 2.35-.75 2.78-1.89M9.35 8h2.3c.41 0 .77.25.92.63l.55 1.37H7.88l.55-1.37c.15-.38.52-.63.92-.63m-.92 7.37L7.88 14h5.24l-.55 1.37c-.15.38-.52.63-.92.63h-2.3c-.4 0-.77-.25-.92-.63"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bike-pedal-mountain.svg b/mkdocs-material/material/templates/.icons/material/bike-pedal-mountain.svg new file mode 100644 index 0000000..644475a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bike-pedal-mountain.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.82 5a2 2 0 0 0-1.96 1.61l-.82 4.1c-.04.13-.04.26-.04.39v1.8c0 .13 0 .26.04.39l.82 4.1A2 2 0 0 0 6.82 19h6.56a2 2 0 0 0 1.79-1.11l1.62-3.23q.15-.315.21-.66h1v-1h2v-2h-2v-1h-1a2.5 2.5 0 0 0-.21-.66l-1.62-3.23A2 2 0 0 0 13.38 5zm0 2h.56l2.5 5-2.5 5h-.56L6 12.9v-1.8zm4.8 4-2-4h3.76L15 10.24V11zm0 2H15v.76L13.38 17H9.62z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bike-pedal.svg b/mkdocs-material/material/templates/.icons/material/bike-pedal.svg new file mode 100644 index 0000000..31d10fa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bike-pedal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.85 5c-.98 0-1.81.71-1.98 1.67L4 12l.87 5.33c.17.96 1 1.67 1.98 1.67h7.3c.98 0 1.82-.71 1.98-1.67l.55-3.33H18v-1h2v-2h-2v-1h-1.32l-.55-3.33c-.16-.96-1-1.67-1.98-1.67zm0 2h7.3l.67 4H6.18zm-.67 6h8.64l-.67 4h-7.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bike.svg b/mkdocs-material/material/templates/.icons/material/bike.svg new file mode 100644 index 0000000..05ee3cd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bike.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 20.5A3.5 3.5 0 0 1 1.5 17 3.5 3.5 0 0 1 5 13.5 3.5 3.5 0 0 1 8.5 17 3.5 3.5 0 0 1 5 20.5M5 12a5 5 0 0 0-5 5 5 5 0 0 0 5 5 5 5 0 0 0 5-5 5 5 0 0 0-5-5m9.8-2H19V8.2h-3.2l-1.94-3.27c-.29-.5-.86-.83-1.46-.83-.47 0-.9.19-1.2.5L7.5 8.29C7.19 8.6 7 9 7 9.5c0 .63.33 1.16.85 1.47L11.2 13v5H13v-6.5l-2.25-1.65 2.32-2.35m5.93 13a3.5 3.5 0 0 1-3.5-3.5 3.5 3.5 0 0 1 3.5-3.5 3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1-3.5 3.5m0-8.5a5 5 0 0 0-5 5 5 5 0 0 0 5 5 5 5 0 0 0 5-5 5 5 0 0 0-5-5m-3-7.2c1 0 1.8-.8 1.8-1.8S17 1.2 16 1.2 14.2 2 14.2 3 15 4.8 16 4.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/billboard.svg b/mkdocs-material/material/templates/.icons/material/billboard.svg new file mode 100644 index 0000000..3a2ba4a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/billboard.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 22h-2v-5h2M6 22H4v-5h2M23 4v9a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h18a2 2 0 0 1 2 2m-2 0H3v9h18m-1-7h-5v2h5m-2 1h-3v2h3m-4 0H4l2.73-3.64 2 2.73.73-.54L8.2 7.82l1.71-2.27Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/billiards-rack.svg b/mkdocs-material/material/templates/.icons/material/billiards-rack.svg new file mode 100644 index 0000000..c4ebc4e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/billiards-rack.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.31 16.44-5.77-9.97a2.98 2.98 0 0 0-4.08-1.09c-.46.26-.83.62-1.1 1.09L3.6 16.44a2.953 2.953 0 0 0 1.09 4.06c.45.28.96.42 1.49.42h11.55a2.99 2.99 0 0 0 2.98-3c0-.52-.14-1.03-.4-1.48m-14.94.99 5.74-9.96c.27-.47.89-.65 1.35-.37.16.08.29.21.38.37l5.74 9.96c.27.48.11 1.07-.37 1.36-.15.09-.32.14-.49.14H6.21c-.55-.01-1-.46-.99-1.01 0-.17.04-.34.13-.49zm6.6-3.98c-1.1 0-1.97-.89-1.97-1.99 0-1.11.87-2 1.97-2a2 2 0 0 1 2 2c0 1.1-.9 1.99-2.02 1.99zm-2.51 4.48c-1.1 0-1.99-.89-1.99-1.99s.89-1.99 1.99-1.99 2 .89 2 1.99-.9 1.99-2 1.99m4.98 0a2 2 0 0 1-1.99-1.99 2 2 0 0 1 1.99-1.99c1.1 0 2 .89 2 1.99s-.9 1.99-2 1.99"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/billiards.svg b/mkdocs-material/material/templates/.icons/material/billiards.svg new file mode 100644 index 0000000..14d7ede --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/billiards.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 13h2v2h-2m0-6h2v2h-2m0 6h2a2 2 0 0 0 2-2v-1.5a1.5 1.5 0 0 0-1.5-1.5 1.5 1.5 0 0 0 1.5-1.5V9a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v1.5a1.5 1.5 0 0 0 1.5 1.5A1.5 1.5 0 0 0 9 13.5V15a2 2 0 0 0 2 2m1-16C5.92 1 1 5.92 1 12s4.92 11 11 11 11-4.92 11-11S18.08 1 12 1m0 18a7 7 0 0 1-7-7 7 7 0 0 1 7-7 7 7 0 0 1 7 7 7 7 0 0 1-7 7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/binoculars.svg b/mkdocs-material/material/templates/.icons/material/binoculars.svg new file mode 100644 index 0000000..8863e65 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/binoculars.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 6h2v7h-2zM9 20a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-5l2-9h4v7a1 1 0 0 1-1 1zm1-15H7V3h3zm5 15v-6a1 1 0 0 1-1-1V6h4l2 9v5a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1M14 5V3h3v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bio.svg b/mkdocs-material/material/templates/.icons/material/bio.svg new file mode 100644 index 0000000..c4c8236 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bio.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 12h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-3a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2m0 2v3h3v-3zM2 7h5a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2 2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H2V7m2 2v3h3V9zm0 8h3v-3H4zm7-4h2v6h-2zm0-4h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/biohazard.svg b/mkdocs-material/material/templates/.icons/material/biohazard.svg new file mode 100644 index 0000000..b26878a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/biohazard.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 16.06c0 .23 0 .44-.04.64-.18-2.56-2.32-4.59-4.96-4.59-.37 0-.73.05-1.08.12.04.27.08.5.08.77 0 2.35-1.69 4.32-3.93 4.81.35 2.24 2.24 3.98 4.58 4.15-.22.04-.43.04-.65.04-2.08 0-3.93-1.06-5-2.66A6 6 0 0 1 7 22c-.22 0-.43 0-.65-.04 2.34-.17 4.22-1.9 4.58-4.15C8.68 17.32 7 15.35 7 13c0-.27.04-.5.07-.77-.34-.07-.7-.12-1.07-.12a4.97 4.97 0 0 0-4.97 4.59C1 16.5 1 16.29 1 16.06c0-3.21 2.59-5.82 5.81-5.92A5.877 5.877 0 0 1 9.06 2C7.81 2.9 7 4.34 7 6c0 1.35.56 2.59 1.47 3.5.91-.91 2.15-1.46 3.53-1.46 1.37 0 2.62.55 3.5 1.46.93-.91 1.5-2.15 1.5-3.5 0-1.66-.82-3.1-2.06-4a5.877 5.877 0 0 1 2.25 8.14c3.23.1 5.81 2.71 5.81 5.92M9.27 10.11a5 5 0 0 0 5.46 0C14 9.45 13.06 9.03 12 9.03s-2 .42-2.73 1.08M12 14.47c.82 0 1.5-.67 1.5-1.47a1.5 1.5 0 0 0-1.5-1.5 1.5 1.5 0 0 0-1.5 1.5c0 .8.67 1.47 1.5 1.47m-1.03 2.32c-.1-1.89-1.26-3.5-2.92-4.24-.02.15-.05.29-.05.45 0 1.82 1.27 3.34 2.97 3.79m4.99-4.24A4.98 4.98 0 0 0 13 16.79c1.73-.45 3-1.97 3-3.79 0-.16-.03-.3-.04-.45"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bird.svg b/mkdocs-material/material/templates/.icons/material/bird.svg new file mode 100644 index 0000000..bc42b18 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bird.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23 11.5-3.05-1.13c-.26-1.15-.91-1.81-.91-1.81a4.19 4.19 0 0 0-5.93 0l-1.48 1.48L5 3c-1 4 0 8 2.45 11.22L2 19.5s8.89 2 14.07-2.05c2.76-2.16 3.38-3.42 3.77-4.75zm-5.29.22c-.39.39-1.03.39-1.42 0a.996.996 0 0 1 0-1.41c.39-.39 1.03-.39 1.42 0s.39 1.02 0 1.41"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bitbucket.svg b/mkdocs-material/material/templates/.icons/material/bitbucket.svg new file mode 100644 index 0000000..0d461b1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bitbucket.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.65 3C2.3 3 2 3.3 2 3.65v.12l2.73 16.5c.07.42.43.73.85.73h13.05c.31 0 .59-.22.64-.54L22 3.77a.643.643 0 0 0-.54-.73c-.03-.01-.07-.01-.11-.01zM14.1 14.95H9.94L8.81 9.07h6.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bitcoin.svg b/mkdocs-material/material/templates/.icons/material/bitcoin.svg new file mode 100644 index 0000000..ca3d1e2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bitcoin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.24 10.56c-.31 1.24-2.24.61-2.84.44l.55-2.18c.62.18 2.61.44 2.29 1.74m-3.11 1.56-.6 2.41c.74.19 3.03.92 3.37-.44.36-1.42-2.03-1.79-2.77-1.97m10.57 2.3c-1.34 5.36-6.76 8.62-12.12 7.28S.963 14.94 2.3 9.58A9.996 9.996 0 0 1 14.42 2.3c5.35 1.34 8.61 6.76 7.28 12.12m-7.49-6.37.45-1.8-1.1-.25-.44 1.73c-.29-.07-.58-.14-.88-.2l.44-1.77-1.09-.26-.45 1.79c-.24-.06-.48-.11-.7-.17l-1.51-.38-.3 1.17s.82.19.8.2c.45.11.53.39.51.64l-1.23 4.93c-.05.14-.21.32-.5.27.01.01-.8-.2-.8-.2L6.87 15l1.42.36c.27.07.53.14.79.2l-.46 1.82 1.1.28.45-1.81c.3.08.59.15.87.23l-.45 1.79 1.1.28.46-1.82c1.85.35 3.27.21 3.85-1.48.5-1.35 0-2.15-1-2.66.72-.19 1.26-.64 1.41-1.62.2-1.33-.82-2.04-2.2-2.52"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/black-mesa.svg b/mkdocs-material/material/templates/.icons/material/black-mesa.svg new file mode 100644 index 0000000..e871706 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/black-mesa.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 2.71 6H9v-6h8l2.15 3.59c.54-1.09.85-2.3.85-3.59a8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/blender-outline.svg b/mkdocs-material/material/templates/.icons/material/blender-outline.svg new file mode 100644 index 0000000..6c7c5b2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/blender-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.13 15.13 18 3h-4V2h-4v1H5c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h2.23l.64 4.13C6.74 16.05 6 17.43 6 19v1c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2v-1c0-1.57-.74-2.95-1.87-3.87M5 9V5h1.31l.62 4zm10.67-4-1.38 9H9.72L8.33 5zM16 20H8v-1c0-1.65 1.35-3 3-3h2c1.65 0 3 1.35 3 3zm-4-3c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/blender-software.svg b/mkdocs-material/material/templates/.icons/material/blender-software.svg new file mode 100644 index 0000000..d0993e5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/blender-software.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.58 3.12v.01c-.31 0-.62.09-.87.26-.5.35-.56.93-.11 1.3L14.46 7l-8.73.03h-.01C5 7.03 4.3 7.5 4.16 8.1c-.16.61.34 1.12 1.1 1.12l4.43-.01-7.93 6.09c-.76.57-.99 1.52-.52 2.12.48.61 1.49.61 2.26 0l4.3-3.53s-.07.48-.06.76c0 .29.1.85.23 1.28.29.93.78 1.78 1.46 2.53.7.77 1.57 1.39 2.57 1.83 1.03.47 2.17.71 3.34.71 1.16 0 2.31-.25 3.35-.72 1-.44 1.86-1.07 2.56-1.84.68-.75 1.17-1.61 1.46-2.53.14-.47.23-.94.29-1.41 0-.47 0-.94-.06-1.41-.13-.91-.44-1.77-.94-2.55-.44-.71-1-1.34-1.69-1.87l-6.89-5.29a1.42 1.42 0 0 0-.84-.26m2.76 6.09c1.16 0 2.25.38 3.12 1.08.44.36.79.78 1.04 1.25.27.46.44 1.01.5 1.57.04.56-.04 1.12-.23 1.66-.2.54-.52 1.04-.95 1.49-.89.9-2.13 1.42-3.48 1.42-1.34 0-2.59-.51-3.48-1.41-.43-.44-.75-.95-.95-1.49a3.9 3.9 0 0 1-.22-1.66c.05-.56.22-1.09.48-1.57.26-.47.62-.89 1.06-1.25.86-.71 1.96-1.09 3.11-1.09m.1 1.4c-.78 0-1.5.28-2.03.73-.54.46-.91 1.1-.94 1.84-.04.75.26 1.45.79 1.97.54.53 1.32.85 2.18.85s1.63-.32 2.18-.85c.53-.52.83-1.22.79-1.97-.04-.74-.41-1.38-.94-1.84-.53-.45-1.25-.73-2.03-.73"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/blender.svg b/mkdocs-material/material/templates/.icons/material/blender.svg new file mode 100644 index 0000000..576e713 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/blender.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.13 15.13 18 3h-4V2h-4v1H5c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h2.23l.64 4.13C6.74 16.05 6 17.43 6 19v1c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2v-1c0-1.57-.74-2.95-1.87-3.87M5 9V5h1.31l.62 4zm7 10c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1m2.29-5H9.72L8.33 5h7.34z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/blinds-horizontal-closed.svg b/mkdocs-material/material/templates/.icons/material/blinds-horizontal-closed.svg new file mode 100644 index 0000000..b4d2d48 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/blinds-horizontal-closed.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 19V3H4v16H2v2h11.25c0 .97.78 1.75 1.75 1.75s1.75-.78 1.75-1.75H22v-2zm-2-8h-2V9h2zm-4 0H6V9h8zm0 2v2H6v-2zm2 0h2v2h-2zm2-6h-2V5h2zm-4-2v2H6V5zM6 19v-2h8v2zm10 0v-2h2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/blinds-horizontal.svg b/mkdocs-material/material/templates/.icons/material/blinds-horizontal.svg new file mode 100644 index 0000000..40a7f3b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/blinds-horizontal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 19V3H4v16H2v2h20v-2zM16 9h2v2h-2zm-2 2H6V9h8zm4-4h-2V5h2zm-4-2v2H6V5zM6 19v-6h8v1.82A1.746 1.746 0 0 0 15 18a1.746 1.746 0 0 0 1-3.18V13h2v6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/blinds-open.svg b/mkdocs-material/material/templates/.icons/material/blinds-open.svg new file mode 100644 index 0000000..7e4a095 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/blinds-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 2h18c.55 0 1 .45 1 1v2c0 .55-.45 1-1 1h-1v1c0 .55-.45 1-1 1h-6v2.17A3 3 0 0 1 15 13c0 1.66-1.34 3-3 3s-3-1.34-3-3c0-1.31.84-2.42 2-2.83V8H5c-.55 0-1-.45-1-1V6H3c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1m9 10c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/blinds-vertical-closed.svg b/mkdocs-material/material/templates/.icons/material/blinds-vertical-closed.svg new file mode 100644 index 0000000..5ef68c1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/blinds-vertical-closed.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 19V3H4v16H2v2h20v-2zM13 5h1.5v14H13zm-2 14H9.5V5H11zM6 5h1.5v14H6zm10.5 14V5H18v14z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/blinds-vertical.svg b/mkdocs-material/material/templates/.icons/material/blinds-vertical.svg new file mode 100644 index 0000000..b896f2c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/blinds-vertical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 19V3H4v16H2v2h20v-2zm-10 0V5h4v14z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/blinds.svg b/mkdocs-material/material/templates/.icons/material/blinds.svg new file mode 100644 index 0000000..936c7eb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/blinds.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 2h18a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-1v7a1 1 0 0 1-1 1h-6v2.17c1.17.41 2 1.52 2 2.83a3 3 0 0 1-3 3 3 3 0 0 1-3-3c0-1.31.83-2.42 2-2.83V14H5a1 1 0 0 1-1-1V6H3a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1m9 16a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/block-helper.svg b/mkdocs-material/material/templates/.icons/material/block-helper.svg new file mode 100644 index 0000000..f4b1247 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/block-helper.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0a12 12 0 0 1 12 12 12 12 0 0 1-12 12A12 12 0 0 1 0 12 12 12 0 0 1 12 0m0 2A10 10 0 0 0 2 12c0 2.4.85 4.6 2.26 6.33L18.33 4.26A10 10 0 0 0 12 2m0 20a10 10 0 0 0 10-10c0-2.4-.85-4.6-2.26-6.33L5.67 19.74A10 10 0 0 0 12 22"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/blood-bag.svg b/mkdocs-material/material/templates/.icons/material/blood-bag.svg new file mode 100644 index 0000000..34dd16c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/blood-bag.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 7c-1 0-1-1-1-1V5h-2v2h-2V6c0-1.73-1.25-5-6-5S4 4.27 4 6v13c0 .33-.1 2-2 2v2c2.93 0 4-2.39 4-4V6c0-.12.05-3 4-3 3.83 0 4 2.7 4 3v1h-2V5h-2v1s0 1-1 1-1 1-1 1v12s0 2 5 2h4c5 0 5-2 5-2V8s0-1-1-1m-6 12.4a3 3 0 0 1-3-3c0-2 3-5.4 3-5.4s3 3.4 3 5.4a3 3 0 0 1-3 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bluetooth-audio.svg b/mkdocs-material/material/templates/.icons/material/bluetooth-audio.svg new file mode 100644 index 0000000..bd95e88 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bluetooth-audio.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.88 16.29 11 18.17v-3.76m0-8.58 1.88 1.88L11 9.58m4.71-1.87L10 2H9v7.58L4.41 5 3 6.41 8.59 12 3 17.58 4.41 19 9 14.41V22h1l5.71-5.71-4.3-4.29m8.12-5.29L18.26 8c.63 1.18.99 2.55.99 4s-.36 2.82-.99 4l1.2 1.22A9.9 9.9 0 0 0 21 11.91c0-1.91-.54-3.68-1.47-5.2M14.24 12l2.32 2.33c.28-.73.44-1.51.44-2.33s-.16-1.6-.43-2.32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bluetooth-connect.svg b/mkdocs-material/material/templates/.icons/material/bluetooth-connect.svg new file mode 100644 index 0000000..cabe6dc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bluetooth-connect.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19 10-2 2 2 2 2-2m-6.12 4.29L13 18.17v-3.76m0-8.58 1.88 1.88L13 9.58m4.71-1.87L12 2h-1v7.58L6.41 5 5 6.41 10.59 12 5 17.58 6.41 19 11 14.41V22h1l5.71-5.71-4.3-4.29M7 12l-2-2-2 2 2 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bluetooth-off.svg b/mkdocs-material/material/templates/.icons/material/bluetooth-off.svg new file mode 100644 index 0000000..0b86ac8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bluetooth-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m13 5.83 1.88 1.88-1.6 1.6 1.41 1.41 3.02-3.02L12 2h-1v5.03l2 2M5.41 4 4 5.41 10.59 12 5 17.59 6.41 19 11 14.41V22h1l4.29-4.29 2.3 2.29L20 18.59m-7-.42v-3.76l1.88 1.88"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bluetooth-settings.svg b/mkdocs-material/material/templates/.icons/material/bluetooth-settings.svg new file mode 100644 index 0000000..0faff1f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bluetooth-settings.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.88 14.29 13 16.17v-3.76zM13 3.83l1.88 1.88L13 7.59m4.71-1.88L12 0h-1v7.59L6.41 3 5 4.41 10.59 10 5 15.59 6.41 17 11 12.41V20h1l5.71-5.71-4.3-4.29zM15 24h2v-2h-2m-8 2h2v-2H7m4 2h2v-2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bluetooth-transfer.svg b/mkdocs-material/material/templates/.icons/material/bluetooth-transfer.svg new file mode 100644 index 0000000..aedd459 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bluetooth-transfer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.71 7.71 10.41 12l4.3 4.29L9 22H8v-7.59L3.41 19 2 17.59 7.59 12 2 6.41 3.41 5 8 9.59V2h1zM10 5.83v3.76l1.88-1.88zm1.88 10.46L10 14.41v3.76zM22 8h-2v3h-2V8h-2l3-4zm0 8-3 4-3-4h2v-3h2v3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bluetooth.svg b/mkdocs-material/material/templates/.icons/material/bluetooth.svg new file mode 100644 index 0000000..4148b9e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bluetooth.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.88 16.29 13 18.17v-3.76m0-8.58 1.88 1.88L13 9.58m4.71-1.87L12 2h-1v7.58L6.41 5 5 6.41 10.59 12 5 17.58 6.41 19 11 14.41V22h1l5.71-5.71-4.3-4.29z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/blur-linear.svg b/mkdocs-material/material/templates/.icons/material/blur-linear.svg new file mode 100644 index 0000000..f0c149f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/blur-linear.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 17a1 1 0 0 0 1-1 1 1 0 0 0-1-1 1 1 0 0 0-1 1 1 1 0 0 0 1 1m0-4a1 1 0 0 0 1-1 1 1 0 0 0-1-1 1 1 0 0 0-1 1 1 1 0 0 0 1 1m0-4a1 1 0 0 0 1-1 1 1 0 0 0-1-1 1 1 0 0 0-1 1 1 1 0 0 0 1 1m4 3.5a.5.5 0 0 0 .5-.5.5.5 0 0 0-.5-.5.5.5 0 0 0-.5.5.5.5 0 0 0 .5.5m0-4a.5.5 0 0 0 .5-.5.5.5 0 0 0-.5-.5.5.5 0 0 0-.5.5.5.5 0 0 0 .5.5M3 3v2h18V3m-4 13.5a.5.5 0 0 0 .5-.5.5.5 0 0 0-.5-.5.5.5 0 0 0-.5.5.5.5 0 0 0 .5.5M9 17a1 1 0 0 0 1-1 1 1 0 0 0-1-1 1 1 0 0 0-1 1 1 1 0 0 0 1 1m-4-3.5A1.5 1.5 0 0 0 6.5 12 1.5 1.5 0 0 0 5 10.5 1.5 1.5 0 0 0 3.5 12 1.5 1.5 0 0 0 5 13.5m0-4A1.5 1.5 0 0 0 6.5 8 1.5 1.5 0 0 0 5 6.5 1.5 1.5 0 0 0 3.5 8 1.5 1.5 0 0 0 5 9.5M3 21h18v-2H3M9 9a1 1 0 0 0 1-1 1 1 0 0 0-1-1 1 1 0 0 0-1 1 1 1 0 0 0 1 1m0 4a1 1 0 0 0 1-1 1 1 0 0 0-1-1 1 1 0 0 0-1 1 1 1 0 0 0 1 1m-4 4.5A1.5 1.5 0 0 0 6.5 16 1.5 1.5 0 0 0 5 14.5 1.5 1.5 0 0 0 3.5 16 1.5 1.5 0 0 0 5 17.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/blur-off.svg b/mkdocs-material/material/templates/.icons/material/blur-off.svg new file mode 100644 index 0000000..3285e9e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/blur-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 13.5a.5.5 0 0 0-.5.5.5.5 0 0 0 .5.5.5.5 0 0 0 .5-.5.5.5 0 0 0-.5-.5M6 17a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1m4 3.5a.5.5 0 0 0-.5.5.5.5 0 0 0 .5.5.5.5 0 0 0 .5-.5.5.5 0 0 0-.5-.5m-7-11a.5.5 0 0 0-.5.5.5.5 0 0 0 .5.5.5.5 0 0 0 .5-.5.5.5 0 0 0-.5-.5M6 13a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1m15 .5a.5.5 0 0 0-.5.5.5.5 0 0 0 .5.5.5.5 0 0 0 .5-.5.5.5 0 0 0-.5-.5M10 17a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1M2.5 5.27l3.78 3.78L6 9a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1c0-.1-.03-.19-.06-.28l2.81 2.81c-.71.11-1.25.73-1.25 1.47a1.5 1.5 0 0 0 1.5 1.5c.74 0 1.36-.54 1.47-1.25l2.81 2.81c-.09-.03-.18-.06-.28-.06a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1c0-.1-.03-.19-.06-.28l3.78 3.78L20 20.23 3.77 4zM14 20.5a.5.5 0 0 0-.5.5.5.5 0 0 0 .5.5.5.5 0 0 0 .5-.5.5.5 0 0 0-.5-.5M18 7a1 1 0 0 0 1-1 1 1 0 0 0-1-1 1 1 0 0 0-1 1 1 1 0 0 0 1 1m0 4a1 1 0 0 0 1-1 1 1 0 0 0-1-1 1 1 0 0 0-1 1 1 1 0 0 0 1 1m0 4a1 1 0 0 0 1-1 1 1 0 0 0-1-1 1 1 0 0 0-1 1 1 1 0 0 0 1 1m-8-8a1 1 0 0 0 1-1 1 1 0 0 0-1-1 1 1 0 0 0-1 1 1 1 0 0 0 1 1m11 3.5a.5.5 0 0 0 .5-.5.5.5 0 0 0-.5-.5.5.5 0 0 0-.5.5.5.5 0 0 0 .5.5m-11-7a.5.5 0 0 0 .5-.5.5.5 0 0 0-.5-.5.5.5 0 0 0-.5.5.5.5 0 0 0 .5.5m4 0a.5.5 0 0 0 .5-.5.5.5 0 0 0-.5-.5.5.5 0 0 0-.5.5.5.5 0 0 0 .5.5m-.2 8h.2a1.5 1.5 0 0 0 1.5-1.5A1.5 1.5 0 0 0 14 8.5a1.5 1.5 0 0 0-1.5 1.5v.2c.11.67.63 1.19 1.3 1.3M14 7a1 1 0 0 0 1-1 1 1 0 0 0-1-1 1 1 0 0 0-1 1 1 1 0 0 0 1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/blur-radial.svg b/mkdocs-material/material/templates/.icons/material/blur-radial.svg new file mode 100644 index 0000000..4b16100 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/blur-radial.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 13a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1m0 3.5a.5.5 0 0 0-.5.5.5.5 0 0 0 .5.5.5.5 0 0 0 .5-.5.5.5 0 0 0-.5-.5M12 20a8 8 0 0 1-8-8 8 8 0 0 1 8-8 8 8 0 0 1 8 8 8 8 0 0 1-8 8m0-18A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m5 7.5a.5.5 0 0 0-.5.5.5.5 0 0 0 .5.5.5.5 0 0 0 .5-.5.5.5 0 0 0-.5-.5m0 4a.5.5 0 0 0-.5.5.5.5 0 0 0 .5.5.5.5 0 0 0 .5-.5.5.5 0 0 0-.5-.5m-3-6a.5.5 0 0 0 .5-.5.5.5 0 0 0-.5-.5.5.5 0 0 0-.5.5.5.5 0 0 0 .5.5M14 9a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1m-4-1.5a.5.5 0 0 0 .5-.5.5.5 0 0 0-.5-.5.5.5 0 0 0-.5.5.5.5 0 0 0 .5.5m-3 6a.5.5 0 0 0-.5.5.5.5 0 0 0 .5.5.5.5 0 0 0 .5-.5.5.5 0 0 0-.5-.5m3 3a.5.5 0 0 0-.5.5.5.5 0 0 0 .5.5.5.5 0 0 0 .5-.5.5.5 0 0 0-.5-.5m-3-7a.5.5 0 0 0-.5.5.5.5 0 0 0 .5.5.5.5 0 0 0 .5-.5.5.5 0 0 0-.5-.5m3 3.5a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1m0-4a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/blur.svg b/mkdocs-material/material/templates/.icons/material/blur.svg new file mode 100644 index 0000000..0adab33 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/blur.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 8.5a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5A1.5 1.5 0 0 0 14 8.5m0 4a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5M10 17a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1m0-8.5A1.5 1.5 0 0 0 8.5 10a1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5A1.5 1.5 0 0 0 10 8.5m4 12a.5.5 0 0 0-.5.5.5.5 0 0 0 .5.5.5.5 0 0 0 .5-.5.5.5 0 0 0-.5-.5m0-3.5a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1m7-3.5a.5.5 0 0 0-.5.5.5.5 0 0 0 .5.5.5.5 0 0 0 .5-.5.5.5 0 0 0-.5-.5M18 5a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1m0 4a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1m0 8a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1m0-4a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1m-8-.5A1.5 1.5 0 0 0 8.5 14a1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5M10 7a1 1 0 0 0 1-1 1 1 0 0 0-1-1 1 1 0 0 0-1 1 1 1 0 0 0 1 1m0-3.5a.5.5 0 0 0 .5-.5.5.5 0 0 0-.5-.5.5.5 0 0 0-.5.5.5.5 0 0 0 .5.5m0 17a.5.5 0 0 0-.5.5.5.5 0 0 0 .5.5.5.5 0 0 0 .5-.5.5.5 0 0 0-.5-.5m-7-7a.5.5 0 0 0-.5.5.5.5 0 0 0 .5.5.5.5 0 0 0 .5-.5.5.5 0 0 0-.5-.5m11-10a.5.5 0 0 0 .5-.5.5.5 0 0 0-.5-.5.5.5 0 0 0-.5.5.5.5 0 0 0 .5.5M14 7a1 1 0 0 0 1-1 1 1 0 0 0-1-1 1 1 0 0 0-1 1 1 1 0 0 0 1 1m7 3.5a.5.5 0 0 0 .5-.5.5.5 0 0 0-.5-.5.5.5 0 0 0-.5.5.5.5 0 0 0 .5.5M6 5a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1M3 9.5a.5.5 0 0 0-.5.5.5.5 0 0 0 .5.5.5.5 0 0 0 .5-.5.5.5 0 0 0-.5-.5M6 9a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1m0 8a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1m0-4a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bolt.svg b/mkdocs-material/material/templates/.icons/material/bolt.svg new file mode 100644 index 0000000..bd3ae51 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bolt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 17.7V21h-4v-.7zM17 3H7v3h10zm-2 4-1 .7V7h-4v3.3L9 11v1l6-3.9zm0 4-1 .7v-2l-4 2.7v2L9 15v1l6-3.9zm0 4-1 .7v-2l-4 2.7v2L9 19v1l6-3.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bomb-off.svg b/mkdocs-material/material/templates/.icons/material/bomb-off.svg new file mode 100644 index 0000000..d1295d4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bomb-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.5 2.75c-1.8 0-3.25 1.45-3.25 3.25H10v1.29c-.69.21-1.33.52-1.92.91l9.71 9.71A6.9 6.9 0 0 0 19 14c0-3.17-2.11-5.85-5-6.71V6h-1.25a1.75 1.75 0 0 1 1.75-1.75A1.75 1.75 0 0 1 16.25 6a2.25 2.25 0 0 0 2.25 2.25c1.24 0 2.24-1.01 2.24-2.25v-.75h-1.49V6c0 .42-.34.75-.75.75-.42 0-.75-.33-.75-.75 0-1.8-1.46-3.25-3.25-3.25M3.41 6.36 2 7.77l3.55 3.55C5.2 12.14 5 13.04 5 14c0 3.86 3.13 7 7 7 .92 0 1.83-.19 2.68-.55L18.23 24l1.41-1.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bomb.svg b/mkdocs-material/material/templates/.icons/material/bomb.svg new file mode 100644 index 0000000..6b7e043 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bomb.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.25 6a3.25 3.25 0 0 1 3.25-3.25A3.25 3.25 0 0 1 17.75 6c0 .42.33.75.75.75s.75-.33.75-.75v-.75h1.5V6a2.25 2.25 0 0 1-2.25 2.25A2.25 2.25 0 0 1 16.25 6a1.75 1.75 0 0 0-1.75-1.75A1.75 1.75 0 0 0 12.75 6H14v1.29c2.89.86 5 3.54 5 6.71a7 7 0 0 1-7 7 7 7 0 0 1-7-7c0-3.17 2.11-5.85 5-6.71V6zM22 6h2v1h-2zm-3-2V2h1v2zm1.91.38 1.42-1.42.71.71-1.42 1.42z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bone-off.svg b/mkdocs-material/material/templates/.icons/material/bone-off.svg new file mode 100644 index 0000000..8a65fe6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bone-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.1 21.5 2.4 1.7 1.1 3l4 4H5c-1.7 0-3 1.3-3 3 0 .8.3 1.5.8 2-.5.5-.8 1.2-.8 2 0 1.7 1.3 3 3 3s3-1.3 3-3c1.3-.1 2.6-.2 3.9-.2l8.9 8.9zM20 16.8l-6.7-6.7c.9 0 1.8-.1 2.7-.1 0-1.7 1.3-3 3-3s3 1.3 3 3c0 .8-.3 1.5-.8 2 .5.5.8 1.2.8 2 0 1.3-.8 2.4-2 2.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bone.svg b/mkdocs-material/material/templates/.icons/material/bone.svg new file mode 100644 index 0000000..57939ce --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bone.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 14a3 3 0 0 1-3 3 3 3 0 0 1-3-3c0-.77.29-1.47.76-2-.47-.53-.76-1.23-.76-2a3 3 0 0 1 3-3 3 3 0 0 1 3 3c1.33.08 2.67.17 4 .17s2.67-.09 4-.17a3 3 0 0 1 3-3 3 3 0 0 1 3 3c0 .77-.29 1.47-.76 2 .47.53.76 1.23.76 2a3 3 0 0 1-3 3 3 3 0 0 1-3-3c-1.33-.08-2.67-.17-4-.17s-2.67.09-4 .17"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-account-outline.svg b/mkdocs-material/material/templates/.icons/material/book-account-outline.svg new file mode 100644 index 0000000..f308792 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-account-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 2a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm0 2h-5v5l-2.5-2.3L8 9V4H6v16h12m-5-9a2 2 0 1 1-2 2 2 2 0 0 1 2-2m4 8H9v-1c0-1.33 2.67-2 4-2s4 .67 4 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-account.svg b/mkdocs-material/material/templates/.icons/material/book-account.svg new file mode 100644 index 0000000..de1ee25 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-account.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 2h-6v7L9.5 7.5 7 9V2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2m-4 10a2 2 0 1 1-2 2 2 2 0 0 1 2-2m4 8h-8v-1c0-1.33 2.67-2 4-2s4 .67 4 2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/book-alert-outline.svg new file mode 100644 index 0000000..50de31d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 2H4c-1.1 0-2 .9-2 2v16a2 2 0 0 0 2 2h12c1.11 0 2-.89 2-2V4a2 2 0 0 0-2-2m0 18H4V4h2v8l2.5-2.25L11 12V4h5zm4-5h2v2h-2zm2-8v6h-2V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-alert.svg b/mkdocs-material/material/templates/.icons/material/book-alert.svg new file mode 100644 index 0000000..747be29 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 4v16c0 1.11-.89 2-2 2H4a2 2 0 0 1-2-2V4c0-1.1.9-2 2-2h1v7l2.5-1.5L10 9V2h6a2 2 0 0 1 2 2m2 13h2v-2h-2zm0-10v6h2V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-alphabet.svg b/mkdocs-material/material/templates/.icons/material/book-alphabet.svg new file mode 100644 index 0000000..97cd5e4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-alphabet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.81 2C4.83 2.09 4 3 4 4v16c0 1.05.95 2 2 2h12c1.05 0 2-.95 2-2V4a2 2 0 0 0-2-2h-6v7L9.5 7.5 7 9V2H5.81M12 13h1a1 1 0 0 1 1 1v4h-1v-2h-1v2h-1v-4a1 1 0 0 1 1-1m0 1v1h1v-1zm3 1h3v1l-2 3h2v1h-3v-1l2-3h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-arrow-down-outline.svg b/mkdocs-material/material/templates/.icons/material/book-arrow-down-outline.svg new file mode 100644 index 0000000..53787dc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-arrow-down-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.09 20c.12.72.37 1.39.72 2H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v9.09c-.33-.05-.66-.09-1-.09s-.67.04-1 .09V4h-5v8l-2.5-2.25L8 12V4H6v16zM20 20v-4h-2v4h-2l3 3 3-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-arrow-down.svg b/mkdocs-material/material/templates/.icons/material/book-arrow-down.svg new file mode 100644 index 0000000..cdf6efb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-arrow-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0 1.1.3 2.12.81 3H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h1v7l2.5-1.5L12 9V2h6a2 2 0 0 1 2 2v9.09c-.33-.05-.66-.09-1-.09-3.31 0-6 2.69-6 6m7 1v-4h-2v4h-2l3 3 3-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-arrow-left-outline.svg b/mkdocs-material/material/templates/.icons/material/book-arrow-left-outline.svg new file mode 100644 index 0000000..953b38a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-arrow-left-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.09 20c.12.72.37 1.39.72 2H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v9.09c-.33-.05-.66-.09-1-.09s-.67.04-1 .09V4h-5v8l-2.5-2.25L8 12V4H6v16zM18 18v-2l-3 3 3 3v-2h4v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-arrow-left.svg b/mkdocs-material/material/templates/.icons/material/book-arrow-left.svg new file mode 100644 index 0000000..b6c56e0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-arrow-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0 1.1.3 2.12.81 3H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h1v7l2.5-1.5L12 9V2h6a2 2 0 0 1 2 2v9.09c-.33-.05-.66-.09-1-.09-3.31 0-6 2.69-6 6m5-1v-2l-3 3 3 3v-2h4v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-arrow-right-outline.svg b/mkdocs-material/material/templates/.icons/material/book-arrow-right-outline.svg new file mode 100644 index 0000000..a599426 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-arrow-right-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.09 20c.12.72.37 1.39.72 2H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v9.09c-.33-.05-.66-.09-1-.09s-.67.04-1 .09V4h-5v8l-2.5-2.25L8 12V4H6v16zM23 19l-3-3v2h-4v2h4v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-arrow-right.svg b/mkdocs-material/material/templates/.icons/material/book-arrow-right.svg new file mode 100644 index 0000000..4611915 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-arrow-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0 1.1.3 2.12.81 3H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h1v7l2.5-1.5L12 9V2h6a2 2 0 0 1 2 2v9.09c-.33-.05-.66-.09-1-.09-3.31 0-6 2.69-6 6m10 0-3-3v2h-4v2h4v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-arrow-up-outline.svg b/mkdocs-material/material/templates/.icons/material/book-arrow-up-outline.svg new file mode 100644 index 0000000..677dc04 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-arrow-up-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.09 20c.12.72.37 1.39.72 2H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v9.09c-.33-.05-.66-.09-1-.09s-.67.04-1 .09V4h-5v8l-2.5-2.25L8 12V4H6v16zM19 15l-3 3h2v4h2v-4h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-arrow-up.svg b/mkdocs-material/material/templates/.icons/material/book-arrow-up.svg new file mode 100644 index 0000000..0de2bd7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-arrow-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0 1.1.3 2.12.81 3H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h1v7l2.5-1.5L12 9V2h6a2 2 0 0 1 2 2v9.09c-.33-.05-.66-.09-1-.09-3.31 0-6 2.69-6 6m6-4-3 3h2v4h2v-4h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-cancel-outline.svg b/mkdocs-material/material/templates/.icons/material/book-cancel-outline.svg new file mode 100644 index 0000000..2f2a05f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-cancel-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.18 20c.18.72.47 1.39.86 2H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8.18c-.5-.11-1-.18-1.5-.18-.17 0-.33 0-.5.03V4h-5v8l-2.5-2.25L8 12V4H6v16zM23 18.5c0 2.5-2 4.5-4.5 4.5S14 21 14 18.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5m-3 2.58L15.92 17c-.27.42-.42.94-.42 1.5 0 1.66 1.34 3 3 3 .56 0 1.08-.15 1.5-.42m1.5-2.58c0-1.66-1.34-3-3-3-.56 0-1.08.15-1.5.42L21.08 20c.27-.42.42-.94.42-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-cancel.svg b/mkdocs-material/material/templates/.icons/material/book-cancel.svg new file mode 100644 index 0000000..78e3f40 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-cancel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 18.5c0 1.29.39 2.5 1.04 3.5H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h1v7l2.5-1.5L12 9V2h6a2 2 0 0 1 2 2v8.18c-.5-.11-1-.18-1.5-.18a6.5 6.5 0 0 0-6.5 6.5m11 0c0 2.5-2 4.5-4.5 4.5S14 21 14 18.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5m-3 2.58L15.92 17c-.27.42-.42.94-.42 1.5 0 1.66 1.34 3 3 3 .56 0 1.08-.15 1.5-.42m1.5-2.58c0-1.66-1.34-3-3-3-.56 0-1.08.15-1.5.42L21.08 20c.27-.42.42-.94.42-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-check-outline.svg b/mkdocs-material/material/templates/.icons/material/book-check-outline.svg new file mode 100644 index 0000000..83778db --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.75 22.16-2.75-3L15.16 18l1.59 1.59L20.34 16l1.16 1.41zM18 2c1.1 0 2 .9 2 2v9.34c-.63-.22-1.3-.34-2-.34V4h-5v8l-2.5-2.25L8 12V4H6v16h6.08c.12.72.37 1.39.72 2H6c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-check.svg b/mkdocs-material/material/templates/.icons/material/book-check.svg new file mode 100644 index 0000000..a273a8e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.75 22.16-2.75-3L15.16 18l1.59 1.59L20.34 16l1.16 1.41zM6 22a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2h1v7l2.5-1.5L12 9V2h6a2 2 0 0 1 2 2v9.34A6.005 6.005 0 0 0 12.8 22z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-clock-outline.svg b/mkdocs-material/material/templates/.icons/material/book-clock-outline.svg new file mode 100644 index 0000000..f95f544 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-clock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11.26V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v16c0 1.11.89 2 2 2h5.11c1.26 1.24 2.98 2 4.89 2 3.87 0 7-3.13 7-7 0-2.38-1.19-4.47-3-5.74M18 4v6.29c-.63-.18-1.3-.29-2-.29-1.07 0-2.09.25-3 .68V4zM6 4h2v8l2.5-2.25 1.6 1.44A7 7 0 0 0 9 17c0 1.08.25 2.09.68 3H6zm10 18c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5m.5-4.75 2.86 1.69-.75 1.22L15 18v-5h1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-clock.svg b/mkdocs-material/material/templates/.icons/material/book-clock.svg new file mode 100644 index 0000000..b2387d7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-clock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.5 17.25 2.86 1.69-.75 1.22L15 18v-5h1.5zM23 17c0 3.87-3.13 7-7 7-1.91 0-3.63-.76-4.89-2H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h1v7l2.5-1.5L12 9V2h6a2 2 0 0 1 2 2v7.26c1.81 1.27 3 3.36 3 5.74m-2 0c0-2.76-2.24-5-5-5s-5 2.24-5 5 2.24 5 5 5 5-2.24 5-5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-cog-outline.svg b/mkdocs-material/material/templates/.icons/material/book-cog-outline.svg new file mode 100644 index 0000000..c7fd922 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-cog-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 4h-5v8l-2.5-2.25L8 12V4H6v16h6.08c.1.71.31 1.38.61 2H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8.08c-.33-.05-.66-.08-1-.08s-.67.03-1 .08zm5.8 16.4c.1 0 .1.1 0 .2l-1 1.7c-.1.1-.2.1-.3.1l-1.2-.4c-.3.2-.5.3-.8.5l-.2 1.3c0 .1-.1.2-.2.2h-2c-.1 0-.2-.1-.3-.2l-.2-1.3c-.3-.1-.6-.3-.8-.5l-1.2.5c-.1 0-.2 0-.3-.1l-1-1.7c-.1-.1 0-.2.1-.3l1.1-.8v-1l-1.1-.8c-.1-.1-.1-.2-.1-.3l1-1.7c.1-.1.2-.1.3-.1l1.2.5c.3-.2.5-.3.8-.5l.2-1.3c0-.1.1-.2.3-.2h2c.1 0 .2.1.2.2l.2 1.3c.3.1.6.3.9.5l1.2-.5c.1 0 .3 0 .3.1l1 1.7c.1.1 0 .2-.1.3l-1.1.8v1zM20.5 19c0-.8-.7-1.5-1.5-1.5s-1.5.7-1.5 1.5.7 1.5 1.5 1.5 1.5-.7 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-cog.svg b/mkdocs-material/material/templates/.icons/material/book-cog.svg new file mode 100644 index 0000000..11d414d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-cog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 19c0 1.08.25 2.09.68 3H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h1v7l2.5-1.5L12 9V2h6a2 2 0 0 1 2 2v8.08c-.33-.05-.66-.08-1-.08-3.87 0-7 3.13-7 7m11.8 1.4c.1 0 .1.1 0 .2l-1 1.7c-.1.1-.2.1-.3.1l-1.2-.4c-.3.2-.5.3-.8.5l-.2 1.3c0 .1-.1.2-.2.2h-2c-.1 0-.2-.1-.3-.2l-.2-1.3c-.3-.1-.6-.3-.8-.5l-1.2.5c-.1 0-.2 0-.3-.1l-1-1.7c-.1-.1 0-.2.1-.3l1.1-.8v-1l-1.1-.8c-.1-.1-.1-.2-.1-.3l1-1.7c.1-.1.2-.1.3-.1l1.2.5c.3-.2.5-.3.8-.5l.2-1.3c0-.1.1-.2.3-.2h2c.1 0 .2.1.2.2l.2 1.3c.3.1.6.3.9.5l1.2-.5c.1 0 .3 0 .3.1l1 1.7c.1.1 0 .2-.1.3l-1.1.8v1zM20.5 19c0-.8-.7-1.5-1.5-1.5s-1.5.7-1.5 1.5.7 1.5 1.5 1.5 1.5-.7 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-cross.svg b/mkdocs-material/material/templates/.icons/material/book-cross.svg new file mode 100644 index 0000000..1bca882 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-cross.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.81 2H7v7l2.5-1.5L12 9V2h6a2 2 0 0 1 2 2v16c0 1.05-.95 2-2 2H6c-1.05 0-2-.95-2-2V4c0-1 .83-1.91 1.81-2M13 10v3h-3v2h3v5h2v-5h3v-2h-3v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-edit-outline.svg b/mkdocs-material/material/templates/.icons/material/book-edit-outline.svg new file mode 100644 index 0000000..b5ff5dd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-edit-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 20h5v2H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v6.3c-.22.12-.43.26-.61.44L18 12.13V4h-5v8l-2.5-2.25L8 12V4H6zm16.85-6.53-1.32-1.32c-.2-.2-.53-.2-.72 0l-.98.98 2.04 2.04.98-.98c.2-.19.2-.52 0-.72M13 19.96V22h2.04l6.13-6.12-2.04-2.05z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-edit.svg b/mkdocs-material/material/templates/.icons/material/book-edit.svg new file mode 100644 index 0000000..ccdbba3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.39 10.74 11 19.13V22H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h1v7l2.5-1.5L12 9V2h6a2 2 0 0 1 2 2v6.3c-.22.12-.43.26-.61.44M13 19.96V22h2.04l6.13-6.12-2.04-2.05zm9.85-6.49-1.32-1.32c-.2-.2-.53-.2-.72 0l-.98.98 2.04 2.04.98-.98c.2-.19.2-.52 0-.72"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-education-outline.svg b/mkdocs-material/material/templates/.icons/material/book-education-outline.svg new file mode 100644 index 0000000..36fecd0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-education-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 20h7v2H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8.54l-1.5-.82-.5.28V4h-5v8l-2.5-2.25L8 12V4H6zm18-3-5.5-3-5.5 3 5.5 3zm-9 2.09v2L18.5 23l3.5-1.91v-2L18.5 21z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-education.svg b/mkdocs-material/material/templates/.icons/material/book-education.svg new file mode 100644 index 0000000..726df7f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-education.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.82 17 13 19.28V22H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h1v7l2.5-1.5L12 9V2h6a2 2 0 0 1 2 2v8.54l-1.5-.82zM24 17l-5.5-3-5.5 3 5.5 3zm-9 2.09v2L18.5 23l3.5-1.91v-2L18.5 21z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-heart-outline.svg b/mkdocs-material/material/templates/.icons/material/book-heart-outline.svg new file mode 100644 index 0000000..02b37e1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-heart-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19 23.3-.6-.5c-2-1.9-3.4-3.1-3.4-4.6 0-1.2 1-2.2 2.2-2.2.7 0 1.4.3 1.8.8.4-.5 1.1-.8 1.8-.8 1.2 0 2.2.9 2.2 2.2 0 1.5-1.4 2.7-3.4 4.6zM18 2c1.1 0 2 .9 2 2v9.08L19 13l-1 .08V4h-5v8l-2.5-2.25L8 12V4H6v16h7.08c.12.72.37 1.39.72 2H6c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-heart.svg b/mkdocs-material/material/templates/.icons/material/book-heart.svg new file mode 100644 index 0000000..20d9b8c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-heart.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19 23.3-.6-.5c-2-1.9-3.4-3.1-3.4-4.6 0-1.2 1-2.2 2.2-2.2.7 0 1.4.3 1.8.8.4-.5 1.1-.8 1.8-.8 1.2 0 2.2.9 2.2 2.2 0 1.5-1.4 2.7-3.4 4.6zM6 22a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2h1v7l2.5-1.5L12 9V2h6a2 2 0 0 1 2 2v9.08L19 13a6.005 6.005 0 0 0-5.2 9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-information-variant.svg b/mkdocs-material/material/templates/.icons/material/book-information-variant.svg new file mode 100644 index 0000000..9502e15 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-information-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 2h-6v7L9.5 7.5 7 9V2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4a2 2 0 0 0-2-2m-.32 16.41c-.11.09-1.21.84-1.63 1.09-.42.29-2.05 1.22-1.79-.58.63-3.64 1.85-5.8.39-4.86-.38.23-.6.37-.74.44-.13.11-.12.1-.23-.09s-.15-.18-.01-.28c0 0 2.23-1.79 3.05-1.85.78-.07.59.89.52 1.33-.46 1.85-1.3 4.54-1.17 4.93.11.39.93-.23 1.37-.54 0 0 .06-.07.17.05.11.17.22.25.07.36m-.71-7.35c-.57 0-1.03-.46-1.03-1.03S16.4 9 16.97 9 18 9.46 18 10.03s-.46 1.03-1.03 1.03"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-lock-open-outline.svg b/mkdocs-material/material/templates/.icons/material/book-lock-open-outline.svg new file mode 100644 index 0000000..690c21a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-lock-open-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20.7c0 .46.1.9.27 1.3H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v5.11c-.32-.07-.66-.11-1-.11s-.68.04-1 .11V4h-5v8l-2.5-2.25L8 12V4H6v16h7zm8.8-4.7h-4.3v-2.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3v.5h1.3v-.5c0-1.4-1.4-2.5-2.8-2.5s-2.8 1.1-2.8 2.5V16c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-lock-open.svg b/mkdocs-material/material/templates/.icons/material/book-lock-open.svg new file mode 100644 index 0000000..1ba778f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-lock-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.2 13.5v1.24c-.7.6-1.2 1.5-1.2 2.46v3.5c0 .46.1.9.27 1.3H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h1v7l2.5-1.5L12 9V2h6a2 2 0 0 1 2 2v5.11c-.32-.07-.66-.11-1-.11-2.6 0-4.8 2.06-4.8 4.5m7.6 2.5h-4.3v-2.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3v.5h1.3v-.5c0-1.4-1.4-2.5-2.8-2.5s-2.8 1.1-2.8 2.5V16c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-lock-outline.svg b/mkdocs-material/material/templates/.icons/material/book-lock-outline.svg new file mode 100644 index 0000000..09d64ad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-lock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20.7c0 .46.1.9.27 1.3H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v6.11c-.32-.07-.66-.11-1-.11s-.68.04-1 .11V4h-5v8l-2.5-2.25L8 12V4H6v16h7zm10-3.4v3.5c0 .6-.6 1.2-1.3 1.2h-5.5c-.6 0-1.2-.6-1.2-1.3v-3.5c0-.6.6-1.2 1.2-1.2v-1.5c0-1.4 1.4-2.5 2.8-2.5s2.8 1.1 2.8 2.5V16c.6 0 1.2.6 1.2 1.3m-2.5-2.8c0-.8-.7-1.3-1.5-1.3s-1.5.5-1.5 1.3V16h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-lock.svg b/mkdocs-material/material/templates/.icons/material/book-lock.svg new file mode 100644 index 0000000..734bc4c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.2 14.5v.24c-.7.6-1.2 1.5-1.2 2.46v3.5c0 .46.1.9.27 1.3H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h1v7l2.5-1.5L12 9V2h6a2 2 0 0 1 2 2v6.11c-.32-.07-.66-.11-1-.11-2.6 0-4.8 2.06-4.8 4.5m8.8 2.8v3.5c0 .6-.6 1.2-1.3 1.2h-5.5c-.6 0-1.2-.6-1.2-1.3v-3.5c0-.6.6-1.2 1.2-1.2v-1.5c0-1.4 1.4-2.5 2.8-2.5s2.8 1.1 2.8 2.5V16c.6 0 1.2.6 1.2 1.3m-2.5-2.8c0-.8-.7-1.3-1.5-1.3s-1.5.5-1.5 1.3V16h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-marker-outline.svg b/mkdocs-material/material/templates/.icons/material/book-marker-outline.svg new file mode 100644 index 0000000..286cdff --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-marker-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.55 20c.45.76.95 1.44 1.36 2H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v6.22c-.5-.14-1-.22-1.5-.22-.17 0-.33 0-.5.03V4h-5v8l-2.5-2.25L8 12V4H6v16zM22 15.5c0 2.6-3.5 6.5-3.5 6.5S15 18.1 15 15.5c0-1.9 1.6-3.5 3.5-3.5s3.5 1.6 3.5 3.5m-2.3.1c0-.6-.6-1.2-1.2-1.2s-1.2.5-1.2 1.2c0 .6.5 1.2 1.2 1.2s1.3-.6 1.2-1.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-marker.svg b/mkdocs-material/material/templates/.icons/material/book-marker.svg new file mode 100644 index 0000000..2b1804c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-marker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 15.5c0 2.28 1.7 4.91 2.91 6.5H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h1v7l2.5-1.5L12 9V2h6a2 2 0 0 1 2 2v6.22c-.5-.14-1-.22-1.5-.22-3 0-5.5 2.5-5.5 5.5m9 0c0 2.6-3.5 6.5-3.5 6.5S15 18.1 15 15.5c0-1.9 1.6-3.5 3.5-3.5s3.5 1.6 3.5 3.5m-2.3.1c0-.6-.6-1.2-1.2-1.2s-1.2.5-1.2 1.2c0 .6.5 1.2 1.2 1.2s1.3-.6 1.2-1.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-minus-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/book-minus-multiple-outline.svg new file mode 100644 index 0000000..50d1b6b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-minus-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.09 20H5V6H3v14a2 2 0 0 0 2 2h8.81a5.5 5.5 0 0 1-.72-2M19 2H9c-1.1 0-2 .9-2 2v12a2 2 0 0 0 2 2h4.09c.11-.71.35-1.39.72-2H9V4h2v6l2.5-2.25L16 10V4h3v9c.68 0 1.36.11 2 .34V4a2 2 0 0 0-2-2m4 16v2h-8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-minus-multiple.svg b/mkdocs-material/material/templates/.icons/material/book-minus-multiple.svg new file mode 100644 index 0000000..bb4e3a9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-minus-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.09 20H5V6H3v14a2 2 0 0 0 2 2h8.81a5.5 5.5 0 0 1-.72-2M19 2h-5v5l-2-1.5L10 7V2H9c-1.1 0-2 .9-2 2v12a2 2 0 0 0 2 2h4.09A6 6 0 0 1 20 13.08c.34.06.68.15 1 .26V4a2 2 0 0 0-2-2m4 16v2h-8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/book-minus-outline.svg new file mode 100644 index 0000000..df05b26 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.09 20c.12.72.37 1.39.72 2H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v9.09c-.33-.05-.66-.09-1-.09s-.67.04-1 .09V4h-5v8l-2.5-2.25L8 12V4H6v16zM15 18v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-minus.svg b/mkdocs-material/material/templates/.icons/material/book-minus.svg new file mode 100644 index 0000000..7db3dc8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0 1.1.3 2.12.81 3H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h1v7l2.5-1.5L12 9V2h6a2 2 0 0 1 2 2v9.09c-.33-.05-.66-.09-1-.09-3.31 0-6 2.69-6 6m2-1v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/book-multiple-outline.svg new file mode 100644 index 0000000..bdc3b70 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 2a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm0 2h-3v6l-2.5-2.25L11 10V4H9v12h10M3 20a2 2 0 0 0 2 2h12v-2H5V6H3Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-multiple.svg b/mkdocs-material/material/templates/.icons/material/book-multiple.svg new file mode 100644 index 0000000..b95afc0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 18H9a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h1v5l2-1.5L14 7V2h5a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2m-2 2v2H5a2 2 0 0 1-2-2V6h2v14z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-music-outline.svg b/mkdocs-material/material/templates/.icons/material/book-music-outline.svg new file mode 100644 index 0000000..fdb2bdd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-music-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20.5c0 .53.09 1.03.26 1.5H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v7h-2V4h-5v8l-2.5-2.25L8 12V4H6v16h7.04c-.01.17-.04.33-.04.5m7-7.5h-1.5v5.21a2.5 2.5 0 1 0-1 4.79 2.5 2.5 0 0 0 2.5-2.5V15h2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-music.svg b/mkdocs-material/material/templates/.icons/material/book-music.svg new file mode 100644 index 0000000..d3d572f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-music.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20.5c0 .53.09 1.03.26 1.5H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h1v7l2.5-1.5L12 9V2h6a2 2 0 0 1 2 2v7h-3.5v5.11c-2 .46-3.5 2.25-3.5 4.39m7-7.5h-1.5v5.21a2.5 2.5 0 1 0-1 4.79 2.5 2.5 0 0 0 2.5-2.5V15h2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-off-outline.svg b/mkdocs-material/material/templates/.icons/material/book-off-outline.svg new file mode 100644 index 0000000..d621e8d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m6 14.8-2 2V4a2 2 0 0 1 2-2h12c.24 0 .47.04.68.12L16.8 4H13v3.8L10.79 10l-.29-.25L8 12V4H6zM22.89 3 20 5.89V20c0 1.11-.89 2-2 2H6c-.58 0-1.1-.25-1.46-.65l-1.38 1.38-1.27-1.27L21.61 1.73zM18 7.89l-12 12V20h12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-off.svg b/mkdocs-material/material/templates/.icons/material/book-off.svg new file mode 100644 index 0000000..3e8d4e8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.68 2.12 12 8.8V2h6c.24 0 .46.05.68.12M9.5 7.5 7 9V2H6a2 2 0 0 0-2 2v12.8l7.88-7.87zm12.11-5.77L1.89 21.46l1.27 1.27 1.38-1.38c.36.4.88.65 1.46.65h12c1.11 0 2-.89 2-2V5.89L22.89 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-open-blank-variant-outline.svg b/mkdocs-material/material/templates/.icons/material/book-open-blank-variant-outline.svg new file mode 100644 index 0000000..382a961 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-open-blank-variant-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 21.5c-1.35-.85-3.8-1.5-5.5-1.5-1.65 0-3.35.3-4.75 1.05-.1.05-.15.05-.25.05-.25 0-.5-.25-.5-.5V6c.6-.45 1.25-.75 2-1 1.11-.35 2.33-.5 3.5-.5 1.95 0 4.05.4 5.5 1.5 1.45-1.1 3.55-1.5 5.5-1.5 1.17 0 2.39.15 3.5.5.75.25 1.4.55 2 1v14.6c0 .25-.25.5-.5.5-.1 0-.15 0-.25-.05-1.4-.75-3.1-1.05-4.75-1.05-1.7 0-4.15.65-5.5 1.5m-1-14c-1.36-.6-3.16-1-4.5-1-1.2 0-2.4.15-3.5.5v11.5c1.1-.35 2.3-.5 3.5-.5 1.34 0 3.14.4 4.5 1zM13 19c1.36-.6 3.16-1 4.5-1 1.2 0 2.4.15 3.5.5V7c-1.1-.35-2.3-.5-3.5-.5-1.34 0-3.14.4-4.5 1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-open-blank-variant.svg b/mkdocs-material/material/templates/.icons/material/book-open-blank-variant.svg new file mode 100644 index 0000000..95f83dd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-open-blank-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.5 20c1.7 0 4.15.65 5.5 1.5 1.35-.85 3.8-1.5 5.5-1.5 1.65 0 3.35.3 4.75 1.05.1.05.15.05.25.05.25 0 .5-.25.5-.5V6c-.6-.45-1.25-.75-2-1-1.11-.35-2.33-.5-3.5-.5-1.95 0-4.05.4-5.5 1.5-1.45-1.1-3.55-1.5-5.5-1.5-1.17 0-2.39.15-3.5.5-.75.25-1.4.55-2 1v14.6c0 .25.25.5.5.5.1 0 .15 0 .25-.05C3.15 20.3 4.85 20 6.5 20m5.5-.5V8c1.35-.85 3.8-1.5 5.5-1.5 1.2 0 2.4.15 3.5.5v11.5c-1.1-.35-2.3-.5-3.5-.5-1.7 0-4.15.65-5.5 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-open-outline.svg b/mkdocs-material/material/templates/.icons/material/book-open-outline.svg new file mode 100644 index 0000000..d6d76c8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-open-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 4H3a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2M3 19V6h8v13zm18 0h-8V6h8zm-7-9.5h6V11h-6zm0 2.5h6v1.5h-6zm0 2.5h6V16h-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-open-page-variant-outline.svg b/mkdocs-material/material/templates/.icons/material/book-open-page-variant-outline.svg new file mode 100644 index 0000000..52885d9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-open-page-variant-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19 1-5 5v11l5-4.5zm2 4v13.5c-1.1-.35-2.3-.5-3.5-.5-1.7 0-4.15.65-5.5 1.5V6c-1.45-1.1-3.55-1.5-5.5-1.5S2.45 4.9 1 6v14.65c0 .25.25.5.5.5.1 0 .15-.05.25-.05C3.1 20.45 5.05 20 6.5 20c1.95 0 4.05.4 5.5 1.5 1.35-.85 3.8-1.5 5.5-1.5 1.65 0 3.35.3 4.75 1.05.1.05.15.05.25.05.25 0 .5-.25.5-.5V6c-.6-.45-1.25-.75-2-1M10 18.41C8.75 18.09 7.5 18 6.5 18c-1.06 0-2.32.19-3.5.5V7.13c.91-.4 2.14-.63 3.5-.63s2.59.23 3.5.63z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-open-page-variant.svg b/mkdocs-material/material/templates/.icons/material/book-open-page-variant.svg new file mode 100644 index 0000000..4a33947 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-open-page-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19 2-5 4.5v11l5-4.5zM6.5 5C4.55 5 2.45 5.4 1 6.5v14.66c0 .25.25.5.5.5.1 0 .15-.07.25-.07 1.35-.65 3.3-1.09 4.75-1.09 1.95 0 4.05.4 5.5 1.5 1.35-.85 3.8-1.5 5.5-1.5 1.65 0 3.35.31 4.75 1.06.1.05.15.03.25.03.25 0 .5-.25.5-.5V6.5c-.6-.45-1.25-.75-2-1V19c-1.1-.35-2.3-.5-3.5-.5-1.7 0-4.15.65-5.5 1.5V6.5C10.55 5.4 8.45 5 6.5 5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-open-variant-outline.svg b/mkdocs-material/material/templates/.icons/material/book-open-variant-outline.svg new file mode 100644 index 0000000..3f0e4c5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-open-variant-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 21.5c-1.35-.85-3.8-1.5-5.5-1.5-1.65 0-3.35.3-4.75 1.05-.1.05-.15.05-.25.05-.25 0-.5-.25-.5-.5V6c.6-.45 1.25-.75 2-1 1.11-.35 2.33-.5 3.5-.5 1.95 0 4.05.4 5.5 1.5 1.45-1.1 3.55-1.5 5.5-1.5 1.17 0 2.39.15 3.5.5.75.25 1.4.55 2 1v14.6c0 .25-.25.5-.5.5-.1 0-.15 0-.25-.05-1.4-.75-3.1-1.05-4.75-1.05-1.7 0-4.15.65-5.5 1.5m-1-14c-1.36-.6-3.16-1-4.5-1-1.2 0-2.4.15-3.5.5v11.5c1.1-.35 2.3-.5 3.5-.5 1.34 0 3.14.4 4.5 1zM13 19c1.36-.6 3.16-1 4.5-1 1.2 0 2.4.15 3.5.5V7c-1.1-.35-2.3-.5-3.5-.5-1.34 0-3.14.4-4.5 1zm1-2.65c.96-.35 2.12-.52 3.5-.52 1.04 0 1.88.08 2.5.24v-1.5a13.9 13.9 0 0 0-6 .19zm0-2.66c.96-.35 2.12-.53 3.5-.53 1.04 0 1.88.08 2.5.24v-1.5c-.87-.16-1.71-.23-2.5-.23-1.28 0-2.45.15-3.5.45zM14 11c.96-.33 2.12-.5 3.5-.5.91 0 1.76.09 2.5.28V9.23c-.87-.15-1.71-.23-2.5-.23-1.32 0-2.5.15-3.5.46z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-open-variant.svg b/mkdocs-material/material/templates/.icons/material/book-open-variant.svg new file mode 100644 index 0000000..b90df31 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-open-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 21.5c-1.35-.85-3.8-1.5-5.5-1.5-1.65 0-3.35.3-4.75 1.05-.1.05-.15.05-.25.05-.25 0-.5-.25-.5-.5V6c.6-.45 1.25-.75 2-1 1.11-.35 2.33-.5 3.5-.5 1.95 0 4.05.4 5.5 1.5 1.45-1.1 3.55-1.5 5.5-1.5 1.17 0 2.39.15 3.5.5.75.25 1.4.55 2 1v14.6c0 .25-.25.5-.5.5-.1 0-.15 0-.25-.05-1.4-.75-3.1-1.05-4.75-1.05-1.7 0-4.15.65-5.5 1.5M12 8v11.5c1.35-.85 3.8-1.5 5.5-1.5 1.2 0 2.4.15 3.5.5V7c-1.1-.35-2.3-.5-3.5-.5-1.7 0-4.15.65-5.5 1.5m1 3.5c1.11-.68 2.6-1 4.5-1 .91 0 1.76.09 2.5.28V9.23c-.87-.15-1.71-.23-2.5-.23q-2.655 0-4.5.84zm4.5.17c-1.71 0-3.21.26-4.5.79v1.69c1.11-.65 2.6-.99 4.5-.99 1.04 0 1.88.08 2.5.24v-1.5c-.87-.16-1.71-.23-2.5-.23m2.5 2.9c-.87-.16-1.71-.24-2.5-.24-1.83 0-3.33.27-4.5.8v1.69c1.11-.66 2.6-.99 4.5-.99 1.04 0 1.88.08 2.5.24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-open.svg b/mkdocs-material/material/templates/.icons/material/book-open.svg new file mode 100644 index 0000000..225cc23 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 12h7v1.5h-7m0-4h7V11h-7m0 3.5h7V16h-7m8-12H3a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2m0 15h-9V6h9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-outline.svg b/mkdocs-material/material/templates/.icons/material/book-outline.svg new file mode 100644 index 0000000..cbf39bf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 2a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm0 2h-5v8l-2.5-2.25L8 12V4H6v16h12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-play-outline.svg b/mkdocs-material/material/templates/.icons/material/book-play-outline.svg new file mode 100644 index 0000000..17320a9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-play-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.09 20c.12.72.37 1.39.72 2H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v9.09c-.33-.05-.66-.09-1-.09s-.67.04-1 .09V4h-5v8l-2.5-2.25L8 12V4H6v16zM17 16v6l5-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-play.svg b/mkdocs-material/material/templates/.icons/material/book-play.svg new file mode 100644 index 0000000..8049297 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-play.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0 1.1.3 2.12.81 3H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h1v7l2.5-1.5L12 9V2h6a2 2 0 0 1 2 2v9.09c-.33-.05-.66-.09-1-.09-3.31 0-6 2.69-6 6m4-3v6l5-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-plus-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/book-plus-multiple-outline.svg new file mode 100644 index 0000000..628c6a7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-plus-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.09 20H5V6H3v14a2 2 0 0 0 2 2h8.81a5.5 5.5 0 0 1-.72-2M19 2H9a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h4.09a5.5 5.5 0 0 1 .72-2H9V4h2v6l2.5-2.25L16 10V4h3v9a6 6 0 0 1 2 .34V4a2 2 0 0 0-2-2m1 13v3h3v2h-3v3h-2v-3h-3v-2h3v-3Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-plus-multiple.svg b/mkdocs-material/material/templates/.icons/material/book-plus-multiple.svg new file mode 100644 index 0000000..ab9dcdb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-plus-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.09 20H5V6H3v14a2 2 0 0 0 2 2h8.81a5.5 5.5 0 0 1-.72-2M19 2h-5v5l-2-1.5L10 7V2H9a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h4.09A6 6 0 0 1 21 13.34V4a2 2 0 0 0-2-2m1 13v3h3v2h-3v3h-2v-3h-3v-2h3v-3Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/book-plus-outline.svg new file mode 100644 index 0000000..1c0f2c3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.09 20c.12.72.37 1.39.72 2H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v9.09c-.33-.05-.66-.09-1-.09s-.67.04-1 .09V4h-5v8l-2.5-2.25L8 12V4H6v16zM20 18v-3h-2v3h-3v2h3v3h2v-3h3v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-plus.svg b/mkdocs-material/material/templates/.icons/material/book-plus.svg new file mode 100644 index 0000000..93a2774 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0 1.1.3 2.12.81 3H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h1v7l2.5-1.5L12 9V2h6a2 2 0 0 1 2 2v9.09c-.33-.05-.66-.09-1-.09-3.31 0-6 2.69-6 6m7-1v-3h-2v3h-3v2h3v3h2v-3h3v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-refresh-outline.svg b/mkdocs-material/material/templates/.icons/material/book-refresh-outline.svg new file mode 100644 index 0000000..17be240 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-refresh-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.18 20c.18.72.47 1.39.86 2H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8.18c-.5-.11-1-.18-1.5-.18-.17 0-.33 0-.5.03V4h-5v8l-2.5-2.25L8 12V4H6v16zM22 18.5v-4l-1.17 1.17A4 4 0 0 0 18 14.5c-2.21 0-4 1.79-4 4s1.79 4 4 4c1.68 0 3.12-1.03 3.71-2.5H20a2.5 2.5 0 1 1-.23-3.27L18 18.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-refresh.svg b/mkdocs-material/material/templates/.icons/material/book-refresh.svg new file mode 100644 index 0000000..85e0bd7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-refresh.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 18.5c0 1.29.39 2.5 1.04 3.5H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h1v7l2.5-1.5L12 9V2h6a2 2 0 0 1 2 2v8.18c-.5-.11-1-.18-1.5-.18a6.5 6.5 0 0 0-6.5 6.5m10 0v-4l-1.17 1.17A4 4 0 0 0 18 14.5c-2.21 0-4 1.79-4 4s1.79 4 4 4c1.68 0 3.12-1.03 3.71-2.5H20a2.5 2.5 0 1 1-.23-3.27L18 18.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-remove-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/book-remove-multiple-outline.svg new file mode 100644 index 0000000..3504a9e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-remove-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.09 20H5V6H3v14a2 2 0 0 0 2 2h8.81a5.5 5.5 0 0 1-.72-2M19 2H9a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h4.09a5.5 5.5 0 0 1 .72-2H9V4h2v6l2.5-2.25L16 10V4h3v9a6 6 0 0 1 2 .34V4a2 2 0 0 0-2-2m3.54 14.88L20.41 19l2.13 2.12-1.42 1.42L19 20.41l-2.12 2.13-1.42-1.42L17.59 19l-2.13-2.12 1.42-1.42L19 17.59l2.12-2.13Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-remove-multiple.svg b/mkdocs-material/material/templates/.icons/material/book-remove-multiple.svg new file mode 100644 index 0000000..79feb4c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-remove-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.09 20H5V6H3v14a2 2 0 0 0 2 2h8.81a5.5 5.5 0 0 1-.72-2M19 2h-5v5l-2-1.5L10 7V2H9a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h4.09A6 6 0 0 1 21 13.34V4a2 2 0 0 0-2-2m3.54 14.88L20.41 19l2.13 2.12-1.42 1.42L19 20.41l-2.12 2.13-1.42-1.42L17.59 19l-2.13-2.12 1.42-1.42L19 17.59l2.12-2.13Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/book-remove-outline.svg new file mode 100644 index 0000000..c799666 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.09 20c.12.72.37 1.39.72 2H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v9.09c-.33-.05-.66-.09-1-.09s-.67.04-1 .09V4h-5v8l-2.5-2.25L8 12V4H6v16zm9.45-3.12-1.42-1.41L19 17.59l-2.12-2.12-1.41 1.41L17.59 19l-2.12 2.12 1.41 1.42L19 20.41l2.12 2.13 1.42-1.42L20.41 19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-remove.svg b/mkdocs-material/material/templates/.icons/material/book-remove.svg new file mode 100644 index 0000000..2073d77 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0 1.1.3 2.12.81 3H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h1v7l2.5-1.5L12 9V2h6a2 2 0 0 1 2 2v9.09c-.33-.05-.66-.09-1-.09-3.31 0-6 2.69-6 6m9.54-2.12-1.42-1.41L19 17.59l-2.12-2.12-1.41 1.41L17.59 19l-2.12 2.12 1.41 1.42L19 20.41l2.12 2.13 1.42-1.42L20.41 19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-search-outline.svg b/mkdocs-material/material/templates/.icons/material/book-search-outline.svg new file mode 100644 index 0000000..0773f66 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-search-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.5 12c2.5 0 4.5 2 4.5 4.5 0 .88-.25 1.71-.69 2.4l3.08 3.1L21 23.39l-3.12-3.07c-.69.43-1.51.68-2.38.68-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5m0 2a2.5 2.5 0 0 0-2.5 2.5 2.5 2.5 0 0 0 2.5 2.5 2.5 2.5 0 0 0 2.5-2.5 2.5 2.5 0 0 0-2.5-2.5M13 4v8l-2.5-2.25L8 12V4H6v16h4c.54.81 1.23 1.5 2.03 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v7.81c-.58-.55-1.25-1-2-1.31V4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-search.svg b/mkdocs-material/material/templates/.icons/material/book-search.svg new file mode 100644 index 0000000..5148769 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-search.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.5 12c2.5 0 4.5 2 4.5 4.5 0 .88-.25 1.71-.69 2.4l3.08 3.1L21 23.39l-3.12-3.07c-.69.43-1.51.68-2.38.68-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5m0 2a2.5 2.5 0 0 0-2.5 2.5 2.5 2.5 0 0 0 2.5 2.5 2.5 2.5 0 0 0 2.5-2.5 2.5 2.5 0 0 0-2.5-2.5M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h1v7l2.5-1.5L12 9V2h6a2 2 0 0 1 2 2v7.81A6.48 6.48 0 0 0 15.5 10 6.5 6.5 0 0 0 9 16.5c0 2.31 1.21 4.35 3.03 5.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-settings-outline.svg b/mkdocs-material/material/templates/.icons/material/book-settings-outline.svg new file mode 100644 index 0000000..ed41b1a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-settings-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 0H6C4.89 0 4 .895 4 2v16c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2V2c0-1.105-.89-2-2-2m0 18H6V2h2v8l2.5-2.25L13 10V2h5zM7 22h2v2H7zm4 0h2v2h-2zm4 0h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-settings.svg b/mkdocs-material/material/templates/.icons/material/book-settings.svg new file mode 100644 index 0000000..f895b5a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-settings.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2v16c0 1.11-.89 2-2 2H6c-1.11 0-2-.89-2-2V2c0-1.105.89-2 2-2h1v7l2.5-1.5L12 7V0h6a2 2 0 0 1 2 2M7 24h2v-2H7zm8 0h2v-2h-2zm-4 0h2v-2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-sync-outline.svg b/mkdocs-material/material/templates/.icons/material/book-sync-outline.svg new file mode 100644 index 0000000..0e46d51 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-sync-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.5 20c.31.75.76 1.42 1.32 2H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v7.03c-.16-.03-.33-.03-.5-.03-.5 0-1 .07-1.5.18V4h-5v8l-2.5-2.25L8 12V4H6v16zm5.5 0a2.5 2.5 0 0 1-2.5-2.5c0-.4.09-.78.26-1.12l-1.09-1.09c-.42.63-.67 1.39-.67 2.21 0 2.21 1.79 4 4 4V23l2.25-2.25L19 18.5zm0-6.5V12l-2.25 2.25L19 16.5V15a2.5 2.5 0 0 1 2.5 2.5c0 .4-.09.78-.26 1.12l1.09 1.09c.42-.63.67-1.39.67-2.21 0-2.21-1.79-4-4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-sync.svg b/mkdocs-material/material/templates/.icons/material/book-sync.svg new file mode 100644 index 0000000..384b9af --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-sync.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 17.5c0 1.75.69 3.33 1.82 4.5H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h1v7l2.5-1.5L12 9V2h6a2 2 0 0 1 2 2v7.03c-.16-.03-.33-.03-.5-.03a6.5 6.5 0 0 0-6.5 6.5m6 2.5a2.5 2.5 0 0 1-2.5-2.5c0-.4.09-.78.26-1.12l-1.09-1.09c-.42.63-.67 1.39-.67 2.21 0 2.21 1.79 4 4 4V23l2.25-2.25L19 18.5zm0-6.5V12l-2.25 2.25L19 16.5V15a2.5 2.5 0 0 1 2.5 2.5c0 .4-.09.78-.26 1.12l1.09 1.09c.42-.63.67-1.39.67-2.21 0-2.21-1.79-4-4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book-variant.svg b/mkdocs-material/material/templates/.icons/material/book-variant.svg new file mode 100644 index 0000000..464c3c8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 4h5v8l-2.5-1.5L6 12M18 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/book.svg b/mkdocs-material/material/templates/.icons/material/book.svg new file mode 100644 index 0000000..f6ac638 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/book.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 22a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2h-6v7L9.5 7.5 7 9V2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bookmark-box-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/bookmark-box-multiple-outline.svg new file mode 100644 index 0000000..2745f60 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bookmark-box-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 20h14v2H4c-1.1 0-2-.9-2-2V6h2zM22 4v12c0 1.1-.9 2-2 2H8c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h12c1.1 0 2 .9 2 2m-2 0H8v12h12zm-2 2h-5v7l2.5-1.5L18 13z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bookmark-box-multiple.svg b/mkdocs-material/material/templates/.icons/material/bookmark-box-multiple.svg new file mode 100644 index 0000000..2fad913 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bookmark-box-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 6H2v14c0 1.1.9 2 2 2h14v-2H4zm16-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m0 10-2.5-1.5L15 12V4h5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bookmark-box-outline.svg b/mkdocs-material/material/templates/.icons/material/bookmark-box-outline.svg new file mode 100644 index 0000000..514cd37 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bookmark-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3h14a2 2 0 0 1 2 2v14c0 .53-.21 1.04-.59 1.41-.37.38-.88.59-1.41.59H5c-.53 0-1.04-.21-1.41-.59C3.21 20.04 3 19.53 3 19V5c0-1.11.89-2 2-2m14 16V5H5v14zM17 7h-5v8l2.5-1.5L17 15z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bookmark-box.svg b/mkdocs-material/material/templates/.icons/material/bookmark-box.svg new file mode 100644 index 0000000..434230f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bookmark-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m-1 11-2.5-1.5L13 14V6h5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bookmark-check-outline.svg b/mkdocs-material/material/templates/.icons/material/bookmark-check-outline.svg new file mode 100644 index 0000000..914cb74 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bookmark-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m9.47 9.65-1.41 1.42L11 14l5.19-5.18-1.41-1.42L11 11.18M17 3H7c-1.1 0-2 .9-2 2v16l7-3 7 3V5c0-1.1-.9-2-2-2m0 15-5-2.18L7 18V5h10Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bookmark-check.svg b/mkdocs-material/material/templates/.icons/material/bookmark-check.svg new file mode 100644 index 0000000..335c11b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bookmark-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 3a2 2 0 0 1 2 2v16l-7-3-7 3V5a2 2 0 0 1 2-2zm-6 11 6.25-6.24-1.41-1.42L11 11.18 8.41 8.59 7 10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bookmark-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/bookmark-minus-outline.svg new file mode 100644 index 0000000..918821d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bookmark-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 11V9h6v2zm10-6v16l-7-3-7 3V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2m-2 0H7v13l5-2.18L17 18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bookmark-minus.svg b/mkdocs-material/material/templates/.icons/material/bookmark-minus.svg new file mode 100644 index 0000000..1e11ef9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bookmark-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 3H7a2 2 0 0 0-2 2v16l7-3 7 3V5a2 2 0 0 0-2-2m-2 8H9V9h6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bookmark-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/bookmark-multiple-outline.svg new file mode 100644 index 0000000..41b48a9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bookmark-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 1h10a2 2 0 0 1 2 2v16l-2-.87V3H7a2 2 0 0 1 2-2m6 19V7H5v13l5-2.18zm0-15a2 2 0 0 1 2 2v16l-7-3-7 3V7a2 2 0 0 1 2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bookmark-multiple.svg b/mkdocs-material/material/templates/.icons/material/bookmark-multiple.svg new file mode 100644 index 0000000..2d3bcbe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bookmark-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 5a2 2 0 0 1 2 2v16l-7-3-7 3V7a2 2 0 0 1 2-2zM9 1h10a2 2 0 0 1 2 2v16l-2-.87V3H7a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bookmark-music-outline.svg b/mkdocs-material/material/templates/.icons/material/bookmark-music-outline.svg new file mode 100644 index 0000000..46cbb47 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bookmark-music-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 3c-1.1 0-2 .9-2 2v16l7-3 7 3V5a2 2 0 0 0-2-2zm0 2h10v13l-5-2.18L7 18zm5 1v5.3c-.3-.2-.6-.3-1-.3a2 2 0 1 0 0 4c1.11 0 2-.89 2-2V8h2V6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bookmark-music.svg b/mkdocs-material/material/templates/.icons/material/bookmark-music.svg new file mode 100644 index 0000000..531c1f2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bookmark-music.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 3a2 2 0 0 1 2 2v16l-7-3-7 3V5a2 2 0 0 1 2-2zm-6 8a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2V8h3V6h-4v5.27c-.29-.17-.64-.27-1-.27"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bookmark-off-outline.svg b/mkdocs-material/material/templates/.icons/material/bookmark-off-outline.svg new file mode 100644 index 0000000..267710d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bookmark-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.28 4 2 5.27l3 3V21l7-3 4.78 2.05L18.73 22 20 20.72zM7 18v-7.73l6 5.98-1-.43zM7 5.16 5.5 3.67C5.88 3.26 6.41 3 7 3h10a2 2 0 0 1 2 2v12.16l-2-2V5H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bookmark-off.svg b/mkdocs-material/material/templates/.icons/material/bookmark-off.svg new file mode 100644 index 0000000..381a609 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bookmark-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 20.72 18.73 22l-1.95-1.95L12 18l-7 3V8.27l-3-3L3.28 4zm-1-3.56V5a2 2 0 0 0-2-2H7c-.59 0-1.11.27-1.5.68z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bookmark-outline.svg b/mkdocs-material/material/templates/.icons/material/bookmark-outline.svg new file mode 100644 index 0000000..37affe6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bookmark-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17 18-5-2.18L7 18V5h10m0-2H7a2 2 0 0 0-2 2v16l7-3 7 3V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bookmark-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/bookmark-plus-outline.svg new file mode 100644 index 0000000..b128c57 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bookmark-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 18V5H7v13l5-2.18zm0-15a2 2 0 0 1 2 2v16l-7-3-7 3V5a2 2 0 0 1 2-2zm-6 4h2v2h2v2h-2v2h-2v-2H9V9h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bookmark-plus.svg b/mkdocs-material/material/templates/.icons/material/bookmark-plus.svg new file mode 100644 index 0000000..e7ab035 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bookmark-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 3a2 2 0 0 1 2 2v16l-7-3-7 3V5a2 2 0 0 1 2-2zm-6 4v2H9v2h2v2h2v-2h2V9h-2V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bookmark-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/bookmark-remove-outline.svg new file mode 100644 index 0000000..5b88ed1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bookmark-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 3c-1.1 0-2 .9-2 2v16l7-3 7 3V5a2 2 0 0 0-2-2zm0 2h10v13l-5-2.18L7 18zm2.88 2.47L8.47 8.88 10.59 11l-2.12 2.12 1.41 1.42L12 12.42l2.12 2.11 1.42-1.41L13.42 11l2.11-2.12-1.41-1.41L12 9.59z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bookmark-remove.svg b/mkdocs-material/material/templates/.icons/material/bookmark-remove.svg new file mode 100644 index 0000000..1134a0b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bookmark-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 3a2 2 0 0 1 2 2v16l-7-3-7 3V5a2 2 0 0 1 2-2zM8.17 8.58 10.59 11l-2.42 2.41 1.42 1.42L12 12.41l2.41 2.42 1.42-1.42L13.41 11l2.42-2.42-1.42-1.41L12 9.58 9.59 7.17z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bookmark.svg b/mkdocs-material/material/templates/.icons/material/bookmark.svg new file mode 100644 index 0000000..2a11581 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bookmark.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 3H7a2 2 0 0 0-2 2v16l7-3 7 3V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bookshelf.svg b/mkdocs-material/material/templates/.icons/material/bookshelf.svg new file mode 100644 index 0000000..9e2704b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bookshelf.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 3v15h3V3zm3 2 4 13 3-1-4-13zM5 5v13h3V5zM3 19v2h18v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/boom-gate-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/boom-gate-alert-outline.svg new file mode 100644 index 0000000..8235405 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/boom-gate-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.9 3c-.6-1-1.8-1.3-2.7-.7L6.9 8.2C6.6 8.1 6.3 8 6 8c-1.7 0-3 1.3-3 3v9c-.6 0-1 .4-1 1v1h8v-1c0-.6-.4-1-1-1v-8.4l10.1-5.8c1-.6 1.3-1.8.8-2.8M7.5 20h-3v-6.4c.9.5 2.1.5 3 0zM6 12.5c-.8 0-1.5-.7-1.5-1.5S5.2 9.5 6 9.5s1.5.7 1.5 1.5-.7 1.5-1.5 1.5m4.4-2.9-2.3-1 1.3-.8 2.3 1zm3.5-2-2.3-1 1.3-.8 2.3 1zm3.4-2-2.3-1 1.3-.8 2.3 1zM20 16h-2v-6h2zm0 4h-2v-2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/boom-gate-alert.svg b/mkdocs-material/material/templates/.icons/material/boom-gate-alert.svg new file mode 100644 index 0000000..01d8918 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/boom-gate-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.9 3c-.6-1-1.8-1.3-2.7-.7L6.9 8.2C6.6 8.1 6.3 8 6 8c-1.7 0-3 1.3-3 3v9c-.6 0-1 .4-1 1v1h8v-1c0-.6-.4-1-1-1v-8.4l10.1-5.8c1-.6 1.3-1.8.8-2.8M6 12.5c-.8 0-1.5-.7-1.5-1.5S5.2 9.5 6 9.5s1.5.7 1.5 1.5-.7 1.5-1.5 1.5m4.4-2.9-2.3-1 1.3-.8 2.3 1zm3.5-2-2.3-1 1.3-.8 2.3 1zm3.4-2-2.3-1 1.3-.8 2.3 1zM20 18h-2v2h2zm0-8h-2v6h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/boom-gate-arrow-down-outline.svg b/mkdocs-material/material/templates/.icons/material/boom-gate-arrow-down-outline.svg new file mode 100644 index 0000000..e947896 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/boom-gate-arrow-down-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.86 3c.55.96.22 2.18-.74 2.73L9 11.58V20a1 1 0 0 1 1 1v1H2v-1a1 1 0 0 1 1-1v-9a3 3 0 0 1 3-3c.31 0 .62.06.92.16l10.2-5.89c.97-.56 2.19-.23 2.74.73M7.5 20v-6.4c-.93.54-2.07.54-3 0V20zM6 12.5A1.5 1.5 0 0 0 7.5 11 1.5 1.5 0 0 0 6 9.5 1.5 1.5 0 0 0 4.5 11 1.5 1.5 0 0 0 6 12.5m4.4-2.88 1.3-.75-2.3-1-1.3.75zm3.46-2 1.3-.75-2.3-1-1.3.75zm3.47-2 1.29-.75-2.29-1-1.3.75zM16 11.16h2v5.01l3-.01L17 20l-4-3.84 3 .01z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/boom-gate-arrow-down.svg b/mkdocs-material/material/templates/.icons/material/boom-gate-arrow-down.svg new file mode 100644 index 0000000..3bbae11 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/boom-gate-arrow-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.86 3a1.995 1.995 0 0 0-2.74-.73L6.92 8.16C6.62 8.06 6.31 8 6 8a3 3 0 0 0-3 3v9a1 1 0 0 0-1 1v1h8v-1a1 1 0 0 0-1-1v-8.42l10.12-5.85c.96-.55 1.29-1.77.74-2.73M6 12.5A1.5 1.5 0 0 1 4.5 11 1.5 1.5 0 0 1 6 9.5 1.5 1.5 0 0 1 7.5 11 1.5 1.5 0 0 1 6 12.5m4.4-2.88-2.3-1 1.3-.75 2.3 1zm3.46-2-2.3-1 1.3-.75 2.3 1zm3.47-2-2.3-1 1.3-.75 2.29 1zM17 20l-5-5h3v-4h4v4h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/boom-gate-arrow-up-outline.svg b/mkdocs-material/material/templates/.icons/material/boom-gate-arrow-up-outline.svg new file mode 100644 index 0000000..c56b03e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/boom-gate-arrow-up-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.86 3c.55.96.22 2.18-.74 2.73L9 11.58V20a1 1 0 0 1 1 1v1H2v-1a1 1 0 0 1 1-1v-9a3 3 0 0 1 3-3c.31 0 .62.06.92.16l10.2-5.89c.97-.56 2.19-.23 2.74.73M7.5 20v-6.4c-.93.54-2.07.54-3 0V20zM6 12.5A1.5 1.5 0 0 0 7.5 11 1.5 1.5 0 0 0 6 9.5 1.5 1.5 0 0 0 4.5 11 1.5 1.5 0 0 0 6 12.5m4.4-2.88 1.3-.75-2.3-1-1.3.75zm3.46-2 1.3-.75-2.3-1-1.3.75zm3.47-2 1.29-.75-2.29-1-1.3.75zM16 20v-5h-3l4-3.84L21 15h-3v5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/boom-gate-arrow-up.svg b/mkdocs-material/material/templates/.icons/material/boom-gate-arrow-up.svg new file mode 100644 index 0000000..6fdeeaf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/boom-gate-arrow-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.86 3a1.995 1.995 0 0 0-2.74-.73L6.92 8.16C6.62 8.06 6.31 8 6 8a3 3 0 0 0-3 3v9a1 1 0 0 0-1 1v1h8v-1a1 1 0 0 0-1-1v-8.42l10.12-5.85c.96-.55 1.29-1.77.74-2.73M6 12.5A1.5 1.5 0 0 1 4.5 11 1.5 1.5 0 0 1 6 9.5 1.5 1.5 0 0 1 7.5 11 1.5 1.5 0 0 1 6 12.5m4.4-2.88-2.3-1 1.3-.75 2.3 1zm3.46-2-2.3-1 1.3-.75 2.3 1zm3.47-2-2.3-1 1.3-.75 2.29 1zM17 11l5 5h-3v4h-4v-4h-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/boom-gate-outline.svg b/mkdocs-material/material/templates/.icons/material/boom-gate-outline.svg new file mode 100644 index 0000000..e8ce1c4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/boom-gate-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 9H8.22A2.97 2.97 0 0 0 4 8.8c-.64.56-1 1.36-1 2.2v9a1 1 0 0 0-1 1v1h8v-1a1 1 0 0 0-1-1v-7h11a2 2 0 0 0 2-2 2 2 0 0 0-2-2M7.5 20h-3v-6.4c.93.54 2.07.54 3 0zM6 12.5A1.5 1.5 0 0 1 4.5 11 1.5 1.5 0 0 1 6 9.5 1.5 1.5 0 0 1 7.5 11 1.5 1.5 0 0 1 6 12.5m4.5-.5L9 10h1.5l1.5 2zm4 0L13 10h1.5l1.5 2zm4 0L17 10h1.5l1.5 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/boom-gate-up-outline.svg b/mkdocs-material/material/templates/.icons/material/boom-gate-up-outline.svg new file mode 100644 index 0000000..830ab0d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/boom-gate-up-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.9 3c-.6-1-1.8-1.3-2.7-.7L6.9 8.2C6.6 8.1 6.3 8 6 8c-1.7 0-3 1.3-3 3v9c-.6 0-1 .4-1 1v1h8v-1c0-.6-.4-1-1-1v-8.4l10.1-5.8c1-.6 1.3-1.8.8-2.8M7.5 20h-3v-6.4c.9.5 2.1.5 3 0zM6 12.5c-.8 0-1.5-.7-1.5-1.5S5.2 9.5 6 9.5s1.5.7 1.5 1.5-.7 1.5-1.5 1.5m4.4-2.9-2.3-1 1.3-.8 2.3 1zm3.5-2-2.3-1 1.3-.8 2.3 1zm3.4-2-2.3-1 1.3-.8 2.3 1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/boom-gate-up.svg b/mkdocs-material/material/templates/.icons/material/boom-gate-up.svg new file mode 100644 index 0000000..d492612 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/boom-gate-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.9 3c-.6-1-1.8-1.3-2.7-.7L6.9 8.2C6.6 8.1 6.3 8 6 8c-1.7 0-3 1.3-3 3v9c-.6 0-1 .4-1 1v1h8v-1c0-.6-.4-1-1-1v-8.4l10.1-5.8c1-.6 1.3-1.8.8-2.8M6 12.5c-.8 0-1.5-.7-1.5-1.5S5.2 9.5 6 9.5s1.5.7 1.5 1.5-.7 1.5-1.5 1.5m4.4-2.9-2.3-1 1.3-.8 2.3 1zm3.5-2-2.3-1 1.3-.8 2.3 1zm3.4-2-2.3-1 1.3-.8 2.3 1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/boom-gate.svg b/mkdocs-material/material/templates/.icons/material/boom-gate.svg new file mode 100644 index 0000000..2ce99fc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/boom-gate.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 9H8.22A2.97 2.97 0 0 0 4 8.8c-.64.56-1 1.36-1 2.2v9a1 1 0 0 0-1 1v1h8v-1a1 1 0 0 0-1-1v-7h11a2 2 0 0 0 2-2 2 2 0 0 0-2-2M6 12.5A1.5 1.5 0 0 1 4.5 11 1.5 1.5 0 0 1 6 9.5 1.5 1.5 0 0 1 7.5 11 1.5 1.5 0 0 1 6 12.5m4.5-.5L9 10h1.5l1.5 2zm4 0L13 10h1.5l1.5 2zm4 0L17 10h1.5l1.5 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/boombox.svg b/mkdocs-material/material/templates/.icons/material/boombox.svg new file mode 100644 index 0000000..8263a5a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/boombox.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 5 5 7v1H3a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1h-2V7l-2-2zm0 2h10v1H7zm4 2h2a.5.5 0 0 1 .5.5.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5.5.5 0 0 1 .5-.5m-3.5 1.5a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3m9 0a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3m-9 1.5A1.5 1.5 0 0 0 6 13.5 1.5 1.5 0 0 0 7.5 15 1.5 1.5 0 0 0 9 13.5 1.5 1.5 0 0 0 7.5 12m9 0a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/boomerang.svg b/mkdocs-material/material/templates/.icons/material/boomerang.svg new file mode 100644 index 0000000..ae301f2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/boomerang.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 2H4c-1.1 0-2 .9-2 2s.9 2 2 2h4zm8 0c2.2 0 4 1.8 4 4v6l-4 2c0-4.4-3.6-8-8-8l2-4zm0 18v-4l4-2v6c0 1.1-.9 2-2 2s-2-.9-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bootstrap.svg b/mkdocs-material/material/templates/.icons/material/bootstrap.svg new file mode 100644 index 0000000..596eba2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bootstrap.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.79 11.5H9.72V8.19h2.47c1.26 0 1.96.56 1.96 1.59 0 1.12-.83 1.72-2.36 1.72m.37 1.13H9.72v3.64h2.56c1.56 0 2.38-.63 2.38-1.83s-.85-1.81-2.5-1.81M22 5.31v13.38C22 20.5 20.5 22 18.69 22H5.31C3.5 22 2 20.5 2 18.69V5.31C2 3.5 3.5 2 5.31 2h13.38C20.5 2 22 3.5 22 5.31m-6 9.19c0-1.38-.92-2.37-2.33-2.55v-.06c1-.18 1.79-1.18 1.79-2.26 0-1.55-1.2-2.58-2.96-2.58H8.43v10.36h4.04c2.21 0 3.53-1.09 3.53-2.91"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/border-all-variant.svg b/mkdocs-material/material/templates/.icons/material/border-all-variant.svg new file mode 100644 index 0000000..9bedf10 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/border-all-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 21V3h18v18zM5 5v14h14V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/border-all.svg b/mkdocs-material/material/templates/.icons/material/border-all.svg new file mode 100644 index 0000000..b3001f9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/border-all.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 11h-6V5h6m0 14h-6v-6h6m-8-2H5V5h6m0 14H5v-6h6m-8 8h18V3H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/border-bottom-variant.svg b/mkdocs-material/material/templates/.icons/material/border-bottom-variant.svg new file mode 100644 index 0000000..9352db3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/border-bottom-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 15H3v2h2m-2 4h18v-2H3m2-8H3v2h2m14-4h2V7h-2m0-2h2V3h-2M5 7H3v2h2m14 8h2v-2h-2m0-2h2v-2h-2m-2-8h-2v2h2m-4-2h-2v2h2M5 3H3v2h2m4-2H7v2h2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/border-bottom.svg b/mkdocs-material/material/templates/.icons/material/border-bottom.svg new file mode 100644 index 0000000..5b89eba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/border-bottom.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 15H3v2h2m-2 4h18v-2H3m2-8H3v2h2m14-4h2V7h-2m0-2h2V3h-2M5 7H3v2h2m14 8h2v-2h-2m0-2h2v-2h-2m-2-8h-2v2h2m-4-2h-2v2h2m4 6h-2v2h2m-4-6h-2v2h2M5 3H3v2h2m8 6h-2v2h2M9 3H7v2h2m4 10h-2v2h2m-4-6H7v2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/border-color.svg b/mkdocs-material/material/templates/.icons/material/border-color.svg new file mode 100644 index 0000000..6328fd2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/border-color.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.71 4.04c.39-.39.39-1.04 0-1.41L18.37.29C18-.1 17.35-.1 16.96.29L15 2.25 18.75 6m-1 1L14 3.25l-10 10V17h3.75z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/border-horizontal.svg b/mkdocs-material/material/templates/.icons/material/border-horizontal.svg new file mode 100644 index 0000000..a1fedff --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/border-horizontal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 21h2v-2h-2m-4 2h2v-2h-2m-4-2h2v-2h-2m8-6h2V7h-2m0-2h2V3h-2M3 13h18v-2H3m8 10h2v-2h-2m8-2h2v-2h-2M13 3h-2v2h2m0 2h-2v2h2m4-6h-2v2h2M9 3H7v2h2M5 3H3v2h2m2 16h2v-2H7m-4-2h2v-2H3m2-8H3v2h2M3 21h2v-2H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/border-inside.svg b/mkdocs-material/material/templates/.icons/material/border-inside.svg new file mode 100644 index 0000000..53526d0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/border-inside.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 17h2v-2h-2m0 6h2v-2h-2M13 3h-2v8H3v2h8v8h2v-8h8v-2h-8m2 10h2v-2h-2m4-14h2V3h-2m0 6h2V7h-2m-2-4h-2v2h2M5 3H3v2h2m4-2H7v2h2M3 17h2v-2H3m2-8H3v2h2m2 12h2v-2H7m-4 2h2v-2H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/border-left-variant.svg b/mkdocs-material/material/templates/.icons/material/border-left-variant.svg new file mode 100644 index 0000000..f4a14a5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/border-left-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 5h2V3h-2m4 18h2v-2h-2m0-6h2v-2h-2m0-6h2V3h-2m0 14h2v-2h-2m-4 6h2v-2h-2m4-10h2V7h-2M3 21h2V3H3m4 2h2V3H7m0 18h2v-2H7m4-14h2V3h-2m0 18h2v-2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/border-left.svg b/mkdocs-material/material/templates/.icons/material/border-left.svg new file mode 100644 index 0000000..7f640d0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/border-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 5h2V3h-2m0 10h2v-2h-2m4 10h2v-2h-2m0-6h2v-2h-2m0-6h2V3h-2m0 14h2v-2h-2m-4 6h2v-2h-2m4-10h2V7h-2M3 21h2V3H3m4 10h2v-2H7m0-6h2V3H7m0 18h2v-2H7m4-6h2v-2h-2m0-2h2V7h-2m0-2h2V3h-2m0 14h2v-2h-2m0 6h2v-2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/border-none-variant.svg b/mkdocs-material/material/templates/.icons/material/border-none-variant.svg new file mode 100644 index 0000000..94c8979 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/border-none-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 5h2V3h-2m0 18h2v-2h-2M11 5h2V3h-2m8 2h2V3h-2m0 6h2V7h-2m0 14h2v-2h-2m0-6h2v-2h-2m0 6h2v-2h-2M3 5h2V3H3m0 6h2V7H3m0 6h2v-2H3m0 6h2v-2H3m0 6h2v-2H3m8 2h2v-2h-2m-4 2h2v-2H7M7 5h2V3H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/border-none.svg b/mkdocs-material/material/templates/.icons/material/border-none.svg new file mode 100644 index 0000000..88be576 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/border-none.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 5h2V3h-2m0 10h2v-2h-2m0 10h2v-2h-2M11 5h2V3h-2m8 2h2V3h-2m-8 6h2V7h-2m8 2h2V7h-2m0 14h2v-2h-2m0-6h2v-2h-2m0 6h2v-2h-2m-8-2h2v-2h-2M3 5h2V3H3m0 6h2V7H3m0 6h2v-2H3m0 6h2v-2H3m0 6h2v-2H3m8 2h2v-2h-2m0-2h2v-2h-2m-4 6h2v-2H7m0-6h2v-2H7m0-6h2V3H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/border-outside.svg b/mkdocs-material/material/templates/.icons/material/border-outside.svg new file mode 100644 index 0000000..ab30043 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/border-outside.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 11H7v2h2m4 2h-2v2h2m6 2H5V5h14M3 21h18V3H3m14 8h-2v2h2m-4-2h-2v2h2m0-6h-2v2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/border-radius.svg b/mkdocs-material/material/templates/.icons/material/border-radius.svg new file mode 100644 index 0000000..7d1e498 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/border-radius.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 16c0 2.8 2.2 5 5 5h2v-2H8c-1.7 0-3-1.3-3-3v-2H3zm18-8c0-2.8-2.2-5-5-5h-2v2h2c1.7 0 3 1.3 3 3v2h2zm-5 13c2.8 0 5-2.2 5-5v-2h-2v2c0 1.7-1.3 3-3 3h-2v2zM8 3C5.2 3 3 5.2 3 8v2h2V8c0-1.7 1.3-3 3-3h2V3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/border-right-variant.svg b/mkdocs-material/material/templates/.icons/material/border-right-variant.svg new file mode 100644 index 0000000..b8bd349 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/border-right-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 5h2V3h-2m4 2h2V3h-2m0 18h2v-2h-2m4 2h2V3h-2M3 9h2V7H3m0 10h2v-2H3m0-2h2v-2H3m8 10h2v-2h-2m-8 2h2v-2H3M7 5h2V3H7M3 5h2V3H3m4 18h2v-2H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/border-right.svg b/mkdocs-material/material/templates/.icons/material/border-right.svg new file mode 100644 index 0000000..e266594 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/border-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 9h2V7h-2m0-2h2V3h-2m0 10h2v-2h-2m4-6h2V3h-2m0 18h2v-2h-2m4 2h2V3h-2m-4 10h2v-2h-2m-4 6h2v-2h-2M3 9h2V7H3m0 10h2v-2H3m0-2h2v-2H3m8 10h2v-2h-2m-8 2h2v-2H3m4-6h2v-2H7m0-6h2V3H7M3 5h2V3H3m4 18h2v-2H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/border-style.svg b/mkdocs-material/material/templates/.icons/material/border-style.svg new file mode 100644 index 0000000..ce567a6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/border-style.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 21h2v-2h-2m4 2h2v-2h-2M7 21h2v-2H7m4 2h2v-2h-2m8-2h2v-2h-2m0-2h2v-2h-2M3 3v18h2V5h16V3m-2 6h2V7h-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/border-top-variant.svg b/mkdocs-material/material/templates/.icons/material/border-top-variant.svg new file mode 100644 index 0000000..8daef2c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/border-top-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 21h2v-2h-2m-4 2h2v-2h-2m4-2h2v-2h-2M3 5h18V3H3m16 10h2v-2h-2m0-2h2V7h-2M3 9h2V7H3m0 6h2v-2H3m0 10h2v-2H3m0-2h2v-2H3m8 6h2v-2h-2m-4 2h2v-2H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/border-top.svg b/mkdocs-material/material/templates/.icons/material/border-top.svg new file mode 100644 index 0000000..97f8fe6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/border-top.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 13h2v-2h-2m4 10h2v-2h-2M11 9h2V7h-2m4 14h2v-2h-2m4-2h2v-2h-2M3 5h18V3H3m16 10h2v-2h-2m0-2h2V7h-2m-8 10h2v-2h-2M3 9h2V7H3m0 6h2v-2H3m0 10h2v-2H3m0-2h2v-2H3m8 6h2v-2h-2m0-6h2v-2h-2m-4 2h2v-2H7m0 10h2v-2H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/border-vertical.svg b/mkdocs-material/material/templates/.icons/material/border-vertical.svg new file mode 100644 index 0000000..cf7b0c1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/border-vertical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 13h2v-2h-2m0 10h2v-2h-2m0-14h2V3h-2m4 6h2V7h-2m0-2h2V3h-2m0 10h2v-2h-2m0 10h2v-2h-2m-8 2h2V3h-2m8 14h2v-2h-2M7 5h2V3H7M3 17h2v-2H3m0 6h2v-2H3m0-6h2v-2H3m4 2h2v-2H7m0 10h2v-2H7M3 5h2V3H3m0 6h2V7H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bottle-soda-classic-outline.svg b/mkdocs-material/material/templates/.icons/material/bottle-soda-classic-outline.svg new file mode 100644 index 0000000..d61c4f5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bottle-soda-classic-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 2v2h.91C10.65 5.79 9 7.5 8 9v4.77a3.007 3.007 0 0 1 0 4.46V20a2 2 0 0 0 2 2h4c1.11 0 2-.89 2-2v-1.77a3.007 3.007 0 0 1 0-4.46V9c-1-1.5-2.65-3.21-2.91-5H14V2m-2 4.5c.24.5 1.54 2 1.9 2.41L14 9v4c-.65.87-1 1.92-1 3s.35 2.13 1 3v1h-4v-1c.65-.87 1-1.92 1-3s-.35-2.13-1-3V9l.1-.09C10.46 8.5 11.76 7 12 6.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bottle-soda-classic.svg b/mkdocs-material/material/templates/.icons/material/bottle-soda-classic.svg new file mode 100644 index 0000000..74c635b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bottle-soda-classic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 13.77a3 3 0 0 0 0 4.46V20a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-1.77a3 3 0 0 0 0-4.46V9a12.3 12.3 0 0 0 1.91-5H10V2h4v2h-.91A12.3 12.3 0 0 0 15 9Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bottle-soda-outline.svg b/mkdocs-material/material/templates/.icons/material/bottle-soda-outline.svg new file mode 100644 index 0000000..9adfc96 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bottle-soda-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.4 9.58C12.9 7.89 13 4 13 4h1V2h-4v2h1s.1 3.89-1.4 5.58A2 2 0 0 0 9 11v9a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-9a2 2 0 0 0-.6-1.42M13 20h-2v-9l.1-.09A6.3 6.3 0 0 0 12 9.5a6.3 6.3 0 0 0 .9 1.41l.1.09Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bottle-soda.svg b/mkdocs-material/material/templates/.icons/material/bottle-soda.svg new file mode 100644 index 0000000..f4ccabd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bottle-soda.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 11v9a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-9a2 2 0 0 1 .6-1.42C11.1 7.89 11 4 11 4h-1V2h4v2h-1s-.1 3.89 1.4 5.58A2 2 0 0 1 15 11"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bottle-tonic-outline.svg b/mkdocs-material/material/templates/.icons/material/bottle-tonic-outline.svg new file mode 100644 index 0000000..4aa1ff2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bottle-tonic-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 4h-2l-1-2h4zm6 9v9H5v-9c0-2.76 2.24-5 5-5V6H9V5h6v1h-1v2c2.76 0 5 2.24 5 5m-2 0c0-1.65-1.35-3-3-3h-4c-1.65 0-3 1.35-3 3v7h10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bottle-tonic-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/bottle-tonic-plus-outline.svg new file mode 100644 index 0000000..051a92b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bottle-tonic-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 4h-2l-1-2h4zm6 9v9H5v-9c0-2.76 2.24-5 5-5V6H9V5h6v1h-1v2c2.76 0 5 2.24 5 5m-2 0c0-1.65-1.35-3-3-3h-4c-1.65 0-3 1.35-3 3v7h10zm-2 3h-2v2h-2v-2H9v-2h2v-2h2v2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bottle-tonic-plus.svg b/mkdocs-material/material/templates/.icons/material/bottle-tonic-plus.svg new file mode 100644 index 0000000..e25edba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bottle-tonic-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 4h-2l-1-2h4zm1 4V6h1V5H9v1h1v2c-2.76 0-5 2.24-5 5v9h14v-9c0-2.76-2.24-5-5-5m2 9h-3v3h-2v-3H8v-2h3v-3h2v3h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bottle-tonic-skull-outline.svg b/mkdocs-material/material/templates/.icons/material/bottle-tonic-skull-outline.svg new file mode 100644 index 0000000..5656ba2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bottle-tonic-skull-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 4h-2l-1-2h4zm1 4V6h1V5H9v1h1v2c-2.76 0-5 2.24-5 5v9h14v-9c0-2.76-2.24-5-5-5m3 12H7v-7c0-1.65 1.35-3 3-3h4c1.65 0 3 1.35 3 3zm-5-9c-2.21 0-4 1.79-4 4 0 1 .39 1.9 1 2.59V19h1.25v-1.5h1.13V19h1.25v-1.5h1.12V19H15v-1.41A3.9 3.9 0 0 0 16 15c0-2.21-1.79-4-4-4m-1.5 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1m.75 1.25L12 15l.75 1.25zM13.5 15c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bottle-tonic-skull.svg b/mkdocs-material/material/templates/.icons/material/bottle-tonic-skull.svg new file mode 100644 index 0000000..55ae17d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bottle-tonic-skull.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 13v9H5v-9c0-2.76 2.24-5 5-5V6H9V5h6v1h-1v2c2.76 0 5 2.24 5 5m-6-9 1-2h-4l1 2zm-1 7c-2.21 0-4 1.79-4 4 0 1 .39 1.9 1 2.59V19h1.25v-1.5h1.13V19h1.25v-1.5h1.12V19H15v-1.41A3.9 3.9 0 0 0 16 15c0-2.21-1.79-4-4-4m-1.5 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1m.75 1.25L12 15l.75 1.25zM13.5 15c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bottle-tonic.svg b/mkdocs-material/material/templates/.icons/material/bottle-tonic.svg new file mode 100644 index 0000000..e7ebd78 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bottle-tonic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 4h-2l-1-2h4zm6 9v9H5v-9c0-2.76 2.24-5 5-5V6H9V5h6v1h-1v2c2.76 0 5 2.24 5 5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bottle-wine-outline.svg b/mkdocs-material/material/templates/.icons/material/bottle-wine-outline.svg new file mode 100644 index 0000000..9fa49e9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bottle-wine-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.5 2c-.28 0-.5.22-.5.5V7c-.07 0-.15 0-.22.03-.96.24-1.57.97-2.02 1.86C8.3 9.76 8 10.84 8 12c.05 3 0 6.03 0 9 0 .55.45 1 1 1h6c.55 0 1-.45 1-1 .04-3 0-6 0-9 0-1.16-.26-2.24-.72-3.12-.45-.88-1.06-1.61-2.02-1.84C13.18 7 13.05 7 13 7V2.5c0-.28-.22-.5-.5-.5M12 8.85c.32 0 .63.05.78.15.07.03.42.26.72.81.28.56.5 1.36.5 2.19v8h-4v-8c0-.83.22-1.63.5-2.19.3-.55.65-.78.72-.81.14-.1.46-.15.78-.15"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bottle-wine.svg b/mkdocs-material/material/templates/.icons/material/bottle-wine.svg new file mode 100644 index 0000000..fc22c19 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bottle-wine.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 22a1 1 0 0 1-1-1V11c0-2 1-3.75 2-4V2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5V7c1 .25 2 2 2 4v10a1 1 0 0 1-1 1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bow-arrow.svg b/mkdocs-material/material/templates/.icons/material/bow-arrow.svg new file mode 100644 index 0000000..ea140ed --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bow-arrow.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.03 6.03 20 7l2-5-5 2 .97.97-1.82 1.82C10.87 2.16 3.3 3.94 2.97 4L2 4.26l.5 1.94.79-.2 6.83 6.82L6.94 16H5l-3 3 2 1 1 2 3-3v-1.94l3.18-3.18L18 20.71l-.19.79 1.93.5.26-.97c.06-.33 1.84-7.9-2.79-13.18zM4.5 5.78c2.05-.28 6.78-.5 10.23 2.43l-3.91 3.91zM18.22 19.5l-6.34-6.32 3.91-3.91c2.93 3.45 2.71 8.18 2.43 10.23"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bow-tie.svg b/mkdocs-material/material/templates/.icons/material/bow-tie.svg new file mode 100644 index 0000000..e8c64e7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bow-tie.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15 14 6 3V7l-6 3zm-6 0-6 3V7l6 3zm1-4h4v4h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bowl-mix-outline.svg b/mkdocs-material/material/templates/.icons/material/bowl-mix-outline.svg new file mode 100644 index 0000000..57f176a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bowl-mix-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.6 12H2v3c0 3.9 3.1 7 7 7h6c3.9 0 7-3.1 7-7v-3zm4.4 3c0 2.8-2.2 5-5 5H9c-2.8 0-5-2.2-5-5v-1h16zm-3.8-4 4.1-6.6L22 5.5 18.6 11z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bowl-mix.svg b/mkdocs-material/material/templates/.icons/material/bowl-mix.svg new file mode 100644 index 0000000..f65fb81 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bowl-mix.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.2 11 4.1-6.5 1.7 1-3.4 5.5zm-.6 1H2v3c0 3.9 3.1 7 7 7h6c3.9 0 7-3.1 7-7v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bowl-outline.svg b/mkdocs-material/material/templates/.icons/material/bowl-outline.svg new file mode 100644 index 0000000..05758d4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bowl-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 12v3c0 3.9 3.1 7 7 7h6c3.9 0 7-3.1 7-7v-3zm2 2h16v1c0 2.8-2.2 5-5 5H9c-2.8 0-5-2.2-5-5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bowl.svg b/mkdocs-material/material/templates/.icons/material/bowl.svg new file mode 100644 index 0000000..3a68e05 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bowl.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 15c0 3.9-3.1 7-7 7H9c-3.9 0-7-3.1-7-7v-3h20z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bowling.svg b/mkdocs-material/material/templates/.icons/material/bowling.svg new file mode 100644 index 0000000..0491965 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bowling.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m.5 9a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5M12 5a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2M5.93 8.5c-.55.95-.22 2.17.73 2.72.96.56 2.18.23 2.74-.72.55-.97.22-2.19-.74-2.74-.95-.55-2.16-.23-2.73.74"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/box-cutter-off.svg b/mkdocs-material/material/templates/.icons/material/box-cutter-off.svg new file mode 100644 index 0000000..21ffe75 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/box-cutter-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.84 22.73-7.98-7.98-.69.69-5.51-2.36c.05-.43.23-.84.56-1.17l1.4-1.41L1.11 3l1.28-1.27 19.72 19.73zm-5.43-10.52-4.25-4.25 5.25-5.25c.79-.78 2.05-.78 2.83 0l1.42 1.42c.78.78.78 2.04 0 2.83zm1.71-5.96c.38.39 1.03.39 1.42 0s.39-1.02 0-1.42c-.39-.39-1.04-.39-1.42 0-.39.4-.39 1.03 0 1.42M5 16v5.75l5.81-5.22-5-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/box-cutter.svg b/mkdocs-material/material/templates/.icons/material/box-cutter.svg new file mode 100644 index 0000000..7765004 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/box-cutter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.22 11.91c-.33.33-.51.74-.56 1.17l5.51 2.36 8.49-8.48c.78-.79.78-2.05 0-2.83l-1.42-1.42c-.78-.78-2.04-.78-2.83 0zM5 16v5.75l5.81-5.22-5-2zM17.12 4.83c.38-.39 1.03-.39 1.42 0 .39.4.39 1.03 0 1.42s-1.04.39-1.42 0c-.39-.39-.39-1.02 0-1.42"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/box-shadow.svg b/mkdocs-material/material/templates/.icons/material/box-shadow.svg new file mode 100644 index 0000000..65a5454 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/box-shadow.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3h15v15H3zm16 16h2v2h-2zm0-3h2v2h-2zm0-3h2v2h-2zm0-3h2v2h-2zm0-3h2v2h-2zm-3 12h2v2h-2zm-3 0h2v2h-2zm-3 0h2v2h-2zm-3 0h2v2H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/box.svg b/mkdocs-material/material/templates/.icons/material/box.svg new file mode 100644 index 0000000..19f5f41 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.39 14.04a2.57 2.57 0 0 0-2.57-2.57 2.565 2.565 0 1 0 2.57 2.57m1.71 0a4.274 4.274 0 0 1-8.05 2A4.274 4.274 0 0 1 1 14.11V7c0-.44.39-.82.86-.82s.84.38.85.82v3.62c.72-.54 1.61-.86 2.57-.86 1.63 0 3.05.92 3.77 2.27a4.27 4.27 0 0 1 3.77-2.27c2.36 0 4.28 1.92 4.28 4.28m-9.26 0c0-1.42-1.15-2.57-2.56-2.57a2.57 2.57 0 0 0-2.57 2.57 2.565 2.565 0 0 0 5.13 0m15 2.92c.11.16.16.34.16.51 0 .26-.12.53-.34.68a.9.9 0 0 1-.51.17c-.25 0-.5-.11-.65-.32l-1.91-2.53L17.7 18c-.17.21-.42.32-.67.32-.18 0-.36-.06-.53-.17-.21-.15-.33-.43-.33-.69 0-.17.06-.35.16-.5l2.17-2.92-2.17-2.93a.83.83 0 0 1-.16-.5c0-.26.12-.51.33-.68.39-.28.91-.21 1.2.16l1.89 2.52 1.91-2.52c.26-.37.79-.44 1.16-.16.23.17.34.43.34.7 0 .17-.05.34-.16.48l-2.18 2.93z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/boxing-glove.svg b/mkdocs-material/material/templates/.icons/material/boxing-glove.svg new file mode 100644 index 0000000..0fd8010 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/boxing-glove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 16V6h3v10zM12 4H7S2 4 2 8v6c0 1.77 1 2.76 2.07 3.31A3.996 3.996 0 0 1 8 14h3v2H8a2 2 0 0 0-2 2 2 2 0 0 0 2 2h5c4 0 4-4 4-4V6s-1-2-5-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/braille.svg b/mkdocs-material/material/templates/.icons/material/braille.svg new file mode 100644 index 0000000..0df7f73 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/braille.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 8a1 1 0 0 1 1-1 1 1 0 0 1 1 1v4.47l1.21.13 4.94 2.19c.52.24.85.77.85 1.35v4.36c-.03.82-.68 1.47-1.5 1.5H8c-.38 0-.74-.15-1-.43l-4.9-4.2.74-.77c.19-.21.46-.32.74-.32h.22L7 18zm12.5-6A1.5 1.5 0 0 0 18 3.5 1.5 1.5 0 0 0 19.5 5 1.5 1.5 0 0 0 21 3.5 1.5 1.5 0 0 0 19.5 2m0 5A1.5 1.5 0 0 0 18 8.5a1.5 1.5 0 0 0 1.5 1.5A1.5 1.5 0 0 0 21 8.5 1.5 1.5 0 0 0 19.5 7m-5 0A1.5 1.5 0 0 0 13 8.5a1.5 1.5 0 0 0 1.5 1.5A1.5 1.5 0 0 0 16 8.5 1.5 1.5 0 0 0 14.5 7m5 5a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/brain.svg b/mkdocs-material/material/templates/.icons/material/brain.svg new file mode 100644 index 0000000..fd6e065 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/brain.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.33 12.91c.09 1.55-.62 3.04-1.89 3.95l.77 1.49c.23.45.26.98.06 1.45-.19.47-.58.84-1.06 1l-.79.25a1.687 1.687 0 0 1-1.86-.55L14.44 18c-.89-.15-1.73-.53-2.44-1.1-.5.15-1 .23-1.5.23-.88 0-1.76-.27-2.5-.79-.53.16-1.07.23-1.62.22-.79.01-1.57-.15-2.3-.45a4.1 4.1 0 0 1-2.43-3.61c-.08-.72.04-1.45.35-2.11-.29-.75-.32-1.57-.07-2.33C2.3 7.11 3 6.32 3.87 5.82c.58-1.69 2.21-2.82 4-2.7 1.6-1.5 4.05-1.66 5.83-.37.42-.11.86-.17 1.3-.17 1.36-.03 2.65.57 3.5 1.64 2.04.53 3.5 2.35 3.58 4.47.05 1.11-.25 2.2-.86 3.13.07.36.11.72.11 1.09m-5-1.41c.57.07 1.02.5 1.02 1.07a1 1 0 0 1-1 1h-.63c-.32.9-.88 1.69-1.62 2.29.25.09.51.14.77.21 5.13-.07 4.53-3.2 4.53-3.25a2.59 2.59 0 0 0-2.69-2.49 1 1 0 0 1-1-1 1 1 0 0 1 1-1c1.23.03 2.41.49 3.33 1.3.05-.29.08-.59.08-.89-.06-1.24-.62-2.32-2.87-2.53-1.25-2.96-4.4-1.32-4.4-.4-.03.23.21.72.25.75a1 1 0 0 1 1 1c0 .55-.45 1-1 1-.53-.02-1.03-.22-1.43-.56-.48.31-1.03.5-1.6.56-.57.05-1.04-.35-1.07-.9a.97.97 0 0 1 .88-1.1c.16-.02.94-.14.94-.77 0-.66.25-1.29.68-1.79-.92-.25-1.91.08-2.91 1.29C6.75 5 6 5.25 5.45 7.2 4.5 7.67 4 8 3.78 9c1.08-.22 2.19-.13 3.22.25.5.19.78.75.59 1.29-.19.52-.77.78-1.29.59-.73-.32-1.55-.34-2.3-.06-.32.27-.32.83-.32 1.27 0 .74.37 1.43 1 1.83.53.27 1.12.41 1.71.4q-.225-.39-.39-.81a1.038 1.038 0 0 1 1.96-.68c.4 1.14 1.42 1.92 2.62 2.05 1.37-.07 2.59-.88 3.19-2.13.23-1.38 1.34-1.5 2.56-1.5m2 7.47-.62-1.3-.71.16 1 1.25zm-4.65-8.61a1 1 0 0 0-.91-1.03c-.71-.04-1.4.2-1.93.67-.57.58-.87 1.38-.84 2.19a1 1 0 0 0 1 1c.57 0 1-.45 1-1 0-.27.07-.54.23-.76.12-.1.27-.15.43-.15.55.03 1.02-.38 1.02-.92"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bread-slice-outline.svg b/mkdocs-material/material/templates/.icons/material/bread-slice-outline.svg new file mode 100644 index 0000000..480776e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bread-slice-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c5.5 0 10 3.36 10 7.5 0 1.69-.74 3.25-2 4.5v8H4v-8c-1.26-1.25-2-2.81-2-4.5C2 5.36 6.5 2 12 2m6 11.14c1.24-.97 2-2.25 2-3.64C20 6.46 16.42 4 12 4S4 6.46 4 9.5c0 1.39.76 2.67 2 3.64V20h12zM8 18v-4h4v4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bread-slice.svg b/mkdocs-material/material/templates/.icons/material/bread-slice.svg new file mode 100644 index 0000000..8b3c712 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bread-slice.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c5.5 0 10 3.36 10 7.5 0 1.69-.74 3.25-2 4.5v8H4v-8c-1.26-1.25-2-2.81-2-4.5C2 5.36 6.5 2 12 2M8 18h4v-4H8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bridge.svg b/mkdocs-material/material/templates/.icons/material/bridge.svg new file mode 100644 index 0000000..06a28cc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bridge.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 14v-3.09c-.72-.33-1.39-.73-2-1.2V14zm-2 4H3v-2H1v-2h2V7h2v1.43C6.8 10 9.27 11 12 11s5.2-1 7-2.57V7h2v7h2v2h-2v2h-2v-2H5zm12-7.09V14h2V9.71c-.61.47-1.28.87-2 1.2M16 14v-2.68c-.64.23-1.31.4-2 .52V14zm-3 0v-2.04L12 12l-1-.04V14zm-3 0v-2.16c-.69-.12-1.36-.29-2-.52V14z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/briefcase-account-outline.svg b/mkdocs-material/material/templates/.icons/material/briefcase-account-outline.svg new file mode 100644 index 0000000..ec581af --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/briefcase-account-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 6c.58 0 1.05.2 1.42.59.38.41.58.86.58 1.41v11c0 .55-.2 1-.58 1.41-.37.39-.84.59-1.42.59H4c-.58 0-1.05-.2-1.42-.59C2.2 20 2 19.55 2 19V8c0-.55.2-1 .58-1.41C2.95 6.2 3.42 6 4 6h4V4c0-.58.2-1.05.58-1.42C8.95 2.2 9.42 2 10 2h4c.58 0 1.05.2 1.42.58.38.37.58.84.58 1.42v2zM4 8v11h16V8zm10-2V4h-4v2zm-2 3a2.25 2.25 0 0 1 2.25 2.25c0 1.25-1.01 2.25-2.25 2.25a2.25 2.25 0 0 1-2.25-2.25C9.75 10 10.76 9 12 9m4.5 9h-9v-1.12c0-1.25 2-2.25 4.5-2.25s4.5 1 4.5 2.25z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/briefcase-account.svg b/mkdocs-material/material/templates/.icons/material/briefcase-account.svg new file mode 100644 index 0000000..934e75a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/briefcase-account.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 6h-4V4a2 2 0 0 0-2-2h-4c-1.11 0-2 .89-2 2v2H4c-1.11 0-2 .89-2 2v11a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2M10 4h4v2h-4zm2 5a2.5 2.5 0 0 1 2.5 2.5A2.5 2.5 0 0 1 12 14a2.5 2.5 0 0 1-2.5-2.5A2.5 2.5 0 0 1 12 9m5 10H7v-1.25c0-1.38 2.24-2.5 5-2.5s5 1.12 5 2.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/briefcase-arrow-left-right-outline.svg b/mkdocs-material/material/templates/.icons/material/briefcase-arrow-left-right-outline.svg new file mode 100644 index 0000000..2f95de4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/briefcase-arrow-left-right-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 2h4a2 2 0 0 1 2 2v2h4a2 2 0 0 1 2 2v5.53a5.7 5.7 0 0 0-2-1.19V8H4v11h8.08c.12.72.37 1.39.72 2H4a2 2 0 0 1-2-2V8c0-1.1.9-2 2-2h4V4c0-1.1.9-2 2-2m4 4V4h-4v2zm5 12.5V17h-4v-2h4v-1.5l3 2.5zm-2 .5h4v2h-4v1.5L14 20l3-2.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/briefcase-arrow-left-right.svg b/mkdocs-material/material/templates/.icons/material/briefcase-arrow-left-right.svg new file mode 100644 index 0000000..f8ac8d0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/briefcase-arrow-left-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 2h4a2 2 0 0 1 2 2v2h4a2 2 0 0 1 2 2v5.53A5.97 5.97 0 0 0 18 12a6.005 6.005 0 0 0-5.2 9H4a2 2 0 0 1-2-2V8c0-1.11.89-2 2-2h4V4c0-1.11.89-2 2-2m4 4V4h-4v2zm5 12.5V17h-4v-2h4v-1.5l3 2.5zm-2 .5h4v2h-4v1.5L14 20l3-2.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/briefcase-arrow-up-down-outline.svg b/mkdocs-material/material/templates/.icons/material/briefcase-arrow-up-down-outline.svg new file mode 100644 index 0000000..9925935 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/briefcase-arrow-up-down-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 2h4a2 2 0 0 1 2 2v2h4a2 2 0 0 1 2 2v5.53a5.7 5.7 0 0 0-2-1.19V8H4v11h8.08c.12.72.37 1.39.72 2H4a2 2 0 0 1-2-2V8c0-1.1.9-2 2-2h4V4c0-1.1.9-2 2-2m4 4V4h-4v2zm3.5 13H19v-4h2v4h1.5L20 22zm-.5-2v4h-2v-4h-1.5l2.5-3 2.5 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/briefcase-arrow-up-down.svg b/mkdocs-material/material/templates/.icons/material/briefcase-arrow-up-down.svg new file mode 100644 index 0000000..facece1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/briefcase-arrow-up-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 2h4a2 2 0 0 1 2 2v2h4a2 2 0 0 1 2 2v5.53A5.97 5.97 0 0 0 18 12a6.005 6.005 0 0 0-5.2 9H4a2 2 0 0 1-2-2V8c0-1.11.89-2 2-2h4V4c0-1.11.89-2 2-2m4 4V4h-4v2zm3.5 13H19v-4h2v4h1.5L20 22zm-.5-2v4h-2v-4h-1.5l2.5-3 2.5 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/briefcase-check-outline.svg b/mkdocs-material/material/templates/.icons/material/briefcase-check-outline.svg new file mode 100644 index 0000000..e9f2f85 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/briefcase-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 6c.58 0 1.05.2 1.42.59.38.41.58.86.58 1.41v11c0 .55-.2 1-.58 1.41-.37.39-.84.59-1.42.59H4c-.58 0-1.05-.2-1.42-.59C2.2 20 2 19.55 2 19V8c0-.55.2-1 .58-1.41C2.95 6.2 3.42 6 4 6h4V4c0-.58.2-1.05.58-1.42C8.95 2.2 9.42 2 10 2h4c.58 0 1.05.2 1.42.58.38.37.58.84.58 1.42v2zM4 8v11h16V8zm10-2V4h-4v2zm-3.54 11.5 6.59-6.59-1.41-1.41-5.18 5.17-2.09-2.08L6.96 14z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/briefcase-check.svg b/mkdocs-material/material/templates/.icons/material/briefcase-check.svg new file mode 100644 index 0000000..7afb843 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/briefcase-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 2h4a2 2 0 0 1 2 2v2h4a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4V4a2 2 0 0 1 2-2m4 4V4h-4v2zm-3.5 11.5 6.59-6.59-1.41-1.41-5.18 5.17-2.09-2.08L7 14z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/briefcase-clock-outline.svg b/mkdocs-material/material/templates/.icons/material/briefcase-clock-outline.svg new file mode 100644 index 0000000..224cf2e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/briefcase-clock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 11.11V7a2 2 0 0 0-.58-1.41A1.87 1.87 0 0 0 19 5h-4V3a1.9 1.9 0 0 0-.58-1.42A1.9 1.9 0 0 0 13 1H9a1.9 1.9 0 0 0-1.42.58A1.9 1.9 0 0 0 7 3v2H3a1.87 1.87 0 0 0-1.42.59A2 2 0 0 0 1 7v11a2 2 0 0 0 .58 1.41A1.87 1.87 0 0 0 3 20h7.26A7 7 0 1 0 21 11.11M9 3h4v2H9M3 18V7h16v2.68A6.84 6.84 0 0 0 16 9a7 7 0 0 0-7 7 7 7 0 0 0 .29 2M19 20a5 5 0 0 1-6 0 4.94 4.94 0 0 1-2-4 5 5 0 0 1 5-5 4.94 4.94 0 0 1 3 1 5 5 0 0 1 0 8m-4-7h1.5v2.82l2.44 1.41-.75 1.3L15 16.69z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/briefcase-clock.svg b/mkdocs-material/material/templates/.icons/material/briefcase-clock.svg new file mode 100644 index 0000000..1c53ece --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/briefcase-clock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 11.11V7a2 2 0 0 0-2-2h-4V3a2 2 0 0 0-2-2H9a2 2 0 0 0-2 2v2H3a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h7.26A7 7 0 1 0 21 11.11M9 3h4v2H9m10 15a5 5 0 0 1-6 0 5 5 0 1 1 6 0m-4-7h1.5v2.82l2.44 1.41-.75 1.3L15 16.69z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/briefcase-download-outline.svg b/mkdocs-material/material/templates/.icons/material/briefcase-download-outline.svg new file mode 100644 index 0000000..79fbf62 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/briefcase-download-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 18-5-5h3V9h4v4h3zM10 2h4a2 2 0 0 1 2 2v2h4a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8c0-1.11.89-2 2-2h4V4c0-1.11.89-2 2-2m4 4V4h-4v2zM4 8v11h16V8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/briefcase-download.svg b/mkdocs-material/material/templates/.icons/material/briefcase-download.svg new file mode 100644 index 0000000..82488b2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/briefcase-download.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 2h4a2 2 0 0 1 2 2v2h4a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8c0-1.11.89-2 2-2h4V4c0-1.11.89-2 2-2m4 4V4h-4v2zm-2 13 5-5h-3v-4h-4v4H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/briefcase-edit-outline.svg b/mkdocs-material/material/templates/.icons/material/briefcase-edit-outline.svg new file mode 100644 index 0000000..1b769b3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/briefcase-edit-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.04 12.13c.14 0 .27.06.38.17l1.28 1.28c.22.21.22.56 0 .77l-1 1-2.05-2.05 1-1c.11-.11.25-.17.39-.17m-1.97 1.75 2.05 2.05L15.06 22H13v-2.06zM10 2h4a2 2 0 0 1 2 2v2h4a2 2 0 0 1 2 2l-2 2V8H4v11h7v2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4V4a2 2 0 0 1 2-2m4 4V4h-4v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/briefcase-edit.svg b/mkdocs-material/material/templates/.icons/material/briefcase-edit.svg new file mode 100644 index 0000000..12cde65 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/briefcase-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2a2 2 0 0 1 2 2v2h4a2 2 0 0 1 2 2L10.85 19v2H4a2 2 0 0 1-2-2V8c0-1.11.89-2 2-2h4V4c0-1.11.89-2 2-2zm0 4V4h-4v2zm7.04 6.13c-.14 0-.28.06-.39.17l-1 1 2.05 2.05 1-1c.22-.21.22-.56 0-.77l-1.28-1.28a.53.53 0 0 0-.38-.17m-1.97 1.75L13 19.94V22h2.06l6.06-6.07z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/briefcase-eye-outline.svg b/mkdocs-material/material/templates/.icons/material/briefcase-eye-outline.svg new file mode 100644 index 0000000..d91ff11 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/briefcase-eye-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 18c.6 0 1 .4 1 1s-.4 1-1 1-1-.4-1-1 .4-1 1-1m0-3c-2.7 0-5.1 1.7-6 4 .9 2.3 3.3 4 6 4s5.1-1.7 6-4c-.9-2.3-3.3-4-6-4m0 6.5c-1.4 0-2.5-1.1-2.5-2.5s1.1-2.5 2.5-2.5 2.5 1.1 2.5 2.5-1.1 2.5-2.5 2.5m-7.9-1.8-.3-.7H4V8h16v5.6c.7.3 1.4.6 2 1.1V8c0-.5-.2-1-.6-1.4S20.6 6 20 6h-4V4c0-.6-.2-1-.6-1.4S14.6 2 14 2h-4c-.6 0-1 .2-1.4.6S8 3.4 8 4v2H4c-.6 0-1 .2-1.4.6S2 7.5 2 8v11c0 .5.2 1 .6 1.4s.8.6 1.4.6h5.8c-.3-.4-.5-.8-.7-1.3M10 4h4v2h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/briefcase-eye.svg b/mkdocs-material/material/templates/.icons/material/briefcase-eye.svg new file mode 100644 index 0000000..17a7392 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/briefcase-eye.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 18c.6 0 1 .4 1 1s-.4 1-1 1-1-.4-1-1 .4-1 1-1m-7.9 1.7-.3-.7.3-.7c1.3-3.2 4.4-5.3 7.9-5.3 1.9 0 3.6.6 5 1.6V8c0-1.1-.9-2-2-2h-4V4c0-1.1-.9-2-2-2h-4c-1.1 0-2 .9-2 2v2H4c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2h5.8c-.3-.4-.5-.8-.7-1.3M10 4h4v2h-4zm7 11c-2.7 0-5.1 1.7-6 4 .9 2.3 3.3 4 6 4s5.1-1.7 6-4c-.9-2.3-3.3-4-6-4m0 6.5c-1.4 0-2.5-1.1-2.5-2.5s1.1-2.5 2.5-2.5 2.5 1.1 2.5 2.5-1.1 2.5-2.5 2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/briefcase-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/briefcase-minus-outline.svg new file mode 100644 index 0000000..3a9a51a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/briefcase-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 2h4a2 2 0 0 1 2 2v2h4a2 2 0 0 1 2 2v5.53a5.7 5.7 0 0 0-2-1.19V8H4v11h8.08c.12.72.37 1.39.72 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4V4a2 2 0 0 1 2-2m4 4V4h-4v2zm0 11h8v2h-8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/briefcase-minus.svg b/mkdocs-material/material/templates/.icons/material/briefcase-minus.svg new file mode 100644 index 0000000..cd4fc69 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/briefcase-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 17v2h-8v-2zM10 2h4a2 2 0 0 1 2 2v2h4a2 2 0 0 1 2 2v5.53A5.97 5.97 0 0 0 18 12a6 6 0 0 0-6 6c0 1.09.29 2.12.8 3H4a2 2 0 0 1-2-2V8c0-1.11.89-2 2-2h4V4c0-1.11.89-2 2-2m4 4V4h-4v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/briefcase-off-outline.svg b/mkdocs-material/material/templates/.icons/material/briefcase-off-outline.svg new file mode 100644 index 0000000..39114d4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/briefcase-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 8v8.8l2 2V8c0-.55-.2-1-.58-1.41C21.05 6.2 20.58 6 20 6h-4V4c0-.58-.2-1.05-.58-1.42C15.05 2.2 14.58 2 14 2h-4c-.58 0-1.05.2-1.42.58C8.2 2.95 8 3.42 8 4v.8L11.2 8zM10 4h4v2h-4zM2.39 1.73 1.11 3l3 3H4c-.58 0-1.05.2-1.42.59C2.2 7 2 7.45 2 8v11c0 .55.2 1 .58 1.41.37.39.84.59 1.42.59h15.11l1.73 1.73 1.27-1.27zM4 19V8h2.11l11 11z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/briefcase-off.svg b/mkdocs-material/material/templates/.icons/material/briefcase-off.svg new file mode 100644 index 0000000..c6fd261 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/briefcase-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22.11 21.46-1.27 1.27L19.11 21H4a2 2 0 0 1-2-2V8c0-1.11.89-2 2-2h.11l-3-3 1.28-1.27zM22 18.8 8 4.8V4c0-1.11.89-2 2-2h4a2 2 0 0 1 2 2v2h4a2 2 0 0 1 2 2zM14 4h-4v2h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/briefcase-outline.svg b/mkdocs-material/material/templates/.icons/material/briefcase-outline.svg new file mode 100644 index 0000000..c9d040a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/briefcase-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 6c.58 0 1.05.2 1.42.59.38.41.58.86.58 1.41v11c0 .55-.2 1-.58 1.41-.37.39-.84.59-1.42.59H4c-.58 0-1.05-.2-1.42-.59C2.2 20 2 19.55 2 19V8c0-.55.2-1 .58-1.41C2.95 6.2 3.42 6 4 6h4V4c0-.58.2-1.05.58-1.42C8.95 2.2 9.42 2 10 2h4c.58 0 1.05.2 1.42.58.38.37.58.84.58 1.42v2zM4 8v11h16V8zm10-2V4h-4v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/briefcase-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/briefcase-plus-outline.svg new file mode 100644 index 0000000..a93fee6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/briefcase-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 2h4a2 2 0 0 1 2 2v2h4a2 2 0 0 1 2 2v5.53a5.7 5.7 0 0 0-2-1.19V8H4v11h8.08c.12.72.37 1.39.72 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4V4a2 2 0 0 1 2-2m4 4V4h-4v2zm0 11h3v-3h2v3h3v2h-3v3h-2v-3h-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/briefcase-plus.svg b/mkdocs-material/material/templates/.icons/material/briefcase-plus.svg new file mode 100644 index 0000000..6fe2efb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/briefcase-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 14h2v3h3v2h-3v3h-2v-3h-3v-2h3zM10 2h4a2 2 0 0 1 2 2v2h4a2 2 0 0 1 2 2v5.53A5.97 5.97 0 0 0 18 12a6 6 0 0 0-6 6c0 1.09.29 2.12.8 3H4a2 2 0 0 1-2-2V8c0-1.11.89-2 2-2h4V4c0-1.11.89-2 2-2m4 4V4h-4v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/briefcase-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/briefcase-remove-outline.svg new file mode 100644 index 0000000..5289b2b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/briefcase-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 2h4a2 2 0 0 1 2 2v2h4a2 2 0 0 1 2 2v5.53a5.7 5.7 0 0 0-2-1.19V8H4v11h8.08c.12.72.37 1.39.72 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4V4a2 2 0 0 1 2-2m4 4V4h-4v2zm.46 9.88 1.42-1.42L18 16.59l2.12-2.13 1.42 1.42L19.41 18l2.13 2.12-1.42 1.42L18 19.41l-2.12 2.13-1.42-1.42L16.59 18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/briefcase-remove.svg b/mkdocs-material/material/templates/.icons/material/briefcase-remove.svg new file mode 100644 index 0000000..93c87ab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/briefcase-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.46 15.88 1.42-1.42L18 16.59l2.12-2.13 1.42 1.42L19.41 18l2.13 2.12-1.42 1.42L18 19.41l-2.12 2.13-1.42-1.42L16.59 18zM10 2h4a2 2 0 0 1 2 2v2h4a2 2 0 0 1 2 2v5.53A5.97 5.97 0 0 0 18 12a6 6 0 0 0-6 6c0 1.09.29 2.12.8 3H4a2 2 0 0 1-2-2V8c0-1.11.89-2 2-2h4V4c0-1.11.89-2 2-2m4 4V4h-4v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/briefcase-search-outline.svg b/mkdocs-material/material/templates/.icons/material/briefcase-search-outline.svg new file mode 100644 index 0000000..e982a5d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/briefcase-search-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 2h4a2 2 0 0 1 2 2v2h4a2 2 0 0 1 2 2v5.03c-.5-.8-1.2-1.49-2-2.03V8H4v11h6.5c.31.75.76 1.42 1.31 2H4a2 2 0 0 1-2-2V8c0-1.11.89-2 2-2h4V4c0-1.11.89-2 2-2m4 4V4h-4v2zm6.31 12.9 3.08 3.1L22 23.39l-3.12-3.07c-.69.43-1.51.68-2.38.68-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5c0 .88-.25 1.71-.69 2.4m-3.81.1a2.5 2.5 0 0 0 2.5-2.5 2.5 2.5 0 0 0-2.5-2.5 2.5 2.5 0 0 0-2.5 2.5 2.5 2.5 0 0 0 2.5 2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/briefcase-search.svg b/mkdocs-material/material/templates/.icons/material/briefcase-search.svg new file mode 100644 index 0000000..4b1a824 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/briefcase-search.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.5 12c2.5 0 4.5 2 4.5 4.5 0 .88-.25 1.71-.69 2.4l3.08 3.1L22 23.39l-3.12-3.07c-.69.43-1.51.68-2.38.68-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5m0 2a2.5 2.5 0 0 0-2.5 2.5 2.5 2.5 0 0 0 2.5 2.5 2.5 2.5 0 0 0 2.5-2.5 2.5 2.5 0 0 0-2.5-2.5M10 2h4a2 2 0 0 1 2 2v2h4a2 2 0 0 1 2 2v5.03A6.49 6.49 0 0 0 16.5 10a6.5 6.5 0 0 0-6.5 6.5c0 1.75.69 3.33 1.81 4.5H4a2 2 0 0 1-2-2V8c0-1.11.89-2 2-2h4V4c0-1.11.89-2 2-2m4 4V4h-4v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/briefcase-upload-outline.svg b/mkdocs-material/material/templates/.icons/material/briefcase-upload-outline.svg new file mode 100644 index 0000000..9cbe47e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/briefcase-upload-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 9 5 5h-3v4h-4v-4H7zm-2-7h4a2 2 0 0 1 2 2v2h4a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8c0-1.11.89-2 2-2h4V4c0-1.11.89-2 2-2m4 4V4h-4v2zM4 8v11h16V8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/briefcase-upload.svg b/mkdocs-material/material/templates/.icons/material/briefcase-upload.svg new file mode 100644 index 0000000..a49f3b9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/briefcase-upload.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 2h4a2 2 0 0 1 2 2v2h4a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8c0-1.11.89-2 2-2h4V4c0-1.11.89-2 2-2m4 4V4h-4v2zm-2 3-5 5h3v4h4v-4h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/briefcase-variant-off-outline.svg b/mkdocs-material/material/templates/.icons/material/briefcase-variant-off-outline.svg new file mode 100644 index 0000000..410a71b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/briefcase-variant-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 6.8 8.1 4.9 10 3h4l2 2v2h4c1.1 0 2 .9 2 2v5c0 .73-.41 1.37-1 1.72v2.08L17.2 14H20V9h-7.8l-2-2H14V5h-4zm12.11 14.66-1.27 1.27L19.1 21H5c-1.11 0-2-.89-2-2v-3.27c-.6-.35-1-.98-1-1.73V9c0-1.1.9-2 2-2h1.11l-4-4 1.28-1.27zM11 15h2v-.11L11.11 13H11zm-2-1v-3h.11l-2-2H4v5zm8.11 5L15 16.89V17H9v-1H5v3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/briefcase-variant-off.svg b/mkdocs-material/material/templates/.icons/material/briefcase-variant-off.svg new file mode 100644 index 0000000..4339b55 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/briefcase-variant-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 6.8 8.1 4.9 10 3h4l2 2v2h4c1.1 0 2 .9 2 2v3c0 1.1-.9 2-2 2h-2.8l-7-7H14V5h-4zM2.39 1.73 1.11 3l4 4H4c-1.1 0-2 .9-2 2v3c0 1.11.89 2 2 2h6v-2h.11L14 15.89V16h-4v-1H3v4c0 1.11.89 2 2 2h14.1l1.74 1.73 1.27-1.27zM21 17.8V15h-2.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/briefcase-variant-outline.svg b/mkdocs-material/material/templates/.icons/material/briefcase-variant-outline.svg new file mode 100644 index 0000000..0a28d77 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/briefcase-variant-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 7h-4V5l-2-2h-4L8 5v2H4c-1.1 0-2 .9-2 2v5c0 .75.4 1.38 1 1.73V19c0 1.11.89 2 2 2h14c1.11 0 2-.89 2-2v-3.28c.59-.35 1-.99 1-1.72V9c0-1.1-.9-2-2-2M10 5h4v2h-4zM4 9h16v5h-5v-3H9v3H4zm9 6h-2v-2h2zm6 4H5v-3h4v1h6v-1h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/briefcase-variant.svg b/mkdocs-material/material/templates/.icons/material/briefcase-variant.svg new file mode 100644 index 0000000..9988150 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/briefcase-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 16v-1H3v4c0 1.11.89 2 2 2h14c1.11 0 2-.89 2-2v-4h-7v1zm10-9h-4V5l-2-2h-4L8 5v2H4c-1.1 0-2 .9-2 2v3c0 1.11.89 2 2 2h6v-2h4v2h6c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2m-6 0h-4V5h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/briefcase.svg b/mkdocs-material/material/templates/.icons/material/briefcase.svg new file mode 100644 index 0000000..abd78d9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/briefcase.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 2h4a2 2 0 0 1 2 2v2h4a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8c0-1.11.89-2 2-2h4V4c0-1.11.89-2 2-2m4 4V4h-4v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/brightness-1.svg b/mkdocs-material/material/templates/.icons/material/brightness-1.svg new file mode 100644 index 0000000..21c7b6e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/brightness-1.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/brightness-2.svg b/mkdocs-material/material/templates/.icons/material/brightness-2.svg new file mode 100644 index 0000000..efbf421 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/brightness-2.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 2c-1.82 0-3.53.5-5 1.35C8 5.08 10 8.3 10 12s-2 6.92-5 8.65C6.47 21.5 8.18 22 10 22a10 10 0 0 0 10-10A10 10 0 0 0 10 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/brightness-3.svg b/mkdocs-material/material/templates/.icons/material/brightness-3.svg new file mode 100644 index 0000000..afd914d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/brightness-3.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 2c-1.05 0-2.05.16-3 .46 4.06 1.27 7 5.04 7 9.54s-2.94 8.27-7 9.54c.95.3 1.95.46 3 .46a10 10 0 0 0 10-10A10 10 0 0 0 9 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/brightness-4.svg b/mkdocs-material/material/templates/.icons/material/brightness-4.svg new file mode 100644 index 0000000..347d406 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/brightness-4.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 18c-.89 0-1.74-.2-2.5-.55C11.56 16.5 13 14.42 13 12s-1.44-4.5-3.5-5.45C10.26 6.2 11.11 6 12 6a6 6 0 0 1 6 6 6 6 0 0 1-6 6m8-9.31V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/brightness-5.svg b/mkdocs-material/material/templates/.icons/material/brightness-5.svg new file mode 100644 index 0000000..60dc30d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/brightness-5.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 18a6 6 0 0 1-6-6 6 6 0 0 1 6-6 6 6 0 0 1 6 6 6 6 0 0 1-6 6m8-2.69L23.31 12 20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/brightness-6.svg b/mkdocs-material/material/templates/.icons/material/brightness-6.svg new file mode 100644 index 0000000..99d0c62 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/brightness-6.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 18V6a6 6 0 0 1 6 6 6 6 0 0 1-6 6m8-2.69L23.31 12 20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/brightness-7.svg b/mkdocs-material/material/templates/.icons/material/brightness-7.svg new file mode 100644 index 0000000..2c90813 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/brightness-7.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4m0 10a6 6 0 0 1-6-6 6 6 0 0 1 6-6 6 6 0 0 1 6 6 6 6 0 0 1-6 6m8-9.31V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/brightness-auto.svg b/mkdocs-material/material/templates/.icons/material/brightness-auto.svg new file mode 100644 index 0000000..16e8ef1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/brightness-auto.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.3 16-.7-2h-3.2l-.7 2H7.8L11 7h2l3.2 9zM20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12zm-9.15 3.96h2.3L12 9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/brightness-percent.svg b/mkdocs-material/material/templates/.icons/material/brightness-percent.svg new file mode 100644 index 0000000..786bb9f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/brightness-percent.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.04 8.71V4h-4.7L12 .69 8.71 4H4v4.71L.69 12 4 15.34v4.7h4.71L12 23.35l3.34-3.31h4.7v-4.7L23.35 12zM8.83 7.05c.98 0 1.77.79 1.77 1.78a1.77 1.77 0 0 1-1.77 1.77c-.99 0-1.78-.79-1.78-1.77 0-.99.79-1.78 1.78-1.78M15.22 17c-.98 0-1.77-.8-1.77-1.78a1.77 1.77 0 0 1 1.77-1.77c.98 0 1.78.79 1.78 1.77A1.78 1.78 0 0 1 15.22 17m-6.72.03L7 15.53 15.53 7l1.5 1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/broadcast-off.svg b/mkdocs-material/material/templates/.icons/material/broadcast-off.svg new file mode 100644 index 0000000..4f87c38 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/broadcast-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.6 14.2c.3-.7.4-1.4.4-2.2 0-3.3-2.7-6-6-6-.8 0-1.6.2-2.2.4L11.4 8h.6c2.2 0 4 1.8 4 4 0 .2 0 .4-.1.6zM12 4c4.4 0 8 3.6 8 8 0 1.4-.4 2.6-1 3.7l1.5 1.5c.9-1.5 1.5-3.3 1.5-5.2 0-5.5-4.5-10-10-10-1.9 0-3.7.5-5.2 1.5L8.3 5c1.1-.7 2.3-1 3.7-1M3.3 2.5 2 3.8l2.1 2.1C2.8 7.6 2 9.7 2 12c0 3.7 2 6.9 5 8.6l1-1.7c-2.4-1.4-4-4-4-6.9 0-1.8.6-3.4 1.5-4.7L7 8.8c-.6.9-1 2-1 3.2 0 2.2 1.2 4.1 3 5.2l1-1.7c-1.2-.7-2-2-2-3.4 0-.6.2-1.2.4-1.8l1.6 1.6v.2c0 1.1.9 2 2 2h.2l7.5 7.5 1.3-1.3L4.3 3.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/broadcast.svg b/mkdocs-material/material/templates/.icons/material/broadcast.svg new file mode 100644 index 0000000..7f6659e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/broadcast.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m6 2c0-3.3-2.7-6-6-6s-6 2.7-6 6c0 2.2 1.2 4.1 3 5.2l1-1.7c-1.2-.7-2-2-2-3.4 0-2.2 1.8-4 4-4s4 1.8 4 4c0 1.5-.8 2.8-2 3.4l1 1.7c1.8-1 3-3 3-5.2M12 2C6.5 2 2 6.5 2 12c0 3.7 2 6.9 5 8.6l1-1.7c-2.4-1.4-4-4-4-6.9 0-4.4 3.6-8 8-8s8 3.6 8 8c0 3-1.6 5.5-4 6.9l1 1.7c3-1.7 5-4.9 5-8.6 0-5.5-4.5-10-10-10"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/broom.svg b/mkdocs-material/material/templates/.icons/material/broom.svg new file mode 100644 index 0000000..335450f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/broom.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.36 2.72 1.42 1.42-5.72 5.71c1.07 1.54 1.22 3.39.32 4.59L9.06 8.12c1.2-.9 3.05-.75 4.59.32zM5.93 17.57c-2.01-2.01-3.24-4.41-3.58-6.65l4.88-2.09 7.44 7.44-2.09 4.88c-2.24-.34-4.64-1.57-6.65-3.58"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/brush-off.svg b/mkdocs-material/material/templates/.icons/material/brush-off.svg new file mode 100644 index 0000000..0d80af1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/brush-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.8 22.7-8.4-8.4-.6.7L9 12.2l.7-.7L1.1 3l1.3-1.3 19.7 19.7zM7 14c-1.7 0-3 1.3-3 3 0 1.3-1.2 2-2 2 .9 1.2 2.5 2 4 2 2.2 0 4-1.8 4-4 0-1.7-1.3-3-3-3m13.7-8c.4-.4.4-1 0-1.4l-1.3-1.3c-.4-.4-1-.4-1.4 0L12.2 9l2.8 2.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/brush-outline.svg b/mkdocs-material/material/templates/.icons/material/brush-outline.svg new file mode 100644 index 0000000..35ecc5c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/brush-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 16c.55 0 1 .45 1 1 0 1.1-.9 2-2 2-.17 0-.33 0-.5-.05.31-.55.5-1.21.5-1.95 0-.55.45-1 1-1M18.67 3c-.26 0-.51.1-.71.29L9 12.25 11.75 15l8.96-8.96c.39-.39.39-1.04 0-1.41l-1.34-1.34c-.2-.2-.45-.29-.7-.29M7 14c-1.66 0-3 1.34-3 3 0 1.31-1.16 2-2 2 .92 1.22 2.5 2 4 2 2.21 0 4-1.79 4-4 0-1.66-1.34-3-3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/brush-variant.svg b/mkdocs-material/material/templates/.icons/material/brush-variant.svg new file mode 100644 index 0000000..29521d2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/brush-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 3C5.79 3 4 4.79 4 7v7c0 1.1.9 2 2 2h3v4c0 1.1.9 2 2 2h2c1.1 0 2-.9 2-2v-4h3c1.1 0 2-.9 2-2V3zm0 2h4v2h2V5h1v4h2V5h1v5H6V7c0-1.1.9-2 2-2m-2 9v-2h12v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/brush.svg b/mkdocs-material/material/templates/.icons/material/brush.svg new file mode 100644 index 0000000..bf660a9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/brush.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.71 4.63-1.34-1.34c-.37-.39-1.02-.39-1.41 0L9 12.25 11.75 15l8.96-8.96c.39-.39.39-1.04 0-1.41M7 14a3 3 0 0 0-3 3c0 1.31-1.16 2-2 2 .92 1.22 2.5 2 4 2a4 4 0 0 0 4-4 3 3 0 0 0-3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bucket-outline.svg b/mkdocs-material/material/templates/.icons/material/bucket-outline.svg new file mode 100644 index 0000000..33b3ad1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bucket-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 4h18v3h-1l-2.5 14h-11L4 7H3zm14.97 3H6.03l2.12 12h7.7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bucket.svg b/mkdocs-material/material/templates/.icons/material/bucket.svg new file mode 100644 index 0000000..d49ca7c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bucket.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 4h18v3h-1l-2.5 14h-11L4 7H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/buffet.svg b/mkdocs-material/material/templates/.icons/material/buffet.svg new file mode 100644 index 0000000..742be01 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/buffet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 14c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1m6 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1M3 22l1-3H3c-.55 0-1-.45-1-1v-6c0-.55.45-1 1-1h18c.55 0 1 .45 1 1v6c0 .55-.45 1-1 1h-1l1 3h-2l-1-3H6l-1 3zm10-9v4h7v-4zm-9 0v4h7v-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bug-check-outline.svg b/mkdocs-material/material/templates/.icons/material/bug-check-outline.svg new file mode 100644 index 0000000..da2d138 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bug-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 7h-2.81c-.45-.8-1.07-1.5-1.82-2L16 3.41 14.59 2l-2.17 2.17a6 6 0 0 0-2.83 0L7.41 2 6 3.41 7.62 5c-.75.5-1.36 1.21-1.81 2H3v2h2.09c-.06.33-.09.66-.09 1v1H3v2h2v1c0 .34.03.67.09 1H3v2h2.81A6 6 0 0 0 13 19.65V19c0-.57.09-1.14.25-1.69-.66.45-1.45.69-2.25.69-2.21 0-4-1.79-4-4v-4c0-2.21 1.79-4 4-4s4 1.79 4 4v4c0 .19 0 .39-.05.58.59-.54 1.29-.96 2.05-1.23V13h2v-2h-2v-1c0-.34-.03-.67-.09-1H19zm2.34 9-3.59 3.59L16.16 18 15 19.16l2.75 3 4.75-4.75zM13 9v2H9V9zm0 4v2H9v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bug-check.svg b/mkdocs-material/material/templates/.icons/material/bug-check.svg new file mode 100644 index 0000000..a64b414 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bug-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 7h-2.81c-.45-.8-1.07-1.5-1.82-2L16 3.41 14.59 2l-2.17 2.17a6 6 0 0 0-2.83 0L7.41 2 6 3.41 7.62 5c-.75.5-1.36 1.21-1.81 2H3v2h2.09c-.06.33-.09.66-.09 1v1H3v2h2v1c0 .34.03.67.09 1H3v2h2.81A6 6 0 0 0 13 19.65V19c0-2.54 1.61-4.8 4-5.65V13h2v-2h-2v-1c0-.34-.03-.67-.09-1H19zm-6 8H9v-2h4zm0-4H9V9h4zm4.75 11.16-2.75-3L16.16 18l1.59 1.59L21.34 16l1.16 1.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bug-outline.svg b/mkdocs-material/material/templates/.icons/material/bug-outline.svg new file mode 100644 index 0000000..bf3e273 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bug-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 8h-2.81c-.45-.8-1.07-1.5-1.82-2L17 4.41 15.59 3l-2.17 2.17a6 6 0 0 0-2.83 0L8.41 3 7 4.41 8.62 6c-.75.5-1.36 1.21-1.81 2H4v2h2.09c-.06.33-.09.66-.09 1v1H4v2h2v1c0 .34.03.67.09 1H4v2h2.81A5.99 5.99 0 0 0 15 20.18c.91-.52 1.67-1.28 2.19-2.18H20v-2h-2.09c.06-.33.09-.66.09-1v-1h2v-2h-2v-1c0-.34-.03-.67-.09-1H20zm-4 7a4 4 0 0 1-4 4 4 4 0 0 1-4-4v-4a4 4 0 0 1 4-4 4 4 0 0 1 4 4zm-2-5v2h-4v-2zm-4 4h4v2h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bug-pause-outline.svg b/mkdocs-material/material/templates/.icons/material/bug-pause-outline.svg new file mode 100644 index 0000000..7a3d6a2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bug-pause-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 7h-2.81c-.45-.8-1.07-1.5-1.82-2L16 3.41 14.59 2l-2.17 2.17a6 6 0 0 0-2.83 0L7.41 2 6 3.41 7.62 5c-.75.5-1.36 1.21-1.81 2H3v2h2.09c-.06.33-.09.66-.09 1v1H3v2h2v1c0 .34.03.67.09 1H3v2h2.81A6 6 0 0 0 13 19.65V19c0-.57.09-1.14.25-1.69-.66.45-1.45.69-2.25.69-2.21 0-4-1.79-4-4v-4c0-2.21 1.79-4 4-4s4 1.79 4 4v4c0 .19 0 .39-.05.58.59-.54 1.29-.96 2.05-1.23V13h2v-2h-2v-1c0-.34-.03-.67-.09-1H19zm-6 2v2H9V9zm0 4v2H9v-2zm7 3h2v6h-2m-4-6h2v6h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bug-pause.svg b/mkdocs-material/material/templates/.icons/material/bug-pause.svg new file mode 100644 index 0000000..9fafd02 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bug-pause.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 7h-2.81c-.45-.8-1.07-1.5-1.82-2L16 3.41 14.59 2l-2.17 2.17a6 6 0 0 0-2.83 0L7.41 2 6 3.41 7.62 5c-.75.5-1.36 1.21-1.81 2H3v2h2.09c-.06.33-.09.66-.09 1v1H3v2h2v1c0 .34.03.67.09 1H3v2h2.81A6 6 0 0 0 13 19.65V19c0-2.54 1.61-4.8 4-5.65V13h2v-2h-2v-1c0-.34-.03-.67-.09-1H19zm-6 8H9v-2h4zm0-4H9V9h4zm7 5h2v6h-2m-4-6h2v6h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bug-play-outline.svg b/mkdocs-material/material/templates/.icons/material/bug-play-outline.svg new file mode 100644 index 0000000..4a2138b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bug-play-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 7h-2.81c-.45-.8-1.07-1.5-1.82-2L16 3.41 14.59 2l-2.17 2.17a6 6 0 0 0-2.83 0L7.41 2 6 3.41 7.62 5c-.75.5-1.36 1.21-1.81 2H3v2h2.09c-.06.33-.09.66-.09 1v1H3v2h2v1c0 .34.03.67.09 1H3v2h2.81A6 6 0 0 0 13 19.65V19c0-.57.09-1.14.25-1.69-.66.45-1.45.69-2.25.69-2.21 0-4-1.79-4-4v-4c0-2.21 1.79-4 4-4s4 1.79 4 4v4c0 .19 0 .39-.05.58.59-.54 1.29-.96 2.05-1.23V13h2v-2h-2v-1c0-.34-.03-.67-.09-1H19zm-6 2v2H9V9zm0 4v2H9v-2zm4 3v6l5-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bug-play.svg b/mkdocs-material/material/templates/.icons/material/bug-play.svg new file mode 100644 index 0000000..d7f6ff4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bug-play.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 7h-2.81c-.45-.8-1.07-1.5-1.82-2L16 3.41 14.59 2l-2.17 2.17a6 6 0 0 0-2.83 0L7.41 2 6 3.41 7.62 5c-.75.5-1.36 1.21-1.81 2H3v2h2.09c-.06.33-.09.66-.09 1v1H3v2h2v1c0 .34.03.67.09 1H3v2h2.81A6 6 0 0 0 13 19.65V19c0-2.54 1.61-4.8 4-5.65V13h2v-2h-2v-1c0-.34-.03-.67-.09-1H19zm-6 8H9v-2h4zm0-4H9V9h4zm4 5v6l5-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bug-stop-outline.svg b/mkdocs-material/material/templates/.icons/material/bug-stop-outline.svg new file mode 100644 index 0000000..ba52d3f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bug-stop-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 7h-2.81c-.45-.8-1.07-1.5-1.82-2L16 3.41 14.59 2l-2.17 2.17a6 6 0 0 0-2.83 0L7.41 2 6 3.41 7.62 5c-.75.5-1.36 1.21-1.81 2H3v2h2.09c-.06.33-.09.66-.09 1v1H3v2h2v1c0 .34.03.67.09 1H3v2h2.81A6 6 0 0 0 13 19.65V19c0-.57.09-1.14.25-1.69-.66.45-1.45.69-2.25.69-2.21 0-4-1.79-4-4v-4c0-2.21 1.79-4 4-4s4 1.79 4 4v4c0 .19 0 .39-.05.58.59-.54 1.29-.96 2.05-1.23V13h2v-2h-2v-1c0-.34-.03-.67-.09-1H19zm-6 2v2H9V9zm0 4v2H9v-2zm3 3h6v6h-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bug-stop.svg b/mkdocs-material/material/templates/.icons/material/bug-stop.svg new file mode 100644 index 0000000..0a094b9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bug-stop.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 7h-2.81c-.45-.8-1.07-1.5-1.82-2L16 3.41 14.59 2l-2.17 2.17a6 6 0 0 0-2.83 0L7.41 2 6 3.41 7.62 5c-.75.5-1.36 1.21-1.81 2H3v2h2.09c-.06.33-.09.66-.09 1v1H3v2h2v1c0 .34.03.67.09 1H3v2h2.81A6 6 0 0 0 13 19.65V19c0-2.54 1.61-4.8 4-5.65V13h2v-2h-2v-1c0-.34-.03-.67-.09-1H19zm-6 8H9v-2h4zm0-4H9V9h4zm3 5h6v6h-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bug.svg b/mkdocs-material/material/templates/.icons/material/bug.svg new file mode 100644 index 0000000..9e795a4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bug.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 12h-4v-2h4m0 6h-4v-2h4m6-6h-2.81a6 6 0 0 0-1.82-1.96L17 4.41 15.59 3l-2.17 2.17a6 6 0 0 0-2.83 0L8.41 3 7 4.41l1.62 1.63C7.88 6.55 7.26 7.22 6.81 8H4v2h2.09c-.05.33-.09.66-.09 1v1H4v2h2v1c0 .34.04.67.09 1H4v2h2.81c1.04 1.79 2.97 3 5.19 3s4.15-1.21 5.19-3H20v-2h-2.09c.05-.33.09-.66.09-1v-1h2v-2h-2v-1c0-.34-.04-.67-.09-1H20z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bugle.svg b/mkdocs-material/material/templates/.icons/material/bugle.svg new file mode 100644 index 0000000..aa4557e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bugle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 6c0 5-9 5-9 5H5c-1 0-2-1-2-1H2v4h1s1-1 2-1h1.3c-.8.5-1.3 1.2-1.3 2 0 1.8 2.3 3 5.5 3s5.5-1.2 5.5-3c0-.6-.3-1.2-.8-1.7 2.6.5 5.8 1.7 5.8 4.7h1V6zM10.5 16.7c-2.3 0-4.1-.8-4.1-1.7s1.8-1.7 4.1-1.7 4.1.8 4.1 1.7-1.8 1.7-4.1 1.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bulkhead-light.svg b/mkdocs-material/material/templates/.icons/material/bulkhead-light.svg new file mode 100644 index 0000000..a5b89f5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bulkhead-light.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 2.09V2c0-.55-.45-1-1-1s-1 .45-1 1v.09a5.96 5.96 0 0 0-4.97 5.88V16c0 3 2.16 5.44 4.97 5.91V22c0 .55.45 1 1 1s1-.45 1-1v-.09A5.97 5.97 0 0 0 17.97 16V7.97C18 5 15.81 2.56 13 2.09M16 8h-1V5.4c.6.69 1 1.6 1 2.6m-2 11.44c-.59.35-1.27.56-2 .56s-1.41-.21-2-.56V16h4zM10 15V9h4v6zm-1 0h-.97V9H9zm1-10.44c.59-.35 1.27-.56 2-.56s1.41.21 2 .56V8h-4zM15 9h1v6h-1zM9 5.4V8h-.97v-.03c0-.97.37-1.88.97-2.57M8.03 16H9v2.6c-.6-.69-.97-1.6-.97-2.57zM15 18.6V16h1c0 1-.4 1.91-1 2.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bulldozer.svg b/mkdocs-material/material/templates/.icons/material/bulldozer.svg new file mode 100644 index 0000000..19ab7a8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bulldozer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 4a1 1 0 0 0-1 1v5c-.46 0-.86.31-.97.76v3.21h.26C2.65 13.37 3.3 13 4 13h9c.7 0 1.35.37 1.71.97h1.32L16 11a1 1 0 0 0-1-1h-2V8a1 1 0 0 0-1-1 1 1 0 0 0-1 1v2H9V5a1 1 0 0 0-1-1zm1 2h2v5H5zm12 5v8h5v-1l-3-1-1-6zM4 15a2 2 0 0 0-2 2 2 2 0 0 0 2 2h9a2 2 0 0 0 2-2 2 2 0 0 0-2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bullet.svg b/mkdocs-material/material/templates/.icons/material/bullet.svg new file mode 100644 index 0000000..d7e392e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bullet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 22h-4v-1h4zm-1-12V7h-2v3l-1 1.5V20h4v-8.5zm-1-8s-1 1-1 3v1h2V5s0-2-1-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bulletin-board.svg b/mkdocs-material/material/templates/.icons/material/bulletin-board.svg new file mode 100644 index 0000000..7efcfb1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bulletin-board.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.04 2.5 9.53 5h5zM4 7v13h16V7zm8-7 5 5h3a2 2 0 0 1 2 2v13a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h3zM7 18v-4h5v4zm7-1v-7h4v7zm-8-5V9h5v3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bullhorn-outline.svg b/mkdocs-material/material/templates/.icons/material/bullhorn-outline.svg new file mode 100644 index 0000000..4f513a6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bullhorn-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8H4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h1v4a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-4h3l5 4V4zm3 7.6L13 14H4v-4h9l2-1.6zm6.5-3.6c0 1.71-.96 3.26-2.5 4V8c1.53.75 2.5 2.3 2.5 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bullhorn-variant-outline.svg b/mkdocs-material/material/templates/.icons/material/bullhorn-variant-outline.svg new file mode 100644 index 0000000..3694e22 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bullhorn-variant-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2v2L4 8V6H2v12h2v-2l2 .5v2C6 20.4 7.6 22 9.5 22s3.5-1.6 3.5-3.5v-.2l7 1.7v2h2V2zm-9 16.5c0 .8-.7 1.5-1.5 1.5S8 19.3 8 18.5V17l3 .8zm9-.5L4 14v-4l16-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bullhorn-variant.svg b/mkdocs-material/material/templates/.icons/material/bullhorn-variant.svg new file mode 100644 index 0000000..dda1920 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bullhorn-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2v2L4 8V6H2v12h2v-2l2 .5v2C6 20.4 7.6 22 9.5 22s3.5-1.6 3.5-3.5v-.2l7 1.7v2h2V2zm-9 16.5c0 .8-.7 1.5-1.5 1.5S8 19.3 8 18.5V17l3 .8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bullhorn.svg b/mkdocs-material/material/templates/.icons/material/bullhorn.svg new file mode 100644 index 0000000..2a97731 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bullhorn.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8H4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h1v4a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-4h3l5 4V4zm9.5 4c0 1.71-.96 3.26-2.5 4V8c1.53.75 2.5 2.3 2.5 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bullseye-arrow.svg b/mkdocs-material/material/templates/.icons/material/bullseye-arrow.svg new file mode 100644 index 0000000..d56748e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bullseye-arrow.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10c0-1.16-.21-2.31-.61-3.39l-1.6 1.6c.14.59.21 1.19.21 1.79a8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8c.6 0 1.2.07 1.79.21L15.4 2.6C14.31 2.21 13.16 2 12 2m7 0-4 4v1.5l-2.55 2.55C12.3 10 12.15 10 12 10a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2c0-.15 0-.3-.05-.45L16.5 9H18l4-4h-3zm-7 4a6 6 0 0 0-6 6 6 6 0 0 0 6 6 6 6 0 0 0 6-6h-2a4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bullseye.svg b/mkdocs-material/material/templates/.icons/material/bullseye.svg new file mode 100644 index 0000000..511ee18 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bullseye.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 2a8 8 0 0 1 8 8 8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8m0 2a6 6 0 0 0-6 6 6 6 0 0 0 6 6 6 6 0 0 0 6-6 6 6 0 0 0-6-6m0 2a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m0 2a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bulma.svg b/mkdocs-material/material/templates/.icons/material/bulma.svg new file mode 100644 index 0000000..6fc026c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bulma.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11.38 2-5 5-1.25 8.75L11.38 22l7.5-5-5-5 3.75-3.75z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bunk-bed-outline.svg b/mkdocs-material/material/templates/.icons/material/bunk-bed-outline.svg new file mode 100644 index 0000000..076c555 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bunk-bed-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 2h2v7h7V3h9c2.2 0 4 1.8 4 4v16h-2v-2H3v2H1zm11 3v4h9V7c0-1.1-.9-2-2-2zm-9 6v8h7v-6h9c.7 0 1.4.2 2 .6V11zm3.5 2C7.9 13 9 14.1 9 15.5S7.9 18 6.5 18 4 16.9 4 15.5 5.1 13 6.5 13m0 1.6c-.5 0-.9.4-.9.9s.4.9.9.9.9-.4.9-.9-.4-.9-.9-.9m5.5.4v4h9v-2c0-1.1-.9-2-2-2zM6.5 3C7.9 3 9 4.1 9 5.5S7.9 8 6.5 8 4 6.9 4 5.5 5.1 3 6.5 3m0 1.6c-.5 0-.9.4-.9.9s.4.9.9.9.9-.4.9-.9-.4-.9-.9-.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bunk-bed.svg b/mkdocs-material/material/templates/.icons/material/bunk-bed.svg new file mode 100644 index 0000000..6079978 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bunk-bed.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 2v21h2v-2h18v2h2V7c0-2.21-1.79-4-4-4h-9v5H3V2m3.5 0A2.5 2.5 0 0 0 4 4.5 2.5 2.5 0 0 0 6.5 7 2.5 2.5 0 0 0 9 4.5 2.5 2.5 0 0 0 6.5 2M3 11h18v2.56c-.59-.35-1.27-.56-2-.56h-9v5H3m3.5-6A2.5 2.5 0 0 0 4 14.5 2.5 2.5 0 0 0 6.5 17 2.5 2.5 0 0 0 9 14.5 2.5 2.5 0 0 0 6.5 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bus-alert.svg b/mkdocs-material/material/templates/.icons/material/bus-alert.svg new file mode 100644 index 0000000..ebbb6c8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bus-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 1a7 7 0 0 1 7 7c0 3.53-2.61 6.45-6 6.93V18c0 .84-.35 1.58-1.04 2.2V22c0 .27-.09.5-.28.71-.18.2-.42.29-.68.29h-1a.98.98 0 0 1-.73-.29.96.96 0 0 1-.31-.71v-1H5.04v1c0 .27-.1.5-.31.71-.2.2-.44.29-.73.29H3c-.26 0-.5-.09-.68-.29-.19-.21-.28-.44-.28-.71v-1.8C1.35 19.58 1 18.84 1 18V8c0-1.58.7-2.65 2.07-3.2C4.44 4.26 6.42 4 9 4l1.23.03A7.01 7.01 0 0 1 16 1m0 2a5 5 0 0 0-5 5 5 5 0 0 0 5 5 5 5 0 0 0 5-5 5 5 0 0 0-5-5m-1 7h2v2h-2zm0-6h2v5h-2zM3 13h8.09A7 7 0 0 1 9 8H3zm1.5 3c-.81 0-1.5.67-1.5 1.5A1.5 1.5 0 0 0 4.5 19c.85 0 1.5-.67 1.5-1.5A1.5 1.5 0 0 0 4.5 16m9 0c-.85 0-1.5.67-1.5 1.5a1.5 1.5 0 0 0 1.5 1.5c.81 0 1.5-.67 1.5-1.5a1.5 1.5 0 0 0-1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bus-articulated-end.svg b/mkdocs-material/material/templates/.icons/material/bus-articulated-end.svg new file mode 100644 index 0000000..f6e4fdc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bus-articulated-end.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.5 6 20 7.5 21.5 9 20 10.5l1.5 1.5-1.5 1.5 1.5 1.5h-9a3 3 0 0 1-3 3 3 3 0 0 1-3-3h-4V8c0-1.11.89-2 2-2zm-3 1.5H15V10h3.5zm-5 0h-4V10h4zM8 7.5H4V10h4zm1.5 6A1.5 1.5 0 0 0 8 15a1.5 1.5 0 0 0 1.5 1.5A1.5 1.5 0 0 0 11 15a1.5 1.5 0 0 0-1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bus-articulated-front.svg b/mkdocs-material/material/templates/.icons/material/bus-articulated-front.svg new file mode 100644 index 0000000..5d8deb3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bus-articulated-front.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m1 6 1.5 1.5L1 9l1.5 1.5L1 12l1.5 1.5L1 15h2a3 3 0 0 0 3 3 3 3 0 0 0 3-3h6a3 3 0 0 0 3 3 3 3 0 0 0 3-3h2V8c0-1.11-.89-2-2-2zm3 1.5h2.5V10H4zm4 0h4V10H8zm5.5 0h4V10h-4zm5.5 0h2.5V13L19 11zm-13 6A1.5 1.5 0 0 1 7.5 15 1.5 1.5 0 0 1 6 16.5 1.5 1.5 0 0 1 4.5 15 1.5 1.5 0 0 1 6 13.5m12 0a1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5 1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bus-clock.svg b/mkdocs-material/material/templates/.icons/material/bus-clock.svg new file mode 100644 index 0000000..721dcfa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bus-clock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.5 4v4.25l2.86 1.69-.75 1.22L15 9V4zm-.5 9c1.36 0 2.54-.5 3.5-1.47 1-.97 1.5-2.14 1.5-3.53 0-1.36-.5-2.54-1.5-3.5-.96-1-2.14-1.5-3.5-1.5-1.39 0-2.56.5-3.53 1.5C11.5 5.46 11 6.64 11 8c0 1.39.5 2.56 1.47 3.53S14.61 13 16 13m-2.5 6c.44 0 .8-.16 1.08-.46s.42-.65.42-1.04c0-.42-.14-.77-.42-1.07S13.94 16 13.5 16s-.8.13-1.08.43-.42.65-.42 1.07c0 .39.14.74.42 1.04s.64.46 1.08.46M3 13h8.11C9.7 11.64 9 10 9 8H3zm1.5 6c.44 0 .8-.16 1.08-.46S6 17.89 6 17.5c0-.42-.14-.77-.42-1.07S4.94 16 4.5 16s-.8.13-1.08.43S3 17.08 3 17.5c0 .39.14.74.42 1.04s.64.46 1.08.46M16 1c1.92 0 3.58.67 4.95 2.05C22.33 4.42 23 6.08 23 8c0 1.77-.56 3.29-1.72 4.59-1.15 1.29-2.58 2.07-4.28 2.32V18c0 .84-.33 1.58-1 2.2V22c0 .27-.11.5-.3.71-.2.2-.42.29-.7.29h-1c-.27 0-.5-.09-.71-.29A.98.98 0 0 1 13 22v-1H5v1c0 .27-.09.5-.29.71-.21.2-.44.29-.71.29H3c-.28 0-.5-.09-.7-.29-.19-.21-.3-.44-.3-.71v-1.8c-.67-.62-1-1.36-1-2.2V8c0-1.58.67-2.65 2.05-3.2C4.42 4.26 6.41 4 9 4h.61c.28 0 .48.03.61.03C11.63 2 13.55 1 16 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bus-double-decker.svg b/mkdocs-material/material/templates/.icons/material/bus-double-decker.svg new file mode 100644 index 0000000..4201f6c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bus-double-decker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 4c-1.11 0-2 .89-2 2v11h2a3 3 0 0 0 3 3 3 3 0 0 0 3-3h6a3 3 0 0 0 3 3 3 3 0 0 0 3-3h2v-3c0-1.11-.89-2-2-2h-2V9.5h4V6c0-1.11-.89-2-2-2zm-.5 1.5h4V8h-4zm5.5 0h4V8H8zm5.5 0h4V8h-4zm5.5 0h2.5V8H19zm-5.5 4h4V12h-4zm-11 0h4V12h-4zm5.5 0h4V12H8zm-2 6A1.5 1.5 0 0 1 7.5 17 1.5 1.5 0 0 1 6 18.5 1.5 1.5 0 0 1 4.5 17 1.5 1.5 0 0 1 6 15.5m12 0a1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5 1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bus-electric.svg b/mkdocs-material/material/templates/.icons/material/bus-electric.svg new file mode 100644 index 0000000..0392c34 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bus-electric.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 8H6V4h12m-1.5 10c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5m-9 0c-.8 0-1.5-.7-1.5-1.5S6.7 11 7.5 11s1.5.7 1.5 1.5S8.3 14 7.5 14M4 13c0 .9.4 1.7 1 2.2V17c0 .6.4 1 1 1h1c.6 0 1-.4 1-1v-1h8v1c0 .6.4 1 1 1h1c.6 0 1-.4 1-1v-1.8c.6-.5 1-1.3 1-2.2V4c0-3.5-3.6-4-8-4S4 .5 4 4zm3 8h4v-2l6 3h-4v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bus-marker.svg b/mkdocs-material/material/templates/.icons/material/bus-marker.svg new file mode 100644 index 0000000..a276430 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bus-marker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c-4.42 0-8 .5-8 4v10a3 3 0 0 0 1 2.22V20a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1h6a8 8 0 0 1-1-3.5 5.55 5.55 0 0 1 2.38-4.5H6V6h12v4a4 4 0 0 1 .5 0 5.3 5.3 0 0 1 1.5.22V6c0-3.5-3.58-4-8-4M7.5 14A1.5 1.5 0 1 1 6 15.5 1.5 1.5 0 0 1 7.5 14m11-2a3.54 3.54 0 0 0-3.5 3.5c0 2.6 3.5 6.5 3.5 6.5s3.5-3.9 3.5-6.5a3.54 3.54 0 0 0-3.5-3.5m0 4.8a1.2 1.2 0 1 1 0-2.4 1.29 1.29 0 0 1 1.2 1.2 1.15 1.15 0 0 1-1.2 1.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bus-multiple.svg b/mkdocs-material/material/templates/.icons/material/bus-multiple.svg new file mode 100644 index 0000000..7120ba0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bus-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 5c-4.42 0-8 .5-8 4v10c0 .85.37 1.66 1 2.22V23c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h8v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1.78c.63-.56 1-1.37 1-2.22V9c0-3.5-3.58-4-8-4M5.5 20c-.83 0-1.5-.67-1.5-1.5S4.67 17 5.5 17s1.5.67 1.5 1.5S6.33 20 5.5 20m9 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5m1.5-6H4V9h12zm6-9v10c0 .85-.37 1.66-1 2.22V19c0 .55-.45 1-1 1h-.12c.07-.32.12-.65.12-1V9c0-6-7-6-10-6-.91 0-2.2 0-3.54.17C7.55 1.32 10.5 1 14 1c4.42 0 8 .5 8 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bus-school.svg b/mkdocs-material/material/templates/.icons/material/bus-school.svg new file mode 100644 index 0000000..8536eb1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bus-school.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 6c-1.11 0-2 .89-2 2v7h2a3 3 0 0 0 3 3 3 3 0 0 0 3-3h6a3 3 0 0 0 3 3 3 3 0 0 0 3-3h2v-3c0-1.11-.89-2-2-2h-2V8c0-1.11-.89-2-2-2zm10.5 1.5h4V10h-4zm-11 0h4V10h-4zm5.5 0h4V10H8zm-2 6A1.5 1.5 0 0 1 7.5 15 1.5 1.5 0 0 1 6 16.5 1.5 1.5 0 0 1 4.5 15 1.5 1.5 0 0 1 6 13.5m12 0a1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5 1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bus-side.svg b/mkdocs-material/material/templates/.icons/material/bus-side.svg new file mode 100644 index 0000000..06f3724 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bus-side.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 6c-1.11 0-2 .89-2 2v7h2a3 3 0 0 0 3 3 3 3 0 0 0 3-3h6a3 3 0 0 0 3 3 3 3 0 0 0 3-3h2V8c0-1.11-.89-2-2-2zm-.5 1.5h4V10h-4zm5.5 0h4V10H8zm5.5 0h4V10h-4zm5.5 0h2.5V13L19 11zm-13 6A1.5 1.5 0 0 1 7.5 15 1.5 1.5 0 0 1 6 16.5 1.5 1.5 0 0 1 4.5 15 1.5 1.5 0 0 1 6 13.5m12 0a1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5 1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bus-sign.svg b/mkdocs-material/material/templates/.icons/material/bus-sign.svg new file mode 100644 index 0000000..3b02f08 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bus-sign.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 11h7.07A7.97 7.97 0 0 0 10 15c0 1.46.39 2.82 1.07 4H6v1c0 .27-.1.5-.29.71-.21.19-.44.29-.71.29H4c-.26 0-.5-.1-.71-.29C3.11 20.5 3 20.27 3 20v-1.78c-.61-.55-1-1.34-1-2.22V6c0-3.5 3.58-4 8-4s8 .5 8 4v1c-.69 0-1.36.09-2 .25V6H4zm1.5 6a1.499 1.499 0 0 0 1.06-2.56 1.499 1.499 0 1 0-2.12 2.12c.28.28.66.44 1.06.44m9.5 3v1h6v-1c0-.55-.45-1-1-1h-1v-5h2l2-2-2-2h-8l2 2-2 2h4v5h-1c-.55 0-1 .45-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bus-stop-covered.svg b/mkdocs-material/material/templates/.icons/material/bus-stop-covered.svg new file mode 100644 index 0000000..1a64c31 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bus-stop-covered.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 3H7V2H6a1.78 1.78 0 0 0-1.41 1H2v2h1.73C2 10.58 2 22 2 22h5V5h13m2 3.5a2.5 2.5 0 1 0-3 2.5v11h1V11a2.5 2.5 0 0 0 2-2.5m-7 3V16h-1v6h-1.5v-5h-1v5H10v-6H9v-4.5a1.5 1.5 0 0 1 1.5-1.5h3a1.5 1.5 0 0 1 1.5 1.5m-3-5A1.5 1.5 0 1 0 13.5 8 1.5 1.5 0 0 0 12 6.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bus-stop-uncovered.svg b/mkdocs-material/material/templates/.icons/material/bus-stop-uncovered.svg new file mode 100644 index 0000000..7d662b8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bus-stop-uncovered.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 22v-3H4v3H2v-8a1 1 0 0 1 1-1 1 1 0 0 1 1 1v3h3a1 1 0 0 1 1 1v4m12-11v11h-1V11a2.5 2.5 0 1 1 1 0m-5 .55V16h-1v6h-1.5v-5h-1v5H10v-6H9v-4.5a1.5 1.5 0 0 1 1.5-1.5h3a1.5 1.5 0 0 1 1.5 1.5m-3-4.95A1.5 1.5 0 1 0 13.5 8 1.5 1.5 0 0 0 12 6.5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bus-stop.svg b/mkdocs-material/material/templates/.icons/material/bus-stop.svg new file mode 100644 index 0000000..f2d9cab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bus-stop.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 7v9c0 .71-.38 1.36-1 1.72v1.53c0 .41-.34.75-.75.75h-.5c-.41 0-.75-.34-.75-.75V18h-7v1.25c0 .41-.34.75-.75.75h-.5c-.41 0-.75-.34-.75-.75v-1.53c-.61-.36-1-1.01-1-1.72V7c0-3 3-3 6.5-3S22 4 22 7m-9 8c0-.55-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1m7 0c0-.55-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1m0-8h-9v4h9zM7 9.5C6.97 8.12 5.83 7 4.45 7.05A2.5 2.5 0 0 0 2 9.6 2.51 2.51 0 0 0 4 12v8h1v-8c1.18-.24 2-1.29 2-2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bus-wrench.svg b/mkdocs-material/material/templates/.icons/material/bus-wrench.svg new file mode 100644 index 0000000..9afd127 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bus-wrench.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 13V6c0-3.5-3.58-4-8-4s-8 .5-8 4v10c0 .88.39 1.67 1 2.22V20c0 .27.11.5.29.71.21.19.45.29.71.29h1c.27 0 .5-.1.71-.29.19-.21.29-.44.29-.71v-1h4a5.002 5.002 0 0 1 8-6m-4-2H6V6h12v5zm-9.56 5.56a1.499 1.499 0 1 1 2.12-2.12 1.499 1.499 0 1 1-2.12 2.12m9.06.36-2.21-2.21c-.18.39-.29.83-.29 1.29 0 1.66 1.34 3 3 3 .46 0 .9-.1 1.29-.29l4 4 1.42-1.42-4-4c.19-.39.29-.83.29-1.29 0-1.66-1.34-3-3-3-.46 0-.9.11-1.29.29l2.2 2.21-1.41 1.41Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/bus.svg b/mkdocs-material/material/templates/.icons/material/bus.svg new file mode 100644 index 0000000..3b4adf3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/bus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 11H6V6h12m-1.5 11a1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5 1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5m-9 0A1.5 1.5 0 0 1 6 15.5 1.5 1.5 0 0 1 7.5 14 1.5 1.5 0 0 1 9 15.5 1.5 1.5 0 0 1 7.5 17M4 16c0 .88.39 1.67 1 2.22V20a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1h8v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1.78c.61-.55 1-1.34 1-2.22V6c0-3.5-3.58-4-8-4s-8 .5-8 4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/butterfly-outline.svg b/mkdocs-material/material/templates/.icons/material/butterfly-outline.svg new file mode 100644 index 0000000..daf2b0e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/butterfly-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 21h-2V6L9.03 3.97 10 3l2 2 2-2 1 1-2 2zm1-12V7a5.002 5.002 0 0 1 6 8v2c0 2.21-1.79 4-4 4-.73 0-1.41-.19-2-.54v-2c.59.35 1.27.54 2 .54 1.1 0 2-.9 2-2v-3.17c1.17-.41 2-1.52 2-2.83 0-1.65-1.33-3-3-3-1.12 0-2.16.37-3 1m-4 0c-.84-.63-1.87-1-3-1-1.67 0-3 1.35-3 3 0 1.31.84 2.42 2 2.83V17c0 1.1.9 2 2 2 .73 0 1.41-.19 2-.54v2c-.59.35-1.27.54-2 .54-2.21 0-4-1.79-4-4v-2a5.002 5.002 0 0 1 6-8zm-1 2L7.5 9.5 6 11l1.5 1.5zm9 0-1.5-1.5L15 11l1.5 1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/butterfly.svg b/mkdocs-material/material/templates/.icons/material/butterfly.svg new file mode 100644 index 0000000..9963ee1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/butterfly.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 21h-2V6L9.03 3.97 10 3l2 2 2-2 1 1-2 2zM7 6a5.002 5.002 0 0 0-3 9v2c0 2.21 1.79 4 4 4 .72 0 1.39-.19 1.97-.5l.03-.04V7c-.84-.63-1.87-1-3-1m-.5 6.5L5 11l1.5-1.5L8 11zM22 11c0-2.76-2.24-5-5-5-1.12 0-2.15.37-3 1v13.46c.59.35 1.27.54 2 .54 2.21 0 4-1.79 4-4v-2c1.21-.91 2-2.36 2-4m-4.5 1.5L16 11l1.5-1.5L19 11z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/button-cursor.svg b/mkdocs-material/material/templates/.icons/material/button-cursor.svg new file mode 100644 index 0000000..f55f1e9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/button-cursor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.1 15.3c-.1.1-.3.2-.4.3l-2.4.4 1.7 3.6c.2.4 0 .8-.4 1l-2.8 1.3c-.1.1-.2.1-.3.1-.3 0-.6-.2-.7-.4L11.2 18l-1.9 1.5c-.1.1-.3.2-.5.2-.4 0-.8-.3-.8-.8V7.5c0-.5.3-.8.8-.8.2 0 .4.1.5.2l8.7 7.4c.3.2.4.7.1 1M6 12H4V4h16v8h-1.6l2.2 1.9c.8-.3 1.3-1 1.3-1.9V4c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/button-pointer.svg b/mkdocs-material/material/templates/.icons/material/button-pointer.svg new file mode 100644 index 0000000..abfdfd8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/button-pointer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 20.5c0 .8-.7 1.5-1.5 1.5H13c-.4 0-.7-.1-1-.4l-4-4.2.7-.8c.2-.2.5-.3.8-.3h.2L12 18V9c0-.6.4-1 1-1s1 .4 1 1v4.5l1.2.1 3.9 2.2c.5.2.9.8.9 1.3zM20 2H4c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h4v-2H4V4h16v8h-2v2h2c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cabin-a-frame.svg b/mkdocs-material/material/templates/.icons/material/cabin-a-frame.svg new file mode 100644 index 0000000..7c82be6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cabin-a-frame.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3 4 21h16zM9 19H7.08L9 14.67zm4 0h-2v-5h2zm-2.81-7L12 7.92 13.81 12zM15 14.67 16.92 19H15z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cable-data.svg b/mkdocs-material/material/templates/.icons/material/cable-data.svg new file mode 100644 index 0000000..1b42945 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cable-data.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.05 3.5a3.52 3.52 0 0 0 0 4.97l8.49 8.48c.58.59.58 1.55 0 2.12-.59.59-1.54.59-2.13 0l-4.24-4.24 1.06-1.06-3.53-3.54-.36.36-1.41-1.42a1.02 1.02 0 0 0-1.43 0l-1.4 1.42c-.39.41-.39 1.02 0 1.41l1.4 1.41-.34.36L6.7 17.3l1.06-1.06L12 20.5a3.53 3.53 0 0 0 4.95 0c1.37-1.38 1.37-3.6 0-4.96L8.46 7.05c-.58-.59-.58-1.55 0-2.12.59-.59 1.54-.59 2.13 0l4.24 4.24-1.06 1.06 3.53 3.54.36-.36 1.41 1.42c.39.39 1.03.39 1.43 0l1.4-1.42c.39-.41.39-1.02 0-1.41l-1.4-1.41.34-.36L17.3 6.7l-1.06 1.06L12 3.5a3.53 3.53 0 0 0-4.95 0m-4.24 7.79 1.41-1.41 1.42 1.41-1.42 1.42m14.14 0 1.42-1.42 1.41 1.42-1.41 1.41Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cached.svg b/mkdocs-material/material/templates/.icons/material/cached.svg new file mode 100644 index 0000000..cd0e040 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cached.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19 8-4 4h3a6 6 0 0 1-6 6c-1 0-1.97-.25-2.8-.7l-1.46 1.46A7.93 7.93 0 0 0 12 20a8 8 0 0 0 8-8h3M6 12a6 6 0 0 1 6-6c1 0 1.97.25 2.8.7l1.46-1.46A7.93 7.93 0 0 0 12 4a8 8 0 0 0-8 8H1l4 4 4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cactus.svg b/mkdocs-material/material/templates/.icons/material/cactus.svg new file mode 100644 index 0000000..91cb8d2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cactus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 16v5h-4v-3H9a3 3 0 0 1-3-3v-3a1 1 0 0 1 1-1 1 1 0 0 1 1 1v3c0 .56.45 1 1 1h1V6a2 2 0 0 1 2-2 2 2 0 0 1 2 2v8h1a1 1 0 0 0 1-1v-2a1 1 0 0 1 1-1 1 1 0 0 1 1 1v2a3 3 0 0 1-3 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cake-layered.svg b/mkdocs-material/material/templates/.icons/material/cake-layered.svg new file mode 100644 index 0000000..a6aca71 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cake-layered.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 21v-4a2 2 0 0 0-2-2h-1v-3a2 2 0 0 0-2-2h-3V8h-2v2H8c-1.11 0-2 .89-2 2v3H5c-1.11 0-2 .89-2 2v4H1v2h22v-2M12 7a2 2 0 0 0 2-2c0-.38-.1-.73-.29-1.03L12 1l-1.72 2.97c-.18.3-.28.65-.28 1.03a2 2 0 0 0 2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cake-variant-outline.svg b/mkdocs-material/material/templates/.icons/material/cake-variant-outline.svg new file mode 100644 index 0000000..c283866 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cake-variant-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 6a2 2 0 0 0 2-2c0-.38-.1-.73-.29-1.03L12 0l-1.71 2.97c-.19.3-.29.65-.29 1.03 0 1.1.9 2 2 2m6 3h-5V7h-2v2H6c-1.66 0-3 1.34-3 3v9c0 .55.45 1 1 1h16c.55 0 1-.45 1-1v-9c0-1.66-1.34-3-3-3m1 11H5v-3c.9 0 1.76-.37 2.4-1l1.1-1.08L9.56 16c1.31 1.3 3.59 1.29 4.89 0l1.08-1.08L16.6 16c.64.63 1.5 1 2.4 1zm0-4.5c-.5 0-1-.2-1.35-.57L15.5 12.8l-2.12 2.13c-.74.74-2.03.74-2.77 0L8.5 12.8l-2.16 2.13c-.34.36-.84.57-1.34.57V12c0-.55.45-1 1-1h12c.55 0 1 .45 1 1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cake-variant.svg b/mkdocs-material/material/templates/.icons/material/cake-variant.svg new file mode 100644 index 0000000..f13c02c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cake-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 6a2 2 0 0 0 2-2c0-.38-.1-.73-.29-1.03L12 0l-1.71 2.97c-.19.3-.29.65-.29 1.03a2 2 0 0 0 2 2m4.6 10-1.07-1.08L14.45 16c-1.3 1.29-3.58 1.3-4.89 0L8.5 14.92 7.4 16a3.47 3.47 0 0 1-4.4.39V21a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-4.61a3.467 3.467 0 0 1-4.4-.39M18 9h-5V7h-2v2H6a3 3 0 0 0-3 3v1.54c0 1.08.88 1.96 1.96 1.96.54 0 1.04-.2 1.38-.57L8.5 12.8l2.11 2.13c.74.74 2.03.74 2.77 0l2.12-2.13 2.15 2.13c.35.37.85.57 1.38.57 1.08 0 1.97-.88 1.97-1.96V12a3 3 0 0 0-3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cake.svg b/mkdocs-material/material/templates/.icons/material/cake.svg new file mode 100644 index 0000000..f282e91 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cake.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.5.5c.5.25 1.5 1.9 1.5 3S12.33 5 11.5 5 10 4.85 10 3.75 11 2 11.5.5m7 8.5C21 9 23 11 23 13.5c0 1.56-.79 2.93-2 3.74V23H3v-5.76c-1.21-.81-2-2.18-2-3.74C1 11 3 9 5.5 9H10V6h3v3zM12 16a2.5 2.5 0 0 0 2.5-2.5H16a2.5 2.5 0 0 0 2.5 2.5 2.5 2.5 0 0 0 2.5-2.5 2.5 2.5 0 0 0-2.5-2.5h-13A2.5 2.5 0 0 0 3 13.5 2.5 2.5 0 0 0 5.5 16 2.5 2.5 0 0 0 8 13.5h1.5A2.5 2.5 0 0 0 12 16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calculator-variant-outline.svg b/mkdocs-material/material/templates/.icons/material/calculator-variant-outline.svg new file mode 100644 index 0000000..b55a37a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calculator-variant-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m0 16H5V5h14zM6.2 7.7h5v1.5h-5zm6.8 8.1h5v1.5h-5zm0-2.6h5v1.5h-5zM8 18h1.5v-2h2v-1.5h-2v-2H8v2H6V16h2zm6.1-7.1 1.4-1.4 1.4 1.4 1.1-1-1.4-1.4L18 7.1 16.9 6l-1.4 1.4L14.1 6 13 7.1l1.4 1.4L13 9.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calculator-variant.svg b/mkdocs-material/material/templates/.icons/material/calculator-variant.svg new file mode 100644 index 0000000..b5247b2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calculator-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m-6 4.1L14.1 6l1.4 1.4L16.9 6 18 7.1l-1.4 1.4L18 9.9 16.9 11l-1.4-1.4-1.4 1.4L13 9.9l1.4-1.4zm-6.8.6h5v1.5h-5zm5.3 8.3h-2v2H8v-2H6v-1.5h2v-2h1.5v2h2zm6.5 1.2h-5v-1.5h5zm0-2.4h-5v-1.5h5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calculator.svg b/mkdocs-material/material/templates/.icons/material/calculator.svg new file mode 100644 index 0000000..ceb27eb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calculator.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 2h10a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m0 2v4h10V4zm0 6v2h2v-2zm4 0v2h2v-2zm4 0v2h2v-2zm-8 4v2h2v-2zm4 0v2h2v-2zm4 0v2h2v-2zm-8 4v2h2v-2zm4 0v2h2v-2zm4 0v2h2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-account-outline.svg b/mkdocs-material/material/templates/.icons/material/calendar-account-outline.svg new file mode 100644 index 0000000..43d7b55 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-account-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.1 0-2 .9-2 2v14a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2V5a2 2 0 0 0-2-2m0 16H5V9h14zm0-12H5V5h14m-7 5c2 0 3 2.42 1.59 3.84-1.42 1.42-3.84.41-3.84-1.59C9.75 11 10.75 10 12 10m4.5 7.88V18h-9v-.12c0-1.25 2-2.25 4.5-2.25s4.5 1 4.5 2.25"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-account.svg b/mkdocs-material/material/templates/.icons/material/calendar-account.svg new file mode 100644 index 0000000..a998aaa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-account.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 9c2 0 3 2.42 1.59 3.84-1.42 1.42-3.84.41-3.84-1.59C9.75 10 10.75 9 12 9m4.5 9h-9v-1.12c0-1.25 2-2.25 4.5-2.25s4.5 1 4.5 2.25M19 19H5V8h14m-3-7v2H8V1H6v2H5c-1.1 0-2 .9-2 2v14a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2V5a2 2 0 0 0-2-2h-1V1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/calendar-alert-outline.svg new file mode 100644 index 0000000..208d027 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 16h2v2h-2zm0-6h2v4h-2zm8-7h-1V1h-2v2H8V1H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m0 2v2H5V5zM5 19V9h14v10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-alert.svg b/mkdocs-material/material/templates/.icons/material/calendar-alert.svg new file mode 100644 index 0000000..1951f5b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 1v2H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2V5a2 2 0 0 0-2-2h-1V1h-2v2H8V1zM5 8h14v11H5zm6 1v5h2V9zm0 7v2h2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-arrow-left.svg b/mkdocs-material/material/templates/.icons/material/calendar-arrow-left.svg new file mode 100644 index 0000000..5b31b0e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-arrow-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V5a2 2 0 0 0-2-2m0 16H5V8h14zm-7-9v2h4v3h-4v2l-4-3.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-arrow-right.svg b/mkdocs-material/material/templates/.icons/material/calendar-arrow-right.svg new file mode 100644 index 0000000..bfffdec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-arrow-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V5a2 2 0 0 0-2-2m0 16H5V8h14zm-7-2v-2H8v-3h4v-2l4 3.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-badge-outline.svg b/mkdocs-material/material/templates/.icons/material/calendar-badge-outline.svg new file mode 100644 index 0000000..a7a1dc8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-badge-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.5 16c-1.9 0-3.5 1.6-3.5 3.5s1.6 3.5 3.5 3.5 3.5-1.6 3.5-3.5-1.6-3.5-3.5-3.5M14 19.5c0-.17 0-.33.03-.5H5V9h14v5.03c.17-.03.33-.03.5-.03.5 0 1 .08 1.5.21V5a2 2 0 0 0-2-2h-1V1h-2v2H8V1H6v2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h9.21c-.13-.5-.21-1-.21-1.5M5 5h14v2H5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-badge.svg b/mkdocs-material/material/templates/.icons/material/calendar-badge.svg new file mode 100644 index 0000000..d268804 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-badge.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.5 16c-1.9 0-3.5 1.6-3.5 3.5s1.6 3.5 3.5 3.5 3.5-1.6 3.5-3.5-1.6-3.5-3.5-3.5m-5.29 5H5a2 2 0 0 1-2-2V5c0-1.11.89-2 2-2h1V1h2v2h8V1h2v2h1a2 2 0 0 1 2 2v9.21c-.5-.13-1-.21-1.5-.21-.17 0-.33 0-.5.03V8H5v11h9.03c-.03.17-.03.33-.03.5 0 .5.08 1 .21 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-blank-multiple.svg b/mkdocs-material/material/templates/.icons/material/calendar-blank-multiple.svg new file mode 100644 index 0000000..6d3d76e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-blank-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 17V8H7v9zm0-14c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H7a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h1V1h2v2h8V1h2v2zM3 21h14v2H3a2 2 0 0 1-2-2V9h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-blank-outline.svg b/mkdocs-material/material/templates/.icons/material/calendar-blank-outline.svg new file mode 100644 index 0000000..06784c4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-blank-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3h-1V1h-2v2H8V1H6v2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2V5a2 2 0 0 0-2-2m0 16H5V9h14zm0-12H5V5h14z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-blank.svg b/mkdocs-material/material/templates/.icons/material/calendar-blank.svg new file mode 100644 index 0000000..f24b6c1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-blank.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 19H5V8h14m-3-7v2H8V1H6v2H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2h-1V1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-check-outline.svg b/mkdocs-material/material/templates/.icons/material/calendar-check-outline.svg new file mode 100644 index 0000000..e2a60fa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.1 0-2 .9-2 2v14a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2V5a2 2 0 0 0-2-2m0 16H5V9h14zM5 7V5h14v2zm5.56 10.46 5.94-5.93-1.07-1.06-4.87 4.87-2.11-2.11-1.06 1.06z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-check.svg b/mkdocs-material/material/templates/.icons/material/calendar-check.svg new file mode 100644 index 0000000..0d1cd5c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 19H5V8h14m0-5h-1V1h-2v2H8V1H6v2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-2.47 8.06L15.47 10l-4.88 4.88-2.12-2.12-1.06 1.06L10.59 17z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-clock-outline.svg b/mkdocs-material/material/templates/.icons/material/calendar-clock-outline.svg new file mode 100644 index 0000000..2205e65 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-clock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 1v2H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h6.1c1.26 1.24 2.99 2 4.9 2 3.87 0 7-3.13 7-7 0-1.91-.76-3.64-2-4.9V5a2 2 0 0 0-2-2h-1V1h-2v2H8V1M5 5h14v2H5m0 2h14v.67c-.91-.43-1.93-.67-3-.67-3.87 0-7 3.13-7 7 0 1.07.24 2.09.67 3H5m11-7.85c2.68 0 4.85 2.17 4.85 4.85s-2.17 4.85-4.85 4.85-4.85-2.17-4.85-4.85 2.17-4.85 4.85-4.85M15 13v3.69l3.19 1.84.75-1.3-2.44-1.41V13Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-clock.svg b/mkdocs-material/material/templates/.icons/material/calendar-clock.svg new file mode 100644 index 0000000..6712860 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-clock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 13h1.5v2.82l2.44 1.41-.75 1.3L15 16.69zm4-5H5v11h4.67c-.43-.91-.67-1.93-.67-3a7 7 0 0 1 7-7c1.07 0 2.09.24 3 .67zM5 21a2 2 0 0 1-2-2V5c0-1.11.89-2 2-2h1V1h2v2h8V1h2v2h1a2 2 0 0 1 2 2v6.1c1.24 1.26 2 2.99 2 4.9a7 7 0 0 1-7 7c-1.91 0-3.64-.76-4.9-2zm11-9.85A4.85 4.85 0 0 0 11.15 16c0 2.68 2.17 4.85 4.85 4.85A4.85 4.85 0 0 0 20.85 16c0-2.68-2.17-4.85-4.85-4.85"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-collapse-horizontal-outline.svg b/mkdocs-material/material/templates/.icons/material/calendar-collapse-horizontal-outline.svg new file mode 100644 index 0000000..873be13 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-collapse-horizontal-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m0 2v2H5V5zM5 19V9h14v10zm11-8-3 3 3 3v-2h2v-2h-2zm-8 2H6v2h2v2l3-3-3-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-collapse-horizontal.svg b/mkdocs-material/material/templates/.icons/material/calendar-collapse-horizontal.svg new file mode 100644 index 0000000..81af4a3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-collapse-horizontal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 19H5V8h14m-3-7v2H8V1H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2h-1V1m-7 13-3-3v2H6v2h2v2zm7-1h-2v-2l-3 3 3 3v-2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-cursor-outline.svg b/mkdocs-material/material/templates/.icons/material/calendar-cursor-outline.svg new file mode 100644 index 0000000..5f6b6c3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-cursor-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 9h14v2.1l2 1.7V5c0-1.1-.9-2-2-2h-1V1h-2v2H8V1H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h8v-2H5zm14-4v2H5V5zM7 16v-5h5v5zm15.9 1.7c-.1.1-.2.2-.3.2l-1.9.4 1.3 2.8c.2.3 0 .6-.3.8l-2.1 1c-.2.1-.2.1-.3.1-.2 0-.4-.1-.5-.3l-1.3-2.8L16 21c-.1.1-.2.1-.4.1-.3 0-.6-.3-.6-.6v-9c0-.3.3-.6.6-.6.1 0 .3.1.4.1l6.8 5.8c.2.3.3.7.1.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-cursor.svg b/mkdocs-material/material/templates/.icons/material/calendar-cursor.svg new file mode 100644 index 0000000..3910850 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-cursor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.86 17.74c-.09.11-.21.17-.33.2l-1.87.36 1.29 2.84c.16.29.02.65-.28.79l-2.14 1.01c-.09.06-.17.06-.26.06-.22 0-.43-.12-.53-.34l-1.29-2.83-1.49 1.21a.593.593 0 0 1-.96-.47V11.6c0-.33.26-.6.59-.6.15 0 .29.05.41.13l6.77 5.76c.27.23.3.61.09.85M12 15v-5H7v5zm7-12h-1V1h-2v2H8V1H6v2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8v-2H5V8h14v3.06l2 1.7V5c0-1.1-.9-2-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-edit-outline.svg b/mkdocs-material/material/templates/.icons/material/calendar-edit-outline.svg new file mode 100644 index 0000000..98543ed --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-edit-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.7 13.35-1 1-2.05-2 1-1c.2-.21.54-.22.77 0l1.28 1.28c.19.2.19.52 0 .72M12 18.94V21h2.06l6.06-6.12-2.05-2zM5 19h5v2H5a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h1V1h2v2h8V1h2v2h1a2 2 0 0 1 2 2v4H5zM5 5v2h14V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-edit.svg b/mkdocs-material/material/templates/.icons/material/calendar-edit.svg new file mode 100644 index 0000000..6e8ded9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3h-1V1h-2v2H8V1H6v2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h5v-2H5V8h14v1h2V5a2 2 0 0 0-2-2m2.7 10.35-1 1-2.05-2 1-1c.2-.21.54-.22.77 0l1.28 1.28c.19.2.19.52 0 .72M12 18.94l6.07-6.06 2.05 2L14.06 21H12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-end-outline.svg b/mkdocs-material/material/templates/.icons/material/calendar-end-outline.svg new file mode 100644 index 0000000..7f59cae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-end-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 9h14v3h2V5c0-1.1-.9-2-2-2h-1V1h-2v2H8V1H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h4v-2H5zm14-4v2H5V5zm-3 12h-5v2h5v3l4-4-4-4zm4-3v8h2v-8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-end.svg b/mkdocs-material/material/templates/.icons/material/calendar-end.svg new file mode 100644 index 0000000..dbb3766 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-end.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 14v8h-2v-4l-4 4v-3h-5v-2h5v-3l4 4v-4zM5 19h4v2H5c-1.1 0-2-.9-2-2V5a2 2 0 0 1 2-2h1V.998h2V3h8V.998h2V3h1c1.11 0 2 .89 2 2v7h-2V8H5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-expand-horizontal-outline.svg b/mkdocs-material/material/templates/.icons/material/calendar-expand-horizontal-outline.svg new file mode 100644 index 0000000..0e92a5b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-expand-horizontal-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 13H9v-2l-3 3 3 3v-2h6v2l3-3-3-3zm4-10h-1V1h-2v2H8V1H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m0 2v2H5V5zM5 19V9h14v10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-expand-horizontal.svg b/mkdocs-material/material/templates/.icons/material/calendar-expand-horizontal.svg new file mode 100644 index 0000000..e401efd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-expand-horizontal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 19H5V8h14m-3-7v2H8V1H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2h-1V1m0 13-3-3v2H9v-2l-3 3 3 3v-2h6v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-export-outline.svg b/mkdocs-material/material/templates/.icons/material/calendar-export-outline.svg new file mode 100644 index 0000000..3ba3cd6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-export-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h3l-2-2H5V9h14v10h-1l-2 2h3c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2M5 7V5h14v2zm8 11v-6h-2v6H8l4 4 4-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-export.svg b/mkdocs-material/material/templates/.icons/material/calendar-export.svg new file mode 100644 index 0000000..b93fddc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-export.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 22 4-4h-3v-6h-2v6H8zm7-19h-1V1h-2v2H8V1H6v2H5c-1.1 0-2 .9-2 2v14a2 2 0 0 0 2 2h3l-2-2H5V8h14v11h-1l-2 2h3c1.11 0 2-.89 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-filter-outline.svg b/mkdocs-material/material/templates/.icons/material/calendar-filter-outline.svg new file mode 100644 index 0000000..5181632 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-filter-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3h-1V1h-2v2H8V1H6v2H4.75c-.44.07-.85.27-1.17.58-.31.32-.51.73-.58 1.17v14.5c.07.44.27.85.58 1.17.32.31.73.51 1.17.58H15v-2H5V9h14v2h2V5c0-1.11-.89-2-2-2m0 4H5V5h14zm-2 14 1.8 1.77c.5.5 1.2.1 1.2-.49V18l2.8-3.4A1 1 0 0 0 22 13h-7c-.8 0-1.3 1-.8 1.6L17 18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-filter.svg b/mkdocs-material/material/templates/.icons/material/calendar-filter.svg new file mode 100644 index 0000000..a8e5370 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-filter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 1h2v2h8V1h2v2h1a2 2 0 0 1 2 2v6h-2V8H5v11h10v2H5a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h1zm11 20 1.8 1.77c.5.5 1.2.1 1.2-.49V18l2.8-3.4A1 1 0 0 0 22 13h-7c-.8 0-1.3 1-.8 1.6L17 18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-heart-outline.svg b/mkdocs-material/material/templates/.icons/material/calendar-heart-outline.svg new file mode 100644 index 0000000..348231e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-heart-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 12.2c0 1.51-1.36 2.74-3.42 4.61l-.58.53-.58-.53C9.36 14.94 8 13.71 8 12.2c0-1.23.97-2.2 2.2-2.2.7 0 1.36.32 1.8.83.44-.51 1.1-.83 1.8-.83 1.23 0 2.2.97 2.2 2.2M21 5v14c0 1.11-.89 2-2 2H5a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h1V1h2v2h8V1h2v2h1a2 2 0 0 1 2 2M5 5v2h14V5zm14 14V9H5v10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-heart.svg b/mkdocs-material/material/templates/.icons/material/calendar-heart.svg new file mode 100644 index 0000000..f2116c9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-heart.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 19V8H5v11zM16 1h2v2h1a2 2 0 0 1 2 2v14c0 1.11-.89 2-2 2H5a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h1V1h2v2h8zm-4 16.17-.58-.53C9.36 14.77 8 13.54 8 12.03c0-1.23.97-2.2 2.2-2.2.7 0 1.36.32 1.8.83.44-.51 1.1-.83 1.8-.83 1.23 0 2.2.97 2.2 2.2 0 1.51-1.36 2.74-3.42 4.61z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-import-outline.svg b/mkdocs-material/material/templates/.icons/material/calendar-import-outline.svg new file mode 100644 index 0000000..b352d23 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-import-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h4v-2H5V9h14v10h-4v2h4c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2M5 7V5h14v2zm7 5-4 4h3v6h2v-6h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-import.svg b/mkdocs-material/material/templates/.icons/material/calendar-import.svg new file mode 100644 index 0000000..44028bf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-import.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 12-4 4h3v6h2v-6h3m3-13h-1V1h-2v2H8V1H6v2H5c-1.1 0-2 .9-2 2v14a2 2 0 0 0 2 2h4v-2H5V8h14v11h-4v2h4c1.11 0 2-.89 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-lock-open-outline.svg b/mkdocs-material/material/templates/.icons/material/calendar-lock-open-outline.svg new file mode 100644 index 0000000..898334b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-lock-open-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h7v-2H5V9h14v1.1c.7.2 1.4.5 2 .9V5c0-1.1-.9-2-2-2m0 4H5V5h14zm3 14.8c0 .6-.6 1.2-1.3 1.2h-5.5c-.6 0-1.2-.6-1.2-1.3v-3.5c0-.6.6-1.2 1.2-1.2v-2.5c0-1.4 1.4-2.5 2.8-2.5s2.8 1.1 2.8 2.5v.5h-1.3v-.5c0-.8-.7-1.3-1.5-1.3s-1.5.5-1.5 1.3V17h4.3c.6 0 1.2.6 1.2 1.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-lock-open.svg b/mkdocs-material/material/templates/.icons/material/calendar-lock-open.svg new file mode 100644 index 0000000..0f38e56 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-lock-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 21H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h1V1h2v2h8V1h2v2h1c1.1 0 2 .9 2 2v6c-.6-.4-1.3-.8-2-.9V8H5v11h7zm10-2.7c0-.7-.6-1.3-1.2-1.3h-4.3v-2.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3v.5h1.3v-.5c0-1.4-1.4-2.5-2.8-2.5s-2.8 1.1-2.8 2.5V17c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-lock-outline.svg b/mkdocs-material/material/templates/.icons/material/calendar-lock-outline.svg new file mode 100644 index 0000000..6e175be --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-lock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h7v-2H5V9h14v2c.7.2 1.4.5 2 .9V5c0-1.1-.9-2-2-2m0 4H5V5h14zm1.8 10v-1.5c0-1.4-1.4-2.5-2.8-2.5s-2.8 1.1-2.8 2.5V17c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3m-1.3 0h-3v-1.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-lock.svg b/mkdocs-material/material/templates/.icons/material/calendar-lock.svg new file mode 100644 index 0000000..e8dbb14 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 21H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h1V1h2v2h8V1h2v2h1c1.1 0 2 .9 2 2v7c-.6-.4-1.3-.8-2-.9V8H5v11h7zm10-2.7v3.5c0 .6-.6 1.2-1.3 1.2h-5.5c-.6 0-1.2-.6-1.2-1.3v-3.5c0-.6.6-1.2 1.2-1.2v-1.5c0-1.4 1.4-2.5 2.8-2.5s2.8 1.1 2.8 2.5V17c.6 0 1.2.6 1.2 1.3m-2.5-2.8c0-.8-.7-1.3-1.5-1.3s-1.5.5-1.5 1.3V17h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/calendar-minus-outline.svg new file mode 100644 index 0000000..e468374 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2V5a2 2 0 0 0-2-2m0 2v2H5V5zM5 19V9h14v10zm3-6h8v2H8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-minus.svg b/mkdocs-material/material/templates/.icons/material/calendar-minus.svg new file mode 100644 index 0000000..0d25a86 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 19V8H5v11zM16 1h2v2h1a2 2 0 0 1 2 2v14c0 1.11-.89 2-2 2H5a2 2 0 0 1-2-2V5c0-1.11.89-2 2-2h1V1h2v2h8zm0 11.5v2H8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-month-outline.svg b/mkdocs-material/material/templates/.icons/material/calendar-month-outline.svg new file mode 100644 index 0000000..842a1fd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-month-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 11h2v2H7zm14-6v14c0 1.11-.89 2-2 2H5a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h1V1h2v2h8V1h2v2h1a2 2 0 0 1 2 2M5 7h14V5H5zm14 12V9H5v10zm-4-6v-2h2v2zm-4 0v-2h2v2zm-4 2h2v2H7zm8 2v-2h2v2zm-4 0v-2h2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-month.svg b/mkdocs-material/material/templates/.icons/material/calendar-month.svg new file mode 100644 index 0000000..a97fc47 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-month.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 10v2H7v-2zm4 0v2h-2v-2zm4 0v2h-2v-2zm2-7a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h1V1h2v2h8V1h2v2zm0 16V8H5v11zM9 14v2H7v-2zm4 0v2h-2v-2zm4 0v2h-2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-multiple-check.svg b/mkdocs-material/material/templates/.icons/material/calendar-multiple-check.svg new file mode 100644 index 0000000..47b9de2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-multiple-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 17V8H7v9zm0-14a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h1V1h2v2h8V1h2v2zm-3.47 8.06-4.44 4.44-2.68-2.68 1.06-1.06 1.62 1.62L16.47 10zM3 21h14v2H3a2 2 0 0 1-2-2V9h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-multiple.svg b/mkdocs-material/material/templates/.icons/material/calendar-multiple.svg new file mode 100644 index 0000000..f83e77a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 17V8H7v9zm0-14a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h1V1h2v2h8V1h2v2zM3 21h14v2H3a2 2 0 0 1-2-2V9h2zm16-6h-4v-4h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-multiselect-outline.svg b/mkdocs-material/material/templates/.icons/material/calendar-multiselect-outline.svg new file mode 100644 index 0000000..49ff2eb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-multiselect-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 11h2v2H7zm12-8h-1V1h-2v2H8V1H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m0 2v2H5V5zM5 19V9h14v10zm6-4h2v2h-2zm4 0h2v2h-2zm0-4h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-multiselect.svg b/mkdocs-material/material/templates/.icons/material/calendar-multiselect.svg new file mode 100644 index 0000000..4c845a3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-multiselect.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 19V8H5v11zM16 1h2v2h1a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5c0-1.11.89-2 2-2h1V1h2v2h8zm-9 9h2v2H7zm8 0h2v2h-2zm-4 4h2v2h-2zm4 0h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-outline.svg b/mkdocs-material/material/templates/.icons/material/calendar-outline.svg new file mode 100644 index 0000000..13f9b25 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 12h5v5h-5zm7-9h-1V1h-2v2H8V1H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m0 2v2H5V5zM5 19V9h14v10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/calendar-plus-outline.svg new file mode 100644 index 0000000..5226d8f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 13h3v2h-3v3h-2v-3H8v-2h3v-3h2zm8-8v14c0 1.11-.89 2-2 2H5a2 2 0 0 1-2-2V5c0-1.11.89-2 2-2h1V1h2v2h8V1h2v2h1a2 2 0 0 1 2 2M5 5v2h14V5zm14 14V9H5v10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-plus.svg b/mkdocs-material/material/templates/.icons/material/calendar-plus.svg new file mode 100644 index 0000000..a3a958f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 19V8H5v11zM16 1h2v2h1a2 2 0 0 1 2 2v14c0 1.11-.89 2-2 2H5a2 2 0 0 1-2-2V5c0-1.11.89-2 2-2h1V1h2v2h8zm-5 8.5h2v3h3v2h-3v3h-2v-3H8v-2h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-question-outline.svg b/mkdocs-material/material/templates/.icons/material/calendar-question-outline.svg new file mode 100644 index 0000000..88c1448 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-question-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.95 10c-.74 0-1.34.18-1.8.5-.44.39-.65.9-.65 1.6v.02h1.65c.01-.26.09-.47.24-.62a.88.88 0 0 1 .56-.19c.26 0 .48.09.64.25.15.17.22.4.22.66 0 .28-.06.53-.2.73-.11.21-.3.38-.52.55-.43.28-.73.55-.89.79-.17.21-.26.6-.26 1.04h1.7c0-.27.03-.49.11-.65.08-.18.22-.32.43-.47.39-.21.7-.47.95-.82.24-.36.37-.72.37-1.17 0-.67-.23-1.22-.69-1.61-.45-.41-1.07-.61-1.86-.61m-1.01 6.22V18h1.7v-1.78zM19 3h-1V1h-2v2H8V1H6v2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2V5a2 2 0 0 0-2-2m0 2v2H5V5zM5 19V9h14v10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-question.svg b/mkdocs-material/material/templates/.icons/material/calendar-question.svg new file mode 100644 index 0000000..2dfcb71 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-question.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 1v2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2h-1V1h-2v2H8V1zM5 8h14v11H5zm7.19 1c-.87 0-1.57.2-2.11.59-.52.41-.78.98-.77 1.77l.01.03h1.93c.01-.3.1-.53.28-.69a1 1 0 0 1 .66-.23c.31 0 .57.1.75.28.18.19.26.45.26.75 0 .32-.07.59-.23.82-.14.23-.35.43-.61.59-.51.34-.86.64-1.05.91-.2.26-.31.68-.31 1.18h2c0-.31.04-.56.13-.74s.26-.36.51-.52c.45-.24.82-.53 1.11-.93s.44-.81.44-1.31c0-.76-.27-1.37-.81-1.82-.53-.45-1.26-.68-2.19-.68M11 16v2h2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-range-outline.svg b/mkdocs-material/material/templates/.icons/material/calendar-range-outline.svg new file mode 100644 index 0000000..ad9f06c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-range-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 11h2v2H7zm14-6v14c0 1.11-.89 2-2 2H5a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h1V1h2v2h8V1h2v2h1a2 2 0 0 1 2 2M5 7h14V5H5zm14 12V9H5v10zm-4-6h2v-2h-2zm-4 0h2v-2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-range.svg b/mkdocs-material/material/templates/.icons/material/calendar-range.svg new file mode 100644 index 0000000..60608d4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-range.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 10H7v2h2zm4 0h-2v2h2zm4 0h-2v2h2zm2-7h-1V1h-2v2H8V1H6v2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m0 16H5V8h14z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-refresh-outline.svg b/mkdocs-material/material/templates/.icons/material/calendar-refresh-outline.svg new file mode 100644 index 0000000..cccb32a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-refresh-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h9c-.6-.5-1.1-1.2-1.5-2H5V9h14v1.6c.7.1 1.4.3 2 .7V5c0-1.1-.9-2-2-2m0 4H5V5h14m-1 7.5c1.1 0 2.1.4 2.8 1.2l1.2-1.2v4h-4l1.8-1.8c-.5-.4-1.1-.7-1.8-.7-1.4 0-2.5 1.1-2.5 2.5S16.6 19 18 19c.8 0 1.5-.4 2-1h1.7c-.6 1.5-2 2.5-3.7 2.5-2.2 0-4-1.8-4-4s1.8-4 4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-refresh.svg b/mkdocs-material/material/templates/.icons/material/calendar-refresh.svg new file mode 100644 index 0000000..47328b5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-refresh.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h9c-.6-.5-1.1-1.2-1.5-2H5V8h14v2.6c.7.1 1.4.3 2 .7V5c0-1.1-.9-2-2-2m-1 9.5c1.1 0 2.1.4 2.8 1.2l1.2-1.2v4h-4l1.8-1.8c-.5-.4-1.1-.7-1.8-.7-1.4 0-2.5 1.1-2.5 2.5S16.6 19 18 19c.8 0 1.5-.4 2-1h1.7c-.6 1.5-2 2.5-3.7 2.5-2.2 0-4-1.8-4-4s1.8-4 4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/calendar-remove-outline.svg new file mode 100644 index 0000000..48114e3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.1 0-2 .9-2 2v14a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2V5a2 2 0 0 0-2-2m0 16H5V9h14zM5 7V5h14v2zm3.23 9.41 1.06 1.06 2.44-2.44 2.44 2.44 1.06-1.06-2.44-2.44 2.44-2.44-1.06-1.06-2.44 2.44-2.44-2.44-1.06 1.06 2.44 2.44z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-remove.svg b/mkdocs-material/material/templates/.icons/material/calendar-remove.svg new file mode 100644 index 0000000..4777909 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 19H5V8h14m0-5h-1V1h-2v2H8V1H6v2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2M9.31 17l2.44-2.44L14.19 17l1.06-1.06-2.44-2.44 2.44-2.44L14.19 10l-2.44 2.44L9.31 10l-1.06 1.06 2.44 2.44-2.44 2.44z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-search-outline.svg b/mkdocs-material/material/templates/.icons/material/calendar-search-outline.svg new file mode 100644 index 0000000..66fdb05 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-search-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.3 18.9c.4-.7.7-1.5.7-2.4 0-2.5-2-4.5-4.5-4.5S11 14 11 16.5s2 4.5 4.5 4.5c.9 0 1.7-.2 2.4-.7l3.1 3.1 1.4-1.4zm-3.8.1c-1.4 0-2.5-1.1-2.5-2.5s1.1-2.5 2.5-2.5 2.5 1.1 2.5 2.5-1.1 2.5-2.5 2.5M5 19V9h14v2c.8.5 1.5 1.2 2 2V5c0-1.1-.9-2-2-2h-1V1h-2v2H8V1H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h5.8c-.6-.6-1-1.2-1.3-2zM19 5v2H5V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-search.svg b/mkdocs-material/material/templates/.icons/material/calendar-search.svg new file mode 100644 index 0000000..87f24e4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-search.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.5 12c2.5 0 4.5 2 4.5 4.5 0 .88-.25 1.71-.69 2.4l3.08 3.1L21 23.39l-3.12-3.07c-.69.43-1.51.68-2.38.68-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5m0 2a2.5 2.5 0 0 0-2.5 2.5 2.5 2.5 0 0 0 2.5 2.5 2.5 2.5 0 0 0 2.5-2.5 2.5 2.5 0 0 0-2.5-2.5M19 8H5v11h4.5c.31.75.76 1.42 1.31 2H5a2 2 0 0 1-2-2V5c0-1.11.89-2 2-2h1V1h2v2h8V1h2v2h1a2 2 0 0 1 2 2v8.03c-.5-.81-1.2-1.49-2-2.03z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-star-four-points.svg b/mkdocs-material/material/templates/.icons/material/calendar-star-four-points.svg new file mode 100644 index 0000000..a21fce8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-star-four-points.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.74 12.25 12 9.5l1.25 2.75L16 13.5l-2.75 1.26L12 17.5l-1.26-2.74L8 13.5zM16 3V1h2v2h1c.53 0 1.04.21 1.41.59.38.37.59.88.59 1.41v14c0 .53-.21 1.04-.59 1.41-.37.38-.88.59-1.41.59H5c-.53 0-1.04-.21-1.41-.59C3.21 20.04 3 19.53 3 19V5c0-.53.21-1.04.59-1.41C3.96 3.21 4.47 3 5 3h1V1h2v2zM5 8v11h14V8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-star-outline.svg b/mkdocs-material/material/templates/.icons/material/calendar-star-outline.svg new file mode 100644 index 0000000..e33a5da --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-star-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m0 16H5V9h14zm0-12H5V5h14zm-8 6H7.8l2.6 2-1 3 2.6-1.8 2.6 1.8-1-3 2.6-2H13l-1-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-star.svg b/mkdocs-material/material/templates/.icons/material/calendar-star.svg new file mode 100644 index 0000000..5775852 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-star.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 19H5V8h14m-3-7v2H8V1H6v2H5c-1.1 0-2 .9-2 2v14a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2V5a2 2 0 0 0-2-2h-1V1m-7.12 11H7.27l2.92 2.11-1.11 3.45L12 15.43l2.92 2.13-1.12-3.44L16.72 12h-3.6L12 8.56z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-start-outline.svg b/mkdocs-material/material/templates/.icons/material/calendar-start-outline.svg new file mode 100644 index 0000000..54e4b8c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-start-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m13 18-4-4v3H4v-3H2v8h2v-3h5v3zm6-15h-1V1h-2v2H8V1H6v2H5c-1.1 0-2 .9-2 2v7h2V9h14v10h-4.2l-2 2H19c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2M5 7V5h14v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-start.svg b/mkdocs-material/material/templates/.icons/material/calendar-start.svg new file mode 100644 index 0000000..7a1b007 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-start.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 14h2v3h5v-3l4 4-4 4v-3H4v3H2zm17 5V8H5v4H3V5c0-1.11.89-2 2-2h1V.998h2V3h8V.998h2V3h1a2 2 0 0 1 2 2v14c0 1.1-.9 2-2 2h-6.17l2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-sync-outline.svg b/mkdocs-material/material/templates/.icons/material/calendar-sync-outline.svg new file mode 100644 index 0000000..35be9b9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-sync-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 11v1.5c3.19 0 5.09 3.55 3.33 6.21l-1.09-1.09C21.06 15.96 19.85 14 18 14v1.5l-2.25-2.25zm0 11v-1.5c-3.19 0-5.09-3.55-3.33-6.21l1.09 1.09C14.94 17.04 16.15 19 18 19v-1.5l2.25 2.25zm1-19h-1V1h-2v2H8V1H6v2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h9a5.9 5.9 0 0 1-1.5-2H5V9h14v1.59c.71.11 1.39.35 2 .72V5a2 2 0 0 0-2-2m0 4H5V5h14"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-sync.svg b/mkdocs-material/material/templates/.icons/material/calendar-sync.svg new file mode 100644 index 0000000..4d4fc09 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-sync.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 11v1.5c3.19 0 5.09 3.55 3.33 6.21l-1.09-1.09C21.06 15.96 19.85 14 18 14v1.5l-2.25-2.25zm0 11v-1.5c-3.19 0-5.09-3.55-3.33-6.21l1.09 1.09C14.94 17.04 16.15 19 18 19v-1.5l2.25 2.25zm1-19h-1V1h-2v2H8V1H6v2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h9a5.9 5.9 0 0 1-1.5-2H5V8h14v2.59c.71.11 1.39.35 2 .72V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-text-outline.svg b/mkdocs-material/material/templates/.icons/material/calendar-text-outline.svg new file mode 100644 index 0000000..18bbe54 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-text-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.1 0-2 .9-2 2v14a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2V5a2 2 0 0 0-2-2m0 16H5V9h14zM5 7V5h14v2zm2 4h10v2H7zm0 4h7v2H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-text.svg b/mkdocs-material/material/templates/.icons/material/calendar-text.svg new file mode 100644 index 0000000..59c4186 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-text.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 14H7v2h7m5 3H5V8h14m0-5h-1V1h-2v2H8V1H6v2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-2 7H7v2h10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-today-outline.svg b/mkdocs-material/material/templates/.icons/material/calendar-today-outline.svg new file mode 100644 index 0000000..840821c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-today-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3h-1V1h-2v2H8V1H6v2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2V5c0-1.11-.89-2-2-2m0 16H5V9h14zm0-12H5V5h14M7 11h5v5H7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-today.svg b/mkdocs-material/material/templates/.icons/material/calendar-today.svg new file mode 100644 index 0000000..5dbe261 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-today.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 10h5v5H7m12 4H5V8h14m0-5h-1V1h-2v2H8V1H6v2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-week-begin-outline.svg b/mkdocs-material/material/templates/.icons/material/calendar-week-begin-outline.svg new file mode 100644 index 0000000..a6b5820 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-week-begin-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3c1.11 0 2 .89 2 2v14c0 1.11-.89 2-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h1V1h2v2h8V1h2v2zm0 16V9H5v10zm0-12V5H5v2zM7 11h2v6H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-week-begin.svg b/mkdocs-material/material/templates/.icons/material/calendar-week-begin.svg new file mode 100644 index 0000000..2c96997 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-week-begin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 19H5V8h14m-3-7v2H8V1H6v2H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2h-1V1m-9 9H7v7h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-week-outline.svg b/mkdocs-material/material/templates/.icons/material/calendar-week-outline.svg new file mode 100644 index 0000000..f23a231 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-week-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3h1V1h2v2h8V1h2v2h1c1.11 0 2 .89 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m0 16h14V9H5zM5 7h14V5H5zm12 4v2H7v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-week.svg b/mkdocs-material/material/templates/.icons/material/calendar-week.svg new file mode 100644 index 0000000..a2578a3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-week.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 1h2v2h8V1h2v2h1a2 2 0 0 1 2 2v14c0 1.11-.89 2-2 2H5a2 2 0 0 1-2-2V5c0-1.11.89-2 2-2h1zM5 8v11h14V8zm2 2h10v2H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-weekend-outline.svg b/mkdocs-material/material/templates/.icons/material/calendar-weekend-outline.svg new file mode 100644 index 0000000..87cf41a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-weekend-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3a2 2 0 0 1 2 2v14c0 1.11-.89 2-2 2H5a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h1V1h2v2h8V1h2v2zm0 16V9H5v10zm0-12V5H5v2zM7 11h2v6H7zm8 0h2v6h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar-weekend.svg b/mkdocs-material/material/templates/.icons/material/calendar-weekend.svg new file mode 100644 index 0000000..f9c9913 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar-weekend.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 19V8H5v11zM16 1h2v2h1a2 2 0 0 1 2 2v14c0 1.11-.89 2-2 2H5a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h1V1h2v2h8zM7 17v-7h2v7zm8-7h2v7h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/calendar.svg b/mkdocs-material/material/templates/.icons/material/calendar.svg new file mode 100644 index 0000000..c91793b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/calendar.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 19H5V8h14m-3-7v2H8V1H6v2H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2h-1V1m-1 11h-5v5h5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/call-made.svg b/mkdocs-material/material/templates/.icons/material/call-made.svg new file mode 100644 index 0000000..59179a9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/call-made.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 5v2h6.59L4 18.59 5.41 20 17 8.41V15h2V5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/call-merge.svg b/mkdocs-material/material/templates/.icons/material/call-merge.svg new file mode 100644 index 0000000..388d455 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/call-merge.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 20.41 18.41 19 15 15.59 13.59 17M7.5 8H11v5.59L5.59 19 7 20.41l6-6V8h3.5L12 3.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/call-missed.svg b/mkdocs-material/material/templates/.icons/material/call-missed.svg new file mode 100644 index 0000000..ceb831c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/call-missed.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.59 7 12 14.59 6.41 9H11V7H3v8h2v-4.59l7 7 9-9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/call-received.svg b/mkdocs-material/material/templates/.icons/material/call-received.svg new file mode 100644 index 0000000..0c042ac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/call-received.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 5.41 18.59 4 7 15.59V9H5v10h10v-2H8.41"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/call-split.svg b/mkdocs-material/material/templates/.icons/material/call-split.svg new file mode 100644 index 0000000..dc57a54 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/call-split.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14 4 2.29 2.29-2.88 2.88 1.42 1.42 2.88-2.88L20 10V4M10 4H4v6l2.29-2.29 4.71 4.7V20h2v-8.41l-5.29-5.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/camcorder-off.svg b/mkdocs-material/material/templates/.icons/material/camcorder-off.svg new file mode 100644 index 0000000..8b2d264 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/camcorder-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.1 21.5 9.4 8.8l-7-7L1.1 3l1.6 1.6C2.2 5.3 2 6.1 2 7v13c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2v-6.1l1 1V16h1.1l6.7 6.7zM5 20c-.5 0-1-.5-1-1s.5-1 1-1 1 .5 1 1-.5 1-1 1m2-10c-1.7 0-3-1.3-3-3 0-.3.1-.6.2-.9L8 9.9c-.4 0-.7.1-1 .1m.2-6L5.5 2.3Q6.25 2 7 2c2.8 0 5 2.2 5 5v1.8l-2-2C9.9 5.3 8.7 4.1 7.2 4M20 9h-7V7h7c1.1 0 2 .9 2 2v5c0 1.1-.9 2-2 2h-.8l-2-2H20z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/camcorder.svg b/mkdocs-material/material/templates/.icons/material/camcorder.svg new file mode 100644 index 0000000..58561af --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/camcorder.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 2C4.24 2 2 4.24 2 7v13c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2V7c0-2.76-2.24-5-5-5M5 20c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1m2-10c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3m15-1v5c0 1.1-.9 2-2 2h-7v-2h7V9h-7V7h7c1.1 0 2 .9 2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/camera-account.svg b/mkdocs-material/material/templates/.icons/material/camera-account.svg new file mode 100644 index 0000000..55b29bc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/camera-account.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 5h3l2-2h6l2 2h3a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2m12 12v-1c0-1.33-2.67-2-4-2s-4 .67-4 2v1zm-4-8a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/camera-burst.svg b/mkdocs-material/material/templates/.icons/material/camera-burst.svg new file mode 100644 index 0000000..60161b7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/camera-burst.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 5h2v14H1zm4 0h2v14H5zm17 0H10a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1M11 17l2.5-3.15L15.29 16l2.5-3.22L21 17z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/camera-control.svg b/mkdocs-material/material/templates/.icons/material/camera-control.svg new file mode 100644 index 0000000..a86cbfd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/camera-control.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 12c0-.81.3-1.5.89-2.11C10.5 9.3 11.19 9 12 9s1.5.3 2.11.89c.59.61.89 1.3.89 2.11s-.3 1.5-.89 2.11c-.61.59-1.3.89-2.11.89s-1.5-.3-2.11-.89C9.3 13.5 9 12.81 9 12M5.53 8.44l1.78 1.78L5.53 12l1.78 1.78-1.78 1.78L2 12zm2.91 10.03 1.78-1.78L12 18.47l1.78-1.78 1.78 1.78L12 22zm10.03-2.91-1.78-1.78L18.47 12l-1.78-1.78 1.78-1.78L22 12zM15.56 5.53l-1.78 1.78L12 5.53l-1.78 1.78-1.78-1.78L12 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/camera-document-off.svg b/mkdocs-material/material/templates/.icons/material/camera-document-off.svg new file mode 100644 index 0000000..afcd5b6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/camera-document-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.84 22.73-.73-.73H3v-2h15.11l-5.22-5.22.11.22H6l2-4h1.11l-1-1H8c-1.1 0-2-.9-2-2v-.11L1.11 3l1.28-1.27 19.72 19.73zM13 8c.74 0 1.38-.4 1.72-1H19v8.8l2 2V7c0-1.11-.89-2-2-2h-4.28c-.34-.59-.98-1-1.72-1 0-1.1-.9-2-2-2H8c-.76 0-1.41.43-1.75 1.05L12.5 9.3c.31-.35.5-.8.5-1.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/camera-document.svg b/mkdocs-material/material/templates/.icons/material/camera-document.svg new file mode 100644 index 0000000..c40ecb9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/camera-document.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 7v15H3v-2h16V7h-4.28c-.34.6-.98 1-1.72 1a2 2 0 0 1-2 2H8c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h3c1.1 0 2 .9 2 2 .74 0 1.38.41 1.72 1H19c1.11 0 2 .89 2 2M6 15h7l-2-4H8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/camera-enhance-outline.svg b/mkdocs-material/material/templates/.icons/material/camera-enhance-outline.svg new file mode 100644 index 0000000..a4aea30 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/camera-enhance-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 10-.94 2.06L9 13l2.06.94L12 16l.94-2.06L15 13l-2.06-.94zm8-5h-3.17L15 3H9L7.17 5H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2m0 14H4V7h4.05l.59-.65L9.88 5h4.24l1.24 1.35.59.65H20zM12 8a5 5 0 0 0-5 5 5 5 0 0 0 5 5 5 5 0 0 0 5-5 5 5 0 0 0-5-5m0 8a3 3 0 0 1-3-3 3 3 0 0 1 3-3 3 3 0 0 1 3 3 3 3 0 0 1-3 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/camera-enhance.svg b/mkdocs-material/material/templates/.icons/material/camera-enhance.svg new file mode 100644 index 0000000..9745b3f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/camera-enhance.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 3 7.17 5H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-3.17L15 3m-3 15a5 5 0 0 1-5-5 5 5 0 0 1 5-5 5 5 0 0 1 5 5 5 5 0 0 1-5 5m0-1 1.25-2.75L16 13l-2.75-1.25L12 9l-1.25 2.75L8 13l2.75 1.25"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/camera-flip-outline.svg b/mkdocs-material/material/templates/.icons/material/camera-flip-outline.svg new file mode 100644 index 0000000..8de5d8d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/camera-flip-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 5h-3.17L15 3H9L7.17 5H4c-1.1 0-2 .9-2 2v12a2 2 0 0 0 2 2h16c1.11 0 2-.89 2-2V7a2 2 0 0 0-2-2m0 14H4V7h4.05l1.83-2h4.24L16 7h4zM5 12h2.1A4.997 4.997 0 0 1 13 8.1c.76.15 1.43.49 2 .9l-1.44 1.45c-.45-.28-.98-.45-1.56-.45-1.26 0-2.4.8-2.82 2H11l-3 3zm11.91 2c-.55 2.71-3.19 4.45-5.91 3.9a5.4 5.4 0 0 1-2-.9l1.44-1.45c.46.28.99.45 1.56.45 1.27 0 2.41-.8 2.83-2H13l3-3 3 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/camera-flip.svg b/mkdocs-material/material/templates/.icons/material/camera-flip.svg new file mode 100644 index 0000000..4c325c7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/camera-flip.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 5h-3l-2-2H9L7 5H4c-1.1 0-2 .9-2 2v12a2 2 0 0 0 2 2h16c1.11 0 2-.89 2-2V7a2 2 0 0 0-2-2M5 12h2.1A4.997 4.997 0 0 1 13 8.1c.76.15 1.43.49 2 .9l-1.44 1.45c-.45-.28-.98-.45-1.56-.45-1.26 0-2.4.8-2.82 2H11l-3 3zm11.91 2c-.55 2.71-3.19 4.45-5.91 3.9a5.4 5.4 0 0 1-2-.9l1.44-1.45c.46.28.99.45 1.56.45 1.27 0 2.41-.8 2.83-2H13l3-3 3 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/camera-front-variant.svg b/mkdocs-material/material/templates/.icons/material/camera-front-variant.svg new file mode 100644 index 0000000..c9f950e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/camera-front-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 0h12a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2m6 6a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3m-1-5v2h2V1zM6 4v12.5c0-1.38 2.69-2.5 6-2.5s6 1.12 6 2.5V4zm7 14H9v2h4v2l3-3-3-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/camera-front.svg b/mkdocs-material/material/templates/.icons/material/camera-front.svg new file mode 100644 index 0000000..c954265 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/camera-front.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 2h10v10.5c0-1.67-3.33-2.5-5-2.5s-5 .83-5 2.5M17 0H7a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2m-5 8a2 2 0 0 0 2-2 2 2 0 0 0-2-2 2 2 0 0 0-2 2 2 2 0 0 0 2 2m2 12v2h5v-2m-9 0H5v2h5v2l3-3-3-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/camera-gopro.svg b/mkdocs-material/material/templates/.icons/material/camera-gopro.svg new file mode 100644 index 0000000..b17dd4d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/camera-gopro.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 5h-5a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h5a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2m-2.5 7.5a3 3 0 0 1-3-3 3 3 0 0 1 3-3 3 3 0 0 1 3 3 3 3 0 0 1-3 3m0-1.5A1.5 1.5 0 0 1 16 9.5 1.5 1.5 0 0 1 17.5 8 1.5 1.5 0 0 1 19 9.5a1.5 1.5 0 0 1-1.5 1.5M12 15V5H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2zm-2-3H4V7h6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/camera-image.svg b/mkdocs-material/material/templates/.icons/material/camera-image.svg new file mode 100644 index 0000000..3adc17f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/camera-image.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 5h3l2-2h6l2 2h3a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2m9.09 4.45-2.04 2.73 1.55 2.07-.87.66-2.46-3.27L6 16h12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/camera-iris.svg b/mkdocs-material/material/templates/.icons/material/camera-iris.svg new file mode 100644 index 0000000..65a5d82 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/camera-iris.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m13.73 15-3.9 6.76a9.984 9.984 0 0 0 8.49-2.01l-3.66-6.35M2.46 15c.92 2.92 3.15 5.26 5.99 6.34L12.12 15m-3.58-3-3.9-6.75A9.86 9.86 0 0 0 2 12c0 .68.07 1.35.2 2h7.49m12.11-4h-7.49l.29.5 4.76 8.25A9.93 9.93 0 0 0 22 12c0-.69-.07-1.36-.2-2m-.26-1c-.92-2.93-3.15-5.26-5.99-6.34L11.88 9M9.4 10.5l4.77-8.26C13.47 2.09 12.75 2 12 2c-2.4 0-4.6.84-6.32 2.25l3.66 6.35z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/camera-lock-open-outline.svg b/mkdocs-material/material/templates/.icons/material/camera-lock-open-outline.svg new file mode 100644 index 0000000..fea6b98 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/camera-lock-open-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h3.2L9 2h6l1.8 2H20c1.1 0 2 .9 2 2v5c-.6-.4-1.3-.8-2-.9V6h-4l-1.8-2H9.9L8 6H4v12h9zM12 7c-2.8 0-5 2.2-5 5s2.2 5 5 5c.5 0 .9-.1 1.4-.2.2-.4.5-.8.8-1v-1.2c0-.2 0-.4.1-.5-.6.6-1.4 1-2.3 1-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3v.1c.4-.6 1.1-1.1 1.8-1.5C16.1 8.5 14.3 7 12 7m9.8 10h-4.3v-2.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3v.5h1.3v-.5c0-1.4-1.4-2.5-2.8-2.5s-2.8 1.1-2.8 2.5V17c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/camera-lock-open.svg b/mkdocs-material/material/templates/.icons/material/camera-lock-open.svg new file mode 100644 index 0000000..e048ecd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/camera-lock-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 12c-.4.6-.6 1.3-.7 2-.6.6-1.4 1-2.3 1-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3m-2 6.2c0-.5.1-1 .4-1.4-.5.1-.9.2-1.4.2-2.8 0-5-2.2-5-5s2.2-5 5-5c2.3 0 4.1 1.5 4.8 3.6.7-.3 1.4-.6 2.2-.6 1.1 0 2.2.4 3 1V6c0-1.1-.9-2-2-2h-3l-2-2H9L7 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h9zm8.8-1.2h-4.3v-2.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3v.5h1.3v-.5c0-1.4-1.4-2.5-2.8-2.5s-2.8 1.1-2.8 2.5V17c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/camera-lock-outline.svg b/mkdocs-material/material/templates/.icons/material/camera-lock-outline.svg new file mode 100644 index 0000000..f195ced --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/camera-lock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 18.3v3.5c0 .6-.6 1.2-1.3 1.2h-5.5c-.6 0-1.2-.6-1.2-1.3v-3.5c0-.6.6-1.2 1.2-1.2v-1.5c0-1.4 1.4-2.5 2.8-2.5s2.8 1.1 2.8 2.5V17c.6 0 1.2.6 1.2 1.3m-2.5-2.8c0-.8-.7-1.3-1.5-1.3s-1.5.5-1.5 1.3V17h3zM20 4c1.1 0 2 .9 2 2v6c-.58-.44-1.26-.75-2-.9V6h-4.05l-1.83-2H9.88L8.05 6H4v12h9v2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h3.17L9 2h6l1.83 2zm-8 3a5.01 5.01 0 0 1 4.97 4.43c-1.68.75-2.87 2.4-2.97 4.33-.33.3-.6.67-.77 1.09-.39.1-.81.15-1.23.15-2.76 0-5-2.24-5-5s2.24-5 5-5m0 8c1.65 0 3-1.35 3-3s-1.35-3-3-3-3 1.35-3 3 1.35 3 3 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/camera-lock.svg b/mkdocs-material/material/templates/.icons/material/camera-lock.svg new file mode 100644 index 0000000..c45ecea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/camera-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 4h3l2-2h6l2 2h3c1.11 0 2 .89 2 2v6c-.84-.63-1.87-1-3-1-.79 0-1.54.18-2.21.5C16.18 9.22 14.27 7 12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5c.42 0 .84-.05 1.23-.15-.15.35-.23.74-.23 1.15v2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2m8 5c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3m11 9.3v3.5c0 .6-.6 1.2-1.3 1.2h-5.5c-.6 0-1.2-.6-1.2-1.3v-3.5c0-.6.6-1.2 1.2-1.2v-1.5c0-1.4 1.4-2.5 2.8-2.5s2.8 1.1 2.8 2.5V17c.6 0 1.2.6 1.2 1.3m-2.5-2.8c0-.8-.7-1.3-1.5-1.3s-1.5.5-1.5 1.3V17h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/camera-marker-outline.svg b/mkdocs-material/material/templates/.icons/material/camera-marker-outline.svg new file mode 100644 index 0000000..b60e75a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/camera-marker-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.5 16.8c-.7 0-1.2-.6-1.2-1.2 0-.7.6-1.2 1.2-1.2s1.2.6 1.2 1.2c.1.6-.5 1.2-1.2 1.2m0-4.8c-1.9 0-3.5 1.6-3.5 3.5 0 2.6 3.5 6.5 3.5 6.5s3.5-3.9 3.5-6.5c0-1.9-1.6-3.5-3.5-3.5M9 2 7.2 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h10.5c-.4-.6-.8-1.3-1-2H4V6h4.1l1.8-2h4.2l1.8 2H20v4.2c.7.2 1.4.6 2 1.1V6c0-1.1-.9-2-2-2h-3.2L15 2zm3 5c-2.8 0-5 2.2-5 5s2.2 5 5 5c.4 0 .8 0 1.2-.1-.1-.5-.2-.9-.2-1.4v-.7c-.3.1-.7.2-1 .2-1.7 0-3-1.3-3-3s1.3-3 3-3c1.4 0 2.6 1 2.9 2.3.5-.4 1.1-.8 1.8-1C16 8.3 14.1 7 12 7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/camera-marker.svg b/mkdocs-material/material/templates/.icons/material/camera-marker.svg new file mode 100644 index 0000000..9900d4c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/camera-marker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.5 16.8c-.7 0-1.2-.6-1.2-1.2 0-.7.6-1.2 1.2-1.2s1.2.6 1.2 1.2c.1.6-.5 1.2-1.2 1.2m0-4.8c-1.9 0-3.5 1.6-3.5 3.5 0 2.6 3.5 6.5 3.5 6.5s3.5-3.9 3.5-6.5c0-1.9-1.6-3.5-3.5-3.5M9 2 7 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h10.5c-.6-.9-1.1-1.9-1.4-3.1-.3.1-.7.1-1.1.1-2.8 0-5-2.2-5-5s2.2-5 5-5c2.1 0 4 1.3 4.7 3.3q.9-.3 1.8-.3c1.3 0 2.5.5 3.5 1.3V6c0-1.1-.9-2-2-2h-3l-2-2zm2.9 7C10.3 9 9 10.4 9 12c0 1.7 1.3 3 3 3 .4 0 .7-.1 1-.2.2-1.4.9-2.6 1.9-3.5-.3-1.3-1.5-2.3-3-2.3q.15 0 0 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/camera-metering-center.svg b/mkdocs-material/material/templates/.icons/material/camera-metering-center.svg new file mode 100644 index 0000000..bc1c935 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/camera-metering-center.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 4h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2m0 2v12h16V6zm8 4.5a1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5 1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5m0-3c2.14 0 3.93 1.5 4.39 3.5h-1.56A2.99 2.99 0 0 0 12 9c-1.31 0-2.42.83-2.83 2H7.61C8.07 9 9.86 7.5 12 7.5m0 9c-2.14 0-3.93-1.5-4.39-3.5h1.56c.41 1.17 1.52 2 2.83 2s2.42-.83 2.83-2h1.56c-.46 2-2.25 3.5-4.39 3.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/camera-metering-matrix.svg b/mkdocs-material/material/templates/.icons/material/camera-metering-matrix.svg new file mode 100644 index 0000000..4c299f9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/camera-metering-matrix.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 4h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2m0 2v12h16V6zm1.5 1.5H11v1.67c-.85.3-1.53.98-1.83 1.83H5.5zm13 0V11h-3.67c-.3-.85-.98-1.53-1.83-1.83V7.5zm0 9H13v-1.67c.85-.3 1.53-.98 1.83-1.83h3.67zm-13 0V13h3.67c.3.85.98 1.53 1.83 1.83v1.67zm6.5-6a1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5 1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/camera-metering-partial.svg b/mkdocs-material/material/templates/.icons/material/camera-metering-partial.svg new file mode 100644 index 0000000..8660bf9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/camera-metering-partial.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 4h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2m0 2v12h16V6zm8 1.5c2.14 0 3.93 1.5 4.39 3.5h-1.56A2.99 2.99 0 0 0 12 9c-1.31 0-2.42.83-2.83 2H7.61C8.07 9 9.86 7.5 12 7.5m0 9c-2.14 0-3.93-1.5-4.39-3.5h1.56c.41 1.17 1.52 2 2.83 2s2.42-.83 2.83-2h1.56c-.46 2-2.25 3.5-4.39 3.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/camera-metering-spot.svg b/mkdocs-material/material/templates/.icons/material/camera-metering-spot.svg new file mode 100644 index 0000000..1e2848e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/camera-metering-spot.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 4h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2m0 2v12h16V6zm8 4.5a1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5 1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/camera-off-outline.svg b/mkdocs-material/material/templates/.icons/material/camera-off-outline.svg new file mode 100644 index 0000000..a06ffbf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/camera-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 12c0 .54-.1 1.05-.26 1.54L15 11.78A3.06 3.06 0 0 0 12.22 9l-1.76-1.74c.49-.16 1-.26 1.54-.26 2.76 0 5 2.24 5 5M9.88 4h4.24l1.83 2H20v10.8l1.88 1.88c.08-.21.12-.44.12-.68V6c0-1.11-.89-2-2-2h-3.17L15 2H9L7.18 4 8.6 5.4zm12.23 17.46-1.27 1.27L18.11 20H4a2 2 0 0 1-2-2V6c0-.58.25-1.1.65-1.46L1.11 3l1.28-1.27zM9 12c0 1.66 1.34 3 3 3 .33 0 .65-.07.94-.17l-3.77-3.77c-.1.3-.17.61-.17.94m7.11 6-1.66-1.66c-.73.41-1.56.66-2.45.66-2.76 0-5-2.24-5-5 0-.89.25-1.72.66-2.45L4.11 6H4v12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/camera-off.svg b/mkdocs-material/material/templates/.icons/material/camera-off.svg new file mode 100644 index 0000000..2b7df87 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/camera-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.2 4.47 2.5 3.2 20 20.72 18.73 22l-2-2H4a2 2 0 0 1-2-2V6c0-.22.04-.43.1-.63zM7 4l2-2h6l2 2h3a2 2 0 0 1 2 2v12c0 .6-.26 1.13-.68 1.5l-4.99-5c.43-.73.67-1.59.67-2.5a5 5 0 0 0-5-5c-.91 0-1.77.24-2.5.67L5.82 4zm0 8a5 5 0 0 0 5 5c.5 0 1.03-.08 1.5-.23L11.72 15A3.064 3.064 0 0 1 9 12.28L7.23 10.5c-.15.47-.23 1-.23 1.5m5-3a3 3 0 0 1 3 3 3 3 0 0 1-.17 1L11 9.17A3 3 0 0 1 12 9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/camera-outline.svg b/mkdocs-material/material/templates/.icons/material/camera-outline.svg new file mode 100644 index 0000000..a15663d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/camera-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 4h-3.17L15 2H9L7.17 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2m0 14H4V6h4.05l1.83-2h4.24l1.83 2H20zM12 7a5 5 0 0 0-5 5 5 5 0 0 0 5 5 5 5 0 0 0 5-5 5 5 0 0 0-5-5m0 8a3 3 0 0 1-3-3 3 3 0 0 1 3-3 3 3 0 0 1 3 3 3 3 0 0 1-3 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/camera-party-mode.svg b/mkdocs-material/material/templates/.icons/material/camera-party-mode.svg new file mode 100644 index 0000000..69df0f3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/camera-party-mode.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 17c-1.63 0-3.06-.79-4-2h4a3 3 0 0 0 3-3c0-.35-.07-.69-.18-1h2.08c.06.32.1.66.1 1a5 5 0 0 1-5 5m0-10c1.63 0 3.06.79 4 2h-4a3 3 0 0 0-3 3c0 .35.07.68.18 1H7.1c-.07-.32-.1-.66-.1-1a5 5 0 0 1 5-5m8-3h-3.17L15 2H9L7.17 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/camera-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/camera-plus-outline.svg new file mode 100644 index 0000000..9fbbc06 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/camera-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 6h-3.2L16 4h-6v2h5.1L17 8h4v12H5v-9H3v9c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2M8 14c0 4.45 5.39 6.69 8.54 3.54S17.45 9 13 9c-2.76 0-5 2.24-5 5m5-3a3.09 3.09 0 0 1 3 3 3.09 3.09 0 0 1-3 3 3.09 3.09 0 0 1-3-3 3.09 3.09 0 0 1 3-3M5 6h3V4H5V1H3v3H0v2h3v3h2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/camera-plus.svg b/mkdocs-material/material/templates/.icons/material/camera-plus.svg new file mode 100644 index 0000000..86b0775 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/camera-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 4V1h2v3h3v2H5v3H3V6H0V4m6 6V7h3V4h7l1.8 2H21c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V10m10 9c4.45 0 6.69-5.38 3.54-8.54C13.39 7.31 8 9.55 8 14c0 2.76 2.24 5 5 5m-3.2-5c0 2.85 3.45 4.28 5.46 2.26 2.02-2.01.59-5.46-2.26-5.46A3.21 3.21 0 0 0 9.8 14"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/camera-rear-variant.svg b/mkdocs-material/material/templates/.icons/material/camera-rear-variant.svg new file mode 100644 index 0000000..9a0b444 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/camera-rear-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 0h12a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2m6 2a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m1 16H9v2h4v2l3-3-3-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/camera-rear.svg b/mkdocs-material/material/templates/.icons/material/camera-rear.svg new file mode 100644 index 0000000..5c310f1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/camera-rear.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 6a2 2 0 0 1-2-2 2 2 0 0 1 2-2c1.09 0 2 .9 2 2a2 2 0 0 1-2 2m5-6H7a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2m-3 20v2h5v-2m-9 0H5v2h5v2l3-3-3-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/camera-retake-outline.svg b/mkdocs-material/material/templates/.icons/material/camera-retake-outline.svg new file mode 100644 index 0000000..7102531 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/camera-retake-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 5h-3.17L15 3H9L7.17 5H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2m0 14H4V7h4.05l1.83-2h4.24L16 7h4zm-8-1c-1.08 0-2.14-.35-3-1l1.44-1.44c.47.29 1.01.44 1.56.44a3 3 0 0 0 3-3 3 3 0 0 0-3-3c-1.26 0-2.4.8-2.82 2H11l-3 3-3-3h2.1A4.997 4.997 0 0 1 13 8.1a5 5 0 0 1-1 9.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/camera-retake.svg b/mkdocs-material/material/templates/.icons/material/camera-retake.svg new file mode 100644 index 0000000..d476efd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/camera-retake.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 5h-3l-2-2H9L7 5H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2m-8 13c-1.08 0-2.14-.35-3-1l1.44-1.44c.47.29 1.01.44 1.56.44a3 3 0 0 0 3-3 3 3 0 0 0-3-3c-1.26 0-2.4.8-2.82 2H11l-3 3-3-3h2.1A4.997 4.997 0 0 1 13 8.1a5 5 0 0 1-1 9.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/camera-switch-outline.svg b/mkdocs-material/material/templates/.icons/material/camera-switch-outline.svg new file mode 100644 index 0000000..d6da33f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/camera-switch-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 4h-3.2L15 2H9L7.2 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2M9.9 4h4.2l1.8 2H20v12H4V6h4.1m6.9 5H9V8.5L5.5 12 9 15.5V13h6v2.5l3.5-3.5L15 8.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/camera-switch.svg b/mkdocs-material/material/templates/.icons/material/camera-switch.svg new file mode 100644 index 0000000..e1f65e0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/camera-switch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 15.5V13H9v2.5L5.5 12 9 8.5V11h6V8.5l3.5 3.5M20 4h-3.17L15 2H9L7.17 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/camera-timer.svg b/mkdocs-material/material/templates/.icons/material/camera-timer.svg new file mode 100644 index 0000000..9ac8714 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/camera-timer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.94 6.35c-.39-.39-.39-1.03 0-1.42a.996.996 0 0 1 1.41 0l6.72 5.38.35.28c.78.78.78 2.05 0 2.83s-2.05.78-2.83 0l-.28-.35zM12 20a8 8 0 0 0 8-8c0-2.21-.9-4.21-2.34-5.66l1.41-1.41A9.97 9.97 0 0 1 22 12a10 10 0 0 1-10 10A10 10 0 0 1 2 12h2a8 8 0 0 0 8 8m0-19a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/camera-wireless-outline.svg b/mkdocs-material/material/templates/.icons/material/camera-wireless-outline.svg new file mode 100644 index 0000000..d4d2a30 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/camera-wireless-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 9v11H4V8h4.05l1.83-2H15V4H9L7.17 6H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9zm.67-1H22c0-3.32-2.69-6-6-6v1.33c2.58 0 4.66 2.08 4.67 4.67M18 8h1.33A3.33 3.33 0 0 0 16 4.67V6c1.11 0 2 .89 2 2M7 14a5 5 0 0 0 5 5 5 5 0 0 0 5-5 5 5 0 0 0-5-5 5 5 0 0 0-5 5m8 0a3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3 3 3 0 0 1 3 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/camera-wireless.svg b/mkdocs-material/material/templates/.icons/material/camera-wireless.svg new file mode 100644 index 0000000..a238c58 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/camera-wireless.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 10.8a3.2 3.2 0 0 1 3.2 3.2 3.2 3.2 0 0 1-3.2 3.2A3.2 3.2 0 0 1 8.8 14a3.2 3.2 0 0 1 3.2-3.2m4-7.47V2a6 6 0 0 1 6 6h-1.33c0-2.58-2.09-4.67-4.67-4.67M16 6V4.67c1.84 0 3.33 1.49 3.33 3.33H18c0-1.11-.89-2-2-2m1 3h5v11a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.17L9 4h6v3c1.11 0 2 .89 2 2m-5 10a5 5 0 0 0 5-5 5 5 0 0 0-5-5 5 5 0 0 0-5 5 5 5 0 0 0 5 5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/camera.svg b/mkdocs-material/material/templates/.icons/material/camera.svg new file mode 100644 index 0000000..dc3c347 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/camera.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 4h3l2-2h6l2 2h3a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2m8 3a5 5 0 0 0-5 5 5 5 0 0 0 5 5 5 5 0 0 0 5-5 5 5 0 0 0-5-5m0 2a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/campfire.svg b/mkdocs-material/material/templates/.icons/material/campfire.svg new file mode 100644 index 0000000..3bf1893 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/campfire.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.9 18.5 6 1.6-.4 1.9-9.4-2.5L2.7 22l-.5-1.9 6-1.6-6.1-1.6.5-1.9 9.4 2.5 9.4-2.5.5 1.9zm.17-10.58c-.16-.22-.36-.42-.57-.59-.45-.43-1-.74-1.44-1.2C13 5.08 12.79 3.34 13.44 2c-.65.17-1.26.54-1.77.95C9.84 4.46 9.11 7.1 10 9.38c0 .07.04.15.04.24 0 .16-.11.3-.25.38a.51.51 0 0 1-.57-.23c-.8-1.03-.93-2.51-.38-3.7-1.19.99-1.84 2.65-1.73 4.22.02.36.07.71.19 1.07.11.44.29.87.52 1.25.75 1.25 2.08 2.15 3.5 2.33 1.52.2 3.14-.09 4.31-1.15 1.3-1.2 1.77-3.12 1.08-4.79l-.1-.17q-.21-.495-.57-.9zm-2.24 4.55c-.2.18-.52.36-.78.44-.79.28-1.59-.12-2.05-.6.84-.2 1.34-.84 1.5-1.48.11-.58-.11-1.05-.21-1.61-.08-.53-.07-.99.13-1.49.13.27.27.55.44.77.55.72 1.41 1.04 1.59 2 .02.13.05.22.05.33 0 .6-.24 1.24-.68 1.64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cancel.svg b/mkdocs-material/material/templates/.icons/material/cancel.svg new file mode 100644 index 0000000..5ffc82c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cancel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c5.5 0 10 4.5 10 10s-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2m0 2c-1.9 0-3.6.6-4.9 1.7l11.2 11.2c1-1.4 1.7-3.1 1.7-4.9 0-4.4-3.6-8-8-8m4.9 14.3L5.7 7.1C4.6 8.4 4 10.1 4 12c0 4.4 3.6 8 8 8 1.9 0 3.6-.6 4.9-1.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/candelabra-fire.svg b/mkdocs-material/material/templates/.icons/material/candelabra-fire.svg new file mode 100644 index 0000000..99a2af8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/candelabra-fire.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 7c.83 0 1.5-.67 1.5-1.5S18.83 3 18 3s-1.5 1.67-1.5 2.5S17.17 7 18 7m0-1.75c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5M12 6c.83 0 1.5-.67 1.5-1.5S12.83 2 12 2s-1.5 1.67-1.5 2.5S11.17 6 12 6m0-1.75c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5M6 7c.83 0 1.5-.67 1.5-1.5S6.83 3 6 3 4.5 4.67 4.5 5.5 5.17 7 6 7m0-1.75c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5M20.5 11c0 .55-.45 1-1 1H19v2c0 1.11-.89 2-2 2h-4v4h1a2 2 0 0 1 2 2H8c0-1.1.9-2 2-2h1v-4H7a2 2 0 0 1-2-2v-2h-.5c-.55 0-1-.45-1-1s.45-1 1-1V9c0-.55.45-1 1-1h1c.55 0 1 .45 1 1v1c.55 0 1 .45 1 1s-.45 1-1 1H7v2h4v-2h-.5c-.55 0-1-.45-1-1s.45-1 1-1V8c0-.55.45-1 1-1h1c.55 0 1 .45 1 1v2c.55 0 1 .45 1 1s-.45 1-1 1H13v2h4v-2h-.5c-.55 0-1-.45-1-1s.45-1 1-1V9c0-.55.45-1 1-1h1c.55 0 1 .45 1 1v1c.55 0 1 .45 1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/candelabra.svg b/mkdocs-material/material/templates/.icons/material/candelabra.svg new file mode 100644 index 0000000..0f3250d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/candelabra.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.5 11c0 .55-.45 1-1 1H19v2c0 1.11-.89 2-2 2h-4v4h1a2 2 0 0 1 2 2H8c0-1.1.9-2 2-2h1v-4H7a2 2 0 0 1-2-2v-2h-.5c-.55 0-1-.45-1-1s.45-1 1-1H5V4l2 1v5h.5c.55 0 1 .45 1 1s-.45 1-1 1H7v2h4v-2h-.5c-.55 0-1-.45-1-1s.45-1 1-1h.5V2l2 1v7h.5c.55 0 1 .45 1 1s-.45 1-1 1H13v2h4v-2h-.5c-.55 0-1-.45-1-1s.45-1 1-1h.5V4l2 1v5h.5c.55 0 1 .45 1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/candle.svg b/mkdocs-material/material/templates/.icons/material/candle.svg new file mode 100644 index 0000000..b72cf3a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/candle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.5 2c-1.66 0-3 3.34-3 5a3 3 0 0 0 3 3 3 3 0 0 0 3-3c0-1.66-1.34-5-3-5m0 4.5a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1M10 11a1 1 0 0 0-1 1v8H7a1 1 0 0 1-1-1v-1a1 1 0 0 0-1-1 1 1 0 0 0-1 1v1a3 3 0 0 0 3 3h12a1 1 0 0 0 1-1 1 1 0 0 0-1-1h-3v-8a1 1 0 0 0-1-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/candy-off-outline.svg b/mkdocs-material/material/templates/.icons/material/candy-off-outline.svg new file mode 100644 index 0000000..73f15d8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/candy-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.1 21.5 2.4 1.7 1.1 3l6.6 6.6c-1.1 1.9-.8 4.4.8 6s4.1 1.9 6 .8l6.4 6.4zM9.9 14.1c-.8-.8-1.1-2-.7-3.1l3.8 3.8c-1.1.4-2.3.2-3.1-.7m4.9-7.8c-.3-1.1-.2-2.7 1.1-3.9.9.9 1.4 1.9 1.5 2.9 1.1-.7 2-.8 2-.8-.1.8-.4 1.5-.8 2 1 .2 2.1.7 2.9 1.5-1.2 1.2-2.8 1.4-3.9 1.1-.3-1.3-1.4-2.4-2.8-2.8M12.2 9l-1.8-1.8c1.7-.6 3.7-.2 5.1 1.2s1.8 3.3 1.2 5.1L15 11.8c-.1-.7-.3-1.4-.9-1.9s-1.2-.8-1.9-.9m-3 8.7c.3 1.1.2 2.7-1.1 3.9-.9-.9-1.4-1.9-1.5-2.9-1.1.7-2 .8-2 .8.1-.8.4-1.5.8-2-1-.2-2.1-.7-2.9-1.5 1.2-1.2 2.8-1.4 3.9-1.1.3 1.3 1.4 2.4 2.8 2.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/candy-off.svg b/mkdocs-material/material/templates/.icons/material/candy-off.svg new file mode 100644 index 0000000..ba0f681 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/candy-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.8 22.7-6.4-6.4c-1.9 1.1-4.4.8-6-.8s-1.9-4.1-.8-6L1.1 3l1.3-1.3 19.7 19.7zM15.5 8.5c-1.4-1.4-3.3-1.8-5.1-1.2l6.3 6.3c.6-1.8.2-3.8-1.2-5.1m2.2.7c1.1.3 2.7.1 3.9-1.1-.8-.8-1.9-1.3-2.9-1.5.4-.6.7-1.3.8-2 0 0-1 .1-2 .8-.1-1-.6-2.1-1.5-2.9-1.2 1.2-1.4 2.8-1.1 3.9 1.3.3 2.4 1.4 2.8 2.8M6.3 14.8c-1.1-.3-2.7-.1-3.9 1.1.8.8 1.9 1.3 2.9 1.5-.4.6-.7 1.3-.8 2 0 0 1-.1 2-.8.1 1 .6 2.1 1.5 2.9 1.2-1.2 1.4-2.8 1.1-3.9-1.3-.3-2.4-1.4-2.8-2.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/candy-outline.svg b/mkdocs-material/material/templates/.icons/material/candy-outline.svg new file mode 100644 index 0000000..5a963d5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/candy-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.88 9.88c1.17-1.17 3.07-1.17 4.24 0s1.17 3.07 0 4.24-3.07 1.17-4.24 0a3 3 0 0 1 0-4.24M8.46 8.46c-1.96 1.96-1.96 5.12 0 7.08s5.12 1.96 7.08 0 1.96-5.12 0-7.08-5.12-1.96-7.08 0m11.01-3.91s-.97.12-2.04.82c-.15-1.05-.65-2.1-1.5-2.95-1.25 1.25-1.4 2.8-1.1 3.92 1.39.36 2.47 1.44 2.83 2.83 1.12.3 2.68.15 3.92-1.1a5.25 5.25 0 0 0-2.9-1.49c.39-.58.7-1.25.79-2.03M4.53 19.45s.97-.12 2.04-.81c.15 1.04.65 2.09 1.5 2.94 1.25-1.24 1.4-2.8 1.1-3.92a3.96 3.96 0 0 1-2.83-2.83c-1.12-.3-2.67-.15-3.92 1.1.84.84 1.87 1.34 2.9 1.49-.39.58-.7 1.26-.79 2.03"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/candy.svg b/mkdocs-material/material/templates/.icons/material/candy.svg new file mode 100644 index 0000000..47491c1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/candy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.54 8.46c1.96 1.96 1.96 5.12 0 7.08s-5.12 1.96-7.07 0-1.97-5.12 0-7.08 5.11-1.96 7.07 0m3.93-3.91s-.97.12-2.04.81a5.24 5.24 0 0 0-1.5-2.94 4.03 4.03 0 0 0-1.1 3.92c1.39.36 2.47 1.44 2.83 2.83 1.12.3 2.68.15 3.92-1.1a5.25 5.25 0 0 0-2.9-1.49c.39-.58.7-1.25.79-2.03M4.53 19.45s.97-.12 2.04-.81c.15 1.04.65 2.09 1.5 2.94 1.25-1.24 1.4-2.8 1.1-3.92a3.94 3.94 0 0 1-2.83-2.83c-1.12-.3-2.68-.15-3.92 1.1.84.84 1.87 1.34 2.9 1.49-.39.58-.7 1.26-.79 2.03"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/candycane.svg b/mkdocs-material/material/templates/.icons/material/candycane.svg new file mode 100644 index 0000000..50ba5ef --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/candycane.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 10a2 2 0 0 1-2 2 2 2 0 0 1-2-2V8c0-.63.1-1.23.27-1.8L10 9.93zm2-8c.74 0 1.44.13 2.09.38L11.97 6c-.83 0-1.53.5-1.82 1.25L7.24 4.34A6 6 0 0 1 12 2m5.76 4.31L14 10.07V8c0-.38-.1-.73-.28-1.03l2.11-3.59a6 6 0 0 1 1.93 2.93m.24 6.78-4 4V12.9l4-4zM18 20a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09l4-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cannabis-off.svg b/mkdocs-material/material/templates/.icons/material/cannabis-off.svg new file mode 100644 index 0000000..24397ef --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cannabis-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.62 13.42-2.12-2.1c2.34-2.38 5.33-3.21 5.33-3.21-.96 2.49-2.1 4.16-3.21 5.31M12 2s-1.14 2.3-1.59 5.21l3.31 3.29c.2-2.05-.11-4.87-1.72-8.5m8.84 20.73 1.27-1.27L2.39 1.73 1.11 3l7.51 7.5C6.5 8.75 4.17 8.11 4.17 8.11 5.7 12.08 7.69 14 9.28 14.97 6.47 14.59 4 16 4 16c2.68 1.19 4.64 1.23 5.94.95-1.41 1.15-1.91 2.86-1.91 2.86 1.97-.72 2.97-1.68 3.47-2.46V22h1v-4.65c.5.78 1.5 1.74 3.47 2.46 0 0-.5-1.71-1.91-2.86.33.05.71.12 1.14.14z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cannabis.svg b/mkdocs-material/material/templates/.icons/material/cannabis.svg new file mode 100644 index 0000000..806dca2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cannabis.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.5 22v-4.65c-.5.78-1.5 1.74-3.47 2.46 0 0 .5-1.71 1.91-2.86-1.3.28-3.26.24-5.94-.95 0 0 2.47-1.41 5.28-1.03C7.69 14 5.7 12.08 4.17 8.11c0 0 4.5 1.23 6.74 5.03C8.88 8.24 12 2 12 2c2.43 5.47 1.91 9.1 1.12 11.1 2.25-3.77 6.71-4.99 6.71-4.99-1.53 3.97-3.52 5.89-5.11 6.86C17.53 14.59 20 16 20 16c-2.68 1.19-4.64 1.23-5.94.95 1.41 1.15 1.91 2.86 1.91 2.86-1.97-.72-2.97-1.68-3.47-2.46V22z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/caps-lock.svg b/mkdocs-material/material/templates/.icons/material/caps-lock.svg new file mode 100644 index 0000000..4f38a27 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/caps-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.96 13.71 12 8.29l2.03 5.43M11.14 6 6.43 18h1.93l.96-2.57h5.36l.96 2.57h1.93L12.86 6zM20 2H4c-1.11 0-2 .89-2 2v16a2 2 0 0 0 2 2h16c1.11 0 2-.89 2-2V4a2 2 0 0 0-2-2m0 18H4V4h16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-2-plus.svg b/mkdocs-material/material/templates/.icons/material/car-2-plus.svg new file mode 100644 index 0000000..862ce69 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-2-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 16c0-2.4 1.1-4.5 2.7-6H3l1.5-4.5h11l.8 2.5c.6 0 1.2.1 1.7.3L16.9 5c-.2-.6-.8-1-1.4-1h-11c-.7 0-1.2.4-1.4 1L1 11v8c0 .5.5 1 1 1h1c.5 0 1-.5 1-1v-1h4.3c-.2-.6-.3-1.3-.3-2m-3.5-1c-.8 0-1.5-.7-1.5-1.5S3.7 12 4.5 12s1.5.7 1.5 1.5S5.3 15 4.5 15M16 20v-2h-3v-1h1c1.1 0 2-.9 2-2v-1c0-1.1-.9-2-2-2h-3v2h3v1h-1c-1.1 0-2 .9-2 2v3m12-3h-2v2h-2v-2h-2v-2h2v-2h2v2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-3-plus.svg b/mkdocs-material/material/templates/.icons/material/car-3-plus.svg new file mode 100644 index 0000000..3f45478 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-3-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.9 5c-.2-.6-.8-1-1.4-1h-11c-.7 0-1.2.4-1.4 1L1 11v8c0 .5.5 1 1 1h1c.5 0 1-.5 1-1v-1h4.3c-.2-.6-.3-1.3-.3-2 0-2.4 1.1-4.5 2.7-6H3l1.5-4.5h11l.8 2.5c.6 0 1.2.1 1.7.3zM4.5 12c.8 0 1.5.7 1.5 1.5S5.3 15 4.5 15 3 14.3 3 13.5 3.7 12 4.5 12M23 17h-2v2h-2v-2h-2v-2h2v-2h2v2h2zm-8.5-1c.8 0 1.5-1.2 1.5-2 0-1.1-.9-2-2-2h-3v2h3v1h-2v2h2v1h-3v2h3c1.1 0 2-.9 2-2 0-.8-.7-2-1.5-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-arrow-left.svg b/mkdocs-material/material/templates/.icons/material/car-arrow-left.svg new file mode 100644 index 0000000..c743339 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-arrow-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 18c0-3.31 2.69-6 6-6 1.09 0 2.12.3 3 .81V12l-2.08-6c-.2-.58-.76-1-1.42-1h-11c-.66 0-1.22.42-1.42 1L3 12v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h6.09c-.05-.33-.09-.66-.09-1M6.5 6.5h11L19 11H5zm0 9.5c-.83 0-1.5-.67-1.5-1.5S5.67 13 6.5 13s1.5.67 1.5 1.5S7.33 16 6.5 16M18 15v2h4v2h-4v2l-3-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-arrow-right.svg b/mkdocs-material/material/templates/.icons/material/car-arrow-right.svg new file mode 100644 index 0000000..0208a75 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-arrow-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 18c0-3.31 2.69-6 6-6 1.09 0 2.12.3 3 .81V12l-2.08-6c-.2-.58-.76-1-1.42-1h-11c-.66 0-1.22.42-1.42 1L3 12v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h6.09c-.05-.33-.09-.66-.09-1M6.5 6.5h11L19 11H5zm0 9.5c-.83 0-1.5-.67-1.5-1.5S5.67 13 6.5 13s1.5.67 1.5 1.5S7.33 16 6.5 16M19 21v-2h-4v-2h4v-2l3 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-back.svg b/mkdocs-material/material/templates/.icons/material/car-back.svg new file mode 100644 index 0000000..e04c7ce --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-back.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m6 11 1-4h10l1 4m.92-5c-.21-.6-.78-1-1.42-1h-11c-.64 0-1.21.4-1.42 1L3 12v8a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-2h12v2a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-8zM7 16H5v-2h2zm12 0h-2v-2h2zm-5 0h-4v-2h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-battery.svg b/mkdocs-material/material/templates/.icons/material/car-battery.svg new file mode 100644 index 0000000..4f79ed4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-battery.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 3v3H1v14h22V6h-3V3h-6v3h-4V3zM3 8h18v10H3zm12 2v2h-2v2h2v2h2v-2h2v-2h-2v-2zM5 12v2h6v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-brake-abs.svg b/mkdocs-material/material/templates/.icons/material/car-brake-abs.svg new file mode 100644 index 0000000..d7d7952 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-brake-abs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 12c0 3.31-1.34 6.31-3.5 8.5l-1.08-1.08c1.9-1.92 3.08-4.52 3.08-7.42 0-2.89-1.18-5.5-3.08-7.42L20.5 3.5C22.66 5.69 24 8.69 24 12m-4-2.4V8h-3.2c-.88 0-1.6.72-1.6 1.6v1.6a1.6 1.6 0 0 0 1.6 1.6h1.6v1.6h-3.2V16h3.2c.88 0 1.6-.72 1.6-1.6v-1.6a1.6 1.6 0 0 0-1.6-1.6h-1.6V9.6zM8.42 6c1.05-.63 2.27-1 3.58-1s2.53.37 3.58 1h3.11C17.05 4.16 14.66 3 12 3S6.95 4.16 5.31 6zm4.78 6c.64 0 1.2.56 1.2 1.2v1.2a1.6 1.6 0 0 1-1.6 1.6H9.6V8h3.2a1.6 1.6 0 0 1 1.6 1.6v1.2c0 .64-.56 1.2-1.2 1.2m-.4.8h-1.6v1.6h1.6zm0-3.2h-1.6v1.6h1.6zM4.58 4.58 3.5 3.5C1.34 5.69 0 8.69 0 12s1.34 6.31 3.5 8.5l1.08-1.08C2.68 17.5 1.5 14.9 1.5 12c0-2.89 1.18-5.5 3.08-7.42M7.2 16v-3.2H5.6V16H4V9.6A1.6 1.6 0 0 1 5.6 8h1.6c.88 0 1.6.72 1.6 1.6V16zm0-4.8V9.6H5.6v1.6zm8.38 6.8c-1.05.63-2.27 1-3.58 1a6.93 6.93 0 0 1-3.58-1H5.31c1.64 1.84 4.03 3 6.69 3s5.05-1.16 6.69-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-brake-alert.svg b/mkdocs-material/material/templates/.icons/material/car-brake-alert.svg new file mode 100644 index 0000000..600b5bf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-brake-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 15h2v2h-2zm0-8h2v6h-2zm1-4a9 9 0 0 0-9 9 9 9 0 0 0 9 9 9 9 0 0 0 9-9 9 9 0 0 0-9-9m0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7m8.5 1.5c2.16-2.19 3.5-5.19 3.5-8.5s-1.34-6.31-3.5-8.5l-1.08 1.08C21.32 6.5 22.5 9.11 22.5 12c0 2.9-1.18 5.5-3.08 7.42zM4.58 19.42C2.68 17.5 1.5 14.9 1.5 12c0-2.89 1.18-5.5 3.08-7.42L3.5 3.5C1.34 5.69 0 8.69 0 12s1.34 6.31 3.5 8.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-brake-fluid-level.svg b/mkdocs-material/material/templates/.icons/material/car-brake-fluid-level.svg new file mode 100644 index 0000000..995ca0c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-brake-fluid-level.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.5 12c0 2.9 1.18 5.5 3.08 7.42L3.5 20.5C1.34 18.31 0 15.31 0 12s1.34-6.31 3.5-8.5l1.08 1.08C2.68 6.5 1.5 9.11 1.5 12M21 12a9 9 0 1 1-18.001-.001A9 9 0 0 1 21 12M5 12c0 .44.05.86.12 1.28.18-.19.34-.28.66-.28.52 0 .61.21 1 .71S7.85 15 8.89 15c1.03 0 1.72-.79 2.11-1.29.26-.34.39-.53.61-.63.1-.05.22-.08.39-.08.5 0 .61.21 1 .71S14.08 15 15.11 15c1.04 0 1.72-.79 2.11-1.29s.48-.71 1-.71c.32 0 .48.09.66.28.07-.42.12-.84.12-1.28 0-3.86-3.14-7-7-7s-7 3.14-7 7m15.5-8.5-1.08 1.08C21.32 6.5 22.5 9.11 22.5 12c0 2.9-1.18 5.5-3.08 7.42l1.08 1.08c2.16-2.19 3.5-5.19 3.5-8.5s-1.34-6.31-3.5-8.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-brake-hold.svg b/mkdocs-material/material/templates/.icons/material/car-brake-hold.svg new file mode 100644 index 0000000..2b870cf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-brake-hold.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3c-5 0-9 4-9 9s4 9 9 9 9-4 9-9-4-9-9-9m0 16c-3.9 0-7-3.1-7-7s3.1-7 7-7 7 3.1 7 7-3.1 7-7 7m8.5 1.5c2.2-2.2 3.5-5.2 3.5-8.5s-1.3-6.3-3.5-8.5l-1.1 1.1c1.9 1.9 3.1 4.5 3.1 7.4s-1.2 5.5-3.1 7.4zM4.6 19.4c-1.9-1.9-3.1-4.5-3.1-7.4s1.2-5.5 3.1-7.4L3.5 3.5C1.3 5.7 0 8.7 0 12s1.3 6.3 3.5 8.5zM9 7v10h2v-4h2v4h2V7h-2v4h-2V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-brake-low-pressure.svg b/mkdocs-material/material/templates/.icons/material/car-brake-low-pressure.svg new file mode 100644 index 0000000..d0cf125 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-brake-low-pressure.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 12c0 .55-.45 1-1 1s-1-.45-1-1 .45-1 1-1 1 .45 1 1m-3 0L7 9v2H3v2h4v2zm4 0 3 3v-2h4v-2h-4V9zm6.5-8.5-1.08 1.08C21.32 6.5 22.5 9.11 22.5 12c0 2.9-1.18 5.5-3.08 7.42l1.08 1.08c2.16-2.19 3.5-5.19 3.5-8.5s-1.34-6.31-3.5-8.5M5.69 9C6.81 6.64 9.22 5 12 5s5.19 1.64 6.32 4h2.18c-1.26-3.5-4.58-6-8.5-6S4.76 5.5 3.5 9zM4.58 4.58 3.5 3.5C1.34 5.69 0 8.69 0 12s1.34 6.31 3.5 8.5l1.08-1.08C2.68 17.5 1.5 14.9 1.5 12c0-2.89 1.18-5.5 3.08-7.42M18.32 15c-1.13 2.36-3.53 4-6.32 4s-5.19-1.64-6.31-4H3.5c1.26 3.5 4.58 6 8.5 6s7.24-2.5 8.5-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-brake-parking.svg b/mkdocs-material/material/templates/.icons/material/car-brake-parking.svg new file mode 100644 index 0000000..ae96c44 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-brake-parking.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3c-5 0-9 4-9 9s4 9 9 9 9-4 9-9-4-9-9-9m0 16c-3.9 0-7-3.1-7-7s3.1-7 7-7 7 3.1 7 7-3.1 7-7 7m8.5 1.5c2.2-2.2 3.5-5.2 3.5-8.5s-1.3-6.3-3.5-8.5l-1.1 1.1c1.9 1.9 3.1 4.5 3.1 7.4s-1.2 5.5-3.1 7.4zM4.6 19.4c-1.9-1.9-3.1-4.5-3.1-7.4s1.2-5.5 3.1-7.4L3.5 3.5C1.3 5.7 0 8.7 0 12s1.3 6.3 3.5 8.5zM9.5 7v10h2v-4h2a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zm2 2h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-brake-retarder.svg b/mkdocs-material/material/templates/.icons/material/car-brake-retarder.svg new file mode 100644 index 0000000..474b5f4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-brake-retarder.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3c-5 0-9 4-9 9s4 9 9 9 9-4 9-9-4-9-9-9m0 16c-3.9 0-7-3.1-7-7s3.1-7 7-7 7 3.1 7 7-3.1 7-7 7m8.5 1.5c2.2-2.2 3.5-5.2 3.5-8.5s-1.3-6.3-3.5-8.5l-1.1 1.1c1.9 1.9 3.1 4.5 3.1 7.4s-1.2 5.5-3.1 7.4zM4.6 19.4c-1.9-1.9-3.1-4.5-3.1-7.4s1.2-5.5 3.1-7.4L3.5 3.5C1.3 5.7 0 8.7 0 12s1.3 6.3 3.5 8.5zm10.7-8.9c.66 0 1.2.67 1.2 1.5 0 .81-.55 1.5-1.2 1.5-.37 0-.64-.21-.8-.39l-.03-.03-.03-.03L13.38 12l1.09-1.08.03-.03.03-.03c.21-.23.47-.36.77-.36m-6.6 0c.37 0 .64.21.8.38v.04l.06.03L10.62 12l-1.09 1.08-.03.03-.03.04c-.21.22-.47.35-.77.35-.65 0-1.2-.69-1.2-1.5s.55-1.5 1.2-1.5M15.3 9c-.72 0-1.4.31-1.88.85L12 11.25l-1.39-1.37C10.1 9.31 9.42 9 8.7 9 7.21 9 6 10.35 6 12s1.21 3 2.7 3c.72 0 1.4-.31 1.89-.85l1.41-1.4 1.39 1.37c.51.56 1.19.88 1.91.88 1.49 0 2.7-1.35 2.7-3 0-1.67-1.21-3-2.7-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-brake-temperature.svg b/mkdocs-material/material/templates/.icons/material/car-brake-temperature.svg new file mode 100644 index 0000000..0a1f020 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-brake-temperature.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 10h3V8h-3V7c0-.6-.4-1-1-1s-1 .4-1 1v10.3c-.6.3-1 1-1 1.7 0 1.1.9 2 2 2s2-.9 2-2c0-.7-.4-1.4-1-1.7V14h3v-2h-3zm12 2c0 3.31-1.34 6.31-3.5 8.5l-1.08-1.08c1.9-1.92 3.08-4.52 3.08-7.42 0-2.89-1.18-5.5-3.08-7.42L20.5 3.5C22.66 5.69 24 8.69 24 12M1.5 12c0 2.9 1.18 5.5 3.08 7.42L3.5 20.5C1.34 18.31 0 15.31 0 12s1.34-6.31 3.5-8.5l1.08 1.08C2.68 6.5 1.5 9.11 1.5 12M21 12c0 3.53-2.04 6.58-5 8.05v-2.31A7.01 7.01 0 0 0 19 12c0-3.86-3.14-7-7-7s-7 3.14-7 7a7.01 7.01 0 0 0 3 5.74v2.31C5.04 18.58 3 15.53 3 12a9 9 0 0 1 18 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-brake-worn-linings.svg b/mkdocs-material/material/templates/.icons/material/car-brake-worn-linings.svg new file mode 100644 index 0000000..02ac376 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-brake-worn-linings.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 5c3.86 0 7 3.14 7 7s-3.14 7-7 7-7-3.14-7-7 3.14-7 7-7m0-2a9 9 0 1 0 .001 18.001A9 9 0 0 0 12 3M4.58 4.58 3.5 3.5A12.3 12.3 0 0 0 .861 7.55L2.3 8a10.7 10.7 0 0 1 2.28-3.42M1.71 14.1Q1.5 13.08 1.5 12t.21-2.1L.275 9.46C.098 10.28 0 11.13 0 12s.098 1.72.275 2.54zm21.43-6.55c-.61-1.52-1.51-2.9-2.64-4.05l-1.08 1.08c.97.98 1.74 2.13 2.28 3.42zM.861 16.45C1.47 18 2.37 19.35 3.5 20.5l1.08-1.08A10.7 10.7 0 0 1 2.3 16zm18.559 2.97 1.08 1.08c1.13-1.15 2.03-2.5 2.64-4.05L21.7 16a10.7 10.7 0 0 1-2.28 3.42m2.87-9.52q.21 1.02.21 2.1t-.21 2.1l1.44.44c.17-.82.27-1.67.27-2.54s-.1-1.72-.27-2.54z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-child-seat.svg b/mkdocs-material/material/templates/.icons/material/car-child-seat.svg new file mode 100644 index 0000000..f430667 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-child-seat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 4.5C17 5.9 15.9 7 14.5 7S12 5.9 12 4.5 13.1 2 14.5 2 17 3.1 17 4.5M15 8h-.8c-2.1 0-4.1-1.2-5.1-3.1-.1-.1-.2-.2-.2-.3l-1.8.8c.5 1.4 2.1 3.2 4.4 4.1l-1.8 5-3.9-1.1L3 18.9l2 .5 1.8-3.6 4.5 1.2c1 .2 2-.3 2.4-1.2L16 9.4c.2-.7-.3-1.4-1-1.4m3.9-1-3.4 9.4c-.6 1.6-2.1 2.6-3.7 2.6-.3 0-.7 0-1-.1l-2.9-.8-.9 1.8 2 .5 1.4.4c.5.1 1 .2 1.5.2 2.5 0 4.7-1.5 5.6-3.9L21 7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-clock.svg b/mkdocs-material/material/templates/.icons/material/car-clock.svg new file mode 100644 index 0000000..7f7ec3a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-clock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 8c0-3.87-3.13-7-7-7-3.53 0-6.43 2.61-6.92 6H4.5c-.66 0-1.22.42-1.42 1L1 14v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-7.68c2.36-1.13 4-3.53 4-6.32m-18.5.5h4.53c.12 1.76.89 3.34 2.08 4.5H3zm0 9.5c-.83 0-1.5-.67-1.5-1.5S3.67 15 4.5 15s1.5.67 1.5 1.5S5.33 18 4.5 18m11 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5m.5-5c-1.39 0-2.56-.5-3.53-1.47S11 9.39 11 8c0-1.36.5-2.54 1.47-3.5.97-1 2.14-1.5 3.53-1.5 1.36 0 2.54.5 3.5 1.5 1 .96 1.5 2.14 1.5 3.5 0 1.39-.5 2.56-1.5 3.53-.96.97-2.14 1.47-3.5 1.47m.5-4.75 2.86 1.69-.75 1.22L15 9V4h1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-clutch.svg b/mkdocs-material/material/templates/.icons/material/car-clutch.svg new file mode 100644 index 0000000..314426d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-clutch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10 18.84 4 1.86V23l-6-3v-6H5v-4h3V4l6-3v2.3l-4 1.86zM19 10h-4V5.41L12 6.8v10.4l3 1.4V14h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-cog.svg b/mkdocs-material/material/templates/.icons/material/car-cog.svg new file mode 100644 index 0000000..c7b8ce7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-cog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.5 5c-.66 0-1.22.42-1.42 1L3 12v8a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1h5.3a7 7 0 0 1-.3-2 7 7 0 0 1 3.41-6H5l1.5-4.5h11l1.18 3.53a7 7 0 0 1 1.79.43L18.92 6c-.2-.58-.76-1-1.42-1zM17 12a.26.26 0 0 0-.26.21l-.19 1.32c-.3.13-.59.29-.85.47l-1.24-.5c-.11 0-.24 0-.31.13l-1 1.73c-.06.11-.04.24.06.32l1.06.82a4.2 4.2 0 0 0 0 1l-1.06.82a.26.26 0 0 0-.06.32l1 1.73c.06.13.19.13.31.13l1.24-.5c.26.18.54.35.85.47l.19 1.32c.02.12.12.21.26.21h2c.11 0 .22-.09.24-.21l.19-1.32c.3-.13.57-.29.84-.47l1.23.5c.13 0 .26 0 .33-.13l1-1.73a.26.26 0 0 0-.06-.32l-1.07-.82c.02-.17.04-.33.04-.5s-.01-.33-.04-.5l1.06-.82a.26.26 0 0 0 .06-.32l-1-1.73c-.06-.13-.19-.13-.32-.13l-1.23.5c-.27-.18-.54-.35-.85-.47l-.19-1.32A.236.236 0 0 0 19 12zM6.5 13A1.5 1.5 0 0 1 8 14.5 1.5 1.5 0 0 1 6.5 16 1.5 1.5 0 0 1 5 14.5 1.5 1.5 0 0 1 6.5 13M18 15.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5c-.84 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-connected.svg b/mkdocs-material/material/templates/.icons/material/car-connected.svg new file mode 100644 index 0000000..b3aee70 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-connected.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 14h14l-1.5-4.5h-11zm12.5 5a1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5 1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1.5 1.5m-11 0A1.5 1.5 0 0 0 8 17.5 1.5 1.5 0 0 0 6.5 16 1.5 1.5 0 0 0 5 17.5 1.5 1.5 0 0 0 6.5 19M18.92 9 21 15v8a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1H6v1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-8l2.08-6c.2-.58.77-1 1.42-1h11c.65 0 1.22.42 1.42 1M12 0c2.12 0 4.15.86 5.65 2.35l-1.42 1.42A6.02 6.02 0 0 0 12 2c-1.58 0-3.11.65-4.23 1.77L6.36 2.35A8 8 0 0 1 12 0m0 4c1.06 0 2.07.44 2.82 1.18L13.4 6.6c-.37-.37-.87-.6-1.4-.6-.5 0-1.03.23-1.4.6L9.18 5.18C9.93 4.44 10.94 4 12 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-convertible.svg b/mkdocs-material/material/templates/.icons/material/car-convertible.svg new file mode 100644 index 0000000..d31b5a3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-convertible.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16 6-1 .75L17.5 10h-4V8.5H12V10H3c-1.11 0-2 .89-2 2v3h2a3 3 0 0 0 3 3 3 3 0 0 0 3-3h6a3 3 0 0 0 3 3 3 3 0 0 0 3-3h2v-3c0-1.11-.89-2-2-2h-2zM6 13.5A1.5 1.5 0 0 1 7.5 15 1.5 1.5 0 0 1 6 16.5 1.5 1.5 0 0 1 4.5 15 1.5 1.5 0 0 1 6 13.5m12 0a1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5 1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-coolant-level.svg b/mkdocs-material/material/templates/.icons/material/car-coolant-level.svg new file mode 100644 index 0000000..8e2831f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-coolant-level.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 7V5h2V3h-8v2h2v2H1v14h22V7zm2 7.42c-.29-.29-.5-.42-1-.42-.67 0-.79.21-1.29.71S17.33 16 16 16s-2.21-.79-2.71-1.29S12.67 14 12 14c-.22 0-.37.03-.5.08-.28.1-.45.29-.79.63-.5.5-1.38 1.29-2.71 1.29s-2.21-.79-2.71-1.29S4.67 14 4 14c-.5 0-.71.13-1 .42V9h18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-cruise-control.svg b/mkdocs-material/material/templates/.icons/material/car-cruise-control.svg new file mode 100644 index 0000000..3956999 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-cruise-control.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 15c0 2.6-1.2 4.9-3.1 6.3l-.5-.5-2.1-2.1 1.4-1.4 1.2 1.2c.5-.7.9-1.6 1-2.5H18v-2h1.9c-.2-.9-.5-1.7-1-2.5l-1.2 1.2-1.4-1.4 1.2-1.2c-.7-.5-1.6-.9-2.5-1V11h-2V9.1c-.9.2-1.7.5-2.5 1l3 3c.2 0 .3-.1.5-.1a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2c0-.2 0-.3.1-.5l-3-3c-.5.7-.9 1.6-1 2.5H10v2H8.1c.2.9.5 1.7 1 2.5l1.2-1.2 1.4 1.4-2.6 2.6C7.2 19.9 6 17.6 6 15a8 8 0 0 1 8-8 8 8 0 0 1 8 8M6.7 5.3 3.4 2 2 3.4l3.3 3.3L4 8h4V4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-defrost-front.svg b/mkdocs-material/material/templates/.icons/material/car-defrost-front.svg new file mode 100644 index 0000000..ce2435b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-defrost-front.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 23c-.3 0-.5-.1-.7-.3-.4-.4-.3-1 .1-1.4.5-.4 1.7-1.8 1.7-2.9 0-.6-.4-1.2-.8-1.9-.5-.8-1.2-1.8-1.2-3 0-2.3 1.3-3.2 1.5-3.3.5-.3 1.1-.1 1.4.3.3.5.1 1.1-.3 1.4 0 0-.5.4-.5 1.6 0 .6.4 1.2.8 1.9.5.8 1.2 1.8 1.2 3 0 2.2-2.1 4.2-2.3 4.4-.4.1-.7.2-.9.2m-3.3-.3c.2-.2 2.3-2.2 2.3-4.4 0-1.2-.6-2.2-1.2-3-.4-.7-.8-1.3-.8-1.9 0-1.2.5-1.6.5-1.6.5-.3.6-.9.3-1.4s-.9-.6-1.4-.3c-.2.1-1.5 1-1.5 3.3 0 1.2.6 2.2 1.2 3 .4.7.8 1.3.8 1.9 0 1.1-1.2 2.5-1.7 2.9-.4.4-.4 1-.1 1.4.2.2.5.3.7.3.4.1.7 0 .9-.2m-4 0c.2-.2 2.3-2.2 2.3-4.4 0-1.2-.6-2.2-1.2-3-.4-.6-.8-1.2-.8-1.9 0-1.2.5-1.6.5-1.6.5-.3.6-.9.3-1.4-.2-.4-.9-.5-1.3-.3-.2.1-1.5 1-1.5 3.3 0 1.2.6 2.2 1.2 3 .4.7.8 1.3.8 1.9 0 1.1-1.2 2.5-1.7 2.9-.4.4-.4 1-.1 1.4.3.3.5.4.8.4.2 0 .5-.1.7-.3M12 3C9.4 3 1 3.3 1 7c0 2.4 1.2 8.4 1.8 11H5v-2h-.6C3.8 13.1 3 8.8 3 7c0-1 4.4-2 9-2s9 1 9 2c0 1.8-.8 6.1-1.4 9H19v2h2.2c.6-2.6 1.8-8.6 1.8-11 0-3.7-8.4-4-11-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-defrost-rear.svg b/mkdocs-material/material/templates/.icons/material/car-defrost-rear.svg new file mode 100644 index 0000000..a1fc889 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-defrost-rear.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 18.3c0 2.2-2.1 4.2-2.3 4.4s-.5.3-.7.3c-.3 0-.5-.1-.8-.4-.3-.4-.3-1 .1-1.4.5-.4 1.7-1.8 1.7-2.9 0-.6-.4-1.2-.8-1.9-.6-.8-1.2-1.8-1.2-3 0-2.3 1.3-3.2 1.5-3.3.4-.2 1.1-.1 1.3.3.3.5.2 1.1-.3 1.4 0 0-.5.4-.5 1.6 0 .7.4 1.3.8 1.9.6.8 1.2 1.8 1.2 3m2-4.9c0-1.2.5-1.6.5-1.6.5-.3.6-.9.3-1.4s-.9-.6-1.4-.3c-.2.1-1.5 1-1.5 3.3 0 1.2.6 2.2 1.2 3 .4.7.8 1.3.8 1.9 0 1.1-1.2 2.5-1.7 2.9-.4.4-.4 1-.1 1.4.2.2.5.3.7.3.4.1.7 0 .9-.2s2.3-2.2 2.3-4.4c0-1.2-.6-2.2-1.2-3-.4-.7-.8-1.3-.8-1.9M20 3H4a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h1v-2H4V5h16v11h-1v2h1a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-3.8 10.5c0-1.2.5-1.6.5-1.6.4-.3.6-.9.3-1.4-.3-.4-.9-.6-1.4-.3-.2.1-1.5 1-1.5 3.3 0 1.2.7 2.2 1.2 3 .4.7.8 1.3.8 1.9 0 1.1-1.2 2.5-1.7 2.9-.4.4-.5 1-.1 1.4.2.2.4.3.7.3.2 0 .5-.1.9-.2.2-.2 2.3-2.2 2.3-4.4 0-1.2-.7-2.2-1.2-3-.4-.7-.8-1.3-.8-1.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-door-lock-open.svg b/mkdocs-material/material/templates/.icons/material/car-door-lock-open.svg new file mode 100644 index 0000000..66daacf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-door-lock-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 21H11v-5c0-.74-.4-1.39-1-1.74V14c0-1.13-.37-2.16-1-3h11V5h-8.17L7.28 9.55C6.6 9.2 5.82 9 5 9l6-6h10c.27 0 .5.11.71.29.19.21.29.45.29.71zm-3-7h-3v2h3zM7.8 16H3.5v-2.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3v.5h1.3v-.5C7.8 12.1 6.4 11 5 11s-2.8 1.1-2.8 2.5V16c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-door-lock.svg b/mkdocs-material/material/templates/.icons/material/car-door-lock.svg new file mode 100644 index 0000000..b020d94 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-door-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.8 17v-1.5C7.8 14.1 6.4 13 5 13s-2.8 1.1-2.8 2.5V17c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3m-1.3 0h-3v-1.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3zM21 3H11l-8 8v.44c.61-.27 1.29-.44 2-.44 2.6 0 4.8 2.06 4.8 4.5v.25c.73.61 1.2 1.53 1.2 2.55V21h11V4c0-.55-.45-1-1-1m-2 13h-3v-2h3zm1-5H5.83l6-6H20z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-door.svg b/mkdocs-material/material/templates/.icons/material/car-door.svg new file mode 100644 index 0000000..ec479c3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-door.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 14h-3v2h3zm3 7H3V11l8-8h10a1 1 0 0 1 1 1zM11.83 5l-6 6H20V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-electric-outline.svg b/mkdocs-material/material/templates/.icons/material/car-electric-outline.svg new file mode 100644 index 0000000..663df9b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-electric-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.92 2c-.2-.58-.76-1-1.42-1h-11c-.66 0-1.21.42-1.42 1L3 8v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1V8zM6.85 3h10.29l1.08 3.11H5.77zM19 13H5V8h14zM7.5 9c.83 0 1.5.67 1.5 1.5S8.33 12 7.5 12 6 11.33 6 10.5 6.67 9 7.5 9m9 0c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5M7 20h4v-2l6 3h-4v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-electric.svg b/mkdocs-material/material/templates/.icons/material/car-electric.svg new file mode 100644 index 0000000..bfadc2e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-electric.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.92 2c-.2-.58-.76-1-1.42-1h-11c-.66 0-1.21.42-1.42 1L3 8v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1V8zM6.5 12c-.83 0-1.5-.67-1.5-1.5S5.67 9 6.5 9 8 9.67 8 10.5 7.33 12 6.5 12m11 0c-.83 0-1.5-.67-1.5-1.5S16.67 9 17.5 9s1.5.67 1.5 1.5-.67 1.5-1.5 1.5M5 7l1.5-4.5h11L19 7zm2 13h4v-2l6 3h-4v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-emergency.svg b/mkdocs-material/material/templates/.icons/material/car-emergency.svg new file mode 100644 index 0000000..9f30a28 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-emergency.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 0v3h2V0zM7.88 1.46 6.46 2.87 8.59 5 10 3.58zm8.24 0L14 3.58 15.41 5l2.13-2.12zM12 5a2 2 0 0 0-2 2v1H6.5c-.66 0-1.22.42-1.42 1L3 15v8a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1h12v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-8l-2.08-6c-.2-.58-.76-1-1.42-1H14V7a2 2 0 0 0-2-2M6.5 9.5h11L19 14H5zm0 6.5A1.5 1.5 0 0 1 8 17.5 1.5 1.5 0 0 1 6.5 19 1.5 1.5 0 0 1 5 17.5 1.5 1.5 0 0 1 6.5 16m11 0a1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5 1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-esp.svg b/mkdocs-material/material/templates/.icons/material/car-esp.svg new file mode 100644 index 0000000..338e927 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-esp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.31 6C6.95 4.16 9.34 3 12 3s5.05 1.16 6.69 3h-3.11A6.93 6.93 0 0 0 12 5c-1.31 0-2.53.37-3.58 1zm9.09 3.6V8h-3.2a1.6 1.6 0 0 0-1.6 1.6v1.6c0 .88.72 1.6 1.6 1.6h1.6v1.6H9.6V16h3.2a1.6 1.6 0 0 0 1.6-1.6v-1.6c0-.88-.72-1.6-1.6-1.6h-1.6V9.6zm4-1.6h-3.2v8h1.6v-3.2h1.6a1.6 1.6 0 0 0 1.6-1.6V9.6c0-.88-.72-1.6-1.6-1.6m0 3.2h-1.6V9.6h1.6zM8.8 9.6V8H4v8h4.8v-1.6H5.6v-1.6h3.2v-1.6H5.6V9.6zm6.78 8.4c-1.05.63-2.27 1-3.58 1a6.93 6.93 0 0 1-3.58-1H5.31c1.64 1.84 4.03 3 6.69 3s5.05-1.16 6.69-3zM20.5 3.5l-1.08 1.08C21.32 6.5 22.5 9.11 22.5 12c0 2.9-1.18 5.5-3.08 7.42l1.08 1.08c2.16-2.19 3.5-5.19 3.5-8.5s-1.34-6.31-3.5-8.5M4.58 4.58 3.5 3.5C1.34 5.69 0 8.69 0 12s1.34 6.31 3.5 8.5l1.08-1.08C2.68 17.5 1.5 14.9 1.5 12c0-2.89 1.18-5.5 3.08-7.42"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-estate.svg b/mkdocs-material/material/templates/.icons/material/car-estate.svg new file mode 100644 index 0000000..70cb035 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-estate.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 6h13l3 4h2c1.11 0 2 .89 2 2v3h-2a3 3 0 0 1-3 3 3 3 0 0 1-3-3H9a3 3 0 0 1-3 3 3 3 0 0 1-3-3H1V8c0-1.11.89-2 2-2m-.5 1.5V10h8V7.5zm9.5 0V10h5.14l-1.89-2.5zm-6 6A1.5 1.5 0 0 0 4.5 15 1.5 1.5 0 0 0 6 16.5 1.5 1.5 0 0 0 7.5 15 1.5 1.5 0 0 0 6 13.5m12 0a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-hatchback.svg b/mkdocs-material/material/templates/.icons/material/car-hatchback.svg new file mode 100644 index 0000000..53dc4a5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-hatchback.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 6H6l-5 6v3h2a3 3 0 0 0 3 3 3 3 0 0 0 3-3h6a3 3 0 0 0 3 3 3 3 0 0 0 3-3h2v-3c0-1.11-.89-2-2-2h-2zM6.5 7.5h4V10h-6zm5.5 0h3.5l1.96 2.5H12zm-6 6A1.5 1.5 0 0 1 7.5 15 1.5 1.5 0 0 1 6 16.5 1.5 1.5 0 0 1 4.5 15 1.5 1.5 0 0 1 6 13.5m12 0a1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5 1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-info.svg b/mkdocs-material/material/templates/.icons/material/car-info.svg new file mode 100644 index 0000000..f5fcd53 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-info.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 15h-2v-2h2m1 7v2h-4v-2h1v-2h-1v-2h3v4m-.08-15a1.5 1.5 0 0 0-1.42-1h-11a1.5 1.5 0 0 0-1.42 1L3 11v8a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1h5a7 7 0 0 1 7-7 6.84 6.84 0 0 1 3 .68V11M6.5 15A1.5 1.5 0 1 1 8 13.5 1.5 1.5 0 0 1 6.5 15M5 10l1.5-4.5h11L19 10Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-key.svg b/mkdocs-material/material/templates/.icons/material/car-key.svg new file mode 100644 index 0000000..32e4b7a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-key.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 0C7.3 0 6 1.3 6 3s1.3 3 3 3c1.3 0 2.4-.8 2.8-2H14v2h2V4h2V2h-6.2C11.4.8 10.3 0 9 0m0 2c.6 0 1 .4 1 1s-.4 1-1 1-1-.4-1-1 .4-1 1-1M6.5 8c-.7 0-1.2.4-1.4 1L3 15v8c0 .6.4 1 1 1h1c.6 0 1-.4 1-1v-1h12v1c0 .6.4 1 1 1h1c.6 0 1-.4 1-1v-8l-2.1-6c-.2-.6-.8-1-1.4-1zm0 1.5h11L19 14H5zm0 6.5c.8 0 1.5.7 1.5 1.5S7.3 19 6.5 19 5 18.3 5 17.5 5.7 16 6.5 16m11 0c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5.7-1.5 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-lifted-pickup.svg b/mkdocs-material/material/templates/.icons/material/car-lifted-pickup.svg new file mode 100644 index 0000000..c609eb3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-lifted-pickup.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18 14 .79.1-.02.23.47.17.15-.16c.5.26.93.66 1.21 1.16l-.17.17.2.45.23-.02c.09.29.14.59.14.9l-.1.78-.24-.01-.19.47.19.15c-.27.51-.66.93-1.16 1.21l-.17-.18-.46.2.02.24c-.28.09-.58.14-.89.14l-.79-.1.01-.25-.46-.18-.16.19c-.5-.27-.93-.66-1.21-1.16l.18-.18-.2-.46-.24.02c-.08-.28-.13-.57-.13-.88l.11-.8.23.01.19-.46-.18-.15c.27-.51.65-.92 1.15-1.21l.17.17.46-.2-.02-.22c.28-.09.58-.14.89-.14m0 1.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5M6 14l.79.1-.02.23.47.17.15-.16c.5.26.93.66 1.21 1.16l-.17.17.2.45.23-.02c.09.29.14.59.14.9l-.1.78-.25-.01-.18.47.19.15c-.27.51-.66.93-1.16 1.21l-.17-.18-.46.2.02.24c-.28.09-.58.14-.89.14l-.79-.1.01-.25-.46-.18-.16.19c-.5-.27-.93-.66-1.21-1.16l.18-.18-.2-.46-.24.02C3.05 17.6 3 17.31 3 17l.11-.8.23.01.19-.46-.18-.15c.27-.51.65-.92 1.15-1.21l.17.17.46-.2-.02-.22c.28-.09.58-.14.89-.14m0 1.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5M16 6l3 4h2c1.11 0 2 .89 2 2v3h-2c0-1.66-1.34-3-3-3s-3 1.34-3 3H9c0-1.66-1.34-3-3-3s-3 1.34-3 3H1v-5h9.5V6zm-4 1.5V10h5.46L15.5 7.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-light-alert.svg b/mkdocs-material/material/templates/.icons/material/car-light-alert.svg new file mode 100644 index 0000000..4101f37 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-light-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 7v6h-2V7zm-2 10h2v-2h-2zM1 9v2h4c.1-.7.1-1.4.2-2zm4 4H1v2h4.2c-.1-.6-.1-1.3-.2-2m.9-6.6c.1-.6.4-1 .6-1.4H1v2h4.7c.1-.2.1-.4.2-.6M1 17v2h5.6c-.4-.6-.7-1.2-.9-2zm9-12.2c-4 0-4 14.4 0 14.4s9-2.7 9-7.2-5-7.2-9-7.2m.1 12.4C9.7 16.8 9 15 9 12s.7-4.8 1.1-5.2C13 6.9 17 8.7 17 12s-4 5.1-6.9 5.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-light-dimmed.svg b/mkdocs-material/material/templates/.icons/material/car-light-dimmed.svg new file mode 100644 index 0000000..0b98b84 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-light-dimmed.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 4.8c-4 0-4 14.4 0 14.4s9-2.7 9-7.2-5-7.2-9-7.2m.1 12.4C12.7 16.8 12 15 12 12s.7-4.8 1.1-5.2C16 6.9 20 8.7 20 12s-4.1 5.1-6.9 5.2M8 10.5c0 .5-.1 1-.1 1.5v.6L2.4 14l-.5-1.9zM2 7l7.4-1.9c-.2.3-.4.7-.5 1.2-.1.3-.2.7-.3 1.1L2.5 8.9zm6.2 8.5c.1.7.3 1.4.5 1.9L2.4 19l-.5-1.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-light-fog.svg b/mkdocs-material/material/templates/.icons/material/car-light-fog.svg new file mode 100644 index 0000000..3a4d881 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-light-fog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 4.8c-4 0-4 14.4 0 14.4s9-2.7 9-7.2-5-7.2-9-7.2m.1 12.4C12.7 16.8 12 15 12 12s.7-4.8 1.1-5.2C16 6.9 20 8.7 20 12s-4 5.1-6.9 5.2M6 8v3h2v2H6v3h2.4c.2.7.4 1.4.6 2H6v3H4v-3H2v-2h2v-3H2v-2h2V8H2V6h2V3h2v3h3c0 .1-.1.2-.1.4-.2.5-.4 1-.5 1.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-light-high.svg b/mkdocs-material/material/templates/.icons/material/car-light-high.svg new file mode 100644 index 0000000..441a24a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-light-high.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 4.8c-4 0-4 14.4 0 14.4s9-2.7 9-7.2-5-7.2-9-7.2m.1 12.4C12.7 16.8 12 15 12 12s.7-4.8 1.1-5.2C16 6.9 20 8.7 20 12s-4 5.1-6.9 5.2M2 5h7.5c-.2.4-.5.8-.6 1.4-.1.2-.1.4-.2.6H2zm6 6H2V9h6.2c-.1.6-.1 1.3-.2 2m.7 6c.2.8.5 1.4.9 2H2.1v-2zm-.5-2H2v-2h6c.1.7.1 1.4.2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-limousine.svg b/mkdocs-material/material/templates/.icons/material/car-limousine.svg new file mode 100644 index 0000000..9f25b86 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-limousine.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m1 6 1.5 1.5L1 9l1.5 1.5L1 12l1.5 1.5L1 15h14a3 3 0 0 0 3 3 3 3 0 0 0 3-3h2v-3c0-1.11-.89-2-2-2h-2l-3-4zm3.62 1.5h5.88V10H4.12l-1-1zm7.38 0h3.5l1.96 2.5H12zm6 6a1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5 1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-multiple.svg b/mkdocs-material/material/templates/.icons/material/car-multiple.svg new file mode 100644 index 0000000..76d087a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m8 11 1.5-4.5h9L20 11m-1.5 5a1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5 1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5m-9 0A1.5 1.5 0 0 1 8 14.5 1.5 1.5 0 0 1 9.5 13a1.5 1.5 0 0 1 1.5 1.5A1.5 1.5 0 0 1 9.5 16M19.92 6c-.21-.6-.78-1-1.42-1h-9c-.64 0-1.21.4-1.42 1L6 12v8a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1h10v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-8zm-5-3c-.21-.6-.78-1-1.42-1h-9c-.64 0-1.21.4-1.42 1L1 9v8a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-4.09A1.49 1.49 0 0 1 3.1 11c.22-.6.77-1 1.4-1h.07l.7-2H3l1.5-4.5h10.59z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-off.svg b/mkdocs-material/material/templates/.icons/material/car-off.svg new file mode 100644 index 0000000..ff015ef --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.5 19.85 6.41 5.76l-4-4L1.11 3l3.46 3.46L3 11v8a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1h10.11l4.73 4.73 1.27-1.27zM6.5 15A1.5 1.5 0 0 1 5 13.5 1.5 1.5 0 0 1 6.5 12 1.5 1.5 0 0 1 8 13.5 1.5 1.5 0 0 1 6.5 15M5 10l.78-2.33L8.11 10zm12.5-4.5L19 10h-5.8l2.92 2.92c.38-.75 1.25-1.06 2-.71.75.36 1.06 1.26.71 2-.15.29-.4.56-.71.71L21 17.8V11l-2.08-6c-.21-.6-.78-1-1.42-1H7.2l1.5 1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-outline.svg b/mkdocs-material/material/templates/.icons/material/car-outline.svg new file mode 100644 index 0000000..1390f43 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.9 6c-.2-.6-.8-1-1.4-1h-11c-.7 0-1.2.4-1.4 1L3 12v8c0 .5.5 1 1 1h1c.6 0 1-.5 1-1v-1h12v1c0 .5.5 1 1 1h1c.5 0 1-.5 1-1v-8zM6.8 7h10.3l1.1 3H5.8zM19 17H5v-5h14zM7.5 13c.8 0 1.5.7 1.5 1.5S8.3 16 7.5 16 6 15.3 6 14.5 6.7 13 7.5 13m9 0c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5.7-1.5 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-parking-lights.svg b/mkdocs-material/material/templates/.icons/material/car-parking-lights.svg new file mode 100644 index 0000000..00f3eb6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-parking-lights.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.3 9.2C8.1 9.6 9 10.5 9 12s-.9 2.4-1.7 2.8c-.4-1.4-.4-4.2 0-5.6M6.5 7c-2 0-2 10 0 10s4.5-1.9 4.5-5-2.5-5-4.5-5m10.2 2.2c.3 1.4.3 4.2 0 5.6-.8-.4-1.7-1.3-1.7-2.8s.9-2.4 1.7-2.8m.8-2.2c-2 0-4.5 1.9-4.5 5s2.5 5 4.5 5 2-10 0-10M4.9 6.2 2.5 4.6 1.4 6.3 4 8c.2-.7.5-1.4.9-1.8M20 8l2.6-1.7-1.1-1.7-2.4 1.6c.3.4.7 1 .9 1.8M4 16l-2.6 1.7 1.1 1.7 2.4-1.6c-.3-.4-.7-1-.9-1.8m16.5-5v2H24v-2zm-1.4 6.8 2.4 1.6 1.1-1.7L20 16c-.2.7-.5 1.4-.9 1.8M3.5 12v-1H0v2h3.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-pickup.svg b/mkdocs-material/material/templates/.icons/material/car-pickup.svg new file mode 100644 index 0000000..6deb6be --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-pickup.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 6h-5.5v4H1v5h2a3 3 0 0 0 3 3 3 3 0 0 0 3-3h6a3 3 0 0 0 3 3 3 3 0 0 0 3-3h2v-3c0-1.11-.89-2-2-2h-2zm-4 1.5h3.5l1.96 2.5H12zm-6 6A1.5 1.5 0 0 1 7.5 15 1.5 1.5 0 0 1 6 16.5 1.5 1.5 0 0 1 4.5 15 1.5 1.5 0 0 1 6 13.5m12 0a1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5 1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-search-outline.svg b/mkdocs-material/material/templates/.icons/material/car-search-outline.svg new file mode 100644 index 0000000..69a281c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-search-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.29 19H6v1c0 .5-.4 1-1 1H4c-.5 0-1-.5-1-1v-8l2.1-6c.2-.6.7-1 1.4-1h11c.6 0 1.2.4 1.4 1l2.01 5.74a6.54 6.54 0 0 0-2.73-1.79L17.1 7H6.8l-1 3h8.11c-1.12.4-2.1 1.1-2.83 2H5v5h4.68c.1.71.32 1.38.61 2M6 14.5c0 .8.7 1.5 1.5 1.5S9 15.3 9 14.5 8.3 13 7.5 13 6 13.7 6 14.5m10.11-2.89c-2.5 0-4.5 2-4.5 4.5s2 4.5 4.5 4.5c.89 0 1.69-.25 2.39-.68L21.61 23 23 21.61l-3.08-3.11c.44-.68.69-1.5.69-2.39 0-2.5-2-4.5-4.5-4.5m0 2c1.39 0 2.5 1.12 2.5 2.5s-1.11 2.5-2.5 2.5-2.5-1.11-2.5-2.5 1.12-2.5 2.5-2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-search.svg b/mkdocs-material/material/templates/.icons/material/car-search.svg new file mode 100644 index 0000000..76e36a9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-search.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.61 16.11c0-2.08.98-3.92 2.49-5.11H5l1.5-4.5h11l1.22 3.66c.84.37 1.58.91 2.19 1.58L18.92 6c-.2-.58-.76-1-1.42-1h-11c-.66 0-1.22.42-1.42 1L3 12v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h4.29c-.43-.87-.68-1.85-.68-2.89M6.5 16c-.83 0-1.5-.67-1.5-1.5S5.67 13 6.5 13s1.5.67 1.5 1.5S7.33 16 6.5 16m14.21 4.7-.01.01zm-4.6-9.09c2.5 0 4.5 2 4.5 4.5 0 .89-.25 1.71-.69 2.39L23 21.61 21.61 23l-3.11-3.07c-.7.43-1.5.68-2.39.68-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5m0 2a2.5 2.5 0 1 0 2.5 2.5c0-1.39-1.11-2.5-2.5-2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-seat-cooler.svg b/mkdocs-material/material/templates/.icons/material/car-seat-cooler.svg new file mode 100644 index 0000000..6e5b308 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-seat-cooler.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.8 10.2-1.4.4-1.2-.7V8.2l1.2-.7 1.4.4.3-1.1-1.1-.3.3-1.1-1.1-.3-.4 1.4-1.2.7-1.5-.9V5l1-1-.8-.8-.8.8-.8-.8-.8.8 1 1v1.3l-1.5.9-1.2-.7-.3-1.4-1.1.3.3 1.1-1.1.2.3 1.1 1.4-.4 1.2.7v1.7l-1.2.7-1.4-.4-.3 1.3 1.1.3-.3 1 1.1.3.4-1.4 1.2-.7 1.5.9v1.3l-1 1 .8.8.8-.8.8.8.8-.8-1-1v-1.3l1.5-.9 1.2.7.4 1.4 1.1-.3-.4-1.1 1.1-.3zm-6.8-2 1.5-.9 1.5.9v1.7l-1.5.9-1.5-.9zM5 18S2 10 2 6s2-4 2-4h1s1 0 1 1-1 1-1 3 3 4 3 7-3 5-3 5m10-1c1.1 0 2 .9 2 2v1c0 1.1-.9 2-2 2H9c-2 0-3-1.8-3-1.8-.2-.2-.3-.6 0-.8 0 0 3-2.5 4-2.5h5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-seat-heater.svg b/mkdocs-material/material/templates/.icons/material/car-seat-heater.svg new file mode 100644 index 0000000..2defae1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-seat-heater.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 18S2 10 2 6s2-4 2-4h1s1 0 1 1-1 1-1 3 3 4 3 7-3 5-3 5m10-1c1.1 0 2 .9 2 2v1c0 1.1-.9 2-2 2H9c-2 0-3-1.8-3-1.8-.2-.2-.3-.6 0-.8 0 0 3-2.5 4-2.5h5M13.7 3.4l-1.4 3.4 1.4 3.4-2 4.8-1.7-1.4 1.4-3.4L10 6.8 12 2zm4.2 0-1.4 3.4 1.4 3.4-2 4.8-1.7-1.4 1.4-3.4-1.4-3.4 2-4.8zm4.1 0-1.4 3.4 1.4 3.4-2 4.8-1.7-1.4 1.4-3.4-1.4-3.4 2-4.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-seat.svg b/mkdocs-material/material/templates/.icons/material/car-seat.svg new file mode 100644 index 0000000..9a0c181 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-seat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 18S4 10 4 6s2-4 2-4h1s1 0 1 1-1 1-1 3 3 4 3 7-3 5-3 5m5-1c-1 0-4 2.5-4 2.5-.3.2-.2.5 0 .8 0 0 1 1.8 3 1.8h6c1.1 0 2-.9 2-2v-1c0-1.1-.9-2-2-2h-5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-select.svg b/mkdocs-material/material/templates/.icons/material/car-select.svg new file mode 100644 index 0000000..16cef4b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-select.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m5 13 1.5-4.5h11L19 13m-1.5 5c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5m-11 0c-.8 0-1.5-.7-1.5-1.5S5.7 15 6.5 15s1.5.7 1.5 1.5S7.3 18 6.5 18M18.9 8c-.2-.6-.8-1-1.4-1h-11c-.7 0-1.2.4-1.4 1L3 14v8c0 .6.4 1 1 1h1c.6 0 1-.4 1-1v-1h12v1c0 .6.4 1 1 1h1c.6 0 1-.4 1-1v-8M8 1l4 4.5L16 1Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-settings.svg b/mkdocs-material/material/templates/.icons/material/car-settings.svg new file mode 100644 index 0000000..5dcb447 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-settings.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 22h2v2h-2m-4-2h2v2h-2m-4-2h2v2H7M5 11l1.5-4.5h11L19 11m-1.5 5a1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5 1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5m-11 0A1.5 1.5 0 0 1 5 14.5 1.5 1.5 0 0 1 6.5 13 1.5 1.5 0 0 1 8 14.5 1.5 1.5 0 0 1 6.5 16M18.92 6c-.2-.58-.76-1-1.42-1h-11c-.66 0-1.22.42-1.42 1L3 12v8a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1h12v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-8Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-shift-pattern.svg b/mkdocs-material/material/templates/.icons/material/car-shift-pattern.svg new file mode 100644 index 0000000..cd70bfd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-shift-pattern.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 5H4V2h4zM4 22h4v-3H4zM14 2h-4v3h4zm-4 20h4v-3h-4zm6-20v3h4V2zm1 9h-4V7h-2v4H7V7H5v10h2v-4h4v4h2v-4h6V7h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-side.svg b/mkdocs-material/material/templates/.icons/material/car-side.svg new file mode 100644 index 0000000..9da6976 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-side.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16 6 3 4h2c1.11 0 2 .89 2 2v3h-2a3 3 0 0 1-3 3 3 3 0 0 1-3-3H9a3 3 0 0 1-3 3 3 3 0 0 1-3-3H1v-3c0-1.11.89-2 2-2l3-4zm-5.5 1.5H6.75L4.86 10h5.64zm1.5 0V10h5.14l-1.89-2.5zm-6 6A1.5 1.5 0 0 0 4.5 15 1.5 1.5 0 0 0 6 16.5 1.5 1.5 0 0 0 7.5 15 1.5 1.5 0 0 0 6 13.5m12 0a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-speed-limiter.svg b/mkdocs-material/material/templates/.icons/material/car-speed-limiter.svg new file mode 100644 index 0000000..6784ba8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-speed-limiter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 15c0 2.6-1.2 4.9-3.1 6.3l-.5-.5-2.1-2.1 1.4-1.4 1.2 1.2c.5-.7.9-1.6 1-2.5H14v-2h1.9c-.2-.9-.5-1.7-1-2.5l-1.2 1.2-1.4-1.4 1.2-1.2c-.7-.5-1.6-.9-2.5-1V11H9V9.1c-.9.2-1.7.5-2.5 1l3 3c.2 0 .3-.1.5-.1a2 2 0 1 1 0 4c-1.11 0-2-.89-2-2 0-.2 0-.3.1-.5l-3-3c-.5.7-.9 1.6-1 2.5H6v2H4.1c.2.9.5 1.7 1 2.5l1.2-1.2 1.4 1.4-2.6 2.6C3.2 19.9 2 17.6 2 15c0-4.42 3.58-8 8-8s8 3.58 8 8m5-10c0-1.66-1.34-3-3-3s-3 1.34-3 3c0 1.3.84 2.4 2 2.82V11h2V7.82C22.16 7.4 23 6.3 23 5m-3 1c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-sports.svg b/mkdocs-material/material/templates/.icons/material/car-sports.svg new file mode 100644 index 0000000..dd9a0c8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-sports.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8.5H7L4 11H3c-1.11 0-2 .89-2 2v3h2.17c.43 1.2 1.56 2 2.83 2s2.4-.8 2.82-2h6.35c.43 1.2 1.56 2 2.83 2s2.4-.8 2.82-2H23v-1c0-1.11-1.03-1.47-2-2zM5.25 12l2.25-2h4l4 2zM6 13.5A1.5 1.5 0 0 1 7.5 15 1.5 1.5 0 0 1 6 16.5 1.5 1.5 0 0 1 4.5 15 1.5 1.5 0 0 1 6 13.5m12 0a1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5 1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-tire-alert.svg b/mkdocs-material/material/templates/.icons/material/car-tire-alert.svg new file mode 100644 index 0000000..0ce7ce5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-tire-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 13h2v2h-2zm0-8h2v6h-2zm6-.24c1.86 1.43 3 3.85 3 6.24a8 8 0 0 1-4.14 7H8.14A8 8 0 0 1 4 11c0-2.39 1.09-4.83 3-6.24V2H5v1.86C3.15 5.68 2 8.2 2 11s1.15 5.32 3 7.14V22h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-3.86c1.85-1.82 3-4.34 3-7.14s-1.15-5.32-3-7.14V2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-traction-control.svg b/mkdocs-material/material/templates/.icons/material/car-traction-control.svg new file mode 100644 index 0000000..3980480 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-traction-control.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 11h1c.3 0 .5-.2.5-.5V9h8v1.5c0 .3.2.5.5.5h1c.3 0 .5-.2.5-.5V6l-1.4-4.3c-.1-.4-.5-.7-.9-.7h-7.3c-.4 0-.8.3-.9.7L9 6v4.5c0 .3.2.5.5.5m1.8-9h7.3l.9 3h-9.1zm.7 21h-2c0-.8-1.9-1.5-3.4-2.1C4.5 20.1 2 19.2 2 17c0-2.3 2.3-2.9 4.2-3.5C7.9 13.1 9 12.7 9 12h2c0 2.3-2.3 2.9-4.2 3.5-1.7.4-2.8.8-2.8 1.5 0 .8 1.9 1.5 3.4 2.1 2.1.8 4.6 1.7 4.6 3.9m10 0h-2c0-.8-1.9-1.5-3.4-2.1-2.1-.8-4.6-1.7-4.6-3.9 0-2.3 2.3-2.9 4.2-3.5 1.6-.5 2.8-.8 2.8-1.5h2c0 2.3-2.3 2.9-4.2 3.5-1.6.4-2.8.8-2.8 1.5 0 .8 1.9 1.5 3.4 2.1 2.1.8 4.6 1.7 4.6 3.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-turbocharger.svg b/mkdocs-material/material/templates/.icons/material/car-turbocharger.svg new file mode 100644 index 0000000..c4689d6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-turbocharger.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 13v2h-3.68c.43-.91.68-1.92.68-3 0-3.86-3.14-7-7-7H2V3h10a9 9 0 0 1 9 9c0 .34-.03.67-.06 1zm-10 6c-3.86 0-7-3.14-7-7 0-1.07.25-2.09.69-3H2v2h1.06c-.03.33-.06.66-.06 1a9 9 0 0 0 9 9h10v-2zm4.86-6.8c-.93.74-2.14.27-2.86-.15V12c2.79-1.69 1.39-4.11 1.39-4.11s-1.06-1.85-.78 0c.17 1.18-.85 1.99-1.57 2.41l-.04-.02C12.93 7 10.13 7 10.13 7S8 7 9.74 7.69c1.11.44 1.3 1.73 1.31 2.56l-.05.03c-2.86-1.58-4.26.84-4.26.84s-1.07 1.85.4.68c.93-.73 2.14-.26 2.86.15V12c-2.79 1.7-1.39 4.12-1.39 4.12s1.06 1.85.79-.01c-.18-1.17.85-1.98 1.57-2.41l.03.03C11.07 17 13.87 17 13.87 17s2.13 0 .39-.69c-1.11-.44-1.3-1.73-1.31-2.56l.05-.02c2.86 1.58 4.26-.85 4.26-.85s1.07-1.84-.4-.68"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-wash.svg b/mkdocs-material/material/templates/.icons/material/car-wash.svg new file mode 100644 index 0000000..59dc2d2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-wash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m5 13 1.5-4.5h11L19 13m-1.5 5a1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5 1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5m-11 0A1.5 1.5 0 0 1 5 16.5 1.5 1.5 0 0 1 6.5 15 1.5 1.5 0 0 1 8 16.5 1.5 1.5 0 0 1 6.5 18M18.92 8c-.2-.58-.76-1-1.42-1h-11c-.66 0-1.22.42-1.42 1L3 14v8a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1h12v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-8M7 5a1.5 1.5 0 0 0 1.5-1.5C8.5 2.5 7 .8 7 .8S5.5 2.5 5.5 3.5A1.5 1.5 0 0 0 7 5m5 0a1.5 1.5 0 0 0 1.5-1.5c0-1-1.5-2.7-1.5-2.7s-1.5 1.7-1.5 2.7A1.5 1.5 0 0 0 12 5m5 0a1.5 1.5 0 0 0 1.5-1.5c0-1-1.5-2.7-1.5-2.7s-1.5 1.7-1.5 2.7A1.5 1.5 0 0 0 17 5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-windshield-outline.svg b/mkdocs-material/material/templates/.icons/material/car-windshield-outline.svg new file mode 100644 index 0000000..10eef59 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-windshield-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22.63 15.5-2.42-9.65a1 1 0 0 0-1.07-.75c-1.34.14-5 .4-7.14.4s-5.8-.26-7.14-.4a1 1 0 0 0-1.07.75L1.37 15.5a1.5 1.5 0 0 0 1.18 1.86A61.5 61.5 0 0 0 12 18a61.5 61.5 0 0 0 9.45-.64 1.5 1.5 0 0 0 1.18-1.86M12 16a63 63 0 0 1-8.56-.5L5.5 7.18c1.5.14 4.66.32 6.5.32s5-.18 6.5-.32l2.06 8.32A63 63 0 0 1 12 16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-windshield.svg b/mkdocs-material/material/templates/.icons/material/car-windshield.svg new file mode 100644 index 0000000..cf37d18 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-windshield.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22.63 15.5-2.42-9.65a1 1 0 0 0-1.07-.75c-1.34.14-5 .4-7.14.4s-5.8-.26-7.14-.4a1 1 0 0 0-1.07.75L1.37 15.5a1.5 1.5 0 0 0 1.18 1.86A61.5 61.5 0 0 0 12 18a61.5 61.5 0 0 0 9.45-.64 1.5 1.5 0 0 0 1.18-1.86"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-wireless.svg b/mkdocs-material/material/templates/.icons/material/car-wireless.svg new file mode 100644 index 0000000..9587c01 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-wireless.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 5c-1.1 0-2 .9-2 2v1H6.5c-.66 0-1.22.42-1.42 1L3 15v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8l-2.08-6c-.2-.58-.76-1-1.42-1H14V7a2 2 0 0 0-2-2M6.5 9.5h11L19 14H5zm0 6.5c.83 0 1.5.67 1.5 1.5S7.33 19 6.5 19 5 18.33 5 17.5 5.67 16 6.5 16m11 0c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5M16.2 3.4C15 2.3 13.5 1.7 12 1.7s-3 .6-4.2 1.7L7 2.6C8.4 1.2 10.2.5 12 .5s3.6.7 5 2.1zm-.9.8-.8.8c-.7-.7-1.6-1-2.5-1s-1.8.3-2.5 1l-.8-.8c.9-.9 2.1-1.4 3.3-1.4s2.4.5 3.3 1.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car-wrench.svg b/mkdocs-material/material/templates/.icons/material/car-wrench.svg new file mode 100644 index 0000000..48b47b0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car-wrench.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.96 16.45c.01-.15.04-.3.04-.45v.5zM11 16c0 .71.15 1.39.42 2H6v1c0 .55-.45 1-1 1H4c-.55 0-1-.45-1-1v-8l2.08-6c.2-.58.76-1 1.42-1h11c.66 0 1.22.42 1.42 1L21 11v5c0-2.76-2.24-5-5-5s-5 2.24-5 5m-3-2.5c0-.83-.67-1.5-1.5-1.5S5 12.67 5 13.5 5.67 15 6.5 15 8 14.33 8 13.5M19 10l-1.5-4.5h-11L5 10zm3.87 11.19-4.11-4.11c.41-1.04.18-2.26-.68-3.11-.9-.91-2.25-1.09-3.34-.59l1.94 1.94-1.35 1.36-1.99-1.95c-.54 1.09-.29 2.44.59 3.35a2.91 2.91 0 0 0 3.12.68l4.11 4.1c.18.19.45.19.63 0l1.04-1.03c.22-.18.22-.5.04-.64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/car.svg b/mkdocs-material/material/templates/.icons/material/car.svg new file mode 100644 index 0000000..d1226af --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/car.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m5 11 1.5-4.5h11L19 11m-1.5 5a1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5 1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5m-11 0A1.5 1.5 0 0 1 5 14.5 1.5 1.5 0 0 1 6.5 13 1.5 1.5 0 0 1 8 14.5 1.5 1.5 0 0 1 6.5 16M18.92 6c-.2-.58-.76-1-1.42-1h-11c-.66 0-1.22.42-1.42 1L3 12v8a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1h12v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/carabiner.svg b/mkdocs-material/material/templates/.icons/material/carabiner.svg new file mode 100644 index 0000000..62fea30 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/carabiner.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 17.5c0 .83-.67 1.5-1.5 1.5S5 18.33 5 17.5 5.67 16 6.5 16s1.5.67 1.5 1.5M18 5.59C17.79 3.54 16.18 2 14.24 2H8.88C6.95 2 5.36 3.5 5.15 5.53L5 6.59C4.92 7.34 5.5 8 6.24 8c.63 0 1.15-.47 1.23-1.09l.14-1.09c.07-.75.62-1.32 1.27-1.32h5.36c.65 0 1.2.57 1.26 1.32l1 11.06c.09.86-.5 1.62-1.25 1.62l-5.21-.68a3.46 3.46 0 0 1-1.24 2.36l6.13.82h.32c1.02 0 2.01-.44 2.71-1.22A4.22 4.22 0 0 0 19 16.65zm-6.34 2.35c-.58-.37-1.35-.19-1.72.4L6.39 14h.11c.88 0 1.68.34 2.3.88l3.26-5.22c.37-.58.19-1.35-.4-1.72"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/caravan.svg b/mkdocs-material/material/templates/.icons/material/caravan.svg new file mode 100644 index 0000000..b166da4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/caravan.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 7a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2a3 3 0 0 0 3 3 3 3 0 0 0 3-3h8v-2h-2V9a2 2 0 0 0-2-2zm0 2h5v3H5zm8 0h4v3h-4zm-3 7a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/card-account-details-outline.svg b/mkdocs-material/material/templates/.icons/material/card-account-details-outline.svg new file mode 100644 index 0000000..0ffbe57 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/card-account-details-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 3H2c-1.09.04-1.96.91-2 2v14c.04 1.09.91 1.96 2 2h20c1.09-.04 1.96-.91 2-2V5a2.074 2.074 0 0 0-2-2m0 16H2V5h20zm-8-2v-1.25c0-1.66-3.34-2.5-5-2.5s-5 .84-5 2.5V17zM9 7a2.5 2.5 0 0 0-2.5 2.5A2.5 2.5 0 0 0 9 12a2.5 2.5 0 0 0 2.5-2.5A2.5 2.5 0 0 0 9 7m5 0v1h6V7zm0 2v1h6V9zm0 2v1h4v-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/card-account-details-star-outline.svg b/mkdocs-material/material/templates/.icons/material/card-account-details-star-outline.svg new file mode 100644 index 0000000..69060b7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/card-account-details-star-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20 22.09 2.45 1.49-.65-2.81 2.2-1.88-2.89-.25L20 16l-1.13 2.64-2.87.25 2.18 1.88-.68 2.81zM14.08 21H2a2.074 2.074 0 0 1-2-2V5c.04-1.09.91-1.96 2-2h20c1.09.04 1.96.91 2 2v10.53c-.58-.53-1.25-.92-2-1.19V5H2v14h12.08c-.05.33-.08.66-.08 1s.03.68.08 1M14 17H4v-1.25c0-1.66 3.34-2.5 5-2.5s5 .84 5 2.5zm0-6h4v1h-4zM9 7C7.63 7 6.5 8.13 6.5 9.5S7.63 12 9 12s2.5-1.13 2.5-2.5S10.37 7 9 7m5 2h6v1h-6zm0-2h6v1h-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/card-account-details-star.svg b/mkdocs-material/material/templates/.icons/material/card-account-details-star.svg new file mode 100644 index 0000000..d4cb5af --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/card-account-details-star.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20 22.09 2.45 1.49-.65-2.81 2.2-1.88-2.89-.25L20 16l-1.13 2.64-2.87.25 2.18 1.88-.68 2.81zM14.08 21H2c-1.05 0-2-.95-2-2V5c0-1.05.95-2 2-2h20c1.05 0 2 .95 2 2v10.53A5.97 5.97 0 0 0 20 14c-3.31 0-6 2.69-6 6 0 .34.03.68.08 1M8 13.91C6 13.91 2 15 2 17v1h12v-1c0-2-4-3.09-6-3.09M8 6C6.35 6 5 7.35 5 9s1.35 3 3 3 3-1.35 3-3-1.35-3-3-3m13 4h-7v1h7zm1-2h-8v1h8zm0-2h-8v1h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/card-account-details.svg b/mkdocs-material/material/templates/.icons/material/card-account-details.svg new file mode 100644 index 0000000..dc27391 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/card-account-details.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 3h20c1.05 0 2 .95 2 2v14c0 1.05-.95 2-2 2H2c-1.05 0-2-.95-2-2V5c0-1.05.95-2 2-2m12 3v1h8V6zm0 2v1h8V8zm0 2v1h7v-1zm-6 3.91C6 13.91 2 15 2 17v1h12v-1c0-2-4-3.09-6-3.09M8 6a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/card-account-mail-outline.svg b/mkdocs-material/material/templates/.icons/material/card-account-mail-outline.svg new file mode 100644 index 0000000..9ee9028 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/card-account-mail-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 3H2a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m0 16H2V5h20zM21 6h-7v5h7zm-1 2-2.5 1.75L15 8V7l2.5 1.75L20 7zM9 12a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m0-4a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m6 8.59c0-2.5-3.97-3.59-6-3.59s-6 1.09-6 3.59V18h12zM5.5 16c.72-.5 2.2-1 3.5-1s2.77.5 3.5 1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/card-account-mail.svg b/mkdocs-material/material/templates/.icons/material/card-account-mail.svg new file mode 100644 index 0000000..0facb00 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/card-account-mail.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 8V7l-3 2-3-2v1l3 2m4-7H2a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2M8 6a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3m6 12H2v-1c0-2 4-3.1 6-3.1s6 1.1 6 3.1m8-5h-8V6h8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/card-account-phone-outline.svg b/mkdocs-material/material/templates/.icons/material/card-account-phone-outline.svg new file mode 100644 index 0000000..51d20c9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/card-account-phone-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 3H2a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m0 16H2V5h20zm-3-1 2-2-1.5-2h-1.65c-.22-.63-.35-1.3-.35-2s.13-1.37.35-2h1.65L21 8l-2-2c-1.3 1-2.27 2.38-2.72 4-.18.64-.28 1.31-.28 2s.1 1.36.28 2c.45 1.61 1.42 3 2.72 4M9 12a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m0-4a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m6 8.59c0-2.5-3.97-3.59-6-3.59s-6 1.09-6 3.59V18h12zM5.5 16c.72-.5 2.2-1 3.5-1s2.77.5 3.5 1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/card-account-phone.svg b/mkdocs-material/material/templates/.icons/material/card-account-phone.svg new file mode 100644 index 0000000..f80f0f5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/card-account-phone.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 3H2a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2M8 6a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3m6 12H2v-1c0-2 4-3.1 6-3.1s6 1.1 6 3.1zm3.85-4h1.65l1.5 2-2 2c-1.3-1-2.27-2.39-2.72-4-.18-.64-.28-1.31-.28-2s.1-1.36.28-2c.45-1.62 1.42-3 2.72-4l2 2-1.5 2h-1.65c-.22.63-.35 1.3-.35 2s.13 1.37.35 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/card-bulleted-off-outline.svg b/mkdocs-material/material/templates/.icons/material/card-bulleted-off-outline.svg new file mode 100644 index 0000000..3a20f4e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/card-bulleted-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.59 20.87-1.42 1.42L16.88 20H4a2 2 0 0 1-2-2V6c0-.26.05-.5.14-.74l-.97-.97 1.42-1.42L3.73 4zM6.54 4H20a2 2 0 0 1 2 2v12c0 .41-.13.8-.34 1.12L20 17.46V6H8.54zM4 18h10.88l-3-3H10v-1.88L7.88 11H6V9.12l-2-2zm14-3h-.46l-2-2H18zm0-4h-4.46l-2-2H18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/card-bulleted-off.svg b/mkdocs-material/material/templates/.icons/material/card-bulleted-off.svg new file mode 100644 index 0000000..5364a33 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/card-bulleted-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m3.35 3.58 17.3 17.29-1.42 1.42L16.94 20H4a2 2 0 0 1-2-2V6c0-.28.06-.54.16-.78l-.93-.93 1.42-1.42zM6.6 4H20a2 2 0 0 1 2 2v12c0 .4-.12.77-.32 1.08L17.6 15H20v-2h-4.4l-2-2H20V9h-8.4zm3.34 9H9v2h2v-.94zm-4-4H5v2h2v-.94z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/card-bulleted-outline.svg b/mkdocs-material/material/templates/.icons/material/card-bulleted-outline.svg new file mode 100644 index 0000000..5f0716d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/card-bulleted-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 15h-2v-2h2zm6 0h-4v-2h4zM8 11H6V9h2zm10 0h-8V9h8zm2 9H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2M4 6v12h16V6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/card-bulleted-settings-outline.svg b/mkdocs-material/material/templates/.icons/material/card-bulleted-settings-outline.svg new file mode 100644 index 0000000..dfed6f2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/card-bulleted-settings-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 22v2H7v-2zm4 0v2h-2v-2zm4 0v2h-2v-2zm-5-7h-2v-2h2zm6 0h-4v-2h4zM8 11H6V9h2zm10 0h-8V9h8zm2 9H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2M4 6v12h16V6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/card-bulleted-settings.svg b/mkdocs-material/material/templates/.icons/material/card-bulleted-settings.svg new file mode 100644 index 0000000..912ce85 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/card-bulleted-settings.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 22v2H7v-2zm4 0v2h-2v-2zm4 0v2h-2v-2zm3-2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2m-9-7H9v2h2zm8 0h-6v2h6zM7 9H5v2h2zm12 0H9v2h10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/card-bulleted.svg b/mkdocs-material/material/templates/.icons/material/card-bulleted.svg new file mode 100644 index 0000000..0227301 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/card-bulleted.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 4a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2zm-9 9H9v2h2zm8 0h-6v2h6zM7 9H5v2h2zm12 0H9v2h10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/card-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/card-minus-outline.svg new file mode 100644 index 0000000..55646dc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/card-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 18v2h-8v-2zm-9.91 0H4V6h16v7.09c.72.12 1.39.37 2 .72V6c0-1.11-.89-2-2-2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h9.09c-.05-.33-.09-.66-.09-1s.04-.67.09-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/card-minus.svg b/mkdocs-material/material/templates/.icons/material/card-minus.svg new file mode 100644 index 0000000..86115ce --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/card-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 18v2h-8v-2zm-4-5c1.09 0 2.12.3 3 .81V6c0-1.11-.89-2-2-2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h9.09c-.05-.33-.09-.66-.09-1 0-3.31 2.69-6 6-6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/card-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/card-multiple-outline.svg new file mode 100644 index 0000000..b90885d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/card-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 16V6H7v10zm0-12c.53 0 1.04.21 1.41.59.38.37.59.88.59 1.41v10c0 .53-.21 1.04-.59 1.41-.37.38-.88.59-1.41.59H7a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2zM3 20h15v2H3c-.53 0-1.04-.21-1.41-.59C1.21 21.04 1 20.53 1 20V9h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/card-multiple.svg b/mkdocs-material/material/templates/.icons/material/card-multiple.svg new file mode 100644 index 0000000..47eb733 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/card-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 3c.53 0 1.04.21 1.41.59.38.37.59.88.59 1.41v10c0 .53-.21 1.04-.59 1.41-.37.38-.88.59-1.41.59H7c-.53 0-1.04-.21-1.41-.59C5.21 16.04 5 15.53 5 15V5c0-.53.21-1.04.59-1.41C5.96 3.21 6.47 3 7 3zM3 19h15v2H3c-.53 0-1.04-.21-1.41-.59C1.21 20.04 1 19.53 1 19V8h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/card-off-outline.svg b/mkdocs-material/material/templates/.icons/material/card-off-outline.svg new file mode 100644 index 0000000..fa1f688 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/card-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m9.2 6-2-2H20c1.11 0 2 .89 2 2v12c0 .24-.04.47-.12.68L20 16.8V6zm12.91 15.46-1.27 1.27L18.11 20H4a2 2 0 0 1-2-2V6c0-.58.25-1.1.65-1.46L1.11 3l1.28-1.27L6.66 6l11.99 12h.01l1.91 1.91h-.01zm-6-3.46-12-12H4v12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/card-off.svg b/mkdocs-material/material/templates/.icons/material/card-off.svg new file mode 100644 index 0000000..6a1389a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/card-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.88 18.68 7.2 4H20c1.11 0 2 .89 2 2v12c0 .24-.04.47-.12.68m-1.32 1.23h.01L2.39 1.73 1.11 3l1.54 1.54C2.25 4.9 2 5.42 2 6v12a2 2 0 0 0 2 2h14.11l2.73 2.73 1.27-1.27z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/card-outline.svg b/mkdocs-material/material/templates/.icons/material/card-outline.svg new file mode 100644 index 0000000..8916155 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/card-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 20H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2M4 6v12h16V6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/card-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/card-plus-outline.svg new file mode 100644 index 0000000..821d926 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/card-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 15v3h3v2h-3v3h-2v-3h-3v-2h3v-3zm-7 3H3V6h16v7h2V6c0-1.11-.89-2-2-2H3a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h11z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/card-plus.svg b/mkdocs-material/material/templates/.icons/material/card-plus.svg new file mode 100644 index 0000000..a797b3b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/card-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.09 20H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h16c1.11 0 2 .89 2 2v7.81c-.88-.51-1.91-.81-3-.81-3.31 0-6 2.69-6 6 0 .34.04.67.09 1M18 15v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/card-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/card-remove-outline.svg new file mode 100644 index 0000000..47d1609 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/card-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.41 19 2.13 2.12-1.42 1.42L19 20.41l-2.12 2.13-1.41-1.42L17.59 19l-2.12-2.12 1.41-1.41L19 17.59l2.12-2.12 1.42 1.41zm-7.32-1H4V6h16v7.09c.72.12 1.39.37 2 .72V6c0-1.11-.89-2-2-2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h9.09c-.05-.33-.09-.66-.09-1s.04-.67.09-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/card-remove.svg b/mkdocs-material/material/templates/.icons/material/card-remove.svg new file mode 100644 index 0000000..6c60d16 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/card-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.41 19 2.13 2.12-1.42 1.42L19 20.41l-2.12 2.13-1.41-1.42L17.59 19l-2.12-2.12 1.41-1.41L19 17.59l2.12-2.12 1.42 1.41zM19 13c1.09 0 2.12.3 3 .81V6c0-1.11-.89-2-2-2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h9.09c-.05-.33-.09-.66-.09-1 0-3.31 2.69-6 6-6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/card-search-outline.svg b/mkdocs-material/material/templates/.icons/material/card-search-outline.svg new file mode 100644 index 0000000..84b3965 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/card-search-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.5 16c.87 0 1.69-.26 2.38-.7l2.44 2.44 1.42-1.42-2.44-2.43A4.481 4.481 0 0 0 11.5 7C9 7 7 9 7 11.5S9 16 11.5 16m0-7a2.5 2.5 0 0 1 0 5 2.5 2.5 0 0 1 0-5M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m0 14H4V6h16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/card-search.svg b/mkdocs-material/material/templates/.icons/material/card-search.svg new file mode 100644 index 0000000..fa0d25b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/card-search.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.5 9a2.5 2.5 0 0 0 0 5 2.5 2.5 0 0 0 0-5M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m-3.21 14.21-2.91-2.91c-.69.44-1.51.7-2.38.7C9 16 7 14 7 11.5S9 7 11.5 7a4.481 4.481 0 0 1 3.8 6.89l2.91 2.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/card-text-outline.svg b/mkdocs-material/material/templates/.icons/material/card-text-outline.svg new file mode 100644 index 0000000..1ec490e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/card-text-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 20H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2M4 6v12h16V6zm2 3h12v2H6zm0 4h10v2H6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/card-text.svg b/mkdocs-material/material/templates/.icons/material/card-text.svg new file mode 100644 index 0000000..789d667 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/card-text.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 20H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2M5 13v2h11v-2zm0-4v2h14V9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/card.svg b/mkdocs-material/material/templates/.icons/material/card.svg new file mode 100644 index 0000000..b7d3d1e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/card.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 20H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cards-club-outline.svg b/mkdocs-material/material/templates/.icons/material/cards-club-outline.svg new file mode 100644 index 0000000..e2dd2ec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cards-club-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.6 9.5c.2-.6.4-1.3.4-2 0-3-2.2-5.5-5-5.5S7 4.5 7 7.5c0 .7.1 1.4.4 2-2.5.1-4.4 1.9-4.4 4.3C3 16.3 5 18 7.5 18c0 0 2.5 0 3.5-1 0 0 .3 2-2 5h6c-2.3-3-2-5-2-5 1 1 3.5 1 3.5 1 2.5 0 4.5-1.7 4.5-4.2 0-2.4-1.9-4.2-4.4-4.3m-.1 6.5S14 16 13 15h-2c-1 1-3.5 1-3.5 1-1.2 0-2.5-.7-2.5-2.2 0-1.3 1.1-2.3 2.5-2.3.3 0 .8.1 1.3.2.1 0 .2.1.3.1l.9-1.7c-.2-.2-.3-.4-.4-.6-.4-.6-.6-1.2-.6-2C9 5.6 10.3 4 12 4s3 1.6 3 3.5q0 1.2-.6 2.1c-.1.2-.2.3-.3.5l.9 1.7c.1 0 .2-.1.3-.1.4-.1.9-.2 1.3-.2 1.4 0 2.5 1 2.5 2.3-.1 1.5-1.4 2.2-2.6 2.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cards-club.svg b/mkdocs-material/material/templates/.icons/material/cards-club.svg new file mode 100644 index 0000000..df2d325 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cards-club.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c2.3 0 4.3 2 4.3 4.2a4.45 4.45 0 0 1-2.26 3.8c1-.5 2.46-.5 2.46-.5 2.5 0 4.5 1.8 4.5 4.3S19 18 16.5 18c0 0-1.5 0-3.5-1 0 0-.3 2 2 5H9c2.3-3 2-5 2-5-2 1-3.5 1-3.5 1C5 18 3 16.3 3 13.8s2-4.3 4.5-4.3c0 0 1.46 0 2.46.5-.3-.17-2.17-1.23-2.26-3.8C7.7 4 9.7 2 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cards-diamond-outline.svg b/mkdocs-material/material/templates/.icons/material/cards-diamond-outline.svg new file mode 100644 index 0000000..5dd7576 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cards-diamond-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2 5 12l7 10 7-10M7.44 12 12 5.5l4.56 6.5L12 18.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cards-diamond.svg b/mkdocs-material/material/templates/.icons/material/cards-diamond.svg new file mode 100644 index 0000000..df79a27 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cards-diamond.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19 12-7 10-7-10 7-10"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cards-heart-outline.svg b/mkdocs-material/material/templates/.icons/material/cards-heart-outline.svg new file mode 100644 index 0000000..ea81ac6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cards-heart-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12.1 18.55-.1.1-.11-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04 1 3.57 2.36h1.86C13.46 6 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05M16.5 3c-1.74 0-3.41.81-4.5 2.08C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.41 2 8.5c0 3.77 3.4 6.86 8.55 11.53L12 21.35l1.45-1.32C18.6 15.36 22 12.27 22 8.5 22 5.41 19.58 3 16.5 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cards-heart.svg b/mkdocs-material/material/templates/.icons/material/cards-heart.svg new file mode 100644 index 0000000..d78ef19 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cards-heart.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 21.35-1.45-1.32C5.4 15.36 2 12.27 2 8.5 2 5.41 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.08C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.41 22 8.5c0 3.77-3.4 6.86-8.55 11.53z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cards-outline.svg b/mkdocs-material/material/templates/.icons/material/cards-outline.svg new file mode 100644 index 0000000..238a2d6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cards-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.19 2.25c-.26 0-.52.06-.77.15L3.06 5.45a1.994 1.994 0 0 0-1.09 2.6L6.93 20a2 2 0 0 0 1.81 1.25c.26 0 .53-.03.79-.15l7.37-3.05a2.02 2.02 0 0 0 1.23-1.8c.01-.25-.04-.54-.13-.8L13 3.5a1.95 1.95 0 0 0-1.81-1.25m3.48 0 3.45 8.35V4.25a2 2 0 0 0-2-2m4.01 1.54v9.03l2.43-5.86a1.99 1.99 0 0 0-1.09-2.6m-10.28-.14 4.98 12.02-7.39 3.06L3.8 7.29"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cards-playing-club-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/cards-playing-club-multiple-outline.svg new file mode 100644 index 0000000..ead6849 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cards-playing-club-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 0H9C7.9 0 7 .9 7 2v16c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2m0 18H9V2h10zM3 4v18c0 1.1.9 2 2 2h12v-2H5V4zm11 2c-1.1 0-2 .9-2 2 0 .4.1.7.3 1H12c-1.1 0-2 .9-2 2s.9 2 2 2c.6 0 1.1-.3 1.5-.7l-1 2.7h3l-1-2.7c.4.4.9.7 1.5.7 1.1 0 2-.9 2-2s-.9-2-2-2h-.3c.2-.3.3-.6.3-1 0-1.1-.9-2-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cards-playing-club-multiple.svg b/mkdocs-material/material/templates/.icons/material/cards-playing-club-multiple.svg new file mode 100644 index 0000000..7fa2735 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cards-playing-club-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 4v18c0 1.1.9 2 2 2h12v-2H5V4zm16-4H9C7.9 0 7 .9 7 2v16c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2m-3 13c-.6 0-1.1-.3-1.5-.7l1 2.7h-3l1-2.7c-.4.4-.9.7-1.5.7-1.1 0-2-.9-2-2s.9-2 2-2h.3c-.2-.3-.3-.6-.3-1 0-1.1.9-2 2-2s2 .9 2 2c0 .4-.1.7-.3 1h.3c1.1 0 2 .9 2 2s-.9 2-2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cards-playing-club-outline.svg b/mkdocs-material/material/templates/.icons/material/cards-playing-club-outline.svg new file mode 100644 index 0000000..f022c29 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cards-playing-club-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 2H7c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m0 18H7V4h10zM12 8c-1.1 0-2 .9-2 2 0 .4.1.7.3 1H10c-1.1 0-2 .9-2 2s.9 2 2 2c.6 0 1.1-.3 1.5-.7l-1 2.7h3l-1-2.7c.4.4.9.7 1.5.7 1.1 0 2-.9 2-2s-.9-2-2-2h-.3c.2-.3.3-.7.3-1 0-1.1-.9-2-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cards-playing-club.svg b/mkdocs-material/material/templates/.icons/material/cards-playing-club.svg new file mode 100644 index 0000000..eb54325 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cards-playing-club.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 2H7c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m-3 13c-.6 0-1.1-.3-1.5-.7l1 2.7h-3l1-2.7c-.4.4-.9.7-1.5.7-1.1 0-2-.9-2-2s.9-2 2-2h.3c-.2-.3-.3-.7-.3-1 0-1.1.9-2 2-2s2 .9 2 2c0 .4-.1.7-.3 1h.3c1.1 0 2 .9 2 2s-.9 2-2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cards-playing-diamond-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/cards-playing-diamond-multiple-outline.svg new file mode 100644 index 0000000..4ec247a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cards-playing-diamond-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 0H9C7.9 0 7 .9 7 2v16c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2m0 18H9V2h10zM3 4v18c0 1.1.9 2 2 2h12v-2H5V4zm11 1-3 5 3 5 3-5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cards-playing-diamond-multiple.svg b/mkdocs-material/material/templates/.icons/material/cards-playing-diamond-multiple.svg new file mode 100644 index 0000000..3a144e8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cards-playing-diamond-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 4v18c0 1.1.9 2 2 2h12v-2H5V4zm16-4H9C7.9 0 7 .9 7 2v16c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2m-5 15-3-5 3-5 3 5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cards-playing-diamond-outline.svg b/mkdocs-material/material/templates/.icons/material/cards-playing-diamond-outline.svg new file mode 100644 index 0000000..a47be7d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cards-playing-diamond-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 2H7c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m0 18H7V4h10zM12 7l-3 5 3 5 3-5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cards-playing-diamond.svg b/mkdocs-material/material/templates/.icons/material/cards-playing-diamond.svg new file mode 100644 index 0000000..d549cde --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cards-playing-diamond.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 2H7c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m-5 15-3-5 3-5 3 5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cards-playing-heart-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/cards-playing-heart-multiple-outline.svg new file mode 100644 index 0000000..dd4f064 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cards-playing-heart-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 0H9C7.9 0 7 .9 7 2v16c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2m0 18H9V2h10zM3 4v18c0 1.1.9 2 2 2h12v-2H5V4zm9.2 3C11 7 10 8 10 9.2c0 1.5 1.4 2.7 3.4 4.6l.6.5.6-.5c2-1.9 3.4-3.1 3.4-4.6C18 7.9 17 7 15.8 7c-.7 0-1.4.3-1.8.8-.4-.5-1.1-.8-1.8-.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cards-playing-heart-multiple.svg b/mkdocs-material/material/templates/.icons/material/cards-playing-heart-multiple.svg new file mode 100644 index 0000000..e632742 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cards-playing-heart-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 4v18c0 1.1.9 2 2 2h12v-2H5V4zm16-4H9C7.9 0 7 .9 7 2v16c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2m-4.4 13.8-.6.5-.6-.5c-2-1.9-3.4-3.1-3.4-4.6C10 8 11 7 12.2 7c.7 0 1.4.3 1.8.8.4-.5 1.1-.8 1.8-.8C17 7 18 7.9 18 9.2c0 1.5-1.4 2.7-3.4 4.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cards-playing-heart-outline.svg b/mkdocs-material/material/templates/.icons/material/cards-playing-heart-outline.svg new file mode 100644 index 0000000..2dd4d01 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cards-playing-heart-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 2H7c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m0 18H7V4h10zM10.2 9C9 9 8 10 8 11.2c0 1.5 1.4 2.7 3.4 4.6l.6.5.6-.5c2-1.9 3.4-3.1 3.4-4.6C16 9.9 15 9 13.8 9c-.7 0-1.4.3-1.8.8-.4-.5-1.1-.8-1.8-.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cards-playing-heart.svg b/mkdocs-material/material/templates/.icons/material/cards-playing-heart.svg new file mode 100644 index 0000000..e144d2f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cards-playing-heart.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 2H7c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m-4.4 13.8-.6.5-.6-.5c-2-1.9-3.4-3.1-3.4-4.6C8 10 9 9 10.2 9c.7 0 1.4.3 1.8.8.4-.5 1.1-.8 1.8-.8 1.2 0 2.2.9 2.2 2.2 0 1.5-1.4 2.7-3.4 4.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cards-playing-outline.svg b/mkdocs-material/material/templates/.icons/material/cards-playing-outline.svg new file mode 100644 index 0000000..51a755f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cards-playing-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.19 2.25c.78.01 1.52.48 1.81 1.25l5 11.95c.09.26.14.55.13.8a2.02 2.02 0 0 1-1.23 1.8L9.53 21.1c-.26.12-.53.15-.79.15A2 2 0 0 1 6.93 20L1.97 8.05c-.42-1.01.07-2.18 1.09-2.6l7.36-3.05c.25-.09.51-.15.77-.15m3.48 0h1.45a2 2 0 0 1 2 2v6.35zm5.46 1.54 1.34.57a1.99 1.99 0 0 1 1.09 2.6l-2.43 5.86zm-8.94.43L3.8 7.29 8.77 19.3l7.4-3.06zM8.65 8.54l3.23 2.41-.44 4.01-3.23-2.42z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cards-playing-spade-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/cards-playing-spade-multiple-outline.svg new file mode 100644 index 0000000..f6b8ec4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cards-playing-spade-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 0H9C7.9 0 7 .9 7 2v16c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2m0 18H9V2h10zM3 4v18c0 1.1.9 2 2 2h12v-2H5V4zm11 1.7-.6.5c-2 1.9-3.4 3.1-3.4 4.6 0 1.2 1 2.2 2.2 2.2q.6 0 1.2-.3l-.9 2.3h3l-.9-2.3c.3.2.8.3 1.2.3 1.2 0 2.2-.9 2.2-2.2 0-1.5-1.4-2.7-3.4-4.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cards-playing-spade-multiple.svg b/mkdocs-material/material/templates/.icons/material/cards-playing-spade-multiple.svg new file mode 100644 index 0000000..f3b0717 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cards-playing-spade-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 4v18c0 1.1.9 2 2 2h12v-2H5V4zm16-4H9C7.9 0 7 .9 7 2v16c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2m-3.2 13q-.6 0-1.2-.3l.9 2.3h-3l.9-2.3q-.6.3-1.2.3C11 13 10 12 10 10.8c0-1.5 1.4-2.7 3.4-4.6l.6-.5.6.5c2 1.9 3.4 3.1 3.4 4.6 0 1.3-1 2.2-2.2 2.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cards-playing-spade-outline.svg b/mkdocs-material/material/templates/.icons/material/cards-playing-spade-outline.svg new file mode 100644 index 0000000..a708882 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cards-playing-spade-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 2H7c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m0 18H7V4h10zM12 7.7l-.6.5c-2 1.9-3.4 3.1-3.4 4.6C8 14 9 15 10.2 15q.6 0 1.2-.3l-.9 2.3h3l-.9-2.3c.3.2.8.3 1.2.3 1.2 0 2.2-.9 2.2-2.2 0-1.5-1.4-2.7-3.4-4.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cards-playing-spade.svg b/mkdocs-material/material/templates/.icons/material/cards-playing-spade.svg new file mode 100644 index 0000000..12d97fe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cards-playing-spade.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 2H7c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m-3.2 13q-.6 0-1.2-.3l.9 2.3h-3l.9-2.3q-.6.3-1.2.3C9 15 8 14 8 12.8c0-1.5 1.4-2.7 3.4-4.6l.6-.5.6.5c2 1.9 3.4 3.1 3.4 4.6 0 1.3-1 2.2-2.2 2.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cards-playing.svg b/mkdocs-material/material/templates/.icons/material/cards-playing.svg new file mode 100644 index 0000000..9a9b299 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cards-playing.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.7 2.2h1.5c1.1 0 2 .9 2 2v6.4zm5.4 1.6 1.3.6c1 .4 1.5 1.6 1.1 2.6l-2.4 5.9zM18 15.5l-5-12c-.3-.8-1-1.2-1.8-1.2-.3 0-.5.1-.8.2L3 5.5C2 5.9 1.5 7 2 8l5 12c.3.8 1 1.2 1.8 1.2.3 0 .5 0 .8-.2l7.4-3c.8-.3 1.2-1 1.2-1.8-.1-.2-.1-.5-.2-.7m-6.6-.5-3.2-2.4.4-4 3.2 2.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cards-spade-outline.svg b/mkdocs-material/material/templates/.icons/material/cards-spade-outline.svg new file mode 100644 index 0000000..062435c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cards-spade-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 17s.3 2-2 5h6c-2.3-3-2-5-2-5s1 1 3 1 4-2 4-4c0-5-5-7-8-12-3 5-8 7-8 12 0 2 2 4 4 4s3-1 3-1m2-3h-2s-1 2-3 2c-.9 0-2-1.1-2-2-.2-3 3.9-5.8 6-8.6 2.1 2.7 6.2 5.5 6 8.6 0 .9-1.1 2-2 2-2 0-3-2-3-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cards-spade.svg b/mkdocs-material/material/templates/.icons/material/cards-spade.svg new file mode 100644 index 0000000..abb9d6b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cards-spade.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C9 7 4 9 4 14c0 2 2 4 4 4 1 0 2 0 3-1 0 0 .32 2-2 5h6c-2-3-2-5-2-5 1 1 2 1 3 1 2 0 4-2 4-4 0-5-5-7-8-12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cards-variant.svg b/mkdocs-material/material/templates/.icons/material/cards-variant.svg new file mode 100644 index 0000000..86766bb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cards-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 2h14a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1m1 2v8h12V4zm14 13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-1h16zm0 4a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-1h16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cards.svg b/mkdocs-material/material/templates/.icons/material/cards.svg new file mode 100644 index 0000000..661c9b6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cards.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.47 4.35-1.34-.56v9.03l2.43-5.86c.41-1.02-.06-2.19-1.09-2.61m-19.5 3.7L6.93 20a2.01 2.01 0 0 0 1.81 1.26c.26 0 .53-.05.79-.16l7.37-3.05c.75-.31 1.21-1.05 1.23-1.79.01-.26-.04-.55-.13-.81L13 3.5a1.95 1.95 0 0 0-1.81-1.25c-.26 0-.52.06-.77.15L3.06 5.45a1.994 1.994 0 0 0-1.09 2.6m16.15-3.8a2 2 0 0 0-2-2h-1.45l3.45 8.34"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/carrot.svg b/mkdocs-material/material/templates/.icons/material/carrot.svg new file mode 100644 index 0000000..2826c27 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/carrot.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16 10-.2 1h-2.3a.5.5 0 0 0-.5.5.5.5 0 0 0 .5.5h2.1l-1 5h-2.1a.5.5 0 0 0-.5.5.5.5 0 0 0 .5.5h1.9l-.4 2a2 2 0 0 1-2 2 2 2 0 0 1-2-2l-1-5h1.5a.5.5 0 0 0 .5-.5.5.5 0 0 0-.5-.5H8.8L8 10c0-1.2.93-2.23 2.29-2.71L8.9 5.28a.997.997 0 0 1 .26-1.39 1 1 0 0 1 1.39.25l.45.66V3a1 1 0 0 1 1-1 1 1 0 0 1 1 1v2.28l1.5-1.74c.33-.42.97-.47 1.39-.11.42.35.47.98.11 1.41l-2.13 2.51C15.14 7.85 16 8.85 16 10"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cart-arrow-down.svg b/mkdocs-material/material/templates/.icons/material/cart-arrow-down.svg new file mode 100644 index 0000000..5a59b63 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cart-arrow-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 0v4H8l4 4 4-4h-2V0M1 2v2h2l3.6 7.6L5.2 14c-.1.3-.2.6-.2 1 0 1.1.9 2 2 2h12v-2H7.4c-.1 0-.2-.1-.2-.2v-.1l.9-1.7h7.4c.7 0 1.4-.4 1.7-1l3.9-7-1.7-1-3.9 7h-7L4.3 2M7 18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m10 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cart-arrow-right.svg b/mkdocs-material/material/templates/.icons/material/cart-arrow-right.svg new file mode 100644 index 0000000..def851e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cart-arrow-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 20a2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2 2 2 0 0 1 2 2m8-2a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m-9.8-3.37q-.015.06 0 .12a.25.25 0 0 0 .25.25H19v2H7a2 2 0 0 1-2-2c0-.35.07-.69.24-1l1.36-2.41L3 4H1V2h3.27l.94 2H20a1 1 0 0 1 1 1c0 .17-.05.34-.12.5L17.3 12c-.36.62-1.03 1-1.75 1H8.1zM9 9.5h4v2l3-3-3-3v2H9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cart-arrow-up.svg b/mkdocs-material/material/templates/.icons/material/cart-arrow-up.svg new file mode 100644 index 0000000..2bd4305 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cart-arrow-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0 8 4h2v4h4V4h2M1 2v2h2l3.6 7.6L5.2 14c-.1.3-.2.6-.2 1 0 1.1.9 2 2 2h12v-2H7.4c-.1 0-.2-.1-.2-.2v-.1l.9-1.7h7.4c.7 0 1.4-.4 1.7-1l3.9-7-1.7-1-3.9 7h-7L4.3 2M7 18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m10 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cart-check.svg b/mkdocs-material/material/templates/.icons/material/cart-check.svg new file mode 100644 index 0000000..0e02985 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cart-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 20c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2m8-2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m-9.8-3.2v-.1l.9-1.7h7.4c.7 0 1.4-.4 1.7-1l3.9-7-1.7-1-3.9 7h-7L4.3 2H1v2h2l3.6 7.6L5.2 14c-.1.3-.2.6-.2 1 0 1.1.9 2 2 2h12v-2H7.4c-.1 0-.2-.1-.2-.2M18 2.8l-1.4-1.4-4.8 4.8-2.6-2.6L7.8 5l4 4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cart-heart.svg b/mkdocs-material/material/templates/.icons/material/cart-heart.svg new file mode 100644 index 0000000..4066b75 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cart-heart.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 20c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2m8-2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m-9.8-3.2v-.1l.9-1.7h7.4c.7 0 1.4-.4 1.7-1l3.9-7-1.7-1-3.9 7h-7L4.3 2H1v2h2l3.6 7.6L5.2 14c-.1.3-.2.6-.2 1 0 1.1.9 2 2 2h12v-2H7.4c-.1 0-.2-.1-.2-.2M12 9.3l-.6-.5C9.4 6.9 8 5.7 8 4.2 8 3 9 2 10.2 2c.7 0 1.4.3 1.8.8.4-.5 1.1-.8 1.8-.8C15 2 16 2.9 16 4.2c0 1.5-1.4 2.7-3.4 4.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cart-minus.svg b/mkdocs-material/material/templates/.icons/material/cart-minus.svg new file mode 100644 index 0000000..8487bf2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cart-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 6V4H8v2M7 18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m10 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m-9.8-3.2v-.1l.9-1.7h7.4c.7 0 1.4-.4 1.7-1l3.9-7-1.7-1-3.9 7h-7L4.3 2H1v2h2l3.6 7.6L5.2 14c-.1.3-.2.6-.2 1 0 1.1.9 2 2 2h12v-2H7.4c-.1 0-.2-.1-.2-.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cart-off.svg b/mkdocs-material/material/templates/.icons/material/cart-off.svg new file mode 100644 index 0000000..e12ac27 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cart-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.73 22.73 1.27 1.27 0 2.54l4.39 4.39 2.21 4.66-1.35 2.45c-.16.28-.25.61-.25.96a2 2 0 0 0 2 2h7.46l1.38 1.38c-.5.36-.84.95-.84 1.62a2 2 0 0 0 2 2c.67 0 1.26-.33 1.62-.84L21.46 24zM7.42 15a.25.25 0 0 1-.25-.25l.03-.12.9-1.63h2.36l2 2zm8.13-2c.75 0 1.41-.41 1.75-1.03l3.58-6.47c.08-.16.12-.33.12-.5a1 1 0 0 0-1-1H6.54zM7 18a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cart-outline.svg b/mkdocs-material/material/templates/.icons/material/cart-outline.svg new file mode 100644 index 0000000..9be1836 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cart-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 18a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2c0-1.11.89-2 2-2M1 2h3.27l.94 2H20a1 1 0 0 1 1 1c0 .17-.05.34-.12.5l-3.58 6.47c-.34.61-1 1.03-1.75 1.03H8.1l-.9 1.63-.03.12a.25.25 0 0 0 .25.25H19v2H7a2 2 0 0 1-2-2c0-.35.09-.68.24-.96l1.36-2.45L3 4H1zm6 16a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2c0-1.11.89-2 2-2m9-7 2.78-5H6.14l2.36 5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cart-percent.svg b/mkdocs-material/material/templates/.icons/material/cart-percent.svg new file mode 100644 index 0000000..3c06299 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cart-percent.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 18c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m10 0c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m-9.8-3.2c0 .1.1.2.2.2H19v2H7c-1.1 0-2-.9-2-2 0-.4.1-.7.2-1l1.3-2.4L3 4H1V2h3.3l4.3 9h7l3.9-7 1.7 1-3.9 7c-.3.6-1 1-1.7 1H8.1l-.9 1.6zM9.4 1c.8 0 1.4.6 1.4 1.4s-.6 1.4-1.4 1.4S8 3.2 8 2.4 8.7 1 9.4 1m5.2 8c-.8 0-1.4-.6-1.4-1.4s.6-1.4 1.4-1.4 1.4.6 1.4 1.4S15.3 9 14.6 9M9.2 9 8 7.8 14.8 1 16 2.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cart-plus.svg b/mkdocs-material/material/templates/.icons/material/cart-plus.svg new file mode 100644 index 0000000..14b86e8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cart-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 9h2V6h3V4h-3V1h-2v3H8v2h3M7 18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m10 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m-9.8-3.2v-.1l.9-1.7h7.4c.7 0 1.4-.4 1.7-1l3.9-7-1.7-1-3.9 7h-7L4.3 2H1v2h2l3.6 7.6L5.2 14c-.1.3-.2.6-.2 1 0 1.1.9 2 2 2h12v-2H7.4c-.1 0-.2-.1-.2-.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cart-remove.svg b/mkdocs-material/material/templates/.icons/material/cart-remove.svg new file mode 100644 index 0000000..ce084f0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cart-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.1 8.5 12 6.4 9.9 8.5 8.5 7.1 10.6 5 8.5 2.9l1.4-1.4L12 3.6l2.1-2.1 1.4 1.4L13.4 5l2.1 2.1zM7 18c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m10 0c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m-9.8-3.2c0 .1.1.2.2.2H19v2H7c-1.1 0-2-.9-2-2 0-.4.1-.7.2-1l1.3-2.4L3 4H1V2h3.3l4.3 9h7l3.9-7 1.7 1-3.9 7c-.3.6-1 1-1.7 1H8.1l-.9 1.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cart-variant.svg b/mkdocs-material/material/templates/.icons/material/cart-variant.svg new file mode 100644 index 0000000..3c25b9b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cart-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 20c0 1.11-.89 2-2 2a2 2 0 0 1-2-2c0-1.11.89-2 2-2a2 2 0 0 1 2 2M7 18c-1.11 0-2 .89-2 2a2 2 0 0 0 2 2c1.11 0 2-.89 2-2s-.89-2-2-2m.2-3.37-.03.12c0 .14.11.25.25.25H19v2H7a2 2 0 0 1-2-2c0-.35.09-.68.24-.96l1.36-2.45L3 4H1V2h3.27l.94 2H20c.55 0 1 .45 1 1 0 .17-.05.34-.12.5l-3.58 6.47c-.34.61-1 1.03-1.75 1.03H8.1zM8.5 11H10V9H7.56zM11 9v2h3V9zm3-1V6h-3v2zm3.11 1H15v2h1zm1.67-3H15v2h2.67zM6.14 6l.94 2H10V6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cart.svg b/mkdocs-material/material/templates/.icons/material/cart.svg new file mode 100644 index 0000000..7d73c4a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cart.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 18c-1.11 0-2 .89-2 2a2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2M1 2v2h2l3.6 7.59-1.36 2.45c-.15.28-.24.61-.24.96a2 2 0 0 0 2 2h12v-2H7.42a.25.25 0 0 1-.25-.25q0-.075.03-.12L8.1 13h7.45c.75 0 1.41-.42 1.75-1.03l3.58-6.47c.07-.16.12-.33.12-.5a1 1 0 0 0-1-1H5.21l-.94-2M7 18c-1.11 0-2 .89-2 2a2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/case-sensitive-alt.svg b/mkdocs-material/material/templates/.icons/material/case-sensitive-alt.svg new file mode 100644 index 0000000..82c6870 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/case-sensitive-alt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 14c0-1.5-.5-2-2-2h-2v-1c0-1 0-1-2-1v9h4c1.5 0 2-.53 2-2zm-8-2c0-1.5-.53-2-2-2H6c-1.5 0-2 .5-2 2v7h2v-3h4v3h2zm-2-5h4V5h-4zm12 2v11c0 1.11-.89 2-2 2H4a2 2 0 0 1-2-2V9c0-1.11.89-2 2-2h4V5l2-2h4l2 2v2h4a2 2 0 0 1 2 2m-6 8h2v-3h-2zM6 12h4v2H6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cash-100.svg b/mkdocs-material/material/templates/.icons/material/cash-100.svg new file mode 100644 index 0000000..1fc613e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cash-100.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 5h20v15H2zm18 13V7H4v11zM17 8a2 2 0 0 0 2 2v5a2 2 0 0 0-2 2H7a2 2 0 0 0-2-2v-5a2 2 0 0 0 2-2zm0 5v-1c0-1.1-.67-2-1.5-2s-1.5.9-1.5 2v1c0 1.1.67 2 1.5 2s1.5-.9 1.5-2m-1.5-2a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5M13 13v-1c0-1.1-.67-2-1.5-2s-1.5.9-1.5 2v1c0 1.1.67 2 1.5 2s1.5-.9 1.5-2m-1.5-2a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5M8 15h1v-5H8l-1 .5v1l1-.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cash-check.svg b/mkdocs-material/material/templates/.icons/material/cash-check.svg new file mode 100644 index 0000000..f2756bd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cash-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 6v12h10.32a6.4 6.4 0 0 1-.32-2H7a2 2 0 0 0-2-2v-4c1.11 0 2-.89 2-2h10a2 2 0 0 0 2 2v.06c.67 0 1.34.12 2 .34V6zm9 3c-1.7.03-3 1.3-3 3s1.3 2.94 3 3c.38 0 .77-.08 1.14-.23.27-1.1.72-2.14 1.83-3.16C14.85 10.28 13.59 8.97 12 9m9.63 3.27-3.87 3.9-1.35-1.37L15 16.22 17.75 19l5.28-5.32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cash-clock.svg b/mkdocs-material/material/templates/.icons/material/cash-clock.svg new file mode 100644 index 0000000..9045d94 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cash-clock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17.5 16.82 2.44 1.41-.75 1.3L16 17.69V14h1.5zM24 17c0 3.87-3.13 7-7 7s-7-3.13-7-7c0-.34.03-.67.08-1H2V4h18v6.68c2.36 1.13 4 3.53 4 6.32m-13.32-3c.18-.36.37-.7.6-1.03-.09.03-.18.03-.28.03-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3c0 .25-.04.5-.1.73.94-.46 1.99-.73 3.1-.73.34 0 .67.03 1 .08V8a2 2 0 0 1-2-2H6c0 1.11-.89 2-2 2v4a2 2 0 0 1 2 2zM22 17c0-2.76-2.24-5-5-5s-5 2.24-5 5 2.24 5 5 5 5-2.24 5-5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cash-edit.svg b/mkdocs-material/material/templates/.icons/material/cash-edit.svg new file mode 100644 index 0000000..79afaf1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cash-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 6h18v3.1c-1.04 0-1.65.62-1.8.77l-.01.02-.19.18V10c-.53 0-1.04-.21-1.41-.59C17.21 9.04 17 8.53 17 8H7c0 .53-.21 1.04-.59 1.41-.37.38-.88.59-1.41.59v4c.53 0 1.04.21 1.41.59.38.37.59.88.59 1.41h6.07l-2 2H3zm9 3c.8 0 1.56.32 2.12.88a2.997 2.997 0 1 1-4.24 4.24A2.997 2.997 0 0 1 12 9m10.7 3.6-1.3-1.3c-.1-.1-.2-.2-.4-.2s-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8M15.1 21l6-6.1-2-2.1-6.1 6.1V21z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cash-fast.svg b/mkdocs-material/material/templates/.icons/material/cash-fast.svg new file mode 100644 index 0000000..fdb38bd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cash-fast.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.12 9.88a2.997 2.997 0 1 0-4.24 4.24 2.997 2.997 0 1 0 4.24-4.24M7 6v12h16V6zm14 8c-.53 0-1.04.21-1.41.59-.38.37-.59.88-.59 1.41h-8c0-.53-.21-1.04-.59-1.41-.37-.38-.88-.59-1.41-.59v-4c.53 0 1.04-.21 1.41-.59.38-.37.59-.88.59-1.41h8c0 .53.21 1.04.59 1.41.37.38.88.59 1.41.59zM5 8H3c-.55 0-1-.45-1-1s.45-1 1-1h2zm0 5H2c-.55 0-1-.45-1-1s.45-1 1-1h3zm0 5H1c-.552 0-1-.45-1-1s.448-1 1-1h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cash-lock-open.svg b/mkdocs-material/material/templates/.icons/material/cash-lock-open.svg new file mode 100644 index 0000000..fb73a8c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cash-lock-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.8 16c.6 0 1.2.6 1.2 1.3v3.5c0 .6-.6 1.2-1.3 1.2h-5.5c-.6 0-1.2-.6-1.2-1.3v-3.5c0-.6.6-1.2 1.2-1.2v-2.5c0-1.4 1.4-2.5 2.8-2.5s2.8 1.1 2.8 2.5v.5h-1.3v-.5c0-.8-.7-1.3-1.5-1.3s-1.5.5-1.5 1.3V16zM2 6h18v3.1L19 9c-.82 0-1.59.2-2.27.54C16.28 9.18 16 8.62 16 8H6c0 1.11-.89 2-2 2v4a2 2 0 0 1 2 2h7.04l-.04.5V18H2zm9 3c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cash-lock.svg b/mkdocs-material/material/templates/.icons/material/cash-lock.svg new file mode 100644 index 0000000..4d13c89 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cash-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.8 15c.6 0 1.2.6 1.2 1.3v3.5c0 .6-.6 1.2-1.3 1.2h-5.5c-.6 0-1.2-.6-1.2-1.3v-3.5c0-.6.6-1.2 1.2-1.2v-1.5c0-1.4 1.4-2.5 2.8-2.5s2.8 1.1 2.8 2.5zm-1.3 0v-1.5c0-.8-.7-1.3-1.5-1.3s-1.5.5-1.5 1.3V15zM2 6h18v3.1L19 9c-.82 0-1.59.2-2.27.54C16.28 9.18 16 8.62 16 8H6c0 1.11-.89 2-2 2v4a2 2 0 0 1 2 2h7.04l-.04.5V18H2zm9 3c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cash-marker.svg b/mkdocs-material/material/templates/.icons/material/cash-marker.svg new file mode 100644 index 0000000..315ee36 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cash-marker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.5 16.8c-.7 0-1.2-.6-1.2-1.2 0-.7.6-1.2 1.2-1.2s1.2.6 1.2 1.2c.1.6-.5 1.2-1.2 1.2m0-4.8c-1.9 0-3.5 1.6-3.5 3.5 0 2.6 3.5 6.5 3.5 6.5s3.5-3.9 3.5-6.5c0-1.9-1.6-3.5-3.5-3.5m-3.6-.7C14.6 10 13.4 9 12 9c-1.7 0-3 1.3-3 3s1.3 3 3 3c.4 0 .7-.1 1-.2.2-1.4.9-2.6 1.9-3.5M13 16H7a2 2 0 0 0-2-2v-4a2 2 0 0 0 2-2h10a2 2 0 0 0 2 2s1 0 2 .6V6H3v12h10.5c-.2-.7-.4-1.3-.5-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cash-minus.svg b/mkdocs-material/material/templates/.icons/material/cash-minus.svg new file mode 100644 index 0000000..0ad7b57 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cash-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 15v2h8v-2m-8.03-3.39C14.85 10.28 13.59 8.97 12 9c-1.7.03-3 1.3-3 3s1.3 2.94 3 3c.38 0 .77-.08 1.14-.23.27-1.1.72-2.14 1.83-3.16M13 16H7a2 2 0 0 0-2-2v-4c1.11 0 2-.89 2-2h10a2 2 0 0 0 2 2v.06c.67 0 1.34.12 2 .34V6H3v12h10.32a6.4 6.4 0 0 1-.32-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cash-multiple.svg b/mkdocs-material/material/templates/.icons/material/cash-multiple.svg new file mode 100644 index 0000000..7de60a2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cash-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 6h18v12H5zm9 3a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3M9 8a2 2 0 0 1-2 2v4a2 2 0 0 1 2 2h10a2 2 0 0 1 2-2v-4a2 2 0 0 1-2-2zm-8 2h2v10h16v2H1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cash-off.svg b/mkdocs-material/material/templates/.icons/material/cash-off.svg new file mode 100644 index 0000000..f0be1da --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cash-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 4.9v.05l.05-.01L4.11 6H3v12h13.11l4.73 4.73 1.27-1.27L4.57 3.91 2.39 1.73 1.11 3zm3.41 4.51q.3-.285.45-.66l2.3 2.3c-.11.3-.16.62-.16.95 0 .8.32 1.56.88 2.12S11.2 15 12 15c.33 0 .65-.05.95-.16L14.11 16H7c0-.53-.21-1.04-.59-1.41C6.04 14.21 5.53 14 5 14v-4c.53 0 1.04-.21 1.41-.59m11.28 5.09L21 17.8V6H9.2l2 2H17c0 .53.21 1.04.59 1.41.37.38.88.59 1.41.59v4c-.5 0-.95.18-1.31.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cash-plus.svg b/mkdocs-material/material/templates/.icons/material/cash-plus.svg new file mode 100644 index 0000000..22de930 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cash-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 15v2h3v3h2v-3h3v-2h-3v-3h-2v3m-3.03-3.39C14.85 10.28 13.59 8.97 12 9c-1.7.03-3 1.3-3 3s1.3 2.94 3 3c.38 0 .77-.08 1.14-.23.27-1.1.72-2.14 1.83-3.16M13 16H7a2 2 0 0 0-2-2v-4c1.11 0 2-.89 2-2h10a2 2 0 0 0 2 2v.06c.67 0 1.34.12 2 .34V6H3v12h10.32a6.4 6.4 0 0 1-.32-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cash-refund.svg b/mkdocs-material/material/templates/.icons/material/cash-refund.svg new file mode 100644 index 0000000..f337c1b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cash-refund.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.3 8.93 9.88 6.5h5.62V10H17V5H9.88l2.42-2.43-1.06-1.07L7 5.75 11.24 10zM12 14a3 3 0 1 0 3 3 3 3 0 0 0-3-3m-9-3v12h18V11m-2 8a2 2 0 0 0-2 2H7a2 2 0 0 0-2-2v-4a2 2 0 0 0 2-2h10a2 2 0 0 0 2 2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cash-register.svg b/mkdocs-material/material/templates/.icons/material/cash-register.svg new file mode 100644 index 0000000..32b8e75 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cash-register.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 17h20v4H2zM6.25 7H9V6H6V3h8v3h-3v1h6.8c1 0 2 1 2.2 2l.5 7h-17l.55-7c0-1 1-2 2.2-2M13 9v2h5V9zM6 9v1h2V9zm3 0v1h2V9zm-3 2v1h2v-1zm3 0v1h2v-1zm-3 2v1h2v-1zm3 0v1h2v-1zM7 4v1h6V4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cash-remove.svg b/mkdocs-material/material/templates/.icons/material/cash-remove.svg new file mode 100644 index 0000000..e3ff1b9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cash-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.46 18.12 1.42 1.42L19 17.41l2.12 2.13 1.42-1.42L20.41 16l2.13-2.12-1.42-1.42L19 14.59l-2.12-2.13-1.42 1.42L17.59 16m-2.62-4.38C14.86 10.28 13.58 8.97 12 9c-1.7.04-3 1.3-3 3s1.3 2.94 3 3c.39 0 .77-.08 1.14-.23.27-1.1.72-2.14 1.83-3.15M13 16H7c0-1.1-.9-2-2-2v-4c1.1 0 2-.9 2-2h10c0 1.1.9 2 2 2v.05c.67.01 1.34.13 2 .35V6H3v12h10.32a6.4 6.4 0 0 1-.32-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cash-sync.svg b/mkdocs-material/material/templates/.icons/material/cash-sync.svg new file mode 100644 index 0000000..4158403 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cash-sync.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 6v12h10.32a6.4 6.4 0 0 1-.32-2H7a2 2 0 0 0-2-2v-4c1.11 0 2-.89 2-2h10a2 2 0 0 0 2 2v.06c.67 0 1.34.12 2 .34V6zm9 3c-1.7.03-3 1.3-3 3s1.3 2.94 3 3c.38 0 .77-.08 1.14-.23.27-1.1.72-2.14 1.83-3.16C14.85 10.28 13.59 8.97 12 9m7 2 2.25 2.25L19 15.5V14c-1.85 0-3.06 1.96-2.24 3.62l-1.09 1.09c-1.76-2.66.14-6.21 3.33-6.21zm0 11-2.25-2.25L19 17.5V19c1.85 0 3.06-1.96 2.24-3.62l1.09-1.09c1.76 2.66-.14 6.21-3.33 6.21z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cash.svg b/mkdocs-material/material/templates/.icons/material/cash.svg new file mode 100644 index 0000000..da07f42 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 6h18v12H3zm9 3a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3M7 8a2 2 0 0 1-2 2v4a2 2 0 0 1 2 2h10a2 2 0 0 1 2-2v-4a2 2 0 0 1-2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cassette.svg b/mkdocs-material/material/templates/.icons/material/cassette.svg new file mode 100644 index 0000000..0076ab4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cassette.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 5a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h2l1-2h10l1 2h2a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2zm2.5 5A1.5 1.5 0 0 1 8 11.5 1.5 1.5 0 0 1 6.5 13 1.5 1.5 0 0 1 5 11.5 1.5 1.5 0 0 1 6.5 10M9 10h6v3H9zm8.5 0a1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5 1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cast-audio-variant.svg b/mkdocs-material/material/templates/.icons/material/cast-audio-variant.svg new file mode 100644 index 0000000..8624870 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cast-audio-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.5 12a2.5 2.5 0 0 0-5 0c0 1 .59 1.84 1.43 2.25l-1.11 1.1A3.999 3.999 0 0 1 12 8a3.999 3.999 0 0 1 2.18 7.35l-1.1-1.1c.84-.41 1.42-1.25 1.42-2.25M12 2C6.5 2 2 6.5 2 12c0 3.06 1.38 5.8 3.54 7.63l1.07-1.06C4.71 17 3.5 14.64 3.5 12c0-4.69 3.81-8.5 8.5-8.5s8.5 3.81 8.5 8.5c0 2.64-1.21 5-3.11 6.57l1.07 1.06C20.62 17.79 22 15.06 22 12c0-5.5-4.5-10-10-10m7 10c0-3.87-3.13-7-7-7a6.995 6.995 0 0 0-4.32 12.5l1.07-1.07C7.39 15.42 6.5 13.82 6.5 12c0-3.03 2.47-5.5 5.5-5.5s5.5 2.47 5.5 5.5c0 1.82-.89 3.42-2.25 4.43l1.08 1.07A7 7 0 0 0 19 12M6 22h12l-6-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cast-audio.svg b/mkdocs-material/material/templates/.icons/material/cast-audio.svg new file mode 100644 index 0000000..b0b3ef9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cast-audio.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 11v2c5 0 9 4 9 9h2c0-6.1-4.9-11-11-11m18-9H10c-1.1 0-2 .9-2 2v6.5c1 .5 1.9 1.2 2.7 1.9.9-1.4 2.5-2.4 4.3-2.4 2.8 0 5 2.2 5 5s-2.2 5-5 5h-.2c.1.7.2 1.3.2 2h5c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m-5 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2m0 10c-.2 0-.5 0-.7-.1-.5-1.5-1.2-2.8-2.1-4 .4-1.1 1.5-2 2.8-2 1.7 0 3 1.3 3 3S16.7 18 15 18M2 15v2c2.8 0 5 2.2 5 5h2c0-3.9-3.1-7-7-7m0 4v3h3c0-1.7-1.3-3-3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cast-connected.svg b/mkdocs-material/material/templates/.icons/material/cast-connected.svg new file mode 100644 index 0000000..af45884 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cast-connected.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 3H3c-1.11 0-2 .89-2 2v3h2V5h18v14h-7v2h7a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2M1 10v2a9 9 0 0 1 9 9h2c0-6.08-4.93-11-11-11m18-3H5v1.63c3.96 1.28 7.09 4.41 8.37 8.37H19M1 14v2a5 5 0 0 1 5 5h2a7 7 0 0 0-7-7m0 4v3h3a3 3 0 0 0-3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cast-education.svg b/mkdocs-material/material/templates/.icons/material/cast-education.svg new file mode 100644 index 0000000..acafbb6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cast-education.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 3H3a2 2 0 0 0-2 2v3h2V5h18v14h-7v2h7a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2M1 18v3h3a3 3 0 0 0-3-3m0-4v2a5 5 0 0 1 5 5h2a7 7 0 0 0-7-7m0-4v2a9 9 0 0 1 9 9h2c0-6.08-4.93-11-11-11m10 1.09v2L14.5 15l3.5-1.91v-2L14.5 13zM14.5 6 9 9l5.5 3L20 9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cast-off.svg b/mkdocs-material/material/templates/.icons/material/cast-off.svg new file mode 100644 index 0000000..6dc07dd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cast-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.6 1.27.25 2.75 1.41 3.8C1.16 4.13 1 4.55 1 5v3h2V5.23L18.2 19H14v2h6.41l1.9 1.72 1.34-1.48M6.5 3l2.2 2H21v11.14l2 1.81V5a2 2 0 0 0-2-2M1 10v2a9 9 0 0 1 9 9h2c0-6.08-4.92-11-11-11m0 4v2a5 5 0 0 1 5 5h2a7 7 0 0 0-7-7m0 4v3h3a3 3 0 0 0-3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cast-variant.svg b/mkdocs-material/material/templates/.icons/material/cast-variant.svg new file mode 100644 index 0000000..e29971b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cast-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 22h12l-6-6m9-13H3a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h4v-2H3V5h18v12h-4v2h4a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cast.svg b/mkdocs-material/material/templates/.icons/material/cast.svg new file mode 100644 index 0000000..a3147df --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cast.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 10v2a9 9 0 0 1 9 9h2c0-6.08-4.93-11-11-11m0 4v2a5 5 0 0 1 5 5h2a7 7 0 0 0-7-7m0 4v3h3a3 3 0 0 0-3-3M21 3H3c-1.11 0-2 .89-2 2v3h2V5h18v14h-7v2h7a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/castle.svg b/mkdocs-material/material/templates/.icons/material/castle.svg new file mode 100644 index 0000000..ca3997b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/castle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 13h2v2h2v-2h2v2h2v-2h2v2h2v-5l3-3V1h2l4 2-4 2v2l3 3v12H11v-3a2 2 0 0 0-2-2 2 2 0 0 0-2 2v3H2zm16-3c-.55 0-1 .54-1 1.2V13h2v-1.8c0-.66-.45-1.2-1-1.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cat.svg b/mkdocs-material/material/templates/.icons/material/cat.svg new file mode 100644 index 0000000..884f8af --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 8-1.33.09C9.81 7.07 7.4 4.5 5 4.5c0 0-1.97 2.96-.04 6.91-.55.83-.89 1.26-.96 2.25l-1.93.29.21.98 1.76-.26.14.71-1.57.94.47.89 1.45-.89C5.68 18.76 8.59 20 12 20s6.32-1.24 7.47-3.68l1.45.89.47-.89-1.57-.94.14-.71 1.76.26.21-.98-1.93-.29c-.07-.99-.41-1.42-.96-2.25C20.97 7.46 19 4.5 19 4.5c-2.4 0-4.81 2.57-5.67 3.59zm-3 3a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m6 0a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m-4 3h2l-.7 1.39c.2.64.76 1.11 1.45 1.11a1.5 1.5 0 0 0 1.5-1.5h.5a2 2 0 0 1-2 2c-.75 0-1.4-.41-1.75-1-.35.59-1 1-1.75 1a2 2 0 0 1-2-2h.5a1.5 1.5 0 0 0 1.5 1.5c.69 0 1.25-.47 1.45-1.11z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cctv-off.svg b/mkdocs-material/material/templates/.icons/material/cctv-off.svg new file mode 100644 index 0000000..af3c825 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cctv-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.84 22.73 18.11 20H17c-1.1 0-2-.9-2-2v-1.11l-2.34-2.34-.85.49c-.95.55-2.18.22-2.73-.73l-1.5-2.6c-.4-.71-.33-1.53.1-2.14L1.11 3l1.28-1.27 19.72 19.73zM18.5 13c0-.57-.2-1.1-.53-1.5l1.97-1.15c1.01-.59 1.36-1.88.77-2.89l-1.38-2.4a2.125 2.125 0 0 0-2.89-.78l-5.67 3.29 7.09 7.09c.4-.44.64-1.02.64-1.66M2 12.62l3.5 6.06 2.53-3.18-2-3.47z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cctv.svg b/mkdocs-material/material/templates/.icons/material/cctv.svg new file mode 100644 index 0000000..27f1e7c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cctv.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m6.03 12.03 2 3.47-2.53 3.18L2 12.62zM17 18v-2.71c.88-.39 1.5-1.26 1.5-2.29 0-.57-.2-1.1-.53-1.5l1.97-1.15c1.01-.59 1.36-1.88.77-2.89l-1.38-2.4a2.125 2.125 0 0 0-2.89-.78L8.31 9c-.95.53-1.28 1.75-.73 2.71l1.5 2.6c.55.95 1.78 1.28 2.73.73l1.88-1.08c.25.59.72 1.07 1.31 1.33V18c0 1.1.9 2 2 2h5v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ceiling-fan-light.svg b/mkdocs-material/material/templates/.icons/material/ceiling-fan-light.svg new file mode 100644 index 0000000..85f0122 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ceiling-fan-light.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 3v2h3v5.27c-.62.36-1 1.02-1 1.73v1h4v-1c0-.71-.38-1.37-1-1.73V5h3V3zm-2 9c-2.21 0-4 .67-4 1.5S3.79 15 6 15s4-.67 4-1.5S8.21 12 6 12m12 0c-2.21 0-4 .67-4 1.5s1.79 1.5 4 1.5 4-.67 4-1.5-1.79-1.5-4-1.5m-8 2v1c0 .72.38 1.38 1 1.73.62.36 1.38.36 2 0 .62-.35 1-1.02 1-1.73v-1zm3 5v3h-2v-3zm2.88-2.54L18 18.59 16.59 20l-2.12-2.12zm-6.34 1.42L7.41 20 6 18.59l2.12-2.12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ceiling-fan.svg b/mkdocs-material/material/templates/.icons/material/ceiling-fan.svg new file mode 100644 index 0000000..5c918e7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ceiling-fan.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 3v2h3v5.27c-.62.36-1 1.02-1 1.73v1h4v-1c0-.71-.38-1.37-1-1.73V5h3V3zm-2 9c-2.21 0-4 .67-4 1.5S3.79 15 6 15s4-.67 4-1.5S8.21 12 6 12m12 0c-2.21 0-4 .67-4 1.5s1.79 1.5 4 1.5 4-.67 4-1.5-1.79-1.5-4-1.5m-8 2v1c0 .72.38 1.38 1 1.73.62.36 1.38.36 2 0 .62-.35 1-1.02 1-1.73v-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ceiling-light-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/ceiling-light-multiple-outline.svg new file mode 100644 index 0000000..7a9c24a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ceiling-light-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.76 13 2 4H9.24l2-4zM15 6h-2v5h-3l-4 8h16l-4-8h-3zm1 14c0 1.11-.89 2-2 2s-2-.89-2-2zm-7.79-9.89L8.76 9H11V2H9v5H6l-4 8h3.76z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ceiling-light-multiple.svg b/mkdocs-material/material/templates/.icons/material/ceiling-light-multiple.svg new file mode 100644 index 0000000..0877a9f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ceiling-light-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 11h3V6h2v5h3l4 8H6zm6 9c0 1.11-.89 2-2 2s-2-.89-2-2zm-7.79-9.89L8.76 9H11V2H9v5H6l-4 8h3.76z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ceiling-light-outline.svg b/mkdocs-material/material/templates/.icons/material/ceiling-light-outline.svg new file mode 100644 index 0000000..107b7e7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ceiling-light-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.76 11 2 4H7.24l2-4zM13 4h-2v5H8l-4 8h16l-4-8h-3zm1 14h-4a2 2 0 1 0 4 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ceiling-light.svg b/mkdocs-material/material/templates/.icons/material/ceiling-light.svg new file mode 100644 index 0000000..ff8198f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ceiling-light.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 9h3V4h2v5h3l4 8H4zm6 9a2 2 0 0 1-2 2 2 2 0 0 1-2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cellphone-arrow-down-variant.svg b/mkdocs-material/material/templates/.icons/material/cellphone-arrow-down-variant.svg new file mode 100644 index 0000000..ff3ff32 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cellphone-arrow-down-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18 14 5-5-1.4-1.4-2.6 2.6V3h-2v7.2l-2.6-2.6L13 9zm1 2v5c0 1.1-.9 2-2 2H7c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h7v4H7v14h10v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cellphone-arrow-down.svg b/mkdocs-material/material/templates/.icons/material/cellphone-arrow-down.svg new file mode 100644 index 0000000..70a5cf0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cellphone-arrow-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 1H7a2 2 0 0 0-2 2v18a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2m0 18H7V5h10zm-1-6h-3V8h-2v5H8l4 4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cellphone-basic.svg b/mkdocs-material/material/templates/.icons/material/cellphone-basic.svg new file mode 100644 index 0000000..eaad923 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cellphone-basic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 2a1 1 0 0 0-1 1v3h-4c-1.11 0-2 .89-2 2v12c0 1.11.89 2 2 2h5c1.11 0 2-.89 2-2V8c0-.74-.4-1.38-1-1.72V3a1 1 0 0 0-1-1m-5 6h5v5h-5zm0 7h1v1h-1zm2 0h1v1h-1zm2 0h1v1h-1zm-4 2h1v1h-1zm2 0h1v1h-1zm2 0h1v1h-1zm-4 2h1v1h-1zm2 0h1v1h-1zm2 0h1v1h-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cellphone-charging.svg b/mkdocs-material/material/templates/.icons/material/cellphone-charging.svg new file mode 100644 index 0000000..31b120f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cellphone-charging.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 18.5V13H9l4-7.5V11h2m2 8H7V5h10m0-4H7c-1.11 0-2 .89-2 2v18a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cellphone-check.svg b/mkdocs-material/material/templates/.icons/material/cellphone-check.svg new file mode 100644 index 0000000..dcd3168 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cellphone-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.54 23H7a2 2 0 0 1-2-2V3c0-1.11.89-2 2-2h10a2 2 0 0 1 2 2v10c-.7 0-1.37.13-2 .35V5H7v14h6c0 1.54.58 2.94 1.54 4m3.21-.84-2.75-3L16.16 18l1.59 1.59L21.34 16l1.16 1.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cellphone-cog.svg b/mkdocs-material/material/templates/.icons/material/cellphone-cog.svg new file mode 100644 index 0000000..257af4e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cellphone-cog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.82 12.5c.02-.17.04-.33.04-.5s-.02-.33-.04-.5l1.08-.81c.1-.07.1-.19.06-.32L9.93 8.64c-.06-.11-.2-.14-.31-.11l-1.28.5c-.27-.2-.56-.36-.87-.49l-.2-1.33c0-.12-.11-.21-.24-.21H5c-.15 0-.26.09-.28.21L4.5 8.53c-.29.12-.58.3-.85.47l-1.28-.5c-.12-.03-.25 0-.31.13l-1.03 1.73c-.06.14-.03.25.07.33l1.08.81c-.02.17-.03.34-.03.5 0 .17.02.33.04.5l-1.09.82c-.1.07-.1.21-.06.32l1.03 1.73c.06.13.2.13.31.13l1.28-.5c.27.18.56.34.87.47l.2 1.32c.01.12.12.21.27.21h2.04c.13 0 .24-.09.25-.21l.21-1.32c.3-.12.59-.3.86-.47l1.28.5c.12.03.25 0 .31-.13L11 13.64c.04-.11 0-.24-.08-.32zM6 13.75c-1 0-1.8-.78-1.8-1.75S5 10.25 6 10.25s1.8.78 1.8 1.75S7 13.75 6 13.75M17 1H7a2 2 0 0 0-2 2v3h2V4h10v16H7v-2H5v3a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cellphone-dock.svg b/mkdocs-material/material/templates/.icons/material/cellphone-dock.svg new file mode 100644 index 0000000..e4d141b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cellphone-dock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 15H8V5h8m0-4H8c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2M8 23h8v-2H8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cellphone-information.svg b/mkdocs-material/material/templates/.icons/material/cellphone-information.svg new file mode 100644 index 0000000..37ca087 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cellphone-information.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 7h-2v2h2zm0 4h-2v6h2zm4-10H7c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2m0 18H7V5h10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cellphone-key.svg b/mkdocs-material/material/templates/.icons/material/cellphone-key.svg new file mode 100644 index 0000000..61acc80 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cellphone-key.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 1c-1.1 0-2 .9-2 2v4h2V4h10v16H7v-3H5v4c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zM6 9c-1.7 0-3 1.3-3 3s1.3 3 3 3c1.3 0 2.4-.8 2.8-2H11v2h2v-2h2v-2H8.8C8.4 9.8 7.3 9 6 9m0 2c.6 0 1 .4 1 1s-.4 1-1 1-1-.4-1-1 .4-1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cellphone-link-off.svg b/mkdocs-material/material/templates/.icons/material/cellphone-link-off.svg new file mode 100644 index 0000000..caf1b80 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cellphone-link-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 8h-6a1 1 0 0 0-1 1v4.18l2 2V10h4v7h-2.18l3 3H23a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1M4 6.27 14.73 17H4zM1.92 1.65.65 2.92l1.82 1.82A1.9 1.9 0 0 0 2 6v11H0v3h17.73l2.35 2.35 1.27-1.27L3.89 3.62zM22 6V4H6.82l2 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cellphone-link.svg b/mkdocs-material/material/templates/.icons/material/cellphone-link.svg new file mode 100644 index 0000000..af5671a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cellphone-link.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 17h-4v-7h4m1-2h-6a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1M4 6h18V4H4a2 2 0 0 0-2 2v11H0v3h14v-3H4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cellphone-lock.svg b/mkdocs-material/material/templates/.icons/material/cellphone-lock.svg new file mode 100644 index 0000000..6b1270c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cellphone-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 1H7a2 2 0 0 0-2 2v3h2V4h10v16H7v-2H5v3a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2M8.8 11V9.5C8.8 8.1 7.4 7 6 7S3.2 8.1 3.2 9.5V11c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3m-1.3 0h-3V9.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cellphone-marker.svg b/mkdocs-material/material/templates/.icons/material/cellphone-marker.svg new file mode 100644 index 0000000..a0367c2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cellphone-marker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.5 13c-1.9 0-3.5 1.61-3.5 3.5 0 2.61 3.5 6.5 3.5 6.5s3.5-3.89 3.5-6.5c0-1.89-1.6-3.5-3.5-3.5m0 4.81c-.7 0-1.2-.6-1.2-1.2 0-.7.6-1.2 1.2-1.2s1.2.59 1.2 1.2c.1.6-.5 1.2-1.2 1.2M15.91 23H7a2 2 0 0 1-2-2V3c0-1.11.89-2 2-2h10a2 2 0 0 1 2 2v8.03c-.16-.03-.33-.03-.5-.03-.5 0-1 .08-1.5.22V5H7v14h6.54c.6 1.5 1.58 2.97 2.37 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cellphone-message-off.svg b/mkdocs-material/material/templates/.icons/material/cellphone-message-off.svg new file mode 100644 index 0000000..5b30a7d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cellphone-message-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.39 1.73 1.11 3l1.11 1.11C2.08 4.38 2 4.68 2 5v14a2 2 0 0 0 2 2h7c1.1 0 2-.9 2-2v-4.11l7.84 7.84 1.27-1.27zM11 17H4V7h1.11L11 12.89zM23 4.5v3c0 .83-.67 1.5-1.5 1.5H18l-2.9 2.9-.1-.1V4.5c0-.83.67-1.5 1.5-1.5h5c.83 0 1.5.67 1.5 1.5M10.2 7l-4-4H11c1.1 0 2 .9 2 2v4.8l-2-2V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cellphone-message.svg b/mkdocs-material/material/templates/.icons/material/cellphone-message.svg new file mode 100644 index 0000000..971be61 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cellphone-message.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 17V7H4v10zm0-14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm5.5 0h5A1.5 1.5 0 0 1 23 4.5v3A1.5 1.5 0 0 1 21.5 9H18l-3 3V4.5A1.5 1.5 0 0 1 16.5 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cellphone-nfc-off.svg b/mkdocs-material/material/templates/.icons/material/cellphone-nfc-off.svg new file mode 100644 index 0000000..f95985f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cellphone-nfc-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.84 22.73-1.99-1.99C18.56 21.5 17.84 22 17 22h-2.08c-.11-1.41-.42-2.75-.95-4h2.14L7 8.89V11c-.64-.26-1.31-.47-2-.63V6.89L1.11 3l1.28-1.27 19.72 19.73zM17 5v8.8l2 2V3a2 2 0 0 0-2-2H7c-.76 0-1.41.43-1.75 1.05L8.2 5zM2 20v3h3c0-1.66-1.34-3-3-3m0-4v2c2.76 0 5 2.24 5 5h2c0-3.87-3.13-7-7-7m0-4v2a9 9 0 0 1 9 9h2c0-6.08-4.92-11-11-11"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cellphone-nfc.svg b/mkdocs-material/material/templates/.icons/material/cellphone-nfc.svg new file mode 100644 index 0000000..0c55ac5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cellphone-nfc.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 16v2a5 5 0 0 1 5 5h2a7 7 0 0 0-7-7m0 4v3h3a3 3 0 0 0-3-3m0-8v2a9 9 0 0 1 9 9h2c0-6.08-4.92-11-11-11M17 1H7a2 2 0 0 0-2 2v7.37c.69.16 1.36.37 2 .63V5h10v13h-3.03c.53 1.25.84 2.59.95 4H17a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cellphone-off.svg b/mkdocs-material/material/templates/.icons/material/cellphone-off.svg new file mode 100644 index 0000000..91ba0f6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cellphone-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.38 1.73 1.11 3 5 6.89V21a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-.11l1.84 1.84 1.27-1.27M17 19H7V8.89l10 10zm0-14v8.8l2 2V3a2 2 0 0 0-2-2H7c-.72 0-1.4.37-1.76 1l3 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cellphone-play.svg b/mkdocs-material/material/templates/.icons/material/cellphone-play.svg new file mode 100644 index 0000000..dae9d05 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cellphone-play.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 19H7V5h10m0-4H7c-1.11 0-2 .89-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3a2 2 0 0 0-2-2m-7 8v6l4-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cellphone-remove.svg b/mkdocs-material/material/templates/.icons/material/cellphone-remove.svg new file mode 100644 index 0000000..bb0e1e9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cellphone-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22.54 16.88-1.42-1.41L19 17.59l-2.12-2.12-1.41 1.41L17.59 19l-2.12 2.12 1.41 1.42L19 20.41l2.12 2.13 1.42-1.42L20.41 19zm-8 6.12H7a2 2 0 0 1-2-2V3c0-1.11.89-2 2-2h10a2 2 0 0 1 2 2v10c-.7 0-1.37.13-2 .35V5H7v14h6c0 1.54.58 2.94 1.54 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cellphone-screenshot.svg b/mkdocs-material/material/templates/.icons/material/cellphone-screenshot.svg new file mode 100644 index 0000000..d3f3ef3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cellphone-screenshot.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 1a2 2 0 0 0-2 2v18a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2zm0 3h10v16H7zm2 2v4h1.5V7.5H13V6zm4.5 8v2.5H11V18h4v-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cellphone-settings.svg b/mkdocs-material/material/templates/.icons/material/cellphone-settings.svg new file mode 100644 index 0000000..778a9ac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cellphone-settings.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 16H8V4h8m0-4H8a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2m-1 24h2v-2h-2m-4 2h2v-2h-2m-4 2h2v-2H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cellphone-sound.svg b/mkdocs-material/material/templates/.icons/material/cellphone-sound.svg new file mode 100644 index 0000000..5c97b4d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cellphone-sound.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.1 8.7c1.8 1.8 1.8 4.6 0 6.5l1 1c2.5-2.3 2.5-6.1 0-8.5zM18 9.8l-1 1c.5.7.5 1.6 0 2.3l1 1c1.2-1.2 1.2-3 0-4.3M14 1H4a2 2 0 0 0-2 2v18a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2m0 19H4V4h10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cellphone-text.svg b/mkdocs-material/material/templates/.icons/material/cellphone-text.svg new file mode 100644 index 0000000..e1cc4ba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cellphone-text.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 19V5H7v14zm0-18a2 2 0 0 1 2 2v18a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V3c0-1.11.89-2 2-2zM9 7h6v2H9zm0 4h4v2H9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cellphone-wireless.svg b/mkdocs-material/material/templates/.icons/material/cellphone-wireless.svg new file mode 100644 index 0000000..7a41030 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cellphone-wireless.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.07 4.93A9.97 9.97 0 0 1 23 12c0 2.76-1.12 5.26-2.93 7.07l-1.41-1.41A7.94 7.94 0 0 0 21 12c0-2.21-.89-4.22-2.34-5.66zm-2.83 2.83A5.98 5.98 0 0 1 19 12c0 1.65-.67 3.15-1.76 4.24l-1.41-1.41A4 4 0 0 0 17 12c0-1.11-.45-2.11-1.17-2.83zM13 10a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2m-1.5-9A2.5 2.5 0 0 1 14 3.5V8h-2V4H3v15h9v-3h2v4.5a2.5 2.5 0 0 1-2.5 2.5h-8A2.5 2.5 0 0 1 1 20.5v-17A2.5 2.5 0 0 1 3.5 1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cellphone.svg b/mkdocs-material/material/templates/.icons/material/cellphone.svg new file mode 100644 index 0000000..1563af3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cellphone.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 19H7V5h10m0-4H7c-1.11 0-2 .89-2 2v18a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/centos.svg b/mkdocs-material/material/templates/.icons/material/centos.svg new file mode 100644 index 0000000..82dadf8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/centos.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.07 14.93 22 12l-2.93-2.93V4.93h-4.14L12 2 9.07 4.93H4.93v4.14L2 12l2.93 2.93v4.14h4.14L12 22l2.93-2.93h4.14zM21.41 12l-2.34 2.34v-1.88h-5.38l-.46-.46.46-.46h5.38V9.66zm-2.75 2.76-1.34 1.33-3.21-3.22h4.55zm-6.2-1.66-.46-.45-.46.45v-.64h-.64l.46-.46-.46-.46h.64v-.64l.46.46.46-.46v.64h.64l-.45.46.45.46h-.64zm1.65-1.97 3.21-3.22 1.34 1.33v1.89zm4.55-5.78v3.3l-1.34-1.33-3.82 3.81h-.63v-.63l3.81-3.82-1.33-1.33zm-5.79 4.54V5.35h1.89l1.33 1.33zM12 2.59l2.34 2.34h-1.88v5.38l-.46.46-.46-.46V4.93H9.66zm-.87 7.3L7.91 6.68l1.33-1.33h1.89zM5.35 5.35h3.3L7.32 6.68l3.81 3.82v.63h-.63L6.68 7.32 5.35 8.65zm0 3.89 1.33-1.33 3.21 3.22H5.35zM2.59 12l2.34-2.34v1.88h5.38l.46.46-.46.46H4.93v1.88zm7.3.87-3.21 3.22-1.33-1.33v-1.89zm-4.54 5.79v-3.31l1.33 1.33 3.82-3.81h.63v.63l-3.81 3.82 1.33 1.33h-3.3m5.78-4.54v4.55H9.24l-1.33-1.34zm.87 7.3-2.34-2.34h1.88v-5.38l.46-.46.46.46v5.38h1.88zm.87-7.3 3.22 3.21-1.33 1.34h-1.89zm2.48 4.55 1.33-1.34-3.81-3.82v-.63h.63l3.82 3.81 1.33-1.33v3.31z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/certificate-outline.svg b/mkdocs-material/material/templates/.icons/material/certificate-outline.svg new file mode 100644 index 0000000..3043b0a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/certificate-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m13 21 2-1 2 1v-7h-4m4-5V7l-2 1-2-1v2l-2 1 2 1v2l2-1 2 1v-2l2-1m1-7H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h7v-2H4V5h16v10h-1v2h1a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-9 5H5V6h6m-2 5H5V9h4m2 5H5v-2h6Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/certificate.svg b/mkdocs-material/material/templates/.icons/material/certificate.svg new file mode 100644 index 0000000..ec5c4ee --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/certificate.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 3c-1.11 0-2 .89-2 2v10a2 2 0 0 0 2 2h8v5l3-3 3 3v-5h2a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H4m8 2 3 2 3-2v3.5l3 1.5-3 1.5V15l-3-2-3 2v-3.5L9 10l3-1.5zM4 5h5v2H4zm0 4h3v2H4zm0 4h5v2H4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chair-rolling.svg b/mkdocs-material/material/templates/.icons/material/chair-rolling.svg new file mode 100644 index 0000000..9a4e6db --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chair-rolling.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 10v3h-3v-3zM2 13h3v-3H2zm15-8c0-1.1-.9-2-2-2H9c-1.1 0-2 .9-2 2v8h10zM7 15H6v2h5v1l-4 4h2.8l2.2-2.2 2.2 2.2H17l-4-4v-1h5v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chair-school.svg b/mkdocs-material/material/templates/.icons/material/chair-school.svg new file mode 100644 index 0000000..8fc0e0c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chair-school.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 5v2h-5l-3.47 5H16v2h-1.54l3.71 8h-2.2l-.93-2H6.38l-1.03 2H3.1l4.13-8H7c-.45 0-.83-.3-.96-.7L2.87 3.84l.95-.34c.52-.16 1.09.13 1.26.65L7.72 12h4.38l3.47-5H12V5zM9.5 14l-2.08 4h6.69l-1.85-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chandelier.svg b/mkdocs-material/material/templates/.icons/material/chandelier.svg new file mode 100644 index 0000000..bf483fe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chandelier.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 13.1c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3 3 1.34 3 3M9 2v1a2 2 0 0 0 2 2v4.1c.32-.06.66-.1 1-.1s.68.04 1 .1V5c1.11 0 2-.89 2-2V2zm-5 9.1c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3m16 0c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3m0 7c-.68 0-1.33-.14-1.92-.39-.48.24-1.01.39-1.58.39-1.11 0-2.09-.53-2.73-1.33-.55.23-1.14.33-1.77.33s-1.22-.1-1.77-.33c-.64.8-1.62 1.33-2.73 1.33-.57 0-1.1-.15-1.58-.39-.59.25-1.24.39-1.92.39-.27 0-.54-.04-.8-.1a5.44 5.44 0 0 0 4.3 2.1c1.33 0 2.55-.47 3.5-1.26v2.26c0 .55.45 1 1 1s1-.45 1-1v-2.26c.95.79 2.17 1.26 3.5 1.26 1.74 0 3.29-.81 4.3-2.1-.26.06-.53.1-.8.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/charity-search.svg b/mkdocs-material/material/templates/.icons/material/charity-search.svg new file mode 100644 index 0000000..1544e46 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/charity-search.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10.5 6-7.1 7.1c-.8-.9-1.2-2.2-1.4-3.9-.1-1.8.4-3.3 1.5-4.6 1.2-1.2 2.6-1.8 4.3-1.8q2.55 0 4.2 1.8l1.7 1.7c-.7.2-1.3.5-1.9.9zm5 0c2.9 0 5.4 1.9 6.2 4.6.1-.4.2-.8.2-1.3.2-1.7-.3-3.2-1.3-4.5-.5-.5-1.2-1-2-1.4q-1.35-.6-2.4-.6c-1.3 0-2.5.4-3.5 1.1L14.8 6zM11 7.9l-.4-.4c-.8.6-2.7 2.5-5.7 5.6-.2.2-.3.4-.3.7s.1.5.3.7.4.3.7.3c.2 0 .5-.1.7-.3L9 11.8c.2-1.6.9-2.9 2-3.9m-.8 8.4-1.1 1.1c-.1.1-.2.4-.2.6 0 .3.1.5.3.7s.4.3.6.3c.3 0 .5-.1.7-.3l1.1-1.1c-.5-.3-1-.8-1.4-1.3M9 13.2l-2 2c-.2.2-.3.5-.3.8s.1.5.3.7.5.3.7.3c.3 0 .5-.1.7-.3l1.2-1.3c-.3-.7-.5-1.4-.6-2.2m3.5 5-1.2 1.2c-.2.2-.3.4-.3.7s.1.5.3.7.4.3.7.3.5-.1.7-.3l1.9-1.9c-.8-.1-1.5-.3-2.1-.7m9.7-.4-1.4 1.4-2.9-2.9c-.7.4-1.5.7-2.4.7-2.5 0-4.5-2-4.5-4.5S13 8 15.5 8s4.5 2 4.5 4.5c0 .9-.3 1.7-.7 2.4zM18 12.5c0-1.4-1.1-2.5-2.5-2.5S13 11.1 13 12.5s1.1 2.5 2.5 2.5 2.5-1.1 2.5-2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/charity.svg b/mkdocs-material/material/templates/.icons/material/charity.svg new file mode 100644 index 0000000..d902452 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/charity.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.75 3.94c1-.72 2.16-1.08 3.47-1.08.72 0 1.51.19 2.37.59q1.29.585 2.04 1.38c1.03 1.28 1.46 2.77 1.31 4.47-.16 1.7-.72 3.03-1.69 3.97l-7.59 7.59c-.19.19-.43.28-.71.28s-.51-.09-.7-.28a.94.94 0 0 1-.28-.7c0-.28.09-.52.28-.71l4.59-4.59c.25-.22.25-.45 0-.7s-.48-.25-.7 0l-4.59 4.59a.95.95 0 0 1-.71.28c-.28 0-.51-.09-.7-.28a.94.94 0 0 1-.28-.7c0-.28.09-.52.28-.71l4.59-4.59q.405-.375 0-.75c-.23-.25-.45-.25-.7 0l-4.59 4.64a.98.98 0 0 1-.71.28c-.28 0-.52-.09-.73-.28-.2-.19-.3-.42-.3-.7q0-.42.33-.75l4.6-4.6c.25-.25.25-.48 0-.7s-.49-.22-.71 0L6.28 14.5c-.22.2-.45.31-.7.31-.28 0-.52-.1-.7-.31-.19-.2-.29-.44-.29-.72s.1-.51.29-.7C7.94 10 9.83 8.14 10.55 7.45l3.56 3.52c.39.37.84.56 1.39.56.7 0 1.25-.28 1.66-.84.28-.41.38-.86.3-1.36s-.29-.92-.63-1.27zm2.06 6.33L10.55 6l-7.08 7.08c-.84-.85-1.32-2.15-1.43-3.92-.11-1.76.37-3.29 1.43-4.57 1.19-1.18 2.61-1.78 4.26-1.78 1.66 0 3.07.6 4.22 1.78l4.27 4.27c.19.19.28.42.28.7s-.09.52-.28.71c-.19.18-.42.28-.72.28-.27 0-.5-.1-.69-.28"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chart-arc.svg b/mkdocs-material/material/templates/.icons/material/chart-arc.svg new file mode 100644 index 0000000..c9446d5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chart-arc.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.18 19.6-2.01-3.48c.98-.72 1.66-1.84 1.8-3.12H20a8.55 8.55 0 0 1-3.82 6.6M13 7.03V3c4.3.26 7.74 3.7 8 8h-4.03A4.49 4.49 0 0 0 13 7.03M7 12.5c0 .64.13 1.25.38 1.8L3.9 16.31A8.4 8.4 0 0 1 3 12.5C3 7.97 6.54 4.27 11 4v4.03c-2.25.25-4 2.15-4 4.47m4.5 8.5c-2.97 0-5.58-1.5-7.1-3.82l3.48-2.01A4.47 4.47 0 0 0 11.5 17c.64 0 1.25-.13 1.8-.38l2.01 3.48c-1.15.58-2.44.9-3.81.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chart-areaspline-variant.svg b/mkdocs-material/material/templates/.icons/material/chart-areaspline-variant.svg new file mode 100644 index 0000000..b6d0b56 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chart-areaspline-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 21H2V3h2v12.54L9.5 6 16 9.78l4.24-7.33 1.73 1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chart-areaspline.svg b/mkdocs-material/material/templates/.icons/material/chart-areaspline.svg new file mode 100644 index 0000000..cf6a94a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chart-areaspline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.45 15.18 22 7.31V21H2V3h2v12.54L9.5 6 16 9.78l4.24-7.33 1.73 1-5.23 9.05-6.51-3.75L4.31 19h2.26l4.39-7.56z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chart-bar-stacked.svg b/mkdocs-material/material/templates/.icons/material/chart-bar-stacked.svg new file mode 100644 index 0000000..ba84793 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chart-bar-stacked.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 21H2V3h2v16h2v-2h4v2h2v-3h4v3h2v-2h4zm-4-7h4v2h-4zm-6-8h4v3h-4zm4 9h-4v-5h4zM6 10h4v2H6zm4 6H6v-3h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chart-bar.svg b/mkdocs-material/material/templates/.icons/material/chart-bar.svg new file mode 100644 index 0000000..0e60aec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chart-bar.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 21H2V3h2v16h2v-9h4v9h2V6h4v13h2v-5h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chart-bell-curve-cumulative.svg b/mkdocs-material/material/templates/.icons/material/chart-bell-curve-cumulative.svg new file mode 100644 index 0000000..f6d8cd5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chart-bell-curve-cumulative.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 19v1h18v2H2V2h2v15c3 0 6-2 8.1-5.6 3-5 6.3-7.4 9.9-7.4v2c-2.8 0-5.5 2.1-8.1 6.5C11.3 16.6 7.7 19 4 19"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chart-bell-curve.svg b/mkdocs-material/material/templates/.icons/material/chart-bell-curve.svg new file mode 100644 index 0000000..5179daf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chart-bell-curve.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.96 11.31C10.82 8.1 11.5 6 13 6s2.18 2.1 3.04 5.31C17 14.92 18.1 19 22 19v-2c-2.2 0-3-2.46-4.03-6.2C17.08 7.46 16.15 4 13 4s-4.08 3.46-4.97 6.8C7.03 14.54 6.2 17 4 17V2H2v20h20v-2H4v-1c3.9 0 5-4.08 5.96-7.69"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chart-box-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/chart-box-multiple-outline.svg new file mode 100644 index 0000000..0901a81 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chart-box-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 16V4H8v12m14 0c0 1.1-.9 2-2 2H8c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h12c1.1 0 2 .9 2 2m-6 16v2H4c-1.1 0-2-.9-2-2V7h2v13m12-9h2v3h-2m-3-8h2v8h-2m-3-6h2v6h-2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chart-box-multiple.svg b/mkdocs-material/material/templates/.icons/material/chart-box-multiple.svg new file mode 100644 index 0000000..aeb425e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chart-box-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 20h12v2H4c-1.1 0-2-.9-2-2V7h2m18-3v12c0 1.1-.9 2-2 2H8c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h12c1.1 0 2 .9 2 2M12 8h-2v6h2m3-8h-2v8h2m3-3h-2v3h2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chart-box-outline.svg b/mkdocs-material/material/templates/.icons/material/chart-box-outline.svg new file mode 100644 index 0000000..ec8d2b0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chart-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 17H7v-7h2zm4 0h-2V7h2zm4 0h-2v-4h2zm2 2H5V5h14v14.1M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chart-box-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/chart-box-plus-outline.svg new file mode 100644 index 0000000..955c440 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chart-box-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 5v2h-3v3h-2V7h-3V5h3V2h2v3zm-3 14H5V5h6V3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-6h-2zm-4-6v4h2v-4zm-4 4h2V9h-2zm-2 0v-6H7v6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chart-box.svg b/mkdocs-material/material/templates/.icons/material/chart-box.svg new file mode 100644 index 0000000..b2c403c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chart-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2M9 17H7v-7h2zm4 0h-2V7h2zm4 0h-2v-4h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chart-bubble.svg b/mkdocs-material/material/templates/.icons/material/chart-bubble.svg new file mode 100644 index 0000000..00cdbd7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chart-bubble.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.2 11.2c1.77 0 3.2 1.43 3.2 3.2s-1.43 3.2-3.2 3.2S4 16.17 4 14.4s1.43-3.2 3.2-3.2m7.6 4.8a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2m.4-12A4.8 4.8 0 0 1 20 8.8c0 2.65-2.15 4.8-4.8 4.8a4.8 4.8 0 0 1-4.8-4.8c0-2.65 2.15-4.8 4.8-4.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chart-donut-variant.svg b/mkdocs-material/material/templates/.icons/material/chart-donut-variant.svg new file mode 100644 index 0000000..68e0cd9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chart-donut-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 2.05c5.05.5 9 4.77 9 9.95 0 1.45-.32 2.83-.88 4.07l-2.62-1.53c.32-.79.5-1.64.5-2.54 0-3.53-2.61-6.43-6-6.92zM12 19c2.21 0 4.17-1 5.45-2.62l2.6 1.53A9.97 9.97 0 0 1 12 22C6.47 22 2 17.5 2 12a9.99 9.99 0 0 1 9-9.95v3.03C7.61 5.57 5 8.47 5 12a7 7 0 0 0 7 7m0-13a6 6 0 0 1 6 6c0 2.97-2.16 5.44-5 5.92v-3.09c1.17-.41 2-1.52 2-2.83a3 3 0 0 0-3-3l-.55.05-1.54-2.67C10.56 6.13 11.26 6 12 6m-6 6c0-1.86.85-3.5 2.18-4.62l1.54 2.67C9.27 10.57 9 11.26 9 12c0 1.31.83 2.42 2 2.83v3.09c-2.84-.48-5-2.95-5-5.92"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chart-donut.svg b/mkdocs-material/material/templates/.icons/material/chart-donut.svg new file mode 100644 index 0000000..bbea113 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chart-donut.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 2.05v3.03c3.39.49 6 3.39 6 6.92 0 .9-.18 1.75-.5 2.54l2.62 1.53c.56-1.24.88-2.62.88-4.07 0-5.18-3.95-9.45-9-9.95M12 19a7 7 0 0 1-7-7c0-3.53 2.61-6.43 6-6.92V2.05c-5.06.5-9 4.76-9 9.95a10 10 0 0 0 10 10c3.3 0 6.23-1.61 8.05-4.09l-2.6-1.53A6.89 6.89 0 0 1 12 19"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chart-gantt.svg b/mkdocs-material/material/templates/.icons/material/chart-gantt.svg new file mode 100644 index 0000000..12a83f2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chart-gantt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 5h8V2h2v20h-2v-4H6v-3h4v-2H4v-3h6V8H2zm12 0h3v3h-3zm0 5h5v3h-5zm0 5h8v3h-8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chart-histogram.svg b/mkdocs-material/material/templates/.icons/material/chart-histogram.svg new file mode 100644 index 0000000..50b5a64 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chart-histogram.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3h2v10h4V7h4v4h4v4h4v6H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chart-line-stacked.svg b/mkdocs-material/material/templates/.icons/material/chart-line-stacked.svg new file mode 100644 index 0000000..64885c1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chart-line-stacked.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.45 15.18 22 6.81V21H2V3h2v16h2.57l4.39-7.56zM22 3l-.03.45L17 11l-7-5-4 6V3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chart-line-variant.svg b/mkdocs-material/material/templates/.icons/material/chart-line-variant.svg new file mode 100644 index 0000000..15f9e05 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chart-line-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m3.5 18.5 6-6 4 4L22 6.92 20.59 5.5l-7.09 8-4-4L2 17z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chart-line.svg b/mkdocs-material/material/templates/.icons/material/chart-line.svg new file mode 100644 index 0000000..3f4990e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chart-line.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16 11.78 4.24-7.33 1.73 1-5.23 9.05-6.51-3.75L5.46 19H22v2H2V3h2v14.54L9.5 8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chart-multiline.svg b/mkdocs-material/material/templates/.icons/material/chart-multiline.svg new file mode 100644 index 0000000..c1fbd76 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chart-multiline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 6.92 20.59 5.5l-2.85 3.22C15.68 6.4 12.83 5 9.61 5 6.72 5 4.07 6.16 2 8l1.42 1.42C5.12 7.93 7.27 7 9.61 7c2.74 0 5.09 1.26 6.77 3.24L13.5 13.5l-4-4L2 17l1.5 1.5 6-6 4 4 4.05-4.57c.75 1.35 1.25 2.9 1.45 4.57h2c-.22-2.32-.95-4.41-2.04-6.16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chart-multiple.svg b/mkdocs-material/material/templates/.icons/material/chart-multiple.svg new file mode 100644 index 0000000..c163914 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chart-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 16v2H6V2h2v11.57l5.71-9 3.16 2.11 2.42-2.42 1.42 1.42-3.58 3.61-2.84-1.89L8.82 16M4 20V4H2v18h20v-2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chart-pie-outline.svg b/mkdocs-material/material/templates/.icons/material/chart-pie-outline.svg new file mode 100644 index 0000000..8c72fdd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chart-pie-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 11h6.95q-.37-2.75-2.29-4.66Q15.75 4.43 13 4.05m-2 15.9V4.05q-3 .38-5 2.64T4 12t2 5.31q2 2.27 5 2.64m2 0q2.75-.35 4.68-2.27 1.92-1.93 2.27-4.68H13m-1 9q-2.07 0-3.9-.79-1.82-.78-3.17-2.13T2.79 15.9Q2 14.08 2 12t.79-3.9 2.14-3.17T8.1 2.79Q9.93 2 12 2t3.89.79q1.81.79 3.17 2.15 1.37 1.36 2.15 3.17Q22 9.93 22 12q0 2.05-.79 3.88-.78 1.82-2.13 3.18-1.35 1.37-3.18 2.15-1.82.79-3.9.79"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chart-pie.svg b/mkdocs-material/material/templates/.icons/material/chart-pie.svg new file mode 100644 index 0000000..43f8ea5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chart-pie.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 2v20c-5.1-.5-9-4.8-9-10s3.9-9.5 9-10m2 0v9h9c-.5-4.8-4.2-8.5-9-9m0 11v9c4.7-.5 8.5-4.2 9-9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chart-ppf.svg b/mkdocs-material/material/templates/.icons/material/chart-ppf.svg new file mode 100644 index 0000000..f91d052 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chart-ppf.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 6v2c3.2 0 6.36 1.18 8.57 3.15C15.64 13 16.83 15.5 17 18h1.97A14 12.5 0 0 0 5 6m17 15H2V3h2v16h18Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chart-sankey-variant.svg b/mkdocs-material/material/templates/.icons/material/chart-sankey-variant.svg new file mode 100644 index 0000000..2572a3a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chart-sankey-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 4v2H4V4H2v8h2v-2c4.16 0 5.92 2.11 7.77 4.34S15.65 19 20 19v2h2v-6h-2v2c-3.41 0-4.93-1.83-6.69-3.94C11.34 10.69 9.1 8 4 8h16v2h2V4Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chart-sankey.svg b/mkdocs-material/material/templates/.icons/material/chart-sankey.svg new file mode 100644 index 0000000..fe831db --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chart-sankey.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 5H4V2H2v20h20v-2H4V9c4.09 0 6.13 2 8.29 4.21S17.09 18 22 18v-2c-4.09 0-6.13-2-8.29-4.21S8.91 7 4 7h18Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chart-scatter-plot-hexbin.svg b/mkdocs-material/material/templates/.icons/material/chart-scatter-plot-hexbin.svg new file mode 100644 index 0000000..be93767 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chart-scatter-plot-hexbin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 2h2v18h18v2H2zm12 12.5L12 18H7.94l-2.02-3.5L7.94 11H12zm.08-8L12.06 10H8L6 6.5 8 3h4.06zm7.17 4L19.23 14h-4.04l-2.02-3.5L15.19 7h4.04z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chart-scatter-plot.svg b/mkdocs-material/material/templates/.icons/material/chart-scatter-plot.svg new file mode 100644 index 0000000..ae8c0ef --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chart-scatter-plot.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 2h2v18h18v2H2zm7 8a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3m4-8a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3m5 10a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chart-timeline-variant-shimmer.svg b/mkdocs-material/material/templates/.icons/material/chart-timeline-variant-shimmer.svg new file mode 100644 index 0000000..da99350 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chart-timeline-variant-shimmer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 8c-1.5 0-2.3 1.4-1.9 2.5l-3.6 3.6c-.3-.1-.7-.1-1 0l-2.6-2.6c.4-1.1-.4-2.5-1.9-2.5-1.4 0-2.3 1.4-1.9 2.5L3.5 16c-1.1-.3-2.5.5-2.5 2 0 1.1.9 2 2 2 1.4 0 2.3-1.4 1.9-2.5l4.5-4.6c.3.1.7.1 1 0l2.6 2.6c-.3 1 .5 2.5 2 2.5s2.3-1.4 1.9-2.5l3.6-3.6c1.1.3 2.5-.5 2.5-1.9 0-1.1-.9-2-2-2m-6 1 .9-2.1L18 6l-2.1-.9L15 3l-.9 2.1L12 6l2.1.9zM3.5 11 4 9l2-.5L4 8l-.5-2L3 8l-2 .5L3 9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chart-timeline-variant.svg b/mkdocs-material/material/templates/.icons/material/chart-timeline-variant.svg new file mode 100644 index 0000000..cf04a9e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chart-timeline-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m3 14 .5.07L8.07 9.5a1.95 1.95 0 0 1 .52-1.91c.78-.79 2.04-.79 2.82 0 .53.52.7 1.26.52 1.91l2.57 2.57.5-.07c.18 0 .35 0 .5.07l3.57-3.57C19 8.35 19 8.18 19 8a2 2 0 0 1 2-2 2 2 0 0 1 2 2 2 2 0 0 1-2 2c-.18 0-.35 0-.5-.07l-3.57 3.57c.07.15.07.32.07.5a2 2 0 0 1-2 2 2 2 0 0 1-2-2l.07-.5-2.57-2.57c-.32.07-.68.07-1 0L4.93 15.5 5 16a2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chart-timeline.svg b/mkdocs-material/material/templates/.icons/material/chart-timeline.svg new file mode 100644 index 0000000..4cd49d1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chart-timeline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 2h2v18h18v2H2zm5 8h10v3H7zm4 5h10v3H11zM6 4h16v4h-2V6H8v2H6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chart-tree.svg b/mkdocs-material/material/templates/.icons/material/chart-tree.svg new file mode 100644 index 0000000..e89b81c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chart-tree.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 6h8v16h-8zM2 4h20V2H2zm0 4h10V6H2zm7 14h3V10H9zm-7 0h5V10H2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chart-waterfall.svg b/mkdocs-material/material/templates/.icons/material/chart-waterfall.svg new file mode 100644 index 0000000..19bfc19 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chart-waterfall.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 2h2v18h18v2H2zm15 0h3v16h-3zM6 11h3v7H6zm7-8h3v4h-3zm-3 5h3v4h-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chat-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/chat-alert-outline.svg new file mode 100644 index 0000000..992b5e0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chat-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3C6.5 3 2 6.58 2 11a7.22 7.22 0 0 0 2.75 5.5c0 .6-.42 2.17-2.75 4.5 2.37-.11 4.64-1 6.47-2.5 1.14.33 2.34.5 3.53.5 5.5 0 10-3.58 10-8s-4.5-8-10-8m0 14c-4.42 0-8-2.69-8-6s3.58-6 8-6 8 2.69 8 6-3.58 6-8 6m-1-4v2h2v-2zm0-2h2V7h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chat-alert.svg b/mkdocs-material/material/templates/.icons/material/chat-alert.svg new file mode 100644 index 0000000..1092a34 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chat-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3c5.5 0 10 3.58 10 8s-4.5 8-10 8c-1.24 0-2.43-.18-3.53-.5C5.55 21 2 21 2 21c2.33-2.33 2.7-3.9 2.75-4.5C3.05 15.07 2 13.13 2 11c0-4.42 4.5-8 10-8m-1 11v2h2v-2zm0-2h2V6h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chat-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/chat-minus-outline.svg new file mode 100644 index 0000000..0df8cfe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chat-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3c5.5 0 10 3.58 10 8 0 .58-.08 1.14-.22 1.68-.59-.3-1.23-.52-1.9-.62.08-.34.12-.7.12-1.06 0-3.31-3.58-6-8-6s-8 2.69-8 6 3.58 6 8 6l1.09-.05L13 18l.08.95L12 19c-1.19 0-2.38-.17-3.53-.5C6.64 20 4.37 20.89 2 21c2.33-2.33 2.75-3.9 2.75-4.5A7.22 7.22 0 0 1 2 11c0-4.42 4.5-8 10-8m11 14v2h-8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chat-minus.svg b/mkdocs-material/material/templates/.icons/material/chat-minus.svg new file mode 100644 index 0000000..3153bd1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chat-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 17v2h-8v-2zM12 3c5.5 0 10 3.58 10 8 0 .58-.08 1.14-.22 1.68A6.005 6.005 0 0 0 13 18l.08.95L12 19c-1.24 0-2.43-.18-3.53-.5C5.55 21 2 21 2 21c2.33-2.33 2.7-3.9 2.75-4.5C3.05 15.07 2 13.14 2 11c0-4.42 4.5-8 10-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chat-outline.svg b/mkdocs-material/material/templates/.icons/material/chat-outline.svg new file mode 100644 index 0000000..b7e3823 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chat-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3C6.5 3 2 6.58 2 11a7.22 7.22 0 0 0 2.75 5.5c0 .6-.42 2.17-2.75 4.5 2.37-.11 4.64-1 6.47-2.5 1.14.33 2.34.5 3.53.5 5.5 0 10-3.58 10-8s-4.5-8-10-8m0 14c-4.42 0-8-2.69-8-6s3.58-6 8-6 8 2.69 8 6-3.58 6-8 6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chat-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/chat-plus-outline.svg new file mode 100644 index 0000000..8214ce7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chat-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3c5.5 0 10 3.58 10 8 0 .58-.08 1.14-.22 1.68-.59-.3-1.23-.52-1.9-.62.08-.34.12-.7.12-1.06 0-3.31-3.58-6-8-6s-8 2.69-8 6 3.58 6 8 6l1.09-.05L13 18l.08.95L12 19c-1.19 0-2.38-.17-3.53-.5C6.64 20 4.37 20.89 2 21c2.33-2.33 2.75-3.9 2.75-4.5A7.22 7.22 0 0 1 2 11c0-4.42 4.5-8 10-8m6 11h2v3h3v2h-3v3h-2v-3h-3v-2h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chat-plus.svg b/mkdocs-material/material/templates/.icons/material/chat-plus.svg new file mode 100644 index 0000000..f5c22e4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chat-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 14h2v3h3v2h-3v3h-2v-3h-3v-2h3zM12 3c5.5 0 10 3.58 10 8 0 .58-.08 1.14-.22 1.68A6.005 6.005 0 0 0 13 18l.08.95L12 19c-1.24 0-2.43-.18-3.53-.5C5.55 21 2 21 2 21c2.33-2.33 2.7-3.9 2.75-4.5C3.05 15.07 2 13.14 2 11c0-4.42 4.5-8 10-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chat-processing-outline.svg b/mkdocs-material/material/templates/.icons/material/chat-processing-outline.svg new file mode 100644 index 0000000..73b4b5c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chat-processing-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3C6.5 3 2 6.58 2 11a7.22 7.22 0 0 0 2.75 5.5c0 .6-.42 2.17-2.75 4.5 2.37-.11 4.64-1 6.47-2.5 1.14.33 2.34.5 3.53.5 5.5 0 10-3.58 10-8s-4.5-8-10-8m0 14c-4.42 0-8-2.69-8-6s3.58-6 8-6 8 2.69 8 6-3.58 6-8 6m5-5v-2h-2v2zm-4 0v-2h-2v2zm-4 0v-2H7v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chat-processing.svg b/mkdocs-material/material/templates/.icons/material/chat-processing.svg new file mode 100644 index 0000000..2989724 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chat-processing.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3c5.5 0 10 3.58 10 8s-4.5 8-10 8c-1.24 0-2.43-.18-3.53-.5C5.55 21 2 21 2 21c2.33-2.33 2.7-3.9 2.75-4.5C3.05 15.07 2 13.13 2 11c0-4.42 4.5-8 10-8m5 9v-2h-2v2zm-4 0v-2h-2v2zm-4 0v-2H7v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chat-question-outline.svg b/mkdocs-material/material/templates/.icons/material/chat-question-outline.svg new file mode 100644 index 0000000..4921095 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chat-question-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3C6.5 3 2 6.6 2 11c0 2.2 1.1 4.2 2.8 5.5 0 .6-.4 2.2-2.8 4.5 2.4-.1 4.6-1 6.5-2.5 1.1.3 2.3.5 3.5.5 5.5 0 10-3.6 10-8s-4.5-8-10-8m0 14c-4.4 0-8-2.7-8-6s3.6-6 8-6 8 2.7 8 6-3.6 6-8 6m.2-10.5c-.9 0-1.6.2-2.1.5-.6.4-.9 1-.8 1.7h2q0-.45.3-.6c.2-.1.4-.2.7-.2s.6.1.8.3.3.4.3.7-.1.5-.2.7c-.2.2-.4.4-.6.5-.5.3-.9.6-1.1.8-.4.3-.5.6-.5 1.1h2c0-.3.1-.5.1-.7.1-.2.3-.3.5-.5.5-.2.8-.5 1.1-.9s.4-.8.4-1.2c0-.7-.3-1.3-.8-1.7-.4-.3-1.2-.5-2.1-.5M11 13v2h2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chat-question.svg b/mkdocs-material/material/templates/.icons/material/chat-question.svg new file mode 100644 index 0000000..ecaff18 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chat-question.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3C6.5 3 2 6.6 2 11c0 2.1 1 4.1 2.8 5.5 0 .6-.4 2.2-2.8 4.5 0 0 3.5 0 6.5-2.5 1.1.3 2.3.5 3.5.5 5.5 0 10-3.6 10-8s-4.5-8-10-8m1 12h-2v-2h2zm1.8-5c-.3.4-.7.6-1.1.8-.3.2-.4.3-.5.5-.2.2-.2.4-.2.7h-2c0-.5.1-.8.3-1.1.2-.2.6-.5 1.1-.8.3-.1.5-.3.6-.5s.2-.5.2-.7c0-.3-.1-.5-.3-.7s-.5-.3-.8-.3-.5.1-.7.2q-.3.15-.3.6h-2c.1-.7.4-1.3.9-1.7s1.2-.5 2.1-.5 1.7.2 2.2.6.8 1 .8 1.7q.15.6-.3 1.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chat-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/chat-remove-outline.svg new file mode 100644 index 0000000..30c4fc6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chat-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.46 15.88 1.42-1.42L19 16.59l2.12-2.12 1.42 1.41L20.41 18l2.13 2.12-1.42 1.42L19 19.41l-2.12 2.13-1.42-1.42L17.59 18l-2.12-2.12M12 3c5.5 0 10 3.58 10 8 0 .58-.08 1.14-.22 1.68-.59-.3-1.23-.52-1.9-.62.08-.34.12-.7.12-1.06 0-3.31-3.58-6-8-6s-8 2.69-8 6 3.58 6 8 6l1.09-.05L13 18l.08.95L12 19c-1.19 0-2.38-.17-3.53-.5C6.64 20 4.37 20.89 2 21c2.33-2.33 2.75-3.9 2.75-4.5A7.22 7.22 0 0 1 2 11c0-4.42 4.5-8 10-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chat-remove.svg b/mkdocs-material/material/templates/.icons/material/chat-remove.svg new file mode 100644 index 0000000..49049df --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chat-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.46 15.88 1.42-1.42L19 16.59l2.12-2.12 1.42 1.41L20.41 18l2.13 2.12-1.42 1.42L19 19.41l-2.12 2.13-1.42-1.42L17.59 18l-2.12-2.12M12 3c5.5 0 10 3.58 10 8 0 .58-.08 1.14-.22 1.68A6.005 6.005 0 0 0 13 18l.08.95L12 19c-1.24 0-2.43-.18-3.53-.5C5.55 21 2 21 2 21c2.33-2.33 2.7-3.9 2.75-4.5C3.05 15.07 2 13.14 2 11c0-4.42 4.5-8 10-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chat-sleep-outline.svg b/mkdocs-material/material/templates/.icons/material/chat-sleep-outline.svg new file mode 100644 index 0000000..ce6cf52 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chat-sleep-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3C6.5 3 2 6.58 2 11a7.22 7.22 0 0 0 2.75 5.5c0 .6-.42 2.17-2.75 4.5 2.37-.11 4.64-1 6.47-2.5 1.14.33 2.34.5 3.53.5 5.5 0 10-3.58 10-8s-4.5-8-10-8m0 14c-4.42 0-8-2.69-8-6s3.58-6 8-6 8 2.69 8 6-3.58 6-8 6m3-10H9v2h3.24L9 12.7V15h6v-2h-3.24L15 9.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chat-sleep.svg b/mkdocs-material/material/templates/.icons/material/chat-sleep.svg new file mode 100644 index 0000000..ac102a3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chat-sleep.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3C6.5 3 2 6.58 2 11c0 2.13 1.05 4.07 2.75 5.5-.05.6-.42 2.17-2.75 4.5 0 0 3.55 0 6.47-2.5 1.1.32 2.29.5 3.53.5 5.5 0 10-3.58 10-8s-4.5-8-10-8m3 6.3L11.76 13H15v2H9v-2.3L12.24 9H9V7h6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chat.svg b/mkdocs-material/material/templates/.icons/material/chat.svg new file mode 100644 index 0000000..ea49266 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3c5.5 0 10 3.58 10 8s-4.5 8-10 8c-1.24 0-2.43-.18-3.53-.5C5.55 21 2 21 2 21c2.33-2.33 2.7-3.9 2.75-4.5C3.05 15.07 2 13.13 2 11c0-4.42 4.5-8 10-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/check-all.svg b/mkdocs-material/material/templates/.icons/material/check-all.svg new file mode 100644 index 0000000..4e8927f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/check-all.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.41 13.41 6 19l1.41-1.42L1.83 12m20.41-6.42L11.66 16.17 7.5 12l-1.43 1.41L11.66 19l12-12M18 7l-1.41-1.42-6.35 6.35 1.42 1.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/check-bold.svg b/mkdocs-material/material/templates/.icons/material/check-bold.svg new file mode 100644 index 0000000..217fac1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/check-bold.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m9 20.42-6.21-6.21 2.83-2.83L9 14.77l9.88-9.89 2.83 2.83z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/check-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/check-circle-outline.svg new file mode 100644 index 0000000..59bea90 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/check-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m4.59-12.42L10 14.17l-2.59-2.58L6 13l4 4 8-8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/check-circle.svg b/mkdocs-material/material/templates/.icons/material/check-circle.svg new file mode 100644 index 0000000..75275a6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/check-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m-2 15-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/check-decagram-outline.svg b/mkdocs-material/material/templates/.icons/material/check-decagram-outline.svg new file mode 100644 index 0000000..dbd1d68 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/check-decagram-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23 12-2.4-2.8.3-3.7-3.6-.8-1.9-3.2L12 3 8.6 1.5 6.7 4.7l-3.6.8.3 3.7L1 12l2.4 2.8-.3 3.7 3.6.8 1.9 3.2L12 21l3.4 1.5 1.9-3.2 3.6-.8-.3-3.7zm-4.3 4.9-2.7.6-1.4 2.4-2.6-1.1-2.6 1.1L8 17.5l-2.7-.6.2-2.8L3.7 12l1.8-2.1-.2-2.8L8 6.5l1.4-2.4L12 5.2l2.6-1.1L16 6.5l2.7.6-.2 2.8 1.8 2.1-1.8 2.1zm-2.1-9.3L18 9l-8 8-4-4 1.4-1.4 2.6 2.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/check-decagram.svg b/mkdocs-material/material/templates/.icons/material/check-decagram.svg new file mode 100644 index 0000000..bfe3ba6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/check-decagram.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23 12-2.44-2.78.34-3.68-3.61-.82-1.89-3.18L12 3 8.6 1.54 6.71 4.72l-3.61.81.34 3.68L1 12l2.44 2.78-.34 3.69 3.61.82 1.89 3.18L12 21l3.4 1.46 1.89-3.18 3.61-.82-.34-3.68zm-13 5-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/check-network-outline.svg b/mkdocs-material/material/templates/.icons/material/check-network-outline.svg new file mode 100644 index 0000000..aed23d8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/check-network-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 20a1 1 0 0 0-1-1h-1v-2h4a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h4v2h-1a1 1 0 0 0-1 1H2v2h7a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1h7v-2zm-8-5V5h10v10zm1-4.63 1.24-1.24 1.69 1.7L14.76 7 16 8.5l-5.07 5.07z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/check-network.svg b/mkdocs-material/material/templates/.icons/material/check-network.svg new file mode 100644 index 0000000..4c716d8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/check-network.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 20a1 1 0 0 0-1-1h-1v-2h4a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h4v2h-1a1 1 0 0 0-1 1H2v2h7a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1h7v-2zm-6.75-9.92 1.16-1.16L11 10.5l3.59-3.58 1.16 1.41L11 13.08z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/check-outline.svg b/mkdocs-material/material/templates/.icons/material/check-outline.svg new file mode 100644 index 0000000..89a380b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.78 2.2 24 6.42 8.44 22 0 13.55l4.22-4.22 4.22 4.22zm0 2.8L8.44 16.36l-4.22-4.17-1.41 1.36 5.63 5.62L21.19 6.42z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/check-underline-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/check-underline-circle-outline.svg new file mode 100644 index 0000000..5c8c24c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/check-underline-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m-5-5h10v2H7zm3.3-3.8L8.4 9.3 7 10.7l3.3 3.3L17 7.3l-1.4-1.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/check-underline-circle.svg b/mkdocs-material/material/templates/.icons/material/check-underline-circle.svg new file mode 100644 index 0000000..9841c13 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/check-underline-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m5 16H7v-2h10zm-6.7-4L7 10.7l1.4-1.4 1.9 1.9 5.3-5.3L17 7.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/check-underline.svg b/mkdocs-material/material/templates/.icons/material/check-underline.svg new file mode 100644 index 0000000..2f21961 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/check-underline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 5 9 17l-5.5-5.5 1.41-1.41L9 14.17 19.59 3.59zM3 21v-2h18v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/check.svg b/mkdocs-material/material/templates/.icons/material/check.svg new file mode 100644 index 0000000..ba4cd07 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 7 9 19l-5.5-5.5 1.41-1.41L9 16.17 19.59 5.59z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/checkbook-arrow-left.svg b/mkdocs-material/material/templates/.icons/material/checkbook-arrow-left.svg new file mode 100644 index 0000000..41591d6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/checkbook-arrow-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 14h10.53c-.28.31-.53.64-.73 1H5zm16-6v4.08c.72.12 1.39.37 2 .72V5H1v14h13.08a6.5 6.5 0 0 1-.08-1c0-.34.03-.67.08-1H3V8zM5 10h7v2H5zm11 8 3-3v2h4v2h-4v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/checkbook-arrow-right.svg b/mkdocs-material/material/templates/.icons/material/checkbook-arrow-right.svg new file mode 100644 index 0000000..9964f22 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/checkbook-arrow-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 14h10.53c-.28.31-.53.64-.73 1H5zm16-6v4.08c.72.12 1.39.37 2 .72V5H1v14h13.08a6.5 6.5 0 0 1-.08-1c0-.34.03-.67.08-1H3V8zM5 10h7v2H5zm19 8-3-3v2h-4v2h4v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/checkbook.svg b/mkdocs-material/material/templates/.icons/material/checkbook.svg new file mode 100644 index 0000000..194f3e0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/checkbook.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 14h14v1H5zm16 3V8H3v9zM1 5h22v14H1zm4 5h7v2H5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/checkbox-blank-badge-outline.svg b/mkdocs-material/material/templates/.icons/material/checkbox-blank-badge-outline.svg new file mode 100644 index 0000000..e7ecaca --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/checkbox-blank-badge-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 4.5C23 6.43 21.43 8 19.5 8S16 6.43 16 4.5 17.57 1 19.5 1 23 2.57 23 4.5M19.5 10H19v9H5V5h9.03C14 4.84 14 4.67 14 4.5c0-.5.08-1 .21-1.5H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2V9.79c-.5.13-1 .21-1.5.21"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/checkbox-blank-badge.svg b/mkdocs-material/material/templates/.icons/material/checkbox-blank-badge.svg new file mode 100644 index 0000000..3134638 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/checkbox-blank-badge.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 4.5C23 6.43 21.43 8 19.5 8S16 6.43 16 4.5 17.57 1 19.5 1 23 2.57 23 4.5M19.5 10A5.51 5.51 0 0 1 14 4.5c0-.5.08-1 .21-1.5H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2V9.79c-.5.13-1 .21-1.5.21"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/checkbox-blank-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/checkbox-blank-circle-outline.svg new file mode 100644 index 0000000..17baa43 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/checkbox-blank-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20a8 8 0 0 1-8-8 8 8 0 0 1 8-8 8 8 0 0 1 8 8 8 8 0 0 1-8 8m0-18A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/checkbox-blank-circle.svg b/mkdocs-material/material/templates/.icons/material/checkbox-blank-circle.svg new file mode 100644 index 0000000..732d52e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/checkbox-blank-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/checkbox-blank-off-outline.svg b/mkdocs-material/material/templates/.icons/material/checkbox-blank-off-outline.svg new file mode 100644 index 0000000..a8eb7be --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/checkbox-blank-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.11 21.46 2.39 1.73 1.11 3 3 4.9V19a2 2 0 0 0 2 2h14.1l1.74 1.73zM5 19V6.89L17.11 19zM8.2 5l-2-2H19a2 2 0 0 1 2 2v12.8l-2-2V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/checkbox-blank-off.svg b/mkdocs-material/material/templates/.icons/material/checkbox-blank-off.svg new file mode 100644 index 0000000..cdd81e0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/checkbox-blank-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.84 22.73 19.1 21H5a2 2 0 0 1-2-2V4.9L1.11 3l1.28-1.27 19.72 19.73zM21 5a2 2 0 0 0-2-2H6.2L21 17.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/checkbox-blank-outline.svg b/mkdocs-material/material/templates/.icons/material/checkbox-blank-outline.svg new file mode 100644 index 0000000..26b0366 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/checkbox-blank-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m0 2v14H5V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/checkbox-blank.svg b/mkdocs-material/material/templates/.icons/material/checkbox-blank.svg new file mode 100644 index 0000000..aa1af11 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/checkbox-blank.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/checkbox-intermediate-variant.svg b/mkdocs-material/material/templates/.icons/material/checkbox-intermediate-variant.svg new file mode 100644 index 0000000..6d7ed23 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/checkbox-intermediate-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m0 16H5V5h14zM7 17V7h10"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/checkbox-intermediate.svg b/mkdocs-material/material/templates/.icons/material/checkbox-intermediate.svg new file mode 100644 index 0000000..a2bd15b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/checkbox-intermediate.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m0 16H5V5h14zm-2-2H7V7h10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/checkbox-marked-circle-auto-outline.svg b/mkdocs-material/material/templates/.icons/material/checkbox-marked-circle-auto-outline.svg new file mode 100644 index 0000000..f353626 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/checkbox-marked-circle-auto-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 22c.8 0 1.6-.1 2.3-.3-.4-.5-.8-1.1-1-1.8-.4.1-.9.1-1.3.1-4.4 0-8-3.6-8-8s3.6-8 8-8c.8 0 1.5.1 2.2.3l1.6-1.6C14.6 2.3 13.3 2 12 2 6.5 2 2 6.5 2 12s4.5 10 10 10M6.5 11.5l1.4-1.4 3.1 3.1 8.6-8.6L21 6 11 16zM19 14l-1.26 2.75L15 18l2.74 1.26L19 22l1.25-2.74L23 18l-2.75-1.25z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/checkbox-marked-circle-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/checkbox-marked-circle-minus-outline.svg new file mode 100644 index 0000000..75cb71a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/checkbox-marked-circle-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.3 21.7c-.7.2-1.5.3-2.3.3-5.5 0-10-4.5-10-10S6.5 2 12 2c1.3 0 2.6.3 3.8.7l-1.6 1.6c-.7-.2-1.4-.3-2.2-.3-4.4 0-8 3.6-8 8s3.6 8 8 8c.4 0 .9 0 1.3-.1.2.7.6 1.3 1 1.8M7.9 10.1l-1.4 1.4L11 16 21 6l-1.4-1.4-8.6 8.6zM15 17v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/checkbox-marked-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/checkbox-marked-circle-outline.svg new file mode 100644 index 0000000..28c38d3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/checkbox-marked-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 12a8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8c.76 0 1.5.11 2.2.31l1.57-1.57A9.8 9.8 0 0 0 12 2 10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10M7.91 10.08 6.5 11.5 11 16 21 6l-1.41-1.42L11 13.17z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/checkbox-marked-circle-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/checkbox-marked-circle-plus-outline.svg new file mode 100644 index 0000000..c10d719 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/checkbox-marked-circle-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.3 21.7c-.7.2-1.5.3-2.3.3-5.5 0-10-4.5-10-10S6.5 2 12 2c1.3 0 2.6.3 3.8.7l-1.6 1.6c-.7-.2-1.4-.3-2.2-.3-4.4 0-8 3.6-8 8s3.6 8 8 8c.4 0 .9 0 1.3-.1.2.7.6 1.3 1 1.8M7.9 10.1l-1.4 1.4L11 16 21 6l-1.4-1.4-8.6 8.6zM18 14v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/checkbox-marked-circle.svg b/mkdocs-material/material/templates/.icons/material/checkbox-marked-circle.svg new file mode 100644 index 0000000..59ad933 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/checkbox-marked-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10 17-5-5 1.41-1.42L10 14.17l7.59-7.59L19 8m-7-6A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/checkbox-marked-outline.svg b/mkdocs-material/material/templates/.icons/material/checkbox-marked-outline.svg new file mode 100644 index 0000000..95a9973 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/checkbox-marked-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 19H5V5h10V3H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-8h-2m-11.09-.92L6.5 11.5 11 16 21 6l-1.41-1.42L11 13.17z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/checkbox-marked.svg b/mkdocs-material/material/templates/.icons/material/checkbox-marked.svg new file mode 100644 index 0000000..2a3a110 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/checkbox-marked.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10 17-5-5 1.41-1.42L10 14.17l7.59-7.59L19 8m0-5H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/checkbox-multiple-blank-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/checkbox-multiple-blank-circle-outline.svg new file mode 100644 index 0000000..9cce95a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/checkbox-multiple-blank-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8m0 2c3.32 0 6 2.69 6 6 0 3.32-2.68 6-6 6a6 6 0 0 1-6-6 6 6 0 0 1 6-6M4.93 5.82A8.01 8.01 0 0 0 2 12a8 8 0 0 0 8 8c.64 0 1.27-.08 1.88-.23-1.76-.39-3.38-1.27-4.71-2.48A6 6 0 0 1 4 12c0-.3.03-.59.07-.89C4.03 10.74 4 10.37 4 10c0-1.44.32-2.87.93-4.18"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/checkbox-multiple-blank-circle.svg b/mkdocs-material/material/templates/.icons/material/checkbox-multiple-blank-circle.svg new file mode 100644 index 0000000..b8f28ff --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/checkbox-multiple-blank-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8M4.93 5.82A8.01 8.01 0 0 0 2 12a8 8 0 0 0 8 8c.64 0 1.27-.08 1.88-.23-1.76-.39-3.38-1.27-4.71-2.48A6 6 0 0 1 4 12c0-.3.03-.59.07-.89C4.03 10.74 4 10.37 4 10c0-1.44.32-2.87.93-4.18"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/checkbox-multiple-blank-outline.svg b/mkdocs-material/material/templates/.icons/material/checkbox-multiple-blank-outline.svg new file mode 100644 index 0000000..e7ea297 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/checkbox-multiple-blank-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 16V4H8v12zm2 0a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2h12a2 2 0 0 1 2 2zm-6 4v2H4a2 2 0 0 1-2-2V7h2v13z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/checkbox-multiple-blank.svg b/mkdocs-material/material/templates/.icons/material/checkbox-multiple-blank.svg new file mode 100644 index 0000000..b99a4e1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/checkbox-multiple-blank.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 16a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2h12a2 2 0 0 1 2 2zm-6 4v2H4a2 2 0 0 1-2-2V7h2v13z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/checkbox-multiple-marked-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/checkbox-multiple-marked-circle-outline.svg new file mode 100644 index 0000000..37f920c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/checkbox-multiple-marked-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8h-2c0 3.32-2.68 6-6 6a6 6 0 0 1-6-6 6 6 0 0 1 6-6c.43 0 .86.05 1.27.14l1.61-1.6Q15.5 2 14 2m6.59 1.58L14 10.17l-2.38-2.38-1.41 1.42L14 13l8-8m-17.07.82A8.01 8.01 0 0 0 2 12a8 8 0 0 0 8 8c.64 0 1.27-.08 1.88-.23-1.76-.39-3.38-1.27-4.71-2.48A6 6 0 0 1 4 12c0-.3.03-.59.07-.89C4.03 10.74 4 10.37 4 10c0-1.44.32-2.87.93-4.18"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/checkbox-multiple-marked-circle.svg b/mkdocs-material/material/templates/.icons/material/checkbox-multiple-marked-circle.svg new file mode 100644 index 0000000..054281b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/checkbox-multiple-marked-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8M4.93 5.82A8.01 8.01 0 0 0 2 12a8 8 0 0 0 8 8c.64 0 1.27-.08 1.88-.23-1.76-.39-3.38-1.27-4.71-2.48A6 6 0 0 1 4 12c0-.3.03-.59.07-.89C4.03 10.74 4 10.37 4 10c0-1.44.32-2.87.93-4.18m13.16.26L19.5 7.5 13 14l-3.79-3.79 1.42-1.42L13 11.17"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/checkbox-multiple-marked-outline.svg b/mkdocs-material/material/templates/.icons/material/checkbox-multiple-marked-outline.svg new file mode 100644 index 0000000..bc5b4e4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/checkbox-multiple-marked-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 16v-6h2v6a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2h8v2H8v12zm-9.09-8.92L14 10.17l6.59-6.59L22 5l-8 8-4.5-4.5zM16 20v2H4a2 2 0 0 1-2-2V7h2v13z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/checkbox-multiple-marked.svg b/mkdocs-material/material/templates/.icons/material/checkbox-multiple-marked.svg new file mode 100644 index 0000000..0a871c4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/checkbox-multiple-marked.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 16a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2h12a2 2 0 0 1 2 2zm-6 4v2H4a2 2 0 0 1-2-2V7h2v13zm-3-6 7-7-1.41-1.41L13 11.17 9.91 8.09 8.5 9.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/checkbox-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/checkbox-multiple-outline.svg new file mode 100644 index 0000000..52d5b2a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/checkbox-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H8a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2m0 14H8V4h12zm-4 4v2H4a2 2 0 0 1-2-2V7h2v13zm2.53-11.94L17.47 7l-4.88 4.88-2.12-2.12-1.06 1.06L12.59 14z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/checkbox-outline.svg b/mkdocs-material/material/templates/.icons/material/checkbox-outline.svg new file mode 100644 index 0000000..6c61ebe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/checkbox-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m0 2v14H5V5zm-9 12-4-4 1.41-1.42L10 14.17l6.59-6.59L18 9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/checkerboard-minus.svg b/mkdocs-material/material/templates/.icons/material/checkerboard-minus.svg new file mode 100644 index 0000000..1103902 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/checkerboard-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 17v2h8v-2M8 16h4v-4H8zm4-4h4V8h-4zM2 2v20h11.5c-.5-.6-.9-1.3-1.2-2H8v-4H4v-4h4V8H4V4h4v4h4V4h4v4h4v4.4c.7.3 1.4.7 2 1.2V2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/checkerboard-plus.svg b/mkdocs-material/material/templates/.icons/material/checkerboard-plus.svg new file mode 100644 index 0000000..70db2db --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/checkerboard-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 17h3v2h-3v3h-2v-3h-3v-2h3v-3h2zM8 16h4v-4H8zm4-4h4V8h-4zM2 2v20h11.54c-.54-.58-.91-1.26-1.18-2H8v-4H4v-4h4V8H4V4h4v4h4V4h4v4h4v4.36c.74.27 1.42.64 2 1.18V2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/checkerboard-remove.svg b/mkdocs-material/material/templates/.icons/material/checkerboard-remove.svg new file mode 100644 index 0000000..8437fb8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/checkerboard-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 16h4v-4H8zm4-4h4V8h-4zM2 2v20h11.5c-.5-.6-.9-1.3-1.2-2H8v-4H4v-4h4V8H4V4h4v4h4V4h4v4h4v4.4c.7.3 1.4.7 2 1.2V2zm18.1 12.5L18 16.6l-2.1-2.1-1.4 1.4 2.1 2.1-2.1 2.1 1.4 1.4 2.1-2.1 2.1 2.1 1.4-1.4-2.1-2.1 2.1-2.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/checkerboard.svg b/mkdocs-material/material/templates/.icons/material/checkerboard.svg new file mode 100644 index 0000000..a97bb39 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/checkerboard.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 2v20h20V2zm18 10h-4v4h4v4h-4v-4h-4v4H8v-4H4v-4h4V8H4V4h4v4h4V4h4v4h4zm-4-4v4h-4V8zm-4 4v4H8v-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cheese-off.svg b/mkdocs-material/material/templates/.icons/material/cheese-off.svg new file mode 100644 index 0000000..7258665 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cheese-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.5 1.7 2.2 3l3.9 3.9V9c1.1.2 2 1.2 2 2.5s-.9 2.2-2 2.5v7l6-3.5c0-.8.7-1.5 1.5-1.5.3 0 .6.1.8.2l.7-.4 5.2 5.2 1.3-1.3zM10.1 16c-.5 0-1-.5-1-1s.5-1 1-1 1 .5 1 1-.5 1-1 1m3.7-6.5L9.9 5.6c.3.3.7.4 1.2.4 1 0 1.8-.8 2-1.8 2.3 1 4.5 2.4 6.2 4.2-.1.2-.2.3-.2.5 0 .5.5 1 1 1 .2 0 .3 0 .4-.1.5.6.9 1.3 1.3 2l-3.5 2-1.7-1.7c.3-.3.5-.8.5-1.3 0-1.1-.9-2-2-2-.5.2-1 .4-1.3.7M9.5 5.2 7.3 3c.7 0 1.3.1 1.9.2-.1.3-.1.5-.1.8 0 .4.1.9.4 1.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cheese.svg b/mkdocs-material/material/templates/.icons/material/cheese.svg new file mode 100644 index 0000000..3d3cbaf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cheese.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 17.5c0-.83.67-1.5 1.5-1.5.29 0 .56.09.79.23l7.46-4.3c-.4-.71-.85-1.38-1.34-2.03a.9.9 0 0 1-.41.1c-.55 0-1-.45-1-1 0-.2.08-.38.18-.54A17.7 17.7 0 0 0 12 4.25C11.85 5.24 11 6 10 6a2 2 0 0 1-2-2c0-.28.06-.55.16-.79C7.3 3.08 6.41 3 5.5 3c-.17 0-.33 0-.5.03v6.02a2.5 2.5 0 0 1 0 4.9V21l6-3.46zM14 9a2 2 0 1 1 0 4c-1.11 0-2-.89-2-2s.9-2 2-2m-5 7c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1m0-6c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chef-hat.svg b/mkdocs-material/material/templates/.icons/material/chef-hat.svg new file mode 100644 index 0000000..80992ad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chef-hat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.5 1.5c-1.77 0-3.33 1.17-3.83 2.87C8.14 4.13 7.58 4 7 4a4 4 0 0 0-4 4 4.01 4.01 0 0 0 3 3.87V19h13v-7.13c1.76-.46 3-2.05 3-3.87a4 4 0 0 0-4-4c-.58 0-1.14.13-1.67.37-.5-1.7-2.06-2.87-3.83-2.87m-.5 9h1v7h-1zm-3 2h1v5H9zm6 0h1v5h-1zM6 20v1a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1v-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chemical-weapon.svg b/mkdocs-material/material/templates/.icons/material/chemical-weapon.svg new file mode 100644 index 0000000..f2e5cd6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chemical-weapon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 7.83A3 3 0 0 1 9 5a3 3 0 0 1 3-3 3 3 0 0 1 3 3c0 1.31-.84 2.42-2 2.83v2.81a3.66 3.66 0 0 0-2 0zm7.3 13.27a2.99 2.99 0 0 1-1.46-3.14l-2.44-1.41c.48-.46.84-1.05 1-1.73l2.44 1.41c.94-.81 2.32-.97 3.45-.32 1.44.83 1.93 2.66 1.1 4.09a2.987 2.987 0 0 1-4.09 1.1M2.7 15.9c1.13-.65 2.51-.48 3.45.32l2.45-1.41c.16.69.51 1.27 1 1.73l-2.45 1.41c.23 1.22-.32 2.5-1.45 3.15-1.44.83-3.27.34-4.1-1.1a3 3 0 0 1 1.1-4.1M14 14a2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2 2 2 0 0 1 2 2m3 0-.03.57-1.47-.86c-.1-1.07-.67-2-1.5-2.59V9.41c1.77.78 3 2.54 3 4.59m-2.03 4.03c-.83.61-1.86.97-2.97.97s-2.14-.36-2.97-1l1.47-.83c.46.21.97.33 1.5.33s1.03-.12 1.5-.33zm-7.94-3.47L7 14c0-2.05 1.23-3.81 3-4.58v1.71c-.83.58-1.4 1.51-1.5 2.57z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chess-bishop.svg b/mkdocs-material/material/templates/.icons/material/chess-bishop.svg new file mode 100644 index 0000000..0a7548d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chess-bishop.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 22H5v-2h14zM17.16 8.26A8.94 8.94 0 0 1 19 13c0 2.76-3.13 5-7 5s-7-2.24-7-5c0-2.38 2.33-6.61 5.46-7.73-.3-.36-.46-.81-.46-1.27a2 2 0 0 1 2-2 2 2 0 0 1 2 2c0 .46-.16.91-.46 1.27.86.33 1.64.83 2.3 1.47l-4.55 4.55 1.42 1.42z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chess-king.svg b/mkdocs-material/material/templates/.icons/material/chess-king.svg new file mode 100644 index 0000000..d59817b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chess-king.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 22H5v-2h14zm-2-12c-1.42 0-2.74.77-3.45 2H13V7h3V5h-3V2h-2v3H8v2h3v5h-.55C9.35 10.09 6.9 9.43 5 10.54A4.013 4.013 0 0 0 3.5 16c.74 1.24 2.07 2 3.5 2h10a4 4 0 0 0 4-4 4 4 0 0 0-4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chess-knight.svg b/mkdocs-material/material/templates/.icons/material/chess-knight.svg new file mode 100644 index 0000000..1cec4dd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chess-knight.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 22H5v-2h14zM13 2c-1.25 0-2.42.62-3.11 1.66L7 8l2 2 2.06-1.37c.44-.31 1.08-.19 1.39.27.02.03.05.06.05.1.3.59.19 1.3-.28 1.77l-4.8 4.8c-.55.56-.55 1.46.01 2.01.26.26.62.42.99.42H17V6a4 4 0 0 0-4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chess-pawn.svg b/mkdocs-material/material/templates/.icons/material/chess-pawn.svg new file mode 100644 index 0000000..6b455bf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chess-pawn.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 22H5v-2h14zm-3-4H8l2.18-8H8V8h2.72l.07-.26A2.97 2.97 0 0 1 9.25 6.2c-.67-1.52.02-3.29 1.54-3.95 1.52-.67 3.29.02 3.95 1.54a2.99 2.99 0 0 1-1.54 3.95l.07.26H16v2h-2.18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chess-queen.svg b/mkdocs-material/material/templates/.icons/material/chess-queen.svg new file mode 100644 index 0000000..52cda9b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chess-queen.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 3a2 2 0 0 1 2 2c0 .81-.5 1.5-1.17 1.82L17 13.15V18H7v-4.85L5.17 6.82C4.5 6.5 4 5.81 4 5a2 2 0 0 1 2-2 2 2 0 0 1 2 2c0 .5-.18.95-.5 1.3l2.8 3.05.53-3.73C10.33 5.26 10 4.67 10 4a2 2 0 0 1 2-2 2 2 0 0 1 2 2c0 .67-.33 1.26-.83 1.62l.53 3.73 2.77-3.06A2 2 0 0 1 16 5a2 2 0 0 1 2-2M5 20h14v2H5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chess-rook.svg b/mkdocs-material/material/templates/.icons/material/chess-rook.svg new file mode 100644 index 0000000..4b5d3ff --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chess-rook.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 20h14v2H5zM17 2v3h-2V2h-2v3h-2V2H9v3H7V2H5v6h2v10h10V8h2V2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chevron-double-down.svg b/mkdocs-material/material/templates/.icons/material/chevron-double-down.svg new file mode 100644 index 0000000..2b77fa9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chevron-double-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.59 5.59 18 7l-6 6-6-6 1.41-1.41L12 10.17zm0 6L18 13l-6 6-6-6 1.41-1.41L12 16.17z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chevron-double-left.svg b/mkdocs-material/material/templates/.icons/material/chevron-double-left.svg new file mode 100644 index 0000000..32cadfb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chevron-double-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.41 7.41 17 6l-6 6 6 6 1.41-1.41L13.83 12zm-6 0L11 6l-6 6 6 6 1.41-1.41L7.83 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chevron-double-right.svg b/mkdocs-material/material/templates/.icons/material/chevron-double-right.svg new file mode 100644 index 0000000..1cd1b32 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chevron-double-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.59 7.41 7 6l6 6-6 6-1.41-1.41L10.17 12zm6 0L13 6l6 6-6 6-1.41-1.41L16.17 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chevron-double-up.svg b/mkdocs-material/material/templates/.icons/material/chevron-double-up.svg new file mode 100644 index 0000000..60111cf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chevron-double-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.41 18.41 6 17l6-6 6 6-1.41 1.41L12 13.83zm0-6L6 11l6-6 6 6-1.41 1.41L12 7.83z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chevron-down-box-outline.svg b/mkdocs-material/material/templates/.icons/material/chevron-down-box-outline.svg new file mode 100644 index 0000000..8165c17 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chevron-down-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2V5a2 2 0 0 0-2-2m0 16H5V5h14zM7.41 8.29 12 12.88l4.59-4.59L18 9.71l-6 6-6-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chevron-down-box.svg b/mkdocs-material/material/templates/.icons/material/chevron-down-box.svg new file mode 100644 index 0000000..6cfcdfb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chevron-down-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2V5a2 2 0 0 0-2-2m-7 12.71-6-6 1.41-1.42L12 12.88l4.59-4.59L18 9.71z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chevron-down-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/chevron-down-circle-outline.svg new file mode 100644 index 0000000..6ea9bad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chevron-down-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 12a10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2a10 10 0 0 1 10 10m-2 0a8 8 0 0 0-8-8 8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8M6 10l6 6 6-6-1.4-1.4-4.6 4.6-4.6-4.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chevron-down-circle.svg b/mkdocs-material/material/templates/.icons/material/chevron-down-circle.svg new file mode 100644 index 0000000..49f236b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chevron-down-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 12a10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2a10 10 0 0 1 10 10M6 10l6 6 6-6-1.4-1.4-4.6 4.6-4.6-4.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chevron-down.svg b/mkdocs-material/material/templates/.icons/material/chevron-down.svg new file mode 100644 index 0000000..448f9d7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chevron-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.41 8.58 12 13.17l4.59-4.59L18 10l-6 6-6-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chevron-left-box-outline.svg b/mkdocs-material/material/templates/.icons/material/chevron-left-box-outline.svg new file mode 100644 index 0000000..af5942b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chevron-left-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2V5a2 2 0 0 0-2-2m0 16H5V5h14zM15.71 7.41 11.12 12l4.59 4.59L14.29 18l-6-6 6-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chevron-left-box.svg b/mkdocs-material/material/templates/.icons/material/chevron-left-box.svg new file mode 100644 index 0000000..5852b90 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chevron-left-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2V5a2 2 0 0 0-2-2m-3.29 13.59L14.29 18l-6-6 6-6 1.42 1.41L11.12 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chevron-left-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/chevron-left-circle-outline.svg new file mode 100644 index 0000000..5d1577b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chevron-left-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 12a10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2a10 10 0 0 1 10 10m-2 0a8 8 0 0 0-8-8 8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8m-4.6 4.6L10.8 12l4.6-4.6L14 6l-6 6 6 6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chevron-left-circle.svg b/mkdocs-material/material/templates/.icons/material/chevron-left-circle.svg new file mode 100644 index 0000000..c89bb2d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chevron-left-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 12a10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2a10 10 0 0 1 10 10m-6.6 4.6L10.8 12l4.6-4.6L14 6l-6 6 6 6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chevron-left.svg b/mkdocs-material/material/templates/.icons/material/chevron-left.svg new file mode 100644 index 0000000..a309d7f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chevron-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.41 16.58 10.83 12l4.58-4.59L14 6l-6 6 6 6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chevron-right-box-outline.svg b/mkdocs-material/material/templates/.icons/material/chevron-right-box-outline.svg new file mode 100644 index 0000000..58d5dbd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chevron-right-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2V5a2 2 0 0 0-2-2m0 16H5V5h14zM8.29 16.59 12.88 12 8.29 7.41 9.71 6l6 6-6 6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chevron-right-box.svg b/mkdocs-material/material/templates/.icons/material/chevron-right-box.svg new file mode 100644 index 0000000..520c5a4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chevron-right-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2V5a2 2 0 0 0-2-2M9.71 18l-1.42-1.41L12.88 12 8.29 7.41 9.71 6l6 6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chevron-right-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/chevron-right-circle-outline.svg new file mode 100644 index 0000000..7273899 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chevron-right-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 12a10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2a10 10 0 0 1 10 10m-2 0a8 8 0 0 0-8-8 8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8M8.6 16.6l4.6-4.6-4.6-4.6L10 6l6 6-6 6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chevron-right-circle.svg b/mkdocs-material/material/templates/.icons/material/chevron-right-circle.svg new file mode 100644 index 0000000..51ed247 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chevron-right-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 12a10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2a10 10 0 0 1 10 10m-12 6 6-6-6-6-1.4 1.4 4.6 4.6-4.6 4.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chevron-right.svg b/mkdocs-material/material/templates/.icons/material/chevron-right.svg new file mode 100644 index 0000000..fbbfb9c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chevron-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.59 16.58 13.17 12 8.59 7.41 10 6l6 6-6 6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chevron-triple-down.svg b/mkdocs-material/material/templates/.icons/material/chevron-triple-down.svg new file mode 100644 index 0000000..24f3b53 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chevron-triple-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.41 14.58 12 19.17l4.59-4.59L18 16l-6 6-6-6zm0-6L12 13.17l4.59-4.59L18 10l-6 6-6-6zm0-6L12 7.17l4.59-4.59L18 4l-6 6-6-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chevron-triple-left.svg b/mkdocs-material/material/templates/.icons/material/chevron-triple-left.svg new file mode 100644 index 0000000..3a79f09 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chevron-triple-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.42 7.41 4.83 12l4.59 4.59L8 18l-6-6 6-6zm6 0L10.83 12l4.59 4.59L14 18l-6-6 6-6zm6 0L16.83 12l4.59 4.59L20 18l-6-6 6-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chevron-triple-right.svg b/mkdocs-material/material/templates/.icons/material/chevron-triple-right.svg new file mode 100644 index 0000000..95040fc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chevron-triple-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.58 16.59 19.17 12l-4.59-4.59L16 6l6 6-6 6zm-6 0L13.17 12 8.58 7.41 10 6l6 6-6 6zm-6 0L7.17 12 2.58 7.41 4 6l6 6-6 6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chevron-triple-up.svg b/mkdocs-material/material/templates/.icons/material/chevron-triple-up.svg new file mode 100644 index 0000000..b97286c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chevron-triple-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.59 9.42 12 4.83 7.41 9.42 6 8l6-6 6 6zm0 6L12 10.83l-4.59 4.59L6 14l6-6 6 6zm0 6L12 16.83l-4.59 4.59L6 20l6-6 6 6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chevron-up-box-outline.svg b/mkdocs-material/material/templates/.icons/material/chevron-up-box-outline.svg new file mode 100644 index 0000000..8c119a4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chevron-up-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2V5a2 2 0 0 0-2-2m0 16H5V5h14zm-2.41-3.29L12 11.12l-4.59 4.59L6 14.29l6-6 6 6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chevron-up-box.svg b/mkdocs-material/material/templates/.icons/material/chevron-up-box.svg new file mode 100644 index 0000000..a70344f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chevron-up-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2V5a2 2 0 0 0-2-2m-2.41 12.71L12 11.12l-4.59 4.59L6 14.29l6-6 6 6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chevron-up-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/chevron-up-circle-outline.svg new file mode 100644 index 0000000..99dc1e6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chevron-up-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 12a10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2a10 10 0 0 1 10 10m-2 0a8 8 0 0 0-8-8 8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8M7.4 15.4l4.6-4.6 4.6 4.6L18 14l-6-6-6 6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chevron-up-circle.svg b/mkdocs-material/material/templates/.icons/material/chevron-up-circle.svg new file mode 100644 index 0000000..25ae969 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chevron-up-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 12a10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2a10 10 0 0 1 10 10M7.4 15.4l4.6-4.6 4.6 4.6L18 14l-6-6-6 6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chevron-up.svg b/mkdocs-material/material/templates/.icons/material/chevron-up.svg new file mode 100644 index 0000000..a9f4248 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chevron-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.41 15.41 12 10.83l4.59 4.58L18 14l-6-6-6 6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chili-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/chili-alert-outline.svg new file mode 100644 index 0000000..a550e27 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chili-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 8.28 12.75 9 11 8 9.25 9 8 8.28c-.6.35-1 .99-1 1.72v1c0 9 8 11 8 11V10c0-.73-.4-1.37-1-1.72m-1 10.59c-1.77-1.18-3.83-3.43-4-7.44l2-1.13 2 1.15zM9.25 7.5l-1.52-.87C8.26 5.7 9.03 5 9.94 4.69 9.8 4.29 9.44 4 9 4V2c1.54 0 2.79 1.16 2.97 2.65.94.29 1.75 1.01 2.3 1.98l-1.52.87-1.75-1zM19 7v6h-2V7zm-2 8h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chili-alert.svg b/mkdocs-material/material/templates/.icons/material/chili-alert.svg new file mode 100644 index 0000000..7e41035 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chili-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m9.25 7.5-1.52-.87C8.26 5.7 9.03 5 9.94 4.69 9.8 4.29 9.44 4 9 4V2c1.54 0 2.79 1.16 2.97 2.65.94.29 1.75 1.01 2.3 1.98l-1.52.87-1.75-1zm4.75.78L12.75 9 11 8 9.25 9 8 8.28c-.6.35-1 .99-1 1.72v1c0 9 8 11 8 11V10c0-.73-.4-1.37-1-1.72M17 7v6h2V7zm0 10h2v-2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chili-hot-outline.svg b/mkdocs-material/material/templates/.icons/material/chili-hot-outline.svg new file mode 100644 index 0000000..e596e00 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chili-hot-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.94 4.7A.99.99 0 0 0 10 4V2c.77 0 1.47.29 2 .77V4c.45 0 .81.3.94.7-1.11.38-2.01 1.35-2.51 2.62l-1.57-.9C9.38 5.6 10.11 5 10.94 4.7M10 11c0-.77.23-1.5.6-2.09l-1.34-.76C8.5 8.44 8 9.16 8 10v1c0 7.05 4.9 9.8 7.03 10.66C12.41 19.62 10 16.2 10 11M8.94 4.7A.99.99 0 0 0 8 4V2.77C7.47 2.29 6.77 2 6 2v2c.45 0 .81.3.94.7-.83.3-1.56.9-2.08 1.72l1.57.9c.5-1.27 1.4-2.24 2.51-2.62M6 11c0-.77.23-1.5.6-2.09l-1.34-.76C4.5 8.44 4 9.16 4 10v1c0 7.05 4.9 9.8 7.03 10.66C8.41 19.62 6 16.2 6 11m14-1v12s-8-2-8-11v-1c0-.73.4-1.37 1-1.72l1.25.72L16 8l1.75 1L19 8.28c.6.35 1 .99 1 1.72m-2 8.87v-7.42l-2-1.15-2 1.13c.17 4.01 2.23 6.26 4 7.44M12.73 6.63l1.52.87 1.75-1 1.75 1 1.52-.87c-.55-.97-1.36-1.69-2.3-1.98A2.996 2.996 0 0 0 14 2v2c.44 0 .8.29.94.69-.91.31-1.68 1.01-2.21 1.94"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chili-hot.svg b/mkdocs-material/material/templates/.icons/material/chili-hot.svg new file mode 100644 index 0000000..f6cc994 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chili-hot.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10.43 7.32-1.57-.9C9.38 5.6 10.11 5 10.94 4.7A.99.99 0 0 0 10 4V2c.77 0 1.47.29 2 .77V4c.45 0 .81.3.94.7-1.11.38-2.01 1.35-2.51 2.62M10 11c0-.77.23-1.5.6-2.09l-1.34-.76C8.5 8.44 8 9.16 8 10v1c0 7.05 4.9 9.8 7.03 10.66C12.41 19.62 10 16.2 10 11M6.43 7.32l-1.57-.9C5.38 5.6 6.11 5 6.94 4.7A.99.99 0 0 0 6 4V2c.77 0 1.47.29 2 .77V4c.45 0 .81.3.94.7-1.11.38-2.01 1.35-2.51 2.62M6 11c0-.77.23-1.5.6-2.09l-1.34-.76C4.5 8.44 4 9.16 4 10v1c0 7.05 4.9 9.8 7.03 10.66C8.41 19.62 6 16.2 6 11m13-2.72L17.75 9 16 8l-1.75 1L13 8.28c-.6.35-1 .99-1 1.72v1c0 9 8 11 8 11V10c0-.73-.4-1.37-1-1.72m-6.27-1.65 1.52.87 1.75-1 1.75 1 1.52-.87c-.55-.97-1.36-1.69-2.3-1.98A2.996 2.996 0 0 0 14 2v2c.44 0 .8.29.94.69-.91.31-1.68 1.01-2.21 1.94"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chili-medium-outline.svg b/mkdocs-material/material/templates/.icons/material/chili-medium-outline.svg new file mode 100644 index 0000000..95de9b5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chili-medium-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m8.43 7.32-1.57-.9C7.38 5.6 8.11 5 8.94 4.7A.99.99 0 0 0 8 4V2c.77 0 1.47.29 2 .77V4c.45 0 .81.3.94.7-1.11.38-2.01 1.35-2.51 2.62M8 11c0-.77.23-1.5.6-2.09l-1.34-.76C6.5 8.44 6 9.16 6 10v1c0 7.05 4.9 9.8 7.03 10.66C10.41 19.62 8 16.2 8 11m10-1v12s-8-2-8-11v-1c0-.73.4-1.37 1-1.72l1.25.72L14 8l1.75 1L17 8.28c.6.35 1 .99 1 1.72m-2 8.87v-7.42l-2-1.15-2 1.13c.17 4.01 2.23 6.26 4 7.44M10.73 6.63l1.52.87 1.75-1 1.75 1 1.52-.87c-.55-.97-1.36-1.69-2.3-1.98A2.996 2.996 0 0 0 12 2v2c.44 0 .8.29.94.69-.91.31-1.68 1.01-2.21 1.94"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chili-medium.svg b/mkdocs-material/material/templates/.icons/material/chili-medium.svg new file mode 100644 index 0000000..0c01af1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chili-medium.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m8.43 7.32-1.57-.9C7.38 5.6 8.11 5 8.94 4.7A.99.99 0 0 0 8 4V2c.77 0 1.47.29 2 .77V4c.45 0 .81.3.94.7-1.11.38-2.01 1.35-2.51 2.62M8 11c0-.77.23-1.5.6-2.09l-1.34-.76C6.5 8.44 6 9.16 6 10v1c0 7.05 4.9 9.8 7.03 10.66C10.41 19.62 8 16.2 8 11m9-2.72L15.75 9 14 8l-1.75 1L11 8.28c-.6.35-1 .99-1 1.72v1c0 9 8 11 8 11V10c0-.73-.4-1.37-1-1.72m-6.27-1.65 1.52.87 1.75-1 1.75 1 1.52-.87c-.55-.97-1.36-1.69-2.3-1.98A2.996 2.996 0 0 0 12 2v2c.44 0 .8.29.94.69-.91.31-1.68 1.01-2.21 1.94"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chili-mild-outline.svg b/mkdocs-material/material/templates/.icons/material/chili-mild-outline.svg new file mode 100644 index 0000000..db4ae46 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chili-mild-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10.25 7.5-1.52-.87c.53-.93 1.3-1.63 2.21-1.94-.14-.4-.5-.69-.94-.69V2c1.54 0 2.79 1.16 2.97 2.65.94.29 1.75 1.01 2.3 1.98l-1.52.87-1.75-1zM16 10v12s-8-2-8-11v-1c0-.73.4-1.37 1-1.72l1.25.72L12 8l1.75 1L15 8.28c.6.35 1 .99 1 1.72m-2 1.45-2-1.15-2 1.13c.17 4.01 2.23 6.26 4 7.44z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chili-mild.svg b/mkdocs-material/material/templates/.icons/material/chili-mild.svg new file mode 100644 index 0000000..2fad92e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chili-mild.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 10v12s-8-2-8-11v-1c0-.73.4-1.37 1-1.72l1.25.72L12 8l1.75 1L15 8.28c.6.35 1 .99 1 1.72m-4-3.5 1.75 1 1.52-.87c-.55-.97-1.36-1.69-2.3-1.98A2.996 2.996 0 0 0 10 2v2c.44 0 .8.29.94.69-.91.31-1.68 1.01-2.21 1.94l1.52.87z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chili-off-outline.svg b/mkdocs-material/material/templates/.icons/material/chili-off-outline.svg new file mode 100644 index 0000000..a930c3f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chili-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 8.28c.6.35 1 .99 1 1.72v2.8l-4.5-4.51L12 8l1.75 1zM12 6.5l1.75 1 1.52-.87c-.55-.97-1.36-1.69-2.3-1.98A2.996 2.996 0 0 0 10 2v2c.44 0 .8.29.94.69-.68.23-1.28.68-1.77 1.28l1.37 1.37zm10.11 14.96-1.27 1.27L16 17.89V22s-8-2-8-11V9.9L1.11 3l1.28-1.27zM14 15.89l-3.93-3.93c.31 3.67 2.24 5.78 3.93 6.91z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chili-off.svg b/mkdocs-material/material/templates/.icons/material/chili-off.svg new file mode 100644 index 0000000..fd4ffdf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chili-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 8.28c.6.35 1 .99 1 1.72v2.8l-4.5-4.51L12 8l1.75 1zM12 6.5l1.75 1 1.52-.87c-.55-.97-1.36-1.69-2.3-1.98A2.996 2.996 0 0 0 10 2v2c.44 0 .8.29.94.69-.68.23-1.28.68-1.77 1.28l1.37 1.37zM2.39 1.73 1.11 3 8 9.9V11c0 9 8 11 8 11v-4.11l4.84 4.84 1.27-1.27z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/chip.svg b/mkdocs-material/material/templates/.icons/material/chip.svg new file mode 100644 index 0000000..e377a0e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/chip.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 4h12v1h3v2h-3v2h3v2h-3v2h3v2h-3v2h3v2h-3v1H6v-1H3v-2h3v-2H3v-2h3v-2H3V9h3V7H3V5h3zm5 11v3h1v-3zm2 0v3h1v-3zm2 0v3h1v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/church-outline.svg b/mkdocs-material/material/templates/.icons/material/church-outline.svg new file mode 100644 index 0000000..963d552 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/church-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 12.22V9l-5-2.5V5h2V3h-2V1h-2v2H9v2h2v1.5L6 9v3.22L2 14v8h9v-4c0-.55.45-1 1-1s1 .45 1 1v4h9v-8zM20 20h-5v-2.04c0-1.69-1.35-3.06-3-3.06s-3 1.37-3 3.06V20H4v-4.79l4-1.81v-3.35L12 8l4 2.04v3.35l4 1.81zm-8-9.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/church.svg b/mkdocs-material/material/templates/.icons/material/church.svg new file mode 100644 index 0000000..fc46cca --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/church.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 12.22V9l-5-2.5V5h2V3h-2V1h-2v2H9v2h2v1.5L6 9v3.22L2 14v8h8v-3c0-1.1.9-2 2-2s2 .9 2 2v3h8v-8zm-6 1.28c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cigar-off.svg b/mkdocs-material/material/templates/.icons/material/cigar-off.svg new file mode 100644 index 0000000..c8f3b3f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cigar-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.84 22.73 18.11 20H18v-.11l-1-1V20h-5v-1.27a2 2 0 0 0 0-3.46V14h.11l-11-11 1.28-1.27 19.72 19.73zM14.5 9.7H16c1.07-.04 1.96.8 2 1.86V13h1.5v-1.64a3.3 3.3 0 0 0-3.45-3.16H14.5a2 2 0 0 1-1.85-2c.02-.98.85-1.77 1.81-1.75h.04V3a3.35 3.35 0 0 0 0 6.7m6 1V13H22v-2.24c0-2.14-1.22-4.1-3.15-5.03h-.03C19.58 5 19.9 4 19.8 3h-1.48a1.865 1.865 0 0 1-1.82 2.2v1.5c2.21 0 4 1.8 4 4M9.27 16c.18-.3.43-.55.73-.73V14H5a3 3 0 0 0-2.12 5.12c.57.56 1.33.88 2.12.88h5v-1.27A2.006 2.006 0 0 1 9.27 16M18 14.8l1.5 1.5V14H18zm2.5 2.5 1.5 1.5V14h-1.5zM11 16c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cigar.svg b/mkdocs-material/material/templates/.icons/material/cigar.svg new file mode 100644 index 0000000..b29a0ff --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cigar.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 10.2h-1.5a2 2 0 0 1-1.85-2 1.78 1.78 0 0 1 1.85-1.75V5a3.35 3.35 0 1 0 0 6.7H16a1.93 1.93 0 0 1 2 2V15h1.5v-1.64A3.31 3.31 0 0 0 16 10.2m2.82-2.47A3.34 3.34 0 0 0 16.5 2v1.5a1.85 1.85 0 1 1 0 3.7v1.5a4 4 0 0 1 4 4.07V15H22v-2.24a5.55 5.55 0 0 0-3.15-5.03M18 16v6h1.5v-6m1 0v6H22v-6m-10 0v1.27a2 2 0 0 1 0 3.46V22h5v-6m-14.12.88A3 3 0 0 0 5 22h5v-1.27a2 2 0 0 1 0-3.46V16H5a3 3 0 0 0-2.12.88M12 19a1 1 0 1 1-1-1 1 1 0 0 1 1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/circle-box-outline.svg b/mkdocs-material/material/templates/.icons/material/circle-box-outline.svg new file mode 100644 index 0000000..4d7bbda --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/circle-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 5v14H5V5zm0-2H5c-1.1 0-2 .9-2 2v14a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2V5a2 2 0 0 0-2-2m-7 5c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/circle-box.svg b/mkdocs-material/material/templates/.icons/material/circle-box.svg new file mode 100644 index 0000000..d1f1401 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/circle-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5c-1.1 0-2 .9-2 2v14a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2V5a2 2 0 0 0-2-2m-7 13c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/circle-double.svg b/mkdocs-material/material/templates/.icons/material/circle-double.svg new file mode 100644 index 0000000..2e7e141 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/circle-double.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 2a8 8 0 0 1 8 8 8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8m0 2a6 6 0 0 0-6 6 6 6 0 0 0 6 6 6 6 0 0 0 6-6 6 6 0 0 0-6-6m0 2a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/circle-edit-outline.svg b/mkdocs-material/material/templates/.icons/material/circle-edit-outline.svg new file mode 100644 index 0000000..d8bfb6e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/circle-edit-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10h-2a8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8zm6.78 1a.7.7 0 0 0-.48.2l-1.22 1.21 2.5 2.5L20.8 5.7c.26-.26.26-.7 0-.95L19.25 3.2c-.13-.13-.3-.2-.47-.2m-2.41 2.12L9 12.5V15h2.5l7.37-7.38z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/circle-expand.svg b/mkdocs-material/material/templates/.icons/material/circle-expand.svg new file mode 100644 index 0000000..f63fe76 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/circle-expand.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16 4 4 4V4m0 12-4 4h4M8 20l-4-4v4M4 8l4-4H4m12.95 3.05a7.007 7.007 0 0 0-9.9 0 7.007 7.007 0 0 0 0 9.9 7.007 7.007 0 0 0 9.9 0c2.73-2.73 2.73-7.16 0-9.9m-1.1 8.8a5.4 5.4 0 0 1-7.7 0 5.4 5.4 0 0 1 0-7.7 5.4 5.4 0 0 1 7.7 0 5.4 5.4 0 0 1 0 7.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/circle-half-full.svg b/mkdocs-material/material/templates/.icons/material/circle-half-full.svg new file mode 100644 index 0000000..e471384 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/circle-half-full.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 2a8 8 0 0 1 8 8 8 8 0 0 1-8 8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/circle-half.svg b/mkdocs-material/material/templates/.icons/material/circle-half.svg new file mode 100644 index 0000000..95d0e89 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/circle-half.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/circle-medium.svg b/mkdocs-material/material/templates/.icons/material/circle-medium.svg new file mode 100644 index 0000000..b1b01e8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/circle-medium.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/circle-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/circle-multiple-outline.svg new file mode 100644 index 0000000..30d2316 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/circle-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 4a8 8 0 0 1 8 8 8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8m0 14a6 6 0 0 0 6-6 6 6 0 0 0-6-6 6 6 0 0 0-6 6 6 6 0 0 0 6 6M3 12a5.99 5.99 0 0 0 4 5.65v2.09c-3.45-.89-6-4.01-6-7.74s2.55-6.85 6-7.74v2.09C4.67 7.17 3 9.39 3 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/circle-multiple.svg b/mkdocs-material/material/templates/.icons/material/circle-multiple.svg new file mode 100644 index 0000000..1a21d30 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/circle-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 4a8 8 0 1 1-8 8 8 8 0 0 1 8-8M3 12a6 6 0 0 0 4 5.65v2.09A8 8 0 0 1 7 4.26v2.09A6 6 0 0 0 3 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/circle-off-outline.svg b/mkdocs-material/material/templates/.icons/material/circle-off-outline.svg new file mode 100644 index 0000000..af5f62d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/circle-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.11 21.46 2.39 1.73 1.11 3l2.95 2.95A9.95 9.95 0 0 0 2 12c0 5.5 4.5 10 10 10 2.28 0 4.37-.77 6.05-2.06l2.79 2.79zM12 20c-4.42 0-8-3.58-8-8 0-1.73.56-3.32 1.5-4.62L16.62 18.5A7.78 7.78 0 0 1 12 20M8.17 4.97 6.72 3.5C8.25 2.56 10.06 2 12 2c5.5 0 10 4.5 10 10 0 1.94-.56 3.75-1.5 5.28l-1.47-1.45c.62-1.14.97-2.44.97-3.83 0-4.42-3.58-8-8-8-1.39 0-2.69.35-3.83.97"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/circle-opacity.svg b/mkdocs-material/material/templates/.icons/material/circle-opacity.svg new file mode 100644 index 0000000..5cfc863 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/circle-opacity.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 10V8h2v2zm0 2v-2h-2v2zm0-4V6h-2v2zm-2-5.16V4h2c-.63-.46-1.29-.85-2-1.16M18 4v2h2c-.58-.75-1.25-1.42-2-2m2 2v2h1.16c-.31-.71-.7-1.37-1.16-2m2 6c0-.68-.07-1.35-.2-2H20v2zm-6-6V4h-2v2zm0 10h2v-2h-2zm2 2h2v-2h-2zm-2 2h2v-2h-2zm-2 1.8c.7-.14 1.36-.36 2-.64V20h-2zm4-7.8h2v-2h-2zm-2-6h-2v2h2zm4 8h1.16c.28-.64.5-1.3.64-2H20zm-4-4h-2v2h2zm-4 6v-2h2v-2h-2v-2h2v-2h-2V8h2V6h-2V4h2V2.2c-.65-.13-1.31-.2-2-.2C6.5 2 2 6.5 2 12s4.5 10 10 10v-2h2v-2zm2 0h2v-2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/circle-outline.svg b/mkdocs-material/material/templates/.icons/material/circle-outline.svg new file mode 100644 index 0000000..17baa43 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20a8 8 0 0 1-8-8 8 8 0 0 1 8-8 8 8 0 0 1 8 8 8 8 0 0 1-8 8m0-18A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/circle-slice-1.svg b/mkdocs-material/material/templates/.icons/material/circle-slice-1.svg new file mode 100644 index 0000000..598bde8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/circle-slice-1.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c5.5 0 10 4.5 10 10s-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2m0 2c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8m0 1c1.93 0 3.68.78 4.95 2.05L12 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/circle-slice-2.svg b/mkdocs-material/material/templates/.icons/material/circle-slice-2.svg new file mode 100644 index 0000000..efbabe1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/circle-slice-2.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c5.5 0 10 4.5 10 10s-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2m0 2c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8m0 1c3.87 0 7 3.13 7 7h-7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/circle-slice-3.svg b/mkdocs-material/material/templates/.icons/material/circle-slice-3.svg new file mode 100644 index 0000000..771f807 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/circle-slice-3.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c5.5 0 10 4.5 10 10s-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2m0 2c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8m0 1c3.87 0 7 3.13 7 7 0 1.93-.78 3.68-2.05 4.95L12 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/circle-slice-4.svg b/mkdocs-material/material/templates/.icons/material/circle-slice-4.svg new file mode 100644 index 0000000..db9fd43 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/circle-slice-4.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c5.5 0 10 4.5 10 10s-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2m0 2c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8m0 1c3.87 0 7 3.13 7 7s-3.13 7-7 7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/circle-slice-5.svg b/mkdocs-material/material/templates/.icons/material/circle-slice-5.svg new file mode 100644 index 0000000..b5b2770 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/circle-slice-5.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c5.5 0 10 4.5 10 10s-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2m0 2c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8m0 1c3.87 0 7 3.13 7 7s-3.13 7-7 7c-1.93 0-3.68-.78-4.95-2.05L12 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/circle-slice-6.svg b/mkdocs-material/material/templates/.icons/material/circle-slice-6.svg new file mode 100644 index 0000000..4980893 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/circle-slice-6.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c5.5 0 10 4.5 10 10s-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2m0 2c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8m0 1c3.87 0 7 3.13 7 7s-3.13 7-7 7-7-3.13-7-7h7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/circle-slice-7.svg b/mkdocs-material/material/templates/.icons/material/circle-slice-7.svg new file mode 100644 index 0000000..6e93f55 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/circle-slice-7.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c5.5 0 10 4.5 10 10s-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2m0 2c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8m0 1c3.87 0 7 3.13 7 7s-3.13 7-7 7-7-3.13-7-7c0-1.93.78-3.68 2.05-4.95L12 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/circle-slice-8.svg b/mkdocs-material/material/templates/.icons/material/circle-slice-8.svg new file mode 100644 index 0000000..a0d1b11 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/circle-slice-8.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 5c3.87 0 7 3.13 7 7s-3.13 7-7 7-7-3.13-7-7 3.13-7 7-7m0-3c5.5 0 10 4.5 10 10s-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2m0 2c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/circle-small.svg b/mkdocs-material/material/templates/.icons/material/circle-small.svg new file mode 100644 index 0000000..052634d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/circle-small.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 10a2 2 0 0 0-2 2 2 2 0 0 0 2 2c1.11 0 2-.89 2-2a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/circle.svg b/mkdocs-material/material/templates/.icons/material/circle.svg new file mode 100644 index 0000000..732d52e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/circular-saw.svg b/mkdocs-material/material/templates/.icons/material/circular-saw.svg new file mode 100644 index 0000000..ad582fc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/circular-saw.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 11a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1M7.86 6.25A7 7 0 0 1 13 4c3.5 0 6.44 2.61 6.93 6H22v2h-6a3 3 0 0 0-3-3 3 3 0 0 0-3 3H2v-2h.05c.2-2.27 1.09-4.34 2.45-6zM6.73 7.89 5.06 6.77c-.53.98-.88 2.07-1 3.23h2.01c.11-.75.33-1.46.66-2.11m.67 7.51L6 14h5.79c.24.42.71.7 1.21.7s.97-.28 1.21-.7H20v1.4c-1.61-.98-1.54.35-1.54.35v1.96l-1.96 1.96c-.5-1.75-1.4-.77-1.4-.77l-1.4 1.4h-2.8c.98-1.61-.35-1.54-.35-1.54H8.59L6.63 16.8c1.75-.49.77-1.4.77-1.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/city-switch.svg b/mkdocs-material/material/templates/.icons/material/city-switch.svg new file mode 100644 index 0000000..5f20a6c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/city-switch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 15V9h-6V3l-3-3-3 3v2H3v10zm-2-2h-2v-2h2zm-8-8V3h2v2zm0 4V7h2v2zm0 4v-2h2v2zM7 9H5V7h2zm0 4H5v-2h2zm2 4v2h6v-2l3 3-3 3v-2H9v2l-3-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/city-variant-outline.svg b/mkdocs-material/material/templates/.icons/material/city-variant-outline.svg new file mode 100644 index 0000000..b595a07 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/city-variant-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 23h-2v-2h2zm4-2h-2v2h2zm-4-4h-2v2h2zm-8 4H5v2h2zm0-4H5v2h2zm12 0h-2v2h2zm-4-4h-2v2h2zm4 0h-2v2h2zm2-4a2 2 0 0 1 2 2v12h-2V11H11v12H9v-8H3v8H1v-8a2 2 0 0 1 2-2h6v-2a2 2 0 0 1 2-2V7a2 2 0 0 1 2-2h2V1h2v4h2a2 2 0 0 1 2 2zm-2 0V7h-6v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/city-variant.svg b/mkdocs-material/material/templates/.icons/material/city-variant.svg new file mode 100644 index 0000000..470b16f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/city-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 9V7a2 2 0 0 0-2-2h-1V2h-2v3h-1a2 2 0 0 0-2 2v2a2 2 0 0 0-2 2v1H5a2 2 0 0 0-2 2v8h3v-2h2v2h4v-2h2v2h2v-2h2v2h3V11a2 2 0 0 0-2-2M8 18H6v-2h2zm6 0h-2v-2h2zm0-4h-2v-2h2zm-1-5V7h4v2zm5 9h-2v-2h2zm0-4h-2v-2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/city.svg b/mkdocs-material/material/templates/.icons/material/city.svg new file mode 100644 index 0000000..f759364 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/city.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 15h-2v-2h2m0 6h-2v-2h2M13 7h-2V5h2m0 6h-2V9h2m0 6h-2v-2h2m0 6h-2v-2h2m-6-6H5V9h2m0 6H5v-2h2m0 6H5v-2h2m8-6V5l-3-3-3 3v2H3v14h18V11z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-account-outline.svg b/mkdocs-material/material/templates/.icons/material/clipboard-account-outline.svg new file mode 100644 index 0000000..06b65d1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-account-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4.18C9.6 1.84 10.7 1 12 1s2.4.84 2.82 2zm-7 0a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1M7 7V5H5v14h14V5h-2v2zm5 2a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2m-4 8v-1c0-1.1 1.79-2 4-2s4 .9 4 2v1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-account.svg b/mkdocs-material/material/templates/.icons/material/clipboard-account.svg new file mode 100644 index 0000000..f46bbef --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-account.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 19H6v-1.4c0-2 4-3.1 6-3.1s6 1.1 6 3.1M12 7a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3m0-4a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m7 0h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/clipboard-alert-outline.svg new file mode 100644 index 0000000..36641cb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4.18C9.6 1.84 10.7 1 12 1s2.4.84 2.82 2zm-7 0a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1M7 7V5H5v14h14V5h-2v2zm4 2h2v4.5h-2zm0 6h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-alert.svg b/mkdocs-material/material/templates/.icons/material/clipboard-alert.svg new file mode 100644 index 0000000..68b0ed5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 5a1 1 0 0 1-1-1 1 1 0 0 1 1-1 1 1 0 0 1 1 1 1 1 0 0 1-1 1m1 9h-2V8h2m0 10h-2v-2h2m6-13h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-arrow-down-outline.svg b/mkdocs-material/material/templates/.icons/material/clipboard-arrow-down-outline.svg new file mode 100644 index 0000000..dcee998 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-arrow-down-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4.18C9.6 1.84 10.7 1 12 1s2.4.84 2.82 2zm-7 0a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1M7 7V5H5v14h14V5h-2v2zm5 11-5-5h3V9h4v4h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-arrow-down.svg b/mkdocs-material/material/templates/.icons/material/clipboard-arrow-down.svg new file mode 100644 index 0000000..c574c1e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-arrow-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 18-5-5h3V9h4v4h3M12 3a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m7 0h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-arrow-left-outline.svg b/mkdocs-material/material/templates/.icons/material/clipboard-arrow-left-outline.svg new file mode 100644 index 0000000..f21cdd2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-arrow-left-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4.18C9.6 1.84 10.7 1 12 1s2.4.84 2.82 2zm-7 0a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1M7 7V5H5v14h14V5h-2v2zm0 6 5 5v-3h4v-4h-4V8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-arrow-left.svg b/mkdocs-material/material/templates/.icons/material/clipboard-arrow-left.svg new file mode 100644 index 0000000..24339b1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-arrow-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 15h-4v3l-5-5 5-5v3h4m-4-8a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m7 0h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-arrow-right-outline.svg b/mkdocs-material/material/templates/.icons/material/clipboard-arrow-right-outline.svg new file mode 100644 index 0000000..076e035 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-arrow-right-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4.18C9.6 1.84 10.7 1 12 1s2.4.84 2.82 2zm-7 0a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1M7 7V5H5v14h14V5h-2v2zm9.91 6-5 5v-3h-4v-4h4V8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-arrow-right.svg b/mkdocs-material/material/templates/.icons/material/clipboard-arrow-right.svg new file mode 100644 index 0000000..384fd63 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-arrow-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17 13-5 5v-3H8v-4h4V8m0-5a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m7 0h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-arrow-up-outline.svg b/mkdocs-material/material/templates/.icons/material/clipboard-arrow-up-outline.svg new file mode 100644 index 0000000..68d10f2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-arrow-up-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 8 5 5h-3v4h-4v-4H7zm7-5a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4.18C9.6 1.84 10.7 1 12 1s2.4.84 2.82 2zm-7 0a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1M7 7V5H5v14h14V5h-2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-arrow-up.svg b/mkdocs-material/material/templates/.icons/material/clipboard-arrow-up.svg new file mode 100644 index 0000000..714c5d8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-arrow-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4.18C9.6 1.84 10.7 1 12 1s2.4.84 2.82 2zm-7 5-5 5h3v4h4v-4h3zm0-5a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-check-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/clipboard-check-multiple-outline.svg new file mode 100644 index 0000000..9317e6d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-check-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 7v14h14v2H4c-1.1 0-2-.9-2-2V7zm8.8 8.35-3.3-3.3 1.4-1.4 1.9 1.9 4.3-4.3 1.4 1.4zM20 3c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H8c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h3.18C11.6 1.84 12.7 1 14 1s2.4.84 2.82 2zm-6 0c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1m-4 4V5H8v12h12V5h-2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-check-multiple.svg b/mkdocs-material/material/templates/.icons/material/clipboard-check-multiple.svg new file mode 100644 index 0000000..accaa2a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-check-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 7H2v14c0 1.1.9 2 2 2h14v-2H4M20 3h-3.2c-.4-1.2-1.5-2-2.8-2s-2.4.8-2.8 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m-6 0c.6 0 1 .5 1 1s-.5 1-1 1-1-.5-1-1 .4-1 1-1m-1.7 12.1L9 11.8l1.4-1.4 1.9 1.9L17.6 7 19 8.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-check-outline.svg b/mkdocs-material/material/templates/.icons/material/clipboard-check-outline.svg new file mode 100644 index 0000000..89b09db --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-7 0a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1M7 7h10V5h2v14H5V5h2zm.5 6.5L9 12l2 2 4.5-4.5L17 11l-6 6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-check.svg b/mkdocs-material/material/templates/.icons/material/clipboard-check.svg new file mode 100644 index 0000000..8cde211 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10 17-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9m-6-6a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m7 0h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-clock-outline.svg b/mkdocs-material/material/templates/.icons/material/clipboard-clock-outline.svg new file mode 100644 index 0000000..8f0e563 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-clock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 11.11V5a2 2 0 0 0-2-2h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14a2 2 0 0 0 2 2h6.11c1.26 1.24 2.98 2 4.89 2 3.87 0 7-3.13 7-7 0-1.91-.76-3.63-2-4.89M12 3c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1M5 19V5h2v2h10V5h2v4.68A6.995 6.995 0 0 0 9.68 19zm11 2c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5m.5-4.75 2.86 1.69-.75 1.22L15 17v-5h1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-clock.svg b/mkdocs-material/material/templates/.icons/material/clipboard-clock.svg new file mode 100644 index 0000000..6623140 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-clock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.5 16.25 2.86 1.69-.75 1.22L15 17v-5h1.5zM23 16c0 3.87-3.13 7-7 7-1.91 0-3.63-.76-4.89-2H5a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h4.18C9.6 1.84 10.7 1 12 1s2.4.84 2.82 2H19a2 2 0 0 1 2 2v6.11c1.24 1.26 2 2.98 2 4.89M11 4c0 .55.45 1 1 1s1-.45 1-1-.45-1-1-1-1 .45-1 1m10 12c0-2.76-2.24-5-5-5s-5 2.24-5 5 2.24 5 5 5 5-2.24 5-5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-edit-outline.svg b/mkdocs-material/material/templates/.icons/material/clipboard-edit-outline.svg new file mode 100644 index 0000000..d858ade --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-edit-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.04 12.13c.14 0 .27.06.38.17l1.28 1.28c.22.21.22.56 0 .77l-1 1-2.05-2.05 1-1c.11-.11.25-.17.39-.17m-1.97 1.75 2.05 2.05L15.06 22H13v-2.06zM11 19l-2 2H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h4.18C9.6 1.84 10.7 1 12 1s2.4.84 2.82 2H19c1.1 0 2 .9 2 2v4l-2 2V5h-2v2H7V5H5v14zm1-16c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-edit.svg b/mkdocs-material/material/templates/.icons/material/clipboard-edit.svg new file mode 100644 index 0000000..083a163 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.04 12.13c.14 0 .27.06.38.17l1.28 1.28c.22.21.22.56 0 .77l-1 1-2.05-2.05 1-1c.11-.11.25-.17.39-.17m-1.97 1.75 2.05 2.05L15.06 22H13v-2.06zM19 3c1.1 0 2 .9 2 2v4L11 19v2H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h4.18C9.6 1.84 10.7 1 12 1s2.4.84 2.82 2zm-7 0c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-file-outline.svg b/mkdocs-material/material/templates/.icons/material/clipboard-file-outline.svg new file mode 100644 index 0000000..6a08601 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-file-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 23a2 2 0 0 1-2-2v-9c0-1.1.9-2 2-2h4l4 4v7c0 1.11-.89 2-2 2zm0-2h6v-6.17L18.17 12H15zm4-18c1.1 0 2 .9 2 2v4.17L19.83 8H19V5h-2v2H7V5H5v14h6v2H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h4.18C9.6 1.84 10.7 1 12 1s2.4.84 2.82 2zm-7 0c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-file.svg b/mkdocs-material/material/templates/.icons/material/clipboard-file.svg new file mode 100644 index 0000000..089ba8d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-file.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3c1.1 0 2 .9 2 2v4.17L19.83 8H15c-2.21 0-4 1.79-4 4v9H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h4.18C9.6 1.84 10.7 1 12 1s2.4.84 2.82 2zm-7 0c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1m3 20a2 2 0 0 1-2-2v-9c0-1.1.9-2 2-2h4l4 4v7c0 1.11-.89 2-2 2zm6-8.17L18.17 12H18v3h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-flow-outline.svg b/mkdocs-material/material/templates/.icons/material/clipboard-flow-outline.svg new file mode 100644 index 0000000..2665fc0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-flow-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2V5a2 2 0 0 0-2-2m-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1M7 7h10V5h2v14H5V5h2zm3 9H8v-5H6l3-3 3 3h-2zm4-6h2v5h2l-3 3-3-3h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-flow.svg b/mkdocs-material/material/templates/.icons/material/clipboard-flow.svg new file mode 100644 index 0000000..1c0ef28 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-flow.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-7 0a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m3 16-4-4h3V8h2v7h3zm-5-3H8V9H5l4-4 4 4h-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-list-outline.svg b/mkdocs-material/material/templates/.icons/material/clipboard-list-outline.svg new file mode 100644 index 0000000..f4b6071 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-list-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1M7 7h10V5h2v14H5V5h2zm5 10v-2h5v2zm0-6V9h5v2zm-4 1V9H7V8h2v4zm1.25 2c.41 0 .75.34.75.75 0 .2-.08.39-.21.52L8.12 17H10v1H7v-.92L9 15H7v-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-list.svg b/mkdocs-material/material/templates/.icons/material/clipboard-list.svg new file mode 100644 index 0000000..57e1436 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-list.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2M7 8h2v4H8V9H7zm3 9v1H7v-.92L9 15H7v-1h2.25c.41 0 .75.34.75.75 0 .2-.08.39-.21.52L8.12 17zm1-13c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1m6 13h-5v-2h5zm0-6h-5V9h5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/clipboard-minus-outline.svg new file mode 100644 index 0000000..0b5523b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2V5a2 2 0 0 0-2-2m-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1m7 16H5V5h2v2h10V5h2zM8 12h8v2H8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-minus.svg b/mkdocs-material/material/templates/.icons/material/clipboard-minus.svg new file mode 100644 index 0000000..06b3fe4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2V5a2 2 0 0 0-2-2m-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1m4 11H8v-2h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/clipboard-multiple-outline.svg new file mode 100644 index 0000000..7ffe2bf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 7v14h14v2H4c-1.1 0-2-.9-2-2V7zm16-4c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H8c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h3.18C11.6 1.84 12.7 1 14 1s2.4.84 2.82 2zm-6 0c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1m-4 4V5H8v12h12V5h-2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-multiple.svg b/mkdocs-material/material/templates/.icons/material/clipboard-multiple.svg new file mode 100644 index 0000000..f0d99ef --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 7H2v14c0 1.1.9 2 2 2h14v-2H4M20 3h-3.2c-.4-1.2-1.5-2-2.8-2s-2.4.8-2.8 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m-6 0c.6 0 1 .5 1 1s-.5 1-1 1-1-.5-1-1 .4-1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-off-outline.svg b/mkdocs-material/material/templates/.icons/material/clipboard-off-outline.svg new file mode 100644 index 0000000..46c41ca --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.39 1.73 1.11 3 3 4.9V19a2 2 0 0 0 2 2h14.1l1.74 1.73 1.27-1.27zM5 19V6.89L17.11 19zM17 7V5h2v10.8l2 2V5a2 2 0 0 0-2-2h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H6.2l4 4zm-5-4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-off.svg b/mkdocs-material/material/templates/.icons/material/clipboard-off.svg new file mode 100644 index 0000000..2521137 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 5a2 2 0 0 0-2-2h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H6.2L21 17.8zm-9 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1m10.11 16.46-1.27 1.27L19.1 21H5a2 2 0 0 1-2-2V4.9L1.11 3l1.28-1.27z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-outline.svg b/mkdocs-material/material/templates/.icons/material/clipboard-outline.svg new file mode 100644 index 0000000..adf042b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-7 0a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1M7 7h10V5h2v14H5V5h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-play-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/clipboard-play-multiple-outline.svg new file mode 100644 index 0000000..c4b1302 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-play-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 7v14h14v2H4c-1.1 0-2-.9-2-2V7zm16-4c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H8c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h3.2c.4-1.2 1.5-2 2.8-2s2.4.8 2.8 2zm-6 0c-.6 0-1 .5-1 1s.4 1 1 1 1-.4 1-1-.4-1-1-1m-4 4V5H8v12h12V5h-2v2m-6 8V9l5 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-play-multiple.svg b/mkdocs-material/material/templates/.icons/material/clipboard-play-multiple.svg new file mode 100644 index 0000000..0710962 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-play-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 21h14v2H4c-1.1 0-2-.9-2-2V7h2m18-2v12c0 1.1-.9 2-2 2H8c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h3.2c.4-1.2 1.5-2 2.8-2s2.4.8 2.8 2H20c1.1 0 2 .9 2 2m-9-1c0 .5.5 1 1 1s1-.5 1-1-.4-1-1-1-1 .5-1 1m4 8-5-4v8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-play-outline.svg b/mkdocs-material/material/templates/.icons/material/clipboard-play-outline.svg new file mode 100644 index 0000000..44714c7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-play-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3h-4.18C14.25 1.44 12.53.64 11 1.2c-.86.3-1.5.96-1.82 1.8H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-7 0a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1M7 7h10V5h2v14H5V5h2zm3 10V9l5 4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-play.svg b/mkdocs-material/material/templates/.icons/material/clipboard-play.svg new file mode 100644 index 0000000..37f1487 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-play.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3h-4.18C14.25 1.44 12.53.64 11 1.2c-.86.3-1.5.96-1.82 1.8H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-7 0a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m-2 14V9l5 4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/clipboard-plus-outline.svg new file mode 100644 index 0000000..a0f9be3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2V5a2 2 0 0 0-2-2m-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1M7 7h10V5h2v14H5V5h2zm6 5h3v2h-3v3h-2v-3H8v-2h3V9h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-plus.svg b/mkdocs-material/material/templates/.icons/material/clipboard-plus.svg new file mode 100644 index 0000000..4f50e66 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-7 0a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m1 9h3v2h-3v3h-2v-3H8v-2h3V9h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-pulse-outline.svg b/mkdocs-material/material/templates/.icons/material/clipboard-pulse-outline.svg new file mode 100644 index 0000000..bccae41 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-pulse-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-7 0a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1M5 15h3.11l1.51-2.85.76 5.77 3.69-4.71L15.89 15H19v4H5zm14-1.54h-2.47l-2.6-2.6-2.49 3.19-.94-6.97-3.33 6.38H5V5h2v1h10V5h2v8.46"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-pulse.svg b/mkdocs-material/material/templates/.icons/material/clipboard-pulse.svg new file mode 100644 index 0000000..c166771 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-pulse.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-7 0a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1M5 13.46h2.17l3.33-6.38.94 6.97 2.49-3.19 2.6 2.6H19V15h-3.11l-1.82-1.79-3.69 4.71-.76-5.77L8.11 15H5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/clipboard-remove-outline.svg new file mode 100644 index 0000000..1e1cce4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2V5a2 2 0 0 0-2-2m-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1m7 16H5V5h2v2h10V5h2zm-3.46-8.12L13.41 13l2.13 2.12-1.42 1.42L12 14.41l-2.12 2.13-1.41-1.42L10.59 13l-2.12-2.12 1.41-1.41L12 11.59l2.12-2.12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-remove.svg b/mkdocs-material/material/templates/.icons/material/clipboard-remove.svg new file mode 100644 index 0000000..c05f67c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2V5a2 2 0 0 0-2-2m-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1m3.54 12.12-1.42 1.42L12 14.41l-2.12 2.13-1.41-1.42L10.59 13l-2.12-2.12 1.41-1.41L12 11.59l2.12-2.12 1.42 1.41L13.41 13z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-search-outline.svg b/mkdocs-material/material/templates/.icons/material/clipboard-search-outline.svg new file mode 100644 index 0000000..2052482 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-search-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.03 19H5V5h2v2h10V5h2v4.5c.72.3 1.4.74 2 1.32V5a2 2 0 0 0-2-2h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14a2 2 0 0 0 2 2h8.06c-.41-.26-.8-.55-1.16-.9-.33-.34-.63-.71-.87-1.1M12 3c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1m8.31 14.9c.44-.69.69-1.52.69-2.4 0-2.5-2-4.5-4.5-4.5S12 13 12 15.5s2 4.5 4.5 4.5c.87 0 1.69-.25 2.38-.68L22 22.39 23.39 21zm-3.81.1a2.5 2.5 0 0 1 0-5 2.5 2.5 0 0 1 0 5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-search.svg b/mkdocs-material/material/templates/.icons/material/clipboard-search.svg new file mode 100644 index 0000000..54597d2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-search.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.9 10.9a6.505 6.505 0 0 1 9.1-.08V5a2 2 0 0 0-2-2h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14a2 2 0 0 0 2 2h8.06c-.41-.26-.8-.55-1.16-.9a6.525 6.525 0 0 1 0-9.2M12 3c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1m8.31 14.9c.44-.69.69-1.52.69-2.4 0-2.5-2-4.5-4.5-4.5S12 13 12 15.5s2 4.5 4.5 4.5c.87 0 1.69-.25 2.38-.68L22 22.39 23.39 21zm-3.81.1a2.5 2.5 0 0 1 0-5 2.5 2.5 0 0 1 0 5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-text-clock-outline.svg b/mkdocs-material/material/templates/.icons/material/clipboard-text-clock-outline.svg new file mode 100644 index 0000000..338604d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-text-clock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 11.11V5a2 2 0 0 0-2-2h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14a2 2 0 0 0 2 2h6.11c1.26 1.24 2.98 2 4.89 2 3.87 0 7-3.13 7-7 0-1.91-.76-3.63-2-4.89M12 3c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1M5 19V5h2v2h10V5h2v4.68c-.91-.43-1.92-.68-3-.68H7v2h4.1c-.6.57-1.06 1.25-1.42 2H7v2h2.08c-.05.33-.08.66-.08 1 0 1.08.25 2.09.68 3zm11 2c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5m.5-4.75 2.86 1.69-.75 1.22L15 17v-5h1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-text-clock.svg b/mkdocs-material/material/templates/.icons/material/clipboard-text-clock.svg new file mode 100644 index 0000000..538c41b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-text-clock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 11.11V5a2 2 0 0 0-2-2h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14a2 2 0 0 0 2 2h6.11c1.26 1.24 2.98 2 4.89 2 3.87 0 7-3.13 7-7 0-1.91-.76-3.63-2-4.89M12 3c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1M6 7h12v2H6zm3.08 10H6v-2h3.08c-.05.33-.08.66-.08 1s.03.67.08 1M6 13v-2h5.11c-.61.57-1.07 1.25-1.43 2zm10 8c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5m.5-4.75 2.86 1.69-.75 1.22L15 17v-5h1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-text-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/clipboard-text-multiple-outline.svg new file mode 100644 index 0000000..8e0a3f3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-text-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 7v14h14v2H4c-1.1 0-2-.9-2-2V7zm16-4c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H8c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h3.18C11.6 1.84 12.7 1 14 1s2.4.84 2.82 2zm-6 0c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1m-4 4V5H8v12h12V5h-2v2m-3 8h-5v-2h5m3-2h-8V9h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-text-multiple.svg b/mkdocs-material/material/templates/.icons/material/clipboard-text-multiple.svg new file mode 100644 index 0000000..33399d3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-text-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 3h-3.2c-.4-1.2-1.5-2-2.8-2s-2.4.8-2.8 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m-6 0c.6 0 1 .5 1 1s-.5 1-1 1-1-.5-1-1 .4-1 1-1m2 11H9v-2h7m3-2H9V8h10M4 21h14v2H4c-1.1 0-2-.9-2-2V7h2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-text-off-outline.svg b/mkdocs-material/material/templates/.icons/material/clipboard-text-off-outline.svg new file mode 100644 index 0000000..f3c6f05 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-text-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 7V5h2v10.8l2 2V5a2 2 0 0 0-2-2h-4.18C14.25 1.44 12.53.64 11 1.2c-.86.3-1.5.96-1.82 1.8H6.2l4 4zm-5-4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1m2.2 8-2-2H17v2zM2.39 1.73 1.11 3 3 4.9V19a2 2 0 0 0 2 2h14.1l1.74 1.73 1.27-1.27zM5 19V6.89L7.11 9H7v2h2.11l2 2H7v2h6.11l4 4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-text-off.svg b/mkdocs-material/material/templates/.icons/material/clipboard-text-off.svg new file mode 100644 index 0000000..822d6a8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-text-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.39 1.73 1.11 3 3 4.9V19a2 2 0 0 0 2 2h14.1l1.74 1.73 1.27-1.27zM7 11h2.11l2 2H7zm7 6H7v-2h6.11l.89.89zm3-10v2h-4.8l2 2H17v2h-.8l4.8 4.8V5a2 2 0 0 0-2-2h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H6.2l4 4zm-5-4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-text-outline.svg b/mkdocs-material/material/templates/.icons/material/clipboard-text-outline.svg new file mode 100644 index 0000000..bb1fe2a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-text-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3h-4.18C14.25 1.44 12.53.64 11 1.2c-.86.3-1.5.96-1.82 1.8H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-7 0a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1M7 7h10V5h2v14H5V5h2zm10 4H7V9h10zm-2 4H7v-2h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-text-play-outline.svg b/mkdocs-material/material/templates/.icons/material/clipboard-text-play-outline.svg new file mode 100644 index 0000000..b183df2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-text-play-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3h-4.18C14.25 1.44 12.53.64 11 1.2c-.86.3-1.5.96-1.82 1.8H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h10v-2H5V5h2v2h10V5h2v9h2V5a2 2 0 0 0-2-2m-7 2a1 1 0 0 1-1-1 1 1 0 0 1 1-1 1 1 0 0 1 1 1 1 1 0 0 1-1 1m5 11v6l5-3zm0-5H7V9h10zm-2 4H7v-2h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-text-play.svg b/mkdocs-material/material/templates/.icons/material/clipboard-text-play.svg new file mode 100644 index 0000000..b2fab8a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-text-play.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3a2 2 0 0 1 2 2v8.34a5.9 5.9 0 0 0-2-.34c-3.32 0-6 2.69-6 6 0 .68.11 1.36.34 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4.18c.32-.84.96-1.5 1.82-1.8 1.53-.56 3.25.24 3.82 1.8zm-7 0a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1m-1 14v-2H7v2zm2-4v-2H7v2zm4-4V7H7v2zm0 7 5 3-5 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-text-search-outline.svg b/mkdocs-material/material/templates/.icons/material/clipboard-text-search-outline.svg new file mode 100644 index 0000000..cdf95cc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-text-search-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 9h-.5zM7 15h3c.08-.68.23-1.36.5-2H7zm4.9-4.1A6.53 6.53 0 0 1 16.5 9H7v2h4.82c.03-.03.05-.06.08-.1m0 9.2c.36.35.75.64 1.16.9H5a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h4.18c.32-.84.96-1.5 1.82-1.8 1.53-.56 3.25.24 3.82 1.8H19a2 2 0 0 1 2 2v5.82a6.4 6.4 0 0 0-2-1.32V5h-2v2H7V5H5v14h6.03c.24.39.54.76.87 1.1M11 4c0 .55.45 1 1 1s1-.45 1-1-.45-1-1-1-1 .45-1 1m12.39 17L22 22.39l-3.12-3.07c-.69.43-1.51.68-2.38.68-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5c0 .88-.25 1.71-.69 2.4zM19 15.5a2.5 2.5 0 0 0-5 0 2.5 2.5 0 0 0 5 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-text-search.svg b/mkdocs-material/material/templates/.icons/material/clipboard-text-search.svg new file mode 100644 index 0000000..f3c91a6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-text-search.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.18 17H7v-2h3c.08-.68.23-1.36.5-2H7v-2h4.82c.03-.03.05-.06.08-.1A6.53 6.53 0 0 1 16.5 9H7V7h10v2h-.5c1.62 0 3.24.61 4.5 1.82V5a2 2 0 0 0-2-2h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14a2 2 0 0 0 2 2h8.06c-.41-.26-.8-.55-1.16-.9-.9-.89-1.45-1.97-1.72-3.1M12 3c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1m8.31 14.9c.44-.69.69-1.52.69-2.4 0-2.5-2-4.5-4.5-4.5S12 13 12 15.5s2 4.5 4.5 4.5c.87 0 1.69-.25 2.38-.68L22 22.39 23.39 21zm-3.81.1a2.5 2.5 0 0 1 0-5 2.5 2.5 0 0 1 0 5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard-text.svg b/mkdocs-material/material/templates/.icons/material/clipboard-text.svg new file mode 100644 index 0000000..f601411 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard-text.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 9H7V7h10m0 6H7v-2h10m-3 6H7v-2h7M12 3a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m7 0h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clipboard.svg b/mkdocs-material/material/templates/.icons/material/clipboard.svg new file mode 100644 index 0000000..ea97ae1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clipboard.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-7 0a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clippy.svg b/mkdocs-material/material/templates/.icons/material/clippy.svg new file mode 100644 index 0000000..17ce71f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clippy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 15.5a2.5 2.5 0 0 1-2.5 2.5 2.5 2.5 0 0 1-2.5-2.5v-1.75a.75.75 0 0 1 .75-.75.75.75 0 0 1 .75.75v1.75a1 1 0 0 0 1 1 1 1 0 0 0 1-1v-3.61c-.87-.28-1.5-1.02-1.5-1.89 0-1.1 1-2 2.25-2s2.25.9 2.25 2c0 .87-.63 1.61-1.5 1.89zM8.25 8c1.25 0 2.25.9 2.25 2 0 .87-.63 1.61-1.5 1.89v5.36a3.25 3.25 0 0 0 3.25 3.25 3.25 3.25 0 0 0 3.25-3.25v-3.5a.75.75 0 0 1 .75-.75.75.75 0 0 1 .75.75v3.5A4.75 4.75 0 0 1 12.25 22a4.75 4.75 0 0 1-4.75-4.75v-5.36C6.63 11.61 6 10.87 6 10c0-1.1 1-2 2.25-2m1.81-1.87-.43 1.46c-.41-.22-.88-.34-1.38-.34-.91 0-1.72.4-2.22 1.02l-1.2-.9C5.46 6.57 6.41 6 7.5 5.81v-.06A3.75 3.75 0 0 1 11.25 2 3.75 3.75 0 0 1 15 5.75v.06c1.09.19 2.04.76 2.67 1.56l-1.2.9c-.5-.62-1.31-1.02-2.22-1.02-.5 0-.97.12-1.38.34l-.43-1.46c.33-.13.69-.26 1.06-.32v-.06c0-1.25-1-2.25-2.25-2.25S9 4.5 9 5.75v.06c.37.06.73.19 1.06.32m4.19 3.12c-.55 0-1 .34-1 .75s.45.75 1 .75 1-.34 1-.75-.45-.75-1-.75m-6 0c-.55 0-1 .34-1 .75s.45.75 1 .75 1-.34 1-.75-.45-.75-1-.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clock-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/clock-alert-outline.svg new file mode 100644 index 0000000..1677438 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clock-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 7v6l5.2 3.1.8-1.2-4.5-2.7V7zm9 5v6h2v-6zm0 8v2h2v-2zm-2 0c-1.7 1.3-3.7 2-6 2-5.5 0-10-4.5-10-10S6.5 2 12 2c4.8 0 8.9 3.4 9.8 8h-2.1c-.9-3.4-4-6-7.7-6-4.4 0-8 3.6-8 8s3.6 8 8 8c2.4 0 4.5-1.1 6-2.7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clock-alert.svg b/mkdocs-material/material/templates/.icons/material/clock-alert.svg new file mode 100644 index 0000000..f93633a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clock-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 12h2v6h-2zm0 8h2v2h-2zM12 2C6.5 2 2 6.5 2 12s4.5 10 10 10c2.3 0 4.3-.8 6-2V10h3.8c-.9-4.6-5-8-9.8-8m4.2 14.2L11 13V7h1.5v5.2l4.5 2.7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clock-check-outline.svg b/mkdocs-material/material/templates/.icons/material/clock-check-outline.svg new file mode 100644 index 0000000..6fd2f42 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clock-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23.5 17-5 5-3.5-3.5 1.5-1.5 2 2 3.5-3.5zm-10.4 2.9c-.4.1-.7.1-1.1.1-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8c0 .4 0 .7-.1 1.1.7.1 1.3.3 1.9.6.1-.6.2-1.1.2-1.7 0-5.5-4.5-10-10-10S2 6.5 2 12s4.5 10 10 10c.6 0 1.2-.1 1.7-.2-.3-.5-.5-1.2-.6-1.9m2.5-5.8-3.1-1.8V7H11v6l3.5 2.1c.3-.4.7-.7 1.1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clock-check.svg b/mkdocs-material/material/templates/.icons/material/clock-check.svg new file mode 100644 index 0000000..f85fd4d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clock-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23.5 17-5 5-3.5-3.5 1.5-1.5 2 2 3.5-3.5zM13 19c0-1.5.5-2.8 1.4-3.9L11 13V7h1.5v5.2l3.1 1.9c1-.7 2.1-1.1 3.4-1.1 1 0 2 .3 2.8.7.1-.6.2-1.1.2-1.7 0-5.5-4.5-10-10-10S2 6.5 2 12s4.5 10 10 10c.6 0 1.2-.1 1.7-.2-.4-.8-.7-1.8-.7-2.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clock-digital.svg b/mkdocs-material/material/templates/.icons/material/clock-digital.svg new file mode 100644 index 0000000..eb5941b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clock-digital.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2M2 8h20v8H2m1-7v1.5h3.25L3 15h1.75L8 10.5V9m1.25 0v1.5h1.5V9M12 9v1.5h1.5V15H15V9m2 0a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1m-2.5 1.5h2v3h-2m-8.25 0V15h1.5v-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clock-edit-outline.svg b/mkdocs-material/material/templates/.icons/material/clock-edit-outline.svg new file mode 100644 index 0000000..50ac7ad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clock-edit-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clock-edit.svg b/mkdocs-material/material/templates/.icons/material/clock-edit.svg new file mode 100644 index 0000000..921ac84 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clock-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zm-8.1 7c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2-.8 0-1.4.4-1.8.8l-2.7 2.7-4-2.4V7H11v6l4.4 2.7-4.4 4.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clock-end.svg b/mkdocs-material/material/templates/.icons/material/clock-end.svg new file mode 100644 index 0000000..aa1ad17 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clock-end.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1C8.14 1 5 4.14 5 8a7 7 0 0 0 7 7c3.86 0 7-3.13 7-7 0-3.86-3.14-7-7-7m0 2.15c2.67 0 4.85 2.17 4.85 4.85s-2.18 4.85-4.85 4.85A4.85 4.85 0 0 1 7.15 8 4.85 4.85 0 0 1 12 3.15M11 5v3.69l3.19 1.84.75-1.3-2.44-1.41V5M15 16v3H3v2h12v3l4-4m0 0v4h2v-8h-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clock-fast.svg b/mkdocs-material/material/templates/.icons/material/clock-fast.svg new file mode 100644 index 0000000..422f5bb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clock-fast.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 4a8 8 0 0 1 8 8 8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8m0 2a6 6 0 0 0-6 6 6 6 0 0 0 6 6 6 6 0 0 0 6-6 6 6 0 0 0-6-6m-1 2h1.5v3.78l2.33 2.33-1.06 1.06L14 12.4zM2 18a1 1 0 0 1-1-1 1 1 0 0 1 1-1h3.83c.31.71.71 1.38 1.17 2zm1-5a1 1 0 0 1-1-1 1 1 0 0 1 1-1h2.05L5 12l.05 1zm1-5a1 1 0 0 1-1-1 1 1 0 0 1 1-1h3c-.46.62-.86 1.29-1.17 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clock-in.svg b/mkdocs-material/material/templates/.icons/material/clock-in.svg new file mode 100644 index 0000000..057a70f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clock-in.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.21.79.79 2.21l4.01 4L3 8h5V3L6.21 4.8M12 8c-3.86 0-7 3.13-7 7a7 7 0 0 0 7 7c3.86 0 7-3.13 7-7a7 7 0 0 0-7-7m0 2.15c2.67 0 4.85 2.17 4.85 4.85A4.85 4.85 0 0 1 12 19.85c-2.68 0-4.85-2.17-4.85-4.85A4.85 4.85 0 0 1 12 10.15M11 12v3.69l3.19 1.84.75-1.3-2.44-1.41V12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clock-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/clock-minus-outline.svg new file mode 100644 index 0000000..c37ca2e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clock-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.47 15.08 11 13V7h1.5v5.25l3.08 1.83c-.41.28-.79.62-1.11 1m-1.39 4.84c-.36.05-.71.08-1.08.08-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8c0 .37-.03.72-.08 1.08.69.1 1.33.32 1.92.64.1-.56.16-1.13.16-1.72 0-5.5-4.5-10-10-10S2 6.5 2 12s4.47 10 10 10c.59 0 1.16-.06 1.72-.16-.32-.59-.54-1.23-.64-1.92M15 18v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clock-minus.svg b/mkdocs-material/material/templates/.icons/material/clock-minus.svg new file mode 100644 index 0000000..7b22d21 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clock-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.72 21.84c-.56.1-1.13.16-1.72.16-5.5 0-10-4.5-10-10S6.5 2 12 2s10 4.5 10 10c0 .59-.06 1.16-.16 1.72A5.9 5.9 0 0 0 19 13c-1.26 0-2.43.39-3.4 1.06l-3.1-1.86V7H11v6l3.43 2.11A5.96 5.96 0 0 0 13 19c0 1.03.26 2 .72 2.84M15 18v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clock-out.svg b/mkdocs-material/material/templates/.icons/material/clock-out.svg new file mode 100644 index 0000000..7a80075 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clock-out.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18 1 1.8 1.79-4.01 4 1.42 1.42 4-4L23 6V1M12 8c-3.86 0-7 3.13-7 7a7 7 0 0 0 7 7c3.86 0 7-3.13 7-7a7 7 0 0 0-7-7m0 2.15c2.67 0 4.85 2.17 4.85 4.85A4.85 4.85 0 0 1 12 19.85c-2.68 0-4.85-2.17-4.85-4.85A4.85 4.85 0 0 1 12 10.15M11 12v3.69l3.19 1.84.75-1.3-2.44-1.41V12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clock-outline.svg b/mkdocs-material/material/templates/.icons/material/clock-outline.svg new file mode 100644 index 0000000..ed764f2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20a8 8 0 0 0 8-8 8 8 0 0 0-8-8 8 8 0 0 0-8 8 8 8 0 0 0 8 8m0-18a10 10 0 0 1 10 10 10 10 0 0 1-10 10C6.47 22 2 17.5 2 12A10 10 0 0 1 12 2m.5 5v5.25l4.5 2.67-.75 1.23L11 13V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clock-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/clock-plus-outline.svg new file mode 100644 index 0000000..b0dae5c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clock-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.47 15.08 11 13V7h1.5v5.25l3.08 1.83c-.41.28-.79.62-1.11 1m-1.39 4.84c-.36.05-.71.08-1.08.08-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8c0 .37-.03.72-.08 1.08.69.1 1.33.32 1.92.64.1-.56.16-1.13.16-1.72 0-5.5-4.5-10-10-10S2 6.5 2 12s4.47 10 10 10c.59 0 1.16-.06 1.72-.16-.32-.59-.54-1.23-.64-1.92M18 15v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clock-plus.svg b/mkdocs-material/material/templates/.icons/material/clock-plus.svg new file mode 100644 index 0000000..dc8bbea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clock-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.72 21.84c-.56.1-1.13.16-1.72.16-5.5 0-10-4.5-10-10S6.5 2 12 2s10 4.5 10 10c0 .59-.06 1.16-.16 1.72A5.9 5.9 0 0 0 19 13c-1.26 0-2.43.39-3.4 1.06l-3.1-1.86V7H11v6l3.43 2.11A5.96 5.96 0 0 0 13 19c0 1.03.26 2 .72 2.84M18 15v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clock-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/clock-remove-outline.svg new file mode 100644 index 0000000..0010c5e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clock-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.47 15.08 11 13V7h1.5v5.25l3.08 1.83c-.41.28-.79.62-1.11 1m-1.39 4.84c-.36.05-.71.08-1.08.08-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8c0 .37-.03.72-.08 1.08.69.1 1.33.32 1.92.64.1-.56.16-1.13.16-1.72 0-5.5-4.5-10-10-10S2 6.5 2 12s4.47 10 10 10c.59 0 1.16-.06 1.72-.16-.32-.59-.54-1.23-.64-1.92m8.04-4.46L19 17.59l-2.12-2.12-1.41 1.41L17.59 19l-2.12 2.12 1.41 1.42L19 20.41l2.12 2.13 1.42-1.42L20.41 19l2.13-2.12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clock-remove.svg b/mkdocs-material/material/templates/.icons/material/clock-remove.svg new file mode 100644 index 0000000..72e70e3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clock-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.72 21.84c-.56.1-1.13.16-1.72.16-5.5 0-10-4.5-10-10S6.5 2 12 2s10 4.5 10 10c0 .59-.06 1.16-.16 1.72A5.9 5.9 0 0 0 19 13c-1.26 0-2.43.39-3.4 1.06l-3.1-1.86V7H11v6l3.43 2.11A5.96 5.96 0 0 0 13 19c0 1.03.26 2 .72 2.84m7.4-6.38L19 17.59l-2.12-2.12-1.41 1.41L17.59 19l-2.12 2.12 1.41 1.42L19 20.41l2.12 2.13 1.42-1.42L20.41 19l2.13-2.12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clock-star-four-points-outline.svg b/mkdocs-material/material/templates/.icons/material/clock-star-four-points-outline.svg new file mode 100644 index 0000000..72ee3ef --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clock-star-four-points-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20c.4 0 .7 0 1.1-.1.1.7.3 1.4.6 1.9-.5.1-1.1.2-1.7.2-5.5 0-10-4.5-10-10S6.5 2 12 2s10 4.5 10 10c0 .5-.08.97-.16 1.5l-.04.2c-.6-.3-1.2-.5-1.9-.6.1-.4.1-.7.1-1.1 0-4.4-3.6-8-8-8s-8 3.6-8 8 3.6 8 8 8m.5-7.7 3.1 1.8c-.4.3-.8.6-1.1 1L11 13V7h1.5zm5.24 5.45L19 15l1.25 2.75L23 19l-2.75 1.26L19 23l-1.26-2.74L15 19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clock-star-four-points.svg b/mkdocs-material/material/templates/.icons/material/clock-star-four-points.svg new file mode 100644 index 0000000..7636d46 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clock-star-four-points.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.4 15.1c-.9 1.1-1.4 2.4-1.4 3.9 0 1 .3 2 .7 2.8-.5.1-1.1.2-1.7.2-5.5 0-10-4.5-10-10S6.5 2 12 2s10 4.5 10 10c0 .5-.08.97-.16 1.5l-.04.2C21 13.3 20 13 19 13c-1.3 0-2.4.4-3.4 1.1l-3.1-1.9V7H11v6zm3.34 2.65L19 15l1.25 2.75L23 19l-2.75 1.26L19 23l-1.26-2.74L15 19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clock-start.svg b/mkdocs-material/material/templates/.icons/material/clock-start.svg new file mode 100644 index 0000000..ae645e8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clock-start.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1C8.14 1 5 4.14 5 8a7 7 0 0 0 7 7c3.86 0 7-3.13 7-7 0-3.86-3.14-7-7-7m0 2.15c2.67 0 4.85 2.17 4.85 4.85s-2.18 4.85-4.85 4.85A4.85 4.85 0 0 1 7.15 8 4.85 4.85 0 0 1 12 3.15M11 5v3.69l3.19 1.84.75-1.3-2.44-1.41V5M4 16v8h2v-3h12v3l4-4-4-4v3H6v-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clock-time-eight-outline.svg b/mkdocs-material/material/templates/.icons/material/clock-time-eight-outline.svg new file mode 100644 index 0000000..703fb64 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clock-time-eight-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20c4.4 0 8-3.6 8-8s-3.6-8-8-8-8 3.6-8 8 3.6 8 8 8m0-18c5.5 0 10 4.5 10 10s-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2m.5 10.8-4.8 2.8-.7-1.4 4-2.3V7h1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clock-time-eight.svg b/mkdocs-material/material/templates/.icons/material/clock-time-eight.svg new file mode 100644 index 0000000..8e37f3d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clock-time-eight.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2M7.7 15.5 7 14.2l4-2.3V7h1.5v5.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clock-time-eleven-outline.svg b/mkdocs-material/material/templates/.icons/material/clock-time-eleven-outline.svg new file mode 100644 index 0000000..4bf2705 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clock-time-eleven-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20c4.4 0 8-3.6 8-8s-3.6-8-8-8-8 3.6-8 8 3.6 8 8 8m0-18c5.5 0 10 4.5 10 10s-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2m.5 5v6H11L8.5 8.6l1.3-.8L11 10V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clock-time-eleven.svg b/mkdocs-material/material/templates/.icons/material/clock-time-eleven.svg new file mode 100644 index 0000000..a62e72d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clock-time-eleven.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m.5 11H11L8.5 8.6l1.3-.8L11 10V7h1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clock-time-five-outline.svg b/mkdocs-material/material/templates/.icons/material/clock-time-five-outline.svg new file mode 100644 index 0000000..53b9727 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clock-time-five-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20c4.4 0 8-3.6 8-8s-3.6-8-8-8-8 3.6-8 8 3.6 8 8 8m0-18c5.5 0 10 4.5 10 10s-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2m3.3 14.2L14 17l-3-5.2V7h1.5v4.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clock-time-five.svg b/mkdocs-material/material/templates/.icons/material/clock-time-five.svg new file mode 100644 index 0000000..0db73f3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clock-time-five.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m2 15-3-5.2V7h1.5v4.4l2.8 4.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clock-time-four-outline.svg b/mkdocs-material/material/templates/.icons/material/clock-time-four-outline.svg new file mode 100644 index 0000000..fe14f54 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clock-time-four-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20c4.4 0 8-3.6 8-8s-3.6-8-8-8-8 3.6-8 8 3.6 8 8 8m0-18c5.5 0 10 4.5 10 10s-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2m5 11.9-.7 1.3-5.3-2.9V7h1.5v4.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clock-time-four.svg b/mkdocs-material/material/templates/.icons/material/clock-time-four.svg new file mode 100644 index 0000000..ae947fc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clock-time-four.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m4.3 13.2L11 12.3V7h1.5v4.4l4.5 2.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clock-time-nine-outline.svg b/mkdocs-material/material/templates/.icons/material/clock-time-nine-outline.svg new file mode 100644 index 0000000..dd52c7c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clock-time-nine-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20c4.4 0 8-3.6 8-8s-3.6-8-8-8-8 3.6-8 8 3.6 8 8 8m0-18c5.5 0 10 4.5 10 10s-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2m.5 5v6H7v-1.5h4V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clock-time-nine.svg b/mkdocs-material/material/templates/.icons/material/clock-time-nine.svg new file mode 100644 index 0000000..307bbba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clock-time-nine.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m.5 11H7v-1.5h4V7h1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clock-time-one-outline.svg b/mkdocs-material/material/templates/.icons/material/clock-time-one-outline.svg new file mode 100644 index 0000000..aec5497 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clock-time-one-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20c4.42 0 8-3.58 8-8s-3.58-8-8-8-8 3.58-8 8 3.58 8 8 8m0-18c5.5 0 10 4.5 10 10s-4.5 10-10 10C6.47 22 2 17.5 2 12S6.5 2 12 2m3.3 5.8-3 5.2H11V7h1.5v2.65l1.5-2.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clock-time-one.svg b/mkdocs-material/material/templates/.icons/material/clock-time-one.svg new file mode 100644 index 0000000..10a7f98 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clock-time-one.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m.3 11H11V7h1.5v2.7L14 7.1l1.3.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clock-time-seven-outline.svg b/mkdocs-material/material/templates/.icons/material/clock-time-seven-outline.svg new file mode 100644 index 0000000..b9df65d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clock-time-seven-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20c4.4 0 8-3.6 8-8s-3.6-8-8-8-8 3.6-8 8 3.6 8 8 8m0-18c5.5 0 10 4.5 10 10s-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2m.5 5v5.2L9.8 17l-1.3-.8 2.5-4.4V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clock-time-seven.svg b/mkdocs-material/material/templates/.icons/material/clock-time-seven.svg new file mode 100644 index 0000000..c0e91af --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clock-time-seven.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m.5 10.2L9.8 17l-1.3-.8 2.5-4.4V7h1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clock-time-six-outline.svg b/mkdocs-material/material/templates/.icons/material/clock-time-six-outline.svg new file mode 100644 index 0000000..f240ebb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clock-time-six-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20c4.4 0 8-3.6 8-8s-3.6-8-8-8-8 3.6-8 8 3.6 8 8 8m0-18c5.5 0 10 4.5 10 10s-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2m.5 5v10H11V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clock-time-six.svg b/mkdocs-material/material/templates/.icons/material/clock-time-six.svg new file mode 100644 index 0000000..9e49ba2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clock-time-six.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m.5 15H11V7h1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clock-time-ten-outline.svg b/mkdocs-material/material/templates/.icons/material/clock-time-ten-outline.svg new file mode 100644 index 0000000..eac5cbd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clock-time-ten-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20c4.4 0 8-3.6 8-8s-3.6-8-8-8-8 3.6-8 8 3.6 8 8 8m0-18c5.5 0 10 4.5 10 10s-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2m.5 11H11l-4-2.3.8-1.3 3.3 1.9V7h1.5v6Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clock-time-ten.svg b/mkdocs-material/material/templates/.icons/material/clock-time-ten.svg new file mode 100644 index 0000000..bc3e06d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clock-time-ten.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m.5 11H11l-4-2.3.8-1.3 3.3 1.9V7h1.5v6Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clock-time-three-outline.svg b/mkdocs-material/material/templates/.icons/material/clock-time-three-outline.svg new file mode 100644 index 0000000..31bf6cf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clock-time-three-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20c4.4 0 8-3.6 8-8s-3.6-8-8-8-8 3.6-8 8 3.6 8 8 8m0-18c5.5 0 10 4.5 10 10s-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2m5 9.5V13h-6V7h1.5v4.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clock-time-three.svg b/mkdocs-material/material/templates/.icons/material/clock-time-three.svg new file mode 100644 index 0000000..0c9bdb9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clock-time-three.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m5 11h-6V7h1.5v4.5H17z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clock-time-twelve-outline.svg b/mkdocs-material/material/templates/.icons/material/clock-time-twelve-outline.svg new file mode 100644 index 0000000..a37522e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clock-time-twelve-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20c4.42 0 8-3.58 8-8s-3.58-8-8-8-8 3.58-8 8 3.58 8 8 8m0-18c5.5 0 10 4.5 10 10s-4.5 10-10 10C6.47 22 2 17.5 2 12S6.5 2 12 2m.5 11.03H11V7h1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clock-time-twelve.svg b/mkdocs-material/material/templates/.icons/material/clock-time-twelve.svg new file mode 100644 index 0000000..024cbe8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clock-time-twelve.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m.5 11H11V7h1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clock-time-two-outline.svg b/mkdocs-material/material/templates/.icons/material/clock-time-two-outline.svg new file mode 100644 index 0000000..a7e8388 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clock-time-two-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20c4.42 0 8-3.58 8-8s-3.58-8-8-8-8 3.58-8 8 3.58 8 8 8m0-18c5.5 0 10 4.5 10 10s-4.5 10-10 10C6.47 22 2 17.5 2 12S6.5 2 12 2m.5 11H11V7h1.5v4.26l3.7-2.13.75 1.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clock-time-two.svg b/mkdocs-material/material/templates/.icons/material/clock-time-two.svg new file mode 100644 index 0000000..cff0d4d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clock-time-two.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m.5 11H11V7h1.5v4.3l3.7-2.1.8 1.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clock.svg b/mkdocs-material/material/templates/.icons/material/clock.svg new file mode 100644 index 0000000..566370a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m4.2 14.2L11 13V7h1.5v5.2l4.5 2.7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/close-box-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/close-box-multiple-outline.svg new file mode 100644 index 0000000..11e37b1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/close-box-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H8c-1.1 0-2 .9-2 2v12a2 2 0 0 0 2 2h12c1.11 0 2-.89 2-2V4a2 2 0 0 0-2-2m0 14H8V4h12zM4 6v14h14v2H4a2 2 0 0 1-2-2V6zm5.77 6.84L12.6 10 9.77 7.15l1.4-1.4L14 8.6l2.84-2.83 1.4 1.4L15.4 10l2.83 2.84-1.4 1.4L14 11.4l-2.83 2.84z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/close-box-multiple.svg b/mkdocs-material/material/templates/.icons/material/close-box-multiple.svg new file mode 100644 index 0000000..59e6ab8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/close-box-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 20h14v2H4a2 2 0 0 1-2-2V6h2zM20.22 2H7.78C6.8 2 6 2.8 6 3.78v12.44C6 17.2 6.8 18 7.78 18h12.44c.98 0 1.78-.8 1.78-1.78V3.78C22 2.8 21.2 2 20.22 2M19 13.6 17.6 15 14 11.4 10.4 15 9 13.6l3.6-3.6L9 6.4 10.4 5 14 8.6 17.6 5 19 6.4 15.4 10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/close-box-outline.svg b/mkdocs-material/material/templates/.icons/material/close-box-outline.svg new file mode 100644 index 0000000..c37e220 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/close-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m0 16H5V5h14zM17 8.4 13.4 12l3.6 3.6-1.4 1.4-3.6-3.6L8.4 17 7 15.6l3.6-3.6L7 8.4 8.4 7l3.6 3.6L15.6 7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/close-box.svg b/mkdocs-material/material/templates/.icons/material/close-box.svg new file mode 100644 index 0000000..5c75c19 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/close-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-3.4 14L12 13.4 8.4 17 7 15.6l3.6-3.6L7 8.4 8.4 7l3.6 3.6L15.6 7 17 8.4 13.4 12l3.6 3.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/close-circle-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/close-circle-multiple-outline.svg new file mode 100644 index 0000000..ae6408d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/close-circle-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18.54 9.88-1.42-1.41L15 10.59l-2.12-2.12-1.41 1.41L13.59 12l-2.12 2.12 1.41 1.42L15 13.41l2.12 2.13 1.42-1.42L16.41 12M2 12c0-2.79 1.64-5.2 4-6.32V3.5C2.5 4.76 0 8.09 0 12s2.5 7.24 6 8.5v-2.18C3.64 17.2 2 14.79 2 12m13-9c-4.96 0-9 4.04-9 9s4.04 9 9 9 9-4.04 9-9-4.04-9-9-9m0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/close-circle-multiple.svg b/mkdocs-material/material/templates/.icons/material/close-circle-multiple.svg new file mode 100644 index 0000000..b88e2ba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/close-circle-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 12c0-2.79 1.64-5.2 4-6.32V3.5C2.5 4.76 0 8.09 0 12s2.5 7.24 6 8.5v-2.18C3.64 17.2 2 14.79 2 12m13-9c-4.96 0-9 4.04-9 9s4.04 9 9 9 9-4.04 9-9-4.04-9-9-9m5 12.59L18.59 17 15 13.41 11.41 17 10 15.59 13.59 12 10 8.41 11.41 7 15 10.59 18.59 7 20 8.41 16.41 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/close-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/close-circle-outline.svg new file mode 100644 index 0000000..d81ec0d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/close-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m0-18C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2m2.59 6L12 10.59 9.41 8 8 9.41 10.59 12 8 14.59 9.41 16 12 13.41 14.59 16 16 14.59 13.41 12 16 9.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/close-circle.svg b/mkdocs-material/material/templates/.icons/material/close-circle.svg new file mode 100644 index 0000000..5cad97b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/close-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c5.53 0 10 4.47 10 10s-4.47 10-10 10S2 17.53 2 12 6.47 2 12 2m3.59 5L12 10.59 8.41 7 7 8.41 10.59 12 7 15.59 8.41 17 12 13.41 15.59 17 17 15.59 13.41 12 17 8.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/close-network-outline.svg b/mkdocs-material/material/templates/.icons/material/close-network-outline.svg new file mode 100644 index 0000000..9df617e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/close-network-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 20a1 1 0 0 0-1-1h-1v-2h4a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h4v2h-1a1 1 0 0 0-1 1H2v2h7a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1h7v-2zm-8-5V5h10v10zm8.54-2.88L13.41 10l2.12-2.13-1.41-1.41L12 8.59 9.88 6.46 8.47 7.87 10.59 10l-2.12 2.13 1.41 1.41L12 11.41l2.12 2.13z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/close-network.svg b/mkdocs-material/material/templates/.icons/material/close-network.svg new file mode 100644 index 0000000..6c271dc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/close-network.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.59 6 12 8.59 9.41 6 8 7.41 10.59 10 8 12.59 9.41 14 12 11.41 14.59 14 16 12.59 13.41 10 16 7.41zM17 3a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-4v2h1a1 1 0 0 1 1 1h7v2h-7a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1H2v-2h7a1 1 0 0 1 1-1h1v-2H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/close-octagon-outline.svg b/mkdocs-material/material/templates/.icons/material/close-octagon-outline.svg new file mode 100644 index 0000000..d8ac72f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/close-octagon-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.27 3 3 8.27v7.46L8.27 21h7.46C17.5 19.24 21 15.73 21 15.73V8.27L15.73 3M9.1 5h5.8L19 9.1v5.8L14.9 19H9.1L5 14.9V9.1m4.12-1.39L7.71 9.12 10.59 12l-2.88 2.88 1.41 1.41L12 13.41l2.88 2.88 1.41-1.41L13.41 12l2.88-2.88-1.41-1.41L12 10.59"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/close-octagon.svg b/mkdocs-material/material/templates/.icons/material/close-octagon.svg new file mode 100644 index 0000000..5646e3d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/close-octagon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.27 3 3 8.27v7.46L8.27 21h7.46L21 15.73V8.27L15.73 3M8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59 15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/close-outline.svg b/mkdocs-material/material/templates/.icons/material/close-outline.svg new file mode 100644 index 0000000..035fcae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/close-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 16.74 7.76 12 3 7.26 7.26 3 12 7.76 16.74 3 21 7.26 16.24 12 21 16.74 16.74 21 12 16.24 7.26 21zm9-3.33 4.74 4.75 1.42-1.42L13.41 12l4.75-4.74-1.42-1.42L12 10.59 7.26 5.84 5.84 7.26 10.59 12l-4.75 4.74 1.42 1.42z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/close-thick.svg b/mkdocs-material/material/templates/.icons/material/close-thick.svg new file mode 100644 index 0000000..d7d18ab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/close-thick.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 6.91 17.09 4 12 9.09 6.91 4 4 6.91 9.09 12 4 17.09 6.91 20 12 14.91 17.09 20 20 17.09 14.91 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/close.svg b/mkdocs-material/material/templates/.icons/material/close.svg new file mode 100644 index 0000000..afd3f46 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/close.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/closed-caption-outline.svg b/mkdocs-material/material/templates/.icons/material/closed-caption-outline.svg new file mode 100644 index 0000000..d14acfe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/closed-caption-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 4c-.55 0-1 .18-1.41.57C3.2 4.96 3 5.44 3 6v12c0 .56.2 1.04.59 1.43.41.39.86.57 1.41.57h14c.5 0 1-.19 1.39-.59.41-.41.61-.88.61-1.41V6c0-.53-.2-1-.61-1.41C20 4.19 19.5 4 19 4zm-.5 1.5h15v13h-15zM7 9c-.3 0-.53.09-.72.28S6 9.7 6 10v4c0 .3.09.53.28.72S6.7 15 7 15h3c.27 0 .5-.09.71-.28.2-.19.29-.42.29-.72v-1H9.5v.5h-2v-3h2v.5H11v-1c0-.3-.09-.53-.29-.72C10.5 9.09 10.27 9 10 9zm7 0c-.27 0-.5.09-.71.28-.2.19-.29.42-.29.72v4c0 .3.09.53.29.72.21.19.44.28.71.28h3c.3 0 .53-.09.72-.28S18 14.3 18 14v-1h-1.5v.5h-2v-3h2v.5H18v-1c0-.3-.09-.53-.28-.72S17.3 9 17 9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/closed-caption.svg b/mkdocs-material/material/templates/.icons/material/closed-caption.svg new file mode 100644 index 0000000..ed58527 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/closed-caption.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 11h-1.5v-.5h-2v3h2V13H18v1a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1m-7 1H9.5v-.5h-2v3h2V13H11v1a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1m8-6H5c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/cloud-alert-outline.svg new file mode 100644 index 0000000..37c0665 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.86 12.5A4.31 4.31 0 0 0 19 11c0-1.95-.68-3.6-2.04-4.96S13.95 4 12 4c-1.58 0-3 .47-4.25 1.43s-2.08 2.19-2.5 3.72c-1.25.28-2.29.93-3.08 1.95S1 13.28 1 14.58c0 1.51.54 2.8 1.61 3.85C3.69 19.5 5 20 6.5 20h12c1.25 0 2.31-.44 3.19-1.31.87-.88 1.31-1.94 1.31-3.19q0-1.725-1.14-3m-1.59 4.77c-.48.49-1.07.73-1.77.73h-12c-.97 0-1.79-.34-2.47-1C3.34 16.29 3 15.47 3 14.5s.34-1.79 1.03-2.47C4.71 11.34 5.53 11 6.5 11H7c0-1.38.5-2.56 1.46-3.54C9.44 6.5 10.62 6 12 6s2.56.5 3.54 1.46C16.5 8.44 17 9.62 17 11v2h1.5c.7 0 1.29.24 1.77.73S21 14.8 21 15.5s-.24 1.29-.73 1.77M11 15h2v2h-2zm0-8h2v6h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-alert.svg b/mkdocs-material/material/templates/.icons/material/cloud-alert.svg new file mode 100644 index 0000000..6ebb91d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.86 12.5A4.31 4.31 0 0 0 19 11c0-1.95-.68-3.6-2.04-4.96S13.95 4 12 4c-1.58 0-3 .47-4.25 1.43s-2.08 2.19-2.5 3.72c-1.25.28-2.29.93-3.08 1.95S1 13.28 1 14.58c0 1.51.54 2.8 1.61 3.85C3.69 19.5 5 20 6.5 20h12c1.25 0 2.31-.44 3.19-1.31.87-.88 1.31-1.94 1.31-3.19q0-1.725-1.14-3M13 17h-2v-2h2zm0-4h-2V7h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-arrow-down-outline.svg b/mkdocs-material/material/templates/.icons/material/cloud-arrow-down-outline.svg new file mode 100644 index 0000000..2657cf7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-arrow-down-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.03 12.03C3.34 12.71 3 13.53 3 14.5s.34 1.79 1.03 2.5c.68.66 1.5 1 2.47 1h6.59c-.05.33-.09.66-.09 1s.04.67.09 1H6.5c-1.5 0-2.81-.5-3.89-1.57C1.54 17.38 1 16.09 1 14.58q0-1.95 1.17-3.48C3.34 9.57 4 9.43 5.25 9.15c.42-1.53 1.25-2.77 2.5-3.72S10.42 4 12 4c1.95 0 3.6.68 4.96 2.04S19 9.05 19 11c1.15.13 2.1.63 2.86 1.5.51.57.84 1.21 1 1.92A5.9 5.9 0 0 0 19 13h-2v-2c0-1.38-.5-2.56-1.46-3.54C14.56 6.5 13.38 6 12 6s-2.56.5-3.54 1.46C7.5 8.44 7 9.62 7 11h-.5c-.97 0-1.79.34-2.47 1.03M20 16h-2v4h-2l3 3 3-3h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-arrow-down.svg b/mkdocs-material/material/templates/.icons/material/cloud-arrow-down.svg new file mode 100644 index 0000000..1a38049 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-arrow-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0 .34.04.67.09 1H6.5c-1.5 0-2.81-.5-3.89-1.57C1.54 17.38 1 16.09 1 14.58q0-1.95 1.17-3.48C3.34 9.57 4 9.43 5.25 9.15c.42-1.53 1.25-2.77 2.5-3.72S10.42 4 12 4c1.95 0 3.6.68 4.96 2.04S19 9.05 19 11c1.15.13 2.1.63 2.86 1.5.51.57.84 1.21 1 1.92A5.9 5.9 0 0 0 19 13c-3.31 0-6 2.69-6 6m7-3h-2v4h-2l3 3 3-3h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-arrow-left-outline.svg b/mkdocs-material/material/templates/.icons/material/cloud-arrow-left-outline.svg new file mode 100644 index 0000000..d23f262 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-arrow-left-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0 .34.04.67.09 1H6.5c-1.5 0-2.81-.5-3.89-1.57C1.54 17.38 1 16.09 1 14.58q0-1.95 1.17-3.48C3.34 9.57 4 9.43 5.25 9.15c.42-1.53 1.25-2.77 2.5-3.72S10.42 4 12 4c1.95 0 3.6.68 4.96 2.04S19 9.05 19 11c1.15.13 2.1.63 2.86 1.5.51.57.84 1.21 1 1.92A5.9 5.9 0 0 0 19 13h-2v-2c0-1.38-.5-2.56-1.46-3.54C14.56 6.5 13.38 6 12 6s-2.56.5-3.54 1.46C7.5 8.44 7 9.62 7 11h-.5c-.97 0-1.79.34-2.47 1.03-.69.68-1.03 1.5-1.03 2.47s.34 1.79 1.03 2.5c.68.66 1.5 1 2.47 1h6.59c-.05.33-.09.66-.09 1m5-3-3 3 3 3v-2h4v-2h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-arrow-left.svg b/mkdocs-material/material/templates/.icons/material/cloud-arrow-left.svg new file mode 100644 index 0000000..e2b6144 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-arrow-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0 .34.04.67.09 1H6.5c-1.5 0-2.81-.5-3.89-1.57C1.54 17.38 1 16.09 1 14.58q0-1.95 1.17-3.48C3.34 9.57 4 9.43 5.25 9.15c.42-1.53 1.25-2.77 2.5-3.72S10.42 4 12 4c1.95 0 3.6.68 4.96 2.04S19 9.05 19 11c1.15.13 2.1.63 2.86 1.5.51.57.84 1.21 1 1.92A5.9 5.9 0 0 0 19 13c-3.31 0-6 2.69-6 6m5-3-3 3 3 3v-2h4v-2h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-arrow-right-outline.svg b/mkdocs-material/material/templates/.icons/material/cloud-arrow-right-outline.svg new file mode 100644 index 0000000..cd9ce43 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-arrow-right-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.03 12.03C3.34 12.71 3 13.53 3 14.5s.34 1.79 1.03 2.5c.68.66 1.5 1 2.47 1h6.59c-.05.33-.09.66-.09 1s.04.67.09 1H6.5c-1.5 0-2.81-.5-3.89-1.57C1.54 17.38 1 16.09 1 14.58q0-1.95 1.17-3.48C3.34 9.57 4 9.43 5.25 9.15c.42-1.53 1.25-2.77 2.5-3.72S10.42 4 12 4c1.95 0 3.6.68 4.96 2.04S19 9.05 19 11c1.15.13 2.1.63 2.86 1.5.51.57.84 1.21 1 1.92A5.9 5.9 0 0 0 19 13h-2v-2c0-1.38-.5-2.56-1.46-3.54C14.56 6.5 13.38 6 12 6s-2.56.5-3.54 1.46C7.5 8.44 7 9.62 7 11h-.5c-.97 0-1.79.34-2.47 1.03M23 19l-3-3v2h-4v2h4v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-arrow-right.svg b/mkdocs-material/material/templates/.icons/material/cloud-arrow-right.svg new file mode 100644 index 0000000..8e0224a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-arrow-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0 .34.04.67.09 1H6.5c-1.5 0-2.81-.5-3.89-1.57C1.54 17.38 1 16.09 1 14.58q0-1.95 1.17-3.48C3.34 9.57 4 9.43 5.25 9.15c.42-1.53 1.25-2.77 2.5-3.72S10.42 4 12 4c1.95 0 3.6.68 4.96 2.04S19 9.05 19 11c1.15.13 2.1.63 2.86 1.5.51.57.84 1.21 1 1.92A5.9 5.9 0 0 0 19 13c-3.31 0-6 2.69-6 6m10 0-3-3v2h-4v2h4v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-arrow-up-outline.svg b/mkdocs-material/material/templates/.icons/material/cloud-arrow-up-outline.svg new file mode 100644 index 0000000..88bc4bb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-arrow-up-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.03 12.03C3.34 12.71 3 13.53 3 14.5s.34 1.79 1.03 2.5c.68.66 1.5 1 2.47 1h6.59c-.05.33-.09.66-.09 1s.04.67.09 1H6.5c-1.5 0-2.81-.5-3.89-1.57C1.54 17.38 1 16.09 1 14.58q0-1.95 1.17-3.48C3.34 9.57 4 9.43 5.25 9.15c.42-1.53 1.25-2.77 2.5-3.72S10.42 4 12 4c1.95 0 3.6.68 4.96 2.04S19 9.05 19 11c1.15.13 2.1.63 2.86 1.5.51.57.84 1.21 1 1.92A5.9 5.9 0 0 0 19 13h-2v-2c0-1.38-.5-2.56-1.46-3.54C14.56 6.5 13.38 6 12 6s-2.56.5-3.54 1.46C7.5 8.44 7 9.62 7 11h-.5c-.97 0-1.79.34-2.47 1.03M16 18h2v4h2v-4h2l-3-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-arrow-up.svg b/mkdocs-material/material/templates/.icons/material/cloud-arrow-up.svg new file mode 100644 index 0000000..63c826a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-arrow-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0 .34.04.67.09 1H6.5c-1.5 0-2.81-.5-3.89-1.57C1.54 17.38 1 16.09 1 14.58q0-1.95 1.17-3.48C3.34 9.57 4 9.43 5.25 9.15c.42-1.53 1.25-2.77 2.5-3.72S10.42 4 12 4c1.95 0 3.6.68 4.96 2.04S19 9.05 19 11c1.15.13 2.1.63 2.86 1.5.51.57.84 1.21 1 1.92A5.9 5.9 0 0 0 19 13c-3.31 0-6 2.69-6 6m3-1h2v4h2v-4h2l-3-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-braces.svg b/mkdocs-material/material/templates/.icons/material/cloud-braces.svg new file mode 100644 index 0000000..5ea64cd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-braces.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.86 12.5A4.31 4.31 0 0 0 19 11c0-1.95-.68-3.6-2.04-4.96S13.95 4 12 4c-1.58 0-3 .47-4.25 1.43s-2.08 2.19-2.5 3.72c-1.25.28-2.29.93-3.08 1.95S1 13.28 1 14.58c0 1.51.54 2.8 1.61 3.85C3.69 19.5 5 20 6.5 20h12c1.25 0 2.31-.44 3.19-1.31.87-.88 1.31-1.94 1.31-3.19q0-1.725-1.14-3M10.5 10H9v1c0 1.11-.89 2-2 2a2 2 0 0 1 2 2v1h1.5v2H9a2 2 0 0 1-2-2v-1c0-.55-.45-1-1-1h-.5v-2H6c.55 0 1-.45 1-1v-1c0-1.1.9-2 2-2h1.5zm8 4H18c-.55 0-1 .45-1 1v1c0 1.11-.89 2-2 2h-1.5v-2H15v-1c0-1.1.9-2 2-2a2 2 0 0 1-2-2v-1h-1.5V8H15a2 2 0 0 1 2 2v1c0 .55.45 1 1 1h.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-cancel-outline.svg b/mkdocs-material/material/templates/.icons/material/cloud-cancel-outline.svg new file mode 100644 index 0000000..9806a8e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-cancel-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 18.5c0 .5.07 1 .18 1.5H6.5c-1.5 0-2.81-.5-3.89-1.57C1.54 17.38 1 16.09 1 14.58q0-1.95 1.17-3.48C3.34 9.57 4 9.43 5.25 9.15c.42-1.53 1.25-2.77 2.5-3.72S10.42 4 12 4c1.95 0 3.6.68 4.96 2.04S19 9.05 19 11c1.15.13 2.1.63 2.86 1.5.24.26.43.55.6.86A6.37 6.37 0 0 0 18.5 12c-.5 0-1 .07-1.5.18V11c0-1.38-.5-2.56-1.46-3.54C14.56 6.5 13.38 6 12 6s-2.56.5-3.54 1.46C7.5 8.44 7 9.62 7 11h-.5c-.97 0-1.79.34-2.47 1.03-.69.68-1.03 1.5-1.03 2.47s.34 1.79 1.03 2.5c.68.66 1.5 1 2.47 1h5.53c-.03.17-.03.33-.03.5m11 0c0 2.5-2 4.5-4.5 4.5S14 21 14 18.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5m-3 2.58L15.92 17c-.27.42-.42.94-.42 1.5 0 1.66 1.34 3 3 3 .56 0 1.08-.15 1.5-.42m1.5-2.58c0-1.66-1.34-3-3-3-.56 0-1.08.15-1.5.42L21.08 20c.27-.42.42-.94.42-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-cancel.svg b/mkdocs-material/material/templates/.icons/material/cloud-cancel.svg new file mode 100644 index 0000000..5b903c2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-cancel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 18.5c0 .5.07 1 .18 1.5H6.5c-1.5 0-2.81-.5-3.89-1.57C1.54 17.38 1 16.09 1 14.58q0-1.95 1.17-3.48C3.34 9.57 4 9.43 5.25 9.15c.42-1.53 1.25-2.77 2.5-3.72S10.42 4 12 4c1.95 0 3.6.68 4.96 2.04S19 9.05 19 11c1.15.13 2.1.63 2.86 1.5.24.26.43.55.6.86A6.37 6.37 0 0 0 18.5 12a6.5 6.5 0 0 0-6.5 6.5m11 0c0 2.5-2 4.5-4.5 4.5S14 21 14 18.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5m-3 2.58L15.92 17c-.27.42-.42.94-.42 1.5 0 1.66 1.34 3 3 3 .56 0 1.08-.15 1.5-.42m1.5-2.58c0-1.66-1.34-3-3-3-.56 0-1.08.15-1.5.42L21.08 20c.27-.42.42-.94.42-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-check-outline.svg b/mkdocs-material/material/templates/.icons/material/cloud-check-outline.svg new file mode 100644 index 0000000..db67cfc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0 .34.04.67.09 1H6.5c-1.5 0-2.81-.5-3.89-1.57C1.54 17.38 1 16.09 1 14.58q0-1.95 1.17-3.48C3.34 9.57 4 9.43 5.25 9.15c.42-1.53 1.25-2.77 2.5-3.72S10.42 4 12 4c1.95 0 3.6.68 4.96 2.04S19 9.05 19 11c1.15.13 2.1.63 2.86 1.5.51.57.84 1.21 1 1.92A5.9 5.9 0 0 0 19 13h-2v-2c0-1.38-.5-2.56-1.46-3.54C14.56 6.5 13.38 6 12 6s-2.56.5-3.54 1.46C7.5 8.44 7 9.62 7 11h-.5c-.97 0-1.79.34-2.47 1.03-.69.68-1.03 1.5-1.03 2.47s.34 1.79 1.03 2.5c.68.66 1.5 1 2.47 1h6.59c-.05.33-.09.66-.09 1m4.75.43-1.59-1.59L15 19l2.75 3 4.75-4.75-1.16-1.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-check-variant-outline.svg b/mkdocs-material/material/templates/.icons/material/cloud-check-variant-outline.svg new file mode 100644 index 0000000..f33376a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-check-variant-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.35 17 16 11.35 14.55 9.9l-4.22 4.23-2.1-2.1-1.43 1.42M6.5 20q-2.28 0-3.89-1.57Q1 16.85 1 14.58q0-1.95 1.17-3.48 1.18-1.53 3.08-1.95.63-2.3 2.5-3.72Q9.63 4 12 4q2.93 0 4.96 2.04Q19 8.07 19 11q1.73.2 2.86 1.5 1.14 1.28 1.14 3 0 1.88-1.31 3.19T18.5 20m-12-2h12q1.05 0 1.77-.73.73-.72.73-1.77t-.73-1.77Q19.55 13 18.5 13H17v-2q0-2.07-1.46-3.54Q14.08 6 12 6 9.93 6 8.46 7.46 7 8.93 7 11h-.5q-1.45 0-2.47 1.03Q3 13.05 3 14.5T4.03 17q1.02 1 2.47 1m5.5-6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-check-variant.svg b/mkdocs-material/material/templates/.icons/material/cloud-check-variant.svg new file mode 100644 index 0000000..e070703 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-check-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.35 17 16 11.35 14.55 9.9l-4.22 4.23-2.1-2.1-1.43 1.42M6.5 20q-2.28 0-3.89-1.57Q1 16.85 1 14.58q0-1.95 1.17-3.48 1.18-1.53 3.08-1.95.63-2.3 2.5-3.72Q9.63 4 12 4q2.93 0 4.96 2.04Q19 8.07 19 11q1.73.2 2.86 1.5 1.14 1.28 1.14 3 0 1.88-1.31 3.19T18.5 20Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-check.svg b/mkdocs-material/material/templates/.icons/material/cloud-check.svg new file mode 100644 index 0000000..004488d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0 .34.04.67.09 1H6.5c-1.5 0-2.81-.5-3.89-1.57C1.54 17.38 1 16.09 1 14.58q0-1.95 1.17-3.48C3.34 9.57 4 9.43 5.25 9.15c.42-1.53 1.25-2.77 2.5-3.72S10.42 4 12 4c1.95 0 3.6.68 4.96 2.04S19 9.05 19 11c1.15.13 2.1.63 2.86 1.5.51.57.84 1.21 1 1.92A5.9 5.9 0 0 0 19 13c-3.31 0-6 2.69-6 6m4.75.43-1.59-1.59L15 19l2.75 3 4.75-4.75-1.16-1.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/cloud-circle-outline.svg new file mode 100644 index 0000000..5e8c597 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.5 16H16q1.25 0 2.13-.87T19 13q0-1.25-.87-2.12T16 10q-.2-1.45-1.32-2.47-1.13-1.03-2.53-1.03-1.27 0-2.31.65T8.3 9q-1.42.13-2.36 1.09T5 12.5 6.03 15q1.02 1 2.47 1m3.5 6q-2.07 0-3.9-.79-1.82-.78-3.17-2.13T2.79 15.9Q2 14.08 2 12t.79-3.9 2.14-3.17T8.1 2.79Q9.93 2 12 2t3.9.79 3.18 2.14 2.13 3.17Q22 9.93 22 12t-.79 3.9q-.78 1.83-2.13 3.18t-3.18 2.13Q14.08 22 12 22m0-2q3.33 0 5.66-2.34Q20 15.33 20 12t-2.34-5.66Q15.33 4 12 4T6.34 6.34Q4 8.68 4 12t2.34 5.66T12 20m-3.5-6q-.62 0-1.06-.44Q7 13.13 7 12.5t.44-1.06Q7.88 11 8.5 11H10v-.5q0-.82.59-1.41T12 8.5t1.41.59.59 1.41V12h2q.43 0 .71.29.29.29.29.71t-.29.71q-.28.29-.71.29m-4-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-circle.svg b/mkdocs-material/material/templates/.icons/material/cloud-circle.svg new file mode 100644 index 0000000..a88e1a3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.5 16H16q1.25 0 2.13-.87T19 13q0-1.25-.87-2.12T16 10q-.2-1.45-1.32-2.47-1.13-1.03-2.53-1.03-1.27 0-2.31.65T8.3 9q-1.42.13-2.36 1.09T5 12.5 6.03 15q1.02 1 2.47 1m3.5 6q-2.07 0-3.9-.79-1.82-.78-3.17-2.13T2.79 15.9Q2 14.08 2 12t.79-3.9 2.14-3.17T8.1 2.79Q9.93 2 12 2t3.9.79 3.18 2.14 2.13 3.17Q22 9.93 22 12t-.79 3.9q-.78 1.83-2.13 3.18t-3.18 2.13Q14.08 22 12 22"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-clock-outline.svg b/mkdocs-material/material/templates/.icons/material/cloud-clock-outline.svg new file mode 100644 index 0000000..f9efe61 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-clock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 15.5c0-.71-.16-1.36-.45-1.96a7 7 0 0 0-3.69-3.92 6.55 6.55 0 0 0-1.9-3.58C15.6 4.68 13.95 4 12 4c-1.58 0-3 .47-4.25 1.43s-2.08 2.19-2.5 3.72c-1.25.28-2.29.93-3.08 1.95S1 13.28 1 14.58c0 1.51.54 2.8 1.61 3.85C3.69 19.5 5 20 6.5 20h3.76c1.27 1.81 3.36 3 5.74 3 3.87 0 7-3.13 7-7v-.5M6.5 18c-.97 0-1.79-.34-2.47-1C3.34 16.29 3 15.47 3 14.5s.34-1.79 1.03-2.47C4.71 11.34 5.53 11 6.5 11H7c0-1.38.5-2.56 1.46-3.54C9.44 6.5 10.62 6 12 6s2.56.5 3.54 1.46c.46.47.81 1 1.05 1.57C16.4 9 16.2 9 16 9c-3.87 0-7 3.13-7 7 0 .7.11 1.37.29 2zm9.5 3c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5m.5-4.75 2.86 1.69-.75 1.22L15 17v-5h1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-clock.svg b/mkdocs-material/material/templates/.icons/material/cloud-clock.svg new file mode 100644 index 0000000..75ef549 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-clock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 15.5c0-.71-.16-1.36-.45-1.96a7 7 0 0 0-3.69-3.92 6.55 6.55 0 0 0-1.9-3.58C15.6 4.68 13.95 4 12 4c-1.58 0-3 .47-4.25 1.43s-2.08 2.19-2.5 3.72c-1.25.28-2.29.93-3.08 1.95S1 13.28 1 14.58c0 1.51.54 2.8 1.61 3.85C3.69 19.5 5 20 6.5 20h3.76c1.27 1.81 3.36 3 5.74 3 3.87 0 7-3.13 7-7v-.5M16 21c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5m.5-4.75 2.86 1.69-.75 1.22L15 17v-5h1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-cog-outline.svg b/mkdocs-material/material/templates/.icons/material/cloud-cog-outline.svg new file mode 100644 index 0000000..3d8176d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-cog-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 19c0 .34.03.67.08 1H6.5c-1.5 0-2.81-.5-3.89-1.57C1.54 17.38 1 16.09 1 14.58q0-1.95 1.17-3.48C3.34 9.57 4 9.43 5.25 9.15c.42-1.53 1.25-2.77 2.5-3.72S10.42 4 12 4c1.95 0 3.6.68 4.96 2.04S19 9.05 19 11c1.15.13 2.1.63 2.86 1.5.06.05.1.13.14.19-.9-.44-1.92-.69-3-.69-.69 0-1.37.11-2 .29V11c0-1.38-.5-2.56-1.46-3.54C14.56 6.5 13.38 6 12 6s-2.56.5-3.54 1.46C7.5 8.44 7 9.62 7 11h-.5c-.97 0-1.79.34-2.47 1.03-.69.68-1.03 1.5-1.03 2.47s.34 1.79 1.03 2.5c.68.66 1.5 1 2.47 1h5.58c-.05.33-.08.66-.08 1m11.83 1.64-1 1.73c-.07.13-.2.13-.33.13l-1.23-.5c-.27.18-.54.34-.84.47l-.19 1.32c-.02.12-.13.21-.24.21h-2c-.14 0-.24-.09-.26-.21l-.19-1.32c-.31-.12-.59-.29-.85-.47l-1.24.5c-.12 0-.25 0-.31-.13l-1-1.73a.26.26 0 0 1 .06-.32l1.06-.82a4.2 4.2 0 0 1 0-1l-1.06-.82a.25.25 0 0 1-.06-.32l1-1.73c.07-.13.2-.13.31-.13l1.24.5c.26-.18.55-.34.85-.47l.19-1.32A.26.26 0 0 1 18 14h2c.11 0 .22.09.23.21l.19 1.32c.31.12.58.29.85.47l1.23-.5c.13 0 .26 0 .32.13l1 1.73c.06.11.03.24-.06.32l-1.06.82c.03.17.04.33.04.5s-.02.33-.04.5l1.07.82c.09.08.12.21.06.32M20.5 19c0-.83-.68-1.5-1.5-1.5s-1.5.67-1.5 1.5.66 1.5 1.5 1.5 1.5-.67 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-cog.svg b/mkdocs-material/material/templates/.icons/material/cloud-cog.svg new file mode 100644 index 0000000..510e8c5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-cog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 19c0 .34.03.67.08 1H6.5c-1.5 0-2.81-.5-3.89-1.57C1.54 17.38 1 16.09 1 14.58q0-1.95 1.17-3.48C3.34 9.57 4 9.43 5.25 9.15c.42-1.53 1.25-2.77 2.5-3.72S10.42 4 12 4c1.95 0 3.6.68 4.96 2.04S19 9.05 19 11c1.15.13 2.1.63 2.86 1.5.06.05.1.13.14.19-.9-.44-1.92-.69-3-.69-3.87 0-7 3.13-7 7m11.83 1.64-1 1.73c-.07.13-.2.13-.33.13l-1.23-.5c-.27.18-.54.34-.84.47l-.19 1.32c-.02.12-.13.21-.24.21h-2c-.14 0-.24-.09-.26-.21l-.19-1.32c-.31-.12-.59-.29-.85-.47l-1.24.5c-.12 0-.25 0-.31-.13l-1-1.73a.26.26 0 0 1 .06-.32l1.06-.82a4.2 4.2 0 0 1 0-1l-1.06-.82a.25.25 0 0 1-.06-.32l1-1.73c.07-.13.2-.13.31-.13l1.24.5c.26-.18.55-.34.85-.47l.19-1.32A.26.26 0 0 1 18 14h2c.11 0 .22.09.23.21l.19 1.32c.31.12.58.29.85.47l1.23-.5c.13 0 .26 0 .32.13l1 1.73c.06.11.03.24-.06.32l-1.06.82c.03.17.04.33.04.5s-.02.33-.04.5l1.07.82c.09.08.12.21.06.32M20.5 19c0-.83-.68-1.5-1.5-1.5s-1.5.67-1.5 1.5.66 1.5 1.5 1.5 1.5-.67 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-download-outline.svg b/mkdocs-material/material/templates/.icons/material/cloud-download-outline.svg new file mode 100644 index 0000000..a06b600 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-download-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.5 20q-2.28 0-3.89-1.57Q1 16.85 1 14.58q0-1.95 1.17-3.48 1.18-1.53 3.08-1.95.43-1.8 2.13-3.42Q9.07 4.1 11 4.1q.83 0 1.41.59.59.59.59 1.41v6.05l1.6-1.55L16 12l-4 4-4-4 1.4-1.4 1.6 1.55V6.1q-1.9.35-2.95 1.84T7 11h-.5q-1.45 0-2.47 1.03Q3 13.05 3 14.5T4.03 17q1.02 1 2.47 1h12q1.05 0 1.77-.73.73-.72.73-1.77t-.73-1.77Q19.55 13 18.5 13H17v-2q0-1.2-.55-2.24Q15.9 7.73 15 7V4.68q1.85.87 2.93 2.58Q19 9 19 11q1.73.2 2.86 1.5 1.14 1.28 1.14 3 0 1.88-1.31 3.19T18.5 20M12 11.05"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-download.svg b/mkdocs-material/material/templates/.icons/material/cloud-download.svg new file mode 100644 index 0000000..b4d5106 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-download.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.5 20q-2.28 0-3.89-1.57Q1 16.85 1 14.58q0-1.95 1.17-3.48 1.18-1.53 3.08-1.95.58-2.02 2.14-3.4Q8.95 4.38 11 4.08v8.07L9.4 10.6 8 12l4 4 4-4-1.4-1.4-1.6 1.55V4.08q2.58.35 4.29 2.31T19 11q1.73.2 2.86 1.5 1.14 1.28 1.14 3 0 1.88-1.31 3.19T18.5 20Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-key-outline.svg b/mkdocs-material/material/templates/.icons/material/cloud-key-outline.svg new file mode 100644 index 0000000..c3e135b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-key-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.41 20H6.5c-1.5 0-2.82-.5-3.89-1.57C1.54 17.38 1 16.09 1 14.58q0-1.95 1.17-3.48a5.25 5.25 0 0 1 3.08-1.95c.42-1.53 1.25-2.77 2.5-3.72C9 4.5 10.42 4 12 4c1.95 0 3.61.68 4.96 2.04C18.32 7.39 19 9.05 19 11c1.15.13 2.11.63 2.86 1.5.64.73 1 1.56 1.1 2.5h-2c-.1-.5-.32-.91-.69-1.27-.48-.49-1.07-.73-1.77-.73H17v-2c0-1.38-.5-2.56-1.46-3.54C14.57 6.5 13.39 6 12 6c-1.38 0-2.56.5-3.54 1.46C7.5 8.44 7 9.62 7 11h-.5c-.97 0-1.79.34-2.47 1.03-.69.68-1.03 1.5-1.03 2.47s.34 1.8 1.03 2.5c.68.67 1.5 1 2.47 1H9c0 .72.15 1.39.41 2M23 17v2h-2v2h-2v-2h-2.2c-.4 1.2-1.5 2-2.8 2-1.7 0-3-1.3-3-3s1.3-3 3-3c1.3 0 2.4.8 2.8 2zm-8 1c0-.5-.4-1-1-1s-1 .5-1 1 .4 1 1 1 1-.5 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-key.svg b/mkdocs-material/material/templates/.icons/material/cloud-key.svg new file mode 100644 index 0000000..0a7c4df --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-key.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.41 20H6.5c-1.5 0-2.82-.5-3.89-1.57C1.54 17.38 1 16.09 1 14.58q0-1.95 1.17-3.48a5.25 5.25 0 0 1 3.08-1.95c.42-1.53 1.25-2.77 2.5-3.72C9 4.5 10.42 4 12 4c1.95 0 3.61.68 4.96 2.04C18.32 7.39 19 9.05 19 11c1.15.13 2.11.63 2.86 1.5.64.73 1 1.56 1.1 2.5H18a5.01 5.01 0 0 0-4-2c-2.8 0-5 2.2-5 5 0 .72.15 1.39.41 2M23 17v2h-2v2h-2v-2h-2.2c-.4 1.2-1.5 2-2.8 2-1.7 0-3-1.3-3-3s1.3-3 3-3c1.3 0 2.4.8 2.8 2zm-8 1c0-.5-.4-1-1-1s-1 .5-1 1 .4 1 1 1 1-.5 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-lock-open-outline.svg b/mkdocs-material/material/templates/.icons/material/cloud-lock-open-outline.svg new file mode 100644 index 0000000..9f7d821 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-lock-open-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.5 18H13v2H6.5c-1.5 0-2.81-.5-3.89-1.57C1.54 17.38 1 16.09 1 14.58q0-1.95 1.17-3.48C3.34 9.57 4 9.43 5.25 9.15c.42-1.53 1.25-2.77 2.5-3.72S10.42 4 12 4c1.95 0 3.6.68 4.96 2.04a6.74 6.74 0 0 1 1.78 2.99c-.71.03-1.37.22-1.96.53-.23-.78-.63-1.48-1.24-2.1C14.56 6.5 13.38 6 12 6s-2.56.5-3.54 1.46C7.5 8.44 7 9.62 7 11h-.5c-.97 0-1.79.34-2.47 1.03-.69.68-1.03 1.5-1.03 2.47s.34 1.79 1.03 2.5c.68.66 1.5 1 2.47 1m15.3-2h-4.3v-2.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3v.5h1.3v-.5c0-1.4-1.4-2.5-2.8-2.5s-2.8 1.1-2.8 2.5V16c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-lock-open.svg b/mkdocs-material/material/templates/.icons/material/cloud-lock-open.svg new file mode 100644 index 0000000..0c73dab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-lock-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.2 13.5v1.24c-.7.6-1.2 1.5-1.2 2.46V20H6.5c-1.5 0-2.81-.5-3.89-1.57C1.54 17.38 1 16.09 1 14.58q0-1.95 1.17-3.48C3.34 9.57 4 9.43 5.25 9.15c.42-1.53 1.25-2.77 2.5-3.72S10.42 4 12 4c1.95 0 3.6.68 4.96 2.04a6.74 6.74 0 0 1 1.78 2.99c-2.49.13-4.54 2.12-4.54 4.47m7.6 2.5h-4.3v-2.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3v.5h1.3v-.5c0-1.4-1.4-2.5-2.8-2.5s-2.8 1.1-2.8 2.5V16c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-lock-outline.svg b/mkdocs-material/material/templates/.icons/material/cloud-lock-outline.svg new file mode 100644 index 0000000..0c88edf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-lock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.5 18H13v2H6.5c-1.5 0-2.81-.5-3.89-1.57C1.54 17.38 1 16.09 1 14.58q0-1.95 1.17-3.48C3.34 9.57 4 9.43 5.25 9.15c.42-1.53 1.25-2.77 2.5-3.72S10.42 4 12 4c1.95 0 3.6.68 4.96 2.04 1.12 1.12 1.77 2.46 1.97 3.96-.7 0-1.37.19-1.98.46a4.8 4.8 0 0 0-1.41-3C14.56 6.5 13.38 6 12 6s-2.56.5-3.54 1.46C7.5 8.44 7 9.62 7 11h-.5c-.97 0-1.79.34-2.47 1.03-.69.68-1.03 1.5-1.03 2.47s.34 1.79 1.03 2.5c.68.66 1.5 1 2.47 1m16.5-.7v3.5c0 .6-.6 1.2-1.3 1.2h-5.5c-.6 0-1.2-.6-1.2-1.3v-3.5c0-.6.6-1.2 1.2-1.2v-1.5c0-1.4 1.4-2.5 2.8-2.5s2.8 1.1 2.8 2.5V16c.6 0 1.2.6 1.2 1.3m-2.5-2.8c0-.8-.7-1.3-1.5-1.3s-1.5.5-1.5 1.3V16h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-lock.svg b/mkdocs-material/material/templates/.icons/material/cloud-lock.svg new file mode 100644 index 0000000..db8004a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.2 14.5v.24c-.7.6-1.2 1.5-1.2 2.46V20H6.5c-1.5 0-2.81-.5-3.89-1.57C1.54 17.38 1 16.09 1 14.58q0-1.95 1.17-3.48C3.34 9.57 4 9.43 5.25 9.15c.42-1.53 1.25-2.77 2.5-3.72S10.42 4 12 4c1.95 0 3.6.68 4.96 2.04 1.12 1.12 1.77 2.46 1.97 3.96-2.57.04-4.73 2.08-4.73 4.5m8.8 2.8v3.5c0 .6-.6 1.2-1.3 1.2h-5.5c-.6 0-1.2-.6-1.2-1.3v-3.5c0-.6.6-1.2 1.2-1.2v-1.5c0-1.4 1.4-2.5 2.8-2.5s2.8 1.1 2.8 2.5V16c.6 0 1.2.6 1.2 1.3m-2.5-2.8c0-.8-.7-1.3-1.5-1.3s-1.5.5-1.5 1.3V16h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/cloud-minus-outline.svg new file mode 100644 index 0000000..e4bc4d4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0 .34.04.67.09 1H6.5c-1.5 0-2.81-.5-3.89-1.57C1.54 17.38 1 16.09 1 14.58q0-1.95 1.17-3.48C3.34 9.57 4 9.43 5.25 9.15c.42-1.53 1.25-2.77 2.5-3.72S10.42 4 12 4c1.95 0 3.6.68 4.96 2.04S19 9.05 19 11c1.15.13 2.1.63 2.86 1.5.51.57.84 1.21 1 1.92A5.9 5.9 0 0 0 19 13h-2v-2c0-1.38-.5-2.56-1.46-3.54C14.56 6.5 13.38 6 12 6s-2.56.5-3.54 1.46C7.5 8.44 7 9.62 7 11h-.5c-.97 0-1.79.34-2.47 1.03-.69.68-1.03 1.5-1.03 2.47s.34 1.79 1.03 2.5c.68.66 1.5 1 2.47 1h6.59c-.05.33-.09.66-.09 1m2-1v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-minus.svg b/mkdocs-material/material/templates/.icons/material/cloud-minus.svg new file mode 100644 index 0000000..08916fb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0 .34.04.67.09 1H6.5c-1.5 0-2.81-.5-3.89-1.57C1.54 17.38 1 16.09 1 14.58q0-1.95 1.17-3.48C3.34 9.57 4 9.43 5.25 9.15c.42-1.53 1.25-2.77 2.5-3.72S10.42 4 12 4c1.95 0 3.6.68 4.96 2.04S19 9.05 19 11c1.15.13 2.1.63 2.86 1.5.51.57.84 1.21 1 1.92A5.9 5.9 0 0 0 19 13c-3.31 0-6 2.69-6 6m2-1v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-off-outline.svg b/mkdocs-material/material/templates/.icons/material/cloud-off-outline.svg new file mode 100644 index 0000000..da3452c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.8 22.6 17.15 20H6.5q-2.3 0-3.9-1.6T1 14.5q0-1.92 1.19-3.42 1.19-1.51 3.06-1.93.08-.2.15-.39.1-.19.15-.41L1.4 4.2l1.4-1.4 18.4 18.4M6.5 18h8.65L7.1 9.95q-.05.28-.07.55-.03.23-.03.5h-.5q-1.45 0-2.47 1.03Q3 13.05 3 14.5T4.03 17q1.02 1 2.47 1m15.1.75-1.45-1.4q.43-.35.64-.81T21 15.5q0-1.05-.73-1.77-.72-.73-1.77-.73H17v-2q0-2.07-1.46-3.54Q14.08 6 12 6q-.67 0-1.3.16-.63.17-1.2.52L8.05 5.23q.88-.6 1.86-.92Q10.9 4 12 4q2.93 0 4.96 2.04Q19 8.07 19 11q1.73.2 2.86 1.5 1.14 1.28 1.14 3 0 1-.37 1.81-.38.84-1.03 1.44m-6.77-6.72"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-off.svg b/mkdocs-material/material/templates/.icons/material/cloud-off.svg new file mode 100644 index 0000000..1702f39 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.8 22.6 17.15 20H6.5q-2.3 0-3.9-1.6T1 14.5q0-1.92 1.19-3.42 1.19-1.51 3.06-1.93.08-.2.15-.39.1-.19.15-.41L1.4 4.2l1.4-1.4 18.4 18.4m.4-2.45L8.05 5.23q.88-.6 1.86-.92Q10.9 4 12 4q2.93 0 4.96 2.04Q19 8.07 19 11q1.73.2 2.86 1.5 1.14 1.28 1.14 3 0 1-.37 1.81-.38.84-1.03 1.44"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-outline.svg b/mkdocs-material/material/templates/.icons/material/cloud-outline.svg new file mode 100644 index 0000000..915b4e4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.5 20q-2.28 0-3.89-1.57Q1 16.85 1 14.58q0-1.95 1.17-3.48 1.18-1.53 3.08-1.95.63-2.3 2.5-3.72Q9.63 4 12 4q2.93 0 4.96 2.04Q19 8.07 19 11q1.73.2 2.86 1.5 1.14 1.28 1.14 3 0 1.88-1.31 3.19T18.5 20m-12-2h12q1.05 0 1.77-.73.73-.72.73-1.77t-.73-1.77Q19.55 13 18.5 13H17v-2q0-2.07-1.46-3.54Q14.08 6 12 6 9.93 6 8.46 7.46 7 8.93 7 11h-.5q-1.45 0-2.47 1.03Q3 13.05 3 14.5T4.03 17q1.02 1 2.47 1m5.5-6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-percent-outline.svg b/mkdocs-material/material/templates/.icons/material/cloud-percent-outline.svg new file mode 100644 index 0000000..29ea225 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-percent-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.86 12.5A4.31 4.31 0 0 0 19 11c0-1.95-.68-3.6-2.04-4.96S13.95 4 12 4c-1.58 0-3 .47-4.25 1.43s-2.08 2.19-2.5 3.72c-1.25.28-2.29.93-3.08 1.95S1 13.28 1 14.58c0 1.51.54 2.8 1.61 3.85C3.69 19.5 5 20 6.5 20h12c1.25 0 2.31-.44 3.19-1.31.87-.88 1.31-1.94 1.31-3.19q0-1.725-1.14-3m-1.59 4.77c-.48.49-1.07.73-1.77.73h-12c-.97 0-1.79-.34-2.47-1C3.34 16.29 3 15.47 3 14.5s.34-1.79 1.03-2.47C4.71 11.34 5.53 11 6.5 11H7c0-1.38.5-2.56 1.46-3.54C9.44 6.5 10.62 6 12 6s2.56.5 3.54 1.46C16.5 8.44 17 9.62 17 11v2h1.5c.7 0 1.29.24 1.77.73S21 14.8 21 15.5s-.24 1.29-.73 1.77M8.03 10.45c0-.78.64-1.42 1.42-1.42s1.42.64 1.42 1.42-.64 1.42-1.42 1.42-1.42-.64-1.42-1.42m7.94 5.1c0 .78-.64 1.42-1.42 1.42s-1.42-.64-1.42-1.42.64-1.42 1.42-1.42 1.42.64 1.42 1.42M14.8 9l1.2 1.2L9.2 17 8 15.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-percent.svg b/mkdocs-material/material/templates/.icons/material/cloud-percent.svg new file mode 100644 index 0000000..9ca18e1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-percent.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.86 12.5A4.31 4.31 0 0 0 19 11c0-1.95-.68-3.6-2.04-4.96S13.95 4 12 4c-1.58 0-3 .47-4.25 1.43s-2.08 2.19-2.5 3.72c-1.25.28-2.29.93-3.08 1.95S1 13.28 1 14.58c0 1.51.54 2.8 1.61 3.85C3.69 19.5 5 20 6.5 20h12c1.25 0 2.31-.44 3.19-1.31.87-.88 1.31-1.94 1.31-3.19q0-1.725-1.14-3M9.45 9.03c.78 0 1.42.64 1.42 1.42s-.64 1.42-1.42 1.42-1.42-.64-1.42-1.42.64-1.42 1.42-1.42m5.1 7.94c-.78 0-1.42-.64-1.42-1.42s.64-1.42 1.42-1.42 1.42.64 1.42 1.42-.64 1.42-1.42 1.42M9.2 17 8 15.8 14.8 9l1.2 1.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/cloud-plus-outline.svg new file mode 100644 index 0000000..f21daba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0 .34.04.67.09 1H6.5c-1.5 0-2.81-.5-3.89-1.57C1.54 17.38 1 16.09 1 14.58q0-1.95 1.17-3.48C3.34 9.57 4 9.43 5.25 9.15c.42-1.53 1.25-2.77 2.5-3.72S10.42 4 12 4c1.95 0 3.6.68 4.96 2.04S19 9.05 19 11c1.15.13 2.1.63 2.86 1.5.51.57.84 1.21 1 1.92A5.9 5.9 0 0 0 19 13h-2v-2c0-1.38-.5-2.56-1.46-3.54C14.56 6.5 13.38 6 12 6s-2.56.5-3.54 1.46C7.5 8.44 7 9.62 7 11h-.5c-.97 0-1.79.34-2.47 1.03-.69.68-1.03 1.5-1.03 2.47s.34 1.79 1.03 2.5c.68.66 1.5 1 2.47 1h6.59c-.05.33-.09.66-.09 1m7-1v-3h-2v3h-3v2h3v3h2v-3h3v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-plus.svg b/mkdocs-material/material/templates/.icons/material/cloud-plus.svg new file mode 100644 index 0000000..a484af9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0 .34.04.67.09 1H6.5c-1.5 0-2.81-.5-3.89-1.57C1.54 17.38 1 16.09 1 14.58q0-1.95 1.17-3.48C3.34 9.57 4 9.43 5.25 9.15c.42-1.53 1.25-2.77 2.5-3.72S10.42 4 12 4c1.95 0 3.6.68 4.96 2.04S19 9.05 19 11c1.15.13 2.1.63 2.86 1.5.51.57.84 1.21 1 1.92A5.9 5.9 0 0 0 19 13c-3.31 0-6 2.69-6 6m7-1v-3h-2v3h-3v2h3v3h2v-3h3v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-print-outline.svg b/mkdocs-material/material/templates/.icons/material/cloud-print-outline.svg new file mode 100644 index 0000000..1674a36 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-print-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 15H9v-1h6zm0 1H9v1h6zm0 2H9v1h6zm8-4.5c0 1.25-.44 2.31-1.31 3.19-.88.87-1.94 1.31-3.19 1.31H18v4H6v-4.05c-1.3-.1-2.43-.59-3.39-1.52C1.54 15.38 1 14.09 1 12.58q0-1.95 1.17-3.48C3.34 7.57 4 7.43 5.25 7.15c.42-1.53 1.25-2.77 2.5-3.72S10.42 2 12 2c1.95 0 3.6.68 4.96 2.04S19 7.05 19 9c1.15.13 2.1.63 2.86 1.5q1.14 1.275 1.14 3M6 15.95V11h11V9c0-1.38-.5-2.56-1.46-3.54C14.56 4.5 13.38 4 12 4s-2.56.5-3.54 1.46C7.5 6.44 7 7.62 7 9h-.5c-.97 0-1.79.34-2.47 1.03-.69.68-1.03 1.5-1.03 2.47s.34 1.79 1.03 2.5c.56.54 1.22.85 1.97.95M16 13H8v7h8zm5 .5c0-.7-.24-1.29-.73-1.77S19.2 11 18.5 11H18v5h.5q1.05 0 1.77-.72c.72-.72.73-1.08.73-1.78"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-print.svg b/mkdocs-material/material/templates/.icons/material/cloud-print.svg new file mode 100644 index 0000000..0d4d8c2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-print.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.86 10.5A4.31 4.31 0 0 0 19 9c0-1.95-.68-3.6-2.04-4.96S13.95 2 12 2c-1.58 0-3 .5-4.25 1.43s-2.08 2.19-2.5 3.72C4 7.43 2.96 8.08 2.17 9.1S1 11.28 1 12.58c0 1.51.54 2.8 1.61 3.85.96.93 2.09 1.42 3.39 1.52V22h12v-4h.5c1.25 0 2.31-.44 3.19-1.31.87-.88 1.31-1.94 1.31-3.19q0-1.725-1.14-3M16 20H8v-7h8zm-1-5H9v-1h6zm0 2H9v-1h6zm0 2H9v-1h6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-question-outline.svg b/mkdocs-material/material/templates/.icons/material/cloud-question-outline.svg new file mode 100644 index 0000000..cb1587a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-question-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.86 12.5A4.31 4.31 0 0 0 19 11c0-1.95-.68-3.6-2.04-4.96S13.95 4 12 4c-1.58 0-3 .47-4.25 1.43s-2.08 2.19-2.5 3.72c-1.25.28-2.29.93-3.08 1.95S1 13.28 1 14.58c0 1.51.54 2.8 1.61 3.85C3.69 19.5 5 20 6.5 20h12c1.25 0 2.31-.44 3.19-1.31.87-.88 1.31-1.94 1.31-3.19q0-1.725-1.14-3m-1.59 4.77c-.48.49-1.07.73-1.77.73h-12c-.97 0-1.79-.34-2.47-1C3.34 16.29 3 15.47 3 14.5s.34-1.79 1.03-2.47C4.71 11.34 5.53 11 6.5 11H7c0-1.38.5-2.56 1.46-3.54C9.44 6.5 10.62 6 12 6s2.56.5 3.54 1.46C16.5 8.44 17 9.62 17 11v2h1.5c.7 0 1.29.24 1.77.73S21 14.8 21 15.5s-.24 1.29-.73 1.77M11 15h2v2h-2zm3.43-6.32c.54.45.81 1.07.81 1.82 0 .5-.15.91-.44 1.32-.3.39-.67.68-1.13.93-.26.16-.43.32-.52.51A1.7 1.7 0 0 0 13 14h-2c0-.55.11-.92.3-1.18.2-.26.55-.57 1.07-.91.26-.16.47-.35.63-.59.15-.23.23-.51.23-.82 0-.32-.09-.56-.27-.74-.18-.2-.46-.29-.76-.29-.27 0-.49.08-.7.23-.15.15-.25.38-.25.69H9.28c-.05-.75.22-1.39.78-1.8C10.6 8.2 11.31 8 12.2 8c.94 0 1.69.23 2.23.68"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-question.svg b/mkdocs-material/material/templates/.icons/material/cloud-question.svg new file mode 100644 index 0000000..5864de2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-question.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.86 12.5A4.31 4.31 0 0 0 19 11c0-1.95-.68-3.6-2.04-4.96S13.95 4 12 4c-1.58 0-3 .47-4.25 1.43s-2.08 2.19-2.5 3.72c-1.25.28-2.29.93-3.08 1.95S1 13.28 1 14.58c0 1.51.54 2.8 1.61 3.85C3.69 19.5 5 20 6.5 20h12c1.25 0 2.31-.44 3.19-1.31.87-.88 1.31-1.94 1.31-3.19q0-1.725-1.14-3M13 17h-2v-2h2zm1.8-5.18c-.3.39-.67.68-1.13.93-.26.16-.43.32-.52.51A1.7 1.7 0 0 0 13 14h-2c0-.55.11-.92.3-1.18.2-.26.55-.57 1.07-.91.26-.16.47-.35.63-.59.15-.23.23-.51.23-.82 0-.32-.09-.56-.27-.74-.18-.2-.46-.29-.76-.29-.27 0-.49.08-.7.23-.15.15-.25.38-.25.69H9.28c-.05-.75.22-1.39.78-1.8C10.6 8.2 11.31 8 12.2 8c.94 0 1.69.23 2.23.68s.81 1.07.81 1.82c0 .5-.15.91-.44 1.32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-refresh-outline.svg b/mkdocs-material/material/templates/.icons/material/cloud-refresh-outline.svg new file mode 100644 index 0000000..76806cd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-refresh-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 18.5c0 .5.07 1 .18 1.5H6.5c-1.5 0-2.81-.5-3.89-1.57C1.54 17.38 1 16.09 1 14.58q0-1.95 1.17-3.48C3.34 9.57 4 9.43 5.25 9.15c.42-1.53 1.25-2.77 2.5-3.72S10.42 4 12 4c1.95 0 3.6.68 4.96 2.04S19 9.05 19 11c1.15.13 2.1.63 2.86 1.5.24.26.43.55.6.86A6.37 6.37 0 0 0 18.5 12c-.5 0-1 .07-1.5.18V11c0-1.38-.5-2.56-1.46-3.54C14.56 6.5 13.38 6 12 6s-2.56.5-3.54 1.46C7.5 8.44 7 9.62 7 11h-.5c-.97 0-1.79.34-2.47 1.03-.69.68-1.03 1.5-1.03 2.47s.34 1.79 1.03 2.5c.68.66 1.5 1 2.47 1h5.53c-.03.17-.03.33-.03.5m6-4c-2.21 0-4 1.79-4 4s1.79 4 4 4c1.68 0 3.12-1.03 3.71-2.5H20a2.5 2.5 0 1 1-.23-3.27L18 18.5h4v-4l-1.17 1.17A4 4 0 0 0 18 14.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-refresh-variant-outline.svg b/mkdocs-material/material/templates/.icons/material/cloud-refresh-variant-outline.svg new file mode 100644 index 0000000..34d0c63 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-refresh-variant-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.86 12.5A4.31 4.31 0 0 0 19 11c0-1.95-.68-3.6-2.04-4.96S13.95 4 12 4c-1.58 0-3 .47-4.25 1.43s-2.08 2.19-2.5 3.72c-1.25.28-2.29.93-3.08 1.95S1 13.28 1 14.58c0 1.51.54 2.8 1.61 3.85C3.69 19.5 5 20 6.5 20h12c1.25 0 2.31-.44 3.19-1.31.87-.88 1.31-1.94 1.31-3.19q0-1.725-1.14-3m-1.59 4.77c-.48.49-1.07.73-1.77.73h-12c-.97 0-1.79-.34-2.47-1C3.34 16.29 3 15.47 3 14.5s.34-1.79 1.03-2.47C4.71 11.34 5.53 11 6.5 11H7c0-1.38.5-2.56 1.46-3.54C9.44 6.5 10.62 6 12 6s2.56.5 3.54 1.46C16.5 8.44 17 9.62 17 11v2h1.5c.7 0 1.29.24 1.77.73S21 14.8 21 15.5s-.24 1.29-.73 1.77m-5.44-7.1L16 9v4h-4l1.77-1.77A2.5 2.5 0 1 0 14 14.5h1.71A3.99 3.99 0 0 1 12 17c-2.21 0-4-1.79-4-4s1.79-4 4-4c1.11 0 2.11.45 2.83 1.17"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-refresh-variant.svg b/mkdocs-material/material/templates/.icons/material/cloud-refresh-variant.svg new file mode 100644 index 0000000..dcf703c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-refresh-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.86 12.5A4.31 4.31 0 0 0 19 11c0-1.95-.68-3.6-2.04-4.96S13.95 4 12 4c-1.58 0-3 .47-4.25 1.43s-2.08 2.19-2.5 3.72c-1.25.28-2.29.93-3.08 1.95S1 13.28 1 14.58c0 1.51.54 2.8 1.61 3.85C3.69 19.5 5 20 6.5 20h12c1.25 0 2.31-.44 3.19-1.31.87-.88 1.31-1.94 1.31-3.19q0-1.725-1.14-3M16 13h-4l1.77-1.77A2.5 2.5 0 1 0 14 14.5h1.71A3.99 3.99 0 0 1 12 17c-2.21 0-4-1.79-4-4s1.79-4 4-4c1.11 0 2.11.45 2.83 1.17L16 9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-refresh.svg b/mkdocs-material/material/templates/.icons/material/cloud-refresh.svg new file mode 100644 index 0000000..681acfe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-refresh.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 18.5c0 .5.07 1 .18 1.5H6.5c-1.5 0-2.81-.5-3.89-1.57C1.54 17.38 1 16.09 1 14.58q0-1.95 1.17-3.48C3.34 9.57 4 9.43 5.25 9.15c.42-1.53 1.25-2.77 2.5-3.72S10.42 4 12 4c1.95 0 3.6.68 4.96 2.04S19 9.05 19 11c1.15.13 2.1.63 2.86 1.5.24.26.43.55.6.86A6.37 6.37 0 0 0 18.5 12a6.5 6.5 0 0 0-6.5 6.5m6-4c-2.21 0-4 1.79-4 4s1.79 4 4 4c1.68 0 3.12-1.03 3.71-2.5H20a2.5 2.5 0 1 1-.23-3.27L18 18.5h4v-4l-1.17 1.17A4 4 0 0 0 18 14.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/cloud-remove-outline.svg new file mode 100644 index 0000000..a030d54 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0 .34.04.67.09 1H6.5c-1.5 0-2.81-.5-3.89-1.57C1.54 17.38 1 16.09 1 14.58q0-1.95 1.17-3.48C3.34 9.57 4 9.43 5.25 9.15c.42-1.53 1.25-2.77 2.5-3.72S10.42 4 12 4c1.95 0 3.6.68 4.96 2.04S19 9.05 19 11c1.15.13 2.1.63 2.86 1.5.51.57.84 1.21 1 1.92A5.9 5.9 0 0 0 19 13h-2v-2c0-1.38-.5-2.56-1.46-3.54C14.56 6.5 13.38 6 12 6s-2.56.5-3.54 1.46C7.5 8.44 7 9.62 7 11h-.5c-.97 0-1.79.34-2.47 1.03-.69.68-1.03 1.5-1.03 2.47s.34 1.79 1.03 2.5c.68.66 1.5 1 2.47 1h6.59c-.05.33-.09.66-.09 1m8.12-3.54L19 17.59l-2.12-2.12-1.41 1.41L17.59 19l-2.12 2.12 1.41 1.42L19 20.41l2.12 2.13 1.42-1.42L20.41 19l2.13-2.12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-remove.svg b/mkdocs-material/material/templates/.icons/material/cloud-remove.svg new file mode 100644 index 0000000..8f96e86 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0 .34.04.67.09 1H6.5c-1.5 0-2.81-.5-3.89-1.57C1.54 17.38 1 16.09 1 14.58q0-1.95 1.17-3.48C3.34 9.57 4 9.43 5.25 9.15c.42-1.53 1.25-2.77 2.5-3.72S10.42 4 12 4c1.95 0 3.6.68 4.96 2.04S19 9.05 19 11c1.15.13 2.1.63 2.86 1.5.51.57.84 1.21 1 1.92A5.9 5.9 0 0 0 19 13c-3.31 0-6 2.69-6 6m8.12-3.54L19 17.59l-2.12-2.12-1.41 1.41L17.59 19l-2.12 2.12 1.41 1.42L19 20.41l2.12 2.13 1.42-1.42L20.41 19l2.13-2.12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-search-outline.svg b/mkdocs-material/material/templates/.icons/material/cloud-search-outline.svg new file mode 100644 index 0000000..1198008 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-search-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.86 12.5A4.31 4.31 0 0 0 19 11c0-1.95-.68-3.6-2.04-4.96S13.95 4 12 4c-1.58 0-3 .47-4.25 1.43s-2.08 2.19-2.5 3.72c-1.25.28-2.29.93-3.08 1.95S1 13.28 1 14.58c0 1.51.54 2.8 1.61 3.85C3.69 19.5 5 20 6.5 20h12c1.25 0 2.31-.44 3.19-1.31.87-.88 1.31-1.94 1.31-3.19q0-1.725-1.14-3m-1.59 4.77c-.48.49-1.07.73-1.77.73h-12c-.97 0-1.79-.34-2.47-1C3.34 16.29 3 15.47 3 14.5s.34-1.79 1.03-2.47C4.71 11.34 5.53 11 6.5 11H7c0-1.38.5-2.56 1.46-3.54C9.44 6.5 10.62 6 12 6s2.56.5 3.54 1.46C16.5 8.44 17 9.62 17 11v2h1.5c.7 0 1.29.24 1.77.73S21 14.8 21 15.5s-.24 1.29-.73 1.77M16 12c0-2.21-1.79-4-4-4s-4 1.79-4 4 1.79 4 4 4c.74 0 1.43-.21 2-.57L16.57 18 18 16.57 15.43 14c.36-.57.57-1.26.57-2m-4 2c-1.1 0-2-.89-2-2s.9-2 2-2 2 .9 2 2-.89 2-2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-search.svg b/mkdocs-material/material/templates/.icons/material/cloud-search.svg new file mode 100644 index 0000000..13ed88d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-search.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.86 12.5A4.31 4.31 0 0 0 19 11c0-1.95-.68-3.6-2.04-4.96S13.95 4 12 4c-1.58 0-3 .47-4.25 1.43s-2.08 2.19-2.5 3.72c-1.25.28-2.29.93-3.08 1.95S1 13.28 1 14.58c0 1.51.54 2.8 1.61 3.85C3.69 19.5 5 20 6.5 20h12c1.25 0 2.31-.44 3.19-1.31.87-.88 1.31-1.94 1.31-3.19q0-1.725-1.14-3M16.57 18 14 15.43c-.57.36-1.26.57-2 .57-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4c0 .74-.21 1.43-.57 2L18 16.57zM14 12c0 1.11-.89 2-2 2s-2-.89-2-2 .9-2 2-2 2 .9 2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-sync-outline.svg b/mkdocs-material/material/templates/.icons/material/cloud-sync-outline.svg new file mode 100644 index 0000000..a6830ce --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-sync-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.03 18c.05.7.21 1.38.47 2h-7c-1.5 0-2.81-.5-3.89-1.57C1.54 17.38 1 16.09 1 14.58q0-1.95 1.17-3.48C3.34 9.57 4 9.43 5.25 9.15c.42-1.53 1.25-2.77 2.5-3.72S10.42 4 12 4c1.95 0 3.6.68 4.96 2.04S19 9.05 19 11h.1c-.74.07-1.45.23-2.1.5V11c0-1.38-.5-2.56-1.46-3.54C14.56 6.5 13.38 6 12 6s-2.56.5-3.54 1.46C7.5 8.44 7 9.62 7 11h-.5c-.97 0-1.79.34-2.47 1.03-.69.68-1.03 1.5-1.03 2.47s.34 1.79 1.03 2.5c.68.66 1.5 1 2.47 1zM19 13.5V12l-2.25 2.25L19 16.5V15a2.5 2.5 0 0 1 2.5 2.5c0 .4-.09.78-.26 1.12l1.09 1.09c.42-.63.67-1.39.67-2.21 0-2.21-1.79-4-4-4m0 6.5a2.5 2.5 0 0 1-2.5-2.5c0-.4.09-.78.26-1.12l-1.09-1.09c-.42.63-.67 1.39-.67 2.21 0 2.21 1.79 4 4 4V23l2.25-2.25L19 18.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-sync.svg b/mkdocs-material/material/templates/.icons/material/cloud-sync.svg new file mode 100644 index 0000000..ec8d45a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-sync.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 17.5c0 .89.18 1.73.5 2.5h-7c-1.5 0-2.81-.5-3.89-1.57C1.54 17.38 1 16.09 1 14.58q0-1.95 1.17-3.48C3.34 9.57 4 9.43 5.25 9.15c.42-1.53 1.25-2.77 2.5-3.72S10.42 4 12 4c1.95 0 3.6.68 4.96 2.04S19 9.05 19 11h.1c-3.4.23-6.1 3.05-6.1 6.5m6-4V12l-2.25 2.25L19 16.5V15a2.5 2.5 0 0 1 2.5 2.5c0 .4-.09.78-.26 1.12l1.09 1.09c.42-.63.67-1.39.67-2.21 0-2.21-1.79-4-4-4m0 6.5a2.5 2.5 0 0 1-2.5-2.5c0-.4.09-.78.26-1.12l-1.09-1.09c-.42.63-.67 1.39-.67 2.21 0 2.21 1.79 4 4 4V23l2.25-2.25L19 18.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-tags.svg b/mkdocs-material/material/templates/.icons/material/cloud-tags.svg new file mode 100644 index 0000000..ed2eecb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-tags.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.86 12.5A4.31 4.31 0 0 0 19 11c0-1.95-.68-3.6-2.04-4.96S13.95 4 12 4c-1.58 0-3 .47-4.25 1.43s-2.08 2.19-2.5 3.72c-1.25.28-2.29.93-3.08 1.95S1 13.28 1 14.58c0 1.51.54 2.8 1.61 3.85C3.69 19.5 5 20 6.5 20h12c1.25 0 2.31-.44 3.19-1.31.87-.88 1.31-1.94 1.31-3.19q0-1.725-1.14-3M10.5 16.18 9.09 17.6 4.5 13l4.59-4.6 1.41 1.42L7.32 13zm4.41 1.42-1.41-1.42L16.68 13 13.5 9.82l1.41-1.42L19.5 13z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-upload-outline.svg b/mkdocs-material/material/templates/.icons/material/cloud-upload-outline.svg new file mode 100644 index 0000000..bbcec6d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-upload-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.5 20q-2.28 0-3.89-1.57Q1 16.85 1 14.58q0-1.95 1.17-3.48 1.18-1.53 3.08-1.95.63-2.3 2.5-3.72Q9.63 4 12 4q2.93 0 4.96 2.04Q19 8.07 19 11q1.73.2 2.86 1.5 1.14 1.28 1.14 3 0 1.88-1.31 3.19T18.5 20H13q-.82 0-1.41-.59Q11 18.83 11 18v-5.15L9.4 14.4 8 13l4-4 4 4-1.4 1.4-1.6-1.55V18h5.5q1.05 0 1.77-.73.73-.72.73-1.77t-.73-1.77Q19.55 13 18.5 13H17v-2q0-2.07-1.46-3.54Q14.08 6 12 6 9.93 6 8.46 7.46 7 8.93 7 11h-.5q-1.45 0-2.47 1.03Q3 13.05 3 14.5T4.03 17q1.02 1 2.47 1H9v2m3-7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud-upload.svg b/mkdocs-material/material/templates/.icons/material/cloud-upload.svg new file mode 100644 index 0000000..1cc7d1f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud-upload.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 20H6.5q-2.28 0-3.89-1.57Q1 16.85 1 14.58q0-1.95 1.17-3.48 1.18-1.53 3.08-1.95.63-2.3 2.5-3.72Q9.63 4 12 4q2.93 0 4.96 2.04Q19 8.07 19 11q1.73.2 2.86 1.5 1.14 1.28 1.14 3 0 1.88-1.31 3.19T18.5 20H13v-7.15l1.6 1.55L16 13l-4-4-4 4 1.4 1.4 1.6-1.55Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cloud.svg b/mkdocs-material/material/templates/.icons/material/cloud.svg new file mode 100644 index 0000000..4e4157d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cloud.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.5 20q-2.28 0-3.89-1.57Q1 16.85 1 14.58q0-1.95 1.17-3.48 1.18-1.53 3.08-1.95.63-2.3 2.5-3.72Q9.63 4 12 4q2.93 0 4.96 2.04Q19 8.07 19 11q1.73.2 2.86 1.5 1.14 1.28 1.14 3 0 1.88-1.31 3.19T18.5 20Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clouds.svg b/mkdocs-material/material/templates/.icons/material/clouds.svg new file mode 100644 index 0000000..5a3469e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clouds.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.19 12.07c.5-.53.81-1.25.81-2.07 0-1.7-1.3-3.16-3-3.16h-2.8C14.2 4.17 12.03 2 9.36 2c-2.05 0-3.8 1.28-4.51 3.08A3.967 3.967 0 0 0 1 9.04 3.97 3.97 0 0 0 4.96 13H8.1c-.06.33-.1.66-.1 1h-.5C5.57 14 4 15.57 4 17.5S5.57 21 7.5 21h11c2.5 0 4.5-2 4.5-4.5 0-2.24-1.66-4.09-3.81-4.43M18.5 19h-11c-.83 0-1.5-.67-1.5-1.5S6.67 16 7.5 16H10v-2c0-1.93 1.57-3.5 3.5-3.5S17 12.07 17 14h1.5a2.5 2.5 0 0 1 0 5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clover-outline.svg b/mkdocs-material/material/templates/.icons/material/clover-outline.svg new file mode 100644 index 0000000..af655d5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clover-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10.61 12.62.04-.04.51-.55.02-.03-.02-.03c-.16-.19-.34-.37-.5-.55l-.05-.04C8.42 8.97 7.03 7.53 5.58 7.12 5.29 7.04 5 7 4.69 7 3.19 7 2 8.25 2 9.75c0 .63.19 1.25.55 1.75.13.18.28.35.45.5-.17.15-.32.32-.45.5-.36.5-.55 1.14-.55 1.81C2 15.81 3.25 17 4.75 17c.28 0 .56-.04.83-.11 1.42-.39 2.82-1.84 5.03-4.27M8.47 12c-.9.97-1.59 1.69-2.21 2.21-.83.7-1.26.79-1.51.79-.45 0-.75-.35-.75-.69 0-.38.14-.65.33-.81L6 12l-1.67-1.5A1 1 0 0 1 4 9.75c0-.45.35-.75.69-.75.31 0 .74.1 1.57.8.62.51 1.31 1.23 2.21 2.2m-1.35 6.43c-.08.29-.12.57-.12.88C7 20.81 8.25 22 9.75 22c.63 0 1.25-.19 1.75-.55.18-.13.35-.28.5-.45.15.17.32.32.5.45.5.36 1.14.55 1.81.55 1.5 0 2.69-1.25 2.69-2.75 0-.28-.04-.56-.11-.83-.39-1.42-1.84-2.82-4.27-5.03l-.04-.04-.55-.5-.03-.03-.03.03-.55.5-.04.03c-2.41 2.2-3.85 3.59-4.26 5.05m4.88-2.9c.97.9 1.69 1.59 2.21 2.21.7.83.79 1.26.79 1.51 0 .45-.35.75-.69.75-.38 0-.65-.14-.81-.33L12 18l-1.5 1.67c-.17.2-.45.33-.75.33-.45 0-.75-.35-.75-.69 0-.31.1-.74.8-1.57.51-.62 1.23-1.31 2.2-2.21m1.39-2.91c2.2 2.41 3.58 3.85 5.04 4.26.29.08.57.12.88.12 1.5 0 2.69-1.25 2.69-2.75 0-.63-.19-1.25-.55-1.75-.13-.18-.28-.35-.45-.5.17-.15.32-.32.45-.5.36-.5.55-1.13.55-1.81C22 8.19 20.75 7 19.25 7c-.28 0-.56.04-.83.11-1.42.39-2.82 1.84-5.03 4.27l-.03.04-.53.58.53.58zm2.15-.62c.89-.97 1.59-1.69 2.2-2.21.84-.7 1.26-.79 1.51-.79.45 0 .75.35.75.69 0 .38-.14.65-.33.81L18 12l1.67 1.5c.2.18.33.45.33.75 0 .45-.35.75-.69.75-.31 0-.74-.1-1.57-.8-.61-.51-1.31-1.23-2.2-2.2m-2.92-1.38c2.41-2.2 3.85-3.59 4.26-5.04.08-.29.12-.58.12-.89C17 3.19 15.75 2 14.25 2c-.63 0-1.25.19-1.75.55-.18.13-.35.28-.5.45-.15-.17-.32-.32-.5-.45C11 2.19 10.37 2 9.69 2 8.19 2 7 3.25 7 4.75c0 .28.04.56.11.83C7.5 7 8.95 8.4 11.38 10.62l.04.03.55.5.03.03.03-.02.56-.51.03-.04M12 8.47c-.97-.9-1.69-1.59-2.21-2.21C9.09 5.43 9 5 9 4.75c0-.45.35-.75.69-.75.38 0 .65.14.81.33L12 6l1.5-1.67c.18-.2.45-.33.75-.33.45 0 .75.35.75.69 0 .31-.1.74-.8 1.57-.51.62-1.23 1.31-2.2 2.21"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/clover.svg b/mkdocs-material/material/templates/.icons/material/clover.svg new file mode 100644 index 0000000..2982ff5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/clover.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 11.18c3.3-3 5-4.54 5-6.49C17 3.19 15.75 2 14.25 2c-.86 0-1.68.36-2.25 1-.57-.64-1.39-1-2.31-1C8.19 2 7 3.25 7 4.75c0 1.89 1.7 3.43 5 6.43m-.82.82c-3-3.3-4.54-5-6.49-5C3.19 7 2 8.25 2 9.75c0 .86.36 1.68 1 2.25-.64.57-1 1.39-1 2.31C2 15.81 3.25 17 4.75 17c1.89 0 3.43-1.7 6.43-5m1.65 0c2.99 3.3 4.53 5 6.48 5 1.5 0 2.69-1.25 2.69-2.75 0-.86-.36-1.68-1-2.25.64-.57 1-1.39 1-2.31C22 8.19 20.75 7 19.25 7c-1.89 0-3.43 1.7-6.42 5m-.83.82c-3.3 3-5 4.54-5 6.49C7 20.81 8.25 22 9.75 22c.86 0 1.68-.36 2.25-1 .57.64 1.39 1 2.31 1 1.5 0 2.69-1.25 2.69-2.75 0-1.89-1.7-3.43-5-6.43"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/coach-lamp-variant.svg b/mkdocs-material/material/templates/.icons/material/coach-lamp-variant.svg new file mode 100644 index 0000000..b7f3a08 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/coach-lamp-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.5 2 12 4l-2 2.31L5 9h2l2.5 9 2.5 2 .5 2h1l.5-2 2.5-2L19 9h2l-5-2.69L14 4l-.5-2M9 9h8l-2.22 8h-3.56M3 14v8h8.5l-.5-2H8l-3-3v-3Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/coach-lamp.svg b/mkdocs-material/material/templates/.icons/material/coach-lamp.svg new file mode 100644 index 0000000..36f3a12 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/coach-lamp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16 5-1-3h-2l-1 3-6 3h2l.6 3H4V7H2v10h2v-4h5l1 5 2 2 1 2h2l1-2 2-2 2-10h2m-5.84 9h-4.32L10 8h8Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/coat-rack.svg b/mkdocs-material/material/templates/.icons/material/coat-rack.svg new file mode 100644 index 0000000..0dbe17a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/coat-rack.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.33 7.78a1 1 0 0 0-1.67 1.11A2 2 0 1 1 13 10V7.82a3 3 0 1 0-2 0V10a2 2 0 1 1-3.66-1.11 1 1 0 1 0-1.67-1.11A4 4 0 0 0 11 13.46V20a2 2 0 0 0-2 2h6a2 2 0 0 0-2-2v-6.54a4 4 0 0 0 5.33-5.68M12 4a1 1 0 1 1-1 1 1 1 0 0 1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/code-array.svg b/mkdocs-material/material/templates/.icons/material/code-array.svg new file mode 100644 index 0000000..4cc5a90 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/code-array.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2zm3 1v12h4v-2H8V8h2V6zm10 10h-2v2h4V6h-4v2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/code-block-braces.svg b/mkdocs-material/material/templates/.icons/material/code-block-braces.svg new file mode 100644 index 0000000..e174586 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/code-block-braces.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3c-1.1 0-2 .9-2 2s-.9 2-2 2v2c1.1 0 2 .9 2 2s.9 2 2 2h2v-2H5v-1c0-1.1-.9-2-2-2 1.1 0 2-.9 2-2V5h2V3m4 0c1.1 0 2 .9 2 2s.9 2 2 2v2c-1.1 0-2 .9-2 2s-.9 2-2 2H9v-2h2v-1c0-1.1.9-2 2-2-1.1 0-2-.9-2-2V5H9V3zm11 3v12c0 1.11-.89 2-2 2H4a2 2 0 0 1-2-2v-3h2v3h16V6h-2.97V4H20c1.11 0 2 .89 2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/code-block-brackets.svg b/mkdocs-material/material/templates/.icons/material/code-block-brackets.svg new file mode 100644 index 0000000..be8786f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/code-block-brackets.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 3v10h4v-2H4V5h2V3zm10 8h-2v2h4V3h-4v2h2zm10-5v12c0 1.11-.89 2-2 2H4a2 2 0 0 1-2-2v-3h2v3h16V6h-2.97V4H20c1.11 0 2 .89 2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/code-block-parentheses.svg b/mkdocs-material/material/templates/.icons/material/code-block-parentheses.svg new file mode 100644 index 0000000..7c47fe5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/code-block-parentheses.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.6 3C13.1 4.3 14 6.1 14 8s-.9 3.7-2.4 5l-1.6-.6c1.3-1 2-2.7 2-4.4s-.7-3.4-2-4.4zM4.4 3l1.6.6C4.7 4.6 4 6.3 4 8s.7 3.4 2 4.4l-1.6.6C2.9 11.7 2 9.9 2 8s.9-3.7 2.4-5M22 6v12c0 1.11-.89 2-2 2H4a2 2 0 0 1-2-2v-3h2v3h16V6h-3.97V4H20c1.11 0 2 .89 2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/code-block-tags.svg b/mkdocs-material/material/templates/.icons/material/code-block-tags.svg new file mode 100644 index 0000000..2667f92 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/code-block-tags.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.59 3.41 7 4.82 3.82 8 7 11.18 5.59 12.6 1 8zm5.82 0L16 8l-4.59 4.6L10 11.18 13.18 8 10 4.82zM22 6v12c0 1.11-.89 2-2 2H4a2 2 0 0 1-2-2v-4h2v4h16V6h-2.97V4H20c1.11 0 2 .89 2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/code-braces-box.svg b/mkdocs-material/material/templates/.icons/material/code-braces-box.svg new file mode 100644 index 0000000..8c6c823 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/code-braces-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m-8 5H9v2c0 1.1-.9 2-2 2 1.1 0 2 .9 2 2v2h2v2H9c-1.1 0-2-.9-2-2v-1c0-1.1-.9-2-2-2v-2c1.1 0 2-.9 2-2V8c0-1.1.9-2 2-2h2zm8 5c-1.1 0-2 .9-2 2v1c0 1.1-.9 2-2 2h-2v-2h2v-2c0-1.1.9-2 2-2-1.1 0-2-.9-2-2V8h-2V6h2c1.1 0 2 .9 2 2v1c0 1.1.9 2 2 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/code-braces.svg b/mkdocs-material/material/templates/.icons/material/code-braces.svg new file mode 100644 index 0000000..bb0aa4d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/code-braces.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 3a2 2 0 0 0-2 2v4a2 2 0 0 1-2 2H3v2h1a2 2 0 0 1 2 2v4a2 2 0 0 0 2 2h2v-2H8v-5a2 2 0 0 0-2-2 2 2 0 0 0 2-2V5h2V3m6 0a2 2 0 0 1 2 2v4a2 2 0 0 0 2 2h1v2h-1a2 2 0 0 0-2 2v4a2 2 0 0 1-2 2h-2v-2h2v-5a2 2 0 0 1 2-2 2 2 0 0 1-2-2V5h-2V3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/code-brackets.svg b/mkdocs-material/material/templates/.icons/material/code-brackets.svg new file mode 100644 index 0000000..67ef5c3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/code-brackets.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 4v2h3v12h-3v2h5V4M4 4v16h5v-2H6V6h3V4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/code-equal.svg b/mkdocs-material/material/templates/.icons/material/code-equal.svg new file mode 100644 index 0000000..b65570d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/code-equal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 13h5v2H6m7-2h5v2h-5m0-6h5v2h-5M6 9h5v2H6M5 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/code-greater-than-or-equal.svg b/mkdocs-material/material/templates/.icons/material/code-greater-than-or-equal.svg new file mode 100644 index 0000000..d6f99a0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/code-greater-than-or-equal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 13h5v2h-5m0-6h5v2h-5M6.91 7.41 11.5 12l-4.59 4.6-1.41-1.42L8.68 12 5.5 8.82M5 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/code-greater-than.svg b/mkdocs-material/material/templates/.icons/material/code-greater-than.svg new file mode 100644 index 0000000..ade64bd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/code-greater-than.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.41 7.41 15 12l-4.59 4.6L9 15.18 12.18 12 9 8.82M5 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/code-json.svg b/mkdocs-material/material/templates/.icons/material/code-json.svg new file mode 100644 index 0000000..d79ed42 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/code-json.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3h2v2H5v5a2 2 0 0 1-2 2 2 2 0 0 1 2 2v5h2v2H5c-1.07-.27-2-.9-2-2v-4a2 2 0 0 0-2-2H0v-2h1a2 2 0 0 0 2-2V5a2 2 0 0 1 2-2m14 0a2 2 0 0 1 2 2v4a2 2 0 0 0 2 2h1v2h-1a2 2 0 0 0-2 2v4a2 2 0 0 1-2 2h-2v-2h2v-5a2 2 0 0 1 2-2 2 2 0 0 1-2-2V5h-2V3zm-7 12a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m-4 0a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m8 0a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/code-less-than-or-equal.svg b/mkdocs-material/material/templates/.icons/material/code-less-than-or-equal.svg new file mode 100644 index 0000000..876fbbe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/code-less-than-or-equal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 13h5v2h-5m0-6h5v2h-5m-2.91-3.59 1.41 1.41L8.32 12l3.18 3.18-1.41 1.42L5.5 12M5 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/code-less-than.svg b/mkdocs-material/material/templates/.icons/material/code-less-than.svg new file mode 100644 index 0000000..0fae97b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/code-less-than.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.59 7.41 9 12l4.59 4.6L15 15.18 11.82 12 15 8.82M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/code-not-equal-variant.svg b/mkdocs-material/material/templates/.icons/material/code-not-equal-variant.svg new file mode 100644 index 0000000..bddc791 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/code-not-equal-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 6.5v2.83L8.33 12 11 14.67v2.83L5.5 12M13 6.43 18.57 12 13 17.57v-2.83L15.74 12 13 9.26M5 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/code-not-equal.svg b/mkdocs-material/material/templates/.icons/material/code-not-equal.svg new file mode 100644 index 0000000..0bab509 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/code-not-equal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 15h2v2H6m5-4h7v2h-7m0-6h7v2h-7M6 7h2v6H6M5 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/code-parentheses-box.svg b/mkdocs-material/material/templates/.icons/material/code-parentheses-box.svg new file mode 100644 index 0000000..e9578d2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/code-parentheses-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m-9 14.3-1.6.7C6.9 16.5 6 14.3 6 12s.9-4.5 2.4-6l1.6.7C8.7 7.9 8 9.9 8 12s.7 4.1 2 5.3m5.6.7-1.6-.7c1.3-1.3 2-3.2 2-5.3s-.7-4.1-2-5.3l1.6-.7c1.5 1.5 2.4 3.7 2.4 6s-.9 4.5-2.4 6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/code-parentheses.svg b/mkdocs-material/material/templates/.icons/material/code-parentheses.svg new file mode 100644 index 0000000..d98c6f2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/code-parentheses.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.62 3C19.13 5.27 20 8.55 20 12c0 3.44-.87 6.72-2.38 9L16 19.96c1.26-1.89 2-4.83 2-7.96s-.74-6.08-2-7.97zM6.38 3 8 4.04C6.74 5.92 6 8.87 6 12s.74 6.08 2 7.96L6.38 21C4.87 18.73 4 15.45 4 12s.87-6.73 2.38-9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/code-string.svg b/mkdocs-material/material/templates/.icons/material/code-string.svg new file mode 100644 index 0000000..29f63cd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/code-string.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2zm9.5 6h-1A1.5 1.5 0 0 1 10 9.5 1.5 1.5 0 0 1 11.5 8h1A1.5 1.5 0 0 1 14 9.5h2A3.5 3.5 0 0 0 12.5 6h-1A3.5 3.5 0 0 0 8 9.5a3.5 3.5 0 0 0 3.5 3.5h1a1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5H8a3.5 3.5 0 0 0 3.5 3.5h1a3.5 3.5 0 0 0 3.5-3.5 3.5 3.5 0 0 0-3.5-3.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/code-tags-check.svg b/mkdocs-material/material/templates/.icons/material/code-tags-check.svg new file mode 100644 index 0000000..bded086 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/code-tags-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.59 3.41 2 8l4.59 4.6L8 11.18 4.82 8 8 4.82zm5.82 0L11 4.82 14.18 8 11 11.18l1.41 1.42L17 8zm9.18 8.18-8.09 8.09L9.83 16l-1.41 1.41 5.08 5.09L23 13z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/code-tags.svg b/mkdocs-material/material/templates/.icons/material/code-tags.svg new file mode 100644 index 0000000..5b1198f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/code-tags.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.6 16.6 4.6-4.6-4.6-4.6L16 6l6 6-6 6zm-5.2 0L4.8 12l4.6-4.6L8 6l-6 6 6 6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/codepen.svg b/mkdocs-material/material/templates/.icons/material/codepen.svg new file mode 100644 index 0000000..a3636b6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/codepen.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m8.21 12-1.33.89v-1.78zm3.26-2.18V7.34l-4.16 2.78 1.85 1.24zm5.23.3-4.17-2.78v2.48l2.31 1.54zm-9.39 3.76 4.16 2.78v-2.48l-2.31-1.54zm5.22.3v2.48l4.17-2.78-1.86-1.24zM12 10.74 10.12 12 12 13.26 13.88 12zM22 12c0 5.5-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2s10 4.5 10 10m-3.82-1.88v-.07l-.01-.05-.01-.05c-.01-.01-.01-.02-.02-.04l-.01-.02-.02-.04-.01-.02-.02-.03-.02-.03-.03-.03-.03-.02V9.7l-.04-.02-.01-.01-5.65-3.76a.53.53 0 0 0-.59 0L6.05 9.67v.01L6 9.7v.02l-.03.02-.03.03-.01.03-.03.03-.01.02-.02.04-.01.02-.02.04V10h-.01l-.01.05v3.9l.01.05h.01v.05c.01.01.01.02.02.04l.01.02.02.04.01.02.02.03.02.03.03.03.03.02v.02l.04.02.01.01 5.66 3.77c.08.06.19.08.29.08s.21-.03.3-.08l5.65-3.77.01-.01.04-.02v-.02l.03-.02.03-.03.02-.03.02-.03.01-.02.02-.04.01-.02.02-.04V14h.01l.01-.05v-3.83m-1.06 2.77v-1.78l-1.33.89z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/coffee-maker-check-outline.svg b/mkdocs-material/material/templates/.icons/material/coffee-maker-check-outline.svg new file mode 100644 index 0000000..7b6c4fa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/coffee-maker-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17.75 21.16-2.75-3L16.16 17l1.59 1.59L21.34 15l1.16 1.41zM13 18.21c-.5.49-1.22.79-2 .79-1.65 0-3-1.35-3-3v-3h6v1.69c.5-.77 1.2-1.42 2-1.88V11H6v5c0 1.64.81 3.09 2.03 4H4V4h2v2c0 .55.45 1 1 1h8c.55 0 1-.45 1-1V4h2V2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h10.54c-.91-1-1.48-2.33-1.54-3.79M10 9c0 .55.45 1 1 1s1-.45 1-1-.45-1-1-1-1 .45-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/coffee-maker-check.svg b/mkdocs-material/material/templates/.icons/material/coffee-maker-check.svg new file mode 100644 index 0000000..ef25a1f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/coffee-maker-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17.75 21.16-2.75-3L16.16 17l1.59 1.59L21.34 15l1.16 1.41zM13 18c0-2.22 1.21-4.15 3-5.19V11H6v5c0 1.64.81 3.09 2.03 4H4V4h2v2c0 .55.45 1 1 1h8c.55 0 1-.45 1-1V4h2V2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h10.54A5.93 5.93 0 0 1 13 18m-3-9c0 .55.45 1 1 1s1-.45 1-1-.45-1-1-1-1 .45-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/coffee-maker-outline.svg b/mkdocs-material/material/templates/.icons/material/coffee-maker-outline.svg new file mode 100644 index 0000000..0c88520 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/coffee-maker-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 6V4h2V2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h14v-2h-4.03A4.97 4.97 0 0 0 18 16v-5H8v5c0 1.64.81 3.09 2.03 4H6V4h2v2c0 .55.45 1 1 1h8c.55 0 1-.45 1-1m-8 10v-3h6v3c0 1.65-1.35 3-3 3s-3-1.35-3-3m3-8c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/coffee-maker.svg b/mkdocs-material/material/templates/.icons/material/coffee-maker.svg new file mode 100644 index 0000000..eefee5f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/coffee-maker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 6V4h2V2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h14v-2h-4.03A4.97 4.97 0 0 0 18 16v-5H8v5c0 1.64.81 3.09 2.03 4H6V4h2v2c0 .55.45 1 1 1h8c.55 0 1-.45 1-1m-5 2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/coffee-off-outline.svg b/mkdocs-material/material/templates/.icons/material/coffee-off-outline.svg new file mode 100644 index 0000000..deb84ad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/coffee-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m2 3.27 2 2V13c0 2.21 1.79 4 4 4h6c.5 0 1-.11 1.44-.29L17.73 19H2v2h17.73l.99 1L22 20.72 3.27 2zM8 15c-1.1 0-2-.9-2-2V7.27L13.73 15zM20 3H6.81l2 2H16v7.19l1.85 1.85c.09-.34.15-.68.15-1.04v-3h2c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m0 5h-2V5h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/coffee-off.svg b/mkdocs-material/material/templates/.icons/material/coffee-off.svg new file mode 100644 index 0000000..add1f98 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/coffee-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.27 2 22 20.72 20.72 22l-.99-1H2v-2h15.73l-2.29-2.29c-.44.18-.94.29-1.44.29H8c-2.21 0-4-1.79-4-4V5.27l-2-2zM22 5v3c0 1.1-.9 2-2 2h-2v3c0 .36-.06.7-.15 1.04L6.81 3H20a2 2 0 0 1 2 2m-2 0h-2v3h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/coffee-outline.svg b/mkdocs-material/material/templates/.icons/material/coffee-outline.svg new file mode 100644 index 0000000..b591c5e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/coffee-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 21v-2h18v2zM20 8V5h-2v3zm0-5a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-2v3a4 4 0 0 1-4 4H8a4 4 0 0 1-4-4V3zm-4 2H6v8a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/coffee-to-go-outline.svg b/mkdocs-material/material/templates/.icons/material/coffee-to-go-outline.svg new file mode 100644 index 0000000..f127292 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/coffee-to-go-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3v8a4 4 0 0 0 4 4h4a4 4 0 0 0 4-4v-1h2c1.11 0 2-.89 2-2V5a2 2 0 0 0-2-2zm2 2h8v6a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2zm10 0h2v3h-2zm1.67 8.83-1.41 1.41L17 17H3v2h14l-1.74 1.76 1.41 1.41L20.84 18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/coffee-to-go.svg b/mkdocs-material/material/templates/.icons/material/coffee-to-go.svg new file mode 100644 index 0000000..abe6cf4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/coffee-to-go.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 19v-2h14l-1.74-1.76 1.41-1.41L20.84 18l-4.17 4.17-1.41-1.41L17 19zM17 8V5h-2v3zm0-5a2 2 0 0 1 2 2v3c0 1.11-.89 2-2 2h-2v1a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/coffee.svg b/mkdocs-material/material/templates/.icons/material/coffee.svg new file mode 100644 index 0000000..7497910 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/coffee.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 21h18v-2H2M20 8h-2V5h2m0-2H4v10a4 4 0 0 0 4 4h6a4 4 0 0 0 4-4v-3h2a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/coffin.svg b/mkdocs-material/material/templates/.icons/material/coffin.svg new file mode 100644 index 0000000..7a9e600 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/coffin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 22 5 8l3-6h8l3 6-3 14zm3-16v2H9v2h2v5h2v-5h2V8h-2V6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cog-box.svg b/mkdocs-material/material/templates/.icons/material/cog-box.svg new file mode 100644 index 0000000..cdd5090 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cog-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.25 12c0 .23-.02.46-.05.68l1.48 1.16c.13.11.17.29.08.45l-1.4 2.42c-.09.15-.27.21-.43.15l-1.74-.7c-.36.28-.76.51-1.19.69l-.25 1.85c-.03.17-.18.3-.35.3h-2.8c-.17 0-.32-.13-.35-.3L10 16.85c-.44-.18-.83-.41-1.19-.69l-1.74.7c-.16.06-.34 0-.43-.15l-1.4-2.42a.35.35 0 0 1 .08-.45l1.48-1.16c-.03-.22-.05-.45-.05-.68s.02-.46.05-.68l-1.48-1.16a.35.35 0 0 1-.08-.45l1.4-2.42c.09-.16.27-.22.43-.16l1.74.71c.36-.28.75-.52 1.19-.69l.25-1.86c.03-.16.18-.29.35-.29h2.8c.17 0 .32.13.35.29L14 7.15c.43.17.83.41 1.19.69l1.74-.71c.16-.06.34 0 .43.16l1.4 2.42c.09.15.05.34-.08.45l-1.48 1.16c.03.22.05.45.05.68M19 3H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-7 7c-1.11 0-2 .89-2 2a2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cog-clockwise.svg b/mkdocs-material/material/templates/.icons/material/cog-clockwise.svg new file mode 100644 index 0000000..793ca8a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cog-clockwise.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3a9 9 0 0 0 0 18c2 0 3.92-.66 5.5-1.86l-1.44-1.44A6.995 6.995 0 0 1 5 12c0-3.87 3.13-7 7-7s7 3.13 7 7h-3l4 4 4-4h-3a9 9 0 0 0-9-9M7.71 13.16c-.09.07-.12.19-.07.29l.9 1.55c.06.12.18.12.28.12l1.13-.45q.36.24.75.42l.18 1.19c.02.11.12.19.22.19h1.8c.1.03.21-.06.23-.17l.18-1.18c.27-.12.53-.27.76-.45l1.12.45c.11.04.23-.01.28-.12l.9-1.5c.05-.12.02-.24-.06-.31l-1-.74q.045-.45 0-.9l1-.76c.09-.07.11-.18.06-.29l-.9-1.55c-.06-.1-.17-.14-.28-.1l-1.12.45c-.24-.17-.5-.3-.77-.42l-.17-1.19a.244.244 0 0 0-.23-.19h-1.76c-.1 0-.19.07-.21.17l-.17 1.18c-.26.12-.53.27-.76.45l-1.15-.42a.234.234 0 0 0-.29.12l-.91 1.5c-.05.12-.02.24.06.31l1 .74q-.03.225 0 .45-.015.225 0 .45l-1 .74m4.29.31c-.84 0-1.5-.68-1.5-1.5 0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cog-counterclockwise.svg b/mkdocs-material/material/templates/.icons/material/cog-counterclockwise.svg new file mode 100644 index 0000000..33a8fcb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cog-counterclockwise.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3a9 9 0 0 0-9 9H0l4 4 4-4H5c0-3.87 3.13-7 7-7s7 3.13 7 7a6.995 6.995 0 0 1-11.06 5.7L6.5 19.14C8.08 20.34 10 21 12 21a9 9 0 0 0 0-18m4.29 10.19-1-.74q.015-.225 0-.45.03-.225 0-.45l1-.74c.08-.07.11-.19.06-.31L15.44 9a.234.234 0 0 0-.29-.12L14 9.3c-.23-.18-.5-.33-.76-.45l-.17-1.18a.214.214 0 0 0-.21-.17H11.1c-.1 0-.21.08-.23.19l-.17 1.19c-.27.12-.53.25-.77.42l-1.12-.45a.23.23 0 0 0-.28.1l-.9 1.55c-.05.11-.03.22.06.29l1 .76q-.045.45 0 .9l-1 .74c-.08.07-.11.19-.06.31l.9 1.5c.05.11.17.16.28.12l1.12-.45c.23.18.49.33.76.45l.18 1.18c.02.11.13.2.23.17h1.8c.1 0 .21-.08.22-.19l.18-1.19q.39-.18.75-.42l1.13.45c.1 0 .22 0 .28-.12l.9-1.55c.05-.1.02-.22-.07-.29M12 13.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5c0 .82-.66 1.5-1.5 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cog-off-outline.svg b/mkdocs-material/material/templates/.icons/material/cog-off-outline.svg new file mode 100644 index 0000000..d93456c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cog-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.11 21.46 2.39 1.73 1.11 3 4 5.88 2.34 8.73c-.13.22-.07.49.12.64L4.57 11l-.07 1 .07.97-2.11 1.66c-.19.15-.25.42-.12.64l2 3.46c.12.22.39.3.61.22l2.49-1.01c.52.4 1.06.74 1.69.99l.37 2.65c.04.24.25.42.5.42h4c.25 0 .46-.18.5-.42l.37-2.65c.51-.2.96-.48 1.39-.78l4.58 4.58zM10 11.9l2.1 2.1H12a2 2 0 0 1-2-2zm3.13 5.49L12.76 20h-1.52l-.37-2.62a5.44 5.44 0 0 1-3.01-1.76l-2.43 1.04-.75-1.3L6.8 13.8a5.55 5.55 0 0 1 0-3.6L4.69 8.65l.75-1.3.06.02 2.9 2.92C8.15 10.8 8 11.38 8 12c0 2.21 1.79 4 4 4 .62 0 1.2-.14 1.71-.4l1.12 1.12c-.52.31-1.09.54-1.7.67M10.06 6.86 8.55 5.35c.19-.09.38-.2.58-.28l.37-2.65c.04-.24.25-.42.5-.42h4c.25 0 .46.18.5.42l.37 2.65c.63.25 1.17.59 1.69.98l2.49-1c.22-.09.49 0 .61.22l2 3.46c.13.22.07.49-.12.64L19.43 11l.07 1-.07 1 2.11 1.63c.19.15.25.42.12.64l-1.16 2.02-1.46-1.45.28-.48-2.12-1.55c.4-1.17.4-2.44 0-3.61l2.11-1.55-.75-1.3-2.41 1.04a5.42 5.42 0 0 0-3.03-1.77L12.75 4h-1.5l-.37 2.61c-.28.06-.56.14-.82.25M12 8c2.21 0 4 1.79 4 4 0 .25-.03.5-.07.73l-4.66-4.66c.23-.04.48-.07.73-.07"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cog-off.svg b/mkdocs-material/material/templates/.icons/material/cog-off.svg new file mode 100644 index 0000000..7c64957 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cog-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.12 21.46 2.4 1.73 1.12 3 4 5.87 2.34 8.73c-.13.22-.07.49.12.64L4.57 11c-.04.34-.07.67-.07 1s.03.65.07.97l-2.11 1.66c-.19.15-.25.42-.12.64l2 3.46c.12.22.39.3.61.22l2.49-1.01c.52.4 1.06.74 1.69.99l.37 2.65c.04.24.25.42.5.42h4c.25 0 .46-.18.5-.42l.37-2.65c.51-.21.96-.48 1.39-.79l4.59 4.59zM12 15.5c-1.93 0-3.5-1.57-3.5-3.5 0-.5.12-.92.29-1.33l4.54 4.54c-.41.18-.83.29-1.33.29m-.26-6.97L8.56 5.35c.19-.1.37-.2.57-.28l.37-2.65c.04-.24.25-.42.5-.42h4c.25 0 .46.18.5.42l.37 2.65c.63.25 1.17.59 1.69.98l2.49-1c.22-.09.49 0 .61.22l2 3.46c.12.22.07.49-.12.64L19.43 11c.04.34.07.67.07 1s-.03.65-.07.97l2.11 1.66c.19.15.24.42.12.64l-1.16 2.02-5.03-5.03c.03-.08.03-.17.03-.26 0-1.93-1.57-3.5-3.5-3.5-.09 0-.17 0-.26.03"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cog-outline.svg b/mkdocs-material/material/templates/.icons/material/cog-outline.svg new file mode 100644 index 0000000..c470c99 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cog-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m0 2a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m-2 12c-.25 0-.46-.18-.5-.42l-.37-2.65c-.63-.25-1.17-.59-1.69-.99l-2.49 1.01c-.22.08-.49 0-.61-.22l-2-3.46a.493.493 0 0 1 .12-.64l2.11-1.66L4.5 12l.07-1-2.11-1.63a.493.493 0 0 1-.12-.64l2-3.46c.12-.22.39-.31.61-.22l2.49 1c.52-.39 1.06-.73 1.69-.98l.37-2.65c.04-.24.25-.42.5-.42h4c.25 0 .46.18.5.42l.37 2.65c.63.25 1.17.59 1.69.98l2.49-1c.22-.09.49 0 .61.22l2 3.46c.13.22.07.49-.12.64L19.43 11l.07 1-.07 1 2.11 1.63c.19.15.25.42.12.64l-2 3.46c-.12.22-.39.31-.61.22l-2.49-1c-.52.39-1.06.73-1.69.98l-.37 2.65c-.04.24-.25.42-.5.42zm1.25-18-.37 2.61c-1.2.25-2.26.89-3.03 1.78L5.44 7.35l-.75 1.3L6.8 10.2a5.55 5.55 0 0 0 0 3.6l-2.12 1.56.75 1.3 2.43-1.04c.77.88 1.82 1.52 3.01 1.76l.37 2.62h1.52l.37-2.61c1.19-.25 2.24-.89 3.01-1.77l2.43 1.04.75-1.3-2.12-1.55c.4-1.17.4-2.44 0-3.61l2.11-1.55-.75-1.3-2.41 1.04a5.42 5.42 0 0 0-3.03-1.77L12.75 4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cog-pause-outline.svg b/mkdocs-material/material/templates/.icons/material/cog-pause-outline.svg new file mode 100644 index 0000000..8f87c02 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cog-pause-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.54 22H10c-.25 0-.46-.18-.5-.42l-.37-2.65c-.63-.25-1.17-.59-1.69-.99l-2.49 1.01c-.22.08-.49 0-.61-.22l-2-3.46a.493.493 0 0 1 .12-.64l2.11-1.66L4.5 12l.07-1-2.11-1.63a.493.493 0 0 1-.12-.64l2-3.46c.12-.22.39-.31.61-.22l2.49 1c.52-.39 1.06-.73 1.69-.98l.37-2.65c.04-.24.25-.42.5-.42h4c.25 0 .46.18.5.42l.37 2.65c.63.25 1.17.59 1.69.98l2.49-1c.22-.09.49 0 .61.22l2 3.46c.13.22.07.49-.12.64L19.43 11l.07 1v.19c-.5-.12-1-.19-1.5-.19-.17 0-.34 0-.5.03 0-.62-.1-1.24-.3-1.83l2.11-1.55-.75-1.3-2.41 1.04a5.42 5.42 0 0 0-3.03-1.77L12.75 4h-1.5l-.37 2.61c-1.2.25-2.26.89-3.03 1.78L5.44 7.35l-.75 1.3L6.8 10.2a5.55 5.55 0 0 0 0 3.6l-2.12 1.56.75 1.3 2.43-1.04c.77.88 1.82 1.52 3.01 1.76l.37 2.62h1.11c.26.75.65 1.42 1.19 2m-1.18-6.04c-.12.04-.24.04-.36.04-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4c0 .12 0 .24-.04.36a6.05 6.05 0 0 0-3.6 3.6M14 12c0-1.1-.89-2-2-2s-2 .9-2 2 .9 2 2 2 2-.89 2-2m5 3h2v6h-2m-4-6h2v6h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cog-pause.svg b/mkdocs-material/material/templates/.icons/material/cog-pause.svg new file mode 100644 index 0000000..31319b3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cog-pause.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.53 22H10c-.25 0-.46-.18-.5-.42l-.37-2.65c-.63-.25-1.17-.59-1.69-.99l-2.49 1.01c-.22.08-.49 0-.61-.22l-2-3.46a.493.493 0 0 1 .12-.64l2.11-1.66c-.04-.32-.07-.64-.07-.97s.03-.66.07-1L2.46 9.37a.493.493 0 0 1-.12-.64l2-3.46c.12-.22.39-.31.61-.22l2.49 1c.52-.39 1.06-.73 1.69-.98l.37-2.65c.04-.24.25-.42.5-.42h4c.25 0 .46.18.5.42l.37 2.65c.63.25 1.17.59 1.69.98l2.49-1c.22-.09.49 0 .61.22l2 3.46c.12.22.07.49-.12.64L19.43 11c.04.34.07.67.07 1v.19c-.5-.12-1-.19-1.5-.19-.92 0-1.78.21-2.56.58.03-.19.06-.38.06-.58 0-1.93-1.57-3.5-3.5-3.5S8.5 10.07 8.5 12s1.57 3.5 3.5 3.5c.2 0 .39-.03.58-.06a5.97 5.97 0 0 0 .95 6.56M19 15h2v6h-2m-4-6h2v6h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cog-play-outline.svg b/mkdocs-material/material/templates/.icons/material/cog-play-outline.svg new file mode 100644 index 0000000..13fc1b7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cog-play-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.54 22H10c-.25 0-.46-.18-.5-.42l-.37-2.65c-.63-.25-1.17-.59-1.69-.99l-2.49 1.01c-.22.08-.49 0-.61-.22l-2-3.46a.493.493 0 0 1 .12-.64l2.11-1.66L4.5 12l.07-1-2.11-1.63a.493.493 0 0 1-.12-.64l2-3.46c.12-.22.39-.31.61-.22l2.49 1c.52-.39 1.06-.73 1.69-.98l.37-2.65c.04-.24.25-.42.5-.42h4c.25 0 .46.18.5.42l.37 2.65c.63.25 1.17.59 1.69.98l2.49-1c.22-.09.49 0 .61.22l2 3.46c.13.22.07.49-.12.64L19.43 11l.07 1v.19c-.5-.12-1-.19-1.5-.19-.17 0-.34 0-.5.03 0-.62-.1-1.24-.3-1.83l2.11-1.55-.75-1.3-2.41 1.04a5.42 5.42 0 0 0-3.03-1.77L12.75 4h-1.5l-.37 2.61c-1.2.25-2.26.89-3.03 1.78L5.44 7.35l-.75 1.3L6.8 10.2a5.55 5.55 0 0 0 0 3.6l-2.12 1.56.75 1.3 2.43-1.04c.77.88 1.82 1.52 3.01 1.76l.37 2.62h1.11c.26.75.65 1.42 1.19 2m2.42-9.64c.04-.12.04-.24.04-.36 0-2.21-1.79-4-4-4s-4 1.79-4 4 1.79 4 4 4c.12 0 .24 0 .36-.04a6.05 6.05 0 0 1 3.6-3.6M12 14c-1.1 0-2-.89-2-2s.9-2 2-2 2 .9 2 2-.89 2-2 2m4 1v6l5-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cog-play.svg b/mkdocs-material/material/templates/.icons/material/cog-play.svg new file mode 100644 index 0000000..9d6043b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cog-play.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.53 22H10c-.25 0-.46-.18-.5-.42l-.37-2.65c-.63-.25-1.17-.59-1.69-.99l-2.49 1.01c-.22.08-.49 0-.61-.22l-2-3.46a.493.493 0 0 1 .12-.64l2.11-1.66c-.04-.32-.07-.64-.07-.97s.03-.66.07-1L2.46 9.37a.493.493 0 0 1-.12-.64l2-3.46c.12-.22.39-.31.61-.22l2.49 1c.52-.39 1.06-.73 1.69-.98l.37-2.65c.04-.24.25-.42.5-.42h4c.25 0 .46.18.5.42l.37 2.65c.63.25 1.17.59 1.69.98l2.49-1c.22-.09.49 0 .61.22l2 3.46c.12.22.07.49-.12.64L19.43 11c.04.34.07.67.07 1v.19c-.5-.12-1-.19-1.5-.19-.92 0-1.78.21-2.56.58.03-.19.06-.38.06-.58 0-1.93-1.57-3.5-3.5-3.5S8.5 10.07 8.5 12s1.57 3.5 3.5 3.5c.2 0 .39-.03.58-.06a5.97 5.97 0 0 0 .95 6.56M16 15v6l5-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cog-refresh-outline.svg b/mkdocs-material/material/templates/.icons/material/cog-refresh-outline.svg new file mode 100644 index 0000000..013aa54 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cog-refresh-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 14.5c1.1 0 2.1.4 2.8 1.2l1.2-1.2v4h-4l1.8-1.8c-.5-.4-1.1-.7-1.8-.7-1.4 0-2.5 1.1-2.5 2.5S16.6 21 18 21c.8 0 1.5-.4 2-1h1.7c-.6 1.5-2 2.5-3.7 2.5-2.2 0-4-1.8-4-4s1.8-4 4-4M11.7 20h-.4l-.4-2.6c-1.2-.2-2.2-.9-3-1.8l-2.4 1-.8-1.3 2.1-1.6q-.6-1.8 0-3.6L4.7 8.7l.8-1.3 2.4 1q1.2-1.35 3-1.8l.3-2.6h1.5l.4 2.6c1.2.2 2.3.9 3 1.8l2.4-1 .8 1.3-2.1 1.5q.3.9.3 1.8h.5c.5 0 1 .1 1.5.2V12l-.1-1 2.1-1.6c.2-.2.2-.4.1-.6l-2-3.5c-.1-.3-.3-.3-.6-.3l-2.5 1c-.5-.4-1.1-.7-1.7-1l-.4-2.7c.1-.1-.2-.3-.4-.3h-4c-.2 0-.5.2-.5.4l-.4 2.7c-.6.2-1.1.6-1.7.9L5 5c-.3 0-.5 0-.7.3l-2 3.5c-.1.2 0 .4.2.6L4.6 11l-.1 1 .1 1-2.1 1.7c-.2.2-.2.4-.1.6l2 3.5c.1.2.3.2.6.2l2.5-1c.5.4 1.1.7 1.7 1l.4 2.7c0 .2.2.4.5.4h2.5c-.5-.7-.7-1.4-.9-2.1m4.3-7.7V12c0-2.2-1.8-4-4-4s-4 1.8-4 4 1.8 4 4 4c.7-1.7 2.2-3.1 4-3.7m-6-.3c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cog-refresh.svg b/mkdocs-material/material/templates/.icons/material/cog-refresh.svg new file mode 100644 index 0000000..88c2b38 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cog-refresh.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 14.5c1.1 0 2.1.4 2.8 1.2l1.2-1.2v4h-4l1.8-1.8c-.5-.4-1.1-.7-1.8-.7-1.4 0-2.5 1.1-2.5 2.5S16.6 21 18 21c.8 0 1.5-.4 2-1h1.7c-.6 1.5-2 2.5-3.7 2.5-2.2 0-4-1.8-4-4s1.8-4 4-4m-6.5 4c0-1.1.3-2.1.7-3H12c-1.9 0-3.5-1.6-3.5-3.5s1.6-3.5 3.5-3.5 3.5 1.6 3.5 3.5c0 .2 0 .4-.1.5.8-.3 1.6-.5 2.6-.5.5 0 1 .1 1.5.2V12c0-.3 0-.7-.1-1l2.1-1.6c.2-.2.2-.4.1-.6l-2-3.5c-.1-.3-.3-.3-.6-.3l-2.5 1c-.5-.4-1.1-.7-1.7-1l-.4-2.7c.1-.1-.2-.3-.4-.3h-4c-.2 0-.5.2-.5.4l-.4 2.7c-.6.2-1.1.6-1.7.9L5 5c-.3 0-.5 0-.7.3l-2 3.5c-.1.2 0 .4.2.6L4.6 11c0 .3-.1.7-.1 1s0 .7.1 1l-2.1 1.7c-.2.2-.2.4-.1.6l2 3.5c.1.2.3.2.6.2l2.5-1c.5.4 1.1.7 1.7 1l.4 2.7c0 .2.2.4.5.4h2.5c-.7-1.1-1.1-2.3-1.1-3.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cog-stop-outline.svg b/mkdocs-material/material/templates/.icons/material/cog-stop-outline.svg new file mode 100644 index 0000000..192c098 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cog-stop-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.54 22H10c-.25 0-.46-.18-.5-.42l-.37-2.65c-.63-.25-1.17-.59-1.69-.99l-2.49 1.01c-.22.08-.49 0-.61-.22l-2-3.46a.493.493 0 0 1 .12-.64l2.11-1.66L4.5 12l.07-1-2.11-1.63a.493.493 0 0 1-.12-.64l2-3.46c.12-.22.39-.31.61-.22l2.49 1c.52-.39 1.06-.73 1.69-.98l.37-2.65c.04-.24.25-.42.5-.42h4c.25 0 .46.18.5.42l.37 2.65c.63.25 1.17.59 1.69.98l2.49-1c.22-.09.49 0 .61.22l2 3.46c.13.22.07.49-.12.64L19.43 11l.07 1v.19c-.5-.12-1-.19-1.5-.19-.17 0-.34 0-.5.03 0-.62-.1-1.24-.3-1.83l2.11-1.55-.75-1.3-2.41 1.04a5.42 5.42 0 0 0-3.03-1.77L12.75 4h-1.5l-.37 2.61c-1.2.25-2.26.89-3.03 1.78L5.44 7.35l-.75 1.3L6.8 10.2a5.55 5.55 0 0 0 0 3.6l-2.12 1.56.75 1.3 2.43-1.04c.77.88 1.82 1.52 3.01 1.76l.37 2.62h1.11c.26.75.65 1.42 1.19 2m-1.18-6.04c-.12.04-.24.04-.36.04-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4c0 .12 0 .24-.04.36a6.05 6.05 0 0 0-3.6 3.6M14 12c0-1.1-.89-2-2-2s-2 .9-2 2 .9 2 2 2 2-.89 2-2m1 3h6v6h-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cog-stop.svg b/mkdocs-material/material/templates/.icons/material/cog-stop.svg new file mode 100644 index 0000000..658185a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cog-stop.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.53 22H10c-.25 0-.46-.18-.5-.42l-.37-2.65c-.63-.25-1.17-.59-1.69-.99l-2.49 1.01c-.22.08-.49 0-.61-.22l-2-3.46a.493.493 0 0 1 .12-.64l2.11-1.66c-.04-.32-.07-.64-.07-.97s.03-.66.07-1L2.46 9.37a.493.493 0 0 1-.12-.64l2-3.46c.12-.22.39-.31.61-.22l2.49 1c.52-.39 1.06-.73 1.69-.98l.37-2.65c.04-.24.25-.42.5-.42h4c.25 0 .46.18.5.42l.37 2.65c.63.25 1.17.59 1.69.98l2.49-1c.22-.09.49 0 .61.22l2 3.46c.12.22.07.49-.12.64L19.43 11c.04.34.07.67.07 1v.19c-.5-.12-1-.19-1.5-.19-.92 0-1.78.21-2.56.58.03-.19.06-.38.06-.58 0-1.93-1.57-3.5-3.5-3.5S8.5 10.07 8.5 12s1.57 3.5 3.5 3.5c.2 0 .39-.03.58-.06a5.97 5.97 0 0 0 .95 6.56M21 15h-6v6h6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cog-sync-outline.svg b/mkdocs-material/material/templates/.icons/material/cog-sync-outline.svg new file mode 100644 index 0000000..8f800ec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cog-sync-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.7 20h-.4l-.4-2.6c-1.2-.2-2.2-.9-3-1.8l-2.4 1-.8-1.3 2.1-1.6q-.6-1.8 0-3.6L4.7 8.7l.8-1.3 2.4 1q1.2-1.35 3-1.8l.3-2.6h1.5l.4 2.6c1.2.2 2.3.9 3 1.8l2.4-1 .8 1.3-2.1 1.5q.3.9.3 1.8h.5c.5 0 1 .1 1.5.2V12l-.1-1 2.1-1.6c.2-.2.2-.4.1-.6l-2-3.5c-.1-.3-.3-.3-.6-.3l-2.5 1c-.5-.4-1.1-.7-1.7-1l-.4-2.7c.1-.1-.2-.3-.4-.3h-4c-.2 0-.5.2-.5.4l-.4 2.7c-.6.2-1.1.6-1.7.9L5 5c-.3 0-.5 0-.7.3l-2 3.5c-.1.2 0 .4.2.6L4.6 11l-.1 1 .1 1-2.1 1.7c-.2.2-.2.4-.1.6l2 3.5c.1.2.3.2.6.2l2.5-1c.5.4 1.1.7 1.7 1l.4 2.7c0 .2.2.4.5.4h2.5c-.5-.7-.7-1.4-.9-2.1m4.3-7.7V12c0-2.2-1.8-4-4-4s-4 1.8-4 4 1.8 4 4 4c.7-1.7 2.2-3.1 4-3.7m-6-.3c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2m8 2.5V13l-2.2 2.2 2.2 2.2V16c1.4 0 2.5 1.1 2.5 2.5 0 .4-.1.8-.3 1.1l1.1 1.1c1.2-1.8.7-4.3-1.1-5.5-.6-.5-1.4-.7-2.2-.7m0 6.5c-1.4 0-2.5-1.1-2.5-2.5 0-.4.1-.8.3-1.1l-1.1-1.1c-1.2 1.8-.7 4.3 1.1 5.5.7.4 1.4.7 2.2.7V24l2.2-2.2-2.2-2.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cog-sync.svg b/mkdocs-material/material/templates/.icons/material/cog-sync.svg new file mode 100644 index 0000000..0a50b38 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cog-sync.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.5 18.5c0-1.1.3-2.1.7-3H12c-1.9 0-3.5-1.6-3.5-3.5s1.6-3.5 3.5-3.5 3.5 1.6 3.5 3.5c0 .2 0 .4-.1.5.8-.3 1.6-.5 2.6-.5.5 0 1 .1 1.5.2V12c0-.3 0-.7-.1-1l2.1-1.6c.2-.2.2-.4.1-.6l-2-3.5c-.1-.3-.3-.3-.6-.3l-2.5 1c-.5-.4-1.1-.7-1.7-1l-.4-2.7c.1-.1-.2-.3-.4-.3h-4c-.2 0-.5.2-.5.4l-.4 2.7c-.6.2-1.1.6-1.7.9L5 5c-.3 0-.5 0-.7.3l-2 3.5c-.1.2 0 .4.2.6L4.6 11c0 .3-.1.7-.1 1s0 .7.1 1l-2.1 1.7c-.2.2-.2.4-.1.6l2 3.5c.1.2.3.2.6.2l2.5-1c.5.4 1.1.7 1.7 1l.4 2.7c0 .2.2.4.5.4h2.5c-.7-1.1-1.1-2.3-1.1-3.6m6.5-4V13l-2.2 2.2 2.2 2.2V16c1.4 0 2.5 1.1 2.5 2.5 0 .4-.1.8-.3 1.1l1.1 1.1c1.2-1.8.7-4.3-1.1-5.5-.6-.5-1.4-.7-2.2-.7m0 6.5c-1.4 0-2.5-1.1-2.5-2.5 0-.4.1-.8.3-1.1l-1.1-1.1c-1.2 1.8-.7 4.3 1.1 5.5.7.4 1.4.7 2.2.7V24l2.2-2.2-2.2-2.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cog-transfer-outline.svg b/mkdocs-material/material/templates/.icons/material/cog-transfer-outline.svg new file mode 100644 index 0000000..3bed8db --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cog-transfer-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 17v-3h3v-2l4 3.5-4 3.5v-2zm2 1v3h-3v2l-4-3.5 4-3.5v2zM12 8c-2.21 0-4 1.8-4 4 0 1.91 1.35 3.54 3.21 3.92L16 11.86A3.997 3.997 0 0 0 12 8m0 6c-1.1 0-2-.89-2-2s.9-2 2-2 2 .9 2 2-.89 2-2 2m9.66-5.27-2-3.46c-.12-.22-.38-.31-.61-.22l-2.49 1c-.51-.41-1.06-.74-1.69-1l-.37-2.63A.506.506 0 0 0 14 2h-4c-.25 0-.46.18-.5.42l-.37 2.65c-.63.26-1.17.59-1.69 1L5 5.05c-.23-.09-.5 0-.61.22l-2 3.46c-.13.21-.08.49.11.64L4.57 11l-.07 1 .07 1-2.11 1.63c-.2.15-.25.43-.12.64l2 3.46c.11.27.4.38.66.27l2.5-1c.24.19.5.37.76.53l1.65-1.4c-.77-.33-1.45-.82-2-1.45l-2.41 1-.77-1.3L6.8 13.8a5.55 5.55 0 0 1 0-3.6L4.69 8.65l.75-1.3 2.41 1c.78-.9 1.83-1.53 3-1.78l.4-2.57h1.5l.37 2.62c1.17.24 2.22.88 3 1.77l2.41-1 .75 1.3-2.08 1.51c.09.26.16.53.2.8h2l2.1-1.63a.48.48 0 0 0 .16-.64M12 8c-2.21 0-4 1.8-4 4 0 1.91 1.35 3.54 3.21 3.92L16 11.86A3.997 3.997 0 0 0 12 8m0 6c-1.1 0-2-.89-2-2s.9-2 2-2 2 .9 2 2-.89 2-2 2m0-6c-2.21 0-4 1.8-4 4 0 1.91 1.35 3.54 3.21 3.92L16 11.86A3.997 3.997 0 0 0 12 8m0 6c-1.1 0-2-.89-2-2s.9-2 2-2 2 .9 2 2-.89 2-2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cog-transfer.svg b/mkdocs-material/material/templates/.icons/material/cog-transfer.svg new file mode 100644 index 0000000..34929f9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cog-transfer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 18v-2l-4 3.5 4 3.5v-2h3v-3zm8-2.5L18 12v2h-3v3h3v2zm-.34-6.77-2-3.46c-.12-.22-.38-.31-.61-.22l-2.49 1c-.51-.41-1.06-.74-1.69-1l-.37-2.63A.506.506 0 0 0 14 2h-4c-.25 0-.46.18-.5.42l-.37 2.65c-.63.26-1.17.59-1.69 1L5 5.05c-.23-.09-.5 0-.61.22l-2 3.46c-.13.21-.08.49.11.64L4.57 11c-.04.33-.07.67-.07 1s.03.67.07 1l-2.11 1.63c-.2.15-.25.43-.12.64l2 3.46c.11.27.4.38.66.27l2.5-1c.24.19.5.37.76.53l3.51-3A3.52 3.52 0 0 1 8.5 11.8c.15-1.93 1.82-3.39 3.75-3.25 1.44.09 2.67 1.07 3.1 2.45h4.08l2.11-1.63c.19-.15.24-.43.12-.64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cog.svg b/mkdocs-material/material/templates/.icons/material/cog.svg new file mode 100644 index 0000000..e0800b0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 15.5A3.5 3.5 0 0 1 8.5 12 3.5 3.5 0 0 1 12 8.5a3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1-3.5 3.5m7.43-2.53c.04-.32.07-.64.07-.97s-.03-.66-.07-1l2.11-1.63c.19-.15.24-.42.12-.64l-2-3.46c-.12-.22-.39-.31-.61-.22l-2.49 1c-.52-.39-1.06-.73-1.69-.98l-.37-2.65A.506.506 0 0 0 14 2h-4c-.25 0-.46.18-.5.42l-.37 2.65c-.63.25-1.17.59-1.69.98l-2.49-1c-.22-.09-.49 0-.61.22l-2 3.46c-.13.22-.07.49.12.64L4.57 11c-.04.34-.07.67-.07 1s.03.65.07.97l-2.11 1.66c-.19.15-.25.42-.12.64l2 3.46c.12.22.39.3.61.22l2.49-1.01c.52.4 1.06.74 1.69.99l.37 2.65c.04.24.25.42.5.42h4c.25 0 .46-.18.5-.42l.37-2.65c.63-.26 1.17-.59 1.69-.99l2.49 1.01c.22.08.49 0 .61-.22l2-3.46c.12-.22.07-.49-.12-.64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cogs.svg b/mkdocs-material/material/templates/.icons/material/cogs.svg new file mode 100644 index 0000000..1b2467e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cogs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.9 18.45c1.35 0 2.45-1.1 2.45-2.45s-1.1-2.45-2.45-2.45c-1.36 0-2.45 1.1-2.45 2.45s1.09 2.45 2.45 2.45m5.2-1.77 1.48 1.16c.13.11.17.29.08.45l-1.4 2.42a.35.35 0 0 1-.43.15l-1.74-.7c-.36.28-.76.51-1.18.69l-.27 1.85c-.02.17-.17.3-.34.3h-2.8c-.18 0-.32-.13-.35-.3l-.26-1.85c-.43-.18-.82-.41-1.18-.69l-1.75.7c-.15.06-.34 0-.42-.15l-1.4-2.42a.35.35 0 0 1 .08-.45l1.48-1.16-.05-.68.05-.69-1.48-1.15a.35.35 0 0 1-.08-.45l1.4-2.42c.08-.16.27-.22.42-.16l1.75.71c.36-.28.75-.52 1.18-.69l.26-1.86c.03-.16.17-.29.35-.29h2.8c.17 0 .32.13.34.29l.27 1.86c.42.17.82.41 1.18.69l1.74-.71c.17-.06.34 0 .43.16l1.4 2.42c.09.15.05.34-.08.45l-1.48 1.15.05.69zM6.69 8.07c.87 0 1.57-.7 1.57-1.57s-.7-1.58-1.57-1.58A1.58 1.58 0 0 0 5.11 6.5c0 .87.71 1.57 1.58 1.57m3.34-1.13.97.74c.07.07.09.19.03.29l-.9 1.56c-.05.1-.17.14-.27.1l-1.12-.45-.74.44-.19 1.19c-.02.11-.11.19-.22.19h-1.8c-.12 0-.21-.08-.23-.19L5.4 9.62l-.76-.44-1.14.45c-.09.04-.2 0-.26-.1l-.9-1.56c-.06-.1-.03-.22.05-.29l.95-.74-.03-.44.03-.44-.95-.74a.23.23 0 0 1-.05-.29l.9-1.56c.06-.1.17-.14.26-.1l1.13.45.77-.44.16-1.19c.02-.11.11-.19.23-.19h1.8c.11 0 .2.08.22.19L8 3.38l.74.44 1.12-.45c.1-.04.22 0 .27.1l.9 1.56c.06.1.04.22-.03.29l-.97.74.03.44z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/collage.svg b/mkdocs-material/material/templates/.icons/material/collage.svg new file mode 100644 index 0000000..bab0f2f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/collage.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3c-1.11 0-2 .89-2 2v14c0 1.11.89 2 2 2h6V3m2 0v8h8V5c0-1.11-.89-2-2-2m-6 10v8h6c1.11 0 2-.89 2-2v-6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/collapse-all-outline.svg b/mkdocs-material/material/templates/.icons/material/collapse-all-outline.svg new file mode 100644 index 0000000..6e6f82c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/collapse-all-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2a2 2 0 0 0-2 2v10h2V4h10V2zm4 4a2 2 0 0 0-2 2v10h2V8h10V6zm12 6v8h-8v-8zm0-2h-8a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-8a2 2 0 0 0-2-2m-1 7h-6v-2h6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/collapse-all.svg b/mkdocs-material/material/templates/.icons/material/collapse-all.svg new file mode 100644 index 0000000..a64ef75 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/collapse-all.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 4H4v10H2V4a2 2 0 0 1 2-2h10zm4 2H8a2 2 0 0 0-2 2v10h2V8h10zm4 6v8a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2m-2 3h-8v2h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/color-helper.svg b/mkdocs-material/material/templates/.icons/material/color-helper.svg new file mode 100644 index 0000000..0ee20f6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/color-helper.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 24h24v-4H0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/comma-box-outline.svg b/mkdocs-material/material/templates/.icons/material/comma-box-outline.svg new file mode 100644 index 0000000..ab3fb30 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/comma-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10 17 2-4H9V7h6v6l-2 4zM5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m0 2v14h14V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/comma-box.svg b/mkdocs-material/material/templates/.icons/material/comma-box.svg new file mode 100644 index 0000000..3a7ad56 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/comma-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m10 10V7H9v6h3l-2 4h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/comma-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/comma-circle-outline.svg new file mode 100644 index 0000000..94c13d9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/comma-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8m-2 13h3l2-4V7H9v6h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/comma-circle.svg b/mkdocs-material/material/templates/.icons/material/comma-circle.svg new file mode 100644 index 0000000..a30a8ae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/comma-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m3 11-2 4h-3l2-4H9V7h6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/comma.svg b/mkdocs-material/material/templates/.icons/material/comma.svg new file mode 100644 index 0000000..30c8cfd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/comma.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 3h9.95v9.96l-3.99 7.98H8l3.97-7.98H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/comment-account-outline.svg b/mkdocs-material/material/templates/.icons/material/comment-account-outline.svg new file mode 100644 index 0000000..25dc04a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/comment-account-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 22a1 1 0 0 1-1-1v-3H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6.1l-3.7 3.71c-.2.19-.45.29-.7.29zm1-6v3.08L13.08 16H20V4H4v12zm6-2H8v-1c0-1.33 2.67-2 4-2s4 .67 4 2zm-4-8a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/comment-account.svg b/mkdocs-material/material/templates/.icons/material/comment-account.svg new file mode 100644 index 0000000..081cc3d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/comment-account.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 22a1 1 0 0 1-1-1v-3H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6.1l-3.7 3.71c-.2.19-.45.29-.7.29zm7-8v-1c0-1.33-2.67-2-4-2s-4 .67-4 2v1zm-4-8a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/comment-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/comment-alert-outline.svg new file mode 100644 index 0000000..02ff248 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/comment-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 22a1 1 0 0 1-1-1v-3H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6.1l-3.7 3.71c-.2.19-.45.29-.7.29zm1-6v3.08L13.08 16H20V4H4v12zm3-6h-2V6h2zm0 4h-2v-2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/comment-alert.svg b/mkdocs-material/material/templates/.icons/material/comment-alert.svg new file mode 100644 index 0000000..e9c32b8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/comment-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 22c-.6 0-1-.4-1-1v-3H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2h-6.1l-3.7 3.7c-.2.2-.4.3-.7.3zm4-11V5h-2v6m2 4v-2h-2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/comment-arrow-left-outline.svg b/mkdocs-material/material/templates/.icons/material/comment-arrow-left-outline.svg new file mode 100644 index 0000000..607e2bf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/comment-arrow-left-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h4v3c0 .6.4 1 1 1h.5c.2 0 .5-.1.7-.3l3.7-3.7H20c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m0 14h-6.9L10 19.1V16H4V4h16zm-4-5V9h-4.5l1.8-1.8L12 6l-4 4 4 4 1.2-1.2-1.7-1.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/comment-arrow-left.svg b/mkdocs-material/material/templates/.icons/material/comment-arrow-left.svg new file mode 100644 index 0000000..3eb35e8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/comment-arrow-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h4v3c0 .6.4 1 1 1h.5c.2 0 .5-.1.7-.3l3.7-3.7H20c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m-4 9h-4.5l1.8 1.8L12 14l-4-4 4-4 1.2 1.2L11.5 9H16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/comment-arrow-right-outline.svg b/mkdocs-material/material/templates/.icons/material/comment-arrow-right-outline.svg new file mode 100644 index 0000000..3b1093c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/comment-arrow-right-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h4v3c0 .6.4 1 1 1h.5c.2 0 .5-.1.7-.3l3.7-3.7H20c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m0 14h-6.9L10 19.1V16H4V4h16zM8 9v2h4.5l-1.8 1.8L12 14l4-4-4-4-1.2 1.2L12.5 9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/comment-arrow-right.svg b/mkdocs-material/material/templates/.icons/material/comment-arrow-right.svg new file mode 100644 index 0000000..e1ae4ab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/comment-arrow-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h4v3c0 .6.4 1 1 1h.5c.2 0 .5-.1.7-.3l3.7-3.7H20c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m-8 12-1.2-1.2 1.8-1.8H8V9h4.5l-1.8-1.8L12 6l4 4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/comment-bookmark-outline.svg b/mkdocs-material/material/templates/.icons/material/comment-bookmark-outline.svg new file mode 100644 index 0000000..5b2faa0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/comment-bookmark-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 22c-.6 0-1-.4-1-1v-3H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2h-6.1l-3.7 3.7c-.2.2-.4.3-.7.3zm1-6v3.1l3.1-3.1H20V4H4v12zm8-2V6h-5v8l2.5-1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/comment-bookmark.svg b/mkdocs-material/material/templates/.icons/material/comment-bookmark.svg new file mode 100644 index 0000000..74d065d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/comment-bookmark.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h4v3c0 .6.4 1 1 1h.5c.2 0 .5-.1.7-.3l3.7-3.7H20c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m-1 11-2.5-1.5L14 13V5h5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/comment-check-outline.svg b/mkdocs-material/material/templates/.icons/material/comment-check-outline.svg new file mode 100644 index 0000000..2a6d5e7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/comment-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 22c-.55 0-1-.45-1-1v-3H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12c0 1.11-.89 2-2 2h-6.1l-3.7 3.71c-.2.19-.45.29-.7.29zm1-6v3.08L13.08 16H20V4H4v12zm5.6-10L17 7.41 10.47 14 7 10.5l1.4-1.41 2.07 2.08z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/comment-check.svg b/mkdocs-material/material/templates/.icons/material/comment-check.svg new file mode 100644 index 0000000..ca17e6b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/comment-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h4v3c0 .55.45 1 1 1h.5c.25 0 .5-.1.7-.29L13.9 18H20c1.11 0 2-.89 2-2V4a2 2 0 0 0-2-2m-9.53 12L7 10.5l1.4-1.41 2.07 2.08L15.6 6 17 7.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/comment-edit-outline.svg b/mkdocs-material/material/templates/.icons/material/comment-edit-outline.svg new file mode 100644 index 0000000..711ba65 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/comment-edit-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 22c-.55 0-1-.45-1-1v-3H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12c0 1.11-.89 2-2 2h-6.1l-3.7 3.71c-.2.19-.45.29-.7.29zm1-6v3.08L13.08 16H20V4H4v12zm5.84-7.8-1.01 1.01-2.07-2.03 1.01-1.02c.2-.21.54-.22.78 0l1.29 1.25c.21.21.22.55 0 .79M8 11.91l4.17-4.19 2.07 2.08-4.16 4.2H8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/comment-edit.svg b/mkdocs-material/material/templates/.icons/material/comment-edit.svg new file mode 100644 index 0000000..b14cf03 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/comment-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h4v3c0 .55.45 1 1 1h.5c.25 0 .5-.1.7-.29L13.9 18H20c1.1 0 2-.9 2-2V4a2 2 0 0 0-2-2M9.08 15H7v-2.09l6.17-6.19 2.07 2.08zm7.76-7.8-1.01 1.01-2.07-2.03 1.01-1.02c.2-.21.54-.22.78 0l1.29 1.25c.21.21.22.55 0 .79"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/comment-eye-outline.svg b/mkdocs-material/material/templates/.icons/material/comment-eye-outline.svg new file mode 100644 index 0000000..bab47db --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/comment-eye-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 6c.56 0 1 .44 1 1s-.44 1-1 1-1-.44-1-1 .44-1 1-1m0-3c2.73 0 5.06 1.66 6 4-.94 2.34-3.27 4-6 4s-5.06-1.66-6-4c.94-2.34 3.27-4 6-4m0 1.5A2.5 2.5 0 0 0 13.5 7 2.5 2.5 0 0 0 16 9.5 2.5 2.5 0 0 0 18.5 7 2.5 2.5 0 0 0 16 4.5m2 8.25V16h-4.92L10 19.08V16H4V6h4.27c.32-.73.73-1.4 1.23-2H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h4v3a1 1 0 0 0 1 1h.5c.25 0 .5-.1.7-.29L13.9 18H18c1.11 0 2-.89 2-2v-4c-.63.33-1.3.58-2 .75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/comment-eye.svg b/mkdocs-material/material/templates/.icons/material/comment-eye.svg new file mode 100644 index 0000000..89dd268 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/comment-eye.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 12v4c0 1.11-.89 2-2 2h-4.1l-3.7 3.71c-.2.18-.44.29-.7.29H9a1 1 0 0 1-1-1v-3H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h5.5c-.55.67-1 1.42-1.36 2.25L7.85 7l.29.75C9.43 10.94 12.5 13 16 13c1.44 0 2.8-.37 4-1m-4-6c.56 0 1 .44 1 1s-.44 1-1 1-1-.44-1-1 .44-1 1-1m0-3c2.73 0 5.06 1.66 6 4-.94 2.34-3.27 4-6 4s-5.06-1.66-6-4c.94-2.34 3.27-4 6-4m0 1.5A2.5 2.5 0 0 0 13.5 7 2.5 2.5 0 0 0 16 9.5 2.5 2.5 0 0 0 18.5 7 2.5 2.5 0 0 0 16 4.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/comment-flash-outline.svg b/mkdocs-material/material/templates/.icons/material/comment-flash-outline.svg new file mode 100644 index 0000000..5d186e5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/comment-flash-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.5 16h-2.2l1.7-4h-5v6h2v5zM15 18h-1.1l-3.7 3.7c-.2.2-.4.3-.7.3H9c-.6 0-1-.4-1-1v-3H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h16c1.1 0 2 .9 2 2v6h-2V4H4v12h6v3.1l3.1-3.1H15z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/comment-flash.svg b/mkdocs-material/material/templates/.icons/material/comment-flash.svg new file mode 100644 index 0000000..9bf32d8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/comment-flash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.5 16h-2.2l1.7-4h-5v6h2v5zM15 18h-1.1l-3.7 3.7c-.2.2-.4.3-.7.3H9c-.6 0-1-.4-1-1v-3H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h16c1.1 0 2 .9 2 2v6h-7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/comment-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/comment-minus-outline.svg new file mode 100644 index 0000000..8584381 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/comment-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 11H8V9h8zm6-7v12c0 1.11-.89 2-2 2h-6.1l-3.7 3.71c-.2.19-.45.29-.7.29H9c-.55 0-1-.45-1-1v-3H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2m-2 0H4v12h6v3.08L13.08 16H20z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/comment-minus.svg b/mkdocs-material/material/templates/.icons/material/comment-minus.svg new file mode 100644 index 0000000..b218c10 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/comment-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h4v3c0 .55.45 1 1 1h.5c.25 0 .5-.1.7-.29L13.9 18H20c1.11 0 2-.89 2-2V4a2 2 0 0 0-2-2m-4 9H8V9h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/comment-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/comment-multiple-outline.svg new file mode 100644 index 0000000..bf6b30c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/comment-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 23a1 1 0 0 1-1-1v-3H7a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-4.1l-3.7 3.71c-.2.19-.45.29-.7.29zm1-6v3.08L16.08 17H21V7H7v10zM3 15H1V3a2 2 0 0 1 2-2h16v2H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/comment-multiple.svg b/mkdocs-material/material/templates/.icons/material/comment-multiple.svg new file mode 100644 index 0000000..824d0e2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/comment-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 23a1 1 0 0 1-1-1v-3H7a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-4.1l-3.7 3.71c-.2.18-.44.29-.7.29zm-9-8H1V3a2 2 0 0 1 2-2h16v2H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/comment-off-outline.svg b/mkdocs-material/material/templates/.icons/material/comment-off-outline.svg new file mode 100644 index 0000000..efbf83a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/comment-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m7.2 4-2-2H20a2 2 0 0 1 2 2v12c0 .76-.43 1.41-1.05 1.75L19.2 16h.8V4zm14.91 17.46-1.27 1.27L16.11 18H13.9l-3.7 3.71c-.2.19-.45.29-.7.29H9c-.55 0-1-.45-1-1v-3H4a2 2 0 0 1-2-2V3.9L1.11 3l1.28-1.27zm-8-5.46L4 5.89V16h6v3.08L13.08 16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/comment-off.svg b/mkdocs-material/material/templates/.icons/material/comment-off.svg new file mode 100644 index 0000000..7471d46 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/comment-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22.11 21.46-1.27 1.27L16.11 18H13.9l-3.7 3.71c-.2.19-.45.29-.7.29H9c-.55 0-1-.45-1-1v-3H4a2 2 0 0 1-2-2V3.9L1.11 3l1.28-1.27zM22 16V4a2 2 0 0 0-2-2H5.2l15.75 15.75c.62-.34 1.05-.99 1.05-1.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/comment-outline.svg b/mkdocs-material/material/templates/.icons/material/comment-outline.svg new file mode 100644 index 0000000..b985307 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/comment-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 22a1 1 0 0 1-1-1v-3H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6.1l-3.7 3.71c-.2.19-.45.29-.7.29zm1-6v3.08L13.08 16H20V4H4v12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/comment-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/comment-plus-outline.svg new file mode 100644 index 0000000..890fc8d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/comment-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 22a1 1 0 0 1-1-1v-3H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6.1l-3.7 3.71c-.2.19-.45.29-.7.29zm1-6v3.08L13.08 16H20V4H4v12zm1-10h2v3h3v2h-3v3h-2v-3H8V9h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/comment-plus.svg b/mkdocs-material/material/templates/.icons/material/comment-plus.svg new file mode 100644 index 0000000..fc6e0be --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/comment-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 22a1 1 0 0 1-1-1v-3H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6.1l-3.7 3.71c-.2.19-.45.29-.7.29zm2-16v3H8v2h3v3h2v-3h3V9h-3V6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/comment-processing-outline.svg b/mkdocs-material/material/templates/.icons/material/comment-processing-outline.svg new file mode 100644 index 0000000..28a8dce --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/comment-processing-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 22a1 1 0 0 1-1-1v-3H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6.1l-3.7 3.71c-.2.19-.45.29-.7.29zm1-6v3.08L13.08 16H20V4H4v12zm7-5h-2V9h2zm-4 0h-2V9h2zm-4 0H7V9h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/comment-processing.svg b/mkdocs-material/material/templates/.icons/material/comment-processing.svg new file mode 100644 index 0000000..0a3dac5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/comment-processing.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 22a1 1 0 0 1-1-1v-3H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6.1l-3.7 3.71c-.2.19-.45.29-.7.29zm8-11V9h-2v2zm-4 0V9h-2v2zm-4 0V9H7v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/comment-question-outline.svg b/mkdocs-material/material/templates/.icons/material/comment-question-outline.svg new file mode 100644 index 0000000..650d6a7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/comment-question-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h4v3a1 1 0 0 0 1 1h.5c.25 0 .5-.1.7-.29L13.9 18H20a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm0 2h16v12h-6.92L10 19.08V16H4zm8.19 1.5c-.89 0-1.6.18-2.14.54-.55.36-.83.96-.78 1.65h1.97c0-.28.1-.49.26-.63.2-.14.42-.21.69-.21.31 0 .58.08.76.26.18.17.27.39.27.69 0 .28-.08.53-.22.74-.17.22-.38.4-.64.54-.52.32-.86.6-1.07.84-.19.24-.29.58-.29 1.08h2c0-.28.05-.5.14-.68.09-.17.26-.32.52-.47.46-.21.84-.49 1.13-.85.29-.37.44-.76.44-1.2q0-1.05-.81-1.68c-.54-.41-1.29-.62-2.23-.62M11 12v2h2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/comment-question.svg b/mkdocs-material/material/templates/.icons/material/comment-question.svg new file mode 100644 index 0000000..bff1a53 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/comment-question.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6.1l-3.7 3.71c-.2.19-.45.29-.7.29H9a1 1 0 0 1-1-1v-3H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m8.19 3.5c-.89 0-1.6.18-2.14.54-.55.36-.83.96-.78 1.65h1.97c0-.28.1-.49.26-.63.2-.14.42-.21.69-.21.31 0 .58.08.76.26.18.17.27.39.27.69 0 .28-.08.53-.22.74-.17.22-.38.4-.64.54-.52.32-.86.6-1.07.84-.19.24-.29.58-.29 1.08h2c0-.28.05-.5.14-.68.09-.17.26-.32.52-.47.46-.21.84-.49 1.13-.85.29-.37.44-.76.44-1.2q0-1.05-.81-1.68c-.54-.41-1.29-.62-2.23-.62M11 12v2h2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/comment-quote-outline.svg b/mkdocs-material/material/templates/.icons/material/comment-quote-outline.svg new file mode 100644 index 0000000..1a8a364 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/comment-quote-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 22c-.6 0-1-.4-1-1v-3H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2h-6.1l-3.7 3.7c-.2.2-.4.3-.7.3zm1-6v3.1l3.1-3.1H20V4H4v12zm6.3-10-1.4 3H17v4h-4V8.8L14.3 6zm-6 0L8.9 9H11v4H7V8.8L8.3 6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/comment-quote.svg b/mkdocs-material/material/templates/.icons/material/comment-quote.svg new file mode 100644 index 0000000..85c7827 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/comment-quote.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h4v3c0 .6.4 1 1 1h.5c.2 0 .5-.1.7-.3l3.7-3.7H20c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m-9 11H7V8.8L8.3 6h2L8.9 9H11zm6 0h-4V8.8L14.3 6h2l-1.4 3H17z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/comment-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/comment-remove-outline.svg new file mode 100644 index 0000000..b7f4f9c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/comment-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 22a1 1 0 0 1-1-1v-3H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6.1l-3.7 3.71c-.2.19-.45.29-.7.29zm1-6v3.08L13.08 16H20V4H4v12zM9.41 6 12 8.59 14.59 6 16 7.41 13.41 10 16 12.59 14.59 14 12 11.41 9.41 14 8 12.59 10.59 10 8 7.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/comment-remove.svg b/mkdocs-material/material/templates/.icons/material/comment-remove.svg new file mode 100644 index 0000000..02c0904 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/comment-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 22a1 1 0 0 1-1-1v-3H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6.1l-3.7 3.71c-.2.19-.45.29-.7.29zm.41-16L8 7.41 10.59 10 8 12.59 9.41 14 12 11.41 14.59 14 16 12.59 13.41 10 16 7.41 14.59 6 12 8.59z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/comment-search-outline.svg b/mkdocs-material/material/templates/.icons/material/comment-search-outline.svg new file mode 100644 index 0000000..1a5d6f5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/comment-search-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 4h5.5a6.9 6.9 0 0 0-.46 2H4v10h6v3.08L13.08 16H18v-2.77l2 2V16a2 2 0 0 1-2 2h-4.1l-3.7 3.71c-.2.19-.45.29-.7.29H9a1 1 0 0 1-1-1v-3H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2m11.5-2C18 2 20 4 20 6.5c0 .88-.25 1.7-.69 2.39l3.1 3.11L21 13.39l-3.11-3.08c-.69.44-1.51.69-2.39.69C13 11 11 9 11 6.5S13 2 15.5 2m0 2A2.5 2.5 0 0 0 13 6.5 2.5 2.5 0 0 0 15.5 9 2.5 2.5 0 0 0 18 6.5 2.5 2.5 0 0 0 15.5 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/comment-search.svg b/mkdocs-material/material/templates/.icons/material/comment-search.svg new file mode 100644 index 0000000..2f31162 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/comment-search.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.5 2C18 2 20 4 20 6.5c0 .88-.25 1.7-.69 2.39l3.1 3.11L21 13.39l-3.11-3.08c-.69.44-1.51.69-2.39.69C13 11 11 9 11 6.5S13 2 15.5 2m0 2A2.5 2.5 0 0 0 13 6.5 2.5 2.5 0 0 0 15.5 9 2.5 2.5 0 0 0 18 6.5 2.5 2.5 0 0 0 15.5 4M4 4h5.5c-.31.79-.5 1.64-.5 2.5a6.5 6.5 0 0 0 6.5 6.5c.68 0 1.33-.11 1.96-.31L20 15.23V16a2 2 0 0 1-2 2h-4.1l-3.7 3.71c-.2.18-.44.29-.7.29H9a1 1 0 0 1-1-1v-3H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/comment-text-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/comment-text-multiple-outline.svg new file mode 100644 index 0000000..6274fa0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/comment-text-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 23a1 1 0 0 1-1-1v-3H7a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-4.1l-3.7 3.71c-.2.18-.44.29-.7.29zm1-6v3.08L16.08 17H21V7H7v10zM3 15H1V3a2 2 0 0 1 2-2h16v2H3zm6-6h10v2H9zm0 4h8v2H9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/comment-text-multiple.svg b/mkdocs-material/material/templates/.icons/material/comment-text-multiple.svg new file mode 100644 index 0000000..234accf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/comment-text-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 15H1V3a2 2 0 0 1 2-2h16v2H3zm9 8a1 1 0 0 1-1-1v-3H7a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-4.1l-3.7 3.71c-.2.18-.44.29-.7.29zM9 9v2h10V9zm0 4v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/comment-text-outline.svg b/mkdocs-material/material/templates/.icons/material/comment-text-outline.svg new file mode 100644 index 0000000..d003eb7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/comment-text-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 22a1 1 0 0 1-1-1v-3H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6.1l-3.7 3.71c-.2.19-.45.29-.7.29zm1-6v3.08L13.08 16H20V4H4v12zM6 7h12v2H6zm0 4h9v2H6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/comment-text.svg b/mkdocs-material/material/templates/.icons/material/comment-text.svg new file mode 100644 index 0000000..279f495 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/comment-text.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 22a1 1 0 0 1-1-1v-3H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6.1l-3.7 3.71c-.2.19-.45.29-.7.29zM5 5v2h14V5zm0 4v2h8V9zm0 4v2h10v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/comment.svg b/mkdocs-material/material/templates/.icons/material/comment.svg new file mode 100644 index 0000000..d167d49 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/comment.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 22a1 1 0 0 1-1-1v-3H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6.1l-3.7 3.71c-.2.19-.45.29-.7.29z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/compare-horizontal.svg b/mkdocs-material/material/templates/.icons/material/compare-horizontal.svg new file mode 100644 index 0000000..9d7630d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/compare-horizontal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 14H2v2h7v3l4-4-4-4zm6-1v-3h7V8h-7V5l-4 4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/compare-remove.svg b/mkdocs-material/material/templates/.icons/material/compare-remove.svg new file mode 100644 index 0000000..0ea6de2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/compare-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 5h-5V3h5c1.1 0 2 .9 2 2v8.4c-.6-.2-1.3-.4-2-.4zm-9-4h2v22h-2v-2H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h5zm0 11-5 6h5zm5.7 2L14 12v3.7c.4-.7 1-1.2 1.7-1.7m5.4 1.5L19 17.6l-2.1-2.1-1.4 1.4 2.1 2.1-2.1 2.1 1.4 1.4 2.1-2.1 2.1 2.1 1.4-1.4-2.1-2.1 2.1-2.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/compare-vertical.svg b/mkdocs-material/material/templates/.icons/material/compare-vertical.svg new file mode 100644 index 0000000..a826834 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/compare-vertical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 15v7h2v-7h3l-4-4-4 4zm-1-6h-3V2H8v7H5l4 4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/compare.svg b/mkdocs-material/material/templates/.icons/material/compare.svg new file mode 100644 index 0000000..ff6f760 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/compare.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3h-5v2h5v13l-5-6v9h5a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-9 15H5l5-6m0-9H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h5v2h2V1h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/compass-off-outline.svg b/mkdocs-material/material/templates/.icons/material/compass-off-outline.svg new file mode 100644 index 0000000..0ec8bc1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/compass-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m1 3.5 1.28-1.25 19.47 19.47L20.5 23l-2.8-2.78A10 10 0 0 1 12 22 10 10 0 0 1 2 12c0-2.12.66-4.08 1.78-5.7zM7 17l2.39-5.09-4.16-4.17A8.03 8.03 0 0 0 4 12a8 8 0 0 0 8 8c1.56 0 3-.45 4.26-1.23l-4.17-4.16zM17 7l-2.38 5.05-2.67-2.67zm-5-5a10 10 0 0 1 10 10c0 2.1-.65 4.06-1.76 5.67l-1.44-1.45C19.56 15 20 13.55 20 12a8 8 0 0 0-8-8c-1.55 0-3 .44-4.22 1.2L6.33 3.76A9.97 9.97 0 0 1 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/compass-off.svg b/mkdocs-material/material/templates/.icons/material/compass-off.svg new file mode 100644 index 0000000..9d2d3d0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/compass-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m1 3.5 1.28-1.25 19.47 19.47L20.5 23l-2.8-2.78A10 10 0 0 1 12 22 10 10 0 0 1 2 12c0-2.12.66-4.08 1.78-5.7zM6 18l6.47-3L9 11.53zM18 6l-6.44 3-5.23-5.24A9.97 9.97 0 0 1 12 2a10 10 0 0 1 10 10c0 2.1-.65 4.06-1.76 5.67L15 12.44z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/compass-outline.svg b/mkdocs-material/material/templates/.icons/material/compass-outline.svg new file mode 100644 index 0000000..93a6811 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/compass-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m7 17 3.2-6.8L17 7l-3.2 6.8zm5-5.9a.9.9 0 0 0-.9.9.9.9 0 0 0 .9.9.9.9 0 0 0 .9-.9.9.9 0 0 0-.9-.9M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/compass-rose.svg b/mkdocs-material/material/templates/.icons/material/compass-rose.svg new file mode 100644 index 0000000..aa5d76f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/compass-rose.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15 9-3-9-3 9-9 3 9 3 3 9 3-9 9-3zM4 12l6-2 1 2zm8 8-2-6 2-1zm0-16 2 6-2 1zm2 10-1-2h7zm-5.3 3.3L5 19l1.7-3.7 1.6.5zm8.6-2L19 19l-3.7-1.7.5-1.6zM6.7 8.7 5 5l3.7 1.7-.5 1.5zm8.6-2L19 5l-1.7 3.7-1.6-.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/compass.svg b/mkdocs-material/material/templates/.icons/material/compass.svg new file mode 100644 index 0000000..f9d37c2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/compass.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.19 14.19 6 18l3.81-8.19L18 6m-6-4A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 8.9a1.1 1.1 0 0 0-1.1 1.1 1.1 1.1 0 0 0 1.1 1.1 1.1 1.1 0 0 0 1.1-1.1 1.1 1.1 0 0 0-1.1-1.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/compost.svg b/mkdocs-material/material/templates/.icons/material/compost.svg new file mode 100644 index 0000000..8cadfce --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/compost.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.92 14a6.98 6.98 0 0 1-2.96 4.76c-.2-.83-1.43-1.51-3.04-1.7.17-1.19.52-2.3.76-2.94.38.24.82.38 1.32.38 3.55 0 3-6 3-6s-.5 1-2 1h-1a2.5 2.5 0 0 0-2.13 3.81c.66-.69 1.37-1.31 2.13-1.81-1.32 1.33-2.33 3-3 4.6-.63-1.23-1.42-2.17-2-2.6.47.2.91.5 1.33.8.11-.24.17-.51.17-.8C11.45 10.77 7 11 7 11c.31.42.5.95.5 1.5v1c0 1.1.9 2 2 2 .5 0 .95-.18 1.3-.5.23.63.4 1.35.49 2.04-1.72.15-3.04.85-3.25 1.73C6.21 17.5 5 15.39 5 13c0-3.86 3.14-7 7-7v3l5-4-5-4v3a9 9 0 0 0 0 18c4.63 0 8.44-3.5 8.94-8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cone-off.svg b/mkdocs-material/material/templates/.icons/material/cone-off.svg new file mode 100644 index 0000000..9b78bdd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cone-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.5 7.31 9.06 5.86l2.09-3.39A.99.99 0 0 1 12 2c.33 0 .66.16.85.5l8.77 14.18a2.48 2.48 0 0 1 .28 2.02l-4.17-4.17c.08.02.17.03.27.05L12 4.9zm11.61 14.15-1.27 1.27-1.67-1.67c-2.14.77-5.06.94-7.17.94-8.7 0-10-2.5-10-4 0-.5.15-.96.4-1.35h-.02L7.11 9l-6-6 1.28-1.27zM6 14.6c1.96-.48 4.25-.6 6-.6h.11l-3.55-3.55zm11.55 4.84-3.36-3.36C13.5 16.03 12.76 16 12 16c-4.42 0-8 .9-8 2s3.58 2 8 2c2.16 0 4.11-.21 5.55-.56"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cone.svg b/mkdocs-material/material/templates/.icons/material/cone.svg new file mode 100644 index 0000000..b1ab3a0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cone.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.62 16.68 12.85 2.5A.96.96 0 0 0 12 2a.99.99 0 0 0-.85.47L2.38 16.65h.02c-.25.39-.4.85-.4 1.35 0 1.5 1.3 4 10 4 3.74 0 10-.5 10-4 0-.39-.09-.85-.38-1.32M12 4.9l6 9.68c-1.47-.35-3.4-.58-6-.58-1.75 0-4.04.12-6 .6zM12 20c-4.42 0-8-.89-8-2 0-1.1 3.58-2 8-2s8 .9 8 2c0 1.11-3.58 2-8 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/connection.svg b/mkdocs-material/material/templates/.icons/material/connection.svg new file mode 100644 index 0000000..c474065 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/connection.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.4 7.5c.8.8.8 2.1 0 2.8l-2.8 2.8-7.8-7.8 2.8-2.8c.8-.8 2.1-.8 2.8 0l1.8 1.8 3-3 1.4 1.4-3 3zm-5.8 5.8-1.4-1.4-2.8 2.8-2.1-2.1 2.8-2.8-1.4-1.4-2.8 2.8-1.5-1.4-2.8 2.8c-.8.8-.8 2.1 0 2.8l1.8 1.8-4 4 1.4 1.4 4-4 1.8 1.8c.8.8 2.1.8 2.8 0l2.8-2.8-1.4-1.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/console-line.svg b/mkdocs-material/material/templates/.icons/material/console-line.svg new file mode 100644 index 0000000..796c346 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/console-line.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19v-3h8v3zm-4.5-6L2.47 7h4.24l4.96 4.95c.58.59.58 1.55 0 2.12L6.74 19H2.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/console-network-outline.svg b/mkdocs-material/material/templates/.icons/material/console-network-outline.svg new file mode 100644 index 0000000..ef0f195 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/console-network-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 20a1 1 0 0 0-1-1h-1v-2h4a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h4v2h-1a1 1 0 0 0-1 1H2v2h7a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1h7v-2zm-8-5V5h10v10zm1-8.11 3.56 3.56L8 14h2.53l2.92-2.92c.33-.34.33-.9 0-1.26L10.5 6.89zm8 5.33h-2.67V14H16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/console-network.svg b/mkdocs-material/material/templates/.icons/material/console-network.svg new file mode 100644 index 0000000..2d383e6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/console-network.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 3a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-4v2h1a1 1 0 0 1 1 1h7v2h-7a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1H2v-2h7a1 1 0 0 1 1-1h1v-2H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zM7 7l4 4-4 4h2.85l3.28-3.28c.37-.39.37-1.02 0-1.42L9.83 7zm10 6h-3v2h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/console.svg b/mkdocs-material/material/templates/.icons/material/console.svg new file mode 100644 index 0000000..372cb83 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/console.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 19V7H4v12zm0-16a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm-7 14v-2h5v2zm-3.42-4L5.57 9H8.4l3.3 3.3c.39.39.39 1.03 0 1.42L8.42 17H5.59z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/consolidate.svg b/mkdocs-material/material/templates/.icons/material/consolidate.svg new file mode 100644 index 0000000..4d30257 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/consolidate.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 9h2V4h2v5a2 2 0 0 1-2 2h-2v2l-3-3 3-3m-4 3a2 2 0 1 0-2 2 2 2 0 0 0 2-2M2 11v5h2v-5h2v2l3-3-3-3v2H4a2 2 0 0 0-2 2m13 5-3-3-3 3h2v2a2 2 0 0 0 2 2h5v-2h-5v-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/contactless-payment-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/contactless-payment-circle-outline.svg new file mode 100644 index 0000000..54a3f8c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/contactless-payment-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 4c4.41 0 8 3.59 8 8s-3.59 8-8 8-8-3.59-8-8 3.59-8 8-8m0-2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2M8.43 14.44l-1.36-.61c.28-.56.43-1.16.43-1.78 0-.66-.15-1.29-.43-1.88l1.36-.61Q9 10.775 9 12.05c0 .75-.19 1.55-.57 2.39m3.1 1.5-1.31-.65c.53-1.13.78-2.29.78-3.43 0-1.13-.25-2.17-.78-3.15l1.31-.75c.66 1.16.97 2.46.97 3.9 0 1.47-.31 2.83-.97 4.08m3.15 1.41-1.37-.7c.79-1.54 1.19-3.08 1.19-4.65s-.4-3.13-1.19-4.69l1.37-.66C15.55 8.43 16 10.22 16 12c0 1.82-.45 3.6-1.32 5.35"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/contactless-payment-circle.svg b/mkdocs-material/material/templates/.icons/material/contactless-payment-circle.svg new file mode 100644 index 0000000..befbc87 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/contactless-payment-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2M8.43 14.44l-1.36-.61c.28-.56.43-1.16.43-1.78 0-.66-.15-1.29-.43-1.88l1.36-.61Q9 10.775 9 12.05c0 .75-.19 1.55-.57 2.39m3.1 1.5-1.31-.65c.53-1.13.78-2.29.78-3.43 0-1.13-.25-2.17-.78-3.15l1.31-.75c.66 1.16.97 2.46.97 3.9 0 1.47-.31 2.83-.97 4.08m3.15 1.41-1.37-.7c.79-1.54 1.19-3.08 1.19-4.65s-.4-3.13-1.19-4.69l1.37-.66C15.55 8.43 16 10.22 16 12c0 1.82-.45 3.6-1.32 5.35"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/contactless-payment.svg b/mkdocs-material/material/templates/.icons/material/contactless-payment.svg new file mode 100644 index 0000000..5353b04 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/contactless-payment.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.79 23c-.42-.17-.72-.55-.79-1-.05-.26 0-.44.4-1.16 1.5-2.7 2.27-5.75 2.23-8.84.04-3-.69-5.93-2.13-8.56-.21-.44-.4-.86-.56-1.31.06-.38.25-.73.56-.94.45-.24 1-.19 1.41.09.28.36.52.72.72 1.14A21.4 21.4 0 0 1 20.8 9c.23 1.81.26 3.65.09 5.47-.31 2.34-1 4.6-2.06 6.71-.64 1.28-1 1.82-1.38 1.82h-.66m-4.36-2.21c-.57-.16-.93-.74-.81-1.32 0-.12.31-.67.59-1.23 1.18-2.27 1.69-4.83 1.46-7.38-.14-1.83-.67-3.61-1.54-5.22-.63-1.26-.67-1.46-.3-2 .44-.49 1.17-.56 1.71-.14.72 1.06 1.29 2.22 1.71 3.44 1.28 3.79 1.08 7.92-.56 11.56-.84 1.89-1.43 2.5-2.26 2.24zm-4.5-2.23a1.31 1.31 0 0 1-.73-.86c0-.2 0-.46.45-1.26a8.99 8.99 0 0 0 0-8.68C7 6.5 7 6.24 7.53 5.76c.19-.22.47-.33.77-.29.64 0 1 .31 1.54 1.44A10.5 10.5 0 0 1 11.12 12c.04 1.81-.4 3.61-1.27 5.2-.54 1.05-.81 1.3-1.35 1.39-.19.02-.39 0-.57-.09zm-4.21-2.13c-.33-.16-.59-.43-.72-.78-.1-.35 0-.65.4-1.29.5-.68.74-1.52.69-2.36.07-.85-.16-1.69-.65-2.39A6 6 0 0 1 3 8.82c-.11-.63.31-1.23 1-1.35.54-.1.92.13 1.42.89a6.62 6.62 0 0 1 0 7.27c-.51.77-1.09 1-1.69.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/contacts-outline.svg b/mkdocs-material/material/templates/.icons/material/contacts-outline.svg new file mode 100644 index 0000000..0f1ac37 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/contacts-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m0 14H4V6h16zM4 0h16v2H4m0 20h16v2H4m8-12a2.5 2.5 0 0 0 0-5 2.5 2.5 0 0 0 0 5m0-3.5c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1m5 7.5c0-2.1-3.31-3-5-3s-5 .9-5 3v1h10zm-8.19-.5c.61-.5 2.03-1 3.19-1 1.17 0 2.59.5 3.2 1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/contacts.svg b/mkdocs-material/material/templates/.icons/material/contacts.svg new file mode 100644 index 0000000..12a8199 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/contacts.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 0H4v2h16zM4 24h16v-2H4zM20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2m-8 2.75A2.25 2.25 0 0 1 14.25 9 2.25 2.25 0 0 1 12 11.25 2.25 2.25 0 0 1 9.75 9 2.25 2.25 0 0 1 12 6.75M17 17H7v-1.5c0-1.67 3.33-2.5 5-2.5s5 .83 5 2.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/contain-end.svg b/mkdocs-material/material/templates/.icons/material/contain-end.svg new file mode 100644 index 0000000..7c574c2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/contain-end.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 17v-2h2v2zm4 0v-2h2v2zm4 0v-2h2v2zm7-14v18h-6v-2h4V5h-4V3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/contain-start.svg b/mkdocs-material/material/templates/.icons/material/contain-start.svg new file mode 100644 index 0000000..04bc0d9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/contain-start.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 3h6v2H4v14h4v2H2zm5 14v-2h2v2zm4 0v-2h2v2zm4 0v-2h2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/contain.svg b/mkdocs-material/material/templates/.icons/material/contain.svg new file mode 100644 index 0000000..8533df9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/contain.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 3h6v2H4v14h4v2H2zm5 14v-2h2v2zm4 0v-2h2v2zm4 0v-2h2v2zm7-14v18h-6v-2h4V5h-4V3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/content-copy.svg b/mkdocs-material/material/templates/.icons/material/content-copy.svg new file mode 100644 index 0000000..4ee25a8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/content-copy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 21H8V7h11m0-2H8a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h11a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2m-3-4H4a2 2 0 0 0-2 2v14h2V3h12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/content-cut.svg b/mkdocs-material/material/templates/.icons/material/content-cut.svg new file mode 100644 index 0000000..c6eda7c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/content-cut.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19 3-6 6 2 2 7-7V3m-10 9.5a.5.5 0 0 1-.5-.5.5.5 0 0 1 .5-.5.5.5 0 0 1 .5.5.5.5 0 0 1-.5.5M6 20a2 2 0 0 1-2-2 2 2 0 0 1 2-2 2 2 0 0 1 2 2 2 2 0 0 1-2 2M6 8a2 2 0 0 1-2-2 2 2 0 0 1 2-2 2 2 0 0 1 2 2 2 2 0 0 1-2 2m3.64-.36c.23-.5.36-1.05.36-1.64a4 4 0 0 0-4-4 4 4 0 0 0-4 4 4 4 0 0 0 4 4c.59 0 1.14-.13 1.64-.36L10 12l-2.36 2.36C7.14 14.13 6.59 14 6 14a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4c0-.59-.13-1.14-.36-1.64L12 14l7 7h3v-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/content-duplicate.svg b/mkdocs-material/material/templates/.icons/material/content-duplicate.svg new file mode 100644 index 0000000..cebfc19 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/content-duplicate.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 17H4a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h12v2H4v12h7v-2l4 3-4 3zm8 4V7H8v6H6V7a2 2 0 0 1 2-2h11a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2v-2h2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/content-paste.svg b/mkdocs-material/material/templates/.icons/material/content-paste.svg new file mode 100644 index 0000000..1dc3ca5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/content-paste.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 20H5V4h2v3h10V4h2m-7-2a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m7 0h-4.18C14.4.84 13.3 0 12 0S9.6.84 9.18 2H5a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/content-save-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/content-save-alert-outline.svg new file mode 100644 index 0000000..0f64ff7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/content-save-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V7zm2 16H3V5h11.2L17 7.8zm-7-7c-1.7 0-3 1.3-3 3s1.3 3 3 3 3-1.3 3-3-1.3-3-3-3M4 6h9v4H4zm19 7h-2V7h2zm0 4h-2v-2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/content-save-alert.svg b/mkdocs-material/material/templates/.icons/material/content-save-alert.svg new file mode 100644 index 0000000..3212a60 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/content-save-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 9H3V5h10m-3 14c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3m5-16H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V7zm8 10h-2V7h2zm0 4h-2v-2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/content-save-all-outline.svg b/mkdocs-material/material/templates/.icons/material/content-save-all-outline.svg new file mode 100644 index 0000000..700f945 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/content-save-all-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 7h2v14h14v2H3a2 2 0 0 1-2-2zm18-6H7a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V5zm2 16H7V3h11.17L21 5.83zm-7-7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3M8 4h9v4H8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/content-save-all.svg b/mkdocs-material/material/templates/.icons/material/content-save-all.svg new file mode 100644 index 0000000..19a22fb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/content-save-all.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 7V3H7v4zm-3 10a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m5-16 4 4v12a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2zM1 7h2v14h14v2H3a2 2 0 0 1-2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/content-save-check-outline.svg b/mkdocs-material/material/templates/.icons/material/content-save-check-outline.svg new file mode 100644 index 0000000..7f6fa3e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/content-save-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 12.8c-.5-.49-1.22-.8-2-.8a2.996 2.996 0 0 0-1 5.82 6.03 6.03 0 0 1 3-5.02M11.09 19H5V5h11.17L19 7.83v4.52c.75.26 1.42.65 2 1.19V7l-4-4H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6.81c-.35-.61-.6-1.28-.72-2M6 10h9V6H6zm9.75 11L13 18l1.16-1.16 1.59 1.59 3.59-3.59 1.16 1.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/content-save-check.svg b/mkdocs-material/material/templates/.icons/material/content-save-check.svg new file mode 100644 index 0000000..9805efe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/content-save-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 3H5c-1.1 0-2 .9-2 2v14a2 2 0 0 0 2 2h6.81c-.39-.66-.64-1.4-.74-2.16a2.994 2.994 0 0 1-1.87-3.81C9.61 13.83 10.73 13 12 13c.44 0 .88.1 1.28.29 2.29-1.79 5.55-1.7 7.72.25V7zm-2 6H5V5h10zm.75 12L13 18l1.16-1.16 1.59 1.59 3.59-3.59 1.16 1.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/content-save-cog-outline.svg b/mkdocs-material/material/templates/.icons/material/content-save-cog-outline.svg new file mode 100644 index 0000000..5af88d1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/content-save-cog-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.1 19c.1.7.3 1.4.6 2H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h12l4 4v4.7c-.6-.3-1.3-.5-2-.6V7.8L16.2 5H5v14zm.9-7c-1.7 0-3 1.3-3 3 0 1.3.8 2.4 2 2.8.1-2.2 1.1-4.1 2.7-5.3-.5-.3-1.1-.5-1.7-.5m3-2V6H6v4zm7.8 9.6-1 1.7c-.1.1-.2.1-.3.1l-1.2-.4c-.3.2-.5.3-.8.5l-.2 1.3c0 .1-.1.2-.2.2h-2c-.1 0-.2-.1-.3-.2l-.2-1.3c-.3-.1-.6-.3-.8-.5l-1.2.5c-.1 0-.2 0-.3-.1l-1-1.7c-.1-.1 0-.2.1-.3l1.1-.8v-1l-1.1-.8c-.1-.1-.1-.2-.1-.3l1-1.7c.1-.1.2-.1.3-.1l1.2.5c.3-.2.5-.3.8-.5l.2-1.3c0-.1.1-.2.3-.2h2c.1 0 .2.1.2.2l.2 1.3c.3.1.6.3.9.5l1.2-.5c.1 0 .3 0 .3.1l1 1.7c.1.1 0 .2-.1.3l-1.1.8v1l1.1.8c.1 0 .1.1 0 .2M19.5 18c0-.8-.7-1.5-1.5-1.5s-1.5.7-1.5 1.5.7 1.5 1.5 1.5 1.5-.7 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/content-save-cog.svg b/mkdocs-material/material/templates/.icons/material/content-save-cog.svg new file mode 100644 index 0000000..effc3b0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/content-save-cog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 11.7V7l-4-4H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h6.7c-.3-.7-.5-1.4-.6-2.2C9.9 18.4 9 17.3 9 16c0-1.7 1.3-3 3-3 .3 0 .6.1.9.2C14.2 11.8 16 11 18 11c1.1 0 2.1.2 3 .7M15 9H5V5h10zm6.7 9.6v-1l1.1-.8c.1-.1.2-.2.1-.3l-1-1.7c0-.1-.2-.1-.3-.1l-1.2.5c-.3-.2-.6-.4-.9-.5l-.2-1.3c0-.1-.1-.2-.2-.2h-2c-.2 0-.3.1-.3.2l-.2 1.3c-.3.2-.5.3-.8.5l-1.2-.5c-.1 0-.2 0-.3.1l-1 1.7c0 .1 0 .2.1.3l1.1.8v1l-1.1.8c-.1.1-.2.2-.1.3l1 1.7c.1.1.2.1.3.1l1.2-.5c.2.2.5.4.8.5l.2 1.3c.1.1.2.2.3.2h2c.1 0 .2-.1.2-.2l.2-1.3c.3-.2.5-.3.8-.5l1.2.4c.1 0 .2 0 .3-.1l1-1.7c.1-.1.1-.2 0-.2zm-3.7.9c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/content-save-edit-outline.svg b/mkdocs-material/material/templates/.icons/material/content-save-edit-outline.svg new file mode 100644 index 0000000..fb17f2d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/content-save-edit-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 19h6v2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h12l4 4v2.12l-2 2V7.83L15.17 5H4zm10-9V6H5v4zm6.42 2.3a.53.53 0 0 0-.38-.17c-.14 0-.28.06-.39.17l-1 1 2.05 2.05 1-1c.22-.21.22-.56 0-.77zM12 19.94V22h2.06l6.06-6.07-2.05-2.05zM14 15c0-1.66-1.34-3-3-3s-3 1.34-3 3 1.34 3 3 3h.13L14 15.13z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/content-save-edit.svg b/mkdocs-material/material/templates/.icons/material/content-save-edit.svg new file mode 100644 index 0000000..32cbd60 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/content-save-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10 19 .14-.14A2.97 2.97 0 0 1 8 16a3 3 0 0 1 3-3c1.36 0 2.5.9 2.86 2.14L20 9V7l-4-4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6zM4 5h10v4H4zm16.04 7.13c-.14 0-.28.06-.39.17l-1 1 2.05 2.05 1-1c.22-.21.22-.56 0-.77l-1.28-1.28a.53.53 0 0 0-.38-.17m-1.97 1.75L12 19.94V22h2.06l6.06-6.07z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/content-save-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/content-save-minus-outline.svg new file mode 100644 index 0000000..c04b756 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/content-save-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7.81c-.36-.62-.61-1.3-.73-2H5V5h11.17L19 7.83v4.25c.7.12 1.38.37 2 .73V7l-4-4zm1 3v4h9V6zm6 6c-1.66 0-3 1.34-3 3s1.34 3 3 3c0-1.89.89-3.66 2.39-4.79C13.85 12.5 13 12 12 12m2 5v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/content-save-minus.svg b/mkdocs-material/material/templates/.icons/material/content-save-minus.svg new file mode 100644 index 0000000..2832080 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/content-save-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7.81c-.36-.62-.61-1.3-.73-2H12c-1.66 0-3-1.34-3-3s1.34-3 3-3c.68 0 1.34.23 1.87.65A6.02 6.02 0 0 1 18 12c1.05 0 2.09.28 3 .81V7zm-2 6H5V5h10zm-1 8v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/content-save-move-outline.svg b/mkdocs-material/material/templates/.icons/material/content-save-move-outline.svg new file mode 100644 index 0000000..ad87221 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/content-save-move-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 17h4v-3l5 4.5-5 4.5v-3h-4zm1-4.2c-.5-.49-1.22-.8-2-.8a2.996 2.996 0 0 0-1 5.82 6.03 6.03 0 0 1 3-5.02M11.09 19H5V5h11.17L19 7.83v4.52c.75.26 1.42.65 2 1.19V7l-4-4H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6.81c-.35-.61-.6-1.28-.72-2M6 10h9V6H6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/content-save-move.svg b/mkdocs-material/material/templates/.icons/material/content-save-move.svg new file mode 100644 index 0000000..866d04d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/content-save-move.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6.81c-.39-.66-.64-1.4-.74-2.16a2.994 2.994 0 0 1-1.87-3.81C9.61 13.83 10.73 13 12 13c.44 0 .88.1 1.28.29 2.29-1.79 5.55-1.7 7.72.25V7zm-2 6H5V5h10zm-2 8h4v-3l5 4.5-5 4.5v-3h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/content-save-off-outline.svg b/mkdocs-material/material/templates/.icons/material/content-save-off-outline.svg new file mode 100644 index 0000000..3964808 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/content-save-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m8.2 5-2-2H17l4 4v10.8l-2-2V7.83L16.17 5zm6.8 5V6H9.2l4 4zm7.11 11.46-1.27 1.27L19.1 21H5a2 2 0 0 1-2-2V4.9L1.11 3l1.28-1.27zm-5-2.46-2.52-2.5a2.996 2.996 0 1 1-4.09-4.09L8.11 10H6V7.89l-1-1V19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/content-save-off.svg b/mkdocs-material/material/templates/.icons/material/content-save-off.svg new file mode 100644 index 0000000..df33c50 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/content-save-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m8.2 5-2-2H17l4 4v10.8L12.2 9H15V5zm13.91 16.46-1.27 1.27L19.1 21H5a2 2 0 0 1-2-2V4.9L1.11 3l1.28-1.27zM7.11 9 5 6.89V9zm7.78 7.78-3.67-3.67C9.95 13.46 9 14.61 9 16c0 1.66 1.34 3 3 3 1.39 0 2.54-.95 2.89-2.22"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/content-save-outline.svg b/mkdocs-material/material/templates/.icons/material/content-save-outline.svg new file mode 100644 index 0000000..fd7434d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/content-save-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V7zm2 16H5V5h11.17L19 7.83zm-7-7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3M6 6h9v4H6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/content-save-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/content-save-plus-outline.svg new file mode 100644 index 0000000..dbed527 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/content-save-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7.81c-.36-.62-.61-1.3-.73-2H5V5h11.17L19 7.83v4.25c.7.12 1.38.37 2 .73V7l-4-4zm1 3v4h9V6zm6 6c-1.66 0-3 1.34-3 3s1.34 3 3 3c0-1.89.89-3.66 2.39-4.79C13.85 12.5 13 12 12 12m5 2v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/content-save-plus.svg b/mkdocs-material/material/templates/.icons/material/content-save-plus.svg new file mode 100644 index 0000000..0ac049a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/content-save-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7.81c-.36-.62-.61-1.3-.73-2H12c-1.66 0-3-1.34-3-3s1.34-3 3-3c.68 0 1.34.23 1.87.65A6.02 6.02 0 0 1 18 12c1.05 0 2.09.28 3 .81V7zm-2 6H5V5h10zm2 5v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/content-save-settings-outline.svg b/mkdocs-material/material/templates/.icons/material/content-save-settings-outline.svg new file mode 100644 index 0000000..d9b55fd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/content-save-settings-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 22h2v2H7zm4 0h2v2h-2zm4 0h2v2h-2zm2-20H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V6zm2 16H5V4h11.17L19 6.83zm-7-7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3M6 5h9v4H6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/content-save-settings.svg b/mkdocs-material/material/templates/.icons/material/content-save-settings.svg new file mode 100644 index 0000000..7e884cb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/content-save-settings.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 8V4H5v4zm-3 10a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m5-16 4 4v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm-6 20h2v2h-2zm-4 0h2v2H7zm8 0h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/content-save.svg b/mkdocs-material/material/templates/.icons/material/content-save.svg new file mode 100644 index 0000000..6f3807f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/content-save.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 9H5V5h10m-3 14a3 3 0 0 1-3-3 3 3 0 0 1 3-3 3 3 0 0 1 3 3 3 3 0 0 1-3 3m5-16H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/contrast-box.svg b/mkdocs-material/material/templates/.icons/material/contrast-box.svg new file mode 100644 index 0000000..27fb3b1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/contrast-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 15.5h-5V17h5m2 2H5L19 5M5.5 7.5h2v-2H9v2h2V9H9v2H7.5V9h-2M19 3H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/contrast-circle.svg b/mkdocs-material/material/templates/.icons/material/contrast-circle.svg new file mode 100644 index 0000000..800cad5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/contrast-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20c-2.21 0-4.21-.9-5.66-2.34L17.66 6.34A8.01 8.01 0 0 1 20 12a8 8 0 0 1-8 8M6 8h2V6h1.5v2h2v1.5h-2v2H8v-2H6M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 14h5v-1.5h-5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/contrast.svg b/mkdocs-material/material/templates/.icons/material/contrast.svg new file mode 100644 index 0000000..c670033 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/contrast.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.38 20.9a2 2 0 0 1-1.28-1.27L19.63 3.1a2 2 0 0 1 1.27 1.28zM20 16v2h-7v-2zM3 6h3V3h2v3h3v2H8v3H6V8H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/controller-classic-outline.svg b/mkdocs-material/material/templates/.icons/material/controller-classic-outline.svg new file mode 100644 index 0000000..14fe6fd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/controller-classic-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.5 7a5.5 5.5 0 0 1 5.5 5.5 5.5 5.5 0 0 1-5.5 5.5c-1.71 0-3.23-.78-4.24-2h-2.52c-1.01 1.22-2.53 2-4.24 2A5.5 5.5 0 0 1 1 12.5 5.5 5.5 0 0 1 6.5 7zm-11 2A3.5 3.5 0 0 0 3 12.5 3.5 3.5 0 0 0 6.5 16c1.4 0 2.6-.82 3.16-2h4.68c.56 1.18 1.76 2 3.16 2a3.5 3.5 0 0 0 3.5-3.5A3.5 3.5 0 0 0 17.5 9zm-.75 1.25h1.5v1.5h1.5v1.5h-1.5v1.5h-1.5v-1.5h-1.5v-1.5h1.5zm11 2.25a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m2-2a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/controller-classic.svg b/mkdocs-material/material/templates/.icons/material/controller-classic.svg new file mode 100644 index 0000000..4dadfad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/controller-classic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 7h12a5 5 0 0 1 5 5 5 5 0 0 1-5 5c-1.64 0-3.09-.79-4-2h-4c-.91 1.21-2.36 2-4 2a5 5 0 0 1-5-5 5 5 0 0 1 5-5m13.75 2.5a1.25 1.25 0 0 0-1.25 1.25A1.25 1.25 0 0 0 19.75 12 1.25 1.25 0 0 0 21 10.75a1.25 1.25 0 0 0-1.25-1.25m-2.5 2.5A1.25 1.25 0 0 0 16 13.25a1.25 1.25 0 0 0 1.25 1.25 1.25 1.25 0 0 0 1.25-1.25A1.25 1.25 0 0 0 17.25 12M5 9v2H3v2h2v2h2v-2h2v-2H7V9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/controller-off.svg b/mkdocs-material/material/templates/.icons/material/controller-off.svg new file mode 100644 index 0000000..94f2d60 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/controller-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 5.27 3.28 4 20 20.72 18.73 22l-6-6H7.97L5 19c-.33.3-.77.5-1.25.5A1.75 1.75 0 0 1 2 17.75v-.25l1-7.38c.1-1.03.53-1.95 1.19-2.66zM5 10v1h2v2h1v-1.73L6.73 10zm11.5-4c2.36 0 4.29 1.81 4.5 4.12l1 7.38v.25c0 .66-.36 1.25-.9 1.53L7.82 6zm0 2a.75.75 0 0 0-.75.75.75.75 0 0 0 .75.75.75.75 0 0 0 .75-.75.75.75 0 0 0-.75-.75m-1.75 1.75a.75.75 0 0 0-.75.75.75.75 0 0 0 .75.75.75.75 0 0 0 .75-.75.75.75 0 0 0-.75-.75m3.5 0a.75.75 0 0 0-.75.75.75.75 0 0 0 .75.75.75.75 0 0 0 .75-.75.75.75 0 0 0-.75-.75M16.5 11.5a.75.75 0 0 0-.75.75.75.75 0 0 0 .75.75.75.75 0 0 0 .75-.75.75.75 0 0 0-.75-.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/controller.svg b/mkdocs-material/material/templates/.icons/material/controller.svg new file mode 100644 index 0000000..0119f58 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/controller.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.97 16 5 19c-.33.3-.77.5-1.25.5A1.75 1.75 0 0 1 2 17.75v-.25l1-7.38A4.524 4.524 0 0 1 7.5 6h9c2.36 0 4.29 1.81 4.5 4.12l1 7.38v.25a1.75 1.75 0 0 1-1.75 1.75c-.48 0-.92-.2-1.25-.5l-2.97-3zM7 8v2H5v1h2v2h1v-2h2v-1H8V8zm9.5 0a.75.75 0 0 0-.75.75.75.75 0 0 0 .75.75.75.75 0 0 0 .75-.75.75.75 0 0 0-.75-.75m-1.75 1.75a.75.75 0 0 0-.75.75.75.75 0 0 0 .75.75.75.75 0 0 0 .75-.75.75.75 0 0 0-.75-.75m3.5 0a.75.75 0 0 0-.75.75.75.75 0 0 0 .75.75.75.75 0 0 0 .75-.75.75.75 0 0 0-.75-.75M16.5 11.5a.75.75 0 0 0-.75.75.75.75 0 0 0 .75.75.75.75 0 0 0 .75-.75.75.75 0 0 0-.75-.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cookie-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/cookie-alert-outline.svg new file mode 100644 index 0000000..1f11c4b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cookie-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 14.5c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5.7-1.5 1.5-1.5 1.5.7 1.5 1.5m2.9-4c.1.5.1 1 .1 1.5 0 5-4 9-9 9s-9-4-9-9 4-9 9-9c0 0 1 0 1 1v2h1s1 0 1 1v1h2s1 0 1 1v1h2s.6 0 .9.5M17 12h-1.5c-.8 0-1.5-.7-1.5-1.5V10h-1.5c-.8 0-1.5-.7-1.5-1.5V8h-.5C9.7 8 9 7.3 9 6.5V5.1c-3.1.4-5.5 2.9-5.9 6 .1-.6.7-1.1 1.4-1.1.8 0 1.5.7 1.5 1.5S5.3 13 4.5 13s-1.4-.6-1.5-1.4c0 .5 0 1 .1 1.5.4 2.7 2.5 4.9 5.1 5.6-.4-.3-.7-.7-.7-1.2 0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5c0 .7-.5 1.3-1.2 1.5 4.2.4 7.7-2.9 7.7-7m-7.5-1c-.8 0-1.5.7-1.5 1.5S8.7 14 9.5 14s1.5-.7 1.5-1.5-.7-1.5-1.5-1.5M9 7.5C9 6.7 8.3 6 7.5 6S6 6.7 6 7.5 6.7 9 7.5 9 9 8.3 9 7.5M21 17h2v-2h-2zm0-10v6h2V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cookie-alert.svg b/mkdocs-material/material/templates/.icons/material/cookie-alert.svg new file mode 100644 index 0000000..b1addc2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cookie-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 10h-2V9c0-1-1-1-1-1h-2V7c0-1-1-1-1-1h-1V4c0-1-1-1-1-1-5 0-9 4-9 9s4 9 9 9 9-4 9-9c0-.5 0-1-.1-1.5-.3-.5-.9-.5-.9-.5M4.5 13c-.8 0-1.5-.7-1.5-1.5S3.7 10 4.5 10s1.5.7 1.5 1.5S5.3 13 4.5 13M6 7.5C6 6.7 6.7 6 7.5 6S9 6.7 9 7.5 8.3 9 7.5 9 6 8.3 6 7.5M9 19c-.8 0-1.5-.7-1.5-1.5S8.2 16 9 16s1.5.7 1.5 1.5S9.8 19 9 19m.5-5c-.8 0-1.5-.7-1.5-1.5S8.7 11 9.5 11s1.5.7 1.5 1.5-.7 1.5-1.5 1.5m5 2c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5m6.5-1h2v2h-2zm2-8v6h-2V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cookie-check-outline.svg b/mkdocs-material/material/templates/.icons/material/cookie-check-outline.svg new file mode 100644 index 0000000..5a7e4f1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cookie-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 10h-.5c-.83 0-1.5-.67-1.5-1.5V8h-.5c-.83 0-1.5-.67-1.5-1.5V5.07C7.91 5.5 5.47 8 5.07 11.08A1.494 1.494 0 0 1 8 11.5c0 .83-.67 1.5-1.5 1.5-.79 0-1.43-.61-1.5-1.38 0 .49 0 .99.09 1.5.41 2.69 2.45 4.92 5.07 5.62A1.498 1.498 0 0 1 11 16c.83 0 1.5.67 1.5 1.5 0 .72-.5 1.32-1.18 1.46.58.04 1.14.04 1.68-.04V19c0 .66.12 1.3.32 1.89-.43.07-.87.11-1.32.11a9 9 0 0 1 0-18s1 0 1 1v2h1s1 0 1 1v1h2s1 0 1 1v1h2s.6 0 .87.5a8.4 8.4 0 0 1 .02 2.82c-.59-.2-1.23-.32-1.89-.32h-.08c.05-.32.08-.66.08-1h-1.5c-.83 0-1.5-.67-1.5-1.5V10zm0 4.5v.03c.66-.58 1.45-1.03 2.32-1.29-.24-.15-.52-.24-.82-.24-.83 0-1.5.67-1.5 1.5m-3.5-.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5M11 7.5c0-.83-.67-1.5-1.5-1.5S8 6.67 8 7.5 8.67 9 9.5 9 11 8.33 11 7.5m10.34 8.34-3.59 3.59-1.59-1.59L15 19l2.75 3 4.75-4.75z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cookie-check.svg b/mkdocs-material/material/templates/.icons/material/cookie-check.svg new file mode 100644 index 0000000..eec0e92 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cookie-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 14.53v-.03c0-.83.67-1.5 1.5-1.5.3 0 .58.09.82.24A6.2 6.2 0 0 1 19 13c.66 0 1.3.12 1.89.32a8.444 8.444 0 0 0-.02-2.82C20.6 10 20 10 20 10h-2V9c0-1-1-1-1-1h-2V7c0-1-1-1-1-1h-1V4c0-1-1-1-1-1a9 9 0 0 0 0 18c.45 0 .89-.04 1.32-.11-.2-.59-.32-1.23-.32-1.89 0-1.78.78-3.37 2-4.47M6.5 13c-.83 0-1.5-.67-1.5-1.5S5.67 10 6.5 10s1.5.67 1.5 1.5S7.33 13 6.5 13M8 7.5C8 6.67 8.67 6 9.5 6s1.5.67 1.5 1.5S10.33 9 9.5 9 8 8.33 8 7.5M11 19c-.83 0-1.5-.67-1.5-1.5S10.17 16 11 16s1.5.67 1.5 1.5S11.83 19 11 19m.5-5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5m11 3.25L17.75 22 15 19l1.16-1.16 1.59 1.59 3.59-3.59z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cookie-clock-outline.svg b/mkdocs-material/material/templates/.icons/material/cookie-clock-outline.svg new file mode 100644 index 0000000..8796c7a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cookie-clock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.5 8C7.67 8 7 7.33 7 6.5S7.67 5 8.5 5s1.5.67 1.5 1.5S9.33 8 8.5 8m8 4H15v5l3.61 2.16.75-1.22-2.86-1.69zm6.5 4c0 3.87-3.13 7-7 7-2.39 0-4.5-1.2-5.77-3.04C5.62 19.57 2 15.71 2 11a9 9 0 0 1 9-9s1 0 1 1v2h1s1 0 1 1v1h2s1 0 1 1v1h2s.6 0 .87.5c.04.24.08.5.1.74A6.98 6.98 0 0 1 23 16M9.16 17.74c-.4-.27-.66-.74-.66-1.24 0-.46.21-.86.53-1.14.09-.91.35-1.77.75-2.55-.46-.26-.78-.75-.78-1.31 0-.83.67-1.5 1.5-1.5.46 0 .86.21 1.14.53.95-.76 2.1-1.27 3.36-1.45V9h-1.5c-.83 0-1.5-.67-1.5-1.5V7h-.5c-.83 0-1.5-.67-1.5-1.5V4.07C6.91 4.5 4.47 7 4.07 10.08A1.494 1.494 0 0 1 7 10.5c0 .83-.67 1.5-1.5 1.5-.79 0-1.43-.61-1.5-1.38 0 .49 0 .99.09 1.5.41 2.69 2.45 4.92 5.07 5.62M21 16c0-2.76-2.24-5-5-5s-5 2.24-5 5 2.24 5 5 5 5-2.24 5-5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cookie-clock.svg b/mkdocs-material/material/templates/.icons/material/cookie-clock.svg new file mode 100644 index 0000000..c112f1a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cookie-clock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.97 10.24c-.02-.24-.06-.5-.1-.74C19.6 9 19 9 19 9h-2V8c0-1-1-1-1-1h-2V6c0-1-1-1-1-1h-1V3c0-1-1-1-1-1a9 9 0 0 0-9 9c0 4.71 3.62 8.57 8.23 8.96A7 7 0 0 0 16 23c3.87 0 7-3.13 7-7 0-2.39-1.2-4.5-3.03-5.76m-8.33.29c-.77.62-1.41 1.39-1.86 2.28-.46-.26-.78-.75-.78-1.31 0-.83.67-1.5 1.5-1.5.46 0 .86.21 1.14.53M5.5 12c-.83 0-1.5-.67-1.5-1.5S4.67 9 5.5 9 7 9.67 7 10.5 6.33 12 5.5 12M7 6.5C7 5.67 7.67 5 8.5 5s1.5.67 1.5 1.5S9.33 8 8.5 8 7 7.33 7 6.5m1.5 10c0-.46.21-.86.53-1.14-.03.21-.03.43-.03.64 0 .62.09 1.22.24 1.79-.44-.29-.74-.74-.74-1.29M16 21c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5m.5-4.75 2.86 1.69-.75 1.22L15 17v-5h1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cookie-cog-outline.svg b/mkdocs-material/material/templates/.icons/material/cookie-cog-outline.svg new file mode 100644 index 0000000..538f323 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cookie-cog-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.5 10c-.83 0-1.5-.67-1.5-1.5V8h-.5c-.83 0-1.5-.67-1.5-1.5V5.07C7.91 5.5 5.47 8 5.07 11.08A1.494 1.494 0 0 1 8 11.5c0 .83-.67 1.5-1.5 1.5-.79 0-1.43-.61-1.5-1.38 0 .49 0 .99.09 1.5.41 2.69 2.45 4.92 5.07 5.62A1.498 1.498 0 0 1 11 16c.59 0 1.1.35 1.34.84-.18.55-.28 1.13-.34 1.73-.17.19-.4.33-.68.39.23.04.46.04.68.04 0 .69.11 1.36.29 2H12a9 9 0 0 1 0-18s1 0 1 1v2h1s1 0 1 1v1h2s1 0 1 1v1h2s.6 0 .87.5c.09.5.13 1 .13 1.5v.29a7.4 7.4 0 0 0-2-.29h-1.5c-.83 0-1.5-.67-1.5-1.5V10zm-3 1c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5M11 7.5c0-.83-.67-1.5-1.5-1.5S8 6.67 8 7.5 8.67 9 9.5 9 11 8.33 11 7.5m12.8 12.9c.1 0 .1.1 0 .2l-1 1.7c-.1.1-.2.1-.3.1l-1.2-.4c-.3.2-.5.3-.8.5l-.2 1.3c0 .1-.1.2-.2.2h-2c-.1 0-.2-.1-.3-.2l-.2-1.3c-.3-.1-.6-.3-.8-.5l-1.2.5c-.1 0-.2 0-.3-.1l-1-1.7c-.1-.1 0-.2.1-.3l1.1-.8v-1l-1.1-.8c-.1-.1-.1-.2-.1-.3l1-1.7c.1-.1.2-.1.3-.1l1.2.5c.3-.2.5-.3.8-.5l.2-1.3c0-.1.1-.2.3-.2h2c.1 0 .2.1.2.2l.2 1.3c.3.1.6.3.9.5l1.2-.5c.1 0 .3 0 .3.1l1 1.7c.1.1 0 .2-.1.3l-1.1.8v1zM20.5 19c0-.8-.7-1.5-1.5-1.5s-1.5.7-1.5 1.5.7 1.5 1.5 1.5 1.5-.7 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cookie-cog.svg b/mkdocs-material/material/templates/.icons/material/cookie-cog.svg new file mode 100644 index 0000000..cda244e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cookie-cog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 12.29V12c0-.5-.04-1-.13-1.5C20.6 10 20 10 20 10h-2V9c0-1-1-1-1-1h-2V7c0-1-1-1-1-1h-1V4c0-1-1-1-1-1a9 9 0 0 0 0 18h.29a7.4 7.4 0 0 1-.29-2v-.41c-.25.25-.6.41-1 .41-.83 0-1.5-.67-1.5-1.5S10.17 16 11 16c.59 0 1.1.35 1.34.84A7 7 0 0 1 19 12c.69 0 1.36.11 2 .29M6.5 13c-.83 0-1.5-.67-1.5-1.5S5.67 10 6.5 10s1.5.67 1.5 1.5S7.33 13 6.5 13m3-4C8.67 9 8 8.33 8 7.5S8.67 6 9.5 6s1.5.67 1.5 1.5S10.33 9 9.5 9m2 5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5m11.2 5.6v-1l1.1-.8c.1-.1.2-.2.1-.3l-1-1.7c0-.1-.2-.1-.3-.1l-1.2.5c-.3-.2-.6-.4-.9-.5l-.2-1.3c0-.1-.1-.2-.2-.2h-2c-.2 0-.3.1-.3.2l-.2 1.3c-.3.2-.5.3-.8.5l-1.2-.5c-.1 0-.2 0-.3.1l-1 1.7c0 .1 0 .2.1.3l1.1.8v1l-1.1.8c-.1.1-.2.2-.1.3l1 1.7c.1.1.2.1.3.1l1.2-.5c.2.2.5.4.8.5l.2 1.3c.1.1.2.2.3.2h2c.1 0 .2-.1.2-.2l.2-1.3c.3-.2.5-.3.8-.5l1.2.4c.1 0 .2 0 .3-.1l1-1.7c.1-.1.1-.2 0-.2zm-3.7.9c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cookie-edit-outline.svg b/mkdocs-material/material/templates/.icons/material/cookie-edit-outline.svg new file mode 100644 index 0000000..27acabd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cookie-edit-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 6c.83 0 1.5.67 1.5 1.5S10.33 9 9.5 9 8 8.33 8 7.5 8.67 6 9.5 6m2 5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5m-.5 5a1.498 1.498 0 0 0-.84 2.74c-2.62-.7-4.66-2.93-5.07-5.62C5 12.61 5 12.11 5 11.62c.07.77.71 1.38 1.5 1.38.83 0 1.5-.67 1.5-1.5S7.33 10 6.5 10c-.68 0-1.25.46-1.43 1.08C5.47 8 7.91 5.5 11 5.07V6.5c0 .83.67 1.5 1.5 1.5h.5v.5c0 .83.67 1.5 1.5 1.5H16v.5c0 .83.67 1.5 1.5 1.5h.63l1.26-1.26c.3-.3.66-.5 1.05-.62C20.21 10 20 10 20 10h-2V9c0-1-1-1-1-1h-2V7c0-1-1-1-1-1h-1V4c0-1-1-1-1-1a9 9 0 0 0-9 9c0 4.63 3.5 8.44 8 8.94v-1.81l1.47-1.47c.03-.06.03-.11.03-.16 0-.83-.67-1.5-1.5-1.5m4-1.5c0 .19.04.36.1.53l1.93-1.93c-.17-.06-.34-.1-.53-.1-.83 0-1.5.67-1.5 1.5m7.85-1.03-1.32-1.32c-.2-.2-.53-.2-.72 0l-.98.98 2.04 2.04.98-.98c.2-.19.2-.52 0-.72M13 19.96V22h2.04l6.13-6.12-2.04-2.05z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cookie-edit.svg b/mkdocs-material/material/templates/.icons/material/cookie-edit.svg new file mode 100644 index 0000000..5d10232 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cookie-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.1 15.03c-.06-.17-.1-.34-.1-.53 0-.83.67-1.5 1.5-1.5.19 0 .36.04.53.1l2.36-2.36c.3-.3.66-.5 1.05-.62C20.21 10 20 10 20 10h-2V9c0-1-1-1-1-1h-2V7c0-1-1-1-1-1h-1V4c0-1-1-1-1-1a9 9 0 0 0-9 9c0 4.63 3.5 8.44 8 8.94v-1.81l.14-.13H11c-.83 0-1.5-.67-1.5-1.5S10.17 16 11 16s1.5.67 1.5 1.5v.14zM6.5 13c-.83 0-1.5-.67-1.5-1.5S5.67 10 6.5 10s1.5.67 1.5 1.5S7.33 13 6.5 13m3-4C8.67 9 8 8.33 8 7.5S8.67 6 9.5 6s1.5.67 1.5 1.5S10.33 9 9.5 9m2 5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5m11.35.19-.98.98-2.04-2.04.98-.98c.19-.2.52-.2.72 0l1.32 1.32c.2.2.2.53 0 .72m-3.72-.36 2.04 2.04L15.04 22H13v-2.04z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cookie-lock-outline.svg b/mkdocs-material/material/templates/.icons/material/cookie-lock-outline.svg new file mode 100644 index 0000000..056ccfa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cookie-lock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 12.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5m6-2.5v.5c0 .4.16.76.41 1.03A4.5 4.5 0 0 1 18.5 11c.92 0 1.77.29 2.5.77 0-.42-.05-.85-.13-1.27C20.6 10 20 10 20 10h-2V9c0-1-1-1-1-1h-2V7c0-1-1-1-1-1h-1V4c0-1-1-1-1-1a9 9 0 0 0 0 18c.34 0 .67 0 1-.06v-2.02c-.54.08-1.1.08-1.68.04.68-.14 1.18-.74 1.18-1.46 0-.83-.67-1.5-1.5-1.5a1.498 1.498 0 0 0-.84 2.74c-2.62-.7-4.66-2.93-5.07-5.62C5 12.61 5 12.11 5 11.62c.07.77.71 1.38 1.5 1.38.83 0 1.5-.67 1.5-1.5S7.33 10 6.5 10c-.68 0-1.25.46-1.43 1.08C5.47 8 7.91 5.5 11 5.07V6.5c0 .83.67 1.5 1.5 1.5h.5v.5c0 .83.67 1.5 1.5 1.5zm-5-2.5c0-.83-.67-1.5-1.5-1.5S8 6.67 8 7.5 8.67 9 9.5 9 11 8.33 11 7.5M22 17v4c0 .55-.45 1-1 1h-5c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1v-.5a2.5 2.5 0 0 1 5 0v.5c.55 0 1 .45 1 1m-2-1.5c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.5h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cookie-lock.svg b/mkdocs-material/material/templates/.icons/material/cookie-lock.svg new file mode 100644 index 0000000..4c41f2c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cookie-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.5 11c.92 0 1.77.29 2.5.77 0-.42-.05-.85-.13-1.27C20.6 10 20 10 20 10h-2V9c0-1-1-1-1-1h-2V7c0-1-1-1-1-1h-1V4c0-1-1-1-1-1a9 9 0 0 0 0 18c.34 0 .67 0 1-.06V17c0-.92.42-1.74 1.07-2.29A4.51 4.51 0 0 1 18.5 11m-12 2c-.83 0-1.5-.67-1.5-1.5S5.67 10 6.5 10s1.5.67 1.5 1.5S7.33 13 6.5 13M8 7.5C8 6.67 8.67 6 9.5 6s1.5.67 1.5 1.5S10.33 9 9.5 9 8 8.33 8 7.5M11 19c-.83 0-1.5-.67-1.5-1.5S10.17 16 11 16s1.5.67 1.5 1.5S11.83 19 11 19m.5-5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5m9.5 2v-.5a2.5 2.5 0 0 0-5 0v.5c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h5c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1m-1 0h-3v-.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cookie-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/cookie-minus-outline.svg new file mode 100644 index 0000000..609d5cd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cookie-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 10h-.5c-.83 0-1.5-.67-1.5-1.5V8h-.5c-.83 0-1.5-.67-1.5-1.5V5.07C7.91 5.5 5.47 8 5.07 11.08A1.494 1.494 0 0 1 8 11.5c0 .83-.67 1.5-1.5 1.5-.79 0-1.43-.61-1.5-1.38 0 .49 0 .99.09 1.5.41 2.69 2.45 4.92 5.07 5.62A1.498 1.498 0 0 1 11 16c.83 0 1.5.67 1.5 1.5 0 .72-.5 1.32-1.18 1.46.58.04 1.14.04 1.68-.04V19c0 .66.12 1.3.32 1.89-.43.07-.87.11-1.32.11a9 9 0 0 1 0-18s1 0 1 1v2h1s1 0 1 1v1h2s1 0 1 1v1h2s.6 0 .87.5a8.4 8.4 0 0 1 .02 2.82c-.59-.2-1.23-.32-1.89-.32h-.08c.05-.32.08-.66.08-1h-1.5c-.83 0-1.5-.67-1.5-1.5V10zm0 4.5v.03c.66-.58 1.45-1.03 2.32-1.29-.24-.15-.52-.24-.82-.24-.83 0-1.5.67-1.5 1.5m-4-7c0-.83-.67-1.5-1.5-1.5S8 6.67 8 7.5 8.67 9 9.5 9 11 8.33 11 7.5m.5 6.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5m3.5 4v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cookie-minus.svg b/mkdocs-material/material/templates/.icons/material/cookie-minus.svg new file mode 100644 index 0000000..8f7fb1f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cookie-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 14.53v-.03c0-.83.67-1.5 1.5-1.5.3 0 .58.09.82.24A6.2 6.2 0 0 1 19 13c.66 0 1.3.12 1.89.32a8.444 8.444 0 0 0-.02-2.82C20.6 10 20 10 20 10h-2V9c0-1-1-1-1-1h-2V7c0-1-1-1-1-1h-1V4c0-1-1-1-1-1a9 9 0 0 0 0 18c.45 0 .89-.04 1.32-.11-.2-.59-.32-1.23-.32-1.89 0-1.78.78-3.37 2-4.47M6.5 13c-.83 0-1.5-.67-1.5-1.5S5.67 10 6.5 10s1.5.67 1.5 1.5S7.33 13 6.5 13M8 7.5C8 6.67 8.67 6 9.5 6s1.5.67 1.5 1.5S10.33 9 9.5 9 8 8.33 8 7.5M11 19c-.83 0-1.5-.67-1.5-1.5S10.17 16 11 16s1.5.67 1.5 1.5S11.83 19 11 19m.5-5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5M23 18v2h-8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cookie-off-outline.svg b/mkdocs-material/material/templates/.icons/material/cookie-off-outline.svg new file mode 100644 index 0000000..099c127 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cookie-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.93 5.73 7.45 4.25A8.9 8.9 0 0 1 12 3s1 0 1 1v2h1s1 0 1 1v1h2s1 0 1 1v1h2s.6 0 .87.5a8.896 8.896 0 0 1-1.12 6.05l-1.47-1.47c.46-.93.72-1.97.72-3.08h-1.5c-.83 0-1.5-.67-1.5-1.5V10h-1.5c-.83 0-1.5-.67-1.5-1.5V8h-.5c-.83 0-1.5-.67-1.5-1.5V5.07c-.74.11-1.43.34-2.07.66m.32.32 1.7 1.7c.02-.08.05-.16.05-.25 0-.83-.67-1.5-1.5-1.5-.09 0-.17.03-.25.05m7 7 1.7 1.7c.02-.08.05-.16.05-.25 0-.83-.67-1.5-1.5-1.5-.09 0-.17.03-.25.05m5.86 8.41-1.27 1.27-3.5-3.5A8.9 8.9 0 0 1 12 21a9 9 0 0 1-9-9c0-2 .66-3.85 1.77-5.34L1.11 3l1.28-1.27zm-6.21-3.67L12 13.9c-.15.06-.32.1-.5.1-.83 0-1.5-.67-1.5-1.5 0-.18.04-.35.1-.5L6.21 8.1c-.59.9-1 1.9-1.14 2.98A1.494 1.494 0 0 1 8 11.5c0 .83-.67 1.5-1.5 1.5-.79 0-1.43-.61-1.5-1.38 0 .49 0 .99.09 1.5.41 2.69 2.45 4.92 5.07 5.62A1.498 1.498 0 0 1 11 16c.83 0 1.5.67 1.5 1.5 0 .72-.5 1.32-1.18 1.46 1.71.16 3.29-.3 4.58-1.17"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cookie-off.svg b/mkdocs-material/material/templates/.icons/material/cookie-off.svg new file mode 100644 index 0000000..fe64575 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cookie-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m9.25 6.05-1.8-1.8A8.9 8.9 0 0 1 12 3s1 0 1 1v2h1s1 0 1 1v1h2s1 0 1 1v1h2s.6 0 .87.5a8.896 8.896 0 0 1-1.12 6.05l-1.8-1.8c.02-.08.05-.16.05-.25 0-.83-.67-1.5-1.5-1.5-.09 0-.17.03-.25.05l-5.3-5.3c.02-.08.05-.16.05-.25 0-.83-.67-1.5-1.5-1.5-.09 0-.17.03-.25.05m12.86 15.41-1.27 1.27-3.5-3.5A8.9 8.9 0 0 1 12 21a9 9 0 0 1-9-9c0-2 .66-3.85 1.77-5.34L1.11 3l1.28-1.27zM8 11.5c0-.83-.67-1.5-1.5-1.5S5 10.67 5 11.5 5.67 13 6.5 13 8 12.33 8 11.5m2 1c0 .83.67 1.5 1.5 1.5.18 0 .35-.04.5-.1L10.1 12c-.06.15-.1.32-.1.5m2.5 5c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5.67 1.5 1.5 1.5 1.5-.67 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cookie-outline.svg b/mkdocs-material/material/templates/.icons/material/cookie-outline.svg new file mode 100644 index 0000000..a49e062 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cookie-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.87 10.5C20.6 10 20 10 20 10h-2V9c0-1-1-1-1-1h-2V7c0-1-1-1-1-1h-1V4c0-1-1-1-1-1a9 9 0 1 0 9 9c0-.5-.04-1-.13-1.5m-9.55 8.46c.68-.14 1.18-.74 1.18-1.46 0-.83-.67-1.5-1.5-1.5a1.498 1.498 0 0 0-.84 2.74c-2.62-.7-4.66-2.93-5.07-5.62C5 12.61 5 12.11 5 11.62c.07.77.71 1.38 1.5 1.38.83 0 1.5-.67 1.5-1.5S7.33 10 6.5 10c-.68 0-1.25.46-1.43 1.08C5.47 8 7.91 5.5 11 5.07V6.5c0 .83.67 1.5 1.5 1.5h.5v.5c0 .83.67 1.5 1.5 1.5H16v.5c0 .83.67 1.5 1.5 1.5H19c0 4.08-3.5 7.36-7.68 6.96M9.5 9C8.67 9 8 8.33 8 7.5S8.67 6 9.5 6s1.5.67 1.5 1.5S10.33 9 9.5 9m3.5 3.5c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5.67-1.5 1.5-1.5 1.5.67 1.5 1.5m5 2c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5.67-1.5 1.5-1.5 1.5.67 1.5 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cookie-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/cookie-plus-outline.svg new file mode 100644 index 0000000..00c3dd9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cookie-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.5 13c.3 0 .58.09.82.24-.87.26-1.66.71-2.32 1.29v-.03c0-.83.67-1.5 1.5-1.5m-.5-3v.5c0 .83.67 1.5 1.5 1.5H19c0 .34-.03.68-.08 1H19c.66 0 1.3.12 1.89.32a8.444 8.444 0 0 0-.02-2.82C20.6 10 20 10 20 10h-2V9c0-1-1-1-1-1h-2V7c0-1-1-1-1-1h-1V4c0-1-1-1-1-1a9 9 0 0 0 0 18c.45 0 .89-.04 1.32-.11-.2-.59-.32-1.23-.32-1.89v-.08c-.54.08-1.1.08-1.68.04.68-.14 1.18-.74 1.18-1.46 0-.83-.67-1.5-1.5-1.5a1.498 1.498 0 0 0-.84 2.74c-2.62-.7-4.66-2.93-5.07-5.62C5 12.61 5 12.11 5 11.62c.07.77.71 1.38 1.5 1.38.83 0 1.5-.67 1.5-1.5S7.33 10 6.5 10c-.68 0-1.25.46-1.43 1.08C5.47 8 7.91 5.5 11 5.07V6.5c0 .83.67 1.5 1.5 1.5h.5v.5c0 .83.67 1.5 1.5 1.5zm-4.5 4c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5M11 7.5c0-.83-.67-1.5-1.5-1.5S8 6.67 8 7.5 8.67 9 9.5 9 11 8.33 11 7.5M20 18v-3h-2v3h-3v2h3v3h2v-3h3v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cookie-plus.svg b/mkdocs-material/material/templates/.icons/material/cookie-plus.svg new file mode 100644 index 0000000..dbc162c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cookie-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 14.53v-.03c0-.83.67-1.5 1.5-1.5.3 0 .58.09.82.24A6.2 6.2 0 0 1 19 13c.66 0 1.3.12 1.89.32a8.444 8.444 0 0 0-.02-2.82C20.6 10 20 10 20 10h-2V9c0-1-1-1-1-1h-2V7c0-1-1-1-1-1h-1V4c0-1-1-1-1-1a9 9 0 0 0 0 18c.45 0 .89-.04 1.32-.11-.2-.59-.32-1.23-.32-1.89 0-1.78.78-3.37 2-4.47M6.5 13c-.83 0-1.5-.67-1.5-1.5S5.67 10 6.5 10s1.5.67 1.5 1.5S7.33 13 6.5 13M8 7.5C8 6.67 8.67 6 9.5 6s1.5.67 1.5 1.5S10.33 9 9.5 9 8 8.33 8 7.5M11 19c-.83 0-1.5-.67-1.5-1.5S10.17 16 11 16s1.5.67 1.5 1.5S11.83 19 11 19m.5-5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5M23 18v2h-3v3h-2v-3h-3v-2h3v-3h2v3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cookie-refresh-outline.svg b/mkdocs-material/material/templates/.icons/material/cookie-refresh-outline.svg new file mode 100644 index 0000000..653ebe1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cookie-refresh-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 12.5c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5.67-1.5 1.5-1.5 1.5.67 1.5 1.5m-2-5c0-.83-.67-1.5-1.5-1.5S8 6.67 8 7.5 8.67 9 9.5 9 11 8.33 11 7.5m4 2.5h1v.5c0 .83.67 1.5 1.5 1.5H19v.03c.69.06 1.36.21 2 .47V12c0-.5-.04-1-.13-1.5C20.6 10 20 10 20 10h-2V9c0-1-1-1-1-1h-2V7c0-1-1-1-1-1h-1V4c0-1-1-1-1-1a9 9 0 0 0 0 18h.5c-.26-.64-.41-1.31-.47-2-.23 0-.47 0-.71-.04.27-.06.49-.2.68-.38v-.08c0-.63.1-1.23.26-1.81a1.497 1.497 0 0 0-2.76.81c0 .5.26.97.66 1.24-2.62-.7-4.66-2.93-5.07-5.62C5 12.61 5 12.11 5 11.62c.07.77.71 1.38 1.5 1.38.83 0 1.5-.67 1.5-1.5S7.33 10 6.5 10c-.68 0-1.25.46-1.43 1.08C5.47 8 7.91 5.5 11 5.07V6.5c0 .83.67 1.5 1.5 1.5h.5v.5c0 .83.67 1.5 1.5 1.5zm7 8.5v-4l-1.17 1.17A4 4 0 0 0 18 14.5c-2.21 0-4 1.79-4 4s1.79 4 4 4c1.68 0 3.12-1.03 3.71-2.5H20a2.5 2.5 0 1 1-.23-3.27L18 18.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cookie-refresh.svg b/mkdocs-material/material/templates/.icons/material/cookie-refresh.svg new file mode 100644 index 0000000..dd5da93 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cookie-refresh.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 16c.53 0 1 .28 1.26.69C13.04 14 15.54 12 18.5 12c.88 0 1.71.18 2.5.5V12c0-.5-.04-1-.13-1.5C20.6 10 20 10 20 10h-2V9c0-1-1-1-1-1h-2V7c0-1-1-1-1-1h-1V4c0-1-1-1-1-1a9 9 0 0 0 0 18h.5c-.31-.76-.5-1.56-.5-2.39-.26.24-.61.39-1 .39-.83 0-1.5-.67-1.5-1.5S10.17 16 11 16m2-3.5c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5.67-1.5 1.5-1.5 1.5.67 1.5 1.5m-6.5.5c-.83 0-1.5-.67-1.5-1.5S5.67 10 6.5 10s1.5.67 1.5 1.5S7.33 13 6.5 13M8 7.5C8 6.67 8.67 6 9.5 6s1.5.67 1.5 1.5S10.33 9 9.5 9 8 8.33 8 7.5m10 11 1.77-1.77A2.5 2.5 0 1 0 20 20h1.71A3.99 3.99 0 0 1 18 22.5c-2.21 0-4-1.79-4-4s1.79-4 4-4c1.11 0 2.11.45 2.83 1.17L22 14.5v4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cookie-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/cookie-remove-outline.svg new file mode 100644 index 0000000..40a598d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cookie-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.32 13.24c-.87.26-1.66.71-2.32 1.29v-.03c0-.83.67-1.5 1.5-1.5.3 0 .58.09.82.24M16 10v.5c0 .83.67 1.5 1.5 1.5H19c0 .34-.03.68-.08 1H19c.66 0 1.3.12 1.89.32a8.444 8.444 0 0 0-.02-2.82C20.6 10 20 10 20 10h-2V9c0-1-1-1-1-1h-2V7c0-1-1-1-1-1h-1V4c0-1-1-1-1-1a9 9 0 0 0 0 18c.45 0 .89-.04 1.32-.11-.2-.59-.32-1.23-.32-1.89v-.08c-.54.08-1.1.08-1.68.04.68-.14 1.18-.74 1.18-1.46 0-.83-.67-1.5-1.5-1.5a1.498 1.498 0 0 0-.84 2.74c-2.62-.7-4.66-2.93-5.07-5.62C5 12.61 5 12.11 5 11.62c.07.77.71 1.38 1.5 1.38.83 0 1.5-.67 1.5-1.5S7.33 10 6.5 10c-.68 0-1.25.46-1.43 1.08C5.47 8 7.91 5.5 11 5.07V6.5c0 .83.67 1.5 1.5 1.5h.5v.5c0 .83.67 1.5 1.5 1.5zm-5-2.5c0-.83-.67-1.5-1.5-1.5S8 6.67 8 7.5 8.67 9 9.5 9 11 8.33 11 7.5m.5 6.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5m11.04 2.88-1.42-1.41L19 17.59l-2.12-2.12-1.41 1.41L17.59 19l-2.12 2.12 1.41 1.42L19 20.41l2.12 2.13 1.42-1.42L20.41 19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cookie-remove.svg b/mkdocs-material/material/templates/.icons/material/cookie-remove.svg new file mode 100644 index 0000000..9125a62 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cookie-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.5 13c.3 0 .58.09.82.24A6.2 6.2 0 0 1 19 13c.66 0 1.3.12 1.89.32a8.444 8.444 0 0 0-.02-2.82C20.6 10 20 10 20 10h-2V9c0-1-1-1-1-1h-2V7c0-1-1-1-1-1h-1V4c0-1-1-1-1-1a9 9 0 0 0 0 18c.45 0 .89-.04 1.32-.11-.2-.59-.32-1.23-.32-1.89 0-1.78.78-3.37 2-4.47v-.03c0-.83.67-1.5 1.5-1.5m-10 0c-.83 0-1.5-.67-1.5-1.5S5.67 10 6.5 10s1.5.67 1.5 1.5S7.33 13 6.5 13M8 7.5C8 6.67 8.67 6 9.5 6s1.5.67 1.5 1.5S10.33 9 9.5 9 8 8.33 8 7.5M11 19c-.83 0-1.5-.67-1.5-1.5S10.17 16 11 16s1.5.67 1.5 1.5S11.83 19 11 19m.5-5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5m8.91 5 2.13 2.12-1.42 1.42L19 20.41l-2.12 2.13-1.41-1.42L17.59 19l-2.12-2.12 1.41-1.41L19 17.59l2.12-2.12 1.42 1.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cookie-settings-outline.svg b/mkdocs-material/material/templates/.icons/material/cookie-settings-outline.svg new file mode 100644 index 0000000..eacb4a9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cookie-settings-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 11.5c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5.67-1.5 1.5-1.5 1.5.67 1.5 1.5m-2-5c0-.83-.67-1.5-1.5-1.5S8 5.67 8 6.5 8.67 8 9.5 8 11 7.33 11 6.5M21 11a9 9 0 1 1-9-9s1 0 1 1v2h1s1 0 1 1v1h2s1 0 1 1v1h2s.6 0 .87.5c.09.5.13 1 .13 1.5m-2 0h-1.5c-.83 0-1.5-.67-1.5-1.5V9h-1.5c-.83 0-1.5-.67-1.5-1.5V7h-.5c-.83 0-1.5-.67-1.5-1.5V4.07C7.91 4.5 5.47 7 5.07 10.08A1.494 1.494 0 0 1 8 10.5c0 .83-.67 1.5-1.5 1.5-.79 0-1.43-.61-1.5-1.38 0 .49 0 .99.09 1.5.41 2.69 2.45 4.92 5.07 5.62A1.498 1.498 0 0 1 11 15c.83 0 1.5.67 1.5 1.5 0 .72-.5 1.32-1.18 1.46C15.5 18.36 19 15.08 19 11m-2.5 1c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5M7 24h2v-2H7zm8 0h2v-2h-2zm-4 0h2v-2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cookie-settings.svg b/mkdocs-material/material/templates/.icons/material/cookie-settings.svg new file mode 100644 index 0000000..0cd7d6a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cookie-settings.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.87 9.5C20.6 9 20 9 20 9h-2V8c0-1-1-1-1-1h-2V6c0-1-1-1-1-1h-1V3c0-1-1-1-1-1a9 9 0 1 0 9 9c0-.5-.04-1-.13-1.5M6.5 12c-.83 0-1.5-.67-1.5-1.5S5.67 9 6.5 9 8 9.67 8 10.5 7.33 12 6.5 12M8 6.5C8 5.67 8.67 5 9.5 5s1.5.67 1.5 1.5S10.33 8 9.5 8 8 7.33 8 6.5M11 18c-.83 0-1.5-.67-1.5-1.5S10.17 15 11 15s1.5.67 1.5 1.5S11.83 18 11 18m.5-5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5m5 2c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5M7 22h2v2H7zm4 0h2v2h-2zm4 0h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cookie.svg b/mkdocs-material/material/templates/.icons/material/cookie.svg new file mode 100644 index 0000000..f49aa07 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cookie.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3a9 9 0 0 0-9 9 9 9 0 0 0 9 9 9 9 0 0 0 9-9c0-.5-.04-1-.13-1.5C20.6 10 20 10 20 10h-2V9c0-1-1-1-1-1h-2V7c0-1-1-1-1-1h-1V4c0-1-1-1-1-1M9.5 6A1.5 1.5 0 0 1 11 7.5 1.5 1.5 0 0 1 9.5 9 1.5 1.5 0 0 1 8 7.5 1.5 1.5 0 0 1 9.5 6m-3 4A1.5 1.5 0 0 1 8 11.5 1.5 1.5 0 0 1 6.5 13 1.5 1.5 0 0 1 5 11.5 1.5 1.5 0 0 1 6.5 10m5 1a1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5 1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5m5 2a1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5 1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5M11 16a1.5 1.5 0 0 1 1.5 1.5A1.5 1.5 0 0 1 11 19a1.5 1.5 0 0 1-1.5-1.5A1.5 1.5 0 0 1 11 16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/coolant-temperature.svg b/mkdocs-material/material/templates/.icons/material/coolant-temperature.svg new file mode 100644 index 0000000..c0fb9bf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/coolant-temperature.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.5 1A1.5 1.5 0 0 0 10 2.5v12c-.63.47-1 1.21-1 2a2.5 2.5 0 0 0 2.5 2.5 2.5 2.5 0 0 0 2.5-2.5c0-.79-.37-1.5-1-2V13h4v-2h-4V9h4V7h-4V5h4V3h-4v-.5A1.5 1.5 0 0 0 11.5 1M0 15v2c.67 0 .79.21 1.29.71S2.67 19 4 19s2.21-.79 2.71-1.29c.11-.12.2-.21.29-.3v-2.25c-.79.26-1.35.77-1.71 1.13-.5.5-.62.71-1.29.71s-.79-.21-1.29-.71S1.33 15 0 15m16 0v2c.67 0 .79.21 1.29.71S18.67 19 20 19s2.21-.79 2.71-1.29S23.33 17 24 17v-2c-1.33 0-2.21.79-2.71 1.29S20.67 17 20 17s-.79-.21-1.29-.71S17.33 15 16 15m-8 5c-1.33 0-2.21.79-2.71 1.29S4.67 22 4 22s-.79-.21-1.29-.71c-.36-.36-.92-.87-1.71-1.13v2.25c.09.09.18.18.29.3.5.5 1.38 1.29 2.71 1.29s2.21-.79 2.71-1.29S7.33 22 8 22s.79.21 1.29.71c.44.43 1.15 1.09 2.21 1.25.16.04.33.04.5.04 1.33 0 2.21-.79 2.71-1.29S15.33 22 16 22s.79.21 1.29.71S18.67 24 20 24s2.21-.79 2.71-1.29c.11-.12.2-.21.29-.3v-2.25c-.79.26-1.35.77-1.71 1.13-.5.5-.62.71-1.29.71s-.79-.21-1.29-.71S17.33 20 16 20s-2.21.79-2.71 1.29-.62.71-1.29.71c-.22 0-.37-.03-.5-.08-.28-.1-.45-.29-.79-.63C10.21 20.79 9.33 20 8 20"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/copyleft.svg b/mkdocs-material/material/templates/.icons/material/copyleft.svg new file mode 100644 index 0000000..e125cef --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/copyleft.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.92 10.86c.12.99.2 2.24-.3 3.14-.12.27-.34.5-.59.64-.23.15-.53.22-.89.23-.42 0-.81-.14-1.14-.4a1.7 1.7 0 0 1-.34-.47c-.09-.17-.16-.36-.16-.57H8.72c.01.41.12.79.28 1.15.2.36.45.67.76.92 1.44 1.33 4.09 1.12 5.3-.37 1.31-1.67 1.28-4.59-.01-6.26-1.22-1.52-3.92-1.71-5.37-.37-.3.28-.53.62-.68 1-.19.4-.28.83-.3 1.3h1.8c0-.43.19-.86.47-1.17.29-.29.7-.49 1.15-.49.69.01 1.21.3 1.5.86.14.24.25.53.3.86M12 2C6.5 2 2 6.5 2 12c.53 13.26 19.47 13.27 20 0 0-5.5-4.5-10-10-10M4 12c.44-10.61 15.56-10.61 16 0 0 4.41-3.59 8-8 8s-8-3.59-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/copyright.svg b/mkdocs-material/material/templates/.icons/material/copyright.svg new file mode 100644 index 0000000..c9a2903 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/copyright.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.08 10.86c.05-.33.16-.62.3-.86.3-.56.81-.85 1.5-.86.45 0 .86.2 1.15.49.28.31.47.74.47 1.17h1.8c-.02-.47-.11-.9-.3-1.3-.15-.38-.38-.72-.68-1-1.45-1.34-4.14-1.15-5.37.37-1.29 1.67-1.32 4.59-.01 6.26 1.21 1.49 3.86 1.7 5.3.37.31-.25.56-.56.76-.92.16-.36.27-.74.28-1.15H13.5c0 .21-.07.4-.16.57-.09.19-.21.34-.34.47-.33.26-.72.4-1.14.4-.36-.01-.66-.08-.89-.23a1.4 1.4 0 0 1-.59-.64c-.5-.9-.42-2.15-.3-3.14M12 2C6.5 2 2 6.5 2 12c.53 13.27 19.5 13.26 20 0 0-5.5-4.5-10-10-10m0 18c-4.41 0-8-3.59-8-8 .44-10.61 15.56-10.61 16 0 0 4.41-3.59 8-8 8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cordova.svg b/mkdocs-material/material/templates/.icons/material/cordova.svg new file mode 100644 index 0000000..e58329e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cordova.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.18 21.55h-3.24l.23-2.73h-1.59l-.23 2.73h-6.7l-.23-2.73H6.83l.23 2.73H3.82L2 9.73l4.55-7.28h10.9L22 9.73zM16.55 6.09h-2.93l.2 1.36h-3.64l.2-1.36H7.45L5.64 9.73 6.55 17h10.9l.91-7.27zm-1.6 8.5c-.25 0-.45-.76-.45-1.69 0-.94.2-1.7.45-1.7.26 0 .46.76.46 1.7 0 .93-.2 1.69-.46 1.69m-5.73.14c-.26 0-.46-.76-.46-1.69 0-.94.2-1.69.46-1.69.25 0 .45.75.45 1.69 0 .93-.2 1.69-.45 1.69"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/corn-off.svg b/mkdocs-material/material/templates/.icons/material/corn-off.svg new file mode 100644 index 0000000..ddae266 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/corn-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.1 21.5 2.4 1.7 1.1 3l6.1 6.1c-.1.6-.2 1.2-.2 1.9-1.5-.6-3.2-1-5-1 5.9 2.6 4 12 10 12 2.5 0 3.7-1.5 4.6-3.5l4.3 4.3zM8.1 10l1 1H8zm.7 2h1.3l.9.9v.8c-.7-.6-1.4-1.2-2.2-1.7m5.5 7.2c-.2-1.2-.9-2.8-2.1-4.2h.9l2.1 2.1q-.3 1.2-.9 2.1M11 6v1.8L12.2 9H14V8h-2V6h1V5h-1V3c2.1 0 3.9 4 4 8.8v1l2 2c.8-2 1.9-3.9 4-4.8-1.8 0-3.5.4-5 1.1-.2-5.2-2.3-9.1-5-9.1-1.5 0-2.8 1.2-3.7 3.1l.9.9zm0-2.7V5H9.5c.5-.8 1-1.4 1.5-1.7m4 8.5-.8-.8h.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/corn.svg b/mkdocs-material/material/templates/.icons/material/corn.svg new file mode 100644 index 0000000..54fb970 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/corn.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 12H8.82c.8.5 1.53 1.07 2.18 1.68zm-4-1c.27-5.12 2.37-9 5-9 2.66 0 4.77 3.94 5 9.12 1.5-.69 3.17-1.12 5-1.12-5.75 2.57-3.75 12-10 12-6 0-4.07-9.43-10-12 1.82 0 3.5.4 5 1m4 0V9H8.24l-.21 2zm0-3V6H9.05c-.25.6-.45 1.27-.62 2zm0-3V3.3c-.55.33-1.05.92-1.5 1.7zm1-2v2h1v1h-1v2h2v1h-2v2h3v1h-3v2h2v1h-1.77c1.19 1.45 1.92 3 2.09 4.23.99-1.67 1.64-4.39 1.68-7.47C15.94 7 14.13 3 12 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cosine-wave.svg b/mkdocs-material/material/templates/.icons/material/cosine-wave.svg new file mode 100644 index 0000000..42c33f6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cosine-wave.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 2v2c-1.74 0-3 4.58-4.04 8.27-1.39 5-2.7 9.73-5.96 9.73s-4.57-4.73-5.96-9.73C5 8.58 3.74 4 2 4V2c3.26 0 4.57 4.73 5.96 9.73C9 15.42 10.26 20 12 20s3-4.58 4.04-8.27C17.43 6.73 18.74 2 22 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/counter.svg b/mkdocs-material/material/templates/.icons/material/counter.svg new file mode 100644 index 0000000..1900bec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/counter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 4h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2m0 2v12h7V6zm16 12V6h-1.24c.24.54.19 1.07.19 1.13-.07.67-.54 1.37-.71 1.62l-2.33 2.55 3.32-.02.01 1.22-5.2-.03-.04-1s3.05-3.23 3.2-3.52c.14-.28.71-1.95-.7-1.95-1.23.05-1.09 1.3-1.09 1.3l-1.54.01s.01-.66.38-1.31H13v12h2.58l-.01-.86.97-.01s.91-.16.92-1.05c.04-1-.81-1-.96-1-.13 0-1.07.05-1.07.87h-1.52s.04-2.06 2.59-2.06c2.6 0 2.46 2.02 2.46 2.02s.04 1.25-1.11 1.72l.52.37zM8.92 16h-1.5v-5.8l-1.8.56V9.53l3.14-1.12h.16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/countertop-outline.svg b/mkdocs-material/material/templates/.icons/material/countertop-outline.svg new file mode 100644 index 0000000..0ce7727 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/countertop-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 10h-4V7c0-1.66-1.34-3-3-3s-3 1.34-3 3h2c0-.55.45-1 1-1s1 .45 1 1v3H8c1.1 0 2-.9 2-2V4H4v4c0 1.1.9 2 2 2H2v2h2v8h16v-8h2zM6 6h2v2H6zm0 12v-6h5v6zm12 0h-5v-6h5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/countertop.svg b/mkdocs-material/material/templates/.icons/material/countertop.svg new file mode 100644 index 0000000..ca4f3fe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/countertop.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 10V7c0-1.66-1.34-3-3-3s-3 1.34-3 3h2c0-.55.45-1 1-1s1 .45 1 1v3H8c1.1 0 2-.9 2-2V4H4v4c0 1.1.9 2 2 2H2v2h2v8h16v-8h2v-2zm-5 8h-2v-6h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cow-off.svg b/mkdocs-material/material/templates/.icons/material/cow-off.svg new file mode 100644 index 0000000..39a6980 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cow-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.1 21.5 2.4 1.7 1.1 3l5.8 5.8-.1.2c-.4-.5-1-.9-1.6-1.1-1-.3-2.9-.2-3.2.6s1.3 2 2.3 2.2c.5.1 1.2.1 1.7 0V12c0 1.3.5 2.6 1.2 3.6-.7.7-1.2 1.5-1.2 2.4 0 2.2 2.7 4 6 4 2.5 0 4.7-1 5.6-2.5l3.3 3.3zM9.4 11.2c-.3.2-.4.5-.4.8 0 .6.4 1 1 1 .3 0 .6-.1.8-.4l1.4 1.4h-.1c-1.1 0-2.2.2-3.1.6-.7-.7-1-1.6-1-2.6 0-.6.1-1.2.4-1.7zM16 18c0 1.1-1.8 2-4 2s-4-.9-4-2 1.8-2 4-2c1 0 1.9.2 2.6.5l1.4 1.4zM9.7 6.5 7.8 4.6C8.3 3.9 9 3.3 10 3l-.1.1c-.3.5-1 1.9-.2 3.4m1.6 1.6L9.7 6.5c.7-.3 1.5-.5 2.3-.5s1.6.2 2.3.5c.8-1.5 0-2.9-.2-3.3L14 3c3 1 3.2 4 2.6 5.2l.6.8c.4-.5 1-.9 1.6-1.1 1-.3 2.9-.2 3.2.6s-1.3 2-2.3 2.2c-.5.1-1.2.1-1.7 0V12c0 .8-.2 1.6-.5 2.3l-1.6-1.6c0-.2.1-.5.1-.7 0-2.2-1.8-4-4-4-.2 0-.5 0-.7.1M14 18.5c0 .3-.2.5-.5.5s-.5-.2-.5-.5.2-.5.5-.5.5.2.5.5m-3 0c0 .3-.2.5-.5.5s-.5-.2-.5-.5.2-.5.5-.5.5.2.5.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cow.svg b/mkdocs-material/material/templates/.icons/material/cow.svg new file mode 100644 index 0000000..e45a2f3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cow.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.5 18a.5.5 0 0 1 .5.5.5.5 0 0 1-.5.5.5.5 0 0 1-.5-.5.5.5 0 0 1 .5-.5m3 0a.5.5 0 0 1 .5.5.5.5 0 0 1-.5.5.5.5 0 0 1-.5-.5.5.5 0 0 1 .5-.5M10 11a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m4 0a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m4 7c0 2.21-2.69 4-6 4s-6-1.79-6-4c0-.9.45-1.73 1.2-2.4-.75-1-1.2-2.25-1.2-3.6l.12-1.22c-.54.15-1.19.15-1.72 0-1.02-.28-2.56-1.43-2.33-2.23s2.14-.95 3.16-.65c.59.17 1.22.6 1.59 1.06l.57-.81C6.79 7.05 7 4 10 3l-.09.14c-.28.44-1 1.83-.24 3.33a6.02 6.02 0 0 1 4.66 0c.76-1.5.04-2.89-.24-3.33L14 3c3 1 3.21 4.05 2.61 5.15l.57.81c.37-.46 1-.89 1.59-1.06 1.02-.3 2.93-.15 3.16.65s-1.31 1.95-2.33 2.23c-.53.15-1.18.15-1.72 0L18 12c0 1.35-.45 2.6-1.2 3.6.75.67 1.2 1.5 1.2 2.4m-6-2c-2.21 0-4 .9-4 2s1.79 2 4 2 4-.9 4-2-1.79-2-4-2m0-2c1.12 0 2.17.21 3.07.56.58-.69.93-1.56.93-2.56a4 4 0 0 0-4-4 4 4 0 0 0-4 4c0 1 .35 1.87.93 2.56.9-.35 1.95-.56 3.07-.56m2.09-10.86"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cpu-32-bit.svg b/mkdocs-material/material/templates/.icons/material/cpu-32-bit.svg new file mode 100644 index 0000000..a82b7df --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cpu-32-bit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 3v2H7a2 2 0 0 0-2 2v2H3v2h2v2H3v2h2v2a2 2 0 0 0 2 2h2v2h2v-2h2v2h2v-2h2a2 2 0 0 0 2-2v-2h2v-2h-2v-2h2V9h-2V7a2 2 0 0 0-2-2h-2V3h-2v2h-2V3M7 9h3.5a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H7v-1.5h3v-.75H8.5v-1.5H10v-.75H7M12.5 9H16a1 1 0 0 1 1 1v1.75a1 1 0 0 1-1 1h-2v.75h3V15h-4.5v-2.75a1 1 0 0 1 1-1h2v-.75h-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cpu-64-bit.svg b/mkdocs-material/material/templates/.icons/material/cpu-64-bit.svg new file mode 100644 index 0000000..5e7a717 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cpu-64-bit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 3v2H7a2 2 0 0 0-2 2v2H3v2h2v2H3v2h2v2a2 2 0 0 0 2 2h2v2h2v-2h2v2h2v-2h2a2 2 0 0 0 2-2v-2h2v-2h-2v-2h2V9h-2V7a2 2 0 0 0-2-2h-2V3h-2v2h-2V3M8 9h3.5v1.5h-3v.75h2a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1m4.5 0H14v2h1.5V9H17v6h-1.5v-2.5h-3m-4 .25v.75H10v-.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cradle-outline.svg b/mkdocs-material/material/templates/.icons/material/cradle-outline.svg new file mode 100644 index 0000000..1c9cb7f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cradle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 9h-6V4H8C5.8 4 4 5.8 4 8v6c0 1.1.9 2 2 2h2v2.9c-.6-.4-1.2-.8-1.7-1.3L4.9 19c1.8 1.9 4.3 3 7.1 3s5.3-1.1 7.1-2.9l-1.4-1.4c-.5.5-1 .9-1.6 1.3v-3h2c1.1 0 2-.9 2-2v-3c-.1-1.1-1-2-2.1-2m-4 10.8c-.6.2-1.3.2-2 .2s-1.4-.1-2-.2V16h4zm4-5.8H6V8c0-1.1.9-2 2-2h2v5h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cradle.svg b/mkdocs-material/material/templates/.icons/material/cradle.svg new file mode 100644 index 0000000..99ef20e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cradle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 9h-6V4H8C5.8 4 4 5.8 4 8v6c0 1.1.9 2 2 2h2v2.9c-.6-.4-1.2-.8-1.7-1.3L4.9 19c1.8 1.9 4.3 3 7.1 3s5.3-1.1 7.1-2.9l-1.4-1.4c-.5.5-1 .9-1.6 1.3v-3h2c1.1 0 2-.9 2-2v-3c-.1-1.1-1-2-2.1-2m-4 10.8c-.6.2-1.3.2-2 .2s-1.4-.1-2-.2V16h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/crane.svg b/mkdocs-material/material/templates/.icons/material/crane.svg new file mode 100644 index 0000000..2ceffbe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/crane.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 6V5a1 1 0 0 0-1-1H9V3H6v1H5v2h1v9H5v-2H3v2H2v2h1v4h2v-4h5v4h2v-4h1v-2h-1v-2h-2v2H9V6h8v4.62c-.47.17-.81.61-.81 1.14 0 .44.24.84.61 1.06V14h.62c.34 0 .61.28.61.62s-.27.62-.61.62c-.22 0-.42-.12-.53-.31a.62.62 0 0 0-.84-.22c-.3.16-.4.54-.23.84.33.56.94.92 1.6.92 1.01 0 1.84-.83 1.84-1.85 0-.78-.5-1.48-1.23-1.74v-.06c.38-.22.62-.62.62-1.06 0-.46-.27-.85-.65-1.06V6zM8 13.66l-1 1v-1.42l1-1zm0-2.95-1 1v-1.42l1-1zm-1-2V7.29l1-1v1.42z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/creation-outline.svg b/mkdocs-material/material/templates/.icons/material/creation-outline.svg new file mode 100644 index 0000000..9330396 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/creation-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m9 4 2.5 5.5L17 12l-5.5 2.5L9 20l-2.5-5.5L1 12l5.5-2.5zm0 4.83L8 11l-2.17 1L8 13l1 2.17L10 13l2.17-1L10 11zM19 9l-1.26-2.74L15 5l2.74-1.25L19 1l1.25 2.75L23 5l-2.75 1.26zm0 14-1.26-2.74L15 19l2.74-1.25L19 15l1.25 2.75L23 19l-2.75 1.26z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/creation.svg b/mkdocs-material/material/templates/.icons/material/creation.svg new file mode 100644 index 0000000..6f9caf5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/creation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19 1-1.26 2.75L15 5l2.74 1.26L19 9l1.25-2.74L23 5l-2.75-1.25M9 4 6.5 9.5 1 12l5.5 2.5L9 20l2.5-5.5L17 12l-5.5-2.5M19 15l-1.26 2.74L15 19l2.74 1.25L19 23l1.25-2.75L23 19l-2.75-1.26"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/creative-commons.svg b/mkdocs-material/material/templates/.icons/material/creative-commons.svg new file mode 100644 index 0000000..73bc2d5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/creative-commons.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11.89 10.34-1.34.7c-.14-.3-.31-.51-.52-.63s-.41-.18-.58-.18c-.9 0-1.34.59-1.34 1.77 0 .54.11.97.34 1.29.22.32.55.48 1 .48.58 0 .99-.27 1.23-.86l1.23.63c-.26.49-.62.87-1.09 1.15q-.69.42-1.53.42c-.9 0-1.62-.27-2.17-.82C6.58 13.74 6.3 13 6.3 12c0-.95.28-1.7.83-2.26q.84-.84 2.1-.84c1.24-.01 2.13.48 2.66 1.44m5.77 0-1.32.7c-.14-.3-.34-.51-.53-.63q-.315-.18-.6-.18c-.89 0-1.34.59-1.34 1.77 0 .54.13.97.34 1.29.23.32.56.48 1 .48.59 0 1-.27 1.24-.86l1.25.63c-.28.49-.65.87-1.11 1.15-.47.28-.97.42-1.52.42-.9 0-1.63-.27-2.17-.82S12.09 13 12.09 12c0-.95.28-1.7.83-2.26S14.17 8.9 15 8.9c1.26-.01 2.14.48 2.66 1.44M12 3.5a8.5 8.5 0 0 1 8.5 8.5 8.5 8.5 0 0 1-8.5 8.5A8.5 8.5 0 0 1 3.5 12 8.5 8.5 0 0 1 12 3.5M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/credit-card-check-outline.svg b/mkdocs-material/material/templates/.icons/material/credit-card-check-outline.svg new file mode 100644 index 0000000..afc044d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/credit-card-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0-.34.04-.67.09-1H3v-6h16v1c.7 0 1.37.13 2 .35V6c0-1.11-.89-2-2-2H3c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h10.09c-.05-.33-.09-.66-.09-1M3 6h16v2H3zm14.75 16L15 19l1.16-1.16 1.59 1.59 3.59-3.59 1.16 1.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/credit-card-check.svg b/mkdocs-material/material/templates/.icons/material/credit-card-check.svg new file mode 100644 index 0000000..36f1109 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/credit-card-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h9.09c-.06-.33-.09-.66-.09-1 0-3.31 2.69-6 6-6 1.06 0 2.09.28 3 .81V6c0-1.11-.89-2-2-2m0 7H4V8h16m-2.25 14L15 19l1.16-1.16 1.59 1.59 3.59-3.59 1.16 1.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/credit-card-chip-outline.svg b/mkdocs-material/material/templates/.icons/material/credit-card-chip-outline.svg new file mode 100644 index 0000000..5152d6b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/credit-card-chip-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 6v12H4V6zm0-2H4c-1.11 0-2 .89-2 2v12c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2m-9 6H6v4h5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/credit-card-chip.svg b/mkdocs-material/material/templates/.icons/material/credit-card-chip.svg new file mode 100644 index 0000000..dcc6224 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/credit-card-chip.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 4H4c-1.11 0-2 .89-2 2v12c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2M10 14H5v-4h5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/credit-card-clock-outline.svg b/mkdocs-material/material/templates/.icons/material/credit-card-clock-outline.svg new file mode 100644 index 0000000..ec37371 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/credit-card-clock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 14h1.5v2.82l2.44 1.41-.75 1.3L16 17.69zm8 3a7 7 0 0 1-7 7c-2.79 0-5.2-1.64-6.33-4H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h16a2 2 0 0 1 2 2v6.1c1.24 1.26 2 2.99 2 4.9m-14 0c0-1.96.81-3.73 2.1-5H4v6h6.07c-.07-.33-.07-.66-.07-1m7-5a5 5 0 0 0-5 5 5 5 0 0 0 5 5 5 5 0 0 0 5-5 5 5 0 0 0-5-5m3-4V6H4v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/credit-card-clock.svg b/mkdocs-material/material/templates/.icons/material/credit-card-clock.svg new file mode 100644 index 0000000..f3304ab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/credit-card-clock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 14h1.5v2.82l2.44 1.41-.75 1.3L16 17.69zm8 3a7 7 0 0 1-7 7c-2.79 0-5.2-1.64-6.33-4H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h16a2 2 0 0 1 2 2v6.1c1.24 1.26 2 2.99 2 4.9m-7-5a5 5 0 0 0-5 5 5 5 0 0 0 5 5 5 5 0 0 0 5-5 5 5 0 0 0-5-5m3-2V7H4v3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/credit-card-edit-outline.svg b/mkdocs-material/material/templates/.icons/material/credit-card-edit-outline.svg new file mode 100644 index 0000000..cf7221d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/credit-card-edit-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m13 18.9 6.1-6.1 2.1 2.1-6.1 6.1H13zm8.4-7.6 1.3 1.3c.2.2.2.5 0 .7l-1 1-2.1-2 1-1c.1-.1.2-.2.4-.2s.3.1.4.2M11 18H4v-6h13.1L22 7.1V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h7zM4 6h16v2H4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/credit-card-edit.svg b/mkdocs-material/material/templates/.icons/material/credit-card-edit.svg new file mode 100644 index 0000000..86e00be --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/credit-card-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.6 11.3c.1-.1.2-.2.4-.2.1 0 .3.1.4.2l1.2 1.2c.2.2.2.6 0 .8l-1 1-2-2zM13 18.9l6-6.1 2.1 2.1-6 6.1H13zm-2 .2v-1l.6-.6 6.5-6.5H4V8h16v1.1l2-2V6c0-1.1-.9-2-2-2H4c-.5 0-1 .2-1.4.6S2 5.5 2 6v12c0 .5.2 1 .6 1.4s.9.6 1.4.6h7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/credit-card-fast-outline.svg b/mkdocs-material/material/templates/.icons/material/credit-card-fast-outline.svg new file mode 100644 index 0000000..1ec8318 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/credit-card-fast-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 8c-.55 0-1-.45-1-1s.45-1 1-1h2.54C5.19 6.6 5 7.29 5 8zm2 5H2c-.55 0-1-.45-1-1s.45-1 1-1h3zm-4 5c-.552 0-1-.45-1-1s.448-1 1-1h4c0 .71.19 1.4.54 2zM21 6H9c-1.11 0-2 .89-2 2v8c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2m0 2v1H9V8zM9 16v-4h12v4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/credit-card-fast.svg b/mkdocs-material/material/templates/.icons/material/credit-card-fast.svg new file mode 100644 index 0000000..158a3e8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/credit-card-fast.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 8c-.55 0-1-.45-1-1s.45-1 1-1h2.54C5.19 6.6 5 7.29 5 8zm2 5H2c-.55 0-1-.45-1-1s.45-1 1-1h3zm-4 5c-.552 0-1-.45-1-1s.448-1 1-1h4c0 .71.19 1.4.54 2zM21 6H9c-1.11 0-2 .89-2 2v8c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2m0 6H9V9h12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/credit-card-lock-outline.svg b/mkdocs-material/material/templates/.icons/material/credit-card-lock-outline.svg new file mode 100644 index 0000000..fdf16f2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/credit-card-lock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.8 15v-1.5c0-1.4-1.4-2.5-2.8-2.5s-2.8 1.1-2.8 2.5V15c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3m-1.3 0h-3v-1.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3zM13 19.7V18H4v-6h10.5c.68-1.72 2.46-3 4.5-3 1.13 0 2.17.4 3 1.04V6a2 2 0 0 0-2-2H4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h9.03c-.03-.1-.03-.2-.03-.3M4 6h16v2H4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/credit-card-lock.svg b/mkdocs-material/material/templates/.icons/material/credit-card-lock.svg new file mode 100644 index 0000000..cf0c370 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/credit-card-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.8 15v-1.5c0-1.4-1.4-2.5-2.8-2.5s-2.8 1.1-2.8 2.5V15c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3m-1.3 0h-3v-1.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3zm-7.47 5H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h16c1.11 0 2 .89 2 2v4.04c-.58-.44-1.25-.78-2-.93V8H4v3h11.04c-.54.72-.84 1.58-.84 2.5v.24c-.7.6-1.2 1.5-1.2 2.46v3.5c0 .1 0 .2.03.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/credit-card-marker-outline.svg b/mkdocs-material/material/templates/.icons/material/credit-card-marker-outline.svg new file mode 100644 index 0000000..e75fd3f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/credit-card-marker-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.5 18H4v-6h10.3c1-1.2 2.5-2 4.2-2 1.3 0 2.5.5 3.5 1.3V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10.6c-.4-.6-.8-1.3-1.1-2M4 6h16v2H4zm14.5 6c-1.9 0-3.5 1.6-3.5 3.5 0 2.6 3.5 6.5 3.5 6.5s3.5-3.9 3.5-6.5c0-1.9-1.6-3.5-3.5-3.5m0 4.8c-.7 0-1.2-.6-1.2-1.2 0-.7.6-1.2 1.2-1.2s1.2.6 1.2 1.2c.1.6-.5 1.2-1.2 1.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/credit-card-marker.svg b/mkdocs-material/material/templates/.icons/material/credit-card-marker.svg new file mode 100644 index 0000000..80accb0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/credit-card-marker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.5 12c-1.9 0-3.5 1.6-3.5 3.5 0 2.6 3.5 6.5 3.5 6.5s3.5-3.9 3.5-6.5c0-1.9-1.6-3.5-3.5-3.5m0 4.8c-.7 0-1.2-.6-1.2-1.2 0-.7.6-1.2 1.2-1.2s1.2.6 1.2 1.2c.1.6-.5 1.2-1.2 1.2M14.55 20H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h16c1.11 0 2 .89 2 2v5.3a5.55 5.55 0 0 0-2-1.08V8H4v3h11.39C13.96 12 13 13.66 13 15.5c0 1.5.72 3.11 1.55 4.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/credit-card-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/credit-card-minus-outline.svg new file mode 100644 index 0000000..84fc345 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/credit-card-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 18v2h-8v-2m3-10V6H3v2zm0 4H3v6h11v2H3a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h16c1.11 0 2 .89 2 2v7h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/credit-card-minus.svg b/mkdocs-material/material/templates/.icons/material/credit-card-minus.svg new file mode 100644 index 0000000..5e3eeab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/credit-card-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h9.09c-.06-.33-.09-.66-.09-1 0-3.31 2.69-6 6-6 1.06 0 2.09.28 3 .81V6c0-1.11-.89-2-2-2m0 7H4V8h16m3 10v2h-8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/credit-card-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/credit-card-multiple-outline.svg new file mode 100644 index 0000000..a1d6a30 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/credit-card-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 8V6H7v2zm0 8v-5H7v5zm0-12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2zM3 20h15v2H3a2 2 0 0 1-2-2V9h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/credit-card-multiple.svg b/mkdocs-material/material/templates/.icons/material/credit-card-multiple.svg new file mode 100644 index 0000000..f4f4e9d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/credit-card-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 9V6H7v3zm0-6a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zM3 19h15v2H3a2 2 0 0 1-2-2V8h2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/credit-card-off-outline.svg b/mkdocs-material/material/templates/.icons/material/credit-card-off-outline.svg new file mode 100644 index 0000000..c4130f3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/credit-card-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m.93 4.2 1.28-1.27L20 20.72 18.73 22l-2-2H4a2 2 0 0 1-2-2V6c0-.22.04-.43.11-.62zM20 8V6H7.82l-2-2H20a2 2 0 0 1 2 2v12c0 .6-.26 1.13-.68 1.5l-1.5-1.5H20v-6h-6.18l-4-4zM4 8h.73L4 7.27zm0 4v6h10.73l-6-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/credit-card-off.svg b/mkdocs-material/material/templates/.icons/material/credit-card-off.svg new file mode 100644 index 0000000..a421805 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/credit-card-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11.2 8-4-4H20a2 2 0 0 1 2 2v12a1.9 1.9 0 0 1-.12.68L14.2 11H20V8m.84 14.73L18.11 20H4a2 2 0 0 1-2-2V6a2 2 0 0 1 .65-1.46L1.11 3l1.28-1.27 19.72 19.73M9.11 11l-3-3H4v3Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/credit-card-outline.svg b/mkdocs-material/material/templates/.icons/material/credit-card-outline.svg new file mode 100644 index 0000000..96e2494 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/credit-card-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 8H4V6h16m0 12H4v-6h16m0-8H4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/credit-card-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/credit-card-plus-outline.svg new file mode 100644 index 0000000..60508b5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/credit-card-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 18h3v2h-3v3h-2v-3h-3v-2h3v-3h2zM19 8V6H3v2zm0 4H3v6h11v2H3a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h16a2 2 0 0 1 2 2v7h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/credit-card-plus.svg b/mkdocs-material/material/templates/.icons/material/credit-card-plus.svg new file mode 100644 index 0000000..c1cd138 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/credit-card-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h9.09a5.5 5.5 0 0 1-.09-1 6 6 0 0 1 6-6 5.9 5.9 0 0 1 3 .81V6a2 2 0 0 0-2-2m0 7H4V8h16m0 7v3h3v2h-3v3h-2v-3h-3v-2h3v-3Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/credit-card-refresh-outline.svg b/mkdocs-material/material/templates/.icons/material/credit-card-refresh-outline.svg new file mode 100644 index 0000000..3082833 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/credit-card-refresh-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 4H4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h7.68c-.11-.5-.18-1-.18-1.5 0-.17 0-.33.03-.5H4v-6h16v.32c.74.24 1.41.61 2 1.08V6a2 2 0 0 0-2-2m0 4H4V6h16zm.83 7.67L22 14.5v4h-4l1.77-1.77A2.5 2.5 0 1 0 20 20h1.71A3.99 3.99 0 0 1 18 22.5c-2.21 0-4-1.79-4-4s1.79-4 4-4c1.11 0 2.11.45 2.83 1.17"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/credit-card-refresh.svg b/mkdocs-material/material/templates/.icons/material/credit-card-refresh.svg new file mode 100644 index 0000000..b1eab25 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/credit-card-refresh.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h7.68c-.11-.5-.18-1-.18-1.5A6.5 6.5 0 0 1 18 12c1.5 0 2.9.53 4 1.4V6c0-1.11-.89-2-2-2m0 7H4V8h16zm.83 4.67L22 14.5v4h-4l1.77-1.77A2.5 2.5 0 1 0 20 20h1.71A3.99 3.99 0 0 1 18 22.5c-2.21 0-4-1.79-4-4s1.79-4 4-4c1.11 0 2.11.45 2.83 1.17"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/credit-card-refund-outline.svg b/mkdocs-material/material/templates/.icons/material/credit-card-refund-outline.svg new file mode 100644 index 0000000..001b251 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/credit-card-refund-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 11H6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8a2 2 0 0 0-2-2m0 10H6v-4h12zm0-6H6v-2h12zM17 5v5h-1.5V6.5H9.88l2.42 2.43L11.24 10 7 5.75l4.24-4.25 1.06 1.07L9.88 5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/credit-card-refund.svg b/mkdocs-material/material/templates/.icons/material/credit-card-refund.svg new file mode 100644 index 0000000..ada444b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/credit-card-refund.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 11H6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8a2 2 0 0 0-2-2m0 6H6v-3h12m-1-9v5h-1.5V6.5H9.88l2.42 2.43L11.24 10 7 5.75l4.24-4.25 1.06 1.07L9.88 5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/credit-card-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/credit-card-remove-outline.svg new file mode 100644 index 0000000..68777c9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/credit-card-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0-.34.04-.67.09-1H3v-6h16v1c.7 0 1.37.13 2 .35V6c0-1.11-.89-2-2-2H3c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h10.09c-.05-.33-.09-.66-.09-1M3 6h16v2H3zm19.54 10.88L20.41 19l2.13 2.12-1.42 1.42L19 20.41l-2.12 2.13-1.41-1.42L17.59 19l-2.12-2.12 1.41-1.41L19 17.59l2.12-2.13z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/credit-card-remove.svg b/mkdocs-material/material/templates/.icons/material/credit-card-remove.svg new file mode 100644 index 0000000..b4b53c8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/credit-card-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h9.09a5.5 5.5 0 0 1-.09-1 6 6 0 0 1 6-6 5.9 5.9 0 0 1 3 .81V6a2 2 0 0 0-2-2m0 7H4V8h16m2.54 8.88L20.41 19l2.13 2.12-1.42 1.42L19 20.41l-2.12 2.13-1.42-1.42L17.59 19l-2.13-2.12 1.42-1.42L19 17.59l2.12-2.13Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/credit-card-scan-outline.svg b/mkdocs-material/material/templates/.icons/material/credit-card-scan-outline.svg new file mode 100644 index 0000000..ea36b2e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/credit-card-scan-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 4h4V2H2a2 2 0 0 0-2 2v4h2zm20-2h-4v2h4v4h2V4a2 2 0 0 0-2-2M2 16H0v4a2 2 0 0 0 2 2h4v-2H2zm20 4h-4v2h4a2 2 0 0 0 2-2v-4h-2zM4 8v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2m2 8v-4h12v4zm12-8v2H6V8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/credit-card-scan.svg b/mkdocs-material/material/templates/.icons/material/credit-card-scan.svg new file mode 100644 index 0000000..5840462 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/credit-card-scan.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 6H6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2m0 6H6V9h12M2 4h4V2H2a2 2 0 0 0-2 2v4h2zm20-2h-4v2h4v4h2V4a2 2 0 0 0-2-2M2 16H0v4a2 2 0 0 0 2 2h4v-2H2zm20 4h-4v2h4a2 2 0 0 0 2-2v-4h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/credit-card-search-outline.svg b/mkdocs-material/material/templates/.icons/material/credit-card-search-outline.svg new file mode 100644 index 0000000..04d9c16 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/credit-card-search-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.03 12c.25-.39.54-.76.87-1.1a6.525 6.525 0 0 1 9.2 0c.35.36.64.75.9 1.16V6a2 2 0 0 0-2-2H4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h7.82a6.4 6.4 0 0 1-1.32-2H4v-6zM4 6h16v2H4zm16.31 11.9c.44-.69.69-1.52.69-2.4 0-2.5-2-4.5-4.5-4.5S12 13 12 15.5s2 4.5 4.5 4.5c.87 0 1.69-.25 2.38-.68L22 22.39 23.39 21zm-3.81.1a2.5 2.5 0 0 1 0-5 2.5 2.5 0 0 1 0 5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/credit-card-search.svg b/mkdocs-material/material/templates/.icons/material/credit-card-search.svg new file mode 100644 index 0000000..88ebf89 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/credit-card-search.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.82 11c-2.42 2.5-2.42 6.5 0 9H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h16c1.11 0 2 .89 2 2v6.06c-.26-.41-.55-.8-.9-1.16-.34-.33-.71-.63-1.1-.87V8H4v3zm11.57 10L22 22.39l-3.12-3.07c-.69.43-1.51.68-2.38.68-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5c0 .88-.25 1.71-.69 2.4zM19 15.5a2.5 2.5 0 0 0-5 0 2.5 2.5 0 0 0 5 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/credit-card-settings-outline.svg b/mkdocs-material/material/templates/.icons/material/credit-card-settings-outline.svg new file mode 100644 index 0000000..b5087a7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/credit-card-settings-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 8H4V6h16m0 12H4v-6h16m0-8H4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2M7 22h2v2H7zm4 0h2v2h-2zm4 0h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/credit-card-settings.svg b/mkdocs-material/material/templates/.icons/material/credit-card-settings.svg new file mode 100644 index 0000000..368b1e2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/credit-card-settings.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2m0 7H4V8h16M7 22h2v2H7zm4 0h2v2h-2zm4 0h2v2h-2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/credit-card-sync-outline.svg b/mkdocs-material/material/templates/.icons/material/credit-card-sync-outline.svg new file mode 100644 index 0000000..99b3c80 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/credit-card-sync-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 18v-6h12.05c1-.63 2.18-1 3.45-1 .89 0 1.73.18 2.5.5V6a2 2 0 0 0-2-2H4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h9.5c-.26-.62-.42-1.3-.47-2zM4 6h16v2H4zm19 11.5c0 .82-.25 1.58-.67 2.21l-1.09-1.09c.17-.34.26-.72.26-1.12A2.5 2.5 0 0 0 19 15v1.5l-2.25-2.25L19 12v1.5c2.21 0 4 1.79 4 4m-4 1 2.25 2.25L19 23v-1.5c-2.21 0-4-1.79-4-4 0-.82.25-1.58.67-2.21l1.09 1.09c-.17.34-.26.72-.26 1.12A2.5 2.5 0 0 0 19 20z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/credit-card-sync.svg b/mkdocs-material/material/templates/.icons/material/credit-card-sync.svg new file mode 100644 index 0000000..7226c82 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/credit-card-sync.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 17.5c0 .89.18 1.73.5 2.5H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h16c1.11 0 2 .89 2 2v5.5c-.77-.32-1.61-.5-2.5-.5h.5V8H4v3h15.5a6.5 6.5 0 0 0-6.5 6.5m6 2.5a2.5 2.5 0 0 1-2.5-2.5c0-.4.09-.78.26-1.12l-1.09-1.09c-.42.63-.67 1.39-.67 2.21 0 2.21 1.79 4 4 4V23l2.25-2.25L19 18.5zm0-6.5V12l-2.25 2.25L19 16.5V15a2.5 2.5 0 0 1 2.5 2.5c0 .4-.09.78-.26 1.12l1.09 1.09c.42-.63.67-1.39.67-2.21 0-2.21-1.79-4-4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/credit-card-wireless-off-outline.svg b/mkdocs-material/material/templates/.icons/material/credit-card-wireless-off-outline.svg new file mode 100644 index 0000000..09d53ba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/credit-card-wireless-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c-2.15 0-4.3.69-6.1 2.08L7.32 5.5c3.13-2.26 7.52-2 10.34.83l1.41-1.41C17.12 2.96 14.56 2 12 2M3.28 4 2 5.27 7.73 11H6a2 2 0 0 0-2 2v8c0 1.11.89 2 2 2h12c.47 0 .92-.16 1.27-.46l.46.46L21 21.72M12 6c-1.13 0-2.25.31-3.23.94l1.47 1.47c1.49-.73 3.34-.49 4.59.75l1.41-1.41A5.96 5.96 0 0 0 12 6m.82 5 2 2H18v2h-1.18L20 18.18V13a2 2 0 0 0-2-2M6 13h3.73l2 2H6m0 2h7.73l4 4H6Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/credit-card-wireless-off.svg b/mkdocs-material/material/templates/.icons/material/credit-card-wireless-off.svg new file mode 100644 index 0000000..dac8ad1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/credit-card-wireless-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c-2.15 0-4.3.69-6.1 2.08L7.32 5.5c3.13-2.26 7.52-2 10.34.83l1.41-1.41C17.12 2.96 14.56 2 12 2M3.28 4 2 5.27 7.73 11H6a2 2 0 0 0-2 2v8c0 1.11.89 2 2 2h12c.5 0 .92-.18 1.27-.46l.46.46L21 21.72M12 6c-1.13 0-2.25.31-3.23.94l1.47 1.47c1.49-.73 3.34-.49 4.59.75l1.41-1.41A5.96 5.96 0 0 0 12 6m.82 5 3 3H18v2.18l2 2V13a2 2 0 0 0-2-2M6 14h4.73l3 3H6Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/credit-card-wireless-outline.svg b/mkdocs-material/material/templates/.icons/material/credit-card-wireless-outline.svg new file mode 100644 index 0000000..7ce0f3a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/credit-card-wireless-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 11H6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8a2 2 0 0 0-2-2m0 10H6v-4h12zm0-6H6v-2h12zM4.93 4.92l1.41 1.41c3.12-3.13 8.19-3.13 11.32 0l1.41-1.41C15.17 1 8.84 1 4.93 4.92m2.83 2.83 1.41 1.41a4.01 4.01 0 0 1 5.66 0l1.41-1.41a6 6 0 0 0-8.48 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/credit-card-wireless.svg b/mkdocs-material/material/templates/.icons/material/credit-card-wireless.svg new file mode 100644 index 0000000..af12276 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/credit-card-wireless.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m4.93 4.92 1.41 1.41c3.12-3.13 8.19-3.13 11.32 0l1.41-1.41C15.17 1 8.84 1 4.93 4.92m2.83 2.83 1.41 1.41a4.01 4.01 0 0 1 5.66 0l1.41-1.41a6 6 0 0 0-8.48 0M18 11H6a2 2 0 0 0-2 2v8c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2v-8a2 2 0 0 0-2-2m0 6H6v-3h12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/credit-card.svg b/mkdocs-material/material/templates/.icons/material/credit-card.svg new file mode 100644 index 0000000..e891a4d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/credit-card.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2m0 7H4V8h16Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cricket.svg b/mkdocs-material/material/templates/.icons/material/cricket.svg new file mode 100644 index 0000000..2e066b9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cricket.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.34 17.77 1.41-1.41L20 20.58 18.56 22zM18.5 2A3.5 3.5 0 0 1 22 5.5 3.5 3.5 0 0 1 18.5 9 3.5 3.5 0 0 1 15 5.5 3.5 3.5 0 0 1 18.5 2M2.24 7.11l2.83-2.83a1.02 1.02 0 0 1 1.43 0l8.47 8.49c.39.39.39 1.02 0 1.41L12.14 17a.99.99 0 0 1-1.42 0L2.24 8.53c-.39-.4-.39-1.03 0-1.42"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/crop-free.svg b/mkdocs-material/material/templates/.icons/material/crop-free.svg new file mode 100644 index 0000000..9c883f3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/crop-free.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3h-4v2h4v4h2V5a2 2 0 0 0-2-2m0 16h-4v2h4a2 2 0 0 0 2-2v-4h-2M5 15H3v4a2 2 0 0 0 2 2h4v-2H5M3 5v4h2V5h4V3H5a2 2 0 0 0-2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/crop-landscape.svg b/mkdocs-material/material/templates/.icons/material/crop-landscape.svg new file mode 100644 index 0000000..af8d932 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/crop-landscape.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 17H5V7h14m0-2H5a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/crop-portrait.svg b/mkdocs-material/material/templates/.icons/material/crop-portrait.svg new file mode 100644 index 0000000..fabdde3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/crop-portrait.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 19H7V5h10m0-2H7a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/crop-rotate.svg b/mkdocs-material/material/templates/.icons/material/crop-rotate.svg new file mode 100644 index 0000000..753611b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/crop-rotate.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.47 21.5C4.2 19.93 1.86 16.76 1.5 13H0c.5 6.16 5.66 11 11.95 11 .23 0 .44 0 .66-.03L8.8 20.15zM12.05 0c-.23 0-.44 0-.66.04l3.81 3.81 1.33-1.35c3.27 1.57 5.61 4.74 5.97 8.5H24c-.5-6.16-5.66-11-11.95-11M16 14h2V8a2 2 0 0 0-2-2h-6v2h6zm-8 2V4H6v2H4v2h2v8a2 2 0 0 0 2 2h8v2h2v-2h2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/crop-square.svg b/mkdocs-material/material/templates/.icons/material/crop-square.svg new file mode 100644 index 0000000..0e7ed8b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/crop-square.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 18H6V6h12m0-2H6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/crop.svg b/mkdocs-material/material/templates/.icons/material/crop.svg new file mode 100644 index 0000000..0ad5948 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/crop.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 17V1H5v4H1v2h4v10a2 2 0 0 0 2 2h10v4h2v-4h4v-2m-6-2h2V7a2 2 0 0 0-2-2H9v2h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cross-bolnisi.svg b/mkdocs-material/material/templates/.icons/material/cross-bolnisi.svg new file mode 100644 index 0000000..845e641 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cross-bolnisi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22 7-.5-.5c-1.57 1.5-3.03 2.9-4.57 3.68-1.43.73-2.49.73-3.93.82.09-1.44.09-2.5.82-3.93.78-1.54 2.18-3 3.68-4.57L17 2c-1.68 1.23-3.36 1.83-5 1.83S8.68 3.23 7 2l-.5.5C8 4.07 9.4 5.53 10.18 7.07c.73 1.43.73 2.49.82 3.93-1.44-.09-2.5-.09-3.93-.82C5.53 9.4 4.06 8 2.5 6.5L2 7c1.23 1.68 1.83 3.36 1.83 5s-.6 3.32-1.83 5l.5.5c1.57-1.5 3.03-2.9 4.57-3.68 1.43-.73 2.49-.73 3.93-.82-.09 1.44-.09 2.5-.82 3.93-.78 1.54-2.18 3-3.68 4.57l.5.5c1.68-1.23 3.36-1.83 5-1.83s3.32.6 5 1.83l.5-.5c-1.5-1.57-2.9-3.03-3.68-4.57-.73-1.43-.73-2.49-.82-3.93 1.44.09 2.5.09 3.93.82 1.54.78 3 2.18 4.57 3.68l.5-.5c-1.23-1.68-1.83-3.36-1.83-5s.6-3.32 1.83-5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cross-celtic.svg b/mkdocs-material/material/templates/.icons/material/cross-celtic.svg new file mode 100644 index 0000000..904031c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cross-celtic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.8 8a5.97 5.97 0 0 0-4.3-4.3V2h-3v1.7A5.97 5.97 0 0 0 6.2 8H4v3h2.2a5.97 5.97 0 0 0 4.3 4.3V22h3v-6.7a5.97 5.97 0 0 0 4.3-4.3h2.17V8zm-5.76 1.53L14.5 11h1.26a4.08 4.08 0 0 1-2.26 2.26V12l-1.44-2.44L12 9.5l-.06.06L10.5 12v1.26A4.1 4.1 0 0 1 8.24 11H9.5l2.46-1.47.04-.03h-.04L9.5 8H8.24a4.08 4.08 0 0 1 2.26-2.26V7l1.44 2.44.06.06.06-.06L13.5 7V5.74c1.03.42 1.85 1.23 2.26 2.26H14.5l-2.46 1.5H12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cross-outline.svg b/mkdocs-material/material/templates/.icons/material/cross-outline.svg new file mode 100644 index 0000000..74cba6b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cross-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.5 6V1h-7v5H3v7h5.5v10h7V13H21V6zm3.5 5h-5.5v10h-3V11H5V8h5.5V3h3v5H19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cross.svg b/mkdocs-material/material/templates/.icons/material/cross.svg new file mode 100644 index 0000000..eb2b1a8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cross.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.5 2h3v6H19v3h-5.5v11h-3V11H5V8h5.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/crosshairs-gps.svg b/mkdocs-material/material/templates/.icons/material/crosshairs-gps.svg new file mode 100644 index 0000000..0584f1b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/crosshairs-gps.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m-8.95 5H1v-2h2.05C3.5 6.83 6.83 3.5 11 3.05V1h2v2.05c4.17.45 7.5 3.78 7.95 7.95H23v2h-2.05c-.45 4.17-3.78 7.5-7.95 7.95V23h-2v-2.05C6.83 20.5 3.5 17.17 3.05 13M12 5a7 7 0 0 0-7 7 7 7 0 0 0 7 7 7 7 0 0 0 7-7 7 7 0 0 0-7-7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/crosshairs-off.svg b/mkdocs-material/material/templates/.icons/material/crosshairs-off.svg new file mode 100644 index 0000000..324cbad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/crosshairs-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.94 11C20.5 6.83 17.17 3.5 13 3.06V1h-2v2.06a8.4 8.4 0 0 0-3.16.97l1.5 1.5A6.995 6.995 0 0 1 19 12c0 .94-.19 1.84-.5 2.65l1.5 1.5c.5-.96.82-2.02.95-3.15H23v-2zM3 4.27l2.04 2.04A8.9 8.9 0 0 0 3.06 11H1v2h2.06c.44 4.17 3.77 7.5 7.94 7.94V23h2v-2.06c1.77-.2 3.38-.91 4.69-1.98L19.73 21 21 19.73 4.27 3zm13.27 13.27a6.995 6.995 0 0 1-9.81-9.81z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/crosshairs-question.svg b/mkdocs-material/material/templates/.icons/material/crosshairs-question.svg new file mode 100644 index 0000000..f7fe102 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/crosshairs-question.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.05 13H1v-2h2.05C3.5 6.83 6.83 3.5 11 3.05V1h2v2.05c4.17.45 7.5 3.78 7.95 7.95H23v2h-2.05c-.45 4.17-3.78 7.5-7.95 7.95V23h-2v-2.05C6.83 20.5 3.5 17.17 3.05 13M12 5c-3.87 0-7 3.13-7 7s3.13 7 7 7 7-3.13 7-7-3.13-7-7-7m-.87 12.25h1.75V15.5h-1.75zM12 6.75c-1.93 0-3.5 1.57-3.5 3.5h1.75c0-.97.78-1.75 1.75-1.75s1.75.78 1.75 1.75c0 1.75-2.62 1.53-2.62 4.38h1.75c0-1.97 2.62-2.19 2.62-4.38 0-1.93-1.57-3.5-3.5-3.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/crosshairs.svg b/mkdocs-material/material/templates/.icons/material/crosshairs.svg new file mode 100644 index 0000000..7329dec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/crosshairs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.05 13H1v-2h2.05C3.5 6.83 6.83 3.5 11 3.05V1h2v2.05c4.17.45 7.5 3.78 7.95 7.95H23v2h-2.05c-.45 4.17-3.78 7.5-7.95 7.95V23h-2v-2.05C6.83 20.5 3.5 17.17 3.05 13M12 5a7 7 0 0 0-7 7 7 7 0 0 0 7 7 7 7 0 0 0 7-7 7 7 0 0 0-7-7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/crowd.svg b/mkdocs-material/material/templates/.icons/material/crowd.svg new file mode 100644 index 0000000..528bc22 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/crowd.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.69 9.12a.88.88 0 0 0-.65-.28c-.41 0-.72.19-.92.58s-.15.76.17 1.11q1.77 1.59 2.25 2.25c.41.56.61 1.38.61 2.44 0 1.31.5 2.28 1.5 2.95.56.44 1.17.77 1.85.99v-3.89c0-.94-.33-1.72-.96-2.35m8.92.05c-.62.62-.96 1.39-.96 2.3v3.93c.96-.34 1.76-.87 2.42-1.57.65-.7.98-1.47.98-2.41 0-1.13.19-1.94.57-2.44.09-.16.26-.36.53-.61.23-.25.47-.49.71-.71.23-.21.46-.43.68-.65l.33-.28a.9.9 0 0 0 .28-.66c0-.28-.09-.53-.28-.73s-.42-.3-.72-.3-.5.09-.69.28M12 20c.69 0 1.36-.09 2-.28v-3.57c0-.59-.18-1.05-.59-1.49Q12.795 14 12 14c-.53 0-1 .2-1.38.61-.4.39-.62.85-.62 1.45v3.66c.64.19 1.31.28 2 .28M9 8.5c0 .83-.67 1.5-1.5 1.5S6 9.33 6 8.5 6.67 7 7.5 7 9 7.67 9 8.5m9 0c0 .83-.67 1.5-1.5 1.5S15 9.33 15 8.5 15.67 7 16.5 7s1.5.67 1.5 1.5m-4.5-3c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5S11.17 4 12 4s1.5.67 1.5 1.5m0 5.5c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5.67-1.5 1.5-1.5 1.5.67 1.5 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/crown-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/crown-circle-outline.svg new file mode 100644 index 0000000..917dc6d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/crown-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.47 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8m-4-6L7 8l3 2 2-3 2 3 3-2-1 6zm.56 2c-.34 0-.56-.22-.56-.56V15h8v.44c0 .34-.22.56-.56.56z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/crown-circle.svg b/mkdocs-material/material/templates/.icons/material/crown-circle.svg new file mode 100644 index 0000000..78ca43c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/crown-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.47 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m4 13.44c0 .34-.22.56-.56.56H8.56c-.34 0-.56-.22-.56-.56V15h8zM16 14H8L7 8l3 2 2-3 2 3 3-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/crown-outline.svg b/mkdocs-material/material/templates/.icons/material/crown-outline.svg new file mode 100644 index 0000000..b4e0418 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/crown-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 8 3 5.2 3-2.7-.7 3.5H6.7L6 10.5l3 2.7zm0-4-3.5 6L3 5l2 11h14l2-11-5.5 5zm7 14H5v1c0 .6.4 1 1 1h12c.6 0 1-.4 1-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/crown.svg b/mkdocs-material/material/templates/.icons/material/crown.svg new file mode 100644 index 0000000..8c60bec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/crown.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 16 3 5l5.5 5L12 4l3.5 6L21 5l-2 11zm14 3c0 .6-.4 1-1 1H6c-.6 0-1-.4-1-1v-1h14z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cryengine.svg b/mkdocs-material/material/templates/.icons/material/cryengine.svg new file mode 100644 index 0000000..4c25dad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cryengine.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.03 12.5c-.03.5-2.12 2.73-5.21 3.74-3.77 1.26-9.85.79-9.85-3.94 0-2.22 1.81-4.03 4.03-4.03 2.25 0 4.05 1.82 4.05 4.04 0 1.08-.47 2.13-1.18 2.87.67-.01 3.07-.18 5.34-2.06.25-.24.41-.44.48-.57.02-.05.05-.09.04-.15 0-.48-2.61-4.21-8.01-5.28 6.5.34 10.28 4.2 10.31 5.28zM12 10c-1.26 0-2.29 1.04-2.29 2.3A2.29 2.29 0 0 0 12 14.59c1.27 0 2.29-1.02 2.29-2.29 0-1.26-1.02-2.3-2.29-2.3m-8.69 2.34v.08c.1.52 1.51 2.99 6.97 4.46-6.32-.51-9.16-3.6-9.24-4.46h-.01v-.07c0-.85 3.93-4.77 9.89-5.2-4.78 1.11-7.61 4.72-7.61 5.19"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/crystal-ball.svg b/mkdocs-material/material/templates/.icons/material/crystal-ball.svg new file mode 100644 index 0000000..bae71e6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/crystal-ball.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m9.38 8.38 2.12.96 2.12-.96-.96 2.12.96 2.12-2.12-.96-2.12.96.96-2.12zM16.5 2.5l1.09 2.91L20.5 6.5l-2.91 1.09-1.09 2.91-1.09-2.91L12.5 6.5l2.91-1.09zM6 19h1v-1a1 1 0 0 1 1-1h.26a7.47 7.47 0 0 1-3.76-6.5A7.5 7.5 0 0 1 12 3c1.05 0 2.05.22 2.96.61l-.37.98-1.42.53Q12.6 5 12 5a5.5 5.5 0 0 0-5.5 5.5A5.5 5.5 0 0 0 12 16c2.91 0 5.3-2.27 5.5-5.13l.91-2.46.71-.27c.25.74.38 1.54.38 2.36 0 2.78-1.5 5.2-3.76 6.5H16a1 1 0 0 1 1 1v1h1a2 2 0 0 1 2 2v1H4v-1a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cube-off-outline.svg b/mkdocs-material/material/templates/.icons/material/cube-off-outline.svg new file mode 100644 index 0000000..5074a48 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cube-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.11 21.46 2.39 1.73 1.11 3 4.3 6.19l-.77.43c-.32.17-.53.5-.53.88v9c0 .38.21.71.53.88l7.9 4.44c.16.12.36.18.57.18s.41-.06.57-.18l4.71-2.65 3.56 3.56zM5 15.91v-6.7l5.29 2.97.71.71v6.4zm8 3.38v-4.4l2.82 2.81zM9 5.82 7.56 4.36l3.87-2.18c.16-.12.36-.18.57-.18s.41.06.57.18l7.9 4.44c.32.17.53.5.53.88v9c0 .35-.18.66-.47.83L19 15.8V9.21l-4.22 2.37-1.47-1.47 4.65-2.61L12 4.15z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cube-off.svg b/mkdocs-material/material/templates/.icons/material/cube-off.svg new file mode 100644 index 0000000..9118690 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cube-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.84 22.73-3.56-3.56-4.71 2.65c-.16.12-.36.18-.57.18s-.41-.06-.57-.18l-7.9-4.44A.99.99 0 0 1 3 16.5v-9c0-.38.21-.71.53-.88l.77-.43L1.11 3l1.28-1.27 19.72 19.73zM12 4.15l5.96 3.35-4.65 2.61 7.22 7.22c.29-.17.47-.48.47-.83v-9c0-.38-.21-.71-.53-.88l-7.9-4.44C12.41 2.06 12.21 2 12 2s-.41.06-.57.18L7.56 4.36 9 5.82z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cube-outline.svg b/mkdocs-material/material/templates/.icons/material/cube-outline.svg new file mode 100644 index 0000000..ffe64ee --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cube-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 16.5c0 .38-.21.71-.53.88l-7.9 4.44c-.16.12-.36.18-.57.18s-.41-.06-.57-.18l-7.9-4.44A.99.99 0 0 1 3 16.5v-9c0-.38.21-.71.53-.88l7.9-4.44c.16-.12.36-.18.57-.18s.41.06.57.18l7.9 4.44c.32.17.53.5.53.88zM12 4.15 6.04 7.5 12 10.85l5.96-3.35zM5 15.91l6 3.38v-6.71L5 9.21zm14 0v-6.7l-6 3.37v6.71z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cube-scan.svg b/mkdocs-material/material/templates/.icons/material/cube-scan.svg new file mode 100644 index 0000000..0fa2b06 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cube-scan.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 22v-2h3v-3h2v3.5c0 .39-.16.74-.46 1.04s-.65.46-1.04.46zM7 22H3.5c-.39 0-.74-.16-1.04-.46S2 20.89 2 20.5V17h2v3h3zM17 2h3.5c.39 0 .74.16 1.04.46s.46.65.46 1.04V7h-2V4h-3zM7 2v2H4v3H2V3.5c0-.39.16-.74.46-1.04S3.11 2 3.5 2zm6 15.25 4-2.3v-4.59l-4 2.3zm-1-6.33 4-2.29-4-2.35-4 2.35zm-5 4.03 4 2.3v-4.59l-4-2.3zm11.23-7.36c.5.32.77.75.77 1.32v6.32c0 .57-.27 1-.77 1.32l-5.48 3.18q-.75.48-1.5 0l-5.48-3.18c-.5-.32-.77-.75-.77-1.32V8.91c0-.57.27-1 .77-1.32l5.48-3.18c.25-.13.5-.19.75-.19s.5.06.75.19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cube-send.svg b/mkdocs-material/material/templates/.icons/material/cube-send.svg new file mode 100644 index 0000000..fc7111e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cube-send.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 4 9 8.04v7.92L16 20l7-4.04V8.04m-7-1.73 3.8 2.19-3.8 2.19-3.79-2.19M0 7v2h7V7m4 3.11 4 2.31v4.69l-4-2.3m10-4.7v4.7l-4 2.3v-4.69M2 11v2h5v-2m-3 4v2h3v-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cube-unfolded.svg b/mkdocs-material/material/templates/.icons/material/cube-unfolded.svg new file mode 100644 index 0000000..6133618 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cube-unfolded.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 9V4h7v5h10v7h-5v5h-7v-5H1V9zm10 7h-3v3h3zM8 9h3V6H8zm-2 5v-3H3v3zm12-3v3h3v-3zm-5 0v3h3v-3zm-5 0v3h3v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cube.svg b/mkdocs-material/material/templates/.icons/material/cube.svg new file mode 100644 index 0000000..7e87dc0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cube.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 16.5c0 .38-.21.71-.53.88l-7.9 4.44c-.16.12-.36.18-.57.18s-.41-.06-.57-.18l-7.9-4.44A.99.99 0 0 1 3 16.5v-9c0-.38.21-.71.53-.88l7.9-4.44c.16-.12.36-.18.57-.18s.41.06.57.18l7.9 4.44c.32.17.53.5.53.88zM12 4.15 6.04 7.5 12 10.85l5.96-3.35z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cup-off-outline.svg b/mkdocs-material/material/templates/.icons/material/cup-off-outline.svg new file mode 100644 index 0000000..b117883 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cup-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m3.83 2 2 2h12.95L17.5 15.66l1.8 1.84L21 2M2.27 3 1 4.27 3.53 6.8 5 20.23c.13 1 .97 1.77 2 1.77h10c.47 0 .91-.18 1.26-.46L19.73 23 21 21.73M5.78 9.06 16.73 20H7Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cup-off.svg b/mkdocs-material/material/templates/.icons/material/cup-off.svg new file mode 100644 index 0000000..d062854 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cup-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 4.27 2.28 3 21 21.72 19.73 23l-1.46-1.46c-.34.29-.77.46-1.27.46H7a2.02 2.02 0 0 1-2-1.77L3.53 6.8zM18.32 8l.45-4H5.82l-2-2H21l-1.71 15.47L9.82 8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cup-outline.svg b/mkdocs-material/material/templates/.icons/material/cup-outline.svg new file mode 100644 index 0000000..d500402 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cup-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m3 2 2 18.23c.13 1 .97 1.77 2 1.77h10c1 0 1.87-.77 2-1.77L21 2zm2.22 2h13.56L17 20H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cup-water.svg b/mkdocs-material/material/templates/.icons/material/cup-water.svg new file mode 100644 index 0000000..87881d9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cup-water.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.32 8H5.67l-.44-4h13.54M12 19a3 3 0 0 1-3-3c0-2 3-5.4 3-5.4s3 3.4 3 5.4a3 3 0 0 1-3 3M3 2l2 18.23c.13 1 .97 1.77 2 1.77h10c1 0 1.87-.77 2-1.77L21 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cup.svg b/mkdocs-material/material/templates/.icons/material/cup.svg new file mode 100644 index 0000000..4bab675 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cup.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.32 8H5.67l-.44-4h13.54M3 2l2 18.23c.13 1 .97 1.77 2 1.77h10c1 0 1.87-.77 2-1.77L21 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cupboard-outline.svg b/mkdocs-material/material/templates/.icons/material/cupboard-outline.svg new file mode 100644 index 0000000..8f07cb2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cupboard-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 2c-1.1 0-2 .9-2 2v15a2 2 0 0 0 2 2v1h2v-1h6v1h2v-1c1.11 0 2-.89 2-2V4a2 2 0 0 0-2-2zm0 2h10v3H7zm0 5h10v3H7zm0 5h4v5H7zm6 0h4v5h-4zm-5 1v3h2v-3zm6 0v3h2v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cupboard.svg b/mkdocs-material/material/templates/.icons/material/cupboard.svg new file mode 100644 index 0000000..dc03ac3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cupboard.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 2H7c-1.1 0-2 .9-2 2v15a2 2 0 0 0 2 2v1h2v-1h6v1h2v-1c1.11 0 2-.89 2-2V4a2 2 0 0 0-2-2m-7 16H8v-3h2zm6 0h-2v-3h2zm1-6H7V9h10zm0-5H7V4h10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cupcake.svg b/mkdocs-material/material/templates/.icons/material/cupcake.svg new file mode 100644 index 0000000..81a6709 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cupcake.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1.5A2.5 2.5 0 0 1 14.5 4 2.5 2.5 0 0 1 12 6.5 2.5 2.5 0 0 1 9.5 4 2.5 2.5 0 0 1 12 1.5M15.87 5C18 5 20 7 20 9c2.7 0 2.7 4 0 4H4c-2.7 0-2.7-4 0-4 0-2 2-4 4.13-4 .44 1.73 2.01 3 3.87 3s3.43-1.27 3.87-3M5 15h3l1 7H7zm5 0h4l-1 7h-2zm6 0h3l-2 7h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/curling.svg b/mkdocs-material/material/templates/.icons/material/curling.svg new file mode 100644 index 0000000..29a5fd6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/curling.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 3v2c2.5 0 3.9.05 4.72.41.54.24 1.01.8 1.53 1.59H5v2h14.62l-.73-1.45c-1.03-2.05-1.93-3.33-3.36-3.96C14.1 2.95 12.5 3 10 3m-4 8c-2.22 0-4 1.78-4 4v3c0 2.22 1.78 4 4 4h12c2.22 0 4-1.78 4-4v-3c0-2.22-1.78-4-4-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/currency-bdt.svg b/mkdocs-material/material/templates/.icons/material/currency-bdt.svg new file mode 100644 index 0000000..912ca4b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/currency-bdt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.09 10.5V9h-8.5V4.5A1.5 1.5 0 0 0 8.09 3a1.5 1.5 0 0 0-1.5 1.5A1.5 1.5 0 0 0 8.09 6v3h-3v1.5h3v6.2c0 2.36 1.91 4.27 4.25 4.3 2.34-.04 4.2-1.96 4.16-4.3 0-1.59-.75-3.09-2-4.08a4 4 0 0 0-.7-.47c-.22-.1-.46-.15-.7-.15-.71 0-1.36.39-1.71 1-.19.3-.29.65-.29 1 .01 1.1.9 2 2.01 2 .62 0 1.2-.31 1.58-.8.21.47.31.98.31 1.5.04 1.5-1.14 2.75-2.66 2.8-1.53 0-2.76-1.27-2.75-2.8v-6.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/currency-brl.svg b/mkdocs-material/material/templates/.icons/material/currency-brl.svg new file mode 100644 index 0000000..6e940fa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/currency-brl.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 15h2c0 1.08 1.37 2 3 2s3-.92 3-2c0-1.1-1.04-1.5-3.24-2.03C14.64 12.44 12 11.78 12 9c0-1.79 1.47-3.31 3.5-3.82V3h3v2.18C20.53 5.69 22 7.21 22 9h-2c0-1.08-1.37-2-3-2s-3 .92-3 2c0 1.1 1.04 1.5 3.24 2.03C19.36 11.56 22 12.22 22 15c0 1.79-1.47 3.31-3.5 3.82V21h-3v-2.18C13.47 18.31 12 16.79 12 15M2 3h3.5A5.5 5.5 0 0 1 11 8.5c0 2.19-1.29 4.09-3.14 4.97L11.64 21H9.4l-3.52-7H4v7H2zm3.5 9A3.5 3.5 0 0 0 9 8.5 3.5 3.5 0 0 0 5.5 5H4v7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/currency-btc.svg b/mkdocs-material/material/templates/.icons/material/currency-btc.svg new file mode 100644 index 0000000..6566506 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/currency-btc.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.06 11.57A3.9 3.9 0 0 0 18 9c0-1.86-1.27-3.43-3-3.87V3h-2v2h-2V3H9v2H6v2h2v10H6v2h3v2h2v-2h2v2h2v-2c2.21 0 4-1.79 4-4 0-1.45-.78-2.73-1.94-3.43M10 7h4c1.1 0 2 .9 2 2s-.9 2-2 2h-4zm5 10h-5v-4h5c1.1 0 2 .9 2 2s-.9 2-2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/currency-cny.svg b/mkdocs-material/material/templates/.icons/material/currency-cny.svg new file mode 100644 index 0000000..e7637cf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/currency-cny.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.28 12H18v2h-5v7h-2v-7H6v-2h4.72L5 3h2.37L12 10.29 16.63 3H19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/currency-eth.svg b/mkdocs-material/material/templates/.icons/material/currency-eth.svg new file mode 100644 index 0000000..8f04764 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/currency-eth.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 5h12v2H6m1 4h10v2H7m-1.5 4h13v2h-13"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/currency-eur-off.svg b/mkdocs-material/material/templates/.icons/material/currency-eur-off.svg new file mode 100644 index 0000000..733e6f0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/currency-eur-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.11 21.46 2.39 1.73 1.11 3 6.7 8.59c-.06.14-.13.27-.2.41H3l-1 2h4.06c-.06.33-.06.66-.06 1s0 .67.06 1H3l-1 2h4.5c1.26 3.5 4.58 6 8.5 6 1.21 0 2.36-.26 3.41-.7l2.43 2.43zM8.58 13c-.05-.33-.08-.66-.08-1s.03-.67.08-1h.53l2 2zM15 18.5c-2.5 0-4.68-1.42-5.76-3.5h3.87l3.33 3.33c-.47.1-.94.17-1.44.17M12.2 9H16l-1 2h-.8zm-1.7-1.68L8.74 5.54A8.96 8.96 0 0 1 15 3c2.3 0 4.41.87 6 2.3l-1.77 1.77A6.47 6.47 0 0 0 15 5.5c-1.74 0-3.31.7-4.5 1.82"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/currency-eur.svg b/mkdocs-material/material/templates/.icons/material/currency-eur.svg new file mode 100644 index 0000000..14385fc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/currency-eur.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 18.5c-2.5 0-4.68-1.42-5.76-3.5H15l1-2H8.58c-.05-.33-.08-.66-.08-1s.03-.67.08-1H15l1-2H9.24A6.49 6.49 0 0 1 15 5.5c1.61 0 3.09.59 4.23 1.57L21 5.3A8.96 8.96 0 0 0 15 3c-3.92 0-7.24 2.5-8.5 6H3l-1 2h4.06c-.06.33-.06.66-.06 1s0 .67.06 1H3l-1 2h4.5c1.26 3.5 4.58 6 8.5 6 2.31 0 4.41-.87 6-2.3l-1.78-1.77c-1.13.98-2.6 1.57-4.22 1.57"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/currency-fra.svg b/mkdocs-material/material/templates/.icons/material/currency-fra.svg new file mode 100644 index 0000000..8b28415 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/currency-fra.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 5V3H7v13H5v2h2v3h2v-3h4v-2H9v-3h8v-2H9V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/currency-gbp.svg b/mkdocs-material/material/templates/.icons/material/currency-gbp.svg new file mode 100644 index 0000000..946a00f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/currency-gbp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 21c1.93 0 3.62-1.17 4-3l-1.75-.88C16 18.21 15.33 19 14 19H9.1c.83-1 1.5-2.34 1.5-4 0-.35-.03-.69-.1-1H14v-2H9.82C9 10.42 8 9.6 8 8a3.5 3.5 0 0 1 6.78-1.22L16.63 6c-.8-2.05-2.79-3.5-5.13-3.5C8.46 2.5 6 4.96 6 8c0 1.78.79 2.9 1.5 4H6v2h2.47c.08.31.13.64.13 1 0 2.7-2.6 4-2.6 4v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/currency-ils.svg b/mkdocs-material/material/templates/.icons/material/currency-ils.svg new file mode 100644 index 0000000..b6d697a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/currency-ils.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 16a5 5 0 0 1-5 5H8V9h2v10h7a3 3 0 0 0 3-3V3h2zm-6-8v7h-2V8a3 3 0 0 0-3-3H4v16H2V3h9a5 5 0 0 1 5 5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/currency-inr.svg b/mkdocs-material/material/templates/.icons/material/currency-inr.svg new file mode 100644 index 0000000..f0ccdb7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/currency-inr.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 3h10l-1 2h-3.26c.48.58.84 1.26 1.05 2H18l-1 2h-2a5.56 5.56 0 0 1-4.8 4.96V14h-.7l6 7H13l-6-7v-2h2.5c1.76 0 3.22-1.3 3.46-3H7l1-2h4.66C12.1 5.82 10.9 5 9.5 5H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/currency-jpy.svg b/mkdocs-material/material/templates/.icons/material/currency-jpy.svg new file mode 100644 index 0000000..471370a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/currency-jpy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.92 11H18v2h-5v2h5v2h-5v4h-2v-4H6v-2h5v-2H6v-2h4.08L5 3h2.37L12 10.29 16.63 3H19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/currency-krw.svg b/mkdocs-material/material/templates/.icons/material/currency-krw.svg new file mode 100644 index 0000000..f000e64 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/currency-krw.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 3h2l1.33 6h4l1.34-6h2.66l1.34 6h4L20 3h2l-1.33 6H22v2h-1.78l-.44 2H22v2h-2.67L18 21h-2.67L14 15h-4l-1.33 6H6l-1.33-6H2v-2h2.22l-.44-2H2V9h1.33zm11.11 8h-2.22l-.45 2h3.12zm-5.78 7L8 15H6.67zm1.56-7H5.78l.44 2h2.22zm7.78 7 .66-3H16zm1.55-7h-3.11l.45 2h2.22zM12 6l-.67 3h1.34z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/currency-kzt.svg b/mkdocs-material/material/templates/.icons/material/currency-kzt.svg new file mode 100644 index 0000000..f1ec3ab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/currency-kzt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3h14v2H5zm0 3h14v2h-6v13h-2V8H5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/currency-mnt.svg b/mkdocs-material/material/templates/.icons/material/currency-mnt.svg new file mode 100644 index 0000000..bb25516 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/currency-mnt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 5v3.62l4-1.45v2.12l-4 1.45v1.76l4-1.43v2.13l-4 1.45V21h-2v-5.62l-4 1.46v-2.13l4-1.47v-1.77l-4 1.45V10.8l4-1.45V5H5V3h14v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/currency-ngn.svg b/mkdocs-material/material/templates/.icons/material/currency-ngn.svg new file mode 100644 index 0000000..28d5cb7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/currency-ngn.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 9h2V3h2l3.42 6H16V3h2v6h2v2h-2v2h2v2h-2v6h-2l-3.43-6H8v6H6v-6H4v-2h2v-2H4zm4 0h1.13L8 7.03zm0 2v2h3.42l-1.14-2zm8 6v-2h-1.15zm-3.44-6 1.15 2H16v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/currency-php.svg b/mkdocs-material/material/templates/.icons/material/currency-php.svg new file mode 100644 index 0000000..878db5c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/currency-php.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 2v4H3v2h2v2H3v2h2v10h2v-6h6c2.7 0 5.16-1.56 6.32-4H22v-2h-2.08c.11-.66.11-1.34 0-2H22V6h-2.68C18.16 3.56 15.7 2 13 2M7 4h6c1.57 0 3.06.74 4 2H7zm6 10H7v-2h10c-.94 1.26-2.43 2-4 2m5-5c0 .34-.04.67-.1 1H7V8h10.9c.06.33.1.66.1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/currency-rial.svg b/mkdocs-material/material/templates/.icons/material/currency-rial.svg new file mode 100644 index 0000000..e1a1504 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/currency-rial.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 17h2v2h-2zm3 0h2v2h-2zM9 4h2v11a4 4 0 0 1-4 4H5a3 3 0 0 1-3-3v-4h2v4a1 1 0 0 0 1 1h2c1.11 0 2-.89 2-2zm3 0h2v9h3V8h2v5c0 1.11-.89 2-2 2h-3c-1.11 0-2-.89-2-2zm8 6h2v7a3 3 0 0 1-3 3h-2v-2h2a1 1 0 0 0 1-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/currency-rub.svg b/mkdocs-material/material/templates/.icons/material/currency-rub.svg new file mode 100644 index 0000000..dc8c4bd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/currency-rub.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.5 3H7v9H5v2h2v2H5v2h2v3h2v-3h4v-2H9v-2h4.5c3.04 0 5.5-2.46 5.5-5.5S16.54 3 13.5 3m0 9H9V5h4.5C15.43 5 17 6.57 17 8.5S15.43 12 13.5 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/currency-rupee.svg b/mkdocs-material/material/templates/.icons/material/currency-rupee.svg new file mode 100644 index 0000000..a554655 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/currency-rupee.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.66 7c-.56-1.18-1.76-2-3.16-2H6V3h12v2h-3.26c.48.58.84 1.26 1.05 2H18v2h-2c-.27 2.8-2.63 5-5.5 5h-.73l6.73 7h-2.77L7 14v-2h3.5c1.76 0 3.22-1.3 3.46-3H6V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/currency-sign.svg b/mkdocs-material/material/templates/.icons/material/currency-sign.svg new file mode 100644 index 0000000..ad2a178 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/currency-sign.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.41 3 3 4.41 5.69 7.1A7.92 7.92 0 0 0 4 12c0 1.85.63 3.55 1.69 4.9L3 19.59 4.41 21l2.69-2.69A7.92 7.92 0 0 0 12 20c1.85 0 3.55-.63 4.9-1.69L19.59 21 21 19.59l-2.69-2.69A7.92 7.92 0 0 0 20 12c0-1.85-.63-3.55-1.69-4.9L21 4.41 19.59 3 16.9 5.69A7.92 7.92 0 0 0 12 4c-1.85 0-3.55.63-4.9 1.69zM12 6c3.31 0 6 2.69 6 6s-2.69 6-6 6-6-2.69-6-6 2.69-6 6-6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/currency-thb.svg b/mkdocs-material/material/templates/.icons/material/currency-thb.svg new file mode 100644 index 0000000..c5bc954 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/currency-thb.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.1 11.6c.6-.7.9-1.6.9-2.6 0-1.9-1.3-3.4-3-3.9L13 5V3h-2v2H7v14h4v2h2v-2h1c2.2 0 4-1.8 4-4 0-1.5-.8-2.7-1.9-3.4M15 9c0 1.1-.9 2-2 2V7c1.1 0 2 .9 2 2M9 7h2v4H9zm0 10v-4h2v4zm5 0h-1v-4h1c1.1 0 2 .9 2 2s-.9 2-2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/currency-try.svg b/mkdocs-material/material/templates/.icons/material/currency-try.svg new file mode 100644 index 0000000..674b71b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/currency-try.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 8.76V3h2v4.5L15 5v2.36l-4 2.51v2.35l4-2.5v2.36l-4 2.51V19c2.76 0 5-2.24 5-5h2c0 3.87-3.13 7-7 7H9v-5.16l-3 1.88v-2.36l3-1.86v-2.38L6 13v-2.36z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/currency-twd.svg b/mkdocs-material/material/templates/.icons/material/currency-twd.svg new file mode 100644 index 0000000..27cdb87 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/currency-twd.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 11h18v2h-6v6h6v2h-6a2 2 0 0 1-2-2v-6h-2.65l-4.62 8L4 20l4.04-7H3zm2-8h14v2H5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/currency-uah.svg b/mkdocs-material/material/templates/.icons/material/currency-uah.svg new file mode 100644 index 0000000..ca84549 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/currency-uah.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.59 11H18V9h-1.68c.42-.66.68-1.32.68-2 0-2.63-2.5-4-5-4-2.35 0-4.47 2.06-4.71 2.29l1.42 1.42C9.19 6.23 10.71 5 12 5c1.04 0 3 .42 3 2 0 .5-.5 1.24-1.24 2H6v2h5.63c-.42.36-1.88 1.67-2.22 2H6v2h1.68c-.42.66-.68 1.32-.68 2 0 2.63 2.5 4 5 4 2.35 0 4.47-2.06 4.71-2.29l-1.42-1.42c-.47.48-2 1.71-3.29 1.71-1.04 0-3-.42-3-2 0-.5.5-1.24 1.24-2H18v-2h-5.62z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/currency-usd-off.svg b/mkdocs-material/material/templates/.icons/material/currency-usd-off.svg new file mode 100644 index 0000000..60463eb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/currency-usd-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 4.27 4.28 3 21 19.72 19.73 21l-3.67-3.67c-.62.67-1.52 1.22-2.56 1.49V21h-3v-2.18C8.47 18.31 7 16.79 7 15h2c0 1.08 1.37 2 3 2 1.13 0 2.14-.44 2.65-1.08l-2.97-2.97C9.58 12.42 7 11.75 7 9c0-.23 0-.45.07-.66zm7.5.91V3h3v2.18C15.53 5.69 17 7.21 17 9h-2c0-1.08-1.37-2-3-2-.37 0-.72.05-1.05.13L9.4 5.58z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/currency-usd.svg b/mkdocs-material/material/templates/.icons/material/currency-usd.svg new file mode 100644 index 0000000..48e60d7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/currency-usd.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 15h2c0 1.08 1.37 2 3 2s3-.92 3-2c0-1.1-1.04-1.5-3.24-2.03C9.64 12.44 7 11.78 7 9c0-1.79 1.47-3.31 3.5-3.82V3h3v2.18C15.53 5.69 17 7.21 17 9h-2c0-1.08-1.37-2-3-2s-3 .92-3 2c0 1.1 1.04 1.5 3.24 2.03C14.36 11.56 17 12.22 17 15c0 1.79-1.47 3.31-3.5 3.82V21h-3v-2.18C8.47 18.31 7 16.79 7 15"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/current-ac.svg b/mkdocs-material/material/templates/.icons/material/current-ac.svg new file mode 100644 index 0000000..1d1dac6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/current-ac.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.43 11C12.28 10.84 10 7 7 7s-4.68 3.18-5 4v2h9.57c.15.16 2.43 4 5.43 4s4.68-3.18 5-4v-2zM7 9c1.17 0 2.18.85 3 2H4.31c.47-.83 1.23-2 2.69-2m10 6c-1.17 0-2.18-.85-3-2h5.69c-.47.83-1.23 2-2.69 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/current-dc.svg b/mkdocs-material/material/templates/.icons/material/current-dc.svg new file mode 100644 index 0000000..37557ae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/current-dc.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 9v2h20V9zm0 4v2h5v-2zm7 0v2h6v-2zm8 0v2h5v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cursor-default-click-outline.svg b/mkdocs-material/material/templates/.icons/material/cursor-default-click-outline.svg new file mode 100644 index 0000000..4927bce --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cursor-default-click-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11.5 11 6.38 5.37-.88.18-.64.12c-.63.13-.99.83-.71 1.4l.27.58 1.36 2.94-1.42.66-1.36-2.93-.26-.58a.985.985 0 0 0-1.52-.36l-.51.4-.71.57zm-.74-2.31a.76.76 0 0 0-.76.76V20.9c0 .42.34.76.76.76.19 0 .35-.06.48-.16l1.91-1.55 1.66 3.62c.13.27.4.43.69.43.11 0 .22 0 .33-.08l2.76-1.28c.38-.18.56-.64.36-1.01L17.28 18l2.41-.45a.9.9 0 0 0 .43-.26c.27-.32.23-.79-.12-1.08l-8.74-7.35-.01.01a.76.76 0 0 0-.49-.18M15 10V8h5v2zm-1.17-5.24 2.83-2.83 1.41 1.41-2.83 2.83zM10 0h2v5h-2zM3.93 14.66l2.83-2.83 1.41 1.41-2.83 2.83zm0-11.32 1.41-1.41 2.83 2.83-1.41 1.41zM7 10H2V8h5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cursor-default-click.svg b/mkdocs-material/material/templates/.icons/material/cursor-default-click.svg new file mode 100644 index 0000000..c3750d6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cursor-default-click.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.76 8.69a.76.76 0 0 0-.76.76V20.9c0 .42.34.76.76.76.19 0 .35-.06.48-.16l1.91-1.55 1.66 3.62c.13.27.4.43.69.43.11 0 .22 0 .33-.08l2.76-1.28c.38-.18.56-.64.36-1.01L17.28 18l2.41-.45a.9.9 0 0 0 .43-.26c.27-.32.23-.79-.12-1.08l-8.74-7.35-.01.01a.76.76 0 0 0-.49-.18M15 10V8h5v2zm-1.17-5.24 2.83-2.83 1.41 1.41-2.83 2.83zM10 0h2v5h-2zM3.93 14.66l2.83-2.83 1.41 1.41-2.83 2.83zm0-11.32 1.41-1.41 2.83 2.83-1.41 1.41zM7 10H2V8h5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cursor-default-gesture-outline.svg b/mkdocs-material/material/templates/.icons/material/cursor-default-gesture-outline.svg new file mode 100644 index 0000000..fe7625b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cursor-default-gesture-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.5 10.54 3.87 3.29-1.87.35.79 1.74.93 2.04-.5.23-.91-1.99-.81-1.77-1.5 1.23zM15.59 8c-.33 0-.59.27-.59.6v8.97a.593.593 0 0 0 .96.47l1.49-1.21 1.29 2.83c.1.22.31.34.53.34.09 0 .17 0 .26-.06l2.14-1.01c.3-.14.44-.5.28-.79l-1.29-2.84 1.87-.36c.12-.03.24-.09.33-.2.21-.24.18-.62-.09-.85L16 8.13a.74.74 0 0 0-.41-.13M12.5 6.73c.22-.07.67.46 1.09 1.03L15 6.71c-.13-.21-.31-.46-.53-.75-.16-.21-.88-1.03-1.81-1.16-.62-.08-1.85.26-2.06 1.81-.13.97.16 1.58.61 2.47.25.52.83 1.88.97 2.7.15.81-.12 1.38-.44 1.34-.3-.04-.54-.47-.71-.71-.14-.19-1.03-1.59-1.36-2.18-.45-.73-1.63-2.27-3.23-2.49-2.09-.28-3 1.46-3.26 2.62L1 10.06v1.82l1.93.27C2.75 15.6 4.5 16.82 5.67 17c1.25.15 2.41-.72 2.57-1.94.17-1.22-.68-3.56-3.28-4.37.14-.54.25-1.26 1.4-1.1.9.12 1.85 1.67 2.57 2.85.65 1.09 1.17 1.95 1.9 2.28.62.28 1.33.25 1.9-.07.69-.39 1.13-1.1 1.27-2.02.22-1.73-1.3-4.46-1.43-4.79-.17-.38-.45-1.02-.07-1.11m-6 8.05c-.07.33-.4.47-.62.44-.5-.06-1.22-.72-1.17-2.69 1.46.6 1.82 1.82 1.79 2.25"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cursor-default-gesture.svg b/mkdocs-material/material/templates/.icons/material/cursor-default-gesture.svg new file mode 100644 index 0000000..f94a307 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cursor-default-gesture.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.59 8c-.33 0-.59.27-.59.6v8.97a.593.593 0 0 0 .96.47l1.49-1.21 1.29 2.83c.1.22.31.34.53.34.09 0 .17 0 .26-.06l2.14-1.01c.3-.14.44-.5.28-.79l-1.29-2.84 1.87-.36c.12-.03.24-.09.33-.2.21-.24.18-.62-.09-.85L16 8.13a.74.74 0 0 0-.41-.13M12.5 6.73c.22-.07.67.46 1.09 1.03L15 6.71c-.13-.21-.31-.46-.53-.75-.16-.21-.88-1.03-1.81-1.16-.62-.08-1.85.26-2.06 1.81-.13.97.16 1.58.61 2.47.25.52.83 1.88.97 2.7.15.81-.12 1.38-.44 1.34-.3-.04-.54-.47-.71-.71-.14-.19-1.03-1.59-1.36-2.18-.45-.73-1.63-2.27-3.23-2.49-2.09-.28-3 1.46-3.26 2.62L1 10.06v1.82l1.93.27C2.75 15.6 4.5 16.82 5.67 17c1.25.15 2.41-.72 2.57-1.94.17-1.22-.68-3.56-3.28-4.37.14-.54.25-1.26 1.4-1.1.9.12 1.85 1.67 2.57 2.85.65 1.09 1.17 1.95 1.9 2.28.62.28 1.33.25 1.9-.07.69-.39 1.13-1.1 1.27-2.02.22-1.73-1.3-4.46-1.43-4.79-.17-.38-.45-1.02-.07-1.11m-6 8.05c-.07.33-.4.47-.62.44-.5-.06-1.22-.72-1.17-2.69 1.46.6 1.82 1.82 1.79 2.25"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cursor-default-outline.svg b/mkdocs-material/material/templates/.icons/material/cursor-default-outline.svg new file mode 100644 index 0000000..a156778 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cursor-default-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.07 14.27a.997.997 0 0 1 1.33.48l2.3 4.99 1.8-.85-2.31-4.98c-.24-.5-.02-1.1.48-1.33l.28-.08 2.3-.45L8 5.12V15.9l1.82-1.47zm3.57 7.7a.99.99 0 0 1-1.33-.47l-2.18-4.74-2.51 2.02c-.17.14-.38.22-.62.22a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1c.24 0 .47.09.64.23l.01-.01 11.49 9.64a1.001 1.001 0 0 1-.44 1.75l-3.16.62 2.2 4.73c.26.5.02 1.09-.48 1.32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cursor-default.svg b/mkdocs-material/material/templates/.icons/material/cursor-default.svg new file mode 100644 index 0000000..56b7340 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cursor-default.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.64 21.97a.99.99 0 0 1-1.33-.47l-2.18-4.74-2.51 2.02c-.17.14-.38.22-.62.22a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1c.24 0 .47.09.64.23l.01-.01 11.49 9.64a1.001 1.001 0 0 1-.44 1.75l-3.16.62 2.2 4.73c.26.5.02 1.09-.48 1.32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cursor-move.svg b/mkdocs-material/material/templates/.icons/material/cursor-move.svg new file mode 100644 index 0000000..3fbe33b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cursor-move.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 6v5h5V7.75L22.25 12 18 16.25V13h-5v5h3.25L12 22.25 7.75 18H11v-5H6v3.25L1.75 12 6 7.75V11h5V6H7.75L12 1.75 16.25 6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cursor-pointer.svg b/mkdocs-material/material/templates/.icons/material/cursor-pointer.svg new file mode 100644 index 0000000..a5237d4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cursor-pointer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m13.75 10.19.63.13 4.17 2.08c.7.23 1.16.92 1.1 1.66v.26l-.9 6.12c-.06.43-.25.83-.6 1.11-.31.3-.72.45-1.15.45h-6.88c-.49 0-.94-.18-1.27-.53L2.86 15.5l.9-1c.24-.25.62-.39.98-.37h.29L9 15V4.5a2 2 0 0 1 2-2 2 2 0 0 1 2 2v5.69z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cursor-text.svg b/mkdocs-material/material/templates/.icons/material/cursor-text.svg new file mode 100644 index 0000000..e1c6c30 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cursor-text.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19a1 1 0 0 0 1 1h2v2h-2.5c-.55 0-1.5-.45-1.5-1 0 .55-.95 1-1.5 1H8v-2h2a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H8V2h2.5c.55 0 1.5.45 1.5 1 0-.55.95-1 1.5-1H16v2h-2a1 1 0 0 0-1 1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/curtains-closed.svg b/mkdocs-material/material/templates/.icons/material/curtains-closed.svg new file mode 100644 index 0000000..c2be95c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/curtains-closed.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 3H1V1h22zM2 22h9V4H2zM22 4h-9v18h9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/curtains.svg b/mkdocs-material/material/templates/.icons/material/curtains.svg new file mode 100644 index 0000000..0585105 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/curtains.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 3H1V1h22zM2 22h4c0-3-2-5-2-5 6-4 7-13 7-13H2zM22 4h-9s1 9 7 13c0 0-2 2-2 5h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cylinder-off.svg b/mkdocs-material/material/templates/.icons/material/cylinder-off.svg new file mode 100644 index 0000000..389523c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cylinder-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.64 4.44 6.03 2.83C8.15 2.1 10.82 2 12 2c2.11 0 9 .29 9 4v11.8l-2.94-2.94c.33.11.64.24.94.39v-6.5c-1.72.88-4.18 1.14-5.83 1.22L11.18 8H12c3.87 0 7-.89 7-2s-3.13-2-7-2c-1.65 0-3.16.17-4.36.44m14.47 17.02-1.27 1.27-1.93-1.93C16.7 21.87 13.36 22 12 22c-2.11 0-9-.29-9-4V6c0-.34.08-.64.18-.93L1.11 3l1.28-1.27zM5 15.25C7.2 14.13 10.62 14 12 14h.11L7.73 9.62C6.76 9.43 5.8 9.15 5 8.75zm12.39 4.03-3.18-3.18c-.71-.06-1.43-.1-2.21-.1-3.87 0-7 .9-7 2s3.13 2 7 2c2.17 0 4.1-.28 5.39-.72"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/cylinder.svg b/mkdocs-material/material/templates/.icons/material/cylinder.svg new file mode 100644 index 0000000..d38b0d8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/cylinder.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c-2.11 0-9 .29-9 4v12c0 3.71 6.89 4 9 4s9-.29 9-4V6c0-3.71-6.89-4-9-4m0 8c1.38 0 4.8-.13 7-1.25v6.5C16.8 14.13 13.38 14 12 14s-4.8.13-7 1.25v-6.5C7.2 9.87 10.62 10 12 10m0-6c3.87 0 7 .89 7 2s-3.13 2-7 2-7-.89-7-2 3.13-2 7-2m0 16c-3.87 0-7-.89-7-2 0-1.1 3.13-2 7-2s7 .9 7 2c0 1.11-3.13 2-7 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dance-ballroom.svg b/mkdocs-material/material/templates/.icons/material/dance-ballroom.svg new file mode 100644 index 0000000..a51ea7f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dance-ballroom.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 3.5c0 .83-.67 1.5-1.5 1.5S11 4.33 11 3.5 11.67 2 12.5 2s1.5.67 1.5 1.5M8.5 5C7.67 5 7 5.67 7 6.5S7.67 8 8.5 8 10 7.33 10 6.5 9.33 5 8.5 5m5.5 7-.78-2.25h2.96l2.16-1.08c.37-.17.52-.63.33-1a.737.737 0 0 0-1-.34l-.82.41-.49-.84c-.29-.65-1-1.02-1.7-.86l-2.47.53c-.69.15-1.19.78-1.19 1.5v.7l-2.43 1.62h.01c-.08.07-.19.16-.25.28l-.89 1.77-1.78.89c-.37.17-.52.64-.33 1.01a.753.753 0 0 0 1.01.33l2.22-1.11L9.6 11.5 11 13c-1 3-8 7-8 7s4 2 9 2 9-2 9-2-5-4-7-8m2.85-.91-.32.16h-1.2l.06.16c.52 1.03 1.28 2.09 2.11 3.03l-.53-3.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dance-pole.svg b/mkdocs-material/material/templates/.icons/material/dance-pole.svg new file mode 100644 index 0000000..a791ec8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dance-pole.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1v1l-.77-.64L7.76 5.5l3.24 2V5.16L10.78 5 12 3.56V23h2v-9.76l1.93-1.93c2.57.4 5.2-.95 6.73-2.48l-1.42-1.42C20.1 8.56 17.7 9.61 16 9.26l-2-2.02V1m3 3a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m-6 3.76-3.9 3.9c-1.85 1.84-2.79 3.19-4.04 6.5l1.88.7c1-2.66 1.72-3.72 2.93-5.02l1.35 1.35-4.95 4.95 1.42 1.42L11 16.24Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/data-matrix-edit.svg b/mkdocs-material/material/templates/.icons/material/data-matrix-edit.svg new file mode 100644 index 0000000..464da87 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/data-matrix-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 12.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V22h2.1l6.1-6.1zM8 6H6V2h2zm2 10H8v-2h2zm2-10h-2V2h2zm4-4v2h-2V2zm4 2h-2V2h2zM10 20v-2H8v-2H6v-2H4v-2h2V6H4V2H2v20h8zm-4 0H4v-2h2zm16-10h-4V8h4zm-2-4V4h2v2zm-2-2v4h-4V6h2V4zm-8 14v-2h2v-4H8V8h4v2h2v2h2v-2h2v1.1L15.1 14H14v1.1L11.1 18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/data-matrix-minus.svg b/mkdocs-material/material/templates/.icons/material/data-matrix-minus.svg new file mode 100644 index 0000000..4c2cb26 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/data-matrix-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 2v2h-2V2zm-4 0h-2v4h2zm-2 12H8v2h2zm6-10v2h-2v2h4V4zM8 2H6v4h2zm12 0h-2v2h2zm-6.2 20H2V2h2v4h2v6H4v2h2v2h2v2h2v2h2v-2h-2v-2h2v-4H8V8h4v2h2v2h2v-2h2v2h4v1.8c-.9-.5-1.9-.8-3-.8-1.2 0-2.4.4-3.3 1H14v1.7c-.6.9-1 2.1-1 3.3 0 1.1.3 2.1.8 3M6 18H4v2h2zM22 8h-4v2h4zm0-2V4h-2v2zm-7 12v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/data-matrix-plus.svg b/mkdocs-material/material/templates/.icons/material/data-matrix-plus.svg new file mode 100644 index 0000000..1def513 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/data-matrix-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 2v2h-2V2zm-4 0h-2v4h2zm-2 12H8v2h2zm6-10v2h-2v2h4V4zM8 2H6v4h2zm12 0h-2v2h2zm-6.2 20H2V2h2v4h2v6H4v2h2v2h2v2h2v2h2v-2h-2v-2h2v-4H8V8h4v2h2v2h2v-2h2v2h4v1.8c-.9-.5-1.9-.8-3-.8-1.2 0-2.4.4-3.3 1H14v1.7c-.6.9-1 2.1-1 3.3 0 1.1.3 2.1.8 3M6 18H4v2h2zM22 8h-4v2h4zm0-2V4h-2v2zm-4 9v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/data-matrix-remove.svg b/mkdocs-material/material/templates/.icons/material/data-matrix-remove.svg new file mode 100644 index 0000000..c7df102 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/data-matrix-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 2v2h-2V2zm-4 0h-2v4h2zm-2 12H8v2h2zm6-10v2h-2v2h4V4zM8 2H6v4h2zm12 0h-2v2h2zm-6.2 20H2V2h2v4h2v6H4v2h2v2h2v2h2v2h2v-2h-2v-2h2v-4H8V8h4v2h2v2h2v-2h2v2h4v1.8c-.9-.5-1.9-.8-3-.8-1.2 0-2.4.4-3.3 1H14v1.7c-.6.9-1 2.1-1 3.3 0 1.1.3 2.1.8 3M6 18H4v2h2zM22 8h-4v2h4zm0-2V4h-2v2zm-.9 9.5L19 17.6l-2.1-2.1-1.4 1.4 2.1 2.1-2.1 2.1 1.4 1.4 2.1-2.1 2.1 2.1 1.4-1.4-2.1-2.1 2.1-2.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/data-matrix-scan.svg b/mkdocs-material/material/templates/.icons/material/data-matrix-scan.svg new file mode 100644 index 0000000..318898f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/data-matrix-scan.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 2h4V0H2C.9 0 0 .9 0 2v4h2zm20-2h-4v2h4v4h2V2c0-1.1-.9-2-2-2M2 18H0v4c0 1.1.9 2 2 2h4v-2H2zm20 4h-4v2h4c1.1 0 2-.9 2-2v-4h-2zM8 6V4h2v2zm2 8v-2h2v2zm6-10h2v2h-2zm2 2h2v2h-2zm0 8h2v2h-2zm2-2h-4v6h4v2H4V4h2v2h2v4H6v2h2v2h2v2h2v2h2v-2h-2v-2h2v-4h-4V6h2V4h2v4h2v2h4zM8 18v-2H6v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/data-matrix.svg b/mkdocs-material/material/templates/.icons/material/data-matrix.svg new file mode 100644 index 0000000..35895a5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/data-matrix.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 2v20h20v-2h-2v-2h2v-2h-2v-2h2v-2h-4v-2h-2v2h-2v-2h-2V8H8v4h4v4h-2v2h2v2h-2v-2H8v-2H6v-2H4v-2h2V6H4V2zm4 4h2V2H6zm2 10h2v-2H8zm10-6h4V8h-4zm0-2V4h-2v2h-2v2zm-2-4V2h-2v2zm2 0h2V2h-2zm2 0v2h2V4zM10 2v4h2V2zm4 12h2v2h2v4h-4zM4 18h2v2H4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/database-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/database-alert-outline.svg new file mode 100644 index 0000000..42cfe2a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/database-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 3C5.58 3 2 4.79 2 7v10c0 2.21 3.59 4 8 4s8-1.79 8-4V7c0-2.21-3.58-4-8-4m6 14c0 .5-2.13 2-6 2s-6-1.5-6-2v-2.23c1.61.78 3.72 1.23 6 1.23s4.39-.45 6-1.23zm0-4.55c-1.3.95-3.58 1.55-6 1.55s-4.7-.6-6-1.55V9.64c1.47.83 3.61 1.36 6 1.36s4.53-.53 6-1.36zM10 9C6.13 9 4 7.5 4 7s2.13-2 6-2 6 1.5 6 2-2.13 2-6 2m12-2v6h-2V7zm-2 8h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/database-alert.svg b/mkdocs-material/material/templates/.icons/material/database-alert.svg new file mode 100644 index 0000000..991a104 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/database-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 7c0 2.21-3.58 4-8 4S2 9.21 2 7s3.58-4 8-4 8 1.79 8 4m-8 11c-4.42 0-8-1.79-8-4v3c0 2.21 3.58 4 8 4s8-1.79 8-4v-3c0 2.21-3.58 4-8 4m0-5c-4.42 0-8-1.79-8-4v3c0 2.21 3.58 4 8 4s8-1.79 8-4V9c0 2.21-3.58 4-8 4m10 4h2v-2h-2zm0-10v6h2V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/database-arrow-down-outline.svg b/mkdocs-material/material/templates/.icons/material/database-arrow-down-outline.svg new file mode 100644 index 0000000..79b6c12 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/database-arrow-down-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 13.09V7c0-2.21-3.58-4-8-4S4 4.79 4 7v10c0 2.21 3.59 4 8 4 .46 0 .9 0 1.33-.06A6 6 0 0 1 13 19v-.05c-.32.05-.65.05-1 .05-3.87 0-6-1.5-6-2v-2.23c1.61.78 3.72 1.23 6 1.23.65 0 1.27-.04 1.88-.11A5.99 5.99 0 0 1 19 13c.34 0 .67.04 1 .09m-2-.64c-1.3.95-3.58 1.55-6 1.55s-4.7-.6-6-1.55V9.64c1.47.83 3.61 1.36 6 1.36s4.53-.53 6-1.36zM12 9C8.13 9 6 7.5 6 7s2.13-2 6-2 6 1.5 6 2-2.13 2-6 2m10 11-3 3-3-3h2v-4h2v4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/database-arrow-down.svg b/mkdocs-material/material/templates/.icons/material/database-arrow-down.svg new file mode 100644 index 0000000..c042fe4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/database-arrow-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 13c-2.17 0-4.07 1.16-5.12 2.89-.6.07-1.23.11-1.88.11-4.42 0-8-1.79-8-4V9c0 2.21 3.58 4 8 4s8-1.79 8-4v3c0 .36-.1.71-.28 1.05C19.5 13 19.24 13 19 13m-7-2c4.42 0 8-1.79 8-4s-3.58-4-8-4-8 1.79-8 4 3.58 4 8 4m1.1 6.96c-.36.04-.73.04-1.1.04-4.42 0-8-1.79-8-4v3c0 2.21 3.58 4 8 4 .46 0 .9 0 1.33-.06A6 6 0 0 1 13 19c0-.36.04-.7.1-1.04M20 20v-4h-2v4h-2l3 3 3-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/database-arrow-left-outline.svg b/mkdocs-material/material/templates/.icons/material/database-arrow-left-outline.svg new file mode 100644 index 0000000..c222199 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/database-arrow-left-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 13.09V7c0-2.21-3.58-4-8-4S4 4.79 4 7v10c0 2.21 3.59 4 8 4 .46 0 .9 0 1.33-.06A6 6 0 0 1 13 19v-.05c-.32.05-.65.05-1 .05-3.87 0-6-1.5-6-2v-2.23c1.61.78 3.72 1.23 6 1.23.65 0 1.27-.04 1.88-.11A5.99 5.99 0 0 1 19 13c.34 0 .67.04 1 .09m-2-.64c-1.3.95-3.58 1.55-6 1.55s-4.7-.6-6-1.55V9.64c1.47.83 3.61 1.36 6 1.36s4.53-.53 6-1.36zM12 9C8.13 9 6 7.5 6 7s2.13-2 6-2 6 1.5 6 2-2.13 2-6 2m10 9v2h-4v2l-3-3 3-3v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/database-arrow-left.svg b/mkdocs-material/material/templates/.icons/material/database-arrow-left.svg new file mode 100644 index 0000000..51527c6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/database-arrow-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 7c0-2.21 3.58-4 8-4s8 1.79 8 4-3.58 4-8 4-8-1.79-8-4m15.72 6.05c.18-.34.28-.69.28-1.05V9c0 2.21-3.58 4-8 4s-8-1.79-8-4v3c0 2.21 3.58 4 8 4 .65 0 1.28-.04 1.88-.11A5.99 5.99 0 0 1 19 13c.24 0 .5 0 .72.05m-6.62 4.91c-.36.04-.73.04-1.1.04-4.42 0-8-1.79-8-4v3c0 2.21 3.58 4 8 4 .46 0 .9 0 1.33-.06A6 6 0 0 1 13 19c0-.36.04-.7.1-1.04M18 18v-2l-3 3 3 3v-2h4v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/database-arrow-right-outline.svg b/mkdocs-material/material/templates/.icons/material/database-arrow-right-outline.svg new file mode 100644 index 0000000..97cc603 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/database-arrow-right-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 13.09V7c0-2.21-3.58-4-8-4S4 4.79 4 7v10c0 2.21 3.59 4 8 4 .46 0 .9 0 1.33-.06A6 6 0 0 1 13 19v-.05c-.32.05-.65.05-1 .05-3.87 0-6-1.5-6-2v-2.23c1.61.78 3.72 1.23 6 1.23.65 0 1.27-.04 1.88-.11A5.99 5.99 0 0 1 19 13c.34 0 .67.04 1 .09m-2-.64c-1.3.95-3.58 1.55-6 1.55s-4.7-.6-6-1.55V9.64c1.47.83 3.61 1.36 6 1.36s4.53-.53 6-1.36zM12 9C8.13 9 6 7.5 6 7s2.13-2 6-2 6 1.5 6 2-2.13 2-6 2m8 13v-2h-4v-2h4v-2l3 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/database-arrow-right.svg b/mkdocs-material/material/templates/.icons/material/database-arrow-right.svg new file mode 100644 index 0000000..b7003b9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/database-arrow-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 7c0-2.21 3.58-4 8-4s8 1.79 8 4-3.58 4-8 4-8-1.79-8-4m15.72 6.05c.18-.34.28-.69.28-1.05V9c0 2.21-3.58 4-8 4s-8-1.79-8-4v3c0 2.21 3.58 4 8 4 .65 0 1.28-.04 1.88-.11A5.99 5.99 0 0 1 19 13c.24 0 .5 0 .72.05m-6.62 4.91c-.36.04-.73.04-1.1.04-4.42 0-8-1.79-8-4v3c0 2.21 3.58 4 8 4 .46 0 .9 0 1.33-.06A6 6 0 0 1 13 19c0-.36.04-.7.1-1.04M23 19l-3-3v2h-4v2h4v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/database-arrow-up-outline.svg b/mkdocs-material/material/templates/.icons/material/database-arrow-up-outline.svg new file mode 100644 index 0000000..f01f681 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/database-arrow-up-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 13.09V7c0-2.21-3.58-4-8-4S4 4.79 4 7v10c0 2.21 3.59 4 8 4 .46 0 .9 0 1.33-.06A6 6 0 0 1 13 19v-.05c-.32.05-.65.05-1 .05-3.87 0-6-1.5-6-2v-2.23c1.61.78 3.72 1.23 6 1.23.65 0 1.27-.04 1.88-.11A5.99 5.99 0 0 1 19 13c.34 0 .67.04 1 .09m-2-.64c-1.3.95-3.58 1.55-6 1.55s-4.7-.6-6-1.55V9.64c1.47.83 3.61 1.36 6 1.36s4.53-.53 6-1.36zM12 9C8.13 9 6 7.5 6 7s2.13-2 6-2 6 1.5 6 2-2.13 2-6 2m10 9h-2v4h-2v-4h-2l3-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/database-arrow-up.svg b/mkdocs-material/material/templates/.icons/material/database-arrow-up.svg new file mode 100644 index 0000000..2bd2807 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/database-arrow-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 13c-2.17 0-4.07 1.16-5.12 2.89-.6.07-1.23.11-1.88.11-4.42 0-8-1.79-8-4V9c0 2.21 3.58 4 8 4s8-1.79 8-4v3c0 .36-.1.71-.28 1.05C19.5 13 19.24 13 19 13m-7-2c4.42 0 8-1.79 8-4s-3.58-4-8-4-8 1.79-8 4 3.58 4 8 4m1.1 6.96c-.36.04-.73.04-1.1.04-4.42 0-8-1.79-8-4v3c0 2.21 3.58 4 8 4 .46 0 .9 0 1.33-.06A6 6 0 0 1 13 19c0-.36.04-.7.1-1.04M19 15l-3 3h2v4h2v-4h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/database-check-outline.svg b/mkdocs-material/material/templates/.icons/material/database-check-outline.svg new file mode 100644 index 0000000..ded9277 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/database-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 13.09V7c0-2.21-3.58-4-8-4S4 4.79 4 7v10c0 2.21 3.59 4 8 4 .46 0 .9 0 1.33-.06A6 6 0 0 1 13 19v-.05c-.32.05-.65.05-1 .05-3.87 0-6-1.5-6-2v-2.23c1.61.78 3.72 1.23 6 1.23.65 0 1.27-.04 1.88-.11A5.99 5.99 0 0 1 19 13c.34 0 .67.04 1 .09m-2-.64c-1.3.95-3.58 1.55-6 1.55s-4.7-.6-6-1.55V9.64c1.47.83 3.61 1.36 6 1.36s4.53-.53 6-1.36zM12 9C8.13 9 6 7.5 6 7s2.13-2 6-2 6 1.5 6 2-2.13 2-6 2m10.5 8.25L17.75 22 15 19l1.16-1.16 1.59 1.59 3.59-3.59z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/database-check.svg b/mkdocs-material/material/templates/.icons/material/database-check.svg new file mode 100644 index 0000000..00f5297 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/database-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3c4.42 0 8 1.79 8 4s-3.58 4-8 4-8-1.79-8-4 3.58-4 8-4M4 9c0 2.21 3.58 4 8 4s8-1.79 8-4v3.08L19 12c-2.59 0-4.8 1.64-5.64 3.94L12 16c-4.42 0-8-1.79-8-4zm0 5c0 2.21 3.58 4 8 4h1c0 1.05.27 2.04.75 2.9L12 21c-4.42 0-8-1.79-8-4zm14 7.08-2.75-3 1.16-1.16L18 18.5l3.59-3.58 1.16 1.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/database-clock-outline.svg b/mkdocs-material/material/templates/.icons/material/database-clock-outline.svg new file mode 100644 index 0000000..c38b52b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/database-clock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.5 16.25 2.86 1.69-.75 1.22L15 17v-5h1.5zM23 16c0 3.87-3.13 7-7 7a7 7 0 0 1-5.75-3C6.19 19.79 3 18.08 3 16V6c0-2.21 3.58-4 8-4s8 1.79 8 4v3.68c2.36 1.13 4 3.53 4 6.32m-6-6.92v-.44c-.23.13-.5.26-.76.36.26 0 .51.04.76.08M5 6c0 .5 2.13 2 6 2s6-1.5 6-2-2.13-2-6-2-6 1.5-6 2m0 5.45c1.07.78 2.8 1.31 4.72 1.48.61-1.26 1.6-2.31 2.82-3.01-.5.05-1.01.08-1.54.08-2.39 0-4.53-.53-6-1.36zm4.26 6.42C9.1 17.27 9 16.65 9 16c0-.39.04-.77.1-1.14-1.54-.17-2.95-.53-4.1-1.09V16c0 .42 1.5 1.5 4.26 1.87M21 16c0-2.76-2.24-5-5-5s-5 2.24-5 5 2.24 5 5 5 5-2.24 5-5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/database-clock.svg b/mkdocs-material/material/templates/.icons/material/database-clock.svg new file mode 100644 index 0000000..217cdf3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/database-clock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.5 16.25 2.86 1.69-.75 1.22L15 17v-5h1.5zM23 16c0 3.87-3.13 7-7 7a7 7 0 0 1-5.75-3C6.18 19.79 3 18.08 3 16v-3c0 1.88 2.58 3.44 6.06 3.88C9.03 16.59 9 16.3 9 16c0-.38.04-.75.1-1.12-3.5-.43-6.1-2-6.1-3.88V8c0 2.09 3.2 3.8 7.27 4 .6-.86 1.37-1.56 2.26-2.07-.49.04-1.03.07-1.53.07-4.42 0-8-1.79-8-4s3.58-4 8-4 8 1.79 8 4c0 1.2-1.07 2.28-2.75 3 .75.04 1.5.19 2.19.45C18.79 9 19 8.5 19 8v1.68c2.36 1.13 4 3.53 4 6.32m-2 0c0-2.76-2.24-5-5-5s-5 2.24-5 5 2.24 5 5 5 5-2.24 5-5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/database-cog-outline.svg b/mkdocs-material/material/templates/.icons/material/database-cog-outline.svg new file mode 100644 index 0000000..dedbc3c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/database-cog-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 14c-2.42 0-4.7-.6-6-1.55V9.64c1.47.83 3.61 1.36 6 1.36s4.53-.53 6-1.36v2.44c.33-.05.66-.08 1-.08s.67.03 1 .08V7c0-2.21-3.58-4-8-4S4 4.79 4 7v10c0 2.21 3.59 4 8 4h.29a7.4 7.4 0 0 1-.29-2c-3.87 0-6-1.5-6-2v-2.23c1.61.78 3.72 1.23 6 1.23.24 0 .47 0 .7-.03.4-.83.95-1.56 1.62-2.16-.74.12-1.52.19-2.32.19m0-9c3.87 0 6 1.5 6 2s-2.13 2-6 2-6-1.5-6-2 2.13-2 6-2m10.7 14.6v-1l1.1-.8c.1-.1.2-.2.1-.3l-1-1.7c0-.1-.2-.1-.3-.1l-1.2.5c-.3-.2-.6-.4-.9-.5l-.2-1.3c0-.1-.1-.2-.2-.2h-2c-.2 0-.3.1-.3.2l-.2 1.3c-.3.2-.5.3-.8.5l-1.2-.5c-.1 0-.2 0-.3.1l-1 1.7c0 .1 0 .2.1.3l1.1.8v1l-1.1.8c-.1.1-.2.2-.1.3l1 1.7c.1.1.2.1.3.1l1.2-.5c.2.2.5.4.8.5l.2 1.3c.1.1.2.2.3.2h2c.1 0 .2-.1.2-.2l.2-1.3c.3-.2.5-.3.8-.5l1.2.4c.1 0 .2 0 .3-.1l1-1.7c.1-.1.1-.2 0-.2zm-3.7.9c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/database-cog.svg b/mkdocs-material/material/templates/.icons/material/database-cog.svg new file mode 100644 index 0000000..ab3dd8c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/database-cog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 7c0-2.21 3.58-4 8-4s8 1.79 8 4-3.58 4-8 4-8-1.79-8-4m8.08 11H12c-4.42 0-8-1.79-8-4v3c0 2.21 3.58 4 8 4h.29a7.4 7.4 0 0 1-.29-2c0-.34.03-.67.08-1M20 12.08V9c0 2.21-3.58 4-8 4s-8-1.79-8-4v3c0 2.21 3.58 4 8 4h.69c1.13-2.37 3.53-4 6.31-4 .34 0 .67.03 1 .08m3.8 8.32c.1 0 .1.1 0 .2l-1 1.7c-.1.1-.2.1-.3.1l-1.2-.4c-.3.2-.5.3-.8.5l-.2 1.3c0 .1-.1.2-.2.2h-2c-.1 0-.2-.1-.3-.2l-.2-1.3c-.3-.1-.6-.3-.8-.5l-1.2.5c-.1 0-.2 0-.3-.1l-1-1.7c-.1-.1 0-.2.1-.3l1.1-.8v-1l-1.1-.8c-.1-.1-.1-.2-.1-.3l1-1.7c.1-.1.2-.1.3-.1l1.2.5c.3-.2.5-.3.8-.5l.2-1.3c0-.1.1-.2.3-.2h2c.1 0 .2.1.2.2l.2 1.3c.3.1.6.3.9.5l1.2-.5c.1 0 .3 0 .3.1l1 1.7c.1.1 0 .2-.1.3l-1.1.8v1zM20.5 19c0-.8-.7-1.5-1.5-1.5s-1.5.7-1.5 1.5.7 1.5 1.5 1.5 1.5-.7 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/database-edit-outline.svg b/mkdocs-material/material/templates/.icons/material/database-edit-outline.svg new file mode 100644 index 0000000..88d955f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/database-edit-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 16c.8 0 1.57-.07 2.31-.18l2.91-2.91C15.89 13.59 14 14 12 14c-2.42 0-4.7-.6-6-1.55V9.64c1.47.83 3.61 1.36 6 1.36s4.53-.53 6-1.36v2.49l1.39-1.39c.18-.18.39-.32.61-.44V7c0-2.21-3.58-4-8-4S4 4.79 4 7v10c0 2.04 3.06 3.72 7 3.97v-1.84l.17-.17C7.84 18.76 6 17.46 6 17v-2.23c1.61.78 3.72 1.23 6 1.23m0-11c3.87 0 6 1.5 6 2s-2.13 2-6 2-6-1.5-6-2 2.13-2 6-2m7.13 8.83 2.04 2.04L15.04 22H13v-2.04zm3.72.36-.98.98-2.04-2.04.98-.98c.19-.2.52-.2.72 0l1.32 1.32c.2.2.2.53 0 .72"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/database-edit.svg b/mkdocs-material/material/templates/.icons/material/database-edit.svg new file mode 100644 index 0000000..5c087a3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/database-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 14v3c0 2 3.05 3.72 7 4v-2.89l.13-.11C7.12 17.76 4 16.06 4 14m8-1c-4.42 0-8-1.79-8-4v3c0 2.21 3.58 4 8 4h1.16L17 12.12c-1.6.6-3.29.88-5 .88m0-10C7.58 3 4 4.79 4 7s3.58 4 8 4 8-1.79 8-4-3.58-4-8-4m9 8.13c-.15 0-.29.06-.39.17l-1 1 2.05 2 1-1a.54.54 0 0 0 0-.77l-1.24-1.23a.52.52 0 0 0-.38-.17m-2 1.75L13 18.94V21h2.06l6.06-6.07z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/database-export-outline.svg b/mkdocs-material/material/templates/.icons/material/database-export-outline.svg new file mode 100644 index 0000000..fffe384 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/database-export-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17.86 18 1.04 1c-1.4 1.2-3.96 2-6.9 2-4.41 0-8-1.79-8-4V7c0-2.21 3.58-4 8-4 2.95 0 5.5.8 6.9 2l-1.04 1-.36.4C16.65 5.77 14.78 5 12 5 8.13 5 6 6.5 6 7s2.13 2 6 2c1.37 0 2.5-.19 3.42-.46l.96.96H13.5v1.42c-.5.05-1 .08-1.5.08-2.39 0-4.53-.53-6-1.36v2.81C7.3 13.4 9.58 14 12 14c.5 0 1-.03 1.5-.08v.58h2.88l-1 1 .12.11c-1.09.25-2.26.39-3.5.39-2.28 0-4.39-.45-6-1.23V17c0 .5 2.13 2 6 2 2.78 0 4.65-.77 5.5-1.39zm1.06-10.92L17.5 8.5 20 11h-5v2h5l-2.5 2.5 1.42 1.42L23.84 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/database-export.svg b/mkdocs-material/material/templates/.icons/material/database-export.svg new file mode 100644 index 0000000..df7d5bb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/database-export.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3C7.58 3 4 4.79 4 7s3.58 4 8 4c.5 0 1-.03 1.5-.08V9.5h2.89l-1-1L18.9 5c-1.4-1.2-3.96-2-6.9-2m6.92 4.08L17.5 8.5 20 11h-5v2h5l-2.5 2.5 1.42 1.42L23.84 12M4 9v3c0 2.21 3.58 4 8 4 1.17 0 2.26-.15 3.25-.37l1.13-1.13H13.5v-1.58c-.5.05-1 .08-1.5.08-4.42 0-8-1.79-8-4m0 5v3c0 2.21 3.58 4 8 4 2.94 0 5.5-.8 6.9-2L17 17.1c-1.39.56-3.1.9-5 .9-4.42 0-8-1.79-8-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/database-eye-off-outline.svg b/mkdocs-material/material/templates/.icons/material/database-eye-off-outline.svg new file mode 100644 index 0000000..e635716 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/database-eye-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 19c-.1.2-.2.4-.3.5l-4.4-4.4c2.2.5 3.9 2 4.7 3.9M12 5c3.9 0 6 1.5 6 2s-2.1 1.9-5.8 2l1.9 1.9c1.5-.2 2.9-.6 3.9-1.2v2.8c-.3.2-.6.4-1 .6q1.5 0 3 .6V7c0-2.2-3.6-4-8-4-1.9 0-3.6.3-4.9.9l1.6 1.6c.8-.3 2-.5 3.3-.5m10.1 16.5-1.3 1.3-.6-.6c-1 .5-2.1.9-3.2.9-2.7 0-5.1-1.7-6-4 .6-1.4 1.6-2.5 2.9-3.2l-1.5-1.5c-.7.4-1.3 1-1.9 1.6-1.7-.1-3.3-.5-4.6-1.2V17c0 .3 1.1 1.2 3 1.6l-.1.4.3.7c.2.4.3.7.5 1.1-3.2-.5-5.6-2-5.6-3.8V7c0-.3.1-.6.2-.9L1.1 3l1.3-1.3zm-10-7.5-3.4-3.4c-1.1-.2-2-.6-2.8-1v2.8c1.3 1 3.6 1.5 6 1.5.1.1.2.1.2.1m6.7 6.7-1.1-1.1c-.1.3-.4.4-.7.4-.6 0-1-.4-1-1 0-.3.1-.6.4-.8l-1.1-1.1c-.5.5-.8 1.1-.8 1.8 0 1.4 1.1 2.5 2.5 2.5.7.1 1.4-.2 1.8-.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/database-eye-off.svg b/mkdocs-material/material/templates/.icons/material/database-eye-off.svg new file mode 100644 index 0000000..934bf7f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/database-eye-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.1 10.9-7-7c1.3-.6 3-.9 4.9-.9 4.4 0 8 1.8 8 4 0 1.9-2.5 3.4-5.9 3.9m2.1 2.1h.8c.9 0 1.7.1 2.5.4.3-.4.5-.9.5-1.4V9c0 1.5-1.7 2.9-4.3 3.5zm2.2 2.2 4.4 4.4c.1-.2.2-.4.3-.5-.9-2-2.6-3.5-4.7-3.9m3.7 6.3-1.3 1.3-.6-.6c-1 .5-2.1.9-3.2.9-2.7 0-5.1-1.7-6-4 .6-1.4 1.6-2.5 2.9-3.2l-1.5-1.5c-.7.4-1.3 1-1.9 1.6-3.7-.4-6.5-2-6.5-4V9c0 2.1 3.1 3.7 7.1 4l-2.3-2.3C6 10 4 8.6 4 7c0-.3.1-.6.2-.9L1.1 3l1.3-1.3zm-3.3-.8-1.1-1.1c-.1.3-.4.4-.7.4-.6 0-1-.4-1-1 0-.3.1-.6.4-.8l-1.1-1.1c-.5.5-.8 1.1-.8 1.8 0 1.4 1.1 2.5 2.5 2.5.7.1 1.4-.2 1.8-.7M8.8 19l.3-.7c.1-.2.2-.3.2-.5-3.1-.6-5.3-2-5.3-3.8v3c0 1.8 2.4 3.3 5.7 3.8-.2-.3-.4-.7-.5-1.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/database-eye-outline.svg b/mkdocs-material/material/templates/.icons/material/database-eye-outline.svg new file mode 100644 index 0000000..2caf252 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/database-eye-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m9.1 19.7-.3-.7.2-.4c-1.9-.5-3-1.3-3-1.6v-2.2c1.3.6 2.8 1 4.6 1.2.7-.8 1.6-1.5 2.5-2H12c-2.4 0-4.7-.6-6-1.5V9.6c1.5.8 3.6 1.4 6 1.4s4.5-.5 6-1.4v2.8c-.3.2-.6.4-1 .6q1.5 0 3 .6V7c0-2.2-3.6-4-8-4S4 4.8 4 7v10c0 1.8 2.4 3.3 5.7 3.8-.2-.3-.4-.7-.6-1.1M12 5c3.9 0 6 1.5 6 2s-2.1 2-6 2-6-1.5-6-2 2.1-2 6-2m5 13c.6 0 1 .4 1 1s-.4 1-1 1-1-.4-1-1 .4-1 1-1m0-3c-2.7 0-5.1 1.7-6 4 .9 2.3 3.3 4 6 4s5.1-1.7 6-4c-.9-2.3-3.3-4-6-4m0 6.5c-1.4 0-2.5-1.1-2.5-2.5s1.1-2.5 2.5-2.5 2.5 1.1 2.5 2.5-1.1 2.5-2.5 2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/database-eye.svg b/mkdocs-material/material/templates/.icons/material/database-eye.svg new file mode 100644 index 0000000..2aace31 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/database-eye.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 12V9c0 2.2 3.6 4 8 4s8-1.8 8-4v3c0 .5-.2.9-.5 1.4-.8-.3-1.6-.4-2.5-.4-2.5 0-4.9 1.1-6.4 2.9C6.8 15.6 4 14 4 12m8-1c4.4 0 8-1.8 8-4s-3.6-4-8-4-8 1.8-8 4 3.6 4 8 4m-2.9 8.7-.3-.7.3-.7c.1-.2.2-.3.2-.5-3.1-.6-5.3-2-5.3-3.8v3c0 1.8 2.4 3.3 5.7 3.8-.2-.3-.4-.7-.6-1.1M17 18c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1-.4-1-1-1m6 1c-.9 2.3-3.3 4-6 4s-5.1-1.7-6-4c.9-2.3 3.3-4 6-4s5.1 1.7 6 4m-3.5 0c0-1.4-1.1-2.5-2.5-2.5s-2.5 1.1-2.5 2.5 1.1 2.5 2.5 2.5 2.5-1.1 2.5-2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/database-import-outline.svg b/mkdocs-material/material/templates/.icons/material/database-import-outline.svg new file mode 100644 index 0000000..2c38186 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/database-import-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m8.84 12-4.92 4.92L2.5 15.5 5 13H0v-2h5L2.5 8.5l1.42-1.42zM12 3C8.59 3 5.68 4.07 4.53 5.57L5 6l1.03 1.07C6 7.05 6 7 6 7c0-.5 2.13-2 6-2s6 1.5 6 2-2.13 2-6 2c-2.62 0-4.42-.69-5.32-1.28l3.12 3.12c.7.1 1.44.16 2.2.16 2.39 0 4.53-.53 6-1.36v2.81c-1.3.95-3.58 1.55-6 1.55-.96 0-1.9-.1-2.76-.27l-1.65 1.64c1.32.4 2.82.63 4.41.63 2.28 0 4.39-.45 6-1.23V17c0 .5-2.13 2-6 2s-6-1.5-6-2v-.04L5 18l-.46.43C5.69 19.93 8.6 21 12 21c4.41 0 8-1.79 8-4V7c0-2.21-3.58-4-8-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/database-import.svg b/mkdocs-material/material/templates/.icons/material/database-import.svg new file mode 100644 index 0000000..425a3f7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/database-import.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3C8.59 3 5.69 4.07 4.54 5.57l5.25 5.25c.71.11 1.43.18 2.21.18 4.42 0 8-1.79 8-4s-3.58-4-8-4M3.92 7.08 2.5 8.5 5 11H0v2h5l-2.5 2.5 1.42 1.42L8.84 12M20 9c0 2.21-3.58 4-8 4-.66 0-1.3-.05-1.91-.13l-2.47 2.47c1.26.41 2.76.66 4.38.66 4.42 0 8-1.79 8-4m0 2c0 2.21-3.58 4-8 4-2.28 0-4.33-.5-5.79-1.25l-1.68 1.68C5.68 19.93 8.59 21 12 21c4.42 0 8-1.79 8-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/database-lock-outline.svg b/mkdocs-material/material/templates/.icons/material/database-lock-outline.svg new file mode 100644 index 0000000..b9a104c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/database-lock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 12.45V9.64c1.47.83 3.61 1.36 6 1.36s4.53-.53 6-1.36v1.41c.17-.02.33-.05.5-.05.53 0 1.03.1 1.5.26V7c0-2.21-3.58-4-8-4S4 4.79 4 7v10c0 2.21 3.59 4 8 4 .34 0 .67 0 1-.03v-2.02c-.32.05-.65.05-1 .05-3.87 0-6-1.5-6-2v-2.23c1.61.78 3.72 1.23 6 1.23.41 0 .81-.03 1.21-.06.19-.48.47-.91.86-1.24.06-.31.16-.61.27-.9-.74.13-1.53.2-2.34.2-2.42 0-4.7-.6-6-1.55M12 5c3.87 0 6 1.5 6 2s-2.13 2-6 2-6-1.5-6-2 2.13-2 6-2m9 11v-.5a2.5 2.5 0 0 0-5 0v.5c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h5c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1m-1 0h-3v-.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/database-lock.svg b/mkdocs-material/material/templates/.icons/material/database-lock.svg new file mode 100644 index 0000000..d90fba8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/database-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 3c4.42 0 8 1.79 8 4s-3.58 4-8 4-8-1.79-8-4 3.58-4 8-4m8 9.03a4.5 4.5 0 0 0-3.87 3.4c-1.21.36-2.63.57-4.13.57-4.42 0-8-1.79-8-4V9c0 2.21 3.58 4 8 4s8-1.79 8-4zm-5 5.68v3c-.93.19-1.94.29-3 .29-4.42 0-8-1.79-8-4v-3c0 2.21 3.58 4 8 4 1.06 0 2.07-.1 3-.29M19.5 14a2.5 2.5 0 0 1 2.5 2.5v.5a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1v-.5a2.5 2.5 0 0 1 2.5-2.5m0 1a1.5 1.5 0 0 0-1.5 1.5v.5h3v-.5a1.5 1.5 0 0 0-1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/database-marker-outline.svg b/mkdocs-material/material/templates/.icons/material/database-marker-outline.svg new file mode 100644 index 0000000..d46ca29 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/database-marker-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 19c-3.87 0-6-1.5-6-2v-2.23c1.61.78 3.72 1.23 6 1.23.35 0 .69-.03 1.03-.05-.03-.15-.03-.3-.03-.45 0-.54.09-1.06.24-1.56-.41.06-.82.06-1.24.06-2.42 0-4.7-.6-6-1.55V9.64c1.47.83 3.61 1.36 6 1.36s4.53-.53 6-1.36v.39c.17-.03.33-.03.5-.03.5 0 1 .08 1.5.22V7c0-2.21-3.58-4-8-4S4 4.79 4 7v10c0 2.21 3.59 4 8 4 1.06 0 2.07-.11 3-.29-.38-.57-.75-1.21-1.07-1.86-.59.09-1.22.15-1.93.15m0-14c3.87 0 6 1.5 6 2s-2.13 2-6 2-6-1.5-6-2 2.13-2 6-2m6.5 7c-1.9 0-3.5 1.6-3.5 3.5 0 2.6 3.5 6.5 3.5 6.5s3.5-3.9 3.5-6.5c0-1.9-1.6-3.5-3.5-3.5m0 4.8c-.7 0-1.2-.6-1.2-1.2 0-.7.6-1.2 1.2-1.2s1.2.6 1.2 1.2c.1.6-.5 1.2-1.2 1.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/database-marker.svg b/mkdocs-material/material/templates/.icons/material/database-marker.svg new file mode 100644 index 0000000..f098a17 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/database-marker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.5 12c-1.9 0-3.5 1.6-3.5 3.5 0 2.6 3.5 6.5 3.5 6.5s3.5-3.9 3.5-6.5c0-1.9-1.6-3.5-3.5-3.5m0 4.8c-.7 0-1.2-.6-1.2-1.2 0-.7.6-1.2 1.2-1.2s1.2.6 1.2 1.2c.1.6-.5 1.2-1.2 1.2M4 12V9c0 2.21 3.58 4 8 4 .57 0 1.13-.03 1.67-.09-.42.78-.67 1.66-.67 2.59 0 .15 0 .31.03.46-.34.04-.68.04-1.03.04-4.42 0-8-1.79-8-4m0-5c0-2.21 3.58-4 8-4s8 1.79 8 4-3.58 4-8 4-8-1.79-8-4m11 13.71c-.93.19-1.94.29-3 .29-4.42 0-8-1.79-8-4v-3c0 2.21 3.58 4 8 4 .5 0 1.03-.03 1.5-.07.4.98.94 1.94 1.5 2.78"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/database-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/database-minus-outline.svg new file mode 100644 index 0000000..15ae704 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/database-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 13.09V7c0-2.21-3.58-4-8-4S4 4.79 4 7v10c0 2.21 3.59 4 8 4 .46 0 .9 0 1.33-.06A6 6 0 0 1 13 19v-.05c-.32.05-.65.05-1 .05-3.87 0-6-1.5-6-2v-2.23c1.61.78 3.72 1.23 6 1.23.65 0 1.27-.04 1.88-.11A5.99 5.99 0 0 1 19 13c.34 0 .67.04 1 .09m-2-.64c-1.3.95-3.58 1.55-6 1.55s-4.7-.6-6-1.55V9.64c1.47.83 3.61 1.36 6 1.36s4.53-.53 6-1.36zM12 9C8.13 9 6 7.5 6 7s2.13-2 6-2 6 1.5 6 2-2.13 2-6 2m11 9v2h-8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/database-minus.svg b/mkdocs-material/material/templates/.icons/material/database-minus.svg new file mode 100644 index 0000000..f633641 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/database-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 17v2h-8v-2M12 3c4.42 0 8 1.79 8 4s-3.58 4-8 4-8-1.79-8-4 3.58-4 8-4M4 9c0 2.21 3.58 4 8 4s8-1.79 8-4v3.08L19 12c-2.59 0-4.8 1.64-5.64 3.94L12 16c-4.42 0-8-1.79-8-4zm0 5c0 2.21 3.58 4 8 4h1c0 1.05.27 2.04.75 2.9L12 21c-4.42 0-8-1.79-8-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/database-off-outline.svg b/mkdocs-material/material/templates/.icons/material/database-off-outline.svg new file mode 100644 index 0000000..70d5bdd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/database-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.39 1.73 1.11 3l3.1 3.1c-.13.29-.21.59-.21.9v10c0 2.21 3.59 4 8 4 2.3 0 4.38-.5 5.84-1.27l3 3 1.27-1.27zM6 9.64c.76.43 1.7.78 2.76 1.01L12.11 14H12c-2.42 0-4.7-.6-6-1.55zM12 19c-3.87 0-6-1.5-6-2v-2.23c1.61.78 3.72 1.23 6 1.23.68 0 1.34-.05 2-.13l2.34 2.36c-1.01.42-2.47.77-4.34.77M8.64 5.44 7.06 3.86C8.42 3.33 10.13 3 12 3c4.42 0 8 1.79 8 4v9.8l-2-2v-.03.01l-1.55-1.53c.6-.22 1.13-.49 1.55-.8V9.64c-1.03.58-2.39 1.01-3.94 1.22L12.19 9C15.94 8.94 18 7.5 18 7s-2.13-2-6-2c-1.34 0-2.46.18-3.36.44"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/database-off.svg b/mkdocs-material/material/templates/.icons/material/database-off.svg new file mode 100644 index 0000000..698fb53 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/database-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.07 15.87c.59-.56.93-1.19.93-1.87v2.8zM20 9c0 1.54-1.73 2.86-4.27 3.53l2.16 2.16C19.19 14 20 13.04 20 12zm0-2c0-2.21-3.58-4-8-4-1.87 0-3.58.33-4.94.86l7 7C17.5 10.41 20 8.85 20 7M2.39 1.73 1.11 3l3.1 3.1c-.13.29-.21.59-.21.9 0 1.63 1.96 3.04 4.77 3.66l2.31 2.31C7.1 12.74 4 11.06 4 9v3c0 2.21 3.58 4 8 4 .69 0 1.35-.05 2-.13l1.66 1.68c-1.09.29-2.34.45-3.66.45-4.42 0-8-1.79-8-4v3c0 2.21 3.58 4 8 4 2.31 0 4.38-.5 5.84-1.27l3 3 1.27-1.27z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/database-outline.svg b/mkdocs-material/material/templates/.icons/material/database-outline.svg new file mode 100644 index 0000000..653d5ff --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/database-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3C7.58 3 4 4.79 4 7v10c0 2.21 3.59 4 8 4s8-1.79 8-4V7c0-2.21-3.58-4-8-4m6 14c0 .5-2.13 2-6 2s-6-1.5-6-2v-2.23c1.61.78 3.72 1.23 6 1.23s4.39-.45 6-1.23zm0-4.55c-1.3.95-3.58 1.55-6 1.55s-4.7-.6-6-1.55V9.64c1.47.83 3.61 1.36 6 1.36s4.53-.53 6-1.36zM12 9C8.13 9 6 7.5 6 7s2.13-2 6-2 6 1.5 6 2-2.13 2-6 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/database-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/database-plus-outline.svg new file mode 100644 index 0000000..8f0b2eb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/database-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 13.09V7c0-2.21-3.58-4-8-4S4 4.79 4 7v10c0 2.21 3.59 4 8 4 .46 0 .9 0 1.33-.06A6 6 0 0 1 13 19v-.05c-.32.05-.65.05-1 .05-3.87 0-6-1.5-6-2v-2.23c1.61.78 3.72 1.23 6 1.23.65 0 1.27-.04 1.88-.11A5.99 5.99 0 0 1 19 13c.34 0 .67.04 1 .09m-2-.64c-1.3.95-3.58 1.55-6 1.55s-4.7-.6-6-1.55V9.64c1.47.83 3.61 1.36 6 1.36s4.53-.53 6-1.36zM12 9C8.13 9 6 7.5 6 7s2.13-2 6-2 6 1.5 6 2-2.13 2-6 2m11 9v2h-3v3h-2v-3h-3v-2h3v-3h2v3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/database-plus.svg b/mkdocs-material/material/templates/.icons/material/database-plus.svg new file mode 100644 index 0000000..7ba1502 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/database-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 14h2v3h3v2h-3v3h-2v-3h-3v-2h3zM12 3c4.42 0 8 1.79 8 4s-3.58 4-8 4-8-1.79-8-4 3.58-4 8-4M4 9c0 2.21 3.58 4 8 4s8-1.79 8-4v3.08L19 12c-2.59 0-4.8 1.64-5.64 3.94L12 16c-4.42 0-8-1.79-8-4zm0 5c0 2.21 3.58 4 8 4h1c0 1.05.27 2.04.75 2.9L12 21c-4.42 0-8-1.79-8-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/database-refresh-outline.svg b/mkdocs-material/material/templates/.icons/material/database-refresh-outline.svg new file mode 100644 index 0000000..278a283 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/database-refresh-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 12.45V9.64c1.47.83 3.61 1.36 6 1.36s4.53-.53 6-1.36v2.39c.17-.03.33-.03.5-.03.5 0 1 .07 1.5.18V7c0-2.21-3.58-4-8-4S4 4.79 4 7v10c0 2.21 3.59 4 8 4h.5c-.26-.63-.41-1.3-.47-2H12c-3.87 0-6-1.5-6-2v-2.23c1.61.78 3.72 1.23 6 1.23h.5c.35-.82.84-1.54 1.45-2.14-.63.09-1.28.14-1.95.14-2.42 0-4.7-.6-6-1.55M12 5c3.87 0 6 1.5 6 2s-2.13 2-6 2-6-1.5-6-2 2.13-2 6-2m6 13.5 1.77-1.77A2.5 2.5 0 1 0 20 20h1.71A3.99 3.99 0 0 1 18 22.5c-2.21 0-4-1.79-4-4s1.79-4 4-4c1.11 0 2.11.45 2.83 1.17L22 14.5v4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/database-refresh.svg b/mkdocs-material/material/templates/.icons/material/database-refresh.svg new file mode 100644 index 0000000..2ce5b8d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/database-refresh.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3c4.42 0 8 1.79 8 4s-3.58 4-8 4-8-1.79-8-4 3.58-4 8-4M4 9c0 2.21 3.58 4 8 4 1.11 0 2.18-.11 3.14-.32-.95.86-1.64 1.99-1.96 3.28L12 16c-4.42 0-8-1.79-8-4zm16 0v2h-.5l-.6.03c.7-.6 1.1-1.29 1.1-2.03M4 14c0 2.21 3.58 4 8 4l1-.03c.09 1.06.42 2.03.95 2.91L12 21c-4.42 0-8-1.79-8-4zm15-.5c1.11 0 2.11.45 2.83 1.17L23 13.5v4h-4l1.77-1.77A2.5 2.5 0 1 0 21 19h1.71A3.99 3.99 0 0 1 19 21.5c-2.21 0-4-1.79-4-4s1.79-4 4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/database-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/database-remove-outline.svg new file mode 100644 index 0000000..c27fd94 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/database-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 13.09V7c0-2.21-3.58-4-8-4S4 4.79 4 7v10c0 2.21 3.59 4 8 4 .46 0 .9 0 1.33-.06A6 6 0 0 1 13 19v-.05c-.32.05-.65.05-1 .05-3.87 0-6-1.5-6-2v-2.23c1.61.78 3.72 1.23 6 1.23.65 0 1.27-.04 1.88-.11A5.99 5.99 0 0 1 19 13c.34 0 .67.04 1 .09m-2-.64c-1.3.95-3.58 1.55-6 1.55s-4.7-.6-6-1.55V9.64c1.47.83 3.61 1.36 6 1.36s4.53-.53 6-1.36zM12 9C8.13 9 6 7.5 6 7s2.13-2 6-2 6 1.5 6 2-2.13 2-6 2m8.41 10 2.13 2.12-1.42 1.42L19 20.41l-2.12 2.13-1.41-1.42L17.59 19l-2.12-2.12 1.41-1.41L19 17.59l2.12-2.12 1.42 1.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/database-remove.svg b/mkdocs-material/material/templates/.icons/material/database-remove.svg new file mode 100644 index 0000000..68954d8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/database-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.46 15.88 1.42-1.42L19 16.59l2.12-2.12 1.41 1.41L20.41 18l2.13 2.12-1.42 1.42L19 19.41l-2.12 2.12-1.41-1.41L17.59 18zM12 3c4.42 0 8 1.79 8 4s-3.58 4-8 4-8-1.79-8-4 3.58-4 8-4M4 9c0 2.21 3.58 4 8 4s8-1.79 8-4v3.08L19 12c-2.59 0-4.8 1.64-5.64 3.94L12 16c-4.42 0-8-1.79-8-4zm0 5c0 2.21 3.58 4 8 4h1c0 1.05.27 2.04.75 2.9L12 21c-4.42 0-8-1.79-8-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/database-search-outline.svg b/mkdocs-material/material/templates/.icons/material/database-search-outline.svg new file mode 100644 index 0000000..ffcb6e8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/database-search-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 18.95c-3.23-.23-5-1.5-5-1.95v-2.23c1.13.55 2.5.92 4 1.1 0-.66.04-1.33.21-1.98-1.71-.22-3.24-.73-4.21-1.44V9.64c1.43.81 3.5 1.33 5.82 1.36.03-.03.05-.07.08-.1 2.2-2.19 5.6-2.49 8.1-.87V7c0-2.21-3.58-4-8-4S4 4.79 4 7v10c0 2.21 3.59 4 8 4 .34 0 .68 0 1-.03-.38-.25-.76-.53-1.1-.87-.35-.36-.65-.74-.9-1.15M12 5c3.87 0 6 1.5 6 2s-2.13 2-6 2-6-1.5-6-2 2.13-2 6-2m8.31 12.9c.44-.69.69-1.52.69-2.4 0-2.5-2-4.5-4.5-4.5S12 13 12 15.5s2 4.5 4.5 4.5c.87 0 1.69-.25 2.38-.68L22 22.39 23.39 21zm-3.81.1a2.5 2.5 0 0 1 0-5 2.5 2.5 0 0 1 0 5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/database-search.svg b/mkdocs-material/material/templates/.icons/material/database-search.svg new file mode 100644 index 0000000..5a6d582 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/database-search.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.68 12.32a4.49 4.49 0 0 0-6.36.01 4.49 4.49 0 0 0 0 6.36 4.51 4.51 0 0 0 5.57.63L21 22.39 22.39 21l-3.09-3.11c1.13-1.77.87-4.09-.62-5.57m-1.41 4.95c-.98.98-2.56.97-3.54 0-.97-.98-.97-2.56.01-3.54.97-.97 2.55-.97 3.53 0 .97.98.97 2.56 0 3.54M10.9 20.1a6.5 6.5 0 0 1-1.48-2.32C6.27 17.25 4 15.76 4 14v3c0 2.21 3.58 4 8 4-.4-.26-.77-.56-1.1-.9M4 9v3c0 1.68 2.07 3.12 5 3.7v-.2c0-.93.2-1.85.58-2.69C6.34 12.3 4 10.79 4 9m8-6C7.58 3 4 4.79 4 7c0 2 3 3.68 6.85 4h.05c1.2-1.26 2.86-2 4.6-2 .91 0 1.81.19 2.64.56A3.22 3.22 0 0 0 20 7c0-2.21-3.58-4-8-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/database-settings-outline.svg b/mkdocs-material/material/templates/.icons/material/database-settings-outline.svg new file mode 100644 index 0000000..c31e582 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/database-settings-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3C7.58 3 4 4.79 4 7v10c0 1.2 1.06 2.27 2.73 3h10.54c1.67-.73 2.73-1.8 2.73-3V7c0-2.21-3.58-4-8-4m6 14c0 .5-2.13 2-6 2s-6-1.5-6-2v-2.23c1.61.78 3.72 1.23 6 1.23s4.39-.45 6-1.23zm0-4.55c-1.3.95-3.58 1.55-6 1.55s-4.7-.6-6-1.55V9.64c1.47.83 3.61 1.36 6 1.36s4.53-.53 6-1.36zM12 9C8.13 9 6 7.5 6 7s2.13-2 6-2 6 1.5 6 2-2.13 2-6 2M7 22h2v2H7zm8 0h2v2h-2zm-4 0h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/database-settings.svg b/mkdocs-material/material/templates/.icons/material/database-settings.svg new file mode 100644 index 0000000..43d717e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/database-settings.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 22h2v2H7zm4 0h2v2h-2zm4 0h2v2h-2zM12 3c4.42 0 8 1.79 8 4s-3.58 4-8 4-8-1.79-8-4 3.58-4 8-4M4 9c0 2.21 3.58 4 8 4s8-1.79 8-4v3c0 2.21-3.58 4-8 4s-8-1.79-8-4zm0 5c0 2.21 3.58 4 8 4s8-1.79 8-4v3c0 1.19-1.05 2.27-2.71 3H6.71C5.05 19.27 4 18.19 4 17z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/database-sync-outline.svg b/mkdocs-material/material/templates/.icons/material/database-sync-outline.svg new file mode 100644 index 0000000..2aa16e3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/database-sync-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 16c.41 0 .81-.03 1.21-.06.19-.76.51-1.48.95-2.11-.69.11-1.42.17-2.16.17-2.42 0-4.7-.6-6-1.55V9.64c1.47.83 3.61 1.36 6 1.36s4.53-.53 6-1.36v1.55c.5-.12 1-.19 1.55-.19.15 0 .3 0 .45.03V7c0-2.21-3.58-4-8-4S4 4.79 4 7v10c0 2.21 3.59 4 8 4 .66 0 1.31-.04 1.92-.12-.35-.59-.61-1.24-.76-1.94-.37.06-.75.06-1.16.06-3.87 0-6-1.5-6-2v-2.23c1.61.78 3.72 1.23 6 1.23m0-11c3.87 0 6 1.5 6 2s-2.13 2-6 2-6-1.5-6-2 2.13-2 6-2m11 12.5c0 .82-.25 1.58-.67 2.21l-1.09-1.09c.17-.34.26-.72.26-1.12A2.5 2.5 0 0 0 19 15v1.5l-2.25-2.25L19 12v1.5c2.21 0 4 1.79 4 4m-4 1 2.25 2.25L19 23v-1.5c-2.21 0-4-1.79-4-4 0-.82.25-1.58.67-2.21l1.09 1.09c-.17.34-.26.72-.26 1.12A2.5 2.5 0 0 0 19 20z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/database-sync.svg b/mkdocs-material/material/templates/.icons/material/database-sync.svg new file mode 100644 index 0000000..43706f4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/database-sync.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 12v1.5a4 4 0 0 1 4 4c0 .82-.25 1.58-.67 2.21l-1.09-1.09c.17-.34.26-.72.26-1.12A2.5 2.5 0 0 0 19 15v1.5l-2.25-2.25zm0 11v-1.5a4 4 0 0 1-4-4c0-.82.25-1.58.67-2.21l1.09 1.09c-.17.34-.26.72-.26 1.12A2.5 2.5 0 0 0 19 20v-1.5l2.25 2.25zM12 3c4.42 0 8 1.79 8 4s-3.58 4-8 4-8-1.79-8-4 3.58-4 8-4M4 9c0 2.21 3.58 4 8 4 1.11 0 2.17-.11 3.14-.32-.95.86-1.64 1.99-1.96 3.28L12 16c-4.42 0-8-1.79-8-4zm16 0v2h-.5l-.6.03c.7-.6 1.1-1.29 1.1-2.03M4 14c0 2.21 3.58 4 8 4l1-.03c.09 1.06.42 2.03.95 2.91L12 21c-4.42 0-8-1.79-8-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/database.svg b/mkdocs-material/material/templates/.icons/material/database.svg new file mode 100644 index 0000000..b583e2a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/database.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3C7.58 3 4 4.79 4 7s3.58 4 8 4 8-1.79 8-4-3.58-4-8-4M4 9v3c0 2.21 3.58 4 8 4s8-1.79 8-4V9c0 2.21-3.58 4-8 4s-8-1.79-8-4m0 5v3c0 2.21 3.58 4 8 4s8-1.79 8-4v-3c0 2.21-3.58 4-8 4s-8-1.79-8-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/death-star-variant.svg b/mkdocs-material/material/templates/.icons/material/death-star-variant.svg new file mode 100644 index 0000000..3a34f89 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/death-star-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.05 13h19.89c-.06.69-.2 1.36-.4 2H14v2h3v2h-2v2h-2.5v1H12c-5.18 0-9.45-3.95-9.95-9m19.89-2H2.05c.5-5.05 4.77-9 9.95-9 1.62 0 3.15.39 4.5 1.08V5h2v2H20v2h1.54c.2.64.34 1.31.4 2M12 6.75a2.5 2.5 0 0 0-2.5-2.5A2.5 2.5 0 0 0 7 6.75a2.5 2.5 0 0 0 2.5 2.5 2.5 2.5 0 0 0 2.5-2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/death-star.svg b/mkdocs-material/material/templates/.icons/material/death-star.svg new file mode 100644 index 0000000..1dcbe5e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/death-star.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.05 13h19.9c-.5 5.05-4.76 9-9.95 9-5.18 0-9.45-3.95-9.95-9m19.9-2H2.05c.5-5.05 4.77-9 9.95-9s9.45 3.95 9.95 9M12 6.75a2.5 2.5 0 0 0-2.5-2.5A2.5 2.5 0 0 0 7 6.75a2.5 2.5 0 0 0 2.5 2.5 2.5 2.5 0 0 0 2.5-2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/deathly-hallows.svg b/mkdocs-material/material/templates/.icons/material/deathly-hallows.svg new file mode 100644 index 0000000..3f15d41 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/deathly-hallows.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2 1 21h22zm.75 9.47c1.81.4 2.95 2.2 2.55 4.03-.3 1.25-1.3 2.25-2.55 2.53zM11.25 18c-1.81-.4-2.95-2.2-2.55-4 .3-1.28 1.3-2.28 2.55-2.56zm5.63-3.28A4.874 4.874 0 0 0 12.75 10V6.29L20.4 19.5h-7.33c2.22-.5 3.8-2.47 3.81-4.75zm-5.63-8.43V10c-2.65.4-4.48 2.88-4.07 5.54.32 1.96 1.79 3.58 3.75 4.01H3.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/debian.svg b/mkdocs-material/material/templates/.icons/material/debian.svg new file mode 100644 index 0000000..6643ce9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/debian.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18.5 10.57-.2.37c.26-.78.11-1.63.15-2.37l-.07-.02c-.07-1.85-1.67-3.82-3.09-4.48-1.23-.57-3.12-.67-3.99-.24.12-.11.6-.15.45-.23-1.37.13-1.06.47-2.11.74-.29.28.86-.22.23.16-.56.13-.82-.12-1.65.74.07.12.53-.35.15.12-.79-.09-2.48 1.8-2.84 2.42l.19.04c-.31.77-.72 1.26-.77 1.72-.08 1.14-.45 3.21.08 3.85l-.06.53.23.45-.12.01c.58 1.83.62.04 1.39 1.94-.11-.04-.23-.08-.39-.32-.02.19.24.69.54 1.08l-.12.14c.16.31.32.38.43.49-.63-.35.57 1.13.7 1.32l.1-.17c-.02.24.17.56.53 1.01l.3-.01c.13.24.58.68.85.7l-.18.24c.69.2.33.29 1.18.59l-.17-.3c.43.37.56.7 1.17.98.85.3.96.18 1.82.43-.73 0-1.59 0-2.17-.22-3.96-1.07-7.56-5.72-7.32-10.5-.06-.97.1-2.18-.06-2.42.22-.74.48-1.64 1.01-2.71-.04-.07.09.21.36-.24.16-.36.29-.75.5-1.1l.1-.03c.11-.61 1.43-1.55 1.85-2.02v.18c.86-.81 2.4-1.35 3.26-1.73-.23.25.51-.03 1.04-.06l-.49.28c.63-.16.6.07 1.25-.03-.23.03-.5.1-.46.16.72.08.84-.22 1.51 0l-.05-.2c.94.34 1.13.28 2.14.82.36.01.4-.22.93 0 .1.16-.02.19.64.59.07-.03-.13-.22-.27-.37 1.3.71 2.75 2.22 3.18 3.84-.41-.74-.04.39-.18.33.18.49.33 1 .43 1.53-.12-.43-.39-1.48-.86-2.15-.03.43-.6-.3-.29.66.22.34.05-.35.34.25 0 .29.11.58.18.95-.1-.02-.22-.41-.3-.31.1.5.27.72.33.76-.03.08-.12-.08-.12.24.04.74.21.43.29.46-.09.37-.41.79-.25 1.42l-.2-.56c-.05.53.11.63-.13 1.28.18-.6.16-1.1-.01-.85.09.82-.65 1.45-.58 1.98l-.21-.29c-.57.83-.01.45-.4 1.06.14-.23-.07-.08.11-.36-.12.01-.55.53-.94.83-1.54 1.23-3.39 1.4-5.15.73h-.01c.01-.04 0-.09-.12-.17-1.51-1.15-2.4-2.13-2.11-4.41.25-.17.31-1.12.84-1.45.32-.71 1.28-1.36 2.31-1.38 1.05-.06 1.94.56 2.39 1.14-.82-.75-2.14-.98-3.28-.43-1.15.53-1.84 1.8-1.76 3.07.06-.07.1-.02.12-.18-.03 2.47 2.66 4.28 4.6 3.37l.03.05c.78-.22.68-.39 1.19-.75-.04.09-.34.3-.16.3.25-.06 1.03-.79 1.42-1.13.17-.38-.1-.23.15-.69l.3-.15c.17-.48.35-.75.35-1.32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/debug-step-into.svg b/mkdocs-material/material/templates/.icons/material/debug-step-into.svg new file mode 100644 index 0000000..a12d7f7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/debug-step-into.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 22a2 2 0 0 1-2-2 2 2 0 0 1 2-2 2 2 0 0 1 2 2 2 2 0 0 1-2 2m1-20v11l4.5-4.5 1.42 1.42L12 16.84 5.08 9.92 6.5 8.5 11 13V2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/debug-step-out.svg b/mkdocs-material/material/templates/.icons/material/debug-step-out.svg new file mode 100644 index 0000000..97462fa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/debug-step-out.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 22a2 2 0 0 1-2-2 2 2 0 0 1 2-2 2 2 0 0 1 2 2 2 2 0 0 1-2 2m1-6h-2V6l-4.5 4.5-1.42-1.42L12 2.16l6.92 6.92-1.42 1.42L13 6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/debug-step-over.svg b/mkdocs-material/material/templates/.icons/material/debug-step-over.svg new file mode 100644 index 0000000..704df71 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/debug-step-over.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 14a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2m11.46-5.14-1.59 6.89L15 14.16l3.8-2.38A7.97 7.97 0 0 0 12 8c-3.95 0-7.23 2.86-7.88 6.63l-1.97-.35C2.96 9.58 7.06 6 12 6c3.58 0 6.73 1.89 8.5 4.72z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/decagram-outline.svg b/mkdocs-material/material/templates/.icons/material/decagram-outline.svg new file mode 100644 index 0000000..5a5a304 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/decagram-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23 12-2.44 2.78.34 3.68-3.61.82-1.89 3.18L12 21l-3.4 1.47-1.89-3.18-3.61-.82.34-3.69L1 12l2.44-2.79-.34-3.68 3.61-.81L8.6 1.54 12 3l3.4-1.46 1.89 3.18 3.61.82-.34 3.68zm-2.67 0L18.5 9.89l.24-2.79L16 6.5l-1.42-2.43L12 5.18 9.42 4.07 8 6.5l-2.74.59.24 2.79L3.67 12l1.83 2.1-.24 2.8 2.74.6 1.42 2.43L12 18.81l2.58 1.11L16 17.5l2.74-.61-.24-2.79z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/decagram.svg b/mkdocs-material/material/templates/.icons/material/decagram.svg new file mode 100644 index 0000000..40a2651 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/decagram.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23 12-2.44-2.78.34-3.68-3.61-.82-1.89-3.18L12 3 8.6 1.54 6.71 4.72l-3.61.81.34 3.68L1 12l2.44 2.78-.34 3.69 3.61.82 1.89 3.18L12 21l3.4 1.46 1.89-3.18 3.61-.82-.34-3.68z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/decimal-comma-decrease.svg b/mkdocs-material/material/templates/.icons/material/decimal-comma-decrease.svg new file mode 100644 index 0000000..2684574 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/decimal-comma-decrease.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 13v3H4l-1-3a1 1 0 0 1 2 0m10 3v-2l-3 3 3 3v-2h6v-2m-9-5a3 3 0 0 1-6 0V8a3 3 0 0 1 6 0m-2 0a1 1 0 0 0-2 0v3a1 1 0 0 0 2 0Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/decimal-comma-increase.svg b/mkdocs-material/material/templates/.icons/material/decimal-comma-increase.svg new file mode 100644 index 0000000..0b15f43 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/decimal-comma-increase.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 5a3 3 0 0 0-3 3v3a3 3 0 0 0 6 0V8a3 3 0 0 0-3-3m1 6a1 1 0 0 1-2 0V8a1 1 0 0 1 2 0m6 6a3 3 0 0 0 3-3V8a3 3 0 0 0-6 0v3a3 3 0 0 0 3 3m-1-6a1 1 0 0 1 2 0v3a1 1 0 0 1-2 0m4 9v-2h-6v-2h6v-2l3 3M5 13v3H4l-1-3a1 1 0 0 1 2 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/decimal-comma.svg b/mkdocs-material/material/templates/.icons/material/decimal-comma.svg new file mode 100644 index 0000000..b8ab2b5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/decimal-comma.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 7a3 3 0 0 1 3 3v3a3 3 0 0 1-6 0v-3a3 3 0 0 1 3-3m0 2a1 1 0 0 0-1 1v3a1 1 0 0 0 2 0v-3a1 1 0 0 0-1-1m7-2a3 3 0 0 1 3 3v3a3 3 0 0 1-6 0v-3a3 3 0 0 1 3-3m0 2a1 1 0 0 0-1 1v3a1 1 0 0 0 2 0v-3a1 1 0 0 0-1-1M5 14a1 1 0 0 0-1 1l1 3h1v-3a1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/decimal-decrease.svg b/mkdocs-material/material/templates/.icons/material/decimal-decrease.svg new file mode 100644 index 0000000..5b3e662 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/decimal-decrease.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 17 3 3v-2h6v-2h-6v-2zM9 5a3 3 0 0 1 3 3v3a3 3 0 0 1-3 3 3 3 0 0 1-3-3V8a3 3 0 0 1 3-3m0 2a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1 1 1 0 0 0 1-1V8a1 1 0 0 0-1-1m-5 5a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/decimal-increase.svg b/mkdocs-material/material/templates/.icons/material/decimal-increase.svg new file mode 100644 index 0000000..419b85f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/decimal-increase.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22 17-3 3v-2h-6v-2h6v-2zM9 5a3 3 0 0 1 3 3v3a3 3 0 0 1-3 3 3 3 0 0 1-3-3V8a3 3 0 0 1 3-3m0 2a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1 1 1 0 0 0 1-1V8a1 1 0 0 0-1-1m7-2a3 3 0 0 1 3 3v3a3 3 0 0 1-3 3 3 3 0 0 1-3-3V8a3 3 0 0 1 3-3m0 2a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1 1 1 0 0 0 1-1V8a1 1 0 0 0-1-1M4 12a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/decimal.svg b/mkdocs-material/material/templates/.icons/material/decimal.svg new file mode 100644 index 0000000..8886e8f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/decimal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 7a3 3 0 0 0-3 3v3a3 3 0 0 0 6 0v-3a3 3 0 0 0-3-3m1 6a1 1 0 0 1-2 0v-3a1 1 0 0 1 2 0m6-3a3 3 0 0 0-3 3v3a3 3 0 0 0 6 0v-3a3 3 0 0 0-3-3m1 6a1 1 0 0 1-2 0v-3a1 1 0 0 1 2 0M6 15a1 1 0 1 1-1-1 1 1 0 0 1 1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/delete-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/delete-alert-outline.svg new file mode 100644 index 0000000..a104857 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/delete-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 19V7h12v12c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2M6 9v10h8V9zm7.5-5H17v2H3V4h3.5l1-1h5zM19 17v-2h2v2zm0-4V7h2v6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/delete-alert.svg b/mkdocs-material/material/templates/.icons/material/delete-alert.svg new file mode 100644 index 0000000..b8295d6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/delete-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 4v2H3V4h3.5l1-1h5l1 1zM4 19V7h12v12c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2m15-4h2v2h-2zm0-8h2v6h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/delete-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/delete-circle-outline.svg new file mode 100644 index 0000000..7b5b03c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/delete-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8m4 6v7a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1v-7zm-2.5-4 1 1H17v2H7V7h2.5l1-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/delete-circle.svg b/mkdocs-material/material/templates/.icons/material/delete-circle.svg new file mode 100644 index 0000000..b803a48 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/delete-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c5.53 0 10 4.47 10 10s-4.47 10-10 10S2 17.53 2 12 6.47 2 12 2m5 5h-2.5l-1-1h-3l-1 1H7v2h10zM9 18h6a1 1 0 0 0 1-1v-7H8v7a1 1 0 0 0 1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/delete-clock-outline.svg b/mkdocs-material/material/templates/.icons/material/delete-clock-outline.svg new file mode 100644 index 0000000..1c278d4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/delete-clock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 13h1.5v2.82l2.44 1.41-.75 1.3L15 16.69zm8 3c0 3.87-3.13 7-7 7-1.91 0-3.64-.76-4.9-2H8c-1.1 0-2-.9-2-2V7h12v2.29c2.89.86 5 3.54 5 6.71M9 16c0-3.87 3.13-7 7-7H8v10h1.67c-.43-.91-.67-1.93-.67-3m7-5c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5m-.5-7H19v2H5V4h3.5l1-1h5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/delete-clock.svg b/mkdocs-material/material/templates/.icons/material/delete-clock.svg new file mode 100644 index 0000000..0e57c1f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/delete-clock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 13h1.5v2.82l2.44 1.41-.75 1.3L15 16.69zm8 3c0 3.87-3.13 7-7 7-1.91 0-3.64-.76-4.9-2H8c-1.1 0-2-.9-2-2V7h12v2.29c2.89.86 5 3.54 5 6.71m-7-5c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5m3-7v2H5V4h3.5l1-1h5l1 1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/delete-empty-outline.svg b/mkdocs-material/material/templates/.icons/material/delete-empty-outline.svg new file mode 100644 index 0000000..5a5cdea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/delete-empty-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.37 8.91-1 1.73-12.13-7 1-1.73 3.04 1.75 1.36-.37 4.33 2.5.37 1.37zM6 19V7h5.07L18 11v8a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2m2 0h8v-6.8L10.46 9H8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/delete-empty.svg b/mkdocs-material/material/templates/.icons/material/delete-empty.svg new file mode 100644 index 0000000..9c5f857 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/delete-empty.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.37 8.91-1 1.73-12.13-7 1-1.73 3.04 1.75 1.36-.37 4.33 2.5.37 1.37zM6 19V7h5.07L18 11v8a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/delete-forever-outline.svg b/mkdocs-material/material/templates/.icons/material/delete-forever-outline.svg new file mode 100644 index 0000000..54ee3b3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/delete-forever-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.12 10.47 12 12.59l-2.13-2.12-1.41 1.41L10.59 14l-2.12 2.12 1.41 1.41L12 15.41l2.12 2.12 1.41-1.41L13.41 14l2.12-2.12zM15.5 4l-1-1h-5l-1 1H5v2h14V4zM6 19a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V7H6zM8 9h8v10H8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/delete-forever.svg b/mkdocs-material/material/templates/.icons/material/delete-forever.svg new file mode 100644 index 0000000..e292f65 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/delete-forever.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 19a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V7H6zm2.46-7.12 1.41-1.41L12 12.59l2.12-2.12 1.41 1.41L13.41 14l2.12 2.12-1.41 1.41L12 15.41l-2.12 2.12-1.41-1.41L10.59 14zM15.5 4l-1-1h-5l-1 1H5v2h14V4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/delete-off-outline.svg b/mkdocs-material/material/templates/.icons/material/delete-off-outline.svg new file mode 100644 index 0000000..6888667 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/delete-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 5.27 3.28 4 5 5.72l.28.28 1 1 2 2L16 16.72l2 2 2 2L18.73 22l-1.46-1.46c-.34.29-.77.46-1.27.46H8c-1.1 0-2-.9-2-2V9.27zM8 19h7.73L8 11.27zM18 7v9.18l-2-2V9h-5.18l-2-2zm-2.5-3H19v2H7.82l-2-2H8.5l1-1h5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/delete-off.svg b/mkdocs-material/material/templates/.icons/material/delete-off.svg new file mode 100644 index 0000000..359ca79 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/delete-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 5.27 3.28 4 5 5.72l.28.28 1 1L18 18.72l2 2L18.73 22l-1.46-1.46c-.34.29-.77.46-1.27.46H8c-1.1 0-2-.9-2-2V9.27zM19 4v2H7.82l-2-2H8.5l1-1h5l1 1zm-1 3v9.18L8.82 7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/delete-outline.svg b/mkdocs-material/material/templates/.icons/material/delete-outline.svg new file mode 100644 index 0000000..15723d4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/delete-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 19a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V7H6zM8 9h8v10H8zm7.5-5-1-1h-5l-1 1H5v2h14V4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/delete-restore.svg b/mkdocs-material/material/templates/.icons/material/delete-restore.svg new file mode 100644 index 0000000..52a9c3f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/delete-restore.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 14h2l-4-4-4 4h2v4h4zM6 7h12v12c0 .5-.2 1-.61 1.39-.39.41-.89.61-1.39.61H8c-.5 0-1-.2-1.39-.61C6.2 20 6 19.5 6 19zm13-3v2H5V4h3.5l1-1h5l1 1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/delete-sweep-outline.svg b/mkdocs-material/material/templates/.icons/material/delete-sweep-outline.svg new file mode 100644 index 0000000..2723c0d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/delete-sweep-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 16h4v2h-4zm0-8h7v2h-7zm0 4h6v2h-6zm-4-2v8H5v-8zm2-2H3v10a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2zm1-3h-3l-1-1H6L5 5H2v2h12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/delete-sweep.svg b/mkdocs-material/material/templates/.icons/material/delete-sweep.svg new file mode 100644 index 0000000..ec86e64 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/delete-sweep.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 16h4v2h-4zm0-8h7v2h-7zm0 4h6v2h-6zM3 18a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V8H3zM14 5h-3l-1-1H6L5 5H2v2h12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/delete-variant.svg b/mkdocs-material/material/templates/.icons/material/delete-variant.svg new file mode 100644 index 0000000..19277f3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/delete-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.03 3 18 20.31c-.17.96-1 1.69-2 1.69H8c-1 0-1.83-.73-2-1.69L2.97 3zM5.36 5 8 20h8l2.64-15zM9 18v-4h4v4zm4-4.82L9.82 10 13 6.82 16.18 10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/delete.svg b/mkdocs-material/material/templates/.icons/material/delete.svg new file mode 100644 index 0000000..34f0e91 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/delete.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 4h-3.5l-1-1h-5l-1 1H5v2h14M6 19a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V7H6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/delta.svg b/mkdocs-material/material/templates/.icons/material/delta.svg new file mode 100644 index 0000000..fbd05ea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/delta.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 7.77 18.39 18H5.61zM12 4 2 20h20"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/desk-lamp-off.svg b/mkdocs-material/material/templates/.icons/material/desk-lamp-off.svg new file mode 100644 index 0000000..5b24938 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/desk-lamp-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m9 10.87-.2.26c.13.27.2.57.2.87a2 2 0 0 1-.47 1.28L13 20h4v2H7v-2h3.62l-4.04-6.05A2 2 0 0 1 5 12c0-1.1.9-2 2-2h.14l.39-.58L1.11 3l1.28-1.27 19.72 19.73-1.27 1.27zM18.33 7l-1.66 2.5c.68.45 1.62.27 2.08-.42S19 7.46 18.33 7m-8.76-.63L11 7.82l1-1.45c-.22 1.68.75 3.52 2.45 4.63l4.44-6.63c-1.69-1.13-3.77-1.33-5.24-.5L10.85 2 9.18 4.5l1.14.75z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/desk-lamp-on.svg b/mkdocs-material/material/templates/.icons/material/desk-lamp-on.svg new file mode 100644 index 0000000..96ac6b6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/desk-lamp-on.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.85 2 9.18 4.5l1.14.75L7.14 10H7c-1.1 0-2 .9-2 2a2 2 0 0 0 1.58 1.95L10.62 20H7v2h10v-2h-4l-4.47-6.72A2 2 0 0 0 9 12c0-.3-.07-.6-.2-.87L12 6.37c-.22 1.68.75 3.52 2.45 4.63l4.44-6.63c-1.69-1.13-3.77-1.33-5.24-.5zm7.48 5-1.66 2.5c.68.45 1.62.27 2.08-.42S19 7.46 18.33 7m3.37 5.58-2.12-2.13.7-.7 2.12 2.12zM23 7h-3V6h3zm-7 7v-3h1v3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/desk-lamp.svg b/mkdocs-material/material/templates/.icons/material/desk-lamp.svg new file mode 100644 index 0000000..cd5b444 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/desk-lamp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.85 2 9.18 4.5l1.14.75L7.14 10H7a2 2 0 0 0-2 2 2 2 0 0 0 1.58 1.95L10.62 20H7v2h10v-2h-4l-4.47-6.72A2 2 0 0 0 9 12c0-.3-.07-.6-.2-.87L12 6.37c-.22 1.68.75 3.52 2.45 4.63l4.44-6.63c-1.69-1.13-3.77-1.33-5.24-.5zm7.48 5-1.66 2.5c.68.45 1.62.27 2.08-.42S19 7.46 18.33 7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/desk.svg b/mkdocs-material/material/templates/.icons/material/desk.svg new file mode 100644 index 0000000..2ca9e0d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/desk.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 6h18c.55 0 1 .45 1 1s-.45 1-1 1v11h-2v-2h-4v2h-2V8H5v11H3V8c-.55 0-1-.45-1-1s.45-1 1-1m13 4.5v.5h2v-.5c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5m0 4v.5h2v-.5c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/deskphone.svg b/mkdocs-material/material/templates/.icons/material/deskphone.svg new file mode 100644 index 0000000..65757a1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/deskphone.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m10 2v14h4V5zM5 5v4h8V5zm0 6v2h2v-2zm3 0v2h2v-2zm3 0v2h2v-2zm-6 3v2h2v-2zm3 0v2h2v-2zm3 0v2h2v-2zm0 3v2h2v-2zm-3 0v2h2v-2zm-3 0v2h2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/desktop-classic.svg b/mkdocs-material/material/templates/.icons/material/desktop-classic.svg new file mode 100644 index 0000000..766f83f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/desktop-classic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 2c-1.11 0-2 .89-2 2v8c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2V4c0-1.11-.89-2-2-2zm0 2h12v8H6zM4 15c-1.11 0-2 .89-2 2v3c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2v-3c0-1.11-.89-2-2-2zm4 2h12v3H8zm1 .75v1.5h4v-1.5zm6 0v1.5h4v-1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/desktop-tower-monitor.svg b/mkdocs-material/material/templates/.icons/material/desktop-tower-monitor.svg new file mode 100644 index 0000000..5129cd4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/desktop-tower-monitor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 18h-5a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1m0-10h-5v1h5zm0 2h-5v1h5zM9 15v2h1v1H5v-1h1v-2H2a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h11a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1zm3-7H3v5h9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/desktop-tower.svg b/mkdocs-material/material/templates/.icons/material/desktop-tower.svg new file mode 100644 index 0000000..7488890 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/desktop-tower.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 2h8a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m0 2v2h8V4zm8 4H8v2h8zm0 10h-2v2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/details.svg b/mkdocs-material/material/templates/.icons/material/details.svg new file mode 100644 index 0000000..ca56aec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/details.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.38 6h11.25L12 16zM3 4l9 16 9-16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dev-to.svg b/mkdocs-material/material/templates/.icons/material/dev-to.svg new file mode 100644 index 0000000..b82358d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dev-to.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.73 11.93c0 1.72-.02 1.83-.23 2.07-.19.17-.38.23-.76.23l-.51.01-.03-2.27-.02-2.27h.52c.35 0 .6.07.77.21.24.21.26.25.26 2.02M22 7.5v9c0 1.11-.89 2-2 2H4c-1.11 0-2-.89-2-2v-9c0-1.11.89-2 2-2h16c1.11 0 2 .89 2 2M8.93 11.73c-.03-1.84-.05-1.99-.29-2.39-.4-.68-.85-.84-2.36-.84H5v7h1.21c1.33 0 1.89-.17 2.29-.71.41-.53.5-.98.43-3.06m4.19-3.23h-1.48c-1.49 0-1.5 0-1.71.28S9.7 9.21 9.7 12v2.96l.27.27c.25.27.31.27 1.71.27h1.44v-1.19l-1.09-.04-1.1-.03V12.6l.68-.03.66-.04v-1.19h-1.39V9.7h2.24zm5.88.06c0-.06-.3-.06-.66-.06l-.68.06-.59 2.35c-.38 1.48-.62 2.27-.67 2.13-.08-.27-1.14-4.44-1.14-4.49s-.31-.05-.68-.05h-.69l.41 1.55c.2.87.59 2.28.81 3.15.34 1.35.46 1.65.75 1.94.2.22.45.36.61.36.33 0 .76-.34.9-.73C17.5 14.5 19 8.69 19 8.56"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/developer-board.svg b/mkdocs-material/material/templates/.icons/material/developer-board.svg new file mode 100644 index 0000000..339202e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/developer-board.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 9V7h-2V5a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-2h2v-2h-2v-2h2v-2h-2V9zm-4 10H4V5h14zM6 13h5v4H6zm6-6h4v3h-4zM6 7h5v5H6zm6 4h4v6h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/deviantart.svg b/mkdocs-material/material/templates/.icons/material/deviantart.svg new file mode 100644 index 0000000..a7df7b3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/deviantart.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 6h6l2-4h4v4l-3.5 7H18v5h-6l-2 4H6v-4l3.5-7H6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/devices.svg b/mkdocs-material/material/templates/.icons/material/devices.svg new file mode 100644 index 0000000..b766313 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/devices.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 6h18V4H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h4v-2H3zm10 6H9v1.78c-.61.55-1 1.33-1 2.22s.39 1.67 1 2.22V20h4v-1.78c.61-.55 1-1.34 1-2.22s-.39-1.67-1-2.22zm-2 5.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5M22 8h-6c-.5 0-1 .5-1 1v10c0 .5.5 1 1 1h6c.5 0 1-.5 1-1V9c0-.5-.5-1-1-1m-1 10h-4v-8h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dharmachakra.svg b/mkdocs-material/material/templates/.icons/material/dharmachakra.svg new file mode 100644 index 0000000..9b79f63 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dharmachakra.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 2v1c-1.73.2-3.31.9-4.6 1.94l-.76-.76L4.22 5.6l.78.75A9.04 9.04 0 0 0 3 11H2v2h1c.21 1.68.9 3.26 2 4.56l-.78.76 1.42 1.42.75-.74A9.3 9.3 0 0 0 11 21v1h2v-1a9.27 9.27 0 0 0 4.6-2l.76.74 1.42-1.42-.78-.75c1.1-1.3 1.79-2.89 2-4.57h1v-2h-1a9 9 0 0 0-2-4.64l.78-.76-1.42-1.42-.75.76A9 9 0 0 0 13 3V2zm0 3v3l-1 .5-2.19-2.15c.91-.68 2-1.18 3.19-1.35m2 0c1.16.18 2.26.64 3.2 1.35L14 8.5 13 8zM6.4 7.76 8.5 10 8 11H5c.16-1.16.7-2.3 1.39-3.25zm11.2 0c.73.95 1.21 2.06 1.4 3.24h-3l-.5-1 2.11-2.24zM12 10c1.12 0 2 .88 2 2s-.88 2-2 2-2-.88-2-2 .88-2 2-2m-7 3h3l.57 1-2.18 2.15C5.67 15.24 5.19 14.16 5 13m11 0h3a7 7 0 0 1-1.39 3.16L15.5 14zm-6 2.5 1 .5v3a7.04 7.04 0 0 1-3.2-1.43zm4 0 2.19 2.07c-.91.68-2 1.26-3.19 1.43v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/diabetes.svg b/mkdocs-material/material/templates/.icons/material/diabetes.svg new file mode 100644 index 0000000..48327ee --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/diabetes.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.73 2.29a1 1 0 0 1 1.41 1.41L13 6.79l.76.95 1.94 5a1.46 1.46 0 0 1-.34 1.55l-3.09 3.09a1.55 1.55 0 0 1-2.12 0l-4.6-4.6a1.37 1.37 0 0 1-.4-1l-.5-6.44h1.07a1 1 0 0 1 .75.3l.14.17 1.05 3.48m0 12.71L2 16.36l2.12-2.12 5.66 5.66M19.5 4.5S17 7.26 17 9a2.5 2.5 0 1 0 5 0c0-1.74-2.5-4.5-2.5-4.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dialpad.svg b/mkdocs-material/material/templates/.icons/material/dialpad.svg new file mode 100644 index 0000000..1d818a3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dialpad.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 19a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2M6 1a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m0 6a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m0 6a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m12-8a2 2 0 0 0 2-2 2 2 0 0 0-2-2 2 2 0 0 0-2 2 2 2 0 0 0 2 2m-6 8a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m6 0a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m0-6a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m-6 0a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m0-6a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/diameter-outline.svg b/mkdocs-material/material/templates/.icons/material/diameter-outline.svg new file mode 100644 index 0000000..f71435a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/diameter-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 18a8 8 0 0 1-8-8 8 8 0 0 1 8-8 8 8 0 0 1 8 8 8 8 0 0 1-8 8m4-5v-2H8v2l-3-3 3-3v2h8V9l3 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/diameter-variant.svg b/mkdocs-material/material/templates/.icons/material/diameter-variant.svg new file mode 100644 index 0000000..dec540a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/diameter-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m4.15 21.46 1.32-1.88A10.01 10.01 0 0 1 2 12 10 10 0 0 1 12 2c1.78 0 3.44.46 4.89 1.27l1.32-1.88 1.64 1.15-1.32 1.88C20.65 6.26 22 8.97 22 12a10 10 0 0 1-10 10c-1.78 0-3.44-.46-4.89-1.27l-1.32 1.88zM12 4a8 8 0 0 0-8 8c0 2.35 1 4.46 2.63 5.93l9.1-13.01A7.9 7.9 0 0 0 12 4m0 16a8 8 0 0 0 8-8c0-2.35-1-4.46-2.63-5.93l-9.1 13.01c1.11.59 2.38.92 3.73.92"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/diameter.svg b/mkdocs-material/material/templates/.icons/material/diameter.svg new file mode 100644 index 0000000..26b566d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/diameter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m5 13v-2H7v2l-3-3 3-3v2h10V9l3 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/diamond-outline.svg b/mkdocs-material/material/templates/.icons/material/diamond-outline.svg new file mode 100644 index 0000000..ab004be --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/diamond-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 2H6L2 8l10 14L22 8zM4.43 8l2.64-4h9.86l2.64 4L12 18.56z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/diamond-stone.svg b/mkdocs-material/material/templates/.icons/material/diamond-stone.svg new file mode 100644 index 0000000..8459727 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/diamond-stone.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 9h3l-5 7m-4-7h4l-2 8M5 9h3l2 7m5-12h2l2 3h-3m-5-3h2l1 3h-4M7 4h2L8 7H5m1-5L2 8l10 14L22 8l-4-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/diamond.svg b/mkdocs-material/material/templates/.icons/material/diamond.svg new file mode 100644 index 0000000..2ca88f0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/diamond.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 2 2 8l10 14L22 8l-4-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/diaper-outline.svg b/mkdocs-material/material/templates/.icons/material/diaper-outline.svg new file mode 100644 index 0000000..aa9ce1f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/diaper-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 4H3c-.55 0-1 .45-1 1v5c0 5.5 4.5 10 10 10s10-4.5 10-10V5c0-.55-.45-1-1-1M4 6h16v2h-5v2h5c0 .34 0 .67-.06 1A6.996 6.996 0 0 0 13 17.94c-.33.06-.66.06-1 .06s-.67 0-1-.06A6.996 6.996 0 0 0 4.06 11C4 10.67 4 10.34 4 10h5V8H4zm11.04 11.4a4.99 4.99 0 0 1 4.37-4.36 8.18 8.18 0 0 1-4.38 4.37M4.6 13.04c2.28.27 4.1 2.08 4.37 4.37a8.12 8.12 0 0 1-4.37-4.38Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dice-1-outline.svg b/mkdocs-material/material/templates/.icons/material/dice-1-outline.svg new file mode 100644 index 0000000..51818aa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dice-1-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 5v14H5V5zm0-2H5c-1.1 0-2 .9-2 2v14a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2V5a2 2 0 0 0-2-2m-7 7.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dice-1.svg b/mkdocs-material/material/templates/.icons/material/dice-1.svg new file mode 100644 index 0000000..637f8ca --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dice-1.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m7 7a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dice-2-outline.svg b/mkdocs-material/material/templates/.icons/material/dice-2-outline.svg new file mode 100644 index 0000000..4a5c93e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dice-2-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 5v14H5V5zm0-2H5c-1.1 0-2 .9-2 2v14a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2V5a2 2 0 0 0-2-2M7.5 6C6.67 6 6 6.67 6 7.5S6.67 9 7.5 9 9 8.33 9 7.5 8.33 6 7.5 6m9 9c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dice-2.svg b/mkdocs-material/material/templates/.icons/material/dice-2.svg new file mode 100644 index 0000000..343ff60 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dice-2.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m2 2a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m10 10a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dice-3-outline.svg b/mkdocs-material/material/templates/.icons/material/dice-3-outline.svg new file mode 100644 index 0000000..753d024 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dice-3-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 5v14H5V5zm0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m-7 7.5c-.8 0-1.5.7-1.5 1.5s.7 1.5 1.5 1.5 1.5-.7 1.5-1.5-.7-1.5-1.5-1.5M7.5 6C6.7 6 6 6.7 6 7.5S6.7 9 7.5 9 9 8.3 9 7.5 8.3 6 7.5 6m9 9c-.8 0-1.5.7-1.5 1.5s.7 1.5 1.5 1.5 1.5-.7 1.5-1.5-.7-1.5-1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dice-3.svg b/mkdocs-material/material/templates/.icons/material/dice-3.svg new file mode 100644 index 0000000..7856756 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dice-3.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m7 7a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2M7 5a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m10 10a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dice-4-outline.svg b/mkdocs-material/material/templates/.icons/material/dice-4-outline.svg new file mode 100644 index 0000000..ea6359d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dice-4-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 5v14H5V5zm0-2H5c-1.1 0-2 .9-2 2v14a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2V5a2 2 0 0 0-2-2M7.5 6C6.67 6 6 6.67 6 7.5S6.67 9 7.5 9 9 8.33 9 7.5 8.33 6 7.5 6m9 9c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5m0-9c-.83 0-1.5.67-1.5 1.5S15.67 9 16.5 9 18 8.33 18 7.5 17.33 6 16.5 6m-9 9c-.83 0-1.5.67-1.5 1.5S6.67 18 7.5 18 9 17.33 9 16.5 8.33 15 7.5 15"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dice-4.svg b/mkdocs-material/material/templates/.icons/material/dice-4.svg new file mode 100644 index 0000000..63707f5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dice-4.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m2 2a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m10 10a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m0-10a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2M7 15a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dice-5-outline.svg b/mkdocs-material/material/templates/.icons/material/dice-5-outline.svg new file mode 100644 index 0000000..5141d77 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dice-5-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 5v14H5V5zm0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2M7.5 6C6.7 6 6 6.7 6 7.5S6.7 9 7.5 9 9 8.3 9 7.5 8.3 6 7.5 6m9 9c-.8 0-1.5.7-1.5 1.5s.7 1.5 1.5 1.5 1.5-.7 1.5-1.5-.7-1.5-1.5-1.5m0-9c-.8 0-1.5.7-1.5 1.5S15.7 9 16.5 9 18 8.3 18 7.5 17.3 6 16.5 6M12 10.5c-.8 0-1.5.7-1.5 1.5s.7 1.5 1.5 1.5 1.5-.7 1.5-1.5-.7-1.5-1.5-1.5M7.5 15c-.8 0-1.5.7-1.5 1.5S6.7 18 7.5 18 9 17.3 9 16.5 8.3 15 7.5 15"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dice-5.svg b/mkdocs-material/material/templates/.icons/material/dice-5.svg new file mode 100644 index 0000000..4093ab9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dice-5.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m2 2a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m10 10a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m0-10a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m-5 5a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m-5 5a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dice-6-outline.svg b/mkdocs-material/material/templates/.icons/material/dice-6-outline.svg new file mode 100644 index 0000000..00c64ef --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dice-6-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 5v14H5V5zm0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2M7.5 6C6.7 6 6 6.7 6 7.5S6.7 9 7.5 9 9 8.3 9 7.5 8.3 6 7.5 6m9 9c-.8 0-1.5.7-1.5 1.5s.7 1.5 1.5 1.5 1.5-.7 1.5-1.5-.7-1.5-1.5-1.5m0-4.5c-.8 0-1.5.7-1.5 1.5s.7 1.5 1.5 1.5S18 12.8 18 12s-.7-1.5-1.5-1.5m0-4.5c-.8 0-1.5.7-1.5 1.5S15.7 9 16.5 9 18 8.3 18 7.5 17.3 6 16.5 6m-9 4.5c-.8 0-1.5.7-1.5 1.5s.7 1.5 1.5 1.5S9 12.8 9 12s-.7-1.5-1.5-1.5m0 4.5c-.8 0-1.5.7-1.5 1.5S6.7 18 7.5 18 9 17.3 9 16.5 8.3 15 7.5 15"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dice-6.svg b/mkdocs-material/material/templates/.icons/material/dice-6.svg new file mode 100644 index 0000000..b15f9b3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dice-6.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m2 2a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m10 10a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m0-5a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m0-5a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2M7 10a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m0 5a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dice-d10-outline.svg b/mkdocs-material/material/templates/.icons/material/dice-d10-outline.svg new file mode 100644 index 0000000..bccac22 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dice-d10-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.5 16H9v-5.79l-1.78.55V9.53l3.14-1.12h.14zm3.57-7.79c1.43 0 2.57 1.15 2.57 2.57v2.64c0 1.42-1.14 2.58-2.57 2.58s-2.57-1.16-2.57-2.58v-2.64a2.57 2.57 0 0 1 2.57-2.57m-.01 1.44c-.59 0-1.06.48-1.06 1.06v2.79c0 .57.47 1.04 1.06 1.04.58 0 1.08-.48 1.08-1.04v-2.79c0-.59-.5-1.06-1.08-1.06M12 2c-.5 0-1 .19-1.41.59l-8 8c-.79.78-.79 2.04 0 2.82l8 8c.78.79 2.04.79 2.82 0l8-8c.79-.78.79-2.04 0-2.82l-8-8C13 2.19 12.5 2 12 2m0 2 8 8-8 8-8-8Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dice-d10.svg b/mkdocs-material/material/templates/.icons/material/dice-d10.svg new file mode 100644 index 0000000..ff9995a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dice-d10.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c-.5 0-1 .19-1.41.59l-8 8c-.79.78-.79 2.04 0 2.82l8 8c.78.79 2.04.79 2.82 0l8-8c.79-.78.79-2.04 0-2.82l-8-8C13 2.19 12.5 2 12 2m2.07 6.21c1.43 0 2.57 1.15 2.57 2.57v2.64c0 1.42-1.14 2.58-2.57 2.58s-2.57-1.16-2.57-2.58v-2.64a2.57 2.57 0 0 1 2.57-2.57m-3.71.2h.14V16H9v-5.79l-1.78.55V9.53zm3.7 1.24c-.59 0-1.06.48-1.06 1.06v2.79c0 .57.47 1.04 1.06 1.04.58 0 1.08-.48 1.08-1.04v-2.79c0-.59-.5-1.06-1.08-1.06"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dice-d12-outline.svg b/mkdocs-material/material/templates/.icons/material/dice-d12-outline.svg new file mode 100644 index 0000000..75134f8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dice-d12-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2 1.5 9.64 5.5 22h13l4-12.36zm5 18H7l-3.15-9.6L12 4.47l8.15 5.93zm0-4.25V17h-5.34v-1.09s3.57-3.46 3.57-4.51c0-1.28-1.05-1.15-1.05-1.15-.68.05-1.18.62-1.18 1.3h-1.56c.06-1.46 1.28-2.61 2.83-2.55 2.47 0 2.5 1.85 2.5 2.3 0 1.77-3.19 4.47-3.19 4.47zM10.5 17H8.89v-6.11L7 11.47v-1.28L10.31 9h.19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dice-d12.svg b/mkdocs-material/material/templates/.icons/material/dice-d12.svg new file mode 100644 index 0000000..2b857c1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dice-d12.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2 1.5 9.64 5.5 22h13l4-12.36zm-1.5 15H8.89v-6.11L7 11.47v-1.28L10.31 9h.19zm6.5 0h-5.34v-1.09s3.57-3.46 3.57-4.51c0-1.28-1.05-1.15-1.05-1.15-.68.05-1.18.62-1.18 1.3h-1.56c.06-1.46 1.28-2.61 2.83-2.55 2.47 0 2.5 1.85 2.5 2.3 0 1.77-3.19 4.47-3.19 4.47l3.42-.02z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dice-d20-outline.svg b/mkdocs-material/material/templates/.icons/material/dice-d20-outline.svg new file mode 100644 index 0000000..c52b663 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dice-d20-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 16.5c0 .38-.21.71-.53.88l-7.9 4.44c-.16.12-.36.18-.57.18s-.41-.06-.57-.18l-7.9-4.44A.99.99 0 0 1 3 16.5v-9c0-.38.21-.71.53-.88l7.9-4.44c.16-.12.36-.18.57-.18s.41.06.57.18l7.9 4.44c.32.17.53.5.53.88zM12 4.15 5 8.09v7.82l7 3.94 7-3.94V8.09zm2.93 4.12a2.57 2.57 0 0 1 2.57 2.57v2.66c0 1.4-1.15 2.55-2.57 2.55-1.43 0-2.57-1.15-2.57-2.55v-2.66a2.57 2.57 0 0 1 2.57-2.57m-.01 1.44c-.58 0-1.06.47-1.06 1.06v2.76c0 .59.48 1.07 1.06 1.07S16 14.12 16 13.53v-2.76c0-.59-.5-1.06-1.08-1.06m-3.47 5.05v1.2l-5.14-.03v-1.02s3.43-3.33 3.44-4.34c0-1.24-1.02-1.11-1.02-1.11s-.98.04-1.09 1.25l-1.5.05s.04-2.5 2.69-2.5c2.37 0 2.4 1.78 2.4 2.24 0 1.68-3.08 4.27-3.08 4.27z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dice-d20.svg b/mkdocs-material/material/templates/.icons/material/dice-d20.svg new file mode 100644 index 0000000..c131278 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dice-d20.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.47 6.62-7.9-4.44C12.41 2.06 12.21 2 12 2s-.41.06-.57.18l-7.9 4.44c-.32.17-.53.5-.53.88v9c0 .38.21.71.53.88l7.9 4.44c.16.12.36.18.57.18s.41-.06.57-.18l7.9-4.44c.32-.17.53-.5.53-.88v-9c0-.38-.21-.71-.53-.88m-9.02 9.34-5.14-.03v-1.02s3.43-3.33 3.44-4.34c0-1.24-1.02-1.11-1.02-1.11s-.98.04-1.09 1.25l-1.5.05s.04-2.5 2.69-2.5c2.37 0 2.4 1.78 2.4 2.24 0 1.68-3.08 4.27-3.08 4.27l3.3-.01zm6.05-2.46c0 1.4-1.15 2.55-2.57 2.55-1.43 0-2.57-1.15-2.57-2.55v-2.66c0-1.42 1.14-2.57 2.57-2.57s2.57 1.15 2.57 2.57zM16 10.77v2.76c0 .59-.5 1.07-1.08 1.07s-1.06-.48-1.06-1.07v-2.76c0-.59.48-1.06 1.06-1.06s1.08.47 1.08 1.06"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dice-d4-outline.svg b/mkdocs-material/material/templates/.icons/material/dice-d4-outline.svg new file mode 100644 index 0000000..446659d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dice-d4-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.43 15.15h.86v1.21h-.86V18h-1.51v-1.64h-3.1l-.07-.95 3.16-4.99h1.52zm-3.18 0h1.67v-2.68zM22 21H2c-.36 0-.69-.19-.87-.5a.97.97 0 0 1 .02-1l10-16.5c.35-.62 1.35-.62 1.71 0l10 16.5A.993.993 0 0 1 22 21M3.78 19h16.45L12 5.43z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dice-d4.svg b/mkdocs-material/material/templates/.icons/material/dice-d4.svg new file mode 100644 index 0000000..5c17014 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dice-d4.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10.25 15.15 1.67-2.68v2.68zM21.92 21H2.08c-.84 0-1.36-.92-.92-1.64l9.92-16.23c.42-.69 1.42-.69 1.84 0l9.92 16.23c.44.72-.08 1.64-.92 1.64m-7.63-5.85h-.86v-4.73h-1.52l-3.16 4.99.07.95h3.1V18h1.51v-1.64h.86z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dice-d6-outline.svg b/mkdocs-material/material/templates/.icons/material/dice-d6-outline.svg new file mode 100644 index 0000000..0f4b308 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dice-d6-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m0 2v14h14V5zm8.39 4.53c-2.5-.03-2.53 2-2.53 2s.55-.66 1.67-.66c.66 0 1.97.58 2.02 2.54.06 2.06-1.78 2.59-1.78 2.59s-3.5.86-3.47-3.34c.03-4.72 4.09-4.33 4.09-4.33zm-1.44 2.57c-.74-.1-1.12.68-1.12.68l.02.72c0 .77.54 1.33 1.15 1.33s1.05-.56 1.05-1.33-.49-1.4-1.1-1.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dice-d6.svg b/mkdocs-material/material/templates/.icons/material/dice-d6.svg new file mode 100644 index 0000000..8f385aa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dice-d6.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.05 13.5c0 .77-.44 1.33-1.05 1.33s-1.15-.56-1.15-1.33l-.02-.72s.38-.78 1.12-.68c.61 0 1.1.63 1.1 1.4M21 5v14c0 1.11-.89 2-2 2H5a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h14a2 2 0 0 1 2 2m-6.45 8.41c-.05-1.96-1.36-2.54-2.02-2.54-1.12 0-1.67.66-1.67.66s.03-2.03 2.53-2v-1.2s-4.06-.39-4.09 4.33c-.03 4.2 3.47 3.34 3.47 3.34s1.84-.53 1.78-2.59"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dice-d8-outline.svg b/mkdocs-material/material/templates/.icons/material/dice-d8-outline.svg new file mode 100644 index 0000000..984731f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dice-d8-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c-.5 0-1 .19-1.41.59l-8 8c-.79.78-.79 2.04 0 2.82l8 8c.78.79 2.04.79 2.82 0l8-8c.79-.78.79-2.04 0-2.82l-8-8C13 2.19 12.5 2 12 2m0 2 8 8-8 8-8-8m8-3.75c1.31 0 2.38.95 2.38 2.13 0 .69-.38 1.3-.94 1.69.7.39 1.16 1.06 1.16 1.83 0 1.22-1.16 2.2-2.6 2.2s-2.6-.98-2.6-2.2c0-.77.46-1.44 1.16-1.83-.56-.39-.93-1-.93-1.69 0-1.18 1.06-2.13 2.37-2.13m0 4.4c-.61 0-1.1.49-1.1 1.1s.49 1.1 1.1 1.1 1.1-.49 1.1-1.1-.49-1.1-1.1-1.1m0-3.15c-.5 0-.9.45-.9 1s.4 1 .9 1 .9-.45.9-1-.4-1-.9-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dice-d8.svg b/mkdocs-material/material/templates/.icons/material/dice-d8.svg new file mode 100644 index 0000000..b4c97a1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dice-d8.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c-.5 0-1 .19-1.41.59l-8 8c-.79.78-.79 2.04 0 2.82l8 8c.78.79 2.04.79 2.82 0l8-8c.79-.78.79-2.04 0-2.82l-8-8C13 2.19 12.5 2 12 2m0 6.25c1.31 0 2.38.95 2.38 2.13 0 .69-.38 1.3-.94 1.69.7.39 1.16 1.06 1.16 1.83 0 1.22-1.16 2.2-2.6 2.2s-2.6-.98-2.6-2.2c0-.77.46-1.44 1.16-1.83-.56-.39-.93-1-.93-1.69 0-1.18 1.06-2.13 2.37-2.13m0 1.25c-.5 0-.9.45-.9 1s.4 1 .9 1 .9-.45.9-1-.4-1-.9-1m0 3.15c-.61 0-1.1.49-1.1 1.1s.49 1.1 1.1 1.1 1.1-.49 1.1-1.1-.49-1.1-1.1-1.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dice-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/dice-multiple-outline.svg new file mode 100644 index 0000000..1dcf776 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dice-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 8c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1m-2 4v7H5v-7zm.78-2H4.22C3.55 10 3 10.55 3 11.22v8.56c0 .67.55 1.22 1.22 1.22h8.56c.67 0 1.22-.55 1.22-1.22v-8.56c0-.67-.55-1.22-1.22-1.22m7-7h-8.56C10.55 3 10 3.55 10 4.22V8h2V5h7v7h-3v2h3.78c.67 0 1.22-.55 1.22-1.22V4.22C21 3.55 20.45 3 19.78 3M17 8c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1m0 3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1M7 15c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1m3 3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dice-multiple.svg b/mkdocs-material/material/templates/.icons/material/dice-multiple.svg new file mode 100644 index 0000000..669379a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dice-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.78 3h-8.56C10.55 3 10 3.55 10 4.22V8h6v6h3.78c.67 0 1.22-.55 1.22-1.22V4.22C21 3.55 20.45 3 19.78 3m-7.34 3.67a1.23 1.23 0 1 1 0-2.46 1.23 1.23 0 0 1 1.23 1.23c0 .68-.55 1.23-1.23 1.23m6.12 6.11a1.23 1.23 0 1 1-.02-2.46c.68-.01 1.23.54 1.24 1.24-.01.67-.55 1.21-1.22 1.22m0-6.11a1.23 1.23 0 1 1-.02-2.46 1.231 1.231 0 0 1 .02 2.46M4.22 10h8.56A1.22 1.22 0 0 1 14 11.22v8.56c0 .67-.55 1.22-1.22 1.22H4.22C3.55 21 3 20.45 3 19.78v-8.56c0-.67.55-1.22 1.22-1.22m4.28 4.28c-.67 0-1.22.55-1.22 1.22s.55 1.22 1.22 1.22 1.22-.55 1.22-1.22a1.22 1.22 0 0 0-1.22-1.22m-3.06-3.06c-.67 0-1.22.55-1.22 1.22a1.22 1.22 0 0 0 1.22 1.22c.67 0 1.22-.55 1.22-1.22s-.55-1.22-1.22-1.22m6.11 6.11c-.67 0-1.22.55-1.22 1.22s.55 1.22 1.22 1.22a1.22 1.22 0 0 0 1.22-1.22c0-.67-.54-1.21-1.21-1.22z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/digital-ocean.svg b/mkdocs-material/material/templates/.icons/material/digital-ocean.svg new file mode 100644 index 0000000..7ae639a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/digital-ocean.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 12H2C2 6.5 6.5 2 12 2s10 4.5 10 10-4.5 10-10 10v-4H8v-4h4v4c3.32 0 6-2.69 6-6s-2.69-6-6-6-6 2.69-6 6m2 6v3H5v-3zm-5-2h2v2H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dip-switch.svg b/mkdocs-material/material/templates/.icons/material/dip-switch.svg new file mode 100644 index 0000000..c512b63 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dip-switch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 4h4a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1m7 0h4a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1m7 0h4a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1M4 18h2v-5H4zm7-7h2V6h-2zm7 7h2v-5h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/directions-fork.svg b/mkdocs-material/material/templates/.icons/material/directions-fork.svg new file mode 100644 index 0000000..000fe4d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/directions-fork.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 4v8.5l3-3L9 13c1 1 1 2 1 2v6h4v-7s0-1-.53-2S12 10 12 10L9 6.58 11.5 4M18 4l-4.46 4.47L14 9s.93 1 1.47 2c.21.4.33.79.4 1.13L21 7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/directions.svg b/mkdocs-material/material/templates/.icons/material/directions.svg new file mode 100644 index 0000000..b7c3b3e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/directions.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 14.5V12h-4v3H8v-4a1 1 0 0 1 1-1h5V7.5l3.5 3.5m4.21.29-9-9h-.01a.996.996 0 0 0-1.41 0l-9 9c-.39.39-.39 1.03 0 1.42l9 9c.39.38 1.02.39 1.42 0l9-9c.39-.39.39-1.03 0-1.42"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/disc-alert.svg b/mkdocs-material/material/templates/.icons/material/disc-alert.svg new file mode 100644 index 0000000..293f255 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/disc-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 14c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2m0-10c-4.4 0-8 3.6-8 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8m10 9h2V7h-2m0 10h2v-2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/disc-player.svg b/mkdocs-material/material/templates/.icons/material/disc-player.svg new file mode 100644 index 0000000..48acf6a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/disc-player.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.5 10.37a1.87 1.87 0 1 0 0-3.74c-1.04 0-1.87.83-1.87 1.87a1.87 1.87 0 0 0 1.87 1.87m0-9.37A7.5 7.5 0 0 1 22 8.5c0 2.17-.92 4.13-2.4 5.5H9.4A7.5 7.5 0 0 1 7 8.5C7 4.35 10.36 1 14.5 1M6 21v1H4v-1H2v-6h20v6h-2v1h-2v-1zm-2-3v1h9v-1zm11-1v2h2v-2zm4 0a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/disc.svg b/mkdocs-material/material/templates/.icons/material/disc.svg new file mode 100644 index 0000000..c4ac799 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/disc.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 14a2 2 0 0 1-2-2c0-1.11.89-2 2-2s2 .89 2 2a2 2 0 0 1-2 2m0-10a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dishwasher-alert.svg b/mkdocs-material/material/templates/.icons/material/dishwasher-alert.svg new file mode 100644 index 0000000..76f12b5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dishwasher-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 2H4c-1.1 0-2 .9-2 2v16a2 2 0 0 0 2 2h12c1.11 0 2-.89 2-2V4a2 2 0 0 0-2-2M8 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1M5 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1m11 16H4V8h12zm-3.33-4.67c.02.7-.26 1.38-.76 1.88a2.7 2.7 0 0 1-3.82 0c-.5-.5-.78-1.18-.76-1.88.07-.71.3-1.39.67-2 .37-.83.81-1.6 1.33-2.33l.67-1c1.79 2.59 2.67 4.36 2.67 5.33M20 15h2v2h-2zm0-8h2v6h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dishwasher-off.svg b/mkdocs-material/material/templates/.icons/material/dishwasher-off.svg new file mode 100644 index 0000000..80160bd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dishwasher-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.11 21.46 2.39 1.73 1.11 3 4 5.89V20c0 1.11.89 2 2 2h12c.58 0 1.1-.25 1.46-.65l1.38 1.38zM18 20H6V8h.11l4.39 4.37c-.19.32-.35.63-.5.96-.37.61-.6 1.29-.67 2-.02.7.26 1.38.76 1.88a2.7 2.7 0 0 0 3.82 0c.25-.24.44-.53.59-.85l3.5 3.53zM11.2 8H18v6.8l2 2V4a2 2 0 0 0-2-2H6c-.24 0-.46.05-.67.13zM10 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dishwasher.svg b/mkdocs-material/material/templates/.icons/material/dishwasher.svg new file mode 100644 index 0000000..f4eae58 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dishwasher.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2m-8 2a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1M7 4a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m11 16H6V8h12zm-3.33-4.67c.02.7-.26 1.38-.76 1.88a2.7 2.7 0 0 1-3.82 0c-.5-.5-.78-1.18-.76-1.88.07-.71.3-1.39.67-2 .37-.83.81-1.6 1.33-2.33l.67-1c1.79 2.59 2.67 4.36 2.67 5.33"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/disqus.svg b/mkdocs-material/material/templates/.icons/material/disqus.svg new file mode 100644 index 0000000..e827e83 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/disqus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.08 22c-2.45 0-4.69-.89-6.42-2.37l-4.25.58 1.64-4.06c-.55-1.27-.89-2.65-.89-4.15 0-5.5 4.44-10 9.92-10S22 6.5 22 12s-4.44 10-9.92 10m5.42-10.03v-.03C17.5 9.06 15.46 7 11.95 7H8.16v10h3.74c3.53 0 5.6-2.14 5.6-5.03M12 14.54h-1.11V9.46H12c1.62 0 2.7.93 2.7 2.54 0 1.63-1.08 2.54-2.7 2.54"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/distribute-horizontal-center.svg b/mkdocs-material/material/templates/.icons/material/distribute-horizontal-center.svg new file mode 100644 index 0000000..c93e8c5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/distribute-horizontal-center.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 2v3h2v14H8v3H6v-3H4V5h2V2zm8 0v5h-2v10h2v5h2v-5h2V7h-2V2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/distribute-horizontal-left.svg b/mkdocs-material/material/templates/.icons/material/distribute-horizontal-left.svg new file mode 100644 index 0000000..22e25c4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/distribute-horizontal-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 7v10h-5v5h-2V2h2v5zM5 2H3v20h2v-3h5V5H5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/distribute-horizontal-right.svg b/mkdocs-material/material/templates/.icons/material/distribute-horizontal-right.svg new file mode 100644 index 0000000..6bca36c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/distribute-horizontal-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 17V7h5V2h2v20H8v-5zm16 5h2V2h-2v3h-5v14h5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/distribute-vertical-bottom.svg b/mkdocs-material/material/templates/.icons/material/distribute-vertical-bottom.svg new file mode 100644 index 0000000..64c148f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/distribute-vertical-bottom.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 3h10v5h5v2H2V8h5zM2 19v2h20v-2h-3v-5H5v5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/distribute-vertical-center.svg b/mkdocs-material/material/templates/.icons/material/distribute-vertical-center.svg new file mode 100644 index 0000000..a16859d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/distribute-vertical-center.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 16h3v-2h14v2h3v2h-3v2H5v-2H2zm0-8h5v2h10V8h5V6h-5V4H7v2H2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/distribute-vertical-top.svg b/mkdocs-material/material/templates/.icons/material/distribute-vertical-top.svg new file mode 100644 index 0000000..85375c1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/distribute-vertical-top.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 21H7v-5H2v-2h20v2h-5zm5-16V3H2v2h3v5h14V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/diversify.svg b/mkdocs-material/material/templates/.icons/material/diversify.svg new file mode 100644 index 0000000..df2f194 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/diversify.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 2v2h-7a2 2 0 0 0-2 2v3h2V6h7v2l3-3zm0 7v2h-5v2h5v2l3-3zm-7.95 1c-1.11 0-2.01.87-2.02 2s.87 2 1.97 2c1.11 0 2-.89 2-2 0-1.09-.87-1.97-1.95-2M2 11v2h6v-2zm8 4v3a2 2 0 0 0 2 2h7v2l3-3-3-3v2h-7v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/diving-flippers.svg b/mkdocs-material/material/templates/.icons/material/diving-flippers.svg new file mode 100644 index 0000000..d8f4971 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/diving-flippers.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.28 3.66c-1-.22-1.74-1.41-2.71-1.62s-2.17.55-3.15.33a3.66 3.66 0 0 0-3.14.34L11.21 17 11 18c-.36 1.62.67 3.22 2.29 3.58 1.61.35 3.21-.67 3.57-2.29l.21-1L23 5.28a3.63 3.63 0 0 0-2.72-1.62m-5.37 15.2c-.12.55-.66.9-1.21.79-.56-.12-.91-.65-.79-1.22l.86-3.93a1 1 0 0 1 1.97.34c0 .04-.01.07-.02.11zm-5.19 2.48c-.39-.61-.64-1.29-.72-2L8.24 16c-.14-.53.17-1.08.76-1.24a.8.8 0 0 1 .22 0V3.43c-.91 0-2-.57-2.84-.37s-1.69 1.38-2.66 1.6c-1.11.1-2.11.69-2.72 1.62l5.93 13 .21 1a3.003 3.003 0 0 0 3.57 2.29h.1c-.43-.35-.81-.76-1.09-1.23"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/diving-helmet.svg b/mkdocs-material/material/templates/.icons/material/diving-helmet.svg new file mode 100644 index 0000000..579167e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/diving-helmet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 12a4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4 4 4 0 0 1 4 4m3.45-4.11-1.38.69.25.42H20v6h-1.67a7.06 7.06 0 0 1-2.12 2.6c1.64.51 2.89 1.31 3.46 2.26C18.69 21.1 15.62 22 12 22s-6.69-.9-7.67-2.14c.57-.95 1.82-1.75 3.46-2.26-.9-.68-1.63-1.57-2.12-2.6H4V9h1.68A6.95 6.95 0 0 1 9 5.68V4h6v1.68c.68.32 1.29.78 1.82 1.32l1.73-.86C19.93 5.42 20 4.1 20 2h2c0 2.06 0 4.62-2.55 5.89M17 12a5 5 0 0 0-5-5 5 5 0 0 0-5 5 5 5 0 0 0 5 5 5 5 0 0 0 5-5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/diving-scuba-flag.svg b/mkdocs-material/material/templates/.icons/material/diving-scuba-flag.svg new file mode 100644 index 0000000..720c508 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/diving-scuba-flag.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m2 6 17 14H2zm3-2 17 14V4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/diving-scuba-mask.svg b/mkdocs-material/material/templates/.icons/material/diving-scuba-mask.svg new file mode 100644 index 0000000..af153a9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/diving-scuba-mask.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 15c1.31 0 2.42.83 2.83 2H18a4 4 0 0 1 4 4v1h-2v-1a2 2 0 0 0-2-2h-3.17A2.99 2.99 0 0 1 12 21a3 3 0 0 1-3-3 3 3 0 0 1 3-3m0 2a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1m6-14a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-3.15c-.42 0-.8.24-.95.63-.2.6-.67 1.08-1.28 1.28-1.04.34-2.18-.23-2.52-1.28-.15-.39-.53-.63-.95-.63H6a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm0 7V5H6v5h4.65c.25-.54.76-.91 1.35-1 .59.09 1.1.46 1.35 1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/diving-scuba-tank-multiple.svg b/mkdocs-material/material/templates/.icons/material/diving-scuba-tank-multiple.svg new file mode 100644 index 0000000..dd84d5f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/diving-scuba-tank-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 18.5a2.5 2.5 0 0 1-2.5 2.5 2.5 2.5 0 0 1-2.5-2.5c0-1.03.62-1.91 1.5-2.29V6H14v1.35c1.22.58 2 1.8 2 3.15V22H2V10.5c0-1.35.78-2.57 2-3.15V6H2V4h2v-.5A1.5 1.5 0 0 1 5.5 2 1.5 1.5 0 0 1 7 3.5V4h4v-.5A1.5 1.5 0 0 1 12.5 2 1.5 1.5 0 0 1 14 3.5V4h4.5a2 2 0 0 1 2 2v10.21c.88.38 1.5 1.26 1.5 2.29M11 7.35V6H7v1.35c1.22.58 2 1.8 2 3.15 0-1.35.78-2.57 2-3.15"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/diving-scuba-tank.svg b/mkdocs-material/material/templates/.icons/material/diving-scuba-tank.svg new file mode 100644 index 0000000..805ff13 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/diving-scuba-tank.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 18.5a2.5 2.5 0 0 1-2.5 2.5 2.5 2.5 0 0 1-2.5-2.5c0-1.03.62-1.91 1.5-2.29V6H11v1.35c1.22.58 2 1.8 2 3.15V22H6V10.5c0-1.35.78-2.57 2-3.15V6H6V4h2v-.5A1.5 1.5 0 0 1 9.5 2 1.5 1.5 0 0 1 11 3.5V4h4.5a2 2 0 0 1 2 2v10.21c.88.38 1.5 1.26 1.5 2.29"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/diving-scuba.svg b/mkdocs-material/material/templates/.icons/material/diving-scuba.svg new file mode 100644 index 0000000..ebc516e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/diving-scuba.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 13c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2m7.89-2.89 4.53-1.21-.78-2.9-4.53 1.21c-.8.21-1.28 1.04-1.06 1.84s1.04 1.28 1.84 1.06M20.5 5.9 23 3l-1-1-3 3-2 4-9.5 2.87c-.8.2-1.37.89-1.5 1.68L5.24 18 2.4 21.8 4 23l3-4 1.14-3.14L14 14l5-3.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/diving-snorkel.svg b/mkdocs-material/material/templates/.icons/material/diving-snorkel.svg new file mode 100644 index 0000000..2c4da35 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/diving-snorkel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 3H4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h3.15c.42 0 .8.24.95.63a2.003 2.003 0 0 0 2.52 1.28c.61-.2 1.08-.68 1.28-1.28.15-.39.53-.63.95-.63H16a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m0 7h-4.65c-.25-.54-.76-.91-1.35-1-.59.09-1.1.46-1.35 1H4V5h12zm6-8v13.5a6.5 6.5 0 0 1-6.5 6.5c-1.71 0-3.35-.68-4.57-1.88-1.98.46-4.05-.33-5.22-2l1.91-.83c.88.93 2.22 1.21 3.38.71.2-.09.39-.2.56-.33.84-.62 1.31-1.63 1.22-2.67l1.91-.83c.41 1.87-.28 3.83-1.79 5 .76.54 1.67.83 2.6.83 2.5 0 4.5-2 4.5-4.5V2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/diving.svg b/mkdocs-material/material/templates/.icons/material/diving.svg new file mode 100644 index 0000000..0a5d17b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/diving.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m13.26 5.2.04-.02a1 1 0 0 1 1.41.12L16.97 8H20c.55 0 1 .45 1 1s-.45 1-1 1h-3.5c-.35 0-.65-.18-.83-.44l-1.5-1.79-2.53 2.36 2.93 2.05c.26.18.43.48.43.82v4c0 .55-.45 1-1 1s-1-.45-1-1v-3.5l-3.23-2.24a1.786 1.786 0 0 1-.17-2.8zM16.5 5c.84 0 1.5-.67 1.5-1.5S17.34 2 16.5 2 15 2.67 15 3.5 15.68 5 16.5 5M6 19H5c-1.66 0-3 1.34-3 3h4v-1.5h9V19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/division-box.svg b/mkdocs-material/material/templates/.icons/material/division-box.svg new file mode 100644 index 0000000..d902b94 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/division-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 13v-2H7v2zm2-10a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5c0-1.11.89-2 2-2zm-7 4a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1m0 8a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/division.svg b/mkdocs-material/material/templates/.icons/material/division.svg new file mode 100644 index 0000000..c5c2ed7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/division.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 13H5v-2h14zm-7-8a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2m0 10a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dlna.svg b/mkdocs-material/material/templates/.icons/material/dlna.svg new file mode 100644 index 0000000..8aa5cae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dlna.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.38 12.56h-8.53c-.88 0-1.75.4-2.24 1.05v-.01c-.49.68-1.29 1.12-2.2 1.12-1.49 0-2.7-1.22-2.7-2.72s1.21-2.69 2.7-2.69c.91 0 1.71.44 2.2 1.12v-.01c.49.65 1.36 1.08 2.24 1.08h8.44c.16 0 .71-.1.71-.83-.74-4.24-4.9-7.49-9.94-7.49-3.1 0-5.87 1.23-7.72 3.17-.29.44.01.57.29.61h5.51c.86 0 1.75-.42 2.24-1.07v.02c.5-.68 1.29-1.13 2.2-1.13 1.49 0 2.7 1.22 2.7 2.72s-1.21 2.7-2.7 2.7c-.91 0-1.7-.45-2.2-1.13v.01c-.49-.64-1.38-1.05-2.24-1.05H4.13h.02s-.89-.03-1.43.72C2.3 9.42 2 10.85 2 12c0 1.16.17 2.21.72 3.27.47.76 1.43.73 1.43.73h-.04 6.03c.86 0 1.75-.42 2.24-1.07v.01c.5-.68 1.29-1.13 2.2-1.13 1.49 0 2.7 1.22 2.7 2.69 0 1.5-1.21 2.73-2.7 2.73-.91 0-1.7-.45-2.2-1.13v.02c-.49-.65-1.38-1.07-2.24-1.07h-5.5c-.28.04-.58.17-.32.59 1.85 1.94 4.63 3.18 7.74 3.18 5.05 0 9.22-3.25 9.94-7.51 0-.59-.41-.73-.62-.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dna.svg b/mkdocs-material/material/templates/.icons/material/dna.svg new file mode 100644 index 0000000..63fcdab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dna.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2h2v2c0 1.44.68 2.61 1.88 3.78.86.83 2.01 1.63 3.21 2.42l-1.83 1.19C8.27 10.72 7.31 10 6.5 9.21 5.07 7.82 4 6.1 4 4zm14 0h2v2c0 2.1-1.07 3.82-2.5 5.21-1.41 1.38-3.21 2.52-4.96 3.63-1.75 1.12-3.45 2.21-4.66 3.38C6.68 17.39 6 18.56 6 20v2H4v-2c0-2.1 1.07-3.82 2.5-5.21 1.41-1.38 3.21-2.52 4.96-3.63 1.75-1.12 3.45-2.21 4.66-3.38C17.32 6.61 18 5.44 18 4zm-3.26 10.61c.99.67 1.95 1.39 2.76 2.18C18.93 16.18 20 17.9 20 20v2h-2v-2c0-1.44-.68-2.61-1.88-3.78-.86-.83-2.01-1.63-3.21-2.42zM7 3h10v1l-.06.5H7.06L7 4zm.68 3h8.64c-.24.34-.52.69-.9 1.06l-.51.44H9.07l-.49-.44c-.38-.37-.66-.72-.9-1.06m1.41 10.5h5.84l.49.44c.38.37.66.72.9 1.06H7.68c.24-.34.52-.69.9-1.06zm-2.03 3h9.88l.06.5v1H7v-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dns-outline.svg b/mkdocs-material/material/templates/.icons/material/dns-outline.svg new file mode 100644 index 0000000..de7be1b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dns-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 15v4H5v-4zm1-2H4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1M7 18.5A1.5 1.5 0 0 1 5.5 17 1.5 1.5 0 0 1 7 15.5 1.5 1.5 0 0 1 8.5 17 1.5 1.5 0 0 1 7 18.5M19 5v4H5V5zm1-2H4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1M7 8.5A1.5 1.5 0 0 1 5.5 7 1.5 1.5 0 0 1 7 5.5 1.5 1.5 0 0 1 8.5 7 1.5 1.5 0 0 1 7 8.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dns.svg b/mkdocs-material/material/templates/.icons/material/dns.svg new file mode 100644 index 0000000..be29b41 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dns.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 9a2 2 0 0 1-2-2 2 2 0 0 1 2-2 2 2 0 0 1 2 2 2 2 0 0 1-2 2m13-6H4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1M7 19a2 2 0 0 1-2-2 2 2 0 0 1 2-2 2 2 0 0 1 2 2 2 2 0 0 1-2 2m13-6H4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dock-bottom.svg b/mkdocs-material/material/templates/.icons/material/dock-bottom.svg new file mode 100644 index 0000000..064320f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dock-bottom.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2m0 9H4V6h16Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dock-left.svg b/mkdocs-material/material/templates/.icons/material/dock-left.svg new file mode 100644 index 0000000..36a8d69 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dock-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2m0 14H9V6h11Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dock-right.svg b/mkdocs-material/material/templates/.icons/material/dock-right.svg new file mode 100644 index 0000000..9826ac1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dock-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2m-5 14H4V6h11Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dock-top.svg b/mkdocs-material/material/templates/.icons/material/dock-top.svg new file mode 100644 index 0000000..8d0255a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dock-top.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 20h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2m0-9h16v7H4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dock-window.svg b/mkdocs-material/material/templates/.icons/material/dock-window.svg new file mode 100644 index 0000000..a1b05a6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dock-window.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 18v2H4a2 2 0 0 1-2-2V8h2v10M22 6v8a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2m-2 0H8v8h12Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/docker.svg b/mkdocs-material/material/templates/.icons/material/docker.svg new file mode 100644 index 0000000..f1828b8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/docker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.81 10.25c-.06-.04-.56-.43-1.64-.43-.28 0-.56.03-.84.08-.21-1.4-1.38-2.11-1.43-2.14l-.29-.17-.18.27c-.24.36-.43.77-.51 1.19-.2.8-.08 1.56.33 2.21-.49.28-1.29.35-1.46.35H2.62c-.34 0-.62.28-.62.63 0 1.15.18 2.3.58 3.38.45 1.19 1.13 2.07 2 2.61.98.6 2.59.94 4.42.94.79 0 1.61-.07 2.42-.22 1.12-.2 2.2-.59 3.19-1.16A8.3 8.3 0 0 0 16.78 16c1.05-1.17 1.67-2.5 2.12-3.65h.19c1.14 0 1.85-.46 2.24-.85.26-.24.45-.53.59-.87l.08-.24zm-17.96.99h1.76c.08 0 .16-.07.16-.16V9.5c0-.08-.07-.16-.16-.16H3.85c-.09 0-.16.07-.16.16v1.58c.01.09.07.16.16.16m2.43 0h1.76c.08 0 .16-.07.16-.16V9.5c0-.08-.07-.16-.16-.16H6.28c-.09 0-.16.07-.16.16v1.58c.01.09.07.16.16.16m2.47 0h1.75c.1 0 .17-.07.17-.16V9.5c0-.08-.06-.16-.17-.16H8.75c-.08 0-.15.07-.15.16v1.58c0 .09.06.16.15.16m2.44 0h1.77c.08 0 .15-.07.15-.16V9.5c0-.08-.06-.16-.15-.16h-1.77c-.08 0-.15.07-.15.16v1.58c0 .09.07.16.15.16M6.28 9h1.76c.08 0 .16-.09.16-.18V7.25c0-.09-.07-.16-.16-.16H6.28c-.09 0-.16.06-.16.16v1.57c.01.09.07.18.16.18m2.47 0h1.75c.1 0 .17-.09.17-.18V7.25c0-.09-.06-.16-.17-.16H8.75c-.08 0-.15.06-.15.16v1.57c0 .09.06.18.15.18m2.44 0h1.77c.08 0 .15-.09.15-.18V7.25c0-.09-.07-.16-.15-.16h-1.77c-.08 0-.15.06-.15.16v1.57c0 .09.07.18.15.18m0-2.28h1.77c.08 0 .15-.07.15-.16V5c0-.1-.07-.17-.15-.17h-1.77c-.08 0-.15.06-.15.17v1.56c0 .08.07.16.15.16m2.46 4.52h1.76c.09 0 .16-.07.16-.16V9.5c0-.08-.07-.16-.16-.16h-1.76c-.08 0-.15.07-.15.16v1.58c0 .09.07.16.15.16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/doctor.svg b/mkdocs-material/material/templates/.icons/material/doctor.svg new file mode 100644 index 0000000..e5b2b14 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/doctor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.84 16.26C17.86 16.83 20 18.29 20 20v2H4v-2c0-1.71 2.14-3.17 5.16-3.74L12 21zM8 8h8v2a4 4 0 0 1-4 4 4 4 0 0 1-4-4zm0-1 .41-4.1a1 1 0 0 1 1-.9h5.19c.51 0 .94.39.99.9L16 7zm4-4h-1v1h-1v1h1v1h1V5h1V4h-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dog-service.svg b/mkdocs-material/material/templates/.icons/material/dog-service.svg new file mode 100644 index 0000000..e38ed22 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dog-service.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14 8 3 3v10h-2v-6H8l-2 3v3H4v-6l1-1v-3L2 8l1-1 2 2h2v3a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1V9zm5-3V3l-4 4 3 3 1-1 1 1 2-2zm-7.5 4.5-7-7c-.27-.28-.71-.28-1 0-.28.27-.28.71 0 1l7 7c.27.28.71.28 1 0 .28-.27.28-.71 0-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dog-side-off.svg b/mkdocs-material/material/templates/.icons/material/dog-side-off.svg new file mode 100644 index 0000000..a6d3103 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dog-side-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18 10-3-3 4-4v2l3 3-2 2-1-1zm-1 1-3-3-1 1h-.8l4.8 4.8zM2.39 1.73 1.11 3l6 6H5L3 7 2 8l3 3v3l-1 1v6h2v-3l2-3h5.11L15 16.89V21h2v-2.11l3.84 3.84 1.27-1.27z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dog-side.svg b/mkdocs-material/material/templates/.icons/material/dog-side.svg new file mode 100644 index 0000000..bc74af5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dog-side.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19 3-4 4 3 3 1-1 1 1 2-2-3-3zM3 7 2 8l3 3v3l-1 1v6h2v-3l2-3h7v6h2V11l-3-3-1 1H5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dog.svg b/mkdocs-material/material/templates/.icons/material/dog.svg new file mode 100644 index 0000000..bbb2627 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 4c-1.71 0-2.75.33-3.35.61C13.88 4.23 13 4 12 4s-1.88.23-2.65.61C8.75 4.33 7.71 4 6 4c-3 0-5 8-5 10 0 .83 1.32 1.59 3.14 1.9.64 2.24 3.66 3.95 7.36 4.1v-4.28c-.59-.37-1.5-1.04-1.5-1.72 0-1 2-1 2-1s2 0 2 1c0 .68-.91 1.35-1.5 1.72V20c3.7-.15 6.72-1.86 7.36-4.1C21.68 15.59 23 14.83 23 14c0-2-2-10-5-10M4.15 13.87c-.5-.12-.89-.26-1.15-.37.25-2.77 2.2-7.1 3.05-7.5.54 0 .95.06 1.32.11-2.1 2.31-2.93 5.93-3.22 7.76M9 12a1 1 0 0 1-1-1c0-.54.45-1 1-1a1 1 0 0 1 1 1c0 .56-.45 1-1 1m6 0a1 1 0 0 1-1-1c0-.54.45-1 1-1a1 1 0 0 1 1 1c0 .56-.45 1-1 1m4.85 1.87c-.29-1.83-1.12-5.45-3.22-7.76.37-.05.78-.11 1.32-.11.85.4 2.8 4.73 3.05 7.5-.25.11-.64.25-1.15.37"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dolby.svg b/mkdocs-material/material/templates/.icons/material/dolby.svg new file mode 100644 index 0000000..8b20df8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dolby.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 5v14h20V5zm4 12H4V7h2c2.86.09 5.1 2.33 5 5 .1 2.67-2.14 4.91-5 5m14 0h-2c-2.86-.09-5.1-2.33-5-5-.1-2.67 2.14-4.91 5-5h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dolly.svg b/mkdocs-material/material/templates/.icons/material/dolly.svg new file mode 100644 index 0000000..7e7c217 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dolly.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.97 19.88a2.01 2.01 0 0 1-2.57-1.19 1.97 1.97 0 0 1 1.19-2.56c1.04-.38 2.19.15 2.57 1.18a2.01 2.01 0 0 1-1.19 2.57M9.9 14.25c-2.07.75-3.14 3.05-2.4 5.13a4.043 4.043 0 0 0 5.16 2.37c2.07-.75 3.13-3.05 2.38-5.12-.76-2.08-3.07-3.13-5.14-2.38m6.04-9.67L9.37 7l1.38 3.74 6.57-2.41m3 5.29-4.78 1.75c.17.29.31.59.43.91s.2.65.25.97L21 15.5m-1.46-6.92-8.45 3.1.49 1.32c1.25.09 2.42.64 3.31 1.55l6.03-2.21M2 2v2h3.09l3.57 9.75a4.946 4.946 0 0 1 1.87-.69L6.5 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dolphin.svg b/mkdocs-material/material/templates/.icons/material/dolphin.svg new file mode 100644 index 0000000..fc12a3e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dolphin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 7s0-4-5-4c-1.53 0-2.85.19-4 .5-.5-.44-3.74-3.191-7 .07l2.56 2.56C2.5 10.53 4 18 4 18s-3 0-3 4l4-1 4 1c0-4-3-4-3-4s.85-5.76 7-6.82V14c2 0 2.68-1.81 2.89-3H18c4 0 5-1 5-2s-2-2-3-2m-2 1c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/domain-off.svg b/mkdocs-material/material/templates/.icons/material/domain-off.svg new file mode 100644 index 0000000..f1785dd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/domain-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 19h4l-2-2h-2zm-2-4v-2H8v2zm0 4v-2H8v2zm-4-8V9H4v2zm0 4v-2H4v2zm0 4v-2H4v2zM1.31 1.78l21 20.91L21 24l-3-3H2V5L.09 3.09zM16 11h2v2h-2zM8 5v.91L5.11 3H12v4h10v12.92l-2-2.01V9h-8v.89L9.09 7H10V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/domain-plus.svg b/mkdocs-material/material/templates/.icons/material/domain-plus.svg new file mode 100644 index 0000000..6ddf856 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/domain-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 7V3H2v18h11.35a5.8 5.8 0 0 1-.35-2h-1v-2h1.35a5 5 0 0 1 .65-1.31V15h-2v-2h2v-2h-2V9h8v4.09a5.6 5.6 0 0 1 2 .72V7M6 19H4v-2h2m0-2H4v-2h2m0-2H4V9h2m0-2H4V5h2m4 14H8v-2h2m0-2H8v-2h2m0-2H8V9h2m0-2H8V5h2m6 8h2v-2h-2m0 0v2h2v-2m-2 0v2h2v-2m2 4v3h3v2h-3v3h-2v-3h-3v-2h3v-3Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/domain-remove.svg b/mkdocs-material/material/templates/.icons/material/domain-remove.svg new file mode 100644 index 0000000..11f1e2d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/domain-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 7V3H2v18h11.35a5.8 5.8 0 0 1-.35-2h-1v-2h1.35a5 5 0 0 1 .65-1.31V15h-2v-2h2v-2h-2V9h8v4.09a5.6 5.6 0 0 1 2 .72V7M6 19H4v-2h2m0-2H4v-2h2m0-2H4V9h2m0-2H4V5h2m4 14H8v-2h2m0-2H8v-2h2m0-2H8V9h2m0-2H8V5h2m6 8h2v-2h-2m0 0v2h2v-2m-2 0v2h2v-2m4.54 5.88L20.41 19l2.13 2.12-1.42 1.42L19 20.41l-2.12 2.13-1.42-1.42L17.59 19l-2.13-2.12 1.42-1.42L19 17.59l2.12-2.13Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/domain-switch.svg b/mkdocs-material/material/templates/.icons/material/domain-switch.svg new file mode 100644 index 0000000..782db20 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/domain-switch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 9h2v2h-2zm6 6V5H12V1H2v14zm-2-2h-8v-2h2V9h-2V7h8zM8 5V3h2v2zm0 4V7h2v2zm0 4v-2h2v2zM4 5V3h2v2zm0 4V7h2v2zm0 4v-2h2v2zm5 4v2h6v-2l3 3-3 3v-2H9v2l-3-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/domain.svg b/mkdocs-material/material/templates/.icons/material/domain.svg new file mode 100644 index 0000000..12ed181 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/domain.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 15h-2v2h2m0-6h-2v2h2m2 6h-8v-2h2v-2h-2v-2h2v-2h-2V9h8M10 7H8V5h2m0 6H8V9h2m0 6H8v-2h2m0 6H8v-2h2M6 7H4V5h2m0 6H4V9h2m0 6H4v-2h2m0 6H4v-2h2m6-10V3H2v18h20V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dome-light.svg b/mkdocs-material/material/templates/.icons/material/dome-light.svg new file mode 100644 index 0000000..ab03ccb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dome-light.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 10a9 9 0 0 1-18 0v-.97c0-.27.11-.53.3-.73.2-.19.46-.3.73-.3H20c.25 0 .5.11.7.3.19.2.3.45.3.7zM5 10c0 3.86 3.14 7 7 7s7-3.14 7-7zm15-4v1H4V6c0-.27.1-.5.29-.71C4.5 5.1 4.73 5 5 5h5V3h4v2h5c.25 0 .5.11.7.3.19.2.3.45.3.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/domino-mask.svg b/mkdocs-material/material/templates/.icons/material/domino-mask.svg new file mode 100644 index 0000000..7213c71 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/domino-mask.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.83 9.81c-1.13-.11-2.14.57-2.37 1.69 0 .34 1.35.79 2.59.79s2.36-.79 2.36-1.01c0-.23-.78-1.35-2.58-1.47m-7.65 0c-1.8.12-2.59 1.13-2.59 1.46 0 .23 1.23 1.02 2.36 1.02s2.59-.45 2.59-.79c-.23-1.12-1.35-1.8-2.36-1.69M16.95 16c-1.91 0-3.15-2.25-4.95-2.25S8.85 16 7.05 16C4.69 16 3 13.86 3 10.04 3 7.68 3.68 7 6.71 7S10.54 8.24 12 8.24 14.36 7 17.29 7 21 7.79 21 10.04c0 3.82-1.69 5.96-4.05 5.96"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/donkey.svg b/mkdocs-material/material/templates/.icons/material/donkey.svg new file mode 100644 index 0000000..25cdbdb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/donkey.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.34 10.35-.07-.07-.09-.09L18 7V6a.5.5 0 0 0-.5-.5c-.14 0-.28.06-.37.16L13.46 9H7c-.68 0-1.31.35-1.68.92l-2.7 2.67c-.33.45-.23 1.07.22 1.41.34.24.81.25 1.16 0l1-.93V19h3v-4h5v4h3v-5.17c0-.53.21-1.04.59-1.41L18 11l2 1c.15.08.32.13.5.13.6-.02 1.09-.52 1.08-1.13-.01-.24-.08-.47-.24-.65"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/door-closed-cancel.svg b/mkdocs-material/material/templates/.icons/material/door-closed-cancel.svg new file mode 100644 index 0000000..16dceb2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/door-closed-cancel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.5 11C9 11 11 9 11 6.5S9 2 6.5 2 2 4 2 6.5 4 11 6.5 11M3.92 5 8 9.09c-.42.26-.94.41-1.5.41-1.66 0-3-1.34-3-3 0-.56.15-1.08.42-1.5M9.5 6.5c0 .56-.15 1.08-.41 1.5L5 3.92c.42-.27.94-.42 1.5-.42 1.66 0 3 1.34 3 3M10 12c.81-.54 1.5-1.23 2-2.03V19h7V5h-6.17A7 7 0 0 0 12 3h7c1.11 0 2 .89 2 2v14h1v2H2v-2h8zm6-1h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/door-closed-lock.svg b/mkdocs-material/material/templates/.icons/material/door-closed-lock.svg new file mode 100644 index 0000000..f87ad5a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/door-closed-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 11h2v2h-2zm-4-8h7a2 2 0 0 1 2 2v14h1v2H2v-2h8V5a2 2 0 0 1 2-2m0 2v14h7V5M6.2 5H2.8v-.5a1.7 1.7 0 0 1 3.4 0M7 5v-.5a2.5 2.5 0 0 0-5 0V5a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/door-closed.svg b/mkdocs-material/material/templates/.icons/material/door-closed.svg new file mode 100644 index 0000000..1d953e1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/door-closed.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 11h2v2h-2zm-4-8h7c1.11 0 2 .89 2 2v14h1v2H2v-2h8V5c0-1.11.89-2 2-2m0 2v14h7V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/door-open.svg b/mkdocs-material/material/templates/.icons/material/door-open.svg new file mode 100644 index 0000000..7277814 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/door-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3c-1.11 0-2 .89-2 2H3v14H2v2h20v-2h-1V5c0-1.11-.89-2-2-2zm0 2h7v14h-7zm-7 6h2v2H5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/door-sliding-lock.svg b/mkdocs-material/material/templates/.icons/material/door-sliding-lock.svg new file mode 100644 index 0000000..43c9535 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/door-sliding-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.8 17v-1.5c0-1.4-1.4-2.5-2.8-2.5s-2.8 1.1-2.8 2.5V17c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3m-1.3 0h-3v-1.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3zM13 11h2v2h-2zm-4 2H7v-2h2zm4 6h-1V5h5v6.44c.61-.27 1.29-.44 2-.44V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14H2v2h11zm-3 0H5V5h5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/door-sliding-open.svg b/mkdocs-material/material/templates/.icons/material/door-sliding-open.svg new file mode 100644 index 0000000..7d8f7b8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/door-sliding-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 11v2H4v-2zm16-6h-5v14h5zM7 5H2v14h5zm15-2c1.11 0 2 .89 2 2v16H0V5c0-1.11.894-2 2-2h7v16h6V3zm-2 8h-2v2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/door-sliding.svg b/mkdocs-material/material/templates/.icons/material/door-sliding.svg new file mode 100644 index 0000000..fac73de --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/door-sliding.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 13H8v-2h2zm6-2h-2v2h2zm5 8v2H3v-2h1V5c0-1.1.9-2 2-2h12c1.1 0 2 .9 2 2v14zM11 5H6v14h5zm7 0h-5v14h5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/door.svg b/mkdocs-material/material/templates/.icons/material/door.svg new file mode 100644 index 0000000..ad8f87c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/door.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 3c-1.11 0-2 .89-2 2v16h12V5c0-1.11-.89-2-2-2zm0 2h8v14H8zm5 6v2h2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/doorbell-video.svg b/mkdocs-material/material/templates/.icons/material/doorbell-video.svg new file mode 100644 index 0000000..ab1fbe3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/doorbell-video.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 15c0 1.11-.89 2-2 2s-2-.89-2-2 .9-2 2-2 2 .9 2 2m4-11v16a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V4c0-1.1.9-2 2-2h8a2 2 0 0 1 2 2m-7.5 3c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5-.67-1.5-1.5-1.5-1.5.67-1.5 1.5m5.5 3H8v10h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/doorbell.svg b/mkdocs-material/material/templates/.icons/material/doorbell.svg new file mode 100644 index 0000000..e491635 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/doorbell.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m4-8H8c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m0 18H8V4h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dot-net.svg b/mkdocs-material/material/templates/.icons/material/dot-net.svg new file mode 100644 index 0000000..436575b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dot-net.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 15a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m19 2h-2V9h-2V7h6v2h-2zM16 7v2h-2v2h2v2h-2v2h2v2h-4V7zm-5 0v10H9l-3-6v6H4V7h2l3 6V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dots-circle.svg b/mkdocs-material/material/templates/.icons/material/dots-circle.svg new file mode 100644 index 0000000..3bda9ae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dots-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 19c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m0-18c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2M6 16c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m-3-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m3-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m12 12c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m3-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m-3-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dots-grid.svg b/mkdocs-material/material/templates/.icons/material/dots-grid.svg new file mode 100644 index 0000000..d90b552 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dots-grid.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 16c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2M6 16c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m12 12c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dots-hexagon.svg b/mkdocs-material/material/templates/.icons/material/dots-hexagon.svg new file mode 100644 index 0000000..b707ec6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dots-hexagon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 12c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2m-6 0c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2m-6 0c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2m9 6c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2m-6 0c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2m6-12c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2M7 6c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dots-horizontal-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/dots-horizontal-circle-outline.svg new file mode 100644 index 0000000..d0414e3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dots-horizontal-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8m0 6.5a1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5 1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5m-4.5 0A1.5 1.5 0 0 1 9 12a1.5 1.5 0 0 1-1.5 1.5A1.5 1.5 0 0 1 6 12a1.5 1.5 0 0 1 1.5-1.5m9 0A1.5 1.5 0 0 1 18 12a1.5 1.5 0 0 1-1.5 1.5A1.5 1.5 0 0 1 15 12a1.5 1.5 0 0 1 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dots-horizontal-circle.svg b/mkdocs-material/material/templates/.icons/material/dots-horizontal-circle.svg new file mode 100644 index 0000000..72d6e95 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dots-horizontal-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 8.5a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5m-5.5 0A1.5 1.5 0 0 0 5 12a1.5 1.5 0 0 0 1.5 1.5A1.5 1.5 0 0 0 8 12a1.5 1.5 0 0 0-1.5-1.5m11 0A1.5 1.5 0 0 0 16 12a1.5 1.5 0 0 0 1.5 1.5A1.5 1.5 0 0 0 19 12a1.5 1.5 0 0 0-1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dots-horizontal.svg b/mkdocs-material/material/templates/.icons/material/dots-horizontal.svg new file mode 100644 index 0000000..16b4550 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dots-horizontal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 12a2 2 0 0 1 2-2 2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2m-6 0a2 2 0 0 1 2-2 2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2m-6 0a2 2 0 0 1 2-2 2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dots-square.svg b/mkdocs-material/material/templates/.icons/material/dots-square.svg new file mode 100644 index 0000000..5678e99 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dots-square.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 16c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m0-12c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2M6 16c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m12 12c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dots-triangle.svg b/mkdocs-material/material/templates/.icons/material/dots-triangle.svg new file mode 100644 index 0000000..43a0b58 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dots-triangle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 16c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m3-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m-9 6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m3-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m3-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m6 12c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dots-vertical-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/dots-vertical-circle-outline.svg new file mode 100644 index 0000000..68684db --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dots-vertical-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.5 12a1.5 1.5 0 0 1 1.5-1.5 1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5 1.5 1.5 0 0 1-1.5-1.5m0 4.5A1.5 1.5 0 0 1 12 15a1.5 1.5 0 0 1 1.5 1.5A1.5 1.5 0 0 1 12 18a1.5 1.5 0 0 1-1.5-1.5m0-9A1.5 1.5 0 0 1 12 6a1.5 1.5 0 0 1 1.5 1.5A1.5 1.5 0 0 1 12 9a1.5 1.5 0 0 1-1.5-1.5M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dots-vertical-circle.svg b/mkdocs-material/material/templates/.icons/material/dots-vertical-circle.svg new file mode 100644 index 0000000..be83b72 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dots-vertical-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 12A10 10 0 0 1 12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12m8.5 0a1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5 1.5 1.5 0 0 0-1.5 1.5m0 5.5A1.5 1.5 0 0 0 12 19a1.5 1.5 0 0 0 1.5-1.5A1.5 1.5 0 0 0 12 16a1.5 1.5 0 0 0-1.5 1.5m0-11A1.5 1.5 0 0 0 12 8a1.5 1.5 0 0 0 1.5-1.5A1.5 1.5 0 0 0 12 5a1.5 1.5 0 0 0-1.5 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dots-vertical.svg b/mkdocs-material/material/templates/.icons/material/dots-vertical.svg new file mode 100644 index 0000000..b65321f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dots-vertical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 16a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2m0-6a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2m0-6a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/download-box-outline.svg b/mkdocs-material/material/templates/.icons/material/download-box-outline.svg new file mode 100644 index 0000000..5873594 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/download-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 17v-2h8v2zm8-7-4 4-4-4h2.5V7h3v3zM5 3h14a2 2 0 0 1 2 2v14c0 1.11-.89 2-2 2H5a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2m0 2v14h14V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/download-box.svg b/mkdocs-material/material/templates/.icons/material/download-box.svg new file mode 100644 index 0000000..d02cf4f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/download-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3h14a2 2 0 0 1 2 2v14c0 1.11-.89 2-2 2H5a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2m3 14h8v-2H8zm8-7h-2.5V7h-3v3H8l4 4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/download-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/download-circle-outline.svg new file mode 100644 index 0000000..19681c0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/download-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 17v-2h8v2zm8-7-4 4-4-4h2.5V6h3v4zm-4-8c5.5 0 10 4.5 10 10s-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2m0 2c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/download-circle.svg b/mkdocs-material/material/templates/.icons/material/download-circle.svg new file mode 100644 index 0000000..e253717 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/download-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c5.5 0 10 4.5 10 10s-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2M8 17h8v-2H8zm8-7h-2.5V6h-3v4H8l4 4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/download-lock-outline.svg b/mkdocs-material/material/templates/.icons/material/download-lock-outline.svg new file mode 100644 index 0000000..74a4722 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/download-lock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 16a1.08 1.08 0 0 1 1 1v4a1.08 1.08 0 0 1-1 1h-5a1.08 1.08 0 0 1-1-1v-4a1.08 1.08 0 0 1 1-1v-1.5a2.5 2.5 0 0 1 5 0zm-1 0v-1.5a1.5 1.5 0 0 0-3 0V16zM13 5v6h1.17L12 13.17 9.83 11H11V5zm2-2H9v6H5l7 7 7-7h-4zm-1 15H5v2h9Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/download-lock.svg b/mkdocs-material/material/templates/.icons/material/download-lock.svg new file mode 100644 index 0000000..90b1682 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/download-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 20h9v-2H5m14-9h-4V3H9v6H5l7 7m10 0a1.08 1.08 0 0 1 1 1v4a1.08 1.08 0 0 1-1 1h-5a1.08 1.08 0 0 1-1-1v-4a1.08 1.08 0 0 1 1-1v-1.5a2.5 2.5 0 0 1 5 0zm-1 0v-1.5a1.5 1.5 0 0 0-3 0V16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/download-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/download-multiple-outline.svg new file mode 100644 index 0000000..b06278a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/download-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 14 7-7h-4V1H9v6H5zm0-2.83L9.83 9H11V3h2v6h1.17zM5 16v2h14v-2zm0 6v-2h14v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/download-multiple.svg b/mkdocs-material/material/templates/.icons/material/download-multiple.svg new file mode 100644 index 0000000..13113bd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/download-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 1v6H5l7 7 7-7h-4V1zM5 16v2h14v-2zm0 4v2h14v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/download-network-outline.svg b/mkdocs-material/material/templates/.icons/material/download-network-outline.svg new file mode 100644 index 0000000..0aa7c57 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/download-network-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 20a1 1 0 0 0-1-1h-1v-2h4a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h4v2h-1a1 1 0 0 0-1 1H2v2h7a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1h7v-2zm-8-5V5h10v10zm5-1 4-4h-3V6h-2v4H8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/download-network.svg b/mkdocs-material/material/templates/.icons/material/download-network.svg new file mode 100644 index 0000000..5896ed2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/download-network.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 3a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-4v2h1a1 1 0 0 1 1 1h7v2h-7a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1H2v-2h7a1 1 0 0 1 1-1h1v-2H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm-5 11.5 4.5-4.5H13V6h-2v4H7.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/download-off-outline.svg b/mkdocs-material/material/templates/.icons/material/download-off-outline.svg new file mode 100644 index 0000000..79886cb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/download-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.11 21.46 2.39 1.73 1.11 3l6 6H5l7 7 1.06-1.05L16.11 18H5v2h13.11l2.73 2.73zM11 5h2v4.8l2.6 2.6L19 9h-4V3H9v2.8l2 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/download-off.svg b/mkdocs-material/material/templates/.icons/material/download-off.svg new file mode 100644 index 0000000..fe7b425 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/download-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.84 22.73 18.11 20H5v-2h11.11l-3.05-3.05L12 16 5 9h2.11l-6-6 1.28-1.27 19.72 19.73zM19 9h-4V3H9v2.8l6.6 6.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/download-outline.svg b/mkdocs-material/material/templates/.icons/material/download-outline.svg new file mode 100644 index 0000000..28242b4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/download-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 5v6h1.17L12 13.17 9.83 11H11V5zm2-2H9v6H5l7 7 7-7h-4zm4 15H5v2h14z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/download.svg b/mkdocs-material/material/templates/.icons/material/download.svg new file mode 100644 index 0000000..edbda8d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/download.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 20h14v-2H5m14-9h-4V3H9v6H5l7 7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/drag-horizontal-variant.svg b/mkdocs-material/material/templates/.icons/material/drag-horizontal-variant.svg new file mode 100644 index 0000000..1c1ec75 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/drag-horizontal-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 11H3V9h18zm0 2H3v2h18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/drag-horizontal.svg b/mkdocs-material/material/templates/.icons/material/drag-horizontal.svg new file mode 100644 index 0000000..613c4d4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/drag-horizontal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 15v-2h2v2zm0-4V9h2v2zm4 4v-2h2v2zm0-4V9h2v2zm4 4v-2h2v2zm0-4V9h2v2zm4 4v-2h2v2zm0-4V9h2v2zm4 4v-2h2v2zm0-4V9h2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/drag-variant.svg b/mkdocs-material/material/templates/.icons/material/drag-variant.svg new file mode 100644 index 0000000..feb0555 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/drag-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22.67 12-4.49 4.5-2.51-2.5 1.98-2-1.98-1.96 2.51-2.51zM12 1.33l4.47 4.49-2.51 2.51L12 6.35l-2 1.98-2.5-2.51zm0 21.34-4.47-4.49 2.51-2.51L12 17.65l2-1.98 2.5 2.51zM1.33 12l4.49-4.5L8.33 10l-1.98 2 1.98 1.96-2.51 2.51zM12 10a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/drag-vertical-variant.svg b/mkdocs-material/material/templates/.icons/material/drag-vertical-variant.svg new file mode 100644 index 0000000..a1b0e80 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/drag-vertical-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 21H9V3h2zm4-18h-2v18h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/drag-vertical.svg b/mkdocs-material/material/templates/.icons/material/drag-vertical.svg new file mode 100644 index 0000000..79283e2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/drag-vertical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 3h2v2H9zm4 0h2v2h-2zM9 7h2v2H9zm4 0h2v2h-2zm-4 4h2v2H9zm4 0h2v2h-2zm-4 4h2v2H9zm4 0h2v2h-2zm-4 4h2v2H9zm4 0h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/drag.svg b/mkdocs-material/material/templates/.icons/material/drag.svg new file mode 100644 index 0000000..1e11736 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/drag.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 19v-2h2v2zm4 0v-2h2v2zm4 0v-2h2v2zm-8-4v-2h2v2zm4 0v-2h2v2zm4 0v-2h2v2zm-8-4V9h2v2zm4 0V9h2v2zm4 0V9h2v2zM7 7V5h2v2zm4 0V5h2v2zm4 0V5h2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/drama-masks.svg b/mkdocs-material/material/templates/.icons/material/drama-masks.svg new file mode 100644 index 0000000..832c36b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/drama-masks.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.11 19.45a6.95 6.95 0 0 1-4.4-5.1L2.05 6.54c-.24-1.08.45-2.14 1.53-2.37l9.77-2.07.03-.01c1.07-.21 2.12.48 2.34 1.54l.35 1.67 4.35.93h.03c1.05.24 1.73 1.3 1.51 2.36l-1.66 7.82a6.993 6.993 0 0 1-8.3 5.38 6.9 6.9 0 0 1-3.89-2.34M20 8.18 10.23 6.1l-1.66 7.82v.03c-.57 2.68 1.16 5.32 3.85 5.89s5.35-1.15 5.92-3.84zm-4 8.32a2.96 2.96 0 0 1-3.17 1.39 2.97 2.97 0 0 1-2.33-2.55zM8.47 5.17 4 6.13l1.66 7.81.01.03c.15.71.45 1.35.86 1.9-.1-.77-.08-1.57.09-2.37l.43-2c-.45-.08-.84-.33-1.05-.69.06-.61.56-1.15 1.25-1.31h.25l.78-3.81c.04-.19.1-.36.19-.52m6.56 7.06c.32-.53 1-.81 1.69-.66.69.14 1.19.67 1.28 1.29-.33.52-1 .8-1.7.64-.69-.13-1.19-.66-1.27-1.27m-4.88-1.04c.32-.53.99-.81 1.68-.66.67.14 1.2.68 1.28 1.29-.33.52-1 .81-1.69.68-.69-.17-1.19-.7-1.27-1.31m1.82-6.76 1.96.42-.16-.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/draw-pen.svg b/mkdocs-material/material/templates/.icons/material/draw-pen.svg new file mode 100644 index 0000000..b5bd230 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/draw-pen.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.75 20.85c1.78-.7 1.39-2.63.49-3.85-.89-1.25-2.12-2.11-3.36-2.94A9.8 9.8 0 0 1 4.54 12c-.28-.33-.85-.94-.27-1.06.59-.12 1.61.46 2.13.68.91.38 1.81.82 2.65 1.34l1.01-1.7C8.5 10.23 6.5 9.32 4.64 9.05c-1.06-.16-2.18.06-2.54 1.21-.32.99.19 1.99.77 2.77 1.37 1.83 3.5 2.71 5.09 4.29.34.33.75.72.95 1.18.21.44.16.47-.31.47-1.24 0-2.79-.97-3.8-1.61l-1.01 1.7c1.53.94 4.09 2.41 5.96 1.79m9.21-13.52L13.29 13H11v-2.29l5.67-5.68zm3.4-.78c-.01.3-.32.61-.64.92L19.2 10l-.87-.87 2.6-2.59-.59-.59-.67.67-2.29-2.29 2.15-2.15c.24-.24.63-.24.86 0l1.43 1.43c.24.22.24.62 0 .86-.21.21-.41.41-.41.61-.02.2.18.42.38.59.29.3.58.58.57.88"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/draw.svg b/mkdocs-material/material/templates/.icons/material/draw.svg new file mode 100644 index 0000000..8e644bd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/draw.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.75 20.85c1.78-.7 1.39-2.63.49-3.85-.89-1.25-2.12-2.11-3.36-2.94A9.8 9.8 0 0 1 4.54 12c-.28-.33-.85-.94-.27-1.06.59-.12 1.61.46 2.13.68.91.38 1.81.82 2.65 1.34l1.01-1.7C8.5 10.23 6.5 9.32 4.64 9.05c-1.06-.16-2.18.06-2.54 1.21-.32.99.19 1.99.77 2.77 1.37 1.83 3.5 2.71 5.09 4.29.34.33.75.72.95 1.18.21.44.16.47-.31.47-1.24 0-2.79-.97-3.8-1.61l-1.01 1.7c1.53.94 4.09 2.41 5.96 1.79m11.09-15.6c.22-.22.22-.58 0-.79l-1.3-1.3a.56.56 0 0 0-.78 0l-1.02 1.02 2.08 2.08M11 10.92V13h2.08l6.15-6.15-2.08-2.08z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/drawing-box.svg b/mkdocs-material/material/templates/.icons/material/drawing-box.svg new file mode 100644 index 0000000..8db4d45 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/drawing-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 18h-6v-5.79c-.66.61-1.53.99-2.5.99-2.04 0-3.7-1.66-3.7-3.7a3.7 3.7 0 0 1 3.7-3.7c2.04 0 3.7 1.66 3.7 3.7 0 .97-.38 1.84-.99 2.5H18m1-9H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/drawing.svg b/mkdocs-material/material/templates/.icons/material/drawing.svg new file mode 100644 index 0000000..7ce34e3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/drawing.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.5 3A5.5 5.5 0 0 1 14 8.5c0 1.33-.47 2.55-1.26 3.5H21v9h-9v-8.26c-.95.79-2.17 1.26-3.5 1.26A5.5 5.5 0 0 1 3 8.5 5.5 5.5 0 0 1 8.5 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dresser-outline.svg b/mkdocs-material/material/templates/.icons/material/dresser-outline.svg new file mode 100644 index 0000000..7a21628 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dresser-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 3c-1.1 0-2 .9-2 2v13a2 2 0 0 0 2 2v1h2v-1h12v1h2v-1c1.11 0 2-.89 2-2V5a2 2 0 0 0-2-2zm0 2h16v3H4zm6 1v1h4V6zm-6 4h16v3H4zm6 1v1h4v-1zm-6 4h16v3H4zm6 1v1h4v-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dresser.svg b/mkdocs-material/material/templates/.icons/material/dresser.svg new file mode 100644 index 0000000..cc36757 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dresser.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 3c-1.1 0-2 .9-2 2v3h20V5a2 2 0 0 0-2-2zm6 2h4v1h-4zM2 9v5h20V9zm8 2h4v1h-4zm-8 4v3a2 2 0 0 0 2 2v1h2v-1h12v1h2v-1c1.11 0 2-.89 2-2v-3zm8 2h4v1h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/drone.svg b/mkdocs-material/material/templates/.icons/material/drone.svg new file mode 100644 index 0000000..b626ecd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/drone.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 11h-1l-1-2h-6.25L16 12.5h-2L10.75 9H4c-.55 0-2-.45-2-1s1.5-2.5 3.5-2.5S7.67 6.5 9 7h12a1 1 0 0 1 1 1v3M10.75 6.5 14 3h2l-2.25 3.5zM18 11V9.5h1.75L19 11zM3 19a1 1 0 0 1-1-1 1 1 0 0 1 1-1 4 4 0 0 1 4 4 1 1 0 0 1-1 1 1 1 0 0 1-1-1 2 2 0 0 0-2-2m8 2a1 1 0 0 1-1 1 1 1 0 0 1-1-1 6 6 0 0 0-6-6 1 1 0 0 1-1-1 1 1 0 0 1 1-1 8 8 0 0 1 8 8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dropbox.svg b/mkdocs-material/material/templates/.icons/material/dropbox.svg new file mode 100644 index 0000000..dc9bac6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dropbox.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m3 6.2 5 3.19 5-3.19L8 3zm10 0 5 3.19 5-3.19L18 3zM3 12.55l5 3.19 5-3.19-5-3.2zm15-3.2-5 3.2 5 3.19 5-3.19zM8.03 16.8l5.01 3.2 5-3.2-5-3.19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/drupal.svg b/mkdocs-material/material/templates/.icons/material/drupal.svg new file mode 100644 index 0000000..e7d5f2f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/drupal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.47 14.65c0 .64-.22 1.71-.64 2.45-.43.75-.75.96-1.39.96-.74-.11-2.13-2.24-3.08-2.34-1.18 0-3.63 2.45-5.65 2.45-1.17 0-1.6-.22-1.92-.43-.64-.43-.85-1.07-.85-1.92 0-1.6 1.49-2.98 3.3-2.98 2.35 0 3.94 2.34 5.12 2.24.95 0 2.87-1.92 3.83-1.92.96-.21 1.28.84 1.28 1.49m-3.84-9.37c-1.06-.64-2.02-.96-3.09-1.6-.63-.43-1.49-1.38-2.23-2.24-.31 1.39-.53 1.92-1.07 2.35-1.06.74-1.6 1.06-2.55 1.49C6.94 5.7 3 8.05 3 13.16S7.37 22 12.05 22c4.8 0 8.95-3.5 8.95-8.73.21-5.22-3.73-7.57-4.37-7.99"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/duck.svg b/mkdocs-material/material/templates/.icons/material/duck.svg new file mode 100644 index 0000000..7c87a33 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/duck.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.5 5A1.5 1.5 0 0 0 7 6.5 1.5 1.5 0 0 0 8.5 8 1.5 1.5 0 0 0 10 6.5 1.5 1.5 0 0 0 8.5 5M10 2a5 5 0 0 1 5 5c0 1.7-.85 3.2-2.14 4.1 1.58.15 3.36.51 5.14 1.4 3 1.5 4-.5 4-.5s-1 9-7 9H9s-5 0-5-5c0-3 3-4 2-6-4 0-4-3.5-4-3.5 1 .5 2.24.5 3 .15A5.02 5.02 0 0 1 10 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dumbbell.svg b/mkdocs-material/material/templates/.icons/material/dumbbell.svg new file mode 100644 index 0000000..3caed9e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dumbbell.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.57 14.86 22 13.43 20.57 12 17 15.57 8.43 7 12 3.43 10.57 2 9.14 3.43 7.71 2 5.57 4.14 4.14 2.71 2.71 4.14l1.43 1.43L2 7.71l1.43 1.43L2 10.57 3.43 12 7 8.43 15.57 17 12 20.57 13.43 22l1.43-1.43L16.29 22l2.14-2.14 1.43 1.43 1.43-1.43-1.43-1.43L22 16.29z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/dump-truck.svg b/mkdocs-material/material/templates/.icons/material/dump-truck.svg new file mode 100644 index 0000000..0253cf1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/dump-truck.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 8h-5v6H2v3h1a3 3 0 0 0 3 3 3 3 0 0 0 3-3h6a3 3 0 0 0 3 3 3 3 0 0 0 3-3h2v-5zM6 18.5A1.5 1.5 0 0 1 4.5 17 1.5 1.5 0 0 1 6 15.5 1.5 1.5 0 0 1 7.5 17 1.5 1.5 0 0 1 6 18.5m12 0a1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5 1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5M17 12V9.5h2.5l1.96 2.5zm1-5h-4v6H3L1.57 8H1V6h12l1-1h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ear-hearing-loop.svg b/mkdocs-material/material/templates/.icons/material/ear-hearing-loop.svg new file mode 100644 index 0000000..2d18aeb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ear-hearing-loop.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 6.5a2.5 2.5 0 0 0 0 5 2.5 2.5 0 0 0 0-5M16 17v2h2v4h2v-4h2v-2zm-4.31-3.53L3.67 22 2.4 20.73l7.35-7.86c.58.34 1.25.55 1.94.6M19 9c0 1.26-.38 2.65-1.07 3.9-.93 1.65-1.98 2.48-2.85 3.15-.81.62-1.39 1.07-1.71 2.05-.6 1.82-1.37 2.84-2.73 3.55-.51.23-1.07.35-1.64.35-1.19 0-2.25-.53-3-1.35l1.43-1.43a1.98 1.98 0 0 0 2.33.63c.71-.35 1.21-.88 1.71-2.38.53-1.56 1.47-2.29 2.39-3 .79-.61 1.61-1.24 2.32-2.53C16.71 11 17 9.93 17 9c0-2.8-2.2-5-5-5S7 6.2 7 9H5c0-3.93 3.07-7 7-7s7 3.07 7 7m-.63-4.88 2.35-2.39L22 3l-2.68 2.72c-.26-.57-.58-1.11-.95-1.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ear-hearing-off.svg b/mkdocs-material/material/templates/.icons/material/ear-hearing-off.svg new file mode 100644 index 0000000..99d9f35 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ear-hearing-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 4.27 2.28 3 20 20.72 18.73 22l-5.82-5.82c-.72.56-1.24 1.01-1.54 1.92-.6 1.82-1.37 2.84-2.73 3.55-.51.23-1.07.35-1.64.35a4 4 0 0 1-4-4h2a2 2 0 0 0 2 2c.29 0 .56-.06.76-.15.71-.35 1.21-.88 1.71-2.38.44-1.35 1.22-2.08 2.03-2.71L5.04 8.31C5 8.54 5 8.77 5 9H3c0-.83.14-1.61.39-2.34zm13.18 7.67C14.71 11 15 9.93 15 9c0-2.8-2.2-5-5-5-1.19 0-2.26.39-3.11 1.06L5.46 3.63C6.67 2.61 8.25 2 10 2c3.93 0 7 3.07 7 7 0 1.26-.38 2.65-1.07 3.9l-.46.75-1.44-1.45zm2.18-9.3 1.42-1.42C19.77 3.21 21 5.96 21 9c0 2.83-1.07 5.41-2.82 7.36l-1.41-1.42A9 9 0 0 0 19 9c0-2.5-1-4.74-2.64-6.36M12.5 9c0 .5-.14.93-.37 1.31L8.69 6.87c.38-.23.81-.37 1.31-.37A2.5 2.5 0 0 1 12.5 9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ear-hearing.svg b/mkdocs-material/material/templates/.icons/material/ear-hearing.svg new file mode 100644 index 0000000..4bd6e60 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ear-hearing.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 20c-.29 0-.56-.06-.76-.15-.71-.35-1.21-.88-1.71-2.38-.53-1.56-1.47-2.29-2.39-3-.79-.61-1.61-1.24-2.32-2.53C9.29 11 9 9.93 9 9c0-2.8 2.2-5 5-5s5 2.2 5 5h2c0-3.93-3.07-7-7-7S7 5.07 7 9c0 1.26.38 2.65 1.07 3.9.93 1.65 1.98 2.48 2.85 3.15.81.62 1.39 1.07 1.71 2.05.6 1.82 1.37 2.84 2.73 3.55.51.23 1.07.35 1.64.35a4 4 0 0 0 4-4h-2a2 2 0 0 1-2 2M7.64 2.64 6.22 1.22A10.97 10.97 0 0 0 3 9c0 3.04 1.23 5.79 3.22 7.78l1.41-1.41A8.95 8.95 0 0 1 5 9c0-2.5 1-4.74 2.64-6.36M11.5 9a2.5 2.5 0 0 0 2.5 2.5A2.5 2.5 0 0 0 16.5 9 2.5 2.5 0 0 0 14 6.5 2.5 2.5 0 0 0 11.5 9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/earbuds-off-outline.svg b/mkdocs-material/material/templates/.icons/material/earbuds-off-outline.svg new file mode 100644 index 0000000..eef0461 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/earbuds-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22.11 21.46-3.61-3.61v-.01l-2.92-2.91-1.49-1.49h.01l-2.54-2.54L10 9.34l-3-3L6.66 6h.01l-.57-.56-3.71-3.71L1.11 3l1.44 1.43C2.19 5 2 5.58 2 6v5c0 1 1 3 3 3 .61 0 1.32-.28 2-.73V20c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8.11l4.5 4.5V20c0 .55.45 1 1 1h2c.44 0 .8-.28.93-.68l2.41 2.41zM8 10.23 5.91 11.6c-.51.33-.83.4-.91.4-.7 0-1-.92-1-1V6.03c0-.03 0-.06.03-.11L8 9.89zm5.53.1-2.49-2.49C11.37 5.12 13.69 3 16.5 3 19.54 3 22 5.46 22 8.5c0 2.82-2.11 5.13-4.84 5.46l-2.49-2.49c.53.33 1.16.53 1.83.53 1.93 0 3.5-1.57 3.5-3.5S18.43 5 16.5 5 13 6.57 13 8.5c0 .67.2 1.3.53 1.83"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/earbuds-off.svg b/mkdocs-material/material/templates/.icons/material/earbuds-off.svg new file mode 100644 index 0000000..4320578 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/earbuds-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10 9.34 1.56 1.57v-.01l2.54 2.55-.01-.01 1.49 1.49h.01l2.91 2.91v.01l3.61 3.61-1.27 1.27-2.41-2.4c-.13.39-.49.67-.93.67h-2c-.55 0-1-.45-1-1v-3.61l-4.5-4.5V20c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1v-6.73c-.68.45-1.39.73-2 .73-2 0-3-2-3-3V6c0-.42.19-1 .55-1.57L1.11 3l1.28-1.27L6.1 5.44M22 8.5C22 5.46 19.54 3 16.5 3c-2.81 0-5.13 2.12-5.46 4.84l6.12 6.12A5.496 5.496 0 0 0 22 8.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/earbuds-outline.svg b/mkdocs-material/material/templates/.icons/material/earbuds-outline.svg new file mode 100644 index 0000000..76fc55b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/earbuds-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3C3 3 2 5 2 6v5c0 1 1 3 3 3 .61 0 1.32-.28 2-.73V20c0 .55.45 1 1 1h1c.55 0 1-.45 1-1V8c0-2-3-5-5-5m3 7.23L5.91 11.6c-.51.33-.83.4-.91.4-.7 0-1-.92-1-1V6.03C4 5.92 4.3 5 5 5c.9 0 3 2.1 3 3zM16.5 15c.7 0 1.37-.11 2-.32V20c0 .55-.45 1-1 1h-2c-.55 0-1-.45-1-1v-5.32c.63.21 1.3.32 2 .32m0-12C13.46 3 11 5.46 11 8.5s2.46 5.5 5.5 5.5S22 11.54 22 8.5 19.54 3 16.5 3m0 9c-1.93 0-3.5-1.57-3.5-3.5S14.57 5 16.5 5 20 6.57 20 8.5 18.43 12 16.5 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/earbuds.svg b/mkdocs-material/material/templates/.icons/material/earbuds.svg new file mode 100644 index 0000000..d9b0be5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/earbuds.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 8v12c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1v-6.73c-.68.45-1.39.73-2 .73-2 0-3-2-3-3V6c0-1 1-3 3-3s5 3 5 5m6.5-5C13.46 3 11 5.46 11 8.5s2.46 5.5 5.5 5.5S22 11.54 22 8.5 19.54 3 16.5 3m-2 11.68V20c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-5.32c-.63.21-1.3.32-2 .32s-1.37-.11-2-.32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/earth-arrow-down.svg b/mkdocs-material/material/templates/.icons/material/earth-arrow-down.svg new file mode 100644 index 0000000..1d9d53c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/earth-arrow-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 19h2v-4h2v4h2l-3 3zm-3-1c0-2.2 1.2-4.1 3-5.2-.1-.5-.5-.8-1-.8H8v-2h2c.6 0 1-.4 1-1V7h2c1.1 0 2-.9 2-2v-.4c2.9 1.2 5 4 5 7.4v.3c.7.2 1.3.6 1.9 1.1.1-.4.1-.9.1-1.4 0-5.5-4.5-10-10-10S2 6.5 2 12s4.5 10 10 10c.5 0 1 0 1.4-.1-.9-1.1-1.4-2.4-1.4-3.9m-1 1.9c-4-.5-7-3.8-7-7.9 0-.6.1-1.2.2-1.8L9 15v1c0 1.1.9 2 2 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/earth-arrow-left.svg b/mkdocs-material/material/templates/.icons/material/earth-arrow-left.svg new file mode 100644 index 0000000..b2ea07c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/earth-arrow-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 15v2h4v2h-4v2l-3-3zm-5 3c0-2.2 1.2-4.1 3-5.2-.1-.5-.5-.8-1-.8H8v-2h2c.6 0 1-.4 1-1V7h2c1.1 0 2-.9 2-2v-.4c2.9 1.2 5 4 5 7.4v.3c.7.2 1.3.6 1.9 1.1.1-.4.1-.9.1-1.4 0-5.5-4.5-10-10-10S2 6.5 2 12s4.5 10 10 10c.5 0 1 0 1.4-.1-.9-1.1-1.4-2.4-1.4-3.9m-1 1.9c-4-.5-7-3.8-7-7.9 0-.6.1-1.2.2-1.8L9 15v1c0 1.1.9 2 2 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/earth-arrow-right.svg b/mkdocs-material/material/templates/.icons/material/earth-arrow-right.svg new file mode 100644 index 0000000..ec19634 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/earth-arrow-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 21v-2h-4v-2h4v-2l3 3zm-7-3c0-2.2 1.2-4.1 3-5.2-.1-.5-.5-.8-1-.8H8v-2h2c.6 0 1-.4 1-1V7h2c1.1 0 2-.9 2-2v-.4c2.9 1.2 5 4 5 7.4v.3c.7.2 1.3.6 1.9 1.1.1-.4.1-.9.1-1.4 0-5.5-4.5-10-10-10S2 6.5 2 12s4.5 10 10 10c.5 0 1 0 1.4-.1-.9-1.1-1.4-2.4-1.4-3.9m-1 1.9c-4-.5-7-3.8-7-7.9 0-.6.1-1.2.2-1.8L9 15v1c0 1.1.9 2 2 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/earth-arrow-up.svg b/mkdocs-material/material/templates/.icons/material/earth-arrow-up.svg new file mode 100644 index 0000000..6767759 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/earth-arrow-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 17h-2v4h-2v-4h-2l3-3zm-9 1c0-2.2 1.2-4.1 3-5.2-.1-.5-.5-.8-1-.8H8v-2h2c.6 0 1-.4 1-1V7h2c1.1 0 2-.9 2-2v-.4c2.9 1.2 5 4 5 7.4v.3c.7.2 1.3.6 1.9 1.1.1-.4.1-.9.1-1.4 0-5.5-4.5-10-10-10S2 6.5 2 12s4.5 10 10 10c.5 0 1 0 1.4-.1-.9-1.1-1.4-2.4-1.4-3.9m-1 1.9c-4-.5-7-3.8-7-7.9 0-.6.1-1.2.2-1.8L9 15v1c0 1.1.9 2 2 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/earth-box-minus.svg b/mkdocs-material/material/templates/.icons/material/earth-box-minus.svg new file mode 100644 index 0000000..2016f21 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/earth-box-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 17v2h-8v-2zM5 3h14a2 2 0 0 1 2 2v7.8c-.61-.35-1.28-.6-2-.72V5h-3.22c-.11 1-.95 1.79-1.98 1.79h-2v2c0 .56-.45 1-1 1h-2v2h6c.43 0 .8.27.94.65A6.01 6.01 0 0 0 12 17.83c-1.3-.04-2.2-.93-2.2-2.04v-1L5 10.29V19h7.08c.12.72.37 1.39.72 2H5a2 2 0 0 1-2-2V5c0-1.11.89-2 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/earth-box-off.svg b/mkdocs-material/material/templates/.icons/material/earth-box-off.svg new file mode 100644 index 0000000..163c14a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/earth-box-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23 4.27-2 2V19a2 2 0 0 1-2 2H6.27l-2 2L3 21.72 21.72 3zM5 3h14.18l-2 2h-1.4c-.11 1-.95 1.79-1.98 1.79h-2v2c0 .56-.45 1-1 1h-2v2h1.58l-1.83 1.83L5 10.29v6.89l-2 2V5c0-1.11.89-2 2-2m6.8 16v-1.21c-.63 0-1.2-.29-1.57-.75L8.27 19zm4-6.21v3h1c.89 0 1.94.59 2.2 1.39V8.27l-3.67 3.67c.28.18.47.49.47.85"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/earth-box-plus.svg b/mkdocs-material/material/templates/.icons/material/earth-box-plus.svg new file mode 100644 index 0000000..a44305e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/earth-box-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 14h2v3h3v2h-3v3h-2v-3h-3v-2h3zM5 3h14a2 2 0 0 1 2 2v7.8c-.61-.35-1.28-.6-2-.72V5h-3.22c-.11 1-.95 1.79-1.98 1.79h-2v2c0 .56-.45 1-1 1h-2v2h6c.43 0 .8.27.94.65A6.01 6.01 0 0 0 12 17.83c-1.3-.04-2.2-.93-2.2-2.04v-1L5 10.29V19h7.08c.12.72.37 1.39.72 2H5a2 2 0 0 1-2-2V5c0-1.11.89-2 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/earth-box-remove.svg b/mkdocs-material/material/templates/.icons/material/earth-box-remove.svg new file mode 100644 index 0000000..20edd01 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/earth-box-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.46 15.88 1.42-1.42L18 16.59l2.12-2.12 1.42 1.41L19.41 18l2.13 2.12-1.42 1.42L18 19.41l-2.12 2.13-1.42-1.42L16.59 18l-2.12-2.12M5 3h14a2 2 0 0 1 2 2v7.8c-.61-.35-1.28-.6-2-.72V5h-3.22c-.11 1-.95 1.79-1.98 1.79h-2v2c0 .56-.45 1-1 1h-2v2h6c.43 0 .8.27.94.65A6.01 6.01 0 0 0 12 17.83c-1.3-.04-2.2-.93-2.2-2.04v-1L5 10.29V19h7.08c.12.72.37 1.39.72 2H5a2 2 0 0 1-2-2V5c0-1.11.89-2 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/earth-box.svg b/mkdocs-material/material/templates/.icons/material/earth-box.svg new file mode 100644 index 0000000..96d9c09 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/earth-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm10.78 2H19v12.18c-.26-.8-1.31-1.39-2.2-1.39h-1v-3a1 1 0 0 0-1-1h-6v-2h2a1 1 0 0 0 1-1v-2h2c1.03 0 1.87-.79 1.98-1.79M5 10.29l4.8 4.5v1a2 2 0 0 0 2 2V19H5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/earth-minus.svg b/mkdocs-material/material/templates/.icons/material/earth-minus.svg new file mode 100644 index 0000000..64e1e7c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/earth-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 17h8v2h-8zm6-5c0-3.36-2.07-6.23-5-7.41V5c0 1.1-.9 2-2 2h-2v2c0 .55-.45 1-1 1H8v2h6c.5 0 .9.35 1 .81-1.8 1.04-3 2.98-3 5.19 0 1.5.54 2.85 1.44 3.9L12 22C6.5 22 2 17.5 2 12S6.5 2 12 2s10 4.5 10 10l-.1 1.44c-.56-.48-1.2-.85-1.9-1.1zm-9 7.93V18c-1.1 0-2-.9-2-2v-1l-4.79-4.79C4.08 10.78 4 11.38 4 12c0 4.08 3.06 7.44 7 7.93"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/earth-off.svg b/mkdocs-material/material/templates/.icons/material/earth-off.svg new file mode 100644 index 0000000..2566363 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/earth-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22 5.27-1.5 1.48C21.46 8.28 22 10.07 22 12a10 10 0 0 1-10 10c-1.92 0-3.72-.54-5.25-1.5L5.27 22 4 20.72 20.72 4zm-4.1 12.12C19.2 15.97 20 14.08 20 12c0-1.37-.34-2.66-.95-3.78l-4.22 4.22c.11.16.17.35.17.56v3h1c.89 0 1.64.59 1.9 1.39M11 19.93V18c-.5 0-.93-.17-1.27-.46l-1.51 1.51c.85.45 1.78.75 2.78.88m4-15.34V5a2 2 0 0 1-2 2h-2v2a1 1 0 0 1-1 1H8v2h2.18l-2.09 2.09-3.88-3.88C4.08 10.78 4 11.38 4 12c0 1.74.56 3.36 1.5 4.67L4.08 18.1A9.9 9.9 0 0 1 2 12 10 10 0 0 1 12 2c2.3 0 4.41.77 6.1 2.08L16.67 5.5A8.2 8.2 0 0 0 15 4.59"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/earth-plus.svg b/mkdocs-material/material/templates/.icons/material/earth-plus.svg new file mode 100644 index 0000000..37f15cc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/earth-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 14h2v3h3v2h-3v3h-2v-3h-3v-2h3zm3-2c0-3.36-2.07-6.23-5-7.41V5c0 1.1-.9 2-2 2h-2v2c0 .55-.45 1-1 1H8v2h6c.5 0 .9.35 1 .81-1.8 1.04-3 2.98-3 5.19 0 1.5.54 2.85 1.44 3.9L12 22C6.5 22 2 17.5 2 12S6.5 2 12 2s10 4.5 10 10l-.1 1.44c-.56-.48-1.2-.85-1.9-1.1zm-9 7.93V18c-1.1 0-2-.9-2-2v-1l-4.79-4.79C4.08 10.78 4 11.38 4 12c0 4.08 3.06 7.44 7 7.93"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/earth-remove.svg b/mkdocs-material/material/templates/.icons/material/earth-remove.svg new file mode 100644 index 0000000..0d1c982 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/earth-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.46 15.88 1.42-1.42L18 16.59l2.12-2.12 1.42 1.41L19.41 18l2.13 2.12-1.42 1.42L18 19.41l-2.12 2.13-1.42-1.42L16.59 18l-2.12-2.12M20 12c0-3.36-2.07-6.23-5-7.41V5c0 1.1-.9 2-2 2h-2v2c0 .55-.45 1-1 1H8v2h6c.5 0 .9.35 1 .81-1.8 1.04-3 2.98-3 5.19 0 1.5.54 2.85 1.44 3.9L12 22C6.5 22 2 17.5 2 12S6.5 2 12 2s10 4.5 10 10l-.1 1.44c-.56-.48-1.2-.85-1.9-1.1zm-9 7.93V18c-1.1 0-2-.9-2-2v-1l-4.79-4.79C4.08 10.78 4 11.38 4 12c0 4.08 3.06 7.44 7 7.93"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/earth.svg b/mkdocs-material/material/templates/.icons/material/earth.svg new file mode 100644 index 0000000..7acbe8e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/earth.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.9 17.39c-.26-.8-1.01-1.39-1.9-1.39h-1v-3a1 1 0 0 0-1-1H8v-2h2a1 1 0 0 0 1-1V7h2a2 2 0 0 0 2-2v-.41a7.984 7.984 0 0 1 2.9 12.8M11 19.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.22.21-1.79L9 15v1a2 2 0 0 0 2 2m1-16A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/egg-easter.svg b/mkdocs-material/material/templates/.icons/material/egg-easter.svg new file mode 100644 index 0000000..37bef2b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/egg-easter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.89 6.36C8.23 3.91 10 2 12 2s3.77 1.91 5.11 4.36c-.85.21-1.61.71-2.11 1.41a3.71 3.71 0 0 0-5.2-.8c-.3.22-.58.49-.8.8-.5-.7-1.26-1.2-2.11-1.41M15 18.06l-3-3-3 3-3-3-1.27 1.27a7.504 7.504 0 0 0 9.11 5.43 7.53 7.53 0 0 0 5.43-5.43L18 15.06zm-6-2.12 3-3 3 3 3-3 1.5 1.5c-.13-2.31-.7-4.58-1.69-6.68-1.16.1-2.06 1.07-2.06 2.24h-1.5A2.25 2.25 0 0 0 12 7.75 2.25 2.25 0 0 0 9.75 10h-1.5c0-1.17-.9-2.14-2.06-2.24-.99 2.1-1.56 4.37-1.69 6.68l1.5-1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/egg-fried.svg b/mkdocs-material/material/templates/.icons/material/egg-fried.svg new file mode 100644 index 0000000..5d24ab8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/egg-fried.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 4.5c2.17 0 2.58.57 3.5 1.82.38.53.82 1.12 1.44 1.74.49.49.92.87 1.27 1.18 1.09.95 1.29 1.12 1.29 2.76 0 2.93 0 3.38-1.56 4.94C16 18.86 15.38 19.5 13 19.5c-1.12 0-1.5-.32-2.11-.81-.62-.5-1.46-1.19-2.89-1.19-3.04 0-3.5-3.45-3.5-5.5 0-1.35.5-3.09 1.97-3.58 1.78-.59 2.73-1.71 3.49-2.61.79-.93 1.15-1.31 2.04-1.31M12 3C9 3 9 6 6 7c-2.12.71-3 3-3 5 0 3 1 7 5 7 2 0 2 2 5 2s4-1 6-3 2-3 2-6-1-3-3-5-2-4-6-4m0 5c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4m0 2c-1.1 0-2 .9-2 2H9c0-1.65 1.35-3 3-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/egg-off-outline.svg b/mkdocs-material/material/templates/.icons/material/egg-off-outline.svg new file mode 100644 index 0000000..85d9e7b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/egg-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.11 21.46 2.39 1.73 1.11 3 6.1 8c-1 2.28-1.6 4.76-1.6 6.5 0 4.14 3.36 7.5 7.5 7.5 2.23 0 4.22-1 5.59-2.5l3.25 3.23zM12 20a5.51 5.51 0 0 1-5.5-5.5c0-1.42.45-3.25 1.13-5l8.54 8.56C15.16 19.24 13.67 20 12 20M9.36 6.16 7.92 4.72C9.1 3.11 10.5 2 12 2c4.14 0 7.5 8.36 7.5 12.5 0 .56-.07 1.1-.18 1.62l-1.82-1.83C17.38 10.46 14.28 4 12 4c-.83 0-1.78.87-2.64 2.16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/egg-off.svg b/mkdocs-material/material/templates/.icons/material/egg-off.svg new file mode 100644 index 0000000..1138d82 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/egg-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.1 21.5 2.4 1.7 1.1 3l5 5c-1 2.3-1.6 4.8-1.6 6.5 0 4.1 3.4 7.5 7.5 7.5 2.2 0 4.2-1 5.6-2.5l3.2 3.2zm-2.6-7C19.5 10.4 16.1 2 12 2c-1.5 0-2.9 1.1-4.1 2.7l11.4 11.4c.1-.5.2-1 .2-1.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/egg-outline.svg b/mkdocs-material/material/templates/.icons/material/egg-outline.svg new file mode 100644 index 0000000..fa2f709 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/egg-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 4c2.32 0 5.5 6.7 5.5 10.5 0 3.03-2.47 5.5-5.5 5.5s-5.5-2.47-5.5-5.5C6.5 10.7 9.68 4 12 4m0-2c-4.14 0-7.5 8.36-7.5 12.5S7.86 22 12 22s7.5-3.36 7.5-7.5S16.14 2 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/egg.svg b/mkdocs-material/material/templates/.icons/material/egg.svg new file mode 100644 index 0000000..70a48a4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/egg.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.5 14.5A7.5 7.5 0 0 1 12 22a7.5 7.5 0 0 1-7.5-7.5C4.5 10.36 7.86 2 12 2s7.5 8.36 7.5 12.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/eiffel-tower.svg b/mkdocs-material/material/templates/.icons/material/eiffel-tower.svg new file mode 100644 index 0000000..d80ee49 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/eiffel-tower.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.21 17c.44-.85.85-1.84 1.23-3H9v-2h1c.61-2.6 1-5.87 1-10h2c0 4.13.4 7.4 1 10h1v2h-.44c.38 1.16.79 2.15 1.23 3H17v2l2 3h-2.42c-.77-1.76-2.53-3-4.58-3s-3.81 1.24-4.58 3H5l2-3-.03-2zm4.38-3h-1.18a22 22 0 0 1-1.13 3h3.44c-.4-.87-.79-1.87-1.13-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/eight-track.svg b/mkdocs-material/material/templates/.icons/material/eight-track.svg new file mode 100644 index 0000000..89ef65f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/eight-track.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 2 5 5v11l1 4c.27 1.07.9 2 2 2h8a2 2 0 0 0 2-2l1-4V5l-2-3h-2v1h-2V2zm0 4h10v10H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/eject-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/eject-circle-outline.svg new file mode 100644 index 0000000..b2f9c61 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/eject-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m4.5-8L12 6l-4.5 6zm0 4h-9v-2h9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/eject-circle.svg b/mkdocs-material/material/templates/.icons/material/eject-circle.svg new file mode 100644 index 0000000..dadc30f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/eject-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m4.5 14h-9v-2h9zm-9-4L12 6l4.5 6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/eject-outline.svg b/mkdocs-material/material/templates/.icons/material/eject-outline.svg new file mode 100644 index 0000000..3983b6c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/eject-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 17h14v2H5zm7-12L5.33 15h13.34zm0 3.6 2.93 4.4H9.07z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/eject.svg b/mkdocs-material/material/templates/.icons/material/eject.svg new file mode 100644 index 0000000..1242918 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/eject.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 5 5.33 15h13.34M5 17h14v2H5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/electric-switch-closed.svg b/mkdocs-material/material/templates/.icons/material/electric-switch-closed.svg new file mode 100644 index 0000000..9ddcf63 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/electric-switch-closed.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.83 11a3 3 0 0 0-5.65 0H8.82a3 3 0 0 0-5.65 0H1v2h2.17a3 3 0 0 0 5.65 0h6.36a3 3 0 0 0 5.65 0H23v-2M6 13a1 1 0 1 1 1-1 1 1 0 0 1-1 1m12 0a1 1 0 1 1 1-1 1 1 0 0 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/electric-switch.svg b/mkdocs-material/material/templates/.icons/material/electric-switch.svg new file mode 100644 index 0000000..dd65fcc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/electric-switch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 11h2.17C3.58 9.83 4.69 9 6 9c.65 0 1.25.21 1.74.56l6.7-4.69 1.14 1.63-6.69 4.7c.07.25.11.52.11.8a3 3 0 0 1-3 3 2.99 2.99 0 0 1-2.83-2H1zm22 0v2h-2.17A2.99 2.99 0 0 1 18 15a3 3 0 0 1-3-3 3 3 0 0 1 3-3c1.31 0 2.42.83 2.83 2zM6 11a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1m12 0a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/electron-framework.svg b/mkdocs-material/material/templates/.icons/material/electron-framework.svg new file mode 100644 index 0000000..acb8aa9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/electron-framework.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 22c-1.67 0-3.16-1.5-4.1-4.07-.07-.2.03-.43.24-.49.2-.08.42.03.49.23.81 2.23 2.07 3.56 3.37 3.56.94 0 1.87-.68 2.62-1.92a.386.386 0 0 1 .66.4C14.38 21.19 13.22 22 12 22m3.91-4.28a.4.4 0 0 1-.11-.02c-.21-.07-.3-.28-.26-.49.46-1.4.68-3.03.68-4.71 0-3.85-1.25-7.26-3.03-8.36-.25.36-.69.64-1.19.64-.76 0-1.39-.62-1.39-1.39S11.24 2 12 2c.77 0 1.4.61 1.41 1.37C15.53 4.5 17 8.21 17 12.5c0 1.75-.25 3.46-.72 4.95-.05.16-.2.27-.37.27M12 2.77c-.34 0-.62.28-.62.62s.29.61.62.61c.35 0 .64-.27.64-.61s-.29-.62-.64-.62M4.08 18.54c-.77 0-1.4-.63-1.4-1.39 0-.49.26-.93.65-1.18-.14-2.41 2.35-5.56 6.17-7.75 1.59-.9 3.25-1.55 4.82-1.88.18-.05.41.08.45.29.05.21-.08.42-.27.46-1.5.32-3.09.94-4.6 1.8-3.44 1.97-5.8 4.79-5.8 6.87.76.01 1.4.63 1.4 1.39 0 .77-.65 1.39-1.42 1.39m0-2.01c-.34 0-.62.28-.62.62 0 .35.28.62.62.62s.63-.27.63-.62c0-.34-.29-.62-.63-.62m14.42-3.09c-.07 0-.16-.03-.23-.09a.393.393 0 0 1-.04-.55c1.54-1.8 2.07-3.54 1.41-4.66-.47-.81-1.54-1.26-3.01-1.28-.22 0-.39-.18-.38-.39 0-.21.18-.37.39-.38 1.75.02 3.06.61 3.67 1.66.84 1.44.29 3.46-1.49 5.55-.08.09-.19.14-.32.14m-2 5.46c-2 0-4.56-.74-7-2.13-1.55-.89-2.93-1.98-4-3.14a.4.4 0 0 1 0-.55c.18-.14.42-.13.57.03 1.01 1.1 2.33 2.14 3.82 2.99 3.31 1.9 6.88 2.53 8.76 1.62-.08-.17-.15-.37-.15-.57 0-.77.65-1.39 1.42-1.39s1.4.62 1.4 1.39a1.396 1.396 0 0 1-2.15 1.17c-.7.39-1.61.58-2.67.58m3-1.27c.13.08.27.14.42.14a.619.619 0 1 0 0-1.24c-.35 0-.62.28-.62.62 0 .14.05.27.13.38.04.02.07.06.07.1M4.46 12c-.13 0-.26-.08-.33-.2-.9-1.55-1.05-2.99-.43-4.06.84-1.44 2.88-1.98 5.61-1.49.19.04.35.25.31.45-.03.21-.23.35-.44.3C6.82 6.59 5 7 4.37 8.13c-.48.82-.33 1.98.43 3.28.1.19.04.42-.15.53-.06.03-.12.06-.19.06m7.75 1.4a.92.92 0 0 1-.4-1.8c.5-.1 1 .21 1.1.71.09.49-.21.98-.7 1.09"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/elephant.svg b/mkdocs-material/material/templates/.icons/material/elephant.svg new file mode 100644 index 0000000..4f0e99e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/elephant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.5 15.5a.5.5 0 0 1-.5.5.5.5 0 0 1-.5-.5v-7c0-1.93-2.07-3.5-4-3.5H6a4 4 0 0 0-4 4v10h4v-4h5v4h4v-4.5a.5.5 0 0 1 .5-.5.5.5 0 0 1 .5.5V16a3 3 0 0 0 3 3 3 3 0 0 0 3-3v-2h-2.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/elevation-decline.svg b/mkdocs-material/material/templates/.icons/material/elevation-decline.svg new file mode 100644 index 0000000..8bc5a85 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/elevation-decline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 21H3v-9.75L9.45 15l3.77-2.2L21 17.29zM3 8.94V6.75l6.45 3.75 3.77-2.2L21 12.79V15l-7.78-4.5-3.77 2.17z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/elevation-rise.svg b/mkdocs-material/material/templates/.icons/material/elevation-rise.svg new file mode 100644 index 0000000..cb174d7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/elevation-rise.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 21v-3.71l7.78-4.49 3.77 2.2L21 11.25V21zM21 8.94l-6.45 3.73-3.77-2.17L3 15v-2.21l7.78-4.49 3.77 2.2L21 6.75z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/elevator-down.svg b/mkdocs-material/material/templates/.icons/material/elevator-down.svg new file mode 100644 index 0000000..c470ba5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/elevator-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m7 10 4-4H8V2H6v4H3zm10 0-4-4h3V2h2v4h3zM7 12h10a2 2 0 0 1 2 2v6c0 1.11-.89 2-2 2H7a2 2 0 0 1-2-2v-6c0-1.1.9-2 2-2m0 2v6h10v-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/elevator-passenger-off-outline.svg b/mkdocs-material/material/templates/.icons/material/elevator-passenger-off-outline.svg new file mode 100644 index 0000000..fba25e8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/elevator-passenger-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.11 21.46 2.39 1.73 1.11 3 3 4.9V19c0 1.1.9 2 2 2h14.1l1.74 1.73zM5 19V6.89l2.65 2.65C6.71 9.71 6 10.5 6 11.5V14h1v4h3v-4h1v-1.11L17.11 19zM8.2 5l-2-2H19c1.1 0 2 .9 2 2v12.8l-2-2V5zm9.8 6h-3.8l-.74-.74L15.5 7zm-.69 3.11L16.2 13H18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/elevator-passenger-off.svg b/mkdocs-material/material/templates/.icons/material/elevator-passenger-off.svg new file mode 100644 index 0000000..6d84980 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/elevator-passenger-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22.11 21.46-1.41-1.41v-.01L2.39 1.73 1.11 3 3 4.9V19c0 1.1.9 2 2 2h14.1l1.74 1.73zM11 14h-1v4H7v-4H6v-2.5c0-1 .71-1.79 1.65-1.96L11 12.89zm2.46-3.74L6.2 3H19c1.1 0 2 .9 2 2v12.8l-3.69-3.69L18 13h-1.8l-2-2H18l-2.5-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/elevator-passenger-outline.svg b/mkdocs-material/material/templates/.icons/material/elevator-passenger-outline.svg new file mode 100644 index 0000000..9a53975 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/elevator-passenger-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 5v14H5V5zm0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m-9 15v-4h1v-2.5c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2V14h1v4zM8.5 8.5a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5M18 11l-2.5-4-2.5 4zm-5 2 2.5 4 2.5-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/elevator-passenger.svg b/mkdocs-material/material/templates/.icons/material/elevator-passenger.svg new file mode 100644 index 0000000..cc554c0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/elevator-passenger.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2M8.5 6a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5m2.5 8h-1v4H7v-4H6v-2.5c0-1.1.9-2 2-2h1c1.1 0 2 .9 2 2zm4.5 3L13 13h5zM13 11l2.5-4 2.5 4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/elevator-up.svg b/mkdocs-material/material/templates/.icons/material/elevator-up.svg new file mode 100644 index 0000000..d8fe8a4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/elevator-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m7 2 4 4H8v4H6V6H3zm10 0-4 4h3v4h2V6h3zM7 12h10a2 2 0 0 1 2 2v6c0 1.11-.89 2-2 2H7a2 2 0 0 1-2-2v-6c0-1.1.9-2 2-2m0 2v6h10v-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/elevator.svg b/mkdocs-material/material/templates/.icons/material/elevator.svg new file mode 100644 index 0000000..e954146 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/elevator.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m7 2 4 4H8v4H6V6H3zm10 8-4-4h3V2h2v4h3zM7 12h10a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2m0 2v6h10v-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ellipse-outline.svg b/mkdocs-material/material/templates/.icons/material/ellipse-outline.svg new file mode 100644 index 0000000..aeb8ef1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ellipse-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 6c4.41 0 8 2.69 8 6s-3.59 6-8 6-8-2.69-8-6 3.59-6 8-6m0-2C6.5 4 2 7.58 2 12s4.5 8 10 8 10-3.58 10-8-4.5-8-10-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ellipse.svg b/mkdocs-material/material/templates/.icons/material/ellipse.svg new file mode 100644 index 0000000..7a62bdb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ellipse.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 4C6.5 4 2 7.58 2 12s4.5 8 10 8 10-3.58 10-8-4.5-8-10-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/email-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/email-alert-outline.svg new file mode 100644 index 0000000..e4a97f3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/email-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 7h-2v6h2zm0 8h-2v2h2zm-4-9c0-1.1-.9-2-2-2H2C.9 4 0 4.9 0 6v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2zm-2 0-8 5-8-5zm0 12H2V8l8 5 8-5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/email-alert.svg b/mkdocs-material/material/templates/.icons/material/email-alert.svg new file mode 100644 index 0000000..ee5c2a4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/email-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18 8-8 5-8-5V6l8 5 8-5m0-2H2C.9 4 0 4.9 0 6v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m6 3h-2v6h2zm0 8h-2v2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/email-arrow-left-outline.svg b/mkdocs-material/material/templates/.icons/material/email-arrow-left-outline.svg new file mode 100644 index 0000000..242c67c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/email-arrow-left-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0-.34.04-.67.09-1H4V8l8 5 8-5v5.09c.72.12 1.39.37 2 .72V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h9.09c-.05-.33-.09-.66-.09-1m7-13-8 5-8-5zm-2 10v2h4v2h-4v2l-3-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/email-arrow-left.svg b/mkdocs-material/material/templates/.icons/material/email-arrow-left.svg new file mode 100644 index 0000000..34734ed --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/email-arrow-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0-3.31 2.69-6 6-6 1.1 0 2.12.3 3 .81V6a2 2 0 0 0-2-2H4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h9.09c-.05-.33-.09-.66-.09-1M4 8V6l8 5 8-5v2l-8 5zm14 8v2h4v2h-4v2l-3-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/email-arrow-right-outline.svg b/mkdocs-material/material/templates/.icons/material/email-arrow-right-outline.svg new file mode 100644 index 0000000..5d8a270 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/email-arrow-right-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0-.34.04-.67.09-1H4V8l8 5 8-5v5.09c.72.12 1.39.37 2 .72V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h9.09c-.05-.33-.09-.66-.09-1m7-13-8 5-8-5zm0 16v-2h-4v-2h4v-2l3 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/email-arrow-right.svg b/mkdocs-material/material/templates/.icons/material/email-arrow-right.svg new file mode 100644 index 0000000..f330b24 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/email-arrow-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0-3.31 2.69-6 6-6 1.1 0 2.12.3 3 .81V6a2 2 0 0 0-2-2H4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h9.09c-.05-.33-.09-.66-.09-1M4 8V6l8 5 8-5v2l-8 5zm16 14v-2h-4v-2h4v-2l3 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/email-box.svg b/mkdocs-material/material/templates/.icons/material/email-box.svg new file mode 100644 index 0000000..e47c142 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/email-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm1.4 3.5h11.2c.77 0 1.4.62 1.4 1.4v8.2a1.4 1.4 0 0 1-1.4 1.4H6.4c-.77 0-1.4-.63-1.4-1.4V7.9c0-.78.62-1.4 1.4-1.4M6 8v2l6 4 6-4V8l-6 4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/email-check-outline.svg b/mkdocs-material/material/templates/.icons/material/email-check-outline.svg new file mode 100644 index 0000000..be7d357 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/email-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0-.34.04-.67.09-1H4V8l8 5 8-5v5.09c.72.12 1.39.37 2 .72V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h9.09c-.05-.33-.09-.66-.09-1m7-13-8 5-8-5zm-2.25 16.16-2.75-3L16.16 18l1.59 1.59L21.34 16l1.16 1.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/email-check.svg b/mkdocs-material/material/templates/.icons/material/email-check.svg new file mode 100644 index 0000000..546e3c5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/email-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0-3.31 2.69-6 6-6 1.1 0 2.12.3 3 .81V6a2 2 0 0 0-2-2H4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h9.09c-.05-.33-.09-.66-.09-1M4 8V6l8 5 8-5v2l-8 5zm13.75 14.16-2.75-3L16.16 18l1.59 1.59L21.34 16l1.16 1.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/email-edit-outline.svg b/mkdocs-material/material/templates/.icons/material/email-edit-outline.svg new file mode 100644 index 0000000..4ac23b8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/email-edit-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.07 13.88 13 19.94V22h2.06l6.06-6.07m1.58-2.35-1.28-1.28a.52.52 0 0 0-.38-.17c-.15.01-.29.06-.39.17l-1 1 2.05 2 1-1c.19-.2.19-.52 0-.72M11 18H4V8l8 5 8-5v2h2V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h7zm9-12-8 5-8-5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/email-edit.svg b/mkdocs-material/material/templates/.icons/material/email-edit.svg new file mode 100644 index 0000000..034b001 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/email-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 12.13c-.15.01-.29.06-.39.17l-1 1 2.05 2 1-1c.22-.21.22-.56 0-.77l-1.24-1.23a.56.56 0 0 0-.38-.17m-2 1.75L13 19.94V22h2.06l6.06-6.07M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h7v-.89l8.24-8.22c.47-.49 1.12-.76 1.8-.76.34 0 .68.06 1 .19V6c0-1.12-.92-2-2.04-2m0 4-8 5-8-5V6l8 5 8-5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/email-fast-outline.svg b/mkdocs-material/material/templates/.icons/material/email-fast-outline.svg new file mode 100644 index 0000000..b6acaae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/email-fast-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 5.5H9c-1.1 0-2 .9-2 2v9a2 2 0 0 0 2 2h13c1.11 0 2-.89 2-2v-9a2 2 0 0 0-2-2m0 11H9V9.17l6.5 3.33L22 9.17zm-6.5-5.69L9 7.5h13zM5 16.5c0 .17.03.33.05.5H1c-.552 0-1-.45-1-1s.448-1 1-1h4zM3 7h2.05c-.02.17-.05.33-.05.5V9H3c-.55 0-1-.45-1-1s.45-1 1-1m-2 5c0-.55.45-1 1-1h3v2H2c-.55 0-1-.45-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/email-fast.svg b/mkdocs-material/material/templates/.icons/material/email-fast.svg new file mode 100644 index 0000000..5bc4aa7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/email-fast.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 5.5H9c-1.1 0-2 .9-2 2v9a2 2 0 0 0 2 2h13c1.11 0 2-.89 2-2v-9a2 2 0 0 0-2-2m0 3.67-6.5 3.33L9 9.17V7.5l6.5 3.31L22 7.5zM5 16.5c0 .17.03.33.05.5H1c-.552 0-1-.45-1-1s.448-1 1-1h4zM3 7h2.05c-.02.17-.05.33-.05.5V9H3c-.55 0-1-.45-1-1s.45-1 1-1m-2 5c0-.55.45-1 1-1h3v2H2c-.55 0-1-.45-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/email-heart-outline.svg b/mkdocs-material/material/templates/.icons/material/email-heart-outline.svg new file mode 100644 index 0000000..53a6515 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/email-heart-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 9c-1.1 0-2 .92-2 2.05 0 .57.22 1.07.59 1.45L12 16l3.42-3.5c.36-.37.58-.89.58-1.45C16 9.92 15.1 9 14 9c-.54 0-1.05.23-1.41.6l-.59.6-.58-.59A2 2 0 0 0 10 9m10-5c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2zm-3.3 4.06L20 6H4l3.3 2.06c-.41.39-.75.86-.97 1.39L4 8v10h16V8l-2.33 1.45c-.22-.53-.56-1-.97-1.39"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/email-lock-outline.svg b/mkdocs-material/material/templates/.icons/material/email-lock-outline.svg new file mode 100644 index 0000000..5a99760 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/email-lock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 18.2V18H4V8l8 5 8-5v3.44c.81.36 1.5.92 2 1.62V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h8zM20 6l-8 5-8-5zm.8 11v-1.5c0-1.4-1.4-2.5-2.8-2.5s-2.8 1.1-2.8 2.5V17c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3m-1.3 0h-3v-1.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/email-lock.svg b/mkdocs-material/material/templates/.icons/material/email-lock.svg new file mode 100644 index 0000000..f2a90bd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/email-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 18.2c0-.96.5-1.86 1.2-2.46v-.24c0-2.44 2.2-4.5 4.8-4.5 1.65 0 3.13.83 4 2.06V6a2 2 0 0 0-2-2H4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h8zM4 6l8 5 8-5v2l-8 5-8-5zm16.8 11v-1.5c0-1.4-1.4-2.5-2.8-2.5s-2.8 1.1-2.8 2.5V17c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3m-1.3 0h-3v-1.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/email-mark-as-unread.svg b/mkdocs-material/material/templates/.icons/material/email-mark-as-unread.svg new file mode 100644 index 0000000..9246d50 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/email-mark-as-unread.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.84 7h-2.62L10.5 4 4 7.41V17a2 2 0 0 1-2-2V7.17c0-.67.28-1.11.81-1.36L10.5 2l7.55 3.81c.45.28.73.69.79 1.19M7 8h13a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-9a2 2 0 0 1 2-2m13 3.67V10l-6.5 3.31L7 10v1.67L13.5 15z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/email-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/email-minus-outline.svg new file mode 100644 index 0000000..e97c8b0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/email-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0-.34.04-.67.09-1H4V8l8 5 8-5v5.09c.72.12 1.39.37 2 .72V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h9.09c-.05-.33-.09-.66-.09-1m7-13-8 5-8-5zm3 12v2h-8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/email-minus.svg b/mkdocs-material/material/templates/.icons/material/email-minus.svg new file mode 100644 index 0000000..5b90904 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/email-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0-3.31 2.69-6 6-6 1.1 0 2.12.3 3 .81V6a2 2 0 0 0-2-2H4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h9.09c-.05-.33-.09-.66-.09-1M4 8V6l8 5 8-5v2l-8 5zm19 10v2h-8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/email-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/email-multiple-outline.svg new file mode 100644 index 0000000..b5be018 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/email-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 6v14h18v2H2c-1.105 0-2-.89-2-2V6zm22-2c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2zm-2 0-8 5-8-5zm0 12H6V6l8 5 8-5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/email-multiple.svg b/mkdocs-material/material/templates/.icons/material/email-multiple.svg new file mode 100644 index 0000000..4768e37 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/email-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 6V4l-8 5-8-5v2l8 5zm0-4a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2zM2 6v14h18v2H2a2 2 0 0 1-2-2V6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/email-newsletter.svg b/mkdocs-material/material/templates/.icons/material/email-newsletter.svg new file mode 100644 index 0000000..ad1ff33 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/email-newsletter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 .64 8.23 3H5v2L2.97 6.29C2.39 6.64 2 7.27 2 8v10a2 2 0 0 0 2 2h16c1.11 0 2-.89 2-2V8c0-.73-.39-1.36-.97-1.71L19 5V3h-3.23M7 5h10v4.88L12 13 7 9.88M8 6v1.5h8V6M5 7.38v1.25L4 8m15-.62L20 8l-1 .63M8 8.5V10h8V8.5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/email-off-outline.svg b/mkdocs-material/material/templates/.icons/material/email-off-outline.svg new file mode 100644 index 0000000..daa7760 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/email-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.1 21.5 2.4 1.7 1.1 3l1.5 1.5c-.3.4-.6.9-.6 1.5v12c0 1.1.9 2 2 2h14.1l2.7 2.7zM4 18V8l5.6 3.5 6.5 6.5zM9.2 6l-2-2H20c1.1 0 2 .9 2 2v12c0 .2 0 .5-.1.7L20 16.8V8l-5.4 3.4-1.2-1.2L20 6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/email-off.svg b/mkdocs-material/material/templates/.icons/material/email-off.svg new file mode 100644 index 0000000..60581f1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/email-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.1 21.5 2.4 1.7 1.1 3l1.5 1.5Q2 5.1 2 6v12c0 1.1.9 2 2 2h14.1l2.7 2.7zM4 8V6l.3.2 5.3 5.3zm9.4 2.2L7.2 4H20c1.1 0 2 .9 2 2v12c0 .2 0 .5-.1.7l-7.3-7.3L20 8V6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/email-open-heart-outline.svg b/mkdocs-material/material/templates/.icons/material/email-open-heart-outline.svg new file mode 100644 index 0000000..2810c39 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/email-open-heart-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 9c-1.1 0-2 .92-2 2.05 0 .57.22 1.07.59 1.45L12 16l3.42-3.5c.36-.37.58-.89.58-1.45C16 9.92 15.1 9 14 9c-.54 0-1.05.23-1.41.6l-.59.6-.58-.59A2 2 0 0 0 10 9m2-8.36 9.03 5.65c.58.35.97.98.97 1.71v10c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V8c0-.73.39-1.36.97-1.71zM4 10v8h16v-8l-2 1.25v-.2c0-.55-.12-1.1-.33-1.6L20 8l-8-5-8 5 2.33 1.45c-.21.5-.33 1.05-.33 1.6v.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/email-open-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/email-open-multiple-outline.svg new file mode 100644 index 0000000..3c0e8fe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/email-open-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 8v14h18v2H2c-1.105 0-2-.89-2-2V8zm21.03-1.71L14 .64 4.97 6.29C4.39 6.64 4 7.27 4 8v10c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-.73-.39-1.36-.97-1.71M22 18H6v-8l8 5 8-5zm-8-5L6 8l8-5 8 5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/email-open-multiple.svg b/mkdocs-material/material/templates/.icons/material/email-open-multiple.svg new file mode 100644 index 0000000..b05b28d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/email-open-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m6 8 8 5 8-5-8-5zm18 0v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V8c0-.73.39-1.36.97-1.71L14 .64l9.03 5.65c.58.35.97.98.97 1.71M2 8v14h18v2H2a2 2 0 0 1-2-2V8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/email-open-outline.svg b/mkdocs-material/material/templates/.icons/material/email-open-outline.svg new file mode 100644 index 0000000..b13af1a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/email-open-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.03 6.29 12 .64 2.97 6.29C2.39 6.64 2 7.27 2 8v10c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-.73-.39-1.36-.97-1.71M20 18H4v-8l8 5 8-5zm-8-5L4 8l8-5 8 5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/email-open.svg b/mkdocs-material/material/templates/.icons/material/email-open.svg new file mode 100644 index 0000000..ef8bb69 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/email-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m4 8 8 5 8-5-8-5zm18 0v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8c0-.73.39-1.36.97-1.71L12 .64l9.03 5.65c.58.35.97.98.97 1.71"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/email-outline.svg b/mkdocs-material/material/templates/.icons/material/email-outline.svg new file mode 100644 index 0000000..1ec8520 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/email-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2zm-2 0-8 5-8-5zm0 12H4V8l8 5 8-5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/email-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/email-plus-outline.svg new file mode 100644 index 0000000..134d465 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/email-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0-.34.04-.67.09-1H4V8l8 5 8-5v5.09c.72.12 1.39.37 2 .72V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h9.09c-.05-.33-.09-.66-.09-1m7-13-8 5-8-5zm0 9v3h3v2h-3v3h-2v-3h-3v-2h3v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/email-plus.svg b/mkdocs-material/material/templates/.icons/material/email-plus.svg new file mode 100644 index 0000000..7f23957 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/email-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0-3.31 2.69-6 6-6 1.1 0 2.12.3 3 .81V6a2 2 0 0 0-2-2H4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h9.09c-.05-.33-.09-.66-.09-1M4 8V6l8 5 8-5v2l-8 5zm16 7v3h3v2h-3v3h-2v-3h-3v-2h3v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/email-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/email-remove-outline.svg new file mode 100644 index 0000000..46cfe3c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/email-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.09 18H4V8l8 5 8-5v5.09c.72.12 1.39.37 2 .72V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h9.09c-.05-.33-.09-.66-.09-1s.04-.67.09-1M20 6l-8 5-8-5zm.41 13 2.13 2.12-1.42 1.42L19 20.41l-2.12 2.13-1.41-1.42L17.59 19l-2.12-2.12 1.41-1.41L19 17.59l2.12-2.12 1.42 1.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/email-remove.svg b/mkdocs-material/material/templates/.icons/material/email-remove.svg new file mode 100644 index 0000000..8da8dfb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/email-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.41 19 2.13 2.12-1.42 1.42L19 20.41l-2.12 2.13-1.41-1.42L17.59 19l-2.12-2.12 1.41-1.41L19 17.59l2.12-2.12 1.42 1.41zM13 19c0 .34.04.67.09 1H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h16a2 2 0 0 1 2 2v7.81c-.88-.51-1.9-.81-3-.81-3.31 0-6 2.69-6 6m7-11V6l-8 5-8-5v2l8 5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/email-seal-outline.svg b/mkdocs-material/material/templates/.icons/material/email-seal-outline.svg new file mode 100644 index 0000000..e2e52c7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/email-seal-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.5 13.3c-.2-.5-.2-.9-.1-1.3H3V4.5l6 4 6-4v1.7c.6-.3 1.1-.3 1.4-.3.1-.1.3-.2.5-.3v-3c.1-.9-.6-1.6-1.5-1.6H2.6C1.7 1 1 1.7 1 2.6v9.8c0 .9.7 1.6 1.6 1.6h10.3c-.2-.2-.3-.4-.4-.7M15 3 9 7 3 3zm7.6 6.9c-.2-.6-.7-.7-1-1-.2-.3-.2-.9-.7-1.2-.5-.4-1-.2-1.4-.3s-.7-.6-1.3-.6-.9.4-1.3.6c-.4.1-.9-.1-1.4.3-.5.3-.4.8-.7 1.2-.3.3-.8.5-1 1-.2.6.2 1 .2 1.4s-.4.8-.2 1.4.7.7 1 1c.2.3.2.9.7 1.2.5.4 1 .2 1.4.3s.7.6 1.3.6.9-.4 1.3-.6c.4-.1.9.1 1.4-.3s.5-.9.7-1.2c.3-.3.8-.5 1-1 .2-.6-.2-1-.2-1.4s.4-.8.2-1.4m-4.4 4.5c-1.7 0-3-1.4-3-3s1.4-3 3-3 3 1.4 3 3-1.3 3-3 3m1.5-3.1c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5.7-1.5 1.5-1.5 1.5.7 1.5 1.5m-.2 5.8-.5 2.7-.6 3.1-2-1.9-2.4 1.1 1-5.7c.4.2.9.3 1.4.3.3.2.7.4 1 .5.2.1.5.1.8.1.5.1.9 0 1.3-.2m3.2 2.4-2-.7.4-2.2.6-.3.1-.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/email-seal.svg b/mkdocs-material/material/templates/.icons/material/email-seal.svg new file mode 100644 index 0000000..dd47f3e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/email-seal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.5 13.3c-.3-.9-.1-1.6 0-2-.1-.4-.3-1-.1-1.9.3-.8.8-1.2 1.1-1.5.1-.4.3-1 1.1-1.6.7-.5 1.4-.5 1.8-.5.1-.1.3-.2.5-.3V2.6c.1-.9-.6-1.6-1.5-1.6H2.6C1.7 1 1 1.7 1 2.6v9.8c0 .9.7 1.6 1.6 1.6h10.3c-.2-.2-.3-.4-.4-.7M3 5V3l6 3 6-3v2L9 8zm19.6 4.9c-.2-.6-.7-.7-1-1-.2-.3-.2-.9-.7-1.2-.5-.4-1-.2-1.4-.3s-.7-.6-1.3-.6-.9.4-1.3.6c-.4.1-.9-.1-1.4.3-.5.3-.4.8-.7 1.2-.3.3-.8.5-1 1-.2.6.2 1 .2 1.4s-.4.8-.2 1.4.7.7 1 1c.2.3.2.9.7 1.2.5.4 1 .2 1.4.3s.7.6 1.3.6.9-.4 1.3-.6c.4-.1.9.1 1.4-.3s.5-.9.7-1.2c.3-.3.8-.5 1-1 .2-.6-.2-1-.2-1.4s.4-.8.2-1.4m-4.4 4.5c-1.7 0-3-1.4-3-3s1.4-3 3-3 3 1.4 3 3-1.3 3-3 3m1.5-3.1c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5.7-1.5 1.5-1.5 1.5.7 1.5 1.5m-.2 5.8-.5 2.7-.6 3.1-2-1.9-2.4 1.1 1-5.7c.4.2.9.3 1.4.3.3.2.7.4 1 .5.2.1.5.1.8.1.5.1.9 0 1.3-.2m3.2 2.4-2-.7.4-2.2.6-.3.1-.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/email-search-outline.svg b/mkdocs-material/material/templates/.icons/material/email-search-outline.svg new file mode 100644 index 0000000..96d18ee --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/email-search-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.5 11c2.5 0 4.5 2 4.5 4.5 0 .88-.25 1.71-.69 2.4l3.08 3.1L22 22.39l-3.12-3.07c-.69.43-1.51.68-2.38.68-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5m0 2a2.5 2.5 0 0 0 0 5 2.5 2.5 0 0 0 0-5m-6 5H3V8l7.62 4.76A6.49 6.49 0 0 1 16.5 9c.27 0 .54 0 .81.06L19 8v1.5c.75.31 1.42.77 2 1.32V6c0-1.1-.9-2-2-2H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h8.82c-.55-.58-1-1.25-1.32-2M19 6l-8 5-8-5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/email-search.svg b/mkdocs-material/material/templates/.icons/material/email-search.svg new file mode 100644 index 0000000..2700744 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/email-search.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 4h16a2 2 0 0 1 2 2v4.82c-1-.97-2.3-1.59-3.69-1.76L19 8V6l-8 5-8-5v2l7.62 4.76c-.41.86-.62 1.79-.62 2.74a6.5 6.5 0 0 0 1.81 4.5H3a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2m13.5 7c2.5 0 4.5 2 4.5 4.5 0 .88-.25 1.71-.69 2.4l3.08 3.1L22 22.39l-3.12-3.07c-.69.43-1.51.68-2.38.68-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5m0 2a2.5 2.5 0 0 0-2.5 2.5 2.5 2.5 0 0 0 2.5 2.5 2.5 2.5 0 0 0 2.5-2.5 2.5 2.5 0 0 0-2.5-2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/email-sync-outline.svg b/mkdocs-material/material/templates/.icons/material/email-sync-outline.svg new file mode 100644 index 0000000..2d33b65 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/email-sync-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h10.5a6.5 6.5 0 0 1-.5-2H3V8l8 5 8-5v3a7 7 0 0 1 .5 0 6.5 6.5 0 0 1 1.5.18V6c0-1.1-.9-2-2-2zm0 2h16l-8 5zm16 6-2.25 2.25L19 16.5V15a2.5 2.5 0 0 1 2.5 2.5c0 .4-.09.78-.26 1.12l1.09 1.09c.42-.63.67-1.39.67-2.21 0-2.21-1.79-4-4-4zm-3.33 3.29c-.42.63-.67 1.39-.67 2.21 0 2.21 1.79 4 4 4V23l2.25-2.25L19 18.5V20a2.5 2.5 0 0 1-2.5-2.5c0-.4.09-.78.26-1.12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/email-sync.svg b/mkdocs-material/material/templates/.icons/material/email-sync.svg new file mode 100644 index 0000000..d032af3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/email-sync.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h10.5a6.5 6.5 0 0 1-.5-2.5 6.5 6.5 0 0 1 6.5-6.5 6.5 6.5 0 0 1 1.5.18V6a2 2 0 0 0-2-2zm0 2 8 5 8-5v2l-8 5-8-5zm16 6-2.25 2.25L19 16.5V15a2.5 2.5 0 0 1 2.5 2.5c0 .4-.09.78-.26 1.12l1.09 1.09c.42-.63.67-1.39.67-2.21 0-2.21-1.79-4-4-4zm-3.33 3.29c-.42.63-.67 1.39-.67 2.21 0 2.21 1.79 4 4 4V23l2.25-2.25L19 18.5V20a2.5 2.5 0 0 1-2.5-2.5c0-.4.09-.78.26-1.12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/email-variant.svg b/mkdocs-material/material/templates/.icons/material/email-variant.svg new file mode 100644 index 0000000..e8402e2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/email-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 13 2 6.76V6c0-1.11.89-2 2-2h16a2 2 0 0 1 2 2v.75zm10 5a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9.11l2 1.25V18h16v-7.64l2-1.25z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/email.svg b/mkdocs-material/material/templates/.icons/material/email.svg new file mode 100644 index 0000000..048a9fb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/email.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20 8-8 5-8-5V6l8 5 8-5m0-2H4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ember.svg b/mkdocs-material/material/templates/.icons/material/ember.svg new file mode 100644 index 0000000..4eb37ae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ember.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 14.22s-4.39 3.13-7.28 3.17c-2.88.05-2.59-1.83-2.59-1.83s10.58-3.62 7.7-10.77c-1.3-1.84-2.83-2.42-4.94-2.37-2.13.04-4.72 1.34-6.43 5.18-.82 1.84-1.05 3.58-1.22 4.9 0 0-1.92.38-2.92-.46s-1.55 0-1.55 0-1.74 2.16-.02 2.83c1.71.67 4.37.95 4.37.95.24 1.18.96 3.18 3.05 4.78 3.13 2.4 9.15-.2 9.15-.2m-7.69-8.07c.13-4.97 3.37-7.15 4.52-6.06 1.12 1.09.71 3.43-1.43 4.89-2.13 1.47-3.09 1.17-3.09 1.17"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/emby.svg b/mkdocs-material/material/templates/.icons/material/emby.svg new file mode 100644 index 0000000..37192b7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/emby.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 2 6 7l1 1-5 5 5 5 1-1 5 5 5-5-1-1 5-5-5-5-1 1zm-1 6.5 6 3.5-6 3.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/emoticon-angry-outline.svg b/mkdocs-material/material/templates/.icons/material/emoticon-angry-outline.svg new file mode 100644 index 0000000..a53af18 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/emoticon-angry-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 18a8 8 0 0 1-8-8 8 8 0 0 1 8-8 8 8 0 0 1 8 8 8 8 0 0 1-8 8m0-6c1.75 0 3.29.72 4.19 1.81l-1.42 1.42C14.32 16.5 13.25 16 12 16s-2.32.5-2.77 1.23l-1.42-1.42C8.71 14.72 10.25 14 12 14m-2-4.5c0 .8-.7 1.5-1.5 1.5S7 10.3 7 9.5V8zm7 0c0 .8-.7 1.5-1.5 1.5S14 10.3 14 9.5L17 8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/emoticon-angry.svg b/mkdocs-material/material/templates/.icons/material/emoticon-angry.svg new file mode 100644 index 0000000..388d970 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/emoticon-angry.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2M7 9.5V8l3 1.5c0 .8-.7 1.5-1.5 1.5S7 10.3 7 9.5m7.77 7.73C14.32 16.5 13.25 16 12 16s-2.32.5-2.77 1.23l-1.42-1.42C8.71 14.72 10.25 14 12 14s3.29.72 4.19 1.81zM17 9.5c0 .8-.7 1.5-1.5 1.5S14 10.3 14 9.5L17 8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/emoticon-confused-outline.svg b/mkdocs-material/material/templates/.icons/material/emoticon-confused-outline.svg new file mode 100644 index 0000000..7c2c7af --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/emoticon-confused-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 12a8 8 0 1 0-8 8 8 8 0 0 0 8-8m2 0A10 10 0 1 1 12 2a10 10 0 0 1 10 10m-6.5-4A1.5 1.5 0 1 1 14 9.5 1.54 1.54 0 0 1 15.5 8M10 9.5A1.5 1.5 0 1 1 8.5 8 1.54 1.54 0 0 1 10 9.5m7 5.5h-4a4 4 0 0 0-3.47 2L7.8 16a6 6 0 0 1 5.2-3h4Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/emoticon-confused.svg b/mkdocs-material/material/templates/.icons/material/emoticon-confused.svg new file mode 100644 index 0000000..bdcf303 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/emoticon-confused.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2M8.5 8A1.5 1.5 0 1 1 7 9.5 1.54 1.54 0 0 1 8.5 8m8.5 8h-4a4 4 0 0 0-3.47 2L7.8 17a6 6 0 0 1 5.2-3h4m-1.5-3A1.5 1.5 0 1 1 17 9.5a1.54 1.54 0 0 1-1.5 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/emoticon-cool-outline.svg b/mkdocs-material/material/templates/.icons/material/emoticon-cool-outline.svg new file mode 100644 index 0000000..1bdf393 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/emoticon-cool-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 10c0 1.38-2.12 2.5-3.5 2.5s-2.75-1.12-2.75-2.5h-1.5c0 1.38-1.37 2.5-2.75 2.5S5 11.38 5 10h-.75c-.16.64-.25 1.31-.25 2a8 8 0 0 0 8 8 8 8 0 0 0 8-8c0-.69-.09-1.36-.25-2zm-7-6C9.04 4 6.45 5.61 5.07 8h13.86C17.55 5.61 14.96 4 12 4m10 8a10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2a10 10 0 0 1 10 10m-10 5.23c-1.75 0-3.29-.73-4.19-1.81L9.23 14c.45.72 1.52 1.23 2.77 1.23s2.32-.51 2.77-1.23l1.42 1.42c-.9 1.08-2.44 1.81-4.19 1.81"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/emoticon-cool.svg b/mkdocs-material/material/templates/.icons/material/emoticon-cool.svg new file mode 100644 index 0000000..70530d8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/emoticon-cool.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.22 7.22A9.98 9.98 0 0 1 12 2c3.79 0 7.09 2.11 8.78 5.22L20 8H4zM21.4 8.6c.38 1.07.6 2.21.6 3.4a10 10 0 0 1-10 10A10 10 0 0 1 2 12c0-1.19.22-2.33.6-3.4L4 10h1c0 1.38 2.12 2.5 3.5 2.5s2.75-1.12 2.75-2.5h1.5c0 1.38 1.37 2.5 2.75 2.5S19 11.38 19 10h1zm-5.21 6.82L14.77 14c-.45.72-1.52 1.23-2.77 1.23S9.68 14.72 9.23 14l-1.42 1.42c.9 1.08 2.44 1.81 4.19 1.81s3.29-.73 4.19-1.81"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/emoticon-cry-outline.svg b/mkdocs-material/material/templates/.icons/material/emoticon-cry-outline.svg new file mode 100644 index 0000000..a4a575e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/emoticon-cry-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.57 20c-1.34 0-2.43-1.09-2.43-2.43 0-1.07 1.18-3.07 2.43-4.76C8.82 14.5 10 16.5 10 17.57A2.43 2.43 0 0 1 7.57 20M12 2A10 10 0 0 0 2 12c0 1.75.45 3.38 1.24 4.81.16-.81.57-1.74 1.07-2.64A7.7 7.7 0 0 1 4 12a8 8 0 0 1 8-8 8 8 0 0 1 8 8 8 8 0 0 1-8 8c-.24 0-.47 0-.71-.04-.47.74-1.15 1.32-1.95 1.67.85.24 1.74.37 2.66.37a10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 12c-.41 0-.81.04-1.19.12.35.63.66 1.28.88 1.88H12c1.25 0 2.32.5 2.77 1.23l1.42-1.42C15.29 14.72 13.75 14 12 14m3.5-6c-.8 0-1.5.7-1.5 1.5s.7 1.5 1.5 1.5 1.5-.7 1.5-1.5S16.3 8 15.5 8M10 9.5C10 8.7 9.3 8 8.5 8S7 8.7 7 9.5 7.7 11 8.5 11s1.5-.7 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/emoticon-cry.svg b/mkdocs-material/material/templates/.icons/material/emoticon-cry.svg new file mode 100644 index 0000000..f985935 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/emoticon-cry.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.14 17.57c0-1.07 1.18-3.07 2.43-4.76C8.82 14.5 10 16.5 10 17.57A2.43 2.43 0 0 1 7.57 20c-1.34 0-2.43-1.09-2.43-2.43M22 12a10 10 0 0 1-10 10c-.92 0-1.82-.14-2.67-.37A4.42 4.42 0 0 0 12 17.57c0-.45-.11-.97-.31-1.57H12c1.25 0 2.32.5 2.77 1.23l1.42-1.42C15.29 14.72 13.75 14 12 14c-.41 0-.81.04-1.19.12-.43-.76-.96-1.59-1.62-2.49L8.71 11c.71-.13 1.29-.77 1.29-1.5C10 8.7 9.3 8 8.5 8S7 8.7 7 9.5c0 .19.04.37.11.54l-1.15 1.59C4.4 13.75 3.5 15.5 3.23 16.81 2.45 15.38 2 13.74 2 12A10 10 0 0 1 12 2a10 10 0 0 1 10 10m-5-2.5c0-.8-.7-1.5-1.5-1.5S14 8.7 14 9.5s.7 1.5 1.5 1.5 1.5-.7 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/emoticon-dead-outline.svg b/mkdocs-material/material/templates/.icons/material/emoticon-dead-outline.svg new file mode 100644 index 0000000..48128a2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/emoticon-dead-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10a10 10 0 0 0 10-10c0-5.53-4.5-10-10-10m0 18a8 8 0 0 1-8-8 8 8 0 0 1 8-8 8 8 0 0 1 8 8 8 8 0 0 1-8 8m4.18-12.24-1.06 1.06-1.06-1.06L13 8.82l1.06 1.06L13 10.94 14.06 12l1.06-1.06L16.18 12l1.06-1.06-1.06-1.06 1.06-1.06zM7.82 12l1.06-1.06L9.94 12 11 10.94 9.94 9.88 11 8.82 9.94 7.76 8.88 8.82 7.82 7.76 6.76 8.82l1.06 1.06-1.06 1.06zM12 14c-2.33 0-4.31 1.46-5.11 3.5h10.22c-.8-2.04-2.78-3.5-5.11-3.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/emoticon-dead.svg b/mkdocs-material/material/templates/.icons/material/emoticon-dead.svg new file mode 100644 index 0000000..60fd8aa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/emoticon-dead.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10a10 10 0 0 0 10-10c0-5.53-4.5-10-10-10M6.76 8.82l1.06-1.06 1.06 1.06 1.06-1.06L11 8.82 9.94 9.88 11 10.94 9.94 12l-1.06-1.06L7.82 12l-1.06-1.06 1.06-1.06zm.13 8.68C7.69 15.46 9.67 14 12 14s4.31 1.46 5.11 3.5zm10.35-6.56L16.18 12l-1.06-1.06L14.06 12 13 10.94l1.06-1.06L13 8.82l1.06-1.06 1.06 1.06 1.06-1.06 1.06 1.06-1.06 1.06z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/emoticon-devil-outline.svg b/mkdocs-material/material/templates/.icons/material/emoticon-devil-outline.svg new file mode 100644 index 0000000..70eb932 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/emoticon-devil-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.5 2.09c.9.91 2.37 1.64 4.19 2.16A9.92 9.92 0 0 1 12 2c2.39 0 4.59.84 6.31 2.25C20.13 3.73 21.6 3 22.5 2.09c-.03 1.63-.85 3.12-2.22 4.31A9.9 9.9 0 0 1 22 12a10 10 0 0 1-10 10A10 10 0 0 1 2 12c0-2.08.63-4 1.72-5.6C2.35 5.21 1.53 3.72 1.5 2.09M20 12a8 8 0 0 0-8-8 8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8m-9.5-2c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5V8.5zm6 0c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5l3-1.5zM12 17.23c-1.75 0-3.29-.73-4.19-1.81L9.23 14c.45.72 1.52 1.23 2.77 1.23s2.32-.51 2.77-1.23l1.42 1.42c-.9 1.08-2.44 1.81-4.19 1.81"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/emoticon-devil.svg b/mkdocs-material/material/templates/.icons/material/emoticon-devil.svg new file mode 100644 index 0000000..491ecac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/emoticon-devil.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.5 2.09c-.9.91-2.37 1.64-4.19 2.16A9.92 9.92 0 0 0 12 2c-2.39 0-4.59.84-6.31 2.25C3.87 3.73 2.4 3 1.5 2.09c.03 1.63.85 3.12 2.22 4.31A9.9 9.9 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10c0-2.08-.63-4-1.72-5.6 1.37-1.19 2.19-2.68 2.22-4.31M7.5 8.5l3 1.5c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5zm4.5 8.73c-1.75 0-3.29-.73-4.19-1.81L9.23 14c.45.72 1.52 1.23 2.77 1.23s2.32-.51 2.77-1.23l1.42 1.42c-.9 1.08-2.44 1.81-4.19 1.81M16.5 10c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5l3-1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/emoticon-excited-outline.svg b/mkdocs-material/material/templates/.icons/material/emoticon-excited-outline.svg new file mode 100644 index 0000000..1debccd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/emoticon-excited-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10a10 10 0 0 0 10-10c0-5.53-4.5-10-10-10m0 18a8 8 0 0 1-8-8 8 8 0 0 1 8-8 8 8 0 0 1 8 8 8 8 0 0 1-8 8m1-10.06L14.06 11l1.06-1.06L16.18 11l1.06-1.06-2.12-2.12zm-4.12 0L9.94 11 11 9.94 8.88 7.82 6.76 9.94 7.82 11zM12 17.5c2.33 0 4.31-1.46 5.11-3.5H6.89c.8 2.04 2.78 3.5 5.11 3.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/emoticon-excited.svg b/mkdocs-material/material/templates/.icons/material/emoticon-excited.svg new file mode 100644 index 0000000..09f904c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/emoticon-excited.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10a10 10 0 0 0 10-10c0-5.53-4.5-10-10-10M8.88 7.82 11 9.94 9.94 11 8.88 9.94 7.82 11 6.76 9.94zM12 17.5c-2.33 0-4.31-1.46-5.11-3.5h10.22c-.8 2.04-2.78 3.5-5.11 3.5m4.18-6.5-1.06-1.06L14.06 11 13 9.94l2.12-2.12 2.12 2.12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/emoticon-frown-outline.svg b/mkdocs-material/material/templates/.icons/material/emoticon-frown-outline.svg new file mode 100644 index 0000000..3e8e9d6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/emoticon-frown-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.47 2 2 6.5 2 12s4.47 10 10 10c5.5 0 10-4.5 10-10S17.5 2 12 2m0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8m3.5-9c.83 0 1.5-.67 1.5-1.5S16.33 8 15.5 8 14 8.67 14 9.5s.67 1.5 1.5 1.5m-7 0c.83 0 1.5-.67 1.5-1.5S9.33 8 8.5 8 7 8.67 7 9.5 7.67 11 8.5 11m3.5 2.5c-2.33 0-4.31 1.46-5.11 3.5h10.22c-.8-2.04-2.78-3.5-5.11-3.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/emoticon-frown.svg b/mkdocs-material/material/templates/.icons/material/emoticon-frown.svg new file mode 100644 index 0000000..26d90f9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/emoticon-frown.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.47 2 2 6.5 2 12s4.47 10 10 10c5.5 0 10-4.5 10-10S17.5 2 12 2m3.5 6c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5m-7 0c.83 0 1.5.67 1.5 1.5S9.33 11 8.5 11 7 10.33 7 9.5 7.67 8 8.5 8m-1.61 9c.8-2.04 2.78-3.5 5.11-3.5s4.31 1.46 5.11 3.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/emoticon-happy-outline.svg b/mkdocs-material/material/templates/.icons/material/emoticon-happy-outline.svg new file mode 100644 index 0000000..8281e6d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/emoticon-happy-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 12a8 8 0 0 0-8-8 8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8m2 0a10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2a10 10 0 0 1 10 10M10 9.5c0 .8-.7 1.5-1.5 1.5S7 10.3 7 9.5 7.7 8 8.5 8s1.5.7 1.5 1.5m7 0c0 .8-.7 1.5-1.5 1.5S14 10.3 14 9.5 14.7 8 15.5 8s1.5.7 1.5 1.5m-5 7.73c-1.75 0-3.29-.73-4.19-1.81L9.23 14c.45.72 1.52 1.23 2.77 1.23s2.32-.51 2.77-1.23l1.42 1.42c-.9 1.08-2.44 1.81-4.19 1.81"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/emoticon-happy.svg b/mkdocs-material/material/templates/.icons/material/emoticon-happy.svg new file mode 100644 index 0000000..b8537b7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/emoticon-happy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2M7 9.5C7 8.7 7.7 8 8.5 8s1.5.7 1.5 1.5S9.3 11 8.5 11 7 10.3 7 9.5m5 7.73c-1.75 0-3.29-.73-4.19-1.81L9.23 14c.45.72 1.52 1.23 2.77 1.23s2.32-.51 2.77-1.23l1.42 1.42c-.9 1.08-2.44 1.81-4.19 1.81M15.5 11c-.8 0-1.5-.7-1.5-1.5S14.7 8 15.5 8s1.5.7 1.5 1.5-.7 1.5-1.5 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/emoticon-kiss-outline.svg b/mkdocs-material/material/templates/.icons/material/emoticon-kiss-outline.svg new file mode 100644 index 0000000..ae08458 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/emoticon-kiss-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 9.5c0 .8-.7 1.5-1.5 1.5S6 10.3 6 9.5 6.7 8 7.5 8 9 8.7 9 9.5m7 0c0 .8-.7 1.5-1.5 1.5S13 10.3 13 9.5 13.7 8 14.5 8s1.5.7 1.5 1.5m-2 4.62L11.88 12l-1.06 1.06 1.06 1.06-1.06 1.06 1.06 1.06-1.06 1.06 1.06 1.06L14 16.24l-1.06-1.06zM16.85 13a2.05 2.05 0 0 0-2.05 2.05c0 .57.23 1.07.6 1.45l3.5 3.5 3.5-3.5c.37-.37.6-.89.6-1.45A2.05 2.05 0 0 0 20.95 13c-.55 0-1.08.23-1.45.6l-.6.6-.6-.59c-.37-.38-.9-.61-1.45-.61M15 18.92A8 8 0 0 1 11 20a8 8 0 0 1-8-8 8 8 0 0 1 8-8c4.26 0 7.73 3.33 8 7.5.58-.31 1.26-.5 1.95-.5-.5-5.05-4.77-9-9.95-9A10 10 0 0 0 1 12a10 10 0 0 0 10 10c2 0 3.88-.6 5.45-1.62z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/emoticon-kiss.svg b/mkdocs-material/material/templates/.icons/material/emoticon-kiss.svg new file mode 100644 index 0000000..c2816f2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/emoticon-kiss.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.9 18.94 15.94 16c-.18-.21-.39-.5-.39-.95a1.3 1.3 0 0 1 1.3-1.3c.34 0 .68.14.92.4l1.14 1.11 1.12-1.13c.24-.24.58-.38.92-.38a1.3 1.3 0 0 1 1.3 1.3c0 .34-.14.68-.38.92zm-1.44.68A9.93 9.93 0 0 1 11 22 10 10 0 0 1 1 12 10 10 0 0 1 11 2a10 10 0 0 1 10 10c0 .09 0 .17-.05.25-.74 0-1.45.3-1.98.82l-.07.07-.06-.05a2.76 2.76 0 0 0-1.99-.84 2.8 2.8 0 0 0-2.8 2.8c0 .73.29 1.45.82 1.98zM13 9.5c0 .8.7 1.5 1.5 1.5s1.5-.7 1.5-1.5S15.3 8 14.5 8 13 8.7 13 9.5m-4 0C9 8.7 8.3 8 7.5 8S6 8.7 6 9.5 6.7 11 7.5 11 9 10.3 9 9.5m3.94 5.68L14 14.12 11.88 12l-1.06 1.06 1.06 1.06-1.06 1.06 1.06 1.06-1.06 1.06 1.06 1.06L14 16.24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/emoticon-lol-outline.svg b/mkdocs-material/material/templates/.icons/material/emoticon-lol-outline.svg new file mode 100644 index 0000000..11ab7c6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/emoticon-lol-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 11v1.5h1.5V14H9v-3m3.5-5H11v3h3V7.5h-1.5M9.8 17A5.5 5.5 0 0 0 17 9.8M6.34 6.34a8 8 0 0 1 8.74-1.72 4.1 4.1 0 0 1 .65-1.9 10 10 0 0 0-13 13 4.1 4.1 0 0 1 1.9-.65 8 8 0 0 1 1.71-8.73m11.32 11.32a8 8 0 0 1-8.74 1.72 4.1 4.1 0 0 1-.65 1.9 10 10 0 0 0 13-13 4.1 4.1 0 0 1-1.9.65 8 8 0 0 1-1.71 8.73M6 11v1.5h1.5V14H9v-3m.8 6A5.5 5.5 0 0 0 17 9.8M12.5 6H11v3h3V7.5h-1.5M6 11v1.5h1.5V14H9v-3m3.5-5H11v3h3V7.5h-1.5M9.8 17A5.5 5.5 0 0 0 17 9.8M4.93 21a2 2 0 0 1-2-2 2 2 0 0 1 2-2h2v2a2 2 0 0 1-2 2.07M19.07 2.93a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-2v-2a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/emoticon-lol.svg b/mkdocs-material/material/templates/.icons/material/emoticon-lol.svg new file mode 100644 index 0000000..7b886fc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/emoticon-lol.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.07 8.93v-4a4.06 4.06 0 0 1 .66-2.21 10 10 0 0 0-13 13 4.06 4.06 0 0 1 2.21-.66h4v4a4.06 4.06 0 0 1-.66 2.21 10 10 0 0 0 13-13 4.06 4.06 0 0 1-2.21.66M11 6h1.5v1.5H14V9h-3m-3.5 5v-1.5H6V11h3v3m6.89 1.9A5.5 5.5 0 0 1 9.8 17L17 9.8a5.5 5.5 0 0 1-1.11 6.09m-11 5.19a2 2 0 0 1-2-2 2 2 0 0 1 2-2h2v2a2 2 0 0 1-1.96 1.99M19.07 2.93a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-2v-2a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/emoticon-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/emoticon-minus-outline.svg new file mode 100644 index 0000000..96a5db3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/emoticon-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 18h8v2h-8zm-3-.5c-2.33 0-4.31-1.46-5.11-3.5h8.8a5.94 5.94 0 0 0-2.46 3.36c-.4.09-.81.14-1.23.14M8.5 11C7.67 11 7 10.33 7 9.5S7.67 8 8.5 8s1.5.67 1.5 1.5S9.33 11 8.5 11m7 0c-.83 0-1.5-.67-1.5-1.5S14.67 8 15.5 8s1.5.67 1.5 1.5-.67 1.5-1.5 1.5M12 20l1.07-.07c.11.68.33 1.33.65 1.92-.56.1-1.14.15-1.72.15-5.53 0-10-4.5-10-10S6.47 2 12 2c5.5 0 10 4.5 10 10 0 .59-.05 1.16-.15 1.72-.59-.32-1.23-.54-1.92-.65L20 12c0-4.42-3.58-8-8-8s-8 3.58-8 8 3.58 8 8 8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/emoticon-minus.svg b/mkdocs-material/material/templates/.icons/material/emoticon-minus.svg new file mode 100644 index 0000000..c569dc5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/emoticon-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 18h8v2h-8zM12 2c5.5 0 10 4.5 10 10 0 .59-.05 1.16-.15 1.72C21 13.26 20.03 13 19 13c-1.23 0-2.37.37-3.32 1H6.89c.8 2.04 2.78 3.5 5.11 3.5.42 0 .83-.05 1.23-.14a5.968 5.968 0 0 0 .49 4.49c-.56.1-1.13.15-1.72.15-5.5 0-10-4.5-10-10S6.47 2 12 2m3.5 6c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5S16.33 8 15.5 8m-7 0C7.67 8 7 8.67 7 9.5S7.67 11 8.5 11s1.5-.67 1.5-1.5S9.33 8 8.5 8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/emoticon-neutral-outline.svg b/mkdocs-material/material/templates/.icons/material/emoticon-neutral-outline.svg new file mode 100644 index 0000000..e6fc8c5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/emoticon-neutral-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 18a8 8 0 0 1-8-8 8 8 0 0 1 8-8 8 8 0 0 1 8 8 8 8 0 0 1-8 8m-3.5-9A1.5 1.5 0 0 1 7 9.5 1.5 1.5 0 0 1 8.5 8 1.5 1.5 0 0 1 10 9.5 1.5 1.5 0 0 1 8.5 11M17 9.5a1.5 1.5 0 0 1-1.5 1.5A1.5 1.5 0 0 1 14 9.5 1.5 1.5 0 0 1 15.5 8 1.5 1.5 0 0 1 17 9.5M16 14v2H8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/emoticon-neutral.svg b/mkdocs-material/material/templates/.icons/material/emoticon-neutral.svg new file mode 100644 index 0000000..c9d4ed8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/emoticon-neutral.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2M7 9.5A1.5 1.5 0 0 1 8.5 8 1.5 1.5 0 0 1 10 9.5 1.5 1.5 0 0 1 8.5 11 1.5 1.5 0 0 1 7 9.5m9 6.5H8v-2h8zm-.5-5A1.5 1.5 0 0 1 14 9.5 1.5 1.5 0 0 1 15.5 8 1.5 1.5 0 0 1 17 9.5a1.5 1.5 0 0 1-1.5 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/emoticon-outline.svg b/mkdocs-material/material/templates/.icons/material/emoticon-outline.svg new file mode 100644 index 0000000..81ee42b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/emoticon-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 17.5c2.33 0 4.3-1.46 5.11-3.5H6.89c.8 2.04 2.78 3.5 5.11 3.5M8.5 11A1.5 1.5 0 0 0 10 9.5 1.5 1.5 0 0 0 8.5 8 1.5 1.5 0 0 0 7 9.5 1.5 1.5 0 0 0 8.5 11m7 0A1.5 1.5 0 0 0 17 9.5 1.5 1.5 0 0 0 15.5 8 1.5 1.5 0 0 0 14 9.5a1.5 1.5 0 0 0 1.5 1.5M12 20a8 8 0 0 1-8-8 8 8 0 0 1 8-8 8 8 0 0 1 8 8 8 8 0 0 1-8 8m0-18C6.47 2 2 6.5 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/emoticon-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/emoticon-plus-outline.svg new file mode 100644 index 0000000..5b29528 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/emoticon-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 18h3v-3h2v3h3v2h-3v3h-2v-3h-3zm-3-.5c-2.33 0-4.31-1.46-5.11-3.5h8.8a5.94 5.94 0 0 0-2.46 3.36c-.4.09-.81.14-1.23.14M8.5 11C7.67 11 7 10.33 7 9.5S7.67 8 8.5 8s1.5.67 1.5 1.5S9.33 11 8.5 11m7 0c-.83 0-1.5-.67-1.5-1.5S14.67 8 15.5 8s1.5.67 1.5 1.5-.67 1.5-1.5 1.5M12 20l1.07-.07c.11.68.33 1.33.65 1.92-.56.1-1.14.15-1.72.15-5.53 0-10-4.5-10-10S6.47 2 12 2c5.5 0 10 4.5 10 10 0 .59-.05 1.16-.15 1.72-.59-.32-1.23-.54-1.92-.65L20 12c0-4.42-3.58-8-8-8s-8 3.58-8 8 3.58 8 8 8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/emoticon-plus.svg b/mkdocs-material/material/templates/.icons/material/emoticon-plus.svg new file mode 100644 index 0000000..b1a0627 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/emoticon-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 18h3v-3h2v3h3v2h-3v3h-2v-3h-3zM12 2c5.5 0 10 4.5 10 10 0 .59-.05 1.16-.15 1.72C21 13.26 20.03 13 19 13c-1.23 0-2.37.37-3.32 1H6.89c.8 2.04 2.78 3.5 5.11 3.5.42 0 .83-.05 1.23-.14a5.968 5.968 0 0 0 .49 4.49c-.56.1-1.13.15-1.72.15-5.5 0-10-4.5-10-10S6.47 2 12 2m3.5 6c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5S16.33 8 15.5 8m-7 0C7.67 8 7 8.67 7 9.5S7.67 11 8.5 11s1.5-.67 1.5-1.5S9.33 8 8.5 8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/emoticon-poop-outline.svg b/mkdocs-material/material/templates/.icons/material/emoticon-poop-outline.svg new file mode 100644 index 0000000..6380031 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/emoticon-poop-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.42 13.87c-.22-.46-.58-.93-1.17-1.23-.4-.25-.75-.38-1.01-.44.26-.95-.11-1.7-.62-2.26-.77-.82-1.56-.94-1.56-.94.26-.5.36-1.1.22-1.68-.16-.71-.55-1.16-1.06-1.46-.52-.31-1.16-.46-1.82-.58-.32-.06-1.65-.25-2.2-1.01-.45-.62-.46-1.74-.58-2.07-.05-.13-.12-.2-.26-.2-.21 0-.49.12-.79.32C10 2.7 8.85 3.9 8.4 5.1c-.34.9-.35 1.72-.21 2.33-.56.1-.97.28-1.13.35-.51.22-1.59 1.18-1.69 2.67-.03.44.04.89.13 1.33v.25c-.62.19-.97.4-1 .41-.32.12-.85.49-1 .69-.35.4-.58.87-.71 1.37-.29 1.09-.19 2.33.34 3.33.29.56.69 1.17 1.13 1.6 1.44 1.48 3.92 2.04 5.88 2.36.82.14 1.66.21 2.49.21 1.59 0 3.17-.27 4.63-.87 3.35-1.39 4.24-3.63 4.38-4.24.29-1.39-.07-2.7-.22-3.02m-5.37-2.54a1.008 1.008 0 1 1-.14 2.01 1 1 0 0 1-.95-1.06c.04-.53.46-.93.98-.95zm4.13 5.22c-.01.02-.48 1.95-3.49 3.19-1.22.51-2.59.76-4.06.76-.73 0-1.49-.06-2.25-.19-1.62-.26-3.88-.75-5.07-1.95-.27-.27-.59-.73-.85-1.23-.34-.63-.42-1.48-.22-2.25.08-.3.21-.56.39-.76l.02-.03c.09-.09.3-.21.38-.25l.11-.04.12-.06c.06-.04.2-.11.41-.19.46 1.26 1.61 2.15 2.92 2.15.08 0 .15-.01.23-.01a2.97 2.97 0 0 0 2.12-1.14c.53-.66.79-1.51.72-2.38-.12-1.67-1.44-3.01-3.02-3.06h-.02c-.12 0-.22 0-.31.01-.31.03-.58.11-.85.22.09-.1.17-.17.2-.19.13-.05.41-.15.79-.24L10 8.63l-.35-1.54c-.04-.19-.12-.74.16-1.46.15-.43.46-.87.77-1.25.1.27.23.53.42.77.77 1.08 2.12 1.43 3.06 1.59l.07.02c.47.08 1 .19 1.33.39.21.13.3.26.36.52.05.2.02.43-.09.64l-.52.89c-1.26.3-2.26 1.44-2.42 2.86-.2 1.81.99 3.4 2.71 3.62.12.01.24.02.35.02.71 0 1.4-.26 1.97-.75.41-.36.72-.82.92-1.33l.16.04c.1.02.27.08.55.25l.05.04.07.05c.21.08.37.26.48.5.08.17.33 1.1.13 2.05m-12.54-4.1c-.07-.55.33-1.06.89-1.13.04-.01.07-.01.11-.01.51-.01.97.36 1.03.88.06.55-.34 1.06-.9 1.13a1 1 0 0 1-1.13-.87m1.07 3.7c.29-.01.55.08.79.13 1.18.22 2.2.25 2.69.25s1.5-.03 2.67-.25c.41-.08.88-.25 1.25 0 .48.32.13 1.47-.61 2.25a4.53 4.53 0 0 1-3.31 1.38c-1.78 0-2.86-.91-3.31-1.38-.74-.78-1.09-1.93-.62-2.25.14-.09.29-.13.45-.13"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/emoticon-poop.svg b/mkdocs-material/material/templates/.icons/material/emoticon-poop.svg new file mode 100644 index 0000000..91b7430 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/emoticon-poop.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.36 2c-.21 0-.49.12-.79.32C10 2.7 8.85 3.9 8.4 5.1c-.34.9-.35 1.72-.21 2.33-.56.1-.97.28-1.13.35-.51.22-1.59 1.18-1.69 2.67-.03.52.04 1.05.2 1.55-.66.19-1.04.43-1.07.44-.32.12-.85.49-1 .69-.35.4-.58.87-.71 1.37-.29 1.09-.19 2.33.34 3.33.29.56.69 1.17 1.13 1.6 1.44 1.48 3.92 2.04 5.88 2.36 2.39.4 4.89.26 7.12-.66 3.35-1.39 4.24-3.63 4.38-4.24.29-1.39-.07-2.7-.22-3.02-.22-.46-.58-.93-1.17-1.23-.4-.25-.75-.38-1.01-.44.26-.95-.11-1.7-.62-2.26-.77-.82-1.56-.94-1.56-.94.26-.5.36-1.1.22-1.68-.16-.71-.55-1.16-1.06-1.46-.52-.31-1.16-.46-1.82-.58-.32-.06-1.65-.25-2.2-1.01-.45-.62-.46-1.74-.58-2.07-.05-.13-.12-.2-.26-.2M16 9.61c.07 0 .13.01.19.01 1.43.16 2.45 1.54 2.28 3.07s-1.47 2.65-2.9 2.49c-1.43-.18-2.45-1.53-2.28-3.07.16-1.45 1.35-2.55 2.71-2.5m-7.38 0c1.33.04 2.44 1.17 2.54 2.6.12 1.54-.95 2.87-2.38 2.98h-.01c-1.43.11-2.69-1.05-2.81-2.59-.11-1.54.96-2.87 2.39-2.98.09-.01.18-.01.27-.01m.02 1.7c-.04 0-.07 0-.11.01-.56.07-.96.58-.89 1.13a1 1 0 0 0 1.13.87c.56-.07.96-.58.9-1.13a1.01 1.01 0 0 0-1.03-.88m7.3.02c-.52.02-.94.42-.98.95a1 1 0 0 0 .95 1.06 1.008 1.008 0 1 0 .14-2.01zm-7.23 4.82c.29-.01.55.08.79.13 1.18.22 2.2.25 2.69.25s1.5-.03 2.67-.25c.41-.08.88-.25 1.25 0 .48.32.13 1.47-.61 2.25a4.53 4.53 0 0 1-3.31 1.38c-1.78 0-2.86-.91-3.31-1.38-.74-.78-1.09-1.93-.62-2.25.14-.09.29-.13.45-.13"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/emoticon-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/emoticon-remove-outline.svg new file mode 100644 index 0000000..bea9f89 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/emoticon-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.88 15.46 19 17.59l2.12-2.12 1.42 1.41L20.41 19l2.13 2.12-1.42 1.42L19 20.41l-2.12 2.13-1.42-1.42L17.59 19l-2.12-2.12zM12 17.5c-2.33 0-4.31-1.46-5.11-3.5h8.8a5.94 5.94 0 0 0-2.46 3.36c-.4.09-.81.14-1.23.14M8.5 11C7.67 11 7 10.33 7 9.5S7.67 8 8.5 8s1.5.67 1.5 1.5S9.33 11 8.5 11m7 0c-.83 0-1.5-.67-1.5-1.5S14.67 8 15.5 8s1.5.67 1.5 1.5-.67 1.5-1.5 1.5M12 20l1.07-.07c.11.68.33 1.33.65 1.92-.56.1-1.14.15-1.72.15-5.53 0-10-4.5-10-10S6.47 2 12 2c5.5 0 10 4.5 10 10 0 .59-.05 1.16-.15 1.72-.59-.32-1.23-.54-1.92-.65L20 12c0-4.42-3.58-8-8-8s-8 3.58-8 8 3.58 8 8 8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/emoticon-remove.svg b/mkdocs-material/material/templates/.icons/material/emoticon-remove.svg new file mode 100644 index 0000000..2ed4dcd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/emoticon-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.88 15.46 19 17.59l2.12-2.12 1.42 1.41L20.41 19l2.13 2.12-1.42 1.42L19 20.41l-2.12 2.13-1.42-1.42L17.59 19l-2.12-2.12zM12 2c5.5 0 10 4.5 10 10 0 .59-.05 1.16-.15 1.72C21 13.26 20.03 13 19 13c-1.23 0-2.37.37-3.32 1H6.89c.8 2.04 2.78 3.5 5.11 3.5.42 0 .83-.05 1.23-.14a5.968 5.968 0 0 0 .49 4.49c-.56.1-1.13.15-1.72.15-5.5 0-10-4.5-10-10S6.47 2 12 2m3.5 6c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5S16.33 8 15.5 8m-7 0C7.67 8 7 8.67 7 9.5S7.67 11 8.5 11s1.5-.67 1.5-1.5S9.33 8 8.5 8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/emoticon-sad-outline.svg b/mkdocs-material/material/templates/.icons/material/emoticon-sad-outline.svg new file mode 100644 index 0000000..108a6fc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/emoticon-sad-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 12a8 8 0 0 0-8-8 8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8m2 0a10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2a10 10 0 0 1 10 10m-6.5-4c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5.7-1.5 1.5-1.5M10 9.5c0 .8-.7 1.5-1.5 1.5S7 10.3 7 9.5 7.7 8 8.5 8s1.5.7 1.5 1.5m2 4.5c1.75 0 3.29.72 4.19 1.81l-1.42 1.42C14.32 16.5 13.25 16 12 16s-2.32.5-2.77 1.23l-1.42-1.42C8.71 14.72 10.25 14 12 14"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/emoticon-sad.svg b/mkdocs-material/material/templates/.icons/material/emoticon-sad.svg new file mode 100644 index 0000000..cc34f0b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/emoticon-sad.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2M7 9.5C7 8.7 7.7 8 8.5 8s1.5.7 1.5 1.5S9.3 11 8.5 11 7 10.3 7 9.5m7.77 7.73C14.32 16.5 13.25 16 12 16s-2.32.5-2.77 1.23l-1.42-1.42C8.71 14.72 10.25 14 12 14s3.29.72 4.19 1.81zM15.5 11c-.8 0-1.5-.7-1.5-1.5S14.7 8 15.5 8s1.5.7 1.5 1.5-.7 1.5-1.5 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/emoticon-sick-outline.svg b/mkdocs-material/material/templates/.icons/material/emoticon-sick-outline.svg new file mode 100644 index 0000000..33642c3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/emoticon-sick-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.32 10.56 8.38 9.5 7.32 8.44l1.06-1.06L10.5 9.5l-2.12 2.12zM4.5 9h.08C5.77 6.07 8.64 4 12 4c2.19 0 4.16.88 5.61 2.3.15-.6.45-1.3.81-1.96A9.96 9.96 0 0 0 12 2c-4.89 0-8.95 3.5-9.82 8.14C2.74 9.44 3.59 9 4.5 9M21 10.5c-.42 0-.82-.09-1.19-.22.12.55.19 1.13.19 1.72 0 4.42-3.58 8-8 8-3.36 0-6.23-2.07-7.42-5H4.5c-.5 0-1.04-.14-1.5-.4-.32-.18-.59-.42-.82-.7C3.07 18.5 7.11 22 12 22c5.5 0 10-4.5 10-10 0-.55-.06-1.09-.14-1.62a3.5 3.5 0 0 1-.86.12M21 3s-2 2.9-2 4 .9 2 2 2 2-.9 2-2-2-4-2-4m-5.38 4.38L13.5 9.5l2.12 2.12 1.06-1.06-1.06-1.06 1.06-1.06zM8.56 17c.69-1.19 1.97-2 3.44-2s2.75.81 3.44 2h1.68c-.8-2.05-2.79-3.5-5.12-3.5-.87 0-1.7.2-2.43.57L6 12c0-.5-.27-1-.75-1.29-.72-.41-1.63-.17-2.05.55-.41.74-.17 1.63.55 2.05.48.28 1.05.25 1.49 0l2.97 1.72c-.57.53-1.03 1.21-1.33 1.97z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/emoticon-sick.svg b/mkdocs-material/material/templates/.icons/material/emoticon-sick.svg new file mode 100644 index 0000000..84a08a9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/emoticon-sick.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 9c-1.1 0-2-.9-2-2s2-4 2-4 2 2.9 2 4-.9 2-2 2m-3.5-2c0-.73.41-1.71.92-2.66A9.96 9.96 0 0 0 12 2C6.47 2 2 6.5 2 12s4.47 10 10 10c5.5 0 10-4.5 10-10 0-.55-.06-1.09-.14-1.62a3.5 3.5 0 0 1-.86.12c-1.93 0-3.5-1.57-3.5-3.5m-1.88.38 1.06 1.06-1.06 1.06 1.06 1.06-1.06 1.06L13.5 9.5zm-8.3 1.06 1.06-1.06L10.5 9.5l-2.12 2.12-1.06-1.06L8.38 9.5zM15.44 17c-.69-1.19-1.97-2-3.44-2s-2.75.81-3.44 2H6.88c.3-.76.76-1.43 1.34-2l-2.98-1.7c-.45.26-1.01.28-1.49 0a1.501 1.501 0 0 1 1.5-2.6c.48.3.75.8.75 1.3l3.57 2.06c.73-.36 1.55-.56 2.43-.56 2.33 0 4.32 1.45 5.12 3.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/emoticon-tongue-outline.svg b/mkdocs-material/material/templates/.icons/material/emoticon-tongue-outline.svg new file mode 100644 index 0000000..8fa6bb7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/emoticon-tongue-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 18a8 8 0 0 1-8-8 8 8 0 0 1 8-8 8 8 0 0 1 8 8 8 8 0 0 1-8 8M9 10c-.74 0-1.39.4-1.73 1-.17-.29-.27-.64-.27-1a2 2 0 0 1 2-2 2 2 0 0 1 1.73 3c-.34-.6-.99-1-1.73-1m8 0c0 .36-.1.71-.27 1-.34-.6-.99-1-1.73-1s-1.39.4-1.73 1c-.17-.29-.27-.64-.27-1a2 2 0 0 1 2-2 2 2 0 0 1 2 2m-1 3v2h-1c0 2-.9 3-2 3s-2-1-2-3H8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/emoticon-tongue.svg b/mkdocs-material/material/templates/.icons/material/emoticon-tongue.svg new file mode 100644 index 0000000..ec77db7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/emoticon-tongue.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m-4.73 9c-.17-.29-.27-.64-.27-1 0-1.11.89-2 2-2a2 2 0 0 1 2 2c0 .36-.1.71-.27 1-.34-.6-.99-1-1.73-1s-1.39.4-1.73 1M16 15h-1c0 2-.9 3-2 3s-2-1-2-3H8v-2h8zm.73-4c-.34-.6-.99-1-1.73-1s-1.39.4-1.73 1c-.17-.29-.27-.64-.27-1 0-1.11.89-2 2-2a2 2 0 0 1 2 2c0 .36-.1.71-.27 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/emoticon-wink-outline.svg b/mkdocs-material/material/templates/.icons/material/emoticon-wink-outline.svg new file mode 100644 index 0000000..b6a397b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/emoticon-wink-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 18a8 8 0 0 1-8-8 8 8 0 0 1 8-8 8 8 0 0 1 8 8 8 8 0 0 1-8 8M10 9.5c0 .8-.7 1.5-1.5 1.5S7 10.3 7 9.5 7.7 8 8.5 8s1.5.7 1.5 1.5m2 7.73c-1.75 0-3.29-.73-4.19-1.81L9.23 14c.45.72 1.52 1.23 2.77 1.23s2.32-.51 2.77-1.23l1.42 1.42c-.9 1.08-2.44 1.81-4.19 1.81M17 10h-4V9h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/emoticon-wink.svg b/mkdocs-material/material/templates/.icons/material/emoticon-wink.svg new file mode 100644 index 0000000..ff27c60 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/emoticon-wink.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2M7 9.5C7 8.7 7.7 8 8.5 8s1.5.7 1.5 1.5S9.3 11 8.5 11 7 10.3 7 9.5m5 7.73c-1.75 0-3.29-.73-4.19-1.81L9.23 14c.45.72 1.52 1.23 2.77 1.23s2.32-.51 2.77-1.23l1.42 1.42c-.9 1.08-2.44 1.81-4.19 1.81M17 10h-4V9h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/emoticon.svg b/mkdocs-material/material/templates/.icons/material/emoticon.svg new file mode 100644 index 0000000..47afa43 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/emoticon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.47 2 2 6.5 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m3.5 6A1.5 1.5 0 0 1 17 9.5a1.5 1.5 0 0 1-1.5 1.5A1.5 1.5 0 0 1 14 9.5 1.5 1.5 0 0 1 15.5 8m-7 0A1.5 1.5 0 0 1 10 9.5 1.5 1.5 0 0 1 8.5 11 1.5 1.5 0 0 1 7 9.5 1.5 1.5 0 0 1 8.5 8m3.5 9.5c-2.33 0-4.31-1.46-5.11-3.5h10.22c-.81 2.04-2.78 3.5-5.11 3.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/engine-off-outline.svg b/mkdocs-material/material/templates/.icons/material/engine-off-outline.svg new file mode 100644 index 0000000..2cd2508 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/engine-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m2.5 3.77 4.37 4.37L5 10v3H3v-3H1v8h2v-3h2v3h3l2 2h8v-.73l3.23 3.23 1.27-1.28L3.78 2.5zM16 18h-5l-2-2H7v-5l1-1h.73L16 17.27zm7-9v10h-.18L16 12.18V10h-2.18l-6-6H15v2h-3v2h6v4h2V9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/engine-off.svg b/mkdocs-material/material/templates/.icons/material/engine-off.svg new file mode 100644 index 0000000..92bbbd6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/engine-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.78 2.5 21.5 20.22l-1.27 1.28L18 19.27V20h-8l-2-2H5v-3H3v3H1v-8h2v3h2v-3l1.87-1.86L2.5 3.77zM20 9v3h-2V8h-6V6h3V4H7.82l15 15H23V9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/engine-outline.svg b/mkdocs-material/material/templates/.icons/material/engine-outline.svg new file mode 100644 index 0000000..21904e6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/engine-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 10h8v8h-5l-2-2H7v-5m0-7v2h3v2H7l-2 2v3H3v-3H1v8h2v-3h2v3h3l2 2h8v-4h2v3h3V9h-3v3h-2V8h-6V6h3V4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/engine.svg b/mkdocs-material/material/templates/.icons/material/engine.svg new file mode 100644 index 0000000..07f1a9e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/engine.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 4v2h3v2H7l-2 2v3H3v-3H1v8h2v-3h2v3h3l2 2h8v-4h2v3h3V9h-3v3h-2V8h-6V6h3V4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/epsilon.svg b/mkdocs-material/material/templates/.icons/material/epsilon.svg new file mode 100644 index 0000000..58ab5b5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/epsilon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.05 7.78 1.1-1.6S14.91 5 12.77 5c-2.73 0-4.42 1.84-4.42 3.76s1.73 2.93 1.73 2.93S8 12.38 8 15c0 2.63 2.14 4 4.44 4 2.94 0 4.56-1.96 4.56-1.96l-1.4-1.54s-1.46 1.37-3.01 1.37c-1.93 0-2.38-1.18-2.38-1.95 0-1.05.33-2.27 3.62-2.27l-.01-1.88s-3.38.34-3.38-1.99c0-1.57 1.46-1.86 2.2-1.86 1.64 0 2.41.86 2.41.86"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/equal-box.svg b/mkdocs-material/material/templates/.icons/material/equal-box.svg new file mode 100644 index 0000000..6000122 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/equal-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 16v-2H7v2zm2-13a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5c0-1.11.89-2 2-2zm-2 7V8H7v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/equal.svg b/mkdocs-material/material/templates/.icons/material/equal.svg new file mode 100644 index 0000000..91650ba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/equal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 10H5V8h14zm0 6H5v-2h14z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/equalizer-outline.svg b/mkdocs-material/material/templates/.icons/material/equalizer-outline.svg new file mode 100644 index 0000000..0cc445e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/equalizer-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 21H9V3h6zm-4-2h2V5h-2zm-3 2H2V11h6zm-4-2h2v-6H4zm18 2h-6V8h6zm-4-2h2v-9h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/equalizer.svg b/mkdocs-material/material/templates/.icons/material/equalizer.svg new file mode 100644 index 0000000..dbf72a0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/equalizer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 20h4V4h-4zm-6 0h4v-8H4zM16 9v11h4V9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/eraser-variant.svg b/mkdocs-material/material/templates/.icons/material/eraser-variant.svg new file mode 100644 index 0000000..10fd341 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/eraser-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.14 3c-.51 0-1.02.2-1.41.59L2.59 14.73c-.78.77-.78 2.04 0 2.83L5.03 20h7.66l8.72-8.73c.79-.77.79-2.04 0-2.83l-4.85-4.85c-.39-.39-.91-.59-1.42-.59M17 18l-2 2h7v-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/eraser.svg b/mkdocs-material/material/templates/.icons/material/eraser.svg new file mode 100644 index 0000000..0fec92b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/eraser.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.24 3.56 4.95 4.94c.78.79.78 2.05 0 2.84L12 20.53a4.01 4.01 0 0 1-5.66 0L2.81 17c-.78-.79-.78-2.05 0-2.84l10.6-10.6c.79-.78 2.05-.78 2.83 0M4.22 15.58l3.54 3.53c.78.79 2.04.79 2.83 0l3.53-3.53-4.95-4.95z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/escalator-box.svg b/mkdocs-material/material/templates/.icons/material/escalator-box.svg new file mode 100644 index 0000000..fbd0be3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/escalator-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3c-1.11 0-2 .89-2 2v14c0 1.11.89 2 2 2h14c1.11 0 2-.89 2-2V5c0-1.11-.89-2-2-2zm9.34 3h2.71a2 2 0 0 1 2 2c0 1.11-.89 2-2 2H16l-6 8H7.05a2 2 0 1 1 0-4h1.29z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/escalator-down.svg b/mkdocs-material/material/templates/.icons/material/escalator-down.svg new file mode 100644 index 0000000..5d1a91c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/escalator-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 8h-1.05l-12 12H4a2 2 0 1 1 0-4h1.29L7 14.29V10c0-.55.45-1 1-1h1c.55 0 1 .45 1 1v1.29L17.29 4H20c1.11 0 2 .89 2 2s-.89 2-2 2M8.5 5c.83 0 1.5.67 1.5 1.5S9.33 8 8.5 8 7 7.33 7 6.5 7.67 5 8.5 5m6.33 12.34 5.51-5.51 1.83 1.83-5.51 5.51L18.5 21H13v-5.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/escalator-up.svg b/mkdocs-material/material/templates/.icons/material/escalator-up.svg new file mode 100644 index 0000000..88a48e9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/escalator-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 8h-1.05l-12 12H4a2 2 0 1 1 0-4h1.29L7 14.29V10c0-.55.45-1 1-1h1c.55 0 1 .45 1 1v1.29L17.29 4H20c1.11 0 2 .89 2 2s-.89 2-2 2M8.5 5c.83 0 1.5.67 1.5 1.5S9.33 8 8.5 8 7 7.33 7 6.5 7.67 5 8.5 5m11.67 10.66-5.51 5.51-1.83-1.83 5.51-5.51L16.5 12H22v5.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/escalator.svg b/mkdocs-material/material/templates/.icons/material/escalator.svg new file mode 100644 index 0000000..a2521a0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/escalator.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 8h-1.05l-12 12H4a2 2 0 0 1-2-2 2 2 0 0 1 2-2h1.29L7 14.29V10a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1.29L17.29 4H20a2 2 0 0 1 2 2 2 2 0 0 1-2 2M8.5 5A1.5 1.5 0 0 1 10 6.5 1.5 1.5 0 0 1 8.5 8 1.5 1.5 0 0 1 7 6.5 1.5 1.5 0 0 1 8.5 5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/eslint.svg b/mkdocs-material/material/templates/.icons/material/eslint.svg new file mode 100644 index 0000000..e8dbc6b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/eslint.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m7.95 9.55 3.89-2.25c.1-.05.22-.05.32 0l3.89 2.25c.1.06.16.16.16.27v4.5c0 .11-.06.21-.16.27l-3.89 2.25a.36.36 0 0 1-.32 0l-3.89-2.25a.32.32 0 0 1-.16-.27v-4.5c0-.11.06-.21.16-.27m14.17 2.05c.17.29.17.63 0 .93l-4.65 8.03c-.17.3-.47.44-.82.44h-9.3c-.35 0-.65-.15-.82-.44l-4.65-8.03a.95.95 0 0 1 0-.95L6.53 3.5c.17-.28.47-.5.82-.5h9.3c.35 0 .65.22.82.5zm-3.85 3.9V8.65c0-.12-.07-.23-.18-.29l-5.93-3.41a.33.33 0 0 0-.33 0L5.91 8.36c-.11.06-.18.17-.18.29v6.85c0 .11.07.22.18.28l5.93 3.41c.1.06.23.06.33 0l5.92-3.41a.33.33 0 0 0 .18-.28"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/et.svg b/mkdocs-material/material/templates/.icons/material/et.svg new file mode 100644 index 0000000..62ca447 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/et.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23 8.78-1.29-1.56c-.26.2-1.18.78-1.94.78-.51 0-1.47-.25-2.32-.47C16.39 7.26 15.39 7 14.6 7c-.6 0-1.17.15-1.67.35A3.97 3.97 0 0 0 9 4c-4.42 0-7 3.58-7 8s3.58 7 8 7c2.06 0 3.93-.57 5.34-1.61l-.34 3.9 2 .18 1-11.73c.66.15 1.27.26 1.77.26 1.61 0 3.07-1.09 3.23-1.22M9 6a2 2 0 0 1 2 2 2 2 0 0 1-2 2H4.23C4.8 7.67 6.39 6 9 6m1 11c-3.31 0-6-1.69-6-5h5c1.6 0 2.83-.83 3.5-2.09.26-.2 1.35-.91 2.1-.91.34 0 .9.11 1.45.25l-.4 4.64C14.82 15.95 12.6 17 10 17"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ethereum.svg b/mkdocs-material/material/templates/.icons/material/ethereum.svg new file mode 100644 index 0000000..d7656fc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ethereum.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 1.75-6.25 10.5L12 16l6.25-3.75zM5.75 13.5 12 22.25l6.25-8.75L12 17.25z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ethernet-cable-off.svg b/mkdocs-material/material/templates/.icons/material/ethernet-cable-off.svg new file mode 100644 index 0000000..48706cd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ethernet-cable-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 3h2v4h-2zM8 4h2v4h4V4h2v7h-3.18L8 6.18zm12 16.72L18.73 22 14 17.27V22h-4v-8.73l-8-8L3.28 4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ethernet-cable.svg b/mkdocs-material/material/templates/.icons/material/ethernet-cable.svg new file mode 100644 index 0000000..6468536 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ethernet-cable.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 3v4h2V3zM8 4v7h8V4h-2v4h-4V4zm2 8v10h4V12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ethernet-off.svg b/mkdocs-material/material/templates/.icons/material/ethernet-off.svg new file mode 100644 index 0000000..92153e6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ethernet-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.39 1.73 1.11 3l1.21 1.21c-.2.35-.32.74-.32 1.17v14.25A2.37 2.37 0 0 0 4.38 22h15.25c.15 0 .29 0 .44-.04l.77.77 1.27-1.27zM15 18h-2v-3h-2v3H9v-3H7v3H5V9h2.11L15 16.89zM9.2 6l-3-3h13.43A2.37 2.37 0 0 1 22 5.38V18.8l-3-3V9h-4V6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ethernet.svg b/mkdocs-material/material/templates/.icons/material/ethernet.svg new file mode 100644 index 0000000..8e7c81d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ethernet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 15h2v3h2v-3h2v3h2v-3h2v3h2V9h-4V6H9v3H5v9h2zM4.38 3h15.25A2.37 2.37 0 0 1 22 5.38v14.25A2.37 2.37 0 0 1 19.63 22H4.38A2.37 2.37 0 0 1 2 19.63V5.38C2 4.06 3.06 3 4.38 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ev-plug-ccs1.svg b/mkdocs-material/material/templates/.icons/material/ev-plug-ccs1.svg new file mode 100644 index 0000000..c75f0bc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ev-plug-ccs1.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.5 20c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5.7-1.5 1.5-1.5 1.5.7 1.5 1.5M18 18.5c-.8 0-1.5.7-1.5 1.5s.7 1.5 1.5 1.5 1.5-.7 1.5-1.5-.7-1.5-1.5-1.5m4 1.5c0 2.2-1.8 4-4 4H6c-2.2 0-4-1.8-4-4s1.8-4 4-4h.3C4.3 14.4 3 11.8 3 9c0-5 4-9 9-9s9 4 9 9c0 2.8-1.3 5.4-3.3 7h.3c2.2 0 4 1.8 4 4m-10-4c3.9 0 7-3.1 7-7s-3.1-7-7-7-7 3.1-7 7 3.1 7 7 7m8 4c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2s.9 2 2 2h12c1.1 0 2-.9 2-2M12.9 6.3c0-1 .8-1.8 1.8-1.8s1.8.8 1.8 1.8-.8 1.8-1.8 1.8-1.8-.8-1.8-1.8m-5.4 0c0-1 .8-1.8 1.8-1.8s1.8.8 1.8 1.8-.8 1.8-1.8 1.8-1.8-.8-1.8-1.8m1.8 3.9c0 .6-.5 1.1-1.1 1.1s-1.1-.5-1.1-1.1.4-1.2 1-1.2c.7 0 1.2.6 1.2 1.2m4.5 2.5c0 1-.8 1.8-1.8 1.8s-1.8-.8-1.8-1.8.8-1.8 1.8-1.8 1.8.8 1.8 1.8m3.2-2.5c0 .6-.5 1.1-1.1 1.1s-1.1-.5-1.1-1.1.4-1.2 1.1-1.2c.6 0 1.1.6 1.1 1.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ev-plug-ccs2.svg b/mkdocs-material/material/templates/.icons/material/ev-plug-ccs2.svg new file mode 100644 index 0000000..7ae753c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ev-plug-ccs2.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.5 19c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5.7-1.5 1.5-1.5 1.5.7 1.5 1.5M18 17.5c-.8 0-1.5.7-1.5 1.5s.7 1.5 1.5 1.5 1.5-.7 1.5-1.5-.7-1.5-1.5-1.5m0-2.5h-.3c2-1.6 3.3-4.2 3.3-7s-1.3-5.4-3.3-7H6.3C4.3 2.6 3 5.2 3 8s1.3 5.4 3.3 7H6c-2.2 0-4 1.8-4 4s1.8 4 4 4h12c2.2 0 4-1.8 4-4s-1.8-4-4-4M5 8c0-1.9.8-3.7 2.1-5h9.8C18.2 4.3 19 6.1 19 8c0 3.9-3.1 7-7 7s-7-3.1-7-7m13 13H6c-1.1 0-2-.9-2-2s.9-2 2-2h12c1.1 0 2 .9 2 2s-.9 2-2 2M12.9 5.3c0 .7.6 1.3 1.3 1.3s1.3-.6 1.3-1.3S14.9 4 14.1 4c-.7 0-1.2.6-1.2 1.3m-4.3 0c0 .7.6 1.3 1.3 1.3s1.3-.6 1.3-1.3S10.6 4 9.9 4c-.8 0-1.3.6-1.3 1.3M7.7 10c1 0 1.7-.8 1.7-1.7s-.8-1.7-1.7-1.7S6 7.3 6 8.3c0 .9.8 1.7 1.7 1.7m3.9 1.7c0-.9-.8-1.7-1.7-1.7-1 0-1.7.8-1.7 1.7 0 1 .8 1.7 1.7 1.7s1.7-.7 1.7-1.7M12 10c1 0 1.7-.8 1.7-1.7s-.8-1.7-1.7-1.7-1.7.8-1.7 1.7.8 1.7 1.7 1.7m3.9 1.7c0-.9-.8-1.7-1.7-1.7-1 0-1.7.8-1.7 1.7 0 1 .8 1.7 1.7 1.7s1.7-.7 1.7-1.7M18 8.3c0-.9-.8-1.7-1.7-1.7-1 0-1.7.8-1.7 1.7 0 1 .8 1.7 1.7 1.7S18 9.2 18 8.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ev-plug-chademo.svg b/mkdocs-material/material/templates/.icons/material/ev-plug-chademo.svg new file mode 100644 index 0000000..018d273 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ev-plug-chademo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.5 9.5C6.1 9.5 5 10.6 5 12s1.1 2.5 2.5 2.5S10 13.4 10 12 8.9 9.5 7.5 9.5m9 0c-1.4 0-2.5 1.1-2.5 2.5s1.1 2.5 2.5 2.5S19 13.4 19 12s-1.1-2.5-2.5-2.5M12 4c4.4 0 8 3.6 8 8s-3.6 8-8 8-8-3.6-8-8 3.6-8 8-8m0-2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m0 3c-1.4 0-2.5 1.1-2.5 2.5S10.6 10 12 10s2.5-1.1 2.5-2.5S13.4 5 12 5m1.5 2.5c0 .2-.1.4-.2.6l-.6-.6.6-.6c.1.2.2.4.2.6m-.9-1.3-.6.6-.6-.6c.2-.1.4-.2.6-.2s.4.1.6.2m-1.9 1.9c-.1-.2-.2-.4-.2-.6s.1-.4.2-.6l.6.6zm.7.7.6-.6.6.6c-.2.1-.4.2-.6.2s-.4-.1-.6-.2M12 14c-1.4 0-2.5 1.1-2.5 2.5S10.6 19 12 19s2.5-1.1 2.5-2.5S13.4 14 12 14m1.5 2.5c0 .2-.1.4-.2.6l-.6-.6.6-.6c.1.2.2.4.2.6m-.9-1.3-.6.6-.6-.6c.2-.1.4-.2.6-.2s.4.1.6.2m-1.9 1.9c-.1-.2-.2-.4-.2-.6s.1-.4.2-.6l.6.6zm.7.7.6-.6.6.6c-.2.1-.4.2-.6.2s-.4-.1-.6-.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ev-plug-tesla.svg b/mkdocs-material/material/templates/.icons/material/ev-plug-tesla.svg new file mode 100644 index 0000000..11f5985 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ev-plug-tesla.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 9c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1m11 1c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1m5-.07V11a9 9 0 0 1-9 9h-2c-4.97 0-9-4-9-9V9.93C2 6.65 4.65 4 7.93 4h8.14C19.35 4 22 6.65 22 9.93M14.5 9a2.5 2.5 0 0 0 5 0 2.5 2.5 0 0 0-5 0m-10 0a2.5 2.5 0 0 0 5 0 2.5 2.5 0 0 0-5 0M9 17c0-.55-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1m4.5 0c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5.67 1.5 1.5 1.5 1.5-.67 1.5-1.5m3.5 0c0-.55-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1m2.97-5.34C19.23 12.5 18.18 13 17 13c-2.21 0-4-1.79-4-4 0-1.2.54-2.27 1.38-3H9.62c.84.73 1.38 1.8 1.38 3 0 2.21-1.79 4-4 4a3.9 3.9 0 0 1-2.97-1.34c.16 1.66.9 3.16 2.01 4.28C7.71 14.73 9.76 14 12 14s4.29.73 5.96 1.94a7.04 7.04 0 0 0 2.01-4.28"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ev-plug-type1.svg b/mkdocs-material/material/templates/.icons/material/ev-plug-type1.svg new file mode 100644 index 0000000..6903bbc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ev-plug-type1.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 9c0 1.1.9 2 2 2s2-.9 2-2-.9-2-2-2-2 .9-2 2M7 9c0 1.1.9 2 2 2s2-.9 2-2-.9-2-2-2-2 .9-2 2m2 4.2c0-.6-.6-1.2-1.2-1.2s-1.2.6-1.2 1.2.6 1.2 1.2 1.2S9 13.9 9 13.2m5 2.8c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2M12 4c4.4 0 8 3.6 8 8s-3.6 8-8 8-8-3.6-8-8 3.6-8 8-8m0-2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m5.5 11.2c0-.7-.6-1.2-1.2-1.2-.7 0-1.2.6-1.2 1.2s.6 1.2 1.2 1.2c.6.1 1.2-.5 1.2-1.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ev-plug-type2.svg b/mkdocs-material/material/templates/.icons/material/ev-plug-type2.svg new file mode 100644 index 0000000..87c2838 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ev-plug-type2.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.3 5C19 6.5 20 8.6 20 11c0 4.4-3.6 8-8 8s-8-3.6-8-8c0-2.4 1.1-4.5 2.7-6zm.7-2H6l-.6.5C3.2 5.4 2 8.1 2 11c0 5.5 4.5 10 10 10s10-4.5 10-10c0-2.9-1.2-5.6-3.4-7.5zm-5 4.5c0 .8.7 1.5 1.5 1.5S16 8.3 16 7.5 15.3 6 14.5 6 13 6.7 13 7.5m-5 0C8 8.3 8.7 9 9.5 9S11 8.3 11 7.5 10.3 6 9.5 6 8 6.7 8 7.5M7 13c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2m4.5 2c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2m.5-2c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2m4.5 2c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2m2.5-4c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ev-station.svg b/mkdocs-material/material/templates/.icons/material/ev-station.svg new file mode 100644 index 0000000..e20a48f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ev-station.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.77 7.23.01-.01-3.72-3.72L15 4.56l2.11 2.11c-.94.36-1.61 1.26-1.61 2.33a2.5 2.5 0 0 0 2.5 2.5c.36 0 .69-.08 1-.21v7.21a1 1 0 0 1-1 1 1 1 0 0 1-1-1V14a2 2 0 0 0-2-2h-1V5a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v16h10v-7.5h1.5v5A2.5 2.5 0 0 0 18 21a2.5 2.5 0 0 0 2.5-2.5V9c0-.69-.28-1.32-.73-1.77M18 10a1 1 0 0 1-1-1 1 1 0 0 1 1-1 1 1 0 0 1 1 1 1 1 0 0 1-1 1M8 18v-4.5H6L10 6v5h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/evernote.svg b/mkdocs-material/material/templates/.icons/material/evernote.svg new file mode 100644 index 0000000..5213cea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/evernote.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.09 11.63s.19-1.28.91-1.28c.76 0 1.78 1.71 1.78 1.71s-2.32-.43-2.69-.43M19 4.69c-.36-.6-2.17-1.28-3.11-1.28H13.5S12.7 2 10.88 2c-1.83 0-1.71.81-1.71 1.5v2.82l-.83.87H4.5s-1.06.72-1.06 2.25c0 1.56.48 6.91 3.69 7.41 3.8.58 4.45-1.18 4.45-1.39 0-.9.02-2.25.02-2.25s1.11 2.12 2.79 2.12 2.65.97 2.65 1.96v1.84S17 20.28 16 20.28h-2.11s-.69-.54-.69-1.28c0-.75.33-.95.73-.95.39 0 .72.04.72.04v-1.56s-3.18-.03-3.18 2.41c0 2.43 1.66 3.06 2.99 3.06h2.17s3.93-.5 3.93-8.25S19.33 5.28 19 4.69M7.5 6.31H4.26l4.06-4.09V5.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/excavator.svg b/mkdocs-material/material/templates/.icons/material/excavator.svg new file mode 100644 index 0000000..3013b1e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/excavator.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.5 18.5c.54 0 1 .46 1 1s-.46 1-1 1h-12c-.54 0-1-.46-1-1s.46-1 1-1zm0-1.5h-12C5.13 17 4 18.13 4 19.5S5.13 22 6.5 22h12a2.5 2.5 0 0 0 0-5m2.5-6h-3V7h-5l-3 4v5h12zm-9.46 0 1.96-2.5H16V11zM9.76 3.41 4.76 2 2 11.83c-.34 1.28.41 2.61 1.7 2.97l1.16.32 3.29-2.83-3.88-1.08 1.88-6.75 2.79.78c.56.29 1.77 1.1 2.53 2.13L12.5 6h.44c-1.26-1.59-3.09-2.54-3.18-2.59"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/exclamation-thick.svg b/mkdocs-material/material/templates/.icons/material/exclamation-thick.svg new file mode 100644 index 0000000..b2f3c9f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/exclamation-thick.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 3h4v11h-4zm0 18v-4h4v4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/exclamation.svg b/mkdocs-material/material/templates/.icons/material/exclamation.svg new file mode 100644 index 0000000..9b914fc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/exclamation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 4h2v11h-2zm2 14v2h-2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/exit-run.svg b/mkdocs-material/material/templates/.icons/material/exit-run.svg new file mode 100644 index 0000000..639bc60 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/exit-run.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.34 8.17c-.93 0-1.69-.77-1.69-1.7a1.69 1.69 0 0 1 1.69-1.69c.94 0 1.7.76 1.7 1.69s-.76 1.7-1.7 1.7M10.3 19.93l-5.93-1.18.34-1.7 4.15.85 1.35-6.86-1.52.6v2.86H7v-3.96l4.4-1.87.67-.08c.6 0 1.1.34 1.43.85l.86 1.35c.68 1.21 2.03 2.03 3.64 2.03v1.68c-1.86 0-3.56-.83-4.66-2.1l-.5 2.54 1.77 1.69V23h-1.69v-5.1l-1.78-1.69zM21 23h-2V3H6v13.11l-2-.42V1h17zM6 23H4v-3.22l2 .42z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/exit-to-app.svg b/mkdocs-material/material/templates/.icons/material/exit-to-app.svg new file mode 100644 index 0000000..da88ce3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/exit-to-app.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5c-1.11 0-2 .89-2 2v4h2V5h14v14H5v-4H3v4a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-8.92 12.58L11.5 17l5-5-5-5-1.42 1.41L12.67 11H3v2h9.67z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/expand-all-outline.svg b/mkdocs-material/material/templates/.icons/material/expand-all-outline.svg new file mode 100644 index 0000000..45044bd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/expand-all-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2a2 2 0 0 0-2 2v10h2V4h10V2zm4 4a2 2 0 0 0-2 2v10h2V8h10V6zm12 6v8h-8v-8zm0-2h-8a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-8a2 2 0 0 0-2-2m-1 7h-2v2h-2v-2h-2v-2h2v-2h2v2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/expand-all.svg b/mkdocs-material/material/templates/.icons/material/expand-all.svg new file mode 100644 index 0000000..215b668 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/expand-all.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 8H8v10H6V8a2 2 0 0 1 2-2h10zm-4-6H4a2 2 0 0 0-2 2v10h2V4h10zm8 10v8a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2m-2 3h-3v-3h-2v3h-3v2h3v3h2v-3h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/expansion-card-variant.svg b/mkdocs-material/material/templates/.icons/material/expansion-card-variant.svg new file mode 100644 index 0000000..5275f67 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/expansion-card-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 7h2.5v10H3V8.5H2M22 7v9h-8v1H7v-1H6V7m4 2H8v3h2m3-3h-2v3h2m7-3h-5v5h5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/expansion-card.svg b/mkdocs-material/material/templates/.icons/material/expansion-card.svg new file mode 100644 index 0000000..8a78b31 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/expansion-card.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 7v1.5h1V17h1.5V7zm4 0v9h1v1h7v-1h8V7zm11.5 2a2.5 2.5 0 0 1 2.5 2.5 2.5 2.5 0 0 1-2.5 2.5 2.5 2.5 0 0 1-2.5-2.5A2.5 2.5 0 0 1 17.5 9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/exponent-box.svg b/mkdocs-material/material/templates/.icons/material/exponent-box.svg new file mode 100644 index 0000000..3bc02a5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/exponent-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm8.76 3h1.63l1.11 2.6L17.59 6h1.65s-1.74 4.57-2.78 6.32c-.38.57-1.11.95-1.96.93v-1.5c.46.01.75-.25 1-.62.11-.13.18-.33.24-.49zM6.41 9.59l2.8 2.79L12 9.59 13.41 11l-2.79 2.79 2.79 2.8L12 18l-2.79-2.79L6.41 18 5 16.59l2.79-2.8L5 11z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/exponent.svg b/mkdocs-material/material/templates/.icons/material/exponent.svg new file mode 100644 index 0000000..31bbbd2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/exponent.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.38 3 2.39 5.75c-.22.93-.5 1.57-.77 1.95-.33.48-.56.55-.81.55v1.5c.75 0 1.55-.4 2.05-1.19C19.87 8.94 22 3 22 3h-1.62l-1.69 4.05L17 3zM3.42 8.59 2 10l4.79 4.79L2 19.59 3.41 21l4.8-4.79L13 21l1.41-1.41-4.79-4.8L14.41 10 13 8.59l-4.79 4.79-4.8-4.79z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/export-variant.svg b/mkdocs-material/material/templates/.icons/material/export-variant.svg new file mode 100644 index 0000000..2503502 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/export-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1 8 5h3v9h2V5h3m2 18H6a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h3v2H6v12h12V9h-3V7h3a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/export.svg b/mkdocs-material/material/templates/.icons/material/export.svg new file mode 100644 index 0000000..7b1e0b0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/export.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23 12-4-4v3h-9v2h9v3M1 18V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v3h-2V6H3v12h12v-3h2v3a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/eye-arrow-left-outline.svg b/mkdocs-material/material/templates/.icons/material/eye-arrow-left-outline.svg new file mode 100644 index 0000000..84d241d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/eye-arrow-left-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5.36 0 .72 0 1.08-.05a6 6 0 0 1-.08-.95c0-.36.04-.72.1-1.08-.36.04-.73.08-1.1.08-3.76 0-7.17-2.14-8.82-5.5a9.821 9.821 0 0 1 17.64 0c-.12.24-.26.45-.39.68.66.16 1.29.43 1.86.82.27-.5.51-1 .71-1.5-1.73-4.39-6-7.5-11-7.5M12 9c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3m6 6v2h4v2h-4v2l-3-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/eye-arrow-left.svg b/mkdocs-material/material/templates/.icons/material/eye-arrow-left.svg new file mode 100644 index 0000000..480bb58 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/eye-arrow-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5.36 0 .72 0 1.08-.05a6 6 0 0 1-.08-.95c0-.56.08-1.12.24-1.66-.41.1-.82.16-1.24.16-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5c0 .29-.03.59-.08.88.66-.25 1.37-.38 2.08-.38 1.17 0 2.31.34 3.29 1 .27-.5.51-1 .71-1.5-1.73-4.39-6-7.5-11-7.5M12 9c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3m6 6v2h4v2h-4v2l-3-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/eye-arrow-right-outline.svg b/mkdocs-material/material/templates/.icons/material/eye-arrow-right-outline.svg new file mode 100644 index 0000000..33c42be --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/eye-arrow-right-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 4.5C7 4.5 2.7 7.6 1 12c1.7 4.4 6 7.5 11 7.5h1.1c-.1-.3-.1-.6-.1-1s0-.7.1-1.1c-.4 0-.7.1-1.1.1-3.8 0-7.2-2.1-8.8-5.5 1.6-3.4 5-5.5 8.8-5.5s7.2 2.1 8.8 5.5c-.1.2-.3.4-.4.7.7.2 1.3.4 1.9.8.3-.5.5-1 .7-1.5-1.7-4.4-6-7.5-11-7.5M12 9c-1.7 0-3 1.3-3 3s1.3 3 3 3 3-1.3 3-3-1.3-3-3-3m7 12v-2h-4v-2h4v-2l3 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/eye-arrow-right.svg b/mkdocs-material/material/templates/.icons/material/eye-arrow-right.svg new file mode 100644 index 0000000..3dc1764 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/eye-arrow-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 4.5C7 4.5 2.7 7.6 1 12c1.7 4.4 6 7.5 11 7.5h1.1c-.1-.3-.1-.6-.1-1 0-.6.1-1.1.2-1.7-.4.1-.8.2-1.2.2-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5c0 .3 0 .6-.1.9.7-.2 1.4-.4 2.1-.4 1.2 0 2.3.3 3.3 1 .3-.5.5-1 .7-1.5-1.7-4.4-6-7.5-11-7.5M12 9c-1.7 0-3 1.3-3 3s1.3 3 3 3 3-1.3 3-3-1.3-3-3-3m7 12v-2h-4v-2h4v-2l3 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/eye-check-outline.svg b/mkdocs-material/material/templates/.icons/material/eye-check-outline.svg new file mode 100644 index 0000000..3631d00 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/eye-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23.5 17-5 5-3.5-3.5 1.5-1.5 2 2 3.5-3.5zM12 9a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3m0-4.5c5 0 9.27 3.11 11 7.5-.25.65-.56 1.26-.92 1.85a5.8 5.8 0 0 0-1.9-.73l.64-1.12a9.821 9.821 0 0 0-17.64 0A9.82 9.82 0 0 0 12 17.5l1.21-.07c-.14.5-.21 1.03-.21 1.57v.46l-1 .04c-5 0-9.27-3.11-11-7.5 1.73-4.39 6-7.5 11-7.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/eye-check.svg b/mkdocs-material/material/templates/.icons/material/eye-check.svg new file mode 100644 index 0000000..137dea2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/eye-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23.5 17-5 5-3.5-3.5 1.5-1.5 2 2 3.5-3.5zM12 9a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3m0 8c.5 0 .97-.07 1.42-.21-.27.71-.42 1.43-.42 2.21v.45l-1 .05c-5 0-9.27-3.11-11-7.5 1.73-4.39 6-7.5 11-7.5s9.27 3.11 11 7.5c-.25.64-.56 1.26-.92 1.85-.9-.54-1.96-.85-3.08-.85-.78 0-1.5.15-2.21.42.14-.45.21-.92.21-1.42a5 5 0 0 0-5-5 5 5 0 0 0-5 5 5 5 0 0 0 5 5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/eye-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/eye-circle-outline.svg new file mode 100644 index 0000000..64a2fed --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/eye-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 22A10 10 0 0 1 2 12 10 10 0 0 1 12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10m0-2a8 8 0 0 0 8-8 8 8 0 0 0-8-8 8 8 0 0 0-8 8 8 8 0 0 0 8 8m0-9a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m0-3c2.63 0 5 1.57 6 4a6.505 6.505 0 0 1-8.5 3.5A6.52 6.52 0 0 1 6 12c1-2.43 3.37-4 6-4m0 1.5A2.5 2.5 0 0 0 9.5 12a2.5 2.5 0 0 0 2.5 2.5 2.5 2.5 0 0 0 2.5-2.5A2.5 2.5 0 0 0 12 9.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/eye-circle.svg b/mkdocs-material/material/templates/.icons/material/eye-circle.svg new file mode 100644 index 0000000..4369a1d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/eye-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 9.5A2.5 2.5 0 0 0 9.5 12a2.5 2.5 0 0 0 2.5 2.5 2.5 2.5 0 0 0 2.5-2.5A2.5 2.5 0 0 0 12 9.5m0 3.5a1 1 0 0 1-1-1 1 1 0 0 1 1-1 1 1 0 0 1 1 1 1 1 0 0 1-1 1m0-3.5A2.5 2.5 0 0 0 9.5 12a2.5 2.5 0 0 0 2.5 2.5 2.5 2.5 0 0 0 2.5-2.5A2.5 2.5 0 0 0 12 9.5m0 3.5a1 1 0 0 1-1-1 1 1 0 0 1 1-1 1 1 0 0 1 1 1 1 1 0 0 1-1 1m0-11A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 14c-2.63 0-5-1.57-6-4a6.505 6.505 0 0 1 8.5-3.5A6.52 6.52 0 0 1 18 12c-1 2.43-3.37 4-6 4m0-6.5A2.5 2.5 0 0 0 9.5 12a2.5 2.5 0 0 0 2.5 2.5 2.5 2.5 0 0 0 2.5-2.5A2.5 2.5 0 0 0 12 9.5m0 3.5a1 1 0 0 1-1-1 1 1 0 0 1 1-1 1 1 0 0 1 1 1 1 1 0 0 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/eye-closed.svg b/mkdocs-material/material/templates/.icons/material/eye-closed.svg new file mode 100644 index 0000000..181b711 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/eye-closed.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 17.5c-3.8 0-7.2-2.1-8.8-5.5H1c1.7 4.4 6 7.5 11 7.5s9.3-3.1 11-7.5h-2.2c-1.6 3.4-5 5.5-8.8 5.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/eye-lock-open-outline.svg b/mkdocs-material/material/templates/.icons/material/eye-lock-open-outline.svg new file mode 100644 index 0000000..1c96069 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/eye-lock-open-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 19.5c-5 0-9.3-3.1-11-7.5 1.7-4.4 6-7.5 11-7.5s9.3 3.1 11 7.5c-.1.4-.3.7-.5 1.1-.5-1.2-1.5-2.2-2.8-2.7C17.9 8 15.1 6.5 12 6.5c-3.8 0-7.2 2.1-8.8 5.5 1.7 3.4 5.1 5.5 8.8 5.5h.1c-.1.2-.1.5-.1.7zM12 9c-1.7 0-3 1.3-3 3s1.3 3 3 3q.6 0 1.2-.3v-.2c0-1.3.7-2.5 1.7-3.4C14.5 9.9 13.4 9 12 9m8.8 8h-4.3v-2.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3v.5h1.3v-.5c0-1.4-1.4-2.5-2.8-2.5s-2.8 1.1-2.8 2.5V17c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/eye-lock-open.svg b/mkdocs-material/material/templates/.icons/material/eye-lock-open.svg new file mode 100644 index 0000000..90496b7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/eye-lock-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.9 11.1c-1 .8-1.7 2-1.7 3.4v.2q-.6.3-1.2.3c-1.7 0-3-1.3-3-3s1.3-3 3-3c1.4 0 2.5.9 2.9 2.1M12 18.2q0-.6.3-1.2H12c-2.8 0-5-2.2-5-5s2.2-5 5-5c2.1 0 3.9 1.3 4.7 3.2.4-.1.9-.2 1.3-.2 2.1 0 3.9 1.3 4.5 3.1.2-.3.3-.7.5-1.1-1.7-4.4-6-7.5-11-7.5S2.7 7.6 1 12c1.7 4.4 6 7.5 11 7.5zm8.8-1.2h-4.3v-2.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3v.5h1.3v-.5c0-1.4-1.4-2.5-2.8-2.5s-2.8 1.1-2.8 2.5V17c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/eye-lock-outline.svg b/mkdocs-material/material/templates/.icons/material/eye-lock-outline.svg new file mode 100644 index 0000000..3740f06 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/eye-lock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.8 17v-1.5c0-1.4-1.4-2.5-2.8-2.5s-2.8 1.1-2.8 2.5V17c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3m-1.3 0h-3v-1.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3zM15 12c-.9.7-1.5 1.6-1.7 2.7-.4.2-.8.3-1.3.3-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3m-3 7.5c-5 0-9.3-3.1-11-7.5 1.7-4.4 6-7.5 11-7.5s9.3 3.1 11 7.5c-.2.5-.5 1-.7 1.5-.4-.7-.9-1.3-1.6-1.7-1.7-3.3-5-5.3-8.7-5.3-3.8 0-7.2 2.1-8.8 5.5 1.7 3.4 5.1 5.5 8.8 5.5h.1c-.1.2-.1.5-.1.7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/eye-lock.svg b/mkdocs-material/material/templates/.icons/material/eye-lock.svg new file mode 100644 index 0000000..826bb73 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/eye-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.8 17v-1.5c0-1.4-1.4-2.5-2.8-2.5s-2.8 1.1-2.8 2.5V17c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3m-1.3 0h-3v-1.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3zM15 12c-.9.7-1.5 1.6-1.7 2.7-.4.2-.8.3-1.3.3-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3m-3 7.5c-5 0-9.3-3.1-11-7.5 1.7-4.4 6-7.5 11-7.5s9.3 3.1 11 7.5c-.2.5-.5 1-.7 1.5C21.5 12 19.8 11 18 11c-.4 0-.7.1-1.1.1C16.5 8.8 14.5 7 12 7c-2.8 0-5 2.2-5 5s2.2 5 5 5h.3q-.3.6-.3 1.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/eye-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/eye-minus-outline.svg new file mode 100644 index 0000000..ff202b4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/eye-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 4.5A11.8 11.8 0 0 0 1 12a11.8 11.8 0 0 0 11 7.5h1.1a3.8 3.8 0 0 1-.1-1 4 4 0 0 1 .1-1.1H12A9.6 9.6 0 0 1 3.2 12 9.6 9.6 0 0 1 12 6.5a9.6 9.6 0 0 1 8.8 5.5l-.4.7a4.6 4.6 0 0 1 1.9.8A10 10 0 0 0 23 12a11.8 11.8 0 0 0-11-7.5M12 9a3 3 0 1 0 3 3 2.9 2.9 0 0 0-3-3m3 8.5v2h8v-2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/eye-minus.svg b/mkdocs-material/material/templates/.icons/material/eye-minus.svg new file mode 100644 index 0000000..8903959 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/eye-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 4.5A11.8 11.8 0 0 0 1 12a11.8 11.8 0 0 0 11 7.5h1.1a3.8 3.8 0 0 1-.1-1 10 10 0 0 1 .2-1.7L12 17a5 5 0 1 1 5-5 2.8 2.8 0 0 1-.1.9 5.2 5.2 0 0 1 2.1-.4 5.6 5.6 0 0 1 3.3 1A10 10 0 0 0 23 12a11.8 11.8 0 0 0-11-7.5M12 9a3 3 0 1 0 3 3 2.9 2.9 0 0 0-3-3m3 8.5v2h8v-2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/eye-off-outline.svg b/mkdocs-material/material/templates/.icons/material/eye-off-outline.svg new file mode 100644 index 0000000..3307126 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/eye-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 5.27 3.28 4 20 20.72 18.73 22l-3.08-3.08c-1.15.38-2.37.58-3.65.58-5 0-9.27-3.11-11-7.5.69-1.76 1.79-3.31 3.19-4.54zM12 9a3 3 0 0 1 3 3 3 3 0 0 1-.17 1L11 9.17A3 3 0 0 1 12 9m0-4.5c5 0 9.27 3.11 11 7.5a11.8 11.8 0 0 1-4 5.19l-1.42-1.43A9.86 9.86 0 0 0 20.82 12 9.82 9.82 0 0 0 12 6.5c-1.09 0-2.16.18-3.16.5L7.3 5.47c1.44-.62 3.03-.97 4.7-.97M3.18 12A9.82 9.82 0 0 0 12 17.5c.69 0 1.37-.07 2-.21L11.72 15A3.064 3.064 0 0 1 9 12.28L5.6 8.87c-.99.85-1.82 1.91-2.42 3.13"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/eye-off.svg b/mkdocs-material/material/templates/.icons/material/eye-off.svg new file mode 100644 index 0000000..d2e90e0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/eye-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.83 9 15 12.16V12a3 3 0 0 0-3-3zm-4.3.8 1.55 1.55c-.05.21-.08.42-.08.65a3 3 0 0 0 3 3c.22 0 .44-.03.65-.08l1.55 1.55c-.67.33-1.41.53-2.2.53a5 5 0 0 1-5-5c0-.79.2-1.53.53-2.2M2 4.27l2.28 2.28.45.45C3.08 8.3 1.78 10 1 12c1.73 4.39 6 7.5 11 7.5 1.55 0 3.03-.3 4.38-.84l.43.42L19.73 22 21 20.73 3.27 3M12 7a5 5 0 0 1 5 5c0 .64-.13 1.26-.36 1.82l2.93 2.93c1.5-1.25 2.7-2.89 3.43-4.75-1.73-4.39-6-7.5-11-7.5-1.4 0-2.74.25-4 .7l2.17 2.15C10.74 7.13 11.35 7 12 7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/eye-outline.svg b/mkdocs-material/material/templates/.icons/material/eye-outline.svg new file mode 100644 index 0000000..b9c752a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/eye-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 9a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3m0-4.5c5 0 9.27 3.11 11 7.5-1.73 4.39-6 7.5-11 7.5S2.73 16.39 1 12c1.73-4.39 6-7.5 11-7.5M3.18 12a9.821 9.821 0 0 0 17.64 0 9.821 9.821 0 0 0-17.64 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/eye-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/eye-plus-outline.svg new file mode 100644 index 0000000..dad9a50 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/eye-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5.36 0 .72 0 1.08-.05a6 6 0 0 1-.08-.95c0-.36.04-.72.1-1.08-.36.04-.73.08-1.1.08-3.76 0-7.17-2.14-8.82-5.5a9.821 9.821 0 0 1 17.64 0c-.12.24-.26.45-.39.68.66.16 1.29.43 1.86.82.27-.5.51-1 .71-1.5-1.73-4.39-6-7.5-11-7.5M12 9a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3m6 5.5v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/eye-plus.svg b/mkdocs-material/material/templates/.icons/material/eye-plus.svg new file mode 100644 index 0000000..9707728 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/eye-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5.36 0 .72 0 1.08-.05a6 6 0 0 1-.08-.95c0-.56.08-1.12.24-1.66-.41.1-.82.16-1.24.16a5 5 0 0 1-5-5 5 5 0 0 1 5-5 5 5 0 0 1 5 5c0 .29-.03.59-.08.88.66-.25 1.37-.38 2.08-.38 1.17 0 2.31.34 3.29 1 .27-.5.51-1 .71-1.5-1.73-4.39-6-7.5-11-7.5M12 9a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3m6 5.5v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/eye-refresh-outline.svg b/mkdocs-material/material/templates/.icons/material/eye-refresh-outline.svg new file mode 100644 index 0000000..2b9fd94 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/eye-refresh-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 9c1.7 0 3 1.3 3 3s-1.3 3-3 3-3-1.3-3-3 1.3-3 3-3m6 9.5 1.8-1.8c-.5-.4-1.1-.7-1.8-.7-1.4 0-2.5 1.1-2.5 2.5S16.6 21 18 21c.8 0 1.5-.4 2-1h1.7c-.6 1.5-2 2.5-3.7 2.5-2.2 0-4-1.8-4-4s1.8-4 4-4c1.1 0 2.1.4 2.8 1.2l1.2-1.2v4zm-6 0c0-.3 0-.7.1-1H12c-3.8 0-7.2-2.1-8.8-5.5 1.6-3.4 5-5.5 8.8-5.5s7.2 2.1 8.8 5.5c-.1.1-.1.2-.2.4q.9.3 1.8.9c.2-.4.4-.9.6-1.3-1.7-4.4-6-7.5-11-7.5S2.7 7.6 1 12c1.7 4.4 6 7.5 11 7.5h.1c-.1-.3-.1-.7-.1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/eye-refresh.svg b/mkdocs-material/material/templates/.icons/material/eye-refresh.svg new file mode 100644 index 0000000..2c33e86 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/eye-refresh.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 9c-1.7 0-3 1.3-3 3s1.3 3 3 3 3-1.3 3-3-1.3-3-3-3m6 9.5 1.8-1.8c-.5-.4-1.1-.7-1.8-.7-1.4 0-2.5 1.1-2.5 2.5S16.6 21 18 21c.8 0 1.5-.4 2-1h1.7c-.6 1.5-2 2.5-3.7 2.5-2.2 0-4-1.8-4-4s1.8-4 4-4c1.1 0 2.1.4 2.8 1.2l1.2-1.2v4zm-5.9 1s-.1 0 0 0C7 19.5 2.7 16.4 1 12c1.7-4.4 6-7.5 11-7.5s9.3 3.1 11 7.5c-.2.4-.4.9-.6 1.3-1.1-.8-2.4-1.3-3.9-1.3-.5 0-1 .1-1.5.2V12c0-2.8-2.2-5-5-5s-5 2.2-5 5 2.2 5 5 5h.2c-.1.5-.2 1-.2 1.5 0 .3 0 .7.1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/eye-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/eye-remove-outline.svg new file mode 100644 index 0000000..b582eb8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/eye-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.54 16.88 20.41 19l2.13 2.12-1.42 1.42L19 20.41l-2.12 2.13-1.41-1.42L17.59 19l-2.12-2.12 1.41-1.41L19 17.59l2.12-2.12zM12 9c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3m0 8.5c-3.76 0-7.17-2.14-8.82-5.5a9.821 9.821 0 0 1 17.64 0c-.19.39-.41.77-.65 1.13.68.13 1.33.37 1.9.72.36-.58.67-1.2.93-1.85-1.73-4.39-6-7.5-11-7.5S2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5.35 0 .69 0 1.03-.05-.03-.15-.03-.3-.03-.45 0-.55.08-1.08.22-1.59-.4.05-.81.09-1.22.09"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/eye-remove.svg b/mkdocs-material/material/templates/.icons/material/eye-remove.svg new file mode 100644 index 0000000..e2d0194 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/eye-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.54 16.88 20.41 19l2.13 2.12-1.42 1.42L19 20.41l-2.12 2.13-1.41-1.42L17.59 19l-2.12-2.12 1.41-1.41L19 17.59l2.12-2.12zM12 9c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3m0 8c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5c0 .5-.1 1-.23 1.43.69-.27 1.44-.43 2.23-.43 1.12 0 2.17.32 3.07.85.36-.58.67-1.2.93-1.85-1.73-4.39-6-7.5-11-7.5S2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5.35 0 .69 0 1.03-.05-.03-.15-.03-.3-.03-.45 0-.79.16-1.54.43-2.23-.43.13-.93.23-1.43.23"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/eye-settings-outline.svg b/mkdocs-material/material/templates/.icons/material/eye-settings-outline.svg new file mode 100644 index 0000000..42359f9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/eye-settings-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 9a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3m0-4.5c4.86 0 9.22 3 11 7.5-2.39 6.08-9.25 9.06-15.33 6.67C4.62 17.47 2.2 15.06 1 12c1.78-4.5 6.14-7.5 11-7.5M3.18 12c2.38 4.87 8.27 6.89 13.14 4.5a9.8 9.8 0 0 0 4.5-4.5c-2.38-4.87-8.27-6.89-13.14-4.5a9.8 9.8 0 0 0-4.5 4.5M9 22H7v2h2zm4 0h-2v2h2zm4 0h-2v2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/eye-settings.svg b/mkdocs-material/material/templates/.icons/material/eye-settings.svg new file mode 100644 index 0000000..3157c21 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/eye-settings.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 9a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3m0 8a5 5 0 0 1-5-5 5 5 0 0 1 5-5 5 5 0 0 1 5 5 5 5 0 0 1-5 5m0-12.5c-4.86 0-9.22 3-11 7.5 2.39 6.08 9.25 9.06 15.33 6.67 3.05-1.2 5.47-3.61 6.67-6.67-1.78-4.5-6.14-7.5-11-7.5M7 22h2v2H7zm4 0h2v2h-2zm4 0h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/eye.svg b/mkdocs-material/material/templates/.icons/material/eye.svg new file mode 100644 index 0000000..78528c9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/eye.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 9a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3m0 8a5 5 0 0 1-5-5 5 5 0 0 1 5-5 5 5 0 0 1 5 5 5 5 0 0 1-5 5m0-12.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/eyedropper-minus.svg b/mkdocs-material/material/templates/.icons/material/eyedropper-minus.svg new file mode 100644 index 0000000..1dace73 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/eyedropper-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.35 11.72-2.13 2.13-1.41-1.42-7.71 7.71L3.5 22 2 20.5l1.86-4.6 7.71-7.71-1.42-1.41 2.13-2.13zM16.76 3c1.17-1.17 3.07-1.17 4.24 0s1.17 3.07 0 4.24l-1.92 1.92-4.24-4.24zM5.56 17.03 4.5 19.5l2.47-1.06L14.4 11 13 9.6zM9 4v2H1V4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/eyedropper-off.svg b/mkdocs-material/material/templates/.icons/material/eyedropper-off.svg new file mode 100644 index 0000000..e922af2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/eyedropper-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21 7.24-1.92 1.92-4.24-4.24L16.76 3c1.17-1.17 3.07-1.17 4.24 0s1.17 3.07 0 4.24M10.94 8.82l1.42 1.42.64-.64 1.4 1.4-.64.64 1.42 1.42.63-.63 1.41 1.42 2.13-2.13-7.07-7.07-2.13 2.13 1.42 1.41zm8.92 11.47-1.28 1.28-5.95-5.96-4.53 4.53L3.5 22 2 20.5l1.86-4.6 4.53-4.53-6.53-6.52 1.28-1.28zm-8.65-6.09-1.4-1.41-4.25 4.24L4.5 19.5l2.47-1.06z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/eyedropper-plus.svg b/mkdocs-material/material/templates/.icons/material/eyedropper-plus.svg new file mode 100644 index 0000000..15497f0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/eyedropper-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.35 11.72-2.13 2.13-1.41-1.42-7.71 7.71L3.5 22 2 20.5l1.86-4.6 7.71-7.71-1.42-1.41 2.13-2.13zM16.76 3c1.17-1.17 3.07-1.17 4.24 0s1.17 3.07 0 4.24l-1.92 1.92-4.24-4.24zM5.56 17.03 4.5 19.5l2.47-1.06L14.4 11 13 9.6zM6 1v3h3v2H6v3H4V6H1V4h3V1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/eyedropper-remove.svg b/mkdocs-material/material/templates/.icons/material/eyedropper-remove.svg new file mode 100644 index 0000000..cdb2d93 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/eyedropper-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.35 11.72-2.13 2.13-1.41-1.42-7.71 7.71L3.5 22 2 20.5l1.86-4.6 7.71-7.71-1.42-1.41 2.13-2.13zM16.76 3c1.17-1.17 3.07-1.17 4.24 0s1.17 3.07 0 4.24l-1.92 1.92-4.24-4.24zM5.56 17.03 4.5 19.5l2.47-1.06L14.4 11 13 9.6zM8.54 2.88 6.41 5l2.13 2.12-1.42 1.42L5 6.41 2.88 8.54 1.46 7.12 3.59 5 1.46 2.88l1.42-1.41L5 3.59l2.12-2.12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/eyedropper-variant.svg b/mkdocs-material/material/templates/.icons/material/eyedropper-variant.svg new file mode 100644 index 0000000..f943c3c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/eyedropper-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.92 19 5 17.08 13.06 9 15 10.94m5.71-5.31-2.34-2.34c-.37-.39-1.02-.39-1.41 0l-3.12 3.12-1.93-1.91-1.41 1.41 1.42 1.42L3 16.25V21h4.75l8.92-8.92 1.42 1.42 1.41-1.41-1.92-1.92 3.12-3.12c.4-.4.4-1.05.01-1.42"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/eyedropper.svg b/mkdocs-material/material/templates/.icons/material/eyedropper.svg new file mode 100644 index 0000000..2fdbb66 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/eyedropper.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.35 11.72-2.13 2.13-1.41-1.42-7.71 7.71L3.5 22 2 20.5l1.86-4.6 7.71-7.71-1.42-1.41 2.13-2.13zM16.76 3A3 3 0 0 1 21 3a3 3 0 0 1 0 4.24l-1.92 1.92-4.24-4.24zM5.56 17.03 4.5 19.5l2.47-1.06L14.4 11 13 9.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/face-agent.svg b/mkdocs-material/material/templates/.icons/material/face-agent.svg new file mode 100644 index 0000000..59df7af --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/face-agent.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.72 14.76c.35-.85.54-1.76.54-2.76 0-.72-.11-1.41-.3-2.05-.65.15-1.33.23-2.04.23A9.07 9.07 0 0 1 9.5 6.34a9.2 9.2 0 0 1-4.73 4.88c-.04.25-.04.52-.04.78A7.27 7.27 0 0 0 12 19.27c1.05 0 2.06-.23 2.97-.64.57 1.09.83 1.63.81 1.63-1.64.55-2.91.82-3.78.82-2.42 0-4.73-.95-6.43-2.66a9 9 0 0 1-2.24-3.69H2v-4.55h1.09a9.09 9.09 0 0 1 15.33-4.6 9 9 0 0 1 2.47 4.6H22v4.55h-.06L18.38 18l-5.3-.6v-1.67h4.83zm-9.45-2.99c.3 0 .59.12.8.34a1.136 1.136 0 0 1 0 1.6c-.21.21-.5.33-.8.33-.63 0-1.14-.5-1.14-1.13s.51-1.14 1.14-1.14m5.45 0c.63 0 1.13.51 1.13 1.14s-.5 1.13-1.13 1.13-1.14-.5-1.14-1.13a1.14 1.14 0 0 1 1.14-1.14"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/face-man-outline.svg b/mkdocs-material/material/templates/.icons/material/face-man-outline.svg new file mode 100644 index 0000000..8e2b781 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/face-man-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.25 13A1.25 1.25 0 0 1 9 14.25 1.25 1.25 0 0 1 7.75 13 1.25 1.25 0 0 1 9 11.75 1.25 1.25 0 0 1 10.25 13M15 11.75A1.25 1.25 0 0 0 13.75 13 1.25 1.25 0 0 0 15 14.25 1.25 1.25 0 0 0 16.25 13 1.25 1.25 0 0 0 15 11.75m7 .25a10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2a10 10 0 0 1 10 10M10.66 4.12C12.06 6.44 14.6 8 17.5 8c.46 0 .91-.05 1.34-.12C17.44 5.56 14.9 4 12 4c-.46 0-.91.05-1.34.12M4.42 9.47a8.05 8.05 0 0 0 3.66-4.44 8.05 8.05 0 0 0-3.66 4.44M20 12c0-.78-.12-1.53-.33-2.24-.7.15-1.42.24-2.17.24a10 10 0 0 1-7.76-3.69A10.02 10.02 0 0 1 4 11.86V12c0 4.41 3.59 8 8 8s8-3.59 8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/face-man-profile.svg b/mkdocs-material/material/templates/.icons/material/face-man-profile.svg new file mode 100644 index 0000000..d4fabba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/face-man-profile.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 6.39A9.97 9.97 0 0 0 17.42 10c.78 0 1.53-.09 2.25-.26.21.71.33 1.47.33 2.26 0 4.41-3.59 8-8 8-3 0-5.61-1.66-7-4.11L6.75 14v-1A1.25 1.25 0 0 1 8 11.75 1.25 1.25 0 0 1 9.25 13v1H12m4-2.25A1.25 1.25 0 0 0 14.75 13 1.25 1.25 0 0 0 16 14.25 1.25 1.25 0 0 0 17.25 13 1.25 1.25 0 0 0 16 11.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/face-man-shimmer-outline.svg b/mkdocs-material/material/templates/.icons/material/face-man-shimmer-outline.svg new file mode 100644 index 0000000..aa623b5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/face-man-shimmer-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.5 1-1.09 2.41L16 4.5l2.41 1.09L19.5 8l1.1-2.41L23 4.5l-2.4-1.09zM12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10c0-1.47-.33-2.87-.9-4.13l-1.24 2.7c.09.47.14.93.14 1.43 0 4.43-3.57 8-8 8s-8-3.57-8-8v-.14a10 10 0 0 0 5.74-5.55 10 10 0 0 0 9.09 3.6L17.96 8h-.46c-2.82 0-5.4-1.5-6.84-3.88.44-.07.88-.12 1.34-.12.5 0 .96.05 1.42.13l2.71-1.22A9.9 9.9 0 0 0 12 2M8.09 5a8 8 0 0 1-3.68 4.5C5.04 7.57 6.37 6 8.09 5M9 11.75A1.25 1.25 0 0 0 7.75 13 1.25 1.25 0 0 0 9 14.25 1.25 1.25 0 0 0 10.25 13 1.25 1.25 0 0 0 9 11.75m6 0A1.25 1.25 0 0 0 13.75 13 1.25 1.25 0 0 0 15 14.25 1.25 1.25 0 0 0 16.25 13 1.25 1.25 0 0 0 15 11.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/face-man-shimmer.svg b/mkdocs-material/material/templates/.icons/material/face-man-shimmer.svg new file mode 100644 index 0000000..d3e8c0e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/face-man-shimmer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.41 3.41 16 4.5l2.41 1.09L19.5 8l1.1-2.41L23 4.5l-2.4-1.09L19.5 1M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10c0-1.47-.33-2.87-.9-4.13l-1.24 2.72c.08.46.14.91.14 1.41 0 4.43-3.57 8-8 8s-8-3.57-8-8v-.13a10 10 0 0 0 5.74-5.56A10 10 0 0 0 17.5 10a10 10 0 0 0 1.33-.09l-1.48-3.26L12.6 4.5l3.53-1.6C14.87 2.33 13.47 2 12 2m-3 9.75A1.25 1.25 0 0 0 7.75 13 1.25 1.25 0 0 0 9 14.25 1.25 1.25 0 0 0 10.25 13 1.25 1.25 0 0 0 9 11.75m6 0A1.25 1.25 0 0 0 13.75 13 1.25 1.25 0 0 0 15 14.25 1.25 1.25 0 0 0 16.25 13 1.25 1.25 0 0 0 15 11.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/face-man.svg b/mkdocs-material/material/templates/.icons/material/face-man.svg new file mode 100644 index 0000000..f1fb178 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/face-man.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 11.75A1.25 1.25 0 0 0 7.75 13 1.25 1.25 0 0 0 9 14.25 1.25 1.25 0 0 0 10.25 13 1.25 1.25 0 0 0 9 11.75m6 0A1.25 1.25 0 0 0 13.75 13 1.25 1.25 0 0 0 15 14.25 1.25 1.25 0 0 0 16.25 13 1.25 1.25 0 0 0 15 11.75M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 18c-4.41 0-8-3.59-8-8 0-.29 0-.58.05-.86 2.36-1.05 4.23-2.98 5.21-5.37a9.97 9.97 0 0 0 10.41 3.97c.21.71.33 1.47.33 2.26 0 4.41-3.59 8-8 8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/face-mask-outline.svg b/mkdocs-material/material/templates/.icons/material/face-mask-outline.svg new file mode 100644 index 0000000..7128ad2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/face-mask-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15 12-2.6-.7c-.3-.1-.6-.1-.8 0L9 12v-1l2.3-.7c.4-.1.9-.1 1.4 0l2.3.7zm5.25-6c-1.46 0-2.64 1.14-2.75 2.58l-4.95-1.42c-.18-.05-.36-.08-.55-.08-.18 0-.37.03-.55.08L6.5 8.58C6.39 7.14 5.21 6 3.75 6 2.23 6 1 7.23 1 8.75v3.5C1 13.77 2.23 15 3.75 15h1.93c1.13 2.36 3.53 4 6.32 4s5.19-1.64 6.32-4h1.93c1.52 0 2.75-1.23 2.75-2.75v-3.5C23 7.23 21.77 6 20.25 6M5 13.5H3.75c-.69 0-1.25-.56-1.25-1.25v-3.5a1.25 1.25 0 0 1 2.5 0zM17 12c0 2.76-2.24 5-5 5s-5-2.24-5-5v-1.5l5-1.42 5 1.42zm4.5.25c0 .69-.56 1.25-1.25 1.25H19V8.75a1.25 1.25 0 0 1 2.5 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/face-mask.svg b/mkdocs-material/material/templates/.icons/material/face-mask.svg new file mode 100644 index 0000000..4e163f8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/face-mask.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.25 6c-1.46 0-2.64 1.14-2.75 2.58l-4.95-1.42c-.36-.11-.74-.11-1.1 0L6.5 8.58C6.39 7.14 5.21 6 3.75 6 2.23 6 1 7.23 1 8.75v3.5C1 13.77 2.23 15 3.75 15h1.93c1.13 2.36 3.53 4 6.32 4s5.19-1.64 6.32-4h1.93c1.52 0 2.75-1.23 2.75-2.75v-3.5C23 7.23 21.77 6 20.25 6M5 13.5H3.75c-.69 0-1.25-.56-1.25-1.25v-3.5a1.25 1.25 0 0 1 2.5 0zM15 12l-2.6-.7c-.3-.1-.6-.1-.8 0L9 12v-1l2.3-.7c.4-.1.9-.1 1.4 0l2.3.7zm6.5.25c0 .69-.56 1.25-1.25 1.25H19V8.75a1.25 1.25 0 0 1 2.5 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/face-recognition.svg b/mkdocs-material/material/templates/.icons/material/face-recognition.svg new file mode 100644 index 0000000..db4852d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/face-recognition.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 11.75A1.25 1.25 0 0 0 7.75 13 1.25 1.25 0 0 0 9 14.25 1.25 1.25 0 0 0 10.25 13 1.25 1.25 0 0 0 9 11.75m6 0A1.25 1.25 0 0 0 13.75 13 1.25 1.25 0 0 0 15 14.25 1.25 1.25 0 0 0 16.25 13 1.25 1.25 0 0 0 15 11.75M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 18a8 8 0 0 1-8-8 4 4 0 0 1 0-.86 10.05 10.05 0 0 0 5.26-5.37A9.99 9.99 0 0 0 17.42 10c.76 0 1.51-.09 2.25-.26 1.25 4.26-1.17 8.69-5.41 9.93-.76.22-1.5.33-2.26.33M0 2a2 2 0 0 1 2-2h4v2H2v4H0zm24 20a2 2 0 0 1-2 2h-4v-2h4v-4h2zM2 24a2 2 0 0 1-2-2v-4h2v4h4v2zM22 0a2 2 0 0 1 2 2v4h-2V2h-4V0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/face-woman-outline.svg b/mkdocs-material/material/templates/.icons/material/face-woman-outline.svg new file mode 100644 index 0000000..6f9dc56 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/face-woman-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.5 2 2 6.5 2 12v10h20V12c0-5.5-4.5-10-10-10m0 2c2.9 0 5.44 1.56 6.84 3.88-.43.07-.88.12-1.34.12-2.9 0-5.44-1.56-6.84-3.88.43-.07.88-.12 1.34-.12M8.08 5.03a8.05 8.05 0 0 1-3.66 4.44 8.05 8.05 0 0 1 3.66-4.44M4 11.86c2.6-.98 4.69-2.99 5.74-5.55A10 10 0 0 0 17.5 10c.75 0 1.47-.09 2.17-.24.21.71.33 1.46.33 2.24 0 4.41-3.59 8-8 8s-8-3.59-8-8zM4 20v-2c.57.75 1.25 1.43 2 2zm16 0h-2c.75-.57 1.43-1.25 2-2zm-6.25-7a1.25 1.25 0 1 1 2.5 0 1.25 1.25 0 0 1-2.5 0m-6 0a1.25 1.25 0 1 1 2.5 0 1.25 1.25 0 0 1-2.5 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/face-woman-profile.svg b/mkdocs-material/material/templates/.icons/material/face-woman-profile.svg new file mode 100644 index 0000000..4a40abd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/face-woman-profile.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.25 13a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0M22 12c0 5.5-4.5 10-10 10H2V12C2 6.5 6.5 2 12 2s10 4.5 10 10M7 18c1.41 1.23 3 2 5 2 4.41 0 8-3.59 8-8 0-.79-.12-1.55-.33-2.26-.72.17-1.47.26-2.25.26-2 0-3.85-.6-5.42-1.61 0 0-1.46 5.37-3.97 4.61-.66-.2-1.03.31-1.03 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/face-woman-shimmer-outline.svg b/mkdocs-material/material/templates/.icons/material/face-woman-shimmer-outline.svg new file mode 100644 index 0000000..c02262f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/face-woman-shimmer-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.5 1-1.09 2.41L16 4.5l2.41 1.09L19.5 8l1.1-2.41L23 4.5l-2.4-1.09M12 2C6.5 2 2 6.5 2 12v10h20V12c0-1.47-.33-2.87-.9-4.13l-1.24 2.7c.09.47.14.93.14 1.43 0 4.43-3.57 8-8 8s-8-3.57-8-8v-.14a9.93 9.93 0 0 0 5.74-5.55 10 10 0 0 0 9.09 3.6L17.96 8h-.46c-2.82 0-5.4-1.5-6.84-3.88.44-.07.88-.12 1.34-.12.5 0 .96.05 1.42.13l2.71-1.22A9.9 9.9 0 0 0 12 2M8.09 5a8.12 8.12 0 0 1-3.68 4.5C5.04 7.57 6.37 6 8.09 5M9 11.75a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5m6 0a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5M4 17.97c.58.77 1.26 1.45 2.03 2.03H4m16-2.03V20h-2.03c.77-.58 1.45-1.26 2.03-2.03"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/face-woman-shimmer.svg b/mkdocs-material/material/templates/.icons/material/face-woman-shimmer.svg new file mode 100644 index 0000000..c66ccb0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/face-woman-shimmer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.5 1-1.09 2.41L16 4.5l2.41 1.09L19.5 8l1.1-2.41L23 4.5l-2.4-1.09zM12 2C6.5 2 2 6.5 2 12v10h20V12c0-1.47-.33-2.87-.9-4.13l-1.24 2.72c.08.46.14.91.14 1.41 0 4.43-3.57 8-8 8s-8-3.57-8-8v-.13a10 10 0 0 0 5.74-5.56A10 10 0 0 0 17.5 10a10 10 0 0 0 1.33-.09l-1.48-3.26L12.6 4.5l3.53-1.6C14.87 2.33 13.47 2 12 2m-3 9.75A1.25 1.25 0 0 0 7.75 13 1.25 1.25 0 0 0 9 14.25 1.25 1.25 0 0 0 10.25 13 1.25 1.25 0 0 0 9 11.75m6 0A1.25 1.25 0 0 0 13.75 13 1.25 1.25 0 0 0 15 14.25 1.25 1.25 0 0 0 16.25 13 1.25 1.25 0 0 0 15 11.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/face-woman.svg b/mkdocs-material/material/templates/.icons/material/face-woman.svg new file mode 100644 index 0000000..d514372 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/face-woman.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.75 13a1.25 1.25 0 1 1 2.5 0 1.25 1.25 0 0 1-2.5 0M22 12v10H2V12C2 6.5 6.5 2 12 2s10 4.5 10 10M4 12c0 4.41 3.59 8 8 8s8-3.59 8-8c0-.79-.12-1.55-.33-2.26A9.974 9.974 0 0 1 9.26 5.77c-.98 2.39-2.85 4.32-5.21 5.37-.05.28-.05.57-.05.86m5 2.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/facebook-gaming.svg b/mkdocs-material/material/templates/.icons/material/facebook-gaming.svg new file mode 100644 index 0000000..6fb88fc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/facebook-gaming.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 14.5v-5H21V21h-5.5v-6.5zM3 3h18v5.5H8.5v7h6V21H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/facebook-messenger.svg b/mkdocs-material/material/templates/.icons/material/facebook-messenger.svg new file mode 100644 index 0000000..6d89558 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/facebook-messenger.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.36 2 2 6.13 2 11.7c0 2.91 1.19 5.44 3.14 7.17.16.13.26.35.27.57l.05 1.78c.04.57.61.94 1.13.71l1.98-.87c.17-.06.36-.09.53-.06.9.27 1.9.4 2.9.4 5.64 0 10-4.13 10-9.7S17.64 2 12 2m6 7.46-2.93 4.67c-.47.73-1.47.92-2.17.37l-2.34-1.73a.6.6 0 0 0-.72 0l-3.16 2.4c-.42.33-.97-.17-.68-.63l2.93-4.67c.47-.73 1.47-.92 2.17-.4l2.34 1.76a.6.6 0 0 0 .72 0l3.16-2.4c.42-.33.97.17.68.63"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/facebook-workplace.svg b/mkdocs-material/material/templates/.icons/material/facebook-workplace.svg new file mode 100644 index 0000000..81d7ebc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/facebook-workplace.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.69 16.12c-.27.31-.74.8-1.5.8-1.06 0-1.41-.77-1.73-1.58l-1.6-3.93-1.6 3.93c-.26.66-.56 1.58-1.73 1.58s-1.46-.92-1.74-1.58L7.11 8.72h2.26l2.16 5.45 1.61-3.97c.25-.63.55-1.58 1.72-1.58 1.14 0 1.46.95 1.72 1.58l1.75 4.3c.89-1.36 1.27-3 1.05-4.61a6.7 6.7 0 0 0-2.24-4.16 6.73 6.73 0 0 0-4.42-1.67c-1.69-.01-3.33.52-4.72 1.5a8.06 8.06 0 0 0-2.88 3.98c-.52 1.6-.52 3.33 0 4.93s1.54 2.99 2.91 3.97c1.37.99 3.01 1.51 4.69 1.5.73 0 1.45-.1 2.15-.3v2.11c-.71.16-1.43.25-2.15.25-2.11 0-4.18-.66-5.9-1.9s-3-2.99-3.65-5a9.9 9.9 0 0 1-.01-6.2c.66-2.01 1.94-3.76 3.66-5C8.53 2.66 10.6 2 12.72 2c4.84 0 8.78 3.94 8.78 8.79 0 1.92-.64 3.8-1.81 5.33"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/facebook.svg b/mkdocs-material/material/templates/.icons/material/facebook.svg new file mode 100644 index 0000000..94a9096 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/facebook.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2.04c-5.5 0-10 4.49-10 10.02 0 5 3.66 9.15 8.44 9.9v-7H7.9v-2.9h2.54V9.85c0-2.51 1.49-3.89 3.78-3.89 1.09 0 2.23.19 2.23.19v2.47h-1.26c-1.24 0-1.63.77-1.63 1.56v1.88h2.78l-.45 2.9h-2.33v7a10 10 0 0 0 8.44-9.9c0-5.53-4.5-10.02-10-10.02"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/factory.svg b/mkdocs-material/material/templates/.icons/material/factory.svg new file mode 100644 index 0000000..fb54917 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/factory.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 18v2h4v-2zm0-4v2h10v-2zm6 4v2h4v-2zm6-4v2h4v-2zm0 4v2h4v-2zM2 22V8l5 4V8l5 4V8l5 4 1-10h3l1 10v10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/family-tree.svg b/mkdocs-material/material/templates/.icons/material/family-tree.svg new file mode 100644 index 0000000..5e35eac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/family-tree.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1a2.5 2.5 0 0 0-2.5 2.5A2.5 2.5 0 0 0 11 5.79V7H7a2 2 0 0 0-2 2v.71A2.5 2.5 0 0 0 3.5 12 2.5 2.5 0 0 0 5 14.29V15H4a2 2 0 0 0-2 2v1.21A2.5 2.5 0 0 0 .5 20.5 2.5 2.5 0 0 0 3 23a2.5 2.5 0 0 0 2.5-2.5A2.5 2.5 0 0 0 4 18.21V17h4v1.21a2.5 2.5 0 0 0-1.5 2.29A2.5 2.5 0 0 0 9 23a2.5 2.5 0 0 0 2.5-2.5 2.5 2.5 0 0 0-1.5-2.29V17a2 2 0 0 0-2-2H7v-.71A2.5 2.5 0 0 0 8.5 12 2.5 2.5 0 0 0 7 9.71V9h10v.71A2.5 2.5 0 0 0 15.5 12a2.5 2.5 0 0 0 1.5 2.29V15h-1a2 2 0 0 0-2 2v1.21a2.5 2.5 0 0 0-1.5 2.29A2.5 2.5 0 0 0 15 23a2.5 2.5 0 0 0 2.5-2.5 2.5 2.5 0 0 0-1.5-2.29V17h4v1.21a2.5 2.5 0 0 0-1.5 2.29A2.5 2.5 0 0 0 21 23a2.5 2.5 0 0 0 2.5-2.5 2.5 2.5 0 0 0-1.5-2.29V17a2 2 0 0 0-2-2h-1v-.71A2.5 2.5 0 0 0 20.5 12 2.5 2.5 0 0 0 19 9.71V9a2 2 0 0 0-2-2h-4V5.79a2.5 2.5 0 0 0 1.5-2.29A2.5 2.5 0 0 0 12 1m0 1.5a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1M6 11a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m12 0a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1M3 19.5a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m6 0a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m6 0a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m6 0a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fan-alert.svg b/mkdocs-material/material/templates/.icons/material/fan-alert.svg new file mode 100644 index 0000000..0f84251 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fan-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 11c-.57 0-1 .45-1 1s.43 1 1 1c.54 0 1-.45 1-1s-.46-1-1-1m.5-9c4.5 0 4.59 3.57 2.23 4.75-.99.49-1.43 1.54-1.62 2.47.48.2.89.51 1.22.91 3.7-2 7.67-1.21 7.67 2.37 0 4.5-3.57 4.6-4.74 2.23-.5-.99-1.56-1.43-2.49-1.62-.2.48-.51.89-.91 1.23C13.85 18.03 13.06 22 9.5 22c-4.5 0-4.6-3.58-2.24-4.76.98-.49 1.42-1.53 1.62-2.45-.49-.2-.92-.52-1.24-.92C3.95 15.85 0 15.07 0 11.5 0 7 3.56 6.89 4.73 9.26c.5.99 1.55 1.42 2.48 1.61.19-.48.51-.9.92-1.22C6.14 5.96 6.93 2 10.5 2M22 13V7h2v6zm0 4v-2h2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fan-auto.svg b/mkdocs-material/material/templates/.icons/material/fan-auto.svg new file mode 100644 index 0000000..cf421f3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fan-auto.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.5 2c-3.57 0-4.36 3.96-2.37 7.65-.41.32-.73.74-.92 1.22-.93-.19-1.98-.62-2.48-1.61C5.56 6.89 2 7 2 11.5c0 3.57 3.95 4.35 7.64 2.37.32.4.75.72 1.24.92-.2.92-.64 1.96-1.62 2.45C6.9 18.42 7 22 11.5 22c.81 0 1.5-.22 2-.59-.31-.74-.5-1.55-.5-2.41 0-1.41.5-2.7 1.3-3.72-.13-.31-.27-.63-.44-.94.4-.34.71-.75.91-1.23.49.1 1.01.28 1.48.56a5.997 5.997 0 0 1 5.64.07c.06-.37.11-.78.11-1.24 0-3.58-3.97-4.37-7.67-2.37-.33-.4-.74-.71-1.22-.91.19-.93.63-1.98 1.62-2.47C17.09 5.57 17 2 12.5 2m-.5 9c.54 0 1 .45 1 1s-.46 1-1 1c-.57 0-1-.45-1-1s.43-1 1-1m6 4a2 2 0 0 0-2 2v6h2v-2h2v2h2v-6c0-1.1-.9-2-2-2m-2 2h2v2h-2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fan-chevron-down.svg b/mkdocs-material/material/templates/.icons/material/fan-chevron-down.svg new file mode 100644 index 0000000..c2c78d3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fan-chevron-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0-1.41.5-2.7 1.3-3.72-.13-.31-.27-.63-.44-.94.4-.34.71-.75.91-1.23.49.1 1.01.28 1.48.56a5.997 5.997 0 0 1 5.64.07c.06-.37.11-.78.11-1.24 0-3.58-3.97-4.37-7.67-2.37-.33-.4-.74-.71-1.22-.91.19-.93.63-1.98 1.62-2.47C17.09 5.57 17 2 12.5 2c-3.57 0-4.36 3.96-2.37 7.65-.41.32-.73.74-.92 1.22-.93-.19-1.98-.62-2.48-1.61C5.56 6.89 2 7 2 11.5c0 3.57 3.95 4.35 7.64 2.37.32.4.75.72 1.24.92-.2.92-.64 1.96-1.62 2.45C6.9 18.42 7 22 11.5 22c.81 0 1.5-.22 2-.59-.31-.74-.5-1.55-.5-2.41m-1-6c-.57 0-1-.45-1-1s.43-1 1-1c.54 0 1 .45 1 1s-.46 1-1 1m7 6.17L22.17 16l1.42 1.41L19 22l-4.59-4.59L15.83 16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fan-chevron-up.svg b/mkdocs-material/material/templates/.icons/material/fan-chevron-up.svg new file mode 100644 index 0000000..9e9a488 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fan-chevron-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0-1.41.5-2.7 1.3-3.72-.13-.31-.27-.63-.44-.94.4-.34.71-.75.91-1.23.49.1 1.01.28 1.48.56a5.997 5.997 0 0 1 5.64.07c.06-.37.11-.78.11-1.24 0-3.58-3.97-4.37-7.67-2.37-.33-.4-.74-.71-1.22-.91.19-.93.63-1.98 1.62-2.47C17.09 5.57 17 2 12.5 2c-3.57 0-4.36 3.96-2.37 7.65-.41.32-.73.74-.92 1.22-.93-.19-1.98-.62-2.48-1.61C5.56 6.89 2 7 2 11.5c0 3.57 3.95 4.35 7.64 2.37.32.4.75.72 1.24.92-.2.92-.64 1.96-1.62 2.45C6.9 18.42 7 22 11.5 22c.81 0 1.5-.22 2-.59-.31-.74-.5-1.55-.5-2.41m-1-6c-.57 0-1-.45-1-1s.43-1 1-1c.54 0 1 .45 1 1s-.46 1-1 1m7 4.83L15.83 21l-1.42-1.41L19 15l4.59 4.59L22.17 21z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fan-clock.svg b/mkdocs-material/material/templates/.icons/material/fan-clock.svg new file mode 100644 index 0000000..957700c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fan-clock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 14h1.5v2.8l2.4 1.4-.8 1.3-3.1-1.8zm5-2.7c-.2-3.4-4-4.1-7.7-2.1q-.45-.6-1.2-.9c.2-.9.6-2 1.6-2.5C16.1 4.6 16 1 11.5 1 7.9 1 7.2 5 9.1 8.7q-.6.45-.9 1.2c-.9-.2-2-.6-2.5-1.6C4.6 5.9 1 6 1 10.5c0 3.6 4 4.3 7.7 2.4.3.4.8.7 1.2.9-.2.9-.6 2-1.6 2.5C5.9 17.4 6 21 10.5 21c.3 0 .5 0 .7-.1 1.3 1.9 3.4 3.1 5.8 3.1 3.9 0 7-3.1 7-7 0-2.4-1.2-4.5-3-5.7M11 10c.6 0 1 .4 1 1s-.4 1-1 1-1-.4-1-1 .4-1 1-1m6 12c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5-2.2 5-5 5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fan-minus.svg b/mkdocs-material/material/templates/.icons/material/fan-minus.svg new file mode 100644 index 0000000..b09e08c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fan-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0-1.41.5-2.7 1.3-3.72-.13-.31-.27-.63-.44-.94.4-.34.71-.75.91-1.23.49.1 1.01.28 1.48.56a5.997 5.997 0 0 1 5.64.07c.06-.37.11-.78.11-1.24 0-3.58-3.97-4.37-7.67-2.37-.33-.4-.74-.71-1.22-.91.19-.93.63-1.98 1.62-2.47C17.09 5.57 17 2 12.5 2c-3.57 0-4.36 3.96-2.37 7.65-.41.32-.73.74-.92 1.22-.93-.19-1.98-.62-2.48-1.61C5.56 6.89 2 7 2 11.5c0 3.57 3.95 4.35 7.64 2.37.32.4.75.72 1.24.92-.2.92-.64 1.96-1.62 2.45C6.9 18.42 7 22 11.5 22c.81 0 1.5-.22 2-.59-.31-.74-.5-1.55-.5-2.41m-1-6c-.57 0-1-.45-1-1s.43-1 1-1c.54 0 1 .45 1 1s-.46 1-1 1m11 5v2h-8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fan-off.svg b/mkdocs-material/material/templates/.icons/material/fan-off.svg new file mode 100644 index 0000000..acc99dc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fan-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.5 2C9.64 2 8.57 4.55 9.29 7.47L15 13.16c.87.21 1.81.65 2.28 1.57 1.18 2.37 4.75 2.27 4.75-2.23 0-3.58-3.98-4.37-7.68-2.37-.32-.4-.74-.71-1.22-.91.19-.93.63-1.98 1.62-2.47C17.11 5.57 17 2 12.5 2M3.28 4 2 5.27l2.47 2.46C3.22 7.74 2 8.87 2 11.5c0 3.57 3.96 4.35 7.65 2.37.32.4.75.72 1.24.92-.2.92-.64 1.96-1.62 2.45C6.91 18.42 7 22 11.5 22c2.3 0 3.44-1.64 3.44-3.79L18.73 22 20 20.72z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fan-plus.svg b/mkdocs-material/material/templates/.icons/material/fan-plus.svg new file mode 100644 index 0000000..1f37bf9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fan-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0-1.41.5-2.7 1.3-3.72-.13-.31-.27-.63-.44-.94.4-.34.71-.75.91-1.23.49.1 1.01.28 1.48.56a5.997 5.997 0 0 1 5.64.07c.06-.37.11-.78.11-1.24 0-3.58-3.97-4.37-7.67-2.37-.33-.4-.74-.71-1.22-.91.19-.93.63-1.98 1.62-2.47C17.09 5.57 17 2 12.5 2c-3.57 0-4.36 3.96-2.37 7.65-.41.32-.73.74-.92 1.22-.93-.19-1.98-.62-2.48-1.61C5.56 6.89 2 7 2 11.5c0 3.57 3.95 4.35 7.64 2.37.32.4.75.72 1.24.92-.2.92-.64 1.96-1.62 2.45C6.9 18.42 7 22 11.5 22c.81 0 1.5-.22 2-.59-.31-.74-.5-1.55-.5-2.41m-1-6c-.57 0-1-.45-1-1s.43-1 1-1c.54 0 1 .45 1 1s-.46 1-1 1m8 2v3h3v2h-3v3h-2v-3h-3v-2h3v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fan-remove.svg b/mkdocs-material/material/templates/.icons/material/fan-remove.svg new file mode 100644 index 0000000..1f6d820 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fan-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0-1.41.5-2.7 1.3-3.72-.13-.31-.27-.63-.44-.94.4-.34.71-.75.91-1.23.49.1 1.01.28 1.48.56a5.997 5.997 0 0 1 5.64.07c.06-.37.11-.78.11-1.24 0-3.58-3.97-4.37-7.67-2.37-.33-.4-.74-.71-1.22-.91.19-.93.63-1.98 1.62-2.47C17.09 5.57 17 2 12.5 2c-3.57 0-4.36 3.96-2.37 7.65-.41.32-.73.74-.92 1.22-.93-.19-1.98-.62-2.48-1.61C5.56 6.89 2 7 2 11.5c0 3.57 3.95 4.35 7.64 2.37.32.4.75.72 1.24.92-.2.92-.64 1.96-1.62 2.45C6.9 18.42 7 22 11.5 22c.81 0 1.5-.22 2-.59-.31-.74-.5-1.55-.5-2.41m-1-6c-.57 0-1-.45-1-1s.43-1 1-1c.54 0 1 .45 1 1s-.46 1-1 1m10.54 3.88L20.41 19l2.13 2.12-1.42 1.42L19 20.41l-2.12 2.13-1.41-1.42L17.59 19l-2.12-2.12 1.41-1.41L19 17.59l2.12-2.12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fan-speed-1.svg b/mkdocs-material/material/templates/.icons/material/fan-speed-1.svg new file mode 100644 index 0000000..c93a7e0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fan-speed-1.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0-1.41.5-2.7 1.3-3.72-.13-.31-.27-.63-.44-.94.4-.34.71-.75.91-1.23.49.1 1.01.28 1.48.56a5.997 5.997 0 0 1 5.64.07c.06-.37.11-.78.11-1.24 0-3.58-3.97-4.37-7.67-2.37-.33-.4-.74-.71-1.22-.91.19-.93.63-1.98 1.62-2.47C17.09 5.57 17 2 12.5 2c-3.57 0-4.36 3.96-2.37 7.65-.41.32-.73.74-.92 1.22-.93-.19-1.98-.62-2.48-1.61C5.56 6.89 2 7 2 11.5c0 3.57 3.95 4.35 7.64 2.37.32.4.75.72 1.24.92-.2.92-.64 1.96-1.62 2.45C6.9 18.42 7 22 11.5 22c.81 0 1.5-.22 2-.59-.31-.74-.5-1.55-.5-2.41m-1-6c-.57 0-1-.45-1-1s.43-1 1-1c.54 0 1 .45 1 1s-.46 1-1 1m5 2v2h1v6h2v-8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fan-speed-2.svg b/mkdocs-material/material/templates/.icons/material/fan-speed-2.svg new file mode 100644 index 0000000..d21ff7f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fan-speed-2.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0-1.41.5-2.7 1.3-3.72-.13-.31-.27-.63-.44-.94.4-.34.71-.75.91-1.23.49.1 1.01.28 1.48.56a5.997 5.997 0 0 1 5.64.07c.06-.37.11-.78.11-1.24 0-3.58-3.97-4.37-7.67-2.37-.33-.4-.74-.71-1.22-.91.19-.93.63-1.98 1.62-2.47C17.09 5.57 17 2 12.5 2c-3.57 0-4.36 3.96-2.37 7.65-.41.32-.73.74-.92 1.22-.93-.19-1.98-.62-2.48-1.61C5.56 6.89 2 7 2 11.5c0 3.57 3.95 4.35 7.64 2.37.32.4.75.72 1.24.92-.2.92-.64 1.96-1.62 2.45C6.9 18.42 7 22 11.5 22c.81 0 1.5-.22 2-.59-.31-.74-.5-1.55-.5-2.41m-1-6c-.57 0-1-.45-1-1s.43-1 1-1c.54 0 1 .45 1 1s-.46 1-1 1m4 2v2h3v1h-1c-1.1 0-2 .9-2 2v3h5v-2h-3v-1h1c1.11 0 2-.89 2-2v-1a2 2 0 0 0-2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fan-speed-3.svg b/mkdocs-material/material/templates/.icons/material/fan-speed-3.svg new file mode 100644 index 0000000..2313e35 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fan-speed-3.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0-1.41.5-2.7 1.3-3.72-.13-.31-.27-.63-.44-.94.4-.34.71-.75.91-1.23.49.1 1.01.28 1.48.56a5.997 5.997 0 0 1 5.64.07c.06-.37.11-.78.11-1.24 0-3.58-3.97-4.37-7.67-2.37-.33-.4-.74-.71-1.22-.91.19-.93.63-1.98 1.62-2.47C17.09 5.57 17 2 12.5 2c-3.57 0-4.36 3.96-2.37 7.65-.41.32-.73.74-.92 1.22-.93-.19-1.98-.62-2.48-1.61C5.56 6.89 2 7 2 11.5c0 3.57 3.95 4.35 7.64 2.37.32.4.75.72 1.24.92-.2.92-.64 1.96-1.62 2.45C6.9 18.42 7 22 11.5 22c.81 0 1.5-.22 2-.59-.31-.74-.5-1.55-.5-2.41m-1-6c-.57 0-1-.45-1-1s.43-1 1-1c.54 0 1 .45 1 1s-.46 1-1 1m9 8v-.5c0-.83-.67-1.5-1.5-1.5.83 0 1.5-.67 1.5-1.5V17a2 2 0 0 0-2-2h-3v2h3v1h-2v2h2v1h-3v2h3c1.11 0 2-.89 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fan.svg b/mkdocs-material/material/templates/.icons/material/fan.svg new file mode 100644 index 0000000..d08c615 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fan.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 11a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1m.5-9c4.5 0 4.61 3.57 2.25 4.75-.99.49-1.43 1.54-1.62 2.47.48.2.9.51 1.22.91 3.7-2 7.68-1.21 7.68 2.37 0 4.5-3.57 4.6-4.75 2.23-.5-.99-1.56-1.43-2.49-1.62-.2.48-.51.89-.91 1.23 1.99 3.69 1.2 7.66-2.38 7.66-4.5 0-4.59-3.58-2.23-4.76.98-.49 1.42-1.53 1.62-2.45-.49-.2-.92-.52-1.24-.92C5.96 15.85 2 15.07 2 11.5 2 7 5.56 6.89 6.74 9.26c.5.99 1.55 1.42 2.48 1.61.19-.48.51-.9.92-1.22C8.15 5.96 8.94 2 12.5 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fast-forward-10.svg b/mkdocs-material/material/templates/.icons/material/fast-forward-10.svg new file mode 100644 index 0000000..2f17da6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fast-forward-10.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 12v10H8v-8H6v-2zm8 2v6c0 1.11-.89 2-2 2h-2a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2m-4 0v6h2v-6zM11.5 3c2.65 0 5.05 1 6.9 2.6L21 3v7h-7l2.62-2.62C15.23 6.22 13.46 5.5 11.5 5.5c-3.54 0-6.55 2.31-7.6 5.5l-2.37-.78C2.92 6.03 6.85 3 11.5 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fast-forward-15.svg b/mkdocs-material/material/templates/.icons/material/fast-forward-15.svg new file mode 100644 index 0000000..f0ed894 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fast-forward-15.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.5 3c2.65 0 5.05 1 6.9 2.6L21 3v7h-7l2.62-2.62C15.23 6.22 13.46 5.5 11.5 5.5c-3.54 0-6.55 2.31-7.6 5.5l-2.37-.78C2.92 6.03 6.85 3 11.5 3M10 12v10H8v-8H6v-2zm2 0h6v2h-4v2h2a2 2 0 0 1 2 2v2c0 1.11-.89 2-2 2h-4v-2h4v-2h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fast-forward-30.svg b/mkdocs-material/material/templates/.icons/material/fast-forward-30.svg new file mode 100644 index 0000000..0a6968f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fast-forward-30.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.5 3c-4.65 0-8.58 3.03-9.97 7.22L3.9 11c1.05-3.19 4.06-5.5 7.6-5.5 1.96 0 3.73.72 5.12 1.88L14 10h7V3l-2.6 2.6C16.55 4 14.15 3 11.5 3M19 14v6c0 1.11-.89 2-2 2h-2a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2m-4 0v6h2v-6zm-4 6a2 2 0 0 1-2 2H5v-2h4v-2H7v-2h2v-2H5v-2h4a2 2 0 0 1 2 2v1.5A1.5 1.5 0 0 1 9.5 17a1.5 1.5 0 0 1 1.5 1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fast-forward-45.svg b/mkdocs-material/material/templates/.icons/material/fast-forward-45.svg new file mode 100644 index 0000000..3a08fb2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fast-forward-45.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.5 3c2.6 0 5 1 6.9 2.6L21 3v7h-7l2.6-2.6c-1.4-1.2-3.2-1.9-5.1-1.9C8 5.5 4.9 7.8 3.9 11l-2.4-.8C2.9 6 6.8 3 11.5 3m1.5 9h6v2h-4v2h2c1.1 0 2 .9 2 2v2c0 1.1-.9 2-2 2h-4v-2h4v-2h-4zm-8 0v6h4v4h2V12H9v4H7v-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fast-forward-5.svg b/mkdocs-material/material/templates/.icons/material/fast-forward-5.svg new file mode 100644 index 0000000..e659a38 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fast-forward-5.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.5 3c2.65 0 5.05 1 6.9 2.6L21 3v7h-7l2.62-2.62C15.23 6.22 13.46 5.5 11.5 5.5c-3.54 0-6.55 2.31-7.6 5.5l-2.37-.78C2.92 6.03 6.85 3 11.5 3M9 12h6v2h-4v2h2a2 2 0 0 1 2 2v2c0 1.11-.89 2-2 2H9v-2h4v-2H9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fast-forward-60.svg b/mkdocs-material/material/templates/.icons/material/fast-forward-60.svg new file mode 100644 index 0000000..a197dcf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fast-forward-60.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.5 3c-4.7 0-8.6 3-10 7.2l2.4.8c1-3.2 4.1-5.5 7.6-5.5 2 0 3.7.7 5.1 1.9L14 10h7V3l-2.6 2.6C16.5 4 14.1 3 11.5 3M19 14v6c0 1.1-.9 2-2 2h-2c-1.1 0-2-.9-2-2v-6c0-1.1.9-2 2-2h2c1.1 0 2 .9 2 2m-4 0v6h2v-6zm-8-2c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h2c1.1 0 2-.9 2-2v-2c0-1.1-.9-2-2-2H7v-2h4v-2zm0 6h2v2H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fast-forward-outline.svg b/mkdocs-material/material/templates/.icons/material/fast-forward-outline.svg new file mode 100644 index 0000000..4f7057e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fast-forward-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15 9.9 3 2.1-3 2.1zm-9 0L9 12l-3 2.1zM13 6v12l8.5-6zM4 6v12l8.5-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fast-forward.svg b/mkdocs-material/material/templates/.icons/material/fast-forward.svg new file mode 100644 index 0000000..6122083 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fast-forward.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 6v12l8.5-6M4 18l8.5-6L4 6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/faucet-variant.svg b/mkdocs-material/material/templates/.icons/material/faucet-variant.svg new file mode 100644 index 0000000..4848102 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/faucet-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 21H3c0-1.1.9-2 2-2h14c1.11 0 2 .89 2 2M19 7c0-1.61-1.07-4-4-4s-4 2.39-4 4v11h2V7c0-.46.17-2 2-2s2 1.54 2 2h-.5v2h3V7zM7 12c-.55 0-1 .45-1 1v1H3v1h3v3h2v-5c0-.55-.45-1-1-1m14 2h-3v-1c0-.55-.45-1-1-1s-1 .45-1 1v5h2v-3h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/faucet.svg b/mkdocs-material/material/templates/.icons/material/faucet.svg new file mode 100644 index 0000000..2c0965b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/faucet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 14v2h-3v-1.72zm0-1c0-1.1-1-2-2.2-2H10v-1H5v11h5v-7.09zM5 9h5V7l5.36-1.79a.932.932 0 1 0-.61-1.76L5 7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fax.svg b/mkdocs-material/material/templates/.icons/material/fax.svg new file mode 100644 index 0000000..56beecb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fax.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 9h-1V4H8v16h14v-8c0-1.66-1.34-3-3-3m-9-3h6v3h-6zm4 11h-4v-5h4zm2 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1m0-3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1m3 3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1m0-3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1M4.5 8A2.5 2.5 0 0 0 2 10.5v8a2.5 2.5 0 0 0 5 0v-8A2.5 2.5 0 0 0 4.5 8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/feather.svg b/mkdocs-material/material/templates/.icons/material/feather.svg new file mode 100644 index 0000000..f537c34 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/feather.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 2s-7.64-.37-13.66 7.88C3.72 16.21 2 22 2 22l1.94-1c1.44-2.5 2.19-3.53 3.6-5 2.53.74 5.17.65 7.46-2-2-.56-3.6-.43-5.96-.19C11.69 12 13.5 11.6 16 12l1-2c-1.8-.34-3-.37-4.78.04C14.19 8.65 15.56 7.87 18 8l1.21-1.93c-1.56-.11-2.5.06-4.29.5 1.61-1.46 3.08-2.12 5.22-2.25 0 0 1.05-1.89 1.86-2.32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/feature-search-outline.svg b/mkdocs-material/material/templates/.icons/material/feature-search-outline.svg new file mode 100644 index 0000000..ca33f78 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/feature-search-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.5 2C13 2 11 4 11 6.5s2 4.5 4.5 4.5c.9 0 1.7-.3 2.4-.7l3.1 3.1 1.4-1.4-3.1-3.1c.4-.7.7-1.5.7-2.4C20 4 18 2 15.5 2M4 4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-5l-2-2v7H4V6h5.03c.06-.7.23-1.35.47-2zm11.5 0C16.9 4 18 5.1 18 6.5S16.9 9 15.5 9 13 7.9 13 6.5 14.1 4 15.5 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/feature-search.svg b/mkdocs-material/material/templates/.icons/material/feature-search.svg new file mode 100644 index 0000000..c2c63c3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/feature-search.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h5.5c-.3.8-.5 1.6-.5 2.5 0 3.6 2.9 6.5 6.5 6.5.8 0 1.5-.1 2.1-.4L20 15zm-.7-11.1c.4-.7.7-1.5.7-2.4C20 4 18 2 15.5 2S11 4 11 6.5s2 4.5 4.5 4.5c.9 0 1.7-.3 2.4-.7l3.1 3.1 1.4-1.4zm-3.8.1C14.1 9 13 7.9 13 6.5S14.1 4 15.5 4 18 5.1 18 6.5 16.9 9 15.5 9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fedora.svg b/mkdocs-material/material/templates/.icons/material/fedora.svg new file mode 100644 index 0000000..4793b89 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fedora.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.5 2 2 6.47 2 12v7.73C2 21 3 22 4.27 22H12c5.53 0 10-4.5 10-10S17.5 2 12 2m2.03 4.12c1.68 0 3.26 1.28 3.26 3.06 0 .16 0 .32-.02.51-.05.47-.48.81-.95.75a.836.836 0 0 1-.7-.98c0-.06.01-.14.01-.28 0-1.01-.82-1.4-1.6-1.4s-1.48.66-1.48 1.4c.01.85 0 1.7 0 2.56l1.45-.02c1.12-.02 1.13 1.68 0 1.67l-1.45.01-.01 2.39c-.18 1.88-1.77 3.37-3.69 3.37-2.03 0-3.71-1.66-3.71-3.7A3.8 3.8 0 0 1 9 11.74l1.15-.01v1.67L9 13.41h-.03c-1.16.03-2.15.82-2.16 2.06 0 1.12.91 2.03 2.04 2.03 1.15 0 2.03-.83 2.03-2.03.02-2.01-.01-4.22 0-6.3 0-.12.01-.21.02-.34.19-1.54 1.57-2.71 3.13-2.71"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fence-electric.svg b/mkdocs-material/material/templates/.icons/material/fence-electric.svg new file mode 100644 index 0000000..9d5d6a6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fence-electric.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 9v2H7V9H5v2H3V9H1v12h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2V9h-2v2h-2V9h-2v2h-2V9h-2v2h-2V9zm-6 4h2v4H3zm4 0h2v4H7zm4 0h2v4h-2zm4 0h2v4h-2zm4 0h2v4h-2zM7 4h4V2l6 3h-4v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fence.svg b/mkdocs-material/material/templates/.icons/material/fence.svg new file mode 100644 index 0000000..4377de3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fence.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 9v2H7V9H5v2H3V9H1v12h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2V9h-2v2h-2V9h-2v2h-2V9h-2v2h-2V9zm-6 4h2v4H3zm4 0h2v4H7zm4 0h2v4h-2zm4 0h2v4h-2zm4 0h2v4h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fencing.svg b/mkdocs-material/material/templates/.icons/material/fencing.svg new file mode 100644 index 0000000..02e4a43 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fencing.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m4.5 17.42 1.08 1.08-2.3 2.28c-.28.29-.78.29-1.06 0s-.29-.78 0-1.06zm13.79-12V4L12 10.29 5.71 4v1.42L11.29 11 7.5 14.81c-1.18-.84-2.82-.74-3.87.31l4.25 4.25c1.05-1.05 1.15-2.69.32-3.87zm3.49 14.3-2.28-2.3-1.08 1.08 2.3 2.28c.28.29.78.29 1.06 0s.29-.78 0-1.06m-5.28-4.91-3.08-3.1-.71.71 3.1 3.08c-.84 1.18-.74 2.82.31 3.87l4.25-4.25c-1.05-1.05-2.69-1.15-3.87-.31"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ferris-wheel.svg b/mkdocs-material/material/templates/.icons/material/ferris-wheel.svg new file mode 100644 index 0000000..32cc13b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ferris-wheel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 19c.86 0 1.59.54 1.87 1.29.55-.12 1.08-.29 1.59-.52l-1.76-4.15c-.52.25-1.09.38-1.7.38s-1.18-.13-1.7-.38l-1.76 4.15c.51.23 1.04.4 1.59.52.28-.75 1.01-1.29 1.87-1.29m6.25-1.24c-.25-.34-.44-.76-.44-1.26 0-1.09.9-2 2-2l.31.03c.25-.8.38-1.65.38-2.53s-.13-1.73-.38-2.5h-.31c-1.11 0-2-.89-2-2 0-.5.16-.91.44-1.26a8.47 8.47 0 0 0-4.38-2.53C13.59 4.46 12.86 5 12 5s-1.59-.54-1.87-1.29a8.47 8.47 0 0 0-4.38 2.53c.28.35.45.79.45 1.26a2 2 0 0 1-2 2h-.32c-.25.78-.38 1.62-.38 2.5 0 .89.14 1.74.39 2.55l.31-.05c1.11 0 2 .92 2 2 0 .5-.16.93-.44 1.27.32.35.68.67 1.05.96l1.9-4.46C8.26 13.62 8 12.84 8 12a4 4 0 0 1 4-4 4 4 0 0 1 4 4c0 .84-.26 1.62-.71 2.27l1.9 4.46c.38-.29.73-.62 1.06-.97M12 23c-1 0-1.84-.74-2-1.71a9.5 9.5 0 0 1-1.85-.6L7.17 23H5l1.41-3.32a8.6 8.6 0 0 1-1.45-1.31c-.24.1-.49.13-.76.13a2 2 0 0 1-2-2c0-.62.3-1.18.77-1.55a9.49 9.49 0 0 1-.01-5.87A2.006 2.006 0 0 1 4.2 5.5c.26 0 .51.06.73.15A9.4 9.4 0 0 1 10 2.71C10.16 1.74 11 1 12 1s1.84.74 2 1.71c2 .42 3.74 1.47 5.06 2.93.23-.09.48-.14.75-.14a2 2 0 0 1 2 2 2 2 0 0 1-.77 1.57c.3.93.46 1.93.46 2.93s-.16 2-.46 2.93c.46.37.77.94.77 1.57 0 1.12-.89 2-2 2-.27 0-.52-.04-.76-.14-.44.49-.93.93-1.46 1.32L19 23h-2.17l-.98-2.31c-.6.26-1.22.47-1.85.6-.16.97-1 1.71-2 1.71"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ferry.svg b/mkdocs-material/material/templates/.icons/material/ferry.svg new file mode 100644 index 0000000..d23203f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ferry.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 6h12v3.96L12 8 6 9.96M3.94 19H4c1.6 0 3-.88 4-2 1 1.12 2.4 2 4 2s3-.88 4-2c1 1.12 2.4 2 4 2h.05l1.9-6.69c.08-.25.05-.53-.06-.77-.13-.24-.34-.42-.6-.5L20 10.62V6a2 2 0 0 0-2-2h-3V1H9v3H6a2 2 0 0 0-2 2v4.62l-1.29.42c-.26.08-.47.26-.6.5-.11.24-.14.52-.06.77M20 21c-1.39 0-2.78-.47-4-1.33-2.44 1.71-5.56 1.71-8 0C6.78 20.53 5.39 21 4 21H2v2h2c1.37 0 2.74-.35 4-1 2.5 1.3 5.5 1.3 8 0 1.26.65 2.62 1 4 1h2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-account-outline.svg b/mkdocs-material/material/templates/.icons/material/file-account-outline.svg new file mode 100644 index 0000000..0a08f0d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-account-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2H6a2 2 0 0 0-2 2v16c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2V8zm4 18H6V4h7v5h5zm-5-7c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2m2 5v1H7v-1c0-1.33 2.67-2 4-2s4 .67 4 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-account.svg b/mkdocs-material/material/templates/.icons/material/file-account.svg new file mode 100644 index 0000000..3f57d57 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-account.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 9h5.5L13 3.5zM6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2m8 18v-1c0-1.33-2.67-2-4-2s-4 .67-4 2v1zm-4-8a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/file-alert-outline.svg new file mode 100644 index 0000000..cda7b29 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 17h2v-2h-2zm0-10v6h2V7M4 2c-1.11 0-2 .89-2 2v16c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2V8l-6-6M4 4h7v5h5v11H4Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-alert.svg b/mkdocs-material/material/templates/.icons/material/file-alert.svg new file mode 100644 index 0000000..4cd8489 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 17h2v-2h-2zm0-10v6h2V7M4 2c-1.11 0-2 .89-2 2v16c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2V8l-6-6m-1 1.5L16.5 9H11Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-arrow-left-right-outline.svg b/mkdocs-material/material/templates/.icons/material/file-arrow-left-right-outline.svg new file mode 100644 index 0000000..e3e0bff --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-arrow-left-right-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.09 20c.12.72.37 1.39.72 2H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h8l6 6v5.09c-.33-.05-.66-.09-1-.09s-.67.04-1 .09V9h-5V4H6v16zM23 17l-3-2.5V16h-4v2h4v1.5zm-5 1.5L15 21l3 2.5V22h4v-2h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-arrow-left-right.svg b/mkdocs-material/material/templates/.icons/material/file-arrow-left-right.svg new file mode 100644 index 0000000..3c260b0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-arrow-left-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 13c.34 0 .67.04 1 .09V8l-6-6H6c-1.11 0-2 .89-2 2v16c0 1.11.89 2 2 2h7.81c-.51-.88-.81-1.9-.81-3 0-3.31 2.69-6 6-6m-6-9.5L18.5 9H13zm7 16V18h-4v-2h4v-1.5l3 2.5zm-2 .5h4v2h-4v1.5L15 21l3-2.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-arrow-up-down-outline.svg b/mkdocs-material/material/templates/.icons/material/file-arrow-up-down-outline.svg new file mode 100644 index 0000000..c73cb79 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-arrow-up-down-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.09 20c.12.72.37 1.39.72 2H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h8l6 6v5.09c-.33-.05-.66-.09-1-.09s-.67.04-1 .09V9h-5V4H6v16zM17 15l-2.5 3H16v4h2v-4h1.5zm5 5v-4h-2v4h-1.5l2.5 3 2.5-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-arrow-up-down.svg b/mkdocs-material/material/templates/.icons/material/file-arrow-up-down.svg new file mode 100644 index 0000000..7163d62 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-arrow-up-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 13c.34 0 .67.04 1 .09V8l-6-6H6c-1.11 0-2 .89-2 2v16c0 1.11.89 2 2 2h7.81c-.51-.88-.81-1.9-.81-3 0-3.31 2.69-6 6-6m-6-9.5L18.5 9H13zM23.5 20 21 23l-2.5-3H20v-4h2v4zm-4-2H18v4h-2v-4h-1.5l2.5-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-cabinet.svg b/mkdocs-material/material/templates/.icons/material/file-cabinet.svg new file mode 100644 index 0000000..a9746c5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-cabinet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 8h-4V6h4zm6-4v16c0 1.11-.89 2-2 2H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2m-2 9H6v7h12zm0-9H6v7h12zm-4 11h-4v2h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-cad-box.svg b/mkdocs-material/material/templates/.icons/material/file-cad-box.svg new file mode 100644 index 0000000..3f19502 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-cad-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m-7.75 2.25h1.5v1.13c.83 0 1.5.67 1.5 1.5v2.49l-.14.13 1.07 1.86c.37-.6.57-1.29.57-2h1.5A5.2 5.2 0 0 1 16 13.77l2 3.48v1.5L16.7 18l-1.86-3.22a5.18 5.18 0 0 1-5.68 0L7.3 18l-1.3.75v-1.5l3.89-6.75-.14-.13V7.88c0-.83.67-1.5 1.5-1.5m.75 1.5c-.84 0-1.26 1.02-.66 1.62A.943.943 0 1 0 12 7.88m-1 3.72-1.09 1.9c1.26.86 2.92.86 4.18 0L13 11.6c-.57.51-1.43.51-2 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-cad.svg b/mkdocs-material/material/templates/.icons/material/file-cad.svg new file mode 100644 index 0000000..c8412d2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-cad.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 2c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8l-6-6m-1 1.5L18.5 9H13m-3.12.25h1.24v.94c.69-.01 1.26.56 1.26 1.25v2.06l-.12.13.89 1.54c.32-.5.48-1.08.47-1.67h1.26c0 1.04-.38 2.05-1.05 2.85l1.67 2.9v1.25l-1.08-.62-1.55-2.69c-.7.46-1.53.7-2.37.7s-1.66-.24-2.37-.7l-1.55 2.69-1.08.62v-1.25l3.24-5.62-.12-.13v-2.06c0-.69.57-1.26 1.26-1.25m.62 1.25c-.69 0-1.04.84-.55 1.33s1.33.15 1.33-.55c0-.43-.35-.78-.78-.78m-.84 3.1-.9 1.57c1.05.71 2.43.71 3.48 0l-.9-1.57c-.47.46-1.21.46-1.68 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-cancel-outline.svg b/mkdocs-material/material/templates/.icons/material/file-cancel-outline.svg new file mode 100644 index 0000000..4b9827e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-cancel-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14 2 6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm4 18V9h-5V4H6v16zm-6.5-10c2.5 0 4.5 2 4.5 4.5S14 19 11.5 19 7 17 7 14.5 9 10 11.5 10m0 1.5c-.56 0-1.08.15-1.5.42L14.08 16c.27-.42.42-.94.42-1.5a3 3 0 0 0-3-3m-3 3a3 3 0 0 0 3 3c.56 0 1.08-.15 1.5-.42L8.92 13c-.27.42-.42.94-.42 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-cancel.svg b/mkdocs-material/material/templates/.icons/material/file-cancel.svg new file mode 100644 index 0000000..5ec32a8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-cancel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 9h5.5L13 3.5zM6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2m4.5 9C8 11 6 13 6 15.5S8 20 10.5 20s4.5-2 4.5-4.5-2-4.5-4.5-4.5m0 1.5a3 3 0 0 1 3 3c0 .56-.15 1.08-.42 1.5L9 12.92c.42-.27.94-.42 1.5-.42m-3 3c0-.56.15-1.08.42-1.5L12 18.08c-.42.27-.94.42-1.5.42a3 3 0 0 1-3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-certificate-outline.svg b/mkdocs-material/material/templates/.icons/material/file-certificate-outline.svg new file mode 100644 index 0000000..c6ade99 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-certificate-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 13v-2l-2 1-2-1v2l-2 1 2 1v2l2-1 2 1v-2l2-1M14 2H7a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h1v-2H7V4h6v4h4v10h-1v2h1a2 2 0 0 0 2-2V7m-5 6v-2l-2 1-2-1v2l-2 1 2 1v2l2-1 2 1v-2l2-1m-6 9 2-1 2 1v-5h-4m4-5v-2l-2 1-2-1v2l-2 1 2 1v2l2-1 2 1v-2l2-1Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-certificate.svg b/mkdocs-material/material/templates/.icons/material/file-certificate.svg new file mode 100644 index 0000000..9bff289 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-certificate.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2H7a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h3v3l2-1 2 1v-3h3a2 2 0 0 0 2-2V7m-5 8v2l-2-1-2 1v-2l-2-1 2-1v-2l2 1 2-1v2l2 1m-3-6V3.5L17.5 8Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-chart-check-outline.svg b/mkdocs-material/material/templates/.icons/material/file-chart-check-outline.svg new file mode 100644 index 0000000..e738314 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-chart-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23.5 17-5 5-3.5-3.5 1.5-1.5 2 2 3.5-3.5zM6 2c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h7.8c-.4-.6-.6-1.3-.7-2H6V4h7v5h5v4.1c.3-.1.7-.1 1-.1s.7 0 1 .1V8l-6-6zm5 9v8h2v-8zm-4 2v6h2v-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-chart-check.svg b/mkdocs-material/material/templates/.icons/material/file-chart-check.svg new file mode 100644 index 0000000..69659f2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-chart-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23.5 17-5 5-3.5-3.5 1.5-1.5 2 2 3.5-3.5zM6 2c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h7.8c-.5-.9-.8-1.9-.8-3v1h-2v-8h2v7c0-3.3 2.7-6 6-6 .3 0 .7 0 1 .1V8l-6-6zm7 1.5L18.5 9H13zM7 14h2v6H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-chart-outline.svg b/mkdocs-material/material/templates/.icons/material/file-chart-outline.svg new file mode 100644 index 0000000..f79ddb9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-chart-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8zm4 18H6V4h7v5h5zm-9-7v6H7v-6zm6 2v4h2v-4zm-4-4v8h2v-8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-chart.svg b/mkdocs-material/material/templates/.icons/material/file-chart.svg new file mode 100644 index 0000000..8067450 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-chart.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 9h5.5L13 3.5zM6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2m1 18h2v-6H7zm4 0h2v-8h-2zm4 0h2v-4h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-check-outline.svg b/mkdocs-material/material/templates/.icons/material/file-check-outline.svg new file mode 100644 index 0000000..aa10d1a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23.5 17-5 5-3.5-3.5 1.5-1.5 2 2 3.5-3.5zm-10.41 3H6V4h7v5h5v4.09c.33-.05.66-.09 1-.09s.67.04 1 .09V8l-6-6H6a2 2 0 0 0-2 2v16c0 1.11.89 2 2 2h7.81c-.35-.61-.6-1.28-.72-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-check.svg b/mkdocs-material/material/templates/.icons/material/file-check.svg new file mode 100644 index 0000000..e0b7c6d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23.5 17-5 5-3.5-3.5 1.5-1.5 2 2 3.5-3.5zM6 2c-1.11 0-2 .89-2 2v16c0 1.11.89 2 2 2h7.81c-.53-.91-.81-1.95-.81-3 0-3.31 2.69-6 6-6 .34 0 .67.03 1 .08V8l-6-6m-1 1.5L18.5 9H13Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-clock-outline.svg b/mkdocs-material/material/templates/.icons/material/file-clock-outline.svg new file mode 100644 index 0000000..dd5090f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-clock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h8.41A7 7 0 0 0 16 23a7 7 0 0 0 7-7 7 7 0 0 0-5-6.7V8l-6-6zm0 2h7v5h5a7 7 0 0 0-7 7 7 7 0 0 0 1.26 4H4zm12 7a5 5 0 0 1 5 5 5 5 0 0 1-5 5 5 5 0 0 1-5-5 5 5 0 0 1 5-5m-1 1v5l3.61 2.16.75-1.22-2.86-1.69V12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-clock.svg b/mkdocs-material/material/templates/.icons/material/file-clock.svg new file mode 100644 index 0000000..761c7ff --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-clock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2c-1.11 0-2 .89-2 2v16a2 2 0 0 0 2 2h8.41A7 7 0 0 0 16 23a7 7 0 0 0 7-7 7 7 0 0 0-5-6.7V8l-6-6zm7 1.5L16.5 9H11zm5 7.5a5 5 0 0 1 5 5 5 5 0 0 1-5 5 5 5 0 0 1-5-5 5 5 0 0 1 5-5m-1 1v5l3.61 2.16.75-1.22-2.86-1.69V12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-cloud-outline.svg b/mkdocs-material/material/templates/.icons/material/file-cloud-outline.svg new file mode 100644 index 0000000..d9eaad2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-cloud-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2H6a2 2 0 0 0-2 2v16c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2V8zm4 18H6V4h7v5h5zm-1-3.08c0 1.15-.93 2.08-2.08 2.08H9.5A2.5 2.5 0 0 1 7 16.5c0-1.29 1-2.35 2.23-2.5.52-1 1.56-1.67 2.77-1.67 1.5 0 2.78 1.09 3.07 2.5 1.07.1 1.93.99 1.93 2.09"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-cloud.svg b/mkdocs-material/material/templates/.icons/material/file-cloud.svg new file mode 100644 index 0000000..0a6cafb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-cloud.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 9h5.5L13 3.5zM6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2m9.68 13a3.758 3.758 0 0 0-7-1A3.03 3.03 0 0 0 6 17a3 3 0 0 0 3 3h6.5a2.5 2.5 0 0 0 2.5-2.5c0-1.32-1.03-2.39-2.32-2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-code-outline.svg b/mkdocs-material/material/templates/.icons/material/file-code-outline.svg new file mode 100644 index 0000000..087d05c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-code-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2H6a2 2 0 0 0-2 2v16c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2V8zm4 18H6V4h7v5h5zm-8.46-4.35 2.09 2.09L10.35 19 7 15.65l3.35-3.35 1.28 1.26zm7.46 0L13.65 19l-1.27-1.26 2.09-2.09-2.09-2.09 1.27-1.26z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-code.svg b/mkdocs-material/material/templates/.icons/material/file-code.svg new file mode 100644 index 0000000..3b9148a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-code.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 9h5.5L13 3.5zM6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2m.12 13.5 3.74 3.74 1.42-1.41-2.33-2.33 2.33-2.33-1.42-1.41zm11.16 0-3.74-3.74-1.42 1.41 2.33 2.33-2.33 2.33 1.42 1.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-cog-outline.svg b/mkdocs-material/material/templates/.icons/material/file-cog-outline.svg new file mode 100644 index 0000000..889fea4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-cog-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 2a2 2 0 0 0-2 2v16c0 1.11.89 2 2 2h6v-2H6V4h7v5h5v3h2V8l-6-6m4 12a.26.26 0 0 0-.26.21l-.19 1.32c-.3.13-.59.29-.85.47l-1.24-.5c-.11 0-.24 0-.31.13l-1 1.73c-.06.11-.04.24.06.32l1.06.82a4.2 4.2 0 0 0 0 1l-1.06.82a.26.26 0 0 0-.06.32l1 1.73c.06.13.19.13.31.13l1.24-.5c.26.18.54.35.85.47l.19 1.32c.02.12.12.21.26.21h2c.11 0 .22-.09.24-.21l.19-1.32c.3-.13.57-.29.84-.47l1.23.5c.13 0 .26 0 .33-.13l1-1.73a.26.26 0 0 0-.06-.32l-1.07-.82c.02-.17.04-.33.04-.5s-.01-.33-.04-.5l1.06-.82a.26.26 0 0 0 .06-.32l-1-1.73c-.06-.13-.19-.13-.32-.13l-1.23.5c-.27-.18-.54-.35-.85-.47l-.19-1.32A.236.236 0 0 0 20 14m-1 3.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5c-.84 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-cog.svg b/mkdocs-material/material/templates/.icons/material/file-cog.svg new file mode 100644 index 0000000..c3627ad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-cog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 2c-1.11 0-2 .89-2 2v16a2 2 0 0 0 2 2h6.68a7 7 0 0 1-.68-3 7 7 0 0 1 7-7 7 7 0 0 1 1 .08V8l-6-6zm7 1.5L18.5 9H13zM18 14a.26.26 0 0 0-.26.21l-.19 1.32c-.3.13-.59.29-.85.47l-1.24-.5c-.11 0-.24 0-.31.13l-1 1.73c-.06.11-.04.24.06.32l1.06.82a4.2 4.2 0 0 0 0 1l-1.06.82a.26.26 0 0 0-.06.32l1 1.73c.06.13.19.13.31.13l1.24-.5c.26.18.54.35.85.47l.19 1.32c.02.12.12.21.26.21h2c.11 0 .22-.09.24-.21l.19-1.32c.3-.13.57-.29.84-.47l1.23.5c.13 0 .26 0 .33-.13l1-1.73a.26.26 0 0 0-.06-.32l-1.07-.82c.02-.17.04-.33.04-.5s-.01-.33-.04-.5l1.06-.82a.26.26 0 0 0 .06-.32l-1-1.73c-.06-.13-.19-.13-.32-.13l-1.23.5c-.27-.18-.54-.35-.85-.47l-.19-1.32A.236.236 0 0 0 20 14zm1 3.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5c-.84 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-compare.svg b/mkdocs-material/material/templates/.icons/material/file-compare.svg new file mode 100644 index 0000000..8c8fcdf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-compare.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 18H6v-2h4zm0-4H6v-2h4zm0-13v1H6c-1.11 0-2 .89-2 2v16a2 2 0 0 0 2 2h4v1h2V1zm10 7v12c0 1.11-.89 2-2 2h-4v-2h4v-9h-4V9h4.5L14 4.5V2zm-4 6h-2v-2h2zm0 4h-2v-2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-delimited-outline.svg b/mkdocs-material/material/templates/.icons/material/file-delimited-outline.svg new file mode 100644 index 0000000..7a39c46 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-delimited-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8zm4 18H6V4h7v5h5zm-8-1 2-4H9v-5h6v5l-2 4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-delimited.svg b/mkdocs-material/material/templates/.icons/material/file-delimited.svg new file mode 100644 index 0000000..b261f05 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-delimited.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8zm1 14-2 4h-3l2-4H9v-5h6zm-2-7V3.5L18.5 9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-document-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/file-document-alert-outline.svg new file mode 100644 index 0000000..f9a124a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-document-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 17h2v-2h-2zm0-10v6h2V7M6 16h5v2H6m0-6h8v2H6M4 2c-1.11 0-2 .89-2 2v16c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2V8l-6-6M4 4h7v5h5v11H4Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-document-alert.svg b/mkdocs-material/material/templates/.icons/material/file-document-alert.svg new file mode 100644 index 0000000..9d2c9a8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-document-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 17h2v-2h-2zm0-10v6h2V7zm-9 2h5.5L11 3.5zM4 2h8l6 6v12c0 1.11-.89 2-2 2H4a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2m9 16v-2H4v2zm3-4v-2H4v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-document-arrow-right-outline.svg b/mkdocs-material/material/templates/.icons/material/file-document-arrow-right-outline.svg new file mode 100644 index 0000000..d2c8522 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-document-arrow-right-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23 19-3-3v2h-4v2h4v2zm-9.2 3H6c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h8l6 6v5.1c-.3-.1-.7-.1-1-.1s-.7 0-1 .1V9h-5V4H6v16h7.1c.1.7.4 1.4.7 2M8 12h8v1.8c-.1.1-.2.1-.3.2H8zm0 4h5v2H8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-document-arrow-right.svg b/mkdocs-material/material/templates/.icons/material/file-document-arrow-right.svg new file mode 100644 index 0000000..7f26d3d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-document-arrow-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23 19-3-3v2h-4v2h4v2zm-10 0c0-.3 0-.7.1-1H6v-2h7.8c.5-.8 1.1-1.5 1.9-2H6v-2h12v1.1c.3-.1.7-.1 1-.1s.7 0 1 .1V8l-6-6H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h7.8c-.5-.9-.8-1.9-.8-3m0-15.5L18.5 9H13z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-document-check-outline.svg b/mkdocs-material/material/templates/.icons/material/file-document-check-outline.svg new file mode 100644 index 0000000..58bbf67 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-document-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23.5 17-5 5-3.5-3.5 1.5-1.5 2 2 3.5-3.5zM6 2a2 2 0 0 0-2 2v16c0 1.11.89 2 2 2h7.81c-.36-.62-.61-1.3-.73-2H6V4h7v5h5v4.08c.33-.05.67-.08 1-.08.34 0 .67.03 1 .08V8l-6-6M8 12v2h8v-2m-8 4v2h5v-2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-document-check.svg b/mkdocs-material/material/templates/.icons/material/file-document-check.svg new file mode 100644 index 0000000..43f8e92 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-document-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23.5 17-5 5-3.5-3.5 1.5-1.5 2 2 3.5-3.5zM6 2c-1.11 0-2 .89-2 2v16c0 1.11.89 2 2 2h7.81c-.53-.91-.81-1.95-.81-3 0-.33.03-.67.08-1H6v-2h7.81c.46-.8 1.1-1.5 1.87-2H6v-2h12v1.08c.33-.05.67-.08 1-.08.34 0 .67.03 1 .08V8l-6-6m-1 1.5L18.5 9H13Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-document-edit-outline.svg b/mkdocs-material/material/templates/.icons/material/file-document-edit-outline.svg new file mode 100644 index 0000000..19abb32 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-document-edit-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 12h8v2H8zm2 8H6V4h7v5h5v3.1l2-2V8l-6-6H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h4zm-2-2h4.1l.9-.9V16H8zm12.2-5c.1 0 .3.1.4.2l1.3 1.3c.2.2.2.6 0 .8l-1 1-2.1-2.1 1-1c.1-.1.2-.2.4-.2m0 3.9L14.1 23H12v-2.1l6.1-6.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-document-edit.svg b/mkdocs-material/material/templates/.icons/material/file-document-edit.svg new file mode 100644 index 0000000..37a0b49 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-document-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 2c-1.11 0-2 .89-2 2v16a2 2 0 0 0 2 2h4v-1.91L12.09 18H6v-2h8.09l2-2H6v-2h12.09L20 10.09V8l-6-6zm7 1.5L18.5 9H13zm7.15 9.5a.55.55 0 0 0-.4.16l-1.02 1.02 2.09 2.08 1.02-1.01c.21-.22.21-.58 0-.79l-1.3-1.3a.54.54 0 0 0-.39-.16m-2.01 1.77L12 20.92V23h2.08l6.15-6.15z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-document-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/file-document-minus-outline.svg new file mode 100644 index 0000000..d4cdd1f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-document-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 18h-8v2h8M6 2a2 2 0 0 0-2 2v16c0 1.11.89 2 2 2h7.81c-.36-.62-.61-1.3-.73-2H6V4h7v5h5v4.08c.33-.05.67-.08 1-.08.34 0 .67.03 1 .08V8l-6-6M8 12v2h8v-2m-8 4v2h5v-2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-document-minus.svg b/mkdocs-material/material/templates/.icons/material/file-document-minus.svg new file mode 100644 index 0000000..4eb4015 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-document-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 18h8v2h-8M6 2c-1.11 0-2 .89-2 2v16c0 1.11.89 2 2 2h7.81c-.53-.91-.81-1.95-.81-3 0-.33.03-.67.08-1H6v-2h7.81c.46-.8 1.1-1.5 1.87-2H6v-2h12v1.08c.33-.05.67-.08 1-.08.34 0 .67.03 1 .08V8l-6-6m-1 1.5L18.5 9H13Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-document-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/file-document-multiple-outline.svg new file mode 100644 index 0000000..7419087 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-document-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 0H8C6.9 0 6 .9 6 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V6zm4 18H8V2h7v5h5zM4 4v18h16v2H4c-1.1 0-2-.9-2-2V4zm6 6v2h8v-2zm0 4v2h5v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-document-multiple.svg b/mkdocs-material/material/templates/.icons/material/file-document-multiple.svg new file mode 100644 index 0000000..5e2572d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-document-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 4v18h16v2H4c-1.1 0-2-.9-2-2V4zm11 3h5.5L15 1.5zM8 0h8l6 6v12c0 1.11-.89 2-2 2H8a2 2 0 0 1-2-2V2c0-1.11.89-2 2-2m9 16v-2H8v2zm3-4v-2H8v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-document-outline.svg b/mkdocs-material/material/templates/.icons/material/file-document-outline.svg new file mode 100644 index 0000000..7b982fa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-document-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm0 2h7v5h5v11H6zm2 8v2h8v-2zm0 4v2h5v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-document-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/file-document-plus-outline.svg new file mode 100644 index 0000000..214d1d8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-document-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 18h-3v-3h-2v3h-3v2h3v3h2v-3h3M6 2a2 2 0 0 0-2 2v16c0 1.11.89 2 2 2h7.81c-.36-.62-.61-1.3-.73-2H6V4h7v5h5v4.08c.33-.05.67-.08 1-.08.34 0 .67.03 1 .08V8l-6-6M8 12v2h8v-2m-8 4v2h5v-2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-document-plus.svg b/mkdocs-material/material/templates/.icons/material/file-document-plus.svg new file mode 100644 index 0000000..d556b67 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-document-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2H6c-1.11 0-2 .89-2 2v16c0 1.11.89 2 2 2h7.81c-.53-.91-.81-1.95-.81-3 0-.33.03-.67.08-1H6v-2h7.81c.46-.8 1.1-1.5 1.87-2H6v-2h12v1.08c.33-.05.67-.08 1-.08s.67.03 1 .08V8zm-1 7V3.5L18.5 9zm5 6v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-document-refresh-outline.svg b/mkdocs-material/material/templates/.icons/material/file-document-refresh-outline.svg new file mode 100644 index 0000000..dffd891 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-document-refresh-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 2c-.53 0-1.04.21-1.41.59C4.21 2.96 4 3.47 4 4v16c0 .53.21 1.04.59 1.41.37.38.88.59 1.41.59h7c-.37-.6-.66-1.28-.83-2H6V4h7v5h5v3h.5c.5 0 1 .06 1.5.17V8l-6-6zm6 16c.07-.7.24-1.38.5-2H8v2zm1.81-4c.62-.64 1.36-1.15 2.19-1.5V12H8v2zm4.19.5c1.11 0 2.11.45 2.83 1.17L22 14.5v4h-4l1.77-1.77A2.5 2.5 0 1 0 20 20h1.71A3.99 3.99 0 0 1 18 22.5c-2.21 0-4-1.79-4-4s1.79-4 4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-document-refresh.svg b/mkdocs-material/material/templates/.icons/material/file-document-refresh.svg new file mode 100644 index 0000000..dfb0223 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-document-refresh.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 2h8l6 6v4.17c-.5-.11-1-.17-1.5-.17H6v2h7.81c-.55.58-1 1.25-1.31 2H6v2h6v.5c0 1.29.38 2.5 1 3.5H6a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2m7 7h5.5L13 3.5zm5 5.5c1.11 0 2.11.45 2.83 1.17L22 14.5v4h-4l1.77-1.77A2.5 2.5 0 1 0 20 20h1.71A3.99 3.99 0 0 1 18 22.5c-2.21 0-4-1.79-4-4s1.79-4 4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-document-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/file-document-remove-outline.svg new file mode 100644 index 0000000..740f9ba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-document-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.54 21.12 20.41 19l2.13-2.12-1.42-1.42L19 17.59l-2.12-2.13-1.42 1.42L17.59 19l-2.13 2.12 1.42 1.42L19 20.41l2.12 2.13M6 2a2 2 0 0 0-2 2v16c0 1.11.89 2 2 2h7.81c-.36-.62-.61-1.3-.73-2H6V4h7v5h5v4.08c.33-.05.67-.08 1-.08.34 0 .67.03 1 .08V8l-6-6M8 12v2h8v-2m-8 4v2h5v-2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-document-remove.svg b/mkdocs-material/material/templates/.icons/material/file-document-remove.svg new file mode 100644 index 0000000..708e092 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-document-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.12 15.46 19 17.59l-2.12-2.13-1.42 1.42L17.59 19l-2.13 2.12 1.42 1.42L19 20.41l2.12 2.13 1.42-1.42L20.41 19l2.13-2.12M6 2c-1.11 0-2 .89-2 2v16c0 1.11.89 2 2 2h7.81c-.53-.91-.81-1.95-.81-3 0-.33.03-.67.08-1H6v-2h7.81c.46-.8 1.1-1.5 1.87-2H6v-2h12v1.08c.33-.05.67-.08 1-.08.34 0 .67.03 1 .08V8l-6-6m-1 1.5L18.5 9H13Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-document.svg b/mkdocs-material/material/templates/.icons/material/file-document.svg new file mode 100644 index 0000000..4f19b81 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-document.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 9h5.5L13 3.5zM6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2m9 16v-2H6v2zm3-4v-2H6v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-download-outline.svg b/mkdocs-material/material/templates/.icons/material/file-download-outline.svg new file mode 100644 index 0000000..48fbd3c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-download-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14 2 6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm4 18V9h-5V4H6v16zm-6-1-4-4h2.5v-3h3v3H16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-download.svg b/mkdocs-material/material/templates/.icons/material/file-download.svg new file mode 100644 index 0000000..b670802 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-download.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2H6c-1.11 0-2 .89-2 2v16c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2V8zm-2 17-4-4h2.5v-3h3v3H16zm1-10V3.5L18.5 9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-edit-outline.svg b/mkdocs-material/material/templates/.icons/material/file-edit-outline.svg new file mode 100644 index 0000000..7dbbe97 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-edit-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 20H6V4h7v5h5v3.1l2-2V8l-6-6H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h4zm10.2-7c.1 0 .3.1.4.2l1.3 1.3c.2.2.2.6 0 .8l-1 1-2.1-2.1 1-1c.1-.1.2-.2.4-.2m0 3.9L14.1 23H12v-2.1l6.1-6.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-edit.svg b/mkdocs-material/material/templates/.icons/material/file-edit.svg new file mode 100644 index 0000000..f267018 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 2c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h4v-1.9l10-10V8l-6-6zm7 1.5L18.5 9H13zm7.1 9.5c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-2 1.8L12 20.9V23h2.1l6.1-6.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-excel-box-outline.svg b/mkdocs-material/material/templates/.icons/material/file-excel-box-outline.svg new file mode 100644 index 0000000..edde028 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-excel-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3c-1.11 0-2 .89-2 2v14c0 1.11.89 2 2 2h14c1.11 0 2-.89 2-2V5c0-1.11-.89-2-2-2zm0 2h14v14H5zm8 7 3.2 5h-2L12 13.2 9.8 17h-2l3.2-5-3.2-5h2l2.2 3.8L14.2 7h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-excel-box.svg b/mkdocs-material/material/templates/.icons/material/file-excel-box.svg new file mode 100644 index 0000000..d5bee80 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-excel-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.2 17h-2L12 13.2 9.8 17h-2l3.2-5-3.2-5h2l2.2 3.8L14.2 7h2L13 12m6-9H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-excel-outline.svg b/mkdocs-material/material/templates/.icons/material/file-excel-outline.svg new file mode 100644 index 0000000..f01724e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-excel-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2H6a2 2 0 0 0-2 2v16c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2V8zm4 18H6V4h7v5h5zm-5.1-5.5 2.9 4.5H14l-2-3.4-2 3.4H8.2l2.9-4.5L8.2 10H10l2 3.4 2-3.4h1.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-excel.svg b/mkdocs-material/material/templates/.icons/material/file-excel.svg new file mode 100644 index 0000000..3a59212 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-excel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8zm1.8 18H14l-2-3.4-2 3.4H8.2l2.9-4.5L8.2 11H10l2 3.4 2-3.4h1.8l-2.9 4.5zM13 9V3.5L18.5 9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-export-outline.svg b/mkdocs-material/material/templates/.icons/material/file-export-outline.svg new file mode 100644 index 0000000..e688041 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-export-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8zm4 18H6V4h7v5h5zm-2-9v7.1L13.9 16l-2.8 2.8L8.3 16l2.8-2.8L8.9 11z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-export.svg b/mkdocs-material/material/templates/.icons/material/file-export.svg new file mode 100644 index 0000000..8f77fe4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-export.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6m-1 1.5L18.5 9H13m-4.07 3.22H16v7.07l-2.12-2.12L11.05 20l-2.83-2.83 2.83-2.82"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-eye-outline.svg b/mkdocs-material/material/templates/.icons/material/file-eye-outline.svg new file mode 100644 index 0000000..e167149 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-eye-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 18c.56 0 1 .44 1 1s-.44 1-1 1-1-.44-1-1 .44-1 1-1m0-3c-2.73 0-5.06 1.66-6 4 .94 2.34 3.27 4 6 4s5.06-1.66 6-4c-.94-2.34-3.27-4-6-4m0 6.5a2.5 2.5 0 0 1-2.5-2.5 2.5 2.5 0 0 1 2.5-2.5 2.5 2.5 0 0 1 2.5 2.5 2.5 2.5 0 0 1-2.5 2.5M9.27 20H6V4h7v5h5v4.07c.7.08 1.36.25 2 .49V8l-6-6H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h4.5a8.2 8.2 0 0 1-1.23-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-eye.svg b/mkdocs-material/material/templates/.icons/material/file-eye.svg new file mode 100644 index 0000000..4b2af70 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-eye.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 18c.56 0 1 .44 1 1s-.44 1-1 1-1-.44-1-1 .44-1 1-1m0-3c-2.73 0-5.06 1.66-6 4 .94 2.34 3.27 4 6 4s5.06-1.66 6-4c-.94-2.34-3.27-4-6-4m0 6.5a2.5 2.5 0 0 1-2.5-2.5 2.5 2.5 0 0 1 2.5-2.5 2.5 2.5 0 0 1 2.5 2.5 2.5 2.5 0 0 1-2.5 2.5m-7.86-1.75L8.85 19l.29-.74C10.43 15.06 13.5 13 17 13c1.05 0 2.06.21 3 .56V8l-6-6H6c-1.11 0-2 .89-2 2v16a2 2 0 0 0 2 2h4.5c-.55-.66-1-1.42-1.36-2.25M13 3.5 18.5 9H13z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-find-outline.svg b/mkdocs-material/material/templates/.icons/material/file-find-outline.svg new file mode 100644 index 0000000..54ff13d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-find-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8zM6 4h7l5 5v8.58l-1.84-1.84a4.97 4.97 0 0 0-.66-6.28A4.92 4.92 0 0 0 12 8c-1.28 0-2.55.5-3.53 1.46-1.97 1.95-1.97 5.11 0 7.04.97 1 2.25 1.47 3.53 1.47.96 0 1.92-.28 2.75-.83L17.6 20H6zm8.11 11.1c-.56.56-1.31.9-2.11.9s-1.55-.33-2.11-.9C9.33 14.54 9 13.79 9 13c0-.81.32-1.56.89-2.12.56-.57 1.31-.88 2.11-.88s1.55.31 2.11.88c.56.56.89 1.31.89 2.12 0 .79-.32 1.54-.89 2.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-find.svg b/mkdocs-material/material/templates/.icons/material/file-find.svg new file mode 100644 index 0000000..ed9c050 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-find.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 13a3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3m11 6.59V8l-6-6H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12c.45 0 .85-.15 1.19-.4l-4.43-4.43c-.8.52-1.76.83-2.76.83a5 5 0 0 1-5-5 5 5 0 0 1 5-5 5 5 0 0 1 5 5c0 1-.31 1.96-.83 2.75z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-gif-box.svg b/mkdocs-material/material/templates/.icons/material/file-gif-box.svg new file mode 100644 index 0000000..86d5cf6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-gif-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m-9 7.5H7.5v3h1V12H10v1.7c0 .7-.5 1.3-1.3 1.3H7.3c-.8 0-1.3-.7-1.3-1.3v-3.3C6 9.7 6.5 9 7.3 9h1.3c.9 0 1.4.7 1.4 1.3zm3 4.5h-1.5V9H13zm4.5-4.5H16v1h1.5V13H16v2h-1.5V9h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-hidden.svg b/mkdocs-material/material/templates/.icons/material/file-hidden.svg new file mode 100644 index 0000000..a2028f1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-hidden.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 9h1v2h-3V7h2zm5.5 0-2.12-2.12 1.25-1.25L20 8v2h-2v1h-3V9zM13 3.5V2h-1v2h1v2h-2V4H9V2H8v2H6v1H4V4c0-1.11.89-2 2-2h8l2.36 2.36-1.25 1.25zM20 20a2 2 0 0 1-2 2h-2v-2h2v-1h2zm-2-5h2v3h-2zm-6 7v-2h3v2zm-4 0v-2h3v2zm-2 0a2 2 0 0 1-2-2v-2h2v2h1v2zm-2-8h2v3H4zm0-4h2v3H4zm14 1h2v3h-2zM4 6h2v3H4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-image-marker-outline.svg b/mkdocs-material/material/templates/.icons/material/file-image-marker-outline.svg new file mode 100644 index 0000000..ad458f4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-image-marker-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.5 12c-.83 0-1.5-.67-1.5-1.5S7.67 9 8.5 9s1.5.67 1.5 1.5S9.33 12 8.5 12m5.5 7c-.57-1.14-1-2.36-1-3.5 0-.16 0-.32.03-.47L12 14l-5 5zm-8 1V4h7v5h5v1.03c.17-.03.33-.03.5-.03.5 0 1 .08 1.5.22V8l-6-6H6a2 2 0 0 0-2 2v16c0 1.11.89 2 2 2h9.91c-.41-.56-.91-1.24-1.36-2zm16-4.5c0 2.6-3.5 6.5-3.5 6.5S15 18.1 15 15.5c0-1.9 1.6-3.5 3.5-3.5s3.5 1.6 3.5 3.5m-2.3.1c0-.6-.6-1.2-1.2-1.2s-1.2.5-1.2 1.2c0 .6.5 1.2 1.2 1.2s1.3-.6 1.2-1.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-image-marker.svg b/mkdocs-material/material/templates/.icons/material/file-image-marker.svg new file mode 100644 index 0000000..eda5872 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-image-marker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m6 20 6-6 1.03 1.03c.25-2.77 2.65-5.03 5.47-5.03.5 0 1 .08 1.5.22V8l-6-6H6c-1.11 0-2 .89-2 2v16a2 2 0 0 0 2 2h9.91c-.41-.56-.91-1.24-1.36-2zm7-16.5L18.5 9H13zM8 9a2 2 0 1 1 0 4c-1.11 0-2-.89-2-2s.9-2 2-2m10.5 3c-1.9 0-3.5 1.6-3.5 3.5 0 2.6 3.5 6.5 3.5 6.5s3.5-3.9 3.5-6.5c0-1.9-1.6-3.5-3.5-3.5m0 4.8c-.7 0-1.2-.6-1.2-1.2 0-.7.6-1.2 1.2-1.2s1.2.6 1.2 1.2c.1.6-.5 1.2-1.2 1.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-image-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/file-image-minus-outline.svg new file mode 100644 index 0000000..eec2712 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-image-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m7 19 5-5 1.88 1.88c-.55.91-.88 1.98-.88 3.12zm3-8.5C10 9.67 9.33 9 8.5 9S7 9.67 7 10.5 7.67 12 8.5 12s1.5-.67 1.5-1.5m3.09 9.5H6V4h7v5h5v4.09c.33-.05.66-.09 1-.09s.67.04 1 .09V8l-6-6H6a2 2 0 0 0-2 2v16c0 1.11.89 2 2 2h7.81c-.35-.61-.6-1.28-.72-2M15 18v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-image-minus.svg b/mkdocs-material/material/templates/.icons/material/file-image-minus.svg new file mode 100644 index 0000000..c1a4040 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-image-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.09 20H6l6-6 1.88 1.88c.62-.98 1.48-1.78 2.52-2.28L18 12v1.09c.33-.05.66-.09 1-.09s.67.04 1 .09V8l-6-6H6c-1.11 0-2 .89-2 2v16a2 2 0 0 0 2 2h7.81c-.35-.61-.6-1.28-.72-2M13 3.5 18.5 9H13zM8 9a2 2 0 1 1 0 4c-1.11 0-2-.89-2-2s.9-2 2-2m15 9v2h-8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-image-outline.svg b/mkdocs-material/material/templates/.icons/material/file-image-outline.svg new file mode 100644 index 0000000..93dce2d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-image-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14 2 6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm4 18V9h-5V4H6v16zm-1-7v6H7l5-5 2 2m-4-5.5A1.5 1.5 0 0 1 8.5 12 1.5 1.5 0 0 1 7 10.5 1.5 1.5 0 0 1 8.5 9a1.5 1.5 0 0 1 1.5 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-image-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/file-image-plus-outline.svg new file mode 100644 index 0000000..3806bff --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-image-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m7 19 5-5 1.88 1.88c-.55.91-.88 1.98-.88 3.12zm3-8.5C10 9.67 9.33 9 8.5 9S7 9.67 7 10.5 7.67 12 8.5 12s1.5-.67 1.5-1.5m3.09 9.5H6V4h7v5h5v4.09c.33-.05.66-.09 1-.09s.67.04 1 .09V8l-6-6H6a2 2 0 0 0-2 2v16c0 1.11.89 2 2 2h7.81c-.35-.61-.6-1.28-.72-2M18 15v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-image-plus.svg b/mkdocs-material/material/templates/.icons/material/file-image-plus.svg new file mode 100644 index 0000000..c7f490b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-image-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.09 20H6l6-6 1.88 1.88c.62-.98 1.48-1.78 2.52-2.28L18 12v1.09c.33-.05.66-.09 1-.09s.67.04 1 .09V8l-6-6H6c-1.11 0-2 .89-2 2v16a2 2 0 0 0 2 2h7.81c-.35-.61-.6-1.28-.72-2M13 3.5 18.5 9H13zM8 9a2 2 0 1 1 0 4c-1.11 0-2-.89-2-2s.9-2 2-2m12 6v3h3v2h-3v3h-2v-3h-3v-2h3v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-image-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/file-image-remove-outline.svg new file mode 100644 index 0000000..2b51893 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-image-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m7 19 5-5 1.88 1.88c-.55.91-.88 1.98-.88 3.12zm3-8.5C10 9.67 9.33 9 8.5 9S7 9.67 7 10.5 7.67 12 8.5 12s1.5-.67 1.5-1.5m3.09 9.5H6V4h7v5h5v4.09c.33-.05.66-.09 1-.09s.67.04 1 .09V8l-6-6H6a2 2 0 0 0-2 2v16c0 1.11.89 2 2 2h7.81c-.35-.61-.6-1.28-.72-2m8.03-4.54L19 17.59l-2.12-2.12-1.41 1.41L17.59 19l-2.12 2.12 1.41 1.42L19 20.41l2.12 2.13 1.42-1.42L20.41 19l2.13-2.12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-image-remove.svg b/mkdocs-material/material/templates/.icons/material/file-image-remove.svg new file mode 100644 index 0000000..298cc71 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-image-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.09 20H6l6-6 1.88 1.88c.62-.98 1.48-1.78 2.52-2.28L18 12v1.09c.33-.05.66-.09 1-.09s.67.04 1 .09V8l-6-6H6c-1.11 0-2 .89-2 2v16a2 2 0 0 0 2 2h7.81c-.35-.61-.6-1.28-.72-2M13 3.5 18.5 9H13zM8 9a2 2 0 1 1 0 4c-1.11 0-2-.89-2-2s.9-2 2-2m14.54 7.88L20.41 19l2.13 2.12-1.42 1.42L19 20.41l-2.12 2.13-1.41-1.42L17.59 19l-2.12-2.12 1.41-1.41L19 17.59l2.12-2.12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-image.svg b/mkdocs-material/material/templates/.icons/material/file-image.svg new file mode 100644 index 0000000..93d168e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-image.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 9h5.5L13 3.5zM6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2m0 18h12v-8l-4 4-2-2zM8 9a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-import-outline.svg b/mkdocs-material/material/templates/.icons/material/file-import-outline.svg new file mode 100644 index 0000000..31980d4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-import-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2H6a2 2 0 0 0-2 2v16c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2V8zm4 18H6V4h7v5h5zm-3-8.07V19H7.93l2.12-2.12-2.83-2.83 2.83-2.83 2.83 2.83z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-import.svg b/mkdocs-material/material/templates/.icons/material/file-import.svg new file mode 100644 index 0000000..a364839 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-import.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6m-1 1.5L18.5 9H13m-2.95 2.22 2.83 2.83L15 11.93V19H7.93l2.12-2.12-2.83-2.83"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-jpg-box.svg b/mkdocs-material/material/templates/.icons/material/file-jpg-box.svg new file mode 100644 index 0000000..1065f53 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-jpg-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2M9 13.5c0 1.1-.9 1.5-2 1.5s-2-.4-2-1.5V12h1.5v1.5h1V9H9zm5-2c0 .8-.7 1.5-1.5 1.5h-1v2H10V9h2.5c.8 0 1.5.7 1.5 1.5zm5-1h-2.5v3h1V12H19v1.7c0 .7-.5 1.3-1.3 1.3h-1.3c-.8 0-1.3-.7-1.3-1.3v-3.3c-.1-.7.4-1.4 1.2-1.4h1.3c.8 0 1.3.7 1.3 1.3v.2m-7.4 0h1v1h-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-key-outline.svg b/mkdocs-material/material/templates/.icons/material/file-key-outline.svg new file mode 100644 index 0000000..af3a6e5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-key-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8zm4 18H6V4h7v5h5m-5.17 6a3 3 0 1 0 0 2H14v2h2v-2h1v-2m-7 2a1 1 0 1 1 1-1 1 1 0 0 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-key.svg b/mkdocs-material/material/templates/.icons/material/file-key.svg new file mode 100644 index 0000000..cce0c2d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-key.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 16c0 .6-.4 1-1 1s-1-.4-1-1 .4-1 1-1 1 .4 1 1m9-8v12c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h8m4 13h-5.2c-.6-1.6-2.3-2.4-3.8-1.8-1.6.6-2.4 2.3-1.8 3.8s2.3 2.4 3.8 1.8c.9-.3 1.5-1 1.8-1.8H14v2h2v-2h2m.5-8L13 3.5V9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-link-outline.svg b/mkdocs-material/material/templates/.icons/material/file-link-outline.svg new file mode 100644 index 0000000..407ef18 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-link-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2H6a2 2 0 0 0-2 2v16c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2V8zm4 18H6V4h7v5h5zm-7-1h-.25C9.45 19 7 18.22 7 15.25s2.45-3.75 3.75-3.75H11V13h-.25c-.37 0-2.25.13-2.25 2.25 0 2.19 2 2.25 2.25 2.25H11zm3-3h-4v-1.5h4zm-1-4.5h.25c1.3 0 3.75.78 3.75 3.75S14.55 19 13.25 19H13v-1.5h.25c.37 0 2.25-.13 2.25-2.25 0-2.19-2-2.25-2.25-2.25H13z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-link.svg b/mkdocs-material/material/templates/.icons/material/file-link.svg new file mode 100644 index 0000000..ef61e62 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-link.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2H6c-1.11 0-2 .89-2 2v16c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2V8zm-3 18h-1c-1.61 0-4-1.06-4-4 0-2.93 2.39-4 4-4h1v2h-1c-.46 0-2 .17-2 2 0 1.9 1.67 2 2 2h1zm4-5v2H9v-2zm-1 5h-1v-2h1c.46 0 2-.17 2-2 0-1.9-1.67-2-2-2h-1v-2h1c1.61 0 4 1.07 4 4 0 2.94-2.39 4-4 4M13 9V3.5L18.5 9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-lock-open-outline.svg b/mkdocs-material/material/templates/.icons/material/file-lock-open-outline.svg new file mode 100644 index 0000000..48bc09d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-lock-open-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 18.3v3.5c0 .6-.6 1.2-1.3 1.2h-5.5c-.6 0-1.2-.6-1.2-1.3v-3.5c0-.6.6-1.2 1.2-1.2v-2.5c0-1.4 1.4-2.5 2.8-2.5s2.8 1.1 2.8 2.5v.5h-1.3v-.5c0-.8-.7-1.3-1.5-1.3s-1.5.5-1.5 1.3V17h4.3c.6 0 1.2.6 1.2 1.3M6 2c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h6v-2H6V4h7v5h5v1c.7 0 1.4.2 2 .4V8l-6-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-lock-open.svg b/mkdocs-material/material/templates/.icons/material/file-lock-open.svg new file mode 100644 index 0000000..850e5e8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-lock-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 18.3v3.5c0 .6-.6 1.2-1.3 1.2h-5.5c-.6 0-1.2-.6-1.2-1.3v-3.5c0-.6.6-1.2 1.2-1.2v-2.5c0-1.4 1.4-2.5 2.8-2.5s2.8 1.1 2.8 2.5v.5h-1.3v-.5c0-.8-.7-1.3-1.5-1.3s-1.5.5-1.5 1.3V17h4.3c.6 0 1.2.6 1.2 1.3M6 2c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h6v-3.8c0-1 .4-1.7 1-2.2.1-.1.2-.1.2-.2v-1.3c0-2.7 2.4-4.5 4.8-4.5.7 0 1.4.2 2 .4V8l-6-6zm7 1.5L18.5 9H13z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-lock-outline.svg b/mkdocs-material/material/templates/.icons/material/file-lock-outline.svg new file mode 100644 index 0000000..d052173 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-lock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 13c-1.4 0-2.8 1.1-2.8 2.5V17c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3v-1.5c0-1.4-1.4-2.5-2.8-2.5m0 1.2c.8 0 1.5.5 1.5 1.3V17h-3v-1.5c0-.8.7-1.3 1.5-1.3M6 2c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h6v-2H6V4h7v5h5v2c.7 0 1.4.2 2 .4V8l-6-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-lock.svg b/mkdocs-material/material/templates/.icons/material/file-lock.svg new file mode 100644 index 0000000..3ff966a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 13c-1.4 0-2.8 1.1-2.8 2.5V17c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3v-1.5c0-1.4-1.4-2.5-2.8-2.5m0 1.2c.8 0 1.5.5 1.5 1.3V17h-3v-1.5c0-.8.7-1.3 1.5-1.3M6 2c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h6v-3.8c0-1 .4-1.7 1-2.2.1-.1.2-.1.2-.2v-.3c0-2.7 2.4-4.5 4.8-4.5.7 0 1.4.2 2 .4V8l-6-6zm7 1.5L18.5 9H13z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-marker-outline.svg b/mkdocs-material/material/templates/.icons/material/file-marker-outline.svg new file mode 100644 index 0000000..768a30f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-marker-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.55 20c.45.76.95 1.44 1.36 2H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h8l6 6v2.22c-.5-.14-1-.22-1.5-.22-.17 0-.33 0-.5.03V9h-5V4H6v16zM22 15.5c0 2.6-3.5 6.5-3.5 6.5S15 18.1 15 15.5c0-1.9 1.6-3.5 3.5-3.5s3.5 1.6 3.5 3.5m-2.3.1c0-.6-.6-1.2-1.2-1.2s-1.2.5-1.2 1.2c0 .6.5 1.2 1.2 1.2s1.3-.6 1.2-1.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-marker.svg b/mkdocs-material/material/templates/.icons/material/file-marker.svg new file mode 100644 index 0000000..0cedfa8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-marker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.5 10c.5 0 1 .08 1.5.22V8l-6-6H6c-1.11 0-2 .89-2 2v16c0 1.11.89 2 2 2h9.91C14.7 20.41 13 17.78 13 15.5c0-3 2.5-5.5 5.5-5.5M13 3.5 18.5 9H13zm5.5 8.5c-1.9 0-3.5 1.6-3.5 3.5 0 2.6 3.5 6.5 3.5 6.5s3.5-3.9 3.5-6.5c0-1.9-1.6-3.5-3.5-3.5m0 4.8c-.7 0-1.2-.6-1.2-1.2 0-.7.6-1.2 1.2-1.2s1.2.6 1.2 1.2c.1.6-.5 1.2-1.2 1.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/file-minus-outline.svg new file mode 100644 index 0000000..e570f75 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.81 22H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h8l6 6v5.09c-.33-.05-.66-.09-1-.09s-.67.04-1 .09V9h-5V4H6v16h7.09c.12.72.37 1.39.72 2M23 18h-8v2h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-minus.svg b/mkdocs-material/material/templates/.icons/material/file-minus.svg new file mode 100644 index 0000000..de1cba0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2H6c-1.11 0-2 .89-2 2v16c0 1.11.89 2 2 2h7.81c-.53-.91-.81-1.95-.81-3 0-3.31 2.69-6 6-6 .34 0 .67.03 1 .08V8zm-1 7V3.5L18.5 9zm10 11h-8v-2h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-move-outline.svg b/mkdocs-material/material/templates/.icons/material/file-move-outline.svg new file mode 100644 index 0000000..8ddb2ab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-move-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2H6c-1.1 0-2 .9-2 2v16c0 .41.12.8.34 1.12.07.11.16.21.25.29.36.37.86.59 1.41.59h7.53c-.53-.58-.92-1.25-1.18-2H6V4h7v5h5v3c.7 0 1.37.12 2 .34V8zm4 21 5-4.5-3-2.7-2-1.8v3h-4v3h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-move.svg b/mkdocs-material/material/templates/.icons/material/file-move.svg new file mode 100644 index 0000000..8f4dc0a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-move.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 17h4v-3l5 4.5-5 4.5v-3h-4zm-1-8h5.5L13 3.5zM6 2h8l6 6v4.34c-.63-.22-1.3-.34-2-.34a6 6 0 0 0-6 6c0 1.54.58 2.94 1.53 4H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/file-multiple-outline.svg new file mode 100644 index 0000000..7edb257 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 0H8C6.9 0 6 .9 6 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V6zm4 18H8V2h7v5h5zM4 4v18h16v2H4c-1.1 0-2-.9-2-2V4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-multiple.svg b/mkdocs-material/material/templates/.icons/material/file-multiple.svg new file mode 100644 index 0000000..00600b6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 7h5.5L15 1.5zM8 0h8l6 6v12a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2M4 4v18h16v2H4a2 2 0 0 1-2-2V4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-music-outline.svg b/mkdocs-material/material/templates/.icons/material/file-music-outline.svg new file mode 100644 index 0000000..e03b185 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-music-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14 2 6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm4 18V9h-5V4H6v16zm-5-10v2h-2v5a2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2c.4 0 .7.1 1 .3V10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-music.svg b/mkdocs-material/material/templates/.icons/material/file-music.svg new file mode 100644 index 0000000..2096847 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-music.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8zm-1 11h-2v5a2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2c.4 0 .7.1 1 .3V11h3zm0-4V3.5L18.5 9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-outline.svg b/mkdocs-material/material/templates/.icons/material/file-outline.svg new file mode 100644 index 0000000..9a0fee9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8zm4 18H6V4h7v5h5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-pdf-box.svg b/mkdocs-material/material/templates/.icons/material/file-pdf-box.svg new file mode 100644 index 0000000..049c9f9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-pdf-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m-9.5 8.5c0 .8-.7 1.5-1.5 1.5H7v2H5.5V9H8c.8 0 1.5.7 1.5 1.5zm5 2c0 .8-.7 1.5-1.5 1.5h-2.5V9H13c.8 0 1.5.7 1.5 1.5zm4-3H17v1h1.5V13H17v2h-1.5V9h3zm-6.5 0h1v3h-1zm-5 0h1v1H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-percent-outline.svg b/mkdocs-material/material/templates/.icons/material/file-percent-outline.svg new file mode 100644 index 0000000..1965d18 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-percent-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2H6a2 2 0 0 0-2 2v16c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2V8zm4 18H6V4h7v5h5zm-8-8.5c0 .83-.67 1.5-1.5 1.5S7 12.33 7 11.5 7.67 10 8.5 10s1.5.67 1.5 1.5m6 6c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5.67-1.5 1.5-1.5 1.5.67 1.5 1.5m0-6.15L8.37 19 7 17.65 14.65 10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-percent.svg b/mkdocs-material/material/templates/.icons/material/file-percent.svg new file mode 100644 index 0000000..7cb1e87 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-percent.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14 2 6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zM7.37 20 15 12.35 13.65 11 6 18.65zM13 9h5.5L13 3.5zm-5.5 2A1.5 1.5 0 0 0 6 12.5 1.5 1.5 0 0 0 7.5 14 1.5 1.5 0 0 0 9 12.5 1.5 1.5 0 0 0 7.5 11m6 6a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-phone-outline.svg b/mkdocs-material/material/templates/.icons/material/file-phone-outline.svg new file mode 100644 index 0000000..7f85106 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-phone-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2H6a2 2 0 0 0-2 2v16c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2V8zm4 18H6V4h7v5h5zm-9-6.67c.81 1.57 2.1 2.86 3.67 3.67l1.22-1.23c.16-.16.38-.2.57-.14.62.2 1.29.32 1.98.32.31 0 .56.24.56.55v1.95c0 .3-.25.55-.56.55C11.23 19 7 14.77 7 9.56c0-.31.25-.56.56-.56H9.5c.31 0 .56.25.56.56 0 .69.11 1.36.31 1.98.06.19.02.41-.14.57z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-phone.svg b/mkdocs-material/material/templates/.icons/material/file-phone.svg new file mode 100644 index 0000000..8c07da5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-phone.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2H6c-1.11 0-2 .89-2 2v16c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2V8zm3 17.44c0 .31-.25.56-.56.56C11.23 20 7 15.77 7 10.56c0-.31.25-.56.56-.56H9.5c.31 0 .56.25.56.56 0 .69.11 1.36.31 1.98.06.19.02.41-.14.57L9 14.33c.81 1.57 2.1 2.86 3.67 3.67l1.23-1.23c.15-.16.37-.2.56-.14.62.2 1.29.32 1.99.32.3 0 .55.24.55.55zM13 9V3.5L18.5 9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/file-plus-outline.svg new file mode 100644 index 0000000..1fd886e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.81 22H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h8l6 6v5.09c-.33-.05-.66-.09-1-.09s-.67.04-1 .09V9h-5V4H6v16h7.09c.12.72.37 1.39.72 2M23 18h-3v-3h-2v3h-3v2h3v3h2v-3h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-plus.svg b/mkdocs-material/material/templates/.icons/material/file-plus.svg new file mode 100644 index 0000000..9f467d8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2H6c-1.11 0-2 .89-2 2v16c0 1.11.89 2 2 2h7.81c-.53-.91-.81-1.95-.81-3 0-3.31 2.69-6 6-6 .34 0 .67.03 1 .08V8zm-1 7V3.5L18.5 9zm10 11h-3v3h-2v-3h-3v-2h3v-3h2v3h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-png-box.svg b/mkdocs-material/material/templates/.icons/material/file-png-box.svg new file mode 100644 index 0000000..7438243 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-png-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2M9 11.5c0 .8-.7 1.5-1.5 1.5h-1v2H5V9h2.5c.8 0 1.5.7 1.5 1.5zm5 3.5h-1.5l-1-2.5V15H10V9h1.5l1 2.5V9H14zm5-4.5h-2.5v3h1V12H19v1.7c0 .7-.5 1.3-1.3 1.3h-1.3c-.8 0-1.3-.7-1.3-1.3v-3.3c-.1-.7.4-1.4 1.2-1.4h1.3c.8 0 1.3.7 1.3 1.3v.2zm-12.5 0h1v1h-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-powerpoint-box-outline.svg b/mkdocs-material/material/templates/.icons/material/file-powerpoint-box-outline.svg new file mode 100644 index 0000000..d308d6e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-powerpoint-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3c-1.11 0-2 .89-2 2v14c0 1.11.89 2 2 2h14c1.11 0 2-.89 2-2V5c0-1.11-.89-2-2-2zm0 2h14v14H5zm10.1 2.88c-.65-.59-1.27-.88-2.8-.88H8v10h1.8v-3.6h2.5c1.5 0 2.16-.28 2.8-.82.64-.55.9-1.33.9-2.35 0-.97-.25-1.73-.9-2.35m-1.5 3.62c-.32.31-.7.5-1.38.5H9.8V8.4h2.3c.66 0 1.17.25 1.5.6s.5.72.5 1.24c0 .56-.18.95-.5 1.26"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-powerpoint-box.svg b/mkdocs-material/material/templates/.icons/material/file-powerpoint-box.svg new file mode 100644 index 0000000..3e89e33 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-powerpoint-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.8 13.4h2.5c1.5 0 2.16-.28 2.8-.82.64-.55.9-1.33.9-2.35 0-.97-.25-1.73-.9-2.35-.65-.59-1.27-.88-2.8-.88H8v10h1.8zM19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm-9.2 9V8.4h2.3c.66 0 1.17.25 1.5.6s.5.72.5 1.24c0 .56-.18.95-.5 1.26s-.7.5-1.38.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-powerpoint-outline.svg b/mkdocs-material/material/templates/.icons/material/file-powerpoint-outline.svg new file mode 100644 index 0000000..f5f04f4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-powerpoint-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2H6a2 2 0 0 0-2 2v16c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2V8zm4 18H6V4h7v5h5zm-2.8-9.2c-.5-.5-1.1-.8-2.4-.8H9v9h1.6v-3.3h2.2c1.3 0 1.8-.2 2.4-.7s.8-1.2.8-2.1-.2-1.5-.8-2.1M13.9 14c-.3.3-.6.5-1.2.5h-2.1v-3.2h2c.6 0 1 .2 1.3.5s.4.6.4 1.1-.1.8-.4 1.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-powerpoint.svg b/mkdocs-material/material/templates/.icons/material/file-powerpoint.svg new file mode 100644 index 0000000..cc52689 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-powerpoint.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.6 12.3h-2v3.2h2.1c.6 0 .9-.2 1.2-.5s.4-.6.4-1.1-.1-.8-.4-1.1-.7-.5-1.3-.5M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8zm1.2 14c-.6.5-1.1.7-2.4.7h-2.2V20H9v-9h3.8c1.3 0 1.9.3 2.4.8.6.6.8 1.2.8 2.1s-.2 1.6-.8 2.1M13 9V3.5L18.5 9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-presentation-box.svg b/mkdocs-material/material/templates/.icons/material/file-presentation-box.svg new file mode 100644 index 0000000..15ad498 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-presentation-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 16H5V8h14m0-5H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-question-outline.svg b/mkdocs-material/material/templates/.icons/material/file-question-outline.svg new file mode 100644 index 0000000..123b919 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-question-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2H6a2 2 0 0 0-2 2v16c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2V8zm4 18H6V4h7v5h5zm-3-7c0 1.89-2.25 2.07-2.25 3.76h-1.5c0-2.44 2.25-2.26 2.25-3.76 0-.82-.67-1.5-1.5-1.5s-1.5.68-1.5 1.5H9c0-1.65 1.34-3 3-3s3 1.35 3 3m-2.25 4.5V19h-1.5v-1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-question.svg b/mkdocs-material/material/templates/.icons/material/file-question.svg new file mode 100644 index 0000000..563a1df --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-question.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 2c-1.11 0-2 .89-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm7 1.5L18.5 9H13zM12 11a3 3 0 0 1 3 3c0 1.88-2.25 2.06-2.25 3.75h-1.5c0-2.44 2.25-2.25 2.25-3.75a1.5 1.5 0 0 0-1.5-1.5 1.5 1.5 0 0 0-1.5 1.5H9a3 3 0 0 1 3-3m-.75 7.5h1.5V20h-1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-refresh-outline.svg b/mkdocs-material/material/templates/.icons/material/file-refresh-outline.svg new file mode 100644 index 0000000..5650320 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-refresh-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 14.5c1.11 0 2.11.45 2.83 1.17L22 14.5v4h-4l1.77-1.77A2.5 2.5 0 1 0 20 20h1.71A3.99 3.99 0 0 1 18 22.5c-2.21 0-4-1.79-4-4s1.79-4 4-4M14 2l6 6v4.17c-.5-.11-1-.17-1.5-.17H18V9h-5V4H6v16h6.17c.17.72.46 1.39.83 2H6c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-refresh.svg b/mkdocs-material/material/templates/.icons/material/file-refresh.svg new file mode 100644 index 0000000..24f61ca --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-refresh.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 14.5c1.11 0 2.11.45 2.83 1.17L22 14.5v4h-4l1.77-1.77A2.5 2.5 0 1 0 20 20h1.71A3.99 3.99 0 0 1 18 22.5c-2.21 0-4-1.79-4-4s1.79-4 4-4M13 9h5.5L13 3.5zM6 2h8l6 6v4.17c-.5-.11-1-.17-1.5-.17a6.5 6.5 0 0 0-6.5 6.5c0 1.29.37 2.5 1 3.5H6c-1.12 0-2-.9-2-2V4c0-1.11.89-2 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/file-remove-outline.svg new file mode 100644 index 0000000..5de3211 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.81 22H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h8l6 6v5.09c-.33-.05-.66-.09-1-.09s-.67.04-1 .09V9h-5V4H6v16h7.09c.12.72.37 1.39.72 2m8.73-.88L20.41 19l2.13-2.12-1.42-1.41L19 17.59l-2.12-2.12-1.41 1.41L17.59 19l-2.12 2.12 1.41 1.42L19 20.41l2.12 2.13z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-remove.svg b/mkdocs-material/material/templates/.icons/material/file-remove.svg new file mode 100644 index 0000000..77f1734 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.12 22.54 19 20.41l-2.12 2.13-1.41-1.42L17.59 19l-2.12-2.12 1.41-1.41L19 17.59l2.12-2.12 1.42 1.41L20.41 19l2.13 2.12zM14 2H6c-1.11 0-2 .89-2 2v16c0 1.11.89 2 2 2h7.81c-.53-.91-.81-1.95-.81-3 0-3.31 2.69-6 6-6 .34 0 .67.03 1 .08V8zm-1 7V3.5L18.5 9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-replace-outline.svg b/mkdocs-material/material/templates/.icons/material/file-replace-outline.svg new file mode 100644 index 0000000..49e36ae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-replace-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14 3-2-2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h7v2l4-3-4-3v2H4V3zm7 7v11a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2v-2h2v2h11v-9h-5V7H8v6H6V7a2 2 0 0 1 2-2h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-replace.svg b/mkdocs-material/material/templates/.icons/material/file-replace.svg new file mode 100644 index 0000000..4663e1c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-replace.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 12h5.5L14 6.5zM8 5h7l6 6v10a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2v-3h5v2l4-3-4-3v2H6V7a2 2 0 0 1 2-2m5.5-2H4v13h2v2H4a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h7.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-restore-outline.svg b/mkdocs-material/material/templates/.icons/material/file-restore-outline.svg new file mode 100644 index 0000000..f594066 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-restore-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8zm4 18H6V4h7l5 5zm-1-6.76c0 2.62-2.13 4.76-4.76 4.76-1.95 0-3.63-1.18-4.36-2.86H9.5c.61.86 1.61 1.43 2.74 1.43 1.84 0 3.33-1.5 3.33-3.33S14.08 9.9 12.24 9.9c-1.29 0-2.38.75-2.95 1.81l1.52 1.53H7V9.43l1.24 1.24a4.71 4.71 0 0 1 4-2.17c2.63-.03 4.76 2.11 4.76 4.74"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-restore.svg b/mkdocs-material/material/templates/.icons/material/file-restore.svg new file mode 100644 index 0000000..f9a97c1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-restore.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8zm-2 16c-2.05 0-3.81-1.24-4.58-3h1.71c.63.9 1.68 1.5 2.87 1.5a3.5 3.5 0 0 0 3.5-3.5A3.5 3.5 0 0 0 12 9.5c-1.35 0-2.5.78-3.1 1.9l1.6 1.6h-4V9l1.3 1.3C8.69 8.92 10.23 8 12 8a5 5 0 0 1 5 5 5 5 0 0 1-5 5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-rotate-left-outline.svg b/mkdocs-material/material/templates/.icons/material/file-rotate-left-outline.svg new file mode 100644 index 0000000..1de8bbc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-rotate-left-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 11c0-4.42 3.58-8 8-8l1 .06v2.02L12 5c-3.31 0-6 2.69-6 6h3l-4 4-4-4zm13-4h-4c-1.1 0-2 .9-2 2v9a2 2 0 0 0 2 2h6c1.11 0 2-.89 2-2v-7zm2 11h-6V9h3v3h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-rotate-left.svg b/mkdocs-material/material/templates/.icons/material/file-rotate-left.svg new file mode 100644 index 0000000..36ba90b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-rotate-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 7h-4c-1.1 0-2 .9-2 2v9a2 2 0 0 0 2 2h6c1.11 0 2-.89 2-2v-7zm2 5h-3V9h.17L19 11.83zM4 11c0-4.42 3.58-8 8-8l1 .06v2.02L12 5c-3.31 0-6 2.69-6 6h3l-4 4-4-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-rotate-right-outline.svg b/mkdocs-material/material/templates/.icons/material/file-rotate-right-outline.svg new file mode 100644 index 0000000..ef213aa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-rotate-right-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11h3l-4 4-4-4h3c0-3.31-2.69-6-6-6l-1 .08V3.06L12 3c4.42 0 8 3.58 8 8M9 7H5c-1.1 0-2 .9-2 2v9a2 2 0 0 0 2 2h6c1.11 0 2-.89 2-2v-7zm2 11H5V9h3v3h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-rotate-right.svg b/mkdocs-material/material/templates/.icons/material/file-rotate-right.svg new file mode 100644 index 0000000..d3f7716 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-rotate-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 20a2 2 0 0 1-2-2V9c0-1.1.9-2 2-2h4l4 4v7c0 1.11-.89 2-2 2zm6-8.17L8.17 9H8v3h3zm9-.83h3l-4 4-4-4h3c0-3.31-2.69-6-6-6l-1 .08V3.06L12 3c4.42 0 8 3.58 8 8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-search-outline.svg b/mkdocs-material/material/templates/.icons/material/file-search-outline.svg new file mode 100644 index 0000000..c28304f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-search-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h7c-.41-.25-.8-.56-1.14-.9-.33-.33-.61-.7-.86-1.1H6V4h7v5h5v1.18c.71.16 1.39.43 2 .82V8zm6.31 16.9c1.33-2.11.69-4.9-1.4-6.22-2.11-1.33-4.91-.68-6.22 1.4-1.34 2.11-.69 4.89 1.4 6.22 1.46.93 3.32.93 4.79.02L22 23.39 23.39 22zm-3.81.1a2.5 2.5 0 0 1-2.5-2.5 2.5 2.5 0 0 1 2.5-2.5 2.5 2.5 0 0 1 2.5 2.5 2.5 2.5 0 0 1-2.5 2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-search.svg b/mkdocs-material/material/templates/.icons/material/file-search.svg new file mode 100644 index 0000000..3587a87 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-search.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h7c-.41-.25-.8-.56-1.14-.9a6.48 6.48 0 0 1-.36-9.18C13.69 9.5 17.33 9.13 20 11V8zm-1 7V3.5L18.5 9zm7.31 9.9c1.33-2.11.69-4.9-1.4-6.22-2.11-1.33-4.91-.68-6.22 1.4-1.34 2.11-.69 4.89 1.4 6.22 1.46.93 3.32.93 4.79.02L22 23.39 23.39 22zm-3.81.1a2.5 2.5 0 0 1-2.5-2.5 2.5 2.5 0 0 1 2.5-2.5 2.5 2.5 0 0 1 2.5 2.5 2.5 2.5 0 0 1-2.5 2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-send-outline.svg b/mkdocs-material/material/templates/.icons/material/file-send-outline.svg new file mode 100644 index 0000000..52f5f74 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-send-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2H6a2 2 0 0 0-2 2v16c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2V8zm4 18H6V4h7v5h5zm-5.46-1.5v-2h-4v-2h4v-2l3 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-send.svg b/mkdocs-material/material/templates/.icons/material/file-send.svg new file mode 100644 index 0000000..133b693 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-send.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2H6c-1.11 0-2 .89-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8zm-1.46 17.37v-2h-4v-1.99h4v-2l3 3zM13 9V3.5L18.5 9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-settings-outline.svg b/mkdocs-material/material/templates/.icons/material/file-settings-outline.svg new file mode 100644 index 0000000..46e3f51 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-settings-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 0a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V6l-6-6zm0 2h7v5h5v11H6zm1 20v2h2v-2zm4 0v2h2v-2zm4 0v2h2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-settings.svg b/mkdocs-material/material/templates/.icons/material/file-settings.svg new file mode 100644 index 0000000..5c200c2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-settings.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 0C4.89 0 4 .89 4 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V6l-6-6zm7 1.5L18.5 7H13zM7 22v2h2v-2zm4 0v2h2v-2zm4 0v2h2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-sign.svg b/mkdocs-material/material/templates/.icons/material/file-sign.svg new file mode 100644 index 0000000..e0708f8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-sign.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.7 12.9 14 18.6h-2.3v-2.3l5.7-5.7zm3.4-.8c0 .3-.3.6-.6.9L20 15.5l-.9-.9 2.6-2.6-.6-.6-.7.7-2.3-2.3 2.2-2.1c.2-.2.6-.2.9 0l1.4 1.4c.2.2.2.6 0 .9-.2.2-.4.4-.4.6s.2.4.4.6c.3.3.6.6.5.9M3 20V4h7v5h5v1.5l2-2V8l-6-6H3c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2zm8-2.9c-.2 0-.4.1-.5.1L10 15H8.5l-2.1 1.7L7 14H5.5l-1 5H6l2.9-2.6.6 2.3h1l.5-.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-star-four-points-outline.svg b/mkdocs-material/material/templates/.icons/material/file-star-four-points-outline.svg new file mode 100644 index 0000000..9c9465d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-star-four-points-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 11-1.26 2.75L8 15l2.74 1.26L12 19l1.25-2.74L16 15l-2.75-1.25zM6 2h8l6 6v12c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2m0 2v16h12V9h-5V4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-star-four-points.svg b/mkdocs-material/material/templates/.icons/material/file-star-four-points.svg new file mode 100644 index 0000000..e3f3a4b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-star-four-points.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 4c0-1.11.89-2 2-2h8l6 6v12c0 .53-.21 1.04-.59 1.41-.37.38-.88.59-1.41.59H6c-.53 0-1.04-.21-1.41-.59C4.21 21.04 4 20.53 4 20zm9-.5V9h5.5zM12 11l-1.26 2.75L8 15l2.74 1.26L12 19l1.25-2.74L16 15l-2.75-1.25z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-star-outline.svg b/mkdocs-material/material/templates/.icons/material/file-star-outline.svg new file mode 100644 index 0000000..b06b995 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-star-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8zm4 18H6V4h7v5h5zm-8.5-2 .7-2.8L8 13.3l2.9-.2 1.1-2.7 1.1 2.6 2.9.2-2.2 1.9.7 2.8-2.5-1.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-star.svg b/mkdocs-material/material/templates/.icons/material/file-star.svg new file mode 100644 index 0000000..4eae14f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-star.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2H6a2 2 0 0 0-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8zm.5 16.9L12 17.5 9.5 19l.7-2.8L8 14.3l2.9-.2 1.1-2.7 1.1 2.6 2.9.2-2.2 1.9zM13 9V3.5L18.5 9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-swap-outline.svg b/mkdocs-material/material/templates/.icons/material/file-swap-outline.svg new file mode 100644 index 0000000..ada12a4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-swap-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17 15-3-3v2h-4v-2l-3 3 3 3v-2h4v2m0-16H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8zm4 18H6V4h7v5h5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-swap.svg b/mkdocs-material/material/templates/.icons/material/file-swap.svg new file mode 100644 index 0000000..981cd9d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-swap.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8m-6 10v-2h-4v2l-3-3 3-3v2h4v-2l3 3m-4-6V3.5L18.5 9Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-sync-outline.svg b/mkdocs-material/material/templates/.icons/material/file-sync-outline.svg new file mode 100644 index 0000000..41bbe88 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-sync-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.8 22H6c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h8l6 6v3.5c-.6-.3-1.3-.4-2-.5V9h-5V4H6v16h5.5c.3.7.8 1.4 1.3 2M17 12l-2.2 2.2 2.2 2.2V15c1.4 0 2.5 1.1 2.5 2.5 0 .4-.1.8-.3 1.1l1.1 1.1c.4-.6.7-1.4.7-2.2 0-2.2-1.8-4-4-4zm2.2 8.8L17 18.5V20c-1.4 0-2.5-1.1-2.5-2.5 0-.4.1-.8.3-1.1l-1.1-1.1c-.4.6-.7 1.4-.7 2.2 0 2.2 1.8 4 4 4V23z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-sync.svg b/mkdocs-material/material/templates/.icons/material/file-sync.svg new file mode 100644 index 0000000..0b7e3ee --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-sync.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 17.5c0-3.6 2.9-6.5 6.5-6.5.9 0 1.7.2 2.5.5V8l-6-6H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h6.8c-1.1-1.2-1.8-2.8-1.8-4.5m2-14L18.5 9H13zm4 8.5v1.5c2.2 0 4 1.8 4 4 0 .8-.2 1.6-.7 2.2l-1.1-1.1c.2-.3.3-.7.3-1.1 0-1.4-1.1-2.5-2.5-2.5v1.5l-2.2-2.2zm0 11v-1.5c-2.2 0-4-1.8-4-4 0-.8.2-1.6.7-2.2l1.1 1.1c-.2.3-.3.7-.3 1.1 0 1.4 1.1 2.5 2.5 2.5v-1.5l2.2 2.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-table-box-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/file-table-box-multiple-outline.svg new file mode 100644 index 0000000..c9c2c28 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-table-box-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 5v16h16v2H3c-1.1 0-2-.9-2-2V5zm18-4H7c-1.11 0-2 .89-2 2v14c0 1.1.9 2 2 2h14c1.11 0 2-.89 2-2V3c0-1.1-.9-2-2-2m0 16H7V3h14zm-10-3H8v2h3zm4 0h-3v2h3zm-4-3H8v2h3zm4 0h-3v2h3zm-4-3H8v2h3zm4 0h-3v2h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-table-box-multiple.svg b/mkdocs-material/material/templates/.icons/material/file-table-box-multiple.svg new file mode 100644 index 0000000..0c98b7c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-table-box-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 5v16h16v2H3c-1.1 0-2-.9-2-2V5zm18-4H7c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2V3a2 2 0 0 0-2-2M11 16H8v-2h3zm0-3H8v-2h3zm0-3H8V8h3zm4 6h-3v-2h3zm0-3h-3v-2h3zm0-3h-3V8h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-table-box-outline.svg b/mkdocs-material/material/templates/.icons/material/file-table-box-outline.svg new file mode 100644 index 0000000..3709f07 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-table-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5c-1.11 0-2 .89-2 2v14c0 1.11.89 2 2 2h14c1.11 0 2-.89 2-2V5c0-1.11-.89-2-2-2m0 16H5V5h14zM9 18H6v-2h3zm4 0h-3v-2h3zm-4-3H6v-2h3zm4 0h-3v-2h3zm-4-3H6v-2h3zm4 0h-3v-2h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-table-box.svg b/mkdocs-material/material/templates/.icons/material/file-table-box.svg new file mode 100644 index 0000000..7551782 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-table-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5c-1.11 0-2 .89-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5a2 2 0 0 0-2-2M9 18H6v-2h3zm0-3H6v-2h3zm0-3H6v-2h3zm4 6h-3v-2h3zm0-3h-3v-2h3zm0-3h-3v-2h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-table-outline.svg b/mkdocs-material/material/templates/.icons/material/file-table-outline.svg new file mode 100644 index 0000000..fd0dd64 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-table-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8zm4 18H6V4h7v5h5zm-8-7H7v-2h3zm4 0h-3v-2h3zm-4 3H7v-2h3zm4 0h-3v-2h3zm-4 3H7v-2h3zm4 0h-3v-2h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-table.svg b/mkdocs-material/material/templates/.icons/material/file-table.svg new file mode 100644 index 0000000..52a5717 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-table.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8zm-4 17H7v-2h3zm0-3H7v-2h3zm0-3H7v-2h3zm4 6h-3v-2h3zm0-3h-3v-2h3zm0-3h-3v-2h3zm-1-4V3.5L18.5 9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-tree-outline.svg b/mkdocs-material/material/templates/.icons/material/file-tree-outline.svg new file mode 100644 index 0000000..3168379 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-tree-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 13H7v5h5v2H5V10h2v1h5zM8 4v2H4V4zm2-2H2v6h8zm10 9v2h-4v-2zm2-2h-8v6h8zm-2 9v2h-4v-2zm2-2h-8v6h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-tree.svg b/mkdocs-material/material/templates/.icons/material/file-tree.svg new file mode 100644 index 0000000..f6a9bb8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-tree.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3h6v4H3zm12 7h6v4h-6zm0 7h6v4h-6zm-2-4H7v5h6v2H5V9h2v2h6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-undo-outline.svg b/mkdocs-material/material/templates/.icons/material/file-undo-outline.svg new file mode 100644 index 0000000..baef35e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-undo-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2H6a2 2 0 0 0-2 2v16c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2V8zm4 18H6V4h7v5h5zm-1-2.39-1.16.39a3.91 3.91 0 0 0-3.71-2.69c-.96 0-1.82.35-2.5.92L11.4 18H7v-4.4l1.76 1.76c.9-.79 2.07-1.27 3.37-1.27 2.27 0 4.2 1.48 4.87 3.52"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-undo.svg b/mkdocs-material/material/templates/.icons/material/file-undo.svg new file mode 100644 index 0000000..2e61d28 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-undo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 9h5.5L13 3.5zM6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2m6.16 12.31c-1.56 0-2.97.58-4.05 1.52L6 13.72V19h5.28l-2.13-2.12c.82-.68 1.85-1.1 3.01-1.1 2.07 0 3.84 1.35 4.45 3.22l1.39-.46c-.81-2.45-3.12-4.23-5.84-4.23"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-upload-outline.svg b/mkdocs-material/material/templates/.icons/material/file-upload-outline.svg new file mode 100644 index 0000000..91c319f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-upload-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14 2 6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm4 18V9h-5V4H6v16zm-6-8 4 4h-2.5v3h-3v-3H8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-upload.svg b/mkdocs-material/material/templates/.icons/material/file-upload.svg new file mode 100644 index 0000000..ca5abd1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-upload.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8zm-.5 14v3h-3v-3H8l4-4 4 4zM13 9V3.5L18.5 9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-video-outline.svg b/mkdocs-material/material/templates/.icons/material/file-video-outline.svg new file mode 100644 index 0000000..daf99a7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-video-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14 2 6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm4 18V9h-5V4H6v16zm-2-2-2.5-1.7V18H8v-5h5.5v1.7L16 13z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-video.svg b/mkdocs-material/material/templates/.icons/material/file-video.svg new file mode 100644 index 0000000..4d1f1b0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-video.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 9h5.5L13 3.5zM6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2m11 17v-6l-3 2.2V13H7v6h7v-2.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-word-box-outline.svg b/mkdocs-material/material/templates/.icons/material/file-word-box-outline.svg new file mode 100644 index 0000000..c130592 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-word-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3c-1.11 0-2 .89-2 2v14c0 1.11.89 2 2 2h14c1.11 0 2-.89 2-2V5c0-1.11-.89-2-2-2zm0 2h14v14H5zm12.9 2-2.4 10H14l-2-7.5-2 7.5H8.5L6.1 7h1.7l1.54 7.5L11.3 7h1.4l1.97 7.5L16.2 7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-word-box.svg b/mkdocs-material/material/templates/.icons/material/file-word-box.svg new file mode 100644 index 0000000..bada208 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-word-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.5 17H14l-2-7.5-2 7.5H8.5L6.1 7h1.7l1.54 7.5L11.3 7h1.4l1.97 7.5L16.2 7h1.7M19 3H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-word-outline.svg b/mkdocs-material/material/templates/.icons/material/file-word-outline.svg new file mode 100644 index 0000000..4ba57a5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-word-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2H6a2 2 0 0 0-2 2v16c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2V8zm4 18H6V4h7v5h5zm-.65-10-2.1 9h-1.4l-1.8-6.79-1.8 6.79h-1.4l-2.2-9h1.5l1.4 6.81 1.8-6.81h1.3l1.8 6.81 1.4-6.81z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-word.svg b/mkdocs-material/material/templates/.icons/material/file-word.svg new file mode 100644 index 0000000..af1fda6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-word.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8zm1.2 18h-1.4L12 13.2 10.2 20H8.8l-2.2-9h1.5l1.4 6.8 1.8-6.8h1.3l1.8 6.8 1.4-6.8h1.5zM13 9V3.5L18.5 9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file-xml-box.svg b/mkdocs-material/material/templates/.icons/material/file-xml-box.svg new file mode 100644 index 0000000..09ba4f3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file-xml-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5c-1.11 0-2 .89-2 2v14c0 1.11.89 2 2 2h14c1.11 0 2-.89 2-2V5c0-1.11-.89-2-2-2M8 15H6.5L6 13l-.5 2H4l.75-3L4 9h1.5l.5 2 .5-2H8l-.75 3zm7.5 0H14v-4.5h-1V14h-1.5v-3.5h-1V15H9v-4c0-1.1.9-2 2-2h2.5a2 2 0 0 1 2 2zm4.5 0h-3V9h1.5v4.5H20z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/file.svg b/mkdocs-material/material/templates/.icons/material/file.svg new file mode 100644 index 0000000..e6e55b7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/file.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 9V3.5L18.5 9M6 2c-1.11 0-2 .89-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/film.svg b/mkdocs-material/material/templates/.icons/material/film.svg new file mode 100644 index 0000000..21b5d42 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/film.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.5 3H5V1.8c0-.44.36-.8.8-.8h4.4c.44 0 .8.36.8.8V3h1.5A1.5 1.5 0 0 1 14 4.5V5h8v15h-8v.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 20.5v-16A1.5 1.5 0 0 1 3.5 3M18 7v2h2V7zm-4 0v2h2V7zm-4 0v2h2V7zm4 9v2h2v-2zm4 0v2h2v-2zm-8 0v2h2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/filmstrip-box-multiple.svg b/mkdocs-material/material/templates/.icons/material/filmstrip-box-multiple.svg new file mode 100644 index 0000000..a854116 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/filmstrip-box-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 6H2v14a2 2 0 0 0 2 2h14v-2H4zm16-4H8a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2M10 15H8v-2h2zm0-4H8V9h2zm0-4H8V5h2zm10 8h-2v-2h2zm0-4h-2V9h2zm0-4h-2V5h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/filmstrip-box.svg b/mkdocs-material/material/templates/.icons/material/filmstrip-box.svg new file mode 100644 index 0000000..87de02f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/filmstrip-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3c1.1 0 2 .9 2 2v14c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2zM7 18v-2H5v2zm0-5v-2H5v2zm0-5V6H5v2zm12 10v-2h-2v2zm0-5v-2h-2v2zm0-5V6h-2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/filmstrip-off.svg b/mkdocs-material/material/templates/.icons/material/filmstrip-off.svg new file mode 100644 index 0000000..b8e0b78 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/filmstrip-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 4.27 2.28 3 21 21.72 19.73 23 16 19.27V21H8v-2H6v2H4V7.27zM18 9V7h-2v2zm0 4v-2h-2v2zm0 2h-1.18l-10-10H8V3h8v2h2V3h2v15.18l-2-2zM8 13v-1.73L7.73 11H6v2zm0 4v-2H6v2zM6 3v1.18L4.82 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/filmstrip.svg b/mkdocs-material/material/templates/.icons/material/filmstrip.svg new file mode 100644 index 0000000..45abc47 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/filmstrip.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 9h-2V7h2m0 6h-2v-2h2m0 6h-2v-2h2M8 9H6V7h2m0 6H6v-2h2m0 6H6v-2h2M18 3v2h-2V3H8v2H6V3H4v18h2v-2h2v2h8v-2h2v2h2V3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/filter-check-outline.svg b/mkdocs-material/material/templates/.icons/material/filter-check-outline.svg new file mode 100644 index 0000000..c36ccc5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/filter-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19.88c.04.3-.06.62-.28.83-.4.39-1.03.39-1.42 0L7.29 16.7a.99.99 0 0 1-.29-.83v-5.12L2.21 4.62a1 1 0 0 1 .17-1.4c.19-.14.4-.22.62-.22h14c.22 0 .43.08.62.22a1 1 0 0 1 .17 1.4L13 10.75zM5.04 5 9 10.07v5.51l2 2v-7.53L14.96 5zm12.71 16L15 18l1.16-1.16 1.59 1.59 3.59-3.59 1.16 1.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/filter-check.svg b/mkdocs-material/material/templates/.icons/material/filter-check.svg new file mode 100644 index 0000000..2478a13 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/filter-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 12v7.88c.04.3-.06.62-.29.83a.996.996 0 0 1-1.41 0L8.29 18.7a.99.99 0 0 1-.29-.83V12h-.03L2.21 4.62a1 1 0 0 1 .17-1.4c.19-.14.4-.22.62-.22h14c.22 0 .43.08.62.22a1 1 0 0 1 .17 1.4L12.03 12zm5.75 9L15 18l1.16-1.16 1.59 1.59 3.59-3.59 1.16 1.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/filter-cog-outline.svg b/mkdocs-material/material/templates/.icons/material/filter-cog-outline.svg new file mode 100644 index 0000000..a79ddeb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/filter-cog-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22.77 19.32-1.07-.82c.02-.17.04-.33.04-.5s-.01-.33-.04-.5l1.06-.82a.26.26 0 0 0 .06-.32l-1-1.73c-.06-.13-.19-.13-.32-.13l-1.23.5c-.27-.18-.54-.35-.85-.47l-.19-1.32A.236.236 0 0 0 19 13h-2a.26.26 0 0 0-.26.21l-.19 1.32c-.3.13-.59.29-.85.47l-1.24-.5c-.11 0-.24 0-.31.13l-1 1.73c-.06.11-.04.24.06.32l1.06.82a4.2 4.2 0 0 0 0 1l-1.06.82a.26.26 0 0 0-.06.32l1 1.73c.06.13.19.13.31.13l1.24-.5c.26.18.54.35.85.47l.19 1.32c.02.12.12.21.26.21h2c.11 0 .22-.09.24-.21l.19-1.32c.3-.13.57-.29.84-.47l1.23.5c.13 0 .26 0 .33-.13l1-1.73a.26.26 0 0 0-.06-.32M18 19.5c-.84 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5m-.38-16.28c-.19-.14-.4-.22-.62-.22H3c-.22 0-.43.08-.62.22a1 1 0 0 0-.17 1.4L7 10.75v5.12c-.04.29.06.6.29.83l4.01 4.01c.1.1.2.17.35.22C11.22 20 11 19 11 18c0-1.83.72-3.59 2-4.9v-2.35l4.79-6.13a1 1 0 0 0-.17-1.4M11 10.05v7.53l-2-2v-5.52L5.04 5h9.92z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/filter-cog.svg b/mkdocs-material/material/templates/.icons/material/filter-cog.svg new file mode 100644 index 0000000..f9a2592 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/filter-cog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22.77 19.32-1.07-.82c.02-.17.04-.33.04-.5s-.01-.33-.04-.5l1.06-.82a.26.26 0 0 0 .06-.32l-1-1.73c-.06-.13-.19-.13-.32-.13l-1.23.5c-.27-.18-.54-.35-.85-.47l-.19-1.32A.236.236 0 0 0 19 13h-2a.26.26 0 0 0-.26.21l-.19 1.32c-.3.13-.59.29-.85.47l-1.24-.5c-.11 0-.24 0-.31.13l-1 1.73c-.06.11-.04.24.06.32l1.06.82a4.2 4.2 0 0 0 0 1l-1.06.82a.26.26 0 0 0-.06.32l1 1.73c.06.13.19.13.31.13l1.24-.5c.26.18.54.35.85.47l.19 1.32c.02.12.12.21.26.21h2c.11 0 .22-.09.24-.21l.19-1.32c.3-.13.57-.29.84-.47l1.23.5c.13 0 .26 0 .33-.13l1-1.73a.26.26 0 0 0-.06-.32M18 19.5c-.84 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5M3 3c-.22 0-.43.08-.62.22a1 1 0 0 0-.17 1.4L7.97 12H8v5.87c-.04.29.06.6.29.83l2.01 2.01c.35.35.89.37 1.28.09-.38-.89-.58-1.84-.58-2.8 0-1.27.35-2.5 1-3.6V12h.03l5.76-7.38a1 1 0 0 0-.17-1.4c-.19-.14-.4-.22-.62-.22z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/filter-menu-outline.svg b/mkdocs-material/material/templates/.icons/material/filter-menu-outline.svg new file mode 100644 index 0000000..ff1e3a5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/filter-menu-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 18.88a1 1 0 0 1-.29.83 1 1 0 0 1-1.41 0l-4-4a1 1 0 0 1-.3-.84V9.75L1.21 3.62a1 1 0 0 1 .17-1.4A1 1 0 0 1 2 2h14a1 1 0 0 1 .62.22 1 1 0 0 1 .17 1.4L12 9.75zM4 4l4 5.06v5.52l2 2V9.05L14 4m-1 12 5 5 5-5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/filter-menu.svg b/mkdocs-material/material/templates/.icons/material/filter-menu.svg new file mode 100644 index 0000000..755f1e6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/filter-menu.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11 11 5.76-7.38a1 1 0 0 0-.17-1.4A1 1 0 0 0 16 2H2a1 1 0 0 0-.62.22 1 1 0 0 0-.17 1.4L7 11v5.87a1 1 0 0 0 .29.83l2 2a1 1 0 0 0 1.41 0 1 1 0 0 0 .3-.83zm2 5 5 5 5-5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/filter-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/filter-minus-outline.svg new file mode 100644 index 0000000..7057402 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/filter-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 17h8v2h-8zm-2 2.88c.04.3-.06.62-.28.83-.4.39-1.03.39-1.42 0L7.29 16.7a.99.99 0 0 1-.29-.83v-5.12L2.21 4.62a1 1 0 0 1 .17-1.4c.19-.14.4-.22.62-.22h14c.22 0 .43.08.62.22a1 1 0 0 1 .17 1.4L13 10.75zM5.04 5 9 10.07v5.51l2 2v-7.53L14.96 5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/filter-minus.svg b/mkdocs-material/material/templates/.icons/material/filter-minus.svg new file mode 100644 index 0000000..9803484 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/filter-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 12v7.88c.04.3-.06.62-.29.83a.996.996 0 0 1-1.41 0L8.29 18.7a1 1 0 0 1-.29-.84V12h-.03L2.21 4.62a1 1 0 0 1 .17-1.4c.19-.14.4-.22.62-.22h14c.22 0 .43.08.62.22a1 1 0 0 1 .17 1.4L12.03 12zm3 5h8v2h-8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/filter-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/filter-multiple-outline.svg new file mode 100644 index 0000000..99dc933 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/filter-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.47 5c-.22 0-.43.08-.6.21-.44.34-.52.97-.18 1.4v.01L7 12.14v5.91l3.64 3.66c.36.39 1.02.39 1.41 0s.39-1.02.01-1.41L9 17.22v-5.77L4.27 5.39c-.19-.25-.49-.39-.8-.39m18.15-1.78c-.19-.14-.4-.22-.62-.22H7c-.22 0-.43.08-.62.22a1 1 0 0 0-.17 1.4L11 10.75v5.12c-.04.29.06.6.29.83l4.01 4.01c.39.39 1.02.39 1.41 0 .23-.21.33-.53.29-.83v-9.13l4.79-6.13a1 1 0 0 0-.17-1.4M15 10.05v7.53l-2-2v-5.52L9.04 5h9.92z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/filter-multiple.svg b/mkdocs-material/material/templates/.icons/material/filter-multiple.svg new file mode 100644 index 0000000..f5ca34b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/filter-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.46 5c-.21 0-.42.08-.59.21-.44.34-.52.97-.18 1.4v.01L8 13.42v5.99l2.29 2.3c.39.39 1.03.39 1.42 0s.39-1.03 0-1.42L10 18.59v-5.86L4.27 5.39A1.01 1.01 0 0 0 3.46 5M16 12v7.88c.04.3-.06.62-.29.83a.996.996 0 0 1-1.41 0l-2.01-2.01a.99.99 0 0 1-.29-.83V12h-.03L6.21 4.62a1 1 0 0 1 .17-1.4c.19-.14.4-.22.62-.22h14c.22 0 .43.08.62.22a1 1 0 0 1 .17 1.4L16.03 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/filter-off-outline.svg b/mkdocs-material/material/templates/.icons/material/filter-off-outline.svg new file mode 100644 index 0000000..3a8c6ae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/filter-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.39 1.73 1.11 3 9 10.89v4.98c-.04.29.06.6.29.83l4.01 4.01c.39.39 1.02.39 1.41 0 .23-.21.33-.53.29-.83v-2.99l5.84 5.84 1.27-1.27L15 14.35v-.01l-2-1.99-2-2.01L4.15 3.5zM6.21 3 8.2 5h8.76l-3.85 4.91L15 11.8v-1.05l4.79-6.13a1 1 0 0 0-.17-1.4c-.19-.14-.4-.22-.62-.22zM11 12.89l2 2v2.69l-2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/filter-off.svg b/mkdocs-material/material/templates/.icons/material/filter-off.svg new file mode 100644 index 0000000..7bfaed6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/filter-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.39 1.73 1.11 3l8.39 8.37.47.63H10v5.87c-.04.29.06.6.29.83l2.01 2.01c.39.39 1.02.39 1.41 0 .23-.21.33-.53.29-.83v-3.99l6.84 6.84 1.27-1.27L14 13.35 9.41 8.76 4.15 3.5zM6.21 3l8.33 8.34 5.25-6.72a1 1 0 0 0-.17-1.4c-.19-.14-.4-.22-.62-.22z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/filter-outline.svg b/mkdocs-material/material/templates/.icons/material/filter-outline.svg new file mode 100644 index 0000000..d466448 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/filter-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 19.88c.04.3-.06.62-.29.83a.996.996 0 0 1-1.41 0L9.29 16.7a.99.99 0 0 1-.29-.83v-5.12L4.21 4.62a1 1 0 0 1 .17-1.4c.19-.14.4-.22.62-.22h14c.22 0 .43.08.62.22a1 1 0 0 1 .17 1.4L15 10.75zM7.04 5 11 10.06v5.52l2 2v-7.53L16.96 5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/filter-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/filter-plus-outline.svg new file mode 100644 index 0000000..07b5b36 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/filter-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 17h3v-3h2v3h3v2h-3v3h-2v-3h-3zm-2 2.88c.04.3-.06.62-.28.83-.4.39-1.03.39-1.42 0L7.29 16.7a.99.99 0 0 1-.29-.83v-5.12L2.21 4.62a1 1 0 0 1 .17-1.4c.19-.14.4-.22.62-.22h14c.22 0 .43.08.62.22a1 1 0 0 1 .17 1.4L13 10.75zM5.04 5 9 10.07v5.51l2 2v-7.53L14.96 5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/filter-plus.svg b/mkdocs-material/material/templates/.icons/material/filter-plus.svg new file mode 100644 index 0000000..2af8500 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/filter-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 12v7.88c.04.3-.06.62-.29.83a.996.996 0 0 1-1.41 0L8.29 18.7a.99.99 0 0 1-.29-.83V12h-.03L2.21 4.62a1 1 0 0 1 .17-1.4c.19-.14.4-.22.62-.22h14c.22 0 .43.08.62.22a1 1 0 0 1 .17 1.4L12.03 12zm3 5h3v-3h2v3h3v2h-3v3h-2v-3h-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/filter-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/filter-remove-outline.svg new file mode 100644 index 0000000..2701dfc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/filter-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.73 20.83 17.58 18l-2.85-2.83 1.42-1.41L19 16.57l2.8-2.81 1.42 1.41L20.41 18l2.81 2.83-1.42 1.41L19 19.4l-2.85 2.84zM13 19.88c.04.3-.06.62-.29.83a.996.996 0 0 1-1.41 0L7.29 16.7a.99.99 0 0 1-.29-.83v-5.12L2.21 4.62a1 1 0 0 1 .17-1.4c.19-.14.4-.22.62-.22h14c.22 0 .43.08.62.22a1 1 0 0 1 .17 1.4L13 10.75zM5.04 5 9 10.06v5.52l2 2v-7.53L14.96 5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/filter-remove.svg b/mkdocs-material/material/templates/.icons/material/filter-remove.svg new file mode 100644 index 0000000..ee67e76 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/filter-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.76 20.83 17.6 18l-2.84-2.83 1.41-1.41L19 16.57l2.83-2.81 1.41 1.41L20.43 18l2.81 2.83-1.41 1.41L19 19.4l-2.83 2.84zM12 12v7.88c.04.3-.06.62-.29.83a.996.996 0 0 1-1.41 0L8.29 18.7a.99.99 0 0 1-.29-.83V12h-.03L2.21 4.62a1 1 0 0 1 .17-1.4c.19-.14.4-.22.62-.22h14c.22 0 .43.08.62.22a1 1 0 0 1 .17 1.4L12.03 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/filter-settings-outline.svg b/mkdocs-material/material/templates/.icons/material/filter-settings-outline.svg new file mode 100644 index 0000000..b6401c0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/filter-settings-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 22h2v2h-2m-4-2h2v2h-2m-4-2h2v2H7m8-4.12c.04.3-.06.62-.29.83a.996.996 0 0 1-1.41 0L9.29 16.7a.99.99 0 0 1-.29-.83v-5.12L4.21 4.62a1 1 0 0 1 .17-1.4c.19-.14.4-.22.62-.22h14c.22 0 .43.08.62.22a1 1 0 0 1 .17 1.4L15 10.75zM7.04 5 11 10.06v5.52l2 2v-7.53L16.96 5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/filter-settings.svg b/mkdocs-material/material/templates/.icons/material/filter-settings.svg new file mode 100644 index 0000000..0973db0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/filter-settings.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 22h2v2h-2m-4-2h2v2h-2m-4-2h2v2H7m7-12v7.88c.04.3-.06.62-.29.83a.996.996 0 0 1-1.41 0l-2.01-2.01a.99.99 0 0 1-.29-.83V12h-.03L4.21 4.62a1 1 0 0 1 .17-1.4c.19-.14.4-.22.62-.22h14c.22 0 .43.08.62.22a1 1 0 0 1 .17 1.4L14.03 12Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/filter-variant-minus.svg b/mkdocs-material/material/templates/.icons/material/filter-variant-minus.svg new file mode 100644 index 0000000..2179668 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/filter-variant-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 8H3V6h18zm-7.19 8H10v2h3.09c.12-.72.37-1.39.72-2M18 11H6v2h12zm5 7h-8v2h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/filter-variant-plus.svg b/mkdocs-material/material/templates/.icons/material/filter-variant-plus.svg new file mode 100644 index 0000000..5b20a72 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/filter-variant-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 8H3V6h18zm-7.19 8H10v2h3.09c.12-.72.37-1.39.72-2M18 11H6v2h12zm0 4v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/filter-variant-remove.svg b/mkdocs-material/material/templates/.icons/material/filter-variant-remove.svg new file mode 100644 index 0000000..4cb77bf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/filter-variant-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 8H3V6h18zm-7.19 8H10v2h3.09c.12-.72.37-1.39.72-2M18 11H6v2h12zm3.12 4.46L19 17.59l-2.12-2.13-1.41 1.42L17.59 19l-2.12 2.12 1.41 1.42L19 20.41l2.12 2.13 1.42-1.42L20.41 19l2.13-2.12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/filter-variant.svg b/mkdocs-material/material/templates/.icons/material/filter-variant.svg new file mode 100644 index 0000000..32b243c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/filter-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 13h12v-2H6M3 6v2h18V6M10 18h4v-2h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/filter.svg b/mkdocs-material/material/templates/.icons/material/filter.svg new file mode 100644 index 0000000..98c14e8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/filter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 12v7.88c.04.3-.06.62-.29.83a.996.996 0 0 1-1.41 0l-2.01-2.01a.99.99 0 0 1-.29-.83V12h-.03L4.21 4.62a1 1 0 0 1 .17-1.4c.19-.14.4-.22.62-.22h14c.22 0 .43.08.62.22a1 1 0 0 1 .17 1.4L14.03 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/finance.svg b/mkdocs-material/material/templates/.icons/material/finance.svg new file mode 100644 index 0000000..ff78846 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/finance.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m6 16.5-3 2.94V11h3m5 3.66-1.57-1.34L8 14.64V7h3m5 6-3 3V3h3m2.81 9.81L17 11h5v5l-1.79-1.79L13 21.36l-3.47-3.02L5.75 22H3l6.47-6.34L13 18.64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/find-replace.svg b/mkdocs-material/material/templates/.icons/material/find-replace.svg new file mode 100644 index 0000000..2f2ccf1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/find-replace.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 6c1.38 0 2.63.56 3.54 1.46L12 10h6V4l-2.05 2.05A6.98 6.98 0 0 0 11 4c-3.53 0-6.43 2.61-6.92 6H6.1A5 5 0 0 1 11 6m5.64 9.14A6.9 6.9 0 0 0 17.92 12H15.9a5 5 0 0 1-4.9 4c-1.38 0-2.63-.56-3.54-1.46L10 12H4v6l2.05-2.05A6.98 6.98 0 0 0 11 18c1.55 0 3-.5 4.14-1.36L20 21.5l1.5-1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fingerprint-off.svg b/mkdocs-material/material/templates/.icons/material/fingerprint-off.svg new file mode 100644 index 0000000..b04591c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fingerprint-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.5 4.77 2.78 3.5 20.5 21.22l-1.27 1.28-2.56-2.56c-1.09-.04-2.05-.34-2.85-.89-1.48-1-2.36-2.62-2.38-4.34l-1.17-1.18c-.24.32-.38.7-.38 1.12 0 1.71.66 3.31 1.87 4.51.95.94 1.86 1.46 3.27 1.84.27.08.42.36.35.62-.05.23-.26.38-.47.38h-.13c-1.59-.46-2.63-1.05-3.72-2.12a7.28 7.28 0 0 1-2.17-5.22c0-.69.25-1.33.67-1.83L8.5 11.77c-.72.77-1.16 1.78-1.16 2.89 0 1.44.32 2.77.93 3.84.64 1.16 1.08 1.65 1.85 2.43.19.2.19.51 0 .71-.12.1-.24.15-.37.15s-.25-.05-.35-.15c-.87-.87-1.34-1.43-2.01-2.64-.69-1.23-1.05-2.73-1.05-4.34 0-1.38.55-2.66 1.45-3.6L6.7 9.97c-.55.53-1.01 1.18-1.35 1.89-.39.81-.59 1.76-.59 2.8 0 .78.07 2.01.67 3.61.1.26-.03.55-.29.64a.504.504 0 0 1-.64-.29c-.5-1.31-.73-2.62-.73-3.96 0-1.2.23-2.29.68-3.24.39-.81.91-1.54 1.55-2.16L4.97 8.24q-.585.585-1.08 1.26c-.08.15-.23.22-.39.22l-.29-.09a.517.517 0 0 1-.12-.7c.36-.5.75-.97 1.18-1.4zm16.31-.3-.23-.06C15.66 3.42 14 3 12 3c-1.97 0-3.85.47-5.56 1.41l-.15.05-.58-.57c.02-.15.11-.28.25-.36C7.82 2.5 9.86 2 12 2s4 .47 6.04 1.5c.25.15.34.45.21.69a.48.48 0 0 1-.44.28m-.66 1.18c1.5.77 2.76 1.85 3.75 3.25.16.22.1.54-.12.7-.23.16-.54.11-.7-.1a9.26 9.26 0 0 0-3.39-2.96c-2.63-1.35-5.93-1.46-8.66-.33l-.76-.76c3.07-1.41 6.87-1.35 9.88.2M12 9.27c3.12 0 5.66 2.42 5.66 5.39a.5.5 0 0 1-.5.5l-.23-.05-.21-.22-.06-.23c0-2.39-2.04-4.34-4.57-4.39l-.94-.94zm2.38 8.95c.33.23.69.4 1.09.51l-2.84-2.83c.29.92.9 1.75 1.75 2.32m4.83-3.56c0-3.77-3.25-6.83-7.25-6.83-.7 0-1.38.1-2.03.28l-.81-.81c.88-.3 1.85-.48 2.84-.48 4.54 0 8.25 3.51 8.25 7.83 0 1-.52 1.88-1.32 2.41l-.72-.72c.62-.34 1.04-.96 1.04-1.68"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fingerprint.svg b/mkdocs-material/material/templates/.icons/material/fingerprint.svg new file mode 100644 index 0000000..9dae060 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fingerprint.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.81 4.47c-.08 0-.16-.02-.23-.06C15.66 3.42 14 3 12 3c-1.97 0-3.85.47-5.56 1.41-.24.13-.54.04-.68-.2a.506.506 0 0 1 .2-.68C7.82 2.5 9.86 2 12 2s4 .47 6.04 1.5c.25.15.34.45.21.69a.48.48 0 0 1-.44.28M3.5 9.72c-.1 0-.2-.03-.29-.09a.517.517 0 0 1-.12-.7c.99-1.4 2.25-2.5 3.75-3.27C10 4.04 14 4.03 17.15 5.65c1.5.77 2.76 1.85 3.75 3.25.16.22.1.54-.12.7-.23.16-.54.11-.7-.1a9.26 9.26 0 0 0-3.39-2.96c-2.87-1.47-6.54-1.47-9.4.01-1.36.7-2.5 1.7-3.4 2.95-.08.15-.23.22-.39.22m6.25 12.07c-.13 0-.25-.05-.35-.15-.87-.87-1.34-1.43-2.01-2.64-.69-1.23-1.05-2.73-1.05-4.34 0-2.97 2.54-5.39 5.66-5.39s5.66 2.42 5.66 5.39a.5.5 0 0 1-.5.5.5.5 0 0 1-.5-.5c0-2.42-2.09-4.39-4.66-4.39s-4.66 1.97-4.66 4.39c0 1.44.32 2.77.93 3.84.64 1.16 1.08 1.65 1.85 2.43.19.2.19.51 0 .71-.12.1-.24.15-.37.15m7.17-1.85c-1.19 0-2.24-.3-3.1-.89-1.49-1.01-2.38-2.65-2.38-4.39a.5.5 0 0 1 .5-.5.5.5 0 0 1 .5.5c0 1.41.72 2.74 1.94 3.56.71.48 1.54.71 2.54.71.24 0 .64-.03 1.04-.1.27-.05.54.13.58.41.05.26-.13.53-.41.58-.57.11-1.07.12-1.21.12M14.91 22h-.13c-1.59-.46-2.63-1.05-3.72-2.12a7.28 7.28 0 0 1-2.17-5.22c0-1.62 1.38-2.94 3.08-2.94s3.08 1.32 3.08 2.94c0 1.07.95 1.94 2.08 1.94 1.15 0 2.08-.87 2.08-1.94 0-3.77-3.25-6.83-7.25-6.83-2.84 0-5.46 1.58-6.61 4.03-.39.81-.59 1.76-.59 2.8 0 .78.07 2.01.67 3.61.1.26-.03.55-.29.64a.504.504 0 0 1-.64-.29c-.5-1.31-.73-2.62-.73-3.96 0-1.2.23-2.29.68-3.24 1.33-2.79 4.28-4.6 7.51-4.6 4.54 0 8.25 3.51 8.25 7.83 0 1.62-1.38 2.94-3.08 2.94s-3.08-1.32-3.08-2.94c0-1.07-.93-1.94-2.08-1.94s-2.08.87-2.08 1.94c0 1.71.66 3.31 1.87 4.51.95.94 1.86 1.46 3.27 1.84.27.08.42.36.35.62-.05.23-.26.38-.47.38"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fire-alert.svg b/mkdocs-material/material/templates/.icons/material/fire-alert.svg new file mode 100644 index 0000000..f1705e7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fire-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.66 11.2c-.23-.3-.51-.56-.77-.82-.67-.6-1.43-1.03-2.07-1.66C11.33 7.26 11 4.85 11.95 3c-.95.23-1.78.75-2.49 1.32-2.59 2.08-3.61 5.75-2.39 8.9.04.1.08.2.08.33 0 .22-.15.42-.35.5-.23.1-.47.04-.66-.12a.6.6 0 0 1-.14-.17c-1.13-1.43-1.31-3.48-.55-5.12C3.78 10 2.87 12.3 3 14.47c.06.5.12 1 .29 1.5.14.6.41 1.2.71 1.73 1.08 1.73 2.95 2.97 4.96 3.22 2.14.27 4.43-.12 6.07-1.6 1.83-1.66 2.47-4.32 1.53-6.6l-.13-.26c-.21-.46-.77-1.26-.77-1.26m-3.16 6.3c-.28.24-.74.5-1.1.6-1.12.4-2.24-.16-2.9-.82 1.19-.28 1.9-1.16 2.11-2.05.17-.8-.15-1.46-.28-2.23-.12-.74-.1-1.37.17-2.06.19.38.39.76.63 1.06.77 1 1.98 1.44 2.24 2.8.04.14.06.28.06.43.03.82-.33 1.72-.93 2.27M21 13h-2V7h2zm0 4h-2v-2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fire-circle.svg b/mkdocs-material/material/templates/.icons/material/fire-circle.svg new file mode 100644 index 0000000..afefc71 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fire-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.66 14.18c.03.11.04.22.04.32.03.65-.26 1.35-.73 1.78-.22.19-.58.39-.86.47-.88.31-1.76-.13-2.28-.64.94-.22 1.49-.9 1.67-1.61.12-.61-.13-1.12-.23-1.72-.1-.58-.08-1.07.13-1.6.15.29.31.59.5.82.6.78 1.55 1.12 1.76 2.18M22 12c0 5.5-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2s10 4.5 10 10m-4.84.56-.1-.2c-.16-.36-.61-.98-.61-.98-.18-.23-.4-.44-.6-.64-.53-.47-1.12-.8-1.63-1.29-1.17-1.14-1.43-3.01-.68-4.45-.75.18-1.4.58-1.96 1.03-2.03 1.62-2.83 4.47-1.87 6.92.03.08.06.16.06.26 0 .17-.12.32-.27.39-.19.07-.37.03-.5-.1a.32.32 0 0 1-.13-.13c-.87-1.11-1.03-2.71-.44-3.98-1.31 1.06-2.02 2.85-1.93 4.53.06.39.1.78.24 1.17.11.47.32.91.56 1.35.84 1.34 2.31 2.31 3.89 2.5 1.68.21 3.48-.09 4.77-1.24 1.44-1.3 1.94-3.37 1.2-5.14"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fire-extinguisher.svg b/mkdocs-material/material/templates/.icons/material/fire-extinguisher.svg new file mode 100644 index 0000000..78b6f0e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fire-extinguisher.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.5 7h1.25L12 5h-1.75L6 7.5V9H4V6.5L10 3h2V2h2v1h2l1-.5v3L16 5h-2l.25 2h1.25A1.5 1.5 0 0 1 17 8.5V22H9V8.5A1.5 1.5 0 0 1 10.5 7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fire-hydrant-alert.svg b/mkdocs-material/material/templates/.icons/material/fire-hydrant-alert.svg new file mode 100644 index 0000000..165e746 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fire-hydrant-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 7h-2v6h2zm0 8h-2v2h2zM3 15v-1H2v-2h1v-1h2v4zm14-3v-1h-2v4h2v-1h1v-2zm-1-6h-2.14C13.5 4.6 12.4 3.5 11 3.14V2H9v1.14C7.6 3.5 6.5 4.6 6.14 6H4v2h12zm0 16H4a2 2 0 0 1 2-2V9h8v11a2 2 0 0 1 2 2m-8-9a2 2 0 1 0 4 0c0-1.11-.89-2-2-2s-2 .9-2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fire-hydrant-off.svg b/mkdocs-material/material/templates/.icons/material/fire-hydrant-off.svg new file mode 100644 index 0000000..03181a8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fire-hydrant-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.84 22.73 1.27-1.27L2.39 1.73 1.11 3 8 9.89V20c-1.1 0-2 .9-2 2h12a2 2 0 0 0-2-2v-2.11zM10.22 12.11l2.67 2.67c-.27.14-.57.22-.89.22a2 2 0 0 1-2-2c0-.32.08-.62.22-.89M11.2 8 8.44 5.24c.5-1.03 1.43-1.81 2.56-2.1V2h2v1.14c1.4.36 2.5 1.46 2.86 2.86H18v2zm7.8 3v1h1v2h-1v1h-.8L17 13.8V11zM5 15v-1H4v-2h1v-1h2v4zm11-2.2L12.2 9H16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fire-hydrant.svg b/mkdocs-material/material/templates/.icons/material/fire-hydrant.svg new file mode 100644 index 0000000..3e701d4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fire-hydrant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 15v-1H4v-2h1v-1h2v4zm14-3v-1h-2v4h2v-1h1v-2zm-1-6h-2.14C15.5 4.6 14.4 3.5 13 3.14V2h-2v1.14C9.6 3.5 8.5 4.6 8.14 6H6v2h12zm0 16H6c0-1.1.9-2 2-2V9h8v11a2 2 0 0 1 2 2m-8-9a2 2 0 1 0 4 0c0-1.11-.89-2-2-2s-2 .9-2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fire-off.svg b/mkdocs-material/material/templates/.icons/material/fire-off.svg new file mode 100644 index 0000000..53cbb16 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fire-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.11 21.46 2.39 1.73 1.11 3l5.98 6C5.66 10.36 4.88 12.47 5 14.47c.06.5.12 1 .29 1.5.14.6.41 1.2.71 1.73 1.08 1.73 2.95 2.97 4.96 3.22 2.14.27 4.43-.12 6.07-1.6.07-.06.12-.14.19-.21l3.62 3.62zM8.8 14.05c-.23.1-.47.04-.66-.12a.6.6 0 0 1-.14-.17c-1-1.29-1.26-3.07-.74-4.61l1.32 1.32c0 .93.15 1.86.49 2.75.04.1.08.2.08.33 0 .22-.15.42-.35.5m5.7 3.45c-.28.24-.74.5-1.1.6-1.12.4-2.24-.16-2.9-.82 1.19-.28 1.9-1.16 2.11-2.05.05-.23.05-.47.03-.7L15 16.88c-.15.23-.31.45-.5.62m4.42-1.78L9.65 6.46c.47-.81 1.07-1.54 1.81-2.14.71-.57 1.54-1.09 2.49-1.32-.95 1.85-.62 4.26.87 5.72.64.63 1.4 1.06 2.07 1.66.26.26.54.52.77.82 0 0 .56.8.77 1.26l.13.26c.4.97.5 2 .36 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fire-station.svg b/mkdocs-material/material/templates/.icons/material/fire-station.svg new file mode 100644 index 0000000..00f61e3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fire-station.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.11 10.39c.26-.24.42-.64.39-1V9.2c-.07-.39-.32-.6-.58-.83-.14-.13-.29-.25-.42-.42l-.24-.45c-.13.3-.14.58-.09.91.02.09.04.19.07.28.05.23.11.45.05.7-.09.39-.39.78-.92.91.3.29.78.52 1.27.36zM2 22V7c0-.26.11-.5.29-.71C2.5 6.11 2.74 6 3 6h4V2h10v4h4c.27 0 .5.11.71.29.19.21.29.45.29.71v15h-3v-5s0-2-4-2-4 2-4 2v5H8v-5H4v5zM14.47 7.62h.03l-.36-.37-.89-.75c-.64-.62-.79-1.68-.38-2.5-.37.1-.77.33-1.08.58-1.11.92-1.56 2.54-1.03 3.92l.04.15c0 .1-.07.19-.16.22-.09.05-.2.02-.28-.05l-.06-.08c-.49-.63-.57-1.53-.24-2.24-.72.59-1.1 1.6-1.06 2.56l.13.66c.06.28.17.53.32.78.45.74 1.26 1.29 2.13 1.4.92.1 1.92-.05 2.63-.71.79-.74 1.08-1.89.66-2.9l-.06-.12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fire-truck.svg b/mkdocs-material/material/templates/.icons/material/fire-truck.svg new file mode 100644 index 0000000..b0181f4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fire-truck.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.04 2c-.19 0-.38.04-.54.14L5.59 8.5h3.96l7.95-4.64c.5-.28.63-.89.35-1.36-.17-.3-.47-.5-.81-.5M16 8v2H3a2 2 0 0 0-2 2h1v3H1v4h2a3 3 0 0 0 3 3 3 3 0 0 0 3-3h6a3 3 0 0 0 3 3 3 3 0 0 0 3-3h2v-6.5L19.5 8zm2 1.5h1l2.5 3v1H18zM4 12h3v3H4zm5 0h3v3H9zm5 0h2v3h-2zm-8 5.5A1.5 1.5 0 0 1 7.5 19 1.5 1.5 0 0 1 6 20.5 1.5 1.5 0 0 1 4.5 19 1.5 1.5 0 0 1 6 17.5m12 0a1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5 1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fire.svg b/mkdocs-material/material/templates/.icons/material/fire.svg new file mode 100644 index 0000000..7c29f07 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fire.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.66 11.2c-.23-.3-.51-.56-.77-.82-.67-.6-1.43-1.03-2.07-1.66C13.33 7.26 13 4.85 13.95 3c-.95.23-1.78.75-2.49 1.32-2.59 2.08-3.61 5.75-2.39 8.9.04.1.08.2.08.33 0 .22-.15.42-.35.5-.23.1-.47.04-.66-.12a.6.6 0 0 1-.14-.17c-1.13-1.43-1.31-3.48-.55-5.12C5.78 10 4.87 12.3 5 14.47c.06.5.12 1 .29 1.5.14.6.41 1.2.71 1.73 1.08 1.73 2.95 2.97 4.96 3.22 2.14.27 4.43-.12 6.07-1.6 1.83-1.66 2.47-4.32 1.53-6.6l-.13-.26c-.21-.46-.77-1.26-.77-1.26m-3.16 6.3c-.28.24-.74.5-1.1.6-1.12.4-2.24-.16-2.9-.82 1.19-.28 1.9-1.16 2.11-2.05.17-.8-.15-1.46-.28-2.23-.12-.74-.1-1.37.17-2.06.19.38.39.76.63 1.06.77 1 1.98 1.44 2.24 2.8.04.14.06.28.06.43.03.82-.33 1.72-.93 2.27"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/firebase.svg b/mkdocs-material/material/templates/.icons/material/firebase.svg new file mode 100644 index 0000000..5b70c7e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/firebase.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20 18.69-7.3 4.05q-.75.39-1.5 0L4 18.69 17.05 5.54l.35-.1c.3 0 .47.13.5.4zM9.35 5.74 4.8 13.29 6.7 1.34c.03-.27.2-.4.5-.4.2 0 .33.06.4.25l2.15 3.95zM13.85 7 4.3 16.59l7.25-12.3c.1-.2.25-.29.45-.29s.33.09.4.29z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/firefox.svg b/mkdocs-material/material/templates/.icons/material/firefox.svg new file mode 100644 index 0000000..ab8f4c6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/firefox.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.85 6.74q.015 0 0 0M21.28 8.6c-.43-1.05-1.32-2.18-2.01-2.54.56 1.11.89 2.22 1.02 3.04v.02c-1.13-2.82-3.05-3.96-4.62-6.44-.08-.12-.17-.25-.24-.38-.04-.07-.07-.14-.11-.21-.06-.13-.12-.26-.15-.4 0-.01-.01-.02-.02-.02h-.03c-2.22 1.3-3.15 3.59-3.38 5.04-.69.04-1.37.21-1.99.51-.12.05-.17.19-.13.31.05.14.21.21.34.15.54-.26 1.14-.41 1.74-.45h.05c.08-.01.17-.01.25-.01.5-.01.97.06 1.44.2l.06.02c.1.02.17.06.25.06.05.04.11.06.16.08l.14.06c.07.03.14.06.2.09.03.02.06.03.09.05.07.04.16.07.2.11.04.02.08.05.12.07.73.45 1.34 1.07 1.75 1.81-.53-.37-1.49-.74-2.41-.58 3.6 1.81 2.63 8-2.36 7.76-.44-.01-.88-.1-1.3-.25-.1-.03-.2-.07-.29-.12-.05-.02-.12-.05-.17-.08-1.23-.63-2.24-1.82-2.38-3.27 0 0 .5-1.73 3.33-1.73.31 0 1.17-.86 1.2-1.1 0-.09-1.74-.78-2.42-1.45-.37-.36-.54-.53-.69-.66-.08-.07-.17-.13-.26-.19a4.63 4.63 0 0 1-.03-2.45C7.6 6.12 6.8 6.86 6.22 7.5c-.4-.5-.37-2.15-.35-2.5-.01 0-.3.16-.33.18-.35.25-.68.53-.98.82-.35.37-.66.74-.94 1.14-.62.91-1.12 1.95-1.34 3.04 0 .01-.1.41-.17.92l-.03.23c-.02.17-.04.32-.08.58v.41c0 5.53 4.5 10.01 10 10.01 4.97 0 9.08-3.59 9.88-8.33.02-.11.03-.24.05-.37.2-1.72-.02-3.52-.65-5.03"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fireplace-off.svg b/mkdocs-material/material/templates/.icons/material/fireplace-off.svg new file mode 100644 index 0000000..f03e6fd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fireplace-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 22H2v-2h20zm0-16H2V3h20zm-2 1v12h-3v-8s-2.5-1-5-1-5 1-5 1v8H4V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fireplace.svg b/mkdocs-material/material/templates/.icons/material/fireplace.svg new file mode 100644 index 0000000..ff5d89f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fireplace.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 22H2v-2h20zm0-16H2V3h20zm-2 1v12h-3v-8s-2.5-1-5-1-5 1-5 1v8H4V7zm-5.5 7.67h-.03l.34.55.06.12c.42 1.01.13 2.16-.66 2.9-.71.66-1.71.83-2.63.71-.87-.11-1.68-.66-2.13-1.42-.15-.23-.26-.5-.32-.76L9 16.11c-.04-.96.34-1.97 1.06-2.57-.33.72-.25 1.62.24 2.25l.06.08c.08.07.19.1.28.05.09-.03.16-.12.16-.22l-.04-.14c-.53-1.39-.08-3.01 1.03-3.93.31-.25.71-.48 1.08-.58-.41.82-.26 1.88.38 2.52l.89.73zm-1.39 2.77c.26-.24.42-.64.39-1v-.19c-.12-.6-.65-.79-1-1.25l-.24-.45c-.13.3-.14.58-.09.91.06.34.2.63.12.98-.09.39-.39.78-.92.91.3.29.78.52 1.27.36z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/firewire.svg b/mkdocs-material/material/templates/.icons/material/firewire.svg new file mode 100644 index 0000000..1affc0b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/firewire.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 10c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m0-2c-2.2 0-4 1.8-4 4s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4m3 9H9v2h6zm0 3H9v2h6zm-8.7-9.4 4.2-4.2-1.3-1.5-4.3 4.3zM4.2 8.5l4.2-4.2-1.3-1.5-4.3 4.3zM15 17H9v2h6zM13.4 6.3l4.2 4.2L21.1 7l-4.2-4.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/firework-off.svg b/mkdocs-material/material/templates/.icons/material/firework-off.svg new file mode 100644 index 0000000..c70735e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/firework-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.84 22.73-7.67-7.67-4.45 4.44-1.43-1.41c-.25.07-.49.19-.66.41-.06.07-.13.15-.13.24-.08.14-.12.26-.18.41-.11.27-.23.54-.39.78-.12.17-.25.33-.4.46-.11.11-.24.2-.37.27-.08.05-.16.1-.26.13-.6.25-1.27.21-1.9.21v-2h.9c.1 0 .18 0 .26-.06l.05-.05c.07-.08.13-.19.18-.29.08-.18.14-.36.21-.54l.04-.1c.12-.27.26-.51.44-.73.1-.13.22-.23.34-.36.12-.1.24-.2.38-.28l-1.3-1.31 4.44-4.45L1.11 3l1.28-1.27 19.72 19.73zM21 3l-8.19 1.12 7.07 7.07zm-4.5 8.74L12.26 7.5l-.76.78 4.22 4.22z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/firework.svg b/mkdocs-material/material/templates/.icons/material/firework.svg new file mode 100644 index 0000000..81fc7c4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/firework.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m5.8 16.59-1.3-1.31 7.76-7.78 4.24 4.24-7.78 7.76-1.43-1.41c-.25.07-.49.19-.66.41-.06.07-.13.15-.13.24-.08.14-.12.26-.18.41-.11.27-.23.54-.39.78-.12.17-.25.33-.4.46-.11.11-.24.2-.37.27-.08.05-.16.1-.26.13-.6.25-1.27.21-1.9.21v-2h.9c.1 0 .18 0 .26-.06l.05-.05c.07-.08.13-.19.18-.29.08-.18.14-.36.21-.54l.04-.1c.12-.27.26-.51.44-.73.1-.13.22-.23.34-.36.12-.1.24-.2.38-.28M21 3l-1.12 8.19-7.07-7.07z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fish-off.svg b/mkdocs-material/material/templates/.icons/material/fish-off.svg new file mode 100644 index 0000000..9155e89 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fish-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.8 22.7-5.1-5.1c-.6.7-1.1 1.3-1.6 1.7-.8.7-1.4.7-2.1.7l.8-3c-3.3-.2-6.2-1.6-7-3.4-.1.5-.2.9-.4 1.2C4.7 16 3.3 16 2 16c1.1 0 1.5-1.6 1.5-3.5S3.1 9 2 9c1.3 0 2.7 0 3.3 1.2.2.3.3.8.4 1.2.3-.7 1-1.4 1.9-1.9L1.1 3l1.3-1.3 19.7 19.7zM9.8 6.6 9 5c2 0 4 0 5.3.7 1.1.6 1.8 1.6 2.4 2.7 2.9.7 5.3 2.3 5.3 4.1 0 1.3-1.2 2.5-3 3.3zM16 12c0 .6.4 1 1 1s1-.4 1-1-.4-1-1-1-1 .4-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fish.svg b/mkdocs-material/material/templates/.icons/material/fish.svg new file mode 100644 index 0000000..117f936 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fish.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 20 .76-3c-3.26-.21-6.17-1.6-7.01-3.42-.09.48-.22.92-.42 1.25C4.67 16 3.33 16 2 16c1.1 0 1.5-1.57 1.5-3.5S3.1 9 2 9c1.33 0 2.67 0 3.33 1.17.2.33.33.77.42 1.25.65-1.42 2.57-2.57 4.91-3.1L9 5c2 0 4 0 5.33.67 1.13.56 1.78 1.6 2.36 2.71 2.92.7 5.31 2.28 5.31 4.12 0 1.88-2.5 3.5-5.5 4.16-.83 1.1-1.64 2.12-2.33 2.67-.84.67-1.5.67-2.17.67m5-9a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fishbowl-outline.svg b/mkdocs-material/material/templates/.icons/material/fishbowl-outline.svg new file mode 100644 index 0000000..4cb3b7f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fishbowl-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.11 5H21V3H3v2h1.89A9.93 9.93 0 0 0 2 12c0 3.97 2.31 7.39 5.66 9h8.68A9.97 9.97 0 0 0 22 12c0-2.73-1.11-5.2-2.89-7M6.32 6.41 7.7 5h8.6l1.38 1.41a7.9 7.9 0 0 1 1.37 1.84A7.3 7.3 0 0 1 16 7c-2.44 1.71-5.56 1.71-8 0-.94.66-2 1.09-3.05 1.25.36-.67.82-1.29 1.37-1.84M15.85 19h-7.7A7.93 7.93 0 0 1 4 12c0-.57.07-1.14.19-1.68A8.74 8.74 0 0 0 8 9.33c2.5 1.3 5.5 1.3 8 0 1.2.62 2.5.96 3.81.99.12.54.19 1.11.19 1.68a7.93 7.93 0 0 1-4.15 7M17 14.5c0 1.38-1.68 2.5-3.75 2.5-1.16 0-2.19-.36-2.92-.84-.66.84-2 .84-3.33.84 1.1 0 1.5-1.12 1.5-2.5S8.1 12 7 12c1.33 0 2.67 0 3.37.91.69-.55 1.72-.91 2.88-.91 2.07 0 3.75 1.12 3.75 2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fishbowl.svg b/mkdocs-material/material/templates/.icons/material/fishbowl.svg new file mode 100644 index 0000000..fcf46fd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fishbowl.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.11 5H21V3H3v2h1.89A9.93 9.93 0 0 0 2 12c0 3.97 2.31 7.39 5.66 9h8.68A9.97 9.97 0 0 0 22 12c0-2.73-1.11-5.2-2.89-7m-5.86 12c-1.16 0-2.19-.36-2.92-.83-.66.83-2 .83-3.33.83 1.1 0 1.5-1.12 1.5-2.5S8.1 12 7 12c1.33 0 2.67 0 3.37.91.69-.55 1.72-.91 2.88-.91 2.07 0 3.75 1.12 3.75 2.5S15.32 17 13.25 17M16 7c-2.44 1.71-5.56 1.71-8 0-.94.66-2 1.09-3.05 1.25.36-.67.82-1.29 1.37-1.84L7.7 5h8.6l1.38 1.41a7.9 7.9 0 0 1 1.37 1.84A7.3 7.3 0 0 1 16 7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fit-to-page-outline.svg b/mkdocs-material/material/templates/.icons/material/fit-to-page-outline.svg new file mode 100644 index 0000000..4c2b75b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fit-to-page-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.11 0-2 .89-2 2v16c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V4c0-1.11-.89-2-2-2m0 18H4V4h16m-7 4v2h-2V8H9l3-3 3 3m1 7v-2h-2v-2h2V9l3 3m-9 1H8v2l-3-3 3-3v2h2m5 5-3 3-3-3h2v-2h2v2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fit-to-page.svg b/mkdocs-material/material/templates/.icons/material/fit-to-page.svg new file mode 100644 index 0000000..e0d46b1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fit-to-page.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.11 0-2 .89-2 2v16c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V4c0-1.11-.89-2-2-2m-8 2 3 3h-2v2h-2V7H9m-2 8-3-3 3-3v2h2v2H7m5 7-3-3h2v-2h2v2h2m2-2v-2h-2v-2h2V9l3 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fit-to-screen-outline.svg b/mkdocs-material/material/templates/.icons/material/fit-to-screen-outline.svg new file mode 100644 index 0000000..5b4f0c0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fit-to-screen-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 4h3c1.1 0 2 .9 2 2v2h-2V6h-3zM4 8V6h3V4H4c-1.1 0-2 .9-2 2v2zm16 8v2h-3v2h3c1.1 0 2-.9 2-2v-2zM7 18H4v-2H2v2c0 1.1.9 2 2 2h3zm9-8v4H8v-4zm2-2H6v8h12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fit-to-screen.svg b/mkdocs-material/material/templates/.icons/material/fit-to-screen.svg new file mode 100644 index 0000000..608eb43 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fit-to-screen.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 4h3c1.1 0 2 .9 2 2v2h-2V6h-3zM4 8V6h3V4H4c-1.1 0-2 .9-2 2v2zm16 8v2h-3v2h3c1.1 0 2-.9 2-2v-2zM7 18H4v-2H2v2c0 1.1.9 2 2 2h3zM18 8H6v8h12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flag-checkered.svg b/mkdocs-material/material/templates/.icons/material/flag-checkered.svg new file mode 100644 index 0000000..b7e5aa7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flag-checkered.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.4 6H20v10h-7l-.4-2H7v7H5V4h9zm-.4 8h2v-2h2v-2h-2V8h-2v2l-1-2V6h-2v2H9V6H7v2h2v2H7v2h2v-2h2v2h2v-2l1 2zm-3-4V8h2v2zm3 0h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flag-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/flag-minus-outline.svg new file mode 100644 index 0000000..57bfbbc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flag-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12.36 6 .4 2H18v6h-3.36l-.4-2H7V6zM14 4H5v17h2v-7h5.6l.4 2h7V6h-5.6M23 18h-8v2h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flag-minus.svg b/mkdocs-material/material/templates/.icons/material/flag-minus.svg new file mode 100644 index 0000000..838506f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flag-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.4 5H18v10h-7l-.4-2H5v7H3V3h9zM14 17h8v2h-8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flag-off-outline.svg b/mkdocs-material/material/templates/.icons/material/flag-off-outline.svg new file mode 100644 index 0000000..0ca9db7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flag-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.11 21.46 2.39 1.73 1.11 3 5 6.89V21h2v-7h5.11l.61.61L13 16h1.11l6.73 6.73zM7 12V8.89L10.11 12zm2.2-6-2-2H14l.4 2H20v10h-.8l-2-2h.8V8h-5.24l-.4-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flag-off.svg b/mkdocs-material/material/templates/.icons/material/flag-off.svg new file mode 100644 index 0000000..9d446d4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flag-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.84 22.73 14.11 16H13l-.28-1.39-.61-.61H7v7H5V6.89L1.11 3l1.28-1.27 19.72 19.73zM20 16V6h-5.6L14 4H7.2l12 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flag-outline.svg b/mkdocs-material/material/templates/.icons/material/flag-outline.svg new file mode 100644 index 0000000..c9d4226 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flag-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12.36 6 .4 2H18v6h-3.36l-.4-2H7V6zM14 4H5v17h2v-7h5.6l.4 2h7V6h-5.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flag-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/flag-plus-outline.svg new file mode 100644 index 0000000..7750b4a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flag-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m13 16-.4-2H7v7H5V4h9l.4 2H20v7.09c-.33-.05-.66-.09-1-.09s-.67.04-1 .09V8h-5.24l-.4-2H7v6h7.24l.4 2h1.05c-.77.5-1.42 1.2-1.88 2zm5-1v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flag-plus.svg b/mkdocs-material/material/templates/.icons/material/flag-plus.svg new file mode 100644 index 0000000..bf8f12e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flag-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 14h2v3h3v2h-3v3h-2v-3h-3v-2h3zm-4.6-9H18v7c-2.22 0-4.16 1.21-5.2 3H11l-.4-2H5v7H3V3h9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flag-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/flag-remove-outline.svg new file mode 100644 index 0000000..ab34364 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flag-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m13 16-.4-2H7v7H5V4h9l.4 2H20v7.09c-.33-.05-.66-.09-1-.09s-.67.04-1 .09V8h-5.24l-.4-2H7v6h7.24l.4 2h1.05c-.77.5-1.42 1.2-1.88 2zm8.12-.54L19 17.59l-2.12-2.13-1.41 1.42L17.59 19l-2.12 2.12 1.41 1.42L19 20.41l2.12 2.13 1.42-1.42L20.41 19l2.13-2.12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flag-remove.svg b/mkdocs-material/material/templates/.icons/material/flag-remove.svg new file mode 100644 index 0000000..1841a58 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flag-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.46 15.88 1.42-1.42L18 16.59l2.12-2.13 1.42 1.42L19.41 18l2.13 2.12-1.42 1.42L18 19.41l-2.12 2.13-1.42-1.42L16.59 18zM12.4 5H18v7c-2.22 0-4.16 1.21-5.2 3H11l-.4-2H5v7H3V3h9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flag-triangle.svg b/mkdocs-material/material/templates/.icons/material/flag-triangle.svg new file mode 100644 index 0000000..9d3b537 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flag-triangle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 2h2v20H7zm12 7-8 5.6V3.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flag-variant-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/flag-variant-minus-outline.svg new file mode 100644 index 0000000..9b4557d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flag-variant-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 3c.6 0 1 .4 1 1v.9c1.1-.5 2.5-.9 4-.9 3 0 3 2 5 2 3 0 4-2 4-2v8s-1 2-4 2-3-2-5-2c-3 0-4 2-4 2v7H5V4c0-.6.4-1 1-1m1 4.2v4.2s2-1.5 4-1.5 3 2 5 2 2-1 2-1V7.5S17 8 16 8c-2 0-3-2-5-2S7 7.2 7 7.2M15 18v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flag-variant-minus.svg b/mkdocs-material/material/templates/.icons/material/flag-variant-minus.svg new file mode 100644 index 0000000..f4ddab6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flag-variant-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 3c.6 0 1 .4 1 1v.9c1.1-.5 2.5-.9 4-.9 3 0 3 2 5 2 3 0 4-2 4-2v8s-1 2-4 2-3-2-5-2c-3 0-4 2-4 2v7H5V4c0-.6.4-1 1-1m9 15v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flag-variant-off-outline.svg b/mkdocs-material/material/templates/.icons/material/flag-variant-off-outline.svg new file mode 100644 index 0000000..3b3c512 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flag-variant-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.1 21.5 2.4 1.7 1.1 3 5 6.9V21h2v-7s.8-1.6 3.2-1.9l10.7 10.7zM7 11.5V8.9l1.7 1.7c-1 .4-1.7.9-1.7.9m2.4-5.3L7.8 4.6c.9-.3 2-.6 3.2-.6 3 0 3 2 5 2 3 0 4-2 4-2v8s-.8 1.5-2.9 1.9L15 11.8c.3.1.6.2 1 .2 2 0 2-1 2-1V7.5S17 8 16 8c-2 0-3-2-5-2-.5 0-1.1.1-1.6.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flag-variant-off.svg b/mkdocs-material/material/templates/.icons/material/flag-variant-off.svg new file mode 100644 index 0000000..29aba82 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flag-variant-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.8 22.7 10.2 12.1C7.8 12.4 7 14 7 14v7H5V6.9L1.1 3l1.3-1.3 19.7 19.7zM20 12V4s-1 2-4 2c-2 0-2-2-5-2-1.2 0-2.3.3-3.2.6l9.3 9.3C19.2 13.5 20 12 20 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flag-variant-outline.svg b/mkdocs-material/material/templates/.icons/material/flag-variant-outline.svg new file mode 100644 index 0000000..6b9d794 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flag-variant-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 3a1 1 0 0 1 1 1v.88C8.06 4.44 9.5 4 11 4c3 0 3 2 5 2 3 0 4-2 4-2v8s-1 2-4 2-3-2-5-2c-3 0-4 2-4 2v7H5V4a1 1 0 0 1 1-1m1 4.25v4.25S9 10 11 10s3 2 5 2 2-1 2-1V7.5S17 8 16 8c-2 0-3-2-5-2S7 7.25 7 7.25"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flag-variant-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/flag-variant-plus-outline.svg new file mode 100644 index 0000000..8354315 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flag-variant-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 3c.6 0 1 .4 1 1v.9c1.1-.5 2.5-.9 4-.9 3 0 3 2 5 2 3 0 4-2 4-2v8s-1 2-4 2-3-2-5-2c-3 0-4 2-4 2v7H5V4c0-.6.4-1 1-1m1 4.2v4.2s2-1.5 4-1.5 3 2 5 2 2-1 2-1V7.5S17 8 16 8c-2 0-3-2-5-2S7 7.2 7 7.2M18 15v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flag-variant-plus.svg b/mkdocs-material/material/templates/.icons/material/flag-variant-plus.svg new file mode 100644 index 0000000..6170bb2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flag-variant-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 3c.6 0 1 .4 1 1v.9c1.1-.5 2.5-.9 4-.9 3 0 3 2 5 2 3 0 4-2 4-2v8s-1 2-4 2-3-2-5-2c-3 0-4 2-4 2v7H5V4c0-.6.4-1 1-1m12 12v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flag-variant-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/flag-variant-remove-outline.svg new file mode 100644 index 0000000..2e69f44 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flag-variant-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 3c.6 0 1 .4 1 1v.9c1.1-.5 2.5-.9 4-.9 3 0 3 2 5 2 3 0 4-2 4-2v8s-1 2-4 2-3-2-5-2c-3 0-4 2-4 2v7H5V4c0-.6.4-1 1-1m1 4.2v4.2s2-1.5 4-1.5 3 2 5 2 2-1 2-1V7.5S17 8 16 8c-2 0-3-2-5-2S7 7.2 7 7.2m14.1 8.3L19 17.6l-2.1-2.1-1.4 1.4 2.1 2.1-2.1 2.1 1.4 1.4 2.1-2.1 2.1 2.1 1.4-1.4-2.1-2.1 2.1-2.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flag-variant-remove.svg b/mkdocs-material/material/templates/.icons/material/flag-variant-remove.svg new file mode 100644 index 0000000..e7ad7fe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flag-variant-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 3c.6 0 1 .4 1 1v.9c1.1-.5 2.5-.9 4-.9 3 0 3 2 5 2 3 0 4-2 4-2v8s-1 2-4 2-3-2-5-2c-3 0-4 2-4 2v7H5V4c0-.6.4-1 1-1m15.1 12.5L19 17.6l-2.1-2.1-1.4 1.4 2.1 2.1-2.1 2.1 1.4 1.4 2.1-2.1 2.1 2.1 1.4-1.4-2.1-2.1 2.1-2.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flag-variant.svg b/mkdocs-material/material/templates/.icons/material/flag-variant.svg new file mode 100644 index 0000000..fb17d11 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flag-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 3a1 1 0 0 1 1 1v.88C8.06 4.44 9.5 4 11 4c3 0 3 2 5 2 3 0 4-2 4-2v8s-1 2-4 2-3-2-5-2c-3 0-4 2-4 2v7H5V4a1 1 0 0 1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flag.svg b/mkdocs-material/material/templates/.icons/material/flag.svg new file mode 100644 index 0000000..e69ba40 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flag.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.4 6 14 4H5v17h2v-7h5.6l.4 2h7V6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flare.svg b/mkdocs-material/material/templates/.icons/material/flare.svg new file mode 100644 index 0000000..75f8501 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flare.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 11H1v2h6zm2.17-3.24L7.05 5.64 5.64 7.05l2.12 2.12zM13 1h-2v6h2zm5.36 6.05-1.41-1.41-2.12 2.12 1.41 1.41zM17 11v2h6v-2zm-5-2a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3m2.83 7.24 2.12 2.12 1.41-1.41-2.12-2.12zm-9.19.71 1.41 1.41 2.12-2.12-1.41-1.41zM11 23h2v-6h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flash-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/flash-alert-outline.svg new file mode 100644 index 0000000..c95f86c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flash-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 2h10l-3.5 7H15L8 22v-8H5zm2 2v8h3v2.66L12 11H8.24l3.52-7M17 15h2v2h-2zm0-8h2v6h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flash-alert.svg b/mkdocs-material/material/templates/.icons/material/flash-alert.svg new file mode 100644 index 0000000..5e770c4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flash-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 2v11h3v9l7-12h-4l4-8m2 13h2v2h-2zm0-8h2v6h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flash-auto.svg b/mkdocs-material/material/templates/.icons/material/flash-auto.svg new file mode 100644 index 0000000..8d81a8f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flash-auto.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.85 7.65 18 4l1.15 3.65M19 2h-2l-3.2 9h1.9l.7-2h3.2l.7 2h1.9M3 2v12h3v9l7-12H9l4-9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flash-off-outline.svg b/mkdocs-material/material/templates/.icons/material/flash-off-outline.svg new file mode 100644 index 0000000..8f68f19 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flash-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m9 6.19-2-2V2h10l-3.5 7H17l-1.82 3.37-3.75-3.75L13.76 4H9zm10 12.54L17.73 20l-4.32-4.32L10 22v-8H7V9.27l-5-5L3.27 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flash-off.svg b/mkdocs-material/material/templates/.icons/material/flash-off.svg new file mode 100644 index 0000000..55e3c27 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flash-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 10h-4l4-8H7v2.18l8.46 8.46M3.27 3 2 4.27l5 5V13h3v9l3.58-6.14L17.73 20 19 18.73z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flash-outline.svg b/mkdocs-material/material/templates/.icons/material/flash-outline.svg new file mode 100644 index 0000000..a9b6b0a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flash-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 2h10l-3.5 7H17l-7 13v-8H7zm2 2v8h3v2.66L14 11h-3.76l3.52-7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flash-red-eye.svg b/mkdocs-material/material/templates/.icons/material/flash-red-eye.svg new file mode 100644 index 0000000..d9d8793 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flash-red-eye.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 5c-.56 0-1 .44-1 1s.44 1 1 1 1-.44 1-1-.44-1-1-1m0-3c-2.73 0-5.06 1.66-6 4 .94 2.34 3.27 4 6 4s5.06-1.66 6-4c-.94-2.34-3.27-4-6-4m0 1.5A2.5 2.5 0 0 1 18.5 6 2.5 2.5 0 0 1 16 8.5 2.5 2.5 0 0 1 13.5 6 2.5 2.5 0 0 1 16 3.5M3 2v12h3v9l7-12H9l1.12-2.5C9.44 7.76 8.88 6.93 8.5 6c.69-1.71 2-3.12 3.61-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flash-triangle-outline.svg b/mkdocs-material/material/templates/.icons/material/flash-triangle-outline.svg new file mode 100644 index 0000000..65bca22 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flash-triangle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2 1 21h22M12 6l7.5 13h-15m9.5-5h-1.5l1.5-3h-4v4h1v3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flash-triangle.svg b/mkdocs-material/material/templates/.icons/material/flash-triangle.svg new file mode 100644 index 0000000..29b2abc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flash-triangle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2 1 21h22zm-2 13v-5h4l-1.5 3.5h2l-3 5.5v-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flash.svg b/mkdocs-material/material/templates/.icons/material/flash.svg new file mode 100644 index 0000000..6de2adf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 2v11h3v9l7-12h-4l4-8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flashlight-off.svg b/mkdocs-material/material/templates/.icons/material/flashlight-off.svg new file mode 100644 index 0000000..4d2e095 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flashlight-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 5.27 3.28 4 20 20.72 18.73 22 15 18.27V22H9v-9.73zM18 5l-3 5h-3.18l-5-5zm0-1H6V2h12zm-3 7v2.18L12.82 11z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flashlight.svg b/mkdocs-material/material/templates/.icons/material/flashlight.svg new file mode 100644 index 0000000..f1b4eb8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flashlight.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 10 6 5h12l-3 5zm9-6H6V2h12zM9 22V11h6v11zm3-9a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flask-empty-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/flask-empty-minus-outline.svg new file mode 100644 index 0000000..c82a013 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flask-empty-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 17v2h-8v-2zM5 19c0 .55.45 1 1 1h7.34c.27.75.66 1.42 1.19 2H6c-1.66 0-3-1.34-3-3 0-.6.18-1.16.5-1.64L9 7.81V6c-.55 0-1-.45-1-1V4c0-1.1.9-2 2-2h4a2 2 0 0 1 2 2v1c0 .55-.45 1-1 1v1.81l2.5 4.37c-.64.17-1.26.45-1.81.82L13 8.35V4h-2v4.35L5.18 18.43c-.11.16-.18.36-.18.57"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flask-empty-minus.svg b/mkdocs-material/material/templates/.icons/material/flask-empty-minus.svg new file mode 100644 index 0000000..9346b2d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flask-empty-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 17v2h-8v-2zM6 22c-1.66 0-3-1.34-3-3 0-.6.18-1.16.5-1.64L9 7.81V6c-.55 0-1-.45-1-1V4c0-1.1.9-2 2-2h4a2 2 0 0 1 2 2v1c0 .55-.45 1-1 1v1.81l2.5 4.37C14.92 12.84 13 15.2 13 18c0 1.54.58 2.94 1.53 4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flask-empty-off-outline.svg b/mkdocs-material/material/templates/.icons/material/flask-empty-off-outline.svg new file mode 100644 index 0000000..8455173 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flask-empty-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.1 21.5 2.4 1.7 1.1 3l6.8 6.8-4.4 7.6c-.3.4-.5 1-.5 1.6 0 1.7 1.3 3 3 3h12c.6 0 1.2-.2 1.6-.5l1.2 1.2zM18 20H6c-.6 0-1-.4-1-1 0-.2.1-.4.2-.6l4.2-7.2zc.1 0 0 0 0 0M11 7.8l-3-3V4c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2v1c0 .6-.4 1-1 1v1.8l5.4 9.4-5.4-5.4-2-3.4V4h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flask-empty-off.svg b/mkdocs-material/material/templates/.icons/material/flask-empty-off.svg new file mode 100644 index 0000000..d0dd2a9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flask-empty-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.8 22.7-1.2-1.2c-.5.3-1 .5-1.6.5H6c-1.7 0-3-1.3-3-3 0-.6.2-1.2.5-1.6l4.4-7.6L1.1 3l1.3-1.3 19.7 19.7zM15 7.8V6c.6 0 1-.4 1-1V4c0-1.1-.9-2-2-2h-4c-1.1 0-2 .9-2 2v.8l12.4 12.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flask-empty-outline.svg b/mkdocs-material/material/templates/.icons/material/flask-empty-outline.svg new file mode 100644 index 0000000..db0e9e8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flask-empty-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 19a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1c0-.21-.07-.41-.18-.57L13 8.35V4h-2v4.35L5.18 18.43c-.11.16-.18.36-.18.57m1 3a3 3 0 0 1-3-3c0-.6.18-1.16.5-1.63L9 7.81V6a1 1 0 0 1-1-1V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1v1.81l5.5 9.56c.32.47.5 1.03.5 1.63a3 3 0 0 1-3 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flask-empty-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/flask-empty-plus-outline.svg new file mode 100644 index 0000000..1102e7a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flask-empty-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 14h2v3h3v2h-3v3h-2v-3h-3v-2h3zM5 19c0 .55.45 1 1 1h7.34c.27.75.66 1.42 1.19 2H6c-1.66 0-3-1.34-3-3 0-.6.18-1.16.5-1.64L9 7.81V6c-.55 0-1-.45-1-1V4c0-1.1.9-2 2-2h4a2 2 0 0 1 2 2v1c0 .55-.45 1-1 1v1.81l2.5 4.37c-.64.17-1.26.45-1.81.82L13 8.35V4h-2v4.35L5.18 18.43c-.11.16-.18.36-.18.57"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flask-empty-plus.svg b/mkdocs-material/material/templates/.icons/material/flask-empty-plus.svg new file mode 100644 index 0000000..3af2d1c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flask-empty-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 14h2v3h3v2h-3v3h-2v-3h-3v-2h3zM6 22c-1.66 0-3-1.34-3-3 0-.6.18-1.16.5-1.64L9 7.81V6c-.55 0-1-.45-1-1V4c0-1.1.9-2 2-2h4a2 2 0 0 1 2 2v1c0 .55-.45 1-1 1v1.81l2.5 4.37C14.92 12.84 13 15.2 13 18c0 1.54.58 2.94 1.53 4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flask-empty-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/flask-empty-remove-outline.svg new file mode 100644 index 0000000..d7d0974 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flask-empty-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.46 15.88 1.42-1.42L19 16.59l2.12-2.12 1.41 1.41L20.41 18l2.13 2.12-1.42 1.42L19 19.41l-2.12 2.12-1.41-1.41L17.59 18zM5 19c0 .55.45 1 1 1h7.34c.27.75.66 1.42 1.19 2H6c-1.66 0-3-1.34-3-3 0-.6.18-1.16.5-1.64L9 7.81V6c-.55 0-1-.45-1-1V4c0-1.1.9-2 2-2h4a2 2 0 0 1 2 2v1c0 .55-.45 1-1 1v1.81l2.5 4.37c-.64.17-1.26.45-1.81.82L13 8.35V4h-2v4.35L5.18 18.43c-.11.16-.18.36-.18.57"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flask-empty-remove.svg b/mkdocs-material/material/templates/.icons/material/flask-empty-remove.svg new file mode 100644 index 0000000..10b948c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flask-empty-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.46 15.88 1.42-1.42L19 16.59l2.12-2.12 1.41 1.41L20.41 18l2.13 2.12-1.42 1.42L19 19.41l-2.12 2.12-1.41-1.41L17.59 18zM6 22c-1.66 0-3-1.34-3-3 0-.6.18-1.16.5-1.64L9 7.81V6c-.55 0-1-.45-1-1V4c0-1.1.9-2 2-2h4a2 2 0 0 1 2 2v1c0 .55-.45 1-1 1v1.81l2.5 4.37C14.92 12.84 13 15.2 13 18c0 1.54.58 2.94 1.53 4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flask-empty.svg b/mkdocs-material/material/templates/.icons/material/flask-empty.svg new file mode 100644 index 0000000..5e77dc9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flask-empty.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 22a3 3 0 0 1-3-3c0-.6.18-1.16.5-1.63L9 7.81V6a1 1 0 0 1-1-1V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1v1.81l5.5 9.56c.32.47.5 1.03.5 1.63a3 3 0 0 1-3 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flask-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/flask-minus-outline.svg new file mode 100644 index 0000000..9626e0b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flask-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 17v2h-8v-2zM5 19c0 .55.45 1 1 1h7.34c.27.75.66 1.42 1.19 2H6c-1.66 0-3-1.34-3-3 0-.6.18-1.16.5-1.64L9 7.81V6c-.55 0-1-.45-1-1V4c0-1.1.9-2 2-2h4a2 2 0 0 1 2 2v1c0 .55-.45 1-1 1v1.81l2.5 4.37c-.64.17-1.26.45-1.81.82L13 8.35V4h-2v4.35L5.18 18.43c-.11.16-.18.36-.18.57m8-3 .58-.58c-.37.78-.58 1.66-.58 2.58H7.73l2.66-4.61zm-.5-4c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flask-minus.svg b/mkdocs-material/material/templates/.icons/material/flask-minus.svg new file mode 100644 index 0000000..a35b8a4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flask-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 17v2h-8v-2zM6 22c-1.66 0-3-1.34-3-3 0-.6.18-1.16.5-1.64L9 7.81V6c-.55 0-1-.45-1-1V4c0-1.1.9-2 2-2h4a2 2 0 0 1 2 2v1c0 .55-.45 1-1 1v1.81l2.5 4.37c-2 .52-3.64 2.08-4.24 4.08l-4.33-4.33-3.75 6.5c-.11.16-.18.36-.18.57 0 .55.45 1 1 1h7.34c.27.75.66 1.42 1.19 2zm7-12c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flask-off-outline.svg b/mkdocs-material/material/templates/.icons/material/flask-off-outline.svg new file mode 100644 index 0000000..bb80f5b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flask-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.1 21.5 2.4 1.7 1.1 3l6.8 6.8-4.4 7.6c-.3.4-.5 1-.5 1.6 0 1.7 1.3 3 3 3h12c.6 0 1.2-.2 1.6-.5l1.2 1.2zM18 20H6c-.6 0-1-.4-1-1 0-.2.1-.4.2-.6l4.2-7.2 4.2 4.2-.6.6-2.6-2.6L7.7 18h8.4zc.1 0 0 0 0 0M11 7.8l-3-3V4c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2v1c0 .6-.4 1-1 1v1.8l5.4 9.4-5.4-5.4-2-3.4V4h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flask-off.svg b/mkdocs-material/material/templates/.icons/material/flask-off.svg new file mode 100644 index 0000000..d9d1885 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flask-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.1 21.5 2.4 1.7 1.1 3l6.8 6.8-4.4 7.6c-.3.4-.5 1-.5 1.6 0 1.7 1.3 3 3 3h12c.6 0 1.2-.2 1.6-.5l1.2 1.2zM18 20H6c-.6 0-1-.4-1-1 0-.2.1-.4.2-.6L9 11.9l5 5.1.6-.6zc.1 0 0 0 0 0M8 4.8V4c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2v1c0 .6-.4 1-1 1v1.8l5.4 9.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flask-outline.svg b/mkdocs-material/material/templates/.icons/material/flask-outline.svg new file mode 100644 index 0000000..cbe3948 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flask-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 19a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1c0-.21-.07-.41-.18-.57L13 8.35V4h-2v4.35L5.18 18.43c-.11.16-.18.36-.18.57m1 3a3 3 0 0 1-3-3c0-.6.18-1.16.5-1.63L9 7.81V6a1 1 0 0 1-1-1V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1v1.81l5.5 9.56c.32.47.5 1.03.5 1.63a3 3 0 0 1-3 3zm7-6 1.34-1.34L16.27 18H7.73l2.66-4.61zm-.5-4a.5.5 0 0 1 .5.5.5.5 0 0 1-.5.5.5.5 0 0 1-.5-.5.5.5 0 0 1 .5-.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flask-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/flask-plus-outline.svg new file mode 100644 index 0000000..2c9dbc0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flask-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 14h2v3h3v2h-3v3h-2v-3h-3v-2h3zM5 19c0 .55.45 1 1 1h7.34c.27.75.66 1.42 1.19 2H6c-1.66 0-3-1.34-3-3 0-.6.18-1.16.5-1.64L9 7.81V6c-.55 0-1-.45-1-1V4c0-1.1.9-2 2-2h4a2 2 0 0 1 2 2v1c0 .55-.45 1-1 1v1.81l2.5 4.37c-.64.17-1.26.45-1.81.82L13 8.35V4h-2v4.35L5.18 18.43c-.11.16-.18.36-.18.57m8-3 .58-.58c-.37.78-.58 1.66-.58 2.58H7.73l2.66-4.61zm-.5-4c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flask-plus.svg b/mkdocs-material/material/templates/.icons/material/flask-plus.svg new file mode 100644 index 0000000..117fe79 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flask-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 14h2v3h3v2h-3v3h-2v-3h-3v-2h3zM6 22c-1.66 0-3-1.34-3-3 0-.6.18-1.16.5-1.64L9 7.81V6c-.55 0-1-.45-1-1V4c0-1.1.9-2 2-2h4a2 2 0 0 1 2 2v1c0 .55-.45 1-1 1v1.81l2.5 4.37c-2 .52-3.64 2.08-4.24 4.08l-4.33-4.33-3.75 6.5c-.11.16-.18.36-.18.57 0 .55.45 1 1 1h7.34c.27.75.66 1.42 1.19 2zm7-12c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flask-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/flask-remove-outline.svg new file mode 100644 index 0000000..9f45c19 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flask-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.46 15.88 1.42-1.42L19 16.59l2.12-2.12 1.41 1.41L20.41 18l2.13 2.12-1.42 1.42L19 19.41l-2.12 2.12-1.41-1.41L17.59 18zM5 19c0 .55.45 1 1 1h7.34c.27.75.66 1.42 1.19 2H6c-1.66 0-3-1.34-3-3 0-.6.18-1.16.5-1.64L9 7.81V6c-.55 0-1-.45-1-1V4c0-1.1.9-2 2-2h4a2 2 0 0 1 2 2v1c0 .55-.45 1-1 1v1.81l2.5 4.37c-.64.17-1.26.45-1.81.82L13 8.35V4h-2v4.35L5.18 18.43c-.11.16-.18.36-.18.57m8-3 .58-.58c-.37.78-.58 1.66-.58 2.58H7.73l2.66-4.61zm-.5-4c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flask-remove.svg b/mkdocs-material/material/templates/.icons/material/flask-remove.svg new file mode 100644 index 0000000..71cf9ef --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flask-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.46 15.88 1.42-1.42L19 16.59l2.12-2.12 1.41 1.41L20.41 18l2.13 2.12-1.42 1.42L19 19.41l-2.12 2.12-1.41-1.41L17.59 18zM6 22c-1.66 0-3-1.34-3-3 0-.6.18-1.16.5-1.64L9 7.81V6c-.55 0-1-.45-1-1V4c0-1.1.9-2 2-2h4a2 2 0 0 1 2 2v1c0 .55-.45 1-1 1v1.81l2.5 4.37c-2 .52-3.64 2.08-4.24 4.08l-4.33-4.33-3.75 6.5c-.11.16-.18.36-.18.57 0 .55.45 1 1 1h7.34c.27.75.66 1.42 1.19 2zm7-12c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flask-round-bottom-empty-outline.svg b/mkdocs-material/material/templates/.icons/material/flask-round-bottom-empty-outline.svg new file mode 100644 index 0000000..76cdbd0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flask-round-bottom-empty-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 15c0 3.87-3.13 7-7 7s-7-3.13-7-7c0-2.79 1.64-5.2 4-6.33V5c0-.55.45-1 1-1h.5l-1-2h5l-1 2h.5c.55 0 1 .45 1 1v3.67c2.36 1.13 4 3.54 4 6.33m-8-9v4.1a5 5 0 1 0 2 0V6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flask-round-bottom-empty.svg b/mkdocs-material/material/templates/.icons/material/flask-round-bottom-empty.svg new file mode 100644 index 0000000..d14b8d8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flask-round-bottom-empty.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 15c0 3.87-3.13 7-7 7s-7-3.13-7-7c0-2.79 1.64-5.2 4-6.33V5c0-.55.45-1 1-1h.5l-1-2h5l-1 2h.5c.55 0 1 .45 1 1v3.67c2.36 1.13 4 3.54 4 6.33"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flask-round-bottom-outline.svg b/mkdocs-material/material/templates/.icons/material/flask-round-bottom-outline.svg new file mode 100644 index 0000000..da7136a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flask-round-bottom-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 15c0 1.66-1.34 3-3 3s-3-1.34-3-3v-1h2v1c0 .55.45 1 1 1s1-.45 1-1v-1h2zm4 0c0 3.87-3.13 7-7 7s-7-3.13-7-7c0-2.79 1.64-5.2 4-6.33V5c0-.55.45-1 1-1h.5l-1-2h5l-1 2h.5c.55 0 1 .45 1 1v3.67c2.36 1.13 4 3.54 4 6.33m-8-9v4.1a5 5 0 1 0 2 0V6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flask-round-bottom.svg b/mkdocs-material/material/templates/.icons/material/flask-round-bottom.svg new file mode 100644 index 0000000..e255181 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flask-round-bottom.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 15c0 3.87-3.13 7-7 7s-7-3.13-7-7c0-2.79 1.64-5.2 4-6.33V5c0-.55.45-1 1-1h.5l-1-2h5l-1 2h.5c.55 0 1 .45 1 1v3.67c2.36 1.13 4 3.54 4 6.33m-8-9v4.1A5 5 0 0 0 7 15l.08.91L9 13.93 13.07 18l3.86-3.86A5.01 5.01 0 0 0 13 10.1V6zm2.07 6c.55 0 1 .45 1 1s-.45 1-1 1c-.57 0-1-.45-1-1s.43-1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flask.svg b/mkdocs-material/material/templates/.icons/material/flask.svg new file mode 100644 index 0000000..56a96c8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flask.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 22a3 3 0 0 1-3-3c0-.6.18-1.16.5-1.63L9 7.81V6a1 1 0 0 1-1-1V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1v1.81l5.5 9.56c.32.47.5 1.03.5 1.63a3 3 0 0 1-3 3zm-1-3a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1c0-.21-.07-.41-.18-.57l-2.29-3.96L14 17l-5.07-5.07-3.75 6.5c-.11.16-.18.36-.18.57m8-9a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fleur-de-lis.svg b/mkdocs-material/material/templates/.icons/material/fleur-de-lis.svg new file mode 100644 index 0000000..d22353d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fleur-de-lis.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2S9 4 9 7s2 5 2 9h-1s0-2-1-4c-2-4-6-2-6 1s2 3 2 3c0-3 3.5-3 3.5 0H7v2h3.5L9 20s1 1 2 0l1 2 1-2c1 1 2 0 2 0l-1.5-2H17v-2h-1.5c0-3 3.5-3 3.5 0 0 0 2 0 2-3s-4-5-6-1c-1 2-1 4-1 4h-1c0-4 2-6 2-9s-3-5-3-5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flip-horizontal.svg b/mkdocs-material/material/templates/.icons/material/flip-horizontal.svg new file mode 100644 index 0000000..f3cade0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flip-horizontal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 21h2v-2h-2m4-10h2V7h-2M3 5v14c0 1.1.9 2 2 2h4v-2H5V5h4V3H5c-1.1 0-2 .9-2 2m16-2v2h2c0-1.1-.9-2-2-2m-8 20h2V1h-2m8 16h2v-2h-2M15 5h2V3h-2m4 10h2v-2h-2m0 10c1.1 0 2-.9 2-2h-2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flip-to-back.svg b/mkdocs-material/material/templates/.icons/material/flip-to-back.svg new file mode 100644 index 0000000..936dff1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flip-to-back.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 17h2v-2h-2m0-10h2V3h-2M5 7H3v12a2 2 0 0 0 2 2h12v-2H5m14-2a2 2 0 0 0 2-2h-2m0-6h2V7h-2m0 6h2v-2h-2M9 17v-2H7a2 2 0 0 0 2 2m4-14h-2v2h2m6-2v2h2a2 2 0 0 0-2-2m-6 12h-2v2h2M9 3c-1.11 0-2 .89-2 2h2m0 6H7v2h2m0-6H7v2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flip-to-front.svg b/mkdocs-material/material/templates/.icons/material/flip-to-front.svg new file mode 100644 index 0000000..549e66b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flip-to-front.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 21h2v-2H7m4 2h2v-2h-2m8-4H9V5h10m0-2H9c-1.11 0-2 .89-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-4 18h2v-2h-2M3 9h2V7H3m2 14v-2H3a2 2 0 0 0 2 2m-2-4h2v-2H3m0-2h2v-2H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flip-vertical.svg b/mkdocs-material/material/templates/.icons/material/flip-vertical.svg new file mode 100644 index 0000000..f6839a7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flip-vertical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 15v2h2v-2m10 4v2h2v-2m2-16H5c-1.1 0-2 .9-2 2v4h2V5h14v4h2V5c0-1.1-.9-2-2-2m2 16h-2v2c1.1 0 2-.9 2-2M1 11v2h22v-2M7 19v2h2v-2m10-4v2h2v-2m-10 4v2h2v-2M3 19c0 1.1.9 2 2 2v-2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/floor-lamp-dual-outline.svg b/mkdocs-material/material/templates/.icons/material/floor-lamp-dual-outline.svg new file mode 100644 index 0000000..34b5435 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/floor-lamp-dual-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11.73 10.06-1.56 1.18.83.96V20H8v2h8v-2h-3v-7.7l.85-1.04-1.58-1.19zM8.32 5.31l.91 2.88-.23.18L6.47 6.7zM9.39 2 3 6.81l6.08 4.01 2.47-1.89zm6.28 3.3 1.86 1.4L15 8.37l-.23-.17zM14.61 2l-2.17 6.95 2.48 1.87L21 6.81z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/floor-lamp-dual.svg b/mkdocs-material/material/templates/.icons/material/floor-lamp-dual.svg new file mode 100644 index 0000000..4bd95f9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/floor-lamp-dual.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11.73 10.06-1.56 1.18.83.96V20H8v2h8v-2h-3v-7.7l.85-1.04-1.58-1.19zm-2.65.76L3 6.81 9.39 2l2.16 6.93zM14.61 2 21 6.81l-6.08 4.01-2.48-1.87z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/floor-lamp-outline.svg b/mkdocs-material/material/templates/.icons/material/floor-lamp-outline.svg new file mode 100644 index 0000000..023531c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/floor-lamp-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15 2 2 7H7l2-7m4.6 2h-3.2l-.85 3h4.9M11 10h2v10h3v2H8v-2h3Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/floor-lamp-torchiere-outline.svg b/mkdocs-material/material/templates/.icons/material/floor-lamp-torchiere-outline.svg new file mode 100644 index 0000000..4a88d5b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/floor-lamp-torchiere-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14 4-1.3 3h-1.4L10 4zm3-2H7l3 7h4zm-4 18h3v2H8v-2h3V10h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/floor-lamp-torchiere-variant-outline.svg b/mkdocs-material/material/templates/.icons/material/floor-lamp-torchiere-variant-outline.svg new file mode 100644 index 0000000..e227854 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/floor-lamp-torchiere-variant-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m13.97 4-1.29 3h-1.36l-1.29-3zM17 2H7l3 7h4zm-1.08 20L13 15v7h-2v-7l-2.92 7H5.92l5-12h2.16l5 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/floor-lamp-torchiere-variant.svg b/mkdocs-material/material/templates/.icons/material/floor-lamp-torchiere-variant.svg new file mode 100644 index 0000000..3eaa139 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/floor-lamp-torchiere-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m7 2 3 7h4l3-7zm8.92 20L13 15v7h-2v-7l-2.92 7H5.92l5-12h2.16l5 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/floor-lamp-torchiere.svg b/mkdocs-material/material/templates/.icons/material/floor-lamp-torchiere.svg new file mode 100644 index 0000000..8ef95e1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/floor-lamp-torchiere.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m7 2 3 7h4l3-7zm6 18h3v2H8v-2h3V10h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/floor-lamp.svg b/mkdocs-material/material/templates/.icons/material/floor-lamp.svg new file mode 100644 index 0000000..1bfc292 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/floor-lamp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15 2 2 7H7l2-7m2 8h2v10h3v2H8v-2h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/floor-plan.svg b/mkdocs-material/material/templates/.icons/material/floor-plan.svg new file mode 100644 index 0000000..ce29ce0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/floor-plan.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 5v5H9V5H5v8h4v-1h1v5H9v-3H5v5h7v-2h1v2h6v-2h2v4H3V3h18v12h-2v-5h-6v5h-1V9h7V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/floppy-variant.svg b/mkdocs-material/material/templates/.icons/material/floppy-variant.svg new file mode 100644 index 0000000..c7b5c59 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/floppy-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3v18h18V3zm9 7a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2m0 5a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1 1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/floppy.svg b/mkdocs-material/material/templates/.icons/material/floppy.svg new file mode 100644 index 0000000..3a0eead --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/floppy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5.5L18.5 3H17v6a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1V3zm7 1v5h3V4zm-5 8h10a1 1 0 0 1 1 1v6H6v-6a1 1 0 0 1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flower-outline.svg b/mkdocs-material/material/templates/.icons/material/flower-outline.svg new file mode 100644 index 0000000..f7e3ee5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flower-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.66 13.07c-1.74 0-3.16-1.41-3.16-3.14 0-.71.26-1.39.69-1.93-.42-.54-.69-1.22-.69-1.93 0-1.73 1.43-3.14 3.16-3.14l.43.03A3.15 3.15 0 0 1 12 1c1.31 0 2.44.81 2.91 1.96l.43-.03c1.73 0 3.16 1.41 3.16 3.14 0 .71-.26 1.39-.69 1.93.42.54.69 1.22.69 1.93 0 1.73-1.43 3.14-3.16 3.14l-.43-.03A3.15 3.15 0 0 1 12 15a3.15 3.15 0 0 1-2.91-1.96zM12 13c.62 0 1.12-.5 1.14-1.1l-.11-1.09c-.32.12-.67.19-1.03.19s-.7-.07-1-.19l-.14 1.09c.02.6.52 1.1 1.14 1.1m3.34-1.93c.63 0 1.16-.51 1.16-1.15 0-.42-.27-.84-.67-1.03l-.88-.42c-.12.74-.51 1.38-1.06 1.83l.81.57c.18.13.4.2.64.2m-.65-5.94-.82.56c.56.45.95 1.09 1.07 1.81l.88-.4c.41-.2.68-.6.68-1.03 0-.63-.53-1.14-1.16-1.14-.23 0-.45.07-.65.2M12 3c-.62 0-1.12.5-1.14 1.1L11 5.19c.3-.12.64-.19 1-.19s.71.07 1.03.19l.11-1.09C13.12 3.5 12.62 3 12 3M8.66 4.93c-.63 0-1.16.51-1.16 1.14 0 .43.27.83.67 1.03l.88.4c.12-.72.51-1.36 1.06-1.81l-.81-.56c-.18-.13-.4-.2-.64-.2M8.17 8.9c-.4.2-.67.6-.67 1.02 0 .63.53 1.14 1.16 1.14.23 0 .45-.06.65-.2l.81-.55c-.56-.45-.95-1.09-1.07-1.81zM12 22a9 9 0 0 1-9-9 9 9 0 0 1 9 9 9 9 0 0 1 9-9 9 9 0 0 1-9 9m2.44-2.44a7.04 7.04 0 0 0 4.12-4.12c-1.9.7-3.41 2.22-4.12 4.12m-9-4.12a7.04 7.04 0 0 0 4.12 4.12c-.7-1.9-2.22-3.41-4.12-4.12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flower-pollen-outline.svg b/mkdocs-material/material/templates/.icons/material/flower-pollen-outline.svg new file mode 100644 index 0000000..1985f76 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flower-pollen-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 6c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1M8 9c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1M6 5c0-.55-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1m3-1c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1m6 0c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1m4 0c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1m-4 4c0 .55.45 1 1 1s1-.45 1-1-.45-1-1-1-1 .45-1 1m3.5 5.07c0 .71-.26 1.39-.69 1.93.42.54.69 1.22.69 1.93 0 1.73-1.43 3.14-3.16 3.14l-.43-.03C14.44 21.19 13.31 22 12 22s-2.44-.81-2.91-1.96l-.43.03c-1.74 0-3.16-1.41-3.16-3.14 0-.71.26-1.39.69-1.93-.42-.54-.69-1.22-.69-1.93 0-1.73 1.43-3.14 3.16-3.14l.43.03C9.56 8.81 10.69 8 12 8s2.44.81 2.91 1.96l.43-.03c1.73 0 3.16 1.41 3.16 3.14m-11 0c0 .43.27.83.67 1.03l.88.4c.12-.72.51-1.36 1.06-1.81l-.81-.56c-.18-.13-.4-.2-.64-.2-.63 0-1.16.51-1.16 1.14m2.62 4.24c-.56-.45-.95-1.09-1.07-1.81l-.88.4c-.4.2-.67.6-.67 1.02 0 .63.53 1.14 1.16 1.14.23 0 .45-.06.65-.2zm3.02 1.59-.11-1.09c-.32.12-.67.19-1.03.19s-.7-.07-1-.19l-.14 1.09c.02.6.52 1.1 1.14 1.1s1.12-.5 1.14-1.1m0-7.8c-.02-.6-.52-1.1-1.14-1.1s-1.12.5-1.14 1.1l.14 1.09c.3-.12.64-.19 1-.19s.71.07 1.03.19zm3.36 5.82c0-.42-.27-.84-.67-1.03l-.88-.42c-.12.74-.51 1.38-1.06 1.83l.81.57c.18.13.4.2.64.2.63 0 1.16-.51 1.16-1.15m0-3.85c0-.63-.53-1.14-1.16-1.14-.23 0-.45.07-.65.2l-.82.56c.56.45.95 1.09 1.07 1.81l.88-.4c.41-.2.68-.6.68-1.03"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flower-pollen.svg b/mkdocs-material/material/templates/.icons/material/flower-pollen.svg new file mode 100644 index 0000000..d48d974 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flower-pollen.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.4 12.75a2.5 2.5 0 0 0-2.5-2.5c-.53 0-1.02.16-1.4.44v-.19a2.5 2.5 0 0 0-5 0v.19c-.38-.28-.87-.44-1.4-.44a2.5 2.5 0 0 0-2.5 2.5c0 .99.59 1.85 1.43 2.25-.84.4-1.43 1.25-1.43 2.25a2.5 2.5 0 0 0 2.5 2.5c.53 0 1.02-.17 1.4-.44v.19a2.5 2.5 0 0 0 5 0v-.19c.38.27.87.44 1.4.44a2.5 2.5 0 0 0 2.5-2.5c0-1-.59-1.85-1.43-2.25.84-.4 1.43-1.26 1.43-2.25M12 17.5a2.5 2.5 0 0 1 0-5 2.5 2.5 0 0 1 0 5M11 6c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1M7 8c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1M5 6c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1m3-3c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1m6 0c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1m6 2c0 .55-.45 1-1 1s-1-.45-1-1 .45-1 1-1 1 .45 1 1m-4 2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flower-poppy.svg b/mkdocs-material/material/templates/.icons/material/flower-poppy.svg new file mode 100644 index 0000000..cf86079 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flower-poppy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.5 12A3.5 3.5 0 0 0 22 8.5 6.5 6.5 0 0 0 15.5 2 3.5 3.5 0 0 0 12 5.5 3.5 3.5 0 0 0 8.5 2 6.5 6.5 0 0 0 2 8.5 3.5 3.5 0 0 0 5.5 12 3.5 3.5 0 0 0 2 15.5 6.5 6.5 0 0 0 8.5 22a3.5 3.5 0 0 0 3.5-3.5 3.5 3.5 0 0 0 3.5 3.5 6.5 6.5 0 0 0 6.5-6.5 3.5 3.5 0 0 0-3.5-3.5M12 16a4 4 0 0 1-4-4 4 4 0 0 1 4-4 4 4 0 0 1 4 4 4 4 0 0 1-4 4m2.5-4a2.5 2.5 0 0 1-2.5 2.5A2.5 2.5 0 0 1 9.5 12 2.5 2.5 0 0 1 12 9.5a2.5 2.5 0 0 1 2.5 2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flower-tulip-outline.svg b/mkdocs-material/material/templates/.icons/material/flower-tulip-outline.svg new file mode 100644 index 0000000..6531282 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flower-tulip-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 13a9 9 0 0 0 9 9 9 9 0 0 0-9-9m2.44 2.44c1.91.71 3.41 2.21 4.12 4.12a6.99 6.99 0 0 1-4.12-4.12M12 22a9 9 0 0 0 9-9 9 9 0 0 0-9 9m2.42-2.43a6.88 6.88 0 0 1 4.15-4.15 7.03 7.03 0 0 1-4.15 4.15M12 14a6 6 0 0 0 6-6V3a5.9 5.9 0 0 0-2.16.39c-.55.23-1.04.57-1.45 1L12 2 9.61 4.39c-.41-.43-.9-.77-1.45-1A5.9 5.9 0 0 0 6 3v5a6 6 0 0 0 6 6M8 5.61l1.57 1.65L12 4.83l2.43 2.43L16 5.61V8a4 4 0 0 1-4 4 4 4 0 0 1-4-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flower-tulip.svg b/mkdocs-material/material/templates/.icons/material/flower-tulip.svg new file mode 100644 index 0000000..e24875b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flower-tulip.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 13a9 9 0 0 0 9 9 9 9 0 0 0-9-9m9 9a9 9 0 0 0 9-9 9 9 0 0 0-9 9m6-19v5a6 6 0 0 1-6 6 6 6 0 0 1-6-6V3c.74 0 1.47.12 2.16.39.55.23 1.04.57 1.45 1L12 2l2.39 2.39c.41-.43.9-.77 1.45-1A5.9 5.9 0 0 1 18 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/flower.svg b/mkdocs-material/material/templates/.icons/material/flower.svg new file mode 100644 index 0000000..4cf6545 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/flower.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 13a9 9 0 0 0 9 9c0-5-4.03-9-9-9m9-7.5A2.5 2.5 0 0 1 14.5 8a2.5 2.5 0 0 1-2.5 2.5A2.5 2.5 0 0 1 9.5 8 2.5 2.5 0 0 1 12 5.5m-6.4 4.75a2.5 2.5 0 0 0 2.5 2.5c.53 0 1.02-.17 1.4-.44v.19A2.5 2.5 0 0 0 12 15a2.5 2.5 0 0 0 2.5-2.5v-.19c.38.27.87.44 1.4.44a2.5 2.5 0 0 0 2.5-2.5c0-1-.59-1.85-1.43-2.25.84-.4 1.43-1.26 1.43-2.25a2.5 2.5 0 0 0-2.5-2.5c-.53 0-1.02.16-1.4.44V3.5A2.5 2.5 0 0 0 12 1a2.5 2.5 0 0 0-2.5 2.5v.19c-.38-.28-.87-.44-1.4-.44a2.5 2.5 0 0 0-2.5 2.5c0 .99.59 1.85 1.43 2.25-.84.4-1.43 1.25-1.43 2.25M12 22a9 9 0 0 0 9-9c-5 0-9 4-9 9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/focus-auto.svg b/mkdocs-material/material/templates/.icons/material/focus-auto.svg new file mode 100644 index 0000000..24f7624 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/focus-auto.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 19h-4v2h4c1.1 0 2-.9 2-2v-4h-2m0-12h-4v2h4v4h2V5c0-1.1-.9-2-2-2M5 5h4V3H5c-1.1 0-2 .9-2 2v4h2m0 6H3v4c0 1.1.9 2 2 2h4v-2H5zm3-8c-1.1 0-2 .9-2 2v8h2v-4h2v4h2V9c0-1.1-.9-2-2-2zm0 2h2v2H8zm5-2v10h2v-4h2v-2h-2V9h3V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/focus-field-horizontal.svg b/mkdocs-material/material/templates/.icons/material/focus-field-horizontal.svg new file mode 100644 index 0000000..ed48710 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/focus-field-horizontal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 19h-4v2h4c1.1 0 2-.9 2-2v-4h-2m0-12h-4v2h4v4h2V5c0-1.1-.9-2-2-2M5 5h4V3H5c-1.1 0-2 .9-2 2v4h2m0 6H3v4c0 1.1.9 2 2 2h4v-2H5zm2-4h2v2H7zm4 0h2v2h-2zm4 0h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/focus-field-vertical.svg b/mkdocs-material/material/templates/.icons/material/focus-field-vertical.svg new file mode 100644 index 0000000..e156e50 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/focus-field-vertical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 19h-4v2h4c1.1 0 2-.9 2-2v-4h-2m0-12h-4v2h4v4h2V5c0-1.1-.9-2-2-2M5 5h4V3H5c-1.1 0-2 .9-2 2v4h2m0 6H3v4c0 1.1.9 2 2 2h4v-2H5zm6-4h2v2h-2zm0-4h2v2h-2zm0 8h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/focus-field.svg b/mkdocs-material/material/templates/.icons/material/focus-field.svg new file mode 100644 index 0000000..31e5eb9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/focus-field.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 19h-4v2h4c1.1 0 2-.9 2-2v-4h-2m0-12h-4v2h4v4h2V5c0-1.1-.9-2-2-2M5 5h4V3H5c-1.1 0-2 .9-2 2v4h2m0 6H3v4c0 1.1.9 2 2 2h4v-2H5zm2-4h2v2H7zm4 0h2v2h-2zm4 0h2v2h-2zM7 7h2v2H7zm4 0h2v2h-2zm4 0h2v2h-2zm-8 8h2v2H7zm4 0h2v2h-2zm4 0h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-account-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-account-outline.svg new file mode 100644 index 0000000..776c87d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-account-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 14c1.33 0 4 .67 4 2v1h-8v-1c0-1.33 2.67-2 4-2m0-1c1.11 0 2-.89 2-2s-.89-2-2-2a2 2 0 1 0 0 4m7-5v10c0 1.11-.89 2-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h6l2 2h8a2 2 0 0 1 2 2m-2 0H4v10h16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-account.svg b/mkdocs-material/material/templates/.icons/material/folder-account.svg new file mode 100644 index 0000000..c7813d8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-account.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 17h-8v-1c0-1.33 2.67-2 4-2s4 .67 4 2m-4-7a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2m5-3h-8l-2-2H4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-alert-outline.svg new file mode 100644 index 0000000..7b38833 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 12h2v5h-2zm0 6h2v2h-2zm1-9c1.07 0 2.09.24 3 .67V8H3v10h6.29A7 7 0 0 1 9 16a7 7 0 0 1 7-7m7 7a7 7 0 0 1-7 7c-2.38 0-4.5-1.19-5.75-3H3a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h6l2 2h8a2 2 0 0 1 2 2v3.1c1.24 1.26 2 2.99 2 4.9m-7-5a5 5 0 0 0-5 5 5 5 0 0 0 5 5 5 5 0 0 0 5-5 5 5 0 0 0-5-5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-alert.svg b/mkdocs-material/material/templates/.icons/material/folder-alert.svg new file mode 100644 index 0000000..34b13ce --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 12h2v5h-2zm0 6h2v2h-2zm8-2a7 7 0 0 1-7 7c-2.38 0-4.5-1.19-5.75-3H3a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h6l2 2h8a2 2 0 0 1 2 2v3.1c1.24 1.26 2 2.99 2 4.9m-7-5a5 5 0 0 0-5 5 5 5 0 0 0 5 5 5 5 0 0 0 5-5 5 5 0 0 0-5-5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-arrow-down-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-arrow-down-outline.svg new file mode 100644 index 0000000..5d5508e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-arrow-down-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 8v5.81c-.61-.35-1.28-.59-2-.72V8H4v10h9.09c-.05.33-.09.66-.09 1s.04.67.09 1H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h6l2 2h8a2 2 0 0 1 2 2m-2 8h-2v4h-2l3 3 3-3h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-arrow-down.svg b/mkdocs-material/material/templates/.icons/material/folder-arrow-down.svg new file mode 100644 index 0000000..cb93584 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-arrow-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 8v5.81c-.88-.51-1.9-.81-3-.81-3.31 0-6 2.69-6 6 0 .34.04.67.09 1H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h6l2 2h8a2 2 0 0 1 2 2m-2 8h-2v4h-2l3 3 3-3h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-arrow-left-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-arrow-left-outline.svg new file mode 100644 index 0000000..f4250d4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-arrow-left-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 8v5.81c-.61-.35-1.28-.59-2-.72V8H4v10h9.09c-.05.33-.09.66-.09 1s.04.67.09 1H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h6l2 2h8a2 2 0 0 1 2 2m-4 8-3 3 3 3v-2h4v-2h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-arrow-left-right-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-arrow-left-right-outline.svg new file mode 100644 index 0000000..7a5442c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-arrow-left-right-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0 .34.04.67.09 1H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h6l2 2h8a2 2 0 0 1 2 2v5.81c-.61-.35-1.28-.59-2-.72V8H4v10h9.09c-.05.33-.09.66-.09 1m10-2-3-2.5V16h-4v2h4v1.5zm-5 1.5L15 21l3 2.5V22h4v-2h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-arrow-left-right.svg b/mkdocs-material/material/templates/.icons/material/folder-arrow-left-right.svg new file mode 100644 index 0000000..e7ae49d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-arrow-left-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0 .34.04.67.09 1H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h6l2 2h8a2 2 0 0 1 2 2v5.81c-.88-.51-1.9-.81-3-.81-3.31 0-6 2.69-6 6m10-2-3-2.5V16h-4v2h4v1.5zm-5 1.5L15 21l3 2.5V22h4v-2h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-arrow-left.svg b/mkdocs-material/material/templates/.icons/material/folder-arrow-left.svg new file mode 100644 index 0000000..17e27df --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-arrow-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 8v5.81c-.88-.51-1.9-.81-3-.81-3.31 0-6 2.69-6 6 0 .34.04.67.09 1H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h6l2 2h8a2 2 0 0 1 2 2m-4 8-3 3 3 3v-2h4v-2h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-arrow-right-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-arrow-right-outline.svg new file mode 100644 index 0000000..e23995a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-arrow-right-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0 .34.04.67.09 1H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h6l2 2h8a2 2 0 0 1 2 2v5.81c-.61-.35-1.28-.59-2-.72V8H4v10h9.09c-.05.33-.09.66-.09 1m10 0-3-3v2h-4v2h4v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-arrow-right.svg b/mkdocs-material/material/templates/.icons/material/folder-arrow-right.svg new file mode 100644 index 0000000..58ba71f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-arrow-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0 .34.04.67.09 1H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h6l2 2h8a2 2 0 0 1 2 2v5.81c-.88-.51-1.9-.81-3-.81-3.31 0-6 2.69-6 6m10 0-3-3v2h-4v2h4v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-arrow-up-down-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-arrow-up-down-outline.svg new file mode 100644 index 0000000..371dd2f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-arrow-up-down-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0 .34.04.67.09 1H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h6l2 2h8a2 2 0 0 1 2 2v5.81c-.61-.35-1.28-.59-2-.72V8H4v10h9.09c-.05.33-.09.66-.09 1m9 1v-4h-2v4h-1.5l2.5 3 2.5-3zm-5-5-2.5 3H16v4h2v-4h1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-arrow-up-down.svg b/mkdocs-material/material/templates/.icons/material/folder-arrow-up-down.svg new file mode 100644 index 0000000..7d1aa07 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-arrow-up-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0 .34.04.67.09 1H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h6l2 2h8a2 2 0 0 1 2 2v5.81c-.88-.51-1.9-.81-3-.81-3.31 0-6 2.69-6 6m4-4-2.5 3H16v4h2v-4h1.5zm5 5v-4h-2v4h-1.5l2.5 3 2.5-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-arrow-up-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-arrow-up-outline.svg new file mode 100644 index 0000000..87a8bc8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-arrow-up-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 8v5.81c-.61-.35-1.28-.59-2-.72V8H4v10h9.09c-.05.33-.09.66-.09 1s.04.67.09 1H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h6l2 2h8a2 2 0 0 1 2 2m-6 10h2v4h2v-4h2l-3-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-arrow-up.svg b/mkdocs-material/material/templates/.icons/material/folder-arrow-up.svg new file mode 100644 index 0000000..f027785 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-arrow-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 8v5.81c-.88-.51-1.9-.81-3-.81-3.31 0-6 2.69-6 6 0 .34.04.67.09 1H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h6l2 2h8a2 2 0 0 1 2 2m-6 10h2v4h2v-4h2l-3-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-cancel-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-cancel-outline.svg new file mode 100644 index 0000000..1f30ac4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-cancel-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 18.5c0 .5.07 1 .18 1.5H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h6l2 2h8a2 2 0 0 1 2 2v5.04c-.61-.39-1.28-.68-2-.86V8H4v10h8.03c-.03.17-.03.33-.03.5m11 0c0 2.5-2 4.5-4.5 4.5S14 21 14 18.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5m-3 2.58L15.92 17c-.27.42-.42.94-.42 1.5 0 1.66 1.34 3 3 3 .56 0 1.08-.15 1.5-.42m1.5-2.58c0-1.66-1.34-3-3-3-.56 0-1.08.15-1.5.42L21.08 20c.27-.42.42-.94.42-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-cancel.svg b/mkdocs-material/material/templates/.icons/material/folder-cancel.svg new file mode 100644 index 0000000..356730a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-cancel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 18.5c0 .5.07 1 .18 1.5H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h6l2 2h8a2 2 0 0 1 2 2v5.04c-1-.65-2.21-1.04-3.5-1.04a6.5 6.5 0 0 0-6.5 6.5m11 0c0 2.5-2 4.5-4.5 4.5S14 21 14 18.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5m-3 2.58L15.92 17c-.27.42-.42.94-.42 1.5 0 1.66 1.34 3 3 3 .56 0 1.08-.15 1.5-.42m1.5-2.58c0-1.66-1.34-3-3-3-.56 0-1.08.15-1.5.42L21.08 20c.27-.42.42-.94.42-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-check-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-check-outline.svg new file mode 100644 index 0000000..4342c25 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0 .34.04.67.09 1H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h6l2 2h8a2 2 0 0 1 2 2v5.81c-.61-.35-1.28-.59-2-.72V8H4v10h9.09c-.05.33-.09.66-.09 1m8.34-3.16-3.59 3.59-1.59-1.59L15 19l2.75 3 4.75-4.75z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-check.svg b/mkdocs-material/material/templates/.icons/material/folder-check.svg new file mode 100644 index 0000000..ce9eae4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0 .34.04.67.09 1H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h6l2 2h8a2 2 0 0 1 2 2v5.81c-.88-.51-1.9-.81-3-.81-3.31 0-6 2.69-6 6m8.34-3.16-3.59 3.59-1.59-1.59L15 19l2.75 3 4.75-4.75z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-clock-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-clock-outline.svg new file mode 100644 index 0000000..038de48 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-clock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 12h1.5v4.25l2.86 1.69-.75 1.22L15 17zm4-4H3v10h6.29C9.1 17.37 9 16.7 9 16a7 7 0 0 1 7-7c1.07 0 2.09.24 3 .67zM3 20a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h6l2 2h8a2 2 0 0 1 2 2v3.1c1.24 1.26 2 2.99 2 4.9a7 7 0 0 1-7 7c-2.38 0-4.5-1.19-5.75-3zm13-9a5 5 0 0 0-5 5 5 5 0 0 0 5 5 5 5 0 0 0 5-5 5 5 0 0 0-5-5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-clock.svg b/mkdocs-material/material/templates/.icons/material/folder-clock.svg new file mode 100644 index 0000000..6512972 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-clock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h7.26c1.31 1.88 3.45 3 5.74 3a7 7 0 0 0 7-7c0-1.83-.72-3.58-2-4.89V8a2 2 0 0 0-2-2h-8L9 4zm13 7a5 5 0 0 1 5 5 5 5 0 0 1-5 5 5 5 0 0 1-5-5 5 5 0 0 1 5-5m-1 1v5l3.61 2.16.75-1.22-2.86-1.69V12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-cog-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-cog-outline.svg new file mode 100644 index 0000000..31f103f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-cog-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h8v-2H4V8h16v4h2V8a2 2 0 0 0-2-2h-8l-2-2m8 10a.26.26 0 0 0-.26.21l-.19 1.32c-.3.13-.59.29-.85.47l-1.24-.5c-.11 0-.24 0-.31.13l-1 1.73c-.06.11-.04.24.06.32l1.06.82a4.2 4.2 0 0 0 0 1l-1.06.82a.26.26 0 0 0-.06.32l1 1.73c.06.13.19.13.31.13l1.24-.5c.26.18.54.35.85.47l.19 1.32c.02.12.12.21.26.21h2c.11 0 .22-.09.24-.21l.19-1.32c.3-.13.57-.29.84-.47l1.23.5c.13 0 .26 0 .33-.13l1-1.73a.26.26 0 0 0-.06-.32l-1.07-.82c.02-.17.04-.33.04-.5s-.01-.33-.04-.5l1.06-.82a.26.26 0 0 0 .06-.32l-1-1.73c-.06-.13-.19-.13-.32-.13l-1.23.5c-.27-.18-.54-.35-.85-.47l-.19-1.32A.236.236 0 0 0 20 14m-1 3.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5c-.84 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-cog.svg b/mkdocs-material/material/templates/.icons/material/folder-cog.svg new file mode 100644 index 0000000..22f4d86 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-cog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h8.08a7 7 0 0 1-.08-1 7 7 0 0 1 7-7 7 7 0 0 1 3 .69V8a2 2 0 0 0-2-2h-8l-2-2zm14 10a.26.26 0 0 0-.26.21l-.19 1.32c-.3.13-.59.29-.85.47l-1.24-.5c-.11 0-.24 0-.31.13l-1 1.73c-.06.11-.04.24.06.32l1.06.82a4.2 4.2 0 0 0 0 1l-1.06.82a.26.26 0 0 0-.06.32l1 1.73c.06.13.19.13.31.13l1.24-.5c.26.18.54.35.85.47l.19 1.32c.02.12.12.21.26.21h2c.11 0 .22-.09.24-.21l.19-1.32c.3-.13.57-.29.84-.47l1.23.5c.13 0 .26 0 .33-.13l1-1.73a.26.26 0 0 0-.06-.32l-1.07-.82c.02-.17.04-.33.04-.5s-.01-.33-.04-.5l1.06-.82a.26.26 0 0 0 .06-.32l-1-1.73c-.06-.13-.19-.13-.32-.13l-1.23.5c-.27-.18-.54-.35-.85-.47l-.19-1.32A.236.236 0 0 0 20 14zm1 3.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5c-.84 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-download-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-download-outline.svg new file mode 100644 index 0000000..025cf67 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-download-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 18H4V8h16m0-2h-8l-2-2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2m-6 3h2v4h3l-4 4-4-4h3Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-download.svg b/mkdocs-material/material/templates/.icons/material/folder-download.svg new file mode 100644 index 0000000..7068b46 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-download.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 6a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h6l2 2zm-.75 7H16V9h-2v4h-3.25L15 17.25"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-edit-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-edit-outline.svg new file mode 100644 index 0000000..321b943 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-edit-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 18h8.13L11 19.13V20H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h6l2 2h8a2 2 0 0 1 2 2v2.15c-.26-.09-.54-.15-.83-.15-.42 0-.81.11-1.17.3V8H4zm18.85-4.53-1.32-1.32c-.2-.2-.53-.2-.72 0l-.98.98 2.04 2.04.98-.98c.2-.19.2-.52 0-.72M13 19.96V22h2.04l6.13-6.12-2.04-2.05z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-edit.svg b/mkdocs-material/material/templates/.icons/material/folder-edit.svg new file mode 100644 index 0000000..739820f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.39 10.74 11 19.13V20H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h6l2 2h8a2 2 0 0 1 2 2v2.15c-.26-.09-.54-.15-.83-.15-.67 0-1.3.26-1.78.74M13 19.96V22h2.04l6.13-6.12-2.04-2.05zm9.85-6.49-1.32-1.32c-.2-.2-.53-.2-.72 0l-.98.98 2.04 2.04.98-.98c.2-.19.2-.52 0-.72"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-eye-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-eye-outline.svg new file mode 100644 index 0000000..6ed390d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-eye-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.3 20H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h6l2 2h8c1.1 0 2 .9 2 2v6.6c-.6-.4-1.3-.8-2-1.1V8H4v10h5.3c0 .1-.1.2-.1.3l-.4.7.3.7c.1.1.1.2.2.3M23 19c-.9 2.3-3.3 4-6 4s-5.1-1.7-6-4c.9-2.3 3.3-4 6-4s5.1 1.7 6 4m-3.5 0c0-1.4-1.1-2.5-2.5-2.5s-2.5 1.1-2.5 2.5 1.1 2.5 2.5 2.5 2.5-1.1 2.5-2.5M17 18c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1-.4-1-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-eye.svg b/mkdocs-material/material/templates/.icons/material/folder-eye.svg new file mode 100644 index 0000000..cc0056a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-eye.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.3 20H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h6l2 2h8c1.1 0 2 .9 2 2v6.6c-1.4-1-3.1-1.6-5-1.6-3.5 0-6.6 2.1-7.9 5.3l-.3.7.3.7c.1.1.1.2.2.3M23 19c-.9 2.3-3.3 4-6 4s-5.1-1.7-6-4c.9-2.3 3.3-4 6-4s5.1 1.7 6 4m-3.5 0c0-1.4-1.1-2.5-2.5-2.5s-2.5 1.1-2.5 2.5 1.1 2.5 2.5 2.5 2.5-1.1 2.5-2.5M17 18c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1-.4-1-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-file-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-file-outline.svg new file mode 100644 index 0000000..e9a3c5e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-file-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 18h7v2H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h6l2 2h8a2 2 0 0 1 2 2v2.17l-1.59-1.58-.41-.42V8H4zm19-4v7c0 1.11-.89 2-2 2h-6a2 2 0 0 1-2-2v-9c0-1.1.9-2 2-2h4zm-2 1h-3v-3h-3v9h6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-file.svg b/mkdocs-material/material/templates/.icons/material/folder-file.svg new file mode 100644 index 0000000..51b6460 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-file.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 8c-2.21 0-4 1.79-4 4v8H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h6l2 2h8a2 2 0 0 1 2 2v2.17l-1.59-1.58-.58-.59zm8 6v7c0 1.11-.89 2-2 2h-6a2 2 0 0 1-2-2v-9c0-1.1.9-2 2-2h4zm-2 .83L18.17 12H18v3h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-google-drive.svg b/mkdocs-material/material/templates/.icons/material/folder-google-drive.svg new file mode 100644 index 0000000..508af7f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-google-drive.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.75 9h2.39L19 14h-2.95L13.5 9.46M18.3 17h-5.55l1.4-2.5h5.12l.26.46M11.5 17l-1.1-2.14 2.84-4.96 1.5 2.66L12.25 17M20 6h-8l-2-2H4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-heart-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-heart-outline.svg new file mode 100644 index 0000000..1b39e28 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-heart-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 18H4V8h16m0-2h-8l-2-2H4c-1.11 0-2 .89-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8a2 2 0 0 0-2-2m-7 4c-1.1 0-2 .92-2 2.05 0 .57.22 1.07.59 1.45L15 17l3.42-3.5c.36-.37.58-.89.58-1.45 0-1.13-.9-2.05-2-2.05-.54 0-1.05.23-1.41.6l-.59.6-.58-.59A2 2 0 0 0 13 10"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-heart.svg b/mkdocs-material/material/templates/.icons/material/folder-heart.svg new file mode 100644 index 0000000..a52e9da --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-heart.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 6h-8l-2-2H4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2m-1.58 7.5L15 17l-3.41-3.5c-.37-.38-.59-.88-.59-1.45 0-1.13.9-2.05 2-2.05.54 0 1.05.23 1.42.61l.58.59.59-.6c.36-.37.87-.6 1.41-.6 1.1 0 2 .92 2 2.05 0 .56-.22 1.08-.58 1.45"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-hidden.svg b/mkdocs-material/material/templates/.icons/material/folder-hidden.svg new file mode 100644 index 0000000..5fb3db6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-hidden.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 4v4H6V4zM4 16v-3H2v3zm-2-4h2V9H2zm16-4h4a2 2 0 0 0-2-2h-2zm4 5h-2v3h2zm-2-4v3h2V9zM9 20v-2H6v2zm-4-2H4v-1H2v1a2 2 0 0 0 2 2h1zm15-1v1h-2v2h2c1.11 0 2-.89 2-2v-1zM4 8h1V4H4c-1.11 0-2 .89-2 2v2zm13 10h-3v2h3zm-4 0h-3v2h3zm4-12h-3v2h3zm-7 2h3V6h-1l-2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-home-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-home-outline.svg new file mode 100644 index 0000000..bfc0695 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-home-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 6h-8l-2-2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2m0 12H4V8h16m-7 9v-3h2v3h2v-4h2l-5-4-5 4h2v4Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-home.svg b/mkdocs-material/material/templates/.icons/material/folder-home.svg new file mode 100644 index 0000000..79c59c5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-home.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 6h-8l-2-2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2m-3 7v4h-2v-3h-2v3h-2v-4H9l5-4 5 4Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-image.svg b/mkdocs-material/material/templates/.icons/material/folder-image.svg new file mode 100644 index 0000000..8d0cb32 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-image.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m5 17 4.5-6 3.5 4.5 2.5-3L19 17m1-11h-8l-2-2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-information-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-information-outline.svg new file mode 100644 index 0000000..091d304 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-information-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 11.1V8c0-1.1-.9-2-2-2h-8L9 4H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h7.2c1.2 1.8 3.4 3 5.8 3 3.9 0 7-3.1 7-7 0-1.9-.8-3.6-2-4.9M9.3 18H3V8h16v1.7c-.9-.5-1.9-.7-3-.7-3.9 0-7 3.1-7 7 0 .7.1 1.4.3 2m6.7 3c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5-2.2 5-5 5m1-7h-2v-2h2zm0 6h-2v-5h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-information.svg b/mkdocs-material/material/templates/.icons/material/folder-information.svg new file mode 100644 index 0000000..cc37979 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-information.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 11.1V8c0-1.1-.9-2-2-2h-8L9 4H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h7.3c1.3 1.9 3.5 3 5.7 3 3.9 0 7-3.1 7-7 0-1.8-.7-3.6-2-4.9M16 21c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5-2.2 5-5 5m1-1h-2v-5h2zm0-6h-2v-2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-key-network-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-key-network-outline.svg new file mode 100644 index 0000000..ba46550 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-key-network-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 8c-1.7 0-3 1.3-3 3s1.3 3 3 3c1.3 0 2.4-.8 2.8-2H14v2h2v-2h2v-2h-6.2c-.4-1.2-1.5-2-2.8-2m0 4c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1m6 8c0-.5-.4-1-1-1h-1v-2h6c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2h-6l-2-2H5c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h6v2h-1c-.6 0-1 .5-1 1H2v2h7c0 .5.4 1 1 1h4c.6 0 1-.5 1-1h7v-2zM5 15V7h14v8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-key-network.svg b/mkdocs-material/material/templates/.icons/material/folder-key-network.svg new file mode 100644 index 0000000..9ab5a98 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-key-network.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 5c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h5v2h-1c-.6 0-1 .4-1 1H2v2h7c0 .6.4 1 1 1h4c.6 0 1-.4 1-1h7v-2h-7c0-.6-.4-1-1-1h-1v-2h5c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2h-6l-2-2zm3 4c1.3 0 2.4.8 2.8 2H18v2h-2v2h-2v-2h-2.2c-.4 1.2-1.5 2-2.8 2-1.7 0-3-1.3-3-3s1.3-3 3-3m0 2c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1-.4-1-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-key-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-key-outline.svg new file mode 100644 index 0000000..5832bba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-key-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 18H4V8h16m0-2h-8l-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2m-7.2 6c-.4-1.2-1.5-2-2.8-2-1.7 0-3 1.3-3 3s1.3 3 3 3c1.3 0 2.4-.8 2.8-2H15v2h2v-2h2v-2zM10 14c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-key.svg b/mkdocs-material/material/templates/.icons/material/folder-key.svg new file mode 100644 index 0000000..5a29d6e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-key.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-8l-2-2m1 6c1.3 0 2.4.8 2.8 2H20v2h-2v2h-2v-2h-2.2c-.4 1.2-1.5 2-2.8 2-1.7 0-3-1.3-3-3s1.3-3 3-3m0 2c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1-.4-1-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-lock-open-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-lock-open-outline.svg new file mode 100644 index 0000000..f7ceffe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-lock-open-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 18h9v2H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h6l2 2h8a2 2 0 0 1 2 2v2.04c-.58-.44-1.25-.78-2-.93V8H4zm17.8-2h-4.3v-2.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3v.5h1.3v-.5c0-1.4-1.4-2.5-2.8-2.5s-2.8 1.1-2.8 2.5V16c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-lock-open.svg b/mkdocs-material/material/templates/.icons/material/folder-lock-open.svg new file mode 100644 index 0000000..2a26140 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-lock-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.2 13.5v1.24c-.7.6-1.2 1.5-1.2 2.46V20H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h6l2 2h8a2 2 0 0 1 2 2v2.04A4.9 4.9 0 0 0 19 9c-2.6 0-4.8 2.06-4.8 4.5m7.6 2.5h-4.3v-2.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3v.5h1.3v-.5c0-1.4-1.4-2.5-2.8-2.5s-2.8 1.1-2.8 2.5V16c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-lock-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-lock-outline.svg new file mode 100644 index 0000000..7d1f15b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-lock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h6l2 2h8a2 2 0 0 1 2 2v3.04c-.58-.44-1.25-.78-2-.93V8H4v10h9zm10-2.7v3.5c0 .6-.6 1.2-1.3 1.2h-5.5c-.6 0-1.2-.6-1.2-1.3v-3.5c0-.6.6-1.2 1.2-1.2v-1.5c0-1.4 1.4-2.5 2.8-2.5s2.8 1.1 2.8 2.5V16c.6 0 1.2.6 1.2 1.3m-2.5-2.8c0-.8-.7-1.3-1.5-1.3s-1.5.5-1.5 1.3V16h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-lock.svg b/mkdocs-material/material/templates/.icons/material/folder-lock.svg new file mode 100644 index 0000000..2b43e77 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h6l2 2h8a2 2 0 0 1 2 2v3.04A4.9 4.9 0 0 0 19 10c-2.6 0-4.8 2.06-4.8 4.5v.24c-.7.6-1.2 1.5-1.2 2.46zm10-2.7v3.5c0 .6-.6 1.2-1.3 1.2h-5.5c-.6 0-1.2-.6-1.2-1.3v-3.5c0-.6.6-1.2 1.2-1.2v-1.5c0-1.4 1.4-2.5 2.8-2.5s2.8 1.1 2.8 2.5V16c.6 0 1.2.6 1.2 1.3m-2.5-2.8c0-.8-.7-1.3-1.5-1.3s-1.5.5-1.5 1.3V16h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-marker-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-marker-outline.svg new file mode 100644 index 0000000..0b50fe8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-marker-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.5 12c1.9 0 3.5 1.6 3.5 3.5 0 2.6-3.5 6.5-3.5 6.5S15 18.1 15 15.5c0-1.9 1.6-3.5 3.5-3.5m0 4.8c.7 0 1.3-.6 1.2-1.2 0-.6-.6-1.2-1.2-1.2s-1.2.5-1.2 1.2c0 .6.5 1.2 1.2 1.2M20 8H4v10h9.5c.29.68.63 1.35 1 2H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h6l2 2h8a2 2 0 0 1 2 2v3.34c-.58-.5-1.26-.89-2-1.11z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-marker.svg b/mkdocs-material/material/templates/.icons/material/folder-marker.svg new file mode 100644 index 0000000..1708a95 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-marker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10 4 2 2h8a2 2 0 0 1 2 2v3.34c-.96-.84-2.18-1.34-3.5-1.34-3 0-5.5 2.65-5.5 5.5 0 1.47.65 3.05 1.5 4.5H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2zm8.5 8c1.9 0 3.5 1.6 3.5 3.5 0 2.6-3.5 6.5-3.5 6.5S15 18.1 15 15.5c0-1.9 1.6-3.5 3.5-3.5m0 4.8c.7 0 1.3-.6 1.2-1.2 0-.6-.6-1.2-1.2-1.2s-1.2.5-1.2 1.2c0 .6.5 1.2 1.2 1.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-minus-outline.svg new file mode 100644 index 0000000..ad512f1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0 .34.04.67.09 1H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h6l2 2h8a2 2 0 0 1 2 2v5.81c-.61-.35-1.28-.59-2-.72V8H4v10h9.09c-.05.33-.09.66-.09 1m2-1v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-minus.svg b/mkdocs-material/material/templates/.icons/material/folder-minus.svg new file mode 100644 index 0000000..cd56d4b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0 .34.04.67.09 1H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h6l2 2h8a2 2 0 0 1 2 2v5.81c-.88-.51-1.9-.81-3-.81-3.31 0-6 2.69-6 6m2-1v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-move-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-move-outline.svg new file mode 100644 index 0000000..188e537 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-move-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 18H4V8h16zM12 6l-2-2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16c1.11 0 2-.89 2-2V8a2 2 0 0 0-2-2zm-1 8v-2h4V9l4 4-4 4v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-move.svg b/mkdocs-material/material/templates/.icons/material/folder-move.svg new file mode 100644 index 0000000..a3791e1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-move.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 18v-3h-4v-4h4V8l5 5m1-7h-8l-2-2H4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-multiple-image.svg b/mkdocs-material/material/templates/.icons/material/folder-multiple-image.svg new file mode 100644 index 0000000..c2bc93f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-multiple-image.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m7 15 4.5-6 3.5 4.5 2.5-3L21 15m1-11h-8l-2-2H6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2M2 6H0v14a2 2 0 0 0 2 2h18v-2H2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-multiple-outline.svg new file mode 100644 index 0000000..cb83b0f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 4a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h6l2 2zM2 6v14h18v2H2a2 2 0 0 1-2-2V6zm4 0v10h16V6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-multiple-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-multiple-plus-outline.svg new file mode 100644 index 0000000..5743be8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-multiple-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 4c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h6l2 2zM2 6v14h18v2H2c-1.1 0-2-.9-2-2V6zm4 0v10h16V6zm8 4h2V8h2v2h2v2h-2v2h-2v-2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-multiple-plus.svg b/mkdocs-material/material/templates/.icons/material/folder-multiple-plus.svg new file mode 100644 index 0000000..0a5fb6f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-multiple-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 20V6H0v14c0 1.1.9 2 2 2h18v-2zM22 4h-8l-2-2H6c-.4 0-.8.1-1.1.3l-.6.6c-.2.3-.3.7-.3 1.1v12c0 .4.1.8.3 1.1.1.1.2.2.2.3q.75.6 1.5.6h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m0 8h-3v3h-2v-3h-3v-2h3V7h2v3h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-multiple.svg b/mkdocs-material/material/templates/.icons/material/folder-multiple.svg new file mode 100644 index 0000000..93cfe7d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 4h-8l-2-2H6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2M2 6H0v14a2 2 0 0 0 2 2h18v-2H2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-music-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-music-outline.svg new file mode 100644 index 0000000..36f992f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-music-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 8v3h-2V8H4v10h9.78c-.4.59-.65 1.26-.74 2H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h6l2 2h8a2 2 0 0 1 2 2m-3.5 5v5.21a2.5 2.5 0 1 0-1 4.79 2.5 2.5 0 0 0 2.5-2.5V15h2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-music.svg b/mkdocs-material/material/templates/.icons/material/folder-music.svg new file mode 100644 index 0000000..06a5c76 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-music.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 8v3h-5.5v5.11c-1.84.42-3.24 1.98-3.46 3.89H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h6l2 2h8a2 2 0 0 1 2 2m-3.5 5v5.21a2.5 2.5 0 1 0-1 4.79 2.5 2.5 0 0 0 2.5-2.5V15h2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-network-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-network-outline.svg new file mode 100644 index 0000000..be86e8a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-network-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 20c0-.55-.45-1-1-1h-1v-2h6c1.11 0 2-.89 2-2V7a2 2 0 0 0-2-2h-6l-2-2H5c-1.1 0-2 .9-2 2v10a2 2 0 0 0 2 2h6v2h-1c-.55 0-1 .45-1 1H2v2h7c0 .55.45 1 1 1h4c.55 0 1-.45 1-1h7v-2zM5 15V7h14v8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-network.svg b/mkdocs-material/material/templates/.icons/material/folder-network.svg new file mode 100644 index 0000000..a9cfdd0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-network.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 15V5a2 2 0 0 1 2-2h6l2 2h6a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-6v2h1a1 1 0 0 1 1 1h7v2h-7a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1H2v-2h7a1 1 0 0 1 1-1h1v-2H5a2 2 0 0 1-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-off-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-off-outline.svg new file mode 100644 index 0000000..22f1817 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.39 1.73 1.11 3l1.53 1.53C2.25 4.9 2 5.42 2 6v12a2 2 0 0 0 2 2h14.11l2.73 2.73 1.27-1.27zM4 18V8h2.11l10 10zm7.2-10-4-4H10l2 2h8a2 2 0 0 1 2 2v10c0 .24-.04.47-.12.68L20 16.8V8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-off.svg b/mkdocs-material/material/templates/.icons/material/folder-off.svg new file mode 100644 index 0000000..754bfa6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22.11 21.46-1.27 1.27L18.11 20H4a2 2 0 0 1-2-2V6c0-.58.25-1.1.64-1.47L1.11 3l1.28-1.27zM22 18V8a2 2 0 0 0-2-2h-8l-2-2H7.2l14.68 14.68c.08-.21.12-.44.12-.68"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-open-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-open-outline.svg new file mode 100644 index 0000000..b4bb9b6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-open-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.1 10 4 18V8h17a2 2 0 0 0-2-2h-7l-2-2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h15c.9 0 1.7-.6 1.9-1.5l2.3-8.5zM19 18H6l1.6-6h13z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-open.svg b/mkdocs-material/material/templates/.icons/material/folder-open.svg new file mode 100644 index 0000000..637d557 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 20H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h6l2 2h7a2 2 0 0 1 2 2H4v10l2.14-8h17.07l-2.28 8.5c-.23.87-1.01 1.5-1.93 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-outline.svg new file mode 100644 index 0000000..6ead040 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 18H4V8h16m0-2h-8l-2-2H4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-play-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-play-outline.svg new file mode 100644 index 0000000..b38bd1d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-play-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 8v5.81c-.61-.35-1.28-.59-2-.72V8H4v10h9.09c-.05.33-.09.66-.09 1s.04.67.09 1H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h6l2 2h8a2 2 0 0 1 2 2m-5 14 5-3-5-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-play.svg b/mkdocs-material/material/templates/.icons/material/folder-play.svg new file mode 100644 index 0000000..2e950d4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-play.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 8v5.81c-.88-.51-1.9-.81-3-.81-3.31 0-6 2.69-6 6 0 .34.04.67.09 1H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h6l2 2h8a2 2 0 0 1 2 2m-5 14 5-3-5-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-plus-outline.svg new file mode 100644 index 0000000..5319c3a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0 .34.04.67.09 1H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h6l2 2h8a2 2 0 0 1 2 2v5.81c-.61-.35-1.28-.59-2-.72V8H4v10h9.09c-.05.33-.09.66-.09 1m7-1v-3h-2v3h-3v2h3v3h2v-3h3v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-plus.svg b/mkdocs-material/material/templates/.icons/material/folder-plus.svg new file mode 100644 index 0000000..aa50137 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0 .34.04.67.09 1H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h6l2 2h8a2 2 0 0 1 2 2v5.81c-.88-.51-1.9-.81-3-.81-3.31 0-6 2.69-6 6m7-1v-3h-2v3h-3v2h3v3h2v-3h3v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-pound-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-pound-outline.svg new file mode 100644 index 0000000..abda88c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-pound-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 18H4V8h16m0-2h-8l-2-2H4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2m-1 6v-1h-1.5l.5-2h-1l-.5 2h-2l.5-2h-1l-.5 2H12v1h1.25l-.5 2H11v1h1.5l-.5 2h1l.5-2h2l-.5 2h1l.5-2H18v-1h-1.25l.5-2zm-3.25 2h-2l.5-2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-pound.svg b/mkdocs-material/material/templates/.icons/material/folder-pound.svg new file mode 100644 index 0000000..d5cc724 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-pound.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.25 13h2l-.5 2h-2zM22 8v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h6l2 2h8a2 2 0 0 1 2 2m-2 4h-1.5l.5-2h-1l-.5 2h-2l.5-2h-1l-.5 2H13v1h1.25l-.5 2H12v1h1.5l-.5 2h1l.5-2h2l-.5 2h1l.5-2H19v-1h-1.25l.5-2H20z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-question-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-question-outline.svg new file mode 100644 index 0000000..e8c6579 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-question-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 18H4V8h16m0-2h-8l-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2m-1 5.7c0 1.7-2 1.8-2 3.3h-1.3c0-2.2 2-2 2-3.3 0-.7-.6-1.3-1.3-1.3s-1.3.6-1.3 1.3h-1.3c0-1.5 1.2-2.7 2.7-2.7s2.5 1.2 2.5 2.7m-2 4V17h-1.3v-1.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-question.svg b/mkdocs-material/material/templates/.icons/material/folder-question.svg new file mode 100644 index 0000000..0082587 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-question.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 6h-8l-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2m-3.2 12h-1.5v-1.5h1.5zm0-2.2h-1.5c0-2.4 2.2-2.3 2.2-3.8 0-.8-.7-1.5-1.5-1.5s-1.5.7-1.5 1.5H13c0-1.7 1.3-3 3-3s3 1.3 3 3c0 1.9-2.2 2.1-2.2 3.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-refresh-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-refresh-outline.svg new file mode 100644 index 0000000..b843f2b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-refresh-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 14.5c1.11 0 2.11.45 2.83 1.17L22 14.5v4h-4l1.77-1.77A2.5 2.5 0 1 0 20 20h1.71A3.99 3.99 0 0 1 18 22.5c-2.21 0-4-1.79-4-4s1.79-4 4-4M20 8H4v10h8v.5c0 .5.06 1 .17 1.5H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h6l2 2h8a2 2 0 0 1 2 2v5a7 7 0 0 0-2-.83z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-refresh.svg b/mkdocs-material/material/templates/.icons/material/folder-refresh.svg new file mode 100644 index 0000000..054587e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-refresh.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 14.5c1.11 0 2.11.45 2.83 1.17L22 14.5v4h-4l1.77-1.77A2.5 2.5 0 1 0 20 20h1.71A3.99 3.99 0 0 1 18 22.5c-2.21 0-4-1.79-4-4s1.79-4 4-4M10 4l2 2h8a2 2 0 0 1 2 2v5c-1-.62-2.21-1-3.5-1a6.5 6.5 0 0 0-6.5 6.5c0 .5.06 1 .17 1.5H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-remove-outline.svg new file mode 100644 index 0000000..eb45569 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0 .34.04.67.09 1H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h6l2 2h8a2 2 0 0 1 2 2v5.81c-.61-.35-1.28-.59-2-.72V8H4v10h9.09c-.05.33-.09.66-.09 1m9.54-2.12-1.42-1.41L19 17.59l-2.12-2.12-1.41 1.41L17.59 19l-2.12 2.12 1.41 1.42L19 20.41l2.12 2.13 1.42-1.42L20.41 19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-remove.svg b/mkdocs-material/material/templates/.icons/material/folder-remove.svg new file mode 100644 index 0000000..a06820d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0 .34.04.67.09 1H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h6l2 2h8a2 2 0 0 1 2 2v5.81c-.88-.51-1.9-.81-3-.81-3.31 0-6 2.69-6 6m9.54-2.12-1.42-1.41L19 17.59l-2.12-2.12-1.41 1.41L17.59 19l-2.12 2.12 1.41 1.42L19 20.41l2.12 2.13 1.42-1.42L20.41 19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-search-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-search-outline.svg new file mode 100644 index 0000000..259aa2b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-search-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.5 12c2.5 0 4.5 2 4.5 4.5 0 .88-.25 1.71-.69 2.4l3.08 3.1L22 23.39l-3.12-3.07c-.69.43-1.51.68-2.38.68-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5m0 2a2.5 2.5 0 0 0-2.5 2.5 2.5 2.5 0 0 0 2.5 2.5 2.5 2.5 0 0 0 2.5-2.5 2.5 2.5 0 0 0-2.5-2.5M19 8H3v10h7.17c.17.72.46 1.39.83 2H3a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h6l2 2h8a2 2 0 0 1 2 2v3.81c-.58-.55-1.25-1-2-1.31z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-search.svg b/mkdocs-material/material/templates/.icons/material/folder-search.svg new file mode 100644 index 0000000..334add7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-search.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.5 12c2.5 0 4.5 2 4.5 4.5 0 .88-.25 1.71-.69 2.4l3.08 3.1L22 23.39l-3.12-3.07c-.69.43-1.51.68-2.38.68-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5m0 2a2.5 2.5 0 0 0-2.5 2.5 2.5 2.5 0 0 0 2.5 2.5 2.5 2.5 0 0 0 2.5-2.5 2.5 2.5 0 0 0-2.5-2.5M9 4l2 2h8a2 2 0 0 1 2 2v3.81A6.48 6.48 0 0 0 16.5 10a6.5 6.5 0 0 0-6.5 6.5c0 1.29.37 2.5 1 3.5H3a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-settings-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-settings-outline.svg new file mode 100644 index 0000000..d397209 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-settings-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-8l-2-2zm0 4h16v10H4zm3 14v2h2v-2zm4 0v2h2v-2zm4 0v2h2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-settings.svg b/mkdocs-material/material/templates/.icons/material/folder-settings.svg new file mode 100644 index 0000000..4e8102d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-settings.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-8l-2-2zm3 18v2h2v-2zm4 0v2h2v-2zm4 0v2h2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-star-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-star-multiple-outline.svg new file mode 100644 index 0000000..9c35444 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-star-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 6v14h18v2H2c-1.105 0-2-.89-2-2V6zm10.78 4.05 3.03-.26L17 7l1.19 2.79 3.03.26-2.3 1.99.69 2.96L17 13.47 14.39 15l.69-2.96zM24 6v10c0 1.11-.89 2-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h6l2 2h8a2 2 0 0 1 2 2m-2 0H6v10h16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-star-multiple.svg b/mkdocs-material/material/templates/.icons/material/folder-star-multiple.svg new file mode 100644 index 0000000..652c579 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-star-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 6H0v14c0 1.11.895 2 2 2h18v-2H2zm20-2h-8l-2-2H6c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6c0-1.11-.89-2-2-2m-2.06 11L17 13.27 14.06 15l.78-3.34-2.59-2.24 3.41-.29L17 6l1.34 3.13 3.41.29-2.59 2.24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-star-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-star-outline.svg new file mode 100644 index 0000000..45c1870 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-star-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10.78 12.05 3.03-.26L15 9l1.19 2.79 3.03.26-2.3 1.99.69 2.96L15 15.47 12.39 17l.69-2.96zM22 8v10c0 1.11-.89 2-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h6l2 2h8a2 2 0 0 1 2 2m-2 0H4v10h16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-star.svg b/mkdocs-material/material/templates/.icons/material/folder-star.svg new file mode 100644 index 0000000..a2bb8d3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-star.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 6h-8l-2-2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2m-2.06 11L15 15.28 12.06 17l.78-3.33-2.59-2.24 3.41-.29L15 8l1.34 3.14 3.41.29-2.59 2.24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-swap-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-swap-outline.svg new file mode 100644 index 0000000..e7907f1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-swap-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 18H4V8h16m0-2h-8l-2-2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2m-2 7-3-3v2H9v-2l-3 3 3 3v-2h6v2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-swap.svg b/mkdocs-material/material/templates/.icons/material/folder-swap.svg new file mode 100644 index 0000000..247f17f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-swap.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 6h-8l-2-2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2m-5 10v-2H9v2l-3-3 3-3v2h6v-2l3 3Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-sync-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-sync-outline.svg new file mode 100644 index 0000000..7c3a746 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-sync-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10 4 2 2h8a2 2 0 0 1 2 2v3.5a7 7 0 0 0-2-.5V8H4v10h9c.07.7.24 1.38.5 2H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2zm9 8v1.5a4 4 0 0 1 4 4c0 .82-.25 1.58-.67 2.21l-1.09-1.09c.17-.34.26-.72.26-1.12A2.5 2.5 0 0 0 19 15v1.5l-2.25-2.25-.03-.03c.06-.05.13-.09 2.28-2.22m0 11v-1.5a4 4 0 0 1-4-4c0-.82.25-1.58.67-2.21l1.09 1.09c-.17.34-.26.72-.26 1.12A2.5 2.5 0 0 0 19 20v-1.5l2.25 2.25.03.03c-.06.05-.13.09-2.28 2.22"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-sync.svg b/mkdocs-material/material/templates/.icons/material/folder-sync.svg new file mode 100644 index 0000000..b28819b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-sync.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10 4 2 2h8a2 2 0 0 1 2 2v3.5c-.77-.32-1.61-.5-2.5-.5a6.5 6.5 0 0 0-6.5 6.5c0 .89.18 1.73.5 2.5H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2zm9 8v1.5a4 4 0 0 1 4 4c0 .82-.25 1.58-.67 2.21l-1.09-1.09c.17-.34.26-.72.26-1.12A2.5 2.5 0 0 0 19 15v1.5l-2.25-2.25zm0 11v-1.5a4 4 0 0 1-4-4c0-.82.25-1.58.67-2.21l1.09 1.09c-.17.34-.26.72-.26 1.12A2.5 2.5 0 0 0 19 20v-1.5l2.25 2.25z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-table-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-table-outline.svg new file mode 100644 index 0000000..bf26ae1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-table-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-8l-2-2zm0 4h16v10H4zm8 1v2h3V9zm4 0v2h3V9zm-4 3v2h3v-2zm4 0v2h3v-2zm-4 3v2h3v-2zm4 0v2h3v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-table.svg b/mkdocs-material/material/templates/.icons/material/folder-table.svg new file mode 100644 index 0000000..ae6d019 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-table.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-8l-2-2zm8 5h3v2h-3zm4 0h3v2h-3zm-4 3h3v2h-3zm4 0h3v2h-3zm-4 3h3v2h-3zm4 0h3v2h-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-text-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-text-outline.svg new file mode 100644 index 0000000..85ce956 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-text-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 18H4V8h16m0-2h-8l-2-2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2m-5 10H6v-2h9zm3-4H6v-2h12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-text.svg b/mkdocs-material/material/templates/.icons/material/folder-text.svg new file mode 100644 index 0000000..4df5f9a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-text.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 6h-8l-2-2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2m-5 10H6v-2h9zm3-4H6v-2h12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-upload-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-upload-outline.svg new file mode 100644 index 0000000..264612a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-upload-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 18H4V8h16m0-2h-8l-2-2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2m-4 11h-2v-4h-3l4-4 4 4h-3Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-upload.svg b/mkdocs-material/material/templates/.icons/material/folder-upload.svg new file mode 100644 index 0000000..7213f94 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-upload.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 6a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h6l2 2zm-9.25 7H14v4h2v-4h3.25L15 8.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-wrench-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-wrench-outline.svg new file mode 100644 index 0000000..52d0658 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-wrench-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.03 20H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h6l2 2h8a2 2 0 0 1 2 2v9.5l-1.04-1.06c.01-.14.04-.29.04-.44 0-1.12-.38-2.14-1-2.97V8H4v10h7.42c.35.8.91 1.5 1.61 2m9.84 1.19-4.11-4.11c.41-1.04.18-2.26-.68-3.11-.9-.91-2.25-1.09-3.34-.59l1.94 1.94-1.35 1.36-1.99-1.95c-.54 1.09-.29 2.44.59 3.35a2.91 2.91 0 0 0 3.12.68l4.11 4.1c.18.19.45.19.63 0l1.04-1.03c.22-.18.22-.5.04-.64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-wrench.svg b/mkdocs-material/material/templates/.icons/material/folder-wrench.svg new file mode 100644 index 0000000..61409af --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-wrench.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.03 20H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h6l2 2h8a2 2 0 0 1 2 2v9.5l-1.04-1.06c.01-.14.04-.29.04-.44 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 1.64.8 3.09 2.03 4m9.84 1.19-4.11-4.11c.41-1.04.18-2.26-.68-3.11-.9-.91-2.25-1.09-3.34-.59l1.94 1.94-1.35 1.36-1.99-1.95c-.54 1.09-.29 2.44.59 3.35a2.91 2.91 0 0 0 3.12.68l4.11 4.1c.18.19.45.19.63 0l1.04-1.03c.22-.18.22-.5.04-.64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-zip-outline.svg b/mkdocs-material/material/templates/.icons/material/folder-zip-outline.svg new file mode 100644 index 0000000..65c4e92 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-zip-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 6h-8l-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2m0 12h-4v-2h-2v2H4V8h10v2h2V8h4zm-4-6v-2h2v2zm-2 0h2v2h-2zm4 4h-2v-2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder-zip.svg b/mkdocs-material/material/templates/.icons/material/folder-zip.svg new file mode 100644 index 0000000..7d50f84 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder-zip.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 6h-8l-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2m-2 6h-2v2h2v2h-2v2h-2v-2h2v-2h-2v-2h2v-2h-2V8h2v2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/folder.svg b/mkdocs-material/material/templates/.icons/material/folder.svg new file mode 100644 index 0000000..2b6763d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/folder.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 4H4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/font-awesome.svg b/mkdocs-material/material/templates/.icons/material/font-awesome.svg new file mode 100644 index 0000000..46469f9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/font-awesome.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.76 2H4.24C3 2 2 3 2 4.24v15.52C2 21 3 22 4.24 22h15.52C21 22 22 21 22 19.76V4.24C22 3 21 2 19.76 2m-2.03 12.69c0 .19-.16.27-.35.35-.74.32-1.54.61-2.38.61-1.22 0-1.78-.74-3.22-.74-1.04 0-2.13.37-3.01.77-.06.03-.11.03-.16.05v2.03c0 .08 0 .16-.03.21v.06c-.11.37-.45.64-.85.64-.51 0-.91-.41-.91-.91V8a1.49 1.49 0 0 1 .91-2.67c.83 0 1.5.67 1.5 1.5 0 .48-.23.9-.59 1.17v.83c.08-.03.16-.06.24-.11.83-.35 1.82-.64 2.75-.64 1.01 0 1.81.27 2.72.61.19.08.37.11.58.11 1.02 0 2.14-.72 2.41-.72.21 0 .4.16.4.35v6.26z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/food-apple-outline.svg b/mkdocs-material/material/templates/.icons/material/food-apple-outline.svg new file mode 100644 index 0000000..624bbc4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/food-apple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 10a5.27 5.27 0 0 0-7-2V3h-2v5a5.27 5.27 0 0 0-7 2c-2 3 3 12 5 12s2-1 3-1 1 1 3 1 7-9 5-12m-1.75 3.38c-.62 2.47-1.84 4.74-3.55 6.62-.2 0-.43-.1-.6-.25a3.34 3.34 0 0 0-4.2 0c-.17.15-.4.25-.6.25a15.27 15.27 0 0 1-3.55-6.61c-.25-.73-.3-1.52-.09-2.27A3.37 3.37 0 0 1 8.5 9.4c.56.01 1.11.14 1.61.39l.89.45h2l.89-.45c.5-.25 1.05-.38 1.61-.39 1.18.03 2.26.68 2.84 1.71.21.75.16 1.54-.09 2.27M11 5C5.38 8.07 4.11 3.78 4.11 3.78S6.77.19 11 5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/food-apple.svg b/mkdocs-material/material/templates/.icons/material/food-apple.svg new file mode 100644 index 0000000..83052cc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/food-apple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 10c2 3-3 12-5 12s-2-1-3-1-1 1-3 1-7-9-5-12 5-3 7-2V5C5.38 8.07 4.11 3.78 4.11 3.78S6.77.19 11 5V3h2v5c2-1 5-1 7 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/food-croissant.svg b/mkdocs-material/material/templates/.icons/material/food-croissant.svg new file mode 100644 index 0000000..b4d9dda --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/food-croissant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22 19-3-2 3-2zm-7-4 4-6 3 4-4 3zM5 17l-3 2v-4zm4-2-3 1-4-3 3-4zm5-9 4 2-5 7h-2L6 8l4-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/food-drumstick-off-outline.svg b/mkdocs-material/material/templates/.icons/material/food-drumstick-off-outline.svg new file mode 100644 index 0000000..2694491 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/food-drumstick-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.1 21.5 2.4 1.7 1.1 3l7.4 7.4c-.2.3-.4.5-.6.8-1.2 1.2-1.2 2.9-.1 4l1 1c.5.5 1.3.8 2 .8s1.4-.3 2-.8c.3-.3.6-.5.9-.7l7.2 7.2zm-10.8-6.7c-.2.2-.4.2-.5.2s-.4 0-.6-.2l-1-1c-.2-.2-.2-.4-.2-.6s.1-.5.3-.7.4-.5.6-.7l2.2 2.2c-.2.3-.5.5-.8.8m.1-6.6L9.7 6.5c.4-1.4 1.3-2.6 2.7-3.5 1-.6 2.2-1 3.3-1 1.2 0 2.4.3 3.4 1 3.5 2.3 3.8 7 1.1 9.7-.8.8-1.7 1.3-2.7 1.6l-1.7-1.7c.1 0 .2-.1.4-.1 1-.1 1.9-.5 2.6-1.2.9-.9 1.4-2.2 1.2-3.5-.1-1.3-.8-2.4-2-3.2-.7-.4-1.5-.6-2.3-.6s-1.6.2-2.3.7c-1.2.7-1.9 1.9-2 3.2zm-2.6 9.2-2.5 2.4c.3.6.2 1.2-.3 1.7-.6.6-1.5.6-2.1 0-.3-.3-.4-.6-.4-1-.4 0-.7-.2-1-.4-.6-.6-.6-1.5 0-2.1.5-.5 1.1-.6 1.7-.3l2.5-2.4c.1.2.3.4.5.6l1 1c.1.2.3.4.6.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/food-drumstick-off.svg b/mkdocs-material/material/templates/.icons/material/food-drumstick-off.svg new file mode 100644 index 0000000..31748b2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/food-drumstick-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.8 22.7-7.2-7.2c-.3.2-.6.4-.9.7-1.1 1.1-2.9 1.1-4 0l-1-1c-1.1-1.1-1.1-2.9.1-4 .2-.2.4-.5.6-.8L1.1 3l1.3-1.3 19.7 19.7zM8.1 16.9l-1-1c-.2-.2-.3-.4-.5-.6l-2.5 2.4c-.6-.3-1.2-.2-1.7.3-.6.6-.6 1.5 0 2.1.3.3.6.4 1 .4 0 .4.2.7.4 1 .6.6 1.5.6 2.1 0 .5-.5.6-1.1.3-1.7l2.5-2.4c-.2-.1-.4-.3-.6-.5m12.1-4.2C23 9.9 22.6 5.2 19.1 3c-2-1.3-4.7-1.3-6.7 0-1.4.9-2.3 2.1-2.7 3.5l7.8 7.8c1-.3 1.9-.8 2.7-1.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/food-drumstick-outline.svg b/mkdocs-material/material/templates/.icons/material/food-drumstick-outline.svg new file mode 100644 index 0000000..af6ddea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/food-drumstick-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.71 4c.83 0 1.62.22 2.29.66 1.14.74 1.84 1.87 2 3.18a4.37 4.37 0 0 1-1.25 3.47c-.7.69-1.59 1.13-2.57 1.23-1.91.2-3.59.96-4.84 2.23a.809.809 0 0 1-1.13 0l-.99-.99a.74.74 0 0 1-.22-.53c0-.25.11-.47.32-.68 1.21-1.22 1.95-2.84 2.13-4.7.13-1.33.84-2.47 2-3.22.66-.43 1.44-.65 2.26-.65m0-2c-1.17 0-2.34.32-3.35.97-1.76 1.13-2.73 2.89-2.9 4.71-.13 1.32-.63 2.55-1.55 3.47l-.03.03c-1.16 1.16-1.16 2.93-.07 4.01l.99.99c.55.55 1.26.82 1.97.82s1.43-.27 1.98-.82c.97-.97 2.25-1.5 3.64-1.65 1.37-.15 2.71-.75 3.77-1.8A6.27 6.27 0 0 0 19.09 3c-1.01-.67-2.19-1-3.38-1M6.26 19.86c.27.56.18 1.24-.29 1.7a1.49 1.49 0 0 1-2.55-.98 1.49 1.49 0 0 1-.98-2.55c.46-.46 1.15-.56 1.7-.29l2.48-2.43c.14.19.3.41.48.59l.99.99c.21.2.41.37.67.52z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/food-drumstick.svg b/mkdocs-material/material/templates/.icons/material/food-drumstick.svg new file mode 100644 index 0000000..17e7362 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/food-drumstick.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.16 12.73A6.27 6.27 0 0 0 19.09 3c-2.01-1.33-4.7-1.34-6.73-.03-1.76 1.13-2.73 2.89-2.9 4.71-.13 1.32-.63 2.55-1.55 3.47l-.03.03c-1.16 1.16-1.16 2.93-.07 4.01l.99.99a2.794 2.794 0 0 0 3.95 0c.97-.97 2.25-1.5 3.64-1.65 1.37-.15 2.71-.75 3.77-1.8m-13.9 7.13c.27.56.18 1.24-.29 1.7a1.49 1.49 0 0 1-2.55-.98 1.49 1.49 0 0 1-.98-2.55c.46-.46 1.15-.56 1.7-.29l2.48-2.43c.14.19.3.41.48.59l.99.99c.21.2.41.37.67.52z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/food-fork-drink.svg b/mkdocs-material/material/templates/.icons/material/food-fork-drink.svg new file mode 100644 index 0000000..908ac21 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/food-fork-drink.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3a1 1 0 0 0-1 1v5.5c0 1.69 1.03 3.13 2.5 3.72v6.28A1.5 1.5 0 0 0 6 21a1.5 1.5 0 0 0 1.5-1.5v-6.28c1.47-.59 2.5-2.03 2.5-3.72V4a1 1 0 0 0-1-1 1 1 0 0 0-1 1v4a.5.5 0 0 1-.5.5A.5.5 0 0 1 7 8V4a1 1 0 0 0-1-1 1 1 0 0 0-1 1v4a.5.5 0 0 1-.5.5A.5.5 0 0 1 4 8V4a1 1 0 0 0-1-1m16.88 0c-.13 0-.26.09-.38.16L16 5.25V9h-4v2h1l1 10h6l1-10h1V9h-4V6.34l2.5-1.5c.5-.28.63-.84.34-1.34-.21-.36-.58-.55-.96-.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/food-halal.svg b/mkdocs-material/material/templates/.icons/material/food-halal.svg new file mode 100644 index 0000000..3acbfef --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/food-halal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 5v10c0 1.11-.89 2-2 2H4c-.55 0-1-.45-1-1v-3H1v3c0 1.66 1.34 3 3 3h1c2.21 0 4-1.79 4-4V5m14 8.38-1.23-1.23A3.9 3.9 0 0 0 19 11h-2v2h2c.5 0 1 .2 1.35.56l.35.35-1.2.69c-.46.26-.97.4-1.5.4h-1c-.56 0-1-.44-1-1V6h-2v3.81l-.62-.69C12.7 8.37 11.6 8 10.59 8H10v2h.59c.64 0 1.25.25 1.7.71l1.71 1.7V14c0 1.12-.88 2-2 2h-2v2h2c1.37 0 2.5-.7 3.17-1.76A2.5 2.5 0 0 0 17 17h1c.88 0 1.74-.23 2.5-.67l2.5-1.44Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/food-hot-dog.svg b/mkdocs-material/material/templates/.icons/material/food-hot-dog.svg new file mode 100644 index 0000000..2dcced3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/food-hot-dog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 5.77c-.15-.12-.28-.22-.41-.32l.03-.04c.78-.78.78-2.04 0-2.82s-2.04-.78-2.83 0l-.74.74a3.465 3.465 0 0 0-4.55.32L3.65 12.5a3.465 3.465 0 0 0-.32 4.55l-.74.74c-.79.79-.79 2.05 0 2.83.78.78 2.04.78 2.82 0l.04-.03c.1.13.2.26.32.41 1.36 1.34 3.58 1.34 4.95 0l10.25-10.28A3.52 3.52 0 0 0 21 5.77M4.77 15.61a1.5 1.5 0 0 1 .29-1.71l8.84-8.84a1.5 1.5 0 0 1 1.71-.29zM19.56 9.3 9.3 19.56c-.58.59-1.53.59-2.12 0-.58-.56-.58-1.56 0-2.12L17.44 7.18c.56-.58 1.56-.58 2.12 0 .59.59.59 1.54 0 2.12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/food-kosher.svg b/mkdocs-material/material/templates/.icons/material/food-kosher.svg new file mode 100644 index 0000000..58d9ebc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/food-kosher.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 7v2h2c.57 0 1 .43 1 1v7h2v-7c0-1.64-1.36-3-3-3zm6 0v7c0 1.65 1.36 3 3 3h4c1.65 0 3-1.35 3-3V7h-2v7c0 .57-.43 1-1 1h-4c-.57 0-1-.43-1-1v-1h1c1.65 0 3-1.35 3-3V7h-2v3c0 .57-.43 1-1 1H9V7zm11 0v2h2c.57 0 1 .43 1 1v4c0 .57-.43 1-1 1h-2v2h2c1.65 0 3-1.35 3-3v-4c0-1.64-1.35-3-3-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/food-off-outline.svg b/mkdocs-material/material/templates/.icons/material/food-off-outline.svg new file mode 100644 index 0000000..bfb26d5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/food-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 21h15v1c0 .54-.44 1-1 1H2c-.55 0-1-.46-1-1zm19.5 2.31L16 18.83V19H1v-2h13.17l-2-2H1c0-3.24 2.46-5.17 5.38-5.79L.68 3.5 2.1 2.1 13 13l2 2 6.9 6.9zM10.17 13l-2-2c-1.42.06-3.52.56-4.55 2zM23 5h-5V1h-2v4h-5l.23 2h9.56l-1 9.97 1.83 1.83z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/food-off.svg b/mkdocs-material/material/templates/.icons/material/food-off.svg new file mode 100644 index 0000000..6731ec8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/food-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.35 8.5 11 5h5V1h2v4h5l-1.38 13.79zM1 21v1c0 .55.45 1 1 1h13c.55 0 1-.45 1-1v-1zm20.9.9L2.1 2.1.69 3.5l5.7 5.71C3.28 9.87 1 12 1 15h11.17l2 2H1v2h15v-.17l4.5 4.49z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/food-outline.svg b/mkdocs-material/material/templates/.icons/material/food-outline.svg new file mode 100644 index 0000000..4092ca0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/food-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 22c0 .54.45 1 1 1h13c.56 0 1-.46 1-1v-1H1zM8.5 9C4.75 9 1 11 1 15h15c0-4-3.75-6-7.5-6m-4.88 4c1.11-1.55 3.47-2 4.88-2s3.77.45 4.88 2zM1 17h15v2H1zM18 5V1h-2v4h-5l.23 2h9.56l-1.4 14H18v2h1.72c.84 0 1.53-.65 1.63-1.47L23 5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/food-steak-off.svg b/mkdocs-material/material/templates/.icons/material/food-steak-off.svg new file mode 100644 index 0000000..085b43f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/food-steak-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.39 1.73 1.11 3l4.16 4.16C5.08 7.83 5 8.53 5 9.26a7.03 7.03 0 0 0 3.74 5.93c1.36.71 2.26 2.06 2.26 3.6V19c0 1.66 1.34 3 3 3 1.68 0 2.83-.89 3.6-2.5l3.24 3.23 1.27-1.27zM14 20c-.55 0-1-.45-1-1v-.21c0-2.23-1.28-4.29-3.33-5.37A5.04 5.04 0 0 1 7 9.18V8.9l1.16 1.15c.03.1.05.2.08.3l.16-.06 1.22 1.21-.54.21c.3.33.65.61 1.06.82.67.36 1.26.81 1.77 1.32l.04-.01 1.22 1.22-.22.08c.51.82.85 1.75.98 2.71l1.27-.46c.02-.07.05-.15.07-.23l.8.8C15.47 19.68 14.68 20 14 20m1.79-12.4-3.65 1.34-2.26-2.26 3.81-1.38c1.25.47 1.84 1.42 2.1 2.3m-7.2-2.21L7.17 3.97C8.41 2.77 10.07 2 11.88 2 19 2 19 9 19 9c0 2.46-.1 4.63-.34 6.46l-1.82-1.82c.1-1.28.16-2.81.16-4.64 0-.82-.31-5-5.12-5-1.21 0-2.38.5-3.29 1.39m7.09 7.11-2.32-2.35L16 9.19c0 1.22-.03 2.27-.08 3.21z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/food-steak.svg b/mkdocs-material/material/templates/.icons/material/food-steak.svg new file mode 100644 index 0000000..d429090 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/food-steak.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.9 2C8 2 4.9 5.4 5 9.3c.1 2.6 1.6 4.8 3.7 5.9 1.4.7 2.3 2.1 2.3 3.6v.2c0 1.7 1.3 3 3 3 4 0 5-5 5-13 0 0 0-7-7.1-7M14 20c-.6 0-1-.4-1-1v-.2c0-2.2-1.3-4.3-3.3-5.4C8.1 12.6 7.1 11 7 9.2c0-1.3.5-2.7 1.4-3.7S10.6 4 11.8 4C16.7 4 17 8.2 17 9c0 9.9-1.7 11-3 11m1.8-12.4-7.5 2.7Q8 9.85 8 9.1c0-.7.2-1.3.5-2l5.2-1.9c1.2.6 1.8 1.5 2.1 2.4m-2.9 7.5 2.8-1c-.1 1.5-.4 2.6-.6 3.3l-1.3.5c0-1-.3-1.9-.9-2.8M16 9.2c0 1.2 0 2.3-.1 3.2l-4 1.5c-.5-.5-1.1-1-1.8-1.3-.4-.2-.8-.5-1.1-.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/food-takeout-box-outline.svg b/mkdocs-material/material/templates/.icons/material/food-takeout-box-outline.svg new file mode 100644 index 0000000..21f6774 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/food-takeout-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m7.79 18-.51-7h9.46l-.51 7zM9.83 5h4.33l2.8 2.73L16.87 9H7.12l-.09-1.27zM22 7.46l-1.41-1.41L19 7.63l.03-.56L15 3H9L4.97 7.07l.03.5L3.41 6 2 7.44l3.23 3.11.7 9.45h12.14l.7-9.44z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/food-takeout-box.svg b/mkdocs-material/material/templates/.icons/material/food-takeout-box.svg new file mode 100644 index 0000000..f795ee9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/food-takeout-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.26 11h13.48l-.67 9H5.93zM9 4h5.97L19 7.38l1.59-1.59L22 7.21 19.21 10H4.79L2 7.21 3.41 5.8 5 7.38z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/food-turkey.svg b/mkdocs-material/material/templates/.icons/material/food-turkey.svg new file mode 100644 index 0000000..03101fc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/food-turkey.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m5.44 7.96.52-.53c.58-.58 1.54-.58 2.14.04l.02.03c.49.5 1.14.74 1.85.81.97.09 1.91.61 2.53 1.55.68 1.08.67 2.52-.04 3.59a3.322 3.322 0 0 1-5.18.55c-.56-.55-.88-1.26-.96-2-.08-.73-.37-1.42-.88-1.93-.58-.57-.58-1.53 0-2.11M9.64 16c-1.17 0-2.26-.45-3.07-1.28-.7-.72-1.14-1.62-1.25-2.6-.03-.3-.12-.69-.36-1.05C4.36 11.9 4 12.9 4 14c0 1.64.8 3.09 2.03 4H19v-1c0-3.6-2.39-6.65-5.66-7.65.89 1.4.87 3.27-.04 4.65-.8 1.25-2.18 2-3.66 2m5.14-8.44h1.27c.87 0 1.63.61 1.63 1.7V10h1.25V9c0-1.5-1.33-2.64-2.88-2.64h-1.27c-.83 0-1.54-.82-1.54-1.66s.71-1.46 1.54-1.46V2C13.24 2 12 3.24 12 4.78s1.24 2.78 2.78 2.78M4.5 7.55c.06-.1.14-.2.23-.3l.52-.52c.09-.09.19-.16.29-.23L4.13 5.07c.14-.27.09-.62-.13-.85a.767.767 0 0 0-1.07 0c-.14.14-.21.31-.22.49-.18.01-.35.08-.49.22-.29.29-.29.77 0 1.07.23.22.57.27.85.13zm13.89-3.16c.51-.51.83-1.2.83-1.97h-1.25c0 .83-.7 1.53-1.53 1.53v1.24c1.86 0 3.32 1.52 3.32 3.38V11H21V8.57a4.61 4.61 0 0 0-2.61-4.18M5 21h14c1.11 0 2-.89 2-2H3a2 2 0 0 0 2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/food-variant-off.svg b/mkdocs-material/material/templates/.icons/material/food-variant-off.svg new file mode 100644 index 0000000..23d814d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/food-variant-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.28 3 1 4.27l2.31 2.31c-.4 2.12-.76 4.22-.98 6.25C2 16 2 19 2 22h7c0-3 0-6-.33-9.17-.04-.33-.09-.68-.13-1.02L12.73 16H11v2c0 2.21 1.79 4 4 4h3c.23 0 .45 0 .67-.06L19.73 23 21 21.72M4.82 3l2.71 2.71c-.03-.24-.08-.47-.13-.71H8V3H7m13.55 8.23L17.8 16l3.79 3.76c.27-.55.41-1.15.41-1.76v-2h-2.13l2.24-3.87Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/food-variant.svg b/mkdocs-material/material/templates/.icons/material/food-variant.svg new file mode 100644 index 0000000..51733d3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/food-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 18a4 4 0 0 1-4 4h-3a4 4 0 0 1-4-4v-2h6.79l2.76-4.77 1.56.9L19.87 16H22zM9 22H2c0-3 0-6 .33-9.17C2.6 10.3 3.08 7.66 3.6 5H3V3h5v2h-.6c.52 2.66 1 5.3 1.27 7.83C9 16 9 19 9 22"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/food.svg b/mkdocs-material/material/templates/.icons/material/food.svg new file mode 100644 index 0000000..bf23f2d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/food.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.06 23h1.66c.84 0 1.53-.65 1.63-1.47L23 5.05h-5V1h-1.97v4.05h-4.97l.3 2.34c1.71.47 3.31 1.32 4.27 2.26 1.44 1.42 2.43 2.89 2.43 5.29zM1 22v-1h15.03v1c0 .54-.45 1-1.03 1H2c-.55 0-1-.46-1-1m15.03-7C16.03 7 1 7 1 15zM1 17h15v2H1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/foot-print.svg b/mkdocs-material/material/templates/.icons/material/foot-print.svg new file mode 100644 index 0000000..36b394f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/foot-print.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 2a2 2 0 1 1-2 2 2 2 0 0 1 2-2m-3.96 1a1.5 1.5 0 1 1-1.5 1.5 1.5 1.5 0 0 1 1.5-1.5M9.09 4.5a1 1 0 1 1-1 1 1 1 0 0 1 1-1M7.04 6a1 1 0 1 1-1 1 1 1 0 0 1 1-1m7.49 6A2.5 2.5 0 0 0 17 9.24 2.6 2.6 0 0 0 14.39 7h-2.48a6 6 0 0 0-5.79 4.4 2 2 0 0 0 .11 1.4 6.8 6.8 0 0 1 .68 2.96 6.9 6.9 0 0 1-.69 2.79 1.92 1.92 0 0 0 .08 1.76 3.62 3.62 0 0 0 3.89 1.6 3.5 3.5 0 0 0 2.17-5.28 2.8 2.8 0 0 1-.45-1.63s-.23-3 2.62-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/football-australian.svg b/mkdocs-material/material/templates/.icons/material/football-australian.svg new file mode 100644 index 0000000..f516e6f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/football-australian.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.5 7.5c1.67-1.63 3.79-2.81 5.87-3.32C18 3 21 6 19.82 10.63c-.51 2.08-1.69 4.2-3.32 5.87-1.67 1.63-3.79 2.81-5.87 3.32C6 21 3 18 4.18 13.37c.51-2.08 1.69-4.2 3.32-5.87m3.12 3.76-.36.36 2.12 2.12.36-.36zm1-1-.36.36 2.12 2.12.36-.36zm-2 2-.36.36 2.12 2.12.36-.36zm3.01-2.98-.35.35 2.12 2.12.35-.35zm-4 4-.35.35 2.12 2.12.35-.35zm5-5-.35.35 2.12 2.12.35-.35z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/football-helmet.svg b/mkdocs-material/material/templates/.icons/material/football-helmet.svg new file mode 100644 index 0000000..1472000 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/football-helmet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.5 12a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5m0-9c4.69 0 8.5 3.58 8.5 8 0 1.62 0 3-.91 5C17 16 16 20 12.5 20c-2.18 0-3.23-1.72-3.45-4h-.81l-1.28 4.3a1 1 0 0 1-1.12.7H3a1 1 0 0 1-1-1 1 1 0 0 1 1-1v-3a1 1 0 0 1-1-1 1 1 0 0 1 1-1h3.75l.48-1.61c-.51-.25-1.1-.39-1.73-.39h-.43L5 11c0-4.42 3.81-8 8.5-8M5 16v3h.26l.89-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/football.svg b/mkdocs-material/material/templates/.icons/material/football.svg new file mode 100644 index 0000000..2aed7a8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/football.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.39 21 3 15.61c0 1.09.04 2.1.2 3.02.15.92.3 1.47.51 1.66.19.21.73.36 1.64.52s1.92.19 3.04.19M15.5 9.89 9.89 15.5 8.5 14.11l5.61-5.61zM3.29 13.08l7.63 7.63c2.78-.5 4.98-1.56 6.61-3.18 1.62-1.63 2.68-3.83 3.18-6.61l-7.63-7.63c-2.78.5-4.98 1.56-6.61 3.18s-2.68 3.83-3.18 6.61M15.61 3 21 8.39c0-1.09-.04-2.1-.19-3.02-.16-.92-.31-1.47-.52-1.66-.19-.21-.73-.36-1.64-.51S16.73 3 15.61 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/forest-outline.svg b/mkdocs-material/material/templates/.icons/material/forest-outline.svg new file mode 100644 index 0000000..4333872 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/forest-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.19 18H24l-3.86-6H22L15 2l-2.39 3.41L17.92 13h-1.95zM16 12 9 2 2 12h1.86L0 18h7v4h4v-4h7l-3.86-6zm-3.84-2H10.5l3.84 6H3.67l3.86-6H5.84L9 5.5zm.84 9v3h4v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/forest.svg b/mkdocs-material/material/templates/.icons/material/forest.svg new file mode 100644 index 0000000..ce30523 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/forest.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 12 9 2 2 12h1.86L0 18h7v4h4v-4h7l-3.86-6zm4.14 0H22L15 2l-2.39 3.41L17.92 13h-1.95l3.22 5H24zM13 19h4v3h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/forklift.svg b/mkdocs-material/material/templates/.icons/material/forklift.svg new file mode 100644 index 0000000..2b38bc1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/forklift.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 4v7H4c-1.11 0-2 .89-2 2v4a3 3 0 0 0 3 3 3 3 0 0 0 3-3h2a3 3 0 0 0 3 3 3 3 0 0 0 3-3v-4l-4-9zm11 1v14h5v-1.5h-3.5V5zm-9.5.5h3.7l3.3 7.5h-7zM5 15.5A1.5 1.5 0 0 1 6.5 17 1.5 1.5 0 0 1 5 18.5 1.5 1.5 0 0 1 3.5 17 1.5 1.5 0 0 1 5 15.5m8 0a1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5 1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/form-dropdown.svg b/mkdocs-material/material/templates/.icons/material/form-dropdown.svg new file mode 100644 index 0000000..ef4aae5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/form-dropdown.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 5h3l-1.5 2zM3 2h18a2 2 0 0 1 2 2v4c0 1.11-.89 2-2 2h-5v10c0 1.11-.89 2-2 2H3a2 2 0 0 1-2-2V4c0-1.1.9-2 2-2m0 2v4h11V4zm18 4V4h-5v4zM3 20h11V10H3zm2-8h7v2H5zm0 4h7v2H5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/form-select.svg b/mkdocs-material/material/templates/.icons/material/form-select.svg new file mode 100644 index 0000000..db348d4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/form-select.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 5h3l-1.5 2zM5 2h14a2 2 0 0 1 2 2v16c0 1.11-.89 2-2 2H5a2 2 0 0 1-2-2V4c0-1.1.9-2 2-2m0 2v4h14V4zm0 16h14V10H5zm2-8h10v2H7zm0 4h10v2H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/form-textarea.svg b/mkdocs-material/material/templates/.icons/material/form-textarea.svg new file mode 100644 index 0000000..8dd4e11 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/form-textarea.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 9H4v14H2V7h11m10 2V7h-6V5a1 1 0 0 1 1-1h2V2h-2.5C17 2 16 2.45 16 3c0-.55-.95-1-1.5-1H12v2h2a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1h-2v2h2.5c.55 0 1.5-.45 1.5-1 0 .55.95 1 1.5 1H20v-2h-2a1 1 0 0 1-1-1V9Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/form-textbox-lock.svg b/mkdocs-material/material/templates/.icons/material/form-textbox-lock.svg new file mode 100644 index 0000000..ab7be49 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/form-textbox-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 7h4v2H4v6h2v2H2zm8 0h12v5c-.58-.44-1.26-.75-2-.9V9H10v6h4.25c-.69 0-1.25.56-1.25 1.25V17h-3v2c0 .55.45 1 1 1h2v2h-2.5c-.55 0-1.5-.45-1.5-1 0 .55-.95 1-1.5 1H5v-2h2c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1H5V2h2.5C8.05 2 9 2.45 9 3c0-.55.95-1 1.5-1H13v2h-2c-.55 0-1 .45-1 1zm11.8 10c.6 0 1.2.6 1.2 1.3v3.5c0 .6-.6 1.2-1.3 1.2h-5.5c-.6 0-1.2-.6-1.2-1.3v-3.5c0-.6.6-1.2 1.2-1.2v-1.5c0-1.4 1.4-2.5 2.8-2.5s2.8 1.1 2.8 2.5zm-1.3 0v-1.5c0-.8-.7-1.3-1.5-1.3s-1.5.5-1.5 1.3V17z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/form-textbox-password.svg b/mkdocs-material/material/templates/.icons/material/form-textbox-password.svg new file mode 100644 index 0000000..591e0fc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/form-textbox-password.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 7h5v10h-5v2a1 1 0 0 0 1 1h2v2h-2.5c-.55 0-1.5-.45-1.5-1 0 .55-.95 1-1.5 1H12v-2h2a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1h-2V2h2.5c.55 0 1.5.45 1.5 1 0-.55.95-1 1.5-1H20v2h-2a1 1 0 0 0-1 1zM2 7h11v2H4v6h9v2H2zm18 8V9h-3v6zM8.5 12A1.5 1.5 0 0 0 7 10.5 1.5 1.5 0 0 0 5.5 12 1.5 1.5 0 0 0 7 13.5 1.5 1.5 0 0 0 8.5 12m4.5-1.11c-.61-.56-1.56-.51-2.12.11-.56.6-.51 1.55.12 2.11.55.52 1.43.52 2 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/form-textbox.svg b/mkdocs-material/material/templates/.icons/material/form-textbox.svg new file mode 100644 index 0000000..7b43f92 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/form-textbox.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 7h5v10h-5v2a1 1 0 0 0 1 1h2v2h-2.5c-.55 0-1.5-.45-1.5-1 0 .55-.95 1-1.5 1H12v-2h2a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1h-2V2h2.5c.55 0 1.5.45 1.5 1 0-.55.95-1 1.5-1H20v2h-2a1 1 0 0 0-1 1zM2 7h11v2H4v6h9v2H2zm18 8V9h-3v6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-align-bottom.svg b/mkdocs-material/material/templates/.icons/material/format-align-bottom.svg new file mode 100644 index 0000000..2719842 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-align-bottom.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m13 9 2.5-2.5 1.42 1.42L12 12.84 7.08 7.92 8.5 6.5 11 9V3h2zM3 15h18v2H3zm0 4h10v2H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-align-center.svg b/mkdocs-material/material/templates/.icons/material/format-align-center.svg new file mode 100644 index 0000000..eeac6ef --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-align-center.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3h18v2H3zm4 4h10v2H7zm-4 4h18v2H3zm4 4h10v2H7zm-4 4h18v2H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-align-justify.svg b/mkdocs-material/material/templates/.icons/material/format-align-justify.svg new file mode 100644 index 0000000..1663d38 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-align-justify.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3h18v2H3zm0 4h18v2H3zm0 4h18v2H3zm0 4h18v2H3zm0 4h18v2H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-align-left.svg b/mkdocs-material/material/templates/.icons/material/format-align-left.svg new file mode 100644 index 0000000..a4e584b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-align-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3h18v2H3zm0 4h12v2H3zm0 4h18v2H3zm0 4h12v2H3zm0 4h18v2H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-align-middle.svg b/mkdocs-material/material/templates/.icons/material/format-align-middle.svg new file mode 100644 index 0000000..d7e32b6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-align-middle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m13 6 2-2 1.42 1.42L12 9.84 7.58 5.42 9 4l2 2V2h2zM3 11h18v2H3zm10 7v4h-2v-4l-2 2-1.42-1.42L12 14.16l4.42 4.42L15 20z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-align-right.svg b/mkdocs-material/material/templates/.icons/material/format-align-right.svg new file mode 100644 index 0000000..cb48d86 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-align-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3h18v2H3zm6 4h12v2H9zm-6 4h18v2H3zm6 4h12v2H9zm-6 4h18v2H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-align-top.svg b/mkdocs-material/material/templates/.icons/material/format-align-top.svg new file mode 100644 index 0000000..1c020f2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-align-top.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m13 15 2.5 2.5 1.42-1.42L12 11.16l-4.92 4.92L8.5 17.5 11 15v6h2zM3 3h18v2H3zm0 4h10v2H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-annotation-minus.svg b/mkdocs-material/material/templates/.icons/material/format-annotation-minus.svg new file mode 100644 index 0000000..f2132b9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-annotation-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.5 7h-2L3 21h2.2l1.1-3h6.2l1.1 3H16zm-3.4 9 2.4-6.3 2.4 6.3zM22 7h-8V5h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-annotation-plus.svg b/mkdocs-material/material/templates/.icons/material/format-annotation-plus.svg new file mode 100644 index 0000000..75a26ae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-annotation-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.5 7h2L16 21h-2.4l-1.1-3H6.3l-1.1 3H3zm-1.4 9h4.8L9.5 9.7zM22 5v2h-3v3h-2V7h-3V5h3V2h2v3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-bold.svg b/mkdocs-material/material/templates/.icons/material/format-bold.svg new file mode 100644 index 0000000..2b68f7a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-bold.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.5 15.5H10v-3h3.5A1.5 1.5 0 0 1 15 14a1.5 1.5 0 0 1-1.5 1.5m-3.5-9h3A1.5 1.5 0 0 1 14.5 8 1.5 1.5 0 0 1 13 9.5h-3m5.6 1.29c.97-.68 1.65-1.79 1.65-2.79 0-2.26-1.75-4-4-4H7v14h7.04c2.1 0 3.71-1.7 3.71-3.79 0-1.52-.86-2.82-2.15-3.42"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-clear.svg b/mkdocs-material/material/templates/.icons/material/format-clear.svg new file mode 100644 index 0000000..a37ba78 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-clear.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 5v.18L8.82 8h2.4l-.72 1.68 2.1 2.1L14.21 8H20V5zM3.27 5 2 6.27l6.97 6.97L6.5 19h3l1.57-3.66L16.73 21 18 19.73 3.55 5.27z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-color-fill.svg b/mkdocs-material/material/templates/.icons/material/format-color-fill.svg new file mode 100644 index 0000000..f5c0fa7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-color-fill.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 11.5s-2 2.17-2 3.5a2 2 0 0 0 2 2 2 2 0 0 0 2-2c0-1.33-2-3.5-2-3.5M5.21 10 10 5.21 14.79 10m1.77-1.06L7.62 0 6.21 1.41l2.38 2.38-5.15 5.15c-.59.56-.59 1.53 0 2.12l5.5 5.5c.29.29.68.44 1.06.44s.77-.15 1.06-.44l5.5-5.5c.59-.59.59-1.56 0-2.12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-color-highlight.svg b/mkdocs-material/material/templates/.icons/material/format-color-highlight.svg new file mode 100644 index 0000000..e433401 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-color-highlight.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m4 17 2.75-2.75-.03-.02c-.58-.59-.58-1.54 0-2.12l4.74-4.74 4.24 4.24-4.74 4.74c-.57.58-1.5.58-2.09.02l-.63.63zM15.91 2.91c.59-.58 1.54-.58 2.12 0l2.13 2.12c.58.59.58 1.54 0 2.13l-3.3 3.29-4.24-4.24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-color-marker-cancel.svg b/mkdocs-material/material/templates/.icons/material/format-color-marker-cancel.svg new file mode 100644 index 0000000..c7ca781 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-color-marker-cancel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.5 8C14 8 12 10 12 12.5s2 4.5 4.5 4.5 4.5-2 4.5-4.5S19 8 16.5 8m0 7.5c-1.7 0-3-1.3-3-3 0-.6.2-1.1.4-1.5l4.1 4.1c-.4.2-.9.4-1.5.4m2.6-1.5L15 9.9c.4-.3.9-.4 1.5-.4 1.7 0 3 1.3 3 3 0 .6-.2 1.1-.4 1.5m-7-6.3-1.5-1.5 3.3-3.3c.6-.6 1.5-.6 2.1 0L18.2 5c.4.4.5.8.4 1.3-.6-.2-1.3-.3-2-.3-1.8 0-3.3.7-4.5 1.7m-1.6 7.2L9 16.3c-.6.6-1.5.6-2.1 0l-.7.7H2l2.8-2.8c-.6-.6-.6-1.5 0-2.1l4.7-4.7L11.1 9c-.7 1-1.1 2.2-1.1 3.5 0 .8.2 1.6.5 2.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-color-text.svg b/mkdocs-material/material/templates/.icons/material/format-color-text.svg new file mode 100644 index 0000000..5e6a086 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-color-text.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.62 12 12 5.67 14.37 12M11 3 5.5 17h2.25l1.12-3h6.25l1.13 3h2.25L13 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-columns.svg b/mkdocs-material/material/templates/.icons/material/format-columns.svg new file mode 100644 index 0000000..083cc14 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-columns.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3h8v2H3zm10 0h8v2h-8zM3 7h8v2H3zm10 0h8v2h-8zM3 11h8v2H3zm10 0h8v2h-8zM3 15h8v2H3zm10 0h8v2h-8zM3 19h8v2H3zm10 0h8v2h-8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-float-center.svg b/mkdocs-material/material/templates/.icons/material/format-float-center.svg new file mode 100644 index 0000000..5bd7af8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-float-center.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7h6v6H9zM3 3h18v2H3zm0 12h18v2H3zm0 4h14v2H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-float-left.svg b/mkdocs-material/material/templates/.icons/material/format-float-left.svg new file mode 100644 index 0000000..898480f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-float-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 7h6v6H3zm0-4h18v2H3zm18 4v2H11V7zm0 4v2H11v-2zM3 15h14v2H3zm0 4h18v2H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-float-none.svg b/mkdocs-material/material/templates/.icons/material/format-float-none.svg new file mode 100644 index 0000000..e606690 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-float-none.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 7h6v6H3zm0-4h18v2H3zm18 8v2H11v-2zM3 15h14v2H3zm0 4h18v2H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-float-right.svg b/mkdocs-material/material/templates/.icons/material/format-float-right.svg new file mode 100644 index 0000000..55f3a67 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-float-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 7h6v6h-6zM3 3h18v2H3zm10 4v2H3V7zm-4 4v2H3v-2zm-6 4h14v2H3zm0 4h18v2H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-font-size-decrease.svg b/mkdocs-material/material/templates/.icons/material/format-font-size-decrease.svg new file mode 100644 index 0000000..c810442 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-font-size-decrease.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.12 14 7.5 7.67 9.87 14M6.5 5 1 19h2.25l1.12-3h6.25l1.13 3H14L8.5 5zM18 17l5-5.07-1.41-1.43L19 13.1V7h-2v6.1l-2.59-2.6L13 11.93z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-font-size-increase.svg b/mkdocs-material/material/templates/.icons/material/format-font-size-increase.svg new file mode 100644 index 0000000..2a4453b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-font-size-increase.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.12 14 7.5 7.67 9.87 14M6.5 5 1 19h2.25l1.12-3h6.25l1.13 3H14L8.5 5zM18 7l-5 5.07 1.41 1.43L17 10.9V17h2v-6.1l2.59 2.6L23 12.07z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-font.svg b/mkdocs-material/material/templates/.icons/material/format-font.svg new file mode 100644 index 0000000..b8ac2de --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-font.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 8h3v12h1v1h-4v-1h1v-3h-4l-1.5 3H14v1h-4v-1h1zm1 1-3.5 7H18zM5 3h5c1.11 0 2 .89 2 2v11H9v-5H6v5H3V5c0-1.11.89-2 2-2m1 2v4h3V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-header-1.svg b/mkdocs-material/material/templates/.icons/material/format-header-1.svg new file mode 100644 index 0000000..5f58d39 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-header-1.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 4h2v6h4V4h2v14H9v-6H5v6H3zm11 14v-2h2V6.31l-2.5 1.44V5.44L16 4h2v12h2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-header-2.svg b/mkdocs-material/material/templates/.icons/material/format-header-2.svg new file mode 100644 index 0000000..2ca2a35 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-header-2.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 4h2v6h4V4h2v14H9v-6H5v6H3zm18 14h-6a2 2 0 0 1-2-2c0-.53.2-1 .54-1.36l4.87-5.23c.37-.36.59-.86.59-1.41a2 2 0 0 0-2-2 2 2 0 0 0-2 2h-2a4 4 0 0 1 4-4 4 4 0 0 1 4 4c0 1.1-.45 2.1-1.17 2.83L15 16h6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-header-3.svg b/mkdocs-material/material/templates/.icons/material/format-header-3.svg new file mode 100644 index 0000000..ad2f7d8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-header-3.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 4h2v6h4V4h2v14H9v-6H5v6H3zm12 0h4a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-1h2v1h4v-4h-4v-2h4V6h-4v1h-2V6a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-header-4.svg b/mkdocs-material/material/templates/.icons/material/format-header-4.svg new file mode 100644 index 0000000..9309d1e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-header-4.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 4h2v6h4V4h2v14H9v-6H5v6H3zm15 14v-5h-5v-2l5-7h2v7h1v2h-1v5zm0-7V7.42L15.45 11z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-header-5.svg b/mkdocs-material/material/templates/.icons/material/format-header-5.svg new file mode 100644 index 0000000..907e859 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-header-5.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 4h2v6h4V4h2v14H9v-6H5v6H3zm12 0h5v2h-5v4h2a4 4 0 0 1 4 4 4 4 0 0 1-4 4h-2a2 2 0 0 1-2-2v-1h2v1h2a2 2 0 0 0 2-2 2 2 0 0 0-2-2h-2a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-header-6.svg b/mkdocs-material/material/templates/.icons/material/format-header-6.svg new file mode 100644 index 0000000..c56e1bb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-header-6.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 4h2v6h4V4h2v14H9v-6H5v6H3zm12 0h4a2 2 0 0 1 2 2v1h-2V6h-4v4h4a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2m0 8v4h4v-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-header-decrease.svg b/mkdocs-material/material/templates/.icons/material/format-header-decrease.svg new file mode 100644 index 0000000..7d7a9a8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-header-decrease.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 4h2v6h4V4h2v14h-2v-6H6v6H4zm16.42 3.41L16.83 11l3.59 3.59L19 16l-5-5 5-5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-header-equal.svg b/mkdocs-material/material/templates/.icons/material/format-header-equal.svg new file mode 100644 index 0000000..9ce4cac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-header-equal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 4h2v6h4V4h2v14h-2v-6H6v6H4zm10 6V8h7v2zm0 2h7v2h-7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-header-increase.svg b/mkdocs-material/material/templates/.icons/material/format-header-increase.svg new file mode 100644 index 0000000..06a5051 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-header-increase.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 4h2v6h4V4h2v14h-2v-6H6v6H4zm10.59 3.41L18.17 11l-3.58 3.59L16 16l5-5-5-5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-header-pound.svg b/mkdocs-material/material/templates/.icons/material/format-header-pound.svg new file mode 100644 index 0000000..795c181 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-header-pound.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 4h2v6h4V4h2v14H9v-6H5v6H3zm10 4h2.31l.32-3h2l-.32 3h2l.32-3h2l-.32 3H23v2h-1.9l-.2 2H23v2h-2.31l-.32 3h-2l.32-3h-2l-.32 3h-2l.32-3H13v-2h1.9l.2-2H13zm4.1 2-.2 2h2l.2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-horizontal-align-center.svg b/mkdocs-material/material/templates/.icons/material/format-horizontal-align-center.svg new file mode 100644 index 0000000..f89930a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-horizontal-align-center.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 16v-3h4v-2h-4V8l-4 4zM5 8v3H1v2h4v3l4-4zm6 12h2V4h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-horizontal-align-left.svg b/mkdocs-material/material/templates/.icons/material/format-horizontal-align-left.svg new file mode 100644 index 0000000..d77177b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-horizontal-align-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 16v-3h10v-2H11V8l-4 4zm-8 4h2V4H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-horizontal-align-right.svg b/mkdocs-material/material/templates/.icons/material/format-horizontal-align-right.svg new file mode 100644 index 0000000..e27e18e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-horizontal-align-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 8v3H3v2h10v3l4-4zm6 12h2V4h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-indent-decrease.svg b/mkdocs-material/material/templates/.icons/material/format-indent-decrease.svg new file mode 100644 index 0000000..c494981 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-indent-decrease.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 13h10v-2H11m0-2h10V7H11M3 3v2h18V3M3 21h18v-2H3m0-7 4 4V8m4 9h10v-2H11z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-indent-increase.svg b/mkdocs-material/material/templates/.icons/material/format-indent-increase.svg new file mode 100644 index 0000000..154880b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-indent-increase.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 13h10v-2H11m0-2h10V7H11M3 3v2h18V3M11 17h10v-2H11M3 8v8l4-4m-4 9h18v-2H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-italic.svg b/mkdocs-material/material/templates/.icons/material/format-italic.svg new file mode 100644 index 0000000..c141643 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-italic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 4v3h2.21l-3.42 8H6v3h8v-3h-2.21l3.42-8H18V4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-letter-case-lower.svg b/mkdocs-material/material/templates/.icons/material/format-letter-case-lower.svg new file mode 100644 index 0000000..7591475 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-letter-case-lower.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.06 18a4 4 0 0 1-.2-.89c-.67.7-1.48 1.05-2.41 1.05-.83 0-1.52-.24-2.05-.71-.53-.45-.8-1.06-.8-1.79 0-.88.33-1.56 1-2.05s1.61-.73 2.83-.73h1.4v-.64q0-.735-.45-1.17c-.3-.29-.75-.43-1.33-.43-.52 0-.95.12-1.3.36-.35.25-.52.54-.52.89h-1.46c0-.43.15-.84.45-1.24.28-.4.71-.71 1.22-.94.51-.21 1.06-.35 1.69-.35.98 0 1.74.24 2.29.73s.84 1.16.86 2.02V16c0 .8.1 1.42.3 1.88V18zm-2.4-1.12c.45 0 .88-.11 1.29-.32.4-.21.7-.49.88-.83v-1.57H18.7c-1.77 0-2.66.47-2.66 1.41 0 .43.15.73.46.96.3.23.68.35 1.16.35m-12.2-3.17h4.07L7.5 8.29zM6.64 6h1.72l4.71 12h-1.93l-.97-2.57H4.82L3.86 18H1.93zM22 20v2h-7.5v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-letter-case-upper.svg b/mkdocs-material/material/templates/.icons/material/format-letter-case-upper.svg new file mode 100644 index 0000000..21ab760 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-letter-case-upper.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.06 18a4 4 0 0 1-.2-.89c-.67.7-1.48 1.05-2.41 1.05-.83 0-1.52-.24-2.05-.71-.53-.45-.8-1.06-.8-1.79 0-.88.33-1.56 1-2.05s1.61-.73 2.83-.73h1.4v-.64q0-.735-.45-1.17c-.3-.29-.75-.43-1.33-.43-.52 0-.95.12-1.3.36-.35.25-.52.54-.52.89h-1.46c0-.43.15-.84.45-1.24.28-.4.71-.71 1.22-.94.51-.21 1.06-.35 1.69-.35.98 0 1.74.24 2.29.73s.84 1.16.86 2.02V16c0 .8.1 1.42.3 1.88V18zm-2.4-1.12c.45 0 .88-.11 1.29-.32.4-.21.7-.49.88-.83v-1.57H18.7c-1.77 0-2.66.47-2.66 1.41 0 .43.15.73.46.96.3.23.68.35 1.16.35m-12.2-3.17h4.07L7.5 8.29zM6.64 6h1.72l4.71 12h-1.93l-.97-2.57H4.82L3.86 18H1.93zM2 20h11v2H2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-letter-case.svg b/mkdocs-material/material/templates/.icons/material/format-letter-case.svg new file mode 100644 index 0000000..e2e7fc4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-letter-case.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.06 18a4 4 0 0 1-.2-.89c-.67.7-1.48 1.05-2.41 1.05-.83 0-1.52-.24-2.05-.71-.53-.45-.8-1.06-.8-1.79 0-.88.33-1.56 1-2.05s1.61-.73 2.83-.73h1.4v-.64q0-.735-.45-1.17c-.3-.29-.75-.43-1.33-.43-.52 0-.95.12-1.3.36-.35.25-.52.54-.52.89h-1.46c0-.43.15-.84.45-1.24.28-.4.71-.71 1.22-.94.51-.21 1.06-.35 1.69-.35.98 0 1.74.24 2.29.73s.84 1.16.86 2.02V16c0 .8.1 1.42.3 1.88V18zm-2.4-1.12c.45 0 .88-.11 1.29-.32.4-.21.7-.49.88-.83v-1.57H18.7c-1.77 0-2.66.47-2.66 1.41 0 .43.15.73.46.96.3.23.68.35 1.16.35m-12.2-3.17h4.07L7.5 8.29zM6.64 6h1.72l4.71 12h-1.93l-.97-2.57H4.82L3.86 18H1.93z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-letter-ends-with.svg b/mkdocs-material/material/templates/.icons/material/format-letter-ends-with.svg new file mode 100644 index 0000000..1f07c4d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-letter-ends-with.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.14 4 6.43 16h1.93l.96-2.57h5.35l.97 2.57h1.93L12.86 4M12 6.29l2.03 5.42H9.96M20 14v4H2v2h20v-6Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-letter-matches.svg b/mkdocs-material/material/templates/.icons/material/format-letter-matches.svg new file mode 100644 index 0000000..be93a40 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-letter-matches.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.14 4 6.43 16h1.93l.96-2.57h5.35l.97 2.57h1.93L12.86 4M12 6.29l2.03 5.42H9.96M20 14v4H4v-3H2v5h20v-6Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-letter-spacing-variant.svg b/mkdocs-material/material/templates/.icons/material/format-letter-spacing-variant.svg new file mode 100644 index 0000000..5b02bfe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-letter-spacing-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 3v18h-2V3zM4 3v18H2V3zm6 10.7h4l-2-5.4zM11.2 6h1.7l4.7 12h-2l-.9-2.6H9.4L8.5 18h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-letter-spacing.svg b/mkdocs-material/material/templates/.icons/material/format-letter-spacing.svg new file mode 100644 index 0000000..a54cd29 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-letter-spacing.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.4 10.7h4.1l-2-5.4zM15.6 3h1.7L22 15h-1.9l-1-2.6h-5.4l-1 2.6h-1.9zm-4.4 0h1.9L8.4 15H6.7L2 3h1.9l3.6 9.7M19 22v-2H5v2l-3-3 3-3v2h14v-2l3 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-letter-starts-with.svg b/mkdocs-material/material/templates/.icons/material/format-letter-starts-with.svg new file mode 100644 index 0000000..e5e4881 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-letter-starts-with.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.14 4 6.43 16h1.93l.96-2.57h5.35l.97 2.57h1.93L12.86 4M12 6.29l2.03 5.42H9.96M4 18v-3H2v5h20v-2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-line-height.svg b/mkdocs-material/material/templates/.icons/material/format-line-height.svg new file mode 100644 index 0000000..18fa47d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-line-height.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 22H3v-2h18zm0-18H3V2h18zm-11 9.7h4l-2-5.4zM11.2 6h1.7l4.7 12h-2l-.9-2.6H9.4L8.5 18h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-line-spacing.svg b/mkdocs-material/material/templates/.icons/material/format-line-spacing.svg new file mode 100644 index 0000000..5dbcd2f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-line-spacing.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 13h12v-2H10m0 8h12v-2H10m0-10h12V5H10M6 7h2.5L5 3.5 1.5 7H4v10H1.5L5 20.5 8.5 17H6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-line-style.svg b/mkdocs-material/material/templates/.icons/material/format-line-style.svg new file mode 100644 index 0000000..6b41621 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-line-style.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 16h5v-2H3zm6.5 0h5v-2h-5zm6.5 0h5v-2h-5zM3 20h2v-2H3zm4 0h2v-2H7zm4 0h2v-2h-2zm4 0h2v-2h-2zm4 0h2v-2h-2zM3 12h8v-2H3zm10 0h8v-2h-8zM3 4v4h18V4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-line-weight.svg b/mkdocs-material/material/templates/.icons/material/format-line-weight.svg new file mode 100644 index 0000000..5c8e93e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-line-weight.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 17h18v-2H3zm0 3h18v-1H3zm0-7h18v-3H3zm0-9v4h18V4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-list-bulleted-square.svg b/mkdocs-material/material/templates/.icons/material/format-list-bulleted-square.svg new file mode 100644 index 0000000..6a07b11 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-list-bulleted-square.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 4h4v4H3zm6 1v2h12V5zm-6 5h4v4H3zm6 1v2h12v-2zm-6 5h4v4H3zm6 1v2h12v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-list-bulleted-triangle.svg b/mkdocs-material/material/templates/.icons/material/format-list-bulleted-triangle.svg new file mode 100644 index 0000000..49528cf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-list-bulleted-triangle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 15.5 7.5 20h-5zM9 19h12v-2H9zM5 9.5 7.5 14h-5zM9 13h12v-2H9zM5 3.5 7.5 8h-5zM9 7h12V5H9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-list-bulleted-type.svg b/mkdocs-material/material/templates/.icons/material/format-list-bulleted-type.svg new file mode 100644 index 0000000..d2e2b23 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-list-bulleted-type.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 9.5 7.5 14h-5zM3 4h4v4H3zm2 16a2 2 0 0 0 2-2 2 2 0 0 0-2-2 2 2 0 0 0-2 2 2 2 0 0 0 2 2M9 5v2h12V5zm0 14h12v-2H9zm0-6h12v-2H9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-list-bulleted.svg b/mkdocs-material/material/templates/.icons/material/format-list-bulleted.svg new file mode 100644 index 0000000..a4565ab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-list-bulleted.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 5h14v2H7zm0 8v-2h14v2zM4 4.5A1.5 1.5 0 0 1 5.5 6 1.5 1.5 0 0 1 4 7.5 1.5 1.5 0 0 1 2.5 6 1.5 1.5 0 0 1 4 4.5m0 6A1.5 1.5 0 0 1 5.5 12 1.5 1.5 0 0 1 4 13.5 1.5 1.5 0 0 1 2.5 12 1.5 1.5 0 0 1 4 10.5M7 19v-2h14v2zm-3-2.5A1.5 1.5 0 0 1 5.5 18 1.5 1.5 0 0 1 4 19.5 1.5 1.5 0 0 1 2.5 18 1.5 1.5 0 0 1 4 16.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-list-checkbox.svg b/mkdocs-material/material/templates/.icons/material/format-list-checkbox.svg new file mode 100644 index 0000000..dac1540 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-list-checkbox.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 19v-2H8v2zm0-6v-2H8v2zM8 7h13V5H8zM4 5v2h2V5zM3 5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1zm1 6v2h2v-2zm-1 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1zm1 6v2h2v-2zm-1 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-list-checks.svg b/mkdocs-material/material/templates/.icons/material/format-list-checks.svg new file mode 100644 index 0000000..ee1d4b9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-list-checks.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 5h6v6H3zm2 2v2h2V7zm6 0h10v2H11zm0 8h10v2H11zm-6 5-3.5-3.5 1.41-1.41L5 17.17l4.59-4.58L11 14z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-list-group-plus.svg b/mkdocs-material/material/templates/.icons/material/format-list-group-plus.svg new file mode 100644 index 0000000..7d0c89f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-list-group-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 14v3h-3v2h3v3h2v-3h3v-2h-3v-3m1-3v1.3c-.6-.2-1.3-.3-2-.3-1.2 0-2.4.4-3.3 1H7v-2zm-7.9 6H7v-2h5.8c-.3.6-.6 1.3-.7 2M7 7h13v2H7zM5 19h2v2H3V3h4v2H5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-list-group.svg b/mkdocs-material/material/templates/.icons/material/format-list-group.svg new file mode 100644 index 0000000..f50b6a3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-list-group.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 5v14h2v2H3V3h4v2zm15 2H7v2h13zm0 4H7v2h13zm0 4H7v2h13z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-list-numbered-rtl.svg b/mkdocs-material/material/templates/.icons/material/format-list-numbered-rtl.svg new file mode 100644 index 0000000..00d47b7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-list-numbered-rtl.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 13v-2h14v2zm0 6v-2h14v2zM3 7V5h14v2zm17 1V5h-1V4h2v4zm-1 9v-1h3v4h-3v-1h2v-.5h-1v-1h1V17zm2.25-7a.749.749 0 0 1 .54 1.27L20.12 13H22v1h-3v-.92L21 11h-2v-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-list-numbered.svg b/mkdocs-material/material/templates/.icons/material/format-list-numbered.svg new file mode 100644 index 0000000..8f81adc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-list-numbered.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 13v-2h14v2zm0 6v-2h14v2zM7 7V5h14v2zM3 8V5H2V4h2v4zm-1 9v-1h3v4H2v-1h2v-.5H3v-1h1V17zm2.25-7a.75.75 0 0 1 .75.75c0 .2-.08.39-.21.52L3.12 13H5v1H2v-.92L4 11H2v-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-list-text.svg b/mkdocs-material/material/templates/.icons/material/format-list-text.svg new file mode 100644 index 0000000..60d6b1a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-list-text.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 14h6v6H2M16 8h-6v2h6M2 10h6V4H2m8 0v2h12V4M10 20h6v-2h-6m0-2h12v-2H10"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-overline.svg b/mkdocs-material/material/templates/.icons/material/format-overline.svg new file mode 100644 index 0000000..f88adcc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-overline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 5h14V3H5zm4.62 11L12 9.67 14.37 16M11 7 5.5 21h2.25l1.12-3h6.25l1.13 3h2.25L13 7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-page-break.svg b/mkdocs-material/material/templates/.icons/material/format-page-break.svg new file mode 100644 index 0000000..266ca15 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-page-break.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 20H6v-2H4v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2h-2zM14 2H6a2 2 0 0 0-2 2v8h2V4h8v4h4v4h2V8zm-3 14H8v-2h3zm5 0h-3v-2h3zM3 14h3v2H3zm18 2h-3v-2h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-page-split.svg b/mkdocs-material/material/templates/.icons/material/format-page-split.svg new file mode 100644 index 0000000..b8eafb9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-page-split.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 11V7h2v4zm2-10v4h-2V1zm-2 16v-4h2v4zm-2 3H6V4h3V2H6a2 2 0 0 0-2 2v16c0 1.11.89 2 2 2h3zm6-17v5h3v12h-3v2h3c1.11 0 2-.89 2-2V8zm-2 16h-2v4h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-paint.svg b/mkdocs-material/material/templates/.icons/material/format-paint.svg new file mode 100644 index 0000000..2fc7aba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-paint.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 4V3a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V6h1v4H9v11a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-9h8V4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-paragraph-spacing.svg b/mkdocs-material/material/templates/.icons/material/format-paragraph-spacing.svg new file mode 100644 index 0000000..ef5a8bf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-paragraph-spacing.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 17h18v2H3zM3 2h18v2H3zm0 18h18v2H3zM13 8h2l-3-3-3 3h2v5H9l3 3 3-3h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-paragraph.svg b/mkdocs-material/material/templates/.icons/material/format-paragraph.svg new file mode 100644 index 0000000..10afd8c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-paragraph.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 4a4 4 0 0 1 4 4 4 4 0 0 1-4 4h-2v6H9V4zm0 6a2 2 0 0 0 2-2 2 2 0 0 0-2-2h-2v4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-pilcrow-arrow-left.svg b/mkdocs-material/material/templates/.icons/material/format-pilcrow-arrow-left.svg new file mode 100644 index 0000000..0acd38b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-pilcrow-arrow-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 17v-3l-4 4 4 4v-3h12v-2m-10-7v5h2V4h2v11h2V4h2V2h-8a4 4 0 0 0-4 4 4 4 0 0 0 4 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-pilcrow-arrow-right.svg b/mkdocs-material/material/templates/.icons/material/format-pilcrow-arrow-right.svg new file mode 100644 index 0000000..f9951d0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-pilcrow-arrow-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21 18-4-4v3H5v2h12v3M9 10v5h2V4h2v11h2V4h2V2H9a4 4 0 0 0-4 4 4 4 0 0 0 4 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-pilcrow.svg b/mkdocs-material/material/templates/.icons/material/format-pilcrow.svg new file mode 100644 index 0000000..c1c33d2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-pilcrow.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 11a4 4 0 0 1-4-4 4 4 0 0 1 4-4h8v2h-2v16h-2V5h-2v16h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-quote-close-outline.svg b/mkdocs-material/material/templates/.icons/material/format-quote-close-outline.svg new file mode 100644 index 0000000..0ab4886 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-quote-close-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 6v8h1.88l-2 4h5.74L21 13.24V6m-6 2h4v4.76L17.38 16h-1.26l2-4H15M3 6v8h1.88l-2 4h5.74L11 13.24V6M5 8h4v4.76L7.38 16H6.12l2-4H5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-quote-close.svg b/mkdocs-material/material/templates/.icons/material/format-quote-close.svg new file mode 100644 index 0000000..cdfbda1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-quote-close.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 17h3l2-4V7h-6v6h3M6 17h3l2-4V7H5v6h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-quote-open-outline.svg b/mkdocs-material/material/templates/.icons/material/format-quote-open-outline.svg new file mode 100644 index 0000000..c322fef --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-quote-open-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 18v-8H9.12l2-4H5.38L3 10.76V18m6-2H5v-4.76L6.62 8h1.26l-2 4H9m12 6v-8h-1.88l2-4h-5.74L13 10.76V18m6-2h-4v-4.76L16.62 8h1.26l-2 4H19Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-quote-open.svg b/mkdocs-material/material/templates/.icons/material/format-quote-open.svg new file mode 100644 index 0000000..61dc454 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-quote-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10 7-2 4h3v6H5v-6l2-4zm8 0-2 4h3v6h-6v-6l2-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-rotate-90.svg b/mkdocs-material/material/templates/.icons/material/format-rotate-90.svg new file mode 100644 index 0000000..85904be --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-rotate-90.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.34 6.41.86 12.9l6.49 6.48 6.49-6.48zM3.69 12.9l3.66-3.66L11 12.9l-3.66 3.66zm15.67-6.26A8.95 8.95 0 0 0 13 4V.76L8.76 5 13 9.24V6c1.79 0 3.58.68 4.95 2.05a7.007 7.007 0 0 1 0 9.9 6.97 6.97 0 0 1-7.79 1.44l-1.49 1.49C10 21.62 11.5 22 13 22c2.3 0 4.61-.88 6.36-2.64a8.98 8.98 0 0 0 0-12.72"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-section.svg b/mkdocs-material/material/templates/.icons/material/format-section.svg new file mode 100644 index 0000000..493a665 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-section.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.67 4.42a6.1 6.1 0 0 0-3.22-.86c-1.58 0-2.79.78-2.79 2 0 1.4 1.34 1.91 3.34 2.58 2.5.81 4.4 1.83 4.4 4.24a4.01 4.01 0 0 1-1.8 3.23c.65.61 1.01 1.47 1 2.36 0 2.82-2.6 4-5.1 4-1.46.06-2.91-.33-4.15-1.1L8 19.34c1.04.71 2.27 1.09 3.53 1.1 1.72 0 3-.78 3-2.2 0-1.24-.78-1.93-3.28-2.79C8.5 14.5 6.6 13.5 6.6 11.21c.07-1.32.83-2.52 2-3.14-.63-.57-.99-1.4-1-2.26C7.6 3.45 9.77 2 12.53 2c1.29 0 2.56.29 3.7.89zm-4.32 9c1.06.33 2.09.76 3.06 1.29.65-.49 1.02-1.26 1-2.07 0-1-.64-1.88-2.41-2.5-1.11-.37-2.22-.83-3.28-1.37-.75.45-1.22 1.26-1.22 2.14 0 .97.73 1.77 2.85 2.51"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-size.svg b/mkdocs-material/material/templates/.icons/material/format-size.svg new file mode 100644 index 0000000..54dd8c6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-size.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 4v3h5v12h3V7h5V4zm19 5h-9v3h3v7h3v-7h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-strikethrough-variant.svg b/mkdocs-material/material/templates/.icons/material/format-strikethrough-variant.svg new file mode 100644 index 0000000..aa999ae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-strikethrough-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.2 9.8c-1.2-2.3.5-5 2.9-5.5 3.1-1 7.6.4 7.5 4.2h-3c0-.3-.1-.6-.1-.8-.2-.6-.6-.9-1.2-1.1-.8-.3-2.1-.2-2.8.3C9 8.2 10.4 9.5 12 10H7.4c-.1-.1-.1-.2-.2-.2M21 13v-2H3v2h9.6c.2.1.4.1.6.2.6.3 1.1.5 1.3 1.1.1.4.2.9 0 1.3-.2.5-.6.7-1.1.9-1.8.5-4-.2-3.9-2.4h-3c-.1 2.6 2.1 4.4 4.5 4.7 3.8.8 8.3-1.6 6.3-5.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-strikethrough.svg b/mkdocs-material/material/templates/.icons/material/format-strikethrough.svg new file mode 100644 index 0000000..85a5ebc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-strikethrough.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 14h18v-2H3m2-8v3h5v3h4V7h5V4m-9 15h4v-3h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-subscript.svg b/mkdocs-material/material/templates/.icons/material/format-subscript.svg new file mode 100644 index 0000000..8f02f70 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-subscript.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 7.41 11.41 12 16 16.59 14.59 18 10 13.41 5.41 18 4 16.59 8.59 12 4 7.41 5.41 6 10 10.59 14.59 6zm5.85 13.62h-4.88v-1l.89-.8c.76-.65 1.32-1.19 1.7-1.63.37-.44.56-.85.57-1.24a.9.9 0 0 0-.27-.7c-.18-.16-.47-.28-.86-.28-.31 0-.58.06-.84.18l-.66.38-.45-1.17c.27-.21.59-.39.98-.53s.82-.24 1.29-.24c.78.04 1.38.25 1.78.66s.62.93.62 1.57c-.01.56-.19 1.08-.54 1.55-.34.47-.76.92-1.27 1.36l-.64.52v.02h2.58z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-superscript.svg b/mkdocs-material/material/templates/.icons/material/format-superscript.svg new file mode 100644 index 0000000..ab02091 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-superscript.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 7.41 11.41 12 16 16.59 14.59 18 10 13.41 5.41 18 4 16.59 8.59 12 4 7.41 5.41 6 10 10.59 14.59 6zM21.85 9h-4.88V8l.89-.82c.76-.64 1.32-1.18 1.7-1.63q.555-.66.57-1.23a.88.88 0 0 0-.27-.7c-.18-.19-.47-.28-.86-.29-.31.01-.58.07-.84.17l-.66.39-.45-1.17c.27-.22.59-.39.98-.53S18.85 2 19.32 2c.78 0 1.38.2 1.78.61.4.39.62.93.62 1.57-.01.56-.19 1.08-.54 1.55-.34.48-.76.93-1.27 1.36l-.64.52v.02h2.58z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-text-rotation-angle-down.svg b/mkdocs-material/material/templates/.icons/material/format-text-rotation-angle-down.svg new file mode 100644 index 0000000..acb8909 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-text-rotation-angle-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.25 21h-4.22l1.41-1.41-8.86-8.86 1.45-1.4 8.81 8.86 1.41-1.41M12.61 8l2.62 2.64 2.2-4.87m1.98-.85-4.46 11.11-1.45-1.45.89-2.2-3.51-3.57-2.2.94-1.46-1.5 11.11-4.41Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-text-rotation-angle-up.svg b/mkdocs-material/material/templates/.icons/material/format-text-rotation-angle-up.svg new file mode 100644 index 0000000..11e9c85 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-text-rotation-angle-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.58 9.33v4.22l-1.41-1.41L10.31 21l-1.4-1.41 8.81-8.86-1.41-1.4M7.59 11l2.63-2.61-4.88-2.25M4.5 4.22l11.11 4.41-1.45 1.5-2.2-.94-3.57 3.56.94 2.16-1.5 1.5L3.42 5.25Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-text-rotation-down-vertical.svg b/mkdocs-material/material/templates/.icons/material/format-text-rotation-down-vertical.svg new file mode 100644 index 0000000..16f15b1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-text-rotation-down-vertical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.25 4h-1.5L9 15h2.1l.9-2.2h5l.9 2.2H20zm-2.62 7 1.87-5 1.87 5zM5 17.5l3-3H6V2H4v12.5H2zM22 20l-3-3v2H6.5v2H19v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-text-rotation-down.svg b/mkdocs-material/material/templates/.icons/material/format-text-rotation-down.svg new file mode 100644 index 0000000..92197c5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-text-rotation-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m6 19.73-3-3h2V4.27h2v12.46h2zm8-10.35v3.75l5.03-1.88zM21 12l-11 4.73v-2.06l2.19-.94V8.77L10 7.83V5.77l11 4.73z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-text-rotation-none.svg b/mkdocs-material/material/templates/.icons/material/format-text-rotation-none.svg new file mode 100644 index 0000000..fcb4b7c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-text-rotation-none.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.5 18-3 3v-2H5v-2h12.5v-2zm-10.37-8h3.75L12 4.97zm2.62-7 4.75 11h-2.08l-.92-2.19h-5L8.58 14H6.5l4.75-11z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-text-rotation-up.svg b/mkdocs-material/material/templates/.icons/material/format-text-rotation-up.svg new file mode 100644 index 0000000..fb53b60 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-text-rotation-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 12v1.5l11 4.75v-2.1l-2.2-.9v-5l2.2-.9v-2.1zm7 2.62-5-1.87 5-1.87zm8-10.37-3 3h2v12.5h2V7.25h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-text-rotation-vertical.svg b/mkdocs-material/material/templates/.icons/material/format-text-rotation-vertical.svg new file mode 100644 index 0000000..a2975ad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-text-rotation-vertical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.75 5h-1.5L9.5 16h2.1l.9-2.2h5l.9 2.2h2.1zm-2.62 7L15 7l1.87 5zM6 19.75l3-3H7V4.25H5v12.5H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-text-variant-outline.svg b/mkdocs-material/material/templates/.icons/material/format-text-variant-outline.svg new file mode 100644 index 0000000..8e0c6b4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-text-variant-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 3c-.82 0-1.56.5-1.86 1.27l-5.5 14C3.12 19.58 4.09 21 5.5 21h2.25c.84 0 1.58-.5 1.87-1.3l.64-1.7h3.48l.64 1.7c.29.8 1.04 1.3 1.87 1.3h2.25c1.41 0 2.38-1.42 1.86-2.73l-5.5-14C14.56 3.5 13.82 3 13 3m-2 2h2l5.5 14h-2.25l-1.13-3H8.87l-1.12 3H5.5M12 7.67 9.62 14h4.75Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-text-variant.svg b/mkdocs-material/material/templates/.icons/material/format-text-variant.svg new file mode 100644 index 0000000..0fff82d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-text-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.6 14 12 7.7l2.4 6.3M11 5 5.5 19h2.2l1.1-3H15l1.1 3h2.2L13 5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-text-wrapping-clip.svg b/mkdocs-material/material/templates/.icons/material/format-text-wrapping-clip.svg new file mode 100644 index 0000000..537dd2a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-text-wrapping-clip.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 21H5V3h2zM17 3v8H9v2h8v8h2V3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-text-wrapping-overflow.svg b/mkdocs-material/material/templates/.icons/material/format-text-wrapping-overflow.svg new file mode 100644 index 0000000..3ec8356 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-text-wrapping-overflow.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 21H5V3h2zm7-18h-2v6h2zm0 12h-2v6h2zm5-3-3-3v2H9v2h7v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-text-wrapping-wrap.svg b/mkdocs-material/material/templates/.icons/material/format-text-wrapping-wrap.svg new file mode 100644 index 0000000..4c40599 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-text-wrapping-wrap.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 21H5V3h2zM19 3h-2v18h2zm-6 5H9v2h3.97c.17 0 1.03.16 1.03 2s-.86 2-1 2h-2v-2l-3 3 3 3v-2h2c1.04 0 3-.84 3-4s-1.96-4-3-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-text.svg b/mkdocs-material/material/templates/.icons/material/format-text.svg new file mode 100644 index 0000000..c864215 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-text.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18.5 4 1.16 4.35-.96.26c-.45-.87-.91-1.74-1.44-2.18C16.73 6 16.11 6 15.5 6H13v10.5c0 .5 0 1 .33 1.25.34.25 1 .25 1.67.25v1H9v-1c.67 0 1.33 0 1.67-.25.33-.25.33-.75.33-1.25V6H8.5c-.61 0-1.23 0-1.76.43-.53.44-.99 1.31-1.44 2.18l-.96-.26L5.5 4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-textbox.svg b/mkdocs-material/material/templates/.icons/material/format-textbox.svg new file mode 100644 index 0000000..824ab85 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-textbox.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 7V3h-4v1H7V3H3v4h1v10H3v4h4v-1h10v1h4v-4h-1V7zm-3-3h2v2h-2zM4 4h2v2H4zm2 16H4v-2h2zm14 0h-2v-2h2zm-2-3h-1v1H7v-1H6V7h1V6h10v1h1zm-2-9v2h-3v6h-2v-6H8V8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-title.svg b/mkdocs-material/material/templates/.icons/material/format-title.svg new file mode 100644 index 0000000..194e40c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-title.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 4v3h5.5v12h3V7H19V4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-underline-wavy.svg b/mkdocs-material/material/templates/.icons/material/format-underline-wavy.svg new file mode 100644 index 0000000..b72995f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-underline-wavy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 17c3.31 0 6-2.69 6-6V3h-2.5v8c0 1.93-1.57 3.5-3.5 3.5S8.5 12.93 8.5 11V3H6v8c0 3.31 2.69 6 6 6m8 5c-1.4 0-2.2-.7-2.7-1.3-.5-.5-.7-.7-1.3-.7s-.8.2-1.3.7c-.5.6-1.3 1.3-2.7 1.3s-2.2-.7-2.7-1.3c-.5-.5-.7-.7-1.3-.7s-.8.2-1.3.7C6.2 21.3 5.4 22 4 22v-2c.6 0 .8-.2 1.3-.7.5-.6 1.3-1.3 2.7-1.3s2.2.7 2.7 1.3c.5.5.7.7 1.3.7s.8-.2 1.3-.7c.5-.6 1.3-1.3 2.7-1.3s2.2.7 2.7 1.3c.5.5.7.7 1.3.7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-underline.svg b/mkdocs-material/material/templates/.icons/material/format-underline.svg new file mode 100644 index 0000000..3943a74 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-underline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 21h14v-2H5zm7-4a6 6 0 0 0 6-6V3h-2.5v8a3.5 3.5 0 0 1-3.5 3.5A3.5 3.5 0 0 1 8.5 11V3H6v8a6 6 0 0 0 6 6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-vertical-align-bottom.svg b/mkdocs-material/material/templates/.icons/material/format-vertical-align-bottom.svg new file mode 100644 index 0000000..ba1f5fe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-vertical-align-bottom.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 13h-3V3h-2v10H8l4 4zM4 19v2h16v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-vertical-align-center.svg b/mkdocs-material/material/templates/.icons/material/format-vertical-align-center.svg new file mode 100644 index 0000000..c4e3f50 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-vertical-align-center.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 19h3v4h2v-4h3l-4-4zm8-14h-3V1h-2v4H8l4 4zM4 11v2h16v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-vertical-align-top.svg b/mkdocs-material/material/templates/.icons/material/format-vertical-align-top.svg new file mode 100644 index 0000000..246562d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-vertical-align-top.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 11h3v10h2V11h3l-4-4zM4 3v2h16V3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-wrap-inline.svg b/mkdocs-material/material/templates/.icons/material/format-wrap-inline.svg new file mode 100644 index 0000000..51cc5b0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-wrap-inline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m8 7 5 10H3zM3 3h18v2H3zm18 12v2h-7v-2zM3 19h18v2H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-wrap-square.svg b/mkdocs-material/material/templates/.icons/material/format-wrap-square.svg new file mode 100644 index 0000000..8e6fa50 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-wrap-square.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 7 5 10H7zM3 3h18v2H3zm0 4h3v2H3zm18 0v2h-3V7zM3 11h3v2H3zm18 0v2h-3v-2zM3 15h3v2H3zm18 0v2h-3v-2zM3 19h18v2H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-wrap-tight.svg b/mkdocs-material/material/templates/.icons/material/format-wrap-tight.svg new file mode 100644 index 0000000..0bf2e3a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-wrap-tight.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 7 5 10H7zM3 3h18v2H3zm0 4h6v2H3zm18 0v2h-6V7zM3 11h4v2H3zm18 0v2h-4v-2zM3 15h3v2H3zm18 0v2h-3v-2zM3 19h18v2H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/format-wrap-top-bottom.svg b/mkdocs-material/material/templates/.icons/material/format-wrap-top-bottom.svg new file mode 100644 index 0000000..fd29647 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/format-wrap-top-bottom.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 7 5 10H7zM3 3h18v2H3zm0 16h18v2H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/forum-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/forum-minus-outline.svg new file mode 100644 index 0000000..5f41e4b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/forum-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 6h-2v6.1c1.2.2 2.2.7 3 1.4V7c0-.5-.5-1-1-1M6 17c0 .5.5 1 1 1h5c0-1.1.3-2.1.8-3H6zM16 2H3c-.5 0-1 .5-1 1v14l4-4h8.7c.7-.5 1.5-.8 2.3-.9V3c0-.5-.5-1-1-1m-1 9H5.2L4 12.2V4h11zm7 6v2h-8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/forum-minus.svg b/mkdocs-material/material/templates/.icons/material/forum-minus.svg new file mode 100644 index 0000000..96c4373 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/forum-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 6h-2v6.1c1.2.2 2.2.7 3 1.4V7c0-.5-.5-1-1-1M6 17c0 .5.5 1 1 1h5c0-1.1.3-2.1.8-3H6zM16 2H3c-.5 0-1 .5-1 1v14l4-4h8.7c.7-.5 1.5-.8 2.3-.9V3c0-.5-.5-1-1-1m6 15v2h-8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/forum-outline.svg b/mkdocs-material/material/templates/.icons/material/forum-outline.svg new file mode 100644 index 0000000..50c3814 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/forum-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 4v7H5.17L4 12.17V4zm1-2H3a1 1 0 0 0-1 1v14l4-4h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1m5 4h-2v9H6v2a1 1 0 0 0 1 1h11l4 4V7a1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/forum-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/forum-plus-outline.svg new file mode 100644 index 0000000..0680e01 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/forum-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 6h-2v6.1c1.2.2 2.2.7 3 1.4V7c0-.5-.5-1-1-1M6 17c0 .5.5 1 1 1h5c0-1.1.3-2.1.8-3H6zM16 2H3c-.5 0-1 .5-1 1v14l4-4h8.7c.7-.5 1.5-.8 2.3-.9V3c0-.5-.5-1-1-1m-1 9H5.2L4 12.2V4h11zm2 3h2v3h3v2h-3v3h-2v-3h-3v-2h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/forum-plus.svg b/mkdocs-material/material/templates/.icons/material/forum-plus.svg new file mode 100644 index 0000000..6d57518 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/forum-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 6h-2v6.1c1.2.2 2.2.7 3 1.4V7c0-.5-.5-1-1-1M6 17c0 .5.5 1 1 1h5c0-1.1.3-2.1.8-3H6zM16 2H3c-.5 0-1 .5-1 1v14l4-4h8.7c.7-.5 1.5-.8 2.3-.9V3c0-.5-.5-1-1-1m1 12h2v3h3v2h-3v3h-2v-3h-3v-2h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/forum-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/forum-remove-outline.svg new file mode 100644 index 0000000..f20d96a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/forum-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 6h-2v6.1c1.2.2 2.2.7 3 1.4V7c0-.5-.5-1-1-1M6 17c0 .5.5 1 1 1h5c0-1.1.3-2.1.8-3H6zM16 2H3c-.5 0-1 .5-1 1v14l4-4h8.7c.7-.5 1.5-.8 2.3-.9V3c0-.5-.5-1-1-1m-1 9H5.2L4 12.2V4h11zm5.12 3.46 1.42 1.42L19.41 18l2.13 2.12-1.42 1.42L18 19.41l-2.12 2.13-1.41-1.42L16.59 18l-2.12-2.12 1.41-1.41L18 16.59z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/forum-remove.svg b/mkdocs-material/material/templates/.icons/material/forum-remove.svg new file mode 100644 index 0000000..813f410 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/forum-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 6h-2v6.1c1.2.2 2.2.7 3 1.4V7c0-.5-.5-1-1-1M6 17c0 .5.5 1 1 1h5c0-1.1.3-2.1.8-3H6zM16 2H3c-.5 0-1 .5-1 1v14l4-4h8.7c.7-.5 1.5-.8 2.3-.9V3c0-.5-.5-1-1-1m4.12 12.46 1.42 1.42L19.41 18l2.13 2.12-1.42 1.42L18 19.41l-2.12 2.13-1.41-1.42L16.59 18l-2.12-2.12 1.41-1.41L18 16.59z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/forum.svg b/mkdocs-material/material/templates/.icons/material/forum.svg new file mode 100644 index 0000000..27efb65 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/forum.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 12V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v14l4-4h10a1 1 0 0 0 1-1m4-6h-2v9H6v2a1 1 0 0 0 1 1h11l4 4V7a1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/forward.svg b/mkdocs-material/material/templates/.icons/material/forward.svg new file mode 100644 index 0000000..8ec8c87 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/forward.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8V4l8 8-8 8v-4H4V8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/forwardburger.svg b/mkdocs-material/material/templates/.icons/material/forwardburger.svg new file mode 100644 index 0000000..bf873f4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/forwardburger.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 13H3v-2h16l-4-4 1.4-1.4 6.4 6.4-6.4 6.4L15 17zM3 6h10v2H3zm10 10v2H3v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fountain-pen-tip.svg b/mkdocs-material/material/templates/.icons/material/fountain-pen-tip.svg new file mode 100644 index 0000000..84036b4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fountain-pen-tip.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.54 3.5 4.96 4.97-1.43 1.41-4.95-4.95zM3.5 19.78l6.5-6.47c-.1-.31-.03-.7.23-.96.39-.39 1.03-.39 1.42 0 .39.4.39 1.03 0 1.42-.26.26-.65.33-.96.23l-6.47 6.5 10.61-3.55 3.53-6.36-4.94-4.95-6.37 3.53z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fountain-pen.svg b/mkdocs-material/material/templates/.icons/material/fountain-pen.svg new file mode 100644 index 0000000..2b6786c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fountain-pen.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m6.95 14.93 4.24-5.66 8.49-7.07c.39-.39 1.04-.39 1.41 0l.71.71c.39.37.39 1.02 0 1.41l-7.07 8.49-5.66 4.24zm1.41 2.83-2.12-2.12-2.83 1.41L2 21.29l2.12-2.12c.2-.17.51-.17.71 0 .17.2.17.51 0 .71L2.71 22l4.24-1.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fountain.svg b/mkdocs-material/material/templates/.icons/material/fountain.svg new file mode 100644 index 0000000..f58748f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fountain.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.5 2C4.47 2 2 4.46 2 7.5V8h2v-.5A3.5 3.5 0 0 1 7.5 4c1.5 0 2.76.93 3.26 2.24Q10.175 6 9.5 6c-1.39 0-2.6.82-3.16 2l1.74 1c.21-.58.77-1 1.42-1A1.5 1.5 0 0 1 11 9.5V11h2V9.5A1.5 1.5 0 0 1 14.5 8c.66 0 1.21.42 1.42 1l1.74-1c-.56-1.18-1.76-2-3.16-2q-.675 0-1.26.24C13.74 4.93 15 4 16.5 4A3.5 3.5 0 0 1 20 7.5V8h2v-.5A5.5 5.5 0 0 0 16.5 2c-1.86 0-3.5.93-4.5 2.34C11 2.93 9.36 2 7.5 2M6 12v2h1.42c.5 1.15 1.43 2.07 2.58 2.57V19H2s.82 1.23 1.41 2.11c.37.56.99.89 1.66.89h13.86c.67 0 1.29-.33 1.66-.89L22 19h-8v-2.43c1.15-.5 2.08-1.42 2.58-2.57H18v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fraction-one-half.svg b/mkdocs-material/material/templates/.icons/material/fraction-one-half.svg new file mode 100644 index 0000000..a23e8ee --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fraction-one-half.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m5.79 21.61-1.58-1.22 14-18 1.58 1.22zM4 2v2h2v8h2V2zm11 10v2h4v2h-2c-1.1 0-2 .9-2 2v4h6v-2h-4v-2h2c1.11 0 2-.89 2-2v-2a2 2 0 0 0-2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/freebsd.svg b/mkdocs-material/material/templates/.icons/material/freebsd.svg new file mode 100644 index 0000000..e472539 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/freebsd.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.69 2c.85-.05 3.39 1.16 3.44 1.19-1.29.81-2.39 1.9-3.22 3.19C2.09 4.81 1.34 2.91 2 2.25c.17-.17.4-.25.69-.25m18.15.13c.41-.05.74.01.94.21 1.07 1.08-1.9 5.81-2.4 6.32-.51.5-1.81.04-2.88-1.03-1.07-1.08-1.53-2.37-1.03-2.88.41-.41 3.62-2.45 5.37-2.62M12 2.56c1.29 0 2.53.26 3.66.72-.49.32-.85.57-.97.69-.99.99-.55 2.86 1.03 4.44.98.97 2.12 1.56 3.06 1.56.68 0 1.14-.29 1.38-.53.17-.17.44-.56.75-1.03.51 1.18.78 2.47.78 3.84 0 5.36-4.33 9.72-9.69 9.72s-9.69-4.36-9.69-9.72A9.68 9.68 0 0 1 12 2.56"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/french-fries.svg b/mkdocs-material/material/templates/.icons/material/french-fries.svg new file mode 100644 index 0000000..03d2fc1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/french-fries.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 11V6h-3V4h-3V2H8v3H6v6H5l2 11h10l2-11zm-2.14 0c-.16.61-.46 1.16-.86 1.62v-4l2 1V11zM17 7v1.5l-2-1V7zm-5-2h2v3.5l-2 1zm0 5.62 2-1v3.83c-.59.35-1.27.55-2 .55zm-1 3.24c-.79-.21-1.5-.64-2-1.24v-3l2-1zM9 3h2v4.5L10 8V5H9zM7 6h2v2.5L8 9v2H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/frequently-asked-questions.svg b/mkdocs-material/material/templates/.icons/material/frequently-asked-questions.svg new file mode 100644 index 0000000..62c44c1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/frequently-asked-questions.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 15H6l-4 4V3a1 1 0 0 1 1-1h15a1 1 0 0 1 1 1v11a1 1 0 0 1-1 1m5-6v14l-4-4H8a1 1 0 0 1-1-1v-1h14V8h1a1 1 0 0 1 1 1M8.19 4c-.87 0-1.57.2-2.11.59-.52.41-.78.98-.77 1.77l.01.03h1.93c.01-.3.1-.53.28-.69a1 1 0 0 1 .66-.23c.31 0 .57.1.75.28.18.19.26.45.26.75 0 .32-.07.59-.23.82-.14.23-.35.43-.61.59-.51.34-.86.64-1.05.91C7.11 9.08 7 9.5 7 10h2c0-.31.04-.56.13-.74s.26-.36.51-.52c.45-.24.82-.53 1.11-.93s.44-.81.44-1.31c0-.76-.27-1.37-.81-1.82C9.85 4.23 9.12 4 8.19 4M7 11v2h2v-2zm6 2h2v-2h-2zm0-9v6h2V4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fridge-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/fridge-alert-outline.svg new file mode 100644 index 0000000..940b963 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fridge-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 21v1H5v-1a2 2 0 0 1-2-2V4c0-1.1.9-2 2-2h10a2 2 0 0 1 2 2v15c0 1.11-.89 2-2 2v1h-2v-1zM5 4v5h10V4zm0 15h10v-8H5zm1-7h2v3H6zm0-6h2v2H6zm13 9h2v2h-2zm0-8h2v6h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fridge-alert.svg b/mkdocs-material/material/templates/.icons/material/fridge-alert.svg new file mode 100644 index 0000000..7be11f2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fridge-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 2h10a2 2 0 0 1 2 2v5H3V4c0-1.1.9-2 2-2m12 17c0 1.11-.89 2-2 2v1h-2v-1H7v1H5v-1a2 2 0 0 1-2-2v-9h14zM6 5v2h2V5zm0 7v3h2v-3zm13 3h2v2h-2zm0-8h2v6h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fridge-bottom.svg b/mkdocs-material/material/templates/.icons/material/fridge-bottom.svg new file mode 100644 index 0000000..fbbedba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fridge-bottom.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 2a2 2 0 0 0-2 2v15a2 2 0 0 0 2 2v1h2v-1h6v1h2v-1a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm1 4h2v2H8zm-1 5h10v8H7zm1 1v3h2v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fridge-industrial-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/fridge-industrial-alert-outline.svg new file mode 100644 index 0000000..1428232 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fridge-industrial-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 15H6v-5h2zm9-11v15c0 1.11-.89 2-2 2v1h-2v-1H7v1H5v-1a2 2 0 0 1-2-2V4c0-1.1.9-2 2-2h10a2 2 0 0 1 2 2m-2 0H5v15h10zm4 13h2v-2h-2zm0-10v6h2V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fridge-industrial-alert.svg b/mkdocs-material/material/templates/.icons/material/fridge-industrial-alert.svg new file mode 100644 index 0000000..cbf0135 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fridge-industrial-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 2H5c-1.1 0-2 .9-2 2v15a2 2 0 0 0 2 2v1h2v-1h6v1h2v-1c1.11 0 2-.89 2-2V4a2 2 0 0 0-2-2M8 15H6v-5h2zm13-8v6h-2V7zm-2 8h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fridge-industrial-off-outline.svg b/mkdocs-material/material/templates/.icons/material/fridge-industrial-off-outline.svg new file mode 100644 index 0000000..6b534ff --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fridge-industrial-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.2 4 5.7 2.5c.35-.31.8-.5 1.3-.5h10a2 2 0 0 1 2 2v11.8l-2-2V4zm14.91 17.46-1.27 1.27-2.38-2.38c-.36.4-.88.65-1.46.65v1h-2v-1H9v1H7v-1a2 2 0 0 1-2-2V6.89L1.11 3l1.28-1.27zM17 18.89l-7-7V15H8v-5h.11L7 8.89V19h10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fridge-industrial-off.svg b/mkdocs-material/material/templates/.icons/material/fridge-industrial-off.svg new file mode 100644 index 0000000..6e6611c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fridge-industrial-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 15.8 5.7 2.5c.35-.31.8-.5 1.3-.5h10a2 2 0 0 1 2 2zm3.11 5.66-1.27 1.27-2.38-2.38c-.36.4-.88.65-1.46.65v1h-2v-1H9v1H7v-1a2 2 0 0 1-2-2V6.89L1.11 3l1.28-1.27zM10 11.89 8.11 10H8v5h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fridge-industrial-outline.svg b/mkdocs-material/material/templates/.icons/material/fridge-industrial-outline.svg new file mode 100644 index 0000000..7ea8795 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fridge-industrial-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 2H7c-1.1 0-2 .9-2 2v15a2 2 0 0 0 2 2v1h2v-1h6v1h2v-1c1.11 0 2-.89 2-2V4a2 2 0 0 0-2-2m0 17H7V4h10zm-7-4H8v-5h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fridge-industrial.svg b/mkdocs-material/material/templates/.icons/material/fridge-industrial.svg new file mode 100644 index 0000000..de59cf3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fridge-industrial.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 2H7c-1.1 0-2 .9-2 2v15a2 2 0 0 0 2 2v1h2v-1h6v1h2v-1c1.11 0 2-.89 2-2V4a2 2 0 0 0-2-2m-7 13H8v-5h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fridge-off-outline.svg b/mkdocs-material/material/templates/.icons/material/fridge-off-outline.svg new file mode 100644 index 0000000..e998a26 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fridge-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.11 21.46 2.39 1.73 1.11 3 5 6.89V19a2 2 0 0 0 2 2v1h2v-1h6v1h2v-1c.58 0 1.1-.25 1.46-.65l2.38 2.38zM17 19H7v-8h2.11L17 18.89zM7.2 4 5.7 2.5c.35-.31.8-.5 1.3-.5h10a2 2 0 0 1 2 2v11.8l-2-2V11h-2.8l-2-2H17V4zm.8 8h2v3H8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fridge-off.svg b/mkdocs-material/material/templates/.icons/material/fridge-off.svg new file mode 100644 index 0000000..f52aba6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fridge-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.11 21.46 2.39 1.73 1.11 3 5 6.89V9h2.11l1 1H5v9a2 2 0 0 0 2 2v1h2v-1h6v1h2v-1c.58 0 1.1-.25 1.46-.65l2.38 2.38zM10 15H8v-3h2zm9 .8L13.2 10H19zM8.2 5 5.7 2.5c.35-.31.8-.5 1.3-.5h10a2 2 0 0 1 2 2v5h-6.8L10 6.8V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fridge-outline.svg b/mkdocs-material/material/templates/.icons/material/fridge-outline.svg new file mode 100644 index 0000000..1d4dd9e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fridge-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 21v1H7v-1a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v15a2 2 0 0 1-2 2v1h-2v-1zM7 4v5h10V4zm0 15h10v-8H7zm1-7h2v3H8zm0-6h2v2H8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fridge-top.svg b/mkdocs-material/material/templates/.icons/material/fridge-top.svg new file mode 100644 index 0000000..4b528e9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fridge-top.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 8V6h2v2zM7 2h10a2 2 0 0 1 2 2v15a2 2 0 0 1-2 2v1h-2v-1H9v1H7v-1a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m0 2v5h10V4zm1 8v3h2v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fridge-variant-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/fridge-variant-alert-outline.svg new file mode 100644 index 0000000..b2610a6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fridge-variant-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 2H5c-1.1 0-2 .9-2 2v15a2 2 0 0 0 2 2v1h2v-1h6v1h2v-1c1.11 0 2-.89 2-2V4a2 2 0 0 0-2-2M9 19H5v-5h3v-4H5V4h4zm6 0h-4V4h4zm4-4h2v2h-2zm2-8v6h-2V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fridge-variant-alert.svg b/mkdocs-material/material/templates/.icons/material/fridge-variant-alert.svg new file mode 100644 index 0000000..84a8bd2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fridge-variant-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 4v15c0 1.11-.89 2-2 2v1h-2v-1h-2.5V2H15a2 2 0 0 1 2 2M5 2h4.5v19H7v1H5v-1a2 2 0 0 1-2-2V4c0-1.1.9-2 2-2m3 8H5v4h3zm11-3v6h2V7zm0 10h2v-2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fridge-variant-off-outline.svg b/mkdocs-material/material/templates/.icons/material/fridge-variant-off-outline.svg new file mode 100644 index 0000000..ec8151e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fridge-variant-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.2 4 5.7 2.5c.35-.31.8-.5 1.3-.5h10a2 2 0 0 1 2 2v11.8l-2-2V4h-4v5.8l-2-2V4zm14.91 17.46-1.27 1.27-2.38-2.38c-.36.4-.88.65-1.46.65v1h-2v-1H9v1H7v-1a2 2 0 0 1-2-2V6.89L1.11 3l1.28-1.27zM7 10h1.11L7 8.89zm4 2.89-1-1V14H7v5h4zm6 6-4-4V19h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fridge-variant-off.svg b/mkdocs-material/material/templates/.icons/material/fridge-variant-off.svg new file mode 100644 index 0000000..f4b21bf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fridge-variant-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.39 1.73 1.11 3 5 6.89V19a2 2 0 0 0 2 2v1h2v-1h2.5v-7.61l1 1V21H15v1h2v-1c.58 0 1.1-.25 1.46-.65l2.38 2.38 1.27-1.27zM10 14H7v-4h1.11L10 11.89zm9 1.8-6.5-6.5V2H17a2 2 0 0 1 2 2zm-7.5-7.5L5.7 2.5c.35-.31.8-.5 1.3-.5h4.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fridge-variant-outline.svg b/mkdocs-material/material/templates/.icons/material/fridge-variant-outline.svg new file mode 100644 index 0000000..302f8cc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fridge-variant-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 2H7c-1.1 0-2 .9-2 2v15a2 2 0 0 0 2 2v1h2v-1h6v1h2v-1c1.11 0 2-.89 2-2V4a2 2 0 0 0-2-2M7 19v-5h3v-4H7V4h4v15zm10 0h-4V4h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fridge-variant.svg b/mkdocs-material/material/templates/.icons/material/fridge-variant.svg new file mode 100644 index 0000000..e1f568d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fridge-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 4v15c0 1.11-.89 2-2 2v1h-2v-1h-2.5V2H17a2 2 0 0 1 2 2M7 2h4.5v19H9v1H7v-1a2 2 0 0 1-2-2V4c0-1.1.9-2 2-2m3 8H7v4h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fridge.svg b/mkdocs-material/material/templates/.icons/material/fridge.svg new file mode 100644 index 0000000..30aa429 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fridge.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 2h10a2 2 0 0 1 2 2v5H5V4a2 2 0 0 1 2-2m12 17a2 2 0 0 1-2 2v1h-2v-1H9v1H7v-1a2 2 0 0 1-2-2v-9h14zM8 5v2h2V5zm0 7v3h2v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fruit-cherries-off.svg b/mkdocs-material/material/templates/.icons/material/fruit-cherries-off.svg new file mode 100644 index 0000000..1e8bbf9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fruit-cherries-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.1 21.5 2.4 1.7 1.1 3l7.6 7.6c-.4 1-.8 1.9-1.1 2.4-2 .2-3.6 1.9-3.6 4 0 2.2 1.8 4 4 4 1.1 0 2-.4 2.7-1.1-.4-.9-.7-1.9-.7-2.9s.3-2 .7-2.9c-.4-.4-1-.7-1.5-.9.2-.4.4-.9.7-1.5l2.9 2.9c-.5.7-.8 1.5-.8 2.4 0 2.2 1.8 4 4 4 .9 0 1.7-.3 2.3-.8l2.5 2.5zM8 15.5c-.8 0-1.5.7-1.5 1.5h-1c0-1.4 1.1-2.5 2.5-2.5zm6.5 1.5h-1c0-.5.1-.9.3-1.3l.8.8c-.1.2-.1.3-.1.5m5.5-.2L16.2 13c2 .1 3.7 1.8 3.8 3.8m-8.7-8.7-1.2-1.2c.6-1.8 1.1-3.6 1.1-4.9l1.4-.1c.1.4.1.9.2 1.5.6-.1 2.7-.1 5 1.7 2.7 2 2 5.8 2 5.8s-2.4.4-5.1-1.7l-.9-.9c.3 1.2.7 2.4 1.1 3.4l-2.3-2.3c-.3-1-.5-2-.7-3-.2.6-.4 1.2-.6 1.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fruit-cherries.svg b/mkdocs-material/material/templates/.icons/material/fruit-cherries.svg new file mode 100644 index 0000000..2d836d0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fruit-cherries.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 13h-.5c-.7-1.3-1.2-3-1.7-4.7l.9.9c2.7 2.1 5.1 1.7 5.1 1.7s.7-3.8-2-5.8c-2.3-1.8-4.4-1.8-5-1.7-.1-.6-.1-1.1-.2-1.5l-1.4.1c0 3.2-2.7 9.1-3.6 11-2 .2-3.6 1.9-3.6 4 0 2.2 1.8 4 4 4 1.1 0 2-.4 2.7-1.1-.4-.9-.7-1.9-.7-2.9s.3-2 .7-2.9c-.4-.4-1-.7-1.5-.9.7-1.5 1.9-4.2 2.7-6.8.4 2.3 1.2 5 2.2 7.1-1.2.7-2.1 2-2.1 3.5 0 2.2 1.8 4 4 4s4-1.8 4-4-1.8-4-4-4m-8 2.5c-.8 0-1.5.7-1.5 1.5h-1c0-1.4 1.1-2.5 2.5-2.5zm8 0c-.8 0-1.5.7-1.5 1.5h-1c0-1.4 1.1-2.5 2.5-2.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fruit-citrus-off.svg b/mkdocs-material/material/templates/.icons/material/fruit-citrus-off.svg new file mode 100644 index 0000000..e414946 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fruit-citrus-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.1 21.5 2.4 1.7 1.1 3l3.3 3.3c-1 1.2-1.5 2.6-1.6 3.9-.7.5-1 1.3-.7 2.1s1.1 1.3 1.9 1.3c1.1 1.3 2.9 2.1 5 2.3.1-1.4.6-2.6 1.3-3.7l1.5 1.5c-.5.8-.8 1.8-.8 2.8 0 3 2.5 5.5 5.5 5.5 1 0 2-.3 2.8-.8l1.5 1.5zm-9.1-5c0-.5.1-.9.3-1.4l1.7 1.7-1.7 1.2q-.3-.75-.3-1.5m.9 2.3 1.8-1.2.3.3V20c-.8-.2-1.6-.6-2.1-1.2m3.1 1.1v-1l.8.8c-.3.1-.5.2-.8.2m3-3.1v-.3q0-.75-.3-1.5l-.9.6-.7-.7 1-.7c-.5-.6-1.3-1-2.1-1.2v.8l-2.4-2.4c.6-.2 1.3-.4 1.9-.4 3 0 5.5 2.5 5.5 5.5 0 .7-.1 1.3-.4 1.9zm-7-7L7.1 3.9c.8-.5 1.7-.9 2.6-1.2C13.8 1.3 18 2.1 20 4.4c.8 0 1.6.5 1.9 1.3s0 1.6-.7 2.1q0 1.2-.6 2.4C19.4 9.5 18 9 16.5 9c-1.2 0-2.4.3-3.5.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fruit-citrus.svg b/mkdocs-material/material/templates/.icons/material/fruit-citrus.svg new file mode 100644 index 0000000..1d79112 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fruit-citrus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 15.9c-2.1-.2-3.9-1-5-2.3-.8 0-1.6-.5-1.9-1.3s0-1.6.7-2.1c.1-3 2.8-6.1 6.9-7.5S18 2.1 20 4.4c.8 0 1.6.5 1.9 1.3s0 1.6-.7 2.1q0 1.2-.6 2.4C19.4 9.5 18 9 16.5 9c-3.9 0-7.2 3-7.5 6.9m13 .6c0 3-2.5 5.5-5.5 5.5S11 19.5 11 16.5s2.5-5.5 5.5-5.5 5.5 2.5 5.5 5.5M13.3 18l2.3-1.5-2.3-1.5q-.3.75-.3 1.5c0 .75.1 1 .3 1.5m2.7-.6-2.1 1.4c.5.6 1.3 1 2.1 1.2zm0-4.3c-.8.1-1.6.5-2.1 1.2l2.1 1.4zm1 2.5 2.1-1.4c-.5-.6-1.3-1-2.1-1.2zm2.1 3.2L17 17.4v2.5c.8-.1 1.6-.5 2.1-1.1m.9-2.3q0-.75-.3-1.5l-2.3 1.5 2.3 1.5q.3-.75.3-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fruit-grapes-outline.svg b/mkdocs-material/material/templates/.icons/material/fruit-grapes-outline.svg new file mode 100644 index 0000000..4fc5e4a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fruit-grapes-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 12c0-1.39-.95-2.53-2.22-2.88A2.996 2.996 0 0 0 14 5c-.43 0-.83.1-1.19.26.19-1.07.58-2.67 1.59-3.06L13.6 1c-1.7.77-2.2 3.09-2.34 4.29C10.87 5.11 10.45 5 10 5a2.996 2.996 0 0 0-2.78 4.12C5.94 9.46 5 10.62 5 12c0 1.39.95 2.54 2.23 2.88-.14.34-.23.72-.23 1.12 0 1.39.94 2.54 2.22 2.88A2.996 2.996 0 0 0 12 23a2.996 2.996 0 0 0 2.78-4.12A2.974 2.974 0 0 0 17 16c0-.4-.08-.77-.23-1.12A2.98 2.98 0 0 0 19 12m-2.69-2.12v.02h-.01zM14 6.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5m-.5 5.5c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5.67-1.5 1.5-1.5 1.5.67 1.5 1.5M10 6.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5S8.5 8.83 8.5 8s.67-1.5 1.5-1.5M6.5 12c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5m2 4c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5m3.5 5.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5m2-4c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5m2-4c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fruit-grapes.svg b/mkdocs-material/material/templates/.icons/material/fruit-grapes.svg new file mode 100644 index 0000000..fbfa195 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fruit-grapes.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 12c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2m-7-2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m10 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m-2.5-4c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m-5 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m5 8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m-5 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m2.5 4c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m2.4-15.8L13.6 1c-2.2 1-2.4 4.6-2.4 5h1.5c.1-.8.4-3.3 1.7-3.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fruit-pear.svg b/mkdocs-material/material/templates/.icons/material/fruit-pear.svg new file mode 100644 index 0000000..66825b1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fruit-pear.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 16c0 3.31-2.69 6-6 6s-6-2.69-6-6c0-3 2-3 2-6 0-1.44.75-2.78 2-3.5.4-.23.82-.38 1.25-.46V5c0-.37-.08-.58-.22-.72C10.9 4.14 10.63 4 10 4V2.5c.88 0 1.6.23 2.09.72s.66 1.16.66 1.78v1.04c.43.08.86.23 1.25.46 1.25.72 2 2.06 2 3.5 0 3 2 3 2 6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fruit-pineapple.svg b/mkdocs-material/material/templates/.icons/material/fruit-pineapple.svg new file mode 100644 index 0000000..ce41eeb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fruit-pineapple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.4 7.7C16.4 6.4 19 7 19 7c-1.8-2.4-3.9-2.3-5.4-1.8V5c1.1-1.6 3.3-1.5 3.3-1.5-1.6-1.4-3-1-3.9-.5-.5-1.2-1-2-1-2-.4.7-.7 1.4-1 2.1-.9-.6-2.4-1-4 .4 0 0 2.3 0 3.4 1.7C8.9 4.7 6.8 4.6 5 7c0 0 2.6-.6 4.6.7C7.5 8.9 6 11.7 6 15c0 4.4 2.7 8 6 8s6-3.6 6-8c0-3.3-1.5-6.1-3.6-7.3m1.4 9.1c-.1.4-.2.8-.4 1.2L14 16l-1.5 2 1.6 2.1c-.3.2-.5.4-.8.6L12 19l-1.3 1.7c-.3-.1-.6-.3-.8-.6l1.6-2.1-1.5-2-1.5 1.9c-.1-.4-.3-.8-.4-1.2L9.5 15l-1.3-1.8c.1-.4.2-.8.4-1.2l1.4 2 1.5-2-1.6-2.1c.3-.2.5-.4.8-.6L12 11l1.3-1.7c.3.1.6.3.8.6L12.5 12l1.5 2 1.5-1.9c.1.4.3.8.4 1.2L14.5 15zM12 13l1.5 2-1.5 2-1.5-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fruit-watermelon.svg b/mkdocs-material/material/templates/.icons/material/fruit-watermelon.svg new file mode 100644 index 0000000..40eff4e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fruit-watermelon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.4 16.4c3.4-3.4 3.4-8.9 0-12.2L4.2 16.4c3.3 3.4 8.8 3.4 12.2 0M16 7c.6 0 1 .4 1 1s-.4 1-1 1-1-.4-1-1 .4-1 1-1m0 4c.6 0 1 .4 1 1s-.4 1-1 1-1-.4-1-1 .4-1 1-1m-4 0c.6 0 1 .4 1 1s-.4 1-1 1-1-.4-1-1 .4-1 1-1m0 4c.6 0 1 .4 1 1s-.4 1-1 1-1-.4-1-1 .4-1 1-1m-4 2c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1m10.6 1.6c-4.6 4.6-12 4.6-16.6 0l1.4-1.4c3.8 3.8 9.9 3.8 13.7 0s3.8-9.9 0-13.7L18.6 2c4.5 4.6 4.5 12 0 16.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fuel-cell.svg b/mkdocs-material/material/templates/.icons/material/fuel-cell.svg new file mode 100644 index 0000000..cafc35d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fuel-cell.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 3v2H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2v1c0 1.1.9 2 2 2h1c1.1 0 2-.9 2-2v-1h6v1c0 1.1.9 2 2 2h1c1.1 0 2-.9 2-2v-1c1.1 0 2-.9 2-2H11V5H8V3zm10 0v2h-3v2h9c0-1.1-.9-2-2-2h-2V3zM7 7v4h2l-3 6v-4H4zm6 2v2h9V9zm0 4v2h9v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fuel.svg b/mkdocs-material/material/templates/.icons/material/fuel.svg new file mode 100644 index 0000000..ddcf46c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fuel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 2h3c.28 0 .53.11.71.29l2.08 2.09.8-.79C10 3.2 10.5 3 11 3h6c.5 0 1 .2 1.41.59l1 1C19.8 5 20 5.5 20 6v13a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V8c0-.5.2-1 .59-1.41l.79-.8L5.59 4H3zm8 3v2h6V5zm.41 6-2-2H8v1.41l2 2v3.18l-2 2V19h1.41l2-2h3.18l2 2H18v-1.41l-2-2v-3.18l2-2V9h-1.41l-2 2zm.59 2h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fullscreen-exit.svg b/mkdocs-material/material/templates/.icons/material/fullscreen-exit.svg new file mode 100644 index 0000000..212666b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fullscreen-exit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 14h5v2h-3v3h-2zm-9 0h5v5H8v-3H5zm3-9h2v5H5V8h3zm11 3v2h-5V5h2v3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fullscreen.svg b/mkdocs-material/material/templates/.icons/material/fullscreen.svg new file mode 100644 index 0000000..9901ef2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fullscreen.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 5h5v2H7v3H5zm9 0h5v5h-2V7h-3zm3 9h2v5h-5v-2h3zm-7 3v2H5v-5h2v3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/function-variant.svg b/mkdocs-material/material/templates/.icons/material/function-variant.svg new file mode 100644 index 0000000..5ede83d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/function-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.42 5.29c-1.1-.1-2.07.71-2.17 1.82L10 10h2.82v2h-3l-.44 5.07A4.001 4.001 0 0 1 2 18.83l1.5-1.5c.33 1.05 1.46 1.64 2.5 1.3.78-.24 1.33-.93 1.4-1.74L7.82 12h-3v-2H8l.27-3.07a4.01 4.01 0 0 1 4.33-3.65c1.26.11 2.4.81 3.06 1.89l-1.5 1.5c-.25-.77-.93-1.31-1.74-1.38M22 13.65l-1.41-1.41-2.83 2.83-2.83-2.83-1.43 1.41 2.85 2.85-2.85 2.81 1.43 1.41 2.83-2.83 2.83 2.83L22 19.31l-2.83-2.81z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/function.svg b/mkdocs-material/material/templates/.icons/material/function.svg new file mode 100644 index 0000000..7251869 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/function.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.6 5.29c-1.1-.1-2.07.71-2.17 1.82L13.18 10H16v2h-3l-.44 5.07a3.986 3.986 0 0 1-4.33 3.63 4 4 0 0 1-3.06-1.87l1.5-1.5c.24.74.9 1.31 1.73 1.38 1.1.1 2.07-.71 2.17-1.82L11 12H8v-2h3.17l.27-3.07c.19-2.2 2.13-3.83 4.33-3.63 1.31.11 2.41.84 3.06 1.87l-1.5 1.5c-.24-.74-.9-1.31-1.73-1.38"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/furigana-horizontal.svg b/mkdocs-material/material/templates/.icons/material/furigana-horizontal.svg new file mode 100644 index 0000000..d423728 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/furigana-horizontal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.5 2a2.5 2.5 0 0 0 0 5 2.5 2.5 0 0 0 0-5m7 0a2.5 2.5 0 0 0 0 5 2.5 2.5 0 0 0 0-5M11 8v2H5v2h9.95c-.42 1.13-1.45 2.5-2.79 3.67-1.04-.93-1.81-1.85-2.34-2.67H7.5c.58 1.25 1.63 2.62 3.12 3.96l-4.07 3.26-.79.62L7 22.41l.8-.63 4.37-3.5 4.38 3.5.78.63 1.25-1.57-.78-.62-4.07-3.25c1.61-1.47 2.97-3.12 3.34-4.97H19v-2h-6V8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/furigana-vertical.svg b/mkdocs-material/material/templates/.icons/material/furigana-vertical.svg new file mode 100644 index 0000000..8b68f8c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/furigana-vertical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 5v2H2v2h9.95c-.42 1.13-1.45 2.5-2.79 3.67-1.04-.93-1.81-1.85-2.34-2.67H4.5c.58 1.25 1.63 2.62 3.12 3.96l-4.07 3.26-.79.62L4 19.41l.8-.63 4.37-3.5 4.38 3.5.78.63 1.25-1.57-.78-.62-4.07-3.25c1.61-1.47 2.97-3.12 3.34-4.97H16V7h-6V5zm11.5 1a2.5 2.5 0 0 0 0 5 2.5 2.5 0 0 0 0-5m-.03 7a2.5 2.5 0 0 0 0 5 2.5 2.5 0 0 0 0-5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fuse-alert.svg b/mkdocs-material/material/templates/.icons/material/fuse-alert.svg new file mode 100644 index 0000000..a354abe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fuse-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 7v10h7V7zm3.16 9v-3.13H7.41L9.91 8v3.14h1.68zM14 2v4H5V2c0-.55.45-1 1-1h7c.55 0 1 .45 1 1m0 16v4c0 .55-.45 1-1 1H6c-.55 0-1-.45-1-1v-4zm5-5h-2V7h2zm0 4h-2v-2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fuse-blade.svg b/mkdocs-material/material/templates/.icons/material/fuse-blade.svg new file mode 100644 index 0000000..9a6f189 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fuse-blade.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 21H8l-2-2v-3h4zm8-5h-4v5h2l2-2zM3 3v1a1 1 0 0 0 1 1v9a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V5a1 1 0 0 0 1-1V3zm8.83 10V9.73H10l2.61-5.07v3.27h1.75z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fuse-off.svg b/mkdocs-material/material/templates/.icons/material/fuse-off.svg new file mode 100644 index 0000000..739b2c1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fuse-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 11.8 10.2 7H15zM16 6V2c0-.55-.45-1-1-1H8c-.55 0-1 .45-1 1v1.8L9.2 6zM2.39 1.73 1.11 3 8 9.89V17h7.11l5.73 5.73 1.27-1.27zM7 22c0 .55.45 1 1 1h7c.55 0 1-.45 1-1v-4H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/fuse.svg b/mkdocs-material/material/templates/.icons/material/fuse.svg new file mode 100644 index 0000000..f663e48 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/fuse.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 7v10h7V7zm3.16 9v-3.13H9.41L11.91 8v3.14h1.68zM16 2v4H7V2a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1m0 16v4a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1v-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gamepad-circle-down.svg b/mkdocs-material/material/templates/.icons/material/gamepad-circle-down.svg new file mode 100644 index 0000000..a0f1444 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gamepad-circle-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 8a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m7-7a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m0 14a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m7-7a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m-7-5a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m-7 7a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m14 0a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gamepad-circle-left.svg b/mkdocs-material/material/templates/.icons/material/gamepad-circle-left.svg new file mode 100644 index 0000000..89a9564 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gamepad-circle-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 8a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m7-7a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m0 14a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m7-7a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m0 2a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m-7 7a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m0-14a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gamepad-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/gamepad-circle-outline.svg new file mode 100644 index 0000000..f4dc980 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gamepad-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 8a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m0 2a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m7-9a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m0 2a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m0 12a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m0 2a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m7-9a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m0 2a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gamepad-circle-right.svg b/mkdocs-material/material/templates/.icons/material/gamepad-circle-right.svg new file mode 100644 index 0000000..2f37986 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gamepad-circle-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 8a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m7-7a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m0 14a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m7-7a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m-7-5a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m-7 7a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m7 7a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gamepad-circle-up.svg b/mkdocs-material/material/templates/.icons/material/gamepad-circle-up.svg new file mode 100644 index 0000000..69da524 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gamepad-circle-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 8a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m7-7a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m0 14a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m7-7a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4M5 10a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m14 0a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m-7 7a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gamepad-circle.svg b/mkdocs-material/material/templates/.icons/material/gamepad-circle.svg new file mode 100644 index 0000000..86819cb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gamepad-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 8a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m7-7a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m0 14a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m7-7a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gamepad-down.svg b/mkdocs-material/material/templates/.icons/material/gamepad-down.svg new file mode 100644 index 0000000..1a56833 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gamepad-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 2v5.5l3 3 3-3V2zM2 9v6h5.5l3-3-3-3zm14.5 0-3 3 3 3H22V9zM12 13.5l-3 3V22h6v-5.5zM11 18h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gamepad-left.svg b/mkdocs-material/material/templates/.icons/material/gamepad-left.svg new file mode 100644 index 0000000..739b913 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gamepad-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 2v5.5l3 3 3-3V2zM2 9v6h5.5l3-3-3-3zm14.5 0-3 3 3 3H22V9zM4 11h2v2H4zm8 2.5-3 3V22h6v-5.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gamepad-outline.svg b/mkdocs-material/material/templates/.icons/material/gamepad-outline.svg new file mode 100644 index 0000000..ed1be19 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gamepad-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.5 9H2v6h5.5l3-3zM6 13H4v-2h2zm9-5.5V2H9v5.5l3 3zM11 4h2v2h-2zM9 16.5V22h6v-5.5l-3-3zm4 3.5h-2v-2h2zm3.5-11-3 3 3 3H22V9zm3.5 4h-2v-2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gamepad-right.svg b/mkdocs-material/material/templates/.icons/material/gamepad-right.svg new file mode 100644 index 0000000..f740db7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gamepad-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 2v5.5l3 3 3-3V2zM2 9v6h5.5l3-3-3-3zm14.5 0-3 3 3 3H22V9zm1.5 2h2v2h-2zm-6 2.5-3 3V22h6v-5.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gamepad-round-down.svg b/mkdocs-material/material/templates/.icons/material/gamepad-round-down.svg new file mode 100644 index 0000000..b80a6da --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gamepad-round-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 8h4V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v4h4a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-4v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-4H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2m6 8v4h4v-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gamepad-round-left.svg b/mkdocs-material/material/templates/.icons/material/gamepad-round-left.svg new file mode 100644 index 0000000..56f8dcd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gamepad-round-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 8h4V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v4h4a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-4v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-4H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2m0 2v4h4v-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gamepad-round-outline.svg b/mkdocs-material/material/templates/.icons/material/gamepad-round-outline.svg new file mode 100644 index 0000000..bb84e6d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gamepad-round-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 8h4V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v4h4a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-4v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-4H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2m0 2v4h6v6h4v-6h6v-4h-6V4h-4v6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gamepad-round-right.svg b/mkdocs-material/material/templates/.icons/material/gamepad-round-right.svg new file mode 100644 index 0000000..a8672f8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gamepad-round-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 8h4V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v4h4a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-4v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-4H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2m12 2v4h4v-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gamepad-round-up.svg b/mkdocs-material/material/templates/.icons/material/gamepad-round-up.svg new file mode 100644 index 0000000..f7791dd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gamepad-round-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 8h4V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v4h4a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-4v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-4H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2m6-4v4h4V4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gamepad-round.svg b/mkdocs-material/material/templates/.icons/material/gamepad-round.svg new file mode 100644 index 0000000..c5b1c8d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gamepad-round.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 8h4V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v4h4a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-4v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-4H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gamepad-square-outline.svg b/mkdocs-material/material/templates/.icons/material/gamepad-square-outline.svg new file mode 100644 index 0000000..7e393b2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gamepad-square-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 6H3a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2m0 10H3V8h18M6 15h2v-2h2v-2H8V9H6v2H4v2h2m8.5-1a1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5 1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5m4-3a1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5 1.5 1.5 0 0 1-1.5-1.5A1.5 1.5 0 0 1 18.5 9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gamepad-square.svg b/mkdocs-material/material/templates/.icons/material/gamepad-square.svg new file mode 100644 index 0000000..cf532b5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gamepad-square.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 6H3a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2m-10 7H8v3H6v-3H3v-2h3V8h2v3h3m4.5 4a1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5 1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5m4-3a1.5 1.5 0 0 1-1.5-1.5A1.5 1.5 0 0 1 19.5 9a1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gamepad-up.svg b/mkdocs-material/material/templates/.icons/material/gamepad-up.svg new file mode 100644 index 0000000..8c2f76b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gamepad-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 2v5.5l3 3 3-3V2zm2 2h2v2h-2zM2 9v6h5.5l3-3-3-3zm14.5 0-3 3 3 3H22V9zM12 13.5l-3 3V22h6v-5.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gamepad-variant-outline.svg b/mkdocs-material/material/templates/.icons/material/gamepad-variant-outline.svg new file mode 100644 index 0000000..357bb37 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gamepad-variant-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 9h2v2h2v2H8v2H6v-2H4v-2h2zm12.5 0a1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5 1.5 1.5 0 0 1-1.5-1.5A1.5 1.5 0 0 1 18.5 9m-3 3a1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5 1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5M17 5a7 7 0 0 1 7 7 7 7 0 0 1-7 7c-1.96 0-3.73-.8-5-2.1A6.96 6.96 0 0 1 7 19a7 7 0 0 1-7-7 7 7 0 0 1 7-7zM7 7a5 5 0 0 0-5 5 5 5 0 0 0 5 5c1.64 0 3.09-.79 4-2h2c.91 1.21 2.36 2 4 2a5 5 0 0 0 5-5 5 5 0 0 0-5-5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gamepad-variant.svg b/mkdocs-material/material/templates/.icons/material/gamepad-variant.svg new file mode 100644 index 0000000..3e14b3e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gamepad-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 6h10a6 6 0 0 1 6 6 6 6 0 0 1-6 6c-1.78 0-3.37-.77-4.47-2h-1.06c-1.1 1.23-2.69 2-4.47 2a6 6 0 0 1-6-6 6 6 0 0 1 6-6M6 9v2H4v2h2v2h2v-2h2v-2H8V9zm9.5 3a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5m3-3a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5A1.5 1.5 0 0 0 18.5 9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gamepad.svg b/mkdocs-material/material/templates/.icons/material/gamepad.svg new file mode 100644 index 0000000..4946af9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gamepad.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.5 9-3 3 3 3H22V9M9 16.5V22h6v-5.5l-3-3M7.5 9H2v6h5.5l3-3M15 7.5V2H9v5.5l3 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gamma.svg b/mkdocs-material/material/templates/.icons/material/gamma.svg new file mode 100644 index 0000000..79d96bc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gamma.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.76 19c1.16 0 1.82-1 1.82-2.71 0-1.09-.08-2.41-.28-3.62L18 5h-2.72l-2.57 4.82-.16-.49C11.83 7.19 10.82 5 8.68 5 8 5 7.45 5.18 7 5.54 6 6.39 6 8 6 8.5h.91c.06-.44.3-1.67 1.34-1.67 1.75 0 2.55 3.17 3.15 5.59-.9 2.16-1.4 3.72-1.4 4.55 0 .98.56 2.03 1.76 2.03"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gantry-crane.svg b/mkdocs-material/material/templates/.icons/material/gantry-crane.svg new file mode 100644 index 0000000..f587375 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gantry-crane.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 6h1V4h-1V3h-3v1H6V3H3v1H2v2h1v14H2v2h5v-2H6V6h5v1h.5v3.62c-.5.17-.81.63-.81 1.14 0 .44.23.84.61 1.06V14h.62c.34 0 .62.27.63.61 0 .35-.27.63-.62.63a.63.63 0 0 1-.54-.31.618.618 0 0 0-1.07.62c.33.57.94.92 1.6.92 1.02-.01 1.84-.85 1.83-1.87-.01-.77-.49-1.46-1.22-1.72v-.06c.59-.32.81-1.04.5-1.62-.11-.2-.29-.39-.5-.5V7H13V6h5v14h-1v2h5v-2h-1zM5 15.29v1.42l-1 1v-1.42zM4 20v-.76l1-1v1.42l-.34.34zM4 7.29l1-1v1.42l-1 1zm0 3 1-1v1.42l-1 1zm0 3 1-1v1.42l-1 1v-1.47zm16 2v1.42l-1 1v-1.42zM19 20v-.76l1-1v1.42l-.34.34zm0-12.71 1-1v1.42l-1 1zm0 3 1-1v1.42l-1 1zm0 3 1-1v1.42l-1 1v-1.47z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/garage-alert-variant.svg b/mkdocs-material/material/templates/.icons/material/garage-alert-variant.svg new file mode 100644 index 0000000..4260470 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/garage-alert-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 9v11h-2v-9H2v9H0V9l10-4zm-3 3H3v2h14zm0 3H3v2h14zm5 0v-5h2v5zm0 4v-2h2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/garage-alert.svg b/mkdocs-material/material/templates/.icons/material/garage-alert.svg new file mode 100644 index 0000000..6e132ff --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/garage-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 20h-2v-9H5v9H3V9l7-4 7 4zM6 12h8v2H6zm0 3h8v2H6zm13 0v-5h2v5zm0 4v-2h2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/garage-lock.svg b/mkdocs-material/material/templates/.icons/material/garage-lock.svg new file mode 100644 index 0000000..b761ded --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/garage-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.8 16v-1.5c0-1.4-1.4-2.5-2.8-2.5s-2.8 1.1-2.8 2.5V16c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3m-1.3 0h-3v-1.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3zM5 12h8v2H5zm0 3h7.95c-.53.54-.87 1.24-.95 2H5zm7 5H5v-2h7zm2-9H4v9H2V9l7-4 7 4v1.44c-.81.36-1.5.92-2 1.62z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/garage-open-variant.svg b/mkdocs-material/material/templates/.icons/material/garage-open-variant.svg new file mode 100644 index 0000000..1a789c4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/garage-open-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 9v11h-2v-9H4v9H2V9l10-4zm-3 3H5v2h14z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/garage-open.svg b/mkdocs-material/material/templates/.icons/material/garage-open.svg new file mode 100644 index 0000000..1a84fb9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/garage-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 20h-2v-9H7v9H5V9l7-4 7 4zM8 12h8v2H8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/garage-variant-lock.svg b/mkdocs-material/material/templates/.icons/material/garage-variant-lock.svg new file mode 100644 index 0000000..6bbdc2d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/garage-variant-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.8 16v-1.5c0-1.4-1.4-2.5-2.8-2.5s-2.8 1.1-2.8 2.5V16c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3m-1.3 0h-3v-1.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3zM5 12h10.04c-.43.59-.69 1.27-.78 2H5zm11.06-1H4v9H2V9l10-4 10 4v2.04A4.9 4.9 0 0 0 19 10c-1.1 0-2.12.39-2.94 1M13 20H5v-2h8zm-8-5h8.95c-.53.54-.87 1.24-.95 2H5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/garage-variant.svg b/mkdocs-material/material/templates/.icons/material/garage-variant.svg new file mode 100644 index 0000000..2ff1f69 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/garage-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 9v11h-2v-9H4v9H2V9l10-4zm-3 3H5v2h14zm0 6H5v2h14zm0-3H5v2h14z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/garage.svg b/mkdocs-material/material/templates/.icons/material/garage.svg new file mode 100644 index 0000000..ea8f5e2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/garage.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 20h-2v-9H7v9H5V9l7-4 7 4zM8 12h8v2H8zm0 3h8v2H8zm8 3v2H8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gas-burner.svg b/mkdocs-material/material/templates/.icons/material/gas-burner.svg new file mode 100644 index 0000000..493f14e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gas-burner.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.14 8.79-.02.01c.23.27.43.59.58.92l.09.19c.71 1.69.21 3.64-1.1 4.86-1.19 1.09-2.85 1.38-4.39 1.18-1.46-.18-2.8-1.1-3.57-2.37-.23-.39-.43-.83-.53-1.28-.13-.37-.17-.73-.2-1.1-.09-1.6.55-3.3 1.76-4.3-.55 1.21-.42 2.72.39 3.77l.11.13c.14.12.31.16.47.09.15-.06.27-.21.27-.39l-.07-.22c-.88-2.32-.14-5.03 1.73-6.56.51-.42 1.14-.8 1.8-.97-.68 1.36-.46 3.14.63 4.21.46.47 1.01.78 1.49 1.22zm-2.28 4.64-.01-.01c.45-.39.7-1.06.68-1.66l-.03-.32c-.2-1-1.07-1.33-1.63-2.06-.17-.22-.32-.5-.43-.78-.22.5-.24.97-.15 1.51.1.57.33 1.06.21 1.65-.16.65-.67 1.3-1.56 1.51.5.49 1.31.88 2.12.6.26-.07.59-.26.8-.44M11 18v1c0 .55.45 1 1 1s1-.45 1-1v-1h2v1c0 .55.45 1 1 1s1-.45 1-1v-1c1.11 0 3 .9 3 2v2H4v-2c0-1.1 1.9-2 3-2v1c0 .55.45 1 1 1s1-.45 1-1v-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gas-cylinder.svg b/mkdocs-material/material/templates/.icons/material/gas-cylinder.svg new file mode 100644 index 0000000..eae8694 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gas-cylinder.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 9v11a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V9c0-1.86 1.27-3.43 3-3.87V4H9V2h6v2h-2v1.13c1.73.44 3 2.01 3 3.87"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gas-station-in-use-outline.svg b/mkdocs-material/material/templates/.icons/material/gas-station-in-use-outline.svg new file mode 100644 index 0000000..5790672 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gas-station-in-use-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.73 6.73c-.45.45-.73 1.08-.73 1.77v10a1 1 0 0 1-2 0V14a2 2 0 0 0-2-2h-1V5a2 2 0 0 0-2-2H4c-1.11 0-2 .89-2 2v16h10v-7.5h1.5v5a2.5 2.5 0 0 0 5 0v-7.71c.31.13.64.21 1 .21A2.5 2.5 0 0 0 22 8.5c0-1.07-.67-2-1.61-2.33l2.11-2.11L21.44 3l-3.72 3.72zM4 10V5h6v5zm16.207-.793a1 1 0 1 1-1.414-1.414 1 1 0 0 1 1.414 1.414M10 12v7H4v-7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gas-station-in-use.svg b/mkdocs-material/material/templates/.icons/material/gas-station-in-use.svg new file mode 100644 index 0000000..ee7ae9c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gas-station-in-use.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 18.5v-10c0-.69.28-1.32.73-1.77l-.01-.01L21.44 3l1.06 1.06-2.11 2.11C21.33 6.5 22 7.43 22 8.5c0 .33-.06.65-.19.96-.13.3-.31.58-.54.81a2.505 2.505 0 0 1-2.77.52v7.71c0 .33-.07.65-.19.96-.13.3-.31.58-.54.81s-.51.42-.81.54a2.505 2.505 0 0 1-2.73-.54c-.47-.47-.73-1.11-.73-1.77v-5H12V21H2V5c0-1.11.89-2 2-2h6a2 2 0 0 1 2 2v7h1a2 2 0 0 1 2 2v4.5c0 .27.11.5.29.71.21.19.45.29.71.29.27 0 .5-.1.71-.29.19-.21.29-.44.29-.71M10 10V5H4v5zm9.5-.5c.27 0 .5-.1.71-.29.19-.21.29-.44.29-.71 0-.26-.1-.5-.29-.71-.21-.18-.44-.29-.71-.29-.26 0-.5.11-.71.29-.18.21-.29.45-.29.71 0 .27.11.5.29.71.21.19.45.29.71.29"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gas-station-off-outline.svg b/mkdocs-material/material/templates/.icons/material/gas-station-off-outline.svg new file mode 100644 index 0000000..158a886 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gas-station-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 4.27 2.28 3 6 6.72l15 15L19.73 23l-2.01-2a2.57 2.57 0 0 1-2.22-2.22L14 17.27V21H4V7.27zm18.77 2.96c.45.45.73 1.08.73 1.77v9.67L19 17.18v-5.89c-.31.13-.64.21-1 .21A2.5 2.5 0 0 1 15.5 9c0-1.07.67-1.97 1.61-2.33L15 4.56l1.06-1.06 3.72 3.72zM11.82 10H12V5H6.82L5.06 3.24c.28-.15.6-.24.94-.24h6c1.1 0 2 .9 2 2v7h1c1.1 0 2 .9 2 2v1.18zM6 10h.73L6 9.27zm0 2v7h6v-3.73L8.73 12zm12-2c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gas-station-off.svg b/mkdocs-material/material/templates/.icons/material/gas-station-off.svg new file mode 100644 index 0000000..150658a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gas-station-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 4.27 2.28 3 21 21.72 19.73 23l-2.02-2a2.57 2.57 0 0 1-2.21-2.22L14 17.27V21H4V7.27zM18 10c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1m-6 0V5H6.82L5.06 3.23c.28-.15.6-.23.94-.23h6a2 2 0 0 1 2 2v7h1a2 2 0 0 1 2 2v1.18L11.82 10zm-6 0h.73L6 9.27zm13.77-2.77c.45.45.73 1.08.73 1.77v9.67L19 17.18v-5.89c-.31.13-.64.21-1 .21A2.5 2.5 0 0 1 15.5 9c0-1.07.67-1.97 1.61-2.33L15 4.56l1.06-1.06 3.72 3.72z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gas-station-outline.svg b/mkdocs-material/material/templates/.icons/material/gas-station-outline.svg new file mode 100644 index 0000000..2a362bc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gas-station-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.77 7.23.01-.01-3.72-3.72L15 4.56l2.11 2.11c-.94.36-1.61 1.26-1.61 2.33a2.5 2.5 0 0 0 2.5 2.5c.36 0 .69-.08 1-.21v7.21a1 1 0 0 1-1 1 1 1 0 0 1-1-1V14a2 2 0 0 0-2-2h-1V5a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v16h10v-7.5h1.5v5A2.5 2.5 0 0 0 18 21a2.5 2.5 0 0 0 2.5-2.5V9c0-.69-.28-1.32-.73-1.77M12 13.5V19H6v-7h6zm0-3.5H6V5h6zm6 0a1 1 0 0 1-1-1 1 1 0 0 1 1-1 1 1 0 0 1 1 1 1 1 0 0 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gas-station.svg b/mkdocs-material/material/templates/.icons/material/gas-station.svg new file mode 100644 index 0000000..89cbf85 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gas-station.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 10a1 1 0 0 1-1-1 1 1 0 0 1 1-1 1 1 0 0 1 1 1 1 1 0 0 1-1 1m-6 0H6V5h6m7.77 2.23.01-.01-3.72-3.72L15 4.56l2.11 2.11C16.17 7 15.5 7.93 15.5 9a2.5 2.5 0 0 0 2.5 2.5c.36 0 .69-.08 1-.21v7.21a1 1 0 0 1-1 1 1 1 0 0 1-1-1V14a2 2 0 0 0-2-2h-1V5a2 2 0 0 0-2-2H6c-1.11 0-2 .89-2 2v16h10v-7.5h1.5v5A2.5 2.5 0 0 0 18 21a2.5 2.5 0 0 0 2.5-2.5V9c0-.69-.28-1.32-.73-1.77"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gate-alert.svg b/mkdocs-material/material/templates/.icons/material/gate-alert.svg new file mode 100644 index 0000000..020f268 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gate-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 17h-2v2h2zm0-8h-2v6h2zm-4 4v-2h-2V6h-2v5h-2V6H9v5H7V7H5v4H3V9H1v12h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-4zM5 17H3v-4h2zm4 0H7v-4h2zm4 0h-2v-4h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gate-and.svg b/mkdocs-material/material/templates/.icons/material/gate-and.svg new file mode 100644 index 0000000..f411593 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gate-and.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 4v16h12a8 8 0 0 0 8-8 8 8 0 0 0-8-8zm2 2h10a6 6 0 0 1 6 6 6 6 0 0 1-6 6H4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gate-arrow-left.svg b/mkdocs-material/material/templates/.icons/material/gate-arrow-left.svg new file mode 100644 index 0000000..4f95211 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gate-arrow-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 6H7v5H5V6H3v5H2v2h1v1.81c.62-.36 1.3-.6 2-.72V13h2v1.09c.7.12 1.38.36 2 .72V13h2v3.69c.65.98 1 2.13 1 3.31 0 .34-.03.67-.09 1H13v-2h2v2h2V9h-2v2h-2V7h-2v4H9zm6 7v4h-2v-4zM2 20l3 3v-2h4v-2H5v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gate-arrow-right.svg b/mkdocs-material/material/templates/.icons/material/gate-arrow-right.svg new file mode 100644 index 0000000..57b00ad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gate-arrow-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 6v5h-2V7h-2v4H9V9H7v12h2v-2h2v2h1.09c-.06-.33-.09-.66-.09-1 0-1.18.35-2.33 1-3.31V13h2v1.81c.62-.36 1.3-.6 2-.72V13h2v1.09c.7.12 1.38.36 2 .72V13h1v-2h-1V6h-2v5h-2V6zm-6 7h2v4H9zm10 4v2h-4v2h4v2l3-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gate-buffer.svg b/mkdocs-material/material/templates/.icons/material/gate-buffer.svg new file mode 100644 index 0000000..2670eec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gate-buffer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 7.24 15.53 12 6 16.76zM4 4v16l16-8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gate-nand.svg b/mkdocs-material/material/templates/.icons/material/gate-nand.svg new file mode 100644 index 0000000..42a88ff --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gate-nand.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 4v16h8c3.43 0 6.5-2.16 7.6-5.4.4.2.9.4 1.4.4a3 3 0 0 0 3-3 3 3 0 0 0-3-3c-.5 0-.97.15-1.4.4C16.5 6.16 13.43 4 10 4zm2 2h6a6 6 0 0 1 6 6 6 6 0 0 1-6 6H4zm15 5c.5 0 1 .5 1 1s-.5 1-1 1a1 1 0 0 1-1-1c0-.5.5-1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gate-nor.svg b/mkdocs-material/material/templates/.icons/material/gate-nor.svg new file mode 100644 index 0000000..c976afe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gate-nor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 4c3 6 3 10 0 16h3c4.4 0 8-2.3 11.6-6.3.55.8 1.44 1.3 2.4 1.3a3 3 0 0 0 3-3 3 3 0 0 0-3-3c-.96 0-1.85.5-2.4 1.3C13 6.3 9.4 4 5 4zm3 2c3.8 0 7 2.1 10.3 6C12 15.9 8.8 18 5 18q2.25-6 0-12m14 5c.5 0 1 .5 1 1s-.5 1-1 1a1 1 0 0 1-1-1c0-.5.5-1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gate-not.svg b/mkdocs-material/material/templates/.icons/material/gate-not.svg new file mode 100644 index 0000000..29bb7f8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gate-not.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 4v16l14.2-7c.42 1.19 1.54 2 2.8 2a3 3 0 0 0 3-3 3 3 0 0 0-3-3c-1.26 0-2.38.81-2.8 2zm2 3.3 9.7 4.7L4 16.7zM19 11c.5 0 1 .5 1 1s-.5 1-1 1a1 1 0 0 1-1-1c0-.5.5-1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gate-open.svg b/mkdocs-material/material/templates/.icons/material/gate-open.svg new file mode 100644 index 0000000..d6ef9a4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gate-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 21V7H5v4H3V9H1v12h2v-2h2v2zm-4-4v-4h2v4zm18-8v2h-2V7h-2v14h2v-2h2v2h2V9zm0 8h-2v-4h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gate-or.svg b/mkdocs-material/material/templates/.icons/material/gate-or.svg new file mode 100644 index 0000000..b20f508 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gate-or.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 4c3 6 3 10 0 16h6c5 0 11-4 14-8-3-4-9-8-14-8zm3 2h3c3.5 0 8.3 3 11.3 6-3 3-7.8 6-11.3 6H5c1.4-4.1 1.4-7.9 0-12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gate-xnor.svg b/mkdocs-material/material/templates/.icons/material/gate-xnor.svg new file mode 100644 index 0000000..acc91ef --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gate-xnor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 4c3 6 3 10 0 16h2c3-6 3-10 .1-16zm4 0c3 6 3 10 0 16h3c3.2 0 5.8-3.2 7.7-6 .58.65 1.42 1 2.3 1a3 3 0 0 0 3-3 3 3 0 0 0-3-3c-.88 0-1.72.35-2.3 1-2-2.8-4.5-6-7.7-6zm3 2c3 0 5 4 6.5 6C14 14 12 18 9 18q2.4-6 0-12m10 5c.5 0 1 .5 1 1s-.5 1-1 1a1 1 0 0 1-1-1c0-.5.5-1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gate-xor.svg b/mkdocs-material/material/templates/.icons/material/gate-xor.svg new file mode 100644 index 0000000..a710e6f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gate-xor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 4c3 6 3 10 0 16h2c3-6 3-10 .1-16zm4 0c3 6 3 10 0 16h3c5 0 9-3 13-8-4-5-8-8-13-8zm3 2c3.8 0 7 2.1 10.3 6-3.4 3.9-6.5 6-10.3 6q2.25-6 0-12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gate.svg b/mkdocs-material/material/templates/.icons/material/gate.svg new file mode 100644 index 0000000..c4bbde6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gate.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 6v5H7V7H5v4H3V9H1v12h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2V9h-2v2h-2V7h-2v4h-2V6h-2v5h-2V6zm-6 7h2v4H3zm4 0h2v4H7zm4 0h2v4h-2zm4 0h2v4h-2zm4 0h2v4h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gatsby.svg b/mkdocs-material/material/templates/.icons/material/gatsby.svg new file mode 100644 index 0000000..5f0b239 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gatsby.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2c-3.73 0-6.86 2.55-7.75 6L14 19.75c3.45-.89 6-4.02 6-7.75h-5.25v1.5h3.45a6.37 6.37 0 0 1-3.89 4.44L6.06 9.69C7 7.31 9.3 5.63 12 5.63c2.13 0 4 1.04 5.18 2.65l1.23-1.06A7.96 7.96 0 0 0 12 4m-8 8a8 8 0 0 0 8 8c.04 0 .09 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gauge-empty.svg b/mkdocs-material/material/templates/.icons/material/gauge-empty.svg new file mode 100644 index 0000000..a8f843b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gauge-empty.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8c0 2.4 1 4.5 2.7 6 1.4-1.3 3.3-2 5.3-2s3.8.7 5.3 2c1.7-1.5 2.7-3.6 2.7-6a8 8 0 0 0-8-8m2 2a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m-4 0a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1M6.91 8.94c.13 0 .25.03.39.06l3.2 1.32.27.11c.56-.43 1.32-.55 1.98-.28 1.02.41 1.52 1.58 1.1 2.6a1.99 1.99 0 0 1-2.6 1.1c-.66-.26-1.13-.85-1.25-1.57l-.23-.1-3.22-1.3-.02-.01c-.53-.21-.76-.79-.56-1.31a1 1 0 0 1 .94-.62M17 9a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gauge-full.svg b/mkdocs-material/material/templates/.icons/material/gauge-full.svg new file mode 100644 index 0000000..b291fab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gauge-full.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 2a8 8 0 0 1 8 8c0 2.4-1 4.5-2.7 6-1.4-1.3-3.3-2-5.3-2s-3.8.7-5.3 2C5 16.5 4 14.4 4 12a8 8 0 0 1 8-8m-2 2a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1m4 0a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1m3.09 2.94c-.13 0-.25.03-.39.06l-3.2 1.32-.27.11c-.56-.43-1.32-.55-1.98-.28a1.99 1.99 0 0 0-1.1 2.6 1.99 1.99 0 0 0 2.6 1.1c.66-.26 1.13-.85 1.25-1.57l.23-.1 3.22-1.3.02-.01c.53-.21.76-.79.56-1.31a1 1 0 0 0-.94-.62M7 9a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gauge-low.svg b/mkdocs-material/material/templates/.icons/material/gauge-low.svg new file mode 100644 index 0000000..7101f07 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gauge-low.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8c0 2.4 1 4.5 2.7 6 1.4-1.3 3.3-2 5.3-2s3.8.7 5.3 2c1.7-1.5 2.7-3.6 2.7-6a8 8 0 0 0-8-8m-2 1.89c.38.01.74.26.9.65l1.29 3.23.1.23c.71.13 1.3.6 1.57 1.26.41 1.03-.09 2.19-1.12 2.6s-2.19-.09-2.6-1.12c-.26-.66-.14-1.42.29-1.98l-.1-.26-1.29-3.21-.01-.03c-.2-.51.05-1.09.56-1.3.13-.05.26-.07.41-.07M14 6a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m3 3a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1M7 9a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gauge.svg b/mkdocs-material/material/templates/.icons/material/gauge.svg new file mode 100644 index 0000000..19b85f2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gauge.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 2a8 8 0 0 1 8 8c0 2.4-1 4.5-2.7 6-1.4-1.3-3.3-2-5.3-2s-3.8.7-5.3 2C5 16.5 4 14.4 4 12a8 8 0 0 1 8-8m2 1.89c-.38.01-.74.26-.9.65l-1.29 3.23-.1.23c-.71.13-1.3.6-1.57 1.26-.41 1.03.09 2.19 1.12 2.6s2.19-.09 2.6-1.12c.26-.66.14-1.42-.29-1.98l.1-.26 1.29-3.21.01-.03c.2-.51-.05-1.09-.56-1.3-.13-.05-.26-.07-.41-.07M10 6a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1M7 9a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1m10 0a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gavel.svg b/mkdocs-material/material/templates/.icons/material/gavel.svg new file mode 100644 index 0000000..db1cd23 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gavel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m2.3 20.28 9.6-9.6-1.4-1.42-.72.71a.996.996 0 0 1-1.41 0l-.71-.71a.996.996 0 0 1 0-1.41l5.66-5.66a.996.996 0 0 1 1.41 0l.71.71c.39.39.39 1.02 0 1.41l-.71.69 1.42 1.43a.996.996 0 0 1 1.41 0c.39.39.39 1.03 0 1.42l1.41 1.41.71-.71c.39-.39 1.03-.39 1.42 0l.7.71c.39.39.39 1.03 0 1.42l-5.65 5.65c-.39.39-1.03.39-1.42 0l-.7-.7a.99.99 0 0 1 0-1.42l.7-.71-1.41-1.41-9.61 9.61a.996.996 0 0 1-1.41 0c-.39-.39-.39-1.03 0-1.42M20 19a2 2 0 0 1 2 2v1H12v-1a2 2 0 0 1 2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gender-female.svg b/mkdocs-material/material/templates/.icons/material/gender-female.svg new file mode 100644 index 0000000..b31df1c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gender-female.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 4a6 6 0 0 1 6 6c0 2.97-2.16 5.44-5 5.92V18h2v2h-2v2h-2v-2H9v-2h2v-2.08c-2.84-.48-5-2.95-5-5.92a6 6 0 0 1 6-6m0 2a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gender-male-female-variant.svg b/mkdocs-material/material/templates/.icons/material/gender-male-female-variant.svg new file mode 100644 index 0000000..6f8fc2a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gender-male-female-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 3a5 5 0 0 0 2 4 5 5 0 0 0-2 4 5 5 0 0 0 4 4.9V18H9v2h2v2h2v-2h2v-2h-2v-2.1a5 5 0 0 0 4-4.9 5 5 0 0 0-2-4 5 5 0 0 0 2-4h-2a3 3 0 0 1-3 3 3 3 0 0 1-3-3m3 5a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gender-male-female.svg b/mkdocs-material/material/templates/.icons/material/gender-male-female.svg new file mode 100644 index 0000000..de19751 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gender-male-female.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.58 4H14V2h7v7h-2V5.41l-3.83 3.83A5 5 0 0 1 12 16.9V19h2v2h-2v2h-2v-2H8v-2h2v-2.1A5 5 0 0 1 6 12a5 5 0 0 1 5-5c1 0 1.96.3 2.75.83zM11 9a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gender-male.svg b/mkdocs-material/material/templates/.icons/material/gender-male.svg new file mode 100644 index 0000000..b98761c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gender-male.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 9c1.29 0 2.5.41 3.47 1.11L17.58 5H13V3h8v8h-2V6.41l-5.11 5.09c.7 1 1.11 2.2 1.11 3.5a6 6 0 0 1-6 6 6 6 0 0 1-6-6 6 6 0 0 1 6-6m0 2a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gender-non-binary.svg b/mkdocs-material/material/templates/.icons/material/gender-non-binary.svg new file mode 100644 index 0000000..1efcdae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gender-non-binary.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 3h-2v2.27L9.04 4.13l-1 1.74L10 7 8.04 8.13l1 1.74L11 8.73v3.37a5 5 0 1 0 2 0V8.73l1.96 1.14 1-1.74L14 7l1.96-1.13-1-1.74L13 5.27zm-1 17c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gender-transgender.svg b/mkdocs-material/material/templates/.icons/material/gender-transgender.svg new file mode 100644 index 0000000..5785b94 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gender-transgender.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.58 3H15V1h8v8h-2V4.41l-4.83 4.83A5 5 0 0 1 13 16.9V19h2v2h-2v2h-2v-2H9v-2h2v-2.1a5 5 0 0 1-3.18-7.64L6.64 8.07l-1.4 1.39-1.41-1.42 1.4-1.39L3 4.42V8H1V1h7v2H4.41l2.23 2.24 1.44-1.43L9.5 5.23 8.06 6.66l1.17 1.18C10 7.31 11 7 12 7s1.96.3 2.75.83zM12 9a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/generator-mobile.svg b/mkdocs-material/material/templates/.icons/material/generator-mobile.svg new file mode 100644 index 0000000..830f90b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/generator-mobile.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2H2v17a2 2 0 0 0 2 2h8.1c-.07-.32-.1-.66-.1-1s.03-.68.1-1H4zm9 15c.91-1.21 2.36-2 4-2s3.09.79 4 2h1V6c0-1.11-.89-2-2-2H8a2 2 0 0 0-2 2v11zm7-11v2h-6V6zm-6 4h6v2h-6zm-7 1 3-6v4h2l-3 6v-4zm7.17 8a3 3 0 0 0-.17 1 3 3 0 0 0 3 3c1.66 0 3-1.34 3-3s-1.34-3-3-3c-1.31 0-2.42.84-2.83 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/generator-portable.svg b/mkdocs-material/material/templates/.icons/material/generator-portable.svg new file mode 100644 index 0000000..198d4e1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/generator-portable.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 2c-1.1 0-2 .9-2 2v2H4c-1.1 0-2 .9-2 2v12h2v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h10v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h2V8a2 2 0 0 0-2-2h-1V4a2 2 0 0 0-2-2zm7 8V8h6v2zm0 4v-2h6v2zM7 4h10v2H7zm0 4v4h2l-3 6v-4H4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/generator-stationary.svg b/mkdocs-material/material/templates/.icons/material/generator-stationary.svg new file mode 100644 index 0000000..23e6822 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/generator-stationary.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 3a2 2 0 0 0-2 2v11h2v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h6v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h2V5a2 2 0 0 0-2-2zm6 4V5h6v2zm0 2h6v2h-6zM8 5v4h2l-3 6v-4H5zm14 15v2H2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gentoo.svg b/mkdocs-material/material/templates/.icons/material/gentoo.svg new file mode 100644 index 0000000..a76c17b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gentoo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.28 2c-.35 0-.71.03-1.05.1-3.62.66-6.17 3.79-6.38 5.86-.11 1.01.44 1.77.74 2.1.81.91 2.44 1.6 3.48 2.17-1.51 1.27-2.2 1.91-2.88 2.63-1.02 1.07-1.74 2.24-1.74 3.09 0 .27-.05 1.14.31 1.82.13.26.51 1.12 1.65 1.76.73.41 1.76.56 2.78.42 3.14-.45 7.35-3.12 10.36-5.6 1.91-1.58 3.31-3.12 3.71-3.85.33-.63.37-1.72.18-2.41-.54-1.95-4.91-5.94-8.48-7.54-.82-.37-1.76-.55-2.68-.55m1.06 2.91q.375 0 .66.09c1.15.3 3.08 1.68 2.91 2.94-.23 1.66-1.68 2.33-3.35 2.09-.98-.13-2.93-1.23-2.78-3.14.11-1.49 1.52-1.99 2.56-1.98m-.02 1.74c-.27 0-.48.06-.58.22-.47.72-.24 1.22.18 1.55.15-.38 1.79.03 1.83.37 1.42-1.07-.39-2.13-1.43-2.14"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gesture-double-tap.svg b/mkdocs-material/material/templates/.icons/material/gesture-double-tap.svg new file mode 100644 index 0000000..a915518 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gesture-double-tap.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 9a1 1 0 0 1 1-1 1 1 0 0 1 1 1v4.47l1.21.13 4.94 2.19c.53.24.85.77.85 1.35v4.36c-.03.82-.68 1.47-1.5 1.5H11c-.38 0-.74-.15-1-.43l-4.9-4.2.74-.77c.19-.21.46-.32.74-.32h.22L10 19zm1-4a4 4 0 0 1 4 4c0 1.5-.8 2.77-2 3.46v-1.22c.61-.55 1-1.35 1-2.24a3 3 0 0 0-3-3 3 3 0 0 0-3 3c0 .89.39 1.69 1 2.24v1.22C7.8 11.77 7 10.5 7 9a4 4 0 0 1 4-4m0-2a6 6 0 0 1 6 6c0 1.7-.71 3.23-1.84 4.33l-1-.45A5.02 5.02 0 0 0 16 9a5 5 0 0 0-5-5 5 5 0 0 0-5 5c0 2.05 1.23 3.81 3 4.58v1.08C6.67 13.83 5 11.61 5 9a6 6 0 0 1 6-6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gesture-pinch.svg b/mkdocs-material/material/templates/.icons/material/gesture-pinch.svg new file mode 100644 index 0000000..9fe9545 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gesture-pinch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 9a1 1 0 0 1 1-1 1 1 0 0 1 1 1v4.47l1.21.13 4.94 2.2c.52.24.85.76.85 1.34v4.36c-.03.82-.68 1.47-1.5 1.5H14c-.38 0-.74-.15-1-.43l-4.9-4.2.74-.77c.19-.21.46-.32.74-.32h.22L13 19zm1-4c1.42 0 2.74.76 3.45 2 1.11 1.9.46 4.35-1.45 5.46v-1.23c.64-.56 1-1.38 1-2.23a3 3 0 0 0-3-3 3 3 0 0 0-3 3c0 .85.36 1.67 1 2.23v1.23c-1.23-.71-2-2.03-2-3.46a4 4 0 0 1 4-4M4 9l3 3H5v3H3v-3H1zm0-2L1 4h2V1h2v3h2zm5 7c.73 0 1.41.19 2 .54v1.22c-.53-.47-1.23-.76-2-.76a3 3 0 0 0-3 3c0 1 .5 1.87 1.22 2.42L9.31 22H9a4 4 0 0 1-4-4 4 4 0 0 1 4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gesture-spread.svg b/mkdocs-material/material/templates/.icons/material/gesture-spread.svg new file mode 100644 index 0000000..2fa09ff --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gesture-spread.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m4 1 3 3H5v3H3V4H1zm0 14-3-3h2V9h2v3h2zm9-6a1 1 0 0 1 1-1 1 1 0 0 1 1 1v4.47l1.21.13 4.94 2.2c.52.24.85.76.85 1.34v4.36c-.03.82-.68 1.47-1.5 1.5H14c-.38 0-.74-.15-1-.43l-4.9-4.2.74-.77c.19-.21.46-.32.74-.32h.22L13 19zm1-4c1.42 0 2.74.76 3.45 2 1.11 1.9.46 4.35-1.45 5.46v-1.23c.64-.56 1-1.38 1-2.23a3 3 0 0 0-3-3 3 3 0 0 0-3 3c0 .85.36 1.67 1 2.23v1.23c-1.23-.71-2-2.03-2-3.46a4 4 0 0 1 4-4m-5 9c.73 0 1.41.19 2 .54v1.22c-.53-.47-1.23-.76-2-.76a3 3 0 0 0-3 3c0 1 .5 1.87 1.22 2.42L9.31 22H9a4 4 0 0 1-4-4 4 4 0 0 1 4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gesture-swipe-down.svg b/mkdocs-material/material/templates/.icons/material/gesture-swipe-down.svg new file mode 100644 index 0000000..e64a1cf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gesture-swipe-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 9a1 1 0 0 1 1-1 1 1 0 0 1 1 1v4.47l1.21.13 4.94 2.19c.53.24.85.77.85 1.35v4.36c-.03.82-.68 1.47-1.5 1.5H11c-.38 0-.74-.15-1-.43l-4.9-4.2.74-.77c.19-.21.46-.32.74-.32h.22L10 19zM1 9l3 3 3-3H5V3H3v6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gesture-swipe-horizontal.svg b/mkdocs-material/material/templates/.icons/material/gesture-swipe-horizontal.svg new file mode 100644 index 0000000..3453676 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gesture-swipe-horizontal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 1 3 4l3 3V5h3v2l3-3-3-3v2H6zm5 7a1 1 0 0 0-1 1v10l-3.2-1.72h-.22c-.28 0-.55.11-.74.32l-.74.77 4.9 4.2c.26.28.62.43 1 .43h6.5a1.5 1.5 0 0 0 1.5-1.5v-4.36c0-.58-.32-1.11-.85-1.35l-4.94-2.19-1.21-.13V9a1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gesture-swipe-left.svg b/mkdocs-material/material/templates/.icons/material/gesture-swipe-left.svg new file mode 100644 index 0000000..c27231d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gesture-swipe-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 9a1 1 0 0 1 1-1 1 1 0 0 1 1 1v4.47l1.21.13 4.94 2.19c.53.24.85.77.85 1.35v4.36c-.03.82-.68 1.47-1.5 1.5H11c-.38 0-.74-.15-1-.43l-4.9-4.2.74-.77c.19-.21.46-.32.74-.32h.22L10 19zM3 4l3 3V5h6V3H6V1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gesture-swipe-right.svg b/mkdocs-material/material/templates/.icons/material/gesture-swipe-right.svg new file mode 100644 index 0000000..04344f7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gesture-swipe-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 9a1 1 0 0 1 1-1 1 1 0 0 1 1 1v4.47l1.21.13 4.94 2.19c.53.24.85.77.85 1.35v4.36c-.03.82-.68 1.47-1.5 1.5H11c-.38 0-.74-.15-1-.43l-4.9-4.2.74-.77c.19-.21.46-.32.74-.32h.22L10 19zm2-5L9 1v2H3v2h6v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gesture-swipe-up.svg b/mkdocs-material/material/templates/.icons/material/gesture-swipe-up.svg new file mode 100644 index 0000000..71a930b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gesture-swipe-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 9a1 1 0 0 1 1-1 1 1 0 0 1 1 1v4.47l1.21.13 4.94 2.19c.53.24.85.77.85 1.35v4.36c-.03.82-.68 1.47-1.5 1.5H11c-.38 0-.74-.15-1-.43l-4.9-4.2.74-.77c.19-.21.46-.32.74-.32h.22L10 19zM7 6 4 3 1 6h2v6h2V6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gesture-swipe-vertical.svg b/mkdocs-material/material/templates/.icons/material/gesture-swipe-vertical.svg new file mode 100644 index 0000000..7d72617 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gesture-swipe-vertical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 3 1 6h2v3H1l3 3 3-3H5V6h2zm7 5a1 1 0 0 0-1 1v10l-3.2-1.72h-.22c-.28 0-.55.11-.74.32l-.74.77 4.9 4.2c.26.28.62.43 1 .43h6.5a1.5 1.5 0 0 0 1.5-1.5v-4.36c0-.58-.32-1.11-.85-1.35l-4.94-2.19-1.21-.13V9a1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gesture-swipe.svg b/mkdocs-material/material/templates/.icons/material/gesture-swipe.svg new file mode 100644 index 0000000..a4881be --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gesture-swipe.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.11 3.89 22 2v5h-5l2.08-2.08c-.53-.69-1.44-1.26-2.72-1.73S13.63 2.5 12 2.5c-1.62 0-3.08.22-4.36.69S5.45 4.23 4.92 4.92L7 7H2V2l1.89 1.89C4.64 3 5.74 2.31 7.2 1.78 8.65 1.25 10.25 1 12 1s3.35.25 4.8.78c1.46.53 2.56 1.22 3.31 2.11m-.38 12.38v.18L19 21.7c-.08.38-.24.69-.5.94-.27.25-.59.36-.97.36h-6.8c-.37 0-.73-.14-1.03-.45l-4.97-4.92.8-.8c.22-.22.47-.33.8-.33h.23l3.44.75V6.5c0-.39.13-.74.43-1.04S11.08 5 11.5 5c.39 0 .74.16 1.04.46s.46.65.46 1.04v6h.78c.1 0 .27.05.52.11l4.54 2.25c.6.28.89.75.89 1.41"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gesture-tap-box.svg b/mkdocs-material/material/templates/.icons/material/gesture-tap-box.svg new file mode 100644 index 0000000..1b3b7ef --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gesture-tap-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.11 0-2 .89-2 2v16c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V4c0-1.11-.89-2-2-2m-9 2c2.21 0 4 1.79 4 4 0 1.5-.8 2.77-2 3.46v-1.22c.61-.55 1-1.35 1-2.24 0-1.66-1.34-3-3-3S8 6.34 8 8c0 .89.39 1.69 1 2.24v1.22C7.8 10.77 7 9.5 7 8c0-2.21 1.79-4 4-4m7 14.5c-.03.82-.68 1.47-1.5 1.5H11c-.38 0-.74-.15-1-.43l-4-4.2.74-.77c.19-.21.46-.32.76-.32h.2L10 16V8c0-.55.45-1 1-1s1 .45 1 1v4.47l1.21.13 3.94 2.19c.53.24.85.77.85 1.35z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gesture-tap-button.svg b/mkdocs-material/material/templates/.icons/material/gesture-tap-button.svg new file mode 100644 index 0000000..ed9a6b6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gesture-tap-button.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 5c2.21 0 4 1.79 4 4 0 1.5-.8 2.77-2 3.46v-1.22c.61-.55 1-1.35 1-2.24 0-1.66-1.34-3-3-3s-3 1.34-3 3c0 .89.39 1.69 1 2.24v1.22C9.8 11.77 9 10.5 9 9c0-2.21 1.79-4 4-4m7 15.5c-.03.82-.68 1.47-1.5 1.5H13c-.38 0-.74-.15-1-.43l-4-4.2.74-.77c.19-.21.46-.32.76-.32h.2L12 18V9c0-.55.45-1 1-1s1 .45 1 1v4.47l1.21.13 3.94 2.19c.53.24.85.77.85 1.35zM20 2H4c-1.1 0-2 .9-2 2v8a2 2 0 0 0 2 2h4v-2H4V4h16v8h-2v2h2v-.04l.04.04c1.09 0 1.96-.91 1.96-2V4a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gesture-tap-hold.svg b/mkdocs-material/material/templates/.icons/material/gesture-tap-hold.svg new file mode 100644 index 0000000..8d5b1ee --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gesture-tap-hold.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 9a1 1 0 0 1 1-1 1 1 0 0 1 1 1v4.47l1.21.13 4.94 2.19c.53.24.85.77.85 1.35v4.36c-.03.82-.68 1.47-1.5 1.5H11c-.38 0-.74-.15-1-.43l-4.9-4.2.74-.77c.19-.21.46-.32.74-.32h.22L10 19zm-1 3.44V9a2 2 0 0 1 2-2 2 2 0 0 1 2 2v3.44c1.19-.69 2-1.97 2-3.44a4 4 0 0 0-4-4 4 4 0 0 0-4 4c0 1.47.81 2.75 2 3.44"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gesture-tap.svg b/mkdocs-material/material/templates/.icons/material/gesture-tap.svg new file mode 100644 index 0000000..d48799f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gesture-tap.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 9a1 1 0 0 1 1-1 1 1 0 0 1 1 1v4.47l1.21.13 4.94 2.19c.53.24.85.77.85 1.35v4.36c-.03.82-.68 1.47-1.5 1.5H11c-.38 0-.74-.15-1-.43l-4.9-4.2.74-.77c.19-.21.46-.32.74-.32h.22L10 19zm1-4a4 4 0 0 1 4 4c0 1.5-.8 2.77-2 3.46v-1.22c.61-.55 1-1.35 1-2.24a3 3 0 0 0-3-3 3 3 0 0 0-3 3c0 .89.39 1.69 1 2.24v1.22C7.8 11.77 7 10.5 7 9a4 4 0 0 1 4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gesture-two-double-tap.svg b/mkdocs-material/material/templates/.icons/material/gesture-two-double-tap.svg new file mode 100644 index 0000000..0066cb7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gesture-two-double-tap.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 15.14v6.36c-.03.82-.68 1.47-1.5 1.5H11c-.38 0-.74-.15-1-.43l-4.9-4.2.74-.77c.19-.21.46-.32.74-.32h.22L10 19V9a1 1 0 0 1 1-1 1 1 0 0 1 1 1V7a1 1 0 0 1 1-1 1 1 0 0 1 1 1v5l4.15 1.84c.51.23.85.74.85 1.3M13 3a4 4 0 0 1 4 4c0 1.5-.8 2.77-2 3.46V9.24c.61-.55 1-1.35 1-2.24a3 3 0 0 0-3-3c-1.35 0-2.5.9-2.87 2.13A3.003 3.003 0 0 0 9 11.24v1.22C7.8 11.77 7 10.5 7 9c0-1.62.97-3 2.35-3.65C10 3.97 11.38 3 13 3m0-2a6 6 0 0 1 6 6c0 2.06-1.04 3.88-2.62 4.96l-1.12-.5A4.98 4.98 0 0 0 18 7a5 5 0 0 0-5-5c-1.89 0-3.54 1.05-4.39 2.61C7.05 5.46 6 7.11 6 9c0 2.05 1.23 3.81 3 4.58v1.08C6.67 13.83 5 11.61 5 9c0-2.17 1.15-4.07 2.88-5.12A5.98 5.98 0 0 1 13 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gesture-two-tap.svg b/mkdocs-material/material/templates/.icons/material/gesture-two-tap.svg new file mode 100644 index 0000000..03c37d4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gesture-two-tap.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 15.14v6.36c-.03.82-.68 1.47-1.5 1.5H11c-.38 0-.74-.15-1-.43l-4.9-4.2.74-.77c.19-.21.46-.32.74-.32h.22L10 19V9a1 1 0 0 1 1-1 1 1 0 0 1 1 1V7a1 1 0 0 1 1-1 1 1 0 0 1 1 1v5l4.15 1.84c.51.23.85.74.85 1.3m-4-4.69V9.23c.23-.2.42-.44.57-.69.27-.45.43-.98.43-1.54a3 3 0 0 0-3-3c-.79 0-1.5.31-2.05.81l-.14.14c-.13.14-.25.29-.35.45s-.19.34-.26.52c-.03.08-.05.14-.07.21A3 3 0 0 0 8 9c0 .7.24 1.34.64 1.85.1.15.23.26.36.38v1.23C7.8 11.77 7 10.5 7 9c0-1.62.97-3 2.35-3.65C10 3.97 11.38 3 13 3a4 4 0 0 1 4 4c0 1.5-.8 2.77-2 3.46z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gesture.svg b/mkdocs-material/material/templates/.icons/material/gesture.svg new file mode 100644 index 0000000..e878222 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gesture.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.59 6.89C5.29 6.18 6 5.54 6.3 5.67c.5.2 0 1.03-.3 1.52-.25.42-2.86 3.89-2.86 6.31 0 1.28.48 2.34 1.36 3a3 3 0 0 0 2.62.44c1.07-.31 1.95-1.4 3.06-2.77 1.21-1.49 2.82-3.44 4.08-3.44 1.63 0 1.65 1.01 1.74 1.77-3.76.66-5.36 3.69-5.36 5.39S12.08 21 13.85 21c1.65 0 4.29-1.35 4.69-6.12H21v-2.5h-2.47c-.15-1.65-1.09-4.2-4.03-4.2-2.25 0-4.18 1.91-4.94 2.82-.56.75-2.06 2.5-2.29 2.74-.27.3-.68.84-1.11.84-.45 0-.72-.83-.36-1.92.35-1.09 1.4-2.86 1.85-3.52.78-1.14 1.3-1.92 1.3-3.28C8.95 3.69 7.31 3 6.44 3 5.12 3 3.97 4 3.72 4.25c-.36.36-.66.66-.88.93zm9.29 11.66c-.31 0-.74-.26-.74-.72 0-.6.73-2.2 2.86-2.76-.29 2.69-1.42 3.48-2.12 3.48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ghost-off-outline.svg b/mkdocs-material/material/templates/.icons/material/ghost-off-outline.svg new file mode 100644 index 0000000..f943779 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ghost-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.29 5.09 6.84 3.64A8.93 8.93 0 0 1 12 2a9 9 0 0 1 9 9v6.8l-2-2V11c0-3.86-3.14-7-7-7-1.37 0-2.64.4-3.71 1.09m13.82 16.37-1.27 1.27-3.28-3.28L15 22l-3-3-3 3-3-3-3 3V11c0-1.74.5-3.37 1.36-4.75L1.11 3l1.28-1.27 4.5 4.5 1.8 1.8 2.28 2.28 6.44 6.45h.01L21 20.34v.01zm-5.97-3.43-6.25-6.25c-.27.14-.57.22-.89.22a2 2 0 0 1-2-2c0-.32.08-.62.22-.89l-1.4-1.4C5.3 8.69 5 9.81 5 11v6.17l1-1 1.41 1.42L9 19.17l1.59-1.58L12 16.17l1.41 1.42L15 19.17zM15 8c-1.04 0-1.89.8-2 1.82L15.18 12c1.02-.11 1.82-.96 1.82-2a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ghost-off.svg b/mkdocs-material/material/templates/.icons/material/ghost-off.svg new file mode 100644 index 0000000..84e7e08 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ghost-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 3.27 3.28 2 22 20.72 20.73 22l-2.86-2.87L15 22l-3-3-3 3-3-3-3 3V11c0-1.91.59-3.67 1.6-5.13zM12 2a9 9 0 0 1 9 9v6.18l-5.3-5.3c.76-.29 1.3-1.02 1.3-1.88a2 2 0 0 0-2-2c-.86 0-1.59.54-1.87 1.3L7.2 3.38A8.95 8.95 0 0 1 12 2m-5 8a2 2 0 0 0 2 2c.5 0 .93-.17 1.27-.46L7.46 8.73C7.17 9.07 7 9.5 7 10"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ghost-outline.svg b/mkdocs-material/material/templates/.icons/material/ghost-outline.svg new file mode 100644 index 0000000..72beb77 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ghost-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a9 9 0 0 0-9 9v11l3-3 3 3 3-3 3 3 3-3 3 3V11a9 9 0 0 0-9-9m7 15.17-1-1-1.41 1.42L15 19.17l-1.59-1.58L12 16.17l-1.41 1.42L9 19.17l-1.59-1.58L6 16.17l-1 1V11c0-3.86 3.14-7 7-7s7 3.14 7 7zM11 10c0 1.11-.89 2-2 2s-2-.89-2-2 .9-2 2-2 2 .9 2 2m6 0c0 1.11-.89 2-2 2s-2-.89-2-2 .9-2 2-2 2 .9 2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ghost.svg b/mkdocs-material/material/templates/.icons/material/ghost.svg new file mode 100644 index 0000000..617fd27 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ghost.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a9 9 0 0 0-9 9v11l3-3 3 3 3-3 3 3 3-3 3 3V11a9 9 0 0 0-9-9M9 8a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2m6 0a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gift-off-outline.svg b/mkdocs-material/material/templates/.icons/material/gift-off-outline.svg new file mode 100644 index 0000000..7e27bb0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gift-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 6h-3.17A3 3 0 0 0 18 5c0-1.66-1.34-3-3-3-1 0-1.88.5-2.43 1.24v-.01L12 4l-.57-.77v.01A3.03 3.03 0 0 0 9 2c-1.03 0-1.94.5-2.5 1.32l1.53 1.51C8.12 4.36 8.5 4 9 4c.55 0 1 .45 1 1 0 .5-.36.88-.83.97L13 9.8V8h8v2h-7.8l2 2H20v4.8l2 2V12c.55 0 1-.45 1-1V8a2 2 0 0 0-2-2m-6 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1M1.11 3l3 3H3c-1.1 0-2 .9-2 2v3c0 .55.45 1 1 1v8a2 2 0 0 0 2 2h16.1l1.46 1.45 1.27-1.27L2.39 1.73zM13 14.89 18.11 20H13zm-2-2V20H4v-8h6.11zM8.11 10H3V8h3.11z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gift-off.svg b/mkdocs-material/material/templates/.icons/material/gift-off.svg new file mode 100644 index 0000000..814b7ab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gift-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m1.11 3 3.03 3.04H3a2 2 0 0 0-2 2v2c0 .55.45 1 1 1h7.15l1 1H2v8c0 1.1.9 2 2 2h16c.05 0 .09-.01.13-.04l1.43 1.45 1.27-1.27L2.39 1.73zM11 12.89l2 2v5.15h-2zm11-.85v6.76l-6.76-6.76zm-1-6h-3.17C19 2.77 14.6.455 12.57 3.28l-.57.76-.57-.78C10.8 2.37 9.93 2 9.06 1.97c-1-.01-1.98.53-2.56 1.33l1.54 1.54c.09-.46.46-.8.96-.8.89 0 1.34 1.08.71 1.71-.15.14-.32.25-.5.25l2.03 2.04H13V9.8l1.24 1.24H22c.55 0 1-.45 1-1v-2c0-1.11-.89-2-2-2m-5.29-.29c-.63.63-1.71.18-1.71-.71 0-.54.45-1 1-1 .89 0 1.34 1.08.71 1.71"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gift-open-outline.svg b/mkdocs-material/material/templates/.icons/material/gift-open-outline.svg new file mode 100644 index 0000000..454d2a3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gift-open-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22 10.87-2.74-1.59c.24-.21.47-.48.64-.78.83-1.43.34-3.27-1.1-4.1-.86-.5-1.87-.5-2.72-.14l.01-.01-.88.39-.11-.96-.01.01c-.09-.91-.62-1.79-1.48-2.29A3.023 3.023 0 0 0 9.5 2.5c-.17.3-.28.63-.34.95L6.41 1.87c-.96-.55-2.18-.23-2.73.73l-1.5 2.6a.99.99 0 0 0 .37 1.36l1.73 1L8.5 10H2v10a2 2 0 0 0 2 2h16c1.11 0 2-.89 2-2v-5.13l.73-1.27c.55-.96.23-2.18-.73-2.73M16.44 6.5c.27-.5.89-.64 1.36-.37.48.28.65.87.37 1.37s-.89.64-1.37.37c-.47-.28-.64-.87-.36-1.37m-2.37 2.1 6.93 4-1 1.73-6.93-4zM11 20H4v-8h7zm.34-10.67-6.93-4 1-1.73 6.93 4zm.27-4.46c-.48-.28-.64-.87-.37-1.37.26-.5.89-.64 1.37-.37.48.28.64.87.36 1.37-.27.5-.88.64-1.36.37M13 20v-7.4l7 4.04V20z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gift-open.svg b/mkdocs-material/material/templates/.icons/material/gift-open.svg new file mode 100644 index 0000000..b2fa069 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gift-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22 10.92-2.74-1.59c2.64-2.25-.01-6.45-3.18-5.02l-.87.37-.11-.96c-.1-1.08-.66-1.85-1.4-2.3-1.64-.953-4.14-.3-4.54 2.08L6.41 1.92c-.96-.56-2.18-.23-2.73.73l-1 1.73c-.28.48-.11 1.09.37 1.37l7.79 4.5 1.5-2.6 1.73 1-1.5 2.6 7.79 4.5c.48.25 1.1.11 1.37-.37l1-1.73c.55-.96.23-2.18-.73-2.73M12.37 5c-.87.25-1.57-.68-1.13-1.45.26-.48.89-.64 1.37-.37.77.45.62 1.61-.24 1.82m5.19 3c-.86.25-1.56-.68-1.12-1.45.27-.48.89-.64 1.36-.37.77.45.62 1.61-.24 1.82m3.31 8.88c.41 0 .8-.14 1.13-.38V20c0 1.11-.89 2-2 2H4a2 2 0 0 1-2-2v-9h8.15l.85.5V20h2v-7.35l6.87 3.96c.3.18.63.27 1 .27"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gift-outline.svg b/mkdocs-material/material/templates/.icons/material/gift-outline.svg new file mode 100644 index 0000000..2596403 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gift-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 12v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-8a1 1 0 0 1-1-1V8a2 2 0 0 1 2-2h3.17A3 3 0 0 1 6 5a3 3 0 0 1 3-3c1 0 1.88.5 2.43 1.24v-.01L12 4l.57-.77v.01C13.12 2.5 14 2 15 2a3 3 0 0 1 3 3 3 3 0 0 1-.17 1H21a2 2 0 0 1 2 2v3a1 1 0 0 1-1 1M4 20h7v-8H4zm16 0v-8h-7v8zM9 4a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1m6 0a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1M3 8v2h8V8zm10 0v2h8V8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gift.svg b/mkdocs-material/material/templates/.icons/material/gift.svg new file mode 100644 index 0000000..5a6871d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gift.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.06 1.93C7.17 1.92 5.33 3.74 6.17 6H3a2 2 0 0 0-2 2v2a1 1 0 0 0 1 1h9V8h2v3h9a1 1 0 0 0 1-1V8a2 2 0 0 0-2-2h-3.17C19 2.73 14.6.42 12.57 3.24L12 4l-.57-.78c-.63-.89-1.5-1.28-2.37-1.29M9 4c.89 0 1.34 1.08.71 1.71S8 5.89 8 5a1 1 0 0 1 1-1m6 0c.89 0 1.34 1.08.71 1.71S14 5.89 14 5a1 1 0 0 1 1-1M2 12v8a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-8h-9v8h-2v-8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/git.svg b/mkdocs-material/material/templates/.icons/material/git.svg new file mode 100644 index 0000000..c28369b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/git.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.6 10.59 8.38 4.8l1.69 1.7c-.24.85.15 1.78.93 2.23v5.54c-.6.34-1 .99-1 1.73a2 2 0 0 0 2 2 2 2 0 0 0 2-2c0-.74-.4-1.39-1-1.73V9.41l2.07 2.09c-.07.15-.07.32-.07.5a2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2c-.18 0-.35 0-.5.07L13.93 7.5a1.98 1.98 0 0 0-1.15-2.34c-.43-.16-.88-.2-1.28-.09L9.8 3.38l.79-.78c.78-.79 2.04-.79 2.82 0l7.99 7.99c.79.78.79 2.04 0 2.82l-7.99 7.99c-.78.79-2.04.79-2.82 0L2.6 13.41c-.79-.78-.79-2.04 0-2.82"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/github.svg b/mkdocs-material/material/templates/.icons/material/github.svg new file mode 100644 index 0000000..499236e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/github.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12c0 4.42 2.87 8.17 6.84 9.5.5.08.66-.23.66-.5v-1.69c-2.77.6-3.36-1.34-3.36-1.34-.46-1.16-1.11-1.47-1.11-1.47-.91-.62.07-.6.07-.6 1 .07 1.53 1.03 1.53 1.03.87 1.52 2.34 1.07 2.91.83.09-.65.35-1.09.63-1.34-2.22-.25-4.55-1.11-4.55-4.92 0-1.11.38-2 1.03-2.71-.1-.25-.45-1.29.1-2.64 0 0 .84-.27 2.75 1.02.79-.22 1.65-.33 2.5-.33s1.71.11 2.5.33c1.91-1.29 2.75-1.02 2.75-1.02.55 1.35.2 2.39.1 2.64.65.71 1.03 1.6 1.03 2.71 0 3.82-2.34 4.66-4.57 4.91.36.31.69.92.69 1.85V21c0 .27.16.59.67.5C19.14 20.16 22 16.42 22 12A10 10 0 0 0 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gitlab.svg b/mkdocs-material/material/templates/.icons/material/gitlab.svg new file mode 100644 index 0000000..8a0507c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gitlab.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.94 13.11-1.05-3.22c0-.03-.01-.06-.02-.09l-2.11-6.48a.86.86 0 0 0-.8-.57c-.36 0-.68.25-.79.58l-2 6.17H8.84L6.83 3.33a.85.85 0 0 0-.79-.58c-.37 0-.69.25-.8.58L3.13 9.82v.01l-1.07 3.28c-.16.5.01 1.04.44 1.34l9.22 6.71c.17.12.39.12.56-.01l9.22-6.7c.43-.3.6-.84.44-1.34M8.15 10.45l2.57 7.91-6.17-7.91m8.73 7.92 2.47-7.59.1-.33h3.61l-5.59 7.16m4.1-13.67 1.81 5.56h-3.62m-1.3.95-1.79 5.51L12 19.24l-2.86-8.79M6.03 3.94 7.84 9.5H4.23m-1.18 4.19c-.09-.07-.13-.19-.09-.29l.79-2.43 5.82 7.45m11.38-4.73-6.51 4.73.02-.03 5.79-7.42.79 2.43c.04.1 0 .22-.09.29"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/glass-cocktail-off.svg b/mkdocs-material/material/templates/.icons/material/glass-cocktail-off.svg new file mode 100644 index 0000000..e1bb6b5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/glass-cocktail-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.33 12.67 7.66 7 6.13 5.47 2.39 1.73 1.11 3 3 4.89V5l8 8v6H6v2h12v-1.11l2.84 2.84 1.27-1.27zM13 19v-4.11L17.11 19zM8.2 5l-2-2H21v2l-6.4 6.4L10.2 7h6.3l2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/glass-cocktail.svg b/mkdocs-material/material/templates/.icons/material/glass-cocktail.svg new file mode 100644 index 0000000..efa703c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/glass-cocktail.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m7.5 7-2-2h13l-2 2M11 13v6H6v2h12v-2h-5v-6l8-8V3H3v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/glass-flute.svg b/mkdocs-material/material/templates/.icons/material/glass-flute.svg new file mode 100644 index 0000000..92ed5b2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/glass-flute.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 2h8c-.33 3-.67 6-1.25 7.83-.58 1.84-1.42 2.5-1.83 4.25-.42 1.75-.42 4.59.16 5.92.59 1.33 1.75 1.17 2.34 1.25.58.08.58.42.58.75H8c0-.33 0-.67.58-.75.59-.08 1.75.08 2.34-1.25.58-1.33.58-4.17.16-5.92-.41-1.75-1.25-2.41-1.83-4.25C8.67 8 8.33 5 8 2m2 2c.07 1.03.15 2.07.24 3h3.52c.09-.93.17-1.97.24-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/glass-fragile.svg b/mkdocs-material/material/templates/.icons/material/glass-fragile.svg new file mode 100644 index 0000000..ff31dec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/glass-fragile.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20h5v2H6v-2h5v-6.03c-2.81-.27-5-2.63-5-5.51 0-.31.03-.61.08-.91L7 2h6.54l-1.21 2.41-.54 1.09h2l-1.46 2.91-.54 1.09H14l-1 3.25 2.67-3.66.79-1.09h-2.25l1.46-2.91.54-1.09h-2l1-2H17l.93 5.55c.07.3.07.6.07.91 0 2.88-2.19 5.24-5 5.51z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/glass-mug-off.svg b/mkdocs-material/material/templates/.icons/material/glass-mug-off.svg new file mode 100644 index 0000000..f41f06d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/glass-mug-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 19.35v-.01L6.66 6l-.59-.59-3.68-3.68L1.11 3l3.15 3.15C3.5 6.44 3 7.16 3 8v7c0 .82.5 1.5 1.2 1.83L8 18.6V20l-1 1v1h13.11l.73.73 1.27-1.27zM8 16.39 5 15V8h1.11L8 9.89zM8 4 7 3V2h14v1l-1 1v12.8L10.2 7H18V4h-8v2.8l-2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/glass-mug-variant-off.svg b/mkdocs-material/material/templates/.icons/material/glass-mug-variant-off.svg new file mode 100644 index 0000000..211b913 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/glass-mug-variant-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.44 5.24 7 3.79C7.71 3.29 8.57 3 9.5 3c1.03 0 2 .35 2.82 1H14c2.21 0 4 1.79 4 4v2h2c.55 0 1 .45 1 1v6.8l-2-2V12h-2v1.8l-5.74-5.74C11.5 8 11.73 8 12 8h4a2 2 0 0 0-2-2h-2.5a2.49 2.49 0 0 0-3.06-.76m13.67 16.22-1.27 1.27L18.11 20H17v2H6v-8c-2.21 0-4-1.79-4-4a4 4 0 0 1 2.44-3.67L1.11 3l1.28-1.27 4.8 4.81 2.42 2.42L17 16.34v.01L18.65 18h.01l1.84 1.84v.01zM8.59 10.5 6.11 8H6a2 2 0 0 0-2 2c0 1.11.89 2 2 2 0 0 1.68.13 2.5-1.37z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/glass-mug-variant.svg b/mkdocs-material/material/templates/.icons/material/glass-mug-variant.svg new file mode 100644 index 0000000..f6f3587 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/glass-mug-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3C7.56 3 5.85 4.24 5.23 6.08A3.996 3.996 0 0 0 6 14v8h11v-2h3c.55 0 1-.45 1-1v-8c0-.55-.45-1-1-1h-2V8c0-2.21-1.79-4-4-4h-1.68c-.82-.65-1.79-1-2.82-1m0 2c.79 0 1.53.37 2 1H14a2 2 0 0 1 2 2h-4c-2 0-2.68 1.13-3.5 2.63S6 12 6 12c-1.11 0-2-.89-2-2a2 2 0 0 1 2-2h1v-.5A2.5 2.5 0 0 1 9.5 5m7.5 7h2v6h-2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/glass-mug.svg b/mkdocs-material/material/templates/.icons/material/glass-mug.svg new file mode 100644 index 0000000..653951f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/glass-mug.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 4v3h8V4zM8 2h13v1l-1 1v16l1 1v1H7v-1l1-1v-1.4l-3.8-1.77C3.5 16.5 3 15.82 3 15V8a2 2 0 0 1 2-2h3V4L7 3V2zM5 15l3 1.39V8H5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/glass-pint-outline.svg b/mkdocs-material/material/templates/.icons/material/glass-pint-outline.svg new file mode 100644 index 0000000..5e07578 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/glass-pint-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m4 2 2 20h11l2-20zm2.2 2h10.6l-1.6 16H7.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/glass-stange.svg b/mkdocs-material/material/templates/.icons/material/glass-stange.svg new file mode 100644 index 0000000..1e2e92d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/glass-stange.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 2h8v20H8zm2 2v3h4V4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/glass-tulip.svg b/mkdocs-material/material/templates/.icons/material/glass-tulip.svg new file mode 100644 index 0000000..f754e2f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/glass-tulip.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 2h8c-.33.67-.67 1.33-.42 3s1.09 4.33.67 5.74c-.42 1.4-2.08 1.54-2.92 3.12-.83 1.58-.83 4.61-.25 6.04.59 1.43 1.75 1.27 2.34 1.35.58.08.58.42.58.75H8c0-.33 0-.67.58-.75.59-.08 1.75.08 2.34-1.35.58-1.43.58-4.46-.25-6.04-.84-1.58-2.5-1.72-2.92-3.12-.42-1.41.42-4.07.67-5.74S8.33 2.67 8 2m2 2c0 1.19-.17 2.17-.36 3h4.63c-.14-.83-.27-1.81-.27-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/glass-wine.svg b/mkdocs-material/material/templates/.icons/material/glass-wine.svg new file mode 100644 index 0000000..7ae5f62 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/glass-wine.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.5 21.27-.84-.09c-.76-.07-1.41-.58-1.66-1.31a11.5 11.5 0 0 1 0-6c2.32-.47 4-2.5 4-4.87 0-2-2-7-2-7H9S7 7 7 9a5 5 0 0 0 4 4.9c.53 1.96.53 4.04 0 6-.24.72-.88 1.23-1.63 1.31l-.87.09s-.5-.02-.5.7h8c0-.72-.5-.73-.5-.73M9.44 7l1-3h3.12l1 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/glasses.svg b/mkdocs-material/material/templates/.icons/material/glasses.svg new file mode 100644 index 0000000..49d346e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/glasses.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 10c-.24 0-.45.09-.59.25-.14.15-.2.37-.17.61l.5 2.99C2.82 14.5 3.4 15 4 15h3c.64 0 1.36-.56 1.5-1.18l1.06-3.19c.04-.13.01-.32-.06-.44-.11-.12-.28-.19-.5-.19zm4 7H4C2.38 17 .96 15.74.76 14.14l-.5-2.99C.15 10.3.39 9.5.91 8.92S2.19 8 3 8h6c.83 0 1.58.35 2.06.96.11.15.21.31.29.49.43-.09.87-.09 1.29 0 .08-.18.18-.34.3-.49C13.41 8.35 14.16 8 15 8h6c.81 0 1.57.34 2.09.92.51.58.75 1.38.65 2.19l-.51 3.07C23.04 15.74 21.61 17 20 17h-3c-1.56 0-3.08-1.19-3.46-2.7l-.9-2.71c-.38-.28-.91-.28-1.29 0l-.92 2.78C10.07 15.82 8.56 17 7 17m8-7c-.22 0-.39.07-.5.19-.08.12-.1.31-.05.51l1.01 3.05c.18.69.9 1.25 1.54 1.25h3c.59 0 1.18-.5 1.25-1.11l.51-3.07c.03-.2-.03-.42-.17-.57A.77.77 0 0 0 21 10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/globe-light-outline.svg b/mkdocs-material/material/templates/.icons/material/globe-light-outline.svg new file mode 100644 index 0000000..0ea58f4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/globe-light-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 8.08V2h-2v6.08c-3.39.49-6 3.39-6 6.92 0 3.87 3.13 7 7 7s7-3.13 7-7c0-3.53-2.61-6.43-6-6.92M12 20c-2.76 0-5-2.24-5-5 0-1.13.39-2.16 1.03-3h7.94c.64.84 1.03 1.87 1.03 3 0 2.76-2.24 5-5 5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/globe-light.svg b/mkdocs-material/material/templates/.icons/material/globe-light.svg new file mode 100644 index 0000000..d425bbc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/globe-light.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.1 10c1-1 2.4-1.7 3.9-1.9V2h2v6.1c1.5.2 2.9.9 3.9 1.9zm-1.8 3c-.2.6-.3 1.3-.3 2 0 3.9 3.1 7 7 7s7-3.1 7-7c0-.7-.1-1.4-.3-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/globe-model.svg b/mkdocs-material/material/templates/.icons/material/globe-model.svg new file mode 100644 index 0000000..4aab993 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/globe-model.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17.36 2.64-1.41 1.42A6.98 6.98 0 0 1 18 9a7 7 0 0 1-7 7c-1.85 0-3.63-.74-4.94-2.05l-1.42 1.41A8.95 8.95 0 0 0 10 17.93V20H6v2h10v-2h-4v-2.06c4.55-.51 8-4.36 8-8.94 0-2.38-.95-4.67-2.64-6.36M11 3.5A5.5 5.5 0 0 0 5.5 9a5.5 5.5 0 0 0 5.5 5.5A5.5 5.5 0 0 0 16.5 9 5.5 5.5 0 0 0 11 3.5m0 2c1.94 0 3.5 1.57 3.5 3.5a3.5 3.5 0 0 1-3.5 3.5A3.5 3.5 0 0 1 7.5 9 3.5 3.5 0 0 1 11 5.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gmail.svg b/mkdocs-material/material/templates/.icons/material/gmail.svg new file mode 100644 index 0000000..e8e6e9a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gmail.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 18h-2V9.25L12 13 6 9.25V18H4V6h1.2l6.8 4.25L18.8 6H20m0-2H4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gnome.svg b/mkdocs-material/material/templates/.icons/material/gnome.svg new file mode 100644 index 0000000..ea89846 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gnome.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.42 2c-4.16 0-4.92 5.93-2.6 5.93 2.34 0 6.76-5.93 2.6-5.93M12 2.73c-.08 0-.15 0-.22.01-2.34.3-1.52 4.38-.28 4.45 1.22.08 2.54-4.46.5-4.46M7.93 4.34c-.12 0-.26.03-.4.09-1.88.78-.29 3.98.77 3.77.97-.2 1.09-3.9-.37-3.86m-3 2.51c-.16-.01-.34.05-.52.18-1.51 1.04.5 3.55 1.39 3.16.77-.34.28-3.3-.87-3.34m8.36 1.92c-3.19.03-7.26 1.65-7.97 4.82C4.53 17.11 8.56 22 12.76 22c2.07 0 4.45-1.87 4.9-4.23.34-1.8-4.01-1.08-3.85.11.19 1.43-1.05 2.12-2.26 1.22-3.86-2.94 6.38-4.4 5.7-8.41-.22-1.3-1.91-1.93-3.96-1.92"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/go-kart-track.svg b/mkdocs-material/material/templates/.icons/material/go-kart-track.svg new file mode 100644 index 0000000..b0a56eb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/go-kart-track.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 5.5A3.5 3.5 0 0 0 18.5 2 3.5 3.5 0 0 0 15 5.5V6a3 3 0 0 1-3 3c-2 0-3-3-6-3a4 4 0 0 0-4 4v1h2v-1a2 2 0 0 1 2-2c.86 0 1.42.45 2.32 1.24A5.58 5.58 0 0 0 12 11a5 5 0 0 0 5-5v-.5A1.5 1.5 0 0 1 18.5 4 1.5 1.5 0 0 1 20 5.5c-.14.85-.42 1.68-.83 2.44C18.5 9.2 18.11 10.58 18 12c.09 1.37.5 2.71 1.21 3.89.39.65.66 1.36.79 2.11a2 2 0 0 1-2 2 2 2 0 0 1-2-2 3.75 3.75 0 0 0-3.75-3.75A3.75 3.75 0 0 0 8.5 18v.5A1.5 1.5 0 0 1 7 20a3 3 0 0 1-3-3v-2h2v-2H0v2h2v2a5 5 0 0 0 5 5 3.5 3.5 0 0 0 3.5-3.5V18a1.75 1.75 0 0 1 1.75-1.75A1.75 1.75 0 0 1 14 18a4 4 0 0 0 4 4 4 4 0 0 0 4-4c0-2-2-4-2-6s2-4.5 2-6.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/go-kart.svg b/mkdocs-material/material/templates/.icons/material/go-kart.svg new file mode 100644 index 0000000..fb61a93 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/go-kart.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 10h-2.47l-1.15-1.72 1.42-.95-1.1-1.66-4.5 3 1.1 1.66 1.43-.95 1.15 1.74L13 12h-2.8L5.83 5.45l-1.66 1.1 1.7 2.56A5.99 5.99 0 0 0 1 15v2h2a3 3 0 0 0 3 3 3 3 0 0 0 3-3h6a3 3 0 0 0 3 3 3 3 0 0 0 3-3h2v-2a5 5 0 0 0-5-5M6 18.5A1.5 1.5 0 0 1 4.5 17 1.5 1.5 0 0 1 6 15.5 1.5 1.5 0 0 1 7.5 17 1.5 1.5 0 0 1 6 18.5m12 0a1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5 1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gog.svg b/mkdocs-material/material/templates/.icons/material/gog.svg new file mode 100644 index 0000000..be89a34 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 3h16a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m6.46 2.54c-.51 0-.92.41-.92.92v3.08a.92.92 0 0 0 .92.92h3.08a.92.92 0 0 0 .92-.92V6.46c0-.51-.41-.92-.92-.92zm.62 1.23h1.84a.31.31 0 0 1 .31.31v1.84a.31.31 0 0 1-.31.31h-1.84a.31.31 0 0 1-.31-.31V7.08a.31.31 0 0 1 .31-.31M4.92 5.54a.92.92 0 0 0-.92.92v3.08c0 .51.41.92.92.92h2.16V9.23H5.54c-.17 0-.31-.14-.31-.31V7.08c0-.17.14-.31.31-.31h1.84a.31.31 0 0 1 .31.31v3.69a.31.31 0 0 1-.31.31H4v1.23h4c.5 0 .92-.42.92-.93V6.46A.92.92 0 0 0 8 5.54zm11.08 0c-.5 0-.92.41-.92.92v3.08c0 .51.42.92.92.92h2.15V9.23h-1.53c-.17 0-.31-.14-.31-.31V7.08c0-.17.14-.31.31-.31h1.84c.17 0 .31.14.31.31v3.69c0 .17-.14.31-.31.31h-3.38v1.23h4c.51 0 .92-.42.92-.93V6.46c0-.51-.41-.92-.92-.92zm-6.15 8c-.51 0-.93.41-.93.92v3.08c0 .51.42.92.93.92h3.07c.51 0 .93-.41.93-.92v-3.08c0-.51-.42-.92-.93-.92zm.61 1.23h1.85a.3.3 0 0 1 .31.31v1.84a.31.31 0 0 1-.31.31h-1.85c-.17 0-.31-.14-.31-.31v-1.84a.31.31 0 0 1 .31-.31m-5.54-1.23c-.51 0-.92.41-.92.92v3.08c0 .51.41.92.92.92h3.39v-1.23H5.54c-.17 0-.31-.14-.31-.31v-1.84c0-.17.14-.31.31-.31h2.77v-1.23zm10.46 0c-.51 0-.92.41-.92.92v4h1.23v-3.38a.31.31 0 0 1 .31-.31h.62v3.69h1.23v-3.69h.92v3.69H20v-4.92z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gold.svg b/mkdocs-material/material/templates/.icons/material/gold.svg new file mode 100644 index 0000000..8dbab6b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gold.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m1 22 1.5-5h7l1.5 5zm12 0 1.5-5h7l1.5 5zm-7-7 1.5-5h7l1.5 5zm17-8.95-3.86 1.09L18.05 11l-1.09-3.86-3.86-1.09 3.86-1.09 1.09-3.86 1.09 3.86z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/golf-cart.svg b/mkdocs-material/material/templates/.icons/material/golf-cart.svg new file mode 100644 index 0000000..1bdf112 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/golf-cart.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.89 12.37 18.25 5H19V3H3v4H1v2h2v3.54A6 6 0 0 0 1 17v2h2a3 3 0 0 0 6 0h6a3 3 0 0 0 6 0h2v-2a5 5 0 0 0-3.11-4.63M6 20.5A1.5 1.5 0 1 1 7.5 19 1.5 1.5 0 0 1 6 20.5m9.53-8.5-1.15-1.72 1.42-.95-1.1-1.66-4.5 3 1.1 1.66 1.43-.95 1.15 1.74L13 14h-2.8L5 7V5h11.2l1.55 7m.25 8.5a1.5 1.5 0 1 1 1.5-1.5 1.5 1.5 0 0 1-1.5 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/golf-tee.svg b/mkdocs-material/material/templates/.icons/material/golf-tee.svg new file mode 100644 index 0000000..6346c49 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/golf-tee.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 19v-2h10v2h-2c-.5 0-1 .2-1.4.6s-.6.9-.6 1.4v1h-2v-1c0-.5-.2-1-.6-1.4S9.5 19 9 19zm4-13c0-.3.1-.5.3-.7s.4-.3.7-.3.5.1.7.3.3.4.3.7-.1.5-.3.7-.4.3-.7.3-.5-.1-.7-.3-.3-.4-.3-.7m2 2c0-.3.1-.5.3-.7s.4-.3.7-.3.5.1.7.3.3.4.3.7-.1.5-.3.7-.4.3-.7.3-.5-.1-.7-.3-.3-.4-.3-.7M9 8c0-.3.1-.5.3-.7s.4-.3.7-.3.5.1.7.3.3.4.3.7-.1.5-.3.7-.4.3-.7.3-.5-.1-.7-.3S9 8.3 9 8m7.9-3.9c-1.4-1.4-3-2-4.9-2s-3.6.7-4.9 2S5 7.1 5 9s.7 3.6 2 4.9 3 2 4.9 2 3.6-.7 4.9-2 2-3 2-4.9-.5-3.6-1.9-4.9m-1.4 8.4c-1 1-2.2 1.5-3.5 1.5s-2.6-.5-3.5-1.5S7 10.4 7 9s.5-2.6 1.5-3.5S10.6 4 12 4s2.6.5 3.5 1.5S17 7.6 17 9s-.5 2.6-1.5 3.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/golf.svg b/mkdocs-material/material/templates/.icons/material/golf.svg new file mode 100644 index 0000000..c74bb54 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/golf.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.5 18a1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5 1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5M17 5.92 11 9v9.03c2.84.16 5 .97 5 1.97 0 1.1-2.69 2-6 2s-6-.9-6-2c0-.74 1.21-1.38 3-1.73V20h2V2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gondola.svg b/mkdocs-material/material/templates/.icons/material/gondola.svg new file mode 100644 index 0000000..acf2c5d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gondola.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 10h-5V7.59l9.12-1.52-.24-1.48-5.47.91c.05-.15.09-.32.09-.5A1.5 1.5 0 0 0 15 3.5 1.5 1.5 0 0 0 13.5 5c0 .35.13.68.34.93l-.84.14V5h-2v1.41l-.59.09c.05-.15.09-.32.09-.5A1.5 1.5 0 0 0 9 4.5 1.5 1.5 0 0 0 7.5 6c0 .36.13.68.33.93l-5.95 1 .24 1.48L11 7.93V10H6a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-6a2 2 0 0 0-2-2M6 12h2.25v4H6zm3.75 4v-4h4.5v4zM18 16h-2.25v-4H18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/goodreads.svg b/mkdocs-material/material/templates/.icons/material/goodreads.svg new file mode 100644 index 0000000..3633aad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/goodreads.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 12.77c-1.04 1.65-2.78 2.73-4.75 2.73-3.18 0-5.75-2.8-5.75-6.25S9.07 3 12.25 3c1.97 0 3.71 1.08 4.75 2.73V3h1v12.25c0 5.46-3.46 5.75-6.5 5.75-2.5 0-3.95-1.69-4.37-4h1.01c.36 1.75 1.4 3 3.36 3 2.22 0 5.5.05 5.5-4.75zM12.25 4C9.63 4 7.5 6.35 7.5 9.25s2.13 5.25 4.75 5.25S17 12.15 17 9.25 14.87 4 12.25 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/google-ads.svg b/mkdocs-material/material/templates/.icons/material/google-ads.svg new file mode 100644 index 0000000..9723a51 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/google-ads.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.25 1.47c-.7-.05-1.43.11-2.08.49a3.656 3.656 0 0 0-1.35 5l7.34 12.7c1.01 1.76 3.25 2.34 5.01 1.34 1.75-1 2.33-3.25 1.33-5L15.18 3.3a3.7 3.7 0 0 0-2.93-1.83M6.82 6.76 1.5 16a3.67 3.67 0 0 0-.5 1.83 3.67 3.67 0 0 0 3.67 3.67 3.67 3.67 0 0 0 3.17-1.84v.01L11 14.19c-1.35-2.3-2.73-4.59-3.97-6.96-.08-.15-.15-.31-.2-.47ZL16.4 5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/google-analytics.svg b/mkdocs-material/material/templates/.icons/material/google-analytics.svg new file mode 100644 index 0000000..92d8640 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/google-analytics.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.86 4.39v15c0 1.67 1.14 2.61 2.39 2.61 1.14 0 2.39-.79 2.39-2.61V4.5c0-1.54-1.14-2.5-2.39-2.5s-2.39 1.06-2.39 2.39M9.61 12v7.39C9.61 21.07 10.77 22 12 22c1.14 0 2.39-.79 2.39-2.61v-7.28c0-1.54-1.14-2.5-2.39-2.5S9.61 10.67 9.61 12m-3.86 5.23c1.32 0 2.39 1.07 2.39 2.38a2.39 2.39 0 1 1-4.78 0c0-1.31 1.07-2.38 2.39-2.38"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/google-assistant.svg b/mkdocs-material/material/templates/.icons/material/google-assistant.svg new file mode 100644 index 0000000..b3d08a8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/google-assistant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 2a6 6 0 0 0-6 6 6 6 0 0 0 6 6 6 6 0 0 0 6-6 6 6 0 0 0-6-6m14.5 4A1.5 1.5 0 0 0 20 7.5 1.5 1.5 0 0 0 21.5 9 1.5 1.5 0 0 0 23 7.5 1.5 1.5 0 0 0 21.5 6M17 8a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3m0 7a3.5 3.5 0 0 0-3.5 3.5A3.5 3.5 0 0 0 17 22a3.5 3.5 0 0 0 3.5-3.5A3.5 3.5 0 0 0 17 15"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/google-cardboard.svg b/mkdocs-material/material/templates/.icons/material/google-cardboard.svg new file mode 100644 index 0000000..f50da44 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/google-cardboard.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.74 6H3.2C2.55 6 2 6.57 2 7.27v10.46c0 .7.55 1.27 1.23 1.27H8c.54 0 1-.32 1.16-.79l1.39-3.47c.24-.58.8-.99 1.45-.99s1.21.41 1.45.99l1.39 3.47c.19.47.62.79 1.11.79h4.79c.71 0 1.26-.57 1.26-1.27V7.27c0-.7-.55-1.27-1.26-1.27M7.22 14.58C6 14.58 5 13.55 5 12.29 5 11 6 10 7.22 10s2.21 1 2.21 2.29c0 1.26-.99 2.29-2.21 2.29m9.56 0c-1.22 0-2.21-1.03-2.21-2.29S15.56 10 16.78 10 19 11.03 19 12.29s-1 2.29-2.22 2.29"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/google-chrome.svg b/mkdocs-material/material/templates/.icons/material/google-chrome.svg new file mode 100644 index 0000000..803e679 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/google-chrome.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 20 3.46-6h-.01c.34-.6.55-1.27.55-2 0-1.2-.54-2.27-1.38-3h4.79c.38.93.59 1.94.59 3a8 8 0 0 1-8 8m-8-8c0-1.46.39-2.82 1.07-4l3.47 6h.01c.69 1.19 1.95 2 3.45 2 .45 0 .88-.09 1.29-.23l-2.4 4.14C7 19.37 4 16.04 4 12m11 0a3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3 3 3 0 0 1 3 3m-3-8a7.98 7.98 0 0 1 6.92 4H12c-1.94 0-3.55 1.38-3.92 3.21L5.7 7.08A7.98 7.98 0 0 1 12 4m0-2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/google-circles-communities.svg b/mkdocs-material/material/templates/.icons/material/google-circles-communities.svg new file mode 100644 index 0000000..df00d91 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/google-circles-communities.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 12c-1.11 0-2 .89-2 2a2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m-3 8a8 8 0 0 1-8-8 8 8 0 0 1 8-8 8 8 0 0 1 8 8 8 8 0 0 1-8 8m0-18A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m2 7a2 2 0 0 0-2-2c-1.11 0-2 .89-2 2a2 2 0 0 0 2 2 2 2 0 0 0 2-2m-5 3a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/google-circles-extended.svg b/mkdocs-material/material/templates/.icons/material/google-circles-extended.svg new file mode 100644 index 0000000..95fcad3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/google-circles-extended.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 19a2 2 0 0 1-2-2c0-1.11.89-2 2-2a2 2 0 0 1 2 2 2 2 0 0 1-2 2m0-6a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4m-6-1.9a1.9 1.9 0 0 0-1.9 1.9 1.9 1.9 0 0 0 1.9 1.9 1.9 1.9 0 0 0 1.9-1.9 1.9 1.9 0 0 0-1.9-1.9M6 19a2 2 0 0 1-2-2c0-1.11.89-2 2-2a2 2 0 0 1 2 2 2 2 0 0 1-2 2m0-6a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4m6-9a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2c0-1.11.89-2 2-2m0 6a4 4 0 0 0 4-4 4 4 0 0 0-4-4 4 4 0 0 0-4 4 4 4 0 0 0 4 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/google-circles-group.svg b/mkdocs-material/material/templates/.icons/material/google-circles-group.svg new file mode 100644 index 0000000..a98200e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/google-circles-group.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 10a2 2 0 0 0-2 2 2 2 0 0 0 2 2c1.11 0 2-.89 2-2a2 2 0 0 0-2-2m0 6a4 4 0 0 1-4-4 4 4 0 0 1 4-4 4 4 0 0 1 4 4 4 4 0 0 1-4 4m5.5-5H14V8l4 4-4 4v-3h-3.5zM5 6c-.45 0-.89.05-1.31.14C5.63 3.05 9.08 1 13 1c6.08 0 11 4.92 11 11s-4.92 11-11 11c-3.92 0-7.37-2.05-9.31-5.14.42.09.86.14 1.31.14.8 0 1.56-.16 2.25-.44A7.96 7.96 0 0 0 13 20a8 8 0 0 0 8-8 8 8 0 0 0-8-8c-2.26 0-4.29.93-5.75 2.44C6.56 6.16 5.8 6 5 6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/google-circles.svg b/mkdocs-material/material/templates/.icons/material/google-circles.svg new file mode 100644 index 0000000..db26079 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/google-circles.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.66 15H17c1 0 2-.2 2.87-.54-.7 4.27-4.4 7.54-8.87 7.54-5 0-9-4.03-9-9 0-4.47 3.27-8.17 7.54-8.87C9.2 5 9 6 9 7v.34c-2.32.82-4 3.04-4 5.66a6 6 0 0 0 6 6c2.62 0 4.84-1.68 5.66-4m.34-5a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m0-9a6 6 0 0 1 6 6 6 6 0 0 1-6 6 6 6 0 0 1-6-6c0-3.32 2.69-6 6-6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/google-classroom.svg b/mkdocs-material/material/templates/.icons/material/google-classroom.svg new file mode 100644 index 0000000..2e2c06e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/google-classroom.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 2H1a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1m-1 18h-2v-1h-5v1H2V4h20zM10.29 9.71A1.71 1.71 0 0 1 12 8c.95 0 1.71.77 1.71 1.71 0 .95-.76 1.72-1.71 1.72s-1.71-.77-1.71-1.72m-4.58 1.58c0-.71.58-1.29 1.29-1.29a1.29 1.29 0 0 1 1.29 1.29c0 .71-.58 1.28-1.29 1.28S5.71 12 5.71 11.29m10 0A1.29 1.29 0 0 1 17 10a1.29 1.29 0 0 1 1.29 1.29c0 .71-.58 1.28-1.29 1.28s-1.29-.57-1.29-1.28M20 15.14V16H4v-.86c0-.94 1.55-1.71 3-1.71.55 0 1.11.11 1.6.3.75-.69 2.1-1.16 3.4-1.16s2.65.47 3.4 1.16c.49-.19 1.05-.3 1.6-.3 1.45 0 3 .77 3 1.71"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/google-cloud.svg b/mkdocs-material/material/templates/.icons/material/google-cloud.svg new file mode 100644 index 0000000..13aee91 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/google-cloud.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 14.75C23 18.2 20.2 21 16.75 21h-9.5C3.8 21 1 18.2 1 14.75c0-2.14 1.08-4.03 2.71-5.15C4.58 5.82 7.96 3 12 3s7.42 2.82 8.29 6.6A6.22 6.22 0 0 1 23 14.75M16.63 17c1.31 0 2.37-1.06 2.37-2.37 0-1.28-1-2.33-2.28-2.38l.03-.5a4.754 4.754 0 0 0-8.32-3.14c1.5.29 2.8 1.11 3.71 2.25L9.5 13.5c-.42-.73-1.21-1.25-2.12-1.25-1.32 0-2.38 1.06-2.38 2.38 0 1.27 1 2.3 2.25 2.37z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/google-downasaur.svg b/mkdocs-material/material/templates/.icons/material/google-downasaur.svg new file mode 100644 index 0000000..0a13737 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/google-downasaur.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 2v1h-1v6h-1v1H9v1H8v1H7v1H5v-1H4v-1H3V9H2v6h1v1h1v1h1v1h1v4h2v-1H7v-1h1v-1h1v-1h1v1h1v3h2v-1h-1v-4h1v-1h1v-1h1v-3h1v1h1v-2h-2V9h5V8h-3V7h5V3h-1V2m-7 1h1v1h-1Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/google-drive.svg b/mkdocs-material/material/templates/.icons/material/google-drive.svg new file mode 100644 index 0000000..686e54e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/google-drive.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.71 3.5 1.15 15l3.43 6 6.55-11.5M9.73 15 6.3 21h13.12l3.43-6m-.57-1L15.42 2H8.57l6.86 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/google-earth.svg b/mkdocs-material/material/templates/.icons/material/google-earth.svg new file mode 100644 index 0000000..b468563 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/google-earth.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 12.14c-.91-1.37-1.86-2.36-2.86-2.95-1-.6-1.87-.81-2.64-.64-.73.18-1.36.59-1.86 1.25-.44.59-.64 1.26-.64 2.01V12c0 .78.11 1.58.36 2.39.09.25.14.25.19 0 .12-.62.41-1.08.86-1.36.46-.28 1.06-.27 1.81.02.75.3 1.48.95 2.2 1.9 1.28 1.72 2.78 2.77 4.5 3.14 2.22.32 3.89-.39 5.02-2.09.31-.61.56-1.14.7-1.61.09-.31.05-.34-.14-.09-.47.62-1.1 1.03-1.9 1.2-.8.2-1.71 0-2.74-.5-1.03-.57-1.98-1.5-2.86-2.86m4.97-3.98c-1.56-2.35-3.25-3.66-5.06-3.99-1.44-.22-3 .28-4.69 1.5-.22.16-.32.24-.31.26.02.02.15-.04.4-.16 2.5-1.22 4.91.06 7.22 3.84.5.84 1.02 1.5 1.57 1.97s1.06.75 1.55.84c.48.08.92.08 1.31-.04.39-.13.74-.33 1.04-.61 0-.6-.09-1.27-.31-1.97-.5.12-.95.08-1.34-.12-.39-.18-.85-.71-1.38-1.52M12 2c2.75 0 5.1 1 7.05 2.95S22 9.25 22 12s-1 5.1-2.95 7.05S14.75 22 12 22s-5.1-1-7.05-2.95S2 14.75 2 12s1-5.1 2.95-7.05S9.25 2 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/google-fit.svg b/mkdocs-material/material/templates/.icons/material/google-fit.svg new file mode 100644 index 0000000..220e8d9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/google-fit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 4a5 5 0 0 1 5 5c0 1.38-.56 2.63-1.46 3.54L12 21.07l-8.54-8.53C2.56 11.63 2 10.38 2 9a5 5 0 0 1 5-5c1.38 0 2.63.56 3.54 1.46L12 6.93l1.46-1.47C14.37 4.56 15.62 4 17 4m-1.41 3.59L9.17 14 12 16.83l6.41-6.42c.37-.36.59-.86.59-1.41a2 2 0 0 0-2-2c-.55 0-1.05.22-1.41.59m-7.18 0C8.05 7.22 7.55 7 7 7a2 2 0 0 0-2 2c0 .55.22 1.05.59 1.41l1.46 1.47 2.83-2.83z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/google-glass.svg b/mkdocs-material/material/templates/.icons/material/google-glass.svg new file mode 100644 index 0000000..a197606 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/google-glass.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m-3.25 16h-1.5V8.9L6.72 18H4.66L15.45 6.5c.21-.24.55-.31.82-.2.29.12.48.39.48.7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/google-hangouts.svg b/mkdocs-material/material/templates/.icons/material/google-hangouts.svg new file mode 100644 index 0000000..41330d9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/google-hangouts.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15 11-1 2h-1.5l1-2H12V8h3m-4 3-1 2H8.5l1-2H8V8h3m.5-6A8.5 8.5 0 0 0 3 10.5a8.5 8.5 0 0 0 8.5 8.5h.5v3.5c4.86-2.35 8-7.5 8-12A8.5 8.5 0 0 0 11.5 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/google-keep.svg b/mkdocs-material/material/templates/.icons/material/google-keep.svg new file mode 100644 index 0000000..4615bec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/google-keep.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2h16a2 2 0 0 1 2 2v13.33L17.33 22H4a2 2 0 0 1-2-2V4c0-1.1.9-2 2-2m13 15v3.25L20.25 17zm-7 2h4v-1h1v-5a5.002 5.002 0 0 0-3-9 5.002 5.002 0 0 0-3 9v5h1zm4-2h-4v-2h4zM12 5c2.21 0 4 1.79 4 4 0 1.5-.8 2.77-2 3.46V14h-4v-1.54C8.8 11.77 8 10.5 8 9c0-2.21 1.79-4 4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/google-lens.svg b/mkdocs-material/material/templates/.icons/material/google-lens.svg new file mode 100644 index 0000000..c0be576 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/google-lens.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 2h12a4 4 0 0 1 4 4v6h-2V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h6v2H6a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4m6 6a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m6 8a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/google-maps.svg b/mkdocs-material/material/templates/.icons/material/google-maps.svg new file mode 100644 index 0000000..046c9e1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/google-maps.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.27 6c1.01 2.17.78 4.73-.33 6.81-.94 1.69-2.29 3.12-3.44 4.69-.5.7-1 1.45-1.37 2.26-.13.27-.22.55-.32.83s-.19.56-.28.84c-.09.26-.2.57-.53.57-.39 0-.5-.44-.58-.74-.24-.73-.48-1.43-.85-2.1-.42-.79-.95-1.52-1.49-2.23zM9.12 8.42l-3.3 3.92c.61 1.29 1.52 2.39 2.39 3.49.21.25.42.51.62.78L13 11.67l-.04.01c-1.46.5-3.08-.24-3.66-1.68-.08-.17-.14-.37-.18-.57a3 3 0 0 1 0-1zm-2.54-3.8-.01.01c-1.62 2.05-1.9 4.9-.93 7.31L9.63 7.2l-.05-.05zm7.64-2.26L11 6.17l.04-.01c1.34-.46 2.84.12 3.52 1.34.15.28.27.58.31.88.06.38.08.65.01 1.02v.01l3.2-3.8a7 7 0 0 0-3.85-3.24zM9.89 6.89l3.91-4.65-.04-.01C13.18 2.08 12.59 2 12 2c-1.97 0-3.83.85-5.15 2.31l-.02.01z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/google-my-business.svg b/mkdocs-material/material/templates/.icons/material/google-my-business.svg new file mode 100644 index 0000000..889df80 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/google-my-business.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 8.5c0 1.37-1.12 2.5-2.5 2.5S17 9.87 17 8.5c0 1.37-1.12 2.5-2.5 2.5S12 9.87 12 8.5c0 1.37-1.12 2.5-2.5 2.5S7 9.87 7 8.5C7 9.87 5.88 11 4.5 11S2 9.87 2 8.5l1.39-5.42S3.68 2 4.7 2h14.6c1.02 0 1.31 1.08 1.31 1.08zm-1 3.7V20c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2v-7.8a3.96 3.96 0 0 0 4-.58c.69.55 1.56.88 2.5.88.95 0 1.82-.33 2.5-.88.69.55 1.56.88 2.5.88.95 0 1.82-.33 2.5-.88.68.55 1.56.88 2.5.88.53 0 1.04-.11 1.5-.3m-2 5.13c0-.2 0-.41-.05-.63l-.03-.16h-2.97v1.17h1.81c-.06.22-.14.44-.31.62-.33.33-.78.51-1.26.51-.5 0-.99-.21-1.35-.56-.69-.71-.69-1.86.02-2.58.69-.7 1.83-.7 2.55-.03l.14.13.84-.85-.16-.14c-.56-.52-1.3-.81-2.08-.81h-.01c-.81 0-1.57.31-2.14.87-.59.58-.92 1.34-.92 2.13 0 .8.31 1.54.88 2.09a3.2 3.2 0 0 0 2.22.91h.02c.8 0 1.51-.29 2.03-.8.47-.48.77-1.2.77-1.87"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/google-nearby.svg b/mkdocs-material/material/templates/.icons/material/google-nearby.svg new file mode 100644 index 0000000..6ca2610 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/google-nearby.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.36 10.46-7.82-7.82c-.85-.85-2.23-.85-3.08 0l-7.82 7.82c-.85.85-.85 2.23 0 3.08l7.82 7.82c.85.85 2.23.85 3.08 0l7.82-7.82c.85-.85.85-2.23 0-3.08M12 19l-7-7 7-7 7 7zm4.5-7L12 16.5 7.5 12 12 7.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/google-play.svg b/mkdocs-material/material/templates/.icons/material/google-play.svg new file mode 100644 index 0000000..3dda1c2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/google-play.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 20.5v-17c0-.59.34-1.11.84-1.35L13.69 12l-9.85 9.85c-.5-.25-.84-.76-.84-1.35m13.81-5.38L6.05 21.34l8.49-8.49zm3.35-4.31c.34.27.59.69.59 1.19s-.22.9-.57 1.18l-2.29 1.32-2.5-2.5 2.5-2.5zM6.05 2.66l10.76 6.22-2.27 2.27z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/google-plus.svg b/mkdocs-material/material/templates/.icons/material/google-plus.svg new file mode 100644 index 0000000..3b0cc48 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/google-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 11h-2V9h-2v2h-2v2h2v2h2v-2h2M8 11v2.4h4c-.2 1-1.2 3-4 3-2.4 0-4.3-2-4.3-4.4S5.6 7.6 8 7.6c1.4 0 2.3.6 2.8 1.1l1.9-1.8C11.5 5.7 9.9 5 8 5c-3.9 0-7 3.1-7 7s3.1 7 7 7c4 0 6.7-2.8 6.7-6.8 0-.5 0-.8-.1-1.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/google-podcast.svg b/mkdocs-material/material/templates/.icons/material/google-podcast.svg new file mode 100644 index 0000000..bfcc914 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/google-podcast.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.68 7.22v1.4c0 .68-.55 1.24-1.25 1.24-.69 0-1.25-.56-1.25-1.24v-1.4a1.25 1.25 0 0 1 1.25-1.25c.7 0 1.25.56 1.25 1.25m-4.43 1.14v7.27a1.25 1.25 0 0 1-2.5 0V8.36c0-.68.56-1.25 1.25-1.25s1.25.57 1.25 1.25M22 11.3v1.4c0 .68-.56 1.24-1.25 1.24s-1.25-.56-1.25-1.24v-1.4c0-.69.56-1.24 1.25-1.24S22 10.61 22 11.3m-17.5 0v1.4c0 .68-.56 1.24-1.25 1.24-.7 0-1.25-.56-1.25-1.24v-1.4c0-.69.55-1.24 1.25-1.24.69 0 1.25.55 1.25 1.24m4.32 4.08v1.39c0 .68-.56 1.23-1.25 1.23s-1.25-.55-1.25-1.23v-1.39c0-.7.56-1.25 1.25-1.25a1.25 1.25 0 0 1 1.25 1.25m4.43 3.98v1.39A1.25 1.25 0 0 1 12 22a1.25 1.25 0 0 1-1.25-1.25v-1.39A1.25 1.25 0 0 1 12 18.11a1.25 1.25 0 0 1 1.25 1.25m0-16.11v1.39A1.25 1.25 0 0 1 12 5.89a1.25 1.25 0 0 1-1.25-1.25V3.25c0-.7.56-1.25 1.25-1.25a1.25 1.25 0 0 1 1.25 1.25m4.43 9.09v4.43c0 .69-.55 1.23-1.25 1.23-.69 0-1.25-.54-1.25-1.23v-4.43c0-.7.56-1.25 1.25-1.25.7 0 1.25.55 1.25 1.25M8.82 7.22v4.43c0 .7-.56 1.25-1.25 1.25a1.25 1.25 0 0 1-1.25-1.25V7.22a1.25 1.25 0 0 1 1.25-1.25 1.25 1.25 0 0 1 1.25 1.25"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/google-spreadsheet.svg b/mkdocs-material/material/templates/.icons/material/google-spreadsheet.svg new file mode 100644 index 0000000..49341af --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/google-spreadsheet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 11V9h-8V5H9v4H5v2h4v8h2v-8zm0-8c.5 0 1 .2 1.39.61C20.8 4 21 4.5 21 5v14c0 .5-.2 1-.61 1.39-.39.41-.89.61-1.39.61H5c-.5 0-1-.2-1.39-.61C3.2 20 3 19.5 3 19V5c0-.5.2-1 .61-1.39C4 3.2 4.5 3 5 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/google-street-view.svg b/mkdocs-material/material/templates/.icons/material/google-street-view.svg new file mode 100644 index 0000000..dd90f41 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/google-street-view.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.95 9.27a3.64 3.64 0 0 0 3.64-3.64c0-2-1.63-3.63-3.64-3.63a3.63 3.63 0 0 0-3.63 3.63c0 2.01 1.62 3.64 3.63 3.64m-2.59 3.7s-1.09 2.97-1.4 3.53c-.11.21-.09.27-.36.27s-.69-.27-.69-.27-.2-.13-.12-.36c.24-.74 1.33-5.06 1.56-5.89.25-.89.93-.86.93-.86h.65l2.1 3.65 2.11-3.65h.78s.31.04.54.31c.24.27.29.74.29.74l1.39 5.4s.1.38.07.49c-.04.17-.13.17-.13.17s-.39.12-.61.19c-.4.13-.47-.25-.47-.25l-1.3-3.4-.15 8.96H12.6l-.33-5.11s-.06-.13-.24-.13a.25.25 0 0 0-.23.13L11.45 22H9.5l-.13-9.03z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/google-translate.svg b/mkdocs-material/material/templates/.icons/material/google-translate.svg new file mode 100644 index 0000000..c6e90a8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/google-translate.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 5h-9.12L10 2H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2h7l1 3h8a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2M7.17 14.59a4.09 4.09 0 0 1-4.09-4.09 4.09 4.09 0 0 1 4.09-4.09c1.04 0 1.99.37 2.74 1.09l.09.04-1.25 1.18-.06-.05c-.29-.27-.78-.59-1.52-.59-1.31 0-2.38 1.09-2.38 2.42s1.07 2.42 2.38 2.42c1.37 0 1.96-.87 2.12-1.46H7.08V9.91h3.95l.01.09c.04.19.05.38.05.59 0 2.35-1.59 4-3.92 4m6.03-1.71c.33.62.74 1.18 1.19 1.7l-.54.53zm.77-.76H13l-.33-1.04h3.99s-.34 1.31-1.56 2.74c-.52-.62-.89-1.23-1.13-1.7M21 20a1 1 0 0 1-1 1h-7l2-2-.81-2.77.92-.92L17.79 18l.71-.73-2.69-2.68c.9-1.03 1.6-2.25 1.92-3.51H19v-1.04h-3.64V9h-1.04v1.04h-1.96L11.18 6H20a1 1 0 0 1 1 1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/google.svg b/mkdocs-material/material/templates/.icons/material/google.svg new file mode 100644 index 0000000..f5c4884 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/google.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.35 11.1h-9.17v2.73h6.51c-.33 3.81-3.5 5.44-6.5 5.44C8.36 19.27 5 16.25 5 12c0-4.1 3.2-7.27 7.2-7.27 3.09 0 4.9 1.97 4.9 1.97L19 4.72S16.56 2 12.1 2C6.42 2 2.03 6.8 2.03 12c0 5.05 4.13 10 10.22 10 5.35 0 9.25-3.67 9.25-9.09 0-1.15-.15-1.81-.15-1.81"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gradient-horizontal.svg b/mkdocs-material/material/templates/.icons/material/gradient-horizontal.svg new file mode 100644 index 0000000..0f09454 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gradient-horizontal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 13v-2h2v2m0 2v-2h2v2m-2-4V9h2v2M9 9V7h2v2m-2 8v-2h2v2M3 5v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2m15 10v2h-2v-2m2-4v2h-2v-2m2-4v2h-2V7m-5-2v2h2V5h2v2h-2v2h2v2h-2v2h2v2h-2v2h2v2h-2v-2h-2v2H5V5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gradient-vertical.svg b/mkdocs-material/material/templates/.icons/material/gradient-vertical.svg new file mode 100644 index 0000000..466ce24 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gradient-vertical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 9h2v2h-2zm-2 2h2v2H9zm4 0h2v2h-2zm2-2h2v2h-2zM7 9h2v2H7zm12-6H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2M9 18H7v-2h2zm4 0h-2v-2h2zm4 0h-2v-2h2zm2-7h-2v2h2v2h-2v-2h-2v2h-2v-2h-2v2H9v-2H7v2H5v-2h2v-2H5V5h14z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/grain.svg b/mkdocs-material/material/templates/.icons/material/grain.svg new file mode 100644 index 0000000..abe3211 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/grain.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 12a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2M6 8a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m0 8a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m12-8a2 2 0 0 0 2-2 2 2 0 0 0-2-2 2 2 0 0 0-2 2 2 2 0 0 0 2 2m-4 8a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m4-4a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m-4-4a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m-4-4a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/graph-outline.svg b/mkdocs-material/material/templates/.icons/material/graph-outline.svg new file mode 100644 index 0000000..9781034 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/graph-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.5 17c-.14 0-.26 0-.39.04L17.5 13.8c.45-.45.75-1.09.75-1.8a2.5 2.5 0 0 0-2.5-2.5c-.14 0-.25 0-.4.04L13.74 6.3c.47-.46.76-1.09.76-1.8a2.5 2.5 0 0 0-5 0c0 .7.29 1.34.76 1.79L8.65 9.54c-.15-.04-.26-.04-.4-.04a2.5 2.5 0 0 0-2.5 2.5c0 .71.29 1.34.75 1.79l-1.61 3.25C4.76 17 4.64 17 4.5 17a2.5 2.5 0 0 0 0 5A2.5 2.5 0 0 0 7 19.5c0-.7-.29-1.34-.76-1.79l1.62-3.25c.14.04.26.04.39.04s.25 0 .38-.04l1.63 3.25c-.47.45-.76 1.09-.76 1.79a2.5 2.5 0 0 0 5 0A2.5 2.5 0 0 0 12 17c-.13 0-.26 0-.39.04L10 13.8c.45-.45.75-1.09.75-1.8 0-.7-.29-1.33-.75-1.79l1.61-3.25c.13.04.26.04.39.04s.26 0 .39-.04L14 10.21a2.5 2.5 0 0 0 1.75 4.29c.13 0 .25 0 .38-.04l1.63 3.25c-.47.45-.76 1.09-.76 1.79a2.5 2.5 0 0 0 5 0 2.5 2.5 0 0 0-2.5-2.5m-15 3.5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1m8.5-1c0 .55-.45 1-1 1s-1-.45-1-1 .45-1 1-1 1 .45 1 1M7.25 12c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1M11 4.5c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1m3.75 7.5c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1m4.75 8.5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/graph.svg b/mkdocs-material/material/templates/.icons/material/graph.svg new file mode 100644 index 0000000..b146e8c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/graph.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.5 17c-.13 0-.26 0-.39.04l-1.61-3.25a2.5 2.5 0 0 0-1.75-4.29c-.13 0-.25 0-.39.04l-1.63-3.25c.48-.45.77-1.08.77-1.79a2.5 2.5 0 0 0-5 0c0 .71.29 1.34.76 1.79L8.64 9.54c-.14-.04-.26-.04-.39-.04a2.5 2.5 0 0 0-1.75 4.29l-1.61 3.25C4.76 17 4.63 17 4.5 17a2.5 2.5 0 0 0 0 5A2.5 2.5 0 0 0 7 19.5c0-.7-.29-1.34-.76-1.79l1.62-3.25c.14.04.26.04.39.04s.25 0 .39-.04l1.63 3.25c-.47.45-.77 1.09-.77 1.79a2.5 2.5 0 0 0 5 0A2.5 2.5 0 0 0 12 17c-.13 0-.26 0-.39.04L10 13.79c.46-.45.75-1.08.75-1.79s-.29-1.34-.75-1.79l1.61-3.25c.13.04.26.04.39.04s.26 0 .39-.04L14 10.21c-.45.45-.75 1.09-.75 1.79a2.5 2.5 0 0 0 2.5 2.5c.13 0 .25 0 .39-.04l1.63 3.25c-.47.45-.77 1.09-.77 1.79a2.5 2.5 0 0 0 5 0 2.5 2.5 0 0 0-2.5-2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/graphql.svg b/mkdocs-material/material/templates/.icons/material/graphql.svg new file mode 100644 index 0000000..2750684 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/graphql.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 5.37-.44-.06L6 14.9c.24.21.4.48.47.78h11.06c.07-.3.23-.57.47-.78l-5.56-9.59zM6.6 16.53l4.28 2.53c.29-.27.69-.43 1.12-.43s.83.16 1.12.43l4.28-2.53zM12 22a1.68 1.68 0 0 1-1.68-1.68l.09-.56-4.3-2.55c-.31.36-.76.58-1.27.58a1.68 1.68 0 0 1-1.68-1.68c0-.79.53-1.45 1.26-1.64V9.36c-.83-.11-1.47-.82-1.47-1.68A1.68 1.68 0 0 1 4.63 6c.55 0 1.03.26 1.34.66l4.41-2.53-.06-.45c0-.93.75-1.68 1.68-1.68s1.68.75 1.68 1.68l-.06.45 4.41 2.53c.31-.4.79-.66 1.34-.66a1.68 1.68 0 0 1 1.68 1.68c0 .86-.64 1.57-1.47 1.68v5.11c.73.19 1.26.85 1.26 1.64a1.68 1.68 0 0 1-1.68 1.68c-.51 0-.96-.22-1.27-.58l-4.3 2.55.09.56A1.68 1.68 0 0 1 12 22M10.8 4.86 6.3 7.44l.02.24c0 .71-.44 1.32-1.06 1.57l.03 5.25zm2.4 0 5.51 9.64.03-5.25c-.62-.25-1.06-.86-1.06-1.57l.02-.24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/grass.svg b/mkdocs-material/material/templates/.icons/material/grass.svg new file mode 100644 index 0000000..0215338 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/grass.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20H2v-2h5.75C7 15.19 4.81 13 2 12.26c.64-.16 1.31-.26 2-.26 4.42 0 8 3.58 8 8m10-7.74c-.64-.16-1.31-.26-2-.26-2.93 0-5.5 1.58-6.88 3.93.29.66.53 1.35.67 2.07.13.65.21 1.32.21 2h8v-2h-5.76c.76-2.81 2.95-5 5.76-5.74M15.64 11c.78-2.07 2.23-3.82 4.09-5-4.29.16-7.73 3.67-7.73 8 .95-1.25 2.2-2.28 3.64-3m-4.22-2.15A8.53 8.53 0 0 0 6.7 4C8.14 5.86 9 8.18 9 10.71c0 .21-.03.41-.04.61.43.24.83.52 1.22.82a9.9 9.9 0 0 1 1.24-3.29"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/grave-stone.svg b/mkdocs-material/material/templates/.icons/material/grave-stone.svg new file mode 100644 index 0000000..40b07de --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/grave-stone.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 2h4c3.31 0 5 2.69 5 6v10.66C16.88 17.63 15.07 17 12 17s-4.88.63-7 1.66V8c0-3.31 1.69-6 5-6M8 8v1.5h8V8zm1 4v1.5h6V12zM3 22v-.69c2.66-1.69 10.23-5.47 18-.06V22z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/grease-pencil.svg b/mkdocs-material/material/templates/.icons/material/grease-pencil.svg new file mode 100644 index 0000000..a1b3513 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/grease-pencil.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.62 1.5c-.51 0-1.02.19-1.41.59l-6.46 6.46 4.2 4.19 6.46-6.45c.79-.79.79-2.05 0-2.83l-1.37-1.37c-.39-.4-.9-.59-1.42-.59m-8.82 8-6.57 6.57.7.7c-.53.47-1.04 1.01-1.55 1.52-.78.79-.78 2.05 0 2.83s2.04.78 2.83 0c.51-.49 1.04-1.04 1.52-1.54l.7.69L14 13.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/greater-than-or-equal.svg b/mkdocs-material/material/templates/.icons/material/greater-than-or-equal.svg new file mode 100644 index 0000000..fc7bec1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/greater-than-or-equal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.5 2.27 20 10.14 6.5 18l-1-1.73 10.53-6.13L5.5 4zM20 20v2H5v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/greater-than.svg b/mkdocs-material/material/templates/.icons/material/greater-than.svg new file mode 100644 index 0000000..ead8952 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/greater-than.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m5.5 4.14-1 1.72L15 12 4.5 18.14l1 1.72L19 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/greenhouse.svg b/mkdocs-material/material/templates/.icons/material/greenhouse.svg new file mode 100644 index 0000000..ab17394 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/greenhouse.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3 4 9v12h16V9zm-2 7h4v9h-4zm6 0h2v3h-2zm-.67-2H8.67L12 5.5zM8 10v3H6v-3zm-2 5h2v4H6zm10 4v-4h2v4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/grid-large.svg b/mkdocs-material/material/templates/.icons/material/grid-large.svg new file mode 100644 index 0000000..3325cb2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/grid-large.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H4c-1.08 0-2-.9-2-2V4a2 2 0 0 1 2-2m0 2v7h7V4zm0 16h7v-7H4zm16 0v-7h-7v7zm0-16h-7v7h7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/grid-off.svg b/mkdocs-material/material/templates/.icons/material/grid-off.svg new file mode 100644 index 0000000..724a1a9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/grid-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 2.77 1.28 1.5 22.5 22.72 21.23 24l-2-2H4c-1.08 0-2-.9-2-2V4.77zM10 4v3.68l-2-2V4H6.32l-2-2H20a2 2 0 0 1 2 2v15.7l-2-2V16h-1.68l-2-2H20v-4h-4v3.68l-2-2V10h-1.68l-2-2H14V4zm6 0v4h4V4zm0 16h1.23L16 18.77zM4 8h1.23L4 6.77zm6 6h1.23L10 12.77zm4 6v-3.23l-.77-.77H10v4zm-6 0v-4H4v4zm0-6v-3.23L7.23 10H4v4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/grid.svg b/mkdocs-material/material/templates/.icons/material/grid.svg new file mode 100644 index 0000000..7ad2f81 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/grid.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 4v4h4V4zm6 0v4h4V4zm0 6v4h4v-4zm0 6v4h4v-4zm-2 4v-4h-4v4zm-6 0v-4H4v4zm0-6v-4H4v4zm0-6V4H4v4zm2 6h4v-4h-4zM4 2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H4c-1.08 0-2-.9-2-2V4a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/grill-outline.svg b/mkdocs-material/material/templates/.icons/material/grill-outline.svg new file mode 100644 index 0000000..ef45897 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/grill-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 22a3 3 0 1 0-2.82-4H9.14l1.99-3.06a6.4 6.4 0 0 0 1.74 0l1.02 1.56c.42-.5.96-.94 1.61-1.2l-.61-.93A7 7 0 0 0 19 8H5a7 7 0 0 0 4.12 6.37l-3.95 6.08a1 1 0 0 0 1.67 1.09l1-1.54h6.34A3 3 0 0 0 17 22m0-4a1 1 0 0 1 1 1c0 .55-.45 1-1 1s-1-.45-1-1a1 1 0 0 1 1-1m-9.58-8h9.16a5 5 0 0 1-9.16 0m1.99-3h1c.15-1.15.23-1.64-.91-2.96-.4-.5-.66-.77-.44-2.04h-.99a3.14 3.14 0 0 0 .89 2.96c.22.24.79.67.45 2.04m2.48 0h1c.15-1.15.23-1.64-.89-2.96-.42-.5-.68-.78-.46-2.04h-.99a3.14 3.14 0 0 0 .89 2.96c.23.24.8.67.45 2.04m2.52 0h1c.15-1.15.23-1.64-.91-2.96-.4-.5-.66-.77-.44-2.04h-.99a3.14 3.14 0 0 0 .89 2.96c.22.24.79.67.45 2.04"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/grill.svg b/mkdocs-material/material/templates/.icons/material/grill.svg new file mode 100644 index 0000000..49a1988 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/grill.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.06 2c-.18 1.17.11 2.16.89 2.97.5.5.66 1.17.47 2.03h.99c.12-.55.14-1 .04-1.45-.09-.42-.4-.92-.95-1.52-.45-.56-.61-1.23-.45-2.03zm2.49 0c-.19 1.17.11 2.16.89 2.97.5.5.65 1.17.47 2.03h.98c.11-.55.14-1 .05-1.45-.1-.42-.41-.92-.94-1.52-.47-.56-.62-1.23-.47-2.03zm2.53 0c-.19 1.17.11 2.16.89 2.97.5.5.64 1.17.42 2.03h1.03c.13-.55.14-1 .05-1.45-.09-.42-.41-.92-.94-1.52-.47-.56-.62-1.23-.47-2.03zM5 8c0 1.42.39 2.7 1.14 3.84a6.9 6.9 0 0 0 3 2.55l-3.98 6.05c-.1.12-.16.31-.16.56 0 .41.16.69.44.84.12.1.31.16.56.16.41 0 .69-.16.84-.44l.99-1.59h6.37c.21.58.59 1.08 1.08 1.45.5.38 1.08.58 1.72.58.83 0 1.53-.31 2.13-.91.59-.59.87-1.29.87-2.09 0-.83-.28-1.53-.87-2.12-.6-.6-1.3-.88-2.13-.88-.64 0-1.22.17-1.72.55-.5.37-.86.86-1.08 1.45H9.14l1.97-3.05c.16.05.45.05.89.05s.73 0 .89-.05l.99 1.55c.41-.54.96-.96 1.59-1.22l-.56-.89c1.12-.5 2.09-1.39 2.88-2.62C18.59 10.5 19 9.27 19 8zm12 10c.3 0 .53.09.72.28s.28.44.28.72c0 .27-.09.5-.28.71-.18.2-.44.29-.72.29-.26 0-.5-.09-.71-.29A1 1 0 0 1 16 19c0-.3.09-.53.29-.72.21-.19.44-.28.71-.28"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/group.svg b/mkdocs-material/material/templates/.icons/material/group.svg new file mode 100644 index 0000000..e25bcc6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/group.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 1v4h1v14H1v4h4v-1h14v1h4v-4h-1V5h1V1h-4v1H5V1m0 3h14v1h1v14h-1v1H5v-1H4V5h1m1 1v8h3v4h9V9h-4V6M8 8h4v4H8m6-1h2v5h-5v-2h3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/guitar-acoustic.svg b/mkdocs-material/material/templates/.icons/material/guitar-acoustic.svg new file mode 100644 index 0000000..31f57ef --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/guitar-acoustic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.59 3H22v2h-1.59l-4.24 4.24c-.37-.56-.85-1.04-1.41-1.41zM12 8a4 4 0 0 1 4 4 3.99 3.99 0 0 1-3 3.87V16a5 5 0 0 1-5 5 5 5 0 0 1-5-5 5 5 0 0 1 5-5h.13c.45-1.76 2.04-3 3.87-3m0 2.5a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5m-5.06 3.74-.71.7 2.83 2.83.71-.71z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/guitar-electric.svg b/mkdocs-material/material/templates/.icons/material/guitar-electric.svg new file mode 100644 index 0000000..685f150 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/guitar-electric.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.59 3H22v2h-1.59l-5.29 5.29-1.41-1.39zM12 9c.26 0 .5.1.71.3l2 2c.18.2.29.43.29.7l-.1.4-4 8c-.19.35-.54.53-.9.53-.35 0-.71-.18-.89-.53l-1.86-3.7-3.7-1.8c-.37-.2-.55-.55-.55-.9s.18-.7.55-.9l8-4c.14-.1.29-.1.45-.1m-2.65 2.82-.7.68 2.85 2.85.68-.7zm-1.41 1.41-.71.71 2.83 2.83.71-.71z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/guitar-pick-outline.svg b/mkdocs-material/material/templates/.icons/material/guitar-pick-outline.svg new file mode 100644 index 0000000..de07853 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/guitar-pick-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 4.1c-.9-.8-2-1.3-3.2-1.6-.3-.1-2.2-.5-3.6-.5h-.4c-1.4 0-3.4.4-3.7.5-1.1.3-2.2.8-3.1 1.6C3 5.9 3 8.7 4 11c1 2.5 2.1 4.7 3.6 6.9C8.8 19.6 10.1 22 12 22s3.2-2.4 4.5-4.1c1.5-2.1 2.6-4.4 3.6-6.9.9-2.3.9-5.1-1.1-6.9m-.8 6.1c-1.1 2.7-2.1 4.7-3.4 6.5-.2.2-.3.5-.5.7-.5.8-1.7 2.6-2.3 2.6-.7 0-1.8-1.7-2.4-2.6-.2-.2-.3-.5-.5-.7-1.2-1.8-2.3-3.8-3.4-6.5-.2-.7-1-3.2.6-4.7.5-.5 1.3-.8 2.3-1.1.4 0 2.1-.4 3.2-.4h.3c1.1 0 2.8.3 3.2.4 1 .3 1.8.6 2.3 1.1 1.7 1.5.9 4 .6 4.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/guitar-pick.svg b/mkdocs-material/material/templates/.icons/material/guitar-pick.svg new file mode 100644 index 0000000..d322bca --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/guitar-pick.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 4.1c-.9-.8-2-1.3-3.2-1.6-.3-.1-2.2-.5-3.6-.5h-.4c-1.4 0-3.4.4-3.7.5-1.1.3-2.2.8-3.1 1.6C3 5.9 3 8.7 4 11c1 2.5 2.1 4.7 3.6 6.9C8.8 19.6 10.1 22 12 22s3.2-2.4 4.5-4.1c1.5-2.1 2.6-4.4 3.6-6.9.9-2.3.9-5.1-1.1-6.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/guy-fawkes-mask.svg b/mkdocs-material/material/templates/.icons/material/guy-fawkes-mask.svg new file mode 100644 index 0000000..209673b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/guy-fawkes-mask.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13a9 9 0 0 1-9 9 9 9 0 0 1-9-9l.03-8.57C5.68 2.88 8.76 2 12.05 2c3.25 0 6.31.87 8.95 2.38zm-8 6.93c3.39-.49 6-3.43 6-6.93V5.59C16.9 4.57 14.54 4 12.05 4c-2.55 0-4.97.6-7.11 1.66L5 13c0 3.5 2.63 6.44 6 6.93V18h2zM11 16H8l-2-3 3 1h1l1-1h2l1 1h1l3-1-2 3h-3l-1-1zM6 9.03c.64-.63 1.5-.98 2.5-.98.95 0 1.84.35 2.5.98-.66.62-1.55.97-2.5.97-1 0-1.86-.35-2.5-.97m7 0c.64-.63 1.5-.98 2.5-.98.95 0 1.84.35 2.5.98-.66.62-1.55.97-2.5.97-1 0-1.86-.35-2.5-.97"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/gymnastics.svg b/mkdocs-material/material/templates/.icons/material/gymnastics.svg new file mode 100644 index 0000000..082057f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/gymnastics.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 6c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2M1 9h6l7-5 1.31 1.5-4.17 3H14L21.8 4 23 5.4 14.5 12 14 22h-2l-.5-10L8 11H1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hail.svg b/mkdocs-material/material/templates/.icons/material/hail.svg new file mode 100644 index 0000000..0929396 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hail.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 16h3v6H4zM19 2.39c-.08 1.47-.45 2.74-1.14 3.82S16.22 8 15 8.39V22h-2v-6h-2v6H9V10.08c-.28.09-.5.2-.61.33C7.45 11.16 7 12.19 7 13.5v.5H5v-.5c0-1.97.72-3.56 2.13-4.78C8.53 7.56 10.16 7 12 7c1.41 0 2.56-.36 3.47-1.05C16.5 5.11 17 3.95 17 2.5V2h2zM12 2a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hair-dryer-outline.svg b/mkdocs-material/material/templates/.icons/material/hair-dryer-outline.svg new file mode 100644 index 0000000..4e993e3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hair-dryer-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 12.73A70 70 0 0 0 17 11V4s-6.5-2-9.5-2a5.5 5.5 0 0 0-1.38 10.82L7 19h1a3 3 0 0 0 1.46 2.33A3.15 3.15 0 0 1 11 24h1a4.12 4.12 0 0 0-1.91-3.45C9.39 20 9 19.63 9 19h1M4 7.5A3.5 3.5 0 0 1 7.5 4 37 37 0 0 1 15 5.5v4A37 37 0 0 1 7.5 11 3.5 3.5 0 0 1 4 7.5M22 9a4.3 4.3 0 0 1-2.22-.55A3.4 3.4 0 0 0 18 8V7a4.3 4.3 0 0 1 2.22.55A3.4 3.4 0 0 0 22 8m0-2a3.4 3.4 0 0 1-1.78-.45A4.3 4.3 0 0 0 18 5v1a3.4 3.4 0 0 1 1.78.45A4.3 4.3 0 0 0 22 7m0 3a3.4 3.4 0 0 1-1.78-.45A4.3 4.3 0 0 0 18 9v1a3.4 3.4 0 0 1 1.78.45A4.3 4.3 0 0 0 22 11M9 7.5A1.5 1.5 0 1 1 7.5 6 1.5 1.5 0 0 1 9 7.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hair-dryer.svg b/mkdocs-material/material/templates/.icons/material/hair-dryer.svg new file mode 100644 index 0000000..f2e0676 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hair-dryer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 9a4.3 4.3 0 0 1-2.22-.55A3.4 3.4 0 0 0 18 8V7a4.3 4.3 0 0 1 2.22.55A3.4 3.4 0 0 0 22 8m0-2a3.4 3.4 0 0 1-1.78-.45A4.3 4.3 0 0 0 18 5v1a3.4 3.4 0 0 1 1.78.45A4.3 4.3 0 0 0 22 7m0 3a3.4 3.4 0 0 1-1.78-.45A4.3 4.3 0 0 0 18 9v1a3.4 3.4 0 0 1 1.78.45A4.3 4.3 0 0 0 22 11m-12 1.73A70 70 0 0 0 17 11V4s-6.5-2-9.5-2a5.5 5.5 0 0 0-1.38 10.82L7 19h1a3 3 0 0 0 1.46 2.33A3.15 3.15 0 0 1 11 24h1a4.12 4.12 0 0 0-1.91-3.45C9.39 20 9 19.63 9 19h1m-2.5-9A2.5 2.5 0 1 1 10 7.5 2.5 2.5 0 0 1 7.5 10"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/halloween.svg b/mkdocs-material/material/templates/.icons/material/halloween.svg new file mode 100644 index 0000000..2156b47 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/halloween.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.5 6c.97 0 1.87.5 2.61 1.38.55-.59 1.2-1.02 1.89-1.23V4a2 2 0 0 1 2-2h2v2h-2v2.15c.69.21 1.34.64 1.89 1.23C15.63 6.5 16.53 6 17.5 6 20 6 22 9.36 22 13.5S20 21 17.5 21c-.97 0-1.87-.5-2.61-1.38C14.08 20.5 13.08 21 12 21s-2.08-.5-2.89-1.38C8.37 20.5 7.47 21 6.5 21 4 21 2 17.64 2 13.5S4 6 6.5 6M9 10l-1.25 2.25h2.5zm6 0-1.25 2.25h2.5zm-7 7h2l1-1 1 1h2l1-1 1 1 1.5-3-3.58.62L13 16l-1-1h-2l-1 1-1-1-2-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hamburger-check.svg b/mkdocs-material/material/templates/.icons/material/hamburger-check.svg new file mode 100644 index 0000000..ab3a2c5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hamburger-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 9H3s0-6 9-6 9 6 9 6m-7.65 8H3v1c0 1.66 1.34 3 3 3h7.35c-.22-.63-.35-1.3-.35-2s.13-1.37.35-2m8.51-3.27A2 2 0 0 0 20 11h-9l-2.5 2L6 11H4c-1.1 0-2 .9-2 2s.9 2 2 2h10.54c1.1-1.22 2.69-2 4.46-2 1.04 0 2 .26 2.86.73m-.52 2.11-3.59 3.59-1.59-1.59L15 19l2.75 3 4.75-4.75z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hamburger-minus.svg b/mkdocs-material/material/templates/.icons/material/hamburger-minus.svg new file mode 100644 index 0000000..231f18e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hamburger-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 9H3s0-6 9-6 9 6 9 6m-7.65 8H3v1c0 1.66 1.34 3 3 3h7.35c-.22-.63-.35-1.3-.35-2s.13-1.37.35-2m8.51-3.27A2 2 0 0 0 20 11h-9l-2.5 2L6 11H4c-1.1 0-2 .9-2 2s.9 2 2 2h10.54c1.1-1.22 2.69-2 4.46-2 1.04 0 2 .26 2.86.73M15 18v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hamburger-off.svg b/mkdocs-material/material/templates/.icons/material/hamburger-off.svg new file mode 100644 index 0000000..2947209 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hamburger-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11a2 2 0 1 1 0 4h-1.8l-4-4zm.42 8.77v-.01L17.66 17h-.01l-2-2h.01l-4-4-2-2-7.27-7.27L1.11 3l3.01 3C3 7.5 3 9 3 9h4.11l2 2H4c-1.1 0-2 .9-2 2s.9 2 2 2h9.11l2 2H3v1c0 1.66 1.34 3 3 3h12c.33 0 .65-.07.94-.17l1.9 1.9 1.27-1.27zM21 9s0-6-9-6c-2.12 0-3.72.34-4.95.85L12.2 9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hamburger-plus.svg b/mkdocs-material/material/templates/.icons/material/hamburger-plus.svg new file mode 100644 index 0000000..19989f7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hamburger-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 9H3s0-6 9-6 9 6 9 6m-7.65 8H3v1c0 1.66 1.34 3 3 3h7.35c-.22-.63-.35-1.3-.35-2s.13-1.37.35-2m8.51-3.27A2 2 0 0 0 20 11h-9l-2.5 2L6 11H4c-1.1 0-2 .9-2 2s.9 2 2 2h10.54c1.1-1.22 2.69-2 4.46-2 1.04 0 2 .26 2.86.73M20 18v-3h-2v3h-3v2h3v3h2v-3h3v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hamburger-remove.svg b/mkdocs-material/material/templates/.icons/material/hamburger-remove.svg new file mode 100644 index 0000000..8538efb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hamburger-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 9H3s0-6 9-6 9 6 9 6m-7.65 8H3v1c0 1.66 1.34 3 3 3h7.35c-.22-.63-.35-1.3-.35-2s.13-1.37.35-2m8.51-3.27A2 2 0 0 0 20 11h-9l-2.5 2L6 11H4c-1.1 0-2 .9-2 2s.9 2 2 2h10.54c1.1-1.22 2.69-2 4.46-2 1.04 0 2 .26 2.86.73m.68 3.15-1.42-1.41L19 17.59l-2.12-2.12-1.41 1.41L17.59 19l-2.12 2.12 1.41 1.42L19 20.41l2.12 2.13 1.42-1.42L20.41 19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hamburger.svg b/mkdocs-material/material/templates/.icons/material/hamburger.svg new file mode 100644 index 0000000..b8a9d81 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hamburger.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 13c0 1.11-.89 2-2 2H4a2 2 0 1 1 0-4h9l2.5 2 2.5-2h2a2 2 0 0 1 2 2M12 3C3 3 3 9 3 9h18s0-6-9-6M3 18c0 1.66 1.34 3 3 3h12c1.66 0 3-1.34 3-3v-1H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hammer-screwdriver.svg b/mkdocs-material/material/templates/.icons/material/hammer-screwdriver.svg new file mode 100644 index 0000000..eb3646e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hammer-screwdriver.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.06 13.09 5.63 5.59-3.32 3.28-5.59-5.59v-.92l2.36-2.36zm.91-2.53L16 9.6l-4.79 4.8v1.97L5.58 22 2.3 18.68l5.59-5.59h1.97l.78-.78L6.8 8.46H5.5L2.69 5.62 5.31 3l2.8 2.8v1.31L12 10.95l2.66-2.66-.96-1.01L15 5.97h-2.66l-.65-.65L15 2l.66.66v2.66L16.97 4l3.28 3.28c1.09 1.1 1.09 2.89 0 3.98l-1.97-2.01z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hammer-sickle.svg b/mkdocs-material/material/templates/.icons/material/hammer-sickle.svg new file mode 100644 index 0000000..20bcd9b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hammer-sickle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 20.59 20.59 22l-3.14-3.14c-.56.37-1.15.7-1.79.92-1.66.58-3.46.62-5.13.1-1.03-.3-1.97-.83-2.78-1.51l-3.19 3.19c-.56.59-1.53.59-2.12 0-.58-.56-.58-1.56 0-2.12l3.38-3.38 2.65-.52a6.1 6.1 0 0 0 2.81 1.96c1.16.35 2.44.34 3.59-.04.29-.09.57-.2.83-.34L7.6 9l-1.77 1.78L3 7.95 7.95 3l4.24 1.41L9 7.6l8.31 8.29c.19-.18.34-.36.49-.56 1.5-1.97 1.62-4.91.29-7.33C16.78 5.57 14.5 3.55 12 2c1.41.5 2.76 1.17 4 2.04s2.43 1.89 3.33 3.21c.9 1.29 1.54 2.87 1.67 4.54.1 1.68-.34 3.44-1.3 4.86-.2.35-.46.63-.7.91z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hammer-wrench.svg b/mkdocs-material/material/templates/.icons/material/hammer-wrench.svg new file mode 100644 index 0000000..bed6120 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hammer-wrench.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m13.78 15.3 6 6 2.11-2.16-6-6zm3.72-5.2c-.39 0-.81-.05-1.14-.19L4.97 21.25l-2.11-2.11 7.41-7.4L8.5 9.96l-.72.7-1.45-1.41v2.86l-.7.7-3.52-3.56.7-.7h2.81l-1.4-1.41 3.56-3.56a2.976 2.976 0 0 1 4.22 0L9.89 5.74l1.41 1.4-.71.71 1.79 1.78 1.82-1.88c-.14-.33-.2-.75-.2-1.12a3.49 3.49 0 0 1 3.5-3.52c.59 0 1.11.14 1.58.42L16.41 6.2l1.5 1.5 2.67-2.67c.28.47.42.97.42 1.6 0 1.92-1.55 3.47-3.5 3.47"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hammer.svg b/mkdocs-material/material/templates/.icons/material/hammer.svg new file mode 100644 index 0000000..5c1d6d3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hammer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 19.63 13.43 8.2l-.71-.7 1.42-1.43L12 3.89c1.2-1.19 3.09-1.19 4.27 0l3.6 3.61-1.42 1.41h2.84l.71.71-3.55 3.59-.71-.71V9.62l-1.47 1.42-.71-.71L4.13 21.76z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hand-back-left-off-outline.svg b/mkdocs-material/material/templates/.icons/material/hand-back-left-off-outline.svg new file mode 100644 index 0000000..45022bb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hand-back-left-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.11 21.46 2.39 1.73 1.11 3l2.45 2.45C3.21 5.87 3 6.41 3 7v9c0 4.42 3.58 8 8 8 2.94 0 5.62-1.55 7.12-4l2.72 2.73zM11 22c-3.31 0-6-2.69-6-6V6.91l1 .98V12h2V9.89l1 1V12h1.11l6.54 6.54A6.35 6.35 0 0 1 11 22M8 4.8 6.21 3c.38-.88 1.26-1.5 2.29-1.5.23 0 .46.03.67.09C9.54.66 10.44 0 11.5 0c1.23 0 2.25.89 2.46 2.06.17-.06.35-.06.54-.06A2.5 2.5 0 0 1 17 4.5v5.89c.34-.31.76-.54 1.22-.66L19 9.5c.82-.21 1.69.11 2.18.85.38.57.4 1.31.15 1.95l-1.66 4.17-1.54-1.54 1.37-3.48-.5.14c-.5.12-.85.46-1 .91l-.66 1.64L15 11.8V4.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5v6.3l-2-2V2.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5v5.3l-2-2V4c0-.28-.22-.5-.5-.5S8 3.72 8 4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hand-back-left-off.svg b/mkdocs-material/material/templates/.icons/material/hand-back-left-off.svg new file mode 100644 index 0000000..d5346c6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hand-back-left-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.11 21.46 2.39 1.73 1.11 3l2.1 2.1c-.12.19-.21.4-.21.65V16c0 4.42 3.58 8 8 8 2.93 0 5.58-1.61 6.97-4.14l2.87 2.87zM5.5 12V7.39l1 1V12zm4.5 0H9v-1.11l1 1zm6 .8-2.5-2.5V3.25a1.25 1.25 0 0 1 2.5 0zm3.5 3.48-2.34-2.32 1-2.49c.22-.55.68-.97 1.24-1.16l.79-.26a1 1 0 0 1 1.24 1.32zM9 5.8 6.5 3.3v-.55a1.25 1.25 0 0 1 2.5 0zm3.5 3.5L10 6.8V1.25a1.25 1.25 0 0 1 2.5 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hand-back-left-outline.svg b/mkdocs-material/material/templates/.icons/material/hand-back-left-outline.svg new file mode 100644 index 0000000..7be7698 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hand-back-left-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 16c0 4.42 3.58 8 8 8 3.43 0 6.5-2.09 7.77-5.27l2.56-6.43c.25-.64.23-1.38-.15-1.95A2 2 0 0 0 19 9.5l-.78.23c-.46.12-.88.35-1.22.66V4.5A2.5 2.5 0 0 0 14.5 2c-.19 0-.37 0-.54.06A2.5 2.5 0 0 0 11.5 0c-1.06 0-1.96.66-2.33 1.59A2.5 2.5 0 0 0 6 4v.55c-.16-.05-.33-.05-.5-.05A2.5 2.5 0 0 0 3 7zm2-9c0-.28.22-.5.5-.5s.5.22.5.5v5h2V4c0-.28.22-.5.5-.5s.5.22.5.5v8h2V2.5c0-.28.22-.5.5-.5s.5.22.5.5V12h2V4.5c0-.28.22-.5.5-.5s.5.22.5.5V15h2l1-2.5c.15-.45.5-.79 1-.91l.5-.14L16.91 18c-.96 2.41-3.3 4-5.91 4-3.31 0-6-2.69-6-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hand-back-left.svg b/mkdocs-material/material/templates/.icons/material/hand-back-left.svg new file mode 100644 index 0000000..655b8d4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hand-back-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 16V5.75a1.25 1.25 0 0 1 2.5 0V12h1V2.75a1.25 1.25 0 0 1 2.5 0V12h1V1.25a1.25 1.25 0 0 1 2.5 0V12h1V3.25a1.25 1.25 0 0 1 2.5 0V15h.75l1.41-3.53c.22-.55.68-.97 1.24-1.16l.79-.26a1 1 0 0 1 1.24 1.32L18.4 19c-1.21 3-4.14 5-7.4 5-4.42 0-8-3.58-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hand-back-right-off-outline.svg b/mkdocs-material/material/templates/.icons/material/hand-back-right-off-outline.svg new file mode 100644 index 0000000..2a61309 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hand-back-right-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.11 21.46 2.39 1.73 1.11 3 7 8.89v1.5c-.34-.31-.76-.54-1.22-.66L5 9.5c-.82-.21-1.69.11-2.18.85-.38.57-.4 1.31-.15 1.95l2.56 6.43A8.36 8.36 0 0 0 13 24c2.5 0 4.7-1.15 6.17-2.94l1.67 1.67zM13 22a6.36 6.36 0 0 1-5.91-4L4.5 11.45l.5.14c.5.12.85.46 1 .91L7 15h2v-4.11l8.75 8.75A5.96 5.96 0 0 1 13 22M9 5.8 7.09 3.89A2.48 2.48 0 0 1 9.5 2c.19 0 .37 0 .54.06A2.5 2.5 0 0 1 12.5 0c1.06 0 1.96.66 2.33 1.59A2.5 2.5 0 0 1 18 4v.55c.16-.05.33-.05.5-.05A2.5 2.5 0 0 1 21 7v9c0 .56-.06 1.11-.17 1.63L19 15.8V7c0-.28-.22-.5-.5-.5s-.5.22-.5.5v5h-2V4c0-.28-.22-.5-.5-.5s-.5.22-.5.5v7.8l-2-2V2.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5v6.3l-2-2V4.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hand-back-right-off.svg b/mkdocs-material/material/templates/.icons/material/hand-back-right-off.svg new file mode 100644 index 0000000..1cd9278 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hand-back-right-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.84 22.73-1.67-1.67C17.7 22.85 15.5 24 13 24c-3.26 0-6.19-2-7.4-5l-3.03-7.63a1 1 0 0 1 1.24-1.32l.79.26c.56.19 1.02.61 1.24 1.16L7.25 15H8V9.89L1.11 3l1.28-1.27 19.72 19.73zM14 1.25a1.25 1.25 0 0 0-2.5 0V8.3l2.5 2.5zM21 16V5.75a1.25 1.25 0 0 0-2.5 0V12h-1V2.75a1.25 1.25 0 0 0-2.5 0v9.05l5.83 5.83c.11-.52.17-1.07.17-1.63M10.5 3.25a1.25 1.25 0 0 0-2.5 0V4.8l2.5 2.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hand-back-right-outline.svg b/mkdocs-material/material/templates/.icons/material/hand-back-right-outline.svg new file mode 100644 index 0000000..298bb39 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hand-back-right-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 7a2.5 2.5 0 0 0-2.5-2.5c-.17 0-.34 0-.5.05V4a2.5 2.5 0 0 0-3.17-2.41A2.51 2.51 0 0 0 12.5 0c-1.23 0-2.25.89-2.46 2.06C9.87 2 9.69 2 9.5 2A2.5 2.5 0 0 0 7 4.5v5.89c-.34-.31-.76-.54-1.22-.66L5 9.5c-.82-.21-1.69.11-2.18.85-.38.57-.4 1.31-.15 1.95l2.56 6.43A8.36 8.36 0 0 0 13 24c4.42 0 8-3.58 8-8zm-2 9c0 3.31-2.69 6-6 6a6.36 6.36 0 0 1-5.91-4L4.5 11.45l.5.14c.5.12.85.46 1 .91L7 15h2V4.5c0-.28.22-.5.5-.5s.5.22.5.5V12h2V2.5c0-.28.22-.5.5-.5s.5.22.5.5V12h2V4c0-.28.22-.5.5-.5s.5.22.5.5v8h2V7c0-.28.22-.5.5-.5s.5.22.5.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hand-back-right.svg b/mkdocs-material/material/templates/.icons/material/hand-back-right.svg new file mode 100644 index 0000000..ae7ac20 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hand-back-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 24c-3.26 0-6.19-2-7.4-5l-3.03-7.63a1 1 0 0 1 1.24-1.32l.79.26c.56.19 1.02.61 1.24 1.16L7.25 15H8V3.25a1.25 1.25 0 0 1 2.5 0V12h1V1.25a1.25 1.25 0 0 1 2.5 0V12h1V2.75a1.25 1.25 0 0 1 2.5 0V12h1V5.75a1.25 1.25 0 0 1 2.5 0V16c0 4.42-3.58 8-8 8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hand-clap-off.svg b/mkdocs-material/material/templates/.icons/material/hand-clap-off.svg new file mode 100644 index 0000000..8e2327c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hand-clap-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.11 21.46 2.39 1.73 1.11 3l1.86 1.86c-.25.1-.47.33-.47.64L2 11.79c-.13 2.04.77 3.99 2.35 5.21-.02-.88.11-1.79.42-2.67L6.8 8.69l1.17 1.17-1.79 4.98a6.09 6.09 0 0 0 1.72 6.63 6.13 6.13 0 0 0 8.66-.55l1.16-1.31 3.12 3.12zM5 9.84l-.5-.25.21-2.91V6.6l1.26 1.26zm4.59 3.91-.43-.38.61-1.71.88.88zm5.35-2.01 3.64-4.12c.35-.4.96-.44 1.35-.09.4.35.44.97.07 1.36l-3.7 4.21zm4.89-1.48c.35-.4.96-.44 1.35-.09.39.33.44.96.09 1.33L18.2 15l-1.35-1.35zm1.85 3.41c.4.33.43.96.08 1.33l-1.66 1.9-1.36-1.36 1.58-1.78c.35-.4.96-.44 1.36-.09M15.55 7c.35-.4.95-.44 1.36-.09.39.35.43.96.09 1.35l-2.6 2.94-1.36-1.36zm-3.89 1.46 2.3-4.71c.23-.47.81-.67 1.28-.44.48.23.68.81.44 1.28l-.38.78c-.33.13-.63.36-.87.63L12 8.78zM9.08 5.88 7.64 4.44l1.33-2.7c.23-.48.8-.67 1.28-.44.47.23.67.8.44 1.28zm.57.57 2.4-4.91a.95.95 0 0 1 1.28-.44c.48.23.67.8.45 1.28l-2.7 5.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hand-clap.svg b/mkdocs-material/material/templates/.icons/material/hand-clap.svg new file mode 100644 index 0000000..f71e5f4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hand-clap.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.9 21.47a6.09 6.09 0 0 1-1.72-6.63l2.13-5.93a.765.765 0 0 1 1.38-.13l.31.55c.24.39.29.87.14 1.3l-.98 2.74.43.38L15.55 7c.35-.4.95-.44 1.36-.09.39.35.43.96.09 1.35l-4.45 5.03.58.51 5.45-6.18c.35-.4.96-.44 1.35-.09.4.35.44.97.07 1.36l-5.44 6.18.58.51 4.69-5.32c.35-.4.96-.44 1.35-.09s.44.96.09 1.33l-4.69 5.34.57.51 3.17-3.59c.35-.4.96-.44 1.36-.09s.43.96.08 1.33l-5.2 5.92a6.13 6.13 0 0 1-8.66.55m3.69-12.25L14.43 6c.24-.27.54-.5.87-.63l.38-.78a.947.947 0 0 0-.44-1.28.964.964 0 0 0-1.28.44l-2.51 5.14c.05.11.11.22.14.33M11 8v.05l2.78-5.67a.965.965 0 0 0-.45-1.28.95.95 0 0 0-1.28.44L9.41 6.95c.65.11 1.22.48 1.59 1.05m-6.23 6.33L6.9 8.4c.27-.75.9-1.26 1.65-1.43l2.14-4.39a.96.96 0 0 0-.44-1.28.95.95 0 0 0-1.28.44L5 9.84l-.5-.25.21-2.91c.04-.45-.14-.9-.46-1.22L3.79 5c-.47-.43-1.24-.14-1.29.5L2 11.79c-.13 2.04.77 3.99 2.35 5.21-.02-.88.11-1.79.42-2.67"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hand-coin-outline.svg b/mkdocs-material/material/templates/.icons/material/hand-coin-outline.svg new file mode 100644 index 0000000..f08ff20 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hand-coin-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 2c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5m0 8c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3m3 6h-2c0-1.2-.75-2.28-1.87-2.7L8.97 11H1v11h6v-1.44l7 1.94 8-2.5v-1c0-1.66-1.34-3-3-3M5 20H3v-7h2zm8.97.41L7 18.5V13h1.61l5.82 2.17c.34.13.57.46.57.83 0 0-2-.05-2.3-.15l-2.38-.79-.63 1.9 2.38.79c.51.17 1.04.25 1.58.25H19c.39 0 .74.24.9.57z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hand-coin.svg b/mkdocs-material/material/templates/.icons/material/hand-coin.svg new file mode 100644 index 0000000..f6fd35b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hand-coin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 12c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5m5.45 5.6c-.39-.4-.88-.6-1.45-.6h-7l-2.08-.73.33-.94L13 16h2.8c.35 0 .63-.14.86-.37s.34-.51.34-.82c0-.54-.26-.91-.78-1.12L8.95 11H7v9l7 2 8.03-3c.01-.53-.19-1-.58-1.4M5 11H.984v11H5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hand-cycle.svg b/mkdocs-material/material/templates/.icons/material/hand-cycle.svg new file mode 100644 index 0000000..7ef85e4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hand-cycle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.5 13c-1.32 0-2.45.74-3.05 1.81l-3.22-2.63-2.27.82-1.09-1.68 1.34.37 2.66-2.19-.94-1.14-2.03 1.67L7.96 9h-.01c-.41-.15-.87-.11-1.26.14-.65.42-.86 1.25-.53 1.93-.21-.04-.43-.07-.66-.07C3 11 1 13 1 15.5S3 20 5.5 20s4.5-2 4.5-4.5c0-.13-.03-.25-.04-.38L13 14l3 2.5c0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5m-14 5.5c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3m14 0c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2M6.44 7.57c-.59-.57-.59-1.51 0-2.07.59-.61 1.53-.61 2.12 0 .59.56.59 1.5 0 2.07-.59.58-1.53.58-2.12 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hand-extended-outline.svg b/mkdocs-material/material/templates/.icons/material/hand-extended-outline.svg new file mode 100644 index 0000000..f8ac534 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hand-extended-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 15v1l-8 2.5-7-1.9V18H1V7h8l6.2 2.3c1 .4 1.8 1.5 1.8 2.7h2c1.7 0 3 1.3 3 3M5 16V9H3v7zm14.9-1.4q-.3-.6-.9-.6h-5.4c-.5 0-1.1-.1-1.6-.2L9.7 13l.6-1.9 2.4.8c.3 0 2.3.1 2.3.1 0-.4-.2-.7-.6-.8L8.6 9H7v5.5l7 1.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hand-extended.svg b/mkdocs-material/material/templates/.icons/material/hand-extended.svg new file mode 100644 index 0000000..c95f71f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hand-extended.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 13q.9 0 1.5.6c.3.4.5.9.5 1.4l-8 3-7-2V7h1.9l7.3 2.7c.5.2.8.6.8 1.1 0 .3-.1.6-.3.8s-.6.4-.9.4H13l-1.8-.7-.3.9 2.1.8zM1 7h4v11H1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hand-front-left-outline.svg b/mkdocs-material/material/templates/.icons/material/hand-front-left-outline.svg new file mode 100644 index 0000000..b130e4b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hand-front-left-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 10.5v5c0 4.69 3.81 8.5 8.5 8.5s8.5-3.81 8.5-8.5V7a2.5 2.5 0 0 0-2.5-2.5c-.17 0-.34 0-.5.05V4a2.5 2.5 0 0 0-3.17-2.41A2.51 2.51 0 0 0 11.5 0c-1.23 0-2.25.89-2.46 2.06C8.87 2 8.69 2 8.5 2A2.5 2.5 0 0 0 6 4.5v3.55C5.84 8 5.67 8 5.5 8A2.5 2.5 0 0 0 3 10.5m2 0c0-.28.22-.5.5-.5s.5.22.5.5V15c1.66 0 3 1.34 3 3h2c0-2.05-1.23-3.81-3-4.58V4.5c0-.28.22-.5.5-.5s.5.22.5.5V11h2V2.5c0-.28.22-.5.5-.5s.5.22.5.5V11h2V4c0-.28.22-.5.5-.5s.5.22.5.5v8h2V7c0-.28.22-.5.5-.5s.5.22.5.5v8.5a6.5 6.5 0 1 1-13 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hand-front-left.svg b/mkdocs-material/material/templates/.icons/material/hand-front-left.svg new file mode 100644 index 0000000..bedd3e9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hand-front-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 9.25v6.5C3 20.31 6.69 24 11.25 24s8.25-3.69 8.25-8.25v-10a1.25 1.25 0 0 0-2.5 0V12h-1V2.75a1.25 1.25 0 0 0-2.5 0V11h-1V1.25a1.25 1.25 0 0 0-2.5 0V11H9V3.25a1.25 1.25 0 0 0-2.5 0v10.78c1.97.25 3.5 1.93 3.5 3.97H9c0-1.65-1.35-3-3-3h-.5V9.25a1.25 1.25 0 0 0-2.5 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hand-front-right-outline.svg b/mkdocs-material/material/templates/.icons/material/hand-front-right-outline.svg new file mode 100644 index 0000000..80608eb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hand-front-right-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.5 8c-.17 0-.34 0-.5.05V4.5A2.5 2.5 0 0 0 15.5 2c-.19 0-.37 0-.54.06A2.5 2.5 0 0 0 12.5 0c-1.06 0-1.96.66-2.33 1.59A2.5 2.5 0 0 0 7 4v.55c-.16-.05-.33-.05-.5-.05A2.5 2.5 0 0 0 4 7v8.5c0 4.69 3.81 8.5 8.5 8.5s8.5-3.81 8.5-8.5v-5A2.5 2.5 0 0 0 18.5 8m.5 7.5a6.5 6.5 0 1 1-13 0V7c0-.28.22-.5.5-.5s.5.22.5.5v5h2V4c0-.28.22-.5.5-.5s.5.22.5.5v7h2V2.5c0-.28.22-.5.5-.5s.5.22.5.5V11h2V4.5c0-.28.22-.5.5-.5s.5.22.5.5v8.92c-1.77.77-3 2.53-3 4.58h2c0-1.66 1.34-3 3-3v-4.5c0-.28.22-.5.5-.5s.5.22.5.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hand-front-right.svg b/mkdocs-material/material/templates/.icons/material/hand-front-right.svg new file mode 100644 index 0000000..c13017f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hand-front-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.75 8c-.69 0-1.25.56-1.25 1.25V15H18c-1.65 0-3 1.35-3 3h-1c0-2.04 1.53-3.72 3.5-3.97V3.25a1.25 1.25 0 0 0-2.5 0V11h-1V1.25a1.25 1.25 0 0 0-2.5 0V11h-1V2.75a1.25 1.25 0 0 0-2.5 0V12H7V5.75a1.25 1.25 0 0 0-2.5 0v10c0 4.56 3.69 8.25 8.25 8.25S21 20.31 21 15.75v-6.5C21 8.56 20.44 8 19.75 8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hand-heart-outline.svg b/mkdocs-material/material/templates/.icons/material/hand-heart-outline.svg new file mode 100644 index 0000000..515cdc0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hand-heart-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 3.23Q17.065 2 18.7 2c.91 0 1.67.33 2.3 1s.96 1.43 1 2.3c0 .7-.33 1.51-1 2.46s-1.32 1.74-1.97 2.39q-.975.96-3.03 2.85-2.085-1.89-3.06-2.85c-.975-.96-1.31-1.44-1.97-2.39S10 6 10 5.3c0-.91.32-1.67.97-2.3s1.43-.96 2.34-1c1.07 0 1.96.41 2.69 1.23M22 19v1l-8 2.5-7-1.94V22H1V11h7.97l6.16 2.3A2.89 2.89 0 0 1 17 16h2c1.66 0 3 1.34 3 3M5 20v-7H3v7zm14.9-1.43c-.16-.33-.51-.57-.9-.57h-5.35c-.54 0-1.07-.08-1.58-.25l-2.38-.79.63-1.9 2.38.79c.3.1 2.3.15 2.3.15 0-.37-.23-.7-.57-.83L8.61 13H7v5.5l6.97 1.91z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hand-heart.svg b/mkdocs-material/material/templates/.icons/material/hand-heart.svg new file mode 100644 index 0000000..9f9e81f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hand-heart.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 17q.86 0 1.45.6t.58 1.4L14 22l-7-2v-9h1.95l7.27 2.69q.78.31.78 1.12 0 .47-.34.82t-.86.37H13l-1.75-.67-.33.94L13 17zM16 3.23Q17.06 2 18.7 2q1.36 0 2.3 1t1 2.3q0 1.03-1 2.46t-1.97 2.39T16 13q-2.08-1.89-3.06-2.85t-1.97-2.39T10 5.3q0-1.36.97-2.3t2.34-1q1.6 0 2.69 1.23M.984 11H5v11H.984z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hand-okay.svg b/mkdocs-material/material/templates/.icons/material/hand-okay.svg new file mode 100644 index 0000000..696b9e3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hand-okay.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m13.3 19.26 5.66-5.65 2.12 2.12-5.66 5.65zm3.2-8.13-3.1-3.08a1.7 1.7 0 0 0-.4-.29l-1.12-4.29a1.001 1.001 0 0 0-1.94.49L11 8.03 8.67 3.19c-.23-.5-.83-.69-1.33-.48-.5.24-.71.84-.47 1.34l1.69 3.54-3.37-3.34c-.39-.39-1.03-.39-1.42 0-.39.4-.38 1.03.01 1.42l3.72 3.7-.7.27-1.08.43-1.91 1.32s-.81 1.05-.88 1.5c-.08.45.79 2.71.79 2.71h.01c.16.34.5.58.9.58a1 1 0 0 0 1-1c0-.1-.03-.18-.06-.27l.02-.01L5 13.17l1.23-.98c.47.02 1.48.1 1.97.13 2.73 2.45.15 3.41.15 3.41l-3.46 1.06-.17.14a.94.94 0 0 0-.3.75l.02 1.07 6.43-.5c.38.01.74-.13 1.02-.4l4.61-4.6c.53-.54.55-1.55 0-2.12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hand-peace-variant.svg b/mkdocs-material/material/templates/.icons/material/hand-peace-variant.svg new file mode 100644 index 0000000..deb8b63 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hand-peace-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 19h8v3H7zm9.94-18c-.54-.09-1.07.25-1.18.8l-1.01 5.77c-.22-.03-.46-.07-.75-.1l-.43.03-1.16-5.7c-.1-.54-.63-.89-1.17-.8-.54.13-.89.66-.79 1.2l1.2 5.91-3.8 1.69c-.5.2-.85.73-.85 1.34v4.36c0 .8.73 1.5 1.5 1.5H15c.39 0 .74-.16 1-.43l.5-.41s.5-.38.5-.8V13s0-1.14-.87-1.7l1.58-9.1c.12-.54-.21-1.07-.77-1.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hand-peace.svg b/mkdocs-material/material/templates/.icons/material/hand-peace.svg new file mode 100644 index 0000000..584740c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hand-peace.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 19h8v3H7zm9.15-7-3.18-1.66a.5.5 0 0 0-.37.16l-.3.31.59 2.42-.98.24-1.19-4.97-1.47.68 1.04 4.29-.97.23-1-4.11-.47.21c-.5.2-.85.73-.85 1.34v4.36c0 .8.73 1.5 1.5 1.5H15c.39 0 .74-.16 1-.43l.5-.41s.5-.38.5-.8V13.7s0-1.14-.85-1.7m.79-11c-.54-.09-1.07.25-1.18.8l-1.07 6.17c-.22-.03-.31-.11-.61-.14l-.43.05-1.24-6.08a1.02 1.02 0 0 0-1.17-.8c-.55.13-.9.66-.79 1.2l1.2 5.91.35 1.56c.28-.2.61-.33.97-.33h.34l3 1.61 1.41-8.75c.11-.54-.22-1.07-.78-1.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hand-pointing-down.svg b/mkdocs-material/material/templates/.icons/material/hand-pointing-down.svg new file mode 100644 index 0000000..cd1cc23 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hand-pointing-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.9 21V11l-3.2 1.69-.2.03c-.31 0-.57-.12-.76-.32L5 11.63l4.9-4.2c.26-.27.6-.43 1-.43h6.5c.77 0 1.5.7 1.5 1.5v4.36c0 .61-.35 1.14-.85 1.34l-4.94 2.2-1.21.13V21a1 1 0 0 1-1 1 1 1 0 0 1-1-1m9-16h-8V2h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hand-pointing-left.svg b/mkdocs-material/material/templates/.icons/material/hand-pointing-left.svg new file mode 100644 index 0000000..c6bcf2e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hand-pointing-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 9h10l-1.69-3.2-.03-.22c0-.29.12-.55.32-.74l.77-.74 4.2 4.9c.27.26.43.61.43 1v6.5c0 .77-.7 1.5-1.5 1.5h-4.36c-.61 0-1.14-.35-1.34-.85l-2.2-4.94L7.47 11H3a1 1 0 0 1-1-1 1 1 0 0 1 1-1m16 9v-8h3v8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hand-pointing-right.svg b/mkdocs-material/material/templates/.icons/material/hand-pointing-right.svg new file mode 100644 index 0000000..f523d7a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hand-pointing-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 9a1 1 0 0 1 1 1 1 1 0 0 1-1 1h-4.47l-.13 1.21-2.2 4.94c-.2.5-.73.85-1.34.85H8.5c-.8 0-1.5-.73-1.5-1.5V10c0-.39.16-.74.43-1l4.2-4.9.77.74c.2.19.32.45.32.74l-.03.22L11 9zM2 18v-8h3v8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hand-pointing-up.svg b/mkdocs-material/material/templates/.icons/material/hand-pointing-up.svg new file mode 100644 index 0000000..5bc0b35 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hand-pointing-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 3v10l3.2-1.69.22-.03c.29 0 .55.12.74.32l.74.77-4.9 4.2c-.26.27-.61.43-1 .43H6.5c-.77 0-1.5-.7-1.5-1.5v-4.36c0-.61.35-1.14.85-1.34l4.94-2.2L12 7.47V3a1 1 0 0 1 1-1 1 1 0 0 1 1 1M5 19h8v3H5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hand-saw.svg b/mkdocs-material/material/templates/.icons/material/hand-saw.svg new file mode 100644 index 0000000..f9d9425 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hand-saw.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m9.8 17-3.9-5.4L20 2l2 3v3h-3v3h-3v3h-3v3m-3.3 1.7-.5 2.8-1.6 1.2c-.9.6-2.1.4-2.8-.5l-3.5-4.9c-.6-.9-.4-2.1.5-2.8l3.3-2.3zM4.6 15 3 16.1 6.5 21l1.6-1.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hand-wash-outline.svg b/mkdocs-material/material/templates/.icons/material/hand-wash-outline.svg new file mode 100644 index 0000000..e5929c1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hand-wash-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17 5 .62 1.37L19 7l-1.38.63L17 9l-.64-1.37L15 7l1.36-.63zm3 9c1.1 0 2-.9 2-2s-2-4-2-4-2 2.9-2 4 .9 2 2 2m-9-7.9V4h2c.57 0 1.1.17 1.55.45L16 3c-.85-.61-1.87-1-3-1H7.5v2H9v2.11A5.06 5.06 0 0 0 5.25 9.5h2.16C7.94 8.61 8.89 8 10 8c1.62 0 2.94 1.29 3 2.9l2 .75V11a5 5 0 0 0-4-4.9M22 19v1l-8 2.5-7-1.94V22H1V11h7.97l6.16 2.3A2.89 2.89 0 0 1 17 16h2c1.66 0 3 1.34 3 3M5 20v-7H3v7zm14.9-1.43c-.16-.33-.51-.57-.9-.57h-5.35c-.54 0-1.07-.08-1.58-.25l-2.38-.79.63-1.9 2.38.79c.3.1 2.3.15 2.3.15 0-.37-.23-.7-.57-.83L8.61 13H7v5.5l6.97 1.91z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hand-wash.svg b/mkdocs-material/material/templates/.icons/material/hand-wash.svg new file mode 100644 index 0000000..e9afe99 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hand-wash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17 5 .62 1.37L19 7l-1.38.63L17 9l-.64-1.37L15 7l1.36-.63zm-6 1.13V4h2c.57 0 1.1.17 1.55.45L16 3c-.85-.61-1.87-1-3-1H7.5v2H9v2.14A4.99 4.99 0 0 0 5.26 9.5h3.98L15 11.65v-.62a5 5 0 0 0-4-4.9M1 22h4V11H1zm19-5h-7l-2.09-.73.33-.94L13 16h2.82c.65 0 1.18-.53 1.18-1.18 0-.49-.31-.93-.77-1.11L8.97 11H7v9l7 2 8-3a2 2 0 0 0-2-2m0-3c1.1 0 2-.9 2-2s-2-4-2-4-2 2.9-2 4 .9 2 2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hand-water.svg b/mkdocs-material/material/templates/.icons/material/hand-water.svg new file mode 100644 index 0000000..15a748f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hand-water.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.42 22.5H5.33C3.5 22.5 2 21 2 19.17v-6.09c0-.9.36-1.75 1-2.37l5.63-5.54s1.03 1.05 1.04 1.08a.985.985 0 0 1 .11 1.16C9.77 7.44 8 10 8 10h10.67a1.25 1.25 0 0 1 0 2.5h-5.84v.83h7.92a1.25 1.25 0 0 1 0 2.5h-7.92v.84h7.09a1.25 1.25 0 0 1 0 2.5h-7.09V20h4.59a1.25 1.25 0 0 1 0 2.5M13.5 4.8S12 6.46 12 7.5c0 2 3 2 3 0 0-1.04-1.5-2.7-1.5-2.7m5-3.8S16 3.76 16 5.5c0 3.33 5 3.33 5 0C21 3.76 18.5 1 18.5 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hand-wave-outline.svg b/mkdocs-material/material/templates/.icons/material/hand-wave-outline.svg new file mode 100644 index 0000000..4dd89f1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hand-wave-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.03 4.95 3.5 8.5c-3.33 3.31-3.33 8.69 0 12s8.69 3.33 12 0l6-6c1-.97 1-2.56 0-3.54-.1-.12-.23-.23-.37-.32l.37-.39c1-.97 1-2.56 0-3.54-.14-.16-.33-.3-.5-.41.38-.92.21-2.02-.54-2.77-.87-.87-2.22-.96-3.2-.28a2.517 2.517 0 0 0-3.88-.42l-2.51 2.51c-.09-.14-.2-.27-.32-.39a2.53 2.53 0 0 0-3.52 0m1.41 1.42c.2-.2.51-.2.71 0s.2.51 0 .71l-3.18 3.18a3 3 0 0 1 0 4.24l1.41 1.41a5 5 0 0 0 1.12-5.36l6.3-6.3c.2-.2.51-.2.7 0s.21.51 0 .71l-4.59 4.6 1.41 1.41 6.01-6.01c.2-.2.51-.2.71 0s.2.51 0 .71l-6.01 6.01 1.41 1.41 4.95-4.95c.2-.2.51-.2.71 0s.2.51 0 .71l-5.66 5.65 1.41 1.42 3.54-3.54c.2-.2.51-.2.71 0s.2.51 0 .71l-6 6.01c-2.54 2.54-6.65 2.54-9.19 0s-2.54-6.65 0-9.19zM23 17c0 3.31-2.69 6-6 6v-1.5c2.5 0 4.5-2 4.5-4.5zM1 7c0-3.31 2.69-6 6-6v1.5c-2.5 0-4.5 2-4.5 4.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hand-wave.svg b/mkdocs-material/material/templates/.icons/material/hand-wave.svg new file mode 100644 index 0000000..e3bf6da --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hand-wave.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 17c0 3.31-2.69 6-6 6v-1.5c2.5 0 4.5-2 4.5-4.5zM1 7c0-3.31 2.69-6 6-6v1.5c-2.5 0-4.5 2-4.5 4.5zm7-2.68-4.59 4.6c-3.22 3.22-3.22 8.45 0 11.67s8.45 3.22 11.67 0l7.07-7.09c.49-.47.49-1.26 0-1.75a1.25 1.25 0 0 0-1.77 0l-4.42 4.42-.71-.71 6.54-6.54c.49-.49.49-1.28 0-1.77s-1.29-.49-1.79 0L14.19 13l-.69-.73 6.87-6.89c.49-.49.49-1.28 0-1.77s-1.28-.49-1.77 0l-6.89 6.89-.71-.7 5.5-5.48c.5-.49.5-1.28 0-1.77s-1.28-.49-1.77 0l-7.62 7.62a4 4 0 0 1-.33 5.28l-.71-.71a3 3 0 0 0 0-4.24l-.35-.35 4.07-4.07c.49-.49.49-1.28 0-1.77-.5-.48-1.29-.48-1.79.01"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/handball.svg b/mkdocs-material/material/templates/.icons/material/handball.svg new file mode 100644 index 0000000..17f8385 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/handball.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.83 10.43a6.93 6.93 0 0 1 2.56 4.43 6.64 6.64 0 0 1-.89 4.64l-1.72-1a5 5 0 0 0 .66-2.5 5.2 5.2 0 0 0-.98-2.94L9.18 23.93l-1.74-.98 3-5.2-1.73-.99-1.5 2.58-1.71-.98 5.13-8.91A7 7 0 0 1 8.8 5.46a6.9 6.9 0 0 1 .89-4.36l1.74 1.03a4.84 4.84 0 0 0-.52 3.77 4.74 4.74 0 0 0 2.3 3.03M16 5a2 2 0 1 0 2 2 2 2 0 0 0-2-2m-2.5-4A1.5 1.5 0 1 0 15 2.5 1.5 1.5 0 0 0 13.5 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/handcuffs.svg b/mkdocs-material/material/templates/.icons/material/handcuffs.svg new file mode 100644 index 0000000..24d31d8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/handcuffs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.24 6.76c-1.84-1.85-4.59-2.23-6.82-1.17l-.96-.96a.996.996 0 0 0-1.41 0l-.08.09C10.83 3.75 10 3 9 3c-1.1 0-2 .9-2 2 0 .09 0 .18.03.26C6.42 5.61 6 6.25 6 7c0 .46.16.87.42 1.21A.97.97 0 0 0 6 9v1.35c-2.33.82-4 3.04-4 5.65 0 3.31 2.69 6 6 6s6-2.69 6-6a5.99 5.99 0 0 0-4-5.65V9a.97.97 0 0 0-.42-.79c.26-.34.42-.75.42-1.21 0-.09 0-.18-.03-.26.18-.1.33-.24.46-.36C11.36 6.88 12 7.86 12 9v.08c.13.07.25.17.38.25.19-.42.45-.83.79-1.16a4.01 4.01 0 0 1 5.66 0 4.01 4.01 0 0 1 0 5.66c-.8.8-1.83 1.17-2.9 1.17.07.32.07.66.07 1s-.03.67-.07 1c1.57 0 3.12-.57 4.31-1.76a5.98 5.98 0 0 0 0-8.48M9 4c.55 0 1 .45 1 1 0 .33-.17.61-.42.79C9.22 5.31 8.65 5 8 5c0-.55.45-1 1-1M7.42 6.21c.36.48.93.79 1.58.79 0 .55-.45 1-1 1s-1-.45-1-1c0-.33.17-.61.42-.79M12 16c0 2.21-1.79 4-4 4s-4-1.79-4-4 1.79-4 4-4 4 1.79 4 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hands-pray.svg b/mkdocs-material/material/templates/.icons/material/hands-pray.svg new file mode 100644 index 0000000..841e48b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hands-pray.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.43 9.67c.04.11.07.21.07.33v5.22c0 .5-.19.98-.53 1.35l-2.79 3.05-3.4-3.4L6 15 8.8 2.86a1.114 1.114 0 0 1 2.2.25v4.96a2 2 0 0 0-.5-.07c-1.1 0-2 .9-2 2v3c0 .28.22.5.5.5s.5-.22.5-.5v-3c0-.55.45-1 1-1 .19 0 .35.07.5.16.12.07.21.16.3.26.03.04.06.08.08.13.02.04.04.08.05.12M2 19l4 3 1.17-1.27-3.45-3.45zm16-4L15.2 2.86a1.114 1.114 0 0 0-2.2.25v4.96c.16-.04.33-.07.5-.07 1.1 0 2 .9 2 2v3c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-3c0-.55-.45-1-1-1-.19 0-.35.07-.5.16-.12.07-.21.16-.29.26-.03.04-.07.08-.09.13-.02.04-.04.08-.05.12-.04.11-.07.21-.07.33v5.22c0 .5.19.98.53 1.35l2.79 3.05 3.4-3.4zm2.28 2.28-3.45 3.45L18 22l4-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/handshake-outline.svg b/mkdocs-material/material/templates/.icons/material/handshake-outline.svg new file mode 100644 index 0000000..d8ccb33 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/handshake-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.71 8.71c1.25-1.25.68-2.71 0-3.42l-3-3c-1.26-1.25-2.71-.68-3.42 0L13.59 4H11C9.1 4 8 5 7.44 6.15L3 10.59v4l-.71.7c-1.25 1.26-.68 2.71 0 3.42l3 3c.54.54 1.12.74 1.67.74.71 0 1.36-.35 1.75-.74l2.7-2.71H15c1.7 0 2.56-1.06 2.87-2.1 1.13-.3 1.75-1.16 2-2C21.42 14.5 22 13.03 22 12V9h-.59zM20 12c0 .45-.19 1-1 1h-1v1c0 .45-.19 1-1 1h-1v1c0 .45-.19 1-1 1h-4.41l-3.28 3.28c-.31.29-.49.12-.6.01l-2.99-2.98c-.29-.31-.12-.49-.01-.6L5 15.41v-4l2-2V11c0 1.21.8 3 3 3s3-1.79 3-3h7zm.29-4.71L18.59 9H11v2c0 .45-.19 1-1 1s-1-.55-1-1V8c0-.46.17-2 2-2h3.41l2.28-2.28c.31-.29.49-.12.6-.01l2.99 2.98c.29.31.12.49.01.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/handshake.svg b/mkdocs-material/material/templates/.icons/material/handshake.svg new file mode 100644 index 0000000..29c858f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/handshake.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 6h3l3.29-3.3a1 1 0 0 1 1.42 0l2.58 2.59a1 1 0 0 1 0 1.41L19 9h-8v2a1 1 0 0 1-1 1 1 1 0 0 1-1-1V8a2 2 0 0 1 2-2m-6 5v4l-2.29 2.29a1 1 0 0 0 0 1.41l2.58 2.59a1 1 0 0 0 1.42 0L11 17h4a1 1 0 0 0 1-1v-1h1a1 1 0 0 0 1-1v-1h1a1 1 0 0 0 1-1v-1h-7v1a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2V9Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hanger.svg b/mkdocs-material/material/templates/.icons/material/hanger.svg new file mode 100644 index 0000000..488143a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hanger.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 4a3.5 3.5 0 0 0-3.5 3.5h2A1.5 1.5 0 0 1 12 6a1.5 1.5 0 0 1 1.5 1.5A1.5 1.5 0 0 1 12 9c-.55 0-1 .45-1 1v1.75L2.4 18.2A1 1 0 0 0 3 20h18a1 1 0 0 0 .6-1.8L13 11.75v-.9a3.5 3.5 0 0 0 2.5-3.35A3.5 3.5 0 0 0 12 4m0 9.5 6 4.5H6Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hard-hat.svg b/mkdocs-material/material/templates/.icons/material/hard-hat.svg new file mode 100644 index 0000000..55e48f6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hard-hat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.87 12.15 9 6.46a9.9 9.9 0 0 1 6 0l-.87 5.69c-.07.49-.5.85-1 .85h-2.27a1 1 0 0 1-.99-.85M22 16c0-.79-.47-1.5-1.2-1.83A9.08 9.08 0 0 0 17 8.5l-1.76 4.84c-.14.4-.52.66-.94.66H9.7c-.42 0-.8-.26-.94-.66L7 8.5a9.09 9.09 0 0 0-3.8 5.66C2.47 14.5 2 15.2 2 16l6.45 1.84c.36.1.73.16 1.1.16h4.88c.37 0 .74-.06 1.1-.16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/harddisk-plus.svg b/mkdocs-material/material/templates/.icons/material/harddisk-plus.svg new file mode 100644 index 0000000..c5e8c6f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/harddisk-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 9a1 1 0 1 0 1 1 1 1 0 0 0-1-1m0 0a1 1 0 1 0 1 1 1 1 0 0 0-1-1m6-7H6a2 2 0 0 0-2 2v9.09A5.5 5.5 0 0 1 5 13a5.7 5.7 0 0 1 2 .36 6 6 0 1 1 8.71 1.33l-1.92-2.42a1 1 0 0 0-1.37-.37l-.86.5a1 1 0 0 0-.37 1.37L12.1 16a6.1 6.1 0 0 1-2.1-.38 6 6 0 0 1 .19 6.38H18a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2m-3.42 17.58-2.49-6.31.86-.5 4.22 5.31M12 11a1 1 0 1 0-1-1 1 1 0 0 0 1 1m-3 9H6v3H4v-3H1v-2h3v-3h2v3h3Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/harddisk-remove.svg b/mkdocs-material/material/templates/.icons/material/harddisk-remove.svg new file mode 100644 index 0000000..9f1bd90 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/harddisk-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 9a1 1 0 1 0 1 1 1 1 0 0 0-1-1m0 0a1 1 0 1 0 1 1 1 1 0 0 0-1-1m6-7H6a2 2 0 0 0-2 2v9.09A5.5 5.5 0 0 1 5 13a5.7 5.7 0 0 1 2 .36 6 6 0 1 1 8.71 1.33l-1.92-2.42a1 1 0 0 0-1.37-.37l-.86.5a1 1 0 0 0-.37 1.37L12.1 16a6.1 6.1 0 0 1-2.1-.38 6 6 0 0 1 .19 6.38H18a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2m-3.42 17.58-2.49-6.31.86-.5 4.22 5.31M12 11a1 1 0 1 0-1-1 1 1 0 0 0 1 1M7.12 22.54 5 20.41l-2.12 2.13-1.42-1.42L3.59 19l-2.13-2.12 1.42-1.42L5 17.59l2.12-2.13 1.42 1.42L6.41 19l2.13 2.12Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/harddisk.svg b/mkdocs-material/material/templates/.icons/material/harddisk.svg new file mode 100644 index 0000000..5eac20d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/harddisk.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 2h12a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m6 2a6 6 0 0 0-6 6c0 3.31 2.69 6 6.1 6l-.88-2.23a1.01 1.01 0 0 1 .37-1.37l.86-.5a1.01 1.01 0 0 1 1.37.37l1.92 2.42A5.98 5.98 0 0 0 18 10a6 6 0 0 0-6-6m0 5a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m-5 9a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1m5.09-4.73 2.49 6.31 2.59-1.5-4.22-5.31z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hat-fedora.svg b/mkdocs-material/material/templates/.icons/material/hat-fedora.svg new file mode 100644 index 0000000..e34d47d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hat-fedora.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.11 11.92q.03-.315.03-.63c0-3.43-1.43-7.15-2.86-7.15S13.42 5.57 12 5.57c-1.43 0-2.86-1.43-4.29-1.43s-2.85 3.65-2.85 7.15c0 .21 0 .42.02.63 2.34.53 4.72.8 7.12.79 2.45 0 4.83-.27 7.11-.79M3.45 18.18a29.7 29.7 0 0 0 17.09 0A2.142 2.142 0 0 0 22 16.17c0-.45-.14-.88-.39-1.25-.26-.36-.61-.63-1.05-.78-2.7.86-5.56 1.31-8.56 1.31S6.13 15 3.43 14.14c-.43.15-.78.43-1.04.79-.25.36-.39.79-.39 1.24 0 .94.61 1.73 1.45 2.01"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hazard-lights.svg b/mkdocs-material/material/templates/.icons/material/hazard-lights.svg new file mode 100644 index 0000000..cc7bf4f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hazard-lights.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 12 2.33 4H9.68zm0-4L6.21 18H17.8zm0-6L1 21h22zm0 4 7.53 13H4.47z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hdmi-port.svg b/mkdocs-material/material/templates/.icons/material/hdmi-port.svg new file mode 100644 index 0000000..0ec89f2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hdmi-port.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 7H3c-1.1 0-2 .9-2 2v5c0 1.1.9 2 2 2h1l1.4 1.4c.4.4.9.6 1.4.6h10.3c.5 0 1-.2 1.4-.6L20 16h1c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2M3 14V9h18v5h-1.8l-2 2H6.8l-2-2zm16-3H5v2h14z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hdr-off.svg b/mkdocs-material/material/templates/.icons/material/hdr-off.svg new file mode 100644 index 0000000..bec99e1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hdr-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.5 15v-2h1.1l.9 2H21l-.9-2.1c.5-.2.9-.8.9-1.4v-1c0-.8-.7-1.5-1.5-1.5H16v4.9l1.1 1.1zm0-4.5h2v1h-2zm-4.5 0v.4l1.5 1.5v-1.9c0-.8-.7-1.5-1.5-1.5h-1.9l1.5 1.5zm-3.5-1-7-7-1.1 1L6.9 9h-.4v2h-2V9H3v6h1.5v-2.5h2V15H8v-4.9l1.5 1.5V15h3.4l7.6 7.6 1.1-1.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hdr.svg b/mkdocs-material/material/templates/.icons/material/hdr.svg new file mode 100644 index 0000000..fb03a64 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hdr.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 11.5v-1c0-.8-.7-1.5-1.5-1.5H16v6h1.5v-2h1.1l.9 2H21l-.9-2.1c.5-.3.9-.8.9-1.4m-1.5 0h-2v-1h2zm-13-.5h-2V9H3v6h1.5v-2.5h2V15H8V9H6.5zM13 9H9.5v6H13c.8 0 1.5-.7 1.5-1.5v-3c0-.8-.7-1.5-1.5-1.5m0 4.5h-2v-3h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/head-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/head-alert-outline.svg new file mode 100644 index 0000000..40efaba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/head-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 3c3.9 0 7 3.1 7 7 0 2.8-1.6 5.2-4 6.3V21H9v-3H8c-1.1 0-2-.9-2-2v-3H4.5c-.4 0-.7-.5-.4-.8L6 9.7C6.2 5.9 9.2 3 13 3m0-2C8.4 1 4.6 4.4 4.1 8.9L2.5 11c-.6.8-.6 1.8-.2 2.6.4.7 1 1.2 1.7 1.3V16c0 1.9 1.3 3.4 3 3.9V23h11v-5.5c2.5-1.7 4-4.4 4-7.5 0-5-4-9-9-9m1 14h-2v-2h2zm0-4h-2V5h2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/head-alert.svg b/mkdocs-material/material/templates/.icons/material/head-alert.svg new file mode 100644 index 0000000..95119ff --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/head-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 3C9.2 3 6.2 5.9 6 9.7l-1.9 2.5c-.2.3 0 .8.4.8H6v3c0 1.1.9 2 2 2h1v3h7v-4.7c2.4-1.1 4-3.5 4-6.3 0-3.9-3.1-7-7-7m1 12h-2v-2h2v1m0-3h-2V5h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/head-check-outline.svg b/mkdocs-material/material/templates/.icons/material/head-check-outline.svg new file mode 100644 index 0000000..7315f5d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/head-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 3c3.88 0 7 3.14 7 7 0 2.8-1.63 5.19-4 6.31V21H9v-3H8c-1.11 0-2-.89-2-2v-3H4.5c-.42 0-.66-.5-.42-.81L6 9.66A7.003 7.003 0 0 1 13 3m0-2C8.42 1 4.61 4.43 4.06 8.91L2.5 11c-.58.72-.68 1.72-.26 2.59.36.72 1 1.21 1.76 1.36V16c0 1.86 1.28 3.43 3 3.87V23h11v-5.53c2.5-1.64 4-4.41 4-7.47 0-4.96-4.04-9-9-9m-.53 12L9 9.5l1.4-1.41 2.07 2.08L16.6 6 18 7.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/head-check.svg b/mkdocs-material/material/templates/.icons/material/head-check.svg new file mode 100644 index 0000000..5c63489 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/head-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 3C9.23 3 6.19 5.95 6 9.66l-1.92 2.53c-.24.31 0 .81.42.81H6v3c0 1.11.89 2 2 2h1v3h7v-4.69c2.37-1.12 4-3.51 4-6.31 0-3.86-3.12-7-7-7m-.53 10L9 9.5l1.4-1.41 2.07 2.08L16.6 6 18 7.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/head-cog-outline.svg b/mkdocs-material/material/templates/.icons/material/head-cog-outline.svg new file mode 100644 index 0000000..5da5704 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/head-cog-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 3c3.88 0 7 3.14 7 7 0 2.8-1.63 5.19-4 6.31V21H9v-3H8c-1.11 0-2-.89-2-2v-3H4.5c-.42 0-.66-.5-.42-.81L6 9.66A7.003 7.003 0 0 1 13 3m0-2C8.42 1 4.61 4.43 4.06 8.91L2.5 11c-.58.72-.68 1.72-.26 2.59.36.72 1 1.21 1.76 1.36V16c0 1.86 1.28 3.43 3 3.87V23h11v-5.53c2.5-1.64 4-4.41 4-7.47 0-4.96-4.04-9-9-9m3.1 8.42V9c0-.15 0-.24-.06-.38l.89-.66c.07-.04.07-.18.07-.28l-.82-1.36c-.05-.09-.18-.14-.28-.09l-.99.42c-.18-.19-.41-.33-.65-.42L14.1 5.2c-.03-.14-.1-.2-.22-.2h-1.59c-.1 0-.19.06-.19.2l-.14 1.03c-.23.09-.46.23-.66.42l-1.03-.42c-.09-.05-.17 0-.23.09l-.8 1.36c-.05.14-.05.24.05.28l.84.66c0 .14-.03.28-.03.38 0 .14.03.28.03.42l-.84.65c-.1.05-.1.14-.05.24l.8 1.4c.06.1.14.1.23.1l.99-.43c.24.19.42.29.7.38l.14 1.08c0 .09.09.16.19.16h1.59c.12 0 .19-.07.22-.16l.16-1.08c.24-.09.47-.19.65-.37l.99.42c.1 0 .23 0 .28-.1l.82-1.4c0-.1 0-.19-.07-.24zm-3 1.03c-.78 0-1.42-.66-1.42-1.45s.61-1.41 1.42-1.41c.78 0 1.44.61 1.44 1.41s-.66 1.45-1.44 1.45"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/head-cog.svg b/mkdocs-material/material/templates/.icons/material/head-cog.svg new file mode 100644 index 0000000..849d604 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/head-cog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 8.58c.78 0 1.44.61 1.44 1.42s-.66 1.44-1.44 1.44-1.42-.66-1.42-1.44.61-1.42 1.42-1.42M13 3c3.88 0 7 3.14 7 7 0 2.8-1.63 5.19-4 6.31V21H9v-3H8c-1.11 0-2-.89-2-2v-3H4.5c-.42 0-.66-.5-.42-.81L6 9.66A7.003 7.003 0 0 1 13 3m3 7c0-.16 0-.25-.06-.39l.89-.66c.05-.04.09-.18.05-.28l-.8-1.36c-.05-.09-.19-.14-.28-.09l-.99.42c-.18-.19-.42-.33-.65-.42L14 6.19c-.03-.14-.08-.19-.22-.19h-1.59c-.1 0-.19.05-.19.19l-.14 1.03c-.23.09-.47.23-.66.42l-1.03-.42c-.09-.05-.17 0-.23.09l-.8 1.36c-.05.14-.05.24.05.28l.84.66c0 .14-.03.28-.03.39 0 .13.03.27.03.41l-.84.65c-.1.05-.1.14-.05.24l.8 1.4c.06.1.14.1.23.1l.99-.43c.23.19.42.29.7.38l.14 1.08c0 .09.09.17.19.17h1.59c.14 0 .19-.08.22-.17l.16-1.08c.23-.09.47-.19.65-.37l.99.42c.09 0 .23 0 .28-.1l.8-1.4c.04-.1 0-.19-.05-.24l-.83-.65z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/head-dots-horizontal-outline.svg b/mkdocs-material/material/templates/.icons/material/head-dots-horizontal-outline.svg new file mode 100644 index 0000000..24f2616 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/head-dots-horizontal-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 3c3.9 0 7 3.1 7 7 0 2.8-1.6 5.2-4 6.3V21H9v-3H8c-1.1 0-2-.9-2-2v-3H4.5c-.4 0-.7-.5-.4-.8L6 9.7C6.2 5.9 9.2 3 13 3m0-2C8.4 1 4.6 4.4 4.1 8.9L2.5 11c-.6.8-.6 1.8-.2 2.6.4.7 1 1.2 1.7 1.3V16c0 1.9 1.3 3.4 3 3.9V23h11v-5.5c2.5-1.7 4-4.4 4-7.5 0-5-4-9-9-9m-3 9c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1m3 0c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1m3 0c-.5 0-1-.4-1-1s.5-1 1-1 1 .4 1 1-.5 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/head-dots-horizontal.svg b/mkdocs-material/material/templates/.icons/material/head-dots-horizontal.svg new file mode 100644 index 0000000..6e5b7ec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/head-dots-horizontal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 3C9.23 3 6.19 5.95 6 9.66l-1.92 2.53c-.24.31 0 .81.42.81H6v3c0 1.11.89 2 2 2h1v3h7v-4.69c2.37-1.12 4-3.51 4-6.31 0-3.86-3.12-7-7-7m-3 8c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1m3 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1m3 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/head-flash-outline.svg b/mkdocs-material/material/templates/.icons/material/head-flash-outline.svg new file mode 100644 index 0000000..6994dde --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/head-flash-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 3c3.9 0 7 3.1 7 7 0 2.8-1.6 5.2-4 6.3V21H9v-3H8c-1.1 0-2-.9-2-2v-3H4.5c-.4 0-.7-.5-.4-.8L6 9.7C6.2 5.9 9.2 3 13 3m0-2C8.4 1 4.6 4.4 4.1 8.9L2.5 11c-.6.8-.6 1.8-.2 2.6.4.7 1 1.2 1.7 1.3V16c0 1.9 1.3 3.4 3 3.9V23h11v-5.5c2.5-1.7 4-4.4 4-7.5 0-5-4-9-9-9m2 8-3.1 6 .6-4h-2.1l2.1-5H15l-1.5 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/head-flash.svg b/mkdocs-material/material/templates/.icons/material/head-flash.svg new file mode 100644 index 0000000..3c468a8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/head-flash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 3C9.2 3 6.2 6 6 9.7l-1.9 2.5c-.2.3 0 .8.4.8H6v3c0 1.1.9 2 2 2h1v3h7v-4.7c2.4-1.1 4-3.5 4-6.3 0-3.9-3.1-7-7-7m2 6-3.1 6 .6-4h-2l2-5H15l-1.5 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/head-heart-outline.svg b/mkdocs-material/material/templates/.icons/material/head-heart-outline.svg new file mode 100644 index 0000000..3afb071 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/head-heart-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 3c3.88 0 7 3.14 7 7 0 2.8-1.63 5.19-4 6.31V21H9v-3H8c-1.11 0-2-.89-2-2v-3H4.5c-.42 0-.66-.5-.42-.81L6 9.66A7.003 7.003 0 0 1 13 3m0-2C8.41 1 4.61 4.42 4.06 8.9L2.5 11h-.03l-.02.03c-.55.76-.62 1.76-.19 2.59.36.69 1 1.17 1.74 1.32V16c0 1.85 1.28 3.42 3 3.87V23h11v-5.5c2.5-1.67 4-4.44 4-7.5 0-4.97-4.04-9-9-9m4 7.83c0 1.54-1.36 2.77-3.42 4.64L13 14l-.58-.53C10.36 11.6 9 10.37 9 8.83c0-1.2.96-2.19 2.16-2.2h.04c.69 0 1.35.31 1.8.83.45-.52 1.11-.83 1.8-.83 1.2-.01 2.2.96 2.2 2.16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/head-heart.svg b/mkdocs-material/material/templates/.icons/material/head-heart.svg new file mode 100644 index 0000000..447b46f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/head-heart.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 3C9.23 3 6.19 5.95 6 9.66l-1.92 2.53c-.24.31 0 .81.42.81H6v3c0 1.11.89 2 2 2h1v3h7v-4.69c2.37-1.12 4-3.51 4-6.31 0-3.86-3.12-7-7-7m4 5.83c0 1.54-1.36 2.77-3.42 4.64L13 14l-.58-.53C10.36 11.6 9 10.37 9 8.83c0-1.2.96-2.19 2.16-2.2h.04c.69 0 1.35.31 1.8.83.45-.52 1.11-.83 1.8-.83 1.2-.01 2.2.96 2.2 2.16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/head-lightbulb-outline.svg b/mkdocs-material/material/templates/.icons/material/head-lightbulb-outline.svg new file mode 100644 index 0000000..0c09616 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/head-lightbulb-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 3c3.9 0 7 3.1 7 7 0 2.8-1.6 5.2-4 6.3V21H9v-3H8c-1.1 0-2-.9-2-2v-3H4.5c-.4 0-.7-.5-.4-.8L6 9.7C6.2 5.9 9.2 3 13 3m0-2C8.4 1 4.6 4.4 4.1 8.9L2.5 11c-.6.8-.6 1.8-.2 2.6.4.7 1 1.2 1.7 1.3V16c0 1.9 1.3 3.4 3 3.9V23h11v-5.5c2.5-1.7 4-4.4 4-7.5 0-5-4-9-9-9m1 13h-2v-1h2zm1.6-4.5c-.3.4-.6.8-1.1 1.1V12h-3v-1.4c-1.4-.8-1.9-2.7-1.1-4.1s2.7-1.9 4.1-1.1 1.9 2.7 1.1 4.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/head-lightbulb.svg b/mkdocs-material/material/templates/.icons/material/head-lightbulb.svg new file mode 100644 index 0000000..415a7c1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/head-lightbulb.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 3C9.23 3 6.19 5.95 6 9.66l-1.92 2.53c-.24.31 0 .81.42.81H6v3c0 1.11.89 2 2 2h1v3h7v-4.69c2.37-1.12 4-3.51 4-6.31 0-3.86-3.12-7-7-7m1 11h-2v-1h2zm1.6-4.5a3 3 0 0 1-1.1 1.08V12h-3v-1.42c-1.43-.83-1.93-2.66-1.1-4.08s2.67-1.94 4.1-1.12 1.93 2.67 1.1 4.12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/head-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/head-minus-outline.svg new file mode 100644 index 0000000..c579a74 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/head-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 3c3.9 0 7 3.1 7 7 0 2.8-1.6 5.2-4 6.3V21H9v-3H8c-1.1 0-2-.9-2-2v-3H4.5c-.4 0-.7-.5-.4-.8L6 9.7C6.2 5.9 9.2 3 13 3m0-2C8.4 1 4.6 4.4 4.1 8.9L2.5 11c-.6.7-.7 1.7-.3 2.6.4.7 1 1.2 1.8 1.4v1c0 1.9 1.3 3.4 3 3.9V23h11v-5.5c2.5-1.6 4-4.4 4-7.5 0-5-4-9-9-9m4 9H9V8h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/head-minus.svg b/mkdocs-material/material/templates/.icons/material/head-minus.svg new file mode 100644 index 0000000..aefb013 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/head-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 3C9.2 3 6.2 5.9 6 9.7l-1.9 2.5c-.2.3 0 .8.4.8H6v3c0 1.1.9 2 2 2h1v3h7v-4.7c2.4-1.1 4-3.5 4-6.3 0-3.9-3.1-7-7-7m4 7H9V8h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/head-outline.svg b/mkdocs-material/material/templates/.icons/material/head-outline.svg new file mode 100644 index 0000000..dc2cf71 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/head-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 1C8.4 1 4.6 4.4 4.1 8.9L2.5 11c-.5.8-.6 1.8-.2 2.6.4.7 1 1.2 1.7 1.3V16c0 1.8 1.3 3.4 3 3.9V23h11v-5.5c2.5-1.7 4-4.4 4-7.5 0-5-4-9-9-9m3 15.3V21H9v-3H8c-1.1 0-2-.9-2-2v-3H4.5c-.4 0-.7-.5-.4-.8L6 9.7C6.2 6 9.2 3 13 3c3.9 0 7 3.1 7 7 0 2.8-1.6 5.2-4 6.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/head-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/head-plus-outline.svg new file mode 100644 index 0000000..5026b09 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/head-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 3c3.9 0 7 3.1 7 7 0 2.8-1.6 5.2-4 6.3V21H9v-3H8c-1.1 0-2-.9-2-2v-3H4.5c-.4 0-.7-.5-.4-.8L6 9.7C6.2 5.9 9.2 3 13 3m0-2C8.4 1 4.6 4.4 4.1 8.9L2.5 11c-.6.7-.7 1.7-.3 2.6.4.7 1 1.2 1.8 1.4v1c0 1.9 1.3 3.4 3 3.9V23h11v-5.5c2.5-1.6 4-4.4 4-7.5 0-5-4-9-9-9m4 9h-3v3h-2v-3H9V8h3V5h2v3h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/head-plus.svg b/mkdocs-material/material/templates/.icons/material/head-plus.svg new file mode 100644 index 0000000..8f1e23a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/head-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 3C9.2 3 6.2 5.9 6 9.7l-1.9 2.5c-.2.3 0 .8.4.8H6v3c0 1.1.9 2 2 2h1v3h7v-4.7c2.4-1.1 4-3.5 4-6.3 0-3.9-3.1-7-7-7m4 7h-3v3h-2v-3H9V8h3V5h2v3h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/head-question-outline.svg b/mkdocs-material/material/templates/.icons/material/head-question-outline.svg new file mode 100644 index 0000000..2c27518 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/head-question-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 3c3.88 0 7 3.14 7 7 0 2.8-1.63 5.19-4 6.31V21H9v-3H8c-1.11 0-2-.89-2-2v-3H4.5c-.42 0-.66-.5-.42-.81L6 9.66A7.003 7.003 0 0 1 13 3m-2.68 4.39h1.93c.01-.3.1-.53.28-.69a1 1 0 0 1 .66-.23c.31 0 .57.1.75.28.18.19.26.45.26.75 0 .32-.07.59-.23.82-.14.23-.35.43-.61.59-.51.34-.86.64-1.05.91-.2.26-.31.68-.31 1.18h2c0-.31.04-.56.13-.74.09-.19.26-.36.51-.52.45-.24.82-.53 1.11-.93s.44-.81.44-1.31c0-.76-.27-1.37-.81-1.82-.53-.45-1.26-.68-2.19-.68-.87 0-1.57.2-2.11.59-.52.41-.78.98-.77 1.77zM12 14h2v-2h-2zm1-13C8.41 1 4.61 4.42 4.06 8.9L2.5 11h-.03l-.02.03c-.55.76-.62 1.76-.19 2.59.36.69 1 1.17 1.74 1.32V16c0 1.85 1.28 3.42 3 3.87V23h11v-5.5c2.5-1.67 4-4.44 4-7.5 0-4.97-4.04-9-9-9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/head-question.svg b/mkdocs-material/material/templates/.icons/material/head-question.svg new file mode 100644 index 0000000..721dcc9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/head-question.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 3C9.23 3 6.19 5.95 6 9.66l-1.92 2.53c-.24.31 0 .81.42.81H6v3c0 1.11.89 2 2 2h1v3h7v-4.69c2.37-1.12 4-3.51 4-6.31 0-3.86-3.12-7-7-7m1 11h-2v-2h2zm1.75-5.19c-.29.4-.66.69-1.11.93-.25.16-.42.33-.51.52-.09.18-.13.43-.13.74h-2c0-.5.11-.92.31-1.18.19-.27.54-.57 1.05-.91.26-.16.47-.36.61-.59.16-.23.23-.5.23-.82 0-.3-.08-.56-.26-.75-.18-.18-.44-.28-.75-.28a1 1 0 0 0-.66.23c-.18.16-.27.39-.28.69h-1.93l-.01-.03c-.01-.79.25-1.36.77-1.77.54-.39 1.24-.59 2.11-.59.93 0 1.66.23 2.19.68.54.45.81 1.06.81 1.82 0 .5-.15.91-.44 1.31"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/head-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/head-remove-outline.svg new file mode 100644 index 0000000..2840e5d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/head-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 3c3.9 0 7 3.1 7 7 0 2.8-1.6 5.2-4 6.3V21H9v-3H8c-1.1 0-2-.9-2-2v-3H4.5c-.4 0-.7-.5-.4-.8L6 9.7C6.2 5.9 9.2 3 13 3m0-2C8.4 1 4.6 4.4 4.1 8.9L2.5 11c-.6.7-.7 1.7-.3 2.6.4.7 1 1.2 1.8 1.4v1c0 1.9 1.3 3.4 3 3.9V23h11v-5.5c2.5-1.6 4-4.4 4-7.5 0-5-4-9-9-9m3.5 5.9L14.4 9l2.1 2.1-1.4 1.4-2.1-2.1-2.1 2.1-1.4-1.4L11.6 9 9.5 6.9l1.4-1.4L13 7.6l2.1-2.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/head-remove.svg b/mkdocs-material/material/templates/.icons/material/head-remove.svg new file mode 100644 index 0000000..7723e5c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/head-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 3C9.2 3 6.2 5.9 6 9.7l-1.9 2.5c-.2.3 0 .8.4.8H6v3c0 1.1.9 2 2 2h1v3h7v-4.7c2.4-1.1 4-3.5 4-6.3 0-3.9-3.1-7-7-7m2.1 9.5L13 10.4l-2.1 2.1-1.4-1.4L11.6 9 9.5 6.9l1.4-1.4L13 7.6l2.1-2.1 1.4 1.4L14.4 9l2.1 2.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/head-snowflake-outline.svg b/mkdocs-material/material/templates/.icons/material/head-snowflake-outline.svg new file mode 100644 index 0000000..b310fb1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/head-snowflake-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 3c3.88 0 7 3.14 7 7 0 2.8-1.63 5.19-4 6.31V21H9v-3H8c-1.11 0-2-.89-2-2v-3H4.5c-.42 0-.66-.5-.42-.81L6 9.66A7.003 7.003 0 0 1 13 3m0-2C8.41 1 4.61 4.42 4.06 8.9L2.5 11h-.03l-.02.03c-.55.76-.62 1.76-.19 2.59.36.69 1 1.17 1.74 1.32V16c0 1.85 1.28 3.42 3 3.87V23h11v-5.5c2.5-1.67 4-4.44 4-7.5 0-4.97-4.04-9-9-9m4.33 8.3-1.96.51 1.44 1.46c.35.34.35.92 0 1.27s-.93.35-1.27 0l-1.45-1.44-.52 1.96c-.12.49-.61.76-1.07.64a.91.91 0 0 1-.66-1.11l.53-1.96-1.96.53a.91.91 0 0 1-1.11-.66c-.12-.45.16-.95.64-1.07l1.96-.52-1.44-1.45a.9.9 0 0 1 1.27-1.27l1.46 1.44.51-1.96c.12-.49.62-.77 1.09-.64.49.13.77.62.64 1.1L14.9 8.1l1.97-.53c.48-.13.97.15 1.1.64.13.47-.15.97-.64 1.09"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/head-snowflake.svg b/mkdocs-material/material/templates/.icons/material/head-snowflake.svg new file mode 100644 index 0000000..5dd0779 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/head-snowflake.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 3C9.23 3 6.19 5.95 6 9.66l-1.92 2.53c-.24.31 0 .81.42.81H6v3c0 1.11.89 2 2 2h1v3h7v-4.69c2.37-1.12 4-3.51 4-6.31 0-3.86-3.12-7-7-7m4.06 6.57-1.96.52 1.44 1.45a.9.9 0 0 1 0 1.27.9.9 0 0 1-1.27 0l-1.46-1.44-.51 1.96c-.12.49-.62.77-1.09.64a.89.89 0 0 1-.64-1.1l.53-1.97-1.97.53a.887.887 0 0 1-1.1-.64c-.13-.47.15-.97.64-1.09l1.96-.51-1.44-1.46a.9.9 0 0 1 1.27-1.27l1.45 1.44.52-1.96a.88.88 0 0 1 1.07-.64c.5.13.78.62.66 1.11l-.53 1.96 1.96-.53a.91.91 0 0 1 1.11.66.88.88 0 0 1-.64 1.07"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/head-sync-outline.svg b/mkdocs-material/material/templates/.icons/material/head-sync-outline.svg new file mode 100644 index 0000000..0629d12 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/head-sync-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 3c3.88 0 7 3.14 7 7 0 2.8-1.63 5.19-4 6.31V21H9v-3H8c-1.11 0-2-.89-2-2v-3H4.5c-.42 0-.66-.5-.42-.81L6 9.66A7.003 7.003 0 0 1 13 3m0-2C8.41 1 4.61 4.42 4.06 8.9L2.5 11h-.03l-.02.03c-.55.76-.62 1.76-.19 2.59.36.69 1 1.17 1.74 1.32V16c0 1.85 1.28 3.42 3 3.87V23h11v-5.5c2.5-1.67 4-4.44 4-7.5 0-4.97-4.04-9-9-9m1 14v-1.5c-2.21 0-4-1.79-4-4 0-.82.25-1.58.67-2.21l1.09 1.09c-.17.34-.26.72-.26 1.12A2.5 2.5 0 0 0 14 12v-1.5l2.25 2.25zm3.33-3.29-1.09-1.09c.17-.34.26-.72.26-1.12A2.5 2.5 0 0 0 14 7v1.5l-2.25-2.25L14 4v1.5c2.21 0 4 1.79 4 4 0 .82-.25 1.58-.67 2.21"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/head-sync.svg b/mkdocs-material/material/templates/.icons/material/head-sync.svg new file mode 100644 index 0000000..c3de7f5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/head-sync.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 3C9.23 3 6.19 5.95 6 9.66l-1.92 2.53c-.24.31 0 .81.42.81H6v3c0 1.11.89 2 2 2h1v3h7v-4.69c2.37-1.12 4-3.51 4-6.31 0-3.86-3.12-7-7-7m0 12v-1.5c-2.21 0-4-1.79-4-4 0-.82.25-1.58.67-2.21l1.09 1.09c-.17.34-.26.72-.26 1.12A2.5 2.5 0 0 0 13 12v-1.5l2.25 2.25zm3.33-3.29-1.09-1.09c.17-.34.26-.72.26-1.12A2.5 2.5 0 0 0 13 7v1.5l-2.25-2.25L13 4v1.5c2.21 0 4 1.79 4 4 0 .82-.25 1.58-.67 2.21"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/head.svg b/mkdocs-material/material/templates/.icons/material/head.svg new file mode 100644 index 0000000..f1a4369 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/head.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 3C9.2 3 6.2 5.9 6 9.7l-1.9 2.5c-.2.3 0 .8.4.8H6v3c0 1.1.9 2 2 2h1v3h7v-4.7c2.4-1.1 4-3.5 4-6.3 0-3.9-3.1-7-7-7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/headphones-bluetooth.svg b/mkdocs-material/material/templates/.icons/material/headphones-bluetooth.svg new file mode 100644 index 0000000..e077444 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/headphones-bluetooth.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 6a6 6 0 0 0-6 6v4.8c0 .66.54 1.2 1.2 1.2H6v-4H4v-2a4 4 0 0 1 4-4 4 4 0 0 1 4 4v2h-2v4h2.8a1.2 1.2 0 0 0 1.2-1.2V12a6 6 0 0 0-6-6m11 1v3.79L16.71 8.5l-.71.71L18.79 12 16 14.79l.71.71L19 13.21V17h.5l2.85-2.86L20.21 12l2.14-2.15L19.5 7zm1 1.91.94.94-.94.94zm0 4.3.94.93-.94.94z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/headphones-box.svg b/mkdocs-material/material/templates/.icons/material/headphones-box.svg new file mode 100644 index 0000000..dffbae6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/headphones-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.2 18c-.66 0-1.2-.54-1.2-1.2V12a6 6 0 0 1 6-6 6 6 0 0 1 6 6v4.8a1.2 1.2 0 0 1-1.2 1.2H14v-4h2v-2a4 4 0 0 0-4-4 4 4 0 0 0-4 4v2h2v4m9-15H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/headphones-off.svg b/mkdocs-material/material/templates/.icons/material/headphones-off.svg new file mode 100644 index 0000000..d62359e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/headphones-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1a9 9 0 0 1 9 9v7c0 .62-.19 1.19-.5 1.67L15 13.18V12h4v-2a7 7 0 0 0-7-7c-2 0-3.77.82-5.04 2.14L5.55 3.72A8.96 8.96 0 0 1 12 1M2.78 3.5 20.5 21.22l-1.27 1.28-2.5-2.5H15v-1.73l-6-6V20H6a3 3 0 0 1-3-3v-7c0-1.11.2-2.18.57-3.16L1.5 4.77zm2.39 4.94C5.06 8.94 5 9.46 5 10v2h3.73z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/headphones-settings.svg b/mkdocs-material/material/templates/.icons/material/headphones-settings.svg new file mode 100644 index 0000000..65c5e5a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/headphones-settings.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1a9 9 0 0 1 9 9v7a3 3 0 0 1-3 3h-3v-8h4v-2a7 7 0 0 0-7-7 7 7 0 0 0-7 7v2h4v8H6a3 3 0 0 1-3-3v-7a9 9 0 0 1 9-9m3 23v-2h2v2zm-4 0v-2h2v2zm-4 0v-2h2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/headphones.svg b/mkdocs-material/material/templates/.icons/material/headphones.svg new file mode 100644 index 0000000..b8563c7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/headphones.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1c-5 0-9 4-9 9v7a3 3 0 0 0 3 3h3v-8H5v-2a7 7 0 0 1 7-7 7 7 0 0 1 7 7v2h-4v8h3a3 3 0 0 0 3-3v-7c0-5-4.03-9-9-9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/headset-dock.svg b/mkdocs-material/material/templates/.icons/material/headset-dock.svg new file mode 100644 index 0000000..502b9b4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/headset-dock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 18h7V6.13C7.27 6.57 6 8.14 6 10v1h2v6H6a2 2 0 0 1-2-2v-5a6 6 0 0 1 6-6h1a6 6 0 0 1 6 6v2h1V9h2v3a2 2 0 0 1-2 2h-1v1a2 2 0 0 1-2 2h-2v-6h2v-1c0-1.86-1.27-3.43-3-3.87V18h10v2H2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/headset-off.svg b/mkdocs-material/material/templates/.icons/material/headset-off.svg new file mode 100644 index 0000000..05b95eb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/headset-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m1.5 4.77 2.07 2.07C3.2 7.82 3 8.89 3 10v10a3 3 0 0 0 3 3h6v-2H5v-1h4v-7.73l6 6V20h1.73l2.5 2.5 1.27-1.28L2.78 3.5zM12 1a8.96 8.96 0 0 0-6.45 2.72l1.41 1.42A6.94 6.94 0 0 1 12 3a7 7 0 0 1 7 7v2h-4v1.18l5.5 5.49c.31-.48.5-1.05.5-1.67v-7a9 9 0 0 0-9-9M5 12v-2c0-.54.06-1.06.17-1.56L8.73 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/headset.svg b/mkdocs-material/material/templates/.icons/material/headset.svg new file mode 100644 index 0000000..735c9e7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/headset.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1c-5 0-9 4-9 9v7a3 3 0 0 0 3 3h3v-8H5v-2a7 7 0 0 1 7-7 7 7 0 0 1 7 7v2h-4v8h4v1h-7v2h6a3 3 0 0 0 3-3V10c0-5-4.03-9-9-9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/heart-box-outline.svg b/mkdocs-material/material/templates/.icons/material/heart-box-outline.svg new file mode 100644 index 0000000..f4d7591 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/heart-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 17-.72-.66C8.7 14 7 12.46 7 10.57c0-1.54 1.21-2.75 2.75-2.75.87 0 1.7.41 2.25 1.05.55-.64 1.38-1.05 2.25-1.05 1.54 0 2.75 1.21 2.75 2.75 0 1.89-1.7 3.43-4.28 5.77zM5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m0 2v14h14V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/heart-box.svg b/mkdocs-material/material/templates/.icons/material/heart-box.svg new file mode 100644 index 0000000..9e40477 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/heart-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m7 14 .72-.66C15.3 14 17 12.46 17 10.57c0-1.54-1.21-2.75-2.75-2.75-.87 0-1.7.41-2.25 1.05a3 3 0 0 0-2.25-1.05C8.21 7.82 7 9.03 7 10.57c0 1.89 1.7 3.43 4.28 5.77z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/heart-broken-outline.svg b/mkdocs-material/material/templates/.icons/material/heart-broken-outline.svg new file mode 100644 index 0000000..1e05639 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/heart-broken-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.5 5c.2 0 .4 0 .6.1l2.4 4.1-3.7 4.6C5.1 11.8 4 10.2 4 8.5 4 6.5 5.5 5 7.5 5m0-2C4.4 3 2 5.4 2 8.5c0 3.8 3.4 6.9 8.6 11.5l1.4 1.3-3-7 4-5-3.6-6C8.8 3.1 8.2 3 7.5 3m9 2c2 0 3.5 1.5 3.5 3.5 0 2.6-2.6 5.2-6.6 8.8l-.3-2.3 4.8-5.3-2.3-4.5c.3-.2.6-.2.9-.2m0-2c-1.3 0-2.6.5-3.6 1.3l2.6 5.1-4.5 5 1 7 1.4-1.3c5.2-4.7 8.6-7.8 8.6-11.5C22 5.4 19.6 3 16.5 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/heart-broken.svg b/mkdocs-material/material/templates/.icons/material/heart-broken.svg new file mode 100644 index 0000000..b7a15eb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/heart-broken.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 21.35-1.45-1.32C5.4 15.36 2 12.27 2 8.5 2 5.41 4.42 3 7.5 3c.67 0 1.32.12 1.94.33L13 9.35l-4 5zM16.5 3C19.58 3 22 5.41 22 8.5c0 3.77-3.4 6.86-8.55 11.53L12 21.35l-1-7 4.5-5-2.65-5.08C13.87 3.47 15.17 3 16.5 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/heart-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/heart-circle-outline.svg new file mode 100644 index 0000000..e52135d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/heart-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 2a8 8 0 0 1 8 8 8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8M9.75 7.82C8.21 7.82 7 9.03 7 10.57c0 1.89 1.7 3.43 4.28 5.77L12 17l.72-.66C15.3 14 17 12.46 17 10.57c0-1.54-1.21-2.75-2.75-2.75-.87 0-1.7.41-2.25 1.05a3 3 0 0 0-2.25-1.05"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/heart-circle.svg b/mkdocs-material/material/templates/.icons/material/heart-circle.svg new file mode 100644 index 0000000..a29a8bf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/heart-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.47 2 2 6.5 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2M9.75 7.82c.87 0 1.7.41 2.25 1.05.55-.64 1.38-1.05 2.25-1.05 1.54 0 2.75 1.21 2.75 2.75 0 1.89-1.7 3.43-4.28 5.77L12 17l-.72-.66C8.7 14 7 12.46 7 10.57c0-1.54 1.21-2.75 2.75-2.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/heart-cog-outline.svg b/mkdocs-material/material/templates/.icons/material/heart-cog-outline.svg new file mode 100644 index 0000000..58c2e9e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/heart-cog-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.5 5c-1.54 0-3.04 1-3.57 2.36h-1.86C10.54 6 9.04 5 7.5 5 5.5 5 4 6.5 4 8.5c0 2.89 3.14 5.74 7.89 10.05l.11.1v-.02.37c0 .71.12 1.4.32 2.06l-.32.29-1.45-1.32C5.4 15.36 2 12.27 2 8.5 2 5.41 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.08C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.41 22 8.5c0 1.3-.41 2.5-1.16 3.75-.59-.16-1.21-.25-1.84-.25h-.4c.9-1.21 1.4-2.35 1.4-3.5 0-2-1.5-3.5-3.5-3.5m7.33 15.64-1 1.73c-.07.13-.2.13-.33.13l-1.23-.5c-.27.18-.54.34-.84.47l-.19 1.32c-.02.12-.13.21-.24.21h-2c-.14 0-.24-.09-.26-.21l-.19-1.32c-.31-.12-.59-.29-.85-.47l-1.24.5c-.12 0-.25 0-.31-.13l-1-1.73a.26.26 0 0 1 .06-.32l1.06-.82a4.2 4.2 0 0 1 0-1l-1.06-.82a.25.25 0 0 1-.06-.32l1-1.73c.07-.13.2-.13.31-.13l1.24.5c.26-.18.55-.34.85-.47l.19-1.32A.26.26 0 0 1 18 14h2c.11 0 .22.09.23.21l.19 1.32c.31.12.58.29.85.47l1.23-.5c.13 0 .26 0 .32.13l1 1.73c.06.11.03.24-.06.32l-1.06.82c.03.17.04.33.04.5s-.02.33-.04.5l1.07.82c.09.08.12.21.06.32M20.5 19c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5.66 1.5 1.5 1.5c.83 0 1.5-.67 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/heart-cog.svg b/mkdocs-material/material/templates/.icons/material/heart-cog.svg new file mode 100644 index 0000000..d04626e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/heart-cog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 19c0 .71.12 1.4.32 2.06l-.32.29-1.45-1.32C5.4 15.36 2 12.27 2 8.5 2 5.41 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.08C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.41 22 8.5c0 1.3-.41 2.5-1.16 3.75-.59-.16-1.21-.25-1.84-.25-3.86 0-7 3.14-7 7m11.83 1.64-1 1.73c-.07.13-.2.13-.33.13l-1.23-.5c-.27.18-.54.34-.84.47l-.19 1.32c-.02.12-.13.21-.24.21h-2c-.14 0-.24-.09-.26-.21l-.19-1.32c-.31-.12-.59-.29-.85-.47l-1.24.5c-.12 0-.25 0-.31-.13l-1-1.73a.26.26 0 0 1 .06-.32l1.06-.82a4.2 4.2 0 0 1 0-1l-1.06-.82a.25.25 0 0 1-.06-.32l1-1.73c.07-.13.2-.13.31-.13l1.24.5c.26-.18.55-.34.85-.47l.19-1.32A.26.26 0 0 1 18 14h2c.11 0 .22.09.23.21l.19 1.32c.31.12.58.29.85.47l1.23-.5c.13 0 .26 0 .32.13l1 1.73c.06.11.03.24-.06.32l-1.06.82c.03.17.04.33.04.5s-.02.33-.04.5l1.07.82c.09.08.12.21.06.32M20.5 19c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5.66 1.5 1.5 1.5c.83 0 1.5-.67 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/heart-flash.svg b/mkdocs-material/material/templates/.icons/material/heart-flash.svg new file mode 100644 index 0000000..5f18dca --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/heart-flash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.5 2.83c-1.74 0-3.41.81-4.5 2.07-1.09-1.26-2.76-2.07-4.5-2.07-3.08 0-5.5 2.41-5.5 5.5 0 3.77 3.4 6.86 8.55 11.53L12 21.17l1.45-1.31C18.6 15.19 22 12.1 22 8.33c0-3.09-2.42-5.5-5.5-5.5m-4.5 15v-4H9l3-7v4h3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/heart-half-full.svg b/mkdocs-material/material/templates/.icons/material/heart-half-full.svg new file mode 100644 index 0000000..58b40fe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/heart-half-full.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.5 5c-1.5 0-2.92.91-3.5 2.2v10.54c4.25-3.87 7-6.54 7-9.24 0-2-1.5-3.5-3.5-3.5m0-2C19.58 3 22 5.41 22 8.5c0 3.77-3.4 6.86-8.55 11.53L12 21.35l-1.45-1.32C5.4 15.36 2 12.27 2 8.5 2 5.41 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.08C13.09 3.81 14.76 3 16.5 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/heart-half-outline.svg b/mkdocs-material/material/templates/.icons/material/heart-half-outline.svg new file mode 100644 index 0000000..3fc4854 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/heart-half-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 8.5c0 2.7 2.75 5.37 7 9.24V7.2C10.42 5.91 9 5 7.5 5 5.5 5 4 6.5 4 8.5m9-1.3v13.24l-1 .91-1.45-1.32C5.4 15.36 2 12.27 2 8.5 2 5.41 4.42 3 7.5 3 10 3 13 5 13 7.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/heart-half.svg b/mkdocs-material/material/templates/.icons/material/heart-half.svg new file mode 100644 index 0000000..18b07a9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/heart-half.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 7.2v13.24l-1 .91-1.45-1.32C5.4 15.36 2 12.27 2 8.5 2 5.41 4.42 3 7.5 3 10 3 13 5 13 7.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/heart-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/heart-minus-outline.svg new file mode 100644 index 0000000..652b1ee --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/heart-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12.67 20.74-.67.61-1.45-1.32C5.4 15.36 2 12.27 2 8.5 2 5.41 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.08C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.41 22 8.5c0 1.43-.5 2.76-1.38 4.11-.62-.3-1.31-.5-2.03-.57C19.5 10.8 20 9.65 20 8.5c0-2-1.5-3.5-3.5-3.5-1.54 0-3.04 1-3.57 2.36h-1.86C10.54 6 9.04 5 7.5 5 5.5 5 4 6.5 4 8.5c0 2.89 3.14 5.74 7.89 10.05l.11.1.04-.04c.08.76.3 1.48.63 2.13M14 17v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/heart-minus.svg b/mkdocs-material/material/templates/.icons/material/heart-minus.svg new file mode 100644 index 0000000..16fce2d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/heart-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 18c0 1 .25 1.92.67 2.74l-.67.61-1.45-1.32C5.4 15.36 2 12.27 2 8.5 2 5.41 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.08C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.41 22 8.5c0 1.43-.5 2.76-1.38 4.11-.79-.38-1.68-.61-2.62-.61-3.31 0-6 2.69-6 6m2-1v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/heart-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/heart-multiple-outline.svg new file mode 100644 index 0000000..30be122 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/heart-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 21.1-1.5 1.3c-6.6-5.9-10-9-10-12.8 0-1.2.4-2.3 1-3.2V7c0 4.7 3.9 8.2 10.5 14.1m1.6-4.1c4.7-4.3 7.9-7.1 8-10 0-2-1.5-3.5-3.5-3.5-1.6 0-3.1 1-3.6 2.4h-1.9C12 4.5 10.5 3.5 9 3.5 7 3.5 5.5 5 5.5 7c0 2.9 3.1 5.7 7.9 10l.1.1M18 1.5c3.1 0 5.5 2.4 5.5 5.5 0 3.7-3.4 6.8-10 12.8-6.6-5.9-10-9-10-12.8 0-3.1 2.4-5.5 5.5-5.5 1.7 0 3.4.8 4.5 2.1 1.1-1.3 2.8-2.1 4.5-2.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/heart-multiple.svg b/mkdocs-material/material/templates/.icons/material/heart-multiple.svg new file mode 100644 index 0000000..504be51 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/heart-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.5 20c-6.6-6.1-10-9.2-10-12.9C3.5 4 5.9 1.6 9 1.6c1.7 0 3.4.8 4.5 2.1 1.1-1.3 2.8-2.1 4.5-2.1 3.1 0 5.5 2.4 5.5 5.5 0 3.8-3.4 6.9-10 12.9M12 21.1C5.4 15.2 1.5 11.7 1.5 7v-.6c-.6.9-1 2-1 3.2 0 3.8 3.4 6.9 10 12.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/heart-off-outline.svg b/mkdocs-material/material/templates/.icons/material/heart-off-outline.svg new file mode 100644 index 0000000..28b900f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/heart-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.39 1.73 1.11 3l2.08 2.08C2.45 6 2 7.19 2 8.5c0 3.77 3.4 6.86 8.55 11.53L12 21.35l1.45-1.32c.87-.79 1.69-1.53 2.45-2.24L20 22l1.27-1.27m-9.17-2.18-.1.1-.11-.1C7.14 14.24 4 11.39 4 8.5c0-.76.22-1.44.61-2l9.89 9.87c-.76.69-1.55 1.41-2.4 2.18M8.3 5.1 6.33 3.13C6.7 3.05 7.1 3 7.5 3c1.74 0 3.41.81 4.5 2.08C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.41 22 8.5c0 2.34-1.31 4.42-3.53 6.77l-1.41-1.41C18.91 11.88 20 10.2 20 8.5c0-2-1.5-3.5-3.5-3.5-1.4 0-2.76.83-3.39 2h-2.22c-.51-.94-1.5-1.66-2.59-1.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/heart-off.svg b/mkdocs-material/material/templates/.icons/material/heart-off.svg new file mode 100644 index 0000000..457ab41 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/heart-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 4.27 2.28 3 20 20.72 18.73 22l-3.55-3.56-1.73 1.59L12 21.35l-1.45-1.32C5.4 15.36 2 12.27 2 8.5c0-.95.23-1.83.63-2.6zM7.5 3c1.74 0 3.41.81 4.5 2.08C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.41 22 8.5c0 2.57-1.58 4.82-4.21 7.47L5.27 3.45C5.95 3.16 6.7 3 7.5 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/heart-outline.svg b/mkdocs-material/material/templates/.icons/material/heart-outline.svg new file mode 100644 index 0000000..ea81ac6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/heart-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12.1 18.55-.1.1-.11-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04 1 3.57 2.36h1.86C13.46 6 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05M16.5 3c-1.74 0-3.41.81-4.5 2.08C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.41 2 8.5c0 3.77 3.4 6.86 8.55 11.53L12 21.35l1.45-1.32C18.6 15.36 22 12.27 22 8.5 22 5.41 19.58 3 16.5 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/heart-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/heart-plus-outline.svg new file mode 100644 index 0000000..1bf2fe0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/heart-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12.67 20.74-.67.61-1.45-1.32C5.4 15.36 2 12.27 2 8.5 2 5.41 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.08C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.41 22 8.5c0 1.43-.5 2.76-1.38 4.11-.62-.3-1.31-.5-2.03-.57C19.5 10.8 20 9.65 20 8.5c0-2-1.5-3.5-3.5-3.5-1.54 0-3.04 1-3.57 2.36h-1.86C10.54 6 9.04 5 7.5 5 5.5 5 4 6.5 4 8.5c0 2.89 3.14 5.74 7.89 10.05l.11.1.04-.04c.08.76.3 1.48.63 2.13M17 14v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/heart-plus.svg b/mkdocs-material/material/templates/.icons/material/heart-plus.svg new file mode 100644 index 0000000..d8ec7f7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/heart-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 18c0 1 .25 1.92.67 2.74l-.67.61-1.45-1.32C5.4 15.36 2 12.27 2 8.5 2 5.41 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.08C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.41 22 8.5c0 1.43-.5 2.76-1.38 4.11-.79-.38-1.68-.61-2.62-.61-3.31 0-6 2.69-6 6m7-4h-2v3h-3v2h3v3h2v-3h3v-2h-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/heart-pulse.svg b/mkdocs-material/material/templates/.icons/material/heart-pulse.svg new file mode 100644 index 0000000..dafd068 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/heart-pulse.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.5 4A5.5 5.5 0 0 0 2 9.5c0 .5.09 1 .22 1.5H6.3l1.27-3.37c.3-.8 1.48-.88 1.86 0L11.5 13l.59-1.42c.13-.33.48-.58.91-.58h8.78c.13-.5.22-1 .22-1.5A5.5 5.5 0 0 0 16.5 4c-1.86 0-3.5.93-4.5 2.34C11 4.93 9.36 4 7.5 4M3 12.5a1 1 0 0 0-1 1 1 1 0 0 0 1 1h2.44L11 20c1 .9 1 .9 2 0l5.56-5.5H21a1 1 0 0 0 1-1 1 1 0 0 0-1-1h-7.6l-.93 2.3c-.4 1.01-1.55.87-1.92.03L8.5 9.5l-.96 2.33c-.15.38-.49.67-.94.67z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/heart-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/heart-remove-outline.svg new file mode 100644 index 0000000..5852bc1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/heart-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12.67 20.74-.67.61-1.45-1.32C5.4 15.36 2 12.27 2 8.5 2 5.41 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.08C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.41 22 8.5c0 1.43-.5 2.76-1.38 4.11-.62-.3-1.31-.5-2.03-.57C19.5 10.8 20 9.65 20 8.5c0-2-1.5-3.5-3.5-3.5-1.54 0-3.04 1-3.57 2.36h-1.86C10.54 6 9.04 5 7.5 5 5.5 5 4 6.5 4 8.5c0 2.89 3.14 5.74 7.89 10.05l.11.1.04-.04c.08.76.3 1.48.63 2.13m7.45-6.28L18 16.59l-2.12-2.12-1.41 1.41L16.59 18l-2.12 2.12 1.41 1.42L18 19.41l2.12 2.13 1.42-1.42L19.41 18l2.13-2.12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/heart-remove.svg b/mkdocs-material/material/templates/.icons/material/heart-remove.svg new file mode 100644 index 0000000..6d5890e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/heart-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 18c0 1 .25 1.92.67 2.74l-.67.61-1.45-1.32C5.4 15.36 2 12.27 2 8.5 2 5.41 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.08C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.41 22 8.5c0 1.43-.5 2.76-1.38 4.11-.79-.38-1.68-.61-2.62-.61-3.31 0-6 2.69-6 6m9.54-2.12-1.42-1.41L18 16.59l-2.12-2.12-1.41 1.41L16.59 18l-2.12 2.12 1.41 1.42L18 19.41l2.12 2.13 1.42-1.42L19.41 18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/heart-search.svg b/mkdocs-material/material/templates/.icons/material/heart-search.svg new file mode 100644 index 0000000..107653e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/heart-search.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.3 14.9c.4-.7.7-1.5.7-2.4C20 10 18 8 15.5 8S11 10 11 12.5s2 4.5 4.5 4.5c.9 0 1.7-.3 2.4-.7l2.9 2.9 1.4-1.4zm-3.8.1c-1.4 0-2.5-1.1-2.5-2.5s1.1-2.5 2.5-2.5 2.5 1.1 2.5 2.5-1.1 2.5-2.5 2.5m-.8 3.9c-.4.4-.8.7-1.2 1.1L12 21.3 10.5 20C5.4 15.4 2 12.3 2 8.5 2 5.4 4.4 3 7.5 3c1.7 0 3.4.8 4.5 2.1C13.1 3.8 14.8 3 16.5 3 19.6 3 22 5.4 22 8.5c0 .7-.1 1.3-.3 2-.9-2.6-3.3-4.5-6.2-4.5C11.9 6 9 8.9 9 12.5c0 3.3 2.5 6 5.7 6.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/heart-settings-outline.svg b/mkdocs-material/material/templates/.icons/material/heart-settings-outline.svg new file mode 100644 index 0000000..539d3cc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/heart-settings-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 22h2v2H7zm4 2h2v-2h-2zm4 0h2v-2h-2zm7-15.5c0 3.77-3.4 6.86-8.55 11.53L12 21.35l-1.45-1.32C5.4 15.36 2 12.27 2 8.5 2 5.41 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.08C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.41 22 8.5m-2 0c0-2-1.5-3.5-3.5-3.5-1.54 0-3.04 1-3.57 2.36h-1.86C10.54 6 9.04 5 7.5 5 5.5 5 4 6.5 4 8.5c0 2.89 3.14 5.74 7.89 10.05l.11.1.1-.1C16.86 14.24 20 11.39 20 8.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/heart-settings.svg b/mkdocs-material/material/templates/.icons/material/heart-settings.svg new file mode 100644 index 0000000..d7a9479 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/heart-settings.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 22h2v2h-2zm-4 2h2v-2h-2zm-4 0h2v-2H7zm9.5-21c-1.74 0-3.41.81-4.5 2.08C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.41 2 8.5c0 3.77 3.4 6.86 8.55 11.53L12 21.35l1.45-1.32C18.6 15.36 22 12.27 22 8.5 22 5.41 19.58 3 16.5 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/heart.svg b/mkdocs-material/material/templates/.icons/material/heart.svg new file mode 100644 index 0000000..d78ef19 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/heart.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 21.35-1.45-1.32C5.4 15.36 2 12.27 2 8.5 2 5.41 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.08C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.41 22 8.5c0 3.77-3.4 6.86-8.55 11.53z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/heat-pump-outline.svg b/mkdocs-material/material/templates/.icons/material/heat-pump-outline.svg new file mode 100644 index 0000000..05c4c0e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/heat-pump-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m0 16H5V5h14zm-7-1c3.31 0 6-2.69 6-6s-2.69-6-6-6-6 2.69-6 6 2.69 6 6 6m-.75-2.08c-.55-.1-1.05-.32-1.5-.62l1.5-1.5zm1.5 0v-2.11l1.5 1.5c-.45.3-.95.51-1.5.61m2.56-1.67-1.5-1.5h2.11c-.1.55-.31 1.05-.61 1.5m.61-3h-2.11l1.5-1.5c.3.45.51.95.61 1.5m-3.17-3.17c.55.1 1.05.32 1.5.62l-1.5 1.5zM12 11c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1m-.75-2.92v2.11l-1.5-1.5c.45-.3.95-.51 1.5-.61M8.69 9.75l1.5 1.5H8.08c.1-.55.31-1.05.61-1.5m1.5 3-1.5 1.5c-.3-.44-.51-.95-.62-1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/heat-pump.svg b/mkdocs-material/material/templates/.icons/material/heat-pump.svg new file mode 100644 index 0000000..778c36a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/heat-pump.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m-6.25 4.08c.82.12 1.57.42 2.2.92l-2.2 2.19zm-1.5 0v3.11L9.05 8c.63-.5 1.38-.8 2.2-.92M8 9.05l2.19 2.2H7.08c.12-.82.42-1.57.92-2.2m-.92 3.7h3.11L8 14.95c-.5-.63-.8-1.38-.92-2.2m4.17 4.17c-.82-.12-1.57-.42-2.2-.92l2.2-2.19zM12 13c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1m.75 3.92v-3.11l2.2 2.19c-.63.5-1.38.8-2.2.92M16 14.95l-2.19-2.2h3.11c-.12.82-.42 1.57-.92 2.2m-2.19-3.7L16 9.05c.5.64.8 1.39.92 2.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/heat-wave.svg b/mkdocs-material/material/templates/.icons/material/heat-wave.svg new file mode 100644 index 0000000..9b4e462 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/heat-wave.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m8.5 4.5-3.1 5 3.1 5.2-3.3 5.8-1.8-.9 2.7-4.9L3 9.5l3.7-5.9zm6.2-.1-3.1 5.1 3.1 5-3.3 5.8-1.8-.9 2.7-4.9-3.1-5 3.7-6zm6.3 0-3.1 5.1 3.1 5-3.3 5.8-1.8-.9 2.7-4.9-3.1-5 3.7-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/heating-coil.svg b/mkdocs-material/material/templates/.icons/material/heating-coil.svg new file mode 100644 index 0000000..fc2dbde --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/heating-coil.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 17c1.21 0 3-.8 3-3s-1.79-3-3-3h-2V9h2c2.2 0 3-1.79 3-3 0-2.2-1.79-3-3-3h-2V2h-1v1H8V2H7v1H2v2h5v2H5c-1.21 0-3 .8-3 3s1.79 3 3 3h2v2H5c-1.21 0-3 .8-3 3s1.79 3 3 3h2v1h1v-1h8v1h1v-1h5v-2h-5v-2zm0-4c.45 0 1 .19 1 1s-.55 1-1 1h-2v-2zm-3-2H8V9h8zm3-6c.45 0 1 .2 1 1 0 .45-.19 1-1 1h-2V5zM8 5h8v2H8zm-3 6c-.45 0-1-.19-1-1s.55-1 1-1h2v2zm3 2h8v2H8zm-3 6c-.45 0-1-.19-1-1s.55-1 1-1h2v2zm11 0H8v-2h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/helicopter.svg b/mkdocs-material/material/templates/.icons/material/helicopter.svg new file mode 100644 index 0000000..117744c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/helicopter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3h14v2H3zm20 3v4.5l-8.25 1.7A3.5 3.5 0 0 1 13 16.66V19h3v2H4a3 3 0 0 1-3-3v-1h2v1a1 1 0 0 0 1 1h1v-2.26c-1.75-.61-3-2.28-3-4.24C2 10 4 8 6.5 8H9V6h2v2h10V6zM11 19v-2H7v2zm-3.5-9c-1.38 0-2.5.9-2.5 2s1.12 2 2.5 2 2.5-.9 2.5-2-1.12-2-2.5-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/help-box-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/help-box-multiple-outline.svg new file mode 100644 index 0000000..47e56db --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/help-box-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 16V4H8v12zm2 0c0 1.1-.9 2-2 2H8c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h12c1.1 0 2 .9 2 2zm-6 4v2H4c-1.1 0-2-.9-2-2V7h2v13zM14.2 5q-1.35 0-2.1.6c-.5.4-.8 1-.8 1.8h1.9c0-.3.1-.5.3-.7.2-.1.4-.2.7-.2s.6.1.8.3.3.4.3.8c0 .3-.1.6-.2.8s-.4.4-.6.6c-.5.3-.9.6-1 .9-.4.2-.5.6-.5 1.1h2c0-.3 0-.6.1-.7.1-.2.3-.4.5-.5.4-.2.8-.5 1.1-.9.3-.5.5-.9.5-1.4 0-.8-.3-1.4-.8-1.8-.5-.5-1.3-.7-2.2-.7M13 12v2h2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/help-box-multiple.svg b/mkdocs-material/material/templates/.icons/material/help-box-multiple.svg new file mode 100644 index 0000000..c3d826c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/help-box-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 20v2H4c-1.1 0-2-.9-2-2V7h2v13zm4-18H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m-5 12h-2v-2h2zm1.8-5.2c-.3.4-.7.7-1.1.9-.2.2-.4.3-.5.5-.2.2-.2.5-.2.8h-2q0-.75.3-1.2c.2-.3.5-.6 1-.9q.45-.3.6-.6c.2-.2.2-.5.2-.8s-.1-.6-.3-.8-.4-.3-.8-.3c-.3 0-.5.1-.7.2-.2.2-.3.4-.3.7h-1.9c0-.8.2-1.4.8-1.8.7-.3 1.4-.5 2.3-.5s1.7.2 2.2.7.8 1.1.8 1.8c0 .5-.2.9-.4 1.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/help-box-outline.svg b/mkdocs-material/material/templates/.icons/material/help-box-outline.svg new file mode 100644 index 0000000..f78b585 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/help-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 18h2v-2h-2zm1-12c-2.2 0-4 1.8-4 4h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.8-3 5h2c0-2.2 3-2.5 3-5 0-2.2-1.8-4-4-4m7-1v14H5V5zm0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/help-box.svg b/mkdocs-material/material/templates/.icons/material/help-box.svg new file mode 100644 index 0000000..2a8ec72 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/help-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 18h2v-2h-2zm1-12a4 4 0 0 0-4 4h2a2 2 0 0 1 2-2 2 2 0 0 1 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5a4 4 0 0 0-4-4M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/help-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/help-circle-outline.svg new file mode 100644 index 0000000..18018d7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/help-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 18h2v-2h-2zm1-16A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m0-14a4 4 0 0 0-4 4h2a2 2 0 0 1 2-2 2 2 0 0 1 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5a4 4 0 0 0-4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/help-circle.svg b/mkdocs-material/material/templates/.icons/material/help-circle.svg new file mode 100644 index 0000000..ae9d368 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/help-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.07 11.25-.9.92C13.45 12.89 13 13.5 13 15h-2v-.5c0-1.11.45-2.11 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41a2 2 0 0 0-2-2 2 2 0 0 0-2 2H8a4 4 0 0 1 4-4 4 4 0 0 1 4 4 3.2 3.2 0 0 1-.93 2.25M13 19h-2v-2h2M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10c0-5.53-4.5-10-10-10"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/help-network-outline.svg b/mkdocs-material/material/templates/.icons/material/help-network-outline.svg new file mode 100644 index 0000000..08efae4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/help-network-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 20a1 1 0 0 0-1-1h-1v-2h4a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h4v2h-1a1 1 0 0 0-1 1H2v2h7a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1h7v-2zm-8-5V5h10v10zm4.95-9c-.78 0-1.4.18-1.88.5-.46.39-.69.9-.68 1.6l.01.03h1.71c.01-.27.09-.48.25-.63.14-.12.36-.19.59-.19.27 0 .5.09.66.25.16.17.24.4.24.66 0 .28-.07.53-.21.73-.14.21-.31.38-.54.55-.45.28-.76.55-.93.79-.17.21-.28.6-.28 1.04h1.78c0-.27.03-.49.11-.65.08-.18.22-.32.46-.47.4-.21.73-.47.98-.82.28-.36.4-.72.4-1.17 0-.67-.24-1.22-.72-1.61-.48-.41-1.13-.61-1.95-.61m-1.06 6.22V14h1.78v-1.78z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/help-network.svg b/mkdocs-material/material/templates/.icons/material/help-network.svg new file mode 100644 index 0000000..f82e93f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/help-network.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 3a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-4v2h1a1 1 0 0 1 1 1h7v2h-7a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1H2v-2h7a1 1 0 0 1 1-1h1v-2H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm-4.81 2c-.87 0-1.57.2-2.11.59-.52.41-.78.98-.77 1.77l.01.03h1.93c.01-.3.1-.53.28-.69a1 1 0 0 1 .66-.23c.31 0 .57.1.75.28.18.19.26.45.26.75 0 .32-.07.59-.23.82-.14.23-.35.43-.61.59-.51.34-.86.64-1.05.91-.2.26-.31.68-.31 1.18h2c0-.31.04-.56.13-.74.09-.19.26-.36.51-.52.45-.24.82-.53 1.11-.93s.44-.81.44-1.31c0-.76-.27-1.37-.81-1.82-.53-.45-1.26-.68-2.19-.68M11 12v2h2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/help-rhombus-outline.svg b/mkdocs-material/material/templates/.icons/material/help-rhombus-outline.svg new file mode 100644 index 0000000..4f90f9b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/help-rhombus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 15.5h1.5V17H11zm1-8.55c2.7.11 3.87 2.83 2.28 4.86-.42.5-1.09.83-1.43 1.26-.35.43-.35.93-.35 1.43H11c0-.85 0-1.56.35-2.06.33-.5 1-.8 1.42-1.13 1.23-1.13.91-2.72-.77-2.85-.82 0-1.5.67-1.5 1.51H9c0-1.67 1.35-3.02 3-3.02M12 2c-.5 0-1 .19-1.41.59l-8 8c-.79.78-.79 2.04 0 2.82l8 8c.78.79 2.04.79 2.82 0l8-8c.79-.78.79-2.04 0-2.82l-8-8C13 2.19 12.5 2 12 2m0 2 8 8-8 8-8-8Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/help-rhombus.svg b/mkdocs-material/material/templates/.icons/material/help-rhombus.svg new file mode 100644 index 0000000..5005dac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/help-rhombus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c-.5 0-1 .19-1.41.59l-8 8c-.79.78-.79 2.04 0 2.82l8 8c.78.79 2.04.79 2.82 0l8-8c.79-.78.79-2.04 0-2.82l-8-8C13 2.19 12.5 2 12 2m0 4.95c2.7.11 3.87 2.83 2.28 4.86-.42.5-1.09.83-1.43 1.26-.35.43-.35.93-.35 1.43H11c0-.85 0-1.56.35-2.06.33-.5 1-.8 1.42-1.13 1.23-1.13.91-2.72-.77-2.85-.82 0-1.5.67-1.5 1.51H9c0-1.67 1.35-3.02 3-3.02m-1 8.55h1.5V17H11z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/help.svg b/mkdocs-material/material/templates/.icons/material/help.svg new file mode 100644 index 0000000..9ccbe68 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/help.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 19h3v3h-3zm2-17c5.35.22 7.68 5.62 4.5 9.67-.83 1-2.17 1.66-2.83 2.5C13 15 13 16 13 17h-3c0-1.67 0-3.08.67-4.08.66-1 2-1.59 2.83-2.25C15.92 8.43 15.32 5.26 12 5a3 3 0 0 0-3 3H6a6 6 0 0 1 6-6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hexadecimal.svg b/mkdocs-material/material/templates/.icons/material/hexadecimal.svg new file mode 100644 index 0000000..de3a602 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hexadecimal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 7c-1.1 0-2 .9-2 2v6a2 2 0 0 0 2 2h2c1.11 0 2-.89 2-2V9a2 2 0 0 0-2-2zm0 2h2v6H7zm10.6 8-2.1-2.1-2.1 2.1-1.4-1.4 2.1-2.1-2.1-2.1 1.4-1.4 2.1 2.1 2.1-2.1 1.4 1.4-2.1 2.1 2.1 2.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hexagon-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/hexagon-multiple-outline.svg new file mode 100644 index 0000000..5d99488 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hexagon-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m9.37 4 1.41 2.5L9.37 9H6.63l-1.4-2.5L6.63 4zm.88-2h-4.5c-.19 0-.36.11-.44.26L3.09 6.22 3 6.5l.09.28 2.22 3.96c.08.15.25.26.44.26h4.5c.19 0 .36-.11.44-.26l2.22-3.96.09-.28-.09-.28-2.22-3.96a.5.5 0 0 0-.44-.26m8.37 7.5L20 12l-1.38 2.5h-2.74L14.5 12l1.38-2.5zm.88-2H15c-.19 0-.36.11-.44.26l-2.22 3.96-.09.28.09.28 2.22 3.96c.08.15.25.26.44.26h4.5c.19 0 .36-.11.44-.26l2.22-3.96.09-.28-.09-.28-2.22-3.96a.5.5 0 0 0-.44-.26M9.37 15l1.41 2.5L9.37 20H6.63l-1.4-2.5 1.4-2.5zm.88-2h-4.5c-.19 0-.36.11-.44.26l-2.22 3.96-.09.28.09.28 2.22 3.96c.08.15.25.26.44.26h4.5c.19 0 .36-.11.44-.26l2.22-3.96.09-.28-.09-.28-2.22-3.96a.5.5 0 0 0-.44-.26"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hexagon-multiple.svg b/mkdocs-material/material/templates/.icons/material/hexagon-multiple.svg new file mode 100644 index 0000000..b9da52a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hexagon-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.25 2c.19 0 .36.11.44.26l2.22 3.96.09.28-.09.28-2.22 3.96c-.08.15-.25.26-.44.26h-4.5c-.19 0-.36-.11-.44-.26L3.09 6.78 3 6.5l.09-.28 2.22-3.96c.08-.15.25-.26.44-.26zm0 11c.19 0 .36.11.44.26l2.22 3.96.09.28-.09.28-2.22 3.96c-.08.15-.25.26-.44.26h-4.5c-.19 0-.36-.11-.44-.26l-2.22-3.96L3 17.5l.09-.28 2.22-3.96c.08-.15.25-.26.44-.26zm9.25-5.5c.19 0 .36.11.44.26l2.22 3.96.09.28-.09.28-2.22 3.96c-.08.15-.25.26-.44.26H15c-.19 0-.36-.11-.44-.26l-2.22-3.96-.09-.28.09-.28 2.22-3.96c.08-.15.25-.26.44-.26z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hexagon-outline.svg b/mkdocs-material/material/templates/.icons/material/hexagon-outline.svg new file mode 100644 index 0000000..cf8f734 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hexagon-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 16.5c0 .38-.21.71-.53.88l-7.9 4.44c-.16.12-.36.18-.57.18s-.41-.06-.57-.18l-7.9-4.44A.99.99 0 0 1 3 16.5v-9c0-.38.21-.71.53-.88l7.9-4.44c.16-.12.36-.18.57-.18s.41.06.57.18l7.9 4.44c.32.17.53.5.53.88zM12 4.15 5 8.09v7.82l7 3.94 7-3.94V8.09z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hexagon-slice-1.svg b/mkdocs-material/material/templates/.icons/material/hexagon-slice-1.svg new file mode 100644 index 0000000..cd4aa26 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hexagon-slice-1.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 16.5c0 .38-.21.71-.53.88l-7.9 4.44c-.16.12-.36.18-.57.18s-.41-.06-.57-.18l-7.9-4.44A.99.99 0 0 1 3 16.5v-9c0-.38.21-.71.53-.88l7.9-4.44c.16-.12.36-.18.57-.18s.41.06.57.18l7.9 4.44c.32.17.53.5.53.88zM12 4.15 5 8.09v7.82l7 3.94 7-3.94V8.09zM12 12V5.32l5.94 3.34z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hexagon-slice-2.svg b/mkdocs-material/material/templates/.icons/material/hexagon-slice-2.svg new file mode 100644 index 0000000..c073653 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hexagon-slice-2.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 15.38 12 12V5.32l6 3.37zm3 1.12c0 .38-.21.71-.53.88l-7.9 4.44c-.16.12-.36.18-.57.18s-.41-.06-.57-.18l-7.9-4.44A.99.99 0 0 1 3 16.5v-9c0-.38.21-.71.53-.88l7.9-4.44c.16-.12.36-.18.57-.18s.41.06.57.18l7.9 4.44c.32.17.53.5.53.88zM12 4.15 5 8.09v7.82l7 3.94 7-3.94V8.09z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hexagon-slice-3.svg b/mkdocs-material/material/templates/.icons/material/hexagon-slice-3.svg new file mode 100644 index 0000000..933dc60 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hexagon-slice-3.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 5.32 6 3.37v6.62l-6 3.37zm9 11.18c0 .38-.21.71-.53.88l-7.9 4.44c-.16.12-.36.18-.57.18s-.41-.06-.57-.18l-7.9-4.44A.99.99 0 0 1 3 16.5v-9c0-.38.21-.71.53-.88l7.9-4.44c.16-.12.36-.18.57-.18s.41.06.57.18l7.9 4.44c.32.17.53.5.53.88zM12 4.15 5 8.09v7.82l7 3.94 7-3.94V8.09z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hexagon-slice-4.svg b/mkdocs-material/material/templates/.icons/material/hexagon-slice-4.svg new file mode 100644 index 0000000..e6d2a57 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hexagon-slice-4.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 5.32 6 3.37v6.62l-6 3.37-5.94-3.34L12 12zm9 11.18c0 .38-.21.71-.53.88l-7.9 4.44c-.16.12-.36.18-.57.18s-.41-.06-.57-.18l-7.9-4.44A.99.99 0 0 1 3 16.5v-9c0-.38.21-.71.53-.88l7.9-4.44c.16-.12.36-.18.57-.18s.41.06.57.18l7.9 4.44c.32.17.53.5.53.88zM12 4.15 5 8.09v7.82l7 3.94 7-3.94V8.09z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hexagon-slice-5.svg b/mkdocs-material/material/templates/.icons/material/hexagon-slice-5.svg new file mode 100644 index 0000000..adc4781 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hexagon-slice-5.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 5.32 6 3.37v6.62l-6 3.37-6-3.37V8.69L12 12zm9 11.18c0 .38-.21.71-.53.88l-7.9 4.44c-.16.12-.36.18-.57.18s-.41-.06-.57-.18l-7.9-4.44A.99.99 0 0 1 3 16.5v-9c0-.38.21-.71.53-.88l7.9-4.44c.16-.12.36-.18.57-.18s.41.06.57.18l7.9 4.44c.32.17.53.5.53.88zM12 4.15 5 8.09v7.82l7 3.94 7-3.94V8.09z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hexagon-slice-6.svg b/mkdocs-material/material/templates/.icons/material/hexagon-slice-6.svg new file mode 100644 index 0000000..0c5c561 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hexagon-slice-6.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 5.32 6 3.37v6.62l-6 3.37-6-3.37V8.69zm9 11.18c0 .38-.21.71-.53.88l-7.9 4.44c-.16.12-.36.18-.57.18s-.41-.06-.57-.18l-7.9-4.44A.99.99 0 0 1 3 16.5v-9c0-.38.21-.71.53-.88l7.9-4.44c.16-.12.36-.18.57-.18s.41.06.57.18l7.9 4.44c.32.17.53.5.53.88zM12 4.15 5 8.09v7.82l7 3.94 7-3.94V8.09z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hexagon.svg b/mkdocs-material/material/templates/.icons/material/hexagon.svg new file mode 100644 index 0000000..74e8e21 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hexagon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 16.5c0 .38-.21.71-.53.88l-7.9 4.44c-.16.12-.36.18-.57.18s-.41-.06-.57-.18l-7.9-4.44A.99.99 0 0 1 3 16.5v-9c0-.38.21-.71.53-.88l7.9-4.44c.16-.12.36-.18.57-.18s.41.06.57.18l7.9 4.44c.32.17.53.5.53.88z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hexagram-outline.svg b/mkdocs-material/material/templates/.icons/material/hexagram-outline.svg new file mode 100644 index 0000000..f7dc87d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hexagram-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 7 1.3 2.8 3.2-.4-2 2.6 1.9 2.5-3.2-.4L12 17l-1.3-2.8-3.2.4 2-2.6-1.9-2.5 3.2.4zm0-5L9.5 7.7 3.3 7 7 12l-3.6 5 6.2-.7L12 22l2.5-5.7 6.2.6L17 12l3.6-5-6.2.7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hexagram.svg b/mkdocs-material/material/templates/.icons/material/hexagram.svg new file mode 100644 index 0000000..b24ac3a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hexagram.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.5 7.66 6.14-.69L17 12l3.68 4.97-6.18-.65L12.03 22 9.5 16.34l-6.14.69L7 12 3.32 7.03l6.18.65L11.97 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/high-definition-box.svg b/mkdocs-material/material/templates/.icons/material/high-definition-box.svg new file mode 100644 index 0000000..e29ab91 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/high-definition-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-8 12H9.5v-2h-2v2H6V9h1.5v2.5h2V9H11zm2-6h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4zm1.5 4.5h2v-3h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/high-definition.svg b/mkdocs-material/material/templates/.icons/material/high-definition.svg new file mode 100644 index 0000000..3c4181d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/high-definition.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 7h2v4h2V7h2v10H9v-4H7v4H5zm8 0h3a3 3 0 0 1 3 3v4a3 3 0 0 1-3 3h-3zm3 8a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1h-1v6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/highway.svg b/mkdocs-material/material/templates/.icons/material/highway.svg new file mode 100644 index 0000000..8e98280 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/highway.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 2 8 8h3V2zm3 0v6h3l-2-6zM2 9v1h2v1h2v-1h12l.06 1H20v-1h2V9zm5 2L3.34 22H11V11zm6 0v11h7.66L17 11z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hiking.svg b/mkdocs-material/material/templates/.icons/material/hiking.svg new file mode 100644 index 0000000..804b037 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hiking.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.47 8.67H19V23h-1.53V12.6c-.8-.16-1.55-.46-2.26-.89s-1.31-.93-1.82-1.51l-.62 3.07 2.23 2.2V23h-2v-6l-2.24-2.2L8.89 23H6.73S9.86 7.22 9.89 7.09c.11-.48.33-.85.7-1.09.37-.27.74-.4 1.12-.4q.585 0 1.08.27c.34.17.6.42.79.74l1.06 1.63c.29.54.68 1.01 1.17 1.39s1.05.67 1.66.87zM8.55 5.89 7.4 5.65c-.57-.15-1.09-.03-1.56.29-.46.32-.74.76-.84 1.34l-.81 3.98c-.03.29.03.55.19.79s.37.37.62.41l2.21.43zM13 1c-1.1 0-2 .9-2 2s.9 2 2 2 2-.89 2-2-.89-2-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/history.svg b/mkdocs-material/material/templates/.icons/material/history.svg new file mode 100644 index 0000000..1bd47bf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/history.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.5 8H12v5l4.28 2.54.72-1.21-3.5-2.08zM13 3a9 9 0 0 0-9 9H1l3.96 4.03L9 12H6a7 7 0 0 1 7-7 7 7 0 0 1 7 7 7 7 0 0 1-7 7c-1.93 0-3.68-.79-4.94-2.06l-1.42 1.42A8.9 8.9 0 0 0 13 21a9 9 0 0 0 9-9 9 9 0 0 0-9-9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hockey-puck.svg b/mkdocs-material/material/templates/.icons/material/hockey-puck.svg new file mode 100644 index 0000000..7149d1c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hockey-puck.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 5C6.5 5 2 6.57 2 8.5S6.5 12 12 12s10-1.57 10-3.5S17.5 5 12 5M2 11.76v4.74C2 18.43 6.5 20 12 20s10-1.57 10-3.5v-4.74c-.67.46-1.42.81-2.27 1.1C17.62 13.6 14.95 14 12 14s-5.62-.4-7.73-1.14c-.85-.29-1.6-.64-2.27-1.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hockey-sticks.svg b/mkdocs-material/material/templates/.icons/material/hockey-sticks.svg new file mode 100644 index 0000000..32a8472 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hockey-sticks.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.68 4H14.3l-1.74 4c-.03.04-.11.22-.25.5s-.25.54-.31.69L9.7 4H6.32l4.09 8.84c.09.22.32.75.7 1.59.39.85.67 1.48.89 1.92l1.41 3.09c.19.34.48.51.89.51L19 20v-4h-4l-1.4-3.16zm2.35 12v4H22v-3c0-.27-.09-.5-.28-.72-.19-.2-.42-.28-.72-.28zM5 16v4l4.7-.05c.41 0 .7-.17.89-.51l.85-1.94-1.6-3.44L9 16zm-3 4h1.97v-4H3c-.3 0-.53.08-.72.28-.19.22-.28.45-.28.72z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hololens.svg b/mkdocs-material/material/templates/.icons/material/hololens.svg new file mode 100644 index 0000000..a6e9cdd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hololens.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8s10 0 10 3c0 0 .09 3.36-.25 3.25C21 11 12 11 12 11s-9 0-9.75 3.25C1.91 14.36 2 11 2 11c0-3 10-3 10-3m0 4c8 0 8.75 2.25 8.75 2.25-1 3-1.75 3.75-5.75 3.75-3 0-2-1.5-3-1.5S12 18 9 18c-4 0-4.75-.75-5.75-3.75C3.25 14.25 4 12 12 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-account.svg b/mkdocs-material/material/templates/.icons/material/home-account.svg new file mode 100644 index 0000000..131105b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-account.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3 2 12h3v8h14v-8h3zm0 5.75A2.25 2.25 0 0 1 14.25 11 2.25 2.25 0 0 1 12 13.25 2.25 2.25 0 0 1 9.75 11 2.25 2.25 0 0 1 12 8.75M12 15c1.5 0 4.5.75 4.5 2.25V18h-9v-.75c0-1.5 3-2.25 4.5-2.25"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/home-alert-outline.svg new file mode 100644 index 0000000..b2cd211 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 5.7 5 4.5V18H7v-7.8zM19 20v-8h3L12 3 2 12h3v8m8-12h-2v5h2zm0 7h-2v2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-alert.svg b/mkdocs-material/material/templates/.icons/material/home-alert.svg new file mode 100644 index 0000000..c2976ac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3 2 12h3v8h14v-8h3zm1 15h-2v-2h2zm0-4h-2V8h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-analytics.svg b/mkdocs-material/material/templates/.icons/material/home-analytics.svg new file mode 100644 index 0000000..84dc522 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-analytics.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3 2 12h3v8h14v-8h3M9 18H7v-6h2m4 6h-2v-8h2m4 8h-2v-4h2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-assistant.svg b/mkdocs-material/material/templates/.icons/material/home-assistant.svg new file mode 100644 index 0000000..36cbd53 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-assistant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.8 13H20v8h-7v-3.33l2.79-2.79.71.12a2.1 2.1 0 1 0 0-4.2 2.1 2.1 0 0 0-2.1 2.1l.1.71-1.5 1.52V9.65c.66-.36 1.1-1.05 1.1-1.85A2.1 2.1 0 0 0 12 5.7a2.1 2.1 0 0 0-2.1 2.1c0 .8.44 1.49 1.1 1.85v5.48l-1.5-1.52.1-.71a2.1 2.1 0 0 0-2.1-2.1 2.1 2.1 0 0 0-2.1 2.1A2.1 2.1 0 0 0 7.5 15l.71-.12L11 17.67V21H4v-8H2.25c-.42 0-.83 0-.83-.21.01-.22.43-.64.86-1.07L11 3c.33-.33.67-.67 1-.67s.67.34 1 .67l4 4V6h2v3l2.78 2.78c.4.4.81.81.82 1.02 0 .2-.4.2-.8.2M7.5 12a.9.9 0 0 1 .9.9.9.9 0 0 1-.9.9.9.9 0 0 1-.9-.9.9.9 0 0 1 .9-.9m9 0c.5 0 .9.4.9.9s-.4.9-.9.9a.9.9 0 0 1-.9-.9.9.9 0 0 1 .9-.9M12 6.9c.5 0 .9.4.9.9s-.4.9-.9.9-.9-.4-.9-.9.4-.9.9-.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-automation.svg b/mkdocs-material/material/templates/.icons/material/home-automation.svg new file mode 100644 index 0000000..301ef6d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-automation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3 2 12h3v8h14v-8h3zm0 5.5c2.34 0 4.46.93 6 2.44l-1.2 1.18a6.79 6.79 0 0 0-4.8-1.95c-1.88 0-3.58.74-4.8 1.95L6 10.94a8.54 8.54 0 0 1 6-2.44m0 3.33c1.4 0 2.67.56 3.6 1.47l-1.2 1.17a3.4 3.4 0 0 0-2.4-.97c-.94 0-1.79.37-2.4.97L8.4 13.3a5.13 5.13 0 0 1 3.6-1.47m0 3.34c.94 0 1.7.74 1.7 1.66s-.76 1.67-1.7 1.67-1.7-.75-1.7-1.67.76-1.66 1.7-1.66"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-battery-outline.svg b/mkdocs-material/material/templates/.icons/material/home-battery-outline.svg new file mode 100644 index 0000000..8335ec8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-battery-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 9h1V7.5h4V9h1c.55 0 1 .45 1 1v11c0 .55-.45 1-1 1h-6c-.55 0-1-.45-1-1V10c0-.55.45-1 1-1m1 2v3h4v-3zm-4-5.31-5 4.5V18h5v2H5v-8H2l10-9 2.78 2.5H14v1.67l-.24.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-battery.svg b/mkdocs-material/material/templates/.icons/material/home-battery.svg new file mode 100644 index 0000000..05e4610 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-battery.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20H5v-8H2l10-9 2.78 2.5H14v1.67c-1.16.41-2 1.53-2 2.83zm3-11h1V7.5h4V9h1c.55 0 1 .45 1 1v11c0 .55-.45 1-1 1h-6c-.55 0-1-.45-1-1V10c0-.55.45-1 1-1m1 2v3h4v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/home-circle-outline.svg new file mode 100644 index 0000000..3e6bda5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.6 8-8 8m0-18C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m-1 12h2v3h3v-5h2l-6-5-6 5h2v5h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-circle.svg b/mkdocs-material/material/templates/.icons/material/home-circle.svg new file mode 100644 index 0000000..f861892 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.07 4.93C17.22 3 14.66 1.96 12 2c-2.66-.04-5.21 1-7.06 2.93C3 6.78 1.96 9.34 2 12c-.04 2.66 1 5.21 2.93 7.06C6.78 21 9.34 22.04 12 22c2.66.04 5.21-1 7.06-2.93C21 17.22 22.04 14.66 22 12c.04-2.66-1-5.22-2.93-7.07M17 12v6h-3.5v-5h-3v5H7v-6H5l7-7 7.5 7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-city-outline.svg b/mkdocs-material/material/templates/.icons/material/home-city-outline.svg new file mode 100644 index 0000000..e50fd18 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-city-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 2v2.26l2 1.33V4h10v15h-5v2h7V2zM7.5 5 0 10v11h15V10zM14 6v.93L15.61 8H16V6zm4 0v2h2V6zM7.5 7.5 13 11v8h-3v-6H5v6H2v-8zM18 10v2h2v-2zm0 4v2h2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-city.svg b/mkdocs-material/material/templates/.icons/material/home-city.svg new file mode 100644 index 0000000..6ba5892 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-city.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 21V10l7.5-5 7.5 5v11h-5v-7H5v7zM24 2v19h-7V8.93l-1-.66V6h-2v.93l-4-2.66V2zm-3 12h-2v2h2zm0-4h-2v2h2zm0-4h-2v2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-clock-outline.svg b/mkdocs-material/material/templates/.icons/material/home-clock-outline.svg new file mode 100644 index 0000000..85f1d80 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-clock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.5 16.25 2.86 1.69-.75 1.22L15 17v-5h1.5zM23 16c0 3.87-3.13 7-7 7-2.38 0-4.47-1.19-5.74-3H4v-8H1l10-9 7 6.29c2.89.86 5 3.54 5 6.71M9.29 18c-.18-.63-.29-1.3-.29-2 0-3.46 2.5-6.32 5.8-6.89L11 5.69l-5 4.5V18zM21 16c0-2.76-2.24-5-5-5s-5 2.24-5 5 2.24 5 5 5 5-2.24 5-5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-clock.svg b/mkdocs-material/material/templates/.icons/material/home-clock.svg new file mode 100644 index 0000000..379808d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-clock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.5 16.25 2.86 1.69-.75 1.22L15 17v-5h1.5zM23 16c0 3.87-3.13 7-7 7-2.38 0-4.47-1.19-5.74-3H4v-8H1l10-9 7 6.29c2.89.86 5 3.54 5 6.71m-2 0c0-2.76-2.24-5-5-5s-5 2.24-5 5 2.24 5 5 5 5-2.24 5-5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-edit-outline.svg b/mkdocs-material/material/templates/.icons/material/home-edit-outline.svg new file mode 100644 index 0000000..a5d3dd7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-edit-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.041 11.14c.142 0 .276.057.38.163l1.276 1.276a.54.54 0 0 1 0 .77l-1 1-2.046-2.046 1-1a.57.57 0 0 1 .39-.163m-1.978 1.74 2.046 2.052L15.063 21H13v-2.063zM12 5.688l-5 4.5V18h4v2H5v-8H2l10-9 7.459 6.713L17 12.172v-1.984z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-edit.svg b/mkdocs-material/material/templates/.icons/material/home-edit.svg new file mode 100644 index 0000000..db4fd9c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3 2 12h3v8h5v-6h4v1.11l5.43-5.43zm9.04 8.14a.6.6 0 0 0-.39.16l-1 1 2.05 2.05 1-1a.55.55 0 0 0 0-.77l-1.28-1.28c-.1-.1-.24-.16-.38-.16m-1.98 1.74L13 18.94V21h2.06l6.05-6.07z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-export-outline.svg b/mkdocs-material/material/templates/.icons/material/home-export-outline.svg new file mode 100644 index 0000000..9e9f321 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-export-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m24 13-4 4v-3h-9v-2h9V9zM4 20v-8H1l10-9 7 6.3v.7h-2.21L11 5.69l-5 4.5V18h10v-2h2v4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-flood.svg b/mkdocs-material/material/templates/.icons/material/home-flood.svg new file mode 100644 index 0000000..3ce2144 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-flood.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.67 19c-1.95 0-2.09 1-3.33 1-1.19 0-1.42-1-3.34-1-1.94 0-2.09 1-3.33 1s-1.38-1-3.33-1-2.1 1-3.34 1v2c1.95 0 2.11-1 3.34-1 1.24 0 1.38 1 3.33 1s2.1-1 3.33-1 1.41 1 3.34 1 2.1-1 3.33-1c1.22 0 1.4 1 3.33 1v-2c-1.24 0-1.38-1-3.33-1m-9.99-1.5c1.95 0 2.09-1 3.32-1 1.2 0 1.43 1 3.34 1 1.95 0 2.09-1 3.33-1 1.19 0 1.4 1 3.33 1v-2c-.65 0-1-.28-1.5-.55l-2-7.53 2.07.85.74-1.86L9.78 2 2 11.61l1.57 1.23 1.39-1.78.93 3.48c-.18-.04-.35-.04-.56-.04-1.95 0-2.09 1-3.33 1v2c1.9 0 2.17-1 3.35-1 1.19 0 1.42 1 3.33 1m5.36-7.32 1.42 5.32c-1.34.08-1.46-1-3.46-1-.37 0-.66.04-.92.1l-.91-3.39z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-floor-0.svg b/mkdocs-material/material/templates/.icons/material/home-floor-0.svg new file mode 100644 index 0000000..7500dda --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-floor-0.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 10h2v6h-2zm11 2h-3v8H5v-8H2l10-9zm-7-2a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-floor-1.svg b/mkdocs-material/material/templates/.icons/material/home-floor-1.svg new file mode 100644 index 0000000..1a0b4a0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-floor-1.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3 2 12h3v8h14v-8h3zm-2 5h4v10h-2v-8h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-floor-2.svg b/mkdocs-material/material/templates/.icons/material/home-floor-2.svg new file mode 100644 index 0000000..36e8c5b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-floor-2.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3 2 12h3v8h14v-8h3zM9 8h4a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-2v2h4v2H9v-4a2 2 0 0 1 2-2h2v-2H9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-floor-3.svg b/mkdocs-material/material/templates/.icons/material/home-floor-3.svg new file mode 100644 index 0000000..282cdc7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-floor-3.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 3 10 9h-3v8H5v-8H2zm3 8.5V10a2 2 0 0 0-2-2H9v2h4v2h-2v2h2v2H9v2h4a2 2 0 0 0 2-2v-1.5a1.5 1.5 0 0 0-1.5-1.5 1.5 1.5 0 0 0 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-floor-a.svg b/mkdocs-material/material/templates/.icons/material/home-floor-a.svg new file mode 100644 index 0000000..b0a9f43 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-floor-a.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3 2 12h3v8h14v-8h3zm-1 5h2a2 2 0 0 1 2 2v8h-2v-3h-2v3H9v-8a2 2 0 0 1 2-2m0 2v3h2v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-floor-b.svg b/mkdocs-material/material/templates/.icons/material/home-floor-b.svg new file mode 100644 index 0000000..f091d1d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-floor-b.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3 2 12h3v8h14v-8h3zM9 8h4a2 2 0 0 1 2 2v1.5a1.5 1.5 0 0 1-1.5 1.5 1.5 1.5 0 0 1 1.5 1.5V16a2 2 0 0 1-2 2H9zm2 2v2h2v-2zm0 4v2h2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-floor-g.svg b/mkdocs-material/material/templates/.icons/material/home-floor-g.svg new file mode 100644 index 0000000..d16b749 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-floor-g.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3 2 12h3v8h14v-8h3zm-1 5h4v2h-4v6h2v-4h2v4a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-floor-l.svg b/mkdocs-material/material/templates/.icons/material/home-floor-l.svg new file mode 100644 index 0000000..cb5264c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-floor-l.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3 2 12h3v8h14v-8h3zM9 8h2v8h4v2H9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-floor-negative-1.svg b/mkdocs-material/material/templates/.icons/material/home-floor-negative-1.svg new file mode 100644 index 0000000..eddd592 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-floor-negative-1.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3 2 12h3v8h14v-8h3zm-1 12H7v-2h4zm4 3h-2v-8h-2V8h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-group-minus.svg b/mkdocs-material/material/templates/.icons/material/home-group-minus.svg new file mode 100644 index 0000000..e74d243 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-group-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 6H1l4-4 4 4H8v3H6V6H4v3H2zm11 4.9 1.3 1.1H16V9h2v3h3V8h1l-5-5-5 5h1zm.8 11.1c-.5-.9-.8-1.9-.8-3 0-1.6.6-3.1 1.7-4.1L9 10l-7 6h2v6h3v-5h4v5zm1.2-4v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-group-plus.svg b/mkdocs-material/material/templates/.icons/material/home-group-plus.svg new file mode 100644 index 0000000..d111b16 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-group-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 6H1l4-4 4 4H8v3H6V6H4v3H2zm11 4.9 1.3 1.1H16V9h2v3h3V8h1l-5-5-5 5h1zm.8 11.1c-.5-.9-.8-1.9-.8-3 0-1.6.6-3.1 1.7-4.1L9 10l-7 6h2v6h3v-5h4v5zm4.2-7v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-group-remove.svg b/mkdocs-material/material/templates/.icons/material/home-group-remove.svg new file mode 100644 index 0000000..c7826c1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-group-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 6H1l4-4 4 4H8v3H6V6H4v3H2zm11 4.9 1.3 1.1H16V9h2v3h3V8h1l-5-5-5 5h1zm.8 11.1c-.5-.9-.8-1.9-.8-3 0-1.6.6-3.1 1.7-4.1L9 10l-7 6h2v6h3v-5h4v5zm7.3-6.5L19 17.6l-2.1-2.1-1.4 1.4 2.1 2.1-2.1 2.1 1.4 1.4 2.1-2.1 2.1 2.1 1.4-1.4-2.1-2.1 2.1-2.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-group.svg b/mkdocs-material/material/templates/.icons/material/home-group.svg new file mode 100644 index 0000000..a8ff7b1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-group.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 16h-2v6h-3v-5H8v5H5v-6H3l7-6zM6 2l4 4H9v3H7V6H5v3H3V6H2zm12 1 5 5h-1v4h-3V9h-2v3h-1.66L14 10.87V8h-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-heart.svg b/mkdocs-material/material/templates/.icons/material/home-heart.svg new file mode 100644 index 0000000..57bb801 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-heart.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m2 12 10-9 10 9h-3v8H5v-8zm10 6 .72-.66C15.3 15 17 13.46 17 11.57c0-1.54-1.21-2.75-2.75-2.75-.87 0-1.7.41-2.25 1.05a3 3 0 0 0-2.25-1.05C8.21 8.82 7 10.03 7 11.57c0 1.89 1.7 3.43 4.28 5.77z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-import-outline.svg b/mkdocs-material/material/templates/.icons/material/home-import-outline.svg new file mode 100644 index 0000000..b941246 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-import-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15 13-4 4v-3H2v-2h9V9zM5 20v-4h2v2h10v-7.81l-5-4.5L7.21 10H4.22L12 3l10 9h-3v8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-lightbulb-outline.svg b/mkdocs-material/material/templates/.icons/material/home-lightbulb-outline.svg new file mode 100644 index 0000000..ecbc1c3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-lightbulb-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 20v-8H2l10-9 10 9h-3v8zm7-14.31-5 4.5V18h10v-7.81zM11 17v-1h2v1zm0-2c-.28 0-.5-.22-.5-.5v-.9C9.6 13.08 9 12.11 9 11c0-1.66 1.34-3 3-3s3 1.34 3 3c0 1.11-.6 2.08-1.5 2.6v.9c0 .28-.22.5-.5.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-lightbulb.svg b/mkdocs-material/material/templates/.icons/material/home-lightbulb.svg new file mode 100644 index 0000000..8ac1ec0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-lightbulb.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3 2 12h3v8h14v-8h3m-9 6h-2v-1h2m.5-2.42V16h-3v-1.42a3 3 0 1 1 3 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-lightning-bolt-outline.svg b/mkdocs-material/material/templates/.icons/material/home-lightning-bolt-outline.svg new file mode 100644 index 0000000..a9223f0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-lightning-bolt-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 20v-8H2l10-9 10 9h-3v8zm7-14.31-5 4.5V18h10v-7.81zM11.5 18v-4H9l3.5-7v4H15z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-lightning-bolt.svg b/mkdocs-material/material/templates/.icons/material/home-lightning-bolt.svg new file mode 100644 index 0000000..d22dc9f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-lightning-bolt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3 2 12h3v8h14v-8h3zm-.5 15v-4H9l3.5-7v4H15z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-lock-open.svg b/mkdocs-material/material/templates/.icons/material/home-lock-open.svg new file mode 100644 index 0000000..577ebf5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-lock-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3 2 12h3v8h14v-8h3zm0 5a3 3 0 0 1 3 3h-2a1 1 0 0 0-1-1 1 1 0 0 0-1 1v2h5v4H8v-4h1v-2a3 3 0 0 1 3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-lock.svg b/mkdocs-material/material/templates/.icons/material/home-lock.svg new file mode 100644 index 0000000..e4b8989 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3 2 12h3v8h14v-8h3zm0 6a3 3 0 0 1 3 3v1h1v4H8v-4h1v-1a3 3 0 0 1 3-3m0 2a1 1 0 0 0-1 1v1h2v-1c0-.5-.4-1-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-map-marker.svg b/mkdocs-material/material/templates/.icons/material/home-map-marker.svg new file mode 100644 index 0000000..bb86a05 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-map-marker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3 2 12h3v8h14v-8h3zm0 4.7c2.1 0 3.8 1.7 3.8 3.8 0 3-3.8 6.5-3.8 6.5s-3.8-3.5-3.8-6.5c0-2.1 1.7-3.8 3.8-3.8m0 2.3a1.5 1.5 0 0 0-1.5 1.5A1.5 1.5 0 0 0 12 13a1.5 1.5 0 0 0 1.5-1.5A1.5 1.5 0 0 0 12 10"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/home-minus-outline.svg new file mode 100644 index 0000000..1072fbc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 17h8v2h-8zm-9 3v-8H2l10-9 10 9h-5v-1.81l-5-4.5-5 4.5V18h5c0 .7.12 1.37.34 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-minus.svg b/mkdocs-material/material/templates/.icons/material/home-minus.svg new file mode 100644 index 0000000..9c6ea91 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 17v2h-8v-2zM12 3l10 9h-4a6.005 6.005 0 0 0-5.66 8H5v-8H2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-modern.svg b/mkdocs-material/material/templates/.icons/material/home-modern.svg new file mode 100644 index 0000000..c816cba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-modern.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 21V8a2 2 0 0 1 2-2l8-3v3a2 2 0 0 1 2 2v13h-6v-5H8v5zm8-2h2v-3h-2zm-6-6h2V9H8zm4 0h4V9h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-off-outline.svg b/mkdocs-material/material/templates/.icons/material/home-off-outline.svg new file mode 100644 index 0000000..c2b76e0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.11 21.46 2.39 1.73 1.11 3l5.16 5.16L2 12h3v8h6v-6h1.11l.89.89V20h5.11l2.73 2.73zM9 12v6H7v-7.81l.68-.62L10.11 12zm6 6v-1.11L16.11 18zM10.36 7.16 8.95 5.75 12 3l10 9h-3v3.8l-2-2v-3.61l-5-4.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-off.svg b/mkdocs-material/material/templates/.icons/material/home-off.svg new file mode 100644 index 0000000..067ae06 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.84 22.73 18.11 20H14v-4.11L12.11 14H10v6H5v-8H2l4.27-3.84L1.11 3l1.28-1.27 19.72 19.73zM19 12h3L12 3 8.95 5.75 19 15.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-outline.svg b/mkdocs-material/material/templates/.icons/material/home-outline.svg new file mode 100644 index 0000000..5614501 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 5.69 5 4.5V18h-2v-6H9v6H7v-7.81zM12 3 2 12h3v8h6v-6h2v6h6v-8h3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-percent-outline.svg b/mkdocs-material/material/templates/.icons/material/home-percent-outline.svg new file mode 100644 index 0000000..f026d8a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-percent-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.53 11.03-1.06-1.06-6 6 1.06 1.06zm-4.9-.66c-.23-.24-.55-.37-.88-.37s-.65.13-.88.37c-.24.23-.37.55-.37.88s.13.65.37.88c.23.24.55.37.88.37s.65-.13.88-.37c.24-.23.37-.55.37-.88s-.13-.65-.37-.88m4.5 4.5c-.23-.24-.55-.37-.88-.37s-.65.13-.88.37c-.24.23-.37.55-.37.88s.13.65.37.88c.23.24.55.37.88.37s.65-.13.88-.37c.24-.23.37-.55.37-.88s-.13-.65-.37-.88M19 12v8H5v-8H2l10-9 10 9zm-2-1.8-5-4.5-5 4.5V18h10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-percent.svg b/mkdocs-material/material/templates/.icons/material/home-percent.svg new file mode 100644 index 0000000..fbc6551 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-percent.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 12v8H5v-8H2l10-9 10 9zm-3.47-.97-1.06-1.06-6 6 1.06 1.06zm-4.9-.66c-.23-.24-.55-.37-.88-.37s-.65.13-.88.37c-.24.23-.37.55-.37.88s.13.65.37.88c.23.24.55.37.88.37s.65-.13.88-.37c.24-.23.37-.55.37-.88s-.13-.65-.37-.88m4.5 4.5c-.23-.24-.55-.37-.88-.37s-.65.13-.88.37c-.24.23-.37.55-.37.88s.13.65.37.88c.23.24.55.37.88.37s.65-.13.88-.37c.24-.23.37-.55.37-.88s-.13-.65-.37-.88"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/home-plus-outline.svg new file mode 100644 index 0000000..94b368a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 14h2v3h3v2h-3v3h-2v-3h-3v-2h3zM5 20v-8H2l10-9 10 9h-5v-1.81l-5-4.5-5 4.5V18h5c0 .7.12 1.37.34 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-plus.svg b/mkdocs-material/material/templates/.icons/material/home-plus.svg new file mode 100644 index 0000000..c43dedf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 14h2v3h3v2h-3v3h-2v-3h-3v-2h3zM12 3l10 9h-4a6.005 6.005 0 0 0-5.66 8H5v-8H2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/home-remove-outline.svg new file mode 100644 index 0000000..db846f9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.46 15.88 1.42-1.42L18 16.59l2.12-2.12 1.42 1.41L19.41 18l2.13 2.12-1.42 1.42L18 19.41l-2.12 2.13-1.42-1.42L16.59 18l-2.12-2.12M5 20v-8H2l10-9 10 9h-5v-1.81l-5-4.5-5 4.5V18h5c0 .7.12 1.37.34 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-remove.svg b/mkdocs-material/material/templates/.icons/material/home-remove.svg new file mode 100644 index 0000000..1d3beb0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.46 15.88 1.42-1.42L18 16.59l2.12-2.12 1.42 1.41L19.41 18l2.13 2.12-1.42 1.42L18 19.41l-2.12 2.13-1.42-1.42L16.59 18l-2.12-2.12M12 3l10 9h-4a6.005 6.005 0 0 0-5.66 8H5v-8H2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-roof.svg b/mkdocs-material/material/templates/.icons/material/home-roof.svg new file mode 100644 index 0000000..fb5b63f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-roof.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 16h3L12 7 2 16h3l7-6.31zM7 8.81V7H4v4.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-search-outline.svg b/mkdocs-material/material/templates/.icons/material/home-search-outline.svg new file mode 100644 index 0000000..4ffb6e9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-search-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.31 18.9c.44-.69.69-1.52.69-2.4 0-2.5-2-4.5-4.5-4.5S11 14 11 16.5s2 4.5 4.5 4.5c.87 0 1.69-.25 2.38-.68L21 23.39 22.39 22zm-3.81.1a2.5 2.5 0 0 1 0-5 2.5 2.5 0 0 1 0 5M5 20v-8H2l10-9 10 9h-1.82A6.44 6.44 0 0 0 17 10.18l-5-4.49-5 4.5V18h2.18c.17.72.46 1.39.85 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-search.svg b/mkdocs-material/material/templates/.icons/material/home-search.svg new file mode 100644 index 0000000..28bf56a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-search.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.31 18.9c.44-.69.69-1.52.69-2.4 0-2.5-2-4.5-4.5-4.5S11 14 11 16.5s2 4.5 4.5 4.5c.87 0 1.69-.25 2.38-.68L21 23.39 22.39 22zm-3.81.1a2.5 2.5 0 0 1 0-5 2.5 2.5 0 0 1 0 5M5 20v-8H2l10-9 10 9h-1.82c-1.18-1.23-2.84-2-4.68-2-3.58 0-6.5 2.92-6.5 6.5 0 1.29.38 2.5 1.03 3.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-silo-outline.svg b/mkdocs-material/material/templates/.icons/material/home-silo-outline.svg new file mode 100644 index 0000000..db002b1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-silo-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 21h-3v-2h3zm0-4h-3v-2h3zm0-4h-3v-2h3zm4-5.2C23.6 4.5 20.8 2 17.5 2c-1.7 0-3.4.7-4.6 1.9-.7.7-1.2 1.4-1.5 2.3L15.6 9H22v13h2zM13.3 7c.6-1.8 2.3-3 4.2-3s3.6 1.2 4.2 3zM7.5 6 0 11v11h15V11zM13 20h-3v-6H5v6H2v-8l5.5-3.5L13 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-silo.svg b/mkdocs-material/material/templates/.icons/material/home-silo.svg new file mode 100644 index 0000000..4e1048b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-silo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 7.8C23.6 4.5 20.9 2 17.5 2c-1.7 0-3.4.7-4.6 1.9-.7.7-1.2 1.4-1.5 2.3L17 9.9v.1h3v2h-3v2h3v2h-3v2h3v2h-3v2h7zM13.3 7c.6-1.8 2.3-3 4.2-3s3.6 1.2 4.2 3zM0 11v11h5v-7h5v7h5V11L7.5 6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-sound-in-outline.svg b/mkdocs-material/material/templates/.icons/material/home-sound-in-outline.svg new file mode 100644 index 0000000..a8e3edf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-sound-in-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.58 2c-.07 2.616-2.05 4.596-4.596 4.596V8.01C5.45 8.081 8.136 5.394 7.994 2zM1.984 3.626v1.415C3.752 4.97 5.024 3.697 5.024 2H3.612a1.95 1.95 0 0 1-1.627 1.626m20.032 2.97c-2.546 0-4.526-1.98-4.596-4.596h-1.415c-.141 3.394 2.546 6.081 6.01 6.01zm0-1.555V3.626A1.95 1.95 0 0 1 20.389 2h-1.414c0 1.697 1.273 2.97 3.04 3.04M19 20v-8h3L12 3 2 12h3v8zM12 5.7l5 4.5V18H7v-7.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-sound-in.svg b/mkdocs-material/material/templates/.icons/material/home-sound-in.svg new file mode 100644 index 0000000..fb3c6e9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-sound-in.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.58 2c-.07 2.616-2.05 4.596-4.596 4.596V8.01C5.45 8.081 8.136 5.394 7.994 2zM1.984 3.626v1.415C3.752 4.97 5.024 3.697 5.024 2H3.612a1.95 1.95 0 0 1-1.627 1.626m20.032 2.97c-2.546 0-4.526-1.98-4.596-4.596h-1.415c-.141 3.394 2.546 6.081 6.01 6.01zm0-1.555V3.626A1.95 1.95 0 0 1 20.389 2h-1.414c0 1.697 1.273 2.97 3.04 3.04M19 20v-8h3L12 3 2 12h3v8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-sound-out-outline.svg b/mkdocs-material/material/templates/.icons/material/home-sound-out-outline.svg new file mode 100644 index 0000000..1c0b489 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-sound-out-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.404 7.012C2.474 4.395 4.454 2.416 7 2.416V1C3.535.931.848 3.618.99 7.011zM7 5.385V3.971c-1.768.07-3.04 1.344-3.04 3.04h1.414A1.95 1.95 0 0 1 7 5.386m10-2.97c2.546 0 4.526 1.98 4.596 4.597h1.414C23.152 3.618 20.465.93 17 1.002zm0 1.556v1.414a1.95 1.95 0 0 1 1.626 1.627h1.415c0-1.697-1.273-2.97-3.041-3.04M19 20v-8h3L12 3 2 12h3v8zM12 5.7l5 4.5V18H7v-7.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-sound-out.svg b/mkdocs-material/material/templates/.icons/material/home-sound-out.svg new file mode 100644 index 0000000..1071665 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-sound-out.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.404 7.012C2.474 4.395 4.454 2.416 7 2.416V1C3.535.931.848 3.618.99 7.011zM7 5.385V3.971c-1.768.07-3.04 1.344-3.04 3.04h1.414A1.95 1.95 0 0 1 7 5.386m10-2.97c2.546 0 4.526 1.98 4.596 4.597h1.414C23.152 3.618 20.465.93 17 1.002zm0 1.556v1.414a1.95 1.95 0 0 1 1.626 1.627h1.415c0-1.697-1.273-2.97-3.041-3.04M19 20v-8h3L12 3 2 12h3v8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-switch-outline.svg b/mkdocs-material/material/templates/.icons/material/home-switch-outline.svg new file mode 100644 index 0000000..17fd43e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-switch-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 3 1 9h2v6h4v-4h2v4h4V9h2zm3.5 6v4.5h-1v-4h-5v4h-1V8L8 5l3.5 3zM9 16v2h6v-2l3 3-3 3v-2H9v2l-3-3zm14-7h-2v6h-6v-5h4l-5.46-4.89L16 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-switch.svg b/mkdocs-material/material/templates/.icons/material/home-switch.svg new file mode 100644 index 0000000..13c4349 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-switch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.5 15v-4h3v4H13V9h2L8 3 1 9h2v6zM9 16v2h6v-2l3 3-3 3v-2H9v2l-3-3zm14-7h-2v6h-6v-5h4l-5.46-4.89L16 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-thermometer-outline.svg b/mkdocs-material/material/templates/.icons/material/home-thermometer-outline.svg new file mode 100644 index 0000000..838e203 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-thermometer-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 8a2 2 0 0 1 2 2v6.76c.61.55 1 1.35 1 2.24 0 1.66-1.34 3-3 3s-3-1.34-3-3c0-.89.39-1.69 1-2.24V10c0-1.1.9-2 2-2m0 1c-.55 0-1 .45-1 1v1h2v-1c0-.55-.45-1-1-1m-7-3.31-5 4.5V18h7.1l-.1 1 .1 1H5v-8H2l10-9 4.4 3.96c-.51.44-.9 1.01-1.15 1.65z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-thermometer.svg b/mkdocs-material/material/templates/.icons/material/home-thermometer.svg new file mode 100644 index 0000000..a03d66b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-thermometer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 8a2 2 0 0 1 2 2v6.76c.61.55 1 1.35 1 2.24 0 1.66-1.34 3-3 3s-3-1.34-3-3c0-.89.39-1.69 1-2.24V10c0-1.1.9-2 2-2m0 1c-.55 0-1 .45-1 1v1h2v-1c0-.55-.45-1-1-1M5 20v-8H2l10-9 4.4 3.96A3.97 3.97 0 0 0 15 10v6c-.63.83-1 1.87-1 3l.1 1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-variant-outline.svg b/mkdocs-material/material/templates/.icons/material/home-variant-outline.svg new file mode 100644 index 0000000..069ba34 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-variant-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 13h6v6h3v-9l-6-4.5L6 10v9h3zm-5 8V9l8-6 8 6v12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home-variant.svg b/mkdocs-material/material/templates/.icons/material/home-variant.svg new file mode 100644 index 0000000..b14ed49 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 3 8 6v12h-5v-7H9v7H4V9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/home.svg b/mkdocs-material/material/templates/.icons/material/home.svg new file mode 100644 index 0000000..c278dc2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/home.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hook-off.svg b/mkdocs-material/material/templates/.icons/material/hook-off.svg new file mode 100644 index 0000000..24bada8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hook-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 9.86v1.32l2 2V9.86c2.14-.55 3.43-2.73 2.87-4.86A4 4 0 0 0 13 2.11 4.01 4.01 0 0 0 10.13 7c.37 1.4 1.46 2.5 2.87 2.86M14 4a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2m4.73 18-3.87-3.87a5.015 5.015 0 0 1-6.03 3.69C6.6 21.28 5 19.29 5 17v-5l5 5H7a3 3 0 0 0 3 3 3 3 0 0 0 3-3v-.73l-11-11L3.28 4 13 13.72l2 2 5 5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hook.svg b/mkdocs-material/material/templates/.icons/material/hook.svg new file mode 100644 index 0000000..b534553 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hook.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 6a3.99 3.99 0 0 1-3 3.86V17a5 5 0 0 1-5 5 5 5 0 0 1-5-5v-5l5 5H7a3 3 0 0 0 3 3 3 3 0 0 0 3-3V9.86c-1.77-.46-3-2.06-3-3.89C10 3.76 11.8 2 14 2c2.22 0 4 1.79 4 4m-4 2a2 2 0 0 0 2-2 2 2 0 0 0-2-2 2 2 0 0 0-2 2 2 2 0 0 0 2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hoop-house.svg b/mkdocs-material/material/templates/.icons/material/hoop-house.svg new file mode 100644 index 0000000..ffddce9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hoop-house.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 5C6.5 5 2 9.5 2 15v6h20v-6c0-5.5-4.5-10-10-10m0 2c2.53 0 4.78 1.17 6.25 3H5.76C7.22 8.17 9.47 7 12 7M8 19H4v-4c0-1.06.21-2.07.58-3H8zm6 0h-4v-7h4zm6 0h-4v-7h3.42c.37.93.58 1.94.58 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hops.svg b/mkdocs-material/material/templates/.icons/material/hops.svg new file mode 100644 index 0000000..9999ba1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hops.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 12s-8.5-2-8.5-10c0 0 8.5 0 8.5 10M3 12C3 2 11.5 2 11.5 2c0 8-8.5 10-8.5 10m9-5.5s1 2.16 3 4c-.24 3.66-3 5.5-3 5.5s-2.76-1.84-3-5.5c2-1.84 3-4 3-4m8.75 6.75S20 17 18 19c0 0-2.47-1.64-3.67-4.19.72-1.23 1.17-2.69 1.42-3.68 1.38 1.05 3 1.87 5 2.12m-5.25 5c-1 2-3.5 3.5-3.5 3.5s-2.5-1.5-3.5-3.5c0 0 1.09-.91 1.85-2.45.47.55 1.01.99 1.65 1.2.64-.21 1.18-.65 1.65-1.2.76 1.54 1.85 2.45 1.85 2.45m-12.25-5c2-.25 3.62-1.07 5-2.12.25.99.7 2.45 1.42 3.68C8.47 17.36 6 19 6 19c-2-2-2.75-5.75-2.75-5.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/horizontal-rotate-clockwise.svg b/mkdocs-material/material/templates/.icons/material/horizontal-rotate-clockwise.svg new file mode 100644 index 0000000..f13b84e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/horizontal-rotate-clockwise.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 14-4-4-4 4h3.1c.46 4.56 2.48 8 4.9 8s4.44-3.44 4.9-8h-1.99c-.34 3.45-1.51 6-2.91 6s-2.57-2.55-2.91-6zm0-10c1.4 0 2.57 2.55 2.91 6h1.99c-.46-4.56-2.48-8-4.9-8-2.16 0-4 2.74-4.7 6.58l.7-.7 1.21 1.2C9.64 6.11 10.73 4 12 4m10 9v-2H11l2 2zM2 13h1l2-2H2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/horizontal-rotate-counterclockwise.svg b/mkdocs-material/material/templates/.icons/material/horizontal-rotate-counterclockwise.svg new file mode 100644 index 0000000..517dc03 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/horizontal-rotate-counterclockwise.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 10H9.09C9.43 6.55 10.6 4 12 4s2.57 2.55 2.91 6h1.99c-.46-4.56-2.48-8-4.9-8s-4.44 3.44-4.9 8H4l4 4zm0 10c-1.27 0-2.36-2.11-2.79-5.08L8 16.12l-.7-.7C8 19.26 9.84 22 12 22c2.42 0 4.44-3.44 4.9-8h-1.99c-.34 3.45-1.51 6-2.91 6m10-9h-9l-2 2h11zM2 13h3l-2-2H2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/horse-human.svg b/mkdocs-material/material/templates/.icons/material/horse-human.svg new file mode 100644 index 0000000..e3c894b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/horse-human.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 3.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S12.33 5 11.5 5 10 4.33 10 3.5M22 8v3.5l-1.03.35A2.5 2.5 0 0 1 18.5 14h-.08c-.14.68-.47 1.29-.92 1.78V22H15v-5h-.25c-.21 0-.42-.03-.62-.06l-4.44-.74-1.12 2.01.75 3.79H6.78L6 18.25c-.03-.3 0-.6.16-.86l1.02-1.81a3.27 3.27 0 0 1-1.68-2.77c-.04.15-.06.37-.03.69.03.44.14 1.09.07 1.81-.04.72-.37 1.46-.79 1.95-.43.49-.9.83-1.4 1.09l-.7-.7c.19-.47.38-.89.42-1.28.06-.37-.01-.67-.12-.94l-.53-1.13c-.21-.51-.47-1.25-.42-2.12.03-.85.5-1.96 1.39-2.57.9-.61 1.87-.7 2.66-.53.5.1 1.01.34 1.45.68.37-.17.8-.26 1.25-.26H9V8.11c0-1 .68-1.92 1.66-2.08A2 2 0 0 1 13 8v1.5h1.5V9c0-2.21 1.79-4 4-4H22l-.89 1.34c.54.36.89.97.89 1.66m-2 3.2-1.04-1.66c-.13-.21-.46-.12-.46.13V13c.83 0 1.5-.67 1.5-1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/horse-variant-fast.svg b/mkdocs-material/material/templates/.icons/material/horse-variant-fast.svg new file mode 100644 index 0000000..5187934 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/horse-variant-fast.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 8v8l-3 1-3.09-5.5c-.26-.46-.99-.23-.91.31L17 21 7 17l1.15-8.06A6.92 6.92 0 0 1 15 3h8l-1.58 2.37C22.36 5.88 23 6.86 23 8M4 5h3.58c.5-.76 1.12-1.43 1.83-2H4c-.55 0-1 .45-1 1s.45 1 1 1m1.84 6H2c-.55 0-1 .45-1 1s.45 1 1 1h3.55zM3 9h3.12l.05-.34c.08-.58.22-1.13.41-1.66H3c-.55 0-1 .45-1 1s.45 1 1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/horse-variant.svg b/mkdocs-material/material/templates/.icons/material/horse-variant.svg new file mode 100644 index 0000000..fecc31c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/horse-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 8v8l-3 1-3.09-5.5c-.26-.46-.99-.23-.91.31L14 21 4 17l1.15-8.06A6.92 6.92 0 0 1 12 3h8l-1.58 2.37C19.36 5.88 20 6.86 20 8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/horse.svg b/mkdocs-material/material/templates/.icons/material/horse.svg new file mode 100644 index 0000000..30d566c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/horse.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 6v3.5l-1.5.5-1.54-2.46c-.13-.21-.46-.12-.46.13v3.58c0 .98-.39 1.86-1 2.53V21H15v-6h-.25c-.21 0-.42-.03-.62-.06l-4.44-.74-1.12 2.01.96 4.79H7l-1-4.75c-.03-.3 0-.6.16-.86l1.02-1.81a3.27 3.27 0 0 1-1.68-2.77c-.04.15-.06.37-.03.69.03.44.14 1.09.07 1.81-.04.72-.37 1.46-.79 1.95-.43.49-.9.83-1.4 1.09l-.7-.7c.19-.47.38-.89.42-1.28.06-.37-.01-.67-.12-.94l-.53-1.13c-.21-.51-.47-1.25-.42-2.12.03-.85.5-1.96 1.39-2.57.9-.61 1.87-.69 2.66-.53.5.1 1.01.34 1.45.68.37-.17.8-.26 1.25-.26h5.75V7c0-2.21 1.79-4 4-4H22l-.89 1.34c.54.36.89.97.89 1.66"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/horseshoe.svg b/mkdocs-material/material/templates/.icons/material/horseshoe.svg new file mode 100644 index 0000000..5220543 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/horseshoe.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 4h1V1h-4v3s2 4 2 8-2 7-6 7-6-3-6-7 2-8 2-8V1H4v3h1S2 8 2 14c0 5 5 9 10 9s10-4 10-9c0-6-3-10-3-10M4 13c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1m2 6c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1m6 3c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1m6-3c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1m2-6c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hospital-box-outline.svg b/mkdocs-material/material/templates/.icons/material/hospital-box-outline.svg new file mode 100644 index 0000000..acc59bb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hospital-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 14h-4v4h-4v-4H6v-4h4V6h4v4h4m2-8H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m0 18H4V4h16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hospital-box.svg b/mkdocs-material/material/templates/.icons/material/hospital-box.svg new file mode 100644 index 0000000..39af692 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hospital-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 14h-4v4h-4v-4H6v-4h4V6h4v4h4m1-7H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hospital-building.svg b/mkdocs-material/material/templates/.icons/material/hospital-building.svg new file mode 100644 index 0000000..a189c52 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hospital-building.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 22V7a1 1 0 0 1 1-1h4V2h10v4h4a1 1 0 0 1 1 1v15h-8v-5h-4v5zM9 4v6h2V8h2v2h2V4h-2v2h-2V4zM4 20h4v-3H4zm0-5h4v-3H4zm12 5h4v-3h-4zm0-5h4v-3h-4zm-6 0h4v-3h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hospital-marker.svg b/mkdocs-material/material/templates/.icons/material/hospital-marker.svg new file mode 100644 index 0000000..acc3ec4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hospital-marker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c3.86 0 7 3.13 7 7 0 5.25-7 13-7 13S5 14.25 5 9a7 7 0 0 1 7-7M9 6v6h2v-2h2v2h2V6h-2v2h-2V6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hospital.svg b/mkdocs-material/material/templates/.icons/material/hospital.svg new file mode 100644 index 0000000..9aa85bc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hospital.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 14h-4v4h-4v-4H6v-4h4V6h4v4h4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hot-tub.svg b/mkdocs-material/material/templates/.icons/material/hot-tub.svg new file mode 100644 index 0000000..de8766b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hot-tub.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 4a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2m4.15 8H22v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-8h3v-.75C5 10 6 9 7.25 9h.03c.34 0 .67.09.96.23.26.12.5.27.69.5l1.4 1.55c.23.26.51.5.82.72M7 20v-6H5v6zm4 0v-6H9v6zm4 0v-6h-2v6zm4 0v-6h-2v6zm-.35-14.14c1.03 1 1.51 2.35 1.3 3.71l-.06.43H18l.09-.59c.15-.79-.09-1.58-.67-2.2l-.07-.06c-1.03-1.01-1.5-2.36-1.3-3.72l.06-.43H18l-.09.59c-.15.79.09 1.58.67 2.2zm-4 0c1.03 1 1.51 2.35 1.3 3.71l-.06.43H14l.09-.59c.15-.79-.09-1.58-.67-2.2l-.07-.06c-1.03-1.01-1.5-2.36-1.3-3.72l.06-.43H14l-.09.59c-.15.79.09 1.58.67 2.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hours-12.svg b/mkdocs-material/material/templates/.icons/material/hours-12.svg new file mode 100644 index 0000000..dd3cdab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hours-12.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 2v2c4 .5 7 3.8 7 7.9 0 3.2-1.9 6-4.7 7.3L13 17v5h5l-1.2-1.2c3.1-1.7 5.2-5 5.2-8.8 0-5.2-4-9.5-9-10m-2 0c-1.9.2-3.8 1-5.3 2.2l1.4 1.4C8.2 4.8 9.6 4.2 11 4zM4.2 5.7C3 7.2 2.2 9.1 2 11h2c.2-1.4.8-2.8 1.6-3.9zM2 13c.2 1.9 1 3.8 2.2 5.3l1.4-1.4C4.8 15.8 4.2 14.4 4 13zm5.1 5.4-1.4 1.4c1.5 1.2 3.4 2 5.3 2.2v-2c-1.4-.2-2.8-.8-3.9-1.6M12 8v2h3v1h-1c-1.1 0-2 .9-2 2v3h5v-2h-3v-1h1c1.1 0 2-.9 2-2v-1c0-1.1-.9-2-2-2zM7 8v2h1v6h2V8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hours-24.svg b/mkdocs-material/material/templates/.icons/material/hours-24.svg new file mode 100644 index 0000000..5a07067 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hours-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 2.05v2.02c3.95.49 7 3.85 7 7.93 0 3.21-1.92 6-4.72 7.28L13 17v5h5l-1.22-1.22C19.91 19.07 22 15.76 22 12c0-5.18-3.95-9.45-9-9.95M11 2c-1.95.2-3.8.96-5.32 2.21L7.1 5.63A8.2 8.2 0 0 1 11 4zM4.2 5.68C2.96 7.2 2.2 9.05 2 11h2c.19-1.42.75-2.77 1.63-3.9zM6 8v2h3v1H8c-1.1 0-2 .9-2 2v3h5v-2H8v-1h1c1.11 0 2-.89 2-2v-1a2 2 0 0 0-2-2zm6 0v5h3v3h2v-3h1v-2h-1V8h-2v3h-1V8zM2 13c.2 1.95.97 3.8 2.22 5.32l1.42-1.42A8.2 8.2 0 0 1 4 13zm5.11 5.37-1.43 1.42A10.04 10.04 0 0 0 11 22v-2a8.06 8.06 0 0 1-3.89-1.63"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hub-outline.svg b/mkdocs-material/material/templates/.icons/material/hub-outline.svg new file mode 100644 index 0000000..bbd7aa7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hub-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 6.5c-1.7 0-3 1.3-3 3v.2l-2 .7c-.6-1.2-1.8-2.1-3.2-2.3V5.9C14 5.6 15 4.4 15 3c0-1.7-1.3-3-3-3S9 1.3 9 3c0 1.4 1 2.6 2.2 2.9v2.2c-1.3.2-2.5 1.1-3.2 2.3l-2-.7v-.2c0-1.7-1.3-3-3-3s-3 1.3-3 3 1.3 3 3 3c1.1 0 2-.6 2.5-1.4l2 .7c-.2 1.3.2 2.7 1.1 3.7l-1.4 1.8Q6.6 17 6 17c-1.7 0-3 1.3-3 3s1.3 3 3 3 3-1.3 3-3q0-1.05-.6-1.8l1.4-1.8c1.4.8 3 .8 4.4 0l1.4 1.8q-.6.75-.6 1.8c0 1.7 1.3 3 3 3s3-1.3 3-3-1.3-3-3-3c-.4 0-.9.1-1.2.3l-1.4-1.8c.9-1 1.3-2.4 1.1-3.7l2-.7c.5.8 1.5 1.4 2.5 1.4 1.7 0 3-1.3 3-3s-1.3-3-3-3m-18 4c-.5 0-1-.4-1-1s.5-1 1-1 1 .4 1 1-.5 1-1 1M6 21c-.6 0-1-.5-1-1s.4-1 1-1 1 .5 1 1-.4 1-1 1m5-18c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1-1-.5-1-1m1 12c-1.4 0-2.5-1.1-2.5-2.5S10.6 10 12 10s2.5 1.1 2.5 2.5S13.4 15 12 15m6 4c.5 0 1 .5 1 1s-.5 1-1 1-1-.5-1-1 .5-1 1-1m3-8.5c-.5 0-1-.4-1-1s.5-1 1-1 1 .4 1 1-.5 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hub.svg b/mkdocs-material/material/templates/.icons/material/hub.svg new file mode 100644 index 0000000..8570784 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hub.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.4 18.2q.6.75.6 1.8c0 1.7-1.3 3-3 3s-3-1.3-3-3 1.3-3 3-3q.6 0 1.2.3l1.4-1.8c-.9-1-1.3-2.4-1.1-3.7l-2-.7c-.5.8-1.4 1.4-2.5 1.4-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3v.2l2 .7c.6-1.2 1.8-2.1 3.2-2.3V5.9C10 5.6 9 4.4 9 3c0-1.7 1.3-3 3-3s3 1.3 3 3c0 1.4-1 2.6-2.2 2.9v2.2c1.4.2 2.6 1.1 3.2 2.3l2-.7v-.2c0-1.7 1.3-3 3-3s3 1.3 3 3-1.3 3-3 3c-1.1 0-2-.6-2.5-1.4l-2 .7c.2 1.3-.2 2.7-1.1 3.7l1.4 1.8q.6-.3 1.2-.3c1.7 0 3 1.3 3 3s-1.3 3-3 3-3-1.3-3-3q0-1.05.6-1.8l-1.4-1.8c-1.4.8-3 .8-4.4 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hubspot.svg b/mkdocs-material/material/templates/.icons/material/hubspot.svg new file mode 100644 index 0000000..be35b08 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hubspot.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.1 8.6V6.2c.6-.3 1.1-.9 1.1-1.6v-.1c0-1-.8-1.8-1.8-1.8h-.1c-1 0-1.8.8-1.8 1.8v.1c0 .7.4 1.3 1.1 1.6v2.4c-.9.1-1.8.5-2.5 1.1L6.5 4.6c.3-1.1-.4-2.3-1.5-2.5s-2.2.3-2.5 1.4.4 2.3 1.5 2.6c.5.1 1.1.1 1.6-.2l6.4 5c-1.2 1.8-1.2 4.1.1 5.9l-2 2c-.2 0-.3-.1-.5-.1-.9 0-1.7.8-1.7 1.7S8.7 22 9.6 22s1.7-.8 1.7-1.7c0-.2 0-.3-.1-.5l1.9-1.9c2.3 1.7 5.6 1.3 7.3-1s1.3-5.6-1-7.3c-.6-.5-1.4-.9-2.3-1m-.8 7.8c-1.5 0-2.7-1.2-2.7-2.7s1.2-2.7 2.7-2.7 2.7 1.2 2.7 2.7-1.2 2.7-2.7 2.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hulu.svg b/mkdocs-material/material/templates/.icons/material/hulu.svg new file mode 100644 index 0000000..c82efae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hulu.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.5 12.8V22h-4.8v-8.1c0-.7-.6-1.3-1.3-1.3h-2.9c-.7 0-1.3.6-1.3 1.3V22H4.5V2h4.8v6.4c.3-.1.6-.2.9-.2H15c2.5 0 4.5 2.1 4.5 4.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/human-baby-changing-table.svg b/mkdocs-material/material/templates/.icons/material/human-baby-changing-table.svg new file mode 100644 index 0000000..8bed8bd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/human-baby-changing-table.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.5 6.08c-.78.04-1.5.54-1.78 1.32L3 12.13V22h4v-9.16l1.42-3.9L10.7 10H14V8h-2.85L7.29 6.2a2.2 2.2 0 0 0-.79-.12M9 17h12v2H9m1-15.5a2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2 2 2 0 0 1 2 2m11 11a1.5 1.5 0 0 1-1.5 1.5 1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5 1.5 1.5 0 0 1 1.5 1.5M9 11v2h2v1c0 1.11.89 2 2 2h2c1.11 0 2-.89 2-2v-3h-2v2h-2v-1a1 1 0 0 0-1-1Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/human-cane.svg b/mkdocs-material/material/templates/.icons/material/human-cane.svg new file mode 100644 index 0000000..b6e6310 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/human-cane.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 12.24V22h-.94v-9.76c0-.15-.06-.24-.13-.35a.42.42 0 0 0-.31-.13.46.46 0 0 0-.35.13c-.09.11-.13.21-.13.35v.92h-.91v-.66c-.7-.17-1.33-.46-1.88-.87s-1.01-.89-1.39-1.44l-.35 1.2c-.11.42-.11.85-.11 1.29v.65l1.85 2.61V22H11.5v-4.66L9.82 15l-.17 3.25L6.86 22l-1.48-1.13 2.39-3.23v-4.96c0-.53.05-1.05.14-1.57l.34-1.57-1.39.78v3.31H5v-4.4l5-2.83c.29-.14.59-.22.91-.22s.63.09.92.26c.32.18.56.44.74.79l.74 1.57c.29.58.73 1.07 1.33 1.46.59.39 1.25.59 1.98.59.38 0 .7.15.98.39.28.26.4.59.4 1M12 2a2 2 0 0 1 2 2c0 1.11-.89 2-2 2a2 2 0 1 1 0-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/human-capacity-decrease.svg b/mkdocs-material/material/templates/.icons/material/human-capacity-decrease.svg new file mode 100644 index 0000000..eb3256c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/human-capacity-decrease.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 4c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2m4.78 3.58C19.93 7.21 19 7 18 7c-.67 0-1.31.1-1.92.28.58.55.92 1.32.92 2.15V10h5v-.57c0-.81-.5-1.53-1.22-1.85M6 6c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2m1.92 1.28C7.31 7.1 6.67 7 6 7c-1 0-1.93.21-2.78.58C2.5 7.9 2 8.62 2 9.43V10h5v-.57c0-.83.34-1.6.92-2.15M10 4c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2m6 6H8v-.57c0-.81.5-1.53 1.22-1.85C10.07 7.21 11 7 12 7s1.93.21 2.78.58C15.5 7.9 16 8.62 16 9.43zm-1 6c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2m6 6h-8v-.57c0-.81.5-1.53 1.22-1.85C15.07 19.21 16 19 17 19s1.93.21 2.78.58c.72.32 1.22 1.04 1.22 1.85zM5 16c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2m6 6H3v-.57c0-.81.5-1.53 1.22-1.85C5.07 19.21 6 19 7 19s1.93.21 2.78.58c.72.32 1.22 1.04 1.22 1.85zm1.75-9v-2h-1.5v2H9l3 3 3-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/human-capacity-increase.svg b/mkdocs-material/material/templates/.icons/material/human-capacity-increase.svg new file mode 100644 index 0000000..8b2a67a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/human-capacity-increase.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 4c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2m4.78 3.58C19.93 7.21 19 7 18 7c-.67 0-1.31.1-1.92.28.58.55.92 1.32.92 2.15V10h5v-.57c0-.81-.5-1.53-1.22-1.85M6 6c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2m1.92 1.28C7.31 7.1 6.67 7 6 7c-1 0-1.93.21-2.78.58C2.5 7.9 2 8.62 2 9.43V10h5v-.57c0-.83.34-1.6.92-2.15M10 4c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2m6 6H8v-.57c0-.81.5-1.53 1.22-1.85C10.07 7.21 11 7 12 7s1.93.21 2.78.58C15.5 7.9 16 8.62 16 9.43M15 16c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2m6 6h-8v-.57c0-.81.5-1.53 1.22-1.85C15.07 19.21 16 19 17 19s1.93.21 2.78.58c.72.32 1.22 1.04 1.22 1.85M5 16c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2m6 6H3v-.57c0-.81.5-1.53 1.22-1.85C5.07 19.21 6 19 7 19s1.93.21 2.78.58c.72.32 1.22 1.04 1.22 1.85M12.75 14v2h-1.5v-2H9l3-3 3 3Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/human-child.svg b/mkdocs-material/material/templates/.icons/material/human-child.svg new file mode 100644 index 0000000..ce5f9b8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/human-child.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3m-1 20H8v-6H6V9h12v7h-2v6h-3v-4h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/human-dolly.svg b/mkdocs-material/material/templates/.icons/material/human-dolly.svg new file mode 100644 index 0000000..9782063 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/human-dolly.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.78 21.84a1.998 1.998 0 1 1-1.56-3.68 1.998 1.998 0 1 1 1.56 3.68M7.62 6c1.11 0 2-.89 2-2a2 2 0 0 0-2-2c-1.12 0-2 .9-2 2 0 1.11.88 2 2 2m14.43 10.34L18.2 18c.22.22.42.5.56.82.14.33.2.68.24 1l3.83-1.64zM10.16 8.78l.74 1.81c-.24-.09-.46-.21-.64-.33-.6-.39-1.04-.88-1.33-1.46l-.74-1.57c-.19-.35-.42-.61-.74-.79-.29-.17-.6-.26-.92-.26s-.62.08-.91.22c-1.4 1.1-1.75 3.14-1.75 3.14l-.34 1.57c-.09.52-.14 1.04-.14 1.57v4.96L1 20.87 2.5 22l2.77-3.75.17-3.25 1.68 2.34V22h1.85v-6.06l-1.85-2.61v-.65c0-.44 0-.87.11-1.29l.35-1.2c.38.55.84 1.03 1.39 1.44.45.34 1.71.94 2.9 1.23L14 17.8c.22-.22.5-.42.83-.56.32-.14.67-.2.99-.24L12 8zm5.2 3.34 1.96 4.6 5.63-2.41L21 9.72"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/human-edit.svg b/mkdocs-material/material/templates/.icons/material/human-edit.svg new file mode 100644 index 0000000..f2c7ced --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/human-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.07 14.88 2.05 2.05L15.06 23H13v-2.06zm1.97-1.75c.14 0 .27.06.38.17l1.28 1.28c.22.21.22.56 0 .77l-1 1-2.05-2.05 1-1c.11-.11.25-.17.39-.17M21 9h-6v7l-2 2v-2h-2v6H9V9H3V7h18zm-9-7c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/human-female-boy.svg b/mkdocs-material/material/templates/.icons/material/human-female-boy.svg new file mode 100644 index 0000000..abbc14b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/human-female-boy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.5 2a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2M6 22v-6H3l2.6-7.6c.3-.8 1-1.4 1.9-1.4s1.7.6 1.9 1.4L12 16H9v6zm8.5-10a2 2 0 0 1 2-2 2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2m-1 3h6v4H18v3h-3v-3h-1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/human-female-dance.svg b/mkdocs-material/material/templates/.icons/material/human-female-dance.svg new file mode 100644 index 0000000..6c6d526 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/human-female-dance.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 17h-2v6h-2v-6h-2.12l-1.54 1.93 2.37 2.36-1.42 1.42-2.36-2.37c-.35-.34-.55-.81-.58-1.3s.12-.98.43-1.36l.54-.68H7l2-4v-3c-.62.47-1.12 1.07-1.47 1.76-.35.7-.53 1.46-.53 2.24H5a7 7 0 0 1 7-7c1.33 0 2.6-.53 3.54-1.46C16.47 4.6 17 3.33 17 2h2c0 1.32-.38 2.62-1.09 3.73A7 7 0 0 1 15 8.31V13zM14 4c0 .4-.12.78-.34 1.11s-.53.59-.89.74a2 2 0 0 1-2.18-.44c-.28-.28-.47-.63-.55-1.02s-.04-.79.11-1.15c.15-.37.41-.68.74-.9S11.6 2 12 2c.53 0 1.04.21 1.41.59.38.37.59.88.59 1.41"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/human-female-female-child.svg b/mkdocs-material/material/templates/.icons/material/human-female-female-child.svg new file mode 100644 index 0000000..d9e9394 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/human-female-female-child.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 4c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2m4 12h2.5L20 8.4c-.3-.8-1-1.4-1.9-1.4H18c-.9 0-1.6.6-1.9 1.4l-.9 2.6c1.1.6 1.8 1.7 1.8 3.1V22h3m-7.5-10.5c.8 0 1.5-.7 1.5-1.5s-.7-1.5-1.5-1.5S11 9.2 11 10s.7 1.5 1.5 1.5M5 6c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2m9 16v-4h1v-4c0-.8-.7-1.5-1.5-1.5h-2c-.8 0-1.5.7-1.5 1.5v4h1v4zm-7 0v-6h2.5L7 8.4C6.7 7.6 6 7 5.1 7H5c-.9 0-1.6.6-1.9 1.4L1.5 16H4v6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/human-female-female.svg b/mkdocs-material/material/templates/.icons/material/human-female-female.svg new file mode 100644 index 0000000..c886974 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/human-female-female.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.5 2a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2M6 22v-6H3l2.6-7.6c.3-.8 1-1.4 1.9-1.4s1.7.6 1.9 1.4L12 16l2.6-7.6c.3-.8 1-1.4 1.9-1.4s1.7.6 1.9 1.4L21 16h-3v6h-3v-6H9v6zM16.5 2a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/human-female-girl.svg b/mkdocs-material/material/templates/.icons/material/human-female-girl.svg new file mode 100644 index 0000000..8710ccf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/human-female-girl.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.5 2a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2M6 22v-6H3l2.6-7.6c.3-.8 1-1.4 1.9-1.4s1.7.6 1.9 1.4L12 16H9v6zm8.5-10a2 2 0 0 1 2-2 2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2m.5 3h3l1.5 4H18v3h-3v-3h-1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/human-female.svg b/mkdocs-material/material/templates/.icons/material/human-female.svg new file mode 100644 index 0000000..620abfa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/human-female.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2m-1.5 20v-6h-3l2.59-7.59C10.34 7.59 11.1 7 12 7s1.66.59 1.91 1.41L16.5 16h-3v6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/human-greeting-proximity.svg b/mkdocs-material/material/templates/.icons/material/human-greeting-proximity.svg new file mode 100644 index 0000000..3716280 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/human-greeting-proximity.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 14H9a9 9 0 0 1 9-9v2c-3.87 0-7 3.13-7 7m7-3V9c-2.76 0-5 2.24-5 5h2c0-1.66 1.34-3 3-3M7 4c0-1.11-.89-2-2-2s-2 .89-2 2 .89 2 2 2 2-.89 2-2m4.45.5h-2A2.98 2.98 0 0 1 6.5 7h-3C2.67 7 2 7.67 2 8.5V11h6V8.74a4.98 4.98 0 0 0 3.45-4.24M19 17c1.11 0 2-.89 2-2s-.89-2-2-2-2 .89-2 2 .89 2 2 2m1.5 1h-3c-1.5 0-2.71-1.08-2.95-2.5h-2c.2 2 1.59 3.65 3.45 4.24V22h6v-2.5c0-.83-.67-1.5-1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/human-greeting-variant.svg b/mkdocs-material/material/templates/.icons/material/human-greeting-variant.svg new file mode 100644 index 0000000..2b4f4eb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/human-greeting-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.5 4v1.5c0 4.15 2.21 7.78 5.5 9.8V20h15v-2c0-2.66-5.33-4-8-4h-.25C9 14 5 10 5 5.5V4m9 0a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/human-greeting.svg b/mkdocs-material/material/templates/.icons/material/human-greeting.svg new file mode 100644 index 0000000..867689e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/human-greeting.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m3.9 6.1c-.4-.4-1.1-1.1-2.4-1.1H11C8.2 7 6 4.8 6 2H4c0 3.2 2.1 5.8 5 6.7V22h2v-6h2v6h2V10.1l4 3.9 1.4-1.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/human-handsdown.svg b/mkdocs-material/material/templates/.icons/material/human-handsdown.svg new file mode 100644 index 0000000..5c59918 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/human-handsdown.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1a2 2 0 0 0-2 2c0 1.11.89 2 2 2s2-.89 2-2a2 2 0 0 0-2-2m-2 5c-.27 0-.5.11-.69.28H9.3L4 11.59 5.42 13 9 9.41V22h2v-7h2v7h2V9.41L18.58 13 20 11.59l-5.3-5.31c-.2-.17-.43-.28-.7-.28"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/human-handsup.svg b/mkdocs-material/material/templates/.icons/material/human-handsup.svg new file mode 100644 index 0000000..4d7dcea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/human-handsup.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 1c0 2.7 1.56 5.16 4 6.32V22h2v-7h2v7h2V7.31C17.44 6.16 19 3.7 19 1h-2a5 5 0 0 1-5 5 5 5 0 0 1-5-5m5 0c-1.11 0-2 .89-2 2s.89 2 2 2 2-.89 2-2-.89-2-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/human-male-board-poll.svg b/mkdocs-material/material/templates/.icons/material/human-male-board-poll.svg new file mode 100644 index 0000000..64493fe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/human-male-board-poll.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 17c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2H9.5c.3.6.5 1.3.5 2h10v11h-9v2m4-10v2H9v13H7v-6H5v6H3v-8H1.5V9c0-1.1.9-2 2-2zM8 4c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2m9 2h2v8h-2zm-3 4h2v4h-2zm-3 0h2v4h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/human-male-board.svg b/mkdocs-material/material/templates/.icons/material/human-male-board.svg new file mode 100644 index 0000000..d3b6402 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/human-male-board.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 17a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H9.46c.35.61.54 1.3.54 2h10v11h-9v2m4-10v2H9v13H7v-6H5v6H3v-8H1.5V9a2 2 0 0 1 2-2zM8 4a2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2 2 2 0 0 1 2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/human-male-boy.svg b/mkdocs-material/material/templates/.icons/material/human-male-boy.svg new file mode 100644 index 0000000..12ce0a3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/human-male-boy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.5 2a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2M6 7h3a2 2 0 0 1 2 2v5.5H9.5V22h-4v-7.5H4V9a2 2 0 0 1 2-2m8.5 5a2 2 0 0 1 2-2 2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2m-1 3h6v4H18v3h-3v-3h-1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/human-male-child.svg b/mkdocs-material/material/templates/.icons/material/human-male-child.svg new file mode 100644 index 0000000..9b1652a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/human-male-child.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.89 2-2-.89-2-2-2M5 7c-1.11 0-2 .89-2 2v6h2v7h5V11.6l2.53 4.4h2.44L16 14.66V22h4v-5h1v-3c0-1.11-.89-2-2-2h-2.5c-.6 0-1.13.26-1.5.68-.33.42-.68.88-1 1.32h-.31L10 7.66C9.84 7.38 9.22 7 8.5 7zm13 1c-.83 0-1.5.67-1.5 1.5S17.17 11 18 11s1.5-.67 1.5-1.5S18.83 8 18 8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/human-male-female-child.svg b/mkdocs-material/material/templates/.icons/material/human-male-female-child.svg new file mode 100644 index 0000000..7bf51e1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/human-male-female-child.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 4c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2m4 18v-6h2.5L20 8.4c-.3-.8-1-1.4-1.9-1.4H18c-.9 0-1.6.6-1.9 1.4l-.9 2.6c1.1.6 1.8 1.7 1.8 3.1V22zm-7.5-10.5c.8 0 1.5-.7 1.5-1.5s-.7-1.5-1.5-1.5S11 9.2 11 10s.7 1.5 1.5 1.5M5.5 6c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2m2 16v-7H9V9c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v6h1.5v7zm6.5 0v-4h1v-4c0-.8-.7-1.5-1.5-1.5h-2c-.8 0-1.5.7-1.5 1.5v4h1v4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/human-male-female.svg b/mkdocs-material/material/templates/.icons/material/human-male-female.svg new file mode 100644 index 0000000..f9cc187 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/human-male-female.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.5 2a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2M6 7h3a2 2 0 0 1 2 2v5.5H9.5V22h-4v-7.5H4V9a2 2 0 0 1 2-2m10.5-5a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2M15 22v-6h-3l2.59-7.59C14.84 7.59 15.6 7 16.5 7s1.66.59 1.91 1.41L21 16h-3v6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/human-male-girl.svg b/mkdocs-material/material/templates/.icons/material/human-male-girl.svg new file mode 100644 index 0000000..2a6a839 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/human-male-girl.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.5 2a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2M6 7h3a2 2 0 0 1 2 2v5.5H9.5V22h-4v-7.5H4V9a2 2 0 0 1 2-2m8.5 5a2 2 0 0 1 2-2 2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2m.5 3h3l1.5 4H18v3h-3v-3h-1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/human-male-height-variant.svg b/mkdocs-material/material/templates/.icons/material/human-male-height-variant.svg new file mode 100644 index 0000000..c616ec4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/human-male-height-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 2c1.78 0 2.67 2.16 1.42 3.42C7.16 6.67 5 5.78 5 4a2 2 0 0 1 2-2M5.5 7h3a2 2 0 0 1 2 2v5.5H9V22H5v-7.5H3.5V9a2 2 0 0 1 2-2M19 8h2l-3-4-3 4h2v8h-2l3 4 3-4h-2m3-14h-8v2h8m0 16h-8v2h8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/human-male-height.svg b/mkdocs-material/material/templates/.icons/material/human-male-height.svg new file mode 100644 index 0000000..2b4b60e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/human-male-height.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 2c1.78 0 2.67 2.16 1.42 3.42C7.16 6.67 5 5.78 5 4a2 2 0 0 1 2-2M5.5 7h3a2 2 0 0 1 2 2v5.5H9V22H5v-7.5H3.5V9a2 2 0 0 1 2-2M21 8h-6v2h6m0 1h-3v2h3m0-11h-6v2h6m0 1h-3v2h3m0 7h-6v2h6m0 4h-6v2h6m0-5h-3v2h3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/human-male-male-child.svg b/mkdocs-material/material/templates/.icons/material/human-male-male-child.svg new file mode 100644 index 0000000..52a11fd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/human-male-male-child.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.5 11.5c.8 0 1.5-.7 1.5-1.5s-.7-1.5-1.5-1.5S11 9.2 11 10s.7 1.5 1.5 1.5M5.5 6c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2m2 16v-7H9V9c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v6h1.5v7zm6.5 0v-4h1v-4c0-.8-.7-1.5-1.5-1.5h-2c-.8 0-1.5.7-1.5 1.5v4h1v4zm4.5-16c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2M22 9v6h-1.5v7H17v-8c0-1.4-.8-2.6-2-3.1V9c0-1.1.9-2 2-2h3c1.1 0 2 .9 2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/human-male-male.svg b/mkdocs-material/material/templates/.icons/material/human-male-male.svg new file mode 100644 index 0000000..dcc30f5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/human-male-male.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.5 2a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2M6 7h3a2 2 0 0 1 2 2v5.5H9.5V22h-4v-7.5H4V9a2 2 0 0 1 2-2m10.5-5a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2M15 7h3a2 2 0 0 1 2 2v5.5h-1.5V22h-4v-7.5H13V9a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/human-male.svg b/mkdocs-material/material/templates/.icons/material/human-male.svg new file mode 100644 index 0000000..392cd26 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/human-male.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2m-1.5 5h3a2 2 0 0 1 2 2v5.5H14V22h-4v-7.5H8.5V9a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/human-non-binary.svg b/mkdocs-material/material/templates/.icons/material/human-non-binary.svg new file mode 100644 index 0000000..76507d1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/human-non-binary.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a2 2 0 1 1 0 4c-1.11 0-2-.89-2-2s.9-2 2-2m1.91 6.41A1.99 1.99 0 0 0 12 7h-1.5c-1.1 0-2 .9-2 2v5.5H10V22h3.5v-6h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/human-pregnant.svg b/mkdocs-material/material/templates/.icons/material/human-pregnant.svg new file mode 100644 index 0000000..1048dcb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/human-pregnant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 4c0-1.11.89-2 2-2s2 .89 2 2-.89 2-2 2-2-.89-2-2m7 9c0-1.34-.83-2.5-2-3a3 3 0 0 0-3-3 3 3 0 0 0-3 3v7h2v5h3v-5h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/human-queue.svg b/mkdocs-material/material/templates/.icons/material/human-queue.svg new file mode 100644 index 0000000..1a2c7a3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/human-queue.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.89 2-2-.89-2-2-2m7-2a2 2 0 1 0 2 2c0-1.11-.89-2-2-2m7-2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.89 2-2-.89-2-2-2M3.5 11c-.83 0-1.5.67-1.5 1.5V17h1v5h4v-5h1v-4.5c0-.83-.67-1.5-1.5-1.5zm7-2C9.67 9 9 9.67 9 10.5V15h1v5h4v-5h1v-4.5c0-.83-.67-1.5-1.5-1.5zm7-2c-.83 0-1.5.67-1.5 1.5V13h1v5h4v-5h1V8.5c0-.83-.67-1.5-1.5-1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/human-scooter.svg b/mkdocs-material/material/templates/.icons/material/human-scooter.svg new file mode 100644 index 0000000..5d6fa39 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/human-scooter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.5 2.25c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5M20 18a2 2 0 0 1 2 2c0 1.11-.89 2-2 2-.74 0-1.39-.4-1.73-1H8.73A2 2 0 1 1 7 18c.74 0 1.39.4 1.73 1H13v-5.5l-3.27-2.27L6.77 14c-.41.37-1.04.34-1.42-.06l-3.07-3.29c-.37-.41-.35-1.04.05-1.42.41-.37 1.04-.35 1.41.05l2.39 2.56 7.13-6.64.04-.02a1 1 0 0 1 1.41.12L16.97 8H20c.55 0 1 .45 1 1s-.45 1-1 1h-3.5c-.35 0-.65-.18-.83-.44l-1.5-1.79-2.53 2.36 2.93 2.05c.26.18.43.48.43.82v6h.61c.43-1.87 2.02-3.3 3.97-3.5l-.77-4.5h1.5l1.08 6.34A3.004 3.004 0 0 0 17.17 19h1.1c.34-.6.99-1 1.73-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/human-walker.svg b/mkdocs-material/material/templates/.icons/material/human-walker.svg new file mode 100644 index 0000000..d5a9740 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/human-walker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m7.8 15.7-.6-6.4c-.1-.8-.7-1.3-1.5-1.3H16c-1.5 0-2.9-.5-3.8-1.4l-2-2c-.1-.2-.6-.6-1.4-.6-.5 0-1 .2-1.4.6L4.1 9.9c-.5.7-.5 1.6-.2 2.1l1.4 2.8-3.1 4L3.8 20l3.7-4.7-.3-1.3.8.8V20h2v-6.1l-2.1-2.1 2.4-2.4c.9.9 1.7 1.8 3.6 2.3L13 20h1.5l.4-3.5h3.2l.1 1.2c-.4.3-.7.7-.7 1.3 0 .8.7 1.5 1.5 1.5s1.5-.7 1.5-1.5c0-.5-.3-1-.7-1.3M15.1 15l.4-3.5h2l.4 3.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/human-wheelchair.svg b/mkdocs-material/material/templates/.icons/material/human-wheelchair.svg new file mode 100644 index 0000000..ea6895a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/human-wheelchair.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.5 4a2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2 2 2 0 0 1 2 2M5 7c-1.11 0-2 .89-2 2v6h2v7h3.61a7 7 0 0 1-2.11-5 7 7 0 0 1 3.5-6.05V9c0-1.11-.89-2-2-2m5 1v8h5.5l2.7 3.6 1.6-1.2-3.3-4.4H15V8m-3 4.23A5 5 0 0 0 8.5 17a5 5 0 0 0 5 5 5 5 0 0 0 5-5h-2a3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 1.5-2.59Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/human-white-cane.svg b/mkdocs-material/material/templates/.icons/material/human-white-cane.svg new file mode 100644 index 0000000..8715326 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/human-white-cane.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 4a2 2 0 1 1 4 0c0 1.11-.89 2-2 2a2 2 0 0 1-2-2m12.65 17.5L14.5 10.85c-.73 0-1.27-.2-1.86-.59-.6-.39-1.04-.88-1.33-1.46l-.74-1.57c-.18-.35-.42-.61-.74-.79-.29-.17-.6-.26-.92-.26s-.62.08-.91.22L3 9.23v4.4h1.86v-3.31l1.39-.78-.34 1.57c-.09.52-.14 1.04-.14 1.57v4.96l-2.39 3.23L4.86 22l2.79-3.75.17-3.25 1.68 2.34V22h1.85v-6.06L9.5 13.33v-.65c0-.44 0-.87.11-1.29l.35-1.2c.38.55.85 1.01 1.39 1.44.85.68 1.65.96 3 .95L19.78 22z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/human.svg b/mkdocs-material/material/templates/.icons/material/human.svg new file mode 100644 index 0000000..6c5b3e3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/human.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 9h-6v13h-2v-6h-2v6H9V9H3V7h18m-9-5a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2c0-1.11.89-2 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/humble-bundle.svg b/mkdocs-material/material/templates/.icons/material/humble-bundle.svg new file mode 100644 index 0000000..91cb124 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/humble-bundle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.91 18.12c-2.82 0 1.52-15.99 1.52-15.99h-2.9s-1.19 3.76-1.98 7.94h-2.5c.06-.86.1-1.73.08-2.57C11 .59 7 1.87 5.18 3.45 3.47 4.95 2.03 7.8 2 10h1.35s.9-4.12 3.72-4.12-1.53 15.99-1.53 15.99h2.91s1.5-4.28 2.25-9.06l2.39-.01c-.14 1.24-.18 2.6-.16 3.87.11 6.89 4.13 5.41 5.93 3.83C20.67 18.92 22 15.58 22 14h-1.39c.01.12-.88 4.12-3.7 4.12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hvac-off.svg b/mkdocs-material/material/templates/.icons/material/hvac-off.svg new file mode 100644 index 0000000..efb4145 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hvac-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.11 21.46 2.39 1.73 1.11 3 3 4.89V21h16.11l1.73 1.73zM12 18c-3.33 0-6-2.67-6-6 0-1.18.34-2.27.92-3.19l1.51 1.51c-.19.37-.33.77-.37 1.18h1.55l1 1H8.06c.05.53.24 1.05.52 1.5h3.53l1 1H9.38c.7.61 1.59 1 2.62 1 .63 0 1.19-.16 1.7-.41l1.49 1.49c-.92.58-2.01.92-3.19.92m0-10c1.03 0 1.92.39 2.63 1H12.2l-.93-.93c.23-.04.48-.07.73-.07M9.67 6.47 6.2 3H21v14.8l-3.47-3.47c.3-.71.47-1.5.47-2.33 0-3.33-2.67-6-6-6-.83 0-1.62.17-2.33.47m6.27 5.03H14.7L13.2 10h2.22c.28.45.47.97.52 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hvac.svg b/mkdocs-material/material/templates/.icons/material/hvac.svg new file mode 100644 index 0000000..0d470ec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hvac.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.58 14c-.28-.45-.47-.97-.52-1.5h7.88c-.05.53-.24 1.05-.47 1.5zM12 16c-1.03 0-1.92-.39-2.62-1h5.25c-.71.61-1.6 1-2.63 1m0-8c1.03 0 1.92.39 2.63 1H9.38c.7-.61 1.59-1 2.62-1m-3.42 2h6.84c.28.45.47.97.52 1.5H8.06c.05-.53.24-1.05.52-1.5M3 3v18h18V3zm9 15c-3.33 0-6-2.67-6-6s2.67-6 6-6 6 2.67 6 6-2.67 6-6 6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hydraulic-oil-level.svg b/mkdocs-material/material/templates/.icons/material/hydraulic-oil-level.svg new file mode 100644 index 0000000..2f58f22 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hydraulic-oil-level.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 18c-1.66 0-3-1.34-3-3 0-2 3-5.37 3-5.37S18 13 18 15c0 1.66-1.34 3-3 3m5-14v16H10V4H8v16c0 1.11.89 2 2 2h10c1.11 0 2-.89 2-2V4zM2 19l5-5-5-5zM16 6V2h-2v4h-3v2h8V6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hydraulic-oil-temperature.svg b/mkdocs-material/material/templates/.icons/material/hydraulic-oil-temperature.svg new file mode 100644 index 0000000..2327c7a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hydraulic-oil-temperature.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 18c-1.66 0-3-1.34-3-3 0-2 3-5.37 3-5.37S12 13 12 15c0 1.66-1.34 3-3 3m5-14v16H4V4H2v16c0 1.11.89 2 2 2h10c1.11 0 2-.89 2-2V4zm-4 2V2H8v4H5v2h8V6zm11 11.5v-12c0-.83-.67-1.5-1.5-1.5S18 4.67 18 5.5v12a2.5 2.5 0 1 0 4 2c0-.79-.37-1.5-1-2M20 13h-1V6h1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hydro-power.svg b/mkdocs-material/material/templates/.icons/material/hydro-power.svg new file mode 100644 index 0000000..682537d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hydro-power.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.12 3.55a2 2 0 0 0-1.92 1.4l-.8 2.55a3 3 0 0 0-1.07.24L11.5 5.77l-1.33-1.48a2 2 0 0 0-.12 2.83l1.81 1.97a3 3 0 0 0-.22.51 3 3 0 0 0-.11.53l-2.61.58-1.96.44a2 2 0 0 0 2.39 1.52l2.61-.59a3 3 0 0 0 .74.81l-.8 2.55-.6 1.91a2 2 0 0 0 2.5-1.31l.81-2.54a3 3 0 0 0 1.07-.24l1.82 1.97 1.33 1.47a2 2 0 0 0 .13-2.82l-1.81-1.97a3 3 0 0 0 .21-.51 3 3 0 0 0 .14-.54l2.59-.58 1.95-.43a2 2 0 0 0-2.38-1.52l-2.61.58a3 3 0 0 0-.74-.8l.8-2.56.6-1.9a2 2 0 0 0-.59-.1M14.56 9a1.5 1.5 0 0 1 .39.07 1.5 1.5 0 0 1 .98 1.88 1.5 1.5 0 0 1-1.88.98 1.5 1.5 0 0 1-.98-1.88A1.5 1.5 0 0 1 14.55 9M8 13.67C6.78 14.53 5.39 15 4 15H2v2h2c1.37 0 2.74-.35 4-1 .77.4 1.58.66 2.41.81l.53-1.67.09-.26c-1.06-.15-2.1-.56-3.03-1.21M20.45 15c.05.7-.12 1.41-.54 2H22v-2zM8 17.67C6.78 18.53 5.39 19 4 19H2v2h2c1.37 0 2.74-.35 4-1 2.5 1.3 5.5 1.3 8 0 1.26.65 2.62 1 4 1h2v-2h-2c-1.39 0-2.78-.47-4-1.33-2.44 1.71-5.56 1.71-8 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/hydrogen-station.svg b/mkdocs-material/material/templates/.icons/material/hydrogen-station.svg new file mode 100644 index 0000000..90c5a55 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/hydrogen-station.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 3a2 2 0 0 0-2 2v16h10v-7.5h1.5v5a2.5 2.5 0 0 0 5 0V9c0-.69-.28-1.32-.73-1.77l.01-.01-3.72-3.72L15 4.56l2.11 2.11c-.94.36-1.61 1.26-1.61 2.33a2.5 2.5 0 0 0 2.5 2.5c.36 0 .69-.08 1-.21v7.21c0 .55-.45 1-1 1s-1-.45-1-1V14a2 2 0 0 0-2-2h-1V5a2 2 0 0 0-2-2zm0 4h2v4h2V7h2v10h-2v-4H8v4H6zm12 1c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ice-cream-off.svg b/mkdocs-material/material/templates/.icons/material/ice-cream-off.svg new file mode 100644 index 0000000..1ce63dd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ice-cream-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.11 21.46 2.39 1.73 1.11 3l3.84 3.84C4.37 7.38 4 8.14 4 9c0 1.66 1.34 3 3 3l5 10 2.7-5.41 6.14 6.14zM12 17.53l-3.11-6.22c.06-.05.11-.1.19-.15.13.08.27.14.42.21l3.71 3.73zM7.15 3.95C8.07 2.2 9.89 1 12 1c2.89 0 5.25 2.22 5.5 5.05C18.91 6.28 20 7.5 20 9c0 1.66-1.34 3-3 3l-.6 1.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ice-cream.svg b/mkdocs-material/material/templates/.icons/material/ice-cream.svg new file mode 100644 index 0000000..2d95c43 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ice-cream.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.5 6.05C17.25 3.22 14.89 1 12 1S6.75 3.22 6.5 6.05C5.09 6.28 4 7.5 4 9c0 1.66 1.34 3 3 3l5 10 5-10c1.66 0 3-1.34 3-3 0-1.5-1.09-2.72-2.5-2.95M12 17.53l-3.11-6.22c.06-.05.11-.1.19-.15a5.5 5.5 0 0 0 5.84 0c.08.05.13.1.19.15z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ice-pop.svg b/mkdocs-material/material/templates/.icons/material/ice-pop.svg new file mode 100644 index 0000000..ea0b342 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ice-pop.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18.15 14.96-8.2 3.69-4.1-9a3.6 3.6 0 0 0 2.3-3.29c-.01-1.36-.79-2.6-2-3.21.39-.35.85-.65 1.3-.9 2.26-1 4.92-.02 6 2.21m-.3 13.9 1.6 3.5 2.7-1.21-1.6-3.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/id-card.svg b/mkdocs-material/material/templates/.icons/material/id-card.svg new file mode 100644 index 0000000..2160cbe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/id-card.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 4c-1.11 0-2 .89-2 2v12c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zm0 2h16v4H4zm0 6h4v2H4zm6 0h10v2H10zm-6 4h10v2H4zm12 0h4v2h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/identifier.svg b/mkdocs-material/material/templates/.icons/material/identifier.svg new file mode 100644 index 0000000..3546271 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/identifier.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 7v2H9v6h1v2H6v-2h1V9H6V7zm6 0a2 2 0 0 1 2 2v6c0 1.11-.89 2-2 2h-4V7m4 2h-2v6h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ideogram-cjk-variant.svg b/mkdocs-material/material/templates/.icons/material/ideogram-cjk-variant.svg new file mode 100644 index 0000000..1f0b2ea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ideogram-cjk-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 4v2H4v2h11.36c-.23.87-.73 1.77-1.48 2.69-.53.66-1.17 1.31-1.88 1.98-.71-.67-1.35-1.32-1.88-1.98-.47-.57-.82-1.14-1.09-1.69H6.85c.36 1.05.97 2.03 1.71 2.95.57.71 1.23 1.39 1.94 2.05l-5.14 4.23 1.28 1.54L12 15.34l5.36 4.43 1.28-1.54L13.5 14c.71-.66 1.37-1.34 1.94-2.05.97-1.21 1.72-2.52 1.96-3.95H20V6h-7V4Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ideogram-cjk.svg b/mkdocs-material/material/templates/.icons/material/ideogram-cjk.svg new file mode 100644 index 0000000..8a78db8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ideogram-cjk.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 4v2H4v4h2V8h12v2h2V6h-7V4m-5 6v2h5.59l-2 2H4v2h7v2h-1v2h3v-4h7v-2h-5.79L16 12.21V10Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-album.svg b/mkdocs-material/material/templates/.icons/material/image-album.svg new file mode 100644 index 0000000..0561cc1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-album.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m6 19 3-3.86 2.14 2.58 3-3.86L18 19zM6 4h5v8l-2.5-1.5L6 12M18 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-area-close.svg b/mkdocs-material/material/templates/.icons/material/image-area-close.svg new file mode 100644 index 0000000..e5cc43f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-area-close.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 23-4-4h8zm8-20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zM5 14h14l-4.5-6-3.5 4.5-2.5-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-area.svg b/mkdocs-material/material/templates/.icons/material/image-area.svg new file mode 100644 index 0000000..1e8d9c1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-area.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 5a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7c0-1.11.89-2 2-2zM5 16h14l-4.5-6-3.5 4.5-2.5-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-auto-adjust.svg b/mkdocs-material/material/templates/.icons/material/image-auto-adjust.svg new file mode 100644 index 0000000..ef076c6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-auto-adjust.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 10v9H5V5h9V3H5c-1.08 0-2 .9-2 2v14c0 1.1.92 2 2 2h14c1.12 0 2-.9 2-2v-9zm-2 0 .94-2.06L20 7l-2.06-.94L17 4l-.94 2.06L14 7l2.06.94zm-3.75.75L12 8l-1.25 2.75L8 12l2.75 1.25L12 16l1.25-2.75L16 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-broken-variant.svg b/mkdocs-material/material/templates/.icons/material/image-broken-variant.svg new file mode 100644 index 0000000..43ae284 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-broken-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 5v6.59l-3-3.01-4 4.01-4-4-4 4-3-3.01V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2m-3 6.42 3 3.01V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-6.58l3 2.99 4-4 4 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-broken.svg b/mkdocs-material/material/templates/.icons/material/image-broken.svg new file mode 100644 index 0000000..c3b7b67 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-broken.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3a2 2 0 0 1 2 2v6h-2v2h-2v2h-2v2h-2v2h-2v2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm2 12v4a2 2 0 0 1-2 2h-4v-2h2v-2h2v-2zm-2-6.5a.5.5 0 0 0-.5-.5h-13a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5H11v-1h2v-2h2v-2h2V9h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-check-outline.svg b/mkdocs-material/material/templates/.icons/material/image-check-outline.svg new file mode 100644 index 0000000..36cb9e8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.18 17c.36-1.5 1.25-2.84 2.5-3.75l-.72-.96-2.75 3.54-1.96-2.36L6.5 17zM5 5v14h7.03c.06.7.21 1.38.47 2H5c-.53 0-1.04-.21-1.41-.59C3.21 20.04 3 19.53 3 19V5c0-1.1.9-2 2-2h14c.53 0 1.04.21 1.41.59.38.37.59.88.59 1.41v7.5c-.62-.26-1.3-.41-2-.47V5zm12.75 17L15 19l1.16-1.16 1.59 1.59 3.59-3.59 1.16 1.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-check.svg b/mkdocs-material/material/templates/.icons/material/image-check.svg new file mode 100644 index 0000000..0462938 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.5 21c-.32-.77-.5-1.61-.5-2.5 0-.17 0-.33.03-.5H5l3.5-4.5 2.5 3 3.5-4.5.69.92c.97-.58 2.1-.92 3.31-.92.89 0 1.73.18 2.5.5V5c0-.53-.21-1.04-.59-1.41C20.04 3.21 19.53 3 19 3H5c-1.1 0-2 .9-2 2v14c0 .53.21 1.04.59 1.41.37.38.88.59 1.41.59zm5.25 1L15 19l1.16-1.16 1.59 1.59 3.59-3.59 1.16 1.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-edit-outline.svg b/mkdocs-material/material/templates/.icons/material/image-edit-outline.svg new file mode 100644 index 0000000..0cee2f9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-edit-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22.7 14.3-1 1-2-2 1-1c.1-.1.2-.2.4-.2.1 0 .3.1.4.2l1.3 1.3c.1.2.1.5-.1.7M13 19.9V22h2.1l6.1-6.1-2-2zm-1.79-4.07-1.96-2.36L6.5 17h6.62l2.54-2.45-1.7-2.26zM11 19.9v-.85l.05-.05H5V5h14v6.31l2-1.93V5a2 2 0 0 0-2-2H5c-1.1 0-2 .9-2 2v14a2 2 0 0 0 2 2h6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-edit.svg b/mkdocs-material/material/templates/.icons/material/image-edit.svg new file mode 100644 index 0000000..29ef99e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22.7 14.3-1 1-2-2 1-1c.1-.1.2-.2.4-.2.1 0 .3.1.4.2l1.3 1.3c.1.2.1.5-.1.7M13 19.9V22h2.1l6.1-6.1-2-2zM21 5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h6v-1.9l1.1-1.1H5l3.5-4.5 2.5 3 3.5-4.5 1.6 2.1 4.9-5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-filter-black-white.svg b/mkdocs-material/material/templates/.icons/material/image-filter-black-white.svg new file mode 100644 index 0000000..d543ff0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-filter-black-white.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19 19-7-8v8H5l7-8V5h7m0-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-filter-center-focus-strong-outline.svg b/mkdocs-material/material/templates/.icons/material/image-filter-center-focus-strong-outline.svg new file mode 100644 index 0000000..b1205fd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-filter-center-focus-strong-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 12c0-4.45-5.38-6.69-8.54-3.54C5.31 11.61 7.55 17 12 17c2.76 0 5-2.24 5-5m-5 3c-2.67 0-4-3.23-2.12-5.12C11.77 8 15 9.33 15 12c0 1.66-1.34 3-3 3m-7 0H3v4c0 1.1.9 2 2 2h4v-2H5M5 5h4V3H5c-1.1 0-2 .9-2 2v4h2m14-6h-4v2h4v4h2V5c0-1.1-.9-2-2-2m0 16h-4v2h4c1.1 0 2-.9 2-2v-4h-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-filter-center-focus-strong.svg b/mkdocs-material/material/templates/.icons/material/image-filter-center-focus-strong.svg new file mode 100644 index 0000000..e5fbdc3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-filter-center-focus-strong.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8c-3.56 0-5.35 4.31-2.83 6.83S16 15.56 16 12c0-2.21-1.79-4-4-4m-7 7H3v4c0 1.1.9 2 2 2h4v-2H5M5 5h4V3H5c-1.1 0-2 .9-2 2v4h2m14-6h-4v2h4v4h2V5c0-1.1-.9-2-2-2m0 16h-4v2h4c1.1 0 2-.9 2-2v-4h-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-filter-center-focus-weak.svg b/mkdocs-material/material/templates/.icons/material/image-filter-center-focus-weak.svg new file mode 100644 index 0000000..7e7cc33 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-filter-center-focus-weak.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 15H3v4a2 2 0 0 0 2 2h4v-2H5M5 5h4V3H5a2 2 0 0 0-2 2v4h2m14-6h-4v2h4v4h2V5a2 2 0 0 0-2-2m0 16h-4v2h4a2 2 0 0 0 2-2v-4h-2m-7-7a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4m0 6a2 2 0 0 1-2-2 2 2 0 0 1 2-2 2 2 0 0 1 2 2 2 2 0 0 1-2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-filter-center-focus.svg b/mkdocs-material/material/templates/.icons/material/image-filter-center-focus.svg new file mode 100644 index 0000000..35d8c89 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-filter-center-focus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 9a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3m7 10h-4v2h4a2 2 0 0 0 2-2v-4h-2m0-12h-4v2h4v4h2V5a2 2 0 0 0-2-2M5 5h4V3H5a2 2 0 0 0-2 2v4h2m0 6H3v4a2 2 0 0 0 2 2h4v-2H5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-filter-drama-outline.svg b/mkdocs-material/material/templates/.icons/material/image-filter-drama-outline.svg new file mode 100644 index 0000000..dbd87f0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-filter-drama-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.5 20q-2.3 0-3.9-1.6T1 14.5q0-1.95 1.21-3.44 1.22-1.49 3.04-1.91.63-2.25 2.48-3.7Q9.57 4 12 4q3 0 5 2.06 2 2.07 2 4.94 1.88.2 2.94 1.55T23 15.5q0 1.85-1.31 3.18Q20.38 20 18.5 20m-12-2h12q1.05 0 1.77-.73.73-.72.73-1.77t-.73-1.77Q19.55 13 18.5 13H17v-2q0-2.07-1.46-3.54Q14.08 6 12 6q-1.57 0-2.8.86-1.2.87-1.8 2.21 1.95.33 3.28 1.84Q12 12.43 12 14.5h-2q0-1.45-1-2.47Q7.95 11 6.5 11t-2.47 1.03Q3 13.05 3 14.5T4.03 17q1.02 1 2.47 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-filter-drama.svg b/mkdocs-material/material/templates/.icons/material/image-filter-drama.svg new file mode 100644 index 0000000..48c096e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-filter-drama.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.5 20h12q1.88 0 3.19-1.31T23 15.5q0-1.7-1.21-3.1T19 11q0-2.95-2-4.97Q14.95 4 12 4 9.88 4 8.29 5.08 6.7 6.15 6.25 8q2.55.45 4.15 2.19T12 14.5h-2q0-1.82-1.34-3.16Q7.33 10 5.5 10t-3.16 1.34Q1 12.68 1 14.5q0 2.3 1.6 3.9T6.5 20"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-filter-frames.svg b/mkdocs-material/material/templates/.icons/material/image-filter-frames.svg new file mode 100644 index 0000000..47e863c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-filter-frames.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 8H6v10h12m2 2H4V6h4.5l3.54-3.5L15.5 6H20m0-2h-4l-4-4-4 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-filter-hdr-outline.svg b/mkdocs-material/material/templates/.icons/material/image-filter-hdr-outline.svg new file mode 100644 index 0000000..835ccea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-filter-hdr-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 18H1l7.25-9.67 2 2.67L14 6zm-11.5-5.33L14 16h5l-5-6.67zM5 16h6.5l-3.25-4.33z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-filter-hdr.svg b/mkdocs-material/material/templates/.icons/material/image-filter-hdr.svg new file mode 100644 index 0000000..95fc3eb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-filter-hdr.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14 6-3.75 5 2.85 3.8-1.6 1.2C9.81 13.75 7 10 7 10l-6 8h22z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-filter-none.svg b/mkdocs-material/material/templates/.icons/material/image-filter-none.svg new file mode 100644 index 0000000..fd534d8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-filter-none.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 17H7V3h14m0-2H7a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2M3 5H1v16a2 2 0 0 0 2 2h16v-2H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-filter-tilt-shift.svg b/mkdocs-material/material/templates/.icons/material/image-filter-tilt-shift.svg new file mode 100644 index 0000000..791075c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-filter-tilt-shift.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.68 19.74A10 10 0 0 0 11 21.95v-2.02a7.94 7.94 0 0 1-3.9-1.62m5.9 1.62v2.02c2-.2 3.84-1 5.32-2.21l-1.43-1.43c-1.1.86-2.43 1.44-3.89 1.62m5.31-3.03 1.43 1.43c1.21-1.48 2.01-3.33 2.21-5.33h-2.02a7.94 7.94 0 0 1-1.62 3.9M15 12a3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3M4.07 13H2.05c.2 2 1 3.84 2.21 5.32l1.43-1.43A7.87 7.87 0 0 1 4.07 13m1.62-5.9L4.26 5.68A10 10 0 0 0 2.05 11h2.02c.18-1.46.76-2.79 1.62-3.9M19.93 11h2.02c-.2-2-1-3.84-2.21-5.32L18.31 7.1a7.94 7.94 0 0 1 1.62 3.9m-1.61-6.74A10 10 0 0 0 13 2.05v2.02c1.46.18 2.79.76 3.9 1.62M11 4.07V2.05c-2 .2-3.84 1-5.32 2.21L7.1 5.69A7.94 7.94 0 0 1 11 4.07"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-filter-vintage.svg b/mkdocs-material/material/templates/.icons/material/image-filter-vintage.svg new file mode 100644 index 0000000..432285c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-filter-vintage.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 16a4 4 0 0 1-4-4 4 4 0 0 1 4-4 4 4 0 0 1 4 4 4 4 0 0 1-4 4m6.7-3.6a6 6 0 0 0-.86-.4c.29-.11.58-.24.86-.4 1.92-1.1 2.99-3.1 3-5.19a6.01 6.01 0 0 0-6 0c-.28.16-.54.35-.78.54.05-.31.08-.63.08-.95 0-2.22-1.21-4.15-3-5.19C10.21 1.85 9 3.78 9 6c0 .32.03.64.08.95-.24-.2-.5-.39-.78-.55a6.01 6.01 0 0 0-6 0c0 2.07 1.07 4.1 3 5.19.28.16.57.29.86.41-.29.1-.58.23-.86.39a6 6 0 0 0-3 5.19 6.01 6.01 0 0 0 6 0c.28-.16.54-.35.78-.54-.05.32-.08.64-.08.96 0 2.22 1.21 4.15 3 5.19 1.79-1.04 3-2.97 3-5.19 0-.32-.03-.64-.08-.95q.36.3.78.54a6.01 6.01 0 0 0 6 0c-.01-2.09-1.08-4.09-3-5.19"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-frame.svg b/mkdocs-material/material/templates/.icons/material/image-frame.svg new file mode 100644 index 0000000..8c8a23a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-frame.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 14.29 6.5 19h10.96l-2.71-3.54-1.97 2.34zM5 21V7h13.96v14zm7-18.6 2.61 2.63H9.37zM5 5.03c-.5 0-1 .19-1.39.58C3.2 6 3 6.46 3 7v14c0 .5.2 1 .61 1.39C4 22.8 4.5 23 5 23h13.96c.54 0 1-.2 1.41-.61.4-.39.63-.89.63-1.39V7c0-.54-.23-1-.63-1.39-.41-.39-.87-.58-1.41-.58H16L12 1 7.96 5.03z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-lock-outline.svg b/mkdocs-material/material/templates/.icons/material/image-lock-outline.svg new file mode 100644 index 0000000..f3bc5bb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-lock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.8 16v-1.5c0-1.4-1.4-2.5-2.8-2.5s-2.8 1.1-2.8 2.5V16c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3m-1.3 0h-3v-1.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3zM5 3c-1.1 0-2 .9-2 2v14a2 2 0 0 0 2 2h8.03c-.03-.1-.03-.2-.03-.3V19H5V5h14v5c.69 0 1.37.16 2 .42V5a2 2 0 0 0-2-2zm8.96 9.29-2.75 3.54-1.96-2.36L6.5 17H13c.08-.86.46-1.54.96-2.04.07-.07.17-.11.24-.17v-.29c0-.55.1-1.06.27-1.53z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-lock.svg b/mkdocs-material/material/templates/.icons/material/image-lock.svg new file mode 100644 index 0000000..5589b12 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.8 16v-1.5c0-1.4-1.4-2.5-2.8-2.5s-2.8 1.1-2.8 2.5V16c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3m-1.3 0h-3v-1.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3zM5 3c-1.1 0-2 .9-2 2v14a2 2 0 0 0 2 2h8.03c-.03-.1-.03-.2-.03-.3V18H5l3.5-4.5 2.5 3 3.5-4.5.27.37C15.61 10.89 17.27 10 19 10c.69 0 1.37.16 2 .42V5a2 2 0 0 0-2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-marker-outline.svg b/mkdocs-material/material/templates/.icons/material/image-marker-outline.svg new file mode 100644 index 0000000..f162c13 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-marker-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 19c.36.72.78 1.4 1.19 2H5a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h14a2 2 0 0 1 2 2v5.63c-.61-.33-1.29-.54-2-.6V5H5v14zm-.04-6.71-2.75 3.54-1.96-2.36L6.5 17h6.72c-.13-.5-.22-1-.22-1.5 0-1.15.38-2.24 1-3.13zM22 15.5c0 2.6-3.5 6.5-3.5 6.5S15 18.1 15 15.5c0-1.9 1.6-3.5 3.5-3.5s3.5 1.6 3.5 3.5m-2.3.1c0-.6-.6-1.2-1.2-1.2s-1.2.5-1.2 1.2c0 .6.5 1.2 1.2 1.2s1.3-.6 1.2-1.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-marker.svg b/mkdocs-material/material/templates/.icons/material/image-marker.svg new file mode 100644 index 0000000..a059d9f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-marker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.55 18c.42 1.08 1.04 2.12 1.64 3H5a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h14a2 2 0 0 1 2 2v5.63c-.75-.4-1.61-.63-2.5-.63-2.21 0-4.17 1.39-5.03 3.33L11 16.5l-2.5-3L5 18zM22 15.5c0 2.6-3.5 6.5-3.5 6.5S15 18.1 15 15.5c0-1.9 1.6-3.5 3.5-3.5s3.5 1.6 3.5 3.5m-2.3.1c0-.6-.6-1.2-1.2-1.2s-1.2.5-1.2 1.2c0 .6.5 1.2 1.2 1.2s1.3-.6 1.2-1.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/image-minus-outline.svg new file mode 100644 index 0000000..432638a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.4 14.21c-.93.7-1.65 1.67-2.05 2.79H6.5l2.75-3.53 1.96 2.36 2.75-3.54zM5 19V5h14v8c.7 0 1.37.13 2 .35V5a2 2 0 0 0-2-2H5c-1.1 0-2 .9-2 2v14a2 2 0 0 0 2 2h8.35c-.22-.63-.35-1.3-.35-2zm10-1v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-minus.svg b/mkdocs-material/material/templates/.icons/material/image-minus.svg new file mode 100644 index 0000000..79d39d8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 18v2h8v-2zm-1.7 3H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h14c1.1 0 2 .9 2 2v8.3c-.6-.2-1.3-.3-2-.3-1.1 0-2.2.3-3.1.9L14.5 12 11 16.5l-2.5-3L5 18h8.1c-.1.3-.1.7-.1 1 0 .7.1 1.4.3 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-move.svg b/mkdocs-material/material/templates/.icons/material/image-move.svg new file mode 100644 index 0000000..ffb4b23 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-move.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 3h4V0l5 5-5 5V7h-4zm6 8.94V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7.06c-.06.33-.06.67-.06 1a8 8 0 0 0 8 8c.33 0 .67 0 1-.06M19 18l-4.5-6-3.5 4.5-2.5-3L5 18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/image-multiple-outline.svg new file mode 100644 index 0000000..af0c134 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 17H7V3h14m0-2H7a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2M3 5H1v16a2 2 0 0 0 2 2h16v-2H3m12.96-10.71-2.75 3.54-1.96-2.36L8.5 15h11z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-multiple.svg b/mkdocs-material/material/templates/.icons/material/image-multiple.svg new file mode 100644 index 0000000..6580ab8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 16V4a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2m-11-4 2.03 2.71L16 11l4 5H8M2 6v14a2 2 0 0 0 2 2h14v-2H4V6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-off-outline.svg b/mkdocs-material/material/templates/.icons/material/image-off-outline.svg new file mode 100644 index 0000000..2e9b258 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 20.7 3.3 2 2 3.3l1 1V19c0 1.1.9 2 2 2h14.7l1 1zM5 19V6.3l7.6 7.6-1.5 1.9L9 13.1 6 17h9.7l2 2zM8.8 5l-2-2H19c1.1 0 2 .9 2 2v12.2l-2-2V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-off.svg b/mkdocs-material/material/templates/.icons/material/image-off.svg new file mode 100644 index 0000000..ad5053e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 17.2 6.8 3H19c1.1 0 2 .9 2 2zm-.3 4.8-1-1H5c-1.1 0-2-.9-2-2V4.3l-1-1L3.3 2 22 20.7zm-3.9-4-3.9-3.9-1.9 2.4-2.5-3L5 18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-outline.svg b/mkdocs-material/material/templates/.icons/material/image-outline.svg new file mode 100644 index 0000000..2a54729 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 19H5V5h14m0-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-5.04 9.29-2.75 3.54-1.96-2.36L6.5 17h11z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/image-plus-outline.svg new file mode 100644 index 0000000..35ccd89 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0 .7.13 1.37.35 2H5a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h14a2 2 0 0 1 2 2v8.35c-.63-.22-1.3-.35-2-.35V5H5v14zm.96-6.71-2.75 3.54-1.96-2.36L6.5 17h6.85c.4-1.12 1.12-2.09 2.05-2.79zM20 18v-3h-2v3h-3v2h3v3h2v-3h3v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-plus.svg b/mkdocs-material/material/templates/.icons/material/image-plus.svg new file mode 100644 index 0000000..92298f3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 15v3h-3v2h3v3h2v-3h3v-2h-3v-3zm-4.7 6H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h14c1.1 0 2 .9 2 2v8.3c-.6-.2-1.3-.3-2-.3-1.1 0-2.2.3-3.1.9L14.5 12 11 16.5l-2.5-3L5 18h8.1c-.1.3-.1.7-.1 1 0 .7.1 1.4.3 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-refresh-outline.svg b/mkdocs-material/material/templates/.icons/material/image-refresh-outline.svg new file mode 100644 index 0000000..5b47c6a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-refresh-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.68 13.25a6.5 6.5 0 0 0-2.5 3.75H6.5l2.75-3.53 1.96 2.36 2.75-3.54zM5 19V5h14v7.03c.7.06 1.38.21 2 .47V5a2 2 0 0 0-2-2H5c-1.1 0-2 .9-2 2v14a2 2 0 0 0 2 2h7.5c-.26-.62-.41-1.3-.47-2zm17-.5v-4l-1.17 1.17A4 4 0 0 0 18 14.5c-2.21 0-4 1.79-4 4s1.79 4 4 4c1.68 0 3.12-1.03 3.71-2.5H20a2.5 2.5 0 1 1-.23-3.27L18 18.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-refresh.svg b/mkdocs-material/material/templates/.icons/material/image-refresh.svg new file mode 100644 index 0000000..5bf76dc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-refresh.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 18.5c0 .89.18 1.73.5 2.5H5a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h14a2 2 0 0 1 2 2v7.5c-.77-.32-1.61-.5-2.5-.5-1.21 0-2.34.34-3.31.92L14.5 12 11 16.5l-2.5-3L5 18h7.03c-.03.17-.03.33-.03.5m10 0v-4l-1.17 1.17A4 4 0 0 0 18 14.5c-2.21 0-4 1.79-4 4s1.79 4 4 4c1.68 0 3.12-1.03 3.71-2.5H20a2.5 2.5 0 1 1-.23-3.27L18 18.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/image-remove-outline.svg new file mode 100644 index 0000000..679ad2c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0 .7.13 1.37.35 2H5a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h14a2 2 0 0 1 2 2v8.35c-.63-.22-1.3-.35-2-.35V5H5v14zm-1.79-3.17-1.96-2.36L6.5 17h6.85c.4-1.12 1.12-2.09 2.05-2.79l-1.44-1.92zm11.33 1.05-1.42-1.41L19 17.59l-2.12-2.12-1.41 1.41L17.59 19l-2.12 2.12 1.41 1.42L19 20.41l2.12 2.13 1.42-1.42L20.41 19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-remove.svg b/mkdocs-material/material/templates/.icons/material/image-remove.svg new file mode 100644 index 0000000..eaf8c67 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.3 21H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h14c1.1 0 2 .9 2 2v8.3c-.6-.2-1.3-.3-2-.3-1.1 0-2.2.3-3.1.9L14.5 12 11 16.5l-2.5-3L5 18h8.1c-.1.3-.1.7-.1 1 0 .7.1 1.4.3 2m7.1-2 2.1 2.1-1.4 1.4-2.1-2.1-2.1 2.1-1.4-1.4 2.1-2.1-2.1-2.1 1.4-1.4 2.1 2.1 2.1-2.1 1.4 1.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-search-outline.svg b/mkdocs-material/material/templates/.icons/material/image-search-outline.svg new file mode 100644 index 0000000..5c9e734 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-search-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.5 9c.7 0 1.29-.24 1.77-.73.49-.48.73-1.07.73-1.77 0-.67-.24-1.27-.73-1.77-.48-.5-1.07-.73-1.77-.73-.67 0-1.27.23-1.77.73S13 5.83 13 6.5c0 .7.23 1.29.73 1.77.5.49 1.1.73 1.77.73m3.81-.09 3.1 3.09L21 13.41l-3.14-3.1c-.78.47-1.58.69-2.39.69-1.25 0-2.31-.42-3.17-1.3-.85-.87-1.3-1.93-1.3-3.2 0-1.23.45-2.3 1.33-3.17C13.2 2.45 14.27 2 15.5 2c1.27 0 2.33.45 3.2 1.33.88.87 1.3 1.94 1.3 3.17 0 .83-.22 1.63-.69 2.41M16.5 18h-11l2.75-3.5 1.97 2.33 2.72-3.52zm1.5-5 2 2v5c0 .55-.19 1-.59 1.4-.41.39-.88.6-1.41.6H4c-.55 0-1-.21-1.4-.6-.39-.4-.6-.85-.6-1.4V6c0-.53.21-1 .6-1.41C3 4.19 3.45 4 4 4h5.5c-.3.64-.47 1.31-.5 2H4v14h14z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-search.svg b/mkdocs-material/material/templates/.icons/material/image-search.svg new file mode 100644 index 0000000..6376104 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-search.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.5 2C18 2 20 4 20 6.5c0 .88-.25 1.71-.69 2.4l3.08 3.1L21 13.39l-3.12-3.07c-.69.43-1.51.68-2.38.68C13 11 11 9 11 6.5S13 2 15.5 2m0 2A2.5 2.5 0 0 0 13 6.5 2.5 2.5 0 0 0 15.5 9 2.5 2.5 0 0 0 18 6.5 2.5 2.5 0 0 0 15.5 4m-8 10.5L4 19h14l-4.5-6-3.5 4.5zM20 20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h5.5c-.32.77-.5 1.61-.5 2.5a6.5 6.5 0 0 0 6.5 6.5c.68 0 1.34-.11 1.96-.3L20 15.24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-size-select-actual.svg b/mkdocs-material/material/templates/.icons/material/image-size-select-actual.svg new file mode 100644 index 0000000..fb60e73 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-size-select-actual.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 3H3C2 3 1 4 1 5v14a2 2 0 0 0 2 2h18c1 0 2-1 2-2V5c0-1-1-2-2-2M5 17l3.5-4.5 2.5 3 3.5-4.5 4.5 6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-size-select-large.svg b/mkdocs-material/material/templates/.icons/material/image-size-select-large.svg new file mode 100644 index 0000000..cd4e2bf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-size-select-large.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 15h2v2h-2zm0-4h2v2h-2zm2 8h-2v2c1 0 2-1 2-2M13 3h2v2h-2zm8 4h2v2h-2zm0-4v2h2c0-1-1-2-2-2M1 7h2v2H1zm16-4h2v2h-2zm0 16h2v2h-2zM3 3C2 3 1 4 1 5h2zm6 0h2v2H9zM5 3h2v2H5zm-4 8v8a2 2 0 0 0 2 2h12V11zm2 8 2.5-3.21 1.79 2.15 2.5-3.22L13 19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-size-select-small.svg b/mkdocs-material/material/templates/.icons/material/image-size-select-small.svg new file mode 100644 index 0000000..ecc06f1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-size-select-small.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 15h-2v2h2zm0-4h-2v2h2zm0 8h-2v2c1 0 2-1 2-2M15 3h-2v2h2zm8 4h-2v2h2zm-2-4v2h2c0-1-1-2-2-2M3 21h8v-6H1v4a2 2 0 0 0 2 2M3 7H1v2h2zm12 12h-2v2h2zm4-16h-2v2h2zm0 16h-2v2h2zM3 3C2 3 1 4 1 5h2zm0 8H1v2h2zm8-8H9v2h2zM7 3H5v2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-sync-outline.svg b/mkdocs-material/material/templates/.icons/material/image-sync-outline.svg new file mode 100644 index 0000000..0583f28 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-sync-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.18 19c.17.72.46 1.39.85 2H5a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h14a2 2 0 0 1 2 2v6.18c-.5-.11-1-.18-1.5-.18-.17 0-.33 0-.5.03V5H5v14zm-1.97-3.17-1.96-2.36L6.5 17h6.53c.11-1.46.7-2.78 1.61-3.81l-.68-.9zM19 13.5V12l-2.25 2.25L19 16.5V15a2.5 2.5 0 0 1 2.5 2.5c0 .4-.09.78-.26 1.12l1.09 1.09c.42-.63.67-1.39.67-2.21 0-2.21-1.79-4-4-4m0 6.5a2.5 2.5 0 0 1-2.5-2.5c0-.4.09-.78.26-1.12l-1.09-1.09c-.42.63-.67 1.39-.67 2.21 0 2.21 1.79 4 4 4V23l2.25-2.25L19 18.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-sync.svg b/mkdocs-material/material/templates/.icons/material/image-sync.svg new file mode 100644 index 0000000..4ad27f6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-sync.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.5 13.5 5 18h8.03c.08 1.1.44 2.12 1 3H5a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h14a2 2 0 0 1 2 2v6.18c-.5-.11-1-.18-1.5-.18-1.72 0-3.27.67-4.43 1.76L14.5 12 11 16.5zM19 20a2.5 2.5 0 0 1-2.5-2.5c0-.4.09-.78.26-1.12l-1.09-1.09c-.42.63-.67 1.39-.67 2.21 0 2.21 1.79 4 4 4V23l2.25-2.25L19 18.5zm0-6.5V12l-2.25 2.25L19 16.5V15a2.5 2.5 0 0 1 2.5 2.5c0 .4-.09.78-.26 1.12l1.09 1.09c.42-.63.67-1.39.67-2.21 0-2.21-1.79-4-4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image-text.svg b/mkdocs-material/material/templates/.icons/material/image-text.svg new file mode 100644 index 0000000..32e7895 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image-text.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 13h-8v-2h8zm0-6h-8v2h8zm-8 10h8v-2h-8zm-2-8v6c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V9c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2m-1.5 6-2.2-3-1.8 2.3-1.2-1.5L3.5 15z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/image.svg b/mkdocs-material/material/templates/.icons/material/image.svg new file mode 100644 index 0000000..86121ab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/image.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m8.5 13.5 2.5 3 3.5-4.5 4.5 6H5m16 1V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/import.svg b/mkdocs-material/material/templates/.icons/material/import.svg new file mode 100644 index 0000000..669b754 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/import.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14 12-4-4v3H2v2h8v3m10 2V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v3h2V6h12v12H6v-3H4v3a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/inbox-arrow-down-outline.svg b/mkdocs-material/material/templates/.icons/material/inbox-arrow-down-outline.svg new file mode 100644 index 0000000..4277278 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/inbox-arrow-down-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2M5 19v-2h3.13a4.13 4.13 0 0 0 1.27 2m9.6 0h-4.4a4.13 4.13 0 0 0 1.27-2H19m0-2h-5v1a2 2 0 0 1-4 0v-1H5V5h14m-3 5h-2V7h-4v3H8l4 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/inbox-arrow-down.svg b/mkdocs-material/material/templates/.icons/material/inbox-arrow-down.svg new file mode 100644 index 0000000..2d057a5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/inbox-arrow-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 10h-2V7h-4v3H8l4 4m7 1h-4a3 3 0 0 1-3 3 3 3 0 0 1-3-3H5V5h14m0-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/inbox-arrow-up-outline.svg b/mkdocs-material/material/templates/.icons/material/inbox-arrow-up-outline.svg new file mode 100644 index 0000000..204afdf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/inbox-arrow-up-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2M5 19v-2h3.13a4.13 4.13 0 0 0 1.27 2m9.6 0h-4.4a4.13 4.13 0 0 0 1.27-2H19m0-2h-5v1a2 2 0 0 1-4 0v-1H5V5h14M8 11h2v3h4v-3h2l-4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/inbox-arrow-up.svg b/mkdocs-material/material/templates/.icons/material/inbox-arrow-up.svg new file mode 100644 index 0000000..426fef5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/inbox-arrow-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 14h-4v-3H8l4-4 4 4h-2zm-9 1V5h14v10h-4a3 3 0 0 1-3 3 3 3 0 0 1-3-3zM19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/inbox-full-outline.svg b/mkdocs-material/material/templates/.icons/material/inbox-full-outline.svg new file mode 100644 index 0000000..5d7c52c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/inbox-full-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3c1.1 0 2 .9 2 2v14c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2zM5 19h4.4a4.13 4.13 0 0 1-1.27-2H5zm14 0v-2h-3.13c-.22.78-.66 1.47-1.27 2zm0-4V5H5v10h5v1c0 2.67 4 2.67 4 0v-1zM7 7h10v2H7zm10 4v2H7v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/inbox-full.svg b/mkdocs-material/material/templates/.icons/material/inbox-full.svg new file mode 100644 index 0000000..d4a9e1c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/inbox-full.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 15V5H5v10h4c0 1.66 1.34 3 3 3s3-1.34 3-3zm0-12c1.1 0 2 .9 2 2v14c0 1.1-.9 2-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zM7 13v-2h10v2zm0-4V7h10v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/inbox-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/inbox-multiple-outline.svg new file mode 100644 index 0000000..c1bf9e1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/inbox-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zM5 10v2h4.4c-.6-.53-1.06-1.22-1.27-2zm14 2v-2h-3.13c-.21.78-.67 1.47-1.27 2zm0-4V5H5v3h5v1c0 1.07.93 2 2 2s2-.93 2-2V8zm2 11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4h7v1c0 1.07.93 2 2 2s2-.93 2-2v-1h7zM5 17v2h4.4c-.6-.53-1.06-1.22-1.27-2zm14 2v-2h-3.13c-.21.78-.67 1.47-1.27 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/inbox-multiple.svg b/mkdocs-material/material/templates/.icons/material/inbox-multiple.svg new file mode 100644 index 0000000..ac00b5e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/inbox-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 8V5H5v3h4a3 3 0 0 0 3 3 3 3 0 0 0 3-3zm0-5a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zM3 15h6a3 3 0 0 0 3 3 3 3 0 0 0 3-3h6v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/inbox-outline.svg b/mkdocs-material/material/templates/.icons/material/inbox-outline.svg new file mode 100644 index 0000000..a5d61fa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/inbox-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2M5 19v-2h3.13a4.13 4.13 0 0 0 1.27 2m9.6 0h-4.4a4.13 4.13 0 0 0 1.27-2H19m0-2h-5v1a2 2 0 0 1-4 0v-1H5V5h14Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/inbox-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/inbox-remove-outline.svg new file mode 100644 index 0000000..42125d8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/inbox-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2M5 19v-2h3.1c.2.8.7 1.5 1.3 2m9.6 0h-4.4c.6-.5 1.1-1.2 1.3-2H19m0-2h-5v1c0 1.1-.9 2-2 2s-2-.9-2-2v-1H5V5h14zm-4.9-8.5 1.4 1.4-2.1 2.1 2.1 2.1-1.4 1.4-2.1-2.1-2.1 2.1-1.4-1.4 2.1-2.1-2.1-2.1 1.4-1.4L12 8.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/inbox-remove.svg b/mkdocs-material/material/templates/.icons/material/inbox-remove.svg new file mode 100644 index 0000000..f87081f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/inbox-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 15h-4c0 1.7-1.3 3-3 3s-3-1.3-3-3H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m-4.9 3.5 1.4 1.4-2.1 2.1 2.1 2.1-1.4 1.4-2.1-2.1-2.1 2.1-1.4-1.4 2.1-2.1-2.1-2.1 1.4-1.4L12 8.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/inbox.svg b/mkdocs-material/material/templates/.icons/material/inbox.svg new file mode 100644 index 0000000..6be2ebb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/inbox.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 15h-4a3 3 0 0 1-3 3 3 3 0 0 1-3-3H5V5h14m0-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/incognito-circle-off.svg b/mkdocs-material/material/templates/.icons/material/incognito-circle-off.svg new file mode 100644 index 0000000..20c31d2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/incognito-circle-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.11 21.46 2.39 1.73 1.11 3l2.95 2.95A9.9 9.9 0 0 0 2 12c0 5.5 4.5 10 10 10 2.28 0 4.37-.77 6.05-2.06l2.79 2.79zM8.94 10.83h-.58l.14-.42zm-2.77.67h3.44l.67.67H6.17zm8.75 5.83c-1.19 0-2.15-.91-2.25-2.07-.63-.4-1.14-.14-1.34-.01a2.243 2.243 0 0 1-2.25 2.08c-1.25 0-2.26-1.01-2.26-2.26s1.01-2.26 2.26-2.26c1.07 0 1.97.74 2.21 1.74.36-.15.84-.21 1.36-.01l.66.66c.06.8.69 1.41 1.47 1.47l.6.6c-.15.03-.3.06-.46.06M9.94 6.74 6.72 3.5C8.25 2.56 10.06 2 12 2c5.5 0 10 4.5 10 10 0 1.94-.56 3.75-1.5 5.28l-5.13-5.11h2.46v-.67H14.7l-.67-.67h1.61l-1.48-3.91-.01-.03a.67.67 0 0 0-.8-.36L12 7l-1.35-.47-.04-.03a.71.71 0 0 0-.67.24m.76 8.33c0 .89-.7 1.62-1.62 1.62-.89 0-1.62-.73-1.62-1.62s.73-1.62 1.62-1.62c.92 0 1.62.73 1.62 1.62"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/incognito-circle.svg b/mkdocs-material/material/templates/.icons/material/incognito-circle.svg new file mode 100644 index 0000000..34aba8d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/incognito-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c5.5 0 10 4.5 10 10s-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2m2.92 10.81c-1.08 0-1.97.75-2.21 1.75-.54-.23-1.05-.17-1.42-.01-.24-1-1.14-1.74-2.21-1.74-1.25 0-2.26 1.01-2.26 2.26s1.01 2.26 2.26 2.26c1.2 0 2.16-.91 2.25-2.08.2-.13.71-.39 1.34.01a2.258 2.258 0 0 0 4.51-.19c0-1.25-1.01-2.26-2.26-2.26m-5.84.64c.92 0 1.62.73 1.62 1.62s-.7 1.62-1.62 1.62c-.89 0-1.62-.73-1.62-1.62s.73-1.62 1.62-1.62m5.84 0c.89 0 1.62.73 1.62 1.62s-.73 1.62-1.62 1.62c-.92 0-1.62-.73-1.62-1.62s.7-1.62 1.62-1.62m2.91-1.95H6.17v.67h11.66zm-3.68-4.61a.67.67 0 0 0-.8-.36L12 7l-1.35-.47-.04-.03a.67.67 0 0 0-.77.42l-1.48 3.91h7.28l-1.48-3.91z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/incognito-off.svg b/mkdocs-material/material/templates/.icons/material/incognito-off.svg new file mode 100644 index 0000000..0b287ee --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/incognito-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.11 21.46 2.39 1.73 1.11 3l5.2 5.2L6 9h1.11l1.5 1.5H2V12h8.11l3.39 3.37c-.12.24-.2.48-.26.73-.95-.41-1.83-.3-2.48-.01C10.35 14.31 8.79 13 6.94 13 4.77 13 3 14.79 3 17s1.77 4 3.94 4c2.06 0 3.74-1.62 3.9-3.68.34-.24 1.23-.69 2.32.02.18 2.05 1.84 3.66 3.9 3.66.6 0 1.16-.14 1.66-.39l2.12 2.12zm-15.17-1.6c-1.56 0-2.81-1.28-2.81-2.86s1.26-2.86 2.81-2.86c1.56 0 2.81 1.28 2.81 2.86s-1.25 2.86-2.81 2.86m10.12 0c-1.56 0-2.81-1.28-2.81-2.86 0-.26.04-.5.11-.75l3.48 3.48c-.25.08-.5.13-.78.13M22 12h-6.8l-1.5-1.5H22zm-4.94 1c2.17 0 3.94 1.79 3.94 4 0 .25-.03.5-.07.73l-1.09-1.09a2.825 2.825 0 0 0-2.46-2.47l-1.09-1.08c.25-.06.51-.09.77-.09M12.2 9 7.72 4.5l.71-1.82c.2-.51.76-.79 1.29-.64l.05.01 2.23.74 2.22-.74c.53-.17 1.1.09 1.32.58l.02.05L18 9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/incognito.svg b/mkdocs-material/material/templates/.icons/material/incognito.svg new file mode 100644 index 0000000..587344e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/incognito.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.06 13c-1.86 0-3.42 1.33-3.82 3.1-.95-.41-1.82-.3-2.48-.01C10.35 14.31 8.79 13 6.94 13 4.77 13 3 14.79 3 17s1.77 4 3.94 4c2.06 0 3.74-1.62 3.9-3.68.34-.24 1.23-.69 2.32.02.18 2.05 1.84 3.66 3.9 3.66 2.17 0 3.94-1.79 3.94-4s-1.77-4-3.94-4M6.94 19.86c-1.56 0-2.81-1.28-2.81-2.86s1.26-2.86 2.81-2.86c1.56 0 2.81 1.28 2.81 2.86s-1.25 2.86-2.81 2.86m10.12 0c-1.56 0-2.81-1.28-2.81-2.86s1.25-2.86 2.81-2.86 2.82 1.28 2.82 2.86-1.27 2.86-2.82 2.86M22 10.5H2V12h20zm-6.47-7.87c-.22-.49-.78-.75-1.31-.58L12 2.79l-2.23-.74-.05-.01c-.53-.15-1.09.13-1.29.64L6 9h12l-2.44-6.32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/induction.svg b/mkdocs-material/material/templates/.icons/material/induction.svg new file mode 100644 index 0000000..9d6b161 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/induction.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 2c-2.25 0-4.25.61-5.81 1.33C15.79 2.61 14 2 12 2s-3.79.61-5.19 1.33C5.25 2.61 3.25 2 1 2v2c1.36 0 2.61.27 3.71.64-.68.51-1.08.9-1.12.95C3.21 5.96 3 6.47 3 7v11c0 2.21 1.79 4 4 4s4-1.79 4-4V7c0-.58-.25-1.12-.68-1.5-.06-.05-.52-.45-1.32-.96.92-.32 1.92-.54 3-.54s2.08.22 3 .54c-.8.51-1.26.91-1.32.96-.43.38-.68.92-.68 1.5v11c0 2.21 1.79 4 4 4s4-1.79 4-4V7c0-.53-.21-1.04-.59-1.41-.04-.05-.44-.44-1.12-.95C20.39 4.27 21.64 4 23 4zM9 7v11c0 1.11-.89 2-2 2s-2-.89-2-2V7s.7-.69 1.87-1.42C8.2 6.31 9 7 9 7m10 0v11c0 1.11-.89 2-2 2s-2-.89-2-2V7s.8-.69 2.13-1.42C18.3 6.31 19 7 19 7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/infinity.svg b/mkdocs-material/material/templates/.icons/material/infinity.svg new file mode 100644 index 0000000..6e9bb4b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/infinity.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.6 6.62C21.58 6.62 24 9 24 12c0 2.96-2.42 5.37-5.4 5.37-1.45 0-2.8-.56-3.82-1.57L12 13.34l-2.83 2.51c-.97.97-2.33 1.53-3.77 1.53C2.42 17.38 0 14.96 0 12s2.42-5.38 5.4-5.38c1.44 0 2.8.56 3.82 1.58L12 10.66l2.83-2.51c.97-.97 2.33-1.53 3.77-1.53M7.8 14.39 10.5 12 7.84 9.65c-.68-.68-1.53-1.03-2.44-1.03C3.53 8.62 2 10.13 2 12s1.53 3.38 3.4 3.38c.91 0 1.76-.35 2.4-.99m8.4-4.78L13.5 12l2.66 2.35c.68.68 1.54 1.03 2.44 1.03 1.87 0 3.4-1.51 3.4-3.38s-1.53-3.38-3.4-3.38c-.91 0-1.76.35-2.4.99"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/information-box-outline.svg b/mkdocs-material/material/templates/.icons/material/information-box-outline.svg new file mode 100644 index 0000000..c23fa9b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/information-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 9h-2V7h2zm0 8h-2v-6h2zM5 3h14a2 2 0 0 1 2 2v14c0 .53-.21 1.04-.59 1.41-.37.38-.88.59-1.41.59H5c-.53 0-1.04-.21-1.41-.59C3.21 20.04 3 19.53 3 19V5c0-1.11.89-2 2-2m14 16V5H5v14z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/information-box.svg b/mkdocs-material/material/templates/.icons/material/information-box.svg new file mode 100644 index 0000000..bc6a7b7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/information-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3h14a2 2 0 0 1 2 2v14c0 .53-.21 1.04-.59 1.41-.37.38-.88.59-1.41.59H5c-.53 0-1.04-.21-1.41-.59C3.21 20.04 3 19.53 3 19V5c0-1.11.89-2 2-2m8 6V7h-2v2zm0 8v-6h-2v6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/information-off-outline.svg b/mkdocs-material/material/templates/.icons/material/information-off-outline.svg new file mode 100644 index 0000000..1c3475a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/information-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.1 21.5 2.4 1.7 1.1 3l3 3C2.8 7.6 2 9.7 2 12c0 5.5 4.5 10 10 10 2.3 0 4.4-.8 6-2.1l2.8 2.8zM12 20c-4.4 0-8-3.6-8-8 0-1.7.6-3.3 1.5-4.6l5.5 5.5V17h2v-2.1l3.6 3.6c-1.3.9-2.9 1.5-4.6 1.5M8.2 5 6.7 3.5C8.3 2.6 10.1 2 12 2c5.5 0 10 4.5 10 10 0 1.9-.6 3.7-1.5 5.3L19 15.8c.6-1.1 1-2.4 1-3.8 0-4.4-3.6-8-8-8-1.4 0-2.7.4-3.8 1M11 7h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/information-off.svg b/mkdocs-material/material/templates/.icons/material/information-off.svg new file mode 100644 index 0000000..3d46406 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/information-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.1 21.5 2.4 1.7 1.1 3l3 3C2.8 7.6 2 9.7 2 12c0 5.5 4.5 10 10 10 2.3 0 4.4-.8 6-2.1l2.8 2.8zM13 17h-2v-4.1l2 2zm-2-9.2L6.7 3.5C8.3 2.6 10.1 2 12 2c5.5 0 10 4.5 10 10 0 1.9-.6 3.7-1.5 5.3L12.2 9h.8V7h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/information-outline.svg b/mkdocs-material/material/templates/.icons/material/information-outline.svg new file mode 100644 index 0000000..a7aeb40 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/information-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 9h2V7h-2m1 13c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m0-18A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m-1 15h2v-6h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/information-slab-box-outline.svg b/mkdocs-material/material/templates/.icons/material/information-slab-box-outline.svg new file mode 100644 index 0000000..9bcc3e2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/information-slab-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 9h2V7h-2zm3 8v-2h-1v-4h-3v2h1v2h-1v2zM5 3h14a2 2 0 0 1 2 2v14c0 .53-.21 1.04-.59 1.41-.37.38-.88.59-1.41.59H5c-.53 0-1.04-.21-1.41-.59C3.21 20.04 3 19.53 3 19V5c0-1.11.89-2 2-2m14 16V5H5v14z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/information-slab-box.svg b/mkdocs-material/material/templates/.icons/material/information-slab-box.svg new file mode 100644 index 0000000..f0055da --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/information-slab-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3h14a2 2 0 0 1 2 2v14c0 .53-.21 1.04-.59 1.41-.37.38-.88.59-1.41.59H5c-.53 0-1.04-.21-1.41-.59C3.21 20.04 3 19.53 3 19V5c0-1.11.89-2 2-2m6 6h2V7h-2zm3 8v-2h-1v-4h-3v2h1v2h-1v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/information-slab-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/information-slab-circle-outline.svg new file mode 100644 index 0000000..ee96276 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/information-slab-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 7v2h2V7zm3 10v-2h-1v-4h-3v2h1v2h-1v2zm8-5c0 5.5-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2s10 4.5 10 10m-2 0c0-4.42-3.58-8-8-8s-8 3.58-8 8 3.58 8 8 8 8-3.58 8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/information-slab-circle.svg b/mkdocs-material/material/templates/.icons/material/information-slab-circle.svg new file mode 100644 index 0000000..fa8d230 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/information-slab-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 22c5.5 0 10-4.5 10-10S17.5 2 12 2 2 6.5 2 12s4.5 10 10 10M11 7h2v2h-2zm3 10h-4v-2h1v-2h-1v-2h3v4h1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/information-slab-symbol.svg b/mkdocs-material/material/templates/.icons/material/information-slab-symbol.svg new file mode 100644 index 0000000..0e237b9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/information-slab-symbol.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 9h-2V7h2zm1 6v2h-4v-2h1v-2h-1v-2h3v4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/information-symbol.svg b/mkdocs-material/material/templates/.icons/material/information-symbol.svg new file mode 100644 index 0000000..1d592fb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/information-symbol.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 9h2V7h-2zm0 8h2v-6h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/information-variant-box-outline.svg b/mkdocs-material/material/templates/.icons/material/information-variant-box-outline.svg new file mode 100644 index 0000000..92945f8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/information-variant-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.3 7.29c.2-.18.44-.29.7-.29.27 0 .5.11.71.29.19.21.29.45.29.71 0 .27-.1.5-.29.71-.21.19-.44.29-.71.29-.26 0-.5-.1-.7-.29-.19-.21-.3-.44-.3-.71 0-.26.11-.5.3-.71m-2.5 4.68s2.17-1.72 2.96-1.79c.74-.06.59.79.52 1.23l-.01.06c-.14.53-.31 1.17-.48 1.78-.38 1.39-.75 2.75-.66 3 .1.34.72-.09 1.17-.39.06-.04.11-.08.16-.11 0 0 .08-.08.16.03.02.03.04.06.06.08.09.14.14.19.02.27l-.04.02c-.22.15-1.16.81-1.54 1.05-.41.27-1.98 1.17-1.74-.58.21-1.23.49-2.29.71-3.12.41-1.5.59-2.18-.33-1.59-.37.22-.59.36-.72.45-.11.08-.12.08-.19-.05l-.03-.06-.05-.08c-.07-.1-.07-.11.03-.2M5 3h14a2 2 0 0 1 2 2v14c0 .53-.21 1.04-.59 1.41-.37.38-.88.59-1.41.59H5c-.53 0-1.04-.21-1.41-.59C3.21 20.04 3 19.53 3 19V5c0-1.11.89-2 2-2m14 16V5H5v14z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/information-variant-box.svg b/mkdocs-material/material/templates/.icons/material/information-variant-box.svg new file mode 100644 index 0000000..325c848 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/information-variant-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3h14a2 2 0 0 1 2 2v14c0 .53-.21 1.04-.59 1.41-.37.38-.88.59-1.41.59H5c-.53 0-1.04-.21-1.41-.59C3.21 20.04 3 19.53 3 19V5c0-1.11.89-2 2-2m7.3 4.29c-.19.21-.3.45-.3.71 0 .27.11.5.3.71.2.19.44.29.7.29.27 0 .5-.1.71-.29.19-.21.29-.44.29-.71 0-.26-.1-.5-.29-.71C13.5 7.11 13.27 7 13 7c-.26 0-.5.11-.7.29m-2.5 4.68c-.1.09-.1.1-.03.2l.05.08.03.06c.07.13.08.13.19.05.13-.09.35-.23.72-.45.92-.59.74.09.33 1.59-.22.83-.5 1.89-.71 3.12-.24 1.75 1.33.85 1.74.58.38-.24 1.32-.9 1.54-1.05l.04-.02c.12-.09.07-.13-.02-.27l-.06-.08c-.08-.11-.16-.03-.16-.03l-.16.11c-.45.3-1.07.73-1.17.39-.09-.25.28-1.61.66-3 .17-.61.34-1.25.47-1.78l.02-.06c.07-.44.22-1.29-.51-1.23-.8.07-2.97 1.79-2.97 1.79"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/information-variant-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/information-variant-circle-outline.svg new file mode 100644 index 0000000..30f78a4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/information-variant-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.3 7.29c.2-.18.44-.29.7-.29.27 0 .5.11.71.29.19.21.29.45.29.71 0 .27-.1.5-.29.71-.21.19-.44.29-.71.29-.26 0-.5-.1-.7-.29-.19-.21-.3-.44-.3-.71 0-.26.11-.5.3-.71m-2.5 4.68s2.17-1.72 2.96-1.79c.74-.06.59.79.52 1.23l-.01.06c-.14.53-.31 1.17-.48 1.78-.38 1.39-.75 2.75-.66 3 .1.34.72-.09 1.17-.39.06-.04.11-.08.16-.11 0 0 .08-.08.16.03.02.03.04.06.06.08.09.14.14.19.02.27l-.04.02c-.22.15-1.16.81-1.54 1.05-.41.27-1.98 1.17-1.74-.58.21-1.23.49-2.29.71-3.12.41-1.5.59-2.18-.33-1.59-.37.22-.59.36-.72.45-.11.08-.12.08-.19-.05l-.03-.06-.05-.08c-.07-.1-.07-.11.03-.2M22 12c0 5.5-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2s10 4.5 10 10m-2 0c0-4.42-3.58-8-8-8s-8 3.58-8 8 3.58 8 8 8 8-3.58 8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/information-variant-circle.svg b/mkdocs-material/material/templates/.icons/material/information-variant-circle.svg new file mode 100644 index 0000000..42d58dc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/information-variant-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 22c5.5 0 10-4.5 10-10S17.5 2 12 2 2 6.5 2 12s4.5 10 10 10m.3-14.71c.2-.18.44-.29.7-.29.27 0 .5.11.71.29.19.21.29.45.29.71 0 .27-.1.5-.29.71-.21.19-.44.29-.71.29-.26 0-.5-.1-.7-.29-.19-.21-.3-.44-.3-.71 0-.26.11-.5.3-.71m-2.5 4.68s2.17-1.72 2.96-1.79c.74-.06.59.79.52 1.23l-.01.06c-.14.53-.31 1.17-.48 1.78-.38 1.39-.75 2.75-.66 3 .1.34.72-.09 1.17-.39.06-.04.11-.08.16-.11 0 0 .08-.08.16.03.02.03.04.06.06.08.09.14.14.19.02.27l-.04.02c-.22.15-1.16.81-1.54 1.05-.41.27-1.98 1.17-1.74-.58.21-1.23.49-2.29.71-3.12.41-1.5.59-2.18-.33-1.59-.37.22-.59.36-.72.45-.11.08-.12.08-.19-.05l-.03-.06-.05-.08c-.07-.1-.07-.11.03-.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/information-variant.svg b/mkdocs-material/material/templates/.icons/material/information-variant.svg new file mode 100644 index 0000000..5ab6b44 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/information-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.5 4A1.5 1.5 0 0 0 12 5.5 1.5 1.5 0 0 0 13.5 7 1.5 1.5 0 0 0 15 5.5 1.5 1.5 0 0 0 13.5 4m-.36 4.77c-1.19.1-4.44 2.69-4.44 2.69-.2.15-.14.14.02.42.16.27.14.29.33.16.2-.13.53-.34 1.08-.68 2.12-1.36.34 1.78-.57 7.07-.36 2.62 2 1.27 2.61.87.6-.39 2.21-1.5 2.37-1.61.22-.15.06-.27-.11-.52-.12-.17-.24-.05-.24-.05-.65.43-1.84 1.33-2 .76-.19-.57 1.03-4.48 1.7-7.17.11-.64.41-2.04-.75-1.94"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/information.svg b/mkdocs-material/material/templates/.icons/material/information.svg new file mode 100644 index 0000000..2257993 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/information.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 9h-2V7h2m0 10h-2v-6h2m-1-9A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/instagram.svg b/mkdocs-material/material/templates/.icons/material/instagram.svg new file mode 100644 index 0000000..5dffd53 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/instagram.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2m-.2 2A3.6 3.6 0 0 0 4 7.6v8.8C4 18.39 5.61 20 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6C20 5.61 18.39 4 16.4 4zm9.65 1.5a1.25 1.25 0 0 1 1.25 1.25A1.25 1.25 0 0 1 17.25 8 1.25 1.25 0 0 1 16 6.75a1.25 1.25 0 0 1 1.25-1.25M12 7a5 5 0 0 1 5 5 5 5 0 0 1-5 5 5 5 0 0 1-5-5 5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/instrument-triangle.svg b/mkdocs-material/material/templates/.icons/material/instrument-triangle.svg new file mode 100644 index 0000000..d81c2a5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/instrument-triangle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.5 2h-1v4.2c-.1.1-.2.1-.3.3L2.1 20.7c-.3.6.1 1.3.8 1.3H16v-2H4.8L11 9.2l5.7 10 1.7-1-6.6-11.8-.3-.3zM21 6h-1v12l-.5 4h2l-.5-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/integrated-circuit-chip.svg b/mkdocs-material/material/templates/.icons/material/integrated-circuit-chip.svg new file mode 100644 index 0000000..84bdd31 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/integrated-circuit-chip.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 4h10c1.11 0 2 .89 2 2v2h-3.41L16 10.59v4l-2 2V20h-4v-3.41l-2-2V9.41l2-2zm8 7.41V14h4v-4h-2.59zM6.59 8 8 6.59V4H4c-1.11 0-2 .89-2 2v2zM6 14v-4H2v4zm2 3.41L6.59 16H2v2c0 1.11.89 2 2 2h4zM17.41 16 16 17.41V20h4c1.11 0 2-.89 2-2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invert-colors-off.svg b/mkdocs-material/material/templates/.icons/material/invert-colors-off.svg new file mode 100644 index 0000000..47cd695 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invert-colors-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.65 20.87 18.3 18.5 12 12.23 8.44 8.66 7 7.25 4.27 4.5 3 5.77l2.78 2.78a8.005 8.005 0 0 0 .56 10.69A7.98 7.98 0 0 0 12 21.58c1.79 0 3.57-.58 5.03-1.78l2.7 2.7L21 21.23zM12 19.59c-1.6 0-3.11-.62-4.24-1.76A5.95 5.95 0 0 1 6 13.59C6 12.27 6.43 11 7.21 10L12 14.77zM12 5.1v4.58l7.25 7.26a7.99 7.99 0 0 0-1.6-9.01L12 2.27l-3.7 3.7 1.41 1.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invert-colors.svg b/mkdocs-material/material/templates/.icons/material/invert-colors.svg new file mode 100644 index 0000000..8dad204 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invert-colors.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 19.58c-1.6 0-3.11-.62-4.24-1.75A5.95 5.95 0 0 1 6 13.58c0-1.58.62-3.11 1.76-4.24L12 5.1m5.66 2.83L12 2.27 6.34 7.93c-3.12 3.12-3.12 8.19 0 11.31A7.98 7.98 0 0 0 12 21.58c2.05 0 4.1-.78 5.66-2.34 3.12-3.12 3.12-8.19 0-11.31"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-arrow-left-outline.svg b/mkdocs-material/material/templates/.icons/material/invoice-arrow-left-outline.svg new file mode 100644 index 0000000..633f1c6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-arrow-left-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.34c-.63-.22-1.3-.34-2-.34V5H5v13.26l1-.66 3 2 3-2 1.04.69c-.04.21-.04.47-.04.71 0 .65.1 1.28.3 1.86L12 20l-3 2-3-2-3 2V3h18zM18 18v-2l-3 3 3 3v-2h4v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-arrow-left.svg b/mkdocs-material/material/templates/.icons/material/invoice-arrow-left.svg new file mode 100644 index 0000000..7012875 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-arrow-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.34A6.005 6.005 0 0 0 13 19c0 .65.1 1.28.3 1.86L12 20l-3 2-3-2-3 2V3h18zM18 18v-2l-3 3 3 3v-2h4v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-arrow-right-outline.svg b/mkdocs-material/material/templates/.icons/material/invoice-arrow-right-outline.svg new file mode 100644 index 0000000..2c0ba80 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-arrow-right-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.34c-.63-.22-1.3-.34-2-.34V5H5v13.26l1-.66 3 2 3-2 1.04.69c-.04.21-.04.47-.04.71 0 .65.1 1.28.3 1.86L12 20l-3 2-3-2-3 2V3h18zM19 22v-2h-4v-2h4v-2l3 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-arrow-right.svg b/mkdocs-material/material/templates/.icons/material/invoice-arrow-right.svg new file mode 100644 index 0000000..a7b238b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-arrow-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.34A6.005 6.005 0 0 0 13 19c0 .65.1 1.28.3 1.86L12 20l-3 2-3-2-3 2V3h18zM19 22v-2h-4v-2h4v-2l3 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-check-outline.svg b/mkdocs-material/material/templates/.icons/material/invoice-check-outline.svg new file mode 100644 index 0000000..08a7fc0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 13c.7 0 1.37.12 2 .34V3H3v19l3-2 3 2 3-2 1.3.86c-.2-.58-.3-1.21-.3-1.86 0-.24 0-.5.04-.71L12 17.6l-3 2-3-2-1 .66V5h14zm-3.5 6 2.75 3L23 17.23l-1.16-1.41-3.59 3.59-1.59-1.59z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-check.svg b/mkdocs-material/material/templates/.icons/material/invoice-check.svg new file mode 100644 index 0000000..9fe28b2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 13c.7 0 1.37.12 2 .34V3H3v19l3-2 3 2 3-2 1.3.86c-.2-.58-.3-1.21-.3-1.86 0-3.31 2.69-6 6-6m-3.5 6 2.75 3L23 17.23l-1.16-1.41-3.59 3.59-1.59-1.59z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-clock-outline.svg b/mkdocs-material/material/templates/.icons/material/invoice-clock-outline.svg new file mode 100644 index 0000000..f800ea8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-clock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 16.69V13h1.5v2.82l2.44 1.41-.75 1.3zm-4.13 4.07L9 22l-3-2-3 2V3h18v8.1c1.24 1.26 2 2.99 2 4.9 0 3.87-3.13 7-7 7a6.95 6.95 0 0 1-5.13-2.24m-1.14-1.65C9.26 18.17 9 17.12 9 16c0-3.87 3.13-7 7-7 1.07 0 2.09.24 3 .67V5H5v13.26l1-.66 3 2zM16 21c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-clock.svg b/mkdocs-material/material/templates/.icons/material/invoice-clock.svg new file mode 100644 index 0000000..646a935 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-clock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 13v3.69l3.19 1.84.75-1.3-2.44-1.41V13zm-6 9 1.87-1.24A6.95 6.95 0 0 0 16 23c3.87 0 7-3.13 7-7 0-1.91-.76-3.64-2-4.9V3H3v19l3-2zm7-1c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-edit-outline.svg b/mkdocs-material/material/templates/.icons/material/invoice-edit-outline.svg new file mode 100644 index 0000000..d935592 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-edit-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.86 21.43 9 22l-3-2-3 2V3h18v7.2c-.63-.27-1.36-.27-2 .02V5H5v13.26l1-.66 3 2 .86-.6zm2-1.47L18 13.83l2.03 2.04L13.9 22h-2.04zm8.87-4.79.98-.98c.2-.19.2-.52 0-.72l-1.32-1.32a.24.24 0 0 0-.08-.06.5.5 0 0 0-.62.04l-.02.02-.98.98z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-edit.svg b/mkdocs-material/material/templates/.icons/material/invoice-edit.svg new file mode 100644 index 0000000..1002900 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.86 21.43 9 22l-3-2-3 2V3h18v7.2c-.9-.38-2-.2-2.76.55l-8.38 8.38zm2-1.47L18 13.83l2.03 2.04L13.9 22h-2.04zm8.53-7.81a.24.24 0 0 0-.08-.06.5.5 0 0 0-.62.04l-.02.02-.98.98 2.04 2.04.98-.98c.2-.19.2-.52 0-.72z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-export-outline.svg b/mkdocs-material/material/templates/.icons/material/invoice-export-outline.svg new file mode 100644 index 0000000..8580f3b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-export-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21 22-3-2-3 2-3-2-3 2-3-2-3 2V3h18v6.67l-2-2V5H5v13.26l1-.66 3 2 3-2 3 2 3-2 1 .66v-1.93l2-2zm-.5-10-5-5-1.42 1.41L16.67 11H7v2h9.67l-2.59 2.58L15.5 17z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-fast-outline.svg b/mkdocs-material/material/templates/.icons/material/invoice-fast-outline.svg new file mode 100644 index 0000000..fcfe742 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-fast-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.5 19.32 22 21V5H7v16l2.5-1.68L12 21l2.5-1.68L17 21zM20 7v9.57l-3 2.02-2.5-1.69-2.5 1.69-3-2.02V7zM2 8c0-.6.4-1 1-1h2v2H3c-.6 0-1-.4-1-1m0 3c-.6 0-1 .4-1 1s.4 1 1 1h3v-2zm-2 5c0-.6.4-1 1-1h4v2H1c-.6 0-1-.4-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-fast.svg b/mkdocs-material/material/templates/.icons/material/invoice-fast.svg new file mode 100644 index 0000000..086c8ec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-fast.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 5H7v16l2.5-1.68L12 21l2.5-1.68L17 21l2.5-1.68L22 21zM2 8c0-.6.4-1 1-1h2v2H3c-.6 0-1-.4-1-1m-1 4c0-.6.4-1 1-1h3v2H2c-.6 0-1-.4-1-1m-1 4c0-.6.4-1 1-1h4v2H1c-.6 0-1-.4-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-import-outline.svg b/mkdocs-material/material/templates/.icons/material/invoice-import-outline.svg new file mode 100644 index 0000000..6211936 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-import-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18 20 3 2V3H3v6h2V5h14v13.26l-1-.66-3 2-3-2-3 2-3-2-1 .66V15H3v7l3-2 3 2 3-2 3 2zm-6.5-3-1.42-1.42L12.67 13H3v-2h9.67l-2.59-2.59L11.5 7l5 5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-import.svg b/mkdocs-material/material/templates/.icons/material/invoice-import.svg new file mode 100644 index 0000000..1013a45 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-import.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18 20 3 2V3H3v8h9.67l-2.59-2.59L11.5 7l5 5-5 5-1.42-1.42L12.67 13H3v9l3-2 3 2 3-2 3 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-list-outline.svg b/mkdocs-material/material/templates/.icons/material/invoice-list-outline.svg new file mode 100644 index 0000000..4c784ae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-list-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 7v2h-2V7zm-4 0v2H7V7zm0 4H7v2h6zm2 0v2h2v-2zm6 11-3-2-3 2-3-2-3 2-3-2-3 2V3h18zm-2-3.74V5H5v13.26l1-.66 3 2 3-2 3 2 3-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-list.svg b/mkdocs-material/material/templates/.icons/material/invoice-list.svg new file mode 100644 index 0000000..1237f98 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-list.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 22V3h18v19l-3-2-3 2-3-2-3 2-3-2zM17 9V7h-2v2zm-4 0V7H7v2zm0 2H7v2h6zm2 2h2v-2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/invoice-minus-outline.svg new file mode 100644 index 0000000..a5d410a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.34c-.63-.22-1.3-.34-2-.34V5H5v13.26l1-.66 3 2 3-2 1.04.69c-.04.21-.04.47-.04.71 0 .65.1 1.28.3 1.86L12 20l-3 2-3-2-3 2V3h18zM15 18v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-minus.svg b/mkdocs-material/material/templates/.icons/material/invoice-minus.svg new file mode 100644 index 0000000..9622288 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 22V3h18v10.34A6.005 6.005 0 0 0 13 19c0 .65.1 1.28.3 1.86L12 20l-3 2-3-2zm12-4v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/invoice-multiple-outline.svg new file mode 100644 index 0000000..68359eb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 2v15h2V4h13V2zm16.5 18.32L21 22V6H6v16l2.5-1.68L11 22l2.5-1.68L16 22zM19 8v9.57l-3 2.02-2.5-1.69-2.5 1.69-3-2.02V8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-multiple.svg b/mkdocs-material/material/templates/.icons/material/invoice-multiple.svg new file mode 100644 index 0000000..8b6725d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 2H2v15h2V4h13zm4 20-2.5-1.68L16 22l-2.5-1.68L11 22l-2.5-1.68L6 22V6h15z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-outline.svg b/mkdocs-material/material/templates/.icons/material/invoice-outline.svg new file mode 100644 index 0000000..137eed0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21 22-3-2-3 2-3-2-3 2-3-2-3 2V3h18zm-2-3.74V5H5v13.26l1-.66 3 2 3-2 3 2 3-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/invoice-plus-outline.svg new file mode 100644 index 0000000..75d0dcb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.34c-.63-.22-1.3-.34-2-.34V5H5v13.26l1-.66 3 2 3-2 1.04.69c-.04.21-.04.47-.04.71 0 .65.1 1.28.3 1.86L12 20l-3 2-3-2-3 2V3h18zM18 15v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-plus.svg b/mkdocs-material/material/templates/.icons/material/invoice-plus.svg new file mode 100644 index 0000000..1b45f8d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 22V3h18v10.34A6.005 6.005 0 0 0 13 19c0 .65.1 1.28.3 1.86L12 20l-3 2-3-2zm15-7v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/invoice-remove-outline.svg new file mode 100644 index 0000000..283c472 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 13c.7 0 1.37.12 2 .34V3H3v19l3-2 3 2 3-2 1.3.86c-.2-.58-.3-1.21-.3-1.86 0-.24 0-.5.04-.71L12 17.6l-3 2-3-2-1 .66V5h14zm0 4.6-2.1-2.1-1.4 1.4 2.1 2.1-2.1 2.1 1.4 1.4 2.1-2.1 2.1 2.1 1.4-1.4-2.1-2.1 2.1-2.1-1.4-1.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-remove.svg b/mkdocs-material/material/templates/.icons/material/invoice-remove.svg new file mode 100644 index 0000000..61a6401 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 13c.7 0 1.37.12 2 .34V3H3v19l3-2 3 2 3-2 1.3.86c-.2-.58-.3-1.21-.3-1.86 0-3.31 2.69-6 6-6m0 4.6-2.1-2.1-1.4 1.4 2.1 2.1-2.1 2.1 1.4 1.4 2.1-2.1 2.1 2.1 1.4-1.4-2.1-2.1 2.1-2.1-1.4-1.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-send-outline.svg b/mkdocs-material/material/templates/.icons/material/invoice-send-outline.svg new file mode 100644 index 0000000..0cea3ea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-send-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m24 18-10-5v4l4 1-4 1v4zm-5-4.74 2 1V3H3v19l3-2 3 2 3-2v-2.4l-3 2-3-2-1 .66V5h14z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-send.svg b/mkdocs-material/material/templates/.icons/material/invoice-send.svg new file mode 100644 index 0000000..573f338 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-send.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 22V3h18v11.26l-9-4.5V20l-3 2-3-2zm21-4-10 5v-4l4-1-4-1v-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-text-arrow-left-outline.svg b/mkdocs-material/material/templates/.icons/material/invoice-text-arrow-left-outline.svg new file mode 100644 index 0000000..5a6dde1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-text-arrow-left-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.3 20.86 12 20l-3 2-3-2-3 2V3h18v10.34c-.63-.22-1.3-.34-2-.34V5H5v13.26l1-.66 3 2 3-2 1.04.69c-.04.21-.04.47-.04.71 0 .65.1 1.28.3 1.86M17 7v2H7V7zm-2 4v2H7v-2zm3 7v-2l-3 3 3 3v-2h4v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-text-arrow-left.svg b/mkdocs-material/material/templates/.icons/material/invoice-text-arrow-left.svg new file mode 100644 index 0000000..8fc8466 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-text-arrow-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 22V3h18v10.34A6.005 6.005 0 0 0 13 19c0 .65.1 1.28.3 1.86L12 20l-3 2-3-2zM17 9V7H7v2zm-2 4v-2H7v2zm3 5v-2l-3 3 3 3v-2h4v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-text-arrow-right-outline.svg b/mkdocs-material/material/templates/.icons/material/invoice-text-arrow-right-outline.svg new file mode 100644 index 0000000..69b385a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-text-arrow-right-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.3 20.86 12 20l-3 2-3-2-3 2V3h18v10.34c-.63-.22-1.3-.34-2-.34V5H5v13.26l1-.66 3 2 3-2 1.04.69c-.04.21-.04.47-.04.71 0 .65.1 1.28.3 1.86M17 7v2H7V7zm-2 4v2H7v-2zm4 11v-2h-4v-2h4v-2l3 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-text-arrow-right.svg b/mkdocs-material/material/templates/.icons/material/invoice-text-arrow-right.svg new file mode 100644 index 0000000..454c4e2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-text-arrow-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 22V3h18v10.34A6.005 6.005 0 0 0 13 19c0 .65.1 1.28.3 1.86L12 20l-3 2-3-2zM17 9V7H7v2zm-2 4v-2H7v2zm4 9v-2h-4v-2h4v-2l3 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-text-check-outline.svg b/mkdocs-material/material/templates/.icons/material/invoice-text-check-outline.svg new file mode 100644 index 0000000..6656625 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-text-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 20 1.3.86c-.2-.58-.3-1.21-.3-1.86 0-.24 0-.5.04-.71L12 17.6l-3 2-3-2-1 .66V5h14v8c.7 0 1.37.12 2 .34V3H3v19l3-2 3 2zm5-11V7H7v2zm-2 4v-2H7v2zm.5 6 2.75 3L23 17.23l-1.16-1.41-3.59 3.59-1.59-1.59z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-text-check.svg b/mkdocs-material/material/templates/.icons/material/invoice-text-check.svg new file mode 100644 index 0000000..aa93e42 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-text-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3v19l3-2 3 2 3-2 1.3.86c-.2-.58-.3-1.21-.3-1.86a6.005 6.005 0 0 1 8-5.66V3zm14 4v2H7V7zm-2 4v2H7v-2zm.5 8 2.75 3L23 17.23l-1.16-1.41-3.59 3.59-1.59-1.59z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-text-clock-outline.svg b/mkdocs-material/material/templates/.icons/material/invoice-text-clock-outline.svg new file mode 100644 index 0000000..34fa389 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-text-clock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 9H7V7h10zm-2 4v3.69l3.19 1.84.75-1.3-2.44-1.41V13zm-6 9 1.87-1.24A6.95 6.95 0 0 0 16 23c3.87 0 7-3.13 7-7 0-1.91-.76-3.64-2-4.9V3H3v19l3-2zm0-2.4-3-2-1 .66V5h14v4.67c-.91-.43-1.93-.67-3-.67-1.91 0-3.64.76-4.9 2H7v2h2.67c-.43.91-.67 1.93-.67 3 0 1.12.26 2.17.73 3.11zm7 1.4c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-text-clock.svg b/mkdocs-material/material/templates/.icons/material/invoice-text-clock.svg new file mode 100644 index 0000000..6687e85 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-text-clock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 16.69V13h1.5v2.82l2.44 1.41-.75 1.3zM3 22V3h18v8.1c1.24 1.26 2 2.99 2 4.9 0 3.87-3.13 7-7 7a6.95 6.95 0 0 1-5.13-2.24L9 22l-3-2zm6.67-9c.36-.75.83-1.43 1.43-2H7v2zM17 9V7H7v2zm-1 12c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-text-edit-outline.svg b/mkdocs-material/material/templates/.icons/material/invoice-text-edit-outline.svg new file mode 100644 index 0000000..ea45835 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-text-edit-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.86 21.43 9 22l-3-2-3 2V3h18v7.2c-.63-.27-1.36-.27-2 .02V5H5v13.26l1-.66 3 2 .86-.6zm2-1.47L18 13.83l2.03 2.04L13.9 22h-2.04zm9.85-5.77-.98.98-2.04-2.04.98-.98.01-.01.01-.01c.17-.16.43-.17.62-.04.03.01.06.04.08.06l1.32 1.32c.2.2.2.53 0 .72M17 9V7H7v2zm-2 4v-2H7v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-text-edit.svg b/mkdocs-material/material/templates/.icons/material/invoice-text-edit.svg new file mode 100644 index 0000000..a28e547 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-text-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.86 21.43 9 22l-3-2-3 2V3h18v7.2c-.9-.38-2-.2-2.76.55l-8.38 8.38zM17 7H7v2h10zm-2 4H7v2h8zm-3.14 8.96V22h2.04l6.13-6.13L18 13.83zm9.85-6.49-1.32-1.32a.24.24 0 0 0-.08-.06.5.5 0 0 0-.62.04l-.02.02-.98.98 2.04 2.04.98-.98c.2-.19.2-.52 0-.72"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-text-fast-outline.svg b/mkdocs-material/material/templates/.icons/material/invoice-text-fast-outline.svg new file mode 100644 index 0000000..896eae2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-text-fast-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 9h-7v2h7zm-7 4h5v2h-5zm11 8-2.5-1.68L17 21l-2.5-1.68L12 21l-2.5-1.68L7 21V5h15zm-2-4.43V7H9v9.57l3 2.02 2.5-1.69 2.5 1.69zM3 7c-.6 0-1 .4-1 1s.4 1 1 1h2V7zm-1 4c-.6 0-1 .4-1 1s.4 1 1 1h3v-2zm-1 4c-.6 0-1 .4-1 1s.4 1 1 1h4v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-text-fast.svg b/mkdocs-material/material/templates/.icons/material/invoice-text-fast.svg new file mode 100644 index 0000000..647394f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-text-fast.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 5h15v16l-2.5-1.68L17 21l-2.5-1.68L12 21l-2.5-1.68L7 21zm11 4h-7v2h7zm-7 4v2h5v-2zM3 7c-.6 0-1 .4-1 1s.4 1 1 1h2V7zm-2 5c0-.6.4-1 1-1h3v2H2c-.6 0-1-.4-1-1m0 3c-.6 0-1 .4-1 1s.4 1 1 1h4v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-text-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/invoice-text-minus-outline.svg new file mode 100644 index 0000000..17e9f77 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-text-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.34c-.63-.22-1.3-.34-2-.34V5H5v13.26l1-.66 3 2 3-2 1.04.69c-.04.21-.04.47-.04.71 0 .65.1 1.28.3 1.86L12 20l-3 2-3-2-3 2V3h18zM17 9V7H7v2zm-2 4v-2H7v2zm0 5v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-text-minus.svg b/mkdocs-material/material/templates/.icons/material/invoice-text-minus.svg new file mode 100644 index 0000000..207c2a4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-text-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3v19l3-2 3 2 3-2 1.3.86c-.2-.58-.3-1.21-.3-1.86a6.005 6.005 0 0 1 8-5.66V3zm14 4v2H7V7zm-2 4v2H7v-2zm0 7v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-text-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/invoice-text-multiple-outline.svg new file mode 100644 index 0000000..2384b29 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-text-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 2v15h2V4h13V2zm8 8h7v2h-7zm5 4h-5v2h5zm3.5 6.32L21 22V6H6v16l2.5-1.68L11 22l2.5-1.68L16 22zM19 8v9.57l-3 2.02-2.5-1.69-2.5 1.69-3-2.02V8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-text-multiple.svg b/mkdocs-material/material/templates/.icons/material/invoice-text-multiple.svg new file mode 100644 index 0000000..1011b28 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-text-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 2H2v15h2V4h13zm4 20-2.5-1.68L16 22l-2.5-1.68L11 22l-2.5-1.68L6 22V6h15zM10 10v2h7v-2zm5 4h-5v2h5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-text-outline.svg b/mkdocs-material/material/templates/.icons/material/invoice-text-outline.svg new file mode 100644 index 0000000..9d9b01c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-text-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 7v2H7V7zm-2 4v2H7v-2zm3 9 3 2V3H3v19l3-2 3 2 3-2 3 2zm1-15v13.26l-1-.66-3 2-3-2-3 2-3-2-1 .66V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-text-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/invoice-text-plus-outline.svg new file mode 100644 index 0000000..7ebbc88 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-text-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.34c-.63-.22-1.3-.34-2-.34V5H5v13.26l1-.66 3 2 3-2 1.04.69c-.04.21-.04.47-.04.71 0 .65.1 1.28.3 1.86L12 20l-3 2-3-2-3 2V3h18zM17 9V7H7v2zm-2 4v-2H7v2zm3 2v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-text-plus.svg b/mkdocs-material/material/templates/.icons/material/invoice-text-plus.svg new file mode 100644 index 0000000..2afba1d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-text-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3v19l3-2 3 2 3-2 1.3.86c-.2-.58-.3-1.21-.3-1.86a6.005 6.005 0 0 1 8-5.66V3zm14 4v2H7V7zm-2 4v2H7v-2zm3 4v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-text-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/invoice-text-remove-outline.svg new file mode 100644 index 0000000..23a293e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-text-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 20 1.3.86c-.2-.58-.3-1.21-.3-1.86 0-.24 0-.5.04-.71L12 17.6l-3 2-3-2-1 .66V5h14v8c.7 0 1.37.12 2 .34V3H3v19l3-2 3 2zm5-11V7H7v2zm-2 4v-2H7v2zm4 4.6-2.1-2.1-1.4 1.4 2.1 2.1-2.1 2.1 1.4 1.4 2.1-2.1 2.1 2.1 1.4-1.4-2.1-2.1 2.1-2.1-1.4-1.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-text-remove.svg b/mkdocs-material/material/templates/.icons/material/invoice-text-remove.svg new file mode 100644 index 0000000..63ab942 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-text-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3v19l3-2 3 2 3-2 1.3.86c-.2-.58-.3-1.21-.3-1.86a6.005 6.005 0 0 1 8-5.66V3zm14 4v2H7V7zm-2 4v2H7v-2zm4 6.6-2.1-2.1-1.4 1.4 2.1 2.1-2.1 2.1 1.4 1.4 2.1-2.1 2.1 2.1 1.4-1.4-2.1-2.1 2.1-2.1-1.4-1.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-text-send-outline.svg b/mkdocs-material/material/templates/.icons/material/invoice-text-send-outline.svg new file mode 100644 index 0000000..19f33a0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-text-send-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m24 18-10 5v-4l4-1-4-1v-4zm-3-3.74-2-1V5H5v13.26l1-.66 3 2 3-2V20l-3 2-3-2-3 2V3h18zM17 7v2H7V7zm-5 6v-2H7v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-text-send.svg b/mkdocs-material/material/templates/.icons/material/invoice-text-send.svg new file mode 100644 index 0000000..3ee9075 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-text-send.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3v19l3-2 3 2 3-2v-7H7v-2h7.47L21 14.26V3zm14 6H7V7h10zm-3 14v-4l4-1-4-1v-4l10 5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice-text.svg b/mkdocs-material/material/templates/.icons/material/invoice-text.svg new file mode 100644 index 0000000..130750c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice-text.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3v19l3-2 3 2 3-2 3 2 3-2 3 2V3zm14 4v2H7V7zm-2 4v2H7v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/invoice.svg b/mkdocs-material/material/templates/.icons/material/invoice.svg new file mode 100644 index 0000000..c0481a8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/invoice.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21 22-3-2-3 2-3-2-3 2-3-2-3 2V3h18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/iobroker.svg b/mkdocs-material/material/templates/.icons/material/iobroker.svg new file mode 100644 index 0000000..205d94b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/iobroker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c-.5 0-1 .04-1.5.11v2.74a7.6 7.6 0 0 1 3 0V2.12Q12.75 2 12 2m-2.18.25C5.4 3.25 2.11 7.24 2.11 12c0 5.5 4.42 10 9.89 10s9.89-4.5 9.89-10c0-4.76-3.29-8.75-7.7-9.75v2.78c2.98.93 5.15 3.7 5.15 6.97 0 4-3.29 7.3-7.34 7.3-4.04 0-7.33-3.3-7.33-7.3 0-3.27 2.17-6.04 5.15-6.97m2.18.42c-.5 0-1 .05-1.5.17v12.65c.5.11 1 .17 1.5.17s1-.05 1.5-.17V5.62c-.5-.12-1-.17-1.5-.17"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ip-network-outline.svg b/mkdocs-material/material/templates/.icons/material/ip-network-outline.svg new file mode 100644 index 0000000..3add369 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ip-network-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 20a1 1 0 0 0-1-1h-1v-2h4a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h4v2h-1a1 1 0 0 0-1 1H2v2h7a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1h7v-2zm-8-5V5h10v10zm3-9H8v8h2zm4 0h-3v8h2v-2h1a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2m0 4h-1V8h1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ip-network.svg b/mkdocs-material/material/templates/.icons/material/ip-network.svg new file mode 100644 index 0000000..8403c93 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ip-network.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 9h-2V7h2zm7 11v2h-7a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1H2v-2h7a1 1 0 0 1 1-1h1v-2H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-4v2h1a1 1 0 0 1 1 1zM9 5H7v10h2zm2 10h2v-4h2a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ip-outline.svg b/mkdocs-material/material/templates/.icons/material/ip-outline.svg new file mode 100644 index 0000000..76533ff --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ip-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 5v14H5V5zm0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2M9 7H7v10h2zm6 0h-4v10h2v-4h2c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2m0 4h-2V9h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ip.svg b/mkdocs-material/material/templates/.icons/material/ip.svg new file mode 100644 index 0000000..0265f1a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ip.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 11h-2V9h2zM3 5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2zm7 2H8v10h2zm2 10h2v-4h2a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ipod.svg b/mkdocs-material/material/templates/.icons/material/ipod.svg new file mode 100644 index 0000000..36abb41 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ipod.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm0 2h10v6H7zm5 8a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m0 2a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/iron-board.svg b/mkdocs-material/material/templates/.icons/material/iron-board.svg new file mode 100644 index 0000000..43faeaf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/iron-board.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6h-3V4.8c0-1.12.56-2.17 1.5-2.8.94.63 1.5 1.68 1.5 2.8zm-3.72 7.63L19.59 19c.79.06 1.41.7 1.41 1.5 0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5v-.24l-4-5.03-4 5.03v.24c0 .83-.67 1.5-1.5 1.5S7 21.33 7 20.5c0-.8.63-1.44 1.41-1.5l4.31-5.37L9 9H3V7h18v2h-2zM14 12l2.42-3h-4.84z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/iron-outline.svg b/mkdocs-material/material/templates/.icons/material/iron-outline.svg new file mode 100644 index 0000000..b7226b1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/iron-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 6c-1.66 0-3 1.34-3 3v4c0 .55-.45 1-1 1v-4c0-1.66-1.34-3-3-3h-4c-1.66 0-3 1.34-3 3h2c0-.55.45-1 1-1h4c.55 0 1 .45 1 1v1H6c-2.21 0-4 1.79-4 4v3h15v-2c1.66 0 3-1.34 3-3V9c0-.55.45-1 1-1h1V6zm-6 10H4v-1c0-1.1.9-2 2-2h9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/iron.svg b/mkdocs-material/material/templates/.icons/material/iron.svg new file mode 100644 index 0000000..b00a9e2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/iron.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 6c-1.66 0-3 1.34-3 3v4c0 .55-.45 1-1 1v-4c0-1.66-1.34-3-3-3h-4c-1.66 0-3 1.34-3 3h2c0-.55.45-1 1-1h4c.55 0 1 .45 1 1v1H6c-2.21 0-4 1.79-4 4v3h15v-2c1.66 0 3-1.34 3-3V9c0-.55.45-1 1-1h1V6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/island-variant.svg b/mkdocs-material/material/templates/.icons/material/island-variant.svg new file mode 100644 index 0000000..3dfe242 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/island-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 15.26V13h-4l4-4h-3l3-3h-2l3-3 3 3h-2l3 3h-3l4 4h-4v2.76c2.13.71 3.68 1.91 4 3.24-1.7-.13-3.38-.46-5-1-1.21.61-2.63 1-4 1-1.29 0-2.83-.42-4-1-1.63.54-3.28.87-5 1 .54-2.23 4.4-4 9-4 1.05 0 2.06.09 3 .26M8 19s-3 1-6 1v2c3 0 6-1 6-1s2 1 4 1 4-1 4-1 3 1 6 1v-2c-3 0-6-1-6-1s-2 1-4 1-4-1-4-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/island.svg b/mkdocs-material/material/templates/.icons/material/island.svg new file mode 100644 index 0000000..1b2fbd8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/island.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 20c-1.39 0-2.78-.47-4-1.33-2.44 1.71-5.56 1.71-8 0C6.78 19.53 5.39 20 4 20H2v2h2c1.37 0 2.74-.35 4-1 2.5 1.3 5.5 1.3 8 0 1.26.65 2.62 1 4 1h2v-2zm.78-1H20c-1.18 0-2.36-.4-3.42-1.15l-.58-.4-.58.4c-1.03.72-2.21 1.1-3.42 1.1-1.23 0-2.41-.38-3.44-1.1l-.56-.4-.57.4C6.36 18.6 5.18 19 4 19h-.78c.53-1.46 2.36-4 8.78-4 2 0 3 .24 3 .24.68-1.37 1.83-4.47 1-8.42l1.06.71c.33 1.43.94 4.22-.26 8.12 2.63.85 3.62 2.35 3.98 3.35M22 7.59c-.79-1.09-2-1.88-3.42-2.06.12.14.23.3.34.47a5.03 5.03 0 0 1-.45 5.95c.59-1.45.53-3.16-.39-4.59-.08-.08-.12-.16-.18-.25-.4-.58-.94-1.05-1.52-1.39-2.03.65-3.5 2.55-3.5 4.78 0 .53.08 1.03.22 1.5-.6-.83-.94-1.83-.94-2.93 0-1.66.8-3.12 2.04-4.04-1.04-.08-2.11.15-3.06.75-.44.27-.82.6-1.14.98.39-.94 1.05-1.76 2-2.36a4.85 4.85 0 0 1 3.39-.71 5.2 5.2 0 0 0-1.06-1.09c-.41-.31-.86-.55-1.33-.72 1 .03 2.04.36 2.91 1.01.44.33.79.73 1.09 1.16.06 0 .12-.01.19-.01A5.03 5.03 0 0 1 22 7.59"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/iv-bag.svg b/mkdocs-material/material/templates/.icons/material/iv-bag.svg new file mode 100644 index 0000000..bab459f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/iv-bag.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 1h-4C5 1 5 3 5 3v12s0 2 5 2v2h1v1c0 1.21.8 3 3 3h4v-2h-4c-.81 0-1-.55-1-1v-1h1v-2c5 0 5-2 5-2V3s0-2-5-2m3 11h-3v-1h3zm0-7h-3v1h3v2h-3v1h3v1H7V3.5c.3-.18 1.13-.5 3-.5h4c1.88 0 2.7.32 3 .5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/jabber.svg b/mkdocs-material/material/templates/.icons/material/jabber.svg new file mode 100644 index 0000000..9767786 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/jabber.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.23 5.72C4.61 5.55 5 3.19 5 3.17c0 .02 7.58-3.88 11.7 2.56 4.1 6.42-.84 9.13-2.73 10.33-1.89 1.21-1.24 3.66-1.24 4.07 0 .4-.57.84-.73.28-.12-.57-.75-3.86 1.33-5.25 3.8-2.55 4.57-5.06 2.67-8.74C14.2 3 8.28 3.41 7.03 4.08s-1.17 1.81-1.8 1.64m4.1 6.91-.22-.47c.12-1.88-1.48-1.77-1.03 1.17.13.83-.61.47-.63.4-.56-2.29-.03-3.51 1.1-3.28 1.07.23.98 1.38.98 1.38.03-.05 1.47-1.66 1.97-.91 1.08 1.58-.97 3.55-1.09 3.71-.13.15-.27.42-.49.21-.22-.2-.2-.34-.03-.57 2.88-4.27-.3-2.05-.56-1.64m-2.83 2.7v-.02s1.5 2.82 4.11 1.77c.39-.16.56.06.59.19.07.26-.07.37-.34.46-3 .99-4.97-1.1-5.23-1.6-.24-.45-.13-.75.12-.91s.75.11.75.11M6 17.5s1.67 2 4.8 1.5c.29-.06.4.13.45.38s-.03.46-.33.56c-.29.09-3.84.56-5.79-2.22-.13-.16.17-.36.34-.36s.56.14.53.14m-.05 1.89c1.58 2.11 4.38 2.16 5.33 1.49.22-.15.42.17.28.31-1.92 1.97-5.89-.19-6.29-.86-.18-.28-.14-.67.04-.88.19-.2.62-.07.64-.06"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/jeepney.svg b/mkdocs-material/material/templates/.icons/material/jeepney.svg new file mode 100644 index 0000000..43ecbe4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/jeepney.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 13V7h1V4H4v3h1v6H2c0 .93.5 1.71 1.5 1.93V20a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1h11v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-5.07c1-.23 1.5-1 1.5-1.93zM8 15a1.5 1.5 0 0 1-1.5-1.5A1.5 1.5 0 0 1 8 12a1.5 1.5 0 0 1 1.5 1.5A1.5 1.5 0 0 1 8 15m8 0a1.5 1.5 0 0 1-1.5-1.5A1.5 1.5 0 0 1 16 12a1.5 1.5 0 0 1 1.5 1.5A1.5 1.5 0 0 1 16 15m1.5-4.5c-1.58-.32-3.47-.5-5.5-.5s-4 .18-5.5.5V7h11z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/jellyfish-outline.svg b/mkdocs-material/material/templates/.icons/material/jellyfish-outline.svg new file mode 100644 index 0000000..497c485 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/jellyfish-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 4c3.8 0 6.5 2.8 6.5 6.8a18.3 18.3 0 0 1-13 0C5.5 6.8 8.2 4 12 4m0-2c-4.7 0-8.5 3.5-8.5 8.9.06.8.56 1.5 1.3 1.8l1.7.5v2.3a.5.5 0 0 1-.5.5.5.5 0 0 1-.5-.5.898.898 0 0 0-1-1 .898.898 0 0 0-1 1A2.405 2.405 0 0 0 5.9 18H6c1.41.06 2.56-1.09 2.5-2.5v-1.8h1v5.7c0 .67-1 .67-1 0a.898.898 0 0 0-1-1 .898.898 0 0 0-1 1c-.11 1.4 1 2.6 2.4 2.6H9c1.41.06 2.56-1.09 2.5-2.5V14h1v5.5A2.394 2.394 0 0 0 15 22h.1c1.37 0 2.46-1.14 2.4-2.5 0-1.33-2-1.33-2 0 0 .67-1 .67-1 0v-5.7h1v1.8c0 1.36 1.13 2.46 2.5 2.4h.1c1.37 0 2.46-1.14 2.4-2.5 0-1.33-2-1.33-2 0 0 .67-1 .67-1 0v-2.3l1.7-.5c.72-.34 1.21-1.02 1.3-1.8C20.5 5.5 16.7 2 12 2m0 4.2c-1.47.4-2.76 1.33-3.6 2.6-.4.53-1.2-.07-.8-.6a7.47 7.47 0 0 1 4.2-3 .5.5 0 0 1 .6.4c.1.3-.1.5-.4.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/jellyfish.svg b/mkdocs-material/material/templates/.icons/material/jellyfish.svg new file mode 100644 index 0000000..d9f20d6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/jellyfish.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.5 14.5a.898.898 0 0 0-1 1c0 .67-1 .67-1 0v-2.3l1.7-.5c.72-.34 1.21-1.02 1.3-1.8C20.5 5.5 16.7 2 12 2s-8.5 3.5-8.5 8.9c.06.8.56 1.5 1.3 1.8l1.7.5v2.3a.5.5 0 0 1-.5.5.5.5 0 0 1-.5-.5.898.898 0 0 0-1-1 .898.898 0 0 0-1 1A2.394 2.394 0 0 0 6 18c1.41.06 2.56-1.09 2.5-2.5v-1.8h1v5.7c0 .67-1 .67-1 0a.898.898 0 0 0-1-1 .898.898 0 0 0-1 1A2.4 2.4 0 0 0 9 22c1.41.06 2.56-1.09 2.5-2.5V14h1v5.5A2.394 2.394 0 0 0 15 22c1.41.06 2.56-1.09 2.5-2.5 0-1.33-2-1.33-2 0 0 .67-1 .67-1 0v-5.7h1v1.8c0 1.36 1.13 2.46 2.5 2.4 1.41.06 2.56-1.09 2.5-2.5a.898.898 0 0 0-1-1m-8.9-9.8A5.57 5.57 0 0 0 7 7.3c-.17.2-.5.27-.7.1a.507.507 0 0 1-.1-.7 6.9 6.9 0 0 1 4.2-3c.27-.02.51.15.6.4.06.27-.12.55-.4.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/jira.svg b/mkdocs-material/material/templates/.icons/material/jira.svg new file mode 100644 index 0000000..6f84755 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/jira.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.53 2c0 2.4 1.97 4.35 4.35 4.35h1.78v1.7c0 2.4 1.94 4.34 4.34 4.35V2.84a.84.84 0 0 0-.84-.84zM6.77 6.8a4.36 4.36 0 0 0 4.34 4.34h1.8v1.72a4.36 4.36 0 0 0 4.34 4.34V7.63a.84.84 0 0 0-.83-.83zM2 11.6c0 2.4 1.95 4.34 4.35 4.34h1.78v1.72c.01 2.39 1.95 4.34 4.34 4.34v-9.57a.84.84 0 0 0-.84-.84z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/jquery.svg b/mkdocs-material/material/templates/.icons/material/jquery.svg new file mode 100644 index 0000000..0cbeadc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/jquery.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.88 10.41a5.005 5.005 0 0 1-7.04-.62c-1.78-2.12-1.5-5.29.61-7.04l.51-.38A5.024 5.024 0 0 0 16.8 9c1.63 1.94 4.45 2.32 6.54.97zM21.1 14.5a7.48 7.48 0 0 1-10.56-.92c-2.67-3.17-2.25-7.9.92-10.58l.92-.64a7.494 7.494 0 0 0-.12 9.78c2.42 2.86 6.54 3.49 9.65 1.58zm-1.13 4.88c-4.44 3.73-11.07 3.15-14.8-1.3C1.45 13.64 2.03 7 6.47 3.29l1.11-.79c-3.51 3.8-3.73 9.73-.3 13.82 3.43 4.08 9.31 4.9 13.68 2.11z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/jsfiddle.svg b/mkdocs-material/material/templates/.icons/material/jsfiddle.svg new file mode 100644 index 0000000..f4d9f93 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/jsfiddle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.34 13.7c0 1.3-1.11 2.34-2.48 2.34-1.21 0-2.22-1.04-3.11-2l-.25-.25c0-.03-.03-.06-.05-.09-.71-.74-1.49-1.48-2.24-1.48-.89 0-1.61.66-1.61 1.47s.72 1.48 1.61 1.48c.76 0 1.14-.42 1.42-.72l.07-.08c.16-.17.44-.18.61-.02.19.15.19.44.02.61l-.06.07c-.33.35-.92 1-2.06 1-1.37 0-2.48-1.03-2.48-2.34 0-1.29 1.11-2.34 2.48-2.34 1.21 0 2.22 1.06 3.11 2l.24.25.06.09c.71.74 1.49 1.48 2.24 1.48.89 0 1.61-.67 1.61-1.48s-.72-1.47-1.61-1.47c-.75 0-1.14.42-1.42.72l-.07.06c-.16.19-.43.2-.61.04a.45.45 0 0 1-.02-.62l.07-.06c.32-.36.92-1 2.05-1 1.37 0 2.48 1.04 2.48 2.34M22 14.85c0 1.11-.43 2.15-1.22 2.94-.78.78-1.83 1.21-2.94 1.21H6.28c-2.32-.04-4.21-1.94-4.21-4.25 0-1.38.69-2.68 1.82-3.47-.04-.19-.06-.38-.06-.58 0-1.67 1.37-3.03 3.05-3.03.51 0 1 .12 1.44.36A6.15 6.15 0 0 1 13.6 5c3.37 0 6.1 2.72 6.1 6.07v.07c1.41.7 2.3 2.13 2.3 3.71m-.87 0c0-1.35-.8-2.53-2.04-3.04a.44.44 0 0 1-.27-.43l.01-.09c0-.07.01-.15.01-.22 0-2.87-2.34-5.2-5.24-5.2-2 0-3.86 1.16-4.73 2.96-.05.12-.16.21-.29.24-.12.03-.26 0-.36-.07-.39-.31-.85-.47-1.34-.47-1.2 0-2.18.97-2.18 2.17 0 .22.03.44.1.64.06.2-.02.41-.19.51-1.05.62-1.67 1.7-1.67 2.9 0 1.84 1.5 3.35 3.35 3.38h11.54c.89 0 1.71-.34 2.33-.96.63-.62.97-1.44.97-2.32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/jump-rope.svg b/mkdocs-material/material/templates/.icons/material/jump-rope.svg new file mode 100644 index 0000000..604a560 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/jump-rope.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 4.5v6c0 .7-.5 1.4-1.2 1.5v5.3c0 1.3-.8 3.8-3.8 3.8h-1.5c.4-.4.8-.9 1-1.5h.5c2.1 0 2.2-1.9 2.2-2.2V12c-.7-.1-1.2-.7-1.2-1.5v-6c0-.8.7-1.5 1.5-1.5h1c.8 0 1.5.7 1.5 1.5m-6.2 13.7c0 1.5-1.2 2.8-2.8 2.8H8c-3 0-3.8-2.5-3.8-3.8V12c-.7-.1-1.2-.8-1.2-1.5v-6C3 3.7 3.7 3 4.5 3h1C6.3 3 7 3.7 7 4.5v6c0 .7-.5 1.4-1.2 1.5v5.3c0 .4.1 2.2 2.2 2.2h1.6q-.3-.6-.3-1.2v-10c0-1.5 1.2-2.8 2.8-2.8s2.7 1.2 2.7 2.8m-1.6-.1c0-.6-.5-1.2-1.2-1.2s-1.2.6-1.2 1.2v10c0 .7.6 1.2 1.2 1.2s1.2-.6 1.2-1.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/kabaddi.svg b/mkdocs-material/material/templates/.icons/material/kabaddi.svg new file mode 100644 index 0000000..216d40e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/kabaddi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.2 10.6q1.5 1.5 3.6 1.5l.1 2.1q-2.85 0-5.1-2.1l-.7-.7-2.3 2.4L9 15.9v6H7v-5.2l-1.3-1.2v2.2L1.5 22 .1 20.6 3.7 17l-1.2-3.5c-.2-.6.1-1.1.6-1.5l3.3-3.3c.4-.5.9-.7 1.4-.7s.8.1 1.1.3zM24 11.9h-2V8.5l-1.8-.7.9 4.4 1 5.2.9 4.4h-2.1l-1.8-8-2.1 2v6h-2v-7.5l2.1-2-.6-3c-.6.6-1.3 1.2-2.1 1.6-.9-.1-1.8-.5-2.5-1.2 1.6-.3 2.7-1.1 3.4-2.3l1-1.6c.6-1 1.5-1.3 2.6-.8L24 7.2zM11.4 4.4c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2M16.5.3c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/kangaroo.svg b/mkdocs-material/material/templates/.icons/material/kangaroo.svg new file mode 100644 index 0000000..e447847 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/kangaroo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.8 6.59 19 7.97v2.07l-1.31 1.57-.38 1.64L16 14l-.5-.88.94-.53.26-1.14.07-.3.7-.84c.18-.21.15-.53-.06-.7a.506.506 0 0 0-.71.06l-.85 1.02-.29 1.24c-.18.03-.36.07-.56.07-.69 0-1.32-.24-1.77-.6-.08 1.3-.5 2.41-1.1 3.03l-1.63 1.76-.54 3.6L8.07 21l-.54-.83 1.51-.98.46-3.27v-.01l.5-1.37c-.53-.46-.92-1.26-1.12-2.24l-.17.31c-.36.64-.71 1.29-1.15 1.95-.45.64-.9 1.34-1.78 1.88-.44.28-1.08.4-1.61.29-.56-.12-1.03-.47-1.31-.84-.55-.76-.71-1.54-.86-2.27l.97-.26c.23.64.53 1.29.91 1.64.38.33.69.26.96 0 .32-.27.63-.85.89-1.45.27-.61.49-1.27.72-1.95.48-1.36.94-2.78 1.75-4.24.42-.72.93-1.47 1.72-2.14C10.7 4.55 11.73 4 13 4s2.7 1.22 3.58 2.34c.42.55 1.29.48 1.64-.13l.92-1.58a.9.9 0 0 1-.35-.23.984.984 0 0 1 0-1.4l1.14 1.13c.03 0 .07-.02.07-.02a1 1 0 0 1 .91.58L22 7l-1 .5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/karate.svg b/mkdocs-material/material/templates/.icons/material/karate.svg new file mode 100644 index 0000000..8ec8f38 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/karate.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.8 2-8.2 6.7-1.21-1.04L14 5.58 9.41 1 8 2.41l2.74 2.74L5 8.46l-1.19 4.29L6.27 17 8 16l-2.03-3.5.35-1.32L9.5 13l.5 9h2l.5-10L21 3.4zM5 3a2 2 0 1 1 0 4c-1.11 0-2-.89-2-2s.9-2 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/kayaking.svg b/mkdocs-material/material/templates/.icons/material/kayaking.svg new file mode 100644 index 0000000..44552fc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/kayaking.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 23v-2c-1.42.05-2.79-.1-4-1-1.77 1.25-4.23 1.25-6 0-1.77 1.25-4.23 1.25-6 0-1.21.9-2.58 1.05-4 1v2c1.38.05 2.79-.06 4-.75 1.84 1 4.16 1 6 0 1.84 1 4.16 1 6 0 1.21.69 2.62.8 4 .75m1.39-5.79c-2.26-.92-5.09-1.65-7.73-1.99l3.7-8.34 1.31-.47 1.33-3L18.8 2l-1.3 2.95.5 1.32-1.69 3.7-2.81 1.5L11 10.2a.5.5 0 0 0-.26-.14c-.92-.33-1.97.26-2.24 1.17l-1.37 4.18c-.54-.23-5.88 1.56-6.215 1.71L0 17.47c1.33.57 2.2.92 3.94 1.41.81-.25 1.5-.79 2.06-1.41 1.5 1.95 4.5 1.95 6 0 1.5 1.95 4.5 1.95 6 0 .56.62 1.25 1.16 2.06 1.41l2.89-.97 1.05-.44zm-9.33-2.13c-.99-.08-2-.08-3-.08l.71-2.17 1.73.94 1.5-.85zM14 7.5c0 1.11-.89 2-2 2s-2-.89-2-2 .9-2 2-2 2 .9 2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/keg.svg b/mkdocs-material/material/templates/.icons/material/keg.svg new file mode 100644 index 0000000..841a504 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/keg.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 22v-2h1v-4H5v-2h1v-3H5V7h6V3h-1V2h4v1h-1v4h6v4h-1v3h1v2h-1v4h1v2zM17 9a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1 1 1 0 0 0 1 1h2a1 1 0 0 0 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/kettle-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/kettle-alert-outline.svg new file mode 100644 index 0000000..09782ac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/kettle-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3C4.8 3 1 5.7 1 9c0 1.2.5 2.3 1.4 3.3C1.5 13.5 1 15 1 16.5V20c0 1.1.9 2 2 2h13c1.1 0 2-.9 2-2v-3.5c0-1.2-.3-2.4-1-3.5l2-2-3-3-2.1 2.1c-2.9-1.6-6.5-1.5-9.3.3C4.2 10 4 9.5 4 9c0-1.8 2.5-3.3 5.5-3.3 1.4 0 2.8.4 3.8 1l2-2C13.6 3.5 11.6 3 9.5 3m0 8c3.5 0 6.5 3 6.5 5.5V20H3v-3.5C3 14 6 11 9.5 11m.5 1.5c-3 0-5 1.5-5 4.5v1h2v-1c0-1 0-3.5 3-4.5m11 .5V7h2v6zm0 4v-2h2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/kettle-alert.svg b/mkdocs-material/material/templates/.icons/material/kettle-alert.svg new file mode 100644 index 0000000..352e8c5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/kettle-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3C4.8 3 1 5.7 1 9c0 1.2.5 2.3 1.4 3.3C1.5 13.5 1 15 1 16.5V20c0 1.1.9 2 2 2h13c1.1 0 2-.9 2-2v-3.5c0-1.2-.3-2.4-1-3.5l2-2-3-3-2.1 2.1C12.6 9.4 11.1 9 9.5 9c-1.8 0-3.6.5-4.9 1.4C4.2 10 4 9.5 4 9c0-1.8 2.5-3.2 5.5-3.2 1.4 0 2.8.3 3.8.9l2-2C13.8 3.6 11.7 3 9.5 3m0 8c.3 0 .7 0 1 .1-3.1.5-5.5 3.1-5.5 6.4V20H3v-2.5C3 13.9 5.9 11 9.5 11M21 13V7h2v6zm0 4v-2h2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/kettle-off-outline.svg b/mkdocs-material/material/templates/.icons/material/kettle-off-outline.svg new file mode 100644 index 0000000..16abd10 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/kettle-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.1 21.5 2.4 1.7 1.1 3l3.6 3.6C4.3 7.3 4 8.1 4 9c0 1.2.5 2.3 1.4 3.3C4.5 13.5 4 15 4 16.5V20c0 1.1.9 2 2 2h13c.3 0 .6-.1.9-.2l.9.9zM8.2 10.1l-.6.3C7.2 10 7 9.5 7 9v-.1zM6 20v-3.5c0-1.8 1.6-3.9 3.7-4.9l1.2 1.2c-1.8.6-2.9 2-2.9 4.2v1h2v-1c0-.8 0-2.5 1.4-3.7l6.7 6.7zm10.9-9.9L19 8l3 3-2 2c.7 1.1 1 2.3 1 3.5v1.3l-2.1-2.1c-.4-1.8-2.1-3.6-4.3-4.3L12.2 9c1.6-.1 3.2.3 4.7 1.1M9.5 6.3 7.4 4.2C8.8 3.5 10.6 3 12.5 3c2.1 0 4.1.5 5.8 1.7l-2 2c-1-.6-2.4-1-3.8-1-1.1 0-2.2.2-3 .6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/kettle-off.svg b/mkdocs-material/material/templates/.icons/material/kettle-off.svg new file mode 100644 index 0000000..5aa4cdd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/kettle-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.1 21.5 2.4 1.7 1.1 3l3.6 3.6C4.3 7.3 4 8.1 4 9c0 1.2.5 2.3 1.4 3.3C4.5 13.5 4 15 4 16.5V20c0 1.1.9 2 2 2h13c.3 0 .6-.1.9-.2l.9.9zM8.2 10.1l-.6.3C7.2 10 7 9.5 7 9v-.1zM8 17.5V20H6v-2.5c0-2.6 1.5-4.8 3.7-5.9l.8.8C9 13.6 8 15.4 8 17.5m8.9-7.4L19 8l3 3-2 2c.7 1.1 1 2.3 1 3.5v1.3L12.2 9h.3c1.5 0 3.1.4 4.4 1.1M9.5 6.3 7.4 4.2C8.8 3.5 10.6 3 12.5 3c2.2 0 4.3.6 5.8 1.7l-2 2c-1-.6-2.4-.9-3.8-.9-1.1 0-2.1.1-3 .5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/kettle-outline.svg b/mkdocs-material/material/templates/.icons/material/kettle-outline.svg new file mode 100644 index 0000000..239d140 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/kettle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.5 3C7.8 3 4 5.7 4 9c0 1.2.5 2.3 1.4 3.3A6.8 6.8 0 0 0 4 16.5V20c0 1.1.9 2 2 2h13a2 2 0 0 0 2-2v-3.5c0-1.2-.3-2.4-1-3.5l2-2-3-3-2.1 2.1a9.2 9.2 0 0 0-9.3.3A2 2 0 0 1 7 9c0-1.8 2.5-3.3 5.5-3.3 1.4 0 2.8.4 3.8 1l2-2A10 10 0 0 0 12.5 3m0 8c3.5 0 6.5 3 6.5 5.5V20H6v-3.5C6 14 9 11 12.5 11m.5 1.5c-3 0-5 1.5-5 4.5v1h2v-1c0-1 0-3.5 3-4.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/kettle-pour-over.svg b/mkdocs-material/material/templates/.icons/material/kettle-pour-over.svg new file mode 100644 index 0000000..98cc2e3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/kettle-pour-over.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 4c-.6 0-1 .4-1 1v1h5V5c0-.6-.4-1-1-1zM3 7l1.1 7.1c.1.7.4 1.4 1 2 .4.5 1.1.8 1.9.9 0 .6.4 1 1 1h8c.6 0 1-.4 1-1l-2-6h2l3.3 5 1.7-1-3.3-5 1.3-.8-1-1.7L16.4 9H15V7H8v4l-.8 5c-.7-.1-1.1-.3-1.4-.6-.4-.4-.6-.9-.7-1.5L4 7zm1 12v2h16v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/kettle-steam-outline.svg b/mkdocs-material/material/templates/.icons/material/kettle-steam-outline.svg new file mode 100644 index 0000000..092415b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/kettle-steam-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3C4.8 3 1 5.7 1 9c0 1.2.5 2.3 1.4 3.3C1.5 13.5.985 15 1 16.5V20c0 1.1.9 2 2 2h13c1.11 0 2-.89 2-2v-3.5c0-1.2-.3-2.4-1-3.5l2-2-3-3-2.1 2.1a9.19 9.19 0 0 0-9.3.3C4.22 10.03 4 9.53 4 9c0-1.8 2.5-3.3 5.5-3.3 1.4 0 2.8.4 3.8 1l2-2A10.05 10.05 0 0 0 9.5 3m0 8c3.5 0 6.5 3 6.5 5.5V20H3v-3.5C3 14 6 11 9.5 11m.5 1.5c-3 0-5 1.5-5 4.5v1h2v-1c0-1 0-3.5 3-4.5m13-5.2c0 1.63-1.09 3.3-2.62 3.67l-.67-.68L19 9.6h.75c1 0 1.75-1.38 1.75-2.4s-.85-2.06-1.85-2.06v-1.5C21.5 3.64 23 5.45 23 7.3m-5.35-.57c-.62-.61-1-1.45-1-2.38C16.65 2.5 18.15 1 20 1v1.5c-1 0-1.85.83-1.85 1.85S19 6.2 20 6.2v1.5c-.82 0-1.58.25-2.21.68l-1.07-1.07c.28-.22.6-.42.93-.58"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/kettle-steam.svg b/mkdocs-material/material/templates/.icons/material/kettle-steam.svg new file mode 100644 index 0000000..a4f5fd9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/kettle-steam.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19 11-3-3-2.1 2.1A9.2 9.2 0 0 0 9.5 9c-1.85 0-3.55.53-4.95 1.41C4.19 9.97 4 9.5 4 9c0-1.79 2.46-3.25 5.5-3.25 1.43 0 2.8.33 3.83.92l2.02-2.02C13.77 3.59 11.68 3 9.5 3 4.81 3 1 5.69 1 9c0 1.19.5 2.34 1.44 3.33A6.8 6.8 0 0 0 1 16.5V20c0 1.11.89 2 2 2h13c1.11 0 2-.89 2-2v-3.5c0-1.22-.34-2.43-1-3.5zM5 17.5V20H3v-2.5A6.5 6.5 0 0 1 9.5 11c.34 0 .67.04 1 .09-3.11.48-5.5 3.16-5.5 6.41M23 7.3c0 1.63-1.09 3.3-2.62 3.67l-.67-.68L19 9.6h.75c1 0 1.75-1.38 1.75-2.4s-.85-2.06-1.85-2.06v-1.5C21.5 3.64 23 5.45 23 7.3m-5.35-.57c-.62-.61-1-1.45-1-2.38C16.65 2.5 18.15 1 20 1v1.5c-1 0-1.85.83-1.85 1.85S19 6.2 20 6.2v1.5c-.82 0-1.58.25-2.21.68l-1.07-1.07c.28-.22.6-.42.93-.58"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/kettle.svg b/mkdocs-material/material/templates/.icons/material/kettle.svg new file mode 100644 index 0000000..c37cd99 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/kettle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.5 3C7.81 3 4 5.69 4 9c0 1.19.5 2.34 1.44 3.33A6.8 6.8 0 0 0 4 16.5V20c0 1.11.89 2 2 2h13c1.11 0 2-.89 2-2v-3.5c0-1.22-.34-2.43-1-3.5l2-2-3-3-2.1 2.1A9.2 9.2 0 0 0 12.5 9c-1.85 0-3.55.53-4.95 1.41C7.19 9.97 7 9.5 7 9c0-1.79 2.46-3.25 5.5-3.25 1.43 0 2.8.33 3.83.92l2.02-2.02C16.77 3.59 14.68 3 12.5 3m0 8c.34 0 .67.04 1 .09-3.11.48-5.5 3.16-5.5 6.41V20H6v-2.5a6.5 6.5 0 0 1 6.5-6.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/kettlebell.svg b/mkdocs-material/material/templates/.icons/material/kettlebell.svg new file mode 100644 index 0000000..dfc531a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/kettlebell.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.2 10.7.6-2.4c.1-.3.5-1.7-.3-2.9C15.9 4.5 14.7 4 13 4h-2c-1.7 0-2.9.5-3.5 1.4-.8 1.2-.4 2.5-.3 2.9l.6 2.4C6.7 11.8 6 13.3 6 15c0 2.1 1.1 3.9 2.7 5h6.6c1.6-1.1 2.7-2.9 2.7-5 0-1.7-.7-3.2-1.8-4.3M9.6 9.5l-.5-1.7v-.1s-.2-.7.1-1.1Q9.5 6 11 6h2c.9 0 1.6.2 1.9.5.3.4.1 1.1.1 1.1l-.5 1.9c-.8-.3-1.6-.5-2.5-.5s-1.7.2-2.4.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/key-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/key-alert-outline.svg new file mode 100644 index 0000000..11f10e1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/key-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 22h-4v2H6V13.32C3.58 12.17 2 9.72 2 7c0-3.86 3.14-7 7-7s7 3.14 7 7c0 2.72-1.58 5.18-4 6.32V16h4zm-2-4h-4v-6.06l.67-.23C12.66 11 14 9.11 14 7c0-2.76-2.24-5-5-5S4 4.24 4 7c0 2.11 1.34 4 3.33 4.71l.67.23V22h2v-2h4zM12 7c0 1.66-1.34 3-3 3S6 8.66 6 7s1.34-3 3-3 3 1.34 3 3M9 8c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1m11-1h2v6h-2m0 4h2v-2h-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/key-alert.svg b/mkdocs-material/material/templates/.icons/material/key-alert.svg new file mode 100644 index 0000000..08537da --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/key-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 6.5C4 4 6 2 8.5 2S13 4 13 6.5c0 1.96-1.25 3.63-3 4.24V15h3v3h-3v4H7V10.74c-1.75-.61-3-2.28-3-4.24m3 0C7 7.33 7.67 8 8.5 8S10 7.33 10 6.5 9.33 5 8.5 5 7 5.67 7 6.5M18 7h2v6h-2m0 4h2v-2h-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/key-arrow-right.svg b/mkdocs-material/material/templates/.icons/material/key-arrow-right.svg new file mode 100644 index 0000000..7d27cde --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/key-arrow-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.7 6c-.6-1.8-2.3-3-4.2-3C5 3 3 5 3 7.5S5 12 7.5 12c2 0 3.6-1.2 4.2-3H15v3h3V9h3V6zM7.5 9C6.7 9 6 8.3 6 7.5S6.7 6 7.5 6 9 6.7 9 7.5 8.3 9 7.5 9M13 21v-2H8v-2h5v-2l3 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/key-chain-variant.svg b/mkdocs-material/material/templates/.icons/material/key-chain-variant.svg new file mode 100644 index 0000000..a34d334 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/key-chain-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.66 13.67c-.34.33-.73.62-1.16.83V21l-2 2-2-2 2-1.71L8 18l1.5-1.29-2-1.71v-.5a4.42 4.42 0 0 1-2.5-4C5 8 7 6 9.5 6h.11c-.02.07-.07.12-.11.18-.27.61-.42 1.25-.47 1.9A1.498 1.498 0 0 0 9.5 11h.1c.64 1.25 1.74 2.2 3.06 2.67M16 6c0-.63-.1-1.25-.28-1.82 1.34.38 2.49 1.37 3.01 2.78.6 1.66.16 3.43-.98 4.63L20 17.68l-1.22 2.57-2.56-1.2 1.28-2.29-1.84-.7.97-1.72-2.47-.93-.16-.46a4.48 4.48 0 0 1-3.73-2.91 4.51 4.51 0 0 1 2.69-5.77c.18-.06.37-.1.54-.14A3.95 3.95 0 0 0 10 2C7.79 2 6 3.79 6 6c0 .09 0 .17.03.26-.33.27-.63.56-.88.89C5.06 6.78 5 6.4 5 6c0-2.76 2.24-5 5-5s5 2.24 5 5c0 1.16-.4 2.21-1.06 3.06C16.08 8.88 16 6 16 6m-3.19 2.1c.06.17.15.31.25.44.56-.66.91-1.5.94-2.43-.11.02-.2.04-.3.07-.78.29-1.2 1.15-.89 1.92"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/key-chain.svg b/mkdocs-material/material/templates/.icons/material/key-chain.svg new file mode 100644 index 0000000..7872f79 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/key-chain.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.67 13.67c-.47.46-1.04.83-1.67 1.06V23H8v-2H5v-3h3v-3.28c-1.74-.62-3-2.26-3-4.22C5 8 7 6 9.5 6h.1c-.47.95-.68 2-.57 3.08-.59.2-1.03.76-1.03 1.42 0 .83.67 1.5 1.5 1.5.23 0 .45-.06.65-.15.64.84 1.52 1.47 2.52 1.82m8.06 5.77-2.76 1.16-.78-1.84-2.76 1.17-1.17-2.77L16.03 16l-1.27-3c-1.85.08-3.65-.95-4.41-2.75-.96-2.29.12-4.93 2.41-5.9.24-.1.5-.17.74-.23C12.84 2.87 11.5 2 10 2 7.79 2 6 3.79 6 6v.24c-.3.26-.6.58-.85.91C5.06 6.78 5 6.4 5 6c0-2.76 2.24-5 5-5s5 2.24 5 5c0 1.42-.6 2.67-1.55 3.57.42.43 1.05.56 1.63.31.77-.32 1.12-1.2.8-1.96a1 1 0 0 0-.14-.26C15.9 7.13 16 6.58 16 6c0-.63-.1-1.24-.28-1.81 1.28.36 2.38 1.25 2.93 2.57.76 1.8.24 3.81-1.15 5.05zM13 8.6c.37-.41.65-.89.82-1.42-.54.27-.85.82-.82 1.42"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/key-change.svg b/mkdocs-material/material/templates/.icons/material/key-change.svg new file mode 100644 index 0000000..a9af1dc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/key-change.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.5 2c2 0 3.6 1.2 4.2 3H21v3h-3v3h-3V8h-3.3c-.6 1.8-2.3 3-4.2 3C5 11 3 9 3 6.5S5 2 7.5 2m0 3C6.7 5 6 5.7 6 6.5S6.7 8 7.5 8 9 7.3 9 6.5 8.3 5 7.5 5m0 8c2 0 3.6 1.2 4.2 3H21v3h-1v3h-2v-3h-2v3h-3v-3h-1.3c-.6 1.8-2.3 3-4.2 3C5 22 3 20 3 17.5S5 13 7.5 13m0 3c-.8 0-1.5.7-1.5 1.5S6.7 19 7.5 19 9 18.3 9 17.5 8.3 16 7.5 16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/key-link.svg b/mkdocs-material/material/templates/.icons/material/key-link.svg new file mode 100644 index 0000000..09ab894 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/key-link.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.5 3C5 3 3 5 3 7.5S5 12 7.5 12c2 0 3.6-1.2 4.2-3H15v3h3V9h3V6h-9.3c-.6-1.8-2.2-3-4.2-3m0 3C8.3 6 9 6.7 9 7.5S8.3 9 7.5 9 6 8.3 6 7.5 6.7 6 7.5 6m2.5 8c-1.6 0-4 1.1-4 4s2.4 4 4 4h1v-2h-1c-.3 0-2-.1-2-2 0-1.8 1.5-2 2-2h1v-2m2 0v2h1c.3 0 2 .1 2 2 0 1.8-1.5 2-2 2h-1v2h1c1.6 0 4-1.1 4-4s-2.4-4-4-4m-5 3v2h6v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/key-minus.svg b/mkdocs-material/material/templates/.icons/material/key-minus.svg new file mode 100644 index 0000000..66e6984 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/key-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.5 3c2 0 3.6 1.2 4.2 3H21v3h-3v3h-3V9h-3.3c-.6 1.8-2.3 3-4.2 3C5 12 3 10 3 7.5S5 3 7.5 3m0 3C6.7 6 6 6.7 6 7.5S6.7 9 7.5 9 9 8.3 9 7.5 8.3 6 7.5 6M8 17h8v2H8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/key-outline.svg b/mkdocs-material/material/templates/.icons/material/key-outline.svg new file mode 100644 index 0000000..c2fd96b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/key-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 18h-6v-3h-1.7c-1.1 2.4-3.6 4-6.3 4-3.9 0-7-3.1-7-7s3.1-7 7-7c2.7 0 5.2 1.6 6.3 4H24v6h-3zm-4-2h2v-3h3v-2H11.9l-.2-.7C11 8.3 9.1 7 7 7c-2.8 0-5 2.2-5 5s2.2 5 5 5c2.1 0 4-1.3 4.7-3.3l.2-.7H17zM7 15c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3m0-4c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1-.4-1-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/key-plus.svg b/mkdocs-material/material/templates/.icons/material/key-plus.svg new file mode 100644 index 0000000..e916cc6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/key-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.5 3c2 0 3.6 1.2 4.2 3H21v3h-3v3h-3V9h-3.3c-.6 1.8-2.3 3-4.2 3C5 12 3 10 3 7.5S5 3 7.5 3m0 3C6.7 6 6 6.7 6 7.5S6.7 9 7.5 9 9 8.3 9 7.5 8.3 6 7.5 6M8 17h3v-3h2v3h3v2h-3v3h-2v-3H8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/key-remove.svg b/mkdocs-material/material/templates/.icons/material/key-remove.svg new file mode 100644 index 0000000..2ec78ad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/key-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.5 3c2 0 3.6 1.2 4.2 3H21v3h-3v3h-3V9h-3.3c-.6 1.8-2.3 3-4.2 3C5 12 3 10 3 7.5S5 3 7.5 3m0 3C6.7 6 6 6.7 6 7.5S6.7 9 7.5 9 9 8.3 9 7.5 8.3 6 7.5 6m7.1 8 1.4 1.4-2.6 2.6 2.6 2.6-1.4 1.4-2.6-2.6L9.4 22 8 20.6l2.6-2.6L8 15.4 9.4 14l2.6 2.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/key-star.svg b/mkdocs-material/material/templates/.icons/material/key-star.svg new file mode 100644 index 0000000..5919842 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/key-star.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.5 3C5 3 3 5 3 7.5S5 12 7.5 12c2 0 3.6-1.2 4.2-3H15v3h3V9h3V6h-9.3c-.6-1.8-2.2-3-4.2-3m0 3C8.3 6 9 6.7 9 7.5S8.3 9 7.5 9 6 8.3 6 7.5 6.7 6 7.5 6m4.5 8-1.1 2.6-2.9.3 2.2 1.9-.7 2.8 2.5-1.5 2.4 1.5-.6-2.8 2.2-1.9-2.9-.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/key-variant.svg b/mkdocs-material/material/templates/.icons/material/key-variant.svg new file mode 100644 index 0000000..9f8df67 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/key-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 18v4h-4v-3h-3v-3h-3l-2.26-2.26c-.55.17-1.13.26-1.74.26a6 6 0 0 1-6-6 6 6 0 0 1 6-6 6 6 0 0 1 6 6c0 .61-.09 1.19-.26 1.74zM7 5a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/key-wireless.svg b/mkdocs-material/material/templates/.icons/material/key-wireless.svg new file mode 100644 index 0000000..74f3c7b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/key-wireless.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m4.9 5.9 1.4 1.4c3.1-3.1 8.2-3.1 11.3 0L19 5.9C15.2 2 8.8 2 4.9 5.9m2.9 2.9 1.4 1.4c1.6-1.6 4.1-1.6 5.7 0l1.4-1.4c-2.4-2.4-6.2-2.4-8.5 0m4 6.2c-.8-2.3-3.4-3.6-5.7-2.7S2.4 15.7 3.3 18s3.4 3.6 5.7 2.7c1.3-.5 2.3-1.5 2.7-2.7H15v3h3v-3h3v-3M7.5 18c-.8 0-1.5-.7-1.5-1.5S6.7 15 7.5 15s1.5.7 1.5 1.5S8.3 18 7.5 18"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/key.svg b/mkdocs-material/material/templates/.icons/material/key.svg new file mode 100644 index 0000000..1587031 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/key.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 14c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2m5.6-4c-.8-2.3-3-4-5.6-4-3.3 0-6 2.7-6 6s2.7 6 6 6c2.6 0 4.8-1.7 5.6-4H16v4h4v-4h3v-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/keyboard-backspace.svg b/mkdocs-material/material/templates/.icons/material/keyboard-backspace.svg new file mode 100644 index 0000000..071bf18 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/keyboard-backspace.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 11H6.83l3.58-3.59L9 6l-6 6 6 6 1.41-1.42L6.83 13H21z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/keyboard-caps.svg b/mkdocs-material/material/templates/.icons/material/keyboard-caps.svg new file mode 100644 index 0000000..1e5e214 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/keyboard-caps.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 18h12v-2H6m6-7.59L16.59 13 18 11.58l-6-6-6 6L7.41 13z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/keyboard-close-outline.svg b/mkdocs-material/material/templates/.icons/material/keyboard-close-outline.svg new file mode 100644 index 0000000..764b11a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/keyboard-close-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 23 4-4H8M4 3c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 2h16v10H4zm1 1v2h2V6zm3 0v2h2V6zm3 0v2h2V6zm3 0v2h2V6zm3 0v2h2V6zM5 9v2h2V9zm3 0v2h2V9zm3 0v2h2V9zm3 0v2h2V9zm3 0v2h2V9zm-9 3v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/keyboard-close.svg b/mkdocs-material/material/templates/.icons/material/keyboard-close.svg new file mode 100644 index 0000000..4af634c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/keyboard-close.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 23 4-4H8M19 8h-2V6h2m0 5h-2V9h2m-3-1h-2V6h2m0 5h-2V9h2m0 6H8v-2h8M7 8H5V6h2m0 5H5V9h2m1 0h2v2H8m0-5h2v2H8m3 1h2v2h-2m0-5h2v2h-2m9-5H4c-1.11 0-2 .89-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/keyboard-esc.svg b/mkdocs-material/material/templates/.icons/material/keyboard-esc.svg new file mode 100644 index 0000000..323a427 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/keyboard-esc.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 7h6v2H3v2h4v2H3v2h4v2H1zm10 0h4v2h-4v2h2a2 2 0 0 1 2 2v2c0 1.11-.89 2-2 2H9v-2h4v-2h-2a2 2 0 0 1-2-2V9c0-1.1.9-2 2-2m8 0h2a2 2 0 0 1 2 2v1h-2V9h-2v6h2v-1h2v1c0 1.11-.89 2-2 2h-2a2 2 0 0 1-2-2V9c0-1.1.9-2 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/keyboard-f1.svg b/mkdocs-material/material/templates/.icons/material/keyboard-f1.svg new file mode 100644 index 0000000..32afe2d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/keyboard-f1.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 7h6v2H8v2h3v2H8v4H6zm8 0h4v10h-2V9h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/keyboard-f10.svg b/mkdocs-material/material/templates/.icons/material/keyboard-f10.svg new file mode 100644 index 0000000..959f678 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/keyboard-f10.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 7h6v2H4v2h3v2H4v4H2zm8 0h4v10h-2V9h-2zm8 0h2a2 2 0 0 1 2 2v6c0 1.11-.89 2-2 2h-2a2 2 0 0 1-2-2V9c0-1.1.9-2 2-2m0 2v6h2V9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/keyboard-f11.svg b/mkdocs-material/material/templates/.icons/material/keyboard-f11.svg new file mode 100644 index 0000000..fd4afe9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/keyboard-f11.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 7h6v2H5v2h3v2H5v4H3zm8 0h4v10h-2V9h-2zm6 0h4v10h-2V9h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/keyboard-f12.svg b/mkdocs-material/material/templates/.icons/material/keyboard-f12.svg new file mode 100644 index 0000000..78c9ca9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/keyboard-f12.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 7h6v2H4v2h3v2H4v4H2zm14 0h4a2 2 0 0 1 2 2v2c0 1.11-.89 2-2 2h-2v2h4v2h-6v-4c0-1.1.9-2 2-2h2V9h-4zm-6 0h4v10h-2V9h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/keyboard-f2.svg b/mkdocs-material/material/templates/.icons/material/keyboard-f2.svg new file mode 100644 index 0000000..8c61910 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/keyboard-f2.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 7h6v2H7v2h3v2H7v4H5zm8 0h4a2 2 0 0 1 2 2v2c0 1.11-.89 2-2 2h-2v2h4v2h-6v-4c0-1.1.9-2 2-2h2V9h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/keyboard-f3.svg b/mkdocs-material/material/templates/.icons/material/keyboard-f3.svg new file mode 100644 index 0000000..8f369b5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/keyboard-f3.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 7h6v2H7v2h3v2H7v4H5zm14 8c0 1.11-.89 2-2 2h-4v-2h4v-2h-2v-2h2V9h-4V7h4a2 2 0 0 1 2 2v1.5c0 .83-.67 1.5-1.5 1.5.83 0 1.5.67 1.5 1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/keyboard-f4.svg b/mkdocs-material/material/templates/.icons/material/keyboard-f4.svg new file mode 100644 index 0000000..cd2a128 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/keyboard-f4.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 7h6v2H7v2h3v2H7v4H5zm8 0h2v4h2V7h2v10h-2v-4h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/keyboard-f5.svg b/mkdocs-material/material/templates/.icons/material/keyboard-f5.svg new file mode 100644 index 0000000..eb5722e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/keyboard-f5.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 7h6v2H7v2h3v2H7v4H5zm8 0h6v2h-4v2h2a2 2 0 0 1 2 2v2c0 1.11-.89 2-2 2h-4v-2h4v-2h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/keyboard-f6.svg b/mkdocs-material/material/templates/.icons/material/keyboard-f6.svg new file mode 100644 index 0000000..413eb1f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/keyboard-f6.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 7h6v2H7v2h3v2H7v4H5zm10 0h4v2h-4v2h2a2 2 0 0 1 2 2v2c0 1.11-.89 2-2 2h-2a2 2 0 0 1-2-2V9c0-1.1.9-2 2-2m0 6v2h2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/keyboard-f7.svg b/mkdocs-material/material/templates/.icons/material/keyboard-f7.svg new file mode 100644 index 0000000..491fb1b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/keyboard-f7.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 7h6v2H7v2h3v2H7v4H5zm10 10h-2l4-8h-4V7h6v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/keyboard-f8.svg b/mkdocs-material/material/templates/.icons/material/keyboard-f8.svg new file mode 100644 index 0000000..2a50567 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/keyboard-f8.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 7h6v2H7v2h3v2H7v4H5zm10 6v2h2v-2zm0-4v2h2V9zm0 8a2 2 0 0 1-2-2v-1.5c0-.83.67-1.5 1.5-1.5-.83 0-1.5-.67-1.5-1.5V9c0-1.1.9-2 2-2h2a2 2 0 0 1 2 2v1.5c0 .83-.67 1.5-1.5 1.5.83 0 1.5.67 1.5 1.5V15c0 1.11-.89 2-2 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/keyboard-f9.svg b/mkdocs-material/material/templates/.icons/material/keyboard-f9.svg new file mode 100644 index 0000000..6267eac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/keyboard-f9.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 7h6v2H7v2h3v2H7v4H5zm12 10h-4v-2h4v-2h-2a2 2 0 0 1-2-2V9c0-1.1.9-2 2-2h2a2 2 0 0 1 2 2v6c0 1.11-.89 2-2 2m0-6V9h-2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/keyboard-off-outline.svg b/mkdocs-material/material/templates/.icons/material/keyboard-off-outline.svg new file mode 100644 index 0000000..dd17673 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/keyboard-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m1 4.27 1.47 1.47A1.9 1.9 0 0 0 2 7v10a2 2 0 0 0 2 2h11.73l3 3L20 20.72 2.28 3zM4 17V7.27l1 1V10h1.73L8 11.27V13h1.73l1 1H8v2h4.73l1 1zm1-6h2v2H5zm12 0h2v2h-2zm2-1h-2V8h2zm-5 1h2v2h-1.17l-.83-.83zm-1-1h-1.17L11 9.17V8h2zm9-3v10c0 .86-.55 1.58-1.3 1.87L18.83 17H20V7H8.83l-2-2H20a2 2 0 0 1 2 2m-6 3h-2V8h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/keyboard-off.svg b/mkdocs-material/material/templates/.icons/material/keyboard-off.svg new file mode 100644 index 0000000..0744520 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/keyboard-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 4.27 2.28 3 20 20.72 18.73 22l-3-3H4a2 2 0 0 1-2-2V7c0-.5.18-.93.46-1.27zM19 10V8h-2v2zm0 3v-2h-2v2zm-3-3V8h-2v2zm0 3v-2h-2v1.18L11.82 10H13V8h-2v1.18L9.82 8l-3-3H20a2 2 0 0 1 2 2v10c0 .86-.54 1.59-1.3 1.87L14.82 13zm-8 2v2h5.73l-2-2zm-3-5h1.73L5 8.27zm2 3v-2H5v2zm1 0h1.73L8 11.27z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/keyboard-outline.svg b/mkdocs-material/material/templates/.icons/material/keyboard-outline.svg new file mode 100644 index 0000000..487d073 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/keyboard-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 5a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2zm0 2h16v10H4zm1 1v2h2V8zm3 0v2h2V8zm3 0v2h2V8zm3 0v2h2V8zm3 0v2h2V8zM5 11v2h2v-2zm3 0v2h2v-2zm3 0v2h2v-2zm3 0v2h2v-2zm3 0v2h2v-2zm-9 3v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/keyboard-return.svg b/mkdocs-material/material/templates/.icons/material/keyboard-return.svg new file mode 100644 index 0000000..7024f67 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/keyboard-return.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 7v4H5.83l3.58-3.59L8 6l-6 6 6 6 1.41-1.42L5.83 13H21V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/keyboard-settings-outline.svg b/mkdocs-material/material/templates/.icons/material/keyboard-settings-outline.svg new file mode 100644 index 0000000..3c5693a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/keyboard-settings-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 22h2v2H7zm4 0h2v2h-2zm4 0h2v2h-2zM4 5a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2zm0 2h16v10H4zm1 1v2h2V8zm3 0v2h2V8zm3 0v2h2V8zm3 0v2h2V8zm3 0v2h2V8zM5 11v2h2v-2zm3 0v2h2v-2zm3 0v2h2v-2zm3 0v2h2v-2zm3 0v2h2v-2zm-9 3v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/keyboard-settings.svg b/mkdocs-material/material/templates/.icons/material/keyboard-settings.svg new file mode 100644 index 0000000..48d88c9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/keyboard-settings.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 10h-2V8h2m0 5h-2v-2h2m-3-1h-2V8h2m0 5h-2v-2h2m0 6H8v-2h8m-9-5H5V8h2m0 5H5v-2h2m1 0h2v2H8m0-5h2v2H8m3 1h2v2h-2m0-5h2v2h-2m9-5H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2M7 22h2v2H7zm4 0h2v2h-2zm4 0h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/keyboard-space.svg b/mkdocs-material/material/templates/.icons/material/keyboard-space.svg new file mode 100644 index 0000000..431fcda --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/keyboard-space.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 15h2v4h14v-4h2v4c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/keyboard-tab-reverse.svg b/mkdocs-material/material/templates/.icons/material/keyboard-tab-reverse.svg new file mode 100644 index 0000000..496177a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/keyboard-tab-reverse.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 6H2v12h2m7-12-6 6 6 6 1.41-1.42L8.83 13H23v-2H8.83l3.58-3.59z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/keyboard-tab.svg b/mkdocs-material/material/templates/.icons/material/keyboard-tab.svg new file mode 100644 index 0000000..c96a9e8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/keyboard-tab.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 18h2V6h-2m-8.41 1.41L15.17 11H1v2h14.17l-3.58 3.58L13 18l6-6-6-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/keyboard-variant.svg b/mkdocs-material/material/templates/.icons/material/keyboard-variant.svg new file mode 100644 index 0000000..a7f5f9e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/keyboard-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 16h12v2H6zm0-3v2H2v-2zm1 2v-2h3v2zm4 0v-2h2v2zm3 0v-2h3v2zm4 0v-2h4v2zM2 10h3v2H2zm17 2v-2h3v2zm-1 0h-2v-2h2zM8 12H6v-2h2zm4 0H9v-2h3zm3 0h-2v-2h2zM2 9V7h2v2zm3 0V7h2v2zm3 0V7h2v2zm3 0V7h2v2zm3 0V7h2v2zm3 0V7h5v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/keyboard.svg b/mkdocs-material/material/templates/.icons/material/keyboard.svg new file mode 100644 index 0000000..4490f83 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/keyboard.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 10h-2V8h2m0 5h-2v-2h2m-3-1h-2V8h2m0 5h-2v-2h2m0 6H8v-2h8m-9-5H5V8h2m0 5H5v-2h2m1 0h2v2H8m0-5h2v2H8m3 1h2v2h-2m0-5h2v2h-2m9-5H4c-1.11 0-2 .89-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/khanda.svg b/mkdocs-material/material/templates/.icons/material/khanda.svg new file mode 100644 index 0000000..e12d929 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/khanda.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 20c3.72-2 6-4.73 6-8 0-2.66-1.54-5.1-4.11-7h-.07a7.53 7.53 0 0 1 1.86 5c0 3-1.68 5-4.18 6.83 0 .01-1.12.71-2.5 1.58v-1.08L15 16s-.2-.6-.42-1.54C16.6 13.58 18 11.69 18 9.5c0-2.16-1.36-4.03-3.35-4.93C14.84 3.63 15 3 15 3l-3-2-3 2s.16.63.35 1.57C7.37 5.47 6 7.34 6 9.5c0 2.19 1.4 4.08 3.42 4.96C9.2 15.4 9 16 9 16l2 1.33v1.08c-1.38-.87-2.5-1.57-2.5-1.58C6 15 4.32 13 4.32 10c0-1.91.68-3.65 1.86-5h-.06C3.54 6.9 2 9.34 2 12c0 3.27 2.29 6 6 8l1-1.5 1.92 1.23L7.34 22 8 23l3-1.93V23h2v-1.93L16 23l.66-1-3.58-2.27L15 18.5zm.75-10.5c0 1.59-.99 2.96-2.44 3.69-.17-.96-.31-2.07-.31-3.19 0-1.33.2-2.85.42-4.14 1.39.74 2.33 2.09 2.33 3.64m-9.5 0c0-1.55.94-2.9 2.34-3.64C9.8 7.15 10 8.67 10 10c0 1.12-.14 2.23-.31 3.19-1.45-.73-2.44-2.1-2.44-3.69"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/kickstarter.svg b/mkdocs-material/material/templates/.icons/material/kickstarter.svg new file mode 100644 index 0000000..c36154a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/kickstarter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.3 10.2 17.5 12l1.8 1.8a4.774 4.774 0 0 1 0 6.79c-1.88 1.87-4.95 1.87-6.83 0l-.67-.66A4.77 4.77 0 0 1 7.83 22C5.16 22 3 19.85 3 17.2V6.8C3 4.15 5.16 2 7.83 2c1.67 0 3.1.82 3.97 2.07l.67-.66c1.88-1.87 4.95-1.87 6.83 0a4.774 4.774 0 0 1 0 6.79"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/kite-outline.svg b/mkdocs-material/material/templates/.icons/material/kite-outline.svg new file mode 100644 index 0000000..6afe748 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/kite-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12.5 5.1 5.45 5.28-5.45 7.5-5.43-7.5zm0-2.1c-.45 0-.84.15-1.17.46L5.54 9.08c-.31.3-.48.67-.54 1.12 0 .44.08.84.33 1.2l6.12 8.43c-.25.53-.7.79-1.36.79-.8 0-1.3-.37-1.49-1.12-.2-.66-.6-1.23-1.22-1.7-.62-.46-1.28-.7-1.97-.7-1.05 0-1.91.4-2.56 1.2l1.36 1.12c.29-.39.71-.58 1.2-.58.8 0 1.3.37 1.49 1.11.19.67.6 1.24 1.22 1.72s1.28.73 1.97.73c1.24 0 2.19-.57 2.85-1.7l6.74-9.3c.25-.36.35-.76.32-1.2-.05-.44-.23-.82-.53-1.12l-5.79-5.62c-.33-.31-.72-.46-1.18-.46"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/kite.svg b/mkdocs-material/material/templates/.icons/material/kite.svg new file mode 100644 index 0000000..a3b2dbc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/kite.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.69 3.46c-.34-.31-.73-.46-1.19-.46-.45 0-.84.15-1.17.46L5.54 9.08c-.31.3-.48.67-.54 1.12 0 .44.08.84.33 1.2l6.12 8.43c-.25.53-.7.79-1.36.79-.8 0-1.3-.37-1.49-1.12-.2-.66-.6-1.23-1.22-1.7-.62-.46-1.28-.7-1.97-.7-1.05 0-1.91.4-2.56 1.2l1.36 1.12c.29-.39.71-.58 1.2-.58.8 0 1.3.37 1.49 1.11.19.67.6 1.24 1.22 1.72s1.28.73 1.97.73c1.24 0 2.19-.57 2.85-1.7l6.74-9.31c.25-.35.35-.75.32-1.19-.05-.45-.23-.82-.53-1.12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/kitesurfing.svg b/mkdocs-material/material/templates/.icons/material/kitesurfing.svg new file mode 100644 index 0000000..b2bf344 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/kitesurfing.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.5 4.5-1-1.07L17.92 1H20zM20.96 23q-1.59 0-3-.75c-1.84 1-4.15 1-5.99 0-1.84 1-4.15 1-5.97 0-1.23.69-2.64.8-4 .75v-2c1.41.05 2.77-.1 4-1 1.74 1.25 4.21 1.25 5.97 0 1.77 1.25 4.23 1.25 5.99 0 1.21.9 2.58 1.05 3.98 1v2zm-.61-10.74c-2.05-.76-4.21.35-6.27 1.1l-1.69-1.86H9.58V8c2.31.19 4.71-.33 6.32-2.04l-1.4-1.4C13.6 5.46 12.3 6 11 6H8c-1.11 0-2.05.92-2 2 .07 1.35-.33 4.73.45 5.87L8 16.82c-.57.41-1.07.8-1.5 1.18 1.59 1.5 4.15 1.17 5.47-.5.94 1.09 2.48 1.8 3.93 1.33 1.55-1.06 6.84-4.83 4.45-6.57m-8.92 2.39c-.43.24-1.27.72-1.61.96l-.85-2.02 2.49-.09.7.75zM8 1c-1.1 0-2 .9-2 2s.9 2 2 2 2-.89 2-2-.89-2-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/klingon.svg b/mkdocs-material/material/templates/.icons/material/klingon.svg new file mode 100644 index 0000000..68aa9f5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/klingon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m4.79 21.5-.08-.26c-.18-.59-.24-1.16-.21-1.84.1-1.23.64-2.09 1.32-2.81a6.3 6.3 0 0 1-.29-1.85c0-1.74.73-3.3 1.92-4.44.88-.84 2.01-1.44 3.26-1.7.66-2.37 1.09-4.8 1.29-7.1.24 2 .65 4.62 1.3 7.08a6.6 6.6 0 0 1 3.37 1.72c1.18 1.14 1.92 2.7 1.92 4.44 0 .61-.09 1.19-.26 1.76.88.42 1.87.67 3.17.79l-.06.15c-.12.33-.44.56-.73.74l-.02.01c-.56.38-1.51.81-2.84.81h-.44c-.18 0-.35-.03-.51-.05-.07.05-.15.15-.23.23C15.5 20.31 13.86 21 12.06 21c-1.79 0-3.42-.69-4.6-1.82l-.12-.12c-1 .53-1.8 1.27-2.4 2.21l-.14.23m1.7-5.56c.15-.12 1.7-1.44 2.13-2.16l.1-.17c.92 1.39 1.67 2.67 2.7 4.47l-.21.01c-1.14.07-2.17.28-3.07.61 1.02.92 2.4 1.49 3.91 1.49 1.48 0 2.82-.54 3.83-1.42-.25-.05-.5-.12-.74-.18-.77-.18-1.5-.37-2.34-.4l-.19-.01.08-.18c.4-.8 2.1-3.59 2.53-4.37l.11.18c.66.96 1.39 1.69 2.24 2.26.11-.43.17-.87.17-1.32 0-1.5-.64-2.86-1.66-3.85a5.6 5.6 0 0 0-2.54-1.4c.3 1 .65 2 1.04 2.85l.03.05-.03.06c-.39.76-.83 1.49-1.26 2.2-.39.64-.79 1.3-1.15 1.98l-.1.19-.12-.18c-.57-.83-2.21-3.59-2.55-4.15.4-1 .74-2 1.04-3-.95.28-1.75.76-2.42 1.4a5.3 5.3 0 0 0-1.66 3.84c0 .42.05.82.13 1.21"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/knife-military.svg b/mkdocs-material/material/templates/.icons/material/knife-military.svg new file mode 100644 index 0000000..780aca0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/knife-military.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22 2-4.61 1.75-6.93 6.93L14 14.22l6.92-6.93C22.43 5.78 22 2 22 2M8.33 10l-1.41 1.39 1.41 1.41-5.65 5.66L6.21 22l5.66-5.66 1.41 1.42 1.42-1.42z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/knife.svg b/mkdocs-material/material/templates/.icons/material/knife.svg new file mode 100644 index 0000000..d39e595 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/knife.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.62 2c3.35 5.61-8.15 18.15-8.15 18.15L9.6 17.28 4.91 22l-2.14-2.14z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/knob.svg b/mkdocs-material/material/templates/.icons/material/knob.svg new file mode 100644 index 0000000..285eca4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/knob.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m1 8h-2V4.1c.3-.1.7-.1 1-.1s.7 0 1 .1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/koala.svg b/mkdocs-material/material/templates/.icons/material/koala.svg new file mode 100644 index 0000000..9e257b0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/koala.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3c-.9 0-3.5 0-4.7 3.1-.4-.1-.9-.1-1.3-.1h-2c-.4 0-.9 0-1.3.1C8.5 3 5.9 3 5 3 4 3 1 4 1 9c0 3.6 2.5 4.6 4 4.9V15c0 3.3 2.7 6 6 6h2c3.3 0 6-2.7 6-6v-1.1c1.5-.3 4-1.3 4-4.9 0-5-3-6-4-6M5 12v.4c-2.1-.6-1.7-2.9-.7-3.7C4 8.3 3 9 3 8.6c0-.5 1.8-1.2 2.1-1.3-.3-.5-1.5-.3-1.5-.7 0-.3 1.2-.8 2.2-.6.5.1 1.1.3 1.6.7C6 8 5 9.8 5 12m3.5 3c-2 0-2-3 0-3s2 3 0 3m4 3h-1c-.7 0-1.2-.7-.9-1.3l.7-3c.1-.4.5-.6.8-.7.3 0 .6.2.8.7l.7 3c.1.6-.4 1.3-1.1 1.3m3-3c-2 0-2-3 0-3s2 3 0 3m4.2-6.4c1 .8 1.4 3.1-.7 3.7.1-2.2-.9-4.3-2.4-5.6.5-.4 1.1-.6 1.6-.7 1-.2 2.2.2 2.2.6s-1.2.2-1.5.6c.3.2 2.1.9 2.1 1.4 0 .4-.9-.3-1.3 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/kodi.svg b/mkdocs-material/material/templates/.icons/material/kodi.svg new file mode 100644 index 0000000..caac9c2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/kodi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.03 1c-.21 0-.43.11-.62.31L8.88 3.84c-.22.22-.28.34-.5.54-.29.24-.42.53-.41.9C8 6.57 8 7.84 8 9.13v4.03c0 .1 0 .18.03.28.08.31.28.38.5.15 1.2-1.2 2.27-2.29 3.47-3.5 1.36-1.36 2.73-2.72 4.09-4.09.41-.4.41-.85 0-1.25-1.15-1.15-2.32-2.28-3.46-3.44-.2-.2-.39-.31-.6-.31m6.63 6.66c-.21 0-.41.09-.6.28-1.15 1.16-2.31 2.3-3.47 3.47-.39.39-.39.82 0 1.22 1.15 1.15 2.29 2.31 3.44 3.46.4.41.82.41 1.22 0 1.11-1.09 2.25-2.22 3.34-3.34.17-.17.34-.33.41-.56v-.31c-.07-.24-.24-.38-.41-.57-1.12-1.12-2.22-2.25-3.34-3.37-.19-.19-.39-.28-.59-.28m-13.88.43c-.13-.05-.2.05-.28.13-1.15 1.17-2.16 2.21-3.31 3.37-.26.27-.26.65 0 .91.62.63 1.25 1.25 1.87 1.88.54.54.94.95 1.5 1.5.16.15.3.12.38-.07.06-.1.06-.23.06-.34V8.63c0-.08 0-.18-.03-.25-.02-.13-.07-.24-.19-.29m7.31 6.16c-.2 0-.43.09-.62.28-1.15 1.16-2.29 2.34-3.44 3.5-.4.4-.4.82 0 1.22 1.11 1.12 2.23 2.22 3.35 3.34.16.17.33.34.56.41h.28c.22-.06.4-.21.56-.37 1.12-1.13 2.25-2.25 3.38-3.38.39-.4.34-.85-.03-1.25-1.16-1.16-2.29-2.31-3.44-3.47-.19-.19-.39-.28-.6-.28"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/kubernetes.svg b/mkdocs-material/material/templates/.icons/material/kubernetes.svg new file mode 100644 index 0000000..2430800 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/kubernetes.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.95 13.5h-.23c-.18.11-.26.32-.18.5l.86 2.11c.83-.53 1.46-1.32 1.79-2.25l-2.23-.36zm-3.45.29a.415.415 0 0 0-.38-.29h-.08l-2.22.37c.33.92.96 1.7 1.79 2.23l.85-2.07V14c.04-.05.04-.14.04-.21m1.83.81a.38.38 0 0 0-.51-.15c-.07.05-.12.08-.15.15h-.01l-1.09 1.97c.78.26 1.62.31 2.43.12.14-.03.29-.07.43-.12l-1.09-1.97zm3.45-4.57L14.1 11.5l.01.03a.37.37 0 0 0-.04.53q.075.09.18.12l.01.01 2.17.62c.07-.97-.14-1.95-.65-2.78m-3.11.16c.01.21.18.37.39.36.08 0 .15-.02.21-.05h.01l1.83-1.31a4.45 4.45 0 0 0-2.57-1.24zm-1.94.31c.17.11.4.08.52-.09.05-.06.07-.13.08-.21h.01l.12-2.25c-.15.02-.3.05-.46.08-.8.18-1.54.58-2.12 1.16l1.84 1.31zm-.99 1.69c.2-.05.32-.26.26-.46 0-.08-.05-.14-.11-.19v-.01L8.21 10c-.52.86-.74 1.84-.63 2.82l2.16-.62zm1.64.66.62.3.62-.3.15-.67-.43-.53h-.69l-.43.53zm10.89 1.32L20.5 6.5c-.09-.42-.37-.76-.74-.94l-7.17-3.43c-.37-.17-.81-.17-1.19 0L4.24 5.56c-.37.18-.65.52-.74.94l-1.77 7.67c-.05.2-.05.4 0 .59.01.06.03.12.05.18.03.09.08.19.13.27.03.04.05.08.09.11l4.95 6.18c.02 0 .05.04.05.06.1.09.19.16.28.22.12.08.26.14.4.17.11.05.23.05.32.05h8.12c.07 0 .14-.03.2-.05.05-.01.1-.03.14-.04.04-.02.07-.03.11-.05.05-.02.1-.05.15-.08.12-.08.23-.18.33-.28l.15-.2 4.8-5.98c.1-.12.17-.25.22-.38.02-.06.04-.12.05-.18.05-.19.05-.4 0-.59m-7.43 2.99c.02.06.04.12.07.17-.04.08-.06.17-.03.26.12.24.23.46.38.68.08.11.16.23.24.34 0 .03.03.08.04.12.12.2.06.46-.15.59s-.47.05-.59-.15c-.01-.03-.02-.05-.03-.08-.02-.03-.04-.09-.06-.09-.05-.15-.09-.28-.12-.41-.09-.25-.17-.49-.3-.72a.38.38 0 0 0-.21-.14l-.08-.16c-1.29.48-2.7.48-3.97-.01l-.1.18c-.07.01-.14.04-.19.09-.14.24-.24.49-.33.77-.03.13-.07.26-.12.4-.02 0-.04.07-.06.1a.43.43 0 0 1-.81-.29c.01-.03.03-.05.04-.08.04-.03.04-.08.04-.11.09-.12.16-.23.24-.35.16-.21.29-.45.39-.69a.54.54 0 0 0-.03-.25l.07-.18a5.6 5.6 0 0 1-2.47-3.09l-.2.03a.4.4 0 0 0-.23-.09c-.27.05-.51.13-.77.22-.11.06-.24.11-.37.15-.03.01-.07.02-.13.03a.44.44 0 0 1-.54-.27c-.07-.23.04-.47.28-.55.02 0 .05-.01.08-.01v-.01h.01l.11-.02c.14-.04.28-.04.41-.04.26 0 .52-.06.77-.12.08-.05.14-.11.19-.19l.19-.05c-.21-1.36.1-2.73.86-3.87l-.14-.12c0-.09-.03-.18-.08-.25-.2-.17-.41-.32-.64-.45q-.18-.09-.36-.21c-.02-.02-.06-.05-.08-.07l-.01-.01c-.2-.16-.25-.42-.11-.63.09-.1.21-.15.35-.15q.165.015.3.12l.09.07c.1.09.19.2.28.3.18.19.37.37.58.52.08.04.17.05.26.03l.15.11c.75-.8 1.73-1.36 2.8-1.6.25-.06.52-.1.78-.12l.01-.18a.45.45 0 0 0 .14-.23c.01-.26-.01-.52-.05-.77-.03-.13-.05-.27-.06-.41V5.1c-.02-.24.15-.45.39-.48s.44.15.47.38v.22c-.01.14-.03.28-.06.41-.04.25-.06.51-.05.77.02.1.07.17.14.22l.01.19c1.36.12 2.62.73 3.56 1.72l.16-.12c.09.02.18.01.26-.03.21-.15.41-.33.58-.52.09-.1.18-.2.28-.3.03-.02.07-.06.1-.06.17-.18.44-.18.59 0 .19.16.18.43 0 .6 0 .02-.03.04-.06.06a2.495 2.495 0 0 1-.44.28c-.23.13-.45.28-.64.45-.06.07-.09.15-.08.24l-.16.14a5.44 5.44 0 0 1 .88 3.86l.19.05c.04.08.11.14.19.18.25.07.51.11.77.14h.41c.03.03.08.04.12.05.24.03.4.25.37.49-.05.23-.24.4-.48.37-.03-.01-.07-.01-.07-.02v-.01c-.06 0-.1-.01-.14-.02q-.195-.06-.36-.15c-.26-.1-.5-.17-.77-.21-.09 0-.17 0-.23.08-.07-.01-.13-.02-.19-.03-.41 1.31-1.31 2.41-2.47 3.11"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/label-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/label-multiple-outline.svg new file mode 100644 index 0000000..490e501 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/label-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 18h9l-2 2H4c-.5 0-1.03-.21-1.41-.59S2 18.5 2 18V8h2zM17.63 4.84C17.27 4.33 16.67 4 16 4H8c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h8c.67 0 1.27-.34 1.63-.85L22 10zM16 14H8V6h8l3.55 4Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/label-multiple.svg b/mkdocs-material/material/templates/.icons/material/label-multiple.svg new file mode 100644 index 0000000..e4a7f1b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/label-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 19h9l-2 2H4c-.5 0-1.03-.21-1.41-.59S2 19.5 2 19V9h2zM17.63 5.84C17.27 5.33 16.67 5 16 5H8c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h8c.67 0 1.27-.34 1.63-.85L22 11z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/label-off-outline.svg b/mkdocs-material/material/templates/.icons/material/label-off-outline.svg new file mode 100644 index 0000000..abbebd3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/label-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 4.27 3.28 3 20 19.72 18.73 21l-2.1-2.1c-.2.06-.41.1-.63.1H5a2 2 0 0 1-2-2V7c0-.5.17-.93.46-1.27zM5 17h9.73L5 7.27zm14.55-5L16 7H9.82L7.83 5H16c.67 0 1.27.33 1.63.84L22 12l-3 4.2-1.41-1.44z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/label-off.svg b/mkdocs-material/material/templates/.icons/material/label-off.svg new file mode 100644 index 0000000..767e038 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/label-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 4.27 3.28 3 20 19.72 18.73 21l-2.1-2.1c-.2.06-.41.1-.63.1H5a2 2 0 0 1-2-2V7c0-.5.17-.93.46-1.27zm15.63 1.57L22 12l-3 4.2L7.83 5H16c.67 0 1.27.33 1.63.84"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/label-outline.svg b/mkdocs-material/material/templates/.icons/material/label-outline.svg new file mode 100644 index 0000000..b1bb989 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/label-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 17H5V7h11l3.55 5m-1.92-6.16C17.27 5.33 16.67 5 16 5H5a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h11c.67 0 1.27-.34 1.63-.85L22 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/label-percent-outline.svg b/mkdocs-material/material/templates/.icons/material/label-percent-outline.svg new file mode 100644 index 0000000..285b5fa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/label-percent-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 17H5V7h11l3.55 5m-1.92-6.16C17.27 5.33 16.67 5 16 5H5c-1.1 0-2 .9-2 2v10a2 2 0 0 0 2 2h11c.67 0 1.27-.34 1.63-.85L22 12zM13.8 8 15 9.2 8.2 16 7 14.8m1.45-6.77c.78 0 1.42.64 1.42 1.42s-.64 1.42-1.42 1.42-1.42-.64-1.42-1.42.64-1.42 1.42-1.42m5.1 5.1c.78 0 1.42.64 1.42 1.42s-.64 1.42-1.42 1.42-1.42-.64-1.42-1.42.64-1.42 1.42-1.42"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/label-percent.svg b/mkdocs-material/material/templates/.icons/material/label-percent.svg new file mode 100644 index 0000000..c8439dd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/label-percent.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.63 5.84C17.27 5.33 16.67 5 16 5H5c-1.1 0-2 .9-2 2v10a2 2 0 0 0 2 2h11c.67 0 1.27-.34 1.63-.85L22 12zM8.45 8.03c.78 0 1.42.64 1.42 1.42s-.64 1.42-1.42 1.42-1.42-.64-1.42-1.42.64-1.42 1.42-1.42m5.1 7.94c-.78 0-1.42-.64-1.42-1.42s.64-1.42 1.42-1.42 1.42.64 1.42 1.42-.64 1.42-1.42 1.42M8.2 16 7 14.8 13.8 8 15 9.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/label-variant-outline.svg b/mkdocs-material/material/templates/.icons/material/label-variant-outline.svg new file mode 100644 index 0000000..4de8e0d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/label-variant-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.5 17H15l3.5-5L15 7H6.5l3.5 5zm8.5 2H3l4.5-7L3 5h12c.69 0 1.23.3 1.64.86L21 12l-4.36 6.14c-.41.56-.95.86-1.64.86"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/label-variant.svg b/mkdocs-material/material/templates/.icons/material/label-variant.svg new file mode 100644 index 0000000..beac3bb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/label-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m3.5 19 4.84-7L3.5 5h11c.67 0 1.22.3 1.63.86L20.5 12l-4.37 6.14c-.41.56-.96.86-1.63.86z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/label.svg b/mkdocs-material/material/templates/.icons/material/label.svg new file mode 100644 index 0000000..99d3799 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/label.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.63 5.84C17.27 5.33 16.67 5 16 5H5a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h11c.67 0 1.27-.34 1.63-.85L22 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ladder.svg b/mkdocs-material/material/templates/.icons/material/ladder.svg new file mode 100644 index 0000000..8240558 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ladder.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 1v2h-4V1H8v21h2v-2h4v2h2V1zm0 4v3h-4V5zm0 5v3h-4v-3zm-4 8v-3h4v3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ladybug.svg b/mkdocs-material/material/templates/.icons/material/ladybug.svg new file mode 100644 index 0000000..af764ff --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ladybug.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 5c.74 0 1.47.1 2.15.29l1.63-2.83c.28-.46.89-.64 1.37-.36.48.27.64.9.35 1.36L16 6.07A8.07 8.07 0 0 1 18.93 9H5.07A8.07 8.07 0 0 1 8 6.07L6.5 3.46a.98.98 0 0 1 .35-1.36c.48-.28 1.09-.1 1.37.36l1.63 2.83C10.53 5.1 11.26 5 12 5m8 8a8 8 0 0 1-7.25 7.97V10.5h6.85c.26.79.4 1.63.4 2.5M4 13c0-.87.14-1.71.4-2.5h6.85v10.47A8 8 0 0 1 4 13"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lambda.svg b/mkdocs-material/material/templates/.icons/material/lambda.svg new file mode 100644 index 0000000..db57267 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lambda.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m6 20 4.16-12.09L9.34 6H8V4h2c.42 0 .78.26.93.63L16.66 18H18v2h-2c-.43 0-.79-.27-.93-.64l-3.74-8.71L8.12 20z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lamp-outline.svg b/mkdocs-material/material/templates/.icons/material/lamp-outline.svg new file mode 100644 index 0000000..3cae3d8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lamp-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.56 4 2.67 8H6.78l2.66-8zM16 2H8L4 14h16zm-5 13h2v5h5v2H6v-2h5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lamp.svg b/mkdocs-material/material/templates/.icons/material/lamp.svg new file mode 100644 index 0000000..2d2bda7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lamp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 2h8l4 12H4zm3 13h2v5h5v2H6v-2h5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lamps-outline.svg b/mkdocs-material/material/templates/.icons/material/lamps-outline.svg new file mode 100644 index 0000000..ba8c386 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lamps-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m8.5 4 .85 3h-4.7l.85-3zM10 2H4L2 9h10zm-4 8h2v10h3v2H3v-2h3zm12.5 0 .85 3h-4.7l.85-3zM20 8h-6l-2 7h10zm-4 8h2v4h3v2h-8v-2h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lamps.svg b/mkdocs-material/material/templates/.icons/material/lamps.svg new file mode 100644 index 0000000..920d3c5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lamps.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10 2 2 7H2l2-7m2 8h2v10h3v2H3v-2h3zm14-2 2 7H12l2-7m2 8h2v4h3v2h-8v-2h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lan-check.svg b/mkdocs-material/material/templates/.icons/material/lan-check.svg new file mode 100644 index 0000000..73b1027 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lan-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 1c-1.11 0-2 .89-2 2v4c0 1.11.89 2 2 2H1v2h12V9h-3c1.11 0 2-.89 2-2V3c0-1.11-.89-2-2-2zm0 2h6v4H4zm10 10c-1.11 0-2 .89-2 2v4c0 1.11.89 2 2 2h-3v2h12v-2h-3c1.11 0 2-.89 2-2v-4c0-1.11-.89-2-2-2zm0 2h6v4h-6zm-8.5 5.5 5-5L9 14l-3.5 3.5-2-2L2 17z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lan-connect.svg b/mkdocs-material/material/templates/.icons/material/lan-connect.svg new file mode 100644 index 0000000..a63a3ae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lan-connect.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 1c-1.11 0-2 .89-2 2v4c0 1.11.89 2 2 2H1v2h12V9h-3c1.11 0 2-.89 2-2V3c0-1.11-.89-2-2-2zm0 2h6v4H4zM3 13v7h7v-2H5v-5zm11 0c-1.11 0-2 .89-2 2v4c0 1.11.89 2 2 2h-3v2h12v-2h-3c1.11 0 2-.89 2-2v-4c0-1.11-.89-2-2-2zm0 2h6v4h-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lan-disconnect.svg b/mkdocs-material/material/templates/.icons/material/lan-disconnect.svg new file mode 100644 index 0000000..b187cca --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lan-disconnect.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 1c-1.11 0-2 .89-2 2v4c0 1.11.89 2 2 2H1v2h12V9h-3c1.11 0 2-.89 2-2V3c0-1.11-.89-2-2-2zm0 2h6v4H4zm10 10c-1.11 0-2 .89-2 2v4c0 1.11.89 2 2 2h-3v2h12v-2h-3c1.11 0 2-.89 2-2v-4c0-1.11-.89-2-2-2zm-10.12.46-1.42 1.42L4.59 17l-2.13 2.12 1.42 1.42L6 18.41l2.12 2.13 1.42-1.42L7.41 17l2.13-2.12-1.42-1.42L6 15.59zM14 15h6v4h-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lan-pending.svg b/mkdocs-material/material/templates/.icons/material/lan-pending.svg new file mode 100644 index 0000000..a079d23 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lan-pending.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 1c-1.11 0-2 .89-2 2v4c0 1.11.89 2 2 2H1v2h12V9h-3c1.11 0 2-.89 2-2V3c0-1.11-.89-2-2-2zm0 2h6v4H4zm-1 9v2h2v-2zm11 1c-1.11 0-2 .89-2 2v4c0 1.11.89 2 2 2h-3v2h12v-2h-3c1.11 0 2-.89 2-2v-4c0-1.11-.89-2-2-2zM3 15v2h2v-2zm11 0h6v4h-6zM3 18v2h2v-2zm3 0v2h2v-2zm3 0v2h2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lan.svg b/mkdocs-material/material/templates/.icons/material/lan.svg new file mode 100644 index 0000000..27b7f18 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lan.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 2c-1.11 0-2 .89-2 2v3c0 1.11.89 2 2 2h1v2H2v2h4v2H5c-1.11 0-2 .89-2 2v3c0 1.11.89 2 2 2h4c1.11 0 2-.89 2-2v-3c0-1.11-.89-2-2-2H8v-2h8v2h-1c-1.11 0-2 .89-2 2v3c0 1.11.89 2 2 2h4c1.11 0 2-.89 2-2v-3c0-1.11-.89-2-2-2h-1v-2h4v-2h-9V9h1c1.11 0 2-.89 2-2V4c0-1.11-.89-2-2-2zm0 2h4v3h-4zM5 17h4v3H5zm10 0h4v3h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/land-fields.svg b/mkdocs-material/material/templates/.icons/material/land-fields.svg new file mode 100644 index 0000000..0915e68 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/land-fields.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m-4.7 2C14.5 5.1 14 6.5 14 8h-4c0-1.6.8-3.1 2-4zM14 14h-4c0-1.5-.5-2.9-1.3-4H12c1.2.9 2 2.4 2 4M4 4h5.3C8.5 5.1 8 6.5 8 8H4zm0 6h2c1.2.9 2 2.3 2 4H4zm0 10v-4h5.3C8.5 17.1 8 18.5 8 20zm6 0c0-1.6.8-3.1 2-4h3.3c-.8 1.1-1.3 2.5-1.3 4zm10 0h-4c0-1.6.8-3.1 2-4h2zm0-6h-4c0-1.5-.5-2.9-1.3-4H20zm0-6h-4c0-1.6.8-3.1 2-4h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/land-plots-circle-variant.svg b/mkdocs-material/material/templates/.icons/material/land-plots-circle-variant.svg new file mode 100644 index 0000000..e3159fc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/land-plots-circle-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m0 7c0 2.8-2.2 5-5 5s-5-2.2-5-5 2.2-5 5-5 5 2.2 5 5M4 4h4v10H4zm0 16v-4h4v4zm16 0H10v-4h10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/land-plots-circle.svg b/mkdocs-material/material/templates/.icons/material/land-plots-circle.svg new file mode 100644 index 0000000..5c5063d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/land-plots-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m-7 5.5C13 5.6 14.6 4 16.5 4S20 5.6 20 7.5 18.4 11 16.5 11 13 9.4 13 7.5M4 4h7v7H4zm0 16v-7h7v7zm16 0h-7v-7h7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/land-plots-marker.svg b/mkdocs-material/material/templates/.icons/material/land-plots-marker.svg new file mode 100644 index 0000000..dfc2ec7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/land-plots-marker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2h16c1.1 0 2 .9 2 2v6H10v10h4.55q.27.45.54.84c.29.43.57.82.83 1.16H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2m4 2H4v10h4zM4 16v4h4v-4zm6-8h10V4H10zm8.5 14s-.58-.65-1.27-1.59c-.09-.13-.19-.27-.29-.41C16 18.66 15 16.89 15 15.5c0-1.9 1.6-3.5 3.5-3.5.53 0 1.04.13 1.5.35 1.17.57 2 1.78 2 3.15 0 1.54-1.23 3.54-2.23 4.91-.69.94-1.27 1.59-1.27 1.59m-1.2-6.4c0 .6.5 1.2 1.2 1.2s1.3-.6 1.2-1.2c0-.6-.6-1.2-1.2-1.2s-1.2.5-1.2 1.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/land-plots.svg b/mkdocs-material/material/templates/.icons/material/land-plots.svg new file mode 100644 index 0000000..ee5efea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/land-plots.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2M4 4h4v10H4zm0 16v-4h4v4zm16 0H10V10h10zm0-12H10V4h10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/land-rows-horizontal.svg b/mkdocs-material/material/templates/.icons/material/land-rows-horizontal.svg new file mode 100644 index 0000000..99e33a1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/land-rows-horizontal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 20V4c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2M4 6.5V4h16v2.5zM4 11V8.5h16V11zm0 4.5V13h16v2.5zM4 20v-2.5h16V20z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/land-rows-vertical.svg b/mkdocs-material/material/templates/.icons/material/land-rows-vertical.svg new file mode 100644 index 0000000..8520bb3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/land-rows-vertical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2M6.5 20H4V4h2.5zm4.5 0H8.5V4H11zm4.5 0H13V4h2.5zm4.5 0h-2.5V4H20z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/landslide-outline.svg b/mkdocs-material/material/templates/.icons/material/landslide-outline.svg new file mode 100644 index 0000000..3136133 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/landslide-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 12 8 8H2v14h20l-6-8zm1.53 2.77L6 16.95l-2-.67v-1.89l2 .67 3.95-1.32zM7 10l1.57 2.09-2.57.86-2-.67V10zM4 20v-1.61l2 .67 9.03-3.01L18 20zM17 6V1l-5-1-3 2v4l3 2zm-6-2.93 1.42-.95 2.58.52v2.01l-2.77 1.11L11 4.93zM18.5 7 16 9v3l2.5 2 4.5-2V8zm2.5 3.7-2.2.98-.8-.64V9.96l1-.8 2 .44z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/landslide.svg b/mkdocs-material/material/templates/.icons/material/landslide.svg new file mode 100644 index 0000000..ece4d4e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/landslide.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.47 13.79-2.58-1.03L6 15.05 2 13.5v2.11l4 1.34zm-4.9-2.37L8 8H2v3.61l4 1.34zM6 19.05l-4-1.33V22h20l-4.97-6.62zM17 6V1l-5-1-3 2v4l3 2zm1.5 1L16 9v3l2.5 2 4.5-2V8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/language-c.svg b/mkdocs-material/material/templates/.icons/material/language-c.svg new file mode 100644 index 0000000..e35dfca --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/language-c.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.45 15.97.42 2.44c-.26.14-.68.27-1.24.39-.57.13-1.24.2-2.01.2-2.21-.04-3.87-.7-4.98-1.96-1.14-1.27-1.68-2.88-1.68-4.83C6 9.9 6.68 8.13 8 6.89 9.28 5.64 10.92 5 12.9 5c.75 0 1.4.07 1.94.19s.94.25 1.2.4l-.6 2.49-1.04-.34c-.4-.1-.87-.15-1.4-.15-1.15-.01-2.11.36-2.86 1.1-.76.73-1.14 1.85-1.18 3.34.01 1.36.37 2.42 1.08 3.2.71.77 1.7 1.17 2.99 1.18l1.33-.12c.43-.08.79-.19 1.09-.32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/language-cpp.svg b/mkdocs-material/material/templates/.icons/material/language-cpp.svg new file mode 100644 index 0000000..418c7ef --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/language-cpp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10.5 15.97.41 2.44c-.26.14-.68.27-1.24.39-.57.13-1.24.2-2.01.2-2.21-.04-3.87-.7-4.98-1.96Q1 15.135 1 12.21c.05-2.31.72-4.08 2-5.32C4.32 5.64 5.96 5 7.94 5c.75 0 1.4.07 1.94.19s.94.25 1.2.4l-.58 2.49-1.06-.34c-.4-.1-.86-.15-1.39-.15-1.16-.01-2.12.36-2.87 1.1-.76.73-1.15 1.85-1.18 3.34 0 1.36.37 2.42 1.08 3.2.71.77 1.71 1.17 2.99 1.18l1.33-.12c.43-.08.79-.19 1.1-.32M11 11h2V9h2v2h2v2h-2v2h-2v-2h-2zm7 0h2V9h2v2h2v2h-2v2h-2v-2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/language-csharp.svg b/mkdocs-material/material/templates/.icons/material/language-csharp.svg new file mode 100644 index 0000000..2ce9d95 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/language-csharp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11.5 15.97.41 2.44c-.26.14-.68.27-1.24.39-.57.13-1.24.2-2.01.2-2.21-.04-3.87-.7-4.98-1.96Q2 15.135 2 12.21c.05-2.31.72-4.08 2-5.32C5.32 5.64 6.96 5 8.94 5c.75 0 1.4.07 1.94.19s.94.25 1.2.4l-.58 2.49-1.06-.34c-.4-.1-.86-.15-1.39-.15-1.16-.01-2.12.36-2.87 1.1-.76.73-1.15 1.85-1.18 3.34 0 1.36.37 2.42 1.08 3.2.71.77 1.71 1.17 2.99 1.18l1.33-.12c.43-.08.79-.19 1.1-.32M13.89 19l.61-4H13l.34-2h1.5l.32-2h-1.5L14 9h1.5l.61-4h2l-.61 4h1l.61-4h2l-.61 4H22l-.34 2h-1.5l-.32 2h1.5L21 15h-1.5l-.61 4h-2l.61-4h-1l-.61 4zm2.95-6h1l.32-2h-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/language-css3.svg b/mkdocs-material/material/templates/.icons/material/language-css3.svg new file mode 100644 index 0000000..3e9aaf3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/language-css3.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m5 3-.65 3.34h13.59L17.5 8.5H3.92l-.66 3.33h13.59l-.76 3.81-5.48 1.81-4.75-1.81.33-1.64H2.85l-.79 4 7.85 3 9.05-3 1.2-6.03.24-1.21L21.94 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/language-fortran.svg b/mkdocs-material/material/templates/.icons/material/language-fortran.svg new file mode 100644 index 0000000..74962c8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/language-fortran.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 4v2h1c.55 0 1 .45 1 1v10c0 .55-.45 1-1 1H5v2h9v-2h-2c-.55 0-1-.45-1-1v-4h2c.55 0 1 .45 1 1v2h2V8h-2v2c0 .55-.45 1-1 1h-2V6h5c1.11 0 2 1.34 2 3v1h2V4Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/language-go.svg b/mkdocs-material/material/templates/.icons/material/language-go.svg new file mode 100644 index 0000000..c9e5d5d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/language-go.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m2.64 10.33-.02-.06.22-.27.12-.08H6.8l.03.08-.18.26-.11.06zm-1.61.98L1 11.26l.22-.29.12-.06h4.9l.05.09-.08.24-.1.07zm2.6.99-.04-.06.16-.28.1-.06H6l.07.07-.02.25-.08.08zm11.15-2.16-1.78.47c-.19.04-.2.05-.34-.11-.16-.18-.27-.29-.5-.4-.66-.34-1.33-.24-1.94.15-.72.48-1.11 1.17-1.1 2.05.01.86.6 1.57 1.45 1.7.73.09 1.34-.17 1.83-.72l.29-.39h-2.07c-.22 0-.27-.14-.2-.32l.55-1.18c.03-.06.11-.17.27-.17h3.44c.15-.5.41-.96.75-1.41.78-1.03 1.73-1.57 3-1.81 1.07-.18 2.13-.07 3.07.57.84.58 1.37 1.36 1.5 2.39.19 1.45-.24 2.63-1.24 3.65-.71.72-1.58 1.17-2.57 1.39l-.86.08c-.98-.02-1.87-.3-2.62-.95-.52-.45-.88-.99-1.06-1.63-.15.24-.27.47-.44.7-.77 1.02-1.78 1.65-3.06 1.8-1.05.16-2.03-.05-2.89-.69-.79-.6-1.26-1.4-1.36-2.39-.14-1.17.2-2.22.91-3.14.76-1 1.77-1.63 3.01-1.86 1-.18 1.97-.06 2.84.52.57.38.97.9 1.24 1.52q.06.135-.12.18m6.11 1.6-.03-.36c-.19-1.06-1.17-1.66-2.19-1.43-1.01.22-1.67.85-1.88 1.86-.19.84.21 1.69.98 2.03.59.26 1.19.22 1.76-.06.84-.43 1.31-1.12 1.36-2.04"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/language-haskell.svg b/mkdocs-material/material/templates/.icons/material/language-haskell.svg new file mode 100644 index 0000000..63e3f73 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/language-haskell.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m2.08 19 4.67-7-4.67-7h3.5l4.67 7-4.67 7zm4.67 0 4.67-7-4.67-7h3.5l9.34 14h-3.5l-2.92-4.37L10.25 19zm11.28-4.08-1.53-2.34h5.42v2.34zm-2.33-3.5-1.56-2.34h7.78v2.34z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/language-html5.svg b/mkdocs-material/material/templates/.icons/material/language-html5.svg new file mode 100644 index 0000000..bb4128f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/language-html5.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 17.56 4.07-1.13.55-6.1H9.38L9.2 8.3h7.6l.2-1.99H7l.56 6.01h6.89l-.23 2.58-2.22.6-2.22-.6-.14-1.66h-2l.29 3.19zM4.07 3h15.86L18.5 19.2 12 21l-6.5-1.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/language-java.svg b/mkdocs-material/material/templates/.icons/material/language-java.svg new file mode 100644 index 0000000..73fbe41 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/language-java.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.5 6.08s-6.84 1.71-3.56 5.48c.97 1.11-.25 2.11-.25 2.11s2.45-1.25 1.31-2.85c-1.06-1.47-1.86-2.2 2.5-4.74m-4.47 1.2C16.08 4.08 14 2 14 2c.84 3.3-2.96 4.3-4.33 6.36-.94 1.4.46 2.91 2.33 4.64-.71-1.7-3.22-3.16.03-5.72M9.37 17.47c-3.08.86 1.88 2.63 5.79.96-.38-.15-.75-.33-1.1-.54-1.36.31-2.76.37-4.14.18-1.31-.16-.55-.6-.55-.6m5.32-1.68c-1.75.38-3.56.47-5.34.26-1.31-.13-.45-.77-.45-.77-3.4 1.13 1.88 2.4 6.6 1.02-.29-.11-.57-.3-.81-.51m3.42 3.3s.57.47-.61.83c-2.28.68-9.43.89-11.41.03-.71-.31.63-.74 1.05-.83.23-.06.46-.08.69-.08-.79-.54-5.13 1.1-2.19 1.56 7.97 1.3 14.54-.6 12.47-1.51m-2.74-4.86c.29-.19.6-.35.92-.49 0 0-1.51.26-3.02.4-1.6.16-3.21.18-4.81.06-2.35-.31 1.29-1.2 1.29-1.2-1.1 0-2.18.26-3.16.75-2.05 1 5.1 1.45 8.78.48m.9 2.42c-.02.04-.04.07-.08.1 5.01-1.31 3.17-4.64.77-3.81-.13.06-.24.14-.31.25.14-.05.28-.09.43-.12 1.2-.24 2.92 1.63-.81 3.58m.13 4.61c-3.01.52-6.09.56-9.12.14 0 0 .46.38 2.81.53 3.6.23 9.13-.13 9.26-1.83.03.01-.23.65-2.95 1.16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/language-javascript.svg b/mkdocs-material/material/templates/.icons/material/language-javascript.svg new file mode 100644 index 0000000..0075160 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/language-javascript.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3h18v18H3zm4.73 15.04c.4.85 1.19 1.55 2.54 1.55 1.5 0 2.53-.8 2.53-2.55v-5.78h-1.7V17c0 .86-.35 1.08-.9 1.08-.58 0-.82-.4-1.09-.87zm5.98-.18c.5.98 1.51 1.73 3.09 1.73 1.6 0 2.8-.83 2.8-2.36 0-1.41-.81-2.04-2.25-2.66l-.42-.18c-.73-.31-1.04-.52-1.04-1.02 0-.41.31-.73.81-.73.48 0 .8.21 1.09.73l1.31-.87c-.55-.96-1.33-1.33-2.4-1.33-1.51 0-2.48.96-2.48 2.23 0 1.38.81 2.03 2.03 2.55l.42.18c.78.34 1.24.55 1.24 1.13 0 .48-.45.83-1.15.83-.83 0-1.31-.43-1.67-1.03z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/language-kotlin.svg b/mkdocs-material/material/templates/.icons/material/language-kotlin.svg new file mode 100644 index 0000000..dd5efab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/language-kotlin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 2h20L12 12l10 10H2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/language-lua.svg b/mkdocs-material/material/templates/.icons/material/language-lua.svg new file mode 100644 index 0000000..638bc41 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/language-lua.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.5 5A8.5 8.5 0 0 0 2 13.5a8.5 8.5 0 0 0 8.5 8.5 8.5 8.5 0 0 0 8.5-8.5A8.5 8.5 0 0 0 10.5 5m3 8a2.5 2.5 0 0 1-2.5-2.5A2.5 2.5 0 0 1 13.5 8a2.5 2.5 0 0 1 2.5 2.5 2.5 2.5 0 0 1-2.5 2.5m6-11A2.5 2.5 0 0 0 17 4.5 2.5 2.5 0 0 0 19.5 7 2.5 2.5 0 0 0 22 4.5 2.5 2.5 0 0 0 19.5 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/language-markdown-outline.svg b/mkdocs-material/material/templates/.icons/material/language-markdown-outline.svg new file mode 100644 index 0000000..a94f4a1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/language-markdown-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.56 18H3.44C2.65 18 2 17.37 2 16.59V7.41C2 6.63 2.65 6 3.44 6h17.12c.79 0 1.44.63 1.44 1.41v9.18c0 .78-.65 1.41-1.44 1.41M3.44 6.94c-.26 0-.48.21-.48.47v9.19c0 .25.22.46.48.46h17.12c.26 0 .48-.21.48-.46V7.41c0-.26-.22-.47-.48-.47zm1.45 8.25V8.81h1.92l1.92 2.35 1.92-2.35h1.93v6.38h-1.93v-3.66l-1.92 2.35-1.92-2.35v3.66zm12.01 0-2.9-3.1h1.94V8.81h1.92v3.28h1.93z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/language-markdown.svg b/mkdocs-material/material/templates/.icons/material/language-markdown.svg new file mode 100644 index 0000000..9857cf0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/language-markdown.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.56 18H3.44C2.65 18 2 17.37 2 16.59V7.41C2 6.63 2.65 6 3.44 6h17.12c.79 0 1.44.63 1.44 1.41v9.18c0 .78-.65 1.41-1.44 1.41M6.81 15.19v-3.66l1.92 2.35 1.92-2.35v3.66h1.93V8.81h-1.93l-1.92 2.35-1.92-2.35H4.89v6.38zM19.69 12h-1.92V8.81h-1.92V12h-1.93l2.89 3.28z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/language-php.svg b/mkdocs-material/material/templates/.icons/material/language-php.svg new file mode 100644 index 0000000..373a418 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/language-php.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 18.08c-6.63 0-12-2.72-12-6.08s5.37-6.08 12-6.08S24 8.64 24 12s-5.37 6.08-12 6.08m-5.19-7.95c.54 0 .91.1 1.09.31.18.2.22.56.13 1.03-.1.53-.29.87-.58 1.09q-.42.33-1.29.33h-.87l.53-2.76zm-3.5 5.55h1.44l.34-1.75h1.23c.54 0 .98-.06 1.33-.17.35-.12.67-.31.96-.58.24-.22.43-.46.58-.73.15-.26.26-.56.31-.88.16-.78.05-1.39-.33-1.82-.39-.44-.99-.65-1.82-.65H4.59zm7.25-8.33-1.28 6.58h1.42l.74-3.77h1.14c.36 0 .6.06.71.18s.13.34.07.66l-.57 2.93h1.45l.59-3.07c.13-.62.03-1.07-.27-1.36-.3-.27-.85-.4-1.65-.4h-1.27L12 7.35zM18 10.13c.55 0 .91.1 1.09.31.18.2.22.56.13 1.03-.1.53-.29.87-.57 1.09-.29.22-.72.33-1.3.33h-.85l.5-2.76zm-3.5 5.55h1.44l.34-1.75h1.22c.55 0 1-.06 1.35-.17.35-.12.65-.31.95-.58.24-.22.44-.46.58-.73.15-.26.26-.56.32-.88.15-.78.04-1.39-.34-1.82-.36-.44-.99-.65-1.82-.65h-2.75z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/language-python.svg b/mkdocs-material/material/templates/.icons/material/language-python.svg new file mode 100644 index 0000000..263d7b1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/language-python.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.14 7.5A2.86 2.86 0 0 1 22 10.36v3.78A2.86 2.86 0 0 1 19.14 17H12c0 .39.32.96.71.96H17v1.68a2.86 2.86 0 0 1-2.86 2.86H9.86A2.86 2.86 0 0 1 7 19.64v-3.75a2.85 2.85 0 0 1 2.86-2.85h5.25a2.85 2.85 0 0 0 2.85-2.86V7.5zm-4.28 11.79c-.4 0-.72.3-.72.89s.32.71.72.71a.71.71 0 0 0 .71-.71c0-.59-.32-.89-.71-.89m-10-1.79A2.86 2.86 0 0 1 2 14.64v-3.78A2.86 2.86 0 0 1 4.86 8H12c0-.39-.32-.96-.71-.96H7V5.36A2.86 2.86 0 0 1 9.86 2.5h4.28A2.86 2.86 0 0 1 17 5.36v3.75a2.85 2.85 0 0 1-2.86 2.85H8.89a2.85 2.85 0 0 0-2.85 2.86v2.68zM9.14 5.71c.4 0 .72-.3.72-.89s-.32-.71-.72-.71c-.39 0-.71.12-.71.71s.32.89.71.89"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/language-r.svg b/mkdocs-material/material/templates/.icons/material/language-r.svg new file mode 100644 index 0000000..13a8a47 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/language-r.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 4.29c-5.5 0-10 3-10 6.71 0 3.28 3.56 6 8.24 6.58v2.13h3.41v-2.12c.85-.09 1.64-.25 2.39-.48l1.38 2.6h3.86l-2.32-3.91C20.83 14.58 22 12.87 22 11c0-3.71-4.5-6.71-10-6.71m1.53 2.62c4.2 0 7.3 1.4 7.3 4.59 0 1.71-.92 2.91-2.42 3.65-.09-.05-.17-.1-.22-.15-.36-.16-.96-.34-.96-.34s2.98-.22 2.98-3.19-3.12-3.02-3.12-3.02h-6.85v7.16c-2.55-.74-4.31-2.31-4.31-4.11 0-2.54 3.4-4.59 7.6-4.59m.15 3.98h2.07s.95-.05.95.94c0 .97-.95.97-.95.97h-2.07zm-.03 4.41h.92c.18 0 .27.05.43.2.13.1.27.29.39.46-.55.07-1.13.1-1.74.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/language-ruby-on-rails.svg b/mkdocs-material/material/templates/.icons/material/language-ruby-on-rails.svg new file mode 100644 index 0000000..ffe7681 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/language-ruby-on-rails.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.8 16.7s1.8-.2 1.8-2.4-2.1-2.5-2.1-2.5h-3.8V19h1.9v-1.7l1.7 1.7H22zm-.8-1.4h-1.5v-1.6H19s.4.2.4.8c.1.6-.4.8-.4.8m2.3-7.1v.2C13.2 6.1 10 13.2 10.6 18.7H4.3c.7-5.4 7.5-16.1 17-10.5m-.8-1.3c-.7-.3-1.4-.6-2.1-.8l.1-1.3 2.1.8zm-2 1.8q1.05 0 2.1.3l-.1 1.2-1.8-.2zm-4.6-2.9-.4-1.2 2.1-.2.4 1.3c-.2 0-1.9.1-2.1.1m1.3 3.7c.4-.2 1.1-.5 2-.7l.4 1.2-1.8.7zm-3.4-3c-.6.3-1.2.6-1.8 1l-.8-1.3 1.8-1zm2.5 3.6.8 1.2-1.1 1.3-1.1-1c.3-.6.8-1.1 1.4-1.5M11.6 15c.1-.8.3-1.5.6-2.3l1.2 1-.3 1.9zM7.9 9.3c-.5.5-1 1.1-1.4 1.6L5.2 9.8l1.5-1.6zm-3.1 4.4c-.4.8-.7 1.6-1 2.3L2 15.3l.9-2.3zm6.7 2.6 1.8.6.3 2-2-.5c0-.2-.1-.9-.1-2.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/language-ruby.svg b/mkdocs-material/material/templates/.icons/material/language-ruby.svg new file mode 100644 index 0000000..567494b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/language-ruby.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.8 2.07c2.52.43 3.24 2.16 3.2 3.97V6l-1.14 14.93-14.78 1.01h.01c-1.23-.05-3.96-.17-4.09-3.99l1.37-2.5 2.77 6.46 2.36-7.62-.05.01.02-.02 7.71 2.46-1.99-7.78 7.35-.46-5.79-4.74 3.05-1.7zM2 17.91v.02zM6.28 6.23c2.96-2.95 6.79-4.69 8.26-3.2 1.46 1.47-.08 5.09-3.04 8.03-3 2.94-6.77 4.78-8.24 3.3-1.47-1.49.04-5.19 3.01-8.13z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/language-rust.svg b/mkdocs-material/material/templates/.icons/material/language-rust.svg new file mode 100644 index 0000000..c6e7722 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/language-rust.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.9 11.7-.9-.5V11l.7-.7c.1-.1.1-.3 0-.4l-.1-.1-.9-.3c0-.1 0-.2-.1-.2l.6-.8c.1-.1.1-.3-.1-.4 0 0-.1 0-.1-.1l-1-.2c0-.1-.1-.1-.1-.2l.4-.9v-.3c-.1-.1-.2-.1-.3-.1h-1s0-.1-.1-.1l.2-1c0-.2-.1-.3-.2-.3h-.1l-1 .2c0-.1-.1-.1-.2-.2v-1q0-.3-.3-.3h-.1l-.9.4h-.1L16 3c0-.2-.2-.3-.3-.2h-.1l-.8.6c-.1 0-.2 0-.2-.1l-.3-.9c-.1-.1-.2-.2-.4-.2 0 0-.1 0-.1.1L13 3h-.2l-.5-.8c-.1-.2-.3-.2-.5-.2l-.1.1-.5.9H11l-.7-.7c-.1-.1-.3-.1-.4 0l-.1.1-.3.9c-.1 0-.2 0-.2.1l-.8-.6c-.2-.1-.4-.1-.5.1V3l-.2 1s-.1 0-.2.1l-.9-.4c-.1-.1-.3 0-.4.1v1.1c0 .1-.1.1-.1.2l-1-.2c-.2-.1-.3 0-.3.2v.1l.2 1c-.1 0-.1.1-.2.1h-1q-.3 0-.3.3v.1l.4.9v.2L3 8c-.2 0-.3.2-.3.3v.1l.6.8c0 .1 0 .2-.1.2l-.8.4c-.1.1-.2.2-.2.4 0 0 0 .1.1.1l.7.7v.2l-.8.5c-.2.1-.2.3-.2.4l.1.1.9.6v.2l-.7.7c-.1.1-.1.3 0 .4l.1.1.9.3c0 .1 0 .2.1.2l-.6.8c-.1.1-.1.3.1.4 0 0 .1 0 .1.1l1 .2c0 .1.1.1.1.2l-.4.9c-.1.1 0 .3.1.4h1.1c.1 0 .1.1.2.1l-.2 1c0 .2.1.3.2.3h.1l1-.2c0 .1.1.1.2.2v1q0 .3.3.3h.1l.9-.4h.1l.2 1c0 .2.2.3.3.2h.1l.8-.6c.1 0 .2 0 .2.1l.3.9c.1.1.2.2.4.2 0 0 .1 0 .1-.1l.8-.7h.2l.5.8c.1.1.3.2.4.1l.1-.1.5-.8h.2l.7.7c.1.1.3.1.4 0l.1-.1.3-.9c.1 0 .2 0 .2-.1l.8.6c.1.1.3.1.4-.1 0 0 0-.1.1-.1l.2-1c.1 0 .1-.1.2-.1l.9.4c.1.1.3 0 .4-.1v-1.1l.2-.2 1 .2c.2 0 .3-.1.3-.2v-.1l-.2-1 .2-.2h1q.3 0 .3-.3v-.1l-.4-.9c0-.1.1-.1.1-.2l1-.2c.2 0 .3-.2.2-.3v-.1l-.6-.8.1-.2.9-.3c.1-.1.2-.2.2-.4 0 0 0-.1-.1-.1L21 13v-.2l.8-.5c.2-.1.2-.3.1-.6q0 .15 0 0m-5.7 7c-.3-.1-.5-.4-.5-.7.1-.3.4-.5.7-.5.3.1.5.4.5.7 0 .4-.3.6-.7.5m-.2-1.9c-.3-.1-.6.1-.6.4l-.4 1.4q-1.35.6-3 .6c-1.1 0-2.1-.2-3.1-.7l-.3-1.4c-.1-.3-.3-.5-.6-.4l-1.2.3c-.2-.2-.4-.5-.6-.7h6c.1 0 .1 0 .1-.1v-2.1c0-.1 0-.1-.1-.1h-1.7v-1.3h1.9c.2 0 .9 0 1.2 1 .1.3.2 1.3.4 1.6.1.3.6 1 1.1 1h3.1c-.2.3-.4.5-.7.8zm-8.3 1.9c-.3.1-.6-.1-.7-.5-.1-.3.1-.6.5-.7s.6.1.7.5c0 .3-.2.6-.5.7M5.4 9.5c.1.3 0 .7-.3.8s-.7 0-.8-.3 0-.7.3-.8c.4-.1.7 0 .8.3m-.7 1.6 1.3-.5c.3-.1.4-.4.3-.7L6 9.3h1V14H5c-.3-1-.4-1.9-.3-2.9m5.6-.4V9.3h2.5c.1 0 .9.1.9.7 0 .5-.6.7-1.1.7zm9 1.2v.5h-.8c-.1 0-.1 0-.1.1v.3c0 .8-.5 1-.9 1s-.8-.2-.9-.4c-.2-1.3-.6-1.5-1.2-2 .7-.5 1.5-1.2 1.5-2.1 0-1-.7-1.6-1.1-1.9-.7-.4-1.4-.5-1.6-.5H6.6c1.1-1.2 2.5-2 4.1-2.3l.9 1c.2.2.5.2.8 0l1-1c2.1.4 3.9 1.7 5 3.6l-.7 1.6c-.1.3 0 .6.3.7l1.3.6zm-7.7-8c.2-.2.6-.2.8 0s.2.6 0 .8q-.45.45-.9 0c-.2-.2-.1-.5.1-.8m6.9 5.6c.1-.3.5-.4.8-.3s.4.5.3.8-.5.4-.8.3-.4-.5-.3-.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/language-swift.svg b/mkdocs-material/material/templates/.icons/material/language-swift.svg new file mode 100644 index 0000000..445286f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/language-swift.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.09 19.72c-2.36 1.36-5.59 1.5-8.86.1A13.8 13.8 0 0 1 2 14.5c.67.55 1.46 1 2.3 1.4 3.37 1.57 6.73 1.46 9.1 0-3.37-2.59-6.24-5.96-8.37-8.71-.45-.45-.78-1.01-1.12-1.51 8.28 6.05 7.92 7.59 2.41-1.01 4.89 4.94 9.43 7.74 9.43 7.74.16.09.25.16.36.22.1-.25.19-.51.26-.78.79-2.85-.11-6.12-2.08-8.81 4.55 2.75 7.25 7.91 6.12 12.24-.03.11-.06.22-.05.39 2.24 2.83 1.64 5.78 1.35 5.22-1.21-2.39-3.48-1.65-4.62-1.17"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/language-typescript.svg b/mkdocs-material/material/templates/.icons/material/language-typescript.svg new file mode 100644 index 0000000..c89aede --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/language-typescript.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3h18v18H3zm10.71 14.86c.5.98 1.51 1.73 3.09 1.73 1.6 0 2.8-.83 2.8-2.36 0-1.41-.81-2.04-2.25-2.66l-.42-.18c-.73-.31-1.04-.52-1.04-1.02 0-.41.31-.73.81-.73.48 0 .8.21 1.09.73l1.31-.87c-.55-.96-1.33-1.33-2.4-1.33-1.51 0-2.48.96-2.48 2.23 0 1.38.81 2.03 2.03 2.55l.42.18c.78.34 1.24.55 1.24 1.13 0 .48-.45.83-1.15.83-.83 0-1.31-.43-1.67-1.03zM13 11.25H8v1.5h1.5V20h1.75v-7.25H13z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/language-xaml.svg b/mkdocs-material/material/templates/.icons/material/language-xaml.svg new file mode 100644 index 0000000..ee1fe3a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/language-xaml.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.93 7.9 2.38 4.1-2.36 4.09-.62-1.09 1.47-2.5c.17-.31.17-.67 0-.96L16.32 9zm-.01-1.33a.12.12 0 0 0-.09.05l-1.27 2.25c-.06.07-.06.13 0 .22l1.62 2.81c.04.07.04.15 0 .22l-1.61 2.79c-.04.06-.04.15 0 .22l1.28 2.23c.02.04.06.06.09.06.06 0 .06-.02.1-.06L20 12.23c.08-.14.08-.31 0-.44l-3-5.17c0-.03-.04-.05-.08-.05m4.99 5.1-4.68-8.09a.68.68 0 0 0-.57-.33H7.28c-.23 0-.45.13-.57.33L2 11.67a.84.84 0 0 0 0 .66l4.71 8.09c.12.2.34.33.57.33h9.38c.23 0 .45-.13.57-.33l4.68-8.09a.65.65 0 0 0 0-.66M7.3 3.95h8.82l-4.36 7.7H6.93l3.94-6.83c.04-.07-.01-.16-.09-.16l-2.57-.01c-.08 0-.15.05-.21.11l-3.96 6.89h-1.2zm-1.13 8.51 3.57 6.17H8.5l-3.63-6.28-.2-.35.2-.35L8.5 5.37h1.23l-3.56 6.16-.06.12c-.08.23-.08.48.01.7.01.04.03.08.05.11m1.13 7.59-4.45-7.7h1.2l3.98 6.88c.04.07.11.11.19.11h2.57c.08 0 .13-.09.09-.16l-3.94-6.83h4.83l4.4 7.7zm9.5-.3L12.37 12l4.41-7.79L21.29 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/laptop-account.svg b/mkdocs-material/material/templates/.icons/material/laptop-account.svg new file mode 100644 index 0000000..8d3efaf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/laptop-account.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 4a2 2 0 0 1 2 2v10c0 1.11-.89 2-2 2h4v2H0v-2h4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2zm0 2H4v10h16zm-8 6c2.21 0 4 .9 4 2v1H8v-1c0-1.1 1.79-2 4-2m0-5a2 2 0 1 1 0 4c-1.11 0-2-.89-2-2s.9-2 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/laptop-off.svg b/mkdocs-material/material/templates/.icons/material/laptop-off.svg new file mode 100644 index 0000000..acadacc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/laptop-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 4.27 2.28 3 20 20.72 18.73 22l-2-2H0v-2h4a2 2 0 0 1-2-2V6c0-.22.04-.43.1-.63zM4 16h8.73L4 7.27zm16 0V6H7.82l-2-2H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h4v2h-2.18l-4-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/laptop.svg b/mkdocs-material/material/templates/.icons/material/laptop.svg new file mode 100644 index 0000000..4fc3585 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/laptop.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 6h16v10H4m16 2a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H4c-1.11 0-2 .89-2 2v10a2 2 0 0 0 2 2H0v2h24v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/laravel.svg b/mkdocs-material/material/templates/.icons/material/laravel.svg new file mode 100644 index 0000000..57649e4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/laravel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.7 6.53c.01.02.01.05.01.08v4.29c0 .1-.06.22-.15.27l-3.61 2.08v4.11c0 .11-.05.21-.15.27l-7.52 4.33c-.02.01-.04.04-.06.04H10s0-.03-.04-.04l-7.52-4.33a.32.32 0 0 1-.15-.27V4.5c0-.05 0-.08.01-.1 0-.01.01-.02.01-.03 0-.02.01-.03.02-.05 0-.01.01-.02.02-.03l.03-.03.03-.03c.01-.01.02-.02.03-.02L6.2 2.04c.1-.04.22-.04.3 0l3.78 2.17c.01.01.02.01.03.02l.03.03.03.03c.01.01.02.02.02.03.01.02.02.03.02.05 0 .01.01.02.01.03.01.03.01.05.01.1v8l3.14-1.78V6.61c0-.03 0-.06.01-.08l.01-.03s.01-.03.02-.05c0-.01.01-.02.02-.03l.03-.03.03-.03c.01-.01.02-.02.03-.02l3.78-2.17c.08-.06.2-.06.3 0l3.76 2.17c.01 0 .02.01.03.02l.03.03.03.03c.01.01.01.02.02.03.01.02.01.05.02.05s.01 0 .01.03m-.61 4.19V7.15l-3.14 1.8v3.55zm-3.76 6.46V13.6l-6.9 3.94v3.61zM2.91 5v12.18l6.9 3.97v-3.61l-3.6-2.04H6.2c-.01 0-.02 0-.03-.03-.01 0-.02-.01-.03-.02l-.03-.03c-.01-.01-.01-.02-.02-.03-.01-.02-.01-.03-.02-.04 0-.02-.01-.03-.01-.04-.01-.01-.01-.03-.01-.04V6.82zm3.45-2.32L3.23 4.5l3.13 1.78L9.5 4.5zm3.45 10.2V5L6.67 6.82v7.87zm7.83-8.08L14.5 6.61l3.14 1.8 3.13-1.8zm-.31 4.15-3.14-1.8v3.57l3.14 1.78zM10.12 17 17 13.06l-3.12-1.8L7 15.23z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/laser-pointer.svg b/mkdocs-material/material/templates/.icons/material/laser-pointer.svg new file mode 100644 index 0000000..5707c6f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/laser-pointer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m9 13-4 3c-1 .88-1.14 2.12-1 3 .13 1 .91 2.22 2 2.68 1.57.67 3.09.22 4.04-.76L19 13c1.86-1.38 1-4-1-4h-6l7.46-4.39c.44-.32.62-.79.6-1.24C20 2.67 19.46 2 18.6 2h-.06c-.35 0-.68.11-.98.29L5 9c-.81.46-1.06 1.24-1 2 .05 1.03.74 2 2 2m-1 5.5a2.5 2.5 0 0 1 5 0 2.5 2.5 0 0 1-5 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lasso.svg b/mkdocs-material/material/templates/.icons/material/lasso.svg new file mode 100644 index 0000000..0fd677c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lasso.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 9c0-3.87-4.5-7-10-7S2 5.13 2 9v.025c.01 1.87 1.068 3.57 2.78 4.825l.003-.009q.61.445 1.321.81A3.5 3.5 0 0 0 6 15.5c0 1.26.67 2.37 1.67 3-.21.61-.7 2.46.63 3.55 1.61 1.33 3.36.92 4.26.64.252-.077.505-.182.78-.296.716-.296 1.57-.649 2.88-.714 1.456-.08 2.712.13 3.345.237q.232.04.345.053s.95 0 1.06-.93c.11-.94-.94-1.07-.94-1.07s-1.6-.27-3.64-.26c-1.408.005-2.645.45-3.687.824-1.26.453-2.233.803-2.873.146-.65-.68-.44-1.32-.23-1.68a3.49 3.49 0 0 0 3.37-3.033 14 14 0 0 0 1.53-.187c4.175-.756 7.3-3.35 7.49-6.476Q22 9.154 22 9m-2 0c0 1.255-.743 2.405-1.968 3.284-1.332.955-3.235 1.591-5.378 1.7A3.5 3.5 0 0 0 9.5 12c-.927 0-1.772.363-2.399.953a7.6 7.6 0 0 1-1.312-.802l.001-.001C4.688 11.303 4.021 10.224 4 9.056V9c0-2.76 3.58-5 8-5s8 2.24 8 5m-9.001 6.56q-.01.21-.07.4A1.5 1.5 0 0 1 9.5 17a1.5 1.5 0 0 1-1.498-1.584A1.5 1.5 0 0 1 11 15.56"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lastpass.svg b/mkdocs-material/material/templates/.icons/material/lastpass.svg new file mode 100644 index 0000000..07ca867 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lastpass.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 12a2 2 0 0 1 2-2 2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2m-6 0a2 2 0 0 1 2-2 2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2m-6 0a2 2 0 0 1 2-2 2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2m20-7h-2v14h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/latitude.svg b/mkdocs-material/material/templates/.icons/material/latitude.svg new file mode 100644 index 0000000..8eb4d18 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/latitude.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m0 2c3 0 5.5 1.6 6.9 4H5.1C6.5 5.6 9 4 12 4m0 16c-3 0-5.5-1.6-6.9-4h13.8c-1.4 2.4-3.9 4-6.9 4m-7.7-6c-.2-.6-.3-1.3-.3-2s.1-1.4.3-2h15.5c.2.6.3 1.3.3 2s-.1 1.4-.3 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/launch.svg b/mkdocs-material/material/templates/.icons/material/launch.svg new file mode 100644 index 0000000..87d147d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/launch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3m-2 16H5V5h7V3H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lava-lamp.svg b/mkdocs-material/material/templates/.icons/material/lava-lamp.svg new file mode 100644 index 0000000..e45289f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lava-lamp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 3 8 16h8L14 3zm1.5 2.75a.75.75 0 0 1 .75.75.75.75 0 0 1-.75.75.75.75 0 0 1-.75-.75.75.75 0 0 1 .75-.75m1 2.75a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m-1 3.5a1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5 1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5M8 17l2 2-2 2h8l-2-2 2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/layers-edit.svg b/mkdocs-material/material/templates/.icons/material/layers-edit.svg new file mode 100644 index 0000000..0b9a014 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/layers-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.63 10.27 3 9l9-7 7.94 6.17-7.44 7.44-.5.39zM10 18.94v-.83l.59-.58.04-.03-6.01-4.69L3 14.07l7 5.43zm11.7-6.36-1.28-1.28a.55.55 0 0 0-.77 0l-1 1 2.05 2.05 1-1a.55.55 0 0 0 0-.77M12 21h2.06l6.05-6.07-2.05-2.05L12 18.94z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/layers-minus.svg b/mkdocs-material/material/templates/.icons/material/layers-minus.svg new file mode 100644 index 0000000..deff652 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/layers-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 17v2h-8v-2zm-11-1L2 9l9-7 9 7zm0 2.54 1-.79V18c0 .71.12 1.39.35 2L11 21.07l-9-7 1.62-1.26z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/layers-off-outline.svg b/mkdocs-material/material/templates/.icons/material/layers-off-outline.svg new file mode 100644 index 0000000..1dac9f5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/layers-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 4.53-1.17.91L9.41 4 12 2l9 7-3.72 2.89-1.43-1.42L17.74 9zm9 9.54-.87.68-1.43-1.43.67-.52zM3.41.86l18.73 18.73L20.73 21l-3.78-3.78L12 21.07l-9-7 1.62-1.26L12 18.54l3.5-2.75-1.4-1.42L12 16 3 9l3.22-2.5L2 2.27zM12 13.47l.67-.53-5.02-5.02L6.26 9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/layers-off.svg b/mkdocs-material/material/templates/.icons/material/layers-off.svg new file mode 100644 index 0000000..618150f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/layers-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.27 1 2 2.27 6.22 6.5 3 9l1.63 1.27L12 16l2.1-1.63 1.43 1.43L12 18.54l-7.37-5.73L3 14.07l9 7 4.95-3.85L20.73 21 22 19.73zm16.09 9.27L21 9l-9-7-2.91 2.27 7.87 7.88zm.45 4.73 1.19-.93-1.43-1.43-1.19.92z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/layers-outline.svg b/mkdocs-material/material/templates/.icons/material/layers-outline.svg new file mode 100644 index 0000000..ff669e8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/layers-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 18.54 7.37-5.74L21 14.07l-9 7-9-7 1.62-1.26zM12 16 3 9l9-7 9 7zm0-11.47L6.26 9 12 13.47 17.74 9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/layers-plus.svg b/mkdocs-material/material/templates/.icons/material/layers-plus.svg new file mode 100644 index 0000000..62ab427 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/layers-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 14h2v3h3v2h-3v3h-2v-3h-3v-2h3zm-6 2L2 9l9-7 9 7zm0 2.54 1-.79V18c0 .71.12 1.39.35 2L11 21.07l-9-7 1.62-1.26z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/layers-remove.svg b/mkdocs-material/material/templates/.icons/material/layers-remove.svg new file mode 100644 index 0000000..89118a3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/layers-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.46 15.88 1.42-1.42L18 16.59l2.12-2.13 1.42 1.42L19.41 18l2.13 2.12-1.42 1.42L18 19.41l-2.12 2.13-1.42-1.42L16.59 18zM11 16 2 9l9-7 9 7zm0 2.54 1-.79V18c0 .71.12 1.39.35 2L11 21.07l-9-7 1.62-1.26z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/layers-search-outline.svg b/mkdocs-material/material/templates/.icons/material/layers-search-outline.svg new file mode 100644 index 0000000..50a7b2b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/layers-search-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.31 18.9c.44-.69.69-1.52.69-2.4 0-2.5-2-4.5-4.5-4.5S11 14 11 16.5s2 4.5 4.5 4.5c.87 0 1.69-.25 2.38-.68L21 23.39 22.39 22zm-3.81.1a2.5 2.5 0 0 1 0-5 2.5 2.5 0 0 1 0 5m-5.91.2L3 14.07l1.62-1.26L9 16.22v.28c0 .96.22 1.88.59 2.7m-.09-5.16L3 9l9-7 9 7-2.34 1.82a6.6 6.6 0 0 0-2.29-.75L17.74 9 12 4.53 6.26 9l4.27 3.32c-.43.52-.79 1.1-1.03 1.72"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/layers-search.svg b/mkdocs-material/material/templates/.icons/material/layers-search.svg new file mode 100644 index 0000000..2f4927a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/layers-search.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.31 18.9c.44-.69.69-1.52.69-2.4 0-2.5-2-4.5-4.5-4.5S11 14 11 16.5s2 4.5 4.5 4.5c.87 0 1.69-.25 2.38-.68L21 23.39 22.39 22zm-3.81.1a2.5 2.5 0 0 1 0-5 2.5 2.5 0 0 1 0 5m-5.91.2L3 14.07l1.62-1.26L9 16.22v.28c0 .96.22 1.88.59 2.7m-4.96-8.93L3 9l9-7 9 7-1.64 1.27-.71.55c-.93-.52-2.01-.82-3.15-.82-2.71 0-5.04 1.68-6 4.05z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/layers-triple-outline.svg b/mkdocs-material/material/templates/.icons/material/layers-triple-outline.svg new file mode 100644 index 0000000..299f59d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/layers-triple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 16.54 7.37-5.74L21 12.07l-9 7-9-7 1.62-1.26zM12 14 3 7l9-7 9 7zm0-11.47L6.26 7 12 11.47 17.74 7zm0 18.94 7.37-5.74L21 17l-9 7-9-7 1.62-1.26z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/layers-triple.svg b/mkdocs-material/material/templates/.icons/material/layers-triple.svg new file mode 100644 index 0000000..facc947 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/layers-triple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0 3 7l1.63 1.27L12 14l7.36-5.73L21 7zm7.37 10.73L12 16.47l-7.38-5.73L3 12l9 7 9-7zm0 5L12 21.47l-7.38-5.73L3 17l9 7 9-7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/layers.svg b/mkdocs-material/material/templates/.icons/material/layers.svg new file mode 100644 index 0000000..ca19c18 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/layers.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 16 7.36-5.73L21 9l-9-7-9 7 1.63 1.27M12 18.54l-7.38-5.73L3 14.07l9 7 9-7-1.63-1.27z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lead-pencil.svg b/mkdocs-material/material/templates/.icons/material/lead-pencil.svg new file mode 100644 index 0000000..8d9908a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lead-pencil.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.84 2.73c-.39 0-.77.15-1.07.44l-2.12 2.12 5.3 5.31 2.12-2.1c.6-.61.6-1.56 0-2.14L17.9 3.17c-.3-.29-.68-.44-1.06-.44M12.94 6l-8.1 8.11 2.56.28.18 2.29 2.28.17.29 2.56 8.1-8.11m-14 3.74L2.5 21.73l6.7-1.79-.24-2.16-2.31-.17-.18-2.32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/leaf-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/leaf-circle-outline.svg new file mode 100644 index 0000000..ee21a0a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/leaf-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.04 16.34c1.01-2.51 2.15-5.38 6.46-6.34 0 0-5 0-6.62 4.63 0 0-.88-.88-.88-1.88s1-3.12 3.5-3.62c.71-.13 1.5-.26 2.28-.37 1.97-.26 3.86-.54 4.22-1.26 0 0-1.5 8.5-7 8.5-.18 0-.43-.06-.67-.15L8.86 17l-.95-.33zM12 4c4.41 0 8 3.59 8 8s-3.59 8-8 8-8-3.59-8-8 3.59-8 8-8m0-2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/leaf-circle.svg b/mkdocs-material/material/templates/.icons/material/leaf-circle.svg new file mode 100644 index 0000000..725b7b7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/leaf-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2M9.6 17.2c-.22 0-.52-.08-.8-.2l-.57 1.4-1.14-.4.16-.39C8.45 14.59 9.83 11.15 15 10c0 0-6 0-7.95 5.55 0 0-1.05-1.05-1.05-2.25s1.2-3.75 4.2-4.35c.85-.17 1.8-.3 2.74-.45C15.3 8.18 17.57 7.86 18 7c0 0-1.8 10.2-8.4 10.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/leaf-maple-off.svg b/mkdocs-material/material/templates/.icons/material/leaf-maple-off.svg new file mode 100644 index 0000000..0f5a4b1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/leaf-maple-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.11 14.91 8.2 5H10l2-3 2 3h2l-1.63 4.9L17.79 6l1 1.73 3.6.23-1.6 3.23 1 1.81zM2.39 1.73 1.11 3l4.34 4.34-.24.43-3.6.23 1.6 3.27-1 1.73L8 16l-1 2 4-.75V21h2v-3.75l2.91.55 4.93 4.93 1.27-1.27z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/leaf-maple.svg b/mkdocs-material/material/templates/.icons/material/leaf-maple.svg new file mode 100644 index 0000000..0e5eb9e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/leaf-maple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.79 13 16 16l1 2-4-.75V21h-2v-3.75L7 18l1-2-5.79-3 1-1.73L1.61 8l3.6-.23 1-1.77 3.42 3.9L8 5h2l2-3 2 3h2l-1.63 4.9L17.79 6l1 1.73 3.6.23-1.6 3.23z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/leaf-off.svg b/mkdocs-material/material/templates/.icons/material/leaf-off.svg new file mode 100644 index 0000000..beeb3cf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/leaf-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.84 22.73-5.7-5.7C13.26 18.79 10.92 20 8 20c-.36 0-.86-.13-1.34-.3L5.71 22l-1.89-.66c1.33-3.31 2.68-7.02 5.84-9.79l-.89-.89c-2.01 1.37-3.91 3.44-5.02 6.59 0 0-1.75-1.75-1.75-3.75C2 12 3.12 9.32 5.72 7.61L1.11 3l1.28-1.27 14 14.01 5.72 5.72zM17 8c-1.65.37-3.07.88-4.3 1.5l4.8 4.79C20.87 9.35 22 3 22 3c-.97 1.95-7.65 2.24-12.62 3.18l2.77 2.77C14.81 8 17 8 17 8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/leaf.svg b/mkdocs-material/material/templates/.icons/material/leaf.svg new file mode 100644 index 0000000..c8d9029 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/leaf.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 8C8 10 5.9 16.17 3.82 21.34l1.89.66.95-2.3c.48.17.98.3 1.34.3C19 20 22 3 22 3c-1 2-8 2.25-13 3.25S2 11.5 2 13.5s1.75 3.75 1.75 3.75C7 8 17 8 17 8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/leak-off.svg b/mkdocs-material/material/templates/.icons/material/leak-off.svg new file mode 100644 index 0000000..4a51e8d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/leak-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 3H8c0 .37-.04.72-.12 1.06l1.59 1.59C9.81 4.84 10 3.94 10 3M3 4.27l2.84 2.84C5.03 7.67 4.06 8 3 8v2c1.61 0 3.09-.55 4.27-1.46L8.7 9.97A9 9 0 0 1 3 12v2c2.71 0 5.19-1 7.11-2.62l2.5 2.5C11 15.81 10 18.29 10 21h2c0-2.16.76-4.14 2.03-5.69l1.43 1.43A6.92 6.92 0 0 0 14 21h2c0-1.06.33-2.03.89-2.84L19.73 21 21 19.73 4.27 3zM14 3h-2c0 1.5-.37 2.91-1 4.16l1.44 1.46C13.42 7 14 5.06 14 3m5.94 13.12c.34-.08.69-.12 1.06-.12v-2c-.94 0-1.84.19-2.66.5zm-4.56-4.56L16.84 13c1.25-.63 2.66-1 4.16-1v-2c-2.06 0-4 .58-5.62 1.56"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/leak.svg b/mkdocs-material/material/templates/.icons/material/leak.svg new file mode 100644 index 0000000..f211c2d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/leak.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 3H3v3a3 3 0 0 0 3-3m8 0h-2a9 9 0 0 1-9 9v2c6.08 0 11-4.93 11-11m-4 0H8a5 5 0 0 1-5 5v2a7 7 0 0 0 7-7m0 18h2a9 9 0 0 1 9-9v-2a11 11 0 0 0-11 11m8 0h3v-3a3 3 0 0 0-3 3m-4 0h2a5 5 0 0 1 5-5v-2a7 7 0 0 0-7 7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lectern.svg b/mkdocs-material/material/templates/.icons/material/lectern.svg new file mode 100644 index 0000000..d216848 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lectern.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 21v1H7v-1h2V11h6v10zm.5-15c0-1.61-1.09-2.95-2.57-3.36-.15-.37-.5-.64-.93-.64-.55 0-1 .45-1 1s.45 1 1 1c.31 0 .58-.15.76-.37 1.01.32 1.74 1.26 1.74 2.37H4l1 4h14l1-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/led-off.svg b/mkdocs-material/material/templates/.icons/material/led-off.svg new file mode 100644 index 0000000..18055b8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/led-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 6a4 4 0 0 0-4 4v6H6v2h3v5h2v-5h2v5h2v-5h3v-2h-2v-6a4 4 0 0 0-4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/led-on.svg b/mkdocs-material/material/templates/.icons/material/led-on.svg new file mode 100644 index 0000000..1982e99 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/led-on.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 0v4h2V0zm7.3 2.29-3.06 3 1.4 1.42 3.06-3zm-12.59 0L4.29 3.71l3 3 1.42-1.42zM12 6a4 4 0 0 0-4 4v6H6v2h3v5h2v-5h2v5h2v-5h3v-2h-2v-6a4 4 0 0 0-4-4M2 9v2h4V9zm16 0v2h4V9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/led-outline.svg b/mkdocs-material/material/templates/.icons/material/led-outline.svg new file mode 100644 index 0000000..b71d22c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/led-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 6a4 4 0 0 0-4 4v6H6v2h3v5h2v-5h2v5h2v-5h3v-2h-2v-6a4 4 0 0 0-4-4m0 2a2 2 0 0 1 2 2v5h-4v-5a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/led-strip-variant-off.svg b/mkdocs-material/material/templates/.icons/material/led-strip-variant-off.svg new file mode 100644 index 0000000..0948ce6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/led-strip-variant-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.11 21.46 2.39 1.73 1.11 3l1.48 1.5L2 6.91l4.03 1.01 3.05 3.05-2.83 1.14 5.3 1.33 1.39 1.39-8.28-2.08-.95 3.91 14.75 3.69 2.38 2.38zM7.8 16.65l-1.92-.49.47-1.95 1.93.48zm3.85.96-1.92-.48.47-1.95 1.93.48zm3.85.97-1.92-.49.48-1.95.25.06 1.43 1.43zm4.23-2.05 2.27.57-.33 1.37zm-3.88-3.88L14.2 11l3.55.89zm-5.43-6.74-.26 1.05 2.66 2.66 6.52 1.63.95-3.91-13-3.25 1.37 1.37zm5.78 1.44 1.93.49-.48 1.95-1.93-.48zm-3.85-.96 1.92.48-.47 1.95-1.93-.48z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/led-strip-variant.svg b/mkdocs-material/material/templates/.icons/material/led-strip-variant.svg new file mode 100644 index 0000000..20e4226 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/led-strip-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.95 3 2 6.91l17.34 4.34.95-3.91zm3.14 3.89-1.93-.48.48-1.95 1.93.48zm3.85.97L8 7.38l.5-1.96 1.92.49zm3.86.96-1.93-.48.48-1.95 1.92.48zm3.85.97-1.93-.48.48-1.96 1.93.49zM4.66 12.75l-.95 3.91L21.05 21l.95-3.9zm3.14 3.9-1.92-.49.47-1.95 1.93.48zm3.85.96-1.92-.48.47-1.95 1.93.48zm3.85.97-1.92-.49.48-1.95 1.94.48zm3.86.96-1.93-.48.48-1.95 1.93.48zM6.25 12.11 11 10.2l6.75 1.69L13 13.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/led-strip.svg b/mkdocs-material/material/templates/.icons/material/led-strip.svg new file mode 100644 index 0000000..b5529da --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/led-strip.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.81 8.46 14.83 20.5l.71-.72 1.41 1.41 1.41-1.41-1.41-1.42 1.41-1.41 1.42 1.41 1.41-1.41-1.41-1.41.72-.71L8.46 2.81zm2.83 0 2.82-2.82 9.2 9.19-2.83 2.83zm1.41 0 1.41 1.42 1.42-1.42-1.42-1.41zm2.12 2.13L10.59 12 12 10.59l-1.41-1.42zm2.12 2.12 1.42 1.41 1.41-1.41-1.41-1.42zm2.12 2.12 1.42 1.41 1.41-1.41-1.41-1.42z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/led-variant-off.svg b/mkdocs-material/material/templates/.icons/material/led-variant-off.svg new file mode 100644 index 0000000..353244c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/led-variant-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3c-1.95 0-3.57 1.4-3.92 3.25L16.82 15H18v-2h-2V7a4 4 0 0 0-4-4M3.28 4 2 5.27l6 6V13H6v2h3v6h2v-6h.73L13 16.27V21h2v-2.73L18.73 22 20 20.72l-5-5-7-7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/led-variant-on.svg b/mkdocs-material/material/templates/.icons/material/led-variant-on.svg new file mode 100644 index 0000000..af8268e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/led-variant-on.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3a4 4 0 0 0-4 4v6H6v2h3v6h2v-6h2v6h2v-6h3v-2h-2V7a4 4 0 0 0-4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/led-variant-outline.svg b/mkdocs-material/material/templates/.icons/material/led-variant-outline.svg new file mode 100644 index 0000000..72f37bb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/led-variant-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3a4 4 0 0 0-4 4v6H6v2h3v6h2v-6h2v6h2v-6h3v-2h-2V7a4 4 0 0 0-4-4m0 2a2 2 0 0 1 2 2v5h-4V7a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/leek.svg b/mkdocs-material/material/templates/.icons/material/leek.svg new file mode 100644 index 0000000..349f101 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/leek.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 2v3.55l2 2 2-2V2zM6.34 4 3.87 6.5 15 17.62v-4.95zm11.32 0-4.6 4.61 2.48 2.48 4.59-4.59zM9 13.74V20a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-.26l-2-2V20h-2v-4.26z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/less-than-or-equal.svg b/mkdocs-material/material/templates/.icons/material/less-than-or-equal.svg new file mode 100644 index 0000000..798512c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/less-than-or-equal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.5 2.27 5 10.14 18.5 18l1-1.73-10.53-6.13L19.5 4zM5 20v2h15v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/less-than.svg b/mkdocs-material/material/templates/.icons/material/less-than.svg new file mode 100644 index 0000000..ffaca04 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/less-than.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18.5 4.14 1 1.72L8.97 12l10.53 6.14-1 1.72L5 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/library-outline.svg b/mkdocs-material/material/templates/.icons/material/library-outline.svg new file mode 100644 index 0000000..3eccaf4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/library-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 14.27 10.64 13A11.24 11.24 0 0 0 5 10.18v6.95c2.61.34 5 1.34 7 2.82 2-1.48 4.39-2.48 7-2.82v-6.95c-2.16.39-4.09 1.39-5.64 2.82M19 8.15c.65-.1 1.32-.15 2-.15v11c-3.5 0-6.64 1.35-9 3.54C9.64 20.35 6.5 19 3 19V8c.68 0 1.35.05 2 .15 2.69.41 5.1 1.63 7 3.39 1.9-1.76 4.31-2.98 7-3.39M12 6c.27 0 .5-.1.71-.29.19-.21.29-.44.29-.71s-.1-.5-.29-.71C12.5 4.11 12.27 4 12 4s-.5.11-.71.29c-.18.21-.29.45-.29.71s.11.5.29.71c.21.19.45.29.71.29m2.12 1.12a2.997 2.997 0 1 1-4.24-4.24 2.997 2.997 0 1 1 4.24 4.24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/library-shelves.svg b/mkdocs-material/material/templates/.icons/material/library-shelves.svg new file mode 100644 index 0000000..ad5a301 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/library-shelves.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.5 9V1.5h-3V9h-3V1.5h-3V9h-3V1.5H4.65V9H3v1.5h18V9zm0 4.5h-3V21h-3v-7.5h-3V21h-3v-7.5H4.65V21H3v1.5h18V21h-1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/library.svg b/mkdocs-material/material/templates/.icons/material/library.svg new file mode 100644 index 0000000..66df363 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/library.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m0 3.54C9.64 9.35 6.5 8 3 8v11c3.5 0 6.64 1.35 9 3.54 2.36-2.19 5.5-3.54 9-3.54V8c-3.5 0-6.64 1.35-9 3.54"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/license.svg b/mkdocs-material/material/templates/.icons/material/license.svg new file mode 100644 index 0000000..a9e9ea6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/license.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 10a3.04 3.04 0 0 1 3-3 3.04 3.04 0 0 1 3 3 3.04 3.04 0 0 1-3 3 3.04 3.04 0 0 1-3-3m3 9 4 1v-3.08A7.54 7.54 0 0 1 12 18a7.54 7.54 0 0 1-4-1.08V20m4-16a5.78 5.78 0 0 0-4.24 1.74A5.78 5.78 0 0 0 6 10a5.78 5.78 0 0 0 1.76 4.23A5.78 5.78 0 0 0 12 16a5.78 5.78 0 0 0 4.24-1.77A5.78 5.78 0 0 0 18 10a5.78 5.78 0 0 0-1.76-4.26A5.78 5.78 0 0 0 12 4m8 6a8 8 0 0 1-.57 2.8A7.8 7.8 0 0 1 18 15.28V23l-6-2-6 2v-7.72A7.9 7.9 0 0 1 4 10a7.68 7.68 0 0 1 2.33-5.64A7.73 7.73 0 0 1 12 2a7.73 7.73 0 0 1 5.67 2.36A7.68 7.68 0 0 1 20 10"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lifebuoy.svg b/mkdocs-material/material/templates/.icons/material/lifebuoy.svg new file mode 100644 index 0000000..1d1c718 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lifebuoy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.79 15.41c.95-2.17.95-4.66 0-6.82l-2.74 1.24c.6 1.38.6 2.95.01 4.34zm-4.37-11.2a8.54 8.54 0 0 0-6.83 0l1.24 2.73c1.39-.59 2.96-.59 4.35.01zM4.21 8.58a8.56 8.56 0 0 0 0 6.84l2.74-1.25c-.6-1.38-.6-2.96 0-4.35zm4.38 11.21a8.5 8.5 0 0 0 6.83-.01l-1.24-2.73a5.5 5.5 0 0 1-4.34.01zM12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 6a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/light-flood-down.svg b/mkdocs-material/material/templates/.icons/material/light-flood-down.svg new file mode 100644 index 0000000..3f92aa1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/light-flood-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 11H2V9h6c.55 0 1 .45 1 1s-.45 1-1 1m6.87-6.65-.37.92-6.32-.41L6.9 8H8c1.1 0 2 .9 2 2s-.9 2-2 2H5.27l-.86 2.12 4.8 4.12-.38.92 1.86.76L16.72 5.1zm5.94 1.94.76 1.85-2.31.96-.76-1.85zm-2.03 7.28 2.77 1.15-.76 1.85L18 15.42zm-2.63 7.66L14.3 22l-.96-2.31 1.85-.76z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/light-flood-up.svg b/mkdocs-material/material/templates/.icons/material/light-flood-up.svg new file mode 100644 index 0000000..9965b10 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/light-flood-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 15H2v-2h6c.55 0 1 .45 1 1s-.45 1-1 1m8.72 3.9L10.69 4.08l-1.86.76.38.92-4.8 4.12.86 2.12H8c1.1 0 2 .9 2 2s-.9 2-2 2H6.9l1.28 3.14 6.32-.41.37.92zm4.09-1.19-2.31-.96.76-1.85 2.31.96zm-2.03-7.28L18 8.58l2.79-1.15.76 1.85zm-3.59-5.36-1.85-.76L14.3 2l1.85.77z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/light-recessed.svg b/mkdocs-material/material/templates/.icons/material/light-recessed.svg new file mode 100644 index 0000000..a7ee9ae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/light-recessed.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 7C6.5 7 2 9.46 2 12.5S6.5 18 12 18s10-2.46 10-5.5S17.5 7 12 7m4.5 3c0 .4-1.6 1.54-4.5 1.54S7.5 10.4 7.5 10c0-.09.15-.26.4-.45C9.06 9.21 10.44 9 12 9s2.94.21 4.1.55c.25.19.4.36.4.45M12 16c-4.88 0-8-2.07-8-3.5 0-.69.73-1.5 2.03-2.21.27 1.54 2.84 2.75 5.97 2.75s5.7-1.21 5.97-2.75C19.27 11 20 11.81 20 12.5c0 1.43-3.12 3.5-8 3.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/light-switch-off.svg b/mkdocs-material/material/templates/.icons/material/light-switch-off.svg new file mode 100644 index 0000000..9073f3b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/light-switch-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.4 1.6C19 1.2 18.5 1 18 1H6c-.5 0-1 .2-1.4.6S4 2.5 4 3v18c0 .5.2 1 .6 1.4s.9.6 1.4.6h12c.5 0 1-.2 1.4-.6s.6-.9.6-1.4V3c0-.5-.2-1-.6-1.4M18 21H6V3h12zM8 6v12h8V6zm7 11H9V7h6zm-5-3h4v2h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/light-switch.svg b/mkdocs-material/material/templates/.icons/material/light-switch.svg new file mode 100644 index 0000000..b9c0b7d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/light-switch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 6v12h8V6zm6 4h-4V8h4zm5.4-8.4C19 1.2 18.5 1 18 1H6c-.5 0-1 .2-1.4.6S4 2.5 4 3v18c0 .5.2 1 .6 1.4s.9.6 1.4.6h12c.5 0 1-.2 1.4-.6s.6-.9.6-1.4V3c0-.5-.2-1-.6-1.4M18 21H6V3h12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lightbulb-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/lightbulb-alert-outline.svg new file mode 100644 index 0000000..a5a3f43 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lightbulb-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 2c3.9 0 7 3.1 7 7 0 2.4-1.2 4.5-3 5.7V17c0 .6-.4 1-1 1H7c-.6 0-1-.4-1-1v-2.3C4.2 13.5 3 11.4 3 9c0-3.9 3.1-7 7-7M7 21v-1h6v1c0 .6-.4 1-1 1H8c-.6 0-1-.4-1-1m3-17C7.2 4 5 6.2 5 9c0 2.1 1.2 3.8 3 4.6V16h4v-2.4c1.8-.8 3-2.5 3-4.6 0-2.8-2.2-5-5-5m9 8V7h2v6h-2m0 4v-2h2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lightbulb-alert.svg b/mkdocs-material/material/templates/.icons/material/lightbulb-alert.svg new file mode 100644 index 0000000..36f8aea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lightbulb-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 2C6.1 2 3 5.1 3 9c0 2.4 1.2 4.5 3 5.7V17c0 .6.4 1 1 1h6c.6 0 1-.4 1-1v-2.3c1.8-1.3 3-3.4 3-5.7 0-3.9-3.1-7-7-7M7 21c0 .6.4 1 1 1h4c.6 0 1-.4 1-1v-1H7zm12-9V7h2v6h-2m0 4v-2h2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lightbulb-auto-outline.svg b/mkdocs-material/material/templates/.icons/material/lightbulb-auto-outline.svg new file mode 100644 index 0000000..4d213bc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lightbulb-auto-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 2c3.87 0 7 3.13 7 7 0 2.38-1.19 4.47-3 5.74V17c0 .55-.45 1-1 1H6c-.55 0-1-.45-1-1v-2.26C3.19 13.47 2 11.38 2 9c0-3.87 3.13-7 7-7M6 21v-1h6v1c0 .55-.45 1-1 1H7c-.55 0-1-.45-1-1M9 4C6.24 4 4 6.24 4 9c0 2.05 1.23 3.81 3 4.58V16h4v-2.42c1.77-.77 3-2.53 3-4.58 0-2.76-2.24-5-5-5m10 9h-2l-3.2 9h1.9l.7-2h3.2l.7 2h1.9zm-2.15 5.65L18 15l1.15 3.65z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lightbulb-auto.svg b/mkdocs-material/material/templates/.icons/material/lightbulb-auto.svg new file mode 100644 index 0000000..73f4247 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lightbulb-auto.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 2C5.13 2 2 5.13 2 9c0 2.38 1.19 4.47 3 5.74V17c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2.26c1.81-1.27 3-3.36 3-5.74 0-3.87-3.13-7-7-7M6 21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-1H6zm13-8h-2l-3.2 9h1.9l.7-2h3.2l.7 2h1.9zm-2.15 5.65L18 15l1.15 3.65z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lightbulb-cfl-off.svg b/mkdocs-material/material/templates/.icons/material/lightbulb-cfl-off.svg new file mode 100644 index 0000000..2050ff4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lightbulb-cfl-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 4.47c0-.91-.37-1.77-1-2.42.17-.05.33-.05.5-.05A2.5 2.5 0 0 1 16 4.5V14h1v1.18l-3-3V4.47m-4 .03c0-.28.22-.5.5-.5s.5.22.5.5v4.68l2 2V4.5a2.5 2.5 0 0 0-5 0v1.68l2 2zM9 21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-1H9zm11-.28L18.73 22l-4-4H8c-.55 0-1-.45-1-1v-3h1v-2.73l-6-6L3.28 4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lightbulb-cfl-spiral-off.svg b/mkdocs-material/material/templates/.icons/material/lightbulb-cfl-spiral-off.svg new file mode 100644 index 0000000..fd54f87 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lightbulb-cfl-spiral-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.45 9.9-1.57.78-1.5-1.5 2.17-1.08c.14-.07.29-.1.45-.1 1 0 1.42 1.34.45 1.9M11.22 8l4.23-2.1C16.41 5.43 16 4 15 4a.96.96 0 0 0-.45.1L9.72 6.5zm9.62 14.73L16.09 18H8c-.56 0-1-.45-1-1v-3h1v-2c0-.4.2-.75.7-.97l.3-.15L1.11 3l1.28-1.27 19.72 19.73zM12.11 14l-1.61-1.62-.5.24V14zM9 21c0 .57.46 1 1 1h4c.56 0 1-.45 1-1v-1H9zM9 5c.16 0 .32-.05.45-.1l2-1C12.43 3.36 12 2 11 2c-.16 0-.31.03-.45.1l-2 1C7.56 3.66 8 5 9 5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lightbulb-cfl-spiral.svg b/mkdocs-material/material/templates/.icons/material/lightbulb-cfl-spiral.svg new file mode 100644 index 0000000..8478feb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lightbulb-cfl-spiral.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 2c-.16 0-.31.03-.45.1l-2 1C7.56 3.66 8 5 9 5c.16 0 .32-.05.45-.1l2-1C12.43 3.36 12 2 11 2m4 2a.96.96 0 0 0-.45.1l-6 3C7.56 7.68 8 9 9 9c.18 0 .32-.05.45-.1l6-3C16.41 5.43 16 4 15 4m0 4c-.16 0-.31.03-.45.1L8.7 11.03c-.5.22-.7.57-.7.97v2H7v3c0 .55.44 1 1 1h8c.55 0 1-.45 1-1v-3h-1v-1c0-.56-.45-1-1-1s-1 .45-1 1v1h-4v-1.38l5.45-2.72C16.42 9.34 16 8 15 8M9 20v1c0 .57.46 1 1 1h4c.56 0 1-.45 1-1v-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lightbulb-cfl.svg b/mkdocs-material/material/templates/.icons/material/lightbulb-cfl.svg new file mode 100644 index 0000000..d420cff --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lightbulb-cfl.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.5 2A2.5 2.5 0 0 1 13 4.5V14h1V4.47c0-.91-.37-1.77-1-2.42.17-.05.33-.05.5-.05A2.5 2.5 0 0 1 16 4.5V14h1v3c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1v-3h1V4.5A2.5 2.5 0 0 1 10.5 2m0 2c-.28 0-.5.22-.5.5V14h1V4.5c0-.28-.22-.5-.5-.5M9 20h6v1c0 .55-.45 1-1 1h-4c-.55 0-1-.45-1-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lightbulb-fluorescent-tube-outline.svg b/mkdocs-material/material/templates/.icons/material/lightbulb-fluorescent-tube-outline.svg new file mode 100644 index 0000000..82aaedf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lightbulb-fluorescent-tube-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m7.05 2.81-.55.53-1.39-1.42-1.24 1.24 1.41 1.42-.7.7-1.42-1.41-1.24 1.24L3.34 6.5l-.53.55 1.41 1.41 11.32 11.32 1.41 1.41.55-.53 1.39 1.42 1.24-1.24-1.41-1.41.71-.71 1.41 1.41 1.24-1.24-1.42-1.39.53-.55-1.41-1.41L8.46 4.22M7.05 5.64l11.31 11.31-1.41 1.41L5.64 7.05Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lightbulb-fluorescent-tube.svg b/mkdocs-material/material/templates/.icons/material/lightbulb-fluorescent-tube.svg new file mode 100644 index 0000000..ea9463d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lightbulb-fluorescent-tube.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m7.05 2.81-.55.53-1.39-1.42-1.24 1.24 1.41 1.42-.7.7-1.42-1.41-1.24 1.24L3.34 6.5l-.53.55 14.14 14.14.55-.53 1.39 1.42 1.24-1.24-1.41-1.41.7-.71 1.42 1.41 1.24-1.23-1.42-1.4.53-.55z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lightbulb-group-off-outline.svg b/mkdocs-material/material/templates/.icons/material/lightbulb-group-off-outline.svg new file mode 100644 index 0000000..4e6c067 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lightbulb-group-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.11 21.46 2.39 1.73 1.11 3 5.2 7.09C3.25 7.5 1.85 9.27 2 11.31c.12 1.31.86 2.48 2 3.14V16c0 .55.45 1 1 1h2v-2.12c-1.28-1.3-2-3.05-2-4.88 0-.89.18-1.77.5-2.6L7.12 9c-.38 1.84.28 3.8 1.88 5v2c0 .55.45 1 1 1h4c.31 0 .57-.14.75-.36L17 18.89V19c0 .34-.06.68-.17 1h1.26l2.75 2.73zM9.23 11.12l1.64 1.64c-.76-.3-1.34-.9-1.64-1.64M13 15h-2v-2.11l2 2zm-2.43-7.63L9.13 5.93C10.86 4.72 13.22 4.67 15 6c1.26.94 2 2.43 2 4 0 1.05-.33 2.05-.92 2.88l-1.45-1.45c.23-.43.37-.93.37-1.43 0-1.66-1.33-3-3-3-.5 0-1 .14-1.43.37m6.93 6.94c.97-1.22 1.5-2.74 1.5-4.31 0-1.04-.23-2.06-.68-3 1.31.11 2.48.85 3.14 2 1.11 1.9.45 4.34-1.46 5.45V16c0 .22-.09.42-.21.59zM10 18h4v1c0 .55-.45 1-1 1h-2c-.55 0-1-.45-1-1zm-3 1c0 .34.06.68.17 1H6c-.55 0-1-.45-1-1v-1h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lightbulb-group-off.svg b/mkdocs-material/material/templates/.icons/material/lightbulb-group-off.svg new file mode 100644 index 0000000..e14ea04 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lightbulb-group-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.84 22.73 18.09 20h-1.26c.11-.32.17-.66.17-1v-.11l-2.25-2.25c-.18.22-.44.36-.75.36h-4c-.55 0-1-.45-1-1v-2c-1.6-1.2-2.26-3.16-1.88-5L5.5 7.4C5.18 8.23 5 9.11 5 10c0 1.83.72 3.58 2 4.88V17H5c-.55 0-1-.45-1-1v-1.55a4.05 4.05 0 0 1-2-3.14C1.85 9.27 3.25 7.5 5.2 7.09L1.11 3l1.28-1.27 19.72 19.73zM15 6c-1.78-1.33-4.14-1.28-5.87-.07l6.95 6.95A5 5 0 0 0 15 6m4.79 10.59c.12-.17.21-.37.21-.59v-1.55c1.91-1.11 2.57-3.55 1.46-5.45a4 4 0 0 0-3.14-2c.45.94.68 1.96.68 3 0 1.57-.53 3.09-1.5 4.31zM10 19c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-1h-4zm-3-1H5v1c0 .55.45 1 1 1h1.17c-.11-.32-.17-.66-.17-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lightbulb-group-outline.svg b/mkdocs-material/material/templates/.icons/material/lightbulb-group-outline.svg new file mode 100644 index 0000000..a512bb5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lightbulb-group-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 19a2.9 2.9 0 0 0 .17 1H6a1 1 0 0 1-1-1v-1h2m3 1a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-1h-4m-6-2a1 1 0 0 0 1 1h2v-2.12A6.92 6.92 0 0 1 5 10a6.8 6.8 0 0 1 .68-3A4 4 0 0 0 4 14.45M17 19a2.9 2.9 0 0 1-.17 1H18a1 1 0 0 0 1-1v-1h-2m0-8a5 5 0 0 1-2 4v2a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-2a5 5 0 1 1 8-4m-2 0a3 3 0 1 0-4 2.82V15h2v-2.18A3 3 0 0 0 15 10m3.32-3a6.8 6.8 0 0 1 .68 3 6.92 6.92 0 0 1-2 4.88V17h2a1 1 0 0 0 1-1v-1.55A4 4 0 0 0 18.32 7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lightbulb-group.svg b/mkdocs-material/material/templates/.icons/material/lightbulb-group.svg new file mode 100644 index 0000000..a1150aa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lightbulb-group.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 14v2a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-2a5 5 0 1 1 6 0m-1 4h-4v1a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1m-7 0v-1H5v1a1 1 0 0 0 1 1h1.17A2.9 2.9 0 0 1 7 19m-2-9a6.8 6.8 0 0 1 .68-3A4 4 0 0 0 4 14.45V16a1 1 0 0 0 1 1h2v-2.12A6.92 6.92 0 0 1 5 10m12 8v1a2.9 2.9 0 0 1-.17 1H18a1 1 0 0 0 1-1v-1m-.68-11a6.8 6.8 0 0 1 .68 3 6.92 6.92 0 0 1-2 4.88V17h2a1 1 0 0 0 1-1v-1.55A4 4 0 0 0 18.32 7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lightbulb-multiple-off-outline.svg b/mkdocs-material/material/templates/.icons/material/lightbulb-multiple-off-outline.svg new file mode 100644 index 0000000..3107315 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lightbulb-multiple-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.11 21.46 2.39 1.73 1.11 3l3.03 3.03C3.93 7 4 8.05 4.45 9.04c.34.77.88 1.46 1.55 1.96v2c0 .55.45 1 1 1h.3c-.2-.65-.3-1.32-.3-2 0-.92.19-1.79.5-2.59L9.11 11c-.06.33-.11.66-.11 1 0 1.57.74 3.06 2 4v2c0 .55.45 1 1 1h4c.31 0 .57-.14.75-.36l4.09 4.09zm-10.88-8.34 1.64 1.64c-.77-.32-1.34-.91-1.64-1.64M15 17h-2v-2.11l2 2zM9.69 6.5 6.14 2.94c.27-.19.56-.36.86-.5 2.53-1.11 5.5.03 6.6 2.56a6.87 6.87 0 0 0-3.91 1.5m1.43 1.42C11.94 7.35 12.93 7 14 7c1.57 0 3.06.74 4 2 1.33 1.78 1.28 4.14.07 5.87l-1.45-1.45q.12-.21.21-.42c.55-1.57-.27-3.28-1.83-3.84-.84-.29-1.71-.19-2.43.21zM7.68 15c.32.7.78 1.33 1.32 1.88V17H8c-.55 0-1-.45-1-1v-1zM12 20h4v1c0 .55-.45 1-1 1h-2c-.55 0-1-.45-1-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lightbulb-multiple-off.svg b/mkdocs-material/material/templates/.icons/material/lightbulb-multiple-off.svg new file mode 100644 index 0000000..5b32507 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lightbulb-multiple-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.84 22.73-4.1-4.1c-.19.22-.45.37-.74.37h-4c-.58 0-1-.45-1-1v-2a4.92 4.92 0 0 1-1.9-5L7.5 9.39c-.33.81-.53 1.69-.5 2.61-.03.68.07 1.35.28 2H7c-.58 0-1-.45-1-1v-2c-.7-.5-1.23-1.19-1.57-1.96A5 5 0 0 1 4.12 6L1.11 3l1.28-1.27 19.72 19.73zM13.58 5C12.46 2.47 9.5 1.33 7 2.45c-.32.13-.61.3-.87.48l3.54 3.54A7 7 0 0 1 13.58 5m4.48 9.86C19.6 12.66 19.14 9.62 17 8a5.03 5.03 0 0 0-5.88-.08zM12 21c0 .55.42 1 1 1h2c.53 0 1-.45 1-1v-1h-4zm-5-6v1c0 .55.42 1 1 1h1v-.12c-.57-.55-1-1.18-1.34-1.88z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lightbulb-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/lightbulb-multiple-outline.svg new file mode 100644 index 0000000..2ab1613 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lightbulb-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 21c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-1h-4m2-13a5.002 5.002 0 0 0-3 9v2c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-2a4.997 4.997 0 0 0 1-7c-.94-1.26-2.43-2-4-2m1 7.82V17h-2v-2.18A3 3 0 0 1 11.17 11 3.003 3.003 0 0 1 15 9.16c1.56.56 2.38 2.27 1.83 3.84-.3.85-.98 1.5-1.83 1.82M7.68 15H7v1c0 .55.45 1 1 1h1v-.12c-.54-.55-1-1.18-1.32-1.88M13.6 5C12.5 2.47 9.53 1.33 7 2.45S3.34 6.5 4.45 9.04c.34.77.88 1.46 1.55 1.96v2c0 .55.45 1 1 1h.3c-.2-.65-.3-1.32-.3-2 0-3.71 2.89-6.79 6.6-7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lightbulb-multiple.svg b/mkdocs-material/material/templates/.icons/material/lightbulb-multiple.svg new file mode 100644 index 0000000..4561241 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lightbulb-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 16v2c0 .55-.47 1-1 1h-4c-.58 0-1-.45-1-1v-2c-2.23-1.66-2.68-4.79-1-7s4.77-2.66 7-1 2.63 4.79 1 7c-.31.38-.65.72-1 1m-1 4h-4v1c0 .55.42 1 1 1h2c.53 0 1-.45 1-1m-8.34-6H7v1c0 .55.42 1 1 1h1v-.12c-.56-.55-1-1.18-1.34-1.88m5.92-10C12.46 2.47 9.5 1.33 7 2.45S3.31 6.5 4.43 9.04C4.77 9.81 5.3 10.5 6 11v2c0 .55.42 1 1 1h.28c-.21-.65-.31-1.32-.28-2-.03-3.71 2.87-6.79 6.58-7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lightbulb-night-outline.svg b/mkdocs-material/material/templates/.icons/material/lightbulb-night-outline.svg new file mode 100644 index 0000000..a407e77 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lightbulb-night-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 20h6v1c0 .55-.45 1-1 1H7c-.55 0-1-.45-1-1zm5-5.11V16H7v-2.42C5.23 12.81 4 11.05 4 9c0-2.76 2.24-5 5-5 .9 0 1.73.26 2.46.67.54-.47 1.2-.86 1.89-1.17C12.16 2.57 10.65 2 9 2 5.13 2 2 5.13 2 9c0 2.38 1.19 4.47 3 5.74V17c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-.68c-.75-.36-1.43-.82-2-1.43m9.92-4.95-.5-1.64 1.3-1.08-1.68-.04-.63-1.58-.56 1.61-1.68.11 1.33 1.03-.4 1.65 1.4-.97zm-1.8 2.31a4.62 4.62 0 0 1-3.27-2.28c-.73-1.26-.8-2.72-.35-4 .14-.34-.16-.68-.5-.63-3.44.66-5 4.79-2.78 7.61 1.81 2.24 5.28 2.32 7.17.05.23-.26.08-.7-.27-.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lightbulb-night.svg b/mkdocs-material/material/templates/.icons/material/lightbulb-night.svg new file mode 100644 index 0000000..9dc3275 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lightbulb-night.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-1H6zm7-4.68V17c0 .55-.45 1-1 1H6c-.55 0-1-.45-1-1v-2.26C3.19 13.47 2 11.38 2 9c0-3.87 3.13-7 7-7 1.65 0 3.16.57 4.35 1.5C10.8 4.57 9 7.07 9 10c0 2.79 1.64 5.19 4 6.32m7.92-6.38-1.42-.91-1.4.97.4-1.65-1.33-1.03 1.68-.11.56-1.61.63 1.58 1.68.04-1.3 1.08zM19.39 13c-1.89 2.27-5.36 2.19-7.17-.05C10 10.13 11.56 6 15 5.34c.34-.05.64.29.5.63-.45 1.28-.38 2.74.35 4a4.62 4.62 0 0 0 3.27 2.28c.35.05.5.49.27.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lightbulb-off-outline.svg b/mkdocs-material/material/templates/.icons/material/lightbulb-off-outline.svg new file mode 100644 index 0000000..90fd639 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lightbulb-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C9.76 2 7.78 3.05 6.5 4.68l1.43 1.43C8.84 4.84 10.32 4 12 4a5 5 0 0 1 5 5c0 1.68-.84 3.16-2.11 4.06l1.42 1.44C17.94 13.21 19 11.24 19 9a7 7 0 0 0-7-7M3.28 4 2 5.27 5.04 8.3C5 8.53 5 8.76 5 9c0 2.38 1.19 4.47 3 5.74V17a1 1 0 0 0 1 1h5.73l4 4L20 20.72zm3.95 6.5 5.5 5.5H10v-2.42a5 5 0 0 1-2.77-3.08M9 20v1a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lightbulb-off.svg b/mkdocs-material/material/templates/.icons/material/lightbulb-off.svg new file mode 100644 index 0000000..d84b5da --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lightbulb-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C9.76 2 7.78 3.05 6.5 4.68l9.81 9.82C17.94 13.21 19 11.24 19 9a7 7 0 0 0-7-7M3.28 4 2 5.27 5.04 8.3C5 8.53 5 8.76 5 9c0 2.38 1.19 4.47 3 5.74V17a1 1 0 0 0 1 1h5.73l4 4L20 20.72zM9 20v1a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lightbulb-on-10.svg b/mkdocs-material/material/templates/.icons/material/lightbulb-on-10.svg new file mode 100644 index 0000000..44d0db5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lightbulb-on-10.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 11h3v2H1zm18.1-7.5L17 5.6 18.4 7l2.1-2.1zM11 1h2v3h-2zM4.9 3.5 3.5 4.9 5.6 7 7 5.6zM10 22c0 .6.4 1 1 1h2c.6 0 1-.4 1-1v-1h-4zm2-16c-3.3 0-6 2.7-6 6 0 2.2 1.2 4.2 3 5.2V19c0 .6.4 1 1 1h4c.6 0 1-.4 1-1v-1.8c1.8-1 3-3 3-5.2 0-3.3-2.7-6-6-6m1 9.9V17h-2v-1.1c-1.7-.4-3-2-3-3.9 0-2.2 1.8-4 4-4s4 1.8 4 4c0 1.9-1.3 3.4-3 3.9m7-4.9h3v2h-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lightbulb-on-20.svg b/mkdocs-material/material/templates/.icons/material/lightbulb-on-20.svg new file mode 100644 index 0000000..89b4394 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lightbulb-on-20.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 11h3v2H1zm3.9-7.5L3.5 4.9 5.6 7 7 5.6zM13 1h-2v3h2zm7 10v2h3v-2zM10 22c0 .6.4 1 1 1h2c.6 0 1-.4 1-1v-1h-4zm9.1-18.5L17 5.6 18.4 7l2.1-2.1zM18 12c0 2.2-1.2 4.2-3 5.2V19c0 .6-.4 1-1 1h-4c-.6 0-1-.4-1-1v-1.8c-1.8-1-3-3-3-5.2 0-3.3 2.7-6 6-6s6 2.7 6 6m-2 0c0-2.21-1.79-4-4-4s-4 1.79-4 4 1.79 4 4 4 4-1.79 4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lightbulb-on-30.svg b/mkdocs-material/material/templates/.icons/material/lightbulb-on-30.svg new file mode 100644 index 0000000..12950e4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lightbulb-on-30.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 5.6 5.6 7 3.5 4.9l1.4-1.4zM1 13h3v-2H1zM13 1h-2v3h2zm5 11c0 2.2-1.2 4.2-3 5.2V19c0 .6-.4 1-1 1h-4c-.6 0-1-.4-1-1v-1.8c-1.8-1-3-3-3-5.2 0-3.3 2.7-6 6-6s6 2.7 6 6m-2 0c0-2.21-1.79-4-4-4s-4 1.79-4 4c0 1.2.54 2.27 1.38 3h5.24c.84-.73 1.38-1.8 1.38-3m-6 10c0 .6.4 1 1 1h2c.6 0 1-.4 1-1v-1h-4zm10-11v2h3v-2zm-.9-7.5L17 5.6 18.4 7l2.1-2.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lightbulb-on-40.svg b/mkdocs-material/material/templates/.icons/material/lightbulb-on-40.svg new file mode 100644 index 0000000..8446379 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lightbulb-on-40.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 11h3v2H1zM13 1h-2v3h2zM4.9 3.5 3.5 4.9 5.6 7 7 5.6zm14.2 0L17 5.6 18.4 7l2.1-2.1zM10 22c0 .6.4 1 1 1h2c.6 0 1-.4 1-1v-1h-4zm10-11v2h3v-2zm-2 1c0 2.2-1.2 4.2-3 5.2V19c0 .6-.4 1-1 1h-4c-.6 0-1-.4-1-1v-1.8c-1.8-1-3-3-3-5.2 0-3.3 2.7-6 6-6s6 2.7 6 6m-2 0c0-2.21-1.79-4-4-4s-4 1.79-4 4c0 .74.22 1.41.57 2h6.86c.35-.59.57-1.26.57-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lightbulb-on-50.svg b/mkdocs-material/material/templates/.icons/material/lightbulb-on-50.svg new file mode 100644 index 0000000..4a104dc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lightbulb-on-50.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 11h3v2H1zm9 11c0 .6.4 1 1 1h2c.6 0 1-.4 1-1v-1h-4zm3-21h-2v3h2zM4.9 3.5 3.5 4.9 5.6 7 7 5.6zM20 11v2h3v-2zm-.9-7.5L17 5.6 18.4 7l2.1-2.1zM18 12c0 2.2-1.2 4.2-3 5.2V19c0 .6-.4 1-1 1h-4c-.6 0-1-.4-1-1v-1.8c-1.8-1-3-3-3-5.2 0-3.3 2.7-6 6-6s6 2.7 6 6M8 12c0 .35.05.68.14 1h7.72c.09-.32.14-.65.14-1 0-2.21-1.79-4-4-4s-4 1.79-4 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lightbulb-on-60.svg b/mkdocs-material/material/templates/.icons/material/lightbulb-on-60.svg new file mode 100644 index 0000000..96279ca --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lightbulb-on-60.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 21h4v1c0 .6-.4 1-1 1h-2c-.6 0-1-.4-1-1zm-9-8h3v-2H1zm3.9-9.5L3.5 4.9 5.6 7 7 5.6zM13 1h-2v3h2zm7 10v2h3v-2zm-2 1c0 2.2-1.2 4.2-3 5.2V19c0 .6-.4 1-1 1h-4c-.6 0-1-.4-1-1v-1.8c-1.8-1-3-3-3-5.2 0-3.3 2.7-6 6-6s6 2.7 6 6M8 12h8c0-2.21-1.79-4-4-4s-4 1.79-4 4m11.1-8.5L17 5.6 18.4 7l2.1-2.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lightbulb-on-70.svg b/mkdocs-material/material/templates/.icons/material/lightbulb-on-70.svg new file mode 100644 index 0000000..e20fd6e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lightbulb-on-70.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 5.6 5.6 7 3.5 4.9l1.4-1.4zM13 1h-2v3h2zM1 13h3v-2H1zm9 9c0 .6.4 1 1 1h2c.6 0 1-.4 1-1v-1h-4zm9.1-18.5L17 5.6 18.4 7l2.1-2.1zM18 12c0 2.2-1.2 4.2-3 5.2V19c0 .6-.4 1-1 1h-4c-.6 0-1-.4-1-1v-1.8c-1.8-1-3-3-3-5.2 0-3.3 2.7-6 6-6s6 2.7 6 6m-9.86-1h7.72c-.45-1.72-2-3-3.86-3s-3.41 1.28-3.86 3M20 11v2h3v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lightbulb-on-80.svg b/mkdocs-material/material/templates/.icons/material/lightbulb-on-80.svg new file mode 100644 index 0000000..822e69e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lightbulb-on-80.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 5.6 5.6 7 3.5 4.9l1.4-1.4zM1 13h3v-2H1zM13 1h-2v3h2zm-3 21c0 .6.4 1 1 1h2c.6 0 1-.4 1-1v-1h-4zm10-11v2h3v-2zm-.9-7.5L17 5.6 18.4 7l2.1-2.1zM18 12c0 2.2-1.2 4.2-3 5.2V19c0 .6-.4 1-1 1h-4c-.6 0-1-.4-1-1v-1.8c-1.8-1-3-3-3-5.2 0-3.3 2.7-6 6-6s6 2.7 6 6m-9.44-2h6.88C14.75 8.81 13.5 8 12 8s-2.75.81-3.44 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lightbulb-on-90.svg b/mkdocs-material/material/templates/.icons/material/lightbulb-on-90.svg new file mode 100644 index 0000000..a9d3881 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lightbulb-on-90.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 5.6 5.6 7 3.5 4.9l1.4-1.4zM10 22c0 .6.4 1 1 1h2c.6 0 1-.4 1-1v-1h-4zm-9-9h3v-2H1zM13 1h-2v3h2zm7 10v2h3v-2zm-.9-7.5L17 5.6 18.4 7l2.1-2.1zM18 12c0 2.2-1.2 4.2-3 5.2V19c0 .6-.4 1-1 1h-4c-.6 0-1-.4-1-1v-1.8c-1.8-1-3-3-3-5.2 0-3.3 2.7-6 6-6s6 2.7 6 6m-6-4c-1 0-1.91.38-2.61 1h5.22C13.91 8.38 13 8 12 8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lightbulb-on-outline.svg b/mkdocs-material/material/templates/.icons/material/lightbulb-on-outline.svg new file mode 100644 index 0000000..47cfc5f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lightbulb-on-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11h3v2h-3zM1 11h3v2H1zM13 1v3h-2V1zM4.92 3.5l2.13 2.14-1.42 1.41L3.5 4.93zm12.03 2.13 2.12-2.13 1.43 1.43-2.13 2.12zM12 6a6 6 0 0 1 6 6c0 2.22-1.21 4.16-3 5.2V19a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-1.8c-1.79-1.04-3-2.98-3-5.2a6 6 0 0 1 6-6m2 15v1a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-1zm-3-3h2v-2.13c1.73-.44 3-2.01 3-3.87a4 4 0 0 0-4-4 4 4 0 0 0-4 4c0 1.86 1.27 3.43 3 3.87z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lightbulb-on.svg b/mkdocs-material/material/templates/.icons/material/lightbulb-on.svg new file mode 100644 index 0000000..f1eb631 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lightbulb-on.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 6a6 6 0 0 1 6 6c0 2.22-1.21 4.16-3 5.2V19a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-1.8c-1.79-1.04-3-2.98-3-5.2a6 6 0 0 1 6-6m2 15v1a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-1zm6-10h3v2h-3zM1 11h3v2H1zM13 1v3h-2V1zM4.92 3.5l2.13 2.14-1.42 1.41L3.5 4.93zm12.03 2.13 2.12-2.13 1.43 1.43-2.13 2.12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lightbulb-outline.svg b/mkdocs-material/material/templates/.icons/material/lightbulb-outline.svg new file mode 100644 index 0000000..2e0d59e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lightbulb-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a7 7 0 0 1 7 7c0 2.38-1.19 4.47-3 5.74V17a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1v-2.26C6.19 13.47 5 11.38 5 9a7 7 0 0 1 7-7M9 21v-1h6v1a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1m3-17a5 5 0 0 0-5 5c0 2.05 1.23 3.81 3 4.58V16h4v-2.42c1.77-.77 3-2.53 3-4.58a5 5 0 0 0-5-5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lightbulb-question-outline.svg b/mkdocs-material/material/templates/.icons/material/lightbulb-question-outline.svg new file mode 100644 index 0000000..a36c4cc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lightbulb-question-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 2c3.9 0 7 3.1 7 7 0 2.4-1.2 4.5-3 5.7V17c0 .6-.4 1-1 1H5c-.6 0-1-.4-1-1v-2.3C2.2 13.5 1 11.4 1 9c0-3.9 3.1-7 7-7M5 21v-1h6v1c0 .6-.4 1-1 1H6c-.6 0-1-.4-1-1M8 4C5.2 4 3 6.2 3 9c0 2.1 1.2 3.8 3 4.6V16h4v-2.4c1.8-.8 3-2.5 3-4.6 0-2.8-2.2-5-5-5m12.5 10.5V16H19v-1.5zm-2-5H17V9c0-1.7 1.3-3 3-3s3 1.3 3 3c0 1-.5 1.9-1.3 2.4l-.3.2c-.6.4-.9 1-.9 1.7v.2H19v-.2c0-1.2.6-2.3 1.6-2.9l.3-.2q.6-.45.6-1.2c0-.8-.7-1.5-1.5-1.5s-1.5.7-1.5 1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lightbulb-question.svg b/mkdocs-material/material/templates/.icons/material/lightbulb-question.svg new file mode 100644 index 0000000..264852e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lightbulb-question.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 2C4.1 2 1 5.1 1 9c0 2.4 1.2 4.5 3 5.7V17c0 .6.4 1 1 1h6c.6 0 1-.4 1-1v-2.3c1.8-1.3 3-3.4 3-5.7 0-3.9-3.1-7-7-7M5 21c0 .6.4 1 1 1h4c.6 0 1-.4 1-1v-1H5zm15.5-6.5V16H19v-1.5zm-2-5H17V9c0-1.7 1.3-3 3-3s3 1.3 3 3c0 1-.5 1.9-1.3 2.4l-.3.2c-.6.4-.9 1-.9 1.7v.2H19v-.2c0-1.2.6-2.3 1.6-2.9l.3-.2q.6-.45.6-1.2c0-.8-.7-1.5-1.5-1.5s-1.5.7-1.5 1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lightbulb-spot-off.svg b/mkdocs-material/material/templates/.icons/material/lightbulb-spot-off.svg new file mode 100644 index 0000000..5318f66 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lightbulb-spot-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.84 22.73 15.11 17H9v-3c-2.5-1.43-5-3-5-8v-.11L1.11 3l1.28-1.27 19.72 19.73zM22 4V2H5.2l2 2zm-2 2H9.2l7.17 7.17C18.33 11.87 20 10.07 20 6m-7 16h2v-3h-2zm-4 0h2v-3H9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lightbulb-spot.svg b/mkdocs-material/material/templates/.icons/material/lightbulb-spot.svg new file mode 100644 index 0000000..403e6a6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lightbulb-spot.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 19h2v3H9zm4 3h2v-3h-2zM2 2v2h20V2zm7 12v3h6v-3c2.5-1.43 5-3 5-8H4c0 5 2.5 6.57 5 8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lightbulb-variant-outline.svg b/mkdocs-material/material/templates/.icons/material/lightbulb-variant-outline.svg new file mode 100644 index 0000000..f8a649d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lightbulb-variant-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C8.13 2 5 5.13 5 9c0 2.38 1.19 4.47 3 5.74V17c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2.26c1.81-1.27 3-3.36 3-5.74 0-3.87-3.13-7-7-7m2 11.58V16h-1v-4.59l1.71-1.7c.39-.39.39-1.03 0-1.42s-1.03-.39-1.42 0L12 9.59l-1.29-1.3c-.39-.39-1.03-.39-1.42 0s-.39 1.03 0 1.42l1.71 1.7V16h-1v-2.42C8.23 12.81 7 11.05 7 9c0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.05-1.23 3.81-3 4.58M9 20h6v1c0 .55-.45 1-1 1h-4c-.55 0-1-.45-1-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lightbulb-variant.svg b/mkdocs-material/material/templates/.icons/material/lightbulb-variant.svg new file mode 100644 index 0000000..3b5247a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lightbulb-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 20h6v1c0 .55-.45 1-1 1h-4c-.55 0-1-.45-1-1zM19 9c0 2.38-1.19 4.47-3 5.74V17c0 .55-.45 1-1 1H9c-.55 0-1-.45-1-1v-2.26C6.19 13.47 5 11.38 5 9c0-3.87 3.13-7 7-7s7 3.13 7 7m-4.29-.71c-.39-.39-1.03-.39-1.42 0L12 9.59l-1.29-1.3c-.39-.39-1.03-.39-1.42 0s-.39 1.03 0 1.42l1.71 1.7V16h2v-4.59l1.71-1.7c.39-.39.39-1.03 0-1.42"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lightbulb.svg b/mkdocs-material/material/templates/.icons/material/lightbulb.svg new file mode 100644 index 0000000..b380130 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lightbulb.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a7 7 0 0 0-7 7c0 2.38 1.19 4.47 3 5.74V17a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-2.26c1.81-1.27 3-3.36 3-5.74a7 7 0 0 0-7-7M9 21a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-1H9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lighthouse-on.svg b/mkdocs-material/material/templates/.icons/material/lighthouse-on.svg new file mode 100644 index 0000000..9b5b526 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lighthouse-on.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 10V2l9 3v2zm7 0V8h5V4H8V3l4-2 4 2v1h-1v4h1v2h-1.26l-6.3 3.64L9 10zM7 23l.04-.24 9.11-5.26.52 3.38L13 23zm1.05-6.83L15.31 12l.52 3.37-8.4 4.85z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lighthouse.svg b/mkdocs-material/material/templates/.icons/material/lighthouse.svg new file mode 100644 index 0000000..58925cc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lighthouse.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 10V8h1V4H8V3l4-2 4 2v1h-1v4h1v2h-1.26l-6.3 3.64L9 10zm5-2V4h-2v4zM7 23l.04-.24 9.11-5.26.52 3.38L13 23zm1.05-6.83L15.31 12l.52 3.37-8.4 4.85z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lightning-bolt-circle.svg b/mkdocs-material/material/templates/.icons/material/lightning-bolt-circle.svg new file mode 100644 index 0000000..fb62c08 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lightning-bolt-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11.5 20 4.86-9.73H13V4l-5 9.73h3.5zM12 2c2.75 0 5.1 1 7.05 2.95S22 9.25 22 12s-1 5.1-2.95 7.05S14.75 22 12 22s-5.1-1-7.05-2.95S2 14.75 2 12s1-5.1 2.95-7.05S9.25 2 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lightning-bolt-outline.svg b/mkdocs-material/material/templates/.icons/material/lightning-bolt-outline.svg new file mode 100644 index 0000000..b117836 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lightning-bolt-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 9.47V11h3.76L13 14.53V13H9.24zM13 1 6 15h5v8l7-14h-5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lightning-bolt.svg b/mkdocs-material/material/templates/.icons/material/lightning-bolt.svg new file mode 100644 index 0000000..c841cd5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lightning-bolt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 15H6l7-14v8h5l-7 14z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/line-scan.svg b/mkdocs-material/material/templates/.icons/material/line-scan.svg new file mode 100644 index 0000000..e4ff99c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/line-scan.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 22v-2h3v-3h2v3.5c0 .4-.2.7-.5 1s-.7.5-1 .5zM7 22H3.5c-.4 0-.7-.2-1-.5s-.5-.7-.5-1V17h2v3h3zM17 2h3.5c.4 0 .7.2 1 .5s.5.6.5 1V7h-2V4h-3zM7 2v2H4v3H2V3.5c0-.4.2-.7.5-1s.6-.5 1-.5zm12 9H5v2h14z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lingerie.svg b/mkdocs-material/material/templates/.icons/material/lingerie.svg new file mode 100644 index 0000000..f5791a9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lingerie.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 7h-2V2h-2v2.34l-6 2.57-6-2.57V2H4v5H2v2h2.05c.25 2.25 2.14 4 4.45 4 1.42 0 2.68-.67 3.5-1.7.83 1.03 2.08 1.7 3.5 1.7 2.31 0 4.2-1.75 4.45-4H22zM8.5 11A2.5 2.5 0 0 1 6 8.5v-2l5 2.15C10.9 9.96 9.83 11 8.5 11M18 8.5a2.5 2.5 0 0 1-2.5 2.5c-1.33 0-2.4-1.04-2.5-2.35l5-2.15zM2 15v2h1c2.97 0 5.43 2.17 5.91 5h6.18c.48-2.83 2.94-5 5.91-5h1v-2zm11.59 5h-3.18a8.1 8.1 0 0 0-2.12-3h7.42c-.92.82-1.65 1.84-2.12 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/link-box-outline.svg b/mkdocs-material/material/templates/.icons/material/link-box-outline.svg new file mode 100644 index 0000000..c1d2724 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/link-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m0 16H5V5h14zm-8-3h-1c-1.61 0-4-1.06-4-4 0-2.93 2.39-4 4-4h1v2h-1c-.46 0-2 .17-2 2 0 1.9 1.67 2 2 2h1zm3 0h-1v-2h1c.46 0 2-.17 2-2 0-1.9-1.67-2-2-2h-1V8h1c1.61 0 4 1.07 4 4 0 2.94-2.39 4-4 4m1-3H9v-2h6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/link-box-variant-outline.svg b/mkdocs-material/material/templates/.icons/material/link-box-variant-outline.svg new file mode 100644 index 0000000..1d28b08 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/link-box-variant-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m0 16H5V5h14zm-5.06-8.94c.63.64.98 1.48.98 2.38s-.35 1.74-.98 2.37L11.73 17c-.65.67-1.51 1-2.37 1S7.64 17.67 7 17c-1.33-1.29-1.33-3.42 0-4.74l1.35-1.36-.01.6c-.01.5.07 1 .23 1.44l.05.15-.4.41a1.597 1.597 0 0 0 0 2.28c.61.62 1.67.62 2.28 0l2.2-2.19c.3-.31.48-.72.48-1.15 0-.44-.18-.83-.48-1.14a.87.87 0 0 1 0-1.24c.33-.33.91-.32 1.24 0m4.06-.7c0 .9-.35 1.74-1 2.38l-1.34 1.36v-.6c.01-.5-.07-1-.23-1.44l-.05-.14.4-.42a1.597 1.597 0 0 0 0-2.28c-.61-.62-1.68-.61-2.28 0l-2.2 2.2c-.3.3-.48.71-.48 1.14 0 .44.18.83.48 1.14.17.16.26.38.26.62s-.09.46-.26.62a.86.86 0 0 1-.62.25c-.22 0-.45-.08-.62-.25a3.36 3.36 0 0 1 0-4.75L12.27 7A3.31 3.31 0 0 1 17 7c.65.62 1 1.46 1 2.36"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/link-box-variant.svg b/mkdocs-material/material/templates/.icons/material/link-box-variant.svg new file mode 100644 index 0000000..1a63374 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/link-box-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-5.06 11.81L11.73 17c-.65.67-1.51 1-2.37 1S7.64 17.67 7 17c-1.33-1.29-1.33-3.42 0-4.74l1.35-1.36-.01.6c-.01.5.07 1 .23 1.44l.05.15-.4.41a1.597 1.597 0 0 0 0 2.28c.61.62 1.67.62 2.28 0l2.2-2.19c.3-.31.48-.72.48-1.15 0-.44-.18-.83-.48-1.14a.87.87 0 0 1 0-1.24c.33-.33.91-.32 1.24 0 .63.64.98 1.48.98 2.38s-.35 1.74-.98 2.37M17 11.74l-1.34 1.36v-.6c.01-.5-.07-1-.23-1.44l-.05-.14.4-.42a1.597 1.597 0 0 0 0-2.28c-.61-.62-1.68-.61-2.28 0l-2.2 2.2c-.3.3-.48.71-.48 1.14 0 .44.18.83.48 1.14.17.16.26.38.26.62s-.09.46-.26.62a.86.86 0 0 1-.62.25c-.22 0-.45-.08-.62-.25a3.36 3.36 0 0 1 0-4.75L12.27 7A3.31 3.31 0 0 1 17 7c.65.62 1 1.46 1 2.36s-.35 1.74-1 2.38"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/link-box.svg b/mkdocs-material/material/templates/.icons/material/link-box.svg new file mode 100644 index 0000000..17b46dc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/link-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-8 13h-1c-1.61 0-4-1.06-4-4 0-2.93 2.39-4 4-4h1v2h-1c-.46 0-2 .17-2 2 0 1.9 1.67 2 2 2h1zm4-5v2H9v-2zm-1 5h-1v-2h1c.46 0 2-.17 2-2 0-1.9-1.67-2-2-2h-1V8h1c1.61 0 4 1.07 4 4 0 2.94-2.39 4-4 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/link-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/link-circle-outline.svg new file mode 100644 index 0000000..f84a1b1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/link-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 16h1v-2h-1c-.33 0-2-.1-2-2 0-1.83 1.54-2 2-2h1V8h-1c-1.61 0-4 1.07-4 4 0 2.94 2.39 4 4 4m3 0h1c1.61 0 4-1.06 4-4 0-2.93-2.39-4-4-4h-1v2h1c.33 0 2 .1 2 2 0 1.83-1.54 2-2 2h-1zm-4-3h6v-2H9zM8.17 2.76A10.1 10.1 0 0 1 12 2c1.31 0 2.61.26 3.83.76 1.21.5 2.31 1.24 3.24 2.17s1.67 2.03 2.17 3.24c.5 1.22.76 2.52.76 3.83 0 2.65-1.05 5.2-2.93 7.07A9.97 9.97 0 0 1 12 22a10.1 10.1 0 0 1-3.83-.76 10 10 0 0 1-3.24-2.17A9.97 9.97 0 0 1 2 12c0-2.65 1.05-5.2 2.93-7.07.93-.93 2.03-1.67 3.24-2.17m-1.83 14.9C7.84 19.16 9.88 20 12 20s4.16-.84 5.66-2.34S20 14.12 20 12s-.84-4.16-2.34-5.66A8 8 0 0 0 12 4c-2.12 0-4.16.84-5.66 2.34A8 8 0 0 0 4 12c0 2.12.84 4.16 2.34 5.66"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/link-circle.svg b/mkdocs-material/material/templates/.icons/material/link-circle.svg new file mode 100644 index 0000000..c7d8c0f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/link-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.17 2.76A10.1 10.1 0 0 1 12 2c1.31 0 2.61.26 3.83.76 1.21.5 2.31 1.24 3.24 2.17s1.67 2.03 2.17 3.24c.5 1.22.76 2.52.76 3.83 0 2.65-1.05 5.2-2.93 7.07A9.97 9.97 0 0 1 12 22a10.1 10.1 0 0 1-3.83-.76 10 10 0 0 1-3.24-2.17A9.97 9.97 0 0 1 2 12c0-2.65 1.05-5.2 2.93-7.07.93-.93 2.03-1.67 3.24-2.17M10 16h1v-2h-1c-.33 0-2-.1-2-2 0-1.83 1.54-2 2-2h1V8h-1c-1.61 0-4 1.07-4 4 0 2.94 2.39 4 4 4m3 0h1c1.61 0 4-1.06 4-4 0-2.93-2.39-4-4-4h-1v2h1c.33 0 2 .1 2 2 0 1.83-1.54 2-2 2h-1zm-4-3h6v-2H9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/link-edit.svg b/mkdocs-material/material/templates/.icons/material/link-edit.svg new file mode 100644 index 0000000..b11ae52 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/link-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 22v-2.04l6.13-6.13 2.04 2.05L15.04 22zm8.53-9.85 1.32 1.32c.2.2.2.53 0 .72l-.98.98-2.04-2.04.98-.98c.19-.2.52-.2.72 0m-.99-3.69c.19.19.36.4.52.62l-1.38 1.37C19.15 9.5 18.15 8.9 17 8.9h-4V7h4c1.33 0 2.6.53 3.54 1.46M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-1.33 0-2.6.53-3.54 1.46C2.53 9.4 2 10.67 2 12s.53 2.6 1.46 3.54C4.4 16.47 5.67 17 7 17h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1M8 13h8v-2H8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/link-lock.svg b/mkdocs-material/material/templates/.icons/material/link-lock.svg new file mode 100644 index 0000000..e0a0546 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/link-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 16v-.5a2.5 2.5 0 0 0-5 0v.5a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1m-1 0h-3v-.5a1.5 1.5 0 0 1 3 0M7 8.9h4V7H7a5 5 0 0 0 0 10h4v-1.9H7a3.1 3.1 0 0 1 0-6.2M8 11v2h8v-2m-3 4.1V17h2v-1.9M17 7h-4v1.9h4a3.09 3.09 0 0 1 2.94 2.1 5 5 0 0 1 .56 0h1.4A5 5 0 0 0 17 7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/link-off.svg b/mkdocs-material/material/templates/.icons/material/link-off.svg new file mode 100644 index 0000000..90cadb7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/link-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 7h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1 0 1.43-.98 2.63-2.31 3l1.46 1.44C20.88 15.61 22 13.95 22 12a5 5 0 0 0-5-5m-1 4h-2.19l2 2H16zM2 4.27l3.11 3.11A4.99 4.99 0 0 0 2 12a5 5 0 0 0 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1 0-1.59 1.21-2.9 2.76-3.07L8.73 11H8v2h2.73L13 15.27V17h1.73l4.01 4L20 19.74 3.27 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/link-plus.svg b/mkdocs-material/material/templates/.icons/material/link-plus.svg new file mode 100644 index 0000000..f498c7c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/link-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 7h4v2H7a3 3 0 0 0-3 3 3 3 0 0 0 3 3h4v2H7a5 5 0 0 1-5-5 5 5 0 0 1 5-5m10 0a5 5 0 0 1 5 5h-2a3 3 0 0 0-3-3h-4V7zm-9 4h8v2H8zm9 1h2v3h3v2h-3v3h-2v-3h-3v-2h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/link-variant-minus.svg b/mkdocs-material/material/templates/.icons/material/link-variant-minus.svg new file mode 100644 index 0000000..c46e17b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/link-variant-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.6 13.4a1 1 0 0 1-1.4 1.4 4.8 4.8 0 0 1 0-7l3.5-3.6a5.1 5.1 0 0 1 7.1 0 5.1 5.1 0 0 1 0 7.1l-1.5 1.5a6.4 6.4 0 0 0-.4-2.4l.5-.5a3.2 3.2 0 0 0 0-4.3 3.2 3.2 0 0 0-4.3 0l-3.5 3.6a2.9 2.9 0 0 0 0 4.2M23 18v2h-8v-2m1.2-4.3a4.8 4.8 0 0 0-1.4-4.5 1 1 0 0 0-1.4 1.4 2.9 2.9 0 0 1 0 4.2l-3.5 3.6a3.2 3.2 0 0 1-4.3 0 3.2 3.2 0 0 1 0-4.3l.5-.4a7.3 7.3 0 0 1-.4-2.5l-1.5 1.5a5.1 5.1 0 0 0 0 7.1 5.1 5.1 0 0 0 7.1 0l1.8-1.8a6 6 0 0 1 3.1-4.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/link-variant-off.svg b/mkdocs-material/material/templates/.icons/material/link-variant-off.svg new file mode 100644 index 0000000..8cf1b93 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/link-variant-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 5.27 3.28 4 20 20.72 18.73 22l-4.83-4.83-2.61 2.61a5.003 5.003 0 0 1-7.07 0 5.003 5.003 0 0 1 0-7.07l1.49-1.49c-.01.82.12 1.64.4 2.43l-.47.47a2.98 2.98 0 0 0 0 4.24 2.98 2.98 0 0 0 4.24 0l2.62-2.6-1.62-1.61c-.01.24-.11.49-.29.68-.39.39-1.03.39-1.42 0A4.97 4.97 0 0 1 7.72 11zm10.71-1.05a5.003 5.003 0 0 1 7.07 0 5.003 5.003 0 0 1 0 7.07l-1.49 1.49c.01-.82-.12-1.64-.4-2.42l.47-.48a2.98 2.98 0 0 0 0-4.24 2.98 2.98 0 0 0-4.24 0l-3.33 3.33-1.41-1.42zm.7 4.95c.39-.39 1.03-.39 1.42 0a5 5 0 0 1 1.23 5.06l-1.78-1.77c-.05-.68-.34-1.35-.87-1.87a.973.973 0 0 1 0-1.42"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/link-variant-plus.svg b/mkdocs-material/material/templates/.icons/material/link-variant-plus.svg new file mode 100644 index 0000000..f0448a8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/link-variant-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.6 13.4a1 1 0 0 1-1.4 1.4 4.8 4.8 0 0 1 0-7l3.5-3.6a5.1 5.1 0 0 1 7.1 0 5.1 5.1 0 0 1 0 7.1l-1.5 1.5a6.4 6.4 0 0 0-.4-2.4l.5-.5a3.2 3.2 0 0 0 0-4.3 3.2 3.2 0 0 0-4.3 0l-3.5 3.6a2.9 2.9 0 0 0 0 4.2M23 18v2h-3v3h-2v-3h-3v-2h3v-3h2v3m-3.8-4.3a4.8 4.8 0 0 0-1.4-4.5 1 1 0 0 0-1.4 1.4 2.9 2.9 0 0 1 0 4.2l-3.5 3.6a3.2 3.2 0 0 1-4.3 0 3.2 3.2 0 0 1 0-4.3l.5-.4a7.3 7.3 0 0 1-.4-2.5l-1.5 1.5a5.1 5.1 0 0 0 0 7.1 5.1 5.1 0 0 0 7.1 0l1.8-1.8a6 6 0 0 1 3.1-4.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/link-variant-remove.svg b/mkdocs-material/material/templates/.icons/material/link-variant-remove.svg new file mode 100644 index 0000000..056fefd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/link-variant-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.6 13.4a1 1 0 0 1-1.4 1.4 4.8 4.8 0 0 1 0-7l3.5-3.6a5.1 5.1 0 0 1 7.1 0 5.1 5.1 0 0 1 0 7.1l-1.5 1.5a6.4 6.4 0 0 0-.4-2.4l.5-.5a3.2 3.2 0 0 0 0-4.3 3.2 3.2 0 0 0-4.3 0l-3.5 3.6a2.9 2.9 0 0 0 0 4.2m5.6.3a4.8 4.8 0 0 0-1.4-4.5 1 1 0 0 0-1.4 1.4 2.9 2.9 0 0 1 0 4.2l-3.5 3.6a3.2 3.2 0 0 1-4.3 0 3.2 3.2 0 0 1 0-4.3l.5-.4a7.3 7.3 0 0 1-.4-2.5l-1.5 1.5a5.1 5.1 0 0 0 0 7.1 5.1 5.1 0 0 0 7.1 0l1.8-1.8a6 6 0 0 1 3.1-4.3m4.9 1.8L19 17.6l-2.1-2.1-1.4 1.4 2.1 2.1-2.1 2.1 1.4 1.4 2.1-2.1 2.1 2.1 1.4-1.4-2.1-2.1 2.1-2.1Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/link-variant.svg b/mkdocs-material/material/templates/.icons/material/link-variant.svg new file mode 100644 index 0000000..705cc5e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/link-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.59 13.41c.41.39.41 1.03 0 1.42-.39.39-1.03.39-1.42 0a5.003 5.003 0 0 1 0-7.07l3.54-3.54a5.003 5.003 0 0 1 7.07 0 5.003 5.003 0 0 1 0 7.07l-1.49 1.49c.01-.82-.12-1.64-.4-2.42l.47-.48a2.98 2.98 0 0 0 0-4.24 2.98 2.98 0 0 0-4.24 0l-3.53 3.53a2.98 2.98 0 0 0 0 4.24m2.82-4.24c.39-.39 1.03-.39 1.42 0a5.003 5.003 0 0 1 0 7.07l-3.54 3.54a5.003 5.003 0 0 1-7.07 0 5.003 5.003 0 0 1 0-7.07l1.49-1.49c-.01.82.12 1.64.4 2.43l-.47.47a2.98 2.98 0 0 0 0 4.24 2.98 2.98 0 0 0 4.24 0l3.53-3.53a2.98 2.98 0 0 0 0-4.24.973.973 0 0 1 0-1.42"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/link.svg b/mkdocs-material/material/templates/.icons/material/link.svg new file mode 100644 index 0000000..53f7ab8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/link.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7a5 5 0 0 0-5 5 5 5 0 0 0 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1M8 13h8v-2H8zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4a5 5 0 0 0 5-5 5 5 0 0 0-5-5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/linkedin.svg b/mkdocs-material/material/templates/.icons/material/linkedin.svg new file mode 100644 index 0000000..921352e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/linkedin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm-.5 15.5v-5.3a3.26 3.26 0 0 0-3.26-3.26c-.85 0-1.84.52-2.32 1.3v-1.11h-2.79v8.37h2.79v-4.93c0-.77.62-1.4 1.39-1.4a1.4 1.4 0 0 1 1.4 1.4v4.93zM6.88 8.56a1.68 1.68 0 0 0 1.68-1.68c0-.93-.75-1.69-1.68-1.69a1.69 1.69 0 0 0-1.69 1.69c0 .93.76 1.68 1.69 1.68m1.39 9.94v-8.37H5.5v8.37z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/linux-mint.svg b/mkdocs-material/material/templates/.icons/material/linux-mint.svg new file mode 100644 index 0000000..0b7db36 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/linux-mint.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 3.23V6.8h1.5c1.09 0 1.28.73 1.28 1.75v6.31c0 3.26 2.87 5.91 6.4 5.91h8.72c1.1 0 2.1-.7 2.1-1.77V9.2c0-3.27-2.87-5.92-6.4-5.92h-3.67v-.01zm4.62 2.23h1.75v8.99c0 1.2.82 2.14 1.79 2.14l5.97.02c1.25 0 2.22-.86 2.22-1.88l-.01-4.77c0-.31-.1-.55-.34-.77a.94.94 0 0 0-.75-.33c-.31 0-.54.1-.75.33-.23.22-.34.46-.34.77v4.09h-1.85V9.96c0-.31-.1-.55-.31-.77-.23-.23-.46-.33-.78-.33-.3 0-.54.1-.76.33-.22.22-.32.46-.32.77v4.09h-1.85V9.96c0-.81.29-1.52.86-2.1.57-.57 1.28-.86 2.07-.86.78 0 1.46.28 2.02.82.55-.54 1.23-.82 2.01-.82.8 0 1.51.29 2.07.86.57.58.87 1.29.87 2.1l.01 5.1c-.09.85-.45 1.61-1.07 2.25-.73.73-1.63 1.11-2.63 1.11H9.83c-.83-.08-1.54-.47-2.14-1.06-.69-.71-1.07-1.57-1.07-2.57z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/linux.svg b/mkdocs-material/material/templates/.icons/material/linux.svg new file mode 100644 index 0000000..757ec23 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/linux.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.62 8.35c-.42.28-1.75 1.04-1.95 1.19-.39.31-.75.29-1.14-.01-.2-.16-1.53-.92-1.95-1.19-.48-.31-.45-.7.08-.92 1.64-.69 3.28-.64 4.91.03.49.21.51.6.05.9m7.22 7.28c-.93-2.09-2.2-3.99-3.84-5.66a4.3 4.3 0 0 1-1.06-1.88c-.1-.33-.17-.67-.24-1.01-.2-.88-.29-1.78-.7-2.61-.73-1.58-2-2.4-3.84-2.47-1.81.05-3.16.81-3.95 2.4-.21.43-.36.88-.46 1.34-.17.76-.32 1.55-.5 2.32-.15.65-.45 1.21-.96 1.71-1.61 1.57-2.9 3.37-3.88 5.35-.14.29-.28.58-.37.88-.19.66.29 1.12.99.96.44-.09.88-.18 1.3-.31.41-.15.57-.05.67.35.65 2.15 2.07 3.66 4.24 4.5 4.12 1.56 8.93-.66 9.97-4.58.07-.27.17-.37.47-.27.46.14.93.24 1.4.35.49.09.85-.16.92-.64.03-.26-.06-.49-.16-.73"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lipstick.svg b/mkdocs-material/material/templates/.icons/material/lipstick.svg new file mode 100644 index 0000000..20f9b01 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lipstick.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 23c-.55 0-1-.45-1-1v-9c0-.55.45-1 1-1h6c.55 0 1 .45 1 1v9c0 .55-.45 1-1 1zm1-12c-.55 0-1-.45-1-1V5.25S11 3 11.75 1c1.08.67 2.17 1.33 2.71 2.83S15 7.67 15 10c0 .55-.45 1-1 1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/liquid-spot.svg b/mkdocs-material/material/templates/.icons/material/liquid-spot.svg new file mode 100644 index 0000000..38abfa5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/liquid-spot.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.14 16.7c-.91 1.51-2.06 1.03-3.14.39s-2.1-1.41-2.75-.5c-.71.78-.16 2.03.12 3.13.28 1.11.3 2.07-1.47 2.28-1.4-.19-1.32-1.35-1.09-2.58s.59-2.53-.31-2.99c-.72-.48-1.22.35-1.85 1.17-.65.81-1.39 1.6-2.61 1.02-1.1-.91-.68-1.44-.1-2.12s1.33-1.59.9-3.19c-.18-.65-1.08-.5-1.97-.52-.87-.02-1.75-.2-1.84-1.5-.07-.79.52-1.11 1.13-1.36.62-.25 1.25-.43 1.26-1.06.03-.61-.38-1.04-.64-1.49s-.37-.92.25-1.62c1.05-.86 1.89-.13 2.73.66s1.67 1.62 2.7.97c.82-.54.07-1.49-.51-2.42s-.99-1.82.51-2.23c1.3-.36 1.8.53 2.25 1.56.46 1.03.86 2.2 1.96 2.41 1.57.29 2.71-1.55 3.8-3.01s2.16-2.55 3.53-.75c1.5 1.89.07 2.77-1.6 3.55-1.67.73-3.59 1.37-3.13 2.78.27.82 1.15.37 2.08.06.92-.31 1.91-.48 2.39.93.51 1.49-.7 1.83-2.06 1.97s-2.88.08-2.98.76c-.11.71.8 1 1.59 1.42.79.43 1.46 1 .85 2.28M20.5 19c-.95 0-1.44-.74-1.44-1.5s.48-1.5 1.44-1.5c1 0 1.5.74 1.5 1.5s-.5 1.5-1.5 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/liquor.svg b/mkdocs-material/material/templates/.icons/material/liquor.svg new file mode 100644 index 0000000..632b3b1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/liquor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 14c0 1.3.8 2.4 2 2.8V20H3v2h6v-2H7v-3.2c1.2-.4 2-1.5 2-2.8V6H3zm2-6h2v3H5zm15.6.5-1-.3c-.3-.1-.6-.5-.6-.9V3c0-.5-.5-1-1-1h-3c-.6 0-1 .5-1 1v4.3c0 .4-.3.8-.7 1l-.9.3c-.8.3-1.4 1-1.4 1.9V20c0 1.1.9 2 2 2h7c1.1 0 2-.9 2-2v-9.6c0-.8-.5-1.6-1.4-1.9M16 4h1v1h-1zm-3 6.4.9-.3c1.3-.4 2.1-1.5 2.1-2.8V7h1v.3c0 1.3.8 2.4 2 2.8l1 .3V12h-7zm7 9.6h-7v-2h7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/list-box-outline.svg b/mkdocs-material/material/templates/.icons/material/list-box-outline.svg new file mode 100644 index 0000000..c86b960 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/list-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 15h6v2h-6zM9 7H7v2h2zm2 6h6v-2h-6zm0-4h6V7h-6zm-2 2H7v2h2zm12-6v14c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h14c1.1 0 2 .9 2 2m-2 0H5v14h14zM9 15H7v2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/list-box.svg b/mkdocs-material/material/templates/.icons/material/list-box.svg new file mode 100644 index 0000000..3846f50 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/list-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2M7 7h2v2H7zm0 4h2v2H7zm0 4h2v2H7zm10 2h-6v-2h6zm0-4h-6v-2h6zm0-4h-6V7h6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/list-status.svg b/mkdocs-material/material/templates/.icons/material/list-status.svg new file mode 100644 index 0000000..6eac9a5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/list-status.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.5 11 13 7.5l1.4-1.4 2.1 2.1L20.7 4l1.4 1.4zM11 7H2v2h9zm10 6.4L19.6 12 17 14.6 14.4 12 13 13.4l2.6 2.6-2.6 2.6 1.4 1.4 2.6-2.6 2.6 2.6 1.4-1.4-2.6-2.6zM11 15H2v2h9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/litecoin.svg b/mkdocs-material/material/templates/.icons/material/litecoin.svg new file mode 100644 index 0000000..4a4d4df --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/litecoin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12.55 15.92.61-2.14 1.65-.59 1.44-5.56-1.69.68L16.25 2H8l-2.62 9.77-1.66.57-1.5 5.57L4 17.27 2.66 22h17.5l1.62-6.08zM19.39 21H4l1.46-5.35-1.74.65.86-3.19 1.66-.57L8.74 3H15l-1.87 7 1.7-.7-.83 3.12-1.67.58-1.11 3.91h9.28z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/loading.svg b/mkdocs-material/material/templates/.icons/material/loading.svg new file mode 100644 index 0000000..838afd0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/loading.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 4V2A10 10 0 0 0 2 12h2a8 8 0 0 1 8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/location-enter.svg b/mkdocs-material/material/templates/.icons/material/location-enter.svg new file mode 100644 index 0000000..182fd8e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/location-enter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14 12-4-4v3H2v2h8v3m12-4a10 10 0 0 1-19.54 3h2.13a8 8 0 1 0 0-6H2.46A10 10 0 0 1 22 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/location-exit.svg b/mkdocs-material/material/templates/.icons/material/location-exit.svg new file mode 100644 index 0000000..d9a48d1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/location-exit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22 12-4-4v3h-8v2h8v3m2 2a10 10 0 1 1 0-12h-2.73a8 8 0 1 0 0 12Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lock-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/lock-alert-outline.svg new file mode 100644 index 0000000..f3ad459 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lock-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 17c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2m6 3V10H4v10zm0-12c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V10c0-1.1.9-2 2-2h1V6c0-2.8 2.2-5 5-5s5 2.2 5 5v2zm-6-5C8.3 3 7 4.3 7 6v2h6V6c0-1.7-1.3-3-3-3m12 4h-2v6h2zm0 8h-2v2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lock-alert.svg b/mkdocs-material/material/templates/.icons/material/lock-alert.svg new file mode 100644 index 0000000..cbc400d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lock-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 17c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2m6-9c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V10c0-1.1.9-2 2-2h1V6c0-2.8 2.2-5 5-5s5 2.2 5 5v2zm-6-5C8.3 3 7 4.3 7 6v2h6V6c0-1.7-1.3-3-3-3m12 10h-2V7h2zm0 4h-2v-2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lock-check-outline.svg b/mkdocs-material/material/templates/.icons/material/lock-check-outline.svg new file mode 100644 index 0000000..69c783f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lock-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 15c0 1.11-.89 2-2 2a2 2 0 0 1-2-2c0-1.11.89-2 2-2a2 2 0 0 1 2 2m-.91 5c.12.72.37 1.39.72 2H6a2 2 0 0 1-2-2V10c0-1.11.89-2 2-2h1V6c0-2.76 2.24-5 5-5s5 2.24 5 5v2h1a2 2 0 0 1 2 2v3.09c-.33-.05-.66-.09-1-.09s-.67.04-1 .09V10H6v10zM9 8h6V6c0-1.66-1.34-3-3-3S9 4.34 9 6zm12.34 7.84-3.59 3.59-1.59-1.59L15 19l2.75 3 4.75-4.75z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lock-check.svg b/mkdocs-material/material/templates/.icons/material/lock-check.svg new file mode 100644 index 0000000..0178200 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lock-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 13c.34 0 .67.04 1 .09V10a2 2 0 0 0-2-2h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6a2 2 0 0 0-2 2v10c0 1.11.89 2 2 2h7.81c-.51-.88-.81-1.9-.81-3 0-3.31 2.69-6 6-6M9 6c0-1.66 1.34-3 3-3s3 1.34 3 3v2H9zm3 11a2 2 0 1 1 2-2c0 1.11-.89 2-2 2m10.5.25L17.75 22 15 19l1.16-1.16 1.59 1.59 3.59-3.59z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lock-clock.svg b/mkdocs-material/material/templates/.icons/material/lock-clock.svg new file mode 100644 index 0000000..dc25a2a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lock-clock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.5 2C6 2 4 4 4 6.5V7c-1.11 0-2 .89-2 2v9c0 1.11.89 2 2 2h4.72c1.46 1.29 3.34 2 5.28 2a8 8 0 0 0 8-8 8 8 0 0 0-8-8c-.34 0-.68.03-1 .08C12.76 3.77 10.82 2 8.5 2m0 2A2.5 2.5 0 0 1 11 6.5V7H6v-.5A2.5 2.5 0 0 1 8.5 4M14 8a6 6 0 0 1 6 6 6 6 0 0 1-6 6 6 6 0 0 1-6-6 6 6 0 0 1 6-6m-1 2v5l3.64 2.19.78-1.29-2.92-1.75V10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lock-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/lock-minus-outline.svg new file mode 100644 index 0000000..09914fd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lock-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 15c0 1.11-.89 2-2 2a2 2 0 0 1-2-2c0-1.11.89-2 2-2a2 2 0 0 1 2 2m-.91 5c.12.72.37 1.39.72 2H6a2 2 0 0 1-2-2V10c0-1.11.89-2 2-2h1V6c0-2.76 2.24-5 5-5s5 2.24 5 5v2h1a2 2 0 0 1 2 2v3.09c-.33-.05-.66-.09-1-.09s-.67.04-1 .09V10H6v10zM9 8h6V6c0-1.66-1.34-3-3-3S9 4.34 9 6zm6 10v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lock-minus.svg b/mkdocs-material/material/templates/.icons/material/lock-minus.svg new file mode 100644 index 0000000..4cfdbbe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lock-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 13c.34 0 .67.04 1 .09V10a2 2 0 0 0-2-2h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6a2 2 0 0 0-2 2v10c0 1.11.89 2 2 2h7.81c-.51-.88-.81-1.9-.81-3 0-3.31 2.69-6 6-6M9 6c0-1.66 1.34-3 3-3s3 1.34 3 3v2H9zm3 11a2 2 0 1 1 2-2c0 1.11-.89 2-2 2m11 1v2h-8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lock-off-outline.svg b/mkdocs-material/material/templates/.icons/material/lock-off-outline.svg new file mode 100644 index 0000000..b8bef32 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lock-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 5.82 7.36 4.16A4.99 4.99 0 0 1 12 1c2.76 0 5 2.24 5 5v2h1a2 2 0 0 1 2 2v6.8l-2-2V10h-4.8l-2-2H15V6c0-1.66-1.34-3-3-3-1.59 0-2.89 1.25-3 2.82m13.11 15.64-1.27 1.27-1.38-1.38c-.36.4-.88.65-1.46.65H6a2 2 0 0 1-2-2V10c0-1.11.89-2 2-2h.11l-5-5 1.28-1.27zM18 19.89l-4.15-4.15C13.56 16.5 12.84 17 12 17a2 2 0 0 1-2-2c0-.85.5-1.56 1.26-1.85L8.11 10H6v10h12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lock-off.svg b/mkdocs-material/material/templates/.icons/material/lock-off.svg new file mode 100644 index 0000000..3e88950 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lock-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 5.82 7.36 4.16A4.99 4.99 0 0 1 12 1c2.76 0 5 2.24 5 5v2h1a2 2 0 0 1 2 2v6.8L11.2 8H15V6c0-1.66-1.34-3-3-3-1.59 0-2.89 1.25-3 2.82m13.11 15.64-1.27 1.27-1.38-1.38c-.36.4-.88.65-1.46.65H6c-1.11 0-2-.89-2-2V10a2 2 0 0 1 2-2h.11l-5-5 1.28-1.27zm-8.26-5.72-2.59-2.59C10.5 13.44 10 14.16 10 15a2 2 0 0 0 2 2c.84 0 1.56-.5 1.85-1.26"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lock-open-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/lock-open-alert-outline.svg new file mode 100644 index 0000000..9a78d6e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lock-open-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 20V10H4v10zm0-12c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V10c0-1.1.9-2 2-2h9V6c0-1.7-1.3-3-3-3S7 4.3 7 6H5c0-2.8 2.2-5 5-5s5 2.2 5 5v2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2M22 7h-2v6h2zm0 8h-2v2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lock-open-alert.svg b/mkdocs-material/material/templates/.icons/material/lock-open-alert.svg new file mode 100644 index 0000000..2525ae7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lock-open-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 8c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V10c0-1.1.9-2 2-2h9V6c0-1.7-1.3-3-3-3S7 4.3 7 6H5c0-2.8 2.2-5 5-5s5 2.2 5 5v2zm-6 9c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2m12-4h-2V7h2zm0 4h-2v-2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lock-open-check-outline.svg b/mkdocs-material/material/templates/.icons/material/lock-open-check-outline.svg new file mode 100644 index 0000000..b082951 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lock-open-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 15c0 1.11-.89 2-2 2s-2-.89-2-2 .9-2 2-2 2 .9 2 2m-8 5V10h12v3.09c.33-.05.66-.09 1-.09s.67.04 1 .09V10a2 2 0 0 0-2-2h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6h2c0-1.66 1.34-3 3-3s3 1.34 3 3v2H6a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h7.81c-.35-.61-.59-1.28-.72-2zm15.34-4.16-3.59 3.59-1.59-1.59L15 19l2.75 3 4.75-4.75z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lock-open-check.svg b/mkdocs-material/material/templates/.icons/material/lock-open-check.svg new file mode 100644 index 0000000..5230629 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lock-open-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 13c.34 0 .67.04 1 .09V10a2 2 0 0 0-2-2h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6h2c0-1.66 1.34-3 3-3s3 1.34 3 3v2H6a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h7.81c-.51-.88-.81-1.9-.81-3 0-3.31 2.69-6 6-6m-7 4c-1.1 0-2-.89-2-2s.9-2 2-2 2 .9 2 2-.89 2-2 2m10.5.25L17.75 22 15 19l1.16-1.16 1.59 1.59 3.59-3.59z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lock-open-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/lock-open-minus-outline.svg new file mode 100644 index 0000000..071e433 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lock-open-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 15c0 1.11-.89 2-2 2s-2-.89-2-2 .9-2 2-2 2 .9 2 2m-8 5V10h12v3.09c.33-.05.66-.09 1-.09s.67.04 1 .09V10a2 2 0 0 0-2-2h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6h2c0-1.66 1.34-3 3-3s3 1.34 3 3v2H6a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h7.81c-.35-.61-.59-1.28-.72-2zm9-2v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lock-open-minus.svg b/mkdocs-material/material/templates/.icons/material/lock-open-minus.svg new file mode 100644 index 0000000..2090b57 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lock-open-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 13c.34 0 .67.04 1 .09V10a2 2 0 0 0-2-2h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6h2c0-1.66 1.34-3 3-3s3 1.34 3 3v2H6a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h7.81c-.51-.88-.81-1.9-.81-3 0-3.31 2.69-6 6-6m-7 4c-1.1 0-2-.89-2-2s.9-2 2-2 2 .9 2 2-.89 2-2 2m11 1v2h-8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lock-open-outline.svg b/mkdocs-material/material/templates/.icons/material/lock-open-outline.svg new file mode 100644 index 0000000..f68501d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lock-open-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 20V10H6v10zm0-12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2h9V6a3 3 0 0 0-3-3 3 3 0 0 0-3 3H7a5 5 0 0 1 5-5 5 5 0 0 1 5 5v2zm-6 9a2 2 0 0 1-2-2 2 2 0 0 1 2-2 2 2 0 0 1 2 2 2 2 0 0 1-2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lock-open-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/lock-open-plus-outline.svg new file mode 100644 index 0000000..8e3506b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lock-open-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 15c0 1.11-.89 2-2 2s-2-.89-2-2 .9-2 2-2 2 .9 2 2m-8 5V10h12v3.09c.33-.05.66-.09 1-.09s.67.04 1 .09V10a2 2 0 0 0-2-2h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6h2c0-1.66 1.34-3 3-3s3 1.34 3 3v2H6a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h7.81c-.35-.61-.59-1.28-.72-2zm14-2v-3h-2v3h-3v2h3v3h2v-3h3v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lock-open-plus.svg b/mkdocs-material/material/templates/.icons/material/lock-open-plus.svg new file mode 100644 index 0000000..9a95cea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lock-open-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 13c.34 0 .67.04 1 .09V10a2 2 0 0 0-2-2h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6h2c0-1.66 1.34-3 3-3s3 1.34 3 3v2H6a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h7.81c-.51-.88-.81-1.9-.81-3 0-3.31 2.69-6 6-6m-7 4c-1.1 0-2-.89-2-2s.9-2 2-2 2 .9 2 2-.89 2-2 2m11 1v2h-3v3h-2v-3h-3v-2h3v-3h2v3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lock-open-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/lock-open-remove-outline.svg new file mode 100644 index 0000000..83e732e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lock-open-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 15c0 1.11-.89 2-2 2s-2-.89-2-2 .9-2 2-2 2 .9 2 2m-8 5V10h12v3.09c.33-.05.66-.09 1-.09s.67.04 1 .09V10a2 2 0 0 0-2-2h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6h2c0-1.66 1.34-3 3-3s3 1.34 3 3v2H6a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h7.81c-.35-.61-.59-1.28-.72-2zm16.54-3.12-1.42-1.41L19 17.59l-2.12-2.12-1.41 1.41L17.59 19l-2.12 2.12 1.41 1.42L19 20.41l2.12 2.13 1.42-1.42L20.41 19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lock-open-remove.svg b/mkdocs-material/material/templates/.icons/material/lock-open-remove.svg new file mode 100644 index 0000000..cfd753b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lock-open-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 13c.34 0 .67.04 1 .09V10a2 2 0 0 0-2-2h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6h2c0-1.66 1.34-3 3-3s3 1.34 3 3v2H6a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h7.81c-.51-.88-.81-1.9-.81-3 0-3.31 2.69-6 6-6m-7 4c-1.1 0-2-.89-2-2s.9-2 2-2 2 .9 2 2-.89 2-2 2m8.41 2 2.13 2.12-1.42 1.42L19 20.41l-2.12 2.13-1.41-1.42L17.59 19l-2.12-2.12 1.41-1.41L19 17.59l2.12-2.12 1.42 1.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lock-open-variant-outline.svg b/mkdocs-material/material/templates/.icons/material/lock-open-variant-outline.svg new file mode 100644 index 0000000..b8f7f35 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lock-open-variant-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 13a2 2 0 0 1 2 2c0 1.11-.89 2-2 2s-2-.89-2-2 .9-2 2-2m8-12c-2.76 0-5 2.24-5 5v2H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2h-1V6c0-1.66 1.34-3 3-3s3 1.34 3 3v2h2V6c0-2.76-2.24-5-5-5m-2 9v10H4V10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lock-open-variant.svg b/mkdocs-material/material/templates/.icons/material/lock-open-variant.svg new file mode 100644 index 0000000..1c28ec0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lock-open-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 1c-2.76 0-5 2.24-5 5v2H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12c1.11 0 2-.89 2-2V10a2 2 0 0 0-2-2h-1V6c0-1.66 1.34-3 3-3s3 1.34 3 3v2h2V6c0-2.76-2.24-5-5-5m-8 12a2 2 0 0 1 2 2c0 1.11-.89 2-2 2a2 2 0 1 1 0-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lock-open.svg b/mkdocs-material/material/templates/.icons/material/lock-open.svg new file mode 100644 index 0000000..5b2ea80 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lock-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 8a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2h9V6a3 3 0 0 0-3-3 3 3 0 0 0-3 3H7a5 5 0 0 1 5-5 5 5 0 0 1 5 5v2zm-6 9a2 2 0 0 0 2-2 2 2 0 0 0-2-2 2 2 0 0 0-2 2 2 2 0 0 0 2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lock-outline.svg b/mkdocs-material/material/templates/.icons/material/lock-outline.svg new file mode 100644 index 0000000..dcd66a5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 17a2 2 0 0 1-2-2c0-1.11.89-2 2-2a2 2 0 0 1 2 2 2 2 0 0 1-2 2m6 3V10H6v10zm0-12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V10c0-1.11.89-2 2-2h1V6a5 5 0 0 1 5-5 5 5 0 0 1 5 5v2zm-6-5a3 3 0 0 0-3 3v2h6V6a3 3 0 0 0-3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lock-pattern.svg b/mkdocs-material/material/templates/.icons/material/lock-pattern.svg new file mode 100644 index 0000000..7866336 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lock-pattern.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 3a4 4 0 0 1 4 4c0 1.86-1.27 3.43-3 3.87v2.26c.37.09.72.24 1.04.43l4.52-4.52C13.2 8.44 13 7.75 13 7a4 4 0 0 1 4-4 4 4 0 0 1 4 4 4 4 0 0 1-4 4c-.74 0-1.43-.2-2-.55L10.45 15c.35.57.55 1.26.55 2a4 4 0 0 1-4 4 4 4 0 0 1-4-4c0-1.86 1.27-3.43 3-3.87v-2.26C4.27 10.43 3 8.86 3 7a4 4 0 0 1 4-4m10 10a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m0 2a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lock-percent-open-outline.svg b/mkdocs-material/material/templates/.icons/material/lock-percent-open-outline.svg new file mode 100644 index 0000000..fe69104 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lock-percent-open-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 11c.8 0 1.5.7 1.5 1.5S10.3 14 9.5 14 8 13.3 8 12.5 8.7 11 9.5 11m5 8c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5m-5.3.2-1.4-1.4 7.1-7.1 1.4 1.4zM18 8h-1V6c0-2.8-2.2-5-5-5S7 3.2 7 6h2c0-1.7 1.3-3 3-3s3 1.3 3 3v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2m0 12H6V10h12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lock-percent-open-variant-outline.svg b/mkdocs-material/material/templates/.icons/material/lock-percent-open-variant-outline.svg new file mode 100644 index 0000000..6f6c519 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lock-percent-open-variant-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.5 11c.8 0 1.5.7 1.5 1.5S8.3 14 7.5 14 6 13.3 6 12.5 6.7 11 7.5 11m5 8c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5m-5.3.2-1.4-1.4 7.1-7.1 1.4 1.4zM18 1c-2.8 0-5 2.2-5 5v2H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2h-1V6c0-1.7 1.3-3 3-3s3 1.3 3 3v2h2V6c0-2.8-2.2-5-5-5m-2 9v10H4V10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lock-percent-open-variant.svg b/mkdocs-material/material/templates/.icons/material/lock-percent-open-variant.svg new file mode 100644 index 0000000..f9e976a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lock-percent-open-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 1c-2.8 0-5 2.2-5 5v2H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2h-1V6c0-1.7 1.3-3 3-3s3 1.3 3 3v2h2V6c0-2.8-2.2-5-5-5M7.5 11c.8 0 1.5.7 1.5 1.5S8.3 14 7.5 14 6 13.3 6 12.5 6.7 11 7.5 11m5 8c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5m-5.3.2-1.4-1.4 7.1-7.1 1.4 1.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lock-percent-open.svg b/mkdocs-material/material/templates/.icons/material/lock-percent-open.svg new file mode 100644 index 0000000..fff2138 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lock-percent-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 8h-1V6c0-2.8-2.2-5-5-5S7 3.2 7 6h2c0-1.7 1.3-3 3-3s3 1.3 3 3v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2m-8.5 3c.8 0 1.5.7 1.5 1.5S10.3 14 9.5 14 8 13.3 8 12.5 8.7 11 9.5 11m5 8c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5m-5.3.2-1.4-1.4 7.1-7.1 1.4 1.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lock-percent-outline.svg b/mkdocs-material/material/templates/.icons/material/lock-percent-outline.svg new file mode 100644 index 0000000..916a2c9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lock-percent-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 8h-1V6c0-2.8-2.2-5-5-5S7 3.2 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2M9 6c0-1.7 1.3-3 3-3s3 1.3 3 3v2H9zm9 14H6V10h12zm-7-7.5c0 .8-.7 1.5-1.5 1.5S8 13.3 8 12.5 8.7 11 9.5 11s1.5.7 1.5 1.5m5 5c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5.7-1.5 1.5-1.5 1.5.7 1.5 1.5m.2-5.3-7.1 7.1-1.4-1.4 7.1-7.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lock-percent.svg b/mkdocs-material/material/templates/.icons/material/lock-percent.svg new file mode 100644 index 0000000..0e72fce --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lock-percent.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 8h-1V6c0-2.8-2.2-5-5-5S7 3.2 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2M9 6c0-1.7 1.3-3 3-3s3 1.3 3 3v2H9zm.5 5c.8 0 1.5.7 1.5 1.5S10.3 14 9.5 14 8 13.3 8 12.5 8.7 11 9.5 11m5 8c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5m-5.3.2-1.4-1.4 7.1-7.1 1.4 1.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lock-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/lock-plus-outline.svg new file mode 100644 index 0000000..10f44a9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lock-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 20V10h12v3.09c.33-.05.66-.09 1-.09s.67.04 1 .09V10a2 2 0 0 0-2-2h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.11 0-2 .89-2 2v10a2 2 0 0 0 2 2h7.81c-.35-.61-.59-1.28-.72-2zM9 6c0-1.66 1.34-3 3-3s3 1.34 3 3v2H9zm5 9c0 1.11-.89 2-2 2a2 2 0 0 1-2-2c0-1.11.89-2 2-2a2 2 0 0 1 2 2m9 3v2h-3v3h-2v-3h-3v-2h3v-3h2v3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lock-plus.svg b/mkdocs-material/material/templates/.icons/material/lock-plus.svg new file mode 100644 index 0000000..e15799f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lock-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 13c.34 0 .67.04 1 .09V10a2 2 0 0 0-2-2h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6a2 2 0 0 0-2 2v10c0 1.11.89 2 2 2h7.81c-.51-.88-.81-1.9-.81-3 0-3.31 2.69-6 6-6M9 6c0-1.66 1.34-3 3-3s3 1.34 3 3v2H9zm3 11a2 2 0 1 1 2-2c0 1.11-.89 2-2 2m11 1v2h-3v3h-2v-3h-3v-2h3v-3h2v3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lock-question.svg b/mkdocs-material/material/templates/.icons/material/lock-question.svg new file mode 100644 index 0000000..fc3190b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lock-question.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1a5 5 0 0 0-5 5v2H6a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V10a2 2 0 0 0-2-2h-1V6a5 5 0 0 0-5-5m0 1.9c1.71 0 3.1 1.39 3.1 3.1v2H8.9V6c0-1.71 1.39-3.1 3.1-3.1m.19 7.6c.94 0 1.69.21 2.23.62q.81.63.81 1.68c0 .44-.15.83-.44 1.2-.29.36-.67.64-1.13.85-.26.15-.43.3-.52.47-.09.18-.14.4-.14.68h-2c0-.5.1-.84.29-1.08.21-.24.55-.52 1.07-.84.26-.14.47-.32.64-.54.14-.21.22-.46.22-.74 0-.3-.09-.52-.27-.69-.18-.18-.45-.26-.76-.26-.27 0-.49.07-.69.21-.16.14-.26.35-.26.63H9.27c-.05-.69.23-1.29.78-1.65.54-.36 1.25-.54 2.14-.54M11 17h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lock-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/lock-remove-outline.svg new file mode 100644 index 0000000..868f21c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lock-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 15c0 1.11-.89 2-2 2a2 2 0 0 1-2-2c0-1.11.89-2 2-2a2 2 0 0 1 2 2m-.91 5c.12.72.37 1.39.72 2H6a2 2 0 0 1-2-2V10c0-1.11.89-2 2-2h1V6c0-2.76 2.24-5 5-5s5 2.24 5 5v2h1a2 2 0 0 1 2 2v3.09c-.33-.05-.66-.09-1-.09s-.67.04-1 .09V10H6v10zM9 8h6V6c0-1.66-1.34-3-3-3S9 4.34 9 6zm13.54 8.88-1.42-1.41L19 17.59l-2.12-2.12-1.41 1.41L17.59 19l-2.12 2.12 1.41 1.42L19 20.41l2.12 2.13 1.42-1.42L20.41 19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lock-remove.svg b/mkdocs-material/material/templates/.icons/material/lock-remove.svg new file mode 100644 index 0000000..4064b4f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lock-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 13c.34 0 .67.04 1 .09V10a2 2 0 0 0-2-2h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6a2 2 0 0 0-2 2v10c0 1.11.89 2 2 2h7.81c-.51-.88-.81-1.9-.81-3 0-3.31 2.69-6 6-6M9 6c0-1.66 1.34-3 3-3s3 1.34 3 3v2H9zm3 11a2 2 0 1 1 2-2c0 1.11-.89 2-2 2m8.41 2 2.13 2.12-1.42 1.42L19 20.41l-2.12 2.13-1.41-1.42L17.59 19l-2.12-2.12 1.41-1.41L19 17.59l2.12-2.12 1.42 1.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lock-reset.svg b/mkdocs-material/material/templates/.icons/material/lock-reset.svg new file mode 100644 index 0000000..cff270f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lock-reset.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.63 2c5.53 0 10.01 4.5 10.01 10s-4.48 10-10.01 10c-3.51 0-6.58-1.82-8.37-4.57l1.58-1.25C7.25 18.47 9.76 20 12.64 20a8 8 0 0 0 8-8 8 8 0 0 0-8-8C8.56 4 5.2 7.06 4.71 11h2.76l-3.74 3.73L0 11h2.69c.5-5.05 4.76-9 9.94-9m2.96 8.24c.5.01.91.41.91.92v4.61c0 .5-.41.92-.92.92h-5.53c-.51 0-.92-.42-.92-.92v-4.61c0-.51.41-.91.91-.92V9.23c0-1.53 1.25-2.77 2.77-2.77 1.53 0 2.78 1.24 2.78 2.77zm-2.78-2.38c-.75 0-1.37.61-1.37 1.37v1.01h2.75V9.23c0-.76-.62-1.37-1.38-1.37"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lock-smart.svg b/mkdocs-material/material/templates/.icons/material/lock-smart.svg new file mode 100644 index 0000000..0e6477d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lock-smart.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a6 6 0 0 0-6 6v8a6 6 0 0 0 6 6 6 6 0 0 0 6-6V8a6 6 0 0 0-6-6M8 6h2v2H8zm3 0h2v2h-2zm3 0h2v2h-2zM8 9h2v2H8zm3 0h2v2h-2zm3 0h2v2h-2zm-6 3h2v2H8zm3 0h2v2h-2zm3 0h2v2h-2zm-2 4a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lock.svg b/mkdocs-material/material/templates/.icons/material/lock.svg new file mode 100644 index 0000000..775dc22 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 17a2 2 0 0 0 2-2 2 2 0 0 0-2-2 2 2 0 0 0-2 2 2 2 0 0 0 2 2m6-9a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2h1V6a5 5 0 0 1 5-5 5 5 0 0 1 5 5v2zm-6-5a3 3 0 0 0-3 3v2h6V6a3 3 0 0 0-3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/locker-multiple.svg b/mkdocs-material/material/templates/.icons/material/locker-multiple.svg new file mode 100644 index 0000000..7646e37 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/locker-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 2h18a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m10 2v16h8V4zM3 4v16h8V4zm2 9h2v4H5zm0-7h4v1.5H5zm0 3h4v1.5H5zm10 4h2v4h-2zm0-7h4v1.5h-4zm0 3h4v1.5h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/locker.svg b/mkdocs-material/material/templates/.icons/material/locker.svg new file mode 100644 index 0000000..e19dcd6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/locker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 2h8a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m0 2v16h8V4zm2 9h2v4h-2zm0-7h4v1.5h-4zm0 3h4v1.5h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/login-variant.svg b/mkdocs-material/material/templates/.icons/material/login-variant.svg new file mode 100644 index 0000000..da88ce3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/login-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5c-1.11 0-2 .89-2 2v4h2V5h14v14H5v-4H3v4a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-8.92 12.58L11.5 17l5-5-5-5-1.42 1.41L12.67 11H3v2h9.67z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/login.svg b/mkdocs-material/material/templates/.icons/material/login.svg new file mode 100644 index 0000000..617db59 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/login.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 7 9.6 8.4l2.6 2.6H2v2h10.2l-2.6 2.6L11 17l5-5zm9 12h-8v2h8c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2h-8v2h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/logout-variant.svg b/mkdocs-material/material/templates/.icons/material/logout-variant.svg new file mode 100644 index 0000000..fb9c1d6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/logout-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.08 15.59 16.67 13H7v-2h9.67l-2.59-2.59L15.5 7l5 5-5 5zM19 3a2 2 0 0 1 2 2v4.67l-2-2V5H5v14h14v-2.67l2-2V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5c0-1.11.89-2 2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/logout.svg b/mkdocs-material/material/templates/.icons/material/logout.svg new file mode 100644 index 0000000..9795a0b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/logout.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17 7-1.41 1.41L18.17 11H8v2h10.17l-2.58 2.58L17 17l5-5M4 5h8V3H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h8v-2H4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/longitude.svg b/mkdocs-material/material/templates/.icons/material/longitude.svg new file mode 100644 index 0000000..d33e0bf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/longitude.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a10 10 0 1 0 10 10A10.03 10.03 0 0 0 12 2M9.4 19.6a8.05 8.05 0 0 1 0-15.2A16.45 16.45 0 0 0 7.5 12a16.45 16.45 0 0 0 1.9 7.6m2.6.4a13.8 13.8 0 0 1-2.5-8A13.8 13.8 0 0 1 12 4a13.8 13.8 0 0 1 2.5 8 13.8 13.8 0 0 1-2.5 8m2.6-.4a16.15 16.15 0 0 0 0-15.2A8.03 8.03 0 0 1 20 12a7.9 7.9 0 0 1-5.4 7.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/looks.svg b/mkdocs-material/material/templates/.icons/material/looks.svg new file mode 100644 index 0000000..a52d164 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/looks.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 6A11 11 0 0 0 1 17h2c0-4.96 4.04-9 9-9s9 4.04 9 9h2A11 11 0 0 0 12 6m0 4c-3.86 0-7 3.14-7 7h2a5 5 0 0 1 5-5 5 5 0 0 1 5 5h2c0-3.86-3.14-7-7-7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lotion-outline.svg b/mkdocs-material/material/templates/.icons/material/lotion-outline.svg new file mode 100644 index 0000000..eda0eb6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lotion-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.5 6.5C15.5 5.66 17 4 17 4s1.5 1.66 1.5 2.5c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5m4 8.5a2.5 2.5 0 0 0 2.5-2.5c0-1.67-2.5-4.5-2.5-4.5S17 10.83 17 12.5a2.5 2.5 0 0 0 2.5 2.5M16 12v8c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2v-8c0-2.97 2.16-5.43 5-5.91V4H7V2h6c1.13 0 2.15.39 3 1l-1.44 1.44C14.1 4.17 13.57 4 13 4h-2v2.09c2.84.48 5 2.94 5 5.91m-2 0c0-2.21-1.79-4-4-4s-4 1.79-4 4v8h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lotion-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/lotion-plus-outline.svg new file mode 100644 index 0000000..2966a14 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lotion-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.5 6.5C15.5 5.66 17 4 17 4s1.5 1.66 1.5 2.5c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5m4 8.5a2.5 2.5 0 0 0 2.5-2.5c0-1.67-2.5-4.5-2.5-4.5S17 10.83 17 12.5a2.5 2.5 0 0 0 2.5 2.5M13 14h-2v-2H9v2H7v2h2v2h2v-2h2zm3-2v8c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2v-8c0-2.97 2.16-5.43 5-5.91V4H7V2h6c1.13 0 2.15.39 3 1l-1.44 1.44C14.1 4.17 13.57 4 13 4h-2v2.09c2.84.48 5 2.94 5 5.91m-2 0c0-2.21-1.79-4-4-4s-4 1.79-4 4v8h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lotion-plus.svg b/mkdocs-material/material/templates/.icons/material/lotion-plus.svg new file mode 100644 index 0000000..5e2a0f2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lotion-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.5 6.5C15.5 5.66 17 4 17 4s1.5 1.66 1.5 2.5c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5m4 8.5a2.5 2.5 0 0 0 2.5-2.5c0-1.67-2.5-4.5-2.5-4.5S17 10.83 17 12.5a2.5 2.5 0 0 0 2.5 2.5M13 14h-2v-2H9v2H7v2h2v2h2v-2h2zm3-2v10H4V12c0-2.97 2.16-5.43 5-5.91V4H7V2h6c1.13 0 2.15.39 3 1l-1.44 1.44C14.1 4.17 13.57 4 13 4h-2v2.09c2.84.48 5 2.94 5 5.91"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lotion.svg b/mkdocs-material/material/templates/.icons/material/lotion.svg new file mode 100644 index 0000000..584de52 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lotion.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.5 6.5C15.5 5.66 17 4 17 4s1.5 1.66 1.5 2.5c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5m4 8.5a2.5 2.5 0 0 0 2.5-2.5c0-1.67-2.5-4.5-2.5-4.5S17 10.83 17 12.5a2.5 2.5 0 0 0 2.5 2.5M16 12v10H4V12c0-2.97 2.16-5.43 5-5.91V4H7V2h6c1.13 0 2.15.39 3 1l-1.44 1.44C14.1 4.17 13.57 4 13 4h-2v2.09c2.84.48 5 2.94 5 5.91"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/loupe.svg b/mkdocs-material/material/templates/.icons/material/loupe.svg new file mode 100644 index 0000000..2e2ed49 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/loupe.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m0-18A10 10 0 0 0 2 12a10 10 0 0 0 10 10h8a2 2 0 0 0 2-2v-8A10 10 0 0 0 12 2m1 5h-2v4H7v2h4v4h2v-4h4v-2h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lumx.svg b/mkdocs-material/material/templates/.icons/material/lumx.svg new file mode 100644 index 0000000..d9b640b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lumx.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12.35 1.75 7.78 7.78-6.36 6.36-1.42-1.42 4.95-4.94-6.36-6.37zm3.54 7.78-1.42 1.41-4.24-4.24-4.95 4.95-1.41-1.42 6.36-6.36zm-5.66-1.42 1.42 1.42-4.95 4.94 6.36 6.37-1.41 1.41-7.78-7.78zm-2.12 6.36 1.42-1.41 4.24 4.24 4.95-4.95 1.41 1.42-6.36 6.36z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/lungs.svg b/mkdocs-material/material/templates/.icons/material/lungs.svg new file mode 100644 index 0000000..25a04b5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/lungs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.47 3.11c-.47-.26-1.1-.06-1.36.43-.07.14-.11.3-.11.46v2.59l-.71-.71a.98.98 0 0 1-.29-.7V1h-2v4.17c0 .27-.1.52-.29.71l-.71.71V4c0-.56-.46-1-1-1-.17 0-.33.04-.47.11C4.72 5 2 9.97 2 15.77c0 1.9.33 3.78 1 5.55a1.007 1.007 0 0 0 1.44.55l5.06-2.8c.31-.17.5-.51.5-.88V9.41l1.3-1.29a.996.996 0 0 1 1.41 0L14 9.42v8.78c0 .36.21.7.5.88l5.08 2.8a1 1 0 0 0 1.36-.42c.02-.04.06-.09.06-.14.67-1.77 1-3.65 1-5.55C22 9.97 19.29 5 15.47 3.11"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/mace.svg b/mkdocs-material/material/templates/.icons/material/mace.svg new file mode 100644 index 0000000..e5d21fd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/mace.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.92 9.27c.05-.27.08-.51.08-.77s-.03-.5-.08-.77L23 8.5zm-5.23 3.65.81 3.24.81-3.24c-.26.05-.53.08-.81.08s-.55-.03-.81-.08m-2.99-2.03-4.91 4.9-.7-.7L1 20.17 3.83 23l5.08-5.09-.7-.7 4.9-4.91c-.57-.36-1.05-.84-1.41-1.41m4.57-6.81L15.5 1l-.77 3.08c.27-.05.51-.08.77-.08s.5.03.77.08M8 8.5l3.08.77C11.03 9 11 8.76 11 8.5s.03-.5.08-.77zm10.63 1.54c.23-.46.37-.98.37-1.54s-.14-1.08-.37-1.54L21 3l-3.96 2.37c-.46-.23-.98-.37-1.54-.37s-1.08.14-1.54.37L10 3l2.37 3.96c-.23.46-.37.98-.37 1.54 0 1.93 1.57 3.5 3.5 3.5.56 0 1.08-.14 1.54-.37L21 14z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/magazine-pistol.svg b/mkdocs-material/material/templates/.icons/material/magazine-pistol.svg new file mode 100644 index 0000000..fc476bb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/magazine-pistol.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14 1-2 2H7l2 18H8v2h10v-2L16 1M9 5h3l.24 2h-3m.23 2h3l.24 2h-3m.23 2h3l.24 2h-3m.23 2h3l.24 2h-3Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/magazine-rifle.svg b/mkdocs-material/material/templates/.icons/material/magazine-rifle.svg new file mode 100644 index 0000000..4b8bd4b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/magazine-rifle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 1v2h1v10l-3 6 9 4 4-10V3h1V1m-9 2h6v2h-4.12v8.45L9.6 18.14 8 17.5l2-4Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/magic-staff.svg b/mkdocs-material/material/templates/.icons/material/magic-staff.svg new file mode 100644 index 0000000..6b606c3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/magic-staff.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.5 9a2.5 2.5 0 0 1 0-5 2.5 2.5 0 0 1 0 5m-3.07-.85L2 20.59 3.41 22 15.85 9.57c-.6-.33-1.09-.82-1.42-1.42M13 5l.63-1.37L15 3l-1.37-.63L13 1l-.62 1.37L11 3l1.38.63zm8 0 .63-1.37L23 3l-1.37-.63L21 1l-.62 1.37L19 3l1.38.63zm0 4-.62 1.37L19 11l1.38.63L21 13l.63-1.37L23 11l-1.37-.63z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/magnet-on.svg b/mkdocs-material/material/templates/.icons/material/magnet-on.svg new file mode 100644 index 0000000..dcf0da5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/magnet-on.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 7v6a9 9 0 0 0 9 9 9 9 0 0 0 9-9V7h-4v6a5 5 0 0 1-5 5 5 5 0 0 1-5-5V7m10-2h4V2h-4M3 5h4V2H3m10-.5L9 9h2v5.5L15 7h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/magnet.svg b/mkdocs-material/material/templates/.icons/material/magnet.svg new file mode 100644 index 0000000..a0f7054 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/magnet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 7v6a9 9 0 0 0 9 9 9 9 0 0 0 9-9V7h-4v6a5 5 0 0 1-5 5 5 5 0 0 1-5-5V7m10-2h4V2h-4M3 5h4V2H3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/magnify-close.svg b/mkdocs-material/material/templates/.icons/material/magnify-close.svg new file mode 100644 index 0000000..e271d84 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/magnify-close.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 2a7 7 0 0 1 7 7c0 1.5-.5 3-1.39 4.19l.8.81H16l6 6-2 2-6-6v-.59l-.81-.8A7.07 7.07 0 0 1 9 16a7 7 0 0 1-7-7 7 7 0 0 1 7-7m2.12 3.46L9 7.59 6.88 5.46 5.46 6.88 7.59 9l-2.13 2.12 1.42 1.42L9 10.41l2.12 2.13 1.42-1.42L10.41 9l2.13-2.12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/magnify-expand.svg b/mkdocs-material/material/templates/.icons/material/magnify-expand.svg new file mode 100644 index 0000000..1fbbc4b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/magnify-expand.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 16h-.58l-.81-.81A7.07 7.07 0 0 0 18 11c0-3.87-3.13-7-7-7-1.5 0-3 .5-4.21 1.4-3.09 2.32-3.72 6.71-1.4 9.8s6.71 3.72 9.8 1.4l.81.81V18l5 5 2-2zm-7 0c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5M3 6 1 8V1h7L6 3H3zm18-5v7l-2-2V3h-3l-2-2zM6 19l2 2H1v-7l2 2v3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/magnify-minus-cursor.svg b/mkdocs-material/material/templates/.icons/material/magnify-minus-cursor.svg new file mode 100644 index 0000000..9728893 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/magnify-minus-cursor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 4a7 7 0 0 1 7 7c0 1.5-.5 3-1.39 4.19l.81.81H18l5 5-2 2-5-5v-.59l-.81-.81c-3.09 2.32-7.48 1.69-9.8-1.4S3.7 7.72 6.79 5.4C8 4.5 9.5 4 11 4m-4 6v2h8v-2zM1 1v7l7-7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/magnify-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/magnify-minus-outline.svg new file mode 100644 index 0000000..6076a42 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/magnify-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27A6.47 6.47 0 0 0 16 9.5 6.5 6.5 0 0 0 9.5 3 6.5 6.5 0 0 0 3 9.5 6.5 6.5 0 0 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 5 1.5-1.5zm-6 0C7 14 5 12 5 9.5S7 5 9.5 5 14 7 14 9.5 12 14 9.5 14M7 9h5v1H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/magnify-minus.svg b/mkdocs-material/material/templates/.icons/material/magnify-minus.svg new file mode 100644 index 0000000..f37e212 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/magnify-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 2a7 7 0 0 1 7 7c0 1.57-.5 3-1.39 4.19l.8.81H16l6 6-2 2-6-6v-.59l-.81-.8A6.9 6.9 0 0 1 9 16a7 7 0 0 1-7-7 7 7 0 0 1 7-7M5 8v2h8V8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/magnify-plus-cursor.svg b/mkdocs-material/material/templates/.icons/material/magnify-plus-cursor.svg new file mode 100644 index 0000000..2c6a887 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/magnify-plus-cursor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 4a7 7 0 0 1 7 7c0 1.5-.5 3-1.39 4.19l.81.81H18l5 5-2 2-5-5v-.59l-.81-.81c-3.09 2.32-7.48 1.69-9.8-1.4S3.7 7.72 6.79 5.4C8 4.5 9.5 4 11 4m-1 3v3H7v2h3v3h2v-3h3v-2h-3V7zM1 1v7l7-7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/magnify-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/magnify-plus-outline.svg new file mode 100644 index 0000000..fb76d7e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/magnify-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.5 14 5 5-1.5 1.5-5-5v-.79l-.27-.28A6.47 6.47 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3 6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.57 4.23l.28.27zm-6 0C12 14 14 12 14 9.5S12 5 9.5 5 5 7 5 9.5 7 14 9.5 14m2.5-4h-2v2H9v-2H7V9h2V7h1v2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/magnify-plus.svg b/mkdocs-material/material/templates/.icons/material/magnify-plus.svg new file mode 100644 index 0000000..3b42d52 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/magnify-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 2a7 7 0 0 1 7 7c0 1.57-.5 3-1.39 4.19l.8.81H16l6 6-2 2-6-6v-.59l-.81-.8A6.9 6.9 0 0 1 9 16a7 7 0 0 1-7-7 7 7 0 0 1 7-7M8 5v3H5v2h3v3h2v-3h3V8h-3V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/magnify-remove-cursor.svg b/mkdocs-material/material/templates/.icons/material/magnify-remove-cursor.svg new file mode 100644 index 0000000..d258895 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/magnify-remove-cursor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 1v7l7-7zm17 15h-.58l-.81-.81A7.07 7.07 0 0 0 18 11c0-3.87-3.13-7-7-7-1.5 0-3 .5-4.21 1.4-3.09 2.32-3.72 6.71-1.4 9.8s6.71 3.72 9.8 1.4l.81.81V18l5 5 2-2zm-3.4-2.84-1.42 1.42-2.12-2.13-2.12 2.13-1.44-1.42 2.15-2.12L7.5 8.92 8.94 7.5l2.12 2.13 2.12-2.13 1.42 1.42-2.13 2.12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/magnify-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/magnify-remove-outline.svg new file mode 100644 index 0000000..bdad135 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/magnify-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27A6.47 6.47 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 5 1.5-1.5zm-6 0C7 14 5 12 5 9.5S7 5 9.5 5 14 7 14 9.5 12 14 9.5 14m1.41-2.38L9.5 10.21l-1.41 1.41-.71-.71L8.79 9.5 7.38 8.09l.71-.71L9.5 8.79l1.41-1.41.71.71-1.41 1.41 1.41 1.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/magnify-scan.svg b/mkdocs-material/material/templates/.icons/material/magnify-scan.svg new file mode 100644 index 0000000..edd9993 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/magnify-scan.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 22v-2h3v-3h2v3.5c0 .39-.16.74-.46 1.04s-.65.46-1.04.46zM7 22H3.5c-.39 0-.74-.16-1.04-.46S2 20.89 2 20.5V17h2v3h3zM17 2h3.5c.39 0 .74.16 1.04.46s.46.65.46 1.04V7h-2V4h-3zM7 2v2H4v3H2V3.5c0-.39.16-.74.46-1.04S3.11 2 3.5 2zm3.5 4C13 6 15 8 15 10.5c0 .88-.25 1.7-.69 2.4l3.26 3.26-1.41 1.41-3.26-3.26c-.7.44-1.52.69-2.4.69C8 15 6 13 6 10.5S8 6 10.5 6m0 2a2.5 2.5 0 0 0 0 5 2.5 2.5 0 0 0 0-5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/magnify.svg b/mkdocs-material/material/templates/.icons/material/magnify.svg new file mode 100644 index 0000000..9e97317 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/magnify.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/mail.svg b/mkdocs-material/material/templates/.icons/material/mail.svg new file mode 100644 index 0000000..525139b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/mail.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 4H4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2m-3 13H7v-2h10m0-2H7v-2h10m3-2h-3V6h3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/mailbox-open-outline.svg b/mkdocs-material/material/templates/.icons/material/mailbox-open-outline.svg new file mode 100644 index 0000000..b77ec3c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/mailbox-open-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 11h6v4h-2v-2h-4zm4-7H8a5 5 0 0 0-5 5v9H1v2h20a2 2 0 0 0 2-2V9a5 5 0 0 0-5-5m-7 14H5V9a3 3 0 0 1 3-3 3 3 0 0 1 3 3zm10 0h-8V9c0-1.08-.35-2.14-1-3h6a3 3 0 0 1 3 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/mailbox-open-up-outline.svg b/mkdocs-material/material/templates/.icons/material/mailbox-open-up-outline.svg new file mode 100644 index 0000000..819992f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/mailbox-open-up-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 12.85v-6h4v2h-2v4zm4-9H8a5 5 0 0 0-5 5v9H1v2h20a2 2 0 0 0 2-2v-9a5 5 0 0 0-5-5m-7 14H5v-9a3 3 0 0 1 3-3 3 3 0 0 1 3 3zm10 0h-8v-9c0-1.09-.35-2.14-1-3h6a3 3 0 0 1 3 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/mailbox-open-up.svg b/mkdocs-material/material/templates/.icons/material/mailbox-open-up.svg new file mode 100644 index 0000000..2326a42 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/mailbox-open-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 4a5 5 0 0 0-5 5v9H1v2h20a2 2 0 0 0 2-2V9a5 5 0 0 0-5-5zm0 2a3 3 0 0 1 3 3v9H5V9a3 3 0 0 1 3-3m5 7V7h4v2h-2v4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/mailbox-open.svg b/mkdocs-material/material/templates/.icons/material/mailbox-open.svg new file mode 100644 index 0000000..168e97a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/mailbox-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 4a5 5 0 0 0-5 5v9H1v2h20a2 2 0 0 0 2-2V9a5 5 0 0 0-5-5zm0 2a3 3 0 0 1 3 3v9H5V9a3 3 0 0 1 3-3m6 5h6v4h-2v-2h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/mailbox-outline.svg b/mkdocs-material/material/templates/.icons/material/mailbox-outline.svg new file mode 100644 index 0000000..5b5edb2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/mailbox-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 4H7a5 5 0 0 0-5 5v11h18a2 2 0 0 0 2-2V9a5 5 0 0 0-5-5m-7 14H4V9a3 3 0 0 1 3-3 3 3 0 0 1 3 3zm10 0h-8V9c0-1.08-.35-2.14-1-3h6a3 3 0 0 1 3 3zm-7-7v2h4v2h2v-4zm-4 0H5V9h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/mailbox-up-outline.svg b/mkdocs-material/material/templates/.icons/material/mailbox-up-outline.svg new file mode 100644 index 0000000..737127f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/mailbox-up-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 4H7a5 5 0 0 0-5 5v11h18a2 2 0 0 0 2-2V9a5 5 0 0 0-5-5m-7 14H4V9a3 3 0 0 1 3-3 3 3 0 0 1 3 3zm10 0h-8V9c0-1.08-.35-2.14-1-3h6a3 3 0 0 1 3 3zm-7-5h2V9h2V7h-4zm-4-2H5V9h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/mailbox-up.svg b/mkdocs-material/material/templates/.icons/material/mailbox-up.svg new file mode 100644 index 0000000..95dba73 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/mailbox-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 9h4v2H5zm17 0v9a2 2 0 0 1-2 2H2V9a5 5 0 0 1 5-5h10a5 5 0 0 1 5 5M10 9a3 3 0 0 0-3-3 3 3 0 0 0-3 3v9h6zm6-2h-4v6h2V9h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/mailbox.svg b/mkdocs-material/material/templates/.icons/material/mailbox.svg new file mode 100644 index 0000000..747477d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/mailbox.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 4H7a5 5 0 0 0-5 5v11h18a2 2 0 0 0 2-2V9a5 5 0 0 0-5-5m-7 14H4V9a3 3 0 0 1 3-3 3 3 0 0 1 3 3zm9-3h-2v-2h-4v-2h6zM9 11H5V9h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/manjaro.svg b/mkdocs-material/material/templates/.icons/material/manjaro.svg new file mode 100644 index 0000000..ef7b73e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/manjaro.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 2v20h5.6V7.6h7.2V2zm7.2 7.2V22h5.6V9.2zM16.4 2v20H22V2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/map-check-outline.svg b/mkdocs-material/material/templates/.icons/material/map-check-outline.svg new file mode 100644 index 0000000..ca6b1b2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/map-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18.25 22-2.75-3 1.16-1.18 1.59 1.59 3.59-3.59L23 17.23zM20.5 3a.5.5 0 0 1 .5.5v9.84c-.63-.22-1.3-.34-2-.34V5.7l-3 1.16v6.94c-.8.47-1.5 1.11-2 1.88V6.87l-4-1.4v11.66l3.05 1.07-.05.8c0 .46.05.92.15 1.35L9 18.9l-5.34 2.07-.16.03a.5.5 0 0 1-.5-.5V5.38c0-.23.15-.41.36-.48L9 3l6 2.1 5.34-2.07zM5 6.46v11.85l3-1.16V5.45z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/map-check.svg b/mkdocs-material/material/templates/.icons/material/map-check.svg new file mode 100644 index 0000000..e4b40e7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/map-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18.25 22-2.75-3 1.16-1.18 1.59 1.59 3.59-3.59L23 17.23M20.5 3a.5.5 0 0 1 .5.5v9.86c-.64-.23-1.31-.36-2-.36-1.54 0-2.94.6-4 1.56V7.1L9 5v11.9l4.04 1.4c-.04.24-.04.47-.04.7 0 .46.06.92.16 1.36L9 18.9l-5.34 2.07c-.07.03-.11.03-.16.03a.5.5 0 0 1-.5-.5V5.38c0-.23.16-.41.35-.48L9 3l6 2.1L20.33 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/map-clock-outline.svg b/mkdocs-material/material/templates/.icons/material/map-clock-outline.svg new file mode 100644 index 0000000..ed42d7d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/map-clock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 12h1.5v4.25l2.86 1.69-.75 1.22L15 17zm1-3c.69 0 1.37.1 2 .29V4.7l-3 1.16v3.21c.33-.07.66-.07 1-.07m7 7a7 7 0 0 1-7 7c-3 0-5.6-1.92-6.58-4.6L8 17.9l-5.34 2.07-.16.03a.5.5 0 0 1-.5-.5V4.38c0-.23.15-.41.36-.48L8 2l6 2.1 5.34-2.07.16-.03a.5.5 0 0 1 .5.5v7.75c1.81 1.25 3 3.37 3 5.75M9 16c0-2.79 1.63-5.2 4-6.33v-3.8l-4-1.4v11.66zm7-5a5 5 0 0 0-5 5 5 5 0 0 0 5 5 5 5 0 0 0 5-5 5 5 0 0 0-5-5M4 5.46v11.85l3-1.16V4.45z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/map-clock.svg b/mkdocs-material/material/templates/.icons/material/map-clock.svg new file mode 100644 index 0000000..79eb47e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/map-clock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 12h1.5v4.25l2.86 1.69-.75 1.22L15 17zm8 4a7 7 0 0 1-7 7c-3 0-5.6-1.92-6.58-4.6L8 17.9l-5.34 2.07-.16.03a.5.5 0 0 1-.5-.5V4.38c0-.23.15-.41.36-.48L8 2l6 2.1L19.34 2h.16a.5.5 0 0 1 .5.5v7.75c1.81 1.25 3 3.37 3 5.75M9 16c0-3.17 2.11-5.85 5-6.71V6.11L8 4v11.89l1 .35zm7-5a5 5 0 0 0-5 5 5 5 0 0 0 5 5 5 5 0 0 0 5-5 5 5 0 0 0-5-5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/map-legend.svg b/mkdocs-material/material/templates/.icons/material/map-legend.svg new file mode 100644 index 0000000..068bf35 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/map-legend.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 3 3.36 4.9c-.21.07-.36.25-.36.48V20.5a.5.5 0 0 0 .5.5l.16-.03L9 18.9l6 2.1 5.64-1.9c.21-.07.36-.25.36-.48V3.5a.5.5 0 0 0-.5-.5l-.16.03L15 5.1zM8 5.45v11.7l-3 1.16V6.46zm2 .02 4 1.4v11.66l-4-1.4zm9 .23v11.84l-3 1.01V6.86zm-11.54.6-1.89.67v2.15l1.89-.67zm0 2.75-1.89.67v2.15l1.89-.67zm0 2.75-1.89.67v2.15l1.89-.67zm0 2.75-1.89.67v2.15l1.89-.67z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/map-marker-account-outline.svg b/mkdocs-material/material/templates/.icons/material/map-marker-account-outline.svg new file mode 100644 index 0000000..6fb5482 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/map-marker-account-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 4c2.8 0 5 2.2 5 5 0 2.9-2.9 7.2-5 9.9-2.1-2.7-5-7-5-9.9 0-2.8 2.2-5 5-5m0-2C8.1 2 5 5.1 5 9c0 5.2 7 13 7 13s7-7.8 7-13c0-3.9-3.1-7-7-7m0 8c1.33 0 4 .67 4 2v.16c-.97 1.12-2.4 1.84-4 1.84s-3.03-.72-4-1.84V12c0-1.33 2.67-2 4-2m0-1c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/map-marker-account.svg b/mkdocs-material/material/templates/.icons/material/map-marker-account.svg new file mode 100644 index 0000000..6a3cb10 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/map-marker-account.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C8.14 2 5 5.14 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.86-3.14-7-7-7m0 2a2 2 0 1 1 .001 4.001A2 2 0 0 1 12 4m0 10c-1.67 0-3.14-.85-4-2.15 0-1.32 2.67-2.05 4-2.05s4 .73 4 2.05A4.78 4.78 0 0 1 12 14"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/map-marker-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/map-marker-alert-outline.svg new file mode 100644 index 0000000..18cc6e7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/map-marker-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a7 7 0 0 1 7 7c0 5.25-7 13-7 13S5 14.25 5 9a7 7 0 0 1 7-7m0 2a5 5 0 0 0-5 5c0 1 0 3 5 9.71C17 12 17 10 17 9a5 5 0 0 0-5-5m-1 2h2v5h-2zm0 7h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/map-marker-alert.svg b/mkdocs-material/material/templates/.icons/material/map-marker-alert.svg new file mode 100644 index 0000000..1450640 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/map-marker-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c3.9 0 7 3.1 7 7 0 5.2-7 13-7 13S5 14.2 5 9c0-3.9 3.1-7 7-7m-1 4v6h2V6zm0 8v2h2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/map-marker-check-outline.svg b/mkdocs-material/material/templates/.icons/material/map-marker-check-outline.svg new file mode 100644 index 0000000..5cf490f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/map-marker-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 4c2.8 0 5 2.2 5 5 0 2.9-2.9 7.2-5 9.9-2.1-2.7-5-7-5-9.9 0-2.8 2.2-5 5-5m0-2C8.1 2 5 5.1 5 9c0 5.2 7 13 7 13s7-7.8 7-13c0-3.9-3.1-7-7-7m-.7 12 4.9-5-1.4-1.4-3.5 3.6-1.6-1.6L8.3 11z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/map-marker-check.svg b/mkdocs-material/material/templates/.icons/material/map-marker-check.svg new file mode 100644 index 0000000..d5dc8a9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/map-marker-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c3.86 0 7 3.14 7 7 0 5.25-7 13-7 13S5 14.25 5 9c0-3.86 3.14-7 7-7m-1.53 12L17 7.41 15.6 6l-5.13 5.18L8.4 9.09 7 10.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/map-marker-circle.svg b/mkdocs-material/material/templates/.icons/material/map-marker-circle.svg new file mode 100644 index 0000000..7527d5a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/map-marker-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20a8 8 0 0 1-8-8 8 8 0 0 1 8-8 8 8 0 0 1 8 8 8 8 0 0 1-8 8m0-18A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 10.5a1.5 1.5 0 0 1-1.5-1.5A1.5 1.5 0 0 1 12 9.5a1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5m0-5.3c-2.1 0-3.8 1.7-3.8 3.8 0 3 3.8 6.5 3.8 6.5s3.8-3.5 3.8-6.5c0-2.1-1.7-3.8-3.8-3.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/map-marker-distance.svg b/mkdocs-material/material/templates/.icons/material/map-marker-distance.svg new file mode 100644 index 0000000..2e9f286 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/map-marker-distance.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.5 8.11c-.89 0-1.61-.72-1.61-1.61A1.61 1.61 0 0 1 6.5 4.89c.89 0 1.61.72 1.61 1.61A1.61 1.61 0 0 1 6.5 8.11M6.5 2C4 2 2 4 2 6.5c0 3.37 4.5 8.36 4.5 8.36S11 9.87 11 6.5C11 4 9 2 6.5 2m11 6.11a1.61 1.61 0 0 1-1.61-1.61 1.609 1.609 0 1 1 3.22 0 1.61 1.61 0 0 1-1.61 1.61m0-6.11C15 2 13 4 13 6.5c0 3.37 4.5 8.36 4.5 8.36S22 9.87 22 6.5C22 4 20 2 17.5 2m0 14c-1.27 0-2.4.8-2.82 2H9.32a3 3 0 0 0-3.82-1.83A3.003 3.003 0 0 0 3.66 20a3.017 3.017 0 0 0 3.84 1.83c.85-.3 1.5-.98 1.82-1.83h5.37c.55 1.56 2.27 2.38 3.81 1.83A3 3 0 0 0 20.35 18c-.43-1.2-1.57-2-2.85-2m0 4.5A1.5 1.5 0 0 1 16 19a1.5 1.5 0 0 1 1.5-1.5A1.5 1.5 0 0 1 19 19a1.5 1.5 0 0 1-1.5 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/map-marker-down.svg b/mkdocs-material/material/templates/.icons/material/map-marker-down.svg new file mode 100644 index 0000000..ae82e67 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/map-marker-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7m-4.5 8H10V5h4v5h2.5L12 14.5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/map-marker-left-outline.svg b/mkdocs-material/material/templates/.icons/material/map-marker-left-outline.svg new file mode 100644 index 0000000..e913136 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/map-marker-left-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 6.5a2.5 2.5 0 0 1 0 5 2.5 2.5 0 0 1 0-5M15 2c3.87 0 7 3.13 7 7 0 5.25-7 13-7 13S8 14.25 8 9c0-3.87 3.13-7 7-7m-5 7c0 1 0 3 5 9.71C20 12 20 10 20 9c0-2.76-2.24-5-5-5s-5 2.24-5 5M6 7l-5 5 5 5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/map-marker-left.svg b/mkdocs-material/material/templates/.icons/material/map-marker-left.svg new file mode 100644 index 0000000..fc35ce8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/map-marker-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 11.5a2.5 2.5 0 0 1 0-5 2.5 2.5 0 0 1 0 5M8 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7S8 5.13 8 9M6 7l-5 5 5 5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/map-marker-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/map-marker-minus-outline.svg new file mode 100644 index 0000000..e2a4756 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/map-marker-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 17h8v2h-8zM9 6.5c1.4 0 2.5 1.1 2.5 2.5s-1.1 2.5-2.5 2.5S6.5 10.4 6.5 9 7.6 6.5 9 6.5M9 2c3.9 0 7 3.1 7 7 0 5.2-7 13-7 13S2 14.2 2 9c0-3.9 3.1-7 7-7m0 2C6.2 4 4 6.2 4 9c0 1 0 3 5 9.7C14 12 14 10 14 9c0-2.8-2.2-5-5-5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/map-marker-minus.svg b/mkdocs-material/material/templates/.icons/material/map-marker-minus.svg new file mode 100644 index 0000000..bdc9e4c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/map-marker-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 11.5A2.5 2.5 0 0 0 11.5 9 2.5 2.5 0 0 0 9 6.5 2.5 2.5 0 0 0 6.5 9 2.5 2.5 0 0 0 9 11.5M9 2c3.86 0 7 3.13 7 7 0 5.25-7 13-7 13S2 14.25 2 9a7 7 0 0 1 7-7m6 15h8v2h-8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/map-marker-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/map-marker-multiple-outline.svg new file mode 100644 index 0000000..b4658ee --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/map-marker-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.5 9A2.5 2.5 0 0 1 14 6.5c1.1 0 2.03.71 2.37 1.69.08.26.13.53.13.81a2.5 2.5 0 0 1-2.5 2.5c-1.09 0-2-.69-2.36-1.66-.09-.26-.14-.55-.14-.84M5 9c0 4.5 5.08 10.66 6 11.81L10 22S3 14.25 3 9c0-3.17 2.11-5.85 5-6.71C6.16 3.94 5 6.33 5 9m9-7c3.86 0 7 3.13 7 7 0 5.25-7 13-7 13S7 14.25 7 9c0-3.87 3.14-7 7-7m0 2c-2.76 0-5 2.24-5 5 0 1 0 3 5 9.71C19 12 19 10 19 9c0-2.76-2.24-5-5-5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/map-marker-multiple.svg b/mkdocs-material/material/templates/.icons/material/map-marker-multiple.svg new file mode 100644 index 0000000..2e9c865 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/map-marker-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 11.5A2.5 2.5 0 0 0 16.5 9 2.5 2.5 0 0 0 14 6.5 2.5 2.5 0 0 0 11.5 9a2.5 2.5 0 0 0 2.5 2.5M14 2c3.86 0 7 3.13 7 7 0 5.25-7 13-7 13S7 14.25 7 9a7 7 0 0 1 7-7M5 9c0 4.5 5.08 10.66 6 11.81L10 22S3 14.25 3 9c0-3.17 2.11-5.85 5-6.71C6.16 3.94 5 6.33 5 9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/map-marker-off-outline.svg b/mkdocs-material/material/templates/.icons/material/map-marker-off-outline.svg new file mode 100644 index 0000000..3e32036 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/map-marker-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 19.7 3.3 3 2 4.3l3.2 3.2C5.1 8 5 8.5 5 9c0 5.2 7 13 7 13s1.7-1.9 3.4-4.4l3.4 3.4zm-8-1c-4.6-6.2-5-8.3-5-9.4l6.8 6.8c-.5.8-1.1 1.6-1.8 2.6M8.4 5.6 7 4.2C8.2 2.8 10 2 12 2c3.9 0 7 3.1 7 7 0 1.7-.7 3.6-1.7 5.5L15.8 13C17 10.6 17 9.6 17 9c0-2.8-2.2-5-5-5-1.4 0-2.7.6-3.6 1.6m3.6.9c1.4 0 2.5 1.1 2.5 2.5 0 .7-.3 1.4-.8 1.9l-3.5-3.5c.4-.6 1.1-.9 1.8-.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/map-marker-off.svg b/mkdocs-material/material/templates/.icons/material/map-marker-off.svg new file mode 100644 index 0000000..f03a9a1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/map-marker-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.37 16.1-4.62-4.63-.11-.11L3.27 3 2 4.27l3.18 3.18C5.06 7.95 5 8.46 5 9c0 5.25 7 13 7 13s1.67-1.85 3.37-4.35L18.73 21 20 19.72M12 6.5A2.5 2.5 0 0 1 14.5 9c0 .73-.33 1.39-.83 1.85l3.63 3.65c.98-1.88 1.7-3.82 1.7-5.5a7 7 0 0 0-7-7c-2 0-3.76.82-5.04 2.14l3.19 3.19c.46-.51 1.11-.83 1.85-.83"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/map-marker-outline.svg b/mkdocs-material/material/templates/.icons/material/map-marker-outline.svg new file mode 100644 index 0000000..9d028f8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/map-marker-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 6.5A2.5 2.5 0 0 1 14.5 9a2.5 2.5 0 0 1-2.5 2.5A2.5 2.5 0 0 1 9.5 9 2.5 2.5 0 0 1 12 6.5M12 2a7 7 0 0 1 7 7c0 5.25-7 13-7 13S5 14.25 5 9a7 7 0 0 1 7-7m0 2a5 5 0 0 0-5 5c0 1 0 3 5 9.71C17 12 17 10 17 9a5 5 0 0 0-5-5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/map-marker-path.svg b/mkdocs-material/material/templates/.icons/material/map-marker-path.svg new file mode 100644 index 0000000..8a1e351 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/map-marker-path.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 15a3 3 0 0 1 3 3 3 3 0 0 1-3 3 2.99 2.99 0 0 1-2.83-2H14v-2h1.17c.41-1.17 1.52-2 2.83-2m0 2a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1m0-9a1.43 1.43 0 0 0 1.43-1.43 1.43 1.43 0 1 0-2.86 0A1.43 1.43 0 0 0 18 8m0-5.43a4 4 0 0 1 4 4C22 9.56 18 14 18 14s-4-4.44-4-7.43a4 4 0 0 1 4-4M8.83 17H10v2H8.83A2.99 2.99 0 0 1 6 21a3 3 0 0 1-3-3c0-1.31.83-2.42 2-2.83V14h2v1.17c.85.3 1.53.98 1.83 1.83M6 17a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1M6 3a3 3 0 0 1 3 3c0 1.31-.83 2.42-2 2.83V10H5V8.83A2.99 2.99 0 0 1 3 6a3 3 0 0 1 3-3m0 2a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1m5 14v-2h2v2zm-4-6H5v-2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/map-marker-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/map-marker-plus-outline.svg new file mode 100644 index 0000000..2a02daf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/map-marker-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 17h3v-3h2v3h3v2h-3v3h-2v-3h-3zM9 6.5c1.4 0 2.5 1.1 2.5 2.5s-1.1 2.5-2.5 2.5S6.5 10.4 6.5 9 7.6 6.5 9 6.5M9 2c3.9 0 7 3.1 7 7 0 5.2-7 13-7 13S2 14.2 2 9c0-3.9 3.1-7 7-7m0 2C6.2 4 4 6.2 4 9c0 1 0 3 5 9.7C14 12 14 10 14 9c0-2.8-2.2-5-5-5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/map-marker-plus.svg b/mkdocs-material/material/templates/.icons/material/map-marker-plus.svg new file mode 100644 index 0000000..bda2293 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/map-marker-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 11.5A2.5 2.5 0 0 0 11.5 9 2.5 2.5 0 0 0 9 6.5 2.5 2.5 0 0 0 6.5 9 2.5 2.5 0 0 0 9 11.5M9 2c3.86 0 7 3.13 7 7 0 5.25-7 13-7 13S2 14.25 2 9a7 7 0 0 1 7-7m6 15h3v-3h2v3h3v2h-3v3h-2v-3h-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/map-marker-question-outline.svg b/mkdocs-material/material/templates/.icons/material/map-marker-question-outline.svg new file mode 100644 index 0000000..8c2ffc4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/map-marker-question-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1C7.59 1 4 4.59 4 9c0 5.57 6.96 13.34 7.26 13.67l.74.83.74-.83C13.04 22.34 20 14.57 20 9c0-4.41-3.59-8-8-8m0 19.47C9.82 17.86 6 12.54 6 9a6 6 0 0 1 6-6 6 6 0 0 1 6 6c0 3.83-4.25 9.36-6 11.47M11.13 14h1.75v1.75h-1.75M12 5a3.5 3.5 0 0 0-3.5 3.5h1.75A1.75 1.75 0 0 1 12 6.75a1.75 1.75 0 0 1 1.75 1.75c0 1.76-2.62 1.54-2.62 4.38h1.75c0-1.97 2.62-2.19 2.62-4.38A3.5 3.5 0 0 0 12 5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/map-marker-question.svg b/mkdocs-material/material/templates/.icons/material/map-marker-question.svg new file mode 100644 index 0000000..40cd31b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/map-marker-question.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C8.14 2 5 5.14 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.86-3.14-7-7-7m.88 13.75h-1.75V14h1.75m0-1.12h-1.75c0-2.84 2.62-2.62 2.62-4.38A1.75 1.75 0 0 0 12 6.75a1.75 1.75 0 0 0-1.75 1.75H8.5A3.5 3.5 0 0 1 12 5a3.5 3.5 0 0 1 3.5 3.5c0 2.19-2.62 2.41-2.62 4.38"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/map-marker-radius-outline.svg b/mkdocs-material/material/templates/.icons/material/map-marker-radius-outline.svg new file mode 100644 index 0000000..07590d1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/map-marker-radius-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 4c2.2 0 4 1.8 4 4 0 2.1-2.1 5.5-4 7.9-1.9-2.5-4-5.8-4-7.9 0-2.2 1.8-4 4-4m0-2C8.7 2 6 4.7 6 8c0 4.5 6 11 6 11s6-6.6 6-11c0-3.3-2.7-6-6-6m0 4c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m8 13c0 2.2-3.6 4-8 4s-8-1.8-8-4c0-1.3 1.2-2.4 3.1-3.2l.6.9c-1 .5-1.7 1.1-1.7 1.8 0 1.4 2.7 2.5 6 2.5s6-1.1 6-2.5c0-.7-.7-1.3-1.8-1.8l.6-.9c2 .8 3.2 1.9 3.2 3.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/map-marker-radius.svg b/mkdocs-material/material/templates/.icons/material/map-marker-radius.svg new file mode 100644 index 0000000..d47892c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/map-marker-radius.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c3.31 0 6 2.66 6 5.95C18 12.41 12 19 12 19S6 12.41 6 7.95C6 4.66 8.69 2 12 2m0 4a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m8 13c0 2.21-3.58 4-8 4s-8-1.79-8-4c0-1.29 1.22-2.44 3.11-3.17l.64.91C6.67 17.19 6 17.81 6 18.5c0 1.38 2.69 2.5 6 2.5s6-1.12 6-2.5c0-.69-.67-1.31-1.75-1.76l.64-.91C18.78 16.56 20 17.71 20 19"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/map-marker-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/map-marker-remove-outline.svg new file mode 100644 index 0000000..a75c23e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/map-marker-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.6 14.2-1.4 1.4 2.4 2.4-2.4 2.4 1.4 1.4 2.4-2.4 2.4 2.4 1.4-1.4-2.4-2.4 2.4-2.4-1.4-1.4-2.4 2.4M9 6.5c1.4 0 2.5 1.1 2.5 2.5s-1.1 2.5-2.5 2.5S6.5 10.4 6.5 9 7.6 6.5 9 6.5M9 2c3.9 0 7 3.1 7 7 0 5.2-7 13-7 13S2 14.2 2 9c0-3.9 3.1-7 7-7m0 2C6.2 4 4 6.2 4 9c0 1 0 3 5 9.7C14 12 14 10 14 9c0-2.8-2.2-5-5-5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/map-marker-remove-variant.svg b/mkdocs-material/material/templates/.icons/material/map-marker-remove-variant.svg new file mode 100644 index 0000000..4bb8f14 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/map-marker-remove-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C8.14 2 5 5.14 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.86-3.14-7-7-7M9.59 5.17 12 7.58l2.41-2.41 1.42 1.41L13.41 9l2.42 2.41-1.42 1.42L12 10.41l-2.41 2.42-1.42-1.42L10.59 9 8.17 6.58"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/map-marker-remove.svg b/mkdocs-material/material/templates/.icons/material/map-marker-remove.svg new file mode 100644 index 0000000..58509d9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/map-marker-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 2C5.14 2 2 5.14 2 9c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7m0 4.5A2.5 2.5 0 0 1 11.5 9 2.5 2.5 0 0 1 9 11.5 2.5 2.5 0 0 1 6.5 9 2.5 2.5 0 0 1 9 6.5m7.58 7.66-1.41 1.42L17.58 18l-2.41 2.41 1.41 1.41L19 19.41l2.41 2.41 1.42-1.41L20.41 18l2.42-2.42-1.42-1.42L19 16.58"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/map-marker-right-outline.svg b/mkdocs-material/material/templates/.icons/material/map-marker-right-outline.svg new file mode 100644 index 0000000..bbde0bd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/map-marker-right-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 6.5a2.5 2.5 0 0 1 0 5 2.5 2.5 0 0 1 0-5M9 2c3.87 0 7 3.13 7 7 0 5.25-7 13-7 13S2 14.25 2 9c0-3.87 3.13-7 7-7m0 2C6.24 4 4 6.24 4 9c0 1 0 3 5 9.71C14 12 14 10 14 9c0-2.76-2.24-5-5-5m9 13 5-5-5-5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/map-marker-right.svg b/mkdocs-material/material/templates/.icons/material/map-marker-right.svg new file mode 100644 index 0000000..2f3dd65 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/map-marker-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 11.5a2.5 2.5 0 0 1 0-5 2.5 2.5 0 0 1 0 5M9 2C5.13 2 2 5.13 2 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7m9 15 5-5-5-5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/map-marker-star-outline.svg b/mkdocs-material/material/templates/.icons/material/map-marker-star-outline.svg new file mode 100644 index 0000000..c804314 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/map-marker-star-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c3.9 0 7 3.1 7 7 0 5.2-7 13-7 13S5 14.2 5 9c0-3.9 3.1-7 7-7m0 2C9.2 4 7 6.2 7 9c0 1 0 3 5 9.7C17 12 17 10 17 9c0-2.8-2.2-5-5-5m0 7.5 2.4 1.5-.6-2.8L16 8.3l-2.9-.2L12 5.4 10.9 8 8 8.3l2.2 1.9-.7 2.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/map-marker-star.svg b/mkdocs-material/material/templates/.icons/material/map-marker-star.svg new file mode 100644 index 0000000..d8f5cbd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/map-marker-star.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C8.1 2 5 5.1 5 9c0 5.2 7 13 7 13s7-7.8 7-13c0-3.9-3.1-7-7-7m2.5 11L12 11.5 9.5 13l.7-2.8L8 8.3l2.9-.2L12 5.4 13.1 8l2.9.3-2.2 1.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/map-marker-up.svg b/mkdocs-material/material/templates/.icons/material/map-marker-up.svg new file mode 100644 index 0000000..12573ee --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/map-marker-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7m4.5 7H14v5h-4V9H7.5L12 4.5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/map-marker.svg b/mkdocs-material/material/templates/.icons/material/map-marker.svg new file mode 100644 index 0000000..e7b6ce2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/map-marker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 11.5A2.5 2.5 0 0 1 9.5 9 2.5 2.5 0 0 1 12 6.5 2.5 2.5 0 0 1 14.5 9a2.5 2.5 0 0 1-2.5 2.5M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/map-minus.svg b/mkdocs-material/material/templates/.icons/material/map-minus.svg new file mode 100644 index 0000000..fc6246a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/map-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 18v2h8v-2zm-1.84 2.36L9 18.9l-5.34 2.07c-.06.03-.11.03-.16.03-.28 0-.5-.22-.5-.5V5.38c0-.23.16-.41.36-.48L9 3l6 2.1L20.34 3h.16c.28 0 .5.22.5.5v9.85a5.93 5.93 0 0 0-6 1.19V7.1L9 5v11.9l4.04 1.42c-.04.22-.04.45-.04.68 0 .47.06.92.16 1.36"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/map-outline.svg b/mkdocs-material/material/templates/.icons/material/map-outline.svg new file mode 100644 index 0000000..3bf1673 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/map-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.5 3-.16.03L15 5.1 9 3 3.36 4.9c-.21.07-.36.25-.36.48V20.5a.5.5 0 0 0 .5.5l.16-.03L9 18.9l6 2.1 5.64-1.9c.21-.07.36-.25.36-.48V3.5a.5.5 0 0 0-.5-.5M10 5.47l4 1.4v11.66l-4-1.4zm-5 .99 3-1.01v11.7l-3 1.16zm14 11.08-3 1.01V6.86l3-1.16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/map-plus.svg b/mkdocs-material/material/templates/.icons/material/map-plus.svg new file mode 100644 index 0000000..78175f8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/map-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 3 3.36 4.9c-.2.07-.36.25-.36.48V20.5a.5.5 0 0 0 .5.5c.05 0 .1 0 .16-.03L9 18.9l4.16 1.46c-.1-.44-.16-.9-.16-1.36 0-.23 0-.46.04-.7L9 16.9V5l6 2.1v7.46c1.07-.96 2.47-1.56 4-1.56.7 0 1.37.13 2 .36V3.5a.5.5 0 0 0-.5-.5h-.16L15 5.1zm9 12v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/map-search-outline.svg b/mkdocs-material/material/templates/.icons/material/map-search-outline.svg new file mode 100644 index 0000000..bf2d5c2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/map-search-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.5 12c2.5 0 4.5 2 4.5 4.5 0 .88-.25 1.7-.69 2.4l3.08 3.1L21 23.39l-3.12-3.07c-.69.43-1.51.68-2.38.68-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5m0 2a2.5 2.5 0 0 0-2.5 2.5 2.5 2.5 0 0 0 2.5 2.5 2.5 2.5 0 0 0 2.5-2.5 2.5 2.5 0 0 0-2.5-2.5m4-12a.5.5 0 0 1 .5.5v9.31c-.58-.55-1.25-1-2-1.31V4.7l-3 1.16V10c-.7.07-1.38.24-2 .5V5.87l-4-1.4V16.5c0 .64.09 1.26.26 1.84L8 17.9l-5.34 2.07-.16.03a.5.5 0 0 1-.5-.5V4.38c0-.23.15-.41.36-.48L8 2l6 2.1 5.34-2.07zM4 5.46v11.85l3-1.16V4.45z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/map-search.svg b/mkdocs-material/material/templates/.icons/material/map-search.svg new file mode 100644 index 0000000..72f0b85 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/map-search.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.5 12c2.5 0 4.5 2 4.5 4.5 0 .88-.25 1.71-.69 2.4l3.08 3.1L21 23.39l-3.12-3.07c-.69.43-1.51.68-2.38.68-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5m0 2a2.5 2.5 0 0 0-2.5 2.5 2.5 2.5 0 0 0 2.5 2.5 2.5 2.5 0 0 0 2.5-2.5 2.5 2.5 0 0 0-2.5-2.5M14 6.11 8 4v11.89l1 .35v.26c0 .64.09 1.26.26 1.84L8 17.9l-5.34 2.07-.16.03a.5.5 0 0 1-.5-.5V4.38c0-.23.15-.41.36-.48L8 2l6 2.1L19.34 2h.16a.5.5 0 0 1 .5.5v9.31A6.48 6.48 0 0 0 15.5 10c-.5 0-1 .06-1.5.17z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/map.svg b/mkdocs-material/material/templates/.icons/material/map.svg new file mode 100644 index 0000000..d124880 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/map.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15 19-6-2.11V5l6 2.11M20.5 3h-.16L15 5.1 9 3 3.36 4.9c-.21.07-.36.25-.36.48V20.5a.5.5 0 0 0 .5.5c.05 0 .11 0 .16-.03L9 18.9l6 2.1 5.64-1.9c.21-.1.36-.25.36-.48V3.5a.5.5 0 0 0-.5-.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/mapbox.svg b/mkdocs-material/material/templates/.icons/material/mapbox.svg new file mode 100644 index 0000000..23d1528 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/mapbox.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m4.75 12.45c1.9-1.9 1.83-5.06-.16-7.04s-5.14-2.06-7.04-.16c-3.43 3.43-2.33 9.53-2.33 9.53s6.11 1.09 9.53-2.33m-3.6-6.59.98 2.01 2.01.98-2.01.98-.98 2.01-.98-2.01-2.01-.98 2.01-.98z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/margin.svg b/mkdocs-material/material/templates/.icons/material/margin.svg new file mode 100644 index 0000000..0189ed9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/margin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 4v5l-1.5-1.5-13 13-2-2 13-13L15 4zm-3 16a3 3 0 0 1-3-3v-2a3 3 0 0 1 3-3 3 3 0 0 1 3 3v2a3 3 0 0 1-3 3m0-6a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1M7 12a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3 3 3 0 0 1 3 3v2a3 3 0 0 1-3 3m0-6a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 1 1 0 0 0 1-1V7a1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/marker-cancel.svg b/mkdocs-material/material/templates/.icons/material/marker-cancel.svg new file mode 100644 index 0000000..38f75c9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/marker-cancel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.5 13c2.5 0 4.5 2 4.5 4.5S20 22 17.5 22 13 20 13 17.5s2-4.5 4.5-4.5m0 1.5c-.56 0-1.08.15-1.5.42L20.08 19c.27-.42.42-.94.42-1.5a3 3 0 0 0-3-3m-3 3a3 3 0 0 0 3 3c.56 0 1.08-.15 1.5-.42L14.92 16c-.27.42-.42.94-.42 1.5m4-16.35c.5 0 1 .19 1.39.58l2.84 2.83c.77.79.77 2.05 0 2.83l-3.78 3.77a6.543 6.543 0 0 0-3.8.28l-3.89-3.89 5.81-5.82c.39-.39.9-.58 1.43-.58M10.3 8.5l3.59 3.6A6.49 6.49 0 0 0 11 17.5c0 .5.06 1 .16 1.45L10 20.12c-.78.77-2.03.78-2.81.02l-.86.86H.67l3.69-3.69c-.8-.81-.8-2.07-.02-2.85z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/marker-check.svg b/mkdocs-material/material/templates/.icons/material/marker-check.svg new file mode 100644 index 0000000..1a04dce --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/marker-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10 16-5-5 1.41-1.42L10 13.17l7.59-7.59L19 7m0-6H5c-1.11 0-2 .89-2 2v12.93c0 .69.35 1.3.88 1.66L12 23l8.11-5.41c.53-.36.89-.97.89-1.66V3a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/marker.svg b/mkdocs-material/material/templates/.icons/material/marker.svg new file mode 100644 index 0000000..24563d6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/marker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.5 1.15c-.53 0-1.04.19-1.43.58l-5.81 5.82 5.65 5.65 5.82-5.81c.77-.78.77-2.04 0-2.83l-2.84-2.83c-.39-.39-.89-.58-1.39-.58M10.3 8.5l-5.96 5.96c-.78.78-.78 2.04.02 2.85C3.14 18.54 1.9 19.77.67 21h5.66l.86-.86c.78.76 2.03.75 2.81-.02l5.95-5.96"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/mastodon.svg b/mkdocs-material/material/templates/.icons/material/mastodon.svg new file mode 100644 index 0000000..51ddd03 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/mastodon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.94 14c-.28 1.41-2.44 2.96-4.97 3.26-1.31.15-2.6.3-3.97.24-2.25-.11-4-.54-4-.54v.62c.32 2.22 2.22 2.35 4.03 2.42 1.82.05 3.44-.46 3.44-.46l.08 1.65s-1.28.68-3.55.81c-1.25.07-2.81-.03-4.62-.5-3.92-1.05-4.6-5.24-4.7-9.5l-.01-3.43c0-4.34 2.83-5.61 2.83-5.61C6.95 2.3 9.41 2 11.97 2h.06c2.56 0 5.02.3 6.47.96 0 0 2.83 1.27 2.83 5.61 0 0 .04 3.21-.39 5.43M18 8.91c0-1.08-.3-1.91-.85-2.56-.56-.63-1.3-.96-2.23-.96-1.06 0-1.87.41-2.42 1.23l-.5.88-.5-.88c-.56-.82-1.36-1.23-2.43-1.23-.92 0-1.66.33-2.23.96C6.29 7 6 7.83 6 8.91v5.26h2.1V9.06c0-1.06.45-1.62 1.36-1.62 1 0 1.5.65 1.5 1.93v2.79h2.07V9.37c0-1.28.5-1.93 1.51-1.93.9 0 1.35.56 1.35 1.62v5.11H18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/material-design.svg b/mkdocs-material/material/templates/.icons/material/material-design.svg new file mode 100644 index 0000000..4d1db0e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/material-design.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 12c0-2.03-.67-3.91-2-5.62v11.25c1.33-1.66 2-3.54 2-5.63m-3.37 7H6.38c.68.55 1.57 1 2.67 1.41 1.09.39 2.08.59 2.95.59.88 0 1.86-.2 2.95-.59 1.1-.41 1.99-.86 2.68-1.41M11 17 7 9v8zm6-8-4 8h4zm-5 5.53L15.75 7h-7.5zM17.63 5C15.97 3.67 14.09 3 12 3s-3.97.67-5.62 2zM5 17.63V6.38C3.67 8.09 3 9.97 3 12c0 2.09.67 3.97 2 5.63M23 12c0 3.03-1.06 5.63-3.22 7.78C17.63 21.94 15.03 23 12 23s-5.62-1.06-7.78-3.22C2.06 17.63 1 15.03 1 12s1.06-5.62 3.22-7.78S8.97 1 12 1s5.63 1.06 7.78 3.22C21.94 6.38 23 8.97 23 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/material-ui.svg b/mkdocs-material/material/templates/.icons/material/material-ui.svg new file mode 100644 index 0000000..e44e1b0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/material-ui.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 16.61v-1.24l6-3.46V7.23l-5 2.89-5-2.89V13l-1 .58L2 13V5l1.07-.62L9 7.81l3.93-2.27 2-1.16L16 5v8.06L10.92 16l4.05 2.33 5.03-2.9V11l1-.58 1 .58v5.58l-7.03 4.06zm14-6.86-1 .58-1-.58V8.58L21 8l1 .58z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/math-compass.svg b/mkdocs-material/material/templates/.icons/material/math-compass.svg new file mode 100644 index 0000000..a86a631 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/math-compass.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 19.88V22l-1.8-1.17-4.79-9c.66-.21 1.26-.55 1.78-1zM15 7a3 3 0 0 1-3 3h-.44L5.8 20.83 4 22v-2.12L9.79 9c-1.1-1.23-1-3.13.24-4.24C10.57 4.28 11.27 4 12 4V2a1 1 0 0 1 1 1v1.18c1.2.42 2 1.55 2 2.82m-2 0a1 1 0 0 0-1-1 1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/math-cos.svg b/mkdocs-material/material/templates/.icons/material/math-cos.svg new file mode 100644 index 0000000..a87cd68 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/math-cos.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 7a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-1H6v1H4V9h2v1h2V9a2 2 0 0 0-2-2zm7 0a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zm0 2h2v6h-2zm7-2a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2v2h-4v2h4a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-2V9h4V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/math-integral-box.svg b/mkdocs-material/material/templates/.icons/material/math-integral-box.svg new file mode 100644 index 0000000..d5e3041 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/math-integral-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m-3.1 3.9s-.7-.3-1-.3c-.6-.1-1 .1-1.2 1.1L12 16.8c-.2.8-.5 1.4-1 1.8-.4.3-.8.4-1.3.4-.8 0-2-.5-2-.5l.5-1.4s.8.3 1 .3c.3.1.5 0 .7-.1s.3-.4.4-.7l1.6-9.2c.1-.8.5-1.4 1-1.9.6-.4 1.3-.5 2.1-.4.7.1 1.5.5 1.5.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/math-integral.svg b/mkdocs-material/material/templates/.icons/material/math-integral.svg new file mode 100644 index 0000000..270b59d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/math-integral.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.5 19.1c-.2 1.1-.6 1.9-1.3 2.4s-1.6.6-2.7.4c-.4-.1-1.2-.2-1.5-.4l.5-1.5c.3.1.9.3 1.2.3 1.1.2 1.7-.3 1.9-1.5L12 5.2c.2-1.2.7-2 1.4-2.6.7-.5 1.7-.7 2.8-.5.4.1 1.2.2 1.8.5L17.5 4c-.2-.1-.9-.2-1.2-.3-1.3-.2-2 .4-2.3 1.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/math-log.svg b/mkdocs-material/material/templates/.icons/material/math-log.svg new file mode 100644 index 0000000..bb7a2ad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/math-log.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 7c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h2c1.1 0 2-.9 2-2v-4h-2v4h-2V9h4V7zM2 7v10h6v-2H4V7zm9 0c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h2c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zm0 2h2v6h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/math-norm-box.svg b/mkdocs-material/material/templates/.icons/material/math-norm-box.svg new file mode 100644 index 0000000..b1e7941 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/math-norm-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m-9 15H8V6h2zm6 0h-2V6h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/math-norm.svg b/mkdocs-material/material/templates/.icons/material/math-norm.svg new file mode 100644 index 0000000..c9fa0f8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/math-norm.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 21V3h2v18zm-6 0V3h2v18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/math-sin.svg b/mkdocs-material/material/templates/.icons/material/math-sin.svg new file mode 100644 index 0000000..997f4db --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/math-sin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 7a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2v2H2v2h4a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2H4V9h4V7zm10 0v2h-1v6h1v2h-4v-2h1V9h-1V7zm2 0v10h2v-5l2 5h2V7h-2v5l-2-5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/math-tan.svg b/mkdocs-material/material/templates/.icons/material/math-tan.svg new file mode 100644 index 0000000..2ba6b10 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/math-tan.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 7v2h2v8h2V9h2V7zm9 0a2 2 0 0 0-2 2v8h2v-4h2v4h2V9a2 2 0 0 0-2-2zm0 2h2v2h-2zm5-2v10h2v-5l2 5h2V7h-2v5l-2-5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/matrix.svg b/mkdocs-material/material/templates/.icons/material/matrix.svg new file mode 100644 index 0000000..52377a9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/matrix.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 2h4v2H4v16h2v2H2zm18 2h-2V2h4v20h-4v-2h2zM9 5h1v5h1v1H8v-1h1V6l-1 .5v-1zm6 8h1v5h1v1h-3v-1h1v-4l-1 .5v-1zm-6 0c1.1 0 2 1.34 2 3s-.9 3-2 3-2-1.34-2-3 .9-3 2-3m0 1c-.55 0-1 .9-1 2s.45 2 1 2 1-.9 1-2-.45-2-1-2m6-9c1.1 0 2 1.34 2 3s-.9 3-2 3-2-1.34-2-3 .9-3 2-3m0 1c-.55 0-1 .9-1 2s.45 2 1 2 1-.9 1-2-.45-2-1-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/medal-outline.svg b/mkdocs-material/material/templates/.icons/material/medal-outline.svg new file mode 100644 index 0000000..9df1211 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/medal-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.94 19.5 12 17.77 9.06 19.5l.78-3.34-2.59-2.24 3.41-.29L12 10.5l1.34 3.13 3.41.29-2.59 2.24M20 2H4v2l4.86 3.64a8 8 0 1 0 6.28 0L20 4m-2 11a6 6 0 1 1-7.18-5.88 5.9 5.9 0 0 1 2.36 0A6 6 0 0 1 18 15m-5.37-8h-1.26l-4-3h9.34Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/medal.svg b/mkdocs-material/material/templates/.icons/material/medal.svg new file mode 100644 index 0000000..f6e081a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/medal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4v2l5.81 4.36a7.004 7.004 0 0 0-4.46 8.84 6.996 6.996 0 0 0 8.84 4.46 7 7 0 0 0 0-13.3L20 4zm-5.06 17.5L12 17.78 9.06 19.5l.78-3.33-2.59-2.24 3.41-.29L12 10.5l1.34 3.14 3.41.29-2.59 2.24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/medical-bag.svg b/mkdocs-material/material/templates/.icons/material/medical-bag.svg new file mode 100644 index 0000000..0c369ea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/medical-bag.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 3 8 5v2H5C3.85 7 3.12 8 3 9L2 19c-.12 1 .54 2 2 2h16c1.46 0 2.12-1 2-2L21 9c-.12-1-.94-2-2-2h-3V5l-2-2zm0 2h4v2h-4zm1 5h2v3h3v2h-3v3h-2v-3H8v-2h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/medical-cotton-swab.svg b/mkdocs-material/material/templates/.icons/material/medical-cotton-swab.svg new file mode 100644 index 0000000..7275ed0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/medical-cotton-swab.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3h12v2H3zM2 21h14V6H2zm3-9h2.5V9.5h3V12H13v3h-2.5v2.5h-3V15H5zm15-6c-1.7 0-3 1.8-3 4 0 1.8.8 3.2 2 3.8V21h2v-7.2c1.2-.5 2-2 2-3.8 0-2.2-1.3-4-3-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/medication-outline.svg b/mkdocs-material/material/templates/.icons/material/medication-outline.svg new file mode 100644 index 0000000..67bbd4a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/medication-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.5 15H8v-3h2.5V9.5h3V12H16v3h-2.5v2.5h-3zM19 8v11c0 1.1-.9 2-2 2H7c-1.1 0-2-.9-2-2V8c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2m-2 0H7v11h10zm1-5H6v2h12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/medication.svg b/mkdocs-material/material/templates/.icons/material/medication.svg new file mode 100644 index 0000000..439001f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/medication.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 3h12v2H6zm11 3H7c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2m-1 9h-2.5v2.5h-3V15H8v-3h2.5V9.5h3V12H16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/meditation.svg b/mkdocs-material/material/templates/.icons/material/meditation.svg new file mode 100644 index 0000000..4d00627 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/meditation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 4c1.11 0 2 .89 2 2s-.89 2-2 2-2-.89-2-2 .9-2 2-2m9 12v-2c-2.24 0-4.16-.96-5.6-2.68l-1.34-1.6A1.98 1.98 0 0 0 12.53 9H11.5c-.61 0-1.17.26-1.55.72l-1.34 1.6C7.16 13.04 5.24 14 3 14v2c2.77 0 5.19-1.17 7-3.25V15l-3.88 1.55c-.67.27-1.12.95-1.12 1.66C5 19.2 5.8 20 6.79 20H9v-.5a2.5 2.5 0 0 1 2.5-2.5h3c.28 0 .5.22.5.5s-.22.5-.5.5h-3c-.83 0-1.5.67-1.5 1.5v.5h7.21c.99 0 1.79-.8 1.79-1.79 0-.71-.45-1.39-1.12-1.66L14 15v-2.25c1.81 2.08 4.23 3.25 7 3.25"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/memory-arrow-down.svg b/mkdocs-material/material/templates/.icons/material/memory-arrow-down.svg new file mode 100644 index 0000000..3f0ff63 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/memory-arrow-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 19v-4h-2v4h-2l3 3 3-3zm-6.9 0H11v2H9v-2H7c-1.1 0-2-.9-2-2v-2H3v-2h2v-2H3V9h2V7c0-1.1.9-2 2-2h2V3h2v2h2V3h2v2h2c1.1 0 2 .9 2 2v2h2v2h-2v1.1c-.3-.1-.7-.1-1-.1s-.7 0-1 .1V7H7v10h5.1c-.1.3-.1.7-.1 1s0 .7.1 1M9 15h3.8c.5-.9 1.3-1.7 2.2-2.2V9H9zm2-4h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/memory.svg b/mkdocs-material/material/templates/.icons/material/memory.svg new file mode 100644 index 0000000..e4ebf40 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/memory.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 17H7V7h10m4 4V9h-2V7a2 2 0 0 0-2-2h-2V3h-2v2h-2V3H9v2H7c-1.11 0-2 .89-2 2v2H3v2h2v2H3v2h2v2a2 2 0 0 0 2 2h2v2h2v-2h2v2h2v-2h2a2 2 0 0 0 2-2v-2h2v-2h-2v-2m-6 2h-2v-2h2m2-2H9v6h6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/menorah-fire.svg b/mkdocs-material/material/templates/.icons/material/menorah-fire.svg new file mode 100644 index 0000000..a4ae677 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/menorah-fire.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.5 11.15V10c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1v1h-1v-1c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1v1h-1V8c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1v3h-1v-1c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1v1h-1v-1c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1v1.15c-.29.18-.5.48-.5.85 0 .55.45 1 1 1h1.25c.7 1.92 2.69 4.58 6.75 4.95V20h-1c-1.1 0-2 .9-2 2h8a2 2 0 0 0-2-2h-1v-2.05c4.06-.38 6.05-3.03 6.75-4.95H21c.55 0 1-.45 1-1 0-.37-.21-.67-.5-.85M6.45 13H11v2.94c-2.66-.31-3.95-1.83-4.55-2.94M13 15.94V13h4.55c-.6 1.11-1.89 2.63-4.55 2.94M12 6c.83 0 1.5-.67 1.5-1.5S12.83 2 12 2s-1.5 1.67-1.5 2.5S11.17 6 12 6m0-1.75c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5M16 8c.83 0 1.5-.67 1.5-1.5S16.83 4 16 4s-1.5 1.67-1.5 2.5S15.17 8 16 8m0-1.75c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5M20 8c.83 0 1.5-.67 1.5-1.5S20.83 4 20 4s-1.5 1.67-1.5 2.5S19.17 8 20 8m0-1.75c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5M4 8c.83 0 1.5-.67 1.5-1.5S4.83 4 4 4 2.5 5.67 2.5 6.5 3.17 8 4 8m0-1.75c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5M8 8c.83 0 1.5-.67 1.5-1.5S8.83 4 8 4 6.5 5.67 6.5 6.5 7.17 8 8 8m0-1.75c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/menorah.svg b/mkdocs-material/material/templates/.icons/material/menorah.svg new file mode 100644 index 0000000..b845afe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/menorah.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 11V6l-2-1v6h-2V6l-2-1v6h-2V3l-2-1v9H9V6L7 5v6H5V6L3 5v6c-.55 0-1 .45-1 1s.45 1 1 1h1.25c.7 1.92 2.69 4.58 6.75 4.95V20h-1c-1.1 0-2 .9-2 2h8a2 2 0 0 0-2-2h-1v-2.05c4.06-.38 6.05-3.03 6.75-4.95H21c.55 0 1-.45 1-1s-.45-1-1-1m-10 4.94c-2.66-.31-3.95-1.83-4.55-2.94H11zm2 0V13h4.55c-.6 1.11-1.89 2.63-4.55 2.94"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/menu-close.svg b/mkdocs-material/material/templates/.icons/material/menu-close.svg new file mode 100644 index 0000000..34ab774 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/menu-close.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 6h10v2H3zm0 10h10v2H3zm0-5h12v2H3zm13-4-1.42 1.39L18.14 12l-3.56 3.61L16 17l5-5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/menu-down-outline.svg b/mkdocs-material/material/templates/.icons/material/menu-down-outline.svg new file mode 100644 index 0000000..9eac469 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/menu-down-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 9v1.5l-6 6-6-6V9zm-6 4.67L14.67 11H9.33z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/menu-down.svg b/mkdocs-material/material/templates/.icons/material/menu-down.svg new file mode 100644 index 0000000..d0b1dbe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/menu-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m7 10 5 5 5-5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/menu-left-outline.svg b/mkdocs-material/material/templates/.icons/material/menu-left-outline.svg new file mode 100644 index 0000000..37388f8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/menu-left-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 18h-1.5l-6-6 6-6H15zm-4.67-6L13 14.67V9.33z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/menu-left.svg b/mkdocs-material/material/templates/.icons/material/menu-left.svg new file mode 100644 index 0000000..215e68c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/menu-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14 7-5 5 5 5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/menu-open.svg b/mkdocs-material/material/templates/.icons/material/menu-open.svg new file mode 100644 index 0000000..2779d31 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/menu-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 15.61 19.59 17l-5.01-5 5.01-5L21 8.39 17.44 12zM3 6h13v2H3zm0 7v-2h10v2zm0 5v-2h13v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/menu-right-outline.svg b/mkdocs-material/material/templates/.icons/material/menu-right-outline.svg new file mode 100644 index 0000000..5aee7a4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/menu-right-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 6h1.5l6 6-6 6H9zm4.67 6L11 9.33v5.34z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/menu-right.svg b/mkdocs-material/material/templates/.icons/material/menu-right.svg new file mode 100644 index 0000000..18111b2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/menu-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10 17 5-5-5-5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/menu-swap-outline.svg b/mkdocs-material/material/templates/.icons/material/menu-swap-outline.svg new file mode 100644 index 0000000..59a1bcb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/menu-swap-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 3.5-6 6V11h12V9.5zm0 2.83L14.67 9H9.33zM6 13v1.5l6 6 6-6V13zm3.33 2h5.34L12 17.67z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/menu-swap.svg b/mkdocs-material/material/templates/.icons/material/menu-swap.svg new file mode 100644 index 0000000..c2b3f13 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/menu-swap.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 6-5 5h10zm-5 7 5 5 5-5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/menu-up-outline.svg b/mkdocs-material/material/templates/.icons/material/menu-up-outline.svg new file mode 100644 index 0000000..954fe6d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/menu-up-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 16v-1.5l-6-6-6 6V16zm-6-4.67L14.67 14H9.33z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/menu-up.svg b/mkdocs-material/material/templates/.icons/material/menu-up.svg new file mode 100644 index 0000000..0a5cfa7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/menu-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m7 15 5-5 5 5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/menu.svg b/mkdocs-material/material/templates/.icons/material/menu.svg new file mode 100644 index 0000000..51757bd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/menu.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 6h18v2H3zm0 5h18v2H3zm0 5h18v2H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/merge.svg b/mkdocs-material/material/templates/.icons/material/merge.svg new file mode 100644 index 0000000..6b38448 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/merge.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m8 17 4-4h3.2c.4 1.2 1.5 2 2.8 2 1.7 0 3-1.3 3-3s-1.3-3-3-3c-1.3 0-2.4.8-2.8 2H12L8 7V3H3v5h3l4.2 4L6 16H3v5h5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/message-alert-outline.svg new file mode 100644 index 0000000..410cfc3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 10h-2V6h2zm0 2h-2v2h2zm9-8v12a2 2 0 0 1-2 2H6l-4 4V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2m-2 0H4v13.2L5.2 16H20z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-alert.svg b/mkdocs-material/material/templates/.icons/material/message-alert.svg new file mode 100644 index 0000000..8f18059 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 11h-2V5h2m0 10h-2v-2h2m7-11H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-arrow-left-outline.svg b/mkdocs-material/material/templates/.icons/material/message-arrow-left-outline.svg new file mode 100644 index 0000000..483d596 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-arrow-left-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m0 14H5.2L4 17.2V4h16zm-4-5V9h-4.5l1.8-1.8L12 6l-4 4 4 4 1.2-1.2-1.7-1.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-arrow-left.svg b/mkdocs-material/material/templates/.icons/material/message-arrow-left.svg new file mode 100644 index 0000000..d84b96c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-arrow-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m-4 9h-4.5l1.8 1.8L12 14l-4-4 4-4 1.2 1.2L11.5 9H16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-arrow-right-outline.svg b/mkdocs-material/material/templates/.icons/material/message-arrow-right-outline.svg new file mode 100644 index 0000000..326f1b7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-arrow-right-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m0 14H5.2L4 17.2V4h16zM8 9v2h4.5l-1.8 1.8L12 14l4-4-4-4-1.2 1.2L12.5 9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-arrow-right.svg b/mkdocs-material/material/templates/.icons/material/message-arrow-right.svg new file mode 100644 index 0000000..8d1ab55 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-arrow-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m-8 12-1.2-1.2 1.8-1.8H8V9h4.5l-1.8-1.8L12 6l4 4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-badge-outline.svg b/mkdocs-material/material/templates/.icons/material/message-badge-outline.svg new file mode 100644 index 0000000..34b50da --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-badge-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 7v9c0 1.1-.9 2-2 2H6l-4 4V4c0-1.1.9-2 2-2h10.1c-.1.3-.1.7-.1 1s0 .7.1 1H4v12h16V7.9c.7-.1 1.4-.5 2-.9m-6-4c0 1.7 1.3 3 3 3s3-1.3 3-3-1.3-3-3-3-3 1.3-3 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-badge.svg b/mkdocs-material/material/templates/.icons/material/message-badge.svg new file mode 100644 index 0000000..9237ea0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-badge.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 7v9c0 1.1-.9 2-2 2H6l-4 4V4c0-1.1.9-2 2-2h10.1c-.1.3-.1.7-.1 1 0 2.8 2.2 5 5 5 1.1 0 2.2-.4 3-1m-6-4c0 1.7 1.3 3 3 3s3-1.3 3-3-1.3-3-3-3-3 1.3-3 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-bookmark-outline.svg b/mkdocs-material/material/templates/.icons/material/message-bookmark-outline.svg new file mode 100644 index 0000000..919622a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-bookmark-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m0 14H5.2L4 17.2V4h16zm-2-2V6h-5v8l2.5-1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-bookmark.svg b/mkdocs-material/material/templates/.icons/material/message-bookmark.svg new file mode 100644 index 0000000..e054dd0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-bookmark.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m-1 11-2.5-1.5L14 13V5h5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-bulleted-off.svg b/mkdocs-material/material/templates/.icons/material/message-bulleted-off.svg new file mode 100644 index 0000000..db1bb81 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-bulleted-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.27 1.73 0 3l2 2v17l4-4h9l5.73 5.73L22 22.46zM8 14H6v-2h2zm-2-3V9l2 2zm14-9H4.08L10 7.92V6h8v2h-7.92l1 1H18v2h-4.92l6.99 7c1.07-.05 1.93-.92 1.93-2V4a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-bulleted.svg b/mkdocs-material/material/templates/.icons/material/message-bulleted.svg new file mode 100644 index 0000000..a7039e3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-bulleted.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4a2 2 0 0 0-2 2v18l4-4h14a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2M8 14H6v-2h2zm0-3H6V9h2zm0-3H6V6h2zm7 6h-5v-2h5zm3-3h-8V9h8zm0-3h-8V6h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-check-outline.svg b/mkdocs-material/material/templates/.icons/material/message-check-outline.svg new file mode 100644 index 0000000..cae8113 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m0 14H5.2L4 17.2V4h16zm-9.53-2L7 10.5l1.4-1.41 2.07 2.08L15.6 6 17 7.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-check.svg b/mkdocs-material/material/templates/.icons/material/message-check.svg new file mode 100644 index 0000000..04287cd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.11 0 2-.89 2-2V4a2 2 0 0 0-2-2m-9.53 12L7 10.5l1.4-1.41 2.07 2.08L15.6 6 17 7.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-cog-outline.svg b/mkdocs-material/material/templates/.icons/material/message-cog-outline.svg new file mode 100644 index 0000000..da36de0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-cog-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m0 14H5.2L4 17.2V4h16zm-3.2-4.7-1.1-.8v-1l1.1-.8c.1-.1.1-.2.1-.3l-1-1.7c-.1-.1-.2-.2-.3-.1l-1.3.4c-.3-.2-.5-.4-.9-.5l-.2-1.3c0-.1-.1-.2-.2-.2h-2c-.1 0-.2.1-.2.2l-.2 1.3c-.3.2-.6.3-.9.5l-1.2-.5c-.1 0-.2 0-.3.1l-1 1.7c-.1.1 0 .2.1.3l1.1.8v1l-1.1.8c-.1.1-.1.2-.1.3l1 1.7c.1.1.2.2.3.1l1.2-.3c.3.2.5.4.8.5l.2 1.3c0 .1.1.2.3.2h2c.1 0 .2-.1.2-.2l.2-1.3c.3-.1.6-.3.8-.5l1.2.5c.1 0 .2 0 .3-.1l1-1.7c.2-.2.2-.3.1-.4m-4.8.2c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-cog.svg b/mkdocs-material/material/templates/.icons/material/message-cog.svg new file mode 100644 index 0000000..514ad22 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-cog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.5 10a1.5 1.5 0 0 1-1.5 1.5c-.84 0-1.5-.67-1.5-1.5A1.5 1.5 0 0 1 12 8.5a1.5 1.5 0 0 1 1.5 1.5M22 4v12a2 2 0 0 1-2 2H6l-4 4V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2m-5.23 7.32-1.07-.82c.01-.17.01-.34 0-.5.02-.16.02-.33 0-.5l1.06-.82a.26.26 0 0 0 .06-.32l-1-1.73c-.06-.13-.19-.16-.32-.13l-1.23.5c-.27-.2-.54-.37-.85-.5l-.19-1.31A.235.235 0 0 0 13 5h-2c-.12 0-.23.09-.25.21l-.19 1.32c-.3.12-.59.28-.86.47l-1.24-.5c-.12-.04-.25 0-.31.11l-1 1.73c-.06.11-.04.24.06.32l1.06.84c-.04.32-.04.66 0 1l-1.06.82a.26.26 0 0 0-.06.32l1 1.73c.06.13.19.16.31.13L9.7 13c.26.2.54.37.85.5l.19 1.31c.03.12.14.19.26.19h2c.12 0 .23-.09.25-.21l.19-1.32c.3-.13.56-.29.84-.47l1.25.5c.12 0 .25 0 .31-.13l1-1.73a.25.25 0 0 0-.07-.32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-draw.svg b/mkdocs-material/material/templates/.icons/material/message-draw.svg new file mode 100644 index 0000000..a32c44d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-draw.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 14h-7.5l2-2H18M6 14v-2.5l6.88-6.86c.19-.19.51-.19.71 0l1.76 1.77c.2.2.2.51 0 .71L8.47 14M20 2H4a2 2 0 0 0-2 2v18l4-4h14a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-fast-outline.svg b/mkdocs-material/material/templates/.icons/material/message-fast-outline.svg new file mode 100644 index 0000000..bcfa17c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-fast-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 5H9c-1.1 0-2 .9-2 2v14l4-4h9c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2m0 10h-9.8L9 16.2V7h11zM3 7c-.6 0-1 .4-1 1s.4 1 1 1h2V7zm-1 4c-.6 0-1 .4-1 1s.4 1 1 1h3v-2zm-1 4c-.6 0-1 .4-1 1s.4 1 1 1h4v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-fast.svg b/mkdocs-material/material/templates/.icons/material/message-fast.svg new file mode 100644 index 0000000..7eece61 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-fast.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 7c-.6 0-1 .4-1 1s.4 1 1 1h2V7zm-1 4c-.6 0-1 .4-1 1s.4 1 1 1h3v-2zm-1 4c-.6 0-1 .4-1 1s.4 1 1 1h4v-2zM20 5H9c-1.1 0-2 .9-2 2v14l4-4h9c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-flash-outline.svg b/mkdocs-material/material/templates/.icons/material/message-flash-outline.svg new file mode 100644 index 0000000..77f9eab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-flash-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 17.2V4h16v6h2V4c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v18l4-4h9v-2H5.2zM22.5 16h-2.2l1.7-4h-5v6h2v5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-flash.svg b/mkdocs-material/material/templates/.icons/material/message-flash.svg new file mode 100644 index 0000000..d6bc2e1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-flash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 4c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v18l4-4h9v-8h7zm.5 12h-2.2l1.7-4h-5v6h2v5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-image-outline.svg b/mkdocs-material/material/templates/.icons/material/message-image-outline.svg new file mode 100644 index 0000000..c9a4c3d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-image-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m0 14H5.2L4 17.2V4h16zM5 14l3.5-4.5 2.5 3L14.5 8l4.5 6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-image.svg b/mkdocs-material/material/templates/.icons/material/message-image.svg new file mode 100644 index 0000000..1a748db --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-image.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m5 14 3.5-4.5 2.5 3L14.5 8l4.5 6m1-12H4a2 2 0 0 0-2 2v18l4-4h14a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-lock-outline.svg b/mkdocs-material/material/templates/.icons/material/message-lock-outline.svg new file mode 100644 index 0000000..195d5e7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-lock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 3v-.5C23 1.1 21.9 0 20.5 0S18 1.1 18 2.5V3c-.5 0-1 .5-1 1v4c0 .5.5 1 1 1h5c.5 0 1-.5 1-1V4c0-.5-.5-1-1-1m-1 0h-3v-.5c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5zm0 8v5c0 1.1-.9 2-2 2H6l-4 4V4c0-1.1.9-2 2-2h11v2H4v13.2L5.2 16H20v-5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-lock.svg b/mkdocs-material/material/templates/.icons/material/message-lock.svg new file mode 100644 index 0000000..1604f25 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.5 0A2.5 2.5 0 0 0 18 2.5V3a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1v-.5A2.5 2.5 0 0 0 20.5 0m0 1A1.5 1.5 0 0 1 22 2.5V3h-3v-.5A1.5 1.5 0 0 1 20.5 1M4 2a2 2 0 0 0-2 2v18l4-4h14a2 2 0 0 0 2-2v-5h-5c-1.11 0-2-.89-2-2V2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/message-minus-outline.svg new file mode 100644 index 0000000..44aeeb3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m0 14H5.2L4 17.2V4h16zM8 9v2h8V9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-minus.svg b/mkdocs-material/material/templates/.icons/material/message-minus.svg new file mode 100644 index 0000000..17138cb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2a2 2 0 0 1 2 2v12c0 1.11-.89 2-2 2H6l-4 4V4a2 2 0 0 1 2-2zM8 9v2h8V9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-off-outline.svg b/mkdocs-material/material/templates/.icons/material/message-off-outline.svg new file mode 100644 index 0000000..5141129 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m7.2 4-2-2H20a2 2 0 0 1 2 2v12c0 .76-.43 1.41-1.05 1.75L19.2 16h.8V4zm14.91 17.46-1.27 1.27L16.11 18H6l-4 4V3.9L1.11 3l1.28-1.27L6.1 5.44 16.65 16h.01l2 2h-.01zm-8-5.46L4 5.89V18l2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-off.svg b/mkdocs-material/material/templates/.icons/material/message-off.svg new file mode 100644 index 0000000..a90b4f4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.95 17.75 5.2 2H20a2 2 0 0 1 2 2v12c0 .76-.43 1.41-1.05 1.75M2.39 1.73 1.11 3l.89.9V22l4-4h10.11l4.73 4.73 1.27-1.27z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-outline.svg b/mkdocs-material/material/templates/.icons/material/message-outline.svg new file mode 100644 index 0000000..cb9799f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m0 14H5.2L4 17.2V4h16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/message-plus-outline.svg new file mode 100644 index 0000000..ec8bde7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m0 14H5.2L4 17.2V4h16zm-4-7v2h-3v3h-2v-3H8V9h3V6h2v3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-plus.svg b/mkdocs-material/material/templates/.icons/material/message-plus.svg new file mode 100644 index 0000000..868fe2d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H6l-4 4V4a2 2 0 0 1 2-2zm-9 4v3H8v2h3v3h2v-3h3V9h-3V6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-processing-outline.svg b/mkdocs-material/material/templates/.icons/material/message-processing-outline.svg new file mode 100644 index 0000000..a2b1045 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-processing-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m0 14H5.2L4 17.2V4h16zm-3-5h-2V9h2m-4 2h-2V9h2m-4 2H7V9h2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-processing.svg b/mkdocs-material/material/templates/.icons/material/message-processing.svg new file mode 100644 index 0000000..7acf83c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-processing.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 11h-2V9h2m-4 2h-2V9h2m-4 2H7V9h2m11-7H4a2 2 0 0 0-2 2v18l4-4h14a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-question-outline.svg b/mkdocs-material/material/templates/.icons/material/message-question-outline.svg new file mode 100644 index 0000000..9d8586a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-question-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m0 14H5.2L4 17.2V4h16zM12.2 5.5c-.9 0-1.6.2-2.1.5-.6.4-.9 1-.8 1.7h2q0-.45.3-.6c.2-.1.4-.2.7-.2s.6.1.8.3.3.4.3.7-.1.5-.2.7c-.2.2-.4.4-.6.5-.5.3-.9.6-1.1.8-.4.3-.5.6-.5 1.1h2c0-.3.1-.5.1-.7.1-.2.3-.3.5-.5.5-.2.8-.5 1.1-.9s.4-.8.4-1.2c0-.7-.3-1.3-.8-1.7-.4-.3-1.2-.5-2.1-.5M11 12v2h2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-question.svg b/mkdocs-material/material/templates/.icons/material/message-question.svg new file mode 100644 index 0000000..d98ce7b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-question.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m-7 12h-2v-2h2zm1.8-5c-.3.4-.7.6-1.1.8-.3.2-.4.3-.5.5-.2.2-.2.4-.2.7h-2c0-.5.1-.8.3-1.1.2-.2.6-.5 1.1-.8.3-.1.5-.3.6-.5s.2-.5.2-.7c0-.3-.1-.5-.3-.7s-.5-.3-.8-.3-.5.1-.7.2q-.3.15-.3.6h-2c.1-.7.4-1.3.9-1.7s1.2-.5 2.1-.5 1.7.2 2.2.6.8 1 .8 1.7q.15.6-.3 1.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-reply-outline.svg b/mkdocs-material/material/templates/.icons/material/message-reply-outline.svg new file mode 100644 index 0000000..e7e5427 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-reply-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14l4 4V4c0-1.1-.9-2-2-2m0 15.2L18.8 16H4V4h16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-reply-text-outline.svg b/mkdocs-material/material/templates/.icons/material/message-reply-text-outline.svg new file mode 100644 index 0000000..80c0d75 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-reply-text-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 11h9v2H9zm9-4H6v2h12zm4-3v18l-4-4H4a2 2 0 0 1-2-2V4c0-1.1.9-2 2-2h16a2 2 0 0 1 2 2m-2 0H4v12h14.83L20 17.17z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-reply-text.svg b/mkdocs-material/material/templates/.icons/material/message-reply-text.svg new file mode 100644 index 0000000..109ddf9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-reply-text.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 8H6V6h12zm0 3H6V9h12zm0 3H6v-2h12zm4-10a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h14l4 4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-reply.svg b/mkdocs-material/material/templates/.icons/material/message-reply.svg new file mode 100644 index 0000000..8aaf376 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-reply.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h14l4 4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-settings-outline.svg b/mkdocs-material/material/templates/.icons/material/message-settings-outline.svg new file mode 100644 index 0000000..706c4be --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-settings-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m0 14H5.2L4 17.2V4h16zm-9 8h2v-2h-2zm-4 0h2v-2H7zm8 0h2v-2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-settings.svg b/mkdocs-material/material/templates/.icons/material/message-settings.svg new file mode 100644 index 0000000..4de5a58 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-settings.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4a2 2 0 0 0-2 2v18l4-4h14a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2m-9 22h2v-2h-2zm-4 0h2v-2H7zm8 0h2v-2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-star-outline.svg b/mkdocs-material/material/templates/.icons/material/message-star-outline.svg new file mode 100644 index 0000000..b12c5ac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-star-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m0 14H5.2L4 17.2V4h16zm-8-3.6 2.6 1.6-.7-3 2.3-2-3-.3L12 6l-1.2 2.8-3 .2 2.3 2-.7 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-star.svg b/mkdocs-material/material/templates/.icons/material/message-star.svg new file mode 100644 index 0000000..d9fbb7d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-star.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m-5.4 12L12 12.4 9.4 14l.7-3-2.3-2 3-.3L12 6l1.2 2.8 3 .3-2.3 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-text-clock-outline.svg b/mkdocs-material/material/templates/.icons/material/message-text-clock-outline.svg new file mode 100644 index 0000000..2d43645 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-text-clock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 12.41V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v18l4-4h3.29A7.001 7.001 0 0 0 23 16c0-1.31-.37-2.54-1-3.59M5.17 16 4 17.17V4h16v6.26A6.96 6.96 0 0 0 16 9c-1.9 0-3.63.77-4.89 2H6v2h3.69c-.44.91-.69 1.93-.69 3zM16 20.85c-2.68 0-4.85-2.17-4.85-4.85s2.17-4.85 4.85-4.85c2.67 0 4.85 2.17 4.85 4.85s-2.18 4.85-4.85 4.85M18 9H6V7h12zm-1.5 6.82 2.44 1.41-.75 1.3L15 16.69V13h1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-text-clock.svg b/mkdocs-material/material/templates/.icons/material/message-text-clock.svg new file mode 100644 index 0000000..597d2c2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-text-clock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 12.41V4a2 2 0 0 0-2-2H4c-1.1 0-2 .9-2 2v18l4-4h3.29A7.001 7.001 0 0 0 23 16c0-1.31-.37-2.54-1-3.59M6 6h12v2H6zm10 3c-1.9 0-3.63.77-4.89 2H6V9zM6 12h4.26c-.42.6-.76 1.28-.96 2H6zm10 8.85c-2.68 0-4.85-2.17-4.85-4.85s2.17-4.85 4.85-4.85c2.67 0 4.85 2.17 4.85 4.85s-2.18 4.85-4.85 4.85m.5-5.03 2.44 1.41-.75 1.3L15 16.69V13h1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-text-fast-outline.svg b/mkdocs-material/material/templates/.icons/material/message-text-fast-outline.svg new file mode 100644 index 0000000..e89b7cc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-text-fast-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 11.5h7V13h-7zm0-3h9V10h-9zM20 5H9c-1.1 0-2 .9-2 2v14l4-4h9c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2m0 10h-9.8L9 16.2V7h11zM3 7c-.6 0-1 .4-1 1s.4 1 1 1h2V7zm-1 4c-.6 0-1 .4-1 1s.4 1 1 1h3v-2zm-1 4c-.6 0-1 .4-1 1s.4 1 1 1h4v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-text-fast.svg b/mkdocs-material/material/templates/.icons/material/message-text-fast.svg new file mode 100644 index 0000000..cacbabc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-text-fast.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 5c-1.1 0-2 .9-2 2v14l4-4h9c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zM3 7c-.6 0-1 .4-1 1s.4 1 1 1h2V7zm8 1h8v2h-8zm-9 3c-.6 0-1 .4-1 1s.4 1 1 1h3v-2zm9 1h5v2h-5zM1 15c-.6 0-1 .4-1 1s.4 1 1 1h4v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-text-lock-outline.svg b/mkdocs-material/material/templates/.icons/material/message-text-lock-outline.svg new file mode 100644 index 0000000..6dca03d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-text-lock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 3v-.5a2.5 2.5 0 0 0-5 0V3c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h5c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1m-1 0h-3v-.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5zM6 11h9v2H6zm0-4h9v2H6zm16 4v5c0 1.11-.89 2-2 2H6l-4 4V4a2 2 0 0 1 2-2h11v2H4v13.17L5.17 16H20v-5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-text-lock.svg b/mkdocs-material/material/templates/.icons/material/message-text-lock.svg new file mode 100644 index 0000000..736fe5f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-text-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.5 0A2.5 2.5 0 0 0 18 2.5V3a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1v-.5A2.5 2.5 0 0 0 20.5 0m0 1A1.5 1.5 0 0 1 22 2.5V3h-3v-.5A1.5 1.5 0 0 1 20.5 1M4 2a2 2 0 0 0-2 2v18l4-4h14a2 2 0 0 0 2-2v-5h-5c-1.11 0-2-.89-2-2V2zm2 4h7v2H6zm0 3h7v2H6zm0 3h8v2H6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-text-outline.svg b/mkdocs-material/material/templates/.icons/material/message-text-outline.svg new file mode 100644 index 0000000..fd89885 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-text-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H6l-4 4V4a2 2 0 0 1 2-2zM4 4v13.17L5.17 16H20V4zm2 3h12v2H6zm0 4h9v2H6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-text.svg b/mkdocs-material/material/templates/.icons/material/message-text.svg new file mode 100644 index 0000000..6e395da --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-text.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4a2 2 0 0 0-2 2v18l4-4h14a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2M6 9h12v2H6m8 3H6v-2h8m4-4H6V6h12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message-video.svg b/mkdocs-material/material/templates/.icons/material/message-video.svg new file mode 100644 index 0000000..0113364 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message-video.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18 14-4-3.2V14H6V6h8v3.2L18 6m2-4H4a2 2 0 0 0-2 2v18l4-4h14a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/message.svg b/mkdocs-material/material/templates/.icons/material/message.svg new file mode 100644 index 0000000..ea97c3c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/message.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4a2 2 0 0 0-2 2v18l4-4h14a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/meteor.svg b/mkdocs-material/material/templates/.icons/material/meteor.svg new file mode 100644 index 0000000..2518dfe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/meteor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m2.8 3 16.87 15.82s.33.45-.09.89c-.41.44-.95.06-.95.06zm5.01 1.59 13.1 12.05s.32.44-.09.86c-.42.47-.96.09-.96.09zM4.29 8l13.1 12.03s.32.44-.09.88c-.42.45-.96.09-.96.09zm7.76-2.04 9.15 8.41s.22.31-.07.63c-.28.3-.66.03-.66.03zm-6.6 5.95 9.15 8.42s.22.31-.06.62c-.29.31-.67.05-.67.05zm10.93-3.99 4.17 3.82s.11.14-.05.29c-.12.14-.31.02-.31.02zM7.56 16.1l4.18 3.81s.11.15-.04.29c-.14.15-.33.02-.33.02z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/meter-electric-outline.svg b/mkdocs-material/material/templates/.icons/material/meter-electric-outline.svg new file mode 100644 index 0000000..8fd51a6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/meter-electric-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 11a9 9 0 0 0-18 0c0 3.92 2.5 7.24 6 8.5V22h2v-2.06c.33.06.66.06 1 .06s.67 0 1-.06V22h2v-2.5c3.5-1.26 6-4.58 6-8.5m-9 7c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7M8 7h8v2H8zm4.75 3-3 3L11 14.25 9.75 15.5l1.5 1.5 3-3L13 12.75l1.25-1.25z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/meter-electric.svg b/mkdocs-material/material/templates/.icons/material/meter-electric.svg new file mode 100644 index 0000000..9285455 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/meter-electric.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c-4.96 0-9 4.04-9 9 0 3.91 2.5 7.24 6 8.47V22h2v-2.06c.33.06.66.06 1 .06s.67 0 1-.06V22h2v-2.53c3.5-1.24 6-4.57 6-8.47 0-4.96-4.04-9-9-9m2.25 12-3 3-1.5-1.5L11 14.25 9.75 13l3-3 1.5 1.5L13 12.75zM16 9H8V7h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/meter-gas-outline.svg b/mkdocs-material/material/templates/.icons/material/meter-gas-outline.svg new file mode 100644 index 0000000..5589824 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/meter-gas-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 4h-1V2h-2v2h-2V2H9v2H8C5.79 4 4 5.79 4 8v10c0 2.21 1.79 4 4 4h8c2.21 0 4-1.79 4-4V8c0-2.21-1.79-4-4-4m2 14c0 1.1-.9 2-2 2H8c-1.1 0-2-.9-2-2V8c0-1.1.9-2 2-2h8c1.1 0 2 .9 2 2zm-8.5-2.46C9.5 16.9 10.62 18 12 18s2.5-1.1 2.5-2.46c0-1.09-.45-1.41-2.5-3.79-2.07 2.4-2.5 2.71-2.5 3.79M8 8h8v2H8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/meter-gas.svg b/mkdocs-material/material/templates/.icons/material/meter-gas.svg new file mode 100644 index 0000000..4f5b0da --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/meter-gas.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 4h-1V2h-2v2h-2V2H9v2H8C5.79 4 4 5.79 4 8v10c0 2.21 1.79 4 4 4h8c2.21 0 4-1.79 4-4V8c0-2.21-1.79-4-4-4m-4 14c-1.38 0-2.5-1.1-2.5-2.46 0-1.09.43-1.39 2.5-3.79 2.05 2.38 2.5 2.7 2.5 3.79C14.5 16.9 13.38 18 12 18m4-8H8V8h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/metronome-tick.svg b/mkdocs-material/material/templates/.icons/material/metronome-tick.svg new file mode 100644 index 0000000..fb8c9b0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/metronome-tick.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 1.75-3.43.92-4.5 16.83c-.01 0-.07.34-.07.5 0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2 0-.16-.06-.5-.07-.5l-4.5-16.83zM10.29 4h3.42l3.49 13H13v-5h-2v5H6.8zM11 5v4h-1v2h4V9h-1V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/metronome.svg b/mkdocs-material/material/templates/.icons/material/metronome.svg new file mode 100644 index 0000000..1f7e1ac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/metronome.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 1.75-3.43.92-4.51 16.86c-.03.15-.06.31-.06.47 0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2 0-.16-.03-.32-.06-.47l-1.36-5.11L17 16l.2 1h-3.79l2.84-2.84-1.41-1.41L10.59 17H6.8l3.49-13h3.42l1.46 5.43 1.63-1.64-1.37-5.12zM11.25 5v9.75l1.5-1.5V5zm8.54 2.8-2.83 2.83-.71-.71-1.41 1.42 2.82 2.82 1.42-1.41-.71-.71 2.83-2.83z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/micro-sd.svg b/mkdocs-material/material/templates/.icons/material/micro-sd.svg new file mode 100644 index 0000000..dc457f1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/micro-sd.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 2a2 2 0 0 0-2 2v7l-2 2v7a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm1 2h2v4H9zm3 0h2v4h-2zm3 0h2v4h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/microphone-message-off.svg b/mkdocs-material/material/templates/.icons/material/microphone-message-off.svg new file mode 100644 index 0000000..e039dec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/microphone-message-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 5.27 3.28 4 20 20.72 18.73 22l-5.35-5.35A6 6 0 0 1 9 19.92V22H7v-2.08c-2.84-.48-5-2.95-5-5.92h2a4 4 0 0 0 4 4c1.82 0 3.36-1.22 3.84-2.89L10 13.27V14a2 2 0 0 1-2 2 2 2 0 0 1-2-2V9.27zm19.41 4.14-4.24 4.25L18.18 10H14a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v4c0 .55-.22 1.05-.59 1.41"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/microphone-message.svg b/mkdocs-material/material/templates/.icons/material/microphone-message.svg new file mode 100644 index 0000000..4fc7c41 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/microphone-message.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 7a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2 2 2 0 0 1-2-2V9a2 2 0 0 1 2-2m6 7c0 2.97-2.16 5.44-5 5.92V22H7v-2.08c-2.84-.48-5-2.95-5-5.92h2a4 4 0 0 0 4 4 4 4 0 0 0 4-4zm7.41-4.59-4.24 4.25L18.18 10H14a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v4c0 .55-.22 1.05-.59 1.41"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/microphone-minus.svg b/mkdocs-material/material/templates/.icons/material/microphone-minus.svg new file mode 100644 index 0000000..6576bd2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/microphone-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 2a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3 3 3 0 0 1-3-3V5a3 3 0 0 1 3-3m7 9c0 3.5-2.56 6.43-6 6.93V21H8v-3.07c-3.44-.5-6-3.43-6-6.93h2a5 5 0 0 0 5 5 5 5 0 0 0 5-5zm-1-6h8v2h-8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/microphone-off.svg b/mkdocs-material/material/templates/.icons/material/microphone-off.svg new file mode 100644 index 0000000..832f420 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/microphone-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 11c0 1.19-.34 2.3-.9 3.28l-1.23-1.23c.27-.62.43-1.31.43-2.05zm-4 .16L9 5.18V5a3 3 0 0 1 3-3 3 3 0 0 1 3 3v6.16M4.27 3 21 19.73 19.73 21l-4.19-4.19c-.77.46-1.63.77-2.54.91V21h-2v-3.28c-3.28-.49-6-3.31-6-6.72h1.7c0 3 2.54 5.1 5.3 5.1.81 0 1.6-.19 2.31-.52l-1.66-1.66L12 14a3 3 0 0 1-3-3v-.72L3 4.27z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/microphone-outline.svg b/mkdocs-material/material/templates/.icons/material/microphone-outline.svg new file mode 100644 index 0000000..36c16e1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/microphone-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.3 11c0 3-2.54 5.1-5.3 5.1S6.7 14 6.7 11H5c0 3.41 2.72 6.23 6 6.72V21h2v-3.28c3.28-.49 6-3.31 6-6.72m-8.2-6.1c0-.66.54-1.2 1.2-1.2s1.2.54 1.2 1.2l-.01 6.2c0 .66-.53 1.2-1.19 1.2s-1.2-.54-1.2-1.2M12 14a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3 3 3 0 0 0-3 3v6a3 3 0 0 0 3 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/microphone-plus.svg b/mkdocs-material/material/templates/.icons/material/microphone-plus.svg new file mode 100644 index 0000000..20caa5d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/microphone-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 2a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3 3 3 0 0 1-3-3V5a3 3 0 0 1 3-3m7 9c0 3.5-2.56 6.43-6 6.93V21H8v-3.07c-3.44-.5-6-3.43-6-6.93h2a5 5 0 0 0 5 5 5 5 0 0 0 5-5zm-1-6h3V2h2v3h3v2h-3v3h-2V7h-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/microphone-question-outline.svg b/mkdocs-material/material/templates/.icons/material/microphone-question-outline.svg new file mode 100644 index 0000000..a60daca --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/microphone-question-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.3 11c0 3-2.54 5.1-5.3 5.1S3.7 14 3.7 11H2c0 3.41 2.72 6.23 6 6.72V21h2v-3.28c3.28-.49 6-3.31 6-6.72M7.8 4.9c0-.66.54-1.2 1.2-1.2s1.2.54 1.2 1.2l-.01 6.2c0 .66-.53 1.2-1.19 1.2s-1.2-.54-1.2-1.2M9 14c1.66 0 3-1.34 3-3V5c0-1.66-1.34-3-3-3S6 3.34 6 5v6c0 1.66 1.34 3 3 3m11.5.5V16H19v-1.5zm-2-5H17V9c0-1.66 1.34-3 3-3s3 1.34 3 3c0 .97-.5 1.88-1.29 2.41l-.3.19c-.57.4-.91 1.01-.91 1.7v.2H19v-.2c0-1.19.6-2.3 1.59-2.95l.29-.19c.39-.26.62-.69.62-1.16 0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/microphone-question.svg b/mkdocs-material/material/templates/.icons/material/microphone-question.svg new file mode 100644 index 0000000..be8dc94 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/microphone-question.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 2c1.66 0 3 1.34 3 3v6c0 1.66-1.34 3-3 3s-3-1.34-3-3V5c0-1.66 1.34-3 3-3m7 9c0 3.53-2.61 6.44-6 6.93V21H8v-3.07c-3.39-.49-6-3.4-6-6.93h2c0 2.76 2.24 5 5 5s5-2.24 5-5zm4.5 3.5V16H19v-1.5zm-2-5H17V9c0-1.66 1.34-3 3-3s3 1.34 3 3c0 .97-.5 1.88-1.29 2.41l-.3.19c-.57.4-.91 1.01-.91 1.7v.2H19v-.2c0-1.19.6-2.3 1.59-2.95l.29-.19c.39-.26.62-.69.62-1.16 0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/microphone-settings.svg b/mkdocs-material/material/templates/.icons/material/microphone-settings.svg new file mode 100644 index 0000000..ae9c1f1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/microphone-settings.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 10h-1.7c0 3-2.54 5.1-5.3 5.1S6.7 13 6.7 10H5c0 3.41 2.72 6.23 6 6.72V20h2v-3.28c3.28-.49 6-3.31 6-6.72m-4 14h2v-2h-2m-4 2h2v-2h-2m1-9a3 3 0 0 0 3-3V4a3 3 0 0 0-3-3 3 3 0 0 0-3 3v6a3 3 0 0 0 3 3M7 24h2v-2H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/microphone-variant-off.svg b/mkdocs-material/material/templates/.icons/material/microphone-variant-off.svg new file mode 100644 index 0000000..e86a938 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/microphone-variant-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 5.27 3.28 4 20 20.72 18.73 22 16 19.26A4.01 4.01 0 0 1 12 23a4 4 0 0 1-4-4v-1H7l-.84-8.18a4.1 4.1 0 0 1-.83-1.22zM9 3a4 4 0 0 1 4 4H8.82L6.08 4.26C6.81 3.5 7.85 3 9 3m2.84 6.82-.02.18-2-2h3.05c-.18.7-.54 1.32-1.03 1.82M11 18h-1v1a2 2 0 0 0 2 2 2 2 0 0 0 2-2v-1.73l-2.65-2.65zm7-8h2l-1 1 1 1h-2a2 2 0 0 0-2 2v.18l-1.7-1.68C14.9 11 16.33 10 18 10M8 12a1 1 0 0 0 1 1c.21 0 .4-.06.56-.17l-1.39-1.39c-.11.16-.17.35-.17.56"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/microphone-variant.svg b/mkdocs-material/material/templates/.icons/material/microphone-variant.svg new file mode 100644 index 0000000..8d3fceb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/microphone-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 3a4 4 0 0 1 4 4H5a4 4 0 0 1 4-4m2.84 6.82L11 18h-1v1a2 2 0 0 0 2 2 2 2 0 0 0 2-2v-5a4 4 0 0 1 4-4h2l-1 1 1 1h-2a2 2 0 0 0-2 2v5a4 4 0 0 1-4 4 4 4 0 0 1-4-4v-1H7l-.84-8.18C5.67 9.32 5.31 8.7 5.13 8h7.74c-.18.7-.54 1.32-1.03 1.82M9 11a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/microphone.svg b/mkdocs-material/material/templates/.icons/material/microphone.svg new file mode 100644 index 0000000..e0c6e6c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/microphone.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3 3 3 0 0 1-3-3V5a3 3 0 0 1 3-3m7 9c0 3.53-2.61 6.44-6 6.93V21h-2v-3.07c-3.39-.49-6-3.4-6-6.93h2a5 5 0 0 0 5 5 5 5 0 0 0 5-5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/microscope.svg b/mkdocs-material/material/templates/.icons/material/microscope.svg new file mode 100644 index 0000000..96f8b66 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/microscope.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.46 6.28 11.05 9c-2.58.26-4.55 2.41-4.55 5a5 5 0 0 0 5 5c2.05 0 3.81-1.23 4.58-3H13.5v-2h8v2h-2.25a8.05 8.05 0 0 1-2.46 4h2.71v2h-16v-2h2.71a8 8 0 0 1-2.71-6c0-3.63 2.46-6.8 5.96-7.72m3.28-4.21.76 1.3.86-.5 3.5 6.06-3.47 2-3.5-6.06.87-.5-.76-1.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/microsoft-access.svg b/mkdocs-material/material/templates/.icons/material/microsoft-access.svg new file mode 100644 index 0000000..4626a17 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/microsoft-access.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.5 2.63q1.34 0 2.68.14l.67.09q.45.07.99.18.53.11 1.09.27.57.16 1.03.38t.75.5.29.62v14.38q0 .34-.29.62-.3.28-.75.5-.46.22-1.03.38-.56.16-1.1.27-.53.11-.97.18-.45.07-.69.09-1.33.15-2.67.15-1.35 0-2.68-.15-.23-.02-.67-.09-.45-.07-.99-.18-.53-.11-1.09-.27-.57-.16-1.02-.38-.46-.22-.76-.5-.29-.28-.29-.62V17H2.83q-.33 0-.59-.24Q2 16.5 2 16.17V7.83q0-.33.24-.59Q2.5 7 2.83 7H7V4.81q0-.34.29-.62.3-.28.76-.5.45-.22 1.02-.38.56-.16 1.1-.27.53-.11.97-.18.45-.06.69-.09 1.32-.14 2.67-.14m0 1.25q-.63 0-1.42.04-.78.04-1.58.15-.81.11-1.57.29t-1.35.45q.61.29 1.37.47.75.18 1.55.28.79.1 1.57.15.78.04 1.43.04.66 0 1.43-.04.78-.05 1.57-.15.8-.1 1.56-.28.75-.18 1.36-.47-.59-.27-1.35-.45t-1.57-.29q-.8-.11-1.58-.15t-1.42-.04m-8.56 9.91h2.12l.49 1.49h1.67L7.83 8.72H6.2l-2.42 6.56h1.66M20.75 19v-3q-.64.31-1.44.5-.81.18-1.64.29-.84.11-1.67.16-.81.05-1.5.05-.71 0-1.42-.04-.71-.05-1.41-.13-.23.17-.5.17H8.25v2q.28.21.75.38.5.18 1.07.3.58.13 1.22.22.63.1 1.21.13.62.06 1.14.08t.86.02q.34-.01.86-.03.52-.01 1.14-.07.58-.03 1.21-.13.64-.09 1.22-.22.57-.12 1.07-.3.47-.17.75-.38m0-4.37V11q-.64.31-1.44.5-.81.18-1.64.29-.84.11-1.67.16-.81.05-1.5.05-.62 0-1.25-.03-.62-.04-1.25-.1v3.75q.63.07 1.25.1.63.03 1.25.03.36 0 .88-.02t1.12-.07q.58-.06 1.2-.16.63-.06 1.2-.19.6-.13 1.06-.31.49-.15.79-.37m0-5V6q-.64.31-1.44.5-.81.18-1.64.29-.84.11-1.67.16-.81.05-1.5.05T13 6.95q-.83-.05-1.67-.16-.83-.11-1.64-.29-.8-.19-1.44-.5v1h2.92q.33 0 .59.24.24.26.24.59v2.79q.63.07 1.25.1.63.03 1.25.03.36 0 .88-.02t1.12-.07q.58-.06 1.2-.16.63-.06 1.2-.19.6-.13 1.06-.31.48-.15.79-.37M6.32 12.5l.68-2 .65 2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/microsoft-azure-devops.svg b/mkdocs-material/material/templates/.icons/material/microsoft-azure-devops.svg new file mode 100644 index 0000000..b142584 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/microsoft-azure-devops.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22 18-5 4-8-3v3l-4.19-5.75 12.91 1.05V6.34L22 5.65zM4.81 16.25V8.96l12.91-2.62L10.6 2v2.84L3.97 6.76 2 9.38v5.69z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/microsoft-azure.svg b/mkdocs-material/material/templates/.icons/material/microsoft-azure.svg new file mode 100644 index 0000000..66ce339 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/microsoft-azure.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.05 4.24 6.56 18.05 2 18l5.09-8.76zm.7 1.09L22 19.76H6.74l9.3-1.66-4.87-5.79z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/microsoft-bing.svg b/mkdocs-material/material/templates/.icons/material/microsoft-bing.svg new file mode 100644 index 0000000..76443ae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/microsoft-bing.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3v16l3.72 2L18 15.82v-4.09L9.77 8.95l1.61 3.89L13.94 14 8.7 16.92V4.27z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/microsoft-dynamics-365.svg b/mkdocs-material/material/templates/.icons/material/microsoft-dynamics-365.svg new file mode 100644 index 0000000..6c4d61c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/microsoft-dynamics-365.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m6 2 11.25 6.5-3.75 3L6 8zm0 7 3.5 2.25L6 22 18 9v6L6 22z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/microsoft-edge.svg b/mkdocs-material/material/templates/.icons/material/microsoft-edge.svg new file mode 100644 index 0000000..f79c3fe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/microsoft-edge.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.86 15.37c-.69-.77-1.16-1.69-1.31-2.72-.3.46-.55.96-.73 1.5-.92 2.75.68 6.18 3.4 7.18 2.34.78 4.97-.61 6.7-2.13.26-.35 2.31-2.16 1.29-2.36-3.02 1.55-7.02 1.11-9.35-1.47m.6-5.81c1.04-.01.04-.43-.39-.75-1.04-.57-2.26-.85-3.44-.85C3.78 8 .995 10.41 2.3 14.4c.94 3.88 4.31 7 8.29 7.5-2.05-1.29-3.29-3.71-3.29-6.12.08-2.53 1.64-5.5 4.16-6.22M2.78 8.24C5.82 6 10.66 6.18 13.28 9c1.02 1.11 1.72 3 .79 4.37-1.74 1.88 3.08 2.13 4.11 1.85 3.74-.72 4.73-5.07 2.95-8.07-1.7-3.4-5.47-5.18-9.17-5.15-4.06-.07-7.71 2.5-9.18 6.24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/microsoft-excel.svg b/mkdocs-material/material/templates/.icons/material/microsoft-excel.svg new file mode 100644 index 0000000..b22adeb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/microsoft-excel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.17 3.25q.33 0 .59.25.24.24.24.58v15.84q0 .34-.24.58-.26.25-.59.25H7.83q-.33 0-.59-.25-.24-.24-.24-.58V17H2.83q-.33 0-.59-.24Q2 16.5 2 16.17V7.83q0-.33.24-.59Q2.5 7 2.83 7H7V4.08q0-.34.24-.58.26-.25.59-.25M7 13.06l1.18 2.22h1.79L8 12.06l1.93-3.17H8.22L7.13 10.9l-.04.06-.03.07q-.26-.53-.56-1.07-.25-.53-.53-1.07H4.16l1.89 3.19L4 15.28h1.78m8.1 4.22V17H8.25v2.5m5.63-3.75v-3.12H12v3.12m1.88-4.37V8.25H12v3.13M13.88 7V4.5H8.25V7m12.5 12.5V17h-5.62v2.5m5.62-3.75v-3.12h-5.62v3.12m5.62-4.37V8.25h-5.62v3.13M20.75 7V4.5h-5.62V7Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/microsoft-internet-explorer.svg b/mkdocs-material/material/templates/.icons/material/microsoft-internet-explorer.svg new file mode 100644 index 0000000..db61970 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/microsoft-internet-explorer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m13 3 1 .06c2.8-1.27 5.23-1.42 6.5-.14 1 1.01 1.08 2.75.42 4.8A9 9 0 0 1 22 12l-.05 1H9.08c.37 2.28 1.98 4 3.92 4 1.31 0 2.47-.79 3.2-2h5.3c-1.25 3.5-4.58 6-8.5 6-1.28 0-2.5-.27-3.59-.75-2.91 1.43-5.52 1.65-6.84.31C1 18.96 1.68 15.57 4 12c.93-1.46 2.14-2.94 3.57-4.35l.81-.77c-1.17.69-2.67 1.74-4.19 3.29A9 9 0 0 1 13 3m0 4c-1.79 0-3.31 1.47-3.82 3.5h7.64C16.31 8.47 14.79 7 13 7m7.06-2.94c-.66-.67-1.84-.71-3.32-.25 1.48.69 2.76 1.75 3.67 3.08.32-1.24.23-2.24-.35-2.83M3.89 20c.83.84 2.51.69 4.55-.24a9.05 9.05 0 0 1-3.97-4.88C3.27 17.15 3 19.07 3.89 20"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/microsoft-office.svg b/mkdocs-material/material/templates/.icons/material/microsoft-office.svg new file mode 100644 index 0000000..ce15571 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/microsoft-office.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.94 5.59v12.8q0 .67-.39 1.2-.39.52-1.05.7l-5.73 1.65q-.12.03-.27.06h-.22q-.33 0-.6-.09t-.55-.24l-3.75-2.12q-.21-.12-.33-.31t-.12-.43q0-.36.26-.61.25-.25.61-.25h4.86V6.14L9 7.44q-.43.16-.7.56-.27.38-.27.85v6.73q0 .42-.21.76-.2.34-.57.54l-1.72.94q-.24.13-.48.13-.41 0-.7-.29t-.29-.71V7.47q0-.52.27-.97.28-.5.73-.76l6.16-3.5q.21-.12.45-.18t.48-.06q.17 0 .31.03.14.02.31.07l5.73 1.59q.33.09.59.27t.45.43q.2.26.3.56.1.31.1.64m-1.32 12.8V5.59q0-.23-.12-.4-.15-.19-.37-.23l-2.82-.78Q15 4.09 14.65 4q-.33-.11-.65-.19v16.4L18.13 19q.22-.04.37-.21.12-.17.12-.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/microsoft-onedrive.svg b/mkdocs-material/material/templates/.icons/material/microsoft-onedrive.svg new file mode 100644 index 0000000..6b5be63 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/microsoft-onedrive.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.21 10.29q.79.05 1.49.39.69.32 1.2.89.51.55.81 1.26.29.71.29 1.51 0 .84-.32 1.58t-.88 1.29q-.55.55-1.3.87-.72.33-1.56.33H7q-1.03 0-1.94-.41-.91-.39-1.59-1.06-.68-.68-1.07-1.59-.4-.91-.4-1.94 0-.82.26-1.58.24-.75.74-1.38.44-.63 1.08-1.1t1.42-.72q.37-.13.71-.13.35-.07.72-.09h.01q.43-.66 1.01-1.18.55-.52 1.25-.89.67-.34 1.42-.56.75-.19 1.54-.19 1.06 0 2.04.35t1.8.97q.8.62 1.37 1.48.58.87.84 1.9m-6.05-3.45q-1.11 0-2.1.46-1 .45-1.7 1.3.37.1.71.25.33.15.66.35l3.98 2.38 2.29-.96q.21-.09.44-.17.23-.07.48-.12-.24-.78-.71-1.42t-1.1-1.1q-.61-.46-1.38-.71-.73-.26-1.57-.26M4 15.66l8.27-3.48-3.19-1.92q-.49-.29-1.02-.45-.56-.15-1.11-.15-.76 0-1.45.3-.66.3-1.16.81-.5.52-.8 1.2-.29.68-.29 1.44 0 .59.2 1.18.19.6.55 1.07m13.94 1.5q.47 0 .9-.16.43-.14.8-.42L13.61 13l-8.58 3.59q.44.27.94.41.5.16 1.03.16m13.45-1.55q.3-.61.3-1.27 0-.64-.25-1.17-.24-.52-.65-.89-.42-.37-.97-.57-.56-.21-1.18-.21-.35 0-.7.1-.34.08-.67.21-.33.12-.66.27-.32.15-.63.29Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/microsoft-onenote.svg b/mkdocs-material/material/templates/.icons/material/microsoft-onenote.svg new file mode 100644 index 0000000..fd57969 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/microsoft-onenote.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.17 3.25q.33 0 .59.25.24.24.24.58v15.84q0 .34-.24.58-.26.25-.59.25H7.83q-.33 0-.59-.25-.24-.24-.24-.58V17H2.83q-.33 0-.59-.24Q2 16.5 2 16.17V7.83q0-.33.24-.59Q2.5 7 2.83 7H7V4.08q0-.34.24-.58.26-.25.59-.25M5.8 11.17l2.36 4.1h1.49V8.73H8.2v4.19L5.93 8.73H4.35v6.54H5.8m14.95 4.23V17h-2.5v2.5m2.5-3.75v-2.5h-2.5v2.5m2.5-3.75V9.5h-2.5V12m2.5-3.75V4.5H8.25V7h2.92q.33 0 .59.24.24.26.24.59v8.34q0 .33-.24.59-.26.24-.59.24H8.25v2.5H17V8.25Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/microsoft-outlook.svg b/mkdocs-material/material/templates/.icons/material/microsoft-outlook.svg new file mode 100644 index 0000000..ded5715 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/microsoft-outlook.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.56 12.03q0 .38-.06.73-.11.34-.3.62-.2.27-.49.43-.3.16-.71.16-.42 0-.71-.17t-.48-.45-.27-.63q-.09-.35-.09-.72 0-.36.09-.72.08-.35.27-.63t.5-.45q.3-.17.72-.17.43 0 .72.17.3.18.48.46.18.29.27.64.06.36.06.73M22 12v7.81q0 .39-.27.69-.28.25-.67.25H7.94q-.39 0-.67-.25-.27-.3-.27-.69V17H2.83q-.33 0-.59-.24Q2 16.5 2 16.17V7.83q0-.33.24-.59Q2.5 7 2.83 7h5.42V4.13q0-.37.25-.63.26-.25.63-.25h10.74q.37 0 .63.25.25.26.25.63v6.91l1.04.6h.01q.08.06.14.16.06.09.06.2m-5-6.87v2.5h2.5v-2.5M17 8.88v2.5h2.5v-2.5M17 12.63v1.52l2.54-1.52m-6.91-7.5v2.5h3.12v-2.5m-3.12 3.75v2.5h3.12v-2.5m-3.12 3.75v1.69l2.01 1.24 1.11-.66v-2.27M9.5 5.13V7h1.77q.06 0 .11.04V5.12M7 15.32q.73 0 1.32-.26.58-.26.99-.71.4-.45.6-1.07.21-.62.22-1.34 0-.69-.21-1.29-.2-.59-.6-1.03-.39-.44-.95-.69-.57-.25-1.29-.25-.77 0-1.37.25-.59.25-1 .7-.41.46-.62 1.08-.21.63-.21 1.37 0 .7.21 1.3.22.59.62 1.02t.97.68q.58.24 1.32.24m1.25 4.18h10.32L12 15.4v.77q0 .33-.24.59-.26.24-.59.24H8.25m12.5 2.39v-6.03l-4.92 2.95Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/microsoft-powerpoint.svg b/mkdocs-material/material/templates/.icons/material/microsoft-powerpoint.svg new file mode 100644 index 0000000..d199fad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/microsoft-powerpoint.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.25 3.25q1.21 0 2.33.31 1.12.32 2.09.89.97.55 1.77 1.36.79.8 1.36 1.77.58.97.89 2.09T22 12t-.31 2.33-.89 2.09q-.57.97-1.36 1.77-.8.81-1.77 1.36-.97.58-2.09.89t-2.33.31q-1.07 0-2.1-.25-1.03-.26-1.95-.74-.92-.49-1.7-1.18-.81-.7-1.43-1.58H2.83q-.33 0-.59-.24Q2 16.5 2 16.17V7.83q0-.33.24-.58Q2.5 7 2.83 7h3.24q.62-.88 1.43-1.58.78-.7 1.7-1.18.93-.48 1.95-.74 1.03-.25 2.1-.25m.63 1.28v6.84h6.84q-.12-1.37-.69-2.56T18.55 6.7q-.91-.91-2.12-1.48-1.2-.57-2.55-.69M9.5 10.84q0-.57-.2-.97-.19-.41-.52-.66-.33-.26-.78-.37-.45-.12-1-.12H4.37v6.55h1.54V13h1.03q.48 0 .93-.16.46-.14.82-.41.36-.26.58-.67.23-.4.23-.92m3.75 8.66q.98 0 1.89-.24.9-.26 1.71-.68.81-.45 1.48-1.08.67-.61 1.17-1.37.5-.77.83-1.66.31-.89.39-1.85h-8.08V4.53q-1.45.12-2.73.76T7.67 7h3.5q.33 0 .59.25.24.25.24.58v8.34q0 .33-.24.59-.26.24-.59.24h-3.5q.53.6 1.17 1.06.66.44 1.35.78.72.33 1.49.49.77.17 1.57.17M6.85 10q.47 0 .76.19.28.19.28.7 0 .22-.1.36t-.26.25q-.16.07-.35.1-.18.04-.38.04h-.89V10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/microsoft-sharepoint.svg b/mkdocs-material/material/templates/.icons/material/microsoft-sharepoint.svg new file mode 100644 index 0000000..84edeca --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/microsoft-sharepoint.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 13.25q0 1.04-.4 1.95-.39.9-1.07 1.58t-1.59 1.08q-.91.39-1.94.39-.64 0-1.27-.16-.09.83-.46 1.54-.38.72-.97 1.25-.58.53-1.33.82-.76.3-1.59.3-.91 0-1.71-.35-.79-.34-1.39-.93-.59-.59-.93-1.39-.35-.8-.35-1.7v-.32q.03-.15.05-.31H2.83q-.33 0-.59-.24Q2 16.5 2 16.17V7.83q0-.33.24-.59Q2.5 7 2.83 7h2.95q.12-1.06.61-2 .48-.89 1.24-1.56.75-.68 1.71-1.06T11.38 2q1.16 0 2.18.44 1.03.45 1.79 1.21t1.21 1.79Q17 6.46 17 7.63v.31q0 .15-.04.31 1.04 0 1.95.39.92.39 1.59 1.07.71.67 1.1 1.58.4.92.4 1.96m-10.63-10q-.81 0-1.54.29-.74.28-1.33.78-.56.5-.95 1.18-.38.7-.5 1.5h4.12q.33 0 .59.25.24.25.24.58v4.12l.18-.03q.17-.62.5-1.18.32-.57.79-1.02.45-.45 1.03-.79.54-.33 1.17-.5.08-.43.08-.8 0-.91-.35-1.71-.34-.79-.94-1.38-.59-.59-1.38-.94-.8-.35-1.71-.35m-4.27 12q.45 0 .9-.09.42-.09.76-.31.34-.21.55-.56.19-.36.19-.88 0-.53-.2-.88-.22-.35-.55-.59-.33-.23-.71-.38l-.72-.29Q7 11.14 6.77 11q-.22-.15-.22-.38 0-.16.12-.27.12-.1.28-.15.16-.07.33-.09.18-.01.3-.01.49 0 .88.12.38.13.79.38V9.12Q9 9.05 8.81 9q-.2-.05-.39-.08-.2-.03-.42-.05-.2-.01-.45-.01-.43 0-.88.09-.45.1-.82.32-.35.23-.59.56-.23.35-.23.86 0 .5.22.81.22.35.55.59.33.23.7.41l.72.29q.34.14.56.29.22.16.22.38 0 .19-.11.3-.1.11-.26.16-.13.08-.32.08H7q-.59 0-1.04-.18-.46-.2-.92-.52v1.56q.99.39 2.06.39m4.27 5.5q.63 0 1.21-.25.57-.24 1-.66.42-.43.67-1t.25-1.21q0-.56-.19-1.07-.18-.51-.51-.91-.34-.41-.8-.69-.45-.28-1-.4v1.61q0 .33-.24.59-.26.24-.59.24H8.31q-.06.31-.06.63 0 .64.25 1.21.24.57.66 1 .43.42 1 .66.57.25 1.21.25M17 17q.77 0 1.45-.29.69-.29 1.2-.81.51-.51.81-1.19.29-.68.29-1.46 0-.75-.29-1.45-.3-.69-.81-1.2t-1.2-.81Q17.77 9.5 17 9.5t-1.45.3-1.19.81-.81 1.19q-.3.7-.3 1.45v.21l.02.22q.46.22.85.54.38.32.7.71.3.4.52.86.21.46.32.95.66.26 1.34.26"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/microsoft-teams.svg b/mkdocs-material/material/templates/.icons/material/microsoft-teams.svg new file mode 100644 index 0000000..af73e4b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/microsoft-teams.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.19 8.77q-.46 0-.86-.17-.39-.17-.69-.47t-.47-.69q-.17-.4-.17-.86 0-.45.17-.85t.47-.69q.3-.3.69-.47.4-.18.86-.17.45-.01.85.17.4.17.7.47.29.29.47.69.17.4.17.85 0 .46-.17.86-.17.39-.47.69t-.7.47-.85.17m0-3.12q-.39 0-.69.27-.25.27-.25.66t.25.67q.3.25.69.25t.66-.25q.28-.25.28-.67 0-.39-.28-.66-.27-.27-.66-.27M22 10.33V15q0 .63-.24 1.2-.26.57-.67.99-.43.43-1 .67-.59.25-1.21.25-.38 0-.76-.11-.39-.07-.71-.25-.24.79-.71 1.44t-1.1 1.11-1.39.7q-.76.27-1.58.27-.96 0-1.81-.33-.82-.33-1.5-.94-.66-.57-1.09-1.36-.44-.8-.57-1.74H2.83q-.33 0-.59-.25-.24-.24-.24-.58V7.73q0-.34.24-.59.26-.24.59-.24H10q-.29-.6-.29-1.25 0-.61.23-1.15.22-.5.62-.92.4-.39.94-.62.5-.23 1.12-.23.61 0 1.14.23t.93.62q.4.42.62.92.23.54.23 1.15 0 .6-.23 1.14-.22.53-.62.92-.4.4-.93.63t-1.14.23q-.15 0-.31-.02-.15-.02-.31-.05v.9h9.06q.39 0 .67.27.27.27.27.66M12.63 4q-.35 0-.63.11-.33.13-.56.36-.22.23-.35.53-.13.31-.13.65 0 .35.13.65t.35.53q.23.22.56.36.28.13.63.13.34 0 .64-.13.3-.14.53-.36.23-.23.36-.53.14-.3.14-.65 0-.34-.14-.65-.13-.3-.36-.53t-.53-.36q-.3-.11-.64-.11m-4.85 6.18h1.88V8.62H4.34v1.56h1.88v5h1.56m8.6 1.09v-5.62H12v5.42q0 .34-.24.58-.26.25-.59.25H8.92q.13.67.47 1.25.34.57.82.99.48.41 1.1.65.61.21 1.32.21.77 0 1.45-.27.68-.3 1.2-.81.51-.51.8-1.19.3-.68.3-1.46M20.75 15v-4.35h-3.12v5.71q.25.25.57.38.3.12.68.12.39 0 .73-.15t.59-.4q.26-.25.4-.6.15-.34.15-.71"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/microsoft-visual-studio-code.svg b/mkdocs-material/material/templates/.icons/material/microsoft-visual-studio-code.svg new file mode 100644 index 0000000..b412fd2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/microsoft-visual-studio-code.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 16.47V7.39l-6 4.54M2.22 9.19a.86.86 0 0 1-.02-1.15l1.2-1.11c.2-.18.69-.26 1.05 0l3.42 2.61 7.93-7.25c.32-.32.87-.45 1.5-.12l4 1.91c.36.21.7.54.7 1.15v13.5c0 .4-.29.83-.6 1l-4.4 2.1c-.32.13-.92.01-1.13-.2l-8.02-7.3-3.4 2.6c-.38.26-.85.19-1.05 0l-1.2-1.1c-.32-.33-.28-.87.05-1.2l3-2.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/microsoft-visual-studio.svg b/mkdocs-material/material/templates/.icons/material/microsoft-visual-studio.svg new file mode 100644 index 0000000..5a0cdcd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/microsoft-visual-studio.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17 8.5-4.75 3.82L17 16zM4.7 18.4 2 16.7v-9l3-1 4.3 3.33L18 2l4 2.5V20l-5 2-7.66-7.34zM5 14l1.86-1.72L5 10.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/microsoft-windows-classic.svg b/mkdocs-material/material/templates/.icons/material/microsoft-windows-classic.svg new file mode 100644 index 0000000..7183bee --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/microsoft-windows-classic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.67 5.3v.61l-.71.3V5.6zm0 5.94v.62l-.71.29v-.59zm0 6.03v.62l-.71.29v-.59zM2.6 7.29v.55l-.57.26v-.54zm0 1.99v.54l-.57.26v-.54zm0 4.03v.53l-.57.26v-.54zm0 2.02v.54l-.57.26v-.53zm1.9-9.69v.72l-1 .37V6zm0 6.02v.71l-1 .37v-.71zm0 6.04v.71l-1 .4v-.71zm-.07-9.98v.66l-.79.3V8zm0 2.01v.64l-.78.3V10zm0 4.01v.64l-.78.31v-.66zm0 2.02v.65l-.78.31v-.66zm1.88-9.67v.85l-1.26.49v-.84zm0 6.02v.85l-1.26.49v-.84zm0 5.97v.85l-1.26.5v-.85zm-.06-9.9v.76l-1.06.4v-.73zm0 2v.75l-1.06.42v-.75zm0 4.01v.75l-1.06.43v-.75zm0 1.95v.76l-1.06.42v-.75zm2.04-10.1v1.12l-1.57.62V6.67zm0 6.02v1.13l-1.57.61v-1.12zm0 5.97v1.12l-1.57.62v-1.11zm-.09-9.9v1.03l-1.31.53V8.66zm0 2v1.02l-1.31.53v-1.03zm0 4.02v1.03l-1.31.52v-1.03zm0 1.95v1.02l-1.31.52v-1.01zm2.14-10.25v1.47L8.61 8V6.56zm0 6.02v1.46l-1.73.7v-1.47zm0 5.97v1.46l-1.73.7v-1.46zm-.08-9.79v1.23l-1.48.59V8.64zm0 1.92v1.23l-1.48.58v-1.22zm0 4.09v1.25l-1.48.57v-1.23zm0 1.94v1.25l-1.48.59V16.6zm2.19-10.88v2l-1.86.77V6c.64-.35 1.26-.65 1.86-.88m0 2.21v1.73l-1.86.78V8.1zm0 1.95v1.76l-1.86.78v-1.76zm0 1.97V13l-1.86.77V12zm0 1.96V15l-1.86.78V14zm0 2v1.75l-1.86.8V16zm0 1.96v1.87c-.73.28-1.35.55-1.86.8v-1.88zm9.59-11.99v14.05c-1.19-.79-2.67-1.18-4.45-1.18-1.47 0-3.12.3-4.94.91v-1.9c.97-.37 2.03-.64 3.19-.8v-4.57c-.98.12-2.04.46-3.19 1.02V11.4c.99-.46 2.06-.77 3.19-.94V6c-1.02.18-2.08.53-3.19 1V5.03C14.27 4.34 15.86 4 17.41 4c1.68 0 3.22.39 4.63 1.18m-1.89 1.23c-.76-.41-1.65-.59-2.73-.59-.13 0-.25.01-.37.02v4.54l.41-.01c.91 0 1.81.13 2.69.43zm0 5.69c-.81-.36-1.72-.54-2.71-.54-.13 0-.26.01-.39.02v4.58h.41c.99 0 1.89.12 2.69.37z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/microsoft-windows.svg b/mkdocs-material/material/templates/.icons/material/microsoft-windows.svg new file mode 100644 index 0000000..6717a85 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/microsoft-windows.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 12V6.75l6-1.32v6.48zm17-9v8.75l-10 .15V5.21zM3 13l6 .09v6.81l-6-1.15zm17 .25V22l-10-1.91V13.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/microsoft-word.svg b/mkdocs-material/material/templates/.icons/material/microsoft-word.svg new file mode 100644 index 0000000..3ee925c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/microsoft-word.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.17 3.25q.33 0 .59.25.24.24.24.58v15.84q0 .34-.24.58-.26.25-.59.25H7.83q-.33 0-.59-.25-.24-.24-.24-.58V17H2.83q-.33 0-.59-.24Q2 16.5 2 16.17V7.83q0-.33.24-.59Q2.5 7 2.83 7H7V4.08q0-.34.24-.58.26-.25.59-.25m-.8 8.09 1.2 3.94H9.6l1.31-6.56H9.53l-.78 3.88-1.11-3.75H6.5l-1.19 3.77-.78-3.9H3.09l1.31 6.56h1.37m14.98 4.22V17H8.25v2.5m12.5-3.75v-3.12H12v3.12m8.75-4.37V8.25H12v3.13M20.75 7V4.5H8.25V7Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/microsoft-xbox-controller-battery-alert.svg b/mkdocs-material/material/templates/.icons/material/microsoft-xbox-controller-battery-alert.svg new file mode 100644 index 0000000..da02599 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/microsoft-xbox-controller-battery-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 19V7h-6v12zm.67-14C22.4 5 23 5.6 23 6.33v13.34A1.33 1.33 0 0 1 21.67 21h-7.34c-.73 0-1.33-.6-1.33-1.33v-2.92H7.75C5.75 16.75 5 19 3 20c-2 0-3.5-3 .5-11.5h.25l.44-.83S7 6 8.33 7.23H13v-.9A1.33 1.33 0 0 1 14.33 5H16V3h4v2zM11 8a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1m6 1h2v5h-2zm0 6h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/microsoft-xbox-controller-battery-charging.svg b/mkdocs-material/material/templates/.icons/material/microsoft-xbox-controller-battery-charging.svg new file mode 100644 index 0000000..a1b1be0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/microsoft-xbox-controller-battery-charging.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 5h1.67C22.4 5 23 5.6 23 6.33v13.34A1.33 1.33 0 0 1 21.67 21h-7.34c-.73 0-1.33-.6-1.33-1.33v-2.92H7.75C5.75 16.75 5 19 3 20c-2 0-3.5-3 .5-11.5h.25l.44-.83S7 6 8.33 7.23H13v-.9A1.33 1.33 0 0 1 14.33 5H16V3h4zm1 2h-6v12h6zm-5.5 7 3-6.5V12h2l-3 6.5V14zM11 8a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/microsoft-xbox-controller-battery-empty.svg b/mkdocs-material/material/templates/.icons/material/microsoft-xbox-controller-battery-empty.svg new file mode 100644 index 0000000..fb4e29f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/microsoft-xbox-controller-battery-empty.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 19V7h-6v12zm.67-14C22.4 5 23 5.6 23 6.33v13.34A1.33 1.33 0 0 1 21.67 21h-7.34c-.73 0-1.33-.6-1.33-1.33v-2.92H7.75C5.75 16.75 5 19 3 20c-2 0-3.5-3 .5-11.5h.25l.44-.83S7 6 8.33 7.23H13v-.9A1.33 1.33 0 0 1 14.33 5H16V3h4v2zM11 8a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/microsoft-xbox-controller-battery-full.svg b/mkdocs-material/material/templates/.icons/material/microsoft-xbox-controller-battery-full.svg new file mode 100644 index 0000000..3ebafc3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/microsoft-xbox-controller-battery-full.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.67 5C22.4 5 23 5.6 23 6.33v13.34A1.33 1.33 0 0 1 21.67 21h-7.34c-.73 0-1.33-.6-1.33-1.33v-2.92H7.75C5.75 16.75 5 19 3 20c-2 0-3.5-3 .5-11.5h.25l.44-.83S7 6 8.33 7.23H13v-.9A1.33 1.33 0 0 1 14.33 5H16V3h4v2zM11 8a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/microsoft-xbox-controller-battery-low.svg b/mkdocs-material/material/templates/.icons/material/microsoft-xbox-controller-battery-low.svg new file mode 100644 index 0000000..4446747 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/microsoft-xbox-controller-battery-low.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 16V7h-6v9zm.67-11C22.4 5 23 5.6 23 6.33v13.34A1.33 1.33 0 0 1 21.67 21h-7.34c-.73 0-1.33-.6-1.33-1.33v-2.92H7.75C5.75 16.75 5 19 3 20c-2 0-3.5-3 .5-11.5h.25l.44-.83S7 6 8.33 7.23H13v-.9A1.33 1.33 0 0 1 14.33 5H16V3h4v2zM11 8a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/microsoft-xbox-controller-battery-medium.svg b/mkdocs-material/material/templates/.icons/material/microsoft-xbox-controller-battery-medium.svg new file mode 100644 index 0000000..722907b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/microsoft-xbox-controller-battery-medium.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 12V7h-6v5zm.67-7C22.4 5 23 5.6 23 6.33v13.34A1.33 1.33 0 0 1 21.67 21h-7.34c-.73 0-1.33-.6-1.33-1.33v-2.92H7.75C5.75 16.75 5 19 3 20c-2 0-3.5-3 .5-11.5h.25l.44-.83S7 6 8.33 7.23H13v-.9A1.33 1.33 0 0 1 14.33 5H16V3h4v2zM11 8a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/microsoft-xbox-controller-battery-unknown.svg b/mkdocs-material/material/templates/.icons/material/microsoft-xbox-controller-battery-unknown.svg new file mode 100644 index 0000000..b3600e8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/microsoft-xbox-controller-battery-unknown.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.67 5C22.4 5 23 5.6 23 6.33v13.34A1.33 1.33 0 0 1 21.67 21h-7.34c-.73 0-1.33-.6-1.33-1.33v-2.92H7.75C5.75 16.75 5 19 3 20c-2 0-3.5-3 .5-11.5h.25l.44-.83S7 6 8.33 7.23H13v-.9A1.33 1.33 0 0 1 14.33 5H16V3h4v2zM11 8a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1m7.19 0c-.87 0-1.57.2-2.11.59-.52.41-.78.98-.77 1.77l.01.03h1.93c.01-.3.1-.53.28-.69a1 1 0 0 1 .66-.23c.31 0 .57.1.75.28.18.19.26.45.26.75 0 .32-.07.59-.23.82-.14.23-.35.43-.61.59-.51.34-.86.64-1.05.91-.2.26-.31.68-.31 1.18h2c0-.31.04-.56.13-.74s.26-.36.51-.52c.45-.24.82-.53 1.11-.93s.44-.81.44-1.31c0-.76-.27-1.37-.81-1.82-.53-.45-1.26-.68-2.19-.68M17 15v2h2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/microsoft-xbox-controller-menu.svg b/mkdocs-material/material/templates/.icons/material/microsoft-xbox-controller-menu.svg new file mode 100644 index 0000000..224723b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/microsoft-xbox-controller-menu.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2M6 7h12v2H6zm0 4h12v2H6zm0 4h12v2H6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/microsoft-xbox-controller-off.svg b/mkdocs-material/material/templates/.icons/material/microsoft-xbox-controller-off.svg new file mode 100644 index 0000000..6b6c2fa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/microsoft-xbox-controller-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 5.27 3.28 4 20 20.72 18.73 22l-6.23-6.25H8.75C6.75 15.75 6 18 4 19c-2 0-3.5-2.96.42-11.31zm7.33.96h5.34c1.33-1.23 4.14.44 4.14.44l.44.83h.25c3.5 7.5 2.78 10.7 1.19 11.37L7.62 5.8c.63-.07 1.25.01 1.71.43M12 7a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/microsoft-xbox-controller-view.svg b/mkdocs-material/material/templates/.icons/material/microsoft-xbox-controller-view.svg new file mode 100644 index 0000000..79ba982 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/microsoft-xbox-controller-view.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.47 2 2 6.5 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2M6 7h9v2H8v5H6zm3 3h9v7H9zm2 2v3h5v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/microsoft-xbox-controller.svg b/mkdocs-material/material/templates/.icons/material/microsoft-xbox-controller.svg new file mode 100644 index 0000000..eb5ae05 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/microsoft-xbox-controller.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.75 15.75C6.75 15.75 6 18 4 19c-2 0-3.5-3 .5-11.5h.25l.44-.83S8 5 9.33 6.23h5.34c1.33-1.23 4.14.44 4.14.44l.44.83h.25C23.5 16 22 19 20 19c-2-1-2.75-3.25-4.75-3.25zM12 7a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/microsoft-xbox.svg b/mkdocs-material/material/templates/.icons/material/microsoft-xbox.svg new file mode 100644 index 0000000..e719c56 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/microsoft-xbox.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.43 3.72c.07-.06.14-.12.19-.16C8.18 2.55 10 2 12 2c1.88 0 3.64.5 5.14 1.42.11.08.4.27.56.46C16.25 2.28 12 5.7 12 5.7c-1.5-1.13-2.83-1.9-3.84-2.2-.85-.21-1.43 0-1.7.2m12.88 1.51c-.05-.05-.1-.1-.14-.15-.36-.4-.82-.5-1.2-.47-.39.12-2.1.73-4.2 2.72 0 0 2.37 2.3 3.82 4.65s2.31 4.2 1.78 6.77C21 16.95 22 14.59 22 12c0-2.62-1-5-2.66-6.79m-3.61 7.75c-.65-.72-1.6-1.75-2.87-3.01-.27-.27-.56-.55-.86-.85 0 0-.47.46-1.07 1.07-.77.77-1.76 1.78-2.32 2.37-.98 1.05-3.8 4.35-3.96 6.2 0 0-.65-1.46.75-4.85.9-2.21 3.6-5.53 4.75-6.61 0 0-1.03-1.14-2.33-1.93l-.05-.03c-.63-.37-1.31-.66-1.97-.7-.67.05-1.09.54-1.09.54A9.95 9.95 0 0 0 2 12a10 10 0 0 0 10 10c2.93 0 5.57-1.26 7.4-3.27 0 0-.21-1.33-1.56-3.23-.31-.43-1.47-1.81-2.11-2.54"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/microsoft.svg b/mkdocs-material/material/templates/.icons/material/microsoft.svg new file mode 100644 index 0000000..c71cde4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/microsoft.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 3h9v9H2zm9 19H2v-9h9zM21 3v9h-9V3zm0 19h-9v-9h9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/microwave-off.svg b/mkdocs-material/material/templates/.icons/material/microwave-off.svg new file mode 100644 index 0000000..5c78e44 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/microwave-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.11 21.46 2.39 1.73 1.11 3l2.15 2.15C2.5 5.44 2 6.16 2 7v10a2 2 0 0 0 2 2h13.11l3.73 3.73zM4 17V7h1.11l10 10zM16 7v5.8l5.5 5.51c.31-.36.5-.81.5-1.31V7a2 2 0 0 0-2-2H8.2l2 2zm3 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1m0 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1m-6-1.2V9h2v2.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/microwave.svg b/mkdocs-material/material/templates/.icons/material/microwave.svg new file mode 100644 index 0000000..50e3f3d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/microwave.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 5a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2zm0 2h12v10H4zm15 0a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m-6 2v6h2V9zm6 2a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/middleware-outline.svg b/mkdocs-material/material/templates/.icons/material/middleware-outline.svg new file mode 100644 index 0000000..bd15291 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/middleware-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23 12-4-4v3h-3.14c-.45-1.72-2-3-3.86-3s-3.41 1.28-3.86 3H5L2 8v8l3-3h3.14c.45 1.72 2 3 3.86 3s3.41-1.28 3.86-3H19v3zm-11 2c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/middleware.svg b/mkdocs-material/material/templates/.icons/material/middleware.svg new file mode 100644 index 0000000..825ce3f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/middleware.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23 12-4-4v3h-4.18C14.4 9.84 13.3 9 12 9s-2.4.84-2.82 2H5L2 8v8l3-3h4.18c.42 1.16 1.52 2 2.82 2s2.4-.84 2.82-2H19v3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/midi-port.svg b/mkdocs-material/material/templates/.icons/material/midi-port.svg new file mode 100644 index 0000000..7ca27cc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/midi-port.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m8.18 10c0-3.82-2.63-7.04-6.18-7.93V6h-4V4.07A8.185 8.185 0 0 0 3.82 12 8.18 8.18 0 0 0 12 20.18 8.18 8.18 0 0 0 20.18 12M7 10.64A1.36 1.36 0 0 1 8.36 12 1.36 1.36 0 0 1 7 13.36c-.75 0-1.36-.61-1.36-1.36s.61-1.36 1.36-1.36m10 0A1.36 1.36 0 0 1 18.36 12 1.36 1.36 0 0 1 17 13.36 1.36 1.36 0 0 1 15.64 12 1.36 1.36 0 0 1 17 10.64m-8.64 3.63a1.37 1.37 0 0 1 1.37 1.37c0 .75-.61 1.36-1.37 1.36A1.36 1.36 0 0 1 7 15.64c0-.76.61-1.37 1.36-1.37m7.28 0c.75 0 1.36.61 1.36 1.37A1.36 1.36 0 0 1 15.64 17c-.76 0-1.37-.61-1.37-1.36a1.37 1.37 0 0 1 1.37-1.37M12 15.64A1.36 1.36 0 0 1 13.36 17 1.36 1.36 0 0 1 12 18.36 1.36 1.36 0 0 1 10.64 17 1.36 1.36 0 0 1 12 15.64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/midi.svg b/mkdocs-material/material/templates/.icons/material/midi.svg new file mode 100644 index 0000000..376939c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/midi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.15 8.26H22v7.48h-1.85M13 8.26h5.43c.57 0 .87.48.87 1.04v5.51c0 .69-.3.93-.92.93H13V11h1.87v2.91h2.63V9.95H13m-2.68-1.69h1.82v7.48h-1.82M2 8.26h6.55c.55 0 .86.48.86 1.04v6.44H7.59v-5.59H6.5v5.59H4.87v-5.59H3.83v5.59H2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/mine.svg b/mkdocs-material/material/templates/.icons/material/mine.svg new file mode 100644 index 0000000..a99e8be --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/mine.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 13v-2h-3.07a8 8 0 0 0-1.62-3.9l2.19-2.17-1.43-1.43-2.17 2.19A8 8 0 0 0 13 4.07V1h-2v3.07c-1.42.18-2.77.74-3.9 1.62L4.93 3.5 3.5 4.93 5.69 7.1A8 8 0 0 0 4.07 11H1v2h3.07c.18 1.42.74 2.77 1.62 3.9L3.5 19.07l1.43 1.43 2.17-2.19c1.13.88 2.48 1.44 3.9 1.62V23h2v-3.07c1.42-.18 2.77-.74 3.9-1.62l2.17 2.19 1.43-1.43-2.19-2.17a8 8 0 0 0 1.62-3.9zM12 8a4 4 0 0 0-4 4H6a6 6 0 0 1 6-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/minecraft.svg b/mkdocs-material/material/templates/.icons/material/minecraft.svg new file mode 100644 index 0000000..1f3f9dc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/minecraft.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m2 4v4h4v2H8v6h2v-2h4v2h2v-6h-2v-2h4V6h-4v4h-4V6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/mini-sd.svg b/mkdocs-material/material/templates/.icons/material/mini-sd.svg new file mode 100644 index 0000000..77b1bbe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/mini-sd.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-6l-2-2V6a2 2 0 0 0-2-2zm1 2h2v4H7zm3 0h2v4h-2zm3 0h2v4h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/minidisc.svg b/mkdocs-material/material/templates/.icons/material/minidisc.svg new file mode 100644 index 0000000..7222df7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/minidisc.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm7 2a7 7 0 0 1 6.7 5H16a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2.71c-.89 2.97-3.62 5-6.71 5a7 7 0 0 1-7-7 7 7 0 0 1 7-7m0 5a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/minus-box-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/minus-box-multiple-outline.svg new file mode 100644 index 0000000..aedc88f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/minus-box-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 11h-8V9h8m2-5v12H8V4zm0-2H8c-1.1 0-2 .9-2 2v12a2 2 0 0 0 2 2h12c1.11 0 2-.89 2-2V4a2 2 0 0 0-2-2M4 6H2v14a2 2 0 0 0 2 2h14v-2H4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/minus-box-multiple.svg b/mkdocs-material/material/templates/.icons/material/minus-box-multiple.svg new file mode 100644 index 0000000..5d40fac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/minus-box-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 11H9V9h10m1-7H8c-1.1 0-2 .9-2 2v12a2 2 0 0 0 2 2h12c1.11 0 2-.89 2-2V4a2 2 0 0 0-2-2M4 6H2v14a2 2 0 0 0 2 2h14v-2H4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/minus-box-outline.svg b/mkdocs-material/material/templates/.icons/material/minus-box-outline.svg new file mode 100644 index 0000000..e46f01b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/minus-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 19V5H5v14zm0-16a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm-2 8v2H7v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/minus-box.svg b/mkdocs-material/material/templates/.icons/material/minus-box.svg new file mode 100644 index 0000000..57bfe11 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/minus-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 13H7v-2h10m2-8H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/minus-circle-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/minus-circle-multiple-outline.svg new file mode 100644 index 0000000..fc87c86 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/minus-circle-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 11v2h8v-2zm-9 1c0-2.79 1.64-5.2 4-6.32V3.5C2.5 4.76 0 8.09 0 12s2.5 7.24 6 8.5v-2.18C3.64 17.2 2 14.79 2 12m13-9c-4.96 0-9 4.04-9 9s4.04 9 9 9 9-4.04 9-9-4.04-9-9-9m0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/minus-circle-multiple.svg b/mkdocs-material/material/templates/.icons/material/minus-circle-multiple.svg new file mode 100644 index 0000000..398c299 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/minus-circle-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 12c0-2.79 1.64-5.2 4-6.32V3.5C2.5 4.76 0 8.09 0 12s2.5 7.24 6 8.5v-2.18C3.64 17.2 2 14.79 2 12m13-9c-4.96 0-9 4.04-9 9s4.04 9 9 9 9-4.04 9-9-4.04-9-9-9m5 10H10v-2h10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/minus-circle-off-outline.svg b/mkdocs-material/material/templates/.icons/material/minus-circle-off-outline.svg new file mode 100644 index 0000000..18dae10 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/minus-circle-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.1 21.5 2.4 1.7 1.1 3l3 3C2.8 7.6 2 9.7 2 12c0 5.5 4.5 10 10 10 2.3 0 4.4-.8 6-2.1l2.8 2.8zM12 20c-4.4 0-8-3.6-8-8 0-1.7.6-3.3 1.5-4.6L9.1 11H7v2h4.1l5.5 5.5c-1.3.9-2.9 1.5-4.6 1.5M8.2 5 6.7 3.5C8.3 2.6 10.1 2 12 2c5.5 0 10 4.5 10 10 0 1.9-.6 3.7-1.5 5.3L19 15.8c.6-1.1 1-2.4 1-3.8 0-4.4-3.6-8-8-8-1.4 0-2.7.4-3.8 1m8 8-2-2H17v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/minus-circle-off.svg b/mkdocs-material/material/templates/.icons/material/minus-circle-off.svg new file mode 100644 index 0000000..61f45bd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/minus-circle-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.1 21.5 2.4 1.7 1.1 3l3 3C2.8 7.6 2 9.7 2 12c0 5.5 4.5 10 10 10 2.3 0 4.4-.8 6-2.1l2.8 2.8zM7 13v-2h2.1l2 2zm7.2-2L6.7 3.5C8.3 2.6 10.1 2 12 2c5.5 0 10 4.5 10 10 0 1.9-.6 3.7-1.5 5.3L16.2 13h.8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/minus-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/minus-circle-outline.svg new file mode 100644 index 0000000..cf99ac9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/minus-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m0-18A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2M7 13h10v-2H7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/minus-circle.svg b/mkdocs-material/material/templates/.icons/material/minus-circle.svg new file mode 100644 index 0000000..a65e82a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/minus-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 13H7v-2h10m-5-9A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/minus-network-outline.svg b/mkdocs-material/material/templates/.icons/material/minus-network-outline.svg new file mode 100644 index 0000000..9461a9b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/minus-network-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 20a1 1 0 0 0-1-1h-1v-2h4a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h4v2h-1a1 1 0 0 0-1 1H2v2h7a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1h7v-2zm-8-5V5h10v10zm8-4V9H9v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/minus-network.svg b/mkdocs-material/material/templates/.icons/material/minus-network.svg new file mode 100644 index 0000000..a6e3f7f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/minus-network.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 11V9H8v2zm1-8a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-4v2h1a1 1 0 0 1 1 1h7v2h-7a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1H2v-2h7a1 1 0 0 1 1-1h1v-2H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/minus-thick.svg b/mkdocs-material/material/templates/.icons/material/minus-thick.svg new file mode 100644 index 0000000..2d541e9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/minus-thick.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 14H4v-4h16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/minus.svg b/mkdocs-material/material/templates/.icons/material/minus.svg new file mode 100644 index 0000000..9eda248 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 13H5v-2h14z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/mirror-rectangle.svg b/mkdocs-material/material/templates/.icons/material/mirror-rectangle.svg new file mode 100644 index 0000000..760877a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/mirror-rectangle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m8.29 10.28 3.24-3.25 1.06 1.06-3.24 3.25zm.41 4.33 5.66-5.66L15.42 10l-5.66 5.67zM18 3v18H6V3zm2-2H4v22h16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/mirror-variant.svg b/mkdocs-material/material/templates/.icons/material/mirror-variant.svg new file mode 100644 index 0000000..c6ba7d9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/mirror-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m8.29 10.28 3.24-3.25 1.06 1.06-3.24 3.25zm.41 4.33 5.66-5.66L15.42 10l-5.66 5.67zM14.17 3 18 6.83v10.34L14.17 21H9.83L6 17.17V6.83L9.83 3zM15 1H9L4 6v12l5 5h6l5-5V6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/mirror.svg b/mkdocs-material/material/templates/.icons/material/mirror.svg new file mode 100644 index 0000000..801c44d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/mirror.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1c4.69 0 8.5 4.93 8.5 11 0 6.08-3.81 11-8.5 11s-8.5-4.92-8.5-11C3.5 5.93 7.31 1 12 1m0 2c-3.59 0-6.5 4.03-6.5 9s2.91 9 6.5 9 6.5-4.03 6.5-9-2.91-9-6.5-9m-3.71 7.28 3.24-3.25 1.06 1.06-3.24 3.25zm.41 4.33 5.66-5.66L15.42 10l-5.66 5.67z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/mixed-martial-arts.svg b/mkdocs-material/material/templates/.icons/material/mixed-martial-arts.svg new file mode 100644 index 0000000..445ee34 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/mixed-martial-arts.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 10V7H7v3zm3-3c.28 0 .5.09.7.29.19.21.3.44.3.71v2.78c0 .19-.03.33-.06.42l-.8 3.99c-.14.53-.44.81-.94.81H6.8c-.53 0-.85-.28-.94-.81l-.8-3.99c-.03-.09-.06-.23-.06-.42V5c0-.5.21-1 .6-1.39C6 3.2 6.45 3 7 3h8c.53 0 1 .2 1.41.61.4.39.59.89.59 1.39v3c0-.27.11-.5.3-.71.2-.2.42-.29.7-.29M7 20v-3h10v3c0 .3-.09.53-.29.72-.21.19-.44.28-.71.28H8c-.27 0-.5-.09-.71-.28-.2-.19-.29-.42-.29-.72"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/mixed-reality.svg b/mkdocs-material/material/templates/.icons/material/mixed-reality.svg new file mode 100644 index 0000000..13f30a3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/mixed-reality.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m3.25 12h1.5l1-3.43V15h1.5V9H10l-1 3.43L8 9H5.75v6h1.5v-3.43zm5.25-6v6H15v-2h1.15l.85 2h1.5l-.9-2.1c.5-.25.9-.8.9-1.4v-1c0-.85-.65-1.5-1.5-1.5zm1.5 1.5h2v1h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/molecule-co.svg b/mkdocs-material/material/templates/.icons/material/molecule-co.svg new file mode 100644 index 0000000..04a439b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/molecule-co.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 7c-1.1 0-2 .9-2 2v6a2 2 0 0 0 2 2h3v-2H8V9h3V7zm6 0c-1.1 0-2 .9-2 2v6a2 2 0 0 0 2 2h2c1.11 0 2-.89 2-2V9a2 2 0 0 0-2-2zm0 2h2v6h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/molecule-co2.svg b/mkdocs-material/material/templates/.icons/material/molecule-co2.svg new file mode 100644 index 0000000..dc1f71e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/molecule-co2.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 7a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h3v-2H5V9h3V7zm6 0a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zm0 2h2v6h-2zm5 1.5V12h3v1.5h-1.5A1.5 1.5 0 0 0 16 15v3h4.5v-1.5h-3V15H19a1.5 1.5 0 0 0 1.5-1.5V12a1.5 1.5 0 0 0-1.5-1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/molecule.svg b/mkdocs-material/material/templates/.icons/material/molecule.svg new file mode 100644 index 0000000..79c01a5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/molecule.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.27 10 9 7h5.42l1.16-2-.08-.5A1.5 1.5 0 0 1 17 3a1.5 1.5 0 0 1 1.5 1.5c0 .71-.5 1.31-1.17 1.46l-.96 1.67L17.73 10l.86-1.5-.09-.5A1.5 1.5 0 0 1 20 6.5 1.5 1.5 0 0 1 21.5 8c0 .71-.5 1.3-1.15 1.46L18.89 12l1.73 3c.77.07 1.38.71 1.38 1.5a1.5 1.5 0 0 1-1.5 1.5 1.5 1.5 0 0 1-1.5-1.5v-.26L17.73 14l-1.36 2.37.96 1.67a1.5 1.5 0 0 1 1.17 1.46A1.5 1.5 0 0 1 17 21a1.5 1.5 0 0 1-1.5-1.5l.08-.5-1.16-2h-3.84l-1.16 2 .08.5A1.5 1.5 0 0 1 8 21a1.5 1.5 0 0 1-1.5-1.5c0-.71.5-1.31 1.17-1.46l.96-1.67L4.38 9C3.61 8.93 3 8.29 3 7.5A1.5 1.5 0 0 1 4.5 6 1.5 1.5 0 0 1 6 7.5v.26zm2.88-1-1.73 3 1.73 3h4.7l1.73-3-1.73-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/monitor-account.svg b/mkdocs-material/material/templates/.icons/material/monitor-account.svg new file mode 100644 index 0000000..18116a3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/monitor-account.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 2c1.05 0 1.92.81 2 1.85V16c0 1.05-.82 1.92-1.85 2H14v2h2v2H8v-2h2v-2H3c-1.05 0-1.92-.82-2-1.85V4a2 2 0 0 1 1.85-2H21m0 2H3v12h18zm-9 7c2.21 0 4 .9 4 2v1H8v-1c0-1.1 1.79-2 4-2m0-5a2 2 0 1 1 0 4c-1.11 0-2-.89-2-2s.9-2 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/monitor-arrow-down-variant.svg b/mkdocs-material/material/templates/.icons/material/monitor-arrow-down-variant.svg new file mode 100644 index 0000000..9578f01 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/monitor-arrow-down-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17 14 5-5-1.4-1.4-2.6 2.6V3h-2v7.2l-2.6-2.6L12 9zm6 0v2c0 1.1-.9 2-2 2h-7v2h2v2H8v-2h2v-2H3c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h9v2H3v12h18v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/monitor-arrow-down.svg b/mkdocs-material/material/templates/.icons/material/monitor-arrow-down.svg new file mode 100644 index 0000000..be200fa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/monitor-arrow-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 16H3V4h18m0-2H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h7v2H8v2h8v-2h-2v-2h7c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m-5 8h-3V6h-2v4H8l4 4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/monitor-cellphone-star.svg b/mkdocs-material/material/templates/.icons/material/monitor-cellphone-star.svg new file mode 100644 index 0000000..34c599e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/monitor-cellphone-star.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 11h-5a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-9a1 1 0 0 0-1-1m0 9h-5v-7h5zM20 2H2C.89 2 0 2.89 0 4v12a2 2 0 0 0 2 2h7v2H7v2h8v-2h-2v-2h2v-2H2V4h18v5h2V4a2 2 0 0 0-2-2m-8.03 7L11 6l-.97 3H7l2.47 1.76-.94 2.91 2.47-1.8 2.47 1.8-.94-2.91L15 9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/monitor-cellphone.svg b/mkdocs-material/material/templates/.icons/material/monitor-cellphone.svg new file mode 100644 index 0000000..b34598d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/monitor-cellphone.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 11h-5a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-9a1 1 0 0 0-1-1m0 9h-5v-7h5zM20 2H2C.89 2 0 2.89 0 4v12a2 2 0 0 0 2 2h7v2H7v2h8v-2h-2v-2h2v-2H2V4h18v5h2V4a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/monitor-dashboard.svg b/mkdocs-material/material/templates/.icons/material/monitor-dashboard.svg new file mode 100644 index 0000000..aa461ec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/monitor-dashboard.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 16V4H3v12zm0-14a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-7v2h2v2H8v-2h2v-2H3a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2zM5 6h9v5H5zm10 0h4v2h-4zm4 3v5h-4V9zM5 12h4v2H5zm5 0h4v2h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/monitor-edit.svg b/mkdocs-material/material/templates/.icons/material/monitor-edit.svg new file mode 100644 index 0000000..935d0d8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/monitor-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 2H3c-1.1 0-2 .9-2 2v12a2 2 0 0 0 2 2h7v2H8v2h8v-2h-2v-2h7c1.11 0 2-.89 2-2V4a2 2 0 0 0-2-2m0 14H3V4h18zm-5.16-7.8-1.01 1.01-2.07-2.03 1.01-1.02c.2-.21.54-.22.78 0l1.29 1.25c.21.21.22.55 0 .79M8 11.91l4.17-4.19 2.07 2.08-4.16 4.2H8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/monitor-eye.svg b/mkdocs-material/material/templates/.icons/material/monitor-eye.svg new file mode 100644 index 0000000..3760ac4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/monitor-eye.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 4v12h18V4zm0-2h18a2 2 0 0 1 2 2v12c0 .53-.21 1.04-.59 1.41-.37.38-.88.59-1.41.59h-7v2h2v2H8v-2h2v-2H3c-.53 0-1.04-.21-1.41-.59C1.21 17.04 1 16.53 1 16V4c0-1.11.89-2 2-2m7.84 6.93c.31-.3.73-.48 1.16-.48.43.01.85.18 1.16.49.3.3.48.72.48 1.15 0 .44-.18.85-.48 1.16-.31.31-.73.48-1.16.48s-.85-.18-1.16-.48c-.3-.31-.48-.72-.48-1.16 0-.43.18-.85.48-1.16M10.07 12a2.68 2.68 0 0 0 3.86 0c.51-.5.8-1.19.8-1.91s-.29-1.42-.8-1.93-1.21-.8-1.93-.8-1.42.29-1.93.8-.8 1.21-.8 1.93.29 1.41.8 1.91M6 10.09A6.45 6.45 0 0 1 12 6c2.73 0 5.06 1.7 6 4.09a6.42 6.42 0 0 1-6 4.09c-2.73 0-5.06-1.68-6-4.09"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/monitor-lock.svg b/mkdocs-material/material/templates/.icons/material/monitor-lock.svg new file mode 100644 index 0000000..226d2c0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/monitor-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.5 13a2.5 2.5 0 0 1 2.5 2.5v.5a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1v-.5a2.5 2.5 0 0 1 2.5-2.5m0 1a1.5 1.5 0 0 0-1.5 1.5v.5h3v-.5a1.5 1.5 0 0 0-1.5-1.5M20 4H2v12h13v2h-2v2h2v2H7v-2h2v-2H2a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2h18a2 2 0 0 1 2 2v7.53c-.59-.34-1.27-.53-2-.53z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/monitor-multiple.svg b/mkdocs-material/material/templates/.icons/material/monitor-multiple.svg new file mode 100644 index 0000000..7d33014 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/monitor-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 17V7H6v10zm0-12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-6v2h2v2h-8v-2h2v-2H6c-1.11 0-2-.89-2-2V7a2 2 0 0 1 2-2zM2 3v12H0V3a2 2 0 0 1 2-2h18v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/monitor-off.svg b/mkdocs-material/material/templates/.icons/material/monitor-off.svg new file mode 100644 index 0000000..f091351 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/monitor-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 18v2h2v2H8v-2h2v-2H3a2 2 0 0 1-2-2V4L0 3l1.41-1.42 20.75 20.76-1.41 1.41L15 18zM3 16h10L3 6zM21 2a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-.34l-2-2H21V4H6.66l-2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/monitor-screenshot.svg b/mkdocs-material/material/templates/.icons/material/monitor-screenshot.svg new file mode 100644 index 0000000..425decf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/monitor-screenshot.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 6H5v4h2V8h2m10 2h-2v2h-2v2h4m2 2H3V4h18m0-2H3c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h7v2H8v2h8v-2h-2v-2h7a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/monitor-share.svg b/mkdocs-material/material/templates/.icons/material/monitor-share.svg new file mode 100644 index 0000000..32731d0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/monitor-share.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 4v12c0 1.11-.89 2-2 2h-6v-2h6V4H3v12h6v2H3a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2h18a2 2 0 0 1 2 2m-10 9h3l-4-4-4 4h3v7H8v2h8v-2h-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/monitor-shimmer.svg b/mkdocs-material/material/templates/.icons/material/monitor-shimmer.svg new file mode 100644 index 0000000..aa0d60a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/monitor-shimmer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 16H3V4h18m0-2H3c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h7v2H8v2h8v-2h-2v-2h7c1.11 0 2-.89 2-2V4a2 2 0 0 0-2-2m-6 3.5-.62 1.37L13 7.5l1.38.63L15 9.5l.63-1.37L17 7.5l-1.37-.63zm-4.5 2L9.41 9.91 7 11l2.41 1.09 1.09 2.41 1.1-2.41L14 11l-2.4-1.09z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/monitor-small.svg b/mkdocs-material/material/templates/.icons/material/monitor-small.svg new file mode 100644 index 0000000..65dd95a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/monitor-small.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 2H5c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h5v2H8v2h8v-2h-2v-2h5c1.11 0 2-.89 2-2V4a2 2 0 0 0-2-2m0 14H5V4h14z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/monitor-speaker-off.svg b/mkdocs-material/material/templates/.icons/material/monitor-speaker-off.svg new file mode 100644 index 0000000..2460eb1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/monitor-speaker-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.4 1.7 1.1 3l.1.1c-.1.3-.2.6-.2.9v12c0 1.1.9 2 2 2h7v2H8v2h4v-6H3V4.9l11 11V20c0 1.1.9 2 2 2h4.1l.7.7s1.2-1 1.4-1.2zm16.1 18.8c-1.7 0-3-1.3-3-3v-.1l3.1 3.1zM23 4v3h-2V4H7.2l-2-2H21c1.1 0 2 .9 2 2m-2 5h-5c-1 0-1.9.8-2 1.8l3.8 3.8c.2-.1.4-.1.7-.1h.1c1.7 0 3 1.3 3 3 0 .2 0 .5-.1.7l1.6 1.6V11c-.1-1.1-1-2-2.1-2m-2.5 4.5c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/monitor-speaker.svg b/mkdocs-material/material/templates/.icons/material/monitor-speaker.svg new file mode 100644 index 0000000..dbcc5a1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/monitor-speaker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 2c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h7v2H8v2h4v-6H3V4h18v3h2V4c0-1.1-.9-2-2-2zm18 7h-5c-1.1 0-2 .9-2 2v9c0 1.1.9 2 2 2h5c1.1 0 2-.9 2-2v-9c0-1.1-.9-2-2-2m-2.5 1.5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5S17 12.8 17 12s.7-1.5 1.5-1.5m0 10c-1.7 0-3-1.3-3-3 0-1.6 1.3-3 2.9-3h.1c1.7 0 3 1.3 3 3s-1.3 3-3 3m0-4.5c-.8 0-1.5.7-1.5 1.5s.7 1.5 1.5 1.5 1.5-.7 1.5-1.5-.7-1.5-1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/monitor-star.svg b/mkdocs-material/material/templates/.icons/material/monitor-star.svg new file mode 100644 index 0000000..cb75001 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/monitor-star.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 16V4H3v12zm0-14a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-7v2h2v2H8v-2h2v-2H3a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2zm-8.03 7H16l-2.47 1.76.94 2.91-2.47-1.8-2.47 1.8.94-2.91L8 9h3.03L12 6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/monitor-vertical.svg b/mkdocs-material/material/templates/.icons/material/monitor-vertical.svg new file mode 100644 index 0000000..f0fa890 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/monitor-vertical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 2H8c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h2v2H8v2h8v-2h-2v-2h2c1.11 0 2-.89 2-2V4a2 2 0 0 0-2-2m0 14H8V4h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/monitor.svg b/mkdocs-material/material/templates/.icons/material/monitor.svg new file mode 100644 index 0000000..776131f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/monitor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 16H3V4h18m0-2H3c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h7v2H8v2h8v-2h-2v-2h7a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/moon-first-quarter.svg b/mkdocs-material/material/templates/.icons/material/moon-first-quarter.svg new file mode 100644 index 0000000..bca3bfe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/moon-first-quarter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2v20a10 10 0 0 0 0-20"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/moon-full.svg b/mkdocs-material/material/templates/.icons/material/moon-full.svg new file mode 100644 index 0000000..99dfc13 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/moon-full.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 1 1 2 12 10 10 0 0 1 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/moon-last-quarter.svg b/mkdocs-material/material/templates/.icons/material/moon-last-quarter.svg new file mode 100644 index 0000000..c5b66f3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/moon-last-quarter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a10 10 0 0 0 0 20Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/moon-new.svg b/mkdocs-material/material/templates/.icons/material/moon-new.svg new file mode 100644 index 0000000..eb894ca --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/moon-new.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20a8 8 0 1 1 8-8 8 8 0 0 1-8 8m0-18a10 10 0 1 0 10 10A10 10 0 0 0 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/moon-waning-crescent.svg b/mkdocs-material/material/templates/.icons/material/moon-waning-crescent.svg new file mode 100644 index 0000000..633cfcb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/moon-waning-crescent.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 12a10 10 0 0 0 13 9.54 10 10 0 0 1 0-19.08A10 10 0 0 0 2 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/moon-waning-gibbous.svg b/mkdocs-material/material/templates/.icons/material/moon-waning-gibbous.svg new file mode 100644 index 0000000..d18f444 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/moon-waning-gibbous.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 12c0-4.5-1.92-8.74-6-10a10 10 0 0 0 0 20c4.08-1.26 6-5.5 6-10"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/moon-waxing-crescent.svg b/mkdocs-material/material/templates/.icons/material/moon-waxing-crescent.svg new file mode 100644 index 0000000..91d7846 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/moon-waxing-crescent.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a9.9 9.9 0 0 0-3 .46 10 10 0 0 1 0 19.08A10 10 0 1 0 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/moon-waxing-gibbous.svg b/mkdocs-material/material/templates/.icons/material/moon-waxing-gibbous.svg new file mode 100644 index 0000000..e35421e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/moon-waxing-gibbous.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 12c0-4.5 1.93-8.74 6-10a10 10 0 0 1 0 20c-4.07-1.26-6-5.5-6-10"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/moped-electric-outline.svg b/mkdocs-material/material/templates/.icons/material/moped-electric-outline.svg new file mode 100644 index 0000000..38facf3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/moped-electric-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 5c0-1.1-.9-2-2-2h-3v2h3v2.65L13.5 12H10V7H6c-2.21 0-4 1.79-4 4v3h2c0 1.66 1.34 3 3 3s3-1.34 3-3h4.5L19 8.35zM4 12v-1c0-1.1.9-2 2-2h2v3zm3 3c-.55 0-1-.45-1-1h2c0 .55-.45 1-1 1M5 4h5v2H5zm14 7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3m0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1M7 20h4v-2l6 3h-4v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/moped-electric.svg b/mkdocs-material/material/templates/.icons/material/moped-electric.svg new file mode 100644 index 0000000..6bdd89f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/moped-electric.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 5c0-1.1-.9-2-2-2h-3v2h3v2.65L13.5 12H10V7H6c-2.21 0-4 1.79-4 4v3h2c0 1.66 1.34 3 3 3s3-1.34 3-3h4.5L19 8.35zM7 15c-.55 0-1-.45-1-1h2c0 .55-.45 1-1 1M5 4h5v2H5zm14 7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3m0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1M7 20h4v-2l6 3h-4v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/moped-outline.svg b/mkdocs-material/material/templates/.icons/material/moped-outline.svg new file mode 100644 index 0000000..2e63dfc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/moped-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 7a2 2 0 0 0-2-2h-3v2h3v2.65L13.5 14H10V9H6c-2.21 0-4 1.79-4 4v3h2c0 1.66 1.34 3 3 3s3-1.34 3-3h4.5l4.5-5.65zM7 17c-.55 0-1-.45-1-1h2c0 .55-.45 1-1 1m1-3H4v-1c0-1.1.9-2 2-2h2zm11-1c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3m0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1m-9-9H5V6h5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/moped.svg b/mkdocs-material/material/templates/.icons/material/moped.svg new file mode 100644 index 0000000..b26b6ce --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/moped.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 15c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1m0-2c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3m-9-7H5v2h5zm7-1h-3v2h3v2.65L13.5 14H10V9H6c-2.21 0-4 1.79-4 4v3h2c0 1.66 1.34 3 3 3s3-1.34 3-3h4.5l4.5-5.65V7a2 2 0 0 0-2-2M7 17c-.55 0-1-.45-1-1h2c0 .55-.45 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/more.svg b/mkdocs-material/material/templates/.icons/material/more.svg new file mode 100644 index 0000000..205c80a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/more.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 13.5a1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5 1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5m-5 0a1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5 1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5m-5 0A1.5 1.5 0 0 1 7.5 12 1.5 1.5 0 0 1 9 10.5a1.5 1.5 0 0 1 1.5 1.5A1.5 1.5 0 0 1 9 13.5M22 3H7c-.69 0-1.23.35-1.59.88L0 12l5.41 8.11c.36.53.96.89 1.65.89H22a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/mortar-pestle-plus.svg b/mkdocs-material/material/templates/.icons/material/mortar-pestle-plus.svg new file mode 100644 index 0000000..6ce4686 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/mortar-pestle-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 14h-3v3h-2v-3H8v-2h3V9h2v3h3m5-7h-2.65l1.15-3.15L17.15 1l-1.46 4H3v2l2 6-2 6v2h18v-2l-2-6 2-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/mortar-pestle.svg b/mkdocs-material/material/templates/.icons/material/mortar-pestle.svg new file mode 100644 index 0000000..b110e1a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/mortar-pestle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21 7-2 6 2 6v2H3v-2l2-6-2-6V5h12.7l1.5-4 2.3.8L18.3 5H21z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/mosque-outline.svg b/mkdocs-material/material/templates/.icons/material/mosque-outline.svg new file mode 100644 index 0000000..5a5c850 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/mosque-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 7c0-1.1-2-3-2-3s-2 1.9-2 3c0 .7.4 1.4 1 1.7V13h-2v-2c0-.9-.7-1.7-1.5-1.9.3-.6.5-1.2.5-2 0-1.3-.6-2.5-1.7-3.2L12 1 7.7 3.8c-1 .8-1.7 2-1.7 3.3 0 .7.2 1.4.6 2-.9.2-1.6 1-1.6 1.9v2H3V8.7c.6-.3 1-1 1-1.7 0-1.1-2-3-2-3S0 5.9 0 7c0 .7.4 1.4 1 1.7V21h10v-4c0-.5.4-1 1-1s1 .5 1 1v4h10V8.7c.6-.3 1-1 1-1.7M8.9 5.5 12 3.4l3.1 2.1c.6.4.9.9.9 1.6 0 1-.9 1.9-1.9 1.9H9.9C8.9 9 8 8.1 8 7.1c0-.7.3-1.2.9-1.6M21 19h-6v-2c0-1.6-1.4-3-3-3s-3 1.4-3 3v2H3v-4h4v-4h10v4h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/mosque.svg b/mkdocs-material/material/templates/.icons/material/mosque.svg new file mode 100644 index 0000000..36c460e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/mosque.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 8h10c.3 0 .6.1.8.1.1-.3.2-.7.2-1 0-1.3-.6-2.5-1.7-3.2L12 1 7.7 3.8c-1 .8-1.7 2-1.7 3.3 0 .4.1.7.2 1 .2 0 .5-.1.8-.1m17-1c0-1.1-2-3-2-3s-2 1.9-2 3c0 .7.4 1.4 1 1.7V13h-2v-2c0-1.1-.9-2-2-2H7c-1.1 0-2 .9-2 2v2H3V8.7c.6-.3 1-1 1-1.7 0-1.1-2-3-2-3S0 5.9 0 7c0 .7.4 1.4 1 1.7V21h9v-4c0-1.1.9-2 2-2s2 .9 2 2v4h9V8.7c.6-.3 1-1 1-1.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/mother-heart.svg b/mkdocs-material/material/templates/.icons/material/mother-heart.svg new file mode 100644 index 0000000..cba5c51 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/mother-heart.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3m8 16-2-5.44c-.35-.99-.66-1.85-2-2.56-1.37-.7-2.37-1-4-1-1.61 0-2.61.3-4 1-1.32.71-1.63 1.57-2 2.56L4 18c-.23 1.13 2.38 2.44 4.13 3.19 1.21.53 2.51.81 3.87.81 1.38 0 2.67-.28 3.89-.81 1.75-.75 4.36-2.06 4.11-3.19m-4.58-.5L12 21l-3.42-3.5c-.36-.38-.58-.89-.58-1.45 0-1.13.9-2.05 2-2.05.55 0 1.06.23 1.42.61l.58.59.58-.6c.36-.37.87-.6 1.42-.6 1.11 0 2 .92 2 2.05 0 .56-.22 1.08-.58 1.45"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/mother-nurse.svg b/mkdocs-material/material/templates/.icons/material/mother-nurse.svg new file mode 100644 index 0000000..4fbfd5f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/mother-nurse.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3m8 16-2-5.44c-.35-.99-.66-1.85-2-2.56-1.38-.7-2.38-1-4-1-1.63 0-2.62.3-4 1-1.34.71-1.65 1.57-2 2.56L4 18c-.32 1.35 2.36 2.44 4.11 3.19V19c0-.95.86-1.62 2.58-2.03.16-.04.31-.06.43-.08-.54-.82-.76-1.55-.78-1.61l1.77-.6c.01.02.52 1.59 1.73 2.38.21.07.42.15.62.24.77.34 1.23.78 1.38 1.31-1.34.53-2.62.8-3.84.8l-1-.1v2.63l1 .06c1.37 0 2.67-.28 3.89-.81 1.75-.75 4.36-2.06 4.11-3.19m-4.5-1a1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5 1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/motion-outline.svg b/mkdocs-material/material/templates/.icons/material/motion-outline.svg new file mode 100644 index 0000000..d30b834 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/motion-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 13H3c-.55 0-1-.45-1-1s.45-1 1-1h4c.55 0 1 .45 1 1s-.45 1-1 1M6 8c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1h1c.55 0 1-.45 1-1m16 4c0 2.76-2.24 5-5 5H4c-.55 0-1-.45-1-1s.45-1 1-1h9c-.42-.58-.75-1.26-.9-2H10c-.55 0-1-.45-1-1s.45-1 1-1h2.1c.15-.74.48-1.42.9-2H8c-.55 0-1-.45-1-1s.45-1 1-1h9c2.76 0 5 2.24 5 5m-2 0c0-1.65-1.35-3-3-3s-3 1.35-3 3 1.35 3 3 3 3-1.35 3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/motion-pause-outline.svg b/mkdocs-material/material/templates/.icons/material/motion-pause-outline.svg new file mode 100644 index 0000000..1bdcbdb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/motion-pause-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 12c0-5.54-4.46-10-10-10-1.17 0-2.3.19-3.38.56l.7 1.94c.85-.34 1.74-.53 2.68-.53 4.41 0 8.03 3.62 8.03 8.03s-3.62 8.03-8.03 8.03S3.97 16.41 3.97 12c0-.94.19-1.88.53-2.72l-1.94-.66C2.19 9.7 2 10.83 2 12c0 5.54 4.46 10 10 10s10-4.46 10-10M5.47 7c-.79 0-1.5-.68-1.5-1.53 0-.79.71-1.5 1.5-1.5.85 0 1.53.71 1.53 1.5C7 6.32 6.32 7 5.47 7M9 9h2v6H9m4-6h2v6h-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/motion-pause.svg b/mkdocs-material/material/templates/.icons/material/motion-pause.svg new file mode 100644 index 0000000..ebf89af --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/motion-pause.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 12c0-5.54-4.46-10-10-10-1.17 0-2.3.19-3.38.56l.7 1.94c.85-.34 1.74-.53 2.68-.53 4.41 0 8.03 3.62 8.03 8.03s-3.62 8.03-8.03 8.03S3.97 16.41 3.97 12c0-.94.19-1.88.53-2.72l-1.94-.66C2.19 9.7 2 10.83 2 12c0 5.54 4.46 10 10 10s10-4.46 10-10M5.47 3.97c.85 0 1.53.71 1.53 1.5C7 6.32 6.32 7 5.47 7c-.79 0-1.5-.68-1.5-1.53 0-.79.71-1.5 1.5-1.5M18 12c0-3.33-2.67-6-6-6s-6 2.67-6 6 2.67 6 6 6 6-2.67 6-6m-7-3v6H9V9m6 0v6h-2V9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/motion-play-outline.svg b/mkdocs-material/material/templates/.icons/material/motion-play-outline.svg new file mode 100644 index 0000000..6d2ab11 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/motion-play-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10 16.5 6-4.5-6-4.5M22 12c0-5.54-4.46-10-10-10-1.17 0-2.3.19-3.38.56l.7 1.94c.85-.34 1.74-.53 2.68-.53 4.41 0 8.03 3.62 8.03 8.03s-3.62 8.03-8.03 8.03S3.97 16.41 3.97 12c0-.94.19-1.88.53-2.72l-1.94-.66C2.19 9.7 2 10.83 2 12c0 5.54 4.46 10 10 10s10-4.46 10-10M5.47 3.97c.85 0 1.53.71 1.53 1.5C7 6.32 6.32 7 5.47 7c-.79 0-1.5-.68-1.5-1.53 0-.79.71-1.5 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/motion-play.svg b/mkdocs-material/material/templates/.icons/material/motion-play.svg new file mode 100644 index 0000000..25a5cc5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/motion-play.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 12c0-5.54-4.46-10-10-10-1.17 0-2.3.19-3.38.56l.7 1.94c.85-.34 1.74-.53 2.68-.53 4.41 0 8.03 3.62 8.03 8.03s-3.62 8.03-8.03 8.03S3.97 16.41 3.97 12c0-.94.19-1.88.53-2.72l-1.94-.66C2.19 9.7 2 10.83 2 12c0 5.54 4.46 10 10 10s10-4.46 10-10M5.47 3.97c.85 0 1.53.71 1.53 1.5C7 6.32 6.32 7 5.47 7c-.79 0-1.5-.68-1.5-1.53 0-.79.71-1.5 1.5-1.5M18 12c0-3.33-2.67-6-6-6s-6 2.67-6 6 2.67 6 6 6 6-2.67 6-6m-3 0-5 3V9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/motion-sensor-off.svg b/mkdocs-material/material/templates/.icons/material/motion-sensor-off.svg new file mode 100644 index 0000000..4f0f586 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/motion-sensor-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.4 8.2H15V10h-1.8zM19.67 1h-1.34c0 2.58 2.09 4.67 4.67 4.67V4.33c-1.84 0-3.33-1.49-3.33-3.33M21 1a2 2 0 0 0 2 2V1zm-4 0h-1.33c0 4.05 3.28 7.33 7.33 7.33V7c-3.31 0-6-2.69-6-6m-7 2.8c1 0 1.8-.8 1.8-1.8S11 .2 10 .2 8.2 1 8.2 2 9 3.8 10 3.8M2.39 1.73 1.11 3l2.35 2.35L2 5.8V11h1.8V7.33l1.25-.39.63.63L2 22h1.8l2.87-8.11L9 17v5h1.8v-6.41l-2.49-4.54.19-.68 12.34 12.36 1.27-1.27zm6.99 3.14c-.3-.5-.84-.84-1.46-.84-.17 0-.34.03-.5.08l-.08.03 4.01 4.01z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/motion-sensor.svg b/mkdocs-material/material/templates/.icons/material/motion-sensor.svg new file mode 100644 index 0000000..d3c3e3a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/motion-sensor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 .2C9 .2 8.2 1 8.2 2S9 3.8 10 3.8 11.8 3 11.8 2 11 .2 10 .2m5.67.8A7.33 7.33 0 0 0 23 8.33V7a6 6 0 0 1-6-6zm2.66 0c0 2.58 2.09 4.67 4.67 4.67V4.33c-1.84 0-3.33-1.49-3.33-3.33zM21 1a2 2 0 0 0 2 2V1zM7.92 4.03c-.17 0-.34.03-.5.08L2 5.8V11h1.8V7.33l2.11-.66L2 22h1.8l2.87-8.11L9 17v5h1.8v-6.41l-2.49-4.54.73-2.87L10.12 10H15V8.2h-3.62l-2-3.33c-.3-.5-.84-.84-1.46-.84"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/motion.svg b/mkdocs-material/material/templates/.icons/material/motion.svg new file mode 100644 index 0000000..c964ef5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/motion.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 13H3c-.55 0-1-.45-1-1s.45-1 1-1h4c.55 0 1 .45 1 1s-.45 1-1 1M6 8c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1h1c.55 0 1-.45 1-1m16 4c0 2.76-2.24 5-5 5H4c-.55 0-1-.45-1-1s.45-1 1-1h9c-.42-.58-.75-1.26-.9-2H10c-.55 0-1-.45-1-1s.45-1 1-1h2.1c.15-.74.48-1.42.9-2H8c-.55 0-1-.45-1-1s.45-1 1-1h9c2.76 0 5 2.24 5 5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/motorbike-electric.svg b/mkdocs-material/material/templates/.icons/material/motorbike-electric.svg new file mode 100644 index 0000000..41e788c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/motorbike-electric.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17.42 8-4.01-4H9v2h3.59l2 2H6.5C4 8 2 10 2 12.5S4 17 6.5 17c2.22 0 4.06-1.62 4.42-3.73L13.04 12c-.04.17-.04.33-.04.5 0 2.5 2 4.5 4.5 4.5s4.5-2 4.5-4.5S20 8 17.5 8m-8.66 5.26C8.5 14.27 7.58 15 6.47 15a2.5 2.5 0 0 1 0-5c1.12 0 2.03.74 2.37 1.75H6v1.5zM17.47 15a2.5 2.5 0 0 1 0-5 2.5 2.5 0 0 1 0 5M11 20H7l6 3v-2h4l-6-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/motorbike-off.svg b/mkdocs-material/material/templates/.icons/material/motorbike-off.svg new file mode 100644 index 0000000..29b4b88 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/motorbike-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.1 21.5 2.4 1.7 1.1 3l7 7H6.5C4 10 2 12 2 14.5S4 19 6.5 19c2.2 0 4.1-1.6 4.4-3.7l1.5-.9.6.6c.2 2.1 1.9 3.8 4 4l3.8 3.8zM8.8 15.3c-.3 1-1.3 1.7-2.4 1.7C5.1 17 4 15.9 4 14.5S5.1 12 6.5 12c1.1 0 2 .7 2.4 1.8H6v1.5zM11.2 8l-2-2h4.2l4 4h.1c2.5 0 4.5 2 4.5 4.5 0 1.2-.5 2.3-1.2 3.1l-1.4-1.4c.4-.4.6-1 .6-1.6 0-1.4-1.1-2.5-2.5-2.5-.6 0-1.2.2-1.6.6L13.2 10h1.4l-2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/motorbike.svg b/mkdocs-material/material/templates/.icons/material/motorbike.svg new file mode 100644 index 0000000..85160f3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/motorbike.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17.42 10-4.01-4H9v2h3.59l2 2H6.5C4 10 2 12 2 14.5S4 19 6.5 19c2.22 0 4.06-1.62 4.42-3.73L13.04 14c-.04.17-.04.33-.04.5 0 2.5 2 4.5 4.5 4.5s4.5-2 4.5-4.5-2-4.5-4.5-4.5m-8.66 5.26C8.5 16.27 7.58 17 6.47 17a2.5 2.5 0 0 1 0-5c1.12 0 2.03.74 2.37 1.75H6v1.5zM17.47 17a2.5 2.5 0 0 1 0-5 2.5 2.5 0 0 1 2.5 2.5 2.5 2.5 0 0 1-2.5 2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/mouse-bluetooth.svg b/mkdocs-material/material/templates/.icons/material/mouse-bluetooth.svg new file mode 100644 index 0000000..bc0ce27 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/mouse-bluetooth.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 7h.5l2.85 2.85L21.21 12l2.14 2.14L20.5 17H20v-3.79l-2.29 2.29-.71-.71L19.79 12 17 9.21l.71-.71L20 10.79zm1 1.91v1.88l.94-.94zm0 4.3v1.87l.94-.94zM15 9v1H9V2.07c3.39.49 6 3.4 6 6.93M1 10V9c0-3.53 2.61-6.44 6-6.93V10zm14 5a7 7 0 0 1-7 7 7 7 0 0 1-7-7v-3h14z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/mouse-left-click-outline.svg b/mkdocs-material/material/templates/.icons/material/mouse-left-click-outline.svg new file mode 100644 index 0000000..9c2edf6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/mouse-left-click-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 9V1.07A8.007 8.007 0 0 1 19.75 7c.16.64.25 1.31.25 2zm4.66-2c-.48-1.35-1.43-2.5-2.66-3.19V7zM6 15v-2h12v2c0 1.59-.63 3.12-1.76 4.24A5.97 5.97 0 0 1 12 21a5.97 5.97 0 0 1-4.24-1.76A5.97 5.97 0 0 1 6 15m-2 0c0 2.12.84 4.16 2.34 5.66S9.88 23 12 23s4.16-.84 5.66-2.34S20 17.12 20 15v-4H4zm7-6V1.07C7.06 1.56 4 4.92 4 9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/mouse-left-click.svg b/mkdocs-material/material/templates/.icons/material/mouse-left-click.svg new file mode 100644 index 0000000..6ad572d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/mouse-left-click.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 9V1.07c3.94.49 7 3.85 7 7.93zM6.34 20.66A8 8 0 0 1 4 15v-4h16v4c0 2.12-.84 4.16-2.34 5.66A8 8 0 0 1 12 23c-2.12 0-4.16-.84-5.66-2.34M11 9V1.07A8.007 8.007 0 0 0 4.25 7C4.09 7.64 4 8.31 4 9zM6.34 7C6.82 5.65 7.78 4.5 9 3.81V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/mouse-move-down.svg b/mkdocs-material/material/templates/.icons/material/mouse-move-down.svg new file mode 100644 index 0000000..6b0050f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/mouse-move-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 9H2c0-2.96 2.17-5.43 5-5.91zm13-2h-2v6h-3l4 4 4-4h-3zM9 3.09V9h5c0-2.96-2.17-5.43-5-5.91M2 15c0 3.3 2.7 6 6 6s6-2.7 6-6v-4H2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/mouse-move-up.svg b/mkdocs-material/material/templates/.icons/material/mouse-move-up.svg new file mode 100644 index 0000000..c8db6cc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/mouse-move-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 9H2c0-2.96 2.17-5.43 5-5.91zm11 8h2v-6h3l-4-4-4 4h3zM9 3.09V9h5c0-2.96-2.17-5.43-5-5.91M2 15c0 3.3 2.7 6 6 6s6-2.7 6-6v-4H2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/mouse-move-vertical.svg b/mkdocs-material/material/templates/.icons/material/mouse-move-vertical.svg new file mode 100644 index 0000000..ce1c6d5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/mouse-move-vertical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 6h3l-4-4-4 4h3v12h-3l4 4 4-4h-3zM9 3.09c2.83.48 5 2.95 5 5.91H9zM14 11v4c0 3.3-2.7 6-6 6s-6-2.7-6-6v-4zM7 9H2c0-2.96 2.17-5.43 5-5.91z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/mouse-off.svg b/mkdocs-material/material/templates/.icons/material/mouse-off.svg new file mode 100644 index 0000000..9bb527f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/mouse-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 5.27 3.28 4 20 20.72 18.73 22l-1.23-1.21A7.9 7.9 0 0 1 12 23a8 8 0 0 1-8-8v-4h3.73l-2-2H4c0-.54.05-1.07.15-1.58zm9-4.2V9h-.18L5.79 3.96A7.95 7.95 0 0 1 11 1.07M20 11v4c0 .95-.17 1.86-.47 2.71L12.82 11zm-7-9.93c3.94.49 7 3.85 7 7.93h-7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/mouse-outline.svg b/mkdocs-material/material/templates/.icons/material/mouse-outline.svg new file mode 100644 index 0000000..c4cb360 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/mouse-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 9V1.07A8.007 8.007 0 0 1 19.75 7c.16.64.25 1.31.25 2zm4.66-2c-.48-1.35-1.43-2.5-2.66-3.19V7zM11 9V1.07A8.007 8.007 0 0 0 4.25 7C4.09 7.64 4 8.31 4 9zM6.34 7C6.82 5.65 7.78 4.5 9 3.81V7zM6 15v-2h12v2c0 1.59-.63 3.12-1.76 4.24A5.97 5.97 0 0 1 12 21a5.97 5.97 0 0 1-4.24-1.76A5.97 5.97 0 0 1 6 15m-2 0c0 2.12.84 4.16 2.34 5.66S9.88 23 12 23s4.16-.84 5.66-2.34S20 17.12 20 15v-4H4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/mouse-right-click-outline.svg b/mkdocs-material/material/templates/.icons/material/mouse-right-click-outline.svg new file mode 100644 index 0000000..755c10d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/mouse-right-click-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 9V1.07c3.94.49 7 3.85 7 7.93zm-2 0V1.07A8.007 8.007 0 0 0 4.25 7C4.09 7.64 4 8.31 4 9zM6.34 7C6.82 5.65 7.78 4.5 9 3.81V7zM6 15v-2h12v2c0 1.59-.63 3.12-1.76 4.24A5.97 5.97 0 0 1 12 21a5.97 5.97 0 0 1-4.24-1.76A5.97 5.97 0 0 1 6 15m-2 0c0 2.12.84 4.16 2.34 5.66S9.88 23 12 23s4.16-.84 5.66-2.34S20 17.12 20 15v-4H4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/mouse-right-click.svg b/mkdocs-material/material/templates/.icons/material/mouse-right-click.svg new file mode 100644 index 0000000..0a6d924 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/mouse-right-click.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 9V1.07A8.007 8.007 0 0 1 19.75 7c.16.64.25 1.31.25 2zm4.66-2c-.48-1.35-1.43-2.5-2.66-3.19V7zM11 9V1.07C7.06 1.56 4 4.92 4 9zM6.34 20.66A8 8 0 0 1 4 15v-4h16v4c0 2.12-.84 4.16-2.34 5.66A8 8 0 0 1 12 23c-2.12 0-4.16-.84-5.66-2.34"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/mouse-scroll-wheel.svg b/mkdocs-material/material/templates/.icons/material/mouse-scroll-wheel.svg new file mode 100644 index 0000000..a1c6ba1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/mouse-scroll-wheel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 1.07C7.05 1.56 4 4.92 4 9h7V7.73c-.6-.34-1-.99-1-1.73V4c0-.74.4-1.39 1-1.73zM13 9V7.73c.6-.34 1-.99 1-1.73V4c0-.74-.4-1.39-1-1.73v-1.2c3.94.49 7 3.85 7 7.93zm-9 6c0 2.12.84 4.16 2.34 5.66S9.88 23 12 23s4.16-.84 5.66-2.34S20 17.12 20 15v-4H4zm9-9V4c0-.55-.45-1-1-1s-1 .45-1 1v2c0 .55.45 1 1 1s1-.45 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/mouse-variant-off.svg b/mkdocs-material/material/templates/.icons/material/mouse-variant-off.svg new file mode 100644 index 0000000..ce614b9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/mouse-variant-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 5.27 3.28 4 20 20.72 18.73 22l-1.44-1.44C16.42 22 14.82 23 13 23a5 5 0 0 1-5-5v-1.1A5 5 0 0 1 4 12V9h1.73zM14 7h-4V2.1A5 5 0 0 1 14 7M8 2.1v4.08L5.38 3.55C6.07 2.83 7 2.31 8 2.1m6 9.9v.17L10.82 9H14zm-4 4.9V18a3 3 0 0 0 3 3c1.28 0 2.37-.8 2.8-1.93l-3.4-3.4c-.66.61-1.48 1.04-2.4 1.23m6-3.9a4 4 0 0 1 4-4h2l-1 1 1 1h-2a2 2 0 0 0-2 2v3.18l-2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/mouse-variant.svg b/mkdocs-material/material/templates/.icons/material/mouse-variant.svg new file mode 100644 index 0000000..efe83d9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/mouse-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 7h-4V2.1A5 5 0 0 1 14 7M4 7a5 5 0 0 1 4-4.9V7zm10 5a5 5 0 0 1-4 4.9V18a3 3 0 0 0 3 3 3 3 0 0 0 3-3v-5a4 4 0 0 1 4-4h2l-1 1 1 1h-2a2 2 0 0 0-2 2v5a5 5 0 0 1-5 5 5 5 0 0 1-5-5v-1.1A5 5 0 0 1 4 12V9h10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/mouse.svg b/mkdocs-material/material/templates/.icons/material/mouse.svg new file mode 100644 index 0000000..676711c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/mouse.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 1.07C7.05 1.56 4 4.92 4 9h7m-7 6a8 8 0 0 0 8 8 8 8 0 0 0 8-8v-4H4m9-9.93V9h7c0-4.08-3.06-7.44-7-7.93"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/move-resize-variant.svg b/mkdocs-material/material/templates/.icons/material/move-resize-variant.svg new file mode 100644 index 0000000..ddfa6fd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/move-resize-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.88.46.46 1.88 5.59 7H2v2h7V2H7v3.59M11 7v2h10v6h2V9a2 2 0 0 0-2-2M7 11v10a2 2 0 0 0 2 2h6v-2H9V11m6.88 3.46-1.42 1.42L19.6 21H17v2h6v-6h-2v2.59"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/move-resize.svg b/mkdocs-material/material/templates/.icons/material/move-resize.svg new file mode 100644 index 0000000..25f8cc2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/move-resize.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 1v1h1v3H9v1h3V5h-1V2h1V1M9 7c-1.11 0-2 .89-2 2v12c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2V9c0-1.11-.89-2-2-2M1 9v3h1v-1h3v1h1V9H5v1H2V9m7 0h12v12H9m5-11v1h1v5h-4v-1h-1v3h1v-1h4v2h-1v1h3v-1h-1v-2h3v1h1v-3h-1v1h-3v-5h1v-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie-check-outline.svg b/mkdocs-material/material/templates/.icons/material/movie-check-outline.svg new file mode 100644 index 0000000..39814fa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0 .34.04.67.09 1H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h1l2 4h3L8 4h2l2 4h3l-2-4h2l2 4h3l-2-4h4v9.81c-.61-.35-1.28-.59-2-.72V10H5.76L4 6.47V18h9.09c-.05.33-.09.66-.09 1m8.34-3.16-3.59 3.59-1.59-1.59L15 19l2.75 3 4.75-4.75z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie-check.svg b/mkdocs-material/material/templates/.icons/material/movie-check.svg new file mode 100644 index 0000000..b50ff03 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0 .34.04.67.09 1H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h1l2 4h3L8 4h2l2 4h3l-2-4h2l2 4h3l-2-4h4v9.81c-.88-.51-1.9-.81-3-.81-3.31 0-6 2.69-6 6m8.34-3.16-3.59 3.59-1.59-1.59L15 19l2.75 3 4.75-4.75z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie-cog-outline.svg b/mkdocs-material/material/templates/.icons/material/movie-cog-outline.svg new file mode 100644 index 0000000..3435d53 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie-cog-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 19c0 .34.03.67.08 1H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h1l2 4h3L8 4h2l2 4h3l-2-4h2l2 4h3l-2-4h4v8.68a7 7 0 0 0-2-.6V10H5.76L4 6.47V18h8.08c-.05.33-.08.66-.08 1m11.8 1.4c.1 0 .1.1 0 .2l-1 1.7c-.1.1-.2.1-.3.1l-1.2-.4c-.3.2-.5.3-.8.5l-.2 1.3c0 .1-.1.2-.2.2h-2c-.1 0-.2-.1-.3-.2l-.2-1.3c-.3-.1-.6-.3-.8-.5l-1.2.5c-.1 0-.2 0-.3-.1l-1-1.7c-.1-.1 0-.2.1-.3l1.1-.8v-1l-1.1-.8c-.1-.1-.1-.2-.1-.3l1-1.7c.1-.1.2-.1.3-.1l1.2.5c.3-.2.5-.3.8-.5l.2-1.3c0-.1.1-.2.3-.2h2c.1 0 .2.1.2.2l.2 1.3c.3.1.6.3.9.5l1.2-.5c.1 0 .3 0 .3.1l1 1.7c.1.1 0 .2-.1.3l-1.1.8v1zM20.5 19c0-.8-.7-1.5-1.5-1.5s-1.5.7-1.5 1.5.7 1.5 1.5 1.5 1.5-.7 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie-cog.svg b/mkdocs-material/material/templates/.icons/material/movie-cog.svg new file mode 100644 index 0000000..56144d6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie-cog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 19c0 .34.03.67.08 1H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h1l2 4h3L8 4h2l2 4h3l-2-4h2l2 4h3l-2-4h4v8.68A6.995 6.995 0 0 0 12 19m11.8 1.4c.1 0 .1.1 0 .2l-1 1.7c-.1.1-.2.1-.3.1l-1.2-.4c-.3.2-.5.3-.8.5l-.2 1.3c0 .1-.1.2-.2.2h-2c-.1 0-.2-.1-.3-.2l-.2-1.3c-.3-.1-.6-.3-.8-.5l-1.2.5c-.1 0-.2 0-.3-.1l-1-1.7c-.1-.1 0-.2.1-.3l1.1-.8v-1l-1.1-.8c-.1-.1-.1-.2-.1-.3l1-1.7c.1-.1.2-.1.3-.1l1.2.5c.3-.2.5-.3.8-.5l.2-1.3c0-.1.1-.2.3-.2h2c.1 0 .2.1.2.2l.2 1.3c.3.1.6.3.9.5l1.2-.5c.1 0 .3 0 .3.1l1 1.7c.1.1 0 .2-.1.3l-1.1.8v1zM20.5 19c0-.8-.7-1.5-1.5-1.5s-1.5.7-1.5 1.5.7 1.5 1.5 1.5 1.5-.7 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie-edit-outline.svg b/mkdocs-material/material/templates/.icons/material/movie-edit-outline.svg new file mode 100644 index 0000000..e98b2fa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie-edit-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 4v4.12L19.12 10H4.76L3 6.47V18h8v2H3a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h1l2 4h3L7 4h2l2 4h3l-2-4h2l2 4h3l-2-4zm.42 8.3 1.28 1.28c.22.21.22.56 0 .77l-1 1-2.05-2.05 1-1c.11-.11.25-.17.39-.17s.27.06.38.17m-.3 3.63L15.06 22H13v-2.06l6.07-6.06z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie-edit.svg b/mkdocs-material/material/templates/.icons/material/movie-edit.svg new file mode 100644 index 0000000..1d2a233 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.04 11.13c-.14 0-.28.06-.39.17l-1 1 2.05 2.05 1-1c.22-.21.22-.56 0-.77l-1.28-1.28a.53.53 0 0 0-.38-.17m-1.97 1.75L13 18.94V21h2.06l6.06-6.07zM11 20H3a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h1l2 4h3L7 4h2l2 4h3l-2-4h2l2 4h3l-2-4h4v4.12l-10 9.99z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie-filter-outline.svg b/mkdocs-material/material/templates/.icons/material/movie-filter-outline.svg new file mode 100644 index 0000000..d48c760 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie-filter-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10 11-.94 2.06L7 14l2.06.94L10 17l.94-2.06L13 14l-2.06-.94M18 4l2 4h-3l-2-4h-2l2 4h-3l-2-4H8l2 4H7L5 4H4c-1.09 0-2 .9-2 2v12c0 1.1.91 2 2 2h16a2 2 0 0 0 2-2V4zm2 14H4V6.47L5.77 10H16l-.63 1.37L14 12l1.37.63L16 14l.63-1.37L18 12l-1.37-.63L16 10h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie-filter.svg b/mkdocs-material/material/templates/.icons/material/movie-filter.svg new file mode 100644 index 0000000..4e055d9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie-filter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18 4 2 3h-3l-2-3h-2l2 3h-3l-2-3H8l2 3H7L5 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4zm-6.75 11.25L10 18l-1.25-2.75L6 14l2.75-1.25L10 10l1.25 2.75L14 14zm5.69-3.31L16 14l-.94-2.06L13 11l2.06-.94L16 8l.94 2.06L19 11z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/movie-minus-outline.svg new file mode 100644 index 0000000..366bb9f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0 .34.04.67.09 1H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h1l2 4h3L8 4h2l2 4h3l-2-4h2l2 4h3l-2-4h4v9.81c-.61-.35-1.28-.59-2-.72V10H5.76L4 6.47V18h9.09c-.05.33-.09.66-.09 1m2-1v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie-minus.svg b/mkdocs-material/material/templates/.icons/material/movie-minus.svg new file mode 100644 index 0000000..f053b00 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0 .34.04.67.09 1H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h1l2 4h3L8 4h2l2 4h3l-2-4h2l2 4h3l-2-4h4v9.81c-.88-.51-1.9-.81-3-.81-3.31 0-6 2.69-6 6m2-1v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie-off-outline.svg b/mkdocs-material/material/templates/.icons/material/movie-off-outline.svg new file mode 100644 index 0000000..5c9c30e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.39 1.73 1.11 3l1.54 1.54C2.25 4.9 2 5.42 2 6v12a2 2 0 0 0 2 2h14.11l2.73 2.73 1.27-1.27zM4 18V6.47L5.76 10h2.35l8 8zM8.8 5.6 8 4h2l2 4h3l-2-4h2l2 4h3l-2-4h4v14c0 .24-.04.47-.12.68L20 16.8V10h-6.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie-off.svg b/mkdocs-material/material/templates/.icons/material/movie-off.svg new file mode 100644 index 0000000..77c6915 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22.11 21.46-1.27 1.27L18.11 20H4a2 2 0 0 1-2-2V6c0-.58.25-1.1.65-1.46L1.11 3l1.28-1.27zm-.23-2.78c.08-.21.12-.44.12-.68V4h-4l2 4h-3l-2-4h-2l2 4h-3l-2-4H8l.8 1.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie-open-check-outline.svg b/mkdocs-material/material/templates/.icons/material/movie-open-check-outline.svg new file mode 100644 index 0000000..014247e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie-open-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.75 7.46 12 3.93l1.97-.39 2.74 3.53zm6.87-1.36-.78-3.92-3.93.78 2.74 3.54zm-9.81 1.95L9.07 4.5l-1.97.41 2.75 3.53zM4.16 5.5l-.98.19a1.995 1.995 0 0 0-1.57 2.35L2 10l4.9-.97zM4 20v-8h16v1.09c.72.12 1.39.37 2 .72V10H2v10a2 2 0 0 0 2 2h9.81c-.35-.61-.59-1.28-.72-2zm17.34-4.16-3.59 3.59-1.59-1.59L15 19l2.75 3 4.75-4.75z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie-open-check.svg b/mkdocs-material/material/templates/.icons/material/movie-open-check.svg new file mode 100644 index 0000000..e3acd64 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie-open-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.65 6.5-2.74-3.54 3.93-.78.78 3.92zm-2.94.57-2.74-3.53-1.97.39 2.75 3.53zM19 13c1.1 0 2.12.3 3 .81V10H2v10a2 2 0 0 0 2 2h9.81c-.51-.88-.81-1.9-.81-3 0-3.31 2.69-6 6-6m-7.19-4.95L9.07 4.5l-1.97.41 2.75 3.53zM4.16 5.5l-.98.19a2.01 2.01 0 0 0-1.57 2.35L2 10l4.9-.97zm17.18 10.34-3.59 3.59-1.59-1.59L15 19l2.75 3 4.75-4.75z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie-open-cog-outline.svg b/mkdocs-material/material/templates/.icons/material/movie-open-cog-outline.svg new file mode 100644 index 0000000..5140da0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie-open-cog-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.75 7.46 12 3.93l1.97-.39 2.74 3.53zm6.87-1.36-.78-3.92-3.93.78 2.74 3.54zm-9.81 1.95L9.07 4.5l-1.97.41 2.75 3.53zM4.16 5.5l-.98.19a1.995 1.995 0 0 0-1.57 2.35L2 10l4.9-.97zM4 20v-8h16v.08c.71.1 1.38.31 2 .61V10H2v10a2 2 0 0 0 2 2h8.68a7 7 0 0 1-.6-2zm19.8.4c.1 0 .1.1 0 .2l-1 1.7c-.1.1-.2.1-.3.1l-1.2-.4c-.3.2-.5.3-.8.5l-.2 1.3c0 .1-.1.2-.2.2h-2c-.1 0-.2-.1-.3-.2l-.2-1.3c-.3-.1-.6-.3-.8-.5l-1.2.5c-.1 0-.2 0-.3-.1l-1-1.7c-.1-.1 0-.2.1-.3l1.1-.8v-1l-1.1-.8c-.1-.1-.1-.2-.1-.3l1-1.7c.1-.1.2-.1.3-.1l1.2.5c.3-.2.5-.3.8-.5l.2-1.3c0-.1.1-.2.3-.2h2c.1 0 .2.1.2.2l.2 1.3c.3.1.6.3.9.5l1.2-.5c.1 0 .3 0 .3.1l1 1.7c.1.1 0 .2-.1.3l-1.1.8v1zM20.5 19c0-.8-.7-1.5-1.5-1.5s-1.5.7-1.5 1.5.7 1.5 1.5 1.5 1.5-.7 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie-open-cog.svg b/mkdocs-material/material/templates/.icons/material/movie-open-cog.svg new file mode 100644 index 0000000..dda02e8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie-open-cog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.75 7.46 12 3.93l1.97-.39 2.74 3.53zm6.87-1.36-.78-3.92-3.93.78 2.74 3.54zM19 12c1.08 0 2.09.25 3 .68V10H2v10a2 2 0 0 0 2 2h8.68A6.995 6.995 0 0 1 19 12m-7.19-3.95L9.07 4.5l-1.97.41 2.75 3.53zM4.16 5.5l-.98.19a2.01 2.01 0 0 0-1.57 2.35L2 10l4.9-.97zM23.8 20.4c.1 0 .1.1 0 .2l-1 1.7c-.1.1-.2.1-.3.1l-1.2-.4c-.3.2-.5.3-.8.5l-.2 1.3c0 .1-.1.2-.2.2h-2c-.1 0-.2-.1-.3-.2l-.2-1.3c-.3-.1-.6-.3-.8-.5l-1.2.5c-.1 0-.2 0-.3-.1l-1-1.7c-.1-.1 0-.2.1-.3l1.1-.8v-1l-1.1-.8c-.1-.1-.1-.2-.1-.3l1-1.7c.1-.1.2-.1.3-.1l1.2.5c.3-.2.5-.3.8-.5l.2-1.3c0-.1.1-.2.3-.2h2c.1 0 .2.1.2.2l.2 1.3c.3.1.6.3.9.5l1.2-.5c.1 0 .3 0 .3.1l1 1.7c.1.1 0 .2-.1.3l-1.1.8v1zM20.5 19c0-.8-.7-1.5-1.5-1.5s-1.5.7-1.5 1.5.7 1.5 1.5 1.5 1.5-.7 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie-open-edit-outline.svg b/mkdocs-material/material/templates/.icons/material/movie-open-edit-outline.svg new file mode 100644 index 0000000..1ca7dff --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie-open-edit-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.75 7.46 12 3.93l1.97-.39 2.74 3.53zm6.87-1.36-.78-3.92-3.93.78 2.74 3.54zM4 12h14.13l2-2H2v10a2 2 0 0 0 2 2h7v-2H4zm7.81-3.95L9.07 4.5l-1.97.41 2.75 3.53zM4.16 5.5l-.98.19a1.995 1.995 0 0 0-1.57 2.35L2 10l4.9-.97zM13 19.96V22h2.04l6.13-6.12-2.04-2.05zm9.85-6.49-1.32-1.32c-.2-.2-.53-.2-.72 0l-.98.98 2.04 2.04.98-.98c.2-.19.2-.52 0-.72"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie-open-edit.svg b/mkdocs-material/material/templates/.icons/material/movie-open-edit.svg new file mode 100644 index 0000000..d43aff4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie-open-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.65 6.5-2.74-3.54 3.93-.78.78 3.92zm-2.94.57-2.74-3.53-1.97.39 2.75 3.53zM2 10v10a2 2 0 0 0 2 2h7v-2.87L20.13 10zm9.81-1.95L9.07 4.5l-1.97.41 2.75 3.53zM4.16 5.5l-.98.19a2.01 2.01 0 0 0-1.57 2.35L2 10l4.9-.97zM13 19.96V22h2.04l6.13-6.12-2.04-2.05zm9.85-6.49-1.32-1.32c-.2-.2-.53-.2-.72 0l-.98.98 2.04 2.04.98-.98c.2-.19.2-.52 0-.72"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie-open-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/movie-open-minus-outline.svg new file mode 100644 index 0000000..0e07589 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie-open-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.09 20c.12.72.37 1.39.72 2H4a2 2 0 0 1-2-2V10h20v3.81c-.61-.35-1.28-.59-2-.72V12H4v8zm8.53-13.9-.78-3.92-3.93.78 2.74 3.54zm-4.91.97-2.74-3.53-1.97.39 2.75 3.53zM4.16 5.5l-.98.19a1.995 1.995 0 0 0-1.57 2.35L2 10l4.9-.97zm7.65 2.55L9.07 4.5l-1.97.41 2.75 3.53zM15 18v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie-open-minus.svg b/mkdocs-material/material/templates/.icons/material/movie-open-minus.svg new file mode 100644 index 0000000..67688f3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie-open-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.75 7.46 12 3.93l1.97-.39 2.74 3.53zm6.87-1.36-.78-3.92-3.93.78 2.74 3.54zm-9.81 1.95L9.07 4.5l-1.97.41 2.75 3.53zM4.16 5.5l-.98.19a2.01 2.01 0 0 0-1.57 2.35L2 10l4.9-.97zM19 13c1.1 0 2.12.3 3 .81V10H2v10a2 2 0 0 0 2 2h9.81c-.51-.88-.81-1.9-.81-3 0-3.31 2.69-6 6-6m-4 5v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie-open-off-outline.svg b/mkdocs-material/material/templates/.icons/material/movie-open-off-outline.svg new file mode 100644 index 0000000..6a52cc6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie-open-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.7 6.5 16.9 3l3.9-.8.8 3.9zm2.4 15-1.3 1.3-.7-.8H4c-1.1 0-2-.9-2-2V10h6.1l-1-1L2 10l-.4-2c-.2-1 .5-2.1 1.6-2.3l.5-.1L1.1 3l1.3-1.3zm-4-1.5-8-8H4v8zm3.9-1.2V10h-8.8l2 2H20v4.8zM16.7 7.1 14 3.5l-2 .4 2.8 3.5zm-4.9.9L9.1 4.5l-1.2.2 3.4 3.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie-open-off.svg b/mkdocs-material/material/templates/.icons/material/movie-open-off.svg new file mode 100644 index 0000000..afd44f8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie-open-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.2 10H22v8.8zm8.4-3.9-.8-3.9-3.9.8 2.7 3.5zM11.8 8 9.1 4.5l-1.2.2 3.4 3.4zM2.4 1.7 1.1 3l2.6 2.6-.5.1C2.1 5.9 1.4 7 1.6 8l.4 2 5.1-1 1 1H2v10c0 1.1.9 2 2 2h16.1l.7.7 1.3-1.3zm14.3 5.4L14 3.5l-2 .4 2.8 3.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie-open-outline.svg b/mkdocs-material/material/templates/.icons/material/movie-open-outline.svg new file mode 100644 index 0000000..7a2c5be --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie-open-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.84 2.18-3.93.78 2.74 3.54 1.97-.4zm-6.87 1.36L12 3.93l2.75 3.53 1.96-.39zm-4.9.96-1.97.41 2.75 3.53 1.96-.39zm-4.91 1-.98.19a1.995 1.995 0 0 0-1.57 2.35L2 10l4.9-.97zM20 12v8H4v-8zm2-2H2v10a2 2 0 0 0 2 2h16c1.11 0 2-.89 2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie-open-play-outline.svg b/mkdocs-material/material/templates/.icons/material/movie-open-play-outline.svg new file mode 100644 index 0000000..eddc85d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie-open-play-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 10v3.81c-.61-.35-1.28-.59-2-.72V12H4v8h9.09c.12.72.37 1.39.72 2H4a2 2 0 0 1-2-2V10zm-5.29-2.93-2.74-3.53-1.97.39 2.75 3.53zm4.91-.97-.78-3.92-3.93.78 2.74 3.54zm-9.81 1.95L9.07 4.5l-1.97.41 2.75 3.53zM4.16 5.5l-.98.19a1.995 1.995 0 0 0-1.57 2.35L2 10l4.9-.97zM17 22l5-3-5-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie-open-play.svg b/mkdocs-material/material/templates/.icons/material/movie-open-play.svg new file mode 100644 index 0000000..aa13364 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie-open-play.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.75 7.46 12 3.93l1.97-.39 2.74 3.53zm6.87-1.36-.78-3.92-3.93.78 2.74 3.54zM4.16 5.5l-.98.19a2.01 2.01 0 0 0-1.57 2.35L2 10l4.9-.97zm7.65 2.55L9.07 4.5l-1.97.41 2.75 3.53zM2 10v10a2 2 0 0 0 2 2h9.81c-.51-.88-.81-1.9-.81-3 0-3.31 2.69-6 6-6 1.1 0 2.12.3 3 .81V10zm15 12 5-3-5-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie-open-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/movie-open-plus-outline.svg new file mode 100644 index 0000000..1aded68 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie-open-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.75 7.46 12 3.93l1.97-.39 2.74 3.53zm6.87-1.36-.78-3.92-3.93.78 2.74 3.54zM4 20v-8h16v1.09c.72.12 1.39.37 2 .72V10H2v10a2 2 0 0 0 2 2h9.81c-.35-.61-.59-1.28-.72-2zm7.81-11.95L9.07 4.5l-1.97.41 2.75 3.53zM4.16 5.5l-.98.19a1.995 1.995 0 0 0-1.57 2.35L2 10l4.9-.97zM20 18v-3h-2v3h-3v2h3v3h2v-3h3v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie-open-plus.svg b/mkdocs-material/material/templates/.icons/material/movie-open-plus.svg new file mode 100644 index 0000000..6f1db95 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie-open-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.65 6.5-2.74-3.54 3.93-.78.78 3.92zm-2.94.57-2.74-3.53-1.97.39 2.75 3.53zM19 13c1.1 0 2.12.3 3 .81V10H2v10a2 2 0 0 0 2 2h9.81c-.51-.88-.81-1.9-.81-3 0-3.31 2.69-6 6-6m-7.19-4.95L9.07 4.5l-1.97.41 2.75 3.53zM4.16 5.5l-.98.19a2.01 2.01 0 0 0-1.57 2.35L2 10l4.9-.97zM20 18v-3h-2v3h-3v2h3v3h2v-3h3v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie-open-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/movie-open-remove-outline.svg new file mode 100644 index 0000000..bddf66d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie-open-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.65 6.5-2.74-3.54 3.93-.78.78 3.92zm-2.94.57-2.74-3.53-1.97.39 2.75 3.53zM4.16 5.5l-.98.19a1.995 1.995 0 0 0-1.57 2.35L2 10l4.9-.97zm7.65 2.55L9.07 4.5l-1.97.41 2.75 3.53zM4 20v-8h16v1.09c.72.12 1.39.37 2 .72V10H2v10a2 2 0 0 0 2 2h9.81c-.35-.61-.59-1.28-.72-2zm18.54-3.12-1.42-1.41L19 17.59l-2.12-2.12-1.41 1.41L17.59 19l-2.12 2.12 1.41 1.42L19 20.41l2.12 2.13 1.42-1.42L20.41 19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie-open-remove.svg b/mkdocs-material/material/templates/.icons/material/movie-open-remove.svg new file mode 100644 index 0000000..a970b01 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie-open-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.75 7.46 12 3.93l1.97-.39 2.74 3.53zm-2.94.59L9.07 4.5l-1.97.41 2.75 3.53zm9.81-1.95-.78-3.92-3.93.78 2.74 3.54zM19 13c1.1 0 2.12.3 3 .81V10H2v10a2 2 0 0 0 2 2h9.81c-.51-.88-.81-1.9-.81-3 0-3.31 2.69-6 6-6M4.16 5.5l-.98.19a2.01 2.01 0 0 0-1.57 2.35L2 10l4.9-.97zm18.38 11.38-1.42-1.41L19 17.59l-2.12-2.12-1.41 1.41L17.59 19l-2.12 2.12 1.41 1.42L19 20.41l2.12 2.13 1.42-1.42L20.41 19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie-open-settings-outline.svg b/mkdocs-material/material/templates/.icons/material/movie-open-settings-outline.svg new file mode 100644 index 0000000..6a50a00 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie-open-settings-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.65 4.5 16.91.96l3.93-.78.78 3.92zm-2.94.57-2.74-3.53-1.97.39 2.75 3.53zm-4.9.98L9.07 2.5l-1.97.41 2.75 3.53zM4.16 3.5l-.98.19a1.995 1.995 0 0 0-1.57 2.35L2 8l4.9-.97zM22 8v10c0 1.11-.89 2-2 2H4a2 2 0 0 1-2-2V8zm-2 2H4v8h16zM7 24h2v-2H7zm8 0h2v-2h-2zm-4 0h2v-2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie-open-settings.svg b/mkdocs-material/material/templates/.icons/material/movie-open-settings.svg new file mode 100644 index 0000000..f37fdb2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie-open-settings.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.75 5.46 12 1.93l1.97-.39 2.74 3.53zm6.87-1.36L20.84.18l-3.93.78 2.74 3.54zm-9.81 1.95L9.07 2.5l-1.97.41 2.75 3.53zM2 8v10a2 2 0 0 0 2 2h16c1.11 0 2-.89 2-2V8zm2.16-4.5-.98.19a2.01 2.01 0 0 0-1.57 2.35L2 8l4.9-.97zM11 24h2v-2h-2zm-4 0h2v-2H7zm8 0h2v-2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie-open-star-outline.svg b/mkdocs-material/material/templates/.icons/material/movie-open-star-outline.svg new file mode 100644 index 0000000..70b5720 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie-open-star-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.65 6.5-2.74-3.54 3.93-.78.78 3.92zm-2.94.57-2.74-3.53-1.97.39 2.75 3.53zM4.16 5.5l-.98.19a1.995 1.995 0 0 0-1.57 2.35L2 10l4.9-.97zm7.65 2.55L9.07 4.5l-1.97.41 2.75 3.53zM4 20v-8h16v1.09c.72.12 1.39.37 2 .72V10H2v10a2 2 0 0 0 2 2h9.81c-.35-.61-.59-1.28-.72-2zm19-2.11-2.89-.25L19 15l-1.13 2.64-2.87.25 2.18 1.88-.68 2.81 2.5-1.49 2.45 1.49-.65-2.81z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie-open-star.svg b/mkdocs-material/material/templates/.icons/material/movie-open-star.svg new file mode 100644 index 0000000..139ee9d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie-open-star.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.65 6.5-2.74-3.54 3.93-.78.78 3.92zm-2.94.57-2.74-3.53-1.97.39 2.75 3.53zM19 13c1.1 0 2.12.3 3 .81V10H2v10a2 2 0 0 0 2 2h9.81c-.51-.88-.81-1.9-.81-3 0-3.31 2.69-6 6-6M4.16 5.5l-.98.19a2.01 2.01 0 0 0-1.57 2.35L2 10l4.9-.97zm7.65 2.55L9.07 4.5l-1.97.41 2.75 3.53zM23 17.89l-2.89-.25L19 15l-1.13 2.64-2.87.25 2.18 1.88-.68 2.81 2.5-1.49 2.45 1.49-.65-2.81z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie-open.svg b/mkdocs-material/material/templates/.icons/material/movie-open.svg new file mode 100644 index 0000000..d30fa0b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.84 2.18-3.93.78 2.74 3.54 1.97-.4zm-6.87 1.36L12 3.93l2.75 3.53 1.96-.39zm-4.9.96-1.97.41 2.75 3.53 1.96-.39zm-4.91 1-.98.19a2 2 0 0 0-1.57 2.35L2 10l4.9-.97zM2 10v10a2 2 0 0 0 2 2h16c1.11 0 2-.89 2-2V10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie-outline.svg b/mkdocs-material/material/templates/.icons/material/movie-outline.svg new file mode 100644 index 0000000..8af9d06 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.76 10H20v8H4V6.47M22 4h-4l2 4h-3l-2-4h-2l2 4h-3l-2-4H8l2 4H7L5 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie-play-outline.svg b/mkdocs-material/material/templates/.icons/material/movie-play-outline.svg new file mode 100644 index 0000000..696fb83 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie-play-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 4v9.81c-.61-.35-1.28-.59-2-.72V10H5.76L4 6.47V18h9.09c-.05.33-.09.66-.09 1s.04.67.09 1H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h1l2 4h3L8 4h2l2 4h3l-2-4h2l2 4h3l-2-4zm-5 18 5-3-5-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie-play.svg b/mkdocs-material/material/templates/.icons/material/movie-play.svg new file mode 100644 index 0000000..b5d8948 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie-play.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 4v9.81c-.88-.51-1.9-.81-3-.81-3.31 0-6 2.69-6 6 0 .34.04.67.09 1H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h1l2 4h3L8 4h2l2 4h3l-2-4h2l2 4h3l-2-4zm-5 18 5-3-5-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/movie-plus-outline.svg new file mode 100644 index 0000000..d2d3eb4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0 .34.04.67.09 1H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h1l2 4h3L8 4h2l2 4h3l-2-4h2l2 4h3l-2-4h4v9.81c-.61-.35-1.28-.59-2-.72V10H5.76L4 6.47V18h9.09c-.05.33-.09.66-.09 1m7-1v-3h-2v3h-3v2h3v3h2v-3h3v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie-plus.svg b/mkdocs-material/material/templates/.icons/material/movie-plus.svg new file mode 100644 index 0000000..1ac7051 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0 .34.04.67.09 1H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h1l2 4h3L8 4h2l2 4h3l-2-4h2l2 4h3l-2-4h4v9.81c-.88-.51-1.9-.81-3-.81-3.31 0-6 2.69-6 6m7-1v-3h-2v3h-3v2h3v3h2v-3h3v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/movie-remove-outline.svg new file mode 100644 index 0000000..e37e529 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0 .34.04.67.09 1H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h1l2 4h3L8 4h2l2 4h3l-2-4h2l2 4h3l-2-4h4v9.81c-.61-.35-1.28-.59-2-.72V10H5.76L4 6.47V18h9.09c-.05.33-.09.66-.09 1m9.54-2.12-1.42-1.41L19 17.59l-2.12-2.12-1.41 1.41L17.59 19l-2.12 2.12 1.41 1.42L19 20.41l2.12 2.13 1.42-1.42L20.41 19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie-remove.svg b/mkdocs-material/material/templates/.icons/material/movie-remove.svg new file mode 100644 index 0000000..643902a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0 .34.04.67.09 1H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h1l2 4h3L8 4h2l2 4h3l-2-4h2l2 4h3l-2-4h4v9.81c-.88-.51-1.9-.81-3-.81-3.31 0-6 2.69-6 6m9.54-2.12-1.42-1.41L19 17.59l-2.12-2.12-1.41 1.41L17.59 19l-2.12 2.12 1.41 1.42L19 20.41l2.12 2.13 1.42-1.42L20.41 19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie-roll.svg b/mkdocs-material/material/templates/.icons/material/movie-roll.svg new file mode 100644 index 0000000..c65356c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie-roll.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a2.5 2.5 0 0 0-2.5 2.5A2.5 2.5 0 0 0 12 9a2.5 2.5 0 0 0 2.5-2.5A2.5 2.5 0 0 0 12 4M4.4 9.53A2.5 2.5 0 0 0 6 12.68c1.32.42 2.73-.29 3.15-1.61a2.5 2.5 0 0 0-1.6-3.15c-1.31-.42-2.73.29-3.15 1.61m15.21-.03c-.43-1.29-1.84-2-3.15-1.58a2.49 2.49 0 0 0-1.61 3.15 2.5 2.5 0 0 0 3.15 1.6c1.31-.42 2.03-1.84 1.61-3.17m-12.3 8.96c1.11.82 2.69.57 3.49-.55.81-1.12.56-2.68-.56-3.49a2.506 2.506 0 0 0-3.49.55c-.81 1.12-.56 2.68.56 3.49m9.39 0c1.12-.81 1.37-2.37.56-3.49a2.49 2.49 0 0 0-3.49-.55 2.497 2.497 0 0 0-.56 3.49c.79 1.12 2.38 1.36 3.49.55M12 10.5a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie-search-outline.svg b/mkdocs-material/material/templates/.icons/material/movie-search-outline.svg new file mode 100644 index 0000000..cf0c4db --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie-search-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 20H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h1l2 4h3L8 4h2l2 4h3l-2-4h2l2 4h3l-2-4h4v9c-.5-.8-1.2-1.5-2-2v-1H5.8L4 6.5V18h6.2c.2.7.4 1.4.8 2m9.3-1.1c.4-.7.7-1.5.7-2.4 0-2.5-2-4.5-4.5-4.5S12 14 12 16.5s2 4.5 4.5 4.5c.9 0 1.7-.2 2.4-.7l3.1 3.1 1.4-1.4zm-3.8.1c-1.4 0-2.5-1.1-2.5-2.5s1.1-2.5 2.5-2.5 2.5 1.1 2.5 2.5-1.1 2.5-2.5 2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie-search.svg b/mkdocs-material/material/templates/.icons/material/movie-search.svg new file mode 100644 index 0000000..3afea27 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie-search.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.03 20H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h1l2 4h3L8 4h2l2 4h3l-2-4h2l2 4h3l-2-4h4v9.05A6.49 6.49 0 0 0 16.5 10c-3.58 0-6.5 2.92-6.5 6.5 0 1.29.38 2.5 1.03 3.5m12.36 2L22 23.39l-3.12-3.07c-.69.43-1.51.68-2.38.68-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5c0 .88-.25 1.71-.69 2.4zM19 16.5a2.5 2.5 0 0 0-5 0 2.5 2.5 0 0 0 5 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie-settings-outline.svg b/mkdocs-material/material/templates/.icons/material/movie-settings-outline.svg new file mode 100644 index 0000000..25406da --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie-settings-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18 4 2 4h-3l-2-4h-2l2 4h-3l-2-4H8l2 4H7L5 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16c1.11 0 2-.89 2-2V4zm2 14H4V6.47L5.76 10H20zm-9 4h2v2h-2zm-4 0h2v2H7zm8 0h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie-settings.svg b/mkdocs-material/material/templates/.icons/material/movie-settings.svg new file mode 100644 index 0000000..20fbae2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie-settings.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 4v14c0 1.11-.89 2-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h1l2 4h3L8 4h2l2 4h3l-2-4h2l2 4h3l-2-4zM7 24h2v-2H7zm4 0h2v-2h-2zm4 0h2v-2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie-star-outline.svg b/mkdocs-material/material/templates/.icons/material/movie-star-outline.svg new file mode 100644 index 0000000..3aaf1fb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie-star-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0 .34.04.67.09 1H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h1l2 4h3L8 4h2l2 4h3l-2-4h2l2 4h3l-2-4h4v9.81c-.61-.35-1.28-.59-2-.72V10H5.76L4 6.47V18h9.09c-.05.33-.09.66-.09 1m10-1.11-2.89-.25L19 15l-1.13 2.64-2.87.25 2.18 1.88-.68 2.81 2.5-1.49 2.45 1.49-.65-2.81z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie-star.svg b/mkdocs-material/material/templates/.icons/material/movie-star.svg new file mode 100644 index 0000000..fac2555 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie-star.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0 .34.04.67.09 1H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h1l2 4h3L8 4h2l2 4h3l-2-4h2l2 4h3l-2-4h4v9.81c-.88-.51-1.9-.81-3-.81-3.31 0-6 2.69-6 6m10-1.11-2.89-.25L19 15l-1.13 2.64-2.87.25 2.18 1.88-.68 2.81 2.5-1.49 2.45 1.49-.65-2.81z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/movie.svg b/mkdocs-material/material/templates/.icons/material/movie.svg new file mode 100644 index 0000000..d6ee235 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/movie.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18 4 2 4h-3l-2-4h-2l2 4h-3l-2-4H8l2 4H7L5 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/mower-bag-on.svg b/mkdocs-material/material/templates/.icons/material/mower-bag-on.svg new file mode 100644 index 0000000..7494f0a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/mower-bag-on.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2h2v5h-2zm10 4.3-1.4-1.4L17 8.4l1.4 1.4s3.5-3.5 3.6-3.5M10.8 12l1.1 2H17l-.5-.9c-.3-.7-1-1.1-1.8-1.1zm9.2 3h-8.6L4.6 3H1v2h2.4l4 7.1-5.1-2c-.2-.1-.6-.1-.9.1-.2.2-.4.5-.4.8v7c0 .5.5 1 1 1h3.3c.6 1.2 1.8 2 3.2 2s2.6-.8 3.2-2h5.5c.4 1.2 1.5 2 2.8 2 1.7 0 3-1.3 3-3s-1.3-3-3-3M5 17H3v-4.5l4.3 1.7c-1.2.4-2.1 1.5-2.3 2.8m3.5 2c-.8 0-1.5-.7-1.5-1.5S7.7 16 8.5 16s1.5.7 1.5 1.5S9.3 19 8.5 19M20 19c-.5 0-1-.5-1-1s.5-1 1-1 1 .5 1 1-.5 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/mower-bag.svg b/mkdocs-material/material/templates/.icons/material/mower-bag.svg new file mode 100644 index 0000000..cf7f74b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/mower-bag.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11.95 14-1.13-2h3.94c.74 0 1.45.43 1.79 1.11L17 14zM23 18c0 1.66-1.34 3-3 3-1.3 0-2.4-.84-2.82-2h-5.53c-.56 1.18-1.76 2-3.15 2s-2.59-.82-3.15-2H2c-.55 0-1-.45-1-1v-7c0-.33.17-.64.44-.83.27-.17.62-.22.93-.1l5.06 2.02L3.42 5H1V3h3.58l6.79 12H20c1.66 0 3 1.34 3 3M7.34 14.21 3 12.5V17h2.05c.19-1.3 1.08-2.36 2.29-2.79M10 17.5c0-.83-.67-1.5-1.5-1.5S7 16.67 7 17.5 7.67 19 8.5 19s1.5-.67 1.5-1.5m11 .5c0-.55-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/mower-on.svg b/mkdocs-material/material/templates/.icons/material/mower-on.svg new file mode 100644 index 0000000..eb35541 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/mower-on.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2h2v5h-2zm10 4.3-1.4-1.4L17 8.4l1.4 1.4s3.5-3.5 3.6-3.5M18.5 14c-1 0-1.8.4-2.4 1H9.4L5.7 3H2v2h2.3L7 14h-.5C4.6 14 3 15.6 3 17.5S4.6 21 6.5 21c1.4 0 2.6-.8 3.2-2h5.7c.6 1.2 1.8 2 3.2 2 1.9 0 3.5-1.6 3.5-3.5S20.4 14 18.5 14m-12 5c-.8 0-1.5-.7-1.5-1.5S5.7 16 6.5 16s1.5.7 1.5 1.5S7.3 19 6.5 19m12 0c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5m-9-7 .6 2H15l-.4-.9c-.3-.7-1.1-1.1-1.8-1.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/mower.svg b/mkdocs-material/material/templates/.icons/material/mower.svg new file mode 100644 index 0000000..b2de675 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/mower.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.5 14c-.95 0-1.81.38-2.44 1H9.39L5.74 3H2v2h2.26L7 14.05c-.15-.02-.32-.05-.5-.05C4.57 14 3 15.57 3 17.5S4.57 21 6.5 21c1.39 0 2.59-.82 3.15-2h5.7c.56 1.18 1.76 2 3.15 2 1.93 0 3.5-1.57 3.5-3.5S20.43 14 18.5 14m-12 5c-.83 0-1.5-.67-1.5-1.5S5.67 16 6.5 16s1.5.67 1.5 1.5S7.33 19 6.5 19m12 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5m-8.37-5-.6-2h3.23c.74 0 1.45.43 1.79 1.11L15 14z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/muffin.svg b/mkdocs-material/material/templates/.icons/material/muffin.svg new file mode 100644 index 0000000..f894f0a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/muffin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 5s-1-3-4-3-4 3-4 3C6 5 4 7 4 9c-2.7 0-2.7 4 0 4h16c2.7 0 2.7-4 0-4 0-2-2-4-4-4M5 15l2 7h2l-1-7zm5 0 1 7h2l1-7zm6 0-1 7h2l2-7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/multicast.svg b/mkdocs-material/material/templates/.icons/material/multicast.svg new file mode 100644 index 0000000..b71908c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/multicast.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 2v2h-5a2 2 0 0 0-2 2v3h2V6h5v2l3-3zm0 7v2H6.73c-.36-.62-1.02-1-1.73-1-1.1 0-2 .9-2 2s.9 2 2 2c.71 0 1.37-.38 1.73-1H17v2l3-3zm-7 6v3a2 2 0 0 0 2 2h5v2l3-3-3-3v2h-5v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/multimedia.svg b/mkdocs-material/material/templates/.icons/material/multimedia.svg new file mode 100644 index 0000000..fef6b86 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/multimedia.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 13V5c0-1.1.9-2 2-2h9c1.1 0 2 .9 2 2v6h-3.43l-1.28-1.74a.14.14 0 0 0-.24 0L15.06 12c-.06.06-.18.07-.24 0l-1.43-1.75a.152.152 0 0 0-.23 0l-2.11 2.66c-.08.09-.01.24.11.24h6.34V15H11c-1.11 0-2-.89-2-2m-3 9v-1H4v1H2V2h2v1h2V2h2.39C7.54 2.74 7 3.8 7 5v8c0 2.21 1.79 4 4 4h4.7c-1.03.83-1.7 2.08-1.7 3.5 0 .53.11 1.03.28 1.5zM4 7h2V5H4zm0 4h2V9H4zm0 4h2v-2H4zm2 4v-2H4v2zm17-6v2h-2v5.5a2.5 2.5 0 0 1-5 0 2.5 2.5 0 0 1 3.5-2.29V13z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/multiplication-box.svg b/mkdocs-material/material/templates/.icons/material/multiplication-box.svg new file mode 100644 index 0000000..cd3185c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/multiplication-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5c0-1.11.89-2 2-2zm-8 14h2v-3.27l2.83 1.63 1-1.73L14 12l2.83-1.64-1-1.73L13 10.27V7h-2v3.27L8.17 8.63l-1 1.73L10 12l-2.83 1.63 1 1.73L11 13.73z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/multiplication.svg b/mkdocs-material/material/templates/.icons/material/multiplication.svg new file mode 100644 index 0000000..775d929 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/multiplication.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 3h2v7.27l6.29-3.63 1 1.73L14 12l6.3 3.64-1 1.73-6.3-3.65V21h-2v-7.27l-6.31 3.63-1-1.73L10 12 3.72 8.36l1-1.73L11 10.26z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/mushroom-off-outline.svg b/mkdocs-material/material/templates/.icons/material/mushroom-off-outline.svg new file mode 100644 index 0000000..2bd51da --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/mushroom-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.1 21.5 2.4 1.7 1.1 3l3 3C2.8 7.6 2 9.7 2 12c0 1.1.9 2 2 2h8.1l1 1H9l-1 3.5-.3 1c-.3 1.1.4 2.2 1.4 2.4l.6.1h4.7c1.1 0 2-.9 2-2l-.1-.5-.3-1-.2-.9 5.1 5.1zM4 12c0-1.7.6-3.3 1.5-4.6l.7.7c-.1.3-.2.6-.2.9 0 1.1.9 2 2 2 .3 0 .6-.1.9-.2l1.2 1.2zm5.7 8 .3-1 .6-2h3l.6 2 .3 1zm6.3-9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2M8.2 5 6.7 3.5C8.3 2.6 10.1 2 12 2c5.5 0 10 4.5 10 10 0 1.1-.9 2-2 2h-2.8l-2-2H20c0-3.7-2.6-6.9-6-7.8-.1 1-1 1.8-2 1.8s-1.9-.8-2-1.8c-.6.2-1.3.5-1.8.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/mushroom-off.svg b/mkdocs-material/material/templates/.icons/material/mushroom-off.svg new file mode 100644 index 0000000..b3fd5a5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/mushroom-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.1 21.5 2.4 1.7 1.1 3l3 3C2.8 7.6 2 9.7 2 12c0 1.1.9 2 2 2h8.1l1 1H9l-1.3 4.5v.5c0 1.1.9 2 2 2h4.7c1.1 0 2-.9 2-2l-.1-.5-.5-1.8 5.1 5.1zM7 12c-1.1 0-2-.9-2-2 0-.8.5-1.6 1.3-1.9l2.6 2.6C8.6 11.5 7.8 12 7 12m3-6c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2c-.5 0-.9-.2-1.3-.5l6.5 6.5H20c1.1 0 2-.9 2-2 0-5.5-4.5-10-10-10-1.9 0-3.7.6-5.3 1.5l3.7 3.7c-.2-.3-.4-.7-.4-1.2m7 2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/mushroom-outline.svg b/mkdocs-material/material/templates/.icons/material/mushroom-outline.svg new file mode 100644 index 0000000..b8c5055 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/mushroom-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 12h16c0-3.73-2.56-6.87-6-7.75-.14.99-1 1.75-2 1.75s-1.86-.76-2-1.75C6.56 5.13 4 8.27 4 12m8-10a10 10 0 0 1 10 10 2 2 0 0 1-2 2H4a2 2 0 0 1-2-2A10 10 0 0 1 12 2m1.5 15h-3l-.58 2-.27 1h4.7l-.27-1zm1.5-2 1 3.5.27.95.08.55c0 1.1-.9 2-2 2h-4.7l-.48-.06a2.004 2.004 0 0 1-1.44-2.44l.27-1L9 15zm1-8a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2M8 7a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/mushroom.svg b/mkdocs-material/material/templates/.icons/material/mushroom.svg new file mode 100644 index 0000000..0812086 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/mushroom.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a10 10 0 0 1 10 10 2 2 0 0 1-2 2H4a2 2 0 0 1-2-2A10 10 0 0 1 12 2m0 6a2 2 0 0 0 2-2 2 2 0 0 0-2-2 2 2 0 0 0-2 2 2 2 0 0 0 2 2m5 4a2 2 0 0 0 2-2 2 2 0 0 0-2-2 2 2 0 0 0-2 2 2 2 0 0 0 2 2M7 12a2 2 0 0 0 2-2 2 2 0 0 0-2-2 2 2 0 0 0-2 2 2 2 0 0 0 2 2m8 3 1.27 4.45.08.55c0 1.1-.9 2-2 2h-4.7a2 2 0 0 1-2-2l.08-.55L9 15z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/music-accidental-double-flat.svg b/mkdocs-material/material/templates/.icons/material/music-accidental-double-flat.svg new file mode 100644 index 0000000..70f041a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/music-accidental-double-flat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.5 9c-.7 0-1.39.28-2 .67V5h-2v4.62c-.46-.38-1.11-.62-2-.62-.7 0-1.39.28-2 .67V5h-2v14c3-1.68 4.93-3.21 6-4.59V19c4.86-2.74 7-5.09 7-7 0-1.41-.71-3-3-3m-8 6.38v-3.12c.62-.67 1.45-1.26 2-1.26.59 0 1 .07 1 1 0 .15-.1 1.3-3 3.38m6 0v-3.12c.62-.67 1.45-1.26 2-1.26.59 0 1 .07 1 1 0 .15-.1 1.3-3 3.38"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/music-accidental-double-sharp.svg b/mkdocs-material/material/templates/.icons/material/music-accidental-double-sharp.svg new file mode 100644 index 0000000..da0dd93 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/music-accidental-double-sharp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.41 10H17V7h-3v1.59l-2 2-2-2V7H7v3h1.59l2 2-2 2H7v3h3v-1.59l2-2 2 2V17h3v-3h-1.59l-2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/music-accidental-flat.svg b/mkdocs-material/material/templates/.icons/material/music-accidental-flat.svg new file mode 100644 index 0000000..a0ddbf1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/music-accidental-flat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.5 19c4.86-2.74 7-5.09 7-7 0-1.41-.71-3-3-3-.7 0-1.39.28-2 .67V5h-2m2 10.38v-3.12c.62-.67 1.45-1.26 2-1.26.59 0 1 .07 1 1 0 .15-.1 1.3-3 3.38"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/music-accidental-natural.svg b/mkdocs-material/material/templates/.icons/material/music-accidental-natural.svg new file mode 100644 index 0000000..bbd22a5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/music-accidental-natural.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 8.75V3.5H8v14l6-2.25v5.25h2v-14zm4 4.5-4 1.5v-4l4-1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/music-accidental-sharp.svg b/mkdocs-material/material/templates/.icons/material/music-accidental-sharp.svg new file mode 100644 index 0000000..1566a4b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/music-accidental-sharp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 9.5v-2l-2 .6V5.5h-2v3.2l-2 .6V6.5H9v3.4l-2 .6v2l2-.6v2l-2 .6v2l2-.6v2.6h2v-3.2l2-.6v2.8h2v-3.4l2-.6v-2l-2 .6v-2zm-4 3.2-2 .6v-2l2-.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/music-box-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/music-box-multiple-outline.svg new file mode 100644 index 0000000..b446589 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/music-box-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H8a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2m0 14H8V4h12m-7.5 11a2.5 2.5 0 0 0 2.5-2.5V7h3V5h-4v5.5c-.42-.31-.93-.5-1.5-.5a2.5 2.5 0 0 0-2.5 2.5 2.5 2.5 0 0 0 2.5 2.5M4 6H2v14a2 2 0 0 0 2 2h14v-2H4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/music-box-multiple.svg b/mkdocs-material/material/templates/.icons/material/music-box-multiple.svg new file mode 100644 index 0000000..c4f3123 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/music-box-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 6H2v14a2 2 0 0 0 2 2h14v-2H4M18 7h-3v5.5a2.5 2.5 0 0 1-2.5 2.5 2.5 2.5 0 0 1-2.5-2.5 2.5 2.5 0 0 1 2.5-2.5c.57 0 1.08.19 1.5.5V5h4m2-3H8a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/music-box-outline.svg b/mkdocs-material/material/templates/.icons/material/music-box-outline.svg new file mode 100644 index 0000000..dcfbe2d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/music-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 9h-3v5.5a2.5 2.5 0 0 1-2.5 2.5A2.5 2.5 0 0 1 8 14.5a2.5 2.5 0 0 1 2.5-2.5c.57 0 1.08.19 1.5.5V7h4zm3-6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zM5 5v14h14V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/music-box.svg b/mkdocs-material/material/templates/.icons/material/music-box.svg new file mode 100644 index 0000000..f166229 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/music-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 9h-3v5.5a2.5 2.5 0 0 1-2.5 2.5A2.5 2.5 0 0 1 8 14.5a2.5 2.5 0 0 1 2.5-2.5c.57 0 1.08.19 1.5.5V7h4m3-4H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/music-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/music-circle-outline.svg new file mode 100644 index 0000000..aa5212b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/music-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 9h-3v5.5a2.5 2.5 0 0 1-2.5 2.5A2.5 2.5 0 0 1 8 14.5a2.5 2.5 0 0 1 2.5-2.5c.57 0 1.08.19 1.5.5V7h4zm-4-7a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/music-circle.svg b/mkdocs-material/material/templates/.icons/material/music-circle.svg new file mode 100644 index 0000000..7642ff2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/music-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 9V7h-4v5.5c-.42-.31-.93-.5-1.5-.5A2.5 2.5 0 0 0 8 14.5a2.5 2.5 0 0 0 2.5 2.5 2.5 2.5 0 0 0 2.5-2.5V9zm-4-7a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/music-clef-alto.svg b/mkdocs-material/material/templates/.icons/material/music-clef-alto.svg new file mode 100644 index 0000000..0024a6d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/music-clef-alto.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 4h2v16H5m10.46-7h-.63l-1-1 1-1h.63a3.5 3.5 0 1 0-3.5-3.5h2a1.5 1.5 0 1 1 1.5 1.5H14l-2 2h-1V4H9v16h2v-7h1l2 2h1.46a1.5 1.5 0 1 1-1.5 1.5h-2a3.5 3.5 0 1 0 3.5-3.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/music-clef-bass.svg b/mkdocs-material/material/templates/.icons/material/music-clef-bass.svg new file mode 100644 index 0000000..11d5540 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/music-clef-bass.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.5 5A1.5 1.5 0 1 1 17 6.5 1.5 1.5 0 0 1 18.5 5m0 6a1.5 1.5 0 1 1-1.5 1.5 1.5 1.5 0 0 1 1.5-1.5M10 4a5 5 0 0 0-5 5v1a2 2 0 1 0 2.18-2A3 3 0 0 1 10 6a4 4 0 0 1 4 4c0 3.59-2.23 6.19-7 8.2l.76 1.84C13.31 17.72 16 14.43 16 10a6 6 0 0 0-6-6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/music-clef-treble.svg b/mkdocs-material/material/templates/.icons/material/music-clef-treble.svg new file mode 100644 index 0000000..49ffa43 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/music-clef-treble.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 11V7.5l2.2-2.21c.8-.79.95-2.05.39-3.03A2.47 2.47 0 0 0 13.45 1c-.21 0-.45.03-.64.09C11.73 1.38 11 2.38 11 3.5v3.24L7.86 9.91a5.95 5.95 0 0 0-1.25 6.43c.77 1.9 2.45 3.21 4.39 3.55v.61c0 .26-.23.5-.5.5H9v2h1.5c1.35 0 2.5-1.11 2.5-2.5V20c2.03 0 4.16-1.92 4.16-4.75 0-2.3-1.92-4.25-4.16-4.25m0-7.5c0-.23.11-.41.32-.47.22-.06.45.03.56.23a.5.5 0 0 1-.08.61l-.8.86zm-2 8c-.97.64-1.7 1.74-1.96 2.76l1.96.52v3.05a3.86 3.86 0 0 1-2.57-2.26c-.59-1.46-.27-3.12.83-4.24L11 9.5zm2 6.5v-5.06c1.17 0 2.18 1.1 2.18 2.31C15.18 17 13.91 18 13 18"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/music-note-bluetooth-off.svg b/mkdocs-material/material/templates/.icons/material/music-note-bluetooth-off.svg new file mode 100644 index 0000000..ee2675c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/music-note-bluetooth-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 9.85 19.14 7h-.5v3.79L16.35 8.5l-.71.71L18.43 12l-2.79 2.79.71.71 2.29-2.29V17h.5L22 14.15 19.85 12zm-2.36-.94.94.94-.94.94zm.94 5.24-.94.94v-1.88zM1.96 3 .687 4.27l9.003 9v.28c-.59-.34-1.27-.55-2-.55-2.19 0-4 1.79-4 4s1.81 4 4 4 4-1.79 4-4v-1.73L17.42 21l1.27-1.27zm9.73 4h4V3h-6v5.18l2 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/music-note-bluetooth.svg b/mkdocs-material/material/templates/.icons/material/music-note-bluetooth.svg new file mode 100644 index 0000000..9f3c30b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/music-note-bluetooth.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 9.85 19.14 7h-.5v3.79L16.35 8.5l-.71.71L18.43 12l-2.79 2.79.71.71 2.29-2.29V17h.5L22 14.15 19.85 12zm-2.36-.94.94.94-.94.94zm.94 5.24-.94.94v-1.88zM9.64 3v10.55c-.59-.34-1.27-.55-2-.55-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4V7h4V3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/music-note-eighth-dotted.svg b/mkdocs-material/material/templates/.icons/material/music-note-eighth-dotted.svg new file mode 100644 index 0000000..a14a9fa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/music-note-eighth-dotted.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3v10.55A4 4 0 1 0 14 17V7h4V3m-1.5 17a1.5 1.5 0 1 1 1.5-1.5 1.5 1.5 0 0 1-1.5 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/music-note-eighth.svg b/mkdocs-material/material/templates/.icons/material/music-note-eighth.svg new file mode 100644 index 0000000..8399924 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/music-note-eighth.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3v10.55c-.59-.34-1.27-.55-2-.55-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4V7h4V3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/music-note-half-dotted.svg b/mkdocs-material/material/templates/.icons/material/music-note-half-dotted.svg new file mode 100644 index 0000000..46a6752 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/music-note-half-dotted.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 3h-2v10.56a3.96 3.96 0 0 0-2-.56 4 4 0 1 0 4 4zm-4 16a2 2 0 1 1 2-2 2 2 0 0 1-2 2m6.5 1a1.5 1.5 0 1 1 1.5-1.5 1.5 1.5 0 0 1-1.5 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/music-note-half.svg b/mkdocs-material/material/templates/.icons/material/music-note-half.svg new file mode 100644 index 0000000..4fac3f6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/music-note-half.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 3h-2v10.56a3.96 3.96 0 0 0-2-.56 4 4 0 1 0 4 4zm-4 16a2 2 0 1 1 2-2 2 2 0 0 1-2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/music-note-minus.svg b/mkdocs-material/material/templates/.icons/material/music-note-minus.svg new file mode 100644 index 0000000..19553bd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/music-note-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 12v2h8v-2zM9 3v10.55c-.59-.34-1.27-.55-2-.55-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4V7h4V3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/music-note-off-outline.svg b/mkdocs-material/material/templates/.icons/material/music-note-off-outline.svg new file mode 100644 index 0000000..65cd30e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/music-note-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 7h4V3h-6v4.61l2 2m-2 .83L4.41 2.86 3 4.27l9 9v.28a3.94 3.94 0 0 0-3.33-.32 4 4 0 0 0 1.98 7.72 4.1 4.1 0 0 0 3.35-4.1v-1.58L19.73 21l1.41-1.41M10 19a2 2 0 1 1 2-2 2 2 0 0 1-2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/music-note-off.svg b/mkdocs-material/material/templates/.icons/material/music-note-off.svg new file mode 100644 index 0000000..4f47d52 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/music-note-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.27 3 3 4.27l9 9v.28c-.59-.34-1.27-.55-2-.55-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4v-1.73L19.73 21 21 19.73zM14 7h4V3h-6v5.18l2 2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/music-note-outline.svg b/mkdocs-material/material/templates/.icons/material/music-note-outline.svg new file mode 100644 index 0000000..0b9af90 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/music-note-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3v10.55A4 4 0 1 0 14 17V7h4V3m-8 16a2 2 0 1 1 2-2 2 2 0 0 1-2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/music-note-plus.svg b/mkdocs-material/material/templates/.icons/material/music-note-plus.svg new file mode 100644 index 0000000..c4cddf2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/music-note-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 9v3h-3v2h3v3h2v-3h3v-2h-3V9zM9 3v10.55c-.59-.34-1.27-.55-2-.55-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4V7h4V3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/music-note-quarter-dotted.svg b/mkdocs-material/material/templates/.icons/material/music-note-quarter-dotted.svg new file mode 100644 index 0000000..0ab1d08 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/music-note-quarter-dotted.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 13v.56a3.96 3.96 0 0 0-2-.56 4 4 0 1 0 4 4V3h-2m4.5 14a1.5 1.5 0 1 1-1.5 1.5 1.5 1.5 0 0 1 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/music-note-quarter.svg b/mkdocs-material/material/templates/.icons/material/music-note-quarter.svg new file mode 100644 index 0000000..9252c92 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/music-note-quarter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 3v10.56c-.59-.35-1.27-.56-2-.56-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4V3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/music-note-sixteenth-dotted.svg b/mkdocs-material/material/templates/.icons/material/music-note-sixteenth-dotted.svg new file mode 100644 index 0000000..88f55eb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/music-note-sixteenth-dotted.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 18.5a1.5 1.5 0 1 1-1.5-1.5 1.5 1.5 0 0 1 1.5 1.5M18 7V3h-6v10.55A4 4 0 1 0 14 17v-6h4V8h-4V7Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/music-note-sixteenth.svg b/mkdocs-material/material/templates/.icons/material/music-note-sixteenth.svg new file mode 100644 index 0000000..658046d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/music-note-sixteenth.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 7V3h-6v10.55c-.59-.34-1.27-.55-2-.55-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4v-6h4V8h-4V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/music-note-whole-dotted.svg b/mkdocs-material/material/templates/.icons/material/music-note-whole-dotted.svg new file mode 100644 index 0000000..febd787 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/music-note-whole-dotted.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 15a2 2 0 1 1-2 2 2 2 0 0 1 2-2m0-2a4 4 0 1 0 4 4 4 4 0 0 0-4-4m6.5 4a1.5 1.5 0 1 1-1.5 1.5 1.5 1.5 0 0 1 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/music-note-whole.svg b/mkdocs-material/material/templates/.icons/material/music-note-whole.svg new file mode 100644 index 0000000..4c8336e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/music-note-whole.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 15a2 2 0 1 1-2 2 2 2 0 0 1 2-2m0-2a4 4 0 1 0 4 4 4 4 0 0 0-4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/music-note.svg b/mkdocs-material/material/templates/.icons/material/music-note.svg new file mode 100644 index 0000000..8399924 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/music-note.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3v10.55c-.59-.34-1.27-.55-2-.55-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4V7h4V3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/music-off.svg b/mkdocs-material/material/templates/.icons/material/music-off.svg new file mode 100644 index 0000000..046780d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/music-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 5.27 3.28 4 20 20.72 18.73 22 9 12.27v5.23A3.5 3.5 0 0 1 5.5 21 3.5 3.5 0 0 1 2 17.5 3.5 3.5 0 0 1 5.5 14c.54 0 1.05.12 1.5.34v-4.07zM21 3v12.5c0 1-.43 1.92-1.12 2.56l-4.94-4.94c.64-.69 1.56-1.12 2.56-1.12.54 0 1.05.12 1.5.34V6.47l-8.83 1.88-2.51-2.51z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/music-rest-eighth.svg b/mkdocs-material/material/templates/.icons/material/music-rest-eighth.svg new file mode 100644 index 0000000..4f5f858 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/music-rest-eighth.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 6a5.56 5.56 0 0 1-3.05 1.86A1.5 1.5 0 1 0 9.5 9h.24a6.3 6.3 0 0 0 3.51-1.07L10 18h2l4-12Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/music-rest-half.svg b/mkdocs-material/material/templates/.icons/material/music-rest-half.svg new file mode 100644 index 0000000..9fc7a66 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/music-rest-half.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 14h2v-4h8v4h2v1H6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/music-rest-quarter.svg b/mkdocs-material/material/templates/.icons/material/music-rest-quarter.svg new file mode 100644 index 0000000..9eefd52 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/music-rest-quarter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.71 16.81c-.8.79-.83 2.03-.07 2.77L10.19 21c-1.53-1.5-1.47-3.97.13-5.54.53-.52 1.18-.85 1.84-1.04L9 11.34l1.45-1.42.37-.35c1-.98 1.03-2.53.08-3.46L9.16 4.42 10.62 3l4.16 4.06c.76.75.72 1.99-.07 2.77l-2.18 2.12L16 15.33l-.39.39c-.5.49-1.23.74-1.89.56-.68-.18-1.46 0-2.01.53"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/music-rest-sixteenth.svg b/mkdocs-material/material/templates/.icons/material/music-rest-sixteenth.svg new file mode 100644 index 0000000..d8d33d1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/music-rest-sixteenth.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 3a5.56 5.56 0 0 1-3.05 1.86A1.5 1.5 0 1 0 10.5 6h.24a6.3 6.3 0 0 0 3.51-1.07L12.9 9.1a5.56 5.56 0 0 1-2.95 1.76A1.5 1.5 0 1 0 8.5 12h.24a6.3 6.3 0 0 0 3.51-1.07L9 21h2l6-18Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/music-rest-whole.svg b/mkdocs-material/material/templates/.icons/material/music-rest-whole.svg new file mode 100644 index 0000000..ee553a2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/music-rest-whole.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 10h-2v4H8v-4H6V9h12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/music.svg b/mkdocs-material/material/templates/.icons/material/music.svg new file mode 100644 index 0000000..4796ca2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/music.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 3v12.5a3.5 3.5 0 0 1-3.5 3.5 3.5 3.5 0 0 1-3.5-3.5 3.5 3.5 0 0 1 3.5-3.5c.54 0 1.05.12 1.5.34V6.47L9 8.6v8.9A3.5 3.5 0 0 1 5.5 21 3.5 3.5 0 0 1 2 17.5 3.5 3.5 0 0 1 5.5 14c.54 0 1.05.12 1.5.34V6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/mustache.svg b/mkdocs-material/material/templates/.icons/material/mustache.svg new file mode 100644 index 0000000..645f8bb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/mustache.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 12c-2 0-3-3-6-3s-3 2-3 2 0-2-3-2-4 3-6 3c-1 0-2-1-2-1s1 5 5 5c5 0 6-3 6-3s1 3 6 3c4 0 5-5 5-5s-1 1-2 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/nail.svg b/mkdocs-material/material/templates/.icons/material/nail.svg new file mode 100644 index 0000000..66610a7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/nail.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.5 5v11L12 22l-1.5-6V5zM17 2H7v2h10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/nas.svg b/mkdocs-material/material/templates/.icons/material/nas.svg new file mode 100644 index 0000000..29fe0ad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/nas.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 5c-1.11 0-2 .89-2 2v10c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V7c0-1.11-.89-2-2-2zm.5 2a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1M7 7h13v10H7zm1 1v8h3V8zm4 0v8h3V8zm4 0v8h3V8zM9 9h1v1H9zm4 0h1v1h-1zm4 0h1v1h-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/nativescript.svg b/mkdocs-material/material/templates/.icons/material/nativescript.svg new file mode 100644 index 0000000..c00cad0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/nativescript.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.5 3h9C19 3 21 5 21 7.5v9c0 2.5-2 4.5-4.5 4.5h-9C5 21 3 19 3 16.5v-9C3 5 5 3 7.5 3M6 13.5v3A1.5 1.5 0 0 0 7.5 18H9v-7.5l6 7.5h1.5a1.5 1.5 0 0 0 1.5-1.5v-3a1.5 1.5 0 0 1 1.5-1.5 1.5 1.5 0 0 1-1.5-1.5v-3A1.5 1.5 0 0 0 16.5 6H15v7.5L9 6H7.5A1.5 1.5 0 0 0 6 7.5v3A1.5 1.5 0 0 1 4.5 12 1.5 1.5 0 0 1 6 13.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/nature-outline.svg b/mkdocs-material/material/templates/.icons/material/nature-outline.svg new file mode 100644 index 0000000..1b70a94 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/nature-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12.08 14.22.69-.09a4.998 4.998 0 0 0-.6-9.96c-1.33 0-2.6.53-3.54 1.46-.93.94-1.46 2.21-1.46 3.54 0 2.47 1.79 4.52 4.16 4.92zm.92 1.9V20h6v2H5v-2h6v-3.94c-3.31-.56-5.83-3.42-5.83-6.89A7.001 7.001 0 1 1 13 16.12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/nature-people-outline.svg b/mkdocs-material/material/templates/.icons/material/nature-people-outline.svg new file mode 100644 index 0000000..0aba027 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/nature-people-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 20v-3.88a7 7 0 0 0 6.17-6.95c0-3.87-3.13-7-7-7a7 7 0 0 0-7 7 6.96 6.96 0 0 0 .76 3.16A7 7 0 0 0 14 16.06V20H6v-3h1v-4.05c0-.23-.11-.45-.26-.62l-.03-.04-.05-.04A.95.95 0 0 0 6 12H3c-.24 0-.5.09-.66.25l-.05.04c-.18.21-.29.45-.29.71v4h1v5h16v-2zm-.92-5.78-.75-.13a4.99 4.99 0 0 1-4.16-4.92c0-1.33.53-2.6 1.46-3.54.94-.93 2.22-1.46 3.54-1.46a4.998 4.998 0 0 1 .6 9.96l-.69.08M4.5 11c.83 0 1.5-.67 1.5-1.5S5.33 8 4.5 8 3 8.67 3 9.5 3.67 11 4.5 11"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/nature-people.svg b/mkdocs-material/material/templates/.icons/material/nature-people.svg new file mode 100644 index 0000000..84f3e77 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/nature-people.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.5 11A1.5 1.5 0 0 0 6 9.5 1.5 1.5 0 0 0 4.5 8 1.5 1.5 0 0 0 3 9.5 1.5 1.5 0 0 0 4.5 11m17.67-1.83c0-3.87-3.13-7-7-7a7 7 0 0 0-7 7c0 3.47 2.52 6.33 5.83 6.89V20H6v-3h1v-4a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v4h1v5h16v-2h-3v-3.88a7 7 0 0 0 6.17-6.95"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/nature.svg b/mkdocs-material/material/templates/.icons/material/nature.svg new file mode 100644 index 0000000..511df52 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/nature.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 16.12a7 7 0 0 0 6.17-6.95c0-3.87-3.13-7-7-7a7 7 0 0 0-7 7c0 3.47 2.52 6.33 5.83 6.89V20H5v2h14v-2h-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/navigation-outline.svg b/mkdocs-material/material/templates/.icons/material/navigation-outline.svg new file mode 100644 index 0000000..e1fe7b4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/navigation-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 7.3 4.3 10.4-3.5-1.5-.8-.4-.8.4-3.5 1.5zM12 2 4.5 20.3l.7.7 6.8-3 6.8 3 .7-.7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/navigation-variant-outline.svg b/mkdocs-material/material/templates/.icons/material/navigation-variant-outline.svg new file mode 100644 index 0000000..516efa6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/navigation-variant-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17.27 6.73-4.24 10.13-1.32-3.42-.32-.83-.82-.32-3.43-1.33zM21 3 3 10.53v.97l6.84 2.66L12.5 21h.96z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/navigation-variant.svg b/mkdocs-material/material/templates/.icons/material/navigation-variant.svg new file mode 100644 index 0000000..90e0ecc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/navigation-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 3 3 10.53v.97l6.84 2.66L12.5 21h.96z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/navigation.svg b/mkdocs-material/material/templates/.icons/material/navigation.svg new file mode 100644 index 0000000..ebf6c70 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/navigation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2 4.5 20.29l.71.71L12 18l6.79 3 .71-.71z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/near-me.svg b/mkdocs-material/material/templates/.icons/material/near-me.svg new file mode 100644 index 0000000..90e0ecc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/near-me.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 3 3 10.53v.97l6.84 2.66L12.5 21h.96z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/necklace.svg b/mkdocs-material/material/templates/.icons/material/necklace.svg new file mode 100644 index 0000000..571f3eb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/necklace.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.5 5h-2c0 4.14-3.36 7.5-7.5 7.5S4.5 9.14 4.5 5h-2c.05 5.11 4.09 9.29 9.2 9.5-.6.9-1.7 2.7-1.7 3.5 0 2.67 4 2.67 4 0 0-.8-1.1-2.6-1.7-3.5 5.11-.21 9.15-4.39 9.2-9.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/needle-off.svg b/mkdocs-material/material/templates/.icons/material/needle-off.svg new file mode 100644 index 0000000..6f33369 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/needle-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.1 21.5 2.4 1.7 1.1 3 8 9.9l-3.9 3.9 2.1 2.1L3.1 19v2.8l4.5-4.5 2.1 2.1 3.9-3.9 7.2 7.2zm-10.9-6.3-1.4 1.4L7 13.8l2.5-2.5 1.4 1.4-1.1 1.1zm.7-6.5-1.4-1.4L14 3.9 16.1 6l1.4-1.4-1.4-1.4 1.4-1.4L21.8 6l-1.4 1.4L18.9 6l-1.4 1.4 2.1 2.1-3.4 3.5-2.8-2.8.6-.7 1.4 1.4 1.4-1.4L14 6.7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/needle.svg b/mkdocs-material/material/templates/.icons/material/needle.svg new file mode 100644 index 0000000..cbd9a5d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/needle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11.15 15.18-1.42-1.41 1.42-1.42 1.41 1.42 1.41-1.42-1.41-1.41 1.41-1.41 1.42 1.41 1.41-1.41-2.83-2.83-7.07 7.07 2.83 2.83zM3.08 19l3.12-3.11-2.12-2.12 9.89-9.9L16.1 6l1.4-1.42-1.4-1.42 1.4-1.41L21.75 6l-1.41 1.4L18.92 6 17.5 7.4l2.13 2.13-9.9 9.89-2.12-2.12-4.53 4.54z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/netflix.svg b/mkdocs-material/material/templates/.icons/material/netflix.svg new file mode 100644 index 0000000..4aa015a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/netflix.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.5 2h4l2.94 8.83L13.5 2h4v20c-1.25-.22-2.63-.36-4.09-.42L10.5 13l-.07 8.59c-1.4.06-2.73.2-3.93.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/network-off-outline.svg b/mkdocs-material/material/templates/.icons/material/network-off-outline.svg new file mode 100644 index 0000000..8d2420b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/network-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.04 5.27 5 9.23V15a2 2 0 0 0 2 2h4v2h-1a1 1 0 0 0-1 1H2v2h7a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1h2.77l2 2 1.27-1.28L2.32 4zM7 11.23 10.77 15H7zM15 20a1 1 0 0 0-1-1h-1v-1.77L15.77 20zm7 0v1.14L20.86 20zM7 6.14 5.14 4.28C5.43 3.53 6.16 3 7 3h10a2 2 0 0 1 2 2v10c0 .85-.53 1.57-1.28 1.86L15.86 15H17V5H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/network-off.svg b/mkdocs-material/material/templates/.icons/material/network-off.svg new file mode 100644 index 0000000..a2e6b81 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/network-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m1 5.27 4 4V15a2 2 0 0 0 2 2h4v2h-1a1 1 0 0 0-1 1H2v2h7a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1h2.73l2 2L21 22.72 2.28 4zM15 20a1 1 0 0 0-1-1h-1v-1.73L15.73 20zm2.69-3.13L5.13 4.31C5.41 3.55 6.14 3 7 3h10a2 2 0 0 1 2 2v10c0 .86-.55 1.59-1.31 1.87M22 20v1.18L20.82 20z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/network-outline.svg b/mkdocs-material/material/templates/.icons/material/network-outline.svg new file mode 100644 index 0000000..2a59a51 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/network-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 20a1 1 0 0 0-1-1h-1v-2h4a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h4v2h-1a1 1 0 0 0-1 1H2v2h7a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1h7v-2zm-8-5V5h10v10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/network-pos.svg b/mkdocs-material/material/templates/.icons/material/network-pos.svg new file mode 100644 index 0000000..18259f1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/network-pos.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 9H8V7h9zM7 7H5v2h2zm0-3H5v2h2zm3 0H8v2h2zm3 13v2h1c.55 0 1 .45 1 1h7v2h-7c0 .55-.45 1-1 1h-4c-.55 0-1-.45-1-1H2v-2h7c0-.55.45-1 1-1h1v-2H4c-1.11 0-2-.89-2-2V3a2 2 0 0 1 2-2h16c1.11 0 2 .89 2 2v12c0 1.11-.89 2-2 2zm7-2V3H4v12zm-9-9h8V4h-8zm-6 6h6v-2H5zm8 2h6v-2h-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/network-strength-1-alert.svg b/mkdocs-material/material/templates/.icons/material/network-strength-1-alert.svg new file mode 100644 index 0000000..73c142d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/network-strength-1-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 1 1 21h16v-2h-6v-5.2l8-8V9h2m-2 2v6h2v-6m-2 8v2h2v-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/network-strength-1.svg b/mkdocs-material/material/templates/.icons/material/network-strength-1.svg new file mode 100644 index 0000000..b9a81ad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/network-strength-1.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 21h20V1m-2 4.83V19h-8v-5.17"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/network-strength-2-alert.svg b/mkdocs-material/material/templates/.icons/material/network-strength-2-alert.svg new file mode 100644 index 0000000..c6b8034 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/network-strength-2-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 1 1 21h16v-2h-4v-7.2l6-6V9h2m-2 2v6h2v-6m-2 8v2h2v-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/network-strength-2.svg b/mkdocs-material/material/templates/.icons/material/network-strength-2.svg new file mode 100644 index 0000000..d55fcba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/network-strength-2.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 21h20V1m-2 4.83V19h-6v-7.17"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/network-strength-3-alert.svg b/mkdocs-material/material/templates/.icons/material/network-strength-3-alert.svg new file mode 100644 index 0000000..6a344ef --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/network-strength-3-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 1 1 21h16v-2h-1V8.8l3-3V9h2m-2 2v6h2v-6m-2 8v2h2v-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/network-strength-3.svg b/mkdocs-material/material/templates/.icons/material/network-strength-3.svg new file mode 100644 index 0000000..4a9e70a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/network-strength-3.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 21h20V1m-2 4.83V19h-3V8.83"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/network-strength-4-alert.svg b/mkdocs-material/material/templates/.icons/material/network-strength-4-alert.svg new file mode 100644 index 0000000..96ff5c8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/network-strength-4-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 17h2v-6h-2m0 10h2v-2h-2M1 21h16V9h4V1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/network-strength-4-cog.svg b/mkdocs-material/material/templates/.icons/material/network-strength-4-cog.svg new file mode 100644 index 0000000..f552c07 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/network-strength-4-cog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 13c-.1 0-.2.1-.3.2l-.2 1.3c-.3.1-.6.3-.8.5l-1.2-.5c-.1 0-.2 0-.3.1l-1 1.7c-.1.1 0 .2.1.3l1.1.8v1l-1.1.8c-.1.1-.1.2-.1.3l1 1.7c.1.1.2.1.3.1l1.2-.5c.3.2.5.4.8.5l.2 1.3c0 .1.1.2.3.2h2c.1 0 .2-.1.2-.2l.2-1.3c.3-.1.6-.3.8-.5l1.2.5c.1 0 .3 0 .3-.1l1-1.7c.1-.1 0-.2-.1-.3l-1.1-.8v-1l1.1-.8c.1-.1.1-.2.1-.3l-1-1.7c-.1-.1-.2-.1-.3-.1l-1.1.5c-.3-.2-.5-.4-.9-.5l-.2-1.3c0-.1-.1-.2-.2-.2zm1 3.5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5.7-1.5 1.5-1.5M11.7 21H1L21 1v10.7c-.9-.4-1.9-.7-3-.7-3.9 0-7 3.1-7 7 0 1.1.2 2.1.7 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/network-strength-4.svg b/mkdocs-material/material/templates/.icons/material/network-strength-4.svg new file mode 100644 index 0000000..ada3de9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/network-strength-4.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 21h20V1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/network-strength-off-outline.svg b/mkdocs-material/material/templates/.icons/material/network-strength-off-outline.svg new file mode 100644 index 0000000..c101833 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/network-strength-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21 1-8.6 8.6 1.45 1.45L19 5.83v10.36l2 2M4.77 4.5 3.5 5.77l6.36 6.36L1 21h17.73l2 2L22 21.73M11.33 13.6l5.4 5.4H6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/network-strength-off.svg b/mkdocs-material/material/templates/.icons/material/network-strength-off.svg new file mode 100644 index 0000000..c1e6aed --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/network-strength-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21 1-8.6 8.6 8.6 8.59M4.77 4.5 3.5 5.77l6.36 6.36L1 21h17.73l2 2L22 21.73"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/network-strength-outline.svg b/mkdocs-material/material/templates/.icons/material/network-strength-outline.svg new file mode 100644 index 0000000..92185ba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/network-strength-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 21h20V1m-2 4.83V19H6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/network.svg b/mkdocs-material/material/templates/.icons/material/network.svg new file mode 100644 index 0000000..7be84b9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/network.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 3a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-4v2h1a1 1 0 0 1 1 1h7v2h-7a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1H2v-2h7a1 1 0 0 1 1-1h1v-2H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/new-box.svg b/mkdocs-material/material/templates/.icons/material/new-box.svg new file mode 100644 index 0000000..10ff490 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/new-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 4c1.11 0 2 .89 2 2v12c0 1.11-.89 2-2 2H4c-1.11 0-2-.89-2-2V6c0-1.11.89-2 2-2zM8.5 15V9H7.25v3.5L4.75 9H3.5v6h1.25v-3.5L7.3 15zm5-4.74V9h-4v6h4v-1.25H11v-1.11h2.5v-1.26H11v-1.12zm7 3.74V9h-1.25v4.5h-1.12V10h-1.25v3.5h-1.13V9H14.5v5a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/newspaper-check.svg b/mkdocs-material/material/templates/.icons/material/newspaper-check.svg new file mode 100644 index 0000000..0a31b06 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/newspaper-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.33 4.67 18.67 3 17 4.67 15.33 3l-1.66 1.67L12 3l-1.67 1.67L8.67 3 7 4.67 5.33 3 3.67 4.67 2 3v16a2 2 0 0 0 2 2h8.8c-.51-.88-.8-1.91-.8-3 0-1.23.37-2.37 1-3.32V13h1.68c.95-.63 2.09-1 3.32-1 1.53 0 2.93.58 4 1.5V3zM11 19H4v-6h7zm9-8H4V8h16zm-3.25 10.16-2.75-3L15.16 17l1.59 1.59L20.34 15l1.16 1.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/newspaper-minus.svg b/mkdocs-material/material/templates/.icons/material/newspaper-minus.svg new file mode 100644 index 0000000..a8a498d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/newspaper-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 17v2h-8v-2zm-2-6V8H4v3zm-7 2v1.68c-.63.95-1 2.09-1 3.32 0 1.09.29 2.12.8 3H4a2 2 0 0 1-2-2V3l1.67 1.67L5.33 3 7 4.67 8.67 3l1.66 1.67L12 3l1.67 1.67L15.33 3 17 4.67 18.67 3l1.66 1.67L22 3v10.5a6.14 6.14 0 0 0-4-1.5c-1.23 0-2.37.37-3.32 1zm-2 6v-6H4v6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/newspaper-plus.svg b/mkdocs-material/material/templates/.icons/material/newspaper-plus.svg new file mode 100644 index 0000000..2beec36 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/newspaper-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 14h2v3h3v2h-3v3h-2v-3h-3v-2h3zm3-3V8H4v3zm-7 2v1.68c-.63.95-1 2.09-1 3.32 0 1.09.29 2.12.8 3H4a2 2 0 0 1-2-2V3l1.67 1.67L5.33 3 7 4.67 8.67 3l1.66 1.67L12 3l1.67 1.67L15.33 3 17 4.67 18.67 3l1.66 1.67L22 3v10.5a6.14 6.14 0 0 0-4-1.5c-1.23 0-2.37.37-3.32 1zm-2 6v-6H4v6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/newspaper-remove.svg b/mkdocs-material/material/templates/.icons/material/newspaper-remove.svg new file mode 100644 index 0000000..d85bc42 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/newspaper-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.12 14.46 1.42 1.42L19.41 18l2.13 2.12-1.42 1.42L18 19.41l-2.12 2.13-1.41-1.42L16.59 18l-2.12-2.12 1.41-1.41L18 16.59zm.21-9.79L18.67 3 17 4.67 15.33 3l-1.66 1.67L12 3l-1.67 1.67L8.67 3 7 4.67 5.33 3 3.67 4.67 2 3v16a2 2 0 0 0 2 2h8.8c-.51-.88-.8-1.91-.8-3 0-1.23.37-2.37 1-3.32V13h1.68c.95-.63 2.09-1 3.32-1 1.53 0 2.93.58 4 1.5V3zM11 19H4v-6h7zm9-8H4V8h16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/newspaper-variant-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/newspaper-variant-multiple-outline.svg new file mode 100644 index 0000000..df83d83 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/newspaper-variant-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 7v12h15v2H4c-2 0-2-2-2-2V7zm17-2v10H8V5zm.3-2H7.7C6.76 3 6 3.7 6 4.55v10.9c0 .86.76 1.55 1.7 1.55h13.6c.94 0 1.7-.69 1.7-1.55V4.55C23 3.7 22.24 3 21.3 3M9 6h3v5H9zm11 8H9v-2h11zm0-6h-6V6h6zm0 3h-6V9h6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/newspaper-variant-multiple.svg b/mkdocs-material/material/templates/.icons/material/newspaper-variant-multiple.svg new file mode 100644 index 0000000..fcf2afb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/newspaper-variant-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 7v12h15v2H4c-2 0-2-2-2-2V7zm17.3-4H7.7C6.76 3 6 3.7 6 4.55v10.9c0 .86.76 1.55 1.7 1.55h13.6c.94 0 1.7-.69 1.7-1.55V4.55C23 3.7 22.24 3 21.3 3M8 5h5v6H8zm13 10H8v-2h13zm0-4h-6V9h6zm0-4h-6V5h6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/newspaper-variant-outline.svg b/mkdocs-material/material/templates/.icons/material/newspaper-variant-outline.svg new file mode 100644 index 0000000..6163539 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/newspaper-variant-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 5v14H4V5zm0-2H4c-1.11 0-2 .89-2 2v14c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V5c0-1.11-.89-2-2-2m-2 12H6v2h12zm-8-8H6v6h4zm2 2h6V7h-6zm6 2h-6v2h6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/newspaper-variant.svg b/mkdocs-material/material/templates/.icons/material/newspaper-variant.svg new file mode 100644 index 0000000..9cc1ea4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/newspaper-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 3H4c-1.11 0-2 .89-2 2v14c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V5c0-1.11-.89-2-2-2M5 7h5v6H5zm14 10H5v-2h14zm0-4h-7v-2h7zm0-4h-7V7h7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/newspaper.svg b/mkdocs-material/material/templates/.icons/material/newspaper.svg new file mode 100644 index 0000000..578fc52 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/newspaper.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11H4V8h16m0 7h-7v-2h7m0 6h-7v-2h7m-9 2H4v-6h7m9.33-8.33L18.67 3 17 4.67 15.33 3l-1.66 1.67L12 3l-1.67 1.67L8.67 3 7 4.67 5.33 3 3.67 4.67 2 3v16a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/nfc-search-variant.svg b/mkdocs-material/material/templates/.icons/material/nfc-search-variant.svg new file mode 100644 index 0000000..cd680c4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/nfc-search-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.5 12c2.5 0 4.5 2 4.5 4.5 0 .88-.24 1.71-.68 2.4L23.4 22 22 23.39l-3.11-3.07c-.69.43-1.51.68-2.39.68-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5m0 2a2.5 2.5 0 0 0-2.5 2.5 2.5 2.5 0 0 0 2.5 2.5c1.39 0 2.5-1.12 2.5-2.5a2.5 2.5 0 0 0-2.5-2.5M18 6v4.18c-.67-.18-1.34-.21-2-.18V8h-3v2.28l.53.44a6.47 6.47 0 0 0-2.81 2.81c-.44-.36-.72-.91-.72-1.53 0-.74.41-1.38 1-1.72V8a2 2 0 0 1 2-2zM6 18V6h4v2H8v8h2c-.04.68 0 1.35.17 2zM20 4H4v16h7c.53.8 1.21 1.5 2.03 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v9.04c-.5-.8-1.18-1.5-2-2.04z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/nfc-tap.svg b/mkdocs-material/material/templates/.icons/material/nfc-tap.svg new file mode 100644 index 0000000..4f38f7f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/nfc-tap.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 10a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2M4 4h7a2 2 0 0 1 2 2v3h-2V6H4v5h2V9l3 3-3 3v-2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2m16 16h-7a2 2 0 0 1-2-2v-3h2v3h7v-5h-2v2l-3-3 3-3v2h2a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/nfc-variant-off.svg b/mkdocs-material/material/templates/.icons/material/nfc-variant-off.svg new file mode 100644 index 0000000..6dae0e8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/nfc-variant-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m1.25 2.05 20.7 20.7L20.7 24l-2-2H4a2 2 0 0 1-2-2V5.3l-2-2zM3.81 2H20c1.11 0 2 .89 2 2v16.19l-2-1.99V4H5.8zM6 9.3l-2-2V20h12.7l-2-2H6zm12 6.9-2-2V8h-3v2.28c.6.34 1 .98 1 1.72v.19L11 9.2V8a2 2 0 0 1 2-2h5zM8 16h4.7L8 11.3zm2-8h-.2l-2-2H10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/nfc-variant.svg b/mkdocs-material/material/templates/.icons/material/nfc-variant.svg new file mode 100644 index 0000000..f4f09ac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/nfc-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 6h-5a2 2 0 0 0-2 2v2.28c-.59.34-1 .98-1 1.72a2 2 0 0 0 2 2 2 2 0 0 0 2-2c0-.74-.4-1.38-1-1.72V8h3v8H8V8h2V6H6v12h12m2 2H4V4h16m0-2H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V4c0-1.11-.89-2-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/nfc.svg b/mkdocs-material/material/templates/.icons/material/nfc.svg new file mode 100644 index 0000000..ec1bf0f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/nfc.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.24 2c-1.64 0-3.28 0-3.69.04-.88.05-1.47.69-1.51 1.52-.04.81-.04 16.03 0 16.85.05.82.67 1.45 1.51 1.5.91.05 3.89.06 4.74.06-1.53-1.06-1.74-3.05-1.88-6.74-.08-2.19-.01-9.87 0-10.19l.04-2.1L14.5 11v2.5L8.09 7.11c-.01 1.27-.03 2.92-.03 4.43 0 1.46.02 2.8.06 3.51.24 4.02.62 5.91 2.71 6.65.67.23 1.24.3 2.24.3.82 0 6.56 0 7.38-.04.88-.05 1.48-.69 1.52-1.52.03-.81.03-15.99 0-16.82-.06-.82-.68-1.44-1.52-1.49-.91-.05-3.88-.1-4.74-.1 1.53 1.06 1.73 3.05 1.88 6.75.08 2.19.01 9.86 0 10.19l-.04 2.09L9.53 13v-2.5l6.38 6.39c.01-1.27.03-2.92.03-4.43 0-1.46-.02-2.8-.06-3.5-.24-4.03-.62-5.92-2.71-6.66-.64-.23-1.24-.3-2.24-.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ninja.svg b/mkdocs-material/material/templates/.icons/material/ninja.svg new file mode 100644 index 0000000..2c2254d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ninja.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.75 13c-.01-.35.15-.69.42-.92.75.16 1.45.47 2.08.92 0 .68-.56 1.24-1.25 1.24S7.76 13.69 7.75 13m6 0c.63-.44 1.33-.75 2.08-.91.27.23.43.57.42.91 0 .7-.56 1.26-1.25 1.26s-1.25-.56-1.25-1.26M12 9c-2.77-.04-5.5.65-7.93 2L4 12c0 1.23.29 2.44.84 3.54a47.6 47.6 0 0 1 14.32 0c.55-1.1.84-2.31.84-3.54l-.07-1A15.85 15.85 0 0 0 12 9m0-7a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/nintendo-game-boy.svg b/mkdocs-material/material/templates/.icons/material/nintendo-game-boy.svg new file mode 100644 index 0000000..e5153ee --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/nintendo-game-boy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 1c-1.1 0-2 .9-2 2v18a2 2 0 0 0 2 2h7c2.76 0 5-2.24 5-5V3a2 2 0 0 0-2-2zm1 3h8v7H8zm1 10h1v2h2v1h-2v2H9v-2H7v-1h2zm7 1c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1m-2 2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/nintendo-switch.svg b/mkdocs-material/material/templates/.icons/material/nintendo-switch.svg new file mode 100644 index 0000000..aea69ae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/nintendo-switch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.04 20.4H7.12c-.93 0-1.82-.4-2.48-1.04C4 18.7 3.6 17.81 3.6 16.88V7.12c0-.93.4-1.82 1.04-2.48C5.3 4 6.19 3.62 7.12 3.62h2.92zM7.12 2A5.12 5.12 0 0 0 2 7.12v9.76C2 19.71 4.29 22 7.12 22h4.53V2zM5.11 8c0 1.04.84 1.88 1.89 1.88 1.03 0 1.87-.84 1.87-1.88S8.03 6.12 7 6.12c-1.05 0-1.89.84-1.89 1.88m12.5 3c1.11 0 2.01.89 2.01 2 0 1.12-.9 2-2.01 2s-2.03-.88-2.03-2c0-1.11.92-2 2.03-2m-.73 11A5.12 5.12 0 0 0 22 16.88V7.12C22 4.29 19.71 2 16.88 2h-3.23v20z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/nintendo-wii.svg b/mkdocs-material/material/templates/.icons/material/nintendo-wii.svg new file mode 100644 index 0000000..5d4dce8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/nintendo-wii.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.84 16.94h-1.87v-6.15h1.87zM18 8.58c0 .61-.5 1.11-1.1 1.11a1.11 1.11 0 0 1-1.11-1.11c0-.62.5-1.12 1.11-1.12.6 0 1.1.5 1.1 1.12m3.82 8.36h-1.88v-6.15h1.88zM22 8.58c0 .61-.5 1.11-1.12 1.11a1.11 1.11 0 0 1-1.11-1.11 1.116 1.116 0 1 1 2.23 0m-9.1-.53h2l-2.12 7.45s-.28 1.54-1.5 1.54c-1.21 0-1.49-1.54-1.49-1.54l-1.34-4.86-1.34 4.86s-.29 1.54-1.5 1.54-1.49-1.54-1.49-1.54L2 8.05h2l1.72 6.62L7.11 9.3c.32-1.35 1.34-1.33 1.34-1.33s1.02-.02 1.34 1.33l1.38 5.37z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/nintendo-wiiu.svg b/mkdocs-material/material/templates/.icons/material/nintendo-wiiu.svg new file mode 100644 index 0000000..0cb651d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/nintendo-wiiu.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 15.96c0 2.23 1.54 3.54 3.79 3.54h12.78c1.9 0 3.43-1.3 3.43-3.18V6.97c0-1.14-.85-2.37-1.89-2.37h-2.96v7.7c0 5.84-10.18 5.79-10.18.11V4.5H4.72C3.26 4.5 2 5.41 2 6.85zm7.34-4.73c0 4.51 5.32 3.86 5.32.71V4.5H9.34z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/nix.svg b/mkdocs-material/material/templates/.icons/material/nix.svg new file mode 100644 index 0000000..f131752 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/nix.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.9 8.7 5 17.2l-1.1-1.9L5.2 13H2.6L2 12l.6-1h3.7l1.3-2.3zm.3 6.8h9.7l-1.1 1.9h-2.6l1.3 2.3-.6 1h-1.1L14 17.4h-2.7zm5.7-3.7L11 3.3h2.2l1.3 2.3 1.3-2.3h1.1l.6 1-1.9 3.2L17 9.8zm-2.1-3.3H4l1.1-1.9h2.6L6.4 4.3l.6-1h1.1L10 6.5h2.7zm.3 6.8L19 6.8l1.1 1.9-1.3 2.3h2.6l.6 1-.6 1h-3.7l-1.3 2.3zm-6-3.1 4.9 8.4h-2.2l-1.3-2.3-1.1 2.3H7.1l-.6-1 1.9-3.2L7 14.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/nodejs.svg b/mkdocs-material/material/templates/.icons/material/nodejs.svg new file mode 100644 index 0000000..09b8773 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/nodejs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1.85c-.27 0-.55.07-.78.2l-7.44 4.3c-.48.28-.78.8-.78 1.36v8.58c0 .56.3 1.08.78 1.36l1.95 1.12c.95.46 1.27.47 1.71.47 1.4 0 2.21-.85 2.21-2.33V8.44c0-.12-.1-.22-.22-.22H8.5c-.13 0-.23.1-.23.22v8.47c0 .66-.68 1.31-1.77.76L4.45 16.5a.26.26 0 0 1-.11-.21V7.71c0-.09.04-.17.11-.21l7.44-4.29c.06-.04.16-.04.22 0l7.44 4.29c.07.04.11.12.11.21v8.58c0 .08-.04.16-.11.21l-7.44 4.29c-.06.04-.16.04-.23 0L10 19.65c-.08-.03-.16-.04-.21-.01-.53.3-.63.36-1.12.51-.12.04-.31.11.07.32l2.48 1.47q.36.21.78.21t.78-.21l7.44-4.29c.48-.28.78-.8.78-1.36V7.71c0-.56-.3-1.08-.78-1.36l-7.44-4.3c-.23-.13-.5-.2-.78-.2M14 8c-2.12 0-3.39.89-3.39 2.39 0 1.61 1.26 2.08 3.3 2.28 2.43.24 2.62.6 2.62 1.08 0 .83-.67 1.18-2.23 1.18-1.98 0-2.4-.49-2.55-1.47a.226.226 0 0 0-.22-.18h-.96c-.12 0-.21.09-.21.22 0 1.24.68 2.74 3.94 2.74 2.35 0 3.7-.93 3.7-2.55 0-1.61-1.08-2.03-3.37-2.34-2.31-.3-2.54-.46-2.54-1 0-.45.2-1.05 1.91-1.05 1.5 0 2.09.33 2.32 1.36.02.1.11.17.21.17h.97c.05 0 .11-.02.15-.07.04-.04.07-.1.05-.16C17.56 8.82 16.38 8 14 8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/noodles.svg b/mkdocs-material/material/templates/.icons/material/noodles.svg new file mode 100644 index 0000000..7338c75 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/noodles.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 3 10 4.41V6h12v1H10v5h12c0 1.81-.57 3.46-1.68 4.95s-2.55 2.58-4.32 3.3V22H8v-1.75c-1.76-.72-3.21-1.82-4.32-3.3S2 13.81 2 12h3V4l17-2zM6 4.88V6h1V4.78zM6 7v5h1V7zm3 5V7H8v5zm0-6V4.55l-1 .09V6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/not-equal-variant.svg b/mkdocs-material/material/templates/.icons/material/not-equal-variant.svg new file mode 100644 index 0000000..e04132e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/not-equal-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.08 4.61 1.84.79L14.8 8H19v2h-5.05l-1.72 4H19v2h-7.62l-1.46 3.4-1.84-.79L9.2 16H5v-2h5.06l1.71-4H5V8h7.63z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/not-equal.svg b/mkdocs-material/material/templates/.icons/material/not-equal.svg new file mode 100644 index 0000000..ef5bb68 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/not-equal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 10H9V8h12zm0 6H9v-2h12zM4 5h2v11H4zm2 13v2H4v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/note-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/note-alert-outline.svg new file mode 100644 index 0000000..761748f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/note-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2V9l-6-6zm14 16H3V5h7v7h7zm-5-9V4.5l5.5 5.5zm11-3v6h-2V7zm-2 8h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/note-alert.svg b/mkdocs-material/material/templates/.icons/material/note-alert.svg new file mode 100644 index 0000000..7481d72 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/note-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2V9l-6-6zm9 7V4.5l5.5 5.5zm11-3v6h-2V7zm-2 8h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/note-check-outline.svg b/mkdocs-material/material/templates/.icons/material/note-check-outline.svg new file mode 100644 index 0000000..eb96ec0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/note-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 19V5h7v7h7v1c.7 0 1.37.13 2 .35V9l-6-6H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h8.35c-.22-.63-.35-1.3-.35-2zm9-14.5 5.5 5.5H14zm8.5 12.75L17.75 22 15 19l1.16-1.16 1.59 1.59 3.59-3.59z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/note-check.svg b/mkdocs-material/material/templates/.icons/material/note-check.svg new file mode 100644 index 0000000..c89c5de --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/note-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 13c.7 0 1.37.13 2 .35V9l-6-6H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h8.35c-.22-.63-.35-1.3-.35-2 0-3.31 2.69-6 6-6m-5-8.5 5.5 5.5H14zm8.5 12.75L17.75 22 15 19l1.16-1.16 1.59 1.59 3.59-3.59z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/note-edit-outline.svg b/mkdocs-material/material/templates/.icons/material/note-edit-outline.svg new file mode 100644 index 0000000..e67671e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/note-edit-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18.13 12 1.26-1.26c.44-.44 1-.68 1.61-.74V9l-6-6H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h6v-1.87l.13-.13H5V5h7v7zM14 4.5l5.5 5.5H14zm5.13 9.33 2.04 2.04L15.04 22H13v-2.04zm3.72.36-.98.98-2.04-2.04.98-.98c.19-.2.52-.2.72 0l1.32 1.32c.2.2.2.53 0 .72"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/note-edit.svg b/mkdocs-material/material/templates/.icons/material/note-edit.svg new file mode 100644 index 0000000..72db63f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/note-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 10V9l-6-6H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h6v-1.87l8.39-8.39c.44-.44 1-.68 1.61-.74m-7-5.5 5.5 5.5H14zm8.85 9.69-.98.98-2.04-2.04.98-.98c.19-.2.52-.2.72 0l1.32 1.32c.2.2.2.53 0 .72m-3.72-.36 2.04 2.04L15.04 22H13v-2.04z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/note-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/note-minus-outline.svg new file mode 100644 index 0000000..dd6ba85 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/note-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 18v2h-8v-2zm-10 1c0 .7.13 1.37.35 2H5a2 2 0 0 1-2-2V5c0-1.11.89-2 2-2h10l6 6v4.35c-.63-.22-1.3-.35-2-.35v-1h-7V5H5v14zm1-9h5.5L14 4.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/note-minus.svg b/mkdocs-material/material/templates/.icons/material/note-minus.svg new file mode 100644 index 0000000..e34d154 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/note-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 13c.7 0 1.37.13 2 .35V9l-6-6H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h8.35c-.22-.63-.35-1.3-.35-2 0-3.31 2.69-6 6-6m-5-8.5 5.5 5.5H14zM23 18v2h-8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/note-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/note-multiple-outline.svg new file mode 100644 index 0000000..90f5480 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/note-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 6v16h18v2H3a2 2 0 0 1-2-2V6zm13 3h5.5L16 3.5zM7 2h10l6 6v10a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m0 2v14h14v-7h-7V4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/note-multiple.svg b/mkdocs-material/material/templates/.icons/material/note-multiple.svg new file mode 100644 index 0000000..e6af2b8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/note-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 9h5.5L16 3.5zM7 2h10l6 6v10a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2M3 6v16h18v2H3a2 2 0 0 1-2-2V6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/note-off-outline.svg b/mkdocs-material/material/templates/.icons/material/note-off-outline.svg new file mode 100644 index 0000000..b4abdcb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/note-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 5v3.8l3.2 3.2H19v3.8l2 2V9l-6-6H6.2l2 2zm2-.5 5.5 5.5H14zm6.7 15.55v-.01l-1.7-1.7v.01L12.66 12l-.66-.66v.01L6.14 5.5 2.39 1.73 1.11 3 3 4.9V19a2 2 0 0 0 2 2h14.1l1.74 1.73 1.27-1.27zM5 19V6.89L17.11 19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/note-off.svg b/mkdocs-material/material/templates/.icons/material/note-off.svg new file mode 100644 index 0000000..b2b712a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/note-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22.11 21.46-1.27 1.27L19.1 21H5a2 2 0 0 1-2-2V4.9L1.11 3l1.28-1.27L20.7 20.04v.01zM21 17.8 6.2 3H15l6 6zM19.5 10 14 4.5V10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/note-outline.svg b/mkdocs-material/material/templates/.icons/material/note-outline.svg new file mode 100644 index 0000000..83c8f13 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/note-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 10h5.5L14 4.5zM5 3h10l6 6v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5c0-1.11.89-2 2-2m0 2v14h14v-7h-7V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/note-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/note-plus-outline.svg new file mode 100644 index 0000000..bb0deed --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/note-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 19V5h7v7h7v1c.7 0 1.37.13 2 .35V9l-6-6H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h8.35c-.22-.63-.35-1.3-.35-2zm9-14.5 5.5 5.5H14zM23 18v2h-3v3h-2v-3h-3v-2h3v-3h2v3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/note-plus.svg b/mkdocs-material/material/templates/.icons/material/note-plus.svg new file mode 100644 index 0000000..a4948fb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/note-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 13c.7 0 1.37.13 2 .35V9l-6-6H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h8.35c-.22-.63-.35-1.3-.35-2 0-3.31 2.69-6 6-6m-5-8.5 5.5 5.5H14zM23 18v2h-3v3h-2v-3h-3v-2h3v-3h2v3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/note-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/note-remove-outline.svg new file mode 100644 index 0000000..15539d1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/note-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 19V5h7v7h7v1c.7 0 1.37.13 2 .35V9l-6-6H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h8.35c-.22-.63-.35-1.3-.35-2zm9-14.5 5.5 5.5H14zM20.41 19l2.13 2.12-1.42 1.42L19 20.41l-2.12 2.13-1.41-1.42L17.59 19l-2.12-2.12 1.41-1.41L19 17.59l2.12-2.12 1.42 1.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/note-remove.svg b/mkdocs-material/material/templates/.icons/material/note-remove.svg new file mode 100644 index 0000000..79c9999 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/note-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 13c.7 0 1.37.13 2 .35V9l-6-6H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h8.35c-.22-.63-.35-1.3-.35-2 0-3.31 2.69-6 6-6m-5-8.5 5.5 5.5H14zM20.41 19l2.13 2.12-1.42 1.42L19 20.41l-2.12 2.13-1.41-1.42L17.59 19l-2.12-2.12 1.41-1.41L19 17.59l2.12-2.12 1.42 1.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/note-search-outline.svg b/mkdocs-material/material/templates/.icons/material/note-search-outline.svg new file mode 100644 index 0000000..2555fc0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/note-search-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 3H5c-1.11 0-2 .89-2 2v5.82A6.4 6.4 0 0 1 5 9.5V5h7v5.82c.03.03.07.05.1.08.34.34.63.71.87 1.1H19v7h-6.03c-.24.39-.53.76-.87 1.1-.36.35-.75.64-1.16.9H19c1.11 0 2-.89 2-2V9zm-1 7V4.5l5.5 5.5zm-6.5 1C5 11 3 13 3 15.5c0 .88.25 1.71.69 2.4L.61 21 2 22.39l3.12-3.07c.69.43 1.51.68 2.38.68 2.5 0 4.5-2 4.5-4.5S10 11 7.5 11m0 7a2.5 2.5 0 0 1 0-5 2.5 2.5 0 0 1 0 5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/note-search.svg b/mkdocs-material/material/templates/.icons/material/note-search.svg new file mode 100644 index 0000000..4fbd220 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/note-search.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 3H5c-1.11 0-2 .89-2 2v5.82a6.505 6.505 0 0 1 9.1.08 6.525 6.525 0 0 1 0 9.2c-.36.35-.75.64-1.16.9H19c1.11 0 2-.89 2-2V9zm-1 7V4.5l5.5 5.5zm-6.5 1C5 11 3 13 3 15.5c0 .88.25 1.71.69 2.4L.61 21 2 22.39l3.12-3.07c.69.43 1.51.68 2.38.68 2.5 0 4.5-2 4.5-4.5S10 11 7.5 11m0 7a2.5 2.5 0 0 1 0-5 2.5 2.5 0 0 1 0 5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/note-text-outline.svg b/mkdocs-material/material/templates/.icons/material/note-text-outline.svg new file mode 100644 index 0000000..f099f34 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/note-text-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V9zm4 16H5V5h9v5h5m-2 4H7v-2h10m-3 5H7v-2h7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/note-text.svg b/mkdocs-material/material/templates/.icons/material/note-text.svg new file mode 100644 index 0000000..625610b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/note-text.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 10h5.5L14 4.5zM5 3h10l6 6v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5c0-1.11.89-2 2-2m0 9v2h14v-2zm0 4v2h9v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/note.svg b/mkdocs-material/material/templates/.icons/material/note.svg new file mode 100644 index 0000000..dd2abcd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/note.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 10V4.5l5.5 5.5M5 3c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V9l-6-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/notebook-check-outline.svg b/mkdocs-material/material/templates/.icons/material/notebook-check-outline.svg new file mode 100644 index 0000000..c9af3bf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/notebook-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.75 22.16-2.75-3L15.16 18l1.59 1.59L20.34 16l1.16 1.41zM17 4v6l-2-2-2 2V4H9v16h3.08c.12.72.37 1.39.72 2H7c-1.05 0-2-.95-2-2v-1H3v-2h2v-4H3v-2h2V7H3V5h2V4a2 2 0 0 1 2-2h12c1.05 0 2 .95 2 2v9.8c-.61-.35-1.28-.6-2-.72V4zM5 19h2v-2H5zm0-6h2v-2H5zm0-6h2V5H5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/notebook-check.svg b/mkdocs-material/material/templates/.icons/material/notebook-check.svg new file mode 100644 index 0000000..7e74545 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/notebook-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.75 22.16-2.75-3L15.16 18l1.59 1.59L20.34 16l1.16 1.41zM3 7V5h2V4a2 2 0 0 1 2-2h6v7l2.5-1.5L18 9V2h1c1.05 0 2 .95 2 2v9.8a6.005 6.005 0 0 0-8.2 8.2H7c-1.05 0-2-.95-2-2v-1H3v-2h2v-4H3v-2h2V7zm2-2v2h2V5zm0 14h2v-2H5zm0-6h2v-2H5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/notebook-edit-outline.svg b/mkdocs-material/material/templates/.icons/material/notebook-edit-outline.svg new file mode 100644 index 0000000..0da8620 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/notebook-edit-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.07 14.88 2.05 2.05L15.06 23H13v-2.06zm1.97-1.75c.14 0 .27.06.38.17l1.28 1.28c.22.21.22.56 0 .77l-1 1-2.05-2.05 1-1c.11-.11.25-.17.39-.17M17 4v6l-2-2-2 2V4H9v16h2v2H7c-1.05 0-2-.95-2-2v-1H3v-2h2v-4H3v-2h2V7H3V5h2V4a2 2 0 0 1 2-2h12c1.05 0 2 .95 2 2v6l-2 2V4zM5 5v2h2V5zm0 6v2h2v-2zm0 6v2h2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/notebook-edit.svg b/mkdocs-material/material/templates/.icons/material/notebook-edit.svg new file mode 100644 index 0000000..020d441 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/notebook-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.04 13.13c.14 0 .27.06.38.17l1.28 1.28c.22.21.22.56 0 .77l-1 1-2.05-2.05 1-1c.11-.11.25-.17.39-.17m-1.97 1.75 2.05 2.05L15.06 23H13v-2.06zM3 7V5h2V4a2 2 0 0 1 2-2h6v7l2.5-1.5L18 9V2h1c1.05 0 2 .95 2 2v6L11 20v2H7c-1.05 0-2-.95-2-2v-1H3v-2h2v-4H3v-2h2V7zm2 0h2V5H5zm0 4v2h2v-2zm0 6v2h2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/notebook-heart-outline.svg b/mkdocs-material/material/templates/.icons/material/notebook-heart-outline.svg new file mode 100644 index 0000000..5ca3ad0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/notebook-heart-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19 23.3-.6-.5c-2-1.9-3.4-3.1-3.4-4.6 0-1.2 1-2.2 2.2-2.2.7 0 1.4.3 1.8.8.4-.5 1.1-.8 1.8-.8 1.2 0 2.2.9 2.2 2.2 0 1.5-1.4 2.7-3.4 4.6zM17 4v6l-2-2-2 2V4H9v16h4.08c.12.72.37 1.39.72 2H7c-1.05 0-2-.95-2-2v-1H3v-2h2v-4H3v-2h2V7H3V5h2V4a2 2 0 0 1 2-2h12c1.05 0 2 .95 2 2v9.34c-.63-.22-1.3-.34-2-.34V4zM5 19h2v-2H5zm0-6h2v-2H5zm0-6h2V5H5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/notebook-heart.svg b/mkdocs-material/material/templates/.icons/material/notebook-heart.svg new file mode 100644 index 0000000..4a6e985 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/notebook-heart.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19 23.3-.6-.5c-2-1.9-3.4-3.1-3.4-4.6 0-1.2 1-2.2 2.2-2.2.7 0 1.4.3 1.8.8.4-.5 1.1-.8 1.8-.8 1.2 0 2.2.9 2.2 2.2 0 1.5-1.4 2.7-3.4 4.6zM3 7V5h2V4a2 2 0 0 1 2-2h6v7l2.5-1.5L18 9V2h1c1.05 0 2 .95 2 2v9.34A6.005 6.005 0 0 0 13.8 22H7c-1.05 0-2-.95-2-2v-1H3v-2h2v-4H3v-2h2V7zm2-2v2h2V5zm0 14h2v-2H5zm0-6h2v-2H5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/notebook-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/notebook-minus-outline.svg new file mode 100644 index 0000000..7d676a0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/notebook-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 4v6l-2-2-2 2V4H9v16h3.1c.1.7.4 1.4.7 2H7c-1.1 0-2-1-2-2v-1H3v-2h2v-4H3v-2h2V7H3V5h2V4c0-1.1.9-2 2-2h12c1 0 2 1 2 2v9.8c-.6-.4-1.3-.6-2-.7V4zM5 19h2v-2H5zm0-6h2v-2H5zm0-6h2V5H5zm9 11v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/notebook-minus.svg b/mkdocs-material/material/templates/.icons/material/notebook-minus.svg new file mode 100644 index 0000000..5204c3f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/notebook-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 7V5h2V4c0-1.1.9-2 2-2h6v7l2.5-1.5L18 9V2h1c1 0 2 1 2 2v9.8c-.9-.5-1.9-.8-3-.8-3.3 0-6 2.7-6 6 0 1.1.3 2.1.8 3H7c-1.1 0-2-1-2-2v-1H3v-2h2v-4H3v-2h2V7zm2-2v2h2V5zm0 14h2v-2H5zm0-6h2v-2H5zm9 5v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/notebook-multiple.svg b/mkdocs-material/material/templates/.icons/material/notebook-multiple.svg new file mode 100644 index 0000000..305c1e8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/notebook-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.05 9H7.06V6h1.99V4.03H7.06v-1c0-1.11.89-1.99 1.99-1.99h5.98V8l2.47-1.5L20 8V1.04h1c1.05 0 2 .96 2 1.99V17c0 1.03-.95 2-2 2H9.05c-1.05 0-1.99-.95-1.99-2v-1h1.99v-2H7.06v-3h1.99zM1 18h2v-3H1v-2h2v-3H1V8h2V5h2v3H3v2h2v3H3v2h2v3H3v2h2v1h16v2H5a2 2 0 0 1-2-2v-1H1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/notebook-outline.svg b/mkdocs-material/material/templates/.icons/material/notebook-outline.svg new file mode 100644 index 0000000..f759fe3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/notebook-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 4v6l-2-2-2 2V4H9v16h10V4zM3 7V5h2V4a2 2 0 0 1 2-2h12c1.05 0 2 .95 2 2v16c0 1.05-.95 2-2 2H7c-1.05 0-2-.95-2-2v-1H3v-2h2v-4H3v-2h2V7zm2-2v2h2V5zm0 14h2v-2H5zm0-6h2v-2H5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/notebook-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/notebook-plus-outline.svg new file mode 100644 index 0000000..f724327 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/notebook-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 4v6l-2-2-2 2V4H9v16h3.1c.1.7.4 1.4.7 2H7c-1.1 0-2-1-2-2v-1H3v-2h2v-4H3v-2h2V7H3V5h2V4c0-1.1.9-2 2-2h12c1 0 2 1 2 2v9.8c-.6-.4-1.3-.6-2-.7V4zM5 19h2v-2H5zm0-6h2v-2H5zm0-6h2V5H5zm12 8v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/notebook-plus.svg b/mkdocs-material/material/templates/.icons/material/notebook-plus.svg new file mode 100644 index 0000000..70d74b9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/notebook-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 7V5h2V4c0-1.1.9-2 2-2h6v7l2.5-1.5L18 9V2h1c1 0 2 1 2 2v9.8c-.9-.5-1.9-.8-3-.8-3.3 0-6 2.7-6 6 0 1.1.3 2.1.8 3H7c-1.1 0-2-1-2-2v-1H3v-2h2v-4H3v-2h2V7zm2-2v2h2V5zm0 14h2v-2H5zm0-6h2v-2H5zm12 2v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/notebook-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/notebook-remove-outline.svg new file mode 100644 index 0000000..f98c48e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/notebook-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 4v6l-2-2-2 2V4H9v16h3.1c.1.7.4 1.4.7 2H7c-1.1 0-2-1-2-2v-1H3v-2h2v-4H3v-2h2V7H3V5h2V4c0-1.1.9-2 2-2h12c1 0 2 1 2 2v9.8c-.6-.4-1.3-.6-2-.7V4zM5 19h2v-2H5zm0-6h2v-2H5zm0-6h2V5H5zm15.1 8.5L18 17.6l-2.1-2.1-1.4 1.4 2.1 2.1-2.1 2.1 1.4 1.4 2.1-2.1 2.1 2.1 1.4-1.4-2.1-2.1 2.1-2.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/notebook-remove.svg b/mkdocs-material/material/templates/.icons/material/notebook-remove.svg new file mode 100644 index 0000000..c95a2f0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/notebook-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 7V5h2V4c0-1.1.9-2 2-2h6v7l2.5-1.5L18 9V2h1c1 0 2 1 2 2v9.8c-.9-.5-1.9-.8-3-.8-3.3 0-6 2.7-6 6 0 1.1.3 2.1.8 3H7c-1.1 0-2-1-2-2v-1H3v-2h2v-4H3v-2h2V7zm2-2v2h2V5zm0 14h2v-2H5zm0-6h2v-2H5zm15.1 2.5L18 17.6l-2.1-2.1-1.4 1.4 2.1 2.1-2.1 2.1 1.4 1.4 2.1-2.1 2.1 2.1 1.4-1.4-2.1-2.1 2.1-2.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/notebook.svg b/mkdocs-material/material/templates/.icons/material/notebook.svg new file mode 100644 index 0000000..c690468 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/notebook.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 7V5h2V4a2 2 0 0 1 2-2h6v7l2.5-1.5L18 9V2h1c1.05 0 2 .95 2 2v16c0 1.05-.95 2-2 2H7c-1.05 0-2-.95-2-2v-1H3v-2h2v-4H3v-2h2V7zm4 4H5v2h2zm0-4V5H5v2zm0 12v-2H5v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/notification-clear-all.svg b/mkdocs-material/material/templates/.icons/material/notification-clear-all.svg new file mode 100644 index 0000000..2e70852 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/notification-clear-all.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 13h14v-2H5m-2 6h14v-2H3m4-8v2h14V7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/npm.svg b/mkdocs-material/material/templates/.icons/material/npm.svg new file mode 100644 index 0000000..6019383 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/npm.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 10v4h2v-3h1v3h1v-4zm5 0v5h2v-1h2v-4zm3 1v2h-1v-2zm2-1v4h2v-3h1v3h1v-3h1v3h1v-4zM3 9h18v6h-9v1H8v-1H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/nuke.svg b/mkdocs-material/material/templates/.icons/material/nuke.svg new file mode 100644 index 0000000..fa163c3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/nuke.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.04 12H10v-1H5.5A3.5 3.5 0 0 1 2 7.5 3.5 3.5 0 0 1 5.5 4c1.03 0 1.95.44 2.59 1.15C8.5 3.35 10.08 2 12 2s3.5 1.35 3.91 3.15C16.55 4.44 17.47 4 18.5 4A3.5 3.5 0 0 1 22 7.5a3.5 3.5 0 0 1-3.5 3.5h-4.46zM10 16.9v-1.14H5v-2h14v2h-4.96v1.16L20 19.08c.58.21 1 .76 1 1.42a1.5 1.5 0 0 1-1.5 1.5h-15A1.5 1.5 0 0 1 3 20.5c0-.66.42-1.21 1-1.42z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/null.svg b/mkdocs-material/material/templates/.icons/material/null.svg new file mode 100644 index 0000000..abcff7c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/null.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c1.85 0 3.55.78 4.9 2.1l1.7-2.17 1.58 1.23-1.98 2.52C19.33 7.41 20 9.6 20 12c0 5.5-3.58 10-8 10-1.85 0-3.55-.78-4.9-2.1l-1.7 2.17-1.58-1.23 1.98-2.52C4.67 16.59 4 14.4 4 12 4 6.5 7.58 2 12 2m0 2c-3.31 0-6 3.58-6 8 0 1.73.41 3.33 1.11 4.64l8.56-10.97C14.66 4.62 13.38 4 12 4m0 16c3.31 0 6-3.58 6-8 0-1.73-.41-3.33-1.11-4.64L8.33 18.33C9.34 19.38 10.62 20 12 20"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-0-box-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/numeric-0-box-multiple-outline.svg new file mode 100644 index 0000000..4361437 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-0-box-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 17V3H7v14zm0-16a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2zM3 5v16h16v2H3a2 2 0 0 1-2-2V5zm10 0h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2m0 2v6h2V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-0-box-multiple.svg b/mkdocs-material/material/templates/.icons/material/numeric-0-box-multiple.svg new file mode 100644 index 0000000..342840b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-0-box-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 5v16h16v2H3a2 2 0 0 1-2-2V5zm18-4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2zm-8 4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2zm0 2h2v6h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-0-box-outline.svg b/mkdocs-material/material/templates/.icons/material/numeric-0-box-outline.svg new file mode 100644 index 0000000..8612f26 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-0-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 19V5H5v14zm0-16a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm-8 4h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2m0 2v6h2V9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-0-box.svg b/mkdocs-material/material/templates/.icons/material/numeric-0-box.svg new file mode 100644 index 0000000..38476a4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-0-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm-8 4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zm0 2h2v6h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-0-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/numeric-0-circle-outline.svg new file mode 100644 index 0000000..a646f37 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-0-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 7h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2m0 2v6h2V9zm1-7a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-0-circle.svg b/mkdocs-material/material/templates/.icons/material/numeric-0-circle.svg new file mode 100644 index 0000000..60beb51 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-0-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 7a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zm0 2h2v6h-2zm1-7a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-0.svg b/mkdocs-material/material/templates/.icons/material/numeric-0.svg new file mode 100644 index 0000000..ee607cd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-0.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 7a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zm0 2h2v6h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-1-box-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/numeric-1-box-multiple-outline.svg new file mode 100644 index 0000000..04fe326 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-1-box-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 17H7V3h14m0-2H7a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2m-7 14h2V5h-4v2h2M3 5H1v16a2 2 0 0 0 2 2h16v-2H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-1-box-multiple.svg b/mkdocs-material/material/templates/.icons/material/numeric-1-box-multiple.svg new file mode 100644 index 0000000..aa2e74c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-1-box-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 5v16h16v2H3a2 2 0 0 1-2-2V5zm18-4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2zm-7 14h2V5h-4v2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-1-box-outline.svg b/mkdocs-material/material/templates/.icons/material/numeric-1-box-outline.svg new file mode 100644 index 0000000..9308688 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-1-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 19H5V5h14m0-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-7 14h2V7h-4v2h2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-1-box.svg b/mkdocs-material/material/templates/.icons/material/numeric-1-box.svg new file mode 100644 index 0000000..f23387d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-1-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 17h-2V9h-2V7h4m5-4H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-1-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/numeric-1-circle-outline.svg new file mode 100644 index 0000000..389df9e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-1-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 7h4v10h-2V9h-2zm2-5a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-1-circle.svg b/mkdocs-material/material/templates/.icons/material/numeric-1-circle.svg new file mode 100644 index 0000000..38b20d3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-1-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 7v2h2v8h2V7zm2-5a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-1.svg b/mkdocs-material/material/templates/.icons/material/numeric-1.svg new file mode 100644 index 0000000..cb8e26c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-1.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 7v2h2v8h2V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-10-box-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/numeric-10-box-multiple-outline.svg new file mode 100644 index 0000000..e72272b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-10-box-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 17V3H7v14zm0-16a2 2 0 0 1 2 2v14c0 1.11-.89 2-2 2H7a2 2 0 0 1-2-2V3c0-1.1.9-2 2-2zM3 5v16h16v2H3a2 2 0 0 1-2-2V5zm9 0H8v2h2v8h2zm6 0h-2c-1.1 0-2 .9-2 2v6a2 2 0 0 0 2 2h2c1.11 0 2-.89 2-2V7a2 2 0 0 0-2-2m0 8h-2V7h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-10-box-multiple.svg b/mkdocs-material/material/templates/.icons/material/numeric-10-box-multiple.svg new file mode 100644 index 0000000..6d011f9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-10-box-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 5v16h16v2H3a2 2 0 0 1-2-2V5zm13 8h2V7h-2zm5-12H7c-1.1 0-2 .9-2 2v14a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2V3a2 2 0 0 0-2-2m-9 14h-2V7H8V5h4zm8-2c0 1.11-.89 2-2 2h-2a2 2 0 0 1-2-2V7c0-1.1.9-2 2-2h2a2 2 0 0 1 2 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-10-box-outline.svg b/mkdocs-material/material/templates/.icons/material/numeric-10-box-outline.svg new file mode 100644 index 0000000..35550d3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-10-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 19H5V5h14m0-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2V5a2 2 0 0 0-2-2M8 17h2V7H6v2h2m6-2h2a2 2 0 0 1 2 2v6c0 1.11-.89 2-2 2h-2a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2m0 2v6h2V9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-10-box.svg b/mkdocs-material/material/templates/.icons/material/numeric-10-box.svg new file mode 100644 index 0000000..1e54815 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-10-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 9h2v6h-2zm7-4v14c0 1.11-.89 2-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2M10 7H6v2h2v8h2zm8 2a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2c1.11 0 2-.89 2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-10-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/numeric-10-circle-outline.svg new file mode 100644 index 0000000..d7169f0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-10-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c5.5 0 10 4.5 10 10s-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2m0 2c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8m-2 3H6v2h2v8h2zm6 0h-2c-1.1 0-2 .9-2 2v6a2 2 0 0 0 2 2h2c1.11 0 2-.89 2-2V9a2 2 0 0 0-2-2m0 8h-2V9h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-10-circle.svg b/mkdocs-material/material/templates/.icons/material/numeric-10-circle.svg new file mode 100644 index 0000000..9542182 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-10-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 9h2v6h-2zm8 3c0 5.5-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2s10 4.5 10 10M10 7H6v2h2v8h2zm8 2a2 2 0 0 0-2-2h-2c-1.1 0-2 .9-2 2v6a2 2 0 0 0 2 2h2c1.11 0 2-.89 2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-10.svg b/mkdocs-material/material/templates/.icons/material/numeric-10.svg new file mode 100644 index 0000000..fb7e36f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-10.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 7H6v2h2v8h2zm6 0h-2c-1.1 0-2 .9-2 2v6a2 2 0 0 0 2 2h2c1.11 0 2-.89 2-2V9a2 2 0 0 0-2-2m0 8h-2V9h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-2-box-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/numeric-2-box-multiple-outline.svg new file mode 100644 index 0000000..390a482 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-2-box-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 13h-4v-2h2a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-4v2h4v2h-2a2 2 0 0 0-2 2v4h6m4 2H7V3h14m0-2H7a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2M3 5H1v16a2 2 0 0 0 2 2h16v-2H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-2-box-multiple.svg b/mkdocs-material/material/templates/.icons/material/numeric-2-box-multiple.svg new file mode 100644 index 0000000..741c25b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-2-box-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 5v16h16v2H3a2 2 0 0 1-2-2V5zm14 8h-4v-2h2a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-4v2h4v2h-2a2 2 0 0 0-2 2v4h6zm4-12a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-2-box-outline.svg b/mkdocs-material/material/templates/.icons/material/numeric-2-box-outline.svg new file mode 100644 index 0000000..fef3fee --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-2-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 15h-4v-2h2a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2H9v2h4v2h-2a2 2 0 0 0-2 2v4h6m4 2H5V5h14m0-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-2-box.svg b/mkdocs-material/material/templates/.icons/material/numeric-2-box.svg new file mode 100644 index 0000000..a21c2b4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-2-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 11a2 2 0 0 1-2 2h-2v2h4v2H9v-4a2 2 0 0 1 2-2h2V9H9V7h4a2 2 0 0 1 2 2m4-6H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-2-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/numeric-2-circle-outline.svg new file mode 100644 index 0000000..c639a6f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-2-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7h4a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-2v2h4v2H9v-4a2 2 0 0 1 2-2h2V9H9zm3-5a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-2-circle.svg b/mkdocs-material/material/templates/.icons/material/numeric-2-circle.svg new file mode 100644 index 0000000..31c7480 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-2-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7v2h4v2h-2a2 2 0 0 0-2 2v4h6v-2h-4v-2h2a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zm3-5a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-2.svg b/mkdocs-material/material/templates/.icons/material/numeric-2.svg new file mode 100644 index 0000000..8cea865 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-2.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7v2h4v2h-2a2 2 0 0 0-2 2v4h6v-2h-4v-2h2a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-3-box-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/numeric-3-box-multiple-outline.svg new file mode 100644 index 0000000..cb57c3b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-3-box-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 13v-1.5a1.5 1.5 0 0 0-1.5-1.5A1.5 1.5 0 0 0 17 8.5V7a2 2 0 0 0-2-2h-4v2h4v2h-2v2h2v2h-4v2h4a2 2 0 0 0 2-2M3 5H1v16a2 2 0 0 0 2 2h16v-2H3m18-4H7V3h14m0-2H7a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-3-box-multiple.svg b/mkdocs-material/material/templates/.icons/material/numeric-3-box-multiple.svg new file mode 100644 index 0000000..f19302e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-3-box-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 5v16h16v2H3a2 2 0 0 1-2-2V5zm14 8v-1.5a1.5 1.5 0 0 0-1.5-1.5A1.5 1.5 0 0 0 17 8.5V7a2 2 0 0 0-2-2h-4v2h4v2h-2v2h2v2h-4v2h4a2 2 0 0 0 2-2m4-12a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-3-box-outline.svg b/mkdocs-material/material/templates/.icons/material/numeric-3-box-outline.svg new file mode 100644 index 0000000..a22b8e3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-3-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 15v-1.5a1.5 1.5 0 0 0-1.5-1.5 1.5 1.5 0 0 0 1.5-1.5V9a2 2 0 0 0-2-2H9v2h4v2h-2v2h2v2H9v2h4a2 2 0 0 0 2-2m4 4H5V5h14m0-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-3-box.svg b/mkdocs-material/material/templates/.icons/material/numeric-3-box.svg new file mode 100644 index 0000000..c641921 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-3-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 10.5a1.5 1.5 0 0 1-1.5 1.5c.84 0 1.5.67 1.5 1.5V15c0 1.11-.89 2-2 2H9v-2h4v-2h-2v-2h2V9H9V7h4c1.11 0 2 .89 2 2m4-6H5c-1.09 0-2 .9-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-3-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/numeric-3-circle-outline.svg new file mode 100644 index 0000000..06305be --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-3-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 15a2 2 0 0 1-2 2H9v-2h4v-2h-2v-2h2V9H9V7h4a2 2 0 0 1 2 2v1.5a1.5 1.5 0 0 1-1.5 1.5 1.5 1.5 0 0 1 1.5 1.5zM12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-3-circle.svg b/mkdocs-material/material/templates/.icons/material/numeric-3-circle.svg new file mode 100644 index 0000000..b79047c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-3-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 15v-1.5a1.5 1.5 0 0 0-1.5-1.5 1.5 1.5 0 0 0 1.5-1.5V9a2 2 0 0 0-2-2H9v2h4v2h-2v2h2v2H9v2h4a2 2 0 0 0 2-2M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-3.svg b/mkdocs-material/material/templates/.icons/material/numeric-3.svg new file mode 100644 index 0000000..ae7a8b6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-3.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 15v-1.5a1.5 1.5 0 0 0-1.5-1.5 1.5 1.5 0 0 0 1.5-1.5V9a2 2 0 0 0-2-2H9v2h4v2h-2v2h2v2H9v2h4a2 2 0 0 0 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-4-box-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/numeric-4-box-multiple-outline.svg new file mode 100644 index 0000000..1c8d487 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-4-box-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 17H7V3h14m0-2H7a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2m-6 14h2V5h-2v4h-2V5h-2v6h4M3 5H1v16a2 2 0 0 0 2 2h16v-2H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-4-box-multiple.svg b/mkdocs-material/material/templates/.icons/material/numeric-4-box-multiple.svg new file mode 100644 index 0000000..ae7bc0f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-4-box-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 5v16h16v2H3a2 2 0 0 1-2-2V5zm18-4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2zm-6 14h2V5h-2v4h-2V5h-2v6h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-4-box-outline.svg b/mkdocs-material/material/templates/.icons/material/numeric-4-box-outline.svg new file mode 100644 index 0000000..31594f5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-4-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 19H5V5h14m0-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-6 14h2V7h-2v4h-2V7H9v6h4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-4-box.svg b/mkdocs-material/material/templates/.icons/material/numeric-4-box.svg new file mode 100644 index 0000000..6910600 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-4-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 17h-2v-4H9V7h2v4h2V7h2m4-4H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-4-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/numeric-4-circle-outline.svg new file mode 100644 index 0000000..d06a9dd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-4-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7h2v4h2V7h2v10h-2v-4H9zm3-5a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-4-circle.svg b/mkdocs-material/material/templates/.icons/material/numeric-4-circle.svg new file mode 100644 index 0000000..644ff76 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-4-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7v6h4v4h2V7h-2v4h-2V7zm3-5a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-4.svg b/mkdocs-material/material/templates/.icons/material/numeric-4.svg new file mode 100644 index 0000000..9504036 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-4.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7v6h4v4h2V7h-2v4h-2V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-5-box-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/numeric-5-box-multiple-outline.svg new file mode 100644 index 0000000..7585562 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-5-box-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 13v-2a2 2 0 0 0-2-2h-2V7h4V5h-6v6h4v2h-4v2h4a2 2 0 0 0 2-2M3 5H1v16a2 2 0 0 0 2 2h16v-2H3m18-4H7V3h14m0-2H7a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-5-box-multiple.svg b/mkdocs-material/material/templates/.icons/material/numeric-5-box-multiple.svg new file mode 100644 index 0000000..cc84666 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-5-box-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 5v16h16v2H3a2 2 0 0 1-2-2V5zm18-4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2zm-4 12v-2a2 2 0 0 0-2-2h-2V7h4V5h-6v6h4v2h-4v2h4a2 2 0 0 0 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-5-box-outline.svg b/mkdocs-material/material/templates/.icons/material/numeric-5-box-outline.svg new file mode 100644 index 0000000..a2f2822 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-5-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 15v-2a2 2 0 0 0-2-2h-2V9h4V7H9v6h4v2H9v2h4a2 2 0 0 0 2-2m4 4H5V5h14m0-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-5-box.svg b/mkdocs-material/material/templates/.icons/material/numeric-5-box.svg new file mode 100644 index 0000000..a8ef763 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-5-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 9h-4v2h2a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H9v-2h4v-2H9V7h6m4-4H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-5-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/numeric-5-circle-outline.svg new file mode 100644 index 0000000..7cc2c3f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-5-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7h6v2h-4v2h2a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H9v-2h4v-2H9zm3-5a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-5-circle.svg b/mkdocs-material/material/templates/.icons/material/numeric-5-circle.svg new file mode 100644 index 0000000..2b5d318 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-5-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7v6h4v2H9v2h4a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-2V9h4V7zm3-5a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-5.svg b/mkdocs-material/material/templates/.icons/material/numeric-5.svg new file mode 100644 index 0000000..36292ec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-5.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7v6h4v2H9v2h4a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-2V9h4V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-6-box-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/numeric-6-box-multiple-outline.svg new file mode 100644 index 0000000..80d3b72 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-6-box-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 11h2v2h-2m0 2h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-2V7h4V5h-4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2m8 2H7V3h14m0-2H7a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2M3 5H1v16a2 2 0 0 0 2 2h16v-2H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-6-box-multiple.svg b/mkdocs-material/material/templates/.icons/material/numeric-6-box-multiple.svg new file mode 100644 index 0000000..461684d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-6-box-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 11h2v2h-2zM3 5v16h16v2H3a2 2 0 0 1-2-2V5zm18-4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2zm-8 14h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-2V7h4V5h-4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-6-box-outline.svg b/mkdocs-material/material/templates/.icons/material/numeric-6-box-outline.svg new file mode 100644 index 0000000..1baf564 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-6-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 13h2v2h-2m0 2h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-2V9h4V7h-4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2m8 2H5V5h14m0-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-6-box.svg b/mkdocs-material/material/templates/.icons/material/numeric-6-box.svg new file mode 100644 index 0000000..070b681 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-6-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 9h-4v2h2a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h4m4-4H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-8 12h2v-2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-6-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/numeric-6-circle-outline.svg new file mode 100644 index 0000000..a55faa3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-6-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 7h4v2h-4v2h2a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2m0 6v2h2v-2zm1-11a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-6-circle.svg b/mkdocs-material/material/templates/.icons/material/numeric-6-circle.svg new file mode 100644 index 0000000..5fac3ab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-6-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 7a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-2V9h4V7zm0 6h2v2h-2zm1-11a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-6.svg b/mkdocs-material/material/templates/.icons/material/numeric-6.svg new file mode 100644 index 0000000..3c86cc0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-6.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 7a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-2V9h4V7zm0 6h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-7-box-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/numeric-7-box-multiple-outline.svg new file mode 100644 index 0000000..e4b3e7d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-7-box-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m13 15 4-8V5h-6v2h4l-4 8m10 2H7V3h14m0-2H7a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2M3 5H1v16a2 2 0 0 0 2 2h16v-2H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-7-box-multiple.svg b/mkdocs-material/material/templates/.icons/material/numeric-7-box-multiple.svg new file mode 100644 index 0000000..9326ffe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-7-box-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 5v16h16v2H3a2 2 0 0 1-2-2V5zm10 10 4-8V5h-6v2h4l-4 8zm8-14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-7-box-outline.svg b/mkdocs-material/material/templates/.icons/material/numeric-7-box-outline.svg new file mode 100644 index 0000000..c43b09f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-7-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11 17 4-8V7H9v2h4l-4 8m10 2H5V5h14m0-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-7-box.svg b/mkdocs-material/material/templates/.icons/material/numeric-7-box.svg new file mode 100644 index 0000000..12bc2ae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-7-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm-8 14 4-8V7H9v2h4l-4 8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-7-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/numeric-7-circle-outline.svg new file mode 100644 index 0000000..54b60be --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-7-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 17H9l4-8H9V7h6v2zm1-15a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-7-circle.svg b/mkdocs-material/material/templates/.icons/material/numeric-7-circle.svg new file mode 100644 index 0000000..ce002d6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-7-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11 17 4-8V7H9v2h4l-4 8zm1-15a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-7.svg b/mkdocs-material/material/templates/.icons/material/numeric-7.svg new file mode 100644 index 0000000..73d9ee3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-7.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11 17 4-8V7H9v2h4l-4 8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-8-box-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/numeric-8-box-multiple-outline.svg new file mode 100644 index 0000000..213b161 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-8-box-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 11h2v2h-2m0-6h2v2h-2m0 6h2a2 2 0 0 0 2-2v-1.5a1.5 1.5 0 0 0-1.5-1.5A1.5 1.5 0 0 0 17 8.5V7a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v1.5a1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0-1.5 1.5V13a2 2 0 0 0 2 2m8 2H7V3h14m0-2H7a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2M3 5H1v16a2 2 0 0 0 2 2h16v-2H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-8-box-multiple.svg b/mkdocs-material/material/templates/.icons/material/numeric-8-box-multiple.svg new file mode 100644 index 0000000..630cf9a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-8-box-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 11h2v2h-2zm0-4h2v2h-2zM3 5v16h16v2H3a2 2 0 0 1-2-2V5zm10 10h2a2 2 0 0 0 2-2v-1.5a1.5 1.5 0 0 0-1.5-1.5A1.5 1.5 0 0 0 17 8.5V7a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v1.5a1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0-1.5 1.5V13a2 2 0 0 0 2 2m8-14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-8-box-outline.svg b/mkdocs-material/material/templates/.icons/material/numeric-8-box-outline.svg new file mode 100644 index 0000000..bce820f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-8-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 13h2v2h-2m0-6h2v2h-2m0 6h2a2 2 0 0 0 2-2v-1.5a1.5 1.5 0 0 0-1.5-1.5 1.5 1.5 0 0 0 1.5-1.5V9a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v1.5a1.5 1.5 0 0 0 1.5 1.5A1.5 1.5 0 0 0 9 13.5V15a2 2 0 0 0 2 2m8 2H5V5h14m0-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-8-box.svg b/mkdocs-material/material/templates/.icons/material/numeric-8-box.svg new file mode 100644 index 0000000..2349110 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-8-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm-8 14h2a2 2 0 0 0 2-2v-1.5a1.5 1.5 0 0 0-1.5-1.5 1.5 1.5 0 0 0 1.5-1.5V9a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v1.5a1.5 1.5 0 0 0 1.5 1.5A1.5 1.5 0 0 0 9 13.5V15a2 2 0 0 0 2 2m0-4h2v2h-2zm0-4h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-8-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/numeric-8-circle-outline.svg new file mode 100644 index 0000000..c336adc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-8-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 13v2h2v-2zm0-4v2h2V9zm0 8a2 2 0 0 1-2-2v-1.5a1.5 1.5 0 0 1 1.5-1.5A1.5 1.5 0 0 1 9 10.5V9a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v1.5a1.5 1.5 0 0 1-1.5 1.5 1.5 1.5 0 0 1 1.5 1.5V15a2 2 0 0 1-2 2zm1-15a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-8-circle.svg b/mkdocs-material/material/templates/.icons/material/numeric-8-circle.svg new file mode 100644 index 0000000..dd6f936 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-8-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 13h2v2h-2zm0-4h2v2h-2zm0 8h2a2 2 0 0 0 2-2v-1.5a1.5 1.5 0 0 0-1.5-1.5 1.5 1.5 0 0 0 1.5-1.5V9a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v1.5a1.5 1.5 0 0 0 1.5 1.5A1.5 1.5 0 0 0 9 13.5V15a2 2 0 0 0 2 2m1-15a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-8.svg b/mkdocs-material/material/templates/.icons/material/numeric-8.svg new file mode 100644 index 0000000..3a02e57 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-8.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 13h2v2h-2m0-6h2v2h-2m0 6h2a2 2 0 0 0 2-2v-1.5a1.5 1.5 0 0 0-1.5-1.5 1.5 1.5 0 0 0 1.5-1.5V9a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v1.5a1.5 1.5 0 0 0 1.5 1.5A1.5 1.5 0 0 0 9 13.5V15a2 2 0 0 0 2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-9-box-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/numeric-9-box-multiple-outline.svg new file mode 100644 index 0000000..ba06986 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-9-box-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 9h-2V7h2m0-2h-2a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2v2h-4v2h4a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2m6 12H7V3h14m0-2H7a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2M3 5H1v16a2 2 0 0 0 2 2h16v-2H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-9-box-multiple.svg b/mkdocs-material/material/templates/.icons/material/numeric-9-box-multiple.svg new file mode 100644 index 0000000..1e91ea7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-9-box-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 9h-2V7h2zM3 5v16h16v2H3a2 2 0 0 1-2-2V5zm12 0h-2a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2v2h-4v2h4a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2m6-4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-9-box-outline.svg b/mkdocs-material/material/templates/.icons/material/numeric-9-box-outline.svg new file mode 100644 index 0000000..f07714b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-9-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 11h-2V9h2m0-2h-2a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2v2H9v2h4a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2m6 12H5V5h14m0-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-9-box.svg b/mkdocs-material/material/templates/.icons/material/numeric-9-box.svg new file mode 100644 index 0000000..6d36b24 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-9-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm-6 8h-2V9h2zm0-4h-2a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2v2H9v2h4a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-9-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/numeric-9-circle-outline.svg new file mode 100644 index 0000000..3d85ed5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-9-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 17H9v-2h4v-2h-2a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2m0-6V9h-2v2zm-1-9a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-9-circle.svg b/mkdocs-material/material/templates/.icons/material/numeric-9-circle.svg new file mode 100644 index 0000000..884f9fb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-9-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m1 15a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2v2H9v2zm0-6h-2V9h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-9-plus-box-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/numeric-9-plus-box-multiple-outline.svg new file mode 100644 index 0000000..cda0f78 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-9-plus-box-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 9h-2V7h-2v2h-2v2h2v2h2v-2h2v6H7V3h14m0-2H7a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2M11 9V8h1v1m2 3V8a2 2 0 0 0-2-2h-1a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h1v1H9v2h3a2 2 0 0 0 2-2M3 5H1v16a2 2 0 0 0 2 2h16v-2H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-9-plus-box-multiple.svg b/mkdocs-material/material/templates/.icons/material/numeric-9-plus-box-multiple.svg new file mode 100644 index 0000000..77c94da --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-9-plus-box-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 9V8h1v1zm10-8a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2zM3 5v16h16v2H3a2 2 0 0 1-2-2V5zm12 4v2h2v2h2v-2h2V9h-2V7h-2v2zm-1 3V8a2 2 0 0 0-2-2h-1a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h1v1H9v2h3a2 2 0 0 0 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-9-plus-box-outline.svg b/mkdocs-material/material/templates/.icons/material/numeric-9-plus-box-outline.svg new file mode 100644 index 0000000..96560ee --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-9-plus-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 11h-2V9h-2v2h-2v2h2v2h2v-2h2v6H5V5h14m0-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2M9 11v-1h1v1m2 3v-4a2 2 0 0 0-2-2H9a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h1v1H7v2h3a2 2 0 0 0 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-9-plus-box.svg b/mkdocs-material/material/templates/.icons/material/numeric-9-plus-box.svg new file mode 100644 index 0000000..d9f93fc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-9-plus-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 5v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2m-2 6h-2V9h-2v2h-2v2h2v2h2v-2h2zm-9-4H8a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2v2H6v2h4a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2M8 9h2v2H8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-9-plus-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/numeric-9-plus-circle-outline.svg new file mode 100644 index 0000000..f20ce18 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-9-plus-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 11v2h-2v2h-2v-2h-2v-2h2V9h2v2zm-9-4a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H6v-2h4v-2H8a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2zM8 9v2h2V9zm4-7a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-9-plus-circle.svg b/mkdocs-material/material/templates/.icons/material/numeric-9-plus-circle.svg new file mode 100644 index 0000000..8584a8f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-9-plus-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 11h-2V9h-2v2h-2v2h2v2h2v-2h2zm-9-4H8a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2v2H6v2h4a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2M8 9h2v2H8zm4-7a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-9-plus.svg b/mkdocs-material/material/templates/.icons/material/numeric-9-plus.svg new file mode 100644 index 0000000..c75e592 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-9-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 11h-2V9h-2v2h-2v2h2v2h2v-2h2zm-9-4H8c-1.1 0-2 .9-2 2v2a2 2 0 0 0 2 2h2v2H6v2h4c1.11 0 2-.89 2-2V9a2 2 0 0 0-2-2m0 4H8V9h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-9.svg b/mkdocs-material/material/templates/.icons/material/numeric-9.svg new file mode 100644 index 0000000..98609db --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-9.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 17a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2v2H9v2zm0-6h-2V9h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-negative-1.svg b/mkdocs-material/material/templates/.icons/material/numeric-negative-1.svg new file mode 100644 index 0000000..034a660 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-negative-1.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 7v2h2v8h2V7zm-2 6H5v-2h6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-off.svg b/mkdocs-material/material/templates/.icons/material/numeric-off.svg new file mode 100644 index 0000000..b4d03f9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.1 21.5 2.4 1.7 1.1 3l4 4H2v2h2v8h2V7.9l3.3 3.3c-.8.2-1.3 1-1.3 1.8v4h6v-1.1l6.8 6.8zM10 15v-2h1.1l2 2zm4-4.2L10.2 7H12c1.1 0 2 .9 2 2zM20 9h-4V7h4c1.1 0 2 .9 2 2v1.5c0 .8-.7 1.5-1.5 1.5.8 0 1.5.7 1.5 1.5V15c0 1-.8 1.9-1.8 2l-2-2H20v-2h-2v-2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric-positive-1.svg b/mkdocs-material/material/templates/.icons/material/numeric-positive-1.svg new file mode 100644 index 0000000..a225157 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric-positive-1.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 7v2h2v8h2V7zm-2 6H9v2H7v-2H5v-2h2V9h2v2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/numeric.svg b/mkdocs-material/material/templates/.icons/material/numeric.svg new file mode 100644 index 0000000..d9e4208 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/numeric.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 17V9H2V7h4v10zm18-2a2 2 0 0 1-2 2h-4v-2h4v-2h-2v-2h2V9h-4V7h4a2 2 0 0 1 2 2v1.5a1.5 1.5 0 0 1-1.5 1.5 1.5 1.5 0 0 1 1.5 1.5zm-8 0v2H8v-4a2 2 0 0 1 2-2h2V9H8V7h4a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/nut.svg b/mkdocs-material/material/templates/.icons/material/nut.svg new file mode 100644 index 0000000..f4b7494 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/nut.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 16.5c0 .38-.21.71-.53.88l-7.9 4.44c-.16.12-.36.18-.57.18s-.41-.06-.57-.18l-7.9-4.44A.99.99 0 0 1 3 16.5v-9c0-.38.21-.71.53-.88l7.9-4.44c.16-.12.36-.18.57-.18s.41.06.57.18l7.9 4.44c.32.17.53.5.53.88zM12 7a5 5 0 0 0-5 5 5 5 0 0 0 5 5 5 5 0 0 0 5-5 5 5 0 0 0-5-5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/nutrition.svg b/mkdocs-material/material/templates/.icons/material/nutrition.svg new file mode 100644 index 0000000..57290b0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/nutrition.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 18a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4v-2h12zM4 3h10a2 2 0 0 1 2 2v9H8v5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m0 3v2h2V6zm10 2V6H8v2zM4 10v2h2v-2zm4 0v2h6v-2zm-4 4v2h2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/nuxt.svg b/mkdocs-material/material/templates/.icons/material/nuxt.svg new file mode 100644 index 0000000..69b431d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/nuxt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.8 18.36 16.03 8.08c-.1-.08-.4-.65-1-.65-.25 0-.6.1-.96.65l-.74 1.18-2.02-3.61c-.05-.1-.4-.65-1-.65-.25 0-.65.1-.95.65L2.18 18.31c-.05.1-.35.69-.05 1.19.1.25.4.5 1.06.5h17.66c.1 0 .75 0 1.05-.5.1-.24.2-.64-.1-1.14m-13.7-.05-.15.55H3.24l7.12-12.52 2.3 4.13zm1.11.55 4.11-7.2 4.18 7.2zm9.53 0-.2-.55L14 10.46l1.03-1.73 5.72 10.13z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/oar.svg b/mkdocs-material/material/templates/.icons/material/oar.svg new file mode 100644 index 0000000..ea03ab1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/oar.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.23 15.21c-1.46-1.46-5.26-5.01-7.46-3.94L4.5 3 3 4.5l8.28 8.29c-.98 2.21 2.6 5.83 4.07 7.29 1.76 1.76 2.91.84 4.26-.51 1.49-1.49 2-2.96.62-4.36"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ocarina.svg b/mkdocs-material/material/templates/.icons/material/ocarina.svg new file mode 100644 index 0000000..78785eb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ocarina.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 12c-3.2-1.6-6.6-2.3-9.2-2.7L9.7 5.9c-.4-1.1-2-1.1-2.4 0L6.3 9C3.9 9.4 2 11.5 2 14c0 2.8 2.2 5 5 5 0 0 7 0 13-3 0 0 2-1 2-2s-2-2-2-2M5 14c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1c0 .5-.4 1-1 1m2 3c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1c0 .5-.4 1-1 1m2-3c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1c0 .5-.4 1-1 1m2 3c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1c0 .5-.4 1-1 1m5-3c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1c0 .5-.4 1-1 1m3 1c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1c0 .5-.4 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/oci.svg b/mkdocs-material/material/templates/.icons/material/oci.svg new file mode 100644 index 0000000..71af821 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/oci.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 2v20h20V2m-2.88 17.03H4.87V5h14.26v14.03m-4.3-8.32h2.86v6.88h-2.86m0-11.18h2.86v2.86h-2.86M6.3 6.41v11.18h7.1v-2.87H9.17V9.28h4.23V6.41Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ocr.svg b/mkdocs-material/material/templates/.icons/material/ocr.svg new file mode 100644 index 0000000..409a643 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ocr.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 5v14h12v-2h-2c-1.11 0-2-.89-2-2V9c0-1.11.89-2 2-2h2V5m0 2v2h2V7m-2 2h-2v6h2m0 0v2h2v-2M5 7h2c1.11 0 2 .89 2 2v6c0 1.11-.89 2-2 2H5c-1.11 0-2-.89-2-2V9c0-1.11.89-2 2-2m12 0v10h2v-4h1v1h1v3h2v-3h-1v-2h1V8h-1V7M5 9v6h2V9m12 0h2v2h-2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/octagon-outline.svg b/mkdocs-material/material/templates/.icons/material/octagon-outline.svg new file mode 100644 index 0000000..e5fa218 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/octagon-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.27 3 3 8.27v7.46L8.27 21h7.46C17.5 19.24 21 15.73 21 15.73V8.27L15.73 3M9.1 5h5.8L19 9.1v5.8L14.9 19H9.1L5 14.9V9.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/octagon.svg b/mkdocs-material/material/templates/.icons/material/octagon.svg new file mode 100644 index 0000000..68937d4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/octagon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.73 3H8.27L3 8.27v7.46L8.27 21h7.46L21 15.73V8.27"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/octagram-edit-outline.svg b/mkdocs-material/material/templates/.icons/material/octagram-edit-outline.svg new file mode 100644 index 0000000..93f4e01 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/octagram-edit-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.88 12 2.2 16.06l4.06 1.68 1.68 4.06L11 20.53v-2.17l-2 .83-1.21-2.98L4.81 15l1.24-3-1.24-3 2.98-1.21L9 4.81l3 1.24 3-1.24 1.21 2.98L19.19 9l-1.24 3 .05.13 1.38-1.38c.44-.45 1-.69 1.56-.75l.86-2.06-4.06-1.68-1.68-4.06L12 3.88 7.94 2.2 6.26 6.26 2.2 7.94zm18.97 1.47-1.32-1.32c-.2-.2-.53-.2-.72 0l-.98.98 2.04 2.04.98-.98c.2-.19.2-.52 0-.72M13 19.96V22h2.04l6.13-6.12-2.04-2.05z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/octagram-edit.svg b/mkdocs-material/material/templates/.icons/material/octagram-edit.svg new file mode 100644 index 0000000..632163e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/octagram-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.2 16.06 3.88 12 2.2 7.94l4.06-1.68L7.94 2.2 12 3.88l4.06-1.68 1.68 4.06 4.06 1.68-.86 2.06c-.56.06-1.12.3-1.56.75L11 19.13v1.4L7.94 21.8l-1.68-4.06zm17.63-2.93.98-.98c.19-.2.52-.2.72 0l1.32 1.32c.2.2.2.53 0 .72l-.98.98zm1.34 2.75L15.04 22H13v-2.04l6.13-6.13z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/octagram-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/octagram-minus-outline.svg new file mode 100644 index 0000000..53aae52 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/octagram-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.2 16.06 3.88 12 2.2 7.94l4.06-1.68L7.94 2.2 12 3.88l4.06-1.68 1.68 4.06 4.06 1.68L20.12 12l.51 1.22c-.52-.14-1.07-.22-1.63-.22-.21 0-.42 0-.62.03L17.95 12l1.24-3-2.98-1.21L15 4.81l-3 1.24-3-1.24-1.21 2.98L4.81 9l1.24 3-1.24 3 2.98 1.21L9 19.19l3-1.24 1.03.43c-.03.2-.03.41-.03.62 0 .56.08 1.11.22 1.63L12 20.12 7.94 21.8l-1.68-4.06zM15 18v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/octagram-minus.svg b/mkdocs-material/material/templates/.icons/material/octagram-minus.svg new file mode 100644 index 0000000..634be40 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/octagram-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.2 16.06 3.88 12 2.2 7.94l4.06-1.68L7.94 2.2 12 3.88l4.06-1.68 1.68 4.06 4.06 1.68L20.12 12l.51 1.22c-.52-.14-1.07-.22-1.63-.22-3.31 0-6 2.69-6 6 0 .56.08 1.11.22 1.63L12 20.12 7.94 21.8l-1.68-4.06zM15 20v-2h8v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/octagram-outline.svg b/mkdocs-material/material/templates/.icons/material/octagram-outline.svg new file mode 100644 index 0000000..be9ef82 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/octagram-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.2 16.06 3.88 12 2.2 7.94l4.06-1.68L7.94 2.2 12 3.88l4.06-1.68 1.68 4.06 4.06 1.68L20.12 12l1.68 4.06-4.06 1.68-1.68 4.06L12 20.12 7.94 21.8l-1.68-4.06zM4.81 9l1.24 3-1.24 3 2.98 1.21L9 19.19l3-1.24 3 1.24 1.21-2.98L19.19 15l-1.24-3 1.24-3-2.98-1.21L15 4.81l-3 1.24-3-1.24-1.21 2.98z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/octagram-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/octagram-plus-outline.svg new file mode 100644 index 0000000..eb865b6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/octagram-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.2 16.06 3.88 12 2.2 7.94l4.06-1.68L7.94 2.2 12 3.88l4.06-1.68 1.68 4.06 4.06 1.68L20.12 12l.51 1.22c-.52-.14-1.07-.22-1.63-.22-.21 0-.42 0-.62.03L17.95 12l1.24-3-2.98-1.21L15 4.81l-3 1.24-3-1.24-1.21 2.98L4.81 9l1.24 3-1.24 3 2.98 1.21L9 19.19l3-1.24 1.03.43c-.03.2-.03.41-.03.62 0 .56.08 1.11.22 1.63L12 20.12 7.94 21.8l-1.68-4.06zM20 20h3v-2h-3v-3h-2v3h-3v2h3v3h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/octagram-plus.svg b/mkdocs-material/material/templates/.icons/material/octagram-plus.svg new file mode 100644 index 0000000..69f7f84 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/octagram-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.2 16.06 3.88 12 2.2 7.94l4.06-1.68L7.94 2.2 12 3.88l4.06-1.68 1.68 4.06 4.06 1.68L20.12 12l.51 1.22c-.52-.14-1.07-.22-1.63-.22-3.31 0-6 2.69-6 6 0 .56.08 1.11.22 1.63L12 20.12 7.94 21.8l-1.68-4.06zM20 20h3v-2h-3v-3h-2v3h-3v2h3v3h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/octagram.svg b/mkdocs-material/material/templates/.icons/material/octagram.svg new file mode 100644 index 0000000..2f29b5c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/octagram.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.2 16.06 3.88 12 2.2 7.94l4.06-1.68L7.94 2.2 12 3.88l4.06-1.68 1.68 4.06 4.06 1.68L20.12 12l1.68 4.06-4.06 1.68-1.68 4.06L12 20.12 7.94 21.8l-1.68-4.06z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/octahedron-off.svg b/mkdocs-material/material/templates/.icons/material/octahedron-off.svg new file mode 100644 index 0000000..ae4be05 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/octahedron-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 5.41V7.8l2.88 2.88L17.84 12l-1.98.66 2.95 2.95 2.9-2.9h-.01c.39-.39.39-1.03 0-1.42h.01l-9-9C12.5 2.1 12.26 2 12 2s-.5.1-.71.29l-2.9 2.9 1.42 1.42zm2 0 4.3 4.3L13 8.28zM2.39 1.73 1.11 3l4.74 4.74-3.56 3.55h.01c-.39.39-.39 1.03 0 1.42h-.01l9 9c.21.19.45.29.71.29s.5-.1.71-.29l3.55-3.56 4.58 4.58 1.27-1.27zm4.87 7.42.28.28-.84.28zM11 18.59l-4.3-4.3 4.3 1.43zm1-4.64L6.16 12l2.96-1 2.92 2.93zm1 4.64v-2.87l.62-.22 1.23 1.24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/octahedron.svg b/mkdocs-material/material/templates/.icons/material/octahedron.svg new file mode 100644 index 0000000..2651547 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/octahedron.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.7 11.29h.01l-9-9C12.5 2.1 12.26 2 12 2s-.5.1-.71.29l-9 9h.01c-.39.39-.39 1.03 0 1.42h-.01l9 9c.21.19.45.29.71.29s.5-.1.71-.29l9-9h-.01c.39-.39.39-1.03 0-1.42M13 8.28V5.41l4.3 4.3zm-2 0L6.7 9.71l4.3-4.3zm1 1.77L17.84 12 12 13.95 6.16 12zm-1 5.67v2.87l-4.3-4.3zm2 0 4.3-1.43-4.3 4.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/odnoklassniki.svg b/mkdocs-material/material/templates/.icons/material/odnoklassniki.svg new file mode 100644 index 0000000..ca266c9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/odnoklassniki.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.83 12.74c-.28-.57-1.07-1.05-2.12-.24-1.43 1.14-3.71 1.14-3.71 1.14s-2.28 0-3.71-1.14c-1.05-.81-1.84-.33-2.12.24-.5 1 .06 1.49 1.33 2.3 1.09.7 2.58.96 3.54 1.06l-.8.8C9.1 18.03 8 19.12 7.25 19.88c-.45.46-.45 1.19 0 1.62l.14.16c.45.45 1.19.45 1.64 0L12 18.68c1.15 1.13 2.24 2.22 3 2.98.45.45 1.18.45 1.64 0l.13-.16c.46-.43.46-1.16 0-1.62l-2.98-2.98-.79-.81c.95-.09 2.42-.36 3.5-1.05 1.27-.81 1.83-1.3 1.33-2.3M12 4.57c1.38 0 2.5 1.12 2.5 2.49 0 1.38-1.12 2.49-2.5 2.49S9.5 8.44 9.5 7.06c0-1.37 1.12-2.49 2.5-2.49m0 7.55c2.8 0 5.06-2.26 5.06-5.06a5.06 5.06 0 1 0-10.12 0c0 2.8 2.26 5.06 5.06 5.06"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/offer.svg b/mkdocs-material/material/templates/.icons/material/offer.svg new file mode 100644 index 0000000..019df44 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/offer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13c.6 0 1.1.2 1.4.6.4.4.6.9.6 1.4l-8 3-7-2V7h1.9l7.3 2.7c.5.2.8.6.8 1.1 0 .3-.1.6-.3.8s-.5.4-.9.4H14l-1.7-.7-.3.9 2 .8zM2 7h4v11H2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/office-building-cog-outline.svg b/mkdocs-material/material/templates/.icons/material/office-building-cog-outline.svg new file mode 100644 index 0000000..c17d14d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/office-building-cog-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 13a.26.26 0 0 0-.26.21l-.19 1.32c-.3.13-.59.29-.85.47l-1.24-.5c-.11 0-.24 0-.31.13l-1 1.73c-.06.11-.04.24.06.32l1.06.82a4.2 4.2 0 0 0 0 1l-1.06.82a.26.26 0 0 0-.06.32l1 1.73c.06.13.19.13.31.13l1.24-.5c.26.18.54.35.85.47l.19 1.32c.02.12.12.21.26.21h2c.11 0 .22-.09.24-.21l.19-1.32c.3-.13.57-.29.84-.47l1.23.5c.13 0 .26 0 .33-.13l1-1.73a.26.26 0 0 0-.06-.32l-1.07-.82c.02-.17.04-.33.04-.5s-.01-.33-.04-.5l1.06-.82a.26.26 0 0 0 .06-.32l-1-1.73c-.06-.13-.19-.13-.32-.13l-1.23.5c-.27-.18-.54-.35-.85-.47l-.19-1.32A.236.236 0 0 0 19 13zm1 3.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5c-.84 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5M10 5h2v2h-2zm6 2h-2V5h2zm-2 2h2v2h-2zm-4 0h2v2h-2zm3.11 14H2V1h18v10.29c-.63-.18-1.3-.29-2-.29V3H4v18h6v-3.5h1.03c-.03.17-.03.33-.03.5 0 1.96.81 3.73 2.11 5M8 15H6v-2h2zm0-4H6V9h2zm0-4H6V5h2zM6 17h2v2H6zm4-4h2v1.41c-.11.19-.22.39-.32.59H10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/office-building-cog.svg b/mkdocs-material/material/templates/.icons/material/office-building-cog.svg new file mode 100644 index 0000000..7f30589 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/office-building-cog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 13a.26.26 0 0 0-.26.21l-.19 1.32c-.3.13-.59.29-.85.47l-1.24-.5c-.11 0-.24 0-.31.13l-1 1.73c-.06.11-.04.24.06.32l1.06.82a4.2 4.2 0 0 0 0 1l-1.06.82a.26.26 0 0 0-.06.32l1 1.73c.06.13.19.13.31.13l1.24-.5c.26.18.54.35.85.47l.19 1.32c.02.12.12.21.26.21h2c.11 0 .22-.09.24-.21l.19-1.32c.3-.13.57-.29.84-.47l1.23.5c.13 0 .26 0 .33-.13l1-1.73a.26.26 0 0 0-.06-.32l-1.07-.82c.02-.17.04-.33.04-.5s-.01-.33-.04-.5l1.06-.82a.26.26 0 0 0 .06-.32l-1-1.73c-.06-.13-.19-.13-.32-.13l-1.23.5c-.27-.18-.54-.35-.85-.47l-.19-1.32A.236.236 0 0 0 18 13zm1 3.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5c-.84 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5m-1-5.42V3H2v18h6v-3.5h2.03c.23-3.3 2.74-5.96 5.97-6.42M6 19H4v-2h2zm0-4H4v-2h2zm0-4H4V9h2zm0-4H4V5h2zm6-2h2v2h-2zm0 4h2v2h-2zm-2 6H8v-2h2zm0-4H8V9h2zM8 7V5h2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/office-building-marker-outline.svg b/mkdocs-material/material/templates/.icons/material/office-building-marker-outline.svg new file mode 100644 index 0000000..7934d8c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/office-building-marker-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 9h2v2h-2zm2-4h-2v2h2zm-6 10h2v-2h-2zm2-10h-2v2h2zm-2 6h2V9h-2zM9 5H7v2h2zm0 4H7v2h2zm5.55 12H13v-3.5h-2V21H5V3h14v8.03c.71.06 1.39.28 2 .6V1H3v22h12.91c-.41-.56-.91-1.24-1.36-2M7 19h2v-2H7zm2-6H7v2h2zm13 3.5c0 2.6-3.5 6.5-3.5 6.5S15 19.1 15 16.5c0-1.9 1.6-3.5 3.5-3.5s3.5 1.6 3.5 3.5m-2.3.1c0-.6-.6-1.2-1.2-1.2s-1.2.5-1.2 1.2c0 .6.5 1.2 1.2 1.2s1.3-.6 1.2-1.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/office-building-marker.svg b/mkdocs-material/material/templates/.icons/material/office-building-marker.svg new file mode 100644 index 0000000..bab1714 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/office-building-marker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.19 21C14.12 19.43 13 17.36 13 15.5c0-1.83.96-3.5 2.4-4.5H15V9h2v1.23c.5-.14 1-.23 1.5-.23.17 0 .34 0 .5.03V3H5v18h6v-3.5h2V21zM15 5h2v2h-2zM9 19H7v-2h2zm0-4H7v-2h2zm0-4H7V9h2zm0-4H7V5h2zm2-2h2v2h-2zm0 4h2v2h-2zm0 6v-2h2v2zm7.5-3c-1.9 0-3.5 1.61-3.5 3.5 0 2.61 3.5 6.5 3.5 6.5s3.5-3.89 3.5-6.5c0-1.89-1.6-3.5-3.5-3.5m0 4.81c-.7 0-1.2-.6-1.2-1.2 0-.7.6-1.2 1.2-1.2s1.2.59 1.2 1.2c.1.6-.5 1.2-1.2 1.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/office-building-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/office-building-minus-outline.svg new file mode 100644 index 0000000..dff0a14 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/office-building-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 11h-2V9h2zm2 0h2V9h-2zm-.6 10H12v-3.5h-2V21H4V3h14v10.1c.3-.1.7-.1 1-.1s.7 0 1 .1V1H2v22h12.5c-.5-.6-.9-1.3-1.1-2M14 7h2V5h-2zm2 6.8V13h-2v2h.5q.75-.75 1.5-1.2M8 5H6v2h2zm0 4H6v2h2zM6 19h2v-2H6zm6-14h-2v2h2zm-2 10h2v-2h-2zm-2-2H6v2h2zm7 5v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/office-building-minus.svg b/mkdocs-material/material/templates/.icons/material/office-building-minus.svg new file mode 100644 index 0000000..734642c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/office-building-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.4 21c-.2-.6-.4-1.3-.4-2 0-1.5.6-2.9 1.5-4H13v-2h2v1.5c.6-.5 1.3-.9 2-1.2V3H3v18h6v-3.5h2V21zM13 5h2v2h-2zm0 4h2v2h-2zM7 19H5v-2h2zm0-4H5v-2h2zm0-4H5V9h2zm0-4H5V5h2zm2-2h2v2H9zm0 4h2v2H9zm0 6v-2h2v2zm14 3v2h-8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/office-building-outline.svg b/mkdocs-material/material/templates/.icons/material/office-building-outline.svg new file mode 100644 index 0000000..597203a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/office-building-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3v18h-6v-3.5h-2V21H5V3zm-4 4h2V5h-2zm-4 0h2V5h-2zM7 7h2V5H7zm8 4h2V9h-2zm-4 0h2V9h-2zm-4 0h2V9H7zm8 4h2v-2h-2zm-4 0h2v-2h-2zm-4 0h2v-2H7zm8 4h2v-2h-2zm-8 0h2v-2H7zM21 1H3v22h18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/office-building-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/office-building-plus-outline.svg new file mode 100644 index 0000000..8528a3a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/office-building-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 11h-2V9h2zm2 0h2V9h-2zm-.6 10H12v-3.5h-2V21H4V3h14v10.1c.3-.1.7-.1 1-.1s.7 0 1 .1V1H2v22h12.5c-.5-.6-.9-1.3-1.1-2M14 7h2V5h-2zm2 6.8V13h-2v2h.5q.75-.75 1.5-1.2M8 5H6v2h2zm0 4H6v2h2zM6 19h2v-2H6zm6-14h-2v2h2zm-2 10h2v-2h-2zm-2-2H6v2h2zm10 2v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/office-building-plus.svg b/mkdocs-material/material/templates/.icons/material/office-building-plus.svg new file mode 100644 index 0000000..e9c3abe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/office-building-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.4 21c-.2-.6-.4-1.3-.4-2 0-1.5.6-2.9 1.5-4H13v-2h2v1.5c.6-.5 1.3-.9 2-1.2V3H3v18h6v-3.5h2V21zM13 5h2v2h-2zm0 4h2v2h-2zM7 19H5v-2h2zm0-4H5v-2h2zm0-4H5V9h2zm0-4H5V5h2zm2-2h2v2H9zm0 4h2v2H9zm0 6v-2h2v2zm11 0v3h3v2h-3v3h-2v-3h-3v-2h3v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/office-building-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/office-building-remove-outline.svg new file mode 100644 index 0000000..8261bb5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/office-building-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 11h-2V9h2zm2 0h2V9h-2zm-.6 10H12v-3.5h-2V21H4V3h14v10.1c.3-.1.7-.1 1-.1s.7 0 1 .1V1H2v22h12.5c-.5-.6-.9-1.3-1.1-2M14 7h2V5h-2zm2 6.8V13h-2v2h.5q.75-.75 1.5-1.2M8 5H6v2h2zm0 4H6v2h2zM6 19h2v-2H6zm6-14h-2v2h2zm-2 10h2v-2h-2zm-2-2H6v2h2zm13.1 2.5L19 17.6l-2.1-2.1-1.4 1.4 2.1 2.1-2.1 2.1 1.4 1.4 2.1-2.1 2.1 2.1 1.4-1.4-2.1-2.1 2.1-2.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/office-building-remove.svg b/mkdocs-material/material/templates/.icons/material/office-building-remove.svg new file mode 100644 index 0000000..2260fb8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/office-building-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.4 21c-.2-.6-.4-1.3-.4-2 0-1.5.6-2.9 1.5-4H13v-2h2v1.5c.6-.5 1.3-.9 2-1.2V3H3v18h6v-3.5h2V21zM13 5h2v2h-2zm0 4h2v2h-2zM7 19H5v-2h2zm0-4H5v-2h2zm0-4H5V9h2zm0-4H5V5h2zm2-2h2v2H9zm0 4h2v2H9zm0 6v-2h2v2zm13.5 1.9L20.4 19l2.1 2.1-1.4 1.4-2.1-2.1-2.1 2.1-1.4-1.4 2.1-2.1-2.1-2.1 1.4-1.4 2.1 2.1 2.1-2.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/office-building.svg b/mkdocs-material/material/templates/.icons/material/office-building.svg new file mode 100644 index 0000000..caedf3e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/office-building.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3v18h6v-3.5h2V21h6V3zm2 2h2v2H7zm4 0h2v2h-2zm4 0h2v2h-2zM7 9h2v2H7zm4 0h2v2h-2zm4 0h2v2h-2zm-8 4h2v2H7zm4 0h2v2h-2zm4 0h2v2h-2zm-8 4h2v2H7zm8 0h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/oil-lamp.svg b/mkdocs-material/material/templates/.icons/material/oil-lamp.svg new file mode 100644 index 0000000..4e565fc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/oil-lamp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 20h11v2H5m6-17h-1a2 2 0 0 0-2 2h5a2 2 0 0 0-2-2m5 3h6a2 2 0 0 1-2 2h-1a4 4 0 0 0-4 4v1a4 4 0 0 1-4 4h-1a4 4 0 0 1-4-4H4a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2m2 2H4v3h2m13-8a2 2 0 0 1 2 2h1a2.9 2.9 0 0 0-3-3 2 2 0 0 1-2-2h-1a2.9 2.9 0 0 0 3 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/oil-level.svg b/mkdocs-material/material/templates/.icons/material/oil-level.svg new file mode 100644 index 0000000..3054507 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/oil-level.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 18c-1.33 0-2.21.79-2.71 1.29S4.67 20 4 20s-.79-.21-1.29-.71c-.36-.36-.92-.87-1.71-1.13v2.25c.09.09.18.18.29.3.5.5 1.38 1.29 2.71 1.29s2.21-.79 2.71-1.29S7.33 20 8 20s.79.21 1.29.71c.44.43 1.15 1.09 2.21 1.25.16.04.33.04.5.04 1.33 0 2.21-.79 2.71-1.29S15.33 20 16 20s.79.21 1.29.71S18.67 22 20 22s2.21-.79 2.71-1.29c.11-.12.2-.21.29-.3v-2.25c-.79.26-1.35.77-1.71 1.13-.5.5-.62.71-1.29.71s-.79-.21-1.29-.71S17.33 18 16 18s-2.21.79-2.71 1.29-.62.71-1.29.71c-.22 0-.37-.03-.5-.08-.28-.1-.45-.29-.79-.63C10.21 18.79 9.33 18 8 18m14-7.5s2 2.17 2 3.5c0 1.1-.9 2-2 2s-2-.9-2-2c0-1.33 2-3.5 2-3.5m.5-3.37-3.26-1.89L12.73 9c-.34-.6-.99-1-1.73-1H9V6h1c.55 0 1-.45 1-1s-.45-1-1-1H6c-.55 0-1 .45-1 1s.45 1 1 1h1v2H5c-1.1 0-2 .9-2 2v3c0 1.1.9 2 2 2h9c.75 0 1.41-.42 1.75-1.03l3.65-6.32 2.1 1.21c.5.28 1.09.11 1.37-.36.27-.5.13-1.1-.37-1.37M14 13H5v-3h6.69l.91 1.43 3.46-2zM3.5 6.92l-1.71 1.7A1 1 0 0 1 .38 7.21L2.09 5.5a1 1 0 0 1 1.41 0c.39.39.39 1 0 1.42"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/oil-temperature.svg b/mkdocs-material/material/templates/.icons/material/oil-temperature.svg new file mode 100644 index 0000000..68427fa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/oil-temperature.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 5h3V3h-3V2c0-.6-.4-1-1-1s-1 .4-1 1v13.3c-.6.3-1 1-1 1.7 0 1.1.9 2 2 2s2-.9 2-2c0-.7-.4-1.4-1-1.7V13h3v-2h-3V9h3V7h-3zm12 12.5s2 2.2 2 3.5c0 1.1-.9 2-2 2s-2-.9-2-2c0-1.3 2-3.5 2-3.5m.9-2c-.3.5-.9.6-1.4.4l-2.1-1.2-3.6 6.3c-.3.6-1 1-1.8 1H5c-1.1 0-2-.9-2-2v-3c0-1.1.9-2 2-2v5h9l2.1-3.6-3.1 1.8v-2.4l6.2-3.6 3.3 1.9c.5.3.6.9.4 1.4M3.5 13.9l-1.7 1.7c-.4.4-1 .4-1.4 0s-.4-1 0-1.4l1.7-1.7c.4-.4 1-.4 1.4 0s.4 1 0 1.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/oil.svg b/mkdocs-material/material/templates/.icons/material/oil.svg new file mode 100644 index 0000000..c9fda71 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/oil.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 12.5s2 2.17 2 3.5a2 2 0 0 1-2 2 2 2 0 0 1-2-2c0-1.33 2-3.5 2-3.5M6 6h4a1 1 0 0 1 1 1 1 1 0 0 1-1 1H9v2h2c.74 0 1.39.4 1.73 1l6.51-3.76 3.26 1.89c.5.27.64.87.37 1.37-.28.47-.87.64-1.37.36l-2.1-1.21-3.65 6.32c-.34.61-1 1.03-1.75 1.03H5a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h2V8H6a1 1 0 0 1-1-1 1 1 0 0 1 1-1m-1 6v3h9l2.06-3.57-3.46 2-.91-1.43zM.38 9.21 2.09 7.5c.41-.39 1.02-.39 1.41 0s.39 1 0 1.41l-1.71 1.71c-.39.38-1.02.38-1.41 0C0 10.23 0 9.6.38 9.21"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/om.svg b/mkdocs-material/material/templates/.icons/material/om.svg new file mode 100644 index 0000000..a179d5a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/om.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15 2-1.5 1.5L15 5l1.5-1.5zm-4 1c-1 6 6 7 9 3l-2-1.5C17 6 13 8 11 3M9 7C7 7 4.5 8.5 4.5 8.5L6 11c1-1 3-1.5 4-1 2 1-1 3-3 2v3.5c3-1.5 5 .5 4 2C8 22 3 16 3 13c-2 6 3 9 6 9s5-2 3.5-7H14c-1.5 4.5 4 9 7 3 1-2 1-8.5-4-8.5-4 0-3 5.5-6.5 4C14 10 12 7 9 7m10 5c3 3-4 9-4 3 0-2 2-4.5 4-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/omega.svg b/mkdocs-material/material/templates/.icons/material/omega.svg new file mode 100644 index 0000000..3a7f9de --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/omega.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.15 19h-5.76v-2.13c2.11-1.62 3.2-3.63 3.2-6.03 0-1.5-.43-2.68-1.27-3.55C14.47 6.42 13.37 6 12.03 6c-1.35 0-2.46.42-3.32 1.3-.87.87-1.3 2.07-1.3 3.58 0 2.38 1.09 4.38 3.2 5.99V19H4.85v-2.13h3.56c-2.37-1.55-3.56-3.64-3.56-6.27 0-2.1.65-3.74 1.96-4.94 1.31-1.21 3.03-1.81 5.16-1.81 2.18 0 3.92.6 5.22 1.79 1.31 1.19 1.96 2.86 1.96 4.94 0 2.63-1.2 4.73-3.6 6.29h3.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/one-up.svg b/mkdocs-material/material/templates/.icons/material/one-up.svg new file mode 100644 index 0000000..41abafe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/one-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 19c-.6 0-1-.4-1-1v-1c0-.5.4-1 1-1 .5 0 1 .4 1 1v1c0 .6-.4 1-1 1m5-1v-1c0-.5-.4-1-1-1-.5 0-1 .4-1 1v1c0 .5.4 1 1 1s1-.4 1-1m7-6c0 2.6-1.6 4.9-4 6.4V20a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2v-1.6c-2.4-1.5-4-3.8-4-6.4A10 10 0 0 1 12 2a10 10 0 0 1 10 10M7 10c0-1.1-.6-2.1-1.5-2.6C4.5 8.7 4 10.3 4 12c0 .3 0 .7.1 1 1.6-.1 2.9-1.4 2.9-3m2-1c0 1.7 1.3 3 3 3s3-1.3 3-3-1.3-3-3-3-3 1.3-3 3m7 11v-4.5c-1.2-.3-2.6-.5-4-.5s-2.8.2-4 .5V20zm3.9-7c.1-.3.1-.7.1-1 0-1.7-.5-3.3-1.5-4.6-.9.5-1.5 1.5-1.5 2.6 0 1.6 1.3 2.9 2.9 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/onepassword.svg b/mkdocs-material/material/templates/.icons/material/onepassword.svg new file mode 100644 index 0000000..a6b391c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/onepassword.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1C5.92 1 1 5.92 1 12s4.92 11 11 11 11-4.92 11-11S18.08 1 12 1m0 19a8 8 0 0 1-8-8 8 8 0 0 1 8-8 8 8 0 0 1 8 8 8 8 0 0 1-8 8m1-6.5c0 .63.4 1.2 1 1.41V18h-4v-6.09c.78-.27 1.19-1.11.93-1.91a1.5 1.5 0 0 0-.93-.91V6h4v6.09c-.6.21-1 .78-1 1.41"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/opacity.svg b/mkdocs-material/material/templates/.icons/material/opacity.svg new file mode 100644 index 0000000..e164373 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/opacity.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.66 8 12 2.35 6.34 8A8.02 8.02 0 0 0 4 13.64c0 2 .78 4.11 2.34 5.67a7.99 7.99 0 0 0 11.32 0c1.56-1.56 2.34-3.67 2.34-5.67S19.22 9.56 17.66 8M6 14c0-2 .62-3.27 1.76-4.4L12 5.27l4.24 4.38C17.38 10.77 18 12 18 14z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/open-in-app.svg b/mkdocs-material/material/templates/.icons/material/open-in-app.svg new file mode 100644 index 0000000..75eeb03 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/open-in-app.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 10-4 4h3v6h2v-6h3m3-10H5a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h4v-2H5V8h14v10h-4v2h4a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/open-in-new.svg b/mkdocs-material/material/templates/.icons/material/open-in-new.svg new file mode 100644 index 0000000..4eefff8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/open-in-new.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3m-2 16H5V5h7V3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/open-source-initiative.svg b/mkdocs-material/material/templates/.icons/material/open-source-initiative.svg new file mode 100644 index 0000000..1d889e2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/open-source-initiative.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.41 22h-.19a.46.46 0 0 1-.26-.27l-2.22-5.8c-.09-.24.03-.51.26-.61.71-.26 1.28-.82 1.58-1.49.64-1.43 0-3.1-1.43-3.74s-3.1 0-3.74 1.41c-.3.71-.32 1.5-.05 2.19.3.74.89 1.31 1.64 1.59.24.09.37.36.28.61L9 21.69c-.04.12-.13.22-.25.27-.12.04-.25.04-.36 0C3.24 19.97.67 14.18 2.66 9.03s7.78-7.72 12.93-5.73c2.47.96 4.46 2.85 5.54 5.27a9.9 9.9 0 0 1 .2 7.65c-1.01 2.66-3.1 4.78-5.75 5.78zM12 3.59c-4.97-.13-9.1 3.8-9.23 8.77a9.01 9.01 0 0 0 5.55 8.54l1.89-4.9c-1.83-1-2.52-3.28-1.53-5.11a3.784 3.784 0 0 1 5.11-1.53 3.775 3.775 0 0 1 0 6.64l1.89 4.93a9.11 9.11 0 0 0 4.76-5c1.84-4.62-.4-9.85-5.02-11.7A9.1 9.1 0 0 0 12 3.59"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/openid.svg b/mkdocs-material/material/templates/.icons/material/openid.svg new file mode 100644 index 0000000..f82f005 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/openid.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14 2-3 1.5v16.44C7 19.5 4 17.46 4 15c0-2.25 2.5-4.15 6-4.78V8.19c-5.14.69-9 3.47-9 6.81 0 3.56 4.36 6.5 10 6.94h.09L14 20.5zm1 6.19v2.03c1.15.21 2.18.55 3.06 1L16.5 12l6.5 1.5-.5-4.5-2 1C19 9.12 17.12 8.47 15 8.19"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/opera.svg b/mkdocs-material/material/templates/.icons/material/opera.svg new file mode 100644 index 0000000..ba91eff --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/opera.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.04 17.07c-1-1.17-1.64-2.91-1.69-4.86v-.42c.05-1.95.69-3.69 1.69-4.86.82-.98 1.89-1.56 3.06-1.56 2.62 0 4.74 2.97 4.74 6.63s-2.12 6.63-4.74 6.63c-1.17 0-1.77-.13-3.06-1.56M12.03 3H12a9 9 0 0 0-9 9c0 4.83 3.8 8.77 8.57 9H12c2.3 0 4.4-.87 6-2.29 1.84-1.65 3-4.04 3-6.71s-1.16-5.06-3-6.71A8.94 8.94 0 0 0 12.03 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/orbit-variant.svg b/mkdocs-material/material/templates/.icons/material/orbit-variant.svg new file mode 100644 index 0000000..32546f5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/orbit-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19 8-4 4h3c0 3.31-2.69 6-6 6-1 0-1.97-.25-2.8-.7l-1.46 1.46A7.93 7.93 0 0 0 12 20c4.42 0 8-3.58 8-8h3M6 12c0-3.31 2.69-6 6-6 1 0 1.97.25 2.8.7l1.46-1.46A7.93 7.93 0 0 0 12 4c-4.42 0-8 3.58-8 8H1l4 4 4-4m5 0c0 1.11-.89 2-2 2s-2-.89-2-2 .9-2 2-2 2 .9 2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/orbit.svg b/mkdocs-material/material/templates/.icons/material/orbit.svg new file mode 100644 index 0000000..7b46c78 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/orbit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.11 1.75C9.3 1.25 10.62 1 12 1c6.08 0 11 4.92 11 11s-4.92 11-11 11S1 18.08 1 12c0-1.38.25-2.7.72-3.92a4.5 4.5 0 0 0 1.73 1.1C3.16 10.07 3 11 3 12a9 9 0 0 0 9 9 9 9 0 0 0 9-9 9 9 0 0 0-9-9c-1 0-1.93.16-2.82.45-.22-.62-.57-1.21-1.07-1.7M4.93 2.93a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2c0-1.11.89-2 2-2M12 7a5 5 0 0 1 5 5 5 5 0 0 1-5 5 5 5 0 0 1-5-5 5 5 0 0 1 5-5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/order-alphabetical-ascending.svg b/mkdocs-material/material/templates/.icons/material/order-alphabetical-ascending.svg new file mode 100644 index 0000000..2268411 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/order-alphabetical-ascending.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 5h10v2H12m0 12v-2h10v2m-10-8h10v2H12m-3 0v2l-3.33 4H9v2H3v-2l3.33-4H3v-2M7 3H5c-1.1 0-2 .9-2 2v6h2V9h2v2h2V5a2 2 0 0 0-2-2m0 4H5V5h2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/order-alphabetical-descending.svg b/mkdocs-material/material/templates/.icons/material/order-alphabetical-descending.svg new file mode 100644 index 0000000..0c5c90b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/order-alphabetical-descending.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 13H5c-1.1 0-2 .9-2 2v6h2v-2h2v2h2v-6a2 2 0 0 0-2-2m0 4H5v-2h2M9 3v2L5.67 9H9v2H3V9l3.33-4H3V3m9 2h10v2H12m0 12v-2h10v2m-10-8h10v2H12Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/order-bool-ascending-variant.svg b/mkdocs-material/material/templates/.icons/material/order-bool-ascending-variant.svg new file mode 100644 index 0000000..91cea8b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/order-bool-ascending-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 13c-1.11 0-2 .89-2 2v4c0 1.11.89 2 2 2h4c1.11 0 2-.89 2-2v-4c0-1.11-.89-2-2-2m.2 1.5 1.06 1.05-3.99 3.95-2.53-2.55 1.07-1.05 1.47 1.49M4 3c-1.11 0-2 .89-2 2v4c0 1.11.89 2 2 2h4c1.11 0 2-.89 2-2V5c0-1.11-.89-2-2-2M4 5h4v4H4m8-4h10v2H12m0 12v-2h10v2m-10-8h10v2H12Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/order-bool-ascending.svg b/mkdocs-material/material/templates/.icons/material/order-bool-ascending.svg new file mode 100644 index 0000000..ea2dbd9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/order-bool-ascending.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 3C3.79 3 2 4.79 2 7s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4m0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2m0 4c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4m6-8h10v2H12zm0 14v-2h10v2zm0-8h10v2H12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/order-bool-descending-variant.svg b/mkdocs-material/material/templates/.icons/material/order-bool-descending-variant.svg new file mode 100644 index 0000000..5287f82 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/order-bool-descending-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 3c-1.11 0-2 .89-2 2v4c0 1.11.89 2 2 2h4c1.11 0 2-.89 2-2V5c0-1.11-.89-2-2-2m.2 1.5 1.06 1.05L5.27 9.5 2.74 6.95 3.81 5.9l1.47 1.49M4 13c-1.11 0-2 .89-2 2v4c0 1.11.89 2 2 2h4c1.11 0 2-.89 2-2v-4c0-1.11-.89-2-2-2m-4 2h4v4H4m8-14h10v2H12m0 12v-2h10v2m-10-8h10v2H12Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/order-bool-descending.svg b/mkdocs-material/material/templates/.icons/material/order-bool-descending.svg new file mode 100644 index 0000000..583a938 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/order-bool-descending.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 13c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4m0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2M6 3C3.79 3 2 4.79 2 7s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4m6 2h10v2H12zm0 14v-2h10v2zm0-8h10v2H12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/order-numeric-ascending.svg b/mkdocs-material/material/templates/.icons/material/order-numeric-ascending.svg new file mode 100644 index 0000000..a5994eb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/order-numeric-ascending.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 21H3v-2h4v-1H5a2 2 0 0 1-2-2v-1c0-1.1.9-2 2-2h2a2 2 0 0 1 2 2v4c0 1.11-.89 2-2 2m0-6H5v1h2M5 3h2a2 2 0 0 1 2 2v4c0 1.11-.89 2-2 2H5a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2m0 6h2V5H5m7 0h10v2H12m0 12v-2h10v2m-10-8h10v2H12Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/order-numeric-descending.svg b/mkdocs-material/material/templates/.icons/material/order-numeric-descending.svg new file mode 100644 index 0000000..755ba12 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/order-numeric-descending.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 11H3V9h4V8H5a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h2a2 2 0 0 1 2 2v4c0 1.11-.89 2-2 2m0-6H5v1h2m-2 7h2a2 2 0 0 1 2 2v4c0 1.11-.89 2-2 2H5a2 2 0 0 1-2-2v-4c0-1.1.9-2 2-2m0 6h2v-4H5m7-10h10v2H12m0 12v-2h10v2m-10-8h10v2H12Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/origin.svg b/mkdocs-material/material/templates/.icons/material/origin.svg new file mode 100644 index 0000000..0ee3ee6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/origin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2.13c0 .1-.05.2-.11.28-.39.59-.73 1.23-.85 1.92l-.04.23 1-.06a7.5 7.5 0 0 1 7.5 7.5c0 1.62-.5 3.11-1.38 4.34-1.39 2.34-3.4 4.31-5.78 5.63-.09.03-.22.03-.28-.04-.06-.1-.06-.23.03-.32.38-.52.64-1.11.78-1.76l.06-.41-.93.06A7.5 7.5 0 0 1 4.5 12c0-1.61.5-3.11 1.38-4.33C7.26 5.32 9.28 3.34 11.67 2c.11-.05.27 0 .33.13M12 9a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ornament-variant.svg b/mkdocs-material/material/templates/.icons/material/ornament-variant.svg new file mode 100644 index 0000000..df8b8e6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ornament-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1a3 3 0 0 1 3 3v1a1 1 0 0 1 1 1v1.07c2.39 1.38 4 3.97 4 6.93a8 8 0 0 1-8 8 8 8 0 0 1-8-8c0-2.96 1.61-5.55 4-6.93V6a1 1 0 0 1 1-1V4a3 3 0 0 1 3-3m0 2a1 1 0 0 0-1 1v1h2V4a1 1 0 0 0-1-1m0 5c-1.78 0-3.37.77-4.47 2h8.94c-1.1-1.23-2.69-2-4.47-2m0 12c1.78 0 3.37-.77 4.47-2H7.53c1.1 1.23 2.69 2 4.47 2m0-8a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m6 2c0-.69-.12-1.35-.33-2-.95.19-1.67 1-1.67 2s.72 1.81 1.67 1.97c.21-.62.33-1.28.33-1.97M6 14c0 .69.12 1.35.33 1.97C7.28 15.81 8 15 8 14s-.72-1.81-1.67-2c-.21.65-.33 1.31-.33 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ornament.svg b/mkdocs-material/material/templates/.icons/material/ornament.svg new file mode 100644 index 0000000..e4f4879 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ornament.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1a3 3 0 0 1 3 3v1a1 1 0 0 1 1 1v1.07c2.39 1.38 4 3.97 4 6.93a8 8 0 0 1-8 8 8 8 0 0 1-8-8c0-2.96 1.61-5.55 4-6.93V6a1 1 0 0 1 1-1V4a3 3 0 0 1 3-3m0 2a1 1 0 0 0-1 1v1h2V4a1 1 0 0 0-1-1m0 5c-1.78 0-3.37.77-4.47 2h8.94c-1.1-1.23-2.69-2-4.47-2m-5.66 8h1.25L6 14.43c.05.57.17 1.07.34 1.57m6.25 0-4-4H6.41l4 4zm5.07-4h-1.25L18 13.57c-.05-.57-.17-1.07-.34-1.57m-6.25 0 4 4h2.18l-4-4zm.59 8c1.78 0 3.37-.77 4.47-2H7.53c1.1 1.23 2.69 2 4.47 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/outdoor-lamp.svg b/mkdocs-material/material/templates/.icons/material/outdoor-lamp.svg new file mode 100644 index 0000000..3acc6a6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/outdoor-lamp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 22h-2c-1.1 0-2-.9-2-2v-5h6v5c0 1.1-.9 2-2 2m-8-8h14l-6-4.29V6c0-1.61-1.06-4-4-4S7 4.39 7 6c0 .45-.19 1-1 1H5V3H3v9h2V9h1c2.2 0 3-1.79 3-3 0-.33.1-2 2-2 1.83 0 2 1.54 2 2v3.71z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/overscan.svg b/mkdocs-material/material/templates/.icons/material/overscan.svg new file mode 100644 index 0000000..edc80b6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/overscan.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 5.5 10 8h4zm6 4.5v4l2.5-2zM6 10l-2.5 2L6 14zm8 6h-4l2 2.5zm7-13H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m0 16H3V5h18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/owl.svg b/mkdocs-material/material/templates/.icons/material/owl.svg new file mode 100644 index 0000000..764a0f7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/owl.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 16c.56.84 1.31 1.53 2.2 2L12 20.2 9.8 18c.89-.47 1.65-1.16 2.2-2m5-4.8a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m-10 0a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m10-2.5a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m-10 0a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4M2.24 1c1.76 3.7.49 6.46-.69 9.2-.36.8-.55 1.63-.55 2.5a6 6 0 0 0 6 6c.21-.01.42-.02.63-.05l2.96 2.96L12 23l1.41-1.39 2.96-2.96c.21.03.42.04.63.05a6 6 0 0 0 6-6c0-.87-.19-1.7-.55-2.5C21.27 7.46 20 4.7 21.76 1c-2.64 2.06-6.4 3.69-9.76 3.7C8.64 4.69 4.88 3.06 2.24 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pac-man.svg b/mkdocs-material/material/templates/.icons/material/pac-man.svg new file mode 100644 index 0000000..478f20d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pac-man.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 12 7.07 7.07a9.953 9.953 0 0 1-14.14 0C1 15.17 1 8.84 4.93 4.93 8.83 1 15.16 1 19.07 4.93zm7-2a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/package-check.svg b/mkdocs-material/material/templates/.icons/material/package-check.svg new file mode 100644 index 0000000..e96b841 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/package-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 3q-.75 0-1.2.6L3.5 5.2c-.3.4-.5.8-.5 1.3V19c0 1.1.9 2 2 2h8.3c-.2-.6-.3-1.3-.3-2 0-3.3 2.7-6 6-6 .7 0 1.4.1 2 .3V6.5c0-.5-.2-.9-.5-1.3l-1.4-1.7c-.2-.3-.6-.5-1.1-.5zm-.1 1h12l.9 1H5.1zM6 15h6v3H6zm15.3.8-3.6 3.6-1.6-1.6L15 19l2.8 3 4.8-4.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/package-down.svg b/mkdocs-material/material/templates/.icons/material/package-down.svg new file mode 100644 index 0000000..5d8bfab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/package-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m5.12 5 .81-1h12l.94 1M12 17.5 6.5 12H10v-2h4v2h3.5zm8.54-12.27-1.39-1.68C18.88 3.21 18.47 3 18 3H6c-.47 0-.88.21-1.16.55L3.46 5.23C3.17 5.57 3 6 3 6.5V19a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6.5c0-.5-.17-.93-.46-1.27"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/package-up.svg b/mkdocs-material/material/templates/.icons/material/package-up.svg new file mode 100644 index 0000000..813878c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/package-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.54 5.23c.29.34.46.77.46 1.27V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6.5c0-.5.17-.93.46-1.27l1.38-1.68C5.12 3.21 5.53 3 6 3h12c.47 0 .88.21 1.15.55zM5.12 5h13.75l-.94-1h-12zM12 9.5 6.5 15H10v2h4v-2h3.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/package-variant-closed-check.svg b/mkdocs-material/material/templates/.icons/material/package-variant-closed-check.svg new file mode 100644 index 0000000..3a950e6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/package-variant-closed-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c-.2 0-.4.1-.6.2L3.5 6.6c-.3.2-.5.5-.5.9v9c0 .4.2.7.5.9l7.9 4.4c.2.1.4.2.6.2s.4-.1.6-.2l.9-.5c-.3-.6-.4-1.3-.5-2v-6.7l6-3.4V13c.7 0 1.4.1 2 .3V7.5c0-.4-.2-.7-.5-.9l-7.9-4.4c-.2-.1-.4-.2-.6-.2m0 2.2 6 3.3-2 1.1-5.9-3.4zM8.1 6.3 14 9.8l-2 1.1-6-3.4zM5 9.2l6 3.4v6.7l-6-3.4zm16.3 6.6-3.6 3.6-1.6-1.6L15 19l2.8 3 4.8-4.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/package-variant-closed-minus.svg b/mkdocs-material/material/templates/.icons/material/package-variant-closed-minus.svg new file mode 100644 index 0000000..d6138b8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/package-variant-closed-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m13 12.6 6-3.4V13c.7 0 1.4.1 2 .4V7.5c0-.4-.2-.7-.5-.9l-7.9-4.4c-.2-.1-.4-.2-.6-.2s-.4.1-.6.2L3.5 6.6c-.3.2-.5.5-.5.9v9c0 .4.2.7.5.9l7.9 4.4c.2.1.4.2.6.2s.4-.1.6-.2l.9-.5c-.3-.6-.4-1.3-.5-2M12 4.2l6 3.3-2 1.1-5.9-3.4zm-1 15.1-6-3.4V9.2l6 3.4zm1-8.5L6 7.5l2-1.2 6 3.5zM23 18v2h-8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/package-variant-closed-plus.svg b/mkdocs-material/material/templates/.icons/material/package-variant-closed-plus.svg new file mode 100644 index 0000000..3cca04a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/package-variant-closed-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19.3v-6.7l6-3.4V13c.7 0 1.4.1 2 .4V7.5c0-.4-.2-.7-.5-.9l-7.9-4.4c-.2-.1-.4-.2-.6-.2s-.4.1-.6.2L3.5 6.6c-.3.2-.5.5-.5.9v9c0 .4.2.7.5.9l7.9 4.4c.2.1.4.2.6.2s.4-.1.6-.2l.9-.5c-.3-.6-.4-1.3-.5-2M12 4.2l6 3.3-2 1.1-5.9-3.4zm-1 15.1-6-3.4V9.2l6 3.4zm1-8.5L6 7.5l2-1.2 6 3.5zm8 4.2v3h3v2h-3v3h-2v-3h-3v-2h3v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/package-variant-closed-remove.svg b/mkdocs-material/material/templates/.icons/material/package-variant-closed-remove.svg new file mode 100644 index 0000000..c907e2e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/package-variant-closed-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m13 12.6 6-3.4V13c.7 0 1.4.1 2 .4V7.5c0-.4-.2-.7-.5-.9l-7.9-4.4c-.2-.1-.4-.2-.6-.2s-.4.1-.6.2L3.5 6.6c-.3.2-.5.5-.5.9v9c0 .4.2.7.5.9l7.9 4.4c.2.1.4.2.6.2s.4-.1.6-.2l.9-.5c-.3-.6-.4-1.3-.5-2M12 4.2l6 3.3-2 1.1-5.9-3.4zm-1 15.1-6-3.4V9.2l6 3.4zm1-8.5L6 7.5l2-1.2 6 3.5zm4.9 4.7 2.1 2.1 2.1-2.1 1.4 1.4-2.1 2.1 2.1 2.1-1.4 1.4-2.1-2.1-2.1 2.1-1.4-1.4 2.1-2.1-2.1-2.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/package-variant-closed.svg b/mkdocs-material/material/templates/.icons/material/package-variant-closed.svg new file mode 100644 index 0000000..255303e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/package-variant-closed.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 16.5c0 .38-.21.71-.53.88l-7.9 4.44c-.16.12-.36.18-.57.18s-.41-.06-.57-.18l-7.9-4.44A.99.99 0 0 1 3 16.5v-9c0-.38.21-.71.53-.88l7.9-4.44c.16-.12.36-.18.57-.18s.41.06.57.18l7.9 4.44c.32.17.53.5.53.88zM12 4.15l-1.89 1.07L16 8.61l1.96-1.11zM6.04 7.5 12 10.85l1.96-1.1-5.88-3.4zM5 15.91l6 3.38v-6.71L5 9.21zm14 0v-6.7l-6 3.37v6.71z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/package-variant-minus.svg b/mkdocs-material/material/templates/.icons/material/package-variant-minus.svg new file mode 100644 index 0000000..14eacf8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/package-variant-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 15.6c.3.2.7.2 1 0l5-2.9v.3c.7 0 1.4.1 2 .4v-1.8l1-.6c.5-.3.6-.9.4-1.4l-1.5-2.5c-.1-.2-.2-.4-.4-.5l-7.9-4.4c-.2-.1-.4-.2-.6-.2s-.4.1-.6.2L3.6 6.6c-.2.1-.4.2-.5.4L1.6 9.6c-.3.5-.1 1.1.4 1.4.3.2.7.2 1 0v5.5c0 .4.2.7.5.9l7.9 4.4c.2.1.4.2.6.2s.4-.1.6-.2l.9-.5c-.3-.6-.4-1.3-.5-2m-2 0-6-3.4V9.2l6 3.4zm9.1-9.6-6.3 3.6-.6-1 6.3-3.6zM12 10.8V4.2l6 3.3zM23 20h-8v-2h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/package-variant-plus.svg b/mkdocs-material/material/templates/.icons/material/package-variant-plus.svg new file mode 100644 index 0000000..b05b357 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/package-variant-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 15.6c.3.2.7.2 1 0l5-2.9v.3c.7 0 1.4.1 2 .4v-1.8l1-.6c.5-.3.6-.9.4-1.4l-1.5-2.5c-.1-.2-.2-.4-.4-.5l-7.9-4.4c-.2-.1-.4-.2-.6-.2s-.4.1-.6.2L3.6 6.6c-.2.1-.4.2-.5.4L1.6 9.6c-.3.5-.1 1.1.4 1.4.3.2.7.2 1 0v5.5c0 .4.2.7.5.9l7.9 4.4c.2.1.4.2.6.2s.4-.1.6-.2l.9-.5c-.3-.6-.4-1.3-.5-2m-2 0-6-3.4V9.2l6 3.4zm9.1-9.6-6.3 3.6-.6-1 6.3-3.6zM12 10.8V4.2l6 3.3zm8 4.2v3h3v2h-3v3h-2v-3h-3v-2h3v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/package-variant-remove.svg b/mkdocs-material/material/templates/.icons/material/package-variant-remove.svg new file mode 100644 index 0000000..faf0b44 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/package-variant-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 15.6c.3.2.7.2 1 0l5-2.9v.3c.7 0 1.4.1 2 .4v-1.8l1-.6c.5-.3.6-.9.4-1.4l-1.5-2.5c-.1-.2-.2-.4-.4-.5l-7.9-4.4c-.2-.1-.4-.2-.6-.2s-.4.1-.6.2L3.6 6.6c-.2.1-.4.2-.5.4L1.6 9.6c-.3.5-.1 1.1.4 1.4.3.2.7.2 1 0v5.5c0 .4.2.7.5.9l7.9 4.4c.2.1.4.2.6.2s.4-.1.6-.2l.9-.5c-.3-.6-.4-1.3-.5-2m-2 0-6-3.4V9.2l6 3.4zm9.1-9.6-6.3 3.6-.6-1 6.3-3.6zM12 10.8V4.2l6 3.3zm10.5 6.1L20.4 19l2.1 2.1-1.4 1.4-2.1-2.1-2.1 2.1-1.4-1.4 2.1-2.1-2.1-2.1 1.4-1.4 2.1 2.1 2.1-2.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/package-variant.svg b/mkdocs-material/material/templates/.icons/material/package-variant.svg new file mode 100644 index 0000000..b28f471 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/package-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 10.96a.985.985 0 0 1-.37-1.37L3.13 7c.11-.2.28-.34.47-.42l7.83-4.4c.16-.12.36-.18.57-.18s.41.06.57.18l7.9 4.44c.19.1.35.26.44.46l1.45 2.52c.28.48.11 1.09-.36 1.36l-1 .58v4.96c0 .38-.21.71-.53.88l-7.9 4.44c-.16.12-.36.18-.57.18s-.41-.06-.57-.18l-7.9-4.44A.99.99 0 0 1 3 16.5v-5.54c-.3.17-.68.18-1 0m10-6.81v6.7l5.96-3.35zM5 15.91l6 3.38v-6.71L5 9.21zm14 0v-3.22l-5 2.9c-.33.18-.7.17-1 .01v3.69zm-5.15-2.55 6.28-3.63-.58-1.01-6.28 3.63z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/package.svg b/mkdocs-material/material/templates/.icons/material/package.svg new file mode 100644 index 0000000..e2d006f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/package.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.12 5h13.75l-.94-1h-12zm15.42.23c.29.34.46.77.46 1.27V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6.5c0-.5.17-.93.46-1.27l1.38-1.68C5.12 3.21 5.53 3 6 3h12c.47 0 .88.21 1.15.55zM6 18h6v-3H6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/page-first.svg b/mkdocs-material/material/templates/.icons/material/page-first.svg new file mode 100644 index 0000000..f37e7e0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/page-first.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.41 16.59 13.82 12l4.59-4.59L17 6l-6 6 6 6zM6 6h2v12H6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/page-last.svg b/mkdocs-material/material/templates/.icons/material/page-last.svg new file mode 100644 index 0000000..2993880 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/page-last.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.59 7.41 10.18 12l-4.59 4.59L7 18l6-6-6-6zM16 6h2v12h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/page-layout-body.svg b/mkdocs-material/material/templates/.icons/material/page-layout-body.svg new file mode 100644 index 0000000..ea4287d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/page-layout-body.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 2h12a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m0 6v8h12V8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/page-layout-footer.svg b/mkdocs-material/material/templates/.icons/material/page-layout-footer.svg new file mode 100644 index 0000000..9fe4735 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/page-layout-footer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 2h12a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m0 14v4h12v-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/page-layout-header-footer.svg b/mkdocs-material/material/templates/.icons/material/page-layout-header-footer.svg new file mode 100644 index 0000000..58738f5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/page-layout-header-footer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 2H6a2 2 0 0 0-2 2v16c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2V4a2 2 0 0 0-2-2m0 18H6v-4h12zm0-12H6V4h12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/page-layout-header.svg b/mkdocs-material/material/templates/.icons/material/page-layout-header.svg new file mode 100644 index 0000000..e4e709e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/page-layout-header.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 2h12a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m0 2v4h12V4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/page-layout-sidebar-left.svg b/mkdocs-material/material/templates/.icons/material/page-layout-sidebar-left.svg new file mode 100644 index 0000000..976bc53 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/page-layout-sidebar-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 2h12a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m0 6v8h4V8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/page-layout-sidebar-right.svg b/mkdocs-material/material/templates/.icons/material/page-layout-sidebar-right.svg new file mode 100644 index 0000000..5062935 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/page-layout-sidebar-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 2h12a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m8 6v8h4V8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/page-next-outline.svg b/mkdocs-material/material/templates/.icons/material/page-next-outline.svg new file mode 100644 index 0000000..3a156c1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/page-next-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 3H5a2 2 0 0 0-2 2v4h2V5h17v14H5v-4H3v4a2 2 0 0 0 2 2h17a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2M7 15v-2H0v-2h7V9l4 3zm13-2h-7v-2h7zm0-4h-7V7h7zm-3 8h-4v-2h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/page-next.svg b/mkdocs-material/material/templates/.icons/material/page-next.svg new file mode 100644 index 0000000..457caaf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/page-next.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 3H5a2 2 0 0 0-2 2v6h4V9l4 3-4 3v-2H3v6a2 2 0 0 0 2 2h15a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-3 14h-4v-2h4zm3-4h-7v-2h7zm0-4h-7V7h7zM3 13H0v-2h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/page-previous-outline.svg b/mkdocs-material/material/templates/.icons/material/page-previous-outline.svg new file mode 100644 index 0000000..76e2c1d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/page-previous-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 3h17a2 2 0 0 1 2 2v4h-2V5H2v14h17v-4h2v4a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m15 12v-2h7v-2h-7V9l-4 3zM4 13h7v-2H4zm0-4h7V7H4zm0 8h4v-2H4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/page-previous.svg b/mkdocs-material/material/templates/.icons/material/page-previous.svg new file mode 100644 index 0000000..67af01c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/page-previous.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 21h15a2 2 0 0 0 2-2v-6h-4v2l-4-3 4-3v2h4V5a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2m0-6h4v2H4zm0-4h7v2H4zm0-4h7v2H4zm17 4h3v2h-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pail-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/pail-minus-outline.svg new file mode 100644 index 0000000..5b5691e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pail-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 6H3V4h18v2h-1l-1.4 7c-.77.07-1.49.26-2.15.58L17.96 6H6.04l.46 2.22-1.85 1.05zm8.86 2a.976.976 0 0 0-1.36-.37l-8.23 4.75a.998.998 0 1 0 1 1.73l8.23-4.75c.47-.27.64-.89.36-1.36M13 19H8.64l-.91-4.57L5.9 15.5 7 21h6.35c-.22-.63-.35-1.3-.35-2m2-1v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pail-minus.svg b/mkdocs-material/material/templates/.icons/material/pail-minus.svg new file mode 100644 index 0000000..8f98a67 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pail-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12.5 9.36-8.23 4.75a.998.998 0 1 1-1-1.73l8.23-4.75a.976.976 0 0 1 1.36.37c.28.47.11 1.09-.36 1.36M13 19c0-3.18 2.47-5.77 5.6-6L20 6h1V4H3v2h1l.76 3.79 5.95-3.43A2.5 2.5 0 0 1 14.5 8.5c0 .94-.5 1.76-1.29 2.19l-7.42 4.28L7 21h6.35c-.22-.63-.35-1.3-.35-2m2-1v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pail-off-outline.svg b/mkdocs-material/material/templates/.icons/material/pail-off-outline.svg new file mode 100644 index 0000000..f1bbcea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pail-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.84 22.73-3.49-3.49L17 21H7l-1.1-5.5 1.83-1.07.91 4.57h6.72l.29-1.46-6.34-6.34-5.04 2.91a.998.998 0 1 1-1-1.73l4.58-2.64-1.47-1.47-1.73 1L4 6H3V4.89L1.11 3l1.28-1.27 19.72 19.73zM17.96 6l-1.46 7.3 1.7 1.7L20 6h1V4H7.2l2 2zM11.5 7.63l-.42.25 1.45 1.45c.44-.28.6-.87.33-1.33a.976.976 0 0 0-1.36-.37"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pail-off.svg b/mkdocs-material/material/templates/.icons/material/pail-off.svg new file mode 100644 index 0000000..c337bd9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pail-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.84 22.73-3.49-3.49L17 21H7l-1.21-6.03 4.62-2.67-1.1-1.1-5.04 2.91a.998.998 0 1 1-1-1.73l4.58-2.64-1.1-1.1-1.99 1.15L4 6H3V4.89L1.11 3l1.28-1.27 19.72 19.73zM10.71 6.36A2.5 2.5 0 0 1 14.5 8.5c0 .77-.34 1.44-.9 1.9l4.6 4.6L20 6h1V4H7.2L10 6.78zm.79 1.27-.42.25 1.45 1.45c.44-.28.6-.87.33-1.33a.976.976 0 0 0-1.36-.37"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pail-outline.svg b/mkdocs-material/material/templates/.icons/material/pail-outline.svg new file mode 100644 index 0000000..f710620 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pail-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.5 7.63a.976.976 0 0 1 1.36.37c.28.47.11 1.09-.36 1.36l-8.23 4.75a.998.998 0 1 1-1-1.73zM3 4v2h1l.65 3.27L6.5 8.22 6.04 6h11.92l-2.6 13H8.64l-.91-4.57L5.9 15.5 7 21h10l3-15h1V4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pail-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/pail-plus-outline.svg new file mode 100644 index 0000000..3fc1452 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pail-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 6H3V4h18v2h-1l-1.4 7c-.77.07-1.49.26-2.15.58L17.96 6H6.04l.46 2.22-1.85 1.05zm8.86 2a.976.976 0 0 0-1.36-.37l-8.23 4.75a.998.998 0 1 0 1 1.73l8.23-4.75c.47-.27.64-.89.36-1.36M13 19H8.64l-.91-4.57L5.9 15.5 7 21h6.35c-.22-.63-.35-1.3-.35-2m5-4v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pail-plus.svg b/mkdocs-material/material/templates/.icons/material/pail-plus.svg new file mode 100644 index 0000000..8882396 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pail-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12.5 9.36-8.23 4.75a.998.998 0 1 1-1-1.73l8.23-4.75a.976.976 0 0 1 1.36.37c.28.47.11 1.09-.36 1.36M13 19c0-3.18 2.47-5.77 5.6-6L20 6h1V4H3v2h1l.76 3.79 5.95-3.43A2.5 2.5 0 0 1 14.5 8.5c0 .94-.5 1.76-1.29 2.19l-7.42 4.28L7 21h6.35c-.22-.63-.35-1.3-.35-2m5-4v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pail-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/pail-remove-outline.svg new file mode 100644 index 0000000..44f6a49 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pail-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 6H3V4h18v2h-1l-1.4 7c-.77.07-1.49.26-2.15.58L17.96 6H6.04l.46 2.22-1.85 1.05zm8.86 2a.976.976 0 0 0-1.36-.37l-8.23 4.75a.998.998 0 1 0 1 1.73l8.23-4.75c.47-.27.64-.89.36-1.36M13 19H8.64l-.91-4.57L5.9 15.5 7 21h6.35c-.22-.63-.35-1.3-.35-2m8.12-3.54L19 17.59l-2.12-2.13-1.42 1.42L17.58 19l-2.12 2.12 1.41 1.42L19 20.41l2.12 2.13 1.41-1.42L20.41 19l2.12-2.12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pail-remove.svg b/mkdocs-material/material/templates/.icons/material/pail-remove.svg new file mode 100644 index 0000000..7f31f16 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pail-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12.5 9.36-8.23 4.75a.998.998 0 1 1-1-1.73l8.23-4.75a.976.976 0 0 1 1.36.37c.28.47.11 1.09-.36 1.36M13 19c0-3.18 2.47-5.77 5.6-6L20 6h1V4H3v2h1l.76 3.79 5.95-3.43A2.5 2.5 0 0 1 14.5 8.5c0 .94-.5 1.76-1.29 2.19l-7.42 4.28L7 21h6.35c-.22-.63-.35-1.3-.35-2m8.12-3.54L19 17.59l-2.12-2.13-1.41 1.42L17.59 19l-2.12 2.12 1.41 1.42L19 20.41l2.12 2.13 1.42-1.42L20.41 19l2.13-2.12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pail.svg b/mkdocs-material/material/templates/.icons/material/pail.svg new file mode 100644 index 0000000..33e28fe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pail.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.5 7.63a.976.976 0 0 1 1.36.37c.28.47.11 1.09-.36 1.36l-8.23 4.75a.998.998 0 1 1-1-1.73zM7 21l-1.21-6.03 7.42-4.28c.79-.43 1.29-1.25 1.29-2.19a2.5 2.5 0 0 0-3.79-2.14L4.76 9.79 4 6H3V4h18v2h-1l-3 15z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/palette-advanced.svg b/mkdocs-material/material/templates/.icons/material/palette-advanced.svg new file mode 100644 index 0000000..db50bec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/palette-advanced.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 22H10v-2h12zM2 22v-2h7v2zm16-4v-8h4v8zm0-15h4v6h-4zM2 18V3h14v15zm7-3.44a3 3 0 0 0 3-3c0-2-3-5.37-3-5.37s-3 3.37-3 5.37a3 3 0 0 0 3 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/palette-outline.svg b/mkdocs-material/material/templates/.icons/material/palette-outline.svg new file mode 100644 index 0000000..9b5ba22 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/palette-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 22A10 10 0 0 1 2 12 10 10 0 0 1 12 2c5.5 0 10 4 10 9a6 6 0 0 1-6 6h-1.8c-.3 0-.5.2-.5.5 0 .1.1.2.1.3.4.5.6 1.1.6 1.7.1 1.4-1 2.5-2.4 2.5m0-18a8 8 0 0 0-8 8 8 8 0 0 0 8 8c.3 0 .5-.2.5-.5 0-.2-.1-.3-.1-.4-.4-.5-.6-1-.6-1.6 0-1.4 1.1-2.5 2.5-2.5H16a4 4 0 0 0 4-4c0-3.9-3.6-7-8-7m-5.5 6c.8 0 1.5.7 1.5 1.5S7.3 13 6.5 13 5 12.3 5 11.5 5.7 10 6.5 10m3-4c.8 0 1.5.7 1.5 1.5S10.3 9 9.5 9 8 8.3 8 7.5 8.7 6 9.5 6m5 0c.8 0 1.5.7 1.5 1.5S15.3 9 14.5 9 13 8.3 13 7.5 13.7 6 14.5 6m3 4c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5.7-1.5 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/palette-swatch-outline.svg b/mkdocs-material/material/templates/.icons/material/palette-swatch-outline.svg new file mode 100644 index 0000000..6c90184 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/palette-swatch-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m2.5 19.6 1.3.6v-9L1.4 17c-.4 1.1.1 2.2 1.1 2.6M15.2 4.8l5 12-7.3 3-5-11.9v-.1zm.1-2c-.3 0-.5 0-.8.1L7.1 6c-.7.3-1.2 1-1.2 1.8 0 .2 0 .5.1.8l5 11.9c.3.8 1 1.2 1.8 1.2.3 0 .5 0 .8-.1l7.4-3.1c1-.4 1.5-1.6 1.1-2.6L17.1 4c-.3-.8-1.1-1.2-1.8-1.2m-4.8 7.1c-.6 0-1-.4-1-1s.4-1 1-1 1 .5 1 1-.4 1-1 1m-4.6 9.9c0 1.1.9 2 2 2h1.4l-3.4-8.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/palette-swatch-variant.svg b/mkdocs-material/material/templates/.icons/material/palette-swatch-variant.svg new file mode 100644 index 0000000..2810bcf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/palette-swatch-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 14H6c-2.2 0-4 1.8-4 4s1.8 4 4 4h14c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2M6 20c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2m.3-8L13 5.3c.8-.8 2-.8 2.8 0l2.8 2.8c.8.8.8 2 0 2.8l-.9 1.1zM2 13.5V4c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2v1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/palette-swatch.svg b/mkdocs-material/material/templates/.icons/material/palette-swatch.svg new file mode 100644 index 0000000..2281991 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/palette-swatch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m2.53 19.65 1.34.56v-9.03l-2.43 5.86c-.41 1.02.06 2.19 1.09 2.61m19.5-3.7L17.07 4a2 2 0 0 0-1.81-1.25c-.26 0-.53.04-.79.15L7.1 5.95a2.02 2.02 0 0 0-1.23 1.8c-.01.25.04.54.13.8l5 11.95c.29.78 1.03 1.24 1.81 1.25.26 0 .52-.05.77-.15l7.36-3.05a1.994 1.994 0 0 0 1.09-2.6M7.88 8.75a1 1 0 0 1-1-1 1 1 0 0 1 1-1c.55 0 1 .45 1 1s-.45 1-1 1m-2 11a2 2 0 0 0 2 2h1.45l-3.45-8.34z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/palette.svg b/mkdocs-material/material/templates/.icons/material/palette.svg new file mode 100644 index 0000000..b8a60ac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/palette.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.5 12a1.5 1.5 0 0 1-1.5-1.5A1.5 1.5 0 0 1 17.5 9a1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5m-3-4A1.5 1.5 0 0 1 13 6.5 1.5 1.5 0 0 1 14.5 5 1.5 1.5 0 0 1 16 6.5 1.5 1.5 0 0 1 14.5 8m-5 0A1.5 1.5 0 0 1 8 6.5 1.5 1.5 0 0 1 9.5 5 1.5 1.5 0 0 1 11 6.5 1.5 1.5 0 0 1 9.5 8m-3 4A1.5 1.5 0 0 1 5 10.5 1.5 1.5 0 0 1 6.5 9 1.5 1.5 0 0 1 8 10.5 1.5 1.5 0 0 1 6.5 12M12 3a9 9 0 0 0-9 9 9 9 0 0 0 9 9 1.5 1.5 0 0 0 1.5-1.5c0-.39-.15-.74-.39-1-.23-.27-.38-.62-.38-1a1.5 1.5 0 0 1 1.5-1.5H16a5 5 0 0 0 5-5c0-4.42-4.03-8-9-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/palm-tree.svg b/mkdocs-material/material/templates/.icons/material/palm-tree.svg new file mode 100644 index 0000000..d001803 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/palm-tree.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 9c1.59 7.61-2 13-2 13h3c1.88-5.8 1-9.91.5-12m2.16-2.84c.17.21.34.43.47.66a7.1 7.1 0 0 1-.63 8.44 7.11 7.11 0 0 0-.55-6.49c-.08-.13-.17-.24-.25-.36a7.1 7.1 0 0 0-2.16-1.98 7.13 7.13 0 0 0-4.96 6.79c0 .74.11 1.45.31 2.11a7.07 7.07 0 0 1-1.33-4.14c0-2.35 1.14-4.43 2.89-5.73C8 6.35 6.46 6.67 5.12 7.5q-.93.615-1.62 1.41C4.05 7.58 5 6.39 6.3 5.57c1.5-.94 3.2-1.25 4.84-1.01C10.73 4 10.23 3.47 9.63 3c-.58-.42-1.21-.76-1.87-1 1.44.04 2.88.5 4.11 1.43.63.47 1.13 1.04 1.53 1.64.1 0 .19-.01.29-.01 3.2 0 5.91 2.11 6.81 5.02a7.07 7.07 0 0 0-4.84-2.92"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pan-bottom-left.svg b/mkdocs-material/material/templates/.icons/material/pan-bottom-left.svg new file mode 100644 index 0000000..736fa2e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pan-bottom-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 10a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2m-6.65 3L11 18.65 5 19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pan-bottom-right.svg b/mkdocs-material/material/templates/.icons/material/pan-bottom-right.svg new file mode 100644 index 0000000..66a1314 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pan-bottom-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 10a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2m1 8.65L18.65 13l.35 6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pan-down.svg b/mkdocs-material/material/templates/.icons/material/pan-down.svg new file mode 100644 index 0000000..dabec74 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pan-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 10a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m-4 7 4 4.5 4-4.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pan-horizontal.svg b/mkdocs-material/material/templates/.icons/material/pan-horizontal.svg new file mode 100644 index 0000000..136fa93 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pan-horizontal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m7 8-4.5 4L7 16zm10 0v8l4.5-4zm-5 2a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pan-left.svg b/mkdocs-material/material/templates/.icons/material/pan-left.svg new file mode 100644 index 0000000..9c4d272 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pan-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m7 8-4.5 4L7 16zm5 2a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pan-right.svg b/mkdocs-material/material/templates/.icons/material/pan-right.svg new file mode 100644 index 0000000..3d1675d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pan-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 8v8l4.5-4zm-5 2a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pan-top-left.svg b/mkdocs-material/material/templates/.icons/material/pan-top-left.svg new file mode 100644 index 0000000..645d24c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pan-top-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 10a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2m-1-4.65L5.35 11 5 5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pan-top-right.svg b/mkdocs-material/material/templates/.icons/material/pan-top-right.svg new file mode 100644 index 0000000..c9a5937 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pan-top-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 10a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2m6.65 1L13 5.35 19 5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pan-up.svg b/mkdocs-material/material/templates/.icons/material/pan-up.svg new file mode 100644 index 0000000..f58bb20 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pan-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2.5 8 7h8zm0 7.5a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pan-vertical.svg b/mkdocs-material/material/templates/.icons/material/pan-vertical.svg new file mode 100644 index 0000000..1503509 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pan-vertical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2.5 8 7h8zm0 7.5a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m-4 7 4 4.5 4-4.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pan.svg b/mkdocs-material/material/templates/.icons/material/pan.svg new file mode 100644 index 0000000..9ebabad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pan.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2.5 8 7h8zM7 8l-4.5 4L7 16zm10 0v8l4.5-4zm-5 2a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m-4 7 4 4.5 4-4.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/panda.svg b/mkdocs-material/material/templates/.icons/material/panda.svg new file mode 100644 index 0000000..992327d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/panda.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3c1.74 0 3.36.5 4.74 1.35C17.38 3.53 18.38 3 19.5 3A3.5 3.5 0 0 1 23 6.5c0 1.5-.95 2.78-2.28 3.28.18.72.28 1.45.28 2.22a9 9 0 0 1-9 9 9 9 0 0 1-9-9c0-.77.1-1.5.28-2.22A3.51 3.51 0 0 1 1 6.5 3.5 3.5 0 0 1 4.5 3c1.12 0 2.12.53 2.76 1.35C8.64 3.5 10.26 3 12 3m0 2a7 7 0 0 0-7 7 7 7 0 0 0 7 7 7 7 0 0 0 7-7 7 7 0 0 0-7-7m4.19 5.3c.36 1.33-.11 2.61-1.04 2.86-.94.26-1.98-.62-2.34-1.96-.36-1.33.11-2.61 1.04-2.86.94-.25 1.98.62 2.34 1.96m-8.38 0c.36-1.34 1.4-2.21 2.34-1.96.93.25 1.4 1.53 1.04 2.86-.36 1.34-1.4 2.22-2.34 1.96-.93-.25-1.4-1.53-1.04-2.86M12 14c.6 0 1.13.19 1.5.5l-1 1c0 .42.34.75.75.75a.75.75 0 0 0 .75-.75.5.5 0 0 1 .5-.5.5.5 0 0 1 .5.5 1.75 1.75 0 0 1-1.75 1.75c-.49 0-.93-.2-1.25-.53-.32.33-.76.53-1.25.53A1.75 1.75 0 0 1 9 15.5a.5.5 0 0 1 .5-.5.5.5 0 0 1 .5.5.75.75 0 0 0 .75.75.75.75 0 0 0 .75-.75l-1-1c.37-.31.9-.5 1.5-.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pandora.svg b/mkdocs-material/material/templates/.icons/material/pandora.svg new file mode 100644 index 0000000..6f85adc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pandora.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 20a1 1 0 0 1-1 1H4V3h9.71a6.75 6.75 0 0 1 6.75 6.75c0 3.75-3.02 6.75-6.75 6.75H10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/panorama-fisheye.svg b/mkdocs-material/material/templates/.icons/material/panorama-fisheye.svg new file mode 100644 index 0000000..7c4cb6b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/panorama-fisheye.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m0-18C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/panorama-horizontal-outline.svg b/mkdocs-material/material/templates/.icons/material/panorama-horizontal-outline.svg new file mode 100644 index 0000000..13d4e3d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/panorama-horizontal-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.43 4c-.1 0-.2 0-.31.06C18.18 5.16 15.09 5.7 12 5.7s-6.18-.55-9.12-1.64C2.77 4 2.66 4 2.57 4c-.34 0-.57.23-.57.63v14.75c0 .39.23.62.57.62.1 0 .2 0 .31-.06 2.94-1.1 6.03-1.64 9.12-1.64s6.18.55 9.12 1.64c.11.06.21.06.31.06.33 0 .57-.23.57-.63V4.63c0-.4-.24-.63-.57-.63M20 6.54v10.91c-2.6-.77-5.28-1.16-8-1.16s-5.4.39-8 1.16V6.54c2.6.77 5.28 1.16 8 1.16 2.72.01 5.4-.38 8-1.16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/panorama-horizontal.svg b/mkdocs-material/material/templates/.icons/material/panorama-horizontal.svg new file mode 100644 index 0000000..59bb344 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/panorama-horizontal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 5.5c-3.9 0-6.9-.8-8.7-1.4-.6-.3-1.3.2-1.3.9v14c0 .7.7 1.2 1.3 1 2.1-.7 4.8-1.5 8.7-1.5s6.7.8 8.7 1.5c.7.2 1.3-.3 1.3-1V5c0-.7-.7-1.2-1.3-.9-2 .6-4.8 1.4-8.7 1.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/panorama-outline.svg b/mkdocs-material/material/templates/.icons/material/panorama-outline.svg new file mode 100644 index 0000000..625e576 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/panorama-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 4H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m0 14H3V6h18zm-6.5-7L11 15.5l-2.5-3L5 17h14z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/panorama-sphere-outline.svg b/mkdocs-material/material/templates/.icons/material/panorama-sphere-outline.svg new file mode 100644 index 0000000..6615187 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/panorama-sphere-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 8.1c-.3-.1-.7-.3-1-.4C19.4 4.3 16 2 12 2S4.6 4.3 3 7.7c-.3.1-.7.3-.9.4C1.4 8.5 1 9.2 1 9.9v4.2c0 .7.4 1.4 1 1.8.3.1.7.3 1 .4 1.6 3.4 5 5.7 9 5.7s7.4-2.3 9-5.7c.3-.1.6-.3.9-.5.6-.4 1.1-1 1.1-1.8V9.9c0-.7-.4-1.4-1-1.8m-1 1.8v4.2c-2.2 1.2-5.5 1.9-9 1.9s-6.8-.7-9-1.9V9.9C5.2 8.7 8.5 8 12 8s6.8.7 9 1.9M12 4c2.4 0 4.5 1 6 2.7-1.8-.5-3.9-.7-6-.7s-4.2.2-5.9.7C7.5 5 9.6 4 12 4m0 16c-2.4 0-4.5-1-5.9-2.7 1.7.5 3.8.7 5.9.7s4.2-.2 6-.7C16.5 19 14.4 20 12 20"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/panorama-sphere.svg b/mkdocs-material/material/templates/.icons/material/panorama-sphere.svg new file mode 100644 index 0000000..274088e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/panorama-sphere.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 8.1c-.3-.1-.7-.3-1-.4C19.4 4.3 16 2 12 2S4.6 4.3 3 7.7c-.3.1-.7.3-.9.4C1.4 8.5 1 9.2 1 9.9v4.2c0 .7.4 1.4 1 1.8.3.1.7.3 1 .4 1.6 3.4 5 5.7 9 5.7s7.4-2.3 9-5.7c.3-.1.6-.3.9-.5.6-.4 1.1-1 1.1-1.8V9.9c0-.7-.4-1.4-1-1.8M12 4c2.4 0 4.5 1 6 2.7-1.8-.5-3.9-.7-6-.7s-4.2.2-5.9.7C7.5 5 9.6 4 12 4m0 16c-2.4 0-4.5-1-5.9-2.7 1.7.5 3.8.7 5.9.7s4.2-.2 6-.7C16.5 19 14.4 20 12 20"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/panorama-variant-outline.svg b/mkdocs-material/material/templates/.icons/material/panorama-variant-outline.svg new file mode 100644 index 0000000..916fa06 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/panorama-variant-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 4c-.6 0-3.6 1.5-9 1.5C6.7 5.5 3.5 4 3 4s-1 .4-1 1v14c0 .6.5 1 1 1 .6 0 3.5-1.5 9-1.5 5.4 0 8.4 1.5 9 1.5.5 0 1-.4 1-1V5c0-.6-.5-1-1-1m-1 13.6c-2-.6-4.6-1.1-8-1.1s-6 .5-8 1.1V6.4c2.6.7 5.3 1.1 8 1.1 3.4 0 6-.5 8-1.1zM9.2 11l-3.7 4.4c2-.3 4.2-.4 6.5-.4s4.5.1 6.5.4L14 10l-2.8 3.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/panorama-variant.svg b/mkdocs-material/material/templates/.icons/material/panorama-variant.svg new file mode 100644 index 0000000..7177297 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/panorama-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.7 4.1c-2 .7-4.8 1.4-8.7 1.4s-6.9-.8-8.7-1.4C2.7 3.8 2 4.3 2 5v14c0 .7.7 1.2 1.3 1 2.1-.7 4.8-1.5 8.7-1.5s6.7.8 8.7 1.5c.7.2 1.3-.3 1.3-1V5c0-.7-.7-1.2-1.3-.9M12 15c-2.3 0-4.5.1-6.5.4L9.2 11l2 2.4L14 10l4.5 5.4c-2-.3-4.2-.4-6.5-.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/panorama-vertical-outline.svg b/mkdocs-material/material/templates/.icons/material/panorama-vertical-outline.svg new file mode 100644 index 0000000..7f6e0c6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/panorama-vertical-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.54 20c.77-2.6 1.16-5.28 1.16-8s-.39-5.4-1.16-8h10.91c-.77 2.6-1.16 5.28-1.16 8s.39 5.4 1.16 8m2.49 1.12c-1.1-2.94-1.64-6.03-1.64-9.12s.55-6.18 1.64-9.12c.06-.11.06-.22.06-.31 0-.34-.23-.57-.63-.57H4.63c-.4 0-.63.23-.63.57 0 .1 0 .2.06.31C5.16 5.82 5.71 8.91 5.71 12s-.55 6.18-1.64 9.12c-.07.11-.07.22-.07.31 0 .33.23.57.63.57h14.75c.39 0 .62-.24.62-.57 0-.1 0-.2-.06-.31"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/panorama-vertical.svg b/mkdocs-material/material/templates/.icons/material/panorama-vertical.svg new file mode 100644 index 0000000..d005f5e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/panorama-vertical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.5 12c0-3.9.8-6.9 1.4-8.7.2-.6-.2-1.3-.9-1.3H5c-.7 0-1.2.7-.9 1.3.6 2.1 1.4 4.8 1.4 8.7s-.8 6.7-1.4 8.7c-.3.6.2 1.3.9 1.3h14c.7 0 1.2-.7 1-1.3-.7-2-1.5-4.8-1.5-8.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/panorama-wide-angle-outline.svg b/mkdocs-material/material/templates/.icons/material/panorama-wide-angle-outline.svg new file mode 100644 index 0000000..b8b7148 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/panorama-wide-angle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 4c-2.73 0-5.22.24-7.95.72l-.93.16-.25.9C2.29 7.85 2 9.93 2 12s.29 4.15.87 6.22l.25.89.93.16c2.73.49 5.22.73 7.95.73s5.22-.24 7.95-.72l.93-.16.25-.89c.58-2.08.87-4.16.87-6.23s-.29-4.15-.87-6.22l-.25-.89-.93-.16C17.22 4.24 14.73 4 12 4m0 2c2.45 0 4.71.2 7.29.64A21 21 0 0 1 20 12a21 21 0 0 1-.71 5.36c-2.58.44-4.84.64-7.29.64s-4.71-.2-7.29-.64A21 21 0 0 1 4 12a21 21 0 0 1 .71-5.36C7.29 6.2 9.55 6 12 6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/panorama-wide-angle.svg b/mkdocs-material/material/templates/.icons/material/panorama-wide-angle.svg new file mode 100644 index 0000000..8a99c77 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/panorama-wide-angle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 4c-4 0-6.8.6-9 1-.5 2-1 3.9-1 7 0 3 .5 5 1 7 2.2.4 5 1 9 1s6.9-.6 9-1c.6-2 1-4 1-7s-.5-5.1-1-7c-2.1-.4-5-1-9-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/panorama.svg b/mkdocs-material/material/templates/.icons/material/panorama.svg new file mode 100644 index 0000000..2f00afb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/panorama.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m8.5 12.5 2.5 3 3.5-4.5 4.5 6H5m18 1V6a2 2 0 0 0-2-2H3a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/paper-cut-vertical.svg b/mkdocs-material/material/templates/.icons/material/paper-cut-vertical.svg new file mode 100644 index 0000000..25a6886 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/paper-cut-vertical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.43 3.23 12 4l.57-.77v.01C13.12 2.5 14 2 15 2a3 3 0 0 1 3 3 3 3 0 0 1-.17 1H20a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2.17A3 3 0 0 1 6 5a3 3 0 0 1 3-3c1 0 1.88.5 2.43 1.24zM4 8v12h7a1 1 0 0 1 1-1 1 1 0 0 1 1 1h7V8h-5.1l2.1 2.92-1.6 1.18L12.42 8h-.84L8.6 12.1 7 10.92 9.1 8H4m5-4a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1m6 0a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1m-3 12a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m0-3a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m0-3a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/paper-roll-outline.svg b/mkdocs-material/material/templates/.icons/material/paper-roll-outline.svg new file mode 100644 index 0000000..08262d4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/paper-roll-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 3C5.69 3 3.14 5.69 3 9v12h9v-7.54c1.1.99 2.5 1.54 4 1.54 3.31 0 6-2.69 6-6s-2.69-6-6-6zm0 2h2.54C10.55 6.1 10 7.5 10 9v3H9v1h1v6H5v-6h1v-1H5V9c0-2.21 1.79-4 4-4m7 0c2.21 0 4 1.79 4 4s-1.79 4-4 4-4-1.79-4-4 1.79-4 4-4m0 2.25c-.97 0-1.75.78-1.75 1.75s.78 1.75 1.75 1.75 1.75-.78 1.75-1.75-.78-1.75-1.75-1.75M7 12v1h1v-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/paper-roll.svg b/mkdocs-material/material/templates/.icons/material/paper-roll.svg new file mode 100644 index 0000000..0e1512d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/paper-roll.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 3C5.69 3 3.14 5.69 3 9v12h9v-7.54c1.1.99 2.5 1.54 4 1.54 3.31 0 6-2.69 6-6s-2.69-6-6-6zm7 2c2.21 0 4 1.79 4 4s-1.79 4-4 4-4-1.79-4-4 1.79-4 4-4m0 2.25c-.97 0-1.75.78-1.75 1.75s.78 1.75 1.75 1.75 1.75-.78 1.75-1.75-.78-1.75-1.75-1.75M4 12h1v1H4zm2 0h1v1H6zm2 0h1v1H8zm2 0h1v1h-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/paperclip-check.svg b/mkdocs-material/material/templates/.icons/material/paperclip-check.svg new file mode 100644 index 0000000..9ed7e49 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/paperclip-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.5 21.36c.2.48.47.93.79 1.34A5.497 5.497 0 0 1 7 17.5V5c0-2.21 1.79-4 4-4s4 1.79 4 4v9.54c-.97.87-1.65 2.04-1.9 3.38-.19.05-.39.08-.6.08a2.5 2.5 0 0 1-2.5-2.5V6h1.5v9.5c0 .55.45 1 1 1s1-.45 1-1V5a2.5 2.5 0 0 0-5 0v12.5c0 2.21 1.79 4 4 4 .34 0 .67-.06 1-.14M18 6h-1.5v7.55c.47-.21.97-.37 1.5-.46zm3.34 9.84-3.59 3.59-1.59-1.59L15 19l2.75 3 4.75-4.75z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/paperclip-lock.svg b/mkdocs-material/material/templates/.icons/material/paperclip-lock.svg new file mode 100644 index 0000000..c2f79f4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/paperclip-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 13c-1.4 0-2.8 1.1-2.8 2.5V17c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3v-1.5c0-1.4-1.4-2.5-2.8-2.5m0 1.2c.8 0 1.5.5 1.5 1.3V17h-3v-1.5c0-.8.7-1.3 1.5-1.3M8.9 2C6.8 2 5 3.8 5 6v10.5c0 3 2.5 5.5 5.5 5.5.5 0 1-.1 1.5-.2v-1.6q-.75.3-1.5.3c-2.2 0-4-1.8-4-4V6c0-1.4 1.1-2.5 2.5-2.5s2.5 1.1 2.5 2.5v8.5c0 .6-.4 1-1 1s-1-.4-1-1V7H8v7.5c0 1.4 1.1 2.5 2.5 2.5s2.5-1.1 2.5-2.5V6c0-2.2-1.8-4-4.1-4q.15 0 0 0m5.6 5v5.4c.4-.4.9-.8 1.5-1V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/paperclip-minus.svg b/mkdocs-material/material/templates/.icons/material/paperclip-minus.svg new file mode 100644 index 0000000..4b100e3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/paperclip-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 13.09c-.53.09-1.03.25-1.5.46V6H18zm-5.5 8.41c-2.21 0-4-1.79-4-4V5a2.5 2.5 0 0 1 5 0v10.5c0 .55-.45 1-1 1s-1-.45-1-1V6H10v9.5a2.5 2.5 0 0 0 2.5 2.5c.21 0 .41-.03.6-.08.25-1.34.93-2.51 1.9-3.38V5c0-2.21-1.79-4-4-4S7 2.79 7 5v12.5a5.497 5.497 0 0 0 7.29 5.2c-.32-.41-.59-.86-.79-1.34-.33.08-.66.14-1 .14M15 18v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/paperclip-off.svg b/mkdocs-material/material/templates/.icons/material/paperclip-off.svg new file mode 100644 index 0000000..837a220 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/paperclip-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.5 5.3 7.16 3.96C7.62 2.26 9.15 1 11 1c2.21 0 4 1.79 4 4v6.8l-1.5-1.5V5a2.5 2.5 0 0 0-5 0zM18 6h-1.5v7.3l1.5 1.5zm4.11 15.46-1.27 1.27-3.22-3.23c-.81 2.05-2.79 3.5-5.12 3.5C9.46 23 7 20.54 7 17.5V8.89L1.11 3l1.28-1.27zM11.5 15.5c0 .55.45 1 1 1s1-.45 1-1v-.11l-2-2zm4.92 2.81-1.69-1.69A2.48 2.48 0 0 1 12.5 18a2.5 2.5 0 0 1-2.5-2.5v-3.61l-1.5-1.5v7.11c0 2.21 1.79 4 4 4a4.01 4.01 0 0 0 3.92-3.19M10 6.8l1.5 1.5V6H10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/paperclip-plus.svg b/mkdocs-material/material/templates/.icons/material/paperclip-plus.svg new file mode 100644 index 0000000..08dd21c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/paperclip-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 13.09c-.53.09-1.03.25-1.5.46V6H18zm-5.5 8.41c-2.21 0-4-1.79-4-4V5a2.5 2.5 0 0 1 5 0v10.5c0 .55-.45 1-1 1s-1-.45-1-1V6H10v9.5a2.5 2.5 0 0 0 2.5 2.5c.21 0 .41-.03.6-.08.25-1.34.93-2.51 1.9-3.38V5c0-2.21-1.79-4-4-4S7 2.79 7 5v12.5a5.497 5.497 0 0 0 7.29 5.2c-.32-.41-.59-.86-.79-1.34-.33.08-.66.14-1 .14M20 18v-3h-2v3h-3v2h3v3h2v-3h3v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/paperclip-remove.svg b/mkdocs-material/material/templates/.icons/material/paperclip-remove.svg new file mode 100644 index 0000000..d804bb8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/paperclip-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 13.09c-.53.09-1.03.25-1.5.46V6H18zM11 1C8.79 1 7 2.79 7 5v12.5a5.497 5.497 0 0 0 7.29 5.2c-.32-.41-.59-.86-.79-1.34-.33.08-.66.14-1 .14-2.21 0-4-1.79-4-4V5a2.5 2.5 0 0 1 5 0v10.5c0 .55-.45 1-1 1s-1-.45-1-1V6H10v9.5a2.5 2.5 0 0 0 2.5 2.5c.21 0 .41-.03.6-.08.25-1.34.93-2.51 1.9-3.38V5c0-2.21-1.79-4-4-4m11.54 15.88-1.42-1.41L19 17.59l-2.12-2.12-1.41 1.41L17.59 19l-2.12 2.12 1.41 1.42L19 20.41l2.12 2.13 1.42-1.42L20.41 19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/paperclip.svg b/mkdocs-material/material/templates/.icons/material/paperclip.svg new file mode 100644 index 0000000..899ab96 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/paperclip.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.5 6v11.5a4 4 0 0 1-4 4 4 4 0 0 1-4-4V5A2.5 2.5 0 0 1 11 2.5 2.5 2.5 0 0 1 13.5 5v10.5a1 1 0 0 1-1 1 1 1 0 0 1-1-1V6H10v9.5a2.5 2.5 0 0 0 2.5 2.5 2.5 2.5 0 0 0 2.5-2.5V5a4 4 0 0 0-4-4 4 4 0 0 0-4 4v12.5a5.5 5.5 0 0 0 5.5 5.5 5.5 5.5 0 0 0 5.5-5.5V6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/parachute-outline.svg b/mkdocs-material/material/templates/.icons/material/parachute-outline.svg new file mode 100644 index 0000000..d670b7c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/parachute-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.2 10.95 12 23 2.78 10.96l.09-.08c.21-.21.46-.38.71-.52l7.15 9.33L8.58 13l.66-1.19L12 20.38l2.73-8.58.67 1.2-2.13 6.69 7.14-9.34c.25.15.49.29.69.5zM12 4c2.5 0 4.77 1.17 6.25 3.03a5.93 5.93 0 0 0-2.78 1.1C14.47 7.41 13.26 7 12 7c-1.29 0-2.5.41-3.5 1.14-.82-.59-1.78-.97-2.79-1.1A8 8 0 0 1 12 4m0-2c-4.91 0-8.97 3.5-9.84 8.17C2.89 9.45 3.89 9 5 9c1.5 0 2.81.86 3.5 2.1A3.97 3.97 0 0 1 12 9c1.5 0 2.8.85 3.5 2.09A3.93 3.93 0 0 1 19 9c1.09 0 2.09.42 2.81 1.14C20.94 5.5 16.88 2 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/parachute.svg b/mkdocs-material/material/templates/.icons/material/parachute.svg new file mode 100644 index 0000000..0fb078b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/parachute.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.2 10.95 12 23 2.78 10.96l.09-.08c.21-.21.46-.38.71-.52l7.15 9.33L8.58 13l.66-1.19L12 20.38l2.73-8.58.67 1.2-2.13 6.69 7.14-9.34c.25.15.49.29.69.5zM5 9c1.5 0 2.81.86 3.5 2.1A3.97 3.97 0 0 1 12 9c1.5 0 2.8.85 3.5 2.09A3.93 3.93 0 0 1 19 9c1.09 0 2.09.42 2.81 1.14C20.94 5.5 16.88 2 12 2c-4.91 0-8.97 3.5-9.84 8.17C2.89 9.45 3.89 9 5 9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/paragliding.svg b/mkdocs-material/material/templates/.icons/material/paragliding.svg new file mode 100644 index 0000000..9f16169 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/paragliding.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 17c-1.1 0-2-.89-2-2s.9-2 2-2 2 .9 2 2-.89 2-2 2m7-3h-2c0 2.76-2.24 5-5 5s-5-2.24-5-5H5c0 2.79 1.64 5.19 4 6.32V23h6v-2.68c2.36-1.13 4-3.53 4-6.32m4-6.24c.04.8-.95 1.3-1.59.84-.14-.14-.25-.16-.41-.28L18.97 13H17l-1.5-6.27c-2.29-.23-4.71-.23-7 0L7 13H5.03L3 8.32c-.16.12-.27.14-.41.28-.64.46-1.631-.04-1.59-.84V4s0-3 11-3 11 3 11 3M6.9 7c-.9.2-1.75.43-2.53.71l1.5 3.56zm12.73.71C18.85 7.43 18 7.2 17.1 7l1.03 4.27z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/parking.svg b/mkdocs-material/material/templates/.icons/material/parking.svg new file mode 100644 index 0000000..787e377 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/parking.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.2 11H10V7h3.2a2 2 0 0 1 2 2 2 2 0 0 1-2 2M13 3H6v18h4v-6h3a6 6 0 0 0 6-6c0-3.32-2.69-6-6-6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/party-popper.svg b/mkdocs-material/material/templates/.icons/material/party-popper.svg new file mode 100644 index 0000000..f085072 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/party-popper.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.53 1.45-1.08 1.08 1.6 1.6q.33.375.33.87c0 .495-.11.64-.33.86L11.5 9.47l1 1.08 3.63-3.61c.53-.59.79-1.24.79-1.94s-.26-1.36-.79-1.95zm-3.98 2.02L9.47 4.55l.61.56c.22.22.33.52.33.89s-.11.67-.33.89l-.61.56 1.08 1.08.56-.61c.53-.59.8-1.23.8-1.92 0-.72-.27-1.37-.8-1.97zM21 5.06c-.69 0-1.33.27-1.92.8l-5.63 5.64 1.08 1 5.58-5.56c.25-.25.55-.38.89-.38s.64.13.89.38l.61.61 1.03-1.08-.56-.61c-.59-.53-1.25-.8-1.97-.8M7 8 2 22l14-5zm12 3.06c-.7 0-1.34.27-1.94.8l-1.59 1.59 1.08 1.08 1.59-1.59c.25-.25.53-.38.86-.38s.63.13.88.38l1.62 1.59 1.05-1.03-1.6-1.64c-.59-.53-1.25-.8-1.95-.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/passport-alert.svg b/mkdocs-material/material/templates/.icons/material/passport-alert.svg new file mode 100644 index 0000000..18f92cd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/passport-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 6c-.41.62-.75 1.29-.96 2h1.92A7.2 7.2 0 0 0 10 6m-1.3.22C7.78 6.53 7 7.17 6.54 8H8c.18-.62.4-1.22.7-1.78m2.59 0c.3.56.53 1.16.71 1.78h1.46c-.46-.83-1.25-1.46-2.17-1.78M6.13 9c-.08.32-.13.65-.13 1s.05.68.13 1h1.69c-.04-.33-.07-.66-.07-1s.03-.67.07-1zm2.7 0c-.05.32-.08.66-.08 1s.03.67.08 1h2.34c.04-.33.08-.66.08-1s-.04-.68-.08-1zm3.35 0c.04.33.07.66.07 1s-.03.67-.07 1h1.69c.08-.32.13-.65.13-1s-.05-.68-.13-1zm-5.64 3c.46.83 1.24 1.46 2.16 1.78-.3-.56-.52-1.15-.7-1.78zm2.5 0c.21.72.55 1.38.96 2 .42-.62.75-1.28.96-2zM12 12c-.18.63-.41 1.22-.71 1.78.92-.32 1.71-.95 2.17-1.78zM4 2c-.53 0-1.04.21-1.41.59C2.21 2.96 2 3.47 2 4v16c0 .53.21 1.04.59 1.41.37.38.88.59 1.41.59h12c.53 0 1.04-.21 1.41-.59.38-.37.59-.88.59-1.41V4c0-.53-.21-1.04-.59-1.41C17.04 2.21 16.53 2 16 2zm6 3c1.33 0 2.6.53 3.54 1.46C14.47 7.4 15 8.67 15 10s-.53 2.6-1.46 3.54C12.6 14.47 11.33 15 10 15s-2.6-.53-3.54-1.46A5.04 5.04 0 0 1 5 10c0-1.33.53-2.6 1.46-3.54C7.4 5.53 8.67 5 10 5m5 12v2H5v-2zm5-10h2v6h-2zm2 8h-2v2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/passport-biometric.svg b/mkdocs-material/material/templates/.icons/material/passport-biometric.svg new file mode 100644 index 0000000..311f409 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/passport-biometric.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 4a2 2 0 0 0-2 2v5h6.13c.46-1.76 2.05-3 3.87-3a4.01 4.01 0 0 1 3.87 3H22V6a2 2 0 0 0-2-2zm8 6a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2M2 13v5a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5h-6.13A4.01 4.01 0 0 1 12 16a4.01 4.01 0 0 1-3.87-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/passport-cancel.svg b/mkdocs-material/material/templates/.icons/material/passport-cancel.svg new file mode 100644 index 0000000..195d329 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/passport-cancel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 2c-.53 0-1.04.21-1.41.59C4.21 2.96 4 3.47 4 4v16c0 .53.21 1.04.59 1.41.37.38.88.59 1.41.59h7c-.54-.88-.9-1.9-1-3H7v-2h5.17c.19-.77.5-1.5.93-2.12a5.036 5.036 0 0 1-4.64-1.34A5.04 5.04 0 0 1 7 10c0-1.33.53-2.6 1.46-3.54C9.4 5.53 10.67 5 12 5s2.6.53 3.54 1.46C16.47 7.4 17 8.67 17 10c0 .82-.2 1.63-.58 2.34.65-.22 1.35-.34 2.08-.34.5 0 1 .06 1.5.17V4c0-.53-.21-1.04-.59-1.41C19.04 2.21 18.53 2 18 2zm6 4c-.41.62-.75 1.29-.96 2h1.92A7.2 7.2 0 0 0 12 6m-1.3.22C9.78 6.53 9 7.17 8.54 8H10c.18-.62.4-1.22.7-1.78m2.59 0c.3.56.53 1.16.71 1.78h1.46c-.46-.83-1.25-1.46-2.17-1.78M8.13 9c-.08.32-.13.65-.13 1s.05.68.13 1h1.69c-.04-.33-.07-.66-.07-1s.03-.67.07-1zm2.7 0c-.05.32-.08.66-.08 1s.03.67.08 1h2.34c.04-.33.08-.66.08-1s-.04-.68-.08-1zm3.35 0c.04.33.07.66.07 1s-.03.67-.07 1h1.69c.08-.32.13-.65.13-1s-.05-.68-.13-1zm-5.64 3c.46.83 1.24 1.46 2.16 1.78-.3-.56-.52-1.15-.7-1.78zm2.5 0c.21.72.55 1.38.96 2 .42-.62.75-1.28.96-2zM14 12c-.18.63-.41 1.22-.71 1.78.92-.32 1.71-.95 2.17-1.78zm4.5 11c2.5 0 4.5-2 4.5-4.5S21 14 18.5 14 14 16 14 18.5s2 4.5 4.5 4.5m-2.58-6L20 21.09c-.42.26-.94.41-1.5.41-1.66 0-3-1.34-3-3 0-.56.15-1.08.42-1.5m5.58 1.5c0 .56-.15 1.08-.41 1.5L17 15.92c.42-.27.94-.42 1.5-.42 1.66 0 3 1.34 3 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/passport-check.svg b/mkdocs-material/material/templates/.icons/material/passport-check.svg new file mode 100644 index 0000000..d861905 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/passport-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 6c-.41.62-.75 1.29-.96 2h1.92A7.2 7.2 0 0 0 12 6m-1.3.22C9.78 6.53 9 7.17 8.54 8H10c.18-.62.4-1.22.7-1.78m2.59 0c.3.56.53 1.16.71 1.78h1.46c-.46-.83-1.25-1.46-2.17-1.78M8.13 9c-.08.32-.13.65-.13 1s.05.68.13 1h1.69c-.04-.33-.07-.66-.07-1s.03-.67.07-1zm2.7 0c-.05.32-.08.66-.08 1s.03.67.08 1h2.34c.04-.33.08-.66.08-1s-.04-.68-.08-1zm3.35 0c.04.33.07.66.07 1s-.03.67-.07 1h1.69c.08-.32.13-.65.13-1s-.05-.68-.13-1zm-5.64 3c.46.83 1.24 1.46 2.16 1.78-.3-.56-.52-1.15-.7-1.78zm2.5 0c.21.72.55 1.38.96 2 .42-.62.75-1.28.96-2zM14 12c-.18.63-.41 1.22-.71 1.78.92-.32 1.71-.95 2.17-1.78zM6 2c-.53 0-1.04.21-1.41.59C4.21 2.96 4 3.47 4 4v16c0 .53.21 1.04.59 1.41.37.38.88.59 1.41.59h8.8c-.51-.88-.8-1.91-.8-3H7v-2h7.34c.83-2.33 3.05-4 5.66-4V4c0-.53-.21-1.04-.59-1.41C19.04 2.21 18.53 2 18 2zm6 3c1.33 0 2.6.53 3.54 1.46C16.47 7.4 17 8.67 17 10s-.53 2.6-1.46 3.54C14.6 14.47 13.33 15 12 15s-2.6-.53-3.54-1.46A5.04 5.04 0 0 1 7 10c0-1.33.53-2.6 1.46-3.54C9.4 5.53 10.67 5 12 5m6.75 17.16-2.75-3L17.16 18l1.59 1.59L22.34 16l1.16 1.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/passport-minus.svg b/mkdocs-material/material/templates/.icons/material/passport-minus.svg new file mode 100644 index 0000000..3192e37 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/passport-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 6c-.41.62-.75 1.29-.96 2h1.92A7.2 7.2 0 0 0 12 6m-1.3.22C9.78 6.53 9 7.17 8.54 8H10c.18-.62.4-1.22.7-1.78m2.59 0c.3.56.53 1.16.71 1.78h1.46c-.46-.83-1.25-1.46-2.17-1.78M8.13 9c-.08.32-.13.65-.13 1s.05.68.13 1h1.69c-.04-.33-.07-.66-.07-1s.03-.67.07-1zm2.7 0c-.05.32-.08.66-.08 1s.03.67.08 1h2.34c.04-.33.08-.66.08-1s-.04-.68-.08-1zm3.35 0c.04.33.07.66.07 1s-.03.67-.07 1h1.69c.08-.32.13-.65.13-1s-.05-.68-.13-1zm-5.64 3c.46.83 1.24 1.46 2.16 1.78-.3-.56-.52-1.15-.7-1.78zm2.5 0c.21.72.55 1.38.96 2 .42-.62.75-1.28.96-2zM14 12c-.18.63-.41 1.22-.71 1.78.92-.32 1.71-.95 2.17-1.78zM6 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h7.803A6 6 0 0 1 13 19H7v-2h6.341A6 6 0 0 1 20 13.083V4a2 2 0 0 0-2-2zm6 3a5 5 0 1 1 0 10 5 5 0 0 1 0-10m11 15v-2h-8v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/passport-plus.svg b/mkdocs-material/material/templates/.icons/material/passport-plus.svg new file mode 100644 index 0000000..caf4195 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/passport-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 6c-.41.62-.75 1.29-.96 2h1.92A7.2 7.2 0 0 0 12 6m-1.3.22C9.78 6.53 9 7.17 8.54 8H10c.18-.62.4-1.22.7-1.78m2.59 0c.3.56.53 1.16.71 1.78h1.46c-.46-.83-1.25-1.46-2.17-1.78M8.13 9c-.08.32-.13.65-.13 1s.05.68.13 1h1.69c-.04-.33-.07-.66-.07-1s.03-.67.07-1zm2.7 0c-.05.32-.08.66-.08 1s.03.67.08 1h2.34c.04-.33.08-.66.08-1s-.04-.68-.08-1zm3.35 0c.04.33.07.66.07 1s-.03.67-.07 1h1.69c.08-.32.13-.65.13-1s-.05-.68-.13-1zm-5.64 3c.46.83 1.24 1.46 2.16 1.78-.3-.56-.52-1.15-.7-1.78zm2.5 0c.21.72.55 1.38.96 2 .42-.62.75-1.28.96-2zM14 12c-.18.63-.41 1.22-.71 1.78.92-.32 1.71-.95 2.17-1.78zM6 2c-.53 0-1.04.21-1.41.59C4.21 2.96 4 3.47 4 4v16c0 .53.21 1.04.59 1.41.37.38.88.59 1.41.59h7.8c-.51-.88-.8-1.91-.8-3H7v-2h6.34c.83-2.33 3.05-4 5.66-4 .34 0 .68.03 1 .08V4c0-.53-.21-1.04-.59-1.41C19.04 2.21 18.53 2 18 2zm6 3c1.33 0 2.6.53 3.54 1.46C16.47 7.4 17 8.67 17 10s-.53 2.6-1.46 3.54C14.6 14.47 13.33 15 12 15s-2.6-.53-3.54-1.46A5.04 5.04 0 0 1 7 10c0-1.33.53-2.6 1.46-3.54C9.4 5.53 10.67 5 12 5m6 13v-3h2v3h3v2h-3v3h-2v-3h-3v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/passport-remove.svg b/mkdocs-material/material/templates/.icons/material/passport-remove.svg new file mode 100644 index 0000000..638335b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/passport-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 6c-.41.62-.75 1.29-.96 2h1.92A7.2 7.2 0 0 0 12 6m-1.3.22C9.78 6.53 9 7.17 8.54 8H10c.18-.62.4-1.22.7-1.78m2.59 0c.3.56.53 1.16.71 1.78h1.46c-.46-.83-1.25-1.46-2.17-1.78M8.13 9c-.08.32-.13.65-.13 1s.05.68.13 1h1.69c-.04-.33-.07-.66-.07-1s.03-.67.07-1zm2.7 0c-.05.32-.08.66-.08 1s.03.67.08 1h2.34c.04-.33.08-.66.08-1s-.04-.68-.08-1zm3.35 0c.04.33.07.66.07 1s-.03.67-.07 1h1.69c.08-.32.13-.65.13-1s-.05-.68-.13-1zm-5.64 3c.46.83 1.24 1.46 2.16 1.78-.3-.56-.52-1.15-.7-1.78zm2.5 0c.21.72.55 1.38.96 2 .42-.62.75-1.28.96-2zM14 12c-.18.63-.41 1.22-.71 1.78.92-.32 1.71-.95 2.17-1.78zM6 2c-.53 0-1.04.21-1.41.59C4.21 2.96 4 3.47 4 4v16c0 .53.21 1.04.59 1.41.37.38.88.59 1.41.59h7.8c-.51-.88-.8-1.91-.8-3H7v-2h6.34c.83-2.33 3.05-4 5.66-4 .34 0 .68.03 1 .08V4c0-.53-.21-1.04-.59-1.41C19.04 2.21 18.53 2 18 2zm6 3c1.33 0 2.6.53 3.54 1.46C16.47 7.4 17 8.67 17 10s-.53 2.6-1.46 3.54C14.6 14.47 13.33 15 12 15s-2.6-.53-3.54-1.46A5.04 5.04 0 0 1 7 10c0-1.33.53-2.6 1.46-3.54C9.4 5.53 10.67 5 12 5m3.46 11.88 1.42-1.42L19 17.59l2.12-2.12 1.42 1.41L20.41 19l2.13 2.12-1.42 1.42L19 20.41l-2.12 2.13-1.42-1.42L17.59 19l-2.12-2.12Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/passport.svg b/mkdocs-material/material/templates/.icons/material/passport.svg new file mode 100644 index 0000000..a0c6330 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/passport.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm6 3a5 5 0 0 1 5 5 5 5 0 0 1-5 5 5 5 0 0 1-5-5 5 5 0 0 1 5-5m0 1c-.41.62-.75 1.29-.96 2h1.92A7.2 7.2 0 0 0 12 6m-1.3.22C9.78 6.53 9 7.17 8.54 8H10c.18-.62.4-1.22.7-1.78m2.59 0c.3.56.53 1.16.71 1.78h1.46c-.46-.83-1.25-1.46-2.17-1.78M8.13 9c-.08.32-.13.65-.13 1s.05.68.13 1h1.69c-.04-.33-.07-.66-.07-1s.03-.67.07-1zm2.7 0c-.05.32-.08.66-.08 1s.03.67.08 1h2.34c.04-.33.08-.66.08-1s-.04-.68-.08-1zm3.35 0c.04.33.07.66.07 1s-.03.67-.07 1h1.69c.08-.32.13-.65.13-1s-.05-.68-.13-1zm-5.64 3c.46.83 1.24 1.46 2.16 1.78-.3-.56-.52-1.15-.7-1.78zm2.5 0c.21.72.55 1.38.96 2 .42-.62.75-1.28.96-2zM14 12c-.18.63-.41 1.22-.71 1.78.92-.32 1.71-.95 2.17-1.78zm-7 5h10v2H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pasta.svg b/mkdocs-material/material/templates/.icons/material/pasta.svg new file mode 100644 index 0000000..17331dd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pasta.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 16.5V8H3V7h1V6H3V5h1V4H3V3h6c.5.03.95.24 1.34.63s.61.87.66 1.37h10v1H11c-.05.53-.27 1-.66 1.43S9.5 8.05 9 8H7v7.05c.05 0 .13-.01.24-.05s.2 0 .26 0q.84 0 1.92.42c.41-.92 1.11-1.74 2.11-2.42s2-1 3-1c1.53 0 2.83.53 3.89 1.59S20 15.95 20 17.5v.27c0 .13-.03.2-.03.23H3.14c.13-.5.41-1 .86-1.5m2-1.27V8H5v7.7c.5-.25.81-.4 1-.47M9 7V6H7v1zm0-3H7v1h2zM5 4v1h1V4zm0 2v1h1V6zM2 19h20l-2 2H4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/patio-heater.svg b/mkdocs-material/material/templates/.icons/material/patio-heater.svg new file mode 100644 index 0000000..e0bef13 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/patio-heater.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 22H9v-1h6zm4-18-4-2H9L5 4zM8 5l.4 1h7.2l.4-1zm2 5h1v5c-.6 0-1 .4-1 1v4h4v-4c0-.6-.4-1-1-1v-5h1l.4-1H9.6zm-.8-2h5.6l.4-1H8.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/patreon.svg b/mkdocs-material/material/templates/.icons/material/patreon.svg new file mode 100644 index 0000000..028cce1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/patreon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.82 2.41c3.96 0 7.18 3.24 7.18 7.21 0 3.96-3.22 7.18-7.18 7.18-3.97 0-7.21-3.22-7.21-7.18 0-3.97 3.24-7.21 7.21-7.21M2 21.6h3.5V2.41H2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pause-box-outline.svg b/mkdocs-material/material/templates/.icons/material/pause-box-outline.svg new file mode 100644 index 0000000..c8187cf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pause-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m0 16H5V5h14zm-6-3V8h2v8zm-4 0V8h2v8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pause-box.svg b/mkdocs-material/material/templates/.icons/material/pause-box.svg new file mode 100644 index 0000000..24ee5e7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pause-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5c-1.1 0-2 .9-2 2v14a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2V5a2 2 0 0 0-2-2m-8 13H9V8h2zm4 0h-2V8h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pause-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/pause-circle-outline.svg new file mode 100644 index 0000000..4183a2f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pause-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 16V8h2v8zm-4 0V8h2v8zm3-14a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pause-circle.svg b/mkdocs-material/material/templates/.icons/material/pause-circle.svg new file mode 100644 index 0000000..39d3230 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pause-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 16h-2V8h2m-4 8H9V8h2m1-6A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pause-octagon-outline.svg b/mkdocs-material/material/templates/.icons/material/pause-octagon-outline.svg new file mode 100644 index 0000000..1f59b7a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pause-octagon-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 16h-2V8h2zm-4 0H9V8h2zm4.73-13L21 8.27v7.46L15.73 21H8.27L3 15.73V8.27L8.27 3zm-.83 2H9.1L5 9.1v5.8L9.1 19h5.8l4.1-4.1V9.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pause-octagon.svg b/mkdocs-material/material/templates/.icons/material/pause-octagon.svg new file mode 100644 index 0000000..bdcec52 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pause-octagon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.73 3 21 8.27v7.46L15.73 21H8.27L3 15.73V8.27L8.27 3zM15 16V8h-2v8zm-4 0V8H9v8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pause.svg b/mkdocs-material/material/templates/.icons/material/pause.svg new file mode 100644 index 0000000..0a0533c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pause.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 19h4V5h-4M6 19h4V5H6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/paw-off-outline.svg b/mkdocs-material/material/templates/.icons/material/paw-off-outline.svg new file mode 100644 index 0000000..adea47f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/paw-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.83 8.25c-.27-.75-.78-1.29-1.44-1.57-1.17-.5-2.59-.08-3.69.98q.165-.435.3-.93c.25-1.35 0-2.7-.62-3.61-.43-.62-1.05-1.01-1.74-1.12-1.54-.22-3.07 1.08-3.71 3-.65-1.95-2.19-3.24-3.74-3-.69.12-1.31.53-1.74 1.16l-.03.06 1.49 1.49c.05-.17.09-.31.19-.42.12-.17.26-.29.4-.29.5-.09 1.38.69 1.66 2.1.07.34.08.65.06.9l1.66 1.68c.01-.03.03-.06.05-.1.04.11.11.2.16.31l1.34 1.34a2.3 2.3 0 0 0 .98.22c.72 0 1.42-.33 2.02-.88-.43 1.07-.47 2.16-.14 3.06.27.72.78 1.28 1.44 1.57.34.14.7.21 1.07.21 1.38 0 2.86-1.01 3.7-2.64.58-1.19.71-2.47.33-3.52M16 6.33c-.28 1.4-1.17 2.17-1.66 2.11-.06-.01-.22-.03-.4-.29-.25-.36-.44-1.08-.24-2.05.27-1.34 1.1-2.1 1.59-2.1h.07c.14 0 .27.11.39.27.32.46.43 1.27.25 2.06m4.7 4.54c-.58 1.13-1.62 1.73-2.17 1.49-.06-.02-.25-.1-.37-.43-.16-.5-.09-1.25.23-1.93.51-.96 1.35-1.53 1.94-1.53.1 0 .17.03.27.03.15.08.27.22.35.44.14.4.15 1.12-.25 1.93M1.11 3 4.8 6.69c-.74-.28-1.51-.3-2.2-.01-.66.29-1.17.85-1.43 1.59-.377 1.04-.251 2.31.33 3.5.84 1.63 2.32 2.64 3.71 2.64.36 0 .72-.07 1.06-.21.66-.29 1.17-.85 1.44-1.57.29-.84.29-1.86-.07-2.87.19.15.4.27.6.37l1.49 1.49c-.79.88-1.46 2.08-2.26 2.88-1.06 1.09-2.85 1.89-3.03 3.38-.13 1.08.56 2.38 1.56 2.87.35.18.72.25 1.1.25 1.51 0 3.2-1.13 4.79-1.13 1.61 0 3.29 1.1 4.82 1.1.37 0 .73-.06 1.08-.22.21-.1.44-.25.64-.43l2.41 2.41 1.27-1.27L2.39 1.73zm10.04 10.04L17 18.9c0 .01-.03.02-.04.03a.6.6 0 0 1-.25.04c-.43 0-1.08-.22-1.71-.43-.92-.31-1.97-.67-3.11-.67s-2.19.37-3.11.69c-.63.21-1.28.44-1.68.44-.13 0-.18 0-.22-.05-.22-.11-.48-.58-.45-.83.07-.23.8-.81 1.16-1.12.44-.32.91-.67 1.3-1.09.55-.55 1-1.18 1.44-1.79.22-.32.53-.74.82-1.08M5.6 10c.33.68.4 1.43.24 1.93-.13.33-.31.41-.37.43-.55.24-1.59-.36-2.17-1.49-.4-.81-.39-1.52-.25-1.93.08-.21.2-.36.35-.44.1 0 .17-.04.28-.04.58 0 1.42.57 1.92 1.54"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/paw-off.svg b/mkdocs-material/material/templates/.icons/material/paw-off.svg new file mode 100644 index 0000000..4b02109 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/paw-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 4.27 3.28 3 21.5 21.22l-1.27 1.28-2-2c-.14.1-.29.18-.44.25-1.79.82-3.91-.88-5.9-.88s-4.13 1.77-5.89.88c-1-.49-1.69-1.79-1.56-2.87.18-1.49 1.97-2.29 3.03-3.38.74-.73 1.37-1.81 2.08-2.68zM8.35 3c1.18-.17 2.43 1.12 2.79 2.9.18.85.12 1.66-.14 2.29L7.03 4.2c.26-.65.72-1.1 1.32-1.2m7.15 0c1.19.19 1.85 1.77 1.5 3.54-.38 1.78-1.63 3.07-2.81 2.89-1.19-.18-1.84-1.76-1.47-3.53.36-1.78 1.61-3.07 2.78-2.9M3 7.6c1.14-.49 2.69.4 3.5 1.95.76 1.58.5 3.24-.63 3.73s-2.67-.39-3.46-1.96S1.9 8.08 3 7.6m18 0c1.1.48 1.38 2.15.59 3.72s-2.33 2.45-3.46 1.96-1.39-2.15-.63-3.73C18.31 8 19.86 7.11 21 7.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/paw-outline.svg b/mkdocs-material/material/templates/.icons/material/paw-outline.svg new file mode 100644 index 0000000..e88bed0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/paw-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.83 8.25c-.27-.75-.78-1.29-1.43-1.57-1.17-.5-2.59-.08-3.7.98q.165-.435.3-.93c.25-1.35.03-2.7-.62-3.61-.43-.62-1.05-1.01-1.74-1.12-1.54-.22-3.07 1.08-3.71 3-.64-1.95-2.19-3.24-3.74-3-.69.12-1.31.53-1.74 1.16-.64.93-.84 2.23-.56 3.58.05.26.11.5.2.73C5 6.56 3.7 6.2 2.6 6.68c-.66.29-1.16.85-1.43 1.59-.376 1.04-.25 2.31.33 3.5.84 1.63 2.32 2.64 3.71 2.64.36 0 .72-.07 1.06-.21.66-.29 1.17-.85 1.44-1.57.32-.84.29-1.86-.07-2.87.55.43 1.17.69 1.81.69.12 0 .25-.01.37-.03.68-.1 1.3-.5 1.73-1.12.15-.22.28-.46.38-.72.1.26.22.5.37.71.43.62 1.05 1.02 1.74 1.13.12.02.25.03.37.03.72 0 1.42-.33 2.02-.88-.43 1.07-.47 2.16-.14 3.06.27.73.78 1.28 1.44 1.57.34.14.7.21 1.07.21 1.38 0 2.86-1.01 3.7-2.64.58-1.19.71-2.47.33-3.52M5.84 11.93c-.12.33-.31.41-.37.43-.55.24-1.59-.36-2.17-1.49-.4-.81-.39-1.52-.25-1.93.08-.21.2-.36.35-.44.1 0 .18-.04.28-.04.58 0 1.42.57 1.92 1.54.33.68.43 1.43.24 1.93m4.07-3.77c-.12.16-.25.26-.41.28-.5.06-1.36-.71-1.65-2.1-.2-.96 0-1.68.25-2.05.12-.17.26-.29.4-.29.5-.09 1.38.69 1.66 2.1.2.97 0 1.7-.25 2.06M16 6.33c-.28 1.4-1.17 2.17-1.66 2.11-.06-.01-.22-.03-.4-.29-.25-.36-.44-1.08-.24-2.05.27-1.34 1.1-2.1 1.59-2.1h.07c.14 0 .27.11.39.27.32.46.43 1.27.25 2.06m4.7 4.54c-.58 1.13-1.62 1.73-2.17 1.49-.06-.02-.25-.1-.37-.43-.16-.5-.09-1.25.23-1.93.51-.96 1.36-1.53 1.94-1.53.1 0 .17.03.27.03h.01c.15.08.26.22.34.44.15.4.16 1.12-.25 1.93m-4.4 3.63c-1.35-1.45-2.41-4.06-4.41-4.06-2.01 0-3.01 2.65-4.42 4.06-1.06 1.09-2.85 1.89-3.03 3.38-.13 1.08.56 2.38 1.56 2.87.35.18.72.25 1.1.25 1.51 0 3.2-1.13 4.79-1.13 1.61 0 3.29 1.1 4.82 1.1.37 0 .73-.06 1.08-.22.86-.39 1.58-1.43 1.54-2.37-.07-1.63-1.92-2.66-3.03-3.88m.66 4.43a.6.6 0 0 1-.25.04c-.42 0-1.08-.22-1.71-.43-.92-.31-1.97-.67-3.11-.67s-2.19.37-3.11.69c-.63.21-1.28.44-1.68.44-.13 0-.18 0-.22-.05-.22-.11-.48-.58-.45-.83.07-.23.8-.81 1.16-1.12.44-.32.91-.67 1.3-1.09.55-.55 1-1.18 1.44-1.79.45-.62 1.2-1.68 1.56-1.68.4 0 1.19 1.12 1.67 1.78.39.56.8 1.13 1.26 1.63.39.42.8.79 1.18 1.15.54.45 1.32 1.14 1.33 1.44-.01.14-.21.42-.37.49"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/paw.svg b/mkdocs-material/material/templates/.icons/material/paw.svg new file mode 100644 index 0000000..21c6617 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/paw.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.35 3c1.18-.17 2.43 1.12 2.79 2.9.36 1.77-.29 3.35-1.47 3.53-1.17.18-2.43-1.11-2.8-2.89-.37-1.77.3-3.35 1.48-3.54m7.15 0c1.19.19 1.85 1.77 1.5 3.54-.38 1.78-1.63 3.07-2.81 2.89-1.19-.18-1.84-1.76-1.47-3.53.36-1.78 1.61-3.07 2.78-2.9M3 7.6c1.14-.49 2.69.4 3.5 1.95.76 1.58.5 3.24-.63 3.73s-2.67-.39-3.46-1.96S1.9 8.08 3 7.6m18 0c1.1.48 1.38 2.15.59 3.72s-2.33 2.45-3.46 1.96-1.39-2.15-.63-3.73C18.31 8 19.86 7.11 21 7.6m-1.67 10.78c.04.94-.68 1.98-1.54 2.37-1.79.82-3.91-.88-5.9-.88s-4.13 1.77-5.89.88c-1-.49-1.69-1.79-1.56-2.87.18-1.49 1.97-2.29 3.03-3.38 1.41-1.41 2.41-4.06 4.42-4.06 2 0 3.06 2.61 4.41 4.06 1.11 1.22 2.96 2.25 3.03 3.88"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/peace.svg b/mkdocs-material/material/templates/.icons/material/peace.svg new file mode 100644 index 0000000..0cfa49a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/peace.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m-1 12.41v5.52a8 8 0 0 1-3.9-1.62zm2 0 3.9 3.9a8 8 0 0 1-3.9 1.62zM4 12c0-4.03 3-7.43 7-7.93v7.52L5.69 16.9A7.9 7.9 0 0 1 4 12m14.31 4.9L13 11.59V4.07c4 .5 7 3.9 7 7.93 0 1.78-.59 3.5-1.69 4.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/peanut-off-outline.svg b/mkdocs-material/material/templates/.icons/material/peanut-off-outline.svg new file mode 100644 index 0000000..42f9668 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/peanut-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22.11 21.46-1.27 1.27-3.15-3.15c-.33.63-.76 1.19-1.28 1.67a6.43 6.43 0 0 1-5.8 1.6c-3.51-.75-5.74-4.21-4.99-7.72.25-1.18.83-2.26 1.66-3.13a.93.93 0 0 0 0-1.28 6 6 0 0 1-1.24-2.79L1.11 3l1.28-1.27zm-6.81-1.9c.39-.43.7-.93.89-1.48l-2.44-2.44c-.18.23-.46.36-.75.36-.55 0-1-.45-1-1 0-.29.13-.57.36-.75l-2.81-2.81c-.02.74-.31 1.44-.82 1.97-1.7 1.81-1.6 4.66.21 6.36l.01.01a4.5 4.5 0 0 0 6.35-.22M14 17c-1.29 0-1.28 2 0 2s1.29-2 0-2M6.9 3.7l1.53 1.53c.25-.52.62-.98 1.07-1.34.7-.58 1.59-.89 2.5-.89h.88c.59.14 1.12.41 1.62.79 1.72 1.38 2 3.9.62 5.62a3 3 0 0 0-.67 1.84l3.87 3.87c-.25-1.15-.82-2.2-1.6-3.06-.35-.36-.39-.93-.1-1.34C16.62 10.72 18 9 18 7S15.97.997 12 .997 6.9 3.7 6.9 3.7M12 17c0-1.29-2-1.28-2 0s2 1.29 2 0m1-12c-1.29 0-1.28 2 0 2s1.29-2 0-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/peanut-off.svg b/mkdocs-material/material/templates/.icons/material/peanut-off.svg new file mode 100644 index 0000000..697c097 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/peanut-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.9 10.12a5 5 0 0 0-2.82-8A5.7 5.7 0 0 0 12 2a5 5 0 0 0-4.32 2.5l8.7 8.68a4 4 0 0 0-.34-.41 2 2 0 0 1-.14-2.65M13 7a1 1 0 1 1 1-1 1 1 0 0 1-1 1m-6-.61L2.39 1.73 1.11 3 7.8 9.69c.1.15.2.31.31.43a2 2 0 0 1-.11 2.6 5.5 5.5 0 0 0 2.81 9.15A5.4 5.4 0 0 0 12 22a5.5 5.5 0 0 0 5-3.14l3.87 3.87 1.27-1.27M11 18a1 1 0 1 1 1-1 1 1 0 0 1-1 1m3 1a1 1 0 1 1 1-1 1 1 0 0 1-1 1m-1-3a1 1 0 0 1-1-1 1 1 0 0 1 .35-.76l1.41 1.41A1 1 0 0 1 13 16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/peanut-outline.svg b/mkdocs-material/material/templates/.icons/material/peanut-outline.svg new file mode 100644 index 0000000..5172ab1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/peanut-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 23c-.47 0-.93-.05-1.39-.15-3.51-.75-5.74-4.21-4.99-7.72.25-1.18.83-2.26 1.66-3.13a.93.93 0 0 0 0-1.28c-2.08-2.58-1.68-6.36.9-8.44s6.36-1.673 8.44.91c1.77 2.19 1.77 5.31 0 7.53-.29.41-.25.98.1 1.34 2.45 2.62 2.32 6.74-.31 9.19A6.44 6.44 0 0 1 12 23m0-20c-.91 0-1.8.31-2.5.89a3.98 3.98 0 0 0-.62 5.61c.96 1.14.89 2.83-.15 3.91-1.7 1.81-1.6 4.66.21 6.36s4.66 1.61 6.36-.21a4.5 4.5 0 0 0 0-6.15 3 3 0 0 1-.18-4 4 4 0 0 0-.62-5.62c-.5-.38-1.03-.65-1.62-.79zm0 3c0 .55.45 1 1 1s1-.45 1-1-.45-1-1-1-1 .45-1 1m2 13c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1m-1-3c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1m-2 2c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/peanut.svg b/mkdocs-material/material/templates/.icons/material/peanut.svg new file mode 100644 index 0000000..ba6b399 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/peanut.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 12.77a2 2 0 0 1-.14-2.65 5 5 0 0 0-2.82-8A5.7 5.7 0 0 0 12 2a5 5 0 0 0-5 5 5 5 0 0 0 1.11 3.12 2 2 0 0 1-.11 2.6 5.5 5.5 0 0 0 2.81 9.15A5.4 5.4 0 0 0 12 22a5.5 5.5 0 0 0 4-9.23M13 5a1 1 0 1 1-1 1 1 1 0 0 1 1-1m-2 13a1 1 0 1 1 1-1 1 1 0 0 1-1 1m1-3a1 1 0 1 1 1 1 1 1 0 0 1-1-1m2 4a1 1 0 1 1 1-1 1 1 0 0 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pen-lock.svg b/mkdocs-material/material/templates/.icons/material/pen-lock.svg new file mode 100644 index 0000000..7ba8cbf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pen-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.7 7c-.3.4-.7.7-.7 1s.3.6.6 1c.5.5 1 .9.9 1.4 0 .5-.5 1-1 1.5L17.4 16 16 14.7l4.2-4.2-1-1-1.4 1.4L14 7.1l4-3.8c.4-.4 1-.4 1.4 0l2.3 2.3c.4.4.4 1.1 0 1.4M4 17.2l9.6-9.6 3.7 3.8L7.8 21H4zM8 5v-.5C8 3.1 6.9 2 5.5 2S3 3.1 3 4.5V5c-.6 0-1 .4-1 1v4c0 .6.4 1 1 1h5c.6 0 1-.4 1-1V6c0-.6-.4-1-1-1M7 5H4v-.5C4 3.7 4.7 3 5.5 3S7 3.7 7 4.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pen-minus.svg b/mkdocs-material/material/templates/.icons/material/pen-minus.svg new file mode 100644 index 0000000..3314591 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pen-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.7 7c-.3.4-.7.7-.7 1s.3.6.6 1c.5.5 1 .9.9 1.4 0 .5-.5 1-1 1.5L16.4 16 15 14.7l4.2-4.2-1-1-1.4 1.4L13 7.1l4-3.8c.4-.4 1-.4 1.4 0l2.3 2.3c.4.4.4 1.1 0 1.4M3 17.2l9.6-9.6 3.7 3.8L6.8 21H3zM10 5v2H2V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pen-off.svg b/mkdocs-material/material/templates/.icons/material/pen-off.svg new file mode 100644 index 0000000..619b193 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pen-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.3 5 1 6.3l6.5 6.5L3 17.2V21h3.8l4.5-4.5 6.5 6.5 1.3-1.3zm14.6 5.9-3.8-3.8L17 3.3c.4-.4 1-.4 1.4 0l2.3 2.3c.4.4.4 1 0 1.4-.3.4-.7.7-.7 1s.3.7.6 1c.5.5 1 1 .9 1.4 0 .5-.5 1-1 1.5L16.4 16 15 14.7l4.2-4.2-1-1zm-6.9-.7 2.5-2.5 3.8 3.8-2.5 2.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pen-plus.svg b/mkdocs-material/material/templates/.icons/material/pen-plus.svg new file mode 100644 index 0000000..d7c1dee --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pen-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.7 7c-.3.4-.7.7-.7 1s.3.6.6 1c.5.5 1 .9.9 1.4 0 .5-.5 1-1 1.5L16.4 16 15 14.7l4.2-4.2-1-1-1.4 1.4L13 7.1l4-3.8c.4-.4 1-.4 1.4 0l2.3 2.3c.4.4.4 1.1 0 1.4M3 17.2l9.6-9.6 3.7 3.8L6.8 21H3zM7 2v3h3v2H7v3H5V7H2V5h3V2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pen-remove.svg b/mkdocs-material/material/templates/.icons/material/pen-remove.svg new file mode 100644 index 0000000..3428571 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pen-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.7 7c-.3.4-.7.7-.7 1s.3.6.6 1c.5.5 1 .9.9 1.4 0 .5-.5 1-1 1.5L16.4 16 15 14.7l4.2-4.2-1-1-1.4 1.4L13 7.1l4-3.8c.4-.4 1-.4 1.4 0l2.3 2.3c.4.4.4 1.1 0 1.4M3 17.2l9.6-9.6 3.7 3.8L6.8 21H3zm.88-14.74L6 4.59l2.12-2.13 1.42 1.42L7.41 6l2.13 2.12-1.42 1.42L6 7.41 3.88 9.54 2.46 8.12 4.59 6 2.46 3.88z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pen.svg b/mkdocs-material/material/templates/.icons/material/pen.svg new file mode 100644 index 0000000..68acf87 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pen.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.71 7.04c-.34.34-.67.67-.68 1-.03.32.31.65.63.96.48.5.95.95.93 1.44s-.53 1-1.04 1.5l-4.13 4.14L15 14.66l4.25-4.24-.96-.96-1.42 1.41-3.75-3.75 3.84-3.83c.39-.39 1.04-.39 1.41 0l2.34 2.34c.39.37.39 1.02 0 1.41M3 17.25l9.56-9.57 3.75 3.75L6.75 21H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pencil-box-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/pencil-box-multiple-outline.svg new file mode 100644 index 0000000..cb63bf5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pencil-box-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 6H2v14a2 2 0 0 0 2 2h14v-2H4zm14.7 1.35-1 1-2.05-2.05 1-1c.21-.22.56-.22.77 0l1.28 1.28c.22.21.22.56 0 .77M9 12.94l6.06-6.06 2.06 2.06L11.06 15H9zM20 4v12H8V4zm0-2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pencil-box-multiple.svg b/mkdocs-material/material/templates/.icons/material/pencil-box-multiple.svg new file mode 100644 index 0000000..e42d362 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pencil-box-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.22 2H7.78C6.8 2 6 2.8 6 3.78v12.44C6 17.2 6.8 18 7.78 18h12.44c.98 0 1.78-.79 1.78-1.78V3.78C22 2.8 21.2 2 20.22 2m-9.16 13H9v-2.06l6.06-6.06 2.06 2.06zm7.64-7.65-1 1-2.05-2.05 1-1c.21-.22.56-.22.77 0l1.28 1.28c.22.21.22.56 0 .77M4 6H2v14a2 2 0 0 0 2 2h14v-2H4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pencil-box-outline.svg b/mkdocs-material/material/templates/.icons/material/pencil-box-outline.svg new file mode 100644 index 0000000..94ece22 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pencil-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 19V5H5v14zm0-16a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm-2.3 6.35-1 1-2.05-2.05 1-1c.21-.22.56-.22.77 0l1.28 1.28c.22.21.22.56 0 .77M7 14.94l6.06-6.06 2.06 2.06L9.06 17H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pencil-box.svg b/mkdocs-material/material/templates/.icons/material/pencil-box.svg new file mode 100644 index 0000000..0c780c9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pencil-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm-2.3 6.35c.22-.21.22-.56 0-.77L15.42 7.3a.53.53 0 0 0-.77 0l-1 1 2.05 2.05zM7 14.94V17h2.06l6.06-6.06-2.06-2.06z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pencil-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/pencil-circle-outline.svg new file mode 100644 index 0000000..a657ad8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pencil-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m7 14.94 6.06-6.06 2.06 2.06L9.06 17H7zM12 20a8 8 0 0 0 8-8 8 8 0 0 0-8-8 8 8 0 0 0-8 8 8 8 0 0 0 8 8m4.7-10.65-1 1-2.05-2.05 1-1c.21-.22.56-.22.77 0l1.28 1.28c.22.21.22.56 0 .77M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pencil-circle.svg b/mkdocs-material/material/templates/.icons/material/pencil-circle.svg new file mode 100644 index 0000000..176cf45 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pencil-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2m3.1 5.07c.14 0 .28.05.4.16l1.27 1.27c.23.22.23.57 0 .78l-1 1-2.05-2.05 1-1c.1-.11.24-.16.38-.16m-1.97 1.74 2.06 2.06-6.06 6.06H7.07v-2.06z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pencil-lock-outline.svg b/mkdocs-material/material/templates/.icons/material/pencil-lock-outline.svg new file mode 100644 index 0000000..098bca9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pencil-lock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.1 9 .9.9L7.9 19H7v-.9zm3.6-6c-.2 0-.5.1-.7.3l-1.8 1.8 3.7 3.8L22.7 7c.4-.4.4-1 0-1.4l-2.3-2.3c-.2-.2-.5-.3-.7-.3m-3.6 3.2L5 17.2V21h3.8l11-11.1zM8 5v-.5C8 3.1 6.9 2 5.5 2S3 3.1 3 4.5V5c-.6 0-1 .4-1 1v4c0 .6.4 1 1 1h5c.6 0 1-.4 1-1V6c0-.6-.4-1-1-1M7 5H4v-.5C4 3.7 4.7 3 5.5 3S7 3.7 7 4.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pencil-lock.svg b/mkdocs-material/material/templates/.icons/material/pencil-lock.svg new file mode 100644 index 0000000..bb644fe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pencil-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.5 2A2.5 2.5 0 0 0 3 4.5V5a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1v-.5A2.5 2.5 0 0 0 5.5 2m0 1A1.5 1.5 0 0 1 7 4.5V5H4v-.5A1.5 1.5 0 0 1 5.5 3m14.16 0c-.26 0-.5.09-.69.28l-1.84 1.85 3.75 3.75 1.84-1.85c.39-.39.39-1.03 0-1.4l-2.34-2.35c-.2-.19-.47-.28-.72-.28m-3.6 3.19L5 17.25V21h3.75L19.81 9.94z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pencil-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/pencil-minus-outline.svg new file mode 100644 index 0000000..b73fd5e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pencil-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.1 9 .9.9L5.9 19H5v-.9zm3.6-6c-.2 0-.5.1-.7.3l-1.8 1.8 3.7 3.8L20.7 7c.4-.4.4-1 0-1.4l-2.3-2.3c-.2-.2-.5-.3-.7-.3m-3.6 3.2L3 17.2V21h3.8l11-11.1zM10 5v2H2V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pencil-minus.svg b/mkdocs-material/material/templates/.icons/material/pencil-minus.svg new file mode 100644 index 0000000..d1982c5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pencil-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.7 7c.4-.4.4-1 0-1.4l-2.3-2.3c-.4-.4-1-.4-1.4 0l-1.8 1.8L19 8.9M3 17.2V21h3.8l11-11.1-3.7-3.8zM10 5v2H2V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pencil-off-outline.svg b/mkdocs-material/material/templates/.icons/material/pencil-off-outline.svg new file mode 100644 index 0000000..ea95ae9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pencil-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10 10.2 4-4 3.8 3.8-4 4-1.4-1.4L15 9.9l-.9-.9-2.6 2.6zm10.7-4.6-2.3-2.3c-.2-.2-.5-.3-.7-.3s-.5.1-.7.3l-1.8 1.8L19 8.9 20.7 7c.4-.3.4-1 0-1.4M19 21.7 17.7 23l-6.5-6.5L6.8 21H3v-3.8l4.5-4.5L1 6.3 2.3 5zm-9.2-6.6-.9-.9L5 18.1v.9h.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pencil-off.svg b/mkdocs-material/material/templates/.icons/material/pencil-off.svg new file mode 100644 index 0000000..cd7a8bf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pencil-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.66 2c-.26 0-.5.09-.69.28l-1.84 1.85 3.75 3.75 1.84-1.85c.39-.39.39-1.03 0-1.4l-2.34-2.35c-.2-.19-.47-.28-.72-.28M3.28 4 2 5.28l6.5 6.47-4.5 4.5V20h3.75l4.5-4.5 6.47 6.5L20 20.72l-6.5-6.47-3.75-3.75zm11.78 1.19-4.03 4.03 3.75 3.75 4.03-4.03z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pencil-outline.svg b/mkdocs-material/material/templates/.icons/material/pencil-outline.svg new file mode 100644 index 0000000..7840964 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pencil-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.06 9 .94.94L5.92 19H5v-.92zm3.6-6c-.25 0-.51.1-.7.29l-1.83 1.83 3.75 3.75 1.83-1.83c.39-.39.39-1.04 0-1.41l-2.34-2.34c-.2-.2-.45-.29-.71-.29m-3.6 3.19L3 17.25V21h3.75L17.81 9.94z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pencil-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/pencil-plus-outline.svg new file mode 100644 index 0000000..c701dfd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pencil-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.1 9 .9.9L5.9 19H5v-.9zm3.6-6c-.2 0-.5.1-.7.3l-1.8 1.8 3.7 3.8L20.7 7c.4-.4.4-1 0-1.4l-2.3-2.3c-.2-.2-.5-.3-.7-.3m-3.6 3.2L3 17.2V21h3.8l11-11.1zM7 2v3h3v2H7v3H5V7H2V5h3V2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pencil-plus.svg b/mkdocs-material/material/templates/.icons/material/pencil-plus.svg new file mode 100644 index 0000000..eb4f721 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pencil-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.7 7c.4-.4.4-1 0-1.4l-2.3-2.3c-.4-.4-1-.4-1.4 0l-1.8 1.8L19 8.9M3 17.2V21h3.8l11-11.1-3.7-3.8zM7 2v3h3v2H7v3H5V7H2V5h3V2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pencil-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/pencil-remove-outline.svg new file mode 100644 index 0000000..543fd57 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pencil-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.7 3c-.2 0-.5.1-.7.3l-1.8 1.8 3.7 3.8L20.7 7c.4-.4.4-1 0-1.4l-2.3-2.3c-.2-.2-.5-.3-.7-.3m-3.6 3.2L3 17.2V21h3.8l11-11.1zM5.9 19H5v-.9L14.1 9l.9.9zm-2-16.5L6 4.6l2.1-2.1 1.4 1.4L7.4 6l2.1 2.1-1.4 1.4L6 7.4 3.9 9.5 2.5 8.1 4.6 6 2.5 3.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pencil-remove.svg b/mkdocs-material/material/templates/.icons/material/pencil-remove.svg new file mode 100644 index 0000000..954939d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pencil-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.7 7c.4-.4.4-1 0-1.4l-2.3-2.3c-.4-.4-1-.4-1.4 0l-1.8 1.8L19 8.9M3 17.2V21h3.8l11-11.1-3.7-3.8zm.9-14.8L6 4.5l2.1-2.1 1.4 1.4-2.1 2.1L9.5 8 8.1 9.5 6 7.4 3.9 9.5 2.5 8.1 4.6 6 2.5 3.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pencil-ruler-outline.svg b/mkdocs-material/material/templates/.icons/material/pencil-ruler-outline.svg new file mode 100644 index 0000000..aff0651 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pencil-ruler-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22.61 18.36-4.25 4.25-5.2-5.2 1.77-1.77 1 1 2.47-2.48 1.42 1.42L18.36 17l1.06 1 1.42-1.4zm-16-7.53L1.39 5.64l4.25-4.25L7.4 3.16 4.93 5.64 6 6.7l2.46-2.48 1.42 1.42-1.42 1.41 1 1zM14.06 9l.94.93L5.92 19H5v-.92zm3.61-6c-.25 0-.51.09-.71.29l-1.84 1.83 3.75 3.75L20.71 7c.39-.39.39-1 0-1.41l-2.34-2.3a.98.98 0 0 0-.7-.29m-3.61 3.18L3 17.25V21h3.75L17.81 9.93z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pencil-ruler.svg b/mkdocs-material/material/templates/.icons/material/pencil-ruler.svg new file mode 100644 index 0000000..1e74fb7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pencil-ruler.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 17.25V21h3.75L17.81 9.93l-3.75-3.75zm19.61 1.11-4.25 4.25-5.2-5.2 1.77-1.77 1 1 2.47-2.48 1.42 1.42L18.36 17l1.06 1 1.42-1.4zm-16-7.53L1.39 5.64l4.25-4.25L7.4 3.16 4.93 5.64 6 6.7l2.46-2.48 1.42 1.42-1.42 1.41 1 1zM20.71 7c.39-.39.39-1 0-1.41l-2.34-2.3c-.37-.39-1.02-.39-1.41 0l-1.84 1.83 3.75 3.75z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pencil.svg b/mkdocs-material/material/templates/.icons/material/pencil.svg new file mode 100644 index 0000000..561be68 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pencil.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.71 7.04c.39-.39.39-1.04 0-1.41l-2.34-2.34c-.37-.39-1.02-.39-1.41 0l-1.84 1.83 3.75 3.75M3 17.25V21h3.75L17.81 9.93l-3.75-3.75z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/penguin.svg b/mkdocs-material/material/templates/.icons/material/penguin.svg new file mode 100644 index 0000000..a2006ad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/penguin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 16c0 1.72-.63 3.3-1.66 4.5.41.39.66.91.66 1.5H6c0-.59.25-1.11.66-1.5A6.9 6.9 0 0 1 5 16H3c0-1.25.57-2.36 1.46-3.09l.01-.02A6 6 0 0 0 7 8V7a5 5 0 0 1 5-5 5 5 0 0 1 5 5v1c0 2 1 3.81 2.53 4.89l.01.02c.89.73 1.46 1.84 1.46 3.09zm-3 0a4 4 0 0 0-4-4 4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4m-6-7 2 1.5L14 9l-2-1.5zm0-4a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1m4 0a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pentagon-outline.svg b/mkdocs-material/material/templates/.icons/material/pentagon-outline.svg new file mode 100644 index 0000000..cdd917d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pentagon-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 5 7.6 5.5-2.9 8.9H7.3l-2.9-8.9zm0-2.5L2 9.8l3.8 11.7h12.3L22 9.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pentagon.svg b/mkdocs-material/material/templates/.icons/material/pentagon.svg new file mode 100644 index 0000000..1cadd5e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pentagon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2.5 2 9.8l3.8 11.7h12.4L22 9.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pentagram.svg b/mkdocs-material/material/templates/.icons/material/pentagram.svg new file mode 100644 index 0000000..05368ab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pentagram.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.15 14.4 2.56 7.86L12 17.4l-6.72 4.9 2.57-7.93-6.7-4.87h8.29L12 1.61l2.56 7.89h8.33zm-2.85 2.07 2.56 1.86-.98-3.01zM11 9.5h2l-1-3.03zm-.26 6.97L9.13 15.3l-1 3.07zM18.28 11h-3.23l.62 1.9zm-7.75 0-.91 2.8L12 15.54l2.39-1.72-.92-2.82zm-4.77 0 2.58 1.87.61-1.87z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/percent-box-outline.svg b/mkdocs-material/material/templates/.icons/material/percent-box-outline.svg new file mode 100644 index 0000000..64a5cb9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/percent-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2V5a2 2 0 0 0-2-2m0 16H5V5h14zm-2-3.78c0 .98-.8 1.78-1.78 1.78s-1.77-.8-1.77-1.78.79-1.77 1.77-1.77 1.78.79 1.78 1.77m-8.5 1.81L7 15.53 15.53 7l1.5 1.5zm-1.45-8.2c0-.99.79-1.78 1.78-1.78.98 0 1.77.79 1.77 1.78 0 .98-.79 1.77-1.77 1.77-.99 0-1.78-.79-1.78-1.77"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/percent-box.svg b/mkdocs-material/material/templates/.icons/material/percent-box.svg new file mode 100644 index 0000000..c26cb50 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/percent-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2V5a2 2 0 0 0-2-2M8.83 7.05c.98 0 1.77.79 1.77 1.78 0 .98-.79 1.77-1.77 1.77-.99 0-1.78-.79-1.78-1.77 0-.99.79-1.78 1.78-1.78M15.22 17c-.98 0-1.77-.8-1.77-1.78s.79-1.77 1.77-1.77 1.78.79 1.78 1.77S16.2 17 15.22 17m-6.72.03L7 15.53 15.53 7l1.5 1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/percent-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/percent-circle-outline.svg new file mode 100644 index 0000000..aa7024d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/percent-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 15.22c0 .98-.8 1.78-1.78 1.78s-1.77-.8-1.77-1.78.79-1.77 1.77-1.77 1.78.79 1.78 1.77M8.83 10.6c.98 0 1.77-.79 1.77-1.77 0-.99-.79-1.78-1.77-1.78-.99 0-1.78.79-1.78 1.78 0 .98.79 1.77 1.78 1.77M7 15.53l1.5 1.5 8.53-8.53-1.5-1.5zM22 12c0 5.5-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2s10 4.5 10 10m-2 0c0-4.41-3.59-8-8-8s-8 3.59-8 8 3.59 8 8 8 8-3.59 8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/percent-circle.svg b/mkdocs-material/material/templates/.icons/material/percent-circle.svg new file mode 100644 index 0000000..c9d10d7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/percent-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2M8.83 7.05c.98 0 1.77.79 1.77 1.78 0 .98-.79 1.77-1.77 1.77-.99 0-1.78-.79-1.78-1.77 0-.99.79-1.78 1.78-1.78M15.22 17c-.98 0-1.77-.8-1.77-1.78s.79-1.77 1.77-1.77 1.78.79 1.78 1.77S16.2 17 15.22 17m-6.72.03L7 15.53 15.53 7l1.5 1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/percent-outline.svg b/mkdocs-material/material/templates/.icons/material/percent-outline.svg new file mode 100644 index 0000000..f50dc29 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/percent-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18.5 3.5 2 2-15 15-2-2zM7 4c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3m10 10c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3M7 6c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1m10 10c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/percent.svg b/mkdocs-material/material/templates/.icons/material/percent.svg new file mode 100644 index 0000000..16803f2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/percent.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18.5 3.5-15 15 2 2 15-15M7 4a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3m10 10a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/periodic-table.svg b/mkdocs-material/material/templates/.icons/material/periodic-table.svg new file mode 100644 index 0000000..d432d32 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/periodic-table.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 4v2h2V4zm18 0v2h2V4zM2 7v2h2V7zm3 0v2h2V7zm9 0v2h2V7zm3 0v2h2V7zm3 0v2h2V7zM2 10v2h2v-2zm3 0v2h2v-2zm3 0v2h2v-2zm3 0v2h2v-2zm3 0v2h2v-2zm3 0v2h2v-2zm3 0v2h2v-2zM2 13v2h2v-2zm3 0v2h2v-2zm3 0v2h2v-2zm3 0v2h2v-2zm3 0v2h2v-2zm3 0v2h2v-2zm3 0v2h2v-2zM5 17v2h2v-2zm3 0v2h2v-2zm3 0v2h2v-2zm3 0v2h2v-2zm3 0v2h2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/perspective-less.svg b/mkdocs-material/material/templates/.icons/material/perspective-less.svg new file mode 100644 index 0000000..a1c6317 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/perspective-less.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.56 12 2.67 8H4.78l2.66-8zM7 1 3 5l4 4V6h4V4H7zm10 0v3h-4v2h4v3l4-4zm1 9H6L2 22h20z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/perspective-more.svg b/mkdocs-material/material/templates/.icons/material/perspective-more.svg new file mode 100644 index 0000000..b045207 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/perspective-more.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.56 12 2.67 8H4.78l2.66-8zM17 1l-4 4 4 4V6h4V4h-4zM7 1v3H3v2h4v3l4-4zm11 9H6L2 22h20z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ph.svg b/mkdocs-material/material/templates/.icons/material/ph.svg new file mode 100644 index 0000000..7ea1996 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ph.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 7v10h2v-4h2v4h2V7h-2v4h-2V7zm-2 8v-2a2 2 0 0 0-2-2H5v10h2v-4h2c1.11 0 2-.89 2-2m-2 0H7v-2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/phone-alert-outline.svg new file mode 100644 index 0000000..59ee6ca --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 15.5c-1.2 0-2.5-.2-3.6-.6h-.3c-.3 0-.5.1-.7.3l-2.2 2.2c-2.8-1.5-5.2-3.8-6.6-6.6l2.2-2.2c.3-.3.4-.7.2-1-.3-1.1-.5-2.4-.5-3.6 0-.5-.5-1-1-1H4c-.5 0-1 .5-1 1 0 9.4 7.6 17 17 17 .5 0 1-.5 1-1v-3.5c0-.5-.5-1-1-1M5 5h1.5c.1.9.3 1.8.5 2.6L5.8 8.8C5.4 7.6 5.1 6.3 5 5m14 14c-1.3-.1-2.6-.4-3.8-.8l1.2-1.2c.8.2 1.7.4 2.6.4zm-2-7v-2h2v2zm0-4V2h2v6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-alert.svg b/mkdocs-material/material/templates/.icons/material/phone-alert.svg new file mode 100644 index 0000000..0a4698f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.62 10.79c1.44 2.83 3.76 5.15 6.59 6.59l2.2-2.2c.28-.28.67-.36 1.02-.25 1.12.37 2.32.57 3.57.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1A17 17 0 0 1 3 4c0-.56.45-1 1-1h3.5a1 1 0 0 1 1 1c0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.01zM17 12v-2h2v2zm0-4V2h2v6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-bluetooth-outline.svg b/mkdocs-material/material/templates/.icons/material/phone-bluetooth-outline.svg new file mode 100644 index 0000000..b7a7cf1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-bluetooth-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 15.5c-1.2 0-2.5-.2-3.6-.6h-.3c-.3 0-.5.1-.7.3l-2.2 2.2c-2.8-1.5-5.2-3.8-6.6-6.6l2.2-2.2c.3-.3.4-.7.2-1-.3-1.1-.5-2.4-.5-3.6 0-.5-.5-1-1-1H4c-.5 0-1 .5-1 1 0 9.4 7.6 17 17 17 .5 0 1-.5 1-1v-3.5c0-.5-.5-1-1-1M5 5h1.5c.1.9.3 1.8.5 2.6L5.8 8.8C5.4 7.6 5.1 6.3 5 5m14 14c-1.3-.1-2.6-.4-3.8-.8l1.2-1.2c.8.2 1.7.4 2.6.4zM18 7.21l.94.93-.94.94m0-6.17.94.94-.94.94M14.71 9.5 17 7.21V11h.5l2.85-2.86L18.21 6l2.14-2.15L17.5 1H17v3.79L14.71 2.5l-.71.71L16.79 6 14 8.79z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-bluetooth.svg b/mkdocs-material/material/templates/.icons/material/phone-bluetooth.svg new file mode 100644 index 0000000..995d464 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-bluetooth.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 15.5c-1.25 0-2.45-.2-3.57-.57-.35-.11-.74-.03-1.02.25l-2.2 2.2a15.1 15.1 0 0 1-6.59-6.59l2.2-2.2c.28-.28.36-.67.25-1.02A11.4 11.4 0 0 1 8.5 4a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1 17 17 0 0 0 17 17 1 1 0 0 0 1-1v-3.5a1 1 0 0 0-1-1m-2-8.29.94.93-.94.94m0-6.17.94.94-.94.94M14.71 9.5 17 7.21V11h.5l2.85-2.86L18.21 6l2.14-2.15L17.5 1H17v3.79L14.71 2.5l-.71.71L16.79 6 14 8.79z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-cancel-outline.svg b/mkdocs-material/material/templates/.icons/material/phone-cancel-outline.svg new file mode 100644 index 0000000..8b57235 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-cancel-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 15.5c-1.2 0-2.5-.2-3.6-.6h-.3c-.3 0-.5.1-.7.3l-2.2 2.2c-2.8-1.5-5.2-3.8-6.6-6.6l2.2-2.2c.3-.3.4-.7.2-1-.3-1.1-.5-2.4-.5-3.6 0-.5-.5-1-1-1H4c-.5 0-1 .5-1 1 0 9.4 7.6 17 17 17 .5 0 1-.5 1-1v-3.5c0-.5-.5-1-1-1M5 5h1.5c.1.9.3 1.8.5 2.6L5.8 8.8C5.4 7.6 5.1 6.3 5 5m14 14c-1.3-.1-2.6-.4-3.8-.8l1.2-1.2c.8.2 1.7.4 2.6.4zM16.5 2C14 2 12 4 12 6.5s2 4.5 4.5 4.5S21 9 21 6.5 19 2 16.5 2m0 7.5c-1.66 0-3-1.34-3-3 0-.56.15-1.08.42-1.5L18 9.08c-.42.27-.94.42-1.5.42M19.08 8 15 3.92c.42-.27.94-.42 1.5-.42 1.66 0 3 1.34 3 3 0 .56-.15 1.08-.42 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-cancel.svg b/mkdocs-material/material/templates/.icons/material/phone-cancel.svg new file mode 100644 index 0000000..eaf35f3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-cancel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.62 10.79c1.44 2.83 3.76 5.15 6.59 6.59l2.2-2.2c.28-.28.67-.36 1.02-.25 1.12.37 2.32.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02zM16.5 2C14 2 12 4 12 6.5s2 4.5 4.5 4.5S21 9 21 6.5 19 2 16.5 2m0 7.5c-1.66 0-3-1.34-3-3 0-.56.15-1.08.42-1.5L18 9.08c-.42.27-.94.42-1.5.42M19.08 8 15 3.92c.42-.27.94-.42 1.5-.42 1.66 0 3 1.34 3 3 0 .56-.15 1.08-.42 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-check-outline.svg b/mkdocs-material/material/templates/.icons/material/phone-check-outline.svg new file mode 100644 index 0000000..1578d0d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 15.5a11.4 11.4 0 0 1-3.57-.57 1 1 0 0 0-1 .25l-2.2 2.2a15.1 15.1 0 0 1-6.59-6.59l2.2-2.2a1 1 0 0 0 .25-1A11.4 11.4 0 0 1 8.5 4a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1 17 17 0 0 0 17 17 1 1 0 0 0 1-1v-3.5a1 1 0 0 0-1-1M5 5h1.54A12.5 12.5 0 0 0 7 7.59L5.79 8.8A15 15 0 0 1 5 5m14 14a15 15 0 0 1-3.8-.76L16.41 17a12.3 12.3 0 0 0 2.59.45m-4-6.01-3.71-3.7 1.42-1.42L15 8.59l5.29-5.3 1.42 1.42Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-check.svg b/mkdocs-material/material/templates/.icons/material/phone-check.svg new file mode 100644 index 0000000..272dd51 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.62 10.79a15.1 15.1 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1-.25 11.4 11.4 0 0 0 3.59.57 1 1 0 0 1 1 1V20a1 1 0 0 1-1 1A17 17 0 0 1 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1 11.4 11.4 0 0 0 .57 3.57 1 1 0 0 1-.25 1m12.89-3.86-1.42-1.42L15 8.59l-2.29-2.3-1.42 1.42 3.71 3.7Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-classic-off.svg b/mkdocs-material/material/templates/.icons/material/phone-classic-off.svg new file mode 100644 index 0000000..b63e7e0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-classic-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3c4.53 0 8.65 1.78 11.7 4.67.18.18.3.42.3.7s-.11.53-.29.71l-2.48 2.48c-.18.18-.43.29-.73.29-.25 0-.5-.1-.68-.28-.82-.73-1.69-1.36-2.67-1.85-.33-.16-.56-.51-.56-.9v-3.1C15.14 5.25 13.59 5 12 5c-1.56 0-3.07.24-4.5.69L5.94 4.11C7.82 3.4 9.86 3 12 3M9 7h2v2h2V7h2v3s6 5 6 8v1.18l-12-12zM1 4.27 2.28 3 21.5 22.22l-1.27 1.28-1.5-1.5H3v-4c0-2.14 3.05-5.29 4.8-6.93L6.59 9.86c-.88.47-1.69 1.04-2.41 1.72a1.015 1.015 0 0 1-1.41-.01L.29 9.09A1 1 0 0 1 0 8.38c0-.28.11-.53.29-.71C.996 7 2.58 5.85 2.58 5.85zM8 16a3.999 3.999 0 0 0 7.17 2.44l-1.07-1.08A2.5 2.5 0 0 1 9.5 16c0-.88.45-1.65 1.14-2.09l-1.08-1.08C8.61 13.56 8 14.71 8 16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-classic.svg b/mkdocs-material/material/templates/.icons/material/phone-classic.svg new file mode 100644 index 0000000..b186847 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-classic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3C7.46 3 3.34 4.78.29 7.67c-.18.18-.29.43-.29.71s.11.53.29.71l2.48 2.48a1.01 1.01 0 0 0 1.41.01c.79-.74 1.69-1.36 2.66-1.85.33-.16.56-.5.56-.9v-3.1C8.85 5.25 10.39 5 12 5c1.59 0 3.14.25 4.59.72v3.1c0 .39.23.74.56.9.98.49 1.85 1.12 2.67 1.85.18.18.43.28.68.28.3 0 .55-.11.73-.29l2.48-2.48c.18-.18.29-.43.29-.71s-.12-.52-.3-.7A16.97 16.97 0 0 0 12 3M9 7v3s-6 5-6 8v4h18v-4c0-3-6-8-6-8V7h-2v2h-2V7zm3 5a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m0 1.5A2.5 2.5 0 0 0 9.5 16a2.5 2.5 0 0 0 2.5 2.5 2.5 2.5 0 0 0 2.5-2.5 2.5 2.5 0 0 0-2.5-2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-clock.svg b/mkdocs-material/material/templates/.icons/material/phone-clock.svg new file mode 100644 index 0000000..c076f3a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-clock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.9 1C12.1 1.1 9 4.2 9 8c0 3.9 3.1 7 7 7s7-3.1 7-7-3.1-7-7.1-7c.1 0 0 0 0 0m.1 2c2.8 0 5 2.2 5 5s-2.2 5-5 5-5-2.2-5-5 2.2-5 5-5m-1 1v5l3.6 2.2.8-1.2-2.9-1.7V4zM4.6 12.8c1.4 2.8 3.8 5.2 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2q1.65.6 3.6.6c.5 0 1 .5 1 1V22c0 .5-.5 1-1 1C8.6 23 1 15.4 1 6c0-.6.5-1 1-1h3.5c.6 0 1 .4 1 1q0 1.8.6 3.6c.1.4 0 .7-.2 1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-dial-outline.svg b/mkdocs-material/material/templates/.icons/material/phone-dial-outline.svg new file mode 100644 index 0000000..7ae7455 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-dial-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 15.5c-1.2 0-2.5-.2-3.6-.6h-.3c-.3 0-.5.1-.7.3l-2.2 2.2c-2.8-1.5-5.2-3.8-6.6-6.6l2.2-2.2c.3-.3.4-.7.2-1-.3-1.1-.5-2.4-.5-3.6 0-.5-.5-1-1-1H4c-.5 0-1 .5-1 1 0 9.4 7.6 17 17 17 .5 0 1-.5 1-1v-3.5c0-.5-.5-1-1-1M5 5h1.5c.1.9.3 1.8.5 2.6L5.8 8.8C5.4 7.6 5.1 6.3 5 5m14 14c-1.3-.1-2.6-.4-3.8-.8l1.2-1.2c.8.2 1.7.4 2.6.4zM15 4c0 .6-.4 1-1 1s-1-.4-1-1 .4-1 1-1 1 .4 1 1m3 0c0 .6-.4 1-1 1s-1-.4-1-1 .4-1 1-1 1 .4 1 1m3 0c0 .6-.4 1-1 1s-1-.4-1-1 .4-1 1-1 1 .4 1 1m-6 3c0 .6-.4 1-1 1s-1-.4-1-1 .4-1 1-1 1 .4 1 1m3 0c0 .6-.4 1-1 1s-1-.4-1-1 .4-1 1-1 1 .4 1 1m3 0c0 .6-.4 1-1 1s-1-.4-1-1 .4-1 1-1 1 .4 1 1m-6 3c0 .6-.4 1-1 1s-1-.4-1-1 .4-1 1-1 1 .4 1 1m3 0c0 .6-.4 1-1 1s-1-.4-1-1 .4-1 1-1 1 .4 1 1m3 0c0 .6-.4 1-1 1s-1-.4-1-1 .4-1 1-1 1 .4 1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-dial.svg b/mkdocs-material/material/templates/.icons/material/phone-dial.svg new file mode 100644 index 0000000..6afc44f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-dial.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2q1.65.6 3.6.6c.6 0 1 .4 1 1V20c0 .6-.4 1-1 1-9.4 0-17-7.6-17-17 0-.6.5-1 1-1h3.5c.6 0 1 .4 1 1q0 1.8.6 3.6c.1.3 0 .7-.2 1zM14 3c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1-.4-1-1-1m3 0c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1-.4-1-1-1m3 0c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1-.4-1-1-1m-6 3c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1-.4-1-1-1m3 0c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1-.4-1-1-1m3 0c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1-.4-1-1-1m-6 3c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1-.4-1-1-1m3 0c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1-.4-1-1-1m3 0c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1-.4-1-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-forward-outline.svg b/mkdocs-material/material/templates/.icons/material/phone-forward-outline.svg new file mode 100644 index 0000000..1614d12 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-forward-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 15.5c-1.2 0-2.5-.2-3.6-.6h-.3c-.3 0-.5.1-.7.3l-2.2 2.2c-2.8-1.5-5.2-3.8-6.6-6.6l2.2-2.2c.3-.3.4-.7.2-1-.3-1.1-.5-2.4-.5-3.6 0-.5-.5-1-1-1H4c-.5 0-1 .5-1 1 0 9.4 7.6 17 17 17 .5 0 1-.5 1-1v-3.5c0-.5-.5-1-1-1M5 5h1.5c.1.9.3 1.8.5 2.6L5.8 8.8C5.4 7.6 5.1 6.3 5 5m14 14c-1.3-.1-2.6-.4-3.8-.8l1.2-1.2c.8.2 1.7.4 2.6.4zm-1-8 5-5-5-5v3h-4v4h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-forward.svg b/mkdocs-material/material/templates/.icons/material/phone-forward.svg new file mode 100644 index 0000000..376d21c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-forward.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 15.5c-1.25 0-2.45-.2-3.57-.57-.35-.11-.74-.03-1.02.25l-2.2 2.2a15.1 15.1 0 0 1-6.59-6.59l2.2-2.2c.28-.28.36-.67.25-1.02A11.4 11.4 0 0 1 8.5 4a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1 17 17 0 0 0 17 17 1 1 0 0 0 1-1v-3.5a1 1 0 0 0-1-1M18 11l5-5-5-5v3h-4v4h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-hangup-outline.svg b/mkdocs-material/material/templates/.icons/material/phone-hangup-outline.svg new file mode 100644 index 0000000..ede415e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-hangup-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.71 11.67a17 17 0 0 0-23.42 0 1 1 0 0 0-.29.71 1 1 0 0 0 .29.7l2.48 2.48a1 1 0 0 0 .73.29 1 1 0 0 0 .68-.28 11.5 11.5 0 0 1 2.66-1.85 1 1 0 0 0 .56-.9v-3.1A14.9 14.9 0 0 1 12 9a14.5 14.5 0 0 1 4.59.73v3.1a1 1 0 0 0 .56.9 11.3 11.3 0 0 1 2.67 1.85 1 1 0 0 0 .68.28 1 1 0 0 0 .73-.29l2.48-2.48a1 1 0 0 0 0-1.42m-18.31.55a13.7 13.7 0 0 0-1.87 1.28l-1.07-1.08A15.5 15.5 0 0 1 5.4 10.5m15.1 3a14 14 0 0 0-1.9-1.27v-1.7a14.3 14.3 0 0 1 2.95 1.9Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-hangup.svg b/mkdocs-material/material/templates/.icons/material/phone-hangup.svg new file mode 100644 index 0000000..75d12bf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-hangup.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 9c-1.6 0-3.15.25-4.6.72v3.1c0 .4-.23.74-.56.9-.98.49-1.87 1.12-2.67 1.85-.17.18-.42.29-.67.29-.3 0-.55-.12-.73-.3L.29 13.08a1 1 0 0 1-.29-.7c0-.28.11-.53.29-.71C3.34 8.77 7.46 7 12 7s8.66 1.77 11.71 4.67c.18.18.29.43.29.71 0 .27-.11.52-.29.7l-2.48 2.48c-.18.18-.43.3-.73.3a.98.98 0 0 1-.68-.29c-.79-.73-1.68-1.36-2.66-1.85a1 1 0 0 1-.56-.9v-3.1C15.15 9.25 13.6 9 12 9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-in-talk-outline.svg b/mkdocs-material/material/templates/.icons/material/phone-in-talk-outline.svg new file mode 100644 index 0000000..f885744 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-in-talk-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 15.5c-1.2 0-2.5-.2-3.6-.6h-.3c-.3 0-.5.1-.7.3l-2.2 2.2c-2.8-1.5-5.2-3.8-6.6-6.6l2.2-2.2c.3-.3.4-.7.2-1-.3-1.1-.5-2.4-.5-3.6 0-.5-.5-1-1-1H4c-.5 0-1 .5-1 1 0 9.4 7.6 17 17 17 .5 0 1-.5 1-1v-3.5c0-.5-.5-1-1-1M5 5h1.5c.1.9.3 1.8.5 2.6L5.8 8.8C5.4 7.6 5.1 6.3 5 5m14 14c-1.3-.1-2.6-.4-3.8-.8l1.2-1.2c.8.2 1.7.4 2.6.4zm-4-7h2a5 5 0 0 0-5-5v2a3 3 0 0 1 3 3m4 0h2c0-5-4.03-9-9-9v2c3.86 0 7 3.13 7 7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-in-talk.svg b/mkdocs-material/material/templates/.icons/material/phone-in-talk.svg new file mode 100644 index 0000000..12589e6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-in-talk.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 12h2a5 5 0 0 0-5-5v2a3 3 0 0 1 3 3m4 0h2c0-5-4.03-9-9-9v2c3.86 0 7 3.13 7 7m1 3.5c-1.25 0-2.45-.2-3.57-.57-.35-.11-.74-.03-1.02.25l-2.2 2.2a15.1 15.1 0 0 1-6.59-6.59l2.2-2.2c.28-.28.36-.67.25-1.02A11.4 11.4 0 0 1 8.5 4a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1 17 17 0 0 0 17 17 1 1 0 0 0 1-1v-3.5a1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-incoming-outgoing-outline.svg b/mkdocs-material/material/templates/.icons/material/phone-incoming-outgoing-outline.svg new file mode 100644 index 0000000..7b1e1eb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-incoming-outgoing-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 16.5c-1.2 0-2.5-.2-3.6-.6h-.3c-.3 0-.5.1-.7.3l-2.2 2.2c-2.8-1.5-5.2-3.8-6.6-6.6l2.2-2.2c.3-.3.4-.7.2-1-.3-1.1-.5-2.4-.5-3.6 0-.5-.5-1-1-1H3c-.5 0-1 .5-1 1 0 9.4 7.6 17 17 17 .5 0 1-.5 1-1v-3.5c0-.5-.5-1-1-1M4 6h1.5c.1.9.3 1.8.5 2.6L4.8 9.8C4.4 8.6 4.1 7.3 4 6m14 14c-1.3-.1-2.6-.4-3.8-.8l1.2-1.2c.8.2 1.7.4 2.6.4zM16 9V7.5h-3.5L18 2l-1-1-5.5 5.5V3H10v6zm1-3v1.5h3.5L15 13l1 1 5.5-5.5V12H23V6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-incoming-outgoing.svg b/mkdocs-material/material/templates/.icons/material/phone-incoming-outgoing.svg new file mode 100644 index 0000000..1afd819 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-incoming-outgoing.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 17.5V21c0 .55-.45 1-1 1C9.61 22 2 14.39 2 5c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1l-2.2 2.21c1.44 2.84 3.76 5.15 6.59 6.59l2.2-2.2c.28-.27.67-.35 1.02-.24 1.12.37 2.32.57 3.57.57.55 0 1 .45 1 1m-4-10h-3.5L18 2l-1-1-5.5 5.5V3H10v6h6zM17 6v1.5h3.5L15 13l1 1 5.5-5.5V12H23V6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-incoming-outline.svg b/mkdocs-material/material/templates/.icons/material/phone-incoming-outline.svg new file mode 100644 index 0000000..2709a5c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-incoming-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 15.5c-1.2 0-2.5-.2-3.6-.6h-.3c-.3 0-.5.1-.7.3l-2.2 2.2c-2.8-1.5-5.2-3.8-6.6-6.6l2.2-2.2c.3-.3.4-.7.2-1-.3-1.1-.5-2.4-.5-3.6 0-.5-.5-1-1-1H4c-.5 0-1 .5-1 1 0 9.4 7.6 17 17 17 .5 0 1-.5 1-1v-3.5c0-.5-.5-1-1-1M5 5h1.5c.1.9.3 1.8.5 2.6L5.8 8.8C5.4 7.6 5.1 6.3 5 5m14 14c-1.3-.1-2.6-.4-3.8-.8l1.2-1.2c.8.2 1.7.4 2.6.4zm0-8V9.5h-3.5L21 4l-1-1-5.5 5.5V5H13v6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-incoming.svg b/mkdocs-material/material/templates/.icons/material/phone-incoming.svg new file mode 100644 index 0000000..ee66991 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-incoming.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 3a1 1 0 0 0-1 1 17 17 0 0 0 17 17 1 1 0 0 0 1-1v-3.5a1 1 0 0 0-1-1c-1.25 0-2.45-.2-3.57-.57a1.02 1.02 0 0 0-1.02.24l-2.2 2.2a15.05 15.05 0 0 1-6.59-6.59l2.2-2.21a.96.96 0 0 0 .25-1A11.4 11.4 0 0 1 8.5 4a1 1 0 0 0-1-1zm15 8V9.5h-3.5L21 4l-1-1-5.5 5.5V5H13v6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-lock-outline.svg b/mkdocs-material/material/templates/.icons/material/phone-lock-outline.svg new file mode 100644 index 0000000..05ab010 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-lock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 15.5c-1.2 0-2.5-.2-3.6-.6h-.3c-.3 0-.5.1-.7.3l-2.2 2.2c-2.8-1.5-5.2-3.8-6.6-6.6l2.2-2.2c.3-.3.4-.7.2-1-.3-1.1-.5-2.4-.5-3.6 0-.5-.5-1-1-1H4c-.5 0-1 .5-1 1 0 9.4 7.6 17 17 17 .5 0 1-.5 1-1v-3.5c0-.5-.5-1-1-1M5 5h1.5c.1.9.3 1.8.5 2.6L5.8 8.8C5.4 7.6 5.1 6.3 5 5m14 14c-1.3-.1-2.6-.4-3.8-.8l1.2-1.2c.8.2 1.7.4 2.6.4zm.2-15h-3.4v-.5c0-.94.76-1.7 1.7-1.7s1.7.76 1.7 1.7m.8.5v-.5A2.5 2.5 0 0 0 17.5 1 2.5 2.5 0 0 0 15 3.5V4a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-lock.svg b/mkdocs-material/material/templates/.icons/material/phone-lock.svg new file mode 100644 index 0000000..d74c674 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.2 4h-3.4v-.5c0-.94.76-1.7 1.7-1.7s1.7.76 1.7 1.7m.8.5v-.5A2.5 2.5 0 0 0 17.5 1 2.5 2.5 0 0 0 15 3.5V4a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1m0 11.5c-1.25 0-2.45-.2-3.57-.57-.35-.11-.74-.03-1.02.25l-2.2 2.2a15.1 15.1 0 0 1-6.59-6.59l2.2-2.2c.28-.28.36-.67.25-1.02A11.4 11.4 0 0 1 8.5 4a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1 17 17 0 0 0 17 17 1 1 0 0 0 1-1v-3.5a1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-log-outline.svg b/mkdocs-material/material/templates/.icons/material/phone-log-outline.svg new file mode 100644 index 0000000..6504082 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-log-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 15.5c-1.2 0-2.5-.2-3.6-.6h-.3c-.3 0-.5.1-.7.3l-2.2 2.2c-2.8-1.5-5.2-3.8-6.6-6.6l2.2-2.2c.3-.3.4-.7.2-1-.3-1.1-.5-2.4-.5-3.6 0-.5-.5-1-1-1H4c-.5 0-1 .5-1 1 0 9.4 7.6 17 17 17 .5 0 1-.5 1-1v-3.5c0-.5-.5-1-1-1M5 5h1.5c.1.9.3 1.8.5 2.6L5.8 8.8C5.4 7.6 5.1 6.3 5 5m14 14c-1.3-.1-2.6-.4-3.8-.8l1.2-1.2c.8.2 1.7.4 2.6.4zM12 3h2v2h-2m3-2h6v2h-6m-3 1h2v2h-2m3-2h6v2h-6m-3 1h2v2h-2m3-2h6v2h-6Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-log.svg b/mkdocs-material/material/templates/.icons/material/phone-log.svg new file mode 100644 index 0000000..9ff325b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-log.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 15.5a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1A17 17 0 0 1 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.01l-2.2 2.21c1.44 2.83 3.76 5.15 6.59 6.59l2.2-2.2c.28-.28.67-.36 1.02-.25 1.12.37 2.32.57 3.57.57M12 3h2v2h-2m3-2h6v2h-6m-3 1h2v2h-2m3-2h6v2h-6m-3 1h2v2h-2m3-2h6v2h-6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-message-outline.svg b/mkdocs-material/material/templates/.icons/material/phone-message-outline.svg new file mode 100644 index 0000000..d482132 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-message-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 15.5c-1.25 0-2.45-.2-3.57-.57-.1-.03-.21-.05-.31-.05-.26 0-.51.12-.71.29l-2.2 2.2a15.07 15.07 0 0 1-6.59-6.58l2.2-2.21c.28-.27.36-.66.25-1.01A11.4 11.4 0 0 1 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1M5.03 5h1.5c.07.88.22 1.75.47 2.59L5.79 8.8c-.41-1.21-.67-2.48-.76-3.8M19 18.97c-1.32-.09-2.6-.35-3.8-.76L16.4 17c.85.25 1.72.4 2.6.46zM12 3v10l3-3h6V3zm7 5h-5V5h5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-message.svg b/mkdocs-material/material/templates/.icons/material/phone-message.svg new file mode 100644 index 0000000..7ad3714 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-message.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 15.5c-1.25 0-2.45-.2-3.57-.57a1.02 1.02 0 0 0-1.02.24l-2.2 2.2a15.07 15.07 0 0 1-6.59-6.58l2.2-2.21c.28-.27.36-.66.25-1.01A11.4 11.4 0 0 1 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1M12 3v10l3-3h6V3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/phone-minus-outline.svg new file mode 100644 index 0000000..c82bff2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 15.5c-1.2 0-2.5-.2-3.6-.6h-.3c-.3 0-.5.1-.7.3l-2.2 2.2c-2.8-1.5-5.2-3.8-6.6-6.6l2.2-2.2c.3-.3.4-.7.2-1-.3-1.1-.5-2.4-.5-3.6 0-.5-.5-1-1-1H4c-.5 0-1 .5-1 1 0 9.4 7.6 17 17 17 .5 0 1-.5 1-1v-3.5c0-.5-.5-1-1-1M5 5h1.5c.1.9.3 1.8.5 2.6L5.8 8.8C5.4 7.6 5.1 6.3 5 5m14 14c-1.3-.1-2.6-.4-3.8-.8l1.2-1.2c.8.2 1.7.4 2.6.4zM13 6v2h8V6Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-minus.svg b/mkdocs-material/material/templates/.icons/material/phone-minus.svg new file mode 100644 index 0000000..b31124f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 3a1 1 0 0 0-1 1 17 17 0 0 0 17 17 1 1 0 0 0 1-1v-3.5a1 1 0 0 0-1-1c-1.24 0-2.45-.2-3.57-.57-.35-.11-.74-.03-1.02.25l-2.2 2.2a15.15 15.15 0 0 1-6.59-6.59l2.2-2.21c.28-.27.36-.66.25-1.01C8.7 6.45 8.5 5.24 8.5 4a1 1 0 0 0-1-1M13 6v2h8V6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-missed-outline.svg b/mkdocs-material/material/templates/.icons/material/phone-missed-outline.svg new file mode 100644 index 0000000..0bb9381 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-missed-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.6 15.5v1.8c.7.4 1.3.8 1.9 1.3l1.1-1.1c-.9-.9-1.9-1.5-3-2m-13.2 0c-1 .5-2 1.1-2.9 1.9l1.1 1.1c.6-.5 1.2-.9 1.9-1.3v-1.7M12 12c4.5 0 8.7 1.7 11.7 4.7.2.2.3.4.3.7s-.1.5-.3.7l-2.5 2.5c-.2.2-.4.3-.7.3-.2 0-.5-.1-.7-.3-.8-.7-1.7-1.4-2.7-1.8-.3-.2-.6-.5-.6-.9v-3.1c-1.5-.5-3-.7-4.6-.7s-3.1.2-4.6.7v3.1q0 .6-.6.9-1.5.75-2.7 1.8c-.2.2-.4.3-.7.3s-.5-.1-.7-.3L.1 18.1c0-.2-.1-.5-.1-.7 0-.3.1-.5.3-.7C3.3 13.8 7.5 12 12 12M6.5 5.5V9H5V3h6v1.5H7.5L12 9l6-6 1 1-7 7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-missed.svg b/mkdocs-material/material/templates/.icons/material/phone-missed.svg new file mode 100644 index 0000000..7ec9c5f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-missed.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.71 16.67C20.66 13.77 16.54 12 12 12S3.34 13.77.29 16.67c-.18.18-.29.43-.29.71 0 .27.11.52.29.7l2.48 2.48c.18.18.43.3.73.3.25 0 .5-.11.68-.29.79-.74 1.68-1.36 2.66-1.85.33-.16.56-.5.56-.9v-3.1c1.45-.47 2.99-.72 4.6-.72 1.6 0 3.15.25 4.6.72v3.1c0 .4.23.74.56.9.98.49 1.87 1.11 2.66 1.85.18.18.43.29.68.29.3 0 .55-.12.73-.3l2.48-2.48a1 1 0 0 0 .29-.7c0-.28-.11-.53-.29-.71M6.5 5.5 12 11l7-7-1-1-6 6-4.5-4.5H11V3H5v6h1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-off-outline.svg b/mkdocs-material/material/templates/.icons/material/phone-off-outline.svg new file mode 100644 index 0000000..51ac9d2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.4 17c.8.2 1.7.4 2.6.5V19c-1.3-.1-2.6-.3-3.8-.8zm3.8-14.5L2.5 20.2l1.3 1.3 4.9-4.9C11.8 19.4 15.8 21 20 21c.6 0 1-.4 1-1v-3.5c0-.6-.4-1-1-1-1.2 0-2.5-.2-3.6-.6h-.3c-.3 0-.5.1-.7.3l-2.2 2.2c-1.1-.6-2.2-1.3-3.1-2.2L21.5 3.8zM6.5 5c.1.9.3 1.8.5 2.6L5.8 8.8C5.4 7.6 5.1 6.3 5 5zm1-2H4c-.6 0-1 .4-1 1 0 3.6 1.1 7 3.2 9.9l1.4-1.4c-.4-.5-.7-1.1-1-1.7l2.2-2.2c.3-.3.4-.7.2-1-.3-1.2-.5-2.4-.5-3.6 0-.6-.4-1-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-off.svg b/mkdocs-material/material/templates/.icons/material/phone-off.svg new file mode 100644 index 0000000..442e160 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.22 2.5 2.5 20.22l1.27 1.28 4.88-4.88C11.76 19.43 15.81 21 20 21a1 1 0 0 0 1-1v-3.5a1 1 0 0 0-1-1c-1.25 0-2.45-.2-3.57-.57-.35-.11-.74-.03-1.02.25l-2.2 2.2c-1.15-.58-2.21-1.32-3.15-2.17L21.5 3.77zM4 3a1 1 0 0 0-1 1c0 3.57 1.14 7.05 3.24 9.94l1.42-1.44a14 14 0 0 1-1.04-1.71l2.2-2.2c.28-.28.36-.67.25-1.02A11.4 11.4 0 0 1 8.5 4a1 1 0 0 0-1-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-outgoing-outline.svg b/mkdocs-material/material/templates/.icons/material/phone-outgoing-outline.svg new file mode 100644 index 0000000..c064202 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-outgoing-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 15.5c-1.2 0-2.5-.2-3.6-.6h-.3c-.3 0-.5.1-.7.3l-2.2 2.2c-2.8-1.5-5.2-3.8-6.6-6.6l2.2-2.2c.3-.3.4-.7.2-1-.3-1.1-.5-2.4-.5-3.6 0-.5-.5-1-1-1H4c-.5 0-1 .5-1 1 0 9.4 7.6 17 17 17 .5 0 1-.5 1-1v-3.5c0-.5-.5-1-1-1M5 5h1.5c.1.9.3 1.8.5 2.6L5.8 8.8C5.4 7.6 5.1 6.3 5 5m14 14c-1.3-.1-2.6-.4-3.8-.8l1.2-1.2c.8.2 1.7.4 2.6.4zM15 3v1.5h3.5L13 10l1 1 5.5-5.5V9H21V3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-outgoing.svg b/mkdocs-material/material/templates/.icons/material/phone-outgoing.svg new file mode 100644 index 0000000..7ba6fdf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-outgoing.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 3a1 1 0 0 0-1 1 17 17 0 0 0 17 17 1 1 0 0 0 1-1v-3.5a1 1 0 0 0-1-1c-1.25 0-2.45-.2-3.57-.57a1.02 1.02 0 0 0-1.02.24l-2.2 2.2a15.05 15.05 0 0 1-6.59-6.59l2.2-2.21a.96.96 0 0 0 .25-1A11.4 11.4 0 0 1 8.5 4a1 1 0 0 0-1-1zm11 0v1.5h3.5L13 10l1 1 5.5-5.5V9H21V3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-outline.svg b/mkdocs-material/material/templates/.icons/material/phone-outline.svg new file mode 100644 index 0000000..6038138 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 15.5c-1.2 0-2.5-.2-3.6-.6h-.3c-.3 0-.5.1-.7.3l-2.2 2.2c-2.8-1.5-5.2-3.8-6.6-6.6l2.2-2.2c.3-.3.4-.7.2-1-.3-1.1-.5-2.4-.5-3.6 0-.5-.5-1-1-1H4c-.5 0-1 .5-1 1 0 9.4 7.6 17 17 17 .5 0 1-.5 1-1v-3.5c0-.5-.5-1-1-1M5 5h1.5c.1.9.3 1.8.5 2.6L5.8 8.8C5.4 7.6 5.1 6.3 5 5m14 14c-1.3-.1-2.6-.4-3.8-.8l1.2-1.2c.8.2 1.7.4 2.6.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-paused-outline.svg b/mkdocs-material/material/templates/.icons/material/phone-paused-outline.svg new file mode 100644 index 0000000..e65e96b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-paused-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 15.5c-1.2 0-2.5-.2-3.6-.6h-.3c-.3 0-.5.1-.7.3l-2.2 2.2c-2.8-1.5-5.2-3.8-6.6-6.6l2.2-2.2c.3-.3.4-.7.2-1-.3-1.1-.5-2.4-.5-3.6 0-.5-.5-1-1-1H4c-.5 0-1 .5-1 1 0 9.4 7.6 17 17 17 .5 0 1-.5 1-1v-3.5c0-.5-.5-1-1-1M5 5h1.5c.1.9.3 1.8.5 2.6L5.8 8.8C5.4 7.6 5.1 6.3 5 5m14 14c-1.3-.1-2.6-.4-3.8-.8l1.2-1.2c.8.2 1.7.4 2.6.4zm0-9h2V3h-2m-2 0h-2v7h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-paused.svg b/mkdocs-material/material/templates/.icons/material/phone-paused.svg new file mode 100644 index 0000000..316e1d0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-paused.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 10h2V3h-2m1 12.5c-1.25 0-2.45-.2-3.57-.57-.35-.11-.74-.03-1.02.25l-2.2 2.2a15.1 15.1 0 0 1-6.59-6.59l2.2-2.2c.28-.28.36-.67.25-1.02A11.4 11.4 0 0 1 8.5 4a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1 17 17 0 0 0 17 17 1 1 0 0 0 1-1v-3.5a1 1 0 0 0-1-1M17 3h-2v7h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/phone-plus-outline.svg new file mode 100644 index 0000000..c3e182b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 15.5c-1.2 0-2.5-.2-3.6-.6h-.3c-.3 0-.5.1-.7.3l-2.2 2.2c-2.8-1.5-5.2-3.8-6.6-6.6l2.2-2.2c.3-.3.4-.7.2-1-.3-1.1-.5-2.4-.5-3.6 0-.5-.5-1-1-1H4c-.5 0-1 .5-1 1 0 9.4 7.6 17 17 17 .5 0 1-.5 1-1v-3.5c0-.5-.5-1-1-1M5 5h1.5c.1.9.3 1.8.5 2.6L5.8 8.8C5.4 7.6 5.1 6.3 5 5m14 14c-1.3-.1-2.6-.4-3.8-.8l1.2-1.2c.8.2 1.7.4 2.6.4zM16 3v3h-3v2h3v3h2V8h3V6h-3V3Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-plus.svg b/mkdocs-material/material/templates/.icons/material/phone-plus.svg new file mode 100644 index 0000000..83e4d9e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 3a1 1 0 0 0-1 1 17 17 0 0 0 17 17 1 1 0 0 0 1-1v-3.5a1 1 0 0 0-1-1c-1.24 0-2.45-.2-3.57-.57-.35-.11-.74-.03-1.02.25l-2.2 2.2a15.15 15.15 0 0 1-6.59-6.59l2.2-2.21c.28-.27.36-.66.25-1.01C8.7 6.45 8.5 5.24 8.5 4a1 1 0 0 0-1-1M16 3v3h-3v2h3v3h2V8h3V6h-3V3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-refresh-outline.svg b/mkdocs-material/material/templates/.icons/material/phone-refresh-outline.svg new file mode 100644 index 0000000..d588bae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-refresh-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 15.5c-1.2 0-2.5-.2-3.6-.6h-.3c-.3 0-.5.1-.7.3l-2.2 2.2c-2.8-1.5-5.2-3.8-6.6-6.6l2.2-2.2c.3-.3.4-.7.2-1-.3-1.1-.5-2.4-.5-3.6 0-.5-.5-1-1-1H4c-.5 0-1 .5-1 1 0 9.4 7.6 17 17 17 .5 0 1-.5 1-1v-3.5c0-.5-.5-1-1-1M5 5h1.5c.1.9.3 1.8.5 2.6L5.8 8.8C5.4 7.6 5.1 6.3 5 5m14 14c-1.3-.1-2.6-.4-3.8-.8l1.2-1.2c.8.2 1.7.4 2.6.4zM17 7l1.77-1.77A2.5 2.5 0 1 0 19 8.5h1.71A3.99 3.99 0 0 1 17 11c-2.21 0-4-1.79-4-4s1.79-4 4-4c1.11 0 2.11.45 2.83 1.17L21 3v4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-refresh.svg b/mkdocs-material/material/templates/.icons/material/phone-refresh.svg new file mode 100644 index 0000000..5a58adb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-refresh.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.62 10.79c1.44 2.83 3.76 5.15 6.59 6.59l2.2-2.2c.28-.28.67-.36 1.02-.25 1.12.37 2.32.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02zM17 7l1.77-1.77A2.5 2.5 0 1 0 19 8.5h1.71A3.99 3.99 0 0 1 17 11c-2.21 0-4-1.79-4-4s1.79-4 4-4c1.11 0 2.11.45 2.83 1.17L21 3v4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/phone-remove-outline.svg new file mode 100644 index 0000000..13c4f4c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 15.5c-1.2 0-2.5-.2-3.6-.6h-.3c-.3 0-.5.1-.7.3l-2.2 2.2c-2.8-1.5-5.2-3.8-6.6-6.6l2.2-2.2c.3-.3.4-.7.2-1-.3-1.1-.5-2.4-.5-3.6 0-.5-.5-1-1-1H4c-.5 0-1 .5-1 1 0 9.4 7.6 17 17 17 .5 0 1-.5 1-1v-3.5c0-.5-.5-1-1-1M5 5h1.5c.1.9.3 1.8.5 2.6L5.8 8.8C5.4 7.6 5.1 6.3 5 5m14 14c-1.3-.1-2.6-.4-3.8-.8l1.2-1.2c.8.2 1.7.4 2.6.4zm.1-15.5L17 5.6l-2.1-2.1-1.4 1.4L15.6 7l-2.1 2.1 1.4 1.4L17 8.4l2.1 2.1 1.4-1.4L18.4 7l2.1-2.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-remove.svg b/mkdocs-material/material/templates/.icons/material/phone-remove.svg new file mode 100644 index 0000000..ccac605 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 3c-.6 0-1 .4-1 1 0 9.4 7.6 17 17 17 .6 0 1-.4 1-1v-3.5c0-.6-.4-1-1-1-1.2 0-2.5-.2-3.6-.6-.4-.1-.7 0-1 .2l-2.2 2.2c-2.8-1.4-5.1-3.8-6.6-6.6l2.2-2.2c.3-.3.4-.7.2-1-.3-1.1-.5-2.3-.5-3.5 0-.6-.4-1-1-1m11.6.5L17 5.6l-2.1-2.1-1.4 1.4L15.6 7l-2.1 2.1 1.4 1.4L17 8.4l2.1 2.1 1.4-1.4L18.4 7l2.1-2.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-return-outline.svg b/mkdocs-material/material/templates/.icons/material/phone-return-outline.svg new file mode 100644 index 0000000..5da1920 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-return-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 15.5c-1.2 0-2.5-.2-3.6-.6h-.3c-.3 0-.5.1-.7.3l-2.2 2.2c-2.8-1.5-5.2-3.8-6.6-6.6l2.2-2.2c.3-.3.4-.7.2-1-.3-1.1-.5-2.4-.5-3.6 0-.5-.5-1-1-1H4c-.5 0-1 .5-1 1 0 9.4 7.6 17 17 17 .5 0 1-.5 1-1v-3.5c0-.5-.5-1-1-1M5 5h1.5c.1.9.3 1.8.5 2.6L5.8 8.8C5.4 7.6 5.1 6.3 5 5m14 14c-1.3-.1-2.6-.4-3.8-.8l1.2-1.2c.8.2 1.7.4 2.6.4zm2-13v5h-1.5V7.5h-5.63l2.43 2.43L15.24 11 11 6.75l4.24-4.25 1.06 1.07L13.87 6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-return.svg b/mkdocs-material/material/templates/.icons/material/phone-return.svg new file mode 100644 index 0000000..7443ff5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-return.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 6v5h-1.5V7.5h-5.63l2.43 2.43L15.24 11 11 6.75l4.24-4.25 1.06 1.07L13.87 6zM8.82 8.58c.26-.26.35-.65.24-1C8.69 6.42 8.5 5.22 8.5 4a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1 17 17 0 0 0 17 17 1 1 0 0 0 1-1v-3.5a1 1 0 0 0-1-1c-1.21 0-2.42-.19-3.57-.57a1 1 0 0 0-1 .24l-2.2 2.2a15.1 15.1 0 0 1-6.59-6.59z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-ring-outline.svg b/mkdocs-material/material/templates/.icons/material/phone-ring-outline.svg new file mode 100644 index 0000000..3ef625e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-ring-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.71 16.67C20.66 13.78 16.54 12 12 12S3.34 13.78.29 16.67c-.18.18-.29.43-.29.71s.11.53.29.71l2.48 2.48c.18.18.43.29.71.29.27 0 .52-.11.7-.28.79-.74 1.69-1.36 2.66-1.85.33-.16.56-.5.56-.9v-3.1c1.45-.48 3-.73 4.6-.73s3.15.25 4.6.72v3.1c0 .39.23.74.56.9.98.49 1.87 1.12 2.66 1.85.18.18.43.28.7.28.28 0 .53-.11.71-.29l2.48-2.48c.18-.18.29-.43.29-.71a1 1 0 0 0-.29-.7m-18.31.56c-.66.37-1.29.8-1.87 1.27l-1.07-1.07c.91-.75 1.9-1.39 2.95-1.9v1.7zm15.07 1.26c-.59-.48-1.21-.9-1.87-1.27v-1.7c1.04.51 2.03 1.15 2.94 1.9zm.69-12.23-1.41-1.41-3.56 3.55 1.41 1.41s3.45-3.52 3.56-3.55M11 2h2v5h-2zM6.4 9.81 7.81 8.4 4.26 4.84 2.84 6.26c.11.03 3.56 3.55 3.56 3.55"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-ring.svg b/mkdocs-material/material/templates/.icons/material/phone-ring.svg new file mode 100644 index 0000000..35b9256 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-ring.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.71 16.67C20.66 13.78 16.54 12 12 12S3.34 13.78.29 16.67c-.18.18-.29.43-.29.71s.11.53.29.71l2.48 2.48c.18.18.43.29.71.29.27 0 .52-.11.7-.28.79-.74 1.69-1.36 2.66-1.85.33-.16.56-.5.56-.9v-3.1c1.45-.48 3-.73 4.6-.73s3.15.25 4.6.72v3.1c0 .39.23.74.56.9.98.49 1.87 1.12 2.66 1.85.18.18.43.28.7.28.28 0 .53-.11.71-.29l2.48-2.48c.18-.18.29-.43.29-.71a1 1 0 0 0-.29-.7M21.16 6.26l-1.41-1.41-3.56 3.55 1.41 1.41s3.45-3.52 3.56-3.55M13 2h-2v5h2zM6.4 9.81 7.81 8.4 4.26 4.84 2.84 6.26c.11.03 3.56 3.55 3.56 3.55"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-rotate-landscape.svg b/mkdocs-material/material/templates/.icons/material/phone-rotate-landscape.svg new file mode 100644 index 0000000..5d1b77e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-rotate-landscape.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 1H3a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2m0 14H3V3h6zm12-2h-8v2h8v6H9v-1H6v1a2 2 0 0 0 2 2h13a2 2 0 0 0 2-2v-6a2 2 0 0 0-2-2m2-3-4-2 1.91-.91A7.52 7.52 0 0 0 14 2.5V1a9 9 0 0 1 9 9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-rotate-portrait.svg b/mkdocs-material/material/templates/.icons/material/phone-rotate-portrait.svg new file mode 100644 index 0000000..91c7e82 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-rotate-portrait.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 1H3a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2h1v-3H3V3h6v8h2V3a2 2 0 0 0-2-2m14 20v-6a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h13a2 2 0 0 0 2-2M9 21v-6h12v6zm14-11h-1.5c0-3-1.81-5.73-4.58-6.91L16 5l-2-4a9 9 0 0 1 9 9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-settings-outline.svg b/mkdocs-material/material/templates/.icons/material/phone-settings-outline.svg new file mode 100644 index 0000000..ee647ac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-settings-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 15.5c-1.2 0-2.5-.2-3.6-.6h-.3c-.3 0-.5.1-.7.3l-2.2 2.2c-2.8-1.5-5.2-3.8-6.6-6.6l2.2-2.2c.3-.3.4-.7.2-1-.3-1.1-.5-2.4-.5-3.6 0-.5-.5-1-1-1H4c-.5 0-1 .5-1 1 0 9.4 7.6 17 17 17 .5 0 1-.5 1-1v-3.5c0-.5-.5-1-1-1M5 5h1.5c.1.9.3 1.8.5 2.6L5.8 8.8C5.4 7.6 5.1 6.3 5 5m14 14c-1.3-.1-2.6-.4-3.8-.8l1.2-1.2c.8.2 1.7.4 2.6.4zM17 9h-2v2h2m-4-2h-2v2h2zm6 2h2V9h-2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-settings.svg b/mkdocs-material/material/templates/.icons/material/phone-settings.svg new file mode 100644 index 0000000..bcd5efc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-settings.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 11h2V9h-2m1 6.5c-1.25 0-2.45-.2-3.57-.57-.35-.11-.74-.03-1.02.25l-2.2 2.2a15.1 15.1 0 0 1-6.59-6.59l2.2-2.2c.28-.28.36-.67.25-1.02A11.4 11.4 0 0 1 8.5 4a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1 17 17 0 0 0 17 17 1 1 0 0 0 1-1v-3.5a1 1 0 0 0-1-1M17 9h-2v2h2m-4-2h-2v2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-sync-outline.svg b/mkdocs-material/material/templates/.icons/material/phone-sync-outline.svg new file mode 100644 index 0000000..37f082c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-sync-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 15.5c-1.2 0-2.5-.2-3.6-.6h-.3c-.3 0-.5.1-.7.3l-2.2 2.2c-2.8-1.5-5.2-3.8-6.6-6.6l2.2-2.2c.3-.3.4-.7.2-1-.3-1.1-.5-2.4-.5-3.6 0-.5-.5-1-1-1H4c-.5 0-1 .5-1 1 0 9.4 7.6 17 17 17 .5 0 1-.5 1-1v-3.5c0-.5-.5-1-1-1M5 5h1.5c.1.9.3 1.8.5 2.6L5.8 8.8C5.4 7.6 5.1 6.3 5 5m14 14c-1.3-.1-2.6-.4-3.8-.8l1.2-1.2c.8.2 1.7.4 2.6.4zM17 3V1.5l-2.25 2.25L17 6V4.5A2.5 2.5 0 0 1 19.5 7c0 .4-.09.78-.26 1.12l1.09 1.09c.42-.63.67-1.39.67-2.21 0-2.21-1.79-4-4-4m0 6.5A2.5 2.5 0 0 1 14.5 7c0-.4.09-.78.26-1.12l-1.09-1.09C13.25 5.42 13 6.18 13 7c0 2.21 1.79 4 4 4v1.5l2.25-2.25L17 8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-sync.svg b/mkdocs-material/material/templates/.icons/material/phone-sync.svg new file mode 100644 index 0000000..a8ecacd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-sync.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.62 10.79c1.44 2.83 3.76 5.15 6.59 6.59l2.2-2.2c.28-.28.67-.36 1.02-.25 1.12.37 2.32.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02zM17 3V1.5l-2.25 2.25L17 6V4.5A2.5 2.5 0 0 1 19.5 7c0 .4-.09.78-.26 1.12l1.09 1.09c.42-.63.67-1.39.67-2.21 0-2.21-1.79-4-4-4m0 6.5A2.5 2.5 0 0 1 14.5 7c0-.4.09-.78.26-1.12l-1.09-1.09C13.25 5.42 13 6.18 13 7c0 2.21 1.79 4 4 4v1.5l2.25-2.25L17 8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone-voip.svg b/mkdocs-material/material/templates/.icons/material/phone-voip.svg new file mode 100644 index 0000000..2cd171e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone-voip.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 17v2h1a1 1 0 0 1 1 1h7v2h-7a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1H2v-2h7a1 1 0 0 1 1-1h1v-2zm10.7-9.33c.18.18.3.42.3.7s-.11.53-.29.71l-2.48 2.48c-.18.18-.43.29-.73.29-.25 0-.5-.1-.68-.28-.82-.73-1.69-1.36-2.67-1.85-.33-.16-.56-.51-.56-.9v-3.1C15.14 5.25 13.59 5 12 5c-1.6 0-3.15.25-4.6.73v3.1c0 .4-.23.74-.56.9-.97.49-1.87 1.11-2.66 1.85a1.015 1.015 0 0 1-1.41-.01L.29 9.09A1 1 0 0 1 0 8.38c0-.28.11-.53.29-.71C3.34 4.78 7.46 3 12 3c4.53 0 8.65 1.78 11.7 4.67M11 10v5h-1v-5zm1 0h3v3h-2v2h-1zm2 2v-1h-1v1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/phone.svg b/mkdocs-material/material/templates/.icons/material/phone.svg new file mode 100644 index 0000000..bb1ee9e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/phone.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.62 10.79c1.44 2.83 3.76 5.15 6.59 6.59l2.2-2.2c.28-.28.67-.36 1.02-.25 1.12.37 2.32.57 3.57.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1A17 17 0 0 1 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pi-box.svg b/mkdocs-material/material/templates/.icons/material/pi-box.svg new file mode 100644 index 0000000..3878393 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pi-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2M6 7h11v2h-2v5a1 1 0 0 0 1 1 1 1 0 0 0 1-1h2a3 3 0 0 1-3 3 3 3 0 0 1-3-3V9h-3v8H8V9H6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pi-hole.svg b/mkdocs-material/material/templates/.icons/material/pi-hole.svg new file mode 100644 index 0000000..4f0e54c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pi-hole.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.62 2c3.88 0 5.95 2.29 6.15 5.93.73-4.36 4.16-3.85 4.16-3.85.17 2.47-1.86 3.97-4.16 4.09-.65-1.36-4.52-4.7-4.52-4.7-.02.03 3.72 3.27 3.58 4.68C8.33 7.88 5.82 6 5.62 2m.44 11.11 3.86-3.86a3 3 0 0 1 4.24 0L18 13.11a2.964 2.964 0 0 1 0 4.24l-3.84 3.86a3 3 0 0 1-4.24 0l-3.86-3.86a3 3 0 0 1 0-4.24m3.33 6.48c0-1.23.76-2.74 2.7-2.74 1.31 0 2.78 1.25 4.22 1.11-1.44-.04-2.72-1.11-2.72-2.77 0-1.33 1.1-2.29 1.1-3.85-.06.99-.87 2.43-2.69 2.43-1.41 0-2.45-1.14-4.13-1.14.71.04 2.63.67 2.63 2.72 0 1.65-1.11 2.15-1.11 4.24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pi.svg b/mkdocs-material/material/templates/.icons/material/pi.svg new file mode 100644 index 0000000..c753fd7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 5v2h2v12h2V7h6v9a3 3 0 0 0 3 3 3 3 0 0 0 3-3h-2a1 1 0 0 1-1 1 1 1 0 0 1-1-1V7h2V5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/piano-off.svg b/mkdocs-material/material/templates/.icons/material/piano-off.svg new file mode 100644 index 0000000..ac519fa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/piano-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.11 21.46 2.39 1.73 1.11 3l.89.89V20a2 2 0 0 0 2 2h16.11l.73.73zM8 20H4V5.89l2.8 2.8V13c0 .56.44 1 .99 1H8zm7 0H9v-6h.31c.55 0 .99-.44.99-1v-.81l4.7 4.7zm1 0v-2.11L18.11 20zM10.3 7.1 5.2 2H20a2 2 0 0 1 2 2v14.8l-2-2V4h-2.75v9c0 .3-.12.55-.32.73l-3.18-3.18V4H10.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/piano.svg b/mkdocs-material/material/templates/.icons/material/piano.svg new file mode 100644 index 0000000..7c705a1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/piano.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-2 .9-2 2v16a2 2 0 0 0 2 2h16c1.11 0 2-.89 2-2V4a2 2 0 0 0-2-2m-5.26 12H15v6H9v-6h.31c.55 0 .99-.44.99-1V4h3.45v9c0 .56.44 1 .99 1M4 4h2.8v9c0 .56.44 1 .99 1H8v6H4zm16 16h-4v-6h.26c.55 0 .99-.44.99-1V4H20z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pickaxe.svg b/mkdocs-material/material/templates/.icons/material/pickaxe.svg new file mode 100644 index 0000000..59ca0e6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pickaxe.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.79 10.62 3.5 21.9l-1.4-1.4L13.38 9.21zm4.48-2.89.59-.59-.79-.79.64-.64-1.42-1.42-.64.64-.79-.79-.59.59c-1.74-1.42-3.7-2.56-5.8-3.36l-.83 1.79c1.75.92 3.36 2.03 4.86 3.34L14 7l3 3 .5-.5c1.31 1.5 2.42 3.11 3.34 4.86l1.79-.83c-.8-2.1-1.94-4.06-3.36-5.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/picture-in-picture-bottom-right-outline.svg b/mkdocs-material/material/templates/.icons/material/picture-in-picture-bottom-right-outline.svg new file mode 100644 index 0000000..c23dfc7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/picture-in-picture-bottom-right-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 11h-8v6h8zm-2 4h-4v-2h4zm4-12H3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V5c0-1.12-.9-2-2-2m0 16H3V4.97h18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/picture-in-picture-bottom-right.svg b/mkdocs-material/material/templates/.icons/material/picture-in-picture-bottom-right.svg new file mode 100644 index 0000000..6d567b3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/picture-in-picture-bottom-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 11h-8v6h8zm4 8V5c0-1.12-.9-2-2-2H3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2m-2 0H3V4.97h18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/picture-in-picture-top-right-outline.svg b/mkdocs-material/material/templates/.icons/material/picture-in-picture-top-right-outline.svg new file mode 100644 index 0000000..cc3d9d8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/picture-in-picture-top-right-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 7h-8v6h8zm-2 4h-4V9h4zm4-8H3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V5c0-1.09-.9-2-2-2m0 16H3V5h18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/picture-in-picture-top-right.svg b/mkdocs-material/material/templates/.icons/material/picture-in-picture-top-right.svg new file mode 100644 index 0000000..ea14b83 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/picture-in-picture-top-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 7h-8v6h8zm2-4H3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m0 16H3V5h18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pier-crane.svg b/mkdocs-material/material/templates/.icons/material/pier-crane.svg new file mode 100644 index 0000000..b7a69f0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pier-crane.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 20c-1.39 0-2.78-.47-4-1.33-2.44 1.71-5.56 1.71-8 0C6.78 19.53 5.39 20 4 20H2v2h2c1.37 0 2.74-.35 4-1 2.5 1.3 5.5 1.3 8 0 1.26.65 2.62 1 4 1h2v-2zm0-16V3a1 1 0 0 0-1-1H9V1H6v1H5v2h1v9H5v-2H3v2H2v2h1v4h1c.33 0 .67-.03 1-.08V15h5v3.65c.65.2 1.33.3 2 .3V15h1v-2h-1v-2h-2v2H9V4h8v4.62c-.47.17-.81.61-.81 1.14 0 .44.24.84.61 1.06V12h.62c.34 0 .61.28.61.62s-.27.62-.61.62c-.22 0-.42-.12-.54-.31a.606.606 0 0 0-.83-.22c-.3.16-.4.54-.23.84.33.56.94.92 1.6.92 1.01 0 1.84-.83 1.84-1.85 0-.78-.5-1.48-1.23-1.74v-.06c.38-.22.62-.62.62-1.06 0-.46-.27-.85-.65-1.06V4zM8 11.66l-1 1v-1.42l1-1zm0-2.95-1 1V8.29l1-1zm-1-2V5.29l1-1v1.42z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pier.svg b/mkdocs-material/material/templates/.icons/material/pier.svg new file mode 100644 index 0000000..b8b45b9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pier.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 18c-1.4 0-2.8-.5-4-1.3-2.4 1.7-5.6 1.7-8 0-1.2.8-2.6 1.3-4 1.3H2v2h2c1.4 0 2.7-.4 4-1 2.5 1.3 5.5 1.3 8 0 1.3.6 2.6 1 4 1h2v-2zm0-5h-1v3.9c-.7-.1-1.4-.3-2-.7V13h-5v4c-.7 0-1.3-.1-2-.3V13H5v3.9c-.3.1-.7.1-1 .1H3v-4H2v-2h1V9h2v2h5V9h2v2h5V9h2v2h1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pig-variant-outline.svg b/mkdocs-material/material/templates/.icons/material/pig-variant-outline.svg new file mode 100644 index 0000000..6f23741 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pig-variant-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 10c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1m7-2.5v6.97l-2.82.94L17.5 21H12v-2h-2v2H4.5S2 12.54 2 9.5 4.46 4 7.5 4h5c.91-1.21 2.36-2 4-2a1.498 1.498 0 0 1 1.38 2.08c-.14.34-.26.73-.32 1.15l2.27 2.27zm-2 2h-1L15.5 6c0-.65.09-1.29.26-1.91-.97.25-1.76.97-2.09 1.91H7.5C5.57 6 4 7.57 4 9.5c0 1.88 1.22 6.65 2 9.5h2v-2h6v2h2l1.56-5.15 2.44-.82z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pig-variant.svg b/mkdocs-material/material/templates/.icons/material/pig-variant.svg new file mode 100644 index 0000000..1959155 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pig-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.83 7.5-2.27-2.27c.07-.42.18-.81.32-1.15A1.498 1.498 0 0 0 16.5 2c-1.64 0-3.09.79-4 2h-5C4.46 4 2 6.46 2 9.5S4.5 21 4.5 21H10v-2h2v2h5.5l1.68-5.59 2.82-.94V7.5zM16 11c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pig.svg b/mkdocs-material/material/templates/.icons/material/pig.svg new file mode 100644 index 0000000..123dc1c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pig.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 9A1.5 1.5 0 0 0 8 10.5 1.5 1.5 0 0 0 9.5 12a1.5 1.5 0 0 0 1.5-1.5A1.5 1.5 0 0 0 9.5 9m5 0a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5A1.5 1.5 0 0 0 14.5 9M12 4l.68.03c.94-.79 2.14-1.44 3.04-1.68 1.87-.5 5.16-.12 5.59 1.48.31 1.17-.71 2.62-2.28 3.55A8.97 8.97 0 0 1 21 13a9 9 0 0 1-9 9 9 9 0 0 1-9-9c0-2.13.74-4.08 1.97-5.62C3.4 6.45 2.38 5 2.69 3.83c.43-1.6 3.72-1.98 5.59-1.48.9.24 2.1.89 3.04 1.68zm-2 12a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m4 0a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m-2-3c-2.76 0-5 2.34-5 4s2.24 3 5 3 5-1.34 5-3-2.24-4-5-4M7.76 4.28c-.45-.12-3.17.07-3.17.07S6.8 6.1 7.24 6.22c.45.12 2.53.21 2.67-.32.15-.54-1.71-1.5-2.15-1.62m8.48 0c-.44.12-2.3 1.08-2.15 1.62.14.53 2.22.44 2.67.32.44-.12 2.65-1.87 2.65-1.87s-2.72-.19-3.17-.07"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/piggy-bank-outline.svg b/mkdocs-material/material/templates/.icons/material/piggy-bank-outline.svg new file mode 100644 index 0000000..4feef9c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/piggy-bank-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 10c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1M8 9h5V7H8zm14-1.5v6.97l-2.82.94L17.5 21H12v-2h-2v2H4.5S2 12.54 2 9.5 4.46 4 7.5 4h5c.91-1.21 2.36-2 4-2a1.498 1.498 0 0 1 1.38 2.08c-.14.34-.26.73-.32 1.15l2.27 2.27zm-2 2h-1L15.5 6c0-.65.09-1.29.26-1.91-.97.25-1.76.97-2.09 1.91H7.5C5.57 6 4 7.57 4 9.5c0 1.88 1.22 6.65 2 9.5h2v-2h6v2h2l1.56-5.15 2.44-.82z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/piggy-bank.svg b/mkdocs-material/material/templates/.icons/material/piggy-bank.svg new file mode 100644 index 0000000..79d95bf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/piggy-bank.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.83 7.5-2.27-2.27c.07-.42.18-.81.32-1.15A1.498 1.498 0 0 0 16.5 2c-1.64 0-3.09.79-4 2h-5C4.46 4 2 6.46 2 9.5S4.5 21 4.5 21H10v-2h2v2h5.5l1.68-5.59 2.82-.94V7.5zM13 9H8V7h5zm3 2c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pill-multiple.svg b/mkdocs-material/material/templates/.icons/material/pill-multiple.svg new file mode 100644 index 0000000..ba221de --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pill-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.2 3.5c-1-1-2.3-1.5-3.5-1.5s-2.6.5-3.5 1.5L3.4 9.1c-2 2-2 5.1 0 7.1s5.1 2 7.1 0l5.7-5.7c1.9-1.9 1.9-5.1 0-7m-1.4 5.6L12 11.9 8.4 8.4 4 12.8c0-.8.2-1.7.9-2.3l5.7-5.7c.5-.5 1.3-.8 2-.8s1.5.3 2.1.8c1.2 1.3 1.2 3.1.1 4.3m4.8-2c0 .8-.2 1.5-.4 2.3 1 1.2 1 3-.1 4.1l-2.8 2.8-1.5-1.5-2.8 2.8c-1.3 1.3-3.1 2-4.8 2 .2.3.4.6.7.9 2 2 5.1 2 7.1 0l5.7-5.7c2-2 2-5.1 0-7.1-.5-.2-.8-.4-1.1-.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pill-off.svg b/mkdocs-material/material/templates/.icons/material/pill-off.svg new file mode 100644 index 0000000..da8059f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pill-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.11 21.46 2.39 1.73 1.11 3l5.7 5.7-2.59 2.59a6.01 6.01 0 0 0 0 8.49c2.34 2.34 6.14 2.34 8.49 0l2.59-2.59 5.54 5.54zM4.6 16.57a3.98 3.98 0 0 1 1.04-3.86l2.59-2.59 1.41 1.41zm6.18-8.99L9.36 6.16l1.93-1.94a6.01 6.01 0 0 1 8.49 0c2.34 2.34 2.34 6.14 0 8.49l-1.93 1.94-1.42-1.42 1.93-1.94a3.98 3.98 0 0 0 0-5.65 3.98 3.98 0 0 0-5.65 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pill.svg b/mkdocs-material/material/templates/.icons/material/pill.svg new file mode 100644 index 0000000..6d7ad80 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pill.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m4.22 11.29 7.07-7.07a6.01 6.01 0 0 1 8.49 0c2.34 2.34 2.34 6.14 0 8.49l-7.07 7.07c-2.35 2.34-6.15 2.34-8.49 0a6.01 6.01 0 0 1 0-8.49m1.42 1.42a3.98 3.98 0 0 0-1.04 3.86l5.99-5.98 4.24 4.24 3.53-3.54a3.98 3.98 0 0 0 0-5.65 3.98 3.98 0 0 0-5.65 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pillar.svg b/mkdocs-material/material/templates/.icons/material/pillar.svg new file mode 100644 index 0000000..bf574a3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pillar.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 5h12a1 1 0 0 1 1 1 1 1 0 0 1-1 1H6a1 1 0 0 1-1-1 1 1 0 0 1 1-1m15-3v2H3V2zm-6 6h2v14h-2zM7 8h2v14H7zm4 0h2v14h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pin-off-outline.svg b/mkdocs-material/material/templates/.icons/material/pin-off-outline.svg new file mode 100644 index 0000000..03f03b3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pin-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 6.2V4H7V2h10v2h-1v8l2 2v2h-.2L14 12.2V4h-4v4.2zm12 14.5L18.7 22l-5.9-5.9V22h-1.6v-6H6v-2l2-2v-.7l-6-6L3.3 4zM8.8 14h1.8l-.9-.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pin-off.svg b/mkdocs-material/material/templates/.icons/material/pin-off.svg new file mode 100644 index 0000000..67c26e5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pin-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 5.27 3.28 4 20 20.72 18.73 22l-5.93-5.93V22h-1.6v-6H6v-2l2-2v-.73zM16 12l2 2v2h-.18L8 6.18V4H7V2h10v2h-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pin-outline.svg b/mkdocs-material/material/templates/.icons/material/pin-outline.svg new file mode 100644 index 0000000..4ec4827 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pin-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 12V4h1V2H7v2h1v8l-2 2v2h5.2v6h1.6v-6H18v-2zm-7.2 2 1.2-1.2V4h4v8.8l1.2 1.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pin.svg b/mkdocs-material/material/templates/.icons/material/pin.svg new file mode 100644 index 0000000..2dbe239 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 12V4h1V2H7v2h1v8l-2 2v2h5.2v6h1.6v-6H18v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pine-tree-box.svg b/mkdocs-material/material/templates/.icons/material/pine-tree-box.svg new file mode 100644 index 0000000..582cf6c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pine-tree-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m7 17h2v-2h5l-4-4h3l-4-4h3l-4-4-4 4h3l-4 4h3l-4 4h5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pine-tree-fire.svg b/mkdocs-material/material/templates/.icons/material/pine-tree-fire.svg new file mode 100644 index 0000000..62f97be --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pine-tree-fire.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22.14 14.84-.02.01c.23.28.43.59.58.92l.09.19c.71 1.69.21 3.64-1.1 4.86-1.19 1.09-2.85 1.38-4.39 1.18-1.46-.18-2.8-1.1-3.57-2.37-.23-.39-.43-.83-.53-1.28-.13-.35-.17-.73-.2-1.1-.09-1.6.55-3.3 1.76-4.3-.55 1.21-.42 2.72.39 3.77l.11.13c.14.12.31.15.47.09.15-.06.27-.21.27-.37l-.07-.24c-.88-2.33-.14-5.03 1.73-6.56.51-.42 1.14-.8 1.8-.97-.68 1.36-.46 3.14.63 4.2.46.5 1.02.79 1.49 1.23zm-2.28 4.66-.01-.03c.45-.39.7-1.06.68-1.66l-.03-.31c-.2-1-1.07-1.34-1.63-2.07-.17-.22-.32-.5-.43-.78-.22.5-.24.97-.15 1.51.1.57.32 1.06.21 1.65-.16.65-.67 1.3-1.56 1.51.5.49 1.31.88 2.12.6.26-.07.59-.26.8-.42M9 21v-3H2l5-5H4l5-5H6l5-5 5 5h-3l1.82 1.82C12.55 11.06 11 13.59 11 16.5c0 1.69.5 3.25 1.4 4.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pine-tree-variant-outline.svg b/mkdocs-material/material/templates/.icons/material/pine-tree-variant-outline.svg new file mode 100644 index 0000000..d1dc981 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pine-tree-variant-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 12 12 2 5 12h1.86L3 18h7v4h4v-4h7l-3.86-6zm-3.84-2H13.5l3.84 6H6.67l3.86-6H8.84L12 5.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pine-tree-variant.svg b/mkdocs-material/material/templates/.icons/material/pine-tree-variant.svg new file mode 100644 index 0000000..5124ba9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pine-tree-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 12 12 2 5 12h1.86L3 18h7v4h4v-4h7l-3.86-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pine-tree.svg b/mkdocs-material/material/templates/.icons/material/pine-tree.svg new file mode 100644 index 0000000..e7b5715 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pine-tree.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 21v-3H3l5-5H5l5-5H7l5-5 5 5h-3l5 5h-3l5 5h-7v3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pinterest.svg b/mkdocs-material/material/templates/.icons/material/pinterest.svg new file mode 100644 index 0000000..f44dc4a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pinterest.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.04 21.54c.96.29 1.93.46 2.96.46a10 10 0 0 0 10-10A10 10 0 0 0 12 2 10 10 0 0 0 2 12c0 4.25 2.67 7.9 6.44 9.34-.09-.78-.18-2.07 0-2.96l1.15-4.94s-.29-.58-.29-1.5c0-1.38.86-2.41 1.84-2.41.86 0 1.26.63 1.26 1.44 0 .86-.57 2.09-.86 3.27-.17.98.52 1.84 1.52 1.84 1.78 0 3.16-1.9 3.16-4.58 0-2.4-1.72-4.04-4.19-4.04-2.82 0-4.48 2.1-4.48 4.31 0 .86.28 1.73.74 2.3.09.06.09.14.06.29l-.29 1.09c0 .17-.11.23-.28.11-1.28-.56-2.02-2.38-2.02-3.85 0-3.16 2.24-6.03 6.56-6.03 3.44 0 6.12 2.47 6.12 5.75 0 3.44-2.13 6.2-5.18 6.2-.97 0-1.92-.52-2.26-1.13l-.67 2.37c-.23.86-.86 2.01-1.29 2.7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pinwheel-outline.svg b/mkdocs-material/material/templates/.icons/material/pinwheel-outline.svg new file mode 100644 index 0000000..2635131 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pinwheel-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 23h-1v-6.57C9.93 17.4 8.5 18 7 18c-3.25 0-6-2.75-6-6v-1h6.57C6.6 9.93 6 8.5 6 7c0-3.25 2.75-6 6-6h1v6.57C14.07 6.6 15.5 6 17 6c3.25 0 6 2.75 6 6v1h-6.57c.97 1.07 1.57 2.5 1.57 4 0 3.25-2.75 6-6 6m1-9.87v7.74c1.7-.46 3-2.04 3-3.87s-1.3-3.41-3-3.87M3.13 13c.46 1.7 2.04 3 3.87 3s3.41-1.3 3.87-3zm10-2h7.74c-.46-1.7-2.05-3-3.87-3s-3.41 1.3-3.87 3M11 3.13C9.3 3.59 8 5.18 8 7s1.3 3.41 3 3.87z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pinwheel.svg b/mkdocs-material/material/templates/.icons/material/pinwheel.svg new file mode 100644 index 0000000..ecf3dcc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pinwheel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 12c0-3 2.5-5.5 5.5-5.5S23 9 23 12zm0 0c0 3-2.5 5.5-5.5 5.5S1 15 1 12zm0 0c-3 0-5.5-2.5-5.5-5.5S9 1 12 1zm0 0c3 0 5.5 2.5 5.5 5.5S15 23 12 23z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pipe-disconnected.svg b/mkdocs-material/material/templates/.icons/material/pipe-disconnected.svg new file mode 100644 index 0000000..d34375a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pipe-disconnected.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 9v2H8V9h2V8H4v2H2V2h2v2h8a2 2 0 0 1 2 2v3zm-6 6v3a2 2 0 0 0 2 2h8v2h2v-8h-2v2h-6v-1h2v-2H8v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pipe-leak.svg b/mkdocs-material/material/templates/.icons/material/pipe-leak.svg new file mode 100644 index 0000000..77c2a78 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pipe-leak.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 5v8h2v-2h6l2-2-2-2H4V5zm18 0v2h-8l2 2-2 2h8v2h2V5zm-8 8s-2 2.17-2 3.5a2 2 0 0 0 2 2 2 2 0 0 0 2-2c0-1.33-2-3.5-2-3.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pipe-valve.svg b/mkdocs-material/material/templates/.icons/material/pipe-valve.svg new file mode 100644 index 0000000..16cfcf9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pipe-valve.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 13v8h-2v-2h-3.42c-.77 1.76-2.53 3-4.58 3s-3.81-1.24-4.58-3H4v2H2v-8h2v2h3.43c.5-1.15 1.42-2.07 2.57-2.58V11H8V9h8v2h-2v1.42c1.15.51 2.07 1.43 2.57 2.58H20v-2zM17 2H7c-.55 0-1 .45-1 1s.45 1 1 1h3v1h1v3h2V5h1V4h3c.55 0 1-.45 1-1s-.45-1-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pipe-wrench.svg b/mkdocs-material/material/templates/.icons/material/pipe-wrench.svg new file mode 100644 index 0000000..ef0ce7b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pipe-wrench.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.17 5.63-2.11 2.15-2.15-2.15 4.26-4.22 3.52 3.51c1.17 1.17 1.17 3.08 0 4.27zM4.83 12.7 7 14.81l3.5-3.51-2.11-2.11zm10.64-4.92L19 11.3l-1.42 1.4-.7-.7L6.23 22.59l-2.81-2.81 8.49-8.48-4.22-4.27L9.8 4.92l4.26 4.27z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pipe.svg b/mkdocs-material/material/templates/.icons/material/pipe.svg new file mode 100644 index 0000000..1542a73 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pipe.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 14h-2v2h-6v-3h2v-2h-2V6a2 2 0 0 0-2-2H4V2H2v8h2V8h6v3H8v2h2v5a2 2 0 0 0 2 2h8v2h2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pirate.svg b/mkdocs-material/material/templates/.icons/material/pirate.svg new file mode 100644 index 0000000..eeda051 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pirate.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.2 12.1c-.3.2-.5.6-.4.9 0 .7.7 1.2 1.3 1.2s1.2-.5 1.2-1.2q-.9-.6-2.1-.9M22 11l1-4s-2 0-5-2-3-4-6-4-3 2-6 4-5 2-5 2l1 4h.1c-.1.3-.1.7-.1 1 0 3.5 1.8 6.6 4.5 8.4l-.5.9c6.4 4.1 12 0 12 0l-.5-.9c2.7-1.8 4.5-4.9 4.5-8.4zM11.3 4.5 9.9 3.1l.7-.7L12 3.8l1.4-1.4.7.7-1.4 1.4 1.4 1.4-.7.7L12 5.2l-1.4 1.4-.7-.7zm-2 4c1-.3 2-.5 2.7-.5 2.2 0 5.9 1.6 7.8 2.4.1.3.1.6.1.9zm4.3 10.6c-.7.4-1.4.7-2.2.8-.5-.4-.5-1.2 0-1.6.4-.4 1.3-.6 1.8-.1.3.1.4.6.4.9m6.4-5.7c-.5 2.1-1.8 4-3.5 5.2L15 16H9l-1.5 2.6C5.4 17.2 4 14.8 4 12c0-.5.1-1 .2-1.5.5-.2 1.1-.5 1.8-.8l7.1 1.9V14c0 .5.4 1 1 1h2c.5 0 1-.4 1-1v-1.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pistol.svg b/mkdocs-material/material/templates/.icons/material/pistol.svg new file mode 100644 index 0000000..5cd0c2d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pistol.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 5h16v4h-1v1h-6a1 1 0 0 0-1 1v1a2 2 0 0 1-2 2H9.62c-.38 0-.73.22-.9.56l-2.45 4.89c-.17.34-.51.55-.89.55H2s-3 0 1-6c0 0 3-4-1-4V5h1l.5-1h3zm7 7v-1a1 1 0 0 0-1-1h-1s-1 1 0 2a2 2 0 0 1-2-2 1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/piston.svg b/mkdocs-material/material/templates/.icons/material/piston.svg new file mode 100644 index 0000000..33563b7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/piston.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 16.18c.5.17.9.45 1.23.82H15v4h-.79c-.32.35-.71.63-1.21.8-1.15.42-2.42.07-3.22-.8H9v-4h.77c.33-.37.73-.65 1.23-.82V12h2zM12 20a1 1 0 0 0 1-1 1 1 0 0 0-1-1 1 1 0 0 0-1 1 1 1 0 0 0 1 1m5-16h-2v1h2v6H7V5h2V4H7V2h10zm-5 5a1 1 0 0 0 1-1 1 1 0 0 0-1-1 1 1 0 0 0-1 1 1 1 0 0 0 1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pitchfork.svg b/mkdocs-material/material/templates/.icons/material/pitchfork.svg new file mode 100644 index 0000000..7d48287 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pitchfork.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.9.9-2.8 2.8c-.8.8-.8 2 0 2.8L14.5 8l-5.3 5.4L7.8 12c-.8-.8-2-.8-2.8 0l-4 4 1.4 1.4 4-4 1.4 1.4-4 4 1.4 1.4 4-4 1.4 1.4-.7.8-3.2 3.2L8 23l4-4c.8-.8.8-2 0-2.8l-1.4-1.4 5.3-5.4 1.4 1.4c.8.8 2 .8 2.8 0L23 8zm2.8 8.5-4.2-4.2 1.4-1.4L20.1 8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pizza.svg b/mkdocs-material/material/templates/.icons/material/pizza.svg new file mode 100644 index 0000000..85082a2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pizza.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 15a2 2 0 0 1-2-2 2 2 0 0 1 2-2 2 2 0 0 1 2 2 2 2 0 0 1-2 2M7 7c0-1.11.89-2 2-2a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2m5-5C8.43 2 5.23 3.54 3 6l9 16 9-16c-2.22-2.46-5.43-4-9-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/plane-car.svg b/mkdocs-material/material/templates/.icons/material/plane-car.svg new file mode 100644 index 0000000..9439a9c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/plane-car.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.57 12.66c-.14-.4-.52-.66-.97-.66h-7.19c-.46 0-.83.26-.98.66L11 16.77v5.51c0 .38.32.72.7.72h.62c.38 0 .68-.38.68-.76V21h8v1.24c0 .38.31.76.69.76h.61c.38 0 .7-.34.7-.72v-5.51zm-8.16.34h7.19l1.03 3h-9.25zM13 19c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1m8 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1M6.66 14.53 7 17l-1.05 1.06-1.76-3.18L1 13.11l1.06-1.08 2.5.37 3.87-3.87L1 4.62l1.42-1.41 9.19 2.12 3.89-3.89c.56-.585 1.56-.585 2.12 0 .59.59.59 1.56 0 2.12l-3.89 3.89.82 3.55h-1.14c-.87 0-1.62.5-1.91 1.31l-.03.06-.91-1.74z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/plane-train.svg b/mkdocs-material/material/templates/.icons/material/plane-train.svg new file mode 100644 index 0000000..13e5359 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/plane-train.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 8h-6c-1.66 0-3 1.34-3 3v7c0 1.66 1.34 3 3 3l-1 1v1h1l2-2.03h2L20 23h1v-1l-1-1c1.66 0 3-1.34 3-3v-7c0-1.66-1.34-3-3-3m-6 11c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1m6 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1m1-3h-8v-6h8zM6.66 14.53 7 17l-1.05 1.06-1.76-3.18L1 13.11l1.06-1.08 2.5.37 3.87-3.87L1 4.62l1.42-1.41 9.19 2.12 3.89-3.89c.56-.585 1.56-.585 2.12 0 .59.59.59 1.56 0 2.12L14.18 7H14c-2.21 0-4 1.79-4 4v.19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/play-box-edit-outline.svg b/mkdocs-material/material/templates/.icons/material/play-box-edit-outline.svg new file mode 100644 index 0000000..6a6d27a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/play-box-edit-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m13 18.9 6.1-6.1 2.1 2.1-6.1 6.1H13zm8.4-7.6 1.3 1.3c.2.2.2.5 0 .7l-1 1-2.1-2 1-1c.1-.1.2-.2.4-.2s.3 0 .4.2M11 21H5c-.5 0-1-.2-1.4-.6S3 19.5 3 19V5c0-.5.2-1 .6-1.4S4.5 3 5 3h14c1.1 0 2 .9 2 2v4h-2V5H5v14h6zm4-9-5-4v8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/play-box-lock-open-outline.svg b/mkdocs-material/material/templates/.icons/material/play-box-lock-open-outline.svg new file mode 100644 index 0000000..990244c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/play-box-lock-open-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 17.3v3.5c0 .6-.6 1.2-1.3 1.2h-5.5c-.6 0-1.2-.6-1.2-1.3v-3.5c0-.6.6-1.2 1.2-1.2v-2.5c0-1.4 1.4-2.5 2.8-2.5s2.8 1.1 2.8 2.5v.5h-1.3v-.5c0-.8-.7-1.3-1.5-1.3s-1.5.5-1.5 1.3V16h4.3c.6 0 1.2.6 1.2 1.3M18 5H4v14h9v2H4a2 2 0 0 1-2-2V5c0-1.11.89-2 2-2h14a2 2 0 0 1 2 2v4.1L19 9l-1 .1zM9 8l5 4-5 4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/play-box-lock-open.svg b/mkdocs-material/material/templates/.icons/material/play-box-lock-open.svg new file mode 100644 index 0000000..3b155b0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/play-box-lock-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 17.3v3.5c0 .6-.6 1.2-1.3 1.2h-5.5c-.6 0-1.2-.6-1.2-1.3v-3.5c0-.6.6-1.2 1.2-1.2v-2.5c0-1.4 1.4-2.5 2.8-2.5s2.8 1.1 2.8 2.5v.5h-1.3v-.5c0-.8-.7-1.3-1.5-1.3s-1.5.5-1.5 1.3V16h4.3c.6 0 1.2.6 1.2 1.3M9 8v8l5-4zm4 11v2H4a2 2 0 0 1-2-2V5c0-1.11.89-2 2-2h14a2 2 0 0 1 2 2v4.1L19 9c-2.76 0-5 2.24-5 5v.76c-.61.55-1 1.35-1 2.24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/play-box-lock-outline.svg b/mkdocs-material/material/templates/.icons/material/play-box-lock-outline.svg new file mode 100644 index 0000000..f89f496 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/play-box-lock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 17.3v3.5c0 .6-.6 1.2-1.3 1.2h-5.5c-.6 0-1.2-.6-1.2-1.3v-3.5c0-.6.6-1.2 1.2-1.2v-1.5c0-1.4 1.4-2.5 2.8-2.5s2.8 1.1 2.8 2.5V16c.6 0 1.2.6 1.2 1.3m-2.5-2.8c0-.8-.7-1.3-1.5-1.3s-1.5.5-1.5 1.3V16h3zM18 5H4v14h9v2H4a2 2 0 0 1-2-2V5c0-1.11.89-2 2-2h14a2 2 0 0 1 2 2v5.1l-1-.1-1 .1zM9 8l5 4-5 4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/play-box-lock.svg b/mkdocs-material/material/templates/.icons/material/play-box-lock.svg new file mode 100644 index 0000000..56c5757 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/play-box-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 17.3v3.5c0 .6-.6 1.2-1.3 1.2h-5.5c-.6 0-1.2-.6-1.2-1.3v-3.5c0-.6.6-1.2 1.2-1.2v-1.5c0-1.4 1.4-2.5 2.8-2.5s2.8 1.1 2.8 2.5V16c.6 0 1.2.6 1.2 1.3M13 19v2H4a2 2 0 0 1-2-2V5c0-1.11.89-2 2-2h14a2 2 0 0 1 2 2v5.1l-1-.1-1 .1a5.02 5.02 0 0 0-4 4.66c-.61.55-1 1.35-1 2.24zm7.5-4.5c0-.8-.7-1.3-1.5-1.3s-1.5.5-1.5 1.3V16h3zM9 8v8l5-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/play-box-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/play-box-multiple-outline.svg new file mode 100644 index 0000000..ce8b119 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/play-box-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 6H2v14c0 1.1.9 2 2 2h14v-2H4zm16-2v12H8V4zm0-2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m-8 12.5v-9l6 4.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/play-box-multiple.svg b/mkdocs-material/material/templates/.icons/material/play-box-multiple.svg new file mode 100644 index 0000000..c9efab4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/play-box-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 6H2v14a2 2 0 0 0 2 2h14v-2H4zm16-4H8a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2m-8 12.5v-9l6 4.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/play-box-outline.svg b/mkdocs-material/material/templates/.icons/material/play-box-outline.svg new file mode 100644 index 0000000..4875daf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/play-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 19H5V5h14m0-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-9 5v8l5-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/play-box.svg b/mkdocs-material/material/templates/.icons/material/play-box.svg new file mode 100644 index 0000000..c97d4c4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/play-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5c-1.11 0-2 .89-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5a2 2 0 0 0-2-2m-9 13V8l5 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/play-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/play-circle-outline.svg new file mode 100644 index 0000000..2c93284 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/play-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m0-18A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m-2 14.5 6-4.5-6-4.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/play-circle.svg b/mkdocs-material/material/templates/.icons/material/play-circle.svg new file mode 100644 index 0000000..a365c17 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/play-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 16.5v-9l6 4.5M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/play-network-outline.svg b/mkdocs-material/material/templates/.icons/material/play-network-outline.svg new file mode 100644 index 0000000..a337e2e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/play-network-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 20a1 1 0 0 0-1-1h-1v-2h4a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h4v2h-1a1 1 0 0 0-1 1H2v2h7a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1h7v-2zm-8-5V5h10v10zm3-1V6l5 4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/play-network.svg b/mkdocs-material/material/templates/.icons/material/play-network.svg new file mode 100644 index 0000000..26cf364 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/play-network.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 20a1 1 0 0 0-1-1h-1v-2h4a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h4v2h-1a1 1 0 0 0-1 1H2v2h7a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1h7v-2zm-5-6V6l5 4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/play-outline.svg b/mkdocs-material/material/templates/.icons/material/play-outline.svg new file mode 100644 index 0000000..75b4c91 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/play-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.5 8.64 13.77 12 8.5 15.36zM6.5 5v14l11-7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/play-pause.svg b/mkdocs-material/material/templates/.icons/material/play-pause.svg new file mode 100644 index 0000000..e23fafc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/play-pause.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 5v14l8-7m2 7h3V5h-3m5 0v14h3V5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/play-protected-content.svg b/mkdocs-material/material/templates/.icons/material/play-protected-content.svg new file mode 100644 index 0000000..1890e21 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/play-protected-content.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 5v13h9v-2H4V7h13v4h2V5zm7 4v5l3.5-2.5zm12.04 2.67-4.95 4.95-2.13-2.12-1.41 1.41 3.54 3.54 6.36-6.36z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/play-speed.svg b/mkdocs-material/material/templates/.icons/material/play-speed.svg new file mode 100644 index 0000000..d8291de --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/play-speed.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 2.05v2c4.39.54 7.5 4.53 6.96 8.92-.46 3.64-3.32 6.53-6.96 6.96v2c5.5-.55 9.5-5.43 8.95-10.93-.45-4.75-4.22-8.5-8.95-8.97zM5.67 19.74A10 10 0 0 0 11 22v-2a8 8 0 0 1-3.9-1.63zm1.43-14c1.12-.9 2.47-1.48 3.9-1.68v-2c-1.95.19-3.81.94-5.33 2.2zM5.69 7.1 4.26 5.67A9.9 9.9 0 0 0 2.05 11h2c.19-1.42.75-2.77 1.64-3.9M4.06 13h-2c.2 1.96.97 3.81 2.21 5.33l1.42-1.43A8 8 0 0 1 4.06 13M10 16.5l6-4.5-6-4.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/play.svg b/mkdocs-material/material/templates/.icons/material/play.svg new file mode 100644 index 0000000..575b7ce --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/play.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 5.14v14l11-7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/playlist-check.svg b/mkdocs-material/material/templates/.icons/material/playlist-check.svg new file mode 100644 index 0000000..f8b8019 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/playlist-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 10H3v2h11zm0-4H3v2h11zM3 16h7v-2H3zm18.5-4.5L23 13l-7 7-4.5-4.5L13 14l3 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/playlist-edit.svg b/mkdocs-material/material/templates/.icons/material/playlist-edit.svg new file mode 100644 index 0000000..744d197 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/playlist-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 6v2h11V6zm0 4v2h11v-2zm17 .1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V20h2.1l6.1-6.1zM3 14v2h7v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/playlist-minus.svg b/mkdocs-material/material/templates/.icons/material/playlist-minus.svg new file mode 100644 index 0000000..884fdac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/playlist-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 16h7v-2H3m9 0v2h10v-2m-8-8H3v2h11m0 2H3v2h11z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/playlist-music-outline.svg b/mkdocs-material/material/templates/.icons/material/playlist-music-outline.svg new file mode 100644 index 0000000..7bf4fd9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/playlist-music-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 6v2H3V6zm0 4v2H3v-2zM3 16v-2h8v2zM17 6h5v2h-3v9a3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3c.35 0 .69.07 1 .18zm-1 10a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/playlist-music.svg b/mkdocs-material/material/templates/.icons/material/playlist-music.svg new file mode 100644 index 0000000..cdea1d9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/playlist-music.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 6H3v2h12zm0 4H3v2h12zM3 16h8v-2H3zM17 6v8.18c-.31-.11-.65-.18-1-.18a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3V8h3V6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/playlist-play.svg b/mkdocs-material/material/templates/.icons/material/playlist-play.svg new file mode 100644 index 0000000..c931c8d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/playlist-play.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 10h11v2H3zm0-4h11v2H3zm0 8h7v2H3zm13-1v8l6-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/playlist-plus.svg b/mkdocs-material/material/templates/.icons/material/playlist-plus.svg new file mode 100644 index 0000000..433fe45 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/playlist-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 16h7v-2H3m15 0v-4h-2v4h-4v2h4v4h2v-4h4v-2m-8-8H3v2h11m0 2H3v2h11z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/playlist-remove.svg b/mkdocs-material/material/templates/.icons/material/playlist-remove.svg new file mode 100644 index 0000000..983a495 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/playlist-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 10H3v2h11zm0-4H3v2h11zM3 16h7v-2H3zm11.4 6 2.6-2.6 2.6 2.6 1.4-1.4-2.6-2.6 2.6-2.6-1.4-1.4-2.6 2.6-2.6-2.6-1.4 1.4 2.6 2.6-2.6 2.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/playlist-star.svg b/mkdocs-material/material/templates/.icons/material/playlist-star.svg new file mode 100644 index 0000000..3e52dda --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/playlist-star.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17 19.1 2.5 1.5-.7-2.8 2.2-1.9-2.9-.2L17 13l-1.1 2.6-2.9.3 2.2 1.9-.7 2.8zM3 14h8v2H3zm0-8h12v2H3zm0 4h12v2H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/plex.svg b/mkdocs-material/material/templates/.icons/material/plex.svg new file mode 100644 index 0000000..2aac9a1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/plex.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2c-1.11 0-2 .89-2 2v16c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V4c0-1.11-.89-2-2-2zm4.56 4h3.5l3.44 6-3.44 6h-3.5L12 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pliers.svg b/mkdocs-material/material/templates/.icons/material/pliers.svg new file mode 100644 index 0000000..004b2f3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pliers.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.4 12.2s2.3 3.1 4.4 5.2c.9.9 1.8 1.5 2.5 2 .8.5 1 1.6.3 2.3-.4.4-1.1.6-1.6.3-.8-.4-2-1.2-3.3-2.4-2.1-2.1-4.4-5.2-4.4-5.2zm2.8-2.8s3.1 2.3 5.2 4.4c.9.9 1.5 1.8 2 2.5.5.8 1.6 1 2.3.3.4-.4.6-1.1.3-1.6-.4-.8-1.2-2-2.4-3.3-2.1-2.1-5.2-4.4-5.2-4.4zm-1.8-3.9L7.6 2.7 4.1 2l-.5.5 2.3 2.3c.5-.1 1 0 1.4.4.6.6.6 1.5 0 2.1s-1.5.6-2.1 0c-.4-.4-.5-1-.4-1.5L2.5 3.6l-.5.5.7 3.5 2.8 2.8 1.4 2.8 1.9-1.9-1-1.8 1.6-1.6 1.9.9 1.9-1.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/plus-box-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/plus-box-multiple-outline.svg new file mode 100644 index 0000000..851a4ef --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/plus-box-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 11h-3v3h-2v-3h-3V9h3V6h2v3h3m2-5v12H8V4zm0-2H8c-1.1 0-2 .9-2 2v12a2 2 0 0 0 2 2h12c1.11 0 2-.89 2-2V4a2 2 0 0 0-2-2M4 6H2v14a2 2 0 0 0 2 2h14v-2H4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/plus-box-multiple.svg b/mkdocs-material/material/templates/.icons/material/plus-box-multiple.svg new file mode 100644 index 0000000..76cc069 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/plus-box-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 11h-4v4h-2v-4H9V9h4V5h2v4h4m1-7H8a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2M4 6H2v14a2 2 0 0 0 2 2h14v-2H4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/plus-box-outline.svg b/mkdocs-material/material/templates/.icons/material/plus-box-outline.svg new file mode 100644 index 0000000..ae6b21d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/plus-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 19V5H5v14zm0-16a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm-8 4h2v4h4v2h-4v4h-2v-4H7v-2h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/plus-box.svg b/mkdocs-material/material/templates/.icons/material/plus-box.svg new file mode 100644 index 0000000..07eae20 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/plus-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 13h-4v4h-2v-4H7v-2h4V7h2v4h4m2-8H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/plus-circle-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/plus-circle-multiple-outline.svg new file mode 100644 index 0000000..65a9cac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/plus-circle-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 8h-2v3h-3v2h3v3h2v-3h3v-2h-3M2 12c0-2.79 1.64-5.2 4-6.32V3.5C2.5 4.76 0 8.09 0 12s2.5 7.24 6 8.5v-2.18C3.64 17.2 2 14.79 2 12m13-9c-4.96 0-9 4.04-9 9s4.04 9 9 9 9-4.04 9-9-4.04-9-9-9m0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/plus-circle-multiple.svg b/mkdocs-material/material/templates/.icons/material/plus-circle-multiple.svg new file mode 100644 index 0000000..9f300c0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/plus-circle-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 12c0-2.8 1.6-5.2 4-6.3V3.5C2.5 4.8 0 8.1 0 12s2.5 7.2 6 8.5v-2.2c-2.4-1.1-4-3.5-4-6.3m13-9c-5 0-9 4-9 9s4 9 9 9 9-4 9-9-4-9-9-9m5 10h-4v4h-2v-4h-4v-2h4V7h2v4h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/plus-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/plus-circle-outline.svg new file mode 100644 index 0000000..a3266cf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/plus-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m0-18A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m1 5h-2v4H7v2h4v4h2v-4h4v-2h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/plus-circle.svg b/mkdocs-material/material/templates/.icons/material/plus-circle.svg new file mode 100644 index 0000000..00ec9f5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/plus-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 13h-4v4h-2v-4H7v-2h4V7h2v4h4m-5-9A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/plus-lock-open.svg b/mkdocs-material/material/templates/.icons/material/plus-lock-open.svg new file mode 100644 index 0000000..7510d88 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/plus-lock-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 5v6H5v2h6v6h2v-6h6v-2h-6V5zm8 10c-1.05 0-2.1.8-2.1 1.82v1.82c-.45 0-.9.43-.9.86v2.55c0 .51.45.95.9.95h4.13c.52 0 .97-.44.97-.87v-2.55c0-.51-.45-.94-.9-.94h-3.22v-1.82c0-.58.52-.95 1.12-.95s1.13.37 1.13.95v.36h.97v-.36C21.1 15.8 20.05 15 19 15"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/plus-lock.svg b/mkdocs-material/material/templates/.icons/material/plus-lock.svg new file mode 100644 index 0000000..33184b2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/plus-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.14 17.67v-.45C21.14 16 20.2 15 19 15s-2.14 1-2.14 2.22v.45c-.52 0-.86.33-.86.89v3.55c0 .54.34.89.86.89h4.28c.52 0 .86-.35.86-.89v-3.56c0-.55-.34-.88-.86-.88m-.85 0h-2.57v-.45c0-.72.59-1.33 1.28-1.33s1.29.61 1.29 1.33zM11 5v6H5v2h6v6h2v-6h6v-2h-6V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/plus-minus-box.svg b/mkdocs-material/material/templates/.icons/material/plus-minus-box.svg new file mode 100644 index 0000000..f7d060d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/plus-minus-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm6 3h2v3h3v2h-3v3h-2v-3H8V9h3zM8 16h8v2H8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/plus-minus-variant.svg b/mkdocs-material/material/templates/.icons/material/plus-minus-variant.svg new file mode 100644 index 0000000..628a5c0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/plus-minus-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 7h3V4h2v3h3v2H8v3H6V9H3zm10 8h8v2h-8zm3.04-12h2.31L7.96 21H5.65z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/plus-minus.svg b/mkdocs-material/material/templates/.icons/material/plus-minus.svg new file mode 100644 index 0000000..acc194a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/plus-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 4v5H6v2h5v5h2v-5h5V9h-5V4zM6 18v2h12v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/plus-network-outline.svg b/mkdocs-material/material/templates/.icons/material/plus-network-outline.svg new file mode 100644 index 0000000..08555cb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/plus-network-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 20a1 1 0 0 0-1-1h-1v-2h4a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h4v2h-1a1 1 0 0 0-1 1H2v2h7a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1h7v-2zm-8-5V5h10v10zm8-4h-2v2h-2v-2H9V9h2V7h2v2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/plus-network.svg b/mkdocs-material/material/templates/.icons/material/plus-network.svg new file mode 100644 index 0000000..63932ca --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/plus-network.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 11V9h-3V6h-2v3H8v2h3v3h2v-3zm1-8a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-4v2h1a1 1 0 0 1 1 1h7v2h-7a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1H2v-2h7a1 1 0 0 1 1-1h1v-2H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/plus-outline.svg b/mkdocs-material/material/templates/.icons/material/plus-outline.svg new file mode 100644 index 0000000..0cab831 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 9h5V4h6v5h5v6h-5v5H9v-5H4zm7 4v5h2v-5h5v-2h-5V6h-2v5H6v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/plus-thick.svg b/mkdocs-material/material/templates/.icons/material/plus-thick.svg new file mode 100644 index 0000000..ae76255 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/plus-thick.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 14h-6v6h-4v-6H4v-4h6V4h4v6h6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/plus.svg b/mkdocs-material/material/templates/.icons/material/plus.svg new file mode 100644 index 0000000..9ad5197 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pocket.svg b/mkdocs-material/material/templates/.icons/material/pocket.svg new file mode 100644 index 0000000..b4eaf1a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pocket.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 3h16v14.63l-8 4.62-8-4.62zm14 6H6v7.5l6 3.44 6-3.44zm0-4H6v2h12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/podcast.svg b/mkdocs-material/material/templates/.icons/material/podcast.svg new file mode 100644 index 0000000..ae53219 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/podcast.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 18.25v3.25H7v-3.25c0-1.38 2.24-2.5 5-2.5s5 1.12 5 2.5M12 5.5a6.5 6.5 0 0 1 6.5 6.5c0 1.25-.35 2.42-.96 3.41L16 14.04c.32-.61.5-1.31.5-2.04 0-2.5-2-4.5-4.5-4.5s-4.5 2-4.5 4.5c0 .73.18 1.43.5 2.04l-1.54 1.37c-.61-.99-.96-2.16-.96-3.41A6.5 6.5 0 0 1 12 5.5m0-4A10.5 10.5 0 0 1 22.5 12c0 2.28-.73 4.39-1.96 6.11l-1.5-1.35c.92-1.36 1.46-3 1.46-4.76A8.5 8.5 0 0 0 12 3.5 8.5 8.5 0 0 0 3.5 12c0 1.76.54 3.4 1.46 4.76l-1.5 1.35A10.47 10.47 0 0 1 1.5 12 10.5 10.5 0 0 1 12 1.5m0 8a2.5 2.5 0 0 1 2.5 2.5 2.5 2.5 0 0 1-2.5 2.5A2.5 2.5 0 0 1 9.5 12 2.5 2.5 0 0 1 12 9.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/podium-bronze.svg b/mkdocs-material/material/templates/.icons/material/podium-bronze.svg new file mode 100644 index 0000000..71afe9d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/podium-bronze.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m4 13.09 2.45 1.49-.65-2.81L8 9.89l-2.89-.25L4 7 2.87 9.64 0 9.89l2.18 1.88-.68 2.81zM7 23H1v-6h6zm2-13v13h6V10zm4 11h-2v-9h2zm4-8v10h6V13zm4 8h-2v-6h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/podium-gold.svg b/mkdocs-material/material/templates/.icons/material/podium-gold.svg new file mode 100644 index 0000000..71f8947 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/podium-gold.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 7.09 2.45 1.49-.65-2.81L16 3.89l-2.89-.25L12 1l-1.13 2.64L8 3.89l2.18 1.88-.68 2.81zM15 23H9V10h6zM1 17v6h6v-6zm4 4H3v-2h2zm12-8v10h6V13zm4 8h-2v-6h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/podium-silver.svg b/mkdocs-material/material/templates/.icons/material/podium-silver.svg new file mode 100644 index 0000000..7f73400 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/podium-silver.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20 10.09 2.45 1.49-.65-2.81L24 6.89l-2.89-.25L20 4l-1.13 2.64-2.87.25 2.18 1.88-.68 2.81zM23 23h-6V13h6zM1 17v6h6v-6zm4 4H3v-2h2zm4-11v13h6V10zm4 11h-2v-9h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/podium.svg b/mkdocs-material/material/templates/.icons/material/podium.svg new file mode 100644 index 0000000..f7826eb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/podium.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 7.09 2.45 1.49-.65-2.81L16 3.89l-2.89-.25L12 1l-1.13 2.64L8 3.89l2.18 1.88-.68 2.81zm-8 6 2.45 1.49-.65-2.81L8 9.89l-2.89-.25L4 7 2.87 9.64 0 9.89l2.18 1.88-.68 2.81zm16-3 2.45 1.49-.65-2.81L24 6.89l-2.89-.25L20 4l-1.13 2.64-2.87.25 2.18 1.88-.68 2.81zM15 23H9V10h6zm-8 0H1v-6h6zm16 0h-6V13h6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/point-of-sale.svg b/mkdocs-material/material/templates/.icons/material/point-of-sale.svg new file mode 100644 index 0000000..ebc7963 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/point-of-sale.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 5c-.6 0-1 .5-1 1.1V16c0 .6.4 1 1 1.1.6 0 1-.5 1-1.1V6.1c0-.6-.4-1.1-1-1.1m-3.6-3H4.6C3.7 2 3 2.7 3 3.6v13.8c0 .9.7 1.6 1.6 1.6H6v2c0 .6.4 1 1 1h6c.6 0 1-.4 1-1v-2h2.4c.9 0 1.6-.7 1.6-1.6V3.6c0-.9-.7-1.6-1.6-1.6M5 8h3v2H5zm7 3v2H9v-2zm-3-1V8h3v2zm3 4v2H9v-2zm-7-3h3v2H5zm0 5v-2h3v2zm3 5H7v-2h1zm5 0h-3v-2h3zm3-5h-3v-2h3zm0-3h-3v-2h3zm0-3h-3V8h3zm0-4H5V4h11z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pokeball.svg b/mkdocs-material/material/templates/.icons/material/pokeball.svg new file mode 100644 index 0000000..33b4eec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pokeball.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2c-4.08 0-7.45 3.05-7.94 7h4.07c.44-1.73 2.01-3 3.87-3s3.43 1.27 3.87 3h4.07c-.49-3.95-3.86-7-7.94-7m0 16c4.08 0 7.45-3.05 7.94-7h-4.07c-.44 1.73-2.01 3-3.87 3s-3.43-1.27-3.87-3H4.06c.49 3.95 3.86 7 7.94 7m0-10a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pokemon-go.svg b/mkdocs-material/material/templates/.icons/material/pokemon-go.svg new file mode 100644 index 0000000..69dc54b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pokemon-go.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a7 7 0 0 1 7 7c0 1.4-.41 2.71-1.12 3.8L12 22.21 6.12 12.8A6.95 6.95 0 0 1 5 9a7 7 0 0 1 7-7m0 1.5A5.5 5.5 0 0 0 6.59 8h2.58c.41-1.17 1.52-2 2.83-2s2.42.83 2.83 2h2.58A5.5 5.5 0 0 0 12 3.5m0 8.5a2.99 2.99 0 0 1-2.83-2H6.59c.13.69.38 1.34.75 1.91l.04.09A5.51 5.51 0 0 0 12 14.5c1.94 0 3.64-1 4.62-2.5l.04-.09c.37-.57.62-1.22.75-1.91h-2.58A2.99 2.99 0 0 1 12 12m0-4.5A1.5 1.5 0 0 0 10.5 9a1.5 1.5 0 0 0 1.5 1.5A1.5 1.5 0 0 0 13.5 9 1.5 1.5 0 0 0 12 7.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/poker-chip.svg b/mkdocs-material/material/templates/.icons/material/poker-chip.svg new file mode 100644 index 0000000..ebcfceb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/poker-chip.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 12c0 6.08-4.92 11-11 11S1 18.08 1 12 5.92 1 12 1s11 4.92 11 11M13 4.06c2.13.27 4.07 1.39 5.37 3.1l1.74-1A10 10 0 0 0 13 2zm-9.11 2.1 1.74 1A8.02 8.02 0 0 1 11 4.06V2a10 10 0 0 0-7.11 4.16m-1 9.94 1.73-1a8.03 8.03 0 0 1 0-6.2l-1.73-1a9.86 9.86 0 0 0 0 8.2M11 19.94a8.02 8.02 0 0 1-5.37-3.1l-1.74 1A10 10 0 0 0 11 22zm9.11-2.1-1.74-1a8.02 8.02 0 0 1-5.37 3.1v2c2.85-.29 5.44-1.78 7.11-4.1m1-1.74c1.19-2.6 1.19-5.6 0-8.2l-1.73 1a8.03 8.03 0 0 1 0 6.2zM15 12l-3-5-3 5 3 5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/polaroid.svg b/mkdocs-material/material/templates/.icons/material/polaroid.svg new file mode 100644 index 0000000..95165a5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/polaroid.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 3h12a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m0 2v12h12V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/police-badge-outline.svg b/mkdocs-material/material/templates/.icons/material/police-badge-outline.svg new file mode 100644 index 0000000..53ff78a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/police-badge-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 4.21c1.24.51 2.65.79 4 .79 1.05 0 2.1-.16 3.08-.46C18.5 5.5 18 6.71 18 8c0 1.32.54 2.93 1.1 4.63.4 1.2.9 2.7.9 3.37 0 1.03-3.53 3-8 3.96C7.54 19 4 17.03 4 16c0-.67.5-2.17.9-3.37C5.46 10.93 6 9.32 6 8c0-1.29-.5-2.5-1.08-3.46C5.9 4.84 6.96 5 8 5c1.35 0 2.76-.28 4-.79M20 2c-1.15.64-2.6 1-4 1s-2.86-.37-4-1c-1.14.63-2.6 1-4 1s-2.85-.36-4-1L2 4s2 2 2 4-2 6-2 8c0 4 10 6 10 6s10-2 10-6c0-2-2-6-2-8s2-4 2-4zm-4.95 14.45-3.08-1.86-3.07 1.86.82-3.5L7 10.61l3.58-.31L11.97 7l1.4 3.29 3.58.31-2.72 2.34z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/police-badge.svg b/mkdocs-material/material/templates/.icons/material/police-badge.svg new file mode 100644 index 0000000..3a33a51 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/police-badge.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22 4-2-2c-1.15.64-2.6 1-4 1s-2.86-.37-4-1c-1.14.63-2.6 1-4 1s-2.85-.36-4-1L2 4s2 2 2 4-2 6-2 8c0 4 10 6 10 6s10-2 10-6c0-2-2-6-2-8s2-4 2-4m-6.95 12.45-3.08-1.86-3.07 1.86.82-3.5L7 10.61l3.58-.31L11.97 7l1.4 3.29 3.58.31-2.72 2.34z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/police-station.svg b/mkdocs-material/material/templates/.icons/material/police-station.svg new file mode 100644 index 0000000..fbf5fe0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/police-station.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 10s4-.8 4-2.4c0-.8-.8-2.4-.8-3.2s.8-1.6.8-1.6l-.8-.8c-.46.26-1.04.4-1.6.4S12.46 2.25 12 2c-.46.25-1.04.4-1.6.4S9.26 2.26 8.8 2l-.8.8s.8.8.8 1.6S8 6.8 8 7.6c0 1.6 4 2.4 4 2.4m-.57-4.68L12 4l.55 1.32 1.45.12-1.11.94.33 1.4L12 7.04l-1.24.74.33-1.4L10 5.44zM21 6h-4.35c.19.58.35 1.12.35 1.6 0 2.25-3.68 3.16-4.8 3.4h-.4C10.68 10.76 7 9.85 7 7.6c0-.48.16-1.02.35-1.6H3c-.55 0-1 .45-1 1v15h8v-5h4v5h8V7c0-.55-.45-1-1-1M8 20H4v-3h4zm0-5H4v-3h4zm6 0h-4v-3h4zm6 5h-4v-3h4zm0-5h-4v-3h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/poll.svg b/mkdocs-material/material/templates/.icons/material/poll.svg new file mode 100644 index 0000000..74c351b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/poll.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 22V8h4v14zm7 0V2h4v20zm7 0v-8h4v8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/polo.svg b/mkdocs-material/material/templates/.icons/material/polo.svg new file mode 100644 index 0000000..8140b07 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/polo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 9.5a2.5 2.5 0 0 1-5 0 2.5 2.5 0 0 1 5 0M11 17V3H8v14H2l4 4h7v-4zm5 0h-2v4h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/polymer.svg b/mkdocs-material/material/templates/.icons/material/polymer.svg new file mode 100644 index 0000000..040cbc6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/polymer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 4h-4L7.1 16.63 4.5 12 9 4H5L.5 12 5 20h4l7.89-12.63L19.5 12 15 20h4l4.5-8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pool-thermometer.svg b/mkdocs-material/material/templates/.icons/material/pool-thermometer.svg new file mode 100644 index 0000000..fb66f42 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pool-thermometer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6c-1.1 0-2 .9-2 2v6.8c-.6.6-1 1.4-1 2.2 0 1.7 1.3 3 3 3s3-1.3 3-3c0-.9-.4-1.7-1-2.2V8c0-1.1-.9-2-2-2m0 1c.5 0 1 .4 1 1v1h-2V8c0-.6.5-1 1-1m-4 13.3c-.9.4-1.8.7-2.7.7-2.2 0-4.4-2-6.7-2-1.2 0-2.4.3-3.7.7v-2c1.3-.4 2.5-.7 3.8-.7 2.2 0 4.4 2 6.7 2 .9 0 1.8-.3 2.7-.7v2M12.3 17c.9 0 1.8-.3 2.7-.7v-2c-.7.3-1.3.5-2 .7V5c0-.6.4-1 1-1h2.8c-.4-1.2-1.5-2-2.8-2-1.7 0-3 1.3-3 3v1H6V5c0-.6.4-1 1-1h2.8C9.4 2.8 8.3 2 7 2 5.3 2 4 3.3 4 5v8.2c-.7.1-1.3.3-2 .6v2c1.2-.5 2.4-.8 3.7-.8 2.2 0 4.4 2 6.6 2M6 8h5v2H6zm0 4h5v2.8c-1.7-.5-3.3-1.6-5-1.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pool.svg b/mkdocs-material/material/templates/.icons/material/pool.svg new file mode 100644 index 0000000..b62e8b7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pool.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 15c1.67-.75 3.33-1.5 5-1.83V5a3 3 0 0 1 3-3c1.31 0 2.42.83 2.83 2H10a1 1 0 0 0-1 1v1h5V5a3 3 0 0 1 3-3c1.31 0 2.42.83 2.83 2H17a1 1 0 0 0-1 1v9.94c2-.32 4-1.94 6-1.94v2c-2.22 0-4.44 2-6.67 2-2.22 0-4.44-2-6.66-2-2.23 0-4.45 1-6.67 2zm12-7H9v2h5zm0 4H9v1c1.67.16 3.33 1.31 5 1.79zM2 19c2.22-1 4.44-2 6.67-2 2.22 0 4.44 2 6.66 2 2.23 0 4.45-2 6.67-2v2c-2.22 0-4.44 2-6.67 2-2.22 0-4.44-2-6.66-2-2.23 0-4.45 1-6.67 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/popcorn.svg b/mkdocs-material/material/templates/.icons/material/popcorn.svg new file mode 100644 index 0000000..aa1d6ac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/popcorn.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 22H4.75s-.75 0-.94-1.35L2.04 3.81 2 3.5C2 2.67 2.9 2 4 2s2 .67 2 1.5C6 2.67 6.9 2 8 2s2 .67 2 1.5c0-.83.9-1.5 2-1.5 1.09 0 2 .66 2 1.5 0-.83.9-1.5 2-1.5s2 .67 2 1.5c0-.83.9-1.5 2-1.5s2 .67 2 1.5l-.04.31-1.77 16.84C20 22 19.25 22 19.25 22H7M17.85 4.93C17.55 4.39 16.84 4 16 4c-.81 0-1.64.36-2 .87L13.78 20h2.88zM10 4.87C9.64 4.36 8.81 4 8 4c-.84 0-1.55.39-1.85.93L7.34 20h2.88z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/post-lamp.svg b/mkdocs-material/material/templates/.icons/material/post-lamp.svg new file mode 100644 index 0000000..e0282c0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/post-lamp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14 3-1-2h-2l-1 2-5 3h2l1 8 2 2 .5 1H9v6h6v-6h-1.5l.5-1 2-2 1-8h2zm.16 10H9.84L9 6h6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/post-outline.svg b/mkdocs-material/material/templates/.icons/material/post-outline.svg new file mode 100644 index 0000000..8b3126e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/post-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 5v14H5V5zm2-2H3v18h18zm-4 14H7v-1h10zm0-2H7v-1h10zm0-3H7V7h10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/post.svg b/mkdocs-material/material/templates/.icons/material/post.svg new file mode 100644 index 0000000..cae9953 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/post.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3v18h18V3zm15 15H6v-1h12zm0-2H6v-1h12zm0-4H6V6h12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/postage-stamp.svg b/mkdocs-material/material/templates/.icons/material/postage-stamp.svg new file mode 100644 index 0000000..fecc4f8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/postage-stamp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 2v3.5c1.1 0 2 1.12 2 2.5s-.9 2.5-2 2.5v3c1.1 0 2 1.12 2 2.5s-.9 2.5-2 2.5V22h3.5c0-1.1 1.12-2 2.5-2s2.5.9 2.5 2h3c0-1.1 1.12-2 2.5-2s2.5.9 2.5 2H22v-3.5c-1.1 0-2-1.12-2-2.5s.9-2.5 2-2.5v-3c-1.1 0-2-1.12-2-2.5s.9-2.5 2-2.5V2h-3.5c0 1.1-1.12 2-2.5 2s-2.5-.9-2.5-2h-3c0 1.1-1.12 2-2.5 2s-2.5-.9-2.5-2zm4 4h12v12H6zm3 1a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m8 3-3 3-2-1-5 5h10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pot-mix-outline.svg b/mkdocs-material/material/templates/.icons/material/pot-mix-outline.svg new file mode 100644 index 0000000..aa9910e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pot-mix-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.6 9 18 3.1l1.7 1L16.9 9zm1.7 1H21v2h-2v7c0 1.1-.9 2-2 2H7c-1.1 0-2-.9-2-2v-7H3v-2zm.7 2H7v7h10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pot-mix.svg b/mkdocs-material/material/templates/.icons/material/pot-mix.svg new file mode 100644 index 0000000..50a0ff4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pot-mix.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.6 9 18 3.1l1.7 1L16.9 9zm-.6 1H3v2h2v7c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2v-7h2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pot-outline.svg b/mkdocs-material/material/templates/.icons/material/pot-outline.svg new file mode 100644 index 0000000..9b53a59 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pot-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 10v2h2v7c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2v-7h2v-2zm4 2h10v7H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pot-steam-outline.svg b/mkdocs-material/material/templates/.icons/material/pot-steam-outline.svg new file mode 100644 index 0000000..6d0f08c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pot-steam-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 1.5a3.35 3.35 0 0 0 0 6.7h1.53c.39 0 .76.1 1.08.3h2.02c-.58-1.05-1.77-1.75-3.1-1.75H8c-1 0-1.85-.98-1.85-2S7 3 8 3zm4.85.5c0 1-.85 1.85-1.85 1.85v1.5c1.92 0 3.5 1.35 3.89 3.15h1.53a5.54 5.54 0 0 0-3.07-4.12c.62-.61 1-1.45 1-2.38zM3 10v2h2v7a2 2 0 0 0 2 2h10c1.11 0 2-.89 2-2v-7h2v-2zm4 2h10v7H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pot-steam.svg b/mkdocs-material/material/templates/.icons/material/pot-steam.svg new file mode 100644 index 0000000..3851bdb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pot-steam.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 19c0 1.11-.89 2-2 2H7a2 2 0 0 1-2-2v-7H3v-2h18v2h-2M8 1.5a3.35 3.35 0 0 0 0 6.7h1.53c.39 0 .76.1 1.08.3h2.02c-.58-1.05-1.77-1.75-3.1-1.75H8c-1 0-1.85-.98-1.85-2S7 3 8 3m4.85-1c0 1-.85 1.85-1.85 1.85v1.5c1.92 0 3.5 1.35 3.89 3.15h1.53a5.54 5.54 0 0 0-3.07-4.12c.62-.61 1-1.45 1-2.38Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pot.svg b/mkdocs-material/material/templates/.icons/material/pot.svg new file mode 100644 index 0000000..804c0d7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pot.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 19c0 1.1-.9 2-2 2H7c-1.1 0-2-.9-2-2v-7H3v-2h18v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pound-box-outline.svg b/mkdocs-material/material/templates/.icons/material/pound-box-outline.svg new file mode 100644 index 0000000..15b8720 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pound-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 19H5V5h14m0-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2M7 9h2.31l.32-3h2l-.32 3h2l.32-3h2l-.32 3H17v2h-1.9l-.2 2H17v2h-2.31l-.32 3h-2l.32-3h-2l-.32 3h-2l.32-3H7v-2h1.9l.2-2H7zm4.1 2-.2 2h2l.2-2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pound-box.svg b/mkdocs-material/material/templates/.icons/material/pound-box.svg new file mode 100644 index 0000000..d778647 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pound-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2zm4 13h2l.35-2h4L13 18h2l.35-2h2l.36-2h-2l.7-4h2l.35-2h-2l.36-2h-2l-.36 2h-4l.36-2h-2l-.36 2h-2l-.35 2h2l-.7 4h-2l-.36 2h2zm3.41-8h4l-.7 4h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pound.svg b/mkdocs-material/material/templates/.icons/material/pound.svg new file mode 100644 index 0000000..31b1459 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pound.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m5.41 21 .71-4h-4l.35-2h4l1.06-6h-4l.35-2h4l.71-4h2l-.71 4h6l.71-4h2l-.71 4h4l-.35 2h-4l-1.06 6h4l-.35 2h-4l-.71 4h-2l.71-4h-6l-.71 4zM9.53 9l-1.06 6h6l1.06-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/power-cycle.svg b/mkdocs-material/material/templates/.icons/material/power-cycle.svg new file mode 100644 index 0000000..6fef29e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/power-cycle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3a9 9 0 0 0-9 9 9 9 0 0 0 9 9 9 9 0 0 0 9-9 9 9 0 0 0-9-9m0 16a7 7 0 0 1-7-7 7 7 0 0 1 7-7 7 7 0 0 1 7 7 7 7 0 0 1-7 7m1-2h-2V7h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/power-off.svg b/mkdocs-material/material/templates/.icons/material/power-off.svg new file mode 100644 index 0000000..5da46c1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/power-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3a9 9 0 0 0-9 9 9 9 0 0 0 9 9 9 9 0 0 0 9-9 9 9 0 0 0-9-9m0 16a7 7 0 0 1-7-7 7 7 0 0 1 7-7 7 7 0 0 1 7 7 7 7 0 0 1-7 7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/power-on.svg b/mkdocs-material/material/templates/.icons/material/power-on.svg new file mode 100644 index 0000000..304bf04 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/power-on.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 3h2v18h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/power-plug-battery-outline.svg b/mkdocs-material/material/templates/.icons/material/power-plug-battery-outline.svg new file mode 100644 index 0000000..d0d0f04 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/power-plug-battery-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 8.32c.57.38 1 1.03 1 1.68v5.5L8.5 19v3h-5v-3L0 15.5V10c0-1 1-2 2-2V4h2v4h4V4h2v4c.35 0 .7.12 1 .32m-3.91 9.27L10 14.67v-4.58c0-.03-.05-.09-.08-.09H2.09c-.03 0-.09.06-.09.09v4.58L5.33 18h1.34zM12 4.04c.11-.04.22-.04.33-.04H14V2h6v2h1.67C22.4 4 23 4.6 23 5.33v15.34c0 .33-.14.69-.39.94s-.61.39-.94.39h-9.34c-.73 0-1.33-.6-1.33-1.33v-1.34l2-2V20h8V6h-9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/power-plug-battery.svg b/mkdocs-material/material/templates/.icons/material/power-plug-battery.svg new file mode 100644 index 0000000..50f9893 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/power-plug-battery.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 10c0-.65-.43-1.3-1-1.68-.3-.2-.65-.32-1-.32V4H8v4H4V4H2v4c-1 0-2 1-2 2v5.5L3.5 19v3h5v-3l3.5-3.5zm.33-6c-.11 0-.22 0-.33.04v2.55c.3.18.56.41.79.62C13.44 7.87 14 8.85 14 10v6.33l-3 3v1.34c0 .73.6 1.33 1.33 1.33h9.34c.33 0 .69-.14.94-.39s.39-.61.39-.94V5.33C23 4.6 22.4 4 21.67 4H20V2h-6v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/power-plug-off-outline.svg b/mkdocs-material/material/templates/.icons/material/power-plug-off-outline.svg new file mode 100644 index 0000000..de2a2a1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/power-plug-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.11 21.46 2.39 1.73 1.11 3l5.14 5.14C6.1 8.41 6 8.7 6 9v5.5L9.5 18v3h5v-3l.81-.8 5.53 5.53zm-9.02-4.87-.42.41h-1.34l-.41-.41L8 13.67V9.89l5.89 5.89zM12.2 9l-2-2H14V3h2v4c1 0 2 1 2 2v5.5l-.15.15L16 12.8V9.09c0-.03-.05-.09-.08-.09zM10 6.8l-2-2V3h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/power-plug-off.svg b/mkdocs-material/material/templates/.icons/material/power-plug-off.svg new file mode 100644 index 0000000..5aea755 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/power-plug-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.84 22.73-5.53-5.53-.81.8v3h-5v-3L6 14.5V9c0-.3.1-.59.25-.86L1.11 3l1.28-1.27 19.72 19.73zM18 14.5V9c0-1-1-2-2-2V3h-2v4h-3.8l7.65 7.65zM10 3H8v1.8l2 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/power-plug-outline.svg b/mkdocs-material/material/templates/.icons/material/power-plug-outline.svg new file mode 100644 index 0000000..93527f3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/power-plug-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 7V3h-2v4h-4V3H8v4C7 7 6 8 6 9v5.5L9.5 18v3h5v-3l3.5-3.5V9c0-1-1-2-2-2m0 6.67-2.91 2.92-.42.41h-1.34l-.41-.41L8 13.67V9.09c0-.03.06-.09.09-.09h7.83c.03 0 .08.06.08.09z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/power-plug.svg b/mkdocs-material/material/templates/.icons/material/power-plug.svg new file mode 100644 index 0000000..0ca29aa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/power-plug.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 7V3h-2v4h-4V3H8v4C7 7 6 8 6 9v5.5L9.5 18v3h5v-3l3.5-3.5V9c0-1-1-2-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/power-settings.svg b/mkdocs-material/material/templates/.icons/material/power-settings.svg new file mode 100644 index 0000000..fc0eeb0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/power-settings.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 24h2v-2h-2m1.56-17.56-1.45 1.45A5.97 5.97 0 0 1 18 11a6 6 0 0 1-6 6 6 6 0 0 1-6-6c0-2.17 1.16-4.06 2.88-5.12L7.44 4.44A7.96 7.96 0 0 0 4 11a8 8 0 0 0 8 8 8 8 0 0 0 8-8c0-2.72-1.36-5.12-3.44-6.56M13 2h-2v10h2m-2 12h2v-2h-2m-4 2h2v-2H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/power-sleep.svg b/mkdocs-material/material/templates/.icons/material/power-sleep.svg new file mode 100644 index 0000000..69d3218 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/power-sleep.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.73 18c-3.33 3.69-9.02 4-12.73.64-3.67-3.33-3.96-9.02-.63-12.71A9.05 9.05 0 0 1 11.27 3c-3.31 3.7-3 9.39.73 12.71 1.63 1.48 3.78 2.29 6 2.29z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/power-socket-au.svg b/mkdocs-material/material/templates/.icons/material/power-socket-au.svg new file mode 100644 index 0000000..974082c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/power-socket-au.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.22 2A2.22 2.22 0 0 0 2 4.22v15.56C2 21 3 22 4.22 22h15.56A2.22 2.22 0 0 0 22 19.78V4.22C22 3 21 2 19.78 2zM12 4a8 8 0 0 1 8 8 8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8M8.27 7.54l-2 3.46L8 12l2-3.46zm7.46 0-1.73 1L16 12l1.73-1zM11 14v4h2v-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/power-socket-ch.svg b/mkdocs-material/material/templates/.icons/material/power-socket-ch.svg new file mode 100644 index 0000000..9c586fb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/power-socket-ch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.78 2H4.22C3 2 2 3 2 4.22v15.56C2 21 3 22 4.22 22h15.56C21 22 22 21 22 19.78V4.22C22 3 21 2 19.78 2M20 13l-3.45 3.45c-.36.36-.8.55-1.25.55H8.7c-.45 0-.89-.19-1.25-.55L4 13c-.5-.5-.5-1.5 0-2l3.45-3.45c.36-.36.8-.55 1.25-.55h6.6c.45 0 .89.19 1.25.55L20 11c.5.5.5 1.5 0 2m-9.5 1c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5m5-2c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5m-10 0c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/power-socket-de.svg b/mkdocs-material/material/templates/.icons/material/power-socket-de.svg new file mode 100644 index 0000000..434b106 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/power-socket-de.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.22 2A2.22 2.22 0 0 0 2 4.22v15.56C2 21 3 22 4.22 22h15.56A2.22 2.22 0 0 0 22 19.78V4.22C22 3 21 2 19.78 2zM11 4.07V6h2V4.07A8 8 0 0 1 20 12a8 8 0 0 1-7 7.93V18h-2v1.93A8 8 0 0 1 4 12a8 8 0 0 1 7-7.93M7.5 10.5A1.5 1.5 0 0 0 6 12c0 .83.66 1.5 1.5 1.5A1.5 1.5 0 0 0 9 12a1.5 1.5 0 0 0-1.5-1.5m9 0A1.5 1.5 0 0 0 15 12a1.5 1.5 0 0 0 1.5 1.5A1.5 1.5 0 0 0 18 12a1.5 1.5 0 0 0-1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/power-socket-eu.svg b/mkdocs-material/material/templates/.icons/material/power-socket-eu.svg new file mode 100644 index 0000000..4d6a845 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/power-socket-eu.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.5 10.5A1.5 1.5 0 0 1 9 12a1.5 1.5 0 0 1-1.5 1.5c-.84 0-1.5-.67-1.5-1.5a1.5 1.5 0 0 1 1.5-1.5m9 0A1.5 1.5 0 0 1 18 12a1.5 1.5 0 0 1-1.5 1.5A1.5 1.5 0 0 1 15 12a1.5 1.5 0 0 1 1.5-1.5M4.22 2h15.56C21 2 22 3 22 4.22v15.56A2.22 2.22 0 0 1 19.78 22H4.22C3 22 2 21 2 19.78V4.22A2.22 2.22 0 0 1 4.22 2M12 4a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/power-socket-fr.svg b/mkdocs-material/material/templates/.icons/material/power-socket-fr.svg new file mode 100644 index 0000000..1a5c2ae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/power-socket-fr.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.22 2A2.22 2.22 0 0 0 2 4.22v15.56C2 21 3 22 4.22 22h15.56A2.22 2.22 0 0 0 22 19.78V4.22C22 3 21 2 19.78 2zM12 4a8 8 0 0 1 8 8 8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8m0 2a1.5 1.5 0 0 0-1.5 1.5A1.5 1.5 0 0 0 12 9a1.5 1.5 0 0 0 1.5-1.5A1.5 1.5 0 0 0 12 6m-4.5 4.5A1.5 1.5 0 0 0 6 12c0 .83.66 1.5 1.5 1.5A1.5 1.5 0 0 0 9 12a1.5 1.5 0 0 0-1.5-1.5m9 0A1.5 1.5 0 0 0 15 12a1.5 1.5 0 0 0 1.5 1.5A1.5 1.5 0 0 0 18 12a1.5 1.5 0 0 0-1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/power-socket-it.svg b/mkdocs-material/material/templates/.icons/material/power-socket-it.svg new file mode 100644 index 0000000..f334ce3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/power-socket-it.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.5 16.5c0-.82.67-1.5 1.5-1.5s1.5.68 1.5 1.5c0 .84-.67 1.5-1.5 1.5s-1.5-.66-1.5-1.5m0-9c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S12.83 9 12 9s-1.5-.67-1.5-1.5M4.22 2h15.56C21 2 22 3 22 4.22v15.56C22 21 21 22 19.78 22H4.22C3 22 2 21 2 19.78V4.22C2 3 3 2 4.22 2M12 4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8m-1.5 8c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/power-socket-jp.svg b/mkdocs-material/material/templates/.icons/material/power-socket-jp.svg new file mode 100644 index 0000000..8f07892 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/power-socket-jp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 9.5v5H8v-5M19.78 2C21 2 22 3 22 4.22v15.56C22 21 21 22 19.78 22H4.22C3 22 2 21 2 19.78V4.22C2 3 3 2 4.22 2M12 4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8m4 5.5v5h-2v-5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/power-socket-uk.svg b/mkdocs-material/material/templates/.icons/material/power-socket-uk.svg new file mode 100644 index 0000000..e3a690b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/power-socket-uk.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm0 2h16v16H4zm7 3v4h2V7zm-5 7.75V17h3.5v-2.25zm8.5 0V17H18v-2.25z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/power-socket-us.svg b/mkdocs-material/material/templates/.icons/material/power-socket-us.svg new file mode 100644 index 0000000..7aa9098 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/power-socket-us.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 7h2v5H8zM4.22 2h15.56C21 2 22 3 22 4.22v15.56A2.22 2.22 0 0 1 19.78 22H4.22C3 22 2 21 2 19.78V4.22A2.22 2.22 0 0 1 4.22 2M12 4a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8m2 3.5h2v4h-2zm-3.5 8.75a1.5 1.5 0 0 1 1.5-1.5 1.5 1.5 0 0 1 1.5 1.5V17h-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/power-socket.svg b/mkdocs-material/material/templates/.icons/material/power-socket.svg new file mode 100644 index 0000000..d77ecbc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/power-socket.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 15h2v-4h-2m-8 4h2v-4H7m4 2h2V9h-2M8.83 7h6.37l3.8 3.8V17H5v-6.2M8 5l-5 5v9h18v-9l-5-5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/power-standby.svg b/mkdocs-material/material/templates/.icons/material/power-standby.svg new file mode 100644 index 0000000..0bae572 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/power-standby.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 3h-2v10h2zm4.83 2.17-1.42 1.42A6.94 6.94 0 0 1 19 12a7 7 0 0 1-7 7A6.995 6.995 0 0 1 7.58 6.58L6.17 5.17a9 9 0 0 0-1.03 12.69c3.22 3.78 8.9 4.24 12.69 1.02A9 9 0 0 0 21 12c0-2.63-1.16-5.13-3.17-6.83"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/power.svg b/mkdocs-material/material/templates/.icons/material/power.svg new file mode 100644 index 0000000..0e0e9d7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/power.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.56 5.44-1.45 1.45A5.97 5.97 0 0 1 18 12a6 6 0 0 1-6 6 6 6 0 0 1-6-6c0-2.17 1.16-4.06 2.88-5.12L7.44 5.44A7.96 7.96 0 0 0 4 12a8 8 0 0 0 8 8 8 8 0 0 0 8-8c0-2.72-1.36-5.12-3.44-6.56M13 3h-2v10h2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/powershell.svg b/mkdocs-material/material/templates/.icons/material/powershell.svg new file mode 100644 index 0000000..e86b430 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/powershell.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.83 4c.49 0 .8.4.67.89l-3.16 14.22c-.11.49-.59.89-1.08.89H2.17c-.49 0-.8-.4-.67-.89L4.66 4.89C4.77 4.4 5.25 4 5.74 4zm-6 12h-4c-.46 0-.83.38-.83.84 0 .47.37.85.83.85h4c.47 0 .85-.38.85-.85 0-.46-.38-.84-.85-.84m-10.05.28a.87.87 0 0 0-.21 1.22c.28.42.84.5 1.24.23 7.35-5.17 7.4-5.23 7.45-5.26.18-.16.27-.38.28-.6.01-.2-.04-.37-.16-.56L9.46 6.03A.867.867 0 0 0 8.21 6c-.36.32-.38.88-.05 1.24l4.15 4.44z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/prescription.svg b/mkdocs-material/material/templates/.icons/material/prescription.svg new file mode 100644 index 0000000..06716c7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/prescription.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 4v10h2v-4h2l5.41 5.41L9.83 19l1.41 1.41 3.59-3.58 3.58 3.58L19.82 19l-3.58-3.59 3.58-3.58-1.41-1.42L14.83 14l-4-4H11a3 3 0 0 0 3-3 3 3 0 0 0-3-3zm2 2h5a1 1 0 0 1 1 1 1 1 0 0 1-1 1H6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/presentation-play.svg b/mkdocs-material/material/templates/.icons/material/presentation-play.svg new file mode 100644 index 0000000..d5839c5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/presentation-play.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 3h8a2 2 0 0 1 2-2 2 2 0 0 1 2 2h8v2h-1v11h-5.75L17 22h-2l-1.75-6h-2.5L9 22H7l1.75-6H3V5H2zm3 2v9h14V5zm6.85 6.85a.5.5 0 0 1-.35.15.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5c.14 0 .26.06.35.15l1.4 1.39c.32.32.64.64.64.96s-.32.64-.64.96z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/presentation.svg b/mkdocs-material/material/templates/.icons/material/presentation.svg new file mode 100644 index 0000000..87af6ee --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/presentation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 3h8a2 2 0 0 1 2-2 2 2 0 0 1 2 2h8v2h-1v11h-5.75L17 22h-2l-1.75-6h-2.5L9 22H7l1.75-6H3V5H2zm3 2v9h14V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pretzel.svg b/mkdocs-material/material/templates/.icons/material/pretzel.svg new file mode 100644 index 0000000..c8969d3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pretzel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.15 15.84A8.97 8.97 0 0 1 3 10v-.03C3 7.22 5.25 5 8 5c1.64 0 3.09.79 4 2 .91-1.21 2.37-2 4-2 2.76 0 5 2.24 5 5 0 2.23-.81 4.27-2.15 5.84l1.36 1.36-1.42 1.41-1.4-1.4A9.04 9.04 0 0 1 12 19c-2 0-3.89-.67-5.39-1.79l-1.4 1.4-1.42-1.41zm10.81-.07L12 11.82l-3.96 3.95C9.17 16.55 10.53 17 12 17s2.83-.45 3.96-1.23M11 10c0-1.66-1.35-3-3-3-1.66 0-3 1.34-3 3 0 1.68.59 3.21 1.57 4.42zm6.43 4.42A7 7 0 0 0 19 10c0-1.67-1.35-3-3-3s-3 1.34-3 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-3d-nozzle-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/printer-3d-nozzle-alert-outline.svg new file mode 100644 index 0000000..e0c08e2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-3d-nozzle-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 2h10v5h2v6h-2.5L13 17h-2l-3.5-4H5V7h2zm3 20H2v-2h8c.6 0 1-.5 1-1v-1h2v1c0 1.7-1.3 3-3 3M7 9v2h1.5l3.5 4 3.5-4H17V9h-2V4H9v5zm14 4V7h2v6zm0 4v-2h2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-3d-nozzle-alert.svg b/mkdocs-material/material/templates/.icons/material/printer-3d-nozzle-alert.svg new file mode 100644 index 0000000..bf7bdf6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-3d-nozzle-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 2h10v6h2v5h-2.5L13 17h-2l-3.5-4H5V8h2zm3 20H2v-2h8c.6 0 1-.5 1-1v-1h2v1c0 1.7-1.3 3-3 3m11-9V7h2v6zm0 4v-2h2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-3d-nozzle-heat-outline.svg b/mkdocs-material/material/templates/.icons/material/printer-3d-nozzle-heat-outline.svg new file mode 100644 index 0000000..89fdf41 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-3d-nozzle-heat-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23 14.5-1.4 2.2 1.4 2.2-2 3.1-1.8-.9 1.5-2.2-1.5-2.2 2-3.1zm-4.3 0-1.5 2.2 1.5 2.2-2 3.1-1.8-.9 1.4-2.2-1.4-2.2 2-3.1zM4 2h10v5h2v6h-2.5L10 17H8l-3.5-4H2V7h2zm0 7v2h1.5L9 15l3.5-4H14V9h-2V4H6v5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-3d-nozzle-heat.svg b/mkdocs-material/material/templates/.icons/material/printer-3d-nozzle-heat.svg new file mode 100644 index 0000000..b3db7bb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-3d-nozzle-heat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2h10v5h2v6h-2.5L10 17H8l-3.5-4H2V7h2zm19 12.5-1.4 2.2 1.4 2.2-2 3.1-1.8-.9 1.5-2.2-1.5-2.2 2-3.1zm-4.3 0-1.5 2.2 1.5 2.2-2 3.1-1.8-.9 1.4-2.2-1.4-2.2 2-3.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-3d-nozzle-off-outline.svg b/mkdocs-material/material/templates/.icons/material/printer-3d-nozzle-off-outline.svg new file mode 100644 index 0000000..2ea9cc2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-3d-nozzle-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.1 21.5 2.4 1.7 1.1 3l4 4H5v6h2.5l3.5 4h2l1-1.1 6.9 6.9zM12 15l-3.5-4H7V9h.1l5.4 5.4zm-1 3h2v1c0 1.7-1.3 3-3 3H2v-2h8c.6 0 1-.4 1-1zM9 5.8l-2-2V2h10v5h2v6h-2.8l-1.3-1.3.6-.7H17V9h-2V4H9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-3d-nozzle-off.svg b/mkdocs-material/material/templates/.icons/material/printer-3d-nozzle-off.svg new file mode 100644 index 0000000..f088812 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-3d-nozzle-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.8 22.7 14 15.9 13 17h-2l-3.5-4H5V8h1.1l-5-5 1.3-1.3 19.7 19.7zM11 19c0 .6-.4 1-1 1H2v2h8c1.7 0 3-1.3 3-3v-1h-2zm8-6V8h-2V2H7v1.8l9.2 9.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-3d-nozzle-outline.svg b/mkdocs-material/material/templates/.icons/material/printer-3d-nozzle-outline.svg new file mode 100644 index 0000000..b40cca8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-3d-nozzle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 2h10v5h2v6h-2.5L13 17h-2l-3.5-4H5V7h2zm3 20H2v-2h8a1 1 0 0 0 1-1v-1h2v1a3 3 0 0 1-3 3M7 9v2h1.5l3.5 4 3.5-4H17V9h-2V4H9v5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-3d-nozzle.svg b/mkdocs-material/material/templates/.icons/material/printer-3d-nozzle.svg new file mode 100644 index 0000000..fb9261b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-3d-nozzle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 2h10v6h2v5h-2.5L13 17h-2l-3.5-4H5V8h2zm3 20H2v-2h8a1 1 0 0 0 1-1v-1h2v1a3 3 0 0 1-3 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-3d-off.svg b/mkdocs-material/material/templates/.icons/material/printer-3d-off.svg new file mode 100644 index 0000000..b409baa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-3d-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.3 2 1 3.3l1.1 1.1c-.1.2-.1.4-.1.6v6h4V8.3L8.7 11l-2.2 1.1c-.3.2-.5.5-.5.9v5.2c0 .4.2.7.5.9l4.9 2.7c.2.1.4.2.6.2s.4-.1.6-.2l4.5-2.5 3.7 3.7 1.3-1.3zm2.6 0h-.1l5 5H18v4h4V5c0-1.7-1.3-3-3-3zq.15 0 0 0M19 4c.6 0 1 .4 1 1s-.4 1-1 1-1-.4-1-1 .4-1 1-1m-6.6 5.6 5.6 5.6V13c0-.4-.2-.7-.5-.9l-4.9-2.4c-.1 0-.1-.1-.2-.1m-2.2 2.9 2 2-.2.1L9 13zM8 14.7l3 1.6v3l-3-1.6zm5.7 1.3 1.9 1.9-2.6 1.4v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-3d.svg b/mkdocs-material/material/templates/.icons/material/printer-3d.svg new file mode 100644 index 0000000..9c40f69 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-3d.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6a1 1 0 0 0 1-1 1 1 0 0 0-1-1 1 1 0 0 0-1 1 1 1 0 0 0 1 1m0-4a3 3 0 0 1 3 3v6h-4V7H6v4H2V5a3 3 0 0 1 3-3zm-1 16.25c0 .38-.21.71-.53.88l-4.9 2.69q-.255.18-.57.18c-.21 0-.41-.06-.57-.18l-4.9-2.69a.99.99 0 0 1-.53-.88V13c0-.38.21-.71.53-.88l4.9-2.44c.16-.12.36-.18.57-.18q.315 0 .57.18l4.9 2.44c.32.17.53.5.53.88zm-6-6.6L9.04 13 12 14.6l2.96-1.6zm-4 6.01 3 1.63v-2.96l-3-1.62zm8 0v-2.95l-3 1.62v2.96z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-alert.svg b/mkdocs-material/material/templates/.icons/material/printer-alert.svg new file mode 100644 index 0000000..dda7a64 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 3H4v4h12m1 5c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1m-3 7H6v-5h8m3-6H3c-1.7 0-3 1.3-3 3v6h4v4h12v-4h4v-6c0-1.7-1.3-3-3-3m7 5h-2V7h2zm0 4h-2v-2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-check.svg b/mkdocs-material/material/templates/.icons/material/printer-check.svg new file mode 100644 index 0000000..eb77a7d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 7H6V3h12zM6 21v-4H2v-6c0-1.66 1.34-3 3-3h14c1.66 0 3 1.34 3 3v2.81c-.88-.51-1.9-.81-3-.81-1.23 0-2.36.37-3.31 1H8v5h5c0 .7.13 1.37.35 2zm12-10c0 .55.45 1 1 1s1-.45 1-1-.45-1-1-1-1 .45-1 1m5.5 6L22 15.5 18.5 19l-2-2-1.5 1.5 3.5 3.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-eye.svg b/mkdocs-material/material/templates/.icons/material/printer-eye.svg new file mode 100644 index 0000000..e82838c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-eye.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.8 21c-.2-.4-.5-.8-.6-1.3l-.4-.7H8v-5h5c1.2-.6 2.6-1 4-1 1.9 0 3.6.6 5 1.6V11c0-1.7-1.3-3-3-3H5c-1.7 0-3 1.3-3 3v6h4v4zM19 10c.6 0 1 .4 1 1s-.4 1-1 1-1-.4-1-1 .4-1 1-1m-1-3H6V3h12zm-1 11c.6 0 1 .4 1 1s-.4 1-1 1-1-.4-1-1 .4-1 1-1m0-3c-2.7 0-5.1 1.7-6 4 .9 2.3 3.3 4 6 4s5.1-1.7 6-4c-.9-2.3-3.3-4-6-4m0 6.5c-1.4 0-2.5-1.1-2.5-2.5s1.1-2.5 2.5-2.5 2.5 1.1 2.5 2.5-1.1 2.5-2.5 2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-off-outline.svg b/mkdocs-material/material/templates/.icons/material/printer-off-outline.svg new file mode 100644 index 0000000..36e7a92 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m1.41 1.6 20.95 20.95-1.41 1.41L18 21H6v-4H2v-6c0-1.66 1.34-3 3-3L0 3zM6 15v-2h4l-3-3H5c-.55 0-1 .45-1 1v4zm2 4h8l-4-4H8zM8 5v.36l-2-2V3h12v5h1c1.66 0 3 1.34 3 3v6h-2.34l-4-4H18v2h2v-4c0-.55-.45-1-1-1h-6.34l-2-2H16V5zm11 6.5c0 .56-.45 1-1 1s-1-.44-1-1c0-.54.45-1 1-1s1 .46 1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-off.svg b/mkdocs-material/material/templates/.icons/material/printer-off.svg new file mode 100644 index 0000000..b12e938 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 3v1.18L8.82 7H18V3zM2.28 3 1 4.27 4.75 8A3.02 3.02 0 0 0 2 11v6h4v4h11.73l2 2L21 21.72zm7.54 5 9 9H22v-6a3 3 0 0 0-3-3zM19 10a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1M8 14h2.73l5 5H8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-outline.svg b/mkdocs-material/material/templates/.icons/material/printer-outline.svg new file mode 100644 index 0000000..0ab7409 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 8c1.66 0 3 1.34 3 3v6h-4v4H6v-4H2v-6c0-1.66 1.34-3 3-3h1V3h12v5zM8 5v3h8V5zm8 14v-4H8v4zm2-4h2v-4c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1v4h2v-2h12zm1-3.5c0 .55-.45 1-1 1s-1-.45-1-1 .45-1 1-1 1 .45 1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-pos-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/printer-pos-alert-outline.svg new file mode 100644 index 0000000..a2e56cd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-pos-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 15h-4v-2h4zm3-3v7H2v-7c0-1.1.9-2 2-2h1V4h10v6h1a2 2 0 0 1 2 2M7 10h6V6H7zm9 2H4v5h12zm4 5h2v-2h-2zm0-10v6h2V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-pos-alert.svg b/mkdocs-material/material/templates/.icons/material/printer-pos-alert.svg new file mode 100644 index 0000000..f4ba54c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-pos-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 10H4c-1.1 0-2 .9-2 2v7h16v-7a2 2 0 0 0-2-2m0 4h-4v-2h4zm-1-5H5V4h10zm7-2v6h-2V7zm-2 8h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-pos-cancel-outline.svg b/mkdocs-material/material/templates/.icons/material/printer-pos-cancel-outline.svg new file mode 100644 index 0000000..d12ffad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-pos-cancel-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.5 14C16 14 14 16 14 18.5s2 4.5 4.5 4.5 4.5-2 4.5-4.5-2-4.5-4.5-4.5m0 7.5c-1.66 0-3-1.34-3-3 0-.56.15-1.08.42-1.5L20 21.08c-.42.27-.94.42-1.5.42m2.58-1.5L17 15.92c.42-.27.94-.42 1.5-.42 1.66 0 3 1.34 3 3 0 .56-.15 1.08-.42 1.5M7 15v-2h4v2zm-1 2v-5h14a2 2 0 0 0-2-2h-1V4H7v6H6a2 2 0 0 0-2 2v7h8.03c-.03-.17-.03-.33-.03-.5 0-.5.07-1 .18-1.5zM9 6h6v4H9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-pos-cancel.svg b/mkdocs-material/material/templates/.icons/material/printer-pos-cancel.svg new file mode 100644 index 0000000..f45711d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-pos-cancel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 9H7V4h10zm-5 9.5c0 .17 0 .33.03.5H4v-7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v.18c-.5-.11-1-.18-1.5-.18a6.5 6.5 0 0 0-6.5 6.5M10 12H6v2h4zm13 6.5c0 2.5-2 4.5-4.5 4.5S14 21 14 18.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5m-3 2.58L15.92 17c-.27.42-.42.94-.42 1.5 0 1.66 1.34 3 3 3 .56 0 1.08-.15 1.5-.42m1.5-2.58c0-1.66-1.34-3-3-3-.56 0-1.08.15-1.5.42L21.08 20c.27-.42.42-.94.42-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-pos-check-outline.svg b/mkdocs-material/material/templates/.icons/material/printer-pos-check-outline.svg new file mode 100644 index 0000000..1794fdb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-pos-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 15v-2h4v2zm-1 2h7.35c-.22.63-.35 1.3-.35 2H4v-7a2 2 0 0 1 2-2h1V4h10v6h1a2 2 0 0 1 2 2v1.09c-.33-.05-.66-.09-1-.09s-.67.04-1 .09V12H6zm3-7h6V6H9zm12.34 5.84-3.59 3.59-1.59-1.59L15 19l2.75 3 4.75-4.75z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-pos-check.svg b/mkdocs-material/material/templates/.icons/material/printer-pos-check.svg new file mode 100644 index 0000000..c5a7d19 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-pos-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 9H7V4h10zm2 4c-3.31 0-6 2.69-6 6H4v-7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1.09c-.33-.05-.66-.09-1-.09m-9-1H6v2h4zm11.34 3.84-3.59 3.59-1.59-1.59L15 19l2.75 3 4.75-4.75z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-pos-cog-outline.svg b/mkdocs-material/material/templates/.icons/material/printer-pos-cog-outline.svg new file mode 100644 index 0000000..b9818b1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-pos-cog-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.7 19.6v-1l1.1-.8c.1-.1.2-.2.1-.3l-1-1.7c0-.1-.2-.1-.3-.1l-1.2.5c-.3-.2-.6-.4-.9-.5l-.2-1.3c0-.1-.1-.2-.2-.2h-2c-.2 0-.3.1-.3.2l-.2 1.3c-.3.2-.5.3-.8.5l-1.2-.5c-.1 0-.2 0-.3.1l-1 1.7c0 .1 0 .2.1.3l1.1.8v1l-1.1.8c-.1.1-.2.2-.1.3l1 1.7c.1.1.2.1.3.1l1.2-.5c.2.2.5.4.8.5l.2 1.3c.1.1.2.2.3.2h2c.1 0 .2-.1.2-.2l.2-1.3c.3-.2.5-.3.8-.5l1.2.4c.1 0 .2 0 .3-.1l1-1.7c.1-.1.1-.2 0-.2zm-3.7.9c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5M7 15v-2h4v2zm-1-3h14a2 2 0 0 0-2-2h-1V4H7v6H6a2 2 0 0 0-2 2v7h8c0-.69.11-1.37.29-2H6zm3-6h6v4H9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-pos-cog.svg b/mkdocs-material/material/templates/.icons/material/printer-pos-cog.svg new file mode 100644 index 0000000..f34205d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-pos-cog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 9H7V4h10zm2 3c-3.87 0-7 3.13-7 7H4v-7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v.08c-.33-.05-.66-.08-1-.08m-9 0H6v2h4zm13.8 8.4c.1 0 .1.1 0 .2l-1 1.7c-.1.1-.2.1-.3.1l-1.2-.4c-.3.2-.5.3-.8.5l-.2 1.3c0 .1-.1.2-.2.2h-2c-.1 0-.2-.1-.3-.2l-.2-1.3c-.3-.1-.6-.3-.8-.5l-1.2.5c-.1 0-.2 0-.3-.1l-1-1.7c-.1-.1 0-.2.1-.3l1.1-.8v-1l-1.1-.8c-.1-.1-.1-.2-.1-.3l1-1.7c.1-.1.2-.1.3-.1l1.2.5c.3-.2.5-.3.8-.5l.2-1.3c0-.1.1-.2.3-.2h2c.1 0 .2.1.2.2l.2 1.3c.3.1.6.3.9.5l1.2-.5c.1 0 .3 0 .3.1l1 1.7c.1.1 0 .2-.1.3l-1.1.8v1zM20.5 19c0-.8-.7-1.5-1.5-1.5s-1.5.7-1.5 1.5.7 1.5 1.5 1.5 1.5-.7 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-pos-edit-outline.svg b/mkdocs-material/material/templates/.icons/material/printer-pos-edit-outline.svg new file mode 100644 index 0000000..61fb7c4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-pos-edit-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 17v-5h12.13l1.26-1.26c.03-.03.06-.05.11-.07-.39-.41-.91-.67-1.5-.67h-1V4H7v6H6a2 2 0 0 0-2 2v7h7.13l2-2zM9 6h6v4H9zm-2 9v-2h4v2zm15.85-.81-.98.98-2.04-2.04.98-.98c.19-.2.52-.2.72 0l1.32 1.32c.2.2.2.53 0 .72m-3.72-.36 2.04 2.04L15.04 22H13v-2.04z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-pos-edit.svg b/mkdocs-material/material/templates/.icons/material/printer-pos-edit.svg new file mode 100644 index 0000000..da74f27 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-pos-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 9H7V4h10zm2.39 1.74L11.13 19H4v-7a2 2 0 0 1 2-2h12c.59 0 1.11.26 1.5.67-.05.02-.08.04-.11.07M10 12H6v2h4zm3 7.96V22h2.04l6.13-6.12-2.04-2.05zm9.85-6.49-1.32-1.32c-.2-.2-.53-.2-.72 0l-.98.98 2.04 2.04.98-.98c.2-.19.2-.52 0-.72"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-pos-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/printer-pos-minus-outline.svg new file mode 100644 index 0000000..0e4fb50 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-pos-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 12h12v1.09c.33-.05.66-.09 1-.09s.67.04 1 .09V12a2 2 0 0 0-2-2h-1V4H7v6H6a2 2 0 0 0-2 2v7h9c0-.7.13-1.37.35-2H6zm3-6h6v4H9zm-2 9v-2h4v2zm16 3v2h-8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-pos-minus.svg b/mkdocs-material/material/templates/.icons/material/printer-pos-minus.svg new file mode 100644 index 0000000..f4ed7a1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-pos-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 9H7V4h10zm2 4c-3.31 0-6 2.69-6 6H4v-7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1.09c-.33-.05-.66-.09-1-.09m-9-1H6v2h4zm5 6v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-pos-network-outline.svg b/mkdocs-material/material/templates/.icons/material/printer-pos-network-outline.svg new file mode 100644 index 0000000..fb30b4c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-pos-network-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 11h4v2h-4zm9 9v2h-7c0 .55-.45 1-1 1h-4c-.55 0-1-.45-1-1H2v-2h7c0-.55.45-1 1-1h1v-2H4v-7a2 2 0 0 1 2-2h1V2h10v6h1a2 2 0 0 1 2 2v7h-7v2h1c.55 0 1 .45 1 1zM9 8h6V4H9zm9 7v-5H6v5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-pos-network.svg b/mkdocs-material/material/templates/.icons/material/printer-pos-network.svg new file mode 100644 index 0000000..f27c4d1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-pos-network.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 7H7V2h10zm5 13v2h-7c0 .55-.45 1-1 1h-4c-.55 0-1-.45-1-1H2v-2h7c0-.55.45-1 1-1h1v-2H4v-7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v7h-7v2h1c.55 0 1 .45 1 1zm-4-10h-4v2h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-pos-off-outline.svg b/mkdocs-material/material/templates/.icons/material/printer-pos-off-outline.svg new file mode 100644 index 0000000..5769443 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-pos-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.39 1.73 1.11 3 7 8.89V10H6a2 2 0 0 0-2 2v7h13.11l3.73 3.73 1.27-1.27zM6 17v-5h4.11l5 5zM9.2 6l-2-2H17v6h1a2 2 0 0 1 2 2v4.8l-2-2V12h-2.8l-2-2H15V6zM7 13h4v2H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-pos-off.svg b/mkdocs-material/material/templates/.icons/material/printer-pos-off.svg new file mode 100644 index 0000000..ab4c612 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-pos-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12.2 9-5-5H17v5zm7.8 7.8V12a2 2 0 0 0-2-2h-4.8zm2.11 4.66-1.27 1.27L17.11 19H4v-7a2 2 0 0 1 2-2h2.11l-7-7 1.28-1.27zM10 12H6v2h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-pos-outline.svg b/mkdocs-material/material/templates/.icons/material/printer-pos-outline.svg new file mode 100644 index 0000000..a9e29b4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-pos-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 10h-1V4H7v6H6a2 2 0 0 0-2 2v7h16v-7a2 2 0 0 0-2-2M9 6h6v4H9zm9 11H6v-5h12zm-1-2h-4v-2h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-pos-pause-outline.svg b/mkdocs-material/material/templates/.icons/material/printer-pos-pause-outline.svg new file mode 100644 index 0000000..52738b0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-pos-pause-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 12a2 2 0 0 0-2-2h-1V4H7v6H6a2 2 0 0 0-2 2v7h9c0-.7.13-1.37.35-2H6v-5h12v1.09c.33-.05.66-.09 1-.09s.67.04 1 .09zm-5-2H9V6h6zm-8 5v-2h4v2zm9 1h2v6h-2zm6 0v6h-2v-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-pos-pause.svg b/mkdocs-material/material/templates/.icons/material/printer-pos-pause.svg new file mode 100644 index 0000000..242fdb1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-pos-pause.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 9H7V4h10zm3 4.09c-.33-.05-.66-.09-1-.09-3.31 0-6 2.69-6 6H4v-7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2zM10 12H6v2h4zm6 10h2v-6h-2zm4-6v6h2v-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-pos-play-outline.svg b/mkdocs-material/material/templates/.icons/material/printer-pos-play-outline.svg new file mode 100644 index 0000000..14190f9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-pos-play-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 15v-2h4v2zm-1 2h7.35c-.22.63-.35 1.3-.35 2H4v-7a2 2 0 0 1 2-2h1V4h10v6h1a2 2 0 0 1 2 2v1.09c-.33-.05-.66-.09-1-.09s-.67.04-1 .09V12H6zm3-7h6V6H9zm8 6v6l5-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-pos-play.svg b/mkdocs-material/material/templates/.icons/material/printer-pos-play.svg new file mode 100644 index 0000000..fd7205e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-pos-play.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 13.09V12a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v7h9c0-3.31 2.69-6 6-6 .34 0 .67.04 1 .09M10 14H6v-2h4zm7-5H7V4h10zm5 10-5 3v-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-pos-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/printer-pos-plus-outline.svg new file mode 100644 index 0000000..589b92f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-pos-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 12h12v1.09c.33-.05.66-.09 1-.09s.67.04 1 .09V12a2 2 0 0 0-2-2h-1V4H7v6H6a2 2 0 0 0-2 2v7h9c0-.7.13-1.37.35-2H6zm3-6h6v4H9zm-2 9v-2h4v2zm16 3v2h-3v3h-2v-3h-3v-2h3v-3h2v3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-pos-plus.svg b/mkdocs-material/material/templates/.icons/material/printer-pos-plus.svg new file mode 100644 index 0000000..abd6e3e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-pos-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 9H7V4h10zm2 4c-3.31 0-6 2.69-6 6H4v-7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1.09c-.33-.05-.66-.09-1-.09m-9-1H6v2h4zm10 6v-3h-2v3h-3v2h3v3h2v-3h3v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-pos-refresh-outline.svg b/mkdocs-material/material/templates/.icons/material/printer-pos-refresh-outline.svg new file mode 100644 index 0000000..bc387e8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-pos-refresh-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 15v-2h4v2zm15 3.5v-4l-1.17 1.17A4 4 0 0 0 18 14.5c-2.21 0-4 1.79-4 4s1.79 4 4 4c1.68 0 3.12-1.03 3.71-2.5H20a2.5 2.5 0 1 1-.23-3.27L18 18.5zM12.18 17c-.11.5-.18 1-.18 1.5 0 .17 0 .33.03.5H4v-7a2 2 0 0 1 2-2h1V4h10v6h1a2 2 0 0 1 2 2H6v5zM9 10h6V6H9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-pos-refresh.svg b/mkdocs-material/material/templates/.icons/material/printer-pos-refresh.svg new file mode 100644 index 0000000..c6417ea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-pos-refresh.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 9H7V4h10zm-5 9.5c0 .17 0 .33.03.5H4v-7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v.18c-.5-.11-1-.18-1.5-.18a6.5 6.5 0 0 0-6.5 6.5M10 12H6v2h4zm12 6.5v-4l-1.17 1.17A4 4 0 0 0 18 14.5c-2.21 0-4 1.79-4 4s1.79 4 4 4c1.68 0 3.12-1.03 3.71-2.5H20a2.5 2.5 0 1 1-.23-3.27L18 18.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-pos-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/printer-pos-remove-outline.svg new file mode 100644 index 0000000..8a2dbf8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-pos-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 15v-2h4v2zm-1 2h7.35c-.22.63-.35 1.3-.35 2H4v-7a2 2 0 0 1 2-2h1V4h10v6h1a2 2 0 0 1 2 2v1.09c-.33-.05-.66-.09-1-.09s-.67.04-1 .09V12H6zm3-7h6V6H9zm13.54 6.88-1.42-1.41L19 17.59l-2.12-2.12-1.41 1.41L17.59 19l-2.12 2.12 1.41 1.42L19 20.41l2.12 2.13 1.42-1.42L20.41 19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-pos-remove.svg b/mkdocs-material/material/templates/.icons/material/printer-pos-remove.svg new file mode 100644 index 0000000..84449af --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-pos-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 9H7V4h10zm2 4c-3.31 0-6 2.69-6 6H4v-7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1.09c-.33-.05-.66-.09-1-.09m-9-1H6v2h4zm12.54 4.88-1.42-1.41L19 17.59l-2.12-2.12-1.41 1.41L17.59 19l-2.12 2.12 1.41 1.42L19 20.41l2.12 2.13 1.42-1.42L20.41 19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-pos-star-outline.svg b/mkdocs-material/material/templates/.icons/material/printer-pos-star-outline.svg new file mode 100644 index 0000000..a9b9083 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-pos-star-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 12h12v1.09c.33-.05.66-.09 1-.09s.67.04 1 .09V12a2 2 0 0 0-2-2h-1V4H7v6H6a2 2 0 0 0-2 2v7h9c0-.7.13-1.37.35-2H6zm3-6h6v4H9zm-2 9v-2h4v2zm13.8 4.77.65 2.81L19 21.09l-2.5 1.49.68-2.81L15 17.89l2.87-.25L19 15l1.11 2.64 2.89.25z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-pos-star.svg b/mkdocs-material/material/templates/.icons/material/printer-pos-star.svg new file mode 100644 index 0000000..0f10c2a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-pos-star.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 9H7V4h10zm2 4c-3.31 0-6 2.69-6 6H4v-7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1.09c-.33-.05-.66-.09-1-.09m-9-1H6v2h4zm13 5.89-2.89-.25L19 15l-1.13 2.64-2.87.25 2.18 1.88-.68 2.81 2.5-1.49 2.45 1.49-.65-2.81z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-pos-stop-outline.svg b/mkdocs-material/material/templates/.icons/material/printer-pos-stop-outline.svg new file mode 100644 index 0000000..fd725d6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-pos-stop-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 12h12v1.09c.33-.05.66-.09 1-.09s.67.04 1 .09V12a2 2 0 0 0-2-2h-1V4H7v6H6a2 2 0 0 0-2 2v7h9c0-.7.13-1.37.35-2H6zm3-6h6v4H9zm-2 9v-2h4v2zm15 1v6h-6v-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-pos-stop.svg b/mkdocs-material/material/templates/.icons/material/printer-pos-stop.svg new file mode 100644 index 0000000..5cd1295 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-pos-stop.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 9H7V4h10zm2 4c-3.31 0-6 2.69-6 6H4v-7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1.09c-.33-.05-.66-.09-1-.09m-9-1H6v2h4zm6 4v6h6v-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-pos-sync-outline.svg b/mkdocs-material/material/templates/.icons/material/printer-pos-sync-outline.svg new file mode 100644 index 0000000..399d563 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-pos-sync-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 15v-2h4v2zm6 2.5c0 .5.07 1 .18 1.5H4v-7a2 2 0 0 1 2-2h1V4h10v6h1c.74 0 1.38.41 1.73 1h-.23c-1.27 0-2.45.37-3.45 1H6v5h7.03c-.03.17-.03.33-.03.5M9 10h6V6H9zm10 3.5V12l-2.25 2.25L19 16.5V15a2.5 2.5 0 0 1 2.5 2.5c0 .4-.09.78-.26 1.12l1.09 1.09c.42-.63.67-1.39.67-2.21 0-2.21-1.79-4-4-4m0 6.5a2.5 2.5 0 0 1-2.5-2.5c0-.4.09-.78.26-1.12l-1.09-1.09c-.42.63-.67 1.39-.67 2.21 0 2.21 1.79 4 4 4V23l2.25-2.25L19 18.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-pos-sync.svg b/mkdocs-material/material/templates/.icons/material/printer-pos-sync.svg new file mode 100644 index 0000000..13643b2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-pos-sync.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 9H7V4h10zm-4 8.5c0 .5.07 1 .18 1.5H4v-7a2 2 0 0 1 2-2h12c.74 0 1.38.41 1.73 1h-.23a6.5 6.5 0 0 0-6.5 6.5M10 12H6v2h4zm9 8a2.5 2.5 0 0 1-2.5-2.5c0-.4.09-.78.26-1.12l-1.09-1.09c-.42.63-.67 1.39-.67 2.21 0 2.21 1.79 4 4 4V23l2.25-2.25L19 18.5zm0-6.5V12l-2.25 2.25L19 16.5V15a2.5 2.5 0 0 1 2.5 2.5c0 .4-.09.78-.26 1.12l1.09 1.09c.42-.63.67-1.39.67-2.21 0-2.21-1.79-4-4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-pos-wrench-outline.svg b/mkdocs-material/material/templates/.icons/material/printer-pos-wrench-outline.svg new file mode 100644 index 0000000..21fe680 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-pos-wrench-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 15v-2h4v2zm6.03-3H6v5h5.1c.15.74.48 1.42.9 2H4v-7a2 2 0 0 1 2-2h1V4h10v6h1a2 2 0 0 1 2 2v1.03A4.97 4.97 0 0 0 16 11c-1.12 0-2.14.38-2.97 1M9 10h6V6H9zm13.87 11.19-4.11-4.11c.41-1.04.18-2.26-.68-3.11-.9-.91-2.25-1.09-3.34-.59l1.94 1.94-1.35 1.36-1.99-1.95c-.54 1.09-.29 2.44.59 3.35a2.91 2.91 0 0 0 3.12.68l4.11 4.1c.18.19.45.19.63 0l1.04-1.03c.22-.18.22-.5.04-.64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-pos-wrench.svg b/mkdocs-material/material/templates/.icons/material/printer-pos-wrench.svg new file mode 100644 index 0000000..8867b6f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-pos-wrench.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 9H7V4h10zm-6 7c0 1.13.39 2.16 1 3H4v-7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1.03A4.97 4.97 0 0 0 16 11c-2.76 0-5 2.24-5 5m-1-4H6v2h4zm12.87 9.19-4.11-4.11c.41-1.04.18-2.26-.68-3.11-.9-.91-2.25-1.09-3.34-.59l1.94 1.94-1.35 1.36-1.99-1.95c-.54 1.09-.29 2.44.59 3.35a2.91 2.91 0 0 0 3.12.68l4.11 4.1c.18.19.45.19.63 0l1.04-1.03c.22-.18.22-.5.04-.64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-pos.svg b/mkdocs-material/material/templates/.icons/material/printer-pos.svg new file mode 100644 index 0000000..2ec5522 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-pos.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 10H6a2 2 0 0 0-2 2v7h16v-7a2 2 0 0 0-2-2m0 4h-4v-2h4m-1-3H7V4h10Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-search.svg b/mkdocs-material/material/templates/.icons/material/printer-search.svg new file mode 100644 index 0000000..e49a220 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-search.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.3 18.9c.4-.7.7-1.5.7-2.4 0-2.5-2-4.5-4.5-4.5S12 14 12 16.5s2 4.5 4.5 4.5c.9 0 1.7-.2 2.4-.7l3.1 3.1 1.4-1.4zm-3.8.1c-1.4 0-2.5-1.1-2.5-2.5s1.1-2.5 2.5-2.5 2.5 1.1 2.5 2.5-1.1 2.5-2.5 2.5M18 7H6V3h12zM6 21v-4H2v-6c0-1.7 1.3-3 3-3h14c1.7 0 3 1.3 3 3v2c-1.2-1.8-3.2-3-5.5-3-2.7 0-5 1.7-6 4H8v5h2.5c.3.7.8 1.4 1.3 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-settings.svg b/mkdocs-material/material/templates/.icons/material/printer-settings.svg new file mode 100644 index 0000000..7449db5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-settings.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 2v4H6V2zm1 9a1 1 0 0 0 1-1 1 1 0 0 0-1-1 1 1 0 0 0-1 1 1 1 0 0 0 1 1m-3 7v-5H8v5zm3-11a3 3 0 0 1 3 3v6h-4v4H6v-4H2v-6a3 3 0 0 1 3-3zm-4 17v-2h2v2zm-4 0v-2h2v2zm-4 0v-2h2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer-wireless.svg b/mkdocs-material/material/templates/.icons/material/printer-wireless.svg new file mode 100644 index 0000000..7278ab7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer-wireless.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m4.93 3.92 1.41 1.41c3.12-3.13 8.19-3.13 11.32 0l1.41-1.41C15.17 0 8.84 0 4.93 3.92m2.83 2.83 1.41 1.41a4.01 4.01 0 0 1 5.66 0l1.41-1.41a6 6 0 0 0-8.48 0M19 14a1 1 0 0 1-1-1 1 1 0 0 1 1-1 1 1 0 0 1 1 1 1 1 0 0 1-1 1m-3 6H8v-5h8zm3-10H5a3 3 0 0 0-3 3v5h4v4h12v-4h4v-5a3 3 0 0 0-3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/printer.svg b/mkdocs-material/material/templates/.icons/material/printer.svg new file mode 100644 index 0000000..5ebc79d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/printer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 3H6v4h12m1 5a1 1 0 0 1-1-1 1 1 0 0 1 1-1 1 1 0 0 1 1 1 1 1 0 0 1-1 1m-3 7H8v-5h8m3-6H5a3 3 0 0 0-3 3v6h4v4h12v-4h4v-6a3 3 0 0 0-3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/priority-high.svg b/mkdocs-material/material/templates/.icons/material/priority-high.svg new file mode 100644 index 0000000..f917e22 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/priority-high.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 19h8v-2h-8zm0-5.5h8v-2h-8zM14 8h8V6h-8zM2 12.5C2 8.92 4.92 6 8.5 6H9V4l3 3-3 3V8h-.5C6 8 4 10 4 12.5S6 17 8.5 17H12v2H8.5C4.92 19 2 16.08 2 12.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/priority-low.svg b/mkdocs-material/material/templates/.icons/material/priority-low.svg new file mode 100644 index 0000000..ad9cafc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/priority-low.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 5h8v2h-8zm0 5.5h8v2h-8zm0 5.5h8v2h-8zM2 11.5C2 15.08 4.92 18 8.5 18H9v2l3-3-3-3v2h-.5C6 16 4 14 4 11.5S6 7 8.5 7H12V5H8.5C4.92 5 2 7.92 2 11.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/professional-hexagon.svg b/mkdocs-material/material/templates/.icons/material/professional-hexagon.svg new file mode 100644 index 0000000..98844d9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/professional-hexagon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 16.5c0 .38-.21.71-.53.88l-7.9 4.44c-.16.12-.36.18-.57.18s-.41-.06-.57-.18l-7.9-4.44A.99.99 0 0 1 3 16.5v-9c0-.38.21-.71.53-.88l7.9-4.44c.16-.12.36-.18.57-.18s.41.06.57.18l7.9 4.44c.32.17.53.5.53.88zM5 9v6h1.25v-2H7a2 2 0 0 0 2-2 2 2 0 0 0-2-2zm1.25 3v-2h.5a1 1 0 0 1 1 1 1 1 0 0 1-1 1zm3.5-3v6H11v-2h.75l.66 2h1.32l-.79-2.39c.49-.36.81-.95.81-1.61a2 2 0 0 0-2-2zM11 12v-2h.5a1 1 0 0 1 1 1 1 1 0 0 1-1 1zm6-3c-1.38 0-2.5 1.34-2.5 3s1.12 3 2.5 3 2.5-1.34 2.5-3-1.12-3-2.5-3m0 1.25c.76 0 1.38.78 1.38 1.75s-.62 1.75-1.38 1.75-1.37-.78-1.37-1.75.61-1.75 1.37-1.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/progress-alert.svg b/mkdocs-material/material/templates/.icons/material/progress-alert.svg new file mode 100644 index 0000000..e896929 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/progress-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 2v2c4.39.54 7.5 4.53 6.96 8.92A8.014 8.014 0 0 1 13 19.88v2c5.5-.6 9.45-5.54 8.85-11.03C21.33 6.19 17.66 2.5 13 2m-2 0c-1.96.18-3.81.95-5.33 2.2L7.1 5.74c1.12-.9 2.47-1.48 3.9-1.68v-2M4.26 5.67A9.8 9.8 0 0 0 2.05 11h2c.19-1.42.75-2.77 1.64-3.9zM2.06 13c.2 1.96.97 3.81 2.21 5.33l1.42-1.43A8 8 0 0 1 4.06 13zm5 5.37-1.39 1.37A10 10 0 0 0 11 22v-2a8 8 0 0 1-3.9-1.63zM13 13V7h-2v6zm0 4v-2h-2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/progress-check.svg b/mkdocs-material/material/templates/.icons/material/progress-check.svg new file mode 100644 index 0000000..eed26f7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/progress-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 2.03v2.02c4.39.54 7.5 4.53 6.96 8.92-.46 3.64-3.32 6.53-6.96 6.96v2c5.5-.55 9.5-5.43 8.95-10.93-.45-4.75-4.22-8.5-8.95-8.97m-2 .03c-1.95.19-3.81.94-5.33 2.2L7.1 5.74c1.12-.9 2.47-1.48 3.9-1.68zM4.26 5.67A9.9 9.9 0 0 0 2.05 11h2c.19-1.42.75-2.77 1.64-3.9zM15.5 8.5l-4.88 4.88-2.12-2.12-1.06 1.06 3.18 3.18 5.94-5.94zM2.06 13c.2 1.96.97 3.81 2.21 5.33l1.42-1.43A8 8 0 0 1 4.06 13zm5.04 5.37-1.43 1.37A10 10 0 0 0 11 22v-2a8 8 0 0 1-3.9-1.63"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/progress-clock.svg b/mkdocs-material/material/templates/.icons/material/progress-clock.svg new file mode 100644 index 0000000..3ebe17a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/progress-clock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 2.03v2.02c4.39.54 7.5 4.53 6.96 8.92-.46 3.64-3.32 6.53-6.96 6.96v2c5.5-.55 9.5-5.43 8.95-10.93-.45-4.75-4.22-8.5-8.95-8.97m-2 .03c-1.95.19-3.81.94-5.33 2.2L7.1 5.74c1.12-.9 2.47-1.48 3.9-1.68zM4.26 5.67A9.9 9.9 0 0 0 2.05 11h2c.19-1.42.75-2.77 1.64-3.9zM2.06 13c.2 1.96.97 3.81 2.21 5.33l1.42-1.43A8 8 0 0 1 4.06 13zm5.04 5.37-1.43 1.37A10 10 0 0 0 11 22v-2a8 8 0 0 1-3.9-1.63M12.5 7v5.25l4.5 2.67-.75 1.23L11 13V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/progress-close.svg b/mkdocs-material/material/templates/.icons/material/progress-close.svg new file mode 100644 index 0000000..a3521b2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/progress-close.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 2.03v2.02c4.39.54 7.5 4.53 6.96 8.92-.46 3.64-3.32 6.53-6.96 6.96v2c5.5-.55 9.5-5.43 8.95-10.93-.45-4.75-4.22-8.5-8.95-8.97m-2 .03c-1.95.19-3.81.94-5.33 2.2L7.1 5.74c1.12-.9 2.47-1.48 3.9-1.68zM4.26 5.67A9.9 9.9 0 0 0 2.05 11h2c.19-1.42.75-2.77 1.64-3.9zM2.06 13c.2 1.96.97 3.81 2.21 5.33l1.42-1.43A8 8 0 0 1 4.06 13zm5.04 5.37-1.43 1.37A10 10 0 0 0 11 22v-2a8 8 0 0 1-3.9-1.63M14.59 8 12 10.59 9.41 8 8 9.41 10.59 12 8 14.59 9.41 16 12 13.41 14.59 16 16 14.59 13.41 12 16 9.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/progress-download.svg b/mkdocs-material/material/templates/.icons/material/progress-download.svg new file mode 100644 index 0000000..1368765 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/progress-download.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 2.03c4.73.47 8.5 4.22 8.95 8.97A9.976 9.976 0 0 1 13 21.93v-2c3.64-.43 6.5-3.32 6.96-6.96A7.994 7.994 0 0 0 13 4.05V2.03m-2 .03v2c-1.43.2-2.78.78-3.9 1.68L5.67 4.26A9.83 9.83 0 0 1 11 2.06M4.26 5.67 5.69 7.1A8 8 0 0 0 4.05 11h-2c.2-1.96.95-3.81 2.21-5.33M2.06 13h2c.18 1.42.75 2.77 1.63 3.9l-1.42 1.43A10.04 10.04 0 0 1 2.06 13m5.04 5.37c1.13.88 2.48 1.45 3.9 1.63v2c-1.96-.21-3.82-1-5.33-2.26zM12 16.5 7.5 12H11V8h2v4h3.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/progress-helper.svg b/mkdocs-material/material/templates/.icons/material/progress-helper.svg new file mode 100644 index 0000000..d1a6e2b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/progress-helper.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 2v2c4.39.54 7.5 4.53 6.96 8.92A8.014 8.014 0 0 1 13 19.88v2c5.5-.6 9.45-5.54 8.85-11.03C21.33 6.19 17.66 2.5 13 2m-2 0c-1.96.18-3.81.95-5.33 2.2L7.1 5.74c1.12-.9 2.47-1.48 3.9-1.68zM4.26 5.67A9.8 9.8 0 0 0 2.05 11h2c.19-1.42.75-2.77 1.64-3.9zM2.06 13c.2 1.96.97 3.81 2.21 5.33l1.42-1.43A8 8 0 0 1 4.06 13zm5 5.37-1.39 1.37A10 10 0 0 0 11 22v-2a8 8 0 0 1-3.9-1.63z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/progress-pencil.svg b/mkdocs-material/material/templates/.icons/material/progress-pencil.svg new file mode 100644 index 0000000..82692e9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/progress-pencil.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.84 10.2-1.01 1.01-2.07-2.03 1.01-1.02c.2-.21.54-.22.78 0l1.29 1.25c.21.21.22.55 0 .79M8 13.91l4.17-4.19 2.07 2.08-4.16 4.2H8zM13 2v2c4.39.54 7.5 4.53 6.96 8.92A8.014 8.014 0 0 1 13 19.88v2c5.5-.6 9.45-5.54 8.85-11.03C21.33 6.19 17.66 2.5 13 2m-2 0c-1.96.18-3.81.95-5.33 2.2L7.1 5.74c1.12-.9 2.47-1.48 3.9-1.68v-2M4.26 5.67A9.8 9.8 0 0 0 2.05 11h2c.19-1.42.75-2.77 1.64-3.9zM2.06 13c.2 1.96.97 3.81 2.21 5.33l1.42-1.43A8 8 0 0 1 4.06 13zm5 5.37-1.39 1.37A10 10 0 0 0 11 22v-2a8 8 0 0 1-3.9-1.63z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/progress-question.svg b/mkdocs-material/material/templates/.icons/material/progress-question.svg new file mode 100644 index 0000000..fc1b7ee --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/progress-question.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 18h-2v-2h2zm0-3h-2c0-3.25 3-3 3-5 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 2.5-3 2.75-3 5m9-3c0 5.18-3.95 9.45-9 9.95v-2.01c3.95-.49 7-3.86 7-7.94s-3.05-7.45-7-7.94V2.05c5.05.5 9 4.77 9 9.95M11 2.05v2.01c-1.46.18-2.8.76-3.91 1.62L5.67 4.26C7.15 3.05 9 2.25 11 2.05M4.06 11H2.05c.2-2 1-3.85 2.21-5.33L5.68 7.1A7.9 7.9 0 0 0 4.06 11M11 19.94v2.01c-2-.2-3.85-.99-5.33-2.21l1.42-1.42c1.11.86 2.45 1.44 3.91 1.62M2.05 13h2.01c.18 1.46.76 2.8 1.62 3.91l-1.42 1.42A10 10 0 0 1 2.05 13"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/progress-star-four-points.svg b/mkdocs-material/material/templates/.icons/material/progress-star-four-points.svg new file mode 100644 index 0000000..59e71cb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/progress-star-four-points.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 4V2c4.66.5 8.33 4.19 8.85 8.85.6 5.49-3.35 10.43-8.85 11.03v-2c3.64-.45 6.5-3.32 6.96-6.96A7.994 7.994 0 0 0 13 4m-7.33.2A9.8 9.8 0 0 1 11 2v2.06c-1.43.2-2.78.78-3.9 1.68zM2.05 11a9.8 9.8 0 0 1 2.21-5.33L5.69 7.1A8 8 0 0 0 4.05 11zm2.22 7.33A10.04 10.04 0 0 1 2.06 13h2c.18 1.42.75 2.77 1.63 3.9zm1.4 1.41 1.39-1.37h.04c1.13.88 2.48 1.45 3.9 1.63v2c-1.96-.21-3.82-1-5.33-2.26M12 17l1.56-3.42L17 12l-3.44-1.56L12 7l-1.57 3.44L7 12l3.43 1.58z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/progress-star.svg b/mkdocs-material/material/templates/.icons/material/progress-star.svg new file mode 100644 index 0000000..19a9e56 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/progress-star.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 2v2c4.39.54 7.5 4.53 6.96 8.92A8.014 8.014 0 0 1 13 19.88v2c5.5-.6 9.45-5.54 8.85-11.03C21.33 6.19 17.66 2.5 13 2m-2 0c-1.96.18-3.81.95-5.33 2.2L7.1 5.74c1.12-.9 2.47-1.48 3.9-1.68v-2M4.26 5.67A9.8 9.8 0 0 0 2.05 11h2c.19-1.42.75-2.77 1.64-3.9zM2.06 13c.2 1.96.97 3.81 2.21 5.33l1.42-1.43A8 8 0 0 1 4.06 13zm5 5.37-1.39 1.37A10 10 0 0 0 11 22v-2a8 8 0 0 1-3.9-1.63zm1.52-1.57.92-3.89-3-2.58 3.95-.37L12 6.35 13.55 10l3.95.33-3 2.58.92 3.89L12 14.74z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/progress-tag.svg b/mkdocs-material/material/templates/.icons/material/progress-tag.svg new file mode 100644 index 0000000..4ea9703 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/progress-tag.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 4V2c4.66.5 8.33 4.19 8.85 8.85.6 5.49-3.35 10.43-8.85 11.03v-2c3.64-.45 6.5-3.32 6.96-6.96A7.994 7.994 0 0 0 13 4m-7.33.2A9.8 9.8 0 0 1 11 2v2.06c-1.43.2-2.78.78-3.9 1.68zM2.05 11a9.8 9.8 0 0 1 2.21-5.33L5.69 7.1A8 8 0 0 0 4.05 11zm2.22 7.33A10.04 10.04 0 0 1 2.06 13h2c.18 1.42.75 2.77 1.63 3.9zm1.4 1.41 1.39-1.37h.04c1.13.88 2.48 1.45 3.9 1.63v2c-1.96-.21-3.82-1-5.33-2.26M11.6 8c.2 0 .4.1.6.2l3.6 3.6c.1.2.2.4.2.6 0 .3-.1.5-.2.6L13 15.8c-.2.1-.4.2-.6.2-.3 0-.5-.1-.6-.2l-3.6-3.6c-.1-.2-.2-.4-.2-.6V8.8c0-.4.4-.8.8-.8zM8.8 9.4c0 .3.3.6.6.6s.6-.3.6-.6-.3-.6-.6-.6-.6.3-.6.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/progress-upload.svg b/mkdocs-material/material/templates/.icons/material/progress-upload.svg new file mode 100644 index 0000000..643c6ba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/progress-upload.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 2.03c4.73.47 8.5 4.22 8.95 8.97A9.976 9.976 0 0 1 13 21.93v-2c3.64-.43 6.5-3.32 6.96-6.96A7.994 7.994 0 0 0 13 4.05V2.03m-2 .03v2c-1.43.2-2.78.78-3.9 1.68L5.67 4.26A9.83 9.83 0 0 1 11 2.06M4.26 5.67 5.69 7.1A8 8 0 0 0 4.05 11h-2c.2-1.96.95-3.81 2.21-5.33M2.06 13h2c.18 1.42.75 2.77 1.63 3.9l-1.42 1.43A10.04 10.04 0 0 1 2.06 13m5.04 5.37c1.13.88 2.48 1.45 3.9 1.63v2c-1.96-.21-3.82-1-5.33-2.26zM12 7.5 7.5 12H11v4h2v-4h3.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/progress-wrench.svg b/mkdocs-material/material/templates/.icons/material/progress-wrench.svg new file mode 100644 index 0000000..b235678 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/progress-wrench.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 2.03v2.02c4.39.54 7.5 4.53 6.96 8.92-.46 3.64-3.32 6.53-6.96 6.96v2c5.5-.55 9.5-5.43 8.95-10.93-.45-4.75-4.22-8.5-8.95-8.97m-2 .03c-1.95.19-3.81.94-5.33 2.2L7.1 5.74c1.12-.9 2.47-1.48 3.9-1.68zM4.26 5.67A9.9 9.9 0 0 0 2.05 11h2c.19-1.42.75-2.77 1.64-3.9zM2.06 13c.2 1.96.97 3.81 2.21 5.33l1.42-1.43A8 8 0 0 1 4.06 13zm5.04 5.37-1.43 1.37A10 10 0 0 0 11 22v-2a8 8 0 0 1-3.9-1.63m9.72-3.18-4.11-4.11c.41-1.04.18-2.26-.68-3.11-.9-.91-2.25-1.09-3.34-.59l1.94 1.94-1.35 1.36-1.99-1.95c-.54 1.09-.29 2.44.59 3.35.86.86 2.08 1.08 3.12.68l4.11 4.1c.18.19.45.19.63 0l1.04-1.03c.22-.18.22-.5.04-.64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/projector-off.svg b/mkdocs-material/material/templates/.icons/material/projector-off.svg new file mode 100644 index 0000000..fb86066 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/projector-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 9c-1.03 0-1.9.79-2 1.82L16.18 13c2.54-.24 2.37-4-.18-4m-1 5.35 3.95 3.96v-.01M7.64 7l5.01 5-5-5M20 7h-.85a5.49 5.49 0 0 0-6.31 0h-2.65l2.61 2.61c.98-2.27 3.93-2.83 5.7-1.08 1.72 1.74 1.16 4.69-1.11 5.67l2.79 2.8A2.01 2.01 0 0 0 22 15V9c0-1.1-.9-2-2-2m-4 2c-1.03 0-1.9.79-2 1.82L16.18 13c2.54-.24 2.37-4-.18-4m0 0c-1.03 0-1.9.79-2 1.82L16.18 13c2.54-.24 2.37-4-.18-4m6.25 12.61L2.53 1.89 1.26 3.16 5.1 7H4c-1.1 0-2 .9-2 2v6a2 2 0 0 0 2 2h1v1c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-1h6v1c0 .55.45 1 1 1h1.1l3.9 3.89 1.26-1.28M8 14H4v-1h4m0-1H4v-1h4m0-1H4V9h3.1l.9.9M2.54 1.89 7.64 7 2.53 1.89M7.65 7l5 5-5.01-5m11.31 11.3v.01L15 14.35M7.64 7 2.53 1.89h.01M12.65 12 7.64 7h.01m11.3 11.3v.01L15 14.35"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/projector-screen-off-outline.svg b/mkdocs-material/material/templates/.icons/material/projector-screen-off-outline.svg new file mode 100644 index 0000000..7a939b4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/projector-screen-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.84 22.73 1.27-1.27L2.39 1.73 1.11 3 5 6.89V14h6v2.59l-4.21 4.2 1.42 1.42 2.79-2.8V22h2v-2.59l2.79 2.8 1.42-1.42-4.21-4.2v-1.7zM7 12V8.89L10.11 12zm1.2-7-3-3H20c.55 0 1 .45 1 1v1c0 .55-.45 1-1 1h-1v9h-1.8l-2-2H17V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/projector-screen-off.svg b/mkdocs-material/material/templates/.icons/material/projector-screen-off.svg new file mode 100644 index 0000000..5167e40 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/projector-screen-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 14.89v1.7l4.21 4.2-1.42 1.42-2.79-2.8V22h-2v-2.59l-2.79 2.8-1.42-1.42 4.21-4.2V14H5V6.89L1.11 3l1.28-1.27 19.72 19.73-1.27 1.27zm6-.89V5h1c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1H5.2l12 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/projector-screen-outline.svg b/mkdocs-material/material/templates/.icons/material/projector-screen-outline.svg new file mode 100644 index 0000000..ee38901 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/projector-screen-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h1v9h6v2.59l-4.21 4.2 1.42 1.42 2.79-2.8V22h2v-2.59l2.79 2.8 1.42-1.42-4.21-4.2V14h6V5h1c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1m-3 10H7V5h10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/projector-screen-variant-off-outline.svg b/mkdocs-material/material/templates/.icons/material/projector-screen-variant-off-outline.svg new file mode 100644 index 0000000..4df41e3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/projector-screen-variant-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.11 21.46 2.39 1.73 1.11 3l3 3H4c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h1v9h11.11l4.73 4.73zM7 16V9h.11l7 7zm5.2-7-3-3H20c.55 0 1 .45 1 1v1c0 .55-.45 1-1 1h-1v6.8l-2-2V9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/projector-screen-variant-off.svg b/mkdocs-material/material/templates/.icons/material/projector-screen-variant-off.svg new file mode 100644 index 0000000..e71c4e1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/projector-screen-variant-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.84 22.73 16.11 18H5V9H4c-.55 0-1-.45-1-1V7c0-.55.45-1 1-1h.11l-3-3 1.28-1.27 19.72 19.73zM19 9h1c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1H9.2l9.8 9.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/projector-screen-variant-outline.svg b/mkdocs-material/material/templates/.icons/material/projector-screen-variant-outline.svg new file mode 100644 index 0000000..3d70794 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/projector-screen-variant-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 6H4c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h1v9h14V9h1c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1m-3 10H7V9h10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/projector-screen-variant.svg b/mkdocs-material/material/templates/.icons/material/projector-screen-variant.svg new file mode 100644 index 0000000..e0694dc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/projector-screen-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 18V9h1c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h1v9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/projector-screen.svg b/mkdocs-material/material/templates/.icons/material/projector-screen.svg new file mode 100644 index 0000000..5e3fff9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/projector-screen.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h1v9h6v2.59l-4.21 4.2 1.42 1.42 2.79-2.8V22h2v-2.59l2.79 2.8 1.42-1.42-4.21-4.2V14h6V5h1a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/projector.svg b/mkdocs-material/material/templates/.icons/material/projector.svg new file mode 100644 index 0000000..5c050b4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/projector.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 6c-1.13 0-2.23.35-3.16 1H4c-1.11 0-2 .89-2 2v6c0 1.11.89 2 2 2h1v1a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-1h6v1a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-1h1c1.11 0 2-.89 2-2V9c0-1.11-.89-2-2-2h-.85c-.92-.65-2.02-1-3.15-1m0 1.5a3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1-3.5 3.5 3.5 3.5 0 0 1-3.5-3.5A3.5 3.5 0 0 1 16 7.5M4 9h4v1H4zm12 0a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2M4 11h4v1H4zm0 2h4v1H4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/propane-tank-outline.svg b/mkdocs-material/material/templates/.icons/material/propane-tank-outline.svg new file mode 100644 index 0000000..f0abdd1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/propane-tank-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 6.14V4c0-1.1-.9-2-2-2H9c-1.1 0-2 .9-2 2v2.14c-1.72.45-3 2-3 3.86v8c0 2.21 1.79 4 4 4h8c2.21 0 4-1.79 4-4v-8c0-1.86-1.28-3.41-3-3.86M9 4h6v2h-2c0-.55-.45-1-1-1s-1 .45-1 1H9zM8 8h8c1.1 0 2 .9 2 2v3H6v-3c0-1.1.9-2 2-2m8 12H8c-1.1 0-2-.9-2-2v-3h12v3c0 1.1-.9 2-2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/propane-tank.svg b/mkdocs-material/material/templates/.icons/material/propane-tank.svg new file mode 100644 index 0000000..a903ffc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/propane-tank.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 15v3c0 2.21 1.79 4 4 4h8c2.21 0 4-1.79 4-4v-3zm16-2v-3c0-1.86-1.28-3.41-3-3.86V4c0-1.1-.9-2-2-2H9c-1.1 0-2 .9-2 2v2.14c-1.72.45-3 2-3 3.86v3zM9 4h6v2h-2c0-.55-.45-1-1-1s-1 .45-1 1H9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/protocol.svg b/mkdocs-material/material/templates/.icons/material/protocol.svg new file mode 100644 index 0000000..9ea19d5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/protocol.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 20h-4l4-16h4m-6 0h-4L8 20h4M2 16.5A2.5 2.5 0 0 0 4.5 19 2.5 2.5 0 0 0 7 16.5 2.5 2.5 0 0 0 4.5 14 2.5 2.5 0 0 0 2 16.5m0-7A2.5 2.5 0 0 0 4.5 12 2.5 2.5 0 0 0 7 9.5 2.5 2.5 0 0 0 4.5 7 2.5 2.5 0 0 0 2 9.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/publish-off.svg b/mkdocs-material/material/templates/.icons/material/publish-off.svg new file mode 100644 index 0000000..3b7496f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/publish-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.8 22.7 15 16.9V20H9v-6H5l3.6-3.6L1.1 3l1.3-1.3 19.7 19.7zM19 6V4H7.2l2 2zm-1.8 8H19l-7-7-.9.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/publish.svg b/mkdocs-material/material/templates/.icons/material/publish.svg new file mode 100644 index 0000000..fd8313f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/publish.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 4v2h14V4zm0 10h4v6h6v-6h4l-7-7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pulse.svg b/mkdocs-material/material/templates/.icons/material/pulse.svg new file mode 100644 index 0000000..dcc0c4d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pulse.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 13h2.79l4.31-8.21 1.18 8.96 3.22-4.09L17.83 13H21v2h-4l-2.33-2.33-4.75 6.06-.98-7.42L7 15H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pump-off.svg b/mkdocs-material/material/templates/.icons/material/pump-off.svg new file mode 100644 index 0000000..f0709a8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pump-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.1 21.5 2.4 1.7 1.1 3l3.7 3.7C3.7 8.2 3 10 3 12c0 1 .2 2.1.5 3H2v6h10c2 0 3.8-.7 5.3-1.8l3.5 3.5zm-16.2-6c-.6-1-.9-2.2-.9-3.5 0-1.4.5-2.8 1.2-3.9l3 3c-.1.2-.2.6-.2.9 0 .5.2 1.1.4 1.5zM12 19h-.7l.4-4h.3c.3 0 .6-.1.9-.2l3 3c-1.1.7-2.5 1.2-3.9 1.2m0-10.2L7.4 4.2C8.8 3.5 10.3 3 12 3h10v6h-1.5c.3.9.5 2 .5 3 0 1.7-.5 3.2-1.2 4.6L12.2 9c1.1.1 2.1.8 2.5 1.7L18.3 9c-1-2.3-3.5-4-6.3-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pump.svg b/mkdocs-material/material/templates/.icons/material/pump.svg new file mode 100644 index 0000000..79f0142 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pump.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 21v-6h1.5a9.3 9.3 0 0 1-.5-3 9 9 0 0 1 9-9h10v6h-1.5c.32.94.5 1.95.5 3a9 9 0 0 1-9 9zm3-9c0 1.28.34 2.47.94 3.5l3.46-2c-.25-.44-.4-.95-.4-1.5 0-.65.21-1.25.56-1.74L6.3 7.93C5.5 9.08 5 10.5 5 12m7 7c2.59 0 4.85-1.41 6.06-3.5l-3.46-2c-.52.9-1.49 1.5-2.6 1.5h-.29l-.38 3.97zm0-10c1.21 0 2.26.72 2.73 1.76l3.64-1.66A6.99 6.99 0 0 0 12 5zm0 2c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pumpkin.svg b/mkdocs-material/material/templates/.icons/material/pumpkin.svg new file mode 100644 index 0000000..8a172d5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pumpkin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.5 6c.97 0 1.87.5 2.61 1.38.55-.59 1.2-1.02 1.89-1.23V4a2 2 0 0 1 2-2h2v2h-2v2.15c.69.21 1.34.64 1.89 1.23C15.63 6.5 16.53 6 17.5 6 20 6 22 9.36 22 13.5S20 21 17.5 21c-.97 0-1.87-.5-2.61-1.38C14.08 20.5 13.08 21 12 21s-2.08-.5-2.89-1.38C8.37 20.5 7.47 21 6.5 21 4 21 2 17.64 2 13.5S4 6 6.5 6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/purse-outline.svg b/mkdocs-material/material/templates/.icons/material/purse-outline.svg new file mode 100644 index 0000000..e59aba3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/purse-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19 11 1 8H4l1-8zm-5-8h-4L8 5v4H4.7A1.65 1.65 0 0 0 3 10.5l-1 8.6A1.74 1.74 0 0 0 3.7 21h16.6a1.74 1.74 0 0 0 1.7-1.9l-1-8.6A1.65 1.65 0 0 0 19.3 9H16V5zm-4 6V5h4v4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/purse.svg b/mkdocs-material/material/templates/.icons/material/purse.svg new file mode 100644 index 0000000..dad18ba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/purse.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22 19.1-1-8.6A1.65 1.65 0 0 0 19.3 9H16V5l-2-2h-4L8 5v4H4.7A1.65 1.65 0 0 0 3 10.5l-1 8.6A1.74 1.74 0 0 0 3.7 21h16.6a1.74 1.74 0 0 0 1.7-1.9M10 5h4v4h-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/puzzle-check-outline.svg b/mkdocs-material/material/templates/.icons/material/puzzle-check-outline.svg new file mode 100644 index 0000000..1c3f9fa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/puzzle-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23.5 17-5 5-3.5-3.5 1.5-1.5 2 2 3.5-3.5zM22 13.5v.3c-.63-.36-1.33-.61-2.06-.73-.19-.62-.76-1.07-1.44-1.07H17V7h-5V5.5c0-.83-.67-1.5-1.5-1.5S9 4.67 9 5.5V7H4v2.12c1.76.68 3 2.38 3 4.38s-1.25 3.7-3 4.38V20h2.12a4.7 4.7 0 0 1 4.38-3c.97 0 1.87.3 2.62.8L13 19c0 1.09.29 2.12.8 3h-.6v-.3c0-1.49-1.2-2.7-2.7-2.7s-2.7 1.21-2.7 2.7v.3H4c-1.1 0-2-.9-2-2v-3.8h.3C3.79 16.2 5 15 5 13.5s-1.21-2.7-2.7-2.7H2V7c0-1.1.9-2 2-2h3.04c.24-1.7 1.7-3 3.46-3s3.22 1.3 3.46 3H17c1.1 0 2 .9 2 2v3.04c1.7.24 3 1.7 3 3.46"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/puzzle-check.svg b/mkdocs-material/material/templates/.icons/material/puzzle-check.svg new file mode 100644 index 0000000..0711a33 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/puzzle-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23.5 17-5 5-3.5-3.5 1.5-1.5 2 2 3.5-3.5zm-3-6a2.5 2.5 0 0 1 2.5 2.5c0 .31-.06.61-.16.89C21.8 13.5 20.46 13 19 13c-3.31 0-6 2.69-6 6v.54c-.36-1.04-1.35-1.74-2.5-1.74-1.5 0-2.7 1.2-2.7 2.7V22H4c-1.1 0-2-.9-2-2v-3.8h1.5c1.5 0 2.7-1.2 2.7-2.7S5 10.8 3.5 10.8H2V7a2 2 0 0 1 2-2h4V3.5C8 2.12 9.12.998 10.5.998S13 2.12 13 3.5V5h4a2 2 0 0 1 2 2v4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/puzzle-edit-outline.svg b/mkdocs-material/material/templates/.icons/material/puzzle-edit-outline.svg new file mode 100644 index 0000000..5d24b2a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/puzzle-edit-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.04 12.13c-.14 0-.28.06-.39.17l-1 1 2.05 2.05 1-1c.22-.21.22-.56 0-.77l-1.28-1.28a.53.53 0 0 0-.38-.17m-1.97 1.75L13 19.94V22h2.06l6.06-6.07zm-8.02 5.18c-.18-.06-.36-.06-.55-.06-1.5 0-2.7 1.21-2.7 2.7v.3H4a2 2 0 0 1-2-2v-3.8h.3C3.79 16.2 5 15 5 13.5s-1.21-2.7-2.7-2.7H2V7c0-1.1.9-2 2-2h3.04c.24-1.7 1.7-3 3.46-3s3.22 1.3 3.46 3H17a2 2 0 0 1 2 2v3.04c.36.05.69.17 1 .32-.27.14-.54.3-.76.53L18.12 12H17V7h-5V5.5c0-.83-.67-1.5-1.5-1.5S9 4.67 9 5.5V7H4v2.12c1.76.68 3 2.38 3 4.38s-1.25 3.7-3 4.38V20h2.12a4.7 4.7 0 0 1 4.38-3c.76 0 1.5.18 2.11.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/puzzle-edit.svg b/mkdocs-material/material/templates/.icons/material/puzzle-edit.svg new file mode 100644 index 0000000..afc40e5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/puzzle-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.04 12.13c-.14 0-.28.06-.39.17l-1 1 2.05 2.05 1-1c.22-.21.22-.56 0-.77l-1.28-1.28a.53.53 0 0 0-.38-.17m-1.97 1.75L13 19.94V22h2.06l6.06-6.07zM19 11.12l-7.09 7.08c-.41-.25-.91-.4-1.41-.4-1.5 0-2.7 1.2-2.7 2.7V22H4a2 2 0 0 1-2-2v-3.8h1.5c1.5 0 2.7-1.2 2.7-2.7S5 10.8 3.5 10.8H2V7c0-1.1.9-2 2-2h4V3.5a2.5 2.5 0 0 1 5 0V5h4a2 2 0 0 1 2 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/puzzle-heart-outline.svg b/mkdocs-material/material/templates/.icons/material/puzzle-heart-outline.svg new file mode 100644 index 0000000..4408cd1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/puzzle-heart-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.2 22v-.3c0-1.49-1.2-2.7-2.7-2.7s-2.7 1.21-2.7 2.7v.3H4a2 2 0 0 1-2-2v-3.8h.3C3.79 16.2 5 15 5 13.5s-1.21-2.7-2.7-2.7H2V7c0-1.1.9-2 2-2h3.04c.24-1.7 1.7-3 3.46-3s3.22 1.3 3.46 3H17a2 2 0 0 1 2 2v3.04c1.45.21 2.61 1.3 2.91 2.72A5.95 5.95 0 0 0 19 12h-2V7h-5V5.5c0-.83-.67-1.5-1.5-1.5S9 4.67 9 5.5V7H4v2.12c1.76.68 3 2.38 3 4.38s-1.25 3.7-3 4.38V20h2.12a4.7 4.7 0 0 1 4.38-3c.93 0 1.79.28 2.5.74V18c0 1.54.58 2.94 1.54 4zm5.8.3.6-.5c2-1.9 3.4-3.1 3.4-4.6 0-1.3-1-2.2-2.2-2.2-.7 0-1.4.3-1.8.8-.4-.5-1.1-.8-1.8-.8-1.2 0-2.2 1-2.2 2.2 0 1.5 1.4 2.7 3.4 4.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/puzzle-heart.svg b/mkdocs-material/material/templates/.icons/material/puzzle-heart.svg new file mode 100644 index 0000000..061ad69 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/puzzle-heart.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19 22.3-.6-.5c-2-1.9-3.4-3.1-3.4-4.6 0-1.2 1-2.2 2.2-2.2.7 0 1.4.3 1.8.8.4-.5 1.1-.8 1.8-.8 1.2 0 2.2.9 2.2 2.2 0 1.5-1.4 2.7-3.4 4.6zM20.5 11H19V7a2 2 0 0 0-2-2h-4V3.5a2.5 2.5 0 0 0-5 0V5H4c-1.1 0-2 .9-2 2v3.8h1.5c1.5 0 2.7 1.2 2.7 2.7S5 16.2 3.5 16.2H2V20a2 2 0 0 0 2 2h3.8v-1.5c0-1.5 1.2-2.7 2.7-2.7.94 0 1.77.47 2.25 1.2h.34c-.05-.33-.09-.66-.09-1 0-3.31 2.69-6 6-6 1.54 0 2.94.58 4 1.53v-.03a2.5 2.5 0 0 0-2.5-2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/puzzle-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/puzzle-minus-outline.svg new file mode 100644 index 0000000..841e8ab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/puzzle-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.2 22v-.3c0-1.49-1.2-2.7-2.7-2.7s-2.7 1.21-2.7 2.7v.3H4a2 2 0 0 1-2-2v-3.8h.3C3.79 16.2 5 15 5 13.5s-1.21-2.7-2.7-2.7H2V7c0-1.1.9-2 2-2h3.04c.24-1.7 1.7-3 3.46-3s3.22 1.3 3.46 3H17a2 2 0 0 1 2 2v3.04c1.7.24 3 1.7 3 3.46 0 .1 0 .2-.03.29-.62-.35-1.3-.59-2.04-.71-.18-.62-.75-1.08-1.43-1.08H17V7h-5V5.5c0-.83-.67-1.5-1.5-1.5S9 4.67 9 5.5V7H4v2.12c1.76.68 3 2.38 3 4.38s-1.25 3.7-3 4.38V20h2.12a4.7 4.7 0 0 1 4.38-3c.97 0 1.87.3 2.62.81a5.956 5.956 0 0 0 .69 4.19zm1.8-4v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/puzzle-minus.svg b/mkdocs-material/material/templates/.icons/material/puzzle-minus.svg new file mode 100644 index 0000000..3661900 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/puzzle-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.04 19.61a2.68 2.68 0 0 0-2.54-1.81c-1.5 0-2.7 1.2-2.7 2.7V22H4a2 2 0 0 1-2-2v-3.8h1.5c1.5 0 2.7-1.2 2.7-2.7S5 10.8 3.5 10.8H2V7c0-1.1.9-2 2-2h4V3.5a2.5 2.5 0 0 1 5 0V5h4a2 2 0 0 1 2 2v4h1.5a2.5 2.5 0 0 1 2.5 2.5c0 .32-.06.62-.17.89A6 6 0 0 0 19 13c-3.31 0-6 2.69-6 6 0 .2 0 .41.04.61M15 18v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/puzzle-outline.svg b/mkdocs-material/material/templates/.icons/material/puzzle-outline.svg new file mode 100644 index 0000000..0dda674 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/puzzle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 13.5c0 1.76-1.3 3.22-3 3.46V20a2 2 0 0 1-2 2h-3.8v-.3a2.7 2.7 0 0 0-2.7-2.7c-1.5 0-2.7 1.21-2.7 2.7v.3H4a2 2 0 0 1-2-2v-3.8h.3C3.79 16.2 5 15 5 13.5s-1.21-2.7-2.7-2.7H2V7a2 2 0 0 1 2-2h3.04c.24-1.7 1.7-3 3.46-3s3.22 1.3 3.46 3H17a2 2 0 0 1 2 2v3.04c1.7.24 3 1.7 3 3.46M17 15h1.5a1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5H17V7h-5V5.5A1.5 1.5 0 0 0 10.5 4 1.5 1.5 0 0 0 9 5.5V7H4v2.12c1.76.68 3 2.38 3 4.38s-1.25 3.7-3 4.38V20h2.12a4.7 4.7 0 0 1 4.38-3c2 0 3.7 1.25 4.38 3H17z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/puzzle-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/puzzle-plus-outline.svg new file mode 100644 index 0000000..37dc8c8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/puzzle-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.2 22v-.3c0-1.49-1.2-2.7-2.7-2.7s-2.7 1.21-2.7 2.7v.3H4a2 2 0 0 1-2-2v-3.8h.3C3.79 16.2 5 15 5 13.5s-1.21-2.7-2.7-2.7H2V7c0-1.1.9-2 2-2h3.04c.24-1.7 1.7-3 3.46-3s3.22 1.3 3.46 3H17a2 2 0 0 1 2 2v3.04c1.7.24 3 1.7 3 3.46 0 .1 0 .2-.03.29-.62-.35-1.3-.59-2.04-.71-.18-.62-.75-1.08-1.43-1.08H17V7h-5V5.5c0-.83-.67-1.5-1.5-1.5S9 4.67 9 5.5V7H4v2.12c1.76.68 3 2.38 3 4.38s-1.25 3.7-3 4.38V20h2.12a4.7 4.7 0 0 1 4.38-3c.97 0 1.87.3 2.62.81a5.956 5.956 0 0 0 .69 4.19zm4.8-7v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/puzzle-plus.svg b/mkdocs-material/material/templates/.icons/material/puzzle-plus.svg new file mode 100644 index 0000000..e1afe20 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/puzzle-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.04 19.61a2.68 2.68 0 0 0-2.54-1.81c-1.5 0-2.7 1.2-2.7 2.7V22H4a2 2 0 0 1-2-2v-3.8h1.5c1.5 0 2.7-1.2 2.7-2.7S5 10.8 3.5 10.8H2V7c0-1.1.9-2 2-2h4V3.5a2.5 2.5 0 0 1 5 0V5h4a2 2 0 0 1 2 2v4h1.5a2.5 2.5 0 0 1 2.5 2.5c0 .32-.06.62-.17.89A6 6 0 0 0 19 13c-3.31 0-6 2.69-6 6 0 .2 0 .41.04.61M18 15v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/puzzle-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/puzzle-remove-outline.svg new file mode 100644 index 0000000..5f0333f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/puzzle-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.2 22v-.3c0-1.49-1.2-2.7-2.7-2.7s-2.7 1.21-2.7 2.7v.3H4a2 2 0 0 1-2-2v-3.8h.3C3.79 16.2 5 15 5 13.5s-1.21-2.7-2.7-2.7H2V7c0-1.1.9-2 2-2h3.04c.24-1.7 1.7-3 3.46-3s3.22 1.3 3.46 3H17a2 2 0 0 1 2 2v3.04c1.7.24 3 1.7 3 3.46 0 .1 0 .2-.03.29-.62-.35-1.3-.59-2.04-.71-.18-.62-.75-1.08-1.43-1.08H17V7h-5V5.5c0-.83-.67-1.5-1.5-1.5S9 4.67 9 5.5V7H4v2.12c1.76.68 3 2.38 3 4.38s-1.25 3.7-3 4.38V20h2.12a4.7 4.7 0 0 1 4.38-3c.97 0 1.87.3 2.62.81a5.956 5.956 0 0 0 .69 4.19zm7.92-6.54L19 17.59l-2.12-2.13-1.41 1.42L17.59 19l-2.12 2.12 1.41 1.42L19 20.41l2.12 2.13 1.42-1.42L20.41 19l2.13-2.12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/puzzle-remove.svg b/mkdocs-material/material/templates/.icons/material/puzzle-remove.svg new file mode 100644 index 0000000..c071125 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/puzzle-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.04 19.61a2.68 2.68 0 0 0-2.54-1.81c-1.5 0-2.7 1.2-2.7 2.7V22H4a2 2 0 0 1-2-2v-3.8h1.5c1.5 0 2.7-1.2 2.7-2.7S5 10.8 3.5 10.8H2V7c0-1.1.9-2 2-2h4V3.5a2.5 2.5 0 0 1 5 0V5h4a2 2 0 0 1 2 2v4h1.5a2.5 2.5 0 0 1 2.5 2.5c0 .32-.06.62-.17.89A6 6 0 0 0 19 13c-3.31 0-6 2.69-6 6 0 .2 0 .41.04.61m8.08-4.15L19 17.59l-2.12-2.13-1.41 1.42L17.59 19l-2.12 2.12 1.41 1.42L19 20.41l2.12 2.13 1.42-1.42L20.41 19l2.13-2.12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/puzzle-star-outline.svg b/mkdocs-material/material/templates/.icons/material/puzzle-star-outline.svg new file mode 100644 index 0000000..85b16a8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/puzzle-star-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.2 22v-.3c0-1.49-1.2-2.7-2.7-2.7s-2.7 1.21-2.7 2.7v.3H4a2 2 0 0 1-2-2v-3.8h.3C3.79 16.2 5 15 5 13.5s-1.21-2.7-2.7-2.7H2V7c0-1.1.9-2 2-2h3.04c.24-1.7 1.7-3 3.46-3s3.22 1.3 3.46 3H17a2 2 0 0 1 2 2v3.04c1.45.21 2.61 1.3 2.91 2.72A5.95 5.95 0 0 0 19 12h-2V7h-5V5.5c0-.83-.67-1.5-1.5-1.5S9 4.67 9 5.5V7H4v2.12c1.76.68 3 2.38 3 4.38s-1.25 3.7-3 4.38V20h2.12a4.7 4.7 0 0 1 4.38-3c.93 0 1.79.28 2.5.74V18c0 1.54.58 2.94 1.54 4zm5.8-1.91-2.5 1.49.68-2.81L15 16.89l2.87-.25L19 14l1.11 2.64 2.89.25-2.2 1.88.65 2.81z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/puzzle-star.svg b/mkdocs-material/material/templates/.icons/material/puzzle-star.svg new file mode 100644 index 0000000..5ff8f4d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/puzzle-star.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19 20.09 2.45 1.49-.65-2.81 2.2-1.88-2.89-.25L19 14l-1.13 2.64-2.87.25 2.18 1.88-.68 2.81zm4-6.59v.03A5.97 5.97 0 0 0 19 12c-3.31 0-6 2.69-6 6 0 .34.04.67.09 1h-.34a2.68 2.68 0 0 0-2.25-1.2c-1.5 0-2.7 1.2-2.7 2.7V22H4a2 2 0 0 1-2-2v-3.8h1.5c1.5 0 2.7-1.2 2.7-2.7S5 10.8 3.5 10.8H2V7c0-1.1.9-2 2-2h4V3.5a2.5 2.5 0 0 1 5 0V5h4a2 2 0 0 1 2 2v4h1.5a2.5 2.5 0 0 1 2.5 2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/puzzle.svg b/mkdocs-material/material/templates/.icons/material/puzzle.svg new file mode 100644 index 0000000..408c866 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/puzzle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.5 11H19V7a2 2 0 0 0-2-2h-4V3.5A2.5 2.5 0 0 0 10.5 1 2.5 2.5 0 0 0 8 3.5V5H4a2 2 0 0 0-2 2v3.8h1.5c1.5 0 2.7 1.2 2.7 2.7S5 16.2 3.5 16.2H2V20a2 2 0 0 0 2 2h3.8v-1.5c0-1.5 1.2-2.7 2.7-2.7s2.7 1.2 2.7 2.7V22H17a2 2 0 0 0 2-2v-4h1.5a2.5 2.5 0 0 0 2.5-2.5 2.5 2.5 0 0 0-2.5-2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pyramid-off.svg b/mkdocs-material/material/templates/.icons/material/pyramid-off.svg new file mode 100644 index 0000000..5e591e4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pyramid-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.5 7.3 9.05 5.85l2.1-3.38a1.003 1.003 0 0 1 1.7 0l9 14.49c.28.44.15 1.04-.35 1.36l-3.09-3.11L13 6.5v3.3l-2-2V6.5zm11.61 14.16-1.27 1.27-2.95-2.95-5.53 2.15c-.11.07-.24.07-.36.07s-.25 0-.36-.07l-9-3.5c-.64-.25-.8-.98-.49-1.47L7.1 9 1.11 3l1.28-1.27zM5.42 15.5 11 13.32v-.43l-2.45-2.45zm10.93 2.74-2.41-2.41-1.94-.76-6.24 2.43L12 19.93z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/pyramid.svg b/mkdocs-material/material/templates/.icons/material/pyramid.svg new file mode 100644 index 0000000..c46af6a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/pyramid.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.85 16.96-9-14.49a1.003 1.003 0 0 0-1.7 0l-9 14.49c-.31.49-.15 1.22.49 1.47l9 3.5c.11.07.24.07.36.07s.25 0 .36-.07l9-3.5c.64-.25.8-.98.49-1.47M11 6.5v6.82L5.42 15.5zm1 13.43L5.76 17.5 12 15.07l6.24 2.43zm1-6.61V6.5l5.58 9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/qi.svg b/mkdocs-material/material/templates/.icons/material/qi.svg new file mode 100644 index 0000000..231b698 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/qi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.09 6.56v8.08c0 .08-.09.15-.15.15-2.32 0-4.19-1.88-4.19-4.19 0-2.32 1.87-4.2 4.19-4.2.06 0 .15.07.15.16m0 11.3v2.43A2.666 2.666 0 0 0 14.5 23c.16 0 .28-.11.29-.27V4.47a.415.415 0 0 0-.29-.38c-3.58-1.42-7.64.35-9.06 3.94-1.44 3.6.35 7.66 3.94 9.08.78.31 1.62.47 2.43.49.14-.01.26.11.27.27M16.19 5.5v10.22c0 .28 0 .48.27.28 2.96-2.5 3.35-6.91.87-9.87-.26-.32-.56-.63-.87-.87-.27-.21-.27 0-.27.27m-1.4-3.1c0-.77.63-1.4 1.4-1.4s1.4.63 1.4 1.4-.63 1.4-1.4 1.4-1.4-.63-1.4-1.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/qqchat.svg b/mkdocs-material/material/templates/.icons/material/qqchat.svg new file mode 100644 index 0000000..dd36d26 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/qqchat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.18 13.54c.58-1.38 1.39-2.4 1.99-2.62-.01-.8.14-1.3.39-1.7 0-.03-.06-.36.16-.77C5.87 4.85 8.21 2 12 2s6.13 2.85 6.28 6.45c.22.41.16.74.16.77.25.4.4.9.39 1.7.6.22 1.41 1.24 1.99 2.63.75 1.76.87 3.45.27 3.75-.41.2-1.06-.3-1.67-1.18-.24.98-.84 1.88-1.69 2.59.9.33 1.48.87 1.48 1.48 0 1-1.58 1.81-3.52 1.81-1.76 0-3.19-.66-3.48-1.5h-.42c-.29.84-1.72 1.5-3.48 1.5-1.94 0-3.52-.81-3.52-1.81 0-.61.58-1.15 1.48-1.48-.85-.71-1.45-1.61-1.69-2.59-.61.88-1.26 1.38-1.67 1.18-.6-.3-.48-1.99.27-3.76"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/qrcode-edit.svg b/mkdocs-material/material/templates/.icons/material/qrcode-edit.svg new file mode 100644 index 0000000..1245070 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/qrcode-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 5h2v2H5zM1 1h10v10H1zm2 2v6h6V3zm2 14h2v2H5zm-4-4h10v10H1zm2 2v6h6v-6zm10-2h4v2h2v-2h4v2h-4v2h4v6h-4v-2h-4v2h-2v-2h2v-2h-2zm8 8v-2h-2v2zm-2-4h-2v-2h-2v4h4zm3.7-13.65-1 1-2.05-2 1-1c.2-.21.54-.22.77 0l1.28 1.23c.21.2.22.54 0 .77M13 8.94l6.07-6.06 2.05 2.05L15.06 11H13z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/qrcode-minus.svg b/mkdocs-material/material/templates/.icons/material/qrcode-minus.svg new file mode 100644 index 0000000..cd73ae3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/qrcode-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 5h2v2H5zM1 1h10v10H1zm2 2v6h6V3zm2 14h2v2H5zm-4-4h10v10H1zm2 2v6h6v-6zm10-2h4v2h2v-2h4v2h-4v2h4v6h-4v-2h-4v2h-2v-2h2v-2h-2zm8 8v-2h-2v2zm-2-4h-2v-2h-2v4h4zM14 5v2h8V5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/qrcode-plus.svg b/mkdocs-material/material/templates/.icons/material/qrcode-plus.svg new file mode 100644 index 0000000..0875b37 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/qrcode-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 5h2v2H5zM1 1h10v10H1zm2 2v6h6V3zm2 14h2v2H5zm-4-4h10v10H1zm2 2v6h6v-6zm10-2h4v2h2v-2h4v2h-4v2h4v6h-4v-2h-4v2h-2v-2h2v-2h-2zm8 8v-2h-2v2zm-2-4h-2v-2h-2v4h4zM17 2v3h-3v2h3v3h2V7h3V5h-3V2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/qrcode-remove.svg b/mkdocs-material/material/templates/.icons/material/qrcode-remove.svg new file mode 100644 index 0000000..292a864 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/qrcode-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 5h2v2H5zM1 1h10v10H1zm2 2v6h6V3zm2 14h2v2H5zm-4-4h10v10H1zm2 2v6h6v-6zm10-2h4v2h2v-2h4v2h-4v2h4v6h-4v-2h-4v2h-2v-2h2v-2h-2zm8 8v-2h-2v2zm-2-4h-2v-2h-2v4h4zM15.17 1.76l-1.41 1.41L16.59 6l-2.83 2.83 1.41 1.41L18 7.41l2.83 2.83 1.41-1.41L19.41 6l2.83-2.83-1.41-1.41L18 4.59z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/qrcode-scan.svg b/mkdocs-material/material/templates/.icons/material/qrcode-scan.svg new file mode 100644 index 0000000..6ca1ec4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/qrcode-scan.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 4h6v6H4zm16 0v6h-6V4zm-6 11h2v-2h-2v-2h2v2h2v-2h2v2h-2v2h2v3h-2v2h-2v-2h-3v2h-2v-4h3zm2 0v3h2v-3zM4 20v-6h6v6zM6 6v2h2V6zm10 0v2h2V6zM6 16v2h2v-2zm-2-5h2v2H4zm5 0h4v4h-2v-2H9zm2-5h2v4h-2zM2 2v4H0V2a2 2 0 0 1 2-2h4v2zm20-2a2 2 0 0 1 2 2v4h-2V2h-4V0zM2 18v4h4v2H2a2 2 0 0 1-2-2v-4zm20 4v-4h2v4a2 2 0 0 1-2 2h-4v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/qrcode.svg b/mkdocs-material/material/templates/.icons/material/qrcode.svg new file mode 100644 index 0000000..cbdf94b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/qrcode.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 11h2v2H3zm8-6h2v4h-2zm-2 6h4v4h-2v-2H9zm6 0h2v2h2v-2h2v2h-2v2h2v4h-2v2h-2v-2h-4v2h-2v-4h4v-2h2v-2h-2zm4 8v-4h-2v4zM15 3h6v6h-6zm2 2v2h2V5zM3 3h6v6H3zm2 2v2h2V5zM3 15h6v6H3zm2 2v2h2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/quadcopter.svg b/mkdocs-material/material/templates/.icons/material/quadcopter.svg new file mode 100644 index 0000000..8d00863 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/quadcopter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.5 1C8 1 10 3 10 5.5c0 .88-.25 1.7-.69 2.4l.1.1h5.18l.1-.1c-.44-.7-.69-1.52-.69-2.4C14 3 16 1 18.5 1S23 3 23 5.5 21 10 18.5 10c-.88 0-1.7-.25-2.4-.69l-1.1 1.1v3.18l1.1 1.1c.7-.44 1.52-.69 2.4-.69 2.5 0 4.5 2 4.5 4.5S21 23 18.5 23 14 21 14 18.5c0-.88.25-1.7.69-2.4l-.1-.1H9.41l-.1.1c.44.7.69 1.52.69 2.4C10 21 8 23 5.5 23S1 21 1 18.5 3 14 5.5 14c.88 0 1.7.25 2.4.69l1.1-1.1v-3.18l-1.1-1.1c-.7.44-1.52.69-2.4.69C3 10 1 8 1 5.5S3 1 5.5 1m0 2A2.5 2.5 0 0 0 3 5.5 2.5 2.5 0 0 0 5.5 8 2.5 2.5 0 0 0 8 5.5 2.5 2.5 0 0 0 5.5 3m0 13A2.5 2.5 0 0 0 3 18.5 2.5 2.5 0 0 0 5.5 21 2.5 2.5 0 0 0 8 18.5 2.5 2.5 0 0 0 5.5 16m13-13A2.5 2.5 0 0 0 16 5.5 2.5 2.5 0 0 0 18.5 8 2.5 2.5 0 0 0 21 5.5 2.5 2.5 0 0 0 18.5 3m0 13a2.5 2.5 0 0 0-2.5 2.5 2.5 2.5 0 0 0 2.5 2.5 2.5 2.5 0 0 0 2.5-2.5 2.5 2.5 0 0 0-2.5-2.5M3.91 17.25l1.13.66c.13-.1.29-.16.46-.16a.75.75 0 0 1 .75.75l-.01.1 1.13.65-.28.5-1.13-.66c-.13.1-.29.16-.46.16a.75.75 0 0 1-.75-.75l.01-.1-1.13-.65zm-.28-11 1.13-.65-.01-.1a.75.75 0 0 1 .75-.75c.17 0 .33.06.46.16l1.13-.66.28.5-1.13.65.01.1a.75.75 0 0 1-.75.75c-.17 0-.33-.06-.46-.16l-1.13.66zm13.28-2 1.13.66c.13-.1.29-.16.46-.16a.75.75 0 0 1 .75.75l-.01.1 1.13.65-.28.5-1.13-.66c-.13.1-.29.16-.46.16a.75.75 0 0 1-.75-.75l.01-.1-1.13-.65zm-.28 15 1.12-.75a.75.75 0 0 1 .75-.75c.17 0 .33.06.46.16l1.13-.66.28.5-1.12.75a.75.75 0 0 1-.75.75c-.17 0-.33-.06-.46-.16l-1.13.66z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/quality-high.svg b/mkdocs-material/material/templates/.icons/material/quality-high.svg new file mode 100644 index 0000000..7768218 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/quality-high.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.5 13.5h2v-3h-2M18 14a1 1 0 0 1-1 1h-.75v1.5h-1.5V15H14a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1m-7 5H9.5v-2h-2v2H6V9h1.5v2.5h2V9H11m8-5H5c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/quality-low.svg b/mkdocs-material/material/templates/.icons/material/quality-low.svg new file mode 100644 index 0000000..98ce614 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/quality-low.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.5 13.5h2v-3h-2M18 14c0 .6-.4 1-1 1h-.75v1.5h-1.5V15H14c-.6 0-1-.4-1-1v-4c0-.6.4-1 1-1h3c.6 0 1 .4 1 1m1-6H5a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2m-8 9.5V15H6V9h1.5v4.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/quality-medium.svg b/mkdocs-material/material/templates/.icons/material/quality-medium.svg new file mode 100644 index 0000000..8a57e98 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/quality-medium.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 6v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2m-9 4c0-.5-.5-1-1-1H6.5c-.5 0-1 .5-1 1v5H7v-4.5h1V14h1.5v-3.5h1V15H12zm2.5-1a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h1v1.5h1.25V15h.75a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1zm.5 1.5h2v3h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/queue-first-in-last-out.svg b/mkdocs-material/material/templates/.icons/material/queue-first-in-last-out.svg new file mode 100644 index 0000000..efd99b7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/queue-first-in-last-out.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 6h12v2H6zm0 4.5h12v2H6zM6 15h12v2H6zm3 4h6l-3 3zM9 2h6l-3 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/quora.svg b/mkdocs-material/material/templates/.icons/material/quora.svg new file mode 100644 index 0000000..208f7f9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/quora.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.7 18.8c.5-.6.4-1.1.4-1.1h1.5s0 .4-.1.9c-.1.4-.2.7-.3 1-.2.7-1.2 1.5-1.2 1.5-1.1.9-2.3.8-2.3.8s-1.4.2-2.5-.5-2-2.2-2-2.2-4.4 1.2-7.8-1.7-3.2-6.4-3.2-6.7c0-.7.4-8.5 8.6-8.8 4.8-.2 7.4 2.8 8.4 5.2.7 1.7.7 3 .7 3.2s0 1.1-.2 2c-.1.9-.5 1.9-.8 2.4s-.7 1.2-1.2 1.7c-.5.6-1.1 1.1-1.2 1.2 0 0 1 1.2 1.6 1.4.2 0 1.1.3 1.6-.3m-7-1.5c.1-.1-.3-.6-.5-.9s.1.1-.7-1c-.3-.5-.7-.7-1.3-.8h-.7c-.5 0-.8.1-.9.1 0-.1-.2-.3-.3-.5s-.1-.5-.1-.5c0-.2 1.5-.9 3.2-.9 1.4 0 2.4.8 2.8 1.2.4.3.5.7.9 1 0 0 .1 0 .1.1.4.3.9-3 .8-5.2s-.2-3.3-1-4.4c-.7-1-2.2-1.8-3.6-1.8-.7 0-3 .1-4 1.8-1.2 2-1 5.6-1 5.6s-.3 3.2 1.4 4.9 3.4 1.4 4.2 1.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rabbit-variant-outline.svg b/mkdocs-material/material/templates/.icons/material/rabbit-variant-outline.svg new file mode 100644 index 0000000..5c344d8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rabbit-variant-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 14c-.24-.24-.44-.5-.65-.75C17.5 11.5 19 8.56 19 5c0-1.95-.74-3-2-3-1.54 0-3.96 2.06-5 5.97C10.96 4.06 8.54 2 7 2 5.74 2 5 3.05 5 5c0 3.56 1.5 6.5 2.65 8.25-.21.25-.41.51-.65.75-.25.25-2 1.39-2 3.5C5 20 7 22 9.5 22c1.5 0 2.5-.5 2.5-.5s1 .5 2.5.5c2.5 0 4.5-2 4.5-4.5 0-2.11-1.75-3.25-2-3.5m-.12-9.97c.06.17.12.47.12.97 0 2.84-1.11 5.24-2.07 6.78-.38-.28-.83-.48-1.4-.62.24-4.52 2.44-6.83 3.35-7.13M7 5c0-.5.06-.8.12-.97.91.3 3.11 2.61 3.38 7.13-.6.14-1.05.34-1.42.62C8.11 10.24 7 7.84 7 5m7.5 15c-1 0-1.8-.33-2.22-.56.42-.18.72-.71.72-.94 0-.28-.45-.5-1-.5s-1 .22-1 .5c0 .23.3.76.72.94-.42.23-1.22.56-2.22.56A2.5 2.5 0 0 1 7 17.5c0-.7.43-1.24 1-1.73.44-.36.61-.52 1.3-1.37.76-.95 1.09-1.4 2.7-1.4s1.94.45 2.7 1.4c.69.85.86 1.01 1.3 1.37.57.49 1 1.03 1 1.73a2.5 2.5 0 0 1-2.5 2.5m-.5-4c0 .41-.22.75-.5.75s-.5-.34-.5-.75.22-.75.5-.75.5.34.5.75m-3 0c0 .41-.22.75-.5.75s-.5-.34-.5-.75.22-.75.5-.75.5.34.5.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rabbit-variant.svg b/mkdocs-material/material/templates/.icons/material/rabbit-variant.svg new file mode 100644 index 0000000..efbf5d5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rabbit-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.84 14.5c-.26-.17-.62-.61-.79-.82C17.24 12 19 8.87 19 5c0-1.95-.74-3-2-3-1.54 0-3.96 2.06-5 5.97C10.96 4.06 8.54 2 7 2 5.74 2 5 3.05 5 5c0 3.87 1.76 7 2.95 8.68-.17.21-.53.65-.79.82-.5.43-1.66 1.39-1.66 3 0 2.21 1.79 4 4 4 1.55 0 2.5-.56 2.5-.56s.95.56 2.5.56c2.21 0 4-1.79 4-4 0-1.61-1.16-2.57-1.66-3m-7.49-2.3C8.34 10.7 7 8.12 7 5c0-.5.06-.8.12-.97.94.31 3.24 2.71 3.38 7.64-.47.12-.84.3-1.15.53m1.15 4.55c-.28 0-.5-.34-.5-.75s.22-.75.5-.75.5.34.5.75-.22.75-.5.75M12 19.5c-.55 0-1-.72-1-1s.45-.5 1-.5 1 .22 1 .5-.45 1-1 1m1.5-2.75c-.28 0-.5-.34-.5-.75s.22-.75.5-.75.5.34.5.75-.22.75-.5.75m0-5.08c.14-4.93 2.44-7.33 3.38-7.64.06.17.12.47.12.97 0 3.12-1.34 5.7-2.35 7.2-.31-.23-.68-.41-1.15-.53"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rabbit.svg b/mkdocs-material/material/templates/.icons/material/rabbit.svg new file mode 100644 index 0000000..fe174ba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rabbit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18.05 21-2.73-4.74c0-1.73-1.07-2.84-2.37-2.84-.9 0-1.68.5-2.08 1.24.33-.19.72-.29 1.13-.29 1.3 0 2.36 1.06 2.36 2.36 0 1.31-1.05 2.38-2.36 2.38h3.3V21H6.79c-.24 0-.49-.09-.67-.28a.95.95 0 0 1 0-1.34l.5-.5c-.34-.15-.62-.38-.9-.62-.22.5-.72.85-1.3.85a1.425 1.425 0 0 1 0-2.85l.47.08v-1.97a4.73 4.73 0 0 1 4.74-4.74h.02c2.12.01 3.77.84 3.77-.47 0-.93.2-1.3.54-1.82-.73-.34-1.56-.55-2.43-.55-.53 0-.95-.42-.95-.95 0-.43.28-.79.67-.91l-.67-.04c-.52 0-.95-.42-.95-.94 0-.53.43-.95.95-.95h.95c2.1 0 3.94 1.15 4.93 2.85l.28-.01c.71 0 1.37.23 1.91.61l.45.38c2.17 1.95 1.9 3.27 1.9 3.28 0 1.28-1.06 2.33-2.35 2.33l-.49-.05v.08c0 1.11-.48 2.1-1.23 2.8L20.24 21zm.11-13.26c-.53 0-.95.42-.95.94 0 .53.42.95.95.95.52 0 .95-.42.95-.95 0-.52-.43-.94-.95-.94"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/racing-helmet.svg b/mkdocs-material/material/templates/.icons/material/racing-helmet.svg new file mode 100644 index 0000000..b19afe5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/racing-helmet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.2 11.2c-.2 2.4.5 4.4 2 6.2S7.7 20 10.1 20h10c.5 0 1-.2 1.4-.6s.6-.9.6-1.4v-.8c0-.6-.1-1.3-.2-2.2h-8.2c-1 0-1.8-.4-2.5-1.1s-1.1-1.6-1.1-2.5c0-1.6.7-2.7 2.2-3.3L17.1 6c-1.7-1.2-3.7-1.9-6-2-2.2-.2-4.2.5-6 1.9S2.4 9 2.2 11.2m9.9.2c0 .4.2.8.5 1.1s.7.5 1.1.5h7.8c-.6-2.2-1.5-4-2.8-5.4l-5.6 2.3c-.7.2-1 .7-1 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/racquetball.svg b/mkdocs-material/material/templates/.icons/material/racquetball.svg new file mode 100644 index 0000000..df9538a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/racquetball.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.5 16c1.4 0 2.5 1.1 2.5 2.5S19.9 21 18.5 21 16 19.9 16 18.5s1.1-2.5 2.5-2.5m-8-15C3 1 3 3.7 3 9.8c0 3.4 3.4 7.1 6 8.3V23h3v-4.9c2.6-1.2 6-4.9 6-8.3C18 3.6 18 1 10.5 1m4.9 3.2c.3.4.4 1 .5 1.8H15V3.8c.2.1.3.3.4.4m.6 5.6v.2h-1V7h1zM14 14h-3v-3h3zm-7 0v-3h3v3zM5 9.8V7h1v3H5zM7 7h3v3H7zm4-4c1.4 0 2.4.2 3 .3V6h-3zm-1 3H7V3.4c.6-.2 1.6-.4 3-.4zm1 4V7h3v3zM6 3.8V6h-.9c.1-.8.2-1.4.5-1.8zM5.2 11H6v1.7c-.3-.6-.6-1.1-.8-1.7M8 15h2v1.3l-.2-.1C9.2 16 8.6 15.5 8 15m3.2 1.3H11V15h2c-.6.5-1.2 1-1.8 1.3m3.8-3.6V11h.8c-.2.5-.5 1.1-.8 1.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/radar.svg b/mkdocs-material/material/templates/.icons/material/radar.svg new file mode 100644 index 0000000..9c6f2ef --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/radar.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.07 4.93-1.41 1.41A8.01 8.01 0 0 1 20 12a8 8 0 0 1-8 8 8 8 0 0 1-8-8c0-4.08 3.05-7.44 7-7.93v2.02C8.16 6.57 6 9.03 6 12a6 6 0 0 0 6 6 6 6 0 0 0 6-6c0-1.66-.67-3.16-1.76-4.24l-1.41 1.41C15.55 9.9 16 10.9 16 12a4 4 0 0 1-4 4 4 4 0 0 1-4-4c0-1.86 1.28-3.41 3-3.86v2.14c-.6.35-1 .98-1 1.72a2 2 0 0 0 2 2 2 2 0 0 0 2-2c0-.74-.4-1.38-1-1.72V2h-1A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10c0-2.76-1.12-5.26-2.93-7.07"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/radiator-disabled.svg b/mkdocs-material/material/templates/.icons/material/radiator-disabled.svg new file mode 100644 index 0000000..0cd2405 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/radiator-disabled.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 12H4a2 2 0 0 0-2 2v8h2v-2h16v2h2v-8a2 2 0 0 0-2-2M7 17a1 1 0 0 1-1 1 1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1 1 1 0 0 1 1 1zm4 0a1 1 0 0 1-1 1 1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1 1 1 0 0 1 1 1zm4 0a1 1 0 0 1-1 1 1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1 1 1 0 0 1 1 1zm4 0a1 1 0 0 1-1 1 1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1 1 1 0 0 1 1 1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/radiator-off.svg b/mkdocs-material/material/templates/.icons/material/radiator-off.svg new file mode 100644 index 0000000..0abf9e2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/radiator-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.28 2 2 3.27l2.77 2.77.87 1.35L4.22 9.6l1.73.9 1.28-2 3.5 3.5H4a2 2 0 0 0-2 2v8h2v-2h14.73L20 21.27V22h2v-1.28zM7 17a1 1 0 0 1-1 1 1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1 1 1 0 0 1 1 1zm4 0a1 1 0 0 1-1 1 1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1 1 1 0 0 1 1 1zm4 0a1 1 0 0 1-1 1 1 1 0 0 1-1-1v-2c0-.21.08-.39.18-.55L15 16.27zm1.25-7.5 1.42-2.2-1.42-2.2 2-3.1 1.75.89-1.44 2.21L20 7.3v.01l-2 3.09zM22 14v4.18l-3-3V15a1 1 0 0 0-1-1c-.05 0-.1 0-.15.03L15.82 12H20a2 2 0 0 1 2 2M11.64 7.3l-1.42-2.2 2-3.1 1.73.89-1.42 2.21 1.42 2.2-.01.01L12.84 9l-1.4-1.38zM7.5 3.69 6.1 2.28l.12-.19L7.95 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/radiator.svg b/mkdocs-material/material/templates/.icons/material/radiator.svg new file mode 100644 index 0000000..244fe93 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/radiator.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.95 3 6.53 5.19 7.95 7.4h-.01l-1.99 3.1-1.73-.9 1.42-2.21-1.42-2.2 2-3.1zm6-.11L12.53 5.1l1.42 2.2-.01.01-1.99 3.09-1.73-.9 1.42-2.2-1.42-2.2 2-3.1zm6.05 0L18.56 5.1 20 7.3v.01l-2 3.09-1.75-.9 1.42-2.2-1.42-2.2 2-3.1zM2 22v-8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v8h-2v-2H4v2zm4-8a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1m4 0a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1m4 0a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1m4 0a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/radio-am.svg b/mkdocs-material/material/templates/.icons/material/radio-am.svg new file mode 100644 index 0000000..2b871f0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/radio-am.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 7a2 2 0 0 0-2 2v8h2v-4h2v4h2V9a2 2 0 0 0-2-2zm0 2h2v2H5zm8-2a2 2 0 0 0-2 2v8h2V9h2v7h2V9h2v8h2V9a2 2 0 0 0-2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/radio-fm.svg b/mkdocs-material/material/templates/.icons/material/radio-fm.svg new file mode 100644 index 0000000..271cfc1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/radio-fm.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 7v10h2v-4h3v-2H5V9h4V7zm10 0a2 2 0 0 0-2 2v8h2V9h2v7h2V9h2v8h2V9a2 2 0 0 0-2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/radio-handheld.svg b/mkdocs-material/material/templates/.icons/material/radio-handheld.svg new file mode 100644 index 0000000..d30ba40 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/radio-handheld.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 2a1 1 0 0 0-1 1v17c0 1.11.89 2 2 2h5c1.11 0 2-.89 2-2V9c0-1.11-.89-2-2-2h-5V3a1 1 0 0 0-1-1m1 7h5v4h-5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/radio-off.svg b/mkdocs-material/material/templates/.icons/material/radio-off.svg new file mode 100644 index 0000000..3b1f3d1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/radio-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m1 4.27 2 2c-.6.34-1 .99-1 1.73v12a2 2 0 0 0 2 2h14.73l2 2L22 22.72 2.28 3zM20 6H8.83l7.64-3.17L15.71 1 6.59 4.76 9.82 8H20v4h-2v-2h-2v2h-2.18L22 20.18V8a2 2 0 0 0-2-2M4 8h.73l4 4H4zm3 6c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/radio-tower.svg b/mkdocs-material/material/templates/.icons/material/radio-tower.svg new file mode 100644 index 0000000..1589ee0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/radio-tower.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 10a2 2 0 0 1 2 2 2 2 0 0 1-.47 1.29L16.7 22h-2.13L12 14.93 9.43 22H7.3l3.17-8.71A2 2 0 0 1 10 12a2 2 0 0 1 2-2m0-2a4 4 0 0 0-4 4c0 .5.1 1 .28 1.46l-.88 2.4A6.03 6.03 0 0 1 6 12a6 6 0 0 1 6-6 6 6 0 0 1 6 6c0 1.47-.53 2.81-1.4 3.86l-.88-2.4C15.9 13 16 12.5 16 12a4 4 0 0 0-4-4m0-4a8 8 0 0 0-8 8c0 2.36 1 4.5 2.64 5.94l-.72 2A10 10 0 0 1 2 12 10 10 0 0 1 12 2a10 10 0 0 1 10 10c0 3.23-1.54 6.11-3.92 7.94l-.72-2C19 16.5 20 14.36 20 12a8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/radio.svg b/mkdocs-material/material/templates/.icons/material/radio.svg new file mode 100644 index 0000000..60e4bb3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/radio.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 6a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8c0-.85.53-1.58 1.28-1.87L15.71 1l.76 1.83L8.83 6zm0 2H4v4h12v-2h2v2h2zM7 14a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/radioactive-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/radioactive-circle-outline.svg new file mode 100644 index 0000000..ba094f2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/radioactive-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 4c4.4 0 8 3.6 8 8s-3.6 8-8 8-8-3.6-8-8 3.6-8 8-8m0-2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m3 15.2-1.8-3q-.6.3-1.2.3c-.6 0-.9-.1-1.2-.3-.5.9-1.2 2-1.8 3 .9.5 1.9.8 3 .8s2.1-.3 3-.8m0-10.4-1.8 3c.7.4 1.3 1.2 1.3 2.2H18c0-2.2-1.2-4.2-3-5.2M12 13c.6 0 1-.4 1-1s-.4-1-1-1-1 .4-1 1 .4 1 1 1m-6-1h3.5c0-.9.5-1.7 1.3-2.2-.5-.9-1.2-2-1.8-3-1.8 1-3 3-3 5.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/radioactive-circle.svg b/mkdocs-material/material/templates/.icons/material/radioactive-circle.svg new file mode 100644 index 0000000..c57d69f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/radioactive-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m8 10h-4c0-1.5-.8-2.8-2-3.4l2-3.5c2.4 1.4 4 3.9 4 6.9m-8-2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2M8 5.1c.6 1 1.3 2.3 2 3.5-1.2.7-2 2-2 3.4H4c0-3 1.6-5.5 4-6.9m0 13.8c.6-1 1.3-2.3 2-3.5.6.3 1.3.6 2 .6s1.4-.2 2-.6l2 3.5c-1.2.7-2.5 1.1-4 1.1s-2.8-.4-4-1.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/radioactive-off.svg b/mkdocs-material/material/templates/.icons/material/radioactive-off.svg new file mode 100644 index 0000000..51b652b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/radioactive-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.8 22.7-4.9-4.9 1 1.8c-1.5.9-3.2 1.3-5 1.3s-3.5-.5-5-1.3c.4-.8 1.8-3.1 3-5.2.6.3 1.3.6 2 .6.3 0 .7 0 1-.1L8.1 10c0 .3-.1.7-.1 1H2c0-2 .6-3.9 1.6-5.5L1.1 3l1.3-1.3 19.7 19.7zM16 11h6c0-3.7-2-6.9-5-8.7l-3 5.2c1.2.7 2 2 2 3.5m-3.8-2 1.8 1.8c-.1-.9-.9-1.7-1.8-1.8M7 2.3l-.9.6L9 5.8c-.9-1.5-1.7-2.9-2-3.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/radioactive.svg b/mkdocs-material/material/templates/.icons/material/radioactive.svg new file mode 100644 index 0000000..592f152 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/radioactive.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 11c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2m2 0h6c0-3.7-2-6.9-5-8.7l-3 5.2c1.2.7 2 2 2 3.5m-4 4c-.7 0-1.4-.2-2-.6-1.2 2.1-2.6 4.4-3 5.2 1.5.9 3.2 1.3 5 1.3s3.5-.5 5-1.3l-3-5.2c-.6.4-1.3.6-2 .6m-2-7.4C8.8 5.5 7.4 3.1 7 2.3 4 4 2 7.3 2 11h6c0-1.5.8-2.8 2-3.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/radiobox-blank.svg b/mkdocs-material/material/templates/.icons/material/radiobox-blank.svg new file mode 100644 index 0000000..17baa43 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/radiobox-blank.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20a8 8 0 0 1-8-8 8 8 0 0 1 8-8 8 8 0 0 1 8 8 8 8 0 0 1-8 8m0-18A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/radiobox-indeterminate-variant.svg b/mkdocs-material/material/templates/.icons/material/radiobox-indeterminate-variant.svg new file mode 100644 index 0000000..47eff32 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/radiobox-indeterminate-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.46 8.46C9.4 7.53 10.67 7 12 7s2.6.53 3.54 1.46l-7.08 7.08A5.04 5.04 0 0 1 7 12c0-1.33.53-2.6 1.46-3.54m-.29-5.7A10.1 10.1 0 0 1 12 2c1.31 0 2.61.26 3.83.76 1.21.5 2.31 1.24 3.24 2.17s1.67 2.03 2.17 3.24c.5 1.22.76 2.52.76 3.83 0 2.65-1.05 5.2-2.93 7.07A9.97 9.97 0 0 1 12 22a10.1 10.1 0 0 1-3.83-.76 10 10 0 0 1-3.24-2.17A9.97 9.97 0 0 1 2 12c0-2.65 1.05-5.2 2.93-7.07.93-.93 2.03-1.67 3.24-2.17m-1.83 14.9C7.84 19.16 9.88 20 12 20s4.16-.84 5.66-2.34S20 14.12 20 12s-.84-4.16-2.34-5.66A8 8 0 0 0 12 4c-2.12 0-4.16.84-5.66 2.34A8 8 0 0 0 4 12c0 2.12.84 4.16 2.34 5.66"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/radiobox-marked.svg b/mkdocs-material/material/templates/.icons/material/radiobox-marked.svg new file mode 100644 index 0000000..56bb1d6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/radiobox-marked.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20a8 8 0 0 1-8-8 8 8 0 0 1 8-8 8 8 0 0 1 8 8 8 8 0 0 1-8 8m0-18A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 5a5 5 0 0 0-5 5 5 5 0 0 0 5 5 5 5 0 0 0 5-5 5 5 0 0 0-5-5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/radiology-box-outline.svg b/mkdocs-material/material/templates/.icons/material/radiology-box-outline.svg new file mode 100644 index 0000000..cdef3a8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/radiology-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 5v14H5V5zm0-2H5c-1.11 0-2 .89-2 2v14c0 1.11.89 2 2 2h14c1.11 0 2-.89 2-2V5c0-1.11-.89-2-2-2m-7 3c.55 0 1 .45 1 1v1h3.17c.18.31.33.65.49 1H13v1h4c.1.33.17.67.19 1H13v1h4.2c-.04.35-.05.69-.1 1H13v1h4s-.06 3-1.5 3c-1.35 0-1-1.53-2.5-2v2c0 .55-.45 1-1 1s-1-.45-1-1v-2c-1.5.47-1.15 2-2.5 2C7.06 17 7 14 7 14h4v-1H6.9c-.05-.31-.06-.65-.1-1H11v-1H6.81c.02-.33.1-.67.19-1h4V9H7.34c.16-.35.31-.69.49-1H11V7c0-.55.45-1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/radiology-box.svg b/mkdocs-material/material/templates/.icons/material/radiology-box.svg new file mode 100644 index 0000000..269f736 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/radiology-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5c-1.11 0-2 .89-2 2v14c0 1.11.89 2 2 2h14c1.11 0 2-.89 2-2V5c0-1.11-.89-2-2-2m-1.9 10H13v1h4s-.06 3-1.5 3c-1.35 0-1-1.53-2.5-2v2c0 .55-.45 1-1 1s-1-.45-1-1v-2c-1.5.47-1.15 2-2.5 2C7.06 17 7 14 7 14h4v-1H6.9c-.05-.31-.06-.65-.1-1H11v-1H6.81c.02-.33.1-.67.19-1h4V9H7.34c.16-.35.31-.69.49-1H11V7c0-.55.45-1 1-1s1 .45 1 1v1h3.17c.18.31.33.65.49 1H13v1h4c.1.33.17.67.19 1H13v1h4.2c-.04.35-.05.69-.1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/radius-outline.svg b/mkdocs-material/material/templates/.icons/material/radius-outline.svg new file mode 100644 index 0000000..9f28cb9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/radius-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 18a8 8 0 0 1-8-8 8 8 0 0 1 8-8 8 8 0 0 1 8 8 8 8 0 0 1-8 8m4-5v-2h-2.28c-.36.62-1.01 1-1.72 1a2 2 0 0 1-2-2 2 2 0 0 1 2-2c.71 0 1.36.38 1.72 1H16V9l3 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/radius.svg b/mkdocs-material/material/templates/.icons/material/radius.svg new file mode 100644 index 0000000..6ba8a14 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/radius.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m5 13v-2h-3.28c-.36.62-1.01 1-1.72 1a2 2 0 0 1-2-2 2 2 0 0 1 2-2c.71 0 1.36.38 1.72 1H17V9l3 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/railroad-light.svg b/mkdocs-material/material/templates/.icons/material/railroad-light.svg new file mode 100644 index 0000000..80aac26 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/railroad-light.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.67 10.5c-1.27 0-2.4.8-2.82 2h-1.68V7.77l3.49 2.09 1-1.72L14.11 6l3.57-2.14-1-1.72-3.51 2.09V2h-2v2.23L7.68 2.14l-1 1.72L10.23 6 6.66 8.14l1 1.72 3.51-2.09v4.73H9.5c-1.14-3.18-5.84-2.37-5.84 1s4.7 4.18 5.84 1h1.67V20a2 2 0 0 0-2 2h6a2 2 0 0 0-2-2v-5.5h1.68c.81 2.3 3.88 2.72 5.28.73s-.03-4.73-2.46-4.73m-11 4c-.89 0-1.34-1.08-.71-1.71s1.71-.18 1.71.71a1 1 0 0 1-1 1m11 0c-.89 0-1.34-1.08-.71-1.71s1.71-.18 1.71.71a1 1 0 0 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rake.svg b/mkdocs-material/material/templates/.icons/material/rake.svg new file mode 100644 index 0000000..e2bd87d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rake.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.5 17.05 9.43 16 22.07 3.35l-1.41-1.42L8 14.58 6.95 13.5c-.78-.77-2.05-.77-2.83 0L2 15.64l.71.7 2.12-2.12.71.71-2.13 2.12.71.71 2.12-2.12.71.7-2.12 2.12.71.71 2.12-2.12.7.71-2.12 2.12.71.71 2.12-2.13.71.71-2.12 2.12.7.71 2.14-2.12c.77-.78.77-2.05 0-2.83"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/raspberry-pi.svg b/mkdocs-material/material/templates/.icons/material/raspberry-pi.svg new file mode 100644 index 0000000..c1c07b3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/raspberry-pi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 8h2v2h-2zM4 5h16a2 2 0 0 1 2 2h-3v2H5v4h3v3h11v1h3a2 2 0 0 1-2 2h-4v1h-2v-1h-3v1H7v-1H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2m15 10H9v-5h10v1h3v2h-3zm-6-3v2h2v-2zM5 6v2h1V6zm2 0v2h1V6zm2 0v2h1V6zm2 0v2h1V6zm2 0v2h1V6zm2 0v2h1V6zm5 8h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/raw-off.svg b/mkdocs-material/material/templates/.icons/material/raw-off.svg new file mode 100644 index 0000000..fba7997 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/raw-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17.15 14.32-2.43-2.42L14 9h1.5l.74 3L17 9h1.5l.74 3L20 9h1.5L20 15h-1.5l-.76-3.04zM1.39 4.22l1.42-1.41L21.19 21.2l-1.41 1.41-9.11-9.11h-.04l-.38 1.5h-1.5l.68-2.74L8 10.83v.67c0 .6-.4 1.1-.9 1.4L8 15H6.5l-.9-2H4.5v2H3V9h3.17zM6.5 11.5v-1h-2v1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/raw.svg b/mkdocs-material/material/templates/.icons/material/raw.svg new file mode 100644 index 0000000..4ca1680 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/raw.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.5 9c.8 0 1.5.7 1.5 1.5v1c0 .6-.4 1.1-.9 1.4L8 15H6.5l-.9-2H4.5v2H3V9zm0 2.5v-1h-2v1zM10.25 9h2.5l1.5 6h-1.5l-.37-1.5h-1.75l-.38 1.5h-1.5zm.75 3h1l-.25-1h-.5zm9-3h1.5L20 15h-1.5l-.76-3.04L17 15h-1.5L14 9h1.5l.74 3L17 9h1.5l.74 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ray-end-arrow.svg b/mkdocs-material/material/templates/.icons/material/ray-end-arrow.svg new file mode 100644 index 0000000..4a46de1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ray-end-arrow.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m1 12 4 4v-3h12.17c.41 1.17 1.52 2 2.83 2a3 3 0 0 0 3-3 3 3 0 0 0-3-3c-1.31 0-2.42.83-2.83 2H5V8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ray-end.svg b/mkdocs-material/material/templates/.icons/material/ray-end.svg new file mode 100644 index 0000000..c9eb2c1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ray-end.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 9c-1.31 0-2.42.83-2.83 2H2v2h15.17c.41 1.17 1.52 2 2.83 2a3 3 0 0 0 3-3 3 3 0 0 0-3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ray-start-arrow.svg b/mkdocs-material/material/templates/.icons/material/ray-start-arrow.svg new file mode 100644 index 0000000..4f679bd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ray-start-arrow.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23 12-4 4v-3H6.83A2.99 2.99 0 0 1 4 15a3 3 0 0 1-3-3 3 3 0 0 1 3-3c1.31 0 2.42.83 2.83 2H19V8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ray-start-end.svg b/mkdocs-material/material/templates/.icons/material/ray-start-end.svg new file mode 100644 index 0000000..e299593 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ray-start-end.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 9c1.31 0 2.42.83 2.83 2h10.34c.41-1.17 1.52-2 2.83-2a3 3 0 0 1 3 3 3 3 0 0 1-3 3 2.99 2.99 0 0 1-2.83-2H6.83A2.99 2.99 0 0 1 4 15a3 3 0 0 1-3-3 3 3 0 0 1 3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ray-start-vertex-end.svg b/mkdocs-material/material/templates/.icons/material/ray-start-vertex-end.svg new file mode 100644 index 0000000..26411fb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ray-start-vertex-end.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 9c-1.31 0-2.42.83-2.83 2h-2.35C14.4 9.84 13.3 9 12 9s-2.4.84-2.82 2H6.83A2.99 2.99 0 0 0 4 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c1.31 0 2.42-.83 2.83-2h2.35c.42 1.16 1.52 2 2.82 2s2.4-.84 2.82-2h2.35c.41 1.17 1.52 2 2.83 2 1.66 0 3-1.34 3-3s-1.34-3-3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ray-start.svg b/mkdocs-material/material/templates/.icons/material/ray-start.svg new file mode 100644 index 0000000..f006d32 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ray-start.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 9c1.31 0 2.42.83 2.83 2H22v2H6.83A2.99 2.99 0 0 1 4 15a3 3 0 0 1-3-3 3 3 0 0 1 3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ray-vertex.svg b/mkdocs-material/material/templates/.icons/material/ray-vertex.svg new file mode 100644 index 0000000..725c3c0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ray-vertex.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 11h7.17c.41-1.17 1.52-2 2.83-2s2.42.83 2.83 2H22v2h-7.17A2.99 2.99 0 0 1 12 15a2.99 2.99 0 0 1-2.83-2H2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/razor-double-edge.svg b/mkdocs-material/material/templates/.icons/material/razor-double-edge.svg new file mode 100644 index 0000000..2e7191f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/razor-double-edge.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 8c-.55 0-1-.45-1-1s.45-1 1-1V5H4v1c.55 0 1 .45 1 1s-.45 1-1 1H2v7h2c.55 0 1 .45 1 1s-.45 1-1 1v1h16v-1c-.55 0-1-.45-1-1s.45-1 1-1h2V8zm0 4h-1v1h-2v-1h-3.59c-.21.58-.76 1-1.41 1s-1.2-.42-1.41-1H7v1H5v-1H4v-1h1v-1h2v1h3.59c.21-.58.76-1 1.41-1s1.2.42 1.41 1H17v-1h2v1h1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/razor-single-edge.svg b/mkdocs-material/material/templates/.icons/material/razor-single-edge.svg new file mode 100644 index 0000000..aef27cb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/razor-single-edge.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 5v3H2V5zm0 8v5H2v-5h1.5c.83 0 1.5-.67 1.5-1.5S4.33 10 3.5 10H2V9h20v1h-1.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5zm-9-2c0-.55-.45-1-1-1s-1 .45-1 1v2c0 .55.45 1 1 1s1-.45 1-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/react.svg b/mkdocs-material/material/templates/.icons/material/react.svg new file mode 100644 index 0000000..a79642f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/react.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 10.11c1.03 0 1.87.84 1.87 1.89 0 1-.84 1.85-1.87 1.85S10.13 13 10.13 12c0-1.05.84-1.89 1.87-1.89M7.37 20c.63.38 2.01-.2 3.6-1.7-.52-.59-1.03-1.23-1.51-1.9a23 23 0 0 1-2.4-.36c-.51 2.14-.32 3.61.31 3.96m.71-5.74-.29-.51c-.11.29-.22.58-.29.86.27.06.57.11.88.16zm6.54-.76.81-1.5-.81-1.5c-.3-.53-.62-1-.91-1.47C13.17 9 12.6 9 12 9s-1.17 0-1.71.03c-.29.47-.61.94-.91 1.47L8.57 12l.81 1.5c.3.53.62 1 .91 1.47.54.03 1.11.03 1.71.03s1.17 0 1.71-.03c.29-.47.61-.94.91-1.47M12 6.78c-.19.22-.39.45-.59.72h1.18c-.2-.27-.4-.5-.59-.72m0 10.44c.19-.22.39-.45.59-.72h-1.18c.2.27.4.5.59.72M16.62 4c-.62-.38-2 .2-3.59 1.7.52.59 1.03 1.23 1.51 1.9.82.08 1.63.2 2.4.36.51-2.14.32-3.61-.32-3.96m-.7 5.74.29.51c.11-.29.22-.58.29-.86-.27-.06-.57-.11-.88-.16zm1.45-7.05c1.47.84 1.63 3.05 1.01 5.63 2.54.75 4.37 1.99 4.37 3.68s-1.83 2.93-4.37 3.68c.62 2.58.46 4.79-1.01 5.63-1.46.84-3.45-.12-5.37-1.95-1.92 1.83-3.91 2.79-5.38 1.95-1.46-.84-1.62-3.05-1-5.63-2.54-.75-4.37-1.99-4.37-3.68s1.83-2.93 4.37-3.68c-.62-2.58-.46-4.79 1-5.63 1.47-.84 3.46.12 5.38 1.95 1.92-1.83 3.91-2.79 5.37-1.95M17.08 12c.34.75.64 1.5.89 2.26 2.1-.63 3.28-1.53 3.28-2.26s-1.18-1.63-3.28-2.26c-.25.76-.55 1.51-.89 2.26M6.92 12c-.34-.75-.64-1.5-.89-2.26-2.1.63-3.28 1.53-3.28 2.26s1.18 1.63 3.28 2.26c.25-.76.55-1.51.89-2.26m9 2.26-.3.51c.31-.05.61-.1.88-.16-.07-.28-.18-.57-.29-.86zm-2.89 4.04c1.59 1.5 2.97 2.08 3.59 1.7.64-.35.83-1.82.32-3.96-.77.16-1.58.28-2.4.36-.48.67-.99 1.31-1.51 1.9M8.08 9.74l.3-.51c-.31.05-.61.1-.88.16.07.28.18.57.29.86zm2.89-4.04C9.38 4.2 8 3.62 7.37 4c-.63.35-.82 1.82-.31 3.96a23 23 0 0 1 2.4-.36c.48-.67.99-1.31 1.51-1.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/read.svg b/mkdocs-material/material/templates/.icons/material/read.svg new file mode 100644 index 0000000..c716d29 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/read.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.59 11.59 23 13l-9.5 9.5-5.08-5.09L9.83 16l3.67 3.68zM4 16V3h5a4 4 0 0 1 4 4c0 1.54-.87 2.88-2.15 3.55L14 16h-2l-2.89-5H6v5zm2-7h3a2 2 0 0 0 2-2 2 2 0 0 0-2-2H6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/receipt-clock-outline.svg b/mkdocs-material/material/templates/.icons/material/receipt-clock-outline.svg new file mode 100644 index 0000000..b4efd34 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/receipt-clock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.5 3.5 18 2l-1.5 1.5L15 2l-1.5 1.5L12 2l-1.5 1.5L9 2 7.5 3.5 6 2 4.5 3.5 3 2v20l1.5-1.5L6 22l1.5-1.5L9 22l1.58-1.58c.14.19.3.36.47.53A7.001 7.001 0 0 0 21 11.1V2zM19 9.68c-.93-.44-1.95-.68-3-.68-3.86 0-7 3.13-7 7 0 1.05.24 2.07.68 3H5V5h14zM20.85 16c0 .64-.12 1.27-.35 1.86-.26.58-.62 1.14-1.07 1.57-.43.45-.99.81-1.57 1.07-.59.23-1.22.35-1.86.35-2.68 0-4.85-2.17-4.85-4.85 0-1.29.51-2.5 1.42-3.43.93-.91 2.14-1.42 3.43-1.42 2.67 0 4.85 2.17 4.85 4.85m-5.85.69V13h1.5v2.82l2.44 1.41-.75 1.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/receipt-clock.svg b/mkdocs-material/material/templates/.icons/material/receipt-clock.svg new file mode 100644 index 0000000..dba1df3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/receipt-clock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m3 22 1.5-1.5L6 22l1.5-1.5L9 22l1.58-1.58c.14.19.3.36.47.53A7.001 7.001 0 0 0 21 11.1V2l-1.5 1.5L18 2l-1.5 1.5L15 2l-1.5 1.5L12 2l-1.5 1.5L9 2 7.5 3.5 6 2 4.5 3.5 3 2zm17.85-6c0 .64-.12 1.27-.35 1.86-.26.58-.62 1.14-1.07 1.57-.43.45-.99.81-1.57 1.07-.59.23-1.22.35-1.86.35-2.68 0-4.85-2.17-4.85-4.85 0-1.29.51-2.5 1.42-3.43.93-.91 2.14-1.42 3.43-1.42 2.67 0 4.85 2.17 4.85 4.85m-5.85.69V13h1.5v2.82l2.44 1.41-.75 1.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/receipt-outline.svg b/mkdocs-material/material/templates/.icons/material/receipt-outline.svg new file mode 100644 index 0000000..bd28466 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/receipt-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.5 3.5 18 2l-1.5 1.5L15 2l-1.5 1.5L12 2l-1.5 1.5L9 2 7.5 3.5 6 2 4.5 3.5 3 2v20l1.5-1.5L6 22l1.5-1.5L9 22l1.5-1.5L12 22l1.5-1.5L15 22l1.5-1.5L18 22l1.5-1.5L21 22V2zM19 19H5V5h14z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/receipt-send-outline.svg b/mkdocs-material/material/templates/.icons/material/receipt-send-outline.svg new file mode 100644 index 0000000..8da910e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/receipt-send-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18 2 1.5 1.5L21 2v12.26l-2-1V5H5v14h7v3l-1.5-1.5L9 22l-1.5-1.5L6 22l-1.5-1.5L3 22V2l1.5 1.5L6 2l1.5 1.5L9 2l1.5 1.5L12 2l1.5 1.5L15 2l1.5 1.5zm-4 17 4-1-4-1v-4l10 5-10 5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/receipt-send.svg b/mkdocs-material/material/templates/.icons/material/receipt-send.svg new file mode 100644 index 0000000..68347ac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/receipt-send.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.5 20.5 3 22V2l1.5 1.5L6 2l1.5 1.5L9 2l1.5 1.5L12 2l1.5 1.5L15 2l1.5 1.5L18 2l1.5 1.5L21 2v12.26l-9-4.5V22l-1.5-1.5L9 22l-1.5-1.5L6 22zM14 19l4-1-4-1v-4l10 5-10 5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/receipt-text-arrow-left-outline.svg b/mkdocs-material/material/templates/.icons/material/receipt-text-arrow-left-outline.svg new file mode 100644 index 0000000..abc2e87 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/receipt-text-arrow-left-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 22 1.26-1.26c-.16-.52-.26-1.08-.26-1.65H5V4.91h14V13c.7 0 1.37.13 2 .35V2l-1.5 1.5L18 2l-1.5 1.5L15 2l-1.5 1.5L12 2l-1.5 1.5L9 2 7.5 3.5 6 2 4.5 3.5 3 2v20l1.5-1.5L6 22l1.5-1.5L9 22l1.5-1.5zm1.35-5c.26-.75.65-1.42 1.19-2H6v2zM18 11H6v2h12zm0-4H6v2h12zm0 13v2l-3-3 3-3v2h4v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/receipt-text-arrow-left.svg b/mkdocs-material/material/templates/.icons/material/receipt-text-arrow-left.svg new file mode 100644 index 0000000..b0469c2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/receipt-text-arrow-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.5 3.5 18 2l-1.5 1.5L15 2l-1.5 1.5L12 2l-1.5 1.5L9 2 7.5 3.5 6 2 4.5 3.5 3 2v20l1.5-1.5L6 22l1.5-1.5L9 22l1.5-1.5L12 22l1.26-1.26c-.17-.56-.26-1.15-.26-1.74 0-.68.12-1.36.34-2H6v-2h8.53A6 6 0 0 1 21 13.34V2zM18 13H6v-2h12zm0-4H6V7h12zm0 9v-2l-3 3 3 3v-2h4v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/receipt-text-arrow-right-outline.svg b/mkdocs-material/material/templates/.icons/material/receipt-text-arrow-right-outline.svg new file mode 100644 index 0000000..6d23896 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/receipt-text-arrow-right-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.26 20.74 12 22l-1.5-1.5L9 22l-1.5-1.5L6 22l-1.5-1.5L3 22V2l1.5 1.5L6 2l1.5 1.5L9 2l1.5 1.5L12 2l1.5 1.5L15 2l1.5 1.5L18 2l1.5 1.5L21 2v11.35c-.63-.22-1.3-.35-2-.35V4.91H5v14.18h8c0 .57.1 1.13.26 1.65M14.54 15c-.54.58-.93 1.25-1.19 2H6v-2zM6 11h12v2H6zm0-4h12v2H6zm13 15v-2h-4v-2h4v-2l3 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/receipt-text-arrow-right.svg b/mkdocs-material/material/templates/.icons/material/receipt-text-arrow-right.svg new file mode 100644 index 0000000..f319a51 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/receipt-text-arrow-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.5 3.5 18 2l-1.5 1.5L15 2l-1.5 1.5L12 2l-1.5 1.5L9 2 7.5 3.5 6 2 4.5 3.5 3 2v20l1.5-1.5L6 22l1.5-1.5L9 22l1.5-1.5L12 22l1.26-1.26c-.17-.56-.26-1.15-.26-1.74 0-.68.12-1.36.34-2H6v-2h8.53A6 6 0 0 1 21 13.34V2zM18 13H6v-2h12zm0-4H6V7h12zm1 13v-2h-4v-2h4v-2l3 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/receipt-text-check-outline.svg b/mkdocs-material/material/templates/.icons/material/receipt-text-check-outline.svg new file mode 100644 index 0000000..4d5bc73 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/receipt-text-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.26 20.74 12 22l-1.5-1.5L9 22l-1.5-1.5L6 22l-1.5-1.5L3 22V2l1.5 1.5L6 2l1.5 1.5L9 2l1.5 1.5L12 2l1.5 1.5L15 2l1.5 1.5L18 2l1.5 1.5L21 2v11.35c-.63-.22-1.3-.35-2-.35V5H5v14h8c0 .57.1 1.22.26 1.74M6 15v2h7.35c.26-.75.65-1.42 1.19-2zm0-2h12v-2H6zm0-4h12V7H6zm17 8.23-1.16-1.41-3.59 3.59-1.59-1.59L15.5 19l2.75 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/receipt-text-check.svg b/mkdocs-material/material/templates/.icons/material/receipt-text-check.svg new file mode 100644 index 0000000..f93c026 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/receipt-text-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18.25 22-2.75-3 1.16-1.18 1.59 1.59 3.59-3.59L23 17.23M19.5 3.5 18 2l-1.5 1.5L15 2l-1.5 1.5L12 2l-1.5 1.5L9 2 7.5 3.5 6 2 4.5 3.5 3 2v20l1.5-1.5L6 22l1.5-1.5L9 22l1.5-1.5L12 22l1.26-1.26c-.17-.56-.26-1.15-.26-1.74 0-.68.12-1.36.34-2H6v-2h8.53A6 6 0 0 1 21 13.34V2zM18 13H6v-2h12zm0-4H6V7h12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/receipt-text-clock-outline.svg b/mkdocs-material/material/templates/.icons/material/receipt-text-clock-outline.svg new file mode 100644 index 0000000..8be3bcb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/receipt-text-clock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 16.69V13h1.5v2.82l2.44 1.41-.75 1.3zm-4.42 3.73L9 22l-1.5-1.5L6 22l-1.5-1.5L3 22V2l1.5 1.5L6 2l1.5 1.5L9 2l1.5 1.5L12 2l1.5 1.5L15 2l1.5 1.5L18 2l1.5 1.5L21 2v9.1a7.001 7.001 0 0 1-9.95 9.85 5 5 0 0 1-.47-.53m-.86-1.33c-.32-.66-.54-1.36-.65-2.09H6v-2h3.07c.1-.71.31-1.38.61-2H6v-2h5.1c1.27-1.24 3-2 4.9-2H6V7h12v2h-2c1.05 0 2.07.24 3 .68V4.91H5v14.18zM20.85 16c0-2.68-2.18-4.85-4.85-4.85-1.29 0-2.5.51-3.43 1.42-.91.93-1.42 2.14-1.42 3.43 0 2.68 2.17 4.85 4.85 4.85.64 0 1.27-.12 1.86-.35.58-.26 1.14-.62 1.57-1.07.45-.43.81-.99 1.07-1.57.23-.59.35-1.22.35-1.86"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/receipt-text-clock.svg b/mkdocs-material/material/templates/.icons/material/receipt-text-clock.svg new file mode 100644 index 0000000..ea26213 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/receipt-text-clock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 16.69V13h1.5v2.82l2.44 1.41-.75 1.3zM19.5 3.5 18 2l-1.5 1.5L15 2l-1.5 1.5L12 2l-1.5 1.5L9 2 7.5 3.5 6 2 4.5 3.5 3 2v20l1.5-1.5L6 22l1.5-1.5L9 22l1.58-1.58c.14.19.3.36.47.53A7.001 7.001 0 0 0 21 11.1V2zM11.1 11c-.6.57-1.07 1.25-1.43 2H6v-2zm-2.03 4c-.07.33-.07.66-.07 1s0 .67.07 1H6v-2zM18 9H6V7h12zm2.85 7c0 .64-.12 1.27-.35 1.86-.26.58-.62 1.14-1.07 1.57-.43.45-.99.81-1.57 1.07-.59.23-1.22.35-1.86.35-2.68 0-4.85-2.17-4.85-4.85 0-1.29.51-2.5 1.42-3.43.93-.91 2.14-1.42 3.43-1.42 2.67 0 4.85 2.17 4.85 4.85"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/receipt-text-edit-outline.svg b/mkdocs-material/material/templates/.icons/material/receipt-text-edit-outline.svg new file mode 100644 index 0000000..4e45380 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/receipt-text-edit-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18 2 1.5 1.5L21 2v7.13l-2 2V4.91H5v14.18h5.5v1.41L9 22l-1.5-1.5L6 22l-1.5-1.5L3 22V2l1.5 1.5L6 2l1.5 1.5L9 2l1.5 1.5L12 2l1.5 1.5L15 2l1.5 1.5zm-5 17.96 6.13-6.13 2.04 2.04L15.04 22H13zm6.83-6.83.98-.98.02-.02c.05-.04.11-.08.17-.1a.5.5 0 0 1 .53.12l1.32 1.32c.2.2.2.53 0 .72l-.98.98zm-1.83-1-.87.87H6v-2h12zM15.13 15l-2 2H6v-2zM18 9V7H6v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/receipt-text-edit.svg b/mkdocs-material/material/templates/.icons/material/receipt-text-edit.svg new file mode 100644 index 0000000..9844e3e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/receipt-text-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m3 22 1.5-1.5L6 22l1.5-1.5L9 22l1.5-1.5v-.87L13.13 17H6v-2h9.13l2-2H6v-2h12v1.13l3-3V2l-1.5 1.5L18 2l-1.5 1.5L15 2l-1.5 1.5L12 2l-1.5 1.5L9 2 7.5 3.5 6 2 4.5 3.5 3 2zM6 9V7h12v2zm7 13v-2.04l6.13-6.13 2.04 2.04L15.04 22zm8-9.97a.5.5 0 0 1 .53.12l1.32 1.32c.2.2.2.53 0 .72l-.98.98-2.04-2.04.98-.98.02-.02c.05-.04.11-.08.17-.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/receipt-text-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/receipt-text-minus-outline.svg new file mode 100644 index 0000000..dd90457 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/receipt-text-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 18v2h8v-2zm-1.74 2.74L12 22l-1.5-1.5L9 22l-1.5-1.5L6 22l-1.5-1.5L3 22V2l1.5 1.5L6 2l1.5 1.5L9 2l1.5 1.5L12 2l1.5 1.5L15 2l1.5 1.5L18 2l1.5 1.5L21 2v11.35c-.63-.22-1.3-.35-2-.35V5H5v14h8c0 .57.1 1.22.26 1.74M14.54 15c-.54.58-.93 1.25-1.19 2H6v-2zM6 11h12v2H6zm0-4h12v2H6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/receipt-text-minus.svg b/mkdocs-material/material/templates/.icons/material/receipt-text-minus.svg new file mode 100644 index 0000000..b202ae6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/receipt-text-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 18v2h8v-2zm4.5-14.5L18 2l-1.5 1.5L15 2l-1.5 1.5L12 2l-1.5 1.5L9 2 7.5 3.5 6 2 4.5 3.5 3 2v20l1.5-1.5L6 22l1.5-1.5L9 22l1.5-1.5L12 22l1.26-1.26c-.17-.56-.26-1.15-.26-1.74 0-.68.12-1.36.34-2H6v-2h8.53A6 6 0 0 1 21 13.34V2zM18 13H6v-2h12zm0-4H6V7h12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/receipt-text-outline.svg b/mkdocs-material/material/templates/.icons/material/receipt-text-outline.svg new file mode 100644 index 0000000..098642f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/receipt-text-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.5 3.5 18 2l-1.5 1.5L15 2l-1.5 1.5L12 2l-1.5 1.5L9 2 7.5 3.5 6 2 4.5 3.5 3 2v20l1.5-1.5L6 22l1.5-1.5L9 22l1.5-1.5L12 22l1.5-1.5L15 22l1.5-1.5L18 22l1.5-1.5L21 22V2zM19 19H5V5h14zM6 15h12v2H6m0-6h12v2H6m0-6h12v2H6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/receipt-text-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/receipt-text-plus-outline.svg new file mode 100644 index 0000000..406577a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/receipt-text-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 15v3h-3v2h3v3h2v-3h3v-2h-3v-3zm-4.74 5.74L12 22l-1.5-1.5L9 22l-1.5-1.5L6 22l-1.5-1.5L3 22V2l1.5 1.5L6 2l1.5 1.5L9 2l1.5 1.5L12 2l1.5 1.5L15 2l1.5 1.5L18 2l1.5 1.5L21 2v11.35c-.63-.22-1.3-.35-2-.35V5H5v14h8c0 .57.1 1.22.26 1.74M14.54 15c-.54.58-.93 1.25-1.19 2H6v-2zM6 11h12v2H6zm0-4h12v2H6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/receipt-text-plus.svg b/mkdocs-material/material/templates/.icons/material/receipt-text-plus.svg new file mode 100644 index 0000000..64a569b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/receipt-text-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 15v3h-3v2h3v3h2v-3h3v-2h-3v-3zm1.5-11.5L18 2l-1.5 1.5L15 2l-1.5 1.5L12 2l-1.5 1.5L9 2 7.5 3.5 6 2 4.5 3.5 3 2v20l1.5-1.5L6 22l1.5-1.5L9 22l1.5-1.5L12 22l1.26-1.26c-.17-.56-.26-1.15-.26-1.74 0-.68.12-1.36.34-2H6v-2h8.53A6 6 0 0 1 21 13.34V2zM18 13H6v-2h12zm0-4H6V7h12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/receipt-text-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/receipt-text-remove-outline.svg new file mode 100644 index 0000000..e91e303 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/receipt-text-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.12 15.46 19 17.59l-2.12-2.12-1.41 1.41L17.59 19l-2.12 2.12 1.41 1.42L19 20.41l2.12 2.13 1.42-1.42L20.41 19l2.13-2.12zm-7.86 5.28L12 22l-1.5-1.5L9 22l-1.5-1.5L6 22l-1.5-1.5L3 22V2l1.5 1.5L6 2l1.5 1.5L9 2l1.5 1.5L12 2l1.5 1.5L15 2l1.5 1.5L18 2l1.5 1.5L21 2v11.35c-.63-.22-1.3-.35-2-.35V5H5v14h8c0 .57.1 1.22.26 1.74M14.54 15c-.54.58-.93 1.25-1.19 2H6v-2zM6 11h12v2H6zm0-4h12v2H6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/receipt-text-remove.svg b/mkdocs-material/material/templates/.icons/material/receipt-text-remove.svg new file mode 100644 index 0000000..7ee187a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/receipt-text-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.12 15.46 19 17.59l-2.12-2.12-1.41 1.41L17.59 19l-2.12 2.12 1.41 1.42L19 20.41l2.12 2.13 1.42-1.42L20.41 19l2.13-2.12zM19.5 3.5 18 2l-1.5 1.5L15 2l-1.5 1.5L12 2l-1.5 1.5L9 2 7.5 3.5 6 2 4.5 3.5 3 2v20l1.5-1.5L6 22l1.5-1.5L9 22l1.5-1.5L12 22l1.26-1.26c-.17-.56-.26-1.15-.26-1.74 0-.68.12-1.36.34-2H6v-2h8.53A6 6 0 0 1 21 13.34V2zM18 13H6v-2h12zm0-4H6V7h12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/receipt-text-send-outline.svg b/mkdocs-material/material/templates/.icons/material/receipt-text-send-outline.svg new file mode 100644 index 0000000..418de46 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/receipt-text-send-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.5 3.5 18 2l-1.5 1.5L15 2l-1.5 1.5L12 2l-1.5 1.5L9 2 7.5 3.5 6 2 4.5 3.5 3 2v20l1.5-1.5L6 22l1.5-1.5L9 22l1.5-1.5L12 22v-2.91H5V4.91h14v8.35l2 1V2zM14 23v-4l4-1-4-1v-4l10 5zm-2-12v2H6v-2zm-6 6v-2h6v2zM18 7v2H6V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/receipt-text-send.svg b/mkdocs-material/material/templates/.icons/material/receipt-text-send.svg new file mode 100644 index 0000000..c49eff6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/receipt-text-send.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.5 20.5 3 22V2l1.5 1.5L6 2l1.5 1.5L9 2l1.5 1.5L12 2l1.5 1.5L15 2l1.5 1.5L18 2l1.5 1.5L21 2v12.26l-3-1.5V11H6v2h6v2H6v2h6v5l-1.5-1.5L9 22l-1.5-1.5L6 22zM6 7v2h12V7zm8 6 10 5-10 5v-4l4-1-4-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/receipt-text.svg b/mkdocs-material/material/templates/.icons/material/receipt-text.svg new file mode 100644 index 0000000..5df2f82 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/receipt-text.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m3 22 1.5-1.5L6 22l1.5-1.5L9 22l1.5-1.5L12 22l1.5-1.5L15 22l1.5-1.5L18 22l1.5-1.5L21 22V2l-1.5 1.5L18 2l-1.5 1.5L15 2l-1.5 1.5L12 2l-1.5 1.5L9 2 7.5 3.5 6 2 4.5 3.5 3 2m15 7H6V7h12m0 6H6v-2h12m0 6H6v-2h12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/receipt.svg b/mkdocs-material/material/templates/.icons/material/receipt.svg new file mode 100644 index 0000000..530cb4c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/receipt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m3 22 1.5-1.5L6 22l1.5-1.5L9 22l1.5-1.5L12 22l1.5-1.5L15 22l1.5-1.5L18 22l1.5-1.5L21 22V2l-1.5 1.5L18 2l-1.5 1.5L15 2l-1.5 1.5L12 2l-1.5 1.5L9 2 7.5 3.5 6 2 4.5 3.5 3 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/record-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/record-circle-outline.svg new file mode 100644 index 0000000..663b2d3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/record-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 2a8 8 0 0 1 8 8 8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8m0 5a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/record-circle.svg b/mkdocs-material/material/templates/.icons/material/record-circle.svg new file mode 100644 index 0000000..7b17da2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/record-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 7a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/record-player.svg b/mkdocs-material/material/templates/.icons/material/record-player.svg new file mode 100644 index 0000000..0e24f4e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/record-player.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 17.5a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5V17H2a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1h17v-2H7l-1 1V9a1 1 0 0 1 1-1h12V7h2v1a1 1 0 0 1 1 1v1h-1v2h1a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-1v.5a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5V17H5zM3 14v1h2v-1zm3 0v1h2v-1zm14.5-.5a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/record-rec.svg b/mkdocs-material/material/templates/.icons/material/record-rec.svg new file mode 100644 index 0000000..1fab25f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/record-rec.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.5 5A7.5 7.5 0 0 0 5 12.5a7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5-7.5A7.5 7.5 0 0 0 12.5 5M7 10h2a1 1 0 0 1 1 1v1c0 .5-.38.9-.86.97L10.31 15H9.15L8 13v2H7m5-5h2v1h-2v1h2v1h-2v1h2v1h-2a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1m4 0h2v1h-2v3h2v1h-2a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1m-8 1v1h1v-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/record.svg b/mkdocs-material/material/templates/.icons/material/record.svg new file mode 100644 index 0000000..c4bf76f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/record.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 12c0 3.86-3.14 7-7 7s-7-3.14-7-7 3.14-7 7-7 7 3.14 7 7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rectangle-outline.svg b/mkdocs-material/material/templates/.icons/material/rectangle-outline.svg new file mode 100644 index 0000000..44853fd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rectangle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 6v13h16V6zm14 11H6V8h12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rectangle.svg b/mkdocs-material/material/templates/.icons/material/rectangle.svg new file mode 100644 index 0000000..b25d8a4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rectangle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 6v13h16V6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/recycle-variant.svg b/mkdocs-material/material/templates/.icons/material/recycle-variant.svg new file mode 100644 index 0000000..8b557c1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/recycle-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m7.17 7.91 1.73 1 3.18-5.49 2.25 3.89-2.6 1.5 5.46 1.46 1.47-5.46-2.6 1.5-2.25-3.9a1.99 1.99 0 0 0-2.73-.73c-.27.15-.5.37-.67.63M10 20v-2H3.66l2.24-3.9 2.6 1.5-1.46-5.46-5.47 1.46 2.6 1.5L1.92 17a2.003 2.003 0 0 0 1.62 3m15.52-8.5-1.74 1L20.5 18H16v-3l-4 4 4 4v-3h4.5c1.11 0 2-.89 2-2 0-.31-.08-.62-.22-.89Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/recycle.svg b/mkdocs-material/material/templates/.icons/material/recycle.svg new file mode 100644 index 0000000..c67a7f0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/recycle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.82 15.42-2.5 4.33c-.49.86-1.4 1.31-2.32 1.25h-2v2l-2.5-4.5L15 14v2h2.82l-2.22-3.85 4.33-2.5 1.8 3.12c.52.77.59 1.8.09 2.65M9.21 3.06h5c.98 0 1.83.57 2.24 1.39l1 1.74 1.73-1-2.64 4.41-5.15.09 1.73-1-1.41-2.45-2.21 3.85-4.34-2.5 1.8-3.12c.41-.83 1.26-1.41 2.25-1.41m-4.16 16.7-2.5-4.33c-.49-.85-.42-1.87.09-2.64l1-1.73-1.73-1 5.14.08 2.65 4.42-1.73-1L6.56 16H11v5H7.4a2.51 2.51 0 0 1-2.35-1.24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/reddit.svg b/mkdocs-material/material/templates/.icons/material/reddit.svg new file mode 100644 index 0000000..891fbdc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/reddit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.5 15.41c.08.09.08.28 0 .39-.73.7-2.09.76-2.5.76-.39 0-1.75-.06-2.46-.76-.1-.11-.1-.3 0-.39.11-.1.28-.1.38 0 .46.46 1.41.59 2.08.59.69 0 1.66-.13 2.1-.59.11-.1.28-.1.4 0m-3.75-2.37c0-.57-.47-1.04-1.04-1.04s-1.04.47-1.04 1.04.47 1.05 1.04 1.04c.57 0 1.04-.47 1.04-1.04M14.29 12c-.57 0-1.04.5-1.04 1.05s.47 1.04 1.04 1.04 1.04-.48 1.04-1.04c0-.55-.47-1.05-1.04-1.05M22 12c0 5.5-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2s10 4.5 10 10m-3.33 0c0-.81-.67-1.46-1.45-1.46-.4 0-.76.16-1.02.41-1-.72-2.37-1.18-3.9-1.24l.67-3.13 2.17.47c.02.55.48.99 1.04.99.57 0 1.04-.47 1.04-1.04s-.47-1.04-1.04-1.04c-.41 0-.77.24-.93.59l-2.43-.52c-.07-.03-.14 0-.19.04-.06.04-.09.1-.1.17l-.74 3.48c-1.55.05-2.95.51-3.97 1.24-.26-.25-.62-.4-1.01-.4-.81 0-1.46.65-1.46 1.44 0 .61.36 1.11.86 1.34-.02.16-.03.28-.03.44 0 2.22 2.61 4.07 5.82 4.07 3.23 0 5.85-1.82 5.85-4.07 0-.14-.01-.28-.04-.44.5-.23.86-.74.86-1.34"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/redhat.svg b/mkdocs-material/material/templates/.icons/material/redhat.svg new file mode 100644 index 0000000..9430451 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/redhat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.34 13.16c1.32 0 3.22-.27 3.22-1.84q.015-.18-.03-.36l-.78-3.4c-.18-.75-.34-1.09-1.66-1.75-1.02-.52-3.24-1.38-3.9-1.38-.61 0-.79.79-1.52.79-.7 0-1.22-.59-1.88-.59-.63 0-1.04.43-1.36 1.31 0 0-.88 2.5-1 2.86-.01.07-.02.13-.02.2 0 .97 3.82 4.15 8.93 4.15m3.43-1.19c.18.86.18.95.18 1.04 0 1.5-1.66 2.31-3.83 2.31-4.92 0-9.23-2.88-9.23-4.78 0-.27.06-.53.16-.77-1.77.08-4.05.4-4.05 2.42 0 3.32 7.84 7.39 14.05 7.39 4.76 0 5.95-2.15 5.95-3.85 0-1.34-1.15-2.86-3.23-3.76"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/redo-variant.svg b/mkdocs-material/material/templates/.icons/material/redo-variant.svg new file mode 100644 index 0000000..ef821be --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/redo-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.5 7A6.5 6.5 0 0 0 4 13.5a6.5 6.5 0 0 0 6.5 6.5H14v-2h-3.5C8 18 6 16 6 13.5S8 9 10.5 9h5.67l-3.08 3.09 1.41 1.41L20 8l-5.5-5.5-1.42 1.41L16.17 7zM18 18h-2v2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/redo.svg b/mkdocs-material/material/templates/.icons/material/redo.svg new file mode 100644 index 0000000..18e51ab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/redo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.4 10.6C16.55 9 14.15 8 11.5 8c-4.65 0-8.58 3.03-9.96 7.22L3.9 16a8 8 0 0 1 7.6-5.5c1.95 0 3.73.72 5.12 1.88L13 16h9V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/reflect-horizontal.svg b/mkdocs-material/material/templates/.icons/material/reflect-horizontal.svg new file mode 100644 index 0000000..abbaeec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/reflect-horizontal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 20h-8a1 1 0 0 1-1-1V4.97a1 1 0 0 1 .74-.97c.45-.12.91.08 1.13.47l8.02 14.03c.18.31.18.69 0 1s-.51.5-.89.5M2 20c-.38 0-.71-.19-.89-.5a.99.99 0 0 1 0-1L9.13 4.47c.22-.39.68-.59 1.13-.47a1 1 0 0 1 .74.97V19a1 1 0 0 1-1 1zm7-2V8.74L3.71 18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/reflect-vertical.svg b/mkdocs-material/material/templates/.icons/material/reflect-vertical.svg new file mode 100644 index 0000000..f1c1532 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/reflect-vertical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 23H6c-.39 0-.74-.21-.91-.55a1 1 0 0 1 .1-1.05l6.01-8.02c.38-.51 1.22-.51 1.6 0l6.01 8.02c.23.3.27.71.1 1.05s-.52.55-.91.55m0-22c.39 0 .74.21.91.55s.13.75-.1 1.05l-6.01 8.02c-.38.51-1.22.51-1.6 0L5.19 2.6a1 1 0 0 1-.1-1.05C5.26 1.21 5.61 1 6 1zM8 3l4 5.35L16 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/refresh-auto.svg b/mkdocs-material/material/templates/.icons/material/refresh-auto.svg new file mode 100644 index 0000000..ddc08ac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/refresh-auto.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.68 6h-1.36L7 16h2l.73-2h4.54l.73 2h2zm-2.38 6.5L12 8l1.7 4.5zm7.1 7.9L19 22h-5v-5l2 2c2.39-1.39 4-4.05 4-7 0-4.41-3.59-8-8-8s-8 3.59-8 8c0 2.95 1.61 5.53 4 6.92v2.24C4.47 19.61 2 16.1 2 12 2 6.5 6.5 2 12 2s10 4.5 10 10c0 3.53-1.83 6.62-4.6 8.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/refresh-circle.svg b/mkdocs-material/material/templates/.icons/material/refresh-circle.svg new file mode 100644 index 0000000..644a735 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/refresh-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2m6 9h-5l1.81-1.81A3.94 3.94 0 0 0 12 8a4 4 0 1 0 3.86 5h2.05A6 6 0 1 1 12 6a5.9 5.9 0 0 1 4.22 1.78L18 6Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/refresh.svg b/mkdocs-material/material/templates/.icons/material/refresh.svg new file mode 100644 index 0000000..f59fb80 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/refresh.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.65 6.35A7.96 7.96 0 0 0 12 4a8 8 0 0 0-8 8 8 8 0 0 0 8 8c3.73 0 6.84-2.55 7.73-6h-2.08A5.99 5.99 0 0 1 12 18a6 6 0 0 1-6-6 6 6 0 0 1 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/regex.svg b/mkdocs-material/material/templates/.icons/material/regex.svg new file mode 100644 index 0000000..504b0ca --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/regex.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 16.92c-.33.05-.66.08-1 .08s-.67-.03-1-.08v-3.51l-2.5 2.48c-.5-.39-1-.89-1.39-1.39l2.48-2.5H9.08c-.05-.33-.08-.66-.08-1s.03-.67.08-1h3.51l-2.48-2.5c.19-.25.39-.5.65-.74.24-.26.49-.46.74-.65L14 8.59V5.08c.33-.05.66-.08 1-.08s.67.03 1 .08v3.51l2.5-2.48c.5.39 1 .89 1.39 1.39L17.41 10h3.51c.05.33.08.66.08 1s-.03.67-.08 1h-3.51l2.48 2.5c-.19.25-.39.5-.65.74-.24.26-.49.46-.74.65L16 13.41zM5 19a2 2 0 0 1 2-2 2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/registered-trademark.svg b/mkdocs-material/material/templates/.icons/material/registered-trademark.svg new file mode 100644 index 0000000..301626e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/registered-trademark.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m.25-6.73h-1.44v3.23H9V7.71h3.26q1.545 0 2.4.69c.56.47.84 1.1.84 1.96q0 .9-.39 1.5c-.26.4-.65.72-1.18.95l1.9 3.59v.1h-1.94zm-1.44-1.46h1.46c.45 0 .8-.12 1.05-.35s.37-.55.37-.96-.11-.73-.35-.97c-.23-.24-.59-.35-1.08-.35h-1.45z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/reiterate.svg b/mkdocs-material/material/templates/.icons/material/reiterate.svg new file mode 100644 index 0000000..e8d5ef3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/reiterate.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.5 4A6.5 6.5 0 0 0 4 10H1l4 4 4-4H6.03a4.5 4.5 0 0 1 4.47-4 4.5 4.5 0 0 1 4.5 4.5 4.5 4.5 0 0 1-4.5 4.5H2v2h8.5a6.5 6.5 0 0 0 6.5-6.5A6.5 6.5 0 0 0 10.5 4m8.5 8v3h-2.5a7.5 7.5 0 0 1-2.26 2H19v3l4-4Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/relation-many-to-many.svg b/mkdocs-material/material/templates/.icons/material/relation-many-to-many.svg new file mode 100644 index 0000000..bc84245 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/relation-many-to-many.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 13v6h-1l-2-2h-8V9H5l-2 2H2V5h1l2 2h8v8h6l2-2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/relation-many-to-one-or-many.svg b/mkdocs-material/material/templates/.icons/material/relation-many-to-one-or-many.svg new file mode 100644 index 0000000..97f69c7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/relation-many-to-one-or-many.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 13v6h-1l-2-2v2h-2v-2h-6V9H5l-2 2H2V5h1l2 2h8v8h4v-2h2v2l2-2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/relation-many-to-one.svg b/mkdocs-material/material/templates/.icons/material/relation-many-to-one.svg new file mode 100644 index 0000000..7966015 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/relation-many-to-one.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 15v2h-3v2h-2v-2h-6V9H5l-2 2H2V5h1l2 2h8v8h4v-2h2v2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/relation-many-to-only-one.svg b/mkdocs-material/material/templates/.icons/material/relation-many-to-only-one.svg new file mode 100644 index 0000000..6667afc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/relation-many-to-only-one.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 15v2h-1v2h-2v-2h-1v2h-2v-2h-5V9H5l-2 2H2V5h1l2 2h8v8h3v-2h2v2h1v-2h2v2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/relation-many-to-zero-or-many.svg b/mkdocs-material/material/templates/.icons/material/relation-many-to-zero-or-many.svg new file mode 100644 index 0000000..6fab908 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/relation-many-to-zero-or-many.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21 13-2 2h-.21a2.5 2.5 0 0 0-4.58 0H13V7H5L3 5H2v6h1l2-2h6v8h3.21a2.5 2.5 0 0 0 4.58 0H19l2 2h1v-6m-5.5 4a1 1 0 1 1 1-1 1 1 0 0 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/relation-many-to-zero-or-one.svg b/mkdocs-material/material/templates/.icons/material/relation-many-to-zero-or-one.svg new file mode 100644 index 0000000..385af56 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/relation-many-to-zero-or-one.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 15v-2h-2v2h-.21a2.5 2.5 0 0 0-4.58 0H13V7H5L3 5H2v6h1l2-2h6v8h3.21a2.5 2.5 0 0 0 4.58 0H19v2h2v-2h1v-2m-5.5 2a1 1 0 1 1 1-1 1 1 0 0 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/relation-one-or-many-to-many.svg b/mkdocs-material/material/templates/.icons/material/relation-one-or-many-to-many.svg new file mode 100644 index 0000000..b81265c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/relation-one-or-many-to-many.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 13v6h-1l-2-2h-8V9H7v2H5V9l-2 2H2V5h1l2 2V5h2v2h6v8h6l2-2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/relation-one-or-many-to-one-or-many.svg b/mkdocs-material/material/templates/.icons/material/relation-one-or-many-to-one-or-many.svg new file mode 100644 index 0000000..c1a5839 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/relation-one-or-many-to-one-or-many.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 13v6h-1l-2-2v2h-2v-2h-6V9H7v2H5V9l-2 2H2V5h1l2 2V5h2v2h6v8h4v-2h2v2l2-2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/relation-one-or-many-to-one.svg b/mkdocs-material/material/templates/.icons/material/relation-one-or-many-to-one.svg new file mode 100644 index 0000000..600e356 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/relation-one-or-many-to-one.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 15v2h-3v2h-2v-2h-6V9H7v2H5V9l-2 2H2V5h1l2 2V5h2v2h6v8h4v-2h2v2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/relation-one-or-many-to-only-one.svg b/mkdocs-material/material/templates/.icons/material/relation-one-or-many-to-only-one.svg new file mode 100644 index 0000000..0c303f9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/relation-one-or-many-to-only-one.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 15v2h-1v2h-2v-2h-1v2h-2v-2h-5V9H7v2H5V9l-2 2H2V5h1l2 2V5h2v2h6v8h3v-2h2v2h1v-2h2v2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/relation-one-or-many-to-zero-or-many.svg b/mkdocs-material/material/templates/.icons/material/relation-one-or-many-to-zero-or-many.svg new file mode 100644 index 0000000..5c73b72 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/relation-one-or-many-to-zero-or-many.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21 13-2 2h-.21a2.5 2.5 0 0 0-4.58 0H13V7H7V5H5v2L3 5H2v6h1l2-2v2h2V9h4v8h3.21a2.5 2.5 0 0 0 4.58 0H19l2 2h1v-6m-5.5 4a1 1 0 1 1 1-1 1 1 0 0 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/relation-one-or-many-to-zero-or-one.svg b/mkdocs-material/material/templates/.icons/material/relation-one-or-many-to-zero-or-one.svg new file mode 100644 index 0000000..21cdb14 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/relation-one-or-many-to-zero-or-one.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 15v-2h-2v2h-.21a2.5 2.5 0 0 0-4.58 0H13V7H7V5H5v2L3 5H2v6h1l2-2v2h2V9h4v8h3.21a2.5 2.5 0 0 0 4.58 0H19v2h2v-2h1v-2m-5.5 2a1 1 0 1 1 1-1 1 1 0 0 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/relation-one-to-many.svg b/mkdocs-material/material/templates/.icons/material/relation-one-to-many.svg new file mode 100644 index 0000000..cba37a4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/relation-one-to-many.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 13v6h-1l-2-2h-8V9H7v2H5V9H2V7h3V5h2v2h6v8h6l2-2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/relation-one-to-one-or-many.svg b/mkdocs-material/material/templates/.icons/material/relation-one-to-one-or-many.svg new file mode 100644 index 0000000..3f012df --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/relation-one-to-one-or-many.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 13v6h-1l-2-2v2h-2v-2h-6V9H7v2H5V9H2V7h3V5h2v2h6v8h4v-2h2v2l2-2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/relation-one-to-one.svg b/mkdocs-material/material/templates/.icons/material/relation-one-to-one.svg new file mode 100644 index 0000000..cdc2b4e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/relation-one-to-one.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 15v2h-3v2h-2v-2h-6V9H7v2H5V9H2V7h3V5h2v2h6v8h4v-2h2v2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/relation-one-to-only-one.svg b/mkdocs-material/material/templates/.icons/material/relation-one-to-only-one.svg new file mode 100644 index 0000000..06e08aa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/relation-one-to-only-one.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 15v2h-1v2h-2v-2h-1v2h-2v-2h-5V9H7v2H5V9H2V7h3V5h2v2h6v8h3v-2h2v2h1v-2h2v2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/relation-one-to-zero-or-many.svg b/mkdocs-material/material/templates/.icons/material/relation-one-to-zero-or-many.svg new file mode 100644 index 0000000..2d05721 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/relation-one-to-zero-or-many.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21 13-2 2h-.21a2.5 2.5 0 0 0-4.58 0H13V7H7V5H5v2H2v2h3v2h2V9h4v8h3.21a2.5 2.5 0 0 0 4.58 0H19l2 2h1v-6m-5.5 4a1 1 0 1 1 1-1 1 1 0 0 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/relation-one-to-zero-or-one.svg b/mkdocs-material/material/templates/.icons/material/relation-one-to-zero-or-one.svg new file mode 100644 index 0000000..a88b157 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/relation-one-to-zero-or-one.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 15v-2h-2v2h-.21a2.5 2.5 0 0 0-4.58 0H13V7H7V5H5v2H2v2h3v2h2V9h4v8h3.21a2.5 2.5 0 0 0 4.58 0H19v2h2v-2h1v-2m-5.5 2a1 1 0 1 1 1-1 1 1 0 0 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/relation-only-one-to-many.svg b/mkdocs-material/material/templates/.icons/material/relation-only-one-to-many.svg new file mode 100644 index 0000000..2d4c697 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/relation-only-one-to-many.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 13v6h-1l-2-2h-8V9H8v2H6V9H5v2H3V9H2V7h1V5h2v2h1V5h2v2h5v8h6l2-2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/relation-only-one-to-one-or-many.svg b/mkdocs-material/material/templates/.icons/material/relation-only-one-to-one-or-many.svg new file mode 100644 index 0000000..1646db4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/relation-only-one-to-one-or-many.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 13v6h-1l-2-2v2h-2v-2h-6V9H8v2H6V9H5v2H3V9H2V7h1V5h2v2h1V5h2v2h5v8h4v-2h2v2l2-2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/relation-only-one-to-one.svg b/mkdocs-material/material/templates/.icons/material/relation-only-one-to-one.svg new file mode 100644 index 0000000..094088e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/relation-only-one-to-one.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 15v2h-3v2h-2v-2h-6V9H8v2H6V9H5v2H3V9H2V7h1V5h2v2h1V5h2v2h5v8h4v-2h2v2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/relation-only-one-to-only-one.svg b/mkdocs-material/material/templates/.icons/material/relation-only-one-to-only-one.svg new file mode 100644 index 0000000..3e040b1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/relation-only-one-to-only-one.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 15v2h-1v2h-2v-2h-1v2h-2v-2h-5V9H8v2H6V9H5v2H3V9H2V7h1V5h2v2h1V5h2v2h5v8h3v-2h2v2h1v-2h2v2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/relation-only-one-to-zero-or-many.svg b/mkdocs-material/material/templates/.icons/material/relation-only-one-to-zero-or-many.svg new file mode 100644 index 0000000..4dbff5f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/relation-only-one-to-zero-or-many.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21 13-2 2h-.21a2.5 2.5 0 0 0-4.58 0H13V7H8V5H6v2H5V5H3v2H2v2h1v2h2V9h1v2h2V9h3v8h3.21a2.5 2.5 0 0 0 4.58 0H19l2 2h1v-6m-5.5 4a1 1 0 1 1 1-1 1 1 0 0 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/relation-only-one-to-zero-or-one.svg b/mkdocs-material/material/templates/.icons/material/relation-only-one-to-zero-or-one.svg new file mode 100644 index 0000000..50d1c9c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/relation-only-one-to-zero-or-one.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 15v-2h-2v2h-.21a2.5 2.5 0 0 0-4.58 0H13V7H8V5H6v2H5V5H3v2H2v2h1v2h2V9h1v2h2V9h3v8h3.21a2.5 2.5 0 0 0 4.58 0H19v2h2v-2h1v-2m-5.5 2a1 1 0 1 1 1-1 1 1 0 0 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/relation-zero-or-many-to-many.svg b/mkdocs-material/material/templates/.icons/material/relation-zero-or-many-to-many.svg new file mode 100644 index 0000000..f506905 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/relation-zero-or-many-to-many.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21 13-2 2h-6V7H9.79a2.5 2.5 0 0 0-4.58 0H5L3 5H2v6h1l2-2h.21a2.5 2.5 0 0 0 4.58 0H11v8h8l2 2h1v-6M7.5 9a1 1 0 1 1 1-1 1 1 0 0 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/relation-zero-or-many-to-one-or-many.svg b/mkdocs-material/material/templates/.icons/material/relation-zero-or-many-to-one-or-many.svg new file mode 100644 index 0000000..d6b4b79 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/relation-zero-or-many-to-one-or-many.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21 13-2 2v-2h-2v2h-4V7H9.79a2.5 2.5 0 0 0-4.58 0H5L3 5H2v6h1l2-2h.21a2.5 2.5 0 0 0 4.58 0H11v8h6v2h2v-2l2 2h1v-6M7.5 9a1 1 0 1 1 1-1 1 1 0 0 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/relation-zero-or-many-to-one.svg b/mkdocs-material/material/templates/.icons/material/relation-zero-or-many-to-one.svg new file mode 100644 index 0000000..d65de97 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/relation-zero-or-many-to-one.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 15v-2h-2v2h-4V7H9.79a2.5 2.5 0 0 0-4.58 0H5L3 5H2v6h1l2-2h.21a2.5 2.5 0 0 0 4.58 0H11v8h6v2h2v-2h3v-2M7.5 9a1 1 0 1 1 1-1 1 1 0 0 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/relation-zero-or-many-to-only-one.svg b/mkdocs-material/material/templates/.icons/material/relation-zero-or-many-to-only-one.svg new file mode 100644 index 0000000..8bffa02 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/relation-zero-or-many-to-only-one.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 15v-2h-2v2h-1v-2h-2v2h-3V7H9.79a2.5 2.5 0 0 0-4.58 0H5L3 5H2v6h1l2-2h.21a2.5 2.5 0 0 0 4.58 0H11v8h5v2h2v-2h1v2h2v-2h1v-2M7.5 9a1 1 0 1 1 1-1 1 1 0 0 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/relation-zero-or-many-to-zero-or-many.svg b/mkdocs-material/material/templates/.icons/material/relation-zero-or-many-to-zero-or-many.svg new file mode 100644 index 0000000..eed3828 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/relation-zero-or-many-to-zero-or-many.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21 13-2 2h-.21a2.5 2.5 0 0 0-4.58 0H13V7H9.79a2.5 2.5 0 0 0-4.58 0H5L3 5H2v6h1l2-2h.21a2.5 2.5 0 0 0 4.58 0H11v8h3.21a2.5 2.5 0 0 0 4.58 0H19l2 2h1v-6M7.5 9a1 1 0 1 1 1-1 1 1 0 0 1-1 1m9 8a1 1 0 1 1 1-1 1 1 0 0 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/relation-zero-or-many-to-zero-or-one.svg b/mkdocs-material/material/templates/.icons/material/relation-zero-or-many-to-zero-or-one.svg new file mode 100644 index 0000000..0d69a76 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/relation-zero-or-many-to-zero-or-one.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 15v-2h-2v2h-.21a2.5 2.5 0 0 0-4.58 0H13V7H9.79a2.5 2.5 0 0 0-4.58 0H5L3 5H2v6h1l2-2h.21a2.5 2.5 0 0 0 4.58 0H11v8h3.21a2.5 2.5 0 0 0 4.58 0H19v2h2v-2h1v-2M7.5 9a1 1 0 1 1 1-1 1 1 0 0 1-1 1m9 8a1 1 0 1 1 1-1 1 1 0 0 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/relation-zero-or-one-to-many.svg b/mkdocs-material/material/templates/.icons/material/relation-zero-or-one-to-many.svg new file mode 100644 index 0000000..1c7ea34 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/relation-zero-or-one-to-many.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21 13-2 2h-6V7H9.79a2.5 2.5 0 0 0-4.58 0H5V5H3v2H2v2h1v2h2V9h.21a2.5 2.5 0 0 0 4.58 0H11v8h8l2 2h1v-6M7.5 9a1 1 0 1 1 1-1 1 1 0 0 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/relation-zero-or-one-to-one-or-many.svg b/mkdocs-material/material/templates/.icons/material/relation-zero-or-one-to-one-or-many.svg new file mode 100644 index 0000000..96ef56f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/relation-zero-or-one-to-one-or-many.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21 13-2 2v-2h-2v2h-4V7H9.79a2.5 2.5 0 0 0-4.58 0H5V5H3v2H2v2h1v2h2V9h.21a2.5 2.5 0 0 0 4.58 0H11v8h6v2h2v-2l2 2h1v-6M7.5 9a1 1 0 1 1 1-1 1 1 0 0 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/relation-zero-or-one-to-one.svg b/mkdocs-material/material/templates/.icons/material/relation-zero-or-one-to-one.svg new file mode 100644 index 0000000..9c22544 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/relation-zero-or-one-to-one.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 15v-2h-2v2h-4V7H9.79a2.5 2.5 0 0 0-4.58 0H5V5H3v2H2v2h1v2h2V9h.21a2.5 2.5 0 0 0 4.58 0H11v8h6v2h2v-2h3v-2M7.5 9a1 1 0 1 1 1-1 1 1 0 0 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/relation-zero-or-one-to-only-one.svg b/mkdocs-material/material/templates/.icons/material/relation-zero-or-one-to-only-one.svg new file mode 100644 index 0000000..726593e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/relation-zero-or-one-to-only-one.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 15v-2h-2v2h-1v-2h-2v2h-3V7H9.79a2.5 2.5 0 0 0-4.58 0H5V5H3v2H2v2h1v2h2V9h.21a2.5 2.5 0 0 0 4.58 0H11v8h5v2h2v-2h1v2h2v-2h1v-2M7.5 9a1 1 0 1 1 1-1 1 1 0 0 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/relation-zero-or-one-to-zero-or-many.svg b/mkdocs-material/material/templates/.icons/material/relation-zero-or-one-to-zero-or-many.svg new file mode 100644 index 0000000..ed59458 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/relation-zero-or-one-to-zero-or-many.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21 13-2 2h-.21a2.5 2.5 0 0 0-4.58 0H13V7H9.79a2.5 2.5 0 0 0-4.58 0H5V5H3v2H2v2h1v2h2V9h.21a2.5 2.5 0 0 0 4.58 0H11v8h3.21a2.5 2.5 0 0 0 4.58 0H19l2 2h1v-6M7.5 9a1 1 0 1 1 1-1 1 1 0 0 1-1 1m9 8a1 1 0 1 1 1-1 1 1 0 0 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/relation-zero-or-one-to-zero-or-one.svg b/mkdocs-material/material/templates/.icons/material/relation-zero-or-one-to-zero-or-one.svg new file mode 100644 index 0000000..ecffb28 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/relation-zero-or-one-to-zero-or-one.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 15v-2h-2v2h-.21a2.5 2.5 0 0 0-4.58 0H13V7H9.79a2.5 2.5 0 0 0-4.58 0H5V5H3v2H2v2h1v2h2V9h.21a2.5 2.5 0 0 0 4.58 0H11v8h3.21a2.5 2.5 0 0 0 4.58 0H19v2h2v-2h1v-2M7.5 9a1 1 0 1 1 1-1 1 1 0 0 1-1 1m9 8a1 1 0 1 1 1-1 1 1 0 0 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/relative-scale.svg b/mkdocs-material/material/templates/.icons/material/relative-scale.svg new file mode 100644 index 0000000..fed4369 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/relative-scale.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 18H4V6h16m0-2H4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2m-8 6h-2v2h2m-4-2H6v2h2m8 2h-2v2h2m0-6h-2v2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/reload-alert.svg b/mkdocs-material/material/templates/.icons/material/reload-alert.svg new file mode 100644 index 0000000..af710a3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/reload-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 12c0 5 4 9 9 9 2.4 0 4.7-.9 6.4-2.6l-1.5-1.5c-1.3 1.4-3 2.1-4.9 2.1-6.2 0-9.4-7.5-4.9-11.9S18 5.8 18 12h-3l4 4h.1l3.9-4h-3c0-5-4-9-9-9s-9 4-9 9m8 3h2v2h-2zm0-8h2v6h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/reload.svg b/mkdocs-material/material/templates/.icons/material/reload.svg new file mode 100644 index 0000000..eba7b4b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/reload.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 12a9 9 0 0 0 9 9c2.39 0 4.68-.94 6.4-2.6l-1.5-1.5A6.7 6.7 0 0 1 11 19c-6.24 0-9.36-7.54-4.95-11.95S18 5.77 18 12h-3l4 4h.1l3.9-4h-3a9 9 0 0 0-18 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/reminder.svg b/mkdocs-material/material/templates/.icons/material/reminder.svg new file mode 100644 index 0000000..9885db3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/reminder.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.25 3c.65 0 1.25.21 1.75.56V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.57c.5-.35 1.1-.57 1.75-.57a3 3 0 0 1 3 3c0 1.58-1.21 2.87-2.75 3h-2v1h1.24l.48.13 4.59 2.29c.82.31 1.22.92 1.22 1.83l-.03.14v.14l-1 6.75c-.06.47-.28.88-.66 1.22-.37.34-.79.5-1.26.5H10c-.55 0-1-.19-1.42-.59L2 15.84l1.05-1.07c.28-.27.64-.43 1.08-.43h.32l4.55.99V9H7a3.02 3.02 0 0 1-2.75-3 3 3 0 0 1 3-3M9 6a1.75 1.75 0 0 0-1.75-1.75A1.75 1.75 0 0 0 5.5 6c0 .88.65 1.61 1.5 1.73v.02h2zm6 1.75v-.01c.85-.12 1.5-.85 1.5-1.74 0-.96-.78-1.74-1.75-1.74S13 5.04 13 6v1.75z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/remote-desktop.svg b/mkdocs-material/material/templates/.icons/material/remote-desktop.svg new file mode 100644 index 0000000..e148f17 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/remote-desktop.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h7v2H8v2h8v-2h-2v-2h7a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2M3 4h18v12H3M15 5l-3.5 3.5L15 12l1.4-1.4-2.1-2.1 2.1-2.1M9 8 7.6 9.4l2.1 2.1-2.1 2.1L9 15l3.5-3.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/remote-off.svg b/mkdocs-material/material/templates/.icons/material/remote-off.svg new file mode 100644 index 0000000..4b67d51 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/remote-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 5.27 3.28 4 21 21.72 19.73 23 16 19.27V22a1 1 0 0 1-1 1H9c-.54 0-1-.45-1-1V11.27zM12 0c3.05 0 5.8 1.23 7.77 3.23l-1.41 1.41C16.75 3 14.5 2 12 2c-2.28 0-4.36.85-5.94 2.24L4.64 2.82C6.59 1.07 9.17 0 12 0m0 4c1.94 0 3.69.78 4.95 2.05l-1.4 1.41C14.64 6.56 13.39 6 12 6c-1.17 0-2.24.4-3.1 1.08L7.5 5.66A6.85 6.85 0 0 1 12 4m3 5c.56 0 1 .45 1 1v4.18l-2.5-2.49-.19-.19L10.82 9zm-4.97 4.3c.13.86.81 1.55 1.68 1.7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/remote-tv-off.svg b/mkdocs-material/material/templates/.icons/material/remote-tv-off.svg new file mode 100644 index 0000000..dfdda29 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/remote-tv-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 5.27 3.28 4 20 20.72 18.73 22 17 20.25c-.14.99-1 1.75-2 1.75H9a2 2 0 0 1-2-2v-9.73zM9 2h2v2h2V2h2a2 2 0 0 1 2 2v11.18l-4-4V10h2V8h-2V6h-2v2H9.82L7 5.18V4a2 2 0 0 1 2-2m0 18h2v-2H9zm4 0h2v-1.73l-.27-.27H13zm-4-6v2h2v-1.73l-.27-.27z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/remote-tv.svg b/mkdocs-material/material/templates/.icons/material/remote-tv.svg new file mode 100644 index 0000000..375b8d9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/remote-tv.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 2c-1.11 0-2 .89-2 2v16c0 1.11.89 2 2 2h6c1.11 0 2-.89 2-2V4c0-1.11-.89-2-2-2h-2v2h-2V2zm2 4h2v2h2v2h-2v2h-2v-2H9V8h2zm-2 8h2v2H9zm4 0h2v2h-2zm-4 4h2v2H9zm4 0h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/remote.svg b/mkdocs-material/material/templates/.icons/material/remote.svg new file mode 100644 index 0000000..ec89cd8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/remote.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C8.96 0 6.21 1.23 4.22 3.22l1.41 1.41A8.95 8.95 0 0 1 12 2c2.5 0 4.74 1 6.36 2.64l1.41-1.41C17.79 1.23 15.04 0 12 0M7.05 6.05l1.41 1.41a5.02 5.02 0 0 1 7.08 0l1.41-1.41A6.98 6.98 0 0 0 12 4c-1.93 0-3.68.78-4.95 2.05M12 15a2 2 0 0 1-2-2 2 2 0 0 1 2-2 2 2 0 0 1 2 2 2 2 0 0 1-2 2m3-6H9a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V10a1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rename-box-outline.svg b/mkdocs-material/material/templates/.icons/material/rename-box-outline.svg new file mode 100644 index 0000000..2515d6c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rename-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 17h-5.5l2-2H17M7 17v-2.5l7.9-7.8c.2-.2.5-.2.7 0l1.8 1.8c.2.2.2.5 0 .7L9.5 17M19 5v14H5V5zm0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rename-box.svg b/mkdocs-material/material/templates/.icons/material/rename-box.svg new file mode 100644 index 0000000..0911384 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rename-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 17h-7.5l2-2H18M6 17v-2.5l7.88-7.85c.19-.2.51-.2.71 0l1.76 1.76c.2.2.2.51 0 .71L8.47 17M19 3H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rename-outline.svg b/mkdocs-material/material/templates/.icons/material/rename-outline.svg new file mode 100644 index 0000000..a9de7fc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rename-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15 16-4 4h10v-4zm-2.94-8.81L3 16.25V20h3.75l9.06-9.06zM5.92 18H5v-.92L12.06 10l.94.94zm12.79-9.96c.39-.39.39-1.04 0-1.41l-2.34-2.34a1.001 1.001 0 0 0-1.41 0l-1.83 1.83 3.75 3.75z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rename.svg b/mkdocs-material/material/templates/.icons/material/rename.svg new file mode 100644 index 0000000..78dec42 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rename.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15 16-4 4h10v-4zm-2.94-8.81L3 16.25V20h3.75l9.06-9.06zm6.65.85c.39-.39.39-1.04 0-1.41l-2.34-2.34a1.001 1.001 0 0 0-1.41 0l-1.83 1.83 3.75 3.75z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/reorder-horizontal.svg b/mkdocs-material/material/templates/.icons/material/reorder-horizontal.svg new file mode 100644 index 0000000..1db5c5c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/reorder-horizontal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 15h18v-2H3zm0 4h18v-2H3zm0-8h18V9H3zm0-6v2h18V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/reorder-vertical.svg b/mkdocs-material/material/templates/.icons/material/reorder-vertical.svg new file mode 100644 index 0000000..9c204ea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/reorder-vertical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 3v18h2V3zM5 3v18h2V3zm8 0v18h2V3zm6 0h-2v18h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/repeat-off.svg b/mkdocs-material/material/templates/.icons/material/repeat-off.svg new file mode 100644 index 0000000..8cbcc73 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/repeat-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 5.27 3.28 4 20 20.72 18.73 22l-3-3H7v3l-4-4 4-4v3h6.73L7 10.27V11H5V8.27zM17 13h2v4.18l-2-2zm0-8V2l4 4-4 4V7H8.82l-2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/repeat-once.svg b/mkdocs-material/material/templates/.icons/material/repeat-once.svg new file mode 100644 index 0000000..cadf158 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/repeat-once.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 15V9h-1l-2 1v1h1.5v4m5.5 2H7v-3l-4 4 4 4v-3h12v-6h-2M7 7h10v3l4-4-4-4v3H5v6h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/repeat-variant.svg b/mkdocs-material/material/templates/.icons/material/repeat-variant.svg new file mode 100644 index 0000000..59b02d6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/repeat-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 5.75 10.25 10H7v6h6.5l2 2H7a2 2 0 0 1-2-2v-6H1.75zm12 12.5L13.75 14H17V8h-6.5l-2-2H17a2 2 0 0 1 2 2v6h3.25z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/repeat.svg b/mkdocs-material/material/templates/.icons/material/repeat.svg new file mode 100644 index 0000000..a83ef7d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/repeat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 17H7v-3l-4 4 4 4v-3h12v-6h-2M7 7h10v3l4-4-4-4v3H5v6h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/replay.svg b/mkdocs-material/material/templates/.icons/material/replay.svg new file mode 100644 index 0000000..20be9fc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/replay.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 5V1L7 6l5 5V7a6 6 0 0 1 6 6 6 6 0 0 1-6 6 6 6 0 0 1-6-6H4a8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/reply-all-outline.svg b/mkdocs-material/material/templates/.icons/material/reply-all-outline.svg new file mode 100644 index 0000000..6b66069 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/reply-all-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 9.8v.9l1.7.2c2.6.4 4.5 1.4 5.9 2.7-1.7-.5-3.5-.8-5.6-.8h-2v1.3L8.8 12zM13 5l-7 7 7 7v-4.1c5 0 8.5 1.6 11 5.1-1-5-4-10-11-11M7 8V5l-7 7 7 7v-3l-4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/reply-all.svg b/mkdocs-material/material/templates/.icons/material/reply-all.svg new file mode 100644 index 0000000..f11971b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/reply-all.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 9V5l-7 7 7 7v-4.1c5 0 8.5 1.6 11 5.1-1-5-4-10-11-11M7 8V5l-7 7 7 7v-3l-4-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/reply-circle.svg b/mkdocs-material/material/templates/.icons/material/reply-circle.svg new file mode 100644 index 0000000..1b52e65 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/reply-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 12c0 5.5 4.5 10 10 10s10-4.5 10-10S17.5 2 12 2 2 6.5 2 12m3-1 5-5v3c5.06.73 7.28 4.33 8 8-1.81-2.57-4.39-4-8-4v3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/reply-outline.svg b/mkdocs-material/material/templates/.icons/material/reply-outline.svg new file mode 100644 index 0000000..aa1304f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/reply-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 9.8v.9l1.7.3c2.6.4 4.5 1.4 5.9 2.7-1.7-.5-3.5-.8-5.6-.8H8v1.3L5.8 12zM10 5l-7 7 7 7v-4.1c5 0 8.5 1.6 11 5.1-1-5-4-10-11-11"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/reply.svg b/mkdocs-material/material/templates/.icons/material/reply.svg new file mode 100644 index 0000000..d52cdcc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/reply.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 9V5l-7 7 7 7v-4.1c5 0 8.5 1.6 11 5.1-1-5-4-10-11-11"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/reproduction.svg b/mkdocs-material/material/templates/.icons/material/reproduction.svg new file mode 100644 index 0000000..ca48bce --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/reproduction.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12.72 13.15.9-.89c-.02-1.26.69-2.82 2-4.12 1.95-1.96 4.49-2.59 5.66-1.42s.54 3.71-1.42 5.66c-1.3 1.31-2.86 2.02-4.12 2l-.89.9c-.35.33-.85.38-1.25.13-.84.3-1.6.67-2.04 1.39-.53.88-.53 2.3-1.09 3.15-.56.86-1.68 1.15-2.86 1.15S5 21 3.95 19.5l2.48.42c.57.08 2.07-.53 2.62-1.38.56-.86.56-2.27 1.09-3.16.47-.78 1.36-1.15 2.29-1.47-.01-.27.07-.55.29-.76M7 2a5 5 0 0 1 5 5 5 5 0 0 1-5 5 5 5 0 0 1-5-5 5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/resistor-nodes.svg b/mkdocs-material/material/templates/.icons/material/resistor-nodes.svg new file mode 100644 index 0000000..028e2d5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/resistor-nodes.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 11h1.67c.41-1.17 1.52-2 2.83-2a3 3 0 0 1 3 3c0 .65-.21 1.25-.56 1.74l1.13 1.61L13.11 4l1.5 2.13 2.09 2.98.8-.11c1.31 0 2.42.83 2.83 2H22v2h-1.67a2.99 2.99 0 0 1-2.83 2 3 3 0 0 1-3-3c0-.65.21-1.25.56-1.74l-1.13-1.61L10.89 20 7.3 14.89A2.99 2.99 0 0 1 3.67 13H2zm15.5-.5A1.5 1.5 0 0 0 16 12a1.5 1.5 0 0 0 1.5 1.5A1.5 1.5 0 0 0 19 12a1.5 1.5 0 0 0-1.5-1.5m-11 0A1.5 1.5 0 0 0 5 12a1.5 1.5 0 0 0 1.5 1.5A1.5 1.5 0 0 0 8 12a1.5 1.5 0 0 0-1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/resistor.svg b/mkdocs-material/material/templates/.icons/material/resistor.svg new file mode 100644 index 0000000..1079f51 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/resistor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 11h5l3.07 4.35L13.11 4 18 11h4v2h-5l-3.07-4.35L10.89 20 6 13H2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/resize-bottom-right.svg b/mkdocs-material/material/templates/.icons/material/resize-bottom-right.svg new file mode 100644 index 0000000..7e66d06 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/resize-bottom-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 22h-2v-2h2zm0-4h-2v-2h2zm-4 4h-2v-2h2zm0-4h-2v-2h2zm-4 4h-2v-2h2zm8-8h-2v-2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/resize.svg b/mkdocs-material/material/templates/.icons/material/resize.svg new file mode 100644 index 0000000..d087f9f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/resize.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10.59 12 4-4H11V6h7v7h-2V9.41l-4 4V16h8V4H8v8zM22 2v16H12v4H2V12h4V2zM10 14H4v6h6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/responsive.svg b/mkdocs-material/material/templates/.icons/material/responsive.svg new file mode 100644 index 0000000..bbe439b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/responsive.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 6v10h5v-4a2 2 0 0 1 2-2h5a2 2 0 0 1 2 2v4h2V6zM0 20v-2h4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h4v2h-6a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2zm11.5 0a.5.5 0 0 0-.5.5.5.5 0 0 0 .5.5.5.5 0 0 0 .5-.5.5.5 0 0 0-.5-.5m4 0a.5.5 0 0 0-.5.5.5.5 0 0 0 .5.5.5.5 0 0 0 .5-.5.5.5 0 0 0-.5-.5M13 20v1h1v-1zm-2-8v7h5v-7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/restart-alert.svg b/mkdocs-material/material/templates/.icons/material/restart-alert.svg new file mode 100644 index 0000000..740b417 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/restart-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 4.03V.633L5 5.63l5 5v-4.6c1.5 0 3.11.6 4.21 1.7 2.29 2.4 2.29 6.2 0 8.5-1.3 1.3-3.1 1.9-4.81 1.7l-.5 2c2.41.3 4.91-.4 6.71-2.3 3.09-3.1 3.09-8.2 0-11.3-1.5-1.5-3.5-2.3-5.61-2.3m-5.69 13.6c.8.8 1.69 1.4 2.69 1.8l.61-2q-1.05-.45-1.8-1.2c-1.9-1.8-2.31-4.6-1.2-6.8l-1.5-1.5c-1.8 3.1-1.4 7.1 1.2 9.7M20 13h2V7h-2zm0 4h2v-2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/restart-off.svg b/mkdocs-material/material/templates/.icons/material/restart-off.svg new file mode 100644 index 0000000..212dda1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/restart-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.8 22.7-4.2-4.2c-1.7 1.2-3.7 1.7-5.7 1.4l.5-2c1.3.1 2.6-.2 3.7-.9L1.1 3l1.3-1.3 14.1 14.1 1.4 1.4 4.2 4.2zM12 6c1.5 0 3.1.6 4.2 1.8 1.8 1.8 2.2 4.4 1.3 6.6l1.5 1.5c1.7-3 1.2-6.9-1.4-9.5C16.1 4.8 14 4 12 4V.7l-4.1 4L12 8.8zM6.6 9.4 5.1 7.9C3.3 11 3.7 15 6.3 17.7c.8.7 1.7 1.3 2.7 1.7l.5-2q-.9-.45-1.8-1.2c-1.8-1.8-2.2-4.6-1.1-6.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/restart.svg b/mkdocs-material/material/templates/.icons/material/restart.svg new file mode 100644 index 0000000..98583cb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/restart.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 4c2.1 0 4.1.8 5.6 2.3 3.1 3.1 3.1 8.2 0 11.3-1.8 1.9-4.3 2.6-6.7 2.3l.5-2c1.7.2 3.5-.4 4.8-1.7 2.3-2.3 2.3-6.1 0-8.5C15.1 6.6 13.5 6 12 6v4.6l-5-5 5-5zM6.3 17.6C3.7 15 3.3 11 5.1 7.9l1.5 1.5c-1.1 2.2-.7 5 1.2 6.8q.75.75 1.8 1.2l-.6 2q-1.5-.6-2.7-1.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/restore-alert.svg b/mkdocs-material/material/templates/.icons/material/restore-alert.svg new file mode 100644 index 0000000..3201cc4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/restore-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 3c-5 0-9 4-9 9H1l3.9 3.9.1.1 4-4H6c0-3.9 3.1-7 7-7s7 3.1 7 7-3.1 7-7 7c-1.9 0-3.7-.8-4.9-2.1l-1.4 1.4C8.3 20 10.5 21 13 21c5 0 9-4 9-9s-4-9-9-9m-1 12h2v2h-2zm0-8h2v6h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/restore.svg b/mkdocs-material/material/templates/.icons/material/restore.svg new file mode 100644 index 0000000..35a9bc4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/restore.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 3a9 9 0 0 0-9 9H1l3.89 3.89.07.14L9 12H6a7 7 0 0 1 7-7 7 7 0 0 1 7 7 7 7 0 0 1-7 7c-1.93 0-3.68-.79-4.94-2.06l-1.42 1.42A8.9 8.9 0 0 0 13 21a9 9 0 0 0 9-9 9 9 0 0 0-9-9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rewind-10.svg b/mkdocs-material/material/templates/.icons/material/rewind-10.svg new file mode 100644 index 0000000..4e4675c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rewind-10.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.5 3c4.65 0 8.58 3.03 9.97 7.22L20.1 11c-1.05-3.19-4.06-5.5-7.6-5.5-1.96 0-3.73.72-5.12 1.88L10 10H3V3l2.6 2.6C7.45 4 9.85 3 12.5 3M10 12v10H8v-8H6v-2zm8 2v6c0 1.11-.89 2-2 2h-2a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2m-4 0v6h2v-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rewind-15.svg b/mkdocs-material/material/templates/.icons/material/rewind-15.svg new file mode 100644 index 0000000..61c5806 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rewind-15.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.5 3c4.65 0 8.58 3.03 9.97 7.22L20.1 11c-1.05-3.19-4.06-5.5-7.6-5.5-1.96 0-3.73.72-5.12 1.88L10 10H3V3l2.6 2.6C7.45 4 9.85 3 12.5 3M10 12v10H8v-8H6v-2zm2 0h6v2h-4v2h2a2 2 0 0 1 2 2v2c0 1.11-.89 2-2 2h-4v-2h4v-2h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rewind-30.svg b/mkdocs-material/material/templates/.icons/material/rewind-30.svg new file mode 100644 index 0000000..9d1398e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rewind-30.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 14v6c0 1.11-.89 2-2 2h-2a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2m-4 0v6h2v-6zm-4 6a2 2 0 0 1-2 2H5v-2h4v-2H7v-2h2v-2H5v-2h4a2 2 0 0 1 2 2v1.5A1.5 1.5 0 0 1 9.5 17a1.5 1.5 0 0 1 1.5 1.5zm1.5-17c4.65 0 8.58 3.03 9.97 7.22L20.1 11c-1.05-3.19-4.06-5.5-7.6-5.5-1.96 0-3.73.72-5.12 1.88L10 10H3V3l2.6 2.6C7.45 4 9.85 3 12.5 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rewind-45.svg b/mkdocs-material/material/templates/.icons/material/rewind-45.svg new file mode 100644 index 0000000..06d945b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rewind-45.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.5 3c4.6 0 8.6 3 10 7.2l-2.4.8C19 7.8 16 5.5 12.5 5.5c-2 0-3.7.7-5.1 1.9L10 10H3V3l2.6 2.6C7.4 4 9.9 3 12.5 3m.5 9h6v2h-4v2h2c1.1 0 2 .9 2 2v2c0 1.1-.9 2-2 2h-4v-2h4v-2h-4zm-8 0v6h4v4h2V12H9v4H7v-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rewind-5.svg b/mkdocs-material/material/templates/.icons/material/rewind-5.svg new file mode 100644 index 0000000..aa0dc78 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rewind-5.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.5 3c4.65 0 8.58 3.03 9.97 7.22L20.1 11c-1.05-3.19-4.06-5.5-7.6-5.5-1.96 0-3.73.72-5.12 1.88L10 10H3V3l2.6 2.6C7.45 4 9.85 3 12.5 3M9 12h6v2h-4v2h2a2 2 0 0 1 2 2v2c0 1.11-.89 2-2 2H9v-2h4v-2H9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rewind-60.svg b/mkdocs-material/material/templates/.icons/material/rewind-60.svg new file mode 100644 index 0000000..e770a47 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rewind-60.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 14v6c0 1.1-.9 2-2 2h-2c-1.1 0-2-.9-2-2v-6c0-1.1.9-2 2-2h2c1.1 0 2 .9 2 2m-4 0v6h2v-6zM12.5 3c4.6 0 8.6 3 10 7.2l-2.4.8C19 7.8 16 5.5 12.5 5.5c-2 0-3.7.7-5.1 1.9L10 10H3V3l2.6 2.6C7.4 4 9.9 3 12.5 3M7 12c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h2c1.1 0 2-.9 2-2v-2c0-1.1-.9-2-2-2H7v-2h4v-2zm0 6h2v2H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rewind-outline.svg b/mkdocs-material/material/templates/.icons/material/rewind-outline.svg new file mode 100644 index 0000000..4d0c604 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rewind-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 9.9 7 12l3 2.1zm9 0L16 12l3 2.1zM12 6v12l-8.5-6zm9 0v12l-8.5-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rewind.svg b/mkdocs-material/material/templates/.icons/material/rewind.svg new file mode 100644 index 0000000..bd75dcc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rewind.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11.5 12 8.5 6V6m-9 12V6l-8.5 6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rhombus-medium-outline.svg b/mkdocs-material/material/templates/.icons/material/rhombus-medium-outline.svg new file mode 100644 index 0000000..1b0fb17 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rhombus-medium-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 6.46c-.28 0-.56.1-.78.32l-4.44 4.44c-.43.43-.43 1.13 0 1.56l4.44 4.44c.43.43 1.13.43 1.56 0l4.44-4.44c.43-.43.43-1.13 0-1.56l-4.44-4.44c-.22-.22-.5-.32-.78-.32m0 2.37L15.17 12 12 15.17 8.83 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rhombus-medium.svg b/mkdocs-material/material/templates/.icons/material/rhombus-medium.svg new file mode 100644 index 0000000..baf835e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rhombus-medium.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 6.46c-.28 0-.56.1-.78.32l-4.44 4.44c-.43.43-.43 1.13 0 1.56l4.44 4.44c.43.43 1.13.43 1.56 0l4.44-4.44c.43-.43.43-1.13 0-1.56l-4.44-4.44c-.22-.22-.5-.32-.78-.32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rhombus-outline.svg b/mkdocs-material/material/templates/.icons/material/rhombus-outline.svg new file mode 100644 index 0000000..c09cede --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rhombus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c-.5 0-1 .19-1.41.59l-8 8c-.79.78-.79 2.04 0 2.82l8 8c.78.79 2.04.79 2.82 0l8-8c.79-.78.79-2.04 0-2.82l-8-8C13 2.19 12.5 2 12 2m0 2 8 8-8 8-8-8Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rhombus-split-outline.svg b/mkdocs-material/material/templates/.icons/material/rhombus-split-outline.svg new file mode 100644 index 0000000..61311b2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rhombus-split-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c-.5 0-1 .19-1.41.59l-8 8c-.79.78-.79 2.04 0 2.82l8 8c.78.79 2.04.79 2.82 0l8-8c.79-.78.79-2.04 0-2.82l-8-8C13 2.19 12.5 2 12 2m0 2 3.29 3.29-3.29 3.3-3.29-3.3zM7.29 8.71l3.3 3.29-3.3 3.29L4 12zm9.42 0L20 12l-3.29 3.29-3.3-3.29zM12 13.41l3.29 3.3L12 20l-3.29-3.29z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rhombus-split.svg b/mkdocs-material/material/templates/.icons/material/rhombus-split.svg new file mode 100644 index 0000000..0dc5e52 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rhombus-split.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c-.5 0-1 .19-1.41.59l-3.3 3.29 4.71 4.7 4.71-4.7-3.3-3.29C13 2.19 12.5 2 12 2M5.88 7.29l-3.29 3.3c-.79.78-.79 2.04 0 2.82l3.29 3.3 4.7-4.71zm12.24 0L13.42 12l4.7 4.71 3.29-3.3c.79-.78.79-2.04 0-2.82zM12 13.42l-4.71 4.7 3.3 3.29c.78.79 2.04.79 2.82 0l3.3-3.29z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rhombus.svg b/mkdocs-material/material/templates/.icons/material/rhombus.svg new file mode 100644 index 0000000..8045756 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rhombus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c-.5 0-1 .19-1.41.59l-8 8c-.79.78-.79 2.04 0 2.82l8 8c.78.79 2.04.79 2.82 0l8-8c.79-.78.79-2.04 0-2.82l-8-8C13 2.19 12.5 2 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ribbon.svg b/mkdocs-material/material/templates/.icons/material/ribbon.svg new file mode 100644 index 0000000..f36b26c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ribbon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m13.41 19.31 3.18 3.19L18 21.07l-3.17-3.17m.71-6.37h-.01L12 15.07l-3.53-3.54h-.01A4.98 4.98 0 0 1 7 8a5 5 0 0 1 5-5 5 5 0 0 1 5 5c0 1.38-.56 2.63-1.46 3.53M16.9 13A6.96 6.96 0 0 0 19 8a7 7 0 0 0-7-7 7 7 0 0 0-7 7c0 1.96.81 3.73 2.1 5l3.49 3.5L6 21.07l1.41 1.43z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rice.svg b/mkdocs-material/material/templates/.icons/material/rice.svg new file mode 100644 index 0000000..45b6d61 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rice.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 11h-2.3c-.3-1.1-.8-2.2-1.5-3l3.4-5.4-1.7-1.1-3.2 5.1c-.4-.3-.7-.5-1.2-.7l.9-3.6-1.9-.5-.8 3.4c-.6-.1-1.1-.2-1.7-.2-3.7 0-6.8 2.6-7.7 6H2c0 4.1 2.5 7.6 6 9.2V22h8v-1.8c3.5-1.6 6-5.1 6-9.2M12 7c2.6 0 4.8 1.7 5.6 4H6.4c.8-2.3 3-4 5.6-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rickshaw-electric.svg b/mkdocs-material/material/templates/.icons/material/rickshaw-electric.svg new file mode 100644 index 0000000..a4bff6e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rickshaw-electric.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 12.05v-1.32c0-.47-.16-.93-.46-1.29L15.6 4.72c-.38-.46-.94-.72-1.54-.72H4c-1.1 0-2 .9-2 2v7c0 1.1.9 2 2 2h.05a2.5 2.5 0 0 0 4.9 0h8.1A2.5 2.5 0 1 0 20 12.05M3.5 6c0-.27.23-.5.5-.5h3V10H3.5zm3 9.5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1m6.5-2H9V12h2v-2H9V5.5h4zm2-7.16L18.05 10H15zm4.5 9.16c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1M11 20H7l6 3v-2h4l-6-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rickshaw.svg b/mkdocs-material/material/templates/.icons/material/rickshaw.svg new file mode 100644 index 0000000..b5915ef --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rickshaw.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 14.05v-1.32c0-.47-.16-.93-.46-1.29L15.6 6.72c-.38-.46-.94-.72-1.54-.72H4c-1.1 0-2 .9-2 2v7c0 1.1.9 2 2 2h.05a2.5 2.5 0 0 0 4.9 0h8.1A2.5 2.5 0 1 0 20 14.05M3.5 8c0-.27.23-.5.5-.5h3V12H3.5zm3 9.5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1m6.5-2H9V14h2v-2H9V7.5h4zm2-7.16L18.05 12H15zm4.5 9.16c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ring.svg b/mkdocs-material/material/templates/.icons/material/ring.svg new file mode 100644 index 0000000..6fd32e9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ring.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 10 8 4.4 9.6 2h4.8L16 4.4zm3.5-3.2-1.2 1.7c2.2.9 3.7 3 3.7 5.5a6 6 0 0 1-6 6 6 6 0 0 1-6-6c0-2.5 1.5-4.6 3.7-5.5L8.5 6.8C5.8 8.1 4 10.8 4 14a8 8 0 0 0 8 8 8 8 0 0 0 8-8c0-3.2-1.8-5.9-4.5-7.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rivet.svg b/mkdocs-material/material/templates/.icons/material/rivet.svg new file mode 100644 index 0000000..d0a7ff7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rivet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.43 2c-.82 0-1.49.65-1.49 1.5v3.46H7.95v.99h7.96v-.99h-1.99V3.5c0-.85-.67-1.5-1.49-1.5zm-.49 6.95v12.92l.99 1 .99-1V8.95z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/road-variant.svg b/mkdocs-material/material/templates/.icons/material/road-variant.svg new file mode 100644 index 0000000..662dcac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/road-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.1 4.8c-.1-.5-.5-.8-1-.8H13l.2 3h-2.4l.2-3H6.8c-.5 0-.9.4-1 .8l-2.7 14c-.1.6.4 1.2 1 1.2H10l.3-5h3.4l.3 5h5.8c.6 0 1.1-.6 1-1.2zM10.4 13l.2-4h2.6l.2 4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/road.svg b/mkdocs-material/material/templates/.icons/material/road.svg new file mode 100644 index 0000000..0fdc3bf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/road.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 16h2v4h-2m0-10h2v4h-2m0-10h2v4h-2M4 22h16V2H4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/robber.svg b/mkdocs-material/material/templates/.icons/material/robber.svg new file mode 100644 index 0000000..175048a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/robber.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.7 12.5c0 .3-1.3.7-2.3.7s-2.1-.7-2.1-.9c0-.3.7-1.2 2.3-1.3.9-.1 1.9.5 2.1 1.5m4.7-1.5c-1-.1-1.9.5-2.1 1.5 0 .3 1.2.7 2.3.7s2.1-.7 2.1-.9-.7-1.2-2.3-1.3m6.6 1c0 5.5-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2s10 4.5 10 10m-2-.8c0-2-.7-2.7-3.3-2.7S13.3 9.6 12 9.6s-2-1.1-4.7-1.1S4 9.1 4 11.2c0 3.4 1.5 5.3 3.6 5.3 1.6 0 2.8-2 4.4-2s2.7 2 4.4 2c2.1 0 3.6-1.9 3.6-5.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/robot-angry-outline.svg b/mkdocs-material/material/templates/.icons/material/robot-angry-outline.svg new file mode 100644 index 0000000..47d122c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/robot-angry-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 14h-1c0-3.87-3.13-7-7-7h-1V5.73A2 2 0 1 0 10 4c0 .74.4 1.39 1 1.73V7h-1c-3.87 0-7 3.13-7 7H2c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h1v1a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2v-1h1c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1m-1 3h-2v3H5v-3H3v-1h2v-2c0-2.76 2.24-5 5-5h4c2.76 0 5 2.24 5 5v2h2zm-3.5-1.5c0 1.11-.89 2-2 2-.97 0-1.77-.69-1.96-1.6l2.96-2.12c.6.35 1 .98 1 1.72m-10-1.72 2.96 2.12c-.18.91-.99 1.6-1.96 1.6a2 2 0 0 1-2-2c0-.74.4-1.37 1-1.72"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/robot-angry.svg b/mkdocs-material/material/templates/.icons/material/robot-angry.svg new file mode 100644 index 0000000..a75eb0b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/robot-angry.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 14h-1c0-3.87-3.13-7-7-7h-1V5.73A2 2 0 1 0 10 4c0 .74.4 1.39 1 1.73V7h-1c-3.87 0-7 3.13-7 7H2c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h1v1a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2v-1h1c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1M7.5 18A2.5 2.5 0 0 1 5 15.5c0-.82.4-1.54 1-2l3.83 2.88C9.5 17.32 8.57 18 7.5 18m9 0c-1.07 0-2-.68-2.33-1.62L18 13.5c.6.46 1 1.18 1 2a2.5 2.5 0 0 1-2.5 2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/robot-confused-outline.svg b/mkdocs-material/material/templates/.icons/material/robot-confused-outline.svg new file mode 100644 index 0000000..e6a6b8d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/robot-confused-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 8h1v1h-1zm1-3h-1v2h1V6h.5c.28 0 .5-.22.5-.5v-2c0-.28-.22-.5-.5-.5H18v1h2zm-3-2h-1v4h1zm-3.5 12.5a2 2 0 1 0 4 0c0-1.11-.89-2-2-2s-2 .9-2 2M17 8h-1v1h1zm5 6h-1c0-1.5-.47-2.87-1.26-4h-2.77c1.22.91 2.03 2.36 2.03 4v2h2v1h-2v3H5v-3H3v-1h2v-2c0-2.76 2.24-5 5-5h4c.34 0 .68.04 1 .1V7.08c-.33-.05-.66-.08-1-.08h-1V5.73A2 2 0 1 0 10 4c0 .74.4 1.39 1 1.73V7h-1c-3.87 0-7 3.13-7 7H2c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h1v1a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2v-1h1c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1m-13.5-.5c-1.1 0-2 .9-2 2s.9 2 2 2 2-.89 2-2-.89-2-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/robot-confused.svg b/mkdocs-material/material/templates/.icons/material/robot-confused.svg new file mode 100644 index 0000000..684311b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/robot-confused.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 4h-2V3h2.5c.28 0 .5.22.5.5v2c0 .28-.22.5-.5.5H20v1h-1V5h1zm-1 5h1V8h-1zm-2-6h-1v4h1zm6 12v3c0 .55-.45 1-1 1h-1v1c0 1.11-.89 2-2 2H5a2 2 0 0 1-2-2v-1H2c-.55 0-1-.45-1-1v-3c0-.55.45-1 1-1h1c0-3.87 3.13-7 7-7h1V5.73c-.6-.34-1-.99-1-1.73 0-1.1.9-2 2-2s2 .9 2 2c0 .74-.4 1.39-1 1.73V7h1c.34 0 .67.03 1 .08V10h4.74A6.94 6.94 0 0 1 21 14h1c.55 0 1 .45 1 1m-13 .5a2.5 2.5 0 0 0-5 0 2.5 2.5 0 0 0 5 0m9 0a2.5 2.5 0 0 0-5 0 2.5 2.5 0 0 0 5 0M17 8h-1v1h1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/robot-dead-outline.svg b/mkdocs-material/material/templates/.icons/material/robot-dead-outline.svg new file mode 100644 index 0000000..df6b4d9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/robot-dead-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.62 14.44 9.56 15.5l1.06 1.06-1.06 1.06-1.06-1.06-1.06 1.06-1.06-1.06 1.06-1.06-1.06-1.06 1.06-1.06 1.06 1.06 1.06-1.06zm5.94-1.06-1.06 1.06-1.06-1.06-1.06 1.06 1.06 1.06-1.06 1.06 1.06 1.06 1.06-1.06 1.06 1.06 1.06-1.06-1.06-1.06 1.06-1.06zM23 15v3c0 .55-.45 1-1 1h-1v1c0 1.11-.89 2-2 2H5a2 2 0 0 1-2-2v-1H2c-.55 0-1-.45-1-1v-3c0-.55.45-1 1-1h1c0-3.87 3.13-7 7-7h1V5.73c-.6-.34-1-.99-1-1.73 0-1.1.9-2 2-2s2 .9 2 2c0 .74-.4 1.39-1 1.73V7h1c3.87 0 7 3.13 7 7h1c.55 0 1 .45 1 1m-2 1h-2v-2c0-2.76-2.24-5-5-5h-4c-2.76 0-5 2.24-5 5v2H3v1h2v3h14v-3h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/robot-dead.svg b/mkdocs-material/material/templates/.icons/material/robot-dead.svg new file mode 100644 index 0000000..f87c0b0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/robot-dead.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 14h-1c0-3.87-3.13-7-7-7h-1V5.73A2 2 0 1 0 10 4c0 .74.4 1.39 1 1.73V7h-1c-3.87 0-7 3.13-7 7H2c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h1v1a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2v-1h1c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1M9.86 16.68l-1.18 1.18-1.18-1.18-1.18 1.18-1.18-1.18 1.18-1.18-1.18-1.18 1.18-1.18 1.18 1.18 1.18-1.18 1.18 1.18-1.18 1.18zm9 0-1.18 1.18-1.18-1.18-1.18 1.18-1.18-1.18 1.18-1.18-1.18-1.18 1.18-1.18 1.18 1.18 1.18-1.18 1.18 1.18-1.18 1.18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/robot-excited-outline.svg b/mkdocs-material/material/templates/.icons/material/robot-excited-outline.svg new file mode 100644 index 0000000..68ce8a6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/robot-excited-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 14h-1c0-3.87-3.13-7-7-7h-1V5.73A2 2 0 1 0 10 4c0 .74.4 1.39 1 1.73V7h-1c-3.87 0-7 3.13-7 7H2c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h1v1a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2v-1h1c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1m-1 3h-2v3H5v-3H3v-1h2v-2c0-2.76 2.24-5 5-5h4c2.76 0 5 2.24 5 5v2h2zM8.5 13.5l2.36 2.36-1.18 1.18-1.18-1.18-1.18 1.18-1.18-1.18zm7 0 2.36 2.36-1.18 1.18-1.18-1.18-1.18 1.18-1.18-1.18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/robot-excited.svg b/mkdocs-material/material/templates/.icons/material/robot-excited.svg new file mode 100644 index 0000000..8b7e444 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/robot-excited.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 14h-1c0-3.87-3.13-7-7-7h-1V5.73A2 2 0 1 0 10 4c0 .74.4 1.39 1 1.73V7h-1c-3.87 0-7 3.13-7 7H2c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h1v1a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2v-1h1c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1M8.68 17.04 7.5 15.86l-1.18 1.18-1.18-1.18L7.5 13.5l2.36 2.36zm9 0-1.18-1.18-1.18 1.18-1.18-1.18 2.36-2.36 2.36 2.36z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/robot-happy-outline.svg b/mkdocs-material/material/templates/.icons/material/robot-happy-outline.svg new file mode 100644 index 0000000..c3f98a8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/robot-happy-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.5 15.5c0 .37-.1.7-.28 1-.34-.59-.98-1-1.72-1s-1.38.41-1.72 1c-.17-.3-.28-.63-.28-1 0-1.1.9-2 2-2s2 .9 2 2M23 15v3c0 .55-.45 1-1 1h-1v1c0 1.11-.89 2-2 2H5a2 2 0 0 1-2-2v-1H2c-.55 0-1-.45-1-1v-3c0-.55.45-1 1-1h1c0-3.87 3.13-7 7-7h1V5.73c-.6-.34-1-.99-1-1.73 0-1.1.9-2 2-2s2 .9 2 2c0 .74-.4 1.39-1 1.73V7h1c3.87 0 7 3.13 7 7h1c.55 0 1 .45 1 1m-2 1h-2v-2c0-2.76-2.24-5-5-5h-4c-2.76 0-5 2.24-5 5v2H3v1h2v3h14v-3h2zm-5.5-2.5c-1.1 0-2 .9-2 2 0 .37.11.7.28 1 .34-.59.98-1 1.72-1s1.38.41 1.72 1c.18-.3.28-.63.28-1a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/robot-happy.svg b/mkdocs-material/material/templates/.icons/material/robot-happy.svg new file mode 100644 index 0000000..6475596 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/robot-happy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 14h-1c0-3.87-3.13-7-7-7h-1V5.73A2 2 0 1 0 10 4c0 .74.4 1.39 1 1.73V7h-1c-3.87 0-7 3.13-7 7H2c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h1v1a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2v-1h1c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1M9.79 16.5C9.4 15.62 8.53 15 7.5 15s-1.9.62-2.29 1.5c-.13-.31-.21-.64-.21-1a2.5 2.5 0 0 1 5 0c0 .36-.08.69-.21 1m9 0c-.39-.88-1.29-1.5-2.29-1.5s-1.9.62-2.29 1.5c-.13-.31-.21-.64-.21-1a2.5 2.5 0 0 1 5 0c0 .36-.08.69-.21 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/robot-industrial-outline.svg b/mkdocs-material/material/templates/.icons/material/robot-industrial-outline.svg new file mode 100644 index 0000000..ab5ae4b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/robot-industrial-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 19h4.6L2.62 8.64C2.23 8 2 7.29 2 6.5a3.999 3.999 0 0 1 7.87-1H14V3c0-1.1.9-2 2-2v2.59L17.59 2H22v2h-3.59L16 6.41v.18L18.41 9H22v2h-4.41L16 9.41V12a2 2 0 0 1-2-2V7.5H9.87c-.1.39-.26.76-.46 1.1l6 10.4H20a2 2 0 0 1 2 2v1H2v-1c0-1.1.9-2 2-2m3.91-9c-.56.32-1.21.5-1.91.5l4.91 8.5h2.19zM6 4.5a2 2 0 0 0-2 2c0 1.11.89 2 2 2s2-.89 2-2a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/robot-industrial.svg b/mkdocs-material/material/templates/.icons/material/robot-industrial.svg new file mode 100644 index 0000000..243320e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/robot-industrial.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.41 4 16 6.41v.18L18.41 9H22v2h-4.41L16 9.41V12h-1a2 2 0 0 1-2-2V7.5H9.86c-.09.37-.24.72-.44 1.05L15.18 19H20a2 2 0 0 1 2 2v1H2v-1a2 2 0 0 1 2-2h6.61l-4.69-8.5a4.006 4.006 0 0 1-3.81-3A4 4 0 0 1 5 2.63c2.13-.55 4.31.73 4.86 2.87H13V3a2 2 0 0 1 2-2h1v2.59L17.59 2H22v2zM6 4.5a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/robot-love-outline.svg b/mkdocs-material/material/templates/.icons/material/robot-love-outline.svg new file mode 100644 index 0000000..6b2b4c4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/robot-love-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 14h-1c0-3.87-3.13-7-7-7h-1V5.73A2 2 0 1 0 10 4c0 .74.4 1.39 1 1.73V7h-1c-3.87 0-7 3.13-7 7H2c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h1v1a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2v-1h1c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1m-1 3h-2v3H5v-3H3v-1h2v-2c0-2.76 2.24-5 5-5h4c2.76 0 5 2.24 5 5v2h2zm-10.3-3c.4.39.4 1.05 0 1.45l-.73.73-1.47 1.47-2.2-2.2c-.4-.4-.4-1.06 0-1.45.41-.42 1.06-.42 1.47 0l.73.72.73-.72c.41-.42 1.06-.42 1.47 0m7 0c.4.39.4 1.05 0 1.45l-.73.73-1.47 1.47-2.2-2.2c-.4-.4-.4-1.06 0-1.45.41-.42 1.06-.42 1.47 0l.73.72.73-.72c.41-.42 1.06-.42 1.47 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/robot-love.svg b/mkdocs-material/material/templates/.icons/material/robot-love.svg new file mode 100644 index 0000000..409ec72 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/robot-love.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 14h-1c0-3.87-3.13-7-7-7h-1V5.73A2 2 0 1 0 10 4c0 .74.4 1.39 1 1.73V7h-1c-3.87 0-7 3.13-7 7H2c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h1v1a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2v-1h1c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1M9.7 15.45l-.73.73-1.47 1.47-2.2-2.2c-.4-.4-.4-1.06 0-1.45.41-.42 1.06-.42 1.47 0l.73.72.73-.72c.41-.42 1.06-.42 1.47 0 .4.39.4 1.05 0 1.45m9 0-.73.73-1.47 1.47-2.2-2.2c-.4-.4-.4-1.06 0-1.45.41-.42 1.06-.42 1.47 0l.73.72.73-.72c.41-.42 1.06-.42 1.47 0 .4.39.4 1.05 0 1.45"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/robot-mower-outline.svg b/mkdocs-material/material/templates/.icons/material/robot-mower-outline.svg new file mode 100644 index 0000000..621942a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/robot-mower-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 14a5.002 5.002 0 0 0 9 3h5.17A3 3 0 0 0 18 19c1.31 0 2.42-.83 2.83-2H23v-2c0-5.5-4.5-10-10-10H1zm20 1H10.9A5.002 5.002 0 0 0 3 10V7h9.5c2.6 0 4.92 1.16 6.5 3h-4v2h5.25c.42.92.67 1.94.75 3M6 11c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/robot-mower.svg b/mkdocs-material/material/templates/.icons/material/robot-mower.svg new file mode 100644 index 0000000..331f3cb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/robot-mower.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 14V5h12c5.5 0 10 4.5 10 10v2h-2.17A2.99 2.99 0 0 1 18 19a2.99 2.99 0 0 1-2.83-2H10a5.002 5.002 0 0 1-9-3m5-3c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3m9-1v2h5.25c-.33-.73-.75-1.4-1.25-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/robot-off-outline.svg b/mkdocs-material/material/templates/.icons/material/robot-off-outline.svg new file mode 100644 index 0000000..231852d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/robot-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 15v3c0 .5-.36.88-.83.97L20.2 17h.8v-1h-1.8l-.2-.2V14c0-2.76-2.24-5-5-5h-1.8l-2-2h.8V5.73c-.6-.34-1-.99-1-1.73 0-1.1.9-2 2-2s2 .9 2 2c0 .74-.4 1.39-1 1.73V7h1c3.87 0 7 3.13 7 7h1c.55 0 1 .45 1 1M8.5 13.5c-1.1 0-2 .9-2 2s.9 2 2 2 2-.89 2-2-.89-2-2-2m13.61 7.96-1.27 1.27-.95-.95c-.27.14-.57.22-.89.22H5a2 2 0 0 1-2-2v-1H2c-.55 0-1-.45-1-1v-3c0-.55.45-1 1-1h1c0-2.47 1.29-4.64 3.22-5.89L1.11 3l1.28-1.27zm-4-1.46-2.51-2.5h-.1a2 2 0 0 1-2-2v-.1L7.7 9.59C6.1 10.42 5 12.08 5 14v2H3v1h2v3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/robot-off.svg b/mkdocs-material/material/templates/.icons/material/robot-off.svg new file mode 100644 index 0000000..3a64a5c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/robot-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 15v3c0 .5-.36.88-.83.97l-3.2-3.2c.03-.09.03-.18.03-.27a2.5 2.5 0 0 0-2.5-2.5c-.09 0-.18 0-.27.03L10.2 7h.8V5.73c-.6-.34-1-.99-1-1.73 0-1.1.9-2 2-2s2 .9 2 2c0 .74-.4 1.39-1 1.73V7h1c3.87 0 7 3.13 7 7h1c.55 0 1 .45 1 1m-.89 6.46-1.27 1.27-.95-.95c-.27.14-.57.22-.89.22H5a2 2 0 0 1-2-2v-1H2c-.55 0-1-.45-1-1v-3c0-.55.45-1 1-1h1c0-2.47 1.29-4.64 3.22-5.89L1.11 3l1.28-1.27zM10 15.5a2.5 2.5 0 0 0-5 0 2.5 2.5 0 0 0 5 0m6.07 2.46-2.03-2.03c.19 1.04 1 1.84 2.03 2.03"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/robot-outline.svg b/mkdocs-material/material/templates/.icons/material/robot-outline.svg new file mode 100644 index 0000000..5c32a42 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/robot-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.5 15.5c0 1.11-.89 2-2 2s-2-.89-2-2 .9-2 2-2 2 .9 2 2m-9-2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.89 2-2-.89-2-2-2M23 15v3c0 .55-.45 1-1 1h-1v1c0 1.11-.89 2-2 2H5a2 2 0 0 1-2-2v-1H2c-.55 0-1-.45-1-1v-3c0-.55.45-1 1-1h1c0-3.87 3.13-7 7-7h1V5.73c-.6-.34-1-.99-1-1.73 0-1.1.9-2 2-2s2 .9 2 2c0 .74-.4 1.39-1 1.73V7h1c3.87 0 7 3.13 7 7h1c.55 0 1 .45 1 1m-2 1h-2v-2c0-2.76-2.24-5-5-5h-4c-2.76 0-5 2.24-5 5v2H3v1h2v3h14v-3h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/robot-vacuum-alert.svg b/mkdocs-material/material/templates/.icons/material/robot-vacuum-alert.svg new file mode 100644 index 0000000..2b86f7f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/robot-vacuum-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 2c2.6 0 5.2 1.1 7.1 2.9l-1.4 1.4C14.1 4.8 12.1 4 10 4s-4.2.8-5.7 2.3L2.9 4.9C4.8 3.1 7.4 2 10 2M1.7 6.5l1.5 1.4C2.4 9.2 2 10.6 2 12c0 4.4 3.6 8 8 8s8-3.6 8-8c0-1.4-.4-2.8-1.1-4.1l1.5-1.4C19.4 8.1 20 10 20 12c0 5.5-4.5 10-10 10S0 17.5 0 12c0-2 .6-3.9 1.7-5.5M10 6c3.3 0 6 2.7 6 6 0 1.6-.6 3.1-1.8 4.2l-1.4-1.4c-.7.8-1.7 1.2-2.8 1.2s-2.1-.4-2.8-1.2l-1.4 1.4C4.6 15.1 4 13.6 4 12c0-3.3 2.7-6 6-6m0 2c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1-.4-1-1-1m12 4V7h2v6h-2m0 4v-2h2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/robot-vacuum-off.svg b/mkdocs-material/material/templates/.icons/material/robot-vacuum-off.svg new file mode 100644 index 0000000..b30a9a1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/robot-vacuum-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.8 22.7 18 19.9c-1.7 1.3-3.8 2.1-6 2.1-5.5 0-10-4.5-10-10 0-2 .6-3.9 1.7-5.5l1.5 1.4C4.4 9.2 4 10.6 4 12c0 4.4 3.6 8 8 8 1.7 0 3.3-.6 4.6-1.5l-2.9-2.9c-.5.3-1.1.4-1.7.4-1.1 0-2.1-.4-2.8-1.2l-1.4 1.4C6.6 15.1 6 13.6 6 12c0-1.2.3-2.3.9-3.2L1.1 3l1.3-1.3 19.7 19.7zM20 12c0 1.4-.4 2.7-1 3.8l1.5 1.5c1-1.5 1.5-3.3 1.5-5.3s-.6-3.9-1.7-5.5l-1.5 1.4c.8 1.3 1.2 2.7 1.2 4.1m-8-8c2.1 0 4.2.8 5.7 2.3l1.4-1.4C17.2 3.1 14.7 2 12 2c-1.9 0-3.7.5-5.3 1.5L8.2 5c1.1-.7 2.5-1 3.8-1m5.5 10.3c.3-.7.5-1.5.5-2.3 0-3.3-2.7-6-6-6-.8 0-1.6.2-2.3.5l1.7 1.7c.2-.1.4-.2.6-.2.6 0 1 .4 1 1 0 .2-.1.4-.2.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/robot-vacuum-variant-alert.svg b/mkdocs-material/material/templates/.icons/material/robot-vacuum-variant-alert.svg new file mode 100644 index 0000000..0cce69b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/robot-vacuum-variant-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3c-1.1 0-2 .9-2 2v2h2V5h14v2h2V5c0-1.1-.9-2-2-2zm3 4v2h8V7zM1 9v3c0 5 4 9 9 9s9-4 9-9V9h-2v3c0 3.9-3.1 7-7 7s-7-3.1-7-7V9zm9 3c-1.4 0-2.5 1.1-2.5 2.5S8.6 17 10 17s2.5-1.1 2.5-2.5S11.4 12 10 12m11 0V7h2v6h-2m0 4v-2h2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/robot-vacuum-variant-off.svg b/mkdocs-material/material/templates/.icons/material/robot-vacuum-variant-off.svg new file mode 100644 index 0000000..dba1d19 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/robot-vacuum-variant-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.8 22.7-3.5-3.5C15.8 20.3 14 21 12 21c-5 0-9-4-9-9V9h2v3c0 3.9 3.1 7 7 7 1.4 0 2.8-.5 3.9-1.2L14 15.9c-.5.6-1.2 1.1-2 1.1-1.4 0-2.5-1.1-2.5-2.5 0-.8.4-1.6 1.1-2L5 6.9V7H3V4.9L1.1 3l1.3-1.3 19.7 19.7zM19 5v2h2V5c0-1.1-.9-2-2-2H6.2l2 2zm0 7c0 1.1-.3 2.1-.7 3.1l1.5 1.5c.8-1.3 1.2-2.9 1.2-4.6V9h-2zm-3-3V7h-5.8l2 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/robot-vacuum-variant.svg b/mkdocs-material/material/templates/.icons/material/robot-vacuum-variant.svg new file mode 100644 index 0000000..0150018 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/robot-vacuum-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3a2 2 0 0 0-2 2v2h2V5h14v2h2V5a2 2 0 0 0-2-2zm3 4v2h8V7zM3 9v3a9 9 0 0 0 9 9 9 9 0 0 0 9-9V9h-2v3a7 7 0 0 1-7 7 7 7 0 0 1-7-7V9zm9 3a2.5 2.5 0 0 0-2.5 2.5A2.5 2.5 0 0 0 12 17a2.5 2.5 0 0 0 2.5-2.5A2.5 2.5 0 0 0 12 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/robot-vacuum.svg b/mkdocs-material/material/templates/.icons/material/robot-vacuum.svg new file mode 100644 index 0000000..c485804 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/robot-vacuum.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c2.65 0 5.19 1.06 7.07 2.93l-1.42 1.42A8 8 0 0 0 12 4c-2.12 0-4.16.84-5.65 2.35L4.93 4.93C6.81 3.06 9.35 2 12 2M3.66 6.5l1.45 1.44A8.04 8.04 0 0 0 4 12a8 8 0 0 0 8 8 8 8 0 0 0 8-8c0-1.43-.39-2.83-1.12-4.06l1.46-1.44A9.93 9.93 0 0 1 22 12a10 10 0 0 1-10 10A10 10 0 0 1 2 12c0-1.96.58-3.88 1.66-5.5M12 6a6 6 0 0 1 6 6c0 1.59-.63 3.12-1.76 4.24l-1.41-1.41a4.004 4.004 0 0 1-5.66 0l-1.41 1.41A5.97 5.97 0 0 1 6 12a6 6 0 0 1 6-6m0 2a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/robot.svg b/mkdocs-material/material/templates/.icons/material/robot.svg new file mode 100644 index 0000000..94c4035 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/robot.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a2 2 0 0 1 2 2c0 .74-.4 1.39-1 1.73V7h1a7 7 0 0 1 7 7h1a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-1v1a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-1H2a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1h1a7 7 0 0 1 7-7h1V5.73c-.6-.34-1-.99-1-1.73a2 2 0 0 1 2-2M7.5 13A2.5 2.5 0 0 0 5 15.5 2.5 2.5 0 0 0 7.5 18a2.5 2.5 0 0 0 2.5-2.5A2.5 2.5 0 0 0 7.5 13m9 0a2.5 2.5 0 0 0-2.5 2.5 2.5 2.5 0 0 0 2.5 2.5 2.5 2.5 0 0 0 2.5-2.5 2.5 2.5 0 0 0-2.5-2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rocket-launch-outline.svg b/mkdocs-material/material/templates/.icons/material/rocket-launch-outline.svg new file mode 100644 index 0000000..bf711eb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rocket-launch-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m13.13 22.19-1.63-3.83c1.57-.58 3.04-1.36 4.4-2.27zM5.64 12.5l-3.83-1.63 6.1-2.77C7 9.46 6.22 10.93 5.64 12.5M19.22 4c.28 0 .53 0 .74.05.17 1.39-.02 4.25-3.3 7.53-1.7 1.71-3.73 3.02-6.01 3.89l-2.15-2.1c.92-2.31 2.23-4.34 3.92-6.03C15.18 4.58 17.64 4 19.22 4m0-2c-1.98 0-4.98.69-8.22 3.93-2.19 2.19-3.5 4.6-4.35 6.71-.28.75-.09 1.57.46 2.13l2.13 2.12c.38.38.89.61 1.42.61.23 0 .47-.06.7-.15A19.1 19.1 0 0 0 18.07 13c5.66-5.66 3.54-10.61 3.54-10.61S20.7 2 19.22 2m-4.68 7.46c-.78-.78-.78-2.05 0-2.83s2.05-.78 2.83 0c.77.78.78 2.05 0 2.83s-2.05.78-2.83 0m-5.66 7.07-1.41-1.41zM6.24 22l3.64-3.64c-.34-.09-.67-.24-.97-.45L4.83 22zM2 22h1.41l4.77-4.76-1.42-1.41L2 20.59zm0-2.83 4.09-4.08c-.21-.3-.36-.62-.45-.97L2 17.76z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rocket-launch.svg b/mkdocs-material/material/templates/.icons/material/rocket-launch.svg new file mode 100644 index 0000000..375cb89 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rocket-launch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m13.13 22.19-1.63-3.83c1.57-.58 3.04-1.36 4.4-2.27zM5.64 12.5l-3.83-1.63 6.1-2.77C7 9.46 6.22 10.93 5.64 12.5M21.61 2.39S16.66.269 11 5.93c-2.19 2.19-3.5 4.6-4.35 6.71-.28.75-.09 1.57.46 2.13l2.13 2.12c.55.56 1.37.74 2.12.46A19.1 19.1 0 0 0 18.07 13c5.66-5.66 3.54-10.61 3.54-10.61m-7.07 7.07c-.78-.78-.78-2.05 0-2.83s2.05-.78 2.83 0c.77.78.78 2.05 0 2.83s-2.05.78-2.83 0m-5.66 7.07-1.41-1.41zM6.24 22l3.64-3.64c-.34-.09-.67-.24-.97-.45L4.83 22zM2 22h1.41l4.77-4.76-1.42-1.41L2 20.59zm0-2.83 4.09-4.08c-.21-.3-.36-.62-.45-.97L2 17.76z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rocket-outline.svg b/mkdocs-material/material/templates/.icons/material/rocket-outline.svg new file mode 100644 index 0000000..2bc95c2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rocket-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2S7 4 7 12c0 3.1.76 5.75 1.67 7.83A2 2 0 0 0 10.5 21h3a2 2 0 0 0 1.83-1.17C16.25 17.75 17 15.1 17 12c0-8-5-10-5-10m1.5 17h-3c-1-2.24-1.5-4.59-1.5-7 0-4.64 1.9-6.8 3-7.67 1.1.87 3 3.03 3 7.67 0 2.41-.5 4.76-1.5 7m6.5 3-3.86-1.55c.7-1.53 1.2-3.11 1.51-4.72m-9.79 4.72L4 22l2.35-6.27c.31 1.61.81 3.19 1.51 4.72M12 12c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rocket.svg b/mkdocs-material/material/templates/.icons/material/rocket.svg new file mode 100644 index 0000000..2a7d6c0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rocket.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20 22-3.86-1.55c.7-1.53 1.2-3.11 1.51-4.72zM7.86 20.45 4 22l2.35-6.27c.31 1.61.81 3.19 1.51 4.72M12 2s5 2 5 10c0 3.1-.75 5.75-1.67 7.83A2 2 0 0 1 13.5 21h-3a2 2 0 0 1-1.83-1.17C7.76 17.75 7 15.1 7 12c0-8 5-10 5-10m0 10c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rodent.svg b/mkdocs-material/material/templates/.icons/material/rodent.svg new file mode 100644 index 0000000..f80d41d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rodent.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.33 17.39c1.4 1.27.47 3.61-1.41 3.61h-8.86A5.04 5.04 0 0 1 6 15.94v-.05c-2.3-.47-4-2.48-4-4.89 0-2.75 2.22-5 5-5h2.5c.3 0 .5-.23.5-.5S9.8 5 9.5 5H7V3h2.5C10.88 3 12 4.13 12 5.5 12 6.89 10.88 8 9.5 8H7c-1.66 0-3 1.33-3 3 0 1.37.92 2.5 2.14 2.87.56-2.2 2.53-3.87 4.92-3.87.8 0 1.6.22 2.3.55-1.41.79-2.36 2.25-2.36 3.95 0 1.25.5 2.37 1.33 3.17l.7-.7c-.65-.61-1.03-1.5-1.03-2.47 0-2.59 2.34-3.5 3.5-3.5 2.08 0 3.95 1.89 3.44 4.23zM18 19c.56 0 1-.44 1-1s-.44-1-1-1-1 .44-1 1 .44 1 1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/roller-shade-closed.svg b/mkdocs-material/material/templates/.icons/material/roller-shade-closed.svg new file mode 100644 index 0000000..8702732 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/roller-shade-closed.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 19V3H4v16H2v2h8.25c0 .97.78 1.75 1.75 1.75s1.75-.78 1.75-1.75H22v-2zM6 19v-2h5v2zm7 0v-2h5v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/roller-shade.svg b/mkdocs-material/material/templates/.icons/material/roller-shade.svg new file mode 100644 index 0000000..307e9fb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/roller-shade.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 19V3H4v16H2v2h20v-2zM6 19v-6h5v1.8c-.4.3-.8.8-.8 1.4 0 1 .8 1.8 1.8 1.8s1.8-.8 1.8-1.8c0-.6-.3-1.1-.8-1.4V13h5v6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/roller-skate-off.svg b/mkdocs-material/material/templates/.icons/material/roller-skate-off.svg new file mode 100644 index 0000000..402be7b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/roller-skate-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.84 22.73-1.89-1.89c-.17 1.22-1.2 2.16-2.45 2.16-1.4 0-2.5-1.12-2.5-2.5 0-1.26.93-2.3 2.14-2.47L15.11 17H3V4.9L1.11 3l1.28-1.27 19.72 19.73zM9 5h2.5V2H5.2l3.3 3.32c.09-.19.27-.32.5-.32m3.56 4.36C12.18 9 11.9 8.5 11.82 8h-.62zm6.94 3.59c-.95-2.05-3.68-2.39-5.59-2.9-.46-.02-.91-.28-1.31-.65l7.4 7.39c0-1.34.06-3.03-.5-3.84M9.2 6l1 1h1.3V6zM6.5 18C5.1 18 4 19.12 4 20.5S5.1 23 6.5 23 9 21.88 9 20.5 7.86 18 6.5 18"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/roller-skate.svg b/mkdocs-material/material/templates/.icons/material/roller-skate.svg new file mode 100644 index 0000000..d07b561 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/roller-skate.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.5 18C5.1 18 4 19.12 4 20.5S5.1 23 6.5 23 9 21.88 9 20.5 7.86 18 6.5 18m10 0c-1.4 0-2.5 1.12-2.5 2.5s1.1 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.14-2.5-2.5-2.5m3.5-1c0-1.37.09-3.19-.5-4.05-.95-2.05-3.68-2.39-5.59-2.9C13 10 12 9 11.82 8H9a.49.49 0 0 1-.5-.5c0-.28.21-.5.5-.5h2.5V6H9a.49.49 0 0 1-.5-.5c0-.28.21-.5.5-.5h2.5V2H3v15z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rollerblade-off.svg b/mkdocs-material/material/templates/.icons/material/rollerblade-off.svg new file mode 100644 index 0000000..634438c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rollerblade-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.84 22.73-.52-.52c-.46.48-1.1.79-1.82.79a2.5 2.5 0 0 1-2.5-2.5c0-.72.31-1.36.79-1.82L15.11 17H3V4.9L1.11 3l1.28-1.27 19.72 19.73zm-1.34-9.78c-.95-2.05-3.68-2.39-5.59-2.9-.46-.02-.91-.28-1.31-.65l7.4 7.39c0-1.34.06-3.03-.5-3.84M9.2 6l1 1h1.3V6zm3.36 3.36C12.18 9 11.9 8.5 11.82 8h-.62zM11.5 18a2.5 2.5 0 0 0 0 5 2.5 2.5 0 0 0 0-5M9 5h2.5V2H5.2l3.3 3.32c.09-.19.27-.32.5-.32M4.5 18a2.5 2.5 0 0 0 0 5 2.5 2.5 0 0 0 0-5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rollerblade.svg b/mkdocs-material/material/templates/.icons/material/rollerblade.svg new file mode 100644 index 0000000..37815cf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rollerblade.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.5 18a2.5 2.5 0 0 0 0 5 2.5 2.5 0 0 0 0-5m14 0a2.5 2.5 0 0 0 0 5 2.5 2.5 0 0 0 0-5m1.5-1c0-1.37.09-3.19-.5-4.05-.95-2.05-3.68-2.39-5.59-2.9C13 10 12 9 11.82 8H9a.49.49 0 0 1-.5-.5c0-.28.21-.5.5-.5h2.5V6H9a.49.49 0 0 1-.5-.5c0-.28.21-.5.5-.5h2.5V2H3v15zm-8.5 1a2.5 2.5 0 0 0 0 5 2.5 2.5 0 0 0 0-5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rollupjs.svg b/mkdocs-material/material/templates/.icons/material/rollupjs.svg new file mode 100644 index 0000000..5b83d63 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rollupjs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.46 8.64c0 2.47-1.35 4.62-3.34 5.76-.12.1-.19.26-.12.41l3.41 6.74c.09.21-.05.45-.28.45H6.1l.07-.04c.49-.28 3.89-6.99 7.21-10.17s3.74-2.12 1.91-5.58c0 0 1.41 2.75.21 2.96-.94.17-3.1-1.92-2.3-3.8.8-1.84 3.95-1.49 5.4.01.55.96.86 2.07.86 3.26m-12.3 4.49c-1.32 2.43-2.16 4.2-2.62 5.44V2.31c0-.17.14-.31.31-.31h8.07a6.62 6.62 0 0 1 5.54 3.15C17.62 4.1 16.3 3.5 15 3.5c-2.47 0-3.09.9-7.84 9.63"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rolodex-outline.svg b/mkdocs-material/material/templates/.icons/material/rolodex-outline.svg new file mode 100644 index 0000000..29d4a93 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rolodex-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 18H5v-2h2zm0-4H5v-2h2zm4 4H9v-2h2zm0-4H9v-2h2zm4 4h-2v-2h2zm0-4h-2v-2h2zm4 4h-2v-2h2zm0-4h-2v-2h2zm-3-6c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1s1 .45 1 1v3c0 .55-.45 1-1 1M8 8c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1s1 .45 1 1v3c0 .55-.45 1-1 1m11.89-3H18.5v2a2.5 2.5 0 0 1-5 0V5.25c0-.14-.11-.25-.25-.25h-2.5c-.14 0-.25.11-.25.25V7a2.5 2.5 0 0 1-5 0V5H4.11C3 4.97 2.03 5.87 2 7v12c.03 1.13 1 2.03 2.11 2h15.78c1.11.03 2.08-.87 2.11-2V7c-.03-1.13-1-2.03-2.11-2M20 19H4v-8h16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rolodex.svg b/mkdocs-material/material/templates/.icons/material/rolodex.svg new file mode 100644 index 0000000..82cf90e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rolodex.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.89 5H18.5v2a2.5 2.5 0 0 1-5 0V5.25c0-.14-.11-.25-.25-.25h-2.5c-.14 0-.25.11-.25.25V7a2.5 2.5 0 0 1-5 0V5H4.11C3 4.97 2.03 5.87 2 7v12c.03 1.13 1 2.03 2.11 2h15.78c1.11.03 2.08-.87 2.11-2V7c-.03-1.13-1-2.03-2.11-2M7 18H5v-2h2zm0-4H5v-2h2zm4 4H9v-2h2zm0-4H9v-2h2zm4 4h-2v-2h2zm0-4h-2v-2h2zm4 4h-2v-2h2zm0-4h-2v-2h2zm-3-6c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1s1 .45 1 1v3c0 .55-.45 1-1 1M8 8c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1s1 .45 1 1v3c0 .55-.45 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/roman-numeral-1.svg b/mkdocs-material/material/templates/.icons/material/roman-numeral-1.svg new file mode 100644 index 0000000..85c122a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/roman-numeral-1.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 7v2h-1v6h1v2h-4v-2h1V9h-1V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/roman-numeral-10.svg b/mkdocs-material/material/templates/.icons/material/roman-numeral-10.svg new file mode 100644 index 0000000..549b208 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/roman-numeral-10.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m9 7 2 5-2 5h2l1-2.5 1 2.5h2l-2-5 2-5h-2l-1 2.5L11 7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/roman-numeral-2.svg b/mkdocs-material/material/templates/.icons/material/roman-numeral-2.svg new file mode 100644 index 0000000..be5f1f7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/roman-numeral-2.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 7v2h-1v6h1v2H7v-2h1V9H7V7zm6 0v2h-1v6h1v2h-4v-2h1V9h-1V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/roman-numeral-3.svg b/mkdocs-material/material/templates/.icons/material/roman-numeral-3.svg new file mode 100644 index 0000000..33b21da --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/roman-numeral-3.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7v2H8v6h1v2H5v-2h1V9H5V7zm5 0v2h-1v6h1v2h-4v-2h1V9h-1V7zm5 0v2h-1v6h1v2h-4v-2h1V9h-1V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/roman-numeral-4.svg b/mkdocs-material/material/templates/.icons/material/roman-numeral-4.svg new file mode 100644 index 0000000..e1527d6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/roman-numeral-4.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 7 2 10h2l2-10h-2l-1 5-1-5zm-1 0v2h-1v6h1v2H7v-2h1V9H7V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/roman-numeral-5.svg b/mkdocs-material/material/templates/.icons/material/roman-numeral-5.svg new file mode 100644 index 0000000..41f1e55 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/roman-numeral-5.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m9 7 2 10h2l2-10h-2l-1 5-1-5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/roman-numeral-6.svg b/mkdocs-material/material/templates/.icons/material/roman-numeral-6.svg new file mode 100644 index 0000000..9c53f59 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/roman-numeral-6.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m6 7 2 10h2l2-10h-2l-1 5-1-5zm11 0v2h-1v6h1v2h-4v-2h1V9h-1V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/roman-numeral-7.svg b/mkdocs-material/material/templates/.icons/material/roman-numeral-7.svg new file mode 100644 index 0000000..b9e56bb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/roman-numeral-7.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m4 7 2 10h2l2-10H8l-1 5-1-5zm11 0v2h-1v6h1v2h-4v-2h1V9h-1V7zm5 0v2h-1v6h1v2h-4v-2h1V9h-1V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/roman-numeral-8.svg b/mkdocs-material/material/templates/.icons/material/roman-numeral-8.svg new file mode 100644 index 0000000..e5bae2b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/roman-numeral-8.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m1 7 2 10h2L7 7H5l-1 5-1-5zm11 0v2h-1v6h1v2H8v-2h1V9H8V7zm5 0v2h-1v6h1v2h-4v-2h1V9h-1V7zm5 0v2h-1v6h1v2h-4v-2h1V9h-1V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/roman-numeral-9.svg b/mkdocs-material/material/templates/.icons/material/roman-numeral-9.svg new file mode 100644 index 0000000..1133e65 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/roman-numeral-9.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 7v2h-1v6h1v2H7v-2h1V9H7V7zm1 0 2 5-2 5h2l1-2.5 1 2.5h2l-2-5 2-5h-2l-1 2.5L14 7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/room-service-outline.svg b/mkdocs-material/material/templates/.icons/material/room-service-outline.svg new file mode 100644 index 0000000..ed99f23 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/room-service-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 5a2 2 0 0 1 2 2q0 .36-.12.69C17.95 8.5 21 11.91 21 16H3c0-4.09 3.05-7.5 7.12-8.31Q10 7.36 10 7a2 2 0 0 1 2-2m10 14H2v-2h20zM12 9.5c-3.11 0-5.75 1.89-6.66 4.5h13.32c-.91-2.61-3.55-4.5-6.66-4.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/room-service.svg b/mkdocs-material/material/templates/.icons/material/room-service.svg new file mode 100644 index 0000000..aeef61a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/room-service.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 5a2 2 0 0 1 2 2q0 .36-.12.69C17.95 8.5 21 11.91 21 16H3c0-4.09 3.05-7.5 7.12-8.31Q10 7.36 10 7a2 2 0 0 1 2-2m10 14H2v-2h20z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rotate-360.svg b/mkdocs-material/material/templates/.icons/material/rotate-360.svg new file mode 100644 index 0000000..1373b56 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rotate-360.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 7C6.5 7 2 9.2 2 12c0 2.2 2.9 4.1 7 4.8V20l4-4-4-4v2.7c-3.2-.6-5-1.9-5-2.7 0-1.1 3-3 8-3s8 1.9 8 3c0 .7-1.5 1.9-4 2.5v2.1c3.5-.8 6-2.5 6-4.6 0-2.8-4.5-5-10-5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rotate-3d-variant.svg b/mkdocs-material/material/templates/.icons/material/rotate-3d-variant.svg new file mode 100644 index 0000000..a94b680 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rotate-3d-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 5c4.97 0 9 2.69 9 6 0 1.68-1.04 3.2-2.71 4.29 1.07-.87 1.71-1.97 1.71-3.16C20 9.29 16.42 7 12 7v3L8 6l4-4zm0 14c-4.97 0-9-2.69-9-6 0-1.68 1.04-3.2 2.71-4.29C4.64 9.58 4 10.68 4 11.88 4 14.71 7.58 17 12 17v-3l4 4-4 4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rotate-3d.svg b/mkdocs-material/material/templates/.icons/material/rotate-3d.svg new file mode 100644 index 0000000..500f587 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rotate-3d.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.47 21.5C4.2 19.94 1.86 16.76 1.5 13H0c.5 6.16 5.66 11 11.95 11l.66-.03-3.81-3.81zm.89-6.54c-.19 0-.36-.03-.52-.08a1.1 1.1 0 0 1-.4-.24c-.11-.1-.2-.22-.26-.37-.06-.14-.09-.3-.09-.47h-1.3c0 .36.07.7.21.95s.33.5.56.69c.24.18.51.32.82.41q.45.15.96.15c.37 0 .72-.05 1.03-.15.32-.1.6-.25.83-.44s.42-.41.55-.72c.13-.29.2-.61.2-.97 0-.19-.02-.38-.07-.56-.05-.16-.12-.35-.23-.51-.1-.15-.24-.3-.4-.43-.17-.13-.37-.22-.61-.31a2.067 2.067 0 0 0 .89-.75c.1-.16.17-.3.22-.46s.07-.32.07-.48q0-.54-.18-.96c-.14-.26-.29-.51-.51-.69-.2-.19-.47-.33-.77-.43C9.05 8.05 8.71 8 8.34 8c-.34 0-.69.05-1 .16-.3.11-.57.26-.79.45-.21.19-.38.39-.51.67-.12.26-.18.54-.18.85h1.3q0-.255.09-.45a.94.94 0 0 1 .25-.34c.11-.09.23-.17.38-.22s.3-.08.48-.08c.4 0 .7.1.89.31.19.2.29.49.29.86 0 .18-.04.34-.08.49a.87.87 0 0 1-.25.37c-.11.1-.25.18-.41.24s-.36.09-.58.09h-.77v1.03h.77c.22 0 .42.02.6.07s.33.13.45.23c.12.11.23.24.29.4.07.16.1.37.1.57 0 .41-.12.72-.35.93-.23.23-.55.33-.95.33m8.55-5.92c-.32-.33-.7-.59-1.14-.77-.43-.18-.92-.27-1.46-.27h-2.36v8h2.3c.55 0 1.06-.09 1.51-.27s.84-.43 1.16-.76.58-.73.74-1.19c.17-.47.26-.99.26-1.57v-.4c0-.58-.09-1.1-.26-1.57-.16-.47-.43-.87-.75-1.2m-.41 3.16c0 .42-.03.8-.12 1.13-.1.33-.24.62-.43.85s-.45.41-.71.53q-.435.18-.99.18h-.91V9.12h.97c.72 0 1.27.23 1.64.69.38.46.55 1.12.55 1.99M11.95 0l-.66.03 3.81 3.81 1.33-1.34c3.27 1.56 5.61 4.73 5.96 8.5h1.5c-.5-6.16-5.65-11-11.94-11"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rotate-left-variant.svg b/mkdocs-material/material/templates/.icons/material/rotate-left-variant.svg new file mode 100644 index 0000000..c24d537 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rotate-left-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2h3a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m16 13a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-9v-7zM14 4a8 8 0 0 1 8 8l-.06 1h-2.02l.08-1a6 6 0 0 0-6-6v3l-4-4 4-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rotate-left.svg b/mkdocs-material/material/templates/.icons/material/rotate-left.svg new file mode 100644 index 0000000..ba8318c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rotate-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 4.07V1L8.45 5.55 13 10V6.09c2.84.48 5 2.94 5 5.91s-2.16 5.43-5 5.91v2.02c3.95-.49 7-3.85 7-7.93s-3.05-7.44-7-7.93M7.1 18.32c1.16.9 2.51 1.44 3.9 1.61V17.9c-.87-.15-1.71-.49-2.46-1.03zM6.09 13H4.07c.17 1.39.72 2.73 1.62 3.89l1.41-1.42c-.52-.75-.87-1.59-1.01-2.47m1.02-4.47L5.7 7.11C4.8 8.27 4.24 9.61 4.07 11h2.02c.14-.87.49-1.72 1.02-2.47"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rotate-orbit.svg b/mkdocs-material/material/templates/.icons/material/rotate-orbit.svg new file mode 100644 index 0000000..c00cc7e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rotate-orbit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 14.25 4.75 11H7c.25-5.61 2.39-10 5-10 2 0 3.77 2.64 4.55 6.45C20.36 8.23 23 10 23 12c0 1.83-2.17 3.43-5.4 4.3l.29-2.03C19.8 13.72 21 12.91 21 12c0-1.06-1.65-2-4.13-2.5.08.79.13 1.63.13 2.5 0 6.08-2.24 11-5 11-1.83 0-3.43-2.17-4.3-5.4l2.03.29C10.28 19.8 11.09 21 12 21c1.66 0 3-4.03 3-9q0-1.5-.15-2.85Q13.5 9 12 9l-1.86.06.29-2.01L12 7c.87 0 1.71.05 2.5.13C14 4.65 13.06 3 12 3c-1.54 0-2.82 3.5-3 8h2.25zM14.25 16 11 19.25V17c-5.61-.25-10-2.39-10-5 0-1.83 2.17-3.43 5.4-4.3l-.29 2.03C4.2 10.28 3 11.09 3 12c0 1.54 3.5 2.82 8 3v-2.25z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rotate-right-variant.svg b/mkdocs-material/material/templates/.icons/material/rotate-right-variant.svg new file mode 100644 index 0000000..47f2951 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rotate-right-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 4V1l4 4-4 4V6a6 6 0 0 0-6 6l.08 1H2.06L2 12a8 8 0 0 1 8-8m7-2h3a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-3a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2M4 15h9v7H4a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rotate-right.svg b/mkdocs-material/material/templates/.icons/material/rotate-right.svg new file mode 100644 index 0000000..3e02af7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rotate-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.89 15.5 1.42 1.39c.9-1.16 1.45-2.5 1.62-3.89h-2.02c-.14.87-.48 1.72-1.02 2.5M13 17.9v2.02c1.39-.17 2.74-.71 3.9-1.61l-1.44-1.44c-.75.54-1.59.89-2.46 1.03m6.93-6.9a7.9 7.9 0 0 0-1.62-3.89l-1.42 1.42c.54.75.88 1.6 1.02 2.47m-2.36-5.45L11 1v3.07C7.06 4.56 4 7.92 4 12s3.05 7.44 7 7.93v-2.02c-2.84-.48-5-2.94-5-5.91s2.16-5.43 5-5.91V10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rounded-corner.svg b/mkdocs-material/material/templates/.icons/material/rounded-corner.svg new file mode 100644 index 0000000..4c444b8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rounded-corner.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 19h2v2h-2zm0-2h2v-2h-2zM3 13h2v-2H3zm0 4h2v-2H3zm0-8h2V7H3zm0-4h2V3H3zm4 0h2V3H7zm8 16h2v-2h-2zm-4 0h2v-2h-2zm4 0h2v-2h-2zm-8 0h2v-2H7zm-4 0h2v-2H3zM21 8a5 5 0 0 0-5-5h-5v2h5a3 3 0 0 1 3 3v5h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/router-network-wireless.svg b/mkdocs-material/material/templates/.icons/material/router-network-wireless.svg new file mode 100644 index 0000000..aee5279 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/router-network-wireless.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21 3.1-.8.8C19 2.8 17.5 2.2 16 2.2s-3 .6-4.2 1.7l-.8-.8C12.4 1.7 14.2 1 16 1s3.6.7 5 2.1m-5 .2c1.2 0 2.4.5 3.3 1.4l-.8.8c-.7-.7-1.6-1-2.5-1s-1.8.3-2.5 1l-.8-.8c.9-.9 2.1-1.4 3.3-1.4m1 6.7h2c.53 0 1.04.21 1.41.59.38.37.59.88.59 1.41v2c0 .53-.21 1.04-.59 1.41-.37.38-.88.59-1.41.59h-6v2h1c.55 0 1 .45 1 1h7v2h-7c0 .55-.45 1-1 1h-4c-.55 0-1-.45-1-1H2v-2h7c0-.55.45-1 1-1h1v-2H5c-.53 0-1.04-.21-1.41-.59C3.21 15.04 3 14.53 3 14v-2c0-.53.21-1.04.59-1.41.37-.38.88-.59 1.41-.59h10V6h2zM5 14h2v-2H5zm3.5 0h2v-2h-2zm3.5 0h2v-2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/router-network.svg b/mkdocs-material/material/templates/.icons/material/router-network.svg new file mode 100644 index 0000000..4c3bcff --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/router-network.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 9c-1.1 0-2 .9-2 2v4a2 2 0 0 0 2 2h6v2h-1c-.55 0-1 .45-1 1H2v2h7c0 .55.45 1 1 1h4c.55 0 1-.45 1-1h7v-2h-7c0-.55-.45-1-1-1h-1v-2h6c1.11 0 2-.89 2-2v-4a2 2 0 0 0-2-2zm1 3h2v2H6zm3.5 0h2v2h-2zm3.5 0h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/router-wireless-off.svg b/mkdocs-material/material/templates/.icons/material/router-wireless-off.svg new file mode 100644 index 0000000..6cc8b98 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/router-wireless-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11.8 5.9-.8-.8C12.4 3.7 14.2 3 16 3s3.6.7 5 2.1l-.8.8C19 4.8 17.5 4.2 16 4.2s-3 .6-4.2 1.7M21 15c0-1.1-.9-2-2-2h-2V9h-2v2.8l6 6zm-2.5-7.5.8-.8c-.9-.9-2.1-1.4-3.3-1.4s-2.4.5-3.3 1.4l.8.8c.7-.7 1.6-1 2.5-1s1.8.3 2.5 1m3.6 14-1.3 1.3-1.7-1.8H5c-1.1 0-2-.9-2-2v-4c0-1.1.9-2 2-2h6.1L1.1 3l1.3-1.3zM8 16H6v2h2zm3.5 0h-2v2h2zm3.5.9-.9-.9H13v2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/router-wireless-settings.svg b/mkdocs-material/material/templates/.icons/material/router-wireless-settings.svg new file mode 100644 index 0000000..5858555 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/router-wireless-settings.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.2 4.9C19 3.8 17.5 3.2 16 3.2s-3 .6-4.2 1.7l-.8-.8C12.4 2.7 14.2 2 16 2s3.6.7 5 2.1zm-.9.8-.8.8c-.7-.7-1.6-1-2.5-1s-1.8.3-2.5 1l-.8-.8c.9-.9 2.1-1.4 3.3-1.4s2.4.5 3.3 1.4M19 12a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h10V8h2v4zM8 17v-2H6v2zm3.5 0v-2h-2v2zm3.5 0v-2h-2v2zm-8 5h2v2H7zm4 0h2v2h-2zm4 0h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/router-wireless.svg b/mkdocs-material/material/templates/.icons/material/router-wireless.svg new file mode 100644 index 0000000..a81dabd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/router-wireless.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.2 5.9.8-.8C19.6 3.7 17.8 3 16 3s-3.6.7-5 2.1l.8.8C13 4.8 14.5 4.2 16 4.2s3 .6 4.2 1.7m-.9.8c-.9-.9-2.1-1.4-3.3-1.4s-2.4.5-3.3 1.4l.8.8c.7-.7 1.6-1 2.5-1s1.8.3 2.5 1zM19 13h-2V9h-2v4H5a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2M8 18H6v-2h2zm3.5 0h-2v-2h2zm3.5 0h-2v-2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/router.svg b/mkdocs-material/material/templates/.icons/material/router.svg new file mode 100644 index 0000000..c0f1837 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/router.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8m1-7v3h2l-3 3-3-3h2v-3m-6 0h3v2l3-3-3-3v2H5m6 0V8H9l3-3 3 3h-2v3m6 0h-3V9l-3 3 3 3v-2h3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/routes-clock.svg b/mkdocs-material/material/templates/.icons/material/routes-clock.svg new file mode 100644 index 0000000..51b26e7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/routes-clock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.5 13H15v3.69l3.19 1.84.75-1.3-2.44-1.41zM16 9c-1.96 0-3.73.82-5 2.12V7h6l2-2-2-2h-6V2l-1-1-1 1v4H3L1 8l2 2h6v10c-1.1 0-2 .9-2 2h5.41c1.05.63 2.28 1 3.59 1 3.87 0 7-3.13 7-7s-3.13-7-7-7m0 11.85c-2.68 0-4.85-2.17-4.85-4.85s2.17-4.85 4.85-4.85 4.85 2.17 4.85 4.85-2.17 4.85-4.85 4.85"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/routes.svg b/mkdocs-material/material/templates/.icons/material/routes.svg new file mode 100644 index 0000000..5f78eb1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/routes.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 10H5L3 8l2-2h6V3l1-1 1 1v1h6l2 2-2 2h-6v2h6l2 2-2 2h-6v6a2 2 0 0 1 2 2H9a2 2 0 0 1 2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rowing.svg b/mkdocs-material/material/templates/.icons/material/rowing.svg new file mode 100644 index 0000000..2ed0f10 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rowing.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.5 14.5 4 19l1.5 1.5L9 17h2zM15 1a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m6 20-3 3-3-3v-1.5l-7.09-7.09c-.31.05-.61.09-.91.09v-2.18c1.66.03 3.61-.87 4.67-2.04l1.4-1.55c.19-.23.43-.38.69-.5.29-.14.62-.23.96-.23h.03C16 6 17 7 17 8.26V14c0 .85-.35 1.62-.92 2.17l-3.58-3.58v-2.27c-.63.52-1.43 1.02-2.29 1.39L16.5 18H18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rss-box.svg b/mkdocs-material/material/templates/.icons/material/rss-box.svg new file mode 100644 index 0000000..018504f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rss-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m2.5 12A1.5 1.5 0 0 0 6 16.5 1.5 1.5 0 0 0 7.5 18 1.5 1.5 0 0 0 9 16.5 1.5 1.5 0 0 0 7.5 15M6 10v2a6 6 0 0 1 6 6h2a8 8 0 0 0-8-8m0-4v2a10 10 0 0 1 10 10h2A12 12 0 0 0 6 6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rss-off.svg b/mkdocs-material/material/templates/.icons/material/rss-off.svg new file mode 100644 index 0000000..638fa43 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rss-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.5 3.77 3.78 2.5 21.5 20.22l-1.27 1.28-1.5-1.5h-2c0-.75-.06-1.5-.19-2.19L6.19 7.46C5.5 7.33 4.75 7.27 4 7.27v-2zm3.68 11.87a2.18 2.18 0 0 1 2.18 2.18C8.36 19 7.38 20 6.18 20 5 20 4 19 4 17.82a2.18 2.18 0 0 1 2.18-2.18M4 10.1a9.9 9.9 0 0 1 9.9 9.9h-2.83A7.07 7.07 0 0 0 4 12.93zm5.13-4.79c4.46 1.56 8 5.1 9.56 9.56z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rss.svg b/mkdocs-material/material/templates/.icons/material/rss.svg new file mode 100644 index 0000000..b19cd92 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rss.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.18 15.64a2.18 2.18 0 0 1 2.18 2.18C8.36 19 7.38 20 6.18 20 5 20 4 19 4 17.82a2.18 2.18 0 0 1 2.18-2.18M4 4.44A15.56 15.56 0 0 1 19.56 20h-2.83A12.73 12.73 0 0 0 4 7.27zm0 5.66a9.9 9.9 0 0 1 9.9 9.9h-2.83A7.07 7.07 0 0 0 4 12.93z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rug.svg b/mkdocs-material/material/templates/.icons/material/rug.svg new file mode 100644 index 0000000..7e37045 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rug.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 14c-1.1 0-2-.89-2-2s.9-2 2-2 2 .9 2 2-.89 2-2 2m11 5H1v-2h3v-2H1v-2h3v-2H1V9h3V7H1V5h22v2h-3v2h3v2h-3v2h3v2h-3v2h3zm-11-3.08c.62.7 1.66.89 2.5.41s1.19-1.49.9-2.37c.91-.18 1.6-.99 1.6-1.96s-.69-1.78-1.6-1.96c.29-.88-.06-1.89-.9-2.37s-1.88-.29-2.5.41a1.995 1.995 0 0 0-3.39 1.96C7.69 10.22 7 11.03 7 12s.69 1.78 1.61 1.96A1.995 1.995 0 0 0 12 15.92"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rugby.svg b/mkdocs-material/material/templates/.icons/material/rugby.svg new file mode 100644 index 0000000..528c232 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rugby.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.22 16.22c2.03-2.03 3.11-4.72 3.23-8.02-1.09 2.41-2.64 4.61-4.64 6.61s-4.2 3.55-6.61 4.64c3.3-.09 5.96-1.17 8.02-3.23M7.78 7.78C5.75 9.81 4.67 12.5 4.55 15.8c.45-1 1.15-2.15 2.06-3.45.89-1.3 1.77-2.35 2.58-3.16 2-2 4.2-3.55 6.61-4.64-3.3.09-5.96 1.17-8.02 3.23M20.5 3.5c.5.55.84 1.61.97 3.2.12 1.6-.12 3.46-.73 5.6-.61 2.15-1.63 3.93-3.07 5.37C16.36 19 14.8 19.95 13 20.55c-1.79.61-3.56.92-5.31.92-2.13 0-3.52-.33-4.19-.97-.5-.55-.84-1.61-.97-3.2-.12-1.6.12-3.46.73-5.6.61-2.15 1.63-3.93 3.07-5.37C7.64 5 9.2 4.05 11 3.45c1.79-.61 3.56-.92 5.31-.92 2.13 0 3.52.33 4.19.97"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ruler-square-compass.svg b/mkdocs-material/material/templates/.icons/material/ruler-square-compass.svg new file mode 100644 index 0000000..dbfddac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ruler-square-compass.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 19.88V22l-1.8-1.17-4.79-9a4.9 4.9 0 0 0 1.78-1M15 7a3 3 0 0 1-3 3 3 3 0 0 1-.44 0L5.8 20.83 4 22v-2.12L9.79 9A3 3 0 0 1 12 4V2a1 1 0 0 1 1 1v1.18A3 3 0 0 1 15 7m-2 0a1 1 0 1 0-1 1 1 1 0 0 0 1-1m-8.78 3L6 11.8l-1.44 2.76L2.1 12.1m9.9 5.66-1.5-1.51L9 19l3 3 3-3-1.47-2.77M19.78 10 18 11.8l1.5 2.76 2.4-2.46Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ruler-square.svg b/mkdocs-material/material/templates/.icons/material/ruler-square.svg new file mode 100644 index 0000000..213accb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ruler-square.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 5v16h6v-1.5H7V18h2v-1.5H5V15h4v-1.5H7V12h2v-1.5H5V9h4V5h1.5v4H12V7h1.5v2H15V5h1.5v4H18V7h1.5v2H21V3H5a2 2 0 0 0-2 2m3 2a1 1 0 0 1-1-1 1 1 0 0 1 1-1 1 1 0 0 1 1 1 1 1 0 0 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ruler.svg b/mkdocs-material/material/templates/.icons/material/ruler.svg new file mode 100644 index 0000000..f6971f8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ruler.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m1.39 18.36 1.77-1.76L4.58 18l1.06-1.05-1.42-1.41 1.42-1.42 2.47 2.48 1.06-1.06-2.47-2.48 1.41-1.41 1.42 1.41L10.59 12l-1.42-1.41 1.42-1.42 2.47 2.48 1.06-1.06-2.47-2.48 1.41-1.41 1.41 1.41 1.07-1.06-1.42-1.41 1.42-1.42L18 6.7l1.07-1.06-2.47-2.48 1.76-1.77 4.25 4.25L5.64 22.61z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/run-fast.svg b/mkdocs-material/material/templates/.icons/material/run-fast.svg new file mode 100644 index 0000000..421eeec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/run-fast.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.5 5.5a2 2 0 0 0 2-2 2 2 0 0 0-2-2 2 2 0 0 0-2 2 2 2 0 0 0 2 2m-3.6 13.9 1-4.4 2.1 2v6h2v-7.5l-2.1-2 .6-3A7.3 7.3 0 0 0 22 13v-2c-1.76.03-3.4-.89-4.3-2.4l-1-1.6c-.36-.6-1-1-1.7-1-.3 0-.5.1-.8.1L9 8.3V13h2V9.6l1.8-.7-1.6 8.1-4.9-1-.4 2zM4 9a1 1 0 0 1-1-1 1 1 0 0 1 1-1h3v2zm1-4a1 1 0 0 1-1-1 1 1 0 0 1 1-1h5v2zm-2 8a1 1 0 0 1-1-1 1 1 0 0 1 1-1h4v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/run.svg b/mkdocs-material/material/templates/.icons/material/run.svg new file mode 100644 index 0000000..8323475 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/run.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.5 5.5c1.09 0 2-.92 2-2a2 2 0 0 0-2-2c-1.11 0-2 .88-2 2 0 1.08.89 2 2 2M9.89 19.38l1-4.38L13 17v6h2v-7.5l-2.11-2 .61-3A7.3 7.3 0 0 0 19 13v-2c-1.91 0-3.5-1-4.31-2.42l-1-1.58c-.4-.62-1-1-1.69-1-.31 0-.5.08-.81.08L6 8.28V13h2V9.58l1.79-.7L8.19 17l-4.9-1-.4 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/rv-truck.svg b/mkdocs-material/material/templates/.icons/material/rv-truck.svg new file mode 100644 index 0000000..dad30cf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/rv-truck.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 8h2V6l-2-2H3a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h1a3 3 0 0 0 3 3 3 3 0 0 0 3-3h5a3 3 0 0 0 6 0h2v-5M7 18.5a1.5 1.5 0 0 1 0-3 1.5 1.5 0 0 1 0 3M9 12H3V9h6m5 6h-3V9h3m4 9.5a1.5 1.5 0 1 1 1.5-1.5 1.54 1.54 0 0 1-1.5 1.5M17 12V9.5h2.5l2 2.5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sack-outline.svg b/mkdocs-material/material/templates/.icons/material/sack-outline.svg new file mode 100644 index 0000000..e42711a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sack-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 18.28v-.23c-.05-.17-.1-.42-.17-.73-.14-.63-.37-1.47-.7-2.37-.63-1.72-1.55-3.21-2.66-3.95H8.53c-1.11.74-2.03 2.23-2.66 3.95-.33.9-.56 1.74-.7 2.37-.07.31-.12.56-.17.73v.24l-.03.1-.02.06c-.01.05-.01.1-.01.18 0 .16.03.33.1.48.05.1.46.89 2.96.89h8c2.5 0 2.91-.79 2.96-.89.07-.15.1-.32.1-.48 0-.08 0-.13-.01-.18l-.02-.06-.03-.1zM3 18s1-7 5-9h8c4 2 5 9 5 9s1 4-5 4H8c-6 0-5-4-5-4m7-14 2-2 2 2 4-2-2 5H8L6 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sack-percent.svg b/mkdocs-material/material/templates/.icons/material/sack-percent.svg new file mode 100644 index 0000000..ef4f7c7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sack-percent.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 7 6 2l4 2 2-2 2 2 4-2-2 5zm8 15H8c-6 0-5-4-5-4s1-7 5-9h8c4 2 5 9 5 9s1 4-5 4m-8.5-9.5A1.5 1.5 0 0 0 9 14a1.5 1.5 0 0 0 1.5-1.5A1.5 1.5 0 0 0 9 11a1.5 1.5 0 0 0-1.5 1.5m9 6A1.5 1.5 0 0 0 15 17a1.5 1.5 0 0 0-1.5 1.5A1.5 1.5 0 0 0 15 20a1.5 1.5 0 0 0 1.5-1.5m0-6.15L15.15 11 7.5 18.65 8.87 20z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sack.svg b/mkdocs-material/material/templates/.icons/material/sack.svg new file mode 100644 index 0000000..51b2bc1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sack.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 9c4 2 5 9 5 9s1 4-5 4H8c-6 0-5-4-5-4s1-7 5-9m6-5-2-2-2 2-4-2 2 5h8l2-5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/safe-square-outline.svg b/mkdocs-material/material/templates/.icons/material/safe-square-outline.svg new file mode 100644 index 0000000..382c42f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/safe-square-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 12c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2m-2.2 5.7-1.5-1.4 1.5-1.5C7.3 14 7 13 7 12s.3-2 .8-2.7L6.3 7.8l1.5-1.5 1.4 1.5C10 7.3 11 7 12 7s2 .3 2.8.8l1.5-1.5 1.4 1.4-1.5 1.5c.5.8.8 1.8.8 2.8s-.3 2-.8 2.8l1.5 1.5-1.4 1.4-1.5-1.5c-.8.5-1.8.8-2.8.8s-2-.3-2.7-.8zM12 9c-1.7 0-3 1.3-3 3s1.3 3 3 3 3-1.3 3-3-1.3-3-3-3m8-7c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2h-1v1h-4v-1H9v1H5v-1H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2zm0 18V4H4v16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/safe-square.svg b/mkdocs-material/material/templates/.icons/material/safe-square.svg new file mode 100644 index 0000000..e4db402 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/safe-square.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2h-1v1h-4v-1H9v1H5v-1H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2zm-3 10c0-1-.3-2-.8-2.8l1.5-1.5-1.4-1.4-1.5 1.5C14 7.3 13 7 12 7s-2 .3-2.8.8L7.8 6.3 6.3 7.8l1.5 1.5C7.3 10 7 11 7 12s.3 2 .8 2.8l-1.5 1.5 1.5 1.4 1.5-1.5c.7.5 1.7.8 2.7.8s2-.3 2.8-.8l1.5 1.5 1.4-1.4-1.5-1.5c.5-.8.8-1.8.8-2.8m-5-3c1.7 0 3 1.3 3 3s-1.3 3-3 3-3-1.3-3-3 1.3-3 3-3m0 5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/safe.svg b/mkdocs-material/material/templates/.icons/material/safe.svg new file mode 100644 index 0000000..0301d5e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/safe.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 4a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2v1h2v-1h11v1h2v-1a2 2 0 0 0 2-2v-1h1v-2h-1V9h1V7h-1V6a2 2 0 0 0-2-2zm0 2h15v11H4zm9.5 1.5a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4M5 9v5h2V9zm8.5.5a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/safety-goggles.svg b/mkdocs-material/material/templates/.icons/material/safety-goggles.svg new file mode 100644 index 0000000..e413cef --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/safety-goggles.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 9c1.11 0 2 .89 2 2v3c0 1.11-.89 2-2 2h-2.23l-1.24-1.23c-.75-.77-1.76-1.17-2.83-1.17s-2.07.4-2.83 1.17L7.64 16H6c-1.11 0-2-.89-2-2v-3c0-1.11.89-2 2-2zm0-2H6a4 4 0 0 0-4 4H1v3h1a4 4 0 0 0 4 4h2.5c.04-.06.09-.12 1.79-1.82.39-.39.9-.58 1.41-.58.52 0 1.03.19 1.42.58L14.91 18H18a4 4 0 0 0 4-4h1v-3h-1a4 4 0 0 0-4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sail-boat-sink.svg b/mkdocs-material/material/templates/.icons/material/sail-boat-sink.svg new file mode 100644 index 0000000..77905b7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sail-boat-sink.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.96 21c-1.06 0-2.06-.26-3-.76-1.84 1-4.15 1-5.99 0-1.84 1-4.15 1-5.97 0-1.23.69-2.64.8-4 .76v-2c1.41.04 2.77-.11 4-1 1.74 1.24 4.21 1.24 5.97 0 1.77 1.24 4.23 1.24 5.99 0 1.21.89 2.58 1.04 3.98 1v2zM22 3.5 7.11 5.96l6 6.21zM10.81 16.36l1.16-.82 1.15.82c.53.36 1.18.57 1.85.57.15 0 .31-.02.46-.04L5.2 6.31C4.29 7.65 3.9 9.32 4 10.92l5.74 5.91c.39-.09.76-.25 1.07-.47"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sail-boat.svg b/mkdocs-material/material/templates/.icons/material/sail-boat.svg new file mode 100644 index 0000000..c6c0eef --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sail-boat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m3 13.5 8-11.47V13.5zm9.5 0c1.35-3.75 1.17-8.79 0-12.5 4.76 1.54 8.4 7.4 8.46 12.5zm8.6 3.58c-.41.64-.89 1.19-1.45 1.66-.65-.29-1.23-.74-1.69-1.24-1.49 1.93-4.5 1.93-5.99 0-1.47 1.93-4.5 1.93-5.97 0-.5.5-1.05.95-1.7 1.24-1.14-.94-2-2.28-2.3-3.74h19.94a6.4 6.4 0 0 1-.84 2.08M20.96 23q-1.59 0-3-.75c-1.84 1-4.15 1-5.99 0-1.84 1-4.15 1-5.97 0-1.23.69-2.64.8-4 .75v-2c1.41.05 2.77-.1 4-1 1.74 1.25 4.21 1.25 5.97 0 1.77 1.25 4.23 1.25 5.99 0 1.21.9 2.58 1.05 3.98 1v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sale-outline.svg b/mkdocs-material/material/templates/.icons/material/sale-outline.svg new file mode 100644 index 0000000..cd301c0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sale-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 7c.83 0 1.5.67 1.5 1.5S10.33 10 9.5 10 8 9.33 8 8.5 8.67 7 9.5 7m5 7c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5m-6.09 3L7 15.59 15.59 7 17 8.41zM18.65 2.85l.61 3.86 3.51 1.79L21 12l1.78 3.5-3.54 1.79-.61 3.86-3.89-.61-2.77 2.77-2.78-2.81-3.86.64-.62-3.89-3.49-1.78L3 11.97 1.23 8.5l3.51-1.81.61-3.82 3.87.63L12 .695l2.76 2.765zm1.45 6.52L17.5 8 17 5.11l-2.9.42L12 3.5 9.9 5.53 7 5.11 6.5 8 3.9 9.37 5.2 12l-1.3 2.63L6.5 16l.5 2.89 2.9-.42L12 20.5l2.1-2.03 2.9.42.5-2.89 2.6-1.37L18.8 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sale.svg b/mkdocs-material/material/templates/.icons/material/sale.svg new file mode 100644 index 0000000..57bcb95 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sale.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18.65 2.85.61 3.86 3.51 1.79L21 12l1.78 3.5-3.54 1.79-.61 3.86-3.89-.61-2.77 2.76-2.78-2.8-3.86.64-.62-3.89-3.49-1.78L3 11.97 1.23 8.5l3.51-1.81.61-3.83 3.87.64L12 .69l2.77 2.77zM9.5 7A1.5 1.5 0 0 0 8 8.5 1.5 1.5 0 0 0 9.5 10 1.5 1.5 0 0 0 11 8.5 1.5 1.5 0 0 0 9.5 7m5 7a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5m-6.09 3L17 8.41 15.59 7 7 15.59z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/salesforce.svg b/mkdocs-material/material/templates/.icons/material/salesforce.svg new file mode 100644 index 0000000..a9e2c3b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/salesforce.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.38 6.37c-.7 0-1.31.21-1.91.41-.7-1.21-2.01-2.01-3.42-2.01-1.1 0-2.1.5-2.81 1.2-.8-1-2.01-1.71-3.41-1.71C4.5 4.26 2.5 6.17 2.5 8.5c0 .59.21 1.19.41 1.79A3.68 3.68 0 0 0 1 13.5c0 2 1.61 3.72 3.62 3.72.3 0 .6 0 .8-.1.4 1.51 1.91 2.62 3.72 2.62 1.7 0 3.11-1.01 3.61-2.42.51.21 1.01.41 1.51.41 1.31 0 2.51-.73 3.11-1.81.31.08.63.08.91.08 2.61 0 4.72-2.09 4.72-4.8.1-2.7-2-4.83-4.62-4.83"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sass.svg b/mkdocs-material/material/templates/.icons/material/sass.svg new file mode 100644 index 0000000..6b12f54 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sass.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m-2 13.33c.16.54.14 1.04 0 1.5 0 .05-.04.1-.06.17-.02 0-.04.07-.07.12-.11.24-.27.47-.46.67-.58.64-1.41.88-1.74.68-.38-.22-.17-1.12.49-1.83.72-.76 1.76-1.26 1.76-1.26zm8.27-9.05c-.45-1.78-3.4-2.36-6.18-1.37-1.66.59-3.46 1.51-4.75 2.72-1.53 1.44-1.78 2.69-1.68 3.21.34 1.84 2.88 3.05 3.92 3.94v.01c-.3.15-2.54 1.28-3.08 2.44-.54 1.22.1 2.1.5 2.22 1.34.36 2.69-.29 3.41-1.38.7-1.04.65-2.39.34-3.07.42-.1.91-.15 1.53-.08 1.76.21 2.1 1.3 2.03 1.76-.06.46-.43.71-.55.79-.12.07-.16.1-.15.16.01.08.07.08.17.06.15-.03.93-.37.96-1.22.04-1.08-.99-2.28-2.81-2.25-.75.02-1.22.09-1.56.22l-.08-.09c-1.13-1.2-3.21-2.05-3.12-3.67.03-.59.23-2.13 4-4.01 3.08-1.54 5.55-1.12 5.98-.17.61 1.33-1.32 3.82-4.52 4.18-1.22.14-1.87-.34-2.03-.51-.17-.17-.19-.2-.25-.17-.11.07-.04.23 0 .33.09.25.49.67 1.15.91.59.19 2.03.3 3.76-.37 1.94-.75 3.46-2.84 3.01-4.59"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/satellite-uplink.svg b/mkdocs-material/material/templates/.icons/material/satellite-uplink.svg new file mode 100644 index 0000000..5b28e87 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/satellite-uplink.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11.86 2-.52 1.93c4.41.85 7.86 4.3 8.71 8.72l1.95-.52C20.95 7.03 16.96 3.04 11.86 2m-1.04 3.86-.52 1.95c3.04.46 5.42 2.84 5.88 5.87l1.94-.52c-.66-3.72-3.57-6.66-7.3-7.3m-7.1 3.83A7.96 7.96 0 0 0 5 18.28V22h3v-1.59c.95.39 1.97.59 3 .59 1.14 0 2.27-.25 3.3-.72zm6.07.07-.53 1.96a3 3 0 0 1 3 3l1.97-.52c-.23-2.34-2.1-4.2-4.44-4.44"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/satellite-variant.svg b/mkdocs-material/material/templates/.icons/material/satellite-variant.svg new file mode 100644 index 0000000..8cd75d7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/satellite-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11.62 1 5.66 5.67-2.12 2.12-2.12-2.12-1.42 1.42 2.33 2.32-1.16 1.17.45.46a2.5 2.5 0 0 1 2.83.5l-3.53 3.53a2.5 2.5 0 0 1-.5-2.83l-.46-.45-1.17 1.16-2.32-2.33-1.42 1.42 2.12 2.12-2.12 2.12L1 11.62 3.14 9.5l2.12 2.12 1.41-1.41-2.83-2.83c-.78-.78-.78-2.05 0-2.83l.71-.71c.78-.78 2.05-.78 2.83 0l2.83 2.83 1.41-1.41L9.5 3.14zM18 14a4 4 0 0 1-4 4v-2a2 2 0 0 0 2-2zm4 0a8 8 0 0 1-8 8v-2a6 6 0 0 0 6-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/satellite.svg b/mkdocs-material/material/templates/.icons/material/satellite.svg new file mode 100644 index 0000000..39e371a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/satellite.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m5 18 3.5-4.5 2.5 3 3.5-4.5 4.5 6M5 12v-2a5 5 0 0 0 5-5h2a7 7 0 0 1-7 7m0-7h3a3 3 0 0 1-3 3m14-5H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sausage-off.svg b/mkdocs-material/material/templates/.icons/material/sausage-off.svg new file mode 100644 index 0000000..094216e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sausage-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.8 22.7-4.5-4.5c-2.1 1.7-4.9 2.8-7.8 2.8-1.4 0-2.6-.8-3.2-2L3 20.5v-6L5.3 16c.5-1.2 1.8-2 3.2-2 1 0 2-.3 2.8-.8L1.1 3l1.3-1.3 19.7 19.7zM21 8.5c0-1.4-.8-2.6-2-3.2L20.5 3h-6L16 5.3c-1.2.5-2 1.8-2 3.2 0 .7-.1 1.3-.4 1.9l5.1 5.2c1.5-2 2.3-4.5 2.3-7.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sausage.svg b/mkdocs-material/material/templates/.icons/material/sausage.svg new file mode 100644 index 0000000..9c68195 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sausage.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 5.3c1.2.5 2 1.8 2 3.2C21 15.4 15.4 21 8.5 21c-1.4 0-2.6-.8-3.2-2L3 20.5v-6L5.3 16c.6-1.2 1.8-2 3.2-2 3 0 5.5-2.5 5.5-5.5 0-1.4.8-2.6 2-3.2L14.5 3h6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/saw-blade.svg b/mkdocs-material/material/templates/.icons/material/saw-blade.svg new file mode 100644 index 0000000..42371a2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/saw-blade.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 15s-1.4 1.3 1.1 2l-2.8 2.8h-2.8s-1.9-.1-.5 2.2h-4l-2-2s-1.3-1.4-2 1.1l-2.8-2.8v-2.8s.1-1.9-2.2-.5v-4l2-2s1.4-1.3-1.2-1.9l2.8-2.9h2.9s1.9.1.5-2.2h4l2 2s1.3 1.4 2-1.2l2.8 2.8v2.9s-.1 1.9 2.2.5v4zm-6-3a2 2 0 0 0-2-2 2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sawtooth-wave.svg b/mkdocs-material/material/templates/.icons/material/sawtooth-wave.svg new file mode 100644 index 0000000..4a8ef2e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sawtooth-wave.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 22V6.83L2 16v-2.83L13 2v15.17L22 8v2.83z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/saxophone.svg b/mkdocs-material/material/templates/.icons/material/saxophone.svg new file mode 100644 index 0000000..e3d4754 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/saxophone.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2a1 1 0 0 0-1 1 1 1 0 0 0 1 1 3 3 0 0 1 3 3v8.5c0 3.6 2.9 6.5 6.5 6.5s6.5-2.9 6.5-6.5V13a1 1 0 0 0 1-1 1 1 0 0 0-1-1h-6a1 1 0 0 0-1 1 1 1 0 0 0 1 1v2a1 1 0 0 1-1 1 1 1 0 0 1-1-1v-4a1 1 0 0 0 1-1 1 1 0 0 0-1-1V8a1 1 0 0 0 1-1 1 1 0 0 0-1-1v-.5A3.5 3.5 0 0 0 8.5 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/scale-balance.svg b/mkdocs-material/material/templates/.icons/material/scale-balance.svg new file mode 100644 index 0000000..fccd3ea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/scale-balance.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3c-1.27 0-2.4.8-2.82 2H3v2h1.95L2 14c-.47 2 1 3 3.5 3s4.06-1 3.5-3L6.05 7h3.12c.33.85.98 1.5 1.83 1.83V20H2v2h20v-2h-9V8.82c.85-.32 1.5-.97 1.82-1.82h3.13L15 14c-.47 2 1 3 3.5 3s4.06-1 3.5-3l-2.95-7H21V5h-6.17C14.4 3.8 13.27 3 12 3m0 2a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m-6.5 5.25L7 14H4zm13 0L20 14h-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/scale-bathroom.svg b/mkdocs-material/material/templates/.icons/material/scale-bathroom.svg new file mode 100644 index 0000000..f4eaadd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/scale-bathroom.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 2h14a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m7 2a4 4 0 0 0-4 4h3.26l-.41-2.77L12.9 8H16a4 4 0 0 0-4-4m-7 6v10h14V10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/scale-off.svg b/mkdocs-material/material/templates/.icons/material/scale-off.svg new file mode 100644 index 0000000..a3536e2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/scale-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22.11 21.46-1.27 1.27L19.11 21H18v-1.11L12.11 14H11v-1.11l-.69-.69a7.9 7.9 0 0 0-3.22 1.48l1.37 1.38-1.41 1.41-1.37-1.37A7.94 7.94 0 0 0 4.06 19H6v2H2v-1a10 10 0 0 1 6.68-9.43L3.85 5.74 2 5V3.89L1.11 3l1.28-1.27m19.52 16.98A10 10 0 0 0 14 10.2v-2L22 5V3H6.2M12 18a1.84 1.84 0 0 0-.88.21L7.27 20l3.85 1.79A1.84 1.84 0 0 0 12 22a2 2 0 0 0 0-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/scale-unbalanced.svg b/mkdocs-material/material/templates/.icons/material/scale-unbalanced.svg new file mode 100644 index 0000000..19774c9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/scale-unbalanced.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20V8.8c.5-.2 1-.5 1.3-.9l3.5 1.3-2.9 6.8c-.5 2 1 3 3.5 3s4.1-1 3.5-3l-2.6-6.3.9.3.7-1.9L15 6c0-1.2-.7-2.4-2-2.9-1.2-.5-2.5 0-3.3.9L3.9 2l-.7 1.8 1.6.6L2.1 11c-.5 2 1 3 3.5 3s4.1-1 3.5-3L6.6 5.1 9 6c0 1.2.7 2.4 2 2.9V20H2v2h20v-2zm6.9-4h-3l1.5-3.8zM7.1 11h-3l1.5-3.8zm4-5.3c.2-.5.8-.8 1.3-.6s.8.8.6 1.3-.8.8-1.3.6-.8-.8-.6-1.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/scale.svg b/mkdocs-material/material/templates/.icons/material/scale.svg new file mode 100644 index 0000000..f1325d1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/scale.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m8.46 15.06-1.41 1.41-1.37-1.37A7.94 7.94 0 0 0 4.06 19H6v2H2v-1c0-4.84 3.44-8.87 8-9.8v-2L2 5V3h20v2l-8 3.2v2c4.56.93 8 4.96 8 9.8v1h-4v-2h1.94a7.94 7.94 0 0 0-1.62-3.9l-1.37 1.37-1.41-1.41 1.37-1.38A8 8 0 0 0 13 12.06V14h-2v-1.94c-1.46.18-2.8.76-3.91 1.62zM12 18a2 2 0 0 1 2 2 2 2 0 0 1-2 2c-.32 0-.62-.07-.88-.21L7.27 20l3.85-1.79c.26-.14.56-.21.88-.21"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/scan-helper.svg b/mkdocs-material/material/templates/.icons/material/scan-helper.svg new file mode 100644 index 0000000..1ea6e44 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/scan-helper.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 2a2 2 0 0 1 2-2h4v2H2v4H0zm24 20a2 2 0 0 1-2 2h-4v-2h4v-4h2zM2 24a2 2 0 0 1-2-2v-4h2v4h4v2zM22 0a2 2 0 0 1 2 2v4h-2V2h-4V0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/scanner-off.svg b/mkdocs-material/material/templates/.icons/material/scanner-off.svg new file mode 100644 index 0000000..e939e35 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/scanner-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 5.27 3.28 4 20 20.72 18.73 22l-2-2H5a2 2 0 0 1-2-2v-5.5c0-.8.5-1.6 1.2-1.8l2.37-.86zM6.4 12h2.33l-.62-.62zM5 15v2h8.73l-2-2zM19.8 5l.7 1.9-8.65 3.13-1.55-1.56zm-.8 7a2 2 0 0 1 2 2v4c0 .34-.09.66-.24.94L19 17.18V15h-2.18l-3-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/scanner.svg b/mkdocs-material/material/templates/.icons/material/scanner.svg new file mode 100644 index 0000000..97390a1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/scanner.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.2 10.7 19.8 5l.7 1.9L6.4 12H19a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-5.5c0-.8.5-1.6 1.2-1.8M17 17h2v-2h-2zM5 17h10v-2H5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/scatter-plot-outline.svg b/mkdocs-material/material/templates/.icons/material/scatter-plot-outline.svg new file mode 100644 index 0000000..b323458 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/scatter-plot-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 18a4 4 0 0 1-4-4 4 4 0 0 1 4-4 4 4 0 0 1 4 4 4 4 0 0 1-4 4m0-6a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m4-2a4 4 0 0 1-4-4 4 4 0 0 1 4-4 4 4 0 0 1 4 4 4 4 0 0 1-4 4m0-6a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m5.6 17.6c-2.21 0-4-1.79-4-4a4 4 0 0 1 4-4c2.21 0 4 1.79 4 4a4 4 0 0 1-4 4m0-6a2 2 0 0 0-2 2c0 1.1.9 2 2 2a2 2 0 0 0 2-2c0-1.1-.9-2-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/scatter-plot.svg b/mkdocs-material/material/templates/.icons/material/scatter-plot.svg new file mode 100644 index 0000000..5572ec7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/scatter-plot.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 11a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3m4-8a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3m5.6 11.6c1.65 0 3 1.34 3 3a3 3 0 0 1-3 3c-1.66 0-3-1.35-3-3a3 3 0 0 1 3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/scent-off.svg b/mkdocs-material/material/templates/.icons/material/scent-off.svg new file mode 100644 index 0000000..cf08f6d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/scent-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.6 16.5c-.9 1.3-1.6 2.7-1.6 4 0 .4.1.8.2 1.3 0 .1 0 .2-.1.3s-.2 0-.2-.1c-1-1.3-1.5-2.5-1.5-3.9q0-1.8 1.2-3.6l-1.4-1.4c-1.1 1.4-1.8 2.9-1.8 4.4 0 .4.1.8.2 1.3 0 .1 0 .2-.1.3s-.2 0-.2-.1c-1-1.3-1.5-2.5-1.5-3.9 0-1.3.5-2.6 1.5-4L7.9 9.8c-1 1.2-1.7 2.4-1.7 3.6 0 .3.1.7.2.9 0 .1 0 .1-.1.2s-.2 0-.2 0c-.8-.9-1.1-1.9-1.1-2.8 0-1.1.5-2.2 1.4-3.3L1.1 3l1.3-1.3 19.7 19.7-1.3 1.3zM10.2 7q.6-1.05.6-2.1c0-.9-.3-1.9-1.1-2.8-.1-.1-.2-.1-.3-.1s0 .1 0 .2c.1.3.2.6.2.9 0 .8-.3 1.6-.8 2.4zm7.1-.5c0 1.7-1.1 3.5-2.5 5.1l2 2c1.5-1.5 2.2-3 2.2-4.6q0-1.95-1.5-3.9c-.1-.1-.1-.1-.2-.1-.1.1-.1.2-.1.3 0 .4.1.8.1 1.2m-3.8 3.8c1.2-1.5 1.8-2.9 1.8-4.4q0-1.95-1.5-3.9h-.2c-.1.1-.1.2-.1.3.1.4.2.8.2 1.3 0 1.6-.9 3.2-2.2 4.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/scent.svg b/mkdocs-material/material/templates/.icons/material/scent.svg new file mode 100644 index 0000000..91cd996 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/scent.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.5 5.1C18.5 6.4 19 7.6 19 9c0 1.7-.7 3.3-2.4 5.1-1.9 2-3.6 4.2-3.6 6.4 0 .4.1.8.2 1.3 0 .1 0 .2-.1.3s-.2 0-.2-.1c-1-1.3-1.5-2.5-1.5-3.9 0-1.7.7-3.3 2.4-5.1 1.9-2 3.6-4.2 3.6-6.4 0-.4-.1-.8-.2-1.3 0-.1 0-.2.1-.3.1 0 .1 0 .2.1m-7.8-3c.7.9 1 1.9 1 2.8 0 1.3-.6 2.5-1.8 3.8-1.4 1.5-2.7 3.2-2.7 4.8 0 .3.1.7.2.9 0 .1 0 .1-.1.2s-.2 0-.2 0c-.8-1-1.1-2-1.1-2.9 0-1.3.6-2.5 1.8-3.8 1.4-1.5 2.7-3.2 2.7-4.8 0-.3-.1-.7-.2-.9V2c.2 0 .3 0 .4.1m.4 7.8c1.9-2 3.6-4.2 3.6-6.4 0-.4-.1-.8-.2-1.3 0-.1 0-.2.1-.3s.2 0 .2.1c1 1.3 1.5 2.5 1.5 3.9 0 1.7-.7 3.3-2.4 5.1-1.9 2-3.6 4.2-3.6 6.4 0 .4.1.8.2 1.3 0 .1 0 .2-.1.3s-.2 0-.2-.1c-1-1.3-1.5-2.5-1.5-3.9 0-1.7.7-3.3 2.4-5.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/school-outline.svg b/mkdocs-material/material/templates/.icons/material/school-outline.svg new file mode 100644 index 0000000..7217282 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/school-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3 1 9l4 2.18v6L12 21l7-3.82v-6l2-1.09V17h2V9zm6.82 6L12 12.72 5.18 9 12 5.28zM17 16l-5 2.72L7 16v-3.73L12 15l5-2.73z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/school.svg b/mkdocs-material/material/templates/.icons/material/school.svg new file mode 100644 index 0000000..dbe7124 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/school.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3 1 9l11 6 9-4.91V17h2V9M5 13.18v4L12 21l7-3.82v-4L12 17z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/scissors-cutting.svg b/mkdocs-material/material/templates/.icons/material/scissors-cutting.svg new file mode 100644 index 0000000..cefaaaa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/scissors-cutting.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 21H7v-2h4zm4.5-2H17v2h-4v-2h.2l-1.4-6.1-2.5.6c-.1.5-.3.9-.5 1.3-.9 1.5-2.8 1.9-4.3 1s-1.9-2.8-1-4.3 2.8-1.9 4.3-1c.4.2.7.6.9.9l2.5-.6-.6-2.5c-.4-.1-.8-.3-1.2-.5C8 6.9 7.5 5 8.4 3.5s2.8-1.9 4.3-1 1.9 2.8 1 4.3c-.2.4-.6.7-.9.9zM7 11.8c-.7-.5-1.7-.2-2.2.5s-.2 1.7.5 2.1c.7.5 1.7.3 2.2-.5.4-.7.2-1.7-.5-2.1M12.4 6c.5-.7.2-1.7-.5-2.2s-1.7-.2-2.2.5c-.4.7-.2 1.7.6 2.2.7.4 1.7.2 2.1-.5m.4 5.3c-.2-.1-.4-.1-.5.1s-.1.4.1.5.4.1.5-.1c.2-.2.1-.4-.1-.5M21 8.5 14.5 10l.5 2.2 7.5-1.8.5-.7zM23 19h-4v2h4zM5 19H1v2h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/scooter-electric.svg b/mkdocs-material/material/templates/.icons/material/scooter-electric.svg new file mode 100644 index 0000000..d4bd62e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/scooter-electric.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.82 16H15v-1c0-2.21 1.79-4 4-4h.74l-1.9-8.44A2.01 2.01 0 0 0 15.89 1H12v2h3.89l1.4 6.25h-.01A6.01 6.01 0 0 0 13.09 14H7.82a2.996 2.996 0 0 0-3.42-1.94c-1.18.23-2.13 1.2-2.35 2.38A3.002 3.002 0 0 0 5 18c1.3 0 2.4-.84 2.82-2M5 16c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1m14-4c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3m0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1m-8 4H7l6 3v-2h4l-6-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/scooter.svg b/mkdocs-material/material/templates/.icons/material/scooter.svg new file mode 100644 index 0000000..55cbf70 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/scooter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.82 19H15v-1c0-2.21 1.79-4 4-4h.74l-1.9-8.44A2.01 2.01 0 0 0 15.89 4H12v2h3.89l1.4 6.25h-.01A6.01 6.01 0 0 0 13.09 17H7.82a2.996 2.996 0 0 0-3.42-1.94c-1.18.23-2.13 1.2-2.35 2.38A3.002 3.002 0 0 0 5 21c1.3 0 2.4-.84 2.82-2M5 19c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1m14-4c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3m0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/scoreboard-outline.svg b/mkdocs-material/material/templates/.icons/material/scoreboard-outline.svg new file mode 100644 index 0000000..c1fbc97 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/scoreboard-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m0 16H3V5h18M5 7h4c.6 0 1 .4 1 1v8c0 .6-.4 1-1 1H5c-.6 0-1-.4-1-1V8c0-.6.4-1 1-1m1 2v6h2V9m7-2h4c.6 0 1 .4 1 1v8c0 .6-.4 1-1 1h-4c-.6 0-1-.4-1-1V8c0-.6.4-1 1-1m1 2v6h2V9m-6 2c.6 0 1-.4 1-1s-.4-1-1-1-1 .4-1 1 .4 1 1 1m0 4c.6 0 1-.4 1-1s-.4-1-1-1-1 .4-1 1 .4 1 1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/scoreboard.svg b/mkdocs-material/material/templates/.icons/material/scoreboard.svg new file mode 100644 index 0000000..9f852b0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/scoreboard.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 9h2v6H6zm10 0h2v6h-2zm5-6c1.1 0 2 .9 2 2v14c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2zM5 7c-.6 0-1 .4-1 1v8c0 .6.4 1 1 1h4c.6 0 1-.4 1-1V8c0-.6-.4-1-1-1zm10 0c-.6 0-1 .4-1 1v8c0 .6.4 1 1 1h4c.6 0 1-.4 1-1V8c0-.6-.4-1-1-1zm-3 4c.6 0 1-.4 1-1s-.4-1-1-1-1 .4-1 1 .4 1 1 1m0 4c.6 0 1-.4 1-1s-.4-1-1-1-1 .4-1 1 .4 1 1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/screen-rotation-lock.svg b/mkdocs-material/material/templates/.icons/material/screen-rotation-lock.svg new file mode 100644 index 0000000..b9cb084 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/screen-rotation-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.8 2.5c0-.94.76-1.7 1.7-1.7s1.7.76 1.7 1.7V3h-3.4zM16 9h5a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1v-.5A2.5 2.5 0 0 0 18.5 0 2.5 2.5 0 0 0 16 2.5V3a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1M8.47 20.5C5.2 18.94 2.86 15.76 2.5 12H1c.5 6.16 5.66 11 11.95 11l.66-.03-3.81-3.82zm14.78-7.73-2.57-2.57-1.41 1.41 2.23 2.22-5.67 5.67L4.5 8.17l5.67-5.67 2.1 2.11 1.41-1.41L11.23.75a1.49 1.49 0 0 0-2.12 0L2.75 7.11a1.49 1.49 0 0 0 0 2.12l12.02 12.02c.59.59 1.54.59 2.12 0l6.36-6.36c.59-.59.59-1.54 0-2.12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/screen-rotation.svg b/mkdocs-material/material/templates/.icons/material/screen-rotation.svg new file mode 100644 index 0000000..031c627 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/screen-rotation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.5 21.5c-3.25-1.56-5.59-4.74-5.95-8.5H.05C.56 19.16 5.71 24 12 24l.66-.03-3.81-3.81m5.98 1.03L2.81 9.17l6.36-6.36 12.02 12.02M10.23 1.75a1.49 1.49 0 0 0-2.12 0L1.75 8.11a1.49 1.49 0 0 0 0 2.12l12.02 12.02c.59.59 1.54.59 2.12 0l6.36-6.36c.59-.59.59-1.54 0-2.12zm6.27.75c3.25 1.57 5.59 4.74 5.95 8.5h1.5C23.44 4.84 18.29 0 12 0l-.66.03 3.81 3.81z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/screw-flat-top.svg b/mkdocs-material/material/templates/.icons/material/screw-flat-top.svg new file mode 100644 index 0000000..449ee18 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/screw-flat-top.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.5 17v2L12 22l-1.5-3zm1-10.7-1 .7V6h-3v3l-1 .7v1l5-3.3zm0 4-1 .7V9l-3 2v2l-1 .7v1l5-3.3zm0 4-1 .7v-2l-3 2v2l-1 .7v1l5-3.3zM8 2S7 2 7 3l3 2h4l3-2s0-1-1-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/screw-lag.svg b/mkdocs-material/material/templates/.icons/material/screw-lag.svg new file mode 100644 index 0000000..ebbffa6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/screw-lag.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10 19.3 4-2.7V20l-2 2-2-2zm4-6.6-4 2.7v2L9 18v1l6-3.9V14l-1 .7zM7 2v3h10V2zm2 4v3l1 .7v3.7L9 14v1l6-3.9V10l-1 .7v-1l1-.7V6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/screw-machine-flat-top.svg b/mkdocs-material/material/templates/.icons/material/screw-machine-flat-top.svg new file mode 100644 index 0000000..d71dc69 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/screw-machine-flat-top.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.5 7.3-1 .7V7h-3v3l-1 .7v1l5-3.3zm0 4-1 .7v-2l-3 2v2l-1 .7v1l5-3.3zm0 4-1 .7v-2l-3 2v2l-1 .7v1l5-3.3zM8 3S7 3 7 4l3 2h4l3-2s0-1-1-1zm5.5 15v3h-3v-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/screw-machine-round-top.svg b/mkdocs-material/material/templates/.icons/material/screw-machine-round-top.svg new file mode 100644 index 0000000..39179af --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/screw-machine-round-top.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.5 7.3-1 .7V7h-3v3l-1 .7v1l5-3.3zm0 4-1 .7v-2l-3 2v2l-1 .7v1l5-3.3zm0 4-1 .7v-2l-3 2v2l-1 .7v1l5-3.3zM7 6h10s-1-3-5-3-5 3-5 3m6.5 12v3h-3v-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/screw-round-top.svg b/mkdocs-material/material/templates/.icons/material/screw-round-top.svg new file mode 100644 index 0000000..6aeca43 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/screw-round-top.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.5 17v2L12 22l-1.5-3zm1-10.7-1 .7V6h-3v3l-1 .7v1l5-3.3zm0 4-1 .7V9l-3 2v2l-1 .7v1l5-3.3zm0 4-1 .7v-2l-3 2v2l-1 .7v1l5-3.3zM7 5h10s-1-3-5-3-5 3-5 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/screwdriver.svg b/mkdocs-material/material/templates/.icons/material/screwdriver.svg new file mode 100644 index 0000000..a752ee4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/screwdriver.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 1.83c-.5 0-1 .17-1.41.58L8 11l1.5 1.5L6 16H4l-2 4 2 2 4-2v-2l3.5-3.5L13 16l8.59-8.59c.62-.91.78-2.04 0-2.82l-2.18-2.18A1.95 1.95 0 0 0 18 1.83M18 4l2 2-7 7-2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/script-outline.svg b/mkdocs-material/material/templates/.icons/material/script-outline.svg new file mode 100644 index 0000000..120864d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/script-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 20a1 1 0 0 0 1-1V4H8a1 1 0 0 0-1 1v11H5V5a3 3 0 0 1 3-3h11a3 3 0 0 1 3 3v1h-2V5a1 1 0 0 0-1-1 1 1 0 0 0-1 1v14a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3v-1h11a2 2 0 0 0 2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/script-text-key-outline.svg b/mkdocs-material/material/templates/.icons/material/script-text-key-outline.svg new file mode 100644 index 0000000..48a34ce --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/script-text-key-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.8 19c-.4-1.2-1.5-2-2.8-2-1.7 0-3 1.3-3 3s1.3 3 3 3c1.3 0 2.4-.8 2.8-2H19v2h2v-2h2v-2zM15 21.3c-.7 0-1.3-.6-1.3-1.3s.6-1.3 1.3-1.3 1.3.6 1.3 1.3-.6 1.3-1.3 1.3M9 10h5v2H9zm0-4h5v2H9zM7 5c0-.6.4-1 1-1h8v11.1c.7.2 1.4.5 2 .9V5c0-.6.4-1 1-1s1 .4 1 1v1h2V5c0-1.7-1.3-3-3-3H8C6.3 2 5 3.3 5 5v11h2zm3 15c0-.7.1-1.4.4-2H2v1c0 1.7 1.3 3 3 3h5.4c-.3-.6-.4-1.3-.4-2m-1-4h3c.6-.4 1.3-.8 2-.9V14H9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/script-text-key.svg b/mkdocs-material/material/templates/.icons/material/script-text-key.svg new file mode 100644 index 0000000..bf52f47 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/script-text-key.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.8 19c-.4-1.2-1.5-2-2.8-2-1.7 0-3 1.3-3 3s1.3 3 3 3c1.3 0 2.4-.8 2.8-2H19v2h2v-2h2v-2zM15 21.3c-.7 0-1.3-.6-1.3-1.3s.6-1.3 1.3-1.3 1.3.6 1.3 1.3-.6 1.3-1.3 1.3m0-6.3c1.1 0 2.2.4 3 1V5c0-.6.4-1 1-1s1 .4 1 1v1h2V5c0-1.7-1.3-3-3-3H8C6.3 2 5 3.3 5 5v11h7c.8-.6 1.9-1 3-1M8 6h7v2H8zm0 4h6v2H8zm2.4 12H5c-1.7 0-3-1.3-3-3v-1h8.4c-.3.6-.4 1.3-.4 2s.1 1.4.4 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/script-text-outline.svg b/mkdocs-material/material/templates/.icons/material/script-text-outline.svg new file mode 100644 index 0000000..83ca2a1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/script-text-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 20a1 1 0 0 0 1-1V4H8a1 1 0 0 0-1 1v11H5V5a3 3 0 0 1 3-3h11a3 3 0 0 1 3 3v1h-2V5a1 1 0 0 0-1-1 1 1 0 0 0-1 1v14a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3v-1h11a2 2 0 0 0 2 2M9 6h5v2H9zm0 4h5v2H9zm0 4h5v2H9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/script-text-play-outline.svg b/mkdocs-material/material/templates/.icons/material/script-text-play-outline.svg new file mode 100644 index 0000000..d781543 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/script-text-play-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 14h5v1.7c-.1.1-.1.2-.2.3H9zm0-2h5v-2H9zm0-4h5V6H9zM7 5c0-.6.4-1 1-1h8v9.8c.6-.4 1.3-.6 2-.7V5c0-.6.4-1 1-1s1 .4 1 1v1h2V5c0-1.7-1.3-3-3-3H8C6.3 2 5 3.3 5 5v11h2zm6 14v-1H2v1c0 1.7 1.3 3 3 3h8.8c-.5-.9-.8-1.9-.8-3m4-3v6l5-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/script-text-play.svg b/mkdocs-material/material/templates/.icons/material/script-text-play.svg new file mode 100644 index 0000000..f24767b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/script-text-play.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.8 22H5c-1.7 0-3-1.3-3-3v-1h11.1c-.1.3-.1.7-.1 1 0 1.1.3 2.1.8 3m0-6H5V5c0-1.7 1.3-3 3-3h11c1.7 0 3 1.3 3 3v1h-2V5c0-.6-.4-1-1-1s-1 .4-1 1v8.1c-1.8.3-3.3 1.4-4.2 2.9M8 8h7V6H8zm0 4h6v-2H8zm9 4v6l5-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/script-text.svg b/mkdocs-material/material/templates/.icons/material/script-text.svg new file mode 100644 index 0000000..28ff29f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/script-text.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.8 20c-.4 1.2-1.5 2-2.8 2H5c-1.7 0-3-1.3-3-3v-1h12.2c.4 1.2 1.5 2 2.8 2zM19 2c1.7 0 3 1.3 3 3v1h-2V5c0-.6-.4-1-1-1s-1 .4-1 1v13h-1c-.6 0-1-.4-1-1v-1H5V5c0-1.7 1.3-3 3-3zM8 6v2h7V6zm0 4v2h6v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/script.svg b/mkdocs-material/material/templates/.icons/material/script.svg new file mode 100644 index 0000000..77a536c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/script.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.8 20c-.4 1.2-1.5 2-2.8 2H5c-1.7 0-3-1.3-3-3v-1h12.2c.4 1.2 1.5 2 2.8 2zM19 2H8C6.3 2 5 3.3 5 5v11h11v1c0 .6.4 1 1 1h1V5c0-.6.4-1 1-1s1 .4 1 1v1h2V5c0-1.7-1.3-3-3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sd.svg b/mkdocs-material/material/templates/.icons/material/sd.svg new file mode 100644 index 0000000..d7ba875 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sd.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 8h-2V4h2m-3 4h-2V4h2m-3 4h-2V4h2m6-2h-8L4 8v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/seal-variant.svg b/mkdocs-material/material/templates/.icons/material/seal-variant.svg new file mode 100644 index 0000000..7d452ff --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/seal-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.71 6.15c-.25-.77-.92-.94-1.26-1.38-.31-.46-.27-1.15-.92-1.62s-1.3-.23-1.83-.38S12.81 2 12 2s-1.18.58-1.7.77-1.17-.1-1.83.38-.61 1.16-.92 1.62c-.34.44-1 .61-1.26 1.38S6.5 7.45 6.5 8 6 9.08 6.29 9.85s.92.94 1.26 1.38c.31.46.27 1.15.92 1.62s1.3.23 1.83.38.89.77 1.7.77 1.18-.58 1.7-.77 1.17.1 1.83-.38.61-1.16.92-1.62c.34-.44 1-.61 1.26-1.38S17.5 8.55 17.5 8s.5-1.08.21-1.85M12 12a4 4 0 1 1 4-4 4 4 0 0 1-4 4m2-4a2 2 0 1 1-2-2 2 2 0 0 1 2 2m-.29 7.56-.63 3.6-.73 4.13-2.61-2.49-3.3 1.45 1.33-7.5a4 4 0 0 0 1.89.42 4.2 4.2 0 0 0 1.34.68 3.3 3.3 0 0 0 1 .15 3.5 3.5 0 0 0 1.71-.44m4.21 3.22-2.58-.92.51-2.94a3.2 3.2 0 0 0 .85-.45l.12-.1Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/seal.svg b/mkdocs-material/material/templates/.icons/material/seal.svg new file mode 100644 index 0000000..df6ed6b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/seal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.39 19.37 16.38 18 15 22l-3.08-6L9 22l-1.38-4-4.01 1.37 2.92-6A6.97 6.97 0 0 1 5 9a7 7 0 0 1 7-7 7 7 0 0 1 7 7c0 1.65-.57 3.17-1.53 4.37zM7 9l2.69 1.34-.19 3 2.5-1.66 2.5 1.65-.17-2.99L17 9l-2.68-1.35.18-2.98L12 6.31 9.5 4.65l.17 3.01z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/search-web.svg b/mkdocs-material/material/templates/.icons/material/search-web.svg new file mode 100644 index 0000000..fa642c2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/search-web.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.5 14 5 5-1.5 1.5-5-5v-.79l-.27-.28A6.47 6.47 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3 6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.57 4.23l.28.27zm-6-9.5-.55.03c-.24.52-.61 1.4-.88 2.47h2.86c-.27-1.07-.64-1.95-.88-2.47-.18-.03-.36-.03-.55-.03M13.83 7a4.94 4.94 0 0 0-2.68-2.22c.24.53.55 1.3.78 2.22zM5.17 7h1.9c.23-.92.54-1.69.78-2.22A4.94 4.94 0 0 0 5.17 7M4.5 9.5c0 .5.08 1.03.23 1.5h2.14l-.12-1.5.12-1.5H4.73c-.15.47-.23 1-.23 1.5m9.77 1.5c.15-.47.23-1 .23-1.5s-.08-1.03-.23-1.5h-2.14a9.5 9.5 0 0 1 0 3zm-6.4-3-.12 1.5.12 1.5h3.26a9.5 9.5 0 0 0 0-3zm1.63 6.5c.18 0 .36 0 .53-.03.25-.52.63-1.4.9-2.47H8.07c.27 1.07.65 1.95.9 2.47zm4.33-2.5h-1.9c-.23.92-.54 1.69-.78 2.22A4.94 4.94 0 0 0 13.83 12m-8.66 0a4.94 4.94 0 0 0 2.68 2.22c-.24-.53-.55-1.3-.78-2.22z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/seat-flat-angled.svg b/mkdocs-material/material/templates/.icons/material/seat-flat-angled.svg new file mode 100644 index 0000000..108bdd9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/seat-flat-angled.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22.25 14.29-.69 1.89L9.2 11.71l2.08-5.66 8.56 3.09c2.1.76 3.16 3.06 2.41 5.15M1.5 12.14 8 14.5V19h8v-1.63L20.5 19l.71-1.89-19.02-6.86m5.11-.05c1.49-.7 2.12-2.51 1.41-4S6.2 4.08 4.7 4.8c-1.49.7-2.12 2.5-1.4 4 .7 1.49 2.5 2.12 4 1.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/seat-flat.svg b/mkdocs-material/material/templates/.icons/material/seat-flat.svg new file mode 100644 index 0000000..7b45f73 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/seat-flat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 11v2H9V7h9a4 4 0 0 1 4 4M2 14v2h6v2h8v-2h6v-2M7.14 12.1C8.3 10.91 8.28 9 7.1 7.86 5.91 6.7 4 6.72 2.86 7.9 1.7 9.09 1.72 11 2.9 12.14c1.19 1.16 3.1 1.14 4.24-.04"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/seat-individual-suite.svg b/mkdocs-material/material/templates/.icons/material/seat-individual-suite.svg new file mode 100644 index 0000000..56323a9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/seat-individual-suite.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 13a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m12-6h-8v7H3V7H1v10h22v-6a4 4 0 0 0-4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/seat-legroom-extra.svg b/mkdocs-material/material/templates/.icons/material/seat-legroom-extra.svg new file mode 100644 index 0000000..a560b62 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/seat-legroom-extra.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 12V3H2v9a5 5 0 0 0 5 5h6v-2H7a3 3 0 0 1-3-3m18.83 5.24c-.38-.74-1.29-.97-2.03-.63l-1.09.5-3.41-6.98A2.02 2.02 0 0 0 14.5 9H11V3H5v8a3 3 0 0 0 3 3h7l3.41 7 3.72-1.7c.77-.36 1.1-1.3.7-2.06"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/seat-legroom-normal.svg b/mkdocs-material/material/templates/.icons/material/seat-legroom-normal.svg new file mode 100644 index 0000000..4ec6050 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/seat-legroom-normal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 12V3H3v9a5 5 0 0 0 5 5h6v-2H8a3 3 0 0 1-3-3m15.5 6H19v-7a2 2 0 0 0-2-2h-5V3H6v8a3 3 0 0 0 3 3h7v7h4.5a1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/seat-legroom-reduced.svg b/mkdocs-material/material/templates/.icons/material/seat-legroom-reduced.svg new file mode 100644 index 0000000..58aab6b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/seat-legroom-reduced.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.97 19.2c.18.96-.55 1.8-1.47 1.8H14v-3l1-4H9a3 3 0 0 1-3-3V3h6v6h5a2 2 0 0 1 2 2l-2 7h1.44c.73 0 1.39.5 1.53 1.2M5 12V3H3v9a5 5 0 0 0 5 5h4v-2H8a3 3 0 0 1-3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/seat-outline.svg b/mkdocs-material/material/templates/.icons/material/seat-outline.svg new file mode 100644 index 0000000..9340db8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/seat-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 5v7H9V5zm0-2H9a2 2 0 0 0-2 2v9h10V5a2 2 0 0 0-2-2m7 7h-3v3h3zM5 10H2v3h3zm15 5H4v6h2v-4h12v4h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/seat-passenger.svg b/mkdocs-material/material/templates/.icons/material/seat-passenger.svg new file mode 100644 index 0000000..3d73ffa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/seat-passenger.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 19h6v2H9c-2.76 0-5-2.24-5-5V7h2v9c0 1.66 1.34 3 3 3m1.42-13.59c.78-.78.78-2.05 0-2.83s-2.05-.78-2.83 0-.78 2.05 0 2.83c.78.79 2.04.79 2.83 0M11.5 9c0-1.1-.9-2-2-2H9c-1.1 0-2 .9-2 2v6c0 1.66 1.34 3 3 3h5.07l3.5 3.5L20 20.07 14.93 15H11.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/seat-recline-extra.svg b/mkdocs-material/material/templates/.icons/material/seat-recline-extra.svg new file mode 100644 index 0000000..7b9a5a4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/seat-recline-extra.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.35 5.64c-.9-.64-1.12-1.88-.49-2.79.64-.9 1.88-1.12 2.79-.49.9.64 1.12 1.88.49 2.79-.64.9-1.88 1.12-2.79.49M16 19H8.93c-1.48 0-2.74-1.08-2.96-2.54L4 7H2l2 9.76A4.99 4.99 0 0 0 8.94 21H16m.23-6h-4.88l-1.03-4.1c1.58.89 3.28 1.54 5.15 1.22V10c-1.63.3-3.44-.28-4.69-1.26L9.14 7.47c-.23-.18-.49-.3-.76-.38a2.2 2.2 0 0 0-.99-.06h-.02a2.27 2.27 0 0 0-1.84 2.61l1.35 5.92A2.99 2.99 0 0 0 9.83 18h6.85l3.82 3 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/seat-recline-normal.svg b/mkdocs-material/material/templates/.icons/material/seat-recline-normal.svg new file mode 100644 index 0000000..c377885 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/seat-recline-normal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.59 5.41c-.78-.78-.78-2.05 0-2.83s2.05-.78 2.83 0 .78 2.05 0 2.83c-.79.79-2.05.79-2.83 0M6 16V7H4v9a5 5 0 0 0 5 5h6v-2H9a3 3 0 0 1-3-3m14 4.07L14.93 15H11.5v-3.68c1.4 1.15 3.6 2.18 5.5 2.18v-2.18c-1.66.02-3.61-.87-4.67-2.04l-1.4-1.55c-.19-.23-.43-.38-.69-.5-.29-.14-.62-.23-.96-.23h-.03C8 7 7 8 7 9.25V15a3 3 0 0 0 3 3h5.07l3.5 3.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/seat.svg b/mkdocs-material/material/templates/.icons/material/seat.svg new file mode 100644 index 0000000..4e1c849 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/seat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 18v3h3v-3h10v3h3v-6H4zm15-8h3v3h-3zM2 10h3v3H2zm15 3H7V5a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/seatbelt.svg b/mkdocs-material/material/templates/.icons/material/seatbelt.svg new file mode 100644 index 0000000..8ad35fc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/seatbelt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a2 2 0 0 1 2 2c0 1.11-.89 2-2 2a2 2 0 0 1-2-2 2 2 0 0 1 2-2m.39 12.79a34 34 0 0 1 4.25.25c.06-2.72-.18-5.12-.64-6.04-.13-.27-.31-.5-.5-.7l-8.07 6.92c1.36-.22 3.07-.43 4.96-.43M7.46 17c.13 1.74.39 3.5.81 5h2.07c-.29-.88-.5-1.91-.66-3 0 0 2.32-.44 4.64 0-.16 1.09-.37 2.12-.66 3h2.07c.44-1.55.7-3.39.83-5.21a35 35 0 0 0-4.17-.25c-1.93 0-3.61.21-4.93.46M12 7S9 7 8 9c-.34.68-.56 2.15-.63 3.96l6.55-5.62C12.93 7 12 7 12 7m6.57-1.33-1.14-1.33-3.51 3.01c.55.19 1.13.49 1.58.95zm2.1 10.16c-.09-.03-1.53-.5-4.03-.79-.01.57-.04 1.16-.08 1.75 2.25.28 3.54.71 3.56.71zm-13.3-2.87-3.94 3.38.89 1.48c.02-.01 1.18-.46 3.14-.82-.11-1.41-.14-2.8-.09-4.04"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/security-network.svg b/mkdocs-material/material/templates/.icons/material/security-network.svg new file mode 100644 index 0000000..ed88b2c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/security-network.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19h1a1 1 0 0 1 1 1h7v2h-7a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1H2v-2h7a1 1 0 0 1 1-1h1v-1.66C8.07 16.13 6 13 6 9.67v-4L12 3l6 2.67v4c0 3.33-2.07 6.46-5 7.67zM12 5 8 6.69V10h4zm0 5v6c1.91-.47 4-2.94 4-5v-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/security.svg b/mkdocs-material/material/templates/.icons/material/security.svg new file mode 100644 index 0000000..6eabf76 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/security.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 12h7c-.53 4.11-3.28 7.78-7 8.92zH5V6.3l7-3.11M12 1 3 5v6c0 5.55 3.84 10.73 9 12 5.16-1.27 9-6.45 9-12V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/seed-off-outline.svg b/mkdocs-material/material/templates/.icons/material/seed-off-outline.svg new file mode 100644 index 0000000..a975343 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/seed-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.1 21.5 2.4 1.7 1.1 3l4.8 4.8c-2.1 2.7-3.3 6.8-2.7 13 1.1.1 2.2.2 3.2.2 4.5 0 7.7-1.1 9.9-2.8l4.6 4.6zM6.4 19H5.1c-.2-4.2.5-7.5 2.2-9.8l1.6 1.6C7 13.7 7 17 7 17c1-2 2.1-3.6 3.2-4.9l4.6 4.6c-2 1.5-4.8 2.3-8.4 2.3M10 6.8 8.5 5.3C11.3 3.4 14.7 3 17.2 3c2.1 0 3.5.3 3.5.3s1.4 7-2 12.2L17.2 14c1.9-3.1 1.8-6.9 1.7-8.9-.5-.1-1.1-.1-1.7-.1-2.1 0-4.9.3-7.2 1.8m2.8 2.8-1.2-1.2C12.9 7.5 14.7 7 17 7c0 0-1.9.6-4.2 2.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/seed-off.svg b/mkdocs-material/material/templates/.icons/material/seed-off.svg new file mode 100644 index 0000000..4e78858 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/seed-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.1 21.5 2.4 1.7 1.1 3l4.8 4.8c-2.1 2.7-3.3 6.8-2.7 13 1.1.1 2.2.2 3.2.2 4.5 0 7.7-1.1 9.9-2.8l4.6 4.6zM7 17s0-3.3 1.9-6.2l1.3 1.3C9.1 13.4 8 15 7 17m4.6-8.6L8.5 5.3C11.3 3.4 14.7 3 17.2 3c2.1 0 3.5.3 3.5.3s1.4 7-2 12.2l-5.9-5.9C15.1 7.6 17 7 17 7c-2.3 0-4.1.5-5.4 1.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/seed-outline.svg b/mkdocs-material/material/templates/.icons/material/seed-outline.svg new file mode 100644 index 0000000..3f15814 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/seed-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.2 5c.6 0 1.2 0 1.7.1.2 2.3.2 6.9-2.5 10.1-2 2.5-5.4 3.8-10 3.8H5.1c-.2-4.6.7-8.2 2.8-10.5C10.4 5.6 14.4 5 17.2 5m0-2c-5.5 0-15.6 2.1-14 17.8 1.1.1 2.2.2 3.2.2C24.3 21 20.7 3.3 20.7 3.3S19.3 3 17.2 3M17 7C7 7 7 17 7 17 11 9 17 7 17 7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/seed-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/seed-plus-outline.svg new file mode 100644 index 0000000..6e5c4b9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/seed-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.2 5c.6 0 1.2 0 1.7.1.14 1.6.18 4.32-.72 6.9.71 0 1.38.17 2 .41 1.46-4.51.52-9.11.52-9.11S19.3 3 17.2 3c-5.5 0-15.6 2.1-14 17.8 1.1.1 2.2.2 3.2.2 2.35 0 4.34-.31 6-.84-.24-.62-.4-1.29-.4-1.99-1.59.55-3.47.83-5.6.83H5.1c-.2-4.6.7-8.2 2.8-10.5C10.4 5.6 14.4 5 17.2 5M17 7C7 7 7 17 7 17 11 9 17 7 17 7m0 10h-3v2h3v3h2v-3h3v-2h-3v-3h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/seed-plus.svg b/mkdocs-material/material/templates/.icons/material/seed-plus.svg new file mode 100644 index 0000000..fb56a89 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/seed-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 17h-3v2h3v3h2v-3h3v-2h-3v-3h-2zm-5 1c0-3.31 2.69-6 6-6 .77 0 1.5.15 2.17.41 1.46-4.51.53-9.11.53-9.11S19.3 3 17.2 3c-5.5 0-15.6 2.1-14 17.8 1.1.1 2.2.2 3.2.2 2.36 0 4.34-.31 6.01-.85-.26-.65-.41-1.39-.41-2.15m-5-1S7 7 17 7c0 0-6 2-10 10"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/seed.svg b/mkdocs-material/material/templates/.icons/material/seed.svg new file mode 100644 index 0000000..ed6f2c7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/seed.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.7 3.3S19.3 3 17.2 3c-5.5 0-15.6 2.1-14 17.8 1.1.1 2.2.2 3.2.2C24.3 21 20.7 3.3 20.7 3.3M7 17S7 7 17 7c0 0-6 2-10 10"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/seesaw.svg b/mkdocs-material/material/templates/.icons/material/seesaw.svg new file mode 100644 index 0000000..4fd28e1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/seesaw.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.68 13.26.36 1.97-19.69 3.54L2 16.8l2.95-.53-.35-1.97c-.1-.54.26-1.06.81-1.16.54-.1 1.06.26 1.16.81l.35 1.96 9.84-1.76-.35-1.97c-.1-.55.26-1.07.81-1.18.54-.08 1.06.28 1.16.82l.35 1.97zM10.06 18.4 8 22h8l-2.42-4.23z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/segment.svg b/mkdocs-material/material/templates/.icons/material/segment.svg new file mode 100644 index 0000000..d654143 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/segment.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 8H3V6h18M9 13h12v-2H9m0 7h12v-2H9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/select-all.svg b/mkdocs-material/material/templates/.icons/material/select-all.svg new file mode 100644 index 0000000..79eaed6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/select-all.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 9h6v6H9m-2 2h10V7H7m8-2h2V3h-2m0 18h2v-2h-2m4-2h2v-2h-2m0-6h2V7h-2m0 14a2 2 0 0 0 2-2h-2m0-6h2v-2h-2m-8 10h2v-2h-2M9 3H7v2h2M3 17h2v-2H3m2 6v-2H3a2 2 0 0 0 2 2M19 3v2h2a2 2 0 0 0-2-2m-6 0h-2v2h2M3 9h2V7H3m4 14h2v-2H7m-4-6h2v-2H3m0-6h2V3a2 2 0 0 0-2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/select-arrow-down.svg b/mkdocs-material/material/templates/.icons/material/select-arrow-down.svg new file mode 100644 index 0000000..e9694f2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/select-arrow-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 3h1v2H3V4c0-.6.4-1 1-1m16 0c.6 0 1 .4 1 1v1h-2V3zm-5 2V3h2v2zm-4 0V3h2v2zM7 5V3h2v2zm4 16v-2h2v2zm-4 0v-2h2v2zm-3 0c-.6 0-1-.4-1-1v-1h2v2zm-1-6h2v2H3zm0-4h2v2H3zm18 0v2h-2v-2zM3 7h2v2H3zm18 0v2h-2V7zm-2 15 3-3h-2v-4h-2v4h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/select-arrow-up.svg b/mkdocs-material/material/templates/.icons/material/select-arrow-up.svg new file mode 100644 index 0000000..472cfc6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/select-arrow-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 3h1v2H3V4c0-.6.4-1 1-1m16 0c.6 0 1 .4 1 1v1h-2V3zm-5 2V3h2v2zm-4 0V3h2v2zM7 5V3h2v2zm4 16v-2h2v2zm-4 0v-2h2v2zm-3 0c-.6 0-1-.4-1-1v-1h2v2zm-1-6h2v2H3zm0-4h2v2H3zm18 0v2h-2v-2zM3 7h2v2H3zm18 0v2h-2V7zm-2 8-3 3h2v4h2v-4h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/select-color.svg b/mkdocs-material/material/templates/.icons/material/select-color.svg new file mode 100644 index 0000000..5d1ccd2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/select-color.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.88 3c-.5.06-.88.5-.88 1v1h2V3H3.88M7 3v2h2V3zm4 0v2h2V3zm4 0v2h2V3zm4 0v2h2V3.88c-.06-.5-.5-.88-1-.88zM3 7v2h2V7zm16 0v2h2V7zM3 11v2h2v-2zm16.31 1c-.13 0-.26.05-.36.14l-1.56 1.57-.96-.96-.71.71.71.71-4.46 4.46V21h2.38l4.45-4.46.7.71.72-.71-.96-.96 1.56-1.55c.18-.2.18-.53 0-.72l-1.17-1.17a.48.48 0 0 0-.34-.14M3 15v2h2v-2zm14 0 .97.97L13.93 20l-.96-.96zM3 19v1.12c.06.5.5.88 1 .88h1v-2H3m4 0v2h2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/select-compare.svg b/mkdocs-material/material/templates/.icons/material/select-compare.svg new file mode 100644 index 0000000..0e834c1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/select-compare.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 23h-2V1h2zm-4-4H5V5h4V3H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h4zM19 7v2h2V7zm0-2h2a2 2 0 0 0-2-2zm2 10h-2v2h2zm-2-4v2h2v-2zm-2-8h-2v2h2zm2 18c1.11 0 2-.89 2-2h-2zm-2-2h-2v2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/select-drag.svg b/mkdocs-material/material/templates/.icons/material/select-drag.svg new file mode 100644 index 0000000..4e3ae78 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/select-drag.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 17h4v-4h2v4h4v2h-4v4h-2v-4h-4zm-2 0v2H9v-2zm-4 0v2H5v-2zm12-8v2h-2V9zm0-4v2h-2V5zm-4 0v2h-2V5zm-4 0v2H9V5zM7 5v2H5V5zm0 8v2H5v-2zm0-4v2H5V9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/select-group.svg b/mkdocs-material/material/templates/.icons/material/select-group.svg new file mode 100644 index 0000000..ca0466a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/select-group.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3a2 2 0 0 0-2 2h2m2-2v2h2V3m2 0v2h2V3m2 0v2h2V3m2 0v2h2a2 2 0 0 0-2-2M3 7v2h2V7m2 0v4h4V7m2 0v4h4V7m2 0v2h2V7M3 11v2h2v-2m14 0v2h2v-2M7 13v4h4v-4m2 0v4h4v-4M3 15v2h2v-2m14 0v2h2v-2M3 19a2 2 0 0 0 2 2v-2m2 0v2h2v-2m2 0v2h2v-2m2 0v2h2v-2m2 0v2a2 2 0 0 0 2-2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/select-inverse.svg b/mkdocs-material/material/templates/.icons/material/select-inverse.svg new file mode 100644 index 0000000..330722c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/select-inverse.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3h2v2h2V3h2v2h2V3h2v2h2V3h2v2h2v2h-2v2h2v2h-2v2h2v2h-2v2h2v2h-2v2h-2v-2h-2v2h-2v-2h-2v2H9v-2H7v2H5v-2H3v-2h2v-2H3v-2h2v-2H3V9h2V7H3V5h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/select-marker.svg b/mkdocs-material/material/templates/.icons/material/select-marker.svg new file mode 100644 index 0000000..e781bed --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/select-marker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 3h1v2H3V4c0-.55.45-1 1-1m16 0c.55 0 1 .45 1 1v1h-2V3zm-5 2V3h2v2zm-4 0V3h2v2zM7 5V3h2v2zm4 16v-2h2v2zm-4 0v-2h2v2zm-3 0c-.55 0-1-.45-1-1v-1h2v2zm-1-6h2v2H3zm0-4h2v2H3zm0-4h2v2H3zm18 0v2h-2V7zm-1.5 6c1.9 0 3.5 1.6 3.5 3.5 0 2.6-3.5 6.5-3.5 6.5S16 19.1 16 16.5c0-1.9 1.6-3.5 3.5-3.5m0 4.8c.7 0 1.3-.6 1.2-1.2 0-.6-.6-1.2-1.2-1.2s-1.2.5-1.2 1.2c0 .6.5 1.2 1.2 1.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/select-multiple-marker.svg b/mkdocs-material/material/templates/.icons/material/select-multiple-marker.svg new file mode 100644 index 0000000..a38fac2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/select-multiple-marker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 4h1v2H6V5c0-.55.45-1 1-1m12 0c.55 0 1 .45 1 1v1h-2V4zm-5 2V4h2v2zm-4 0V4h2v2zm0 12v-2h2v2zm-3 0c-.55 0-1-.45-1-1v-1h2v2zm-1-6h2v2H6zm0-4h2v2H6zm14 0v2h-2V8zM3 8h1v12h10.58l1.45 2H3c-.55 0-1-.45-1-1V9c0-.55.45-1 1-1m15.5 4c1.9 0 3.5 1.6 3.5 3.5 0 2.6-3.5 6.5-3.5 6.5S15 18.1 15 15.5c0-1.9 1.6-3.5 3.5-3.5m0 4.8c.7 0 1.3-.6 1.2-1.2 0-.6-.6-1.2-1.2-1.2s-1.2.5-1.2 1.2c0 .6.5 1.2 1.2 1.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/select-multiple.svg b/mkdocs-material/material/templates/.icons/material/select-multiple.svg new file mode 100644 index 0000000..179a6c1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/select-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 12h2v2h-2zm-4 4h2v2h-2zm6 1c0 .55-.45 1-1 1h-1v-2h2zM7 4h1v2H6V5c0-.55.45-1 1-1m12 0c.55 0 1 .45 1 1v1h-2V4zm-5 2V4h2v2zm-4 0V4h2v2zm0 12v-2h2v2zm-3 0c-.55 0-1-.45-1-1v-1h2v2zm-1-6h2v2H6zm0-4h2v2H6zm14 0v2h-2V8zM3 8h1v12h12v1c0 .54-.43 1-.97 1H3c-.55 0-1-.45-1-1V9c0-.55.45-1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/select-off.svg b/mkdocs-material/material/templates/.icons/material/select-off.svg new file mode 100644 index 0000000..417ebca --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/select-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 4.27 2.28 3 21 21.72 19.73 23 17 20.27V21h-2v-2h.73L5 8.27V9H3V7h.73zM20 3a1 1 0 0 1 1 1v1h-2V3zm-5 2V3h2v2zm-4 0V3h2v2zM7 5V3h2v2zm4 16v-2h2v2zm-4 0v-2h2v2zm-3 0a1 1 0 0 1-1-1v-1h2v2zm-1-6h2v2H3zm18 0v2h-2v-2zM3 11h2v2H3zm18 0v2h-2v-2zm0-4v2h-2V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/select-place.svg b/mkdocs-material/material/templates/.icons/material/select-place.svg new file mode 100644 index 0000000..003d297 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/select-place.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 3h1v2H3V4c0-.5.5-1 1-1m16 0c.5 0 1 .5 1 1v1h-2V3zm-5 2V3h2v2zm-4 0V3h2v2zM7 5V3h2v2zm14 7c0 .5-.5 1-1 1h-1v-2h2zm-6 1v-2h2v2zm-4 0v-2h2v2zm-4 0v-2h2v2zm-3 0c-.5 0-1-.5-1-1v-1h2v2zM3 7h2v2H3zm18 0v2h-2V7zM7 16l5 5 5-5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/select-remove.svg b/mkdocs-material/material/templates/.icons/material/select-remove.svg new file mode 100644 index 0000000..92aea85 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/select-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 20c0 .55-.45 1-1 1h-1v-2h2zm-6 1v-2h2v2zm-4 0v-2h2v2zm-4 0v-2h2v2zm-3 0c-.55 0-1-.45-1-1v-1h2v2zm-1-6h2v2H3zm18 0v2h-2v-2zm-6.41-7L12 10.59 9.41 8 8 9.41 10.59 12 8 14.59 9.41 16 12 13.41 14.59 16 16 14.59 13.41 12 16 9.41zM3 11h2v2H3zm18 0v2h-2v-2zM3 7h2v2H3zm18 0v2h-2V7zM4 3h1v2H3V4c0-.55.45-1 1-1m16 0c.55 0 1 .45 1 1v1h-2V3zm-5 2V3h2v2zm-4 0V3h2v2zM7 5V3h2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/select-search.svg b/mkdocs-material/material/templates/.icons/material/select-search.svg new file mode 100644 index 0000000..aaf3ab2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/select-search.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.31 18.9c.44-.69.69-1.52.69-2.4 0-2.5-2-4.5-4.5-4.5S11 14 11 16.5s2 4.5 4.5 4.5c.87 0 1.69-.25 2.38-.68L21 23.39 22.39 22zm-3.81.1a2.5 2.5 0 0 1 0-5 2.5 2.5 0 0 1 0 5M21 9h-2V7h2zm0-4h-2V3h1c.55 0 1 .45 1 1zm-2 6.03V11h2v2h-.03A6.6 6.6 0 0 0 19 11.03M17 5h-2V3h2zm-4 0h-2V3h2zM3 7h2v2H3zm4 12h2v2H7zm-4-8h2v2H3zm1-8h1v2H3V4c0-.55.45-1 1-1m5 2H7V3h2zM3 19h2v2H4c-.55 0-1-.45-1-1zm0-4h2v2H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/select.svg b/mkdocs-material/material/templates/.icons/material/select.svg new file mode 100644 index 0000000..dbd1b21 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/select.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 3h1v2H3V4a1 1 0 0 1 1-1m16 0a1 1 0 0 1 1 1v1h-2V3zm-5 2V3h2v2zm-4 0V3h2v2zM7 5V3h2v2zm14 15a1 1 0 0 1-1 1h-1v-2h2zm-6 1v-2h2v2zm-4 0v-2h2v2zm-4 0v-2h2v2zm-3 0a1 1 0 0 1-1-1v-1h2v2zm-1-6h2v2H3zm18 0v2h-2v-2zM3 11h2v2H3zm18 0v2h-2v-2zM3 7h2v2H3zm18 0v2h-2V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/selection-drag.svg b/mkdocs-material/material/templates/.icons/material/selection-drag.svg new file mode 100644 index 0000000..5700fd1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/selection-drag.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 17h3v-3h2v3h3v2h-3v3h-2v-3h-3zm-2 0v2H9v-2zm-5 0v2H3v-4h2v2zm-4-4v-3h2v3zm0-5V4h4v2H5v2zm6-4h3v2H9zm6 0h4v4h-2V6h-2zm4 6v2h-2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/selection-ellipse-arrow-inside.svg b/mkdocs-material/material/templates/.icons/material/selection-ellipse-arrow-inside.svg new file mode 100644 index 0000000..107d2f3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/selection-ellipse-arrow-inside.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.2 4c-1.26.12-2.48.53-3.56 1.2l-1-1.73A9.7 9.7 0 0 1 11 2m6.53 4.25c-.91-.86-2-1.52-3.19-1.92L15 2.39c1.5.45 2.89 1.27 4 2.39M5.34 7.41A8.3 8.3 0 0 0 4 10.83l-2-.28C2.2 9 2.79 7.5 3.7 6.23M22 12v.66l-2-.16V12c0-1.08-.19-2.14-.61-3.14l1.83-.8c.53 1.25.78 2.59.78 3.94M6 17.3l-1.5 1.31a10.46 10.46 0 0 1-2.2-4.08L4.17 14c.36 1.22.99 2.35 1.83 3.3m6.14 4.7H12c-1.5 0-3-.32-4.36-.93l.89-1.83c1.09.51 2.27.76 3.47.76h.19M17 21h-2v-6h6v2h-2.58l2.72 2.76-1.41 1.41L17 18.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/selection-ellipse-remove.svg b/mkdocs-material/material/templates/.icons/material/selection-ellipse-remove.svg new file mode 100644 index 0000000..189f981 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/selection-ellipse-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m6.35 20.25 1.21-1.59c.86.57 1.83.98 2.87 1.19l-.27 1.98c-1.39-.26-2.66-.83-3.81-1.58m10.08-1.59 1.21 1.6c-1.14.77-2.41 1.31-3.8 1.57l-.27-1.98c1.04-.21 2-.62 2.86-1.19m3.41-5.07 1.99.27c-.26 1.39-.83 2.68-1.59 3.8l-1.59-1.21c.57-.85.98-1.82 1.19-2.86m-17.67.25 1.98-.27a8.1 8.1 0 0 0 1.19 2.87l-1.59 1.21C3 16.5 2.43 15.23 2.17 13.84M14.59 8 12 10.59 9.41 8 8 9.41 10.59 12 8 14.59 9.41 16 12 13.41 14.59 16 16 14.59 13.41 12 16 9.41zm4.07-.44 1.59-1.21a9.9 9.9 0 0 1 1.58 3.83l-1.98.27a8.1 8.1 0 0 0-1.19-2.89M4.15 10.43l-1.98-.27C2.43 8.77 3 7.5 3.75 6.35l1.59 1.21a8.1 8.1 0 0 0-1.19 2.87m9.42-6.28.27-1.98c1.39.26 2.66.83 3.81 1.58l-1.21 1.59a8.1 8.1 0 0 0-2.87-1.19M7.56 5.34 6.35 3.75C7.5 3 8.77 2.43 10.16 2.17l.27 1.98a8.1 8.1 0 0 0-2.87 1.19"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/selection-ellipse.svg b/mkdocs-material/material/templates/.icons/material/selection-ellipse.svg new file mode 100644 index 0000000..1c19c9f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/selection-ellipse.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m6.35 20.25 1.21-1.59c.86.57 1.83.98 2.87 1.19l-.27 1.98c-1.39-.26-2.66-.83-3.81-1.58m10.08-1.59 1.21 1.6c-1.14.77-2.41 1.31-3.8 1.57l-.27-1.98c1.04-.21 2-.62 2.86-1.19m3.41-5.07 1.99.27c-.26 1.39-.83 2.68-1.59 3.8l-1.59-1.21c.57-.85.98-1.82 1.19-2.86m-17.67.25 1.98-.27a8.1 8.1 0 0 0 1.19 2.87l-1.59 1.21C3 16.5 2.43 15.23 2.17 13.84m16.49-6.28 1.59-1.21a9.9 9.9 0 0 1 1.58 3.83l-1.98.27a8.1 8.1 0 0 0-1.19-2.89m-5.09-3.41.27-1.98c1.39.26 2.66.83 3.81 1.58l-1.21 1.59a8.1 8.1 0 0 0-2.87-1.19M7.56 5.34 6.35 3.75C7.5 3 8.77 2.43 10.16 2.17l.27 1.98a8.1 8.1 0 0 0-2.87 1.19m-3.41 5.09-1.98-.27C2.43 8.77 3 7.5 3.75 6.35l1.59 1.21a8.1 8.1 0 0 0-1.19 2.87"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/selection-marker.svg b/mkdocs-material/material/templates/.icons/material/selection-marker.svg new file mode 100644 index 0000000..11b5292 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/selection-marker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 4a2 2 0 0 1 2-2h3v2H4v3H2zm20 0v3h-2V4h-3V2h3a2 2 0 0 1 2 2M2 20v-3h2v3h3v2H4a2 2 0 0 1-2-2m8-18h4v2h-4zm0 18h4v2h-4zM2 10h2v4H2zm16.5 3c1.9 0 3.5 1.6 3.5 3.5 0 2.6-3.5 6.5-3.5 6.5S15 19.1 15 16.5c0-1.9 1.6-3.5 3.5-3.5m0 4.8c.7 0 1.3-.6 1.2-1.2 0-.6-.6-1.2-1.2-1.2s-1.2.5-1.2 1.2c0 .6.5 1.2 1.2 1.2M20 10h2v2.34c-.58-.5-1.26-.89-2-1.11z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/selection-multiple-marker.svg b/mkdocs-material/material/templates/.icons/material/selection-multiple-marker.svg new file mode 100644 index 0000000..5822d4c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/selection-multiple-marker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 4h2v2H8v1H6V5c0-.55.45-1 1-1m12 0c.55 0 1 .45 1 1v2h-2V6h-1V4zm-8 2V4h4v2zM7 18c-.55 0-1-.45-1-1v-2h2v1h1v2zM6 9h2v4H6zM3 8h1v12h10.58l1.45 2H3c-.55 0-1-.45-1-1V9c0-.55.45-1 1-1m15.5 4c1.9 0 3.5 1.6 3.5 3.5 0 2.6-3.5 6.5-3.5 6.5S15 18.1 15 15.5c0-1.9 1.6-3.5 3.5-3.5m0 4.8c.7 0 1.3-.6 1.2-1.2 0-.6-.6-1.2-1.2-1.2s-1.2.5-1.2 1.2c0 .6.5 1.2 1.2 1.2M11 18v-2h2c.09.66.27 1.33.5 2zm9-9v1.23c-.5-.15-1-.23-1.5-.23l-.5.03V9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/selection-multiple.svg b/mkdocs-material/material/templates/.icons/material/selection-multiple.svg new file mode 100644 index 0000000..6fee356 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/selection-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 6V4h4v2zM6 9h2v4H6zm0-3a2 2 0 0 1 2-2h1v2H8v1H6zm2 12a2 2 0 0 1-2-2v-1h2v1h1v2zM18 4a2 2 0 0 1 2 2v1h-2V6h-1V4zm-3 12v2h-4v-2zm5-3h-2V9h2zm0 3a2 2 0 0 1-2 2h-1v-2h1v-1h2zM3 8h1v12h12v1c0 .54-.43 1-.97 1H3c-.55 0-1-.45-1-1V9c0-.55.45-1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/selection-off.svg b/mkdocs-material/material/templates/.icons/material/selection-off.svg new file mode 100644 index 0000000..d3715f7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/selection-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.5 3.77 1.78 2.5 21.5 22.22l-1.27 1.28-1.5-1.5H17v-1.73L3.73 7H2V5.27zM4 2h3v2H5.82L3.83 2zm18 2v3h-2V4h-3V2h3a2 2 0 0 1 2 2m-2 13h2v3.17l-2-1.99zM2 20v-3h2v3h3v2H4a2 2 0 0 1-2-2m8-18h4v2h-4zm0 18h4v2h-4zm10-10h2v4h-2zM2 10h2v4H2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/selection-remove.svg b/mkdocs-material/material/templates/.icons/material/selection-remove.svg new file mode 100644 index 0000000..b1a6f35 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/selection-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 20v-3h2v3a2 2 0 0 1-2 2h-3v-2zM2 20v-3h2v3h3v2H4c-1.1 0-2-.9-2-2m8 0h4v2h-4zm4.59-12L12 10.59 9.41 8 8 9.41 10.59 12 8 14.59 9.41 16 12 13.41 14.59 16 16 14.59 13.41 12 16 9.41zM20 10h2v4h-2zM2 10h2v4H2zm0-6a2 2 0 0 1 2-2h3v2H4v3H2zm20 0v3h-2V4h-3V2h3c1.1 0 2 .9 2 2M10 2h4v2h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/selection-search.svg b/mkdocs-material/material/templates/.icons/material/selection-search.svg new file mode 100644 index 0000000..b7c7916 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/selection-search.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.27 18.9c.43-.69.68-1.52.68-2.4 0-2.5-2-4.5-4.49-4.5s-4.5 2-4.5 4.5 2 4.5 4.5 4.5c.87 0 1.69-.25 2.38-.68l3.12 3.07L22.35 22zm-3.81.1c-1.39 0-2.5-1.12-2.5-2.5s1.11-2.5 2.5-2.5 2.49 1.12 2.49 2.5-1.11 2.5-2.49 2.5M22 14h-.55c-.33-.81-.83-1.53-1.45-2.14V10h2zM20 4h-3V2h3a2 2 0 0 1 2 2v3h-2zm-6 0h-4V2h4zM4 2h3v2H4v3H2V4a2 2 0 0 1 2-2m8 20h-2v-2c.5.82 1.2 1.5 2 2m-8-2h3v2H4a2 2 0 0 1-2-2v-3h2zm0-6H2v-4h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/selection.svg b/mkdocs-material/material/templates/.icons/material/selection.svg new file mode 100644 index 0000000..b82d370 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/selection.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 4a2 2 0 0 1 2-2h3v2H4v3H2zm20 0v3h-2V4h-3V2h3a2 2 0 0 1 2 2m-2 16v-3h2v3a2 2 0 0 1-2 2h-3v-2zM2 20v-3h2v3h3v2H4a2 2 0 0 1-2-2m8-18h4v2h-4zm0 18h4v2h-4zm10-10h2v4h-2zM2 10h2v4H2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/semantic-web.svg b/mkdocs-material/material/templates/.icons/material/semantic-web.svg new file mode 100644 index 0000000..5ca8a78 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/semantic-web.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.9 4.22C18.73 6.84 20 2 20 2s-1.11 6.07-6.21 8.55c-1.04.51-1.69.78-1.69.78L3.73 7.25l8.37-3.43s-.2-.06.8.4M11.12 22l-7.79-4.22V9.07l7.79 3.97zm1.76 0 7.8-4.22V9.07l-7.8 3.97z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/send-check-outline.svg b/mkdocs-material/material/templates/.icons/material/send-check-outline.svg new file mode 100644 index 0000000..8a6d822 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/send-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 3v7l15 2-15 2v7l21-9M4 6.03l7.53 3.22-7.53-1m7.53 6.5L4 17.97v-2.22m18-.25L18.5 19l-2-2-1.5 1.5 3.5 3.5 5-5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/send-check.svg b/mkdocs-material/material/templates/.icons/material/send-check.svg new file mode 100644 index 0000000..65e4d07 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/send-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 3v7l15 2-15 2v7l21-9m-1 3.5L18.5 19l-2-2-1.5 1.5 3.5 3.5 5-5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/send-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/send-circle-outline.svg new file mode 100644 index 0000000..de8818b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/send-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 7.71 18 12 8 16.29v-3.34l7.14-.95L8 11.05zM12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/send-circle.svg b/mkdocs-material/material/templates/.icons/material/send-circle.svg new file mode 100644 index 0000000..b002a38 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/send-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2M8 7.71v3.34l7.14.95-7.14.95v3.34L18 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/send-clock-outline.svg b/mkdocs-material/material/templates/.icons/material/send-clock-outline.svg new file mode 100644 index 0000000..d3ccd24 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/send-clock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 3v7l9 2-9 2v7l7.27-3.11A7 7 0 0 0 16 23a7 7 0 0 0 7-7 7 7 0 0 0-7-7zm2 3.03 8.78 3.77a7 7 0 0 0-.68.4L4 8.4zM16 11a5 5 0 0 1 5 5 5 5 0 0 1-5 5 5 5 0 0 1-5-5 5 5 0 0 1 5-5m-1 1.5v4l3 2 .75-1.25-2.25-1.5V12.5zm-5.82 1.95A7 7 0 0 0 9 15.82l-5 2.15V15.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/send-clock.svg b/mkdocs-material/material/templates/.icons/material/send-clock.svg new file mode 100644 index 0000000..eba07f0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/send-clock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 3v7l9 2-9 2v7l7.27-3.11A7 7 0 0 0 16 23a7 7 0 0 0 7-7 7 7 0 0 0-7-7zm14 8a5 5 0 0 1 5 5 5 5 0 0 1-5 5 5 5 0 0 1-5-5 5 5 0 0 1 5-5m-1 1.5v4l3 2 .75-1.25-2.25-1.5V12.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/send-lock-outline.svg b/mkdocs-material/material/templates/.icons/material/send-lock-outline.svg new file mode 100644 index 0000000..714abc5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/send-lock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 18v-.5a2.5 2.5 0 0 0-5 0v.5c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h5c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1m-1 0h-3v-.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5zM4 6.03l7.5 3.22-7.5-1zm7.5 8.72L4 17.97v-2.22zM2 3v7l15 2-15 2v7l21-9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/send-lock.svg b/mkdocs-material/material/templates/.icons/material/send-lock.svg new file mode 100644 index 0000000..9ccb1a5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/send-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 18v-.5a2.5 2.5 0 0 0-2.5-2.5 2.5 2.5 0 0 0-2.5 2.5v.5a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1m-1 0h-3v-.5a1.5 1.5 0 0 1 1.5-1.5 1.5 1.5 0 0 1 1.5 1.5zm1-6L2 21v-7l15-2-15-2V3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/send-outline.svg b/mkdocs-material/material/templates/.icons/material/send-outline.svg new file mode 100644 index 0000000..3b0b795 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/send-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m4 6.03 7.5 3.22-7.5-1zm7.5 8.72L4 17.97v-2.22zM2 3v7l15 2-15 2v7l21-9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/send-variant-clock-outline.svg b/mkdocs-material/material/templates/.icons/material/send-variant-clock-outline.svg new file mode 100644 index 0000000..afbc9e2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/send-variant-clock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 16.69V13h1.5v2.82l2.44 1.41-.75 1.3zm6.63-4.84L22 12l-.2.08a7.001 7.001 0 0 1-10.75 8.87c-.97-.95-1.63-2.21-1.91-3.54L3 20V4l12.03 5.07C15.35 9 15.67 9 16 9c1.86 0 3.64.74 4.95 2.05.25.25.48.52.68.8m-9.35-1.78L5 7v3.5l5.37 1.34c.52-.7 1.17-1.3 1.91-1.77m-2.17 2.15L5 13.5V17l4.04-1.7c.11-1.13.49-2.17 1.07-3.08M20.85 16c0-2.68-2.18-4.85-4.85-4.85-1.29 0-2.5.51-3.43 1.42-.91.93-1.42 2.14-1.42 3.43 0 2.68 2.17 4.85 4.85 4.85.64 0 1.27-.12 1.86-.35.58-.26 1.14-.62 1.57-1.07.45-.43.81-.99 1.07-1.57.23-.59.35-1.22.35-1.86"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/send-variant-clock.svg b/mkdocs-material/material/templates/.icons/material/send-variant-clock.svg new file mode 100644 index 0000000..e959c43 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/send-variant-clock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 16.69V13h1.5v2.82l2.44 1.41-.75 1.3zM3 20v-6l7.11-1.78c.08-.13.17-.25.26-.38L3 10V4l12.03 5.07C15.35 9 15.67 9 16 9c1.86 0 3.64.74 4.95 2.05.25.25.48.52.68.8L22 12l-.2.08a7.001 7.001 0 0 1-10.75 8.87c-.97-.95-1.63-2.21-1.91-3.54zm17.85-4c0-2.68-2.18-4.85-4.85-4.85-1.29 0-2.5.51-3.43 1.42-.91.93-1.42 2.14-1.42 3.43 0 2.68 2.17 4.85 4.85 4.85.64 0 1.27-.12 1.86-.35.58-.26 1.14-.62 1.57-1.07.45-.43.81-.99 1.07-1.57.23-.59.35-1.22.35-1.86"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/send-variant-outline.svg b/mkdocs-material/material/templates/.icons/material/send-variant-outline.svg new file mode 100644 index 0000000..566a6de --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/send-variant-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 20V4l19 8M5 17l11.85-5L5 7v3.5l6 1.5-6 1.5M5 17V7v6.5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/send-variant.svg b/mkdocs-material/material/templates/.icons/material/send-variant.svg new file mode 100644 index 0000000..29d654f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/send-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 20v-6l8-2-8-2V4l19 8Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/send.svg b/mkdocs-material/material/templates/.icons/material/send.svg new file mode 100644 index 0000000..2775e55 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/send.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m2 21 21-9L2 3v7l15 2-15 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/serial-port.svg b/mkdocs-material/material/templates/.icons/material/serial-port.svg new file mode 100644 index 0000000..12e21eb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/serial-port.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 3h10v2h2v3h-3v6H8V8H5V5h2zm10 6h2v5h-2zm-6 6h2v7h-2zM5 9h2v5H5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/server-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/server-minus-outline.svg new file mode 100644 index 0000000..0f2a984 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/server-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 17h8v2H8zM2 5.6v4.8c0 .9.5 1.6 1.2 1.6h17.7c.6 0 1.2-.7 1.2-1.6V5.6C22 4.7 21.5 4 20.8 4H3.2C2.5 4 2 4.7 2 5.6M10 9V7H9v2zM5 9h2V7H5zm15 1H4V6h16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/server-minus.svg b/mkdocs-material/material/templates/.icons/material/server-minus.svg new file mode 100644 index 0000000..0f880bb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/server-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 4h16a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1m5 4h1V6H9zM5 6v2h2V6zm3 10h8v2H8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/server-network-off.svg b/mkdocs-material/material/templates/.icons/material/server-network-off.svg new file mode 100644 index 0000000..1af9c86 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/server-network-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19h1a1 1 0 0 1 1 1h.73L13 17.27zm9 1v1.18L20.82 20zm-1 2.72L19.73 24l-2-2H15a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1H2v-2h7a1 1 0 0 1 1-1h1v-2H4a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h2.73l-2-2H4a1 1 0 0 1-1-1v-.73l-2-2L2.28 4zM4 3h16a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H9.82L7 6.18V5H5.82L3.84 3zm16 8a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-2.18l-6-6zM9 7h1V5H9zm0 8h1v-.73l-1-1zm-4-2v2h2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/server-network-outline.svg b/mkdocs-material/material/templates/.icons/material/server-network-outline.svg new file mode 100644 index 0000000..86edf64 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/server-network-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 13v2h1c.6 0 1 .4 1 1h7v2h-7c0 .6-.4 1-1 1h-4c-.6 0-1-.4-1-1H2v-2h7c0-.6.4-1 1-1h1v-2H3.2c-.7 0-1.2-.7-1.2-1.6V6.6C2 5.7 2.5 5 3.2 5h17.6c.7 0 1.2.7 1.2 1.6v4.8c0 .9-.5 1.6-1.2 1.6zm-4-3V8h1v2zM5 8h2v2H5zm15-1H4v4h16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/server-network.svg b/mkdocs-material/material/templates/.icons/material/server-network.svg new file mode 100644 index 0000000..6a869fc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/server-network.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19h1a1 1 0 0 1 1 1h7v2h-7a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1H2v-2h7a1 1 0 0 1 1-1h1v-2H4a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-7zM4 3h16a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1m5 4h1V5H9zm0 8h1v-2H9zM5 5v2h2V5zm0 8v2h2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/server-off.svg b/mkdocs-material/material/templates/.icons/material/server-off.svg new file mode 100644 index 0000000..86bcbc3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/server-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 1h16a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H8.82l-2-2H7V3H5v.18L3.21 1.39C3.39 1.15 3.68 1 4 1m18 21.72L20.73 24l-1-1H4a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h9.73l-2-2H4a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h1.73L3.68 6.95c-.3-.1-.53-.33-.63-.63L1 4.27 2.28 3zM20 9a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-3.18l-6-6zm0 8a1 1 0 0 1 1 1v1.18L18.82 17zM9 5h1V3H9zm0 8h.73L9 12.27zm0 8h1v-2H9zM5 11v2h2v-2zm0 8v2h2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/server-outline.svg b/mkdocs-material/material/templates/.icons/material/server-outline.svg new file mode 100644 index 0000000..0538a89 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/server-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 4.6v4.8c0 .9.5 1.6 1.2 1.6h17.7c.6 0 1.2-.7 1.2-1.6V4.6C22 3.7 21.5 3 20.8 3H3.2C2.5 3 2 3.7 2 4.6M10 8V6H9v2zM5 8h2V6H5zm15 1H4V5h16zM2 14.6v4.8c0 .9.5 1.6 1.2 1.6h17.7c.6 0 1.2-.7 1.2-1.6v-4.8c0-.9-.5-1.6-1.2-1.6H3.2c-.7 0-1.2.7-1.2 1.6m8 3.4v-2H9v2zm-5 0h2v-2H5zm15 1H4v-4h16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/server-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/server-plus-outline.svg new file mode 100644 index 0000000..41ae62f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/server-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 4.6v4.8c0 .9.5 1.6 1.2 1.6h17.7c.6 0 1.2-.7 1.2-1.6V4.6C22 3.7 21.5 3 20.8 3H3.2C2.5 3 2 3.7 2 4.6M10 8V6H9v2zM5 8h2V6H5zm15 1H4V5h16zM8 16h3v-3h2v3h3v2h-3v3h-2v-3H8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/server-plus.svg b/mkdocs-material/material/templates/.icons/material/server-plus.svg new file mode 100644 index 0000000..933c055 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/server-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 4h16a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1m5 4h1V6H9zM5 6v2h2V6zm3 10h3v-3h2v3h3v2h-3v3h-2v-3H8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/server-remove.svg b/mkdocs-material/material/templates/.icons/material/server-remove.svg new file mode 100644 index 0000000..7e8a54a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/server-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 4h16a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1m5 4h1V6H9zM5 6v2h2V6zm5.59 11L8 14.41 9.41 13 12 15.59 14.59 13 16 14.41 13.41 17 16 19.59 14.59 21 12 18.41 9.41 21 8 19.59z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/server-security.svg b/mkdocs-material/material/templates/.icons/material/server-security.svg new file mode 100644 index 0000000..8dd934b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/server-security.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 1h16a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1m0 8h16a1 1 0 0 1 1 1v.67l-2.5-1.11-6.5 2.88V15H3a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1m0 8h8c.06 2.25 1 4.4 2.46 6H3a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1M8 5h1V3H8zm0 8h1v-2H8zm0 8h1v-2H8zM4 3v2h2V3zm0 8v2h2v-2zm0 8v2h2v-2zm13.5-7 4.5 2v3c0 2.78-1.92 5.37-4.5 6-2.58-.63-4.5-3.22-4.5-6v-3zm0 1.94L15 15.06v2.66c0 1.54 1.07 2.98 2.5 3.34z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/server.svg b/mkdocs-material/material/templates/.icons/material/server.svg new file mode 100644 index 0000000..a92d19d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/server.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 1h16a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1m0 8h16a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1m0 8h16a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1M9 5h1V3H9zm0 8h1v-2H9zm0 8h1v-2H9zM5 3v2h2V3zm0 8v2h2v-2zm0 8v2h2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/set-all.svg b/mkdocs-material/material/templates/.icons/material/set-all.svg new file mode 100644 index 0000000..3a6dbb0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/set-all.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 5c1.04 0 2.06.24 3 .68.94-.44 1.96-.68 3-.68a7 7 0 0 1 7 7 7 7 0 0 1-7 7c-1.04 0-2.06-.24-3-.68-.94.44-1.96.68-3 .68a7 7 0 0 1-7-7 7 7 0 0 1 7-7m-.5 7c0 1.87.79 3.56 2.06 4.75l1-.46c-1.25-1-2.06-2.55-2.06-4.29s.81-3.29 2.06-4.29l-1-.46A6.5 6.5 0 0 0 8.5 12m7 0c0-1.87-.79-3.56-2.06-4.75l-1 .46c1.25 1 2.06 2.55 2.06 4.29s-.81 3.29-2.06 4.29l1 .46A6.5 6.5 0 0 0 15.5 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/set-center-right.svg b/mkdocs-material/material/templates/.icons/material/set-center-right.svg new file mode 100644 index 0000000..feea611 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/set-center-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 19c-1.04 0-2.06-.24-3-.68-.94.44-1.96.68-3 .68a7 7 0 0 1-7-7 7 7 0 0 1 7-7c1.04 0 2.06.24 3 .68.94-.44 1.96-.68 3-.68a7 7 0 0 1 7 7 7 7 0 0 1-7 7m-6-2 1-.11c-1.28-1.3-2-3.06-2-4.89s.72-3.59 2-4.9L9 7a5 5 0 0 0-5 5 5 5 0 0 0 5 5m6.5-5c0-1.87-.79-3.56-2.06-4.75l-1 .46c1.25 1 2.06 2.55 2.06 4.29s-.81 3.29-2.06 4.29l1 .46A6.5 6.5 0 0 0 15.5 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/set-center.svg b/mkdocs-material/material/templates/.icons/material/set-center.svg new file mode 100644 index 0000000..460eddd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/set-center.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 5a7 7 0 0 0-7 7 7 7 0 0 0 7 7c1.04 0 2.06-.24 3-.68.94.44 1.96.68 3 .68a7 7 0 0 0 7-7 7 7 0 0 0-7-7c-1.04 0-2.06.24-3 .68-.94-.44-1.96-.68-3-.68m0 2c.34 0 .67.03 1 .1-1.28 1.31-2 3.07-2 4.9s.72 3.59 2 4.89c-.33.07-.66.11-1 .11a5 5 0 0 1-5-5 5 5 0 0 1 5-5m6 0a5 5 0 0 1 5 5 5 5 0 0 1-5 5c-.34 0-.67-.03-1-.1 1.28-1.31 2-3.07 2-4.9s-.72-3.59-2-4.89c.33-.07.66-.11 1-.11"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/set-left-center.svg b/mkdocs-material/material/templates/.icons/material/set-left-center.svg new file mode 100644 index 0000000..72e5a1c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/set-left-center.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 5c1.04 0 2.06.24 3 .68.94-.44 1.96-.68 3-.68a7 7 0 0 1 7 7 7 7 0 0 1-7 7c-1.04 0-2.06-.24-3-.68-.94.44-1.96.68-3 .68a7 7 0 0 1-7-7 7 7 0 0 1 7-7m6 2-1 .11c1.28 1.3 2 3.06 2 4.89s-.72 3.59-2 4.9l1 .1a5 5 0 0 0 5-5 5 5 0 0 0-5-5m-6.5 5c0 1.87.79 3.56 2.06 4.75l1-.46c-1.25-1-2.06-2.55-2.06-4.29s.81-3.29 2.06-4.29l-1-.46A6.5 6.5 0 0 0 8.5 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/set-left-right.svg b/mkdocs-material/material/templates/.icons/material/set-left-right.svg new file mode 100644 index 0000000..2d84d4c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/set-left-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 5c1.04 0 2.06.24 3 .68.94-.44 1.96-.68 3-.68a7 7 0 0 1 7 7 7 7 0 0 1-7 7c-1.04 0-2.06-.24-3-.68-.94.44-1.96.68-3 .68a7 7 0 0 1-7-7 7 7 0 0 1 7-7m0 7c0 2.22 1.21 4.16 3 5.2 1.79-1.04 3-2.98 3-5.2s-1.21-4.16-3-5.2C10.21 7.84 9 9.78 9 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/set-left.svg b/mkdocs-material/material/templates/.icons/material/set-left.svg new file mode 100644 index 0000000..b56d406 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/set-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 5a7 7 0 0 0-7 7 7 7 0 0 0 7 7c1.04 0 2.06-.24 3-.68.94.44 1.96.68 3 .68a7 7 0 0 0 7-7 7 7 0 0 0-7-7c-1.04 0-2.06.24-3 .68-.94-.44-1.96-.68-3-.68m6 2a5 5 0 0 1 5 5 5 5 0 0 1-5 5c-.34 0-.67-.03-1-.1 1.28-1.31 2-3.07 2-4.9s-.72-3.59-2-4.89c.33-.07.66-.11 1-.11m-3 1c1.26.95 2 2.43 2 4s-.74 3.05-2 4a5.01 5.01 0 0 1-2-4c0-1.57.74-3.05 2-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/set-merge.svg b/mkdocs-material/material/templates/.icons/material/set-merge.svg new file mode 100644 index 0000000..0e5cb14 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/set-merge.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 7v2h5V7zm10 2v2H9v2h3v2l3-3zm5 0v6h5V9zM2 11v2h5v-2zm0 4v2h5v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/set-none.svg b/mkdocs-material/material/templates/.icons/material/set-none.svg new file mode 100644 index 0000000..320b88f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/set-none.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 5a7 7 0 0 0-7 7 7 7 0 0 0 7 7c1.04 0 2.06-.24 3-.68.94.44 1.96.68 3 .68a7 7 0 0 0 7-7 7 7 0 0 0-7-7c-1.04 0-2.06.24-3 .68-.94-.44-1.96-.68-3-.68m0 2c.34 0 .67.03 1 .1-1.28 1.31-2 3.07-2 4.9s.72 3.59 2 4.89c-.33.07-.66.11-1 .11a5 5 0 0 1-5-5 5 5 0 0 1 5-5m6 0a5 5 0 0 1 5 5 5 5 0 0 1-5 5c-.34 0-.67-.03-1-.1 1.28-1.31 2-3.07 2-4.9s-.72-3.59-2-4.89c.33-.07.66-.11 1-.11m-3 1c1.26.95 2 2.43 2 4s-.74 3.05-2 4a5.01 5.01 0 0 1-2-4c0-1.57.74-3.05 2-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/set-right.svg b/mkdocs-material/material/templates/.icons/material/set-right.svg new file mode 100644 index 0000000..a342b4a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/set-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 19c-1.04 0-2.06-.24-3-.68-.94.44-1.96.68-3 .68a7 7 0 0 1-7-7 7 7 0 0 1 7-7c1.04 0 2.06.24 3 .68.94-.44 1.96-.68 3-.68a7 7 0 0 1 7 7 7 7 0 0 1-7 7m-6-2 1-.11c-1.28-1.3-2-3.06-2-4.89s.72-3.59 2-4.9L9 7a5 5 0 0 0-5 5 5 5 0 0 0 5 5m3-1c1.26-.95 2-2.43 2-4s-.74-3.05-2-4c-1.26.95-2 2.43-2 4s.74 3.05 2 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/set-split.svg b/mkdocs-material/material/templates/.icons/material/set-split.svg new file mode 100644 index 0000000..610c99a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/set-split.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 7v2h5V7zM2 9v6h5V9zm10 0v2H9v2h3v2l3-3zm5 2v2h5v-2zm0 4v2h5v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/set-square.svg b/mkdocs-material/material/templates/.icons/material/set-square.svg new file mode 100644 index 0000000..fad8f25 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/set-square.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17.7 17.7-1.1 1.1-.7-.8 1.1-1-2-2-1 1.1-.7-.7 1.1-1.1-1.9-1.9-1.1 1.1-.7-.7 1.1-1.1-2-1.9-1.1 1.1-.7-.7L9 9 7.1 7.1 6 8.1l-.7-.7 1.1-1.1L4 4v16h16zM7 17v-5.8l5.8 5.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/set-top-box.svg b/mkdocs-material/material/templates/.icons/material/set-top-box.svg new file mode 100644 index 0000000..54e63ed --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/set-top-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 15.5a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5V15H2a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1h20a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-1v.5a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5V15H5zM3 12v1h2v-1zm3 0v1h2v-1zm14.5-.5a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/settings-helper.svg b/mkdocs-material/material/templates/.icons/material/settings-helper.svg new file mode 100644 index 0000000..76a91f0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/settings-helper.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 22h2v2H7zm4 0h2v2h-2zm4 0h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shaker-outline.svg b/mkdocs-material/material/templates/.icons/material/shaker-outline.svg new file mode 100644 index 0000000..affb729 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shaker-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.88 4 2.15 2.1-5.53 4.4-1-1L16.87 4zm0-2a2 2 0 0 0-1.55.72L9.8 9.65l3.54 3.54 6.94-5.52c.9-.76.97-2.13.13-2.97L18.3 2.59c-.4-.4-.91-.59-1.42-.59M9.1 10.36l-.71.71a1.02 1.02 0 0 0 0 1.43l2.11 2.1c.21.2.46.29.72.29s.51-.09.71-.29l.7-.7zM6 15c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1m3 1c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1m-5 2c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1m3 1c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shaker.svg b/mkdocs-material/material/templates/.icons/material/shaker.svg new file mode 100644 index 0000000..db8e233 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shaker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 16c0 .55-.45 1-1 1s-1-.45-1-1 .45-1 1-1 1 .45 1 1m2 0c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1m-5 2c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1m3 1c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1m8.33-16.28L9.8 9.65l3.54 3.54 6.94-5.52c.9-.76.97-2.13.13-2.97L18.3 2.59c-.84-.84-2.21-.77-2.97.13M8.39 12.5l2.11 2.1c.4.4 1.04.4 1.43 0l.7-.7-3.53-3.54-.71.71a1.02 1.02 0 0 0 0 1.43"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shape-circle-plus.svg b/mkdocs-material/material/templates/.icons/material/shape-circle-plus.svg new file mode 100644 index 0000000..86fcbab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shape-circle-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 19a6 6 0 0 0 6-6h2a8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8v2a6 6 0 0 0-6 6 6 6 0 0 0 6 6m8-14h3v2h-3v3h-2V7h-3V5h3V2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shape-outline.svg b/mkdocs-material/material/templates/.icons/material/shape-outline.svg new file mode 100644 index 0000000..2f2fffd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shape-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 13.5v8H3v-8zm-2 2H5v4h4zM12 2l5.5 9h-11zm0 3.86L10.08 9h3.84zM17.5 13c2.5 0 4.5 2 4.5 4.5S20 22 17.5 22 13 20 13 17.5s2-4.5 4.5-4.5m0 2a2.5 2.5 0 0 0-2.5 2.5 2.5 2.5 0 0 0 2.5 2.5 2.5 2.5 0 0 0 2.5-2.5 2.5 2.5 0 0 0-2.5-2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shape-oval-plus.svg b/mkdocs-material/material/templates/.icons/material/shape-oval-plus.svg new file mode 100644 index 0000000..6d0d7bf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shape-oval-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 5h3v2h-3v3h-2V7h-3V5h3V2h2zm-8-1 1 .09v2.05c-.32-.09-.66-.14-1-.14-2.76 0-5 3.13-5 7s2.24 7 5 7 5-3.13 5-7l-.05-1h2.01l.04 1c0 4.97-3.13 9-7 9s-7-4.03-7-9 3.13-9 7-9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shape-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/shape-plus-outline.svg new file mode 100644 index 0000000..fea5777 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shape-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 11V2H2v9m2-2V4h5v5m11-2.5C20 7.9 18.9 9 17.5 9S15 7.9 15 6.5 16.11 4 17.5 4 20 5.11 20 6.5M6.5 14 2 22h9m-3.42-2H5.42l1.08-1.92M22 6.5C22 4 20 2 17.5 2S13 4 13 6.5s2 4.5 4.5 4.5S22 9 22 6.5M19 17v-3h-2v3h-3v2h3v3h2v-3h3v-2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shape-plus.svg b/mkdocs-material/material/templates/.icons/material/shape-plus.svg new file mode 100644 index 0000000..9582658 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shape-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 2h9v9H2zm15.5 0C20 2 22 4 22 6.5S20 11 17.5 11 13 9 13 6.5 15 2 17.5 2m-11 12 4.5 8H2zM19 17h3v2h-3v3h-2v-3h-3v-2h3v-3h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shape-polygon-plus.svg b/mkdocs-material/material/templates/.icons/material/shape-polygon-plus.svg new file mode 100644 index 0000000..a17a9d1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shape-polygon-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 15.7V13h2v4l-9 4-7-7 4-9h4v2H8.3l-2.9 6.6 5 5zM22 5v2h-3v3h-2V7h-3V5h3V2h2v3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shape-rectangle-plus.svg b/mkdocs-material/material/templates/.icons/material/shape-rectangle-plus.svg new file mode 100644 index 0000000..bfece68 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shape-rectangle-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6h3v2h-3v3h-2V8h-3V6h3V3h2zm-2 11v-3h2v5H3V6h8v2H5v9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shape-square-plus.svg b/mkdocs-material/material/templates/.icons/material/shape-square-plus.svg new file mode 100644 index 0000000..02e75ab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shape-square-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 5h3v2h-3v3h-2V7h-3V5h3V2h2zm-2 14v-6h2v8H3V5h8v2H5v12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shape-square-rounded-plus.svg b/mkdocs-material/material/templates/.icons/material/shape-square-rounded-plus.svg new file mode 100644 index 0000000..38245ed --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shape-square-rounded-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 2h2v3h3v2h-3v3h-2V7h-3V5h3zM7 5h4v2H7c-1.1 0-2 .9-2 2v8a2 2 0 0 0 2 2h8c1.11 0 2-.89 2-2v-4h2v4c0 2.21-1.79 4-4 4H7c-2.21 0-4-1.79-4-4V9c0-2.21 1.79-4 4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shape.svg b/mkdocs-material/material/templates/.icons/material/shape.svg new file mode 100644 index 0000000..090cd64 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shape.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 13.5v8H3v-8zM12 2l5.5 9h-11zm5.5 11c2.5 0 4.5 2 4.5 4.5S20 22 17.5 22 13 20 13 17.5s2-4.5 4.5-4.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/share-all-outline.svg b/mkdocs-material/material/templates/.icons/material/share-all-outline.svg new file mode 100644 index 0000000..a50ce19 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/share-all-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 9.8v.9l-1.7.2c-2.6.4-4.5 1.4-5.9 2.7 1.7-.5 3.5-.8 5.6-.8h2v1.3l2.2-2.1zM11 5l7 7-7 7v-4.1c-5 0-8.5 1.6-11 5.1 1-5 4-10 11-11m6-1V5l7 7-7 7v-3l4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/share-all.svg b/mkdocs-material/material/templates/.icons/material/share-all.svg new file mode 100644 index 0000000..242ab40 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/share-all.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 9V5l7 7-7 7v-4.1c-5 0-8.5 1.6-11 5.1 1-5 4-10 11-11m6-1V5l7 7-7 7v-3l4-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/share-circle.svg b/mkdocs-material/material/templates/.icons/material/share-circle.svg new file mode 100644 index 0000000..ff05ac0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/share-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m2 14v-3c-3.61 0-6.19 1.43-8 4 .72-3.67 2.94-7.27 8-8V6l5 5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/share-off-outline.svg b/mkdocs-material/material/templates/.icons/material/share-off-outline.svg new file mode 100644 index 0000000..8674014 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/share-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.1 21.5 2.4 1.7 1.1 3l7.8 7.8C5.4 12.9 3.7 16.4 3 20c2.3-3.3 5.6-4.9 10-5.1l1 1V19l1.6-1.6 5.2 5.3M8.3 13.8c.64-.58 1.35-1.09 2.1-1.5l.9.8m2.9-2.1-1.7-1.7L14 9V5l7 7-2.9 2.9-1.4-1.4 1.5-1.5L16 9.8v.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/share-off.svg b/mkdocs-material/material/templates/.icons/material/share-off.svg new file mode 100644 index 0000000..ee8737d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/share-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.8 22.7-5.2-5.2L14 19v-3.1l-.9-1c-4.5.3-7.7 1.9-10.1 5.2.58-3.79 2.72-7.16 5.9-9.3L1.1 3l1.3-1.3 19.7 19.8m-4-6.6L21 12l-7-7v4l-1.5.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/share-outline.svg b/mkdocs-material/material/templates/.icons/material/share-outline.svg new file mode 100644 index 0000000..0303301 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/share-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 5v4C7 10 4 15 3 20c2.5-3.5 6-5.1 11-5.1V19l7-7zm2 4.83L18.17 12 16 14.17V12.9h-2c-2.07 0-3.93.38-5.66.95 1.4-1.39 3.2-2.48 5.94-2.85l1.72-.27z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/share-variant-outline.svg b/mkdocs-material/material/templates/.icons/material/share-variant-outline.svg new file mode 100644 index 0000000..ddee9f8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/share-variant-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.15c-.05.21-.08.43-.08.66 0 1.61 1.31 2.91 2.92 2.91s2.92-1.3 2.92-2.91-1.31-2.92-2.92-2.92M18 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1M6 13c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1m12 7c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/share-variant.svg b/mkdocs-material/material/templates/.icons/material/share-variant.svg new file mode 100644 index 0000000..5b28f21 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/share-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9a3 3 0 0 0-3 3 3 3 0 0 0 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.15c-.05.21-.08.43-.08.66 0 1.61 1.31 2.91 2.92 2.91s2.92-1.3 2.92-2.91A2.92 2.92 0 0 0 18 16.08"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/share.svg b/mkdocs-material/material/templates/.icons/material/share.svg new file mode 100644 index 0000000..1f65036 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/share.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21 12-7-7v4C7 10 4 15 3 20c2.5-3.5 6-5.1 11-5.1V19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shark-fin-outline.svg b/mkdocs-material/material/templates/.icons/material/shark-fin-outline.svg new file mode 100644 index 0000000..805db7a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shark-fin-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 16v2h-2c-1.4 0-2.8-.4-4-1-2.5 1.3-5.5 1.3-8 0-1.2.6-2.6 1-4 1H2v-2h2c1.4 0 2.8-.5 4-1.3 2.4 1.7 5.6 1.7 8 0 1.2.8 2.6 1.3 4 1.3zM5.28 13.79c.54-.16 1.09-.41 1.61-.75L8 12.28c.69-2.28.78-5.01-.41-8.14 4.36.75 8.3 4.51 9.78 9.05.75.45 1.54.72 2.29.78C18.24 7.4 12.37 2 6 2c-.35 0-.67.18-.85.47-.18.3-.2.67-.04.98 2.17 4.34 1.5 7.84.17 10.34M16 18.7c-2.4 1.7-5.6 1.7-8 0-1.2.8-2.6 1.3-4 1.3H2v2h2c1.4 0 2.8-.4 4-1 2.5 1.3 5.5 1.3 8 0 1.2.6 2.6 1 4 1h2v-2h-2c-1.4 0-2.8-.5-4-1.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shark-fin.svg b/mkdocs-material/material/templates/.icons/material/shark-fin.svg new file mode 100644 index 0000000..4291372 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shark-fin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 16v2h-2c-1.4 0-2.8-.4-4-1-2.5 1.3-5.5 1.3-8 0-1.2.6-2.6 1-4 1H2v-2h2c1.4 0 2.8-.5 4-1.3 2.4 1.7 5.6 1.7 8 0 1.2.8 2.6 1.3 4 1.3zM5.28 13.79c.54-.16 1.09-.41 1.61-.75l1.14-.77 1.13.8C10 13.66 11 14 12 14s2-.34 2.84-.93l1.13-.8 1.14.77c.82.55 1.72.86 2.56.93C18.24 7.4 12.37 2 6 2c-.35 0-.67.18-.85.47-.18.3-.2.67-.04.98 2.17 4.34 1.5 7.84.17 10.34M16 18.7c-2.4 1.7-5.6 1.7-8 0-1.2.8-2.6 1.3-4 1.3H2v2h2c1.4 0 2.8-.4 4-1 2.5 1.3 5.5 1.3 8 0 1.2.6 2.6 1 4 1h2v-2h-2c-1.4 0-2.8-.5-4-1.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shark-off.svg b/mkdocs-material/material/templates/.icons/material/shark-off.svg new file mode 100644 index 0000000..84f850a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shark-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11.26 8.06 7.27 7.27c.47-.16.93-.33 1.34-.52-.15-.18-.34-.37-.59-.51-.65-.39-1.46-.63-2.28-.8.82-.16 1.67-.28 2.59-.15.46.06.95.19 1.41.51.1.06.17.14.24.19C22.4 13.26 23 12.44 23 12c0-.87-3.81-2.5-7.44-2.91C14.66 7.18 12.54 6 11 6c.25.76.31 1.45.26 2.06m5.97 2.32c.61.12 1.2.29 1.74.46.03.05.03.1.03.16 0 .55-.45 1-1 1s-1-.45-1-1c0-.24.1-.45.23-.62m4.88 11.08-1.27 1.27-5.42-5.42c-.54.44-1.07.69-1.42.69v-2c-3 0-8-2-8-2s-2 3-4 3l1-4-2-6c2 0 5 4 5 4s.96-.38 2.3-.81L1.11 3l1.28-1.27z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shark.svg b/mkdocs-material/material/templates/.icons/material/shark.svg new file mode 100644 index 0000000..a3ce290 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shark.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.56 9.09C14.66 7.18 12.54 6 11 6c.47 1.4.28 2.57-.05 3.43C8.45 10 6 11 6 11S3 7 1 7l2 6-1 4c2 0 4-3 4-3s5 2 8 2v2c.65 0 1.91-.83 2.73-2.23 1.24-.21 2.27-.56 3.14-.96-.15-.18-.34-.37-.59-.51-.65-.39-1.46-.63-2.28-.8.82-.16 1.67-.28 2.59-.15.46.06.95.19 1.41.51.1.06.17.14.24.19C22.4 13.26 23 12.44 23 12c0-.87-3.81-2.5-7.44-2.91M18 12c-.55 0-1-.45-1-1 0-.24.1-.45.23-.62.61.12 1.2.29 1.74.46.03.05.03.1.03.16 0 .55-.45 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sheep.svg b/mkdocs-material/material/templates/.icons/material/sheep.svg new file mode 100644 index 0000000..98828d9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sheep.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 8.5a2.5 2.5 0 0 1-2.5 2.5c-1.08 0-2-.69-2.34-1.64-.44.39-1.02.64-1.66.64-.56 0-1.08-.19-1.5-.5-.42.31-.93.5-1.5.5-.64 0-1.22-.25-1.66-.64C8.5 10.31 7.58 11 6.5 11A2.5 2.5 0 0 1 4 8.5c0-1.24.91-2.27 2.1-2.46-.06-.17-.1-.35-.1-.54A1.5 1.5 0 0 1 7.5 4c.2 0 .39.04.56.11C8.23 3.47 8.81 3 9.5 3c.25 0 .5.07.68.17C10.5 2.5 11.19 2 12 2s1.5.5 1.82 1.17c.18-.1.43-.17.68-.17.69 0 1.27.47 1.44 1.11.17-.07.36-.11.56-.11A1.5 1.5 0 0 1 18 5.5c0 .19-.04.37-.1.54 1.19.19 2.1 1.22 2.1 2.46M10 12a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1m4 0a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1m6.23-1.34c-.64.81-1.62 1.34-2.73 1.34-.45 0-.88-.1-1.29-.27-.01 2.55-.38 5.63-1.76 7.22-.52.59-1.15.91-1.95 1.01V18h-1v1.96c-.8-.1-1.43-.41-1.95-1.01-1.39-1.6-1.76-4.66-1.77-7.21-.4.16-.83.26-1.28.26-1.11 0-2.09-.53-2.73-1.34C2.88 11.55 2 12 2 12s1 2 3 2c.36 0 .64-.04.88-.09C6.22 17.73 7.58 22 12 22s5.78-4.27 6.12-8.09c.24.05.52.09.88.09 2 0 3-2 3-2s-.88-.45-1.77-1.34"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-account-outline.svg b/mkdocs-material/material/templates/.icons/material/shield-account-outline.svg new file mode 100644 index 0000000..ed286e0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-account-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5zm0 2.18 7 3.12v4.92c0 1.7-.5 3.43-1.35 4.95C16 14.94 13.26 14.5 12 14.5s-4 .44-5.65 1.67C5.5 14.65 5 12.92 5 11.22V6.3zM12 6a3.5 3.5 0 0 0-3.5 3.5A3.5 3.5 0 0 0 12 13a3.5 3.5 0 0 0 3.5-3.5A3.5 3.5 0 0 0 12 6m0 2a1.5 1.5 0 0 1 1.5 1.5A1.5 1.5 0 0 1 12 11a1.5 1.5 0 0 1-1.5-1.5A1.5 1.5 0 0 1 12 8m0 8.5c1.57 0 3.64.61 4.53 1.34C15.29 19.38 13.7 20.55 12 21c-1.7-.45-3.29-1.62-4.53-3.16.9-.73 2.96-1.34 4.53-1.34"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-account-variant-outline.svg b/mkdocs-material/material/templates/.icons/material/shield-account-variant-outline.svg new file mode 100644 index 0000000..273659f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-account-variant-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 14.4c.6 0 1.1.5 1.1 1.1s-.5 1.1-1.1 1.1-1.1-.5-1.1-1.1.5-1.1 1.1-1.1m0 3.1c-.7 0-2.2.4-2.2 1.1.5.7 1.3 1.2 2.2 1.2s1.7-.5 2.2-1.2c0-.7-1.5-1.1-2.2-1.1m1-6.4V6.3L10.5 3 3 6.3v4.9c0 4.5 3.2 8.8 7.5 9.8.6-.1 1.1-.3 1.6-.5C13.2 22 15 23 17 23c3.3 0 6-2.7 6-6 0-3-2.2-5.4-5-5.9M11 17c0 .6.1 1.1.2 1.6-.2.1-.5.2-.7.3-3.2-1-5.5-4.2-5.5-7.7V7.6l5.5-2.4L16 7.6v3.5c-2.8.5-5 2.9-5 5.9m6 4c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-account-variant.svg b/mkdocs-material/material/templates/.icons/material/shield-account-variant.svg new file mode 100644 index 0000000..8b72526 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-account-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 11c.3 0 .7 0 1 .1V6.3L10.5 3 3 6.3v4.9c0 4.5 3.2 8.8 7.5 9.8.6-.1 1.1-.3 1.6-.5-.7-1-1.1-2.2-1.1-3.5 0-3.3 2.7-6 6-6m0 2c-2.2 0-4 1.8-4 4s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4m0 1.4c.6 0 1.1.5 1.1 1.1s-.5 1.1-1.1 1.1-1.1-.5-1.1-1.1.5-1.1 1.1-1.1m0 5.4c-.9 0-1.7-.5-2.2-1.2.1-.7 1.5-1.1 2.2-1.1s2.2.4 2.2 1.1c-.5.7-1.3 1.2-2.2 1.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-account.svg b/mkdocs-material/material/templates/.icons/material/shield-account.svg new file mode 100644 index 0000000..a1c63c8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-account.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5zm0 4a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3m5.13 12A9.7 9.7 0 0 1 12 20.92 9.7 9.7 0 0 1 6.87 17c-.34-.5-.63-1-.87-1.53 0-1.65 2.71-3 6-3s6 1.32 6 3c-.24.53-.53 1.03-.87 1.53"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-airplane-outline.svg b/mkdocs-material/material/templates/.icons/material/shield-airplane-outline.svg new file mode 100644 index 0000000..760acc7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-airplane-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 11c0 5.55-3.84 10.74-9 12-5.16-1.26-9-6.45-9-12V5l9-4 9 4zm-9 10c3.75-1 7-5.46 7-9.78V6.3l-7-3.12L5 6.3v4.92C5 15.54 8.25 20 12 21m0-15.32c.5 0 .95.43.95.95v3.48L18 13.26v1.27l-5.05-1.58v3.47l1.26.95v.95L12 17.68l-2.21.64v-.95l1.26-.95v-3.47L6 14.53v-1.27l5.05-3.15V6.63c0-.52.45-.95.95-.95"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-airplane.svg b/mkdocs-material/material/templates/.icons/material/shield-airplane.svg new file mode 100644 index 0000000..9790ccd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-airplane.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5zm0 4.68c.5 0 .95.43.95.95v3.48L18 13.26v1.27l-5.05-1.58v3.47l1.26.95v.95L12 17.68l-2.21.64v-.95l1.26-.95v-3.47L6 14.53v-1.27l5.05-3.15V6.63c0-.52.45-.95.95-.95"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/shield-alert-outline.svg new file mode 100644 index 0000000..15c1232 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 11c0 5.55-3.84 10.74-9 12-5.16-1.26-9-6.45-9-12V5l9-4 9 4zm-9 10c3.75-1 7-5.46 7-9.78V6.3l-7-3.12L5 6.3v4.92C5 15.54 8.25 20 12 21M11 7h2v6h-2zm0 8h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-alert.svg b/mkdocs-material/material/templates/.icons/material/shield-alert.svg new file mode 100644 index 0000000..13c3b14 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5M11 7h2v6h-2m0 2h2v2h-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-bug-outline.svg b/mkdocs-material/material/templates/.icons/material/shield-bug-outline.svg new file mode 100644 index 0000000..7781597 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-bug-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m9.9 6.6-.8.8 1.2 1.2c-.5.3-.9.8-1.1 1.4H7v1h2v1H7v1h2v1H7v1h2.2c.4 1.2 1.5 2 2.8 2s2.4-.8 2.8-2H17v-1h-2v-1h2v-1h-2v-1h2v-1h-2.2c-.2-.6-.6-1.1-1.1-1.5l1.2-1.2-.7-.7L12.8 8H12c-.2 0-.5 0-.7.1zM11 11h2v1h-2zm0 2h2v1h-2zm10-2c0 5.5-3.8 10.7-9 12-5.2-1.3-9-6.5-9-12V5l9-4 9 4zm-9 10c3.8-1 7-5.5 7-9.8V6.3l-7-3.1-7 3.1v4.9c0 4.3 3.2 8.8 7 9.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-bug.svg b/mkdocs-material/material/templates/.icons/material/shield-bug.svg new file mode 100644 index 0000000..2a795ed --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-bug.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 13h2v1h-2zm10-8v6c0 5.5-3.8 10.7-9 12-5.2-1.3-9-6.5-9-12V5l9-4zm-4 5h-2.2c-.2-.6-.6-1.1-1.1-1.5l1.2-1.2-.7-.7L12.8 8H12c-.2 0-.5 0-.7.1L9.9 6.6l-.8.8 1.2 1.2c-.5.3-.9.8-1.1 1.4H7v1h2v1H7v1h2v1H7v1h2.2c.4 1.2 1.5 2 2.8 2s2.4-.8 2.8-2H17v-1h-2v-1h2v-1h-2v-1h2zm-6 2h2v-1h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-car.svg b/mkdocs-material/material/templates/.icons/material/shield-car.svg new file mode 100644 index 0000000..a5c0a0f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-car.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.42 7.5 16 11H8l1.42-3.5zM9 12c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1m6 0c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1m6-7v6c0 5.55-3.84 10.74-9 12-5.16-1.26-9-6.45-9-12V5l9-4zm-3 7-2.16-5c-.2-.58-.76-1-1.42-1h-5C8.76 6 8.2 6.42 8 7l-2 5v4c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h6v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-check-outline.svg b/mkdocs-material/material/templates/.icons/material/shield-check-outline.svg new file mode 100644 index 0000000..d93666c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 11c0 5.55-3.84 10.74-9 12-5.16-1.26-9-6.45-9-12V5l9-4 9 4zm-9 10c3.75-1 7-5.46 7-9.78V6.3l-7-3.12L5 6.3v4.92C5 15.54 8.25 20 12 21m-2-4-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-check.svg b/mkdocs-material/material/templates/.icons/material/shield-check.svg new file mode 100644 index 0000000..3d37d08 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10 17-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9m-6-8L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-cross-outline.svg b/mkdocs-material/material/templates/.icons/material/shield-cross-outline.svg new file mode 100644 index 0000000..56364c2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-cross-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 11c0 5.5-3.8 10.7-9 12-5.2-1.3-9-6.5-9-12V5l9-4 9 4zm-9 10c3.8-1 7-5.5 7-9.8V6.3l-7-3.1-7 3.1v4.9c0 4.3 3.3 8.8 7 9.8m4-12h-3V6h-2v3H8v2h3v8h2v-8h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-cross.svg b/mkdocs-material/material/templates/.icons/material/shield-cross.svg new file mode 100644 index 0000000..a38394e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-cross.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1 3 5v6c0 5.5 3.8 10.7 9 12 5.2-1.3 9-6.5 9-12V5zm4 9h-3v8h-2v-8H8V8h3V5h2v3h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-crown-outline.svg b/mkdocs-material/material/templates/.icons/material/shield-crown-outline.svg new file mode 100644 index 0000000..fc267d8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-crown-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 1 9 4v6c0 5.55-3.84 10.74-9 12-5.16-1.26-9-6.45-9-12V5zm0 2.18L5 6.3v4.92C5 15.54 8.25 20 12 21c3.75-1 7-5.46 7-9.78V6.3zM16 14v1.59c-.04.22-.22.37-.47.41H8.47c-.25-.04-.43-.19-.47-.41V14zm1-6-1 5H8L7 8l2.67 2.67L12 8.34l2.33 2.33z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-crown.svg b/mkdocs-material/material/templates/.icons/material/shield-crown.svg new file mode 100644 index 0000000..112fd4a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-crown.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 1 9 4v6c0 5.55-3.84 10.74-9 12-5.16-1.26-9-6.45-9-12V5zm4 13H8v1.5c0 .27.19.46.47.5h6.96c.31 0 .52-.16.57-.41V14m1-6-2.67 2.67L12 8.34l-2.33 2.33L7 8l1 5h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-edit-outline.svg b/mkdocs-material/material/templates/.icons/material/shield-edit-outline.svg new file mode 100644 index 0000000..9e47159 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-edit-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.7 13.6-1.3-1.3c-.1-.1-.2-.2-.4-.2-.1 0-.3.1-.4.2l-1 1 2 2 1-1c.3-.2.3-.5.1-.7M12 19.9V22h2.1l6.1-6.1-2-2.1zm-2 2.4c-4.1-2-7-6.5-7-11.3V5l9-4 9 4v3.1l-2 2V6.3l-7-3.1-7 3.1v4.9c0 3.5 2.2 7.1 5 8.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-edit.svg b/mkdocs-material/material/templates/.icons/material/shield-edit.svg new file mode 100644 index 0000000..61a9dfd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.7 14.4-1 1-2.1-2.1 1-1c.2-.2.6-.2.8 0l1.3 1.3c.2.2.2.5 0 .8M12 19.9l6.1-6.1 2.1 2.1-6.1 6.1H12zm-2-.8 11-11V5l-9-4-9 4v6c0 4.8 2.9 9.3 7 11.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-half-full.svg b/mkdocs-material/material/templates/.icons/material/shield-half-full.svg new file mode 100644 index 0000000..df9e025 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-half-full.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 11c0 5.55-3.84 10.74-9 12-5.16-1.26-9-6.45-9-12V5l9-4 9 4zm-9 10c3.75-1 7-5.46 7-9.78V6.3l-7-3.12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-half.svg b/mkdocs-material/material/templates/.icons/material/shield-half.svg new file mode 100644 index 0000000..c21a1c6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-half.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1 3 5v6c0 5.5 3.8 10.7 9 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-home-outline.svg b/mkdocs-material/material/templates/.icons/material/shield-home-outline.svg new file mode 100644 index 0000000..0a96d8e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-home-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 11c0 5.55-3.84 10.74-9 12-5.16-1.26-9-6.45-9-12V5l9-4 9 4zm-9 10c3.75-1 7-5.46 7-9.78V6.3l-7-3.12L5 6.3v4.92C5 15.54 8.25 20 12 21m-1-7h2v3h3v-5h2l-6-5-6 5h2v5h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-home.svg b/mkdocs-material/material/templates/.icons/material/shield-home.svg new file mode 100644 index 0000000..acd53c1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-home.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 13h2v3h3v-5h2l-6-5-6 5h2v5h3zm1-12 9 4v6c0 5.55-3.84 10.74-9 12-5.16-1.26-9-6.45-9-12V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-key-outline.svg b/mkdocs-material/material/templates/.icons/material/shield-key-outline.svg new file mode 100644 index 0000000..1584c33 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-key-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 11c0 5.55-3.84 10.74-9 12-5.16-1.26-9-6.45-9-12V5l9-4 9 4zm-9 10c3.75-1 7-5.46 7-9.78V6.3l-7-3.12L5 6.3v4.92C5 15.54 8.25 20 12 21m0-15a3 3 0 0 1 3 3c0 1.31-.83 2.42-2 2.83V14h2v2h-2v2h-2v-6.17A2.99 2.99 0 0 1 9 9a3 3 0 0 1 3-3m0 2a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-key.svg b/mkdocs-material/material/templates/.icons/material/shield-key.svg new file mode 100644 index 0000000..63ef100 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-key.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m9 3c0 5.55-3.84 10.74-9 12-5.16-1.26-9-6.45-9-12V5l9-4 9 4zm-9-5a3 3 0 0 0-3 3c0 1.31.83 2.42 2 2.83V18h2v-2h2v-2h-2v-2.17c1.17-.41 2-1.52 2-2.83a3 3 0 0 0-3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-link-variant-outline.svg b/mkdocs-material/material/templates/.icons/material/shield-link-variant-outline.svg new file mode 100644 index 0000000..154c45e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-link-variant-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 11c0 5.55-3.84 10.74-9 12-5.16-1.26-9-6.45-9-12V5l9-4 9 4zm-9 10c3.75-1 7-5.46 7-9.78V6.3l-7-3.12L5 6.3v4.92C5 15.54 8.25 20 12 21m2.28-11.27c.58.58.9 1.35.9 2.17 0 .83-.32 1.6-.9 2.18l-2.02 2.02c-.6.6-1.39.9-2.18.9s-1.58-.3-2.18-.9a3.09 3.09 0 0 1 0-4.36l1.25-1.24-.01.56c0 .44.07.89.22 1.3l.04.14-.36.37c-.29.28-.44.63-.44 1.05 0 .39.15.76.43 1.04.57.57 1.54.57 2.1.01l2.01-2.02c.29-.28.44-.65.44-1.04 0-.41-.15-.77-.44-1.05a.87.87 0 0 1-.24-.57c0-.21.1-.42.24-.57.31-.3.86-.3 1.14.01M18 9.08c0 .82-.32 1.6-.9 2.18l-1.25 1.24.01-.56c0-.44-.07-.88-.22-1.3l-.05-.14.37-.37c.29-.28.44-.63.44-1.05 0-.39-.15-.76-.44-1.04-.56-.57-1.53-.57-2.09-.01l-2.01 2.02c-.29.28-.44.65-.44 1.05s.15.76.43 1.04c.15.15.25.36.25.57 0 .22-.1.42-.25.57s-.35.22-.56.22c-.2 0-.41-.07-.57-.22a3.054 3.054 0 0 1 0-4.36l2.02-2.02a3.09 3.09 0 0 1 4.36 0c.58.6.9 1.36.9 2.18"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-link-variant.svg b/mkdocs-material/material/templates/.icons/material/shield-link-variant.svg new file mode 100644 index 0000000..948c1e1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-link-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5zm2.28 13.08-2.02 2.02c-.6.6-1.39.9-2.18.9s-1.58-.3-2.18-.9a3.09 3.09 0 0 1 0-4.36l1.25-1.24-.01.56c0 .44.07.89.22 1.31l.05.13-.37.37c-.28.28-.44.66-.44 1.05 0 .4.16.77.44 1.05.56.56 1.53.56 2.09 0l2.01-2.01c.29-.29.44-.66.44-1.05 0-.41-.15-.77-.43-1.05a.83.83 0 0 1-.25-.57c0-.21.1-.41.25-.56.3-.31.85-.3 1.13 0 .58.58.9 1.35.9 2.17 0 .83-.32 1.6-.9 2.18m2.82-2.82-1.25 1.24.01-.56c0-.44-.07-.88-.22-1.3l-.04-.14.36-.37c.29-.28.44-.63.44-1.05 0-.39-.15-.76-.43-1.04-.57-.57-1.54-.57-2.1 0l-2.01 2.01c-.28.28-.44.65-.44 1.05s.15.76.44 1.04c.14.15.24.36.24.57 0 .22-.1.42-.25.57-.15.16-.35.22-.56.22-.2 0-.41-.07-.57-.22a3.054 3.054 0 0 1 0-4.36l2.02-2.02a3.09 3.09 0 0 1 4.36 0c.58.6.9 1.36.9 2.18s-.32 1.6-.9 2.18"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-lock-open-outline.svg b/mkdocs-material/material/templates/.icons/material/shield-lock-open-outline.svg new file mode 100644 index 0000000..f4ee652 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-lock-open-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 11c0 5.5-3.8 10.7-9 12-5.2-1.3-9-6.5-9-12V5l9-4 9 4zm-9 10c3.8-1 7-5.5 7-9.8V6.3l-7-3.1-7 3.1v4.9c0 4.3 3.2 8.8 7 9.8m2.8-10h-4.3V8.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3V9h1.3v-.5C14.8 7.1 13.4 6 12 6S9.2 7.1 9.2 8.5V11c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-lock-open.svg b/mkdocs-material/material/templates/.icons/material/shield-lock-open.svg new file mode 100644 index 0000000..b695404 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-lock-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1 3 5v6c0 5.5 3.8 10.7 9 12 5.2-1.3 9-6.5 9-12V5zm4 14.8c0 .6-.6 1.2-1.3 1.2H9.2c-.6 0-1.2-.6-1.2-1.3v-3.5c0-.6.6-1.2 1.2-1.2V8.5C9.2 7.1 10.6 6 12 6s2.8 1.1 2.8 2.5V9h-1.3v-.5c0-.8-.7-1.3-1.5-1.3s-1.5.5-1.5 1.3V11h4.3c.6 0 1.2.6 1.2 1.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-lock-outline.svg b/mkdocs-material/material/templates/.icons/material/shield-lock-outline.svg new file mode 100644 index 0000000..919236d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-lock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 11c0 5.55-3.84 10.74-9 12-5.16-1.26-9-6.45-9-12V5l9-4 9 4zm-9 10c3.75-1 7-5.46 7-9.78V6.3l-7-3.12L5 6.3v4.92C5 15.54 8.25 20 12 21m2.8-10V9.5C14.8 8.1 13.4 7 12 7S9.2 8.1 9.2 9.5V11c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3m-1.3 0h-3V9.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-lock.svg b/mkdocs-material/material/templates/.icons/material/shield-lock.svg new file mode 100644 index 0000000..e1f6bf3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5zm0 6c1.4 0 2.8 1.1 2.8 2.5V11c.6 0 1.2.6 1.2 1.3v3.5c0 .6-.6 1.2-1.3 1.2H9.2c-.6 0-1.2-.6-1.2-1.3v-3.5c0-.6.6-1.2 1.2-1.2V9.5C9.2 8.1 10.6 7 12 7m0 1.2c-.8 0-1.5.5-1.5 1.3V11h3V9.5c0-.8-.7-1.3-1.5-1.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-moon-outline.svg b/mkdocs-material/material/templates/.icons/material/shield-moon-outline.svg new file mode 100644 index 0000000..6b63906 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-moon-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 11c0 5.55-3.84 10.74-9 12-5.16-1.26-9-6.45-9-12V5l9-4 9 4zm-9 10c3.75-1 7-5.46 7-9.78V6.3l-7-3.12L5 6.3v4.92C5 15.54 8.25 20 12 21m-3-6.67c1.76 2.17 5.13 2.24 6.97.07.23-.27.08-.68-.26-.74a4.5 4.5 0 0 1-3.18-2.2 4.5 4.5 0 0 1-.32-3.86.453.453 0 0 0-.51-.6c-3.34.62-4.89 4.61-2.7 7.33"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-moon.svg b/mkdocs-material/material/templates/.icons/material/shield-moon.svg new file mode 100644 index 0000000..63a79a0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-moon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5zm3.97 13.41c-1.84 2.17-5.21 2.09-6.97-.07-2.18-2.72-.64-6.72 2.7-7.34.34-.05.63.28.51.61-.46 1.23-.39 2.64.32 3.86a4.51 4.51 0 0 0 3.18 2.2c.34.05.49.47.26.74"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-off-outline.svg b/mkdocs-material/material/templates/.icons/material/shield-off-outline.svg new file mode 100644 index 0000000..32f5ba4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m1 4.27 2 2V11c0 5.55 3.84 10.74 9 12 1.87-.46 3.57-1.44 4.97-2.76l2.26 2.26 1.27-1.28L2.28 3zM12 21c-3.75-1-7-5.46-7-9.78V8.27l10.59 10.59C14.53 19.89 13.3 20.65 12 21m9-16v6c0 2.28-.65 4.5-1.77 6.4l-1.46-1.45c.77-1.45 1.23-3.11 1.23-4.73V6.3l-7-3.12-4.84 2.16-1.51-1.52L12 1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-off.svg b/mkdocs-material/material/templates/.icons/material/shield-off.svg new file mode 100644 index 0000000..fbb749e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 4.27 2.28 3 20.5 21.22l-1.27 1.28L17 20.25c-1.43 1.32-3.13 2.29-5 2.75-5.16-1.26-9-6.45-9-12V6.27zM12 1l9 4v6c0 2.28-.65 4.5-1.77 6.41L5.65 3.82z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-outline.svg b/mkdocs-material/material/templates/.icons/material/shield-outline.svg new file mode 100644 index 0000000..6f7d2eb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 11c0 5.55-3.84 10.74-9 12-5.16-1.26-9-6.45-9-12V5l9-4 9 4zm-9 10c3.75-1 7-5.46 7-9.78V6.3l-7-3.12L5 6.3v4.92C5 15.54 8.25 20 12 21"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/shield-plus-outline.svg new file mode 100644 index 0000000..a9da5c9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 20v2.97h-2V20h-3v-2h3v-3h2v3h3v2zm2-9c0 .9-.1 1.78-.29 2.65-.58-.3-1.21-.5-1.9-.6.12-.6.19-1.22.19-1.83V6.3l-7-3.12L5 6.3v4.92C5 15.54 8.25 20 12 21l.31-.09c.19.62.52 1.2.91 1.71L12 23c-5.16-1.26-9-6.45-9-12V5l9-4 9 4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-plus.svg b/mkdocs-material/material/templates/.icons/material/shield-plus.svg new file mode 100644 index 0000000..4c4a438 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 20v2.97h-2V20h-3v-2h3v-3h2v3h3v2zM12 1l9 4v6c0 .9-.1 1.78-.29 2.65A5.8 5.8 0 0 0 18 13a6 6 0 0 0-6 6c0 1.36.45 2.62 1.22 3.62L12 23c-5.16-1.26-9-6.45-9-12V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-refresh-outline.svg b/mkdocs-material/material/templates/.icons/material/shield-refresh-outline.svg new file mode 100644 index 0000000..8640350 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-refresh-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 21c-3.8-1-7-5.5-7-9.8V6.3l7-3.1 7 3.1v5.8c.7.1 1.3.3 1.9.6.1-.6.1-1.1.1-1.7V5l-9-4-9 4v6c0 5.5 3.8 10.7 9 12 .4-.1.7-.2 1-.3-.4-.5-.8-1.1-1-1.7m6-6.5c1.1 0 2.1.4 2.8 1.2l1.2-1.2v4h-4l1.8-1.8c-.5-.4-1.1-.7-1.8-.7-1.4 0-2.5 1.1-2.5 2.5S16.6 21 18 21c.8 0 1.5-.4 2-1h1.7c-.6 1.5-2 2.5-3.7 2.5-2.2 0-4-1.8-4-4s1.8-4 4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-refresh.svg b/mkdocs-material/material/templates/.icons/material/shield-refresh.svg new file mode 100644 index 0000000..7a77d0f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-refresh.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 12c1 0 2 .2 2.9.7.1-.6.1-1.1.1-1.7V5l-9-4-9 4v6c0 5.5 3.8 10.7 9 12 .4-.1.7-.2 1-.3-1-1.2-1.5-2.7-1.5-4.2 0-3.6 2.9-6.5 6.5-6.5m0 2.5c1.1 0 2.1.4 2.8 1.2l1.2-1.2v4h-4l1.8-1.8c-.5-.4-1.1-.7-1.8-.7-1.4 0-2.5 1.1-2.5 2.5S16.6 21 18 21c.8 0 1.5-.4 2-1h1.7c-.6 1.5-2 2.5-3.7 2.5-2.2 0-4-1.8-4-4s1.8-4 4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/shield-remove-outline.svg new file mode 100644 index 0000000..813dbcf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.43 19 2.07 2.11-1.38 1.39-2.09-2.09-2.12 2.12-1.41-1.42L16.61 19l-2.11-2.14 1.38-1.39L18 17.59l2.12-2.12 1.43 1.43zM21 11c0 .9-.1 1.78-.29 2.65-.58-.3-1.21-.5-1.9-.6.12-.6.19-1.22.19-1.83V6.3l-7-3.12L5 6.3v4.92C5 15.54 8.25 20 12 21l.31-.09c.19.62.52 1.2.91 1.71L12 23c-5.16-1.26-9-6.45-9-12V5l9-4 9 4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-remove.svg b/mkdocs-material/material/templates/.icons/material/shield-remove.svg new file mode 100644 index 0000000..fb3917e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.43 19 2.07 2.11-1.38 1.39-2.09-2.09-2.12 2.12-1.41-1.42L16.61 19l-2.11-2.14 1.38-1.39L18 17.59l2.12-2.12 1.43 1.43zM12 1l9 4v6c0 .9-.1 1.78-.29 2.65A5.8 5.8 0 0 0 18 13a6 6 0 0 0-6 6c0 1.36.45 2.62 1.22 3.62L12 23c-5.16-1.26-9-6.45-9-12V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-search.svg b/mkdocs-material/material/templates/.icons/material/shield-search.svg new file mode 100644 index 0000000..e0c6a03 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-search.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 9a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3m5.86 10.31C16.23 21.22 14.28 22.45 12 23c-2.56-.61-4.7-2.07-6.42-4.37C3.86 16.34 3 13.8 3 11V5l9-4 9 4v6c0 2.39-.64 4.61-1.92 6.67l-2.91-2.91c.52-.79.83-1.76.83-2.76a5 5 0 0 0-5-5 5 5 0 0 0-5 5 5 5 0 0 0 5 5c1 0 1.97-.31 2.76-.83z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-star-outline.svg b/mkdocs-material/material/templates/.icons/material/shield-star-outline.svg new file mode 100644 index 0000000..1b57f05 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-star-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 11c0 5.55-3.84 10.74-9 12-5.16-1.26-9-6.45-9-12V5l9-4 9 4zm-9 10c3.75-1 7-5.46 7-9.78V6.3l-7-3.12L5 6.3v4.92C5 15.54 8.25 20 12 21m3.05-5-3.08-1.85L8.9 16l.81-3.5L7 10.16l3.58-.31 1.39-3.3 1.4 3.29 3.58.31-2.72 2.35z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-star.svg b/mkdocs-material/material/templates/.icons/material/shield-star.svg new file mode 100644 index 0000000..d1881f3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-star.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5zm3.08 15L12 14.15 8.93 16l.81-3.5-2.71-2.34 3.58-.31L12 6.55l1.39 3.29 3.58.31-2.71 2.35z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-sun-outline.svg b/mkdocs-material/material/templates/.icons/material/shield-sun-outline.svg new file mode 100644 index 0000000..566d34c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-sun-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 11c0 5.55-3.84 10.74-9 12-5.16-1.26-9-6.45-9-12V5l9-4 9 4zm-9 10c3.75-1 7-5.46 7-9.78V6.3l-7-3.12L5 6.3v4.92C5 15.54 8.25 20 12 21m0-12.11c1.6 0 2.89 1.29 2.89 2.89S13.6 14.67 12 14.67s-2.89-1.3-2.89-2.89 1.3-2.89 2.89-2.89M12 6l1.38 2q-.63-.27-1.38-.27c-.75 0-.95.09-1.38.27zM7 8.89l2.4-.2c-.34.31-.66.65-.9 1.07-.25.42-.4.86-.5 1.32zm0 5.78 1.03-2.17c.08.43.24.88.47 1.3.25.43.56.79.9 1.08zm10-5.78-1 2.19c-.1-.46-.26-.9-.5-1.32s-.55-.76-.9-1.08zm0 5.78-2.4.2c.34-.29.65-.65.9-1.07.24-.42.39-.87.47-1.3zm-5 2.88-1.39-1.98c.43.15.89.25 1.39.25s.95-.1 1.37-.25z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-sun.svg b/mkdocs-material/material/templates/.icons/material/shield-sun.svg new file mode 100644 index 0000000..991c997 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-sun.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5zm0 7.89c1.6 0 2.89 1.29 2.89 2.89S13.6 14.67 12 14.67s-2.89-1.3-2.89-2.89 1.3-2.89 2.89-2.89M12 6l1.38 2q-.63-.27-1.38-.27c-.75 0-.95.09-1.38.27zM7 8.89l2.4-.2c-.34.31-.66.65-.9 1.07-.25.42-.4.86-.5 1.32zm0 5.78 1.03-2.17c.08.43.24.88.47 1.3.25.43.56.79.9 1.08zm10-5.78-1 2.19c-.1-.46-.26-.9-.5-1.32s-.55-.76-.9-1.08zm0 5.78-2.4.2c.34-.29.65-.65.9-1.07.24-.42.39-.87.47-1.3zm-5 2.88-1.39-1.98c.43.15.89.25 1.39.25s.95-.1 1.37-.25z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-sword-outline.svg b/mkdocs-material/material/templates/.icons/material/shield-sword-outline.svg new file mode 100644 index 0000000..98508be --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-sword-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 1 9 4v6c0 5.5-3.8 10.7-9 12-5.2-1.3-9-6.5-9-12V5zm0 2.2L5 6.3v4.9c0 4.3 3.2 8.8 7 9.8 3.8-1 7-5.5 7-9.8V6.3zm0 2.3 2 1.6-1 5.9h2v2h-2v3h-2v-3H9v-2h2l-1-5.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-sword.svg b/mkdocs-material/material/templates/.icons/material/shield-sword.svg new file mode 100644 index 0000000..895aaf6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-sword.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1 3 5v6c0 5.5 3.8 10.7 9 12 5.2-1.3 9-6.5 9-12V5zm3 14h-2v3h-2v-3H9v-2h2l-1-5.9 2-1.6 2 1.6-1 5.9h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-sync-outline.svg b/mkdocs-material/material/templates/.icons/material/shield-sync-outline.svg new file mode 100644 index 0000000..2a37c24 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-sync-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 21c-3.75-1-7-5.46-7-9.78V6.3l7-3.12 7 3.12v5.77a6.5 6.5 0 0 1 1.91.6A12 12 0 0 0 21 11V5l-9-4-9 4v6c0 5.55 3.84 10.74 9 12 .35-.09.7-.2 1-.32A6.3 6.3 0 0 1 12 21m6-6.5V13l-2.25 2.25L18 17.5V16a2.5 2.5 0 0 1 2.24 3.62l1.09 1.09A4 4 0 0 0 18 14.5m0 6.5a2.5 2.5 0 0 1-2.24-3.62l-1.09-1.09A4 4 0 0 0 18 22.5V24l2.25-2.25L18 19.5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield-sync.svg b/mkdocs-material/material/templates/.icons/material/shield-sync.svg new file mode 100644 index 0000000..4a474d9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield-sync.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 12a6.4 6.4 0 0 1 2.87.67A12 12 0 0 0 21 11V5l-9-4-9 4v6c0 5.55 3.84 10.74 9 12 .35-.09.7-.2 1-.32a6.42 6.42 0 0 1-1.5-4.18A6.5 6.5 0 0 1 18 12m0 2.5V13l-2.25 2.25L18 17.5V16a2.5 2.5 0 0 1 2.24 3.62l1.09 1.09A4 4 0 0 0 18 14.5m0 6.5a2.5 2.5 0 0 1-2.24-3.62l-1.09-1.09A4 4 0 0 0 18 22.5V24l2.25-2.25L18 19.5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shield.svg b/mkdocs-material/material/templates/.icons/material/shield.svg new file mode 100644 index 0000000..eeafe15 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shield.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shimmer.svg b/mkdocs-material/material/templates/.icons/material/shimmer.svg new file mode 100644 index 0000000..6ed6e61 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shimmer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.6 9.6 9 15 7.4 9.6 2 8l5.4-1.6L9 1l1.6 5.4L16 8zm6.4 4.6 4-2.2-2.2 4 2.2 4-4-2.2-4 2.2 2.2-4-2.2-4zM10 16l-1.7 3 1.7 3-3-1.7L4 22l1.7-3L4 16l3 1.7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ship-wheel.svg b/mkdocs-material/material/templates/.icons/material/ship-wheel.svg new file mode 100644 index 0000000..38fdeff --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ship-wheel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m2 11 2.05.1a7.96 7.96 0 0 1 3.2-5.54L6.13 3.84c-.27-.48-.13-1.09.37-1.37.5-.27 1.09-.11 1.37.37l.93 1.82a8.1 8.1 0 0 1 6.4 0l.93-1.82c.28-.48.87-.64 1.37-.37.5.28.64.89.37 1.37l-1.12 1.72a7.96 7.96 0 0 1 3.2 5.54L22 11a1 1 0 0 1 1 1 1 1 0 0 1-1 1l-2.05-.1a7.96 7.96 0 0 1-3.2 5.54l1.12 1.72c.27.48.13 1.09-.37 1.37-.5.27-1.09.11-1.37-.37l-.93-1.82a8.1 8.1 0 0 1-6.4 0l-.93 1.82c-.28.48-.87.64-1.37.37-.5-.28-.64-.89-.37-1.37l1.12-1.72a7.96 7.96 0 0 1-3.2-5.54L2 13a1 1 0 0 1-1-1 1 1 0 0 1 1-1m7.07.35c.13-.61.46-1.15.93-1.56L8.34 7.25a6 6 0 0 0-2.29 3.95zM12 9c.32 0 .62.05.9.14l1.38-2.69C13.58 6.16 12.81 6 12 6s-1.58.16-2.28.45l1.38 2.69c.28-.09.58-.14.9-.14m2.93 2.35 3.02-.15a6 6 0 0 0-2.29-3.95L14 9.79c.47.41.8.95.93 1.56m0 1.3c-.13.61-.46 1.15-.93 1.56l1.66 2.54a6 6 0 0 0 2.29-3.95zM12 15c-.32 0-.62-.05-.91-.14l-1.37 2.69c.7.29 1.47.45 2.28.45s1.58-.16 2.28-.45l-1.37-2.69c-.29.09-.59.14-.91.14m-2.93-2.35-3.02.15c.22 1.6 1.06 3.01 2.29 3.95L10 14.21c-.47-.41-.8-.95-.93-1.56"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shipping-pallet.svg b/mkdocs-material/material/templates/.icons/material/shipping-pallet.svg new file mode 100644 index 0000000..999d4d1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shipping-pallet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 20h2v-2h6v2h2v-2h6v2h2v-5h-2v1h-2v-1h-2v1h-2v-1h-2v1H9v-1H7v1H5v-1H3m2-2h14V4H5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shoe-ballet.svg b/mkdocs-material/material/templates/.icons/material/shoe-ballet.svg new file mode 100644 index 0000000..16f6eb8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shoe-ballet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.78 11.97C12.27 8.54 10.86 2 7.53 2S2.8 8.54 2.28 11.97c-.21 1.45-.28 2.92-.12 4.38.34 3.04 1.39 4.49 2.11 5.15.37.33.84.5 1.33.5h3.87c.49 0 .96-.17 1.33-.5.7-.66 1.75-2.11 2.11-5.15.17-1.46.09-2.93-.13-4.38M7.53 4c.36-.13 1.06.73 1.74 2.31l-4.69 4.02C5.41 6.26 6.94 3.79 7.53 4m2.22 9H5.31a.96.96 0 0 1-.55-.19L10 8.33c.29 1.02.56 2.17.75 3.5.09.61-.38 1.17-1 1.17m12.03-1.03C21.27 8.54 19.86 2 16.53 2c-1.49 0-2.59 1.32-3.4 3.08.37.96.71 2.06 1 3.29l5.18 4.44c-.16.11-.34.19-.56.19h-3.83c.12 1.27.11 2.45-.03 3.59-.27 2.28-.89 3.86-1.57 4.94.36.31.81.47 1.28.47h3.87c.49 0 .96-.17 1.33-.5.7-.66 1.75-2.11 2.11-5.15.17-1.46.09-2.93-.13-4.38M14.8 6.31c.7-1.58 1.38-2.44 1.73-2.31.6-.21 2.12 2.26 2.97 6.33z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shoe-cleat.svg b/mkdocs-material/material/templates/.icons/material/shoe-cleat.svg new file mode 100644 index 0000000..d84a8fd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shoe-cleat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 8h-.7l-.05-.03c-2.11-.13-3.87-.8-4.72-1.74L14 7c-.05.1-.11.19-.16.28.71.61 1.16 1.37 1.16 2.22 0 .33-.09.64-.21.95l-1.87-1.87c-.22.25-.45.49-.7.71l2.03 2.03c-.21.25-.45.47-.75.68l-2.07-2.09c-.29.2-.58.37-.88.54l2.03 2.05c-.33.13-.69.24-1.08.32l-1.91-1.91c-.34.14-.68.27-1.03.38l1.7 1.71H10c-1.5 0-2.8-.46-3.72-1.18-.82.13-1.6.18-2.28.18-2 0-2 3-2 3 0 1.11.89 2 2 2v1c0 .55.45 1 1 1s1-.45 1-1v-1h1v1c0 .55.45 1 1 1s1-.45 1-1v-1h1v1c0 .55.45 1 1 1s1-.45 1-1v-1h3v1c0 .55.45 1 1 1s1-.45 1-1v-1h1v1c0 .55.45 1 1 1s1-.45 1-1v-1h1s1 0 1-4.5C22 9 21 8 21 8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shoe-formal.svg b/mkdocs-material/material/templates/.icons/material/shoe-formal.svg new file mode 100644 index 0000000..26aabce --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shoe-formal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.5 9V8h-1l-1 1H15l-1-1h-1l-6 4H4a2 2 0 0 0-2 2v2h8l3-1h2v1h6.5v-2s.5-1 .5-2.5-.5-2.5-.5-2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shoe-heel.svg b/mkdocs-material/material/templates/.icons/material/shoe-heel.svg new file mode 100644 index 0000000..e52e001 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shoe-heel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 18h8.7l5.3-4h1v4h2v-4s1-2 1-4-.5-4-.5-4h-2L18 7l-8 7H8l-5 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shoe-print.svg b/mkdocs-material/material/templates/.icons/material/shoe-print.svg new file mode 100644 index 0000000..19cb7b8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shoe-print.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.74 11.72c.47 1.23.42 2.51-.99 3.02-2.9 1.07-3.55-1.74-3.59-1.88zm-5.03-.81 4.32-1.07c-.19-1.05.1-2.1.1-3.34 0-1.68-1.33-4.97-3.45-4.44-2.42.6-2.77 3.29-2.68 4.59.12 1.3 1.64 4.08 1.71 4.26m12.14 8.94c-.03.15-.69 2.95-3.59 1.89-1.4-.52-1.46-1.8-.99-3.03zm2.15-6.2c.1-1.3-.24-4-2.67-4.6-2.11-.55-3.44 2.76-3.44 4.45 0 1.23.28 2.28.11 3.33l4.3 1.07c.08-.18 1.59-2.96 1.7-4.25"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shoe-sneaker.svg b/mkdocs-material/material/templates/.icons/material/shoe-sneaker.svg new file mode 100644 index 0000000..ac953a3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shoe-sneaker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 15s0-3 2-3c.68 0 1.46-.05 2.28-.18C7.2 12.54 8.5 13 10 13h.25l-1.69-1.71c.35-.11.69-.24 1.03-.38l1.91 1.91c.39-.08.75-.19 1.08-.32l-2.03-2.05c.3-.17.59-.34.88-.54L13.5 12c.3-.21.54-.44.75-.68l-2.03-2.03c.24-.22.48-.46.7-.71l1.87 1.87c.12-.31.21-.62.21-.95 0-.85-.45-1.61-1.16-2.22.05-.09.11-.18.16-.28l1.53-.77c.85.94 2.61 1.61 4.72 1.74l.05.03h.7s1 1 1 4.5c0 .57 0 1.07-.04 1.5H19c-1.1 0-2.42.26-3.7.5-1.18.26-2.4.5-3.3.5zm19 2s.58 0 .86-2H19c-2 0-5 1-7 1H2.28c.34.6.98 1 1.72 1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shopping-music.svg b/mkdocs-material/material/templates/.icons/material/shopping-music.svg new file mode 100644 index 0000000..9c1022a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shopping-music.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3a3 3 0 0 0-3 3h6a3 3 0 0 0-3-3m7 3a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8c0-1.11.89-2 2-2h2a5 5 0 0 1 5-5 5 5 0 0 1 5 5zM9 19l7.5-5L9 10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shopping-outline.svg b/mkdocs-material/material/templates/.icons/material/shopping-outline.svg new file mode 100644 index 0000000..e16858b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shopping-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6h-2c0-2.8-2.2-5-5-5S7 3.2 7 6H5c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2m-7-3c1.7 0 3 1.3 3 3H9c0-1.7 1.3-3 3-3m7 17H5V8h14zm-7-8c-1.7 0-3-1.3-3-3H7c0 2.8 2.2 5 5 5s5-2.2 5-5h-2c0 1.7-1.3 3-3 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shopping-search-outline.svg b/mkdocs-material/material/templates/.icons/material/shopping-search-outline.svg new file mode 100644 index 0000000..6807bbc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shopping-search-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.31 18.9c1.33-2.1.69-4.9-1.4-6.21S13.03 12 11.7 14.1s-.7 4.9 1.4 6.2c1.46.92 3.32.93 4.78.02L21 23.39 22.39 22m-6.89-3a2.5 2.5 0 0 1 0-5 2.5 2.5 0 0 1 0 5m-5.47 1H5V8h14v3.03c.81.52 1.5 1.21 2 2.02V8c0-1.1-.9-2-2-2h-2c0-2.8-2.2-5-5-5S7 3.2 7 6H5c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h7.05c-.81-.5-1.5-1.19-2.02-2M12 3c1.7 0 3 1.3 3 3H9c0-1.7 1.3-3 3-3m3 6h2c0 .4-.05.78-.14 1.15-.44-.1-.89-.15-1.36-.15-.23 0-.46 0-.68.04.11-.33.18-.67.18-1.04m-5.24 4.46A4.92 4.92 0 0 1 7 9h2c0 1.34.82 2.42 2 2.82-.5.48-.92 1.03-1.24 1.64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shopping-search.svg b/mkdocs-material/material/templates/.icons/material/shopping-search.svg new file mode 100644 index 0000000..3e22146 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shopping-search.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6h-2A5 5 0 0 0 7 6H5a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h7.05A6.5 6.5 0 0 1 9 16.5a6.4 6.4 0 0 1 1.25-3.82A5 5 0 0 1 7 8h2a3 3 0 0 0 3 3h.06a6.2 6.2 0 0 1 2-.84A3 3 0 0 0 15 8h2a4.9 4.9 0 0 1-.46 2.09 6.5 6.5 0 0 1 4.46 3V8a2 2 0 0 0-2-2M9 6a3 3 0 0 1 6 0m4.31 12.9a4.5 4.5 0 1 0-1.43 1.42L21 23.39 22.39 22m-6.89-3a2.5 2.5 0 1 1 2.5-2.5 2.5 2.5 0 0 1-2.5 2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shopping.svg b/mkdocs-material/material/templates/.icons/material/shopping.svg new file mode 100644 index 0000000..9caec74 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shopping.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 13a5 5 0 0 1-5-5h2a3 3 0 0 0 3 3 3 3 0 0 0 3-3h2a5 5 0 0 1-5 5m0-10a3 3 0 0 1 3 3H9a3 3 0 0 1 3-3m7 3h-2a5 5 0 0 0-5-5 5 5 0 0 0-5 5H5c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shore.svg b/mkdocs-material/material/templates/.icons/material/shore.svg new file mode 100644 index 0000000..e7deac3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shore.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 12h2v2h-2c-1.4 0-2.7-.4-4-1-2.5 1.3-5.5 1.3-8 0-1.3.6-2.6 1-4 1H2v-2h2c1.4 0 2.8-.5 4-1.3 2.4 1.7 5.6 1.7 8 0 1.2.8 2.6 1.3 4 1.3m0-6h2v2h-2c-1.4 0-2.7-.3-4-1-2.5 1.3-5.5 1.3-8 0-1.3.7-2.6 1-4 1H2V6h2c1.4 0 2.8-.5 4-1.3 2.4 1.7 5.6 1.7 8 0 1.2.8 2.6 1.3 4 1.3m2 14H2v-2h20"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shovel-off.svg b/mkdocs-material/material/templates/.icons/material/shovel-off.svg new file mode 100644 index 0000000..a32dead --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shovel-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.1 1.81-2.83 2.84a2.01 2.01 0 0 0 0 2.82l1.41 1.42-.68.73 1.44 1.44.73-.73 1.39 1.39c.78.78 2.05.78 2.83 0l2.83-2.84zm2.83 8.47L13.7 6.06l1.41-1.41 4.23 4.23zm2.77 9.96-1.41 1.41-7.79-7.77-1 1 2.83 2.81-1.33 1.4C7 24 3.5 20.5 3.5 20.5S-.06 17 4.89 12l1.42-1.4 2.82 2.83 1-1-7.78-7.75 1.42-1.42z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shovel.svg b/mkdocs-material/material/templates/.icons/material/shovel.svg new file mode 100644 index 0000000..2ae6430 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shovel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.1 1.81-2.83 2.83c-.77.78-.77 2.05 0 2.83l1.41 1.41-4.55 4.55-2.82-2.83L4.89 12c-4.95 5-1.39 8.5-1.39 8.5S7 24 12 19.09l1.41-1.41-2.8-2.8 4.54-4.54 1.39 1.39c.78.77 2.05.77 2.83 0L22.2 8.9zm2.83 8.47L16.55 8.9l-1.44-1.44-1.4-1.4 1.41-1.41 4.23 4.23z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shower-head.svg b/mkdocs-material/material/templates/.icons/material/shower-head.svg new file mode 100644 index 0000000..db3d6df --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shower-head.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 20a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m-4 0a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m-4 0a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m-4 0a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m-4 0a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m2-3a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m4 0a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m4 0a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m4 0a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1M8 14a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m4 0a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m4 0a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m3-2H5v-2h14zm-1.08-3H6.08C6.5 6.5 8.5 4.5 11 4.08V2h2v2.08c2.5.42 4.5 2.42 4.92 4.92"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shower.svg b/mkdocs-material/material/templates/.icons/material/shower.svg new file mode 100644 index 0000000..afe8757 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shower.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 14v1c0 1.91-1.07 3.57-2.65 4.41L19 22h-2l-.5-2h-9L7 22H5l.65-2.59A4.99 4.99 0 0 1 3 15v-1H2v-2h18V5a1 1 0 0 0-1-1c-.5 0-.88.34-1 .79.63.54 1 1.34 1 2.21h-6a3 3 0 0 1 3-3h.17c.41-1.16 1.52-2 2.83-2a3 3 0 0 1 3 3v9zm-2 0H5v1a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shredder.svg b/mkdocs-material/material/templates/.icons/material/shredder.svg new file mode 100644 index 0000000..ee98032 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shredder.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 3v4h2V5h8v2h2V3zM5 8a3 3 0 0 0-3 3v6h3v-3h14v3h3v-6a3 3 0 0 0-3-3zm13 2a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1M7 16v5h2v-5zm4 0v4h2v-4zm4 0v5h2v-5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shuffle-disabled.svg b/mkdocs-material/material/templates/.icons/material/shuffle-disabled.svg new file mode 100644 index 0000000..234f5d5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shuffle-disabled.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 4.5V7H5v2h11v2.5L19.5 8M16 12.5V15H5v2h11v2.5l3.5-3.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shuffle-variant.svg b/mkdocs-material/material/templates/.icons/material/shuffle-variant.svg new file mode 100644 index 0000000..9a44ff3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shuffle-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17 3 5.25 4.5L17 12l5.25 4.5L17 21v-3h-2.74l-2.82-2.82 2.12-2.12L15.5 15H17V9h-1.5l-9 9H2v-3h3.26l9-9H17zM2 6h4.5l2.82 2.82-2.12 2.12L5.26 9H2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shuffle.svg b/mkdocs-material/material/templates/.icons/material/shuffle.svg new file mode 100644 index 0000000..a936799 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shuffle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.83 13.41-1.41 1.41 3.13 3.13L14.5 20H20v-5.5l-2.04 2.04zM14.5 4l2.04 2.04L4 18.59 5.41 20 17.96 7.46 20 9.5V4m-9.41 5.17L5.41 4 4 5.41l5.17 5.17z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/shuriken.svg b/mkdocs-material/material/templates/.icons/material/shuriken.svg new file mode 100644 index 0000000..f8bcc4e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/shuriken.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.5 9.5 12 2 9.5 9.5 2 12l7.5 2.5L12 22l2.5-7.5L22 12zM12 13.7c-.9 0-1.7-.7-1.7-1.7 0-.9.7-1.7 1.7-1.7.9 0 1.7.7 1.7 1.7 0 .9-.8 1.7-1.7 1.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sickle.svg b/mkdocs-material/material/templates/.icons/material/sickle.svg new file mode 100644 index 0000000..4692b38 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sickle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.3 7.2C17.5 4.7 14.9 3 12 2c14.2 8.5 3.4 20.9-3.5 13.5l-2.6.5-3.4 3.4c-.6.6-.6 1.6 0 2.1.6.6 1.6.6 2.1 0l3.2-3.2c7.5 6 17.2-3.3 11.5-11.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sigma-lower.svg b/mkdocs-material/material/templates/.icons/material/sigma-lower.svg new file mode 100644 index 0000000..a5d9735 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sigma-lower.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 12c0 4.42-3.36 8-7.5 8S4 16.42 4 12s3.36-8 7.5-8H20v2h-3.54A8.3 8.3 0 0 1 19 12m-7.5-6C8.46 6 6 8.69 6 12s2.46 6 5.5 6 5.5-2.69 5.5-6-2.46-6-5.5-6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sigma.svg b/mkdocs-material/material/templates/.icons/material/sigma.svg new file mode 100644 index 0000000..88813f5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sigma.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 6H8.83l6 6-6 6H18v2H6v-2l6-6-6-6V4h12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sign-caution.svg b/mkdocs-material/material/templates/.icons/material/sign-caution.svg new file mode 100644 index 0000000..c1452a1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sign-caution.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 3h20v10h-4v8h-2v-8H8v8H6v-8H2zm16.97 8L20 9.97V7.15L16.15 11zm-5.65 0 6-6H16.5l-6 6zm-5.66 0 6-6h-2.83l-6 6zM5.18 5 4 6.18V9l4-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sign-direction-minus.svg b/mkdocs-material/material/templates/.icons/material/sign-direction-minus.svg new file mode 100644 index 0000000..556fc68 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sign-direction-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.5 9.5 18 12h-5v10H9a2 2 0 0 1 2-2v-8H3.5L6 9.5 3.5 7H11V3l1-1 1 1v4h5m5 11h-8v2h8Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sign-direction-plus.svg b/mkdocs-material/material/templates/.icons/material/sign-direction-plus.svg new file mode 100644 index 0000000..a0e4d2d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sign-direction-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20h.09a5.5 5.5 0 0 0 .72 2H9a2 2 0 0 1 2-2v-8H3.5L6 9.5 3.5 7H11V3l1-1 1 1v4h5l2.5 2.5L18 12h-5m5 3v3h-3v2h3v3h2v-3h3v-2h-3v-3Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sign-direction-remove.svg b/mkdocs-material/material/templates/.icons/material/sign-direction-remove.svg new file mode 100644 index 0000000..af794ae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sign-direction-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20h.09a5.5 5.5 0 0 0 .72 2H9a2 2 0 0 1 2-2v-8H3.5L6 9.5 3.5 7H11V3l1-1 1 1v4h5l2.5 2.5L18 12h-5m8.12 3.46L19 17.59l-2.12-2.13-1.42 1.42L17.59 19l-2.13 2.12 1.42 1.42L19 20.41l2.12 2.13 1.42-1.42L20.41 19l2.13-2.12Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sign-direction.svg b/mkdocs-material/material/templates/.icons/material/sign-direction.svg new file mode 100644 index 0000000..b261218 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sign-direction.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 12H3.5L6 9.5 3.5 7H11V3l1-1 1 1v4h5l2.5 2.5L18 12h-5v8a2 2 0 0 1 2 2H9a2 2 0 0 1 2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sign-language-outline.svg b/mkdocs-material/material/templates/.icons/material/sign-language-outline.svg new file mode 100644 index 0000000..1ee6b0f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sign-language-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.5 4c.4-.4 1-.4 1.4 0l2.9 3c-.8.4-1.2.6-1.6 1.2L7.5 5.5c-.4-.4-.4-1.1 0-1.5M6.3 7.2c.4-.4 1-.4 1.4 0l1.9 2c-.2.6-.3 1.3-.2 1.8h-.8L6.3 8.6c-.4-.4-.4-1 0-1.4m11.9 7.3L12.5 9l-.3.1c-.7.4-1 1.3-.7 2l.9 1.9h-8c-.5 0-1 .5-1 1s.5 1 1 1H10v1H3c-.5 0-1 .5-1 1s.5 1 1 1h7v1H4c-.5 0-1 .5-1 1s.5 1 1 1h6v1H5.5c-.5 0-1 .5-1 1s.5 1 1 1h11c1.4 0 2.5-1.1 2.5-2.5v-5.2c0-.7-.3-1.4-.8-1.8M17 21c0 .5-.5 1-1 1h-4v-7h2v-1.8l2.7 2.5c.2.2.3.5.3.7zm5-9.7c0 .7-.3 1.3-.8 1.8l-.9.8c-.2-.3-.4-.6-.7-.9l-.6-.6.7-.7c.2-.2.3-.5.3-.7V7.3l-1.3 1.2L17.3 7l-1.9 2-2.7-2.4-3.8-4c-.4-.4-.4-1 0-1.4s1-.4 1.4 0l4.8 5.1.7-.7-3.8-4c-.4-.4-.4-1 0-1.4s1-.4 1.4 0L18.9 6l.7-2c.5-.6 1.4-1 2.1-.8l.3.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sign-language.svg b/mkdocs-material/material/templates/.icons/material/sign-language.svg new file mode 100644 index 0000000..9df4e6d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sign-language.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.5 4c.4-.4 1-.4 1.4 0l2.9 3c-.8.4-1.2.6-1.6 1.2L7.5 5.5c-.4-.4-.4-1.1 0-1.5M6.3 7.2c.4-.4 1-.4 1.4 0l1.9 2c-.2.6-.3 1.3-.2 1.8h-.8L6.3 8.6c-.4-.4-.4-1 0-1.4M19 21.5c0 1.4-1.1 2.5-2.5 2.5h-11c-.5 0-1-.5-1-1s.5-1 1-1H10v-1H4c-.5 0-1-.5-1-1s.5-1 1-1h6v-1H3c-.5 0-1-.5-1-1s.5-1 1-1h7v-1H4.5c-.5 0-1-.5-1-1s.5-1 1-1h8l-.9-1.9c-.4-.7-.1-1.6.7-2l.2-.1 5.7 5.5c.5.5.8 1.1.8 1.8zm3-10.2c0 .7-.3 1.3-.8 1.8l-.9.8c-.2-.3-.4-.6-.7-.9l-.6-.6L15.4 9l-2.7-2.4-3.8-4c-.4-.4-.4-1 0-1.4s1-.4 1.4 0l4.8 5.1.7-.7-3.8-4c-.4-.4-.4-1 0-1.4s1-.4 1.4 0L18.9 6l.7-2c.5-.6 1.4-1 2.1-.8l.3.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sign-pole.svg b/mkdocs-material/material/templates/.icons/material/sign-pole.svg new file mode 100644 index 0000000..3f05b0f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sign-pole.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11 3 1-1 1 1v17a2 2 0 0 1 2 2H9c0-1.1.9-2 2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sign-real-estate.svg b/mkdocs-material/material/templates/.icons/material/sign-real-estate.svg new file mode 100644 index 0000000..66f94c2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sign-real-estate.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 8H8c-1.1 0-2 .9-2 2v6a2 2 0 0 0 2 2h10c1.11 0 2-.89 2-2v-6a2 2 0 0 0-2-2m-4 8H8v-2h6zm4-4H8v-2h10zm4-6H4v16H2V2h2v2h18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sign-text.svg b/mkdocs-material/material/templates/.icons/material/sign-text.svg new file mode 100644 index 0000000..88ee814 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sign-text.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11 3 1-1 1 1v2h7a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-7v3a2 2 0 0 1 2 2H9a2 2 0 0 1 2-2v-3H4a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h7zM6 8v2h12V8zm0 4v2h7v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sign-yield.svg b/mkdocs-material/material/templates/.icons/material/sign-yield.svg new file mode 100644 index 0000000..5daa43a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sign-yield.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.5 3h-17C2.4 3 1.6 4.3 2.2 5.3l8.5 14.9c.3.5.8.8 1.3.8s1-.3 1.3-.8l8.5-14.9c.6-1-.2-2.3-1.3-2.3M12 18.5 4.3 5h15.3zm-5.1-12h10.2l-5.1 9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/signal-2g.svg b/mkdocs-material/material/templates/.icons/material/signal-2g.svg new file mode 100644 index 0000000..26016ab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/signal-2g.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 19.5H2v-6a3 3 0 0 1 3-3h3v-3H2v-3h6a3 3 0 0 1 3 3v3a3 3 0 0 1-3 3H5v3h6m11-6h-4.5v3H19v3h-3v-9h6v-3h-6a3 3 0 0 0-3 3v9a3 3 0 0 0 3 3h3a3 3 0 0 0 3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/signal-3g.svg b/mkdocs-material/material/templates/.icons/material/signal-3g.svg new file mode 100644 index 0000000..293300c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/signal-3g.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 16.5v-2.25C11 13 10 12 8.75 12 10 12 11 11 11 9.75V7.5a3 3 0 0 0-3-3H2v3h6v3H5v3h3v3H2v3h6a3 3 0 0 0 3-3m11 0v-6h-4.5v3H19v3h-3v-9h6v-3h-6a3 3 0 0 0-3 3v9a3 3 0 0 0 3 3h3a3 3 0 0 0 3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/signal-4g.svg b/mkdocs-material/material/templates/.icons/material/signal-4g.svg new file mode 100644 index 0000000..8964411 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/signal-4g.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 16.5v-6h-4.5v3H19v3h-3v-9h6v-3h-6a3 3 0 0 0-3 3v9a3 3 0 0 0 3 3h3a3 3 0 0 0 3-3m-14 3h3v-15H8v6H5v-6H2v9h6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/signal-5g.svg b/mkdocs-material/material/templates/.icons/material/signal-5g.svg new file mode 100644 index 0000000..9ded180 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/signal-5g.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 16.5v-6h-4.5v3H19v3h-3v-9h6v-3h-6a3 3 0 0 0-3 3v9a3 3 0 0 0 3 3h3a3 3 0 0 0 3-3m-12-12H3v9h4v3H3v3h5.5A1.5 1.5 0 0 0 10 18v-6a1.5 1.5 0 0 0-1.5-1.5H6v-3h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/signal-cellular-1.svg b/mkdocs-material/material/templates/.icons/material/signal-cellular-1.svg new file mode 100644 index 0000000..de436e4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/signal-cellular-1.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.5 5.5v13h-2v-13zm-7 5v8h-2v-8zM21 4h-5v16h5zm-7 5H9v11h5zm-7 5H2v6h5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/signal-cellular-2.svg b/mkdocs-material/material/templates/.icons/material/signal-cellular-2.svg new file mode 100644 index 0000000..31afa43 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/signal-cellular-2.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.5 5.5v13h-2v-13zM21 4h-5v16h5zm-7 5H9v11h5zm-7 5H2v6h5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/signal-cellular-3.svg b/mkdocs-material/material/templates/.icons/material/signal-cellular-3.svg new file mode 100644 index 0000000..e2a88b1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/signal-cellular-3.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 4h-5v16h5zm-7 5H9v11h5zm-7 5H2v6h5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/signal-cellular-outline.svg b/mkdocs-material/material/templates/.icons/material/signal-cellular-outline.svg new file mode 100644 index 0000000..02a9bcf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/signal-cellular-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.5 5.5v13h-2v-13zm-7 5v8h-2v-8zm-7 5v3h-2v-3zM21 4h-5v16h5zm-7 5H9v11h5zm-7 5H2v6h5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/signal-distance-variant.svg b/mkdocs-material/material/templates/.icons/material/signal-distance-variant.svg new file mode 100644 index 0000000..3377afb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/signal-distance-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 6V4a12 12 0 0 1 12 12h-2A10 10 0 0 0 4 6m0 4V8a8 8 0 0 1 8 8h-2a6 6 0 0 0-6-6m0 2a4 4 0 0 1 4 4H4zm-1 6h16v-2l3 3-3 3v-2H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/signal-hspa-plus.svg b/mkdocs-material/material/templates/.icons/material/signal-hspa-plus.svg new file mode 100644 index 0000000..26d1980 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/signal-hspa-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 8v3h3v3h-3v3h-3v-3h-3v-3h3V8zM5 10.5h3v-6h3v15H8v-6H5v6H2v-15h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/signal-hspa.svg b/mkdocs-material/material/templates/.icons/material/signal-hspa.svg new file mode 100644 index 0000000..14c48e4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/signal-hspa.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.5 10.5h3v-6h3v15h-3v-6h-3v6h-3v-15h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/signal-off.svg b/mkdocs-material/material/templates/.icons/material/signal-off.svg new file mode 100644 index 0000000..49cc253 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/signal-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 3v13.18l3 3V3zM4.28 5 3 6.27 10.73 14H8v7h3v-6.73l2 2V21h3v-1.73L19.73 23 21 21.72zM13 9v2.18l3 3V9zM3 18v3h3v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/signal-variant.svg b/mkdocs-material/material/templates/.icons/material/signal-variant.svg new file mode 100644 index 0000000..0bb7e92 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/signal-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 6V4h.1C12.9 4 20 11.1 20 19.9v.1h-2v-.1C18 12.2 11.8 6 4 6m0 4V8a12 12 0 0 1 12 12h-2A10 10 0 0 0 4 10m0 4v-2a8 8 0 0 1 8 8h-2a6 6 0 0 0-6-6m0 2a4 4 0 0 1 4 4H4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/signal.svg b/mkdocs-material/material/templates/.icons/material/signal.svg new file mode 100644 index 0000000..ae4dc0f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/signal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 21h3v-3H3m5 3h3v-7H8m5 7h3V9h-3m5 12h3V3h-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/signature-freehand.svg b/mkdocs-material/material/templates/.icons/material/signature-freehand.svg new file mode 100644 index 0000000..d0f45a8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/signature-freehand.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 22H2v-2h20zM6.2 17.3l-.7.7-1.4-1.4L2.7 18l-.7-.7 1.4-1.4L2 14.5l.7-.7 1.4 1.4 1.4-1.4.7.7-1.4 1.4zm10.02-2.87c0-.58-.72-1.23-2.16-1.97-1.83-.92-3.06-1.67-3.7-2.22-.65-.56-.97-1.18-.97-1.87 0-1.78.91-3.25 2.73-4.42s3.31-1.76 4.45-1.76c.74 0 1.28.13 1.61.39.32.25.5.69.5 1.32 0 .28-.12.52-.37.73-.24.2-.44.3-.57.3-.11 0-.31-.1-.61-.29l-.58-.26c-.47 0-1.41.33-2.84 1q-2.13.99-2.13 2.25c0 .51.24.97.74 1.37.5.42 1.39.93 2.68 1.53 1.03.47 1.86.97 2.5 1.54.6.54.91 1.18.91 1.93 0 1.34-.94 2.41-2.83 3.17-1.88.77-3.68 1.15-5.39 1.15-1.44 0-2.19-.49-2.19-1.46 0-.36.19-.59.5-.75.33-.16.66-.24 1-.24l.75.13.72.13c.98 0 2.03-.16 3.16-.49 1.13-.32 1.83-.73 2.09-1.21"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/signature-image.svg b/mkdocs-material/material/templates/.icons/material/signature-image.svg new file mode 100644 index 0000000..106b892 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/signature-image.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 22H2v-2h20zM6.2 17.3l-1.4-1.4 1.4-1.4-.7-.7-1.4 1.4-1.4-1.4-.7.7 1.4 1.4L2 17.3l.7.7 1.4-1.4L5.5 18zM20 5H10a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2M10 16l2.6-3.3 1.8 2.2 2.4-3.3L20 16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/signature-text.svg b/mkdocs-material/material/templates/.icons/material/signature-text.svg new file mode 100644 index 0000000..265cd46 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/signature-text.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 22H2v-2h20zM6.2 17.3l-1.4-1.4 1.4-1.4-.7-.7-1.4 1.4-1.4-1.4-.7.7 1.4 1.4L2 17.3l.7.7 1.4-1.4L5.5 18zM20.5 3l1.2 4.4-1 .3c-.5-.9-.9-1.7-1.4-2.2-.6-.5-1.2-.5-1.8-.5H15v10.5c0 .5 0 1 .3 1.2s1 .2 1.7.2v1h-6v-1c.7 0 1.3 0 1.7-.2.3-.2.3-.7.3-1.2V5h-2.5c-.6 0-1.2 0-1.8.4-.5.4-1 1.3-1.4 2.2l-1-.3L7.5 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/signature.svg b/mkdocs-material/material/templates/.icons/material/signature.svg new file mode 100644 index 0000000..948b853 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/signature.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 22H2v-2h20zM2.26 16.83 5.09 14l-2.83-2.83 1.41-1.41 2.83 2.83 2.83-2.83 1.41 1.41L7.91 14l2.83 2.83-1.41 1.41-2.83-2.83-2.83 2.83z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/silo-outline.svg b/mkdocs-material/material/templates/.icons/material/silo-outline.svg new file mode 100644 index 0000000..9a51cb2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/silo-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.5 2a6.5 6.5 0 0 1 6.46 5.78L22 12v2l-2-1.2V22h-2V11.6l-3-1.8V22h-2V9H4v13H2V8.5A6.5 6.5 0 0 1 8.5 2m0 2C6.54 4 4.87 5.25 4.26 7h8.48c-.61-1.75-2.28-3-4.24-3M6 11h5v2H6zm0 4h5v2H6zm0 4h5v2H6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/silo.svg b/mkdocs-material/material/templates/.icons/material/silo.svg new file mode 100644 index 0000000..1673e36 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/silo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 7.8C14.6 4.5 11.8 2 8.5 2c-1.7 0-3.4.7-4.6 1.9S2 6.8 2 8.5V22h13V9.8l3 1.8V22h2v-9.2l2 1.2v-2zM11 20H6v-2h5zm0-4H6v-2h5zm0-4H6v-2h5zM4.3 7c.6-1.8 2.3-3 4.2-3s3.6 1.2 4.2 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/silverware-clean.svg b/mkdocs-material/material/templates/.icons/material/silverware-clean.svg new file mode 100644 index 0000000..25add49 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/silverware-clean.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15 0-.62 1.37L13 2l1.38.63L15 4l.63-1.37L17 2l-1.37-.63zm-4.5 2L9.41 4.41 7 5.5l2.41 1.09L10.5 9l1.1-2.41L14 5.5l-2.4-1.09zm8.39 3.14c-1.33-.08-2.85.51-4.05 1.7-1.59 1.59-2.09 3.74-1.38 5.27L3.7 21.87l1.41 1.41L12 16.41l6.88 6.88 1.41-1.41L13.41 15l1.47-1.47c1.53.71 3.68.21 5.27-1.38 1.91-1.91 2.28-4.65.81-6.12-.55-.53-1.28-.84-2.07-.89M3.91 5.5a4.01 4.01 0 0 0 0 5.66l4.19 4.18 2.83-2.84z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/silverware-fork-knife.svg b/mkdocs-material/material/templates/.icons/material/silverware-fork-knife.svg new file mode 100644 index 0000000..1e7fe4e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/silverware-fork-knife.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 9H9V2H7v7H5V2H3v7c0 2.12 1.66 3.84 3.75 3.97V22h2.5v-9.03C11.34 12.84 13 11.12 13 9V2h-2zm5-3v8h2.5v8H21V2c-2.76 0-5 2.24-5 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/silverware-fork.svg b/mkdocs-material/material/templates/.icons/material/silverware-fork.svg new file mode 100644 index 0000000..9fd8818 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/silverware-fork.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m5.12 21.29-1.41-1.41 9.65-9.66-.2-.22a1.98 1.98 0 0 1 0-2.81l4.34-4.37.93.92L15.19 7l.96.94 3.24-3.25.92.92-3.25 3.24.94.96 3.26-3.25.92.94-4.37 4.34c-.78.78-2.04.78-2.81 0l-.22-.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/silverware-spoon.svg b/mkdocs-material/material/templates/.icons/material/silverware-spoon.svg new file mode 100644 index 0000000..acb6f52 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/silverware-spoon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.88 11.53-9.76 9.76-1.41-1.41 9.76-9.76c-.71-1.53-.21-3.68 1.38-5.27 1.91-1.92 4.65-2.28 6.11-.82 1.47 1.47 1.11 4.21-.81 6.12-1.59 1.59-3.74 2.09-5.27 1.38"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/silverware-variant.svg b/mkdocs-material/material/templates/.icons/material/silverware-variant.svg new file mode 100644 index 0000000..619d036 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/silverware-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.1 13.34 3.91 9.16a4.01 4.01 0 0 1 0-5.66l7.02 7zm5.31-.34 6.88 6.88-1.41 1.41L12 14.41l-6.88 6.88-1.41-1.41 9.65-9.66-.2-.22a1.98 1.98 0 0 1 0-2.81l4.34-4.37.93.92L15.19 7l.96.94 3.24-3.25.92.92-3.25 3.24.94.96 3.26-3.25.92.94-4.37 4.34c-.78.78-2.04.78-2.81 0l-.22-.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/silverware.svg b/mkdocs-material/material/templates/.icons/material/silverware.svg new file mode 100644 index 0000000..3cbd386 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/silverware.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.1 13.34 3.91 9.16a4.01 4.01 0 0 1 0-5.66l7.02 7zm6.78-1.81L13.41 13l6.88 6.88-1.41 1.41L12 14.41l-6.88 6.88-1.41-1.41 9.76-9.76c-.71-1.53-.21-3.68 1.38-5.27 1.91-1.92 4.65-2.28 6.11-.82 1.47 1.47 1.11 4.21-.81 6.12-1.59 1.59-3.74 2.09-5.27 1.38"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sim-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/sim-alert-outline.svg new file mode 100644 index 0000000..34f6695 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sim-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 13h-2V7h2m0 10h-2v-2h2m5-11v16H6V8.8L10.8 4zm0-2h-8L4 8v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sim-alert.svg b/mkdocs-material/material/templates/.icons/material/sim-alert.svg new file mode 100644 index 0000000..00419de --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sim-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 13h-2V7h2m0 10h-2v-2h2m5-13h-8L4 8v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sim-off-outline.svg b/mkdocs-material/material/templates/.icons/material/sim-off-outline.svg new file mode 100644 index 0000000..55e41ca --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sim-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.11 21.46 2.39 1.73 1.11 3l3.95 3.95L4 8v12c0 1.11.89 2 2 2h12c.58 0 1.1-.25 1.46-.65l1.38 1.38zM18 20H6V8.83l.47-.47L18 19.89zM10.83 4H18v10.8l2 2V4a2 2 0 0 0-2-2h-8L7.6 4.4 9 5.81z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sim-off.svg b/mkdocs-material/material/templates/.icons/material/sim-off.svg new file mode 100644 index 0000000..7d8e5cb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sim-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.84 22.73-1.38-1.38c-.36.4-.88.65-1.46.65H6c-1.11 0-2-.89-2-2V8l1.06-1.05L1.11 3l1.28-1.27 19.72 19.73zM20 4a2 2 0 0 0-2-2h-8L7.6 4.4 20 16.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sim-outline.svg b/mkdocs-material/material/templates/.icons/material/sim-outline.svg new file mode 100644 index 0000000..9dfa918 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sim-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 4v16H6V8.8L10.8 4zm0-2h-8L4 8v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2M9.5 19h-2v-2h2zm7 0h-2v-2h2zm-7-4h-2v-4h2zm3.5 4h-2v-4h2zm0-6h-2v-2h2zm3.5 2h-2v-4h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sim.svg b/mkdocs-material/material/templates/.icons/material/sim.svg new file mode 100644 index 0000000..014821f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sim.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 4a2 2 0 0 0-2-2h-8L4 8v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2zM9 19H7v-2h2zm8 0h-2v-2h2zm-8-4H7v-4h2zm4 4h-2v-4h2zm0-6h-2v-2h2zm4 2h-2v-4h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/simple-icons.svg b/mkdocs-material/material/templates/.icons/material/simple-icons.svg new file mode 100644 index 0000000..37e8534 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/simple-icons.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.25 17c0 .88-.18 1.74-.54 2.53h-1.4c1.4-2.38.6-5.44-1.78-6.84A5 5 0 0 0 12 12c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5h-1.25c0-2.07-1.68-3.75-3.75-3.75S8.25 4.93 8.25 7s1.68 3.75 3.75 3.75c3.45 0 6.25 2.81 6.25 6.25M6.29 19.53c-.36-.79-.54-1.66-.54-2.53H7c0 .93.25 1.79.69 2.53zm11.96 1.22V22H5.75v-1.25H9.5v-5H8.25V14.5h7.5v1.25H14.5v5zm-5-5h-2.5v5h2.5zm1.19-8.68A2.5 2.5 0 0 1 12 9.5a2.493 2.493 0 0 1-2.43-2.56C9.6 5.61 10.67 4.53 12 4.5a2.51 2.51 0 0 1 2.44 2.57M13.25 7a1.25 1.25 0 1 0-2.5 0 1.25 1.25 0 0 0 2.5 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sina-weibo.svg b/mkdocs-material/material/templates/.icons/material/sina-weibo.svg new file mode 100644 index 0000000..65a43a1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sina-weibo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.82 13.87c1.07 0 1.95.87 1.95 1.95a1.95 1.95 0 0 1-1.95 1.95c-1.08 0-1.95-.88-1.95-1.95 0-1.08.87-1.95 1.95-1.95M14.5 3.34l.68-.03c3.76 0 6.82 3.06 6.82 6.82l-.05.82-1.19-.37.02-.45c0-3.09-2.51-5.6-5.6-5.6l-.35.01zm.82 2.89c2.06.07 3.73 1.77 3.76 3.83l-1.24-.38c-.19-1.12-1.06-2-2.17-2.18zM2 15.41c-.03-.61.07-2.77 2.95-5.44 3.4-3.16 4.87-2.92 4.87-2.92s3.18-.3 1.24 3.41h.07c.47-.5 1.49-1.25 3.56-1.46 2.08-.21 2.08 1.5 1.81 2.7 1.88.94 3.06 2.33 3.06 3.88 0 2.82-3.93 5.11-8.78 5.11h-.28c-3.5 0-6.5-1.27-7.79-3.1-.46-.62-.71-1.3-.71-2.01zm7.82-3.49c-3.23 0-5.85 1.75-5.85 3.9s2.62 3.9 5.85 3.9 5.85-1.75 5.85-3.9-2.62-3.9-5.85-3.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sine-wave.svg b/mkdocs-material/material/templates/.icons/material/sine-wave.svg new file mode 100644 index 0000000..57a04cf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sine-wave.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.5 21c-3 0-4.19-4.24-5.45-8.72C10.14 9.04 9 5 7.5 5 4.11 5 4 11.93 4 12H2c0-.37.06-9 5.5-9 3 0 4.21 4.25 5.47 8.74C13.83 14.8 15 19 16.5 19c3.44 0 3.53-6.93 3.53-7h2c0 .37-.06 9-5.53 9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sitemap-outline.svg b/mkdocs-material/material/templates/.icons/material/sitemap-outline.svg new file mode 100644 index 0000000..eefe6b9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sitemap-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 16v-3c0-1.11-.89-2-2-2h-6V8h2V2H9v6h2v3H5c-1.11 0-2 .89-2 2v3H1v6h6v-6H5v-3h6v3H9v6h6v-6h-2v-3h6v3h-2v6h6v-6zM11 4h2v2h-2zM5 20H3v-2h2zm8 0h-2v-2h2zm8 0h-2v-2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sitemap.svg b/mkdocs-material/material/templates/.icons/material/sitemap.svg new file mode 100644 index 0000000..8e3a245 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sitemap.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 2v6h2v3H5c-1.11 0-2 .89-2 2v3H1v6h6v-6H5v-3h6v3H9v6h6v-6h-2v-3h6v3h-2v6h6v-6h-2v-3c0-1.11-.89-2-2-2h-6V8h2V2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/size-l.svg b/mkdocs-material/material/templates/.icons/material/size-l.svg new file mode 100644 index 0000000..09ea5d6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/size-l.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7v10h6v-2h-4V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/size-m.svg b/mkdocs-material/material/templates/.icons/material/size-m.svg new file mode 100644 index 0000000..7d1f9dd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/size-m.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7c-1.1 0-2 .9-2 2v8h2V9h2v7h2V9h2v8h2V9a2 2 0 0 0-2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/size-s.svg b/mkdocs-material/material/templates/.icons/material/size-s.svg new file mode 100644 index 0000000..7391b0b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/size-s.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 7c-1.1 0-2 .9-2 2v2a2 2 0 0 0 2 2h2v2H9v2h4c1.11 0 2-.89 2-2v-2a2 2 0 0 0-2-2h-2V9h4V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/size-xl.svg b/mkdocs-material/material/templates/.icons/material/size-xl.svg new file mode 100644 index 0000000..41c2489 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/size-xl.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 7h2l1 2.5L10 7h2l-2 5 2 5h-2l-1-2.5L8 17H6l2-5zm7 0h2v8h4v2h-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/size-xs.svg b/mkdocs-material/material/templates/.icons/material/size-xs.svg new file mode 100644 index 0000000..aa1279c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/size-xs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 7h2l1 2.5L10 7h2l-2 5 2 5h-2l-1-2.5L8 17H6l2-5zm9 0h4v2h-4v2h2a2 2 0 0 1 2 2v2c0 1.11-.89 2-2 2h-4v-2h4v-2h-2a2 2 0 0 1-2-2V9c0-1.1.9-2 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/size-xxl.svg b/mkdocs-material/material/templates/.icons/material/size-xxl.svg new file mode 100644 index 0000000..41dc4b2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/size-xxl.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7h2l1 2.5L13 7h2l-2 5 2 5h-2l-1-2.5-1 2.5H9l2-5zm7 0h2v8h4v2h-6zM2 7h2l1 2.5L6 7h2l-2 5 2 5H6l-1-2.5L4 17H2l2-5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/size-xxs.svg b/mkdocs-material/material/templates/.icons/material/size-xxs.svg new file mode 100644 index 0000000..2f2c7fb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/size-xxs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7h2l1 2.5L13 7h2l-2 5 2 5h-2l-1-2.5-1 2.5H9l2-5zm9 0h4v2h-4v2h2a2 2 0 0 1 2 2v2c0 1.11-.89 2-2 2h-4v-2h4v-2h-2a2 2 0 0 1-2-2V9c0-1.1.9-2 2-2M2 7h2l1 2.5L6 7h2l-2 5 2 5H6l-1-2.5L4 17H2l2-5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/size-xxxl.svg b/mkdocs-material/material/templates/.icons/material/size-xxxl.svg new file mode 100644 index 0000000..c58d526 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/size-xxxl.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7h2l1 2.5L13 7h2l-2 5 2 5h-2l-1-2.5-1 2.5H9l2-5zm7 0h2v8h4v2h-6zm-8 8c0 1.11-.89 2-2 2H2v-2h4v-2H4v-2h2V9H2V7h4a2 2 0 0 1 2 2v1.5c0 .83-.67 1.5-1.5 1.5.83 0 1.5.67 1.5 1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/skate-off.svg b/mkdocs-material/material/templates/.icons/material/skate-off.svg new file mode 100644 index 0000000..7bca8c4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/skate-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19 15.81-5.64-5.65c1.86.46 4.27.89 5.17 2.79.42.62.47 1.76.47 2.86M20.95 17q-.045.315-.15.6l1.52 1.52c.36-.62.6-1.35.68-2.12zM10.5 7V6H9.2l1 1zm11.61 14.46-1.27 1.27-1.18-1.18c-.66.28-1.39.45-2.16.45H1v-2h4v-2H2.03V3.92L1.11 3l.92-.91V2h.09l.27-.27zM14 18H7v2h7zm4.06 1.95L16.11 18H16v2h1.5c.19 0 .38 0 .56-.05M10.5 5V2H5.2l3 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/skate.svg b/mkdocs-material/material/templates/.icons/material/skate.svg new file mode 100644 index 0000000..38fe889 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/skate.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.95 17c-.25 1.69-1.69 3-3.45 3H16v-2h3c-.07-1.28.26-3.96-.47-5.05-.97-2.05-3.7-2.39-5.6-2.9C12 10 11 9 10.84 8H8c-.28 0-.5-.22-.5-.5S7.72 7 8 7h2.5V6H8c-.28 0-.5-.22-.5-.5S7.72 5 8 5h2.5V2H2.03v16H5v2H1v2h16.5c2.86 0 5.22-2.2 5.5-5zM14 20H7v-2h7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/skateboard.svg b/mkdocs-material/material/templates/.icons/material/skateboard.svg new file mode 100644 index 0000000..39517d6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/skateboard.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 14.5c0 .83-.67 1.5-1.5 1.5S6 15.33 6 14.5 6.67 13 7.5 13s1.5.67 1.5 1.5m7.5-1.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5m5.09-3.81c-.45-.32-1.09-.22-1.4.22l-.13.18c-.18.26-.49.41-.8.41H4.74c-.31 0-.61-.15-.8-.41l-.13-.18c-.31-.44-.95-.54-1.4-.22-.45.31-.54.96-.22 1.4l.13.18c.56.77 1.47 1.23 2.42 1.23h14.52c.95 0 1.86-.46 2.42-1.23l.13-.18c.32-.44.23-1.09-.22-1.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/skateboarding.svg b/mkdocs-material/material/templates/.icons/material/skateboarding.svg new file mode 100644 index 0000000..0ce2c8c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/skateboarding.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.78 18.39c.15.15.22.31.22.49 0 .12-.06.29-.18.44-.38.53-.86.94-1.45 1.24-.59.29-1.22.44-1.9.44H7.53c-.71 0-1.36-.15-1.94-.44-.59-.3-1.09-.71-1.46-1.24a.83.83 0 0 1-.13-.44c0-.18.07-.34.2-.49s.3-.22.51-.22c.23 0 .42.1.57.33.41.5.94.86 1.59 1.04l2.95-3.58-1.28-3.89c-.18-.57-.1-1.07.22-1.57L11 6.86H8.8L7 9.77 5.41 8.76 7.75 5h5.37c.42 0 .75.12 1.02.35.26.24.44.45.53.62l.48 1.15C15.5 7.89 16 8.5 16.7 9c.7.45 1.48.69 2.33.69v1.9c-1.09 0-2.08-.27-3-.8a6.1 6.1 0 0 1-2.16-2.08l-1.71 2.7 4.05 2.52v5.66h.26c.45 0 .86-.09 1.26-.31s.73-.47.99-.78c.15-.23.33-.33.53-.33s.38.08.53.22m-5.42-3.14-3.31-2.07.95 3.14-2.76 3.27h5.12zM15 1c-1.1 0-2 .9-2 2s.9 2 2 2 2-.89 2-2-.89-2-2-2M8 21.5c-.41 0-.75.34-.75.75s.34.75.75.75.75-.34.75-.75-.34-.75-.75-.75m8 0c-.41 0-.75.34-.75.75s.34.75.75.75.75-.34.75-.75-.34-.75-.75-.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/skew-less.svg b/mkdocs-material/material/templates/.icons/material/skew-less.svg new file mode 100644 index 0000000..794171f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/skew-less.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17.5 11-2.09 9H10.5l2.09-9zM20 9h-9L8 22h9zM4 6l4-4v3h8v2H8v3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/skew-more.svg b/mkdocs-material/material/templates/.icons/material/skew-more.svg new file mode 100644 index 0000000..4efcd12 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/skew-more.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12.5 11-2.09 9H5.5l2.09-9zM15 9H6L3 22h9zm6-3-4-4v3H9v2h8v3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ski-cross-country.svg b/mkdocs-material/material/templates/.icons/material/ski-cross-country.svg new file mode 100644 index 0000000..ad41c4e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ski-cross-country.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 14h-1.4v8H19zM6.44 22H5l2-8h1.44zM8.76 9.54V13H7V8.32l4.61-2.01c.43-.17.89-.18 1.35-.04s.83.42 1.1.83L15 8.58c.37.67.9 1.37 1.62 1.79.71.42 1.51.63 2.38.63v1.83c-1 0-2-.21-2.87-.63s-1.63-1.14-2.25-1.83l-.57 2.79L15.28 15v7H13.4v-5.5l-1.9-1.95L9.77 22H7.8l2.63-13.11zM16 4c0 1.11-.89 2-2 2s-2-.89-2-2 .9-2 2-2 2 .9 2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ski-water.svg b/mkdocs-material/material/templates/.icons/material/ski-water.svg new file mode 100644 index 0000000..61904dc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ski-water.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.2 3.5c0-.8.7-1.6 1.6-1.6s1.6.7 1.6 1.6S6.6 5 5.8 5s-1.6-.7-1.6-1.5m17.8.4-.5-.9-8 4.1.5.9zm-1.2 16.4.9.9c-.6.6-1.2 1-1.9 1.3s-1.5.5-2.3.5H2v-1.3h2.7l2.1-3.5L4.5 15l-.8-7.8c0-.9.8-1.7 1.7-1.7.3 0 .6.1.8.2l3.5 2.6 2.3-.8.8 1.6-3.5 1.5c-.1-.1-1.6-1.2-2.7-2.1L7 12l5.3 4.5 1.7 5.2h3.5c.6 0 1.2-.1 1.8-.4.6-.2 1.1-.6 1.5-1M7 21.7h5l-1.6-3.9-2.3-1.9 1.2 2.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ski.svg b/mkdocs-material/material/templates/.icons/material/ski.svg new file mode 100644 index 0000000..80efb23 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ski.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.92 13.32c-.25-.04-1.21-.32-1.46-.43l-2.07 6.48-3.09-1.13 2.2-5.77L10.45 9 13 7.54c.45 1.13 1.17 2.08 2.12 2.86s2.04 1.27 3.26 1.46l1.12-3.43-1.44-.47-.52 1.6c-.66-.28-1.24-.7-1.74-1.24-.5-.55-.86-1.19-1.08-1.91l-.33-1.08c-.12-.4-.35-.72-.68-.96-.33-.23-.71-.37-1.08-.4-.39-.03-.77.03-1.13.24L8 6.23c-.37.21-.64.51-.81.89-.19.38-.23.76-.19 1.17s.26.77.54 1.08l3.57 3.71-1.69 4.46-6.95-2.49L2 16.46l14.04 5.12q1.17.42 2.49.42c.62 0 1.23-.08 1.83-.23.59-.16 1.14-.38 1.64-.66L20.87 20c-.75.33-1.53.5-2.34.5q-.99 0-1.98-.33l-.75-.28zM19 3c0 1.11-.89 2-2 2s-2-.89-2-2 .9-2 2-2 2 .9 2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/skip-backward-outline.svg b/mkdocs-material/material/templates/.icons/material/skip-backward-outline.svg new file mode 100644 index 0000000..c4e7c3b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/skip-backward-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 14.17 15.83 12 18 9.83zM20 19V5l-7 7m-9 7h2V5H4m7 9.17L8.83 12 11 9.83zM13 19V5l-7 7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/skip-backward.svg b/mkdocs-material/material/templates/.icons/material/skip-backward.svg new file mode 100644 index 0000000..e537ada --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/skip-backward.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 5v14l-7-7M6 5v14H4V5m9 0v14l-7-7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/skip-forward-outline.svg b/mkdocs-material/material/templates/.icons/material/skip-forward-outline.svg new file mode 100644 index 0000000..27eaba5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/skip-forward-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 9.83 8.17 12 6 14.17zM4 5v14l7-7m9-7h-2v14h2m-7-9.17L15.17 12 13 14.17zM11 5v14l7-7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/skip-forward.svg b/mkdocs-material/material/templates/.icons/material/skip-forward.svg new file mode 100644 index 0000000..4a54a18 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/skip-forward.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 5v14l7-7m7-7v14h2V5m-9 0v14l7-7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/skip-next-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/skip-next-circle-outline.svg new file mode 100644 index 0000000..1f78f7b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/skip-next-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 2c4.41 0 8 3.59 8 8s-3.59 8-8 8-8-3.59-8-8 3.59-8 8-8M8 8v8l5-4m1-4v8h2V8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/skip-next-circle.svg b/mkdocs-material/material/templates/.icons/material/skip-next-circle.svg new file mode 100644 index 0000000..dabcaee --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/skip-next-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2M8 8l5 4-5 4m6-8h2v8h-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/skip-next-outline.svg b/mkdocs-material/material/templates/.icons/material/skip-next-outline.svg new file mode 100644 index 0000000..bbddfc8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/skip-next-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m6 18 8.5-6L6 6m2 3.86L11.03 12 8 14.14M16 6h2v12h-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/skip-next.svg b/mkdocs-material/material/templates/.icons/material/skip-next.svg new file mode 100644 index 0000000..f89ac05 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/skip-next.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 18h2V6h-2M6 18l8.5-6L6 6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/skip-previous-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/skip-previous-circle-outline.svg new file mode 100644 index 0000000..5754950 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/skip-previous-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8m4 4v8l-5-4m-1-4v8H8V8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/skip-previous-circle.svg b/mkdocs-material/material/templates/.icons/material/skip-previous-circle.svg new file mode 100644 index 0000000..9e6b2b6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/skip-previous-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2M8 8h2v8H8m8-8v8l-5-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/skip-previous-outline.svg b/mkdocs-material/material/templates/.icons/material/skip-previous-outline.svg new file mode 100644 index 0000000..bd850e2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/skip-previous-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 6h2v12H6m3.5-6 8.5 6V6m-2 8.14L12.97 12 16 9.86z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/skip-previous.svg b/mkdocs-material/material/templates/.icons/material/skip-previous.svg new file mode 100644 index 0000000..c47dbc8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/skip-previous.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 18V6h2v12zm3.5-6L18 6v12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/skull-crossbones-outline.svg b/mkdocs-material/material/templates/.icons/material/skull-crossbones-outline.svg new file mode 100644 index 0000000..845e5bb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/skull-crossbones-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.8 18.5 6 1.6-.4 1.9-9.4-2.5L2.6 22l-.5-1.9 6-1.6L2 16.9l.5-1.9 9.4 2.5 9.4-2.5.5 1.9zM9.5 6C8.7 6 8 6.7 8 7.5S8.7 9 9.5 9 11 8.3 11 7.5 10.3 6 9.5 6m5 0c-.8 0-1.5.7-1.5 1.5S13.7 9 14.5 9 16 8.3 16 7.5 15.3 6 14.5 6M13 11l-1-2-1 2zM12 1C8.1 1 5 4.1 5 8c0 1.9.8 3.6 2 4.9V16h10v-3.1c1.2-1.3 2-3 2-4.9 0-3.9-3.1-7-7-7m3 11v2h-1v-2h-1v2h-2v-2h-1v2H9v-2c-1.2-.9-2-2.3-2-4 0-2.8 2.2-5 5-5s5 2.2 5 5c0 1.6-.8 3.1-2 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/skull-crossbones.svg b/mkdocs-material/material/templates/.icons/material/skull-crossbones.svg new file mode 100644 index 0000000..5c5e7c2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/skull-crossbones.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.8 18.5 6 1.6-.4 1.9-9.4-2.5L2.6 22l-.5-1.9 6-1.6L2 16.9l.5-1.9 9.4 2.5 9.4-2.5.5 1.9zM18 8c0 1.8-.8 3.3-2 4.4V15h-2v-2h-1v2h-2v-2h-1v2H8v-2.6C6.8 11.3 6 9.8 6 8a6 6 0 0 1 6-6 6 6 0 0 1 6 6m-7-.5c0-.8-.7-1.5-1.5-1.5S8 6.7 8 7.5 8.7 9 9.5 9 11 8.3 11 7.5m2 3.5-1-2-1 2zm3-3.5c0-.8-.7-1.5-1.5-1.5S13 6.7 13 7.5 13.7 9 14.5 9 16 8.3 16 7.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/skull-outline.svg b/mkdocs-material/material/templates/.icons/material/skull-outline.svg new file mode 100644 index 0000000..69721e0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/skull-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 15a2 2 0 0 1-2-2 2 2 0 0 1 2-2 2 2 0 0 1 2 2 2 2 0 0 1-2 2m2.5 2 1.5-3 1.5 3zm5.5-2a2 2 0 0 1-2-2 2 2 0 0 1 2-2 2 2 0 0 1 2 2 2 2 0 0 1-2 2m6-4A10 10 0 0 0 12 1 10 10 0 0 0 2 11c0 2.8 1.2 5.3 3 7.1V22h14v-3.9c1.8-1.8 3-4.3 3-7.1m-5 9h-2v-2h-2v2h-2v-2H9v2H7v-2.8c-1.8-1.5-3-3.7-3-6.2a8 8 0 0 1 8-8 8 8 0 0 1 8 8c0 2.5-1.2 4.8-3 6.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/skull-scan-outline.svg b/mkdocs-material/material/templates/.icons/material/skull-scan-outline.svg new file mode 100644 index 0000000..c1376b7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/skull-scan-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 0C.9 0 0 .9 0 2v4h2V2h4V0zm16 0v2h4v4h2V2c0-1.1-.9-2-2-2zM9.5 13c-.8 0-1.5-.7-1.5-1.5S8.7 10 9.5 10s1.5.7 1.5 1.5-.7 1.5-1.5 1.5m1.5 2 1-2 1 2zm3.5-2c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5M0 18v4c0 1.1.9 2 2 2h4v-2H2v-4zm22 0v4h-4v2h4c1.1 0 2-.9 2-2v-4zM12 3c-4.4 0-8 3.6-8 8 0 2 .8 3.9 2 5.3V21h12v-4.7c1.2-1.4 2-3.2 2-5.3 0-4.4-3.6-8-8-8m4 12.4V19h-2v-2h-1v2h-2v-2h-1v2H8v-3.6c-1.2-1.1-2-2.7-2-4.4 0-3.3 2.7-6 6-6s6 2.7 6 6c0 1.8-.8 3.3-2 4.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/skull-scan.svg b/mkdocs-material/material/templates/.icons/material/skull-scan.svg new file mode 100644 index 0000000..da0eaec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/skull-scan.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 0C.9 0 0 .9 0 2v4h2V2h4V0zm16 0v2h4v4h2V2c0-1.1-.9-2-2-2zm-6 3c-4.4 0-8 3.6-8 8 0 2.5 1.2 4.8 3 6.2V21h2v-3h2v3h2v-3h2v3h2v-3.8c1.8-1.5 3-3.7 3-6.2 0-4.4-3.6-8-8-8M8 14c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2m2.5 2 1.5-3 1.5 3zm5.5-2c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2M0 18v4c0 1.1.9 2 2 2h4v-2H2v-4zm22 0v4h-4v2h4c1.1 0 2-.9 2-2v-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/skull.svg b/mkdocs-material/material/templates/.icons/material/skull.svg new file mode 100644 index 0000000..32a4e33 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/skull.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a9 9 0 0 0-9 9 8.99 8.99 0 0 0 4 7.47V22h2v-3h2v3h2v-3h2v3h2v-3.54c2.47-1.65 4-4.46 4-7.46a9 9 0 0 0-9-9m-4 9a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2m8 0a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2m-4 3 1.5 3h-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/skype-business.svg b/mkdocs-material/material/templates/.icons/material/skype-business.svg new file mode 100644 index 0000000..5bfa11b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/skype-business.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.03 16.53c-2.66 0-3.85-1.31-3.85-2.29 0-.5.37-.86.88-.86 1.14 0 .85 1.62 2.97 1.62 1.09 0 1.7-.57 1.7-1.18 0-.36-.18-.76-.9-.94l-2.37-.59c-1.91-.48-2.26-1.51-2.26-2.48 0-2.02 1.9-2.78 3.68-2.78 1.62 0 3.58.91 3.58 2.12 0 .52-.46.82-.96.82-1 0-.8-1.35-2.76-1.35-.97 0-1.51.44-1.51 1.07s.77.81 1.43.99l1.76.39c1.92.43 2.41 1.55 2.41 2.6 0 1.64-1.26 2.86-3.8 2.86M18 6c2.07 2.04 2.85 4.89 2.36 7.55.41.72.64 1.56.64 2.45a5 5 0 0 1-5 5c-.89 0-1.73-.23-2.45-.64-2.66.49-5.51-.29-7.55-2.36-2.07-2.04-2.85-4.89-2.36-7.55C3.23 9.73 3 8.89 3 8a5 5 0 0 1 5-5c.89 0 1.73.23 2.45.64 2.66-.49 5.51.29 7.55 2.36M8 5a3 3 0 0 0-3 3c0 .79.3 1.5.8 2.04-.7 2.24-.17 4.78 1.6 6.56a6.53 6.53 0 0 0 6.56 1.6c.54.5 1.25.8 2.04.8a3 3 0 0 0 3-3c0-.79-.3-1.5-.8-2.04.7-2.24.17-4.78-1.6-6.56a6.53 6.53 0 0 0-6.56-1.6C9.5 5.3 8.79 5 8 5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/skype.svg b/mkdocs-material/material/templates/.icons/material/skype.svg new file mode 100644 index 0000000..991a301 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/skype.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 6c2.07 2.04 2.85 4.89 2.36 7.55.41.72.64 1.56.64 2.45a5 5 0 0 1-5 5c-.89 0-1.73-.23-2.45-.64-2.66.49-5.51-.29-7.55-2.36-2.07-2.04-2.85-4.89-2.36-7.55C3.23 9.73 3 8.89 3 8a5 5 0 0 1 5-5c.89 0 1.73.23 2.45.64 2.66-.49 5.51.29 7.55 2.36m-5.96 11.16c2.87 0 4.3-1.38 4.3-3.24 0-1.19-.56-2.46-2.73-2.95l-1.99-.44c-.76-.17-1.62-.4-1.62-1.11 0-.72.6-1.22 1.7-1.22 2.23 0 2.02 1.53 3.13 1.53.58 0 1.08-.34 1.08-.93 0-1.37-2.19-2.4-4.05-2.4-2.01 0-4.16.86-4.16 3.14 0 1.1.39 2.27 2.55 2.81l2.69.68c.81.2 1.01.65 1.01 1.07 0 .68-.68 1.35-1.91 1.35-2.41 0-2.08-1.85-3.37-1.85-.58 0-1 .4-1 .97 0 1.11 1.33 2.59 4.37 2.59"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/slack.svg b/mkdocs-material/material/templates/.icons/material/slack.svg new file mode 100644 index 0000000..7c05ccf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/slack.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 15a2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2h2zm1 0a2 2 0 0 1 2-2 2 2 0 0 1 2 2v5a2 2 0 0 1-2 2 2 2 0 0 1-2-2zm2-8a2 2 0 0 1-2-2 2 2 0 0 1 2-2 2 2 0 0 1 2 2v2zm0 1a2 2 0 0 1 2 2 2 2 0 0 1-2 2H4a2 2 0 0 1-2-2 2 2 0 0 1 2-2zm8 2a2 2 0 0 1 2-2 2 2 0 0 1 2 2 2 2 0 0 1-2 2h-2zm-1 0a2 2 0 0 1-2 2 2 2 0 0 1-2-2V5a2 2 0 0 1 2-2 2 2 0 0 1 2 2zm-2 8a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2v-2zm0-1a2 2 0 0 1-2-2 2 2 0 0 1 2-2h5a2 2 0 0 1 2 2 2 2 0 0 1-2 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/slash-forward-box.svg b/mkdocs-material/material/templates/.icons/material/slash-forward-box.svg new file mode 100644 index 0000000..863b10d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/slash-forward-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2M9.3 19H7l7.7-14H17z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/slash-forward.svg b/mkdocs-material/material/templates/.icons/material/slash-forward.svg new file mode 100644 index 0000000..5f18005 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/slash-forward.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m7 21 7.9-18H17L9.1 21z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sledding.svg b/mkdocs-material/material/templates/.icons/material/sledding.svg new file mode 100644 index 0000000..1510060 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sledding.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.91 16.64a4.1 4.1 0 0 0-.94-1.83 3.8 3.8 0 0 0-1.77-1.12l-.43 1.45c.66.19 1.14.59 1.46 1.22.31.64.35 1.26.14 1.91-.22.66-.64 1.14-1.25 1.46s-1.24.35-1.89.13l-3.33-1.07.47-1.41 3.33 1.08.46-1.46-1.96-.6-2.06-4.49c-.19-.41-.48-.72-.87-.94s-.82-.3-1.27-.23l-2.12.37 1.03-3.27c.15-.47.12-.93-.1-1.34-.21-.46-.57-.76-1.07-.91-.41-.13-.83-.09-1.27.09L4 8v4.1l-1.6-.52L1.94 13l3.93 1.3-.47 1.4-3.93-1.26-.47 1.4 16.76 5.48c.69.22 1.37.25 2.06.09.68-.15 1.3-.47 1.83-.91.53-.5.9-1.07 1.12-1.76.23-.74.3-1.42.14-2.1M6 9.33l1.93-.83-1.03 3.17c-.16.47-.11.94.14 1.41L6 12.75zm7.5 8.99-6.69-2.15.46-1.41 6.65 2.16zm-4.03-4.45 3.98-.87 1.17 2.56zM14 3c0 1.11-.89 2-2 2s-2-.89-2-2 .9-2 2-2 2 .9 2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sleep-off.svg b/mkdocs-material/material/templates/.icons/material/sleep-off.svg new file mode 100644 index 0000000..827f856 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sleep-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 5.27 3.28 4 20 20.72 18.73 22l-6-6H9v-2l.79-.94zM23 12h-6v-2l3.39-4H17V4h6v2l-3.38 4H23zM9.82 8H15v2l-1.46 1.72zM7 20H1v-2l3.39-4H1v-2h6v2l-3.38 4H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sleep.svg b/mkdocs-material/material/templates/.icons/material/sleep.svg new file mode 100644 index 0000000..9a964e6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sleep.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 12h-6v-2l3.39-4H17V4h6v2l-3.38 4H23zm-8 4H9v-2l3.39-4H9V8h6v2l-3.38 4H15zm-8 4H1v-2l3.39-4H1v-2h6v2l-3.38 4H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/slide.svg b/mkdocs-material/material/templates/.icons/material/slide.svg new file mode 100644 index 0000000..38c9640 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/slide.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.83 15.45c-.36-.55-.65-1.06-.92-1.53-1.17-2.01-2.12-3.37-4.91-3.79V5.5C9 3.57 7.43 2 5.5 2S2 3.57 2 5.5V22h2v-2h3v2h2v-9.84c1.76.34 2.29 1.23 3.17 2.76.29.51.61 1.05 1 1.64C15.41 19.92 17.67 22 22 22v-2c-3.47 0-5.2-1.6-7.17-4.55M5.5 4C6.33 4 7 4.67 7 5.5V10H4V5.5C4 4.67 4.67 4 5.5 4M4 18v-2h3v2zm3-4H4v-2h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/slope-downhill.svg b/mkdocs-material/material/templates/.icons/material/slope-downhill.svg new file mode 100644 index 0000000..67af54c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/slope-downhill.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 19v3H2v-9zM19.09 7.5l-.84 2.76-10.12-3A2.89 2.89 0 0 0 5.1 4.5a2.89 2.89 0 0 0-2.76 3.03 2.897 2.897 0 0 0 5.23 1.58l10.12 3-.84 2.78 4.82-2.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/slope-uphill.svg b/mkdocs-material/material/templates/.icons/material/slope-uphill.svg new file mode 100644 index 0000000..e96f7ba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/slope-uphill.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 13v9H2v-3zm-.32-5.94-4.82-2.6.84 2.78-10.12 3a2.895 2.895 0 0 0-4.05-.62 2.895 2.895 0 0 0-.62 4.05c.94 1.3 2.76 1.57 4.05.62.71-.51 1.14-1.32 1.18-2.2l10.12-3 .84 2.78z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/slot-machine-outline.svg b/mkdocs-material/material/templates/.icons/material/slot-machine-outline.svg new file mode 100644 index 0000000..0504ee8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/slot-machine-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m5 12 2-4V7H4v1h2l-2 4m5 0 2-4V7H8v1h2l-2 4m5 0 2-4V7h-3v1h2l-2 4m9-10c-1.1 0-2 .9-2 2 0 .7.4 1.4 1 1.7V17h-3v-2c.6 0 1-.4 1-1V5c0-.6-.4-1-1-1h-3.8c-.8-1.2-2.2-2-3.7-2s-2.9.8-3.7 2H2c-.6 0-1 .4-1 1v9c0 .6.4 1 1 1v7h15v-3h3c1.1 0 2-.9 2-2V5.7c.6-.3 1-1 1-1.7 0-1.1-.9-2-2-2M3 6h13v7H3zm12 14H4v-5h11zm-2-1H6v-2h7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/slot-machine.svg b/mkdocs-material/material/templates/.icons/material/slot-machine.svg new file mode 100644 index 0000000..e30fcb8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/slot-machine.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m5 12 2-4V7H4v1h2l-2 4m5 0 2-4V7H8v1h2l-2 4m5 0 2-4V7h-3v1h2l-2 4m9-10c-1.1 0-2 .9-2 2 0 .7.4 1.4 1 1.7V17h-3v-2c.6 0 1-.4 1-1V5c0-.6-.4-1-1-1h-3.8c-.8-1.2-2.2-2-3.7-2s-2.9.8-3.7 2H2c-.6 0-1 .4-1 1v9c0 .6.4 1 1 1v7h15v-3h3c1.1 0 2-.9 2-2V5.7c.6-.3 1-1 1-1.7 0-1.1-.9-2-2-2m-8 17H6v-2h7zm3-6H3V6h13z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/smart-card-off-outline.svg b/mkdocs-material/material/templates/.icons/material/smart-card-off-outline.svg new file mode 100644 index 0000000..6b1dab6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/smart-card-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 13h-2.8L15 11.8V10h4zm3-10H6.2l2 2H22v13.8l1.5 1.49c.29-.35.5-.79.5-1.29V5a2.074 2.074 0 0 0-2-2m.11 18.46-1.27 1.27L19.11 21H2a2.07 2.07 0 0 1-2-2V5a2.08 2.08 0 0 1 1.27-1.84L1.11 3l1.28-1.27zm-5-2.46L14 15.89V17H4v-1.25c0-1.66 3.34-2.5 5-2.5.78 0 1.91.19 2.91.55l-2-2c-.28.12-.58.2-.91.2a2.5 2.5 0 0 1-2.5-2.5c0-.33.08-.63.2-.91L3.11 5H2v14z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/smart-card-off.svg b/mkdocs-material/material/templates/.icons/material/smart-card-off.svg new file mode 100644 index 0000000..c31dfbd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/smart-card-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.39 1.73 1.11 3l.16.16A2.08 2.08 0 0 0 0 5v14a2.07 2.07 0 0 0 2 2h17.11l1.73 1.73 1.27-1.27zM14 18H2v-1c0-2 4-3.09 6-3.09S14 15 14 17zm-6-6c-1.66 0-3-1.34-3-3 0-.6.18-1.16.5-1.62l4.12 4.12c-.46.32-1.02.5-1.62.5m14-9H6.2l3.68 3.68c.16.13.31.28.44.44L23.5 20.29c.29-.35.5-.79.5-1.29V5a2.074 2.074 0 0 0-2-2m-1 10h-4v-3h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/smart-card-outline.svg b/mkdocs-material/material/templates/.icons/material/smart-card-outline.svg new file mode 100644 index 0000000..829346f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/smart-card-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 3H2a2.07 2.07 0 0 0-2 2v14a2.07 2.07 0 0 0 2 2h20a2.07 2.07 0 0 0 2-2V5a2.07 2.07 0 0 0-2-2m0 16H2V5h20m-8 12v-1.25c0-1.66-3.34-2.5-5-2.5s-5 .84-5 2.5V17zM9 7a2.5 2.5 0 1 0 2.5 2.5A2.5 2.5 0 0 0 9 7m6 3v3h4v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/smart-card-reader-outline.svg b/mkdocs-material/material/templates/.icons/material/smart-card-reader-outline.svg new file mode 100644 index 0000000..cd5eb18 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/smart-card-reader-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.5 8.5A2.5 2.5 0 1 0 17 11a2.5 2.5 0 0 0-2.5-2.5M8.25 6H7v10h1.25c1.66 0 2.5-3.34 2.5-5s-.84-5-2.5-5M19 2H5a2.07 2.07 0 0 0-2 2v14h2V4h14v14h2V4a2.07 2.07 0 0 0-2-2m4 20H1v-1a2 2 0 0 1 2-2h18a2 2 0 0 1 2 2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/smart-card-reader.svg b/mkdocs-material/material/templates/.icons/material/smart-card-reader.svg new file mode 100644 index 0000000..6a2ad75 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/smart-card-reader.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 4a2.07 2.07 0 0 0-2-2H5a2.07 2.07 0 0 0-2 2v14h18M8.25 16H7V6h1.25c1.66 0 2.5 3.34 2.5 5s-.84 5-2.5 5m6.25-2.5A2.5 2.5 0 1 1 17 11a2.5 2.5 0 0 1-2.5 2.5M23 21v1H1v-1a2 2 0 0 1 2-2h18a2 2 0 0 1 2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/smart-card.svg b/mkdocs-material/material/templates/.icons/material/smart-card.svg new file mode 100644 index 0000000..51863cf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/smart-card.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 3h20a2.07 2.07 0 0 1 2 2v14a2.07 2.07 0 0 1-2 2H2a2.07 2.07 0 0 1-2-2V5a2.07 2.07 0 0 1 2-2m6 10.91C6 13.91 2 15 2 17v1h12v-1c0-2-4-3.09-6-3.09M8 6a3 3 0 1 0 3 3 3 3 0 0 0-3-3m9 4v3h4v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/smog.svg b/mkdocs-material/material/templates/.icons/material/smog.svg new file mode 100644 index 0000000..515b0bc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/smog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c-1.92 0-3.5 1.35-3.91 3.15A3.47 3.47 0 0 0 5.5 4 3.5 3.5 0 0 0 2 7.5 3.5 3.5 0 0 0 5.5 11h1.18v1h4.04v-1h2.56v1h4.04v-1h1.18A3.5 3.5 0 0 0 22 7.5 3.5 3.5 0 0 0 18.5 4c-1.03 0-1.95.44-2.59 1.15C15.5 3.35 13.92 2 12 2M7.2 14l-.8 8H11l-.8-8zm6.6 0-.8 8h4.6l-.8-8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/smoke-detector-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/smoke-detector-alert-outline.svg new file mode 100644 index 0000000..14aae56 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/smoke-detector-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m0 16H3V5h14zm-7-1c3.3 0 6-2.7 6-6s-2.7-6-6-6-6 2.7-6 6 2.7 6 6 6m0-10c2.2 0 4 1.8 4 4s-1.8 4-4 4-4-1.8-4-4 1.8-4 4-4m13-1h-2v6h2V8m0 7h-2v2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/smoke-detector-alert.svg b/mkdocs-material/material/templates/.icons/material/smoke-detector-alert.svg new file mode 100644 index 0000000..db36b15 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/smoke-detector-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 18c3.3 0 6-2.7 6-6s-2.7-6-6-6-6 2.7-6 6 2.7 6 6 6m7-15c1.1 0 2 .9 2 2v14c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2zM6 12c0-2.2 1.8-4 4-4s4 1.8 4 4-1.8 4-4 4-4-1.8-4-4m17-5h-2v6h2V8m0 7h-2v2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/smoke-detector-off-outline.svg b/mkdocs-material/material/templates/.icons/material/smoke-detector-off-outline.svg new file mode 100644 index 0000000..dc15c2c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/smoke-detector-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m8.2 5-2-2H19a2 2 0 0 1 2 2v12.8l-2-2V5zm9.3 9.32c.32-.72.5-1.49.5-2.32 0-3.32-2.69-6-6-6-.83 0-1.6.18-2.32.5l1.59 1.57c.23-.04.48-.07.73-.07 2.21 0 4 1.79 4 4 0 .25-.03.5-.07.73zm4.61 7.14-1.27 1.27L19.1 21H5a2 2 0 0 1-2-2V4.9L1.11 3l1.28-1.27zM8 12c0 2.21 1.79 4 4 4 .62 0 1.19-.15 1.71-.4L8.4 10.29c-.25.52-.4 1.1-.4 1.71m9.11 7-1.92-1.92c-.93.58-2.02.92-3.19.92-3.31 0-6-2.69-6-6 0-1.17.34-2.26.92-3.19L5 6.89V19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/smoke-detector-off.svg b/mkdocs-material/material/templates/.icons/material/smoke-detector-off.svg new file mode 100644 index 0000000..7beff8e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/smoke-detector-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8c2.21 0 4 1.79 4 4 0 .25-.03.5-.07.73l-4.66-4.66c.23-.04.48-.07.73-.07m0-2c3.31 0 6 2.68 6 6 0 .83-.18 1.6-.5 2.32L21 17.8V5a2 2 0 0 0-2-2H6.2l3.48 3.5C10.4 6.18 11.17 6 12 6m10.11 15.46-1.27 1.27L19.1 21H5a2 2 0 0 1-2-2V4.9L1.11 3l1.28-1.27zm-6.92-4.38-1.48-1.48c-.52.25-1.09.4-1.71.4-2.21 0-4-1.79-4-4 0-.61.15-1.19.4-1.71L6.92 8.81C6.34 9.74 6 10.83 6 12c0 3.31 2.69 6 6 6 1.17 0 2.26-.34 3.19-.92"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/smoke-detector-outline.svg b/mkdocs-material/material/templates/.icons/material/smoke-detector-outline.svg new file mode 100644 index 0000000..0d5c576 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/smoke-detector-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2V5a2 2 0 0 0-2-2m0 16H5V5h14zm-7-1c3.31 0 6-2.69 6-6 0-3.32-2.69-6-6-6-3.32 0-6 2.68-6 6 0 3.31 2.69 6 6 6m0-10c2.21 0 4 1.79 4 4s-1.79 4-4 4-4-1.79-4-4 1.79-4 4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/smoke-detector-variant-alert.svg b/mkdocs-material/material/templates/.icons/material/smoke-detector-variant-alert.svg new file mode 100644 index 0000000..c5b4677 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/smoke-detector-variant-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 4c4.4 0 8 3.6 8 8s-3.6 8-8 8-8-3.6-8-8 3.6-8 8-8m0-2C4.5 2 0 6.5 0 12s4.5 10 10 10 10-4.5 10-10S15.5 2 10 2m0 9c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1-.4-1-1-1M8.7 9.3c.4-.2.8-.3 1.3-.3s.9.1 1.3.3l.7-.7c-.6-.4-1.3-.6-2-.6s-1.4.2-2 .6zM13 12c0 .5-.1.9-.3 1.3l.7.7c.4-.6.6-1.3.6-2s-.2-1.4-.6-2l-.7.7c.2.4.3.8.3 1.3m-6 0c0-.5.1-.9.3-1.3l-.7-.7c-.4.6-.6 1.3-.6 2s.2 1.4.6 2l.7-.7c-.2-.4-.3-.8-.3-1.3m4.3 2.7c-.4.2-.8.3-1.3.3s-.9-.1-1.3-.3l-.7.7c.6.4 1.3.6 2 .6s1.4-.2 2-.6zm3.6-6.2-.7.7c.5.8.8 1.8.8 2.8s-.3 2-.8 2.8l.7.7c.7-1 1.1-2.2 1.1-3.5s-.4-2.5-1.1-3.5m-7.7-.7C8 7.3 9 7 10 7s2 .3 2.8.8l.7-.7C12.5 6.4 11.3 6 10 6s-2.5.4-3.5 1.1zm5.6 8.4c-.8.5-1.8.8-2.8.8s-2-.3-2.8-.8l-.7.7c1 .7 2.2 1.1 3.5 1.1s2.5-.4 3.5-1.1zm-7-1.4C5.3 14 5 13 5 12s.3-2 .8-2.8l-.7-.7C4.4 9.5 4 10.7 4 12s.4 2.5 1.1 3.5zM24 7h-2v6h2V8m0 7h-2v2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/smoke-detector-variant-off.svg b/mkdocs-material/material/templates/.icons/material/smoke-detector-variant-off.svg new file mode 100644 index 0000000..5277d75 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/smoke-detector-variant-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.11 21.46 2.39 1.73 1.11 3l2.95 2.95A9.9 9.9 0 0 0 2 12c0 5.5 4.5 10 10 10 2.28 0 4.37-.77 6.05-2.06l2.79 2.79zM12 20c-4.41 0-8-3.59-8-8 0-1.72.56-3.31 1.5-4.62l1.43 1.44A6 6 0 0 0 6 12c0 1.3.42 2.5 1.11 3.47l.72-.72C7.31 13.96 7 13 7 12c0-.89.25-1.72.66-2.45l.74.75c-.25.51-.4 1.09-.4 1.7 0 .74.22 1.43.57 2l.73-.71c-.19-.4-.3-.83-.3-1.29 0-.33.07-.64.18-.93l3.75 3.75c-.29.11-.6.18-.93.18-.46 0-.89-.11-1.28-.3l-.72.73c.58.36 1.26.57 2 .57.61 0 1.19-.15 1.71-.4l.74.74c-.73.41-1.56.66-2.45.66-1 0-1.96-.31-2.75-.83l-.72.72C9.5 17.59 10.7 18 12 18c1.17 0 2.25-.35 3.18-.93l1.44 1.43c-1.3.94-2.9 1.5-4.62 1.5m0-12c.74 0 1.43.22 2 .57l-.71.73c-.33-.15-.69-.24-1.06-.27l-.95-.95c.22-.05.47-.08.72-.08m2.97 3.77c-.03-.37-.11-.73-.27-1.05l.73-.72c.36.58.57 1.26.57 2 0 .25-.03.5-.08.72zm-.22-3.94C13.96 7.31 13 7 12 7c-.54 0-1.06.09-1.55.25l-.76-.75C10.4 6.18 11.18 6 12 6c1.3 0 2.5.42 3.47 1.11zM8.18 5 6.72 3.5C8.25 2.56 10.06 2 12 2c5.5 0 10 4.5 10 10 0 1.94-.56 3.75-1.5 5.28L19 15.83c.65-1.14 1-2.45 1-3.83 0-4.41-3.59-8-8-8-1.38 0-2.69.35-3.82 1m8.57 8.55c.16-.49.25-1.01.25-1.55 0-1-.31-1.96-.83-2.75l.72-.72C17.59 9.5 18 10.7 18 12c0 .83-.18 1.6-.5 2.32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/smoke-detector-variant.svg b/mkdocs-material/material/templates/.icons/material/smoke-detector-variant.svg new file mode 100644 index 0000000..335285c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/smoke-detector-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 4c4.41 0 8 3.59 8 8s-3.59 8-8 8-8-3.59-8-8 3.59-8 8-8m0-2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m0 9c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1m-1.28-1.7c.39-.19.82-.3 1.28-.3s.89.11 1.29.3l.71-.73c-.57-.35-1.26-.57-2-.57s-1.42.22-2 .57zM15 12c0 .46-.11.89-.3 1.29l.73.71c.36-.57.57-1.26.57-2s-.21-1.42-.57-2l-.73.72c.19.39.3.82.3 1.28m-6 0c0-.46.11-.89.3-1.28L8.57 10c-.35.58-.57 1.26-.57 2s.22 1.43.57 2l.73-.71c-.19-.4-.3-.83-.3-1.29m4.29 2.7c-.4.19-.83.3-1.29.3s-.89-.11-1.28-.3l-.72.73c.58.36 1.26.57 2 .57s1.43-.21 2-.57zm3.6-6.17-.72.72c.52.79.83 1.75.83 2.75s-.31 1.96-.83 2.75l.72.72C17.59 14.5 18 13.3 18 12s-.41-2.5-1.11-3.47m-7.64-.7C10.04 7.31 11 7 12 7s1.96.31 2.75.83l.72-.72a5.98 5.98 0 0 0-6.94 0zm5.5 8.34c-.79.52-1.75.83-2.75.83s-1.96-.31-2.75-.83l-.72.72C9.5 17.59 10.7 18 12 18s2.5-.41 3.47-1.11zm-6.92-1.42C7.31 13.96 7 13 7 12s.31-1.96.83-2.75l-.72-.72a5.98 5.98 0 0 0 0 6.94z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/smoke-detector.svg b/mkdocs-material/material/templates/.icons/material/smoke-detector.svg new file mode 100644 index 0000000..211c0a7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/smoke-detector.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 18a6 6 0 0 0 6-6c0-3.32-2.69-6-6-6-3.32 0-6 2.68-6 6a6 6 0 0 0 6 6m7-15a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5c0-1.11.89-2 2-2zM8 12a4 4 0 0 1 4-4 4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/smoke.svg b/mkdocs-material/material/templates/.icons/material/smoke.svg new file mode 100644 index 0000000..8f13d87 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/smoke.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 19v3h-2v-3c0-1.1-.9-2-2-2h-3c-2.8 0-5-2.2-5-5 0-1.2.4-2.2 1.1-3.1C3.8 8.5 2 6.4 2 4c0-.7.2-1.4.4-2h2.4c-.5.5-.8 1.2-.8 2 0 1.7 1.3 3 3 3h3v2c-1.7 0-3 1.3-3 3s1.3 3 3 3h3c2.2 0 4 1.8 4 4m.9-10.1C20.2 8.5 22 6.4 22 4c0-.7-.2-1.4-.4-2h-2.4c.5.5.8 1.2.8 2 0 1.7-1.3 3-3 3h-1.2c.1.3.2.6.2 1 0 1.7-1.3 3-3 3v2c2.8 0 5 2.2 5 5v4h2v-4c0-2.7-1.5-5-3.8-6.2.9-.7 1.5-1.7 1.7-2.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/smoking-off.svg b/mkdocs-material/material/templates/.icons/material/smoking-off.svg new file mode 100644 index 0000000..45880c5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/smoking-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m2 6 7 7H2v3h10l7 7 1.25-1.25-17-17zm18.5 7H22v3h-1.5zM18 13h1.5v3H18zm.85-8.12c.62-.61 1-1.45 1-2.38h-1.5c0 1-.85 1.85-1.85 1.85v1.5c2.24 0 4 1.83 4 4.07V12H22V9.92c0-2.23-1.28-4.15-3.15-5.04M14.5 8.7h1.53c1.05 0 1.97.74 1.97 2.05V12h1.5v-1.59c0-1.8-1.6-3.16-3.47-3.16H14.5c-1 0-1.85-.98-1.85-2S13.5 3.5 14.5 3.5V2a3.35 3.35 0 0 0-3.35 3.35A3.35 3.35 0 0 0 14.5 8.7m2.5 7.23V13h-2.93z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/smoking-pipe-off.svg b/mkdocs-material/material/templates/.icons/material/smoking-pipe-off.svg new file mode 100644 index 0000000..946ec0b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/smoking-pipe-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.84 22.73-1.13-1.13c-.52.25-1.09.4-1.71.4h-2c-3 0-4.28-.5-7.11-3.35l-3.77-3.77C4.56 14.32 3.8 14 3 14H2v-2h1c1.33 0 2.6.53 3.53 1.47l3.77 3.76c.7.69 1.7.77 2.7.77h1v-2.11L1.11 3l1.28-1.27 19.72 19.73zm1.09-4c.04-.23.07-.48.07-.73v-3c0-1.11-.89-2-2-2h-3.8zM18.5 9.7V12H20V9.76c0-2.14-1.22-4.1-3.15-5.03h-.03C17.58 4 17.9 3 17.8 2h-1.48a1.865 1.865 0 0 1-1.82 2.2v1.5c2.21 0 4 1.8 4 4m-6.67-1.07c.22.05.44.07.67.07H14c1.07-.04 1.96.8 2 1.86V12h1.5v-1.64a3.3 3.3 0 0 0-3.45-3.16H12.5a2 2 0 0 1-1.85-2c.02-.98.85-1.77 1.81-1.75h.04V2a3.35 3.35 0 0 0-3.35 3.35c0 .23.02.45.07.65z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/smoking-pipe.svg b/mkdocs-material/material/templates/.icons/material/smoking-pipe.svg new file mode 100644 index 0000000..d5f9ff4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/smoking-pipe.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 13c-1.11 0-2 .89-2 2v3h-1c-1 0-2-.08-2.7-.77l-3.77-3.76C5.6 12.53 4.33 12 3 12H2v2h1c.8 0 1.56.32 2.12.88l3.77 3.77C11.72 21.5 13 22 16 22h2c2.21 0 4-1.79 4-4v-3c0-1.11-.89-2-2-2zm-2-5.8h-1.5a2 2 0 0 1-1.85-2c.02-.98.85-1.77 1.81-1.75h.04V2a3.35 3.35 0 0 0 0 6.7H14c1.07-.04 1.96.8 2 1.86V12h1.5v-1.64a3.3 3.3 0 0 0-3.45-3.16zm6 2.56V12h-1.5V9.7c0-2.2-1.79-4-4-4V4.2A1.865 1.865 0 0 0 16.32 2h1.47c.1 1-.21 2-.97 2.73h.03C18.78 5.66 20 7.62 20 9.76"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/smoking.svg b/mkdocs-material/material/templates/.icons/material/smoking.svg new file mode 100644 index 0000000..7057153 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/smoking.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 16h15v3H2zm18.5 0H22v3h-1.5zM18 16h1.5v3H18zm.85-8.27c.62-.61 1-1.45 1-2.38C19.85 3.5 18.35 2 16.5 2v1.5c1 0 1.85.83 1.85 1.85S17.5 7.2 16.5 7.2v1.5c2.24 0 4 1.83 4 4.07V15H22v-2.24c0-2.22-1.28-4.14-3.15-5.03m-2.82 2.47H14.5c-1 0-1.85-.98-1.85-2s.85-1.75 1.85-1.75v-1.5a3.35 3.35 0 0 0-3.35 3.35 3.35 3.35 0 0 0 3.35 3.35h1.53c1.05 0 1.97.74 1.97 2.05V15h1.5v-1.64c0-1.81-1.6-3.16-3.47-3.16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/snail.svg b/mkdocs-material/material/templates/.icons/material/snail.svg new file mode 100644 index 0000000..5b3864e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/snail.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.31 8.03.93-3.08c.43-.1.76-.48.76-.95 0-.55-.45-1-1-1s-1 .45-1 1c0 .26.11.5.27.68l-.77 2.58-.77-2.58c.16-.18.27-.42.27-.68 0-.55-.45-1-1-1s-1 .45-1 1c0 .47.33.85.76.95l.93 3.08C17.73 8.18 17 9 17 10v2.25C15.65 9.16 12.63 7 9.11 7 5.19 7 2 10.26 2 14.26c0 1.84.82 3.49 2.1 4.59L2.88 19A1.003 1.003 0 0 0 3 21h16.12c1.04 0 1.88-.84 1.88-1.88v-7.4c.6-.34 1-.98 1-1.72 0-1-.73-1.82-1.69-1.97m-4.71 9.38-3.53.45c.43-.76.73-1.65.73-2.6 0-2.32-1.85-4.2-4.13-4.2-.53 0-1.05.12-1.53.35-.49.25-.7.85-.45 1.34a1 1 0 0 0 1.34.46c.2-.1.42-.15.64-.15 1.18 0 2.13.98 2.13 2.2 0 1.66-1.3 3.01-2.91 3.01-2.14 0-3.89-1.8-3.89-4.01C4 11.36 6.29 9 9.11 9c3.66 0 6.64 3.06 6.64 6.82 0 .54-.06 1.07-.15 1.59"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/snake.svg b/mkdocs-material/material/templates/.icons/material/snake.svg new file mode 100644 index 0000000..02e42e3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/snake.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.5 17H18c1.1 0 2-.9 2-2s-.9-2-2-2V9c0-1 0-2-1.08-2.86.05-.21.08-.42.08-.64C17 3.57 15 2 12.5 2c-2.26 0-4.12 1.31-4.43 3H6L3.71 2.79 3 3.5l2 2-2 2 .71.71L6 6h2.07c.31 1.69 2.17 3 4.43 3 .5 0 1-.08 1.43-.2.04.07.07.14.07.2v4H8c-1.1 0-2 .9-2 2s.9 2 2 2H6.5A2.5 2.5 0 0 0 4 19.5c0 .17 0 .34.05.5H4c-1.1 0-2 .9-2 2h17.5a2.5 2.5 0 0 0 0-5M12 5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/snapchat.svg b/mkdocs-material/material/templates/.icons/material/snapchat.svg new file mode 100644 index 0000000..7b0a393 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/snapchat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.93 16.56c-.14-.38-.43-.56-.71-.75-.05-.03-.11-.06-.15-.08-.07-.05-.18-.09-.27-.14-.94-.5-1.68-1.13-2.19-1.87a6 6 0 0 1-.37-.66c-.04-.13-.04-.2-.01-.26.03-.05.07-.1.12-.13.15-.11.33-.21.44-.29.21-.13.36-.23.46-.3.39-.27.66-.58.83-.88.24-.45.27-.98.08-1.45-.25-.67-.89-1.09-1.66-1.09-.16 0-.32.02-.5.05 0 .01-.06.02-.1.03 0-.46-.01-.94-.05-1.42-.14-1.68-.73-2.56-1.35-3.26-.39-.44-.85-.82-1.36-1.11-.93-.53-1.99-.8-3.14-.8s-2.2.27-3.13.8c-.52.29-.98.67-1.37 1.11-.62.7-1.2 1.58-1.35 3.26-.04.48-.05.96-.04 1.42-.05-.01-.11-.02-.11-.03-.18-.03-.34-.05-.5-.05-.77 0-1.41.42-1.66 1.09-.19.47-.16 1 .08 1.45.17.3.44.61.83.88.1.07.25.17.46.31l.42.27c.06.04.1.09.14.14.03.07.03.14-.02.27-.1.23-.22.43-.36.65-.5.73-1.21 1.35-2.12 1.84-.49.26-.99.44-1.2 1-.16.44-.07.94.35 1.35.15.15.32.28.51.38.4.21.82.39 1.25.5.09.03.18.06.25.12.15.12.13.32.33.59.1.16.24.29.37.39.41.29.87.3 1.37.32.44.02.94.04 1.5.23.26.06.5.23.79.41.71.42 1.63 1 3.21 1 1.57 0 2.5-.58 3.22-1.01.28-.17.53-.34.78-.4.55-.19 1.06-.21 1.5-.23.5-.01.96-.03 1.37-.32.17-.12.31-.28.42-.46.14-.24.14-.43.27-.52.07-.05.15-.09.24-.11.44-.12.86-.3 1.26-.51q.315-.165.54-.42h.01c.39-.41.47-.87.32-1.31m-1.4.75c-.86.47-1.43.42-1.87.69-.16.12-.21.28-.24.44l-.03.2c-.02.14-.05.26-.15.33-.34.23-1.33-.02-2.61.4-1.06.35-1.73 1.36-3.63 1.36s-2.55-1-3.63-1.36c-1.27-.42-2.27-.17-2.6-.4-.27-.19-.05-.71-.43-.97-.44-.27-1.01-.22-1.84-.69-.31-.16-.36-.31-.32-.38.04-.09.16-.16.24-.2 1.65-.79 2.58-1.82 3.05-2.63.44-.72.53-1.27.56-1.35.03-.21.06-.37-.17-.58-.22-.21-1.2-.81-1.47-1-.46-.32-.65-.63-.51-1.02.12-.27.35-.37.62-.37q.12 0 .24.03c.5.1.98.35 1.26.42.03.01.06.01.1.01.09 0 .14-.03.17-.09.01-.04.02-.09.02-.15-.04-.54-.11-1.59-.03-2.58.04-.42.11-.78.2-1.09.2-.68.54-1.13.88-1.54.25-.29 1.41-1.52 3.66-1.52 1.85 0 2.96.84 3.44 1.29.1.1.18.18.22.23.38.44.72.92.92 1.68.07.27.13.59.16.95.08.98.01 2.04-.03 2.58 0 .04 0 .08.01.11.01.09.07.13.18.13.04 0 .07 0 .1-.01.28-.07.76-.32 1.26-.43.08-.01.16-.02.24-.02.25 0 .5.09.6.32l.01.04h.01v.01c.15.38-.05.7-.5 1.01-.27.19-1.26.8-1.48 1-.23.22-.2.38-.17.59.03.1.21 1.05 1.11 2.11.55.64 1.34 1.31 2.5 1.87.07.03.16.08.21.14.03.05.05.09.04.13-.01.1-.1.2-.3.31"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/snowboard.svg b/mkdocs-material/material/templates/.icons/material/snowboard.svg new file mode 100644 index 0000000..1655101 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/snowboard.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.87 20.37c-.11-.17-.25-.28-.44-.31a.71.71 0 0 0-.65.14c-.35.3-.74.53-1.2.66-.45.14-.92.14-1.42.04l-1.12-.28L16 14.46l-3.26-2.67 1.76-2.85c.58.91 1.35 1.64 2.33 2.2s2.05.86 3.2.86V9.97c-.94 0-1.77-.25-2.5-.75s-1.27-1.15-1.61-1.96l-.56-1.21q-.15-.285-.54-.66c-.27-.25-.63-.39-1.1-.39H8.07L5.54 9l1.73 1.06L9.14 7h2.36L9 10.95c-.31.47-.4.98-.28 1.55l.84 3.45-3.5 2.34-.47-.1a2.85 2.85 0 0 1-1.26-.58c-.37-.3-.65-.65-.83-1.05-.1-.25-.27-.39-.5-.42-.24-.06-.44-.03-.61.09s-.27.27-.3.47c-.03.15-.02.3.04.47.29.62.7 1.16 1.24 1.61.55.45 1.18.72 1.9.86l12.61 2.71c.72.15 1.41.15 2.08-.05.67-.18 1.27-.51 1.8-.98.12-.09.2-.21.24-.37 0-.22 0-.41-.13-.58m-13.1-1.48 3.04-2-.47-3.32 2.85 2.01.75 4.62zM18 3c0 1.11-.89 2-2 2s-2-.89-2-2 .9-2 2-2 2 .9 2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/snowflake-alert.svg b/mkdocs-material/material/templates/.icons/material/snowflake-alert.svg new file mode 100644 index 0000000..fde3f22 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/snowflake-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.46 9.41 13 7.38V5.12l1.71-1.71L13.29 2 12 3.29 10.71 2 9.29 3.41 11 5.12v2.26L8.5 8.82l-2-1.13-.58-2.33L4 5.88l.47 1.77-1.77.47.52 1.93 2.33-.62 2 1.13v2.89l-2 1.13-2.33-.62-.52 1.93 1.77.47L4 18.12l1.93.52.62-2.33 2-1.13L11 16.62v2.26l-1.71 1.71L10.71 22 12 20.71 13.29 22l1.41-1.41-1.7-1.71v-2.26l3.46-2.01M9.5 10.56 12 9.11l2.5 1.45v2.88L12 14.89l-2.5-1.45M19 13V7h2v6zm0 4v-2h2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/snowflake-check.svg b/mkdocs-material/material/templates/.icons/material/snowflake-check.svg new file mode 100644 index 0000000..8cc7457 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/snowflake-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17.75 21.16-2.75-3L16.16 17l1.59 1.59L21.34 15l1.16 1.41zM12 18c0-1.54.59-2.94 1.54-4l-1.54.89-2.5-1.45v-2.88L12 9.11l2.5 1.45v2.57a6 6 0 0 1 1.96-.92v-1.65l2-1.13 2.33.62.52-1.93-1.77-.47.46-1.77-1.93-.52-.62 2.33-2 1.13L13 7.38V5.12l1.71-1.71L13.29 2 12 3.29 10.71 2 9.29 3.41 11 5.12v2.26L8.5 8.82l-2-1.13-.58-2.33L4 5.88l.47 1.77-1.77.47.52 1.93 2.33-.62 2 1.13v2.89l-2 1.13-2.33-.62-.52 1.93 1.77.47L4 18.12l1.93.52.62-2.33 2-1.13L11 16.62v2.26l-1.71 1.71L10.71 22 12 20.71 13.29 22l.13-.13A5.94 5.94 0 0 1 12 18"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/snowflake-melt.svg b/mkdocs-material/material/templates/.icons/material/snowflake-melt.svg new file mode 100644 index 0000000..3c0af23 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/snowflake-melt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 17.85C8 19.04 7.11 20 6 20s-2-.96-2-2.15C4 16.42 6 14 6 14s2 2.42 2 3.85M16.46 12v-1.44l2-1.13 2.33.62.52-1.93-1.77-.47.46-1.77-1.93-.52-.62 2.33-2 1.13L13 7.38V5.12l1.71-1.71L13.29 2 12 3.29 10.71 2 9.29 3.41 11 5.12v2.26L8.5 8.82l-2-1.13-.58-2.33L4 5.88l.47 1.77-1.77.47.52 1.93 2.33-.62 2 1.13V12H2v1h20v-1zM9.5 12v-1.44L12 9.11l2.5 1.45V12zM20 17.85c0 1.19-.89 2.15-2 2.15s-2-.96-2-2.15c0-1.43 2-3.85 2-3.85s2 2.42 2 3.85m-6 3c0 1.19-.89 2.15-2 2.15s-2-.96-2-2.15c0-1.43 2-3.85 2-3.85s2 2.42 2 3.85"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/snowflake-off.svg b/mkdocs-material/material/templates/.icons/material/snowflake-off.svg new file mode 100644 index 0000000..5166833 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/snowflake-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 5.12 9.29 3.41 10.71 2 12 3.29 13.29 2l1.42 1.41L13 5.12v2.26l2.45 1.44 2-1.13.62-2.33 1.93.52-.46 1.77 1.77.47-.52 1.93-2.33-.62-2 1.13v2.7L14.5 11.3v-.74l-1.76-1.02-2.01-2.01.27-.15zm7.46 9.45-1.59-.9 2.68 2.68 1.75-.47-.51-1.93zM13 16.62v2.26l1.7 1.71L13.29 22 12 20.71 10.71 22l-1.42-1.41L11 18.88v-2.26l-2.45-1.44-2 1.13-.62 2.33L4 18.12l.47-1.76-1.77-.47.52-1.93 2.33.62 2-1.13v-2.89l-2-1.13-2.33.62-.52-1.93 1.77-.47L4 5.89 1.11 3l1.28-1.27 19.72 19.73-1.27 1.27L14.1 16zm-1-1.73.63-.39-3.13-3.11v2.05z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/snowflake-thermometer.svg b/mkdocs-material/material/templates/.icons/material/snowflake-thermometer.svg new file mode 100644 index 0000000..bcf01ae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/snowflake-thermometer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.46 9.41 11 7.38V5.12l1.71-1.71L11.29 2 10 3.29 8.71 2 7.29 3.41 9 5.12v2.26L6.5 8.82l-2-1.13-.58-2.33L2 5.88l.47 1.77-1.77.47.52 1.93 2.33-.62 2 1.13v2.89l-2 1.13-2.33-.62-.52 1.93 1.77.47L2 18.12l1.93.52.62-2.33 2-1.13L9 16.62v2.26l-1.71 1.71L8.71 22 10 20.71 11.29 22l1.41-1.41-1.7-1.71v-2.26l3.46-2.01M7.5 10.56 10 9.11l2.5 1.45v2.88L10 14.89l-2.5-1.45M19 5c-1.11 0-2 .89-2 2v6.76c-.64.57-1 1.39-1 2.24 0 1.66 1.34 3 3 3s3-1.34 3-3c0-.85-.36-1.67-1-2.23V7c0-1.11-.89-2-2-2m0 1c.55 0 1 .45 1 1v1h-2V7c0-.55.45-1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/snowflake-variant.svg b/mkdocs-material/material/templates/.icons/material/snowflake-variant.svg new file mode 100644 index 0000000..f0d1b7f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/snowflake-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.25 12 2.02-1H23l-1-2h-3.97l2.39-3.17-.99-2-4.06 5.37-2.02 1.01.4-2.21 4.08-5.38-2.19-.4L12 7 8.4 2.2l-2.2.4L10.26 8l.4 2.21-1.84-.92-.16-.08L4.6 3.8l-1 2L6 9H2l-1 2h6.77l1.98 1-2.02 1H1l1 2h3.97l-2.39 3.17.99 2 4.06-5.37 2.02-1.01-.4 2.21-4.08 5.38 2.19.41L12 17l3.6 4.8 2.2-.4-4.06-5.4-.4-2.21 2 1 4.06 5.41 1-2L18 15h4l1-2h-6.77"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/snowflake.svg b/mkdocs-material/material/templates/.icons/material/snowflake.svg new file mode 100644 index 0000000..33effa2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/snowflake.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.79 13.95-2.33.62-2-1.13v-2.88l2-1.13 2.33.62.52-1.93-1.77-.47.46-1.77-1.93-.52-.62 2.33-2 1.13L13 7.38V5.12l1.71-1.71L13.29 2 12 3.29 10.71 2 9.29 3.41 11 5.12v2.26L8.5 8.82l-2-1.13-.58-2.33L4 5.88l.47 1.77-1.77.47.52 1.93 2.33-.62 2 1.13v2.89l-2 1.13-2.33-.62-.52 1.93 1.77.47L4 18.12l1.93.52.62-2.33 2-1.13L11 16.62v2.26l-1.71 1.71L10.71 22 12 20.71 13.29 22l1.41-1.41-1.7-1.71v-2.26l2.5-1.45 2 1.13.62 2.33 1.88-.51-.47-1.77 1.77-.47zM9.5 10.56 12 9.11l2.5 1.45v2.88L12 14.89l-2.5-1.45z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/snowman.svg b/mkdocs-material/material/templates/.icons/material/snowman.svg new file mode 100644 index 0000000..b6e7984 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/snowman.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 17a5 5 0 0 1-5 5 5 5 0 0 1-5-5c0-1.5.65-2.83 1.69-3.75C8.26 12.61 8 11.83 8 11v-.41L5.04 8.87l-.21-.16-2.54.68-.26-.96 2.21-.59-1.98-1.15.5-.87 1.98 1.15-.59-2.22.96-.25.69 2.54.24.1 2.69 1.55a3.9 3.9 0 0 1 1.49-1.27C9.5 6.87 9 6 9 5a3 3 0 0 1 3-3 3 3 0 0 1 3 3c0 1-.5 1.87-1.22 2.42.6.29 1.11.73 1.49 1.27l2.69-1.55.24-.1.69-2.54.96.25-.59 2.22 1.98-1.15.5.87-1.98 1.15 2.21.59-.26.96-2.54-.68-.21.16L16 10.59V11c0 .83-.26 1.61-.69 2.25C16.35 14.17 17 15.5 17 17"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/snowmobile.svg b/mkdocs-material/material/templates/.icons/material/snowmobile.svg new file mode 100644 index 0000000..42a60c1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/snowmobile.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.34 17.93 18.4 16c1.1-.09 4.26-.47 4.57-2.64a.92.92 0 0 0-.19-.66c-.66-.88-2.9-3.63-7.78-7.7h-3v2h2l2 2-4 2-9-1-2 3 4.58 1.38-3 1.71c-.36.17-1.58.8-1.58 1.96 0 .35 0 .84.33 1.27.5.68 1.38.68 1.67.68h6c1.26 0 3.53-.87 3.93-4h2.66l2 2H15v2h5c1.65 0 3-1.35 3-3h-2c0 .43-.27.79-.66.93M9 18H3.25c.08-.05.16-.09.25-.13l4.72-2.7 2.7.83c-.34 1.84-1.64 2-1.92 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/snowshoeing.svg b/mkdocs-material/material/templates/.icons/material/snowshoeing.svg new file mode 100644 index 0000000..6bf47ae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/snowshoeing.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.5 3.5c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2M6.32 19.03l-1.14-1.47L4 18.5l2.38 3.04c.51.65 1.16 1.15 1.88 1.41.28.1.53.05.74-.11.28-.23.4-.7.1-1.07-.1-.1-.2-.17-.31-.22a3 3 0 0 1-1.14-.83l-.08-.1L11 18.2l.89-3.2L14 17v4.5h-2V23h3.87c.82 0 1.63-.21 2.26-.61.26-.16.37-.39.37-.64 0-.38-.3-.75-.77-.75-.13 0-.26.04-.37.1-.4.23-.86.37-1.36.4v-6l-2.11-2 .61-3C15.79 12 17.8 13 20 13v-2c-1.9 0-3.5-1-4.31-2.42l-1-1.58c-.4-.6-1-1-1.69-1-.76 0-1.42.34-6 2.28V13h2V9.58l1.79-.7L9.2 17z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/soccer-field.svg b/mkdocs-material/material/templates/.icons/material/soccer-field.svg new file mode 100644 index 0000000..7029b54 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/soccer-field.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm0 2h7v2.13c-1.76.46-3 2.05-3 3.87a4.01 4.01 0 0 0 3 3.87V18H4v-2h3V8H4zm9 0h7v2h-3v8h3v2h-7v-2.13c1.76-.46 3-2.05 3-3.87a4.01 4.01 0 0 0-3-3.87zm-9 4h1v4H4zm15 0h1v4h-1zm-6 .27c.62.36 1 1.02 1 1.73s-.38 1.37-1 1.73zm-2 0v3.46c-.62-.36-1-1.02-1-1.73s.38-1.37 1-1.73"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/soccer.svg b/mkdocs-material/material/templates/.icons/material/soccer.svg new file mode 100644 index 0000000..a428a46 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/soccer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.93 17.12-.8-1.36 1.46-4.37 1.41-.47 1 .75v.14c0 .07.03.13.03.19 0 1.97-.66 3.71-1.97 5.21zM9.75 15l-1.37-4.03L12 8.43l3.62 2.54L14.25 15zM12 20.03c-.88 0-1.71-.14-2.5-.42l-.69-1.51.66-1.1h5.11l.61 1.1-.69 1.51c-.79.28-1.62.42-2.5.42m-6.06-2.82c-.53-.62-.99-1.45-1.38-2.46-.39-1.02-.59-1.94-.59-2.75 0-.06.03-.12.03-.19v-.14l1-.75 1.41.47 1.46 4.37-.8 1.36zM11 5.29v1.4L7 9.46l-1.34-.42-.42-1.36C5.68 7 6.33 6.32 7.19 5.66s1.68-1.09 2.46-1.31zm3.35-.94c.78.22 1.6.65 2.46 1.31S18.32 7 18.76 7.68l-.42 1.36-1.34.43-4-2.77V5.29zm-9.42.58C3 6.89 2 9.25 2 12s1 5.11 2.93 7.07S9.25 22 12 22s5.11-1 7.07-2.93S22 14.75 22 12s-1-5.11-2.93-7.07S14.75 2 12 2 6.89 3 4.93 4.93"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/social-distance-2-meters.svg b/mkdocs-material/material/templates/.icons/material/social-distance-2-meters.svg new file mode 100644 index 0000000..d104960 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/social-distance-2-meters.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 6c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2m4 3.43c0-.81-.5-1.53-1.22-1.85C7.93 7.21 7 7 6 7s-1.93.21-2.78.58C2.5 7.9 2 8.62 2 9.43V10h8zM18 6c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2m4 3.43c0-.81-.5-1.53-1.22-1.85C19.93 7.21 19 7 18 7s-1.93.21-2.78.58C14.5 7.9 14 8.62 14 9.43V10h8zM19 17v-2H5v2l-3-3 3-3v2h14v-2l3 3zM9 20.5v.5h2v1H8v-1.5c0-.55.45-1 1-1h1V19H8v-1h2c.55 0 1 .45 1 1v.5c0 .55-.45 1-1 1zm7-1.5v3h-1v-3h-.5v2h-1v-2H13v3h-1v-3c0-.55.45-1 1-1h2c.55 0 1 .45 1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/social-distance-6-feet.svg b/mkdocs-material/material/templates/.icons/material/social-distance-6-feet.svg new file mode 100644 index 0000000..d3a78c7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/social-distance-6-feet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 6c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2m4 3.43c0-.81-.5-1.53-1.22-1.85C7.93 7.21 7 7 6 7s-1.93.21-2.78.58C2.5 7.9 2 8.62 2 9.43V10h8zM18 6c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2m4 3.43c0-.81-.5-1.53-1.22-1.85C19.93 7.21 19 7 18 7s-1.93.21-2.78.58C14.5 7.9 14 8.62 14 9.43V10h8zM19 17v-2H5v2l-3-3 3-3v2h14v-2l3 3zm-9 2v-1H7.5c-.28 0-.5.22-.5.5v3c0 .28.22.5.5.5h2c.28 0 .5-.22.5-.5V20c0-.28-.22-.5-.5-.5H8V19zm-1 1.5v.5H8v-.5zm8.5-1.5h-1v3h-1v-3h-1v-1h3zm-5 0v.5h1v1h-1V22h-1v-4H14v1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sofa-outline.svg b/mkdocs-material/material/templates/.icons/material/sofa-outline.svg new file mode 100644 index 0000000..8cb6a7d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sofa-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 9V7c0-1.65-1.35-3-3-3h-4c-.77 0-1.47.3-2 .78-.53-.48-1.23-.78-2-.78H6C4.35 4 3 5.35 3 7v2c-1.65 0-3 1.35-3 3v5c0 1.65 1.35 3 3 3v2h2v-2h14v2h2v-2c1.65 0 3-1.35 3-3v-5c0-1.65-1.35-3-3-3m-7-3h4c.55 0 1 .45 1 1v2.78c-.61.55-1 1.34-1 2.22v2h-5V7c0-.55.45-1 1-1M5 7c0-.55.45-1 1-1h4c.55 0 1 .45 1 1v7H6v-2c0-.88-.39-1.67-1-2.22zm17 10c0 .55-.45 1-1 1H3c-.55 0-1-.45-1-1v-5c0-.55.45-1 1-1s1 .45 1 1v4h16v-4c0-.55.45-1 1-1s1 .45 1 1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sofa-single-outline.svg b/mkdocs-material/material/templates/.icons/material/sofa-single-outline.svg new file mode 100644 index 0000000..23c6d9e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sofa-single-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 9V7c0-1.65-1.35-3-3-3H8C6.35 4 5 5.35 5 7v2c-1.65 0-3 1.35-3 3v5c0 1.65 1.35 3 3 3v2h2v-2h10v2h2v-2c1.65 0 3-1.35 3-3v-5c0-1.65-1.35-3-3-3M7 7c0-.55.45-1 1-1h8c.55 0 1 .45 1 1v2.78c-.61.55-1 1.34-1 2.22v2H8v-2c0-.88-.39-1.67-1-2.22zm13 10c0 .55-.45 1-1 1H5c-.55 0-1-.45-1-1v-5c0-.55.45-1 1-1s1 .45 1 1v4h12v-4c0-.55.45-1 1-1s1 .45 1 1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sofa-single.svg b/mkdocs-material/material/templates/.icons/material/sofa-single.svg new file mode 100644 index 0000000..ff6b9f4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sofa-single.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 9.15V7c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2v2.16c-1.16.41-2 1.51-2 2.81V14H7v-2.04c0-1.29-.84-2.4-2-2.81M20 10c-1.1 0-2 .9-2 2v3H6v-3a2 2 0 1 0-4 0v5c0 1.1.9 2 2 2v2h2v-2h12v2h2v-2c1.1 0 2-.9 2-2v-5c0-1.1-.9-2-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sofa.svg b/mkdocs-material/material/templates/.icons/material/sofa.svg new file mode 100644 index 0000000..a9512d2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sofa.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.5 7c0-1.11.89-2 2-2H18c1.1 0 2 .9 2 2v2.16c-1.16.41-2 1.51-2 2.81V14h-5.5zM6 11.96V14h5.5V7c0-1.11-.89-2-2-2H6c-1.1 0-2 .9-2 2v2.15c1.16.41 2 1.52 2 2.81m14.66-1.93c-.98.16-1.66 1.09-1.66 2.09V15H5v-3a2 2 0 1 0-4 0v5c0 1.1.9 2 2 2v2h2v-2h14v2h2v-2c1.1 0 2-.9 2-2v-5c0-1.21-1.09-2.18-2.34-1.97"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/solar-panel-large.svg b/mkdocs-material/material/templates/.icons/material/solar-panel-large.svg new file mode 100644 index 0000000..58739ae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/solar-panel-large.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 6h3V3H3zm5-3v3h3V3zm5 0v3h3V3zm5 0v3h3V3zm3 5h-3v3h3zm0 5h-3v3h3zm-5 3v-3h-3v3zm-5 0v-3H8v3zm-5 0v-3H3v3zm-3-5h3V8H3zm10-3v3h3V8zM8 8v3h3V8zM3 1h18a2 2 0 0 1 2 2v13a2 2 0 0 1-2 2h-6v3h3v2h-5v-5h-2v5H6v-2h3v-3H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/solar-panel.svg b/mkdocs-material/material/templates/.icons/material/solar-panel.svg new file mode 100644 index 0000000..e870e20 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/solar-panel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-5v4h3v2h-5v-6h-2v6H6v-2h3v-4H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m0 2v4h7V4zm0 10h7v-4H4zm16 0v-4h-7v4zm0-10h-7v4h7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/solar-power-variant-outline.svg b/mkdocs-material/material/templates/.icons/material/solar-power-variant-outline.svg new file mode 100644 index 0000000..8d96e35 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/solar-power-variant-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 12H4L2 22h20zm-1.64 2 .4 2H13v-2zM11 14v2H5.24l.4-2zm-6.16 4H11v2H4.44zM13 20v-2h6.16l.4 2zM11 8h2v3h-2zm4.76-.79 1.42-1.42 2.12 2.12-1.41 1.42zm-11.05.7 2.12-2.12 1.41 1.42-2.12 2.12zM3 2h3v2H3zm15 0h3v2h-3zm-6 5c2.76 0 5-2.24 5-5h-2c0 1.65-1.35 3-3 3S9 3.65 9 2H7c0 2.76 2.24 5 5 5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/solar-power-variant.svg b/mkdocs-material/material/templates/.icons/material/solar-power-variant.svg new file mode 100644 index 0000000..abf1389 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/solar-power-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.33 16H11v-3H4zM13 16h7.67L20 13h-7zm8.11 2H13v4h9zM2 22h9v-4H2.89zm9-14h2v3h-2zm4.76-.79 1.42-1.42 2.12 2.12-1.41 1.42zm-11.05.7 2.12-2.12 1.41 1.42-2.12 2.12zM3 2h3v2H3zm15 0h3v2h-3zm-6 5c2.76 0 5-2.24 5-5H7c0 2.76 2.24 5 5 5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/solar-power.svg b/mkdocs-material/material/templates/.icons/material/solar-power.svg new file mode 100644 index 0000000..dac9dfc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/solar-power.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.45 2v3.55L15 3.77zm-1 6L8 10.46l3.75 1.25zM2 11.45 3.77 15l1.78-3.55zM10 2H2v8c.57.17 1.17.25 1.77.25 3.58.01 6.49-2.9 6.5-6.5-.01-.59-.1-1.18-.27-1.75m7 20v-6h-3l5-9v6h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/soldering-iron.svg b/mkdocs-material/material/templates/.icons/material/soldering-iron.svg new file mode 100644 index 0000000..af25efa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/soldering-iron.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.86 4.03 2.03 6.86l3.18 3.18v2.83l1.42 1.41 5.65-5.65-1.41-1.42H8.04zM17 6v1.5c1 0 1.85.83 1.85 1.85S18 11.2 17 11.2v1.5c2.24 0 4 1.83 4 4.07V21h1.5v-4.24c0-2.22-1.28-4.14-3.15-5.03.62-.61 1-1.45 1-2.38C20.35 7.5 18.85 6 17 6m-5.07 5.1L9.1 13.93l4.95 4.95.71-.71 2.12 2.12L19 21l-.71-2.12-2.12-2.12.71-.71z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/solid.svg b/mkdocs-material/material/templates/.icons/material/solid.svg new file mode 100644 index 0000000..950c6c6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/solid.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0h24v24H0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sony-playstation.svg b/mkdocs-material/material/templates/.icons/material/sony-playstation.svg new file mode 100644 index 0000000..cc161eb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sony-playstation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 4.27c1.38.26 3.4.87 4.5 1.23 2.75.95 3.69 2.13 3.69 4.79 0 2.6-1.6 3.58-3.64 2.6V8.05c0-.55-.1-1.08-.64-1.23-.41-.13-.65.25-.65.81v12.1L9.5 18.69zm3.87 13.35 5.25-1.87c.6-.21.69-.51.21-.67-.49-.16-1.36-.11-1.96.1l-3.5 1.23v-1.96l.21-.07s1.01-.38 2.42-.51c1.43-.16 3.17.02 4.53.53 1.54.49 1.72 1.21 1.33 1.7-.4.5-1.36.85-1.36.85l-7.13 2.55zm-9.87-.2C1.93 17 1.66 16.05 2.38 15.5c.67-.5 1.8-.85 1.8-.85L8.86 13v1.88L5.5 16.09c-.6.21-.69.51-.21.67s1.36.12 1.95-.1l1.62-.58v1.69l-.32.06c-1.62.26-3.34.17-5.04-.41"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sort-alphabetical-ascending-variant.svg b/mkdocs-material/material/templates/.icons/material/sort-alphabetical-ascending-variant.svg new file mode 100644 index 0000000..3cd3edf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sort-alphabetical-ascending-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m9.25 5 3.25-3.25L15.75 5zm-.36 9.3H6L5.28 17H2.91L6 7h3l3.13 10H9.67zm-2.56-1.62h2.23l-.63-2.12-.26-.97-.25-.96h-.03l-.22.97-.24.98zM13.05 17v-1.26l4.75-6.77v-.06h-4.3V7h7.23v1.34L16.09 15v.08h4.71V17z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sort-alphabetical-ascending.svg b/mkdocs-material/material/templates/.icons/material/sort-alphabetical-ascending.svg new file mode 100644 index 0000000..052cd4b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sort-alphabetical-ascending.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 17h3l-4 4-4-4h3V3h2m-8 10v2l-3.33 4H11v2H5v-2l3.33-4H5v-2M9 3H7c-1.1 0-2 .9-2 2v6h2V9h2v2h2V5a2 2 0 0 0-2-2m0 4H7V5h2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sort-alphabetical-descending-variant.svg b/mkdocs-material/material/templates/.icons/material/sort-alphabetical-descending-variant.svg new file mode 100644 index 0000000..87325d8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sort-alphabetical-descending-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.75 19-3.25 3.25L9.25 19zm-6.86-4.7H6L5.28 17H2.91L6 7h3l3.13 10H9.67zm-2.56-1.62h2.23l-.63-2.12-.26-.97-.25-.96h-.03l-.22.97-.24.98zM13.05 17v-1.26l4.75-6.77v-.06h-4.3V7h7.23v1.34L16.09 15v.08h4.71V17z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sort-alphabetical-descending.svg b/mkdocs-material/material/templates/.icons/material/sort-alphabetical-descending.svg new file mode 100644 index 0000000..6f36d47 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sort-alphabetical-descending.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 7h3l-4-4-4 4h3v14h2m-8-8v2l-3.33 4H11v2H5v-2l3.33-4H5v-2M9 3H7c-1.1 0-2 .9-2 2v6h2V9h2v2h2V5a2 2 0 0 0-2-2m0 4H7V5h2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sort-alphabetical-variant.svg b/mkdocs-material/material/templates/.icons/material/sort-alphabetical-variant.svg new file mode 100644 index 0000000..3e807a4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sort-alphabetical-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m9.25 5 3.25-3.25L15.75 5zm6.5 14-3.25 3.25L9.25 19zm-6.86-4.7H6L5.28 17H2.91L6 7h3l3.13 10H9.67zm-2.56-1.62h2.23l-.63-2.12-.26-.97-.25-.96h-.03l-.22.97-.24.98zM13.05 17v-1.26l4.75-6.77v-.06h-4.3V7h7.23v1.34L16.09 15v.08h4.71V17z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sort-ascending.svg b/mkdocs-material/material/templates/.icons/material/sort-ascending.svg new file mode 100644 index 0000000..9c6d0f8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sort-ascending.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 17h3l-4 4-4-4h3V3h2M2 17h10v2H2M6 5v2H2V5m0 6h7v2H2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sort-bool-ascending-variant.svg b/mkdocs-material/material/templates/.icons/material/sort-bool-ascending-variant.svg new file mode 100644 index 0000000..008ed85 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sort-bool-ascending-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 17h3l-4 4-4-4h3V3h2zM9 13H5c-1.11 0-2 .89-2 2v4c0 1.11.89 2 2 2h4c1.11 0 2-.89 2-2v-4c0-1.11-.89-2-2-2m-2.73 6.5-2.53-2.55 1.07-1.05 1.47 1.49L9.2 14.5l1.06 1.05zM9 3H5c-1.11 0-2 .89-2 2v4c0 1.11.89 2 2 2h4c1.11 0 2-.89 2-2V5c0-1.11-.89-2-2-2m0 6H5V5h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sort-bool-ascending.svg b/mkdocs-material/material/templates/.icons/material/sort-bool-ascending.svg new file mode 100644 index 0000000..76c05b6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sort-bool-ascending.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 17h3l-4 4-4-4h3V3h2zM7 3C4.79 3 3 4.79 3 7s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4m0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2m0 4c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sort-bool-descending-variant.svg b/mkdocs-material/material/templates/.icons/material/sort-bool-descending-variant.svg new file mode 100644 index 0000000..cf029bc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sort-bool-descending-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 7h3l-4-4-4 4h3v14h2M5 13c-1.11 0-2 .89-2 2v4c0 1.11.89 2 2 2h4c1.11 0 2-.89 2-2v-4c0-1.11-.89-2-2-2m.2 1.5 1.06 1.05-3.99 3.95-2.53-2.55 1.07-1.05 1.47 1.49M5 3c-1.11 0-2 .89-2 2v4c0 1.11.89 2 2 2h4c1.11 0 2-.89 2-2V5c0-1.11-.89-2-2-2M5 5h4v4H5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sort-bool-descending.svg b/mkdocs-material/material/templates/.icons/material/sort-bool-descending.svg new file mode 100644 index 0000000..6d1f58f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sort-bool-descending.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 7h3l-4-4-4 4h3v14h2M5 7c0 1.1.9 2 2 2s2-.9 2-2-.9-2-2-2-2 .9-2 2m2-4c2.21 0 4 1.79 4 4s-1.79 4-4 4-4-1.79-4-4 1.79-4 4-4m0 10c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sort-calendar-ascending.svg b/mkdocs-material/material/templates/.icons/material/sort-calendar-ascending.svg new file mode 100644 index 0000000..d5ec552 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sort-calendar-ascending.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 17h3l-4 4-4-4h3V3h2zM8 16h3v-3H8zm5-11h-1V3h-2v2H6V3H4v2H3c-1.11 0-2 .89-2 2v11c0 1.11.89 2 2 2h10c1.11 0 2-.89 2-2V7c0-1.11-.89-2-2-2M3 18v-7h10v7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sort-calendar-descending.svg b/mkdocs-material/material/templates/.icons/material/sort-calendar-descending.svg new file mode 100644 index 0000000..3a1047f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sort-calendar-descending.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 7h-3l4-4 4 4h-3v14h-2zM8 16h3v-3H8zm5-11h-1V3h-2v2H6V3H4v2H3c-1.11 0-2 .89-2 2v11c0 1.11.89 2 2 2h10c1.11 0 2-.89 2-2V7c0-1.11-.89-2-2-2M3 18v-7h10v7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sort-clock-ascending-outline.svg b/mkdocs-material/material/templates/.icons/material/sort-clock-ascending-outline.svg new file mode 100644 index 0000000..ac47cbc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sort-clock-ascending-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 17h3l-4 4-4-4h3V3h2zM8 5c-3.86 0-7 3.13-7 7s3.13 7 7 7c3.86 0 7-3.13 7-7s-3.13-7-7-7m0 2.15c2.67 0 4.85 2.17 4.85 4.85S10.68 16.85 8 16.85 3.15 14.68 3.15 12 5.32 7.15 8 7.15M7 9v3.69l3.19 1.84.75-1.3-2.44-1.41V9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sort-clock-ascending.svg b/mkdocs-material/material/templates/.icons/material/sort-clock-ascending.svg new file mode 100644 index 0000000..20b2f83 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sort-clock-ascending.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 17h3l-4 4-4-4h3V3h2zM8 5c-3.86 0-7 3.13-7 7s3.13 7 7 7c3.86 0 7-3.13 7-7s-3.13-7-7-7m2.19 9.53L7 12.69V9h1.5v2.82l2.44 1.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sort-clock-descending-outline.svg b/mkdocs-material/material/templates/.icons/material/sort-clock-descending-outline.svg new file mode 100644 index 0000000..20e20eb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sort-clock-descending-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 7h-3l4-4 4 4h-3v14h-2zM8 5c-3.86 0-7 3.13-7 7s3.13 7 7 7c3.86 0 7-3.13 7-7s-3.13-7-7-7m0 2.15c2.67 0 4.85 2.17 4.85 4.85S10.68 16.85 8 16.85 3.15 14.68 3.15 12 5.32 7.15 8 7.15M7 9v3.69l3.19 1.84.75-1.3-2.44-1.41V9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sort-clock-descending.svg b/mkdocs-material/material/templates/.icons/material/sort-clock-descending.svg new file mode 100644 index 0000000..81541e7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sort-clock-descending.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 7h-3l4-4 4 4h-3v14h-2zM8 5c-3.86 0-7 3.13-7 7s3.13 7 7 7c3.86 0 7-3.13 7-7s-3.13-7-7-7m2.19 9.53L7 12.69V9h1.5v2.82l2.44 1.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sort-descending.svg b/mkdocs-material/material/templates/.icons/material/sort-descending.svg new file mode 100644 index 0000000..6261ece --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sort-descending.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 7h3l-4-4-4 4h3v14h2M2 17h10v2H2M6 5v2H2V5m0 6h7v2H2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sort-numeric-ascending-variant.svg b/mkdocs-material/material/templates/.icons/material/sort-numeric-ascending-variant.svg new file mode 100644 index 0000000..430d6ae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sort-numeric-ascending-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.78 7c1.3.04 2.22.53 2.79 1.46.56.94.84 2.1.82 3.49.01 1.55-.3 2.78-.89 3.67-.62.88-1.55 1.35-2.79 1.38-1.26-.04-2.17-.5-2.75-1.44-.58-.93-.87-2.11-.87-3.56s.3-2.64.91-3.56C5.59 7.5 6.5 7.04 7.78 7m-.03 1.63c-.44 0-.79.27-1.05.83-.26.54-.38 1.41-.38 2.54-.01 1.15.12 2 .37 2.54.26.56.62.83 1.08.83.92 0 1.39-1.13 1.4-3.37 0-2.23-.47-3.35-1.42-3.37M13.33 17v-1.78l.43.02.54-.02 1.04-.19c.34-.11.66-.25.92-.45.33-.23.6-.5.81-.82.22-.31.37-.64.46-.98l-.03-.01c-.45.42-1.12.63-2.03.64-.85-.01-1.56-.26-2.13-.76s-.84-1.22-.88-2.15c.01-1 .35-1.81 1.01-2.47.67-.66 1.53-1 2.65-1.03 1.25.04 2.17.45 2.76 1.24.59.76.88 1.76.88 2.95-.01.96-.15 1.81-.44 2.57-.29.74-.68 1.37-1.2 1.88-.46.42-1.01.74-1.65.97q-.96.33-2.13.39zm2.73-8.37c-.41.01-.74.17-1 .48-.25.31-.38.73-.38 1.25 0 .44.12.8.35 1.1.24.31.6.46 1.08.47.32 0 .59-.07.81-.19.22-.13.38-.28.49-.46.09-.11.12-.31.12-.57.01-.55-.1-1.02-.33-1.43s-.61-.63-1.14-.65M9.25 5l3.25-3.25L15.75 5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sort-numeric-ascending.svg b/mkdocs-material/material/templates/.icons/material/sort-numeric-ascending.svg new file mode 100644 index 0000000..684cd84 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sort-numeric-ascending.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 17h3l-4 4-4-4h3V3h2zM9 13H7c-1.1 0-2 .9-2 2v1a2 2 0 0 0 2 2h2v1H5v2h4c1.11 0 2-.89 2-2v-4a2 2 0 0 0-2-2m0 3H7v-1h2zM9 3H7c-1.1 0-2 .9-2 2v4a2 2 0 0 0 2 2h2c1.11 0 2-.89 2-2V5a2 2 0 0 0-2-2m0 6H7V5h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sort-numeric-descending-variant.svg b/mkdocs-material/material/templates/.icons/material/sort-numeric-descending-variant.svg new file mode 100644 index 0000000..c2c6f03 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sort-numeric-descending-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.78 7c1.3.04 2.22.53 2.79 1.46.56.94.84 2.1.82 3.49.01 1.55-.3 2.78-.89 3.67-.62.88-1.55 1.35-2.79 1.38-1.26-.04-2.17-.5-2.75-1.44-.58-.93-.87-2.11-.87-3.56s.3-2.64.91-3.56C5.59 7.5 6.5 7.04 7.78 7m-.03 1.63c-.44 0-.79.27-1.05.83-.26.54-.38 1.41-.38 2.54-.01 1.15.12 2 .37 2.54.26.56.62.83 1.08.83.92 0 1.39-1.13 1.4-3.37 0-2.23-.47-3.35-1.42-3.37M13.33 17v-1.78l.43.02.54-.02 1.04-.19c.34-.11.66-.25.92-.45.33-.23.6-.5.81-.82.22-.31.37-.64.46-.98l-.03-.01c-.45.42-1.12.63-2.03.64-.85-.01-1.56-.26-2.13-.76s-.84-1.22-.88-2.15c.01-1 .35-1.81 1.01-2.47.67-.66 1.53-1 2.65-1.03 1.25.04 2.17.45 2.76 1.24.59.76.88 1.76.88 2.95-.01.96-.15 1.81-.44 2.57-.29.74-.68 1.37-1.2 1.88-.46.42-1.01.74-1.65.97q-.96.33-2.13.39zm2.73-8.37c-.41.01-.74.17-1 .48-.25.31-.38.73-.38 1.25 0 .44.12.8.35 1.1.24.31.6.46 1.08.47.32 0 .59-.07.81-.19.22-.13.38-.28.49-.46.09-.11.12-.31.12-.57.01-.55-.1-1.02-.33-1.43s-.61-.63-1.14-.65M15.75 19l-3.25 3.25L9.25 19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sort-numeric-descending.svg b/mkdocs-material/material/templates/.icons/material/sort-numeric-descending.svg new file mode 100644 index 0000000..8b558e5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sort-numeric-descending.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 7h3l-4-4-4 4h3v14h2M9 21H5v-2h4v-1H7a2 2 0 0 1-2-2v-1c0-1.1.9-2 2-2h2a2 2 0 0 1 2 2v4c0 1.11-.89 2-2 2m0-6H7v1h2M7 3h2a2 2 0 0 1 2 2v4c0 1.11-.89 2-2 2H7a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2m0 6h2V5H7Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sort-numeric-variant.svg b/mkdocs-material/material/templates/.icons/material/sort-numeric-variant.svg new file mode 100644 index 0000000..885115a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sort-numeric-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.78 7c1.3.04 2.22.53 2.79 1.46.56.94.84 2.1.82 3.49.01 1.55-.3 2.78-.89 3.67-.62.88-1.55 1.35-2.79 1.38-1.26-.04-2.17-.5-2.75-1.44-.58-.93-.87-2.11-.87-3.56s.3-2.64.91-3.56C5.59 7.5 6.5 7.04 7.78 7m-.03 1.63c-.44 0-.79.27-1.05.83-.26.54-.38 1.41-.38 2.54-.01 1.15.12 2 .37 2.54.26.56.62.83 1.08.83.92 0 1.39-1.13 1.4-3.37 0-2.23-.47-3.35-1.42-3.37M13.33 17v-1.78l.43.02.54-.02 1.04-.19c.34-.11.66-.25.92-.45.33-.23.6-.5.81-.82.22-.31.37-.64.46-.98l-.03-.01c-.45.42-1.12.63-2.03.64-.85-.01-1.56-.26-2.13-.76s-.84-1.22-.88-2.15c.01-1 .35-1.81 1.01-2.47.67-.66 1.53-1 2.65-1.03 1.25.04 2.17.45 2.76 1.24.59.76.88 1.76.88 2.95-.01.96-.15 1.81-.44 2.57-.29.74-.68 1.37-1.2 1.88-.46.42-1.01.74-1.65.97q-.96.33-2.13.39zm2.73-8.37c-.41.01-.74.17-1 .48-.25.31-.38.73-.38 1.25 0 .44.12.8.35 1.1.24.31.6.46 1.08.47.32 0 .59-.07.81-.19.22-.13.38-.28.49-.46.09-.11.12-.31.12-.57.01-.55-.1-1.02-.33-1.43s-.61-.63-1.14-.65M9.25 5l3.25-3.25L15.75 5zm6.5 14-3.25 3.25L9.25 19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sort-reverse-variant.svg b/mkdocs-material/material/templates/.icons/material/sort-reverse-variant.svg new file mode 100644 index 0000000..21ff9b0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sort-reverse-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 11h12v2H3m0 5v-2h18v2M3 6h6v2H3Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sort-variant-lock-open.svg b/mkdocs-material/material/templates/.icons/material/sort-variant-lock-open.svg new file mode 100644 index 0000000..be7fbc3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sort-variant-lock-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 17.3v3.5c0 .6-.6 1.2-1.3 1.2h-5.5c-.6 0-1.2-.6-1.2-1.3v-3.5c0-.6.6-1.2 1.2-1.2v-2.5c0-1.4 1.4-2.5 2.8-2.5s2.8 1.1 2.8 2.5v.5h-1.3v-.5c0-.8-.7-1.3-1.5-1.3s-1.5.5-1.5 1.3V16h4.3c.6 0 1.2.6 1.2 1.3M3 13v-2h12v2zm0-7h18v2H3zm0 12v-2h6v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sort-variant-lock.svg b/mkdocs-material/material/templates/.icons/material/sort-variant-lock.svg new file mode 100644 index 0000000..9b7a0f0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sort-variant-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.8 16v-1.5c0-1.4-1.4-2.5-2.8-2.5s-2.8 1.1-2.8 2.5V16c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3m-1.3 0h-3v-1.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3zM3 13v-2h12v2zm0-7h18v2H3zm0 12v-2h6v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sort-variant-off.svg b/mkdocs-material/material/templates/.icons/material/sort-variant-off.svg new file mode 100644 index 0000000..27b8424 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sort-variant-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.84 22.73 11.11 13H3v-2h6.11l-3-3H3V6h1.11l-3-3 1.28-1.27 19.72 19.73zM15 11h-.8l.8.8zm6-3V6H9.2l2 2zM3 18h6v-2H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sort-variant-remove.svg b/mkdocs-material/material/templates/.icons/material/sort-variant-remove.svg new file mode 100644 index 0000000..76c5aa6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sort-variant-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 13h12v-2H3m0-5v2h18V6M3 18h6v-2H3zm19.54-1.12L20.41 19l2.13 2.12-1.42 1.42L19 20.41l-2.12 2.13-1.41-1.42L17.59 19l-2.12-2.12 1.41-1.41L19 17.59l2.12-2.13z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sort-variant.svg b/mkdocs-material/material/templates/.icons/material/sort-variant.svg new file mode 100644 index 0000000..6c9449c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sort-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 13h12v-2H3m0-5v2h18V6M3 18h6v-2H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sort.svg b/mkdocs-material/material/templates/.icons/material/sort.svg new file mode 100644 index 0000000..10e952a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sort.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18 21-4-4h3V7h-3l4-4 4 4h-3v10h3M2 19v-2h10v2M2 13v-2h7v2M2 7V5h4v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/soundbar.svg b/mkdocs-material/material/templates/.icons/material/soundbar.svg new file mode 100644 index 0000000..6f894c3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/soundbar.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 8c-1.1 0-2 .9-2 2v4a2 2 0 0 0 2 2h16c1.11 0 2-.89 2-2v-4a2 2 0 0 0-2-2M9 10a2 2 0 0 1 2 2c0 1.11-.89 2-2 2a2 2 0 1 1 0-4m6 0a2 2 0 0 1 2 2c0 1.11-.89 2-2 2a2 2 0 1 1 0-4M5 11c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1m4 0c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1m6 0c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1m4 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/soundcloud.svg b/mkdocs-material/material/templates/.icons/material/soundcloud.svg new file mode 100644 index 0000000..a8dc3e1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/soundcloud.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.56 8.87V17h8.76c1.85-.13 2.68-1.27 2.68-2.67 0-1.48-1.12-2.67-2.62-2.67-.38 0-.7.08-1.03.22-.24-2.34-2.23-4.17-4.68-4.17-1.17 0-2.28.44-3.11 1.16m-.88 1.02c-.3-.18-.62-.32-.97-.39V17h1.39V9.34c-.15.16-.29.36-.42.55m-2.35-.54V17h.92V9.38c-.19-.03-.38-.04-.58-.04-.12 0-.23 0-.34.01M6.5 10v7h.91V9.54c-.33.11-.64.27-.91.46m-1.67 2.5c-.06 0-.12-.06-.19-.09V17h.92v-6.14c-.37.48-.62 1.05-.73 1.64m-2.04-.28v4.69c.21.06.45.09.71.09h.22v-4.86c-.08-.01-.16-.02-.22-.02-.26 0-.5.04-.71.1M1 14.56c0 .75.34 1.41.87 1.86v-3.71c-.53.44-.87 1.11-.87 1.85"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/source-branch-check.svg b/mkdocs-material/material/templates/.icons/material/source-branch-check.svg new file mode 100644 index 0000000..0695ca4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/source-branch-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 14c-3.36 0-4.46 1.35-4.82 2.24A3.002 3.002 0 0 1 7 22c-1.66 0-3-1.34-3-3 0-1.31.83-2.42 2-2.83V7.83A2.99 2.99 0 0 1 4 5c0-1.66 1.34-3 3-3s3 1.34 3 3c0 1.31-.83 2.42-2 2.83v5.29c.88-.65 2.16-1.12 4-1.12 2.67 0 3.56-1.34 3.85-2.23A3.01 3.01 0 0 1 14 7c0-1.66 1.34-3 3-3s3 1.34 3 3c0 1.34-.88 2.5-2.09 2.86C17.65 11.29 16.68 14 13 14m-6 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1M7 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1m10 2c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1m-.25 15.16-2.75-3L15.16 17l1.59 1.59L20.34 15l1.16 1.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/source-branch-minus.svg b/mkdocs-material/material/templates/.icons/material/source-branch-minus.svg new file mode 100644 index 0000000..488fa2a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/source-branch-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 14c-3.36 0-4.46 1.35-4.82 2.24A3.002 3.002 0 0 1 7 22c-1.66 0-3-1.34-3-3 0-1.31.83-2.42 2-2.83V7.83A2.99 2.99 0 0 1 4 5c0-1.66 1.34-3 3-3s3 1.34 3 3c0 1.31-.83 2.42-2 2.83v5.29c.88-.65 2.16-1.12 4-1.12 2.67 0 3.56-1.34 3.85-2.23A3.01 3.01 0 0 1 14 7c0-1.66 1.34-3 3-3s3 1.34 3 3c0 1.34-.88 2.5-2.09 2.86C17.65 11.29 16.68 14 13 14m-6 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1M7 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1m10 2c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1m-3 11v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/source-branch-plus.svg b/mkdocs-material/material/templates/.icons/material/source-branch-plus.svg new file mode 100644 index 0000000..31ff057 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/source-branch-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 14c-3.36 0-4.46 1.35-4.82 2.24A3.002 3.002 0 0 1 7 22c-1.66 0-3-1.34-3-3 0-1.31.83-2.42 2-2.83V7.83A2.99 2.99 0 0 1 4 5c0-1.66 1.34-3 3-3s3 1.34 3 3c0 1.31-.83 2.42-2 2.83v5.29c.88-.65 2.16-1.12 4-1.12 2.67 0 3.56-1.34 3.85-2.23A3.01 3.01 0 0 1 14 7c0-1.66 1.34-3 3-3s3 1.34 3 3c0 1.34-.88 2.5-2.09 2.86C17.65 11.29 16.68 14 13 14m-6 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1M7 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1m10 2c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1m0 8v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/source-branch-refresh.svg b/mkdocs-material/material/templates/.icons/material/source-branch-refresh.svg new file mode 100644 index 0000000..bbb8667 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/source-branch-refresh.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 14c-3.36 0-4.46 1.35-4.82 2.24A3.002 3.002 0 0 1 7 22c-1.66 0-3-1.34-3-3 0-1.31.83-2.42 2-2.83V7.83A2.99 2.99 0 0 1 4 5c0-1.66 1.34-3 3-3s3 1.34 3 3c0 1.31-.83 2.42-2 2.83v5.29c.88-.65 2.16-1.12 4-1.12 2.67 0 3.56-1.34 3.85-2.23A3.01 3.01 0 0 1 14 7c0-1.66 1.34-3 3-3s3 1.34 3 3c0 1.34-.88 2.5-2.09 2.86C17.65 11.29 16.68 14 13 14m-6 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1M7 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1m10 2c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1m1 8c1.1 0 2.1.4 2.8 1.2L22 14v4h-4l1.8-1.8c-.5-.4-1.1-.7-1.8-.7-1.4 0-2.5 1.1-2.5 2.5s1.1 2.5 2.5 2.5c.8 0 1.5-.4 2-1h1.7c-.6 1.5-2 2.5-3.7 2.5-2.2 0-4-1.8-4-4s1.8-4 4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/source-branch-remove.svg b/mkdocs-material/material/templates/.icons/material/source-branch-remove.svg new file mode 100644 index 0000000..1669b61 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/source-branch-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 14c-3.36 0-4.46 1.35-4.82 2.24A3.002 3.002 0 0 1 7 22c-1.66 0-3-1.34-3-3 0-1.31.83-2.42 2-2.83V7.83A2.99 2.99 0 0 1 4 5c0-1.66 1.34-3 3-3s3 1.34 3 3c0 1.31-.83 2.42-2 2.83v5.29c.88-.65 2.16-1.12 4-1.12 2.67 0 3.56-1.34 3.85-2.23A3.01 3.01 0 0 1 14 7c0-1.66 1.34-3 3-3s3 1.34 3 3c0 1.34-.88 2.5-2.09 2.86C17.65 11.29 16.68 14 13 14m-6 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1M7 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1m10 2c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1m3.12 8.46L18 16.59l-2.12-2.12-1.41 1.41L16.59 18l-2.12 2.12 1.41 1.42L18 19.41l2.12 2.13 1.42-1.42L19.41 18l2.13-2.12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/source-branch-sync.svg b/mkdocs-material/material/templates/.icons/material/source-branch-sync.svg new file mode 100644 index 0000000..c68c2a4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/source-branch-sync.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 14c-3.36 0-4.46 1.35-4.82 2.24A3.002 3.002 0 0 1 7 22c-1.66 0-3-1.34-3-3 0-1.31.83-2.42 2-2.83V7.83A2.99 2.99 0 0 1 4 5c0-1.66 1.34-3 3-3s3 1.34 3 3c0 1.31-.83 2.42-2 2.83v5.29c.88-.65 2.16-1.12 4-1.12 2.67 0 3.56-1.34 3.85-2.23A3.01 3.01 0 0 1 14 7c0-1.66 1.34-3 3-3s3 1.34 3 3c0 1.34-.88 2.5-2.09 2.86C17.65 11.29 16.68 14 13 14m-6 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1M7 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1m10 2c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1m1 7v1.5c2.21 0 4 1.79 4 4 0 .82-.25 1.58-.67 2.21l-1.09-1.09c.17-.34.26-.72.26-1.12A2.5 2.5 0 0 0 18 16v1.5l-2.25-2.25-.03-.03c.06-.05.13-.09 2.28-2.22m0 11v-1.5c-2.21 0-4-1.79-4-4 0-.82.25-1.58.67-2.21l1.09 1.09c-.17.34-.26.72-.26 1.12A2.5 2.5 0 0 0 18 21v-1.5l2.25 2.25.03.03c-.06.05-.13.09-2.28 2.22"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/source-branch.svg b/mkdocs-material/material/templates/.icons/material/source-branch.svg new file mode 100644 index 0000000..e11705a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/source-branch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 14c-3.36 0-4.46 1.35-4.82 2.24C9.25 16.7 10 17.76 10 19a3 3 0 0 1-3 3 3 3 0 0 1-3-3c0-1.31.83-2.42 2-2.83V7.83A2.99 2.99 0 0 1 4 5a3 3 0 0 1 3-3 3 3 0 0 1 3 3c0 1.31-.83 2.42-2 2.83v5.29c.88-.65 2.16-1.12 4-1.12 2.67 0 3.56-1.34 3.85-2.23A3.01 3.01 0 0 1 14 7a3 3 0 0 1 3-3 3 3 0 0 1 3 3c0 1.34-.88 2.5-2.09 2.86C17.65 11.29 16.68 14 13 14m-6 4a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1M7 4a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1m10 2a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/source-commit-end-local.svg b/mkdocs-material/material/templates/.icons/material/source-commit-end-local.svg new file mode 100644 index 0000000..467e21a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/source-commit-end-local.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 7a5 5 0 0 1 5 5 5 5 0 0 1-5 5 5 5 0 0 1-5-5 5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3m-1-4V3h2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/source-commit-end.svg b/mkdocs-material/material/templates/.icons/material/source-commit-end.svg new file mode 100644 index 0000000..334a605 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/source-commit-end.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 12a5 5 0 0 1-5 5 5 5 0 0 1-5-5 5 5 0 0 1 4-4.9V3h2v4.1a5 5 0 0 1 4 4.9m-5-3a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/source-commit-local.svg b/mkdocs-material/material/templates/.icons/material/source-commit-local.svg new file mode 100644 index 0000000..89f15ea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/source-commit-local.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 7a5 5 0 0 1 5 5 5 5 0 0 1-5 5 5 5 0 0 1-5-5 5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3m-1-4V3h2v2zm0 16v-2h2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/source-commit-next-local.svg b/mkdocs-material/material/templates/.icons/material/source-commit-next-local.svg new file mode 100644 index 0000000..051bc3d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/source-commit-next-local.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 12a5 5 0 0 1-5 5 5 5 0 0 1-5-5 5 5 0 0 1 4-4.9V3h2v4.1a5 5 0 0 1 4 4.9m-5-3a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3m-1 12v-2h2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/source-commit-start-next-local.svg b/mkdocs-material/material/templates/.icons/material/source-commit-start-next-local.svg new file mode 100644 index 0000000..43a1556 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/source-commit-start-next-local.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 7a5 5 0 0 1 5 5 5 5 0 0 1-5 5 5 5 0 0 1-5-5 5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3m-1 12v-2h2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/source-commit-start.svg b/mkdocs-material/material/templates/.icons/material/source-commit-start.svg new file mode 100644 index 0000000..75f9095 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/source-commit-start.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 7a5 5 0 0 1 5 5 5 5 0 0 1-4 4.9V21h-2v-4.1A5 5 0 0 1 7 12a5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/source-commit.svg b/mkdocs-material/material/templates/.icons/material/source-commit.svg new file mode 100644 index 0000000..363c4b1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/source-commit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 12a5 5 0 0 1-4 4.9V21h-2v-4.1a5 5 0 0 1 0-9.8V3h2v4.1a5 5 0 0 1 4 4.9m-5-3a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/source-fork.svg b/mkdocs-material/material/templates/.icons/material/source-fork.svg new file mode 100644 index 0000000..f5c8f05 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/source-fork.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 2a3 3 0 0 1 3 3c0 1.28-.81 2.38-1.94 2.81.09.46.33 1.02.94 1.82 1 1.29 3 3.2 4 4.54 1-1.34 3-3.25 4-4.54.61-.8.85-1.36.94-1.82A3.015 3.015 0 0 1 15 5a3 3 0 0 1 3-3 3 3 0 0 1 3 3c0 1.32-.86 2.45-2.05 2.85-.08.52-.31 1.15-.95 1.98-1 1.34-3 3.25-4 4.55-.61.79-.85 1.35-.94 1.81C14.19 16.62 15 17.72 15 19a3 3 0 0 1-3 3 3 3 0 0 1-3-3c0-1.28.81-2.38 1.94-2.81-.09-.46-.33-1.02-.94-1.81-1-1.3-3-3.21-4-4.55-.64-.83-.87-1.46-.95-1.98A3.015 3.015 0 0 1 3 5a3 3 0 0 1 3-3m0 2a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1m12 0a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1m-6 14a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/source-merge.svg b/mkdocs-material/material/templates/.icons/material/source-merge.svg new file mode 100644 index 0000000..09400c3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/source-merge.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 3a3 3 0 0 1 3 3c0 1.29-.81 2.39-1.96 2.81.54 5 5.04 5.96 7.15 6.15A2.985 2.985 0 0 1 18 13a3 3 0 0 1 3 3 3 3 0 0 1-3 3c-1.31 0-2.43-.84-2.84-2-4.25-.2-5.72-1.81-7.16-3.61v1.78c1.17.41 2 1.52 2 2.83a3 3 0 0 1-3 3 3 3 0 0 1-3-3c0-1.31.83-2.42 2-2.83V8.83A2.99 2.99 0 0 1 4 6a3 3 0 0 1 3-3m0 2a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1m0 12a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1m11-2a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/source-pull.svg b/mkdocs-material/material/templates/.icons/material/source-pull.svg new file mode 100644 index 0000000..b0d8d94 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/source-pull.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 3a3 3 0 0 1 3 3c0 1.31-.83 2.42-2 2.83v6.34c1.17.41 2 1.52 2 2.83a3 3 0 0 1-3 3 3 3 0 0 1-3-3c0-1.31.83-2.42 2-2.83V8.83A2.99 2.99 0 0 1 3 6a3 3 0 0 1 3-3m0 2a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1m0 12a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1m15 1a3 3 0 0 1-3 3 3 3 0 0 1-3-3c0-1.31.83-2.42 2-2.83V7h-2v3.25L10.75 6 15 1.75V5h2a2 2 0 0 1 2 2v8.17c1.17.41 2 1.52 2 2.83m-3-1a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/source-repository-multiple.svg b/mkdocs-material/material/templates/.icons/material/source-repository-multiple.svg new file mode 100644 index 0000000..8cc98c1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/source-repository-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 0h12a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2m6.75 11.5c2.75 0 3.49-2.03 3.68-3.1.91-.29 1.57-1.14 1.57-2.15C20 5 19 4 17.75 4S15.5 5 15.5 6.25c0 .94.57 1.75 1.39 2.08C16.67 9 16 10 14 10c-1.38 0-2.34.35-3 .84V6.87c.87-.31 1.5-1.14 1.5-2.12 0-1.25-1-2.25-2.25-2.25S8 3.5 8 4.75c0 .98.63 1.81 1.5 2.12v6.26c-.87.31-1.5 1.14-1.5 2.12 0 1.25 1 2.25 2.25 2.25s2.25-1 2.25-2.25c0-.93-.56-1.75-1.37-2.07.28-.68 1.1-1.68 3.62-1.68m-4.5 3a.75.75 0 0 1 .75.75.75.75 0 0 1-.75.75.75.75 0 0 1-.75-.75.75.75 0 0 1 .75-.75m0-10.5a.75.75 0 0 1 .75.75.75.75 0 0 1-.75.75.75.75 0 0 1-.75-.75.75.75 0 0 1 .75-.75m7.5 1.5a.75.75 0 0 1 .75.75.75.75 0 0 1-.75.75.75.75 0 0 1-.75-.75.75.75 0 0 1 .75-.75M16 22v2H4a2 2 0 0 1-2-2V6h2v16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/source-repository.svg b/mkdocs-material/material/templates/.icons/material/source-repository.svg new file mode 100644 index 0000000..a45253a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/source-repository.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 2h12a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m6.75 11.5c2.75 0 3.49-2.03 3.68-3.1.91-.29 1.57-1.14 1.57-2.15C18 7 17 6 15.75 6S13.5 7 13.5 8.25c0 .94.57 1.75 1.39 2.08C14.67 11 14 12 12 12c-1.38 0-2.34.35-3 .84V8.87c.87-.31 1.5-1.14 1.5-2.12 0-1.25-1-2.25-2.25-2.25S6 5.5 6 6.75c0 .98.63 1.81 1.5 2.12v6.26c-.87.31-1.5 1.14-1.5 2.12 0 1.25 1 2.25 2.25 2.25s2.25-1 2.25-2.25c0-.93-.56-1.75-1.37-2.07.28-.68 1.1-1.68 3.62-1.68m-4.5 3a.75.75 0 0 1 .75.75.75.75 0 0 1-.75.75.75.75 0 0 1-.75-.75.75.75 0 0 1 .75-.75m0-10.5a.75.75 0 0 1 .75.75.75.75 0 0 1-.75.75.75.75 0 0 1-.75-.75.75.75 0 0 1 .75-.75m7.5 1.5a.75.75 0 0 1 .75.75.75.75 0 0 1-.75.75.75.75 0 0 1-.75-.75.75.75 0 0 1 .75-.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/soy-sauce-off.svg b/mkdocs-material/material/templates/.icons/material/soy-sauce-off.svg new file mode 100644 index 0000000..4aa8474 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/soy-sauce-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.1 21.5 2.4 1.7 1.1 3l7.5 7.5C7.5 12.6 6 15.3 6 17.6v2c0 1.4 2.7 2.3 6 2.3 3.1 0 5.7-.8 6-2l2.9 2.9zM12 15c-1.1 0-2-.9-2-2 0-.3.1-.6.2-.9l2.7 2.7c-.3.1-.6.2-.9.2M8.3 3.5h-.8V2h9v1.5h-.8L14.8 6h-.6c-.1.3-.3.8-.3 1.5 0 .9 2 3.5 3.2 6.4l-7-7q-.15-.6-.3-.9h-.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/soy-sauce.svg b/mkdocs-material/material/templates/.icons/material/soy-sauce.svg new file mode 100644 index 0000000..6b825fa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/soy-sauce.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.9 7.5c0-.7.2-1.2.3-1.5h.6l.9-2.5h.8V2h-9v1.5h.8L9.2 6h.6q.3.45.3 1.5c0 1.3-4.1 6.2-4.1 10.1v2c0 1.4 2.7 2.3 6 2.3s6-.9 6-2.3v-2c0-3.9-4.1-8.8-4.1-10.1M12 15a2 2 0 0 1-2-2 2 2 0 0 1 2-2 2 2 0 0 1 2 2 2 2 0 0 1-2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/spa-outline.svg b/mkdocs-material/material/templates/.icons/material/spa-outline.svg new file mode 100644 index 0000000..6c23458 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/spa-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.5 9.63a14.2 14.2 0 0 0-3.5 2.63 13.7 13.7 0 0 0-3.5-2.63C8.74 6.86 9.92 4.14 12.06 2c2.12 2.12 3.25 4.84 3.44 7.63M12 15.45C14.15 12.17 17.82 10 22 10c0 10-9.32 11.88-10 12-.68-.11-10-2-10-12 4.18 0 7.85 2.17 10 5.45m.05-10.26c-.66 1.04-1.12 2.19-1.37 3.39l1.32.97 1.35-.98c-.23-1.2-.67-2.35-1.3-3.38M12 19.97s6-.97 7.74-7.72C14 14 12 19.1 12 19.1S9 13 4.26 12.26C6 19 12 19.97 12 19.97"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/spa.svg b/mkdocs-material/material/templates/.icons/material/spa.svg new file mode 100644 index 0000000..cf557f8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/spa.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.5 9.63c-.19-2.79-1.32-5.51-3.44-7.63A12.25 12.25 0 0 0 8.5 9.63c1.29.68 2.47 1.56 3.5 2.63a14.2 14.2 0 0 1 3.5-2.63M12 15.45C9.85 12.17 6.18 10 2 10c0 10 9.32 11.89 10 12 .68-.12 10-2 10-12-4.18 0-7.85 2.17-10 5.45"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/space-invaders.svg b/mkdocs-material/material/templates/.icons/material/space-invaders.svg new file mode 100644 index 0000000..6f1be74 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/space-invaders.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 6H5V4h2zm10 0h2V4h-2zm6 6v6h-2v-4h-2v4h-2v-2H7v2H5v-4H3v4H1v-6h2v-2h2V8h2V6h2v2h6V6h2v2h2v2h2v2zm-8-2v2h2v-2zm-8 2h2v-2H7zm4 6H7v2h4zm6 0h-4v2h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/space-station.svg b/mkdocs-material/material/templates/.icons/material/space-station.svg new file mode 100644 index 0000000..09d8b1a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/space-station.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.5 19v2h-1.77c-.34.6-.99 1-1.73 1s-1.39-.4-1.73-1H8.5v-2h1.77c.17-.3.43-.56.73-.73V17h-1c-.55 0-1-.45-1-1v-3H6v4c0 .55-.45 1-1 1H3c-.55 0-1-.45-1-1V8c0-.55.45-1 1-1h2c.55 0 1 .45 1 1v3h3V8c0-.55.45-1 1-1h1V6h-1c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h4c.55 0 1 .45 1 1v1c0 .55-.45 1-1 1h-1v1h1c.55 0 1 .45 1 1v3h3V8c0-.55.45-1 1-1h2c.55 0 1 .45 1 1v9c0 .55-.45 1-1 1h-2c-.55 0-1-.45-1-1v-4h-3v3c0 .55-.45 1-1 1h-1v1.27c.3.17.56.43.73.73zM3 16v1h2v-1zm0-2v1h2v-1zm0-2v1h2v-1zm0-2v1h2v-1zm0-2v1h2V8zm16 8v1h2v-1zm0-2v1h2v-1zm0-2v1h2v-1zm0-2v1h2v-1zm0-2v1h2V8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/spade.svg b/mkdocs-material/material/templates/.icons/material/spade.svg new file mode 100644 index 0000000..327d09d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/spade.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.71 1.22-2.83 2.83c-.78.78-.78 2.04 0 2.82l1.42 1.42-4.24 4.24-2.48-2.47-6.36 6.36 6.36 6.36 6.36-6.36-2.47-2.48 4.24-4.24 1.42 1.42c.78.78 2.04.78 2.82 0l2.83-2.83zm0 2.83 4.24 4.24-1.41 1.41-4.24-4.24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/speaker-bluetooth.svg b/mkdocs-material/material/templates/.icons/material/speaker-bluetooth.svg new file mode 100644 index 0000000..0fd3dbf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/speaker-bluetooth.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm4 2a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2m11 2v3.79L16.71 8.5l-.71.71L18.79 12 16 14.79l.71.71L19 13.21V17h.5l2.85-2.86L20.21 12l2.14-2.15L19.5 7zm1 1.91.94.94-.94.94zM8 11a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m0 2a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m12 .21.94.93-.94.94z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/speaker-message.svg b/mkdocs-material/material/templates/.icons/material/speaker-message.svg new file mode 100644 index 0000000..3663531 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/speaker-message.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.5 3h5c.8 0 1.5.7 1.5 1.5v3c0 .8-.7 1.5-1.5 1.5H18l-3 3V4.5c0-.8.7-1.5 1.5-1.5M3 3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm4 2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m0 6c2.2 0 4 1.8 4 4s-1.8 4-4 4-4-1.8-4-4 1.8-4 4-4m0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/speaker-multiple.svg b/mkdocs-material/material/templates/.icons/material/speaker-multiple.svg new file mode 100644 index 0000000..da486d7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/speaker-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 10a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3m0 8a5 5 0 0 1-5-5 5 5 0 0 1 5-5 5 5 0 0 1 5 5 5 5 0 0 1-5 5m0-16a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2m5-2H9a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2M5 22h12v2H5a2 2 0 0 1-2-2V4h2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/speaker-off.svg b/mkdocs-material/material/templates/.icons/material/speaker-off.svg new file mode 100644 index 0000000..5828b8e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/speaker-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 5.27 3.28 4 21 21.72 19.73 23l-1.46-1.46c-.34.29-.77.46-1.27.46H7a2 2 0 0 1-2-2V8.27zM12 18a3 3 0 0 1-3-3c0-.76.28-1.46.75-2l-1.42-1.4C7.5 12.5 7 13.69 7 15a5 5 0 0 0 5 5c1.31 0 2.5-.5 3.4-1.33L14 17.25c-.55.47-1.24.75-2 .75m5-3a5 5 0 0 0-5-5h-.18l-6.7-6.7C5.41 2.54 6.14 2 7 2h10a2 2 0 0 1 2 2v13.18l-2-2.01zM12 4c-1.11 0-2 .89-2 2a2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/speaker-pause.svg b/mkdocs-material/material/templates/.icons/material/speaker-pause.svg new file mode 100644 index 0000000..1dddbad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/speaker-pause.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.28 19.81c-.41.11-.83.19-1.28.19-2.76 0-5-2.24-5-5s2.24-5 5-5c1.89 0 3.5 1.06 4.37 2.61.79-.38 1.69-.61 2.63-.61V4a2 2 0 0 0-2-2H6c-1.11 0-2 .89-2 2v16c0 1.11.89 2 2 2h7.54c-.54-.63-1-1.37-1.26-2.19M11 4c1.11 0 2 .89 2 2s-.89 2-2 2a2 2 0 0 1-2-2c0-1.11.89-2 2-2m2.74 9.78A6 6 0 0 0 12 17.81c-.31.12-.64.19-1 .19-1.66 0-3-1.34-3-3s1.34-3 3-3c1.22 0 2.27.73 2.74 1.78M19 15h2v6h-2m-4-6h2v6h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/speaker-play.svg b/mkdocs-material/material/templates/.icons/material/speaker-play.svg new file mode 100644 index 0000000..ac666c0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/speaker-play.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 15v6l5-3zm-3.72 4.81c-.41.11-.83.19-1.28.19-2.76 0-5-2.24-5-5s2.24-5 5-5c1.89 0 3.5 1.06 4.37 2.61.79-.38 1.69-.61 2.63-.61V4a2 2 0 0 0-2-2H6c-1.11 0-2 .89-2 2v16c0 1.11.89 2 2 2h7.54c-.54-.63-1-1.37-1.26-2.19M11 4c1.11 0 2 .89 2 2s-.89 2-2 2a2 2 0 0 1-2-2c0-1.11.89-2 2-2m2.74 9.78A6 6 0 0 0 12 17.81c-.31.12-.64.19-1 .19-1.66 0-3-1.34-3-3s1.34-3 3-3c1.22 0 2.27.73 2.74 1.78"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/speaker-stop.svg b/mkdocs-material/material/templates/.icons/material/speaker-stop.svg new file mode 100644 index 0000000..bb2d2f4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/speaker-stop.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.28 19.81c-.41.11-.83.19-1.28.19-2.76 0-5-2.24-5-5s2.24-5 5-5c1.89 0 3.5 1.06 4.37 2.61.79-.38 1.69-.61 2.63-.61V4a2 2 0 0 0-2-2H6c-1.11 0-2 .89-2 2v16c0 1.11.89 2 2 2h7.54c-.54-.63-1-1.37-1.26-2.19M11 4c1.11 0 2 .89 2 2s-.89 2-2 2a2 2 0 0 1-2-2c0-1.11.89-2 2-2m2.74 9.78A6 6 0 0 0 12 17.81c-.31.12-.64.19-1 .19-1.66 0-3-1.34-3-3s1.34-3 3-3c1.22 0 2.27.73 2.74 1.78M21 15h-6v6h6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/speaker-wireless.svg b/mkdocs-material/material/templates/.icons/material/speaker-wireless.svg new file mode 100644 index 0000000..6446e20 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/speaker-wireless.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.07 19.07-1.41-1.41A7.96 7.96 0 0 0 21 12c0-2.22-.89-4.22-2.34-5.66l1.41-1.41A9.97 9.97 0 0 1 23 12c0 2.76-1.12 5.26-2.93 7.07m-2.83-2.83-1.41-1.41A4 4 0 0 0 17 12c0-1.11-.45-2.11-1.17-2.83l1.41-1.41A5.98 5.98 0 0 1 19 12c0 1.65-.67 3.15-1.76 4.24M4 3h8a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m4 2a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m0 6a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4m0 2a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/speaker.svg b/mkdocs-material/material/templates/.icons/material/speaker.svg new file mode 100644 index 0000000..188e9c1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/speaker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 12a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3m0 8a5 5 0 0 1-5-5 5 5 0 0 1 5-5 5 5 0 0 1 5 5 5 5 0 0 1-5 5m0-16a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2c0-1.11.89-2 2-2m5-2H7c-1.11 0-2 .89-2 2v16a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/spear.svg b/mkdocs-material/material/templates/.icons/material/spear.svg new file mode 100644 index 0000000..b316f60 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/spear.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 9h.41l-13 13L2 20.59l13-13V9zm0-5v4h4l2-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/speedometer-medium.svg b/mkdocs-material/material/templates/.icons/material/speedometer-medium.svg new file mode 100644 index 0000000..d40c941 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/speedometer-medium.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1.38 9.14 12.06c-.34 1.04-.1 2.23.72 3.06a3.01 3.01 0 0 0 4.25 0c.79-.79 1.05-1.92.78-2.91m-.29-8.86.62 2.33A7.99 7.99 0 0 1 20 13c0 2.21-.89 4.21-2.34 5.65h-.01a.996.996 0 0 0 0 1.41c.39.39 1.03.39 1.42.01A9.97 9.97 0 0 0 22 13c0-4.62-3.14-8.5-7.4-9.65m-5.2.01C5.15 4.5 2 8.4 2 13c0 2.76 1.12 5.26 2.93 7.07.39.38 1.02.38 1.41-.01a.996.996 0 0 0 0-1.41A7.95 7.95 0 0 1 4 13c0-3.35 1.94-6.14 4.79-7.35"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/speedometer-slow.svg b/mkdocs-material/material/templates/.icons/material/speedometer-slow.svg new file mode 100644 index 0000000..aa5a0bc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/speedometer-slow.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 16c1.66 0 3-1.34 3-3 0-1.12-.61-2.1-1.5-2.61L3.79 4.77l5.53 9.58c.5.98 1.51 1.65 2.68 1.65m0-13c-1.81 0-3.5.5-4.97 1.32l2.1 1.21C10 5.19 11 5 12 5c4.42 0 8 3.58 8 8 0 2.21-.89 4.21-2.34 5.65h-.01a.996.996 0 0 0 0 1.41c.39.39 1.03.39 1.42.01A9.97 9.97 0 0 0 22 13c0-5.5-4.5-10-10-10M2 13c0 2.76 1.12 5.26 2.93 7.07.39.38 1.02.38 1.41-.01a.996.996 0 0 0 0-1.41A7.95 7.95 0 0 1 4 13c0-1 .19-2 .54-2.9L3.33 8C2.5 9.5 2 11.18 2 13"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/speedometer.svg b/mkdocs-material/material/templates/.icons/material/speedometer.svg new file mode 100644 index 0000000..6fb1311 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/speedometer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 16a3 3 0 0 1-3-3c0-1.12.61-2.1 1.5-2.61l9.71-5.62-5.53 9.58c-.5.98-1.51 1.65-2.68 1.65m0-13c1.81 0 3.5.5 4.97 1.32l-2.1 1.21C14 5.19 13 5 12 5a8 8 0 0 0-8 8c0 2.21.89 4.21 2.34 5.65h.01c.39.39.39 1.02 0 1.41s-1.03.39-1.42.01A9.97 9.97 0 0 1 2 13 10 10 0 0 1 12 3m10 10c0 2.76-1.12 5.26-2.93 7.07-.39.38-1.02.38-1.41-.01a.996.996 0 0 1 0-1.41A7.95 7.95 0 0 0 20 13c0-1-.19-2-.54-2.9L20.67 8C21.5 9.5 22 11.18 22 13"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/spellcheck.svg b/mkdocs-material/material/templates/.icons/material/spellcheck.svg new file mode 100644 index 0000000..1036542 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/spellcheck.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.59 11.59-8.09 8.09L9.83 16l-1.41 1.41 5.08 5.09L23 13M6.43 11 8.5 5.5l2.07 5.5m1.88 5h2.09L9.43 3H7.57L2.46 16h2.09l1.12-3h5.64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sphere-off.svg b/mkdocs-material/material/templates/.icons/material/sphere-off.svg new file mode 100644 index 0000000..95642ad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sphere-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.39 1.73 1.11 3l2.95 2.95A9.9 9.9 0 0 0 2 12c0 5.5 4.5 10 10 10 2.28 0 4.37-.77 6.05-2.06l2.79 2.79 1.27-1.27zM5.5 7.39l1.08 1.08c-.71.15-1.4.33-2.01.58.24-.6.56-1.15.93-1.66M4 12c0-.77 1.76-1.44 4.33-1.78L12.11 14H12c-4.42 0-8-.89-8-2m8 8c-3.37 0-6.25-2.09-7.43-5.05C6.07 15.57 8.39 16 12 16c.63 0 1.33 0 2.05-.06l2.58 2.56c-1.31.95-2.9 1.5-4.63 1.5M8.19 5 6.72 3.5C8.25 2.56 10.06 2 12 2c5.5 0 10 4.5 10 10 0 1.94-.56 3.75-1.5 5.28L19 15.81c.17-.27.31-.56.43-.85-.3.12-.62.22-.96.31L16.8 13.6c1.94-.37 3.2-.95 3.2-1.6 0-1-2.94-1.83-6.77-1.97L11.21 8H12c3.61 0 5.93.43 7.43 1.05C18.25 6.09 15.37 4 12 4c-1.39 0-2.68.36-3.81 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sphere.svg b/mkdocs-material/material/templates/.icons/material/sphere.svg new file mode 100644 index 0000000..0e2ee36 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sphere.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m0 12c-4.42 0-8-.89-8-2 0-1.1 3.58-2 8-2s8 .9 8 2c0 1.11-3.58 2-8 2m0-10c3.37 0 6.25 2.09 7.43 5.05C17.93 8.43 15.61 8 12 8c-2.2 0-5.27.19-7.43 1.05C5.75 6.09 8.63 4 12 4m0 16c-3.37 0-6.25-2.09-7.43-5.05C6.07 15.57 8.39 16 12 16c2.2 0 5.27-.19 7.43-1.05C18.25 17.91 15.37 20 12 20"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/spider-outline.svg b/mkdocs-material/material/templates/.icons/material/spider-outline.svg new file mode 100644 index 0000000..4d04065 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/spider-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 22h-2v-4.54l-1.56-1.34c-.12.71-.4 1.38-.82 1.94-.2.28-.44.53-.71.76-.81.68-1.84 1.07-2.91 1.07s-2.1-.39-2.91-1.07c-.27-.23-.51-.48-.71-.76a4.5 4.5 0 0 1-.82-1.94L6 17.46V22H4v-5.46l3.87-3.32-2.37.67-2.79 2.82-1.42-1.42 3.17-3.13 3-.85L5.6 11 1.4 7.8l1.2-1.6 3.8 2.85 2.69.45-3.2-3.19L7 1.76l2 .48-.89 3.45 1.13 1.14c.12-.27.26-.51.45-.73.15-.18.31-.35.51-.49.05-.04.1-.07.15-.11.08-.05.15-.1.24-.14.44-.23.91-.36 1.41-.36s.97.13 1.4.36c.1.04.17.09.25.14l.12.09c.2.14.38.31.53.49.2.22.34.48.46.75l1.1-1.14L15 2.24l2-.48 1.11 4.55-3.2 3.19 2.68-.45L21.4 6.2l1.2 1.6-4.19 3.2-1.91.26 3 .85 3.21 3.18-1.42 1.42-2.79-2.82-2.37-.67L20 16.54zm-5.53-6.21L15 12.5l-3-.5-3 .5.53 3.29c.1.59.4 1.12.85 1.5.45.39 1.03.6 1.62.6s1.17-.21 1.62-.6c.45-.38.75-.91.85-1.5M12 9.58l1.23-1.23-.31-.74a1 1 0 0 0-.37-.44A.97.97 0 0 0 12 7c-.2 0-.39.06-.55.17s-.29.26-.37.44l-.31.74z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/spider-thread.svg b/mkdocs-material/material/templates/.icons/material/spider-thread.svg new file mode 100644 index 0000000..dcd331e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/spider-thread.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 2v5.08A5.5 5.5 0 0 0 12 7a5.5 5.5 0 0 0-1 .08V2m5.9 13a5 5 0 0 1-.17.55L20 17.42V22h-2v-3.42l-2.26-1.29a4.94 4.94 0 0 1-7.48 0L6 18.58V22H4v-4.58l3.27-1.87A5 5 0 0 1 7.1 15H5.3l-2.75 1.83-1.1-1.66L4.7 13h2.4a5 5 0 0 1 .27-.88l-1.56-1-3.57.88-.48-2 4.43-1.08 2.31 1.53a5 5 0 0 1 7 0l2.27-1.53L22.24 10l-.48 2-3.57-.89-1.56 1a5 5 0 0 1 .27.89h2.4l3.25 2.16-1.1 1.66L18.7 15M11 14a1 1 0 1 0-1 1 1 1 0 0 0 1-1m4 0a1 1 0 1 0-1 1 1 1 0 0 0 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/spider-web.svg b/mkdocs-material/material/templates/.icons/material/spider-web.svg new file mode 100644 index 0000000..50dcb50 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/spider-web.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m13.62 13.28 1.64 2.26c.03-.54.12-1.07.3-1.61.18-.56.44-1.07.74-1.52zM17.77 19c-.02-1.32.18-2.73.64-4.15.47-1.43 1.15-2.71 1.95-3.76l-2.04.66c-.78.51-1.45 1.39-1.82 2.48-.33 1.06-.32 2.13 0 2.99zm1.48 2q-.75.69-1.62 1.2l-.32-.44C15.9 21 14.04 20.5 12 20.5s-3.9.5-5.31 1.26l-.32.44q-.87-.51-1.62-1.2l.25-.31c.33-1.61.22-3.57-.42-5.55-.64-1.95-1.68-3.58-2.87-4.68l-.44-.14c.15-.66.36-1.32.62-1.91l.4.13c1.63-.17 3.45-.89 5.14-2.11 1.66-1.21 2.89-2.7 3.57-4.17v-.47l1-.04 1 .04v.42c.67 1.5 1.91 3.02 3.6 4.24 1.66 1.21 3.46 1.92 5.07 2.11l.44-.15c.26.59.47 1.25.62 1.91l-.5.18c-1.19 1.08-2.23 2.71-2.86 4.66-.63 1.93-.75 3.84-.45 5.41zM11 11.37V8.5c-.34.42-.74.82-1.22 1.17-.49.33-1.01.62-1.53.83zm0-7.15c-.75 1.09-1.76 2.13-3 3.02-1.22.9-2.54 1.54-3.82 1.92l1.97.64c.96.08 2.07-.24 3.04-.94.94-.68 1.57-1.59 1.81-2.5zm2 7.15 2.74-.87c-.51-.2-1.02-.47-1.49-.81-.49-.36-.91-.77-1.25-1.19zm6.8-2.21c-1.27-.38-2.57-1.01-3.8-1.9-1.23-.9-2.24-1.95-3-3.06v2.07c.22.94.86 1.9 1.84 2.61.93.68 1.99.99 2.93.94zm-9.42 4.12-2.74-.89c.31.45.56.96.74 1.52.19.59.28 1.15.3 1.71zm-6.8-2.21c.8 1.05 1.48 2.33 1.95 3.76.47 1.46.67 2.91.64 4.25l1.21-1.67c.38-.91.42-2.05.05-3.19-.36-1.1-1.03-1.98-1.82-2.49zM12 14.45l-1.65 2.27a6.3 6.3 0 0 1 3.3 0zm-4.16 5.73c1.24-.43 2.66-.68 4.16-.68s2.92.25 4.16.68l-1.28-1.76c-.72-.57-1.75-.92-2.88-.92s-2.16.35-2.88.92z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/spider.svg b/mkdocs-material/material/templates/.icons/material/spider.svg new file mode 100644 index 0000000..a84d338 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/spider.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.29 16.71 1.42-1.42-3.21-3.18-3-.85 1.91-.26 4.19-3.2-1.2-1.6-3.81 2.85-2.68.45 3.2-3.19L17 1.76l-2 .48.86 3.45-1.1 1.14a3 3 0 0 0-5.52 0L8.11 5.69 9 2.24l-2-.48-1.11 4.55 3.2 3.19-2.69-.45L2.6 6.2 1.4 7.8 5.6 11l1.86.31-3 .85-3.17 3.13 1.42 1.42 2.79-2.82 2.37-.67L4 16.54V22h2v-4.54l1.56-1.34a4.5 4.5 0 0 0 8.88 0L18 17.46V22h2v-5.46l-3.87-3.32 2.37.67Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/spirit-level.svg b/mkdocs-material/material/templates/.icons/material/spirit-level.svg new file mode 100644 index 0000000..c75d263 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/spirit-level.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 8H2v8h20zm-4 6v-4h2v4zm-7-2h2a2 2 0 0 0 2-2h2v4H7v-4h2a2 2 0 0 0 2 2m-7 2v-4h2v4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/spoon-sugar.svg b/mkdocs-material/material/templates/.icons/material/spoon-sugar.svg new file mode 100644 index 0000000..b188b64 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/spoon-sugar.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 13H3v-3h3zm4-3H7v3h3zM8 6H5v3h3zm10 6c-3.75 0-5.72 1.25-7 2H2c0 2.21 1.79 4 4 4h1c1 0 1.92-.37 2.62-1 1.44-1.22 3.06-2.26 4.93-2.64 1.06-.21 2.23-.36 3.45-.36h4v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/spotify.svg b/mkdocs-material/material/templates/.icons/material/spotify.svg new file mode 100644 index 0000000..95c81b2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/spotify.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.9 10.9C14.7 9 9.35 8.8 6.3 9.75c-.5.15-1-.15-1.15-.6-.15-.5.15-1 .6-1.15 3.55-1.05 9.4-.85 13.1 1.35.45.25.6.85.35 1.3-.25.35-.85.5-1.3.25m-.1 2.8c-.25.35-.7.5-1.05.25-2.7-1.65-6.8-2.15-9.95-1.15-.4.1-.85-.1-.95-.5s.1-.85.5-.95c3.65-1.1 8.15-.55 11.25 1.35.3.15.45.65.2 1m-1.2 2.75c-.2.3-.55.4-.85.2-2.35-1.45-5.3-1.75-8.8-.95-.35.1-.65-.15-.75-.45-.1-.35.15-.65.45-.75 3.8-.85 7.1-.5 9.7 1.1.35.15.4.55.25.85M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/spotlight-beam.svg b/mkdocs-material/material/templates/.icons/material/spotlight-beam.svg new file mode 100644 index 0000000..2ee3c7f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/spotlight-beam.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m9 16.5.91-.91 5.22 5.21-.92.91zm6.5-6.5.91-.91 5.22 5.21-.92.91zM6.72 2.72l3.43 3.43-4 4-3.43-3.43c-.78-.78-.78-2.05 0-2.83l1.17-1.17c.78-.78 2.05-.78 2.83 0m7.85 4.78.71.71-7.07 7.07-.71-.71-.86-3.5 4.43-4.43z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/spotlight.svg b/mkdocs-material/material/templates/.icons/material/spotlight.svg new file mode 100644 index 0000000..2943574 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/spotlight.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m2 6 5.09 2.55C6.4 9.5 6 10.71 6 12s.4 2.5 1.09 3.45L2 18zm4-3h12l-2.55 4.09C14.5 6.4 13.29 6 12 6s-2.5.4-3.45 1.09zm16 3v12l-5.09-2.55C17.6 14.5 18 13.29 18 12s-.4-2.5-1.09-3.45zm-4 15H6l2.55-4.09C9.5 17.6 10.71 18 12 18s2.5-.4 3.45-1.09zM12 8a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m0 2a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/spray-bottle.svg b/mkdocs-material/material/templates/.icons/material/spray-bottle.svg new file mode 100644 index 0000000..335daa5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/spray-bottle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.72 10.43C14.68 8.39 14.5 4.66 14.5 4H13v2H9V4H7c0-1.1.9-2 2-2h7v1c0 .08.04 4.63 1.78 6.37zM17 2v2h1V2zm-2 10c-2-2-2-5-2-5H9v2c0 1 0 1-1 2s-1 2-1 2v7c0 1.1.9 2 2 2h4c1.1 0 2-.9 2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/spray.svg b/mkdocs-material/material/templates/.icons/material/spray.svg new file mode 100644 index 0000000..e936986 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/spray.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 4h2v2h-2zM7 3h2v2H7zm0 3h2v2H7zM6 8v2H4V8zm0-3v2H4V5zm0-3v2H4V2zm7 20a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2V7h1V4h3v3h1v1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2zm0-12v10h5V10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sprinkler-fire.svg b/mkdocs-material/material/templates/.icons/material/sprinkler-fire.svg new file mode 100644 index 0000000..2dcc173 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sprinkler-fire.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 21v2h2v-2zm6 0H9v2h2zm-4-3v2h2v-2zm4-3v2H9v-2zm4 6h-2v2h2zm-4-3v2h2v-2zm4-3v2h-2v-2zm4 6h-2v2h2zm-4-3v2h2v-2zm1-7v2H8v-2h3V5h2v6zm5-10v2h-3v3l-4 4V7.2l2-2V3H8v2.2l2 2V10L6 6V3H3V1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sprinkler-variant.svg b/mkdocs-material/material/templates/.icons/material/sprinkler-variant.svg new file mode 100644 index 0000000..bde20fa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sprinkler-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 10h4v12h-4zM7 9h2V7H7zM4 8h2V6H4zm0 3h2V9H4zm-3 2h2v-2H1zm0-6h2V5H1zm0 3h2V8H1zm17 1h2V9h-2zm3-1h2V8h-2zm0-5v2h2V5zm0 8h2v-2h-2zm-6-4h2V7h-2zm3-1h2V6h-2zm-8-1h.33L11 9h2l.67-2H14V6h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sprinkler.svg b/mkdocs-material/material/templates/.icons/material/sprinkler.svg new file mode 100644 index 0000000..57d506a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sprinkler.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 7h2v2h-2zM5 22h4V10H5zm9-11h2V9h-2zm3-1h2V8h-2zm0-5v2h2V5zm-3 3h2V6h-2zm3 5h2v-2h-2zM5 7h.33L6 9h2l.67-2H9V6H5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sprout-outline.svg b/mkdocs-material/material/templates/.icons/material/sprout-outline.svg new file mode 100644 index 0000000..6ac57c6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sprout-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 4.1V2.3l-1.8-.2c-.1 0-.7-.1-1.7-.1-4.1 0-7.1 1.2-8.8 3.3C9.4 4.5 7.6 4 5.5 4c-1 0-1.7.1-1.7.1l-1.9.3.1 1.7c.1 3 1.6 8.7 6.8 8.7H9v3.4c-3.8.5-7 1.8-7 1.8v2h20v-2s-3.2-1.3-7-1.8V15c6.3-.1 8-7.2 8-10.9M12 18h-1v-5.6S10.8 9 8 9c0 0 1.5.8 1.9 3.7-.4.1-.8.1-1.1.1C4.2 12.8 4 6.1 4 6.1S4.6 6 5.5 6c1.9 0 5 .4 5.9 3.1C11.9 4.6 17 4 19.5 4c.9 0 1.5.1 1.5.1s0 9-6.3 9H14c0-2 2-5 2-5-3 1-3 4.9-3 4.9v5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sprout.svg b/mkdocs-material/material/templates/.icons/material/sprout.svg new file mode 100644 index 0000000..64318d5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sprout.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 22v-2s5-2 10-2 10 2 10 2v2zm9.3-12.9c-1.2-3.9-7.3-3-7.3-3s.2 7.8 5.9 6.6C9.5 9.8 8 9 8 9c2.8 0 3 3.4 3 3.4V17h2v-4.2s0-3.9 3-4.9c0 0-2 3-2 5 7 .7 7-8.9 7-8.9s-8.9-1-9.7 5.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/square-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/square-circle-outline.svg new file mode 100644 index 0000000..23a0d08 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/square-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 12c0-3.31-2.69-6-6-6s-6 2.69-6 6 2.69 6 6 6 6-2.69 6-6m-6-4a3.999 3.999 0 1 1 .002 8.002A3.999 3.999 0 0 1 12 8m8-4H4v16h16zm2-2v20H2V2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/square-circle.svg b/mkdocs-material/material/templates/.icons/material/square-circle.svg new file mode 100644 index 0000000..92fb0b0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/square-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 4v16H4V4zm2-2H2v20h20zM12 6c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/square-edit-outline.svg b/mkdocs-material/material/templates/.icons/material/square-edit-outline.svg new file mode 100644 index 0000000..4a5ad8a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/square-edit-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7h-2v7H5V5h7V3zm12.78 1a.7.7 0 0 0-.48.2l-1.22 1.21 2.5 2.5L19.8 6.7c.26-.26.26-.7 0-.95L18.25 4.2c-.13-.13-.3-.2-.47-.2m-2.41 2.12L8 13.5V16h2.5l7.37-7.38z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/square-medium-outline.svg b/mkdocs-material/material/templates/.icons/material/square-medium-outline.svg new file mode 100644 index 0000000..f5ca4d5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/square-medium-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 10v4h-4v-4zm2-2H8v8h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/square-medium.svg b/mkdocs-material/material/templates/.icons/material/square-medium.svg new file mode 100644 index 0000000..6ba6777 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/square-medium.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 8H8v8h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/square-off-outline.svg b/mkdocs-material/material/templates/.icons/material/square-off-outline.svg new file mode 100644 index 0000000..90b4560 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/square-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.11 21.46 2.39 1.73 1.11 3 3 4.89V21h16.11l1.73 1.73zM5 19V6.89L17.11 19zM8.2 5l-2-2H21v14.8l-2-2V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/square-off.svg b/mkdocs-material/material/templates/.icons/material/square-off.svg new file mode 100644 index 0000000..e399b92 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/square-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.84 22.73 19.11 21H3V4.89L1.11 3l1.28-1.27 19.72 19.73zM21 3H6.2L21 17.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/square-opacity.svg b/mkdocs-material/material/templates/.icons/material/square-opacity.svg new file mode 100644 index 0000000..5a2bc83 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/square-opacity.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 13v-2h2v2zm2-4V7h-2v2zm0-6h-2v2h2zm-4 12h2v-2h-2zm4 2v-2h-2v2zm-8 0v-2h2v-2h-2v-2h2V9h-2V7h2V5h-2V3H3v18h10v-2h2v-2zm2 4h2v-2h-2zm2-18h-2v2h2zm0 8h2V9h-2zm-2 6h2v-2h-2zm2 2h2v-2h-2zm4 2v-2h-2v2zM15 9h2V7h-2zm0 4h2v-2h-2zm2-8v2h2V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/square-outline.svg b/mkdocs-material/material/templates/.icons/material/square-outline.svg new file mode 100644 index 0000000..8ae2c8c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/square-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3h18v18H3zm2 2v14h14V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/square-root-box.svg b/mkdocs-material/material/templates/.icons/material/square-root-box.svg new file mode 100644 index 0000000..eb05ebc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/square-root-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm6.24 3H19v2h-6.24L10 18H8l-1.75-6H5v-2h2.75L9 14.28zM14 10.59l1.79 1.79 1.8-1.79L19 12l-1.79 1.79 1.79 1.8L17.59 17l-1.8-1.79L14 17l-1.41-1.41 1.79-1.8L12.59 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/square-root.svg b/mkdocs-material/material/templates/.icons/material/square-root.svg new file mode 100644 index 0000000..cfd7584 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/square-root.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.76 16.83 14.59 14l-2.83-2.83 1.41-1.41L16 12.59l2.83-2.83 1.41 1.41L17.41 14l2.83 2.83-1.41 1.41L16 15.41l-2.83 2.83zM2 11h3l2.29 5.4L10 6h12v2H11.55L8.68 19H6.22l-2.54-6H2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/square-rounded-badge-outline.svg b/mkdocs-material/material/templates/.icons/material/square-rounded-badge-outline.svg new file mode 100644 index 0000000..c313397 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/square-rounded-badge-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.5 8C21.43 8 23 6.43 23 4.5S21.43 1 19.5 1 16 2.57 16 4.5 17.57 8 19.5 8m1.5 8V9.79q-.75.21-1.5.21H19v6c0 1.66-1.34 3-3 3H8c-1.66 0-3-1.34-3-3V8c0-1.66 1.34-3 3-3h6v-.5q0-.75.21-1.5H8C5.24 3 3 5.24 3 8v8c0 2.76 2.24 5 5 5h8c2.76 0 5-2.24 5-5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/square-rounded-badge.svg b/mkdocs-material/material/templates/.icons/material/square-rounded-badge.svg new file mode 100644 index 0000000..3f5d503 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/square-rounded-badge.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.5 8C21.43 8 23 6.43 23 4.5S21.43 1 19.5 1 16 2.57 16 4.5 17.57 8 19.5 8m0 2q.75 0 1.5-.21V16c0 2.76-2.24 5-5 5H8c-2.76 0-5-2.24-5-5V8c0-2.76 2.24-5 5-5h6.21Q14 3.75 14 4.5c0 3.04 2.46 5.5 5.5 5.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/square-rounded-outline.svg b/mkdocs-material/material/templates/.icons/material/square-rounded-outline.svg new file mode 100644 index 0000000..357e42b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/square-rounded-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 3h8c2.76 0 5 2.24 5 5v8c0 2.76-2.24 5-5 5H8c-2.76 0-5-2.24-5-5V8c0-2.76 2.24-5 5-5m0 2C6.34 5 5 6.34 5 8v8c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V8c0-1.66-1.34-3-3-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/square-rounded.svg b/mkdocs-material/material/templates/.icons/material/square-rounded.svg new file mode 100644 index 0000000..cf518e1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/square-rounded.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 3h8c2.76 0 5 2.24 5 5v8c0 2.76-2.24 5-5 5H8c-2.76 0-5-2.24-5-5V8c0-2.76 2.24-5 5-5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/square-small.svg b/mkdocs-material/material/templates/.icons/material/square-small.svg new file mode 100644 index 0000000..f3369af --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/square-small.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 14v-4h4v4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/square-wave.svg b/mkdocs-material/material/templates/.icons/material/square-wave.svg new file mode 100644 index 0000000..3368ce6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/square-wave.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 2v10h2V4h7v18h11V12h-2v8h-7V2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/square.svg b/mkdocs-material/material/templates/.icons/material/square.svg new file mode 100644 index 0000000..50e39f5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/square.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3v18h18V3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/squeegee.svg b/mkdocs-material/material/templates/.icons/material/squeegee.svg new file mode 100644 index 0000000..bcacb69 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/squeegee.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 2v3H2V2zM2 8h5l2 2h1v10a2 2 0 0 0 2 2 2 2 0 0 0 2-2V10h1l2-2h5V6H2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ssh.svg b/mkdocs-material/material/templates/.icons/material/ssh.svg new file mode 100644 index 0000000..d5c874f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ssh.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.5 9c-.6 0-1 .5-1 1v1.75c0 .5.4 1 1 1H7v.75H3.5V15h4c.6 0 1-.5 1-1v-1.75c0-.5-.4-1-1-1H5v-.75h3.5V9zm6 0c-.6 0-1 .5-1 1v1.75c0 .5.4 1 1 1H13v.75H9.5V15h4c.6 0 1-.5 1-1v-1.75c0-.5-.4-1-1-1H11v-.75h3.5V9zm5 0v6H17v-2.5h2V15h1.5V9H19v2h-2V9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/stack-exchange.svg b/mkdocs-material/material/templates/.icons/material/stack-exchange.svg new file mode 100644 index 0000000..a753cdd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/stack-exchange.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.9 10.72H20v3.31H3.9zm0-4.28H20v3.31H3.9zM17.5 2h-11C5.06 2 3.9 3.18 3.9 4.65v.85H20v-.85C20 3.18 18.88 2 17.5 2M3.9 15v.84c0 1.47 1.16 2.66 2.6 2.66h6.87V22l3.4-3.5h.73c1.44 0 2.61-1.19 2.61-2.66V15z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/stack-overflow.svg b/mkdocs-material/material/templates/.icons/material/stack-overflow.svg new file mode 100644 index 0000000..14a95eb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/stack-overflow.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.36 20.2v-5.38h1.79V22H3v-7.18h1.8v5.38zM6.77 14.32l.37-1.76 8.79 1.85-.37 1.76zm1.16-4.21.76-1.61 8.14 3.78-.76 1.62zm2.26-3.99 1.15-1.38 6.9 5.76-1.15 1.37zm4.45-4.25L20 9.08l-1.44 1.07-5.36-7.21zM6.59 18.41v-1.8h8.98v1.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/stackpath.svg b/mkdocs-material/material/templates/.icons/material/stackpath.svg new file mode 100644 index 0000000..3cb2591 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/stackpath.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.91 8c-.87 0-1.59.2-2.15.61-.57.39-.85.92-.85 1.58s.24 1.18.71 1.53c.48.35 1.2.69 2.18 1 .47.16.8.32.98.47s.27.36.27.64c0 .24-.09.43-.27.58s-.46.22-.84.22c-.49 0-.85-.09-1.09-.28-.25-.19-.35-.51-.35-.96H1.72l-.01.03c-.01.83.29 1.47.95 1.91.64.45 1.4.67 2.28.67s1.56-.2 2.12-.58c.53-.39.8-.92.8-1.61 0-.67-.23-1.2-.67-1.58-.45-.39-1.11-.73-1.99-.97-.58-.21-.97-.38-1.2-.52-.19-.14-.29-.32-.29-.54 0-.24.1-.44.29-.6.22-.16.5-.24.87-.24s.66.1.87.29c.22.19.33.47.32.76H7.8l.02-.04c.02-.69-.25-1.26-.82-1.71C6.47 8.22 5.77 8 4.91 8M9 8.05v7.88h1.84v-2.7h1.12c.93 0 1.67-.23 2.22-.73.55-.45.82-1.08.82-1.86 0-.77-.27-1.39-.82-1.87q-.825-.72-2.22-.72zm8.24 0-2.74 7.88h1.72L19 8.05m1.5 0-2.71 7.88h1.71l2.79-7.88M10.84 9.46h1.12c.39 0 .7.11.9.34.21.2.31.51.31.85 0 .35-.1.63-.31.85-.2.21-.51.32-.9.32h-1.12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/stadium-outline.svg b/mkdocs-material/material/templates/.icons/material/stadium-outline.svg new file mode 100644 index 0000000..b42ced7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/stadium-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 5 3 7V3zm11-2v4l4-2zm-7-1v4l4-2zm2 16h-2v4c-5.1-.1-9-1.4-9-3v-9c0-1.7 4.5-3 10-3s10 1.3 10 3v9c0 1.6-4 2.9-9 3zm-8-8c1.4.5 3.8 1 7 1s5.6-.5 7-1c0-.2-2.8-1-7-1s-7 .9-7 1m15 1.8c-1.8.7-4.7 1.2-8 1.2s-6.2-.5-8-1.2v6.8c.6.4 2.4 1 5 1.3V16h6v3.9c2.6-.3 4.4-.9 5-1.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/stadium-variant.svg b/mkdocs-material/material/templates/.icons/material/stadium-variant.svg new file mode 100644 index 0000000..aba6dd2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/stadium-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3h2l3 2-3 2v1.33C8.47 8.12 10.18 8 12 8s3.53.12 5 .33V3h2l3 2-3 2v1.71c1.85.46 3 1.09 3 1.79 0 1.38-4.5 2.5-10 2.5S2 11.88 2 10.5c0-.7 1.15-1.33 3-1.79zm7 6.5c-3.31 0-5 .17-5 1s1.69 1 5 1 5-.17 5-1-1.69-1-5-1m0 5.25c3.81 0 7.2-.67 9.4-1.7L20 21h-5v-2a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v2H4l-1.4-7.95c2.2 1.03 5.59 1.7 9.4 1.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/stadium.svg b/mkdocs-material/material/templates/.icons/material/stadium.svg new file mode 100644 index 0000000..842ee89 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/stadium.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 5 3 7V3zm11-2v4l4-2zm-7-1v4l4-2zm-6 8c1.4.5 3.8 1 7 1s5.6-.5 7-1c0-.2-2.8-1-7-1s-7 .9-7 1m10 7H9v4.9c-4.1-.4-7-1.5-7-2.9v-9c0-1.7 4.5-3 10-3s10 1.3 10 3v9c0 1.3-2.9 2.5-7 2.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/stairs-box.svg b/mkdocs-material/material/templates/.icons/material/stairs-box.svg new file mode 100644 index 0000000..d844e55 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/stairs-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3c-1.11 0-2 .89-2 2v14c0 1.11.89 2 2 2h14c1.11 0 2-.89 2-2V5c0-1.11-.89-2-2-2zm9 4h5v2h-3v3h-3v3h-3v3H5v-2h3v-3h3v-3h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/stairs-down.svg b/mkdocs-material/material/templates/.icons/material/stairs-down.svg new file mode 100644 index 0000000..e179a1f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/stairs-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 6h7v3h-4v4h-4v4h-4v4H3v-3h4v-4h4v-4h4zM4.83 8.34l5.51-5.51 1.83 1.83-5.51 5.51L8.5 12H3V6.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/stairs-up.svg b/mkdocs-material/material/templates/.icons/material/stairs-up.svg new file mode 100644 index 0000000..acabaf8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/stairs-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 6h7v3h-4v4h-4v4h-4v4H3v-3h4v-4h4v-4h4zm-4.83.66-5.51 5.51-1.83-1.83 5.51-5.51L6.5 3H12v5.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/stairs.svg b/mkdocs-material/material/templates/.icons/material/stairs.svg new file mode 100644 index 0000000..1d9ec28 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/stairs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 5v4h-4v4H7v4H3v3h7v-4h4v-4h4V8h4V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/stamper.svg b/mkdocs-material/material/templates/.icons/material/stamper.svg new file mode 100644 index 0000000..5939dfc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/stamper.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3a3 3 0 0 0-3 3c0 3 5 7-3 7a2 2 0 0 0-2 2v2h16v-2a2 2 0 0 0-2-2c-8 0-3-4-3-7 0-2-1.34-3-3-3M6 19v2h12v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/standard-definition.svg b/mkdocs-material/material/templates/.icons/material/standard-definition.svg new file mode 100644 index 0000000..88a497d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/standard-definition.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 7h3a3 3 0 0 1 3 3v4a3 3 0 0 1-3 3h-3zm3 8a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1h-1v6zM7 7h4v2H7v2h2a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H5v-2h4v-2H7a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/star-box-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/star-box-multiple-outline.svg new file mode 100644 index 0000000..059a5c8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/star-box-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 6v14h14v2H3c-.6 0-1-.4-1-1V6zm8.1 4.6-1.9-1.8 2.6-.4L14 6l1.2 2.4 2.6.4-1.9 1.9.4 2.6L14 12l-2.4 1.2zM8 2h12a2 2 0 0 1 2 2v12c0 1.11-.89 2-2 2H8a2 2 0 0 1-2-2V4c0-1.1.9-2 2-2m0 2v12h12V4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/star-box-multiple.svg b/mkdocs-material/material/templates/.icons/material/star-box-multiple.svg new file mode 100644 index 0000000..70e085e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/star-box-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 6v14h14v2H3c-.6 0-1-.4-1-1V6zm4-4h12a2 2 0 0 1 2 2v12c0 1.11-.89 2-2 2H8a2 2 0 0 1-2-2V4c0-1.1.9-2 2-2m8.3 11.3-.4-2.6 1.9-1.9-2.6-.4L14 6l-1.2 2.4-2.6.4 1.9 1.8-.5 2.6L14 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/star-box-outline.svg b/mkdocs-material/material/templates/.icons/material/star-box-outline.svg new file mode 100644 index 0000000..d8f4687 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/star-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.58 17 12 14.84 8.42 17l.95-4.07-3.16-2.73 4.17-.36L12 6l1.62 3.83 4.17.36-3.16 2.73zM19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zM5 5v14h14V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/star-box.svg b/mkdocs-material/material/templates/.icons/material/star-box.svg new file mode 100644 index 0000000..4f484f9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/star-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm-3.42 14-.95-4.08 3.16-2.73-4.17-.36L12 6l-1.62 3.84-4.17.36 3.16 2.73L8.42 17 12 14.84z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/star-check-outline.svg b/mkdocs-material/material/templates/.icons/material/star-check-outline.svg new file mode 100644 index 0000000..dff85a3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/star-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m5.8 21 1.6-7L2 9.2l7.2-.6L12 2l2.8 6.6 7.2.6-3.2 2.8H18c-.7 0-1.4.1-2.1.4l2.2-1.9-4.4-.4-1.7-4-1.7 4-4.4.4 3.3 2.9-1 4.3 3.8-2.3.5.3c-.2.5-.4 1.1-.4 1.6zm12 .2-2.8-3 1.2-1.2 1.6 1.6 3.6-3.6 1.2 1.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/star-check.svg b/mkdocs-material/material/templates/.icons/material/star-check.svg new file mode 100644 index 0000000..7cffcfa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/star-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m5.8 21 1.6-7L2 9.2l7.2-.6L12 2l2.8 6.6 7.2.6-3.2 2.8H18c-3.1 0-5.6 2.3-6 5.3zm12 .2 4.8-4.8-1.3-1.4-3.6 3.6-1.5-1.6-1.2 1.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/star-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/star-circle-outline.svg new file mode 100644 index 0000000..0b4e51d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/star-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m8.58 17.25.92-3.89-3-2.58 3.95-.37L12 6.8l1.55 3.65 3.95.33-3 2.58.92 3.89L12 15.19zM12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/star-circle.svg b/mkdocs-material/material/templates/.icons/material/star-circle.svg new file mode 100644 index 0000000..812b47f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/star-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.23 18 12 15.45 7.77 18l1.12-4.81-3.73-3.23 4.92-.42L12 5l1.92 4.53 4.92.42-3.73 3.23zM12 2C6.47 2 2 6.5 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/star-cog-outline.svg b/mkdocs-material/material/templates/.icons/material/star-cog-outline.svg new file mode 100644 index 0000000..6a3955d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/star-cog-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10.29 10.13-4.38.37 3.32 2.88-.99 4.28L12 15.39l.76.46c-.26.48-.44 1-.57 1.54l-.19-.12L5.82 21l1.63-7.03L2 9.24l7.19-.61L12 2l2.81 6.63 7.19.61L18.8 12a6.98 6.98 0 0 0-4.02 1.43l-.01-.05 3.32-2.88-4.38-.37L12 6.09zm13.54 10.51-1 1.73c-.07.13-.2.13-.33.13l-1.23-.5c-.27.18-.54.34-.84.47l-.19 1.32c-.02.12-.13.21-.24.21h-2c-.14 0-.24-.09-.26-.21l-.19-1.32c-.31-.12-.59-.29-.85-.47l-1.24.5c-.12 0-.25 0-.31-.13l-1-1.73a.26.26 0 0 1 .06-.32l1.06-.82a4.2 4.2 0 0 1 0-1l-1.06-.82a.25.25 0 0 1-.06-.32l1-1.73c.07-.13.2-.13.31-.13l1.24.5c.26-.18.55-.34.85-.47l.19-1.32A.26.26 0 0 1 18 14h2c.11 0 .22.09.23.21l.19 1.32c.31.12.58.29.85.47l1.23-.5c.13 0 .26 0 .32.13l1 1.73c.06.11.03.24-.06.32l-1.06.82c.03.17.04.33.04.5s-.02.33-.04.5l1.07.82c.09.08.12.21.06.32M20.5 19c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5.66 1.5 1.5 1.5c.83 0 1.5-.67 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/star-cog.svg b/mkdocs-material/material/templates/.icons/material/star-cog.svg new file mode 100644 index 0000000..f11770d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/star-cog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.8 12c-3.21.1-5.89 2.37-6.61 5.39l-.19-.12L5.82 21l1.63-7.03L2 9.24l7.19-.62L12 2l2.81 6.62 7.19.62zm5.03 8.64-1 1.73c-.07.13-.2.13-.33.13l-1.23-.5c-.27.18-.54.34-.84.47l-.19 1.32c-.02.12-.13.21-.24.21h-2c-.14 0-.24-.09-.26-.21l-.19-1.32c-.31-.12-.59-.29-.85-.47l-1.24.5c-.12 0-.25 0-.31-.13l-1-1.73a.26.26 0 0 1 .06-.32l1.06-.82a4.2 4.2 0 0 1 0-1l-1.06-.82a.25.25 0 0 1-.06-.32l1-1.73c.07-.13.2-.13.31-.13l1.24.5c.26-.18.55-.34.85-.47l.19-1.32A.26.26 0 0 1 18 14h2c.11 0 .22.09.23.21l.19 1.32c.31.12.58.29.85.47l1.23-.5c.13 0 .26 0 .32.13l1 1.73c.06.11.03.24-.06.32l-1.06.82c.03.17.04.33.04.5s-.02.33-.04.5l1.07.82c.09.08.12.21.06.32M20.5 19c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5.66 1.5 1.5 1.5c.83 0 1.5-.67 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/star-crescent.svg b/mkdocs-material/material/templates/.icons/material/star-crescent.svg new file mode 100644 index 0000000..388ff9f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/star-crescent.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.3 2H12A10 10 0 0 0 2 12a10 10 0 0 0 10 10c3 0 4.7-1 6.5-2.5C13 21 8 17 8 12s5-9 10.5-7.5A8.56 8.56 0 0 0 12.3 2m4.5 4.2-1.5 3.5-3.7.3 2.9 2.5-.9 3.5 3.2-2 3.2 2-1-3.5 3-2.5-3.7-.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/star-david.svg b/mkdocs-material/material/templates/.icons/material/star-david.svg new file mode 100644 index 0000000..c1ad2e1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/star-david.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2 9.1 7H3.3l3 5-3 5h5.8l2.9 5 2.9-5h5.8l-3-5 3-5h-5.8zm0 3 1.2 2h-2.4zM8.2 8.5l-1.1 2-1.2-2zm1.8 0h4l2 3.5-2 3.5h-4L8 12zm8 0-1.2 2-1.1-2zm-10.9 5 1.1 2H6zm9.8 0 1.2 2h-2.3zM13.3 17 12 19l-1.2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/star-face.svg b/mkdocs-material/material/templates/.icons/material/star-face.svg new file mode 100644 index 0000000..5b30518 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/star-face.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2.5 8.42 8.06 2 9.74l4.2 5.14-.38 6.62L12 19.09l6.18 2.41-.38-6.62L22 9.74l-6.42-1.68zm-2.62 8c.62 0 1.12.5 1.12 1.13a1.12 1.12 0 0 1-1.12 1.12c-.63 0-1.13-.5-1.13-1.12 0-.63.5-1.13 1.13-1.13m5.25 0c.62 0 1.12.5 1.12 1.13a1.12 1.12 0 0 1-1.12 1.12c-.63 0-1.13-.5-1.13-1.12 0-.63.5-1.13 1.13-1.13M9 15h6a3.249 3.249 0 0 1-6 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/star-four-points-box-outline.svg b/mkdocs-material/material/templates/.icons/material/star-four-points-box-outline.svg new file mode 100644 index 0000000..2f3fb2c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/star-four-points-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 17 1.56-3.42L17 12l-3.44-1.56L12 7l-1.57 3.44L7 12l3.43 1.58zM5 3h14a2 2 0 0 1 2 2v14c0 .53-.21 1.04-.59 1.41-.37.38-.88.59-1.41.59H5c-.53 0-1.04-.21-1.41-.59C3.21 20.04 3 19.53 3 19V5c0-1.11.89-2 2-2m0 16h14V5H5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/star-four-points-box.svg b/mkdocs-material/material/templates/.icons/material/star-four-points-box.svg new file mode 100644 index 0000000..c04125c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/star-four-points-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3h14a2 2 0 0 1 2 2v14c0 .53-.21 1.04-.59 1.41-.37.38-.88.59-1.41.59H5c-.53 0-1.04-.21-1.41-.59C3.21 20.04 3 19.53 3 19V5c0-1.11.89-2 2-2m7 14 1.56-3.42L17 12l-3.44-1.56L12 7l-1.57 3.44L7 12l3.43 1.58z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/star-four-points-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/star-four-points-circle-outline.svg new file mode 100644 index 0000000..b29a5fe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/star-four-points-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 17 1.56-3.42L17 12l-3.44-1.56L12 7l-1.57 3.44L7 12l3.43 1.58zM8.17 2.76A10.1 10.1 0 0 1 12 2c1.31 0 2.61.26 3.83.76 1.21.5 2.31 1.24 3.24 2.17s1.67 2.03 2.17 3.24c.5 1.22.76 2.52.76 3.83 0 2.65-1.05 5.2-2.93 7.07A9.97 9.97 0 0 1 12 22a10.1 10.1 0 0 1-3.83-.76 10 10 0 0 1-3.24-2.17A9.97 9.97 0 0 1 2 12c0-2.65 1.05-5.2 2.93-7.07.93-.93 2.03-1.67 3.24-2.17m-1.83 14.9C7.84 19.16 9.88 20 12 20s4.16-.84 5.66-2.34S20 14.12 20 12s-.84-4.16-2.34-5.66A8 8 0 0 0 12 4c-2.12 0-4.16.84-5.66 2.34A8 8 0 0 0 4 12c0 2.12.84 4.16 2.34 5.66"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/star-four-points-circle.svg b/mkdocs-material/material/templates/.icons/material/star-four-points-circle.svg new file mode 100644 index 0000000..181029f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/star-four-points-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.17 2.76A10.1 10.1 0 0 1 12 2c1.31 0 2.61.26 3.83.76 1.21.5 2.31 1.24 3.24 2.17s1.67 2.03 2.17 3.24c.5 1.22.76 2.52.76 3.83 0 2.65-1.05 5.2-2.93 7.07A9.97 9.97 0 0 1 12 22a10.1 10.1 0 0 1-3.83-.76 10 10 0 0 1-3.24-2.17A9.97 9.97 0 0 1 2 12c0-2.65 1.05-5.2 2.93-7.07.93-.93 2.03-1.67 3.24-2.17M12 17l1.56-3.42L17 12l-3.44-1.56L12 7l-1.57 3.44L7 12l3.43 1.58z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/star-four-points-outline.svg b/mkdocs-material/material/templates/.icons/material/star-four-points-outline.svg new file mode 100644 index 0000000..56c40a9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/star-four-points-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 6.7 1.45 3.85L17.3 12l-3.85 1.45L12 17.3l-1.45-3.85L6.7 12l3.85-1.45zM12 1 9 9l-8 3 8 3 3 8 3-8 8-3-8-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/star-four-points-small.svg b/mkdocs-material/material/templates/.icons/material/star-four-points-small.svg new file mode 100644 index 0000000..5c093e4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/star-four-points-small.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.74 10.75 12 8l1.25 2.75L16 12l-2.75 1.26L12 16l-1.26-2.74L8 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/star-four-points.svg b/mkdocs-material/material/templates/.icons/material/star-four-points.svg new file mode 100644 index 0000000..5385aa1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/star-four-points.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1 9 9l-8 3 8 3 3 8 3-8 8-3-8-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/star-half-full.svg b/mkdocs-material/material/templates/.icons/material/star-half-full.svg new file mode 100644 index 0000000..30ced69 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/star-half-full.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 15.4V6.1l1.71 4.03 4.38.37-3.32 2.89.99 4.28M22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.45 4.73L5.82 21 12 17.27 18.18 21l-1.64-7.03z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/star-half.svg b/mkdocs-material/material/templates/.icons/material/star-half.svg new file mode 100644 index 0000000..82b908b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/star-half.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2 9.19 8.62 2 9.24l5.45 4.73L5.82 21 12 17.27z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/star-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/star-minus-outline.svg new file mode 100644 index 0000000..1b2d288 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/star-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m5.8 21 1.6-7L2 9.2l7.2-.6L12 2l2.8 6.6 7.2.6-3.2 2.8H18c-.7 0-1.4.1-2.1.4l2.2-1.9-4.4-.4-1.7-4-1.7 4-4.4.4 3.3 2.9-1 4.3 3.8-2.3.5.3c-.2.5-.4 1.1-.4 1.6zm8.2-4v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/star-minus.svg b/mkdocs-material/material/templates/.icons/material/star-minus.svg new file mode 100644 index 0000000..898233a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/star-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m5.8 21 1.6-7L2 9.2l7.2-.6L12 2l2.8 6.6 7.2.6-3.2 2.8H18c-3.1 0-5.6 2.3-6 5.3zm8.2-4v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/star-off-outline.svg b/mkdocs-material/material/templates/.icons/material/star-off-outline.svg new file mode 100644 index 0000000..626e0a4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/star-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.1 21.5 2.4 1.7 1.1 3l5.8 5.8-4.9.4L7.5 14l-1.6 7 6.2-3.7 6.2 3.7-.3-1.2 2.9 2.9zm-6.3-3.8L12 15.4l-3.8 2.3 1-4.3-3.3-2.9 2.5-.2zM11.2 8 10 6.8 12 2l2.8 6.6 7.2.6-5.1 4.4-1.1-1.1 2.4-2-4.4-.4-1.7-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/star-off.svg b/mkdocs-material/material/templates/.icons/material/star-off.svg new file mode 100644 index 0000000..f1b9432 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/star-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.8 22.7-2.9-2.9.3 1.2-6.2-3.7L5.8 21l1.6-7L2 9.2l4.9-.4L1.1 3l1.3-1.3 19.7 19.7zM22 9.2l-7.2-.6L12 2l-2 4.8 6.9 6.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/star-outline.svg b/mkdocs-material/material/templates/.icons/material/star-outline.svg new file mode 100644 index 0000000..777caa1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/star-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 15.39-3.76 2.27.99-4.28-3.32-2.88 4.38-.37L12 6.09l1.71 4.04 4.38.37-3.32 2.88.99 4.28M22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.45 4.73L5.82 21 12 17.27 18.18 21l-1.64-7.03z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/star-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/star-plus-outline.svg new file mode 100644 index 0000000..d049dc0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/star-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m5.8 21 1.6-7L2 9.2l7.2-.6L12 2l2.8 6.6 7.2.6-3.2 2.8H18c-.7 0-1.4.1-2.1.4l2.2-1.9-4.4-.4-1.7-4-1.7 4-4.4.4 3.3 2.9-1 4.3 3.8-2.3.5.3c-.2.5-.4 1.1-.4 1.6zM17 14v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/star-plus.svg b/mkdocs-material/material/templates/.icons/material/star-plus.svg new file mode 100644 index 0000000..b773cf1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/star-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m5.8 21 1.6-7L2 9.2l7.2-.6L12 2l2.8 6.6 7.2.6-3.2 2.8H18c-3.1 0-5.6 2.3-6 5.3zM17 14v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/star-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/star-remove-outline.svg new file mode 100644 index 0000000..2a71c2d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/star-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m5.8 21 1.6-7L2 9.2l7.2-.6L12 2l2.8 6.6 7.2.6-3.2 2.8H18c-.7 0-1.4.1-2.1.4l2.2-1.9-4.4-.4-1.7-4-1.7 4-4.4.4 3.3 2.9-1 4.3 3.8-2.3.5.3c-.2.5-.4 1.1-.4 1.6zm14.3-6.5L18 16.6l-2.1-2.1-1.4 1.4 2.1 2.1-2.1 2.1 1.4 1.4 2.1-2.1 2.1 2.1 1.4-1.4-2.1-2.1 2.1-2.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/star-remove.svg b/mkdocs-material/material/templates/.icons/material/star-remove.svg new file mode 100644 index 0000000..757c71e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/star-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m5.8 21 1.6-7L2 9.2l7.2-.6L12 2l2.8 6.6 7.2.6-3.2 2.8H18c-3.1 0-5.6 2.3-6 5.3zm14.3-6.5L18 16.6l-2.1-2.1-1.4 1.4 2.1 2.1-2.1 2.1 1.4 1.4 2.1-2.1 2.1 2.1 1.4-1.4-2.1-2.1 2.1-2.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/star-settings-outline.svg b/mkdocs-material/material/templates/.icons/material/star-settings-outline.svg new file mode 100644 index 0000000..56ed697 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/star-settings-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 22h2v2h-2zm-4 2h2v-2H7zm8 0h2v-2h-2zm1.54-10.03L18.18 21 12 17.27 5.82 21l1.63-7.03L2 9.24l7.19-.61L12 2l2.81 6.63 7.19.61zm-.78 3.69-.99-4.28 3.32-2.88-4.38-.37L12 6.09l-1.71 4.04-4.38.37 3.32 2.88-.99 4.28L12 15.39z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/star-settings.svg b/mkdocs-material/material/templates/.icons/material/star-settings.svg new file mode 100644 index 0000000..b1fb3a4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/star-settings.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 22h2v2H7zm4 2h2v-2h-2zm4 0h2v-2h-2zm7-14.76-7.19-.62L12 2 9.19 8.62 2 9.24l5.45 4.73L5.82 21 12 17.27 18.18 21l-1.64-7.03z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/star-shooting-outline.svg b/mkdocs-material/material/templates/.icons/material/star-shooting-outline.svg new file mode 100644 index 0000000..93fdd3f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/star-shooting-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23 7.5-6.47-.54L14 1l-2.53 5.96L5 7.5l4.9 4.27-1.46 6.33L14 14.74l5.56 3.36-1.47-6.33zm-6.86 4.73.4 1.71-1.51-.91-1.03-.62-1.03.62-1.51.91.39-1.71.28-1.18-.91-.79L9.88 9.1l1.76-.15 1.2-.1.47-1.11.69-1.62.69 1.62.47 1.11 1.2.1 1.75.15-1.33 1.16-.92.79zM1.16 12c-.299-.5-.171-1.11.29-1.41l2.73-1.8 1.57 1.36-3.2 2.11c-.17.11-.36.17-.55.17-.32 0-.64-.16-.84-.43m.29 8.16 5.86-3.85L7 17.76l-.34 1.37-4.11 2.71c-.17.11-.36.16-.55.16-.32 0-.64-.16-.84-.45a1.013 1.013 0 0 1 .29-1.39m5.87-8.66.92.81-.27 1.19-5.42 3.55c-.17.11-.36.16-.55.16-.32 0-.64-.15-.84-.45a1 1 0 0 1 .29-1.38z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/star-shooting.svg b/mkdocs-material/material/templates/.icons/material/star-shooting.svg new file mode 100644 index 0000000..1cb4074 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/star-shooting.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18.09 11.77 1.47 6.33L14 14.74 8.44 18.1l1.46-6.33L5 7.5l6.47-.54L14 1l2.53 5.96L23 7.5zM2 12.43c.19 0 .38-.06.55-.17l3.2-2.11-1.57-1.36-2.73 1.8c-.461.3-.589.91-.29 1.41.2.27.52.43.84.43m-.84 9.12c.2.29.52.45.84.45.19 0 .38-.05.55-.16l4.11-2.71.34-1.37.31-1.45-5.86 3.85c-.461.31-.589.93-.29 1.39m.29-6.17a1 1 0 0 0-.29 1.38c.2.3.52.45.84.45.19 0 .38-.05.55-.16l5.42-3.55.27-1.19-.92-.81z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/star-three-points-outline.svg b/mkdocs-material/material/templates/.icons/material/star-three-points-outline.svg new file mode 100644 index 0000000..12f065d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/star-three-points-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 9.5 1.2 4 2.8 3-4-.9-4.1.9 2.8-3zm0-6.9-3 9.8-7 7.5 10-2.3L22 20l-7-7.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/star-three-points.svg b/mkdocs-material/material/templates/.icons/material/star-three-points.svg new file mode 100644 index 0000000..25d72ba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/star-three-points.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 2.6-3 9.8-7 7.5 10-2.3L22 20l-7-7.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/star.svg b/mkdocs-material/material/templates/.icons/material/star.svg new file mode 100644 index 0000000..b220140 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/star.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.62L12 2 9.19 8.62 2 9.24l5.45 4.73L5.82 21z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/state-machine.svg b/mkdocs-material/material/templates/.icons/material/state-machine.svg new file mode 100644 index 0000000..fbea369 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/state-machine.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.27 17.05A2.991 2.991 0 0 1 4 22c-1.66 0-3-1.34-3-3s1.34-3 3-3c.18 0 .36 0 .53.05l3.07-5.36-1.74-.99 4.09-1.12 1.12 4.09-1.74-.99zM20 16c-1.3 0-2.4.84-2.82 2H11v-2l-3 3 3 3v-2h6.18c.42 1.16 1.52 2 2.82 2 1.66 0 3-1.34 3-3s-1.34-3-3-3m-8-8c.18 0 .36 0 .53-.05l3.07 5.36-1.74.99 4.09 1.12 1.12-4.09-1.74.99-3.06-5.37A2.991 2.991 0 0 0 12 2c-1.66 0-3 1.34-3 3s1.34 3 3 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/steam.svg b/mkdocs-material/material/templates/.icons/material/steam.svg new file mode 100644 index 0000000..bea7e23 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/steam.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10c-4.6 0-8.45-3.08-9.64-7.27l3.83 1.58a2.84 2.84 0 0 0 2.78 2.27c1.56 0 2.83-1.27 2.83-2.83v-.13l3.4-2.43h.08c2.08 0 3.77-1.69 3.77-3.77s-1.69-3.77-3.77-3.77-3.78 1.69-3.78 3.77v.05l-2.37 3.46-.16-.01c-.59 0-1.14.18-1.59.49L2 11.2C2.43 6.05 6.73 2 12 2M8.28 17.17c.8.33 1.72-.04 2.05-.84s-.05-1.71-.83-2.04l-1.28-.53c.49-.18 1.04-.19 1.56.03.53.21.94.62 1.15 1.15.22.52.22 1.1 0 1.62-.43 1.08-1.7 1.6-2.78 1.15-.5-.21-.88-.59-1.09-1.04zm9.52-7.75c0 1.39-1.13 2.52-2.52 2.52a2.52 2.52 0 0 1-2.51-2.52 2.5 2.5 0 0 1 2.51-2.51 2.52 2.52 0 0 1 2.52 2.51m-4.4 0c0 1.04.84 1.89 1.89 1.89 1.04 0 1.88-.85 1.88-1.89s-.84-1.89-1.88-1.89c-1.05 0-1.89.85-1.89 1.89"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/steering-off.svg b/mkdocs-material/material/templates/.icons/material/steering-off.svg new file mode 100644 index 0000000..a20d549 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/steering-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 5.27 3.28 4 20 20.72 18.73 22l-1.48-1.5Q14.925 22 12 22c-2.75 0-5.1-1-7.05-2.95S2 14.75 2 12q0-2.925 1.5-5.25zm11 14.65c1-.12 1.93-.42 2.78-.87l-2.28-2.27c-.16.06-.34.1-.5.14zM4.08 11H7l.37-.37-2.41-2.4A7.9 7.9 0 0 0 4.08 11m15.84 2h-3c-.12.54-.32 1.05-.59 1.5L9.91 8.09 10 8h4l3 3h2.92c-.25-1.95-1.13-3.62-2.65-5C15.76 4.66 14 4 12 4c-1.74 0-3.29.5-4.66 1.5L5.91 4.09C7.66 2.71 9.69 2 12 2c2.75 0 5.1 1 7.05 2.95S22 9.25 22 12c0 2.31-.71 4.34-2.09 6.09l-1.41-1.42A7.7 7.7 0 0 0 19.92 13M11 19.92v-3c-1-.22-1.84-.68-2.54-1.38S7.3 14 7.08 13h-3c.22 1.77.97 3.3 2.27 4.6S9.2 19.67 11 19.92"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/steering.svg b/mkdocs-material/material/templates/.icons/material/steering.svg new file mode 100644 index 0000000..2baeb1c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/steering.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19.92c1.8-.22 3.35-.97 4.65-2.27S19.7 14.8 19.92 13h-3c-.22 1-.68 1.84-1.38 2.54S14 16.7 13 16.92zM10 8h4l3 3h2.92c-.25-1.95-1.13-3.62-2.65-5C15.76 4.66 14 4 12 4s-3.76.66-5.27 2c-1.52 1.38-2.4 3.05-2.65 5H7zm1 11.92v-3c-1-.22-1.84-.68-2.54-1.38S7.3 14 7.08 13h-3c.22 1.77.97 3.3 2.27 4.6S9.2 19.67 11 19.92M12 2c2.75 0 5.1 1 7.05 2.95S22 9.25 22 12s-1 5.1-2.95 7.05S14.75 22 12 22s-5.1-1-7.05-2.95S2 14.75 2 12s1-5.1 2.95-7.05S9.25 2 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/step-backward-2.svg b/mkdocs-material/material/templates/.icons/material/step-backward-2.svg new file mode 100644 index 0000000..4701795 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/step-backward-2.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 5h-3v14h3zm-5 0L1 12l11 7zm10 0h-3v14h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/step-backward.svg b/mkdocs-material/material/templates/.icons/material/step-backward.svg new file mode 100644 index 0000000..889f501 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/step-backward.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 5v14h-3V5m-2 0v14L3 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/step-forward-2.svg b/mkdocs-material/material/templates/.icons/material/step-forward-2.svg new file mode 100644 index 0000000..3259a38 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/step-forward-2.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 5h3v14H7zm5 0 11 7-11 7zM2 5h3v14H2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/step-forward.svg b/mkdocs-material/material/templates/.icons/material/step-forward.svg new file mode 100644 index 0000000..d4a0c7a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/step-forward.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 5v14h3V5m2 0v14l11-7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/stethoscope.svg b/mkdocs-material/material/templates/.icons/material/stethoscope.svg new file mode 100644 index 0000000..8ae4103 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/stethoscope.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 8c.56 0 1 .43 1 1a1 1 0 0 1-1 1c-.57 0-1-.45-1-1 0-.57.43-1 1-1M2 2v9c0 2.96 2.19 5.5 5.14 5.91.62 3.01 3.28 5.09 6.36 5.09a6.5 6.5 0 0 0 6.5-6.5v-3.69c1.16-.42 2-1.52 2-2.81a3 3 0 0 0-3-3 3 3 0 0 0-3 3c0 1.29.84 2.4 2 2.81v3.6c0 2.5-2 4.5-4.5 4.5-2 0-3.68-1.21-4.28-3.01C12 16.3 14 13.8 14 11V2h-4v3h2v6a4 4 0 0 1-4 4 4 4 0 0 1-4-4V5h2V2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sticker-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/sticker-alert-outline.svg new file mode 100644 index 0000000..96fda7c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sticker-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 15h2v2h-2zm0-2h2V7h-2zm11-7.5V16l-6 6H5.5C3.6 22 2 20.4 2 18.5v-13C2 3.6 3.6 2 5.5 2h13C20.4 2 22 3.6 22 5.5m-2 .3c0-1-.8-1.8-1.8-1.8H5.8C4.8 4 4 4.8 4 5.8v12.5c0 1 .8 1.8 1.8 1.8H15v-1.5c0-1.9 1.6-3.5 3.5-3.5H20z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sticker-alert.svg b/mkdocs-material/material/templates/.icons/material/sticker-alert.svg new file mode 100644 index 0000000..c5648d8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sticker-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.5 2h-13C3.6 2 2 3.6 2 5.5v13C2 20.4 3.6 22 5.5 22H16l6-6V5.5C22 3.6 20.4 2 18.5 2M13 17h-2v-2h2v1m0-3h-2V7h2v5m2 8v-1.5c0-1.9 1.6-3.5 3.5-3.5H20z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sticker-check-outline.svg b/mkdocs-material/material/templates/.icons/material/sticker-check-outline.svg new file mode 100644 index 0000000..158f170 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sticker-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.5 2h-13C3.6 2 2 3.6 2 5.5v13C2 20.4 3.6 22 5.5 22H16l6-6V5.5C22 3.6 20.4 2 18.5 2M20 15h-1.5c-1.9 0-3.5 1.6-3.5 3.5V20H5.8c-1 0-1.8-.8-1.8-1.8V5.8C4 4.8 4.8 4 5.8 4h12.5c1 0 1.8.8 1.8 1.8V15m-4.9-6.8 1.5 1.5-6 6-3.5-3.5 1.5-1.5 2 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sticker-check.svg b/mkdocs-material/material/templates/.icons/material/sticker-check.svg new file mode 100644 index 0000000..c7ff9f7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sticker-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.5 2h-13C3.6 2 2 3.6 2 5.5v13C2 20.4 3.6 22 5.5 22H16l6-6V5.5C22 3.6 20.4 2 18.5 2M7 12.5l1.3-1.4 2.1 2.1L15.6 8 17 9.4 10.5 16zm8 7.5v-1.5c0-1.9 1.6-3.5 3.5-3.5H20z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sticker-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/sticker-circle-outline.svg new file mode 100644 index 0000000..b62efb8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sticker-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12.12 18.46 6.18-6.18c-1.36.31-2.99.92-4.23 2.18-1.03 1.04-1.68 2.37-1.95 4M20.75 10h.3c.39 0 .74.27.88.64.14.36.07.79-.23 1.07l-10 10c-.2.19-.44.29-.7.29l-.36-.07c-.37-.14-.64-.49-.64-.88-.16-3.39.73-6.09 2.66-8.02C15.5 10.2 19.62 10 20.75 10M12 2c4.5 0 8.34 3 9.58 7.11L20 9h-.58C18.24 6.07 15.36 4 12 4a8 8 0 0 0-8 8c0 3.36 2.07 6.24 5 7.42-.03.71 0 1.43.11 2.15C5 20.33 2 16.5 2 12 2 6.47 6.5 2 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sticker-emoji.svg b/mkdocs-material/material/templates/.icons/material/sticker-emoji.svg new file mode 100644 index 0000000..cfa53f6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sticker-emoji.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.5 2C3.56 2 2 3.56 2 5.5v13C2 20.44 3.56 22 5.5 22H16l6-6V5.5C22 3.56 20.44 2 18.5 2zm.25 2h12.5A1.75 1.75 0 0 1 20 5.75V15h-1.5c-1.94 0-3.5 1.56-3.5 3.5V20H5.75A1.75 1.75 0 0 1 4 18.25V5.75A1.75 1.75 0 0 1 5.75 4m8.69 2.77c-.16 0-.32.02-.47.06-.94.26-1.47 1.22-1.23 2.17.05.15.12.3.21.44l3.23-.88q0-.255-.06-.51c-.21-.75-.9-1.28-1.68-1.28M8.17 8.5c-.17 0-.32 0-.47.05-.93.26-1.48 1.22-1.23 2.15.03.16.12.3.21.46l3.23-.88c0-.17-.02-.34-.06-.5A1.72 1.72 0 0 0 8.17 8.5m8.55 2.76-9.13 2.51a5.27 5.27 0 0 0 5.36 1.64 5.27 5.27 0 0 0 3.77-4.15"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sticker-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/sticker-minus-outline.svg new file mode 100644 index 0000000..440e160 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sticker-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 11h8v2H8zm14-5.5V16l-6 6H5.5C3.6 22 2 20.4 2 18.5v-13C2 3.6 3.6 2 5.5 2h13C20.4 2 22 3.6 22 5.5m-2 .3c0-1-.8-1.8-1.8-1.8H5.8C4.8 4 4 4.8 4 5.8v12.5c0 1 .8 1.8 1.8 1.8H15v-1.5c0-1.9 1.6-3.5 3.5-3.5H20z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sticker-minus.svg b/mkdocs-material/material/templates/.icons/material/sticker-minus.svg new file mode 100644 index 0000000..275daf4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sticker-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.5 2h-13C3.6 2 2 3.6 2 5.5v13C2 20.4 3.6 22 5.5 22H16l6-6V5.5C22 3.6 20.4 2 18.5 2M8 11h8v2H8zm7 9v-1.5c0-1.9 1.6-3.5 3.5-3.5H20z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sticker-outline.svg b/mkdocs-material/material/templates/.icons/material/sticker-outline.svg new file mode 100644 index 0000000..4897ce7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sticker-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.5 2C3.6 2 2 3.6 2 5.5v13C2 20.4 3.6 22 5.5 22H16l6-6V5.5C22 3.6 20.4 2 18.5 2zm.3 2h12.5c1 0 1.8.8 1.8 1.8V15h-1.5c-1.9 0-3.5 1.6-3.5 3.5V20H5.8c-1 0-1.8-.8-1.8-1.8V5.8C4 4.8 4.8 4 5.8 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sticker-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/sticker-plus-outline.svg new file mode 100644 index 0000000..7d7d302 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sticker-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 11h3v2h-3v3h-2v-3H8v-2h3V8h2zm9-5.5V16l-6 6H5.5C3.6 22 2 20.4 2 18.5v-13C2 3.6 3.6 2 5.5 2h13C20.4 2 22 3.6 22 5.5m-2 .3c0-1-.8-1.8-1.8-1.8H5.8C4.8 4 4 4.8 4 5.8v12.5c0 1 .8 1.8 1.8 1.8H15v-1.5c0-1.9 1.6-3.5 3.5-3.5H20z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sticker-plus.svg b/mkdocs-material/material/templates/.icons/material/sticker-plus.svg new file mode 100644 index 0000000..8653228 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sticker-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.5 2h-13C3.6 2 2 3.6 2 5.5v13C2 20.4 3.6 22 5.5 22H16l6-6V5.5C22 3.6 20.4 2 18.5 2M13 16h-2v-3H8v-2h3V8h2v3h3v2h-3zm2 4v-1.5c0-1.9 1.6-3.5 3.5-3.5H20z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sticker-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/sticker-remove-outline.svg new file mode 100644 index 0000000..3bdaa75 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sticker-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 9.4 13.4 12l2.6 2.6-1.4 1.4-2.6-2.6L9.4 16 8 14.6l2.6-2.6L8 9.4 9.4 8l2.6 2.6L14.6 8zm6-3.9V16l-6 6H5.5C3.6 22 2 20.4 2 18.5v-13C2 3.6 3.6 2 5.5 2h13C20.4 2 22 3.6 22 5.5m-2 .3c0-1-.8-1.8-1.8-1.8H5.8C4.8 4 4 4.8 4 5.8v12.5c0 1 .8 1.8 1.8 1.8H15v-1.5c0-1.9 1.6-3.5 3.5-3.5H20z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sticker-remove.svg b/mkdocs-material/material/templates/.icons/material/sticker-remove.svg new file mode 100644 index 0000000..325f25e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sticker-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.5 2h-13C3.6 2 2 3.6 2 5.5v13C2 20.4 3.6 22 5.5 22H16l6-6V5.5C22 3.6 20.4 2 18.5 2M12 13.4l-2.1 2.1-1.4-1.4 2.1-2.1-2.1-2.1 1.4-1.4 2.1 2.1 2.1-2.1 1.4 1.4-2.1 2.1 2.1 2.1-1.4 1.4zm3 6.6v-1.5c0-1.9 1.6-3.5 3.5-3.5H20z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sticker-text-outline.svg b/mkdocs-material/material/templates/.icons/material/sticker-text-outline.svg new file mode 100644 index 0000000..1448d4c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sticker-text-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.5 2h-13C3.6 2 2 3.6 2 5.5v13C2 20.4 3.6 22 5.5 22H16l6-6V5.5C22 3.6 20.4 2 18.5 2m1.6 13h-1.5c-1.9 0-3.5 1.6-3.5 3.5V20H5.8c-1 0-1.8-.8-1.8-1.8V5.8C4 4.8 4.8 4 5.8 4h12.5c1 0 1.8.8 1.8 1.8zM7 7h10v2H7zm0 4h10v2H7zm0 4h6v2H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sticker-text.svg b/mkdocs-material/material/templates/.icons/material/sticker-text.svg new file mode 100644 index 0000000..012cc51 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sticker-text.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.5 2h-13C3.6 2 2 3.6 2 5.5v13C2 20.4 3.6 22 5.5 22H16l6-6V5.5C22 3.6 20.4 2 18.5 2M6 7h12v2H6zm0 4h12v2H6zm7 6H6v-2h7zm2 3v-1.5c0-1.9 1.6-3.5 3.5-3.5H20z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sticker.svg b/mkdocs-material/material/templates/.icons/material/sticker.svg new file mode 100644 index 0000000..a4a1f41 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sticker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.5 2h-13C3.6 2 2 3.6 2 5.5v13C2 20.4 3.6 22 5.5 22H16l6-6V5.5C22 3.6 20.4 2 18.5 2M15 20v-1.5c0-1.9 1.6-3.5 3.5-3.5H20z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/stocking.svg b/mkdocs-material/material/templates/.icons/material/stocking.svg new file mode 100644 index 0000000..c6ecc49 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/stocking.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 2a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2v8c0 .85-.5 1.57-1.26 1.86L9.5 21.77c-1 .47-2.21.04-2.67-.96L6 19c-.5-1-.05-2.2.95-2.66L10 14.91V9a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm-7 2v3h7V4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/stomach.svg b/mkdocs-material/material/templates/.icons/material/stomach.svg new file mode 100644 index 0000000..79c3fe9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/stomach.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 18c.67 1.85 2.07 4 8 4 2.36 0 5.07-.07 7-2 1-1 3-3 3-9s-2-7-4-7c-1.38 0-3 0-4 2v.03a1.82 1.82 0 0 1-1.87.92C11 6.81 11 6.37 11 6V2H9v4a2.92 2.92 0 0 0 3 3c1 0 1 1.78 1 3 0 1.89-.5 3.26-2 4-2.31 1.15-4.61 1-5.39-.53a1.5 1.5 0 0 0-2.47-.6A3.67 3.67 0 0 0 2 18v4h2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/stool-outline.svg b/mkdocs-material/material/templates/.icons/material/stool-outline.svg new file mode 100644 index 0000000..117d142 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/stool-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 6c0-2.21-1.79-4-4-4H8C5.78 2 4 3.79 4 6v2h3L4 22h2l1.5-7H11v7h2v-7h3.5l1.5 7h2L17 8h3zM7.93 13 9 8h2v5zm8.14 0H13V8h2zM6 6a2 2 0 0 1 2-2h8c1.1 0 2 .9 2 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/stool.svg b/mkdocs-material/material/templates/.icons/material/stool.svg new file mode 100644 index 0000000..1bf329c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/stool.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 6c0-2.21-1.79-4-4-4H8C5.78 2 4 3.79 4 6v2h3L4 22h2l1.5-7H11v7h2v-7h3.5l1.5 7h2L17 8h3zM7.93 13 9 8h2v5zm8.14 0H13V8h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/stop-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/stop-circle-outline.svg new file mode 100644 index 0000000..ac046cf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/stop-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 2c4.41 0 8 3.59 8 8s-3.59 8-8 8-8-3.59-8-8 3.59-8 8-8M9 9v6h6V9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/stop-circle.svg b/mkdocs-material/material/templates/.icons/material/stop-circle.svg new file mode 100644 index 0000000..aa6d0b5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/stop-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2M9 9h6v6H9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/stop.svg b/mkdocs-material/material/templates/.icons/material/stop.svg new file mode 100644 index 0000000..8925f11 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/stop.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 18H6V6h12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/storage-tank-outline.svg b/mkdocs-material/material/templates/.icons/material/storage-tank-outline.svg new file mode 100644 index 0000000..036a9cc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/storage-tank-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 6h-1V5c0-1.1-.9-2-2-2h-4c-1.1 0-2 .9-2 2v1H7c-3.31 0-6 2.69-6 6s2.69 6 6 6v3h2v-3h6v3h2v-3c3.31 0 6-2.69 6-6s-2.69-6-6-6m-7-1h4v1h-4zm7 11H7c-2.21 0-4-1.79-4-4s1.79-4 4-4h10c2.21 0 4 1.79 4 4s-1.79 4-4 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/storage-tank.svg b/mkdocs-material/material/templates/.icons/material/storage-tank.svg new file mode 100644 index 0000000..683fb35 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/storage-tank.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 6h-1V5c0-1.1-.9-2-2-2h-4c-1.1 0-2 .9-2 2v1H7c-3.31 0-6 2.69-6 6s2.69 6 6 6v3h2v-3h6v3h2v-3c3.31 0 6-2.69 6-6s-2.69-6-6-6m-7-1h4v1h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/store-24-hour.svg b/mkdocs-material/material/templates/.icons/material/store-24-hour.svg new file mode 100644 index 0000000..7eddc2d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/store-24-hour.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 12h-1v-2h-2V7h1v2h1V7h1m-5 3H9v1h2v1H8V9h2V8H8V7h3m8 0V4H5v3H2v13h8v-4h4v4h8V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/store-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/store-alert-outline.svg new file mode 100644 index 0000000..c1c0221 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/store-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m2 7-1 5v2h1v6h10v-6h4v6h2v-6h1v-2l-1-5zm8 11H4v-4h6zm-6.96-6 .6-3h12.72l.6 3zM18 6H2V4h16zm5 1v6h-2V7zm-2 8h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/store-alert.svg b/mkdocs-material/material/templates/.icons/material/store-alert.svg new file mode 100644 index 0000000..77ef97b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/store-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m2 7-1 5v2h1v6h10v-6h4v6h2v-6h1v-2l-1-5zm8 11H4v-4h6zm8-12H2V4h16zm5 1v6h-2V7zm-2 8h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/store-check-outline.svg b/mkdocs-material/material/templates/.icons/material/store-check-outline.svg new file mode 100644 index 0000000..1dc08d1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/store-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 13c.7 0 1.37.13 2 .35V12l-1-5H4l-1 5v2h1v6h9.09c-.05-.33-.09-.66-.09-1 0-1.23.37-2.36 1-3.31V14h1.69c.95-.63 2.08-1 3.31-1m-7 5H6v-4h6zm-6.96-6 .6-3h12.72l.6 3zM20 6H4V4h16zm2.5 11.25L17.75 22 15 19l1.16-1.16 1.59 1.59 3.59-3.59z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/store-check.svg b/mkdocs-material/material/templates/.icons/material/store-check.svg new file mode 100644 index 0000000..55c2d96 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/store-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 6H4V4h16zm-4.31 8H14v1.69c-.63.95-1 2.08-1 3.31 0 .34.04.67.09 1H4v-6H3v-2l1-5h16l1 5v1.35c-.63-.22-1.3-.35-2-.35-1.23 0-2.36.37-3.31 1M12 14H6v4h6zm9.34 1.84-3.59 3.59-1.59-1.59L15 19l2.75 3 4.75-4.75z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/store-clock-outline.svg b/mkdocs-material/material/templates/.icons/material/store-clock-outline.svg new file mode 100644 index 0000000..1a081a5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/store-clock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 4H2V2h16zm-.5 9H16v5l3.61 2.16.75-1.22-2.86-1.69zm6.5 4c0 3.87-3.13 7-7 7-3.53 0-6.43-2.61-6.92-6H2v-6H1v-2l1-5h16l1 5v.29c2.89.87 5 3.54 5 6.71M3.04 10h13.92l-.6-3H3.64zM4 16h6v-4H4zm18 1c0-2.76-2.24-5-5-5s-5 2.24-5 5 2.24 5 5 5 5-2.24 5-5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/store-clock.svg b/mkdocs-material/material/templates/.icons/material/store-clock.svg new file mode 100644 index 0000000..f6a8d29 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/store-clock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 4H2V2h16zm-.5 9H16v5l3.61 2.16.75-1.22-2.86-1.69zm6.5 4c0 3.87-3.13 7-7 7-3.53 0-6.43-2.61-6.92-6H2v-6H1v-2l1-5h16l1 5v.29c2.89.87 5 3.54 5 6.71M4 16h6v-4H4zm18 1c0-2.76-2.24-5-5-5s-5 2.24-5 5 2.24 5 5 5 5-2.24 5-5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/store-cog-outline.svg b/mkdocs-material/material/templates/.icons/material/store-cog-outline.svg new file mode 100644 index 0000000..f2f2b4f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/store-cog-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 6H4V4h16zm-1 6c-1.91 0-3.63.76-4.89 2H14v.11c-1.24 1.26-2 2.98-2 4.89 0 .34.03.67.08 1H4v-6H3v-2l1-5h16l1 5v.3c-.63-.19-1.3-.3-2-.3m-7 2H6v4h6zm6.96-2-.6-3H5.64l-.6 3zm4.84 8.4c.1 0 .1.1 0 .2l-1 1.7c-.1.1-.2.1-.3.1l-1.2-.4c-.3.2-.5.3-.8.5l-.2 1.3c0 .1-.1.2-.2.2h-2c-.1 0-.2-.1-.3-.2l-.2-1.3c-.3-.1-.6-.3-.8-.5l-1.2.5c-.1 0-.2 0-.3-.1l-1-1.7c-.1-.1 0-.2.1-.3l1.1-.8v-1l-1.1-.8c-.1-.1-.1-.2-.1-.3l1-1.7c.1-.1.2-.1.3-.1l1.2.5c.3-.2.5-.3.8-.5l.2-1.3c0-.1.1-.2.3-.2h2c.1 0 .2.1.2.2l.2 1.3c.3.1.6.3.9.5l1.2-.5c.1 0 .3 0 .3.1l1 1.7c.1.1 0 .2-.1.3l-1.1.8v1zM20.5 19c0-.8-.7-1.5-1.5-1.5s-1.5.7-1.5 1.5.7 1.5 1.5 1.5 1.5-.7 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/store-cog.svg b/mkdocs-material/material/templates/.icons/material/store-cog.svg new file mode 100644 index 0000000..4183a0a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/store-cog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 6H4V4h16zm-1 6c-1.91 0-3.63.76-4.89 2H14v.11c-1.24 1.26-2 2.98-2 4.89 0 .34.03.67.08 1H4v-6H3v-2l1-5h16l1 5v.3c-.63-.19-1.3-.3-2-.3m-7 2H6v4h6zm11.8 6.4c.1 0 .1.1 0 .2l-1 1.7c-.1.1-.2.1-.3.1l-1.2-.4c-.3.2-.5.3-.8.5l-.2 1.3c0 .1-.1.2-.2.2h-2c-.1 0-.2-.1-.3-.2l-.2-1.3c-.3-.1-.6-.3-.8-.5l-1.2.5c-.1 0-.2 0-.3-.1l-1-1.7c-.1-.1 0-.2.1-.3l1.1-.8v-1l-1.1-.8c-.1-.1-.1-.2-.1-.3l1-1.7c.1-.1.2-.1.3-.1l1.2.5c.3-.2.5-.3.8-.5l.2-1.3c0-.1.1-.2.3-.2h2c.1 0 .2.1.2.2l.2 1.3c.3.1.6.3.9.5l1.2-.5c.1 0 .3 0 .3.1l1 1.7c.1.1 0 .2-.1.3l-1.1.8v1zM20.5 19c0-.8-.7-1.5-1.5-1.5s-1.5.7-1.5 1.5.7 1.5 1.5 1.5 1.5-.7 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/store-edit-outline.svg b/mkdocs-material/material/templates/.icons/material/store-edit-outline.svg new file mode 100644 index 0000000..4451979 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/store-edit-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 6H4V4h16zm-6 10.13-3 3V20H4v-6H3v-2l1-5h16l.61 3.07c-.45.1-.88.33-1.22.67l-.57.57L18.36 9H5.64l-.6 3h13.09l-2 2H14zM12 14H6v4h6zm10.85-.53-1.32-1.32c-.2-.2-.53-.2-.72 0l-.98.98 2.04 2.04.98-.98c.2-.19.2-.52 0-.72M13 19.96V22h2.04l6.13-6.12-2.04-2.05z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/store-edit.svg b/mkdocs-material/material/templates/.icons/material/store-edit.svg new file mode 100644 index 0000000..17a6f60 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/store-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 6H4V4h16zm-6 10.13-3 3V20H4v-6H3v-2l1-5h16l.61 3.07c-.45.1-.88.33-1.22.67L16.13 14H14zM12 14H6v4h6zm10.85-.53-1.32-1.32c-.2-.2-.53-.2-.72 0l-.98.98 2.04 2.04.98-.98c.2-.19.2-.52 0-.72M13 19.96V22h2.04l6.13-6.12-2.04-2.05z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/store-marker-outline.svg b/mkdocs-material/material/templates/.icons/material/store-marker-outline.svg new file mode 100644 index 0000000..ddb3e53 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/store-marker-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 6H4V4h16zm-5.7 6c-.8.96-1.3 2.18-1.3 3.5 0 1.14.43 2.36 1 3.5v1H4v-6H3v-2l1-5h16l.7 3.5c-.66-.32-1.38-.5-2.14-.5l-.2-1H5.64l-.6 3zM12 14H6v4h6zm10 1.5c0 2.6-3.5 6.5-3.5 6.5S15 18.1 15 15.5c0-1.9 1.6-3.5 3.5-3.5s3.5 1.6 3.5 3.5m-2.3.1c0-.6-.6-1.2-1.2-1.2s-1.2.5-1.2 1.2c0 .6.5 1.2 1.2 1.2s1.3-.6 1.2-1.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/store-marker.svg b/mkdocs-material/material/templates/.icons/material/store-marker.svg new file mode 100644 index 0000000..246bca2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/store-marker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 6H4V4h16zm-7 9.5c0 1.14.43 2.36 1 3.5v1H4v-6H3v-2l1-5h16l.7 3.5c-.7-.32-1.42-.5-2.2-.5-3 0-5.5 2.5-5.5 5.5M12 14H6v4h6zm10 1.5c0 2.6-3.5 6.5-3.5 6.5S15 18.1 15 15.5c0-1.9 1.6-3.5 3.5-3.5s3.5 1.6 3.5 3.5m-2.3.1c0-.6-.6-1.2-1.2-1.2s-1.2.5-1.2 1.2c0 .6.5 1.2 1.2 1.2s1.3-.6 1.2-1.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/store-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/store-minus-outline.svg new file mode 100644 index 0000000..cc60745 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/store-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 6H4V4h16zm-4.31 8H14v1.69c-.63.95-1 2.08-1 3.31 0 .34.04.67.09 1H4v-6H3v-2l1-5h16l1 5v1.35c-.63-.22-1.3-.35-2-.35-1.23 0-2.36.37-3.31 1M12 14H6v4h6zm6.96-2-.6-3H5.64l-.6 3zM15 18v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/store-minus.svg b/mkdocs-material/material/templates/.icons/material/store-minus.svg new file mode 100644 index 0000000..1bbe99c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/store-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 4v2h16V4M4 7l-1 5v2h1v6h9c-.05-.34-.08-.69-.08-1.05 0-1.22.38-2.42 1.08-3.42V14h1.54c1-.67 2.17-1.04 3.37-1.04.71 0 1.42.13 2.09.38V12l-1-5M6 14h6v4H6m9 0v2h8v-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/store-off-outline.svg b/mkdocs-material/material/templates/.icons/material/store-off-outline.svg new file mode 100644 index 0000000..b569926 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/store-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.39 1.73 1.11 3l4 4H4l-1 5v2h1v6h10v-4.11l6.84 6.84 1.27-1.27zM5.64 9h1.47l3 3H5.04zM12 18H6v-4h6zm6-3.2V14h-.8l-2-2h3.76l-.6-3H12.2l-2-2H20l1 5v2h-1v2.8zM9.2 6l-2-2H20v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/store-off.svg b/mkdocs-material/material/templates/.icons/material/store-off.svg new file mode 100644 index 0000000..3ba5356 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/store-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m9.2 6-2-2H20v2zM20 16.8V14h1v-2l-1-5h-9.8l7 7h.8v.8zm2.11 4.66-1.27 1.27L14 15.89V20H4v-6H3v-2l1-5h1.11l-4-4 1.28-1.27zM12 14H6v4h6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/store-outline.svg b/mkdocs-material/material/templates/.icons/material/store-outline.svg new file mode 100644 index 0000000..8ec154d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/store-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18.36 9 .6 3H5.04l.6-3zM20 4H4v2h16zm0 3H4l-1 5v2h1v6h10v-6h4v6h2v-6h1v-2zM6 18v-4h6v4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/store-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/store-plus-outline.svg new file mode 100644 index 0000000..c15899f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/store-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 6H4V4h16zm-4.31 8H14v1.69c-.63.95-1 2.08-1 3.31 0 .34.04.67.09 1H4v-6H3v-2l1-5h16l1 5v1.35c-.63-.22-1.3-.35-2-.35-1.23 0-2.36.37-3.31 1M12 14H6v4h6zm6.96-2-.6-3H5.64l-.6 3zM20 18v-3h-2v3h-3v2h3v3h2v-3h3v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/store-plus.svg b/mkdocs-material/material/templates/.icons/material/store-plus.svg new file mode 100644 index 0000000..1d3149f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/store-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 4v2h16V4M4 7l-1 5v2h1v6h9c-.05-.34-.08-.69-.08-1.05 0-1.22.38-2.42 1.08-3.42V14h1.54c1-.67 2.17-1.04 3.37-1.04.71 0 1.42.13 2.09.38V12l-1-5M6 14h6v4H6m12-3v3h-3v2h3v3h2v-3h3v-2h-3v-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/store-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/store-remove-outline.svg new file mode 100644 index 0000000..015e120 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/store-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 6H4V4h16zm-4.31 8H14v1.69c-.63.95-1 2.08-1 3.31 0 .34.04.67.09 1H4v-6H3v-2l1-5h16l1 5v1.35c-.63-.22-1.3-.35-2-.35-1.23 0-2.36.37-3.31 1M12 14H6v4h6zm6.96-2-.6-3H5.64l-.6 3zm3.58 4.88-1.42-1.41L19 17.59l-2.12-2.12-1.41 1.41L17.59 19l-2.12 2.12 1.41 1.42L19 20.41l2.12 2.13 1.42-1.42L20.41 19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/store-remove.svg b/mkdocs-material/material/templates/.icons/material/store-remove.svg new file mode 100644 index 0000000..0c09a84 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/store-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 4h16v2H4zm11.46 12.88 1.42-1.42L19 17.59l2.12-2.12 1.42 1.41L20.41 19l2.13 2.12-1.42 1.42L19 20.41l-2.12 2.13-1.42-1.42L17.59 19l-2.12-2.12M4 7h16l1 5v1.34a6 6 0 0 0-2.09-.38c-1.2 0-2.37.37-3.37 1.04H14v1.53c-.7 1-1.08 2.2-1.08 3.42L13 20H4v-6H3v-2zm2 7v4h6v-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/store-search-outline.svg b/mkdocs-material/material/templates/.icons/material/store-search-outline.svg new file mode 100644 index 0000000..563be81 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/store-search-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 4H2V2h16zm-4.96 6h-10l.6-3h12.72l.4 2c.74.04 1.45.19 2.13.46L18 5H2l-1 5v2h1v6h8.5c-.33-.8-.5-1.65-.5-2.5v.5H4v-4h6v3.5c0-1.66.64-3.33 1.9-4.6q.54-.525 1.14-.9m10.35 11L22 22.39l-3.12-3.07c-.69.43-1.51.68-2.38.68-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5c0 .88-.25 1.71-.69 2.4zM19 15.5a2.5 2.5 0 0 0-5 0 2.5 2.5 0 0 0 5 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/store-search.svg b/mkdocs-material/material/templates/.icons/material/store-search.svg new file mode 100644 index 0000000..6284750 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/store-search.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.9 10.9a6.53 6.53 0 0 0-1.9 4.6V12H4v4h6v-.5c0 .85.17 1.7.5 2.5H2v-6H1v-2l1-5h16l.89 4.46a6.47 6.47 0 0 0-6.99 1.44M18 2H2v2h16zm5.39 19L22 22.39l-3.12-3.07c-.69.43-1.51.68-2.38.68-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5c0 .88-.25 1.71-.69 2.4zM19 15.5a2.5 2.5 0 0 0-5 0 2.5 2.5 0 0 0 5 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/store-settings-outline.svg b/mkdocs-material/material/templates/.icons/material/store-settings-outline.svg new file mode 100644 index 0000000..ae5f967 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/store-settings-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 6H4V4h16zm1 6v2h-1v6h-2v-6h-4v6H4v-6H3v-2l1-5h16zm-9 2H6v4h6zm6.96-2-.6-3H5.64l-.6 3zM7 24h2v-2H7zm4 0h2v-2h-2zm4 0h2v-2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/store-settings.svg b/mkdocs-material/material/templates/.icons/material/store-settings.svg new file mode 100644 index 0000000..57a0fc0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/store-settings.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 6H4V4h16zm1 6v2h-1v6h-2v-6h-4v6H4v-6H3v-2l1-5h16zm-9 2H6v4h6zM7 24h2v-2H7zm4 0h2v-2h-2zm4 0h2v-2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/store.svg b/mkdocs-material/material/templates/.icons/material/store.svg new file mode 100644 index 0000000..1566a51 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/store.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 18H6v-4h6m9 0v-2l-1-5H4l-1 5v2h1v6h10v-6h4v6h2v-6m0-10H4v2h16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/storefront-check-outline.svg b/mkdocs-material/material/templates/.icons/material/storefront-check-outline.svg new file mode 100644 index 0000000..f3e5152 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/storefront-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.06 3c-.43 0-.84.14-1.22.42s-.6.64-.7 1.08L2.11 8.91c-.25 1.09-.05 2.01.58 2.82.11.11.21.21.31.3V19c0 .5.2 1 .61 1.39S4.5 21 5 21h7.8c-.35-.61-.6-1.28-.72-2H5v-6h.22c.94 0 1.69-.41 2.25-.95.63.62 1.39.95 2.33.95.84 0 1.64-.37 2.2-.93.68.63 1.45.93 2.3.93.87 0 1.61-.33 2.24-.95.57.57 1.32.95 2.27.95s1.62-.35 2.19-.94l.13-.14.15-.15c.66-.82.86-1.77.61-2.86L20.86 4.5c-.13-.44-.36-.8-.73-1.08A1.88 1.88 0 0 0 18.94 3m-.05 1.97 1.08 4.41c.09.43 0 .82-.28 1.17-.25.31-.56.45-.94.45-.31 0-.58-.1-.8-.34-.22-.23-.34-.5-.37-.82L16.97 5M5.06 5h1.97l-.61 4.84C6.3 10.63 5.91 11 5.25 11c-.41 0-.72-.14-.94-.45-.28-.35-.37-.74-.28-1.17M9.05 5H11v4.7c0 .35-.11.65-.36.92-.25.26-.56.38-.94.38-.34 0-.63-.12-.86-.41S8.5 10 8.5 9.66V9.5M13 5h1.95l.55 4.5c.08.42 0 .77-.29 1.07-.26.3-.6.43-1.01.43-.31 0-.59-.12-.84-.38A1.3 1.3 0 0 1 13 9.7M17 21l-2.75-3 1.16-1.16L17 18.43l3.59-3.59 1.16 1.41Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/storefront-check.svg b/mkdocs-material/material/templates/.icons/material/storefront-check.svg new file mode 100644 index 0000000..8e8d74c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/storefront-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.06 3c-.43 0-.84.14-1.22.42s-.6.64-.7 1.08L2.11 8.91c-.25 1.09-.05 2.01.58 2.82.12.12.24.24.35.34.59.57 1.24.93 2.18.93s1.69-.41 2.25-.95c.63.62 1.39.95 2.33.95.84 0 1.64-.37 2.2-.93.68.63 1.45.93 2.3.93.87 0 1.61-.33 2.24-.95.57.57 1.32.95 2.27.95s1.62-.35 2.19-.94l.13-.14.15-.15c.66-.82.86-1.77.61-2.86L20.86 4.5c-.13-.44-.36-.8-.73-1.08A1.88 1.88 0 0 0 18.94 3m-.05 1.97 1.08 4.41c.09.43 0 .82-.28 1.17-.25.31-.56.45-.94.45-.31 0-.58-.1-.8-.34-.22-.23-.34-.5-.37-.82L16.97 5M5.06 5h1.97l-.61 4.84C6.3 10.63 5.91 11 5.25 11c-.41 0-.72-.14-.94-.45-.28-.35-.37-.74-.28-1.17M9.05 5H11v4.7c0 .35-.11.65-.36.92-.25.26-.56.38-.94.38-.34 0-.63-.12-.86-.41S8.5 10 8.5 9.66V9.5M13 5h1.95l.55 4.5c.08.42 0 .77-.29 1.07-.26.3-.6.43-1.01.43-.31 0-.59-.12-.84-.38A1.3 1.3 0 0 1 13 9.7m-.03 5.02a3.4 3.4 0 0 1-.97-.65c-.57.57-1.35.93-2.22.93-.91 0-1.71-.35-2.31-.95-.58.59-1.37.95-2.24.95-.9 0-1.57-.35-2.23-.97V19c0 1.11.89 2 2 2h7.8c-.51-.88-.8-1.91-.8-3 0-1.21.36-2.34.97-3.28M17 21l-2.75-3 1.16-1.16L17 18.43l3.59-3.59 1.16 1.41Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/storefront-edit-outline.svg b/mkdocs-material/material/templates/.icons/material/storefront-edit-outline.svg new file mode 100644 index 0000000..b3b9cfa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/storefront-edit-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.06 3c-.43 0-.84.14-1.22.42s-.6.64-.7 1.08L2.11 8.91c-.25 1.09-.05 2.04.61 2.86l.28.28V19c0 .5.2 1 .61 1.39S4.5 21 5 21h6v-1.89l.11-.11H5v-6h.25c.91 0 1.64-.33 2.2-.95.63.62 1.41.95 2.35.95.84 0 1.58-.33 2.2-.95.69.62 1.45.95 2.3.95.87 0 1.62-.33 2.25-.95.25.28.54.49.86.65l1.65-1.65.01.01.13-.14c-.14.05-.29.08-.45.08-.31 0-.58-.1-.8-.34-.22-.23-.34-.5-.37-.82L16.97 5l1.92-.03 1.08 4.41c.09.41.03.78-.24 1.12.67-.4 1.5-.47 2.22-.19.05-.44.05-.9-.06-1.4L20.86 4.5c-.13-.44-.36-.8-.73-1.08A1.88 1.88 0 0 0 18.94 3M5.06 5h1.97l-.61 4.84C6.3 10.63 5.91 11 5.25 11c-.41 0-.72-.14-.94-.45-.28-.35-.37-.74-.28-1.17M9.05 5H11v4.7c0 .35-.11.65-.36.92-.25.26-.56.38-.94.38-.34 0-.63-.12-.86-.41S8.5 10 8.5 9.66V9.5M13 5h1.95l.55 4.5c.08.42 0 .77-.29 1.07-.26.3-.6.43-1.01.43-.31 0-.59-.12-.84-.38A1.3 1.3 0 0 1 13 9.7M15.06 22H13v-2.06l6.06-6.06 2.05 2.05m-.46-3.63c.1-.1.22-.15.35-.16.15 0 .31.05.42.16l1.28 1.28c.21.21.21.56 0 .77l-1 1-2.05-2.05Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/storefront-edit.svg b/mkdocs-material/material/templates/.icons/material/storefront-edit.svg new file mode 100644 index 0000000..e6e6cf8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/storefront-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.84 3.42c.38-.28.79-.42 1.22-.42h13.88c.44 0 .83.14 1.19.42.37.28.6.64.73 1.08l1.03 4.41c.11.5.11.96.06 1.4-.72-.28-1.55-.21-2.22.19.27-.33.33-.71.24-1.12l-1.08-4.41-1.92.03.61 4.84c.03.32.15.59.37.82.22.24.49.34.8.34.16 0 .31-.03.45-.08l-.13.14-.01-.01-1.64 1.64c-.33-.16-.62-.38-.88-.64-.63.62-1.37.95-2.24.95-.85 0-1.62-.3-2.3-.93-.56.56-1.36.93-2.2.93-.94 0-1.7-.33-2.33-.95-.56.54-1.31.95-2.25.95s-1.59-.36-2.18-.93c-.11-.1-.23-.22-.35-.34-.63-.81-.83-1.73-.58-2.82L3.14 4.5c.1-.44.32-.8.7-1.08M7.03 5H5.06L4.03 9.38c-.09.43 0 .82.28 1.17.22.31.53.45.94.45.66 0 1.05-.37 1.17-1.16M11 5H9.05L8.5 9.5v.16c0 .34.11.64.34.93s.52.41.86.41c.38 0 .69-.12.94-.38.25-.27.36-.57.36-.92M14.95 5H13v4.7c0 .35.11.65.36.92.25.26.53.38.84.38.41 0 .75-.13 1.01-.43.29-.3.37-.65.29-1.07m5.61 6.43-2.05-2.05L13 19.94V22h2.06m-.76-7c.33 0 .66-.05.97-.16L11 19.11V21H5c-1.11 0-2-.89-2-2v-4.97c.66.62 1.33.97 2.23.97.87 0 1.66-.36 2.24-.95.6.6 1.4.95 2.31.95.87 0 1.65-.36 2.22-.93.6.57 1.4.93 2.3.93m8.4-.65-1 1-2.05-2.05 1-1c.07-.07.16-.12.25-.14.18-.05.38 0 .52.14l1.28 1.28c.21.21.21.56 0 .77"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/storefront-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/storefront-minus-outline.svg new file mode 100644 index 0000000..bbf6a45 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/storefront-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.84 3.42c.38-.28.79-.42 1.22-.42h13.88c.44 0 .83.14 1.19.42.37.28.6.64.73 1.08l1.03 4.41c.25 1.09.05 2.04-.61 2.86l-.15.15-.13.14c-.57.59-1.24.94-2.19.94s-1.7-.38-2.27-.95c-.63.62-1.37.95-2.24.95-.85 0-1.62-.3-2.3-.93-.56.56-1.36.93-2.2.93-.94 0-1.7-.33-2.33-.95-.56.54-1.31.95-2.25.95H5v6h7.08c.12.72.37 1.39.72 2H5c-.5 0-1-.22-1.39-.61S3 19.5 3 19v-6.97c-.1-.09-.2-.19-.31-.3-.63-.81-.83-1.73-.58-2.82L3.14 4.5c.1-.44.32-.8.7-1.08m16.13 5.96-1.08-4.41-1.92.03.61 4.84c.03.32.15.59.37.82.22.24.49.34.8.34.38 0 .69-.14.94-.45.28-.35.37-.74.28-1.17M7.03 5H5.06L4.03 9.38c-.09.43 0 .82.28 1.17.22.31.53.45.94.45.66 0 1.05-.37 1.17-1.16zM11 5H9.05L8.5 9.5v.16c0 .34.11.64.34.93s.52.41.86.41c.38 0 .69-.12.94-.38.25-.27.36-.57.36-.92zm3.95 0H13v4.7c0 .35.11.65.36.92.25.26.53.38.84.38.41 0 .75-.13 1.01-.43.29-.3.37-.65.29-1.07zM14 17v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/storefront-minus.svg b/mkdocs-material/material/templates/.icons/material/storefront-minus.svg new file mode 100644 index 0000000..972483f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/storefront-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.84 3.42c.38-.28.79-.42 1.22-.42h13.88c.44 0 .83.14 1.19.42.37.28.6.64.73 1.08l1.03 4.41c.25 1.09.05 2.04-.61 2.86l-.15.15-.13.14c-.57.59-1.24.94-2.19.94s-1.7-.38-2.27-.95c-.63.62-1.37.95-2.24.95-.85 0-1.62-.3-2.3-.93-.56.56-1.36.93-2.2.93-.94 0-1.7-.33-2.33-.95-.56.54-1.31.95-2.25.95s-1.59-.36-2.18-.93c-.11-.1-.23-.22-.35-.34-.63-.81-.83-1.73-.58-2.82L3.14 4.5c.1-.44.32-.8.7-1.08m16.13 5.96-1.08-4.41-1.92.03.61 4.84c.03.32.15.59.37.82.22.24.49.34.8.34.38 0 .69-.14.94-.45.28-.35.37-.74.28-1.17M7.03 5H5.06L4.03 9.38c-.09.43 0 .82.28 1.17.22.31.53.45.94.45.66 0 1.05-.37 1.17-1.16zM11 5H9.05L8.5 9.5v.16c0 .34.11.64.34.93s.52.41.86.41c.38 0 .69-.12.94-.38.25-.27.36-.57.36-.92zm3.95 0H13v4.7c0 .35.11.65.36.92.25.26.53.38.84.38.41 0 .75-.13 1.01-.43.29-.3.37-.65.29-1.07zM22 17v2h-8v-2zm-10-2.93c.28.27.61.49.97.65-.61.94-.97 2.07-.97 3.28 0 1.09.29 2.12.8 3H5c-1.11 0-2-.89-2-2v-4.97c.66.62 1.33.97 2.23.97.87 0 1.66-.36 2.24-.95.6.6 1.4.95 2.31.95.87 0 1.65-.36 2.22-.93"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/storefront-outline.svg b/mkdocs-material/material/templates/.icons/material/storefront-outline.svg new file mode 100644 index 0000000..62b8590 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/storefront-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.06 3c-.43 0-.84.14-1.22.42s-.6.64-.7 1.08L2.11 8.91c-.25 1.09-.05 2.04.61 2.86l.28.28V19c0 .5.2 1 .61 1.39S4.5 21 5 21h14c.5 0 1-.2 1.39-.61S21 19.5 21 19v-6.95l.28-.28c.66-.82.86-1.77.61-2.86L20.86 4.5c-.13-.44-.36-.8-.73-1.08A1.88 1.88 0 0 0 18.94 3zm13.83 1.97 1.08 4.41c.09.43 0 .82-.28 1.17-.25.31-.56.45-.94.45-.31 0-.58-.1-.8-.34-.22-.23-.34-.5-.37-.82L16.97 5zM5.06 5h1.97l-.61 4.84C6.3 10.63 5.91 11 5.25 11c-.41 0-.72-.14-.94-.45-.28-.35-.37-.74-.28-1.17zm3.99 0H11v4.7c0 .35-.11.65-.36.92-.25.26-.56.38-.94.38-.34 0-.63-.12-.86-.41S8.5 10 8.5 9.66V9.5zM13 5h1.95l.55 4.5c.08.42 0 .77-.29 1.07-.26.3-.6.43-1.01.43-.31 0-.59-.12-.84-.38A1.3 1.3 0 0 1 13 9.7zm-5.55 7.05c.63.62 1.41.95 2.35.95.84 0 1.58-.33 2.2-.95.69.62 1.45.95 2.3.95.87 0 1.62-.33 2.25-.95.56.62 1.31.95 2.25.95h.23v6H5v-6h.25c.91 0 1.64-.33 2.2-.95"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/storefront-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/storefront-plus-outline.svg new file mode 100644 index 0000000..c260046 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/storefront-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.84 3.42c.38-.28.79-.42 1.22-.42h13.88c.44 0 .83.14 1.19.42.37.28.6.64.73 1.08l1.03 4.41c.25 1.09.05 2.04-.61 2.86l-.15.15-.13.14c-.57.59-1.24.94-2.19.94s-1.7-.38-2.27-.95c-.63.62-1.37.95-2.24.95-.85 0-1.62-.3-2.3-.93-.56.56-1.36.93-2.2.93-.94 0-1.7-.33-2.33-.95-.56.54-1.31.95-2.25.95H5v6h7.08c.12.72.37 1.39.72 2H5c-.5 0-1-.22-1.39-.61S3 19.5 3 19v-6.97c-.1-.09-.2-.19-.31-.3-.63-.81-.83-1.73-.58-2.82L3.14 4.5c.1-.44.32-.8.7-1.08m16.13 5.96-1.08-4.41-1.92.03.61 4.84c.03.32.15.59.37.82.22.24.49.34.8.34.38 0 .69-.14.94-.45.28-.35.37-.74.28-1.17M7.03 5H5.06L4.03 9.38c-.09.43 0 .82.28 1.17.22.31.53.45.94.45.66 0 1.05-.37 1.17-1.16M11 5H9.05L8.5 9.5v.16c0 .34.11.64.34.93s.52.41.86.41c.38 0 .69-.12.94-.38.25-.27.36-.57.36-.92M14.95 5H13v4.7c0 .35.11.65.36.92.25.26.53.38.84.38.41 0 .75-.13 1.01-.43.29-.3.37-.65.29-1.07M19 14h-2v3h-3v2h3v3h2v-3h3v-2h-3Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/storefront-plus.svg b/mkdocs-material/material/templates/.icons/material/storefront-plus.svg new file mode 100644 index 0000000..b1d3ccd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/storefront-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.84 3.42c.38-.28.79-.42 1.22-.42h13.88c.44 0 .83.14 1.19.42.37.28.6.64.73 1.08l1.03 4.41c.25 1.09.05 2.04-.61 2.86l-.15.15-.13.14c-.57.59-1.24.94-2.19.94s-1.7-.38-2.27-.95c-.63.62-1.37.95-2.24.95-.85 0-1.62-.3-2.3-.93-.56.56-1.36.93-2.2.93-.94 0-1.7-.33-2.33-.95-.56.54-1.31.95-2.25.95s-1.59-.36-2.18-.93c-.11-.1-.23-.22-.35-.34-.63-.81-.83-1.73-.58-2.82L3.14 4.5c.1-.44.32-.8.7-1.08m16.13 5.96-1.08-4.41-1.92.03.61 4.84c.03.32.15.59.37.82.22.24.49.34.8.34.38 0 .69-.14.94-.45.28-.35.37-.74.28-1.17M7.03 5H5.06L4.03 9.38c-.09.43 0 .82.28 1.17.22.31.53.45.94.45.66 0 1.05-.37 1.17-1.16M11 5H9.05L8.5 9.5v.16c0 .34.11.64.34.93s.52.41.86.41c.38 0 .69-.12.94-.38.25-.27.36-.57.36-.92M14.95 5H13v4.7c0 .35.11.65.36.92.25.26.53.38.84.38.41 0 .75-.13 1.01-.43.29-.3.37-.65.29-1.07M17 14h2v3h3v2h-3v3h-2v-3h-3v-2h3m-5-2.93c.28.27.61.49.97.65-.61.94-.97 2.07-.97 3.28 0 1.09.29 2.12.8 3H5c-1.11 0-2-.89-2-2v-4.97c.66.62 1.33.97 2.23.97.87 0 1.66-.36 2.24-.95.6.6 1.4.95 2.31.95.87 0 1.65-.36 2.22-.93"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/storefront-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/storefront-remove-outline.svg new file mode 100644 index 0000000..b447ab2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/storefront-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.84 3.42c.38-.28.79-.42 1.22-.42h13.88c.44 0 .83.14 1.19.42.37.28.6.64.73 1.08l1.03 4.41c.25 1.09.05 2.04-.61 2.86l-.15.15-.13.14c-.57.59-1.24.94-2.19.94s-1.7-.38-2.27-.95c-.63.62-1.37.95-2.24.95-.85 0-1.62-.3-2.3-.93-.56.56-1.36.93-2.2.93-.94 0-1.7-.33-2.33-.95-.56.54-1.31.95-2.25.95H5v6h7.08c.12.72.37 1.39.72 2H5c-.5 0-1-.22-1.39-.61S3 19.5 3 19v-6.97c-.1-.09-.2-.19-.31-.3-.63-.81-.83-1.73-.58-2.82L3.14 4.5c.1-.44.32-.8.7-1.08m16.13 5.96-1.08-4.41-1.92.03.61 4.84c.03.32.15.59.37.82.22.24.49.34.8.34.38 0 .69-.14.94-.45.28-.35.37-.74.28-1.17M7.03 5H5.06L4.03 9.38c-.09.43 0 .82.28 1.17.22.31.53.45.94.45.66 0 1.05-.37 1.17-1.16zM11 5H9.05L8.5 9.5v.16c0 .34.11.64.34.93s.52.41.86.41c.38 0 .69-.12.94-.38.25-.27.36-.57.36-.92zm3.95 0H13v4.7c0 .35.11.65.36.92.25.26.53.38.84.38.41 0 .75-.13 1.01-.43.29-.3.37-.65.29-1.07zm6.59 10.88-1.42-1.41L18 16.59l-2.12-2.12-1.41 1.41L16.59 18l-2.12 2.12 1.41 1.42L18 19.41l2.12 2.13 1.42-1.42L19.41 18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/storefront-remove.svg b/mkdocs-material/material/templates/.icons/material/storefront-remove.svg new file mode 100644 index 0000000..f7ca8f5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/storefront-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.84 3.42c.38-.28.79-.42 1.22-.42h13.88c.44 0 .83.14 1.19.42.37.28.6.64.73 1.08l1.03 4.41c.25 1.09.05 2.04-.61 2.86l-.15.15-.13.14c-.57.59-1.24.94-2.19.94s-1.7-.38-2.27-.95c-.63.62-1.37.95-2.24.95-.85 0-1.62-.3-2.3-.93-.56.56-1.36.93-2.2.93-.94 0-1.7-.33-2.33-.95-.56.54-1.31.95-2.25.95s-1.59-.36-2.18-.93c-.11-.1-.23-.22-.35-.34-.63-.81-.83-1.73-.58-2.82L3.14 4.5c.1-.44.32-.8.7-1.08m16.13 5.96-1.08-4.41-1.92.03.61 4.84c.03.32.15.59.37.82.22.24.49.34.8.34.38 0 .69-.14.94-.45.28-.35.37-.74.28-1.17M7.03 5H5.06L4.03 9.38c-.09.43 0 .82.28 1.17.22.31.53.45.94.45.66 0 1.05-.37 1.17-1.16zM11 5H9.05L8.5 9.5v.16c0 .34.11.64.34.93s.52.41.86.41c.38 0 .69-.12.94-.38.25-.27.36-.57.36-.92zm3.95 0H13v4.7c0 .35.11.65.36.92.25.26.53.38.84.38.41 0 .75-.13 1.01-.43.29-.3.37-.65.29-1.07zm5.17 9.46 1.42 1.42L19.41 18l2.13 2.12-1.42 1.42L18 19.41l-2.12 2.13-1.41-1.42L16.59 18l-2.12-2.12 1.41-1.41L18 16.59zM12 14.07c.28.27.61.49.97.65-.61.94-.97 2.07-.97 3.28 0 1.09.29 2.12.8 3H5c-1.11 0-2-.89-2-2v-4.97c.66.62 1.33.97 2.23.97.87 0 1.66-.36 2.24-.95.6.6 1.4.95 2.31.95.87 0 1.65-.36 2.22-.93"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/storefront.svg b/mkdocs-material/material/templates/.icons/material/storefront.svg new file mode 100644 index 0000000..dc4975b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/storefront.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.06 3c-.43 0-.84.14-1.22.42s-.6.64-.7 1.08L2.11 8.91c-.25 1.09-.05 2.01.58 2.82.12.12.24.24.35.34.59.57 1.24.93 2.18.93s1.69-.41 2.25-.95c.63.62 1.39.95 2.33.95.84 0 1.64-.37 2.2-.93.68.63 1.45.93 2.3.93.87 0 1.61-.33 2.24-.95.57.57 1.32.95 2.27.95s1.62-.35 2.19-.94c.09-.09.18-.19.28-.29.66-.82.86-1.77.61-2.86L20.86 4.5c-.13-.44-.36-.8-.73-1.08A1.88 1.88 0 0 0 18.94 3m-.05 1.97 1.08 4.41c.09.43 0 .82-.28 1.17-.25.31-.56.45-.94.45-.31 0-.58-.1-.8-.34-.22-.23-.34-.5-.37-.82L16.97 5M5.06 5h1.97l-.61 4.84C6.3 10.63 5.91 11 5.25 11c-.41 0-.72-.14-.94-.45-.28-.35-.37-.74-.28-1.17M9.05 5H11v4.7c0 .35-.11.65-.36.92-.25.26-.56.38-.94.38-.34 0-.63-.12-.86-.41S8.5 10 8.5 9.66V9.5M13 5h1.95l.55 4.5c.08.42 0 .77-.29 1.07-.26.3-.6.43-1.01.43-.31 0-.59-.12-.84-.38A1.3 1.3 0 0 1 13 9.7M3 14.03V19c0 1.11.89 2 2 2h14a2 2 0 0 0 2-2v-4.95c-.55.58-1.25.91-2 .95-1 .03-1.75-.26-2.46-.95-.6.6-1.4.95-2.24.95-.9 0-1.7-.36-2.3-.93-.57.57-1.35.93-2.22.93-.91 0-1.71-.35-2.31-.95-.58.59-1.37.95-2.24.95-.9 0-1.57-.35-2.23-.97"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/stove.svg b/mkdocs-material/material/templates/.icons/material/stove.svg new file mode 100644 index 0000000..a6eeba5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/stove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 14h2l3 3H9zM4 4h1V3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v1h2V3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v1h1a2 2 0 0 1 2 2v13a2 2 0 0 1-2 2v1h-3v-1H7v1H4v-1a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2m14 3a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m-4 0a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m6-1H4v4h16zM4 19h16v-7H4zM6 7a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m7 7h2l3 3h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/strategy.svg b/mkdocs-material/material/templates/.icons/material/strategy.svg new file mode 100644 index 0000000..fcbf7b9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/strategy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m6.91 5.5 2.3 2.29-1.42 1.42-2.29-2.3-2.29 2.3-1.42-1.42 2.3-2.29-2.3-2.29 1.42-1.42 2.29 2.3 2.29-2.3 1.42 1.42m13 13-1.42-1.42-2.29 2.3-2.29-2.3-1.42 1.42 2.3 2.29-2.3 2.29 1.42 1.42 2.29-2.3 2.29 2.3 1.42-1.42-2.3-2.29m.49-11.67L17.18 11 15.6 9.73l1.17-1.5a9.08 9.08 0 0 0-6.66 5.62A4.5 4.5 0 1 1 7.5 13a4 4 0 0 1 .78.08 11.27 11.27 0 0 1 8.15-6.82L15 5.18l1.27-1.58M10 17.5A2.5 2.5 0 1 0 7.5 20a2.5 2.5 0 0 0 2.5-2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/stretch-to-page-outline.svg b/mkdocs-material/material/templates/.icons/material/stretch-to-page-outline.svg new file mode 100644 index 0000000..bfd2059 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/stretch-to-page-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.11 0-2 .89-2 2v16c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V4c0-1.11-.89-2-2-2m0 18H4V4h16M8.83 10.25 7.29 8.71 6 10V6h4L8.71 7.29l1.54 1.54m3.5 0 1.54-1.54L14 6h4v4l-1.29-1.29-1.54 1.54m0 3.5 1.54 1.54L18 14v4h-4l1.29-1.29-1.54-1.54m-3.5 0-1.54 1.54L10 18H6v-4l1.29 1.29 1.54-1.54"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/stretch-to-page.svg b/mkdocs-material/material/templates/.icons/material/stretch-to-page.svg new file mode 100644 index 0000000..4aab471 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/stretch-to-page.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.11 0-2 .89-2 2v16c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V4c0-1.11-.89-2-2-2M9 19H5v-4l1.29 1.29 1.54-1.54 1.42 1.42-1.54 1.54m.12-8.46L6.29 7.71 5 9V5h4L7.71 6.29l1.54 1.54M19 19h-4l1.29-1.29-1.54-1.54 1.42-1.42 1.54 1.54L19 15m0-6-1.29-1.29-1.54 1.54-1.42-1.42 1.54-1.54L15 5h4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/string-lights-off.svg b/mkdocs-material/material/templates/.icons/material/string-lights-off.svg new file mode 100644 index 0000000..0067785 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/string-lights-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 10.74V8.96c.95-.06 1.86-.15 2.74-.29l.42 1.72a3.1 3.1 0 0 0-.43 2.43c.09.35.18.68.27.98l4.12 4.12c2.49-.66 1.97-4.37 1.44-6.53-.2-.8-.74-1.54-1.51-1.95l-.42-1.7c.48-.16.94-.33 1.37-.51V5c-2 1.07-5.47 2.03-10 2.03-.63 0-1.24-.03-1.83-.06m10.55 9.53c-1.45.34-2.53-4.03-2.53-4.03s-.36-1.47 1.1-1.82 1.81 1.1 1.81 1.1 1.08 4.37-.38 4.75m-5.77-2.21-1.45-1.46-1.32-1.33L10 9.34l-.42-.41h.01L7.32 6.66 2.39 1.73 1.11 3l2.8 2.8C3.19 5.55 2.53 5.28 2 5v2.23c.43.18.89.35 1.37.51l-.42 1.7a3.07 3.07 0 0 0-1.51 1.95c-.535 2.18-1.055 5.92 1.48 6.54C4 18.2 6 17.89 7.27 12.82c.19-.82.06-1.7-.43-2.43l.33-1.33 2.33 2.32c-.32.49-.5 1.06-.5 1.62 0 2.24.39 6 3 6 .8 0 1.97-.41 2.59-2.5l6.25 6.23 1.27-1.27-7.16-7.16zm-9.14-1.82s-1.07 4.37-2.53 4.03c-1.46-.38-.38-4.75-.38-4.75s.36-1.46 1.81-1.1 1.1 1.82 1.1 1.82M12 17.5c-1.5 0-1.5-4.5-1.5-4.5s0-.23.1-.5l2.72 2.71c-.19 1.14-.56 2.29-1.32 2.29"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/string-lights.svg b/mkdocs-material/material/templates/.icons/material/string-lights.svg new file mode 100644 index 0000000..8ccceba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/string-lights.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.56 11.39c-.2-.8-.74-1.54-1.51-1.95l-.42-1.7c.48-.16.94-.33 1.37-.51V5c-2 1.07-5.47 2.03-10 2.03S4 6.07 2 5v2.23c.43.18.89.35 1.37.51l-.42 1.7a3.07 3.07 0 0 0-1.51 1.95c-.535 2.18-1.055 5.92 1.48 6.54C4 18.2 6 17.89 7.27 12.82c.19-.82.06-1.7-.43-2.43l.42-1.72c.88.14 1.79.23 2.74.29v1.78c-.65.59-1 1.43-1 2.26 0 2.24.39 6 3 6 1.12 0 3-.78 3-6 0-.83-.35-1.67-1-2.26V8.96c.95-.06 1.86-.15 2.74-.29l.42 1.72a3.1 3.1 0 0 0-.43 2.43C18 17.89 20 18.2 21.08 17.93c2.53-.62 2.01-4.36 1.48-6.54M5.81 12.47s-1.07 4.37-2.53 4.03c-1.46-.38-.38-4.75-.38-4.75s.36-1.46 1.81-1.1 1.1 1.82 1.1 1.82M12 17.5c-1.5 0-1.5-4.5-1.5-4.5s0-1.5 1.5-1.5 1.5 1.5 1.5 1.5 0 4.5-1.5 4.5m8.72-1c-1.45.34-2.53-4.03-2.53-4.03s-.36-1.47 1.1-1.82 1.81 1.1 1.81 1.1 1.08 4.37-.38 4.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/subdirectory-arrow-left.svg b/mkdocs-material/material/templates/.icons/material/subdirectory-arrow-left.svg new file mode 100644 index 0000000..61cb5b9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/subdirectory-arrow-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11 9 1.42 1.42L8.83 14H18V4h2v12H8.83l3.59 3.58L11 21l-6-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/subdirectory-arrow-right.svg b/mkdocs-material/material/templates/.icons/material/subdirectory-arrow-right.svg new file mode 100644 index 0000000..ecdf454 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/subdirectory-arrow-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19 15-6 6-1.42-1.42L15.17 16H4V4h2v10h9.17l-3.59-3.58L13 9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/submarine.svg b/mkdocs-material/material/templates/.icons/material/submarine.svg new file mode 100644 index 0000000..4e1c943 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/submarine.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 3.67C6.78 4.53 5.39 4.93 4 5H2v2h2c1.37 0 2.74-.35 4-1 2.5 1.3 5.5 1.3 8 0 1.26.65 2.62.94 4 1h2V5h-2c-1.39 0-2.78-.47-4-1.33-2.44 1.71-5.56 1.71-8 0m8 5L15 10v2h-1l-2 2H9l-3 2-1-2H4v2l-2 1 2 1v2h1.14L6 18l3 2h11a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-2l-1-1v-1h-1v-2h1V8.67Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/subtitles-outline.svg b/mkdocs-material/material/templates/.icons/material/subtitles-outline.svg new file mode 100644 index 0000000..669c959 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/subtitles-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 4a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2zm0 14V6H4v12zM6 10h2v2H6zm0 4h8v2H6zm10 0h2v2h-2zm-6-4h8v2h-8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/subtitles.svg b/mkdocs-material/material/templates/.icons/material/subtitles.svg new file mode 100644 index 0000000..b853319 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/subtitles.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2M4 12h4v2H4zm10 6H4v-2h10zm6 0h-4v-2h4zm0-4H10v-2h10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/subway-alert-variant.svg b/mkdocs-material/material/templates/.icons/material/subway-alert-variant.svg new file mode 100644 index 0000000..1712df6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/subway-alert-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 11V6h-5v5zm-1.5 6c.8 0 1.5-.7 1.5-1.5s-.7-1.5-1.5-1.5-1.5.7-1.5 1.5.7 1.5 1.5 1.5M9 11V6H4v5zm-3.5 6c.8 0 1.5-.7 1.5-1.5S6.3 14 5.5 14 4 14.7 4 15.5 4.7 17 5.5 17M10 2c4.4 0 8 .5 8 4v9.5c0 1.9-1.6 3.5-3.5 3.5l1.5 1.5v.5H4v-.5L5.5 19C3.6 19 2 17.4 2 15.5V6c0-3.5 3.6-4 8-4m10 11V7h2v6zm0 4v-2h2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/subway-variant.svg b/mkdocs-material/material/templates/.icons/material/subway-variant.svg new file mode 100644 index 0000000..29f3dc4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/subway-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 11h-5V6h5m-1.5 11a1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5 1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5M11 11H6V6h5M7.5 17A1.5 1.5 0 0 1 6 15.5 1.5 1.5 0 0 1 7.5 14 1.5 1.5 0 0 1 9 15.5 1.5 1.5 0 0 1 7.5 17M12 2c-4.42 0-8 .5-8 4v9.5A3.5 3.5 0 0 0 7.5 19L6 20.5v.5h12v-.5L16.5 19a3.5 3.5 0 0 0 3.5-3.5V6c0-3.5-3.58-4-8-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/subway.svg b/mkdocs-material/material/templates/.icons/material/subway.svg new file mode 100644 index 0000000..e0eb20b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/subway.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.5 15a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1M7 9h10v5H7zm8.5 6a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m2.5.88V9c0-2.62-2.68-3-6-3-3 0-6 .37-6 3v6.88a2.62 2.62 0 0 0 2.62 2.62L7.5 19.62V20h1.67l1.5-1.5h2.83L15 20h1.5v-.38l-1.13-1.12c1.45 0 2.63-1.17 2.63-2.62M17.8 2.8C20.47 3.84 22 6.05 22 8.86V22H2V8.86C2 6.05 3.53 3.84 6.2 2.8 8 2.09 10.14 2 12 2s4 .09 5.8.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/summit.svg b/mkdocs-material/material/templates/.icons/material/summit.svg new file mode 100644 index 0000000..667c175 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/summit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 3h2l5 2-5 2v3.17L22 21H2l6-8 3.5 4.7 3.5-7.53z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sun-angle-outline.svg b/mkdocs-material/material/templates/.icons/material/sun-angle-outline.svg new file mode 100644 index 0000000..62836c7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sun-angle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.8 5.2C13 5 12.2 5 11.4 5l3.2-2.7 1.4 4c-.7-.5-1.4-.8-2.2-1.1M7 7.1c.6-.6 1.3-1.1 2-1.4l-4.1-.8.7 4.1c.4-.7.8-1.4 1.4-1.9m-1.8 6.7C5 13 5 12.2 5 11.4l-2.7 3.2 4 1.4c-.5-.6-.9-1.4-1.1-2.2M22 19v2H3l5.4-5.5c-1.9-2-1.9-5.1 0-7.1 1.9-1.9 5.1-1.9 7 0l3-3 1.4 1.4L7.7 19zM9.8 14.1 14 9.8c-1.2-1.1-3-1.1-4.2 0-1.1 1.2-1.1 3.1 0 4.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sun-angle.svg b/mkdocs-material/material/templates/.icons/material/sun-angle.svg new file mode 100644 index 0000000..ea38412 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sun-angle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.8 5.2C13 5 12.2 5 11.4 5l3.2-2.7 1.4 4c-.7-.5-1.4-.8-2.2-1.1M7 7.1c.6-.6 1.3-1.1 2-1.4l-4.1-.8.7 4.1c.4-.7.8-1.4 1.4-1.9m-1.8 6.7C5 13 5 12.2 5 11.4l-2.7 3.2 4 1.4c-.5-.6-.9-1.4-1.1-2.2M22 19v2H3l5.4-5.5c-1.9-2-1.9-5.1 0-7.1 1.9-1.9 5.1-1.9 7 0l3-3 1.4 1.4L7.7 19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sun-clock-outline.svg b/mkdocs-material/material/templates/.icons/material/sun-clock-outline.svg new file mode 100644 index 0000000..4a569d5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sun-clock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.1 9.32 19.65 6l-4.15-.36c.6.51 1.13 1.14 1.55 1.86.32.55.53 1.13.68 1.72C17.18 9.08 16.6 9 16 9h-.42A5.01 5.01 0 0 0 11 6c-2.76 0-5 2.24-5 5a5.01 5.01 0 0 0 3 4.58V16c0 3.87 3.13 7 7 7s7-3.13 7-7c0-3.13-2.06-5.79-4.9-6.68M8 11c0-1.65 1.35-3 3-3 1.08 0 2.03.58 2.56 1.45-1.9.7-3.41 2.21-4.11 4.11A3 3 0 0 1 8 11m8 10c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5m.5-4.75 2.86 1.69-.75 1.22L15 17v-5h1.5zM11 4c-.84 0-1.65.15-2.39.42L11 1l2.39 3.42C12.65 4.15 11.84 4 11 4M4.95 14.5c.42.74.96 1.36 1.55 1.87L2.36 16l1.76-3.77c.14.77.41 1.55.83 2.27m-.84-4.71L2.34 6l4.16-.35A7.2 7.2 0 0 0 4.94 7.5c-.44.74-.69 1.5-.83 2.29"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sun-clock.svg b/mkdocs-material/material/templates/.icons/material/sun-clock.svg new file mode 100644 index 0000000..b654abc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sun-clock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.1 9.3 19.6 6l-4.1-.4c.6.5 1.1 1.1 1.5 1.9.3.6.5 1.1.7 1.7-.5-.1-1.1-.2-1.7-.2h-.4c-.8-1.8-2.5-3-4.6-3-2.8 0-5 2.2-5 5 0 2.1 1.2 3.8 3 4.6v.4c0 3.9 3.1 7 7 7s7-3.1 7-7c0-3.1-2.1-5.8-4.9-6.7M16 21c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5-2.2 5-5 5m.5-4.8 2.9 1.7-.8 1.2L15 17v-5h1.5zM11 4c-.8 0-1.6.2-2.4.4L11 1l2.4 3.4c-.8-.2-1.6-.4-2.4-.4M4.9 14.5c.4.7 1 1.4 1.6 1.9L2.4 16l1.8-3.8c.1.8.3 1.6.7 2.3m-.8-4.7L2.3 6l4.2-.3c-.6.5-1.1 1.1-1.6 1.8-.4.7-.7 1.5-.8 2.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sun-compass.svg b/mkdocs-material/material/templates/.icons/material/sun-compass.svg new file mode 100644 index 0000000..0f8e5cb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sun-compass.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.7 4.3 12 1l2.3 3.3c-.7-.2-1.5-.3-2.3-.3s-1.6.1-2.3.3m7.8 1.9c1.1 1.1 2 2.5 2.3 4.1l1.7-3.7zM5 8.1q.15-.15 0 0c.1-.1.1-.1.1-.2.4-.6.9-1.2 1.4-1.7l-4 .3 1.7 3.7c.2-.7.5-1.5.8-2.1m14.2 7.3s0 .1 0 0c-.1.2-.2.4-.3.5v.2c-.4.7-.9 1.2-1.4 1.8l4.1-.3-1.7-3.7c-.2.5-.4 1-.7 1.5m-14 .8c0-.1-.1-.1-.1-.2-.1-.1-.1-.1-.1-.2-.1-.2-.2-.3-.2-.5-.2-.5-.4-1-.5-1.5l-1.7 3.7 4.1.3c-.7-.5-1.1-1-1.5-1.6m7.4 3.8h-1.2c-.6 0-1.2-.2-1.7-.3L12 23l2.3-3.3c-.5.1-1.1.2-1.7.3m3.6-12.2c-2.3-2.3-6.1-2.3-8.5 0s-2.3 6.1 0 8.5 6.1 2.3 8.5 0 2.4-6.2 0-8.5m-7.7 7.7 2.1-4.9 5-2.2-2.1 4.9zm4.2-2.8c-.4.4-1 .4-1.4 0s-.4-1 0-1.4 1-.4 1.4 0 .4 1 0 1.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sun-snowflake-variant.svg b/mkdocs-material/material/templates/.icons/material/sun-snowflake-variant.svg new file mode 100644 index 0000000..fcbaa77 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sun-snowflake-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12.92 1.58-1.74 1 1.21 2.09-.59 2.18L9 7.6 7.38 6l.04-2.41H5.43v1.83H3.59l.01 2H6l1.65 1.61-.75 2.79-2.22.58-2.09-1.2-1 1.73 1.58.91-.91 1.58 1.74 1 1.19-2.09 2.23-.58.5.51 1.4-1.4-.54-.54.75-2.78 2.79-.76.53.54 1.41-1.41-.53-.54.59-2.18L16.41 4l-1-1.75-1.58.91zM20.72 4 4 20.72 5.27 22l4.89-4.89a4.99 4.99 0 0 0 7.67-2.82c.39-1.43.1-2.93-.72-4.13L22 5.27zm-1.98 5c.44.63.79 1.38 1.01 2.19s.28 1.62.21 2.42l2.69-3.2zm.58 6.95c-.32.72-.82 1.4-1.39 1.99-.59.59-1.27 1.06-1.97 1.4l4.09.72zM9 18.71l1.41 3.95 3.18-2.71c-.78.05-1.59.02-2.4-.19-.83-.22-1.57-.59-2.19-1.05"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sun-snowflake.svg b/mkdocs-material/material/templates/.icons/material/sun-snowflake.svg new file mode 100644 index 0000000..07ee7e9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sun-snowflake.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31l1-1v-4.48l3.24 3.24 1.42-1.41L13 15v-2h2l4.66 4.66 1.41-1.42L17.83 13H22v-2h-4.17l3.24-3.24-1.41-1.42L15 11h-2V9l4.66-4.66-1.42-1.41L13 6.17V1.69m-2 4.4v2.04c-1.76.46-3 2.05-3 3.87a4.01 4.01 0 0 0 3 3.87v2.04A6 6 0 0 1 6 12c0-2.93 2.11-5.43 5-5.91"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sun-thermometer-outline.svg b/mkdocs-material/material/templates/.icons/material/sun-thermometer-outline.svg new file mode 100644 index 0000000..18e902b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sun-thermometer-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 2 7.6 5.4C8.4 5.2 9.2 5 10 5s1.6.2 2.4.4zm11 11.8V7c0-1.1-.9-2-2-2s-2 .9-2 2v6.8c-.6.6-1 1.4-1 2.2 0 1.7 1.3 3 3 3s3-1.3 3-3c0-.9-.4-1.7-1-2.2M20 8h-2V7c0-.6.4-1 1-1s1 .4 1 1zM5.5 6.7 1.3 7l1.8 3.8c.1-.8.4-1.6.8-2.3.5-.7 1-1.3 1.6-1.8M10 7c-2.8 0-5 2.2-5 5s2.2 5 5 5 5-2.2 5-5-2.2-5-5-5m0 8c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3m-6.8-1.8L1.4 17l4.1.4c-.5-.5-1.1-1.2-1.5-1.9-.5-.7-.7-1.5-.8-2.3m4.4 5.4L10 22l2.4-3.4c-.8.2-1.6.4-2.4.4-.9 0-1.7-.2-2.4-.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sun-thermometer.svg b/mkdocs-material/material/templates/.icons/material/sun-thermometer.svg new file mode 100644 index 0000000..95eb525 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sun-thermometer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 2 7.6 5.4C8.4 5.2 9.2 5 10 5s1.6.2 2.4.4M19 5c-1.11 0-2 .89-2 2v6.76c-.64.57-1 1.39-1 2.24 0 1.66 1.34 3 3 3s3-1.34 3-3c0-.85-.36-1.67-1-2.23V7c0-1.11-.89-2-2-2m0 1c.55 0 1 .45 1 1v1h-2V7c0-.55.45-1 1-1m-13.5.7L1.3 7l1.8 3.8c.1-.8.4-1.6.8-2.3.5-.7 1-1.3 1.6-1.8M10 7c-2.8 0-5 2.2-5 5s2.2 5 5 5 5-2.2 5-5-2.2-5-5-5m-6.8 6.2L1.4 17l4.1.4c-.5-.5-1.1-1.2-1.5-1.9-.5-.7-.7-1.5-.8-2.3m4.4 5.4L10 22l2.4-3.4c-.8.2-1.6.4-2.4.4-.9 0-1.7-.2-2.4-.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sun-wireless-outline.svg b/mkdocs-material/material/templates/.icons/material/sun-wireless-outline.svg new file mode 100644 index 0000000..a7be421 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sun-wireless-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11 1 2.39 3.42C12.65 4.15 11.84 4 11 4s-1.65.15-2.39.42zM2.34 6l4.16-.35A7.2 7.2 0 0 0 4.94 7.5c-.44.74-.69 1.5-.83 2.29zm.02 10 1.76-3.77a7.131 7.131 0 0 0 2.38 4.14zM19.65 6l-1.77 3.79a7.02 7.02 0 0 0-2.38-4.15zM23 13h-2c0 2.05-.78 4.1-2.34 5.66A7.96 7.96 0 0 1 13 21v2c2.56 0 5.12-1 7.07-2.93S23 15.56 23 13m-4 0h-2c0 1-.39 2.05-1.17 2.83S14 17 13 17v2a5.989 5.989 0 0 0 6-6m-8-5c1.65 0 3 1.35 3 3s-1.35 3-3 3-3-1.35-3-3 1.35-3 3-3m0-2c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sun-wireless.svg b/mkdocs-material/material/templates/.icons/material/sun-wireless.svg new file mode 100644 index 0000000..e699856 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sun-wireless.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 6c2.76 0 5 2.24 5 5s-2.24 5-5 5-5-2.24-5-5 2.24-5 5-5m0-5 2.39 3.42C12.65 4.15 11.84 4 11 4s-1.65.15-2.39.42zM2.34 6l4.16-.35A7.2 7.2 0 0 0 4.94 7.5c-.44.74-.69 1.5-.83 2.29zm.02 10 1.76-3.77a7.131 7.131 0 0 0 2.38 4.14zM19.65 6l-1.77 3.79a7.02 7.02 0 0 0-2.38-4.15zM23 13h-2c0 2.05-.78 4.1-2.34 5.66A7.96 7.96 0 0 1 13 21v2c2.56 0 5.12-1 7.07-2.93S23 15.56 23 13m-4 0h-2c0 1-.39 2.05-1.17 2.83S14 17 13 17v2a5.989 5.989 0 0 0 6-6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sunglasses.svg b/mkdocs-material/material/templates/.icons/material/sunglasses.svg new file mode 100644 index 0000000..1589f0e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sunglasses.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 17H4C2.38 17 .96 15.74.76 14.14l-.5-2.99C.15 10.3.39 9.5.91 8.92S2.19 8 3 8h6c.83 0 1.58.35 2.06.96.11.15.21.31.29.49.43-.09.87-.09 1.29 0 .08-.18.18-.34.3-.49C13.41 8.35 14.16 8 15 8h6c.81 0 1.57.34 2.09.92.51.58.75 1.38.65 2.19l-.51 3.07C23.04 15.74 21.61 17 20 17h-3c-1.56 0-3.08-1.19-3.46-2.7l-.9-2.71c-.38-.28-.91-.28-1.29 0l-.92 2.78C10.07 15.82 8.56 17 7 17"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/surfing.svg b/mkdocs-material/material/templates/.icons/material/surfing.svg new file mode 100644 index 0000000..acc1af8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/surfing.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 23v-2c-1.41.05-2.78-.1-4-1-1.76 1.25-4.23 1.25-6 0-1.77 1.25-4.24 1.25-6 0-1.22.9-2.59 1.05-4 1v2c1.37.05 2.78-.06 4-.75 1.84 1 4.15 1 6 0 1.85 1 4.16 1 6 0 1.22.69 2.63.8 4 .75m-1.5-11.03V9.95c-1.76.01-3.5-.95-4.32-2.54l-.89-1.55c-.29-.46-.74-.75-1.22-.89L8.5 3.94 5 6.38 6.13 8l2.82-1.9 2.02.33-2.16 1.45C8.21 8.29 7.88 9 8 9.71l.53 3.1C7.12 12.26 3.21 11 3 13.23c.36 2.44 3.07 4.09 5.06 5.59 1.44.47 3-.24 3.94-1.36 1.32 1.7 3.89 2 5.5.54-.47-.42-1-.85-1.5-1.2v-3.85l-3.81-3 2.25-1.51C15.62 10.59 18 12 20.5 11.97M14 14v1.47c0-.04-2.34-1.31-2.19-1.23l-1.08-.54-.42-2.62zm5-10.5c0 1.11-.89 2-2 2s-2-.89-2-2 .9-2 2-2 2 .9 2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/surround-sound-2-0.svg b/mkdocs-material/material/templates/.icons/material/surround-sound-2-0.svg new file mode 100644 index 0000000..3c3e6e6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/surround-sound-2-0.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 7v2h4v2H5c-1.1 0-2 .9-2 2v4h6v-2H5v-2h2c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zm10 10h-2v-2h2zm4-10c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h2c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zm0 2h2v6h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/surround-sound-2-1.svg b/mkdocs-material/material/templates/.icons/material/surround-sound-2-1.svg new file mode 100644 index 0000000..e9892cd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/surround-sound-2-1.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 7v2h4v2H6c-1.1 0-2 .9-2 2v4h6v-2H6v-2h2c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zm10 10h-2v-2h2zm2-10v2h2v8h2V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/surround-sound-3-1.svg b/mkdocs-material/material/templates/.icons/material/surround-sound-3-1.svg new file mode 100644 index 0000000..8060507 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/surround-sound-3-1.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 17h-2v-2h2zm6-10v10h-2V9h-2V7zm-10 8c0 1.1-.9 2-2 2H4v-2h4v-2H6v-2h2V9H4V7h4c1.1 0 2 .9 2 2v1.5c0 .8-.7 1.5-1.5 1.5.8 0 1.5.7 1.5 1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/surround-sound-5-1-2.svg b/mkdocs-material/material/templates/.icons/material/surround-sound-5-1-2.svg new file mode 100644 index 0000000..57b434b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/surround-sound-5-1-2.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 7v2h4v2h-2c-1.1 0-2 .9-2 2v4h6v-2h-4v-2h2c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zM9 17H7v-2h2zM9 7v2h2v8h2V7zM0 7v6h4v2H0v2h4c1.1 0 2-.9 2-2v-2c0-1.1-.9-2-2-2H2V9h4V7zm17 10h-2v-2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/surround-sound-5-1.svg b/mkdocs-material/material/templates/.icons/material/surround-sound-5-1.svg new file mode 100644 index 0000000..e8ceb4d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/surround-sound-5-1.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 17h-2v-2h2zm6-10v10h-2V9h-2V7zM10 7v2H6v2h2c1.1 0 2 .9 2 2v2c0 1.1-.9 2-2 2H4v-2h4v-2H4V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/surround-sound-7-1.svg b/mkdocs-material/material/templates/.icons/material/surround-sound-7-1.svg new file mode 100644 index 0000000..1ddfda8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/surround-sound-7-1.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 17h-2v-2h2zm6-10v10h-2V9h-2V7zM4 17l4-8H4V7h6v2l-4 8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/surround-sound.svg b/mkdocs-material/material/templates/.icons/material/surround-sound.svg new file mode 100644 index 0000000..b47e444 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/surround-sound.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2M7.76 16.24l-1.41 1.41A7.9 7.9 0 0 1 4 12c0-2.05.78-4.1 2.34-5.66l1.41 1.41A6.05 6.05 0 0 0 6 12c0 1.54.59 3.07 1.76 4.24M12 16a4 4 0 0 1-4-4 4 4 0 0 1 4-4 4 4 0 0 1 4 4 4 4 0 0 1-4 4m5.66 1.66-1.41-1.41A6.05 6.05 0 0 0 18 12c0-1.54-.59-3.07-1.76-4.24l1.41-1.41A7.9 7.9 0 0 1 20 12c0 2.05-.78 4.1-2.34 5.66M12 10a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/svg.svg b/mkdocs-material/material/templates/.icons/material/svg.svg new file mode 100644 index 0000000..3a080f4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/svg.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.13 10.71h3.74L6.22 8.06c-1.01 0-1.83-.82-1.83-1.84a1.83 1.83 0 0 1 1.83-1.83c1.02 0 1.84.82 1.84 1.83l2.65 2.65V5.13a1.84 1.84 0 0 1 0-2.59 1.81 1.81 0 0 1 2.58 0c.71.71.71 1.87 0 2.59v3.74l2.66-2.65a1.83 1.83 0 0 1 3.66 0c0 1.02-.82 1.84-1.83 1.84l-2.65 2.65h3.74a1.84 1.84 0 0 1 2.59 0c.72.71.72 1.87 0 2.58-.71.71-1.87.71-2.59 0h-3.74l2.65 2.66c1.01 0 1.83.81 1.83 1.83a1.83 1.83 0 0 1-1.83 1.83c-1.02 0-1.83-.82-1.83-1.83l-2.66-2.65v3.74c.71.72.71 1.88 0 2.59-.71.72-1.87.72-2.58 0a1.84 1.84 0 0 1 0-2.59v-3.74l-2.65 2.65c0 1.01-.82 1.83-1.84 1.83a1.83 1.83 0 0 1 0-3.66l2.65-2.66H5.13c-.72.71-1.88.71-2.59 0a1.81 1.81 0 0 1 0-2.58 1.84 1.84 0 0 1 2.59 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/swap-horizontal-bold.svg b/mkdocs-material/material/templates/.icons/material/swap-horizontal-bold.svg new file mode 100644 index 0000000..35d3f94 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/swap-horizontal-bold.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 10v3h6v5H8v3l-6-5.5zm14-1.5L16 3v3h-6v5h6v3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/swap-horizontal-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/swap-horizontal-circle-outline.svg new file mode 100644 index 0000000..e00d5dc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/swap-horizontal-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m3-13.5V9h-4v2h4v2.5l3.5-3.5zm-6 4L5.5 14 9 17.5V15h4v-2H9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/swap-horizontal-circle.svg b/mkdocs-material/material/templates/.icons/material/swap-horizontal-circle.svg new file mode 100644 index 0000000..7ee12d9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/swap-horizontal-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 12c0-5.5-4.5-10-10-10S2 6.5 2 12s4.5 10 10 10 10-4.5 10-10m-7-5.5 3.5 3.5-3.5 3.5V11h-4V9h4zm-6 11L5.5 14 9 10.5V13h4v2H9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/swap-horizontal-hidden.svg b/mkdocs-material/material/templates/.icons/material/swap-horizontal-hidden.svg new file mode 100644 index 0000000..3d17af9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/swap-horizontal-hidden.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17 5 4 4-4 4zm-1 3h-3v2h3zm-4 2V8h-2v2zm-9 5 4-4v8zm5 1h3v-2H8zm4-2v2h2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/swap-horizontal-variant.svg b/mkdocs-material/material/templates/.icons/material/swap-horizontal-variant.svg new file mode 100644 index 0000000..8adc140 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/swap-horizontal-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m4 6 4 4V7h8a2 2 0 0 1 2 2 2 2 0 0 1-2 2H8a4 4 0 0 0-4 4 4 4 0 0 0 4 4h8v3l4-4-4-4v3H8a2 2 0 0 1-2-2 2 2 0 0 1 2-2h8a4 4 0 0 0 4-4 4 4 0 0 0-4-4H8V2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/swap-horizontal.svg b/mkdocs-material/material/templates/.icons/material/swap-horizontal.svg new file mode 100644 index 0000000..ce48647 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/swap-horizontal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21 9-4-4v3h-7v2h7v3M7 11l-4 4 4 4v-3h7v-2H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/swap-vertical-bold.svg b/mkdocs-material/material/templates/.icons/material/swap-vertical-bold.svg new file mode 100644 index 0000000..0c1cc74 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/swap-vertical-bold.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 8h-3v6H6V8H3l5.5-6zm1.5 14 5.5-6h-3v-6h-5v6h-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/swap-vertical-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/swap-vertical-circle-outline.svg new file mode 100644 index 0000000..df170fc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/swap-vertical-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8M6.5 9 10 5.5 13.5 9H11v4H9V9zm11 6L14 18.5 10.5 15H13v-4h2v4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/swap-vertical-circle.svg b/mkdocs-material/material/templates/.icons/material/swap-vertical-circle.svg new file mode 100644 index 0000000..d825153 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/swap-vertical-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2M6.5 9 10 5.5 13.5 9H11v4H9V9zm11 6L14 18.5 10.5 15H13v-4h2v4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/swap-vertical-variant.svg b/mkdocs-material/material/templates/.icons/material/swap-vertical-variant.svg new file mode 100644 index 0000000..f6b86b5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/swap-vertical-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18 4-4 4h3v8a2 2 0 0 1-2 2 2 2 0 0 1-2-2V8a4 4 0 0 0-4-4 4 4 0 0 0-4 4v8H2l4 4 4-4H7V8a2 2 0 0 1 2-2 2 2 0 0 1 2 2v8a4 4 0 0 0 4 4 4 4 0 0 0 4-4V8h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/swap-vertical.svg b/mkdocs-material/material/templates/.icons/material/swap-vertical.svg new file mode 100644 index 0000000..5ca37b3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/swap-vertical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 3 5 7h3v7h2V7h3m3 10v-7h-2v7h-3l4 4 4-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/swim.svg b/mkdocs-material/material/templates/.icons/material/swim.svg new file mode 100644 index 0000000..0eeae48 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/swim.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 18c2.22-1 4.44-2 6.67-2 2.22 0 4.44 2 6.66 2 2.23 0 4.45-2 6.67-2v3c-2.22 0-4.44 2-6.67 2-2.22 0-4.44-2-6.66-2-2.23 0-4.45 1-6.67 2zm6.67-5c-.78 0-1.55.12-2.32.32l4.92-3.44-1.04-1.24c-.14-.17-.23-.4-.23-.64 0-.34.17-.65.44-.83l5.72-4 1.15 1.63-4.84 3.39 5.23 6.23c-.79.33-1.58.58-2.37.58-2.22 0-4.44-2-6.66-2M18 7a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/switch.svg b/mkdocs-material/material/templates/.icons/material/switch.svg new file mode 100644 index 0000000..b733bd4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/switch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 18h1a1 1 0 0 1 1 1h7v2h-7a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1H2v-2h7a1 1 0 0 1 1-1h1v-2H8a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1h-3zm0-12h1V4h-1zM9 4v2h2V4zm0 4v2h2V8zm0 4v2h2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sword-cross.svg b/mkdocs-material/material/templates/.icons/material/sword-cross.svg new file mode 100644 index 0000000..81fa361 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sword-cross.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m6.2 2.44 11.9 11.9 2.12-2.12 1.41 1.41-2.47 2.47 3.18 3.18c.39.39.39 1.02 0 1.41l-.71.71a.996.996 0 0 1-1.41 0L17 18.23l-2.44 2.47-1.41-1.41 2.12-2.12-11.9-11.9V2.44zM15.89 10l4.74-4.74V2.44H17.8l-4.74 4.74zm-4.95 5-2.83-2.87-2.21 2.21-2.12-2.12-1.41 1.41 2.47 2.47-3.18 3.19a.996.996 0 0 0 0 1.41l.71.71c.39.39 1.02.39 1.41 0L7 18.23l2.44 2.47 1.41-1.41-2.12-2.12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sword.svg b/mkdocs-material/material/templates/.icons/material/sword.svg new file mode 100644 index 0000000..0863fca --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sword.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.92 5H5l9 9 1-.94m4.96 6.06-.84.84a.996.996 0 0 1-1.41 0l-3.12-3.12-2.68 2.66-1.41-1.41 1.42-1.42L3 7.75V3h4.75l8.92 8.92 1.42-1.42 1.41 1.41-2.67 2.67 3.12 3.12c.4.4.4 1.03.01 1.42"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/syllabary-hangul.svg b/mkdocs-material/material/templates/.icons/material/syllabary-hangul.svg new file mode 100644 index 0000000..fbf84d0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/syllabary-hangul.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 4v2H4v2h2.39C5.55 8.74 5 9.8 5 11c0 2.2 1.8 4 4 4s4-1.8 4-4c0-1.2-.55-2.26-1.39-3H14V6h-4V4m5 0v12h2v-5h3V9h-3V4M9 9c1.12 0 2 .88 2 2s-.88 2-2 2-2-.88-2-2 .88-2 2-2m-2 7v4h10v-2H9v-2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/syllabary-hiragana.svg b/mkdocs-material/material/templates/.icons/material/syllabary-hiragana.svg new file mode 100644 index 0000000..4ad3d5c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/syllabary-hiragana.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 4v2H6v2h3v2c-2.75 0-5 2.27-5 5.03a5.04 5.04 0 0 0 5.03 5.03c.86 0 1.69-.29 2.37-.8.23.28.48.56.75.83l1.41-1.42c-.26-.25-.49-.52-.7-.78l1-1c1.07-1.07 1.92-2.66 2.56-4.3.89.52 1.58 1.31 1.58 2.41 0 1.32-.53 2.6-1.46 3.54l1.41 1.41A7 7 0 0 0 20 15c0-1.96-1.18-3.64-2.85-4.45l.35-1.26-1.95-.51-.34 1.27c-.08 0-.15-.05-.24-.05H11V8h5V6h-5V4m0 8h3.5c-.56 1.37-1.31 2.72-2.06 3.47l-.65.66c-.54-1.2-.79-2.54-.79-4.13m-2 0c0 2.07.41 3.94 1.3 5.59-.36.3-.8.47-1.27.47-1.7 0-3.03-1.33-3.03-3.03C6 13.34 7.32 12 9 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/syllabary-katakana-halfwidth.svg b/mkdocs-material/material/templates/.icons/material/syllabary-katakana-halfwidth.svg new file mode 100644 index 0000000..605f58c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/syllabary-katakana-halfwidth.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 4v2h6l-1 4.81 2 .39 1-5.1V4m-6 5v3c0 2.86-.66 5.29-1.92 6.61L9.5 20c1.85-1.92 2.5-4.85 2.5-8V9Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/syllabary-katakana.svg b/mkdocs-material/material/templates/.icons/material/syllabary-katakana.svg new file mode 100644 index 0000000..a4e7b33 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/syllabary-katakana.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 4v2h14v.09l-3.71 3.7 1.42 1.42L20 6.91V4m-9 5v4c0 2.78-.75 3.89-2.64 5.46L9.64 20c2.11-1.76 3.36-3.78 3.36-7V9Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/symbol.svg b/mkdocs-material/material/templates/.icons/material/symbol.svg new file mode 100644 index 0000000..fa6209e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/symbol.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 7v7h2V7zm4 0v2h4v2H8v3h2v-1c1.11 0 2-.89 2-2V9c0-1.11-.89-2-2-2zm9.8 0-.2 2H14v2h1.4l-.2 2H14v2h1l-.2 2h2l.2-2h1.4l-.2 2h2l.2-2H22v-2h-1.4l.2-2H22V9h-1l.2-2h-2L19 9h-1.4l.2-2zm1.6 4h1.4l-.2 2h-1.4zM2 15v2h2v-2zm6 0v2h2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/symfony.svg b/mkdocs-material/material/templates/.icons/material/symfony.svg new file mode 100644 index 0000000..c142d40 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/symfony.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m4.37 3.7c1.02-.03 1.78.43 1.84 1.14.01.31-.17.91-.79.93-.47.02-.79-.27-.8-.68-.01-.16.26-.67.26-.76-.01-.27-.41-.28-.52-.27-1.5.05-1.9 2.07-2.22 3.72l-.14.87c.84.13 1.46-.03 1.8-.25.48-.31-.14-.63-.06-.99.08-.37.41-.54.67-.55.37-.01.63.37.62.76-.03.64-.86 1.52-2.53 1.48-.22 0-.41-.02-.59-.04-.61 3.1-.99 4.94-2.35 6.52-1.17 1.39-2.36 1.6-2.89 1.62-1 .04-1.67-.49-1.67-1.2-.03-.68.57-1.06.97-1.07.53-.02.9.37.91.81.02.37-.18.49-.31.56-.07.07-.22.15-.21.3 0 .07.07.22.29.21.42-.01.69-.22.89-.36.96-.8 1.34-2.21 1.83-4.77.26-1.45.45-2.38.73-3.3-.68-.51-1.1-1.15-2.01-1.38-.63-.19-1.01-.04-1.28.3-.31.41-.21.93.09 1.24 1.15 1.28 1.49 1.84 1.36 2.6-.2 1.21-1.64 2.13-3.34 1.61-1.45-.45-1.72-1.47-1.55-2.04.16-.49.55-.59.94-.47.42.13.58.63.46 1.02-.02.04-.22.41-.27.53-.09.31.33.52.62.61.65.2 1.28-.14 1.43-.67.15-.48-.15-.82-.28-.95-.89-.98-1.51-1.85-1.21-2.83.12-.37.36-.77.72-1.04.75-.55 1.57-.65 2.34-.41 1.01.27 1.49.94 2.12 1.45.35-1.02.84-2.03 1.57-2.88.66-.77 1.54-1.33 2.56-1.37"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/synagogue-outline.svg b/mkdocs-material/material/templates/.icons/material/synagogue-outline.svg new file mode 100644 index 0000000..730c6cb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/synagogue-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 4c-1.7 0-3 1.3-3 3v.3L12 3 7 7.3V7c0-1.7-1.3-3-3-3S1 5.3 1 7v14h10v-5c0-.6.4-1 1-1s1 .4 1 1v5h10V7c0-1.7-1.3-3-3-3m0 2c.5 0 1 .4 1 1v1h-2V7c0-.6.5-1 1-1M4 6c.6 0 1 .4 1 1v1H3V7c0-.6.5-1 1-1M3 19v-9h2v9zm14 0h-2v-3c0-1.6-1.4-3-3-3s-3 1.4-3 3v3H7V9.9l5-4.3 5 4.3zm2 0v-9h2v9zM12 8.5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5.7-1.5 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/synagogue.svg b/mkdocs-material/material/templates/.icons/material/synagogue.svg new file mode 100644 index 0000000..5c6e528 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/synagogue.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 8v13h4v-5c0-1.1.9-2 2-2s2 .9 2 2v5h4V8l-6-5zm7.5 2c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5.7-1.5 1.5-1.5 1.5.7 1.5 1.5M3 5c-1.1 0-2 .9-2 2v1h4V7c0-1.1-.9-2-2-2M1 9h4v12H1zm20-4c-1.1 0-2 .9-2 2v1h4V7c0-1.1-.9-2-2-2m-2 4h4v12h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sync-alert.svg b/mkdocs-material/material/templates/.icons/material/sync-alert.svg new file mode 100644 index 0000000..bd67b2e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sync-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 13h2V7h-2m10-3h-6v6l2.24-2.24A6 6 0 0 1 19 12a5.99 5.99 0 0 1-4 5.65v2.09c3.45-.89 6-4.01 6-7.74 0-2.21-.91-4.2-2.36-5.64M11 17h2v-2h-2m-8-3c0 2.21.91 4.2 2.36 5.64L3 20h6v-6l-2.24 2.24A6 6 0 0 1 5 12a5.99 5.99 0 0 1 4-5.65V4.26C5.55 5.15 3 8.27 3 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sync-circle.svg b/mkdocs-material/material/templates/.icons/material/sync-circle.svg new file mode 100644 index 0000000..ea06efc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sync-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 12A10 10 0 1 0 12 2 10 10 0 0 0 2 12m13.6 1.72A4 4 0 0 0 16 12a4 4 0 0 0-4-4v2L8.88 7 12 4v2a6 6 0 0 1 6 6 5.9 5.9 0 0 1-.93 3.19M6 12a5.9 5.9 0 0 1 .93-3.19l1.47 1.47A4 4 0 0 0 8 12a4 4 0 0 0 4 4v-2l3 3-3 3v-2a6 6 0 0 1-6-6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sync-off.svg b/mkdocs-material/material/templates/.icons/material/sync-off.svg new file mode 100644 index 0000000..f8ffbb0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sync-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 4h-6v6l2.24-2.24A6 6 0 0 1 18 12c0 1-.25 1.94-.68 2.77l1.46 1.46a7.925 7.925 0 0 0-1.14-9.87zM2.86 5.41l2.36 2.36a7.925 7.925 0 0 0 1.14 9.87L4 20h6v-6l-2.24 2.24A6 6 0 0 1 6 12c0-1 .25-1.94.68-2.77l8.08 8.08c-.26.13-.5.25-.76.34v2.09c.79-.21 1.54-.54 2.22-.96l2.36 2.36 1.27-1.27L4.14 4.14zm7.14.94V4.26c-.8.21-1.55.54-2.23.96l1.46 1.46c.27-.12.5-.24.77-.33"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/sync.svg b/mkdocs-material/material/templates/.icons/material/sync.svg new file mode 100644 index 0000000..e7950a3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/sync.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 18a6 6 0 0 1-6-6c0-1 .25-1.97.7-2.8L5.24 7.74A7.93 7.93 0 0 0 4 12a8 8 0 0 0 8 8v3l4-4-4-4m0-11V1L8 5l4 4V6a6 6 0 0 1 6 6c0 1-.25 1.97-.7 2.8l1.46 1.46A7.93 7.93 0 0 0 20 12a8 8 0 0 0-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tab-minus.svg b/mkdocs-material/material/templates/.icons/material/tab-minus.svg new file mode 100644 index 0000000..46feea9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tab-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm0 2h10v4h8v10H3zm4 8v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tab-plus.svg b/mkdocs-material/material/templates/.icons/material/tab-plus.svg new file mode 100644 index 0000000..0cf80bd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tab-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm0 2h10v4h8v10H3zm7 5v3H7v2h3v3h2v-3h3v-2h-3v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tab-remove.svg b/mkdocs-material/material/templates/.icons/material/tab-remove.svg new file mode 100644 index 0000000..af6d729 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tab-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m7.46 11.88 1.42-1.42L11 12.59l2.12-2.13 1.42 1.42L12.41 14l2.13 2.12-1.42 1.42L11 15.41l-2.12 2.13-1.42-1.42L9.59 14zM3 3h18a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m0 2v14h18V9h-8V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tab-search.svg b/mkdocs-material/material/templates/.icons/material/tab-search.svg new file mode 100644 index 0000000..247a3dd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tab-search.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.5 11C5 11 3 13 3 15.5c0 .88.25 1.71.69 2.4L.61 21 2 22.39l3.12-3.07c.69.43 1.51.68 2.38.68 2.5 0 4.5-2 4.5-4.5S10 11 7.5 11m0 7a2.5 2.5 0 0 1 0-5 2.5 2.5 0 0 1 0 5M23 5v14c0 1.11-.89 2-2 2H10.95c.81-.5 1.5-1.19 2.02-2H21V9h-8V5H3v5.82C1.77 12 1 13.66 1 15.5V5c0-1.1.9-2 2-2h18a2 2 0 0 1 2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tab-unselected.svg b/mkdocs-material/material/templates/.icons/material/tab-unselected.svg new file mode 100644 index 0000000..dc94a8e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tab-unselected.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 9h2V7H1zm0 4h2v-2H1zm0-8h2V3a2 2 0 0 0-2 2m8 16h2v-2H9zm-8-4h2v-2H1zm2 4v-2H1a2 2 0 0 0 2 2M21 3h-8v6h10V5a2 2 0 0 0-2-2m0 14h2v-2h-2zM9 5h2V3H9zM5 21h2v-2H5zM5 5h2V3H5zm16 16a2 2 0 0 0 2-2h-2zm0-8h2v-2h-2zm-8 8h2v-2h-2zm4 0h2v-2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tab.svg b/mkdocs-material/material/templates/.icons/material/tab.svg new file mode 100644 index 0000000..4bb5f9f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tab.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 3H3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m0 16H3V5h10v4h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-account.svg b/mkdocs-material/material/templates/.icons/material/table-account.svg new file mode 100644 index 0000000..97c26a4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-account.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 3h14a2 2 0 0 1 2 2v7.08a6 6 0 0 0-4.32.92H12v4h1.08c-.11.68-.11 1.35 0 2H4a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2m0 4v4h6V7zm8 0v4h6V7zm-8 6v4h6v-4zm19 9v-1c0-1.33-2.67-2-4-2s-4 .67-4 2v1zm-4-8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.89 2-2-.89-2-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-alert.svg b/mkdocs-material/material/templates/.icons/material/table-alert.svg new file mode 100644 index 0000000..df5edd4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 4h14c1.11 0 2 .89 2 2v12c0 1.11-.89 2-2 2H3a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2m0 4v4h6V8zm8 0v4h6V8zm-8 6v4h6v-4zm8 0v4h6v-4zm12-7h-2v6h2zm0 8h-2v2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-arrow-down.svg b/mkdocs-material/material/templates/.icons/material/table-arrow-down.svg new file mode 100644 index 0000000..07dde2e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-arrow-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 3h14a2 2 0 0 1 2 2v7.08a6 6 0 0 0-4.32.92H12v4h1.08c-.11.68-.11 1.35 0 2H4a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2m0 4v4h6V7zm8 0v4h6V7zm-8 6v4h6v-4zm11.94 5.5h2v-4h2v4h2l-3 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-arrow-left.svg b/mkdocs-material/material/templates/.icons/material/table-arrow-left.svg new file mode 100644 index 0000000..a237f10 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-arrow-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 3h14a2 2 0 0 1 2 2v7.08a6 6 0 0 0-4.32.92H12v4h1.08c-.11.68-.11 1.35 0 2H4a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2m0 4v4h6V7zm8 0v4h6V7zm-8 6v4h6v-4zm14.44 2v2h4v2h-4v2l-3-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-arrow-right.svg b/mkdocs-material/material/templates/.icons/material/table-arrow-right.svg new file mode 100644 index 0000000..21d3140 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-arrow-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 3h14a2 2 0 0 1 2 2v7.08a6 6 0 0 0-4.32.92H12v4h1.08c-.11.68-.11 1.35 0 2H4a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2m0 4v4h6V7zm8 0v4h6V7zm-8 6v4h6v-4zm15.44 8v-2h-4v-2h4v-2l3 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-arrow-up.svg b/mkdocs-material/material/templates/.icons/material/table-arrow-up.svg new file mode 100644 index 0000000..3c24116 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-arrow-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 3h14a2 2 0 0 1 2 2v7.08a6 6 0 0 0-4.32.92H12v4h1.08c-.11.68-.11 1.35 0 2H4a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2m0 4v4h6V7zm8 0v4h6V7zm-8 6v4h6v-4zm17.94 4.5h-2v4h-2v-4h-2l3-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-border.svg b/mkdocs-material/material/templates/.icons/material/table-border.svg new file mode 100644 index 0000000..e37dc4a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-border.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 19a1 1 0 0 1-1 1h-1v-2h2zm-6 1v-2h2v2zm-4 0v-2h2v2zm-4 0v-2h2v2zm-3 0a1 1 0 0 1-1-1v-1h2v2zM19 4H5a2 2 0 0 0-2 2v2h18V6c0-1.11-.89-2-2-2M5 14H3v2h2zm0-4H3v2h2zm16 0h-2v2h2zm0 4h-2v2h2zm-10 2v-2h2v2zm0-4v-2h2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-cancel.svg b/mkdocs-material/material/templates/.icons/material/table-cancel.svg new file mode 100644 index 0000000..e73efac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-cancel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3h14a2 2 0 0 1 2 2v7.08a6 6 0 0 0-4.32.92H11v4h1.08c-.11.68-.11 1.35 0 2H3a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2m0 4v4h6V7zm8 0v4h6V7zm-8 6v4h6v-4zm15.5 1C16 14 14 16 14 18.5s2 4.5 4.5 4.5 4.5-2 4.5-4.5-2-4.5-4.5-4.5m0 7.5c-1.66 0-3-1.34-3-3 0-.56.15-1.08.42-1.5L20 21.08c-.42.27-.94.42-1.5.42m2.58-1.5L17 15.92c.42-.27.94-.42 1.5-.42 1.66 0 3 1.34 3 3 0 .56-.15 1.08-.42 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-chair.svg b/mkdocs-material/material/templates/.icons/material/table-chair.svg new file mode 100644 index 0000000..ec62eee --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-chair.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 22H6a2 2 0 0 1 2-2V8H2V5h14v3h-6v12a2 2 0 0 1 2 2M22 2v20h-2v-7h-5v7h-2v-8a2 2 0 0 1 2-2h5V2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-check.svg b/mkdocs-material/material/templates/.icons/material/table-check.svg new file mode 100644 index 0000000..d7211ba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 3h14a2 2 0 0 1 2 2v7.08a6 6 0 0 0-4.32.92H12v4h1.08c-.11.68-.11 1.35 0 2H4a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2m0 4v4h6V7zm8 0v4h6V7zm-8 6v4h6v-4zm13.75 8L15 18l1.16-1.16 1.59 1.59 3.59-3.59 1.16 1.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-clock.svg b/mkdocs-material/material/templates/.icons/material/table-clock.svg new file mode 100644 index 0000000..8cf11d9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-clock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.5 15.82 2.44 1.41-.75 1.3L15 16.69V13h1.5zm3.5-5.56V5a2 2 0 0 0-2-2H4c-1.1 0-2 .9-2 2v12a2 2 0 0 0 2 2h5.68c1.13 2.36 3.53 4 6.32 4 3.87 0 7-3.13 7-7 0-2.38-1.19-4.47-3-5.74M18 7v2.29c-.63-.18-1.3-.29-2-.29-1.5 0-2.87.47-4 1.26V7zM4 7h6v4H4zm0 10v-4h5.68A7 7 0 0 0 9 16c0 .34.03.67.08 1zm12 4c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-cog.svg b/mkdocs-material/material/templates/.icons/material/table-cog.svg new file mode 100644 index 0000000..65ff654 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-cog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3h14a2 2 0 0 1 2 2v7.08a6 6 0 0 0-4.32.92H11v4h1.08c-.11.68-.11 1.35 0 2H3a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2m0 4v4h6V7zm8 0v4h6V7zm-8 6v4h6v-4zm19.78 6.32-1.07-.82c.02-.17.04-.33.04-.5s-.01-.33-.04-.5l1.06-.82a.26.26 0 0 0 .06-.32l-1-1.73c-.06-.13-.19-.13-.33-.13l-1.22.5c-.28-.18-.54-.35-.85-.47l-.19-1.32c-.01-.12-.12-.21-.24-.21h-2c-.12 0-.23.09-.25.21l-.19 1.32c-.3.13-.59.29-.85.47l-1.24-.5c-.11 0-.24 0-.31.13l-1 1.73c-.06.11-.04.24.06.32l1.06.82a4.2 4.2 0 0 0 0 1l-1.06.82a.26.26 0 0 0-.06.32l1 1.73c.06.13.19.13.31.13l1.24-.5c.26.18.54.35.85.47l.19 1.32c.02.12.12.21.25.21h2c.12 0 .23-.09.25-.21l.19-1.32c.3-.13.56-.29.84-.47l1.22.5c.14 0 .27 0 .34-.13l1-1.73a.26.26 0 0 0-.06-.32M18 19.5c-.83 0-1.5-.67-1.5-1.5s.68-1.5 1.5-1.5 1.5.67 1.5 1.5-.66 1.5-1.5 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-column-plus-after.svg b/mkdocs-material/material/templates/.icons/material/table-column-plus-after.svg new file mode 100644 index 0000000..2e46759 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-column-plus-after.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 2a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H2V2zm-7 8v4h7v-4zm0 6v4h7v-4zM4 4v4h7V4zm11 7h3V8h2v3h3v2h-3v3h-2v-3h-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-column-plus-before.svg b/mkdocs-material/material/templates/.icons/material/table-column-plus-before.svg new file mode 100644 index 0000000..e5ad2c3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-column-plus-before.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h9V2zm7 8v4h-7v-4zm0 6v4h-7v-4zm0-12v4h-7V4zM9 11H6V8H4v3H1v2h3v3h2v-3h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-column-remove.svg b/mkdocs-material/material/templates/.icons/material/table-column-remove.svg new file mode 100644 index 0000000..c77bcad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-column-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2h7a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m0 8v4h7v-4zm0 6v4h7v-4zM4 4v4h7V4zm13.59 8L15 9.41 16.41 8 19 10.59 21.59 8 23 9.41 20.41 12 23 14.59 21.59 16 19 13.41 16.41 16 15 14.59z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-column-width.svg b/mkdocs-material/material/templates/.icons/material/table-column-width.svg new file mode 100644 index 0000000..8618bc1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-column-width.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 8h14a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2m0 4v3h6v-3zm8 0v3h6v-3zm-8 5v3h6v-3zm8 0v3h6v-3zM11 2h10v4h-2V4h-6v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-column.svg b/mkdocs-material/material/templates/.icons/material/table-column.svg new file mode 100644 index 0000000..834c387 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-column.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 2h8a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m0 8v4h8v-4zm0 6v4h8v-4zM8 4v4h8V4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-edit.svg b/mkdocs-material/material/templates/.icons/material/table-edit.svg new file mode 100644 index 0000000..fd0124c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.7 13.35-1 1-2.05-2.05 1-1c.21-.22.56-.22.77 0l1.28 1.28c.22.21.22.56 0 .77M12 18.94l6.07-6.06 2.05 2.05L14.06 21H12zM4 2h14a2 2 0 0 1 2 2v4.17L16.17 12H12v4.17L10.17 18H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m0 4v4h6V6zm8 0v4h6V6zm-8 6v4h6v-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-eye-off.svg b/mkdocs-material/material/templates/.icons/material/table-eye-off.svg new file mode 100644 index 0000000..37f8d6f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-eye-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8.8 6.2 3H18c1.1 0 2 .9 2 2v7.59c-.93-.38-1.94-.59-3-.59-.55 0-1.09.07-1.62.18L14.2 11H18V7h-6zm5.09 5.09 5.22 5.22c.27-.38.51-.79.69-1.23-.93-2.31-3.22-3.96-5.91-3.99m5.02 7.57-1.27 1.27-1.34-1.36c-.79.32-1.62.51-2.5.51-2.73 0-5.06-1.66-6-4a6.34 6.34 0 0 1 2.21-2.78l-1.28-1.28c-.74.6-1.4 1.32-1.93 2.15V13H4v4h5.42c-.16.32-.3.66-.42 1 .12.34.26.68.42 1H4c-1.1 0-2-.9-2-2V5c0-.32.08-.62.22-.89L1.11 3l1.28-1.27zM9.11 11l-4-4H4v4zm9.07 9.07-3.37-3.37c-.2.35-.31.75-.31 1.18a2.5 2.5 0 0 0 2.5 2.5c.43 0 .83-.11 1.18-.31"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-eye.svg b/mkdocs-material/material/templates/.icons/material/table-eye.svg new file mode 100644 index 0000000..2e7e0c0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-eye.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 16.88c.56 0 1 .44 1 1s-.44 1-1 1-1-.45-1-1 .44-1 1-1m0-3c2.73 0 5.06 1.66 6 4-.94 2.34-3.27 4-6 4s-5.06-1.66-6-4c.94-2.34 3.27-4 6-4m0 1.5a2.5 2.5 0 0 0 0 5 2.5 2.5 0 0 0 0-5M18 3H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h5.42c-.16-.32-.3-.66-.42-1 .12-.34.26-.68.42-1H4v-4h6v2.97c.55-.86 1.23-1.6 2-2.21V13h1.15c1.16-.64 2.47-1 3.85-1 1.06 0 2.07.21 3 .59V5c0-1.1-.9-2-2-2m-8 8H4V7h6zm8 0h-6V7h6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-filter.svg b/mkdocs-material/material/templates/.icons/material/table-filter.svg new file mode 100644 index 0000000..f11024d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-filter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17 21 1.8 1.77c.5.5 1.2.1 1.2-.49V18l2.8-3.4A1 1 0 0 0 22 13h-7c-.8 0-1.3 1-.8 1.6L17 18zm-5-10h8V3a2 2 0 0 0-2-2H4c-1.1 0-2 .9-2 2v12a2 2 0 0 0 2 2h9.42L12 15zm0-6h6v4h-6zm-2 10H4v-4h6zm0-6H4V5h6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-furniture.svg b/mkdocs-material/material/templates/.icons/material/table-furniture.svg new file mode 100644 index 0000000..b436894 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-furniture.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 7h20v3h-2l1 9h-2.5l-.56-5H6.06l-.56 5H3l1-9H2zm15.5 3h-11l-.21 2h11.42z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-headers-eye-off.svg b/mkdocs-material/material/templates/.icons/material/table-headers-eye-off.svg new file mode 100644 index 0000000..139e891 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-headers-eye-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.38 1.73 1.11 3l1.15 1.15A2 2 0 0 0 1 6v13a2 2 0 0 0 2 2h6V11h.11l3.61 3.61A6.2 6.2 0 0 0 11 17a6.45 6.45 0 0 0 6 4 6.6 6.6 0 0 0 1.84-.27l2 2 1.27-1.27-1.53-1.53M7 19H3v-3h4m0-2H3v-3h4m0-2H3V6h1.11L7 8.89M17 19.5a2.5 2.5 0 0 1-2.44-3.05l3 3a2.5 2.5 0 0 1-.56.05m-.76-6.5 1.61 1.61a2.5 2.5 0 0 1 1.5 1.5l2.59 2.59A6.4 6.4 0 0 0 23 17a6.45 6.45 0 0 0-6-4zM13 6v3h-.8l2 2H21V6a2 2 0 0 0-2-2H7.2l2 2M15 6h4v3h-4Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-headers-eye.svg b/mkdocs-material/material/templates/.icons/material/table-headers-eye.svg new file mode 100644 index 0000000..676c2e8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-headers-eye.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 6v13a2 2 0 0 0 2 2h6V11h12V6a2 2 0 0 0-2-2H3a2 2 0 0 0-2 2m2 0h4v3H3m4 10H3v-3h4m0-2H3v-3h4m2-2V6h4v3m6 0h-4V6h4m-2 10a1 1 0 1 1-1 1 1 1 0 0 1 1-1m0-3a6.45 6.45 0 0 1 6 4 6.5 6.5 0 0 1-12 0 6.45 6.45 0 0 1 6-4m0 1.5a2.5 2.5 0 1 0 2.5 2.5 2.5 2.5 0 0 0-2.5-2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-heart.svg b/mkdocs-material/material/templates/.icons/material/table-heart.svg new file mode 100644 index 0000000..b5d6f88 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-heart.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 3h14a2 2 0 0 1 2 2v7.08a6 6 0 0 0-4.32.92H12v4h1.08c-.11.68-.11 1.35 0 2H4a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2m0 4v4h6V7zm8 0v4h6V7zm-8 6v4h6v-4zm15 9.3-.6-.5c-2-1.9-3.4-3.1-3.4-4.6 0-1.2 1-2.2 2.2-2.2.7 0 1.4.3 1.8.8.4-.5 1.1-.8 1.8-.8 1.2 0 2.2.9 2.2 2.2 0 1.5-1.4 2.7-3.4 4.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-key.svg b/mkdocs-material/material/templates/.icons/material/table-key.svg new file mode 100644 index 0000000..b07465a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-key.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.8 17c-.4-1.2-1.5-2-2.8-2-1.7 0-3 1.3-3 3s1.3 3 3 3c1.3 0 2.4-.8 2.8-2H19v2h2v-2h2v-2zM14 19c-.6 0-1-.5-1-1s.4-1 1-1 1 .5 1 1-.4 1-1 1m-5-1H4v-4h6v1c.9-1.2 2.4-2 4-2 1.1 0 2.1.4 3 1h1v1h2V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h5.4c-.3-.6-.4-1.3-.4-2m3-10h6v4h-6zM4 8h6v4H4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-large-plus.svg b/mkdocs-material/material/templates/.icons/material/table-large-plus.svg new file mode 100644 index 0000000..33c08be --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-large-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.35 20H10v-3h2.09c.12-.72.37-1.39.72-2H10v-3h4v1.54c.58-.54 1.25-.93 2-1.19V12h4v.35c.75.26 1.42.65 2 1.19V5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v15c0 1.1.9 2 2 2h9.54c-.54-.58-.93-1.25-1.19-2M16 7h4v3h-4zm-6 0h4v3h-4zM8 20H4v-3h4zm0-5H4v-3h4zm0-5H4V7h4zm9 4h2v3h3v2h-3v3h-2v-3h-3v-2h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-large-remove.svg b/mkdocs-material/material/templates/.icons/material/table-large-remove.svg new file mode 100644 index 0000000..5f40fcc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-large-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.35 20H10v-3h2.09c.12-.72.37-1.39.72-2H10v-3h4v1.54c.58-.54 1.25-.93 2-1.19V12h4v.35c.75.26 1.42.65 2 1.19V5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v15c0 1.1.9 2 2 2h9.54c-.54-.58-.93-1.25-1.19-2M16 7h4v3h-4zm-6 0h4v3h-4zM8 20H4v-3h4zm0-5H4v-3h4zm0-5H4V7h4zm6.46 5.88 1.42-1.42L18 16.59l2.12-2.13 1.42 1.42L19.41 18l2.13 2.12-1.42 1.42L18 19.41l-2.12 2.13-1.42-1.42L16.59 18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-large.svg b/mkdocs-material/material/templates/.icons/material/table-large.svg new file mode 100644 index 0000000..b1dd9fc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-large.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 3h16a2 2 0 0 1 2 2v15a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m0 4v3h4V7zm6 0v3h4V7zm10 3V7h-4v3zM4 12v3h4v-3zm0 8h4v-3H4zm6-8v3h4v-3zm0 8h4v-3h-4zm10 0v-3h-4v3zm0-8h-4v3h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-lock.svg b/mkdocs-material/material/templates/.icons/material/table-lock.svg new file mode 100644 index 0000000..03f5c77 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 16v-.5a2.5 2.5 0 0 0-5 0v.5c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h5c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1m-1 0h-3v-.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5zm-7 2h-1v-4h2.26c.28-.79.78-1.5 1.43-2H12V8h6v3.05c.17-.02.33-.05.5-.05.53 0 1.03.1 1.5.26V6c0-1.11-.89-2-2-2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h9zm-3 0H4v-4h6zm0-6H4V8h6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-merge-cells.svg b/mkdocs-material/material/templates/.icons/material/table-merge-cells.svg new file mode 100644 index 0000000..8dc83a0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-merge-cells.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 10H3V4h8v2H5zm14 8h-6v2h8v-6h-2zM5 18v-4H3v6h8v-2zM21 4h-8v2h6v4h2zM8 13v2l3-3-3-3v2H3v2zm8-2V9l-3 3 3 3v-2h5v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-minus.svg b/mkdocs-material/material/templates/.icons/material/table-minus.svg new file mode 100644 index 0000000..005c8ec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 19v-2h8v2zM4 3h14a2 2 0 0 1 2 2v7.08a6 6 0 0 0-4.32.92H12v4h1.08c-.11.68-.11 1.35 0 2H4a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2m0 4v4h6V7zm8 0v4h6V7zm-8 6v4h6v-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-multiple.svg b/mkdocs-material/material/templates/.icons/material/table-multiple.svg new file mode 100644 index 0000000..7f11e99 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 2h14a2 2 0 0 1 2 2v12c0 1.11-.89 2-2 2H7a2 2 0 0 1-2-2V4c0-1.1.9-2 2-2m0 4v4h6V6zm8 0v4h6V6zm-8 6v4h6v-4zm8 0v4h6v-4zM3 20V6H1v14c0 1.11.89 2 2 2h16v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-network.svg b/mkdocs-material/material/templates/.icons/material/table-network.svg new file mode 100644 index 0000000..b6f73e1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-network.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 20c0-.55-.45-1-1-1h-1v-2h6c1.11 0 2-.89 2-2V3a2 2 0 0 0-2-2H5c-1.1 0-2 .9-2 2v12a2 2 0 0 0 2 2h6v2h-1c-.55 0-1 .45-1 1H2v2h7c0 .55.45 1 1 1h4c.55 0 1-.45 1-1h7v-2zM13 5h6v4h-6zm0 6h6v4h-6zM5 5h6v4H5zm0 10v-4h6v4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-of-contents.svg b/mkdocs-material/material/templates/.icons/material/table-of-contents.svg new file mode 100644 index 0000000..c7d64ac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-of-contents.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 9h14V7H3zm0 4h14v-2H3zm0 4h14v-2H3zm16 0h2v-2h-2zm0-10v2h2V7zm0 6h2v-2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-off.svg b/mkdocs-material/material/templates/.icons/material/table-off.svg new file mode 100644 index 0000000..22af6f5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.11 21.46 2.39 1.73 1.11 3l2.11 2.11C3.08 5.38 3 5.68 3 6v12a2 2 0 0 0 2 2h13.11l2.73 2.73zm-12-9.46H5V8h1.11zm.89 6H5v-4h6zm2 0v-3.11L16.11 18zm0-8.2L7.2 4H19c1.11 0 2 .89 2 2v11.8l-2-2V14h-1.8l-2-2H19V8h-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-picnic.svg b/mkdocs-material/material/templates/.icons/material/table-picnic.svg new file mode 100644 index 0000000..9e2bdba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-picnic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 6h16v3h-2l.22 2H23v2h-4.56l.56 5h-2.5l-.56-5H8.06l-.56 5H5l.56-5H1v-2h4.78L6 9H4m11.5 0h-7l-.21 2h7.42Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-pivot.svg b/mkdocs-material/material/templates/.icons/material/table-pivot.svg new file mode 100644 index 0000000..2515aaf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-pivot.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 15h-2v3c0 1.11-.89 2-2 2h-3v2l-3-3 3-3v2h3v-3h-2l3-3zm0-11v4c0 1.1-.9 2-2 2H10v10c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h16c1.1 0 2 .9 2 2M4 8h4V4H4zm0 2v4h4v-4zm4 10v-4H4v4zm6-12V4h-4v4zm6-4h-4v4h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-plus.svg b/mkdocs-material/material/templates/.icons/material/table-plus.svg new file mode 100644 index 0000000..64e1c3a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 14h2v3h3v2h-3v3h-2v-3h-3v-2h3zM4 3h14a2 2 0 0 1 2 2v7.08a6 6 0 0 0-4.32.92H12v4h1.08c-.11.68-.11 1.35 0 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m0 4v4h6V7zm8 0v4h6V7zm-8 6v4h6v-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-question.svg b/mkdocs-material/material/templates/.icons/material/table-question.svg new file mode 100644 index 0000000..8a16acd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-question.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.5 20.5V22H18v-1.5zm-2-5H16V15c0-1.66 1.34-3 3-3s3 1.34 3 3c0 .97-.5 1.88-1.29 2.41l-.3.19c-.57.4-.91 1.01-.91 1.7v.2H18v-.2c0-1.19.6-2.3 1.59-2.95l.29-.19c.39-.26.62-.69.62-1.16 0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5zM18 3H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h10v-2h-2v-4h2.42c.36-.8.92-1.5 1.61-2H12V7h6v3.1c.32-.06.66-.1 1-.1s.68.04 1 .1V5a2 2 0 0 0-2-2m-8 14H4v-4h6zm0-6H4V7h6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-refresh.svg b/mkdocs-material/material/templates/.icons/material/table-refresh.svg new file mode 100644 index 0000000..5a81e55 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-refresh.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 14.5c1.11 0 2.11.45 2.83 1.17L22 14.5v4h-4l1.77-1.77A2.5 2.5 0 1 0 20 20h1.71A3.99 3.99 0 0 1 18 22.5c-2.21 0-4-1.79-4-4s1.79-4 4-4M4 3h14a2 2 0 0 1 2 2v7.17c-.5-.11-1-.17-1.5-.17-1.27 0-2.46.37-3.46 1H12v4h.18q-.18.75-.18 1.5v.5H4a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2m0 4v4h6V7zm8 0v4h6V7zm-8 6v4h6v-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-remove.svg b/mkdocs-material/material/templates/.icons/material/table-remove.svg new file mode 100644 index 0000000..a801414 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.46 15.88 1.42-1.42L19 16.59l2.12-2.13 1.42 1.42L20.41 18l2.13 2.12-1.42 1.42L19 19.41l-2.12 2.13-1.42-1.42L17.59 18zM4 3h14a2 2 0 0 1 2 2v7.08a6 6 0 0 0-4.32.92H12v4h1.08c-.11.68-.11 1.35 0 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m0 4v4h6V7zm8 0v4h6V7zm-8 6v4h6v-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-row-height.svg b/mkdocs-material/material/templates/.icons/material/table-row-height.svg new file mode 100644 index 0000000..d8191c8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-row-height.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 5h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2m0 4v3h5V9zm7 0v3h5V9zm-7 5v3h5v-3zm7 0v3h5v-3zm13 0V7h-4v2h2v3h-2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-row-plus-after.svg b/mkdocs-material/material/templates/.icons/material/table-row-plus-after.svg new file mode 100644 index 0000000..140ac6a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-row-plus-after.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V3h2v2h4V3h2v2h4V3h2v2h4V3h2zM4 10h4V7H4zm6 0h4V7h-4zm10 0V7h-4v3zm-9 4h2v3h3v2h-3v3h-2v-3H8v-2h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-row-plus-before.svg b/mkdocs-material/material/templates/.icons/material/table-row-plus-before.svg new file mode 100644 index 0000000..5173702 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-row-plus-before.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 14a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v7h2v-2h4v2h2v-2h4v2h2v-2h4v2h2zM4 14h4v3H4zm6 0h4v3h-4zm10 0v3h-4v-3zm-9-4h2V7h3V5h-3V2h-2v3H8v2h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-row-remove.svg b/mkdocs-material/material/templates/.icons/material/table-row-remove.svg new file mode 100644 index 0000000..d61563b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-row-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.41 13 12 15.59 14.59 13 16 14.41 13.41 17 16 19.59 14.59 21 12 18.41 9.41 21 8 19.59 10.59 17 8 14.41zM22 9a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2zM4 9h4V6H4zm6 0h4V6h-4zm6 0h4V6h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-row.svg b/mkdocs-material/material/templates/.icons/material/table-row.svg new file mode 100644 index 0000000..82579f8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-row.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2zM4 14h4v-4H4zm6 0h4v-4h-4zm6 0h4v-4h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-search.svg b/mkdocs-material/material/templates/.icons/material/table-search.svg new file mode 100644 index 0000000..ed0eec9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-search.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.3 17.89c1.32-2.1.7-4.89-1.41-6.21a4.52 4.52 0 0 0-6.21 1.41C10.36 15.2 11 18 13.09 19.3c1.47.92 3.33.92 4.8 0L21 22.39 22.39 21zm-2-.62c-.98.98-2.56.97-3.54 0-.97-.98-.97-2.56.01-3.54.97-.97 2.55-.97 3.53 0 .96.99.95 2.57-.03 3.54zM19 4H5a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h5.81a6.3 6.3 0 0 1-1.31-2H5v-4h4.18c.16-.71.43-1.39.82-2H5V8h6v2.81a6.3 6.3 0 0 1 2-1.31V8h6v2a6.499 6.499 0 0 1 2 2V6a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-settings.svg b/mkdocs-material/material/templates/.icons/material/table-settings.svg new file mode 100644 index 0000000..2350ba8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-settings.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 22h2v2H7zm4 0h2v2h-2zm4 0h2v2h-2zM5 4h14a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2m0 4v4h6V8zm8 0v4h6V8zm-8 6v4h6v-4zm8 0v4h6v-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-split-cell.svg b/mkdocs-material/material/templates/.icons/material/table-split-cell.svg new file mode 100644 index 0000000..8641cdc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-split-cell.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 14h2v6H3v-6h2v4h14zM3 4v6h2V6h14v4h2V4zm8 7v2H8v2l-3-3 3-3v2zm5 0V9l3 3-3 3v-2h-3v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-star.svg b/mkdocs-material/material/templates/.icons/material/table-star.svg new file mode 100644 index 0000000..001e7b0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-star.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 3h14a2 2 0 0 1 2 2v7.08a6 6 0 0 0-4.32.92H12v4h1.08c-.11.68-.11 1.35 0 2H4a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2m0 4v4h6V7zm8 0v4h6V7zm-8 6v4h6v-4zm12.5 8.6.7-2.8-2.2-1.9 2.9-.2L19 14l1.1 2.6 2.9.2-2.2 1.9.7 2.8-2.5-1.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-sync.svg b/mkdocs-material/material/templates/.icons/material/table-sync.svg new file mode 100644 index 0000000..ce59ad1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-sync.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 12v1.5c2.21 0 4 1.79 4 4 0 .82-.24 1.58-.67 2.21l-1.09-1.09c.17-.34.26-.72.26-1.12A2.5 2.5 0 0 0 19 15v1.5l-2.25-2.25zm0 11v-1.5c-2.21 0-4-1.79-4-4 0-.82.25-1.58.67-2.21l1.09 1.09c-.17.34-.26.72-.26 1.12A2.5 2.5 0 0 0 19 20v-1.5l2.25 2.25zM4 3h14a2 2 0 0 1 2 2v6h-.5c-1.84 0-3.5.77-4.69 2H12v4h1v.5c0 .5.06 1 .17 1.5H4a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2m0 4v4h6V7zm8 0v4h6V7zm-8 6v4h6v-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table-tennis.svg b/mkdocs-material/material/templates/.icons/material/table-tennis.svg new file mode 100644 index 0000000..ff128fd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table-tennis.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.5 14c1.4 0 2.5 1.1 2.5 2.5S19.9 19 18.5 19 16 17.9 16 16.5s1.1-2.5 2.5-2.5M7 15s1 1 1 2v3.5c0 .8.7 1.5 1.5 1.5s1.5-.7 1.5-1.5V17c0-1 1-2 1-2zm1-1h3s5 0 5-5-4-7-6.5-7S3 4 3 9s5 5 5 5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/table.svg b/mkdocs-material/material/templates/.icons/material/table.svg new file mode 100644 index 0000000..e0779ad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/table.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 4h14a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2m0 4v4h6V8zm8 0v4h6V8zm-8 6v4h6v-4zm8 0v4h6v-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tablet-cellphone.svg b/mkdocs-material/material/templates/.icons/material/tablet-cellphone.svg new file mode 100644 index 0000000..d99ba39 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tablet-cellphone.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 4h17a2 2 0 0 1 2 2v2h-4V6H5v12h9v2H3a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2m14 6h6a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-6a1 1 0 0 1-1-1V11a1 1 0 0 1 1-1m1 2v7h4v-7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tablet-dashboard.svg b/mkdocs-material/material/templates/.icons/material/tablet-dashboard.svg new file mode 100644 index 0000000..7f9eeb7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tablet-dashboard.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 18H5V6h14m2-2H3c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2M7 8h6v5H7zm7 0h3v2h-3zm3 3v5h-3v-5zM7 14h6v2H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tablet.svg b/mkdocs-material/material/templates/.icons/material/tablet.svg new file mode 100644 index 0000000..40dad2e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tablet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 18H5V6h14m2-2H3c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/taco.svg b/mkdocs-material/material/templates/.icons/material/taco.svg new file mode 100644 index 0000000..641ad02 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/taco.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 18H5a4 4 0 0 1-4-4 8 8 0 0 1 8-8c1.06 0 2.07.21 3 .58.93-.37 1.94-.58 3-.58a8 8 0 0 1 8 8 4 4 0 0 1-4 4M3 14a2 2 0 0 0 2 2 2 2 0 0 0 2-2c0-2.37 1.03-4.5 2.67-5.96L9 8a6 6 0 0 0-6 6m16 2a2 2 0 0 0 2-2 6 6 0 0 0-6-6 6 6 0 0 0-6 6c0 .73-.19 1.41-.54 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tag-arrow-down-outline.svg b/mkdocs-material/material/templates/.icons/material/tag-arrow-down-outline.svg new file mode 100644 index 0000000..358b78f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tag-arrow-down-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.5 5C5.67 5 5 5.67 5 6.5S5.67 8 6.5 8 8 7.33 8 6.5 7.33 5 6.5 5m0 0C5.67 5 5 5.67 5 6.5S5.67 8 6.5 8 8 7.33 8 6.5 7.33 5 6.5 5m14.91 6.58-9-9C12.04 2.21 11.53 2 11 2H4c-1.1 0-2 .9-2 2v7c0 .53.21 1.04.59 1.42l.41.4c.64-.38 1.35-.63 2.08-.74L4 11V4h7l9 9-7 7-1.08-1.08c-.1.74-.36 1.44-.74 2.08l.41.41c.37.38.88.59 1.41.59s1.04-.21 1.41-.59l7-7c.38-.37.59-.88.59-1.41s-.21-1.04-.59-1.42M6.5 5C5.67 5 5 5.67 5 6.5S5.67 8 6.5 8 8 7.33 8 6.5 7.33 5 6.5 5M8 18v-4H6v4H4l3 3 3-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tag-arrow-down.svg b/mkdocs-material/material/templates/.icons/material/tag-arrow-down.svg new file mode 100644 index 0000000..f6a7470 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tag-arrow-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.41 11.58-9-9C12.04 2.21 11.53 2 11 2H4c-1.1 0-2 .9-2 2v7c0 .53.21 1.04.59 1.41l.41.4c.9-.54 1.94-.81 3-.81 3.31 0 6 2.69 6 6 0 1.06-.28 2.09-.82 3l.4.4c.37.38.89.6 1.42.6s1.04-.21 1.41-.59l7-7c.38-.37.59-.88.59-1.41s-.21-1.04-.59-1.42M5.5 7C4.67 7 4 6.33 4 5.5S4.67 4 5.5 4 7 4.67 7 5.5 6.33 7 5.5 7M7 19v-4H5v4H3l3 3 3-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tag-arrow-left-outline.svg b/mkdocs-material/material/templates/.icons/material/tag-arrow-left-outline.svg new file mode 100644 index 0000000..6c7dbba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tag-arrow-left-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.5 5C5.67 5 5 5.67 5 6.5S5.67 8 6.5 8 8 7.33 8 6.5 7.33 5 6.5 5m0 0C5.67 5 5 5.67 5 6.5S5.67 8 6.5 8 8 7.33 8 6.5 7.33 5 6.5 5m14.91 6.58-9-9C12.04 2.21 11.53 2 11 2H4c-1.1 0-2 .9-2 2v7c0 .53.21 1.04.59 1.42l.41.4c.64-.38 1.35-.63 2.08-.74L4 11V4h7l9 9-7 7-1.08-1.08c-.1.74-.36 1.44-.74 2.08l.41.41c.37.38.88.59 1.41.59s1.04-.21 1.41-.59l7-7c.38-.37.59-.88.59-1.41s-.21-1.04-.59-1.42M6.5 5C5.67 5 5 5.67 5 6.5S5.67 8 6.5 8 8 7.33 8 6.5 7.33 5 6.5 5M5 19h4v-2H5v-2l-3 3 3 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tag-arrow-left.svg b/mkdocs-material/material/templates/.icons/material/tag-arrow-left.svg new file mode 100644 index 0000000..97856c5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tag-arrow-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.41 11.58-9-9C12.04 2.21 11.53 2 11 2H4c-1.1 0-2 .9-2 2v7c0 .53.21 1.04.59 1.41l.41.4c.9-.54 1.94-.81 3-.81 3.31 0 6 2.69 6 6 0 1.06-.28 2.09-.82 3l.4.4c.37.38.89.6 1.42.6s1.04-.21 1.41-.59l7-7c.38-.37.59-.88.59-1.41s-.21-1.04-.59-1.42M5.5 7C4.67 7 4 6.33 4 5.5S4.67 4 5.5 4 7 4.67 7 5.5 6.33 7 5.5 7M5 19h4v-2H5v-2l-3 3 3 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tag-arrow-right-outline.svg b/mkdocs-material/material/templates/.icons/material/tag-arrow-right-outline.svg new file mode 100644 index 0000000..5abf9af --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tag-arrow-right-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.5 5C5.67 5 5 5.67 5 6.5S5.67 8 6.5 8 8 7.33 8 6.5 7.33 5 6.5 5m0 0C5.67 5 5 5.67 5 6.5S5.67 8 6.5 8 8 7.33 8 6.5 7.33 5 6.5 5m14.91 6.58-9-9C12.04 2.21 11.53 2 11 2H4c-1.1 0-2 .9-2 2v7c0 .53.21 1.04.59 1.42l.41.4c.64-.38 1.35-.63 2.08-.74L4 11V4h7l9 9-7 7-1.08-1.08c-.1.74-.36 1.44-.74 2.08l.41.41c.37.38.88.59 1.41.59s1.04-.21 1.41-.59l7-7c.38-.37.59-.88.59-1.41s-.21-1.04-.59-1.42M6.5 5C5.67 5 5 5.67 5 6.5S5.67 8 6.5 8 8 7.33 8 6.5 7.33 5 6.5 5M6 17H2v2h4v2l3-3-3-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tag-arrow-right.svg b/mkdocs-material/material/templates/.icons/material/tag-arrow-right.svg new file mode 100644 index 0000000..1fa673a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tag-arrow-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.41 11.58-9-9C12.04 2.21 11.53 2 11 2H4c-1.1 0-2 .9-2 2v7c0 .53.21 1.04.59 1.41l.41.4c.9-.54 1.94-.81 3-.81 3.31 0 6 2.69 6 6 0 1.06-.28 2.09-.82 3l.4.4c.37.38.89.6 1.42.6s1.04-.21 1.41-.59l7-7c.38-.37.59-.88.59-1.41s-.21-1.04-.59-1.42M5.5 7C4.67 7 4 6.33 4 5.5S4.67 4 5.5 4 7 4.67 7 5.5 6.33 7 5.5 7M6 17H2v2h4v2l3-3-3-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tag-arrow-up-outline.svg b/mkdocs-material/material/templates/.icons/material/tag-arrow-up-outline.svg new file mode 100644 index 0000000..3fb3261 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tag-arrow-up-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.5 5C5.67 5 5 5.67 5 6.5S5.67 8 6.5 8 8 7.33 8 6.5 7.33 5 6.5 5m0 0C5.67 5 5 5.67 5 6.5S5.67 8 6.5 8 8 7.33 8 6.5 7.33 5 6.5 5m14.91 6.58-9-9C12.04 2.21 11.53 2 11 2H4c-1.1 0-2 .9-2 2v7c0 .53.21 1.04.59 1.42l.41.4c.64-.38 1.35-.63 2.08-.74L4 11V4h7l9 9-7 7-1.08-1.08c-.1.74-.36 1.44-.74 2.08l.41.41c.37.38.88.59 1.41.59s1.04-.21 1.41-.59l7-7c.38-.37.59-.88.59-1.41s-.21-1.04-.59-1.42M6.5 5C5.67 5 5 5.67 5 6.5S5.67 8 6.5 8 8 7.33 8 6.5 7.33 5 6.5 5M6 17v4h2v-4h2l-3-3-3 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tag-arrow-up.svg b/mkdocs-material/material/templates/.icons/material/tag-arrow-up.svg new file mode 100644 index 0000000..b438d87 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tag-arrow-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.41 11.58-9-9C12.04 2.21 11.53 2 11 2H4c-1.1 0-2 .9-2 2v7c0 .53.21 1.04.59 1.41l.41.4c.9-.54 1.94-.81 3-.81 3.31 0 6 2.69 6 6 0 1.06-.28 2.09-.82 3l.4.4c.37.38.89.6 1.42.6s1.04-.21 1.41-.59l7-7c.38-.37.59-.88.59-1.41s-.21-1.04-.59-1.42M5.5 7C4.67 7 4 6.33 4 5.5S4.67 4 5.5 4 7 4.67 7 5.5 6.33 7 5.5 7M5 17v4h2v-4h2l-3-3-3 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tag-check-outline.svg b/mkdocs-material/material/templates/.icons/material/tag-check-outline.svg new file mode 100644 index 0000000..89dcec9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tag-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.5 5C5.67 5 5 5.67 5 6.5S5.67 8 6.5 8 8 7.33 8 6.5 7.33 5 6.5 5m0 0C5.67 5 5 5.67 5 6.5S5.67 8 6.5 8 8 7.33 8 6.5 7.33 5 6.5 5m14.91 6.58-9-9C12.04 2.21 11.53 2 11 2H4c-1.1 0-2 .9-2 2v7c0 .53.21 1.04.59 1.42l.41.4c.64-.38 1.35-.63 2.08-.74L4 11V4h7l9 9-7 7-1.08-1.08c-.1.74-.36 1.44-.74 2.08l.41.41c.37.38.88.59 1.41.59s1.04-.21 1.41-.59l7-7c.38-.37.59-.88.59-1.41s-.21-1.04-.59-1.42M6.5 5C5.67 5 5 5.67 5 6.5S5.67 8 6.5 8 8 7.33 8 6.5 7.33 5 6.5 5m2.13 9.27-3.87 3.9-1.35-1.37L2 18.22 4.75 21l5.28-5.32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tag-check.svg b/mkdocs-material/material/templates/.icons/material/tag-check.svg new file mode 100644 index 0000000..b369972 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tag-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.41 11.58-9-9C12.04 2.21 11.53 2 11 2H4c-1.1 0-2 .9-2 2v7c0 .53.21 1.04.59 1.41l.41.4c.9-.54 1.94-.81 3-.81 3.31 0 6 2.69 6 6 0 1.06-.28 2.09-.82 3l.4.4c.37.38.89.6 1.42.6s1.04-.21 1.41-.59l7-7c.38-.37.59-.88.59-1.41s-.21-1.04-.59-1.42M5.5 7C4.67 7 4 6.33 4 5.5S4.67 4 5.5 4 7 4.67 7 5.5 6.33 7 5.5 7m3.13 7.27-3.87 3.9-1.35-1.37L2 18.22 4.75 21l5.28-5.32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tag-edit-outline.svg b/mkdocs-material/material/templates/.icons/material/tag-edit-outline.svg new file mode 100644 index 0000000..b7001b7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tag-edit-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.41 11.58-9-9C12.04 2.21 11.53 2 11 2H4c-.53 0-1.04.21-1.41.59C2.21 2.96 2 3.47 2 4v7c0 .26.05.53.15.77.1.23.25.46.44.65l1.98 1.98L6 13l-2-2V4h7l9 9-7 7-2.13-2.13-.17.17v-.01l-1.25 1.25 2.14 2.14c.38.37.88.58 1.41.58s1.04-.21 1.41-.59l7-7c.38-.37.59-.88.59-1.41 0-.26-.05-.5-.15-.77-.1-.23-.25-.46-.44-.65M6.5 5a1.5 1.5 0 0 1 1.39.93c.11.27.14.57.08.86s-.2.56-.41.77-.48.35-.77.41-.59.03-.86-.08A1.5 1.5 0 0 1 6.5 5m4.2 10.35 1-1a.55.55 0 0 0 0-.77l-1.28-1.28a.55.55 0 0 0-.77 0l-1 1zm-2.64-1.47L2 19.94V22h2.06l6.05-6.07z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tag-edit.svg b/mkdocs-material/material/templates/.icons/material/tag-edit.svg new file mode 100644 index 0000000..dc7fdf0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tag-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12.41 2.58 9 9c.36.36.59.86.59 1.42 0 .55-.22 1.05-.59 1.41l-7 7c-.36.36-.86.59-1.41.59s-1.05-.23-1.42-.59l-2.13-2.13 1.25-1.25v.01l2.41-2.42c1-.99 1-2.62 0-3.62l-1.28-1.26c-.99-.99-2.6-.99-3.59 0l-.17.17h-.01L4.57 14.4l-1.98-1.99C2.22 12.05 2 11.55 2 11V4c0-1.11.89-2 2-2h7c.55 0 1.05.22 1.41.58M4.44 6.56a1.499 1.499 0 1 0 2.12-2.12 1.499 1.499 0 1 0-2.12 2.12m6.26 8.79 1-1a.55.55 0 0 0 0-.77l-1.28-1.28a.55.55 0 0 0-.77 0l-1 1zm-2.64-1.47L2 19.94V22h2.06l6.05-6.07z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tag-faces.svg b/mkdocs-material/material/templates/.icons/material/tag-faces.svg new file mode 100644 index 0000000..8550769 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tag-faces.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 18c-3.32 0-6-2.69-6-6 0-3.32 2.68-6 6-6a6 6 0 0 1 6 6 6 6 0 0 1-6 6M4 13a1 1 0 0 1-1-1 1 1 0 0 1 1-1 1 1 0 0 1 1 1 1 1 0 0 1-1 1M22 3H7.63c-.66 0-1.25.32-1.63.81L0 12l6 8.18c.38.5.97.82 1.63.82H22a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-9 8a1 1 0 0 0 1-1 1 1 0 0 0-1-1 1 1 0 0 0-1 1 1 1 0 0 0 1 1m2 5c1.86 0 3.35-1.28 3.8-3h-7.6c.45 1.72 1.94 3 3.8 3m2-5a1 1 0 0 0 1-1 1 1 0 0 0-1-1 1 1 0 0 0-1 1 1 1 0 0 0 1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tag-heart-outline.svg b/mkdocs-material/material/templates/.icons/material/tag-heart-outline.svg new file mode 100644 index 0000000..51f900d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tag-heart-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2a2 2 0 0 0-2 2v7c0 .55.22 1.05.59 1.42l9 9c.36.36.86.58 1.41.58s1.05-.22 1.41-.59l7-7c.37-.36.59-.86.59-1.41s-.23-1.06-.59-1.42l-9-9C12.05 2.22 11.55 2 11 2zm7 2 9 9-7 7-9-9V4zM6.5 5A1.5 1.5 0 0 0 5 6.5 1.5 1.5 0 0 0 6.5 8 1.5 1.5 0 0 0 8 6.5 1.5 1.5 0 0 0 6.5 5m4.45 5.5c-1.13 0-2.05.92-2.05 2.05 0 .57.23 1.07.6 1.45l3.5 3.5 3.5-3.5c.37-.37.6-.89.6-1.45a2.05 2.05 0 0 0-2.05-2.05c-.55 0-1.08.23-1.45.6l-.6.6-.6-.59c-.37-.38-.9-.61-1.45-.61"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tag-heart.svg b/mkdocs-material/material/templates/.icons/material/tag-heart.svg new file mode 100644 index 0000000..c982cde --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tag-heart.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.41 11.58-9-9C12.05 2.22 11.55 2 11 2H4a2 2 0 0 0-2 2v7c0 .55.22 1.05.59 1.42l9 9c.36.36.86.58 1.41.58s1.05-.22 1.41-.59l7-7c.37-.36.59-.86.59-1.41s-.23-1.06-.59-1.42M5.5 7A1.5 1.5 0 0 1 4 5.5 1.5 1.5 0 0 1 5.5 4 1.5 1.5 0 0 1 7 5.5 1.5 1.5 0 0 1 5.5 7m11.77 8.27L13 19.54l-4.27-4.27A2.52 2.52 0 0 1 8 13.5a2.5 2.5 0 0 1 2.5-2.5c.69 0 1.32.28 1.77.74l.73.72.73-.73c.45-.45 1.08-.73 1.77-.73a2.5 2.5 0 0 1 2.5 2.5c0 .69-.28 1.32-.73 1.77"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tag-hidden.svg b/mkdocs-material/material/templates/.icons/material/tag-hidden.svg new file mode 100644 index 0000000..cc98149 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tag-hidden.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m13.64 3.81-1.23-1.23C12.04 2.21 11.53 2 11 2h-1v2h1l1.23 1.23zm-.71 2.12 1.42-1.43 2.12 2.14-1.42 1.41zM4 11l1.23 1.23-1.42 1.41-1.22-1.22c-.19-.19-.34-.42-.44-.65-.1-.24-.15-.51-.15-.77v-1h2zm.5 3.35 1.43-1.42 2.12 2.12-1.41 1.42zm4.97 4.95-2.12-2.12 1.41-1.42 2.12 2.12zm6.29-10.54 2.12 2.12 1.42-1.41-2.12-2.12zm2.83 2.83L20 10.17l1.41 1.41c.19.19.34.42.44.65.1.27.15.51.15.77 0 .53-.21 1.04-.59 1.41zm2.11 3.53-1.41-1.41-2.44 2.44 1.41 1.41zm-4.55 1.73 1.41 1.41-2.44 2.44-1.41-1.41zm-1.74 4.56-2.82-2.82L10.17 20l1.42 1.42c.38.37.88.58 1.41.58s1.04-.21 1.41-.59M4 9H2V6h2zM2 5h2V4h1V2H4c-.53 0-1.04.21-1.41.59C2.21 2.96 2 3.47 2 4zm4-1V2h3v2zm.5 4C7.33 8 8 7.33 8 6.5S7.33 5 6.5 5 5 5.67 5 6.5 5.67 8 6.5 8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tag-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/tag-minus-outline.svg new file mode 100644 index 0000000..1bb0c8d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tag-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.5 5C5.67 5 5 5.67 5 6.5S5.67 8 6.5 8 8 7.33 8 6.5 7.33 5 6.5 5m0 0C5.67 5 5 5.67 5 6.5S5.67 8 6.5 8 8 7.33 8 6.5 7.33 5 6.5 5m14.91 6.58-9-9C12.04 2.21 11.53 2 11 2H4c-1.1 0-2 .9-2 2v7c0 .53.21 1.04.59 1.42l.41.4c.64-.38 1.35-.63 2.08-.74L4 11V4h7l9 9-7 7-1.08-1.08c-.1.74-.36 1.44-.74 2.08l.41.41c.37.38.88.59 1.41.59s1.04-.21 1.41-.59l7-7c.38-.37.59-.88.59-1.41s-.21-1.04-.59-1.42M6.5 5C5.67 5 5 5.67 5 6.5S5.67 8 6.5 8 8 7.33 8 6.5 7.33 5 6.5 5M10 19H2v-2h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tag-minus.svg b/mkdocs-material/material/templates/.icons/material/tag-minus.svg new file mode 100644 index 0000000..cf8c54a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tag-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.41 11.58-9-9C12.04 2.21 11.53 2 11 2H4a2 2 0 0 0-2 2v7c0 .53.21 1.04.59 1.41l.41.4c.9-.54 1.94-.81 3-.81a6 6 0 0 1 6 6c0 1.06-.28 2.09-.82 3l.4.4c.37.38.89.6 1.42.6s1.04-.21 1.41-.59l7-7c.38-.37.59-.88.59-1.41s-.21-1.04-.59-1.42M5.5 7A1.5 1.5 0 0 1 4 5.5 1.5 1.5 0 0 1 5.5 4 1.5 1.5 0 0 1 7 5.5 1.5 1.5 0 0 1 5.5 7M10 19H2v-2h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tag-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/tag-multiple-outline.svg new file mode 100644 index 0000000..02ba8ed --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tag-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.5 10C7.3 10 8 9.3 8 8.5S7.3 7 6.5 7 5 7.7 5 8.5 5.7 10 6.5 10M9 6l7 7-5 5-7-7V6zm0-2H4c-1.1 0-2 .9-2 2v5c0 .6.2 1.1.6 1.4l7 7c.3.4.8.6 1.4.6s1.1-.2 1.4-.6l5-5c.4-.4.6-.9.6-1.4 0-.6-.2-1.1-.6-1.4l-7-7C10.1 4.2 9.6 4 9 4m4.5 1.7 1-1 6.9 6.9c.4.4.6.9.6 1.4s-.2 1.1-.6 1.4L16 19.8l-1-1 5.7-5.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tag-multiple.svg b/mkdocs-material/material/templates/.icons/material/tag-multiple.svg new file mode 100644 index 0000000..9108b22 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tag-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.5 9A1.5 1.5 0 0 0 7 7.5 1.5 1.5 0 0 0 5.5 6 1.5 1.5 0 0 0 4 7.5 1.5 1.5 0 0 0 5.5 9m11.91 2.58c.36.36.59.86.59 1.42 0 .55-.22 1.05-.59 1.41l-5 5a1.996 1.996 0 0 1-2.83 0l-6.99-6.99C2.22 12.05 2 11.55 2 11V6c0-1.11.89-2 2-2h5c.55 0 1.05.22 1.41.58zm-3.87-5.87 1-1 6.87 6.87c.37.36.59.87.59 1.42s-.22 1.05-.58 1.41l-5.38 5.38-1-1L20.75 13z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tag-off-outline.svg b/mkdocs-material/material/templates/.icons/material/tag-off-outline.svg new file mode 100644 index 0000000..cdecf96 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tag-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.5 5A1.5 1.5 0 1 0 8 6.5 1.5 1.5 0 0 0 6.5 5m0 0A1.5 1.5 0 1 0 8 6.5 1.5 1.5 0 0 0 6.5 5m11.83 3.5 4.59-4.58L21.5 2.5l-19 19 1.42 1.42 4.58-4.59 3.09 3.09A2 2 0 0 0 13 22a2 2 0 0 0 1.41-.59l7-7A2 2 0 0 0 22 13a2 2 0 0 0-.59-1.42M13 20l-3.08-3.08 7-7L20 13M5.61 15.43 7 14l-3-3V4h7l3.06 3.06 1.41-1.4-3.06-3.08A2 2 0 0 0 11 2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 .59 1.42M5 6.5A1.5 1.5 0 1 0 6.5 5 1.5 1.5 0 0 0 5 6.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tag-off.svg b/mkdocs-material/material/templates/.icons/material/tag-off.svg new file mode 100644 index 0000000..c7587d8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tag-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18.33 8.5 4.59-4.58L21.5 2.5l-19 19 1.42 1.42 4.58-4.59 3.08 3.08A2 2 0 0 0 13 22a2 2 0 0 0 1.41-.59l7-7A2 2 0 0 0 22 13a2 2 0 0 0-.59-1.42m-15.8 3.85 9.86-9.78-3.06-3.07A2 2 0 0 0 11 2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 .59 1.41M5.5 4A1.5 1.5 0 1 1 4 5.5 1.5 1.5 0 0 1 5.5 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tag-outline.svg b/mkdocs-material/material/templates/.icons/material/tag-outline.svg new file mode 100644 index 0000000..4c76aff --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tag-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.41 11.58-9-9A2 2 0 0 0 11 2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 .59 1.42l9 9A2 2 0 0 0 13 22a2 2 0 0 0 1.41-.59l7-7A2 2 0 0 0 22 13a2 2 0 0 0-.59-1.42M13 20l-9-9V4h7l9 9M6.5 5A1.5 1.5 0 1 1 5 6.5 1.5 1.5 0 0 1 6.5 5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tag-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/tag-plus-outline.svg new file mode 100644 index 0000000..5af3cf7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tag-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.5 5A1.5 1.5 0 1 0 8 6.5 1.5 1.5 0 0 0 6.5 5m0 0A1.5 1.5 0 1 0 8 6.5 1.5 1.5 0 0 0 6.5 5m14.91 6.58-9-9A2 2 0 0 0 11 2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 .59 1.42l.41.4a5.6 5.6 0 0 1 2.08-.74L4 11V4h7l9 9-7 7-1.08-1.08a5.6 5.6 0 0 1-.74 2.08l.41.41A2 2 0 0 0 13 22a2 2 0 0 0 1.41-.59l7-7A2 2 0 0 0 22 13a2 2 0 0 0-.59-1.42M6.5 5A1.5 1.5 0 1 0 8 6.5 1.5 1.5 0 0 0 6.5 5M10 19H7v3H5v-3H2v-2h3v-3h2v3h3Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tag-plus.svg b/mkdocs-material/material/templates/.icons/material/tag-plus.svg new file mode 100644 index 0000000..b606383 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tag-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.41 11.58-9-9C12.04 2.21 11.53 2 11 2H4a2 2 0 0 0-2 2v7c0 .53.21 1.04.59 1.41l.41.4c.9-.54 1.94-.81 3-.81a6 6 0 0 1 6 6c0 1.06-.28 2.09-.82 3l.4.4c.37.38.89.6 1.42.6s1.04-.21 1.41-.59l7-7c.38-.37.59-.88.59-1.41s-.21-1.04-.59-1.42M5.5 7A1.5 1.5 0 0 1 4 5.5 1.5 1.5 0 0 1 5.5 4 1.5 1.5 0 0 1 7 5.5 1.5 1.5 0 0 1 5.5 7M10 19H7v3H5v-3H2v-2h3v-3h2v3h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tag-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/tag-remove-outline.svg new file mode 100644 index 0000000..843d218 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tag-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.5 5A1.5 1.5 0 1 0 8 6.5 1.5 1.5 0 0 0 6.5 5m0 0A1.5 1.5 0 1 0 8 6.5 1.5 1.5 0 0 0 6.5 5m14.91 6.58-9-9A2 2 0 0 0 11 2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 .59 1.42l.41.4a5.6 5.6 0 0 1 2.08-.74L4 11V4h7l9 9-7 7-1.08-1.08a5.6 5.6 0 0 1-.74 2.08l.41.41A2 2 0 0 0 13 22a2 2 0 0 0 1.41-.59l7-7A2 2 0 0 0 22 13a2 2 0 0 0-.59-1.42M6.5 5A1.5 1.5 0 1 0 8 6.5 1.5 1.5 0 0 0 6.5 5m1.62 16.54L6 19.41l-2.12 2.13-1.42-1.42L4.59 18l-2.13-2.12 1.42-1.42L6 16.59l2.12-2.13 1.42 1.42L7.41 18l2.13 2.12Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tag-remove.svg b/mkdocs-material/material/templates/.icons/material/tag-remove.svg new file mode 100644 index 0000000..f85a835 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tag-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.41 11.58-9-9C12.04 2.21 11.53 2 11 2H4a2 2 0 0 0-2 2v7c0 .53.21 1.04.59 1.41l.41.4c.9-.54 1.94-.81 3-.81a6 6 0 0 1 6 6c0 1.06-.28 2.09-.82 3l.4.4c.37.38.89.6 1.42.6s1.04-.21 1.41-.59l7-7c.38-.37.59-.88.59-1.41s-.21-1.04-.59-1.42M5.5 7A1.5 1.5 0 0 1 4 5.5 1.5 1.5 0 0 1 5.5 4 1.5 1.5 0 0 1 7 5.5 1.5 1.5 0 0 1 5.5 7m2.62 14.54L6 19.41l-2.12 2.13-1.42-1.42L4.59 18l-2.13-2.12 1.41-1.41L6 16.59l2.12-2.12 1.41 1.41L7.41 18l2.12 2.12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tag-search-outline.svg b/mkdocs-material/material/templates/.icons/material/tag-search-outline.svg new file mode 100644 index 0000000..369db81 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tag-search-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 13c0 .53-.21 1.04-.59 1.41l-.41.42a6.004 6.004 0 0 0-4.89-5.72L11 4H4v7l5.11 5.11c.51 2.73 2.86 4.8 5.72 4.89l-.42.41c-.37.38-.88.59-1.41.59s-1.03-.21-1.41-.58l-9-9C2.21 12.04 2 11.53 2 11V4c0-1.1.9-2 2-2h7c.53 0 1.04.21 1.41.58l9 9c.38.38.59.89.59 1.42M5 6.5C5 7.33 5.67 8 6.5 8S8 7.33 8 6.5 7.33 5 6.5 5 5 5.67 5 6.5m10.11 4.11c-2.5 0-4.5 2-4.5 4.5s2 4.5 4.5 4.5c.89 0 1.69-.25 2.39-.68L20.61 22 22 20.61l-3.08-3.11c.44-.68.69-1.5.69-2.39 0-2.5-2-4.5-4.5-4.5m0 2c1.39 0 2.5 1.12 2.5 2.5s-1.11 2.5-2.5 2.5-2.5-1.11-2.5-2.5 1.12-2.5 2.5-2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tag-search.svg b/mkdocs-material/material/templates/.icons/material/tag-search.svg new file mode 100644 index 0000000..c4f5d02 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tag-search.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.41 11.58-9-9C12.05 2.22 11.55 2 11 2H4c-1.11 0-2 .89-2 2v7c0 .55.22 1.05.59 1.41l8.99 9c.37.36.87.59 1.42.59s1.05-.23 1.41-.59l.42-.41C11.6 20.9 9 18.26 9 15c0-3.31 2.69-6 6-6 3.26 0 5.9 2.6 6 5.83l.41-.42c.37-.36.59-.86.59-1.41 0-.56-.23-1.06-.59-1.42M5.5 7C4.67 7 4 6.33 4 5.5S4.67 4 5.5 4 7 4.67 7 5.5 6.33 7 5.5 7m9.61 3.61c2.5 0 4.5 2 4.5 4.5 0 .89-.25 1.71-.69 2.39L22 20.61 20.61 22l-3.11-3.07c-.7.43-1.5.68-2.39.68-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5m0 2a2.5 2.5 0 1 0 2.5 2.5c0-1.39-1.11-2.5-2.5-2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tag-text-outline.svg b/mkdocs-material/material/templates/.icons/material/tag-text-outline.svg new file mode 100644 index 0000000..5dcc958 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tag-text-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.4 11.6-9-9C12 2.2 11.5 2 11 2H4c-1.1 0-2 .9-2 2v7c0 .5.2 1 .6 1.4l9 9c.4.4.9.6 1.4.6s1-.2 1.4-.6l7-7c.4-.4.6-.9.6-1.4s-.2-1-.6-1.4M13 20l-9-9V4h7l9 9M6.5 5C7.3 5 8 5.7 8 6.5S7.3 8 6.5 8 5 7.3 5 6.5 5.7 5 6.5 5m3.6 3.9 1.4-1.4L17 13l-1.4 1.4zm-2.5 2.5L9 10l4 4-1.4 1.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tag-text.svg b/mkdocs-material/material/templates/.icons/material/tag-text.svg new file mode 100644 index 0000000..219755a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tag-text.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.41 11.58-9-9A2 2 0 0 0 11 2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 .59 1.41l9 9A2 2 0 0 0 13 22a2 2 0 0 0 1.41-.59l7-7A2 2 0 0 0 22 13a2 2 0 0 0-.59-1.42M6.5 8A1.5 1.5 0 1 1 8 6.5 1.5 1.5 0 0 1 6.5 8m5.09 7.41-4-4L9 10l4 4m2.59.41-5.5-5.5L11.5 7.5 17 13Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tag.svg b/mkdocs-material/material/templates/.icons/material/tag.svg new file mode 100644 index 0000000..4bdd685 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tag.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.5 7A1.5 1.5 0 0 1 4 5.5 1.5 1.5 0 0 1 5.5 4 1.5 1.5 0 0 1 7 5.5 1.5 1.5 0 0 1 5.5 7m15.91 4.58-9-9C12.05 2.22 11.55 2 11 2H4c-1.11 0-2 .89-2 2v7c0 .55.22 1.05.59 1.41l8.99 9c.37.36.87.59 1.42.59s1.05-.23 1.41-.59l7-7c.37-.36.59-.86.59-1.41 0-.56-.23-1.06-.59-1.42"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tailwind.svg b/mkdocs-material/material/templates/.icons/material/tailwind.svg new file mode 100644 index 0000000..650ec9a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tailwind.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 6c-2.67 0-4.33 1.33-5 4 1-1.33 2.17-1.83 3.5-1.5.76.19 1.31.74 1.91 1.35.98 1 2.09 2.15 4.59 2.15 2.67 0 4.33-1.33 5-4-1 1.33-2.17 1.83-3.5 1.5-.76-.19-1.3-.74-1.91-1.35C15.61 7.15 14.5 6 12 6m-5 6c-2.67 0-4.33 1.33-5 4 1-1.33 2.17-1.83 3.5-1.5.76.19 1.3.74 1.91 1.35C8.39 16.85 9.5 18 12 18c2.67 0 4.33-1.33 5-4-1 1.33-2.17 1.83-3.5 1.5-.76-.19-1.3-.74-1.91-1.35C10.61 13.15 9.5 12 7 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tally-mark-1.svg b/mkdocs-material/material/templates/.icons/material/tally-mark-1.svg new file mode 100644 index 0000000..a61878b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tally-mark-1.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19h-2V5h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tally-mark-2.svg b/mkdocs-material/material/templates/.icons/material/tally-mark-2.svg new file mode 100644 index 0000000..1964e0b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tally-mark-2.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 19H9V5h2zm4-14h-2v14h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tally-mark-3.svg b/mkdocs-material/material/templates/.icons/material/tally-mark-3.svg new file mode 100644 index 0000000..5b9a41f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tally-mark-3.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 19H7V5h2zm4-14h-2v14h2zm4 0h-2v14h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tally-mark-4.svg b/mkdocs-material/material/templates/.icons/material/tally-mark-4.svg new file mode 100644 index 0000000..e725b23 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tally-mark-4.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 19H5V5h2zm4-14H9v14h2zm4 0h-2v14h2zm4 0h-2v14h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tally-mark-5.svg b/mkdocs-material/material/templates/.icons/material/tally-mark-5.svg new file mode 100644 index 0000000..3884f7c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tally-mark-5.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 10.73V19h-2v-7.64L15 12v7h-2v-6.38l-2 .64V19H9v-5.11l-2 .61V19H5v-3.85l-2.43.77L2 14l3-.95V5h2v7.42l2-.63V5h2v6.16l2-.63V5h2v4.9l2-.64V5h2v3.63L21 8l.57 1.92z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tangram.svg b/mkdocs-material/material/templates/.icons/material/tangram.svg new file mode 100644 index 0000000..89f3617 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tangram.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m-1.41 2L12 10.59 5.41 4zm-5.18 8 3.09-3.09L19.59 12l-3.09 3.09zm1.18 4H9.41L12 13.41zM4 5.41 10.59 12 4 18.59zM11.59 20H5.41l2-2h6.18zM20 20h-5.59L20 14.41zm0-10.41L17.91 7.5 20 5.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tank.svg b/mkdocs-material/material/templates/.icons/material/tank.svg new file mode 100644 index 0000000..d9da9b3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tank.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 12H4v-1h2l1-5h5l1 5h7zm-6.78-5 .4 2H22V7zM22 16a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3 3 3 0 0 1 3-3h14a3 3 0 0 1 3 3M6 16a1 1 0 0 0-1-1 1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1m7 0a1 1 0 0 0-1-1 1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1m7 0a1 1 0 0 0-1-1 1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tanker-truck.svg b/mkdocs-material/material/templates/.icons/material/tanker-truck.svg new file mode 100644 index 0000000..4ceca3a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tanker-truck.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 8h-5v6H2v3h1c0 1.7 1.3 3 3 3s3-1.3 3-3h6c0 1.7 1.3 3 3 3s3-1.3 3-3h2v-5zM6 18.5c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5m12 0c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5M17 12V9.5h2.5l2 2.5zm-3-2.5c0 1.9-1.6 3.5-3.5 3.5h-6C2.6 13 1 11.4 1 9.5S2.6 6 4.5 6H5V5H4V4h4v1H7v1h3.5C12.4 6 14 7.6 14 9.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tape-drive.svg b/mkdocs-material/material/templates/.icons/material/tape-drive.svg new file mode 100644 index 0000000..2037d01 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tape-drive.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 10a2 2 0 0 1 2 2c0 1.11-.89 2-2 2a2 2 0 1 1 0-4M5 3h14a2 2 0 0 1 2 2v12h-4.1a6.96 6.96 0 0 0 2.1-5c0-3.87-3.13-7-7-7s-7 3.13-7 7 3.13 7 7 7h9c0 1.11-.89 2-2 2H5a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tape-measure.svg b/mkdocs-material/material/templates/.icons/material/tape-measure.svg new file mode 100644 index 0000000..16ef81a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tape-measure.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 5a7 7 0 0 1 7 7h1v3h-1v4H9a7 7 0 0 1-7-7 7 7 0 0 1 7-7m0 3a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4m8 9h5v4h-2v-2h-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/target-account.svg b/mkdocs-material/material/templates/.icons/material/target-account.svg new file mode 100644 index 0000000..2955c6e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/target-account.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.95 11h1.55v2h-1.55c-.45 4.17-3.78 7.5-7.95 7.95v1.55h-2v-1.55C6.83 20.5 3.5 17.17 3.05 13H1.5v-2h1.55C3.5 6.83 6.83 3.5 11 3.05V1.5h2v1.55c4.17.45 7.5 3.78 7.95 7.95M5.07 11H6.5v2H5.07A6.98 6.98 0 0 0 11 18.93V17.5h2v1.43A6.98 6.98 0 0 0 18.93 13H17.5v-2h1.43A6.98 6.98 0 0 0 13 5.07V6.5h-2V5.07A6.98 6.98 0 0 0 5.07 11M16 16H8v-1c0-1.33 2.67-2 4-2s4 .67 4 2zm-4-8a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/target-variant.svg b/mkdocs-material/material/templates/.icons/material/target-variant.svg new file mode 100644 index 0000000..eb0ca67 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/target-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.08 11.04h-2V4h-7.03V2h-2.01v2H4v7.04H2v2.01h2v7.03h7.04v2h2.01v-2h7.03v-7.03h2zm-4.01 7.03h-5.02v-2.01h-2.01v2.01H6v-5.02h2.03v-2.01H6V6h5.04v2.03h2.01V6h5.02v5.04h-2.01v2.01h2.01zm-5.02-6.02a1 1 0 0 1-1 1c-.55 0-1.01-.45-1.01-1s.46-1.01 1.01-1.01 1 .46 1 1.01"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/target.svg b/mkdocs-material/material/templates/.icons/material/target.svg new file mode 100644 index 0000000..98d08d6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/target.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 2v2.07A8 8 0 0 0 4.07 11H2v2h2.07A8 8 0 0 0 11 19.93V22h2v-2.07A8 8 0 0 0 19.93 13H22v-2h-2.07A8 8 0 0 0 13 4.07V2m-2 4.08V8h2V6.09c2.5.41 4.5 2.41 4.92 4.91H16v2h1.91c-.41 2.5-2.41 4.5-4.91 4.92V16h-2v1.91C8.5 17.5 6.5 15.5 6.08 13H8v-2H6.09C6.5 8.5 8.5 6.5 11 6.08M12 11a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/taxi.svg b/mkdocs-material/material/templates/.icons/material/taxi.svg new file mode 100644 index 0000000..165d37f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/taxi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m5 11 1.5-4.5h11L19 11m-1.5 5a1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5 1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5m-11 0A1.5 1.5 0 0 1 5 14.5 1.5 1.5 0 0 1 6.5 13 1.5 1.5 0 0 1 8 14.5 1.5 1.5 0 0 1 6.5 16M18.92 6c-.2-.58-.76-1-1.42-1H15V3H9v2H6.5c-.66 0-1.22.42-1.42 1L3 12v8a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1h12v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tea-outline.svg b/mkdocs-material/material/templates/.icons/material/tea-outline.svg new file mode 100644 index 0000000..1ebd8ec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tea-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 19h16v2H4zM21.4 3.6C21 3.2 20.6 3 20 3H4v10c0 1.1.4 2 1.2 2.8S6.9 17 8 17h6c1.1 0 2-.4 2.8-1.2S18 14.1 18 13v-3h2c.6 0 1-.2 1.4-.6s.6-.8.6-1.4V5c0-.5-.2-1-.6-1.4M16 5v8c0 .6-.2 1-.6 1.4s-.8.6-1.4.6H8c-.6 0-1-.2-1.4-.6S6 13.5 6 13V5h4v1.4L8.2 7.8c-.2.1-.2.3-.2.4v4.3c0 .3.2.5.5.5h4c.3 0 .5-.2.5-.5V8.2c0-.2-.1-.3-.2-.4L11 6.4V5zm4 3h-2V5h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tea.svg b/mkdocs-material/material/templates/.icons/material/tea.svg new file mode 100644 index 0000000..5d8d05a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tea.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 19h16v2H4zM20 8V5h-2v3zm0-5c.6 0 1 .2 1.4.6s.6.9.6 1.4v3c0 .6-.2 1-.6 1.4s-.8.6-1.4.6h-2v3c0 1.1-.4 2-1.2 2.8S15.1 17 14 17H8c-1.1 0-2-.4-2.8-1.2S4 14.1 4 13V3h5v2.4L7.2 6.8c-.1.1-.2.3-.2.4v4.3c0 .3.2.5.5.5h4c.3 0 .5-.2.5-.5V7.2c0-.2-.1-.3-.2-.4L10 5.4V3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/teamviewer.svg b/mkdocs-material/material/templates/.icons/material/teamviewer.svg new file mode 100644 index 0000000..89ff606 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/teamviewer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.04 9.2 9.3 11h5.45L14 9.2l5.55 2.8L14 14.8l.75-1.8H9.3l.74 1.8L4.5 12zM20.83 22H3.17C2.53 22 2 21.5 2 20.83V3.17C2 2.53 2.53 2 3.17 2h17.66C21.5 2 22 2.53 22 3.17v17.66c0 .64-.5 1.17-1.17 1.17m-8.9-18.24C7.41 3.82 3.78 7.5 3.76 12c-.04 4.5 3.59 8.2 8.1 8.24H12A8.346 8.346 0 0 0 20.24 12c.07-4.5-3.5-8.17-7.98-8.24-.11-.01-.22 0-.33 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/teddy-bear.svg b/mkdocs-material/material/templates/.icons/material/teddy-bear.svg new file mode 100644 index 0000000..42113b1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/teddy-bear.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.75 19.13c-.83 0-1.5-.84-1.5-1.88 0-1.03.67-1.87 1.5-1.87s1.5.84 1.5 1.87c0 1.04-.67 1.88-1.5 1.88M12 11.25c-1.24 0-2.25-.84-2.25-1.87 0-1.04 1.01-1.88 2.25-1.88s2.25.84 2.25 1.88c0 1.03-1.01 1.87-2.25 1.87m-3.75 7.88c-.83 0-1.5-.84-1.5-1.88 0-1.03.67-1.87 1.5-1.87s1.5.84 1.5 1.87c0 1.04-.67 1.88-1.5 1.88M12 8.25c.41 0 .75.34.75.75s-.34.75-.75.75-.75-.34-.75-.75.34-.75.75-.75M18.75 12c-.32 0-.63.07-.91.2-.48-.61-1.13-1.13-1.91-1.53.57-.8.91-1.77.91-2.82v-.06c1.09-.23 1.91-1.2 1.91-2.37 0-1.33-1.09-2.42-2.42-2.42-.69 0-1.33.29-1.75.75a4.813 4.813 0 0 0-5.16 0C9 3.29 8.36 3 7.67 3 6.34 3 5.25 4.09 5.25 5.42c0 1.16.82 2.13 1.9 2.37v.06c0 1.05.35 2.03.91 2.82-.77.4-1.42.92-1.9 1.53A2.24 2.24 0 0 0 3 14.25c0 1.25 1 2.25 2.25 2.25h.06c-.04.24-.06.5-.06.75 0 2.07 1.34 3.75 3 3.75 1.01 0 1.9-.63 2.45-1.59.42.06.85.09 1.3.09s.88-.03 1.3-.09c.55.96 1.44 1.59 2.45 1.59 1.66 0 3-1.68 3-3.75 0-.25-.02-.51-.06-.75h.06c1.25 0 2.25-1 2.25-2.25S20 12 18.75 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/telescope.svg b/mkdocs-material/material/templates/.icons/material/telescope.svg new file mode 100644 index 0000000..3ad46cf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/telescope.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.9 8.9-1.7 1-4-6.9 1.7-1zm-12.1-1 3 5.2 6.1-3.5-3-5.2zm1.6 4.8-2-3.5-4.3 2.5 2 3.5zm-9.3 1.9 1 1.7 2.6-1.5-1-1.7zm10-.6-.3-.4-4.3 2.5.3.4c.2.3.5.6.8.8L7 22h2l1.4-4.3h.1L12 22h2l-1.9-5.6c.5-.7.5-1.6 0-2.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/television-ambient-light.svg b/mkdocs-material/material/templates/.icons/material/television-ambient-light.svg new file mode 100644 index 0000000..e4afda9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/television-ambient-light.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 11H0V9h3zm0 3H0v2h3zm2-8.88L2.88 3 1.46 4.41l2.13 2.13zM10 5V2H8v3zm14 4h-3v2h3zm-8-4V2h-2v3zm4.41 1.54 2.13-2.12L21.12 3 19 5.12zM24 14h-3v2h3zm-5-5v7c0 1.1-.9 2-2 2h-2v2H9v-2H7c-1.1 0-2-.9-2-2V9c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2m-2 0H7v7h10zm2 10.88L21.12 22l1.42-1.41-2.13-2.12zM3.59 18.46l-2.12 2.13L2.88 22 5 19.88z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/television-box.svg b/mkdocs-material/material/templates/.icons/material/television-box.svg new file mode 100644 index 0000000..68414a3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/television-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m11 13 3-8h-2.5L15 12.5 13.5 8H5v2h3v6h2v-6h1.77L14 16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/television-classic-off.svg b/mkdocs-material/material/templates/.icons/material/television-classic-off.svg new file mode 100644 index 0000000..fa272e9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/television-classic-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 5.27 3.28 4 21 21.72 19.73 23l-2-2H4c-1.11 0-2-.89-2-2V9c0-1 .76-1.86 1.75-2zM8.16 3 12 6.84 15.84 3l1.41 1.41L14.66 7H20c1.11 0 2 .89 2 2v10c0 .34-.08.66-.23.94L17 15.18V9h-6.18l-2-2h.52L6.75 4.41zM4 9v10h11.73l-10-10zm15.5 0a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1m0 3a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/television-classic.svg b/mkdocs-material/material/templates/.icons/material/television-classic.svg new file mode 100644 index 0000000..4765710 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/television-classic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.16 3 6.75 4.41 9.34 7H4c-1.11 0-2 .89-2 2v10c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V9c0-1.11-.89-2-2-2h-5.34l2.59-2.59L15.84 3 12 6.84zM4 9h13v10H4zm15.5 0a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m0 3a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/television-guide.svg b/mkdocs-material/material/templates/.icons/material/television-guide.svg new file mode 100644 index 0000000..e4f15b9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/television-guide.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 17V5H3v12zm0-14a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-5v2H8v-2H3a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zM5 7h6v4H5zm0 6h6v2H5zm8-6h6v2h-6zm0 4h6v4h-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/television-off.svg b/mkdocs-material/material/templates/.icons/material/television-off.svg new file mode 100644 index 0000000..fa32d51 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/television-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.5 2.77 1.78 1.5 21 20.72 19.73 22l-3-3H16v2H8v-2H3a2 2 0 0 1-2-2V5c0-.5.17-.93.46-1.27zM21 17V5H7.82l-2-2H21a2 2 0 0 1 2 2v12c0 .85-.55 1.59-1.3 1.87L19.82 17zM3 17h11.73L3 5.27z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/television-pause.svg b/mkdocs-material/material/templates/.icons/material/television-pause.svg new file mode 100644 index 0000000..e1d1937 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/television-pause.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3c-1.11 0-2 .89-2 2v12c0 1.1.9 2 2 2h5v2h8v-2h5c1.1 0 2-.9 2-2V5a2 2 0 0 0-2-2M3 5h18v12H3m6-9v6h2V8m2 0v6h2V8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/television-play.svg b/mkdocs-material/material/templates/.icons/material/television-play.svg new file mode 100644 index 0000000..a4f6196 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/television-play.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 3H3c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h5v2h8v-2h5a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m0 14H3V5h18m-5 6-7 4V7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/television-shimmer.svg b/mkdocs-material/material/templates/.icons/material/television-shimmer.svg new file mode 100644 index 0000000..790ce44 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/television-shimmer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 17H3V5h18m0-2H3c-1.1 0-2 .9-2 2v12a2 2 0 0 0 2 2h5v2h8v-2h5c1.11 0 2-.89 2-2V5a2 2 0 0 0-2-2m-6 3.5-.62 1.37L13 8.5l1.38.63.62 1.37.63-1.37L17 8.5l-1.37-.63zm-4.5 2-1.09 2.41L7 12l2.41 1.09 1.09 2.41 1.1-2.41L14 12l-2.4-1.09z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/television-speaker-off.svg b/mkdocs-material/material/templates/.icons/material/television-speaker-off.svg new file mode 100644 index 0000000..d165cc7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/television-speaker-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 9h-5c-1 0-1.9.8-2 1.8l3.8 3.8c.2-.1.4-.1.7-.1h.1c1.7 0 3 1.3 3 3 0 .2 0 .5-.1.7l1.6 1.6V11c-.1-1.1-1-2-2.1-2m-2.5 4.5c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5M23 5v2h-2V5H8.2l-2-2H21c1.1 0 2 .9 2 2M2.4 1.7 1.1 3l.5.5c-.3.4-.6.9-.6 1.5v12c0 1.1.9 2 2 2h5v2h4v-4H3V5h.1L14 15.9V20c0 1.1.9 2 2 2h4.1l.7.7 1.4-1.2zm16.1 18.8c-1.7 0-3-1.3-3-3v-.1l3.1 3.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/television-speaker.svg b/mkdocs-material/material/templates/.icons/material/television-speaker.svg new file mode 100644 index 0000000..9550e18 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/television-speaker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h5v2h4v-4H3V5h18v2h2V5c0-1.1-.9-2-2-2zm18 6h-5c-1.1 0-2 .9-2 2v9c0 1.1.9 2 2 2h5c1.1 0 2-.9 2-2v-9c0-1.1-.9-2-2-2m-2.5 1.5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5S17 12.8 17 12s.7-1.5 1.5-1.5m0 10c-1.7 0-3-1.3-3-3 0-1.6 1.3-3 2.9-3h.1c1.7 0 3 1.3 3 3s-1.3 3-3 3m0-4.5c-.8 0-1.5.7-1.5 1.5s.7 1.5 1.5 1.5 1.5-.7 1.5-1.5-.7-1.5-1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/television-stop.svg b/mkdocs-material/material/templates/.icons/material/television-stop.svg new file mode 100644 index 0000000..fc75739 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/television-stop.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3h18a2 2 0 0 1 2 2v12c0 1.1-.9 2-2 2h-5v2H8v-2H3c-1.1 0-2-.9-2-2V5c0-1.11.89-2 2-2m0 2v12h18V5zm6 3h6v6H9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/television.svg b/mkdocs-material/material/templates/.icons/material/television.svg new file mode 100644 index 0000000..e93a4ce --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/television.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 17H3V5h18m0-2H3a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h5v2h8v-2h5a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/temperature-celsius.svg b/mkdocs-material/material/templates/.icons/material/temperature-celsius.svg new file mode 100644 index 0000000..81427be --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/temperature-celsius.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.5 5c1.55 0 3 .47 4.19 1.28l-1.16 2.89A4.47 4.47 0 0 0 16.5 8C14 8 12 10 12 12.5s2 4.5 4.5 4.5c1.03 0 1.97-.34 2.73-.92l1.14 2.85A7.47 7.47 0 0 1 16.5 20 7.5 7.5 0 0 1 9 12.5 7.5 7.5 0 0 1 16.5 5M6 3a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3m0 2a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/temperature-fahrenheit.svg b/mkdocs-material/material/templates/.icons/material/temperature-fahrenheit.svg new file mode 100644 index 0000000..5c558cf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/temperature-fahrenheit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 20V5h9v3h-6v3h5v3h-5v6zM6 3a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3m0 2a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/temperature-kelvin.svg b/mkdocs-material/material/templates/.icons/material/temperature-kelvin.svg new file mode 100644 index 0000000..22ae456 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/temperature-kelvin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 5h3v6l5-6h4l-5.12 5.78L19 20h-3.62l-3.62-6.83L10 15.15V20H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/temple-buddhist-outline.svg b/mkdocs-material/material/templates/.icons/material/temple-buddhist-outline.svg new file mode 100644 index 0000000..28ad82f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/temple-buddhist-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 9c0 1.1-.9 2-2 2h-1V8.9c1.7-.4 3-2 3-3.8h-2c0 1.1-.9 2-2 2h-.5L12 1 7.5 7H7c-1.1 0-2-.9-2-2H3c0 1.9 1.3 3.4 3 3.8V11H5c-1.1 0-2-.9-2-2H1c0 1.9 1.3 3.4 3 3.8V22h7v-4c0-.5.4-1 1-1s1 .5 1 1v4h7v-9.1c1.7-.4 3-2 3-3.8zm-9-4.7L14 7h-4zM8 9h8v2H8zm10 11h-3v-2c0-1.6-1.4-3-3-3s-3 1.4-3 3v2H6v-7h12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/temple-buddhist.svg b/mkdocs-material/material/templates/.icons/material/temple-buddhist.svg new file mode 100644 index 0000000..b265ae5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/temple-buddhist.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 9c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2H1c0 1.9 1.3 3.4 3 3.8V22h6v-3c0-1.1.9-2 2-2s2 .9 2 2v3h6v-9.1c.5-.1 3-1 3-3.9zM6 8.9V10h12V8.9c.5-.1 3-1 3-3.9h-2c0 1.1-.9 2-2 2H7c-1.1 0-2-.9-2-2H3c0 1.9 1.3 3.4 3 3.9M12 1 8.2 6h7.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/temple-hindu-outline.svg b/mkdocs-material/material/templates/.icons/material/temple-hindu-outline.svg new file mode 100644 index 0000000..a4d9ffc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/temple-hindu-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2h-2L15 3V1h-2v2h-2V1H9v2.1L6 13H4v-2H2v11h9v-5h2v5h9V11zm-4.7 0H8.7l.6-2h5.4zm-1.2-4H9.9l.6-2h3zM20 20h-5v-5H9v5H4v-5h3.5l.6-2h7.8l.6 2H20z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/temple-hindu.svg b/mkdocs-material/material/templates/.icons/material/temple-hindu.svg new file mode 100644 index 0000000..ef4ddf6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/temple-hindu.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.6 11h10.8l-.9-3h-9zM20 11v2H4v-2H2v11h8v-5h4v5h8V11zm-4.1-5L15 3V1h-2v2h-2V1H9v2.1L8.1 6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tennis-ball-outline.svg b/mkdocs-material/material/templates/.icons/material/tennis-ball-outline.svg new file mode 100644 index 0000000..d247b2e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tennis-ball-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.17 2.76A10.1 10.1 0 0 1 12 2c1.31 0 2.61.26 3.83.76 1.21.5 2.31 1.24 3.24 2.17s1.67 2.03 2.17 3.24c.5 1.22.76 2.52.76 3.83 0 2.65-1.05 5.2-2.93 7.07A9.97 9.97 0 0 1 12 22a10.1 10.1 0 0 1-3.83-.76 10 10 0 0 1-3.24-2.17A9.97 9.97 0 0 1 2 12c0-2.65 1.05-5.2 2.93-7.07.93-.93 2.03-1.67 3.24-2.17M6.89 18.15a7.98 7.98 0 0 0 10.22 0A9.97 9.97 0 0 1 15 12c0-2.32.79-4.45 2.11-6.15A7.96 7.96 0 0 0 12 4c-1.88 0-3.68.66-5.11 1.85A10 10 0 0 1 9 12c0 2.32-.79 4.46-2.11 6.15M5.5 16.67C6.44 15.35 7 13.74 7 12s-.56-3.35-1.5-4.66A8 8 0 0 0 4 12c0 1.68.53 3.31 1.5 4.67m13-9.33A7.97 7.97 0 0 0 17 12c0 1.74.56 3.35 1.5 4.67A8.02 8.02 0 0 0 20 12c0-1.68-.53-3.31-1.5-4.66"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tennis-ball.svg b/mkdocs-material/material/templates/.icons/material/tennis-ball.svg new file mode 100644 index 0000000..34dfde3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tennis-ball.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c2.5 0 4.75.9 6.5 2.4A9.98 9.98 0 0 0 15 12c0 3.04 1.36 5.77 3.5 7.6-1.75 1.5-4 2.4-6.5 2.4s-4.75-.9-6.5-2.4A9.98 9.98 0 0 0 9 12c0-3.04-1.36-5.77-3.5-7.6C7.25 2.9 9.5 2 12 2m10 10c0 2.32-.79 4.45-2.12 6.15A8 8 0 0 1 17 12c0-2.47 1.12-4.68 2.88-6.15A9.94 9.94 0 0 1 22 12M2 12c0-2.32.79-4.45 2.12-6.15A8 8 0 0 1 7 12c0 2.47-1.12 4.68-2.88 6.15A9.94 9.94 0 0 1 2 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tennis.svg b/mkdocs-material/material/templates/.icons/material/tennis.svg new file mode 100644 index 0000000..fa03a5d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tennis.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 15a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m0 2a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2M6.05 14.54s1.41-1.42 1.42-4.24c-.36-2.19.5-4.76 2.47-6.72C12.87.65 17.14.17 19.5 2.5c2.33 2.36 1.85 6.63-1.08 9.56-1.96 1.97-4.53 2.83-6.72 2.47-2.82.01-4.24 1.42-4.24 1.42l-4.24 4.24-1.41-1.41zM18.07 3.93C16.5 2.37 13.5 2.84 11.35 5c-2.14 2.14-2.62 5.15-1.06 6.71 1.57 1.56 4.57 1.08 6.71-1.06 2.16-2.15 2.63-5.15 1.07-6.72"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tent.svg b/mkdocs-material/material/templates/.icons/material/tent.svg new file mode 100644 index 0000000..313e718 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tent.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 6c0 1.19.39 2.27 1 3a3 3 0 0 1-3-3 3 3 0 0 1 3-3c-.61.73-1 1.81-1 3M2 21v-2h2.76L12 4.78 19.24 19H22v2zM12 9.19 7 19h10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/terraform.svg b/mkdocs-material/material/templates/.icons/material/terraform.svg new file mode 100644 index 0000000..39d4e78 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/terraform.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 5.4v6.4L15.4 15V8.7zm-6.2 3.3V15l-5.6-3.2V5.4zm0 7v6.4l-5.6-3.2v-6.4zM8.6 5.1v6.4L3 8.3V1.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/terrain.svg b/mkdocs-material/material/templates/.icons/material/terrain.svg new file mode 100644 index 0000000..95fc3eb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/terrain.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14 6-3.75 5 2.85 3.8-1.6 1.2C9.81 13.75 7 10 7 10l-6 8h22z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/test-tube-empty.svg b/mkdocs-material/material/templates/.icons/material/test-tube-empty.svg new file mode 100644 index 0000000..3decae0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/test-tube-empty.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 2h10v2h-1v14a4 4 0 0 1-4 4 4 4 0 0 1-4-4V4H7zm7 2h-4v14a2 2 0 0 0 2 2 2 2 0 0 0 2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/test-tube-off.svg b/mkdocs-material/material/templates/.icons/material/test-tube-off.svg new file mode 100644 index 0000000..c1b7a26 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/test-tube-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 5.27 3.28 4 20 20.72 18.73 22l-2.89-2.89A4.01 4.01 0 0 1 12 22a4 4 0 0 1-4-4v-6.73zM7 2h10v2h-1v10.18l-2.37-2.37c.23-.18.37-.46.37-.81 0-.6-.4-1-1-1-.35 0-.63.14-.81.37L8 6.18V4H7zm4 14c.5 0 .88-.29 1-.76L10.76 14c-.47.12-.76.5-.76 1 0 .6.4 1 1 1m3-9V4h-4v3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/test-tube.svg b/mkdocs-material/material/templates/.icons/material/test-tube.svg new file mode 100644 index 0000000..5870bbe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/test-tube.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 2v2h1v14a4 4 0 0 0 4 4 4 4 0 0 0 4-4V4h1V2zm4 14c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1m2-4c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1m1-5h-4V4h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/text-account.svg b/mkdocs-material/material/templates/.icons/material/text-account.svg new file mode 100644 index 0000000..47c06fe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/text-account.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 5v2H3V5zM3 17h9v-2H3zm0-5h18v-2H3zm15 2a2 2 0 1 1 0 4c-1.11 0-2-.89-2-2s.9-2 2-2m-4 8v-1c0-1.1 1.79-2 4-2s4 .9 4 2v1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/text-box-check-outline.svg b/mkdocs-material/material/templates/.icons/material/text-box-check-outline.svg new file mode 100644 index 0000000..7e75569 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/text-box-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17 21-2.75-3 1.16-1.16L17 18.43l3.59-3.59 1.16 1.41M12.8 21H5c-1.11 0-2-.89-2-2V5c0-1.11.89-2 2-2h14c1.11 0 2 .89 2 2v7.8c-.61-.35-1.28-.6-2-.72V5H5v14h7.08c.12.72.37 1.39.72 2m-.8-4H7v-2h5m2.68-2H7v-2h10v1.08c-.85.14-1.63.46-2.32.92M17 9H7V7h10"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/text-box-check.svg b/mkdocs-material/material/templates/.icons/material/text-box-check.svg new file mode 100644 index 0000000..275fc62 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/text-box-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17 21-2.75-3 1.16-1.16L17 18.43l3.59-3.59 1.16 1.41M12.8 21H5a2 2 0 0 1-2-2V5c0-1.11.89-2 2-2h14a2 2 0 0 1 2 2v7.8c-.88-.51-1.91-.8-3-.8l-1 .08V11H7v2h7.69A5.98 5.98 0 0 0 12 18c0 1.09.29 2.12.8 3m-.8-6H7v2h5m5-10H7v2h10"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/text-box-edit-outline.svg b/mkdocs-material/material/templates/.icons/material/text-box-edit-outline.svg new file mode 100644 index 0000000..268222d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/text-box-edit-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 21H5c-1.11 0-2-.89-2-2V5c0-1.11.89-2 2-2h14c1.11 0 2 .89 2 2v5.33c-.3-.12-.63-.19-.96-.19-.37 0-.72.08-1.04.23V5H5v14h5.11l-.11.11zM7 9h10V7H7zm0 8h5.11L14 15.12V15H7zm0-4h9.12l.88-.88V11H7zm14.7.58-1.28-1.28a.55.55 0 0 0-.77 0l-1 1 2.05 2.05 1-1a.55.55 0 0 0 0-.77M12 22h2.06l6.05-6.07-2.05-2.05L12 19.94z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/text-box-edit.svg b/mkdocs-material/material/templates/.icons/material/text-box-edit.svg new file mode 100644 index 0000000..bf6d88e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/text-box-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 19.11 12.11 17H7v-2h7v.12L16.12 13H7v-2h10v1.12l1.24-1.23c.48-.48 1.11-.75 1.8-.75.33 0 .66.07.96.19V5a2 2 0 0 0-2-2H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h5zM7 7h10v2H7zm14.7 7.35-1 1-2.05-2.05 1-1a.55.55 0 0 1 .77 0l1.28 1.28c.21.21.21.56 0 .77M12 19.94l6.06-6.06 2.05 2.05L14.06 22H12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/text-box-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/text-box-minus-outline.svg new file mode 100644 index 0000000..8ba32de --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/text-box-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 17v2h-8v-2zM5 3h14c1.11 0 2 .89 2 2v7.8c-.61-.35-1.28-.6-2-.72V5H5v14h7.08c.12.72.37 1.39.72 2H5c-1.11 0-2-.89-2-2V5c0-1.11.89-2 2-2m2 4h10v2H7zm0 4h10v1.08c-.85.14-1.63.46-2.32.92H7zm0 4h5v2H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/text-box-minus.svg b/mkdocs-material/material/templates/.icons/material/text-box-minus.svg new file mode 100644 index 0000000..7549828 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/text-box-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 17v2h-8v-2zm-10 0v-2H7v2zm5-6H7v2h7.69A5.98 5.98 0 0 0 12 18c0 1.09.29 2.12.8 3H5a2 2 0 0 1-2-2V5c0-1.11.89-2 2-2h14a2 2 0 0 1 2 2v7.8c-.88-.51-1.91-.8-3-.8l-1 .08zm0-2V7H7v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/text-box-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/text-box-multiple-outline.svg new file mode 100644 index 0000000..471b649 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/text-box-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 15H9v-2h7zm3-4H9V9h10zm0-4H9V5h10zM3 5v16h16v2H3a2 2 0 0 1-2-2V5zm18-4a2 2 0 0 1 2 2v14c0 1.11-.89 2-2 2H7a2 2 0 0 1-2-2V3c0-1.11.89-2 2-2zM7 3v14h14V3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/text-box-multiple.svg b/mkdocs-material/material/templates/.icons/material/text-box-multiple.svg new file mode 100644 index 0000000..89c0a68 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/text-box-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 15H9v-2h7m3-2H9V9h10m0-2H9V5h10m2-4H7c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2V3a2 2 0 0 0-2-2M3 5v16h16v2H3a2 2 0 0 1-2-2V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/text-box-outline.svg b/mkdocs-material/material/templates/.icons/material/text-box-outline.svg new file mode 100644 index 0000000..7b0a7ff --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/text-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3c-1.11 0-2 .89-2 2v14c0 1.11.89 2 2 2h14c1.11 0 2-.89 2-2V5c0-1.11-.89-2-2-2zm0 2h14v14H5zm2 2v2h10V7zm0 4v2h10v-2zm0 4v2h7v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/text-box-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/text-box-plus-outline.svg new file mode 100644 index 0000000..602658f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/text-box-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 14h2v3h3v2h-3v3h-2v-3h-3v-2h3zM5 3h14c1.11 0 2 .89 2 2v7.8c-.61-.35-1.28-.6-2-.72V5H5v14h7.08c.12.72.37 1.39.72 2H5c-1.11 0-2-.89-2-2V5c0-1.11.89-2 2-2m2 4h10v2H7zm0 4h10v1.08c-.85.14-1.63.46-2.32.92H7zm0 4h5v2H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/text-box-plus.svg b/mkdocs-material/material/templates/.icons/material/text-box-plus.svg new file mode 100644 index 0000000..7d1726c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/text-box-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 14h2v3h3v2h-3v3h-2v-3h-3v-2h3zm-5 3v-2H7v2zm5-6H7v2h7.69A5.98 5.98 0 0 0 12 18c0 1.09.29 2.12.8 3H5a2 2 0 0 1-2-2V5c0-1.11.89-2 2-2h14a2 2 0 0 1 2 2v7.8c-.88-.51-1.91-.8-3-.8l-1 .08zm0-2V7H7v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/text-box-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/text-box-remove-outline.svg new file mode 100644 index 0000000..2199807 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/text-box-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.46 15.88 1.42-1.42L18 16.59l2.12-2.13 1.42 1.42L19.41 18l2.13 2.12-1.42 1.42L18 19.41l-2.12 2.13-1.42-1.42L16.59 18zM5 3h14c1.11 0 2 .89 2 2v7.8c-.61-.35-1.28-.6-2-.72V5H5v14h7.08c.12.72.37 1.39.72 2H5c-1.11 0-2-.89-2-2V5c0-1.11.89-2 2-2m2 4h10v2H7zm0 4h10v1.08c-.85.14-1.63.46-2.32.92H7zm0 4h5v2H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/text-box-remove.svg b/mkdocs-material/material/templates/.icons/material/text-box-remove.svg new file mode 100644 index 0000000..47be418 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/text-box-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.46 15.88 1.42-1.42L18 16.59l2.12-2.13 1.42 1.42L19.41 18l2.13 2.12-1.42 1.42L18 19.41l-2.12 2.13-1.42-1.42L16.59 18zM12 17v-2H7v2zm5-6H7v2h7.69A5.98 5.98 0 0 0 12 18c0 1.09.29 2.12.8 3H5a2 2 0 0 1-2-2V5c0-1.11.89-2 2-2h14a2 2 0 0 1 2 2v7.8c-.88-.51-1.91-.8-3-.8l-1 .08zm0-2V7H7v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/text-box-search-outline.svg b/mkdocs-material/material/templates/.icons/material/text-box-search-outline.svg new file mode 100644 index 0000000..3f416ba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/text-box-search-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.5 12c2.5 0 4.5 2 4.5 4.5 0 .88-.25 1.71-.69 2.4l3.08 3.1L21 23.39l-3.12-3.07c-.69.43-1.51.68-2.38.68-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5m0 2a2.5 2.5 0 0 0-2.5 2.5 2.5 2.5 0 0 0 2.5 2.5 2.5 2.5 0 0 0 2.5-2.5 2.5 2.5 0 0 0-2.5-2.5M5 3h14c1.11 0 2 .89 2 2v8.03c-.5-.8-1.19-1.49-2-2.03V5H5v14h4.5c.31.75.76 1.42 1.31 2H5c-1.11 0-2-.89-2-2V5c0-1.11.89-2 2-2m2 4h10v2H7zm0 4h5.03c-.8.5-1.49 1.19-2.03 2H7zm0 4h2.17c-.11.5-.17 1-.17 1.5v.5H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/text-box-search.svg b/mkdocs-material/material/templates/.icons/material/text-box-search.svg new file mode 100644 index 0000000..880109d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/text-box-search.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.5 12c2.5 0 4.5 2 4.5 4.5 0 .88-.25 1.71-.69 2.4l3.08 3.1L21 23.39l-3.12-3.07c-.69.43-1.51.68-2.38.68-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5m0 2a2.5 2.5 0 0 0-2.5 2.5 2.5 2.5 0 0 0 2.5 2.5 2.5 2.5 0 0 0 2.5-2.5 2.5 2.5 0 0 0-2.5-2.5M7 15v2h2c.14 1.55.8 2.94 1.81 4H5a2 2 0 0 1-2-2V5c0-1.11.89-2 2-2h14a2 2 0 0 1 2 2v8.03A6.49 6.49 0 0 0 15.5 10c-1.27 0-2.46.37-3.46 1H7v2h3c-.36.6-.66 1.28-.83 2zm10-6V7H7v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/text-box.svg b/mkdocs-material/material/templates/.icons/material/text-box.svg new file mode 100644 index 0000000..b4f3e9a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/text-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 17H7v-2h7m3-2H7v-2h10m0-2H7V7h10m2-4H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/text-long.svg b/mkdocs-material/material/templates/.icons/material/text-long.svg new file mode 100644 index 0000000..8aad7d4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/text-long.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 5h16v2H4zm0 4h16v2H4zm0 4h16v2H4zm0 4h10v2H4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/text-recognition.svg b/mkdocs-material/material/templates/.icons/material/text-recognition.svg new file mode 100644 index 0000000..ab0394c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/text-recognition.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 4c0-1.1.9-2 2-2h4v2H4v4H2zm20 16c0 1.11-.89 2-2 2h-4v-2h4v-4h2zM4 22a2 2 0 0 1-2-2v-4h2v4h4v2zM20 2a2 2 0 0 1 2 2v4h-2V4h-4V2zM9 7v2h2v8h2V9h2V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/text-search-variant.svg b/mkdocs-material/material/templates/.icons/material/text-search-variant.svg new file mode 100644 index 0000000..34d3760 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/text-search-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 6v2H2V6zm0 5v2H2v-2zm9 5v2H2v-2zm1.31-4.5c.44-.68.69-1.5.69-2.39 0-2.5-2-4.5-4.5-4.5s-4.5 2-4.5 4.5 2 4.5 4.5 4.5c.87 0 1.69-.25 2.38-.68L21 16l1.39-1.39zm-3.81.11c-1.38 0-2.5-1.11-2.5-2.5s1.12-2.5 2.5-2.5a2.5 2.5 0 0 1 0 5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/text-search.svg b/mkdocs-material/material/templates/.icons/material/text-search.svg new file mode 100644 index 0000000..445d389 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/text-search.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.31 18.9 3.08 3.1L21 23.39l-3.12-3.07c-.69.43-1.51.68-2.38.68-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5c0 .88-.25 1.71-.69 2.4m-3.81.1a2.5 2.5 0 0 0 0-5 2.5 2.5 0 0 0 0 5M21 4v2H3V4zM3 16v-2h6v2zm0-5V9h18v2h-2.03c-1.01-.63-2.2-1-3.47-1s-2.46.37-3.47 1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/text-shadow.svg b/mkdocs-material/material/templates/.icons/material/text-shadow.svg new file mode 100644 index 0000000..1a25591 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/text-shadow.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3h13v3h-5v12H8V6H3zm9 4h2v2h-2zm3 0h2v2h-2zm3 0h2v2h-2zm-6 3h2v2h-2zm0 3h2v2h-2zm0 3h2v2h-2zm0 3h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/text-short.svg b/mkdocs-material/material/templates/.icons/material/text-short.svg new file mode 100644 index 0000000..1592b25 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/text-short.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 9h16v2H4zm0 4h10v2H4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/text.svg b/mkdocs-material/material/templates/.icons/material/text.svg new file mode 100644 index 0000000..fc5792b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/text.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 6v2H3V6zM3 18h9v-2H3zm0-5h18v-2H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/texture-box.svg b/mkdocs-material/material/templates/.icons/material/texture-box.svg new file mode 100644 index 0000000..6c47433 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/texture-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-2 .9-2 2v16a2 2 0 0 0 2 2h16c1.11 0 2-.89 2-2V4a2 2 0 0 0-2-2M4 6l2-2h4.9L4 10.9zm0 7.7L13.7 4h4.9L4 18.6zM20 18l-2 2h-4.9l6.9-6.9zm0-7.7L10.3 20H5.4L20 5.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/texture.svg b/mkdocs-material/material/templates/.icons/material/texture.svg new file mode 100644 index 0000000..19cf922 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/texture.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.29 21h2.83L21 12.12V9.29M19 21c.55 0 1.05-.22 1.41-.59.37-.36.59-.86.59-1.41v-2l-4 4M5 3a2 2 0 0 0-2 2v2l4-4m4.88 0L3 11.88v2.83L14.71 3m4.79.08L3.08 19.5c.09.35.27.66.51.91.25.24.56.42.91.51L20.93 4.5c-.19-.7-.73-1.24-1.43-1.42"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/theater.svg b/mkdocs-material/material/templates/.icons/material/theater.svg new file mode 100644 index 0000000..14899d2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/theater.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 15h2a2 2 0 0 1 2 2v2h1v-2a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2h1v-2a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2h1v3H1v-3h1v-2a2 2 0 0 1 2-2m7-8 4 3-4 3zM4 2h16a2 2 0 0 1 2 2v9.54a3.9 3.9 0 0 0-2-.54V4H4v9c-.73 0-1.41.19-2 .54V4a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/theme-light-dark.svg b/mkdocs-material/material/templates/.icons/material/theme-light-dark.svg new file mode 100644 index 0000000..27a51fe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/theme-light-dark.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.5 2c-1.79 1.15-3 3.18-3 5.5s1.21 4.35 3.03 5.5C4.46 13 2 10.54 2 7.5A5.5 5.5 0 0 1 7.5 2m11.57 1.5 1.43 1.43L4.93 20.5 3.5 19.07zm-6.18 2.43L11.41 5 9.97 6l.42-1.7L9 3.24l1.75-.12.58-1.65L12 3.1l1.73.03-1.35 1.13zm-3.3 3.61-1.16-.73-1.12.78.34-1.32-1.09-.83 1.36-.09.45-1.29.51 1.27 1.36.03-1.05.87zM19 13.5a5.5 5.5 0 0 1-5.5 5.5c-1.22 0-2.35-.4-3.26-1.07l7.69-7.69c.67.91 1.07 2.04 1.07 3.26m-4.4 6.58 2.77-1.15-.24 3.35zm4.33-2.7 1.15-2.77 2.2 2.54zm1.15-4.96-1.14-2.78 3.34.24zM9.63 18.93l2.77 1.15-2.53 2.19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/thermometer-alert.svg b/mkdocs-material/material/templates/.icons/material/thermometer-alert.svg new file mode 100644 index 0000000..43310fc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/thermometer-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 13V7h2v6zm0 4v-2h2v2zm-4-4V5c0-1.7-1.3-3-3-3S7 3.3 7 5v8c-2.2 1.7-2.7 4.8-1 7s4.8 2.7 7 1 2.7-4.8 1-7c-.3-.4-.6-.7-1-1m-3-9c.6 0 1 .4 1 1v3H9V5c0-.6.4-1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/thermometer-auto.svg b/mkdocs-material/material/templates/.icons/material/thermometer-auto.svg new file mode 100644 index 0000000..d0cacc5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/thermometer-auto.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 14c-.3-.4-.6-.7-1-1V5c0-1.7-1.3-3-3-3S5 3.3 5 5v8c-2.2 1.7-2.7 4.8-1 7s4.8 2.7 7 1 2.7-4.8 1-7M9 8H7V5c0-.5.5-1 1-1s1 .5 1 1zm9-5h-2l-3.2 9h1.9l.7-2h3.2l.7 2h1.9zm-2.2 5.7L17 5l1.2 3.7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/thermometer-bluetooth.svg b/mkdocs-material/material/templates/.icons/material/thermometer-bluetooth.svg new file mode 100644 index 0000000..9c8bfb6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/thermometer-bluetooth.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 13V5c0-1.66-1.34-3-3-3S5 3.34 5 5v8c-2.21 1.66-2.66 4.79-1 7s4.79 2.66 7 1 2.66-4.79 1-7a4.7 4.7 0 0 0-1-1M8 4c.55 0 1 .45 1 1v3H7V5c0-.55.45-1 1-1m10 4v3.79L15.71 9.5l-.71.71L17.79 13 15 15.79l.71.71L18 14.21V18h.5l2.85-2.86L19.21 13l2.14-2.15L18.5 8zm1 1.91.94.94-.94.94zm0 4.3.94.93-.94.94z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/thermometer-check.svg b/mkdocs-material/material/templates/.icons/material/thermometer-check.svg new file mode 100644 index 0000000..5f3f580 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/thermometer-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 13V5c0-1.66-1.34-3-3-3S4 3.34 4 5v8c-2.21 1.66-2.66 4.79-1 7s4.79 2.66 7 1 2.66-4.79 1-7a4.7 4.7 0 0 0-1-1M7 4c.55 0 1 .45 1 1v3H6V5c0-.55.45-1 1-1m9.25 11.16-2.75-3L14.66 11l1.59 1.59L19.84 9 21 10.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/thermometer-chevron-down.svg b/mkdocs-material/material/templates/.icons/material/thermometer-chevron-down.svg new file mode 100644 index 0000000..2ae9d37 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/thermometer-chevron-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.41 12.17 14.24 9l-1.41 1.41L17.41 15 22 10.41 20.58 9M10 13V5c0-1.66-1.34-3-3-3S4 3.34 4 5v8c-2.21 1.66-2.66 4.79-1 7s4.79 2.66 7 1 2.66-4.79 1-7a4.7 4.7 0 0 0-1-1M7 4c.55 0 1 .45 1 1v3H6V5c0-.55.45-1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/thermometer-chevron-up.svg b/mkdocs-material/material/templates/.icons/material/thermometer-chevron-up.svg new file mode 100644 index 0000000..356d80d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/thermometer-chevron-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.41 11.83 20.58 15 22 13.59 17.41 9l-4.59 4.59L14.24 15zM10 13V5c0-1.66-1.34-3-3-3S4 3.34 4 5v8c-2.21 1.66-2.66 4.79-1 7s4.79 2.66 7 1 2.66-4.79 1-7a4.7 4.7 0 0 0-1-1M7 4c.55 0 1 .45 1 1v3H6V5c0-.55.45-1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/thermometer-high.svg b/mkdocs-material/material/templates/.icons/material/thermometer-high.svg new file mode 100644 index 0000000..814c1b6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/thermometer-high.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 13V5a3 3 0 0 0-6 0v8a5 5 0 1 0 6 0m-3-9a1 1 0 0 1 1 1h-2a1 1 0 0 1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/thermometer-lines.svg b/mkdocs-material/material/templates/.icons/material/thermometer-lines.svg new file mode 100644 index 0000000..c16041f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/thermometer-lines.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 3h4v2h-4zm0 4h4v2h-4zm0 4h4v2h-3.25l-.75-.9zm4 4v2h-2c0-.69-.1-1.37-.29-2zM7 3v2H3V3zm0 4v2H3V7zm0 4v1.1l-.75.9H3v-2zm-4 4h2.29c-.19.63-.29 1.31-.29 2H3zm12-2V5c0-1.66-1.34-3-3-3S9 3.34 9 5v8c-2.21 1.66-2.66 4.79-1 7s4.79 2.66 7 1 2.66-4.79 1-7a4.7 4.7 0 0 0-1-1m-3-9c.55 0 1 .45 1 1v3h-2V5c0-.55.45-1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/thermometer-low.svg b/mkdocs-material/material/templates/.icons/material/thermometer-low.svg new file mode 100644 index 0000000..65f607e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/thermometer-low.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 13V5a3 3 0 0 0-6 0v8a5 5 0 1 0 6 0m-3-9a1 1 0 0 1 1 1v7h-2V5a1 1 0 0 1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/thermometer-minus.svg b/mkdocs-material/material/templates/.icons/material/thermometer-minus.svg new file mode 100644 index 0000000..81e4c0c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/thermometer-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 11h-8v2h8zm-11 2V5c0-1.66-1.34-3-3-3S5 3.34 5 5v8c-2.21 1.66-2.66 4.79-1 7s4.79 2.66 7 1 2.66-4.79 1-7a4.7 4.7 0 0 0-1-1M8 4c.55 0 1 .45 1 1v3H7V5c0-.55.45-1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/thermometer-off.svg b/mkdocs-material/material/templates/.icons/material/thermometer-off.svg new file mode 100644 index 0000000..0e55637 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/thermometer-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11 7.8-2-2V5c0-1.66 1.34-3 3-3s3 1.34 3 3v6.8L11.2 8H13V5c0-.55-.45-1-1-1s-1 .45-1 1zm11.11 13.66L2.39 1.73 1.11 3 9 10.89V13a4.997 4.997 0 0 0-1 7 4.997 4.997 0 0 0 7 1c.84-.63 1.4-1.5 1.71-2.4l4.13 4.13z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/thermometer-plus.svg b/mkdocs-material/material/templates/.icons/material/thermometer-plus.svg new file mode 100644 index 0000000..1a18df6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/thermometer-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 11V8h-2v3h-3v2h3v3h2v-3h3v-2m-11 2V5c0-1.66-1.34-3-3-3S5 3.34 5 5v8c-2.21 1.66-2.66 4.79-1 7s4.79 2.66 7 1 2.66-4.79 1-7a4.7 4.7 0 0 0-1-1M8 4c.55 0 1 .45 1 1v3H7V5c0-.55.45-1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/thermometer-probe-off.svg b/mkdocs-material/material/templates/.icons/material/thermometer-probe-off.svg new file mode 100644 index 0000000..9af8aaf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/thermometer-probe-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m2 3.64 7.24 7.24-6.43 6.43a2.76 2.76 0 0 0 0 3.89 2.76 2.76 0 0 0 3.89 0l6.43-6.43 7.6 7.6L22 21.1 3.27 2.37zm8.23 8.22 1.91 1.91a1.376 1.376 0 1 1-1.91-1.91m4.23-.86L13 9.55l.47-.08 6-6L22 2l-1.46 2.54-6 6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/thermometer-probe.svg b/mkdocs-material/material/templates/.icons/material/thermometer-probe.svg new file mode 100644 index 0000000..0022fbd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/thermometer-probe.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.47 3.47-6 6-2.94.53c-.31.03-.59.18-.81.4l-6.91 6.91a2.76 2.76 0 0 0 0 3.89 2.76 2.76 0 0 0 3.89 0l6.91-6.91c.22-.22.39-.5.42-.79l.51-2.96 6-6L22 2zM11 14.38c-.76 0-1.38-.62-1.38-1.38s.62-1.38 1.38-1.38 1.38.62 1.38 1.38A1.39 1.39 0 0 1 11 14.38"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/thermometer-water.svg b/mkdocs-material/material/templates/.icons/material/thermometer-water.svg new file mode 100644 index 0000000..82e0de0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/thermometer-water.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 13V5c0-1.66-1.34-3-3-3S4 3.34 4 5v8c-2.21 1.66-2.66 4.79-1 7s4.79 2.66 7 1 2.66-4.79 1-7a4.7 4.7 0 0 0-1-1M7 4c.55 0 1 .45 1 1v3H6V5c0-.55.45-1 1-1m11 3s-4 4.34-4 7.07c0 5.24 8 5.24 8 0C22 11.34 18 7 18 7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/thermometer.svg b/mkdocs-material/material/templates/.icons/material/thermometer.svg new file mode 100644 index 0000000..96c5d70 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/thermometer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 13V5a3 3 0 0 0-6 0v8a5 5 0 1 0 6 0m-3-9a1 1 0 0 1 1 1v3h-2V5a1 1 0 0 1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/thermostat-auto.svg b/mkdocs-material/material/templates/.icons/material/thermostat-auto.svg new file mode 100644 index 0000000..a15c229 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/thermostat-auto.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10c.4 0 .7 0 1.1-.1l2.3-6.6-.6-.6c.7-.7 1.2-1.7 1.2-2.8 0-.7-.2-1.4-.6-2l2.2-2.2C18.5 9 19 10.4 19 12h1c.3 0 .6.1.8.2 0 0 .1 0 .1.1.4.2.8.6 1 1.1.1-.5.1-.9.1-1.4 0-5.5-4.5-10-10-10m2 6.6c-.6-.4-1.3-.6-2-.6-2.2 0-4 1.8-4 4 0 1.1.4 2.1 1.2 2.8l-2.1 2.1C5.8 15.7 5 13.9 5 12c0-3.9 3.1-7 7-7 1.6 0 3 .5 4.2 1.4zm6 5.4h-2l-3.2 9h1.9l.7-2h3.2l.7 2h1.9zm-2.2 5.7L19 16l1.2 3.7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/thermostat-box-auto.svg b/mkdocs-material/material/templates/.icons/material/thermostat-box-auto.svg new file mode 100644 index 0000000..22331c0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/thermostat-box-auto.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 14h-2l-3.2 9h1.9l.7-2h3.2l.7 2h1.9zm-2.2 5.7L19 16l1.2 3.7zm-2.4-4.3-.6-.6c.7-.7 1.2-1.7 1.2-2.8 0-.7-.2-1.4-.6-2l2.2-2.2C18.5 9 19 10.4 19 12h2V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h8.4zm-6.2-.6L7 17c-1.3-1.3-2-3-2-5 0-3.9 3.1-7 7-7 1.6 0 3 .5 4.2 1.4L14 8.6c-.6-.4-1.3-.6-2-.6-2.2 0-4 1.8-4 4 0 1.1.5 2.1 1.2 2.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/thermostat-box.svg b/mkdocs-material/material/templates/.icons/material/thermostat-box.svg new file mode 100644 index 0000000..2363353 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/thermostat-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm7 2c1.57 0 3 .5 4.19 1.4L14 8.56c-.57-.35-1.26-.56-2-.56a4 4 0 0 0-4 4c0 1.1.45 2.1 1.17 2.83l-2.12 2.12A6.98 6.98 0 0 1 5 12a7 7 0 0 1 7-7m5.6 2.81A6.86 6.86 0 0 1 19 12c0 1.93-.78 3.68-2.05 4.95l-2.12-2.12C15.55 14.1 16 13.1 16 12c0-.74-.21-1.43-.57-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/thermostat-cog.svg b/mkdocs-material/material/templates/.icons/material/thermostat-cog.svg new file mode 100644 index 0000000..93f95f5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/thermostat-cog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 12.66c-.93-.42-1.93-.66-3-.66 0-1.57-.5-3-1.4-4.19L15.43 10c.36.57.57 1.26.57 2 0 .24 0 .5-.06.7A7.01 7.01 0 0 0 12 19c0 1.07.24 2.07.66 3H12a10.1 10.1 0 0 1-3.83-.76 10 10 0 0 1-3.24-2.17A9.97 9.97 0 0 1 2 12c0-2.65 1.05-5.2 2.93-7.07.93-.93 2.03-1.67 3.24-2.17A10.1 10.1 0 0 1 12 2c5.5 0 10 4.47 10 10zM12 5a7.001 7.001 0 0 0-4.95 11.95l2.12-2.12a4.004 4.004 0 0 1 0-5.66C9.92 8.42 10.94 8 12 8c.74 0 1.43.21 2 .56l2.19-2.16A6.86 6.86 0 0 0 12 5m11.83 15.64c.06-.11.04-.25-.06-.32l-1.05-.82a4.3 4.3 0 0 0 0-1l1.05-.82c.1-.07.12-.18.06-.32l-1-1.72c-.06-.11-.19-.14-.3-.11l-1.25.47-.14-.09c-.23-.14-.44-.27-.7-.37l-.19-1.33A.25.25 0 0 0 20 14h-2c-.12 0-.23.09-.25.21l-.18 1.33c-.27.1-.48.24-.71.38l-.14.08-1.22-.47c-.13-.03-.27 0-.33.11l-1 1.72c-.06.14-.03.25.06.32l1.06.82v.03c-.02.16-.04.31-.04.47s.02.31.04.47v.03l-1.06.82c-.09.07-.12.21-.06.32l1 1.73c.06.13.2.13.33.13l1.22-.53c.28.2.53.37.85.5l.18 1.32c.02.12.13.21.25.21h2c.13 0 .23-.09.25-.21l.19-1.32c.31-.13.56-.3.84-.5l1.25.53c.11 0 .24 0 .3-.13zM19 17.25c.97 0 1.75.78 1.75 1.75s-.79 1.75-1.75 1.75-1.75-.78-1.75-1.75.78-1.75 1.75-1.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/thermostat.svg b/mkdocs-material/material/templates/.icons/material/thermostat.svg new file mode 100644 index 0000000..cf40283 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/thermostat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.95 16.95-2.12-2.12C15.55 14.1 16 13.1 16 12c0-.74-.21-1.43-.57-2l2.17-2.19A6.86 6.86 0 0 1 19 12c0 1.93-.78 3.68-2.05 4.95M12 5c1.57 0 3 .5 4.19 1.4L14 8.56c-.57-.35-1.26-.56-2-.56a4 4 0 0 0-4 4c0 1.1.45 2.1 1.17 2.83l-2.12 2.12A6.98 6.98 0 0 1 5 12a7 7 0 0 1 7-7m0-3A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10c0-5.53-4.5-10-10-10"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/thought-bubble-outline.svg b/mkdocs-material/material/templates/.icons/material/thought-bubble-outline.svg new file mode 100644 index 0000000..d9b0daa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/thought-bubble-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.5 19A1.5 1.5 0 0 1 5 20.5 1.5 1.5 0 0 1 3.5 22 1.5 1.5 0 0 1 2 20.5 1.5 1.5 0 0 1 3.5 19m5-3a2.5 2.5 0 0 1 2.5 2.5A2.5 2.5 0 0 1 8.5 21 2.5 2.5 0 0 1 6 18.5 2.5 2.5 0 0 1 8.5 16m6-1c-1.19 0-2.27-.5-3-1.35-.73.85-1.81 1.35-3 1.35-1.96 0-3.59-1.41-3.93-3.26A4.02 4.02 0 0 1 2 8a4 4 0 0 1 4-4l.77.07C7.5 3.41 8.45 3 9.5 3c1.19 0 2.27.5 3 1.35.73-.85 1.81-1.35 3-1.35 1.96 0 3.59 1.41 3.93 3.26A4.02 4.02 0 0 1 22 10a4 4 0 0 1-4 4l-.77-.07c-.73.66-1.68 1.07-2.73 1.07M6 6a2 2 0 0 0-2 2 2 2 0 0 0 2 2c.33 0 .64-.08.92-.22A2 2 0 0 0 6.5 11a2 2 0 0 0 2 2c.6 0 1.14-.27 1.5-.69l1.47-1.68L13 12.34c.38.4.91.66 1.5.66 1 0 1.83-.74 2-1.7.34.43.89.7 1.5.7a2 2 0 0 0 2-2 2 2 0 0 0-2-2c-.33 0-.64.08-.92.22A2 2 0 0 0 17.5 7a2 2 0 0 0-2-2c-.59 0-1.12.26-1.5.66l-1.53 1.71L11 5.69c-.36-.42-.9-.69-1.5-.69-1 0-1.83.74-2 1.7C7.16 6.27 6.61 6 6 6m2.5 11.5a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/thought-bubble.svg b/mkdocs-material/material/templates/.icons/material/thought-bubble.svg new file mode 100644 index 0000000..cfab873 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/thought-bubble.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.5 19A1.5 1.5 0 0 1 5 20.5 1.5 1.5 0 0 1 3.5 22 1.5 1.5 0 0 1 2 20.5 1.5 1.5 0 0 1 3.5 19m5-3a2.5 2.5 0 0 1 2.5 2.5A2.5 2.5 0 0 1 8.5 21 2.5 2.5 0 0 1 6 18.5 2.5 2.5 0 0 1 8.5 16m6-1c-1.19 0-2.27-.5-3-1.35-.73.85-1.81 1.35-3 1.35-1.96 0-3.59-1.41-3.93-3.26A4.02 4.02 0 0 1 2 8a4 4 0 0 1 4-4c.26 0 .5.03.77.07C7.5 3.41 8.45 3 9.5 3c1.19 0 2.27.5 3 1.35.73-.85 1.81-1.35 3-1.35 1.96 0 3.59 1.41 3.93 3.26A4.02 4.02 0 0 1 22 10a4 4 0 0 1-4 4l-.77-.07c-.73.66-1.68 1.07-2.73 1.07"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/thumb-down-outline.svg b/mkdocs-material/material/templates/.icons/material/thumb-down-outline.svg new file mode 100644 index 0000000..475b27e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/thumb-down-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 15V3h4v12zM15 3a2 2 0 0 1 2 2v10c0 .55-.22 1.05-.59 1.41L9.83 23l-1.06-1.06c-.27-.27-.44-.64-.44-1.06l.03-.31.95-4.57H3a2 2 0 0 1-2-2v-2c0-.26.05-.5.14-.73l3.02-7.05C4.46 3.5 5.17 3 6 3zm0 2H5.97L3 12v2h8.78l-1.13 5.32L15 14.97z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/thumb-down.svg b/mkdocs-material/material/templates/.icons/material/thumb-down.svg new file mode 100644 index 0000000..e349d34 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/thumb-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 15h4V3h-4m-4 0H6c-.83 0-1.54.5-1.84 1.22l-3.02 7.05c-.09.23-.14.47-.14.73v2a2 2 0 0 0 2 2h6.31l-.95 4.57c-.02.1-.03.2-.03.31 0 .42.17.79.44 1.06L9.83 23l6.58-6.59c.37-.36.59-.86.59-1.41V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/thumb-up-outline.svg b/mkdocs-material/material/templates/.icons/material/thumb-up-outline.svg new file mode 100644 index 0000000..ad41da8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/thumb-up-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 9v12H1V9zm4 12a2 2 0 0 1-2-2V9c0-.55.22-1.05.59-1.41L14.17 1l1.06 1.06c.27.27.44.64.44 1.05l-.03.32L14.69 8H21a2 2 0 0 1 2 2v2c0 .26-.05.5-.14.73l-3.02 7.05C19.54 20.5 18.83 21 18 21zm0-2h9.03L21 12v-2h-8.79l1.13-5.32L9 9.03z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/thumb-up.svg b/mkdocs-material/material/templates/.icons/material/thumb-up.svg new file mode 100644 index 0000000..64979cd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/thumb-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 10a2 2 0 0 0-2-2h-6.32l.96-4.57c.02-.1.03-.21.03-.32 0-.41-.17-.79-.44-1.06L14.17 1 7.59 7.58C7.22 7.95 7 8.45 7 9v10a2 2 0 0 0 2 2h9c.83 0 1.54-.5 1.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73zM1 21h4V9H1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/thumbs-up-down-outline.svg b/mkdocs-material/material/templates/.icons/material/thumbs-up-down-outline.svg new file mode 100644 index 0000000..c20b885 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/thumbs-up-down-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 6c0-.55-.45-1-1-1H5.82l.68-3.18v-.23c0-.31-.13-.59-.33-.8L5.38 0 .44 4.94C.17 5.21 0 5.59 0 6v6.5c0 .83.67 1.5 1.5 1.5h6.75c.62 0 1.15-.38 1.38-.91l2.26-5.29c.07-.17.11-.36.11-.55zm-2 1.13L7.92 12H2V6.21l1.93-1.93L3.36 7H10zM22.5 10h-6.75c-.62 0-1.15.38-1.38.91l-2.26 5.29c-.07.17-.11.36-.11.55V18c0 .55.45 1 1 1h5.18l-.68 3.18v.24c0 .31.13.58.33.8l.79.78 4.94-4.94c.27-.27.44-.65.44-1.06v-6.5c0-.83-.67-1.5-1.5-1.5m-.5 7.79-1.93 1.93.57-2.72H14v-.13L16.08 12H22z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/thumbs-up-down.svg b/mkdocs-material/material/templates/.icons/material/thumbs-up-down.svg new file mode 100644 index 0000000..046f01f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/thumbs-up-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.5 10h-6.75c-.62 0-1.15.38-1.38.91l-2.26 5.29c-.07.17-.11.36-.11.55V18a1 1 0 0 0 1 1h5.18l-.68 3.18v.24c0 .31.13.58.33.8l.79.78 4.94-4.94c.27-.27.44-.65.44-1.06v-6.5a1.5 1.5 0 0 0-1.5-1.5M12 6a1 1 0 0 0-1-1H5.82l.68-3.18v-.23c0-.31-.13-.59-.33-.8L5.38 0 .44 4.94C.17 5.21 0 5.59 0 6v6.5A1.5 1.5 0 0 0 1.5 14h6.75c.62 0 1.15-.38 1.38-.91l2.26-5.29c.07-.17.11-.36.11-.55z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ticket-account.svg b/mkdocs-material/material/templates/.icons/material/ticket-account.svg new file mode 100644 index 0000000..cefc337 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ticket-account.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 12a2 2 0 0 0 2 2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-4a2 2 0 0 0 2-2 2 2 0 0 0-2-2V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v4a2 2 0 0 0-2 2m-3.5 4.25c0-1.5-3-2.25-4.5-2.25s-4.5.75-4.5 2.25V17h9zm-4.5-4A2.25 2.25 0 0 0 14.25 10 2.25 2.25 0 0 0 12 7.75 2.25 2.25 0 0 0 9.75 10 2.25 2.25 0 0 0 12 12.25"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ticket-confirmation-outline.svg b/mkdocs-material/material/templates/.icons/material/ticket-confirmation-outline.svg new file mode 100644 index 0000000..c2acbae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ticket-confirmation-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 10V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v4a2 2 0 1 1 0 4v4c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-4c-1.1 0-2-.9-2-2s.9-2 2-2m-2-1.46c-1.19.69-2 1.99-2 3.46s.81 2.77 2 3.46V18H4v-2.54c1.19-.69 2-1.99 2-3.46 0-1.5-.8-2.77-2-3.46V6h16zM11 15h2v2h-2m0-6h2v2h-2m0-6h2v2h-2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ticket-confirmation.svg b/mkdocs-material/material/templates/.icons/material/ticket-confirmation.svg new file mode 100644 index 0000000..4df023e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ticket-confirmation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 8.5h-2v-2h2zm0 4.5h-2v-2h2zm0 4.5h-2v-2h2zm9-7.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v4a2 2 0 0 1 2 2 2 2 0 0 1-2 2v4a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-4a2 2 0 0 1-2-2 2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ticket-outline.svg b/mkdocs-material/material/templates/.icons/material/ticket-outline.svg new file mode 100644 index 0000000..fb15c08 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ticket-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 4a2 2 0 0 0-2 2v4a2 2 0 0 1 2 2 2 2 0 0 1-2 2v4a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-4a2 2 0 0 1-2-2 2 2 0 0 1 2-2V6a2 2 0 0 0-2-2zm0 2h16v2.54c-1.24.71-2 2.03-2 3.46s.76 2.75 2 3.46V18H4v-2.54c1.24-.71 2-2.03 2-3.46s-.76-2.75-2-3.46z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ticket-percent-outline.svg b/mkdocs-material/material/templates/.icons/material/ticket-percent-outline.svg new file mode 100644 index 0000000..3bec797 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ticket-percent-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.8 8 16 9.2 9.2 16 8 14.8zM4 4h16c1.11 0 2 .89 2 2v4a2 2 0 1 0 0 4v4c0 1.11-.89 2-2 2H4a2 2 0 0 1-2-2v-4c1.11 0 2-.89 2-2a2 2 0 0 0-2-2V6a2 2 0 0 1 2-2m0 2v2.54a3.994 3.994 0 0 1 0 6.92V18h16v-2.54a3.994 3.994 0 0 1 0-6.92V6zm5.5 2c.83 0 1.5.67 1.5 1.5S10.33 11 9.5 11 8 10.33 8 9.5 8.67 8 9.5 8m5 5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ticket-percent.svg b/mkdocs-material/material/templates/.icons/material/ticket-percent.svg new file mode 100644 index 0000000..de5f76a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ticket-percent.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 4a2 2 0 0 0-2 2v4a2 2 0 0 1 2 2 2 2 0 0 1-2 2v4a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-4a2 2 0 0 1-2-2 2 2 0 0 1 2-2V6a2 2 0 0 0-2-2zm11.5 3L17 8.5 8.5 17 7 15.5zm-6.69.04c.98 0 1.77.79 1.77 1.77a1.77 1.77 0 0 1-1.77 1.77c-.98 0-1.77-.79-1.77-1.77a1.77 1.77 0 0 1 1.77-1.77m6.38 6.38c.98 0 1.77.79 1.77 1.77a1.77 1.77 0 0 1-1.77 1.77c-.98 0-1.77-.79-1.77-1.77a1.77 1.77 0 0 1 1.77-1.77"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ticket.svg b/mkdocs-material/material/templates/.icons/material/ticket.svg new file mode 100644 index 0000000..5481fe5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ticket.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.58 16.8 12 14.5l-3.58 2.3 1.08-4.12L6.21 10l4.25-.26L12 5.8l1.54 3.94 4.25.26-3.29 2.68M20 12a2 2 0 0 1 2-2V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v4a2 2 0 0 1 2 2 2 2 0 0 1-2 2v4a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-4a2 2 0 0 1-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tie.svg b/mkdocs-material/material/templates/.icons/material/tie.svg new file mode 100644 index 0000000..4afb2e9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tie.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m6 2 4 4-3 11 5 5 5-5-3-11 4-4Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tilde-off.svg b/mkdocs-material/material/templates/.icons/material/tilde-off.svg new file mode 100644 index 0000000..7222400 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tilde-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.84 22.73 10.78 12.67C10 12.03 9.27 11.5 8.5 11.5c-4 0-4 3.5-4 3.5H2s0-5.41 5.16-5.95L1.11 3l1.28-1.27 7.64 7.64L15.64 15h-.01l6.48 6.46zM22 9h-2.5s0 3.38-3.81 3.5l2.26 2.25C22 13.62 22 9 22 9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tilde.svg b/mkdocs-material/material/templates/.icons/material/tilde.svg new file mode 100644 index 0000000..84dbb14 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tilde.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 15s0-6 6-6c4 0 4.5 3.5 7.5 3.5 4 0 4-3.5 4-3.5H22s0 6-6 6c-4 0-5.5-3.5-7.5-3.5-4 0-4 3.5-4 3.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timelapse.svg b/mkdocs-material/material/templates/.icons/material/timelapse.svg new file mode 100644 index 0000000..3a870bd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timelapse.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20a8 8 0 0 1-8-8 8 8 0 0 1 8-8 8 8 0 0 1 8 8 8 8 0 0 1-8 8m0-18A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m4.24 5.76A5.95 5.95 0 0 0 12 6v6l-4.24 4.24a6 6 0 0 0 8.48 0 5.98 5.98 0 0 0 0-8.48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timeline-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/timeline-alert-outline.svg new file mode 100644 index 0000000..ed18609 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timeline-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2v6H2V2zM2 22v-6h2v6zm3-10c0 1.11-.89 2-2 2a2 2 0 1 1 2-2m19-6v12c0 1.11-.89 2-2 2H10a2 2 0 0 1-2-2v-4l-2-2 2-2V6a2 2 0 0 1 2-2h12c1.11 0 2 .89 2 2M10 6v12h12V6zm5 1h2v6h-2zm0 8h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timeline-alert.svg b/mkdocs-material/material/templates/.icons/material/timeline-alert.svg new file mode 100644 index 0000000..7010448 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timeline-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2v6H2V2zM2 22v-6h2v6zm3-10c0 1.11-.89 2-2 2a2 2 0 1 1 2-2m19-6v12c0 1.11-.89 2-2 2H10a2 2 0 0 1-2-2v-4l-2-2 2-2V6a2 2 0 0 1 2-2h12c1.11 0 2 .89 2 2m-9 1v6h2V7zm0 8v2h2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timeline-check-outline.svg b/mkdocs-material/material/templates/.icons/material/timeline-check-outline.svg new file mode 100644 index 0000000..6ccb905 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timeline-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 4H10a2 2 0 0 0-2 2v4l-2 2 2 2v4a2 2 0 0 0 2 2h12c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2m0 14H10V6h12zM4 8H2V2h2zm-2 8h2v6H2zm3-4c0 1.11-.89 2-2 2a2 2 0 1 1 2-2m10 3.08-2.75-3 1.16-1.16L15 12.5l3.59-3.58 1.16 1.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timeline-check.svg b/mkdocs-material/material/templates/.icons/material/timeline-check.svg new file mode 100644 index 0000000..689cb27 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timeline-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 8H2V2h2zM2 22h2v-6H2zm1-12a2 2 0 1 0 0 4c1.11 0 2-.89 2-2a2 2 0 0 0-2-2m21-4v12c0 1.11-.89 2-2 2H10a2 2 0 0 1-2-2v-4l-2-2 2-2V6a2 2 0 0 1 2-2h12c1.11 0 2 .89 2 2m-4.25 4.33-1.16-1.41L15 12.5l-1.59-1.58-1.16 1.16 2.75 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timeline-clock-outline.svg b/mkdocs-material/material/templates/.icons/material/timeline-clock-outline.svg new file mode 100644 index 0000000..7b3f1de --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timeline-clock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2v6H2V2zM2 22v-6h2v6zm3-10c0 1.11-.89 2-2 2a2 2 0 1 1 2-2m11-8c4.42 0 8 3.58 8 8s-3.58 8-8 8c-3.6 0-6.64-2.38-7.65-5.65L6 12l2.35-2.35C9.36 6.38 12.4 4 16 4m0 2c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6m-1 7V8h1.5v4.2l3 1.8-.82 1.26z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timeline-clock.svg b/mkdocs-material/material/templates/.icons/material/timeline-clock.svg new file mode 100644 index 0000000..047f1af --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timeline-clock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2v6H2V2zM2 22v-6h2v6zm3-10c0 1.11-.89 2-2 2a2 2 0 1 1 2-2m11-8c4.42 0 8 3.58 8 8s-3.58 8-8 8c-3.6 0-6.64-2.38-7.65-5.65L6 12l2.35-2.35C9.36 6.38 12.4 4 16 4m-1 9 4.53 2.79.8-1.29-3.83-2.3V7H15z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timeline-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/timeline-minus-outline.svg new file mode 100644 index 0000000..f245c23 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timeline-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 16h2v6H2zM4 2H2v6h2zm16 9h-8v2h8zM3 10a2 2 0 1 0 0 4c1.11 0 2-.89 2-2a2 2 0 0 0-2-2m21-4v12c0 1.11-.89 2-2 2H10a2 2 0 0 1-2-2v-4l-2-2 2-2V6a2 2 0 0 1 2-2h12c1.11 0 2 .89 2 2m-2 0H10v12h12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timeline-minus.svg b/mkdocs-material/material/templates/.icons/material/timeline-minus.svg new file mode 100644 index 0000000..f8d036a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timeline-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 8H2V2h2zm20-2v12c0 1.11-.89 2-2 2H10a2 2 0 0 1-2-2v-4l-2-2 2-2V6a2 2 0 0 1 2-2h12c1.11 0 2 .89 2 2m-4 5h-8v2h8zM2 22h2v-6H2zm1-12a2 2 0 1 0 0 4c1.11 0 2-.89 2-2a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timeline-outline.svg b/mkdocs-material/material/templates/.icons/material/timeline-outline.svg new file mode 100644 index 0000000..d66020d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timeline-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2v6H2V2zM2 22v-6h2v6zm3-10c0 1.11-.89 2-2 2a2 2 0 1 1 2-2m19-6v12c0 1.11-.89 2-2 2H10a2 2 0 0 1-2-2v-4l-2-2 2-2V6a2 2 0 0 1 2-2h12c1.11 0 2 .89 2 2M10 6v12h12V6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timeline-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/timeline-plus-outline.svg new file mode 100644 index 0000000..149c003 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timeline-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2v6H2V2zM2 22v-6h2v6zm3-10c0 1.11-.89 2-2 2a2 2 0 1 1 2-2m15-1v2h-3v3h-2v-3h-3v-2h3V8h2v3zm4-5v12c0 1.11-.89 2-2 2H10a2 2 0 0 1-2-2v-4l-2-2 2-2V6a2 2 0 0 1 2-2h12c1.11 0 2 .89 2 2M10 6v12h12V6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timeline-plus.svg b/mkdocs-material/material/templates/.icons/material/timeline-plus.svg new file mode 100644 index 0000000..a094c70 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timeline-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2v6H2V2zM2 22v-6h2v6zm3-10c0 1.11-.89 2-2 2a2 2 0 1 1 2-2m19-6v12c0 1.11-.89 2-2 2H10a2 2 0 0 1-2-2v-4l-2-2 2-2V6a2 2 0 0 1 2-2h12c1.11 0 2 .89 2 2m-4 5h-3V8h-2v3h-3v2h3v3h2v-3h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timeline-question-outline.svg b/mkdocs-material/material/templates/.icons/material/timeline-question-outline.svg new file mode 100644 index 0000000..138b274 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timeline-question-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 12c0 1.11-.89 2-2 2a2 2 0 1 1 2-2M4 2v6H2V2zM2 22v-6h2v6zM24 6v12c0 1.11-.89 2-2 2H10a2 2 0 0 1-2-2v-4l-2-2 2-2V6a2 2 0 0 1 2-2h12c1.11 0 2 .89 2 2m-2 0H10v4.83L8.83 12 10 13.17V18h12zm-5.5 9.5V17H15v-1.5zm-2-5H13V10c0-1.66 1.34-3 3-3s3 1.34 3 3c0 .97-.5 1.88-1.29 2.41l-.3.19c-.57.4-.91 1.02-.91 1.7v.2H15v-.2c0-1.19.6-2.3 1.59-2.95l.29-.19c.39-.26.62-.69.62-1.16 0-.82-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timeline-question.svg b/mkdocs-material/material/templates/.icons/material/timeline-question.svg new file mode 100644 index 0000000..a322eea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timeline-question.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2v6H2V2zM2 22v-6h2v6zm3-10c0 1.11-.89 2-2 2a2 2 0 1 1 2-2m19-6v12c0 1.11-.89 2-2 2H10a2 2 0 0 1-2-2v-4l-2-2 2-2V6a2 2 0 0 1 2-2h12c1.11 0 2 .89 2 2m-7.5 9.5H15V17h1.5zm-2-5V10c0-.83.67-1.5 1.5-1.5s1.5.68 1.5 1.5c0 .47-.23.9-.62 1.16l-.29.19C15.6 12 15 13.11 15 14.3v.2h1.5v-.2c0-.68.34-1.3.91-1.7l.3-.19C18.5 11.88 19 10.97 19 10c0-1.66-1.34-3-3-3s-3 1.34-3 3v.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timeline-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/timeline-remove-outline.svg new file mode 100644 index 0000000..0249fa5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timeline-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 8H2V2h2zM2 22h2v-6H2zm1-12a2 2 0 1 0 0 4c1.11 0 2-.89 2-2a2 2 0 0 0-2-2m10.88 5.54L16 13.41l2.12 2.12 1.41-1.41L17.41 12l2.12-2.12-1.41-1.41L16 10.59l-2.12-2.12-1.41 1.41L14.59 12l-2.12 2.12zM24 6v12c0 1.11-.89 2-2 2H10a2 2 0 0 1-2-2v-4l-2-2 2-2V6a2 2 0 0 1 2-2h12c1.11 0 2 .89 2 2m-2 0H10v12h12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timeline-remove.svg b/mkdocs-material/material/templates/.icons/material/timeline-remove.svg new file mode 100644 index 0000000..702a3d2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timeline-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 8H2V2h2zM2 22h2v-6H2zm1-12a2 2 0 1 0 0 4c1.11 0 2-.89 2-2a2 2 0 0 0-2-2m21-4v12c0 1.11-.89 2-2 2H10a2 2 0 0 1-2-2v-4l-2-2 2-2V6a2 2 0 0 1 2-2h12c1.11 0 2 .89 2 2m-6.59 6 2.12-2.12-1.41-1.41L16 10.59l-2.12-2.12-1.41 1.41L14.59 12l-2.12 2.12 1.41 1.41L16 13.41l2.12 2.12 1.41-1.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timeline-text-outline.svg b/mkdocs-material/material/templates/.icons/material/timeline-text-outline.svg new file mode 100644 index 0000000..a38b7e4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timeline-text-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 12c0 1.11-.89 2-2 2a2 2 0 1 1 2-2M4 2v6H2V2zM2 22v-6h2v6zM24 6v12c0 1.11-.89 2-2 2H10a2 2 0 0 1-2-2v-4l-2-2 2-2V6a2 2 0 0 1 2-2h12c1.11 0 2 .89 2 2m-2 0H10v4.83L8.83 12 10 13.17V18h12zM12 9h8v2h-8zm0 4h6v2h-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timeline-text.svg b/mkdocs-material/material/templates/.icons/material/timeline-text.svg new file mode 100644 index 0000000..c14c341 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timeline-text.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2v6H2V2zM2 22h2v-6H2zm3-10a2 2 0 1 0-2 2c1.11 0 2-.89 2-2m19-6v12c0 1.11-.89 2-2 2H10a2 2 0 0 1-2-2v-4l-2-2 2-2V6a2 2 0 0 1 2-2h12c1.11 0 2 .89 2 2m-5 7h-8v2h8zm2-4H11v2h10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timeline.svg b/mkdocs-material/material/templates/.icons/material/timeline.svg new file mode 100644 index 0000000..973b92d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timeline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2v6H2V2zM2 22v-6h2v6zm3-10c0 1.11-.89 2-2 2a2 2 0 1 1 2-2m19-6v12c0 1.11-.89 2-2 2H10a2 2 0 0 1-2-2v-4l-2-2 2-2V6a2 2 0 0 1 2-2h12c1.11 0 2 .89 2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer-10.svg b/mkdocs-material/material/templates/.icons/material/timer-10.svg new file mode 100644 index 0000000..89a0fe9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer-10.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.9 13.22q0 .9-.12 1.53c-.08.42-.2.75-.36 1.02-.16.26-.36.45-.59.57s-.51.16-.83.16c-.29 0-.57-.04-.81-.16q-.36-.18-.6-.57c-.16-.27-.29-.6-.38-1.02s-.13-.93-.13-1.53v-2.5c0-.6.04-1.11.13-1.52s.21-.74.38-1c.16-.25.36-.43.6-.55.24-.11.51-.15.81-.15.31 0 .58.04.81.15.24.11.44.29.6.55.16.25.29.58.37.99s.13.92.13 1.52v2.51m.91-6.17c-.32-.4-.75-.7-1.23-.88A4.7 4.7 0 0 0 11 5.9c-.58 0-1.11.1-1.59.27-.48.18-.91.47-1.23.88-.34.41-.6.95-.79 1.59-.18.65-.28 1.45-.28 2.39v1.92c0 .94.09 1.74.28 2.39.19.66.45 1.19.8 1.6.34.41.75.71 1.23.89a4.658 4.658 0 0 0 3.18 0c.48-.18.9-.48 1.22-.89.34-.41.6-.94.78-1.6.18-.65.28-1.45.28-2.39v-1.92c0-.94-.09-1.74-.28-2.39-.18-.64-.44-1.19-.78-1.59m9.96 7.32c-.14-.28-.35-.53-.63-.74s-.61-.39-1.01-.53-.85-.27-1.35-.38c-.35-.07-.64-.15-.87-.22-.23-.09-.42-.17-.55-.26a.7.7 0 0 1-.28-.3.9.9 0 0 1-.09-.39c0-.14.04-.28.1-.41a.8.8 0 0 1 .27-.34c.13-.1.27-.18.45-.24s.4-.09.64-.09c.25 0 .47.03.66.11.19.07.35.17.48.29.13.13.22.26.29.42.06.16.11.32.11.49h1.94c0-.39-.08-.75-.24-1.09s-.39-.63-.7-.88c-.29-.25-.65-.44-1.08-.59C21.5 9.07 21 9 20.46 9c-.51 0-.96.07-1.39.21-.41.14-.77.33-1.07.57-.28.22-.5.52-.66.84a2.2 2.2 0 0 0-.23 1.01c0 .37.08.69.23.96.16.28.36.52.66.73.25.21.58.38.96.53s.81.26 1.27.36c.39.08.71.17.95.26s.43.19.57.29c.13.1.22.24.25.34.07.12.09.25.09.4 0 .31-.13.56-.4.76s-.66.29-1.19.29c-.2 0-.41-.02-.62-.08a1.9 1.9 0 0 1-.56-.24c-.17-.11-.32-.26-.41-.44-.11-.18-.17-.41-.18-.67h-1.89c0 .38.08.71.24 1.05.16.33.39.65.7.93.31.27.69.49 1.15.66s.98.24 1.57.24c.54 0 1-.05 1.45-.18.43-.13.8-.32 1.11-.54.31-.23.54-.51.71-.83s.23-.67.23-1.06-.07-.74-.22-1.02M0 7.72V9.4l3-1V18h2V6h-.25z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer-3.svg b/mkdocs-material/material/templates/.icons/material/timer-3.svg new file mode 100644 index 0000000..231bdbe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer-3.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.87 14.37c-.14-.28-.37-.53-.63-.74-.28-.21-.61-.39-1.01-.53s-.85-.27-1.35-.38c-.35-.07-.64-.15-.88-.22-.22-.09-.4-.17-.54-.26a.7.7 0 0 1-.28-.3.9.9 0 0 1-.08-.39c0-.15.03-.28.09-.41a.8.8 0 0 1 .27-.34q.18-.15.45-.24c.18-.06.4-.09.64-.09.25 0 .45.03.66.11.19.07.35.17.48.29.13.13.22.26.31.42.04.16.08.32.08.49h1.95a2.52 2.52 0 0 0-.93-1.97c-.3-.25-.66-.44-1.1-.59-.42-.15-.91-.22-1.45-.22-.51 0-.98.07-1.39.21s-.77.33-1.06.57c-.29.22-.51.52-.67.84a2.2 2.2 0 0 0-.23 1.01c0 .37.08.68.23.96s.37.52.64.73.6.38.98.53.81.26 1.27.36c.39.08.71.17.95.26.23.09.43.19.57.29.13.1.22.24.27.34.05.12.07.25.07.4 0 .31-.13.56-.4.76-.28.2-.66.29-1.17.29-.22 0-.43-.02-.64-.08-.21-.05-.4-.13-.56-.24a1.33 1.33 0 0 1-.59-1.11h-1.89c0 .38.07.71.24 1.05.16.33.39.65.7.93.31.27.69.49 1.13.66.5.17 1 .24 1.6.24.53 0 1.01-.05 1.44-.18s.8-.32 1.11-.54c.31-.23.54-.51.71-.83s.25-.67.25-1.06c-.02-.39-.11-.74-.24-1.02m-9.26-1.4c-.16-.24-.36-.47-.61-.65a3.6 3.6 0 0 0-.94-.48c.3-.14.57-.3.8-.5s.42-.41.57-.64.27-.46.34-.7c.08-.25.11-.5.11-.74 0-.55-.09-1.04-.28-1.46-.18-.42-.44-.77-.78-1.06-.32-.28-.73-.5-1.2-.64-.45-.13-.97-.2-1.53-.2-.55 0-1.06.1-1.52.24q-.705.255-1.2.69c-.33.29-.6.63-.78 1.03-.2.39-.29.83-.29 1.29h1.98c0-.26.05-.49.14-.69.08-.2.22-.38.38-.52.17-.14.36-.25.58-.33s.46-.11.73-.11c.61 0 1.06.15 1.36.46s.44.75.44 1.32c0 .27-.04.52-.12.72-.08.24-.21.43-.38.59s-.38.28-.63.37-.55.13-.89.13H6.72v1.57H7.9c.34 0 .64.04.91.11.27.08.5.19.69.35s.34.38.44.61c.1.24.16.54.16.87 0 .62-.18 1.09-.53 1.4-.35.35-.84.5-1.45.5-.29 0-.56-.03-.8-.12-.24-.08-.44-.2-.61-.38q-.255-.21-.39-.54c-.09-.22-.14-.46-.14-.72H4.19c0 .55.11 1.03.31 1.45.22.42.5.77.87 1.05.36.26.77.49 1.24.63.47.13.96.21 1.48.21.57 0 1.09-.08 1.58-.23s.91-.38 1.26-.68c.36-.3.64-.67.84-1.1s.3-.93.3-1.48c0-.29-.04-.59-.11-.86-.08-.23-.19-.51-.35-.76"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/timer-alert-outline.svg new file mode 100644 index 0000000..6abe29d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 8h2v6H9zm4-7H7v2h6zm4.03 6.39A8.96 8.96 0 0 1 19 13c0 4.97-4 9-9 9a9 9 0 0 1 0-18c2.12 0 4.07.74 5.62 2l1.42-1.44c.51.44.96.9 1.41 1.41zM17 13c0-3.87-3.13-7-7-7s-7 3.13-7 7 3.13 7 7 7 7-3.13 7-7m4-6v6h2V7zm0 10h2v-2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer-alert.svg b/mkdocs-material/material/templates/.icons/material/timer-alert.svg new file mode 100644 index 0000000..ad23b03 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.45 5.97c-.45-.51-.9-.97-1.41-1.41L15.62 6c-1.55-1.26-3.5-2-5.62-2a9 9 0 0 0 0 18c5 0 9-4.03 9-9 0-2.12-.74-4.07-1.97-5.61zM11 14H9V7h2zm2-11H7V1h6zm10 4v6h-2V7zm-2 8h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer-cancel-outline.svg b/mkdocs-material/material/templates/.icons/material/timer-cancel-outline.svg new file mode 100644 index 0000000..f4f4204 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer-cancel-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 8h2v6h-2zm4-7H9v2h6zm-3 19c-3.87 0-7-3.13-7-7s3.13-7 7-7c3.54 0 6.45 2.62 6.93 6.03.72.05 1.41.2 2.07.47a9.16 9.16 0 0 0-1.97-5.11l1.42-1.42c-.45-.51-.9-.97-1.41-1.41L17.62 6c-1.55-1.26-3.5-2-5.62-2a9 9 0 0 0 0 18c.34 0 .67 0 1-.06-.37-.59-.65-1.25-.82-1.94zm11-1.5c0 2.5-2 4.5-4.5 4.5S14 21 14 18.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5m-3 2.58L15.92 17c-.27.42-.42.94-.42 1.5 0 1.66 1.34 3 3 3 .56 0 1.08-.15 1.5-.42m1.5-2.58c0-1.66-1.34-3-3-3-.56 0-1.08.15-1.5.42L21.08 20c.27-.42.42-.94.42-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer-cancel.svg b/mkdocs-material/material/templates/.icons/material/timer-cancel.svg new file mode 100644 index 0000000..1633b02 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer-cancel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 3H9V1h6zm-3 15.5c0 1.27.37 2.44 1 3.44-.33.06-.66.06-1 .06a9 9 0 0 1 0-18c2.12 0 4.07.74 5.62 2l1.42-1.44c.51.44.96.9 1.41 1.41l-1.42 1.42A9.16 9.16 0 0 1 21 12.5a6.5 6.5 0 0 0-9 6M13 7h-2v7h2zm10 11.5c0 2.5-2 4.5-4.5 4.5S14 21 14 18.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5m-3 2.58L15.92 17c-.27.42-.42.94-.42 1.5 0 1.66 1.34 3 3 3 .56 0 1.08-.15 1.5-.42m1.5-2.58c0-1.66-1.34-3-3-3-.56 0-1.08.15-1.5.42L21.08 20c.27-.42.42-.94.42-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer-check-outline.svg b/mkdocs-material/material/templates/.icons/material/timer-check-outline.svg new file mode 100644 index 0000000..5056068 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 8h2v6h-2zm4-7H9v2h6zm-3 19c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7c.7 0 1.36.13 2 .35V13c0-2.12-.74-4.07-1.97-5.61l1.42-1.42c-.45-.51-.9-.97-1.41-1.41L17.62 6c-1.55-1.26-3.5-2-5.62-2a9 9 0 0 0 0 18c.59 0 1.16-.06 1.71-.17-.31-.58-.53-1.23-.63-1.92-.36.05-.71.09-1.08.09m9.34-4.16-3.59 3.59-1.59-1.59L15 19l2.75 3 4.75-4.75z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer-check.svg b/mkdocs-material/material/templates/.icons/material/timer-check.svg new file mode 100644 index 0000000..12aa063 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 3H9V1h6zm-2 16c0 1.03.26 2 .71 2.83-.55.11-1.12.17-1.71.17a9 9 0 0 1 0-18c2.12 0 4.07.74 5.62 2l1.42-1.44c.51.44.96.9 1.41 1.41l-1.42 1.42A8.96 8.96 0 0 1 21 13v.35c-.64-.22-1.3-.35-2-.35-3.31 0-6 2.69-6 6m0-12h-2v7h2zm8.34 8.84-3.59 3.59-1.59-1.59L15 19l2.75 3 4.75-4.75z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer-cog-outline.svg b/mkdocs-material/material/templates/.icons/material/timer-cog-outline.svg new file mode 100644 index 0000000..2bea9dc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer-cog-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.8 19.4c.1 0 .1.1 0 .2l-1 1.7c-.1.1-.2.1-.3.1l-1.2-.4c-.3.2-.5.3-.8.5l-.2 1.3c0 .1-.1.2-.2.2h-2c-.1 0-.2-.1-.3-.2l-.2-1.3c-.3-.1-.6-.3-.8-.5l-1.2.5c-.1 0-.2 0-.3-.1l-1-1.7c-.1-.1 0-.2.1-.3l1.1-.8v-1l-1.1-.8c-.1-.1-.1-.2-.1-.3l1-1.7c.1-.1.2-.1.3-.1l1.2.5c.3-.2.5-.3.8-.5l.2-1.3c0-.1.1-.2.3-.2h2c.1 0 .2.1.2.2l.2 1.3c.3.1.6.3.9.5l1.2-.5c.1 0 .3 0 .3.1l1 1.7c.1.1 0 .2-.1.3l-1.1.8v1zM19.5 18c0-.8-.7-1.5-1.5-1.5s-1.5.7-1.5 1.5.7 1.5 1.5 1.5 1.5-.7 1.5-1.5M13 14V8h-2v6m4-13H9v2h6zm-3.7 19C7.8 19.6 5 16.6 5 13c0-3.9 3.1-7 7-7 3.2 0 5.9 2.1 6.7 5 .8.1 1.5.3 2.2.6-.3-1.6-.9-3-1.9-4.2L20.5 6c-.5-.5-1-1-1.5-1.4L17.6 6c-1.5-1.3-3.5-2-5.6-2-5 0-9 4-9 9s4 9 9 9h.3c-.5-.6-.8-1.3-1-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer-cog.svg b/mkdocs-material/material/templates/.icons/material/timer-cog.svg new file mode 100644 index 0000000..31d6a53 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer-cog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.8 19.4c.1 0 .1.1 0 .2l-1 1.7c-.1.1-.2.1-.3.1l-1.2-.4c-.3.2-.5.3-.8.5l-.2 1.3c0 .1-.1.2-.2.2h-2c-.1 0-.2-.1-.3-.2l-.2-1.3c-.3-.1-.6-.3-.8-.5l-1.2.5c-.1 0-.2 0-.3-.1l-1-1.7c-.1-.1 0-.2.1-.3l1.1-.8v-1l-1.1-.8c-.1-.1-.1-.2-.1-.3l1-1.7c.1-.1.2-.1.3-.1l1.2.5c.3-.2.5-.3.8-.5l.2-1.3c0-.1.1-.2.3-.2h2c.1 0 .2.1.2.2l.2 1.3c.3.1.6.3.9.5l1.2-.5c.1 0 .3 0 .3.1l1 1.7c.1.1 0 .2-.1.3l-1.1.8v1zM19.5 18c0-.8-.7-1.5-1.5-1.5s-1.5.7-1.5 1.5.7 1.5 1.5 1.5 1.5-.7 1.5-1.5M11 18c0-1.5.5-2.9 1.3-4H11V7h2v6.1c1.3-1.3 3-2.1 5-2.1 1 0 2 .2 2.9.6-.3-1.6-.9-3-1.9-4.2L20.5 6c-.5-.5-1-1-1.5-1.4L17.6 6c-1.5-1.3-3.5-2-5.6-2-5 0-9 4-9 9s4 9 9 9h.3c-.8-1.1-1.3-2.5-1.3-4m4-17H9v2h6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer-edit-outline.svg b/mkdocs-material/material/templates/.icons/material/timer-edit-outline.svg new file mode 100644 index 0000000..a4be3d5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer-edit-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 14h-2V8h2zm2-13H9v2h6zM5 13a6.995 6.995 0 0 1 13.79-1.66l.6-.6c.32-.32.71-.53 1.11-.64a8.6 8.6 0 0 0-1.47-2.71l1.42-1.42c-.45-.51-.9-.97-1.41-1.41L17.62 6c-1.55-1.26-3.5-2-5.62-2a9 9 0 0 0-9 9c0 4.63 3.5 8.44 8 8.94v-2.02c-3.39-.49-6-3.39-6-6.92m8 6.96V22h2.04l6.13-6.12-2.04-2.05zm9.85-6.49-1.32-1.32c-.2-.2-.53-.2-.72 0l-.98.98 2.04 2.04.98-.98c.2-.19.2-.52 0-.72"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer-edit.svg b/mkdocs-material/material/templates/.icons/material/timer-edit.svg new file mode 100644 index 0000000..5994f86 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 3H9V1h6zm4.39 7.74L11 19.13v2.81c-4.5-.5-8-4.31-8-8.94a9 9 0 0 1 9-9c2.12 0 4.07.74 5.62 2l1.42-1.44c.51.44.96.9 1.41 1.41l-1.42 1.42c.64.8 1.14 1.72 1.47 2.71-.4.11-.79.32-1.11.64M13 7h-2v7h2zm0 12.96V22h2.04l6.13-6.12-2.04-2.05zm9.85-6.49-1.32-1.32c-.2-.2-.53-.2-.72 0l-.98.98 2.04 2.04.98-.98c.2-.19.2-.52 0-.72"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer-lock-open-outline.svg b/mkdocs-material/material/templates/.icons/material/timer-lock-open-outline.svg new file mode 100644 index 0000000..a55eca9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer-lock-open-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 8h2v6h-2zm2 11.92c-.33.05-.66.08-1 .08-3.87 0-7-3.13-7-7s3.13-7 7-7c2.44 0 4.59 1.26 5.85 3.15.37-.09.75-.15 1.15-.15.39 0 .76.06 1.12.14-.3-.64-.66-1.21-1.09-1.75l1.42-1.42c-.45-.51-.9-.97-1.41-1.41L17.62 6c-1.55-1.26-3.5-2-5.62-2a9 9 0 0 0 0 18c.42 0 .83-.04 1.24-.09-.15-.38-.24-.79-.24-1.21zM15 1H9v2h6zm6.8 15h-4.3v-2.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3v.5h1.3v-.5c0-1.4-1.4-2.5-2.8-2.5s-2.8 1.1-2.8 2.5V16c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer-lock-open.svg b/mkdocs-material/material/templates/.icons/material/timer-lock-open.svg new file mode 100644 index 0000000..895ee9e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer-lock-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 3H9V1h6zm-.8 10.5v1.24c-.7.6-1.2 1.5-1.2 2.46v3.5c0 .42.09.83.24 1.21-.41.05-.82.09-1.24.09a9 9 0 0 1 0-18c2.12 0 4.07.74 5.62 2l1.42-1.44c.51.44.96.9 1.41 1.41l-1.42 1.42c.43.54.79 1.11 1.09 1.75C19.76 9.06 19.39 9 19 9c-2.6 0-4.8 2.06-4.8 4.5M13 7h-2v7h2zm8.8 9h-4.3v-2.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3v.5h1.3v-.5c0-1.4-1.4-2.5-2.8-2.5s-2.8 1.1-2.8 2.5V16c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer-lock-outline.svg b/mkdocs-material/material/templates/.icons/material/timer-lock-outline.svg new file mode 100644 index 0000000..262212b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer-lock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 8h2v6h-2zm2 11.92c-.33.05-.66.08-1 .08-3.87 0-7-3.13-7-7s3.13-7 7-7c2.82 0 5.24 1.67 6.35 4.06.21-.02.43-.06.65-.06.55 0 1.07.11 1.57.28a9 9 0 0 0-1.54-2.89l1.42-1.42c-.45-.51-.9-.97-1.41-1.41L17.62 6c-1.55-1.26-3.5-2-5.62-2a9 9 0 0 0 0 18c.42 0 .83-.04 1.24-.09-.15-.38-.24-.79-.24-1.21zM15 1H9v2h6zm8 16.3v3.5c0 .6-.6 1.2-1.3 1.2h-5.5c-.6 0-1.2-.6-1.2-1.3v-3.5c0-.6.6-1.2 1.2-1.2v-1.5c0-1.4 1.4-2.5 2.8-2.5s2.8 1.1 2.8 2.5V16c.6 0 1.2.6 1.2 1.3m-2.5-2.8c0-.8-.7-1.3-1.5-1.3s-1.5.5-1.5 1.3V16h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer-lock.svg b/mkdocs-material/material/templates/.icons/material/timer-lock.svg new file mode 100644 index 0000000..5b3ff6d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 3H9V1h6zm-.8 11.5v.24c-.7.6-1.2 1.5-1.2 2.46v3.5c0 .42.09.83.24 1.21-.41.05-.82.09-1.24.09a9 9 0 0 1 0-18c2.12 0 4.07.74 5.62 2l1.42-1.44c.51.44.96.9 1.41 1.41l-1.42 1.42c.68.85 1.2 1.83 1.54 2.89-.5-.17-1.02-.28-1.57-.28-2.6 0-4.8 2.06-4.8 4.5M13 7h-2v7h2zm10 10.3v3.5c0 .6-.6 1.2-1.3 1.2h-5.5c-.6 0-1.2-.6-1.2-1.3v-3.5c0-.6.6-1.2 1.2-1.2v-1.5c0-1.4 1.4-2.5 2.8-2.5s2.8 1.1 2.8 2.5V16c.6 0 1.2.6 1.2 1.3m-2.5-2.8c0-.8-.7-1.3-1.5-1.3s-1.5.5-1.5 1.3V16h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer-marker-outline.svg b/mkdocs-material/material/templates/.icons/material/timer-marker-outline.svg new file mode 100644 index 0000000..52534f7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer-marker-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 8h2v6h-2zm4-7H9v2h6zm-3 19c-3.87 0-7-3.13-7-7s3.13-7 7-7c2.79 0 5.2 1.64 6.32 4h.18c.75 0 1.47.16 2.12.44a9 9 0 0 0-1.59-3.05l1.42-1.42c-.45-.51-.9-.97-1.41-1.41L17.62 6c-1.55-1.26-3.5-2-5.62-2a9 9 0 0 0 0 18c1.21 0 2.37-.24 3.42-.67-.37-.52-.75-1.11-1.1-1.73-.73.25-1.51.4-2.32.4m10-4.5c0 2.6-3.5 6.5-3.5 6.5S15 18.1 15 15.5c0-1.9 1.6-3.5 3.5-3.5s3.5 1.6 3.5 3.5m-2.3.1c0-.6-.6-1.2-1.2-1.2s-1.2.5-1.2 1.2c0 .6.5 1.2 1.2 1.2s1.3-.6 1.2-1.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer-marker.svg b/mkdocs-material/material/templates/.icons/material/timer-marker.svg new file mode 100644 index 0000000..0e1a98e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer-marker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 3H9V1h6zm-2 12.5c0 2 1.28 4.23 2.42 5.83-1.05.43-2.21.67-3.42.67a9 9 0 0 1 0-18c2.12 0 4.07.74 5.62 2l1.42-1.44c.51.44.96.9 1.41 1.41l-1.42 1.42c.71.89 1.26 1.93 1.59 3.05A5.4 5.4 0 0 0 18.5 10c-3 0-5.5 2.5-5.5 5.5m0-1.5V7h-2v7zm9 1.5c0 2.6-3.5 6.5-3.5 6.5S15 18.1 15 15.5c0-1.9 1.6-3.5 3.5-3.5s3.5 1.6 3.5 3.5m-2.3.1c0-.6-.6-1.2-1.2-1.2s-1.2.5-1.2 1.2c0 .6.5 1.2 1.2 1.2s1.3-.6 1.2-1.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/timer-minus-outline.svg new file mode 100644 index 0000000..ffe304a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 8h2v6h-2zm4-7H9v2h6zm-3 19c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7c.7 0 1.36.13 2 .35V13c0-2.12-.74-4.07-1.97-5.61l1.42-1.42c-.45-.51-.9-.97-1.41-1.41L17.62 6c-1.55-1.26-3.5-2-5.62-2a9 9 0 0 0 0 18c.59 0 1.16-.06 1.71-.17-.31-.58-.53-1.23-.63-1.92-.36.05-.71.09-1.08.09m3-2v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer-minus.svg b/mkdocs-material/material/templates/.icons/material/timer-minus.svg new file mode 100644 index 0000000..2041af2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 13c.7 0 1.36.13 2 .35V13c0-2.12-.74-4.07-1.97-5.61l1.42-1.42c-.45-.51-.9-.97-1.41-1.41L17.62 6c-1.55-1.26-3.5-2-5.62-2a9 9 0 0 0 0 18c.59 0 1.16-.06 1.71-.17C13.26 21 13 20.03 13 19c0-3.31 2.69-6 6-6m-6 1h-2V7h2zm2-11H9V1h6zm8 15v2h-8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer-music-outline.svg b/mkdocs-material/material/templates/.icons/material/timer-music-outline.svg new file mode 100644 index 0000000..f6d869c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer-music-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 3H9V1h6zm-4 11h2V8h-2zm2.05 5.91Q12.54 20 12 20c-3.87 0-7-3.13-7-7s3.13-7 7-7c3.17 0 5.85 2.11 6.71 5h2.06a9.05 9.05 0 0 0-1.74-3.61l1.42-1.42c-.45-.51-.9-.97-1.41-1.41L17.62 6c-1.55-1.26-3.5-2-5.62-2a9 9 0 0 0 0 18c.42 0 .83-.04 1.24-.09-.15-.45-.24-.91-.24-1.41 0-.2.03-.39.05-.59M18.5 13v5.21a2.5 2.5 0 1 0-1 4.79 2.5 2.5 0 0 0 2.5-2.5V15h2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer-music.svg b/mkdocs-material/material/templates/.icons/material/timer-music.svg new file mode 100644 index 0000000..f0f0b85 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer-music.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.5 16.11V11h4.27a9.05 9.05 0 0 0-1.74-3.61l1.42-1.42c-.45-.51-.9-.97-1.41-1.41L17.62 6c-1.55-1.26-3.5-2-5.62-2a9 9 0 0 0 0 18c.42 0 .83-.04 1.24-.09-.15-.45-.24-.91-.24-1.41 0-2.14 1.5-3.93 3.5-4.39M13 14h-2V7h2zm2-11H9V1h6zm7 10v2h-2v5.5a2.5 2.5 0 0 1-5 0 2.5 2.5 0 0 1 3.5-2.29V13z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer-off-outline.svg b/mkdocs-material/material/templates/.icons/material/timer-off-outline.svg new file mode 100644 index 0000000..4394ab7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20a7 7 0 0 1-7-7c0-1.28.35-2.5.95-3.5l9.55 9.54c-1 .61-2.22.96-3.5.96M3 4 1.75 5.27 4.5 8.03A8.9 8.9 0 0 0 3 13a9 9 0 0 0 9 9c1.84 0 3.55-.55 5-1.5l2.5 2.5 1.25-1.27L13.04 14zm8 5.44 2 2V8h-2m4-7H9v2h6m4.04 1.55-1.42 1.42A9 9 0 0 0 12 4c-1.83 0-3.53.55-4.95 1.5L8.5 6.94C9.53 6.35 10.73 6 12 6a7 7 0 0 1 7 7c0 1.27-.35 2.47-.94 3.5l1.44 1.44c.95-1.41 1.5-3.11 1.5-4.94 0-2.12-.74-4.07-1.97-5.61l1.42-1.42z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer-off.svg b/mkdocs-material/material/templates/.icons/material/timer-off.svg new file mode 100644 index 0000000..8aae89e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 4 1.75 5.27 4.5 8.03A8.9 8.9 0 0 0 3 13a9 9 0 0 0 9 9c1.84 0 3.55-.55 5-1.5l2.5 2.5 1.25-1.27L13.04 14zm12-3H9v2h6m6 10c0 1.83-.55 3.53-1.5 4.94L13 11.45V7h-2v2.45L7.05 5.5C8.47 4.55 10.17 4 12 4c2.12 0 4.07.74 5.62 1.97l1.42-1.42 1.41 1.42-1.42 1.42A8.96 8.96 0 0 1 21 13"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer-outline.svg b/mkdocs-material/material/templates/.icons/material/timer-outline.svg new file mode 100644 index 0000000..71875bd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20a7 7 0 0 1-7-7 7 7 0 0 1 7-7 7 7 0 0 1 7 7 7 7 0 0 1-7 7m7.03-12.61 1.42-1.42c-.45-.51-.9-.97-1.41-1.41L17.62 6c-1.55-1.26-3.5-2-5.62-2a9 9 0 0 0-9 9 9 9 0 0 0 9 9c5 0 9-4.03 9-9 0-2.12-.74-4.07-1.97-5.61M11 14h2V8h-2m4-7H9v2h6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer-pause-outline.svg b/mkdocs-material/material/templates/.icons/material/timer-pause-outline.svg new file mode 100644 index 0000000..46ccd51 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer-pause-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.35c-.64-.22-1.3-.35-2-.35 0-3.87-3.13-7-7-7s-7 3.13-7 7 3.13 7 7 7c.37 0 .72-.04 1.08-.09.1.69.32 1.34.63 1.92-.55.11-1.12.17-1.71.17a9 9 0 0 1 0-18c2.12 0 4.07.74 5.62 2l1.42-1.44c.51.44.96.9 1.41 1.41l-1.42 1.42A8.96 8.96 0 0 1 21 13zM11 14h2V8h-2zm4-13H9v2h6zm4.63 15.5v5h1.87v-5zm-3.13 5h1.88v-5H16.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer-pause.svg b/mkdocs-material/material/templates/.icons/material/timer-pause.svg new file mode 100644 index 0000000..a334b94 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer-pause.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.5 16.5h1.88v5H16.5zm3.13 0v5h1.87v-5zM15 1H9v2h6zm6 12.35c-.64-.22-1.3-.35-2-.35-3.31 0-6 2.69-6 6 0 1.03.26 2 .71 2.83-.55.11-1.12.17-1.71.17a9 9 0 0 1 0-18c2.12 0 4.07.74 5.62 2l1.42-1.44c.51.44.96.9 1.41 1.41l-1.42 1.42A8.96 8.96 0 0 1 21 13zM13 7h-2v7h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer-play-outline.svg b/mkdocs-material/material/templates/.icons/material/timer-play-outline.svg new file mode 100644 index 0000000..5d8f4cc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer-play-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 3H9V1h6zm-4 11h2V8h-2zm8-1c.7 0 1.36.13 2 .35V13c0-2.12-.74-4.07-1.97-5.61l1.42-1.42c-.45-.51-.9-.97-1.41-1.41L17.62 6c-1.55-1.26-3.5-2-5.62-2a9 9 0 0 0 0 18c.59 0 1.16-.06 1.71-.17-.31-.58-.53-1.23-.63-1.92-.36.05-.71.09-1.08.09-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7m-2 3v6l5-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer-play.svg b/mkdocs-material/material/templates/.icons/material/timer-play.svg new file mode 100644 index 0000000..ce0803c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer-play.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 3H9V1h6zm-2 16c0 1.03.26 2 .71 2.83-.55.11-1.12.17-1.71.17a9 9 0 0 1 0-18c2.12 0 4.07.74 5.62 2l1.42-1.44c.51.44.96.9 1.41 1.41l-1.42 1.42A8.96 8.96 0 0 1 21 13v.35c-.64-.22-1.3-.35-2-.35-3.31 0-6 2.69-6 6m0-12h-2v7h2zm4 9v6l5-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/timer-plus-outline.svg new file mode 100644 index 0000000..3c0b184 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 8h2v6h-2zm4-7H9v2h6zm-3 19c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7c.7 0 1.36.13 2 .35V13c0-2.12-.74-4.07-1.97-5.61l1.42-1.42c-.45-.51-.9-.97-1.41-1.41L17.62 6c-1.55-1.26-3.5-2-5.62-2a9 9 0 0 0 0 18c.59 0 1.16-.06 1.71-.17-.31-.58-.53-1.23-.63-1.92-.36.05-.71.09-1.08.09m8-2v-3h-2v3h-3v2h3v3h2v-3h3v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer-plus.svg b/mkdocs-material/material/templates/.icons/material/timer-plus.svg new file mode 100644 index 0000000..24c5759 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 3H9V1h6zm-2 16c0 1.03.26 2 .71 2.83-.55.11-1.12.17-1.71.17a9 9 0 0 1 0-18c2.12 0 4.07.74 5.62 2l1.42-1.44c.51.44.96.9 1.41 1.41l-1.42 1.42A8.96 8.96 0 0 1 21 13v.35c-.64-.22-1.3-.35-2-.35-3.31 0-6 2.69-6 6m0-12h-2v7h2zm7 11v-3h-2v3h-3v2h3v3h2v-3h3v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer-refresh-outline.svg b/mkdocs-material/material/templates/.icons/material/timer-refresh-outline.svg new file mode 100644 index 0000000..425854c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer-refresh-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 8h2v6h-2zm4-7H9v2h6zm-3 19c-3.87 0-7-3.13-7-7s3.13-7 7-7c3.54 0 6.45 2.62 6.93 6.03.72.05 1.41.2 2.07.47a9.16 9.16 0 0 0-1.97-5.11l1.42-1.42c-.45-.51-.9-.97-1.41-1.41L17.62 6c-1.55-1.26-3.5-2-5.62-2a9 9 0 0 0 0 18c.34 0 .67 0 1-.06-.37-.59-.65-1.25-.82-1.94zm10-1.5v-4l-1.17 1.17A4 4 0 0 0 18 14.5c-2.21 0-4 1.79-4 4s1.79 4 4 4c1.68 0 3.12-1.03 3.71-2.5H20a2.5 2.5 0 1 1-.23-3.27L18 18.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer-refresh.svg b/mkdocs-material/material/templates/.icons/material/timer-refresh.svg new file mode 100644 index 0000000..54f78fc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer-refresh.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 3H9V1h6zm-3 15.5c0 1.27.37 2.44 1 3.44-.33.06-.66.06-1 .06a9 9 0 0 1 0-18c2.12 0 4.07.74 5.62 2l1.42-1.44c.51.44.96.9 1.41 1.41l-1.42 1.42A9.16 9.16 0 0 1 21 12.5a6.5 6.5 0 0 0-9 6M13 7h-2v7h2zm9 11.5v-4l-1.17 1.17A4 4 0 0 0 18 14.5c-2.21 0-4 1.79-4 4s1.79 4 4 4c1.68 0 3.12-1.03 3.71-2.5H20a2.5 2.5 0 1 1-.23-3.27L18 18.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/timer-remove-outline.svg new file mode 100644 index 0000000..0f12182 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.08 19.91c.1.69.32 1.34.63 1.92-.55.11-1.12.17-1.71.17a9 9 0 0 1 0-18c2.12 0 4.07.74 5.62 2l1.42-1.44c.51.44.96.9 1.41 1.41l-1.42 1.42A8.96 8.96 0 0 1 21 13v.35c-.64-.22-1.3-.35-2-.35 0-3.87-3.13-7-7-7s-7 3.13-7 7 3.13 7 7 7c.37 0 .72-.04 1.08-.09M11 14h2V8h-2zm4-13H9v2h6zm7.54 15.88-1.42-1.41L19 17.59l-2.12-2.12-1.41 1.41L17.59 19l-2.12 2.12 1.41 1.42L19 20.41l2.12 2.13 1.42-1.42L20.41 19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer-remove.svg b/mkdocs-material/material/templates/.icons/material/timer-remove.svg new file mode 100644 index 0000000..f547cfc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 3H9V1h6zm-2 16c0 1.03.26 2 .71 2.83-.55.11-1.12.17-1.71.17a9 9 0 0 1 0-18c2.12 0 4.07.74 5.62 2l1.42-1.44c.51.44.96.9 1.41 1.41l-1.42 1.42A8.96 8.96 0 0 1 21 13v.35c-.64-.22-1.3-.35-2-.35-3.31 0-6 2.69-6 6m0-12h-2v7h2zm9.54 9.88-1.42-1.41L19 17.59l-2.12-2.12-1.41 1.41L17.59 19l-2.12 2.12 1.41 1.42L19 20.41l2.12 2.13 1.42-1.42L20.41 19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer-sand-complete.svg b/mkdocs-material/material/templates/.icons/material/timer-sand-complete.svg new file mode 100644 index 0000000..f0b798e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer-sand-complete.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 22H6v-6l4-4-4-4V2h12v6l-4 4 4 4M8 7.5l4 4 4-4V4H8m4 8.5-4 4V20h8v-3.5M14 18h-4v-.8l2-2 2 2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer-sand-empty.svg b/mkdocs-material/material/templates/.icons/material/timer-sand-empty.svg new file mode 100644 index 0000000..68df48c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer-sand-empty.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 2v6l4 4-4 4v6h12v-6l-4-4 4-4V2zm10 14.5V20H8v-3.5l4-4zm-4-5-4-4V4h8v3.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer-sand-full.svg b/mkdocs-material/material/templates/.icons/material/timer-sand-full.svg new file mode 100644 index 0000000..4e7b545 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer-sand-full.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 2v6l4 4-4 4v6h12v-6l-4-4 4-4V2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer-sand-paused.svg b/mkdocs-material/material/templates/.icons/material/timer-sand-paused.svg new file mode 100644 index 0000000..cd1dc15 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer-sand-paused.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 6v12h-6l-4-4-4 4H2V6h6l4 4 4-4M7.5 16l4-4-4-4H4v8m8.5-4 4 4H20V8h-3.5m1.5 4v2h-.8l-2-2m-6.4 0-2 2H6v-2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer-sand.svg b/mkdocs-material/material/templates/.icons/material/timer-sand.svg new file mode 100644 index 0000000..840f91c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer-sand.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 2h12v6l-4 4 4 4v6H6v-6l4-4-4-4zm10 14.5-4-4-4 4V20h8zm-4-5 4-4V4H8v3.5zM10 6h4v.75l-2 2-2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer-settings-outline.svg b/mkdocs-material/material/templates/.icons/material/timer-settings-outline.svg new file mode 100644 index 0000000..0f952c4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer-settings-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 19c-3.9 0-7-3.1-7-7s3.1-7 7-7 7 3.1 7 7-3.1 7-7 7m7-12.6L20.5 5c-.5-.5-1-1-1.5-1.4L17.6 5C16 3.7 14.1 3 12 3c-5 0-9 4-9 9s4 9 9 9 9-4 9-9c0-2.1-.7-4.1-2-5.6M11 13h2V7h-2m4-7H9v2h6zm-2 22h-2v2h2zm4 0h-2v2h2zm-8 0H7v2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer-settings.svg b/mkdocs-material/material/templates/.icons/material/timer-settings.svg new file mode 100644 index 0000000..2a3e703 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer-settings.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.4 20.5 5c-.5-.5-1-1-1.5-1.4L17.6 5C16 3.7 14.1 3 12 3c-5 0-9 4-9 9s4 9 9 9 9-4 9-9c0-2.1-.7-4.1-2-5.6M13 13h-2V6h2zm2-13H9v2h6zm-2 24h-2v-2h2zm4 0h-2v-2h2zm-8 0H7v-2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer-star-outline.svg b/mkdocs-material/material/templates/.icons/material/timer-star-outline.svg new file mode 100644 index 0000000..ee40631 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer-star-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 8h2v6h-2zm4-7H9v2h6zm-3 19c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7c.7 0 1.36.13 2 .35V13c0-2.12-.74-4.07-1.97-5.61l1.42-1.42c-.45-.51-.9-.97-1.41-1.41L17.62 6c-1.55-1.26-3.5-2-5.62-2a9 9 0 0 0 0 18c.59 0 1.16-.06 1.71-.17-.31-.58-.53-1.23-.63-1.92-.36.05-.71.09-1.08.09m11-2.11-2.89-.25L19 15l-1.13 2.64-2.87.25 2.18 1.88-.68 2.81 2.5-1.49 2.45 1.49-.65-2.81z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer-star.svg b/mkdocs-material/material/templates/.icons/material/timer-star.svg new file mode 100644 index 0000000..453bc4b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer-star.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 3H9V1h6zm-2 16c0 1.03.26 2 .71 2.83-.55.11-1.12.17-1.71.17a9 9 0 0 1 0-18c2.12 0 4.07.74 5.62 2l1.42-1.44c.51.44.96.9 1.41 1.41l-1.42 1.42A8.96 8.96 0 0 1 21 13v.35c-.64-.22-1.3-.35-2-.35-3.31 0-6 2.69-6 6m0-12h-2v7h2zm10 10.89-2.89-.25L19 15l-1.13 2.64-2.87.25 2.18 1.88-.68 2.81 2.5-1.49 2.45 1.49-.65-2.81z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer-stop-outline.svg b/mkdocs-material/material/templates/.icons/material/timer-stop-outline.svg new file mode 100644 index 0000000..2f1685c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer-stop-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 8h2v6h-2zm1 12c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7c.7 0 1.36.13 2 .35V13c0-2.12-.74-4.07-1.97-5.61l1.42-1.42c-.45-.51-.9-.97-1.41-1.41L17.62 6c-1.55-1.26-3.5-2-5.62-2a9 9 0 0 0 0 18c.59 0 1.16-.06 1.71-.17-.31-.58-.53-1.23-.63-1.92-.36.05-.71.09-1.08.09m3-19H9v2h6zm1.5 15.5v5h5v-5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer-stop.svg b/mkdocs-material/material/templates/.icons/material/timer-stop.svg new file mode 100644 index 0000000..272b902 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer-stop.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 13c.7 0 1.36.13 2 .35V13c0-2.12-.74-4.07-1.97-5.61l1.42-1.42c-.45-.51-.9-.97-1.41-1.41L17.62 6c-1.55-1.26-3.5-2-5.62-2a9 9 0 0 0 0 18c.59 0 1.16-.06 1.71-.17C13.26 21 13 20.03 13 19c0-3.31 2.69-6 6-6m-6 1h-2V7h2zm2-11H9V1h6zm6.5 13.5v5h-5v-5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer-sync-outline.svg b/mkdocs-material/material/templates/.icons/material/timer-sync-outline.svg new file mode 100644 index 0000000..ed3b284 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer-sync-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 8h2v6h-2zm1 12c-3.87 0-7-3.13-7-7s3.13-7 7-7c3.19 0 5.88 2.14 6.72 5.05.28-.05.52-.05.78-.05.44 0 .88.05 1.3.13-.3-1.39-.91-2.67-1.77-3.74l1.42-1.42c-.45-.51-.9-.97-1.41-1.41L17.62 6c-1.55-1.26-3.5-2-5.62-2a9 9 0 0 0 0 18c.87 0 1.7-.13 2.5-.35-.45-.54-.8-1.15-1.05-1.8-.45.1-.95.15-1.45.15m3-19H9v2h6zm4 12.5V12l-2.25 2.25L19 16.5V15a2.5 2.5 0 0 1 2.5 2.5c0 .4-.09.78-.26 1.12l1.09 1.09c.42-.63.67-1.39.67-2.21 0-2.21-1.79-4-4-4m0 6.5a2.5 2.5 0 0 1-2.5-2.5c0-.4.09-.78.26-1.12l-1.09-1.09c-.42.63-.67 1.39-.67 2.21 0 2.21 1.79 4 4 4V23l2.25-2.25L19 18.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer-sync.svg b/mkdocs-material/material/templates/.icons/material/timer-sync.svg new file mode 100644 index 0000000..414d057 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer-sync.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 3H9V1h6zm-2 14.5c0 1.58.56 3 1.5 4.15-.8.22-1.63.35-2.5.35a9 9 0 0 1 0-18c2.12 0 4.07.74 5.62 2l1.42-1.44c.51.44.96.9 1.41 1.41l-1.42 1.42a9 9 0 0 1 1.77 3.74A6.5 6.5 0 0 0 13 17.5M13 7h-2v7h2zm6 6.5V12l-2.25 2.25L19 16.5V15a2.5 2.5 0 0 1 2.5 2.5c0 .4-.09.78-.26 1.12l1.09 1.09c.42-.63.67-1.39.67-2.21 0-2.21-1.79-4-4-4m0 6.5a2.5 2.5 0 0 1-2.5-2.5c0-.4.09-.78.26-1.12l-1.09-1.09c-.42.63-.67 1.39-.67 2.21 0 2.21 1.79 4 4 4V23l2.25-2.25L19 18.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timer.svg b/mkdocs-material/material/templates/.icons/material/timer.svg new file mode 100644 index 0000000..da4e16b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.03 7.39 1.42-1.42c-.45-.51-.9-.97-1.41-1.41L17.62 6c-1.55-1.26-3.5-2-5.62-2a9 9 0 0 0 0 18c5 0 9-4.03 9-9 0-2.12-.74-4.07-1.97-5.61M13 14h-2V7h2zm2-13H9v2h6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/timetable.svg b/mkdocs-material/material/templates/.icons/material/timetable.svg new file mode 100644 index 0000000..38d8582 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/timetable.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 12h1.5v2.82l2.44 1.41-.75 1.3L14 15.69zM4 2h14a2 2 0 0 1 2 2v6.1c1.24 1.26 2 2.99 2 4.9a7 7 0 0 1-7 7c-1.91 0-3.64-.76-4.9-2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m0 13v3h4.67c-.43-.91-.67-1.93-.67-3zm0-7h6V5H4zm14 0V5h-6v3zM4 13h4.29c.34-1.15.97-2.18 1.81-3H4zm11-2.85A4.85 4.85 0 0 0 10.15 15c0 2.68 2.17 4.85 4.85 4.85A4.85 4.85 0 0 0 19.85 15c0-2.68-2.17-4.85-4.85-4.85"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tire.svg b/mkdocs-material/material/templates/.icons/material/tire.svg new file mode 100644 index 0000000..e5fca29 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tire.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.66 9.64-.36-.94 1.86-.7c-.92-2.12-2.56-3.82-4.62-4.86l-.8 1.78-.92-.42.8-1.8C14.5 2.26 13.28 2 12 2c-1.06 0-2.08.22-3.04.5l.68 1.84-.94.36L8 2.84c-2.12.92-3.82 2.56-4.86 4.62l1.78.8-.42.92-1.8-.8C2.26 9.5 2 10.72 2 12c0 1.06.22 2.08.5 3.04l1.84-.68.36.94-1.86.7c.92 2.12 2.56 3.82 4.62 4.86l.8-1.78.92.42-.8 1.8c1.12.44 2.34.7 3.62.7 1.06 0 2.08-.22 3.04-.5l-.68-1.84.94-.36.7 1.86c2.12-.92 3.82-2.56 4.86-4.62l-1.78-.8.42-.92 1.8.8c.44-1.12.7-2.34.7-3.62 0-1.06-.22-2.08-.5-3.04zm-5.36 7.9c-3.06 1.26-6.58-.18-7.84-3.24s.18-6.58 3.24-7.84 6.58.18 7.84 3.24a5.986 5.986 0 0 1-3.24 7.84"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/toaster-off.svg b/mkdocs-material/material/templates/.icons/material/toaster-off.svg new file mode 100644 index 0000000..015bf28 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/toaster-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.8 22.7 18.1 20H3v-7H2v-2h1c0-1.1.9-2 2-2h2.1l-6-6 1.3-1.3 19.7 19.7zm-5.5-10.6c.3-.6 1-1.1 1.7-1.1 1.1 0 2 .9 2 2 0 .8-.4 1.4-1.1 1.7l3.1 3.1V13h1v-2h-1c0-1.1-.9-2-2-2h-6.8zM18 8c-.4-2.2-2.9-4-6-4-1.4 0-2.8.4-3.8 1l3 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/toaster-oven.svg b/mkdocs-material/material/templates/.icons/material/toaster-oven.svg new file mode 100644 index 0000000..957e833 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/toaster-oven.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 5a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2zm0 2h12v10H4zm15 0a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1M6 9v2h8V9zm13 2a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/toaster.svg b/mkdocs-material/material/templates/.icons/material/toaster.svg new file mode 100644 index 0000000..4351aea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/toaster.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 11a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2H2v2h1v7h18v-7h1v-2m-5 4a2 2 0 1 1 2-2 2 2 0 0 1-2 2m1-7H6c.33-2.25 2.88-4 6-4s5.63 1.75 6 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/toggle-switch-off-outline.svg b/mkdocs-material/material/templates/.icons/material/toggle-switch-off-outline.svg new file mode 100644 index 0000000..5fe043b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/toggle-switch-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 6H7c-3.31 0-6 2.69-6 6s2.69 6 6 6h10c3.31 0 6-2.69 6-6s-2.69-6-6-6m0 10H7c-2.21 0-4-1.79-4-4s1.79-4 4-4h10c2.21 0 4 1.79 4 4s-1.79 4-4 4M7 9c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/toggle-switch-off.svg b/mkdocs-material/material/templates/.icons/material/toggle-switch-off.svg new file mode 100644 index 0000000..9e873d6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/toggle-switch-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 7H7a5 5 0 0 0-5 5 5 5 0 0 0 5 5h10a5 5 0 0 0 5-5 5 5 0 0 0-5-5M7 15a3 3 0 0 1-3-3 3 3 0 0 1 3-3 3 3 0 0 1 3 3 3 3 0 0 1-3 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/toggle-switch-outline.svg b/mkdocs-material/material/templates/.icons/material/toggle-switch-outline.svg new file mode 100644 index 0000000..d83e6b9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/toggle-switch-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 6H7c-3.31 0-6 2.69-6 6s2.69 6 6 6h10c3.31 0 6-2.69 6-6s-2.69-6-6-6m0 10H7c-2.21 0-4-1.79-4-4s1.79-4 4-4h10c2.21 0 4 1.79 4 4s-1.79 4-4 4m0-7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/toggle-switch-variant-off.svg b/mkdocs-material/material/templates/.icons/material/toggle-switch-variant-off.svg new file mode 100644 index 0000000..40bc5cd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/toggle-switch-variant-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.6 1.6C6 1.2 6.5 1 7 1h10c.5 0 1 .2 1.4.6s.6.9.6 1.4v18c0 .5-.2 1-.6 1.4s-.9.6-1.4.6H7c-.5 0-1-.2-1.4-.6S5 21.5 5 21V3c0-.5.2-1 .6-1.4M8 3c-.6 0-1 .4-1 1v16c0 .6.4 1 1 1h8c.6 0 1-.4 1-1V4c0-.6-.4-1-1-1zm0 14c0-.6.4-1 1-1h6c.6 0 1 .4 1 1v2c0 .6-.4 1-1 1H9c-.6 0-1-.4-1-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/toggle-switch-variant.svg b/mkdocs-material/material/templates/.icons/material/toggle-switch-variant.svg new file mode 100644 index 0000000..e0cfcb6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/toggle-switch-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.4 1.6C18 1.2 17.5 1 17 1H7c-.5 0-1 .2-1.4.6S5 2.5 5 3v18c0 .5.2 1 .6 1.4s.9.6 1.4.6h10c.5 0 1-.2 1.4-.6s.6-.9.6-1.4V3c0-.5-.2-1-.6-1.4M16 7c0 .6-.4 1-1 1H9c-.6 0-1-.4-1-1V5c0-.6.4-1 1-1h6c.6 0 1 .4 1 1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/toggle-switch.svg b/mkdocs-material/material/templates/.icons/material/toggle-switch.svg new file mode 100644 index 0000000..24a69a2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/toggle-switch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 7H7a5 5 0 0 0-5 5 5 5 0 0 0 5 5h10a5 5 0 0 0 5-5 5 5 0 0 0-5-5m0 8a3 3 0 0 1-3-3 3 3 0 0 1 3-3 3 3 0 0 1 3 3 3 3 0 0 1-3 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/toilet.svg b/mkdocs-material/material/templates/.icons/material/toilet.svg new file mode 100644 index 0000000..c273d82 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/toilet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 22h8v-2.5c2.41-1.63 4-4.38 4-7.5V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v8H3c0 3.09 2 6 6 7.5zm-3.71-8h13.42A7.02 7.02 0 0 1 15 18.33V20h-4v-1.67C9 18 5.86 15.91 5.29 14M15 4h4v8h-4zm1 1v3h2V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/toolbox-outline.svg b/mkdocs-material/material/templates/.icons/material/toolbox-outline.svg new file mode 100644 index 0000000..aae4d50 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/toolbox-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 8h-3V6c0-1.1-.9-2-2-2H9c-1.1 0-2 .9-2 2v2H4c-1.1 0-2 .9-2 2v10h20V10c0-1.1-.9-2-2-2M9 6h6v2H9zm11 12H4v-3h2v1h2v-1h8v1h2v-1h2zm-2-5v-1h-2v1H8v-1H6v1H4v-3h16v3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/toolbox.svg b/mkdocs-material/material/templates/.icons/material/toolbox.svg new file mode 100644 index 0000000..1b81f7b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/toolbox.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 16h-2v-1H8v1H6v-1H2v5h20v-5h-4zm2-8h-3V6c0-1.1-.9-2-2-2H9c-1.1 0-2 .9-2 2v2H4c-1.1 0-2 .9-2 2v4h4v-2h2v2h8v-2h2v2h4v-4c0-1.1-.9-2-2-2m-5 0H9V6h6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tools.svg b/mkdocs-material/material/templates/.icons/material/tools.svg new file mode 100644 index 0000000..f89fe17 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tools.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.71 20.29-1.42 1.42a1 1 0 0 1-1.41 0L7 9.85A3.8 3.8 0 0 1 6 10a4 4 0 0 1-3.78-5.3l2.54 2.54.53-.53 1.42-1.42.53-.53L4.7 2.22A4 4 0 0 1 10 6a3.8 3.8 0 0 1-.15 1l11.86 11.88a1 1 0 0 1 0 1.41M2.29 18.88a1 1 0 0 0 0 1.41l1.42 1.42a1 1 0 0 0 1.41 0l5.47-5.46-2.83-2.83M20 2l-4 2v2l-2.17 2.17 2 2L18 8h2l2-4Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tooltip-account.svg b/mkdocs-material/material/templates/.icons/material/tooltip-account.svg new file mode 100644 index 0000000..771f5e6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tooltip-account.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h4l4 4 4-4h4a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2m-8 2.3c1.5 0 2.7 1.2 2.7 2.7S13.5 9.7 12 9.7 9.3 8.5 9.3 7s1.2-2.7 2.7-2.7M18 15H6v-.9c0-2 4-3.1 6-3.1s6 1.1 6 3.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tooltip-cellphone.svg b/mkdocs-material/material/templates/.icons/material/tooltip-cellphone.svg new file mode 100644 index 0000000..03b188e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tooltip-cellphone.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 6h6v8H9zm13-2v12c0 1.11-.89 2-2 2h-4l-4 4-4-4H4a2 2 0 0 1-2-2V4c0-1.1.9-2 2-2h16a2 2 0 0 1 2 2m-6 1.09C16 4.5 15.5 4 14.86 4H9.14C8.5 4 8 4.5 8 5.09v9.82C8 15.5 8.5 16 9.14 16h5.72c.64 0 1.14-.5 1.14-1.09z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tooltip-check-outline.svg b/mkdocs-material/material/templates/.icons/material/tooltip-check-outline.svg new file mode 100644 index 0000000..bb51c81 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tooltip-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-2 .9-2 2v12a2 2 0 0 0 2 2h4l4 4 4-4h4c1.11 0 2-.89 2-2V4a2 2 0 0 0-2-2m0 14h-4.83L12 19.17 8.83 16H4V4h16zm-9.25-2.29-3.5-3.5 1.41-1.42 2.09 2.09 4.59-4.58 1.41 1.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tooltip-check.svg b/mkdocs-material/material/templates/.icons/material/tooltip-check.svg new file mode 100644 index 0000000..65ae14c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tooltip-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-2 .9-2 2v12a2 2 0 0 0 2 2h4l4 4 4-4h4c1.11 0 2-.89 2-2V4a2 2 0 0 0-2-2m-9.54 12-3.5-3.5 1.41-1.42 2.09 2.09L15.64 6l1.41 1.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tooltip-edit-outline.svg b/mkdocs-material/material/templates/.icons/material/tooltip-edit-outline.svg new file mode 100644 index 0000000..08bc4d1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tooltip-edit-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2h16a2 2 0 0 1 2 2v12c0 1.11-.89 2-2 2h-4l-4 4-4-4H4a2 2 0 0 1-2-2V4c0-1.1.9-2 2-2m0 2v12h4.83L12 19.17 15.17 16H20V4zm11.84 4.2-1.01 1.01-2.07-2.03 1.01-1.02c.2-.21.54-.22.78 0l1.29 1.25c.21.21.22.55 0 .79M8 11.91l4.17-4.19 2.07 2.08-4.16 4.2H8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tooltip-edit.svg b/mkdocs-material/material/templates/.icons/material/tooltip-edit.svg new file mode 100644 index 0000000..07f8fd6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tooltip-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-2 .9-2 2v12a2 2 0 0 0 2 2h4l4 4 4-4h4c1.11 0 2-.89 2-2V4a2 2 0 0 0-2-2M9.08 15H7v-2.09l6.17-6.19 2.07 2.08zm7.76-7.8-1.01 1.01-2.07-2.03 1.01-1.02c.2-.21.54-.22.78 0l1.29 1.25c.21.21.22.55 0 .79"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tooltip-image-outline.svg b/mkdocs-material/material/templates/.icons/material/tooltip-image-outline.svg new file mode 100644 index 0000000..cc62946 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tooltip-image-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-4l-4 4-4-4H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m0 2v12h4.83L12 19.17 15.17 16H20V4zm3.5 2A1.5 1.5 0 0 1 9 7.5 1.5 1.5 0 0 1 7.5 9 1.5 1.5 0 0 1 6 7.5 1.5 1.5 0 0 1 7.5 6M6 14l5-5 2 2 5-5v8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tooltip-image.svg b/mkdocs-material/material/templates/.icons/material/tooltip-image.svg new file mode 100644 index 0000000..52a39ed --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tooltip-image.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-4l-4 4-4-4H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m15 13V7l-4 4-2-2-6 6zM7 5a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tooltip-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/tooltip-minus-outline.svg new file mode 100644 index 0000000..244d5a8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tooltip-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-2 .9-2 2v12a2 2 0 0 0 2 2h4l4 4 4-4h4c1.11 0 2-.89 2-2V4a2 2 0 0 0-2-2m0 14h-4.83L12 19.17 8.83 16H4V4h16zm-4-5H8V9h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tooltip-minus.svg b/mkdocs-material/material/templates/.icons/material/tooltip-minus.svg new file mode 100644 index 0000000..6b0cbf3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tooltip-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-2 .9-2 2v12a2 2 0 0 0 2 2h4l4 4 4-4h4c1.11 0 2-.89 2-2V4a2 2 0 0 0-2-2m-4 9H8V9h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tooltip-outline.svg b/mkdocs-material/material/templates/.icons/material/tooltip-outline.svg new file mode 100644 index 0000000..243ff2e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tooltip-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-4l-4 4-4-4H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m0 2v12h4.83L12 19.17 15.17 16H20V4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tooltip-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/tooltip-plus-outline.svg new file mode 100644 index 0000000..2b9c6e2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tooltip-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-4l-4 4-4-4H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m0 2v12h4.83L12 19.17 15.17 16H20V4zm7 2h2v3h3v2h-3v3h-2v-3H8V9h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tooltip-plus.svg b/mkdocs-material/material/templates/.icons/material/tooltip-plus.svg new file mode 100644 index 0000000..8d13d5f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tooltip-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-4l-4 4-4-4H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m7 4v3H8v2h3v3h2v-3h3V9h-3V6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tooltip-question-outline.svg b/mkdocs-material/material/templates/.icons/material/tooltip-question-outline.svg new file mode 100644 index 0000000..9ff86e6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tooltip-question-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-.53 0-1.04.21-1.41.59C2.21 2.96 2 3.47 2 4v12c0 .53.21 1.04.59 1.41.37.38.88.59 1.41.59h4l4 4 4-4h4c.53 0 1.04-.21 1.41-.59S22 16.53 22 16V4c0-.53-.21-1.04-.59-1.41C21.04 2.21 20.53 2 20 2M4 16V4h16v12h-4.83L12 19.17 8.83 16m1.22-9.96c.54-.36 1.25-.54 2.14-.54.94 0 1.69.21 2.23.62q.81.63.81 1.68c0 .44-.15.83-.44 1.2-.29.36-.67.64-1.13.85-.26.15-.43.3-.52.47-.09.18-.14.4-.14.68h-2c0-.5.1-.84.29-1.08.21-.24.55-.52 1.07-.84.26-.14.47-.32.64-.54.14-.21.22-.46.22-.74 0-.3-.09-.52-.27-.69-.18-.18-.45-.26-.76-.26-.27 0-.49.07-.69.21-.16.14-.26.35-.26.63H9.27c-.05-.69.23-1.29.78-1.65M11 14v-2h2v2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tooltip-question.svg b/mkdocs-material/material/templates/.icons/material/tooltip-question.svg new file mode 100644 index 0000000..a57180f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tooltip-question.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-.53 0-1.04.21-1.41.59C2.21 2.96 2 3.47 2 4v12c0 .53.21 1.04.59 1.41.37.38.88.59 1.41.59h4l4 4 4-4h4c.53 0 1.04-.21 1.41-.59S22 16.53 22 16V4c0-.53-.21-1.04-.59-1.41C21.04 2.21 20.53 2 20 2m-9.95 4.04c.54-.36 1.25-.54 2.14-.54.94 0 1.69.21 2.23.62q.81.63.81 1.68c0 .44-.15.83-.44 1.2-.29.36-.67.64-1.13.85-.26.15-.43.3-.52.47-.09.18-.14.4-.14.68h-2c0-.5.1-.84.29-1.08.21-.24.55-.52 1.07-.84.26-.14.47-.32.64-.54.14-.21.22-.46.22-.74 0-.3-.09-.52-.27-.69-.18-.18-.45-.26-.76-.26-.27 0-.49.07-.69.21-.16.14-.26.35-.26.63H9.27c-.05-.69.23-1.29.78-1.65M11 14v-2h2v2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tooltip-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/tooltip-remove-outline.svg new file mode 100644 index 0000000..9c1c1dc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tooltip-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-2 .9-2 2v12a2 2 0 0 0 2 2h4l4 4 4-4h4c1.11 0 2-.89 2-2V4a2 2 0 0 0-2-2m0 14h-4.83L12 19.17 8.83 16H4V4h16zM8.46 12.12 10.59 10 8.46 7.88l1.42-1.41L12 8.59l2.12-2.12 1.42 1.41L13.41 10l2.13 2.12-1.42 1.42L12 11.41l-2.12 2.13z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tooltip-remove.svg b/mkdocs-material/material/templates/.icons/material/tooltip-remove.svg new file mode 100644 index 0000000..5a37273 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tooltip-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-2 .9-2 2v12a2 2 0 0 0 2 2h4l4 4 4-4h4c1.11 0 2-.89 2-2V4a2 2 0 0 0-2-2m-4.46 10.12-1.42 1.42L12 11.41l-2.12 2.13-1.41-1.42L10.59 10 8.46 7.88l1.42-1.41L12 8.59l2.12-2.12 1.42 1.41L13.41 10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tooltip-text-outline.svg b/mkdocs-material/material/templates/.icons/material/tooltip-text-outline.svg new file mode 100644 index 0000000..2453fb2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tooltip-text-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-4l-4 4-4-4H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m0 2v12h4.83L12 19.17 15.17 16H20V4zm2 3h12v2H6zm0 4h10v2H6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tooltip-text.svg b/mkdocs-material/material/templates/.icons/material/tooltip-text.svg new file mode 100644 index 0000000..ed0c42c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tooltip-text.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-4l-4 4-4-4H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m1 3v2h14V5zm0 4v2h10V9zm0 4v2h12v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tooltip.svg b/mkdocs-material/material/templates/.icons/material/tooltip.svg new file mode 100644 index 0000000..2d15803 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tooltip.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-4l-4 4-4-4H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tooth-outline.svg b/mkdocs-material/material/templates/.icons/material/tooth-outline.svg new file mode 100644 index 0000000..0277f08 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tooth-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 2C4 2 2 5 2 8c0 2.11 1 5 2 6s2 8 4 8c4.54 0 2-7 4-7s-.54 7 4 7c2 0 3-7 4-8s2-3.89 2-6c0-3-2-6-5-6s-3 1-5 1-2-1-5-1m0 2c2 0 3 1 5 1s3-1 5-1c1.67 0 3 2 3 4 0 1.75-.86 4.11-1.81 5.06-.86.86-2.13 6.88-2.69 6.88-.21 0-.5-1.06-.5-2.35 0-2.04-.57-4.59-3-4.59s-3 2.55-3 4.59c0 1.29-.29 2.35-.5 2.35-.56 0-1.83-6.02-2.69-6.88C4.86 12.11 4 9.75 4 8c0-2 1.33-4 3-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tooth.svg b/mkdocs-material/material/templates/.icons/material/tooth.svg new file mode 100644 index 0000000..8231e7b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tooth.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 2C4 2 2 5 2 8c0 2.11 1 5 2 6s2 8 4 8c4.54 0 2-7 4-7s-.54 7 4 7c2 0 3-7 4-8s2-3.89 2-6c0-3-2-6-5-6s-3 1-5 1-2-1-5-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/toothbrush-electric.svg b/mkdocs-material/material/templates/.icons/material/toothbrush-electric.svg new file mode 100644 index 0000000..bf5dd8a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/toothbrush-electric.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1.5V14c-1.66 0-3 1.34-3 3v5h8v-5c0-1.66-1.34-3-3-3V3.5a2 2 0 0 0-2-2M7.5 2v7H11V7.5H9v-4h2V2zM13 17.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/toothbrush-paste.svg b/mkdocs-material/material/templates/.icons/material/toothbrush-paste.svg new file mode 100644 index 0000000..58d9d8f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/toothbrush-paste.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17.86 1.5-4.95 4.93 2.12 2.12 1.06-1.05-1.06-1.07 2.83-2.83 1.06 1.06L20 3.6m1.4 0-5.84 5.84-2.13.71L3 20.57 4.43 22l5.65-5.67 4.25 4.24 4.24-4.24-4.24-4.24.17-.19 2.13-.71 4.77-4.76c.78-.78.78-2.05 0-2.83m-14.85.71L2.31 8.55l4.95 4.95 4.24-4.24m6.72 8.84-2.13 2.12 1.41 1.41 2.13-2.13Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/toothbrush.svg b/mkdocs-material/material/templates/.icons/material/toothbrush.svg new file mode 100644 index 0000000..38d8278 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/toothbrush.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12.91 6.43 2.12 2.12 1.06-1.05-1.06-1.07 2.83-2.83 1.06 1.06L20 3.6l-2.14-2.1M3 20.57 4.43 22 14.5 11.9l2.13-.71 4.77-4.76c.78-.78.78-2.05 0-2.83l-5.85 5.84-2.12.71Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/torch.svg b/mkdocs-material/material/templates/.icons/material/torch.svg new file mode 100644 index 0000000..c41f9b0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/torch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.6 9.6c.4.6.9 1.1 1.6 1.4h4c.3-.1.5-.3.7-.5 1-1 1.4-2.5.9-3.8l-.1-.2c-.1-.3-.3-.5-.5-.7-.1-.2-.3-.3-.4-.5-.4-.3-.8-.6-1.2-1-.9-.9-1-2.3-.5-3.3-.5.1-1 .4-1.4.8C10.2 3 9.6 5.1 10.3 7v.2c0 .1-.1.2-.2.3s-.3 0-.4-.1l-.1-.1c-.6-.8-.7-2-.3-3-.9.8-1.4 2.1-1.3 3.4 0 .3.1.6.2.9 0 .3.2.7.4 1m3.7-1.5c.1-.5-.1-.9-.2-1.3s-.1-.8.1-1.2l.3.6c.4.6 1.1.8 1.3 1.6v.3c0 .5-.2 1-.5 1.3-.2.1-.4.3-.6.3-.6.2-1.3-.1-1.7-.5.8 0 1.2-.6 1.3-1.1M15 12v2h-1l-1 8h-2l-1-8H9v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tortoise.svg b/mkdocs-material/material/templates/.icons/material/tortoise.svg new file mode 100644 index 0000000..0bdf665 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tortoise.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.31 5.6c-1.22-.04-2.43.9-2.81 2.4-.5 2-.5 2-1.5 3-2 2-5 3-11 4-1 .16-1.5.5-2 1 2 0 4 0 2.5 1.5L3 19h3l2-2c2 1 3.33 1 5.33 0l.67 2h3l-1-3s1-4 2-5 1 0 2 0 2-1 2-2.5C22 8 22 7 20.5 6c-.35-.24-.76-.38-1.19-.4M9 6a6 6 0 0 0-6 6c0 .6.13 1.08.23 1.6 5.92-.98 9.06-2.01 10.7-3.66l.5-.5A6.01 6.01 0 0 0 9 6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/toslink.svg b/mkdocs-material/material/templates/.icons/material/toslink.svg new file mode 100644 index 0000000..4934e3a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/toslink.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 10V7l-3-3H7L4 7v3c-1.1 0-2 .9-2 2s.9 2 2 2v4c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-4c1.11 0 2-.89 2-2s-.89-2-2-2m-8 6c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4m2-4c0 1.11-.89 2-2 2s-2-.89-2-2 .9-2 2-2 2 .9 2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/touch-text-outline.svg b/mkdocs-material/material/templates/.icons/material/touch-text-outline.svg new file mode 100644 index 0000000..5a1167c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/touch-text-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 7h10v2H7zm5.69 8.81h.51V15H7v2h3.38l.33-.35c.47-.52 1.21-.84 1.98-.84M9 19H5V5h14v8.56l2 .89V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h6.33zm-2-6h6.2v-1.27c0-.23.05-.49.11-.73H7zm8.2 6.07-2.35-1.26h-.16c-.19 0-.4.08-.54.23l-.54.57 3.59 3.08c.19.2.46.31.73.31h4.77c.6 0 1.08-.5 1.1-1.1v-3.2c0-.42-.23-.81-.62-.99l-3.63-1.6-.88-.11v-3.27a.736.736 0 0 0-1.47 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tournament.svg b/mkdocs-material/material/templates/.icons/material/tournament.svg new file mode 100644 index 0000000..3711b89 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tournament.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 2v2h5v4H2v2h5c1.11 0 2-.89 2-2V7h5v10H9v-1c0-1.11-.89-2-2-2H2v2h5v4H2v2h5c1.11 0 2-.89 2-2v-1h5c1.11 0 2-.89 2-2v-4h6v-2h-6V7c0-1.11-.89-2-2-2H9V4c0-1.11-.89-2-2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tow-truck.svg b/mkdocs-material/material/templates/.icons/material/tow-truck.svg new file mode 100644 index 0000000..e290041 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tow-truck.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 10h5.39l-3.33-4H15zm2.5 8.5c.39 0 .74-.13 1.04-.43S19 17.42 19 17c0-.39-.16-.74-.46-1.04s-.65-.46-1.04-.46c-.42 0-.77.16-1.07.46S16 16.61 16 17c0 .42.13.77.43 1.07s.65.43 1.07.43M6 18.5c.44 0 .8-.13 1.08-.43s.42-.65.42-1.07c0-.39-.14-.74-.42-1.04S6.44 15.5 6 15.5s-.8.16-1.08.46-.42.65-.42 1.04c0 .42.14.77.42 1.07s.64.43 1.08.43M18 4l5 6v7h-2.5c0 .83-.31 1.53-.91 2.13-.59.59-1.29.87-2.09.87-.83 0-1.53-.28-2.12-.87-.6-.6-.88-1.3-.88-2.13H9c0 .83-.3 1.53-.89 2.13-.61.59-1.3.87-2.11.87s-1.5-.28-2.11-.87C3.3 18.53 3 17.83 3 17H1v-4h8.19L3 8.11V11H1V5h1l11 6.06V4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tower-beach.svg b/mkdocs-material/material/templates/.icons/material/tower-beach.svg new file mode 100644 index 0000000..e84416f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tower-beach.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 4v4h1v2h-.36L21 23h-2.07l-.56-2.17L12 17.15l-6.37 3.68L5.07 23H3l3.36-13H6V8h1V4H6V3l12-2v3zM7.28 14.43l-.95 3.69L10 16zM15.57 10H8.43l-.63 2.42 4.2 2.43 4.2-2.43zm2.1 8.12-.95-3.69L14 16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tower-fire.svg b/mkdocs-material/material/templates/.icons/material/tower-fire.svg new file mode 100644 index 0000000..4ba375e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tower-fire.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 4v4h1v2h-.36L21 23h-2.07l-.56-2.17L12 17.15l-6.37 3.68L5.07 23H3l3.36-13H6V8h1V4H6V3l6-2 6 2v1zM7.28 14.43l-.95 3.69L10 16zM15.57 10H8.43l-.63 2.42 4.2 2.43 4.2-2.43zm2.1 8.12-.95-3.69L14 16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/town-hall.svg b/mkdocs-material/material/templates/.icons/material/town-hall.svg new file mode 100644 index 0000000..8d1171c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/town-hall.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 10h-4V8l-4.5-1.8V4H15V2h-3.5v4.2L7 8v2H3c-.55 0-1 .45-1 1v11h8v-5h4v5h8V11c0-.55-.45-1-1-1M8 20H4v-3h4zm0-5H4v-3h4zm4-7c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1m2 7h-4v-3h4zm6 5h-4v-3h4zm0-5h-4v-3h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/toy-brick-marker-outline.svg b/mkdocs-material/material/templates/.icons/material/toy-brick-marker-outline.svg new file mode 100644 index 0000000..75f3538 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/toy-brick-marker-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.5 12a3.54 3.54 0 0 0-3.5 3.5c0 2.6 3.5 6.5 3.5 6.5s3.5-3.9 3.5-6.5a3.54 3.54 0 0 0-3.5-3.5m0 4.8a1.2 1.2 0 1 1 0-2.4 1.29 1.29 0 0 1 1.2 1.2 1.15 1.15 0 0 1-1.2 1.2M19 6V5a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v1h-2V5a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v1H3v14h11.54a15.6 15.6 0 0 1-1-2H5V8h14v2a5.1 5.1 0 0 1 2 .6V6Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/toy-brick-marker.svg b/mkdocs-material/material/templates/.icons/material/toy-brick-marker.svg new file mode 100644 index 0000000..22725aa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/toy-brick-marker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6V5a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v1h-2V5a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v1H3v14h11.54A9.55 9.55 0 0 1 13 15.5a5.58 5.58 0 0 1 5.5-5.5 5.3 5.3 0 0 1 2.5.63V6m-2.5 6a3.54 3.54 0 0 0-3.5 3.5c0 2.6 3.5 6.5 3.5 6.5s3.5-3.9 3.5-6.5a3.54 3.54 0 0 0-3.5-3.5m0 4.8a1.2 1.2 0 1 1 0-2.4 1.29 1.29 0 0 1 1.2 1.2 1.15 1.15 0 0 1-1.2 1.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/toy-brick-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/toy-brick-minus-outline.svg new file mode 100644 index 0000000..de12c47 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/toy-brick-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.09 20H3V6h2V5c0-1.1.9-2 2-2h2a2 2 0 0 1 2 2v1h2V5c0-1.1.9-2 2-2h2a2 2 0 0 1 2 2v1h2v7.35c-.63-.22-1.3-.35-2-.35V8H5v10h8.09c-.05.33-.09.66-.09 1s.04.67.09 1M23 18h-8v2h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/toy-brick-minus.svg b/mkdocs-material/material/templates/.icons/material/toy-brick-minus.svg new file mode 100644 index 0000000..24f999d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/toy-brick-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 20h-8v-2h8zm-10-1c0-3.31 2.69-6 6-6 .7 0 1.37.13 2 .35V6h-2V5a2 2 0 0 0-2-2h-2c-1.1 0-2 .9-2 2v1h-2V5a2 2 0 0 0-2-2H7c-1.1 0-2 .9-2 2v1H3v14h10.09c-.05-.33-.09-.66-.09-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/toy-brick-outline.svg b/mkdocs-material/material/templates/.icons/material/toy-brick-outline.svg new file mode 100644 index 0000000..2c5bea2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/toy-brick-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6V5a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v1h-2V5a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v1H3v14h18V6m-2 12H5V8h14Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/toy-brick-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/toy-brick-plus-outline.svg new file mode 100644 index 0000000..a3d430b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/toy-brick-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6V5a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v1h-2V5a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v1H3v14h11v-2H5V8h14v5h2V6m0 9v3h3v2h-3v3h-2v-3h-3v-2h3v-3Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/toy-brick-plus.svg b/mkdocs-material/material/templates/.icons/material/toy-brick-plus.svg new file mode 100644 index 0000000..07ffe8a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/toy-brick-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6V5a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v1h-2V5a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v1H3v14h10.09a5.5 5.5 0 0 1-.09-1 6 6 0 0 1 8-5.66V6m-1 9v3h3v2h-3v3h-2v-3h-3v-2h3v-3Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/toy-brick-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/toy-brick-remove-outline.svg new file mode 100644 index 0000000..726401f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/toy-brick-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6V5c0-1.1-.9-2-2-2h-2c-1.1 0-2 .9-2 2v1h-2V5c0-1.1-.9-2-2-2H7c-1.1 0-2 .9-2 2v1H3v14h11v-2H5V8h14v5h2V6m-3.12 9.46L20 17.59l2.12-2.12 1.42 1.41L21.41 19l2.13 2.12-1.42 1.42L20 20.41l-2.12 2.13-1.42-1.42L18.59 19l-2.12-2.12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/toy-brick-remove.svg b/mkdocs-material/material/templates/.icons/material/toy-brick-remove.svg new file mode 100644 index 0000000..5783ac2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/toy-brick-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6V5a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v1h-2V5a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v1H3v14h10.09a5.5 5.5 0 0 1-.09-1 6 6 0 0 1 8-5.66V6m1.54 10.88L20.41 19l2.13 2.12-1.42 1.42L19 20.41l-2.12 2.13-1.42-1.42L17.59 19l-2.13-2.12 1.42-1.42L19 17.59l2.12-2.13Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/toy-brick-search-outline.svg b/mkdocs-material/material/templates/.icons/material/toy-brick-search-outline.svg new file mode 100644 index 0000000..5df5a2e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/toy-brick-search-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6V5a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v1h-2V5a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v1H3v14h8.81a6.6 6.6 0 0 1-1.31-2H5V8h14v1.5a6.6 6.6 0 0 1 2 1.31V6m-.69 11.9a4.5 4.5 0 1 0-1.43 1.42L22 22.39 23.39 21m-6.89-3a2.5 2.5 0 1 1 2.5-2.5 2.5 2.5 0 0 1-2.5 2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/toy-brick-search.svg b/mkdocs-material/material/templates/.icons/material/toy-brick-search.svg new file mode 100644 index 0000000..666f9af --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/toy-brick-search.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6V5a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v1h-2V5a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v1H3v14h8.81A6.5 6.5 0 0 1 21 10.81V6m-.69 11.9a4.5 4.5 0 1 0-1.43 1.42L22 22.39 23.39 21m-6.89-3a2.5 2.5 0 1 1 2.5-2.5 2.5 2.5 0 0 1-2.5 2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/toy-brick.svg b/mkdocs-material/material/templates/.icons/material/toy-brick.svg new file mode 100644 index 0000000..8ac4154 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/toy-brick.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6V5a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v1h-2V5a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v1H3v14h18V6Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/track-light-off.svg b/mkdocs-material/material/templates/.icons/material/track-light-off.svg new file mode 100644 index 0000000..037a328 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/track-light-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.78 13.57 2.77 1.15-.76 1.85L19 15.42zm2.79-5.43-.76-1.85-2.31.96.76 1.85zm-8.23 11.55L15.3 22l1.85-.77-.96-2.3zM2.39 1.73 1.11 3l2.53 2.53-2.21 5.31 5.54 2.3 4.97 3.68 1.85.77.56-1.35 6.49 6.49 1.27-1.27zM6.2 3 6 2.8V1h8v2h-3v3.87l4.77.71 1.85.77-1.78 4.29L9 5.8V3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/track-light.svg b/mkdocs-material/material/templates/.icons/material/track-light.svg new file mode 100644 index 0000000..f530bff --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/track-light.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 1v2h3v3.4L4.11 4.38l-2.68 6.46 5.54 2.3 4.97 3.68 1.85.77 3.83-9.24-1.85-.77L11 6.87V3h3V1zm15.81 5.29-2.31.96.76 1.85 2.31-.96zm-2.03 7.28L19 15.42l2.79 1.15.76-1.85zm-3.59 5.36-1.85.76.96 2.31 1.85-.77z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/trackpad-lock.svg b/mkdocs-material/material/templates/.icons/material/trackpad-lock.svg new file mode 100644 index 0000000..98ed8fd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/trackpad-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 1c-1.11 0-2 .89-2 2v14c0 1.11.89 2 2 2h11v-2h-2v-4h4.68c.82-.65 1.79-1 2.82-1 .5 0 1 .09 1.5.26V3c0-1.11-.89-2-2-2zm0 2h16v8H3zm0 10h7v4H3zm16.5 1a2.5 2.5 0 0 0-2.5 2.5v.5a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1v-.5a2.5 2.5 0 0 0-2.5-2.5m0 1a1.5 1.5 0 0 1 1.5 1.5v.5h-3v-.5a1.5 1.5 0 0 1 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/trackpad.svg b/mkdocs-material/material/templates/.icons/material/trackpad.svg new file mode 100644 index 0000000..151700e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/trackpad.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 3h16a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m0 2v8h16V5zm0 14h7v-4H4zm16 0v-4h-7v4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tractor-variant.svg b/mkdocs-material/material/templates/.icons/material/tractor-variant.svg new file mode 100644 index 0000000..1dc4543 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tractor-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m13.3 2.79-3.5 3.5.7.71 1.4-1.39 1.1 1.1V9c0 1.11-.89 2-2 2h-.54A6 6 0 0 1 12 15a6 6 0 0 1-.09 1h3.12a4.5 4.5 0 0 1 4.47-4 4.5 4.5 0 0 1 2.5.76V8c0-1.11-.89-2-2-2h-6.29l-1.1-1.1L14 3.5zM4 7c-.55 0-1 .45-1 1s.45 1 1 1h5a2 2 0 0 0-2-2zm2 3a5 5 0 0 0-1.56.25l.36.93-.47.18-.33-.93a5 5 0 0 0-2.46 2.31l.91.41-.21.45-.9-.4A5 5 0 0 0 1 15a5 5 0 0 0 .25 1.56l.93-.36.18.47-.93.33a5 5 0 0 0 2.31 2.46l.4-.91.46.21-.4.9A5 5 0 0 0 6 20a5 5 0 0 0 1.56-.25l-.36-.93.47-.18.33.93a5 5 0 0 0 2.46-2.31l-.91-.4.21-.46.9.4A5 5 0 0 0 11 15a5 5 0 0 0-.25-1.56l-.93.36-.18-.47.93-.33a5 5 0 0 0-2.31-2.46l-.4.91-.46-.21.4-.9A5 5 0 0 0 6 10m0 2a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3m13.5 1a3.5 3.5 0 0 0-3.5 3.5 3.5 3.5 0 0 0 3.5 3.5 3.5 3.5 0 0 0 3.5-3.5 3.5 3.5 0 0 0-3.5-3.5m0 2a1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5 1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tractor.svg b/mkdocs-material/material/templates/.icons/material/tractor.svg new file mode 100644 index 0000000..5dfa7e9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tractor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 4v7.26c-1.8.64-3 2.34-3 4.24C2 18 4 20 6.5 20c2.29 0 4.21-1.72 4.47-4h4.2c-.11.32-.17.66-.17 1a3 3 0 0 0 3 3 3 3 0 0 0 3-3c0-.34-.06-.68-.18-1H22v-3c0-1.11-.89-2-2-2h-4.96l-1.39-7zm2 2h5l1 5v3h-2.26A4.53 4.53 0 0 0 7 11.03zm-.5 7.25a2.25 2.25 0 0 1 2.25 2.25 2.25 2.25 0 0 1-2.25 2.25 2.25 2.25 0 0 1-2.25-2.25 2.25 2.25 0 0 1 2.25-2.25M18 15.5a1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5 1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/trademark.svg b/mkdocs-material/material/templates/.icons/material/trademark.svg new file mode 100644 index 0000000..e1f99fe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/trademark.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.8 8.44H6.87V16H4.89V8.44H2V7h7.8zM13.5 7l2.46 6.5L18.41 7H21v9h-2v-2.5l.22-4.26L16.63 16h-1.35L12.7 9.25l.2 4.25V16h-1.97V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/traffic-cone.svg b/mkdocs-material/material/templates/.icons/material/traffic-cone.svg new file mode 100644 index 0000000..5f270e8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/traffic-cone.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17 15 1 4h3v3H3v-3h3l1-4zm-2-7 1 4H8l1-4zm-2-7 1 4h-4l1-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/traffic-light-outline.svg b/mkdocs-material/material/templates/.icons/material/traffic-light-outline.svg new file mode 100644 index 0000000..5bf262d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/traffic-light-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 10h-3V8.86c1.72-.45 3-2 3-3.86h-3V4c0-.55-.45-1-1-1H8c-.55 0-1 .45-1 1v1H4c0 1.86 1.28 3.41 3 3.86V10H4c0 1.86 1.28 3.41 3 3.86V15H4c0 1.86 1.28 3.41 3 3.86V20c0 .55.45 1 1 1h8c.55 0 1-.45 1-1v-1.14c1.72-.45 3-2 3-3.86h-3v-1.14c1.72-.45 3-2 3-3.86m-5 9H9V5h6zm-3-1c.83 0 1.5-.67 1.5-1.5S12.83 15 12 15s-1.5.67-1.5 1.5.67 1.5 1.5 1.5m0-4.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5M12 9c.83 0 1.5-.67 1.5-1.5S12.83 6 12 6s-1.5.67-1.5 1.5S11.17 9 12 9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/traffic-light.svg b/mkdocs-material/material/templates/.icons/material/traffic-light.svg new file mode 100644 index 0000000..e72af78 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/traffic-light.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 9a2 2 0 0 1-2-2 2 2 0 0 1 2-2c1.11 0 2 .89 2 2a2 2 0 0 1-2 2m0 5a2 2 0 0 1-2-2 2 2 0 0 1 2-2c1.11 0 2 .89 2 2a2 2 0 0 1-2 2m0 5a2 2 0 0 1-2-2 2 2 0 0 1 2-2c1.11 0 2 .89 2 2a2 2 0 0 1-2 2m8-9h-3V8.86c1.72-.45 3-2 3-3.86h-3V4a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v1H4c0 1.86 1.28 3.41 3 3.86V10H4c0 1.86 1.28 3.41 3 3.86V15H4c0 1.86 1.28 3.41 3 3.86V20a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-1.14c1.72-.45 3-2 3-3.86h-3v-1.14c1.72-.45 3-2 3-3.86"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/train-bus.svg b/mkdocs-material/material/templates/.icons/material/train-bus.svg new file mode 100644 index 0000000..7cdc297 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/train-bus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 2h7c.8 0 1.56.32 2.12.88S15 4.2 15 5v1h-2V4H4v7h5v5H8l-3 3H4v-2l1-1c-.8 0-1.56-.32-2.12-.88S2 13.8 2 13V5c0-.8.32-1.56.88-2.12S4.2 2 5 2m.71 10.29C5.5 12.11 5.27 12 5 12c-.26 0-.5.11-.71.29-.18.21-.29.45-.29.71 0 .27.11.5.29.71.21.19.45.29.71.29.27 0 .5-.1.71-.29.19-.21.29-.44.29-.71 0-.26-.1-.5-.29-.71M11 11c0-1.66 1-3 4-3h3c3 0 4 1.34 4 3v7c0 .74-.4 1.39-1 1.73V21c0 .55-.45 1-1 1s-1-.45-1-1v-1h-5v1c0 .55-.45 1-1 1s-1-.45-1-1v-1.27c-.6-.34-1-.99-1-1.73zm2-1v4h7v-4zm1 8c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1m6-1c0-.55-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/train-car-autorack.svg b/mkdocs-material/material/templates/.icons/material/train-car-autorack.svg new file mode 100644 index 0000000..87cfaa3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/train-car-autorack.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 6H3c-1.1 0-2 .9-2 2v9h1a2 2 0 1 0 4 0h12a2 2 0 1 0 4 0h1V8a2 2 0 0 0-2-2M7.58 12.18c.61 0 1.1.5 1.1 1.11s-.49 1.1-1.1 1.1-1.11-.49-1.11-1.1.5-1.11 1.11-1.11m-.55-1.1 1.65-1.47h2.95l2.95 1.47zm2.63 2.95h4.68c.16.39.4.72.71.97h-6.1c.31-.25.55-.58.71-.97m5.66-.74c0-.61.49-1.11 1.1-1.11s1.11.5 1.11 1.11-.5 1.1-1.11 1.1c-.61.01-1.1-.49-1.1-1.1M17.79 15c.32-.25.57-.58.71-.97h1.61v-.74c0-.82-.76-1.08-1.48-1.47L12 8.5H8.32l-2.21 1.84h-.74c-.82 0-1.48.66-1.48 1.48v2.21H5.5c.14.39.39.72.71.97H3V8h18v7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/train-car-box-full.svg b/mkdocs-material/material/templates/.icons/material/train-car-box-full.svg new file mode 100644 index 0000000..02ac983 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/train-car-box-full.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 7v10h1a2 2 0 1 0 4 0h12a2 2 0 1 0 4 0h1V7zm15 9h-2v-5h-4v5H8V9h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/train-car-box-open.svg b/mkdocs-material/material/templates/.icons/material/train-car-box-open.svg new file mode 100644 index 0000000..daf12e5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/train-car-box-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 7v10h1a2 2 0 1 0 4 0h12a2 2 0 1 0 4 0h1V7zm15 9H8V9h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/train-car-box.svg b/mkdocs-material/material/templates/.icons/material/train-car-box.svg new file mode 100644 index 0000000..1c038a2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/train-car-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 7v10h1a2 2 0 1 0 4 0h12a2 2 0 1 0 4 0h1V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/train-car-caboose.svg b/mkdocs-material/material/templates/.icons/material/train-car-caboose.svg new file mode 100644 index 0000000..0b505e0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/train-car-caboose.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 9V7h-8V6h1V4H8v2h1v1H1v2h1v6H1v2h1a2 2 0 1 0 4 0h12a2 2 0 1 0 4 0h1v-2h-1V9zM4 15H3V9h1zm7-3H6V9h5zm7 0h-5V9h5zm3 3h-1V9h1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/train-car-centerbeam-full.svg b/mkdocs-material/material/templates/.icons/material/train-car-centerbeam-full.svg new file mode 100644 index 0000000..2f8b728 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/train-car-centerbeam-full.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 6v11h-1c0 1.11-.89 2-2 2s-2-.89-2-2H6c0 1.11-.89 2-2 2s-2-.89-2-2H1V6h2v9h18V6zM8 12H4v2h4zm7 0H9v2h6zm5 0h-4v2h4zM8 9H4v2h4zm7 0H9v2h6zm5 0h-4v2h4zM8 6H4v2h4zm7 0H9v2h6zm5 0h-4v2h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/train-car-centerbeam.svg b/mkdocs-material/material/templates/.icons/material/train-car-centerbeam.svg new file mode 100644 index 0000000..18421e8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/train-car-centerbeam.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 6v11h-1c0 1.11-.89 2-2 2s-2-.89-2-2H6c0 1.11-.89 2-2 2s-2-.89-2-2H1V6h2v9h18V6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/train-car-container.svg b/mkdocs-material/material/templates/.icons/material/train-car-container.svg new file mode 100644 index 0000000..a496ede --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/train-car-container.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 6v11h1a2 2 0 1 0 4 0h12a2 2 0 1 0 4 0h1V6zm20 9h-2V9h-2v6h-2V9h-2v6h-2V9H9v6H7V9H5v6H3V8h18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/train-car-flatbed-car.svg b/mkdocs-material/material/templates/.icons/material/train-car-flatbed-car.svg new file mode 100644 index 0000000..8435636 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/train-car-flatbed-car.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 13v-3c0-1.11-.89-2-2-2h-2l-3-4H6L3 8c-1.11 0-2 .89-2 2v3h2c0 .77.3 1.47.78 2H1v2h1a2 2 0 1 0 4 0h12a2 2 0 1 0 4 0h1v-2h-2.78c.48-.53.78-1.23.78-2zm-3.5 0c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5.67-1.5 1.5-1.5 1.5.67 1.5 1.5M12 5.5h3.25L17.14 8H12zm3.78 9.5H8.22c.48-.53.78-1.23.78-2h6c0 .77.3 1.47.78 2M6.75 5.5h3.75V8H4.86zm-.75 6c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/train-car-flatbed-tank.svg b/mkdocs-material/material/templates/.icons/material/train-car-flatbed-tank.svg new file mode 100644 index 0000000..c6356fc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/train-car-flatbed-tank.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.22 15c.48-.53.78-1.23.78-2 0-1.66-1.34-3-3-3H5c-1.66 0-3 1.34-3 3 0 .77.3 1.47.78 2H1v2h1a2 2 0 1 0 4 0h12a2 2 0 1 0 4 0h1v-2zM19 12c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1m-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1m-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1m8.62-6-.4-2H22v2zM20 9H4V8h2l1-5h5l1 5h7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/train-car-flatbed.svg b/mkdocs-material/material/templates/.icons/material/train-car-flatbed.svg new file mode 100644 index 0000000..d53b2e6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/train-car-flatbed.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 15v2h-1c0 1.11-.89 2-2 2s-2-.89-2-2H6c0 1.11-.89 2-2 2s-2-.89-2-2H1v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/train-car-gondola-full.svg b/mkdocs-material/material/templates/.icons/material/train-car-gondola-full.svg new file mode 100644 index 0000000..dcbe944 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/train-car-gondola-full.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 10c-1.96-1.81-5.26-3-9-3s-7.04 1.19-9 3H1v7h1a2 2 0 1 0 4 0h12a2 2 0 1 0 4 0h1v-7zm0 5h-2v-2h-2v2h-2v-2h-2v2h-2v-2H9v2H7v-2H5v2H3v-3h18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/train-car-gondola.svg b/mkdocs-material/material/templates/.icons/material/train-car-gondola.svg new file mode 100644 index 0000000..accac04 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/train-car-gondola.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 10v7h1a2 2 0 1 0 4 0h12a2 2 0 1 0 4 0h1v-7zm20 5h-2v-2h-2v2h-2v-2h-2v2h-2v-2H9v2H7v-2H5v2H3v-3h18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/train-car-hopper-covered.svg b/mkdocs-material/material/templates/.icons/material/train-car-hopper-covered.svg new file mode 100644 index 0000000..9bde4e3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/train-car-hopper-covered.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 9V7H1v2l1 1.33V15H1v2h1a2 2 0 1 0 4 0h4l1 1h2l1-1h4a2 2 0 1 0 4 0h1v-2h-1v-4.67zM4 15v-2l1.5 2zm1-5V9h14v1zm15 5h-1.5l1.5-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/train-car-hopper-full.svg b/mkdocs-material/material/templates/.icons/material/train-car-hopper-full.svg new file mode 100644 index 0000000..af0a3df --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/train-car-hopper-full.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 8c-1.96-1.81-5.26-3-9-3S4.96 6.19 3 8H1v9h1a2 2 0 1 0 4 0h12a2 2 0 1 0 4 0h1V8zm-8 7v-4h-2v4H8v-4H6v4H3v-5h18v5h-3v-4h-2v4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/train-car-hopper.svg b/mkdocs-material/material/templates/.icons/material/train-car-hopper.svg new file mode 100644 index 0000000..3925754 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/train-car-hopper.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 8v9h1a2 2 0 1 0 4 0h12a2 2 0 1 0 4 0h1V8zm12 7v-4h-2v4H8v-4H6v4H3v-5h18v5h-3v-4h-2v4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/train-car-intermodal.svg b/mkdocs-material/material/templates/.icons/material/train-car-intermodal.svg new file mode 100644 index 0000000..ea6a54d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/train-car-intermodal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 15v-4H3v4H1v2h1a2 2 0 1 0 4 0h12a2 2 0 1 0 4 0h1v-2zm-5-1H8v-1h8zm5-9H3v5h18zm-5 3H8V7h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/train-car-passenger-door-open.svg b/mkdocs-material/material/templates/.icons/material/train-car-passenger-door-open.svg new file mode 100644 index 0000000..9754424 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/train-car-passenger-door-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 7H3c-1.1 0-2 .9-2 2v8h1a2 2 0 1 0 4 0h12a2 2 0 1 0 4 0h1V9a2 2 0 0 0-2-2M8 12H3V9h5zm6 4h-4V9h4zm7-4h-5V9h5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/train-car-passenger-door.svg b/mkdocs-material/material/templates/.icons/material/train-car-passenger-door.svg new file mode 100644 index 0000000..0f6866f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/train-car-passenger-door.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 7H3c-1.1 0-2 .9-2 2v8h1a2 2 0 1 0 4 0h12a2 2 0 1 0 4 0h1V9a2 2 0 0 0-2-2M7 12H3V9h4zm4 4H9V9h2zm4 0h-2V9h2zm6-4h-4V9h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/train-car-passenger-variant.svg b/mkdocs-material/material/templates/.icons/material/train-car-passenger-variant.svg new file mode 100644 index 0000000..4a8d687 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/train-car-passenger-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 7H3c-1.1 0-2 .9-2 2v8h1a2 2 0 1 0 4 0h12a2 2 0 1 0 4 0h1V9a2 2 0 0 0-2-2m-10 5H3V9h8zm10 0h-8V9h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/train-car-passenger.svg b/mkdocs-material/material/templates/.icons/material/train-car-passenger.svg new file mode 100644 index 0000000..c3cd9a6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/train-car-passenger.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 7H3c-1.1 0-2 .9-2 2v8h1a2 2 0 1 0 4 0h12a2 2 0 1 0 4 0h1V9a2 2 0 0 0-2-2M7 12H3V9h4zm8 0H9V9h6zm6 0h-4V9h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/train-car-tank.svg b/mkdocs-material/material/templates/.icons/material/train-car-tank.svg new file mode 100644 index 0000000..087ba91 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/train-car-tank.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 15v2h-1c0 1.11-.89 2-2 2s-2-.89-2-2H6c0 1.11-.89 2-2 2s-2-.89-2-2H1v-2zm-2-7h-6V7H9v1H3c-1.1 0-2 .9-2 2v2a2 2 0 0 0 2 2h18c1.11 0 2-.89 2-2v-2a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/train-car.svg b/mkdocs-material/material/templates/.icons/material/train-car.svg new file mode 100644 index 0000000..31b5ada --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/train-car.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 4H5a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3l-1 1v1h1l2-2.03L9 18v-5H4V6h9v2h2V7a3 3 0 0 0-3-3M5 14a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m15.57-4.34c-.14-.4-.52-.66-.97-.66h-7.19c-.46 0-.83.26-.98.66L10 13.77v5.51c0 .38.32.72.7.72h.62c.38 0 .68-.38.68-.76V18h8v1.24c0 .38.31.76.69.76h.61c.38 0 .7-.34.7-.72v-5.51zm-8.16.34h7.19l1.03 3h-9.25zM12 16a1 1 0 0 1-1-1 1 1 0 0 1 1-1 1 1 0 0 1 1 1 1 1 0 0 1-1 1m8 0a1 1 0 0 1-1-1 1 1 0 0 1 1-1 1 1 0 0 1 1 1 1 1 0 0 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/train-variant.svg b/mkdocs-material/material/templates/.icons/material/train-variant.svg new file mode 100644 index 0000000..5846208 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/train-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 10H6V5h12m-6 12a2 2 0 0 1-2-2c0-1.11.89-2 2-2a2 2 0 0 1 2 2 2 2 0 0 1-2 2m-8-1.5A3.5 3.5 0 0 0 7.5 19L6 20.5v.5h12v-.5L16.5 19a3.5 3.5 0 0 0 3.5-3.5V5c0-3.5-3.58-4-8-4s-8 .5-8 4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/train.svg b/mkdocs-material/material/templates/.icons/material/train.svg new file mode 100644 index 0000000..b6da64c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/train.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c-4 0-8 .5-8 4v9.5A3.5 3.5 0 0 0 7.5 19L6 20.5v.5h2.23l2-2H14l2 2h2v-.5L16.5 19a3.5 3.5 0 0 0 3.5-3.5V6c0-3.5-3.58-4-8-4M7.5 17A1.5 1.5 0 0 1 6 15.5 1.5 1.5 0 0 1 7.5 14 1.5 1.5 0 0 1 9 15.5 1.5 1.5 0 0 1 7.5 17m3.5-7H6V6h5zm2 0V6h5v4zm3.5 7a1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5 1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tram-side.svg b/mkdocs-material/material/templates/.icons/material/tram-side.svg new file mode 100644 index 0000000..bba37ca --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tram-side.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 1 5 4l2.5 2H5S2 6 2 9v10h5s0-2 2-2h13v-3h-4V8h4V6H10.5L13 4zM4 8h5v6H4zm7 0h5v6h-5zm-7 8h1v2H4zm5 3v.5a2.5 2.5 0 0 0 2.5 2.5c1 0 1.89-.59 2.29-1.5h1.42c.4.91 1.29 1.5 2.29 1.5a2.5 2.5 0 0 0 2.5-2.5V19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tram.svg b/mkdocs-material/material/templates/.icons/material/tram.svg new file mode 100644 index 0000000..72cd065 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tram.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 16.94V8.5c0-2.79-2.61-3.4-6-3.5l.75-1.5H17V2H7v1.5h4.75L11 5c-3.14.11-6 .73-6 3.5v8.44c0 1.45 1.19 2.66 2.59 2.97L6 21.5v.5h2.23l2-2H14l2 2h2v-.5L16.5 20h-.08c1.69 0 2.58-1.37 2.58-3.06m-7 1.56a1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5 1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5m5-4.5H7V9h10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/transcribe-close.svg b/mkdocs-material/material/templates/.icons/material/transcribe-close.svg new file mode 100644 index 0000000..e5b32a0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/transcribe-close.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 23-4-4h8zm8-20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm-2 12v-2h-5.5l-2 2zM6 15h2.5l6.85-6.88c.2-.19.2-.51 0-.7l-1.76-1.77c-.2-.2-.52-.2-.71 0L6 12.53z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/transcribe.svg b/mkdocs-material/material/templates/.icons/material/transcribe.svg new file mode 100644 index 0000000..2f848cd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/transcribe.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 5a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7c0-1.11.89-2 2-2zm-2 12v-2h-5.5l-2 2zM6 17h2.5l6.85-6.88c.2-.19.2-.51 0-.71l-1.76-1.76c-.2-.2-.52-.2-.71 0L6 14.53z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/transfer-down.svg b/mkdocs-material/material/templates/.icons/material/transfer-down.svg new file mode 100644 index 0000000..8e2ce7b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/transfer-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 3v2H8V3zm0 4v2H8V7zm0 4v2H8v-2zM5 15h14l-7 7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/transfer-left.svg b/mkdocs-material/material/templates/.icons/material/transfer-left.svg new file mode 100644 index 0000000..0a247a8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/transfer-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 16h-2V8h2zm-4 0h-2V8h2zm-4 0h-2V8h2zM9 5v14l-7-7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/transfer-right.svg b/mkdocs-material/material/templates/.icons/material/transfer-right.svg new file mode 100644 index 0000000..31ab6c0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/transfer-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 8h2v8H3zm4 0h2v8H7zm4 0h2v8h-2zm4 11.25V4.75L22.25 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/transfer-up.svg b/mkdocs-material/material/templates/.icons/material/transfer-up.svg new file mode 100644 index 0000000..436937c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/transfer-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 21v-2h8v2zm0-4v-2h8v2zm0-4v-2h8v2zm11-4H5l7-7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/transfer.svg b/mkdocs-material/material/templates/.icons/material/transfer.svg new file mode 100644 index 0000000..f0d2f22 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/transfer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 4a2 2 0 0 0-2 2v4h2V6h8v3h-2.5l3.5 3.5L20.5 9H18V6a2 2 0 0 0-2-2zm-5 8v2h8v-2zm0 3v2h8v-2zm10 0v2h8v-2zM3 18v2h8v-2zm10 0v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/transit-connection-horizontal.svg b/mkdocs-material/material/templates/.icons/material/transit-connection-horizontal.svg new file mode 100644 index 0000000..bf243ac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/transit-connection-horizontal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 9c-1.3 0-2.4.8-2.8 2H6.8C6.4 9.8 5.3 9 4 9c-1.7 0-3 1.3-3 3s1.3 3 3 3c1.3 0 2.4-.8 2.8-2h2.4c.4 1.2 1.5 2 2.8 2s2.4-.8 2.8-2h2.4c.4 1.2 1.5 2 2.8 2 1.7 0 3-1.3 3-3s-1.3-3-3-3c-1.3 0-2.4.8-2.8 2h-2.4c-.4-1.2-1.5-2-2.8-2m-9 3c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1-1-.4-1-1m18 0c0 .6-.4 1-1 1s-1-.4-1-1 .4-1 1-1 1 .4 1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/transit-connection-variant.svg b/mkdocs-material/material/templates/.icons/material/transit-connection-variant.svg new file mode 100644 index 0000000..aaca201 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/transit-connection-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 11h-3.18C14.4 9.84 13.3 9 12 9s-2.4.84-2.82 2H6c-.33 0-2-.1-2-2V8c0-1.83 1.54-2 2-2h10.18C16.6 7.16 17.7 8 19 8a3 3 0 0 0 3-3 3 3 0 0 0-3-3c-1.3 0-2.4.84-2.82 2H6C4.39 4 2 5.06 2 8v1c0 2.94 2.39 4 4 4h3.18c.42 1.16 1.52 2 2.82 2s2.4-.84 2.82-2H18c.33 0 2 .1 2 2v1c0 1.83-1.54 2-2 2H7.82C7.4 16.84 6.3 16 5 16a3 3 0 0 0-3 3 3 3 0 0 0 3 3c1.3 0 2.4-.84 2.82-2H18c1.61 0 4-1.07 4-4v-1c0-2.93-2.39-4-4-4m1-7a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1M5 20a1 1 0 0 1-1-1 1 1 0 0 1 1-1 1 1 0 0 1 1 1 1 1 0 0 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/transit-connection.svg b/mkdocs-material/material/templates/.icons/material/transit-connection.svg new file mode 100644 index 0000000..71f832c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/transit-connection.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 12c0-1.3-.84-2.4-2-2.82V6.82C14.16 6.4 15 5.3 15 4a3 3 0 0 0-3-3 3 3 0 0 0-3 3c0 1.3.84 2.4 2 2.82v2.37C9.84 9.6 9 10.7 9 12s.84 2.4 2 2.82v2.36C9.84 17.6 9 18.7 9 20a3 3 0 0 0 3 3 3 3 0 0 0 3-3c0-1.3-.84-2.4-2-2.82v-2.36c1.16-.42 2-1.52 2-2.82m-3-9a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m0 18a1 1 0 0 1-1-1 1 1 0 0 1 1-1 1 1 0 0 1 1 1 1 1 0 0 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/transit-detour.svg b/mkdocs-material/material/templates/.icons/material/transit-detour.svg new file mode 100644 index 0000000..84be159 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/transit-detour.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3a3 3 0 0 0-2.39 1.21A11.5 11.5 0 0 0 13.75 4l.13 2a9.5 9.5 0 0 1 2.12.13A3 3 0 1 0 19 3m0 4a1 1 0 1 1 1-1 1 1 0 0 1-1 1m-10.14.86L7.67 6.25a11.5 11.5 0 0 1 3.93-1.88l.5 1.94a9.5 9.5 0 0 0-3.24 1.55M21 18a3 3 0 1 1-5.31-1.89 9.47 9.47 0 0 0-7.1-2.65c-.22.01-.43.04-.65.08a3 3 0 1 1-3.55-3.48A11.5 11.5 0 0 1 6.04 7.7L7.5 9.06a9.3 9.3 0 0 0-1 1.35 3.04 3.04 0 0 1 1.12 1.15c.29-.06.57-.06.88-.1a11.47 11.47 0 0 1 8.96 3.59A3 3 0 0 1 18 15a3 3 0 0 1 3 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/transit-skip.svg b/mkdocs-material/material/templates/.icons/material/transit-skip.svg new file mode 100644 index 0000000..d4a29a2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/transit-skip.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 12c0-4-2.5-7.3-6-8.5-.3-1.4-1.5-2.5-3-2.5-1.7 0-3 1.3-3 3s1.3 3 3 3c1.1 0 2.1-.6 2.6-1.5C17.2 6.5 19 9 19 12c0 2.9-1.8 5.5-4.4 6.5-.5-.9-1.5-1.5-2.6-1.5-1.7 0-3 1.3-3 3s1.3 3 3 3c1.5 0 2.7-1.1 3-2.5 3.5-1.2 6-4.6 6-8.5m-9-7c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1m0 16c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1m0-12c1.7 0 3 1.3 3 3s-1.3 3-3 3-3-1.3-3-3 1.3-3 3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/transit-transfer.svg b/mkdocs-material/material/templates/.icons/material/transit-transfer.svg new file mode 100644 index 0000000..92f3048 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/transit-transfer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.5 15.5H22V17h-5.5v1.75l-2.5-2.5 2.5-2.5zm3 4.25V18l2.5 2.5-2.5 2.5v-1.75H14v-1.5zM9.5 5.5a2 2 0 0 1-2-2 2 2 0 0 1 2-2 2 2 0 0 1 2 2 2 2 0 0 1-2 2M5.75 8.9 4 9.65V13H2V8.3l5.25-2.15Q7.625 6 8 6c.7 0 1.35.35 1.7.95l.95 1.6C11.55 10 13.15 11 15 11v2c-2.2 0-4.15-1-5.45-2.6l-.6 3L11 15.45V23H9v-6l-2.15-2-1.75 8H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/transition-masked.svg b/mkdocs-material/material/templates/.icons/material/transition-masked.svg new file mode 100644 index 0000000..b4f033a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/transition-masked.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 2c1.94 0 3.59.7 4.95 2.05C21.3 5.41 22 7.06 22 9c0 1.56-.5 2.96-1.42 4.2-.94 1.23-2.14 2.07-3.61 2.5l.03-.32V15c0-2.19-.77-4.07-2.35-5.65S11.19 7 9 7h-.37l-.33.03c.43-1.47 1.27-2.67 2.5-3.61C12.04 2.5 13.44 2 15 2M9 8a7 7 0 0 1 7 7 7 7 0 0 1-7 7 7 7 0 0 1-7-7 7 7 0 0 1 7-7m0 2a5 5 0 0 0-5 5 5 5 0 0 0 5 5 5 5 0 0 0 5-5 5 5 0 0 0-5-5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/transition.svg b/mkdocs-material/material/templates/.icons/material/transition.svg new file mode 100644 index 0000000..2221cf7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/transition.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 2a7 7 0 0 1 7 7c0 2.71-1.54 5.05-3.78 6.22a7.1 7.1 0 0 1-3 3A7.01 7.01 0 0 1 9 22a7 7 0 0 1-7-7c0-2.71 1.54-5.05 3.78-6.22a7.1 7.1 0 0 1 3-3A7.01 7.01 0 0 1 15 2m-3 17a7 7 0 0 1-7-7c-.63.84-1 1.87-1 3a5 5 0 0 0 5 5c1.13 0 2.16-.37 3-1m3-3a7 7 0 0 1-7-7c-.63.84-1 1.87-1 3a5 5 0 0 0 5 5c1.13 0 2.16-.37 3-1m0-12c-1.13 0-2.16.37-3 1a7 7 0 0 1 7 7c.63-.84 1-1.87 1-3a5 5 0 0 0-5-5m-5 5a5 5 0 0 0 5 5c.6 0 1.17-.1 1.7-.3.2-.53.3-1.1.3-1.7a5 5 0 0 0-5-5c-.6 0-1.17.1-1.7.3-.2.53-.3 1.1-.3 1.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/translate-off.svg b/mkdocs-material/material/templates/.icons/material/translate-off.svg new file mode 100644 index 0000000..f94c26e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/translate-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.17 5.81c-.3.88-.7 1.74-1.17 2.58l1.35 1.35c.76-1.24 1.36-2.56 1.78-3.93h3.03V3.75H9.94V1.69H7.87v2.06h-1.5l2.06 2.06zm3.36 7.1 1.5 1.5.64-1.72 1.41 3.78 3.31 3.3-3.69-9.83h-2.06zM1.31 1.31 0 2.62l1.13 1.13H.65v2.06h2.54l2.07 2.07h-.8c.75 1.68 1.78 3.27 3.07 4.7l-5.25 5.18 1.47 1.46 5.16-5.15 3.2 3.2.69-1.84 1.3 1.29-2.1 5.59h2.06l1.16-3.09h1.38L21.38 24l1.31-1.31z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/translate-variant.svg b/mkdocs-material/material/templates/.icons/material/translate-variant.svg new file mode 100644 index 0000000..85d4d0c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/translate-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 1H3c-1.1 0-2 .9-2 2v12l3-3h5v-1c0-2.2 1.79-4 4-4V3c0-1.1-.9-2-2-2m0 3H9.5c-.34 1.19-.96 2.3-1.82 3.26l-.02.02 1.26 1.25-.37 1.01L7 8l-2.5 2.5-.69-.73 2.53-2.49A8.6 8.6 0 0 1 4.86 5h.99c.31.6.69 1.17 1.15 1.68A7.7 7.7 0 0 0 8.57 4H3V3h3.5V2h1v1H11zm10 5h-8c-1.1 0-2 .9-2 2v7c0 1.1.9 2 2 2h7l3 3V11c0-1.1-.9-2-2-2m-1.37 10-.85-2.25h-3.56L14.38 19h-1.5l3.37-9h1.5l3.38 9zM17 12l1.22 3.25h-2.43z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/translate.svg b/mkdocs-material/material/templates/.icons/material/translate.svg new file mode 100644 index 0000000..4426ca9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/translate.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12.87 15.07-2.54-2.51.03-.03A17.5 17.5 0 0 0 14.07 6H17V4h-7V2H8v2H1v2h11.17C11.5 7.92 10.44 9.75 9 11.35 8.07 10.32 7.3 9.19 6.69 8h-2c.73 1.63 1.73 3.17 2.98 4.56l-5.09 5.02L4 19l5-5 3.11 3.11zM18.5 10h-2L12 22h2l1.12-3h4.75L21 22h2zm-2.62 7 1.62-4.33L19.12 17z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/transmission-tower-export.svg b/mkdocs-material/material/templates/.icons/material/transmission-tower-export.svg new file mode 100644 index 0000000..8728516 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/transmission-tower-export.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m5.18 5.45-1.78-.9L4.66 2h8.47l1.27 2.55-1.78.89L11.9 4h-6zM15.5 8H11l-.8-3H7.6l-.79 3H2.28L1 10.55l1.79.89L3.5 10h10.78l.72 1.45 1.79-.89zm-.83 14H12.6l-.24-.9-3.46-5.2-3.47 5.2-.23.9H3.13L6 11h2.09l-.36 1.35L8.9 14.1l1.16-1.75L9.71 11h2.07zM8.3 15l-.9-1.35-1.18 4.48zm3.28 3.12-1.18-4.48L9.5 15zM23 16l-4-4v3h-4v2h4v3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/transmission-tower-import.svg b/mkdocs-material/material/templates/.icons/material/transmission-tower-import.svg new file mode 100644 index 0000000..525daff --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/transmission-tower-import.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11.39 5.45-1.78-.9L10.87 2h8.47l1.27 2.55-1.78.89L18.11 4h-6zM21.73 8H17.2l-.79-3h-2.6L13 8H8.5l-1.29 2.55 1.79.89.73-1.44H20.5l.71 1.45 1.79-.89zm-.85 14h-2.07l-.24-.9-3.46-5.2-3.47 5.2-.23.9H9.34l2.89-11h2.07l-.36 1.35 1.17 1.75 1.16-1.75-.35-1.35H18zm-6.38-7-.89-1.35-1.18 4.48zm3.29 3.12-1.18-4.48-.9 1.36zM9 16l-4-4v3H1v2h4v3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/transmission-tower-off.svg b/mkdocs-material/material/templates/.icons/material/transmission-tower-off.svg new file mode 100644 index 0000000..ac95c2b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/transmission-tower-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.1 21.5 2.4 1.7 1.1 3l5 5h-.7l-1.3 2.5 1.8.9.7-1.4h1.5l1 1-2.9 11h2.1l.2-.9 3.5-5.2 3.5 5.2.2.9h2.1l-.8-3.2 3.9 3.9zM9.3 18.1l1.2-4.5.9 1.3zm5.4 0L12.6 15l.2-.3 1.3 1.3zm-.5-7.1h.7l.2.9zm-.1-3h4.5l1.3 2.6-1.8.9-.7-1.5h-4.2l-3-3 .5-2h2.6zM8.4 5.2 6.9 3.7 7.8 2h8.5l1.3 2.5-1.8.9L15 4H9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/transmission-tower.svg b/mkdocs-material/material/templates/.icons/material/transmission-tower.svg new file mode 100644 index 0000000..fee03f2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/transmission-tower.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m8.28 5.45-1.78-.9L7.76 2h8.47l1.27 2.55-1.78.89L15 4H9zM18.62 8h-4.53l-.79-3h-2.6l-.79 3H5.38L4.1 10.55l1.79.89.73-1.44h10.76l.72 1.45 1.79-.89zm-.85 14H15.7l-.24-.9L12 15.9l-3.47 5.2-.23.9H6.23l2.89-11h2.07l-.36 1.35L12 14.1l1.16-1.75-.35-1.35h2.07zm-6.37-7-.9-1.35-1.18 4.48zm3.28 3.12-1.18-4.48-.9 1.36z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/trash-can-outline.svg b/mkdocs-material/material/templates/.icons/material/trash-can-outline.svg new file mode 100644 index 0000000..ce3e8e0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/trash-can-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 3v1H4v2h1v13a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V6h1V4h-5V3zM7 6h10v13H7zm2 2v9h2V8zm4 0v9h2V8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/trash-can.svg b/mkdocs-material/material/templates/.icons/material/trash-can.svg new file mode 100644 index 0000000..f61710b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/trash-can.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 3v1H4v2h1v13a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V6h1V4h-5V3zm0 5h2v9H9zm4 0h2v9h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tray-alert.svg b/mkdocs-material/material/templates/.icons/material/tray-alert.svg new file mode 100644 index 0000000..0bd4f2f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tray-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 12h2v5h16v-5h2v5a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2m11-5h-2v2h2m0-10h-2v6h2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tray-arrow-down.svg b/mkdocs-material/material/templates/.icons/material/tray-arrow-down.svg new file mode 100644 index 0000000..c3902e6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tray-arrow-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 12h2v5h16v-5h2v5c0 1.11-.89 2-2 2H4a2 2 0 0 1-2-2zm10 3 5.55-5.46-1.42-1.41L13 11.25V2h-2v9.25L7.88 8.13 6.46 9.55z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tray-arrow-up.svg b/mkdocs-material/material/templates/.icons/material/tray-arrow-up.svg new file mode 100644 index 0000000..157f6b8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tray-arrow-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 12h2v5h16v-5h2v5c0 1.11-.89 2-2 2H4a2 2 0 0 1-2-2zM12 2 6.46 7.46l1.42 1.42L11 5.75V15h2V5.75l3.13 3.13 1.42-1.43z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tray-full.svg b/mkdocs-material/material/templates/.icons/material/tray-full.svg new file mode 100644 index 0000000..d5301db --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tray-full.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 5H6v2h12M6 9h12v2H6m-4 1h2v5h16v-5h2v5a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2m16-4H6v2h12Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tray-minus.svg b/mkdocs-material/material/templates/.icons/material/tray-minus.svg new file mode 100644 index 0000000..f0f97e5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tray-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 10H8V8h8M2 17a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5h-2v5H4v-5H2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tray-plus.svg b/mkdocs-material/material/templates/.icons/material/tray-plus.svg new file mode 100644 index 0000000..02ebf9c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tray-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 12h2v5h16v-5h2v5a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2m9-12h2v3h3v2h-3v3h-2v-3H8V8h3Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tray-remove.svg b/mkdocs-material/material/templates/.icons/material/tray-remove.svg new file mode 100644 index 0000000..c6d6965 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tray-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 17a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5h-2v5H4v-5H2m12.12-6.54 1.42 1.42L13.41 9l2.13 2.12-1.42 1.42L12 10.41l-2.12 2.13-1.42-1.42L10.59 9 8.46 6.88l1.42-1.42L12 7.59Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tray.svg b/mkdocs-material/material/templates/.icons/material/tray.svg new file mode 100644 index 0000000..f162071 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tray.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 12h2v5h16v-5h2v5a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/treasure-chest-outline.svg b/mkdocs-material/material/templates/.icons/material/treasure-chest-outline.svg new file mode 100644 index 0000000..3cb8718 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/treasure-chest-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 20h20V7c0-.8-.32-1.56-.88-2.12S19.8 4 19 4H5c-.8 0-1.56.32-2.12.88S2 6.2 2 7zm18-9h-5V9H9v2H4V7c0-.26.11-.5.29-.71C4.5 6.11 4.74 6 5 6h14c.27 0 .5.11.71.29.19.21.29.45.29.71zm-5 2h5v5H4v-5h5l2 2h2zm-4-2h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/treasure-chest.svg b/mkdocs-material/material/templates/.icons/material/treasure-chest.svg new file mode 100644 index 0000000..506e98f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/treasure-chest.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 4h14a3 3 0 0 1 3 3v4h-7v-1H9v1H2V7a3 3 0 0 1 3-3m6 7h2v2h-2zm-9 1h7v1l2 2h2l2-2v-1h7v8H2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tree-outline.svg b/mkdocs-material/material/templates/.icons/material/tree-outline.svg new file mode 100644 index 0000000..181ab27 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tree-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.5 3a4.48 4.48 0 0 0-4.13 6.27C5.5 10.12 5 11.28 5 12.5 5 15 7 17 9.5 17c.5 0 1-.11 1.5-.28V21h2v-5.23c.5.14 1 .23 1.5.23a5.5 5.5 0 0 0 5.5-5.5A5.5 5.5 0 0 0 14.5 5h-.26C13.41 3.76 12 3 10.5 3m0 2c1.32 0 2.41 1.03 2.5 2.35.46-.23 1-.35 1.5-.35a3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1-3.5 3.5c-.96 0-1.87-.39-2.54-1.09A2.49 2.49 0 0 1 9.5 15 2.5 2.5 0 0 1 7 12.5c0-1.38.8-1.96 2-2.71-.8-1.03-1-1.63-1-2.29A2.5 2.5 0 0 1 10.5 5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tree.svg b/mkdocs-material/material/templates/.icons/material/tree.svg new file mode 100644 index 0000000..e1db3ab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tree.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 21v-4.26c-.47.17-.97.26-1.5.26C7 17 5 15 5 12.5c0-1.27.5-2.41 1.36-3.23C6.13 8.73 6 8.13 6 7.5 6 5 8 3 10.5 3c1.56 0 2.94.8 3.75 2h.25a5.5 5.5 0 0 1 5.5 5.5 5.5 5.5 0 0 1-5.5 5.5q-.75 0-1.5-.21V21z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/trello.svg b/mkdocs-material/material/templates/.icons/material/trello.svg new file mode 100644 index 0000000..1ffe7c1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/trello.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.5 2h-15A2.5 2.5 0 0 0 2 4.5v15A2.5 2.5 0 0 0 4.5 22h15a2.5 2.5 0 0 0 2.5-2.5v-15A2.5 2.5 0 0 0 19.5 2m-8.8 15.2a1.2 1.2 0 0 1-1.2 1.2H5.8c-.66 0-1.2-.54-1.2-1.2V5.8a1.2 1.2 0 0 1 1.2-1.2h3.7c.66 0 1.2.54 1.2 1.2zm8.7-5c0 .66-.54 1.2-1.2 1.2h-3.7c-.66 0-1.2-.54-1.2-1.2V5.8c0-.66.54-1.2 1.2-1.2h3.7c.66 0 1.2.54 1.2 1.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/trending-down.svg b/mkdocs-material/material/templates/.icons/material/trending-down.svg new file mode 100644 index 0000000..effc261 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/trending-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16 18 2.29-2.29-4.88-4.88-4 4L2 7.41 3.41 6l6 6 4-4 6.3 6.29L22 12v6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/trending-neutral.svg b/mkdocs-material/material/templates/.icons/material/trending-neutral.svg new file mode 100644 index 0000000..cf0f162 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/trending-neutral.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22 12-4-4v3H3v2h15v3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/trending-up.svg b/mkdocs-material/material/templates/.icons/material/trending-up.svg new file mode 100644 index 0000000..ea90493 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/trending-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16 6 2.29 2.29-4.88 4.88-4-4L2 16.59 3.41 18l6-6 4 4 6.3-6.29L22 12V6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/triangle-down-outline.svg b/mkdocs-material/material/templates/.icons/material/triangle-down-outline.svg new file mode 100644 index 0000000..af649c5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/triangle-down-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 22 1 3h22M12 18l7.53-13H4.47"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/triangle-down.svg b/mkdocs-material/material/templates/.icons/material/triangle-down.svg new file mode 100644 index 0000000..b495fa1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/triangle-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 3h22L12 22"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/triangle-outline.svg b/mkdocs-material/material/templates/.icons/material/triangle-outline.svg new file mode 100644 index 0000000..51efe14 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/triangle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2 1 21h22M12 6l7.53 13H4.47"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/triangle-small-down.svg b/mkdocs-material/material/templates/.icons/material/triangle-small-down.svg new file mode 100644 index 0000000..432e2e1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/triangle-small-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 9h8l-4 7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/triangle-small-up.svg b/mkdocs-material/material/templates/.icons/material/triangle-small-up.svg new file mode 100644 index 0000000..506548f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/triangle-small-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 15h8l-4-7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/triangle-wave.svg b/mkdocs-material/material/templates/.icons/material/triangle-wave.svg new file mode 100644 index 0000000..9eb8cba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/triangle-wave.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22 12-5 10L7.1 6.04 4.24 12H2L7 2l9.9 15.96L19.76 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/triangle.svg b/mkdocs-material/material/templates/.icons/material/triangle.svg new file mode 100644 index 0000000..6de1d39 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/triangle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 21h22L12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/triforce.svg b/mkdocs-material/material/templates/.icons/material/triforce.svg new file mode 100644 index 0000000..6633a40 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/triforce.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.5 21 12 3.5 22.5 21zM12 21l5-9H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/trophy-award.svg b/mkdocs-material/material/templates/.icons/material/trophy-award.svg new file mode 100644 index 0000000..0125fcf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/trophy-award.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.2 10.7 1.4 5.3-4.6-3.8L7.4 16l1.4-5.2-4.2-3.5L10 7l2-5 2 5 5.4.3zM14 19h-1v-3l-1-1-1 1v3h-1c-1.1 0-2 .9-2 2v1h8v-1a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/trophy-broken.svg b/mkdocs-material/material/templates/.icons/material/trophy-broken.svg new file mode 100644 index 0000000..ae7f50a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/trophy-broken.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.2 13c.4 1.8 1.4 3.3 3.8 3.8v2.54C8 20.12 8 22 8 22h5.2l-3-7 4-5-3.5-6H8c0-1-1.1-2-2-2H2v9c0 1 1 2 2 2zM6 11H4V4h2zm11.8 2H20c1 0 2-1 2-2V2h-4c-.9 0-2 1-2 2h-2.1l2.8 6-4.5 5 1 7H16s0-1.88-2-2.66v-2.49c2.39-.5 3.5-2.15 3.8-3.85m2.2-2h-2V4h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/trophy-outline.svg b/mkdocs-material/material/templates/.icons/material/trophy-outline.svg new file mode 100644 index 0000000..f6f3de0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/trophy-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 2c-.9 0-2 1-2 2H8c0-1-1.1-2-2-2H2v9c0 1 1 2 2 2h2.2c.4 2 1.7 3.7 4.8 4v2.08C8 19.54 8 22 8 22h8s0-2.46-3-2.92V17c3.1-.3 4.4-2 4.8-4H20c1 0 2-1 2-2V2zM6 11H4V4h2zm10 .5c0 1.93-.58 3.5-4 3.5-3.41 0-4-1.57-4-3.5V6h8zm4-.5h-2V4h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/trophy-variant-outline.svg b/mkdocs-material/material/templates/.icons/material/trophy-variant-outline.svg new file mode 100644 index 0000000..42b2b8a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/trophy-variant-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 4V2H7v2H2v7c0 1.1.9 2 2 2h3.1a5.01 5.01 0 0 0 3.9 3.9v2.18C8 19.54 8 22 8 22h8s0-2.46-3-2.92V16.9a5.01 5.01 0 0 0 3.9-3.9H20c1.1 0 2-.9 2-2V4zM4 11V6h3v5zm11 1c0 1.65-1.35 3-3 3s-3-1.35-3-3V4h6zm5-1h-3V6h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/trophy-variant.svg b/mkdocs-material/material/templates/.icons/material/trophy-variant.svg new file mode 100644 index 0000000..ceb15da --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/trophy-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 4V2H7v2H2v7c0 1.1.9 2 2 2h3.1a5.01 5.01 0 0 0 3.9 3.9v2.18C8 19.54 8 22 8 22h8s0-2.46-3-2.92V16.9a5.01 5.01 0 0 0 3.9-3.9H20c1.1 0 2-.9 2-2V4zM4 11V6h3v5zm16 0h-3V6h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/trophy.svg b/mkdocs-material/material/templates/.icons/material/trophy.svg new file mode 100644 index 0000000..ddf2f3d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/trophy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 2c-.9 0-2 1-2 2H8c0-1-1.1-2-2-2H2v9c0 1 1 2 2 2h2.2c.4 2 1.7 3.7 4.8 4v2.08C8 19.54 8 22 8 22h8s0-2.46-3-2.92V17c3.1-.3 4.4-2 4.8-4H20c1 0 2-1 2-2V2zM6 11H4V4h2zm14 0h-2V4h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/truck-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/truck-alert-outline.svg new file mode 100644 index 0000000..d483043 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/truck-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 12h2v2H8zm0-5h2v4H8zm10 11.5c.8 0 1.5-.7 1.5-1.5s-.7-1.5-1.5-1.5-1.5.7-1.5 1.5.7 1.5 1.5 1.5m1.5-9H17V12h4.5zM6 18.5c.8 0 1.5-.7 1.5-1.5s-.7-1.5-1.5-1.5-1.5.7-1.5 1.5.7 1.5 1.5 1.5M20 8l3 4v5h-2c0 1.7-1.3 3-3 3s-3-1.3-3-3H9c0 1.7-1.3 3-3 3s-3-1.3-3-3H1V6c0-1.1.9-2 2-2h14v4zM3 6v9h.8c.5-.6 1.4-1 2.2-1s1.7.4 2.2 1H15V6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/truck-alert.svg b/mkdocs-material/material/templates/.icons/material/truck-alert.svg new file mode 100644 index 0000000..6ff1044 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/truck-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 4c-1.1 0-2 .9-2 2v11h2c0 1.7 1.3 3 3 3s3-1.3 3-3h6c0 1.7 1.3 3 3 3s3-1.3 3-3h2v-5l-3-4h-3V4zm5 2h2v4H8zm9 3.5h2.5l2 2.5H17zM8 12h2v2H8zm-2 3.5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5.7-1.5 1.5-1.5m12 0c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5.7-1.5 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/truck-cargo-container.svg b/mkdocs-material/material/templates/.icons/material/truck-cargo-container.svg new file mode 100644 index 0000000..fde918d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/truck-cargo-container.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 8h-3V4H1v13h2c0 1.66 1.34 3 3 3s3-1.34 3-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3h2v-5zM6 18.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5M15 7h-2v7h-2V7H9v7H7V7H5v7H3V6h12zm3 11.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5M17 12V9.5h2.5l1.96 2.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/truck-check-outline.svg b/mkdocs-material/material/templates/.icons/material/truck-check-outline.svg new file mode 100644 index 0000000..fe14543 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/truck-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 18.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5m1.5-9H17V12h4.46zM6 18.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5M20 8l3 4v5h-2c0 1.66-1.34 3-3 3s-3-1.34-3-3H9c0 1.66-1.34 3-3 3s-3-1.34-3-3H1V6c0-1.11.89-2 2-2h14v4zM3 6v9h.76c.55-.61 1.35-1 2.24-1s1.69.39 2.24 1H15V6zm2 4.5L6.5 9 8 10.5 11.5 7 13 8.5l-5 5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/truck-check.svg b/mkdocs-material/material/templates/.icons/material/truck-check.svg new file mode 100644 index 0000000..287d1c2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/truck-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 4h14v4h3l3 4v5h-2a3 3 0 0 1-3 3 3 3 0 0 1-3-3H9a3 3 0 0 1-3 3 3 3 0 0 1-3-3H1V6a2 2 0 0 1 2-2m14 5.5V12h4.47L19.5 9.5zm-11 6A1.5 1.5 0 0 0 4.5 17 1.5 1.5 0 0 0 6 18.5 1.5 1.5 0 0 0 7.5 17 1.5 1.5 0 0 0 6 15.5m12 0a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5M8 14l6-6-1.41-1.42L8 11.17 5.91 9.08 4.5 10.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/truck-delivery-outline.svg b/mkdocs-material/material/templates/.icons/material/truck-delivery-outline.svg new file mode 100644 index 0000000..8627175 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/truck-delivery-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 18.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5m1.5-9H17V12h4.46zM6 18.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5M20 8l3 4v5h-2c0 1.66-1.34 3-3 3s-3-1.34-3-3H9c0 1.66-1.34 3-3 3s-3-1.34-3-3H1V6c0-1.11.89-2 2-2h14v4zM3 6v9h.76c.55-.61 1.35-1 2.24-1s1.69.39 2.24 1H15V6zm7 1 3.5 3.5L10 14v-2.5H5v-2h5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/truck-delivery.svg b/mkdocs-material/material/templates/.icons/material/truck-delivery.svg new file mode 100644 index 0000000..11cdaaa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/truck-delivery.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 4a2 2 0 0 0-2 2v11h2a3 3 0 0 0 3 3 3 3 0 0 0 3-3h6a3 3 0 0 0 3 3 3 3 0 0 0 3-3h2v-5l-3-4h-3V4m-7 2 4 4-4 4v-3H4V9h6m7 .5h2.5l1.97 2.5H17M6 15.5A1.5 1.5 0 0 1 7.5 17 1.5 1.5 0 0 1 6 18.5 1.5 1.5 0 0 1 4.5 17 1.5 1.5 0 0 1 6 15.5m12 0a1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5 1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/truck-fast-outline.svg b/mkdocs-material/material/templates/.icons/material/truck-fast-outline.svg new file mode 100644 index 0000000..db2fee0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/truck-fast-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.75 7.5h9.75l.75 1.5H1.5zm1 3h9.75l.75 1.5H2.5zm16.25 8c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5m1.5-9H17V12h4.46zM8 18.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5M20 8l3 4v5h-2c0 1.66-1.34 3-3 3s-3-1.34-3-3h-4c0 1.66-1.35 3-3 3-1.66 0-3-1.34-3-3H3v-3.5h2V15h.76c.55-.61 1.35-1 2.24-1s1.69.39 2.24 1H15V6H3c0-1.11.89-2 2-2h12v4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/truck-fast.svg b/mkdocs-material/material/templates/.icons/material/truck-fast.svg new file mode 100644 index 0000000..0e99fd4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/truck-fast.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 13.5 2.25 12H7.5l-.6-1.5H2L1.25 9h7.8l-.6-1.5H1.11L.25 6H4a2 2 0 0 1 2-2h12v4h3l3 4v5h-2a3 3 0 0 1-3 3 3 3 0 0 1-3-3h-4a3 3 0 0 1-3 3 3 3 0 0 1-3-3H4v-3.5zm16 5a1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5 1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1.5 1.5m1.5-9H18V12h4.46zM9 18.5a1.5 1.5 0 0 0 1.5-1.5A1.5 1.5 0 0 0 9 15.5 1.5 1.5 0 0 0 7.5 17 1.5 1.5 0 0 0 9 18.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/truck-flatbed.svg b/mkdocs-material/material/templates/.icons/material/truck-flatbed.svg new file mode 100644 index 0000000..ff540f4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/truck-flatbed.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 4h-5v9H1v4h2c0 .83.3 1.53.89 2.13.61.59 1.3.87 2.11.87s1.5-.28 2.11-.87c.59-.6.89-1.3.89-2.13h5.5c0 .83.28 1.53.88 2.13.59.59 1.29.87 2.12.87.8 0 1.5-.28 2.09-.87.6-.6.91-1.3.91-2.13H23v-7zM7.08 18.07c-.28.3-.64.43-1.08.43s-.8-.13-1.08-.43-.42-.65-.42-1.07c0-.39.14-.74.42-1.04s.64-.46 1.08-.46.8.16 1.08.46.42.65.42 1.04c0 .42-.14.77-.42 1.07m11.46 0c-.3.3-.65.43-1.04.43-.42 0-.77-.13-1.07-.43S16 17.42 16 17c0-.39.13-.74.43-1.04s.65-.46 1.07-.46c.39 0 .74.16 1.04.46s.46.65.46 1.04c0 .42-.16.77-.46 1.07M15 10V6h2.06l3.33 4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/truck-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/truck-minus-outline.svg new file mode 100644 index 0000000..71a14b4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/truck-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 8h-3V4H3c-1.1 0-2 .9-2 2v11h2c0 1.7 1.3 3 3 3s3-1.3 3-3h6c0 1.7 1.3 3 3 3s3-1.3 3-3h2v-5zM6 18.5c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5m9-3.5H8.2c-.5-.6-1.3-1-2.2-1s-1.7.4-2.2 1H3V6h12zm3 3.5c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5M17 12V9.5h2.5l2 2.5zM6 11V9h6v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/truck-minus.svg b/mkdocs-material/material/templates/.icons/material/truck-minus.svg new file mode 100644 index 0000000..bace617 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/truck-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 8h-3V4H3c-1.11 0-2 .89-2 2v11h2c0 1.66 1.34 3 3 3s3-1.34 3-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3h2v-5zM6 18.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5m7-7.5H5V9h8zm5 7.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5M17 12V9.5h2.5l1.96 2.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/truck-off-road-off.svg b/mkdocs-material/material/templates/.icons/material/truck-off-road-off.svg new file mode 100644 index 0000000..2599e71 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/truck-off-road-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.39 1.73 1.11 3l5.85 5.85-6.227 1.1.867 4.92 1.97-.34c.14.78.58 1.47 1.24 1.93.65.46 1.45.64 2.24.5.78-.14 1.48-.58 1.95-1.23.44-.66.62-1.46.5-2.23l1.78-.33 3.09 3.09c-.31.07-.61.15-.91.24l-1.38.47C10.04 17.65 7.9 18 5.75 18h-.09c-1.06 0-2.08.42-2.83 1.17L2 20v2h18.11l.73.73.73-.73H22v-.43l.11-.11-.11-.11zm5 11.05c.32.22.54.57.61.96.07.4 0 .8-.25 1.12-.22.33-.57.55-.96.64-.4.05-.79-.04-1.12-.27a1.48 1.48 0 0 1-.62-.97c-.05-.39.02-.79.25-1.12a1.505 1.505 0 0 1 2.09-.36M22 18.5 19.5 16H22zm-3.6-3.58c.16 0 .31-.02.46-.04.79-.14 1.48-.59 1.94-1.24.46-.64.64-1.46.5-2.24l1.97-.35-.52-2.95c-.2-1.1-1.25-1.82-2.32-1.6l-1.97.32-3.65-3.42-5.42.96.34 1.88zm-7.27-9.34 3.45-.61 2.36 2.12-5.37.95zm6.95 4.86c.39-.07.8.02 1.12.25.33.23.55.58.62.97s-.02.8-.25 1.12c-.23.33-.57.55-.97.62-.39.07-.79-.02-1.1-.25-.34-.23-.57-.58-.63-.97-.07-.39.02-.79.24-1.12.23-.33.58-.56.97-.62"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/truck-off-road.svg b/mkdocs-material/material/templates/.icons/material/truck-off-road.svg new file mode 100644 index 0000000..d82ee65 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/truck-off-road.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.81 3.4-5.42.96.7 3.94L.733 9.95l.867 4.92 1.97-.34c.14.78.58 1.47 1.24 1.93.65.46 1.45.64 2.24.5.78-.14 1.48-.58 1.95-1.23.44-.66.62-1.46.5-2.23l5.89-1.06c.14.79.58 1.48 1.23 1.94.65.45 1.46.62 2.24.5.79-.14 1.48-.59 1.94-1.24.46-.64.64-1.46.5-2.24l1.97-.35-.52-2.95c-.2-1.1-1.25-1.82-2.32-1.6l-1.97.32zm-3.68 2.18 3.45-.61 2.36 2.12-5.37.95zm-4.86 6.95A1.49 1.49 0 0 1 8 13.74c.07.4 0 .8-.25 1.12-.22.33-.57.55-.96.64-.4.05-.79-.04-1.12-.27a1.48 1.48 0 0 1-.62-.97c-.05-.39.02-.79.25-1.12.23-.32.57-.54.97-.61m11.81-2.09c.39-.07.8.02 1.12.25.33.23.55.58.62.97s-.02.8-.25 1.12c-.23.33-.57.55-.97.62-.39.07-.79-.02-1.1-.25-.34-.23-.57-.58-.63-.97-.07-.39.02-.79.24-1.12.23-.33.58-.56.97-.62M2.83 19.17 2 20v2h20v-6h-5.38c-1.07 0-2.12.17-3.16.5l-1.38.47C10.04 17.65 7.9 18 5.75 18h-.09c-1.06 0-2.08.42-2.83 1.17"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/truck-outline.svg b/mkdocs-material/material/templates/.icons/material/truck-outline.svg new file mode 100644 index 0000000..8c99676 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/truck-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 18.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5m1.5-9H17V12h4.46zM6 18.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5M20 8l3 4v5h-2c0 1.66-1.34 3-3 3s-3-1.34-3-3H9c0 1.66-1.34 3-3 3s-3-1.34-3-3H1V6c0-1.11.89-2 2-2h14v4zM3 6v9h.76c.55-.61 1.35-1 2.24-1s1.69.39 2.24 1H15V6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/truck-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/truck-plus-outline.svg new file mode 100644 index 0000000..254948c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/truck-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 8h-3V4H3c-1.1 0-2 .9-2 2v11h2c0 1.7 1.3 3 3 3s3-1.3 3-3h6c0 1.7 1.3 3 3 3s3-1.3 3-3h2v-5zM6 18.5c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5m9-3.5H8.2c-.5-.6-1.3-1-2.2-1s-1.7.4-2.2 1H3V6h12zm3 3.5c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5M17 12V9.5h2.5l2 2.5zm-9-1H6V9h2V7h2v2h2v2h-2v2H8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/truck-plus.svg b/mkdocs-material/material/templates/.icons/material/truck-plus.svg new file mode 100644 index 0000000..1f6b2bd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/truck-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 18.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5m1.5-9H17V12h4.46zM6 18.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5M20 8l3 4v5h-2c0 1.66-1.34 3-3 3s-3-1.34-3-3H9c0 1.66-1.34 3-3 3s-3-1.34-3-3H1V6c0-1.11.89-2 2-2h14v4zM8 6v3H5v2h3v3h2v-3h3V9h-3V6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/truck-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/truck-remove-outline.svg new file mode 100644 index 0000000..0cd7223 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/truck-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 8h-3V4H3c-1.11 0-2 .89-2 2v11h2c0 1.66 1.34 3 3 3s3-1.34 3-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3h2v-5zM6 18.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5m9-3.5H8.24c-.55-.61-1.35-1-2.24-1s-1.69.39-2.24 1H3V6h12zm3 3.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5M17 12V9.5h2.5l1.96 2.5zm-11.18-.23L7.59 10 5.82 8.23l1.41-1.41L9 8.59l1.77-1.77 1.41 1.41L10.41 10l1.77 1.77-1.41 1.41L9 11.41l-1.77 1.77z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/truck-remove.svg b/mkdocs-material/material/templates/.icons/material/truck-remove.svg new file mode 100644 index 0000000..af48add --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/truck-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 8h-3V4H3c-1.11 0-2 .89-2 2v11h2c0 1.66 1.34 3 3 3s3-1.34 3-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3h2v-5zM6 18.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5m6.54-6.38-1.42 1.42L9 11.41l-2.12 2.13-1.41-1.42L7.59 10 5.46 7.88l1.42-1.41L9 8.59l2.12-2.12 1.42 1.41L10.41 10zM18 18.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5M17 12V9.5h2.5l1.96 2.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/truck-snowflake.svg b/mkdocs-material/material/templates/.icons/material/truck-snowflake.svg new file mode 100644 index 0000000..8fd875c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/truck-snowflake.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 4H3c-1.1 0-2 .9-2 2v11h2c0 1.7 1.3 3 3 3s3-1.3 3-3h6c0 1.7 1.3 3 3 3s3-1.3 3-3h2v-5l-3-4h-3zm-6.8 1.3h.3c.5.1.8.6.7 1.1l-.5 2 2-.5c.5-.1 1 .2 1.1.7s-.2 1-.6 1.1l-2 .5 1.4 1.4c.4.3.4.9 0 1.3-.3.4-.9.4-1.3 0l-1.5-1.4-.5 2c-.1.5-.6.8-1.1.6a.8.8 0 0 1-.6-1.1l.5-2-2 .5c-.5.1-1-.2-1.1-.6-.1-.5.2-1 .6-1.1l2-.5-1.4-1.6c-.3-.3-.3-.9 0-1.3.3-.3.9-.3 1.3 0l1.4 1.4.5-2c.1-.2.4-.5.8-.5M17 9.5h2.5l2 2.5H17zm-11 6c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5.7-1.5 1.5-1.5m12 0c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5.7-1.5 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/truck-trailer.svg b/mkdocs-material/material/templates/.icons/material/truck-trailer.svg new file mode 100644 index 0000000..9bd9cae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/truck-trailer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 15v2H10a3 3 0 0 1-3 3 3 3 0 0 1-3-3H2V6a2 2 0 0 1 2-2h13a2 2 0 0 1 2 2v9zM7 16a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/truck.svg b/mkdocs-material/material/templates/.icons/material/truck.svg new file mode 100644 index 0000000..f038953 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/truck.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 18.5a1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5 1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5m1.5-9 1.96 2.5H17V9.5m-11 9A1.5 1.5 0 0 1 4.5 17 1.5 1.5 0 0 1 6 15.5 1.5 1.5 0 0 1 7.5 17 1.5 1.5 0 0 1 6 18.5M20 8h-3V4H3c-1.11 0-2 .89-2 2v11h2a3 3 0 0 0 3 3 3 3 0 0 0 3-3h6a3 3 0 0 0 3 3 3 3 0 0 0 3-3h2v-5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/trumpet.svg b/mkdocs-material/material/templates/.icons/material/trumpet.svg new file mode 100644 index 0000000..565f8c3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/trumpet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 6c-1 5-7 5-7 5H4c-1 0-2-1-2-1H1v4h1s1-1 2-1h.3c-.2.3-.3.6-.3 1v2c0 1.1.9 2 2 2h1v1h2v-1h1v1h2v-1h1v1h2v-1h1c1.1 0 2-.9 2-2v-2c0-.1 0-.3-.1-.4 1.7.6 3.5 1.8 4.1 4.4h1V6zM6 16.5c-.3 0-.5-.2-.5-.5v-2c0-.3.2-.5.5-.5h1v3zm3 0v-3h1v3zm3 0v-3h1v3zm4.5-.5c0 .3-.2.5-.5.5h-1v-3h1c.3 0 .5.2.5.5zM9 10H7V9h2zm3 0h-2V9h2zm3 0h-2V9h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tshirt-crew-outline.svg b/mkdocs-material/material/templates/.icons/material/tshirt-crew-outline.svg new file mode 100644 index 0000000..237d3ad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tshirt-crew-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 21H8a1 1 0 0 1-1-1v-7.93l-1.3 1.05c-.39.38-1.02.38-1.41 0l-2.83-2.83a.996.996 0 0 1 0-1.41L7.34 3H9c0 1.1 1.34 2 3 2s3-.9 3-2h1.66l5.88 5.88c.39.39.39 1.02 0 1.41l-2.83 2.83c-.39.38-1.02.38-1.41 0L17 12.07V20a1 1 0 0 1-1 1m4.42-11.42-4.31-4.3c-.31.35-.68.66-1.11.92-.84.5-1.87.8-3 .8-1.7 0-3.21-.68-4.11-1.72l-4.31 4.3L5 11l3-2h1v10h6V9h1l3 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tshirt-crew.svg b/mkdocs-material/material/templates/.icons/material/tshirt-crew.svg new file mode 100644 index 0000000..051630e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tshirt-crew.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 21H8a1 1 0 0 1-1-1v-7.93l-1.3 1a.996.996 0 0 1-1.41 0l-2.83-2.78a.996.996 0 0 1 0-1.41L7.34 3H9c0 1.1 1.34 2 3 2s3-.9 3-2h1.66l5.88 5.88c.39.39.39 1.02 0 1.41l-2.83 2.83c-.39.38-1.02.38-1.41 0l-1.3-1V20a1 1 0 0 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tshirt-v-outline.svg b/mkdocs-material/material/templates/.icons/material/tshirt-v-outline.svg new file mode 100644 index 0000000..5fde584 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tshirt-v-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 21H8a1 1 0 0 1-1-1v-7.93l-1.3 1.05c-.39.38-1.02.38-1.41 0l-2.83-2.83a.996.996 0 0 1 0-1.41L7.34 3H9c0 1.1 1 3 3 4.25C14 6 15 4.1 15 3h1.66l5.88 5.88c.39.39.39 1.02 0 1.41l-2.83 2.83c-.39.38-1.02.38-1.41 0L17 12.07V20a1 1 0 0 1-1 1m4.42-11.42-4.31-4.3C15 7 14 8.25 12 9.25c-2-1-3-2.25-4.11-3.97l-4.31 4.3L5 11l3-2h1v10h6V9h1l3 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tshirt-v.svg b/mkdocs-material/material/templates/.icons/material/tshirt-v.svg new file mode 100644 index 0000000..5ea670d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tshirt-v.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 21H8a1 1 0 0 1-1-1v-7.93l-1.3 1a.996.996 0 0 1-1.41 0l-2.83-2.78a.996.996 0 0 1 0-1.41L7.34 3H9c.29 1.8 1.4 3.37 3 4.25 1.6-.88 2.71-2.45 3-4.25h1.66l5.88 5.88c.39.39.39 1.02 0 1.41l-2.83 2.83c-.39.38-1.02.38-1.41 0l-1.3-1V20a1 1 0 0 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tsunami.svg b/mkdocs-material/material/templates/.icons/material/tsunami.svg new file mode 100644 index 0000000..02a3138 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tsunami.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.67 17.63c-3.8 2.8-6.12.4-6.67 0-.66.49-2.92 2.76-6.67 0C3.43 19.03 2.65 19 2 19v2c1.16 0 2.3-.32 3.33-.93a6.54 6.54 0 0 0 6.67 0 6.54 6.54 0 0 0 6.67 0c1.03.61 2.17.93 3.33.93v-2c-.66 0-1.5 0-3.33-1.37m.66-5.63H22v-2h-2.67C17.5 10 16 8.5 16 6.67c0-1.02.38-1.74 1.09-3.34-1.37-.21-2-.33-3.09-.33C7.36 3 2.15 8.03 2 14.5v2c1.16 0 2.3-.32 3.33-.93a6.54 6.54 0 0 0 6.67 0 6.54 6.54 0 0 0 6.67 0c1.03.61 2.17.93 3.33.93v-2c-.66 0-1.5 0-3.33-1.37-3.8 2.8-6.12.4-6.67 0-.9.67-.54.41-.91.63-.7-.94-1.09-2.06-1.09-3.26 0-2.58 1.77-4.74 4.21-5.33-.13.51-.21 1.02-.21 1.5C14 9.61 16.39 12 19.33 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tumble-dryer-alert.svg b/mkdocs-material/material/templates/.icons/material/tumble-dryer-alert.svg new file mode 100644 index 0000000..0a493e4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tumble-dryer-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2h12a2 2 0 0 1 2 2v16c0 1.11-.89 2-2 2H4a2 2 0 0 1-2-2V4c0-1.1.9-2 2-2m1 2c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1m3 0c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1m2 4c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6m-3.89 2.5H8c-.24 1.38 0 2.17.58 2.79 1.1 1.07 1.58 2.42 1.31 4.21H8c.24-1.38 0-2.17-.58-2.79-1.1-1.07-1.57-2.42-1.31-4.21m4 0H12c-.24 1.38 0 2.17.58 2.79 1.1 1.07 1.58 2.42 1.31 4.21H12c.24-1.38 0-2.17-.58-2.79-1.1-1.07-1.57-2.42-1.31-4.21M20 15h2v2h-2zm0-8h2v6h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tumble-dryer-off.svg b/mkdocs-material/material/templates/.icons/material/tumble-dryer-off.svg new file mode 100644 index 0000000..b9d2dd2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tumble-dryer-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.11 21.46 2.39 1.73 1.11 3 4 5.89V20c0 1.11.89 2 2 2h12c.58 0 1.1-.25 1.46-.65l1.38 1.38zM12 20c-3.31 0-6-2.69-6-6 0-1.68.7-3.2 1.82-4.29l.79.79h-.5c-.26 1.79.21 3.14 1.31 4.21.58.62.82 1.41.58 2.79h1.89c.27-1.79-.21-3.14-1.31-4.21-.36-.38-.58-.85-.63-1.45l4.08 4.08c.08.43.08.94-.03 1.58h1.61l.68.68A5.96 5.96 0 0 1 12 20m-.75-11.95C11.5 8 11.75 8 12 8c3.31 0 6 2.69 6 6 0 .25 0 .5-.05.75L20 16.8V4a2 2 0 0 0-2-2H6c-.24 0-.46.05-.67.13zM10 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tumble-dryer.svg b/mkdocs-material/material/templates/.icons/material/tumble-dryer.svg new file mode 100644 index 0000000..096b42e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tumble-dryer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 2h12a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m1 2a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1m3 0a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1m2 4a6 6 0 0 0-6 6 6 6 0 0 0 6 6 6 6 0 0 0 6-6 6 6 0 0 0-6-6m-3.89 2.5H10c-.24 1.38 0 2.17.58 2.79 1.1 1.07 1.58 2.42 1.31 4.21H10c.24-1.38 0-2.17-.58-2.79-1.1-1.07-1.57-2.42-1.31-4.21m4 0H14c-.24 1.38 0 2.17.58 2.79 1.1 1.07 1.58 2.42 1.31 4.21H14c.24-1.38 0-2.17-.58-2.79-1.1-1.07-1.57-2.42-1.31-4.21"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tune-variant.svg b/mkdocs-material/material/templates/.icons/material/tune-variant.svg new file mode 100644 index 0000000..33e38a7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tune-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 13c-1.86 0-3.41 1.28-3.86 3H2v2h2.14c.45 1.72 2 3 3.86 3s3.41-1.28 3.86-3H22v-2H11.86c-.45-1.72-2-3-3.86-3m0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2M19.86 6c-.45-1.72-2-3-3.86-3s-3.41 1.28-3.86 3H2v2h10.14c.45 1.72 2 3 3.86 3s3.41-1.28 3.86-3H22V6zM16 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tune-vertical-variant.svg b/mkdocs-material/material/templates/.icons/material/tune-vertical-variant.svg new file mode 100644 index 0000000..c872c64 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tune-vertical-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 12.14V2H6v10.14c-1.72.45-3 2-3 3.86s1.28 3.41 3 3.86V22h2v-2.14c1.72-.45 3-2 3-3.86s-1.28-3.41-3-3.86M7 14c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2M18 2h-2v2.14c-1.72.45-3 2-3 3.86s1.28 3.41 3 3.86V22h2V11.86c1.72-.45 3-2 3-3.86s-1.28-3.41-3-3.86zm-1 4c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tune-vertical.svg b/mkdocs-material/material/templates/.icons/material/tune-vertical.svg new file mode 100644 index 0000000..20e5e5d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tune-vertical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 3H5v6h2zm12 0h-2v10h2zM3 13h2v8h2v-8h2v-2H3zm12-6h-2V3h-2v4H9v2h6zm-4 14h2V11h-2zm4-6v2h2v4h2v-4h2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tune.svg b/mkdocs-material/material/templates/.icons/material/tune.svg new file mode 100644 index 0000000..4eaab74 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tune.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 17v2h6v-2zM3 5v2h10V5zm10 16v-2h8v-2h-8v-2h-2v6zM7 9v2H3v2h4v2h2V9zm14 4v-2H11v2zm-6-4h2V7h4V5h-4V3h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tunnel-outline.svg b/mkdocs-material/material/templates/.icons/material/tunnel-outline.svg new file mode 100644 index 0000000..bf0a2e1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tunnel-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.5 2 2 6.5 2 12v10h20V12c0-5.5-4.5-10-10-10m3.47 5.11A5.95 5.95 0 0 0 13 6.09V4.07c1.46.18 2.79.76 3.9 1.62zm-6.94 0L7.1 5.69A7.94 7.94 0 0 1 11 4.07v2.02c-.91.15-1.75.51-2.47 1.02M5.69 7.1l1.42 1.43A5.95 5.95 0 0 0 6.09 11H4.07c.18-1.46.76-2.79 1.62-3.9M6 13v2.5H4V13zm-2 7v-2.5h2V20zm12 0H8v-8c0-2.21 1.79-4 4-4s4 1.79 4 4zm.89-11.47 1.42-1.43a7.94 7.94 0 0 1 1.62 3.9h-2.02a5.95 5.95 0 0 0-1.02-2.47M18 13h2v2.5h-2zm0 7v-2.5h2V20z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/tunnel.svg b/mkdocs-material/material/templates/.icons/material/tunnel.svg new file mode 100644 index 0000000..32dc5a9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/tunnel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.5 2 2 6.5 2 12v10h20V12c0-5.5-4.5-10-10-10M7.1 5.69A7.94 7.94 0 0 1 11 4.07v2.02c-.91.15-1.75.51-2.47 1.02zm8.37 1.42A5.95 5.95 0 0 0 13 6.09V4.07c1.46.18 2.79.76 3.9 1.62zM5.69 7.1l1.42 1.43A5.95 5.95 0 0 0 6.09 11H4.07c.18-1.46.76-2.79 1.62-3.9M6 13v2.5H4V13zm-2 7v-2.5h2V20zM16.89 8.53l1.42-1.43a7.94 7.94 0 0 1 1.62 3.9h-2.02a5.95 5.95 0 0 0-1.02-2.47M18 13h2v2.5h-2zm0 7v-2.5h2V20z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/turbine.svg b/mkdocs-material/material/templates/.icons/material/turbine.svg new file mode 100644 index 0000000..290e437 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/turbine.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 12c0 5.5 4.5 10 10 10s10-4.5 10-10S17.5 2 12 2 2 6.5 2 12m18 0c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8m-7.5-5-.3 1.3-.9-3.3c-1 .3-1.6 1.3-1.4 2.4l.3 1.3-2.3-2.4c-.7.7-.7 2 0 2.7l1 1-3.3-.9c-.3 1 .3 2.1 1.4 2.4l1.3.3-3.3.9c.3 1 1.3 1.6 2.4 1.4l1.3-.3-2.4 2.4c.8.7 2 .7 2.7 0l.9-.9-.9 3.3c1 .3 2.1-.3 2.4-1.4l.3-1.3.9 3.3c1-.3 1.6-1.3 1.4-2.4l-.3-1.3 2.4 2.4c.7-.8.7-2 0-2.7l-1-1.2 3.3.9c.3-1-.3-2.1-1.4-2.4l-1.3-.3 3.3-.9c-.3-1-1.3-1.6-2.4-1.4l-1.3.3 2.4-2.4c-.8-.7-2-.7-2.7 0l-.9 1 .9-3.3c-1.1-.2-2.2.4-2.5 1.5m1 5c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5.7-1.5 1.5-1.5 1.5.7 1.5 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/turkey.svg b/mkdocs-material/material/templates/.icons/material/turkey.svg new file mode 100644 index 0000000..da35600 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/turkey.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.5 19.44c-.75.36-1.6.56-2.5.56-3.31 0-6-2.69-6-6V9c0-3.31 2.69-6 6-6l2.5 4.58c-2.4 1.23-4 3.42-4 5.92s1.61 4.7 4 5.94m5.5-.5V20h1c.55 0 1 .45 1 1s-.45 1-1 1h-3c-.55 0-1-.45-1-1s.45-1 1-1v-1.06c-3.39-.38-6-2.67-6-5.44C8 10.46 11.13 8 15 8h.56C14.84 6.63 14 5.23 14 4c0-1.1.9-2 2-2 2.21 0 4 1.79 4 4h-2s4 3 4 7.5c0 2.77-2.61 5.06-6 5.44M16 4c0 .55.45 1 1 1s1-.45 1-1-.45-1-1-1-1 .45-1 1m1 8a2 2 0 0 0-2-2c-2.21 0-4 1.79-4 4h4c1.11 0 2-.89 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/turnstile-outline.svg b/mkdocs-material/material/templates/.icons/material/turnstile-outline.svg new file mode 100644 index 0000000..5125d25 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/turnstile-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.41 10.41c-.37.38-.88.59-1.41.59a2 2 0 0 1-2-2c0-.53.21-1.04.59-1.41L9.17 6.17C8.42 6.92 8 7.94 8 9H2v2h6.55c.35.6.85 1.1 1.45 1.45V19h2v-6c1.06 0 2.08-.42 2.83-1.17zM10 2v3l6 6v11h6V2zm10 18h-2v-9.83l-6-6V4h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/turnstile.svg b/mkdocs-material/material/templates/.icons/material/turnstile.svg new file mode 100644 index 0000000..5a11df3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/turnstile.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 22h-6V11l-6-6V2h12zM9.17 6.17C8.42 6.92 8 7.94 8 9H2v2h6.55c.35.6.85 1.1 1.45 1.45V19h2v-6c1.06 0 2.08-.42 2.83-1.17z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/turtle.svg b/mkdocs-material/material/templates/.icons/material/turtle.svg new file mode 100644 index 0000000..6022fc8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/turtle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.47 5.95c.48-.28 1-.51 1.53-.67V4c0-1.1.87-2 1.97-2.03C13.13 2 14 2.9 14 4v1.28c.53.17 1.05.39 1.53.67l-1.6 2.12h-3.86zM19 12c0 .5-.05.95-.14 1.4l-2.53-.78-1.19-3.66 1.6-2.11q.645.6 1.14 1.35c.79-.07 1.55.05 2.23.39 1.03.53 1.73 1.54 1.89 2.69l-3 .36zM5 12v-.35l-3-.37c.16-1.15.86-2.16 1.89-2.69a3.54 3.54 0 0 1 2.19-.33c.33-.51.71-.98 1.16-1.39l1.62 2.08-1.19 3.67-2.53.78C5.05 12.95 5 12.5 5 12m5.24-2.43h3.52l1.09 3.36L12 15l-2.85-2.07zm-2.11 4.48 3.12 2.26v2.65c-.57-.06-1.12-.19-1.63-.38l-1.23 2.76a3.49 3.49 0 0 1-2.02-2.58c-.14-.76-.02-1.52.32-2.2-.45-.52-.82-1.1-1.1-1.74zm7.74 0 2.54.77c-.28.64-.65 1.22-1.1 1.74.34.68.46 1.44.33 2.2a3.52 3.52 0 0 1-2.03 2.58l-1.22-2.76c-.53.19-1.06.36-1.64.42v-2.69z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/twitch.svg b/mkdocs-material/material/templates/.icons/material/twitch.svg new file mode 100644 index 0000000..3bbac26 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/twitch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.64 5.93h1.43v4.28h-1.43m3.93-4.28H17v4.28h-1.43M7 2 3.43 5.57v12.86h4.28V22l3.58-3.57h2.85L20.57 12V2m-1.43 9.29-2.85 2.85h-2.86l-2.5 2.5v-2.5H7.71V3.43h11.43Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/twitter.svg b/mkdocs-material/material/templates/.icons/material/twitter.svg new file mode 100644 index 0000000..eb6abd7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/twitter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.46 6c-.77.35-1.6.58-2.46.69.88-.53 1.56-1.37 1.88-2.38-.83.5-1.75.85-2.72 1.05C18.37 4.5 17.26 4 16 4c-2.35 0-4.27 1.92-4.27 4.29 0 .34.04.67.11.98C8.28 9.09 5.11 7.38 3 4.79c-.37.63-.58 1.37-.58 2.15 0 1.49.75 2.81 1.91 3.56-.71 0-1.37-.2-1.95-.5v.03c0 2.08 1.48 3.82 3.44 4.21a4.2 4.2 0 0 1-1.93.07 4.28 4.28 0 0 0 4 2.98 8.52 8.52 0 0 1-5.33 1.84q-.51 0-1.02-.06C3.44 20.29 5.7 21 8.12 21 16 21 20.33 14.46 20.33 8.79c0-.19 0-.37-.01-.56.84-.6 1.56-1.36 2.14-2.23"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/two-factor-authentication.svg b/mkdocs-material/material/templates/.icons/material/two-factor-authentication.svg new file mode 100644 index 0000000..240336a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/two-factor-authentication.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 7v2h4v2H4a2 2 0 0 0-2 2v4h6v-2H4v-2h2a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zm7 0v10h2v-4h3v-2h-3V9h4V7zm9 0a2 2 0 0 0-2 2v8h2v-3h2v3h2V9a2 2 0 0 0-2-2zm0 2h2v3h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/typewriter.svg b/mkdocs-material/material/templates/.icons/material/typewriter.svg new file mode 100644 index 0000000..97122ba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/typewriter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 13h-4c0 1.1-.9 2-2 2h-4c-1.1 0-2-.9-2-2H4l-2 5v2c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-2M6 20c-.89 0-1.34-1.08-.71-1.71S7 18.11 7 19c0 .55-.45 1-1 1m4 0c-.89 0-1.34-1.08-.71-1.71S11 18.11 11 19c0 .55-.45 1-1 1m4 0c-.89 0-1.34-1.08-.71-1.71S15 18.11 15 19c0 .55-.45 1-1 1m4 0c-.89 0-1.34-1.08-.71-1.71S19 18.11 19 19c0 .55-.45 1-1 1m0-10V3H6v7H3v2h18v-2M8 5h8v1H8m0 1h6v1H8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ubisoft.svg b/mkdocs-material/material/templates/.icons/material/ubisoft.svg new file mode 100644 index 0000000..87742d0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ubisoft.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.41 2c-6.2 0-8.88 5.53-8.88 5.53l.79.56S2.33 10 2.35 12.4c0 4.94 3.94 9.6 9.72 9.6 5.26 0 9.6-4.29 9.6-9.59C21.67 5.5 16.31 2 11.41 2m.06 1.69c4.84 0 8.6 3.91 8.6 8.45 0 4.81-3.62 8.16-7.84 8.16-3.1 0-5.9-2.36-5.9-5.6 0-1.88.99-3.2 2.11-3.88l.16.18c-.3.24-1.17 1.64-1.17 3 0 2.56 2 4.33 4.52 4.33 3.21 0 5.35-2.74 5.35-5.92 0-3.7-3.27-6.84-7.2-6.84-2.17 0-4.01.93-5.07 1.76l-.17-.15c1.39-2.14 3.79-3.49 6.61-3.49M10 7.23c2.53 0 4.97 1.66 5.59 4.02l-.23.08c-1.09-1.45-2.89-2.65-5.01-2.65-3.91 0-5.96 3.55-5.66 6.51l-.23.09s-.43-.95-.43-2.08c0-3.27 2.68-5.97 5.97-5.97m1.68 4.1c1.18 0 2.13.97 2.13 2.11 0 .94-.6 1.5-.6 1.5l.71.51s-.71 1.12-2.16 1.12c-1.39 0-2.63-1.13-2.63-2.64 0-1.55 1.34-2.6 2.55-2.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ubuntu.svg b/mkdocs-material/material/templates/.icons/material/ubuntu.svg new file mode 100644 index 0000000..f1f4bac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ubuntu.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 12a10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2a10 10 0 0 1 10 10m-7.66-4.26c.58.33 1.31.13 1.66-.44.31-.57.12-1.3-.46-1.64-.57-.33-1.31-.16-1.64.44-.33.57-.13 1.31.44 1.64m-2.46 7.76c-.53 0-1.03-.11-1.47-.32l-.84 1.5c.7.32 1.48.54 2.31.54.49 0 .95-.07 1.4-.19.08-.49.36-.93.82-1.19.46-.27.98-.29 1.44-.12.89-.87 1.46-2.06 1.55-3.39l-1.71-.02a3.506 3.506 0 0 1-3.5 3.19m0-7c1.84 0 3.34 1.39 3.5 3.19l1.71-.03a5.2 5.2 0 0 0-1.55-3.38c-.46.17-.99.14-1.44-.12-.46-.26-.74-.71-.82-1.19-.45-.12-.91-.19-1.4-.19-.83 0-1.61.19-2.31.54l.84 1.5c.44-.21.94-.32 1.47-.32M8.37 12c0-1.19.59-2.24 1.49-2.87L9 7.65a5.22 5.22 0 0 0-2.17 3.04c.38.31.62.78.62 1.31s-.24 1-.62 1.31A5.2 5.2 0 0 0 9 16.34l.86-1.47c-.9-.63-1.49-1.68-1.49-2.87m5.97 4.26c-.57.33-.77 1.06-.44 1.64.33.57 1.07.77 1.64.44.58-.34.77-1.07.46-1.64-.35-.58-1.08-.77-1.66-.44M5.76 10.8c-.66 0-1.2.54-1.2 1.2s.54 1.2 1.2 1.2c.67 0 1.2-.54 1.2-1.2s-.53-1.2-1.2-1.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ufo-outline.svg b/mkdocs-material/material/templates/.icons/material/ufo-outline.svg new file mode 100644 index 0000000..5fcd9df --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ufo-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 10.54C16.78 7.44 14.63 5 12 5s-4.78 2.44-5 5.54C4 11.23 2 12.5 2 14c0 2.21 4.5 4 10 4s10-1.79 10-4c0-1.5-2-2.77-5-3.46m-2.07 1.3c-1.9.21-3.96.21-5.86 0-.04-.28-.07-.56-.07-.84 0-2.2 1.35-4 3-4s3 1.8 3 4c0 .28 0 .56-.07.84"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ufo.svg b/mkdocs-material/material/templates/.icons/material/ufo.svg new file mode 100644 index 0000000..fc0a540 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ufo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.94 10.28C15.66 7.87 14 6 12 6s-3.66 1.87-3.94 4.28C4.5 10.82 2 12.06 2 13.5 2 15.43 6.5 17 12 17s10-1.57 10-3.5c0-1.44-2.5-2.68-6.06-3.22"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ultra-high-definition.svg b/mkdocs-material/material/templates/.icons/material/ultra-high-definition.svg new file mode 100644 index 0000000..d4f7de2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ultra-high-definition.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 7h2v4h2V7h2v10h-2v-4h-2v4H9zm8 0h3a3 3 0 0 1 3 3v4a3 3 0 0 1-3 3h-3zm3 8a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1h-1v6zM7 14a3 3 0 0 1-3 3 3 3 0 0 1-3-3V7h2v7a1 1 0 0 0 1 1 1 1 0 0 0 1-1V7h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/umbraco.svg b/mkdocs-material/material/templates/.icons/material/umbraco.svg new file mode 100644 index 0000000..e1b6a7a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/umbraco.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m8.6 8.6-1.43-.22c-.67 3.29-.71 5.86.44 7.12.99 1.11 4.28 1.11 4.28 1.11s3.4 0 4.39-1.11c1.15-1.26 1.1-3.83.44-7.12l-1.43.22s1.25 5.28-.6 6.09c-.88.38-2.8.38-2.8.38s-1.81 0-2.69-.38c-1.85-.81-.6-6.09-.6-6.09M12 3a9 9 0 0 1 9 9 9 9 0 0 1-9 9 9 9 0 0 1-9-9 9 9 0 0 1 9-9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/umbrella-beach-outline.svg b/mkdocs-material/material/templates/.icons/material/umbrella-beach-outline.svg new file mode 100644 index 0000000..a77b97b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/umbrella-beach-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 19.57 19.57 21l-6.44-6.44 1.43-1.43zM13.12 3C10.54 3 7.96 4 6 5.95l-.03.01a10.086 10.086 0 0 0 0 14.31l14.3-14.31A10.13 10.13 0 0 0 13.12 3M6.14 17.27a8.06 8.06 0 0 1-.68-6.82c.19 1.91.89 3.79 2.07 5.44zM9 14.43c-1.37-2.05-1.88-4.5-1.4-6.83.58-.1 1.16-.18 1.75-.18 1.8 0 3.55.55 5.08 1.58zm1.45-8.97a8.063 8.063 0 0 1 6.82.68l-1.39 1.39a11.25 11.25 0 0 0-5.43-2.07"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/umbrella-beach.svg b/mkdocs-material/material/templates/.icons/material/umbrella-beach.svg new file mode 100644 index 0000000..034c336 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/umbrella-beach.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m13.13 14.56 1.43-1.43L21 19.57 19.57 21zm4.29-5.73 2.86-2.86C16.33 2 9.93 2 6 5.95c3.91-1.3 8.29-.25 11.42 2.88M5.95 6C2 9.93 2 16.33 5.97 20.28l2.86-2.86C5.7 14.29 4.65 9.91 5.95 6m.02-.04-.01.01C5.58 9 7.13 12.85 10.26 16L16 10.26c-3.14-3.13-7-4.68-10.03-4.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/umbrella-closed-outline.svg b/mkdocs-material/material/templates/.icons/material/umbrella-closed-outline.svg new file mode 100644 index 0000000..fbff683 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/umbrella-closed-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c.4 0 .8.2.9.6L17.5 15H13v4c0 1.7-1.3 3-3 3s-3-1.3-3-3v-1h2v1c0 .6.4 1 1 1s1-.4 1-1v-4H6.5l4.6-12.4c.1-.4.5-.6.9-.6m0 3.9L9.4 13h5.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/umbrella-closed-variant.svg b/mkdocs-material/material/templates/.icons/material/umbrella-closed-variant.svg new file mode 100644 index 0000000..e45ef98 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/umbrella-closed-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15 7-2-1V3.5c0-.3.2-.5.5-.5s.5.2.5.5V4h2v-.5C16 2.1 14.9 1 13.5 1S11 2.1 11 3.5V6L9 7 6 6l5.1 15.3c.3.9 1.6.9 1.9 0C14.6 16.2 18 6 18 6zm-4 8L9 8.9l.7.2 1.3-1zm2-6.9 1.3 1 .7-.2-2 6.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/umbrella-closed.svg b/mkdocs-material/material/templates/.icons/material/umbrella-closed.svg new file mode 100644 index 0000000..1ee2a2a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/umbrella-closed.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2q-.6 0-.9.6L6.5 15H11v4c0 .6-.4 1-1 1s-1-.4-1-1v-1H7v1c0 1.7 1.3 3 3 3s3-1.3 3-3v-4h4.5L12.9 2.6Q12.6 2 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/umbrella-outline.svg b/mkdocs-material/material/templates/.icons/material/umbrella-outline.svg new file mode 100644 index 0000000..013c81b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/umbrella-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 4C8.9 4 6.18 6.03 5.3 9h13.4A7 7 0 0 0 12 4m0-2a9 9 0 0 1 9 9h-8v8a3 3 0 0 1-3 3 3 3 0 0 1-3-3v-1h2v1a1 1 0 0 0 1 1 1 1 0 0 0 1-1v-8H3a9 9 0 0 1 9-9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/umbrella.svg b/mkdocs-material/material/templates/.icons/material/umbrella.svg new file mode 100644 index 0000000..5f791c2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/umbrella.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a9 9 0 0 1 9 9h-8v8a3 3 0 0 1-3 3 3 3 0 0 1-3-3v-1h2v1a1 1 0 0 0 1 1 1 1 0 0 0 1-1v-8H3a9 9 0 0 1 9-9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/underwear-outline.svg b/mkdocs-material/material/templates/.icons/material/underwear-outline.svg new file mode 100644 index 0000000..c8a3a65 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/underwear-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 4c-.55 0-1 .45-1 1v5c0 5.5 4.5 10 10 10s10-4.5 10-10V5c0-.55-.45-1-1-1zm17 2v2H4V6zM4 10h16c0 .34 0 .67-.06 1A6.996 6.996 0 0 0 13 17.94c-.33.06-.66.06-1 .06s-.67 0-1-.06A6.996 6.996 0 0 0 4.06 11C4 10.67 4 10.34 4 10m11.04 7.4a4.99 4.99 0 0 1 4.37-4.36 8.18 8.18 0 0 1-4.38 4.37M4.6 13.04c2.28.27 4.1 2.08 4.37 4.37a8.12 8.12 0 0 1-4.37-4.38Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/undo-variant.svg b/mkdocs-material/material/templates/.icons/material/undo-variant.svg new file mode 100644 index 0000000..d8e2438 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/undo-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.5 7a6.5 6.5 0 0 1 6.5 6.5 6.5 6.5 0 0 1-6.5 6.5H10v-2h3.5c2.5 0 4.5-2 4.5-4.5S16 9 13.5 9H7.83l3.08 3.09L9.5 13.5 4 8l5.5-5.5 1.42 1.41L7.83 7zM6 18h2v2H6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/undo.svg b/mkdocs-material/material/templates/.icons/material/undo.svg new file mode 100644 index 0000000..cff8a68 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/undo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.5 8c-2.65 0-5.05 1-6.9 2.6L2 7v9h9l-3.62-3.62c1.39-1.16 3.16-1.88 5.12-1.88 3.54 0 6.55 2.31 7.6 5.5l2.37-.78C21.08 11.03 17.15 8 12.5 8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/unfold-less-horizontal.svg b/mkdocs-material/material/templates/.icons/material/unfold-less-horizontal.svg new file mode 100644 index 0000000..c7b46b7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/unfold-less-horizontal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.59 5.41 15.17 4 12 7.17 8.83 4 7.41 5.41 12 10m-4.59 8.59L8.83 20 12 16.83 15.17 20l1.41-1.41L12 14z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/unfold-less-vertical.svg b/mkdocs-material/material/templates/.icons/material/unfold-less-vertical.svg new file mode 100644 index 0000000..269b8be --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/unfold-less-vertical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.41 7.41 10 12l-4.59 4.59L4 15.17 7.17 12 4 8.83zm13.18 9.18L14 12l4.59-4.58L20 8.83 16.83 12 20 15.17z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/unfold-more-horizontal.svg b/mkdocs-material/material/templates/.icons/material/unfold-more-horizontal.svg new file mode 100644 index 0000000..42741b9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/unfold-more-horizontal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 18.17 8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15M12 5.83 15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/unfold-more-vertical.svg b/mkdocs-material/material/templates/.icons/material/unfold-more-vertical.svg new file mode 100644 index 0000000..165ded7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/unfold-more-vertical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.17 12 15 8.83l1.41-1.42L21 12l-4.59 4.58L15 15.17zM5.83 12 9 15.17l-1.41 1.42L3 12l4.59-4.58L9 8.83z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/ungroup.svg b/mkdocs-material/material/templates/.icons/material/ungroup.svg new file mode 100644 index 0000000..bd2796e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/ungroup.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 2h4v1h7V2h4v4h-1v3h2V8h4v4h-1v6h1v4h-4v-1h-6v1H8v-4h1v-2H6v1H2v-4h1V6H2zm16 10v-1h-2v2h1v4h-4v-1h-2v2h1v1h6v-1h1v-6zm-5-6V5H6v1H5v7h1v1h3v-2H8V8h4v1h2V6zm-1 6h-1v2h2v-1h1v-2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/unicode.svg b/mkdocs-material/material/templates/.icons/material/unicode.svg new file mode 100644 index 0000000..8c74377 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/unicode.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 6a1.46 1.46 0 0 1-1.46 1.44A1.46 1.46 0 0 1 19.09 6a1.46 1.46 0 0 1 1.45-1.5A1.46 1.46 0 0 1 22 6m-.44 2.86h-2.03c-.13-.01-.19.05-.19.14v3.59c0 .49 0 .91.01 1.27l.02.9c.01.24.02.45.02.63.01.17.01.33.01.47h-.02c-.12-.26-.31-.64-.56-1.12-.24-.47-.53-1.02-.85-1.63-.33-.61-.68-1.27-1.05-1.96-.37-.68-.74-1.37-1.11-2.04-.36-.68-.72-1.33-1.06-1.95q-.525-.93-.9-1.62c-.03-.04-.06-.1-.08-.12-.03-.02-.09-.03-.17-.03h-2.98c-.12 0-.15.05-.15.15h.03c-.03.02-.03.03-.03.04v8.26c0 .66-.07 1.16-.22 1.61-.15.43-.35.78-.61 1.05-.26.25-.57.43-.92.55-.36.11-.72.17-1.16.17-1.02 0-1.77-.31-2.26-.91-.5-.61-.74-1.42-.74-2.43V5.56c0-.11-.06-.17-.17-.17H2.17c-.11 0-.17.06-.17.19v8.49c0 .93.13 1.71.38 2.39.25.67.62 1.23 1.12 1.68.46.44 1.03.78 1.71 1s1.43.36 2.26.36c.77 0 1.5-.12 2.18-.33.69-.2 1.28-.53 1.77-.97.49-.45.88-1.02 1.17-1.7.29-.71.44-1.55.44-2.54V8.62c.11.24.25.53.41.85.29.58.61 1.21.98 1.91s.75 1.42 1.16 2.18c.42.76.81 1.5 1.19 2.2.39.7.73 1.35 1.06 1.94.32.59.57 1.06.75 1.42.05.1.15.15.27.15h2.69c.14 0 .21-.07.21-.19V9.05c0-.13-.07-.2-.19-.2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/unicorn-variant.svg b/mkdocs-material/material/templates/.icons/material/unicorn-variant.svg new file mode 100644 index 0000000..bdf2cdd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/unicorn-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 12v7l-3 1-3-4.67c-.29-.44-1-.19-.92.34L14 23 4 18l.96-5.25C5.56 9.42 8.46 7 11.84 7H13l6-6-2 6h3l-1.58 2.37C19.36 9.88 20 10.86 20 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/unicorn.svg b/mkdocs-material/material/templates/.icons/material/unicorn.svg new file mode 100644 index 0000000..bef4feb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/unicorn.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22 5-.89 1.34c.54.36.89.97.89 1.66v3.5l-1.5.5-1.54-2.46c-.13-.21-.46-.12-.46.13v3.58c0 .98-.39 1.86-1 2.53V22H15v-5h-.25c-.21 0-.42-.03-.62-.06l-4.68-.78-.88 1.96.97 3.88H6.96l-.92-3.7c-.07-.27-.04-.56.07-.8l.89-2a3.32 3.32 0 0 1-1.5-2.69c-.04.15-.06.37-.03.69.03.44.14 1.09.07 1.81-.04.72-.36 1.46-.78 1.95-.44.49-.91.83-1.41 1.09l-.7-.7c.19-.47.38-.89.42-1.28.06-.37-.01-.67-.12-.94l-.53-1.13c-.21-.51-.47-1.25-.42-2.12.03-.85.5-1.96 1.39-2.57.9-.61 1.87-.7 2.66-.53.5.1 1.01.34 1.45.68.37-.17.8-.26 1.25-.26h5.75V9c0-2.21 1.79-4 4-4L22 2l-1 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/unicycle.svg b/mkdocs-material/material/templates/.icons/material/unicycle.svg new file mode 100644 index 0000000..3499598 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/unicycle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 9.09V5h1c.55 0 1-.45 1-1s-.45-1-1-1h-4c-.55 0-1 .45-1 1s.45 1 1 1h1v4.09c-2.84.48-5 2.94-5 5.91 0 3.31 2.69 6 6 6s6-2.69 6-6c0-2.97-2.16-5.43-5-5.91M12 19c-2.21 0-4-1.79-4-4 0-1.86 1.28-3.41 3-3.86V16h2v-4.86c1.72.45 3 2 3 3.86 0 2.21-1.79 4-4 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/unity.svg b/mkdocs-material/material/templates/.icons/material/unity.svg new file mode 100644 index 0000000..0124420 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/unity.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.11 17H7.5l-4.91-5L7.5 7h2.61l1.31-2.26L18.21 3l1.87 6.74L18.77 12l1.31 2.26L18.21 21l-6.79-1.74zm.14-.25 5.13 1.38L12.42 13H6.5zm6.87.38L18.5 12l-1.38-5.13L14.15 12zm-6.87-9.88L6.5 11h5.92l2.96-5.13z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/unreal.svg b/mkdocs-material/material/templates/.icons/material/unreal.svg new file mode 100644 index 0000000..b5af1b1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/unreal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2 10 10 0 0 0 2 12m3.24 6.76A9.5 9.5 0 0 1 2.44 12c0-2.55.99-4.95 2.8-6.76A9.5 9.5 0 0 1 12 2.44c2.55 0 4.95.99 6.76 2.8a9.5 9.5 0 0 1 2.8 6.76c0 2.55-.99 4.95-2.8 6.76a9.5 9.5 0 0 1-6.76 2.8c-2.55 0-4.95-.99-6.76-2.8M6.35 9.5c-2.01 2.29-1.62 4.18-1.62 4.18s.55-1.3 1.88-2.68c.64-.63 1.11-.85 1.43-.85.36 0 .53.26.53.5v4.64c0 .46-.3.56-.57.55-.23 0-.45-.08-.45-.08C8.92 17.73 12.19 18 12.19 18l1.44-1.5h.04L15 17.63c2.39-1.42 3.55-4.05 3.55-4.05-1.05 1.12-1.76 1.39-2.16 1.38-.36 0-.51-.21-.51-.21-.01-.1-.06-5.85.01-5.85.42-.77 1.74-2.34 1.74-2.34-2.47.49-3.82 2.1-3.82 2.1-.4-.31-1.22-.26-1.22-.26.38.21.76.81.76 1.32v4.93s-.85.73-1.47.73c-.38 0-.61-.21-.74-.38-.09-.12-.14-.21-.14-.21v-6.1c-.07.06-.18.11-.29.11-.14-.01-.28-.07-.37-.27-.08-.15-.12-.38-.12-.7 0-1.13 1.28-1.87 1.28-1.87-1.63.43-3.14 1.26-5.15 3.54"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/update.svg b/mkdocs-material/material/templates/.icons/material/update.svg new file mode 100644 index 0000000..e8651bb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/update.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 10.12h-6.78l2.74-2.82c-2.73-2.7-7.15-2.8-9.88-.1a6.887 6.887 0 0 0 0 9.8c2.73 2.7 7.15 2.7 9.88 0 1.36-1.35 2.04-2.92 2.04-4.9h2c0 1.98-.88 4.55-2.64 6.29-3.51 3.48-9.21 3.48-12.72 0-3.5-3.47-3.53-9.11-.02-12.58a8.987 8.987 0 0 1 12.65 0L21 3zM12.5 8v4.25l3.5 2.08-.72 1.21L11 13V8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/upload-box-outline.svg b/mkdocs-material/material/templates/.icons/material/upload-box-outline.svg new file mode 100644 index 0000000..34cafa0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/upload-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 17v-2h8v2zm8-6-4-4-4 4h2.5v3h3v-3zM5 3h14a2 2 0 0 1 2 2v14c0 1.11-.89 2-2 2H5a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2m0 2v14h14V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/upload-box.svg b/mkdocs-material/material/templates/.icons/material/upload-box.svg new file mode 100644 index 0000000..0a65939 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/upload-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3h14a2 2 0 0 1 2 2v14c0 1.11-.89 2-2 2H5a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2m11 14v-2H8v2zm0-6-4-4-4 4h2.5v3h3v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/upload-circle-outline.svg b/mkdocs-material/material/templates/.icons/material/upload-circle-outline.svg new file mode 100644 index 0000000..0326fc3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/upload-circle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 17v-2h8v2zm8-7-4-4-4 4h2.5v4h3v-4zm-4-8c5.5 0 10 4.5 10 10s-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2m0 2c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/upload-circle.svg b/mkdocs-material/material/templates/.icons/material/upload-circle.svg new file mode 100644 index 0000000..df485d3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/upload-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c5.5 0 10 4.5 10 10s-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2m4 15v-2H8v2zm0-7-4-4-4 4h2.5v4h3v-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/upload-lock-outline.svg b/mkdocs-material/material/templates/.icons/material/upload-lock-outline.svg new file mode 100644 index 0000000..684b9df --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/upload-lock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 22h-5c-.5 0-1-.5-1-1v-4c0-.5.5-1 1-1v-1.5c0-1.4 1.1-2.5 2.5-2.5s2.5 1.1 2.5 2.5V16c.5 0 1 .5 1 1v4c0 .5-.5 1-1 1M5 18h9v2H5zm16-2v-1.5c0-.8-.7-1.5-1.5-1.5s-1.5.7-1.5 1.5V16zM9 16v-6H5l7-7 7 7h-4v6zm.83-8H11v6h2V8h1.17L12 5.83z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/upload-lock.svg b/mkdocs-material/material/templates/.icons/material/upload-lock.svg new file mode 100644 index 0000000..0bfe096 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/upload-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 22h-5c-.5 0-1-.5-1-1v-4c0-.5.5-1 1-1v-1.5c0-1.4 1.1-2.5 2.5-2.5s2.5 1.1 2.5 2.5V16c.5 0 1 .5 1 1v4c0 .5-.5 1-1 1m-8-2H5v-2h9zm7-4v-1.5c0-.8-.7-1.5-1.5-1.5s-1.5.7-1.5 1.5V16zm-6 0H9v-6H5l7-7 7 7h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/upload-multiple-outline.svg b/mkdocs-material/material/templates/.icons/material/upload-multiple-outline.svg new file mode 100644 index 0000000..4e3e9a8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/upload-multiple-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 8h-4v6H9V8H5l7-7zm-4.83-2L12 3.83 9.83 6H11v6h2V6zM5 16v2h14v-2zm14 4v2H5v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/upload-multiple.svg b/mkdocs-material/material/templates/.icons/material/upload-multiple.svg new file mode 100644 index 0000000..db0f36f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/upload-multiple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 14V8H5l7-7 7 7h-4v6zm-4 4v-2h14v2zm14 2H5v2h14z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/upload-network-outline.svg b/mkdocs-material/material/templates/.icons/material/upload-network-outline.svg new file mode 100644 index 0000000..f951c09 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/upload-network-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 20a1 1 0 0 0-1-1h-1v-2h4a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h4v2h-1a1 1 0 0 0-1 1H2v2h7a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1h7v-2zm-8-5V5h10v10zm5-9-4 4h3v4h2v-4h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/upload-network.svg b/mkdocs-material/material/templates/.icons/material/upload-network.svg new file mode 100644 index 0000000..e0d98f4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/upload-network.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 3a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-4v2h1a1 1 0 0 1 1 1h7v2h-7a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1H2v-2h7a1 1 0 0 1 1-1h1v-2H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm-5 2.5L7.5 10H11v4h2v-4h3.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/upload-off-outline.svg b/mkdocs-material/material/templates/.icons/material/upload-off-outline.svg new file mode 100644 index 0000000..0bfd637 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/upload-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.11 21.46 2.39 1.73 1.11 3l5.45 5.45L5 10h3.11l.89.89V16h5.11l2 2H5v2h13.11l2.73 2.73zM11 14v-1.11L12.11 14zm1-8.2L14.2 8H13v1.8l2 2V10h4l-7-7-2.9 2.9 1.4 1.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/upload-off.svg b/mkdocs-material/material/templates/.icons/material/upload-off.svg new file mode 100644 index 0000000..c206ee5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/upload-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.11 21.46 2.39 1.73 1.11 3l5.45 5.45L5 10h3.11l.89.89V16h5.11l2 2H5v2h13.11l2.73 2.73zM15 10h4l-7-7-2.9 2.9 5.9 5.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/upload-outline.svg b/mkdocs-material/material/templates/.icons/material/upload-outline.svg new file mode 100644 index 0000000..8856786 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/upload-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 10v6h6v-6h4l-7-7-7 7zm3-4.2L14.2 8H13v6h-2V8H9.8zM19 18H5v2h14z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/upload.svg b/mkdocs-material/material/templates/.icons/material/upload.svg new file mode 100644 index 0000000..eb4ae1b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/upload.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 16v-6H5l7-7 7 7h-4v6zm-4 4v-2h14v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/usb-c-port.svg b/mkdocs-material/material/templates/.icons/material/usb-c-port.svg new file mode 100644 index 0000000..1c7461e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/usb-c-port.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 12h12c.55 0 1 .45 1 1s-.45 1-1 1H6c-.55 0-1-.45-1-1s.45-1 1-1m0-2c-1.66 0-3 1.34-3 3s1.34 3 3 3h12c1.66 0 3-1.34 3-3s-1.34-3-3-3zm0-2h12c2.76 0 5 2.24 5 5s-2.24 5-5 5H6c-2.76 0-5-2.24-5-5s2.24-5 5-5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/usb-flash-drive-outline.svg b/mkdocs-material/material/templates/.icons/material/usb-flash-drive-outline.svg new file mode 100644 index 0000000..c503f8f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/usb-flash-drive-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 13c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3m0 2c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1M9.77 4.33l.73.75 3.79-3.79c.18-.18.43-.29.71-.29s.53.11.71.29l7.07 7.07v.01a1.02 1.02 0 0 1-.12 1.39l-3.73 3.74.74.73-6.72 6.72A6.98 6.98 0 0 1 8 23c-3.87 0-7-3.13-7-7 0-1.93.78-3.68 2.05-4.95zm1.77 15.21 5.3-5.31-7.07-7.07-5.31 5.3C3.56 13.37 3 14.62 3 16c0 2.76 2.24 5 5 5 1.38 0 2.63-.56 3.54-1.46m3.53-14.85L16.5 6.1l-1.43 1.4-1.41-1.4zM17.9 7.5l1.41 1.43-1.41 1.41-1.4-1.41zM20.59 9 15 3.41 11.93 6.5l5.57 5.58z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/usb-flash-drive.svg b/mkdocs-material/material/templates/.icons/material/usb-flash-drive.svg new file mode 100644 index 0000000..f47d13f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/usb-flash-drive.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 15c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1m7.07-10.31L16.5 6.1l-1.43 1.4-1.41-1.4zM17.9 7.5l1.41 1.43-1.41 1.41-1.4-1.41zM8 13c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3m1.77-8.67.73.75 3.79-3.79c.18-.18.43-.29.71-.29s.53.11.71.29l7.07 7.07v.01a1.02 1.02 0 0 1-.12 1.39l-3.73 3.74.74.73-6.72 6.72A6.98 6.98 0 0 1 8 23c-3.87 0-7-3.13-7-7 0-1.93.78-3.68 2.05-4.95zM20.59 9 15 3.41 11.93 6.5l5.57 5.58z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/usb-port.svg b/mkdocs-material/material/templates/.icons/material/usb-port.svg new file mode 100644 index 0000000..732d43b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/usb-port.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 2c-1.1 0-2 .9-2 2v8H5v4l4 4v2h6v-2l4-4v-4h-1V4a2 2 0 0 0-2-2M8 4h8v8H8m1-5v2h2V7m2 0v2h2V7Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/usb.svg b/mkdocs-material/material/templates/.icons/material/usb.svg new file mode 100644 index 0000000..a0e808d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/usb.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 7v4h1v2h-3V5h2l-3-4-3 4h2v8H8v-2.07c.7-.37 1.2-1.08 1.2-1.93A2.2 2.2 0 0 0 7 6.8c-1.22 0-2.2.98-2.2 2.2 0 .85.5 1.56 1.2 1.93V13a2 2 0 0 0 2 2h3v3.05c-.71.36-1.2 1.1-1.2 1.95a2.2 2.2 0 0 0 2.2 2.2 2.2 2.2 0 0 0 2.2-2.2c0-.85-.49-1.59-1.2-1.95V15h3a2 2 0 0 0 2-2v-2h1V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vacuum-outline.svg b/mkdocs-material/material/templates/.icons/material/vacuum-outline.svg new file mode 100644 index 0000000..0de26f7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vacuum-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.66 20 13.87 3.81q-.555-1.26-1.71-2.04C11.4 1.26 10.55 1 9.61 1q-1.26 0-2.31.63c-1.05.63-1.26.99-1.67 1.69S5 4.8 5 5.64L5.03 9h-3v5.45c.62-.28 1.28-.42 1.97-.42v-3h5c.57 0 1.04.2 1.43.59.39.38.57.85.57 1.38v7.03H8.91A4.7 4.7 0 0 1 7.97 22H13v-9c0-.72-.2-1.38-.55-2S11.61 9.91 11 9.56C10.42 9.2 9.75 9 9 9H7V5.64c0-.72.25-1.33.76-1.85S8.89 3 9.61 3c.53 0 1.02.16 1.45.46s.75.68.94 1.15L18.46 20l-2.46.03V22h7v-1.97zM4 18c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1m0-2c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vacuum.svg b/mkdocs-material/material/templates/.icons/material/vacuum.svg new file mode 100644 index 0000000..bbe2a56 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vacuum.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 20v2h-7v-2h2.46L12 4.61c-.19-.47-.5-.85-.94-1.15S10.14 3 9.61 3c-.71 0-1.33.27-1.85.79S7 4.92 7 5.64V9h1c2.21 0 4 1.79 4 4v9H8c.61-.84 1-1.87 1-3 0-2.76-2.24-5-5-5-.71 0-1.39.15-2 .42V9h3V5.64c0-.84.23-1.64.63-2.32.41-.7.96-1.26 1.67-1.69Q8.35 1 9.61 1c.94 0 1.79.26 2.55.77s1.34 1.2 1.71 2.04L20.66 20zM7 19c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3 3 1.34 3 3m-2 0c0-.55-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/valve-closed.svg b/mkdocs-material/material/templates/.icons/material/valve-closed.svg new file mode 100644 index 0000000..19fc610 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/valve-closed.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 2v20h-2v-9h-5.18a3 3 0 0 1-5.64 0H4v9H2V2h2v9h5.18a3 3 0 0 1 5.64 0H20V2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/valve-open.svg b/mkdocs-material/material/templates/.icons/material/valve-open.svg new file mode 100644 index 0000000..5db98f0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/valve-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 22H2V2h2m18 0h-2v20h2M11 4v5.18a3 3 0 0 0 0 5.64V20h2v-5.18a3 3 0 0 0 0-5.64V4Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/valve.svg b/mkdocs-material/material/templates/.icons/material/valve.svg new file mode 100644 index 0000000..453560b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/valve.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 22H2V2h2m18 0h-2v20h2M17.24 5.34l-4 4a3 3 0 0 0-4 4l-4 4 1.42 1.42 4-4a3 3 0 0 0 4-4l4-4Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/van-passenger.svg b/mkdocs-material/material/templates/.icons/material/van-passenger.svg new file mode 100644 index 0000000..b321f46 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/van-passenger.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 7c-1.11 0-2 .89-2 2v8h2a3 3 0 0 0 3 3 3 3 0 0 0 3-3h6a3 3 0 0 0 3 3 3 3 0 0 0 3-3h2v-4c0-1.11-.89-2-2-2l-3-4zm0 1.5h4V11H3zm6 0h4V11H9zm6 0h2.5l1.96 2.5H15zm-9 7A1.5 1.5 0 0 1 7.5 17 1.5 1.5 0 0 1 6 18.5 1.5 1.5 0 0 1 4.5 17 1.5 1.5 0 0 1 6 15.5m12 0a1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5 1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/van-utility.svg b/mkdocs-material/material/templates/.icons/material/van-utility.svg new file mode 100644 index 0000000..352eea9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/van-utility.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 7c-1.11 0-2 .89-2 2v8h2a3 3 0 0 0 3 3 3 3 0 0 0 3-3h6a3 3 0 0 0 3 3 3 3 0 0 0 3-3h2v-4c0-1.11-.89-2-2-2l-3-4zm12 1.5h2.5l1.96 2.5H15zm-9 7A1.5 1.5 0 0 1 7.5 17 1.5 1.5 0 0 1 6 18.5 1.5 1.5 0 0 1 4.5 17 1.5 1.5 0 0 1 6 15.5m12 0a1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5 1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vanish-quarter.svg b/mkdocs-material/material/templates/.icons/material/vanish-quarter.svg new file mode 100644 index 0000000..da60fc5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vanish-quarter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 3h2v5h-2zM4.9 6.3l1.4-1.4 2.8 2.8-1.3 1.5zM8 13H3v-2h5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vanish.svg b/mkdocs-material/material/templates/.icons/material/vanish.svg new file mode 100644 index 0000000..bbb9b03 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vanish.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 13v-2h5v2zm-1.17-5.24 2.83-2.83 1.41 1.41-2.83 2.83zM11 16h2v5h-2zm0-13h2v5h-2zM4.93 17.66l2.83-2.83 1.41 1.41-2.83 2.83zm0-11.32 1.41-1.41 2.83 2.83-1.41 1.41zM8 13H3v-2h5zm11.07 4.66-1.41 1.41-2.83-2.83 1.41-1.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vanity-light.svg b/mkdocs-material/material/templates/.icons/material/vanity-light.svg new file mode 100644 index 0000000..f879e27 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vanity-light.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 20h-6c0-1.66 1.34-7 3-7s3 5.34 3 7m-10-7c-1.66 0-3 5.34-3 7h6c0-1.66-1.34-7-3-7m-7 0c-1.66 0-3 5.34-3 7h6c0-1.66-1.34-7-3-7m9.82-7c-.56-1.56-2.29-2.36-3.82-1.8-.86.3-1.5.97-1.82 1.8H2v2h2v4h2V8h3.18c.32.85.97 1.5 1.82 1.82V12h2V9.82c.85-.32 1.5-.97 1.82-1.82H18v4h2V8h2V6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/variable-box.svg b/mkdocs-material/material/templates/.icons/material/variable-box.svg new file mode 100644 index 0000000..bf2322d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/variable-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2M7.4 18C5.9 16.5 5 14.3 5 12s.9-4.5 2.4-6l1.6.7C7.7 7.9 7 9.9 7 12s.7 4.1 2 5.3zm5.3-3-.8-2-1.4 2H9l2.3-3.1L10 9h1.3l.8 2 1.4-2H15l-2.2 3 1.3 3zm3.9 3-1.6-.7c1.3-1.3 2-3.2 2-5.3s-.7-4.1-2-5.3l1.6-.7c1.5 1.5 2.4 3.7 2.4 6s-.9 4.5-2.4 6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/variable.svg b/mkdocs-material/material/templates/.icons/material/variable.svg new file mode 100644 index 0000000..a8a7d42 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/variable.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.41 3c1.39 2.71 1.94 5.84 1.59 9-.2 3.16-1.3 6.29-3.17 9l-1.53-1c1.61-2.43 2.55-5.2 2.7-8 .34-2.8-.11-5.57-1.3-8zM5.17 3 6.7 4C5.09 6.43 4.15 9.2 4 12c-.34 2.8.12 5.57 1.3 8l-1.69 1c-1.4-2.71-1.96-5.83-1.61-9 .2-3.16 1.3-6.29 3.17-9m6.91 7.68 2.32-3.23h2.53l-3.78 5 2.2 4.92h-2.26L11.71 14l-2.43 3.33H6.76l3.9-5.12-2.13-4.76h2.27z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vector-arrange-above.svg b/mkdocs-material/material/templates/.icons/material/vector-arrange-above.svg new file mode 100644 index 0000000..7dd6188 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vector-arrange-above.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 1c-1.11 0-2 .89-2 2v11c0 1.11.89 2 2 2h11c1.11 0 2-.89 2-2V3c0-1.11-.89-2-2-2zm0 2h11v11H3zm15 4v2h2v11H9v-2H7v2c0 1.11.89 2 2 2h11c1.11 0 2-.89 2-2V9c0-1.11-.89-2-2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vector-arrange-below.svg b/mkdocs-material/material/templates/.icons/material/vector-arrange-below.svg new file mode 100644 index 0000000..40e6273 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vector-arrange-below.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 22c1.11 0 2-.89 2-2V9c0-1.11-.89-2-2-2H9c-1.11 0-2 .89-2 2v11c0 1.11.89 2 2 2zm0-2H9V9h11zM5 16v-2H3V3h11v2h2V3c0-1.11-.89-2-2-2H3c-1.11 0-2 .89-2 2v11c0 1.11.89 2 2 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vector-bezier.svg b/mkdocs-material/material/templates/.icons/material/vector-bezier.svg new file mode 100644 index 0000000..88d9b35 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vector-bezier.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.5 4A1.5 1.5 0 0 0 6 5.5 1.5 1.5 0 0 0 7.5 7c.63 0 1.2-.4 1.41-1H13c.67-.67 1.33-1 2-1H8.91c-.21-.6-.78-1-1.41-1M19 5C8 5 14 17 5 17v2c11 0 5-12 14-12zm-2.5 12c-.63 0-1.2.4-1.41 1H11c-.67.67-1.33 1-2 1h6.09c.21.6.78 1 1.41 1a1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vector-circle-variant.svg b/mkdocs-material/material/templates/.icons/material/vector-circle-variant.svg new file mode 100644 index 0000000..867ba90 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vector-circle-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 9h-2.03c-1.27-3.59-4.66-6-8.47-6a9 9 0 0 0-9 9c0 5 4.03 9 9 9 3.81 0 7.2-2.4 8.5-6h2m-2-4v2h-2v-2m-.18 4c-1.16 2.44-3.62 4-6.32 4-3.86 0-7-3.13-7-7 0-3.86 3.14-7 7-7 2.7 0 5.16 1.57 6.31 4H16v6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vector-circle.svg b/mkdocs-material/material/templates/.icons/material/vector-circle.svg new file mode 100644 index 0000000..456dc6b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vector-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 2v2.06A8.52 8.52 0 0 0 4.05 9H2v6h2.06A8.5 8.5 0 0 0 9 19.95V22h6v-2.06A8.5 8.5 0 0 0 19.95 15H22V9h-2.06A8.52 8.52 0 0 0 15 4.05V2m-4 2h2v2h-2m-2 .25V8h6V6.25c1.18.61 2.14 1.57 2.75 2.75H16v6h1.75A6.4 6.4 0 0 1 15 17.75V16H9v1.75A6.4 6.4 0 0 1 6.25 15H8V9H6.25A6.4 6.4 0 0 1 9 6.25M4 11h2v2H4m14-2h2v2h-2m-7 5h2v2h-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vector-combine.svg b/mkdocs-material/material/templates/.icons/material/vector-combine.svg new file mode 100644 index 0000000..9babf99 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vector-combine.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 1c-1.11 0-2 .89-2 2v11c0 1.11.89 2 2 2h4v4c0 1.11.89 2 2 2h11c1.11 0 2-.89 2-2V9c0-1.11-.89-2-2-2h-4V3c0-1.11-.89-2-2-2zm0 2h11v4H9c-1.11 0-2 .89-2 2v5H3zm6 6h5v5H9zm7 0h4v11H9v-4h5c1.11 0 2-.89 2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vector-curve.svg b/mkdocs-material/material/templates/.icons/material/vector-curve.svg new file mode 100644 index 0000000..142c3f7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vector-curve.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.5 2A1.5 1.5 0 0 1 20 3.5 1.5 1.5 0 0 1 18.5 5c-.23 0-.45-.05-.65-.15l-3.69 3.7.34.45c2.19-1.26 4.76-2 7.5-2l1 .03v2.01L22 9c-2.58 0-5 .75-7 2.04A3.96 3.96 0 0 1 11.04 15C9.75 17 9 19.42 9 22l.04 1H7.03L7 22c0-2.74.74-5.31 2-7.5l-.45-.34-3.7 3.69c.1.2.15.42.15.65A1.5 1.5 0 0 1 3.5 20 1.5 1.5 0 0 1 2 18.5 1.5 1.5 0 0 1 3.5 17c.23 0 .45.05.65.15l3.69-3.7C7.31 12.78 7 11.92 7 11a4 4 0 0 1 4-4c.92 0 1.78.31 2.45.84l3.7-3.69c-.1-.2-.15-.42-.15-.65A1.5 1.5 0 0 1 18.5 2M11 9a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vector-difference-ab.svg b/mkdocs-material/material/templates/.icons/material/vector-difference-ab.svg new file mode 100644 index 0000000..eaa38ca --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vector-difference-ab.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 1c-1.11 0-2 .89-2 2v2h2V3h2V1zm4 0v2h3V1zm5 0v2h2v2h2V3c0-1.11-.89-2-2-2zM1 7v3h2V7zm13 0v7H7v6c0 1.11.89 2 2 2h11c1.11 0 2-.89 2-2V9c0-1.11-.89-2-2-2zm2 2h4v11H9v-4h5c1.11 0 2-.89 2-2zM1 12v2c0 1.11.89 2 2 2h2v-2H3v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vector-difference-ba.svg b/mkdocs-material/material/templates/.icons/material/vector-difference-ba.svg new file mode 100644 index 0000000..a6a0670 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vector-difference-ba.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 22c1.11 0 2-.89 2-2v-2h-2v2h-2v2zm-4 0v-2h-3v2zm-5 0v-2H9v-2H7v2c0 1.11.89 2 2 2zm11-6v-3h-2v3zM9 16V9h7V3c0-1.11-.89-2-2-2H3c-1.11 0-2 .89-2 2v11c0 1.11.89 2 2 2zm-2-2H3V3h11v4H9c-1.11 0-2 .89-2 2zm15-3V9c0-1.11-.89-2-2-2h-2v2h2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vector-difference.svg b/mkdocs-material/material/templates/.icons/material/vector-difference.svg new file mode 100644 index 0000000..80a0701 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vector-difference.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 1c-1.11 0-2 .89-2 2v11c0 1.11.89 2 2 2h2v-2H3V3h11v2h2V3c0-1.11-.89-2-2-2zm6 6c-1.11 0-2 .89-2 2v2h2V9h2V7zm4 0v2h1v1h2V7zm5 0v2h2v11H9v-2H7v2c0 1.11.89 2 2 2h11c1.11 0 2-.89 2-2V9c0-1.11-.89-2-2-2zm-4 5v2h-2v2h2c1.11 0 2-.89 2-2v-2zm-7 1v3h3v-2H9v-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vector-ellipse.svg b/mkdocs-material/material/templates/.icons/material/vector-ellipse.svg new file mode 100644 index 0000000..e7cd92b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vector-ellipse.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 9v6h-2.65c-.97 2.12-2.92 3.78-5.35 4.54V22H9v-2.46C5.5 18.45 3 15.5 3 12c0-4.42 4.03-8 9-8 3.78 0 7 2.07 8.35 5zm-6 6V9h1.06C16.85 7.21 14.59 6 12 6c-3.87 0-7 2.69-7 6 0 2.39 1.64 4.46 4 5.42V16h6v1.42c1.29-.52 2.35-1.37 3.06-2.42zm2-2h2v-2h-2zm-8 7h2v-2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vector-intersection.svg b/mkdocs-material/material/templates/.icons/material/vector-intersection.svg new file mode 100644 index 0000000..47628d1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vector-intersection.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.14 1A2.14 2.14 0 0 0 1 3.14V5h2V3h2V1zM7 1v2h3V1zm5 0v2h2v2h2V3.14C16 1.96 15.04 1 13.86 1zM1 7v3h2V7zm8 0c-1.11 0-2 .89-2 2v7h6.86A2.14 2.14 0 0 0 16 13.86V7zm9 0v2h2v2h2V9c0-1.11-.89-2-2-2zM9 9h5v5H9zm-8 3v1.86C1 15.04 1.96 16 3.14 16H5v-2H3v-2zm19 1v3h2v-3zM7 18v2c0 1.11.89 2 2 2h2v-2H9v-2zm13 0v2h-2v2h2c1.11 0 2-.89 2-2v-2zm-7 2v2h3v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vector-line.svg b/mkdocs-material/material/templates/.icons/material/vector-line.svg new file mode 100644 index 0000000..8c8dce7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vector-line.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 3v4.59L7.59 15H3v6h6v-4.58L16.42 9H21V3m-4 2h2v2h-2M5 17h2v2H5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vector-link.svg b/mkdocs-material/material/templates/.icons/material/vector-link.svg new file mode 100644 index 0000000..5d9bdd3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vector-link.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 1c-1.11 0-2 .89-2 2v11c0 1.11.89 2 2 2h11c1.11 0 2-.89 2-2v-3h-2v3H3V3h11v2h2V3c0-1.11-.89-2-2-2M9 7c-1.11 0-2 .89-2 2v3h2V9h11v11H9v-2H7v2c0 1.11.89 2 2 2h11c1.11 0 2-.89 2-2V9c0-1.11-.89-2-2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vector-point-edit.svg b/mkdocs-material/material/templates/.icons/material/vector-point-edit.svg new file mode 100644 index 0000000..e202c3d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vector-point-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 9v6h6V9zm2 2h2v2h-2zm10.2 2c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.2-.1-.3-.2-.4-.2m-2.1 1.8L13 20.9V23h2.1l6.1-6.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vector-point-minus.svg b/mkdocs-material/material/templates/.icons/material/vector-point-minus.svg new file mode 100644 index 0000000..3586708 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vector-point-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 9v6h6V9zm2 2h2v2h-2zm4 7v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vector-point-plus.svg b/mkdocs-material/material/templates/.icons/material/vector-point-plus.svg new file mode 100644 index 0000000..a9ed781 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vector-point-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 9v6h6V9zm2 2h2v2h-2zm7 4v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vector-point-select.svg b/mkdocs-material/material/templates/.icons/material/vector-point-select.svg new file mode 100644 index 0000000..dfe4cdd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vector-point-select.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 20-5 2 5-11 5 11zM8 2h8v3h6v2h-6v3H8V7H2V5h6zm2 2v4h4V4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vector-point.svg b/mkdocs-material/material/templates/.icons/material/vector-point.svg new file mode 100644 index 0000000..0f7ad1a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vector-point.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 9v6h6V9zm2 2h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vector-polygon-variant.svg b/mkdocs-material/material/templates/.icons/material/vector-polygon-variant.svg new file mode 100644 index 0000000..ffff474 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vector-polygon-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 8V2h-6v3.8L14.4 8H9.6L8 5.8V2H2v6h2v8H2v6h6v-2h8v2h6v-6h-2V8zm-11 2h2v2h-2zM4 4h2v2H4zm2 16H4v-2h2zm10-2H8v-2H6V8h1.1L9 10.6V14h6v-3.4L16.9 8H18v8h-2zm4 2h-2v-2h2zM18 6V4h2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vector-polygon.svg b/mkdocs-material/material/templates/.icons/material/vector-polygon.svg new file mode 100644 index 0000000..6efb05c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vector-polygon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 2v6h2.28l1.29 8H4v6h6v-1.94l5-.01V22h6v-6h-1.83L20 9h2V3h-6v3.53L14.8 8H9.59L8 5.82V2M4 4h2v2H4m14-1h2v2h-2M6.31 8h.8L9 10.59V14h6v-3.09L16.57 9H18l-.84 7H15v2.06h-5V16H7.6m3.4-6h2v2h-2m-5 6h2v2H6m11-2h2v2h-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vector-polyline-edit.svg b/mkdocs-material/material/templates/.icons/material/vector-polyline-edit.svg new file mode 100644 index 0000000..ea3dc66 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vector-polyline-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 3v6h2.95l2 6H6v6h6v-4.59L17.41 11H22V5h-6v4.57L10.59 15H9.06l-2-6H8V3zm2 2h2v2H4zm14 2h2v2h-2zm3.15 6c-.15 0-.28.05-.39.16l-1.01 1.02 2.07 2.07 1.02-1.01c.21-.21.21-.57 0-.78l-1.3-1.3a.54.54 0 0 0-.39-.16m-2 1.76L13 20.91V23h2.09l6.14-6.16zM8 17h2v2H8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vector-polyline-minus.svg b/mkdocs-material/material/templates/.icons/material/vector-polyline-minus.svg new file mode 100644 index 0000000..fa0ebc8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vector-polyline-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 3v6h2.95l2 6H6v6h6v-4.59L17.41 11H22V5h-6v4.57L10.59 15H9.06l-2-6H8V3zm2 2h2v2H4zm14 2h2v2h-2zM8 17h2v2H8zm7 1v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vector-polyline-plus.svg b/mkdocs-material/material/templates/.icons/material/vector-polyline-plus.svg new file mode 100644 index 0000000..5ce231b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vector-polyline-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 3v6h2.95l2 6H6v6h6v-4.59L17.41 11H22V5h-6v4.57L10.59 15H9.06l-2-6H8V3zm2 2h2v2H4zm14 2h2v2h-2zm0 8v3h-3v2h3v3h2v-3h3v-2h-3v-3zM8 17h2v2H8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vector-polyline-remove.svg b/mkdocs-material/material/templates/.icons/material/vector-polyline-remove.svg new file mode 100644 index 0000000..369b928 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vector-polyline-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.1 15.5 19 17.6l-2.1-2.1-1.4 1.4 2.1 2.1-2.1 2.1 1.4 1.4 2.1-2.1 2.1 2.1 1.4-1.4-2.1-2.1 2.1-2.1zM16 5v4.6L10.6 15H9.1l-2-6H8V3H2v6h3l2 6H6v6h6v-4.6l5.4-5.4H22V5zM6 7H4V5h2zm4 12H8v-2h2zM20 9h-2V7h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vector-polyline.svg b/mkdocs-material/material/templates/.icons/material/vector-polyline.svg new file mode 100644 index 0000000..64659dd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vector-polyline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 3v6h2.95l2 6H6v6h6v-4.59L17.41 11H22V5h-6v4.57L10.59 15H9.06l-2-6H8V3M4 5h2v2H4m14 0h2v2h-2M8 17h2v2H8Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vector-radius.svg b/mkdocs-material/material/templates/.icons/material/vector-radius.svg new file mode 100644 index 0000000..73c89be --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vector-radius.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 4h2V2h6v2a10 10 0 0 1 10 10h2v6h-2v2h-2v-2h-2v-6h2a8 8 0 0 0-8-8v2H4V6H2zm16 12v2h2v-2zM6 4v2h2V4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vector-rectangle.svg b/mkdocs-material/material/templates/.icons/material/vector-rectangle.svg new file mode 100644 index 0000000..5497303 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vector-rectangle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 4h6v2h8V4h6v6h-2v4h2v6h-6v-2H8v2H2v-6h2v-4H2zm14 6V8H8v2H6v4h2v2h8v-2h2v-4zM4 6v2h2V6zm14 0v2h2V6zM4 16v2h2v-2zm14 0v2h2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vector-selection.svg b/mkdocs-material/material/templates/.icons/material/vector-selection.svg new file mode 100644 index 0000000..8fc073d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vector-selection.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 1h2v2H3v2H1V3a2 2 0 0 1 2-2m11 0a2 2 0 0 1 2 2v2h-2V3h-2V1zm6 6a2 2 0 0 1 2 2v2h-2V9h-2V7zm2 13a2 2 0 0 1-2 2h-2v-2h2v-2h2zm-2-7h2v3h-2zm-7-4V7h3v3h-2V9zm0 13v-2h3v2zm-4 0a2 2 0 0 1-2-2v-2h2v2h2v2zm-2-6v-3h2v1h1v2zM7 3V1h3v2zM3 16a2 2 0 0 1-2-2v-2h2v2h2v2zM1 7h2v3H1zm8 0h2v2H9v2H7V9a2 2 0 0 1 2-2m7 7a2 2 0 0 1-2 2h-2v-2h2v-2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vector-square-close.svg b/mkdocs-material/material/templates/.icons/material/vector-square-close.svg new file mode 100644 index 0000000..536352b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vector-square-close.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 4h2v2H4zm2 16H4v-2h2zM18 8v8h-2v2H8v-2H6V8h2V2H2v6h2v8H2v6h6v-2h8v2h6v-6h-2V8h2V2h-6v6zm2 12h-2v-2h2zM18 6V4h2v2zm-4 0h-4V4h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vector-square-edit.svg b/mkdocs-material/material/templates/.icons/material/vector-square-edit.svg new file mode 100644 index 0000000..659265a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vector-square-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22.7 14.4-1 1-2.1-2.1 1-1c.2-.2.6-.2.8 0l1.3 1.3c.2.2.2.5 0 .8M13 19.9l6.1-6.1 2.1 2.1-6.1 6.1H13zm-2 0v-.8l.6-.6.5-.5H8v-2H6V8h2V6h8v2h2v4.1l1.1-1.1.2-.2c.2-.2.5-.4.8-.5V8h2V2h-6v2H8V2H2v6h2v8H2v6h6v-2zM18 4h2v2h-2zM4 4h2v2H4zm2 16H4v-2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vector-square-minus.svg b/mkdocs-material/material/templates/.icons/material/vector-square-minus.svg new file mode 100644 index 0000000..c0a7bb6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vector-square-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0-.3 0-.7.1-1H8v-2H6V8h2V6h8v2h2v5.1c.3-.1.7-.1 1-.1s.7 0 1 .1V8h2V2h-6v2H8V2H2v6h2v8H2v6h6v-2h5.1c-.1-.3-.1-.7-.1-1m5-15h2v2h-2zM4 4h2v2H4zm2 16H4v-2h2zm17-2v2h-8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vector-square-open.svg b/mkdocs-material/material/templates/.icons/material/vector-square-open.svg new file mode 100644 index 0000000..98d84ad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vector-square-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 4h2v2H4zm2 16H4v-2h2zM18 8v8h-2v2H8v-2H6V8h2V2H2v6h2v8H2v6h6v-2h8v2h6v-6h-2V8h2V2h-6v6zm2 12h-2v-2h2zM18 6V4h2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vector-square-plus.svg b/mkdocs-material/material/templates/.icons/material/vector-square-plus.svg new file mode 100644 index 0000000..d42bfb2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vector-square-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0-.3 0-.7.1-1H8v-2H6V8h2V6h8v2h2v5.1c.3-.1.7-.1 1-.1s.7 0 1 .1V8h2V2h-6v2H8V2H2v6h2v8H2v6h6v-2h5.1c-.1-.3-.1-.7-.1-1m5-15h2v2h-2zM4 4h2v2H4zm2 16H4v-2h2zm14-5v3h3v2h-3v3h-2v-3h-3v-2h3v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vector-square-remove.svg b/mkdocs-material/material/templates/.icons/material/vector-square-remove.svg new file mode 100644 index 0000000..6a01ace --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vector-square-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19c0-.3 0-.7.1-1H8v-2H6V8h2V6h8v2h2v5.1c.3-.1.7-.1 1-.1s.7 0 1 .1V8h2V2h-6v2H8V2H2v6h2v8H2v6h6v-2h5.1c-.1-.3-.1-.7-.1-1m5-15h2v2h-2zM4 4h2v2H4zm2 16H4v-2h2zm16.5-3.1L20.4 19l2.1 2.1-1.4 1.4-2.1-2.1-2.1 2.1-1.4-1.4 2.1-2.1-2.1-2.1 1.4-1.4 2.1 2.1 2.1-2.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vector-square.svg b/mkdocs-material/material/templates/.icons/material/vector-square.svg new file mode 100644 index 0000000..84f2418 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vector-square.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 2h6v2h8V2h6v6h-2v8h2v6h-6v-2H8v2H2v-6h2V8H2zm14 6V6H8v2H6v8h2v2h8v-2h2V8zM4 4v2h2V4zm14 0v2h2V4zM4 18v2h2v-2zm14 0v2h2v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vector-triangle.svg b/mkdocs-material/material/templates/.icons/material/vector-triangle.svg new file mode 100644 index 0000000..1f457cc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vector-triangle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 3v6h.73l-3.94 7H2v6h6v-2h8v2h6v-6h-3.79l-3.94-7H15V3m-4 2h2v2h-2m1 2.04 4 7.11V18H8v-1.85M4 18h2v2H4m14-2h2v2h-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vector-union.svg b/mkdocs-material/material/templates/.icons/material/vector-union.svg new file mode 100644 index 0000000..b1f5b17 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vector-union.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 1c-1.11 0-2 .89-2 2v11c0 1.11.89 2 2 2h4v4c0 1.11.89 2 2 2h11c1.11 0 2-.89 2-2V9c0-1.11-.89-2-2-2h-4V3c0-1.11-.89-2-2-2zm0 2h11v6h6v11H9v-6H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vhs.svg b/mkdocs-material/material/templates/.icons/material/vhs.svg new file mode 100644 index 0000000..e42f2b5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vhs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2zm.54 4H7v4H4.54c-.35-.61-.54-1.3-.54-2s.19-1.39.54-2M9 10h6v4H9zm8 0h2.46c.35.61.54 1.3.54 2s-.19 1.39-.54 2H17z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vibrate-off.svg b/mkdocs-material/material/templates/.icons/material/vibrate-off.svg new file mode 100644 index 0000000..6bc8304 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vibrate-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.2 5 6.55 3.35c.26-.23.6-.35.95-.35h9A1.5 1.5 0 0 1 18 4.5v10.3l-2-2V5zM0 15h2V9H0zm21 2V7h-2v8.8l1.2 1.2zM3 17h2V7H3zm15 .35 4.11 4.11-1.27 1.27L18 19.85c-.17.69-.79 1.15-1.5 1.15h-9A1.5 1.5 0 0 1 6 19.5V7.89L1.11 3l1.28-1.27 3.7 3.71L8 7.34l8 8 2 2zm-2 .54-8-8V19h8zM22 9v6h2V9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vibrate.svg b/mkdocs-material/material/templates/.icons/material/vibrate.svg new file mode 100644 index 0000000..2b86a84 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vibrate.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 19H8V5h8m.5-2h-9A1.5 1.5 0 0 0 6 4.5v15A1.5 1.5 0 0 0 7.5 21h9a1.5 1.5 0 0 0 1.5-1.5v-15A1.5 1.5 0 0 0 16.5 3M19 17h2V7h-2m3 2v6h2V9M3 17h2V7H3m-3 8h2V9H0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/video-2d.svg b/mkdocs-material/material/templates/.icons/material/video-2d.svg new file mode 100644 index 0000000..a076d8a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/video-2d.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 7h3c1.66 0 3 1.34 3 3v4c0 1.66-1.34 3-3 3h-3zm3 8c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1h-1v6zM5 7h4a2 2 0 0 1 2 2v2c0 1.11-.89 2-2 2H7v2h4v2H5v-4c0-1.1.9-2 2-2h2V9H5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/video-3d-off.svg b/mkdocs-material/material/templates/.icons/material/video-3d-off.svg new file mode 100644 index 0000000..5aba0a8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/video-3d-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m2.61 2 18.74 18.74-1.41 1.41L14.8 17H13v-1.8l-2-1.97v1.98c-.07.47-.26.87-.59 1.2-.33.32-.73.52-1.2.59H5v-2h4v-2H6v-2h2.8L6.79 9H5V7.23L1.2 3.41zM16 7h.22c.78.07 1.41.36 1.92.88.51.51.79 1.12.86 1.88v4.48c-.05.39-.13.76-.28 1.06L17 13.6V9.85c-.05-.22-.16-.41-.31-.57-.16-.15-.35-.25-.57-.28H15v2.59l-2-2.02V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/video-3d-variant.svg b/mkdocs-material/material/templates/.icons/material/video-3d-variant.svg new file mode 100644 index 0000000..0fe81d5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/video-3d-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 10v4a.5.5 0 0 1-.5.5h-1v-5h1a.5.5 0 0 1 .5.5m7-3.5v11l-4-4V17a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3.5m-7.5-1A1.5 1.5 0 0 0 8 8H4.5v1.5H8v1.75H5.5v1.5H8v1.75H4.5V16H8a1.5 1.5 0 0 0 1.5-1.5m6-5A1.5 1.5 0 0 0 14 8h-3v8h3a1.5 1.5 0 0 0 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/video-3d.svg b/mkdocs-material/material/templates/.icons/material/video-3d.svg new file mode 100644 index 0000000..0e5c986 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/video-3d.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 7h4a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H5v-2h4v-2H6v-2h3V9H5zm8 0h3a3 3 0 0 1 3 3v4a3 3 0 0 1-3 3h-3zm3 8a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1h-1v6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/video-4k-box.svg b/mkdocs-material/material/templates/.icons/material/video-4k-box.svg new file mode 100644 index 0000000..e2d41af --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/video-4k-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-7 10.5h-1V15H9.5v-1.5h-3V9H8v3h1.5V9H11v3h1zm6 1.5h-1.8l-1.8-2.2V15H13V9h1.5v2.2L16.2 9H18l-2.2 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/video-account.svg b/mkdocs-material/material/templates/.icons/material/video-account.svg new file mode 100644 index 0000000..8b4bdbc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/video-account.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17 10.5 4-4v11l-4-4V17a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1zM14 16v-1c0-1.33-2.67-2-4-2s-4 .67-4 2v1zm-4-8a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/video-box-off.svg b/mkdocs-material/material/templates/.icons/material/video-box-off.svg new file mode 100644 index 0000000..1420645 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/video-box-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 8h.73L14 15.27V16H6M2.27 1 1 2.27l2 2.01c-.59.34-1 .98-1 1.72v12a2 2 0 0 0 2 2h14.73l2 2L22 20.73M20 4H7.82l4 4H14v2.18l.57.57L18 8v6.18l4 3.99V6a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/video-box.svg b/mkdocs-material/material/templates/.icons/material/video-box.svg new file mode 100644 index 0000000..0a90279 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/video-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18 16-4-3.2V16H6V8h8v3.2L18 8m2-4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/video-check-outline.svg b/mkdocs-material/material/templates/.icons/material/video-check-outline.svg new file mode 100644 index 0000000..8766944 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/video-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 8v8H5V8zm1-2H4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-3.5l4 4v-11l-4 4V7c0-.55-.45-1-1-1m-9.65 6.08 1.15-1.13L9 12.5 12.5 9l1.15 1.37L9 15z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/video-check.svg b/mkdocs-material/material/templates/.icons/material/video-check.svg new file mode 100644 index 0000000..b4a5f40 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/video-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 10.5V7c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-3.5l4 4v-11zM8.93 15 6 11.8l1.24-1.24 1.69 1.7 3.83-3.83L14 9.93z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/video-high-definition.svg b/mkdocs-material/material/templates/.icons/material/video-high-definition.svg new file mode 100644 index 0000000..18dea63 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/video-high-definition.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 10v4c0 .3-.2.5-.5.5h-1v-5h1c.3 0 .5.2.5.5m3 .5V7c0-.6-.4-1-1-1H4c-.6 0-1 .4-1 1v10c0 .6.4 1 1 1h12c.6 0 1-.4 1-1v-3.5l4 4v-11zM9.5 16H8v-3.2H6V16H4.5V8H6v3.2h2V8h1.5zm6-1.5c0 .8-.7 1.5-1.5 1.5h-3V8h3c.8 0 1.5.7 1.5 1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/video-image.svg b/mkdocs-material/material/templates/.icons/material/video-image.svg new file mode 100644 index 0000000..e35ebc3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/video-image.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17 10.5 4-4v11l-4-4V17a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1zm-6.09-.95L9.2 11.82l1.3 1.73-.73.54-2.04-2.73L5 15h10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/video-input-antenna.svg b/mkdocs-material/material/templates/.icons/material/video-input-antenna.svg new file mode 100644 index 0000000..f0221bc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/video-input-antenna.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 5a7 7 0 0 0-7 7h2a5 5 0 0 1 5-5 5 5 0 0 1 5 5h2a7 7 0 0 0-7-7m1 9.29c.88-.39 1.5-1.26 1.5-2.29A2.5 2.5 0 0 0 12 9.5 2.5 2.5 0 0 0 9.5 12c0 1 .62 1.9 1.5 2.29v3.3L7.59 21 9 22.41l3-3 3 3L16.41 21 13 17.59zM12 1A11 11 0 0 0 1 12h2a9 9 0 0 1 9-9 9 9 0 0 1 9 9h2A11 11 0 0 0 12 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/video-input-component.svg b/mkdocs-material/material/templates/.icons/material/video-input-component.svg new file mode 100644 index 0000000..094adbb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/video-input-component.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 2a1 1 0 0 0-1-1 1 1 0 0 0-1 1v4H1v6h6V6H5zm4 14c0 1.3.84 2.4 2 2.82V23h2v-4.18c1.16-.41 2-1.51 2-2.82v-2H9zm-8 0c0 1.3.84 2.4 2 2.82V23h2v-4.18C6.16 18.4 7 17.3 7 16v-2H1zM21 6V2a1 1 0 0 0-1-1 1 1 0 0 0-1 1v4h-2v6h6V6zm-8-4a1 1 0 0 0-1-1 1 1 0 0 0-1 1v4H9v6h6V6h-2zm4 14c0 1.3.84 2.4 2 2.82V23h2v-4.18c1.16-.41 2-1.51 2-2.82v-2h-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/video-input-hdmi.svg b/mkdocs-material/material/templates/.icons/material/video-input-hdmi.svg new file mode 100644 index 0000000..beb0402 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/video-input-hdmi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 7V4a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v3H5v6l3 6v3h8v-3l3-6V7zM8 4h8v3h-2V5h-1v2h-2V5h-1v2H8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/video-input-scart.svg b/mkdocs-material/material/templates/.icons/material/video-input-scart.svg new file mode 100644 index 0000000..946f77a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/video-input-scart.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.6 2.2-3.3.2-3.5 2-.5-.9L2 10v7h1v2c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2v-2h1v-7h-1l-.2-.4 3.5-2 1.8-2.8zM15 17v2H5v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/video-input-svideo.svg b/mkdocs-material/material/templates/.icons/material/video-input-svideo.svg new file mode 100644 index 0000000..c7bd073 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/video-input-svideo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 11.5A1.5 1.5 0 0 0 6.5 10 1.5 1.5 0 0 0 5 11.5 1.5 1.5 0 0 0 6.5 13 1.5 1.5 0 0 0 8 11.5m7-5A1.5 1.5 0 0 0 13.5 5h-3A1.5 1.5 0 0 0 9 6.5 1.5 1.5 0 0 0 10.5 8h3A1.5 1.5 0 0 0 15 6.5M8.5 15A1.5 1.5 0 0 0 7 16.5 1.5 1.5 0 0 0 8.5 18a1.5 1.5 0 0 0 1.5-1.5A1.5 1.5 0 0 0 8.5 15M12 1A11 11 0 0 0 1 12a11 11 0 0 0 11 11 11 11 0 0 0 11-11A11 11 0 0 0 12 1m0 20c-4.96 0-9-4.04-9-9s4.04-9 9-9 9 4.04 9 9-4.04 9-9 9m5.5-11a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5m-2 5a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/video-marker-outline.svg b/mkdocs-material/material/templates/.icons/material/video-marker-outline.svg new file mode 100644 index 0000000..52bbce9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/video-marker-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.5 16.8c-.7 0-1.2-.6-1.2-1.2 0-.7.6-1.2 1.2-1.2s1.2.6 1.2 1.2c.1.6-.5 1.2-1.2 1.2m0-4.8C3.6 12 2 13.6 2 15.5 2 18.1 5.5 22 5.5 22S9 18.1 9 15.5C9 13.6 7.4 12 5.5 12M4 6c-.6 0-1 .4-1 1v3.6c.6-.3 1.3-.5 2-.6V8h10v8h-4c-.1.7-.2 1.4-.5 2H16c.6 0 1-.4 1-1v-3.5l4 4v-11l-4 4V7c0-.6-.4-1-1-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/video-marker.svg b/mkdocs-material/material/templates/.icons/material/video-marker.svg new file mode 100644 index 0000000..674cb33 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/video-marker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.5 16.8c-.7 0-1.2-.6-1.2-1.2 0-.7.6-1.2 1.2-1.2s1.2.6 1.2 1.2c.1.6-.5 1.2-1.2 1.2m0-4.8C3.6 12 2 13.6 2 15.5 2 18.1 5.5 22 5.5 22S9 18.1 9 15.5C9 13.6 7.4 12 5.5 12M4 6c-.6 0-1 .4-1 1v3.6c.8-.4 1.6-.6 2.5-.6 3 0 5.5 2.5 5.5 5.5 0 .9-.2 1.7-.5 2.5H16c.6 0 1-.4 1-1v-3.5l4 4v-11l-4 4V7c0-.6-.4-1-1-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/video-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/video-minus-outline.svg new file mode 100644 index 0000000..0423733 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/video-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 8v8H5V8zm1-2H4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-3.5l4 4v-11l-4 4V7c0-.55-.45-1-1-1m-3 7H7v-2h6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/video-minus.svg b/mkdocs-material/material/templates/.icons/material/video-minus.svg new file mode 100644 index 0000000..8813053 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/video-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 10.5V7a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-3.5l4 4v-11zM14 13H6v-2h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/video-off-outline.svg b/mkdocs-material/material/templates/.icons/material/video-off-outline.svg new file mode 100644 index 0000000..c8afa1f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/video-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.41 1.86 2 3.27 4.73 6H4a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h12c.21 0 .39-.08.55-.18L19.73 21l1.41-1.41-8.86-8.86zM5 16V8h1.73l8 8zm10-8v2.61l6 6V6.5l-4 4V7a1 1 0 0 0-1-1h-5.61l2 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/video-off.svg b/mkdocs-material/material/templates/.icons/material/video-off.svg new file mode 100644 index 0000000..4f17e24 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/video-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.27 2 2 3.27 4.73 6H4a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h12c.2 0 .39-.08.54-.18L19.73 21 21 19.73M21 6.5l-4 4V7a1 1 0 0 0-1-1H9.82L21 17.18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/video-outline.svg b/mkdocs-material/material/templates/.icons/material/video-outline.svg new file mode 100644 index 0000000..95b5c0d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/video-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 8v8H5V8zm1-2H4a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-3.5l4 4v-11l-4 4V7a1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/video-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/video-plus-outline.svg new file mode 100644 index 0000000..410e0cf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/video-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 8v8H5V8zm1-2H4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-3.5l4 4v-11l-4 4V7c0-.55-.45-1-1-1m-3 7h-2v2H9v-2H7v-2h2V9h2v2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/video-plus.svg b/mkdocs-material/material/templates/.icons/material/video-plus.svg new file mode 100644 index 0000000..260257c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/video-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 10.5V7a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-3.5l4 4v-11zM14 13h-3v3H9v-3H6v-2h3V8h2v3h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/video-stabilization.svg b/mkdocs-material/material/templates/.icons/material/video-stabilization.svg new file mode 100644 index 0000000..23228ff --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/video-stabilization.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 4h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2m0 2v12h16V6zm3.24.58 11.59 3.11-2.07 7.73-11.59-3.11z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/video-standard-definition.svg b/mkdocs-material/material/templates/.icons/material/video-standard-definition.svg new file mode 100644 index 0000000..eb4526d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/video-standard-definition.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 14v-4c0-.3-.2-.5-.5-.5h-1v5h1c.3 0 .5-.2.5-.5m3-7v3.5l4-4v11l-4-4V17c0 .6-.4 1-1 1H4c-.6 0-1-.4-1-1V7c0-.6.4-1 1-1h12c.6 0 1 .4 1 1m-3 9c.8 0 1.5-.7 1.5-1.5v-5c0-.8-.7-1.5-1.5-1.5h-3v8zM9 8H5.5C4.67 8 4 8.67 4 9.5V11c0 .83.67 1.5 1.5 1.5h2v2H4V16h3.5c.83 0 1.5-.67 1.5-1.5v-2c0-.83-.67-1.5-1.5-1.5h-2V9.5H9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/video-switch-outline.svg b/mkdocs-material/material/templates/.icons/material/video-switch-outline.svg new file mode 100644 index 0000000..9fd27b1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/video-switch-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 13h4v2l3-3-3-3v2H8V9l-3 3 3 3zm10-3.5V6c0-.6-.5-1-1-1H3c-.5 0-1 .4-1 1v12c0 .5.5 1 1 1h14c.5 0 1-.5 1-1v-3.5l4 4v-13zM16 17H4V7h12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/video-switch.svg b/mkdocs-material/material/templates/.icons/material/video-switch.svg new file mode 100644 index 0000000..4026085 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/video-switch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 15.5V13H7v2.5L3.5 12 7 8.5V11h6V8.5l3.5 3.5M18 9.5V6a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-3.5l4 4v-13z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/video-vintage.svg b/mkdocs-material/material/templates/.icons/material/video-vintage.svg new file mode 100644 index 0000000..86f2c00 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/video-vintage.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 14.5V11a1 1 0 0 0-1-1h-1c2.24-1.61 2.76-4.73 1.15-7a5.02 5.02 0 0 0-6.98-1.13C9.5 2.35 8.96 3 8.6 3.73a4.985 4.985 0 0 0-6.88 1.64 5 5 0 0 0 1.64 6.88c.21.12.42.25.64.33V21a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-3.5l4 4v-11zM13 4a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2M6 6a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/video-wireless-outline.svg b/mkdocs-material/material/templates/.icons/material/video-wireless-outline.svg new file mode 100644 index 0000000..ffda3b7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/video-wireless-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 12v8H5v-8zm1-2H4a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-3.5l4 4v-11l-4 4V11a1 1 0 0 0-1-1M3 3.86l1.4 1.38c3.1-3.05 8.1-3.05 11.2 0L17 3.86C13.14.05 6.87.05 3 3.86m2.8 2.77L7.2 8c1.55-1.5 4.05-1.5 5.6 0l1.4-1.37c-2.32-2.29-6.08-2.29-8.4 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/video-wireless.svg b/mkdocs-material/material/templates/.icons/material/video-wireless.svg new file mode 100644 index 0000000..84dbb37 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/video-wireless.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 14.5V11a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-3.5l4 4v-11M3 3.86l1.4 1.38c3.1-3.05 8.1-3.05 11.2 0L17 3.86C13.14.05 6.87.05 3 3.86m2.8 2.76L7.2 8c1.55-1.5 4.05-1.5 5.6 0l1.4-1.38c-2.32-2.28-6.08-2.28-8.4 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/video.svg b/mkdocs-material/material/templates/.icons/material/video.svg new file mode 100644 index 0000000..bcc254a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/video.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 10.5V7a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-3.5l4 4v-11z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/view-agenda-outline.svg b/mkdocs-material/material/templates/.icons/material/view-agenda-outline.svg new file mode 100644 index 0000000..911f0fb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/view-agenda-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1m-1 6H4v-4h16m1-12H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1m-1 6H4V5h16Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/view-agenda.svg b/mkdocs-material/material/templates/.icons/material/view-agenda.svg new file mode 100644 index 0000000..0c1d2ab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/view-agenda.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 3H3c-.6 0-1 .4-1 1v6c0 .6.4 1 1 1h18c.6 0 1-.4 1-1V4c0-.6-.4-1-1-1m0 10H3c-.6 0-1 .4-1 1v6c0 .6.4 1 1 1h18c.6 0 1-.4 1-1v-6c0-.6-.4-1-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/view-array-outline.svg b/mkdocs-material/material/templates/.icons/material/view-array-outline.svg new file mode 100644 index 0000000..0d18ea6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/view-array-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 7v9h-5V7zm6-2h-3v13h3zm-4 0H8v13h9zM7 5H4v13h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/view-array.svg b/mkdocs-material/material/templates/.icons/material/view-array.svg new file mode 100644 index 0000000..3210048 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/view-array.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 18h9V5H8m10 0v13h3V5M4 18h3V5H4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/view-carousel-outline.svg b/mkdocs-material/material/templates/.icons/material/view-carousel-outline.svg new file mode 100644 index 0000000..77b7f2d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/view-carousel-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 6h4v11H2zm5 13h10V4H7zM9 6h6v11H9zm9 0h4v11h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/view-carousel.svg b/mkdocs-material/material/templates/.icons/material/view-carousel.svg new file mode 100644 index 0000000..d3ff118 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/view-carousel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 6v11h4V6M2 17h4V6H2m5 13h10V4H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/view-column-outline.svg b/mkdocs-material/material/templates/.icons/material/view-column-outline.svg new file mode 100644 index 0000000..2dfcece --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/view-column-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 5v13h17V5zm10 2v9h-3V7zM6 7h3v9H6zm13 9h-3V7h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/view-column.svg b/mkdocs-material/material/templates/.icons/material/view-column.svg new file mode 100644 index 0000000..ecdc8e4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/view-column.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 5v13h5V5M4 18h5V5H4m6 13h5V5h-5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/view-comfy-outline.svg b/mkdocs-material/material/templates/.icons/material/view-comfy-outline.svg new file mode 100644 index 0000000..874e6b7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/view-comfy-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 5v14h19V5zm17 4h-2.25V7H20zM9.25 11h2.25v2H9.25zm-2 2H5v-2h2.25zm4.25-4H9.25V7h2.25zm2-2h2.25v2H13.5zm-2 8v2H9.25v-2zm2 0h2.25v2H13.5zm0-2v-2h2.25v2zm4.25-2H20v2h-2.25zM7.25 7v2H5V7zM5 15h2.25v2H5zm12.75 2v-2H20v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/view-comfy.svg b/mkdocs-material/material/templates/.icons/material/view-comfy.svg new file mode 100644 index 0000000..de6c021 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/view-comfy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 9h4V5H3zm0 5h4v-4H3zm5 0h4v-4H8zm5 0h4v-4h-4zM8 9h4V5H8zm5-4v4h4V5zm5 9h4v-4h-4zM3 19h4v-4H3zm5 0h4v-4H8zm5 0h4v-4h-4zm5 0h4v-4h-4zm0-14v4h4V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/view-compact-outline.svg b/mkdocs-material/material/templates/.icons/material/view-compact-outline.svg new file mode 100644 index 0000000..947a298 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/view-compact-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 5v14h19V5zm2 2h15v4H5zm0 10v-4h4v4zm6 0v-4h9v4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/view-compact.svg b/mkdocs-material/material/templates/.icons/material/view-compact.svg new file mode 100644 index 0000000..bbf3419 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/view-compact.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 19h6v-7H3zm7 0h12v-7H10zM3 5v6h19V5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/view-dashboard-edit-outline.svg b/mkdocs-material/material/templates/.icons/material/view-dashboard-edit-outline.svg new file mode 100644 index 0000000..5d84d3e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/view-dashboard-edit-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM21 3h-8v6h8zm-2 4h-4V5h4zm-6 11.06V11h8v.1c-.76 0-1.43.4-1.81.79L18.07 13H15v3.07zM11 3H3v10h8zm-2 8H5V5h4zm2 9.06V15H3v6h8zM9 19H5v-2h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/view-dashboard-edit.svg b/mkdocs-material/material/templates/.icons/material/view-dashboard-edit.svg new file mode 100644 index 0000000..882d3c6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/view-dashboard-edit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM21 9h-8V3h8zm-8 9.06V11h8v.1c-.76 0-1.43.4-1.81.79zM11 13H3V3h8zm0 8H3v-6h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/view-dashboard-outline.svg b/mkdocs-material/material/templates/.icons/material/view-dashboard-outline.svg new file mode 100644 index 0000000..0e0eca5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/view-dashboard-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 5v2h-4V5zM9 5v6H5V5zm10 8v6h-4v-6zM9 17v2H5v-2zM21 3h-8v6h8zM11 3H3v10h8zm10 8h-8v10h8zm-10 4H3v6h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/view-dashboard-variant-outline.svg b/mkdocs-material/material/templates/.icons/material/view-dashboard-variant-outline.svg new file mode 100644 index 0000000..6f48c7e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/view-dashboard-variant-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 5v14h20V5zm18 7h-4V7h4zm-6-2h-4V7h4zm-4 2h4v5h-4zM4 7h4v10H4zm12 10v-3h4v3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/view-dashboard-variant.svg b/mkdocs-material/material/templates/.icons/material/view-dashboard-variant.svg new file mode 100644 index 0000000..25eecf7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/view-dashboard-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 5v14h6V5zm7 0v5h6V5zm7 0v9h6V5zm-7 6v8h6v-8zm7 4v4h6v-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/view-dashboard.svg b/mkdocs-material/material/templates/.icons/material/view-dashboard.svg new file mode 100644 index 0000000..4dd8351 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/view-dashboard.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 3v6h8V3m-8 18h8V11h-8M3 21h8v-6H3m0-2h8V3H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/view-day-outline.svg b/mkdocs-material/material/templates/.icons/material/view-day-outline.svg new file mode 100644 index 0000000..21e29b5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/view-day-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 18H2v2h19zm-2-8v4H4v-4zm1-2H3c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h17c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1m1-4H2v2h19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/view-day.svg b/mkdocs-material/material/templates/.icons/material/view-day.svg new file mode 100644 index 0000000..8a31f67 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/view-day.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 3v3h19V3m-1 5H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h17a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1M2 21h19v-3H2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/view-gallery-outline.svg b/mkdocs-material/material/templates/.icons/material/view-gallery-outline.svg new file mode 100644 index 0000000..7c528e6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/view-gallery-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 3v18h22V3zm20 2v9H3V5zM11 16v3H8v-3zm-8 0h3v3H3zm10 3v-3h3v3zm5 0v-3h3v3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/view-gallery.svg b/mkdocs-material/material/templates/.icons/material/view-gallery.svg new file mode 100644 index 0000000..8cab648 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/view-gallery.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 3H2v13h19zM2 17h4v4H2zm5 0h4v4H7zm5 0h4v4h-4zm5 0h4v4h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/view-grid-compact.svg b/mkdocs-material/material/templates/.icons/material/view-grid-compact.svg new file mode 100644 index 0000000..0454dbe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/view-grid-compact.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 5h2v2H2zm3 0h2v2H5zm3 0h2v2H8zm3 0h2v2h-2zm3 0h2v2h-2zm3 0h2v2h-2zm3 0h2v2h-2zM2 8h2v2H2zm3 0h2v2H5zm3 0h2v2H8zm3 0h2v2h-2zm3 0h2v2h-2zm3 0h2v2h-2zm3 0h2v2h-2zM2 11h2v2H2zm3 0h2v2H5zm3 0h2v2H8zm3 0h2v2h-2zm3 0h2v2h-2zm3 0h2v2h-2zm3 0h2v2h-2zM2 14h2v2H2zm3 0h2v2H5zm3 0h2v2H8zm3 0h2v2h-2zm3 0h2v2h-2zm3 0h2v2h-2zm3 0h2v2h-2zM2 17h2v2H2zm3 0h2v2H5zm3 0h2v2H8zm3 0h2v2h-2zm3 0h2v2h-2zm3 0h2v2h-2zm3 0h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/view-grid-outline.svg b/mkdocs-material/material/templates/.icons/material/view-grid-outline.svg new file mode 100644 index 0000000..d0ca677 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/view-grid-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 11h8V3H3m2 2h4v4H5m8 12h8v-8h-8m2 2h4v4h-4M3 21h8v-8H3m2 2h4v4H5m8-16v8h8V3m-2 6h-4V5h4Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/view-grid-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/view-grid-plus-outline.svg new file mode 100644 index 0000000..3e477ca --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/view-grid-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 21h8v-8H3m2 2h4v4H5m-2-8h8V3H3m2 2h4v4H5m8-6v8h8V3m-2 6h-4V5h4m-1 11h3v2h-3v3h-2v-3h-3v-2h3v-3h2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/view-grid-plus.svg b/mkdocs-material/material/templates/.icons/material/view-grid-plus.svg new file mode 100644 index 0000000..f34537d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/view-grid-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 3v8h8V3zM3 21h8v-8H3zM3 3v8h8V3zm10 13h3v-3h2v3h3v2h-3v3h-2v-3h-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/view-grid.svg b/mkdocs-material/material/templates/.icons/material/view-grid.svg new file mode 100644 index 0000000..fa6bca1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/view-grid.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 11h8V3H3m0 18h8v-8H3m10 8h8v-8h-8m0-10v8h8V3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/view-headline.svg b/mkdocs-material/material/templates/.icons/material/view-headline.svg new file mode 100644 index 0000000..e901373 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/view-headline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 5v2h17V5M4 11h17V9H4m0 10h17v-2H4m0-2h17v-2H4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/view-list-outline.svg b/mkdocs-material/material/templates/.icons/material/view-list-outline.svg new file mode 100644 index 0000000..b1de611 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/view-list-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 5v14h17V5zm4 2v2H5V7zm-2 6v-2h2v2zm0 2h2v2H5zm13 2H9v-2h9zm0-4H9v-2h9zm0-4H9V7h9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/view-list.svg b/mkdocs-material/material/templates/.icons/material/view-list.svg new file mode 100644 index 0000000..936dd3e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/view-list.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 5v4h12V5M9 19h12v-4H9m0-1h12v-4H9M4 9h4V5H4m0 14h4v-4H4m0-1h4v-4H4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/view-module-outline.svg b/mkdocs-material/material/templates/.icons/material/view-module-outline.svg new file mode 100644 index 0000000..8ff7eb6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/view-module-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 5v13h17V5zm10 2v3.5h-3V7zM6 7h3v3.5H6zm0 9v-3.5h3V16zm5 0v-3.5h3V16zm8 0h-3v-3.5h3zm-3-5.5V7h3v3.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/view-module.svg b/mkdocs-material/material/templates/.icons/material/view-module.svg new file mode 100644 index 0000000..f766122 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/view-module.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 5v6h5V5m-11 6h5V5h-5m6 13h5v-6h-5m-6 6h5v-6h-5m-6 6h5v-6H4m0-1h5V5H4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/view-parallel-outline.svg b/mkdocs-material/material/templates/.icons/material/view-parallel-outline.svg new file mode 100644 index 0000000..8cc5f3d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/view-parallel-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5v18h14zm-2 16h-2V5h2zm-4 0h-2V5h2zM7 5h2v14H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/view-parallel.svg b/mkdocs-material/material/templates/.icons/material/view-parallel.svg new file mode 100644 index 0000000..fef21c7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/view-parallel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3v18h-4V3zm-5 0v18h-4V3zM9 3v18H5V3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/view-quilt-outline.svg b/mkdocs-material/material/templates/.icons/material/view-quilt-outline.svg new file mode 100644 index 0000000..0710c8c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/view-quilt-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 5v13h17V5zm2 11V7h3v9zm5 0v-3.5h3V16zm8 0h-3v-3.5h3zm-8-5.5V7h8v3.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/view-quilt.svg b/mkdocs-material/material/templates/.icons/material/view-quilt.svg new file mode 100644 index 0000000..d573c3b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/view-quilt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 5v6h11V5m-5 13h5v-6h-5M4 18h5V5H4m6 13h5v-6h-5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/view-sequential-outline.svg b/mkdocs-material/material/templates/.icons/material/view-sequential-outline.svg new file mode 100644 index 0000000..4fac1f3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/view-sequential-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 5v14h18V5zm16 2v2H5V7zm0 4v2H5v-2zM5 17v-2h14v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/view-sequential.svg b/mkdocs-material/material/templates/.icons/material/view-sequential.svg new file mode 100644 index 0000000..4bc080c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/view-sequential.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 5h18v4H3zm0 5h18v4H3zm0 5h18v4H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/view-split-horizontal.svg b/mkdocs-material/material/templates/.icons/material/view-split-horizontal.svg new file mode 100644 index 0000000..ceec98d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/view-split-horizontal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 5h18v2H3zm0 6V9h18v2zm0 8v-6h18v6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/view-split-vertical.svg b/mkdocs-material/material/templates/.icons/material/view-split-vertical.svg new file mode 100644 index 0000000..cfeda0a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/view-split-vertical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 5h8v14h-8zM3 5h8v2H3zm0 6V9h8v2zm0 8v-2h8v2zm0-4v-2h8v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/view-stream-outline.svg b/mkdocs-material/material/templates/.icons/material/view-stream-outline.svg new file mode 100644 index 0000000..0bbedaa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/view-stream-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 6v12h17V6zm15 10H6v-3h13zM6 11V8h13v3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/view-stream.svg b/mkdocs-material/material/templates/.icons/material/view-stream.svg new file mode 100644 index 0000000..65674b3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/view-stream.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 5v6h17V5M4 18h17v-6H4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/view-week-outline.svg b/mkdocs-material/material/templates/.icons/material/view-week-outline.svg new file mode 100644 index 0000000..b3e44be --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/view-week-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 4H3c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1M8 18H4V6h4zm6 0h-4V6h4zm6 0h-4V6h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/view-week.svg b/mkdocs-material/material/templates/.icons/material/view-week.svg new file mode 100644 index 0000000..1280222 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/view-week.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 5h-3a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1m7 0h-3a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1M6 5H3a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vimeo.svg b/mkdocs-material/material/templates/.icons/material/vimeo.svg new file mode 100644 index 0000000..8ec68f8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vimeo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 7.42c-.09 1.95-1.45 4.62-4.08 8.02C15.2 19 12.9 20.75 11 20.75c-1.15 0-2.14-1.08-2.95-3.25-.55-1.96-1.05-3.94-1.61-5.92-.6-2.16-1.24-3.24-1.94-3.24-.14 0-.66.32-1.56.95L2 8.07c1-.87 1.96-1.74 2.92-2.61 1.32-1.14 2.31-1.74 2.96-1.8 1.56-.16 2.52.92 2.88 3.2.39 2.47.66 4 .81 4.6.43 2.04.93 3.04 1.48 3.04.42 0 1.05-.64 1.89-1.97q1.26-1.98 1.35-3.03.18-1.71-1.35-1.71c-.48 0-.97.11-1.48.33.98-3.23 2.86-4.8 5.63-4.71 2.06.06 3.03 1.4 2.91 4.01"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/violin.svg b/mkdocs-material/material/templates/.icons/material/violin.svg new file mode 100644 index 0000000..41c92c4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/violin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 2a1 1 0 0 0-1 1v6a.5.5 0 0 0 .5.5H12a.5.5 0 0 1 .5.5.5.5 0 0 1-.5.5h-1.5C9.73 10.5 9 9.77 9 9V5.16C7.27 5.6 6 7.13 6 9v1.5A2.5 2.5 0 0 1 8.5 13 2.5 2.5 0 0 1 6 15.5V17c0 2.77 2.23 5 5 5h2c2.77 0 5-2.23 5-5v-1.5a2.5 2.5 0 0 1-2.5-2.5 2.5 2.5 0 0 1 2.5-2.5V9c0-2.22-1.78-4-4-4V3a1 1 0 0 0-1-1zm-.25 14.5h2.5l-.5 3.5h-1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/virtual-reality.svg b/mkdocs-material/material/templates/.icons/material/virtual-reality.svg new file mode 100644 index 0000000..1a77edd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/virtual-reality.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm1 6h1.5l1 3.43L9.5 9H11l-1.75 6h-1.5zm7 0h3.5c.85 0 1.5.65 1.5 1.5v1c0 .6-.4 1.15-.9 1.4L18 15h-1.5l-.85-2H14.5v2H13zm1.5 1.5v1h2v-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/virus-off-outline.svg b/mkdocs-material/material/templates/.icons/material/virus-off-outline.svg new file mode 100644 index 0000000..491751c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/virus-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 13a1.746 1.746 0 0 1-3.18 1h-1.11c-.11.38-.26.73-.43 1.08l-1.55-1.55c.16-.48.27-.99.27-1.53 0-2.76-2.24-5-5-5-.54 0-1.05.11-1.53.27L8.92 5.72c.65-.31 1.34-.53 2.08-.64v-1.4A1.746 1.746 0 0 1 12 .5a1.746 1.746 0 0 1 1 3.18v1.4c1.19.17 2.27.63 3.19 1.32l1.34-1.34c-.1-.56.06-1.13.47-1.56.35-.33.8-.5 1.25-.5s.9.17 1.25.5c.67.7.67 1.81 0 2.5-.35.33-.8.5-1.25.5-.1 0-.2 0-.31-.03L17.6 7.81A6.86 6.86 0 0 1 19 12h.82A1.746 1.746 0 0 1 23 13m-.89 8.46-1.27 1.27-.74-.73c-.4-.05-.79-.21-1.1-.5-.3-.31-.46-.7-.5-1.1l-2.6-2.61c-.33.21-.68.44-1.05.6.36.29.61.73.65 1.23.07.96-.65 1.8-1.62 1.88h-.13c-.91 0-1.67-.7-1.75-1.62 0-.32.05-.62.18-.88H12c-.93 0-1.81-.18-2.62-.5l-1.07 1.97c.25.49.26 1.09-.02 1.61a1.75 1.75 0 0 1-2.37.71 1.75 1.75 0 0 1-.71-2.37c.29-.53.79-.84 1.34-.92l1.1-2c-.7-.58-1.3-1.28-1.75-2.07l-1.51.41c-.18.52-.61.94-1.18 1.1-.16.06-.31.06-.46.06-.75 0-1.48-.5-1.69-1.29-.251-.94.3-1.9 1.23-2.15.15-.06.31-.06.46-.06.41 0 .81.15 1.12.41l1.31-.35A7.2 7.2 0 0 1 5 12c-.36-.08-.71-.23-1-.5-.67-.7-.67-1.8 0-2.5.35-.33.8-.5 1.25-.5.21 0 .42.04.62.12.1-.18.22-.35.33-.53L1.11 3l1.28-1.27zm-7.66-5.12L7.66 9.55C7.25 10.28 7 11.11 7 12c0 2.76 2.24 5 5 5 .9 0 1.73-.25 2.45-.66M7.19 2.75C6.84 2.26 6.3 2 5.75 2c-.16 0-.32.03-.48.07l2.15 2.15c.14-.49.08-1.03-.23-1.47"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/virus-off.svg b/mkdocs-material/material/templates/.icons/material/virus-off.svg new file mode 100644 index 0000000..eba3ee0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/virus-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.42 4.22 5.28 2.08c.69-.2 1.47.04 1.91.67.31.44.37.98.23 1.47m13.83 7.03c-.59 0-1.12.3-1.43.75H19c0-1.57-.5-3-1.4-4.19l1.34-1.34c.56.1 1.13-.06 1.56-.47.67-.69.67-1.8 0-2.5-.69-.67-1.8-.67-2.5 0-.41.43-.57 1-.47 1.56L16.19 6.4c-.92-.69-2-1.15-3.19-1.32v-1.4A1.746 1.746 0 0 0 12 .5a1.746 1.746 0 0 0-1 3.18v1.4c-.74.11-1.43.33-2.08.64l9.36 9.36c.17-.35.32-.7.43-1.08h1.11A1.746 1.746 0 0 0 23 13c0-.97-.78-1.75-1.75-1.75m.86 10.21-1.27 1.27-.74-.73c-.4-.04-.79-.2-1.1-.5-.3-.31-.46-.7-.5-1.1l-2.6-2.61c-.33.21-.68.44-1.05.6.36.29.61.73.65 1.23.07.96-.66 1.81-1.62 1.88s-1.8-.65-1.88-1.62c0-.32.05-.62.18-.88H12c-.93 0-1.81-.18-2.62-.5l-1.07 1.97c.25.49.26 1.09-.02 1.61a1.749 1.749 0 1 1-3.08-1.66c.29-.53.79-.84 1.34-.92l1.1-2c-.7-.58-1.3-1.28-1.75-2.07l-1.51.41c-.18.52-.61.94-1.18 1.1a1.75 1.75 0 1 1-.92-3.38c.58-.15 1.16 0 1.58.35l1.31-.35A7.2 7.2 0 0 1 5 12c-.36-.07-.71-.23-1-.5-.67-.7-.67-1.8 0-2.5.5-.5 1.25-.62 1.87-.38.1-.18.22-.35.33-.53L1.11 3l1.28-1.27z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/virus-outline.svg b/mkdocs-material/material/templates/.icons/material/virus-outline.svg new file mode 100644 index 0000000..8d00318 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/virus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 .5a1.746 1.746 0 0 0-1 3.18v1.4c-.9.13-1.74.42-2.5.86L7.39 4.35c.19-.52.14-1.12-.2-1.6C6.84 2.26 6.3 2 5.75 2c-.35 0-.7.1-1 .32-.79.55-.99 1.64-.43 2.43.34.49.88.75 1.43.75l1.18 1.68c-.43.43-.77.91-1.06 1.44-.2-.08-.41-.12-.62-.12-.45 0-.9.17-1.25.5-.67.7-.67 1.8 0 2.5.29.27.64.42 1 .5 0 .54.07 1.06.18 1.56l-1.31.35c-.31-.26-.71-.41-1.12-.41-.15 0-.31 0-.46.06a1.75 1.75 0 0 0-1.23 2.15C1.27 16.5 2 17 2.75 17c.15 0 .3 0 .46-.06.57-.16 1-.58 1.18-1.1l1.51-.41c.45.79 1.05 1.49 1.75 2.07l-1.1 2c-.55.08-1.05.39-1.34.92a1.749 1.749 0 1 0 3.08 1.66c.28-.52.27-1.12.02-1.61l1.07-1.97c.81.32 1.69.5 2.62.5h.18c-.13.26-.18.56-.18.88.08.92.84 1.62 1.75 1.62h.13c.97-.08 1.69-.92 1.62-1.88-.04-.5-.29-.94-.65-1.23.47-.21.92-.48 1.34-.79l2.34 2.34c-.1.56.06 1.13.47 1.56.35.33.8.5 1.25.5s.9-.17 1.25-.5c.67-.7.67-1.8 0-2.5-.35-.33-.8-.5-1.25-.5-.1 0-.2 0-.31.03l-2.34-2.34c.49-.65.87-1.39 1.11-2.19h1.11A1.746 1.746 0 0 0 23 13a1.746 1.746 0 0 0-3.18-1H19c0-1.57-.5-3-1.4-4.19l1.34-1.34c.11.03.21.03.31.03.45 0 .9-.17 1.25-.5.67-.69.67-1.8 0-2.5-.35-.33-.8-.5-1.25-.5s-.9.17-1.25.5c-.41.43-.57 1-.47 1.56L16.19 6.4c-.92-.69-2-1.15-3.19-1.32v-1.4A1.746 1.746 0 0 0 12 .5M12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5m-1.5-8C9.67 9 9 9.67 9 10.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5S11.33 9 10.5 9m3.5 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/virus.svg b/mkdocs-material/material/templates/.icons/material/virus.svg new file mode 100644 index 0000000..674fab3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/virus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.82 14A1.746 1.746 0 0 0 23 13a1.746 1.746 0 0 0-3.18-1H19c0-1.57-.5-3-1.4-4.19l1.34-1.34c.56.1 1.13-.06 1.56-.47.67-.69.67-1.8 0-2.5-.69-.67-1.8-.67-2.5 0-.41.43-.57 1-.47 1.56L16.19 6.4c-.92-.69-2-1.15-3.19-1.32v-1.4A1.746 1.746 0 0 0 12 .5a1.746 1.746 0 0 0-1 3.18v1.4c-.9.13-1.74.42-2.5.86L7.39 4.35c.19-.52.14-1.12-.2-1.6a1.75 1.75 0 0 0-2.44-.43c-.79.55-.99 1.64-.43 2.43.34.49.88.75 1.43.75l1.18 1.68c-.43.43-.77.91-1.06 1.44A1.76 1.76 0 0 0 4 9c-.67.7-.67 1.8 0 2.5.29.27.64.43 1 .5 0 .54.07 1.06.18 1.56l-1.31.35c-.42-.35-1-.5-1.58-.35a1.75 1.75 0 1 0 .92 3.38c.57-.16 1-.58 1.18-1.1l1.51-.41c.45.79 1.05 1.49 1.75 2.07l-1.1 2c-.55.08-1.05.39-1.34.92a1.749 1.749 0 1 0 3.08 1.66c.28-.52.27-1.12.02-1.61l1.07-1.97c.81.32 1.69.5 2.62.5h.18c-.13.26-.18.56-.18.88.08.97.92 1.69 1.88 1.62s1.69-.92 1.62-1.88c-.04-.5-.29-.94-.65-1.23.47-.21.92-.48 1.34-.79l2.34 2.34c-.1.56.06 1.13.47 1.56.7.67 1.8.67 2.5 0s.67-1.8 0-2.5c-.43-.41-1-.57-1.56-.47l-2.34-2.34c.49-.65.87-1.39 1.11-2.19zm-9.32-2c-.83 0-1.5-.67-1.5-1.5S9.67 9 10.5 9s1.5.67 1.5 1.5-.67 1.5-1.5 1.5m3.5 3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vlc.svg b/mkdocs-material/material/templates/.icons/material/vlc.svg new file mode 100644 index 0000000..5a3c4bc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vlc.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1c-.42 0-.81.23-1 .75L9.88 4.88c.48.52 1.4.62 2.12.62s1.64-.1 2.13-.62L13 1.75c-.18-.5-.58-.75-1-.75M8.44 8.91l-1.44 4c1.07 1.36 3.26 1.59 5 1.59s3.93-.23 5-1.59l-1.44-4C14.76 9.83 13.24 10 12 10s-2.76-.17-3.56-1.09m-3 6.09c-.82 0-1.68.65-1.91 1.44l-1.47 5.12c-.22.79.24 1.44 1.07 1.44h17.75c.82 0 1.28-.65 1.06-1.44l-1.47-5.12c-.23-.79-1.09-1.44-1.91-1.44h-.81l.34.97c.12.32.2.72 0 1C16.84 18.7 14.14 19 12 19s-4.84-.3-6.09-2.03c-.2-.28-.12-.68 0-1l.34-.97z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/voicemail.svg b/mkdocs-material/material/templates/.icons/material/voicemail.svg new file mode 100644 index 0000000..13c38fa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/voicemail.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.5 15a3.5 3.5 0 0 1-3.5-3.5A3.5 3.5 0 0 1 18.5 8a3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1-3.5 3.5m-13 0A3.5 3.5 0 0 1 2 11.5 3.5 3.5 0 0 1 5.5 8 3.5 3.5 0 0 1 9 11.5 3.5 3.5 0 0 1 5.5 15m13-9a5.5 5.5 0 0 0-5.5 5.5c0 1.33.47 2.55 1.26 3.5H9.74c.79-.95 1.26-2.17 1.26-3.5A5.5 5.5 0 0 0 5.5 6 5.5 5.5 0 0 0 0 11.5 5.5 5.5 0 0 0 5.5 17h13a5.5 5.5 0 0 0 5.5-5.5A5.5 5.5 0 0 0 18.5 6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/volcano-outline.svg b/mkdocs-material/material/templates/.icons/material/volcano-outline.svg new file mode 100644 index 0000000..103d519 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/volcano-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 8h-7l-2 5H6l-4 9h20zM7.3 15h3.05l.5-1.26 1.5-3.74h4.15l2.85 10H5.08zM13 1h2v4h-2zm3.12 4.47 2.83-2.83 1.41 1.41-2.82 2.83zM7.64 4.05l1.41-1.41 2.83 2.82-1.41 1.42z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/volcano.svg b/mkdocs-material/material/templates/.icons/material/volcano.svg new file mode 100644 index 0000000..dd01e28 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/volcano.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 8h-7l-2 5H6l-4 9h20zm-5-7h2v4h-2zm3.12 4.47 2.83-2.83 1.41 1.41-2.82 2.83zM7.64 4.05l1.41-1.41 2.83 2.82-1.41 1.42z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/volleyball.svg b/mkdocs-material/material/templates/.icons/material/volleyball.svg new file mode 100644 index 0000000..808ab7f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/volleyball.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.04 4.85C17.34 3.2 15.33 2.25 13 2v3.62l9 5.18c-.28-2.3-1.27-4.3-2.96-5.95M12 22c3.44 0 6.16-1.38 8.17-4.14L17.06 16l-8.99 5.2c1.25.53 2.57.8 3.93.8m1-10.59 8.15 4.66c.44-.94.73-1.93.85-2.96l-9-5.18zm-9.12 6.4c.66.91 1.38 1.65 2.17 2.19l8.99-5.1L12 13.15zM11.04 2C10 2.09 9 2.36 8 2.8v10.35l3.04-1.74zM2 12c0 1.39.3 2.77.89 4.12L6 14.28V4c-2.67 2-4 4.65-4 8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/volume-equal.svg b/mkdocs-material/material/templates/.icons/material/volume-equal.svg new file mode 100644 index 0000000..6892200 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/volume-equal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 9h4l5-5v16l-5-5H3zm11 4h8v2h-8m0-6h8v2h-8Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/volume-high.svg b/mkdocs-material/material/templates/.icons/material/volume-high.svg new file mode 100644 index 0000000..2af6725 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/volume-high.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.84-5 6.7v2.07c4-.91 7-4.49 7-8.77s-3-7.86-7-8.77M16.5 12c0-1.77-1-3.29-2.5-4.03V16c1.5-.71 2.5-2.24 2.5-4M3 9v6h4l5 5V4L7 9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/volume-low.svg b/mkdocs-material/material/templates/.icons/material/volume-low.svg new file mode 100644 index 0000000..ddfb342 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/volume-low.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 9v6h4l5 5V4l-5 5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/volume-medium.svg b/mkdocs-material/material/templates/.icons/material/volume-medium.svg new file mode 100644 index 0000000..57d9d58 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/volume-medium.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 9v6h4l5 5V4L9 9m9.5 3c0-1.77-1-3.29-2.5-4.03V16c1.5-.71 2.5-2.24 2.5-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/volume-minus.svg b/mkdocs-material/material/templates/.icons/material/volume-minus.svg new file mode 100644 index 0000000..7e49836 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/volume-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 9h4l5-5v16l-5-5H3zm11 2h8v2h-8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/volume-mute.svg b/mkdocs-material/material/templates/.icons/material/volume-mute.svg new file mode 100644 index 0000000..69ca549 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/volume-mute.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 9h4l5-5v16l-5-5H3zm13.59 3L14 9.41 15.41 8 18 10.59 20.59 8 22 9.41 19.41 12 22 14.59 20.59 16 18 13.41 15.41 16 14 14.59z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/volume-off.svg b/mkdocs-material/material/templates/.icons/material/volume-off.svg new file mode 100644 index 0000000..7a0ea8b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/volume-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 4 9.91 6.09 12 8.18M4.27 3 3 4.27 7.73 9H3v6h4l5 5v-6.73l4.25 4.26c-.67.51-1.42.93-2.25 1.17v2.07c1.38-.32 2.63-.95 3.68-1.81L19.73 21 21 19.73l-9-9M19 12c0 .94-.2 1.82-.54 2.64l1.51 1.51A8.9 8.9 0 0 0 21 12c0-4.28-3-7.86-7-8.77v2.06c2.89.86 5 3.54 5 6.71m-2.5 0c0-1.77-1-3.29-2.5-4.03v2.21l2.45 2.45c.05-.2.05-.42.05-.63"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/volume-plus.svg b/mkdocs-material/material/templates/.icons/material/volume-plus.svg new file mode 100644 index 0000000..3eaba0c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/volume-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 9h4l5-5v16l-5-5H3zm11 2h3V8h2v3h3v2h-3v3h-2v-3h-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/volume-source.svg b/mkdocs-material/material/templates/.icons/material/volume-source.svg new file mode 100644 index 0000000..0d08ce5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/volume-source.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 9v6h4l5 5V4L7 9zm13 6h-2V9h2zm4 4h-2V5h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/volume-variant-off.svg b/mkdocs-material/material/templates/.icons/material/volume-variant-off.svg new file mode 100644 index 0000000..ad0424e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/volume-variant-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m5.64 3.64 15.72 15.72-1.41 1.42L16 16.83V20l-5-5H7V9h1.17L4.22 5.05zM16 4v7.17l-3.59-3.59z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/volume-vibrate.svg b/mkdocs-material/material/templates/.icons/material/volume-vibrate.svg new file mode 100644 index 0000000..0ce8c9d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/volume-vibrate.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 9v6h4l5 5V4L8 9zm12.55-6.53L15.5 3.53 17.93 6 15 9l2.93 3L15 15l2.93 3-2.43 2.47 1.05 1.06L20 18l-2.93-3L20 12l-2.93-3L20 6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vote-outline.svg b/mkdocs-material/material/templates/.icons/material/vote-outline.svg new file mode 100644 index 0000000..6c7e2b6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vote-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18 13 3 3v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4l3-3h.83l2 2H6.78L5 17h14l-1.77-2h-1.91l2-2zm1 7v-1H5v1zm-7.66-5-4.95-4.93a.996.996 0 0 1 0-1.41l6.37-6.37a.975.975 0 0 1 1.4.01l4.95 4.95c.39.39.39 1.02 0 1.41L12.75 15a.96.96 0 0 1-1.41 0m2.12-10.59L8.5 9.36l3.55 3.54L17 7.95z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vote.svg b/mkdocs-material/material/templates/.icons/material/vote.svg new file mode 100644 index 0000000..a36e8d2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vote.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 13h-.68l-2 2h1.91L19 17H5l1.78-2h2.05l-2-2H6l-3 3v4a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-4zm-1-5.05-4.95 4.95L8.5 9.36l4.96-4.95zm-4.24-5.66L6.39 8.66a.996.996 0 0 0 0 1.41L11.34 15c.39.41 1.02.41 1.41 0l6.36-6.34a.996.996 0 0 0 0-1.41L14.16 2.3a.975.975 0 0 0-1.4-.01"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vpn.svg b/mkdocs-material/material/templates/.icons/material/vpn.svg new file mode 100644 index 0000000..6044abc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vpn.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 5h6l-3 3zm1.5 9.66c-.3.34-.5.84-.5 1.34a2 2 0 0 0 2 2 2 2 0 0 0 2-2c0-.55-.22-1.05-.59-1.41l1.42-1.42C15.55 13.9 16 14.9 16 16a4 4 0 0 1-4 4 4 4 0 0 1-4-4c0-1.07.42-2.04 1.1-2.75l-.01-.01 7.08-7.07A4 4 0 0 1 19 5a4 4 0 0 1 4 4 4 4 0 0 1-4 4c-1.1 0-2.1-.45-2.83-1.17l1.42-1.42c.36.37.86.59 1.41.59a2 2 0 0 0 2-2 2 2 0 0 0-2-2c-.55 0-1.05.22-1.41.59zM6.41 7.59C6.05 7.22 5.55 7 5 7a2 2 0 0 0-2 2 2 2 0 0 0 2 2c.55 0 1.05-.22 1.41-.59l1.42 1.42C7.1 12.55 6.1 13 5 13a4 4 0 0 1-4-4 4 4 0 0 1 4-4c1.11 0 2.11.45 2.83 1.17l2.76 2.76-1.42 1.42z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vuejs.svg b/mkdocs-material/material/templates/.icons/material/vuejs.svg new file mode 100644 index 0000000..7c46dcb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vuejs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 3h3.5L12 15l6.5-12H22L12 21zm4.5 0h3L12 7.58 14.5 3h3L12 13.08z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/vuetify.svg b/mkdocs-material/material/templates/.icons/material/vuetify.svg new file mode 100644 index 0000000..cba89f7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/vuetify.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 11.64 7.92 2h8.16zm0 10.31L3.27 4.91h4.57L12 14.47l4.16-9.56h4.57z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/walk.svg b/mkdocs-material/material/templates/.icons/material/walk.svg new file mode 100644 index 0000000..e75f4e5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/walk.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.12 10H19V8.2h-3.62l-2-3.33c-.3-.5-.84-.84-1.46-.84-.18 0-.34.03-.5.08L6 5.8V11h1.8V7.33l2.11-.66L6 22h1.8l2.87-8.11L13 17v5h1.8v-6.41l-2.49-4.54.73-2.87M14 3.8c1 0 1.8-.8 1.8-1.8S15 .2 14 .2 12.2 1 12.2 2 13 3.8 14 3.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wall-fire.svg b/mkdocs-material/material/templates/.icons/material/wall-fire.svg new file mode 100644 index 0000000..11b846c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wall-fire.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22.14 15.34-.02.01c.23.28.43.59.58.92l.09.19c.71 1.69.21 3.64-1.1 4.86-1.19 1.09-2.85 1.38-4.39 1.18-1.46-.18-2.8-1.1-3.57-2.37-.23-.39-.43-.83-.53-1.28-.13-.35-.17-.73-.2-1.1-.09-1.6.55-3.3 1.76-4.3-.55 1.21-.42 2.72.39 3.77l.11.13c.14.12.31.15.47.09.15-.06.27-.21.27-.37l-.07-.24c-.88-2.33-.14-5.03 1.73-6.56.51-.42 1.14-.8 1.8-.97-.68 1.36-.46 3.14.63 4.2.46.5 1.02.79 1.49 1.23zM19.86 20l-.01-.03c.45-.39.7-1.06.68-1.66L20.5 18c-.2-1-1.07-1.34-1.63-2.07l-.43-.78c-.22.5-.24.97-.15 1.51.1.57.32 1.06.21 1.65-.16.65-.67 1.3-1.56 1.51.5.49 1.31.88 2.12.6.26-.07.59-.26.8-.42M3 16h8.06L11 17c0 1.41.36 2.73 1 3.88V21H3zm-1-6h6v5H2zm7 0h6v.07A8.03 8.03 0 0 0 11.25 15H9zM3 4h8v5H3zm9 0h9v5h-9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wall-sconce-flat-outline.svg b/mkdocs-material/material/templates/.icons/material/wall-sconce-flat-outline.svg new file mode 100644 index 0000000..b6bacf3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wall-sconce-flat-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 5v6h14V5zm12 4H7V7h10zM5.27 13.32 3.5 15.09l1.41 1.41 1.77-1.77zm13.46 0-1.41 1.41 1.77 1.77 1.41-1.41zM11 16v3h2v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wall-sconce-flat-variant-outline.svg b/mkdocs-material/material/templates/.icons/material/wall-sconce-flat-variant-outline.svg new file mode 100644 index 0000000..193ca78 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wall-sconce-flat-variant-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 13v6h14v-6zm12 4H7v-2h10zm1.73-6.32 1.77-1.77-1.41-1.41-1.77 1.77zm-13.46 0 1.41-1.41L4.91 7.5 3.5 8.91zM13 8V5h-2v3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wall-sconce-flat-variant.svg b/mkdocs-material/material/templates/.icons/material/wall-sconce-flat-variant.svg new file mode 100644 index 0000000..e9255f0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wall-sconce-flat-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 19v-6H5v6zm-.27-8.32 1.77-1.77-1.41-1.41-1.77 1.77zm-13.46 0 1.41-1.41L4.91 7.5 3.5 8.91zM13 8V5h-2v3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wall-sconce-flat.svg b/mkdocs-material/material/templates/.icons/material/wall-sconce-flat.svg new file mode 100644 index 0000000..e72daf2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wall-sconce-flat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 5v6h14V5zm.27 8.32L3.5 15.09l1.41 1.41 1.77-1.77zm13.46 0-1.41 1.41 1.77 1.77 1.41-1.41zM11 16v3h2v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wall-sconce-outline.svg b/mkdocs-material/material/templates/.icons/material/wall-sconce-outline.svg new file mode 100644 index 0000000..8b5969f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wall-sconce-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m13.7 6 2.22 5h-5.84l2.22-5zM15 4h-4l-4 9h12zM4 14v8h2v-3h8v-5h-2v3H6v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wall-sconce-round-outline.svg b/mkdocs-material/material/templates/.icons/material/wall-sconce-round-outline.svg new file mode 100644 index 0000000..3560d15 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wall-sconce-round-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19v-3h-2v3zm6.09-2.5 1.41-1.41-1.77-1.77-1.41 1.41zm-14.18 0 1.77-1.77-1.41-1.41-1.77 1.77zM12 6c1.04 0 2.08.28 3 .81 1.26.69 2.19 1.86 2.66 3.19H6.34C6.81 8.67 7.74 7.5 9 6.81A6.03 6.03 0 0 1 12 6m0-2c-1.37 0-2.75.36-4 1.07C5.5 6.5 4 9.14 4 12h16c0-2.86-1.5-5.5-4-6.93A8.1 8.1 0 0 0 12 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wall-sconce-round-variant-outline.svg b/mkdocs-material/material/templates/.icons/material/wall-sconce-round-variant-outline.svg new file mode 100644 index 0000000..23bb661 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wall-sconce-round-variant-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 5v3h2V5zM4.91 7.5 3.5 8.91l1.77 1.77 1.41-1.41zm14.18 0-1.77 1.77 1.41 1.41 1.77-1.77zM17.66 14c-.47 1.33-1.4 2.5-2.66 3.19-.92.53-1.96.81-3 .81s-2.08-.28-3-.81C7.74 16.5 6.81 15.33 6.34 14zM20 12H4c0 2.86 1.5 5.5 4 6.93A8 8 0 0 0 12 20a8 8 0 0 0 4-1.07c2.5-1.43 4-4.07 4-6.93"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wall-sconce-round-variant.svg b/mkdocs-material/material/templates/.icons/material/wall-sconce-round-variant.svg new file mode 100644 index 0000000..88c0134 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wall-sconce-round-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 5v3h2V5zM4.91 7.5 3.5 8.91l1.77 1.77 1.41-1.41zm14.18 0-1.77 1.77 1.41 1.41 1.77-1.77zM4 12c0 2.86 1.5 5.5 4 6.93s5.5 1.43 8 0 4-4.07 4-6.93z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wall-sconce-round.svg b/mkdocs-material/material/templates/.icons/material/wall-sconce-round.svg new file mode 100644 index 0000000..f0a79d7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wall-sconce-round.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 19v-3h-2v3zm6.09-2.5 1.41-1.41-1.77-1.77-1.41 1.41zm-14.18 0 1.77-1.77-1.41-1.41-1.77 1.77zM20 12c0-2.86-1.5-5.5-4-6.93s-5.5-1.43-8 0S4 9.14 4 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wall-sconce.svg b/mkdocs-material/material/templates/.icons/material/wall-sconce.svg new file mode 100644 index 0000000..89bc326 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wall-sconce.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11 4-4 9h12l-4-9zM4 14v8h2v-3h8v-5h-2v3H6v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wall.svg b/mkdocs-material/material/templates/.icons/material/wall.svg new file mode 100644 index 0000000..ebe6a75 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wall.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 16h9v5H3zm-1-6h6v5H2zm7 0h6v5H9zm7 0h6v5h-6zm-3 6h8v5h-8zM3 4h8v5H3zm9 0h9v5h-9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wallet-bifold-outline.svg b/mkdocs-material/material/templates/.icons/material/wallet-bifold-outline.svg new file mode 100644 index 0000000..0c4842f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wallet-bifold-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.5 15.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5M7 3h10a2 2 0 0 1 2 2v2a2 2 0 0 1 2 2v10c0 1.11-.89 2-2 2H7c-2.21 0-4-1.79-4-4V7c0-2.21 1.79-4 4-4m10 4V5H7c-1.1 0-2 .9-2 2v.54A4 4 0 0 1 7 7zM5 17a2 2 0 0 0 2 2h12V9H7c-1.1 0-2 .9-2 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wallet-bifold.svg b/mkdocs-material/material/templates/.icons/material/wallet-bifold.svg new file mode 100644 index 0000000..d59bc7a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wallet-bifold.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 3H7C4.79 3 3 4.79 3 7v10c0 2.21 1.79 4 4 4h12c1.11 0 2-.89 2-2V9a2 2 0 0 0-2-2V5a2 2 0 0 0-2-2m0 2v2H7c-.73 0-1.41.2-2 .54V7c0-1.1.9-2 2-2m8.5 10.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wallet-giftcard.svg b/mkdocs-material/material/templates/.icons/material/wallet-giftcard.svg new file mode 100644 index 0000000..3f7d368 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wallet-giftcard.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 14H4V8h5.08L7 10.83 8.62 12 11 8.76l1-1.36 1 1.36L15.38 12 17 10.83 14.92 8H20m0 11H4v-2h16M9 4a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m6 0a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m5 2h-2.18c.11-.31.18-.65.18-1a3 3 0 0 0-3-3c-1.05 0-1.96.54-2.5 1.35L12 4l-.5-.66C10.96 2.54 10.05 2 9 2a3 3 0 0 0-3 3c0 .35.07.69.18 1H4c-1.11 0-2 .89-2 2v11c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wallet-membership.svg b/mkdocs-material/material/templates/.icons/material/wallet-membership.svg new file mode 100644 index 0000000..ff51280 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wallet-membership.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 10H4V4h16m0 11H4v-2h16m0-11H4c-1.11 0-2 .89-2 2v11c0 1.11.89 2 2 2h4v5l4-2 4 2v-5h4c1.11 0 2-.89 2-2V4c0-1.11-.89-2-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wallet-outline.svg b/mkdocs-material/material/templates/.icons/material/wallet-outline.svg new file mode 100644 index 0000000..88eaa1f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wallet-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-2.28A2 2 0 0 0 22 15V9a2 2 0 0 0-1-1.72V5a2 2 0 0 0-2-2zm0 2h14v2h-6a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h6v2H5zm8 4h7v6h-7zm3 1.5a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wallet-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/wallet-plus-outline.svg new file mode 100644 index 0000000..3dddeda --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wallet-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 0v3H0v2h3v3h2V5h3V3H5V0zm7 3v2h9v2h-6c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h6v2H5v-9H3v9a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2v-2.28A2 2 0 0 0 22 15V9a2 2 0 0 0-1-1.72V5c0-1.1-.9-2-2-2zm3 6h7v6h-7zm3 1.5a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wallet-plus.svg b/mkdocs-material/material/templates/.icons/material/wallet-plus.svg new file mode 100644 index 0000000..0c2f4e7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wallet-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 0v3H0v2h3v3h2V5h3V3H5V0zm6 3v3H6v3H3v10a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2v-1h-9a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h9V5a2 2 0 0 0-2-2zm3 5v8h10V8zm4 2.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wallet-travel.svg b/mkdocs-material/material/templates/.icons/material/wallet-travel.svg new file mode 100644 index 0000000..8312755 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wallet-travel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 14H4V8h3v2h2V8h6v2h2V8h3m0 11H4v-2h16M9 4h6v2H9m11 0h-3V4c0-1.11-.89-2-2-2H9c-1.11 0-2 .89-2 2v2H4c-1.11 0-2 .89-2 2v11c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wallet.svg b/mkdocs-material/material/templates/.icons/material/wallet.svg new file mode 100644 index 0000000..5edb206 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wallet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 18v1a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v1h-9a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2m0-2h10V8H12m4 5.5a1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5 1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wallpaper.svg b/mkdocs-material/material/templates/.icons/material/wallpaper.svg new file mode 100644 index 0000000..5d3e0f9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wallpaper.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 4h7V2H4a2 2 0 0 0-2 2v7h2zm6 9-4 5h12l-3-4-2.03 2.71zm7-4.5A1.5 1.5 0 0 0 15.5 7 1.5 1.5 0 0 0 14 8.5a1.5 1.5 0 0 0 1.5 1.5A1.5 1.5 0 0 0 17 8.5M20 2h-7v2h7v7h2V4a2 2 0 0 0-2-2m0 18h-7v2h7a2 2 0 0 0 2-2v-7h-2zM4 13H2v7a2 2 0 0 0 2 2h7v-2H4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wan.svg b/mkdocs-material/material/templates/.icons/material/wan.svg new file mode 100644 index 0000000..b89e2e6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wan.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a8 8 0 0 0-8 8c0 4.03 3 7.42 7 7.93V19h-1a1 1 0 0 0-1 1H2v2h7a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1h7v-2h-7a1 1 0 0 0-1-1h-1v-1.07c4-.5 7-3.9 7-7.93a8 8 0 0 0-8-8m0 2s.74 1.28 1.26 3h-2.52C11.26 5.28 12 4 12 4m-2.23.43c-.27.5-.68 1.41-1.03 2.57H6.81C7.5 5.84 8.5 4.93 9.77 4.43m4.46.01c1.27.5 2.27 1.4 2.96 2.56h-1.93c-.35-1.16-.76-2.07-1.03-2.56M6.09 9h2.23c-.04.33-.07.66-.07 1s.03.67.07 1H6.09a5.6 5.6 0 0 1 0-2m4.23 0h3.36c.04.33.07.66.07 1s-.03.67-.07 1h-3.36c-.04-.33-.07-.66-.07-1s.03-.67.07-1m5.36 0h2.23a5.6 5.6 0 0 1 0 2h-2.23c.04-.33.07-.66.07-1s-.03-.67-.07-1m-8.87 4h1.93c.35 1.16.76 2.07 1.03 2.56-1.27-.5-2.27-1.4-2.96-2.56m3.93 0h2.52c-.52 1.72-1.26 3-1.26 3s-.74-1.28-1.26-3m4.52 0h1.93c-.69 1.16-1.69 2.07-2.96 2.57.27-.5.68-1.41 1.03-2.57"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wardrobe-outline.svg b/mkdocs-material/material/templates/.icons/material/wardrobe-outline.svg new file mode 100644 index 0000000..0ad235c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wardrobe-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 2a2 2 0 0 0-2 2v15c0 1.11.89 2 2 2v1h2v-1h8v1h2v-1c1.11 0 2-.89 2-2V4a2 2 0 0 0-2-2zm0 2h5v15H6zm7 0h5v15h-5zm-5 6v3h2v-3zm6 0v3h2v-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wardrobe.svg b/mkdocs-material/material/templates/.icons/material/wardrobe.svg new file mode 100644 index 0000000..df3247a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wardrobe.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 4v15c0 1.1.9 2 2 2v1h2v-1h3.5V2H6c-1.1 0-2 .9-2 2m4 6h2v3H8zm10-8h-5.5v19H16v1h2v-1c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m-2 11h-2v-3h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/warehouse.svg b/mkdocs-material/material/templates/.icons/material/warehouse.svg new file mode 100644 index 0000000..1d6f792 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/warehouse.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 19h2v2H6zm6-16L2 8v13h2v-8h16v8h2V8zm-4 8H4V9h4zm6 0h-4V9h4zm6 0h-4V9h4zM6 15h2v2H6zm4 0h2v2h-2zm0 4h2v2h-2zm4 0h2v2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/washing-machine-alert.svg b/mkdocs-material/material/templates/.icons/material/washing-machine-alert.svg new file mode 100644 index 0000000..d4de9ed --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/washing-machine-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.83 11.17c1.56 1.56 1.56 4.1 0 5.66s-4.1 1.56-5.66 0zM4 2h12a2 2 0 0 1 2 2v16c0 1.11-.89 2-2 2H4a2 2 0 0 1-2-2V4c0-1.1.9-2 2-2m1 2c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1m3 0c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1m2 4c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6m10 7h2v2h-2zm0-8h2v6h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/washing-machine-off.svg b/mkdocs-material/material/templates/.icons/material/washing-machine-off.svg new file mode 100644 index 0000000..0154b6b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/washing-machine-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.11 21.46 2.39 1.73 1.11 3 4 5.89V20c0 1.11.89 2 2 2h12c.58 0 1.1-.25 1.46-.65l1.38 1.38zM12 20c-3.31 0-6-2.69-6-6 0-1.68.7-3.2 1.82-4.29l4.24 4.24-2.89 2.88a4.01 4.01 0 0 0 5.66 0c.02-.02.03-.04.05-.06l1.41 1.41A5.96 5.96 0 0 1 12 20m-.75-11.95C11.5 8 11.75 8 12 8c3.31 0 6 2.69 6 6 0 .25 0 .5-.05.75L20 16.8V4a2 2 0 0 0-2-2H6c-.24 0-.46.05-.67.13zM10 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/washing-machine.svg b/mkdocs-material/material/templates/.icons/material/washing-machine.svg new file mode 100644 index 0000000..058d46e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/washing-machine.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.83 11.17a4.01 4.01 0 0 1 0 5.66 4.01 4.01 0 0 1-5.66 0zM6 2h12a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m1 2a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1m3 0a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1m2 4a6 6 0 0 0-6 6 6 6 0 0 0 6 6 6 6 0 0 0 6-6 6 6 0 0 0-6-6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/watch-export-variant.svg b/mkdocs-material/material/templates/.icons/material/watch-export-variant.svg new file mode 100644 index 0000000..8634b2d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/watch-export-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 11h5l-2.5-2.5 1.42-1.42L22.84 12l-4.92 4.92-1.42-1.42L19 13h-5zM8 0h8l.83 5H17c.28 0 .54.06.78.16L15.94 7H7v10h8.94l1.84 1.84c-.24.1-.5.16-.78.16h-.17L16 24H8l-.83-5H7a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h.17z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/watch-export.svg b/mkdocs-material/material/templates/.icons/material/watch-export.svg new file mode 100644 index 0000000..66f8dee --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/watch-export.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 11h5l-2.5-2.5 1.42-1.42L22.84 12l-4.92 4.92-1.42-1.42L19 13h-5zm-2 7a6 6 0 0 1-6-6 6 6 0 0 1 6-6c1.4 0 2.69.5 3.71 1.29l1.42-1.42-.18-.14L16 0H8l-.95 5.73A7.96 7.96 0 0 0 4 12a7.94 7.94 0 0 0 3.05 6.27L8 24h8l.95-5.73.18-.14-1.42-1.42A6.07 6.07 0 0 1 12 18"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/watch-import-variant.svg b/mkdocs-material/material/templates/.icons/material/watch-import-variant.svg new file mode 100644 index 0000000..cdc3b36 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/watch-import-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 11h5L3.5 8.5l1.42-1.42L9.84 12l-4.92 4.92L3.5 15.5 6 13H1zM8 0h8l.83 5H17a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-.17L16 24H8l-.83-5H7c-.54 0-1-.21-1.38-.56L7.06 17H17V7H7.06L5.62 5.56C6 5.21 6.46 5 7 5h.17z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/watch-import.svg b/mkdocs-material/material/templates/.icons/material/watch-import.svg new file mode 100644 index 0000000..458c80e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/watch-import.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 11h5L4.5 8.5l1.42-1.42L10.84 12l-4.92 4.92L4.5 15.5 7 13H2zm10 7a6 6 0 0 0 6-6 6 6 0 0 0-6-6c-1.4 0-2.69.5-3.71 1.29L6.87 5.87l.18-.14L8 0h8l.95 5.73A7.94 7.94 0 0 1 20 12c0 2.54-1.19 4.81-3.05 6.27L16 24H8l-.95-5.73-.18-.14 1.42-1.42C9.31 17.5 10.6 18 12 18"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/watch-variant.svg b/mkdocs-material/material/templates/.icons/material/watch-variant.svg new file mode 100644 index 0000000..a402e9c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/watch-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m8 0-.83 5H7a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h.17L8 24h8l.83-5H17a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-.17L16 0zM7 7h10v10H7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/watch-vibrate-off.svg b/mkdocs-material/material/templates/.icons/material/watch-vibrate-off.svg new file mode 100644 index 0000000..a44cfe9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/watch-vibrate-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 9h2v6H0zm12-1.5c2.47 0 4.47 2.03 4.46 4.5-.01.38-.06.76-.16 1.13l1.2 1.18c.31-.73.5-1.51.5-2.31 0-1.83-.84-3.56-2.28-4.69L15 3H9l-.41 2.39 2.27 2.27c.37-.11.75-.16 1.14-.16m9 9.5V7h-2v8.8l1.2 1.2zm-4.5-1.14 5.61 5.6-1.27 1.27-5.29-5.29L15 21H9l-.73-4.28c-2.42-1.9-3-5.32-1.36-7.92L1.11 3l1.28-1.27 5.7 5.71L9.17 8.5l6.27 6.29zm-2.45.08-6-6c-.35.63-.55 1.34-.55 2.06 0 2.47 2.03 4.47 4.5 4.46.72 0 1.42-.18 2.05-.52M22 9v6h2V9zM3 17h2V7H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/watch-vibrate.svg b/mkdocs-material/material/templates/.icons/material/watch-vibrate.svg new file mode 100644 index 0000000..d445827 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/watch-vibrate.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 17V7h2v10zm16 0V7h2v10zm3-8h2v6h-2zM0 15V9h2v6zm17.96-3.03c0 1.9-.89 3.6-2.28 4.7l-.71 4.28H9l-.73-4.28A5.98 5.98 0 0 1 6 11.97c0-1.9.88-3.6 2.27-4.69L9 3h5.97l.71 4.28a5.95 5.95 0 0 1 2.28 4.69m-10.46 0c0 2.48 2 4.49 4.47 4.49a4.5 4.5 0 0 0 4.49-4.49c0-2.47-2.01-4.47-4.49-4.47a4.47 4.47 0 0 0-4.47 4.47"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/watch.svg b/mkdocs-material/material/templates/.icons/material/watch.svg new file mode 100644 index 0000000..eeaeda0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/watch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 12a6 6 0 0 1 6-6 6 6 0 0 1 6 6 6 6 0 0 1-6 6 6 6 0 0 1-6-6m14 0a7.94 7.94 0 0 0-3.05-6.27L16 0H8l-.95 5.73A7.94 7.94 0 0 0 4 12c0 2.54 1.19 4.81 3.05 6.27L8 24h8l.95-5.73A7.96 7.96 0 0 0 20 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/water-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/water-alert-outline.svg new file mode 100644 index 0000000..629b7b4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/water-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 3.25S4 10 4 14c0 3.31 2.69 6 6 6s6-2.69 6-6c0-4-6-10.75-6-10.75M10 18c-2.21 0-4-1.79-4-4 0-1.77 2-5.04 4-7.61 2 2.56 4 5.84 4 7.61 0 2.21-1.79 4-4 4M20 7v6h-2V7zm-2 10h2v-2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/water-alert.svg b/mkdocs-material/material/templates/.icons/material/water-alert.svg new file mode 100644 index 0000000..365f285 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/water-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 3.25S16 10 16 14c0 3.31-2.69 6-6 6s-6-2.69-6-6c0-4 6-10.75 6-10.75M20 7v6h-2V7zm-2 10h2v-2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/water-boiler-alert.svg b/mkdocs-material/material/templates/.icons/material/water-boiler-alert.svg new file mode 100644 index 0000000..9ce7577 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/water-boiler-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 2c-1.11 0-2 .89-2 2v12c0 1.11.89 2 2 2h1v2H4v2h3c1.11 0 2-.89 2-2v-2h2v2c0 1.11.89 2 2 2h3v-2h-3v-2h1c1.11 0 2-.89 2-2V4c0-1.11-.89-2-2-2zm4 2.97a2 2 0 1 1 .001 3.999A2 2 0 0 1 10 4.97M8 14.5h4V16H8zm10 .5h2v2h-2zm0-8h2v6h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/water-boiler-auto.svg b/mkdocs-material/material/templates/.icons/material/water-boiler-auto.svg new file mode 100644 index 0000000..90ff5bc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/water-boiler-auto.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2c-1.11 0-2 .89-2 2v12c0 1.11.89 2 2 2h1v2H2v2h3c1.11 0 2-.89 2-2v-2h2v2c0 1.11.89 2 2 2h2l.75-2H11v-2h1c1.11 0 2-.89 2-2V4c0-1.11-.89-2-2-2zm4 2.97a2 2 0 1 1 .001 3.999A2 2 0 0 1 8 4.97M6 14.5h4V16H6zM19.8 13h-2l-3.2 9h1.9l.7-2h3.2l.7 2H23zm-2.2 5.7 1.2-3.7 1.2 3.7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/water-boiler-off.svg b/mkdocs-material/material/templates/.icons/material/water-boiler-off.svg new file mode 100644 index 0000000..ae2fd2f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/water-boiler-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 6.82 6.25 3.05C6.59 2.42 7.24 2 8 2h8c1.11 0 2 .89 2 2v10.8l-5.84-5.84C13.19 8.87 14 8 14 6.97a2 2 0 0 0-2-2c-1.05 0-1.9.81-2 1.85M15 18v2h3v2h-3c-1.11 0-2-.89-2-2v-2h-2v2c0 1.11-.89 2-2 2H6v-2h3v-2H8c-1.11 0-2-.89-2-2V7.89L1.11 3l1.28-1.27 19.72 19.73-1.27 1.27L16.1 18H15m-1-2v-.11l-1.39-1.39H10V16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/water-boiler.svg b/mkdocs-material/material/templates/.icons/material/water-boiler.svg new file mode 100644 index 0000000..03ac393 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/water-boiler.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 2c-1.11 0-2 .89-2 2v12c0 1.11.89 2 2 2h1v2H6v2h3c1.11 0 2-.89 2-2v-2h2v2c0 1.11.89 2 2 2h3v-2h-3v-2h1c1.11 0 2-.89 2-2V4c0-1.11-.89-2-2-2zm4 2.97a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2m-2 9.53h4V16h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/water-check-outline.svg b/mkdocs-material/material/templates/.icons/material/water-check-outline.svg new file mode 100644 index 0000000..df33eb5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/water-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.75 16.25 17 21l-2.75-3 1.16-1.16L17 18.43l3.59-3.59zM8 14c0-1.77 2-5.04 4-7.61 1.5 1.94 3 4.28 3.67 6.08.6-.26 1.26-.41 1.95-.47C16.31 8.1 12 3.25 12 3.25S6 10 6 14c0 3.31 2.69 6 6 6h.34c-.22-.64-.34-1.3-.34-2-2.21 0-4-1.79-4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/water-check.svg b/mkdocs-material/material/templates/.icons/material/water-check.svg new file mode 100644 index 0000000..d27cf17 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/water-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.75 16.25 17 21l-2.75-3 1.16-1.16L17 18.43l3.59-3.59zM17.62 12C16.31 8.1 12 3.25 12 3.25S6 10 6 14c0 3.31 2.69 6 6 6h.34c-.22-.64-.34-1.3-.34-2 0-3.18 2.5-5.78 5.62-6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/water-circle.svg b/mkdocs-material/material/templates/.icons/material/water-circle.svg new file mode 100644 index 0000000..6a2d9a2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/water-circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m0 17c-2.76 0-5-2.24-5-5 0-3.33 5-8.96 5-8.96s5 5.63 5 8.96c0 2.76-2.24 5-5 5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/water-minus-outline.svg b/mkdocs-material/material/templates/.icons/material/water-minus-outline.svg new file mode 100644 index 0000000..baa6550 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/water-minus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 17v2h-8v-2zM8 14c0-1.77 2-5.04 4-7.61 1.5 1.94 3 4.28 3.67 6.08.6-.26 1.26-.41 1.95-.47C16.31 8.1 12 3.25 12 3.25S6 10 6 14c0 3.31 2.69 6 6 6h.34c-.22-.64-.34-1.3-.34-2-2.21 0-4-1.79-4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/water-minus.svg b/mkdocs-material/material/templates/.icons/material/water-minus.svg new file mode 100644 index 0000000..47bb455 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/water-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 17v2h-8v-2zm-4.38-5C16.31 8.1 12 3.25 12 3.25S6 10 6 14c0 3.31 2.69 6 6 6h.34c-.22-.64-.34-1.3-.34-2 0-3.18 2.5-5.78 5.62-6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/water-off-outline.svg b/mkdocs-material/material/templates/.icons/material/water-off-outline.svg new file mode 100644 index 0000000..984f22b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/water-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.11 21.46 2.39 1.73 1.11 3l6.54 6.54C6.74 11.03 6 12.65 6 14.23c0 3.31 2.69 6 6 6a5.9 5.9 0 0 0 4.4-1.94l4.44 4.44zM12 18.23c-2.22 0-4-1.78-4-4 0-.73.5-1.96 1.14-3.2L15 16.88c-.74.83-1.8 1.35-3 1.35m-.86-10.29L9.71 6.5c.86-1.12 1.54-1.89 1.54-1.89l.75-.84.75.84s1.28 1.45 2.57 3.33S18 12.07 18 14.23c0 .18 0 .36-.03.54l-2.51-2.51c-.46-1.03-1.09-2.19-1.78-3.19-.84-1.22-1.24-1.65-1.68-2.17-.27.31-.5.6-.86 1.04"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/water-off.svg b/mkdocs-material/material/templates/.icons/material/water-off.svg new file mode 100644 index 0000000..d5a0e1b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/water-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.84 22.73-4.55-4.55A5.96 5.96 0 0 1 12 20c-3.31 0-6-2.69-6-6 0-1.33.67-2.97 1.55-4.56L1.11 3l1.28-1.27 19.72 19.73zM18 14c0-4-6-10.75-6-10.75s-1.16 1.3-2.45 3.1l8.4 8.4c.05-.25.05-.5.05-.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/water-opacity.svg b/mkdocs-material/material/templates/.icons/material/water-opacity.svg new file mode 100644 index 0000000..1f0c7b8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/water-opacity.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 14v-2h1.61c.24.71.39 1.39.39 2zm-.42-6c-.46-.71-.93-1.39-1.38-2H14v2zm.42 4v-2h-2v2zm0-3.32V10h.74c-.24-.44-.48-.89-.74-1.32M12 16v-2h2v-2h-2v-2h2V8h-2V6h2v-.27c-1.1-1.47-2-2.48-2-2.48S6 10 6 14c0 3.31 2.69 6 6 6v-2h2v-2zm2 3.65c.75-.26 1.42-.65 2-1.19V18h-2zM14 16h2v-2h-2zm2 2h.46c.54-.58.93-1.25 1.19-2H16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/water-outline.svg b/mkdocs-material/material/templates/.icons/material/water-outline.svg new file mode 100644 index 0000000..65bd93f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/water-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 3.77-.75.84S9.97 6.06 8.68 7.94 6 12.07 6 14.23a6 6 0 0 0 6 6 6 6 0 0 0 6-6c0-2.16-1.39-4.41-2.68-6.29s-2.57-3.33-2.57-3.33zm0 3.13c.44.52.84.95 1.68 2.17 1.21 1.76 2.32 4 2.32 5.16 0 2.22-1.78 4-4 4s-4-1.78-4-4c0-1.16 1.11-3.4 2.32-5.16.84-1.22 1.24-1.65 1.68-2.17"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/water-percent-alert.svg b/mkdocs-material/material/templates/.icons/material/water-percent-alert.svg new file mode 100644 index 0000000..52d65c3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/water-percent-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 7v6h-2V7zm-2 10h2v-2h-2zM10 3.25S4 10 4 14c0 3.32 2.69 6 6 6s6-2.69 6-6c0-4-6-10.75-6-10.75M7.75 10a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5m4.5 7a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5m-4.72.03-1.06-1.06 6-6 1.06 1.06z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/water-percent.svg b/mkdocs-material/material/templates/.icons/material/water-percent.svg new file mode 100644 index 0000000..b0c3c8e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/water-percent.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3.25S6 10 6 14c0 3.32 2.69 6 6 6a6 6 0 0 0 6-6c0-4-6-10.75-6-10.75m2.47 6.72 1.06 1.06-6 6-1.06-1.06M9.75 10A1.25 1.25 0 0 1 11 11.25a1.25 1.25 0 0 1-1.25 1.25 1.25 1.25 0 0 1-1.25-1.25A1.25 1.25 0 0 1 9.75 10m4.5 4.5a1.25 1.25 0 0 1 1.25 1.25A1.25 1.25 0 0 1 14.25 17 1.25 1.25 0 0 1 13 15.75a1.25 1.25 0 0 1 1.25-1.25"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/water-plus-outline.svg b/mkdocs-material/material/templates/.icons/material/water-plus-outline.svg new file mode 100644 index 0000000..38476d0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/water-plus-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 18c0 .7.12 1.36.34 2H12c-3.31 0-6-2.69-6-6 0-4 6-10.75 6-10.75S16.31 8.1 17.62 12c-.69.06-1.34.22-1.95.47C15 10.68 13.5 8.33 12 6.39 10 8.96 8 12.23 8 14c0 2.21 1.79 4 4 4m7-1v-3h-2v3h-3v2h3v3h2v-3h3v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/water-plus.svg b/mkdocs-material/material/templates/.icons/material/water-plus.svg new file mode 100644 index 0000000..0d43332 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/water-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 18c0 .7.12 1.36.34 2H12c-3.31 0-6-2.69-6-6 0-4 6-10.75 6-10.75S16.31 8.1 17.62 12c-3.12.22-5.62 2.82-5.62 6m7-1v-3h-2v3h-3v2h3v3h2v-3h3v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/water-polo.svg b/mkdocs-material/material/templates/.icons/material/water-polo.svg new file mode 100644 index 0000000..91db1e5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/water-polo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 16h2v2h-2c-1.4 0-2.8-.4-4-1-2.5 1.3-5.5 1.3-8 0-1.2.6-2.6 1-4 1H2v-2h2c1.4 0 2.8-.5 4-1.3 2.4 1.7 5.6 1.7 8 0 1.2.8 2.6 1.3 4 1.3m-7-5.4c.6-.3 1.3-.6 2-.7v.3c.3 1 .3 1.9.2 2.9-.9.5-2 .8-3 .8.5-1 .8-2.2.8-3.3m-.1-7q-2.1.6-3.6 2.1-.6-1.5-.6-3c2.2-1 4.7-.9 6.9.2.3.1.6.2.8.4-1.2-.1-2.4 0-3.5.3m-6.1 9.7q-.9.45-1.8.6c-.7-1.3-1-2.7-1-4.1.5 1 1.2 2 2 2.8.3.2.5.5.8.7m12.2.6c-.6-.1-1.2-.3-1.7-.5.2-1.2.1-2.4-.2-3.6 1.1.1 2.1.4 3 1-.1 1-.4 1.9-.9 2.8zM7.4 11.2c-1.2-1.1-1.9-2.7-2.2-4.3L5.1 6c.5-.8 1-1.4 1.7-2 .1 1.4.6 2.7 1.4 3.8.7 1.1 1.7 2.1 2.8 2.7 0 .8-.2 1.6-.5 2.4-1.2-.3-2.2-.9-3.1-1.7m6.1-5.7c1.5-.4 3.2-.3 4.7.2l.8.4c.4.7.6 1.5.8 2.3-2.5-1.1-5.4-.9-7.8.4-.7-.3-1.2-.8-1.7-1.4l.1-.1c.9-.8 1.9-1.5 3.1-1.8M16 18.7c1.2.8 2.6 1.3 4 1.3h2v2h-2c-1.4 0-2.8-.4-4-1-2.5 1.3-5.5 1.3-8 0-1.2.6-2.6 1-4 1H2v-2h2c1.4 0 2.8-.5 4-1.3 2.4 1.7 5.6 1.7 8 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/water-pump-off.svg b/mkdocs-material/material/templates/.icons/material/water-pump-off.svg new file mode 100644 index 0000000..5b0c4c7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/water-pump-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.7 2.5A2 2 0 0 1 7 2h2a2 2 0 0 1 2 2v1h8a2 2 0 0 1 2 2v4a1 1 0 0 1 0 2h-4a1 1 0 0 1 0-2V9h-4.8m8.64 13.73 1.27-1.27L11 10.34 2.39 1.73 1.11 3l2.54 2.54A2 2 0 0 0 5 9v9H4a2 2 0 0 0-2 2v2h12v-2a2 2 0 0 0-2-2h-1v-5.11Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/water-pump.svg b/mkdocs-material/material/templates/.icons/material/water-pump.svg new file mode 100644 index 0000000..fdedcd1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/water-pump.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 14.5s2 2.17 2 3.5a2 2 0 0 1-2 2 2 2 0 0 1-2-2c0-1.33 2-3.5 2-3.5M5 18V9a2 2 0 0 1-2-2 2 2 0 0 1 2-2V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v1h8a2 2 0 0 1 2 2v4a1 1 0 0 1 1 1 1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1 1 1 0 0 1 1-1V9h-6v9h1a2 2 0 0 1 2 2v2H2v-2a2 2 0 0 1 2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/water-remove-outline.svg b/mkdocs-material/material/templates/.icons/material/water-remove-outline.svg new file mode 100644 index 0000000..28ccffa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/water-remove-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 18c0 .7.12 1.36.34 2H12c-3.31 0-6-2.69-6-6 0-4 6-10.75 6-10.75S16.31 8.1 17.62 12c-.69.06-1.34.22-1.95.47C15 10.68 13.5 8.33 12 6.39 10 8.96 8 12.23 8 14c0 2.21 1.79 4 4 4m9.54-2.12-1.41-1.41L18 16.59l-2.12-2.12-1.41 1.41L16.59 18l-2.12 2.12 1.41 1.41L18 19.41l2.12 2.12 1.41-1.41L19.41 18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/water-remove.svg b/mkdocs-material/material/templates/.icons/material/water-remove.svg new file mode 100644 index 0000000..a8bb3fd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/water-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 18c0 .7.12 1.36.34 2H12c-3.31 0-6-2.69-6-6 0-4 6-10.75 6-10.75S16.31 8.1 17.62 12c-3.12.22-5.62 2.82-5.62 6m9.54-2.12-1.41-1.41L18 16.59l-2.12-2.12-1.41 1.41L16.59 18l-2.12 2.12 1.41 1.41L18 19.41l2.12 2.12 1.41-1.41L19.41 18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/water-sync.svg b/mkdocs-material/material/templates/.icons/material/water-sync.svg new file mode 100644 index 0000000..c0f332d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/water-sync.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3.2S6 10 6 14c0 3.3 2.7 6 6 6s6-2.7 6-6c0-4-6-10.8-6-10.8m0 5.3V10c2.2 0 4 1.8 4 4 0 .8-.2 1.6-.7 2.2l-1.1-1.1c.2-.3.3-.7.3-1.1 0-1.4-1.1-2.5-2.5-2.5V13l-2.2-2.2zm-3.3 3.3 1.1 1.1c-.2.3-.3.7-.3 1.1 0 1.4 1.1 2.5 2.5 2.5V15l2.2 2.2-2.2 2.3V18c-2.2 0-4-1.8-4-4 0-.8.2-1.6.7-2.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/water-thermometer-outline.svg b/mkdocs-material/material/templates/.icons/material/water-thermometer-outline.svg new file mode 100644 index 0000000..b4d0119 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/water-thermometer-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 5c-1.11 0-2 .89-2 2v6.76c-.64.57-1 1.39-1 2.24 0 1.66 1.34 3 3 3s3-1.34 3-3c0-.85-.36-1.67-1-2.23V7c0-1.11-.89-2-2-2m0 1c.55 0 1 .45 1 1v1h-2V7c0-.55.45-1 1-1M8 3.54l-.75.84S5.97 5.83 4.68 7.71 2 11.84 2 14c0 3.31 2.69 6 6 6s6-2.69 6-6c0-2.16-1.39-4.41-2.68-6.29S8.75 4.38 8.75 4.38zm0 3.13c.44.52.84.95 1.68 2.17C10.89 10.6 12 12.84 12 14c0 2.22-1.78 4-4 4s-4-1.78-4-4c0-1.16 1.11-3.4 2.32-5.16C7.16 7.62 7.56 7.19 8 6.67"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/water-thermometer.svg b/mkdocs-material/material/templates/.icons/material/water-thermometer.svg new file mode 100644 index 0000000..74cf372 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/water-thermometer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 5c-1.11 0-2 .89-2 2v6.76c-.64.57-1 1.39-1 2.24 0 1.66 1.34 3 3 3s3-1.34 3-3c0-.85-.36-1.67-1-2.23V7c0-1.11-.89-2-2-2m0 1c.55 0 1 .45 1 1v1h-2V7c0-.55.45-1 1-1M8 20c-3.31 0-6-2.69-6-6C2 10 8 3.25 8 3.25S14 10 14 14c0 3.31-2.69 6-6 6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/water-well-outline.svg b/mkdocs-material/material/templates/.icons/material/water-well-outline.svg new file mode 100644 index 0000000..9e6dbee --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/water-well-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.62 8H5v7h2V8h4v2h2V8h4v7h2V8h1.61c.55 0 1-.44 1-1a.9.9 0 0 0-.05-.32L19 2H5L2.72 6.55A.998.998 0 0 0 3.62 8m2.62-4h11.52l1 2H5.24zM2 16v2h2v4h16v-4h2v-2zm16 4H6v-2h12zm-4.07-9c.28 0 .5.22.5.5v.06l-.38 3c-.05.25-.24.44-.49.44h-3.12c-.25 0-.44-.19-.49-.44l-.38-3A.51.51 0 0 1 10 11h3.93"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/water-well.svg b/mkdocs-material/material/templates/.icons/material/water-well.svg new file mode 100644 index 0000000..5280391 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/water-well.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 16H2v2h2v4h16v-4h2zm-11.56-1c-.25 0-.44-.19-.49-.44l-.38-3v-.06c0-.28.22-.5.5-.5H14c.27.04.46.29.43.56l-.38 3c-.05.25-.24.44-.49.44zM19 2l2.56 4.68c.04.1.05.21.05.32 0 .56-.45 1-1 1H19v7h-2V8h-4v2h-2V8H7v7H5V8H3.62a.998.998 0 0 1-.9-1.45L5 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/water.svg b/mkdocs-material/material/templates/.icons/material/water.svg new file mode 100644 index 0000000..731c56a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/water.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20a6 6 0 0 1-6-6c0-4 6-10.75 6-10.75S18 10 18 14a6 6 0 0 1-6 6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/waterfall.svg b/mkdocs-material/material/templates/.icons/material/waterfall.svg new file mode 100644 index 0000000..24b3889 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/waterfall.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 20c-1.39 0-2.78-.47-4-1.33-2.44 1.71-5.56 1.71-8 0C6.78 19.53 5.39 20 4 20H2v2h2c1.37 0 2.74-.35 4-1 2.5 1.3 5.5 1.3 8 0 1.26.65 2.62 1 4 1h2v-2m-2-4c-1.39 0-2.78-.47-4-1.33-2.44 1.71-5.56 1.71-8 0C6.78 15.53 5.39 16 4 16H2v2h2c1.37 0 2.74-.35 4-1 2.5 1.3 5.5 1.3 8 0 1.26.65 2.62 1 4 1h2v-2m0-14H2v2h4v12h12V4h4M9 4h2v6H9m4-2h2v6h-2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/watering-can-outline.svg b/mkdocs-material/material/templates/.icons/material/watering-can-outline.svg new file mode 100644 index 0000000..29f3704 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/watering-can-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.5 7.47c-.74.73-.93 1.78-.58 2.68L15 13.07V11c0-.55-.45-1-1-1h-1.03c.03-.17.03-.33.03-.5C13 6.46 10.54 4 7.5 4A5.497 5.497 0 0 0 4 13.74V20c0 .55.45 1 1 1h9c.55 0 1-.45 1-1v-4.11l4.33-4.33c.9.35 1.95.17 2.67-.56zM4.05 10C4.03 9.83 4 9.67 4 9.5 4 7.57 5.57 6 7.5 6S11 7.57 11 9.5c0 .17-.03.33-.05.5M13 19H6v-7h7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/watering-can.svg b/mkdocs-material/material/templates/.icons/material/watering-can.svg new file mode 100644 index 0000000..609dd56 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/watering-can.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.5 7.47c-.74.73-.93 1.78-.58 2.68L15 13.07V11c0-.55-.45-1-1-1h-1.03c.03-.17.03-.33.03-.5C13 6.46 10.54 4 7.5 4A5.497 5.497 0 0 0 4 13.74V20c0 .55.45 1 1 1h9c.55 0 1-.45 1-1v-4.11l4.33-4.33c.9.35 1.95.17 2.67-.56zM4.05 10C4.03 9.83 4 9.67 4 9.5 4 7.57 5.57 6 7.5 6S11 7.57 11 9.5c0 .17-.03.33-.05.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/watermark.svg b/mkdocs-material/material/templates/.icons/material/watermark.svg new file mode 100644 index 0000000..267af82 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/watermark.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 3H3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m0 16h-9v-6h9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wave-arrow-down.svg b/mkdocs-material/material/templates/.icons/material/wave-arrow-down.svg new file mode 100644 index 0000000..a96334f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wave-arrow-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 7h2v2h-2c-1.38 0-2.74-.35-4-1-2.5 1.3-5.5 1.3-8 0-1.26.65-2.63 1-4 1H2V7h2c1.39 0 2.78-.47 4-1.33 2.44 1.71 5.56 1.71 8 0C17.22 6.53 18.61 7 20 7m-8 15-4-4h3v-7h2v7h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wave-arrow-up.svg b/mkdocs-material/material/templates/.icons/material/wave-arrow-up.svg new file mode 100644 index 0000000..4260abe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wave-arrow-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 7h2v2h-2c-1.38 0-2.74-.35-4-1-2.5 1.3-5.5 1.3-8 0-1.26.65-2.63 1-4 1H2V7h2c1.39 0 2.78-.47 4-1.33 2.44 1.71 5.56 1.71 8 0C17.22 6.53 18.61 7 20 7m-8 4 4 4h-3v7h-2v-7H8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wave-undercurrent.svg b/mkdocs-material/material/templates/.icons/material/wave-undercurrent.svg new file mode 100644 index 0000000..4d749ba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wave-undercurrent.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 7h2v2h-2c-1.38 0-2.74-.35-4-1-2.5 1.3-5.5 1.3-8 0-1.26.65-2.63 1-4 1H2V7h2c1.39 0 2.78-.47 4-1.33 2.44 1.71 5.56 1.71 8 0C17.22 6.53 18.61 7 20 7m-8 5.5c2.21 0 4 1.79 4 4 0 .82-.25 1.58-.67 2.21l-1.09-1.09c.17-.34.26-.72.26-1.12A2.5 2.5 0 0 0 12 14v1.5l-2.25-2.25L12 11zm0 6.5v-1.5l2.25 2.25L12 22v-1.5c-2.21 0-4-1.79-4-4 0-.82.25-1.58.67-2.21l1.09 1.09c-.17.34-.26.72-.26 1.12A2.5 2.5 0 0 0 12 19"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wave.svg b/mkdocs-material/material/templates/.icons/material/wave.svg new file mode 100644 index 0000000..611dd61 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wave.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 12c-1.39 0-2.78-.47-4-1.33-2.44 1.71-5.56 1.71-8 0C6.78 11.53 5.39 12 4 12H2v2h2c1.37 0 2.74-.35 4-1 2.5 1.3 5.5 1.3 8 0 1.26.65 2.62 1 4 1h2v-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/waveform.svg b/mkdocs-material/material/templates/.icons/material/waveform.svg new file mode 100644 index 0000000..4e3700f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/waveform.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22 12-2 1-1 1-1-1-1 3-1-3-1 8-1-8-1 2-1-2-1 4-1-4-1 9-1-9-1 6-1-6-1 1-1-1-2-1 2-1 1-1 1 1 1-6 1 6 1-9 1 9 1-4 1 4 1-2 1 2 1-8 1 8 1-3 1 3 1-1 1 1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/waves-arrow-left.svg b/mkdocs-material/material/templates/.icons/material/waves-arrow-left.svg new file mode 100644 index 0000000..51bbf08 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/waves-arrow-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 14c1.39 0 2.78-.47 4-1.33 2.44 1.71 5.56 1.71 8 0 1.22.86 2.61 1.33 4 1.33h2v2h-2c-1.37 0-2.74-.35-4-1-2.5 1.3-5.5 1.3-8 0-1.26.65-2.62 1-4 1H2v-2zm4 4.67c2.44 1.71 5.56 1.71 8 0 1.22.86 2.61 1.33 4 1.33h2v2h-2c-1.37 0-2.74-.35-4-1-2.5 1.3-5.5 1.3-8 0-1.26.65-2.62 1-4 1H2v-2h2c1.39 0 2.78-.47 4-1.33M6 10V7h5V5H6V2L2 6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/waves-arrow-right.svg b/mkdocs-material/material/templates/.icons/material/waves-arrow-right.svg new file mode 100644 index 0000000..a02af3a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/waves-arrow-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 14h2v2h-2c-1.38 0-2.74-.35-4-1-2.5 1.3-5.5 1.3-8 0-1.26.65-2.63 1-4 1H2v-2h2c1.39 0 2.78-.47 4-1.33 2.44 1.71 5.56 1.71 8 0 1.22.86 2.61 1.33 4 1.33m0 6h2v2h-2c-1.38 0-2.74-.35-4-1-2.5 1.3-5.5 1.3-8 0-1.26.65-2.63 1-4 1H2v-2h2c1.39 0 2.78-.47 4-1.33 2.44 1.71 5.56 1.71 8 0 1.22.86 2.61 1.33 4 1.33m2-14-4-4v3h-5v2h5v3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/waves-arrow-up.svg b/mkdocs-material/material/templates/.icons/material/waves-arrow-up.svg new file mode 100644 index 0000000..3a9cdc7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/waves-arrow-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 14h2v2h-2c-1.38 0-2.74-.35-4-1-2.5 1.3-5.5 1.3-8 0-1.26.65-2.63 1-4 1H2v-2h2c1.39 0 2.78-.47 4-1.33 2.44 1.71 5.56 1.71 8 0 1.22.86 2.61 1.33 4 1.33m0 6h2v2h-2c-1.38 0-2.74-.35-4-1-2.5 1.3-5.5 1.3-8 0-1.26.65-2.63 1-4 1H2v-2h2c1.39 0 2.78-.47 4-1.33 2.44 1.71 5.56 1.71 8 0 1.22.86 2.61 1.33 4 1.33M7 2 3 6h3v5h2V6h3m6-4-4 4h3v5h2V6h3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/waves.svg b/mkdocs-material/material/templates/.icons/material/waves.svg new file mode 100644 index 0000000..bef37e8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/waves.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 12h2v2h-2c-1.38 0-2.74-.35-4-1-2.5 1.3-5.5 1.3-8 0-1.26.65-2.63 1-4 1H2v-2h2c1.39 0 2.78-.47 4-1.33 2.44 1.71 5.56 1.71 8 0 1.22.86 2.61 1.33 4 1.33m0-6h2v2h-2c-1.38 0-2.74-.35-4-1-2.5 1.3-5.5 1.3-8 0-1.26.65-2.63 1-4 1H2V6h2c1.39 0 2.78-.47 4-1.33 2.44 1.71 5.56 1.71 8 0C17.22 5.53 18.61 6 20 6m0 12h2v2h-2c-1.38 0-2.74-.35-4-1-2.5 1.3-5.5 1.3-8 0-1.26.65-2.63 1-4 1H2v-2h2c1.39 0 2.78-.47 4-1.33 2.44 1.71 5.56 1.71 8 0 1.22.86 2.61 1.33 4 1.33"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/waze.svg b/mkdocs-material/material/templates/.icons/material/waze.svg new file mode 100644 index 0000000..eebbdfd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/waze.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.54 6.63c.69.94 1.15 2.04 1.35 3.19.21 1.25.11 2.52-.31 3.72a7.35 7.35 0 0 1-2 3.06 9.1 9.1 0 0 1-2.26 1.58c.41 1.07-.13 2.27-1.2 2.68-.24.09-.49.14-.74.14a2.08 2.08 0 0 1-2.07-2h-3.07c-.11 1.14-1.13 2-2.27 1.87-1.06-.1-1.86-.98-1.88-2.04.01-.19.04-.39.1-.57a8.37 8.37 0 0 1-4-2.85c-.33-.44-.23-1.07.23-1.41.18-.14.4-.22.63-.22.72 0 1-.25 1.17-.63.24-.72.38-1.47.39-2.23.03-.53.09-1.05.17-1.57A7.3 7.3 0 0 1 7.5 5c1.66-1.3 3.69-2 5.79-2 1.43 0 2.84.35 4.11 1a8.7 8.7 0 0 1 3.14 2.63m-3.82 10.68c1.78-.81 3.18-2.27 3.87-4.1 1.62-4.94-2.59-9.16-7.3-9.16-.35 0-.71.02-1.06.07C9.36 4.5 6.4 6.5 5.81 9.5c-.38 2 .19 5.29-2.76 5.29C4 16 5.32 16.93 6.81 17.37c.85-.76 2.16-.68 2.93.18.11.12.2.25.26.39h3.55c.52-1.02 1.78-1.44 2.8-.9.15.08.25.17.37.27m-5.75-7c-.58.03-1.09-.41-1.12-1-.03-.58.42-1.08 1-1.12.58-.03 1.09.42 1.12 1.06a1 1 0 0 1-.97 1.04zm4.69 0c-.58.03-1.09-.41-1.12-1-.04-.58.42-1.08 1-1.12.58-.03 1.09.42 1.12 1.06.02.55-.41 1.02-1 1.04zm-5.95 1.76c-.06-.28.13-.57.41-.62s.56.13.62.41a2.5 2.5 0 0 0 2.58 1.74c1.14.06 2.18-.64 2.57-1.72.14-.26.46-.38.71-.23.18.1.29.27.29.47-.19.71-.63 1.33-1.23 1.76-.69.48-1.5.75-2.34.76h-.11c-1.63.07-3.1-1-3.53-2.58z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/weather-cloudy-alert.svg b/mkdocs-material/material/templates/.icons/material/weather-cloudy-alert.svg new file mode 100644 index 0000000..f87f7fc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/weather-cloudy-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 19a5 5 0 0 1-5-5 5 5 0 0 1 5-5c1-2.35 3.3-4 6-4 3.43 0 6.24 2.66 6.5 6.03L19 11a4 4 0 0 1 4 4 4 4 0 0 1-4 4zm13-6h-2v-1a5 5 0 0 0-5-5c-2.5 0-4.55 1.82-4.94 4.19C6.73 11.07 6.37 11 6 11a3 3 0 0 0-3 3 3 3 0 0 0 3 3h13a2 2 0 0 0 2-2 2 2 0 0 0-2-2m-6-1h-2V8h2zm0 4h-2v-2h2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/weather-cloudy-arrow-right.svg b/mkdocs-material/material/templates/.icons/material/weather-cloudy-arrow-right.svg new file mode 100644 index 0000000..57ad178 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/weather-cloudy-arrow-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m6 7 .69.06A5.5 5.5 0 0 1 12 3a5.5 5.5 0 0 1 5.5 5.5l-.08.95c.46-.29 1-.45 1.58-.45a3 3 0 0 1 3 3 3 3 0 0 1-3 3H6a4 4 0 0 1-4-4 4 4 0 0 1 4-4m0 2a2 2 0 0 0-2 2 2 2 0 0 0 2 2h13a1 1 0 0 0 1-1 1 1 0 0 0-1-1h-3.5V8.5A3.5 3.5 0 0 0 12 5a3.5 3.5 0 0 0-3.5 3.5V9zm16 10-3 3v-2H2v-2h17v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/weather-cloudy-clock.svg b/mkdocs-material/material/templates/.icons/material/weather-cloudy-clock.svg new file mode 100644 index 0000000..2372cac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/weather-cloudy-clock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 13h1.5v2.82l2.44 1.41-.75 1.3L15 16.69zm3.13-3.67C17.23 6.81 14.83 5 12 5 9.3 5 7 6.65 6 9c-2.76 0-5 2.24-5 5s2.24 5 5 5h3.68c1.13 2.36 3.53 4 6.32 4 3.87 0 7-3.13 7-7 0-3.12-2.04-5.76-4.87-6.67M6 17c-1.66 0-3-1.34-3-3s1.34-3 3-3c.37 0 .73.07 1.06.19A5.004 5.004 0 0 1 12 7c1.63 0 3.07.79 4 2-3.88 0-7 3.14-7 7 0 .34.03.67.08 1zm10 4c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/weather-cloudy.svg b/mkdocs-material/material/templates/.icons/material/weather-cloudy.svg new file mode 100644 index 0000000..1d4710f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/weather-cloudy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 19a5 5 0 0 1-5-5 5 5 0 0 1 5-5c1-2.35 3.3-4 6-4 3.43 0 6.24 2.66 6.5 6.03L19 11a4 4 0 0 1 4 4 4 4 0 0 1-4 4zm13-6h-2v-1a5 5 0 0 0-5-5c-2.5 0-4.55 1.82-4.94 4.19C6.73 11.07 6.37 11 6 11a3 3 0 0 0-3 3 3 3 0 0 0 3 3h13a2 2 0 0 0 2-2 2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/weather-dust.svg b/mkdocs-material/material/templates/.icons/material/weather-dust.svg new file mode 100644 index 0000000..f2bf97a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/weather-dust.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 5c0-.6.4-1 1-1h1c.6 0 1 .4 1 1s-.4 1-1 1H4c-.6 0-1-.4-1-1m1 8c0-.6.4-1 1-1h1c.6 0 1 .4 1 1s-.4 1-1 1H5c-.6 0-1-.4-1-1m0 3c-.6 0-1 .4-1 1s.4 1 1 1h5c.6 0 1-.4 1-1s-.4-1-1-1zM18 5c0-.6.4-1 1-1h2c.6 0 1 .4 1 1s-.4 1-1 1h-2c-.6 0-1-.4-1-1M7 20c-.6 0-1 .4-1 1s.4 1 1 1h4c.6 0 1-.4 1-1s-.4-1-1-1zM3 10c-.6 0-1-.4-1-1s.4-1 1-1h9c1.1 0 2-.9 2-2s-.9-2-2-2c-.6 0-1.1.2-1.4.6-.4.4-1 .4-1.4 0s-.4-1 0-1.4C9.9 2.5 10.9 2 12 2c2.2 0 4 1.8 4 4s-1.8 4-4 4zm16 2c.6 0 1-.4 1-1s-.4-1-1-1c-.3 0-.5.1-.7.3-.4.4-1 .4-1.4 0s-.4-1 0-1.4c.5-.6 1.3-.9 2.1-.9 1.7 0 3 1.3 3 3s-1.3 3-3 3h-9c-.6 0-1-.4-1-1s.4-1 1-1zm-1 6h-5c-.6 0-1-.4-1-1s.4-1 1-1h5c1.7 0 3 1.3 3 3s-1.3 3-3 3c-.8 0-1.6-.3-2.1-.9-.4-.4-.4-1 0-1.4s1-.4 1.4 0c.2.2.4.3.7.3.6 0 1-.4 1-1s-.4-1-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/weather-fog.svg b/mkdocs-material/material/templates/.icons/material/weather-fog.svg new file mode 100644 index 0000000..5a36b23 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/weather-fog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 15h10a1 1 0 0 1 1 1 1 1 0 0 1-1 1H3a1 1 0 0 1-1-1 1 1 0 0 1 1-1m13 0h5a1 1 0 0 1 1 1 1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1 1 1 0 0 1 1-1M1 12a5 5 0 0 1 5-5c1-2.35 3.3-4 6-4 3.43 0 6.24 2.66 6.5 6.03L19 9c2.19 0 3.97 1.76 4 4h-2a2 2 0 0 0-2-2h-2v-1a5 5 0 0 0-5-5C9.5 5 7.45 6.82 7.06 9.19 6.73 9.07 6.37 9 6 9a3 3 0 0 0-3 3 3 3 0 0 0 .17 1H1.1zm2 7h2a1 1 0 0 1 1 1 1 1 0 0 1-1 1H3a1 1 0 0 1-1-1 1 1 0 0 1 1-1m5 0h13a1 1 0 0 1 1 1 1 1 0 0 1-1 1H8a1 1 0 0 1-1-1 1 1 0 0 1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/weather-hail.svg b/mkdocs-material/material/templates/.icons/material/weather-hail.svg new file mode 100644 index 0000000..2badec8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/weather-hail.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 14a1 1 0 0 1 1 1 1 1 0 0 1-1 1 5 5 0 0 1-5-5 5 5 0 0 1 5-5c1-2.35 3.3-4 6-4 3.43 0 6.24 2.66 6.5 6.03L19 8a4 4 0 0 1 4 4 4 4 0 0 1-4 4h-1a1 1 0 0 1-1-1 1 1 0 0 1 1-1h1a2 2 0 0 0 2-2 2 2 0 0 0-2-2h-2V9a5 5 0 0 0-5-5C9.5 4 7.45 5.82 7.06 8.19 6.73 8.07 6.37 8 6 8a3 3 0 0 0-3 3 3 3 0 0 0 3 3m4 4a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2m4.5-2a1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5 1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5m-4-4a1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5A1.5 1.5 0 0 1 9 13.5a1.5 1.5 0 0 1 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/weather-hazy.svg b/mkdocs-material/material/templates/.icons/material/weather-hazy.svg new file mode 100644 index 0000000..2aafb02 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/weather-hazy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 2 2.39 3.42C13.65 5.15 12.84 5 12 5s-1.65.15-2.39.42zM3.34 7l4.16-.35A7.2 7.2 0 0 0 5.94 8.5c-.44.74-.69 1.5-.83 2.29zm17.31 0-1.77 3.79a7.02 7.02 0 0 0-2.38-4.15M14 15a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1 1 1 0 0 0 1 1h10a1 1 0 0 0 1-1m8 0a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1 1 1 0 0 0 1 1h4a1 1 0 0 0 1-1m-12 4a1 1 0 0 0 1 1h9a1 1 0 0 0 1-1 1 1 0 0 0-1-1h-9a1 1 0 0 0-1 1m-7 0a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1 1 1 0 0 0-1-1H4a1 1 0 0 0-1 1m9-10a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5 5 5 0 0 0-5 5h2a3 3 0 0 1 3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/weather-hurricane-outline.svg b/mkdocs-material/material/templates/.icons/material/weather-hurricane-outline.svg new file mode 100644 index 0000000..9761dce --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/weather-hurricane-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 14c1.11 0 2-.89 2-2a2 2 0 1 0-2 2m6-12a18 18 0 0 0-3.34 3.29.99.99 0 0 0 .34 1.5c1.86 1.07 3 3.06 3 5.21 0 6.41-4.92 8.71-8.46 9.54C7.55 22 6 22 6 22a18 18 0 0 0 3.34-3.29.99.99 0 0 0-.34-1.5C7.14 16.14 6 14.15 6 12c0-6.41 4.93-8.71 8.47-9.54C16.45 2 18 2 18 2M9.44 7.47C8.61 8.5 8 9.93 8 12c0 1.43.75 2.74 1.96 3.46 1.24.66 1.82 2.04 1.51 3.34 1.2-.53 2.29-1.26 3.09-2.27C15.39 15.5 16 14.07 16 12c0-1.43-.75-2.74-1.96-3.46a2.97 2.97 0 0 1-1.5-3.34c-1.21.53-2.3 1.27-3.1 2.27"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/weather-hurricane.svg b/mkdocs-material/material/templates/.icons/material/weather-hurricane.svg new file mode 100644 index 0000000..63d2ce2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/weather-hurricane.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 6.79c1.86 1.07 3 3.06 3 5.21C18 22 6 22 6 22c1.25-.94 2.38-2.05 3.34-3.29a.99.99 0 0 0-.34-1.5C7.14 16.14 6 14.15 6 12 6 2 18 2 18 2c-1.25.94-2.38 2.05-3.34 3.29a.99.99 0 0 0 .34 1.5M12 14a2 2 0 0 0 2-2 2 2 0 0 0-2-2 2 2 0 0 0-2 2 2 2 0 0 0 2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/weather-lightning-rainy.svg b/mkdocs-material/material/templates/.icons/material/weather-lightning-rainy.svg new file mode 100644 index 0000000..7b522fc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/weather-lightning-rainy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.5 13.59c.5.28.64.91.37 1.37-.28.48-.87.64-1.37.37A4.98 4.98 0 0 1 1 11a5 5 0 0 1 5-5c1-2.35 3.3-4 6-4 3.43 0 6.24 2.66 6.5 6.03L19 8a4 4 0 0 1 4 4 4 4 0 0 1-4 4 1 1 0 0 1-1-1 1 1 0 0 1 1-1 2 2 0 0 0 2-2 2 2 0 0 0-2-2h-2V9a5 5 0 0 0-5-5C9.5 4 7.45 5.82 7.06 8.19 6.73 8.07 6.37 8 6 8a3 3 0 0 0-3 3c0 1.11.6 2.08 1.5 2.6zm5-2.59h3l-2 4h2l-3.75 7 .75-5H7zm8 7.67c0 1.29-1 2.33-2.25 2.33S13 19.96 13 18.67c0-1.55 2.25-4.17 2.25-4.17s2.25 2.62 2.25 4.17"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/weather-lightning.svg b/mkdocs-material/material/templates/.icons/material/weather-lightning.svg new file mode 100644 index 0000000..d028c33 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/weather-lightning.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 16a5 5 0 0 1-5-5 5 5 0 0 1 5-5c1-2.35 3.3-4 6-4 3.43 0 6.24 2.66 6.5 6.03L19 8a4 4 0 0 1 4 4 4 4 0 0 1-4 4h-1a1 1 0 0 1-1-1 1 1 0 0 1 1-1h1a2 2 0 0 0 2-2 2 2 0 0 0-2-2h-2V9a5 5 0 0 0-5-5C9.5 4 7.45 5.82 7.06 8.19 6.73 8.07 6.37 8 6 8a3 3 0 0 0-3 3 3 3 0 0 0 3 3h1a1 1 0 0 1 1 1 1 1 0 0 1-1 1zm6-5h3l-2 4h2l-3.75 7 .75-5H9.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/weather-moonset-down.svg b/mkdocs-material/material/templates/.icons/material/weather-moonset-down.svg new file mode 100644 index 0000000..85c065d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/weather-moonset-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 12h4c0-1.33.53-2.6 1.46-3.54C9.4 7.53 10.67 7 12 7s2.6.53 3.54 1.46C16.47 9.4 17 10.67 17 12h4c.27 0 .5.11.71.29.19.21.29.45.29.71 0 .27-.1.5-.29.71-.21.19-.44.29-.71.29H3c-.26 0-.5-.1-.71-.29C2.11 13.5 2 13.27 2 13c0-.26.11-.5.29-.71.21-.18.45-.29.71-.29m9.71 8.71 3.11-3.11c.39-.39.39-1.03 0-1.42a.996.996 0 0 0-1.41 0L12 18.59l-2.41-2.41a.996.996 0 0 0-1.41 0c-.39.39-.39 1.03 0 1.42l3.11 3.11c.21.19.45.29.71.29s.5-.1.71-.29"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/weather-moonset-up.svg b/mkdocs-material/material/templates/.icons/material/weather-moonset-up.svg new file mode 100644 index 0000000..e860ba7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/weather-moonset-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 12h4c0-1.33.53-2.6 1.46-3.54C9.4 7.53 10.67 7 12 7s2.6.53 3.54 1.46C16.47 9.4 17 10.67 17 12h4c.27 0 .5.11.71.29.19.21.29.45.29.71 0 .27-.1.5-.29.71-.21.19-.44.29-.71.29H3c-.26 0-.5-.1-.71-.29C2.11 13.5 2 13.27 2 13c0-.26.11-.5.29-.71.21-.18.45-.29.71-.29m9.71 4.3 3.11 3.11a.996.996 0 1 1-1.41 1.41L12 18.41l-2.41 2.41a.996.996 0 1 1-1.41-1.41l3.11-3.11c.21-.2.45-.3.71-.3s.5.1.71.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/weather-moonset.svg b/mkdocs-material/material/templates/.icons/material/weather-moonset.svg new file mode 100644 index 0000000..3f80edb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/weather-moonset.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 12h4c0-1.33.53-2.6 1.46-3.54C9.4 7.53 10.67 7 12 7s2.6.53 3.54 1.46C16.47 9.4 17 10.67 17 12h4c.27 0 .5.11.71.29.19.21.29.45.29.71 0 .27-.1.5-.29.71-.21.19-.44.29-.71.29H3c-.26 0-.5-.1-.71-.29C2.11 13.5 2 13.27 2 13c0-.26.11-.5.29-.71.21-.18.45-.29.71-.29m2 4h14c.27 0 .5.11.71.29.19.21.29.45.29.71 0 .27-.1.5-.29.71-.21.19-.44.29-.71.29H5c-.26 0-.5-.1-.71-.29C4.11 17.5 4 17.27 4 17c0-.26.11-.5.29-.71.21-.18.45-.29.71-.29m12 4c.27 0 .5.11.71.29.19.21.29.45.29.71 0 .27-.1.5-.29.71-.21.19-.44.29-.71.29H7c-.26 0-.5-.1-.71-.29C6.11 21.5 6 21.27 6 21c0-.26.11-.5.29-.71.21-.18.45-.29.71-.29z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/weather-night-partly-cloudy.svg b/mkdocs-material/material/templates/.icons/material/weather-night-partly-cloudy.svg new file mode 100644 index 0000000..c9fbf5c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/weather-night-partly-cloudy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 10.28c-.26.02-.5.03-.74.03-1.94 0-3.87-.74-5.35-2.22A7.52 7.52 0 0 1 13.72 2c.05-.47-.5-1-1.01-1a.7.7 0 0 0-.39.12c-.32.24-.66.52-.96.82-2.31 2.3-2.81 5.72-1.52 8.52a5.48 5.48 0 0 0-3.15 3.6L6 14a4 4 0 0 0-4 4 4 4 0 0 0 4 4h13a3 3 0 0 0 3-3 3 3 0 0 0-3-3c-.58 0-1.12.16-1.58.45l.08-.95c0-.22 0-.45-.04-.67a7.45 7.45 0 0 0 4.6-2.19c.32-.3.58-.64.82-.96.39-.55-.23-1.4-.84-1.4M19 18a1 1 0 0 1 1 1 1 1 0 0 1-1 1H6a2 2 0 0 1-2-2 2 2 0 0 1 2-2h2.5v-.5c0-1.56 1.03-2.86 2.44-3.32.16-.05.32-.09.49-.12.18-.03.37-.06.57-.06.23 0 .45.03.66.07q.105.015.21.06c.13.03.28.07.41.12.08.03.16.07.22.11.13.05.24.11.34.18.08.05.16.1.23.16.1.07.18.14.27.22.07.08.16.13.21.2.08.08.14.17.21.25.06.08.13.16.18.25.06.09.1.18.15.28s.11.18.15.28c.17.41.26.85.26 1.32V18m1.33-5.14A5.51 5.51 0 0 0 12 10h-.13c-.46-.81-.73-1.74-.73-2.71 0-.98.25-1.92.72-2.74A9.4 9.4 0 0 0 14.5 9.5a9.35 9.35 0 0 0 4.95 2.64c-.79.46-1.69.7-2.62.72"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/weather-night.svg b/mkdocs-material/material/templates/.icons/material/weather-night.svg new file mode 100644 index 0000000..a36a67c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/weather-night.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17.75 4.09-2.53 1.94.91 3.06-2.63-1.81-2.63 1.81.91-3.06-2.53-1.94L12.44 4l1.06-3 1.06 3zm3.5 6.91-1.64 1.25.59 1.98-1.7-1.17-1.7 1.17.59-1.98L15.75 11l2.06-.05L18.5 9l.69 1.95zm-2.28 4.95c.83-.08 1.72 1.1 1.19 1.85-.32.45-.66.87-1.08 1.27C15.17 23 8.84 23 4.94 19.07c-3.91-3.9-3.91-10.24 0-14.14.4-.4.82-.76 1.27-1.08.75-.53 1.93.36 1.85 1.19-.27 2.86.69 5.83 2.89 8.02a9.96 9.96 0 0 0 8.02 2.89m-1.64 2.02a12.08 12.08 0 0 1-7.8-3.47c-2.17-2.19-3.33-5-3.49-7.82-2.81 3.14-2.7 7.96.31 10.98 3.02 3.01 7.84 3.12 10.98.31"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/weather-partly-cloudy.svg b/mkdocs-material/material/templates/.icons/material/weather-partly-cloudy.svg new file mode 100644 index 0000000..2bb39fb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/weather-partly-cloudy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.74 5.47c2.36 1.03 3.61 3.56 3.18 5.99A6 6 0 0 1 18 16v.17a3 3 0 0 1 1-.17 3 3 0 0 1 3 3 3 3 0 0 1-3 3H6a4 4 0 0 1-4-4 4 4 0 0 1 4-4h.27C5 12.45 4.6 10.24 5.5 8.26a5.49 5.49 0 0 1 7.24-2.79m-.81 1.83c-1.77-.8-3.84.01-4.62 1.77-.46 1.02-.38 2.15.1 3.06A5.99 5.99 0 0 1 12 10c.7 0 1.38.12 2 .34a3.51 3.51 0 0 0-2.07-3.04m1.62-3.66c-.55-.24-1.1-.41-1.67-.52l2.49-1.3.9 2.89a7.7 7.7 0 0 0-1.72-1.07m-7.46.8c-.49.35-.92.75-1.29 1.19l.11-2.81 2.96.68c-.62.21-1.22.53-1.78.94M18 9.71c-.09-.59-.22-1.16-.41-1.71l2.38 1.5-2.05 2.23c.11-.65.13-1.33.08-2.02M3.04 11.3c.07.6.2 1.17.39 1.7l-2.37-1.5L3.1 9.28c-.1.65-.13 1.33-.06 2.02M19 18h-3v-2a4 4 0 0 0-4-4 4 4 0 0 0-4 4H6a2 2 0 0 0-2 2 2 2 0 0 0 2 2h13a1 1 0 0 0 1-1 1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/weather-partly-lightning.svg b/mkdocs-material/material/templates/.icons/material/weather-partly-lightning.svg new file mode 100644 index 0000000..b4d86b3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/weather-partly-lightning.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 15a3 3 0 0 0-1 .17V15c0-1.81-.81-3.44-2.08-4.54.43-2.43-.82-4.96-3.17-5.99-2.78-1.23-6.03.03-7.25 2.78-.9 1.99-.5 4.2.77 5.75H6a4 4 0 0 0-4 4 4 4 0 0 0 4 4h1s1 0 1-1-1-1-1-1H6a2 2 0 0 1-2-2 2 2 0 0 1 2-2h2a4 4 0 0 1 4-4 4 4 0 0 1 4 4v2h3a1 1 0 0 1 1 1 1 1 0 0 1-1 1h-2s-1 0-1 1 1 1 1 1h2a3 3 0 0 0 3-3 3 3 0 0 0-3-3m-7-6c-1.84 0-3.5.83-4.59 2.13-.48-.91-.56-2.04-.1-3.06a3.487 3.487 0 0 1 4.62-1.77c1.25.56 2.01 1.76 2.07 3.04-.62-.22-1.3-.34-2-.34m1.55-6.37c-.55-.23-1.1-.4-1.67-.51l2.49-1.3.9 2.89c-.51-.42-1.08-.78-1.72-1.08m-7.46.81c-.49.35-.92.75-1.29 1.19l.11-2.81 2.96.68c-.62.21-1.22.53-1.78.94M18 8.71c-.09-.59-.22-1.16-.41-1.71l2.38 1.5-2.05 2.23c.11-.65.13-1.33.08-2.02M3.04 10.3c.07.6.21 1.17.39 1.7l-2.37-1.5L3.1 8.28c-.1.65-.13 1.33-.06 2.02M11.8 15h2.45l-1.64 3.27h1.64L11.18 24l.62-4.09H9.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/weather-partly-rainy.svg b/mkdocs-material/material/templates/.icons/material/weather-partly-rainy.svg new file mode 100644 index 0000000..3d12c06 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/weather-partly-rainy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.75 4.47c2.35 1.03 3.6 3.56 3.17 5.99A6 6 0 0 1 18 15v.17a3 3 0 0 1 1-.17 3 3 0 0 1 3 3 3 3 0 0 1-3 3h-2s-1 0-1-1 1-1 1-1h2a1 1 0 0 0 1-1 1 1 0 0 0-1-1h-3v-2a4 4 0 0 0-4-4 4 4 0 0 0-4 4H6a2 2 0 0 0-2 2 2 2 0 0 0 2 2h1s1 0 1 1-1 1-1 1H6a4 4 0 0 1-4-4 4 4 0 0 1 4-4h.27C5 11.45 4.6 9.24 5.5 7.25c1.22-2.75 4.47-4.01 7.25-2.78m-.82 1.83c-1.77-.8-3.84.01-4.62 1.77-.46 1.02-.38 2.15.1 3.06A5.99 5.99 0 0 1 12 9c.7 0 1.38.12 2 .34a3.51 3.51 0 0 0-2.07-3.04m1.62-3.67c-.55-.23-1.1-.4-1.67-.51l2.49-1.3.9 2.89c-.51-.42-1.08-.78-1.72-1.08m-7.46.81c-.49.35-.92.75-1.29 1.19l.11-2.81 2.96.68c-.62.21-1.22.53-1.78.94M18 8.71c-.09-.59-.22-1.16-.41-1.71l2.38 1.5-2.05 2.23c.11-.65.13-1.33.08-2.02M3.04 10.3c.07.6.21 1.17.39 1.7l-2.37-1.5L3.1 8.28c-.1.65-.13 1.33-.06 2.02M12 18.91c.59.91 1 1.72 1 2.09a1 1 0 0 1-1 1 1 1 0 0 1-1-1c0-.37.41-1.18 1-2.09m0-3.29S9 19 9 21a3 3 0 0 0 3 3 3 3 0 0 0 3-3c0-2-3-5.38-3-5.38"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/weather-partly-snowy-rainy.svg b/mkdocs-material/material/templates/.icons/material/weather-partly-snowy-rainy.svg new file mode 100644 index 0000000..2fb943c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/weather-partly-snowy-rainy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.55 2.66c-.55-.24-1.1-.4-1.67-.51L14.37.84l.9 2.89a7.7 7.7 0 0 0-1.72-1.07m-7.46.8q-.735.525-1.29 1.2l.11-2.82 2.96.69c-.62.2-1.22.52-1.78.93M18 8.73c-.09-.58-.22-1.16-.41-1.7l2.38 1.5-2.05 2.23c.11-.66.13-1.34.08-2.03M3.04 10.32c.07.6.21 1.18.39 1.71l-2.37-1.5L3.1 8.3c-.1.65-.13 1.34-.06 2.02m13.64 11.89c0 .99-.77 1.79-1.73 1.79-.95 0-1.72-.8-1.72-1.79 0-1.18 1.72-3.18 1.72-3.18s1.73 2 1.73 3.18m-10.65-.76c-.1-.38.12-.77.51-.87l1.59-.43L6.96 19a.7.7 0 0 1 0-1c.27-.3.74-.3 1.04 0l1.14 1.14.41-1.58c.1-.39.5-.62.88-.51.39.1.62.5.5.88l-.43 1.57 1.6-.4c.4-.1.78.11.9.5a.74.74 0 0 1-.53.87l-1.58.42 1.16 1.16c.28.27.28.74 0 1.02s-.74.28-1.02 0L9.87 21.9l-.42 1.6c-.1.38-.5.6-.88.5-.39-.1-.6-.5-.51-.88l.44-1.57-1.59.41c-.41.1-.78-.12-.88-.51M19 15.03c-.35 0-.69.05-1 .16v-.16c0-1.82-.81-3.45-2.08-4.53.43-2.45-.82-4.97-3.17-6-2.78-1.23-6.03.03-7.25 2.78-.9 1.99-.5 4.19.77 5.75H6c-2.21 0-4 1.78-4 4 0 1.14.5 2.17 1.27 2.9 0 0 .7.71 1.41 0s0-1.43 0-1.43c-.41-.35-.68-.88-.68-1.47a2 2 0 0 1 2-2h2c0-2.22 1.79-4 4-4a4 4 0 0 1 4 4v2h3a1 1 0 0 1 1 1c0 .54-.45 1-1 1h-1s-1 0-1 1 1 1 1 1h1a3 3 0 0 0 3-3c0-1.66-1.34-3-3-3m-7-6c-1.84 0-3.5.82-4.59 2.13a3.51 3.51 0 0 1-.1-3.07 3.496 3.496 0 0 1 4.62-1.77A3.52 3.52 0 0 1 14 9.37c-.62-.22-1.3-.34-2-.34"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/weather-partly-snowy.svg b/mkdocs-material/material/templates/.icons/material/weather-partly-snowy.svg new file mode 100644 index 0000000..7f2651d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/weather-partly-snowy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 19.03a2 2 0 0 1-2-2 2 2 0 0 1 2-2h2c0-2.22 1.79-4 4-4a4 4 0 0 1 4 4v2h3a1 1 0 0 1 1 1c0 .54-.45 1-1 1h-2s-1 0-1 1 1 1 1 1h2a3 3 0 0 0 3-3c0-1.66-1.34-3-3-3-.35 0-.69.05-1 .16v-.16c0-1.82-.81-3.45-2.08-4.53.43-2.45-.82-4.97-3.17-6-2.78-1.23-6.03.03-7.25 2.78-.9 1.99-.5 4.19.77 5.75H6c-2.21 0-4 1.78-4 4a4 4 0 0 0 4 4s1 0 1-1-1-1-1-1m6-10c-1.84 0-3.5.82-4.59 2.13a3.51 3.51 0 0 1-.1-3.07 3.496 3.496 0 0 1 4.62-1.77A3.52 3.52 0 0 1 14 9.37c-.62-.22-1.3-.34-2-.34m1.55-6.37c-.55-.24-1.1-.4-1.67-.51L14.37.84l.9 2.89a7.7 7.7 0 0 0-1.72-1.07m-7.46.8q-.735.525-1.29 1.2l.11-2.82 2.96.69c-.62.2-1.22.52-1.78.93M18 8.73c-.09-.58-.22-1.16-.41-1.7l2.38 1.5-2.05 2.23c.11-.66.13-1.34.08-2.03M3.04 10.32c.07.6.21 1.18.39 1.71l-2.37-1.5L3.1 8.3c-.1.65-.13 1.34-.06 2.02m4.99 11.13c.1.39.5.61.88.51l1.59-.42-.44 1.57c-.1.39.13.79.51.89s.78-.13.88-.5l.42-1.59 1.16 1.16c.27.28.74.28 1.02 0s.28-.75 0-1.02l-1.16-1.17 1.58-.41c.38-.1.61-.5.53-.88-.12-.38-.5-.59-.91-.51l-1.59.42.44-1.57c.1-.39-.12-.78-.51-.88-.38-.1-.77.12-.88.51l-.41 1.58L10 17.97c-.3-.28-.77-.28-1.05 0-.27.3-.27.75 0 1.03l1.16 1.16-1.57.41c-.39.11-.61.5-.51.88"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/weather-pouring.svg b/mkdocs-material/material/templates/.icons/material/weather-pouring.svg new file mode 100644 index 0000000..792f810 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/weather-pouring.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 12c.53.14.85.69.71 1.22l-1.3 4.83c-.14.54-.69.85-1.22.71a.967.967 0 0 1-.69-1.22l1.28-4.83c.14-.54.69-.85 1.22-.71m4 0c.53.14.85.69.71 1.22l-2.07 7.73c-.14.55-.69.85-1.23.71-.53-.16-.85-.69-.71-1.23l2.08-7.72c.14-.54.69-.85 1.22-.71m4 0c.53.14.85.69.71 1.22l-1.3 4.83c-.14.54-.69.85-1.22.71a.967.967 0 0 1-.69-1.22l1.28-4.83c.14-.54.69-.85 1.22-.71m0-2V9a5 5 0 0 0-5-5C9.5 4 7.45 5.82 7.06 8.19 6.73 8.07 6.37 8 6 8a3 3 0 0 0-3 3c0 1.11.6 2.08 1.5 2.6v-.01c.5.28.64.91.37 1.37-.28.47-.87.64-1.37.36v.01A4.98 4.98 0 0 1 1 11a5 5 0 0 1 5-5c1-2.35 3.3-4 6-4 3.43 0 6.24 2.66 6.5 6.03L19 8a4 4 0 0 1 4 4c0 1.5-.8 2.77-2 3.46-.5.27-1.09.11-1.37-.37-.27-.48-.13-1.09.37-1.37v.01c.6-.34 1-.99 1-1.73a2 2 0 0 0-2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/weather-rainy.svg b/mkdocs-material/material/templates/.icons/material/weather-rainy.svg new file mode 100644 index 0000000..081cd42 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/weather-rainy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 14.03a1 1 0 0 1 1 1c0 .55-.45 1-1 1-2.76 0-5-2.24-5-5s2.24-5 5-5c1-2.35 3.3-4 6-4 3.43 0 6.24 2.66 6.5 6.03l.5-.03a4 4 0 0 1 4 4c0 2.2-1.79 4-4 4h-1c-.55 0-1-.45-1-1 0-.56.45-1 1-1h1a2 2 0 0 0 2-2 2 2 0 0 0-2-2h-2v-1c0-2.76-2.24-5-5-5-2.5 0-4.55 1.81-4.94 4.18-.33-.12-.69-.18-1.06-.18a3 3 0 0 0-3 3 3 3 0 0 0 3 3m6 .12c.18.24.37.51.56.79C13 15.56 14 17.03 14 18a2 2 0 0 1-2 2 2 2 0 0 1-2-2c0-.97 1-2.44 1.44-3.06.19-.28.38-.54.56-.79m0-3.12-.5.56s-.85.96-1.71 2.22C8.93 15.06 8 16.56 8 18a4 4 0 0 0 4 4 4 4 0 0 0 4-4c0-1.44-.93-2.94-1.79-4.19-.86-1.26-1.71-2.22-1.71-2.22"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/weather-snowy-heavy.svg b/mkdocs-material/material/templates/.icons/material/weather-snowy-heavy.svg new file mode 100644 index 0000000..40c6eb5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/weather-snowy-heavy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 16.36c-.14-.54.18-1.11.73-1.25L7 14.5l-1.67-1.64c-.4-.4-.4-1.05 0-1.46.4-.4 1.07-.4 1.46 0l1.66 1.65.59-2.25c.14-.56.71-.88 1.25-.73.56.14.88.71.71 1.26l-.58 2.25 2.25-.58a.99.99 0 0 1 1.26.71c.15.54-.17 1.11-.73 1.25l-2.25.59 1.65 1.66c.4.39.4 1.06 0 1.46s-1.06.4-1.45 0L9.5 17l-.61 2.27c-.14.56-.71.87-1.25.73-.56-.14-.87-.71-.73-1.26l.59-2.24-2.24.59c-.55.14-1.12-.17-1.26-.73M1 10a5 5 0 0 1 5-5c1-2.35 3.3-4 6-4 3.43 0 6.24 2.66 6.5 6.03L19 7a4 4 0 0 1 4 4 4 4 0 0 1-4 4 1 1 0 0 1-1-1 1 1 0 0 1 1-1 2 2 0 0 0 2-2 2 2 0 0 0-2-2h-2V8a5 5 0 0 0-5-5C9.5 3 7.45 4.82 7.06 7.19 6.73 7.07 6.37 7 6 7a3 3 0 0 0-3 3c0 .85.35 1.61.91 2.16.36.39.35 1-.03 1.38a.996.996 0 0 1-1.41 0A5 5 0 0 1 1 10m13.03 10.43c.1.39.47.61.88.51l1.59-.44-.44 1.59c-.1.41.12.78.51.88.38.11.78-.12.88-.51l.41-1.57 1.17 1.16c.27.28.74.28 1.02 0s.28-.75 0-1.02l-1.16-1.17 1.57-.41c.39-.1.62-.5.51-.88-.1-.39-.47-.61-.88-.51l-1.59.44.44-1.59c.1-.41-.12-.78-.51-.88a.71.71 0 0 0-.88.51l-.41 1.57-1.17-1.16a.724.724 0 0 0-1.02 0c-.28.29-.28.75 0 1.02l1.16 1.17-1.57.41c-.39.1-.62.5-.51.88"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/weather-snowy-rainy.svg b/mkdocs-material/material/templates/.icons/material/weather-snowy-rainy.svg new file mode 100644 index 0000000..ca7379a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/weather-snowy-rainy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.5 18.67c0 1.29-1 2.33-2.25 2.33S14 19.96 14 18.67c0-1.55 2.25-4.17 2.25-4.17s2.25 2.62 2.25 4.17M4 17.36c-.14-.54.18-1.11.73-1.25L7 15.5l-1.67-1.64c-.4-.4-.4-1.05 0-1.46.4-.4 1.07-.4 1.46 0l1.66 1.65.59-2.25c.14-.56.71-.88 1.25-.73.56.14.88.71.71 1.26l-.58 2.25 2.25-.58a.99.99 0 0 1 1.26.71c.15.54-.17 1.11-.73 1.25l-2.25.59 1.65 1.66c.4.39.4 1.06 0 1.46s-1.06.4-1.45 0L9.5 18l-.61 2.27c-.14.56-.71.87-1.25.73-.56-.14-.87-.71-.73-1.26l.59-2.24-2.24.59c-.55.14-1.12-.17-1.26-.73M1 11a5 5 0 0 1 5-5c1-2.35 3.3-4 6-4 3.43 0 6.24 2.66 6.5 6.03L19 8a4 4 0 0 1 4 4 4 4 0 0 1-4 4 1 1 0 0 1-1-1 1 1 0 0 1 1-1 2 2 0 0 0 2-2 2 2 0 0 0-2-2h-2V9a5 5 0 0 0-5-5C9.5 4 7.45 5.82 7.06 8.19 6.73 8.07 6.37 8 6 8a3 3 0 0 0-3 3c0 .85.35 1.61.91 2.16.36.39.35 1-.03 1.38a.996.996 0 0 1-1.41 0A5 5 0 0 1 1 11"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/weather-snowy.svg b/mkdocs-material/material/templates/.icons/material/weather-snowy.svg new file mode 100644 index 0000000..854879c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/weather-snowy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 14a1 1 0 0 1 1 1 1 1 0 0 1-1 1 5 5 0 0 1-5-5 5 5 0 0 1 5-5c1-2.35 3.3-4 6-4 3.43 0 6.24 2.66 6.5 6.03L19 8a4 4 0 0 1 4 4 4 4 0 0 1-4 4h-1a1 1 0 0 1-1-1 1 1 0 0 1 1-1h1a2 2 0 0 0 2-2 2 2 0 0 0-2-2h-2V9a5 5 0 0 0-5-5C9.5 4 7.45 5.82 7.06 8.19 6.73 8.07 6.37 8 6 8a3 3 0 0 0-3 3 3 3 0 0 0 3 3m1.88 4.07 2.19-.57-1.61-1.62c-.39-.38-.39-1.02 0-1.42.39-.39 1.04-.39 1.42 0l1.62 1.61.57-2.19a1 1 0 1 1 1.93.52l-.59 2.19L15.6 16a1 1 0 1 1 .52 1.93l-2.19.57 1.61 1.62c.39.38.39 1.03 0 1.42s-1.04.39-1.42 0l-1.62-1.61-.57 2.19A1 1 0 1 1 10 21.6l.59-2.19L8.4 20a1 1 0 1 1-.52-1.93"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/weather-sunny-alert.svg b/mkdocs-material/material/templates/.icons/material/weather-sunny-alert.svg new file mode 100644 index 0000000..60df6fd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/weather-sunny-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 7a5 5 0 0 0-5 5 5 5 0 0 0 5 5 5 5 0 0 0 5-5 5 5 0 0 0-5-5m0 8a3 3 0 0 1-3-3 3 3 0 0 1 3-3 3 3 0 0 1 3 3 3 3 0 0 1-3 3m0-13 2.39 3.42C13.65 5.15 12.84 5 12 5s-1.65.15-2.39.42zM3.34 7l4.16-.35A7.2 7.2 0 0 0 5.94 8.5c-.44.74-.69 1.5-.83 2.29zm.02 10 1.76-3.77a7.131 7.131 0 0 0 2.38 4.14zM12 22l-2.41-3.44c.74.27 1.55.44 2.41.44.82 0 1.63-.17 2.37-.44M19 13V7h2v6zm0 4v-2h2v2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/weather-sunny-off.svg b/mkdocs-material/material/templates/.icons/material/weather-sunny-off.svg new file mode 100644 index 0000000..3a11a31 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/weather-sunny-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.11 21.46 2.39 1.73 1.11 3l3.86 3.86L3.34 7l1.77 3.79c.14-.79.39-1.55.83-2.29.06-.14.19-.26.28-.39l1.44 1.44C7.25 10.27 7 11.11 7 12c0 2.76 2.24 5 5 5 .9 0 1.73-.25 2.45-.66l6.39 6.39zM12 15c-1.66 0-3-1.34-3-3 0-.33.07-.64.17-.94l3.77 3.77c-.3.1-.61.17-.94.17m6.05-6.5c-.42-.72-.95-1.35-1.55-1.86l4.15.36-1.77 3.79c-.14-.79-.41-1.56-.83-2.29M12 7c2.76 0 5 2.24 5 5 0 .54-.11 1.05-.26 1.54L15 11.78A3.06 3.06 0 0 0 12.22 9l-1.75-1.73c.48-.16.99-.27 1.53-.27m0-2c-.84 0-1.65.15-2.39.42L12 2l2.39 3.42C13.65 5.15 12.84 5 12 5m6.87 8.21L20.64 17l-.4.04-1.99-1.99c.29-.6.51-1.21.62-1.84M12 19c.82 0 1.63-.17 2.37-.44L12 22l-2.41-3.44c.74.27 1.55.44 2.41.44m-6.05-3.5c.42.74.96 1.36 1.55 1.87L3.36 17l1.76-3.77c.14.77.41 1.55.83 2.27"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/weather-sunny.svg b/mkdocs-material/material/templates/.icons/material/weather-sunny.svg new file mode 100644 index 0000000..7b4513c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/weather-sunny.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 7a5 5 0 0 1 5 5 5 5 0 0 1-5 5 5 5 0 0 1-5-5 5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3m0-7 2.39 3.42C13.65 5.15 12.84 5 12 5s-1.65.15-2.39.42zM3.34 7l4.16-.35A7.2 7.2 0 0 0 5.94 8.5c-.44.74-.69 1.5-.83 2.29zm.02 10 1.76-3.77a7.131 7.131 0 0 0 2.38 4.14zM20.65 7l-1.77 3.79a7.02 7.02 0 0 0-2.38-4.15zm-.01 10-4.14.36c.59-.51 1.12-1.14 1.54-1.86.42-.73.69-1.5.83-2.29zM12 22l-2.41-3.44c.74.27 1.55.44 2.41.44.82 0 1.63-.17 2.37-.44z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/weather-sunset-down.svg b/mkdocs-material/material/templates/.icons/material/weather-sunset-down.svg new file mode 100644 index 0000000..39afea2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/weather-sunset-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 12h4a5 5 0 0 1 5-5 5 5 0 0 1 5 5h4a1 1 0 0 1 1 1 1 1 0 0 1-1 1H3a1 1 0 0 1-1-1 1 1 0 0 1 1-1m12 0a3 3 0 0 0-3-3 3 3 0 0 0-3 3zM12 2l2.39 3.42C13.65 5.15 12.84 5 12 5s-1.65.15-2.39.42zM3.34 7l4.16-.35A7.2 7.2 0 0 0 5.94 8.5c-.44.74-.69 1.5-.83 2.29zm17.31 0-1.77 3.79a7.02 7.02 0 0 0-2.38-4.15zm-7.94 13.71 3.11-3.11c.39-.39.39-1.03 0-1.42a.996.996 0 0 0-1.41 0L12 18.59l-2.41-2.41a.996.996 0 0 0-1.41 0c-.39.39-.39 1.03 0 1.42l3.11 3.11c.21.19.45.29.71.29s.5-.1.71-.29"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/weather-sunset-up.svg b/mkdocs-material/material/templates/.icons/material/weather-sunset-up.svg new file mode 100644 index 0000000..e9f45aa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/weather-sunset-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 12h4a5 5 0 0 1 5-5 5 5 0 0 1 5 5h4a1 1 0 0 1 1 1 1 1 0 0 1-1 1H3a1 1 0 0 1-1-1 1 1 0 0 1 1-1m12 0a3 3 0 0 0-3-3 3 3 0 0 0-3 3zM12 2l2.39 3.42C13.65 5.15 12.84 5 12 5s-1.65.15-2.39.42zM3.34 7l4.16-.35A7.2 7.2 0 0 0 5.94 8.5c-.44.74-.69 1.5-.83 2.29zm17.31 0-1.77 3.79a7.02 7.02 0 0 0-2.38-4.15zm-7.94 9.3 3.11 3.11a.996.996 0 1 1-1.41 1.41L12 18.41l-2.41 2.41a.996.996 0 1 1-1.41-1.41l3.11-3.11c.21-.2.45-.3.71-.3s.5.1.71.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/weather-sunset.svg b/mkdocs-material/material/templates/.icons/material/weather-sunset.svg new file mode 100644 index 0000000..cf22509 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/weather-sunset.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 12h4a5 5 0 0 1 5-5 5 5 0 0 1 5 5h4a1 1 0 0 1 1 1 1 1 0 0 1-1 1H3a1 1 0 0 1-1-1 1 1 0 0 1 1-1m2 4h14a1 1 0 0 1 1 1 1 1 0 0 1-1 1H5a1 1 0 0 1-1-1 1 1 0 0 1 1-1m12 4a1 1 0 0 1 1 1 1 1 0 0 1-1 1H7a1 1 0 0 1-1-1 1 1 0 0 1 1-1zm-2-8a3 3 0 0 0-3-3 3 3 0 0 0-3 3zM12 2l2.39 3.42C13.65 5.15 12.84 5 12 5s-1.65.15-2.39.42zM3.34 7l4.16-.35A7.2 7.2 0 0 0 5.94 8.5c-.44.74-.69 1.5-.83 2.29zm17.31 0-1.77 3.79a7.02 7.02 0 0 0-2.38-4.15z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/weather-tornado.svg b/mkdocs-material/material/templates/.icons/material/weather-tornado.svg new file mode 100644 index 0000000..cda849b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/weather-tornado.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 5H3a1 1 0 0 1-1-1 1 1 0 0 1 1-1h18a1 1 0 0 1 1 1 1 1 0 0 1-1 1m-1 3a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1 1 1 0 0 0 1 1h14a1 1 0 0 0 1-1m1 4a1 1 0 0 0-1-1H10a1 1 0 0 0-1 1 1 1 0 0 0 1 1h10a1 1 0 0 0 1-1m-5 4a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1 1 1 0 0 0 1 1h6a1 1 0 0 0 1-1m-3 4a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1 1 1 0 0 0 1 1h2a1 1 0 0 0 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/weather-windy-variant.svg b/mkdocs-material/material/templates/.icons/material/weather-windy-variant.svg new file mode 100644 index 0000000..e2c0732 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/weather-windy-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m6 6 .69.06A5.5 5.5 0 0 1 12 2a5.5 5.5 0 0 1 5.5 5.5l-.08.95c.46-.29 1-.45 1.58-.45a3 3 0 0 1 3 3 3 3 0 0 1-3 3H6a4 4 0 0 1-4-4 4 4 0 0 1 4-4m0 2a2 2 0 0 0-2 2 2 2 0 0 0 2 2h13a1 1 0 0 0 1-1 1 1 0 0 0-1-1h-3.5V7.5A3.5 3.5 0 0 0 12 4a3.5 3.5 0 0 0-3.5 3.5V8zm12 10H4a1 1 0 0 1-1-1 1 1 0 0 1 1-1h14a3 3 0 0 1 3 3 3 3 0 0 1-3 3c-.83 0-1.58-.34-2.12-.88-.38-.39-.38-1.02 0-1.41a.996.996 0 0 1 1.41 0c.18.18.43.29.71.29a1 1 0 0 0 1-1 1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/weather-windy.svg b/mkdocs-material/material/templates/.icons/material/weather-windy.svg new file mode 100644 index 0000000..f8b228b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/weather-windy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 10a1 1 0 0 1-1-1 1 1 0 0 1 1-1h8a2 2 0 0 0 2-2 2 2 0 0 0-2-2c-.55 0-1.05.22-1.41.59a.973.973 0 0 1-1.42 0c-.39-.39-.39-1.03 0-1.42C9.9 2.45 10.9 2 12 2a4 4 0 0 1 4 4 4 4 0 0 1-4 4zm15 2a1 1 0 0 0 1-1 1 1 0 0 0-1-1c-.28 0-.53.11-.71.29a.996.996 0 0 1-1.41 0c-.38-.39-.38-1.02 0-1.41C17.42 8.34 18.17 8 19 8a3 3 0 0 1 3 3 3 3 0 0 1-3 3H5a1 1 0 0 1-1-1 1 1 0 0 1 1-1zm-1 6H4a1 1 0 0 1-1-1 1 1 0 0 1 1-1h14a3 3 0 0 1 3 3 3 3 0 0 1-3 3c-.83 0-1.58-.34-2.12-.88-.38-.39-.38-1.02 0-1.41a.996.996 0 0 1 1.41 0c.18.18.43.29.71.29a1 1 0 0 0 1-1 1 1 0 0 0-1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/web-box.svg b/mkdocs-material/material/templates/.icons/material/web-box.svg new file mode 100644 index 0000000..f8384be --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/web-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.95 13.4H6.58a5.5 5.5 0 0 1 0-2.8h2.37a12 12 0 0 0-.1 1.4 12 12 0 0 0 .1 1.4M7.16 9.2H9.2a12 12 0 0 1 .98-2.49A5.55 5.55 0 0 0 7.16 9.2m9.68 0a5.6 5.6 0 0 0-3.03-2.49 11 11 0 0 1 .97 2.49M12 17.57a9.5 9.5 0 0 0 1.34-2.77h-2.68A9.5 9.5 0 0 0 12 17.57m0-11.15a9.5 9.5 0 0 0-1.34 2.78h2.68A9.5 9.5 0 0 0 12 6.42M7.16 14.8a5.6 5.6 0 0 0 3.02 2.49 12 12 0 0 1-.98-2.49M21 5v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2m-2 7a7 7 0 1 0-7 7 7 7 0 0 0 7-7m-3.85 0a12 12 0 0 1-.1 1.4h2.37a5.5 5.5 0 0 0 0-2.8h-2.37a12 12 0 0 1 .1 1.4m-1.34 5.29a5.62 5.62 0 0 0 3.03-2.49h-2.06a11 11 0 0 1-.97 2.49m-3.45-6.69a8.8 8.8 0 0 0 0 2.8h3.28a10 10 0 0 0 .11-1.4 10 10 0 0 0-.11-1.4Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/web-cancel.svg b/mkdocs-material/material/templates/.icons/material/web-cancel.svg new file mode 100644 index 0000000..e78e41b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/web-cancel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.82 14H9.66c-.1-.66-.16-1.32-.16-2s.06-1.35.16-2h4.68c.09.65.16 1.32.16 2 0 .5-.04 1-.1 1.46.6-.5 1.32-.89 2.1-1.14V12c0-.68-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2v.18c.7.17 1.35.45 1.95.82.05-.32.05-.66.05-1 0-5.5-4.5-10-10-10C6.47 2 2 6.5 2 12s4.5 10 10 10c.34 0 .68 0 1-.05-.41-.66-.71-1.4-.87-2.2-.04.07-.08.14-.13.21-.83-1.2-1.5-2.53-1.91-3.96h2.41c.31-.75.76-1.42 1.32-2m5.1-6h-2.95a15.7 15.7 0 0 0-1.38-3.56c1.84.63 3.37 1.9 4.33 3.56M12 4.03c.83 1.2 1.5 2.54 1.91 3.97h-3.82c.41-1.43 1.08-2.77 1.91-3.97M4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2s.06 1.34.14 2zm.82 2H8c.35 1.25.8 2.45 1.4 3.56A8 8 0 0 1 5.08 16M8 8H5.08A7.92 7.92 0 0 1 9.4 4.44C8.8 5.55 8.35 6.75 8 8m10.5 6C16 14 14 16 14 18.5s2 4.5 4.5 4.5 4.5-2 4.5-4.5-2-4.5-4.5-4.5m0 7.5c-1.66 0-3-1.34-3-3 0-.56.15-1.08.42-1.5L20 21.08c-.42.27-.94.42-1.5.42m2.58-1.5L17 15.92c.42-.27.94-.42 1.5-.42 1.66 0 3 1.34 3 3 0 .56-.15 1.08-.42 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/web-check.svg b/mkdocs-material/material/templates/.icons/material/web-check.svg new file mode 100644 index 0000000..9b292e0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/web-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.5 12c0-.68-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2 0 .37-.03.73-.08 1.08.69.1 1.33.32 1.92.64.1-.56.16-1.13.16-1.72 0-5.5-4.5-10-10-10C6.47 2 2 6.5 2 12s4.5 10 10 10c.59 0 1.16-.06 1.72-.16A5.9 5.9 0 0 1 13 19c0-.29.03-.57.07-.85-.32.63-.67 1.24-1.07 1.81-.83-1.2-1.5-2.53-1.91-3.96h3.72a5.95 5.95 0 0 1 2.59-2.4c.06-.53.1-1.06.1-1.6M12 4.03c.83 1.2 1.5 2.54 1.91 3.97h-3.82c.41-1.43 1.08-2.77 1.91-3.97M4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2s.06 1.34.14 2zm.82 2H8c.35 1.25.8 2.45 1.4 3.56A8 8 0 0 1 5.08 16M8 8H5.08A7.92 7.92 0 0 1 9.4 4.44C8.8 5.55 8.35 6.75 8 8m6.34 6H9.66c-.1-.66-.16-1.32-.16-2s.06-1.35.16-2h4.68c.09.65.16 1.32.16 2s-.07 1.34-.16 2m.25-9.56c1.84.63 3.37 1.9 4.33 3.56h-2.95a15.7 15.7 0 0 0-1.38-3.56m7.91 12.81L17.75 22 15 19l1.16-1.16 1.59 1.59 3.59-3.59z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/web-clock.svg b/mkdocs-material/material/templates/.icons/material/web-clock.svg new file mode 100644 index 0000000..5fedc22 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/web-clock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 12.5v4l3 2 .75-1.25-2.25-1.5V12.5zm7-.11V12c0-5.5-4.5-10-10-10C6.47 2 2 6.5 2 12s4.5 10 10 10c.13 0 .24 0 .37-.03 1.06.65 2.3 1.03 3.63 1.03 3.86 0 7-3.14 7-7 0-1.32-.38-2.56-1-3.61m-2.24-2.28-.17-.11h.15c.01.03.01.07.02.11M18.92 8h-2.95a15.7 15.7 0 0 0-1.38-3.56c1.84.63 3.37 1.9 4.33 3.56M12 4.03c.83 1.2 1.5 2.54 1.91 3.97h-3.82c.41-1.43 1.08-2.77 1.91-3.97M9.66 10h2.75a7 7 0 0 0-2.84 3.24c-.04-.41-.07-.82-.07-1.24 0-.68.06-1.35.16-2M9.4 4.44C8.8 5.55 8.35 6.75 8 8H5.08A7.92 7.92 0 0 1 9.4 4.44M4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2s.06 1.34.14 2zm.82 2H8c.35 1.25.8 2.45 1.4 3.56A8 8 0 0 1 5.08 16M16 21c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/web-minus.svg b/mkdocs-material/material/templates/.icons/material/web-minus.svg new file mode 100644 index 0000000..372b372 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/web-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.5 12c0-.68-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2 0 .37-.03.73-.08 1.08.69.1 1.33.32 1.92.64.1-.56.16-1.13.16-1.72 0-5.5-4.5-10-10-10C6.47 2 2 6.5 2 12s4.5 10 10 10c.59 0 1.16-.06 1.72-.16A5.9 5.9 0 0 1 13 19c0-.29.03-.57.07-.85-.32.63-.67 1.24-1.07 1.81-.83-1.2-1.5-2.53-1.91-3.96h3.72a5.95 5.95 0 0 1 2.59-2.4c.06-.53.1-1.06.1-1.6M12 4.03c.83 1.2 1.5 2.54 1.91 3.97h-3.82c.41-1.43 1.08-2.77 1.91-3.97M4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2s.06 1.34.14 2zm.82 2H8c.35 1.25.8 2.45 1.4 3.56A8 8 0 0 1 5.08 16M8 8H5.08A7.92 7.92 0 0 1 9.4 4.44C8.8 5.55 8.35 6.75 8 8m6.34 6H9.66c-.1-.66-.16-1.32-.16-2s.06-1.35.16-2h4.68c.09.65.16 1.32.16 2s-.07 1.34-.16 2m.25-9.56c1.84.63 3.37 1.9 4.33 3.56h-2.95a15.7 15.7 0 0 0-1.38-3.56M23 18v2h-8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/web-off.svg b/mkdocs-material/material/templates/.icons/material/web-off.svg new file mode 100644 index 0000000..aef9163 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/web-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.4 4.44c-.21.39-.4.79-.56 1.2l1.53 1.53c.41-1.12.96-2.17 1.63-3.14.83 1.2 1.5 2.54 1.91 3.97H11.2l2 2h1.14c.06.41.1.84.13 1.27l1.97 1.97c.03-.41.06-.82.06-1.24 0-.68-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2s-.1 1.36-.26 2H17.2l3.3 3.28c.94-1.53 1.5-3.34 1.5-5.28 0-5.5-4.5-10-10-10-1.94 0-3.75.56-5.28 1.5L8.18 5c.39-.23.82-.42 1.22-.56M18.92 8h-2.95a15.7 15.7 0 0 0-1.38-3.56c1.84.63 3.37 1.9 4.33 3.56M2.39 1.73 1.11 3l2.95 2.95A9.9 9.9 0 0 0 2 12c0 5.5 4.5 10 10 10 2.28 0 4.37-.77 6.06-2.05l2.78 2.78 1.27-1.27zM5.5 7.37l.61.63H5.08c.12-.22.26-.42.42-.63M4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2s.06 1.34.14 2zm.82 2H8c.35 1.25.8 2.45 1.4 3.56A8 8 0 0 1 5.08 16m4.42-4c0-.2 0-.39.03-.58L12.11 14H9.66c-.1-.66-.16-1.32-.16-2m2.5 7.96c-.83-1.2-1.5-2.53-1.91-3.96h3.82c-.41 1.43-1.08 2.76-1.91 3.96m2.59-.4c.37-.68.67-1.41.91-2.15l1.12 1.09c-.62.45-1.3.81-2.03 1.06"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/web-plus.svg b/mkdocs-material/material/templates/.icons/material/web-plus.svg new file mode 100644 index 0000000..db5ecd2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/web-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.5 12c0-.68-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2 0 .37-.03.73-.08 1.08.69.1 1.33.32 1.92.64.1-.56.16-1.13.16-1.72 0-5.5-4.5-10-10-10C6.47 2 2 6.5 2 12s4.5 10 10 10c.59 0 1.16-.06 1.72-.16A5.9 5.9 0 0 1 13 19c0-.29.03-.57.07-.85-.32.63-.67 1.24-1.07 1.81-.83-1.2-1.5-2.53-1.91-3.96h3.72a5.95 5.95 0 0 1 2.59-2.4c.06-.53.1-1.06.1-1.6M12 4.03c.83 1.2 1.5 2.54 1.91 3.97h-3.82c.41-1.43 1.08-2.77 1.91-3.97M4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2s.06 1.34.14 2zm.82 2H8c.35 1.25.8 2.45 1.4 3.56A8 8 0 0 1 5.08 16M8 8H5.08A7.92 7.92 0 0 1 9.4 4.44C8.8 5.55 8.35 6.75 8 8m6.34 6H9.66c-.1-.66-.16-1.32-.16-2s.06-1.35.16-2h4.68c.09.65.16 1.32.16 2s-.07 1.34-.16 2m.25-9.56c1.84.63 3.37 1.9 4.33 3.56h-2.95a15.7 15.7 0 0 0-1.38-3.56M23 18v2h-3v3h-2v-3h-3v-2h3v-3h2v3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/web-refresh.svg b/mkdocs-material/material/templates/.icons/material/web-refresh.svg new file mode 100644 index 0000000..4416326 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/web-refresh.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.82 14H9.66c-.1-.66-.16-1.32-.16-2s.06-1.35.16-2h4.68c.09.65.16 1.32.16 2 0 .5-.04 1-.1 1.46.6-.5 1.32-.89 2.1-1.14V12c0-.68-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2v.18c.7.17 1.35.45 1.95.82.05-.32.05-.66.05-1 0-5.5-4.5-10-10-10C6.47 2 2 6.5 2 12s4.5 10 10 10c.34 0 .68 0 1-.05-.41-.66-.71-1.4-.87-2.2-.04.07-.08.14-.13.21-.83-1.2-1.5-2.53-1.91-3.96h2.41c.31-.75.76-1.42 1.32-2m5.1-6h-2.95a15.7 15.7 0 0 0-1.38-3.56c1.84.63 3.37 1.9 4.33 3.56M12 4.03c.83 1.2 1.5 2.54 1.91 3.97h-3.82c.41-1.43 1.08-2.77 1.91-3.97M4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2s.06 1.34.14 2zm.82 2H8c.35 1.25.8 2.45 1.4 3.56A8 8 0 0 1 5.08 16M8 8H5.08A7.92 7.92 0 0 1 9.4 4.44C8.8 5.55 8.35 6.75 8 8m12.83 7.67L22 14.5v4h-4l1.77-1.77A2.5 2.5 0 1 0 20 20h1.71A3.99 3.99 0 0 1 18 22.5c-2.21 0-4-1.79-4-4s1.79-4 4-4c1.11 0 2.11.45 2.83 1.17"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/web-remove.svg b/mkdocs-material/material/templates/.icons/material/web-remove.svg new file mode 100644 index 0000000..24048f1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/web-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.5 12c0-.68-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2 0 .37-.03.73-.08 1.08.69.1 1.33.32 1.92.64.1-.56.16-1.13.16-1.72 0-5.5-4.5-10-10-10C6.47 2 2 6.5 2 12s4.5 10 10 10c.59 0 1.16-.06 1.72-.16A5.9 5.9 0 0 1 13 19c0-.29.03-.57.07-.85-.32.63-.67 1.24-1.07 1.81-.83-1.2-1.5-2.53-1.91-3.96h3.72a5.95 5.95 0 0 1 2.59-2.4c.06-.53.1-1.06.1-1.6M12 4.03c.83 1.2 1.5 2.54 1.91 3.97h-3.82c.41-1.43 1.08-2.77 1.91-3.97M4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2s.06 1.34.14 2zm.82 2H8c.35 1.25.8 2.45 1.4 3.56A8 8 0 0 1 5.08 16M8 8H5.08A7.92 7.92 0 0 1 9.4 4.44C8.8 5.55 8.35 6.75 8 8m6.34 6H9.66c-.1-.66-.16-1.32-.16-2s.06-1.35.16-2h4.68c.09.65.16 1.32.16 2s-.07 1.34-.16 2m.25-9.56c1.84.63 3.37 1.9 4.33 3.56h-2.95a15.7 15.7 0 0 0-1.38-3.56M20.41 19l2.13 2.12-1.42 1.42L19 20.41l-2.12 2.13-1.41-1.42L17.59 19l-2.12-2.12 1.41-1.41L19 17.59l2.12-2.12 1.42 1.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/web-sync.svg b/mkdocs-material/material/templates/.icons/material/web-sync.svg new file mode 100644 index 0000000..1208add --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/web-sync.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.5 11.74c0-.59-.07-1.16-.14-1.74h3.38c.08.33.15.67.19 1 .72.07 1.41.23 2.07.5C21.71 6.21 17.35 2 12 2 6.47 2 2 6.5 2 12s4.5 10 10 10c.87 0 1.71-.12 2.5-.33a6.6 6.6 0 0 1-1.46-3.47c-.31.61-.65 1.2-1.04 1.76-.83-1.2-1.5-2.53-1.91-3.96h3.09c.17-.72.46-1.39.85-2H9.66c-.1-.66-.16-1.32-.16-2s.06-1.35.16-2h4.68c.09.65.16 1.32.16 2 0 .5-.04 1-.1 1.5a6.4 6.4 0 0 1 2.1-1.76M4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2s.06 1.34.14 2zm.82 2H8c.35 1.25.8 2.45 1.4 3.56A8 8 0 0 1 5.08 16M8 8H5.08A7.92 7.92 0 0 1 9.4 4.44C8.8 5.55 8.35 6.75 8 8m2.09 0c.41-1.43 1.08-2.77 1.91-3.97.83 1.2 1.5 2.54 1.91 3.97zm8.83 0h-2.95a15.7 15.7 0 0 0-1.38-3.56c1.84.63 3.37 1.9 4.33 3.56M23 17.5c0 .82-.25 1.58-.67 2.21l-1.09-1.09c.17-.34.26-.72.26-1.12A2.5 2.5 0 0 0 19 15v1.5l-2.25-2.25L19 12v1.5c2.21 0 4 1.79 4 4m-4 1 2.25 2.25L19 23v-1.5c-2.21 0-4-1.79-4-4 0-.82.25-1.58.67-2.21l1.09 1.09c-.17.34-.26.72-.26 1.12A2.5 2.5 0 0 0 19 20z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/web.svg b/mkdocs-material/material/templates/.icons/material/web.svg new file mode 100644 index 0000000..f634daa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/web.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.36 14c.08-.66.14-1.32.14-2s-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2s-.1 1.36-.26 2m-5.15 5.56c.6-1.11 1.06-2.31 1.38-3.56h2.95a8.03 8.03 0 0 1-4.33 3.56M14.34 14H9.66c-.1-.66-.16-1.32-.16-2s.06-1.35.16-2h4.68c.09.65.16 1.32.16 2s-.07 1.34-.16 2M12 19.96c-.83-1.2-1.5-2.53-1.91-3.96h3.82c-.41 1.43-1.08 2.76-1.91 3.96M8 8H5.08A7.92 7.92 0 0 1 9.4 4.44C8.8 5.55 8.35 6.75 8 8m-2.92 8H8c.35 1.25.8 2.45 1.4 3.56A8 8 0 0 1 5.08 16m-.82-2C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2s.06 1.34.14 2M12 4.03c.83 1.2 1.5 2.54 1.91 3.97h-3.82c.41-1.43 1.08-2.77 1.91-3.97M18.92 8h-2.95a15.7 15.7 0 0 0-1.38-3.56c1.84.63 3.37 1.9 4.33 3.56M12 2C6.47 2 2 6.5 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/webcam-off.svg b/mkdocs-material/material/templates/.icons/material/webcam-off.svg new file mode 100644 index 0000000..7cba885 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/webcam-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 6c1.66 0 3 1.34 3 3 0 .78-.3 1.5-.79 2L10 6.79c.5-.49 1.22-.79 2-.79m0-2c2.76 0 5 2.24 5 5 0 1.33-.53 2.53-1.38 3.42l1.42 1.42A6.95 6.95 0 0 0 19 9c0-3.87-3.13-7-7-7-1.88 0-3.59.75-4.84 1.96l1.42 1.42C9.47 4.53 10.67 4 12 4m10.11 17.46-1.27 1.27-1.38-1.38c-.36.4-.88.65-1.46.65H6c-1.11 0-2-.89-2-2 0-.38.1-.73.29-1.03l1.82-3.16A9 9 0 0 0 12 18c1.21 0 2.37-.25 3.43-.68l-1.58-1.58c-.59.17-1.21.26-1.85.26-3.87 0-7-3.13-7-7 0-.64.09-1.26.26-1.85L1.11 3l1.28-1.27zM12.1 14 7 8.9V9c0 2.76 2.24 5 5 5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/webcam.svg b/mkdocs-material/material/templates/.icons/material/webcam.svg new file mode 100644 index 0000000..6bd1f90 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/webcam.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a7 7 0 0 1 7 7 7 7 0 0 1-7 7 7 7 0 0 1-7-7 7 7 0 0 1 7-7m0 2a5 5 0 0 0-5 5 5 5 0 0 0 5 5 5 5 0 0 0 5-5 5 5 0 0 0-5-5m0 2a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3M6 22a2 2 0 0 1-2-2c0-.38.1-.73.29-1.03l1.82-3.16A9 9 0 0 0 12 18c2.25 0 4.31-.83 5.89-2.19l1.82 3.16c.19.3.29.65.29 1.03a2 2 0 0 1-2 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/webhook.svg b/mkdocs-material/material/templates/.icons/material/webhook.svg new file mode 100644 index 0000000..bf9521d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/webhook.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.46 19C9 21.07 6.15 21.59 4.09 20.15c-2.05-1.44-2.53-4.31-1.09-6.4a4.59 4.59 0 0 1 3.58-1.98l.05 1.43c-.91.07-1.79.54-2.36 1.36-1 1.44-.69 3.38.68 4.35 1.38.96 3.31.59 4.31-.84.31-.45.49-.94.56-1.44v-1.01l5.58-.04.07-.11c.53-.92 1.68-1.24 2.58-.72a1.9 1.9 0 0 1 .68 2.6c-.53.91-1.69 1.23-2.59.71-.41-.23-.7-.6-.83-1.02l-4.07.02a5 5 0 0 1-.78 1.94m7.28-7.14c2.53.31 4.33 2.58 4.02 5.07-.31 2.5-2.61 4.27-5.14 3.96a4.63 4.63 0 0 1-3.43-2.21l1.24-.72a3.22 3.22 0 0 0 2.32 1.45c1.75.21 3.3-.98 3.51-2.65s-1.03-3.2-2.76-3.41c-.54-.06-1.06.01-1.53.18l-.85.44-2.58-4.77h-.22a1.906 1.906 0 0 1-1.85-1.95c.03-1.04.93-1.85 1.98-1.81 1.05.06 1.88.91 1.85 1.95-.02.44-.19.84-.46 1.15l1.9 3.51c.62-.2 1.3-.27 2-.19M8.25 9.14c-1-2.35.06-5.04 2.37-6.02 2.32-.98 5 .13 6 2.48.59 1.37.47 2.87-.2 4.07l-1.24-.72c.42-.81.49-1.8.09-2.73-.68-1.6-2.49-2.37-4.04-1.72-1.56.66-2.26 2.5-1.58 4.1.28.66.75 1.17 1.32 1.51l.39.21-3.07 4.99c.03.05.07.11.1.19.49.91.15 2.06-.77 2.55-.91.49-2.06.13-2.56-.81-.49-.93-.15-2.08.77-2.57.39-.21.82-.26 1.23-.17l2.31-3.77c-.47-.43-.87-.97-1.12-1.59"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/webpack.svg b/mkdocs-material/material/templates/.icons/material/webpack.svg new file mode 100644 index 0000000..dd2c07f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/webpack.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.45 17.39-8.09 4.58V18.4l5.04-2.77zm.55-.5V7.31L18.04 9v6.18zm-17.45.5 8.09 4.57V18.4L6.6 15.63zm-.55-.5V7.31L5.96 9v6.18zm.35-10.2L11.64 2v3.45L6.33 8.37l-.05.02zm17.3 0L12.36 2v3.45l5.31 2.93.04.02zm-9.01 10.9-4.97-2.74V9.44l4.97 2.87zm.72 0 4.97-2.73V9.44l-4.97 2.87zM7 8.81l5-2.75 5 2.75-5 2.88z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/webrtc.svg b/mkdocs-material/material/templates/.icons/material/webrtc.svg new file mode 100644 index 0000000..550a59a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/webrtc.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c2.44 0 4.5 1.75 4.91 4.07l.84-.07c2.75 0 5 2.24 5 5a5 5 0 0 1-2.59 4.38 5.015 5.015 0 0 1-4.41 7.37A5 5 0 0 1 12 21.06a5 5 0 0 1-3.75 1.69c-2.75 0-5-2.25-5-5 0-.86.22-1.66.59-2.37A5 5 0 0 1 1.25 11c0-2.76 2.25-5 5-5l.84.07C7.5 3.75 9.56 2 12 2M6.75 20.25 13.66 17H17c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v7c0 .55.45 1 1 1h.77z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wechat.svg b/mkdocs-material/material/templates/.icons/material/wechat.svg new file mode 100644 index 0000000..825c7f8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wechat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 4C5.36 4 2 6.69 2 10c0 1.89 1.08 3.56 2.78 4.66L4 17l2.5-1.5c.89.31 1.87.5 2.91.5A5.2 5.2 0 0 1 9 14c0-3.31 3.13-6 7-6 .19 0 .38 0 .56.03C15.54 5.69 12.78 4 9.5 4m-3 2.5a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m5 0a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1M16 9c-3.31 0-6 2.24-6 5s2.69 5 6 5c.67 0 1.31-.08 1.91-.25L20 20l-.62-1.87C20.95 17.22 22 15.71 22 14c0-2.76-2.69-5-6-5m-2 2.5a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1m4 0a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/weight-gram.svg b/mkdocs-material/material/templates/.icons/material/weight-gram.svg new file mode 100644 index 0000000..54fdc0a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/weight-gram.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.95 10.56C19.75 9.67 18.95 9 18 9h-2.54c.35-.59.54-1.27.54-2a4 4 0 0 0-4-4 4 4 0 0 0-4 4c0 .73.19 1.41.54 2H6c-.95 0-1.75.67-1.95 1.56C2.04 18.57 2 18.78 2 19a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2c0-.22-.04-.43-2.05-8.44M12 5a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2m3 8h-4v4h2v-3h2v5h-4c-1.11 0-2-.89-2-2v-4c0-1.11.89-2 2-2h4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/weight-kilogram.svg b/mkdocs-material/material/templates/.icons/material/weight-kilogram.svg new file mode 100644 index 0000000..4ad8372 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/weight-kilogram.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3a4 4 0 0 1 4 4c0 .73-.19 1.41-.54 2H18c.95 0 1.75.67 1.95 1.56C21.96 18.57 22 18.78 22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2c0-.22.04-.43 2.05-8.44C4.25 9.67 5.05 9 6 9h2.54A3.9 3.9 0 0 1 8 7a4 4 0 0 1 4-4m0 2a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m-6 6v8h2v-2.5l1 1V19h2v-2l-2-2 2-2v-2H9v1.5l-1 1V11zm9 0c-1.11 0-2 .89-2 2v4c0 1.11.89 2 2 2h3v-5h-2v3h-1v-4h3v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/weight-lifter.svg b/mkdocs-material/material/templates/.icons/material/weight-lifter.svg new file mode 100644 index 0000000..9d9b758 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/weight-lifter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 5c-1.11 0-2 .89-2 2s.89 2 2 2 2-.89 2-2-.89-2-2-2m10-4v5h-2V4H4v2H2V1h2v2h16V1zm-7 10.26V23h-2v-5h-2v5H9V11.26C6.93 10.17 5.5 8 5.5 5.5V5h2v.5C7.5 8 9.5 10 12 10s4.5-2 4.5-4.5V5h2v.5c0 2.5-1.43 4.67-3.5 5.76"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/weight-pound.svg b/mkdocs-material/material/templates/.icons/material/weight-pound.svg new file mode 100644 index 0000000..519707d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/weight-pound.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3a4 4 0 0 1 4 4c0 .73-.19 1.41-.54 2H18c.95 0 1.75.67 1.95 1.56C21.96 18.57 22 18.78 22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2c0-.22.04-.43 2.05-8.44C4.25 9.67 5.05 9 6 9h2.54A3.9 3.9 0 0 1 8 7a4 4 0 0 1 4-4m0 2a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m-6 6v8h5v-2H8v-6zm7 0v8h3c1.11 0 2-.89 2-2v-.5c0-.57-.25-1.12-.68-1.5.43-.38.68-.93.68-1.5V13c0-1.11-.89-2-2-2zm2 2h1v1h-1zm0 3h1v1h-1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/weight.svg b/mkdocs-material/material/templates/.icons/material/weight.svg new file mode 100644 index 0000000..6382534 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/weight.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3a4 4 0 0 1 4 4c0 .73-.19 1.41-.54 2H18c.95 0 1.75.67 1.95 1.56C21.96 18.57 22 18.78 22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2c0-.22.04-.43 2.05-8.44C4.25 9.67 5.05 9 6 9h2.54A3.9 3.9 0 0 1 8 7a4 4 0 0 1 4-4m0 2a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/whatsapp.svg b/mkdocs-material/material/templates/.icons/material/whatsapp.svg new file mode 100644 index 0000000..05658f0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/whatsapp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.04 2c-5.46 0-9.91 4.45-9.91 9.91 0 1.75.46 3.45 1.32 4.95L2.05 22l5.25-1.38c1.45.79 3.08 1.21 4.74 1.21 5.46 0 9.91-4.45 9.91-9.91 0-2.65-1.03-5.14-2.9-7.01A9.82 9.82 0 0 0 12.04 2m.01 1.67c2.2 0 4.26.86 5.82 2.42a8.23 8.23 0 0 1 2.41 5.83c0 4.54-3.7 8.23-8.24 8.23-1.48 0-2.93-.39-4.19-1.15l-.3-.17-3.12.82.83-3.04-.2-.32a8.2 8.2 0 0 1-1.26-4.38c.01-4.54 3.7-8.24 8.25-8.24M8.53 7.33c-.16 0-.43.06-.66.31-.22.25-.87.86-.87 2.07 0 1.22.89 2.39 1 2.56.14.17 1.76 2.67 4.25 3.73.59.27 1.05.42 1.41.53.59.19 1.13.16 1.56.1.48-.07 1.46-.6 1.67-1.18s.21-1.07.15-1.18c-.07-.1-.23-.16-.48-.27-.25-.14-1.47-.74-1.69-.82-.23-.08-.37-.12-.56.12-.16.25-.64.81-.78.97-.15.17-.29.19-.53.07-.26-.13-1.06-.39-2-1.23-.74-.66-1.23-1.47-1.38-1.72-.12-.24-.01-.39.11-.5.11-.11.27-.29.37-.44.13-.14.17-.25.25-.41.08-.17.04-.31-.02-.43-.06-.11-.56-1.35-.77-1.84-.2-.48-.4-.42-.56-.43-.14 0-.3-.01-.47-.01"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wheel-barrow.svg b/mkdocs-material/material/templates/.icons/material/wheel-barrow.svg new file mode 100644 index 0000000..d2dbcc1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wheel-barrow.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 15.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5m0-1.5c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3M7 8 5 5H2v2h3.13L8 11.3V20h2l2.57-5h1.98c.7-1.19 1.95-2 3.45-2 .88 0 1.69.29 2.35.78L22 8zm2.39 11H9v-6.2l.87 1.31c.36.53.95.85 1.58.89z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wheelchair-accessibility.svg b/mkdocs-material/material/templates/.icons/material/wheelchair-accessibility.svg new file mode 100644 index 0000000..17e2a5a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wheelchair-accessibility.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18.4 11.2-4.1.2 2.3-2.6c.2-.3.3-.8.2-1.3-.1-.3-.2-.6-.5-.8l-5.4-3.2c-.4-.3-1-.2-1.4.1L6.8 6.1c-.5.5-.6 1.2-.1 1.7.4.5 1.2.5 1.7.1l2-1.8 1.9 1.1-4.2 4.3c-.1.1-.1.2-.2.2-.5.2-1 .4-1.4.7L8 13.9c.5-.2 1-.4 1.5-.4 1.9 0 3.5 1.6 3.5 3.5 0 .6-.1 1.1-.4 1.5l1.5 1.5q.9-1.35.9-3c0-1.2-.4-2.4-1.1-3.3l3.3-.3-.2 4.8c-.1.7.4 1.2 1.1 1.3h.1c.6 0 1.1-.5 1.2-1.1l.2-5.9c0-.3-.1-.7-.3-.9-.3-.3-.6-.4-.9-.4M18 5.5a2 2 0 0 0 2-2 2 2 0 0 0-2-2 2 2 0 0 0-2 2 2 2 0 0 0 2 2m-5.5 16.1q-1.35.9-3 .9C6.5 22.5 4 20 4 17q0-1.65.9-3l1.5 1.5c-.2.5-.4 1-.4 1.5 0 1.9 1.6 3.5 3.5 3.5.6 0 1.1-.1 1.5-.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wheelchair.svg b/mkdocs-material/material/templates/.icons/material/wheelchair.svg new file mode 100644 index 0000000..41cc66b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wheelchair.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14 16 1.32 1.76C14.32 19.68 12.31 21 10 21c-3.31 0-6-2.69-6-6 0-2.43 1.46-4.5 3.55-5.45l.21 2.17C6.71 12.44 6 13.63 6 15c0 2.21 1.79 4 4 4 1.86 0 3.41-1.28 3.86-3zm5.55.11-1.25.62L15.5 13h-4.59l-.2-2H14V9h-3.5l-.3-3c1.01-.12 1.8-.96 1.8-2a2 2 0 1 0-4 0v.1L9.1 15h5.4l3.2 4.27 2.75-1.37z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/whistle-outline.svg b/mkdocs-material/material/templates/.icons/material/whistle-outline.svg new file mode 100644 index 0000000..ae6451c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/whistle-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.76 3.7 2.14 4.88 4.43 8a8.2 8.2 0 0 1 1.92-.72M11 9v2h7v.29l-5 1.42v2.79A4.5 4.5 0 1 1 8.5 11H9V9h-.5a6.5 6.5 0 1 0 6.5 6.5v-1.59L22 12V9m-5.76-5.3L13.85 7h2.47l1.54-2.12M9 2v5h2V2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/whistle.svg b/mkdocs-material/material/templates/.icons/material/whistle.svg new file mode 100644 index 0000000..2c53e88 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/whistle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.5 9A6.5 6.5 0 0 0 2 15.5 6.5 6.5 0 0 0 8.5 22a6.5 6.5 0 0 0 6.5-6.5v-1.59L22 12V9H11v2H9V9zM11 2v5H9V2zM6.35 7.28q-1.005.24-1.92.72L2.14 4.88 3.76 3.7zm11.51-2.4L16.32 7h-2.47l2.39-3.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/white-balance-auto.svg b/mkdocs-material/material/templates/.icons/material/white-balance-auto.svg new file mode 100644 index 0000000..6fd2937 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/white-balance-auto.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10.3 16-.7-2H6.4l-.7 2H3.8L7 7h2l3.2 9M22 7l-1.2 6.29L19.3 7h-1.6l-1.49 6.29L15 7h-.76C12.77 5.17 10.5 4 8 4a8 8 0 0 0-8 8 8 8 0 0 0 8 8c3.13 0 5.84-1.81 7.15-4.43l.1.43H17l1.5-6.1L20 16h1.75l2.05-9M6.85 12.65h2.3L8 9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/white-balance-incandescent.svg b/mkdocs-material/material/templates/.icons/material/white-balance-incandescent.svg new file mode 100644 index 0000000..b29fa33 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/white-balance-incandescent.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17.24 18.15 1.8 1.8 1.41-1.42-1.79-1.79M20 12.5h3v-2h-3m-5-4.19V1.5H9v4.81C7.21 7.35 6 9.28 6 11.5a6 6 0 0 0 6 6 6 6 0 0 0 6-6c0-2.22-1.21-4.15-3-5.19M4 10.5H1v2h3m7 9.95h2V19.5h-2m-7.45-.97 1.41 1.42 1.8-1.8-1.42-1.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/white-balance-iridescent.svg b/mkdocs-material/material/templates/.icons/material/white-balance-iridescent.svg new file mode 100644 index 0000000..020e7f1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/white-balance-iridescent.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m4.96 19.95 1.8-1.8-1.42-1.41-1.79 1.79m0-14.07 1.79 1.8 1.42-1.42-1.8-1.79m15.49 15.48-1.79-1.79-1.42 1.41 1.8 1.8M13 22.45V19.5h-2v2.95zm6.04-19.4-1.8 1.79 1.42 1.42 1.79-1.8M11 3.5h2V.55h-2M5 14.5h14v-6H5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/white-balance-sunny.svg b/mkdocs-material/material/templates/.icons/material/white-balance-sunny.svg new file mode 100644 index 0000000..5a03b3f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/white-balance-sunny.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m3.55 19.09 1.41 1.41 1.8-1.79-1.42-1.42M12 6c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6c0-3.32-2.69-6-6-6m8 7h3v-2h-3m-2.76 7.71 1.8 1.79 1.41-1.41-1.79-1.8M20.45 5l-1.41-1.4-1.8 1.79 1.42 1.42M13 1h-2v3h2M6.76 5.39 4.96 3.6 3.55 5l1.79 1.81zM1 13h3v-2H1m12 9h-2v3h2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/widgets-outline.svg b/mkdocs-material/material/templates/.icons/material/widgets-outline.svg new file mode 100644 index 0000000..5fdd6f6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/widgets-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.7 4.5 2.8 2.8-2.8 2.8-2.8-2.8zM9 5v4H5V5zm10 10v4h-4v-4zM16.7 1.7 11 7.3l5.7 5.7H13v8h8v-8h-4.3l5.6-5.7zM11 3H3v8h8zM9 15v4H5v-4zm2-2H3v8h8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/widgets.svg b/mkdocs-material/material/templates/.icons/material/widgets.svg new file mode 100644 index 0000000..4bcd6fc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/widgets.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3h8v4.34l5.66-5.65 5.65 5.65L16.66 13H21v8h-8v-8h3.66L11 7.34V11H3zm0 10h8v8H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wifi-alert.svg b/mkdocs-material/material/templates/.icons/material/wifi-alert.svg new file mode 100644 index 0000000..7e65692 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wifi-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.24 5H18v2.25A15 15 0 0 0 12 6C8.62 6 5.5 7.12 3 9L1.2 6.6C4.21 4.34 7.95 3 12 3c2.97 0 5.77.73 8.24 2M8.4 16.2 12 21l3.6-4.8c-1-.75-2.25-1.2-3.6-1.2s-2.6.45-3.6 1.2m-3.6-4.8 1.8 2.4C8.1 12.67 9.97 12 12 12s3.9.67 5.4 1.8l.6-.8v-2.38A11.87 11.87 0 0 0 12 9c-2.7 0-5.19.89-7.2 2.4M20 17h2v-2h-2zm0-10v6h2V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wifi-arrow-down.svg b/mkdocs-material/material/templates/.icons/material/wifi-arrow-down.svg new file mode 100644 index 0000000..2dd742f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wifi-arrow-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 6C8.62 6 5.5 7.12 3 9L1.2 6.6C4.21 4.34 7.95 3 12 3s7.79 1.34 10.8 3.6L21 9c-2.5-1.88-5.62-3-9-3m0 9c-1.35 0-2.6.45-3.6 1.2L12 21l1.04-1.39c-.04-.2-.04-.4-.04-.61 0-1.34.44-2.57 1.19-3.57-.69-.27-1.42-.43-2.19-.43m4.84-1.59c.34-.14.71-.24 1.08-.31l1.28-1.7C17.19 9.89 14.7 9 12 9s-5.19.89-7.2 2.4l1.8 2.4C8.1 12.67 9.97 12 12 12c1.78 0 3.44.5 4.84 1.41M20 16h-2v4h-2l3 3 3-3h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wifi-arrow-left-right.svg b/mkdocs-material/material/templates/.icons/material/wifi-arrow-left-right.svg new file mode 100644 index 0000000..126286e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wifi-arrow-left-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 12c-2.03 0-3.9.67-5.4 1.8l-1.8-2.4C6.81 9.89 9.3 9 12 9s5.19.89 7.2 2.4l-1.28 1.7c-.37.07-.74.17-1.08.31C15.44 12.5 13.78 12 12 12m9-3 1.8-2.4C19.79 4.34 16.05 3 12 3S4.21 4.34 1.2 6.6L3 9c2.5-1.88 5.62-3 9-3s6.5 1.12 9 3m-9 6c-1.35 0-2.6.45-3.6 1.2L12 21l1.04-1.39c-.04-.2-.04-.4-.04-.61 0-1.34.44-2.57 1.19-3.57-.69-.27-1.42-.43-2.19-.43m6 3.5L15 21l3 2.5V22h4v-2h-4zm5-1.5-3-2.5V16h-4v2h4v1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wifi-arrow-left.svg b/mkdocs-material/material/templates/.icons/material/wifi-arrow-left.svg new file mode 100644 index 0000000..16edb11 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wifi-arrow-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 12c-2.03 0-3.9.67-5.4 1.8l-1.8-2.4C6.81 9.89 9.3 9 12 9s5.19.89 7.2 2.4l-1.28 1.7c-.37.07-.74.17-1.08.31C15.44 12.5 13.78 12 12 12m9-3 1.8-2.4C19.79 4.34 16.05 3 12 3S4.21 4.34 1.2 6.6L3 9c2.5-1.88 5.62-3 9-3s6.5 1.12 9 3m-9 6c-1.35 0-2.6.45-3.6 1.2L12 21l1.04-1.39c-.04-.2-.04-.4-.04-.61 0-1.34.44-2.57 1.19-3.57-.69-.27-1.42-.43-2.19-.43m6 1-3 3 3 3v-2h4v-2h-4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wifi-arrow-right.svg b/mkdocs-material/material/templates/.icons/material/wifi-arrow-right.svg new file mode 100644 index 0000000..f954050 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wifi-arrow-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 6C8.62 6 5.5 7.12 3 9L1.2 6.6C4.21 4.34 7.95 3 12 3s7.79 1.34 10.8 3.6L21 9c-2.5-1.88-5.62-3-9-3m4.84 7.41c.34-.14.71-.24 1.08-.31l1.28-1.7C17.19 9.89 14.7 9 12 9s-5.19.89-7.2 2.4l1.8 2.4C8.1 12.67 9.97 12 12 12c1.78 0 3.44.5 4.84 1.41M12 15c-1.35 0-2.6.45-3.6 1.2L12 21l1.04-1.39c-.04-.2-.04-.4-.04-.61 0-1.34.44-2.57 1.19-3.57-.69-.27-1.42-.43-2.19-.43m11 4-3-3v2h-4v2h4v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wifi-arrow-up-down.svg b/mkdocs-material/material/templates/.icons/material/wifi-arrow-up-down.svg new file mode 100644 index 0000000..9b233b6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wifi-arrow-up-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 12c-2.03 0-3.9.67-5.4 1.8l-1.8-2.4C6.81 9.89 9.3 9 12 9s5.19.89 7.2 2.4l-1.28 1.7c-.37.07-.74.17-1.08.31C15.44 12.5 13.78 12 12 12m9-3 1.8-2.4C19.79 4.34 16.05 3 12 3S4.21 4.34 1.2 6.6L3 9c2.5-1.88 5.62-3 9-3s6.5 1.12 9 3m-9 6c-1.35 0-2.6.45-3.6 1.2L12 21l1.04-1.39c-.04-.2-.04-.4-.04-.61 0-1.34.44-2.57 1.19-3.57-.69-.27-1.42-.43-2.19-.43m5 0-2.5 3H16v4h2v-4h1.5zm5 5v-4h-2v4h-1.5l2.5 3 2.5-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wifi-arrow-up.svg b/mkdocs-material/material/templates/.icons/material/wifi-arrow-up.svg new file mode 100644 index 0000000..8296c40 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wifi-arrow-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 12c-2.03 0-3.9.67-5.4 1.8l-1.8-2.4C6.81 9.89 9.3 9 12 9s5.19.89 7.2 2.4l-1.28 1.7c-.37.07-.74.17-1.08.31C15.44 12.5 13.78 12 12 12m9-3 1.8-2.4C19.79 4.34 16.05 3 12 3S4.21 4.34 1.2 6.6L3 9c2.5-1.88 5.62-3 9-3s6.5 1.12 9 3m-9 6c-1.35 0-2.6.45-3.6 1.2L12 21l1.04-1.39c-.04-.2-.04-.4-.04-.61 0-1.34.44-2.57 1.19-3.57-.69-.27-1.42-.43-2.19-.43m4 3h2v4h2v-4h2l-3-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wifi-cancel.svg b/mkdocs-material/material/templates/.icons/material/wifi-cancel.svg new file mode 100644 index 0000000..6a16a37 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wifi-cancel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 6C8.62 6 5.5 7.12 3 9L1.2 6.6C4.21 4.34 7.95 3 12 3s7.79 1.34 10.8 3.6L21 9c-2.5-1.88-5.62-3-9-3m3.53 6.72c.89-.46 1.9-.72 2.97-.72h.24l.46-.6C17.19 9.89 14.7 9 12 9s-5.19.89-7.2 2.4l1.8 2.4C8.1 12.67 9.97 12 12 12c1.26 0 2.45.26 3.53.72M12 15c-1.35 0-2.6.45-3.6 1.2L12 21l.34-.46c-.21-.64-.34-1.32-.34-2.04 0-1.26.36-2.42 1-3.42-.34-.05-.67-.08-1-.08m11 3.5c0 2.5-2 4.5-4.5 4.5S14 21 14 18.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5m-3 2.58L15.92 17c-.27.42-.42.94-.42 1.5 0 1.66 1.34 3 3 3 .56 0 1.08-.15 1.5-.42m1.5-2.58c0-1.66-1.34-3-3-3-.56 0-1.08.15-1.5.42L21.08 20c.27-.42.42-.94.42-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wifi-check.svg b/mkdocs-material/material/templates/.icons/material/wifi-check.svg new file mode 100644 index 0000000..88b5894 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wifi-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 12c-2.03 0-3.9.67-5.4 1.8l-1.8-2.4C6.81 9.89 9.3 9 12 9s5.19.89 7.2 2.4l-1.28 1.7c-.37.07-.74.17-1.08.31C15.44 12.5 13.78 12 12 12m9-3 1.8-2.4C19.79 4.34 16.05 3 12 3S4.21 4.34 1.2 6.6L3 9c2.5-1.88 5.62-3 9-3s6.5 1.12 9 3m-9 6c-1.35 0-2.6.45-3.6 1.2L12 21l1.04-1.39c-.04-.2-.04-.4-.04-.61 0-1.34.44-2.57 1.19-3.57-.69-.27-1.42-.43-2.19-.43m5.75 4.43-1.59-1.59L15 19l2.75 3 4.75-4.75-1.16-1.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wifi-cog.svg b/mkdocs-material/material/templates/.icons/material/wifi-cog.svg new file mode 100644 index 0000000..1db9b1a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wifi-cog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 12c-2.03 0-3.9.67-5.4 1.8l-1.8-2.4C6.81 9.89 9.3 9 12 9s5.19.89 7.2 2.4l-.46.6c-1.08.05-2.11.33-3.01.81A8.9 8.9 0 0 0 12 12m9-3 1.8-2.4C19.79 4.34 16.05 3 12 3S4.21 4.34 1.2 6.6L3 9c2.5-1.88 5.62-3 9-3s6.5 1.12 9 3m-9 6c-1.35 0-2.6.45-3.6 1.2L12 21l.22-.29a6.9 6.9 0 0 1 .95-5.58c-.38-.08-.77-.13-1.17-.13m11.8 5.4c.1 0 .1.1 0 .2l-1 1.7c-.1.1-.2.1-.3.1l-1.2-.4c-.3.2-.5.3-.8.5l-.2 1.3c0 .1-.1.2-.2.2h-2c-.1 0-.2-.1-.3-.2l-.2-1.3c-.3-.1-.6-.3-.8-.5l-1.2.5c-.1 0-.2 0-.3-.1l-1-1.7c-.1-.1 0-.2.1-.3l1.1-.8v-1l-1.1-.8c-.1-.1-.1-.2-.1-.3l1-1.7c.1-.1.2-.1.3-.1l1.2.5c.3-.2.5-.3.8-.5l.2-1.3c0-.1.1-.2.3-.2h2c.1 0 .2.1.2.2l.2 1.3c.3.1.6.3.9.5l1.2-.5c.1 0 .3 0 .3.1l1 1.7c.1.1 0 .2-.1.3l-1.1.8v1zM20.5 19c0-.8-.7-1.5-1.5-1.5s-1.5.7-1.5 1.5.7 1.5 1.5 1.5 1.5-.7 1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wifi-lock-open.svg b/mkdocs-material/material/templates/.icons/material/wifi-lock-open.svg new file mode 100644 index 0000000..b40ab4b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wifi-lock-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 6C8.62 6 5.5 7.12 3 9L1.2 6.6C4.21 4.34 7.95 3 12 3s7.79 1.34 10.8 3.6L21 9c-2.5-1.88-5.62-3-9-3m4.31 3.81A11.96 11.96 0 0 0 4.8 11.4l1.8 2.4a8.94 8.94 0 0 1 7.79-1.47 4.58 4.58 0 0 1 1.92-2.52M8.4 16.2 12 21l1-1.33V17.2c0-.7.27-1.39.7-1.94A6 6 0 0 0 12 15c-1.35 0-2.6.45-3.6 1.2m13.4-.2h-4.3v-2.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3v.5h1.3v-.5c0-1.4-1.4-2.5-2.8-2.5s-2.8 1.1-2.8 2.5V16c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wifi-lock.svg b/mkdocs-material/material/templates/.icons/material/wifi-lock.svg new file mode 100644 index 0000000..a52da87 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wifi-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 6C8.62 6 5.5 7.12 3 9L1.2 6.6C4.21 4.34 7.95 3 12 3s7.79 1.34 10.8 3.6L21 9c-2.5-1.88-5.62-3-9-3m5.4 4.29A11.98 11.98 0 0 0 4.8 11.4l1.8 2.4C8.1 12.67 9.97 12 12 12c.97 0 1.9.16 2.78.44.56-.99 1.49-1.76 2.62-2.15m-9 5.91L12 21l1-1.33V17.2c0-.7.27-1.39.7-1.94A6 6 0 0 0 12 15c-1.35 0-2.6.45-3.6 1.2M23 17.3v3.5c0 .6-.6 1.2-1.3 1.2h-5.5c-.6 0-1.2-.6-1.2-1.3v-3.5c0-.6.6-1.2 1.2-1.2v-1.5c0-1.4 1.4-2.5 2.8-2.5s2.8 1.1 2.8 2.5V16c.6 0 1.2.6 1.2 1.3m-2.5-2.8c0-.8-.7-1.3-1.5-1.3s-1.5.5-1.5 1.3V16h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wifi-marker.svg b/mkdocs-material/material/templates/.icons/material/wifi-marker.svg new file mode 100644 index 0000000..ce3744e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wifi-marker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 6C8.62 6 5.5 7.12 3 9L1.2 6.6C4.21 4.34 7.95 3 12 3s7.79 1.34 10.8 3.6L21 9c-2.5-1.88-5.62-3-9-3m1 9.09c-.31-.06-.65-.09-1-.09-1.35 0-2.6.45-3.6 1.2L12 21l1.8-2.4c-.47-1.02-.8-2.1-.8-3.1zM12 9c-2.7 0-5.19.89-7.2 2.4l1.8 2.4C8.1 12.67 9.97 12 12 12c.73 0 1.43.09 2.1.25.76-1 1.83-1.75 3.07-2.07A11.96 11.96 0 0 0 12 9m10 6.5c0 2.6-3.5 6.5-3.5 6.5S15 18.1 15 15.5c0-1.9 1.6-3.5 3.5-3.5s3.5 1.6 3.5 3.5m-2.3.1c0-.6-.6-1.2-1.2-1.2s-1.2.5-1.2 1.2c0 .6.5 1.2 1.2 1.2s1.3-.6 1.2-1.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wifi-minus.svg b/mkdocs-material/material/templates/.icons/material/wifi-minus.svg new file mode 100644 index 0000000..c98f7e1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wifi-minus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 12c-2.03 0-3.9.67-5.4 1.8l-1.8-2.4C6.81 9.89 9.3 9 12 9s5.19.89 7.2 2.4l-1.28 1.7c-.37.07-.74.17-1.08.31C15.44 12.5 13.78 12 12 12m9-3 1.8-2.4C19.79 4.34 16.05 3 12 3S4.21 4.34 1.2 6.6L3 9c2.5-1.88 5.62-3 9-3s6.5 1.12 9 3m-9 6c-1.35 0-2.6.45-3.6 1.2L12 21l1.04-1.39c-.04-.2-.04-.4-.04-.61 0-1.34.44-2.57 1.19-3.57-.69-.27-1.42-.43-2.19-.43m3 3v2h8v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wifi-off.svg b/mkdocs-material/material/templates/.icons/material/wifi-off.svg new file mode 100644 index 0000000..174fd30 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wifi-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.28 3 1 4.27l1.47 1.47c-.43.26-.86.55-1.27.86L3 9c.53-.4 1.08-.75 1.66-1.07l2.23 2.23c-.74.34-1.45.75-2.09 1.24l1.8 2.4c.78-.58 1.66-1.03 2.6-1.33L11.75 15c-1.25.07-2.41.5-3.35 1.2L12 21l2.46-3.27L17.74 21 19 19.72M12 3c-2.15 0-4.2.38-6.1 1.07l2.39 2.4C9.5 6.16 10.72 6 12 6c3.38 0 6.5 1.11 9 3l1.8-2.4C19.79 4.34 16.06 3 12 3m0 6c-.38 0-.75 0-1.12.05l3.19 3.2c1.22.28 2.36.82 3.33 1.55l1.8-2.4C17.2 9.89 14.7 9 12 9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wifi-plus.svg b/mkdocs-material/material/templates/.icons/material/wifi-plus.svg new file mode 100644 index 0000000..7c87d81 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wifi-plus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 6C8.62 6 5.5 7.12 3 9L1.2 6.6C4.21 4.34 7.95 3 12 3s7.79 1.34 10.8 3.6L21 9c-2.5-1.88-5.62-3-9-3m0 9c-1.35 0-2.6.45-3.6 1.2L12 21l1.04-1.39c-.04-.2-.04-.4-.04-.61 0-1.34.44-2.57 1.19-3.57-.69-.27-1.42-.43-2.19-.43m4.84-1.59c.34-.14.71-.24 1.08-.31l1.28-1.7C17.19 9.89 14.7 9 12 9s-5.19.89-7.2 2.4l1.8 2.4C8.1 12.67 9.97 12 12 12c1.78 0 3.44.5 4.84 1.41M20 18v-3h-2v3h-3v2h3v3h2v-3h3v-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wifi-refresh.svg b/mkdocs-material/material/templates/.icons/material/wifi-refresh.svg new file mode 100644 index 0000000..cd06191 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wifi-refresh.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 12c-2.03 0-3.9.67-5.4 1.8l-1.8-2.4C6.81 9.89 9.3 9 12 9s5.19.89 7.2 2.4l-.46.6h-.24c-1.07 0-2.08.26-2.97.72A9 9 0 0 0 12 12m9-3 1.8-2.4C19.79 4.34 16.05 3 12 3S4.21 4.34 1.2 6.6L3 9c2.5-1.88 5.62-3 9-3s6.5 1.12 9 3m-9 6c-1.35 0-2.6.45-3.6 1.2L12 21l.34-.46c-.21-.64-.34-1.32-.34-2.04 0-1.26.36-2.42 1-3.42-.34-.05-.67-.08-1-.08m6-.5c-2.21 0-4 1.79-4 4s1.79 4 4 4c1.68 0 3.12-1.03 3.71-2.5H20a2.5 2.5 0 1 1-.23-3.27L18 18.5h4v-4l-1.17 1.17A4 4 0 0 0 18 14.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wifi-remove.svg b/mkdocs-material/material/templates/.icons/material/wifi-remove.svg new file mode 100644 index 0000000..c8a26b7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wifi-remove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 12c-2.03 0-3.9.67-5.4 1.8l-1.8-2.4C6.81 9.89 9.3 9 12 9s5.19.89 7.2 2.4l-1.28 1.7c-.37.07-.74.17-1.08.31C15.44 12.5 13.78 12 12 12m9-3 1.8-2.4C19.79 4.34 16.05 3 12 3S4.21 4.34 1.2 6.6L3 9c2.5-1.88 5.62-3 9-3s6.5 1.12 9 3m-9 6c-1.35 0-2.6.45-3.6 1.2L12 21l1.04-1.39c-.04-.2-.04-.4-.04-.61 0-1.34.44-2.57 1.19-3.57-.69-.27-1.42-.43-2.19-.43m9.12.46L19 17.59l-2.12-2.12-1.41 1.41L17.59 19l-2.12 2.12 1.41 1.42L19 20.41l2.12 2.13 1.42-1.42L20.41 19l2.13-2.12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wifi-settings.svg b/mkdocs-material/material/templates/.icons/material/wifi-settings.svg new file mode 100644 index 0000000..9a9f809 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wifi-settings.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 20-3.6-4.8c1-.75 2.25-1.2 3.6-1.2s2.6.45 3.6 1.2zm-7.2-9.6 1.8 2.4C8.1 11.67 9.97 11 12 11s3.9.67 5.4 1.8l1.8-2.4C17.19 8.89 14.7 8 12 8s-5.19.89-7.2 2.4M12 2C7.95 2 4.21 3.34 1.2 5.6L3 8c2.5-1.88 5.62-3 9-3s6.5 1.12 9 3l1.8-2.4C19.79 3.34 16.05 2 12 2M7 24h2v-2H7zm8 0h2v-2h-2zm-4 0h2v-2h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wifi-star.svg b/mkdocs-material/material/templates/.icons/material/wifi-star.svg new file mode 100644 index 0000000..b0f0262 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wifi-star.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 6C8.6 6 5.5 7.1 3 9L1.2 6.6C4.2 4.3 8 3 12 3s7.8 1.3 10.8 3.6L21 9c-2.5-1.9-5.6-3-9-3m1 13c0-1.3.4-2.6 1.2-3.6-.7-.2-1.4-.4-2.2-.4-1.3 0-2.6.5-3.6 1.2L12 21l1-1.4zm3.8-5.6c.3-.1.7-.2 1.1-.3l1.3-1.7C17.2 9.9 14.7 9 12 9s-5.2.9-7.2 2.4l1.8 2.4C8.1 12.7 10 12 12 12c1.8 0 3.4.5 4.8 1.4m-.3 9.2.7-2.8-2.2-1.9 2.9-.2L19 15l1.1 2.6 2.9.2-2.2 1.9.7 2.8-2.5-1.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wifi-strength-1-alert.svg b/mkdocs-material/material/templates/.icons/material/wifi-strength-1-alert.svg new file mode 100644 index 0000000..12bfb2e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wifi-strength-1-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3C7.8 3 3.7 4.4.4 7c4 5.1 7.5 9.4 11.6 14.5 2.4-3 4.7-5.8 7-8.7V9.6l-3.4 4.2c-1.1-.5-2.4-.8-3.6-.8s-2.5.3-3.6.8L3.3 7.4C5.9 5.8 8.9 5 12 5s6.1.9 8.7 2.4l-.4.6h2.6c.2-.3.6-.7.8-1-3.4-2.6-7.5-4-11.7-4m9 7v6h2v-6m-2 8v2h2v-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wifi-strength-1-lock-open.svg b/mkdocs-material/material/templates/.icons/material/wifi-strength-1-lock-open.svg new file mode 100644 index 0000000..b43b415 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wifi-strength-1-lock-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 13c.74 0 1.5.12 2.22.31 0 .07-.02.13-.02.19v1.24c-.7.6-1.2 1.5-1.2 2.46v3.04l-1 1.26C7.88 16.37 4.39 12.06.365 7 3.69 4.41 7.78 3 12 3c4.2 0 8.31 1.41 11.64 4L21.5 9.69a5.2 5.2 0 0 0-2.08-.65l1.28-1.59C18.08 5.86 15.06 5 12 5s-6.1.85-8.74 2.44l5.12 6.36c1.12-.52 2.36-.8 3.62-.8m9.8 3h-4.3v-2.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3v.5h1.3v-.5c0-1.4-1.4-2.5-2.8-2.5s-2.8 1.1-2.8 2.5V16c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wifi-strength-1-lock.svg b/mkdocs-material/material/templates/.icons/material/wifi-strength-1-lock.svg new file mode 100644 index 0000000..d14937a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wifi-strength-1-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 13c.8 0 1.61.13 2.38.36-.1.37-.18.75-.18 1.14v.24c-.7.6-1.2 1.5-1.2 2.46v3.04l-1 1.26C7.88 16.37 4.39 12.06.365 7 3.69 4.41 7.78 3 12 3c4.2 0 8.31 1.41 11.64 4l-2.73 3.39c-.59-.25-1.23-.39-1.91-.39-.13 0-.25.03-.38.04l2.08-2.59C18.08 5.86 15.06 5 12 5s-6.1.85-8.74 2.44l5.12 6.36c1.12-.52 2.36-.8 3.62-.8m11 4.3v3.5c0 .6-.6 1.2-1.3 1.2h-5.5c-.6 0-1.2-.6-1.2-1.3v-3.5c0-.6.6-1.2 1.2-1.2v-1.5c0-1.4 1.4-2.5 2.8-2.5s2.8 1.1 2.8 2.5V16c.6 0 1.2.6 1.2 1.3m-2.5-2.8c0-.8-.7-1.3-1.5-1.3s-1.5.5-1.5 1.3V16h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wifi-strength-1.svg b/mkdocs-material/material/templates/.icons/material/wifi-strength-1.svg new file mode 100644 index 0000000..eb985f7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wifi-strength-1.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3C7.79 3 3.7 4.41.38 7 4.41 12.06 7.89 16.37 12 21.5c4.08-5.08 8.24-10.26 11.65-14.5C20.32 4.41 16.22 3 12 3m0 2c3.07 0 6.09.86 8.71 2.45l-5.1 6.36A8.4 8.4 0 0 0 12 13c-1.25 0-2.5.28-3.61.8L3.27 7.44C5.91 5.85 8.93 5 12 5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wifi-strength-2-alert.svg b/mkdocs-material/material/templates/.icons/material/wifi-strength-2-alert.svg new file mode 100644 index 0000000..852727e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wifi-strength-2-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3C7.8 3 3.7 4.4.4 7c4 5.1 7.5 9.4 11.6 14.5 2.4-3 4.7-5.8 7-8.7V9.6l-1.5 1.8c-1.2-.7-3.1-1.4-5.5-1.4s-4.3.8-5.5 1.4l-3.2-4C5.9 5.8 8.9 5 12 5s6.1.9 8.7 2.4l-.4.6h2.6c.2-.3.6-.7.8-1-3.4-2.6-7.5-4-11.7-4m9 7v6h2v-6m-2 8v2h2v-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wifi-strength-2-lock-open.svg b/mkdocs-material/material/templates/.icons/material/wifi-strength-2-lock-open.svg new file mode 100644 index 0000000..c2427c7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wifi-strength-2-lock-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.44 10.55c-.76.8-1.24 1.83-1.24 2.95v1.24c-.7.6-1.2 1.5-1.2 2.46v3.04l-1 1.26C7.88 16.37 4.39 12.06.365 7 3.69 4.41 7.78 3 12 3c4.2 0 8.31 1.41 11.64 4L21.5 9.69c-.64-.36-1.34-.59-2.09-.65l1.29-1.59C18.08 5.86 15.06 5 12 5s-6.1.85-8.74 2.44l3.24 3.99C7.73 10.75 9.61 10 12 10c1.29 0 2.45.23 3.44.55M21.8 16h-4.3v-2.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3v.5h1.3v-.5c0-1.4-1.4-2.5-2.8-2.5s-2.8 1.1-2.8 2.5V16c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wifi-strength-2-lock.svg b/mkdocs-material/material/templates/.icons/material/wifi-strength-2-lock.svg new file mode 100644 index 0000000..cc8e0a9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wifi-strength-2-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.2 14.5v.24c-.7.6-1.2 1.5-1.2 2.46v3.04l-1 1.26C7.88 16.37 4.39 12.06.365 7 3.69 4.41 7.78 3 12 3c4.2 0 8.31 1.41 11.64 4l-2.73 3.39c-.59-.25-1.23-.39-1.91-.39-.13 0-.26.03-.39.04l2.09-2.59C18.08 5.86 15.06 5 12 5s-6.1.85-8.74 2.44l3.24 3.99C7.73 10.75 9.61 10 12 10c1.68 0 3.12.38 4.26.84-1.23.83-2.06 2.16-2.06 3.66m8.8 2.8v3.5c0 .6-.6 1.2-1.3 1.2h-5.5c-.6 0-1.2-.6-1.2-1.3v-3.5c0-.6.6-1.2 1.2-1.2v-1.5c0-1.4 1.4-2.5 2.8-2.5s2.8 1.1 2.8 2.5V16c.6 0 1.2.6 1.2 1.3m-2.5-2.8c0-.8-.7-1.3-1.5-1.3s-1.5.5-1.5 1.3V16h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wifi-strength-2.svg b/mkdocs-material/material/templates/.icons/material/wifi-strength-2.svg new file mode 100644 index 0000000..2339a6d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wifi-strength-2.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3C7.79 3 3.7 4.41.38 7 4.41 12.06 7.89 16.37 12 21.5c4.08-5.08 8.24-10.26 11.65-14.5C20.32 4.41 16.22 3 12 3m0 2c3.07 0 6.09.86 8.71 2.45l-3.21 3.98C16.26 10.74 14.37 10 12 10c-2.38 0-4.26.75-5.5 1.43L3.27 7.44C5.91 5.85 8.93 5 12 5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wifi-strength-3-alert.svg b/mkdocs-material/material/templates/.icons/material/wifi-strength-3-alert.svg new file mode 100644 index 0000000..caa68f8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wifi-strength-3-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3C7.8 3 3.7 4.4.4 7c4 5.1 7.5 9.4 11.6 14.5 2.4-3 4.7-5.8 7-8.7V9.6l-.2.3C17.3 9 14.9 8 12 8 9 8 6.7 9 5.2 9.8L3.3 7.4C5.9 5.8 8.9 5 12 5s6.1.9 8.7 2.4l-.4.6h2.6c.2-.3.6-.7.8-1-3.4-2.6-7.5-4-11.7-4m9 7v6h2v-6m-2 8v2h2v-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wifi-strength-3-lock-open.svg b/mkdocs-material/material/templates/.icons/material/wifi-strength-3-lock-open.svg new file mode 100644 index 0000000..868af83 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wifi-strength-3-lock-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.2 13.5v1.24c-.7.6-1.2 1.5-1.2 2.46v3.04l-1 1.26C7.88 16.37 4.39 12.06.365 7 3.69 4.41 7.78 3 12 3c4.2 0 8.31 1.41 11.64 4L21.5 9.69a5.2 5.2 0 0 0-2.08-.65l1.28-1.59C18.08 5.86 15.06 5 12 5s-6.1.85-8.74 2.44l1.94 2.4C6.67 9 9 8 12 8c2.18 0 4.08.58 5.53 1.25-1.9.6-3.33 2.29-3.33 4.25m7.6 2.5h-4.3v-2.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3v.5h1.3v-.5c0-1.4-1.4-2.5-2.8-2.5s-2.8 1.1-2.8 2.5V16c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wifi-strength-3-lock.svg b/mkdocs-material/material/templates/.icons/material/wifi-strength-3-lock.svg new file mode 100644 index 0000000..b0cc58b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wifi-strength-3-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 10c.68 0 1.32.14 1.91.39L23.64 7C20.31 4.41 16.2 3 12 3 7.78 3 3.69 4.41.365 7 4.39 12.06 7.88 16.37 12 21.5l1-1.26V17.2c0-.96.5-1.86 1.2-2.46v-.24c0-2.44 2.2-4.5 4.8-4.5m-7-2C9 8 6.67 9 5.2 9.84l-1.94-2.4C5.9 5.85 8.91 5 12 5s6.08.86 8.7 2.45l-1.94 2.43C17.25 9 14.87 8 12 8m9.8 8v-1.5c0-1.4-1.4-2.5-2.8-2.5s-2.8 1.1-2.8 2.5V16c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3m-1.3 0h-3v-1.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wifi-strength-3.svg b/mkdocs-material/material/templates/.icons/material/wifi-strength-3.svg new file mode 100644 index 0000000..587c592 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wifi-strength-3.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3C7.79 3 3.7 4.41.38 7 4.41 12.06 7.89 16.37 12 21.5c4.08-5.08 8.24-10.26 11.65-14.5C20.32 4.41 16.22 3 12 3m0 2c3.07 0 6.09.86 8.71 2.45l-1.94 2.43C17.26 9 14.88 8 12 8 9 8 6.68 9 5.21 9.84l-1.94-2.4C5.91 5.85 8.93 5 12 5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wifi-strength-4-alert.svg b/mkdocs-material/material/templates/.icons/material/wifi-strength-4-alert.svg new file mode 100644 index 0000000..a3d57fd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wifi-strength-4-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3C7.8 3 3.7 4.4.4 7c4 5.1 7.5 9.4 11.6 14.5 2.4-3 4.7-5.8 7-8.7V8h3.8c.2-.3.6-.7.8-1-3.3-2.6-7.4-4-11.6-4m9 7v6h2v-6m-2 8v2h2v-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wifi-strength-4-lock-open.svg b/mkdocs-material/material/templates/.icons/material/wifi-strength-4-lock-open.svg new file mode 100644 index 0000000..3248634 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wifi-strength-4-lock-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.2 13.5v1.24c-.7.6-1.2 1.5-1.2 2.46v3.04l-1 1.26C7.88 16.37 4.39 12.06.365 7 3.69 4.41 7.78 3 12 3c4.2 0 8.31 1.41 11.64 4L21.5 9.69C20.75 9.26 19.9 9 19 9c-2.6 0-4.8 2.06-4.8 4.5m7.6 2.5h-4.3v-2.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3v.5h1.3v-.5c0-1.4-1.4-2.5-2.8-2.5s-2.8 1.1-2.8 2.5V16c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wifi-strength-4-lock.svg b/mkdocs-material/material/templates/.icons/material/wifi-strength-4-lock.svg new file mode 100644 index 0000000..474a4e8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wifi-strength-4-lock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.2 14.5v.24c-.7.6-1.2 1.5-1.2 2.46v3.04l-1 1.26C7.88 16.37 4.39 12.06.365 7 3.69 4.41 7.78 3 12 3c4.2 0 8.31 1.41 11.64 4l-2.73 3.39c-.59-.25-1.23-.39-1.91-.39-2.6 0-4.8 2.06-4.8 4.5m8.8 2.8v3.5c0 .6-.6 1.2-1.3 1.2h-5.5c-.6 0-1.2-.6-1.2-1.3v-3.5c0-.6.6-1.2 1.2-1.2v-1.5c0-1.4 1.4-2.5 2.8-2.5s2.8 1.1 2.8 2.5V16c.6 0 1.2.6 1.2 1.3m-2.5-2.8c0-.8-.7-1.3-1.5-1.3s-1.5.5-1.5 1.3V16h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wifi-strength-4.svg b/mkdocs-material/material/templates/.icons/material/wifi-strength-4.svg new file mode 100644 index 0000000..970604b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wifi-strength-4.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3C7.79 3 3.7 4.41.38 7 4.41 12.06 7.89 16.37 12 21.5c4.08-5.08 8.24-10.26 11.65-14.5C20.32 4.41 16.22 3 12 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wifi-strength-alert-outline.svg b/mkdocs-material/material/templates/.icons/material/wifi-strength-alert-outline.svg new file mode 100644 index 0000000..d9fed5b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wifi-strength-alert-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3C7.8 3 3.7 4.4.4 7c3.9 4.8 7.8 9.7 11.6 14.5 2.3-2.9 4.7-5.8 7-8.7V9.6l-7 8.7L3.3 7.4C5.9 5.8 8.9 5 12 5s6.1.9 8.7 2.4l-.4.6h2.6c.3-.3.5-.7.8-1-3.4-2.6-7.5-4-11.7-4m9 7v6h2v-6m-2 8v2h2v-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wifi-strength-lock-open-outline.svg b/mkdocs-material/material/templates/.icons/material/wifi-strength-lock-open-outline.svg new file mode 100644 index 0000000..378c6c0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wifi-strength-lock-open-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.65 7h-.01c-.72.9-1.44 1.79-2.14 2.69-.63-.36-1.33-.58-2.07-.65l1.28-1.59A16.8 16.8 0 0 0 12 5c-3.09 0-6.1.85-8.73 2.44L12 18.3l1-1.3v3.25l-1 1.25C8.13 16.66 4.24 11.83.355 7h.02A18.92 18.92 0 0 1 12 3c4.22 0 8.32 1.41 11.65 4m-1.85 9h-4.3v-2.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3v.5h1.3v-.5c0-1.4-1.4-2.5-2.8-2.5s-2.8 1.1-2.8 2.5V16c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wifi-strength-lock-outline.svg b/mkdocs-material/material/templates/.icons/material/wifi-strength-lock-outline.svg new file mode 100644 index 0000000..020e891 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wifi-strength-lock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.65 7h-.01l-2.73 3.39c-.59-.25-1.23-.39-1.91-.39-.13 0-.25.03-.37.04l2.08-2.59A16.8 16.8 0 0 0 12 5c-3.09 0-6.1.85-8.73 2.44L12 18.3l1-1.3v3.25l-1 1.25C8.13 16.66 4.24 11.83.355 7h.02A18.92 18.92 0 0 1 12 3c4.22 0 8.32 1.41 11.65 4M23 17.3v3.5c0 .6-.6 1.2-1.3 1.2h-5.5c-.6 0-1.2-.6-1.2-1.3v-3.5c0-.6.6-1.2 1.2-1.2v-1.5c0-1.4 1.4-2.5 2.8-2.5s2.8 1.1 2.8 2.5V16c.6 0 1.2.6 1.2 1.3m-2.5-2.8c0-.8-.7-1.3-1.5-1.3s-1.5.5-1.5 1.3V16h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wifi-strength-off-outline.svg b/mkdocs-material/material/templates/.icons/material/wifi-strength-off-outline.svg new file mode 100644 index 0000000..8003a90 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wifi-strength-off-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.27 1.44 2 2.72l2.05 2.05C2.75 5.37 1.5 6.11.38 7 4.2 11.8 8.14 16.67 12 21.5l3.91-4.87 3.32 3.32 1.27-1.27C14.87 13.04 3.27 1.44 3.27 1.44M12 3c-1.4 0-2.79.17-4.14.5l1.7 1.69C10.37 5.07 11.18 5 12 5c3.07 0 6.09.86 8.71 2.45l-3.95 4.93 1.42 1.42C20.08 11.43 22 9 23.65 7 20.32 4.41 16.22 3 12 3M5.57 6.29l8.93 8.92L12 18.3 3.27 7.44C4 7 4.78 6.61 5.57 6.29"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wifi-strength-off.svg b/mkdocs-material/material/templates/.icons/material/wifi-strength-off.svg new file mode 100644 index 0000000..8542462 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wifi-strength-off.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.27 1.44 2 2.72l2.05 2.05C2.75 5.37 1.5 6.11.38 7 4.41 12.06 12 21.5 12 21.5l3.91-4.87 3.32 3.32 1.27-1.27M12 3c-1.4 0-2.79.17-4.14.5l10.32 10.31C20 11.5 22.05 9 23.65 7 20.32 4.41 16.22 3 12 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wifi-strength-outline.svg b/mkdocs-material/material/templates/.icons/material/wifi-strength-outline.svg new file mode 100644 index 0000000..4e858a3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wifi-strength-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3C7.79 3 3.7 4.41.38 7H.36C4.24 11.83 8.13 16.66 12 21.5c3.89-4.84 7.77-9.67 11.64-14.5h.01C20.32 4.41 16.22 3 12 3m0 2c3.07 0 6.09.86 8.71 2.45L12 18.3 3.27 7.44C5.9 5.85 8.92 5 12 5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wifi-sync.svg b/mkdocs-material/material/templates/.icons/material/wifi-sync.svg new file mode 100644 index 0000000..7ed3e91 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wifi-sync.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 6C8.62 6 5.5 7.12 3 9L1.2 6.6C4.21 4.34 7.95 3 12 3s7.79 1.34 10.8 3.6L21 9c-2.5-1.88-5.62-3-9-3m0 9c-1.35 0-2.6.45-3.6 1.2L12 21l1.26-1.68A6.8 6.8 0 0 1 13 17.5c0-.81.16-1.59.43-2.31-.46-.11-.93-.19-1.43-.19m3.23-2.39a6.5 6.5 0 0 1 3.47-1.56A11.9 11.9 0 0 0 12 9c-2.7 0-5.19.89-7.2 2.4l1.8 2.4a8.94 8.94 0 0 1 8.63-1.19M19 20a2.5 2.5 0 0 1-2.5-2.5c0-.4.09-.78.26-1.12l-1.09-1.09c-.42.63-.67 1.39-.67 2.21 0 2.21 1.79 4 4 4V23l2.25-2.25L19 18.5zm0-6.5V12l-2.25 2.25L19 16.5V15a2.5 2.5 0 0 1 2.5 2.5c0 .4-.09.78-.26 1.12l1.09 1.09c.42-.63.67-1.39.67-2.21 0-2.21-1.79-4-4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wifi.svg b/mkdocs-material/material/templates/.icons/material/wifi.svg new file mode 100644 index 0000000..42cacdb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wifi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 21 3.6-4.8c-1-.75-2.25-1.2-3.6-1.2s-2.6.45-3.6 1.2zm0-18C7.95 3 4.21 4.34 1.2 6.6L3 9c2.5-1.88 5.62-3 9-3s6.5 1.12 9 3l1.8-2.4C19.79 4.34 16.05 3 12 3m0 6c-2.7 0-5.19.89-7.2 2.4l1.8 2.4C8.1 12.67 9.97 12 12 12s3.9.67 5.4 1.8l1.8-2.4C17.19 9.89 14.7 9 12 9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wikipedia.svg b/mkdocs-material/material/templates/.icons/material/wikipedia.svg new file mode 100644 index 0000000..006921c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wikipedia.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.97 18.95-2.56-6.03c-1.02 1.99-2.14 4.08-3.1 6.03-.01.01-.47 0-.47 0C7.37 15.5 5.85 12.1 4.37 8.68 4.03 7.84 2.83 6.5 2 6.5v-.45h5.06v.45c-.6 0-1.62.4-1.36 1.05.72 1.54 3.24 7.51 3.93 9.03.47-.94 1.8-3.42 2.37-4.47-.45-.88-1.87-4.18-2.29-5-.32-.54-1.13-.61-1.75-.61 0-.15.01-.25 0-.44l4.46.01v.4c-.61.03-1.18.24-.92.82.6 1.24.95 2.13 1.5 3.28.17-.34 1.07-2.19 1.5-3.16.26-.65-.13-.91-1.21-.91.01-.12.01-.33.01-.43 1.39-.01 3.48-.01 3.85-.02v.42c-.71.03-1.44.41-1.82.99L13.5 11.3c.18.51 1.96 4.46 2.15 4.9l3.85-8.83c-.3-.72-1.16-.87-1.5-.87v-.45l4 .03v.42c-.88 0-1.43.5-1.75 1.25-.8 1.79-3.25 7.49-4.85 11.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wind-power-outline.svg b/mkdocs-material/material/templates/.icons/material/wind-power-outline.svg new file mode 100644 index 0000000..94f2601 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wind-power-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 3h6v2H4zM1 7h5v2H1zm2 12h5v2H3zm19.21-.39-2.28-4.11a2.07 2.07 0 0 0-1.26-.96L16 12.87c-.04-.47-.16-.92-.39-1.33l3.96-6.59c.65-1.08.3-2.48-.78-3.13a2.288 2.288 0 0 0-2.73.3l-3.43 3.21c-.4.37-.63.9-.63 1.45v3.4c-.47.17-.89.45-1.23.82H3.28C2 11 1 12 1 13.28c0 1.02.67 1.91 1.65 2.19l4.51 1.29c.18.05.37.08.55.08.36 0 .72-.1 1.03-.29L11 15.21c.27.26.61.47 1 .61V21c-1.1 0-2 .9-2 2h6c0-1.1-.9-2-2-2v-4.28l4.61 4.61c.45.45 1.03.67 1.61.67s1.17-.22 1.61-.67c.72-.72.88-1.83.38-2.72M7.72 14.84 3.2 13.55c-.12-.05-.2-.15-.2-.27 0-.15.13-.28.28-.28H10c0 .15 0 .3.04.44zM13 14c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1m1-3.86V6.78l3.43-3.21c.07-.07.19-.12.34-.04.13.08.18.25.1.38l-3.74 6.24zm6.42 9.78c-.05.05-.24.16-.42 0l-4.83-4.85c.08-.07.16-.18.24-.28l2.78.71 2.28 4.08c.06.11.03.25-.05.34"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wind-power.svg b/mkdocs-material/material/templates/.icons/material/wind-power.svg new file mode 100644 index 0000000..2a3c25f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wind-power.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 3h6v2H4zM1 7h5v2H1zm2 12h5v2H3zm10.73-8.39c.77.23 1.3.78 1.57 1.46l4.27-7.11c.65-1.08.3-2.46-.78-3.13-.87-.52-1.99-.41-2.73.29l-3.43 3.21c-.4.37-.63.9-.63 1.45v3.93c.36-.15 1-.33 1.73-.1m-3.12 1.66c.16-.52.48-.96.89-1.27H3.28C2 11 1 12 1 13.28c0 1.02.67 1.91 1.65 2.19l4.51 1.29c.53.15 1.1.08 1.58-.21l2.69-1.61a2.49 2.49 0 0 1-.82-2.67m11.6 6.34-2.28-4.11a2.07 2.07 0 0 0-1.26-.96l-3.17-.8c0 .32 0 .66-.11.99A2.48 2.48 0 0 1 13 15.5c-.61 0-1-.22-1-.22V21c-1.1 0-2 .9-2 2h6c0-1.1-.9-2-2-2v-4.28l4.61 4.61c.89.89 2.33.89 3.22 0 .72-.72.88-1.83.38-2.72m-9.65-4.18c.79.24 1.63-.2 1.87-1 .24-.79-.2-1.63-1-1.87-.79-.24-1.63.2-1.87 1-.24.79.21 1.63 1 1.87"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wind-turbine-alert.svg b/mkdocs-material/material/templates/.icons/material/wind-turbine-alert.svg new file mode 100644 index 0000000..1be2f37 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wind-turbine-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12.33 11.67 2.88 2.91c1.41-1.42 0-2.83 0-2.83l-1.49-1.51c.18-.38.28-.8.28-1.24 0-1.05-.54-1.97-1.36-2.5L14 2.11c-1.91-.58-2.5 1.33-2.5 1.33l-.81 2.59c-1.23.13-2.23.97-2.56 2.15L3.67 9.63c.64 1.9 2.53 1.27 2.53 1.27l2.07-.67c.34.74.96 1.31 1.73 1.59V19s-2 0-2 2v1h6v-1s0-2-2-2v-7.18c.12-.04.23-.1.33-.15M9.5 9c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5S9.5 9.83 9.5 9m8.5 3V7h2v6h-2m0 4v-2h2v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wind-turbine-check.svg b/mkdocs-material/material/templates/.icons/material/wind-turbine-check.svg new file mode 100644 index 0000000..9425f56 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wind-turbine-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11.33 11.67 2.88 2.91c1.41-1.42 0-2.83 0-2.83l-1.49-1.51c.18-.38.28-.8.28-1.24 0-1.05-.54-1.97-1.36-2.5L13 2.11c-1.91-.58-2.5 1.33-2.5 1.33l-.81 2.59c-1.23.13-2.23.97-2.56 2.15L2.67 9.63c.64 1.9 2.53 1.27 2.53 1.27l2.07-.67c.34.74.96 1.31 1.73 1.59V19s-2 0-2 2v1h6v-1s0-2-2-2v-7.18c.12-.04.23-.1.33-.15M8.5 9c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5S8.5 9.83 8.5 9m8.25 12.16-2.75-3L15.16 17l1.59 1.59L20.34 15l1.16 1.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wind-turbine.svg b/mkdocs-material/material/templates/.icons/material/wind-turbine.svg new file mode 100644 index 0000000..ec4dff5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wind-turbine.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m13.33 11.67 2.88 2.91c1.41-1.42 0-2.83 0-2.83l-1.49-1.51c.18-.38.28-.8.28-1.24 0-1.05-.54-1.97-1.36-2.5L15 2.11c-1.91-.58-2.5 1.33-2.5 1.33l-.81 2.59c-1.23.13-2.23.97-2.56 2.15L4.67 9.63c.64 1.9 2.53 1.27 2.53 1.27l2.07-.67c.34.74.96 1.31 1.73 1.59V19s-2 0-2 2v1h6v-1s0-2-2-2v-7.18c.12-.04.23-.1.33-.15M10.5 9A1.5 1.5 0 0 1 12 7.5 1.5 1.5 0 0 1 13.5 9a1.5 1.5 0 0 1-1.5 1.5A1.5 1.5 0 0 1 10.5 9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/window-close.svg b/mkdocs-material/material/templates/.icons/material/window-close.svg new file mode 100644 index 0000000..573e628 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/window-close.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.46 12 19 17.54V19h-1.46L12 13.46 6.46 19H5v-1.46L10.54 12 5 6.46V5h1.46L12 10.54 17.54 5H19v1.46z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/window-closed-variant.svg b/mkdocs-material/material/templates/.icons/material/window-closed-variant.svg new file mode 100644 index 0000000..1f488d2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/window-closed-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 20V2H3v18H1v3h22v-3M19 4v7h-6V4M5 4h6v7H5m0 9v-7h6v7m2 0v-7h6v7Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/window-closed.svg b/mkdocs-material/material/templates/.icons/material/window-closed.svg new file mode 100644 index 0000000..0875bfe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/window-closed.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 11h4V9h4v2h4V4H6zm12 2H6v7h12zM6 2h12a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/window-maximize.svg b/mkdocs-material/material/templates/.icons/material/window-maximize.svg new file mode 100644 index 0000000..17a40f4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/window-maximize.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 4h16v16H4zm2 4v10h12V8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/window-minimize.svg b/mkdocs-material/material/templates/.icons/material/window-minimize.svg new file mode 100644 index 0000000..2d541e9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/window-minimize.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 14H4v-4h16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/window-open-variant.svg b/mkdocs-material/material/templates/.icons/material/window-open-variant.svg new file mode 100644 index 0000000..18dc888 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/window-open-variant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 20V2H3v18H1v3h22v-3M19 4v7h-2V4M5 4h2v7H5m0 9v-7h2v7m2 0V4h6v16m2 0v-7h2v7Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/window-open.svg b/mkdocs-material/material/templates/.icons/material/window-open.svg new file mode 100644 index 0000000..7bd9d21 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/window-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 8h4V6h4v2h4V4H6zm12 2H6v5h12zM6 20h12v-3H6zM6 2h12a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/window-restore.svg b/mkdocs-material/material/templates/.icons/material/window-restore.svg new file mode 100644 index 0000000..51c0c4f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/window-restore.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 8h4V4h12v12h-4v4H4zm12 0v6h2V6h-8v2zM6 12v6h8v-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/window-shutter-alert.svg b/mkdocs-material/material/templates/.icons/material/window-shutter-alert.svg new file mode 100644 index 0000000..cb579ab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/window-shutter-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 4h18v4h-2v12h-2V8H6v12H4V8H2zm5 5h8v2H7zm0 3h8v2H7zm13 7v-2h2v2zm0-4v-5h2v5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/window-shutter-auto.svg b/mkdocs-material/material/templates/.icons/material/window-shutter-auto.svg new file mode 100644 index 0000000..6a0e030 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/window-shutter-auto.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 14h-2l-3.2 9h1.9l.7-2h3.2l.7 2h1.9zm-2.2 5.7L19 16l1.2 3.7zM7 9h8v2H7zm0 3h8v2H7zm0 3h8v1.5l-.2.5H7zm6.7 5H7v-2h7.5zM16 8H6v12H4V8H2V4h18v4h-2v4h-1.4l-.5 1.3-.1.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/window-shutter-cog.svg b/mkdocs-material/material/templates/.icons/material/window-shutter-cog.svg new file mode 100644 index 0000000..3a3ca1e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/window-shutter-cog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.7 18.6v-1l1.1-.8c.1-.1.2-.2.1-.3l-1-1.7c0-.1-.2-.1-.3-.1l-1.2.5c-.3-.2-.6-.4-.9-.5l-.2-1.3c0-.1-.1-.2-.2-.2h-2c-.2 0-.3.1-.3.2l-.2 1.3c-.3.2-.5.3-.8.5l-1.2-.5c-.1 0-.2 0-.3.1l-1 1.7c0 .1 0 .2.1.3l1.1.8v1l-1.1.8c-.1.1-.2.2-.1.3l1 1.7c.1.1.2.1.3.1l1.2-.5c.2.2.5.4.8.5l.2 1.3c.1.1.2.2.3.2h2c.1 0 .2-.1.2-.2l.2-1.3c.3-.2.5-.3.8-.5l1.2.4c.1 0 .2 0 .3-.1l1-1.7c.1-.1.1-.2 0-.2zm-3.7.9c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5M8 9h8v2H8zm9-1H7v12H5V8H3V4h18v4h-2v3.1c-.3 0-.7-.1-1-.1s-.7 0-1 .1zm-5.7 12H8v-2h3c0 .7.1 1.4.3 2M8 12h6.4c-.8.5-1.6 1.2-2.1 2H8zm0 3h3.7c-.3.6-.5 1.3-.6 2H8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/window-shutter-open.svg b/mkdocs-material/material/templates/.icons/material/window-shutter-open.svg new file mode 100644 index 0000000..b1d0f77 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/window-shutter-open.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 4h18v4h-2v12h-2V8H7v12H5V8H3zm5 5h8v2H8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/window-shutter-settings.svg b/mkdocs-material/material/templates/.icons/material/window-shutter-settings.svg new file mode 100644 index 0000000..6e3629c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/window-shutter-settings.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 4h18v4h-2v12h-2V8H7v12H5V8H3zm5 5h8v2H8zm0 3h8v2H8zm0 3h8v2H8zm0 3h8v2H8zm5 4h-2v2h2zm4 0h-2v2h2zm-8 0H7v2h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/window-shutter.svg b/mkdocs-material/material/templates/.icons/material/window-shutter.svg new file mode 100644 index 0000000..0a1a91c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/window-shutter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 4h18v4h-2v12h-2V8H7v12H5V8H3zm5 5h8v2H8zm0 3h8v2H8zm0 3h8v2H8zm0 3h8v2H8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/windsock.svg b/mkdocs-material/material/templates/.icons/material/windsock.svg new file mode 100644 index 0000000..aecbdf4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/windsock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 5v8l15-2V7zm3 1.91 3 .4v3.38l-3 .4zm6 .8 3 .4v1.78l-3 .4zM5 10v1h1v1H5v9H3V4c0-.55.45-1 1-1s1 .45 1 1v2h1v1H5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wiper-wash-alert.svg b/mkdocs-material/material/templates/.icons/material/wiper-wash-alert.svg new file mode 100644 index 0000000..6459875 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wiper-wash-alert.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 6c0-.3.1-1.4.8-2.2L10 2.4 8.2 3.9c.7.7.8 1.8.8 2.1-6.3.4-9 5-9 5l7 7s.7-1.3 2-1.8v2.1c-.6.3-1 1-1 1.7a2 2 0 1 0 4 0c0-.7-.4-1.4-1-1.7v-2.1c1.3.5 2 1.8 2 1.8l7-7s-2.7-4.5-9-5m-2 8.1c-.8.2-1.5.5-2.1 1l-4.2-4.2C3.8 9.8 5.8 8.3 9 8.1zm4.1 1c-.6-.4-1.3-.8-2.1-1v-6c3.2.3 5.2 1.7 6.3 2.8zM16 1.3l-.7 1.9c-.7-.3-1.8-.3-2.6 0L12 1.3c1.2-.4 2.8-.4 4 0M19 6h-2s0-1.3-.8-2.1l1.5-1.3C19 4 19 5.9 19 6M2.2 2.6l1.5 1.3C3 4.7 3 6 3 6H1c0-.1 0-2 1.2-3.4M8 1.3l-.7 1.9c-.7-.3-1.8-.3-2.6 0L4 1.3c1.2-.4 2.8-.4 4 0M22 12V7h2v6h-2m0 4h2v-2h-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wiper-wash.svg b/mkdocs-material/material/templates/.icons/material/wiper-wash.svg new file mode 100644 index 0000000..3aabf19 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wiper-wash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 6c0-.3.1-1.4.8-2.2L12 2.4l-1.8 1.5c.7.7.8 1.8.8 2.1-6.3.4-9 5-9 5l7 7s.7-1.3 2-1.8v2.1c-.6.3-1 1-1 1.7a2 2 0 0 0 2 2 2 2 0 0 0 2-2c0-.7-.4-1.4-1-1.7v-2.1c1.3.5 2 1.8 2 1.8l7-7s-2.7-4.5-9-5m-2 8.1c-.8.2-1.5.5-2.1 1l-4.2-4.2C5.8 9.8 7.8 8.3 11 8.1zm4.1 1c-.6-.4-1.3-.8-2.1-1v-6c3.2.3 5.2 1.7 6.3 2.8zM18 1.3l-.7 1.9c-.7-.3-1.8-.3-2.6 0L14 1.3c1.2-.4 2.8-.4 4 0M21 6h-2s0-1.3-.8-2.1l1.5-1.3C21 4 21 5.9 21 6M4.2 2.6l1.5 1.3C5 4.7 5 6 5 6H3c0-.1 0-2 1.2-3.4M10 1.3l-.7 1.9c-.7-.3-1.8-.3-2.6 0L6 1.3c1.2-.4 2.8-.4 4 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wiper.svg b/mkdocs-material/material/templates/.icons/material/wiper.svg new file mode 100644 index 0000000..6b630c0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wiper.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 4C5 4 2 9 2 9l7 7s.5-.9 1.4-1.5l.3 2c-.4.3-.7.9-.7 1.5a2 2 0 0 0 2 2 2 2 0 0 0 2-2c0-.9-.5-1.6-1.3-1.9l-.4-2.1c1.8.2 2.7 2 2.7 2l7-7s-3-5-10-5m3.1 9.1c-.8-.6-1.8-1.1-3.1-1.1l-1-5.9c.3-.1.7-.1 1-.1 3.7 0 6.1 1.7 7.3 2.9zm-6.2 0L4.7 8.9C5.5 8 7 7 9 6.4l1 6c-.4.2-.8.4-1.1.7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wizard-hat.svg b/mkdocs-material/material/templates/.icons/material/wizard-hat.svg new file mode 100644 index 0000000..d736ef2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wizard-hat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 22H3v-2h18zm-2-3H5l6.1-16.4q.3-.6.9-.6l6 3h-4.1zM10 7.5l1.04.47L11.5 9l.47-1.03L13 7.5l-1.03-.47L11.5 6l-.46 1.03zm3 7.5-2.06-.93L10 12l-.93 2.07L7 15l2.07.93L10 18l.94-2.07zm.97-3.03L15 11.5l-1.03-.47L13.5 10l-.46 1.03-1.04.47 1.04.47.46 1.03zm2 4L17 15.5l-1.03-.47L15.5 14l-.46 1.03-1.04.47 1.04.47.46 1.03z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wordpress.svg b/mkdocs-material/material/templates/.icons/material/wordpress.svg new file mode 100644 index 0000000..795d8e3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wordpress.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.42 12c0-1.24.27-2.42.74-3.5l4.1 11.22A8.56 8.56 0 0 1 3.42 12m14.37-.43c0 .73-.29 1.58-.65 2.77l-.86 2.86-3.1-9.2.98-.1c.47-.06.41-.74-.05-.71 0 0-1.39.11-2.29.11l-2.26-.11c-.46-.03-.51.68-.06.71l.91.1 1.34 3.64-1.88 5.63L6.74 8l.99-.1c.46-.06.4-.74-.06-.71 0 0-1.39.11-2.29.11l-.55-.01C6.37 4.96 9 3.42 12 3.42c2.23 0 4.27.86 5.79 2.25h-.11c-.84 0-1.44.73-1.44 1.52 0 .71.41 1.31.84 2.01.33.57.71 1.3.71 2.37m-5.64 1.18 2.64 7.22.06.12c-.89.32-1.85.49-2.85.49-.84 0-1.65-.12-2.42-.35zm7.38-4.87A8.55 8.55 0 0 1 20.58 12c0 3.16-1.72 5.93-4.27 7.41l2.62-7.57c.49-1.22.66-2.2.66-3.07zM12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 19.54c5.26 0 9.54-4.28 9.54-9.54S17.26 2.46 12 2.46 2.46 6.74 2.46 12s4.28 9.54 9.54 9.54"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wrap-disabled.svg b/mkdocs-material/material/templates/.icons/material/wrap-disabled.svg new file mode 100644 index 0000000..4e07219 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wrap-disabled.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 7H3V5h13zM3 19h13v-2H3zm19-7-4-3v2H3v2h15v2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wrap.svg b/mkdocs-material/material/templates/.icons/material/wrap.svg new file mode 100644 index 0000000..4de838e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wrap.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 5H3v2h18zM3 19h7v-2H3zm0-6h15c1 0 2 .43 2 2s-1 2-2 2h-2v-2l-4 3 4 3v-2h2c2.95 0 4-1.27 4-4 0-2.72-1-4-4-4H3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wrench-check-outline.svg b/mkdocs-material/material/templates/.icons/material/wrench-check-outline.svg new file mode 100644 index 0000000..393d919 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wrench-check-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 1.09V6H7V1.09C4.16 1.57 2 4.03 2 7c0 2.22 1.21 4.15 3 5.19V21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-8.81c1.79-1.04 3-2.97 3-5.19 0-2.97-2.16-5.43-5-5.91m1 9.37-1 .58V20H7v-8.96l-1-.58C4.77 9.74 4 8.42 4 7c0-1 .37-1.94 1-2.65V8h6V4.35c.63.71 1 1.65 1 2.65 0 1.42-.77 2.74-2 3.46M21.6 13l1.4 1.41L16.47 21 13 17.5l1.4-1.41 2.07 2.08z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wrench-check.svg b/mkdocs-material/material/templates/.icons/material/wrench-check.svg new file mode 100644 index 0000000..2477322 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wrench-check.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 2c1.8.6 3 2.3 3 4.2 0 2-1.2 3.7-3 4.3v11c0 .3-.2.5-.5.5h-2c-.3 0-.5-.2-.5-.6v-11c-1.8-.6-3-2.3-3-4.2S4.2 2.6 6 2v3.7h3zm11.6 11 1.4 1.41L15.47 21 12 17.5l1.4-1.41 2.07 2.08z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wrench-clock-outline.svg b/mkdocs-material/material/templates/.icons/material/wrench-clock-outline.svg new file mode 100644 index 0000000..8c03663 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wrench-clock-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 8a7.3 7.3 0 0 0-3.32.89c.2-.6.32-1.23.32-1.89 0-2.97-2.16-5.43-5-5.91V6H6V1.09C3.16 1.57 1 4.03 1 7c0 2.22 1.21 4.15 3 5.19V21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-2.38A6.96 6.96 0 0 0 16 22c3.9 0 7-3.1 7-7s-3.1-7-7-7m-8 3.04V20H6v-8.96l-1-.58C3.77 9.74 3 8.42 3 7c0-1 .37-1.94 1-2.65V8h6V4.35c.63.71 1 1.65 1 2.65 0 1.42-.77 2.74-2 3.46zM16 20c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5-2.2 5-5 5m.5-4.7 2.9 1.7-.8 1.2L15 16v-5h1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wrench-clock.svg b/mkdocs-material/material/templates/.icons/material/wrench-clock.svg new file mode 100644 index 0000000..3bd1f42 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wrench-clock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 6.2C10 4.3 8.8 2.6 7 2v3.7H4V2c-1.8.6-3 2.3-3 4.2s1.2 3.6 3 4.2v11c0 .4.2.6.5.6h2c.3 0 .5-.2.5-.5v-11c1.8-.6 3-2.3 3-4.3M16 8s-.1 0 0 0c-3.9.1-7 3.2-7 7 0 3.9 3.1 7 7 7s7-3.1 7-7-3.1-7-7-7m0 12c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5-2.2 5-5 5m-1-9v5l3.6 2.2.8-1.2-2.9-1.7V11z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wrench-cog-outline.svg b/mkdocs-material/material/templates/.icons/material/wrench-cog-outline.svg new file mode 100644 index 0000000..2938ef7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wrench-cog-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 1.09V6H7V1.09C4.16 1.57 2 4.03 2 7c0 2.22 1.21 4.15 3 5.19V21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-8.81c1.79-1.04 3-2.97 3-5.19 0-2.97-2.16-5.43-5-5.91m1 9.37-1 .58V20H7v-8.96l-1-.58C4.77 9.74 4 8.42 4 7c0-1 .37-1.94 1-2.65V8h6V4.35c.63.71 1 1.65 1 2.65 0 1.42-.77 2.74-2 3.46m10.94 7.48a3.3 3.3 0 0 0 0-.89l.97-.73a.22.22 0 0 0 .06-.29l-.92-1.56c-.05-.1-.18-.14-.29-.1l-1.15.45c-.24-.17-.49-.32-.78-.44l-.17-1.19a.235.235 0 0 0-.23-.19h-1.85c-.12 0-.22.08-.24.19l-.17 1.19c-.29.12-.54.27-.78.44l-1.15-.45c-.1-.04-.24 0-.28.1l-.93 1.56c-.06.1-.03.22.06.29l.97.73c-.01.15-.03.3-.03.45s.02.29.03.44l-.97.74a.22.22 0 0 0-.06.29l.93 1.56c.04.1.18.13.28.1l1.15-.46c.24.18.49.33.78.45l.17 1.19c.02.11.12.19.24.19h1.85c.11 0 .21-.08.23-.19l.17-1.19c.29-.12.54-.27.78-.45l1.15.46c.11.03.24 0 .29-.1l.92-1.56a.22.22 0 0 0-.06-.29zM17.5 19c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wrench-cog.svg b/mkdocs-material/material/templates/.icons/material/wrench-cog.svg new file mode 100644 index 0000000..ef7d09e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wrench-cog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.94 17.94a3.3 3.3 0 0 0 0-.89l.97-.73a.22.22 0 0 0 .06-.29l-.92-1.56c-.05-.1-.19-.14-.29-.1l-1.15.45c-.24-.17-.49-.32-.78-.44l-.17-1.19a.235.235 0 0 0-.23-.19h-1.85c-.12 0-.22.08-.24.19l-.17 1.19c-.29.12-.54.27-.78.44l-1.15-.45c-.1-.04-.24 0-.28.1l-.93 1.56c-.06.1-.03.22.06.29l.97.73c-.01.15-.03.3-.03.45s.02.29.03.44l-.97.74a.22.22 0 0 0-.06.29l.93 1.56c.04.1.18.13.28.1l1.15-.46c.24.18.49.33.78.45l.17 1.19c.02.11.12.19.24.19h1.85c.11 0 .21-.08.23-.19l.17-1.19c.29-.12.54-.27.78-.45l1.15.46c.1.03.24 0 .29-.1l.92-1.56a.22.22 0 0 0-.06-.29zM16.5 19c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5M9 2c1.8.6 3 2.3 3 4.2 0 2-1.2 3.7-3 4.3v11c0 .3-.2.5-.5.5h-2c-.3 0-.5-.2-.5-.6v-11c-1.8-.6-3-2.3-3-4.2S4.2 2.6 6 2v3.7h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wrench-outline.svg b/mkdocs-material/material/templates/.icons/material/wrench-outline.svg new file mode 100644 index 0000000..3c3e827 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wrench-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22.61 19-9.08-9.09c.93-2.34.47-5.1-1.44-7C9.79.61 6.21.4 3.66 2.26L7.5 6.11 6.08 7.5 2.25 3.69C.39 6.23.6 9.82 2.9 12.11c1.86 1.86 4.57 2.35 6.89 1.48l9.11 9.11c.39.39 1.02.39 1.41 0l2.3-2.3c.39-.4.39-1.01 0-1.4m-3 1.59-9.46-9.46c-.61.45-1.29.72-2 .82-1.36.2-2.79-.21-3.83-1.25C3.37 9.76 2.93 8.5 3 7.26l3.09 3.09 4.24-4.24L7.24 3c1.26-.05 2.49.39 3.44 1.33a4.47 4.47 0 0 1 1.24 3.96 4.35 4.35 0 0 1-.88 1.96l9.46 9.45z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/wrench.svg b/mkdocs-material/material/templates/.icons/material/wrench.svg new file mode 100644 index 0000000..429ee14 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/wrench.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22.7 19-9.1-9.1c.9-2.3.4-5-1.5-6.9-2-2-5-2.4-7.4-1.3L9 6 6 9 1.6 4.7C.4 7.1.9 10.1 2.9 12.1c1.9 1.9 4.6 2.4 6.9 1.5l9.1 9.1c.4.4 1 .4 1.4 0l2.3-2.3c.5-.4.5-1.1.1-1.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/xamarin.svg b/mkdocs-material/material/templates/.icons/material/xamarin.svg new file mode 100644 index 0000000..46a51e2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/xamarin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.75 11.07c.16.28.25.6.25.93s-.09.65-.25.93L18.08 21c-.36.62-1.02 1-1.73 1h-8.7c-.71 0-1.37-.38-1.73-1l-4.67-8.07c-.16-.28-.25-.6-.25-.93s.09-.65.25-.93L5.92 3c.36-.62 1.02-1 1.73-1h8.7c.71 0 1.37.38 1.73 1zM12 12v-.1L9.42 7.1 9.25 7H7.66l-.16.1v.2L10 12l-2.5 4.7v.2l.16.1h1.59l.17-.1L12 12.1zl.03.1 2.55 4.8.17.1h1.59l.16-.1v-.2L14 12l2.5-4.7v-.2l-.16-.1h-1.59l-.17.1-2.55 4.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/xml.svg b/mkdocs-material/material/templates/.icons/material/xml.svg new file mode 100644 index 0000000..bc53d1a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/xml.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12.89 3 1.96.4L11.11 21l-1.96-.4zm6.7 9L16 8.41V5.58L22.42 12 16 18.41v-2.83zM1.58 12 8 5.58v2.83L4.41 12 8 15.58v2.83z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/xmpp.svg b/mkdocs-material/material/templates/.icons/material/xmpp.svg new file mode 100644 index 0000000..a2da2d3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/xmpp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 15.4C9.75 13.09 8 9.54 8 6L2 4c0 5.65 4.33 10.11 8.55 12.66C9.38 17.5 8.15 18 7 18v1c1.2 0 3.03-.54 5-1.54 1.97 1 3.8 1.54 5 1.54v-1c-1.15 0-2.38-.5-3.55-1.34C17.66 14.11 22 9.65 22 4l-6 2c0 3.54-1.75 7.09-4 9.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/yahoo.svg b/mkdocs-material/material/templates/.icons/material/yahoo.svg new file mode 100644 index 0000000..3ca0f0e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/yahoo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.5 7.59 8.16 13.2 5.85 7.59H2l4.29 9.64-1.54 3.47H8.5l5.74-13.11zm4.5 5.14c-1.37 0-2.41 1.04-2.41 2.27 0 1.17 1 2.16 2.34 2.16 1.39 0 2.43-1.03 2.43-2.26 0-1.21-1-2.17-2.36-2.17m2.72-9.43-3.83 8.59h4.28L22 3.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/yeast.svg b/mkdocs-material/material/templates/.icons/material/yeast.svg new file mode 100644 index 0000000..8ddd020 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/yeast.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 14a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4l.09-.85c-.04-.7-.17-1.31-.54-1.65-.2-.2-.48-.31-.8-.37-.96.55-2.07.87-3.25.87A6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3 6.5 6.5 0 0 1 16 9.5c0 1.18-.32 2.29-.87 3.25.06.32.17.6.37.8.34.37.95.5 1.65.54zM7.5 10A1.5 1.5 0 0 1 9 11.5 1.5 1.5 0 0 1 7.5 13 1.5 1.5 0 0 1 6 11.5 1.5 1.5 0 0 1 7.5 10m2-5C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/yin-yang.svg b/mkdocs-material/material/templates/.icons/material/yin-yang.svg new file mode 100644 index 0000000..a10aebb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/yin-yang.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 4 4 0 0 1-4-4 4 4 0 0 1 4-4 4 4 0 0 0 4-4 4 4 0 0 0-4-4m0 2.5A1.5 1.5 0 0 1 13.5 8 1.5 1.5 0 0 1 12 9.5 1.5 1.5 0 0 1 10.5 8 1.5 1.5 0 0 1 12 6.5m0 8a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/yoga.svg b/mkdocs-material/material/templates/.icons/material/yoga.svg new file mode 100644 index 0000000..5046640 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/yoga.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 2a2 2 0 1 0 0 4c1.11 0 2-.89 2-2a2 2 0 0 0-2-2M4 7v2h6v6l-5.07 5.07 1.41 1.43 6.72-6.73L17 17.13V21h2v-4.43c0-.36-.18-.68-.5-.86L15 13.6V9h6V7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/youtube-gaming.svg b/mkdocs-material/material/templates/.icons/material/youtube-gaming.svg new file mode 100644 index 0000000..7cec590 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/youtube-gaming.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 13V8l-5-3-5 3-5-3-5 3v5l10 6zM9 11H7v2H6v-2H4v-1h2V8h1v2h2zm6 2c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1m3-2c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/youtube-studio.svg b/mkdocs-material/material/templates/.icons/material/youtube-studio.svg new file mode 100644 index 0000000..90363d6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/youtube-studio.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10 15 5-3-5-3zm9.45-2 2.11 1.63c.22.15.25.37.1.65l-2.02 3.47c-.14.22-.33.28-.61.19l-2.48-.99c-.66.47-1.22.8-1.69.99l-.36 2.62c-.08.28-.23.44-.5.44h-4c-.27 0-.42-.16-.5-.44l-.36-2.62c-.59-.25-1.14-.58-1.69-.99l-2.48.99c-.28.09-.47.03-.61-.19l-2.02-3.47c-.15-.28-.12-.5.1-.65L4.55 13c-.05-.23-.05-.56-.05-1s0-.77.05-1L2.44 9.38c-.22-.16-.25-.38-.1-.66l2.02-3.47c.14-.22.33-.28.61-.19l2.48.99c.66-.47 1.22-.8 1.69-.99l.36-2.62c.08-.28.23-.44.5-.44h4c.27 0 .42.16.5.44l.36 2.62c.59.25 1.14.58 1.69.99l2.48-.99c.28-.09.47-.03.61.19l2.02 3.47c.15.28.12.5-.1.66L19.45 11c.05.23.05.56.05 1s0 .77-.05 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/youtube-subscription.svg b/mkdocs-material/material/templates/.icons/material/youtube-subscription.svg new file mode 100644 index 0000000..605b4b9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/youtube-subscription.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 8H4V6h16zm-2-6H6v2h12zm4 10v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2m-6 4-6-3.27v6.53z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/youtube-tv.svg b/mkdocs-material/material/templates/.icons/material/youtube-tv.svg new file mode 100644 index 0000000..50e68d5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/youtube-tv.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.5 4.5h19c.84 0 1.5.65 1.5 1.5v11.5c0 .85-.66 1.5-1.5 1.5h-19c-.85 0-1.5-.65-1.5-1.5V6c0-.85.65-1.5 1.5-1.5m7.21 4V15l5.71-3.3zM17.25 21H6.65c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h10.7c.3 0 .5.2.5.5s-.3.5-.6.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/youtube.svg b/mkdocs-material/material/templates/.icons/material/youtube.svg new file mode 100644 index 0000000..b3042a9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/youtube.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10 15 5.19-3L10 9zm11.56-7.83c.13.47.22 1.1.28 1.9.07.8.1 1.49.1 2.09L22 12c0 2.19-.16 3.8-.44 4.83-.25.9-.83 1.48-1.73 1.73-.47.13-1.33.22-2.65.28-1.3.07-2.49.1-3.59.1L12 19c-4.19 0-6.8-.16-7.83-.44-.9-.25-1.48-.83-1.73-1.73-.13-.47-.22-1.1-.28-1.9-.07-.8-.1-1.49-.1-2.09L2 12c0-2.19.16-3.8.44-4.83.25-.9.83-1.48 1.73-1.73.47-.13 1.33-.22 2.65-.28 1.3-.07 2.49-.1 3.59-.1L12 5c4.19 0 6.8.16 7.83.44.9.25 1.48.83 1.73 1.73"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/yurt.svg b/mkdocs-material/material/templates/.icons/material/yurt.svg new file mode 100644 index 0000000..dcb9030 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/yurt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 14.87V22h-8v-6h-4v6H2v-7.13c0-.54.29-1.04.76-1.3l5.9-3.37c.22-.13.48-.2.74-.2h3.1V9H14v1h.59c.26 0 .52.07.74.2l5.9 3.37c.48.27.77.76.77 1.3M7.86 6.25H9.4c1.33 0 2.52.7 3.1 1.75H14c-.4-1.8-2-3.15-3.9-3.15v-1.5c1 0 1.85-.85 1.85-1.85V1H7.86v1.5c-1 0-1.86.73-1.86 1.75s.86 2 1.86 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/z-wave.svg b/mkdocs-material/material/templates/.icons/material/z-wave.svg new file mode 100644 index 0000000..f0f061e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/z-wave.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.3 10.58c-3.16 0-5.7 2.55-5.7 5.7S13.15 22 16.3 22s5.7-2.57 5.7-5.72-2.55-5.7-5.7-5.7m1.7 8.5h-4.81L15.81 15h-2.5l1.09-1.77h4.78l-2.55 4.05h2.55zM16.3 3.93V2C8.41 2 2 8.42 2 16.31h1.92C3.94 9.46 9.5 3.93 16.3 3.93m0 3.81V5.82c-5.8 0-10.49 4.71-10.49 10.49h1.92c.02-4.73 3.86-8.57 8.57-8.57"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/zend.svg b/mkdocs-material/material/templates/.icons/material/zend.svg new file mode 100644 index 0000000..a705999 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/zend.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.28 9.81S11.28 7 14.09 7h8.41s0 2.81-2.79 2.81zm0 3.6s0-2.81 2.81-2.81h4.22s0 2.81-2.81 2.81zm0 3.59s0-2.81 2.81-2.81h1.41s0 2.81-2.82 2.81zm-.82-2.2V17H1.58L7.3 9.21H2.4V7h9.26l-5.7 7.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/zigbee.svg b/mkdocs-material/material/templates/.icons/material/zigbee.svg new file mode 100644 index 0000000..ac9bbbb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/zigbee.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.06 6.15c-.09.02-.18.07-.26.13A9.9 9.9 0 0 0 2 12a10 10 0 0 0 10 10c3 0 5.68-1.32 7.5-3.4l-2.5.25c-2.75.3-5.55.34-8.34.11-.71-.02-1.42-.2-2.07-.51a2.62 2.62 0 0 1-1.52-2.16c-.01-.16.05-.29.16-.42l2.19-2.27 7.61-7.9v-.1h-4.19c-2.27.04-4.53.22-6.78.55M20.17 17.5c.09-.03.18-.06.26-.11A10 10 0 0 0 22 12 10 10 0 0 0 12 2C9.22 2 6.7 3.13 4.89 4.97h.28c3.11-.4 6.26-.5 9.39-.32.94-.01 1.89.17 2.77.52A2.67 2.67 0 0 1 19 7.37c0 .16-.07.33-.18.45l-9.11 9.37-.71.76v.11h4.14c2.36-.06 4.7-.25 7.03-.56"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/zip-box-outline.svg b/mkdocs-material/material/templates/.icons/material/zip-box-outline.svg new file mode 100644 index 0000000..4dcc88c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/zip-box-outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 17v-2h2v2zm2-4v-2h-2v2zm0-4V7h-2v2zm-4 2h2V9h-2zm0 4h2v-2h-2zM21 5v14c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h14c1.1 0 2 .9 2 2m-2 0h-7v2h-2V5H5v14h14z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/zip-box.svg b/mkdocs-material/material/templates/.icons/material/zip-box.svg new file mode 100644 index 0000000..1a49f22 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/zip-box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 17h-2v-2h-2v-2h2v2h2m0-6h-2v2h2v2h-2v-2h-2V9h2V7h-2V5h2v2h2m5-4H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/zip-disk.svg b/mkdocs-material/material/templates/.icons/material/zip-disk.svg new file mode 100644 index 0000000..c90ed6e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/zip-disk.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 3 3 5v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5l-4-2v2a1 1 0 0 1-1 1h-6a1 1 0 0 1-1-1V3zm1 7h8a1 1 0 0 1 1 1v8H7v-8a1 1 0 0 1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/zodiac-aquarius.svg b/mkdocs-material/material/templates/.icons/material/zodiac-aquarius.svg new file mode 100644 index 0000000..4d40abd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/zodiac-aquarius.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15 12.41-3-3-3 3-3-3-2.29 2.3-1.42-1.42L6 6.59l3 3 3-3 3 3 3-3 3.71 3.7-1.42 1.42L18 9.41zm3 3 2.29 2.3 1.42-1.42-3.71-3.7-3 3-3-3-3 3-3-3-3.71 3.7 1.42 1.42L6 15.41l3 3 3-3 3 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/zodiac-aries.svg b/mkdocs-material/material/templates/.icons/material/zodiac-aries.svg new file mode 100644 index 0000000..51a2263 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/zodiac-aries.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 2c-1.05 0-2.09.27-3 .81-.36.19-.7.45-1 .73-.3-.28-.64-.54-1-.73C10.09 2.27 9.05 2 8 2a6 6 0 0 0-6 6 6 6 0 0 0 6 6v-2a4 4 0 0 1-4-4 4 4 0 0 1 4-4 4.03 4.03 0 0 1 3 1.36V22h2V5.36c.08-.09.16-.18.25-.26a4 4 0 0 1 5.66.15 3.997 3.997 0 0 1-.15 5.65C18 11.61 17.03 12 16 12v2a6 6 0 0 0 6-6 6 6 0 0 0-6-6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/zodiac-cancer.svg b/mkdocs-material/material/templates/.icons/material/zodiac-cancer.svg new file mode 100644 index 0000000..9fb7203 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/zodiac-cancer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 4C6.5 4 2 7.58 2 12c0 2.12 1.65 3.87 3.76 4H6a4 4 0 0 0 4-4 4 4 0 0 0-4-4h-.24A8.8 8.8 0 0 1 12 5.6c1.77-.02 3.5.47 5 1.4l1.25-1.25A11.5 11.5 0 0 0 12 4m-6 6a2 2 0 0 1 2 2c0 1.11-.92 2-2 2a2 2 0 0 1-2-1.8v-.4A2 2 0 0 1 6 10m12.24-2H18a4 4 0 0 0-4 4 4 4 0 0 0 4 4h.24A8.8 8.8 0 0 1 12 18.4c-1.77.02-3.5-.47-5-1.4l-1.24 1.24C7.63 19.41 9.79 20 12 20c5.5 0 10-3.58 10-8 0-2.12-1.65-3.87-3.76-4M18 14a2 2 0 0 1-2-2c0-1.11.92-2 2-2a2 2 0 0 1 2 1.8v.4a2 2 0 0 1-2 1.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/zodiac-capricorn.svg b/mkdocs-material/material/templates/.icons/material/zodiac-capricorn.svg new file mode 100644 index 0000000..c5f8c67 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/zodiac-capricorn.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 13c-.7 0-1.39.19-2 .55V6a3 3 0 0 0-3-3c-.75 0-1.45.29-2 .78C7.45 3.28 6.74 3 6 3v2a1 1 0 0 1 1 1v10h2V6a1 1 0 0 1 1-1 1 1 0 0 1 1 1v11a2 2 0 0 1-2 2v2c1.15 0 2.25-.5 3-1.38a3.974 3.974 0 0 0 5.64.38c1.67-1.42 1.86-3.95.4-5.62A4.01 4.01 0 0 0 15 13m0 6a2 2 0 0 1-2-2 2 2 0 0 1 2-2 2 2 0 0 1 2 2 2 2 0 0 1-2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/zodiac-gemini.svg b/mkdocs-material/material/templates/.icons/material/zodiac-gemini.svg new file mode 100644 index 0000000..f4655f2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/zodiac-gemini.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 5.3c1.35-.33 2.66-.76 3.94-1.3l-.76-1.86a23.75 23.75 0 0 1-18.36.03L2.06 4c1.28.54 2.59.97 3.94 1.3v13.4c-1.35.33-2.66.76-3.94 1.3l.76 1.86a23.94 23.94 0 0 1 18.36 0l.76-1.86c-1.28-.54-2.59-.97-3.94-1.3zm-10 13V5.69c1.32.2 2.66.31 4 .31s2.68-.11 4-.31v12.62a26.2 26.2 0 0 0-8 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/zodiac-leo.svg b/mkdocs-material/material/templates/.icons/material/zodiac-leo.svg new file mode 100644 index 0000000..38e0571 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/zodiac-leo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 17a3 3 0 0 1-3 3 3.163 3.163 0 0 1-3-3c.16-1.61.5-3.2 1-4.74.54-1.71.87-3.47 1-5.26a5.136 5.136 0 0 0-5-5 5.136 5.136 0 0 0-5 5c.15 1.53.5 3.03 1 4.5l.21.7c-2.11-.67-4.35.5-5.02 2.6-.69 2.11.49 4.36 2.6 5.03s4.35-.5 5.02-2.61c.13-.39.19-.81.19-1.22-.16-1.73-.5-3.44-1.09-5.08A18.8 18.8 0 0 1 8 7a3.163 3.163 0 0 1 3-3c1.62.08 2.92 1.38 3 3a22.6 22.6 0 0 1-1 4.74c-.54 1.71-.87 3.47-1 5.26a5.136 5.136 0 0 0 5 5 5 5 0 0 0 5-5zM6 18a2 2 0 0 1-2-2 2 2 0 0 1 2-2 2 2 0 0 1 2 2 2 2 0 0 1-2 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/zodiac-libra.svg b/mkdocs-material/material/templates/.icons/material/zodiac-libra.svg new file mode 100644 index 0000000..fb6f377 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/zodiac-libra.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 16v2h-7v-2.09c3-.55 4.96-3.41 4.41-6.41S14 4.54 11 5.09C8 5.65 6.04 8.5 6.59 11.5c.41 2.24 2.17 4 4.41 4.41V18H4v-2h2.92a7.43 7.43 0 0 1-2.42-5.5A7.5 7.5 0 0 1 12 3a7.5 7.5 0 0 1 7.5 7.5c0 2.09-.87 4.09-2.42 5.5zm0 3H4v2h16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/zodiac-pisces.svg b/mkdocs-material/material/templates/.icons/material/zodiac-pisces.svg new file mode 100644 index 0000000..08a8f01 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/zodiac-pisces.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11h-2c.11-2.81.73-5.58 1.81-8.18L18 2.06A26 26 0 0 0 16 11H8c-.13-3.08-.81-6.1-2-8.94l-1.86.76C5.24 5.41 5.87 8.18 6 11H4v2h2a23.8 23.8 0 0 1-1.81 8.18l1.81.76C7.19 19.1 7.87 16.08 8 13h8c.13 3.08.81 6.1 2 8.94l1.86-.76c-1.1-2.59-1.73-5.36-1.86-8.18h2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/zodiac-sagittarius.svg b/mkdocs-material/material/templates/.icons/material/zodiac-sagittarius.svg new file mode 100644 index 0000000..ef18512 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/zodiac-sagittarius.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 2v10h-2V5.41L10.41 15l2.3 2.29-1.42 1.42L9 16.41l-5.29 5.3-1.42-1.42L7.59 15l-2.3-2.29 1.42-1.42L9 13.59 18.59 4H12V2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/zodiac-scorpio.svg b/mkdocs-material/material/templates/.icons/material/zodiac-scorpio.svg new file mode 100644 index 0000000..bf10a32 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/zodiac-scorpio.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17.71 15.29-1.42 1.42 1.3 1.29H16a2 2 0 0 1-2-2V6a3 3 0 0 0-3-3c-.75 0-1.45.29-2 .78a2.997 2.997 0 0 0-4 0C4.45 3.28 3.74 3 3 3v2a1 1 0 0 1 1 1v10h2V6a1 1 0 0 1 1-1 1 1 0 0 1 1 1v10h2V6a1 1 0 0 1 1-1 1 1 0 0 1 1 1v10a4 4 0 0 0 4 4h1.59l-1.3 1.29 1.42 1.42 3.7-3.71z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/zodiac-taurus.svg b/mkdocs-material/material/templates/.icons/material/zodiac-taurus.svg new file mode 100644 index 0000000..4f33c3e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/zodiac-taurus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.59 9A7 7 0 0 0 19 3h-2a5 5 0 0 1-5 5 5 5 0 0 1-5-5H5c0 2.46 1.3 4.74 3.41 6C5.09 11 4 15.28 6 18.6c1.97 3.32 6.27 4.4 9.59 2.4 3.32-1.96 4.41-6.26 2.41-9.58A6.9 6.9 0 0 0 15.59 9M12 20a5 5 0 0 1-5-5 5 5 0 0 1 5-5 5 5 0 0 1 5 5 5 5 0 0 1-5 5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/material/zodiac-virgo.svg b/mkdocs-material/material/templates/.icons/material/zodiac-virgo.svg new file mode 100644 index 0000000..4ec88d1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/material/zodiac-virgo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.5 19.13C20 17.77 20 15.18 20 14a4 4 0 0 0-4-4c-.7 0-1.4.2-2 .56V6a3 3 0 0 0-3-3c-.75 0-1.45.29-2 .78a2.997 2.997 0 0 0-4 0C4.45 3.28 3.74 3 3 3v2a1 1 0 0 1 1 1v10h2V6a1 1 0 0 1 1-1 1 1 0 0 1 1 1v10h2V6a1 1 0 0 1 1-1 1 1 0 0 1 1 1v8c0 1.18 0 3.77 1.5 5.13-.78.41-1.62.71-2.5.87v2c1.29 0 3.84-1.26 5-1.87 1.16.61 3.71 1.87 5 1.87v-2c-.88-.16-1.72-.46-2.5-.87M16 12a2 2 0 0 1 2 2c0 2.92-.54 4-2 4s-2-1.08-2-4a2 2 0 0 1 2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/LICENSE b/mkdocs-material/material/templates/.icons/octicons/LICENSE new file mode 100644 index 0000000..7533bc7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 GitHub Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/mkdocs-material/material/templates/.icons/octicons/accessibility-16.svg b/mkdocs-material/material/templates/.icons/octicons/accessibility-16.svg new file mode 100644 index 0000000..f8b98fb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/accessibility-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M9.923 5.302q.094.095.178.198H14A.75.75 0 0 1 14 7h-3.3l.578 5.163.362 2.997a.75.75 0 0 1-1.49.18L9.868 13H6.132l-.282 2.34a.75.75 0 0 1-1.49-.18l.362-2.997L5.3 7H2a.75.75 0 0 1 0-1.5h3.9a3 3 0 0 1 .176-.198 3 3 0 1 1 3.847 0M9.2 7.073za1.206 1.206 0 0 0-2.398 0L6.305 11.5h3.39ZM9.5 3a1.5 1.5 0 1 0-3.001.001A1.5 1.5 0 0 0 9.5 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/accessibility-24.svg b/mkdocs-material/material/templates/.icons/octicons/accessibility-24.svg new file mode 100644 index 0000000..ca6fbed --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/accessibility-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.974 8.114a3.573 3.573 0 1 0-3.947 0c-.302.21-.57.467-.79.762H3.708a.75.75 0 1 0 0 1.5h4.885a3 3 0 0 0-.026.188l-.814 7.267-.499 4.142a.75.75 0 1 0 1.49.18l.42-3.486h5.67l.42 3.485a.75.75 0 0 0 1.49-.18l-.5-4.142-.813-7.266a4 4 0 0 0-.026-.188h4.885a.75.75 0 1 0 0-1.5h-5.527a3.5 3.5 0 0 0-.79-.762Zm.099-2.979a2.073 2.073 0 1 1-4.146 0 2.073 2.073 0 0 1 4.146 0m-.131 5.596.72 6.436H9.338l.72-6.436a1.954 1.954 0 0 1 3.884 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/accessibility-inset-16.svg b/mkdocs-material/material/templates/.icons/octicons/accessibility-inset-16.svg new file mode 100644 index 0000000..b263cc6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/accessibility-inset-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M3.75 6a.75.75 0 0 0 0 1.5h2.409a2 2 0 0 0-.025.151l-.307 2.508-.323 3.011a.75.75 0 0 0 1.492.16l.25-2.33h1.509l.25 2.33a.748.748 0 0 0 1.199.552.75.75 0 0 0 .291-.712l-.32-3-.309-2.519a2 2 0 0 0-.025-.151h2.409a.75.75 0 0 0 0-1.5zM8 6a2 2 0 1 0 .001-3.999A2 2 0 0 0 8 6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/accessibility-inset-24.svg b/mkdocs-material/material/templates/.icons/octicons/accessibility-inset-24.svg new file mode 100644 index 0000000..d13d785 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/accessibility-inset-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0m2.5 6.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0M12 9h6.375a.75.75 0 0 1 0 1.5h-4.028l.542 4.42.482 4.5a.75.75 0 1 1-1.492.16l-.41-3.83H10.53l-.41 3.83a.75.75 0 1 1-1.492-.16l.484-4.511.54-4.409H5.625a.75.75 0 0 1 0-1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/ai-model-16.svg b/mkdocs-material/material/templates/.icons/octicons/ai-model-16.svg new file mode 100644 index 0000000..2733378 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/ai-model-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M10.628 7.25a2.25 2.25 0 1 1 0 1.5H8.622a2.25 2.25 0 0 1-2.513 1.466L5.03 12.124a2.25 2.25 0 1 1-1.262-.814l1.035-1.832A2.25 2.25 0 0 1 4.25 8c0-.566.209-1.082.553-1.478L3.768 4.69a2.25 2.25 0 1 1 1.262-.814l1.079 1.908A2.25 2.25 0 0 1 8.622 7.25ZM2.5 2.5a.75.75 0 1 0 1.5 0 .75.75 0 0 0-1.5 0m4 4.75a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m6.25 0a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m-9.5 5.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/ai-model-24.svg b/mkdocs-material/material/templates/.icons/octicons/ai-model-24.svg new file mode 100644 index 0000000..17a5059 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/ai-model-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.375 8.5a3.25 3.25 0 1 1-3.163 4h-3a3.252 3.252 0 0 1-4.443 2.509L7.214 17.76a3.25 3.25 0 1 1-1.342-.674l1.672-2.957A3.24 3.24 0 0 1 6.75 12c0-.907.371-1.727.97-2.316L6.117 6.846A3.253 3.253 0 0 1 1.875 3.75a3.25 3.25 0 1 1 5.526 2.32l1.603 2.836A3.25 3.25 0 0 1 13.093 11h3.119a3.25 3.25 0 0 1 3.163-2.5M10 10.25a1.75 1.75 0 1 0-.001 3.499A1.75 1.75 0 0 0 10 10.25M5.125 2a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5m12.5 9.75a1.75 1.75 0 1 0 3.5 0 1.75 1.75 0 0 0-3.5 0m-14.25 8.5a1.75 1.75 0 1 0 3.501-.001 1.75 1.75 0 0 0-3.501.001"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/alert-16.svg b/mkdocs-material/material/templates/.icons/octicons/alert-16.svg new file mode 100644 index 0000000..0969a49 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/alert-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0M9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/alert-24.svg b/mkdocs-material/material/templates/.icons/octicons/alert-24.svg new file mode 100644 index 0000000..0bc42e4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/alert-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 17.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0m-.25-8.25a.75.75 0 0 0-1.5 0v4.5a.75.75 0 0 0 1.5 0z"/><path d="M9.836 3.244c.963-1.665 3.365-1.665 4.328 0l8.967 15.504c.963 1.667-.24 3.752-2.165 3.752H3.034c-1.926 0-3.128-2.085-2.165-3.752Zm3.03.751a1.002 1.002 0 0 0-1.732 0L2.168 19.499A1.002 1.002 0 0 0 3.034 21h17.932a1.002 1.002 0 0 0 .866-1.5L12.866 3.994Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/alert-fill-12.svg b/mkdocs-material/material/templates/.icons/octicons/alert-fill-12.svg new file mode 100644 index 0000000..ccf3e9d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/alert-fill-12.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M4.855.708c.5-.896 1.79-.896 2.29 0l4.675 8.351a1.312 1.312 0 0 1-1.146 1.954H1.33A1.313 1.313 0 0 1 .183 9.058ZM7 7V3H5v4Zm-1 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/alert-fill-16.svg b/mkdocs-material/material/templates/.icons/octicons/alert-fill-16.svg new file mode 100644 index 0000000..adadbf9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/alert-fill-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575ZM8 5a.75.75 0 0 0-.75.75v2.5a.75.75 0 0 0 1.5 0v-2.5A.75.75 0 0 0 8 5m1 6a1 1 0 1 0-2 0 1 1 0 0 0 2 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/alert-fill-24.svg b/mkdocs-material/material/templates/.icons/octicons/alert-fill-24.svg new file mode 100644 index 0000000..125804c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/alert-fill-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.836 3.244c.963-1.665 3.365-1.665 4.328 0l8.967 15.504c.963 1.667-.24 3.752-2.165 3.752H3.034c-1.926 0-3.128-2.085-2.165-3.752ZM12 8.5a.75.75 0 0 0-.75.75v4.5a.75.75 0 0 0 1.5 0v-4.5A.75.75 0 0 0 12 8.5m1 9a1 1 0 1 0-2 0 1 1 0 0 0 2 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/apps-16.svg b/mkdocs-material/material/templates/.icons/octicons/apps-16.svg new file mode 100644 index 0000000..7132cee --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/apps-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M1.5 3.25c0-.966.784-1.75 1.75-1.75h2.5c.966 0 1.75.784 1.75 1.75v2.5A1.75 1.75 0 0 1 5.75 7.5h-2.5A1.75 1.75 0 0 1 1.5 5.75Zm7 0c0-.966.784-1.75 1.75-1.75h2.5c.966 0 1.75.784 1.75 1.75v2.5a1.75 1.75 0 0 1-1.75 1.75h-2.5A1.75 1.75 0 0 1 8.5 5.75Zm-7 7c0-.966.784-1.75 1.75-1.75h2.5c.966 0 1.75.784 1.75 1.75v2.5a1.75 1.75 0 0 1-1.75 1.75h-2.5a1.75 1.75 0 0 1-1.75-1.75Zm7 0c0-.966.784-1.75 1.75-1.75h2.5c.966 0 1.75.784 1.75 1.75v2.5a1.75 1.75 0 0 1-1.75 1.75h-2.5a1.75 1.75 0 0 1-1.75-1.75ZM3.25 3a.25.25 0 0 0-.25.25v2.5c0 .138.112.25.25.25h2.5A.25.25 0 0 0 6 5.75v-2.5A.25.25 0 0 0 5.75 3Zm7 0a.25.25 0 0 0-.25.25v2.5c0 .138.112.25.25.25h2.5a.25.25 0 0 0 .25-.25v-2.5a.25.25 0 0 0-.25-.25Zm-7 7a.25.25 0 0 0-.25.25v2.5c0 .138.112.25.25.25h2.5a.25.25 0 0 0 .25-.25v-2.5a.25.25 0 0 0-.25-.25Zm7 0a.25.25 0 0 0-.25.25v2.5c0 .138.112.25.25.25h2.5a.25.25 0 0 0 .25-.25v-2.5a.25.25 0 0 0-.25-.25Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/apps-24.svg b/mkdocs-material/material/templates/.icons/octicons/apps-24.svg new file mode 100644 index 0000000..f77dea4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/apps-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.5 2.75A2.75 2.75 0 0 0 2.75 5.5v3a2.75 2.75 0 0 0 2.75 2.75h3a2.75 2.75 0 0 0 2.75-2.75v-3A2.75 2.75 0 0 0 8.5 2.75zM4.25 5.5c0-.69.56-1.25 1.25-1.25h3c.69 0 1.25.56 1.25 1.25v3c0 .69-.56 1.25-1.25 1.25h-3c-.69 0-1.25-.56-1.25-1.25zm1.25 7.25a2.75 2.75 0 0 0-2.75 2.75v3a2.75 2.75 0 0 0 2.75 2.75h3a2.75 2.75 0 0 0 2.75-2.75v-3a2.75 2.75 0 0 0-2.75-2.75zM4.25 15.5c0-.69.56-1.25 1.25-1.25h3c.69 0 1.25.56 1.25 1.25v3c0 .69-.56 1.25-1.25 1.25h-3c-.69 0-1.25-.56-1.25-1.25zm8.5-10a2.75 2.75 0 0 1 2.75-2.75h3a2.75 2.75 0 0 1 2.75 2.75v3a2.75 2.75 0 0 1-2.75 2.75h-3a2.75 2.75 0 0 1-2.75-2.75zm2.75-1.25c-.69 0-1.25.56-1.25 1.25v3c0 .69.56 1.25 1.25 1.25h3c.69 0 1.25-.56 1.25-1.25v-3c0-.69-.56-1.25-1.25-1.25zm0 8.5a2.75 2.75 0 0 0-2.75 2.75v3a2.75 2.75 0 0 0 2.75 2.75h3a2.75 2.75 0 0 0 2.75-2.75v-3a2.75 2.75 0 0 0-2.75-2.75zm-1.25 2.75c0-.69.56-1.25 1.25-1.25h3c.69 0 1.25.56 1.25 1.25v3c0 .69-.56 1.25-1.25 1.25h-3c-.69 0-1.25-.56-1.25-1.25z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/archive-16.svg b/mkdocs-material/material/templates/.icons/octicons/archive-16.svg new file mode 100644 index 0000000..ac35f2d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/archive-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M0 2.75C0 1.784.784 1 1.75 1h12.5c.966 0 1.75.784 1.75 1.75v1.5A1.75 1.75 0 0 1 14.25 6H1.75A1.75 1.75 0 0 1 0 4.25ZM1.75 7a.75.75 0 0 1 .75.75v5.5c0 .138.112.25.25.25h10.5a.25.25 0 0 0 .25-.25v-5.5a.75.75 0 0 1 1.5 0v5.5A1.75 1.75 0 0 1 13.25 15H2.75A1.75 1.75 0 0 1 1 13.25v-5.5A.75.75 0 0 1 1.75 7m0-4.5a.25.25 0 0 0-.25.25v1.5c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25v-1.5a.25.25 0 0 0-.25-.25ZM6.25 8h3.5a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1 0-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/archive-24.svg b/mkdocs-material/material/templates/.icons/octicons/archive-24.svg new file mode 100644 index 0000000..d3e28d4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/archive-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.75 2h18.5c.966 0 1.75.784 1.75 1.75v3.5A1.75 1.75 0 0 1 21.25 9H2.75A1.75 1.75 0 0 1 1 7.25v-3.5C1 2.784 1.784 2 2.75 2m18.5 1.5H2.75a.25.25 0 0 0-.25.25v3.5c0 .138.112.25.25.25h18.5a.25.25 0 0 0 .25-.25v-3.5a.25.25 0 0 0-.25-.25M2.75 10a.75.75 0 0 1 .75.75v9.5c0 .138.112.25.25.25h16.5a.25.25 0 0 0 .25-.25v-9.5a.75.75 0 0 1 1.5 0v9.5A1.75 1.75 0 0 1 20.25 22H3.75A1.75 1.75 0 0 1 2 20.25v-9.5a.75.75 0 0 1 .75-.75"/><path d="M9.75 11.5a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/arrow-both-16.svg b/mkdocs-material/material/templates/.icons/octicons/arrow-both-16.svg new file mode 100644 index 0000000..fe32f4e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/arrow-both-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M3.72 3.72a.75.75 0 0 1 1.042.018.75.75 0 0 1 .018 1.042L2.56 7h10.88l-2.22-2.22a.75.75 0 0 1 .018-1.042.75.75 0 0 1 1.042-.018l3.5 3.5a.75.75 0 0 1 0 1.06l-3.5 3.5a.749.749 0 0 1-1.275-.326.75.75 0 0 1 .215-.734l2.22-2.22H2.56l2.22 2.22a.749.749 0 0 1-.326 1.275.75.75 0 0 1-.734-.215l-3.5-3.5a.75.75 0 0 1 0-1.06Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/arrow-both-24.svg b/mkdocs-material/material/templates/.icons/octicons/arrow-both-24.svg new file mode 100644 index 0000000..e40c873 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/arrow-both-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.78 5.97a.75.75 0 0 0-1.06 0l-5.25 5.25a.75.75 0 0 0 0 1.06l5.25 5.25a.75.75 0 0 0 1.06-1.06L3.81 12.5h16.38l-3.97 3.97a.75.75 0 1 0 1.06 1.06l5.25-5.25a.75.75 0 0 0 0-1.06l-5.25-5.25a.75.75 0 1 0-1.06 1.06L20.19 11H3.81l3.97-3.97a.75.75 0 0 0 0-1.06"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/arrow-down-16.svg b/mkdocs-material/material/templates/.icons/octicons/arrow-down-16.svg new file mode 100644 index 0000000..c834910 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/arrow-down-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M13.03 8.22a.75.75 0 0 1 0 1.06l-4.25 4.25a.75.75 0 0 1-1.06 0L3.47 9.28a.75.75 0 0 1 .018-1.042.75.75 0 0 1 1.042-.018l2.97 2.97V3.75a.75.75 0 0 1 1.5 0v7.44l2.97-2.97a.75.75 0 0 1 1.06 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/arrow-down-24.svg b/mkdocs-material/material/templates/.icons/octicons/arrow-down-24.svg new file mode 100644 index 0000000..3baa116 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/arrow-down-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.97 13.22a.75.75 0 0 1 1.06 0L11 18.19V3.75a.75.75 0 0 1 1.5 0v14.44l4.97-4.97a.749.749 0 0 1 1.275.326.75.75 0 0 1-.215.734l-6.25 6.25a.75.75 0 0 1-1.06 0l-6.25-6.25a.75.75 0 0 1 0-1.06"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/arrow-down-left-16.svg b/mkdocs-material/material/templates/.icons/octicons/arrow-down-left-16.svg new file mode 100644 index 0000000..7faab66 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/arrow-down-left-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M11.78 4.22a.75.75 0 0 1 0 1.06l-5.26 5.26h4.2a.75.75 0 0 1 0 1.5H4.71a.75.75 0 0 1-.75-.75V5.28a.75.75 0 0 1 1.5 0v4.2l5.26-5.26a.75.75 0 0 1 1.06 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/arrow-down-left-24.svg b/mkdocs-material/material/templates/.icons/octicons/arrow-down-left-24.svg new file mode 100644 index 0000000..15dd1e5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/arrow-down-left-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.75 8.5a.75.75 0 0 1 .75.75v7.19L16.72 6.22a.75.75 0 0 1 1.042.018.75.75 0 0 1 .018 1.042L7.56 17.5h7.19a.75.75 0 0 1 0 1.5h-9a.75.75 0 0 1-.75-.75v-9a.75.75 0 0 1 .75-.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/arrow-down-right-16.svg b/mkdocs-material/material/templates/.icons/octicons/arrow-down-right-16.svg new file mode 100644 index 0000000..b85b72f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/arrow-down-right-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M4.22 4.179a.75.75 0 0 1 1.06 0l5.26 5.26v-4.2a.75.75 0 0 1 1.5 0v6.01a.75.75 0 0 1-.75.75H5.28a.75.75 0 0 1 0-1.5h4.2L4.22 5.24a.75.75 0 0 1 0-1.06Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/arrow-down-right-24.svg b/mkdocs-material/material/templates/.icons/octicons/arrow-down-right-24.svg new file mode 100644 index 0000000..5d6f617 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/arrow-down-right-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.25 8.5a.75.75 0 0 1 .75.75v9a.75.75 0 0 1-.75.75h-9a.75.75 0 0 1 0-1.5h7.19L6.22 7.28a.75.75 0 0 1 .018-1.042.75.75 0 0 1 1.042-.018L17.5 16.44V9.25a.75.75 0 0 1 .75-.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/arrow-left-16.svg b/mkdocs-material/material/templates/.icons/octicons/arrow-left-16.svg new file mode 100644 index 0000000..e922b28 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/arrow-left-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M7.78 12.53a.75.75 0 0 1-1.06 0L2.47 8.28a.75.75 0 0 1 0-1.06l4.25-4.25a.75.75 0 0 1 1.042.018.75.75 0 0 1 .018 1.042L4.81 7h7.44a.75.75 0 0 1 0 1.5H4.81l2.97 2.97a.75.75 0 0 1 0 1.06"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/arrow-left-24.svg b/mkdocs-material/material/templates/.icons/octicons/arrow-left-24.svg new file mode 100644 index 0000000..d6b3d23 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/arrow-left-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.78 19.03a.75.75 0 0 1-1.06 0l-6.25-6.25a.75.75 0 0 1 0-1.06l6.25-6.25a.749.749 0 0 1 1.275.326.75.75 0 0 1-.215.734L5.81 11.5h14.44a.75.75 0 0 1 0 1.5H5.81l4.97 4.97a.75.75 0 0 1 0 1.06"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/arrow-right-16.svg b/mkdocs-material/material/templates/.icons/octicons/arrow-right-16.svg new file mode 100644 index 0000000..6579356 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/arrow-right-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8.22 2.97a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.75.75 0 0 1-1.042-.018.75.75 0 0 1-.018-1.042l2.97-2.97H3.75a.75.75 0 0 1 0-1.5h7.44L8.22 4.03a.75.75 0 0 1 0-1.06"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/arrow-right-24.svg b/mkdocs-material/material/templates/.icons/octicons/arrow-right-24.svg new file mode 100644 index 0000000..c2a0141 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/arrow-right-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.22 19.03a.75.75 0 0 1 0-1.06L18.19 13H3.75a.75.75 0 0 1 0-1.5h14.44l-4.97-4.97a.749.749 0 0 1 .326-1.275.75.75 0 0 1 .734.215l6.25 6.25a.75.75 0 0 1 0 1.06l-6.25 6.25a.75.75 0 0 1-1.06 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/arrow-switch-16.svg b/mkdocs-material/material/templates/.icons/octicons/arrow-switch-16.svg new file mode 100644 index 0000000..1a2320d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/arrow-switch-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M5.22 14.78a.75.75 0 0 0 1.06-1.06L4.56 12h8.69a.75.75 0 0 0 0-1.5H4.56l1.72-1.72a.75.75 0 0 0-1.06-1.06l-3 3a.75.75 0 0 0 0 1.06zm5.56-6.5a.75.75 0 1 1-1.06-1.06l1.72-1.72H2.75a.75.75 0 0 1 0-1.5h8.69L9.72 2.28a.75.75 0 0 1 1.06-1.06l3 3a.75.75 0 0 1 0 1.06z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/arrow-switch-24.svg b/mkdocs-material/material/templates/.icons/octicons/arrow-switch-24.svg new file mode 100644 index 0000000..91f73ce --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/arrow-switch-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.72 21.78a.75.75 0 0 0 1.06-1.06L5.56 17.5h14.69a.75.75 0 0 0 0-1.5H5.56l3.22-3.22a.75.75 0 1 0-1.06-1.06l-4.5 4.5a.75.75 0 0 0 0 1.06zm8.56-9.5a.75.75 0 1 1-1.06-1.06L18.44 8H3.75a.75.75 0 0 1 0-1.5h14.69l-3.22-3.22a.75.75 0 0 1 1.06-1.06l4.5 4.5a.75.75 0 0 1 0 1.06z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/arrow-up-16.svg b/mkdocs-material/material/templates/.icons/octicons/arrow-up-16.svg new file mode 100644 index 0000000..e244ef7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/arrow-up-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M3.47 7.78a.75.75 0 0 1 0-1.06l4.25-4.25a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 0 1-.018 1.042.75.75 0 0 1-1.042.018L9 4.81v7.44a.75.75 0 0 1-1.5 0V4.81L4.53 7.78a.75.75 0 0 1-1.06 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/arrow-up-24.svg b/mkdocs-material/material/templates/.icons/octicons/arrow-up-24.svg new file mode 100644 index 0000000..5242080 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/arrow-up-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.655 10.405a.75.75 0 0 1-1.06 0l-4.97-4.97v14.44a.75.75 0 0 1-1.5 0V5.435l-4.97 4.97a.749.749 0 0 1-1.275-.326.75.75 0 0 1 .215-.734l6.25-6.25a.75.75 0 0 1 1.06 0l6.25 6.25a.75.75 0 0 1 0 1.06"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/arrow-up-left-16.svg b/mkdocs-material/material/templates/.icons/octicons/arrow-up-left-16.svg new file mode 100644 index 0000000..3e5d469 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/arrow-up-left-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M3.96 4.75A.75.75 0 0 1 4.71 4h6.01a.75.75 0 0 1 0 1.5h-4.2l5.26 5.26a.75.75 0 0 1-1.06 1.061l-5.26-5.26v4.2a.75.75 0 0 1-1.5 0Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/arrow-up-left-24.svg b/mkdocs-material/material/templates/.icons/octicons/arrow-up-left-24.svg new file mode 100644 index 0000000..20e03b8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/arrow-up-left-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.75 15.5a.75.75 0 0 1-.75-.75v-9A.75.75 0 0 1 5.75 5h9a.75.75 0 0 1 0 1.5H7.56l10.22 10.22a.749.749 0 0 1-.326 1.275.75.75 0 0 1-.734-.215L6.5 7.56v7.19a.75.75 0 0 1-.75.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/arrow-up-right-16.svg b/mkdocs-material/material/templates/.icons/octicons/arrow-up-right-16.svg new file mode 100644 index 0000000..d4382a1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/arrow-up-right-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M4.53 4.75A.75.75 0 0 1 5.28 4h6.01a.75.75 0 0 1 .75.75v6.01a.75.75 0 0 1-1.5 0v-4.2l-5.26 5.261a.749.749 0 0 1-1.275-.326.75.75 0 0 1 .215-.734L9.48 5.5h-4.2a.75.75 0 0 1-.75-.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/arrow-up-right-24.svg b/mkdocs-material/material/templates/.icons/octicons/arrow-up-right-24.svg new file mode 100644 index 0000000..3819054 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/arrow-up-right-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.25 15.5a.75.75 0 0 1-.75-.75V7.56L7.28 17.78a.749.749 0 0 1-1.275-.326.75.75 0 0 1 .215-.734L16.44 6.5H9.25a.75.75 0 0 1 0-1.5h9a.75.75 0 0 1 .75.75v9a.75.75 0 0 1-.75.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/beaker-16.svg b/mkdocs-material/material/templates/.icons/octicons/beaker-16.svg new file mode 100644 index 0000000..e6c9c64 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/beaker-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M5 5.782V2.5h-.25a.75.75 0 0 1 0-1.5h6.5a.75.75 0 0 1 0 1.5H11v3.282l3.666 5.76C15.619 13.04 14.543 15 12.767 15H3.233c-1.776 0-2.852-1.96-1.899-3.458Zm-2.4 6.565a.75.75 0 0 0 .633 1.153h9.534a.75.75 0 0 0 .633-1.153L12.225 10.5h-8.45ZM9.5 2.5h-3V6c0 .143-.04.283-.117.403L4.73 9h6.54L9.617 6.403A.75.75 0 0 1 9.5 6Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/beaker-24.svg b/mkdocs-material/material/templates/.icons/octicons/beaker-24.svg new file mode 100644 index 0000000..65b71f1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/beaker-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 8.807V3.5h-.563a.75.75 0 0 1 0-1.5h9.125a.75.75 0 0 1 0 1.5H16v5.307l5.125 9.301c.964 1.75-.302 3.892-2.299 3.892H5.174c-1.998 0-3.263-2.142-2.3-3.892ZM4.189 18.832a1.123 1.123 0 0 0 .985 1.668h13.652a1.123 1.123 0 0 0 .985-1.668L17.7 15H6.3ZM14.5 3.5h-5V9a.75.75 0 0 1-.093.362L7.127 13.5h9.746l-2.28-4.138A.75.75 0 0 1 14.5 9Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/bell-16.svg b/mkdocs-material/material/templates/.icons/octicons/bell-16.svg new file mode 100644 index 0000000..72bf0e3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/bell-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8 16a2 2 0 0 0 1.985-1.75c.017-.137-.097-.25-.235-.25h-3.5c-.138 0-.252.113-.235.25A2 2 0 0 0 8 16M3 5a5 5 0 0 1 10 0v2.947q0 .076.042.139l1.703 2.555A1.519 1.519 0 0 1 13.482 13H2.518a1.516 1.516 0 0 1-1.263-2.36l1.703-2.554A.26.26 0 0 0 3 7.947Zm5-3.5A3.5 3.5 0 0 0 4.5 5v2.947c0 .346-.102.683-.294.97l-1.703 2.556-.003.01.001.006q0 .003.004.006l.006.004.007.001h10.964l.007-.001.006-.004.004-.006.001-.007-.003-.01-1.703-2.554a1.75 1.75 0 0 1-.294-.97V5A3.5 3.5 0 0 0 8 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/bell-24.svg b/mkdocs-material/material/templates/.icons/octicons/bell-24.svg new file mode 100644 index 0000000..a30ed12 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/bell-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1c3.681 0 7 2.565 7 6v4.539c0 .642.189 1.269.545 1.803l2.2 3.298A1.517 1.517 0 0 1 20.482 19H15.5a3.5 3.5 0 1 1-7 0H3.519a1.518 1.518 0 0 1-1.265-2.359l2.2-3.299A3.25 3.25 0 0 0 5 11.539V7c0-3.435 3.318-6 7-6M6.5 7v4.539a4.75 4.75 0 0 1-.797 2.635l-2.2 3.298-.003.01.001.007.004.006.006.004.007.001h16.964l.007-.001.006-.004.004-.006.001-.006-.003-.01-2.199-3.299a4.75 4.75 0 0 1-.798-2.635V7c0-2.364-2.383-4.5-5.5-4.5S6.5 4.636 6.5 7M14 19h-4a2 2 0 1 0 4 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/bell-fill-16.svg b/mkdocs-material/material/templates/.icons/octicons/bell-fill-16.svg new file mode 100644 index 0000000..07b9196 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/bell-fill-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8 16c.9 0 1.7-.6 1.9-1.5.1-.3-.1-.5-.4-.5h-3c-.3 0-.5.2-.4.5.2.9 1 1.5 1.9 1.5M3 5c0-2.8 2.2-5 5-5s5 2.2 5 5v3l1.7 2.6c.2.2.3.5.3.8 0 .8-.7 1.5-1.5 1.5h-11c-.8.1-1.5-.6-1.5-1.4 0-.3.1-.6.3-.8L3 8.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/bell-fill-24.svg b/mkdocs-material/material/templates/.icons/octicons/bell-fill-24.svg new file mode 100644 index 0000000..e914b8f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/bell-fill-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 8a6 6 0 1 1 12 0v2.917c0 .703.228 1.387.65 1.95L20.7 15.6a1.5 1.5 0 0 1-1.2 2.4h-15a1.5 1.5 0 0 1-1.2-2.4l2.05-2.733a3.25 3.25 0 0 0 .65-1.95Zm6 13.5A3.5 3.5 0 0 1 8.645 19h6.71A3.5 3.5 0 0 1 12 21.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/bell-slash-16.svg b/mkdocs-material/material/templates/.icons/octicons/bell-slash-16.svg new file mode 100644 index 0000000..f393a65 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/bell-slash-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="m4.182 4.31.016.011 10.104 7.316.013.01 1.375.996a.75.75 0 1 1-.88 1.214L13.626 13H2.518a1.516 1.516 0 0 1-1.263-2.36l1.703-2.554A.26.26 0 0 0 3 7.947V5.305L.31 3.357a.75.75 0 1 1 .88-1.214Zm7.373 7.19L4.5 6.391v1.556c0 .346-.102.683-.294.97l-1.703 2.556-.003.01q0 .008.005.012l.006.004.007.001ZM8 1.5c-.997 0-1.895.416-2.534 1.086A.75.75 0 1 1 4.38 1.55 5 5 0 0 1 13 5v2.373a.75.75 0 0 1-1.5 0V5A3.5 3.5 0 0 0 8 1.5M8 16a2 2 0 0 1-1.985-1.75c-.017-.137.097-.25.235-.25h3.5c.138 0 .252.113.235.25A2 2 0 0 1 8 16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/bell-slash-24.svg b/mkdocs-material/material/templates/.icons/octicons/bell-slash-24.svg new file mode 100644 index 0000000..5cc9f84 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/bell-slash-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.22 1.22a.75.75 0 0 1 1.06 0l20.5 20.5a.749.749 0 0 1-.326 1.275.75.75 0 0 1-.734-.215L17.94 19H15.5a3.5 3.5 0 1 1-7 0H3.518a1.516 1.516 0 0 1-1.263-2.36l2.2-3.298A3.25 3.25 0 0 0 5 11.539V7q0-.441.073-.866L1.22 2.28a.75.75 0 0 1 0-1.06M6.5 7.56h-.001v3.979a4.75 4.75 0 0 1-.797 2.635l-2.2 3.298-.003.01.001.007.004.006.006.004.007.001H16.44ZM10 19a2 2 0 1 0 4 0Zm2-16.5c-1.463 0-2.8.485-3.788 1.257l-.04.032a.75.75 0 1 1-.935-1.173l.05-.04C8.548 1.59 10.212 1 12 1c3.681 0 7 2.565 7 6v4.539c0 .642.19 1.269.546 1.803l1.328 1.992a.75.75 0 1 1-1.248.832l-1.328-1.992a4.75 4.75 0 0 1-.798-2.635V7c0-2.364-2.383-4.5-5.5-4.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/blocked-16.svg b/mkdocs-material/material/templates/.icons/octicons/blocked-16.svg new file mode 100644 index 0000000..11e78f1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/blocked-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M4.467.22a.75.75 0 0 1 .53-.22h6.006c.199 0 .389.079.53.22l4.247 4.247c.141.14.22.331.22.53v6.006a.75.75 0 0 1-.22.53l-4.247 4.247a.75.75 0 0 1-.53.22H4.997a.75.75 0 0 1-.53-.22L.22 11.533a.75.75 0 0 1-.22-.53V4.997c0-.199.079-.389.22-.53Zm.84 1.28L1.5 5.308v5.384L5.308 14.5h5.384l3.808-3.808V5.308L10.692 1.5ZM4 7.75A.75.75 0 0 1 4.75 7h6.5a.75.75 0 0 1 0 1.5h-6.5A.75.75 0 0 1 4 7.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/blocked-24.svg b/mkdocs-material/material/templates/.icons/octicons/blocked-24.svg new file mode 100644 index 0000000..d15f86a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/blocked-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.638 2.22a.75.75 0 0 1 .53-.22h7.664c.199 0 .389.079.53.22l5.418 5.418c.141.14.22.332.22.53v7.664a.75.75 0 0 1-.22.53l-5.418 5.418a.75.75 0 0 1-.53.22H8.168a.75.75 0 0 1-.53-.22l-5.42-5.418a.75.75 0 0 1-.219-.53V8.168c0-.199.079-.389.22-.53l5.418-5.42ZM8.48 3.5 3.5 8.48v7.04l4.98 4.98h7.04l4.98-4.98V8.48L15.52 3.5ZM7 11.75a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1-.75-.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/bold-16.svg b/mkdocs-material/material/templates/.icons/octicons/bold-16.svg new file mode 100644 index 0000000..d8f4db0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/bold-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M4 2h4.5a3.501 3.501 0 0 1 2.852 5.53A3.499 3.499 0 0 1 9.5 14H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1m1 7v3h4.5a1.5 1.5 0 0 0 0-3Zm3.5-2a1.5 1.5 0 0 0 0-3H5v3Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/bold-24.svg b/mkdocs-material/material/templates/.icons/octicons/bold-24.svg new file mode 100644 index 0000000..3cc1449 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/bold-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 4.75c0-.69.56-1.25 1.25-1.25h5a4.752 4.752 0 0 1 3.888 7.479A5 5 0 0 1 14 20.5H7.25c-.69 0-1.25-.56-1.25-1.25ZM8.5 13v5H14a2.5 2.5 0 1 0 0-5Zm0-2.5h3.751A2.25 2.25 0 0 0 12.25 6H8.5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/book-16.svg b/mkdocs-material/material/templates/.icons/octicons/book-16.svg new file mode 100644 index 0000000..8a16dab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/book-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M0 1.75A.75.75 0 0 1 .75 1h4.253c1.227 0 2.317.59 3 1.501A3.74 3.74 0 0 1 11.006 1h4.245a.75.75 0 0 1 .75.75v10.5a.75.75 0 0 1-.75.75h-4.507a2.25 2.25 0 0 0-1.591.659l-.622.621a.75.75 0 0 1-1.06 0l-.622-.621A2.25 2.25 0 0 0 5.258 13H.75a.75.75 0 0 1-.75-.75Zm7.251 10.324.004-5.073-.002-2.253A2.25 2.25 0 0 0 5.003 2.5H1.5v9h3.757a3.75 3.75 0 0 1 1.994.574M8.755 4.75l-.004 7.322a3.75 3.75 0 0 1 1.992-.572H14.5v-9h-3.495a2.25 2.25 0 0 0-2.25 2.25"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/book-24.svg b/mkdocs-material/material/templates/.icons/octicons/book-24.svg new file mode 100644 index 0000000..6d1648c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/book-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 3.75A.75.75 0 0 1 .75 3h7.497c1.566 0 2.945.8 3.751 2.014A4.5 4.5 0 0 1 15.75 3h7.5a.75.75 0 0 1 .75.75v15.063a.75.75 0 0 1-.755.75l-7.682-.052a3 3 0 0 0-2.142.878l-.89.891a.75.75 0 0 1-1.061 0l-.902-.901a3 3 0 0 0-2.121-.879H.75a.75.75 0 0 1-.75-.75Zm12.75 15.232a4.5 4.5 0 0 1 2.823-.971l6.927.047V4.5h-6.75a3 3 0 0 0-3 3ZM11.247 7.497a3 3 0 0 0-3-2.997H1.5V18h6.947c1.018 0 2.006.346 2.803.98Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/bookmark-16.svg b/mkdocs-material/material/templates/.icons/octicons/bookmark-16.svg new file mode 100644 index 0000000..9c1972f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/bookmark-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M3 2.75C3 1.784 3.784 1 4.75 1h6.5c.966 0 1.75.784 1.75 1.75v11.5a.75.75 0 0 1-1.227.579L8 11.722l-3.773 3.107A.751.751 0 0 1 3 14.25Zm1.75-.25a.25.25 0 0 0-.25.25v9.91l3.023-2.489a.75.75 0 0 1 .954 0l3.023 2.49V2.75a.25.25 0 0 0-.25-.25Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/bookmark-24.svg b/mkdocs-material/material/templates/.icons/octicons/bookmark-24.svg new file mode 100644 index 0000000..9fd091d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/bookmark-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3.75C5 2.784 5.784 2 6.75 2h10.5c.966 0 1.75.784 1.75 1.75v17.5a.75.75 0 0 1-1.218.586L12 17.21l-5.781 4.625A.75.75 0 0 1 5 21.25Zm1.75-.25a.25.25 0 0 0-.25.25v15.94l5.031-4.026a.75.75 0 0 1 .938 0L17.5 19.69V3.75a.25.25 0 0 0-.25-.25Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/bookmark-fill-24.svg b/mkdocs-material/material/templates/.icons/octicons/bookmark-fill-24.svg new file mode 100644 index 0000000..9a6a115 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/bookmark-fill-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.69 2h10.56c.966 0 1.75.784 1.75 1.75v17.5a.75.75 0 0 1-1.218.585L12 17.21l-5.781 4.626A.75.75 0 0 1 5 21.253L4.94 3.756A1.75 1.75 0 0 1 6.69 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/bookmark-filled-16.svg b/mkdocs-material/material/templates/.icons/octicons/bookmark-filled-16.svg new file mode 100644 index 0000000..487cb95 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/bookmark-filled-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M3 2.75C3 1.784 3.784 1 4.75 1h6.5c.966 0 1.75.784 1.75 1.75v11.5a.75.75 0 0 1-1.227.579L8 11.722l-3.773 3.107A.75.75 0 0 1 3 14.25z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/bookmark-slash-16.svg b/mkdocs-material/material/templates/.icons/octicons/bookmark-slash-16.svg new file mode 100644 index 0000000..05cb094 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/bookmark-slash-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M1.19 1.143 4.182 3.31l.014.01 8.486 6.145.014.01 2.994 2.168a.75.75 0 1 1-.88 1.214L13 11.547v2.703a.75.75 0 0 1-1.206.596L8 11.944l-3.794 2.902A.75.75 0 0 1 3 14.25V4.305L.31 2.357a.75.75 0 1 1 .88-1.214M4.5 5.39v7.341l3.044-2.328a.75.75 0 0 1 .912 0l3.044 2.328V10.46ZM5.865 1h5.385c.966 0 1.75.784 1.75 1.75v3.624a.75.75 0 0 1-1.5 0V2.75a.25.25 0 0 0-.25-.25H5.865a.75.75 0 0 1 0-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/bookmark-slash-24.svg b/mkdocs-material/material/templates/.icons/octicons/bookmark-slash-24.svg new file mode 100644 index 0000000..2514aec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/bookmark-slash-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.565 2.018zl21.75 15.75a.75.75 0 1 1-.88 1.215L19 16.495v4.764a.748.748 0 0 1-1.219.584L12 17.21l-5.781 4.634A.75.75 0 0 1 5 21.259V6.357L.685 3.232a.75.75 0 0 1 .88-1.214M17.5 15.408l-11-7.965v12.254l5.031-4.032a.75.75 0 0 1 .938 0l5.031 4.032ZM7.25 2a.75.75 0 0 0 0 1.5h10a.25.25 0 0 1 .25.25v6.5a.75.75 0 0 0 1.5 0v-6.5A1.75 1.75 0 0 0 17.25 2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/bookmark-slash-fill-16.svg b/mkdocs-material/material/templates/.icons/octicons/bookmark-slash-fill-16.svg new file mode 100644 index 0000000..38eb90c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/bookmark-slash-fill-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M1.19 1.143a.75.75 0 1 0-.88 1.215L3 4.305v9.945a.75.75 0 0 0 1.206.596L8 11.944l3.794 2.902A.75.75 0 0 0 13 14.25v-2.703l1.81 1.31a.75.75 0 1 0 .88-1.214l-2.994-2.168-.014-.01L4.196 3.32l-.014-.01zm2.934.203A.5.5 0 0 1 4.6 1h7.233C12.478 1 13 1.522 13 2.167v5.05a.5.5 0 0 1-.793.405l-7.9-5.717a.5.5 0 0 1-.183-.559"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/bookmark-slash-fill-24.svg b/mkdocs-material/material/templates/.icons/octicons/bookmark-slash-fill-24.svg new file mode 100644 index 0000000..42ef25f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/bookmark-slash-fill-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m3.232 2.175 18.5 15.5a.75.75 0 1 1-.964 1.15L19 17.343v3.907a.75.75 0 0 1-1.218.585L12 17.21l-5.781 4.626A.75.75 0 0 1 5 21.253L4.947 5.569 2.268 3.325a.75.75 0 1 1 .964-1.15M7.421 2h9.829c.966 0 1.75.784 1.75 1.75v8.073a.75.75 0 0 1-1.232.575L6.94 3.325A.75.75 0 0 1 7.421 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/briefcase-16.svg b/mkdocs-material/material/templates/.icons/octicons/briefcase-16.svg new file mode 100644 index 0000000..bdaba9b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/briefcase-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M6.75 0h2.5C10.216 0 11 .784 11 1.75V3h3.25c.966 0 1.75.784 1.75 1.75v8.5A1.75 1.75 0 0 1 14.25 15H1.75A1.75 1.75 0 0 1 0 13.25v-8.5C0 3.784.784 3 1.75 3H5V1.75C5 .784 5.784 0 6.75 0M3.5 9.5a3.5 3.5 0 0 1-2-.627v4.377c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25V8.873a3.5 3.5 0 0 1-2 .627Zm-1.75-5a.25.25 0 0 0-.25.25V6a2 2 0 0 0 2 2h9a2 2 0 0 0 2-2V4.75a.25.25 0 0 0-.25-.25zM9.5 3V1.75a.25.25 0 0 0-.25-.25h-2.5a.25.25 0 0 0-.25.25V3Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/briefcase-24.svg b/mkdocs-material/material/templates/.icons/octicons/briefcase-24.svg new file mode 100644 index 0000000..995d531 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/briefcase-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.5 1.75C7.5.784 8.284 0 9.25 0h5.5c.966 0 1.75.784 1.75 1.75V4h4.75c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0 1 21.25 22H2.75A1.75 1.75 0 0 1 1 20.25V5.75C1 4.784 1.784 4 2.75 4H7.5Zm-5 10.24v8.26c0 .138.112.25.25.25h18.5a.25.25 0 0 0 .25-.25v-8.26A4.24 4.24 0 0 1 18.75 13H5.25a4.24 4.24 0 0 1-2.75-1.01m19-3.24v-3a.25.25 0 0 0-.25-.25H2.75a.25.25 0 0 0-.25.25v3a2.75 2.75 0 0 0 2.75 2.75h13.5a2.75 2.75 0 0 0 2.75-2.75m-6.5-7a.25.25 0 0 0-.25-.25h-5.5a.25.25 0 0 0-.25.25V4h6Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/broadcast-16.svg b/mkdocs-material/material/templates/.icons/octicons/broadcast-16.svg new file mode 100644 index 0000000..1128565 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/broadcast-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8.75 8.582v5.668a.75.75 0 0 1-1.5 0V8.582a1.75 1.75 0 1 1 1.5 0m3.983-7.125a.75.75 0 0 1 1.06.026A7.98 7.98 0 0 1 16 7c0 2.139-.84 4.083-2.207 5.517a.75.75 0 1 1-1.086-1.034A6.47 6.47 0 0 0 14.5 7a6.47 6.47 0 0 0-1.793-4.483.75.75 0 0 1 .026-1.06m-9.466 0c.3.286.312.76.026 1.06A6.47 6.47 0 0 0 1.5 7a6.47 6.47 0 0 0 1.793 4.483.75.75 0 0 1-1.086 1.034A7.97 7.97 0 0 1 0 7c0-2.139.84-4.083 2.207-5.517a.75.75 0 0 1 1.06-.026m8.556 2.321A5 5 0 0 1 13 7a5 5 0 0 1-1.177 3.222.75.75 0 1 1-1.146-.967A3.5 3.5 0 0 0 11.5 7c0-.86-.309-1.645-.823-2.255a.75.75 0 0 1 1.146-.967m-6.492.958A3.48 3.48 0 0 0 4.5 7a3.48 3.48 0 0 0 .823 2.255.75.75 0 0 1-1.146.967A4.98 4.98 0 0 1 3 7a4.98 4.98 0 0 1 1.188-3.236.75.75 0 1 1 1.143.972"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/broadcast-24.svg b/mkdocs-material/material/templates/.icons/octicons/broadcast-24.svg new file mode 100644 index 0000000..c1d81e9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/broadcast-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.485 2.515a.75.75 0 0 0-1.06 1.06A10.47 10.47 0 0 1 22.5 11c0 2.9-1.174 5.523-3.075 7.424a.75.75 0 0 0 1.06 1.061A11.97 11.97 0 0 0 24 11c0-3.314-1.344-6.315-3.515-8.485m-15.91 1.06a.75.75 0 0 0-1.06-1.06A11.97 11.97 0 0 0 0 11c0 3.313 1.344 6.314 3.515 8.485a.75.75 0 0 0 1.06-1.06A10.47 10.47 0 0 1 1.5 11c0-2.9 1.174-5.524 3.075-7.425M8.11 7.11a.75.75 0 0 0-1.06-1.06A6.98 6.98 0 0 0 5 11a6.98 6.98 0 0 0 2.05 4.95.75.75 0 0 0 1.06-1.061 5.48 5.48 0 0 1-1.61-3.89 5.48 5.48 0 0 1 1.61-3.888Zm8.84-1.06a.75.75 0 1 0-1.06 1.06A5.48 5.48 0 0 1 17.5 11a5.48 5.48 0 0 1-1.61 3.889.75.75 0 1 0 1.06 1.06A6.98 6.98 0 0 0 19 11a6.98 6.98 0 0 0-2.05-4.949ZM14 11a2 2 0 0 1-1.25 1.855v8.395a.75.75 0 0 1-1.5 0v-8.395A2 2 0 1 1 14 11"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/browser-16.svg b/mkdocs-material/material/templates/.icons/octicons/browser-16.svg new file mode 100644 index 0000000..1b6f5b0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/browser-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M0 2.75C0 1.784.784 1 1.75 1h12.5c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0 1 14.25 15H1.75A1.75 1.75 0 0 1 0 13.25ZM14.5 6h-13v7.25c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25Zm-6-3.5v2h6V2.75a.25.25 0 0 0-.25-.25ZM5 2.5v2h2v-2Zm-3.25 0a.25.25 0 0 0-.25.25V4.5h2v-2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/browser-24.svg b/mkdocs-material/material/templates/.icons/octicons/browser-24.svg new file mode 100644 index 0000000..b4e8f02 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/browser-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 3.75C0 2.784.784 2 1.75 2h20.5c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0 1 22.25 22H1.75A1.75 1.75 0 0 1 0 20.25ZM22.5 7h-21v13.25c0 .138.112.25.25.25h20.5a.25.25 0 0 0 .25-.25Zm-10-3.5v2h10V3.75a.25.25 0 0 0-.25-.25ZM7 3.5v2h4v-2Zm-5.25 0a.25.25 0 0 0-.25.25V5.5h4v-2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/bug-16.svg b/mkdocs-material/material/templates/.icons/octicons/bug-16.svg new file mode 100644 index 0000000..b7fdd0d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/bug-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M4.72.22a.75.75 0 0 1 1.06 0l1 .999a3.5 3.5 0 0 1 2.441 0l.999-1a.748.748 0 0 1 1.265.332.75.75 0 0 1-.205.729l-.775.776c.616.63.995 1.493.995 2.444v.327q0 .15-.025.292c.408.14.764.392 1.029.722l1.968-.787a.75.75 0 0 1 .556 1.392L13 7.258V9h2.25a.75.75 0 0 1 0 1.5H13v.5q-.002.615-.141 1.186l2.17.868a.75.75 0 0 1-.557 1.392l-2.184-.873A5 5 0 0 1 8 16a5 5 0 0 1-4.288-2.427l-2.183.873a.75.75 0 0 1-.558-1.392l2.17-.868A5 5 0 0 1 3 11v-.5H.75a.75.75 0 0 1 0-1.5H3V7.258L.971 6.446a.75.75 0 0 1 .558-1.392l1.967.787c.265-.33.62-.583 1.03-.722a1.7 1.7 0 0 1-.026-.292V4.5c0-.951.38-1.814.995-2.444L4.72 1.28a.75.75 0 0 1 0-1.06m.53 6.28a.75.75 0 0 0-.75.75V11a3.5 3.5 0 1 0 7 0V7.25a.75.75 0 0 0-.75-.75ZM6.173 5h3.654A.17.17 0 0 0 10 4.827V4.5a2 2 0 1 0-4 0v.327c0 .096.077.173.173.173"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/bug-24.svg b/mkdocs-material/material/templates/.icons/octicons/bug-24.svg new file mode 100644 index 0000000..674504d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/bug-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.72.22a.75.75 0 0 1 1.06 0l1.204 1.203A5 5 0 0 1 12 1c.717 0 1.4.151 2.016.423L15.22.22a.75.75 0 0 1 1.042.018.75.75 0 0 1 .018 1.042l-.971.972A5 5 0 0 1 17 6v1.104a2.76 2.76 0 0 1 1.917 1.974l1.998-.999a.75.75 0 0 1 .67 1.342L19 10.714V13.5l3.25.003a.75.75 0 0 1 0 1.5L19 15.001V16c0 .568-.068 1.134-.204 1.686l.04.018 2.75 1.375a.75.75 0 1 1-.671 1.342l-2.638-1.319A7 7 0 0 1 12 23a7 7 0 0 1-6.197-3.742l-2.758 1.181a.752.752 0 0 1-1.064-.776.75.75 0 0 1 .474-.602l2.795-1.199A7 7 0 0 1 5 16v-.996H1.75a.75.75 0 0 1 0-1.5H5v-2.79L2.415 9.42a.75.75 0 0 1 .67-1.342l1.998.999A2.76 2.76 0 0 1 7 7.104V6a5 5 0 0 1 1.69-3.748l-.97-.972a.75.75 0 0 1 0-1.06M6.5 9.75V16a5.5 5.5 0 1 0 11 0V9.75c0-.69-.56-1.25-1.25-1.25h-8.5c-.69 0-1.25.56-1.25 1.25M8.5 7h7V6a3.5 3.5 0 1 0-7 0Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/cache-16.svg b/mkdocs-material/material/templates/.icons/octicons/cache-16.svg new file mode 100644 index 0000000..ef082f0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/cache-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M2.5 5.724V8c0 .248.238.7 1.169 1.159.874.43 2.144.745 3.62.822a.75.75 0 1 1-.078 1.498c-1.622-.085-3.102-.432-4.204-.975a6 6 0 0 1-.507-.28V12.5c0 .133.058.318.282.551.227.237.591.483 1.101.707 1.015.447 2.47.742 4.117.742q.61 0 1.183-.052a.751.751 0 1 1 .134 1.494Q8.676 15.999 8 16c-1.805 0-3.475-.32-4.721-.869-.623-.274-1.173-.619-1.579-1.041-.408-.425-.7-.964-.7-1.59v-9c0-.626.292-1.165.7-1.591.406-.42.956-.766 1.579-1.04C4.525.32 6.195 0 8 0s3.476.32 4.721.869c.623.274 1.173.619 1.579 1.041.408.425.7.964.7 1.59s-.292 1.165-.7 1.591c-.406.42-.956.766-1.578 1.04C11.475 6.68 9.805 7 8 7s-3.475-.32-4.721-.869a6 6 0 0 1-.779-.407m0-2.224c0 .133.058.318.282.551.227.237.591.483 1.101.707C4.898 5.205 6.353 5.5 8 5.5s3.101-.295 4.118-.742c.508-.224.873-.471 1.1-.708.224-.232.282-.417.282-.55s-.058-.318-.282-.551c-.227-.237-.591-.483-1.101-.707C11.102 1.795 9.647 1.5 8 1.5s-3.101.295-4.118.742c-.508.224-.873.471-1.1.708-.224.232-.282.417-.282.55"/><path d="M14.49 7.582a.375.375 0 0 0-.66-.313l-3.625 4.625a.375.375 0 0 0 .295.606h2.127l-.619 2.922a.375.375 0 0 0 .666.304l3.125-4.125A.375.375 0 0 0 15.5 11h-1.778z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/cache-24.svg b/mkdocs-material/material/templates/.icons/octicons/cache-24.svg new file mode 100644 index 0000000..3c850f7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/cache-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.505 9.117a7.7 7.7 0 0 1-1.497-.852V12c0 .524.473 1.23 1.8 1.883 1.267.625 3.085 1.071 5.18 1.182a.76.76 0 0 1-.08 1.517c-2.242-.118-4.274-.598-5.772-1.336a7.3 7.3 0 0 1-1.128-.68V18.3c0 .282.127.61.476.973.352.366.899.732 1.633 1.055 1.466.645 3.545 1.063 5.881 1.063q.867 0 1.683-.074a.76.76 0 0 1 .135 1.513 21 21 0 0 1-1.818.08c-2.496 0-4.792-.443-6.493-1.192-.849-.374-1.584-.838-2.117-1.393-.536-.558-.9-1.244-.9-2.025V5.7c0-.782.364-1.467.9-2.025.533-.555 1.268-1.02 2.117-1.393 1.7-.749 3.997-1.193 6.493-1.193s4.793.444 6.493 1.193c.85.373 1.585.838 2.117 1.393.537.558.9 1.243.9 2.025s-.363 1.467-.9 2.025c-.532.554-1.267 1.02-2.117 1.393-1.7.748-3.996 1.192-6.493 1.192-2.496 0-4.792-.444-6.493-1.192Zm-1.021-4.39c-.35.362-.476.69-.476.972s.127.61.476.972c.352.367.899.732 1.633 1.055 1.466.646 3.545 1.064 5.881 1.064s4.415-.418 5.882-1.064c.734-.323 1.28-.688 1.633-1.055.35-.363.476-.69.476-.972s-.127-.61-.476-.973c-.353-.367-.9-.732-1.633-1.055-1.467-.645-3.545-1.063-5.882-1.063s-4.415.418-5.88 1.063c-.735.323-1.282.688-1.634 1.055Z"/><path d="M21.425 11.11a.5.5 0 0 0-.881-.418l-5.438 6.937a.5.5 0 0 0 .394.808h3.268l-.945 4.46a.5.5 0 0 0 .888.405l4.688-6.188a.5.5 0 0 0-.399-.802h-2.745z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/calendar-16.svg b/mkdocs-material/material/templates/.icons/octicons/calendar-16.svg new file mode 100644 index 0000000..a5d5db3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/calendar-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M4.75 0a.75.75 0 0 1 .75.75V2h5V.75a.75.75 0 0 1 1.5 0V2h1.25c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0 1 13.25 16H2.75A1.75 1.75 0 0 1 1 14.25V3.75C1 2.784 1.784 2 2.75 2H4V.75A.75.75 0 0 1 4.75 0M2.5 7.5v6.75c0 .138.112.25.25.25h10.5a.25.25 0 0 0 .25-.25V7.5Zm10.75-4H2.75a.25.25 0 0 0-.25.25V6h11V3.75a.25.25 0 0 0-.25-.25"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/calendar-24.svg b/mkdocs-material/material/templates/.icons/octicons/calendar-24.svg new file mode 100644 index 0000000..e5bbeb4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/calendar-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.75 0a.75.75 0 0 1 .75.75V3h9V.75a.75.75 0 0 1 1.5 0V3h2.75c.966 0 1.75.784 1.75 1.75v16a1.75 1.75 0 0 1-1.75 1.75H3.25a1.75 1.75 0 0 1-1.75-1.75v-16C1.5 3.784 2.284 3 3.25 3H6V.75A.75.75 0 0 1 6.75 0M21 9.5H3v11.25c0 .138.112.25.25.25h17.5a.25.25 0 0 0 .25-.25Zm-17.75-5a.25.25 0 0 0-.25.25V8h18V4.75a.25.25 0 0 0-.25-.25Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/check-16.svg b/mkdocs-material/material/templates/.icons/octicons/check-16.svg new file mode 100644 index 0000000..32146e8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/check-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M13.78 4.22a.75.75 0 0 1 0 1.06l-7.25 7.25a.75.75 0 0 1-1.06 0L2.22 9.28a.75.75 0 0 1 .018-1.042.75.75 0 0 1 1.042-.018L6 10.94l6.72-6.72a.75.75 0 0 1 1.06 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/check-24.svg b/mkdocs-material/material/templates/.icons/octicons/check-24.svg new file mode 100644 index 0000000..ad00f1a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/check-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.03 5.72a.75.75 0 0 1 0 1.06l-11.5 11.5a.747.747 0 0 1-1.072-.012l-5.5-5.75a.75.75 0 1 1 1.084-1.036l4.97 5.195L19.97 5.72a.75.75 0 0 1 1.06 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/check-circle-16.svg b/mkdocs-material/material/templates/.icons/octicons/check-circle-16.svg new file mode 100644 index 0000000..d24b7c2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/check-circle-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8m1.5 0a6.5 6.5 0 1 0 13 0 6.5 6.5 0 0 0-13 0m10.28-1.72-4.5 4.5a.75.75 0 0 1-1.06 0l-2-2a.75.75 0 0 1 .018-1.042.75.75 0 0 1 1.042-.018l1.47 1.47 3.97-3.97a.75.75 0 0 1 1.042.018.75.75 0 0 1 .018 1.042"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/check-circle-24.svg b/mkdocs-material/material/templates/.icons/octicons/check-circle-24.svg new file mode 100644 index 0000000..14673c8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/check-circle-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.28 9.28a.75.75 0 0 0-1.06-1.06l-5.97 5.97-2.47-2.47a.75.75 0 0 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0z"/><path d="M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1M2.5 12a9.5 9.5 0 0 0 9.5 9.5 9.5 9.5 0 0 0 9.5-9.5A9.5 9.5 0 0 0 12 2.5 9.5 9.5 0 0 0 2.5 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/check-circle-fill-12.svg b/mkdocs-material/material/templates/.icons/octicons/check-circle-fill-12.svg new file mode 100644 index 0000000..aeb3fd8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/check-circle-fill-12.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M6 0a6 6 0 1 1 0 12A6 6 0 0 1 6 0m-.705 8.737L9.63 4.403 8.392 3.166 5.295 6.263l-1.7-1.702L2.356 5.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/check-circle-fill-16.svg b/mkdocs-material/material/templates/.icons/octicons/check-circle-fill-16.svg new file mode 100644 index 0000000..d5f1e21 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/check-circle-fill-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16m3.78-9.72a.75.75 0 0 0-.018-1.042.75.75 0 0 0-1.042-.018L6.75 9.19 5.28 7.72a.75.75 0 0 0-1.042.018.75.75 0 0 0-.018 1.042l2 2a.75.75 0 0 0 1.06 0Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/check-circle-fill-24.svg b/mkdocs-material/material/templates/.icons/octicons/check-circle-fill-24.svg new file mode 100644 index 0000000..974886f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/check-circle-fill-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12m16.28-2.72a.75.75 0 0 0-.018-1.042.75.75 0 0 0-1.042-.018l-5.97 5.97-2.47-2.47a.75.75 0 0 0-1.042.018.75.75 0 0 0-.018 1.042l3 3a.75.75 0 0 0 1.06 0Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/checkbox-16.svg b/mkdocs-material/material/templates/.icons/octicons/checkbox-16.svg new file mode 100644 index 0000000..f5d652d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/checkbox-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M2.75 1h10.5c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0 1 13.25 15H2.75A1.75 1.75 0 0 1 1 13.25V2.75C1 1.784 1.784 1 2.75 1M2.5 2.75v10.5c0 .138.112.25.25.25h10.5a.25.25 0 0 0 .25-.25V2.75a.25.25 0 0 0-.25-.25H2.75a.25.25 0 0 0-.25.25m9.28 3.53-4.5 4.5a.75.75 0 0 1-1.06 0l-2-2a.75.75 0 0 1 .018-1.042.75.75 0 0 1 1.042-.018l1.47 1.47 3.97-3.97a.75.75 0 0 1 1.042.018.75.75 0 0 1 .018 1.042"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/checkbox-24.svg b/mkdocs-material/material/templates/.icons/octicons/checkbox-24.svg new file mode 100644 index 0000000..4982d9d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/checkbox-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.28 9.28a.75.75 0 0 0-1.06-1.06l-5.97 5.97-2.47-2.47a.75.75 0 0 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0z"/><path d="M3.75 2h16.5c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0 1 20.25 22H3.75A1.75 1.75 0 0 1 2 20.25V3.75C2 2.784 2.784 2 3.75 2M3.5 3.75v16.5c0 .138.112.25.25.25h16.5a.25.25 0 0 0 .25-.25V3.75a.25.25 0 0 0-.25-.25H3.75a.25.25 0 0 0-.25.25"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/checklist-16.svg b/mkdocs-material/material/templates/.icons/octicons/checklist-16.svg new file mode 100644 index 0000000..c3d4207 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/checklist-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M2.5 1.75v11.5c0 .138.112.25.25.25h3.17a.75.75 0 0 1 0 1.5H2.75A1.75 1.75 0 0 1 1 13.25V1.75C1 .784 1.784 0 2.75 0h8.5C12.216 0 13 .784 13 1.75v7.736a.75.75 0 0 1-1.5 0V1.75a.25.25 0 0 0-.25-.25h-8.5a.25.25 0 0 0-.25.25m13.274 9.537zl-4.557 4.45a.75.75 0 0 1-1.055-.008l-1.943-1.95a.75.75 0 0 1 1.062-1.058l1.419 1.425 4.026-3.932a.75.75 0 1 1 1.048 1.074M4.75 4h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1 0-1.5M4 7.75A.75.75 0 0 1 4.75 7h2a.75.75 0 0 1 0 1.5h-2A.75.75 0 0 1 4 7.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/checklist-24.svg b/mkdocs-material/material/templates/.icons/octicons/checklist-24.svg new file mode 100644 index 0000000..5afce49 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/checklist-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.5 3.75a.25.25 0 0 1 .25-.25h13.5a.25.25 0 0 1 .25.25v10a.75.75 0 0 0 1.5 0v-10A1.75 1.75 0 0 0 17.25 2H3.75A1.75 1.75 0 0 0 2 3.75v16.5c0 .966.784 1.75 1.75 1.75h7a.75.75 0 0 0 0-1.5h-7a.25.25 0 0 1-.25-.25z"/><path d="M6.25 7a.75.75 0 0 0 0 1.5h8.5a.75.75 0 0 0 0-1.5zm-.75 4.75a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75m16.28 4.53a.75.75 0 1 0-1.06-1.06l-4.97 4.97-1.97-1.97a.75.75 0 1 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/chevron-down-12.svg b/mkdocs-material/material/templates/.icons/octicons/chevron-down-12.svg new file mode 100644 index 0000000..f9b8465 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/chevron-down-12.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M6 8.825c-.2 0-.4-.1-.5-.2l-3.3-3.3c-.3-.3-.3-.8 0-1.1s.8-.3 1.1 0l2.7 2.7 2.7-2.7c.3-.3.8-.3 1.1 0s.3.8 0 1.1l-3.2 3.2q-.3.3-.6.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/chevron-down-16.svg b/mkdocs-material/material/templates/.icons/octicons/chevron-down-16.svg new file mode 100644 index 0000000..1a86676 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/chevron-down-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M12.78 5.22a.75.75 0 0 1 0 1.06l-4.25 4.25a.75.75 0 0 1-1.06 0L3.22 6.28a.749.749 0 1 1 1.06-1.06L8 8.939l3.72-3.719a.75.75 0 0 1 1.06 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/chevron-down-24.svg b/mkdocs-material/material/templates/.icons/octicons/chevron-down-24.svg new file mode 100644 index 0000000..397d2f9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/chevron-down-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.22 8.22a.75.75 0 0 0 0 1.06l6.25 6.25a.75.75 0 0 0 1.06 0l6.25-6.25a.749.749 0 1 0-1.06-1.06L12 13.939 6.28 8.22a.75.75 0 0 0-1.06 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/chevron-left-12.svg b/mkdocs-material/material/templates/.icons/octicons/chevron-left-12.svg new file mode 100644 index 0000000..295644c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/chevron-left-12.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M3.587 6.025c0 .2.1.4.2.5l3.3 3.3c.3.3.8.3 1.1 0s.3-.8 0-1.1l-2.7-2.7 2.7-2.7c.3-.3.3-.8 0-1.1s-.8-.3-1.1 0l-3.2 3.2q-.3.3-.3.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/chevron-left-16.svg b/mkdocs-material/material/templates/.icons/octicons/chevron-left-16.svg new file mode 100644 index 0000000..0fb1bea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/chevron-left-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M9.78 12.78a.75.75 0 0 1-1.06 0L4.47 8.53a.75.75 0 0 1 0-1.06l4.25-4.25a.75.75 0 0 1 1.042.018.75.75 0 0 1 .018 1.042L6.06 8l3.72 3.72a.75.75 0 0 1 0 1.06"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/chevron-left-24.svg b/mkdocs-material/material/templates/.icons/octicons/chevron-left-24.svg new file mode 100644 index 0000000..205cf99 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/chevron-left-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.28 5.22a.75.75 0 0 1 0 1.06L9.56 12l5.72 5.72a.749.749 0 0 1-.326 1.275.75.75 0 0 1-.734-.215l-6.25-6.25a.75.75 0 0 1 0-1.06l6.25-6.25a.75.75 0 0 1 1.06 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/chevron-right-12.svg b/mkdocs-material/material/templates/.icons/octicons/chevron-right-12.svg new file mode 100644 index 0000000..adf263b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/chevron-right-12.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M4.7 10c-.2 0-.4-.1-.5-.2-.3-.3-.3-.8 0-1.1L6.9 6 4.2 3.3c-.3-.3-.3-.8 0-1.1s.8-.3 1.1 0l3.3 3.2c.3.3.3.8 0 1.1L5.3 9.7q-.3.3-.6.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/chevron-right-16.svg b/mkdocs-material/material/templates/.icons/octicons/chevron-right-16.svg new file mode 100644 index 0000000..93b4dd5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/chevron-right-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M6.22 3.22a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.75.75 0 0 1-1.042-.018.75.75 0 0 1-.018-1.042L9.94 8 6.22 4.28a.75.75 0 0 1 0-1.06"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/chevron-right-24.svg b/mkdocs-material/material/templates/.icons/octicons/chevron-right-24.svg new file mode 100644 index 0000000..651cc15 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/chevron-right-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.72 18.78a.75.75 0 0 1 0-1.06L14.44 12 8.72 6.28a.75.75 0 0 1 .018-1.042.75.75 0 0 1 1.042-.018l6.25 6.25a.75.75 0 0 1 0 1.06l-6.25 6.25a.75.75 0 0 1-1.06 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/chevron-up-12.svg b/mkdocs-material/material/templates/.icons/octicons/chevron-up-12.svg new file mode 100644 index 0000000..86d39cb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/chevron-up-12.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M6 4c-.2 0-.4.1-.5.2L2.2 7.5c-.3.3-.3.8 0 1.1s.8.3 1.1 0L6 5.9l2.7 2.7c.3.3.8.3 1.1 0s.3-.8 0-1.1L6.6 4.3Q6.3 4 6 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/chevron-up-16.svg b/mkdocs-material/material/templates/.icons/octicons/chevron-up-16.svg new file mode 100644 index 0000000..cf7f992 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/chevron-up-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M3.22 10.53a.75.75 0 0 1 0-1.06l4.25-4.25a.75.75 0 0 1 1.06 0l4.25 4.25a.749.749 0 1 1-1.06 1.06L8 6.811 4.28 10.53a.75.75 0 0 1-1.06 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/chevron-up-24.svg b/mkdocs-material/material/templates/.icons/octicons/chevron-up-24.svg new file mode 100644 index 0000000..1e44b3a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/chevron-up-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.78 15.78a.75.75 0 0 1-1.06 0L12 10.061 6.28 15.78a.749.749 0 1 1-1.06-1.06l6.25-6.25a.75.75 0 0 1 1.06 0l6.25 6.25a.75.75 0 0 1 0 1.06"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/circle-16.svg b/mkdocs-material/material/templates/.icons/octicons/circle-16.svg new file mode 100644 index 0000000..6cab3fc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/circle-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8m8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/circle-24.svg b/mkdocs-material/material/templates/.icons/octicons/circle-24.svg new file mode 100644 index 0000000..f00752d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/circle-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12m11-9.5A9.5 9.5 0 0 0 2.5 12a9.5 9.5 0 0 0 9.5 9.5 9.5 9.5 0 0 0 9.5-9.5A9.5 9.5 0 0 0 12 2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/circle-slash-16.svg b/mkdocs-material/material/templates/.icons/octicons/circle-slash-16.svg new file mode 100644 index 0000000..35aef8c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/circle-slash-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M3.965 13.096a6.5 6.5 0 0 0 9.131-9.131ZM1.5 8a6.47 6.47 0 0 0 1.404 4.035l9.131-9.131A6.499 6.499 0 0 0 1.5 8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/circle-slash-24.svg b/mkdocs-material/material/templates/.icons/octicons/circle-slash-24.svg new file mode 100644 index 0000000..1760631 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/circle-slash-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1M5.834 19.227A9.46 9.46 0 0 0 12 21.5a9.5 9.5 0 0 0 9.5-9.5 9.46 9.46 0 0 0-2.273-6.166ZM2.5 12a9.46 9.46 0 0 0 2.273 6.166L18.166 4.773A9.46 9.46 0 0 0 12 2.5 9.5 9.5 0 0 0 2.5 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/clock-16.svg b/mkdocs-material/material/templates/.icons/octicons/clock-16.svg new file mode 100644 index 0000000..14ea63a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/clock-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M1.5 8a6.5 6.5 0 1 0 13 0 6.5 6.5 0 0 0-13 0m7-3.25v2.992l2.028.812a.75.75 0 0 1-.557 1.392l-2.5-1A.75.75 0 0 1 7 8.25v-3.5a.75.75 0 0 1 1.5 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/clock-24.svg b/mkdocs-material/material/templates/.icons/octicons/clock-24.svg new file mode 100644 index 0000000..4c4b89a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/clock-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.5 7.25a.75.75 0 0 0-1.5 0v5.5c0 .27.144.518.378.651l3.5 2a.75.75 0 0 0 .744-1.302L12.5 12.315z"/><path d="M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1M2.5 12a9.5 9.5 0 0 0 9.5 9.5 9.5 9.5 0 0 0 9.5-9.5A9.5 9.5 0 0 0 12 2.5 9.5 9.5 0 0 0 2.5 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/clock-fill-16.svg b/mkdocs-material/material/templates/.icons/octicons/clock-fill-16.svg new file mode 100644 index 0000000..d8ea49d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/clock-fill-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8m8.575-3.25a.825.825 0 1 0-1.65 0v3.5c0 .337.205.64.519.766l2.5 1a.825.825 0 0 0 .612-1.532l-1.981-.793Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/clock-fill-24.svg b/mkdocs-material/material/templates/.icons/octicons/clock-fill-24.svg new file mode 100644 index 0000000..22aabde --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/clock-fill-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12m11.575-4.75a.825.825 0 1 0-1.65 0v5.5c0 .296.159.57.416.716l3.5 2a.825.825 0 0 0 .818-1.432l-3.084-1.763Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/cloud-16.svg b/mkdocs-material/material/templates/.icons/octicons/cloud-16.svg new file mode 100644 index 0000000..0756622 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/cloud-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M2 7.25A5.225 5.225 0 0 1 7.25 2a5.22 5.22 0 0 1 4.767 3.029A4.47 4.47 0 0 1 16 9.5c0 2.505-1.995 4.5-4.5 4.5h-8A3.474 3.474 0 0 1 0 10.5c0-1.41.809-2.614 2.001-3.17Zm1.54.482a.75.75 0 0 1-.556.832c-.86.22-1.484.987-1.484 1.936 0 1.124.876 2 2 2h8c1.676 0 3-1.324 3-3s-1.324-3-3-3a.75.75 0 0 1-.709-.504A3.72 3.72 0 0 0 7.25 3.5C5.16 3.5 3.5 5.16 3.5 7.25q.003.22.035.436l.004.036.001.008Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/cloud-24.svg b/mkdocs-material/material/templates/.icons/octicons/cloud-24.svg new file mode 100644 index 0000000..2b4bedd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/cloud-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.103 10.107c0-4.244 3.445-7.607 7.733-7.607 3.19 0 5.912 1.858 7.099 4.563l.01.022.001.006C21.348 7.345 24 10.095 24 13.536 24 17.148 21.076 20 17.431 20H5.017C2.23 20 0 17.83 0 15.06a4.9 4.9 0 0 1 3.112-4.581 8 8 0 0 1-.009-.372M10.836 4c-3.485 0-6.233 2.717-6.233 6.107 0 .284.022.602.052.756a.75.75 0 0 1-.552.869c-1.52.385-2.603 1.712-2.603 3.328 0 1.917 1.532 3.44 3.517 3.44h12.414c2.843 0 5.069-2.206 5.069-4.964s-2.226-4.965-5.069-4.965a.75.75 0 0 1-.696-.47l-.179-.446C15.606 5.5 13.424 4 10.836 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/cloud-offline-16.svg b/mkdocs-material/material/templates/.icons/octicons/cloud-offline-16.svg new file mode 100644 index 0000000..977020c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/cloud-offline-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M7.25 2c-.69 0-1.351.13-1.957.371a.75.75 0 1 0 .554 1.394c.43-.17.903-.265 1.403-.265a3.72 3.72 0 0 1 3.541 2.496.75.75 0 0 0 .709.504c1.676 0 3 1.324 3 3a3 3 0 0 1-.681 1.92.75.75 0 0 0 1.156.955A4.5 4.5 0 0 0 16 9.5a4.47 4.47 0 0 0-3.983-4.471A5.22 5.22 0 0 0 7.25 2M.72 1.72a.75.75 0 0 1 1.06 0l2.311 2.31q.045.038.08.08l8.531 8.532.035.034 2.043 2.044a.749.749 0 0 1-.326 1.275.75.75 0 0 1-.734-.215l-1.8-1.799a5 5 0 0 1-.42.019h-8A3.474 3.474 0 0 1 0 10.5c0-1.41.809-2.614 2.001-3.17a5.2 5.2 0 0 1 .646-2.622L.72 2.78a.75.75 0 0 1 0-1.06M3.5 7.25q.006.242.041.481a.75.75 0 0 1-.557.833c-.86.22-1.484.986-1.484 1.936 0 1.124.876 2 2 2h6.94L3.771 5.832A3.8 3.8 0 0 0 3.5 7.25"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/cloud-offline-24.svg b/mkdocs-material/material/templates/.icons/octicons/cloud-offline-24.svg new file mode 100644 index 0000000..8aa16eb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/cloud-offline-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m2.78 2.22 19.5 19.5a.749.749 0 0 1-.326 1.275.75.75 0 0 1-.734-.215l-2.845-2.845a7 7 0 0 1-.944.065H5.017C2.229 20 0 17.831 0 15.059a4.9 4.9 0 0 1 3.111-4.58A7.52 7.52 0 0 1 4.36 5.922L1.72 3.28a.75.75 0 0 1 .018-1.042.75.75 0 0 1 1.042-.018M16.94 18.5 5.448 7.01a6.03 6.03 0 0 0-.794 3.853.75.75 0 0 1-.552.869c-1.52.385-2.603 1.712-2.603 3.328 0 1.917 1.532 3.44 3.517 3.44Zm-6.104-16a7.87 7.87 0 0 0-3.638.88.75.75 0 1 0 .692 1.331A6.37 6.37 0 0 1 10.836 4c2.588 0 4.77 1.5 5.72 3.655l.179.445a.75.75 0 0 0 .696.471c2.843 0 5.069 2.206 5.069 4.965a4.9 4.9 0 0 1-1.684 3.716.75.75 0 0 0 .986 1.13A6.4 6.4 0 0 0 24 13.536c0-3.44-2.652-6.191-6.054-6.445l-.002-.006-.01-.022C16.749 4.358 14.026 2.5 10.837 2.5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/code-16.svg b/mkdocs-material/material/templates/.icons/octicons/code-16.svg new file mode 100644 index 0000000..c4cdf9d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/code-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="m11.28 3.22 4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.749.749 0 0 1-1.275-.326.75.75 0 0 1 .215-.734L13.94 8l-3.72-3.72a.749.749 0 0 1 .326-1.275.75.75 0 0 1 .734.215m-6.56 0a.75.75 0 0 1 1.042.018.75.75 0 0 1 .018 1.042L2.06 8l3.72 3.72a.749.749 0 0 1-.326 1.275.75.75 0 0 1-.734-.215L.47 8.53a.75.75 0 0 1 0-1.06Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/code-24.svg b/mkdocs-material/material/templates/.icons/octicons/code-24.svg new file mode 100644 index 0000000..68c7bde --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/code-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.22 4.97a.75.75 0 0 1 1.06 0l6.5 6.5a.75.75 0 0 1 0 1.06l-6.5 6.5a.749.749 0 0 1-1.275-.326.75.75 0 0 1 .215-.734L21.19 12l-5.97-5.97a.75.75 0 0 1 0-1.06m-6.44 0a.75.75 0 0 1 0 1.06L2.81 12l5.97 5.97a.749.749 0 0 1-.326 1.275.75.75 0 0 1-.734-.215l-6.5-6.5a.75.75 0 0 1 0-1.06l6.5-6.5a.75.75 0 0 1 1.06 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/code-of-conduct-16.svg b/mkdocs-material/material/templates/.icons/octicons/code-of-conduct-16.svg new file mode 100644 index 0000000..4a590d4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/code-of-conduct-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8.048 2.241c.964-.709 2.079-1.238 3.325-1.241a4.62 4.62 0 0 1 3.282 1.355c.41.408.757.86.996 1.428.238.568.348 1.206.347 1.968 0 2.193-1.505 4.254-3.081 5.862-1.496 1.526-3.213 2.796-4.249 3.563l-.22.163a.75.75 0 0 1-.895 0l-.221-.163c-1.036-.767-2.753-2.037-4.249-3.563C1.51 10.008.007 7.952.002 5.762a4.61 4.61 0 0 1 1.353-3.407C3.123.585 6.223.537 8.048 2.24Zm-1.153.983c-1.25-1.033-3.321-.967-4.48.191a3.12 3.12 0 0 0-.913 2.335c0 1.556 1.109 3.24 2.652 4.813C5.463 11.898 6.96 13.032 8 13.805c.353-.262.758-.565 1.191-.905l-1.326-1.223a.75.75 0 0 1 1.018-1.102l1.48 1.366c.328-.281.659-.577.984-.887L9.99 9.802a.75.75 0 1 1 1.019-1.103l1.384 1.28q.443-.494.81-.995L12.92 8.7l-1.167-1.168c-.674-.671-1.78-.664-2.474.03q-.404.405-.802.797c-.893.882-2.319.843-3.185-.032q-.518-.524-1.043-1.047a.75.75 0 0 1-.04-1.016q.244-.288.52-.623c.62-.748 1.356-1.637 2.166-2.417m7.112 4.442c.313-.65.491-1.293.491-1.916v-.001c0-.614-.088-1.045-.23-1.385-.143-.339-.357-.633-.673-.949a3.1 3.1 0 0 0-2.218-.915c-1.092.003-2.165.627-3.226 1.602-.823.755-1.554 1.637-2.228 2.45l-.127.154.562.566a.755.755 0 0 0 1.066.02l.794-.79c1.258-1.258 3.312-1.31 4.594-.032.396.394.792.791 1.173 1.173Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/code-of-conduct-24.svg b/mkdocs-material/material/templates/.icons/octicons/code-of-conduct-24.svg new file mode 100644 index 0000000..1c11700 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/code-of-conduct-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.828 4.328C5.26 1.896 9.5 1.881 11.935 4.317q.036.036.067.076c1.391-1.078 2.993-1.886 4.777-1.89a6.22 6.22 0 0 1 4.424 1.825c.559.56 1.023 1.165 1.34 1.922s.47 1.617.468 2.663c0 2.972-2.047 5.808-4.269 8.074-2.098 2.14-4.507 3.924-5.974 5.009l-.311.23a.75.75 0 0 1-.897 0l-.312-.23c-1.466-1.085-3.875-2.869-5.973-5.009-2.22-2.263-4.264-5.095-4.27-8.063a6.22 6.22 0 0 1 1.823-4.596m8.033 1.042c-1.846-1.834-5.124-1.823-6.969.022a4.71 4.71 0 0 0-1.382 3.52c0 2.332 1.65 4.79 3.839 7.022 1.947 1.986 4.184 3.66 5.66 4.752a78 78 0 0 0 2.159-1.645l-2.14-1.974a.752.752 0 0 1 1.02-1.106l2.295 2.118c.616-.52 1.242-1.08 1.85-1.672l-2.16-1.992a.753.753 0 0 1 1.021-1.106l2.188 2.02a19 19 0 0 0 1.528-1.877l-.585-.586-1.651-1.652c-1.078-1.074-2.837-1.055-3.935.043-.379.38-.76.758-1.132 1.126-1.14 1.124-2.96 1.077-4.07-.043q-.733-.742-1.475-1.482a.75.75 0 0 1-.04-1.019q.351-.416.745-.893c.928-1.12 2.023-2.442 3.234-3.576m9.725 6.77c.579-1.08.92-2.167.92-3.228.002-.899-.128-1.552-.35-2.08-.22-.526-.551-.974-1.017-1.44a4.7 4.7 0 0 0-3.356-1.384c-1.66.004-3.25.951-4.77 2.346-1.18 1.084-2.233 2.353-3.188 3.506l-.351.423q.497.498.993.998a1.375 1.375 0 0 0 1.943.03c.37-.365.748-.74 1.125-1.118 1.662-1.663 4.373-1.726 6.06-.045.56.558 1.12 1.12 1.658 1.658Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/code-review-16.svg b/mkdocs-material/material/templates/.icons/octicons/code-review-16.svg new file mode 100644 index 0000000..c0bd6de --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/code-review-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M1.75 1h12.5c.966 0 1.75.784 1.75 1.75v8.5A1.75 1.75 0 0 1 14.25 13H8.061l-2.574 2.573A1.458 1.458 0 0 1 3 14.543V13H1.75A1.75 1.75 0 0 1 0 11.25v-8.5C0 1.784.784 1 1.75 1M1.5 2.75v8.5c0 .138.112.25.25.25h2a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.75.75 0 0 1 .53-.22h6.5a.25.25 0 0 0 .25-.25v-8.5a.25.25 0 0 0-.25-.25H1.75a.25.25 0 0 0-.25.25m5.28 1.72a.75.75 0 0 1 0 1.06L5.31 7l1.47 1.47a.75.75 0 0 1-.018 1.042.75.75 0 0 1-1.042.018l-2-2a.75.75 0 0 1 0-1.06l2-2a.75.75 0 0 1 1.06 0m2.44 0a.75.75 0 0 1 1.06 0l2 2a.75.75 0 0 1 0 1.06l-2 2a.75.75 0 0 1-1.042-.018.75.75 0 0 1-.018-1.042L10.69 7 9.22 5.53a.75.75 0 0 1 0-1.06"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/code-review-24.svg b/mkdocs-material/material/templates/.icons/octicons/code-review-24.svg new file mode 100644 index 0000000..60b54f1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/code-review-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.3 6.74a.75.75 0 0 1-.04 1.06l-2.908 2.7 2.908 2.7a.75.75 0 1 1-1.02 1.1l-3.5-3.25a.75.75 0 0 1 0-1.1l3.5-3.25a.75.75 0 0 1 1.06.04m3.44 1.06a.75.75 0 1 1 1.02-1.1l3.5 3.25a.75.75 0 0 1 0 1.1l-3.5 3.25a.75.75 0 1 1-1.02-1.1l2.908-2.7z"/><path d="M1.5 4.25c0-.966.784-1.75 1.75-1.75h17.5c.966 0 1.75.784 1.75 1.75v12.5a1.75 1.75 0 0 1-1.75 1.75h-9.69l-3.573 3.573A1.458 1.458 0 0 1 5 21.043V18.5H3.25a1.75 1.75 0 0 1-1.75-1.75ZM3.25 4a.25.25 0 0 0-.25.25v12.5c0 .138.112.25.25.25h2.5a.75.75 0 0 1 .75.75v3.19l3.72-3.72a.75.75 0 0 1 .53-.22h10a.25.25 0 0 0 .25-.25V4.25a.25.25 0 0 0-.25-.25Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/code-square-16.svg b/mkdocs-material/material/templates/.icons/octicons/code-square-16.svg new file mode 100644 index 0000000..71d00ba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/code-square-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M0 1.75C0 .784.784 0 1.75 0h12.5C15.216 0 16 .784 16 1.75v12.5A1.75 1.75 0 0 1 14.25 16H1.75A1.75 1.75 0 0 1 0 14.25Zm1.75-.25a.25.25 0 0 0-.25.25v12.5c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25V1.75a.25.25 0 0 0-.25-.25Zm7.47 3.97a.75.75 0 0 1 1.06 0l2 2a.75.75 0 0 1 0 1.06l-2 2a.749.749 0 0 1-1.275-.326.75.75 0 0 1 .215-.734L10.69 8 9.22 6.53a.75.75 0 0 1 0-1.06M6.78 6.53 5.31 8l1.47 1.47a.749.749 0 0 1-.326 1.275.75.75 0 0 1-.734-.215l-2-2a.75.75 0 0 1 0-1.06l2-2a.75.75 0 0 1 1.042.018.75.75 0 0 1 .018 1.042"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/code-square-24.svg b/mkdocs-material/material/templates/.icons/octicons/code-square-24.svg new file mode 100644 index 0000000..9875a40 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/code-square-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.3 8.24a.75.75 0 0 1-.04 1.06L7.352 12l2.908 2.7a.75.75 0 1 1-1.02 1.1l-3.5-3.25a.75.75 0 0 1 0-1.1l3.5-3.25a.75.75 0 0 1 1.06.04m3.44 1.06a.75.75 0 1 1 1.02-1.1l3.5 3.25a.75.75 0 0 1 0 1.1l-3.5 3.25a.75.75 0 1 1-1.02-1.1l2.908-2.7z"/><path d="M2 3.75C2 2.784 2.784 2 3.75 2h16.5c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0 1 20.25 22H3.75A1.75 1.75 0 0 1 2 20.25Zm1.75-.25a.25.25 0 0 0-.25.25v16.5c0 .138.112.25.25.25h16.5a.25.25 0 0 0 .25-.25V3.75a.25.25 0 0 0-.25-.25Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/codescan-16.svg b/mkdocs-material/material/templates/.icons/octicons/codescan-16.svg new file mode 100644 index 0000000..5a0449a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/codescan-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8.47 4.97a.75.75 0 0 0 0 1.06L9.94 7.5 8.47 8.97a.75.75 0 1 0 1.06 1.06l2-2a.75.75 0 0 0 0-1.06l-2-2a.75.75 0 0 0-1.06 0M6.53 6.03a.75.75 0 0 0-1.06-1.06l-2 2a.75.75 0 0 0 0 1.06l2 2a.75.75 0 1 0 1.06-1.06L5.06 7.5z"/><path d="M12.246 13.307a7.501 7.501 0 1 1 1.06-1.06l2.474 2.473a.749.749 0 0 1-.326 1.275.75.75 0 0 1-.734-.215ZM1.5 7.5a6 6 0 0 0 3.608 5.504 6 6 0 0 0 6.486-1.117.75.75 0 0 1 .292-.293A6 6 0 1 0 1.5 7.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/codescan-24.svg b/mkdocs-material/material/templates/.icons/octicons/codescan-24.svg new file mode 100644 index 0000000..51d7ca8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/codescan-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.97 6.97a.75.75 0 0 0 0 1.06l2.47 2.47-2.47 2.47a.75.75 0 1 0 1.06 1.06l3-3a.75.75 0 0 0 0-1.06l-3-3a.75.75 0 0 0-1.06 0M9.03 8.03a.75.75 0 0 0-1.06-1.06l-3 3a.75.75 0 0 0 0 1.06l3 3a.75.75 0 0 0 1.06-1.06L6.56 10.5z"/><path d="M10.5 0C16.299 0 21 4.701 21 10.5a10.46 10.46 0 0 1-2.564 6.875l4.344 4.345a.749.749 0 0 1-.326 1.275.75.75 0 0 1-.734-.215l-4.345-4.344A10.46 10.46 0 0 1 10.5 21C4.701 21 0 16.299 0 10.5S4.701 0 10.5 0m-9 10.5a9 9 0 0 0 9 9 9 9 0 0 0 9-9 9 9 0 0 0-9-9 9 9 0 0 0-9 9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/codescan-checkmark-16.svg b/mkdocs-material/material/templates/.icons/octicons/codescan-checkmark-16.svg new file mode 100644 index 0000000..9b9c90b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/codescan-checkmark-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M10.28 6.28a.75.75 0 1 0-1.06-1.06L6.25 8.19l-.97-.97a.75.75 0 0 0-1.06 1.06l1.5 1.5a.75.75 0 0 0 1.06 0z"/><path d="M7.5 15a7.5 7.5 0 1 1 5.807-2.754l2.473 2.474a.749.749 0 0 1-.326 1.275.75.75 0 0 1-.734-.215l-2.474-2.473A7.47 7.47 0 0 1 7.5 15m0-13.5a6 6 0 1 0 4.094 10.386.75.75 0 0 1 .293-.292 6 6 0 0 0 1.117-6.486A6 6 0 0 0 7.5 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/codescan-checkmark-24.svg b/mkdocs-material/material/templates/.icons/octicons/codescan-checkmark-24.svg new file mode 100644 index 0000000..9637bb5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/codescan-checkmark-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.03 8.28a.75.75 0 0 0-1.06-1.06l-5.22 5.22-2.22-2.22a.75.75 0 1 0-1.06 1.06l2.75 2.75a.75.75 0 0 0 1.06 0z"/><path d="M0 10.5C0 4.701 4.701 0 10.5 0S21 4.701 21 10.5c0 2.63-.967 5.033-2.564 6.875l4.344 4.345a.749.749 0 0 1-.326 1.275.75.75 0 0 1-.734-.215l-4.345-4.344A10.46 10.46 0 0 1 10.5 21C4.701 21 0 16.299 0 10.5m10.5-9a9 9 0 0 0-9 9 9 9 0 0 0 9 9 9 9 0 0 0 9-9 9 9 0 0 0-9-9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/codespaces-16.svg b/mkdocs-material/material/templates/.icons/octicons/codespaces-16.svg new file mode 100644 index 0000000..91cedb7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/codespaces-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M0 11.25c0-.966.784-1.75 1.75-1.75h12.5c.966 0 1.75.784 1.75 1.75v3A1.75 1.75 0 0 1 14.25 16H1.75A1.75 1.75 0 0 1 0 14.25Zm2-9.5C2 .784 2.784 0 3.75 0h8.5C13.216 0 14 .784 14 1.75v5a1.75 1.75 0 0 1-1.75 1.75h-8.5A1.75 1.75 0 0 1 2 6.75Zm1.75-.25a.25.25 0 0 0-.25.25v5c0 .138.112.25.25.25h8.5a.25.25 0 0 0 .25-.25v-5a.25.25 0 0 0-.25-.25Zm-2 9.5a.25.25 0 0 0-.25.25v3c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25v-3a.25.25 0 0 0-.25-.25Z"/><path d="M7 12.75a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75m-4 0a.75.75 0 0 1 .75-.75h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1-.75-.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/codespaces-24.svg b/mkdocs-material/material/templates/.icons/octicons/codespaces-24.svg new file mode 100644 index 0000000..0b95980 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/codespaces-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.5 3.75C3.5 2.784 4.284 2 5.25 2h13.5c.966 0 1.75.784 1.75 1.75v7.5A1.75 1.75 0 0 1 18.75 13H5.25a1.75 1.75 0 0 1-1.75-1.75Zm-2 12c0-.966.784-1.75 1.75-1.75h17.5c.966 0 1.75.784 1.75 1.75v4a1.75 1.75 0 0 1-1.75 1.75H3.25a1.75 1.75 0 0 1-1.75-1.75ZM5.25 3.5a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h13.5a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25Zm-2 12a.25.25 0 0 0-.25.25v4c0 .138.112.25.25.25h17.5a.25.25 0 0 0 .25-.25v-4a.25.25 0 0 0-.25-.25Z"/><path d="M10 17.75a.75.75 0 0 1 .75-.75h6.5a.75.75 0 0 1 0 1.5h-6.5a.75.75 0 0 1-.75-.75m-4 0a.75.75 0 0 1 .75-.75h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1-.75-.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/columns-16.svg b/mkdocs-material/material/templates/.icons/octicons/columns-16.svg new file mode 100644 index 0000000..bb414ee --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/columns-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M2.75 0h2.5C6.216 0 7 .784 7 1.75v12.5A1.75 1.75 0 0 1 5.25 16h-2.5A1.75 1.75 0 0 1 1 14.25V1.75C1 .784 1.784 0 2.75 0m8 0h2.5C14.216 0 15 .784 15 1.75v12.5A1.75 1.75 0 0 1 13.25 16h-2.5A1.75 1.75 0 0 1 9 14.25V1.75C9 .784 9.784 0 10.75 0M2.5 1.75v12.5c0 .138.112.25.25.25h2.5a.25.25 0 0 0 .25-.25V1.75a.25.25 0 0 0-.25-.25h-2.5a.25.25 0 0 0-.25.25m8 0v12.5c0 .138.112.25.25.25h2.5a.25.25 0 0 0 .25-.25V1.75a.25.25 0 0 0-.25-.25h-2.5a.25.25 0 0 0-.25.25"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/columns-24.svg b/mkdocs-material/material/templates/.icons/octicons/columns-24.svg new file mode 100644 index 0000000..a305833 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/columns-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.75 2h5.5c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0 1 9.25 22h-5.5A1.75 1.75 0 0 1 2 20.25V3.75C2 2.784 2.784 2 3.75 2m11 0h5.5c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0 1 20.25 22h-5.5A1.75 1.75 0 0 1 13 20.25V3.75c0-.966.784-1.75 1.75-1.75M3.5 3.75v16.5c0 .138.112.25.25.25h5.5a.25.25 0 0 0 .25-.25V3.75a.25.25 0 0 0-.25-.25h-5.5a.25.25 0 0 0-.25.25m11 0v16.5c0 .138.112.25.25.25h5.5a.25.25 0 0 0 .25-.25V3.75a.25.25 0 0 0-.25-.25h-5.5a.25.25 0 0 0-.25.25"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/command-palette-16.svg b/mkdocs-material/material/templates/.icons/octicons/command-palette-16.svg new file mode 100644 index 0000000..e4c4fd8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/command-palette-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="m6.354 8.04-4.773 4.773a.75.75 0 1 0 1.061 1.06L7.945 8.57a.75.75 0 0 0 0-1.06L2.642 2.206a.75.75 0 0 0-1.06 1.061L6.353 8.04ZM8.75 11.5a.75.75 0 0 0 0 1.5h5.5a.75.75 0 0 0 0-1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/command-palette-24.svg b/mkdocs-material/material/templates/.icons/octicons/command-palette-24.svg new file mode 100644 index 0000000..cb496d4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/command-palette-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.045 18.894 9.94 12 3.045 5.106a.75.75 0 0 1 1.06-1.061l7.425 7.425a.75.75 0 0 1 0 1.06l-7.424 7.425a.75.75 0 0 1-1.061-1.06Zm8.205.606a.75.75 0 0 0 0 1.5h9.5a.75.75 0 0 0 0-1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/comment-16.svg b/mkdocs-material/material/templates/.icons/octicons/comment-16.svg new file mode 100644 index 0000000..809e1fc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/comment-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M1 2.75C1 1.784 1.784 1 2.75 1h10.5c.966 0 1.75.784 1.75 1.75v7.5A1.75 1.75 0 0 1 13.25 12H9.06l-2.573 2.573A1.458 1.458 0 0 1 4 13.543V12H2.75A1.75 1.75 0 0 1 1 10.25Zm1.75-.25a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h2a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.75.75 0 0 1 .53-.22h4.5a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/comment-24.svg b/mkdocs-material/material/templates/.icons/octicons/comment-24.svg new file mode 100644 index 0000000..ff7b5e1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/comment-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.5 4.25c0-.966.784-1.75 1.75-1.75h17.5c.966 0 1.75.784 1.75 1.75v12.5a1.75 1.75 0 0 1-1.75 1.75h-9.69l-3.573 3.573A1.458 1.458 0 0 1 5 21.043V18.5H3.25a1.75 1.75 0 0 1-1.75-1.75ZM3.25 4a.25.25 0 0 0-.25.25v12.5c0 .138.112.25.25.25h2.5a.75.75 0 0 1 .75.75v3.19l3.72-3.72a.75.75 0 0 1 .53-.22h10a.25.25 0 0 0 .25-.25V4.25a.25.25 0 0 0-.25-.25Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/comment-discussion-16.svg b/mkdocs-material/material/templates/.icons/octicons/comment-discussion-16.svg new file mode 100644 index 0000000..d4a4cef --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/comment-discussion-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M1.75 1h8.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 10.25 10H7.061l-2.574 2.573A1.458 1.458 0 0 1 2 11.543V10h-.25A1.75 1.75 0 0 1 0 8.25v-5.5C0 1.784.784 1 1.75 1M1.5 2.75v5.5c0 .138.112.25.25.25h1a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.75.75 0 0 1 .53-.22h3.5a.25.25 0 0 0 .25-.25v-5.5a.25.25 0 0 0-.25-.25h-8.5a.25.25 0 0 0-.25.25m13 2a.25.25 0 0 0-.25-.25h-.5a.75.75 0 0 1 0-1.5h.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 14.25 12H14v1.543a1.458 1.458 0 0 1-2.487 1.03L9.22 12.28a.749.749 0 0 1 .326-1.275.75.75 0 0 1 .734.215l2.22 2.22v-2.19a.75.75 0 0 1 .75-.75h1a.25.25 0 0 0 .25-.25Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/comment-discussion-24.svg b/mkdocs-material/material/templates/.icons/octicons/comment-discussion-24.svg new file mode 100644 index 0000000..f0e9255 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/comment-discussion-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.75 1h12.5c.966 0 1.75.784 1.75 1.75v9.5A1.75 1.75 0 0 1 14.25 14H8.061l-2.574 2.573A1.458 1.458 0 0 1 3 15.543V14H1.75A1.75 1.75 0 0 1 0 12.25v-9.5C0 1.784.784 1 1.75 1M1.5 2.75v9.5c0 .138.112.25.25.25h2a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.75.75 0 0 1 .53-.22h6.5a.25.25 0 0 0 .25-.25v-9.5a.25.25 0 0 0-.25-.25H1.75a.25.25 0 0 0-.25.25"/><path d="M22.5 8.75a.25.25 0 0 0-.25-.25h-3.5a.75.75 0 0 1 0-1.5h3.5c.966 0 1.75.784 1.75 1.75v9.5A1.75 1.75 0 0 1 22.25 20H21v1.543a1.457 1.457 0 0 1-2.487 1.03L15.939 20H10.75A1.75 1.75 0 0 1 9 18.25v-1.465a.75.75 0 0 1 1.5 0v1.465c0 .138.112.25.25.25h5.5a.75.75 0 0 1 .53.22l2.72 2.72v-2.19a.75.75 0 0 1 .75-.75h2a.25.25 0 0 0 .25-.25z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/container-16.svg b/mkdocs-material/material/templates/.icons/octicons/container-16.svg new file mode 100644 index 0000000..0250bba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/container-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="m10.41.24 4.711 2.774c.544.316.878.897.879 1.526v5.01a1.77 1.77 0 0 1-.88 1.53l-7.753 4.521-.002.001a1.77 1.77 0 0 1-1.774 0H5.59L.873 12.85A1.76 1.76 0 0 1 0 11.327V6.292c0-.304.078-.598.22-.855l.004-.005.01-.019c.15-.262.369-.486.64-.643L8.641.239a1.75 1.75 0 0 1 1.765 0l.002.001ZM9.397 1.534l-7.17 4.182 4.116 2.388a.27.27 0 0 0 .269 0l7.152-4.148-4.115-2.422a.25.25 0 0 0-.252 0m-7.768 10.02 4.1 2.393V9.474a2 2 0 0 1-.138-.072L1.5 7.029v4.298c0 .095.05.181.129.227m8.6.642 1.521-.887v-4.45l-1.521.882ZM7.365 9.402h.001q-.066.038-.136.071v4.472l1.5-.875V8.61Zm5.885 1.032 1.115-.65h.002a.27.27 0 0 0 .133-.232V5.264l-1.25.725Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/container-24.svg b/mkdocs-material/material/templates/.icons/octicons/container-24.svg new file mode 100644 index 0000000..53f5a20 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/container-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.152.682a2.25 2.25 0 0 1 2.269 0l.007.004 6.957 4.276a2.28 2.28 0 0 1 1.126 1.964v7.516c0 .81-.432 1.56-1.133 1.968l-.002.001-11.964 7.037-.004.003c-.706.41-1.578.41-2.284 0l-.026-.015-6.503-4.502a2.27 2.27 0 0 1-1.096-1.943V9.438c0-.392.1-.77.284-1.1l.003-.006.014-.026c.197-.342.48-.627.82-.827h.002L13.152.681Zm.757 1.295h-.001L2.648 8.616l6.248 4.247a.78.78 0 0 0 .758-.01h.001l11.633-6.804-6.629-4.074a.75.75 0 0 0-.75.003ZM8.517 14.33a2.3 2.3 0 0 1-.393-.18l-.023-.014-6.102-4.147v7.003c0 .275.145.528.379.664l.025.014 6.114 4.232zM18 9.709l-3.25 1.9v7.548L18 17.245Zm-7.59 4.438-.002.002a2.3 2.3 0 0 1-.391.18v7.612l3.233-1.902v-7.552Zm9.09-5.316v7.532l2.124-1.25a.78.78 0 0 0 .387-.671V7.363Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/copilot-16.svg b/mkdocs-material/material/templates/.icons/octicons/copilot-16.svg new file mode 100644 index 0000000..6b22667 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/copilot-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M7.998 15.035c-4.562 0-7.873-2.914-7.998-3.749V9.338c.085-.628.677-1.686 1.588-2.065q.019-.105.036-.218c.029-.183.06-.384.126-.612-.201-.508-.254-1.084-.254-1.656 0-.87.128-1.769.693-2.484.579-.733 1.494-1.124 2.724-1.261 1.206-.134 2.262.034 2.944.765q.075.08.139.165.068-.085.143-.165c.682-.731 1.738-.899 2.944-.765 1.23.137 2.145.528 2.724 1.261.566.715.693 1.614.693 2.484 0 .572-.053 1.148-.254 1.656.066.228.098.429.126.612q.018.113.037.218c.924.385 1.522 1.471 1.591 2.095v1.872c0 .766-3.351 3.795-8.002 3.795m0-1.485c2.28 0 4.584-1.11 5.002-1.433V7.862l-.023-.116c-.49.21-1.075.291-1.727.291-1.146 0-2.059-.327-2.71-.991A3.2 3.2 0 0 1 8 6.303a3.2 3.2 0 0 1-.544.743c-.65.664-1.563.991-2.71.991-.652 0-1.236-.081-1.727-.291l-.023.116v4.255c.419.323 2.722 1.433 5.002 1.433M6.762 2.83c-.193-.206-.637-.413-1.682-.297-1.019.113-1.479.404-1.713.7-.247.312-.369.789-.369 1.554 0 .793.129 1.171.308 1.371.162.181.519.379 1.442.379.853 0 1.339-.235 1.638-.54.315-.322.527-.827.617-1.553.117-.935-.037-1.395-.241-1.614m4.155-.297c-1.044-.116-1.488.091-1.681.297-.204.219-.359.679-.242 1.614.091.726.303 1.231.618 1.553.299.305.784.54 1.638.54.922 0 1.28-.198 1.442-.379.179-.2.308-.578.308-1.371 0-.765-.123-1.242-.37-1.554-.233-.296-.693-.587-1.713-.7"/><path d="M6.25 9.037a.75.75 0 0 1 .75.75v1.501a.75.75 0 0 1-1.5 0V9.787a.75.75 0 0 1 .75-.75m4.25.75v1.501a.75.75 0 0 1-1.5 0V9.787a.75.75 0 0 1 1.5 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/copilot-24.svg b/mkdocs-material/material/templates/.icons/octicons/copilot-24.svg new file mode 100644 index 0000000..e680aac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/copilot-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.922 16.992c-.861 1.495-5.859 5.023-11.922 5.023S.939 18.487.078 16.992A.6.6 0 0 1 0 16.736v-2.869a.8.8 0 0 1 .053-.22c.372-.935 1.347-2.292 2.605-2.656.167-.429.414-1.055.644-1.517a10 10 0 0 1-.052-1.086c0-1.331.282-2.499 1.132-3.368.397-.406.89-.717 1.474-.952 1.399-1.136 3.392-2.093 6.122-2.093s4.767.957 6.166 2.093c.584.235 1.077.546 1.474.952.85.869 1.132 2.037 1.132 3.368 0 .368-.014.733-.052 1.086.23.462.477 1.088.644 1.517 1.258.364 2.233 1.721 2.605 2.656a.8.8 0 0 1 .053.22v2.869a.6.6 0 0 1-.078.256M12.172 11h-.344a4 4 0 0 1-.355.508C10.703 12.455 9.555 13 7.965 13c-1.725 0-2.989-.359-3.782-1.259a2 2 0 0 1-.085-.104L4 11.741v6.585c1.435.779 4.514 2.179 8 2.179s6.565-1.4 8-2.179v-6.585l-.098-.104s-.033.045-.085.104c-.793.9-2.057 1.259-3.782 1.259-1.59 0-2.738-.545-3.508-1.492a4 4 0 0 1-.355-.508h-.016zm.641-2.935c.136 1.057.403 1.913.878 2.497.442.544 1.134.938 2.344.938 1.573 0 2.292-.337 2.657-.751.384-.435.558-1.15.558-2.361 0-1.14-.243-1.847-.705-2.319-.477-.488-1.319-.862-2.824-1.025-1.487-.161-2.192.138-2.533.529-.269.307-.437.808-.438 1.578v.021q0 .397.063.893m-1.626 0q.063-.496.063-.894v-.02c-.001-.77-.169-1.271-.438-1.578-.341-.391-1.046-.69-2.533-.529-1.505.163-2.347.537-2.824 1.025-.462.472-.705 1.179-.705 2.319 0 1.211.175 1.926.558 2.361.365.414 1.084.751 2.657.751 1.21 0 1.902-.394 2.344-.938.475-.584.742-1.44.878-2.497"/><path d="M14.5 14.25a1 1 0 0 1 1 1v2a1 1 0 0 1-2 0v-2a1 1 0 0 1 1-1m-5 0a1 1 0 0 1 1 1v2a1 1 0 0 1-2 0v-2a1 1 0 0 1 1-1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/copilot-48.svg b/mkdocs-material/material/templates/.icons/octicons/copilot-48.svg new file mode 100644 index 0000000..189e33a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/copilot-48.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M47.801 34.003c-1.72 2.988-11.706 10.037-23.82 10.037S1.881 36.991.161 34.003a1.3 1.3 0 0 1-.161-.57v-5.615q.017-.256.11-.498c.744-1.867 2.692-4.58 5.206-5.308.333-.855.826-2.106 1.287-3.029a20 20 0 0 1-.104-2.171c0-2.659.563-4.992 2.262-6.729.793-.811 1.777-1.433 2.945-1.901C14.502 5.911 18.483 4 23.938 4s9.523 1.911 12.319 4.182c1.167.468 2.151 1.09 2.944 1.901 1.699 1.737 2.263 4.07 2.263 6.729 0 .736-.027 1.465-.105 2.171.461.923.954 2.174 1.288 3.029 2.513.728 4.461 3.441 5.205 5.308.081.205.115.424.115.645v5.318c0 .252-.04.502-.166.72M24.325 22.031h-.688a8.5 8.5 0 0 1-.709 1.016c-1.537 1.892-3.833 2.98-7.008 2.98-3.447 0-5.972-.717-7.557-2.514a4 4 0 0 1-.171-.21l-.195.21v13.155c2.867 1.558 9.02 4.353 15.984 4.353s13.117-2.795 15.984-4.353V23.513l-.195-.21s-.066.091-.171.21c-1.584 1.797-4.11 2.514-7.557 2.514-3.175 0-5.47-1.088-7.008-2.98a9 9 0 0 1-.709-1.016h-.033zm-1.969-5.864a14 14 0 0 0 .127-1.785v-.042c-.003-1.537-.339-2.538-.876-3.152-.681-.78-2.09-1.378-5.06-1.057-3.008.326-4.69 1.073-5.643 2.048-.923.944-1.408 2.356-1.408 4.633 0 2.42.348 3.849 1.115 4.719.729.827 2.165 1.499 5.309 1.499 2.417 0 3.799-.786 4.683-1.873.948-1.168 1.482-2.878 1.753-4.99m3.25 0c.271 2.112.805 3.822 1.754 4.99.883 1.087 2.265 1.873 4.682 1.873 3.145 0 4.58-.672 5.309-1.499.767-.87 1.116-2.299 1.116-4.719 0-2.277-.485-3.689-1.408-4.633-.954-.975-2.635-1.722-5.644-2.048-2.969-.321-4.378.277-5.06 1.057-.537.614-.873 1.615-.876 3.152v.042q.001.793.127 1.785"/><path d="M28.998 28.516c1.104 0 1.999.895 1.999 1.999v3.998a2 2 0 1 1-3.998 0v-3.998c0-1.104.895-1.999 1.999-1.999m-9.996 0c1.104 0 1.999.895 1.999 1.999v3.998a2 2 0 1 1-3.998 0v-3.998c0-1.104.895-1.999 1.999-1.999"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/copilot-96.svg b/mkdocs-material/material/templates/.icons/octicons/copilot-96.svg new file mode 100644 index 0000000..e227c9e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/copilot-96.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96"><path d="M95.667 67.954C92.225 73.933 72.24 88.04 47.997 88.04S3.769 73.933.328 67.954c-.216-.375-.307-.796-.328-1.226V55.661c.019-.371.089-.736.226-1.081 1.489-3.738 5.386-9.166 10.417-10.623.667-1.712 1.655-4.215 2.576-6.062-.154-1.414-.208-2.872-.208-4.345 0-5.322 1.128-9.99 4.527-13.466 1.587-1.623 3.557-2.869 5.893-3.805 5.595-4.545 13.563-8.369 24.48-8.369s19.057 3.824 24.652 8.369c2.337.936 4.306 2.182 5.894 3.805 3.399 3.476 4.527 8.144 4.527 13.466 0 1.473-.054 2.931-.208 4.345.921 1.847 1.909 4.35 2.576 6.062 5.03 1.457 8.928 6.885 10.417 10.623.163.41.231.848.231 1.289v10.644c0 .504-.081 1.004-.333 1.441M48.686 43.993l-.3.001-1.077-.001q-.633 1.066-1.418 2.035c-3.078 3.787-7.672 5.964-14.026 5.964-6.897 0-11.952-1.435-15.123-5.032a8 8 0 0 1-.342-.419l-.39.419v26.326c5.737 3.118 18.05 8.713 31.987 8.713 13.938 0 26.251-5.595 31.988-8.713V46.96l-.39-.419s-.132.181-.342.419c-3.171 3.597-8.226 5.032-15.123 5.032-6.354 0-10.949-2.177-14.026-5.964a17 17 0 0 1-1.418-2.034h-.066zm-3.94-11.733c.17-1.326.251-2.513.253-3.573v-.084c-.005-3.077-.678-5.079-1.752-6.308-1.365-1.562-4.184-2.758-10.127-2.115-6.021.652-9.386 2.146-11.294 4.098-1.847 1.889-2.818 4.715-2.818 9.272 0 4.842.698 7.703 2.232 9.443 1.459 1.655 4.332 3.001 10.625 3.001 4.837 0 7.603-1.573 9.371-3.749 1.899-2.336 2.967-5.759 3.51-9.985m6.503 0c.543 4.226 1.611 7.649 3.51 9.985 1.768 2.176 4.533 3.749 9.371 3.749 6.292 0 9.165-1.346 10.624-3.001 1.535-1.74 2.232-4.601 2.232-9.443 0-4.557-.97-7.383-2.817-9.272-1.908-1.952-5.274-3.446-11.294-4.098-5.943-.643-8.763.553-10.127 2.115-1.074 1.229-1.747 3.231-1.752 6.308v.084c.002 1.06.083 2.247.253 3.573m-2.563 11.734h.066z"/><path d="M38.5 55.75a3.5 3.5 0 0 1 3.5 3.5v8.5a3.5 3.5 0 1 1-7 0v-8.5a3.5 3.5 0 0 1 3.5-3.5m19 0a3.5 3.5 0 0 1 3.5 3.5v8.5a3.5 3.5 0 1 1-7 0v-8.5a3.5 3.5 0 0 1 3.5-3.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/copilot-error-16.svg b/mkdocs-material/material/templates/.icons/octicons/copilot-error-16.svg new file mode 100644 index 0000000..97dc4a4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/copilot-error-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M16 11.24c0 .112-.072.274-.21.467L13 9.688V7.862l-.023-.116c-.49.21-1.075.291-1.727.291q-.297 0-.571-.029L6.833 5.226a4 4 0 0 0 .17-.782c.117-.935-.037-1.395-.241-1.614-.193-.206-.637-.413-1.682-.297-.683.076-1.115.231-1.395.415l-1.257-.91c.579-.564 1.413-.877 2.485-.996 1.206-.134 2.262.034 2.944.765q.075.08.139.165.068-.085.143-.165c.682-.731 1.738-.899 2.944-.765 1.23.137 2.145.528 2.724 1.261.566.715.693 1.614.693 2.484 0 .572-.053 1.148-.254 1.656.066.228.098.429.126.612q.018.113.037.218c.924.385 1.522 1.471 1.591 2.095Zm-5.083-8.707c-1.044-.116-1.488.091-1.681.297-.204.219-.359.679-.242 1.614.091.726.303 1.231.618 1.553.299.305.784.54 1.638.54.922 0 1.28-.198 1.442-.379.179-.2.308-.578.308-1.371 0-.765-.123-1.242-.37-1.554-.233-.296-.693-.587-1.713-.7m2.511 11.074c-1.393.776-3.272 1.428-5.43 1.428-4.562 0-7.873-2.914-7.998-3.749V9.338c.085-.628.677-1.686 1.588-2.065q.019-.105.036-.218c.029-.183.06-.384.126-.612-.18-.455-.241-.963-.252-1.475L.31 4.107A.75.75 0 0 1 0 3.509V3.49a.75.75 0 0 1 .625-.73c.156-.026.306.047.435.139l14.667 10.578a.6.6 0 0 1 .227.264.8.8 0 0 1 .046.249v.022a.75.75 0 0 1-1.19.596Zm-1.367-.991L5.635 7.964a5 5 0 0 1-.889.073c-.652 0-1.236-.081-1.727-.291l-.023.116v4.255c.419.323 2.722 1.433 5.002 1.433 1.539 0 3.089-.505 4.063-.934"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/copilot-warning-16.svg b/mkdocs-material/material/templates/.icons/octicons/copilot-warning-16.svg new file mode 100644 index 0000000..d4966e3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/copilot-warning-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8.498 14.811a4.5 4.5 0 0 1-1.161-1.337 4.5 4.5 0 0 1-.587-2.224 4.496 4.496 0 0 1 4.5-4.5 4.5 4.5 0 0 1 4.5 4.5 4.5 4.5 0 0 1-7.252 3.561M10.5 8.75V11a.75.75 0 0 0 1.5 0V8.75a.75.75 0 1 0-1.5 0m.75 5.75a1 1 0 1 0 0-2 1 1 0 0 0 0 2"/><path d="m14.354 6.114-.05-.029a6 6 0 0 0-1.351-.589c.03-.19.047-.422.047-.709 0-.765-.123-1.242-.37-1.554-.233-.296-.693-.587-1.713-.7-1.044-.116-1.488.091-1.681.297-.204.219-.359.679-.242 1.614.058.462.165.834.316 1.127A6.03 6.03 0 0 0 6.369 7.76q-.71.277-1.623.277c-.652 0-1.236-.081-1.727-.291l-.023.116v4.255c.265.205 1.285.725 2.577 1.079a6 6 0 0 0 .939 1.736C2.733 14.407.111 12.027 0 11.286V9.338c.085-.628.677-1.686 1.588-2.065q.019-.105.036-.218c.029-.183.06-.384.126-.612-.201-.508-.254-1.084-.254-1.656 0-.87.128-1.769.693-2.484.579-.733 1.494-1.124 2.724-1.261 1.206-.134 2.262.034 2.944.765q.075.08.139.165.068-.085.143-.165c.682-.731 1.738-.899 2.944-.765 1.23.137 2.145.528 2.724 1.261.566.715.693 1.614.693 2.484 0 .452-.033.906-.146 1.327M6.762 2.83c-.193-.206-.637-.413-1.682-.297-1.019.113-1.479.404-1.713.7-.247.312-.369.789-.369 1.554 0 .793.129 1.171.308 1.371.162.181.519.379 1.442.379.853 0 1.339-.235 1.638-.54.315-.322.527-.827.617-1.553.117-.935-.037-1.395-.241-1.614"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/copy-16.svg b/mkdocs-material/material/templates/.icons/octicons/copy-16.svg new file mode 100644 index 0000000..796f77a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/copy-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M0 6.75C0 5.784.784 5 1.75 5h1.5a.75.75 0 0 1 0 1.5h-1.5a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 0 0 .25-.25v-1.5a.75.75 0 0 1 1.5 0v1.5A1.75 1.75 0 0 1 9.25 16h-7.5A1.75 1.75 0 0 1 0 14.25Z"/><path d="M5 1.75C5 .784 5.784 0 6.75 0h7.5C15.216 0 16 .784 16 1.75v7.5A1.75 1.75 0 0 1 14.25 11h-7.5A1.75 1.75 0 0 1 5 9.25Zm1.75-.25a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/copy-24.svg b/mkdocs-material/material/templates/.icons/octicons/copy-24.svg new file mode 100644 index 0000000..14b78f8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/copy-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.024 3.75c0-.966.784-1.75 1.75-1.75H20.25c.966 0 1.75.784 1.75 1.75v11.498a1.75 1.75 0 0 1-1.75 1.75H8.774a1.75 1.75 0 0 1-1.75-1.75Zm1.75-.25a.25.25 0 0 0-.25.25v11.498c0 .139.112.25.25.25H20.25a.25.25 0 0 0 .25-.25V3.75a.25.25 0 0 0-.25-.25Z"/><path d="M1.995 10.749a1.75 1.75 0 0 1 1.75-1.751H5.25a.75.75 0 1 1 0 1.5H3.745a.25.25 0 0 0-.25.25L3.5 20.25c0 .138.111.25.25.25h9.5a.25.25 0 0 0 .25-.25v-1.51a.75.75 0 1 1 1.5 0v1.51A1.75 1.75 0 0 1 13.25 22h-9.5A1.75 1.75 0 0 1 2 20.25z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/cpu-16.svg b/mkdocs-material/material/templates/.icons/octicons/cpu-16.svg new file mode 100644 index 0000000..dd1cb78 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/cpu-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M6.5.75V2h3V.75a.75.75 0 0 1 1.5 0V2h1.25c.966 0 1.75.784 1.75 1.75V5h1.25a.75.75 0 0 1 0 1.5H14v3h1.25a.75.75 0 0 1 0 1.5H14v1.25A1.75 1.75 0 0 1 12.25 14H11v1.25a.75.75 0 0 1-1.5 0V14h-3v1.25a.75.75 0 0 1-1.5 0V14H3.75A1.75 1.75 0 0 1 2 12.25V11H.75a.75.75 0 0 1 0-1.5H2v-3H.75a.75.75 0 0 1 0-1.5H2V3.75C2 2.784 2.784 2 3.75 2H5V.75a.75.75 0 0 1 1.5 0m5.75 11.75a.25.25 0 0 0 .25-.25v-8.5a.25.25 0 0 0-.25-.25h-8.5a.25.25 0 0 0-.25.25v8.5c0 .138.112.25.25.25ZM5.75 5h4.5a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-.75.75h-4.5a.75.75 0 0 1-.75-.75v-4.5A.75.75 0 0 1 5.75 5m.75 4.5h3v-3h-3Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/cpu-24.svg b/mkdocs-material/material/templates/.icons/octicons/cpu-24.svg new file mode 100644 index 0000000..b27a953 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/cpu-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.75 8h6.5a.75.75 0 0 1 .75.75v6.5a.75.75 0 0 1-.75.75h-6.5a.75.75 0 0 1-.75-.75v-6.5A.75.75 0 0 1 8.75 8m.75 6.5h5v-5h-5Z"/><path d="M15.25 1a.75.75 0 0 1 .75.75V4h2.25c.966 0 1.75.784 1.75 1.75V8h2.25a.75.75 0 0 1 0 1.5H20v5h2.25a.75.75 0 0 1 0 1.5H20v2.25A1.75 1.75 0 0 1 18.25 20H16v2.25a.75.75 0 0 1-1.5 0V20h-5v2.25a.75.75 0 0 1-1.5 0V20H5.75A1.75 1.75 0 0 1 4 18.25V16H1.75a.75.75 0 0 1 0-1.5H4v-5H1.75a.75.75 0 0 1 0-1.5H4V5.75C4 4.784 4.784 4 5.75 4H8V1.75a.75.75 0 0 1 1.5 0V4h5V1.75a.75.75 0 0 1 .75-.75m3 17.5a.25.25 0 0 0 .25-.25V5.75a.25.25 0 0 0-.25-.25H5.75a.25.25 0 0 0-.25.25v12.5c0 .138.112.25.25.25Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/credit-card-16.svg b/mkdocs-material/material/templates/.icons/octicons/credit-card-16.svg new file mode 100644 index 0000000..542ffe0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/credit-card-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M10.75 9a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5z"/><path d="M0 3.75C0 2.784.784 2 1.75 2h12.5c.966 0 1.75.784 1.75 1.75v8.5A1.75 1.75 0 0 1 14.25 14H1.75A1.75 1.75 0 0 1 0 12.25ZM14.5 6.5h-13v5.75c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25Zm0-2.75a.25.25 0 0 0-.25-.25H1.75a.25.25 0 0 0-.25.25V5h13Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/credit-card-24.svg b/mkdocs-material/material/templates/.icons/octicons/credit-card-24.svg new file mode 100644 index 0000000..048278b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/credit-card-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.25 14a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5z"/><path d="M1.75 3h20.5c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0 1 22.25 21H1.75A1.75 1.75 0 0 1 0 19.25V4.75C0 3.784.784 3 1.75 3m-.25 7v9.25c0 .138.112.25.25.25h20.5a.25.25 0 0 0 .25-.25V10Zm0-5.25V8.5h21V4.75a.25.25 0 0 0-.25-.25H1.75a.25.25 0 0 0-.25.25"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/cross-reference-16.svg b/mkdocs-material/material/templates/.icons/octicons/cross-reference-16.svg new file mode 100644 index 0000000..9251071 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/cross-reference-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M2.75 3.5a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h2a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.75.75 0 0 1 .53-.22h4.5a.25.25 0 0 0 .25-.25v-2.5a.75.75 0 0 1 1.5 0v2.5A1.75 1.75 0 0 1 13.25 13H9.06l-2.573 2.573A1.458 1.458 0 0 1 4 14.543V13H2.75A1.75 1.75 0 0 1 1 11.25v-7.5C1 2.784 1.784 2 2.75 2h5.5a.75.75 0 0 1 0 1.5ZM16 1.25v4.146a.25.25 0 0 1-.427.177L14.03 4.03l-3.75 3.75a.749.749 0 0 1-1.275-.326.75.75 0 0 1 .215-.734l3.75-3.75-1.543-1.543A.25.25 0 0 1 11.604 1h4.146a.25.25 0 0 1 .25.25"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/cross-reference-24.svg b/mkdocs-material/material/templates/.icons/octicons/cross-reference-24.svg new file mode 100644 index 0000000..abdd7e4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/cross-reference-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.5 2.25a.75.75 0 0 1 .75-.75h5.5a.75.75 0 0 1 .75.75v5.5a.75.75 0 0 1-1.5 0V4.06l-6.22 6.22a.75.75 0 1 1-1.06-1.06L20.94 3h-3.69a.75.75 0 0 1-.75-.75"/><path d="M3.25 4a.25.25 0 0 0-.25.25v12.5c0 .138.112.25.25.25h2.5a.75.75 0 0 1 .75.75v3.19l3.72-3.72a.75.75 0 0 1 .53-.22h10a.25.25 0 0 0 .25-.25v-6a.75.75 0 0 1 1.5 0v6a1.75 1.75 0 0 1-1.75 1.75h-9.69l-3.573 3.573A1.457 1.457 0 0 1 5 21.043V18.5H3.25a1.75 1.75 0 0 1-1.75-1.75V4.25c0-.966.784-1.75 1.75-1.75h11a.75.75 0 0 1 0 1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/dash-16.svg b/mkdocs-material/material/templates/.icons/octicons/dash-16.svg new file mode 100644 index 0000000..bf5c620 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/dash-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M2 7.75A.75.75 0 0 1 2.75 7h10a.75.75 0 0 1 0 1.5h-10A.75.75 0 0 1 2 7.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/dash-24.svg b/mkdocs-material/material/templates/.icons/octicons/dash-24.svg new file mode 100644 index 0000000..542791f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/dash-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.5 12.75a.75.75 0 0 1 .75-.75h13.5a.75.75 0 0 1 0 1.5H5.25a.75.75 0 0 1-.75-.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/database-16.svg b/mkdocs-material/material/templates/.icons/octicons/database-16.svg new file mode 100644 index 0000000..8992bcf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/database-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M1 3.5c0-.626.292-1.165.7-1.59.406-.422.956-.767 1.579-1.041C4.525.32 6.195 0 8 0s3.475.32 4.722.869c.622.274 1.172.62 1.578 1.04.408.426.7.965.7 1.591v9c0 .626-.292 1.165-.7 1.59-.406.422-.956.767-1.579 1.041C11.476 15.68 9.806 16 8 16c-1.805 0-3.475-.32-4.721-.869-.623-.274-1.173-.62-1.579-1.04-.408-.426-.7-.965-.7-1.591Zm1.5 0c0 .133.058.318.282.551.227.237.591.483 1.101.707C4.898 5.205 6.353 5.5 8 5.5s3.101-.295 4.118-.742c.508-.224.873-.471 1.1-.708.224-.232.282-.417.282-.55s-.058-.318-.282-.551c-.227-.237-.591-.483-1.101-.707C11.102 1.795 9.647 1.5 8 1.5s-3.101.295-4.118.742c-.508.224-.873.471-1.1.708-.224.232-.282.417-.282.55m0 4.5c0 .133.058.318.282.551.227.237.591.483 1.101.707C4.898 9.705 6.353 10 8 10s3.101-.295 4.118-.742c.508-.224.873-.471 1.1-.708.224-.232.282-.417.282-.55V5.724c-.241.15-.503.286-.778.407C11.475 6.68 9.805 7 8 7s-3.475-.32-4.721-.869a6 6 0 0 1-.779-.407Zm0 2.225V12.5c0 .133.058.318.282.55.227.237.592.484 1.1.708 1.016.447 2.471.742 4.118.742s3.102-.295 4.117-.742c.51-.224.874-.47 1.101-.707.224-.233.282-.418.282-.551v-2.275c-.241.15-.503.285-.778.406-1.247.549-2.917.869-4.722.869s-3.475-.32-4.721-.869a6 6 0 0 1-.779-.406"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/database-24.svg b/mkdocs-material/material/templates/.icons/octicons/database-24.svg new file mode 100644 index 0000000..907dd39 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/database-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1.25c2.487 0 4.773.402 6.466 1.079.844.337 1.577.758 2.112 1.264.536.507.922 1.151.922 1.907v12.987l-.026.013h.026c0 .756-.386 1.4-.922 1.907-.535.506-1.268.927-2.112 1.264-1.693.677-3.979 1.079-6.466 1.079s-4.774-.402-6.466-1.079c-.844-.337-1.577-.758-2.112-1.264C2.886 19.9 2.5 19.256 2.5 18.5h.026l-.026-.013V5.5c0-.756.386-1.4.922-1.907.535-.506 1.268-.927 2.112-1.264C7.226 1.652 9.513 1.25 12 1.25M4 14.371v4.116l-.013.013H4c0 .211.103.487.453.817.351.332.898.666 1.638.962 1.475.589 3.564.971 5.909.971s4.434-.381 5.909-.971c.739-.296 1.288-.63 1.638-.962.349-.33.453-.607.453-.817h.013L20 18.487v-4.116a8 8 0 0 1-1.534.8c-1.693.677-3.979 1.079-6.466 1.079s-4.774-.402-6.466-1.079a8 8 0 0 1-1.534-.8M20 12V7.871a8 8 0 0 1-1.534.8C16.773 9.348 14.487 9.75 12 9.75s-4.774-.402-6.466-1.079A8 8 0 0 1 4 7.871V12c0 .21.104.487.453.817.35.332.899.666 1.638.961 1.475.59 3.564.972 5.909.972s4.434-.382 5.909-.972c.74-.295 1.287-.629 1.638-.96.35-.33.453-.607.453-.818M4 5.5c0 .211.103.487.453.817.351.332.898.666 1.638.962 1.475.589 3.564.971 5.909.971s4.434-.381 5.909-.971c.739-.296 1.288-.63 1.638-.962.349-.33.453-.607.453-.817 0-.211-.103-.487-.453-.817-.351-.332-.898-.666-1.638-.962-1.475-.589-3.564-.971-5.909-.971s-4.434.381-5.909.971c-.739.296-1.288.63-1.638.962C4.104 5.013 4 5.29 4 5.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/dependabot-16.svg b/mkdocs-material/material/templates/.icons/octicons/dependabot-16.svg new file mode 100644 index 0000000..e42bfe6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/dependabot-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M5.75 7.5a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0v-1.5a.75.75 0 0 1 .75-.75m5.25.75a.75.75 0 0 0-1.5 0v1.5a.75.75 0 0 0 1.5 0z"/><path d="M6.25 0h2A.75.75 0 0 1 9 .75V3.5h3.25a2.25 2.25 0 0 1 2.25 2.25V8h.75a.75.75 0 0 1 0 1.5h-.75v2.75a2.25 2.25 0 0 1-2.25 2.25h-8.5a2.25 2.25 0 0 1-2.25-2.25V9.5H.75a.75.75 0 0 1 0-1.5h.75V5.75A2.25 2.25 0 0 1 3.75 3.5H7.5v-2H6.25a.75.75 0 0 1 0-1.5M3 5.75v6.5c0 .414.336.75.75.75h8.5a.75.75 0 0 0 .75-.75v-6.5a.75.75 0 0 0-.75-.75h-8.5a.75.75 0 0 0-.75.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/dependabot-24.svg b/mkdocs-material/material/templates/.icons/octicons/dependabot-24.svg new file mode 100644 index 0000000..99a5865 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/dependabot-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.75 11a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0v-3.5a.75.75 0 0 1 .75-.75m7.25.75a.75.75 0 0 0-1.5 0v3.5a.75.75 0 0 0 1.5 0z"/><path d="M9.813 1h2.437a.75.75 0 0 1 .75.75V5h6.75A2.25 2.25 0 0 1 22 7.25v5.25h1.25a.75.75 0 0 1 0 1.5H22v5.75A2.25 2.25 0 0 1 19.75 22H4.25A2.25 2.25 0 0 1 2 19.75V14H.75a.75.75 0 0 1 0-1.5H2V7.25A2.25 2.25 0 0 1 4.25 5h7.25V2.5H9.813A.75.75 0 0 1 9.812 1ZM3.5 7.25v12.5c0 .414.336.75.75.75h15.5a.75.75 0 0 0 .75-.75V7.25a.75.75 0 0 0-.75-.75H4.25a.75.75 0 0 0-.75.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/desktop-download-16.svg b/mkdocs-material/material/templates/.icons/octicons/desktop-download-16.svg new file mode 100644 index 0000000..2dcfa5b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/desktop-download-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="m4.927 5.427 2.896 2.896a.25.25 0 0 0 .354 0l2.896-2.896A.25.25 0 0 0 10.896 5H8.75V.75a.75.75 0 1 0-1.5 0V5H5.104a.25.25 0 0 0-.177.427"/><path d="M1.573 2.573a.25.25 0 0 0-.073.177v7.5a.25.25 0 0 0 .25.25h12.5a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25h-3a.75.75 0 1 1 0-1.5h3A1.75 1.75 0 0 1 16 2.75v7.5A1.75 1.75 0 0 1 14.25 12h-3.727c.099 1.041.52 1.872 1.292 2.757A.75.75 0 0 1 11.25 16h-6.5a.75.75 0 0 1-.565-1.243c.772-.885 1.192-1.716 1.292-2.757H1.75A1.75 1.75 0 0 1 0 10.25v-7.5A1.75 1.75 0 0 1 1.75 1h3a.75.75 0 0 1 0 1.5h-3a.25.25 0 0 0-.177.073M6.982 12a5.7 5.7 0 0 1-.765 2.5h3.566a5.7 5.7 0 0 1-.765-2.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/desktop-download-24.svg b/mkdocs-material/material/templates/.icons/octicons/desktop-download-24.svg new file mode 100644 index 0000000..d9d97b8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/desktop-download-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.25 9.331V.75a.75.75 0 0 1 1.5 0v8.58l1.949-2.11A.75.75 0 1 1 15.8 8.237l-3.25 3.52a.75.75 0 0 1-1.102 0l-3.25-3.52A.75.75 0 1 1 9.3 7.22z"/><path d="M2.5 3.75v11.5c0 .138.112.25.25.25h18.5a.25.25 0 0 0 .25-.25V3.75a.25.25 0 0 0-.25-.25h-5.5a.75.75 0 0 1 0-1.5h5.5c.966 0 1.75.784 1.75 1.75v11.5A1.75 1.75 0 0 1 21.25 17h-6.204c.171 1.375.805 2.652 1.769 3.757A.752.752 0 0 1 16.25 22h-8.5a.75.75 0 0 1-.566-1.243c.965-1.105 1.599-2.382 1.77-3.757H2.75A1.75 1.75 0 0 1 1 15.25V3.75C1 2.784 1.784 2 2.75 2h5.5a.75.75 0 0 1 0 1.5h-5.5a.25.25 0 0 0-.25.25M10.463 17c-.126 1.266-.564 2.445-1.223 3.5h5.52c-.66-1.055-1.098-2.234-1.223-3.5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/device-camera-16.svg b/mkdocs-material/material/templates/.icons/octicons/device-camera-16.svg new file mode 100644 index 0000000..f94f017 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/device-camera-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M15 3c.55 0 1 .45 1 1v9c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1 0-.55.45-1 1-1h4c.55 0 1 .45 1 1Zm-4.5 9c1.94 0 3.5-1.56 3.5-3.5S12.44 5 10.5 5 7 6.56 7 8.5 8.56 12 10.5 12M13 8.5c0 1.38-1.13 2.5-2.5 2.5S8 9.87 8 8.5 9.13 6 10.5 6 13 7.13 13 8.5M6 5V4H2v1Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/device-camera-24.svg b/mkdocs-material/material/templates/.icons/octicons/device-camera-24.svg new file mode 100644 index 0000000..ccbbf68 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/device-camera-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.333 5.333c.734 0 1.334.6 1.334 1.334v12c0 .733-.6 1.333-1.334 1.333H2.667c-.734 0-1.334-.6-1.334-1.333v-12c0-.734.6-1.334 1.334-1.334C2.667 4.6 3.267 4 4 4h5.333c.734 0 1.334.6 1.334 1.333zm-6 12A4.655 4.655 0 0 0 20 12.667 4.655 4.655 0 0 0 15.333 8a4.655 4.655 0 0 0-4.666 4.667 4.655 4.655 0 0 0 4.666 4.666m3.334-4.666A3.343 3.343 0 0 1 15.333 16 3.35 3.35 0 0 1 12 12.667a3.35 3.35 0 0 1 3.333-3.334 3.35 3.35 0 0 1 3.334 3.334M9.333 8V6.667H4V8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/device-camera-video-16.svg b/mkdocs-material/material/templates/.icons/octicons/device-camera-video-16.svg new file mode 100644 index 0000000..a686e3a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/device-camera-video-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M16 3.75v8.5a.75.75 0 0 1-1.136.643L11 10.575v.675A1.75 1.75 0 0 1 9.25 13h-7.5A1.75 1.75 0 0 1 0 11.25v-6.5C0 3.784.784 3 1.75 3h7.5c.966 0 1.75.784 1.75 1.75v.675l3.864-2.318A.75.75 0 0 1 16 3.75m-6.5 1a.25.25 0 0 0-.25-.25h-7.5a.25.25 0 0 0-.25.25v6.5c0 .138.112.25.25.25h7.5a.25.25 0 0 0 .25-.25zM11 8.825l3.5 2.1v-5.85l-3.5 2.1Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/device-camera-video-24.svg b/mkdocs-material/material/templates/.icons/octicons/device-camera-video-24.svg new file mode 100644 index 0000000..66a6646 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/device-camera-video-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 5.25v13a.75.75 0 0 1-1.136.643L16.5 15.075v2.175A1.75 1.75 0 0 1 14.75 19h-13A1.75 1.75 0 0 1 0 17.25v-11C0 5.284.784 4.5 1.75 4.5h13c.966 0 1.75.784 1.75 1.75v2.175l6.364-3.818A.75.75 0 0 1 24 5.25m-9 1a.25.25 0 0 0-.25-.25h-13a.25.25 0 0 0-.25.25v11c0 .138.112.25.25.25h13a.25.25 0 0 0 .25-.25zm1.5 7.075 6 3.6V6.575l-6 3.6Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/device-desktop-16.svg b/mkdocs-material/material/templates/.icons/octicons/device-desktop-16.svg new file mode 100644 index 0000000..ac8f108 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/device-desktop-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M14.25 1c.966 0 1.75.784 1.75 1.75v7.5A1.75 1.75 0 0 1 14.25 12h-3.727c.099 1.041.52 1.872 1.292 2.757A.752.752 0 0 1 11.25 16h-6.5a.75.75 0 0 1-.565-1.243c.772-.885 1.192-1.716 1.292-2.757H1.75A1.75 1.75 0 0 1 0 10.25v-7.5C0 1.784.784 1 1.75 1ZM1.75 2.5a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25ZM9.018 12H6.982a5.7 5.7 0 0 1-.765 2.5h3.566a5.7 5.7 0 0 1-.765-2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/device-desktop-24.svg b/mkdocs-material/material/templates/.icons/octicons/device-desktop-24.svg new file mode 100644 index 0000000..a1b757a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/device-desktop-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.954 17H2.75A1.75 1.75 0 0 1 1 15.25V3.75C1 2.784 1.784 2 2.75 2h18.5c.966 0 1.75.784 1.75 1.75v11.5A1.75 1.75 0 0 1 21.25 17h-6.204c.171 1.375.805 2.652 1.769 3.757A.752.752 0 0 1 16.25 22h-8.5a.75.75 0 0 1-.565-1.243c.964-1.105 1.598-2.382 1.769-3.757M21.5 3.75a.25.25 0 0 0-.25-.25H2.75a.25.25 0 0 0-.25.25v11.5c0 .138.112.25.25.25h18.5a.25.25 0 0 0 .25-.25ZM13.537 17h-3.074c-.126 1.266-.564 2.445-1.223 3.5h5.52c-.659-1.055-1.098-2.234-1.223-3.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/device-mobile-16.svg b/mkdocs-material/material/templates/.icons/octicons/device-mobile-16.svg new file mode 100644 index 0000000..b086981 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/device-mobile-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M3.75 0h8.5C13.216 0 14 .784 14 1.75v12.5A1.75 1.75 0 0 1 12.25 16h-8.5A1.75 1.75 0 0 1 2 14.25V1.75C2 .784 2.784 0 3.75 0M3.5 1.75v12.5c0 .138.112.25.25.25h8.5a.25.25 0 0 0 .25-.25V1.75a.25.25 0 0 0-.25-.25h-8.5a.25.25 0 0 0-.25.25M8 13a1 1 0 1 1 0-2 1 1 0 0 1 0 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/device-mobile-24.svg b/mkdocs-material/material/templates/.icons/octicons/device-mobile-24.svg new file mode 100644 index 0000000..3850aac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/device-mobile-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.25 5.25A.75.75 0 0 1 11 4.5h2A.75.75 0 0 1 13 6h-2a.75.75 0 0 1-.75-.75M12 19.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2"/><path d="M4 2.75C4 1.784 4.784 1 5.75 1h12.5c.966 0 1.75.784 1.75 1.75v18.5A1.75 1.75 0 0 1 18.25 23H5.75A1.75 1.75 0 0 1 4 21.25Zm1.75-.25a.25.25 0 0 0-.25.25v18.5c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25V2.75a.25.25 0 0 0-.25-.25Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/devices-16.svg b/mkdocs-material/material/templates/.icons/octicons/devices-16.svg new file mode 100644 index 0000000..caf9440 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/devices-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M0 2.75C0 1.784.784 1 1.75 1h12.5c.966 0 1.75.784 1.75 1.75V5a.75.75 0 0 1-1.5 0V2.75a.25.25 0 0 0-.25-.25H1.75a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25H7A.75.75 0 0 1 7 12h-.268a5.7 5.7 0 0 1-.765 2.5H7A.75.75 0 0 1 7 16H4.5a.75.75 0 0 1-.565-1.243c.772-.885 1.193-1.716 1.292-2.757H1.75A1.75 1.75 0 0 1 0 10.25z"/><path d="M10.75 7h3.5c.967 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 14.25 16h-3.5A1.75 1.75 0 0 1 9 14.25v-5.5C9 7.784 9.783 7 10.75 7m-.25 1.75v5.5c0 .138.112.25.25.25h3.5a.25.25 0 0 0 .25-.25v-5.5a.25.25 0 0 0-.25-.25h-3.5a.25.25 0 0 0-.25.25"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/devices-24.svg b/mkdocs-material/material/templates/.icons/octicons/devices-24.svg new file mode 100644 index 0000000..5108182 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/devices-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 3.75C1 2.784 1.784 2 2.75 2h18.5c.966 0 1.75.784 1.75 1.75v4a.75.75 0 0 1-1.5 0v-4a.25.25 0 0 0-.25-.25H2.75a.25.25 0 0 0-.25.25v11.5c0 .138.112.25.25.25h9a.75.75 0 0 1 0 1.5h-1.287c-.126 1.266-.564 2.445-1.223 3.5h2.51a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1-.565-1.243c.964-1.105 1.598-2.382 1.769-3.757H2.75A1.75 1.75 0 0 1 1 15.25z"/><path d="M14 11.75c0-.967.783-1.75 1.75-1.75h5.5c.966 0 1.75.783 1.75 1.75v8.5A1.75 1.75 0 0 1 21.25 22h-5.5A1.75 1.75 0 0 1 14 20.25Zm1.75-.25a.25.25 0 0 0-.25.25v8.5c0 .138.112.25.25.25h5.5a.25.25 0 0 0 .25-.25v-8.5a.25.25 0 0 0-.25-.25Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/diamond-16.svg b/mkdocs-material/material/templates/.icons/octicons/diamond-16.svg new file mode 100644 index 0000000..d4455d6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/diamond-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M.527 9.237a1.75 1.75 0 0 1 0-2.474L6.777.512a1.75 1.75 0 0 1 2.475 0l6.251 6.25a1.75 1.75 0 0 1 0 2.475l-6.25 6.251a1.75 1.75 0 0 1-2.475 0zm1.06-1.414a.25.25 0 0 0 0 .354l6.251 6.25a.25.25 0 0 0 .354 0l6.25-6.25a.25.25 0 0 0 0-.354l-6.25-6.25a.25.25 0 0 0-.354 0l-6.25 6.25Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/diamond-24.svg b/mkdocs-material/material/templates/.icons/octicons/diamond-24.svg new file mode 100644 index 0000000..3e12080 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/diamond-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.527 13.237a1.75 1.75 0 0 1 0-2.474l9.272-9.273a1.75 1.75 0 0 1 2.475 0l9.272 9.273a1.75 1.75 0 0 1 0 2.474l-9.272 9.272a1.75 1.75 0 0 1-2.475 0Zm1.06-1.414a.25.25 0 0 0 0 .354l9.273 9.272a.25.25 0 0 0 .353 0l9.272-9.272a.25.25 0 0 0 0-.354l-9.272-9.272a.25.25 0 0 0-.353 0Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/diff-16.svg b/mkdocs-material/material/templates/.icons/octicons/diff-16.svg new file mode 100644 index 0000000..fb9c4eb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/diff-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8.75 1.75V5H12a.75.75 0 0 1 0 1.5H8.75v3.25a.75.75 0 0 1-1.5 0V6.5H4A.75.75 0 0 1 4 5h3.25V1.75a.75.75 0 0 1 1.5 0M4 13h8a.75.75 0 0 1 0 1.5H4A.75.75 0 0 1 4 13"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/diff-24.svg b/mkdocs-material/material/templates/.icons/octicons/diff-24.svg new file mode 100644 index 0000000..f0469d2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/diff-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.25 3.5a.75.75 0 0 1 .75.75V8.5h4.25a.75.75 0 0 1 0 1.5H13v4.25a.75.75 0 0 1-1.5 0V10H7.25a.75.75 0 0 1 0-1.5h4.25V4.25a.75.75 0 0 1 .75-.75M6.562 19.25a.75.75 0 0 1 .75-.75h9.938a.75.75 0 0 1 0 1.5H7.312a.75.75 0 0 1-.75-.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/diff-added-16.svg b/mkdocs-material/material/templates/.icons/octicons/diff-added-16.svg new file mode 100644 index 0000000..d2d65e0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/diff-added-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M2.75 1h10.5c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0 1 13.25 15H2.75A1.75 1.75 0 0 1 1 13.25V2.75C1 1.784 1.784 1 2.75 1m10.5 1.5H2.75a.25.25 0 0 0-.25.25v10.5c0 .138.112.25.25.25h10.5a.25.25 0 0 0 .25-.25V2.75a.25.25 0 0 0-.25-.25M8 4a.75.75 0 0 1 .75.75v2.5h2.5a.75.75 0 0 1 0 1.5h-2.5v2.5a.75.75 0 0 1-1.5 0v-2.5h-2.5a.75.75 0 0 1 0-1.5h2.5v-2.5A.75.75 0 0 1 8 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/diff-added-24.svg b/mkdocs-material/material/templates/.icons/octicons/diff-added-24.svg new file mode 100644 index 0000000..83e5bf4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/diff-added-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.75 7a.75.75 0 0 0-1.5 0v4.25H7a.75.75 0 0 0 0 1.5h4.25V17a.75.75 0 0 0 1.5 0v-4.25H17a.75.75 0 0 0 0-1.5h-4.25z"/><path d="M3.75 2A1.75 1.75 0 0 0 2 3.75v16.5c0 .966.784 1.75 1.75 1.75h16.5A1.75 1.75 0 0 0 22 20.25V3.75A1.75 1.75 0 0 0 20.25 2zM3.5 3.75a.25.25 0 0 1 .25-.25h16.5a.25.25 0 0 1 .25.25v16.5a.25.25 0 0 1-.25.25H3.75a.25.25 0 0 1-.25-.25z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/diff-ignored-16.svg b/mkdocs-material/material/templates/.icons/octicons/diff-ignored-16.svg new file mode 100644 index 0000000..979173f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/diff-ignored-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M13.25 1c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0 1 13.25 15H2.75A1.75 1.75 0 0 1 1 13.25V2.75C1 1.784 1.784 1 2.75 1ZM2.75 2.5a.25.25 0 0 0-.25.25v10.5c0 .138.112.25.25.25h10.5a.25.25 0 0 0 .25-.25V2.75a.25.25 0 0 0-.25-.25Zm8.53 3.28-5.5 5.5a.749.749 0 0 1-1.275-.326.75.75 0 0 1 .215-.734l5.5-5.5a.75.75 0 0 1 1.042.018.75.75 0 0 1 .018 1.042"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/diff-ignored-24.svg b/mkdocs-material/material/templates/.icons/octicons/diff-ignored-24.svg new file mode 100644 index 0000000..40277b5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/diff-ignored-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.75 2A1.75 1.75 0 0 0 2 3.75v16.5c0 .966.784 1.75 1.75 1.75h16.5A1.75 1.75 0 0 0 22 20.25V3.75A1.75 1.75 0 0 0 20.25 2zM3.5 3.75a.25.25 0 0 1 .25-.25h16.5a.25.25 0 0 1 .25.25v16.5a.25.25 0 0 1-.25.25H3.75a.25.25 0 0 1-.25-.25zm4.737 11.233a.75.75 0 0 0 1.061 1.06l7.027-7.026a.75.75 0 0 0-1.06-1.06z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/diff-modified-16.svg b/mkdocs-material/material/templates/.icons/octicons/diff-modified-16.svg new file mode 100644 index 0000000..4444c94 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/diff-modified-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M13.25 1c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0 1 13.25 15H2.75A1.75 1.75 0 0 1 1 13.25V2.75C1 1.784 1.784 1 2.75 1ZM2.75 2.5a.25.25 0 0 0-.25.25v10.5c0 .138.112.25.25.25h10.5a.25.25 0 0 0 .25-.25V2.75a.25.25 0 0 0-.25-.25ZM8 10a2 2 0 1 1-.001-3.999A2 2 0 0 1 8 10"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/diff-modified-24.svg b/mkdocs-material/material/templates/.icons/octicons/diff-modified-24.svg new file mode 100644 index 0000000..e0b3aea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/diff-modified-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 3.75C2 2.784 2.784 2 3.75 2h16.5c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0 1 20.25 22H3.75A1.75 1.75 0 0 1 2 20.25zm1.75-.25a.25.25 0 0 0-.25.25v16.5c0 .138.112.25.25.25h16.5a.25.25 0 0 0 .25-.25V3.75a.25.25 0 0 0-.25-.25z"/><path d="M14.5 12a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/diff-removed-16.svg b/mkdocs-material/material/templates/.icons/octicons/diff-removed-16.svg new file mode 100644 index 0000000..6713b26 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/diff-removed-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M13.25 1c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0 1 13.25 15H2.75A1.75 1.75 0 0 1 1 13.25V2.75C1 1.784 1.784 1 2.75 1ZM2.75 2.5a.25.25 0 0 0-.25.25v10.5c0 .138.112.25.25.25h10.5a.25.25 0 0 0 .25-.25V2.75a.25.25 0 0 0-.25-.25Zm8.5 6.25h-6.5a.75.75 0 0 1 0-1.5h6.5a.75.75 0 0 1 0 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/diff-removed-24.svg b/mkdocs-material/material/templates/.icons/octicons/diff-removed-24.svg new file mode 100644 index 0000000..a541ab4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/diff-removed-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.313 11.25a.75.75 0 0 0 0 1.5h9.937a.75.75 0 0 0 0-1.5z"/><path d="M3.75 2A1.75 1.75 0 0 0 2 3.75v16.5c0 .966.784 1.75 1.75 1.75h16.5A1.75 1.75 0 0 0 22 20.25V3.75A1.75 1.75 0 0 0 20.25 2zM3.5 3.75a.25.25 0 0 1 .25-.25h16.5a.25.25 0 0 1 .25.25v16.5a.25.25 0 0 1-.25.25H3.75a.25.25 0 0 1-.25-.25z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/diff-renamed-16.svg b/mkdocs-material/material/templates/.icons/octicons/diff-renamed-16.svg new file mode 100644 index 0000000..b49316c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/diff-renamed-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M13.25 1c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0 1 13.25 15H2.75A1.75 1.75 0 0 1 1 13.25V2.75C1 1.784 1.784 1 2.75 1ZM2.75 2.5a.25.25 0 0 0-.25.25v10.5c0 .138.112.25.25.25h10.5a.25.25 0 0 0 .25-.25V2.75a.25.25 0 0 0-.25-.25Zm9.03 6.03-3.25 3.25a.749.749 0 0 1-1.275-.326.75.75 0 0 1 .215-.734l1.97-1.97H4.75a.75.75 0 0 1 0-1.5h4.69L7.47 5.28a.75.75 0 0 1 .018-1.042.75.75 0 0 1 1.042-.018l3.25 3.25a.75.75 0 0 1 0 1.06"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/diff-renamed-24.svg b/mkdocs-material/material/templates/.icons/octicons/diff-renamed-24.svg new file mode 100644 index 0000000..9c2dd38 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/diff-renamed-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.75 12.75v3.347a.25.25 0 0 0 .436.166l3.672-4.096a.25.25 0 0 0 0-.334l-3.672-4.096a.25.25 0 0 0-.436.166v3.347h-7a.75.75 0 0 0 0 1.5z"/><path d="M2 3.75C2 2.784 2.784 2 3.75 2h16.5c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0 1 20.25 22H3.75A1.75 1.75 0 0 1 2 20.25zm1.75-.25a.25.25 0 0 0-.25.25v16.5c0 .138.112.25.25.25h16.5a.25.25 0 0 0 .25-.25V3.75a.25.25 0 0 0-.25-.25z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/discussion-closed-16.svg b/mkdocs-material/material/templates/.icons/octicons/discussion-closed-16.svg new file mode 100644 index 0000000..d01d8f3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/discussion-closed-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M0 2.75C0 1.783.784 1 1.75 1h8.5c.967 0 1.75.783 1.75 1.75v5.5A1.75 1.75 0 0 1 10.25 10H7.061l-2.574 2.573A1.457 1.457 0 0 1 2 11.543V10h-.25A1.75 1.75 0 0 1 0 8.25Zm1.75-.25a.25.25 0 0 0-.25.25v5.5c0 .138.112.25.25.25h1a.75.75 0 0 1 .75.75v2.189L6.22 8.72a.75.75 0 0 1 .53-.22h3.5a.25.25 0 0 0 .25-.25v-5.5a.25.25 0 0 0-.25-.25Zm12.5 2h-.5a.75.75 0 0 1 0-1.5h.5c.967 0 1.75.783 1.75 1.75v5.5A1.75 1.75 0 0 1 14.25 12H14v1.543a1.457 1.457 0 0 1-2.487 1.03L9.22 12.28a.749.749 0 1 1 1.06-1.06l2.22 2.219V11.25a.75.75 0 0 1 .75-.75h1a.25.25 0 0 0 .25-.25v-5.5a.25.25 0 0 0-.25-.25m-5.47.28-3 3a.747.747 0 0 1-1.06 0l-1.5-1.5a.749.749 0 1 1 1.06-1.06l.97.969L7.72 3.72a.749.749 0 1 1 1.06 1.06"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/discussion-closed-24.svg b/mkdocs-material/material/templates/.icons/octicons/discussion-closed-24.svg new file mode 100644 index 0000000..17fbf46 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/discussion-closed-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 2.75C0 1.783.784 1 1.75 1h12.5c.967 0 1.75.783 1.75 1.75v9.5A1.75 1.75 0 0 1 14.25 14H8.061l-2.574 2.573A1.457 1.457 0 0 1 3 15.543V14H1.75A1.75 1.75 0 0 1 0 12.25Zm1.75-.25a.25.25 0 0 0-.25.25v9.5c0 .138.112.25.25.25h2a.75.75 0 0 1 .75.75v2.189l2.72-2.719a.75.75 0 0 1 .53-.22h6.5a.25.25 0 0 0 .25-.25v-9.5a.25.25 0 0 0-.25-.25Zm20.5 6h-3.5a.75.75 0 0 1 0-1.5h3.5c.966 0 1.75.784 1.75 1.75v9.5A1.75 1.75 0 0 1 22.25 20H21v1.543a1.457 1.457 0 0 1-2.487 1.03L15.939 20H10.75A1.75 1.75 0 0 1 9 18.25v-1.465a.75.75 0 0 1 1.5 0v1.465c0 .138.112.25.25.25h5.5c.199 0 .39.079.53.22l2.72 2.719V19.25a.75.75 0 0 1 .75-.75h2a.25.25 0 0 0 .25-.25v-9.5a.25.25 0 0 0-.25-.25m-9.72-3.22-5 5a.747.747 0 0 1-1.06 0l-2.5-2.5a.749.749 0 1 1 1.06-1.06L7 8.689l4.47-4.469a.749.749 0 1 1 1.06 1.06"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/discussion-duplicate-16.svg b/mkdocs-material/material/templates/.icons/octicons/discussion-duplicate-16.svg new file mode 100644 index 0000000..6952544 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/discussion-duplicate-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M0 2.75C0 1.783.784 1 1.75 1h8.5c.967 0 1.75.783 1.75 1.75v5.5A1.75 1.75 0 0 1 10.25 10H7.061l-2.574 2.573A1.457 1.457 0 0 1 2 11.543V10h-.25A1.75 1.75 0 0 1 0 8.25Zm1.75-.25a.25.25 0 0 0-.25.25v5.5c0 .138.112.25.25.25h1a.75.75 0 0 1 .75.75v2.189L6.22 8.72a.75.75 0 0 1 .53-.22h3.5a.25.25 0 0 0 .25-.25v-5.5a.25.25 0 0 0-.25-.25Zm12.5 2h-.5a.75.75 0 0 1 0-1.5h.5c.967 0 1.75.783 1.75 1.75v5.5A1.75 1.75 0 0 1 14.25 12H14v1.543a1.457 1.457 0 0 1-2.487 1.03L9.22 12.28a.749.749 0 1 1 1.06-1.06l2.22 2.219V11.25a.75.75 0 0 1 .75-.75h1a.25.25 0 0 0 .25-.25v-5.5a.25.25 0 0 0-.25-.25m-6.282.03L5.03 7.468a.749.749 0 1 1-1.06-1.061L6.907 3.47a.75.75 0 0 1 1.061 1.06"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/discussion-duplicate-24.svg b/mkdocs-material/material/templates/.icons/octicons/discussion-duplicate-24.svg new file mode 100644 index 0000000..ff95d76 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/discussion-duplicate-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 2.75C0 1.783.784 1 1.75 1h12.5c.967 0 1.75.783 1.75 1.75v9.5A1.75 1.75 0 0 1 14.25 14H8.061l-2.574 2.573A1.457 1.457 0 0 1 3 15.543V14H1.75A1.75 1.75 0 0 1 0 12.25Zm1.75-.25a.25.25 0 0 0-.25.25v9.5c0 .138.112.25.25.25h2a.75.75 0 0 1 .75.75v2.189l2.72-2.719a.75.75 0 0 1 .53-.22h6.5a.25.25 0 0 0 .25-.25v-9.5a.25.25 0 0 0-.25-.25Zm20.5 6h-3.5a.75.75 0 0 1 0-1.5h3.5c.966 0 1.75.784 1.75 1.75v9.5A1.75 1.75 0 0 1 22.25 20H21v1.543a1.457 1.457 0 0 1-2.487 1.03L15.939 20H10.75A1.75 1.75 0 0 1 9 18.25v-1.465a.75.75 0 0 1 1.5 0v1.465c0 .138.112.25.25.25h5.5c.199 0 .39.079.53.22l2.72 2.719V19.25a.75.75 0 0 1 .75-.75h2a.25.25 0 0 0 .25-.25v-9.5a.25.25 0 0 0-.25-.25M11.28 5.53l-5 5a.749.749 0 1 1-1.06-1.06l5-5a.749.749 0 1 1 1.06 1.06"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/discussion-outdated-16.svg b/mkdocs-material/material/templates/.icons/octicons/discussion-outdated-16.svg new file mode 100644 index 0000000..9d4bb88 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/discussion-outdated-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M0 2.75C0 1.783.784 1 1.75 1h8.5c.967 0 1.75.783 1.75 1.75v5.5A1.75 1.75 0 0 1 10.25 10H7.061l-2.574 2.573A1.457 1.457 0 0 1 2 11.543V10h-.25A1.75 1.75 0 0 1 0 8.25Zm1.75-.25a.25.25 0 0 0-.25.25v5.5c0 .138.112.25.25.25h1a.75.75 0 0 1 .75.75v2.189L6.22 8.72a.75.75 0 0 1 .53-.22h3.5a.25.25 0 0 0 .25-.25v-5.5a.25.25 0 0 0-.25-.25Zm12.5 2h-.5a.75.75 0 0 1 0-1.5h.5c.967 0 1.75.783 1.75 1.75v5.5A1.75 1.75 0 0 1 14.25 12H14v1.543a1.457 1.457 0 0 1-2.487 1.03L9.22 12.28a.749.749 0 1 1 1.06-1.06l2.22 2.219V11.25a.75.75 0 0 1 .75-.75h1a.25.25 0 0 0 .25-.25v-5.5a.25.25 0 0 0-.25-.25M6.5 4v1.492l.466.187.036.015.812.375a.75.75 0 1 1-.628 1.362l-.795-.367-.92-.368A.75.75 0 0 1 5 6V4a.75.75 0 0 1 1.5 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/discussion-outdated-24.svg b/mkdocs-material/material/templates/.icons/octicons/discussion-outdated-24.svg new file mode 100644 index 0000000..e398a21 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/discussion-outdated-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 2.75C0 1.783.784 1 1.75 1h12.5c.967 0 1.75.783 1.75 1.75v9.5A1.75 1.75 0 0 1 14.25 14H8.061l-2.574 2.573A1.457 1.457 0 0 1 3 15.543V14H1.75A1.75 1.75 0 0 1 0 12.25Zm1.75-.25a.25.25 0 0 0-.25.25v9.5c0 .138.112.25.25.25h2a.75.75 0 0 1 .75.75v2.189l2.72-2.719a.75.75 0 0 1 .53-.22h6.5a.25.25 0 0 0 .25-.25v-9.5a.25.25 0 0 0-.25-.25Zm20.5 6h-3.5a.75.75 0 0 1 0-1.5h3.5c.966 0 1.75.784 1.75 1.75v9.5A1.75 1.75 0 0 1 22.25 20H21v1.543a1.457 1.457 0 0 1-2.487 1.03L15.939 20H10.75A1.75 1.75 0 0 1 9 18.25v-1.465a.75.75 0 0 1 1.5 0v1.465c0 .138.112.25.25.25h5.5c.199 0 .39.079.53.22l2.72 2.719V19.25a.75.75 0 0 1 .75-.75h2a.25.25 0 0 0 .25-.25v-9.5a.25.25 0 0 0-.25-.25M8.5 4.75v3.14l1.15.488.037.017 1.393.681a.75.75 0 0 1-.66 1.348l-1.374-.673-1.589-.674A.75.75 0 0 1 7 8.386V4.75a.75.75 0 0 1 1.5 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/dot-16.svg b/mkdocs-material/material/templates/.icons/octicons/dot-16.svg new file mode 100644 index 0000000..feb9095 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/dot-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M4 8a4 4 0 1 1 8 0 4 4 0 0 1-8 0m4-2.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/dot-24.svg b/mkdocs-material/material/templates/.icons/octicons/dot-24.svg new file mode 100644 index 0000000..b90a3b0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/dot-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 18a6 6 0 1 1 0-12 6 6 0 0 1 0 12m0-1.5a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/dot-fill-16.svg b/mkdocs-material/material/templates/.icons/octicons/dot-fill-16.svg new file mode 100644 index 0000000..c71334e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/dot-fill-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8 4a4 4 0 1 1 0 8 4 4 0 0 1 0-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/dot-fill-24.svg b/mkdocs-material/material/templates/.icons/octicons/dot-fill-24.svg new file mode 100644 index 0000000..bccb907 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/dot-fill-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 18a6 6 0 1 0 0-12 6 6 0 0 0 0 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/download-16.svg b/mkdocs-material/material/templates/.icons/octicons/download-16.svg new file mode 100644 index 0000000..3e87150 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/download-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M2.75 14A1.75 1.75 0 0 1 1 12.25v-2.5a.75.75 0 0 1 1.5 0v2.5c0 .138.112.25.25.25h10.5a.25.25 0 0 0 .25-.25v-2.5a.75.75 0 0 1 1.5 0v2.5A1.75 1.75 0 0 1 13.25 14Z"/><path d="M7.25 7.689V2a.75.75 0 0 1 1.5 0v5.689l1.97-1.969a.749.749 0 1 1 1.06 1.06l-3.25 3.25a.75.75 0 0 1-1.06 0L4.22 6.78a.749.749 0 1 1 1.06-1.06z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/download-24.svg b/mkdocs-material/material/templates/.icons/octicons/download-24.svg new file mode 100644 index 0000000..882fa63 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/download-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.75 17.25a.75.75 0 0 1 .75.75v2.25c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25V18a.75.75 0 0 1 1.5 0v2.25A1.75 1.75 0 0 1 18.25 22H5.75A1.75 1.75 0 0 1 4 20.25V18a.75.75 0 0 1 .75-.75"/><path d="M5.22 9.97a.75.75 0 0 1 1.06 0l4.97 4.969V2.75a.75.75 0 0 1 1.5 0v12.189l4.97-4.969a.749.749 0 1 1 1.06 1.06l-6.25 6.25a.75.75 0 0 1-1.06 0l-6.25-6.25a.75.75 0 0 1 0-1.06"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/duplicate-16.svg b/mkdocs-material/material/templates/.icons/octicons/duplicate-16.svg new file mode 100644 index 0000000..8f95dbe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/duplicate-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M10.5 3a.75.75 0 0 1 .75.75v1h1a.75.75 0 0 1 0 1.5h-1v1a.75.75 0 0 1-1.5 0v-1h-1a.75.75 0 0 1 0-1.5h1v-1A.75.75 0 0 1 10.5 3"/><path d="M6.75 0h7.5C15.216 0 16 .784 16 1.75v7.5A1.75 1.75 0 0 1 14.25 11h-7.5A1.75 1.75 0 0 1 5 9.25v-7.5C5 .784 5.784 0 6.75 0M6.5 1.75v7.5c0 .138.112.25.25.25h7.5a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25h-7.5a.25.25 0 0 0-.25.25"/><path d="M1.75 5A1.75 1.75 0 0 0 0 6.75v7.5C0 15.216.784 16 1.75 16h7.5A1.75 1.75 0 0 0 11 14.25v-1.5a.75.75 0 0 0-1.5 0v1.5a.25.25 0 0 1-.25.25h-7.5a.25.25 0 0 1-.25-.25v-7.5a.25.25 0 0 1 .25-.25h1.5a.75.75 0 0 0 0-1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/duplicate-24.svg b/mkdocs-material/material/templates/.icons/octicons/duplicate-24.svg new file mode 100644 index 0000000..44e8284 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/duplicate-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.513 6a.75.75 0 0 1 .75.75v2h1.987a.75.75 0 0 1 0 1.5h-1.987v2a.75.75 0 1 1-1.5 0v-2H11.75a.75.75 0 0 1 0-1.5h2.013v-2a.75.75 0 0 1 .75-.75"/><path d="M7.024 3.75c0-.966.784-1.75 1.75-1.75H20.25c.966 0 1.75.784 1.75 1.75v11.498a1.75 1.75 0 0 1-1.75 1.75H8.774a1.75 1.75 0 0 1-1.75-1.75Zm1.75-.25a.25.25 0 0 0-.25.25v11.498c0 .139.112.25.25.25H20.25a.25.25 0 0 0 .25-.25V3.75a.25.25 0 0 0-.25-.25Z"/><path d="M1.995 10.749a1.75 1.75 0 0 1 1.75-1.751H5.25a.75.75 0 1 1 0 1.5H3.745a.25.25 0 0 0-.25.25L3.5 20.25c0 .138.111.25.25.25h9.5a.25.25 0 0 0 .25-.25v-1.51a.75.75 0 1 1 1.5 0v1.51A1.75 1.75 0 0 1 13.25 22h-9.5A1.75 1.75 0 0 1 2 20.25z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/ellipsis-16.svg b/mkdocs-material/material/templates/.icons/octicons/ellipsis-16.svg new file mode 100644 index 0000000..1d9501e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/ellipsis-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M0 5.75C0 4.784.784 4 1.75 4h12.5c.966 0 1.75.784 1.75 1.75v4.5A1.75 1.75 0 0 1 14.25 12H1.75A1.75 1.75 0 0 1 0 10.25ZM12 7a1 1 0 1 0 0 2 1 1 0 0 0 0-2M7 8a1 1 0 1 0 2 0 1 1 0 0 0-2 0M4 7a1 1 0 1 0 0 2 1 1 0 0 0 0-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/ellipsis-24.svg b/mkdocs-material/material/templates/.icons/octicons/ellipsis-24.svg new file mode 100644 index 0000000..52b0548 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/ellipsis-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 9.75v5.5A1.75 1.75 0 0 1 20.25 17H3.75A1.75 1.75 0 0 1 2 15.25v-5.5C2 8.784 2.784 8 3.75 8h16.5c.966 0 1.75.784 1.75 1.75m-8.75 2.75a1.25 1.25 0 1 0-2.5 0 1.25 1.25 0 0 0 2.5 0m-6.5 1.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5m10.5 0a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/eye-16.svg b/mkdocs-material/material/templates/.icons/octicons/eye-16.svg new file mode 100644 index 0000000..1926316 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/eye-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8 2c1.981 0 3.671.992 4.933 2.078 1.27 1.091 2.187 2.345 2.637 3.023a1.62 1.62 0 0 1 0 1.798c-.45.678-1.367 1.932-2.637 3.023C11.67 13.008 9.981 14 8 14s-3.671-.992-4.933-2.078C1.797 10.83.88 9.576.43 8.898a1.62 1.62 0 0 1 0-1.798c.45-.677 1.367-1.931 2.637-3.022C4.33 2.992 6.019 2 8 2M1.679 7.932a.12.12 0 0 0 0 .136c.411.622 1.241 1.75 2.366 2.717C5.176 11.758 6.527 12.5 8 12.5s2.825-.742 3.955-1.715c1.124-.967 1.954-2.096 2.366-2.717a.12.12 0 0 0 0-.136c-.412-.621-1.242-1.75-2.366-2.717C10.824 4.242 9.473 3.5 8 3.5s-2.825.742-3.955 1.715c-1.124.967-1.954 2.096-2.366 2.717M8 10a2 2 0 1 1-.001-3.999A2 2 0 0 1 8 10"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/eye-24.svg b/mkdocs-material/material/templates/.icons/octicons/eye-24.svg new file mode 100644 index 0000000..3a7d87a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/eye-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.5 12a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0"/><path d="M12 3.5c3.432 0 6.124 1.534 8.054 3.241 1.926 1.703 3.132 3.61 3.616 4.46a1.6 1.6 0 0 1 0 1.598c-.484.85-1.69 2.757-3.616 4.461-1.929 1.706-4.622 3.24-8.054 3.24s-6.124-1.534-8.054-3.24C2.02 15.558.814 13.65.33 12.8a1.6 1.6 0 0 1 0-1.598c.484-.85 1.69-2.757 3.616-4.462C5.875 5.034 8.568 3.5 12 3.5M1.633 11.945a.1.1 0 0 0-.017.055q.001.03.017.056c.441.774 1.551 2.527 3.307 4.08C6.691 17.685 9.045 19 12 19s5.31-1.315 7.06-2.864c1.756-1.553 2.866-3.306 3.307-4.08a.1.1 0 0 0 .017-.056.1.1 0 0 0-.017-.056c-.441-.773-1.551-2.527-3.307-4.08C17.309 6.315 14.955 5 12 5S6.69 6.314 4.94 7.865c-1.756 1.552-2.866 3.306-3.307 4.08"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/eye-closed-16.svg b/mkdocs-material/material/templates/.icons/octicons/eye-closed-16.svg new file mode 100644 index 0000000..dd1cc6a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/eye-closed-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M.143 2.31a.75.75 0 0 1 1.047-.167l14.5 10.5a.75.75 0 1 1-.88 1.214l-2.248-1.628C11.346 13.19 9.792 14 8 14c-1.981 0-3.67-.992-4.933-2.078C1.797 10.832.88 9.577.43 8.9a1.62 1.62 0 0 1 0-1.797c.353-.533.995-1.42 1.868-2.305L.31 3.357A.75.75 0 0 1 .143 2.31m1.536 5.622A.12.12 0 0 0 1.657 8q-.001.033.022.068c.412.621 1.242 1.75 2.366 2.717C5.175 11.758 6.527 12.5 8 12.5c1.195 0 2.31-.488 3.29-1.191L9.063 9.695A2 2 0 0 1 6.058 7.52L3.529 5.688a14.2 14.2 0 0 0-1.85 2.244M8 3.5c-.516 0-1.017.09-1.499.251a.75.75 0 1 1-.473-1.423A6.2 6.2 0 0 1 8 2c1.981 0 3.67.992 4.933 2.078 1.27 1.091 2.187 2.345 2.637 3.023a1.62 1.62 0 0 1 0 1.798c-.11.166-.248.365-.41.587a.75.75 0 1 1-1.21-.887c.148-.201.272-.382.371-.53a.12.12 0 0 0 0-.137c-.412-.621-1.242-1.75-2.366-2.717C10.825 4.242 9.473 3.5 8 3.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/eye-closed-24.svg b/mkdocs-material/material/templates/.icons/octicons/eye-closed-24.svg new file mode 100644 index 0000000..31d525f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/eye-closed-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.052 5.837A9.7 9.7 0 0 1 12 5c2.955 0 5.309 1.315 7.06 2.864 1.756 1.553 2.866 3.307 3.307 4.08a.1.1 0 0 1 .016.055.1.1 0 0 1-.017.06 17 17 0 0 1-1.53 2.218.75.75 0 1 0 1.163.946 18 18 0 0 0 1.67-2.42 1.61 1.61 0 0 0 .001-1.602c-.485-.85-1.69-2.757-3.616-4.46C18.124 5.034 15.432 3.5 12 3.5c-1.695 0-3.215.374-4.552.963a.75.75 0 0 0 .604 1.373Zm11.114 12.15C17.328 19.38 14.933 20.5 12 20.5c-3.432 0-6.125-1.534-8.054-3.24C2.02 15.556.814 13.648.33 12.798a1.6 1.6 0 0 1 .001-1.6A18.3 18.3 0 0 1 3.648 7.01L1.317 5.362a.75.75 0 1 1 .866-1.224l20.5 14.5a.75.75 0 1 1-.866 1.224ZM4.902 7.898c-1.73 1.541-2.828 3.273-3.268 4.044a.1.1 0 0 0-.017.059q-.002.023.016.055c.441.774 1.551 2.527 3.307 4.08C6.69 17.685 9.045 19 12 19c2.334 0 4.29-.82 5.874-1.927l-3.516-2.487a3.5 3.5 0 0 1-5.583-3.949L4.902 7.899Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/feed-discussion-16.svg b/mkdocs-material/material/templates/.icons/octicons/feed-discussion-16.svg new file mode 100644 index 0000000..99e6df2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/feed-discussion-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16M4 5v5a1 1 0 0 0 1 1h1v1.5a.5.5 0 0 0 .854.354L8.707 11H11a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/feed-forked-16.svg b/mkdocs-material/material/templates/.icons/octicons/feed-forked-16.svg new file mode 100644 index 0000000..e4cad72 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/feed-forked-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16M6 6.928a1.75 1.75 0 1 0-1 0V7.5A1.5 1.5 0 0 0 6.5 9h1v1.072a1.75 1.75 0 1 0 1 0V9h1A1.5 1.5 0 0 0 11 7.5v-.572a1.75 1.75 0 1 0-1 0V7.5a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/feed-heart-16.svg b/mkdocs-material/material/templates/.icons/octicons/feed-heart-16.svg new file mode 100644 index 0000000..a3ccf21 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/feed-heart-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16m2.33-11.5c-1.22 0-1.83.5-2.323 1.136C7.513 5 6.903 4.5 5.682 4.5c-1.028 0-2.169.784-2.169 2.5 0 1.499 1.493 3.433 3.246 4.517.52.321.89.479 1.248.484.357-.005.728-.163 1.247-.484C11.007 10.433 12.5 8.5 12.5 7c0-1.716-1.14-2.5-2.17-2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/feed-issue-closed-16.svg b/mkdocs-material/material/templates/.icons/octicons/feed-issue-closed-16.svg new file mode 100644 index 0000000..c36fa35 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/feed-issue-closed-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0m3.457 6.957a.999.999 0 1 0-1.414-1.414L7.25 8.336 5.957 7.043a.999.999 0 1 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/feed-issue-draft-16.svg b/mkdocs-material/material/templates/.icons/octicons/feed-issue-draft-16.svg new file mode 100644 index 0000000..c281c18 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/feed-issue-draft-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M3.802 7.334a.75.75 0 0 0-1.482-.233 5.8 5.8 0 0 0 0 1.798.749.749 0 1 0 1.482-.233 4.3 4.3 0 0 1 0-1.332M8 2.25a6 6 0 0 0-.899.07.749.749 0 1 0 .233 1.482 4.3 4.3 0 0 1 1.332 0 .75.75 0 0 0 .233-1.482A6 6 0 0 0 8 2.25m-.666 9.948a.75.75 0 0 0-.233 1.482 5.8 5.8 0 0 0 1.798 0 .749.749 0 1 0-.233-1.482 4.3 4.3 0 0 1-1.332 0m6.346-5.097a.749.749 0 1 0-1.482.233 4.3 4.3 0 0 1 0 1.332.75.75 0 0 0 1.482.233 5.8 5.8 0 0 0 0-1.798m-8.178-2.54a.75.75 0 0 0-.882-1.213A5.8 5.8 0 0 0 3.348 4.62a.749.749 0 1 0 1.213.882c.263-.361.58-.678.941-.941m-.941 5.937a.75.75 0 0 0-1.213.882 5.8 5.8 0 0 0 1.272 1.272.749.749 0 1 0 .882-1.213 4.3 4.3 0 0 1-.941-.941m6.819-7.15a.749.749 0 1 0-.882 1.213c.36.263.679.58.941.941a.75.75 0 0 0 1.213-.882 5.8 5.8 0 0 0-1.272-1.272m1.272 8.032a.749.749 0 1 0-1.213-.882c-.262.36-.581.679-.941.941a.75.75 0 0 0 .882 1.213 5.8 5.8 0 0 0 1.272-1.272"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/feed-issue-open-16.svg b/mkdocs-material/material/templates/.icons/octicons/feed-issue-open-16.svg new file mode 100644 index 0000000..7130ab4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/feed-issue-open-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M3.75 8a4.25 4.25 0 1 1 8.5 0 4.25 4.25 0 0 1-8.5 0M9.5 8a1.5 1.5 0 1 0-3.001.001A1.5 1.5 0 0 0 9.5 8"/><path d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8m8-5.75a5.75 5.75 0 1 0 0 11.5 5.75 5.75 0 1 0 0-11.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/feed-issue-reopen-16.svg b/mkdocs-material/material/templates/.icons/octicons/feed-issue-reopen-16.svg new file mode 100644 index 0000000..ea7b247 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/feed-issue-reopen-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 16"><path d="M.5 8a8 8 0 1 1 16 0 8 8 0 0 1-16 0m3.427-4.323a.25.25 0 0 0-.427.177V6c0 .138.112.25.25.25h2.146a.25.25 0 0 0 .177-.427l-.524-.524a4.003 4.003 0 0 1 6.862 1.858.75.75 0 0 0 1.467-.314 5.502 5.502 0 0 0-9.39-2.605Zm9.573 8.469V10a.25.25 0 0 0-.25-.25h-2.146a.25.25 0 0 0-.177.427l.524.524a4.002 4.002 0 0 1-6.862-1.858.75.75 0 0 0-1.467.314 5.502 5.502 0 0 0 9.39 2.605l.561.561a.25.25 0 0 0 .427-.177M10 8a1.5 1.5 0 1 0-3.001.001A1.5 1.5 0 0 0 10 8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/feed-merged-16.svg b/mkdocs-material/material/templates/.icons/octicons/feed-merged-16.svg new file mode 100644 index 0000000..30beb2d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/feed-merged-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16m.25-11.25A1.75 1.75 0 1 0 6 6.428v3.144a1.75 1.75 0 1 0 1 0V8.236A3 3 0 0 0 9 9h.571a1.75 1.75 0 1 0 0-1H9a2 2 0 0 1-1.957-1.586A1.75 1.75 0 0 0 8.25 4.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/feed-person-16.svg b/mkdocs-material/material/templates/.icons/octicons/feed-person-16.svg new file mode 100644 index 0000000..679a3e5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/feed-person-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16m.847-8.145a2.502 2.502 0 1 0-1.694 0C5.471 8.261 4 9.775 4 11c0 .395.145.995 1 .995h6c.855 0 1-.6 1-.995 0-1.224-1.47-2.74-3.153-3.145"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/feed-plus-16.svg b/mkdocs-material/material/templates/.icons/octicons/feed-plus-16.svg new file mode 100644 index 0000000..f0a4809 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/feed-plus-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0m1.062 4.312a1 1 0 1 0-2 0v2.75h-2.75a1 1 0 0 0 0 2h2.75v2.75a1 1 0 1 0 2 0v-2.75h2.75a1 1 0 1 0 0-2h-2.75Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/feed-public-16.svg b/mkdocs-material/material/templates/.icons/octicons/feed-public-16.svg new file mode 100644 index 0000000..db2acc1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/feed-public-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8m4.5.25v3a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1H7v-1.5a1.5 1.5 0 0 1 2.443-1.167.75.75 0 0 0 .943-1.166A3 3 0 0 0 5.5 5.75v1.5a1 1 0 0 0-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/feed-pull-request-closed-16.svg b/mkdocs-material/material/templates/.icons/octicons/feed-pull-request-closed-16.svg new file mode 100644 index 0000000..3cb8d63 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/feed-pull-request-closed-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M5.5 12.25A1.75 1.75 0 0 0 6 8.822V6.928A1.752 1.752 0 0 0 5.5 3.5 1.75 1.75 0 0 0 5 6.928v1.894a1.752 1.752 0 0 0 .5 3.428m5-5a.5.5 0 0 0-.5.5v1.072a1.752 1.752 0 0 0 .5 3.428 1.75 1.75 0 0 0 .5-3.428V7.75a.5.5 0 0 0-.5-.5m1.255-2.763a.5.5 0 0 0-.707-.707l-.53.531-.531-.531a.5.5 0 0 0-.707.707l.531.531-.531.53a.5.5 0 0 0 .707.707l.531-.53.53.53a.5.5 0 0 0 .707-.707l-.53-.53Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/feed-pull-request-draft-16.svg b/mkdocs-material/material/templates/.icons/octicons/feed-pull-request-draft-16.svg new file mode 100644 index 0000000..335b4b5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/feed-pull-request-draft-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8m7.25 2.5c0-.793-.527-1.462-1.25-1.678V6.928A1.752 1.752 0 0 0 5.5 3.5 1.75 1.75 0 0 0 5 6.928v1.894a1.752 1.752 0 0 0 .5 3.428 1.75 1.75 0 0 0 1.75-1.75m3.25 1.75a1.75 1.75 0 1 0 .001-3.499 1.75 1.75 0 0 0-.001 3.499m0-4.5a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5m.75-3.25a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/feed-pull-request-open-16.svg b/mkdocs-material/material/templates/.icons/octicons/feed-pull-request-open-16.svg new file mode 100644 index 0000000..9d6d5bc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/feed-pull-request-open-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8m6.75 2.5c0-.793-.527-1.462-1.25-1.678V6.928A1.752 1.752 0 0 0 5 3.5a1.75 1.75 0 0 0-.5 3.428v1.894A1.752 1.752 0 0 0 5 12.25a1.75 1.75 0 0 0 1.75-1.75m3.25-5h.25a.5.5 0 0 1 .5.5v2.822a1.752 1.752 0 0 0 .5 3.428 1.75 1.75 0 0 0 .5-3.428V6a1.5 1.5 0 0 0-1.5-1.5H10V3.129a.25.25 0 0 0-.427-.177L7.702 4.823a.25.25 0 0 0 0 .354l1.871 1.871A.25.25 0 0 0 10 6.871Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/feed-repo-16.svg b/mkdocs-material/material/templates/.icons/octicons/feed-repo-16.svg new file mode 100644 index 0000000..242dbfe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/feed-repo-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16M5.5 4A1.5 1.5 0 0 0 4 5.5v5c0 .828.5 1.5 1 1.5v-1a1 1 0 0 1 1-1h5v1h-1v1h1.5a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5Zm.5 7.25v2.514a.25.25 0 0 0 .426.178l.898-.888a.25.25 0 0 1 .352 0l.898.888A.25.25 0 0 0 9 13.764V11H6.25a.25.25 0 0 0-.25.25"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/feed-rocket-16.svg b/mkdocs-material/material/templates/.icons/octicons/feed-rocket-16.svg new file mode 100644 index 0000000..26cc188 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/feed-rocket-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16m3.031-12a4.38 4.38 0 0 0-3.097 1.283l-.23.229q-.235.235-.452.49H5.65a.88.88 0 0 0-.746.417l-.856 1.388a.377.377 0 0 0 .21.556l1.552.477 1.35 1.35.478 1.553a.374.374 0 0 0 .555.21l1.389-.855a.88.88 0 0 0 .416-.746V8.747q.255-.216.49-.452l.23-.23A4.38 4.38 0 0 0 12 4.969v-.093A.876.876 0 0 0 11.124 4Zm-5.107 7.144h-.001a.809.809 0 0 0-1.33-.881c-.395.394-.564 1.258-.62 1.62a.12.12 0 0 0 .035.108.12.12 0 0 0 .108.035c.362-.056 1.226-.225 1.62-.619a.8.8 0 0 0 .188-.263"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/feed-star-16.svg b/mkdocs-material/material/templates/.icons/octicons/feed-star-16.svg new file mode 100644 index 0000000..441f240 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/feed-star-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16m.252-12.932a.476.476 0 0 0-.682.195l-1.2 2.432-2.684.39a.477.477 0 0 0-.266.816l1.944 1.892-.46 2.674a.479.479 0 0 0 .694.504L8 10.709l2.4 1.261a.478.478 0 0 0 .694-.504l-.458-2.673L12.578 6.9a.479.479 0 0 0-.265-.815l-2.685-.39-1.2-2.432a.47.47 0 0 0-.176-.195"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/feed-tag-16.svg b/mkdocs-material/material/templates/.icons/octicons/feed-tag-16.svg new file mode 100644 index 0000000..bce01b2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/feed-tag-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M7.22 6.5a.72.72 0 1 1-1.44 0 .72.72 0 0 1 1.44 0"/><path d="M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16M4 5v3.38c.001.397.159.778.44 1.059l3.211 3.213a1.2 1.2 0 0 0 1.698 0l3.303-3.303a1.2 1.2 0 0 0 0-1.698L9.439 4.44A1.5 1.5 0 0 0 8.379 4H5a1 1 0 0 0-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/feed-trophy-16.svg b/mkdocs-material/material/templates/.icons/octicons/feed-trophy-16.svg new file mode 100644 index 0000000..7234af3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/feed-trophy-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M11 5h1v1.146a1 1 0 0 1-.629.928L11 7.223zM5 7.223l-.371-.149A1 1 0 0 1 4 6.146V5h1z"/><path d="M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16M3 5v1.146a2 2 0 0 0 1.257 1.858l.865.346a3 3 0 0 0 2.294 2.093C7.22 11.404 6.658 12 5.502 12H5.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1c-1.158 0-1.72-.595-1.916-1.557a3 3 0 0 0 2.294-2.094l.865-.346A2 2 0 0 0 13 6.146V5a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/file-16.svg b/mkdocs-material/material/templates/.icons/octicons/file-16.svg new file mode 100644 index 0000000..68f4a9f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/file-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M2 1.75C2 .784 2.784 0 3.75 0h6.586c.464 0 .909.184 1.237.513l2.914 2.914c.329.328.513.773.513 1.237v9.586A1.75 1.75 0 0 1 13.25 16h-9.5A1.75 1.75 0 0 1 2 14.25Zm1.75-.25a.25.25 0 0 0-.25.25v12.5c0 .138.112.25.25.25h9.5a.25.25 0 0 0 .25-.25V6h-2.75A1.75 1.75 0 0 1 9 4.25V1.5Zm6.75.062V4.25c0 .138.112.25.25.25h2.688l-.011-.013-2.914-2.914z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/file-24.svg b/mkdocs-material/material/templates/.icons/octicons/file-24.svg new file mode 100644 index 0000000..4fdf8e2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/file-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3a2 2 0 0 1 2-2h9.982a2 2 0 0 1 1.414.586l4.018 4.018A2 2 0 0 1 21 7.018V21a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2Zm2-.5a.5.5 0 0 0-.5.5v18a.5.5 0 0 0 .5.5h14a.5.5 0 0 0 .5-.5V8.5h-4a2 2 0 0 1-2-2v-4Zm10 0v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 0-.146-.336l-4.018-4.018A.5.5 0 0 0 15 2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/file-added-16.svg b/mkdocs-material/material/templates/.icons/octicons/file-added-16.svg new file mode 100644 index 0000000..99b9c7b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/file-added-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M2 1.75C2 .784 2.784 0 3.75 0h6.586c.464 0 .909.184 1.237.513l2.914 2.914c.329.328.513.773.513 1.237v9.586A1.75 1.75 0 0 1 13.25 16h-9.5A1.75 1.75 0 0 1 2 14.25Zm1.75-.25a.25.25 0 0 0-.25.25v12.5c0 .138.112.25.25.25h9.5a.25.25 0 0 0 .25-.25V4.664a.25.25 0 0 0-.073-.177l-2.914-2.914a.25.25 0 0 0-.177-.073Zm4.48 3.758a.75.75 0 0 1 .755.745l.01 1.497h1.497a.75.75 0 0 1 0 1.5H9v1.507a.75.75 0 0 1-1.5 0V9.005l-1.502.01a.75.75 0 0 1-.01-1.5l1.507-.01-.01-1.492a.75.75 0 0 1 .745-.755"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/file-added-24.svg b/mkdocs-material/material/templates/.icons/octicons/file-added-24.svg new file mode 100644 index 0000000..26cb508 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/file-added-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8.25a.75.75 0 0 1 .75.75v2.25H15a.75.75 0 0 1 0 1.5h-2.25V15a.75.75 0 0 1-1.5 0v-2.25H9a.75.75 0 0 1 0-1.5h2.25V9a.75.75 0 0 1 .75-.75"/><path d="M3 3a2 2 0 0 1 2-2h9.982a2 2 0 0 1 1.414.586l4.018 4.018A2 2 0 0 1 21 7.018V21a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v18a.5.5 0 0 0 .5.5h14a.5.5 0 0 0 .5-.5V7.018a.5.5 0 0 0-.146-.354l-4.018-4.018a.5.5 0 0 0-.354-.146z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/file-badge-16.svg b/mkdocs-material/material/templates/.icons/octicons/file-badge-16.svg new file mode 100644 index 0000000..7b525d6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/file-badge-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M2.75 1.5a.25.25 0 0 0-.25.25v11.5c0 .138.112.25.25.25h3.5a.75.75 0 0 1 0 1.5h-3.5A1.75 1.75 0 0 1 1 13.25V1.75C1 .784 1.784 0 2.75 0h8a1.75 1.75 0 0 1 1.508.862.75.75 0 1 1-1.289.768.25.25 0 0 0-.219-.13z"/><path d="M8 7a3.999 3.999 0 0 1 7.605-1.733 4 4 0 0 1-1.115 4.863l.995 4.973a.75.75 0 0 1-.991.852l-2.409-.876a.25.25 0 0 0-.17 0l-2.409.876a.75.75 0 0 1-.991-.852l.994-4.973A4 4 0 0 1 8 7m4-2.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5m0 6.5c-.373 0-.745-.051-1.104-.154l-.649 3.243 1.155-.42c.386-.14.81-.14 1.196 0l1.155.42-.649-3.243A4 4 0 0 1 12 11"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/file-badge-24.svg b/mkdocs-material/material/templates/.icons/octicons/file-badge-24.svg new file mode 100644 index 0000000..b8e3297 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/file-badge-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2.5a.5.5 0 0 0-.5.5v18a.5.5 0 0 0 .5.5h6a.75.75 0 0 1 0 1.5H4a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10.982a2 2 0 0 1 1.414.586l.064.064.01.008.31.312a.75.75 0 0 1-1.06 1.06l-.078-.078-.004-.003-.093-.093c-.003-.003 0 0 0 0l-.21-.21a.5.5 0 0 0-.353-.146z"/><path d="M18 6.25a4.25 4.25 0 1 0 0 8.5 4.25 4.25 0 0 0 0-8.5m-5.75 4.25a5.75 5.75 0 1 1 11.5 0 5.75 5.75 0 0 1-11.5 0"/><path d="m21.283 14.866 1.455 8a.75.75 0 0 1-1.002.836l-3.296-1.24a1.25 1.25 0 0 0-.88 0l-3.296 1.24a.75.75 0 0 1-1.002-.836l1.455-8 1.475.268-1.217 6.698 2.056-.774a2.75 2.75 0 0 1 1.938 0l2.056.774-1.217-6.698z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/file-binary-16.svg b/mkdocs-material/material/templates/.icons/octicons/file-binary-16.svg new file mode 100644 index 0000000..a06182b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/file-binary-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M4 1.75C4 .784 4.784 0 5.75 0h5.586c.464 0 .909.184 1.237.513l2.914 2.914c.329.328.513.773.513 1.237v8.586A1.75 1.75 0 0 1 14.25 15h-9a.75.75 0 0 1 0-1.5h9a.25.25 0 0 0 .25-.25V6h-2.75A1.75 1.75 0 0 1 10 4.25V1.5H5.75a.25.25 0 0 0-.25.25v2a.75.75 0 0 1-1.5 0Zm-4 6C0 6.784.784 6 1.75 6h1.5C4.216 6 5 6.784 5 7.75v2.5A1.75 1.75 0 0 1 3.25 12h-1.5A1.75 1.75 0 0 1 0 10.25ZM6.75 6h1.5a.75.75 0 0 1 .75.75v3.75h.75a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1 0-1.5h.75v-3h-.75a.75.75 0 0 1 0-1.5m-5 1.5a.25.25 0 0 0-.25.25v2.5c0 .138.112.25.25.25h1.5a.25.25 0 0 0 .25-.25v-2.5a.25.25 0 0 0-.25-.25Zm9.75-5.938V4.25c0 .138.112.25.25.25h2.688l-.011-.013-2.914-2.914z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/file-binary-24.svg b/mkdocs-material/material/templates/.icons/octicons/file-binary-24.svg new file mode 100644 index 0000000..dc9936e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/file-binary-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3a2 2 0 0 1 2-2h9.982a2 2 0 0 1 1.414.586l4.018 4.018A2 2 0 0 1 21 7.018V21a2 2 0 0 1-2 2H4.75a.75.75 0 0 1 0-1.5H19a.5.5 0 0 0 .5-.5V8.5h-4a2 2 0 0 1-2-2v-4H5a.5.5 0 0 0-.5.5v6.25a.75.75 0 0 1-1.5 0Zm12-.5v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 0-.146-.336l-4.018-4.018A.5.5 0 0 0 15 2.5"/><path d="M0 13.75C0 12.784.784 12 1.75 12h3c.966 0 1.75.784 1.75 1.75v4a1.75 1.75 0 0 1-1.75 1.75h-3A1.75 1.75 0 0 1 0 17.75Zm1.75-.25a.25.25 0 0 0-.25.25v4c0 .138.112.25.25.25h3a.25.25 0 0 0 .25-.25v-4a.25.25 0 0 0-.25-.25ZM9 12a.75.75 0 0 0 0 1.5h1.5V18H9a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5H12v-5.25a.75.75 0 0 0-.75-.75z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/file-code-16.svg b/mkdocs-material/material/templates/.icons/octicons/file-code-16.svg new file mode 100644 index 0000000..97e9dd8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/file-code-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M4 1.75C4 .784 4.784 0 5.75 0h5.586c.464 0 .909.184 1.237.513l2.914 2.914c.329.328.513.773.513 1.237v8.586A1.75 1.75 0 0 1 14.25 15h-9a.75.75 0 0 1 0-1.5h9a.25.25 0 0 0 .25-.25V6h-2.75A1.75 1.75 0 0 1 10 4.25V1.5H5.75a.25.25 0 0 0-.25.25v2.5a.75.75 0 0 1-1.5 0Zm1.72 4.97a.75.75 0 0 1 1.06 0l2 2a.75.75 0 0 1 0 1.06l-2 2a.749.749 0 0 1-1.275-.326.75.75 0 0 1 .215-.734l1.47-1.47-1.47-1.47a.75.75 0 0 1 0-1.06M3.28 7.78 1.81 9.25l1.47 1.47a.75.75 0 0 1-.018 1.042.75.75 0 0 1-1.042.018l-2-2a.75.75 0 0 1 0-1.06l2-2a.75.75 0 0 1 1.042.018.75.75 0 0 1 .018 1.042m8.22-6.218V4.25c0 .138.112.25.25.25h2.688l-.011-.013-2.914-2.914z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/file-code-24.svg b/mkdocs-material/material/templates/.icons/octicons/file-code-24.svg new file mode 100644 index 0000000..ab21cfb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/file-code-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3a2 2 0 0 1 2-2h9.982a2 2 0 0 1 1.414.586l4.018 4.018A2 2 0 0 1 21 7.018V21a2 2 0 0 1-2 2H4.75a.75.75 0 0 1 0-1.5H19a.5.5 0 0 0 .5-.5V8.5h-4a2 2 0 0 1-2-2v-4H5a.5.5 0 0 0-.5.5v6.25a.75.75 0 0 1-1.5 0Zm12-.5v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 0-.146-.336l-4.018-4.018A.5.5 0 0 0 15 2.5"/><path d="M4.53 12.24a.75.75 0 0 1-.039 1.06l-2.639 2.45 2.64 2.45a.75.75 0 1 1-1.022 1.1l-3.23-3a.75.75 0 0 1 0-1.1l3.23-3a.75.75 0 0 1 1.06.04m3.979 1.06a.75.75 0 1 1 1.02-1.1l3.231 3a.75.75 0 0 1 0 1.1l-3.23 3a.75.75 0 1 1-1.021-1.1l2.639-2.45-2.64-2.45Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/file-diff-16.svg b/mkdocs-material/material/templates/.icons/octicons/file-diff-16.svg new file mode 100644 index 0000000..e7d813b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/file-diff-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M1 1.75C1 .784 1.784 0 2.75 0h7.586c.464 0 .909.184 1.237.513l2.914 2.914c.329.328.513.773.513 1.237v9.586A1.75 1.75 0 0 1 13.25 16H2.75A1.75 1.75 0 0 1 1 14.25Zm1.75-.25a.25.25 0 0 0-.25.25v12.5c0 .138.112.25.25.25h10.5a.25.25 0 0 0 .25-.25V4.664a.25.25 0 0 0-.073-.177l-2.914-2.914a.25.25 0 0 0-.177-.073ZM8 3.25a.75.75 0 0 1 .75.75v1.5h1.5a.75.75 0 0 1 0 1.5h-1.5v1.5a.75.75 0 0 1-1.5 0V7h-1.5a.75.75 0 0 1 0-1.5h1.5V4A.75.75 0 0 1 8 3.25m-3 8a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/file-diff-24.svg b/mkdocs-material/material/templates/.icons/octicons/file-diff-24.svg new file mode 100644 index 0000000..a2acfb3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/file-diff-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.5 6.75a.75.75 0 0 0-1.5 0V9H8.75a.75.75 0 0 0 0 1.5H11v2.25a.75.75 0 0 0 1.5 0V10.5h2.25a.75.75 0 0 0 0-1.5H12.5zM8.75 16a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5z"/><path d="M5 1h9.982a2 2 0 0 1 1.414.586l4.018 4.018A2 2 0 0 1 21 7.018V21a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2m-.5 2v18a.5.5 0 0 0 .5.5h14a.5.5 0 0 0 .5-.5V7.018a.5.5 0 0 0-.146-.354l-4.018-4.018a.5.5 0 0 0-.354-.146H5a.5.5 0 0 0-.5.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/file-directory-16.svg b/mkdocs-material/material/templates/.icons/octicons/file-directory-16.svg new file mode 100644 index 0000000..4e3f1cc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/file-directory-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M0 2.75C0 1.784.784 1 1.75 1H5c.55 0 1.07.26 1.4.7l.9 1.2a.25.25 0 0 0 .2.1h6.75c.966 0 1.75.784 1.75 1.75v8.5A1.75 1.75 0 0 1 14.25 15H1.75A1.75 1.75 0 0 1 0 13.25Zm1.75-.25a.25.25 0 0 0-.25.25v10.5c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25v-8.5a.25.25 0 0 0-.25-.25H7.5c-.55 0-1.07-.26-1.4-.7l-.9-1.2a.25.25 0 0 0-.2-.1Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/file-directory-24.svg b/mkdocs-material/material/templates/.icons/octicons/file-directory-24.svg new file mode 100644 index 0000000..77faf5e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/file-directory-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 4.75C2 3.784 2.784 3 3.75 3h4.971c.58 0 1.12.286 1.447.765l1.404 2.063c.046.069.124.11.207.11h8.471c.966 0 1.75.783 1.75 1.75V19.25A1.75 1.75 0 0 1 20.25 21H3.75A1.75 1.75 0 0 1 2 19.25Zm1.75-.25a.25.25 0 0 0-.25.25v14.5c0 .138.112.25.25.25h16.5a.25.25 0 0 0 .25-.25V7.687a.25.25 0 0 0-.25-.25h-8.471a1.75 1.75 0 0 1-1.447-.765L8.928 4.61a.25.25 0 0 0-.208-.11Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/file-directory-fill-16.svg b/mkdocs-material/material/templates/.icons/octicons/file-directory-fill-16.svg new file mode 100644 index 0000000..ce43880 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/file-directory-fill-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M1.75 1A1.75 1.75 0 0 0 0 2.75v10.5C0 14.216.784 15 1.75 15h12.5A1.75 1.75 0 0 0 16 13.25v-8.5A1.75 1.75 0 0 0 14.25 3H7.5a.25.25 0 0 1-.2-.1l-.9-1.2C6.07 1.26 5.55 1 5 1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/file-directory-fill-24.svg b/mkdocs-material/material/templates/.icons/octicons/file-directory-fill-24.svg new file mode 100644 index 0000000..1be1e41 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/file-directory-fill-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 4.75C2 3.784 2.784 3 3.75 3h4.971c.58 0 1.12.286 1.447.765l1.404 2.063c.046.069.124.11.207.11h8.471c.966 0 1.75.783 1.75 1.75V19.25A1.75 1.75 0 0 1 20.25 21H3.75A1.75 1.75 0 0 1 2 19.25Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/file-directory-open-fill-16.svg b/mkdocs-material/material/templates/.icons/octicons/file-directory-open-fill-16.svg new file mode 100644 index 0000000..96c689d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/file-directory-open-fill-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M.513 1.513A1.75 1.75 0 0 1 1.75 1h3.5c.55 0 1.07.26 1.4.7l.9 1.2a.25.25 0 0 0 .2.1H13a1 1 0 0 1 1 1v.5H2.75a.75.75 0 0 0 0 1.5h11.978a1 1 0 0 1 .994 1.117L15 13.25A1.75 1.75 0 0 1 13.25 15H1.75A1.75 1.75 0 0 1 0 13.25V2.75c0-.464.184-.91.513-1.237"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/file-directory-open-fill-24.svg b/mkdocs-material/material/templates/.icons/octicons/file-directory-open-fill-24.svg new file mode 100644 index 0000000..f5f80df --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/file-directory-open-fill-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 4.75C2 3.784 2.784 3 3.75 3h4.971c.58 0 1.12.286 1.447.765l1.404 2.063a.25.25 0 0 0 .207.11h6.224c.966 0 1.75.783 1.75 1.75v.117H5.408a.848.848 0 0 0 0 1.695h15.484a1 1 0 0 1 .995 1.102L21 19.25c-.106 1.05-.784 1.75-1.75 1.75H3.75A1.75 1.75 0 0 1 2 19.25z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/file-directory-symlink-16.svg b/mkdocs-material/material/templates/.icons/octicons/file-directory-symlink-16.svg new file mode 100644 index 0000000..808090f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/file-directory-symlink-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M0 2.75C0 1.784.784 1 1.75 1H5a1.75 1.75 0 0 1 1.4.7l.9 1.2a.25.25 0 0 0 .2.1h6.75c.966 0 1.75.784 1.75 1.75v8.5A1.75 1.75 0 0 1 14.25 15H5.375a.75.75 0 0 1 0-1.5h8.875a.25.25 0 0 0 .25-.25v-8.5a.25.25 0 0 0-.25-.25H7.5a1.75 1.75 0 0 1-1.4-.7l-.9-1.2a.25.25 0 0 0-.2-.1H1.75a.25.25 0 0 0-.25.25v3a.75.75 0 0 1-1.5 0z"/><path d="M1.5 12.237a2.25 2.25 0 0 1 2.262-2.249L4 9.989v1.938c0 .218.26.331.42.183l2.883-2.677a.25.25 0 0 0 0-.366L4.42 6.39a.25.25 0 0 0-.42.183v1.916l-.229-.001A3.75 3.75 0 0 0 0 12.237v1.013a.75.75 0 0 0 1.5 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/file-directory-symlink-24.svg b/mkdocs-material/material/templates/.icons/octicons/file-directory-symlink-24.svg new file mode 100644 index 0000000..4675811 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/file-directory-symlink-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 4.75C2 3.784 2.784 3 3.75 3h4.971a1.75 1.75 0 0 1 1.447.765l1.404 2.063a.25.25 0 0 0 .207.11h8.471c.966 0 1.75.783 1.75 1.75V19.25A1.75 1.75 0 0 1 20.25 21H4.75a.75.75 0 0 1 0-1.5h15.5a.25.25 0 0 0 .25-.25V7.688a.25.25 0 0 0-.25-.25h-8.471a1.75 1.75 0 0 1-1.447-.766L8.928 4.609a.25.25 0 0 0-.207-.109H3.75a.25.25 0 0 0-.25.25v3.5a.75.75 0 0 1-1.5 0z"/><path d="m9.308 12.5-2.104-2.236a.75.75 0 1 1 1.092-1.028l3.294 3.5a.75.75 0 0 1 0 1.028l-3.294 3.5a.75.75 0 1 1-1.092-1.028L9.308 14H4.09a2.59 2.59 0 0 0-2.59 2.59v3.16a.75.75 0 0 1-1.5 0v-3.16a4.09 4.09 0 0 1 4.09-4.09z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/file-media-16.svg b/mkdocs-material/material/templates/.icons/octicons/file-media-16.svg new file mode 100644 index 0000000..76ef09c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/file-media-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M16 13.25A1.75 1.75 0 0 1 14.25 15H1.75A1.75 1.75 0 0 1 0 13.25V2.75C0 1.784.784 1 1.75 1h12.5c.966 0 1.75.784 1.75 1.75ZM1.75 2.5a.25.25 0 0 0-.25.25v10.5c0 .138.112.25.25.25h.94l.03-.03 6.077-6.078a1.75 1.75 0 0 1 2.412-.06L14.5 10.31V2.75a.25.25 0 0 0-.25-.25Zm12.5 11a.25.25 0 0 0 .25-.25v-.917l-4.298-3.889a.25.25 0 0 0-.344.009L4.81 13.5ZM7 6a2 2 0 1 1-3.999.001A2 2 0 0 1 7 6M5.5 6a.5.5 0 1 0-1 0 .5.5 0 0 0 1 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/file-media-24.svg b/mkdocs-material/material/templates/.icons/octicons/file-media-24.svg new file mode 100644 index 0000000..a9d6ddf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/file-media-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.75 21.5H2.25A1.75 1.75 0 0 1 .5 19.75V4.25c0-.966.784-1.75 1.75-1.75h19.5c.966 0 1.75.784 1.75 1.75v15.5a1.75 1.75 0 0 1-1.75 1.75M2.25 4a.25.25 0 0 0-.25.25v15.5c0 .138.112.25.25.25h3.178L14 10.977a1.75 1.75 0 0 1 2.506-.032L22 16.44V4.25a.25.25 0 0 0-.25-.25ZM22 19.75v-1.19l-6.555-6.554a.25.25 0 0 0-.18-.073.25.25 0 0 0-.178.077L7.497 20H21.75a.25.25 0 0 0 .25-.25M10.5 9.25a3.25 3.25 0 1 1-6.5 0 3.25 3.25 0 0 1 6.5 0m-1.5 0a1.75 1.75 0 1 0-3.501.001A1.75 1.75 0 0 0 9 9.25"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/file-moved-16.svg b/mkdocs-material/material/templates/.icons/octicons/file-moved-16.svg new file mode 100644 index 0000000..5b0f76d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/file-moved-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M2 1.75C2 .784 2.784 0 3.75 0h6.586c.464 0 .909.184 1.237.513l2.914 2.914c.329.328.513.773.513 1.237v9.586A1.75 1.75 0 0 1 13.25 16h-3.5a.75.75 0 0 1 0-1.5h3.5a.25.25 0 0 0 .25-.25V4.664a.25.25 0 0 0-.073-.177l-2.914-2.914a.25.25 0 0 0-.177-.073H3.75a.25.25 0 0 0-.25.25v6.5a.75.75 0 0 1-1.5 0z"/><path d="m5.427 15.573 3.146-3.146a.25.25 0 0 0 0-.354L5.427 8.927A.25.25 0 0 0 5 9.104V11.5H.75a.75.75 0 0 0 0 1.5H5v2.396c0 .223.27.335.427.177"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/file-moved-24.svg b/mkdocs-material/material/templates/.icons/octicons/file-moved-24.svg new file mode 100644 index 0000000..47fae5d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/file-moved-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3a2 2 0 0 1 2-2h9.982a2 2 0 0 1 1.414.586l4.018 4.018A2 2 0 0 1 21 7.018V21a2 2 0 0 1-2 2H4.75a.75.75 0 0 1 0-1.5H19a.5.5 0 0 0 .5-.5V7a.5.5 0 0 0-.146-.336l-4.018-4.018A.5.5 0 0 0 15 2.5H5a.5.5 0 0 0-.5.5v6.25a.75.75 0 0 1-1.5 0z"/><path d="M7.21 14.25H1.75a.75.75 0 0 0 0 1.5h5.46s-.008 2.249 0 3.256a.75.75 0 0 0 1.262.542l4.285-4a.75.75 0 0 0 0-1.096l-4.285-4A.75.75 0 0 0 7.21 11z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/file-removed-16.svg b/mkdocs-material/material/templates/.icons/octicons/file-removed-16.svg new file mode 100644 index 0000000..d340a82 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/file-removed-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M2 1.75C2 .784 2.784 0 3.75 0h6.586c.464 0 .909.184 1.237.513l2.914 2.914c.329.328.513.773.513 1.237v9.586A1.75 1.75 0 0 1 13.25 16h-9.5A1.75 1.75 0 0 1 2 14.25Zm1.75-.25a.25.25 0 0 0-.25.25v12.5c0 .138.112.25.25.25h9.5a.25.25 0 0 0 .25-.25V4.664a.25.25 0 0 0-.073-.177l-2.914-2.914a.25.25 0 0 0-.177-.073Zm4.5 6h2.242a.75.75 0 0 1 0 1.5h-2.24l-2.254.015a.75.75 0 0 1-.01-1.5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/file-removed-24.svg b/mkdocs-material/material/templates/.icons/octicons/file-removed-24.svg new file mode 100644 index 0000000..38300cf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/file-removed-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3a2 2 0 0 1 2-2h9.982a2 2 0 0 1 1.414.586l4.018 4.018A2 2 0 0 1 21 7.018V21a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v18a.5.5 0 0 0 .5.5h14a.5.5 0 0 0 .5-.5V7.018a.5.5 0 0 0-.146-.354l-4.018-4.018a.5.5 0 0 0-.354-.146z"/><path d="M8 12c0-.414.358-.75.8-.75h6.4c.442 0 .8.336.8.75s-.358.75-.8.75H8.8c-.442 0-.8-.336-.8-.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/file-submodule-16.svg b/mkdocs-material/material/templates/.icons/octicons/file-submodule-16.svg new file mode 100644 index 0000000..26d6e04 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/file-submodule-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M0 2.75C0 1.784.784 1 1.75 1H5c.55 0 1.07.26 1.4.7l.9 1.2a.25.25 0 0 0 .2.1h6.75c.966 0 1.75.784 1.75 1.75v8.5A1.75 1.75 0 0 1 14.25 15H1.75A1.75 1.75 0 0 1 0 13.25Zm9.42 9.36 2.883-2.677a.25.25 0 0 0 0-.366L9.42 6.39a.249.249 0 0 0-.42.183V8.5H4.75a.75.75 0 0 0 0 1.5H9v1.927c0 .218.26.331.42.183"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/file-submodule-24.svg b/mkdocs-material/material/templates/.icons/octicons/file-submodule-24.svg new file mode 100644 index 0000000..28e758c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/file-submodule-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 4.75C2 3.784 2.784 3 3.75 3h4.965a1.75 1.75 0 0 1 1.456.78l1.406 2.109a.25.25 0 0 0 .208.111h8.465c.966 0 1.75.784 1.75 1.75v11.5A1.75 1.75 0 0 1 20.25 21H3.75A1.75 1.75 0 0 1 2 19.25Zm12.78 4.97a.749.749 0 0 0-1.275.326.75.75 0 0 0 .215.734l1.72 1.72H6.75a.75.75 0 0 0 0 1.5h8.69l-1.72 1.72a.749.749 0 0 0 .326 1.275.75.75 0 0 0 .734-.215l3-3a.75.75 0 0 0 0-1.06Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/file-symlink-file-16.svg b/mkdocs-material/material/templates/.icons/octicons/file-symlink-file-16.svg new file mode 100644 index 0000000..4d3288a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/file-symlink-file-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M2 1.75C2 .784 2.784 0 3.75 0h5.586c.464 0 .909.184 1.237.513l2.914 2.914c.329.328.513.773.513 1.237v8.586A1.75 1.75 0 0 1 12.25 15h-7a.75.75 0 0 1 0-1.5h7a.25.25 0 0 0 .25-.25V6H9.75A1.75 1.75 0 0 1 8 4.25V1.5H3.75a.25.25 0 0 0-.25.25V4.5a.75.75 0 0 1-1.5 0Zm-.5 10.487v1.013a.75.75 0 0 1-1.5 0v-1.012a3.75 3.75 0 0 1 3.77-3.749L4 8.49V6.573a.25.25 0 0 1 .42-.183l2.883 2.678a.25.25 0 0 1 0 .366L4.42 12.111a.25.25 0 0 1-.42-.183V9.99l-.238-.003a2.25 2.25 0 0 0-2.262 2.25m8-10.675V4.25c0 .138.112.25.25.25h2.688l-.011-.013-2.914-2.914z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/file-symlink-file-24.svg b/mkdocs-material/material/templates/.icons/octicons/file-symlink-file-24.svg new file mode 100644 index 0000000..878cb87 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/file-symlink-file-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3a2 2 0 0 1 2-2h9.982a2 2 0 0 1 1.414.586l4.018 4.018A2 2 0 0 1 21 7.018V21a2 2 0 0 1-2 2H4.75a.75.75 0 0 1 0-1.5H19a.5.5 0 0 0 .5-.5V8.5h-4a2 2 0 0 1-2-2v-4H5a.5.5 0 0 0-.5.5v6.25a.75.75 0 0 1-1.5 0Zm6.308 11.5-2.104-2.236a.751.751 0 0 1 .369-1.255.75.75 0 0 1 .723.227l3.294 3.5a.75.75 0 0 1 0 1.028l-3.294 3.5a.749.749 0 0 1-1.275-.293.75.75 0 0 1 .183-.735L9.308 16H4.09a2.59 2.59 0 0 0-2.59 2.59v3.16a.75.75 0 0 1-1.5 0v-3.16a4.09 4.09 0 0 1 4.09-4.09ZM15 2.5v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 0-.146-.336l-4.018-4.018A.5.5 0 0 0 15 2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/file-zip-16.svg b/mkdocs-material/material/templates/.icons/octicons/file-zip-16.svg new file mode 100644 index 0000000..039c863 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/file-zip-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M3.5 1.75v11.5c0 .09.048.173.126.217a.75.75 0 0 1-.752 1.298A1.75 1.75 0 0 1 2 13.25V1.75C2 .784 2.784 0 3.75 0h5.586c.464 0 .909.185 1.237.513l2.914 2.914c.329.328.513.773.513 1.237v8.586A1.75 1.75 0 0 1 12.25 15h-.5a.75.75 0 0 1 0-1.5h.5a.25.25 0 0 0 .25-.25V4.664a.25.25 0 0 0-.073-.177L9.513 1.573a.25.25 0 0 0-.177-.073H7.25a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1 0-1.5h-3a.25.25 0 0 0-.25.25m3.75 8.75h.5c.966 0 1.75.784 1.75 1.75v3a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1-.75-.75v-3c0-.966.784-1.75 1.75-1.75M6 5.25a.75.75 0 0 1 .75-.75h.5a.75.75 0 0 1 0 1.5h-.5A.75.75 0 0 1 6 5.25m.75 2.25h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1 0-1.5M8 6.75A.75.75 0 0 1 8.75 6h.5a.75.75 0 0 1 0 1.5h-.5A.75.75 0 0 1 8 6.75M8.75 3h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1 0-1.5M8 9.75A.75.75 0 0 1 8.75 9h.5a.75.75 0 0 1 0 1.5h-.5A.75.75 0 0 1 8 9.75m-1 2.5v2.25h1v-2.25a.25.25 0 0 0-.25-.25h-.5a.25.25 0 0 0-.25.25"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/file-zip-24.svg b/mkdocs-material/material/templates/.icons/octicons/file-zip-24.svg new file mode 100644 index 0000000..f2126d7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/file-zip-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 2.5a.5.5 0 0 0-.5.5v18a.5.5 0 0 0 .5.5h1.75a.75.75 0 0 1 0 1.5H5a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h9.982a2 2 0 0 1 1.414.586l4.018 4.018A2 2 0 0 1 21 7.018V21a2 2 0 0 1-2 2h-2.75a.75.75 0 0 1 0-1.5H19a.5.5 0 0 0 .5-.5V7.018a.5.5 0 0 0-.146-.354l-4.018-4.018a.5.5 0 0 0-.354-.146z"/><path d="M11.5 15.75a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75m.75-3.75a.75.75 0 0 0 0 1.5h1a.75.75 0 0 0 0-1.5zm-.75-2.25a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75M12.25 6a.75.75 0 0 0 0 1.5h1a.75.75 0 0 0 0-1.5zm-.75-2.25a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75M9.75 13.5a.75.75 0 0 0 0 1.5h1a.75.75 0 0 0 0-1.5zM9 11.25a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75m.75-3.75a.75.75 0 0 0 0 1.5h1a.75.75 0 0 0 0-1.5zM9 5.25a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1A.75.75 0 0 1 9 5.25M11 17h1a2 2 0 0 1 2 2v4.25a.75.75 0 0 1-.75.75h-3.5a.75.75 0 0 1-.75-.75V19a2 2 0 0 1 2-2m-.5 2v3.5h2V19a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/filter-16.svg b/mkdocs-material/material/templates/.icons/octicons/filter-16.svg new file mode 100644 index 0000000..cd6d151 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/filter-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M.75 3h14.5a.75.75 0 0 1 0 1.5H.75a.75.75 0 0 1 0-1.5M3 7.75A.75.75 0 0 1 3.75 7h8.5a.75.75 0 0 1 0 1.5h-8.5A.75.75 0 0 1 3 7.75m3 4a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/filter-24.svg b/mkdocs-material/material/templates/.icons/octicons/filter-24.svg new file mode 100644 index 0000000..2eb85e4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/filter-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.75 6a.75.75 0 0 0 0 1.5h18.5a.75.75 0 0 0 0-1.5zM6 11.75a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H6.75a.75.75 0 0 1-.75-.75m4 4.938a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/filter-remove-16.svg b/mkdocs-material/material/templates/.icons/octicons/filter-remove-16.svg new file mode 100644 index 0000000..c4d2b5d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/filter-remove-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M14.384 4.57a.75.75 0 0 0 1.061 0 .75.75 0 0 0 0-1.061l-.884-.884.883-.884A.75.75 0 0 0 14.384.68l-.884.884-.884-.884a.75.75 0 0 0-1.06 1.061l.883.884-.883.884a.75.75 0 0 0 1.06 1.061l.884-.884zM.75 3a.75.75 0 0 0 0 1.5H9A.75.75 0 0 0 9 3zM3 7.75A.75.75 0 0 1 3.75 7h8.5a.75.75 0 0 1 0 1.5h-8.5A.75.75 0 0 1 3 7.75m3 4a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/filter-remove-24.svg b/mkdocs-material/material/templates/.icons/octicons/filter-remove-24.svg new file mode 100644 index 0000000..2a8e86e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/filter-remove-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.587 9.273a.75.75 0 1 0 1.061-1.061l-1.591-1.591 1.591-1.591a.749.749 0 1 0-1.061-1.06l-1.591 1.591-1.591-1.591a.749.749 0 1 0-1.06 1.06l1.591 1.591-1.591 1.591a.75.75 0 0 0 1.06 1.061l1.591-1.591zM1.75 6a.75.75 0 0 0 0 1.5H14.5a.75.75 0 0 0 0-1.5zM5 11.75a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H5.75a.75.75 0 0 1-.75-.75m4 4.938a.75.75 0 0 1 .75-.75h2.5a.75.75 0 1 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/fiscal-host-16.svg b/mkdocs-material/material/templates/.icons/octicons/fiscal-host-16.svg new file mode 100644 index 0000000..62f4431 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/fiscal-host-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M10 8a1 1 0 1 0 0-2 1 1 0 0 0 0 2"/><path d="M4 9.25h-.75a.75.75 0 0 1 0-1.5H4v-1.5h-.75a.75.75 0 0 1 0-1.5H4V3.5a1 1 0 0 1 1-1h7.5a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1ZM5.5 4v.793a.75.75 0 0 1 0 1.414v1.586a.75.75 0 0 1 0 1.414V10H12V4Z"/><path d="M12.75 14.25V14h-9.5v.25a.75.75 0 0 1-1.5 0V14A1.75 1.75 0 0 1 0 12.25V1.75C0 .784.784 0 1.75 0h12.5C15.217 0 16 .784 16 1.75v10.5A1.75 1.75 0 0 1 14.25 14v.25a.75.75 0 0 1-1.5 0M1.75 1.5a.25.25 0 0 0-.25.25v10.5c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25V1.75a.25.25 0 0 0-.25-.25Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/fiscal-host-24.svg b/mkdocs-material/material/templates/.icons/octicons/fiscal-host-24.svg new file mode 100644 index 0000000..6d1a9bf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/fiscal-host-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 3.75C2 2.784 2.784 2 3.75 2h16.5c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0 1 20.25 20H19v.25a1 1 0 1 1-2 0V20H6.997v.25a1 1 0 1 1-2 0V20H3.75A1.75 1.75 0 0 1 2 18.25zm1.75-.25a.25.25 0 0 0-.25.25v14.5c0 .138.112.25.25.25h16.5a.25.25 0 0 0 .25-.25V3.75a.25.25 0 0 0-.25-.25zM14.318 12a1 1 0 1 0 0-2 1 1 0 0 0 0 2M6 8.5A.75.75 0 1 0 6 10h1.5v2H6a.75.75 0 0 0 0 1.5h1.5V15A1.5 1.5 0 0 0 9 16.5h8a1.5 1.5 0 0 0 1.5-1.5V7A1.5 1.5 0 0 0 17 5.5H9A1.5 1.5 0 0 0 7.5 7v1.5zM9 10a.75.75 0 0 0 0-1.5V7h8v8H9v-1.5A.75.75 0 0 0 9 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/flame-16.svg b/mkdocs-material/material/templates/.icons/octicons/flame-16.svg new file mode 100644 index 0000000..65721c5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/flame-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M9.533.753V.752c.217 2.385 1.463 3.626 2.653 4.81C13.37 6.74 14.498 7.863 14.498 10c0 3.5-3 6-6.5 6S1.5 13.512 1.5 10c0-1.298.536-2.56 1.425-3.286.376-.308.862 0 1.035.454C4.46 8.487 5.581 8.419 6 8c.282-.282.341-.811-.003-1.5C4.34 3.187 7.035.75 8.77.146c.39-.137.726.194.763.607M7.998 14.5c2.832 0 5-1.98 5-4.5 0-1.463-.68-2.19-1.879-3.383l-.036-.037c-1.013-1.008-2.3-2.29-2.834-4.434-.322.256-.63.579-.864.953-.432.696-.621 1.58-.046 2.73.473.947.67 2.284-.278 3.232-.61.61-1.545.84-2.403.633a2.8 2.8 0 0 1-1.436-.874A3.2 3.2 0 0 0 3 10c0 2.53 2.164 4.5 4.998 4.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/flame-24.svg b/mkdocs-material/material/templates/.icons/octicons/flame-24.svg new file mode 100644 index 0000000..5fc14d9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/flame-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.265 1.627c0 3.545 1.869 5.327 3.479 7.021 1.54 1.62 3.006 3.163 3.006 6.102 0 4.812-3.753 8.25-8.565 8.25-4.813 0-8.935-3.421-8.935-8.25 0-2.039.962-4.011 2.509-4.899.305-.175.672.007.803.334C7.563 12.684 8.797 12.64 9.437 12c.388-.387.47-1.116-.004-2.062-2.405-4.812 1.863-8.279 4.2-8.854.336-.082.615.198.632.543M12.185 21.5c4.059 0 7.065-2.84 7.065-6.75 0-2.337-1.093-3.489-2.678-5.158l-.021-.023c-1.44-1.517-3.139-3.351-3.649-6.557a6.15 6.15 0 0 0-1.911 1.76c-.787 1.144-1.147 2.633-.216 4.495.603 1.205.777 2.74-.277 3.794-.657.657-1.762 1.1-2.956.586-.752-.324-1.353-.955-1.838-1.79-.567.706-.954 1.74-.954 2.893 0 3.847 3.288 6.75 7.435 6.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/fold-16.svg b/mkdocs-material/material/templates/.icons/octicons/fold-16.svg new file mode 100644 index 0000000..6218480 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/fold-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M10.896 2H8.75V.75a.75.75 0 0 0-1.5 0V2H5.104a.25.25 0 0 0-.177.427l2.896 2.896a.25.25 0 0 0 .354 0l2.896-2.896A.25.25 0 0 0 10.896 2M8.75 15.25a.75.75 0 0 1-1.5 0V14H5.104a.25.25 0 0 1-.177-.427l2.896-2.896a.25.25 0 0 1 .354 0l2.896 2.896a.25.25 0 0 1-.177.427H8.75zm-6.5-6.5a.75.75 0 0 0 0-1.5h-.5a.75.75 0 0 0 0 1.5zM6 8a.75.75 0 0 1-.75.75h-.5a.75.75 0 0 1 0-1.5h.5A.75.75 0 0 1 6 8m2.25.75a.75.75 0 0 0 0-1.5h-.5a.75.75 0 0 0 0 1.5zM12 8a.75.75 0 0 1-.75.75h-.5a.75.75 0 0 1 0-1.5h.5A.75.75 0 0 1 12 8m2.25.75a.75.75 0 0 0 0-1.5h-.5a.75.75 0 0 0 0 1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/fold-24.svg b/mkdocs-material/material/templates/.icons/octicons/fold-24.svg new file mode 100644 index 0000000..9fb837b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/fold-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 15c.199 0 .389.079.53.22l3.25 3.25a.749.749 0 0 1-.326 1.275.75.75 0 0 1-.734-.215L12 16.81l-2.72 2.72a.75.75 0 0 1-1.042-.018.75.75 0 0 1-.018-1.042l3.25-3.25A.75.75 0 0 1 12 15"/><path d="M12.53 8.78a.75.75 0 0 1-1.06 0L8.22 5.53a.75.75 0 0 1 .018-1.042.75.75 0 0 1 1.042-.018L12 7.19l2.72-2.72a.749.749 0 0 1 1.275.326.75.75 0 0 1-.215.734ZM12 15.75a.75.75 0 0 1 .75.75v5.75a.75.75 0 0 1-1.5 0V16.5a.75.75 0 0 1 .75-.75"/><path d="M12 8.5a.75.75 0 0 1-.75-.75v-6a.75.75 0 0 1 1.5 0v6a.75.75 0 0 1-.75.75M2.75 12a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75m4 0a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75m4 0a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75m4 0a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75m4 0a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/fold-down-16.svg b/mkdocs-material/material/templates/.icons/octicons/fold-down-16.svg new file mode 100644 index 0000000..51be2cf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/fold-down-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="m8.177 14.323 2.896-2.896a.25.25 0 0 0-.177-.427H8.75V7.764a.75.75 0 1 0-1.5 0V11H5.104a.25.25 0 0 0-.177.427l2.896 2.896a.25.25 0 0 0 .354 0M2.25 5a.75.75 0 0 0 0-1.5h-.5a.75.75 0 0 0 0 1.5zM6 4.25a.75.75 0 0 1-.75.75h-.5a.75.75 0 0 1 0-1.5h.5a.75.75 0 0 1 .75.75M8.25 5a.75.75 0 0 0 0-1.5h-.5a.75.75 0 0 0 0 1.5zM12 4.25a.75.75 0 0 1-.75.75h-.5a.75.75 0 0 1 0-1.5h.5a.75.75 0 0 1 .75.75m2.25.75a.75.75 0 0 0 0-1.5h-.5a.75.75 0 0 0 0 1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/fold-down-24.svg b/mkdocs-material/material/templates/.icons/octicons/fold-down-24.svg new file mode 100644 index 0000000..727a228 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/fold-down-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 19a.75.75 0 0 1-.53-.22l-3.25-3.25a.749.749 0 0 1 .326-1.275.75.75 0 0 1 .734.215L12 17.19l2.72-2.72a.749.749 0 0 1 1.275.326.75.75 0 0 1-.215.734l-3.25 3.25A.75.75 0 0 1 12 19"/><path d="M12 18a.75.75 0 0 1-.75-.75v-7.5a.75.75 0 0 1 1.5 0v7.5A.75.75 0 0 1 12 18M2.75 6a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1A.75.75 0 0 1 2.75 6m4 0a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1A.75.75 0 0 1 6.75 6m4 0a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75m4 0a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75m4 0a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/fold-up-16.svg b/mkdocs-material/material/templates/.icons/octicons/fold-up-16.svg new file mode 100644 index 0000000..e1c5a7c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/fold-up-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M7.823 1.677 4.927 4.573A.25.25 0 0 0 5.104 5H7.25v3.236a.75.75 0 1 0 1.5 0V5h2.146a.25.25 0 0 0 .177-.427L8.177 1.677a.25.25 0 0 0-.354 0M13.75 11a.75.75 0 0 0 0 1.5h.5a.75.75 0 0 0 0-1.5zm-3.75.75a.75.75 0 0 1 .75-.75h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1-.75-.75M7.75 11a.75.75 0 0 0 0 1.5h.5a.75.75 0 0 0 0-1.5zM4 11.75a.75.75 0 0 1 .75-.75h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1-.75-.75M1.75 11a.75.75 0 0 0 0 1.5h.5a.75.75 0 0 0 0-1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/fold-up-24.svg b/mkdocs-material/material/templates/.icons/octicons/fold-up-24.svg new file mode 100644 index 0000000..f997575 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/fold-up-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.47 5.22a.75.75 0 0 1 1.06 0l3.25 3.25a.75.75 0 0 1-.018 1.042.75.75 0 0 1-1.042.018L12 6.81 9.28 9.53a.75.75 0 0 1-1.042-.018.75.75 0 0 1-.018-1.042Z"/><path d="M12 5.5a.75.75 0 0 1 .75.75v8a.75.75 0 0 1-1.5 0v-8A.75.75 0 0 1 12 5.5M2.75 18a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75m4 0a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75m4 0a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75m4 0a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75m4 0a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/gear-16.svg b/mkdocs-material/material/templates/.icons/octicons/gear-16.svg new file mode 100644 index 0000000..169b658 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/gear-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8 0a8 8 0 0 1 .701.031C9.444.095 9.99.645 10.16 1.29l.288 1.107c.018.066.079.158.212.224q.347.171.668.386c.123.082.233.09.299.071l1.103-.303c.644-.176 1.392.021 1.82.63q.406.578.704 1.218c.315.675.111 1.422-.364 1.891l-.814.806c-.049.048-.098.147-.088.294q.024.386 0 .772c-.01.147.038.246.088.294l.814.806c.475.469.679 1.216.364 1.891a8 8 0 0 1-.704 1.217c-.428.61-1.176.807-1.82.63l-1.102-.302c-.067-.019-.177-.011-.3.071a6 6 0 0 1-.668.386c-.133.066-.194.158-.211.224l-.29 1.106c-.168.646-.715 1.196-1.458 1.26a8 8 0 0 1-1.402 0c-.743-.064-1.289-.614-1.458-1.26l-.289-1.106c-.018-.066-.079-.158-.212-.224a6 6 0 0 1-.668-.386c-.123-.082-.233-.09-.299-.071l-1.103.303c-.644.176-1.392-.021-1.82-.63a8 8 0 0 1-.704-1.218c-.315-.675-.111-1.422.363-1.891l.815-.806c.05-.048.098-.147.088-.294a6 6 0 0 1 0-.772c.01-.147-.038-.246-.088-.294l-.815-.806C.635 6.045.431 5.298.746 4.623a8 8 0 0 1 .704-1.217c.428-.61 1.176-.807 1.82-.63l1.102.302c.067.019.177.011.3-.071q.321-.215.668-.386c.133-.066.194-.158.211-.224l.29-1.106C6.009.645 6.556.095 7.299.03Q7.646 0 8 0m-.571 1.525c-.036.003-.108.036-.137.146l-.289 1.105c-.147.561-.549.967-.998 1.189q-.26.13-.5.29c-.417.278-.97.423-1.529.27l-1.103-.303c-.109-.03-.175.016-.195.045q-.33.47-.573.99c-.014.031-.021.11.059.19l.815.806c.411.406.562.957.53 1.456a5 5 0 0 0 0 .582c.032.499-.119 1.05-.53 1.456l-.815.806c-.081.08-.073.159-.059.19q.243.52.573.989c.02.03.085.076.195.046l1.102-.303c.56-.153 1.113-.008 1.53.27q.242.16.501.29c.447.222.85.629.997 1.189l.289 1.105c.029.109.101.143.137.146a6.6 6.6 0 0 0 1.142 0c.036-.003.108-.036.137-.146l.289-1.105c.147-.561.549-.967.998-1.189q.26-.13.5-.29c.417-.278.97-.423 1.529-.27l1.103.303c.109.029.175-.016.195-.045q.33-.47.573-.99c.014-.031.021-.11-.059-.19l-.815-.806c-.411-.406-.562-.957-.53-1.456a5 5 0 0 0 0-.582c-.032-.499.119-1.05.53-1.456l.815-.806c.081-.08.073-.159.059-.19a6.5 6.5 0 0 0-.573-.989c-.02-.03-.085-.076-.195-.046l-1.102.303c-.56.153-1.113.008-1.53-.27a4.4 4.4 0 0 0-.501-.29c-.447-.222-.85-.629-.997-1.189l-.289-1.105c-.029-.11-.101-.143-.137-.146a6.6 6.6 0 0 0-1.142 0M11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0M9.5 8a1.5 1.5 0 1 0-3.001.001A1.5 1.5 0 0 0 9.5 8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/gear-24.svg b/mkdocs-material/material/templates/.icons/octicons/gear-24.svg new file mode 100644 index 0000000..2e63258 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/gear-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 12a4 4 0 1 1-8 0 4 4 0 0 1 8 0m-1.5 0a2.5 2.5 0 1 0-5 0 2.5 2.5 0 0 0 5 0"/><path d="M12 1q.4 0 .797.028c.763.055 1.345.617 1.512 1.304l.352 1.45c.019.078.09.171.225.221q.37.134.728.302c.13.061.246.044.315.002l1.275-.776c.603-.368 1.411-.353 1.99.147q.604.524 1.128 1.129c.501.578.515 1.386.147 1.99l-.776 1.274c-.042.069-.058.185.002.315q.168.357.303.728c.048.135.142.205.22.225l1.45.352c.687.167 1.249.749 1.303 1.512q.057.797 0 1.594c-.054.763-.616 1.345-1.303 1.512l-1.45.352c-.078.019-.171.09-.221.225q-.134.372-.302.728c-.061.13-.044.246-.002.315l.776 1.275c.368.603.353 1.411-.147 1.99q-.524.605-1.129 1.128c-.578.501-1.386.515-1.99.147l-1.274-.776c-.069-.042-.185-.058-.314.002a9 9 0 0 1-.729.303c-.135.048-.205.142-.225.22l-.352 1.45c-.167.687-.749 1.249-1.512 1.303q-.797.057-1.594 0c-.763-.054-1.345-.616-1.512-1.303l-.352-1.45c-.019-.078-.09-.171-.225-.221a8 8 0 0 1-.728-.302c-.13-.061-.246-.044-.315-.002l-1.275.776c-.603.368-1.411.353-1.99-.147q-.605-.524-1.128-1.129c-.501-.578-.515-1.386-.147-1.99l.776-1.274c.042-.069.058-.185-.002-.314a9 9 0 0 1-.303-.729c-.048-.135-.142-.205-.22-.225l-1.45-.352c-.687-.167-1.249-.749-1.304-1.512a11 11 0 0 1 0-1.594c.055-.763.617-1.345 1.304-1.512l1.45-.352c.078-.019.171-.09.221-.225q.134-.372.302-.728c.061-.13.044-.246.002-.315l-.776-1.275c-.368-.603-.353-1.411.147-1.99q.524-.605 1.129-1.128c.578-.501 1.386-.515 1.99-.147l1.274.776c.069.042.185.058.315-.002q.357-.168.728-.303c.135-.048.205-.142.225-.22l.352-1.45c.167-.687.749-1.249 1.512-1.304Q11.598 1 12 1m-.69 1.525c-.055.004-.135.05-.161.161l-.353 1.45a1.83 1.83 0 0 1-1.172 1.277 7 7 0 0 0-.6.249 1.83 1.83 0 0 1-1.734-.074l-1.274-.776c-.098-.06-.186-.036-.228 0a10 10 0 0 0-.976.976c-.036.042-.06.131 0 .228l.776 1.274c.314.529.342 1.18.074 1.734a7 7 0 0 0-.249.6 1.83 1.83 0 0 1-1.278 1.173l-1.45.351c-.11.027-.156.107-.16.162a10 10 0 0 0 0 1.38c.004.055.05.135.161.161l1.45.353a1.83 1.83 0 0 1 1.277 1.172q.111.306.249.6c.268.553.24 1.204-.074 1.733l-.776 1.275c-.06.098-.036.186 0 .228q.453.523.976.976c.042.036.131.06.228 0l1.274-.776a1.83 1.83 0 0 1 1.734-.075q.294.14.6.25a1.83 1.83 0 0 1 1.173 1.278l.351 1.45c.027.11.107.156.162.16a10 10 0 0 0 1.38 0c.055-.004.135-.05.161-.161l.353-1.45a1.83 1.83 0 0 1 1.172-1.278 7 7 0 0 0 .6-.248 1.83 1.83 0 0 1 1.733.074l1.275.776c.098.06.186.036.228 0q.523-.453.976-.976c.036-.042.06-.131 0-.228l-.776-1.275a1.83 1.83 0 0 1-.075-1.733q.14-.294.25-.6a1.83 1.83 0 0 1 1.278-1.173l1.45-.351c.11-.027.156-.107.16-.162a10 10 0 0 0 0-1.38c-.004-.055-.05-.135-.161-.161l-1.45-.353c-.626-.152-1.08-.625-1.278-1.172a7 7 0 0 0-.248-.6 1.83 1.83 0 0 1 .074-1.734l.776-1.274c.06-.098.036-.186 0-.228a10 10 0 0 0-.976-.976c-.042-.036-.131-.06-.228 0l-1.275.776a1.83 1.83 0 0 1-1.733.074 7 7 0 0 0-.6-.249 1.84 1.84 0 0 1-1.173-1.278l-.351-1.45c-.027-.11-.107-.156-.162-.16a10 10 0 0 0-1.38 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/gift-16.svg b/mkdocs-material/material/templates/.icons/octicons/gift-16.svg new file mode 100644 index 0000000..5060228 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/gift-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M2 2.75A2.75 2.75 0 0 1 4.75 0c.983 0 1.873.42 2.57 1.232q.404.479.68 1.042.275-.564.68-1.044C9.376.42 10.266 0 11.25 0a2.75 2.75 0 0 1 2.45 4h.55c.966 0 1.75.784 1.75 1.75v2c0 .698-.409 1.301-1 1.582v4.918A1.75 1.75 0 0 1 13.25 16H2.75A1.75 1.75 0 0 1 1 14.25V9.332C.409 9.05 0 8.448 0 7.75v-2C0 4.784.784 4 1.75 4h.55c-.192-.375-.3-.8-.3-1.25M7.25 9.5H2.5v4.75c0 .138.112.25.25.25h4.5Zm1.5 0v5h4.5a.25.25 0 0 0 .25-.25V9.5Zm0-4V8h5.5a.25.25 0 0 0 .25-.25v-2a.25.25 0 0 0-.25-.25Zm-7 0a.25.25 0 0 0-.25.25v2c0 .138.112.25.25.25h5.5V5.5zm3-4a1.25 1.25 0 0 0 0 2.5h2.309c-.233-.818-.542-1.401-.878-1.793-.43-.502-.915-.707-1.431-.707M8.941 4h2.309a1.25 1.25 0 0 0 0-2.5c-.516 0-1 .205-1.43.707-.337.392-.646.975-.879 1.793"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/gift-24.svg b/mkdocs-material/material/templates/.icons/octicons/gift-24.svg new file mode 100644 index 0000000..1760475 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/gift-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.75 3.75A3.75 3.75 0 0 1 7.5 0c1.455 0 3.436.901 4.5 3.11C13.064.901 15.044 0 16.5 0a3.75 3.75 0 0 1 3 6h1.75c.966 0 1.75.784 1.75 1.75v2.5c0 .698-.409 1.301-1 1.582v8.418A1.75 1.75 0 0 1 20.25 22H3.75A1.75 1.75 0 0 1 2 20.25v-8.418c-.591-.282-1-.884-1-1.582v-2.5C1 6.784 1.784 6 2.75 6H4.5a3.73 3.73 0 0 1-.75-2.25M20.5 12h-7.75v8.5h7.5a.25.25 0 0 0 .25-.25Zm-9.25 8.5V12H3.5v8.25c0 .138.112.25.25.25Zm10-10a.25.25 0 0 0 .25-.25v-2.5a.25.25 0 0 0-.25-.25h-8.5v3Zm-18.5 0h8.5v-3h-8.5a.25.25 0 0 0-.25.25v2.5c0 .138.112.25.25.25m16-6.75A2.25 2.25 0 0 0 16.5 1.5c-1.15 0-3.433 1.007-3.72 4.5h3.72a2.25 2.25 0 0 0 2.25-2.25M11.22 6c-.287-3.493-2.57-4.5-3.72-4.5a2.25 2.25 0 1 0 0 4.5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/git-branch-16.svg b/mkdocs-material/material/templates/.icons/octicons/git-branch-16.svg new file mode 100644 index 0000000..9e95b85 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/git-branch-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M9.5 3.25a2.25 2.25 0 1 1 3 2.122V6A2.5 2.5 0 0 1 10 8.5H6a1 1 0 0 0-1 1v1.128a2.251 2.251 0 1 1-1.5 0V5.372a2.25 2.25 0 1 1 1.5 0v1.836A2.5 2.5 0 0 1 6 7h4a1 1 0 0 0 1-1v-.628A2.25 2.25 0 0 1 9.5 3.25m-6 0a.75.75 0 1 0 1.5 0 .75.75 0 0 0-1.5 0m8.25-.75a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5M4.25 12a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/git-branch-24.svg b/mkdocs-material/material/templates/.icons/octicons/git-branch-24.svg new file mode 100644 index 0000000..2abc562 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/git-branch-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 4.75a3.25 3.25 0 1 1 6.5 0 3.25 3.25 0 0 1-6.5 0M2.5 19.25a3.25 3.25 0 1 1 6.5 0 3.25 3.25 0 0 1-6.5 0m0-14.5a3.25 3.25 0 1 1 6.5 0 3.25 3.25 0 0 1-6.5 0M5.75 6.5a1.75 1.75 0 1 0-.001-3.501A1.75 1.75 0 0 0 5.75 6.5m0 14.5a1.75 1.75 0 1 0-.001-3.501A1.75 1.75 0 0 0 5.75 21m12.5-14.5a1.75 1.75 0 1 0-.001-3.501A1.75 1.75 0 0 0 18.25 6.5"/><path d="M5.75 16.75A.75.75 0 0 1 5 16V8a.75.75 0 0 1 1.5 0v8a.75.75 0 0 1-.75.75"/><path d="M17.5 8.75v-1H19v1a3.75 3.75 0 0 1-3.75 3.75h-7a1.75 1.75 0 0 0-1.75 1.75H5A3.25 3.25 0 0 1 8.25 11h7a2.25 2.25 0 0 0 2.25-2.25"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/git-commit-16.svg b/mkdocs-material/material/templates/.icons/octicons/git-commit-16.svg new file mode 100644 index 0000000..0ad5174 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/git-commit-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M11.93 8.5a4.002 4.002 0 0 1-7.86 0H.75a.75.75 0 0 1 0-1.5h3.32a4.002 4.002 0 0 1 7.86 0h3.32a.75.75 0 0 1 0 1.5Zm-1.43-.75a2.5 2.5 0 1 0-5 0 2.5 2.5 0 0 0 5 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/git-commit-24.svg b/mkdocs-material/material/templates/.icons/octicons/git-commit-24.svg new file mode 100644 index 0000000..edd7d10 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/git-commit-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.944 11h4.306a.75.75 0 0 1 0 1.5h-4.306a5.001 5.001 0 0 1-9.888 0H2.75a.75.75 0 0 1 0-1.5h4.306a5.001 5.001 0 0 1 9.888 0m-1.444.75a3.5 3.5 0 1 0-7 0 3.5 3.5 0 0 0 7 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/git-compare-16.svg b/mkdocs-material/material/templates/.icons/octicons/git-compare-16.svg new file mode 100644 index 0000000..c527a0a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/git-compare-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354ZM6 12v-1.646a.25.25 0 0 1 .427-.177l2.396 2.396a.25.25 0 0 1 0 .354l-2.396 2.396A.25.25 0 0 1 6 15.146V13.5H5A2.5 2.5 0 0 1 2.5 11V5.372a2.25 2.25 0 1 1 1.5 0V11a1 1 0 0 0 1 1ZM4 3.25a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0M12.75 12a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/git-compare-24.svg b/mkdocs-material/material/templates/.icons/octicons/git-compare-24.svg new file mode 100644 index 0000000..d0ac1cb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/git-compare-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.5 19.25a3.25 3.25 0 1 1 6.5 0 3.25 3.25 0 0 1-6.5 0m3.25-1.75a1.75 1.75 0 1 0 .001 3.501 1.75 1.75 0 0 0-.001-3.501"/><path d="M13.905 1.72a.75.75 0 0 1 0 1.06L12.685 4h4.065a3.75 3.75 0 0 1 3.75 3.75v8.75a.75.75 0 0 1-1.5 0V7.75a2.25 2.25 0 0 0-2.25-2.25h-4.064l1.22 1.22a.75.75 0 0 1-1.061 1.06l-2.5-2.5a.75.75 0 0 1 0-1.06l2.5-2.5a.75.75 0 0 1 1.06 0M7.5 4.75a3.25 3.25 0 1 1-6.5 0 3.25 3.25 0 0 1 6.5 0M4.25 6.5a1.75 1.75 0 1 0-.001-3.501A1.75 1.75 0 0 0 4.25 6.5"/><path d="M10.095 22.28a.75.75 0 0 1 0-1.06l1.22-1.22H7.25a3.75 3.75 0 0 1-3.75-3.75V7.5a.75.75 0 0 1 1.5 0v8.75a2.25 2.25 0 0 0 2.25 2.25h4.064l-1.22-1.22a.748.748 0 0 1 .332-1.265.75.75 0 0 1 .729.205l2.5 2.5a.75.75 0 0 1 0 1.06l-2.5 2.5a.75.75 0 0 1-1.06 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/git-merge-16.svg b/mkdocs-material/material/templates/.icons/octicons/git-merge-16.svg new file mode 100644 index 0000000..5c3e88d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/git-merge-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M5.45 5.154A4.25 4.25 0 0 0 9.25 7.5h1.378a2.251 2.251 0 1 1 0 1.5H9.25A5.73 5.73 0 0 1 5 7.123v3.505a2.25 2.25 0 1 1-1.5 0V5.372a2.25 2.25 0 1 1 1.95-.218M4.25 13.5a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5m8.5-4.5a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5M5 3.25a.75.75 0 1 0 0 .005z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/git-merge-24.svg b/mkdocs-material/material/templates/.icons/octicons/git-merge-24.svg new file mode 100644 index 0000000..330dd41 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/git-merge-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 13.25a3.25 3.25 0 1 1 6.5 0 3.25 3.25 0 0 1-6.5 0m-12.5 6a3.25 3.25 0 1 1 6.5 0 3.25 3.25 0 0 1-6.5 0m0-14.5a3.25 3.25 0 1 1 6.5 0 3.25 3.25 0 0 1-6.5 0M5.75 6.5a1.75 1.75 0 1 0-.001-3.501A1.75 1.75 0 0 0 5.75 6.5m0 14.5a1.75 1.75 0 1 0-.001-3.501A1.75 1.75 0 0 0 5.75 21m12.5-6a1.75 1.75 0 1 0-.001-3.501A1.75 1.75 0 0 0 18.25 15"/><path d="M6.5 7.25c0 2.9 2.35 5.25 5.25 5.25h4.5V14h-4.5A6.75 6.75 0 0 1 5 7.25Z"/><path d="M5.75 16.75A.75.75 0 0 1 5 16V8a.75.75 0 0 1 1.5 0v8a.75.75 0 0 1-.75.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/git-merge-queue-16.svg b/mkdocs-material/material/templates/.icons/octicons/git-merge-queue-16.svg new file mode 100644 index 0000000..37c7d01 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/git-merge-queue-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M3.75 4.5a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5M3 7.75a.75.75 0 0 1 1.5 0v2.878a2.251 2.251 0 1 1-1.5 0Zm.75 5.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5m5-7.75a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0m5.75 2.5a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0m-1.5 0a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/git-merge-queue-24.svg b/mkdocs-material/material/templates/.icons/octicons/git-merge-queue-24.svg new file mode 100644 index 0000000..9bb418b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/git-merge-queue-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.75 6.5a1.75 1.75 0 1 1 .001-3.501A1.75 1.75 0 0 1 5.75 6.5M9.5 8.75a1.75 1.75 0 1 1 3.501.001A1.75 1.75 0 0 1 9.5 8.75M5.75 22.5a3.25 3.25 0 0 1-.745-6.414A1 1 0 0 1 5 16v-5a.75.75 0 0 1 1.5 0v5a1 1 0 0 1-.005.086A3.252 3.252 0 0 1 5.75 22.5M4 19.25a1.75 1.75 0 1 0 3.501-.001A1.75 1.75 0 0 0 4 19.25m11-6.5a3.25 3.25 0 1 1 6.5 0 3.25 3.25 0 0 1-6.5 0m3.25 1.75a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/git-pull-request-16.svg b/mkdocs-material/material/templates/.icons/octicons/git-pull-request-16.svg new file mode 100644 index 0000000..5b8af33 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/git-pull-request-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0 .75.75 0 0 0-1.5 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/git-pull-request-24.svg b/mkdocs-material/material/templates/.icons/octicons/git-pull-request-24.svg new file mode 100644 index 0000000..089f0f2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/git-pull-request-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 19.25a3.25 3.25 0 1 1 6.5 0 3.25 3.25 0 0 1-6.5 0m-14.5 0a3.25 3.25 0 1 1 6.5 0 3.25 3.25 0 0 1-6.5 0m0-14.5a3.25 3.25 0 1 1 6.5 0 3.25 3.25 0 0 1-6.5 0M4.75 3a1.75 1.75 0 1 0 .001 3.501A1.75 1.75 0 0 0 4.75 3m0 14.5a1.75 1.75 0 1 0 .001 3.501A1.75 1.75 0 0 0 4.75 17.5m14.5 0a1.75 1.75 0 1 0 .001 3.501 1.75 1.75 0 0 0-.001-3.501"/><path d="M13.405 1.72a.75.75 0 0 1 0 1.06L12.185 4h4.065A3.75 3.75 0 0 1 20 7.75v8.75a.75.75 0 0 1-1.5 0V7.75a2.25 2.25 0 0 0-2.25-2.25h-4.064l1.22 1.22a.75.75 0 0 1-1.061 1.06l-2.5-2.5a.75.75 0 0 1 0-1.06l2.5-2.5a.75.75 0 0 1 1.06 0M4.75 7.25A.75.75 0 0 1 5.5 8v8A.75.75 0 0 1 4 16V8a.75.75 0 0 1 .75-.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/git-pull-request-closed-16.svg b/mkdocs-material/material/templates/.icons/octicons/git-pull-request-closed-16.svg new file mode 100644 index 0000000..76c4f4c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/git-pull-request-closed-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M3.25 1A2.25 2.25 0 0 1 4 5.372v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.251 2.251 0 0 1 3.25 1m9.5 5.5a.75.75 0 0 1 .75.75v3.378a2.251 2.251 0 1 1-1.5 0V7.25a.75.75 0 0 1 .75-.75m-2.03-5.273a.75.75 0 0 1 1.06 0l.97.97.97-.97a.748.748 0 0 1 1.265.332.75.75 0 0 1-.205.729l-.97.97.97.97a.75.75 0 0 1-.018 1.042.75.75 0 0 1-1.042.018l-.97-.97-.97.97a.749.749 0 0 1-1.275-.326.75.75 0 0 1 .215-.734l.97-.97-.97-.97a.75.75 0 0 1 0-1.06ZM2.5 3.25a.75.75 0 1 0 1.5 0 .75.75 0 0 0-1.5 0M3.25 12a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m9.5 0a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/git-pull-request-closed-24.svg b/mkdocs-material/material/templates/.icons/octicons/git-pull-request-closed-24.svg new file mode 100644 index 0000000..abac122 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/git-pull-request-closed-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.266 2.711a.75.75 0 1 0-1.061-1.06l-1.983 1.983-1.984-1.983a.75.75 0 1 0-1.06 1.06l1.983 1.983-1.983 1.984a.75.75 0 0 0 1.06 1.06l1.984-1.983 1.983 1.983a.75.75 0 0 0 1.06-1.06l-1.983-1.984zM4.75 1.5a3.25 3.25 0 0 1 .745 6.414A1 1 0 0 1 5.5 8v8a1 1 0 0 1-.005.086A3.25 3.25 0 0 1 4.75 22.5a3.25 3.25 0 0 1-.745-6.414A1 1 0 0 1 4 16V8q0-.043.005-.086A3.25 3.25 0 0 1 4.75 1.5M16 19.25a3.25 3.25 0 0 1 2.5-3.163V9.625a.75.75 0 0 1 1.5 0v6.462a3.252 3.252 0 0 1-.75 6.413A3.25 3.25 0 0 1 16 19.25M3 4.75a1.75 1.75 0 1 0 3.501-.001A1.75 1.75 0 0 0 3 4.75m0 14.5a1.75 1.75 0 1 0 3.501-.001A1.75 1.75 0 0 0 3 19.25m16.25-1.75a1.75 1.75 0 1 0 .001 3.501 1.75 1.75 0 0 0-.001-3.501"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/git-pull-request-draft-16.svg b/mkdocs-material/material/templates/.icons/octicons/git-pull-request-draft-16.svg new file mode 100644 index 0000000..8353bce --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/git-pull-request-draft-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M3.25 1A2.25 2.25 0 0 1 4 5.372v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.251 2.251 0 0 1 3.25 1m9.5 14a2.25 2.25 0 1 1 0-4.5 2.25 2.25 0 0 1 0 4.5M2.5 3.25a.75.75 0 1 0 1.5 0 .75.75 0 0 0-1.5 0M3.25 12a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m9.5 0a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5M14 7.5a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0m0-4.25a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/git-pull-request-draft-24.svg b/mkdocs-material/material/templates/.icons/octicons/git-pull-request-draft-24.svg new file mode 100644 index 0000000..c6698c7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/git-pull-request-draft-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.75 1.5a3.25 3.25 0 0 1 .745 6.414A1 1 0 0 1 5.5 8v8a1 1 0 0 1-.005.086A3.25 3.25 0 0 1 4.75 22.5a3.25 3.25 0 0 1-.745-6.414A1 1 0 0 1 4 16V8q0-.043.005-.086A3.25 3.25 0 0 1 4.75 1.5M16 19.25a3.25 3.25 0 1 1 6.5 0 3.25 3.25 0 0 1-6.5 0M3 4.75a1.75 1.75 0 1 0 3.501-.001A1.75 1.75 0 0 0 3 4.75m0 14.5a1.75 1.75 0 1 0 3.501-.001A1.75 1.75 0 0 0 3 19.25m16.25-1.75a1.75 1.75 0 1 0 .001 3.501 1.75 1.75 0 0 0-.001-3.501m0-11.5a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5M21 11.25a1.75 1.75 0 1 1-3.5 0 1.75 1.75 0 0 1 3.5 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/globe-16.svg b/mkdocs-material/material/templates/.icons/octicons/globe-16.svg new file mode 100644 index 0000000..b6b4db1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/globe-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M5.78 8.75a9.64 9.64 0 0 0 1.363 4.177q.383.64.857 1.215c.245-.296.551-.705.857-1.215A9.64 9.64 0 0 0 10.22 8.75Zm4.44-1.5a9.64 9.64 0 0 0-1.363-4.177c-.307-.51-.612-.919-.857-1.215a10 10 0 0 0-.857 1.215A9.64 9.64 0 0 0 5.78 7.25Zm-5.944 1.5H1.543a6.51 6.51 0 0 0 4.666 5.5q-.184-.271-.352-.552c-.715-1.192-1.437-2.874-1.581-4.948m-2.733-1.5h2.733c.144-2.074.866-3.756 1.58-4.948q.18-.295.353-.552a6.51 6.51 0 0 0-4.666 5.5m10.181 1.5c-.144 2.074-.866 3.756-1.58 4.948q-.18.296-.353.552a6.51 6.51 0 0 0 4.666-5.5Zm2.733-1.5a6.51 6.51 0 0 0-4.666-5.5q.184.272.353.552c.714 1.192 1.436 2.874 1.58 4.948Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/globe-24.svg b/mkdocs-material/material/templates/.icons/octicons/globe-24.svg new file mode 100644 index 0000000..8693ccb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/globe-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1m3.241 10.5zc-.1-2.708-.992-4.904-1.89-6.452a14 14 0 0 0-1.304-1.88L12 3.11l-.047.059c-.354.425-.828 1.06-1.304 1.88-.898 1.547-1.79 3.743-1.89 6.451Zm-12.728 0h4.745c.1-3.037 1.1-5.49 2.093-7.204.39-.672.78-1.233 1.119-1.673C6.11 3.329 2.746 7 2.513 11.5m18.974 0C21.254 7 17.89 3.329 13.53 2.623c.339.44.729 1.001 1.119 1.673.993 1.714 1.993 4.167 2.093 7.204ZM8.787 13c.182 2.478 1.02 4.5 1.862 5.953q.574.993 1.304 1.88l.047.057.047-.059c.354-.425.828-1.06 1.304-1.88.842-1.451 1.679-3.471 1.862-5.951Zm-1.504 0H2.552a9.505 9.505 0 0 0 7.918 8.377 16 16 0 0 1-1.119-1.673C8.413 18.085 7.47 15.807 7.283 13m9.434 0c-.186 2.807-1.13 5.085-2.068 6.704-.39.672-.78 1.233-1.118 1.673A9.506 9.506 0 0 0 21.447 13Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/goal-16.svg b/mkdocs-material/material/templates/.icons/octicons/goal-16.svg new file mode 100644 index 0000000..a7decbf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/goal-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M13.637 2.363zl1.676.335c.09.018.164.084.19.173a.25.25 0 0 1-.062.249l-1.373 1.374a.88.88 0 0 1-.619.256H12.31L9.45 7.611A1.5 1.5 0 1 1 6.5 8a1.5 1.5 0 0 1 1.889-1.449l2.861-2.862V2.552c0-.232.092-.455.256-.619L12.88.559a.25.25 0 0 1 .249-.062c.089.026.155.1.173.19Z"/><path d="M2 8a6 6 0 1 0 11.769-1.656.751.751 0 1 1 1.442-.413 7.502 7.502 0 0 1-12.513 7.371A7.501 7.501 0 0 1 10.069.789a.75.75 0 0 1-.413 1.442A6 6 0 0 0 2 8"/><path d="M5 8a3.002 3.002 0 0 0 4.699 2.476 3 3 0 0 0 1.28-2.827.748.748 0 0 1 1.045-.782.75.75 0 0 1 .445.61A4.5 4.5 0 1 1 8.516 3.53a.75.75 0 1 1-.17 1.49A3 3 0 0 0 5 8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/goal-24.svg b/mkdocs-material/material/templates/.icons/octicons/goal-24.svg new file mode 100644 index 0000000..a09be44 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/goal-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.172 6.75h-1.861l-4.566 4.564a1.874 1.874 0 1 1-1.06-1.06l4.565-4.565V3.828a.94.94 0 0 1 .275-.664l1.73-1.73a.25.25 0 0 1 .25-.063c.089.026.155.1.173.191l.46 2.301 2.3.46c.09.018.164.084.19.173a.25.25 0 0 1-.062.249l-1.731 1.73a.94.94 0 0 1-.663.275"/><path d="M2.625 12A9.375 9.375 0 0 0 12 21.375 9.375 9.375 0 0 0 21.375 12c0-.898-.126-1.766-.361-2.587A.75.75 0 0 1 22.455 9c.274.954.42 1.96.42 3 0 6.006-4.869 10.875-10.875 10.875S1.125 18.006 1.125 12 5.994 1.125 12 1.125c1.015-.001 2.024.14 3 .419a.75.75 0 1 1-.413 1.442A9.4 9.4 0 0 0 12 2.625 9.375 9.375 0 0 0 2.625 12"/><path d="M7.125 12a4.874 4.874 0 1 0 9.717-.569.748.748 0 0 1 1.047-.798c.251.112.42.351.442.625a6.373 6.373 0 0 1-10.836 5.253 6.376 6.376 0 0 1 5.236-10.844.75.75 0 1 1-.17 1.49A4.876 4.876 0 0 0 7.125 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/grabber-16.svg b/mkdocs-material/material/templates/.icons/octicons/grabber-16.svg new file mode 100644 index 0000000..1205e3e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/grabber-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M10 13a1 1 0 1 1 0-2 1 1 0 0 1 0 2m0-4a1 1 0 1 1 0-2 1 1 0 0 1 0 2m-4 4a1 1 0 1 1 0-2 1 1 0 0 1 0 2m5-9a1 1 0 1 1-2 0 1 1 0 0 1 2 0M7 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0M6 5a1 1 0 1 1 0-2 1 1 0 0 1 0 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/grabber-24.svg b/mkdocs-material/material/templates/.icons/octicons/grabber-24.svg new file mode 100644 index 0000000..75aa58c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/grabber-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 13a1 1 0 1 1 0-2 1 1 0 0 1 0 2m7-1a1 1 0 1 1-2 0 1 1 0 0 1 2 0M9 8a1 1 0 1 1 0-2 1 1 0 0 1 0 2m7-1a1 1 0 1 1-2 0 1 1 0 0 1 2 0M9 18a1 1 0 1 1 0-2 1 1 0 0 1 0 2m6 0a1 1 0 1 1 0-2 1 1 0 0 1 0 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/graph-16.svg b/mkdocs-material/material/templates/.icons/octicons/graph-16.svg new file mode 100644 index 0000000..d6dd6d5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/graph-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M1.5 1.75V13.5h13.75a.75.75 0 0 1 0 1.5H.75a.75.75 0 0 1-.75-.75V1.75a.75.75 0 0 1 1.5 0m14.28 2.53-5.25 5.25a.75.75 0 0 1-1.06 0L7 7.06 4.28 9.78a.75.75 0 0 1-1.042-.018.75.75 0 0 1-.018-1.042l3.25-3.25a.75.75 0 0 1 1.06 0L10 7.94l4.72-4.72a.75.75 0 0 1 1.042.018.75.75 0 0 1 .018 1.042"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/graph-24.svg b/mkdocs-material/material/templates/.icons/octicons/graph-24.svg new file mode 100644 index 0000000..c4d5b79 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/graph-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.5 2.75a.75.75 0 0 0-1.5 0v18.5c0 .414.336.75.75.75H20a.75.75 0 0 0 0-1.5H2.5z"/><path d="M22.28 7.78a.75.75 0 0 0-1.06-1.06l-5.72 5.72-3.72-3.72a.75.75 0 0 0-1.06 0l-6 6a.75.75 0 1 0 1.06 1.06l5.47-5.47 3.72 3.72a.75.75 0 0 0 1.06 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/hash-16.svg b/mkdocs-material/material/templates/.icons/octicons/hash-16.svg new file mode 100644 index 0000000..2479dd2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/hash-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M6.368 1.01a.75.75 0 0 1 .623.859L6.57 4.5h3.98l.46-2.868a.75.75 0 0 1 1.48.237L12.07 4.5h2.18a.75.75 0 0 1 0 1.5h-2.42l-.64 4h2.56a.75.75 0 0 1 0 1.5h-2.8l-.46 2.869a.75.75 0 0 1-1.48-.237l.42-2.632H5.45l-.46 2.869a.75.75 0 0 1-1.48-.237l.42-2.632H1.75a.75.75 0 0 1 0-1.5h2.42l.64-4H2.25a.75.75 0 0 1 0-1.5h2.8l.46-2.868a.75.75 0 0 1 .858-.622M9.67 10l.64-4H6.33l-.64 4Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/hash-24.svg b/mkdocs-material/material/templates/.icons/octicons/hash-24.svg new file mode 100644 index 0000000..98f1012 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/hash-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.618 1.76a.75.75 0 0 1 .623.859L9.46 7.5h6.48l.82-5.118a.75.75 0 0 1 1.48.237L17.46 7.5h3.79a.75.75 0 0 1 0 1.5h-4.03l-.96 6h3.99a.75.75 0 0 1 0 1.5h-4.23l-.78 4.869a.75.75 0 0 1-1.48-.237l.74-4.632H8.02l-.78 4.869a.75.75 0 0 1-1.48-.237L6.5 16.5H2.745a.75.75 0 0 1 0-1.5H6.74l.96-6H3.75a.75.75 0 0 1 0-1.5h4.19l.82-5.118a.75.75 0 0 1 .858-.622M14.741 15l.96-6H9.22l-.96 6Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/heading-16.svg b/mkdocs-material/material/templates/.icons/octicons/heading-16.svg new file mode 100644 index 0000000..9933ec8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/heading-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M3.75 2a.75.75 0 0 1 .75.75V7h7V2.75a.75.75 0 0 1 1.5 0v10.5a.75.75 0 0 1-1.5 0V8.5h-7v4.75a.75.75 0 0 1-1.5 0V2.75A.75.75 0 0 1 3.75 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/heading-24.svg b/mkdocs-material/material/templates/.icons/octicons/heading-24.svg new file mode 100644 index 0000000..92900dd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/heading-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.25 4a.75.75 0 0 1 .75.75V11h10V4.75a.75.75 0 0 1 1.5 0v14.5a.75.75 0 0 1-1.5 0V12.5H7v6.75a.75.75 0 0 1-1.5 0V4.75A.75.75 0 0 1 6.25 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/heart-16.svg b/mkdocs-material/material/templates/.icons/octicons/heart-16.svg new file mode 100644 index 0000000..d75ba64 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/heart-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="m8 14.25.345.666a.75.75 0 0 1-.69 0l-.008-.004-.018-.01a7 7 0 0 1-.31-.17 22 22 0 0 1-3.434-2.414C2.045 10.731 0 8.35 0 5.5 0 2.836 2.086 1 4.25 1 5.797 1 7.153 1.802 8 3.02 8.847 1.802 10.203 1 11.75 1 13.914 1 16 2.836 16 5.5c0 2.85-2.045 5.231-3.885 6.818a22 22 0 0 1-3.744 2.584l-.018.01-.006.003h-.002ZM4.25 2.5c-1.336 0-2.75 1.164-2.75 3 0 2.15 1.58 4.144 3.365 5.682A20.6 20.6 0 0 0 8 13.393a20.6 20.6 0 0 0 3.135-2.211C12.92 9.644 14.5 7.65 14.5 5.5c0-1.836-1.414-3-2.75-3-1.373 0-2.609.986-3.029 2.456a.749.749 0 0 1-1.442 0C6.859 3.486 5.623 2.5 4.25 2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/heart-24.svg b/mkdocs-material/material/templates/.icons/octicons/heart-24.svg new file mode 100644 index 0000000..a2e6dd8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/heart-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 20.703.343.667a.75.75 0 0 1-.686 0l-.003-.002-.007-.003-.025-.013a31 31 0 0 1-5.233-3.576C3.8 15.573 1 12.332 1 8.514v-.001C1 5.053 3.829 2.5 6.736 2.5 9.03 2.5 10.881 3.726 12 5.605 13.12 3.726 14.97 2.5 17.264 2.5 20.17 2.5 23 5.052 23 8.514c0 3.818-2.801 7.06-5.389 9.262a31 31 0 0 1-5.233 3.576l-.025.013-.007.003-.002.001ZM6.736 4C4.657 4 2.5 5.88 2.5 8.514c0 3.107 2.324 5.96 4.861 8.12a29.7 29.7 0 0 0 4.566 3.175l.073.041.073-.04c.271-.153.661-.38 1.13-.674.94-.588 2.19-1.441 3.436-2.502 2.537-2.16 4.861-5.013 4.861-8.12C21.5 5.88 19.343 4 17.264 4c-2.106 0-3.801 1.389-4.553 3.643a.751.751 0 0 1-1.422 0C10.537 5.389 8.841 4 6.736 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/heart-fill-16.svg b/mkdocs-material/material/templates/.icons/octicons/heart-fill-16.svg new file mode 100644 index 0000000..eb901c6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/heart-fill-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M7.655 14.916zh-.002l-.006-.003-.018-.01a22 22 0 0 1-3.744-2.584C2.045 10.731 0 8.35 0 5.5 0 2.836 2.086 1 4.25 1 5.797 1 7.153 1.802 8 3.02 8.847 1.802 10.203 1 11.75 1 13.914 1 16 2.836 16 5.5c0 2.85-2.044 5.231-3.886 6.818a22 22 0 0 1-3.433 2.414 7 7 0 0 1-.31.17l-.018.01-.008.004a.75.75 0 0 1-.69 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/heart-fill-24.svg b/mkdocs-material/material/templates/.icons/octicons/heart-fill-24.svg new file mode 100644 index 0000000..3879b6b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/heart-fill-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 20.408c-.492.308-.903.546-1.192.709q-.23.129-.463.252h-.002a.75.75 0 0 1-.686 0 17 17 0 0 1-.465-.252 31 31 0 0 1-4.803-3.34C3.8 15.572 1 12.331 1 8.513 1 5.052 3.829 2.5 6.736 2.5 9.03 2.5 10.881 3.726 12 5.605 13.12 3.726 14.97 2.5 17.264 2.5 20.17 2.5 23 5.052 23 8.514c0 3.818-2.801 7.06-5.389 9.262A31 31 0 0 1 14 20.408"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/history-16.svg b/mkdocs-material/material/templates/.icons/octicons/history-16.svg new file mode 100644 index 0000000..111ba69 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/history-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="m.427 1.927 1.215 1.215a8.002 8.002 0 1 1-1.6 5.685.75.75 0 1 1 1.493-.154 6.5 6.5 0 1 0 1.18-4.458l1.358 1.358A.25.25 0 0 1 3.896 6H.25A.25.25 0 0 1 0 5.75V2.104a.25.25 0 0 1 .427-.177M7.75 4a.75.75 0 0 1 .75.75v2.992l2.028.812a.75.75 0 0 1-.557 1.392l-2.5-1A.75.75 0 0 1 7 8.25v-3.5A.75.75 0 0 1 7.75 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/history-24.svg b/mkdocs-material/material/templates/.icons/octicons/history-24.svg new file mode 100644 index 0000000..c13e6a2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/history-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.998 2.5A9.5 9.5 0 0 0 3.378 8H5.75a.75.75 0 0 1 0 1.5H2a1 1 0 0 1-1-1V4.75a.75.75 0 0 1 1.5 0v1.697A11 11 0 0 1 11.998 1C18.074 1 23 5.925 23 12s-4.926 11-11.002 11C6.014 23 1.146 18.223 1 12.275a.75.75 0 0 1 1.5-.037 9.5 9.5 0 0 0 9.498 9.262c5.248 0 9.502-4.253 9.502-9.5s-4.254-9.5-9.502-9.5"/><path d="M12.5 7.25a.75.75 0 0 0-1.5 0v5.5c0 .27.144.518.378.651l3.5 2a.75.75 0 0 0 .744-1.302L12.5 12.315z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/home-16.svg b/mkdocs-material/material/templates/.icons/octicons/home-16.svg new file mode 100644 index 0000000..ef90cb8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/home-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M6.906.664a1.75 1.75 0 0 1 2.187 0l5.25 4.2c.415.332.657.835.657 1.367v7.019A1.75 1.75 0 0 1 13.25 15h-3.5a.75.75 0 0 1-.75-.75V9H7v5.25a.75.75 0 0 1-.75.75h-3.5A1.75 1.75 0 0 1 1 13.25V6.23c0-.531.242-1.034.657-1.366l5.25-4.2Zm1.25 1.171a.25.25 0 0 0-.312 0l-5.25 4.2a.25.25 0 0 0-.094.196v7.019c0 .138.112.25.25.25H5.5V8.25a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 .75.75v5.25h2.75a.25.25 0 0 0 .25-.25V6.23a.25.25 0 0 0-.094-.195Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/home-24.svg b/mkdocs-material/material/templates/.icons/octicons/home-24.svg new file mode 100644 index 0000000..cf0f265 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/home-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.03 2.59a1.5 1.5 0 0 1 1.94 0l7.5 6.363a1.5 1.5 0 0 1 .53 1.144V19.5a1.5 1.5 0 0 1-1.5 1.5h-5.75a.75.75 0 0 1-.75-.75V14h-2v6.25a.75.75 0 0 1-.75.75H4.5A1.5 1.5 0 0 1 3 19.5v-9.403c0-.44.194-.859.53-1.144ZM12 3.734l-7.5 6.363V19.5h5v-6.25a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 .75.75v6.25h5v-9.403Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/home-fill-16.svg b/mkdocs-material/material/templates/.icons/octicons/home-fill-16.svg new file mode 100644 index 0000000..bc87788 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/home-fill-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M6.906.384a1.75 1.75 0 0 1 2.187 0l5.25 4.2c.415.332.657.835.657 1.367v7.019a1.75 1.75 0 0 1-1.75 1.75h-2.5a.75.75 0 0 1-.75-.75V8.72H6v5.25a.75.75 0 0 1-.75.75h-2.5A1.75 1.75 0 0 1 1 12.97V5.95c0-.531.242-1.034.657-1.366z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/home-fill-24.svg b/mkdocs-material/material/templates/.icons/octicons/home-fill-24.svg new file mode 100644 index 0000000..ec3b9dc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/home-fill-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.97 2.59a1.5 1.5 0 0 0-1.94 0l-7.5 6.363A1.5 1.5 0 0 0 3 10.097V19.5A1.5 1.5 0 0 0 4.5 21h4.75a.75.75 0 0 0 .75-.75V14h4v6.25c0 .414.336.75.75.75h4.75a1.5 1.5 0 0 0 1.5-1.5v-9.403a1.5 1.5 0 0 0-.53-1.144z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/horizontal-rule-16.svg b/mkdocs-material/material/templates/.icons/octicons/horizontal-rule-16.svg new file mode 100644 index 0000000..eb000d0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/horizontal-rule-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M0 7.75A.75.75 0 0 1 .75 7h14.5a.75.75 0 0 1 0 1.5H.75A.75.75 0 0 1 0 7.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/horizontal-rule-24.svg b/mkdocs-material/material/templates/.icons/octicons/horizontal-rule-24.svg new file mode 100644 index 0000000..ee64762 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/horizontal-rule-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 12.75a.75.75 0 0 1 .75-.75h18.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/hourglass-16.svg b/mkdocs-material/material/templates/.icons/octicons/hourglass-16.svg new file mode 100644 index 0000000..8f99d0f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/hourglass-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M2.75 1h10.5a.75.75 0 0 1 0 1.5h-.75v1.25a4.75 4.75 0 0 1-1.9 3.8l-.333.25a.25.25 0 0 0 0 .4l.333.25a4.75 4.75 0 0 1 1.9 3.8v1.25h.75a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1 0-1.5h.75v-1.25a4.75 4.75 0 0 1 1.9-3.8l.333-.25a.25.25 0 0 0 0-.4L5.4 7.55a4.75 4.75 0 0 1-1.9-3.8V2.5h-.75a.75.75 0 0 1 0-1.5M11 2.5H5v1.25c0 1.023.482 1.986 1.3 2.6l.333.25c.934.7.934 2.1 0 2.8l-.333.25a3.25 3.25 0 0 0-1.3 2.6v1.25h6v-1.25a3.25 3.25 0 0 0-1.3-2.6l-.333-.25a1.748 1.748 0 0 1 0-2.8l.333-.25a3.25 3.25 0 0 0 1.3-2.6Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/hourglass-24.svg b/mkdocs-material/material/templates/.icons/octicons/hourglass-24.svg new file mode 100644 index 0000000..2230ec3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/hourglass-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.75 2h14.5a.75.75 0 0 1 0 1.5h-.75v2.982a4.75 4.75 0 0 1-2.215 4.017l-2.044 1.29a.25.25 0 0 0 0 .422l2.044 1.29a4.75 4.75 0 0 1 2.215 4.017V20.5h.75a.75.75 0 0 1 0 1.5H4.75a.75.75 0 0 1 0-1.5h.75v-2.982a4.75 4.75 0 0 1 2.215-4.017l2.044-1.29a.25.25 0 0 0 0-.422l-2.044-1.29A4.75 4.75 0 0 1 5.5 6.482V3.5h-.75a.75.75 0 0 1 0-1.5M17 3.5H7v2.982A3.25 3.25 0 0 0 8.516 9.23l2.044 1.29a1.75 1.75 0 0 1 0 2.96l-2.044 1.29A3.25 3.25 0 0 0 7 17.518V20.5h10v-2.982a3.25 3.25 0 0 0-1.516-2.748l-2.044-1.29a1.75 1.75 0 0 1 0-2.96l2.044-1.29A3.25 3.25 0 0 0 17 6.482Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/hubot-16.svg b/mkdocs-material/material/templates/.icons/octicons/hubot-16.svg new file mode 100644 index 0000000..3a11ded --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/hubot-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M0 8a8 8 0 0 1 16 0v5.25a.75.75 0 0 1-1.5 0V8a6.5 6.5 0 1 0-13 0v5.25a.75.75 0 0 1-1.5 0Zm3-1.25C3 5.784 3.784 5 4.75 5h6.5c.966 0 1.75.784 1.75 1.75v1.5A1.75 1.75 0 0 1 11.25 10h-6.5A1.75 1.75 0 0 1 3 8.25Zm1.47-.53a.75.75 0 0 0 0 1.06l1.5 1.5a.75.75 0 0 0 1.06 0L8 7.81l.97.97a.75.75 0 0 0 1.06 0l1.5-1.5a.749.749 0 0 0-.326-1.275.75.75 0 0 0-.734.215l-.97.97-.97-.97a.75.75 0 0 0-1.06 0l-.97.97-.97-.97a.75.75 0 0 0-1.06 0m1.03 6.03a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.75-.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/hubot-24.svg b/mkdocs-material/material/templates/.icons/octicons/hubot-24.svg new file mode 100644 index 0000000..f81be84 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/hubot-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 13C0 6.373 5.373 1 12 1s12 5.373 12 12v8.657a.75.75 0 0 1-1.5 0V13c0-5.799-4.701-10.5-10.5-10.5S1.5 7.201 1.5 13v8.657a.75.75 0 0 1-1.5 0z"/><path d="M8 19.75a.75.75 0 0 1 .75-.75h6.5a.75.75 0 0 1 0 1.5h-6.5a.75.75 0 0 1-.75-.75M5.25 9.5h13.5c.966 0 1.75.784 1.75 1.75v3.5a1.75 1.75 0 0 1-1.75 1.75H5.25a1.75 1.75 0 0 1-1.75-1.75v-3.5c0-.966.784-1.75 1.75-1.75m.22 1.47a.75.75 0 0 0 0 1.06l3 3a.75.75 0 0 0 1.06 0L12 12.56l2.47 2.47a.75.75 0 0 0 1.06 0l3-3a.749.749 0 0 0-.326-1.275.75.75 0 0 0-.734.215L15 13.44l-2.47-2.47a.75.75 0 0 0-1.06 0L9 13.44l-2.47-2.47a.75.75 0 0 0-1.06 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/id-badge-16.svg b/mkdocs-material/material/templates/.icons/octicons/id-badge-16.svg new file mode 100644 index 0000000..c3a6eae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/id-badge-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M3 7.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5zm10 .25a.75.75 0 0 1-.75.75h-4.5a.75.75 0 0 1 0-1.5h4.5a.75.75 0 0 1 .75.75M10.25 11a.75.75 0 0 0 0-1.5h-2.5a.75.75 0 0 0 0 1.5z"/><path d="M7.25 0h1.5c.966 0 1.75.784 1.75 1.75V3h3.75c.966 0 1.75.784 1.75 1.75v8.5A1.75 1.75 0 0 1 14.25 15H1.75A1.75 1.75 0 0 1 0 13.25v-8.5C0 3.784.784 3 1.75 3H5.5V1.75C5.5.784 6.284 0 7.25 0m3.232 4.5A1.75 1.75 0 0 1 8.75 6h-1.5a1.75 1.75 0 0 1-1.732-1.5H1.75a.25.25 0 0 0-.25.25v8.5c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25v-8.5a.25.25 0 0 0-.25-.25ZM7 1.75v2.5c0 .138.112.25.25.25h1.5A.25.25 0 0 0 9 4.25v-2.5a.25.25 0 0 0-.25-.25h-1.5a.25.25 0 0 0-.25.25"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/id-badge-24.svg b/mkdocs-material/material/templates/.icons/octicons/id-badge-24.svg new file mode 100644 index 0000000..5475cde --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/id-badge-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 11.75a.75.75 0 0 1 .75-.75h5.5a.75.75 0 0 1 0 1.5h-5.5a.75.75 0 0 1-.75-.75m0 2.525a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.75-.75M6.5 10a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5z"/><path d="M10.75 2A1.75 1.75 0 0 0 9 3.75V6H3.75A1.75 1.75 0 0 0 2 7.75v10.5c0 .966.784 1.75 1.75 1.75h16.5A1.75 1.75 0 0 0 22 18.25V7.75A1.75 1.75 0 0 0 20.25 6H15V3.75A1.75 1.75 0 0 0 13.25 2zm-.25 1.75a.25.25 0 0 1 .25-.25h2.5a.25.25 0 0 1 .25.25v3.5a.25.25 0 0 1-.25.25h-2.5a.25.25 0 0 1-.25-.25zm4.482 3.75A1.75 1.75 0 0 1 13.25 9h-2.5a1.75 1.75 0 0 1-1.732-1.5H3.75a.25.25 0 0 0-.25.25v10.5c0 .138.112.25.25.25h16.5a.25.25 0 0 0 .25-.25V7.75a.25.25 0 0 0-.25-.25z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/image-16.svg b/mkdocs-material/material/templates/.icons/octicons/image-16.svg new file mode 100644 index 0000000..76ef09c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/image-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M16 13.25A1.75 1.75 0 0 1 14.25 15H1.75A1.75 1.75 0 0 1 0 13.25V2.75C0 1.784.784 1 1.75 1h12.5c.966 0 1.75.784 1.75 1.75ZM1.75 2.5a.25.25 0 0 0-.25.25v10.5c0 .138.112.25.25.25h.94l.03-.03 6.077-6.078a1.75 1.75 0 0 1 2.412-.06L14.5 10.31V2.75a.25.25 0 0 0-.25-.25Zm12.5 11a.25.25 0 0 0 .25-.25v-.917l-4.298-3.889a.25.25 0 0 0-.344.009L4.81 13.5ZM7 6a2 2 0 1 1-3.999.001A2 2 0 0 1 7 6M5.5 6a.5.5 0 1 0-1 0 .5.5 0 0 0 1 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/image-24.svg b/mkdocs-material/material/templates/.icons/octicons/image-24.svg new file mode 100644 index 0000000..35b66d2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/image-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.75 3h14.5c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0 1 19.25 21H4.75A1.75 1.75 0 0 1 3 19.25V4.75C3 3.784 3.784 3 4.75 3m14.5 1.5H4.75a.25.25 0 0 0-.25.25v14.5c0 .138.112.25.25.25h.19l9.823-9.823a1.75 1.75 0 0 1 2.475 0l2.262 2.262V4.75a.25.25 0 0 0-.25-.25m.25 9.56-3.323-3.323a.25.25 0 0 0-.354 0L7.061 19.5H19.25a.25.25 0 0 0 .25-.25ZM8.5 11a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5m0-1.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/inbox-16.svg b/mkdocs-material/material/templates/.icons/octicons/inbox-16.svg new file mode 100644 index 0000000..2ab4ef5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/inbox-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M2.8 2.06A1.75 1.75 0 0 1 4.41 1h7.18c.7 0 1.333.417 1.61 1.06l2.74 6.395c.04.093.06.194.06.295v4.5A1.75 1.75 0 0 1 14.25 15H1.75A1.75 1.75 0 0 1 0 13.25v-4.5q0-.154.06-.295Zm1.61.44a.25.25 0 0 0-.23.152L1.887 8H4.75a.75.75 0 0 1 .6.3L6.625 10h2.75l1.275-1.7a.75.75 0 0 1 .6-.3h2.863L11.82 2.652a.25.25 0 0 0-.23-.152Zm10.09 7h-2.875l-1.275 1.7a.75.75 0 0 1-.6.3h-3.5a.75.75 0 0 1-.6-.3L4.375 9.5H1.5v3.75c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/inbox-24.svg b/mkdocs-material/material/templates/.icons/octicons/inbox-24.svg new file mode 100644 index 0000000..6648f62 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/inbox-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.801 3.57A1.75 1.75 0 0 1 6.414 2.5h11.174c.702 0 1.337.42 1.611 1.067l3.741 8.828q.06.14.06.293v7.562A1.75 1.75 0 0 1 21.25 22H2.75A1.75 1.75 0 0 1 1 20.25v-7.5q0-.151.059-.291L4.8 3.571ZM6.414 4a.25.25 0 0 0-.23.153L2.88 12H8a.75.75 0 0 1 .648.372L10.18 15h3.638l1.533-2.628a.75.75 0 0 1 .64-.372l5.13-.051-3.304-7.797a.25.25 0 0 0-.23-.152ZM21.5 13.445l-5.067.05-1.535 2.633a.75.75 0 0 1-.648.372h-4.5a.75.75 0 0 1-.648-.372L7.57 13.5H2.5v6.75c0 .138.112.25.25.25h18.5a.25.25 0 0 0 .25-.25Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/infinity-16.svg b/mkdocs-material/material/templates/.icons/octicons/infinity-16.svg new file mode 100644 index 0000000..2b0600d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/infinity-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8 6.984c.59-.533 1.204-1.066 1.825-1.493.797-.548 1.7-.991 2.675-.991C14.414 4.5 16 6.086 16 8s-1.586 3.5-3.5 3.5c-.975 0-1.878-.444-2.675-.991-.621-.427-1.235-.96-1.825-1.493-.59.533-1.204 1.066-1.825 1.493-.797.547-1.7.991-2.675.991C1.586 11.5 0 9.914 0 8s1.586-3.5 3.5-3.5c.975 0 1.878.443 2.675.991.621.427 1.235.96 1.825 1.493M9.114 8c.536.483 1.052.922 1.56 1.273.704.483 1.3.727 1.826.727 1.086 0 2-.914 2-2s-.914-2-2-2c-.525 0-1.122.244-1.825.727-.51.35-1.025.79-1.561 1.273M3.5 6c-1.086 0-2 .914-2 2s.914 2 2 2c.525 0 1.122-.244 1.825-.727.51-.35 1.025-.79 1.561-1.273-.536-.483-1.052-.922-1.56-1.273C4.621 6.244 4.025 6 3.5 6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/infinity-24.svg b/mkdocs-material/material/templates/.icons/octicons/infinity-24.svg new file mode 100644 index 0000000..a58690a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/infinity-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 11.16c.887-.933 1.813-1.865 2.78-2.6C15.952 7.668 17.267 7 18.75 7 21.657 7 24 9.615 24 12.25s-2.343 5.25-5.25 5.25c-1.483 0-2.798-.668-3.97-1.56-.967-.735-1.893-1.667-2.78-2.6-.887.933-1.813 1.865-2.78 2.6-1.172.892-2.487 1.56-3.97 1.56C2.343 17.5 0 14.885 0 12.25S2.343 7 5.25 7c1.483 0 2.798.667 3.97 1.56.967.735 1.893 1.667 2.78 2.6M5.25 8.5c-2.032 0-3.75 1.895-3.75 3.75S3.218 16 5.25 16c1.017 0 2.014-.457 3.062-1.253.89-.678 1.758-1.554 2.655-2.497-.897-.943-1.765-1.82-2.655-2.497C7.264 8.957 6.267 8.5 5.25 8.5m7.783 3.75c.897.943 1.765 1.82 2.655 2.497C16.736 15.543 17.733 16 18.75 16c2.032 0 3.75-1.895 3.75-3.75S20.782 8.5 18.75 8.5c-1.017 0-2.014.457-3.062 1.253-.89.678-1.758 1.554-2.655 2.497"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/info-16.svg b/mkdocs-material/material/templates/.icons/octicons/info-16.svg new file mode 100644 index 0000000..a307d5d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/info-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8m8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13M6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75M8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/info-24.svg b/mkdocs-material/material/templates/.icons/octicons/info-24.svg new file mode 100644 index 0000000..ba56e2b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/info-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 7.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0m-3 3.75a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 .75.75v4.25h.75a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1 0-1.5h.75V12h-.75a.75.75 0 0 1-.75-.75"/><path d="M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1M2.5 12a9.5 9.5 0 0 0 9.5 9.5 9.5 9.5 0 0 0 9.5-9.5A9.5 9.5 0 0 0 12 2.5 9.5 9.5 0 0 0 2.5 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/issue-closed-16.svg b/mkdocs-material/material/templates/.icons/octicons/issue-closed-16.svg new file mode 100644 index 0000000..700195d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/issue-closed-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M11.28 6.78a.75.75 0 0 0-1.06-1.06L7.25 8.69 5.78 7.22a.75.75 0 0 0-1.06 1.06l2 2a.75.75 0 0 0 1.06 0z"/><path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-1.5 0a6.5 6.5 0 1 0-13 0 6.5 6.5 0 0 0 13 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/issue-closed-24.svg b/mkdocs-material/material/templates/.icons/octicons/issue-closed-24.svg new file mode 100644 index 0000000..14673c8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/issue-closed-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.28 9.28a.75.75 0 0 0-1.06-1.06l-5.97 5.97-2.47-2.47a.75.75 0 0 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0z"/><path d="M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1M2.5 12a9.5 9.5 0 0 0 9.5 9.5 9.5 9.5 0 0 0 9.5-9.5A9.5 9.5 0 0 0 12 2.5 9.5 9.5 0 0 0 2.5 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/issue-draft-16.svg b/mkdocs-material/material/templates/.icons/octicons/issue-draft-16.svg new file mode 100644 index 0000000..6c1baf4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/issue-draft-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M14.307 11.655a.75.75 0 0 1 .165 1.048 8 8 0 0 1-1.769 1.77.75.75 0 0 1-.883-1.214 6.6 6.6 0 0 0 1.44-1.439.75.75 0 0 1 1.047-.165m-2.652-9.962a.75.75 0 0 1 1.048-.165 8 8 0 0 1 1.77 1.769.75.75 0 0 1-1.214.883 6.6 6.6 0 0 0-1.439-1.44.75.75 0 0 1-.165-1.047M6.749.097a8 8 0 0 1 2.502 0 .75.75 0 1 1-.233 1.482 6.6 6.6 0 0 0-2.036 0A.751.751 0 0 1 6.749.097M.955 6.125a.75.75 0 0 1 .624.857 6.6 6.6 0 0 0 0 2.036.75.75 0 1 1-1.482.233 8 8 0 0 1 0-2.502.75.75 0 0 1 .858-.624m14.09 0a.75.75 0 0 1 .858.624c.13.829.13 1.673 0 2.502a.75.75 0 1 1-1.482-.233 6.6 6.6 0 0 0 0-2.036.75.75 0 0 1 .624-.857m-8.92 8.92a.75.75 0 0 1 .857-.624 6.6 6.6 0 0 0 2.036 0 .75.75 0 1 1 .233 1.482c-.829.13-1.673.13-2.502 0a.75.75 0 0 1-.624-.858m-4.432-3.39a.75.75 0 0 1 1.048.165 6.6 6.6 0 0 0 1.439 1.44.751.751 0 0 1-.883 1.212 8 8 0 0 1-1.77-1.769.75.75 0 0 1 .166-1.048m2.652-9.962A.75.75 0 0 1 4.18 2.74a6.6 6.6 0 0 0-1.44 1.44.751.751 0 0 1-1.212-.883 8 8 0 0 1 1.769-1.77.75.75 0 0 1 1.048.166"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/issue-draft-24.svg b/mkdocs-material/material/templates/.icons/octicons/issue-draft-24.svg new file mode 100644 index 0000000..8107b13 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/issue-draft-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.32 3.205a.75.75 0 0 1 1.046-.177 11 11 0 0 1 2.605 2.606.75.75 0 1 1-1.222.869 9.6 9.6 0 0 0-2.252-2.252.75.75 0 0 1-.177-1.046m3.475 14.115a.75.75 0 0 1 .176 1.046 11 11 0 0 1-2.605 2.605.75.75 0 1 1-.869-1.222 9.6 9.6 0 0 0 2.252-2.252.75.75 0 0 1 1.046-.177M2.018 9.543a.75.75 0 0 1 .615.864 9.6 9.6 0 0 0 0 3.186.75.75 0 1 1-1.48.25 11 11 0 0 1 0-3.686.75.75 0 0 1 .865-.614m7.525 12.439a.75.75 0 0 1 .864-.615 9.6 9.6 0 0 0 3.186 0 .75.75 0 1 1 .25 1.48 11 11 0 0 1-3.686 0 .75.75 0 0 1-.614-.865M6.68 3.205a.75.75 0 0 1-.177 1.046A9.6 9.6 0 0 0 4.25 6.503a.75.75 0 1 1-1.223-.87 11 11 0 0 1 2.606-2.605.75.75 0 0 1 1.046.177ZM3.205 17.32a.75.75 0 0 1 1.046.177 9.6 9.6 0 0 0 2.252 2.252.75.75 0 1 1-.87 1.223 11 11 0 0 1-2.605-2.606.75.75 0 0 1 .177-1.046m6.952-16.166a11 11 0 0 1 3.686 0 .75.75 0 0 1-.25 1.479 9.6 9.6 0 0 0-3.186 0 .75.75 0 1 1-.25-1.48Zm11.825 8.389a.75.75 0 0 1 .864.614 11 11 0 0 1 0 3.686.75.75 0 0 1-1.479-.25 9.6 9.6 0 0 0 0-3.186.75.75 0 0 1 .615-.864"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/issue-opened-16.svg b/mkdocs-material/material/templates/.icons/octicons/issue-opened-16.svg new file mode 100644 index 0000000..44ee0fb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/issue-opened-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3"/><path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M1.5 8a6.5 6.5 0 1 0 13 0 6.5 6.5 0 0 0-13 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/issue-opened-24.svg b/mkdocs-material/material/templates/.icons/octicons/issue-opened-24.svg new file mode 100644 index 0000000..801a63a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/issue-opened-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1M2.5 12a9.5 9.5 0 0 0 9.5 9.5 9.5 9.5 0 0 0 9.5-9.5A9.5 9.5 0 0 0 12 2.5 9.5 9.5 0 0 0 2.5 12m9.5 2a2 2 0 1 1-.001-3.999A2 2 0 0 1 12 14"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/issue-reopened-16.svg b/mkdocs-material/material/templates/.icons/octicons/issue-reopened-16.svg new file mode 100644 index 0000000..1c894cf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/issue-reopened-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M5.029 2.217a6.5 6.5 0 0 1 9.437 5.11.75.75 0 1 0 1.492-.154 8 8 0 0 0-14.315-4.03L.427 1.927A.25.25 0 0 0 0 2.104V5.75A.25.25 0 0 0 .25 6h3.646a.25.25 0 0 0 .177-.427L2.715 4.215a6.5 6.5 0 0 1 2.314-1.998M1.262 8.169a.75.75 0 0 0-1.22.658 8.001 8.001 0 0 0 14.315 4.03l1.216 1.216a.25.25 0 0 0 .427-.177V10.25a.25.25 0 0 0-.25-.25h-3.646a.25.25 0 0 0-.177.427l1.358 1.358a6.501 6.501 0 0 1-11.751-3.11.75.75 0 0 0-.272-.506"/><path d="M9.06 9.06a1.5 1.5 0 1 1-2.12-2.12 1.5 1.5 0 0 1 2.12 2.12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/issue-reopened-24.svg b/mkdocs-material/material/templates/.icons/octicons/issue-reopened-24.svg new file mode 100644 index 0000000..9ece38b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/issue-reopened-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.38 8A9.5 9.5 0 0 1 12 2.5a9.5 9.5 0 0 1 9.215 7.182.75.75 0 1 0 1.456-.364C21.473 4.539 17.15 1 12 1a11 11 0 0 0-9.5 5.452V4.75a.75.75 0 0 0-1.5 0V8.5a1 1 0 0 0 1 1h3.75a.75.75 0 0 0 0-1.5zm-.595 6.318a.75.75 0 0 0-1.455.364C2.527 19.461 6.85 23 12 23c4.052 0 7.592-2.191 9.5-5.451v1.701a.75.75 0 0 0 1.5 0V15.5a1 1 0 0 0-1-1h-3.75a.75.75 0 0 0 0 1.5h2.37A9.5 9.5 0 0 1 12 21.5c-4.446 0-8.181-3.055-9.215-7.182"/><path d="M13.414 13.414a2 2 0 1 1-2.828-2.828 2 2 0 0 1 2.828 2.828"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/issue-tracked-by-16.svg b/mkdocs-material/material/templates/.icons/octicons/issue-tracked-by-16.svg new file mode 100644 index 0000000..2fb1012 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/issue-tracked-by-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M1.5 8a6.5 6.5 0 0 1 13 0A.75.75 0 0 0 16 8a8 8 0 1 0-8 8 .75.75 0 0 0 0-1.5A6.5 6.5 0 0 1 1.5 8"/><path d="M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3m3.573 5.823-2.896-2.896a.25.25 0 0 1 0-.354l2.896-2.896a.25.25 0 0 1 .427.177V11.5h3.25a.75.75 0 0 1 0 1.5H12v2.146a.25.25 0 0 1-.427.177"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/issue-tracked-by-24.svg b/mkdocs-material/material/templates/.icons/octicons/issue-tracked-by-24.svg new file mode 100644 index 0000000..643afbe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/issue-tracked-by-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2.5a9.5 9.5 0 1 0 0 19 .75.75 0 0 1 0 1.5C5.925 23 1 18.075 1 12S5.925 1 12 1s11 4.925 11 11a.75.75 0 0 1-1.5 0A9.5 9.5 0 0 0 12 2.5"/><path d="m13.759 17.48 3.728 3.314a.308.308 0 0 0 .513-.23V18h4.25a.75.75 0 0 0 0-1.5H18v-2.564a.308.308 0 0 0-.513-.23L13.76 17.02a.31.31 0 0 0 0 .46ZM12 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/issue-tracks-16.svg b/mkdocs-material/material/templates/.icons/octicons/issue-tracks-16.svg new file mode 100644 index 0000000..592bd1e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/issue-tracks-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M1.5 8a6.5 6.5 0 0 1 13 0A.75.75 0 0 0 16 8a8 8 0 1 0-8 8 .75.75 0 0 0 0-1.5A6.5 6.5 0 0 1 1.5 8"/><path d="M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3m1.5 1.75a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1-.75-.75m2.75 2.25a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 0-1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/issue-tracks-24.svg b/mkdocs-material/material/templates/.icons/octicons/issue-tracks-24.svg new file mode 100644 index 0000000..7f3264d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/issue-tracks-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.5 12a9.5 9.5 0 1 1 19 0 .75.75 0 0 0 1.5 0c0-6.075-4.925-11-11-11S1 5.925 1 12s4.925 11 11 11a.75.75 0 0 0 0-1.5A9.5 9.5 0 0 1 2.5 12"/><path d="M12 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4m2.5 2.75a.75.75 0 0 1 .75-.75h7a.75.75 0 0 1 0 1.5h-7a.75.75 0 0 1-.75-.75m3.75 2.75a.75.75 0 0 0 0 1.5h4a.75.75 0 0 0 0-1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/italic-16.svg b/mkdocs-material/material/templates/.icons/octicons/italic-16.svg new file mode 100644 index 0000000..7e45ece --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/italic-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M6 2.75A.75.75 0 0 1 6.75 2h6.5a.75.75 0 0 1 0 1.5h-2.505l-3.858 9H9.25a.75.75 0 0 1 0 1.5h-6.5a.75.75 0 0 1 0-1.5h2.505l3.858-9H6.75A.75.75 0 0 1 6 2.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/italic-24.svg b/mkdocs-material/material/templates/.icons/octicons/italic-24.svg new file mode 100644 index 0000000..9a3129c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/italic-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 4.75a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-3.514l-5.828 13h3.342a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1 0-1.5h3.514l5.828-13H10.75a.75.75 0 0 1-.75-.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/iterations-16.svg b/mkdocs-material/material/templates/.icons/octicons/iterations-16.svg new file mode 100644 index 0000000..fd2f0c8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/iterations-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M2.5 7.25a4.75 4.75 0 0 1 9.5 0 .75.75 0 0 0 1.5 0 6.25 6.25 0 1 0-6.25 6.25H12v2.146c0 .223.27.335.427.177l2.896-2.896a.25.25 0 0 0 0-.354l-2.896-2.896a.25.25 0 0 0-.427.177V12H7.25A4.75 4.75 0 0 1 2.5 7.25"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/iterations-24.svg b/mkdocs-material/material/templates/.icons/octicons/iterations-24.svg new file mode 100644 index 0000000..ff4b640 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/iterations-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.5 10.5a8 8 0 1 1 16 0 .75.75 0 0 0 1.5 0 9.5 9.5 0 1 0-9.5 9.5h10.94l-2.72 2.72a.75.75 0 1 0 1.06 1.06l3.735-3.735c.44-.439.44-1.151 0-1.59L19.78 14.72a.75.75 0 0 0-1.06 1.06l2.72 2.72H10.5a8 8 0 0 1-8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/kebab-horizontal-16.svg b/mkdocs-material/material/templates/.icons/octicons/kebab-horizontal-16.svg new file mode 100644 index 0000000..db3f7eb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/kebab-horizontal-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8 9a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3M1.5 9a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3m13 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/kebab-horizontal-24.svg b/mkdocs-material/material/templates/.icons/octicons/kebab-horizontal-24.svg new file mode 100644 index 0000000..0b61ae0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/kebab-horizontal-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 14a2 2 0 1 1-.001-3.999A2 2 0 0 1 20 14M6 12a2 2 0 1 1-3.999.001A2 2 0 0 1 6 12m8 0a2 2 0 1 1-3.999.001A2 2 0 0 1 14 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/key-16.svg b/mkdocs-material/material/templates/.icons/octicons/key-16.svg new file mode 100644 index 0000000..254259b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/key-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M10.5 0a5.499 5.499 0 1 1-1.288 10.848l-.932.932a.75.75 0 0 1-.53.22H7v.75a.75.75 0 0 1-.22.53l-.5.5a.75.75 0 0 1-.53.22H5v.75a.75.75 0 0 1-.22.53l-.5.5a.75.75 0 0 1-.53.22h-2A1.75 1.75 0 0 1 0 14.25v-2c0-.199.079-.389.22-.53l4.932-4.932A5.5 5.5 0 0 1 10.5 0m-4 5.5c-.001.431.069.86.205 1.269a.75.75 0 0 1-.181.768L1.5 12.56v1.69c0 .138.112.25.25.25h1.69l.06-.06v-1.19a.75.75 0 0 1 .75-.75h1.19l.06-.06v-1.19a.75.75 0 0 1 .75-.75h1.19l1.023-1.025a.75.75 0 0 1 .768-.18A4 4 0 1 0 6.5 5.5M11 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/key-24.svg b/mkdocs-material/material/templates/.icons/octicons/key-24.svg new file mode 100644 index 0000000..93d9500 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/key-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.75 8.5a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5"/><path d="M15.75 0a8.25 8.25 0 1 1-2.541 16.101l-1.636 1.636a1.74 1.74 0 0 1-1.237.513H9.25a.25.25 0 0 0-.25.25v1.448a.88.88 0 0 1-.256.619l-.214.213a.75.75 0 0 1-.545.22H5.25a.25.25 0 0 0-.25.25v1A1.75 1.75 0 0 1 3.25 24h-1.5A1.75 1.75 0 0 1 0 22.25v-2.836c0-.464.185-.908.513-1.236l7.386-7.388A8.25 8.25 0 0 1 15.75 0M9 8.25a6.7 6.7 0 0 0 .463 2.462.75.75 0 0 1-.168.804l-7.722 7.721a.25.25 0 0 0-.073.177v2.836c0 .138.112.25.25.25h1.5a.25.25 0 0 0 .25-.25v-1c0-.966.784-1.75 1.75-1.75H7.5v-1c0-.966.784-1.75 1.75-1.75h1.086a.25.25 0 0 0 .177-.073l1.971-1.972a.75.75 0 0 1 .804-.168A6.75 6.75 0 1 0 9 8.25"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/key-asterisk-16.svg b/mkdocs-material/material/templates/.icons/octicons/key-asterisk-16.svg new file mode 100644 index 0000000..dccfb73 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/key-asterisk-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M0 2.75A2.75 2.75 0 0 1 2.75 0h10.5A2.75 2.75 0 0 1 16 2.75v10.5A2.75 2.75 0 0 1 13.25 16H2.75A2.75 2.75 0 0 1 0 13.25ZM2.75 1.5c-.69 0-1.25.56-1.25 1.25v10.5c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25V2.75c0-.69-.56-1.25-1.25-1.25Z"/><path d="M8 4a.75.75 0 0 1 .75.75V6.7l1.69-.975a.75.75 0 0 1 .75 1.3L9.5 8l1.69.976a.75.75 0 0 1-.75 1.298L8.75 9.3v1.951a.75.75 0 0 1-1.5 0V9.299l-1.69.976a.75.75 0 0 1-.75-1.3L6.5 8l-1.69-.975a.75.75 0 0 1 .75-1.3l1.69.976V4.75A.75.75 0 0 1 8 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/key-asterisk-24.svg b/mkdocs-material/material/templates/.icons/octicons/key-asterisk-24.svg new file mode 100644 index 0000000..4cc19aa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/key-asterisk-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.75 8a.75.75 0 0 0-1.5 0v2.701l-2.34-1.35a.75.75 0 0 0-.75 1.298L10.5 12l-2.34 1.35a.75.75 0 1 0 .75 1.3l2.34-1.35V16a.75.75 0 0 0 1.5 0v-2.701l2.34 1.35a.75.75 0 0 0 .75-1.298L13.5 12l2.34-1.35a.75.75 0 0 0-.75-1.3l-2.34 1.351z"/><path d="M2 3.75C2 2.784 2.784 2 3.75 2h16.5c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0 1 20.25 22H3.75A1.75 1.75 0 0 1 2 20.25zm1.75-.25a.25.25 0 0 0-.25.25v16.5c0 .138.112.25.25.25h16.5a.25.25 0 0 0 .25-.25V3.75a.25.25 0 0 0-.25-.25z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/law-16.svg b/mkdocs-material/material/templates/.icons/octicons/law-16.svg new file mode 100644 index 0000000..7dc78d1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/law-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8.75.75V2h.985c.304 0 .603.08.867.231l1.29.736q.058.033.124.033h2.234a.75.75 0 0 1 0 1.5h-.427l2.111 4.692a.75.75 0 0 1-.154.838l-.53-.53.529.531-.001.002-.002.002-.006.006-.006.005-.01.01-.045.04q-.317.265-.686.45C14.556 10.78 13.88 11 13 11a4.5 4.5 0 0 1-2.023-.454 3.5 3.5 0 0 1-.686-.45l-.045-.04-.016-.015-.006-.006-.004-.004v-.001a.75.75 0 0 1-.154-.838L12.178 4.5h-.162c-.305 0-.604-.079-.868-.231l-1.29-.736a.25.25 0 0 0-.124-.033H8.75V13h2.5a.75.75 0 0 1 0 1.5h-6.5a.75.75 0 0 1 0-1.5h2.5V3.5h-.984a.25.25 0 0 0-.124.033l-1.289.737c-.265.15-.564.23-.869.23h-.162l2.112 4.692a.75.75 0 0 1-.154.838l-.53-.53.529.531-.001.002-.002.002-.006.006-.016.015-.045.04q-.317.265-.686.45C4.556 10.78 3.88 11 3 11a4.5 4.5 0 0 1-2.023-.454 3.5 3.5 0 0 1-.686-.45l-.045-.04-.016-.015-.006-.006-.004-.004v-.001a.75.75 0 0 1-.154-.838L2.178 4.5H1.75a.75.75 0 0 1 0-1.5h2.234a.25.25 0 0 0 .125-.033l1.288-.737c.265-.15.564-.23.869-.23h.984V.75a.75.75 0 0 1 1.5 0m2.945 8.477c.285.135.718.273 1.305.273s1.02-.138 1.305-.273L13 6.327Zm-10 0c.285.135.718.273 1.305.273s1.02-.138 1.305-.273L3 6.327Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/law-24.svg b/mkdocs-material/material/templates/.icons/octicons/law-24.svg new file mode 100644 index 0000000..c6fbdf3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/law-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.75 2.75V4.5h1.975c.351 0 .694.106.984.303l1.697 1.154q.063.042.14.043h4.102a.75.75 0 0 1 0 1.5H20.07l3.366 7.68a.75.75 0 0 1-.23.896q-.15.111-.31.206a6 6 0 0 1-.79.399 7.35 7.35 0 0 1-2.856.569 7.3 7.3 0 0 1-2.855-.568 6 6 0 0 1-.79-.4 3 3 0 0 1-.307-.202l-.005-.004a.75.75 0 0 1-.23-.896l3.368-7.68h-.886c-.351 0-.694-.106-.984-.303l-1.697-1.154a.25.25 0 0 0-.14-.043H12.75v14.5h4.487a.75.75 0 0 1 0 1.5H6.763a.75.75 0 0 1 0-1.5h4.487V6H9.275a.25.25 0 0 0-.14.043L7.439 7.197c-.29.197-.633.303-.984.303h-.886l3.368 7.68a.75.75 0 0 1-.209.878c-.08.065-.16.126-.31.223a6 6 0 0 1-.792.433 6.9 6.9 0 0 1-2.876.62 6.9 6.9 0 0 1-2.876-.62 6 6 0 0 1-.792-.433 4 4 0 0 1-.309-.221.76.76 0 0 1-.21-.88L3.93 7.5H2.353a.75.75 0 0 1 0-1.5h4.102q.076 0 .141-.043l1.695-1.154c.29-.198.634-.303.985-.303h1.974V2.75a.75.75 0 0 1 1.5 0M2.193 15.198a5.4 5.4 0 0 0 2.557.635 5.4 5.4 0 0 0 2.557-.635L4.75 9.368Zm14.51-.024q.123.06.275.126c.53.223 1.305.45 2.272.45a5.85 5.85 0 0 0 2.547-.576L19.25 9.367Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/light-bulb-16.svg b/mkdocs-material/material/templates/.icons/octicons/light-bulb-16.svg new file mode 100644 index 0000000..48b6025 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/light-bulb-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8 1.5c-2.363 0-4 1.69-4 3.75 0 .984.424 1.625.984 2.304l.214.253c.223.264.47.556.673.848.284.411.537.896.621 1.49a.75.75 0 0 1-1.484.211c-.04-.282-.163-.547-.37-.847a9 9 0 0 0-.542-.68q-.126-.149-.268-.32C3.201 7.75 2.5 6.766 2.5 5.25 2.5 2.31 4.863 0 8 0s5.5 2.31 5.5 5.25c0 1.516-.701 2.5-1.328 3.259q-.142.172-.268.319c-.207.245-.383.453-.541.681-.208.3-.33.565-.37.847a.751.751 0 0 1-1.485-.212c.084-.593.337-1.078.621-1.489.203-.292.45-.584.673-.848q.113-.133.213-.253c.561-.679.985-1.32.985-2.304 0-2.06-1.637-3.75-4-3.75M5.75 12h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1 0-1.5M6 15.25a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/light-bulb-24.svg b/mkdocs-material/material/templates/.icons/octicons/light-bulb-24.svg new file mode 100644 index 0000000..376d27d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/light-bulb-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2.5c-3.81 0-6.5 2.743-6.5 6.119 0 1.536.632 2.572 1.425 3.56.172.215.347.422.527.635l.096.112c.21.25.427.508.63.774.404.531.783 1.128.995 1.834a.75.75 0 0 1-1.436.432c-.138-.46-.397-.89-.753-1.357a18 18 0 0 0-.582-.714l-.092-.11c-.18-.212-.37-.436-.555-.667C4.87 12.016 4 10.651 4 8.618 4 4.363 7.415 1 12 1s8 3.362 8 7.619c0 2.032-.87 3.397-1.755 4.5-.185.23-.375.454-.555.667l-.092.109c-.21.248-.405.481-.582.714-.356.467-.615.898-.753 1.357a.751.751 0 0 1-1.437-.432c.213-.706.592-1.303.997-1.834.202-.266.419-.524.63-.774l.095-.112c.18-.213.355-.42.527-.634.793-.99 1.425-2.025 1.425-3.561C18.5 5.243 15.81 2.5 12 2.5M8.75 18h6.5a.75.75 0 0 1 0 1.5h-6.5a.75.75 0 0 1 0-1.5m.75 3.75a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.75-.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/link-16.svg b/mkdocs-material/material/templates/.icons/octicons/link-16.svg new file mode 100644 index 0000000..0eea6c4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/link-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .75.75 0 0 1 .018-1.042.75.75 0 0 1 1.042-.018 2 2 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.75.75 0 0 1-1.042-.018.75.75 0 0 1-.018-1.042m-4.69 9.64a2 2 0 0 0 2.83 0l1.25-1.25a.75.75 0 0 1 1.042.018.75.75 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .75.75 0 0 1-.018 1.042.75.75 0 0 1-1.042.018 2 2 0 0 0-2.83 0l-2.5 2.5a2 2 0 0 0 0 2.83"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/link-24.svg b/mkdocs-material/material/templates/.icons/octicons/link-24.svg new file mode 100644 index 0000000..c66b696 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/link-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.78 3.653a3.936 3.936 0 1 1 5.567 5.567l-3.627 3.627a3.936 3.936 0 0 1-5.88-.353.75.75 0 0 0-1.18.928 5.436 5.436 0 0 0 8.12.486l3.628-3.628a5.436 5.436 0 1 0-7.688-7.688l-3 3a.75.75 0 0 0 1.06 1.061z"/><path d="M7.28 11.153a3.936 3.936 0 0 1 5.88.353.75.75 0 0 0 1.18-.928 5.436 5.436 0 0 0-8.12-.486L2.592 13.72a5.436 5.436 0 1 0 7.688 7.688l3-3a.75.75 0 1 0-1.06-1.06l-3 3a3.936 3.936 0 0 1-5.567-5.568z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/link-external-16.svg b/mkdocs-material/material/templates/.icons/octicons/link-external-16.svg new file mode 100644 index 0000000..a9c6185 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/link-external-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M3.75 2h3.5a.75.75 0 0 1 0 1.5h-3.5a.25.25 0 0 0-.25.25v8.5c0 .138.112.25.25.25h8.5a.25.25 0 0 0 .25-.25v-3.5a.75.75 0 0 1 1.5 0v3.5A1.75 1.75 0 0 1 12.25 14h-8.5A1.75 1.75 0 0 1 2 12.25v-8.5C2 2.784 2.784 2 3.75 2m6.854-1h4.146a.25.25 0 0 1 .25.25v4.146a.25.25 0 0 1-.427.177L13.03 4.03 9.28 7.78a.75.75 0 0 1-1.042-.018.75.75 0 0 1-.018-1.042l3.75-3.75-1.543-1.543A.25.25 0 0 1 10.604 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/link-external-24.svg b/mkdocs-material/material/templates/.icons/octicons/link-external-24.svg new file mode 100644 index 0000000..916e25e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/link-external-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.5 2.25a.75.75 0 0 1 .75-.75h5.5a.75.75 0 0 1 .75.75v5.5a.75.75 0 0 1-1.5 0V4.06l-6.22 6.22a.75.75 0 1 1-1.06-1.06L19.94 3h-3.69a.75.75 0 0 1-.75-.75"/><path d="M2.5 4.25c0-.966.784-1.75 1.75-1.75h8.5a.75.75 0 0 1 0 1.5h-8.5a.25.25 0 0 0-.25.25v15.5c0 .138.112.25.25.25h15.5a.25.25 0 0 0 .25-.25v-8.5a.75.75 0 0 1 1.5 0v8.5a1.75 1.75 0 0 1-1.75 1.75H4.25a1.75 1.75 0 0 1-1.75-1.75z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/list-ordered-16.svg b/mkdocs-material/material/templates/.icons/octicons/list-ordered-16.svg new file mode 100644 index 0000000..3b438be --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/list-ordered-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M5 3.25a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5A.75.75 0 0 1 5 3.25m0 5a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5A.75.75 0 0 1 5 8.25m0 5a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1-.75-.75M.924 10.32a.5.5 0 0 1-.851-.525l.001-.001.001-.002.002-.004.007-.011q.147-.217.348-.384c.228-.19.588-.392 1.068-.392.468 0 .858.181 1.126.484.259.294.377.673.377 1.038 0 .987-.686 1.495-1.156 1.845l-.047.035c-.303.225-.522.4-.654.597h1.357a.5.5 0 0 1 0 1H.5a.5.5 0 0 1-.5-.5c0-1.005.692-1.52 1.167-1.875l.035-.025c.531-.396.8-.625.8-1.078a.57.57 0 0 0-.128-.376C1.806 10.068 1.695 10 1.5 10a.66.66 0 0 0-.429.163.8.8 0 0 0-.144.153ZM2.003 2.5V6h.503a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1h.503V3.308l-.28.14a.5.5 0 0 1-.446-.895l1.003-.5a.5.5 0 0 1 .723.447"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/list-ordered-24.svg b/mkdocs-material/material/templates/.icons/octicons/list-ordered-24.svg new file mode 100644 index 0000000..ae5fd9e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/list-ordered-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.604 3.089A.75.75 0 0 1 4 3.75V8.5h.75a.75.75 0 0 1 0 1.5h-3a.75.75 0 1 1 0-1.5h.75V5.151l-.334.223a.75.75 0 0 1-.832-1.248l1.5-1a.75.75 0 0 1 .77-.037M8.75 5.5a.75.75 0 0 0 0 1.5h11.5a.75.75 0 0 0 0-1.5zm0 6a.75.75 0 0 0 0 1.5h11.5a.75.75 0 0 0 0-1.5zm0 6a.75.75 0 0 0 0 1.5h11.5a.75.75 0 0 0 0-1.5zM5.5 15.75c0-.704-.271-1.286-.72-1.686a2.3 2.3 0 0 0-1.53-.564c-.535 0-1.094.178-1.53.565-.449.399-.72.982-.72 1.685a.75.75 0 0 0 1.5 0c0-.296.104-.464.217-.564A.8.8 0 0 1 3.25 15c.215 0 .406.072.533.185.113.101.217.268.217.565 0 .332-.069.48-.21.657-.092.113-.216.24-.403.419l-.147.14c-.152.144-.33.313-.52.504l-1.5 1.5a.75.75 0 0 0-.22.53v.25c0 .414.336.75.75.75H5A.75.75 0 0 0 5 19H3.31l.47-.47c.176-.176.333-.324.48-.465l.165-.156a6 6 0 0 0 .536-.566c.358-.447.539-.925.539-1.593"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/list-unordered-16.svg b/mkdocs-material/material/templates/.icons/octicons/list-unordered-16.svg new file mode 100644 index 0000000..1173626 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/list-unordered-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M5.75 2.5h8.5a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1 0-1.5m0 5h8.5a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1 0-1.5m0 5h8.5a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1 0-1.5M2 14a1 1 0 1 1 0-2 1 1 0 0 1 0 2m1-6a1 1 0 1 1-2 0 1 1 0 0 1 2 0M2 4a1 1 0 1 1 0-2 1 1 0 0 1 0 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/list-unordered-24.svg b/mkdocs-material/material/templates/.icons/octicons/list-unordered-24.svg new file mode 100644 index 0000000..dcbc291 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/list-unordered-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.75 5.5h11.5a.75.75 0 0 1 0 1.5H8.75a.75.75 0 0 1 0-1.5m0 6h11.5a.75.75 0 0 1 0 1.5H8.75a.75.75 0 0 1 0-1.5m0 6h11.5a.75.75 0 0 1 0 1.5H8.75a.75.75 0 0 1 0-1.5M5 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0M4 7a1 1 0 1 1 0-2 1 1 0 0 1 0 2m0 12a1 1 0 1 1 0-2 1 1 0 0 1 0 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/location-16.svg b/mkdocs-material/material/templates/.icons/octicons/location-16.svg new file mode 100644 index 0000000..ed36e88 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/location-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="m12.596 11.596-3.535 3.536a1.5 1.5 0 0 1-2.122 0l-3.535-3.536a6.5 6.5 0 1 1 9.192-9.193 6.5 6.5 0 0 1 0 9.193m-1.06-8.132za5 5 0 1 0-7.072 7.072L8 14.07l3.536-3.534a5 5 0 0 0 0-7.072M8 9a2 2 0 1 1-.001-3.999A2 2 0 0 1 8 9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/location-24.svg b/mkdocs-material/material/templates/.icons/octicons/location-24.svg new file mode 100644 index 0000000..1f768cd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/location-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 13.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5"/><path d="M19.071 3.429h.001c3.905 3.905 3.905 10.237 0 14.142l-5.403 5.403a2.36 2.36 0 0 1-3.336 0l-5.375-5.375-.028-.028c-3.905-3.905-3.905-10.237 0-14.142s10.236-3.905 14.141 0M5.99 4.489v.001a8.5 8.5 0 0 0 0 12.02l.023.024.002.002 5.378 5.378a.86.86 0 0 0 1.214 0l5.403-5.404a8.5 8.5 0 0 0-.043-11.977A8.5 8.5 0 0 0 5.99 4.489"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/lock-16.svg b/mkdocs-material/material/templates/.icons/octicons/lock-16.svg new file mode 100644 index 0000000..06ce3b4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/lock-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M4 4a4 4 0 0 1 8 0v2h.25c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 12.25 15h-8.5A1.75 1.75 0 0 1 2 13.25v-5.5C2 6.784 2.784 6 3.75 6H4Zm8.25 3.5h-8.5a.25.25 0 0 0-.25.25v5.5c0 .138.112.25.25.25h8.5a.25.25 0 0 0 .25-.25v-5.5a.25.25 0 0 0-.25-.25M10.5 6V4a2.5 2.5 0 1 0-5 0v2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/lock-24.svg b/mkdocs-material/material/templates/.icons/octicons/lock-24.svg new file mode 100644 index 0000000..ea1f06b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/lock-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 9V7.25C6 3.845 8.503 1 12 1s6 2.845 6 6.25V9h.5a2.5 2.5 0 0 1 2.5 2.5v8a2.5 2.5 0 0 1-2.5 2.5h-13A2.5 2.5 0 0 1 3 19.5v-8A2.5 2.5 0 0 1 5.5 9Zm-1.5 2.5v8a1 1 0 0 0 1 1h13a1 1 0 0 0 1-1v-8a1 1 0 0 0-1-1h-13a1 1 0 0 0-1 1m3-4.25V9h9V7.25c0-2.67-1.922-4.75-4.5-4.75S7.5 4.58 7.5 7.25"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/log-16.svg b/mkdocs-material/material/templates/.icons/octicons/log-16.svg new file mode 100644 index 0000000..91a620b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/log-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M5 8.25a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5h-4A.75.75 0 0 1 5 8.25M4 10.5A.75.75 0 0 0 4 12h4a.75.75 0 0 0 0-1.5z"/><path d="M13-.005c1.654 0 3 1.328 3 3 0 .982-.338 1.933-.783 2.818-.443.879-1.028 1.758-1.582 2.588l-.011.017c-.568.853-1.104 1.659-1.501 2.446-.398.789-.623 1.494-.623 2.136a1.5 1.5 0 1 0 2.333-1.248.75.75 0 0 1 .834-1.246A3 3 0 0 1 13 16H3a3 3 0 0 1-3-3c0-1.582.891-3.135 1.777-4.506q.315-.483.623-.946c.473-.709.923-1.386 1.287-2.048H2.51c-.576 0-1.381-.133-1.907-.783A2.68 2.68 0 0 1 0 2.995a3 3 0 0 1 3-3Zm0 1.5a1.5 1.5 0 0 0-1.5 1.5c0 .476.223.834.667 1.132A.75.75 0 0 1 11.75 5.5H5.368c-.467 1.003-1.141 2.015-1.773 2.963-.192.289-.381.571-.558.845C2.13 10.711 1.5 11.916 1.5 13A1.5 1.5 0 0 0 3 14.5h7.401A3 3 0 0 1 10 13c0-.979.338-1.928.784-2.812.441-.874 1.023-1.748 1.575-2.576l.017-.026c.568-.853 1.103-1.658 1.501-2.448s.623-1.497.623-2.143c0-.838-.669-1.5-1.5-1.5m-10 0a1.5 1.5 0 0 0-1.5 1.5c0 .321.1.569.27.778.097.12.325.227.74.227h7.674A2.7 2.7 0 0 1 10 2.995c0-.546.146-1.059.401-1.5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/log-24.svg b/mkdocs-material/material/templates/.icons/octicons/log-24.svg new file mode 100644 index 0000000..ee09364 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/log-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.197 10a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5zm-2.382 4a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5zm-1.581 4a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5z"/><path d="M4.125 0h15.75a4.1 4.1 0 0 1 2.92 1.205A4.1 4.1 0 0 1 24 4.125c0 1.384-.476 2.794-1.128 4.16-.652 1.365-1.515 2.757-2.352 4.104l-.008.013c-.849 1.368-1.669 2.691-2.28 3.97-.614 1.283-.982 2.45-.982 3.503a2.625 2.625 0 1 0 4.083-2.183.75.75 0 1 1 .834-1.247A4.126 4.126 0 0 1 19.875 24H4.5a4.125 4.125 0 0 1-4.125-4.125c0-2.234 1.258-4.656 2.59-6.902.348-.586.702-1.162 1.05-1.728.8-1.304 1.567-2.553 2.144-3.738H3.39c-.823 0-1.886-.193-2.567-1.035A3.65 3.65 0 0 1 0 4.125 4.125 4.125 0 0 1 4.125 0M15.75 19.875c0-1.38.476-2.786 1.128-4.15.649-1.358 1.509-2.743 2.343-4.086l.017-.028c.849-1.367 1.669-2.692 2.28-3.972.614-1.285.982-2.457.982-3.514A2.615 2.615 0 0 0 19.875 1.5a2.625 2.625 0 0 0-2.625 2.625c0 .865.421 1.509 1.167 2.009A.75.75 0 0 1 18 7.507H7.812c-.65 1.483-1.624 3.069-2.577 4.619-.334.544-.666 1.083-.98 1.612-1.355 2.287-2.38 4.371-2.38 6.137A2.625 2.625 0 0 0 4.5 22.5h12.193a4.1 4.1 0 0 1-.943-2.625M1.5 4.125c-.01.511.163 1.008.487 1.403.254.313.74.479 1.402.479h12.86a3.65 3.65 0 0 1-.499-1.882 4.1 4.1 0 0 1 .943-2.625H4.125A2.625 2.625 0 0 0 1.5 4.125"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/logo-gist-16.svg b/mkdocs-material/material/templates/.icons/octicons/logo-gist-16.svg new file mode 100644 index 0000000..a11a3aa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/logo-gist-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 16"><path d="M4.7 8.73v-1h3.52v5.69c-.78.37-1.95.64-3.59.64C1.11 14.06 0 11.37 0 8.03S1.13 2 4.63 2c1.62 0 2.64.33 3.28.66v1.05c-1.22-.5-2-.73-3.28-.73-2.57 0-3.48 2.21-3.48 5.06s.91 5.05 3.47 5.05c.89 0 1.98-.07 2.53-.34V8.73Zm10.98.69h.03c2.22.2 2.75.95 2.75 2.23 0 1.21-.76 2.41-3.14 2.41-.75 0-1.83-.19-2.33-.39v-.94c.47.17 1.22.36 2.33.36 1.62 0 2.06-.69 2.06-1.42 0-.71-.22-1.21-1.77-1.34-2.26-.2-2.73-1-2.73-2.08 0-1.11.72-2.31 2.92-2.31.73 0 1.56.09 2.25.39v.94c-.61-.2-1.22-.36-2.27-.36-1.55 0-1.88.57-1.88 1.34 0 .69.28 1.04 1.78 1.17m8.58-3.33v.85h-2.42v4.87c0 .95.53 1.34 1.5 1.34.2 0 .42 0 .61-.03v.89c-.17.03-.5.05-.69.05-1.31 0-2.5-.6-2.5-2.13v-5H19.2v-.48l1.56-.44V3.9l1.08-.31v2.5zm-13.17-.03v6.41c0 .54.19.7.67.7v.89c-1.14 0-1.72-.47-1.72-1.72V6.06zm.25-2.33c0 .44-.34.78-.78.78a.76.76 0 0 1-.77-.78c0-.44.32-.78.77-.78s.78.34.78.78"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/logo-gist-24.svg b/mkdocs-material/material/templates/.icons/octicons/logo-gist-24.svg new file mode 100644 index 0000000..058fd7c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/logo-gist-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 38 24"><path d="M7.05 13.095v-1.5h5.28v8.535c-1.17.555-2.925.96-5.385.96C1.665 21.09 0 17.055 0 12.045S1.695 3 6.945 3c2.43 0 3.96.495 4.92.99v1.575c-1.83-.75-3-1.095-4.92-1.095-3.855 0-5.22 3.315-5.22 7.59s1.365 7.575 5.205 7.575c1.335 0 2.97-.105 3.795-.51v-6.03zm16.47 1.035h.045c3.33.3 4.125 1.425 4.125 3.345 0 1.815-1.14 3.615-4.71 3.615-1.125 0-2.745-.285-3.495-.585v-1.41c.705.255 1.83.54 3.495.54 2.43 0 3.09-1.035 3.09-2.13 0-1.065-.33-1.815-2.655-2.01-3.39-.3-4.095-1.5-4.095-3.12 0-1.665 1.08-3.465 4.38-3.465 1.095 0 2.34.135 3.375.585v1.41c-.915-.3-1.83-.54-3.405-.54-2.325 0-2.82.855-2.82 2.01 0 1.035.42 1.56 2.67 1.755m12.87-4.995v1.275h-3.63v7.305c0 1.425.795 2.01 2.25 2.01.3 0 .63 0 .915-.045v1.335c-.255.045-.75.075-1.035.075-1.965 0-3.75-.9-3.75-3.195v-7.5H28.8v-.72l2.34-.66V5.85l1.62-.465v3.75zM16.635 9.09v9.615c0 .81.285 1.05 1.005 1.05v1.335c-1.71 0-2.58-.705-2.58-2.58V9.09zm.375-3.495c0 .66-.51 1.17-1.17 1.17a1.14 1.14 0 0 1-1.155-1.17c0-.66.48-1.17 1.155-1.17s1.17.51 1.17 1.17"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/logo-github-16.svg b/mkdocs-material/material/templates/.icons/octicons/logo-github-16.svg new file mode 100644 index 0000000..fd89bba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/logo-github-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45 16"><path d="M8.81 7.35v5.74c0 .04-.01.11-.06.13 0 0-1.25.89-3.31.89-2.49 0-5.44-.78-5.44-5.92S2.58 1.99 5.1 2c2.18 0 3.06.49 3.2.58.04.05.06.09.06.14L7.94 4.5c0 .09-.09.2-.2.17-.36-.11-.9-.33-2.17-.33-1.47 0-3.05.42-3.05 3.73s1.5 3.7 2.58 3.7c.92 0 1.25-.11 1.25-.11v-2.3H4.88c-.11 0-.19-.08-.19-.17V7.35c0-.09.08-.17.19-.17h3.74c.11 0 .19.08.19.17m35.85 2.33c0 3.43-1.11 4.41-3.05 4.41-1.64 0-2.52-.83-2.52-.83s-.04.46-.09.52c-.03.06-.08.08-.14.08h-1.48c-.1 0-.19-.08-.19-.17l.02-11.11c0-.09.08-.17.17-.17h2.13c.09 0 .17.08.17.17v3.77s.82-.53 2.02-.53l-.01-.02c1.2 0 2.97.45 2.97 3.88M27.68 2.43c.09 0 .17.08.17.17v11.11c0 .09-.08.17-.17.17h-2.13c-.09 0-.17-.08-.17-.17l.02-4.75h-3.31v4.75c0 .09-.08.17-.17.17h-2.13c-.08 0-.17-.08-.17-.17V2.6c0-.09.08-.17.17-.17h2.13c.09 0 .17.08.17.17v4.09h3.31V2.6c0-.09.08-.17.17-.17Zm8.26 3.64c.11 0 .19.08.19.17l-.02 7.47c0 .09-.06.17-.17.17H34.6c-.07 0-.14-.04-.16-.09-.03-.06-.08-.45-.08-.45s-1.13.77-2.52.77c-1.69 0-2.92-.55-2.92-2.75V6.25c0-.09.08-.17.17-.17h2.14c.09 0 .17.08.17.17V11c0 .75.22 1.09.97 1.09s1.3-.39 1.3-.39V6.26c0-.11.06-.19.17-.19Zm-17.406 5.971h.005a.18.18 0 0 1 .141.179v1.5c0 .07-.03.14-.09.16-.1.05-.74.22-1.27.22-1.16 0-2.86-.25-2.86-2.69V8.13h-1.11c-.09 0-.17-.08-.17-.19V6.58c0-.08.05-.15.13-.17.07-.01 1.16-.28 1.16-.28V3.96c0-.08.05-.13.14-.13h2.16c.09 0 .14.05.14.13v2.11h1.59c.08 0 .16.08.16.17v1.7c0 .11-.07.19-.16.19h-1.59v3.131c0 .47.27.83 1.05.83.247 0 .481-.049.574-.05M12.24 6.06c.09 0 .17.08.17.17v7.37c0 .18-.05.27-.25.27h-1.92c-.17 0-.3-.07-.3-.27V6.26c0-.11.08-.2.17-.2Zm29.99 3.78c0-1.81-.73-2.05-1.5-1.97-.6.04-1.08.34-1.08.34v3.52s.49.34 1.22.36c1.03.03 1.36-.34 1.36-2.25M11.19 2.68c.75 0 1.36.61 1.36 1.38s-.61 1.38-1.36 1.38c-.77 0-1.38-.61-1.38-1.38s.61-1.38 1.38-1.38m7.34 9.35zl.01.01h-.001l-.005-.001v.001c-.009-.001-.015-.011-.024-.011Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/logo-github-24.svg b/mkdocs-material/material/templates/.icons/octicons/logo-github-24.svg new file mode 100644 index 0000000..b172012 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/logo-github-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 24"><path d="M27.8 17.908h-.03c.013 0 .022.014.035.017l.01-.002zm.005.017c-.14.001-.49.073-.861.073-1.17 0-1.575-.536-1.575-1.234v-4.652h2.385c.135 0 .24-.12.24-.283V9.302c0-.133-.12-.252-.24-.252H25.37V5.913c0-.119-.075-.193-.21-.193h-3.24c-.136 0-.21.074-.21.193V9.14s-1.636.401-1.741.416a.255.255 0 0 0-.195.253v2.021c0 .164.12.282.255.282h1.665v4.876c0 3.627 2.55 3.998 4.29 3.998.796 0 1.756-.252 1.906-.327.09-.03.135-.134.135-.238v-2.23a.264.264 0 0 0-.219-.265Zm35.549-3.272c0-2.69-1.095-3.047-2.25-2.928-.9.06-1.62.505-1.62.505v5.232s.735.506 1.83.536c1.545.044 2.04-.506 2.04-3.345M67 14.415c0 5.099-1.665 6.555-4.576 6.555-2.46 0-3.78-1.233-3.78-1.233s-.06.683-.135.773c-.045.089-.12.118-.21.118h-2.22c-.15 0-.286-.119-.286-.252l.03-16.514a.26.26 0 0 1 .255-.252h3.196a.26.26 0 0 1 .255.252v5.604s1.23-.788 3.03-.788l-.015-.03c1.8 0 4.456.67 4.456 5.767M53.918 9.05h-3.15c-.165 0-.255.119-.255.282v8.086s-.826.58-1.95.58c-1.126 0-1.456-.506-1.456-1.62v-7.06a.26.26 0 0 0-.255-.254h-3.21a.26.26 0 0 0-.256.253v7.596c0 3.27 1.846 4.087 4.381 4.087 2.085 0 3.78-1.145 3.78-1.145s.076.58.12.67c.03.074.136.133.24.133h2.011a.243.243 0 0 0 .255-.253l.03-11.103c0-.133-.12-.252-.285-.252m-35.556-.015h-3.195c-.135 0-.255.134-.255.297v10.91c0 .297.195.401.45.401h2.88c.3 0 .375-.134.375-.401V9.287a.26.26 0 0 0-.255-.252M16.787 4.01c-1.155 0-2.07.907-2.07 2.051s.915 2.051 2.07 2.051a2.04 2.04 0 0 0 2.04-2.05 2.04 2.04 0 0 0-2.04-2.052m24.74-.372H38.36a.26.26 0 0 0-.255.253v6.08H33.14v-6.08a.26.26 0 0 0-.255-.253h-3.196a.26.26 0 0 0-.255.253v16.514c0 .133.135.252.255.252h3.196a.26.26 0 0 0 .255-.253v-7.06h4.966l-.03 7.06c0 .134.12.253.255.253h3.195a.26.26 0 0 0 .255-.253V3.892a.26.26 0 0 0-.255-.253Zm-28.31 7.313v8.532c0 .06-.015.163-.09.193 0 0-1.875 1.323-4.966 1.323C4.426 21 0 19.84 0 12.2S3.87 2.986 7.651 3c3.27 0 4.59.728 4.8.862.06.075.09.134.09.208l-.63 2.646c0 .134-.134.297-.3.253-.54-.164-1.35-.49-3.255-.49-2.205 0-4.575.623-4.575 5.543s2.25 5.5 3.87 5.5c1.38 0 1.875-.164 1.875-.164V13.94H7.321c-.165 0-.285-.12-.285-.253v-2.735c0-.134.12-.252.285-.252h5.61c.166 0 .286.118.286.252Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/mail-16.svg b/mkdocs-material/material/templates/.icons/octicons/mail-16.svg new file mode 100644 index 0000000..dcafff5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/mail-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M1.75 2h12.5c.966 0 1.75.784 1.75 1.75v8.5A1.75 1.75 0 0 1 14.25 14H1.75A1.75 1.75 0 0 1 0 12.25v-8.5C0 2.784.784 2 1.75 2M1.5 12.251c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25V5.809L8.38 9.397a.75.75 0 0 1-.76 0L1.5 5.809zm13-8.181v-.32a.25.25 0 0 0-.25-.25H1.75a.25.25 0 0 0-.25.25v.32L8 7.88Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/mail-24.svg b/mkdocs-material/material/templates/.icons/octicons/mail-24.svg new file mode 100644 index 0000000..e07c32c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/mail-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.75 3h20.5c.966 0 1.75.784 1.75 1.75v14a1.75 1.75 0 0 1-1.75 1.75H1.75A1.75 1.75 0 0 1 0 18.75v-14C0 3.784.784 3 1.75 3M1.5 7.412V18.75c0 .138.112.25.25.25h20.5a.25.25 0 0 0 .25-.25V7.412l-9.52 6.433c-.592.4-1.368.4-1.96 0Zm0-2.662v.852l10.36 7a.25.25 0 0 0 .28 0l10.36-7V4.75a.25.25 0 0 0-.25-.25H1.75a.25.25 0 0 0-.25.25"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/mark-github-16.svg b/mkdocs-material/material/templates/.icons/octicons/mark-github-16.svg new file mode 100644 index 0000000..21eaeb8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/mark-github-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8 0c4.42 0 8 3.58 8 8a8.01 8.01 0 0 1-5.45 7.59c-.4.08-.55-.17-.55-.38 0-.27.01-1.13.01-2.2 0-.75-.25-1.23-.54-1.48 1.78-.2 3.65-.88 3.65-3.95 0-.88-.31-1.59-.82-2.15.08-.2.36-1.02-.08-2.12 0 0-.67-.22-2.2.82-.64-.18-1.32-.27-2-.27s-1.36.09-2 .27c-1.53-1.03-2.2-.82-2.2-.82-.44 1.1-.16 1.92-.08 2.12-.51.56-.82 1.28-.82 2.15 0 3.06 1.86 3.75 3.64 3.95-.23.2-.44.55-.51 1.07-.46.21-1.61.55-2.33-.66-.15-.24-.6-.83-1.23-.82-.67.01-.27.38.01.53.34.19.73.9.82 1.13.16.45.68 1.31 2.69.94 0 .67.01 1.3.01 1.49 0 .21-.15.45-.55.38A7.995 7.995 0 0 1 0 8c0-4.42 3.58-8 8-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/mark-github-24.svg b/mkdocs-material/material/templates/.icons/octicons/mark-github-24.svg new file mode 100644 index 0000000..9c5615e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/mark-github-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.5.75C6.146.75 1 5.896 1 12.25c0 5.089 3.292 9.387 7.863 10.91.575.101.79-.244.79-.546 0-.273-.014-1.178-.014-2.142-2.889.532-3.636-.704-3.866-1.35-.13-.331-.69-1.352-1.18-1.625-.402-.216-.977-.748-.014-.762.906-.014 1.553.834 1.769 1.179 1.035 1.74 2.688 1.25 3.349.948.1-.747.402-1.25.733-1.538-2.559-.287-5.232-1.279-5.232-5.678 0-1.25.445-2.285 1.178-3.09-.115-.288-.517-1.467.115-3.048 0 0 .963-.302 3.163 1.179.92-.259 1.897-.388 2.875-.388.977 0 1.955.13 2.875.388 2.2-1.495 3.162-1.179 3.162-1.179.633 1.581.23 2.76.115 3.048.733.805 1.179 1.825 1.179 3.09 0 4.413-2.688 5.39-5.247 5.678.417.36.776 1.05.776 2.128 0 1.538-.014 2.774-.014 3.162 0 .302.216.662.79.547C20.709 21.637 24 17.324 24 12.25 24 5.896 18.854.75 12.5.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/markdown-16.svg b/mkdocs-material/material/templates/.icons/octicons/markdown-16.svg new file mode 100644 index 0000000..03a0a30 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/markdown-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M14.85 3c.63 0 1.15.52 1.14 1.15v7.7c0 .63-.51 1.15-1.15 1.15H1.15C.52 13 0 12.48 0 11.84V4.15C0 3.52.52 3 1.15 3ZM9 11V5H7L5.5 7 4 5H2v6h2V8l1.5 1.92L7 8v3Zm2.99.5L14.5 8H13V5h-2v3H9.5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/markdown-24.svg b/mkdocs-material/material/templates/.icons/octicons/markdown-24.svg new file mode 100644 index 0000000..3c0fb3b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/markdown-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.289 4.5A1.71 1.71 0 0 1 24 6.226v11.557c0 .946-.766 1.726-1.726 1.726H1.726A1.74 1.74 0 0 1 0 17.768V6.226C0 5.28.78 4.5 1.726 4.5Zm-8.781 12.007V7.501h-3.002l-2.251 3.002-2.252-3.002H3.002v9.006h3.001v-4.503l2.252 2.882 2.251-2.882v4.503Zm4.489.75 3.767-5.253h-2.251V7.501h-3.002v4.503h-2.252Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/megaphone-16.svg b/mkdocs-material/material/templates/.icons/octicons/megaphone-16.svg new file mode 100644 index 0000000..8f4f5ba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/megaphone-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M3.25 9a.75.75 0 0 1 .75.75c0 2.142.456 3.828.733 4.653a.12.12 0 0 0 .05.064.2.2 0 0 0 .117.033h1.31c.085 0 .18-.042.258-.152a.45.45 0 0 0 .075-.366A16.7 16.7 0 0 1 6 9.75a.75.75 0 0 1 1.5 0c0 1.588.25 2.926.494 3.85.293 1.113-.504 2.4-1.783 2.4H4.9c-.686 0-1.35-.41-1.589-1.12A16.4 16.4 0 0 1 2.5 9.75.75.75 0 0 1 3.25 9"/><path d="M0 6a4 4 0 0 1 4-4h2.75a.75.75 0 0 1 .75.75v6.5a.75.75 0 0 1-.75.75H4a4 4 0 0 1-4-4m4-2.5a2.5 2.5 0 1 0 0 5h2v-5Z"/><path d="M15.59.082A.75.75 0 0 1 16 .75v10.5a.75.75 0 0 1-1.189.608l-.002-.001h.001l-.014-.01a6 6 0 0 0-.422-.25 10.6 10.6 0 0 0-1.469-.64C11.576 10.484 9.536 10 6.75 10a.75.75 0 0 1 0-1.5c2.964 0 5.174.516 6.658 1.043.423.151.787.302 1.092.443V2.014c-.305.14-.669.292-1.092.443C11.924 2.984 9.713 3.5 6.75 3.5a.75.75 0 0 1 0-1.5c2.786 0 4.826-.484 6.155-.957.665-.236 1.154-.47 1.47-.64q.216-.116.421-.25l.014-.01a.75.75 0 0 1 .78-.061"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/megaphone-24.svg b/mkdocs-material/material/templates/.icons/octicons/megaphone-24.svg new file mode 100644 index 0000000..7c686a5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/megaphone-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 1.75v14.5a.75.75 0 0 1-.399.662c-.384.204-.783-.035-1.139-.248l-.003-.002c-.09-.054-.177-.107-.261-.15a15.5 15.5 0 0 0-2-.849c-1.738-.607-4.321-1.223-7.703-1.251a1 1 0 0 1 .005.088c0 2.279.494 4.279.906 5.547.368 1.131-.438 2.453-1.732 2.453H7.661c-.696 0-1.36-.42-1.6-1.129C5.684 20.255 5 17.811 5 14.75v-.457A5.5 5.5 0 0 1 6.5 3.5h3.75c3.505 0 6.175-.61 7.955-1.21a16 16 0 0 0 2.002-.82 9 9 0 0 0 .49-.262q.072-.041.142-.085A.751.751 0 0 1 22 1.75M10.5 12.912c3.564.029 6.313.678 8.193 1.335.737.258 1.34.517 1.807.74V2.993c-.467.216-1.073.467-1.815.718-1.878.634-4.624 1.26-8.185 1.288ZM6.5 5a4 4 0 0 0 0 8H9V5Zm0 9.75c0 2.847.638 5.123.982 6.141.018.051.074.109.179.109h2.013c.087 0 .179-.043.249-.147a.4.4 0 0 0 .057-.343C9.537 19.148 9 16.986 9 14.5H6.5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/mention-16.svg b/mkdocs-material/material/templates/.icons/octicons/mention-16.svg new file mode 100644 index 0000000..82d8a6c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/mention-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M4.75 2.37a6.501 6.501 0 0 0 6.5 11.26.75.75 0 0 1 .75 1.298A7.999 7.999 0 0 1 .989 4.148 8 8 0 0 1 16 7.75v1.5a2.75 2.75 0 0 1-5.072 1.475 3.999 3.999 0 0 1-6.65-4.19A4 4 0 0 1 12 8v1.25a1.25 1.25 0 0 0 2.5 0V7.867a6.5 6.5 0 0 0-9.75-5.496ZM10.5 8a2.5 2.5 0 1 0-5 0 2.5 2.5 0 0 0 5 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/mention-24.svg b/mkdocs-material/material/templates/.icons/octicons/mention-24.svg new file mode 100644 index 0000000..4676248 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/mention-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.226 7.25c-2.623-4.542-8.432-6.098-12.974-3.475-4.543 2.622-6.099 8.431-3.477 12.974 2.623 4.542 8.431 6.099 12.974 3.477a.75.75 0 0 1 .75 1.299c-5.26 3.037-11.987 1.235-15.024-4.026C-.562 12.24 1.24 5.512 6.501 2.475 11.76-.562 18.488 1.24 21.525 6.501a10.96 10.96 0 0 1 1.455 4.826q.02.084.02.173v2.25a3.5 3.5 0 0 1-6.623 1.581 5.5 5.5 0 1 1 1.112-3.682 1 1 0 0 1 .011.129v1.972a2 2 0 1 0 4 0v-1.766a9.46 9.46 0 0 0-1.274-4.733ZM16 12a4 4 0 1 0-8 0 4 4 0 0 0 8 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/meter-16.svg b/mkdocs-material/material/templates/.icons/octicons/meter-16.svg new file mode 100644 index 0000000..c8a275f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/meter-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8 1.5a6.5 6.5 0 1 0 6.016 4.035.75.75 0 0 1 1.388-.57 8 8 0 1 1-4.37-4.37.75.75 0 1 1-.569 1.389A6.5 6.5 0 0 0 8 1.5m6.28.22a.75.75 0 0 1 0 1.06l-4.063 4.064a2.5 2.5 0 1 1-1.06-1.06L13.22 1.72a.75.75 0 0 1 1.06 0M7 8a1 1 0 1 0 2 0 1 1 0 0 0-2 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/meter-24.svg b/mkdocs-material/material/templates/.icons/octicons/meter-24.svg new file mode 100644 index 0000000..7028e79 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/meter-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2.5a9.5 9.5 0 1 0 9.5 9.5c0-1.406-.305-2.74-.852-3.939a.75.75 0 0 1 1.364-.622C22.648 8.829 23 10.374 23 12c0 6.075-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1c1.626 0 3.17.353 4.561.988a.75.75 0 1 1-.622 1.364A9.5 9.5 0 0 0 12 2.5m9.03.47a.75.75 0 0 1 0 1.06l-6.445 6.446a3 3 0 1 1-1.06-1.06L19.97 2.97a.75.75 0 0 1 1.06 0M12 10.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/milestone-16.svg b/mkdocs-material/material/templates/.icons/octicons/milestone-16.svg new file mode 100644 index 0000000..336a73b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/milestone-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M7.75 0a.75.75 0 0 1 .75.75V3h3.634c.414 0 .814.147 1.13.414l2.07 1.75a1.75 1.75 0 0 1 0 2.672l-2.07 1.75a1.75 1.75 0 0 1-1.13.414H8.5v5.25a.75.75 0 0 1-1.5 0V10H2.75A1.75 1.75 0 0 1 1 8.25v-3.5C1 3.784 1.784 3 2.75 3H7V.75A.75.75 0 0 1 7.75 0m4.384 8.5a.25.25 0 0 0 .161-.06l2.07-1.75a.248.248 0 0 0 0-.38l-2.07-1.75a.25.25 0 0 0-.161-.06H2.75a.25.25 0 0 0-.25.25v3.5c0 .138.112.25.25.25z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/milestone-24.svg b/mkdocs-material/material/templates/.icons/octicons/milestone-24.svg new file mode 100644 index 0000000..c319db5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/milestone-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.75 1a.75.75 0 0 1 .75.75V4h6.532c.42 0 .826.15 1.143.425l3.187 2.75a1.75 1.75 0 0 1 0 2.65l-3.187 2.75a1.75 1.75 0 0 1-1.143.425H12.5v9.25a.75.75 0 0 1-1.5 0V13H3.75A1.75 1.75 0 0 1 2 11.25v-5.5C2 4.783 2.784 4 3.75 4H11V1.75a.75.75 0 0 1 .75-.75m7.282 4.5H3.75a.25.25 0 0 0-.25.25v5.5c0 .138.112.25.25.25h15.282c.06 0 .118-.021.163-.06l3.188-2.75a.248.248 0 0 0 0-.38l-3.188-2.75a.25.25 0 0 0-.163-.06"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/mirror-16.svg b/mkdocs-material/material/templates/.icons/octicons/mirror-16.svg new file mode 100644 index 0000000..d7623d3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/mirror-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M15.547 3.061A.75.75 0 0 1 16 3.75v8.5a.751.751 0 0 1-1.265.545l-4.5-4.25a.75.75 0 0 1 0-1.09l4.5-4.25a.75.75 0 0 1 .812-.144M0 12.25v-8.5a.751.751 0 0 1 1.265-.545l4.5 4.25a.75.75 0 0 1 0 1.09l-4.5 4.25A.75.75 0 0 1 0 12.25m1.5-6.76v5.02L4.158 8ZM11.842 8l2.658 2.51V5.49ZM8 4a.75.75 0 0 1 .75.75v.5a.75.75 0 0 1-1.5 0v-.5A.75.75 0 0 1 8 4m.75-2.25v.5a.75.75 0 0 1-1.5 0v-.5a.75.75 0 0 1 1.5 0m0 6v.5a.75.75 0 0 1-1.5 0v-.5a.75.75 0 0 1 1.5 0M8 10a.75.75 0 0 1 .75.75v.5a.75.75 0 0 1-1.5 0v-.5A.75.75 0 0 1 8 10m0 3a.75.75 0 0 1 .75.75v.5a.75.75 0 0 1-1.5 0v-.5A.75.75 0 0 1 8 13"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/mirror-24.svg b/mkdocs-material/material/templates/.icons/octicons/mirror-24.svg new file mode 100644 index 0000000..c67b522 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/mirror-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.553 6.064A.75.75 0 0 1 22 6.75v10.5a.75.75 0 0 1-1.256.554l-5.75-5.25a.75.75 0 0 1 0-1.108l5.75-5.25a.75.75 0 0 1 .809-.132M2.447 17.936A.75.75 0 0 1 2 17.25V6.75a.75.75 0 0 1 1.256-.554l5.75 5.25a.75.75 0 0 1 0 1.108l-5.75 5.25a.75.75 0 0 1-.809.132M7.387 12 3.5 8.45v7.1L7.388 12Zm9.226 0 3.887 3.55v-7.1L16.612 12ZM12 2.75a.75.75 0 0 1 .75.75v1a.75.75 0 0 1-1.5 0v-1a.75.75 0 0 1 .75-.75m0 4a.75.75 0 0 1 .75.75v1a.75.75 0 0 1-1.5 0v-1a.75.75 0 0 1 .75-.75m0 8a.75.75 0 0 1 .75.75v1a.75.75 0 0 1-1.5 0v-1a.75.75 0 0 1 .75-.75m0 4a.75.75 0 0 1 .75.75v1a.75.75 0 0 1-1.5 0v-1a.75.75 0 0 1 .75-.75m0-8a.75.75 0 0 1 .75.75v1a.75.75 0 0 1-1.5 0v-1a.75.75 0 0 1 .75-.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/moon-16.svg b/mkdocs-material/material/templates/.icons/octicons/moon-16.svg new file mode 100644 index 0000000..d3093aa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/moon-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M9.598 1.591a.75.75 0 0 1 .785-.175 7.001 7.001 0 1 1-8.967 8.967.75.75 0 0 1 .961-.96 5.5 5.5 0 0 0 7.046-7.046.75.75 0 0 1 .175-.786m1.616 1.945a7 7 0 0 1-7.678 7.678 5.499 5.499 0 1 0 7.678-7.678"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/moon-24.svg b/mkdocs-material/material/templates/.icons/octicons/moon-24.svg new file mode 100644 index 0000000..c693fa2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/moon-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.768 3.96zl-.002-.005a9 9 0 0 0-.218-.779c-.13-.394.21-.8.602-.67q.435.144.855.328l.01.005A10.002 10.002 0 0 1 12 22a10 10 0 0 1-9.162-5.985l-.004-.01a10 10 0 0 1-.329-.855c-.13-.392.277-.732.67-.602q.386.126.78.218l.004.002A9 9 0 0 0 14.999 6a9 9 0 0 0-.231-2.04M16.5 6c0 5.799-4.701 10.5-10.5 10.5q-.64 0-1.26-.075A8.5 8.5 0 1 0 16.425 4.74q.075.62.075 1.259Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/mortar-board-16.svg b/mkdocs-material/material/templates/.icons/octicons/mortar-board-16.svg new file mode 100644 index 0000000..21b1ddb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/mortar-board-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M7.693 1.066a.75.75 0 0 1 .614 0l7.25 3.25a.75.75 0 0 1 0 1.368L13 6.831v2.794c0 1.024-.81 1.749-1.66 2.173-.893.447-2.075.702-3.34.702q-.417 0-.816-.036a.75.75 0 0 1 .133-1.494Q7.649 11 8 11c1.082 0 2.025-.221 2.67-.543.69-.345.83-.682.83-.832V7.503L8.307 8.934a.75.75 0 0 1-.614 0L4 7.28v1.663c.296.105.575.275.812.512.438.438.688 1.059.688 1.796v3a.75.75 0 0 1-.75.75h-3a.75.75 0 0 1-.75-.75v-3c0-.737.25-1.358.688-1.796.237-.237.516-.407.812-.512V6.606L.443 5.684a.75.75 0 0 1 0-1.368ZM2.583 5 8 7.428 13.416 5 8 2.572ZM2.5 11.25v2.25H4v-2.25c0-.388-.125-.611-.25-.735a.7.7 0 0 0-.5-.203.7.7 0 0 0-.5.203c-.125.124-.25.347-.25.735"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/mortar-board-24.svg b/mkdocs-material/material/templates/.icons/octicons/mortar-board-24.svg new file mode 100644 index 0000000..a068b5c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/mortar-board-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.292 2.06zl11.25 4.75a.749.749 0 0 1 0 1.382L19 10.108V15a.75.75 0 0 1-.11.391h-.001a3 3 0 0 1-.392.482c-.249.256-.625.58-1.163.896-1.08.638-2.776 1.23-5.334 1.23-.673 0-1.286-.041-1.846-.113a.75.75 0 0 1 .192-1.487c.492.063 1.042.1 1.654.1 2.317 0 3.746-.533 4.572-1.021.31-.178.596-.397.849-.65l.079-.085V10.74l-5.208 2.2a.75.75 0 0 1-.584 0L5.75 10.424v3.17c.502.129.96.391 1.327.758.579.578.923 1.41.923 2.428v4.5a.76.76 0 0 1-.345.634 2 2 0 0 1-.21.117 4 4 0 0 1-.52.213A6.1 6.1 0 0 1 5 22.532a6.1 6.1 0 0 1-1.925-.288 4 4 0 0 1-.52-.213 2 2 0 0 1-.22-.124.76.76 0 0 1-.335-.624v-4.5c0-1.02.344-1.85.923-2.43a2.9 2.9 0 0 1 1.327-.757V9.793L.458 8.19a.75.75 0 0 1 0-1.38l11.25-4.75a.75.75 0 0 1 .584 0M12 11.436 21.322 7.5 12 3.564 2.678 7.5ZM5 15c-.377 0-.745.141-1.017.413-.265.265-.483.7-.483 1.368v4.022c.299.105.797.228 1.5.228s1.201-.123 1.5-.228V16.78c0-.669-.218-1.103-.483-1.368A1.43 1.43 0 0 0 5 15"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/move-to-bottom-16.svg b/mkdocs-material/material/templates/.icons/octicons/move-to-bottom-16.svg new file mode 100644 index 0000000..57674ca --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/move-to-bottom-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M7.47 10.78a.75.75 0 0 0 1.06 0l3.75-3.75a.749.749 0 1 0-1.06-1.06L8.75 8.439V1.75a.75.75 0 0 0-1.5 0v6.689L4.78 5.97a.749.749 0 1 0-1.06 1.06zM3.75 13a.75.75 0 0 0 0 1.5h8.5a.75.75 0 0 0 0-1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/move-to-bottom-24.svg b/mkdocs-material/material/templates/.icons/octicons/move-to-bottom-24.svg new file mode 100644 index 0000000..f7f7374 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/move-to-bottom-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 21.25a.75.75 0 0 1 .75-.75h14.5a.75.75 0 0 1 0 1.5H4.75a.75.75 0 0 1-.75-.75M5.22 9.97a.75.75 0 0 1 1.06 0l4.97 4.969V2.75a.75.75 0 0 1 1.5 0v12.189l4.97-4.969a.749.749 0 1 1 1.06 1.06l-6.25 6.25a.75.75 0 0 1-1.06 0l-6.25-6.25a.75.75 0 0 1 0-1.06"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/move-to-end-16.svg b/mkdocs-material/material/templates/.icons/octicons/move-to-end-16.svg new file mode 100644 index 0000000..a9e1bed --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/move-to-end-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="m10.78 8.53-3.75 3.75a.749.749 0 1 1-1.06-1.06l2.469-2.47H1.75a.75.75 0 0 1 0-1.5h6.689L5.97 4.78a.749.749 0 1 1 1.06-1.06l3.75 3.75a.75.75 0 0 1 0 1.06M13 12.25v-8.5a.75.75 0 0 1 1.5 0v8.5a.75.75 0 0 1-1.5 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/move-to-end-24.svg b/mkdocs-material/material/templates/.icons/octicons/move-to-end-24.svg new file mode 100644 index 0000000..04c2884 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/move-to-end-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.22 5.22a.75.75 0 0 1 1.06 0l6.25 6.25a.75.75 0 0 1 0 1.06l-6.25 6.25a.749.749 0 1 1-1.06-1.06l4.969-4.97H1.75a.75.75 0 0 1 0-1.5h14.439L11.22 6.28a.75.75 0 0 1 0-1.06m10.03-1.47a.75.75 0 0 1 .75.75v15a.75.75 0 0 1-1.5 0v-15a.75.75 0 0 1 .75-.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/move-to-start-16.svg b/mkdocs-material/material/templates/.icons/octicons/move-to-start-16.svg new file mode 100644 index 0000000..fa72ae9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/move-to-start-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M5.22 7.47a.75.75 0 0 0 0 1.06l3.75 3.75a.749.749 0 1 0 1.06-1.06L7.561 8.75h6.689a.75.75 0 0 0 0-1.5H7.561l2.469-2.47a.749.749 0 1 0-1.06-1.06zM3 3.75a.75.75 0 0 0-1.5 0v8.5a.75.75 0 0 0 1.5 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/move-to-start-24.svg b/mkdocs-material/material/templates/.icons/octicons/move-to-start-24.svg new file mode 100644 index 0000000..6dcf708 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/move-to-start-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.78 18.78a.75.75 0 0 1-1.06 0l-6.25-6.25a.75.75 0 0 1 0-1.06l6.25-6.25a.749.749 0 1 1 1.06 1.06l-4.969 4.97H22.25a.75.75 0 0 1 0 1.5H7.811l4.969 4.97a.75.75 0 0 1 0 1.06M2.75 3.75a.75.75 0 0 1 .75.75v15a.75.75 0 0 1-1.5 0v-15a.75.75 0 0 1 .75-.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/move-to-top-16.svg b/mkdocs-material/material/templates/.icons/octicons/move-to-top-16.svg new file mode 100644 index 0000000..b2e9b24 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/move-to-top-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M3 2.25a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5A.75.75 0 0 1 3 2.25m5.53 2.97 3.75 3.75a.749.749 0 1 1-1.06 1.06L8.75 7.561v6.689a.75.75 0 0 1-1.5 0V7.561L4.78 10.03a.749.749 0 1 1-1.06-1.06l3.75-3.75a.75.75 0 0 1 1.06 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/move-to-top-24.svg b/mkdocs-material/material/templates/.icons/octicons/move-to-top-24.svg new file mode 100644 index 0000000..bf6b2d1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/move-to-top-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.75 3.5a.75.75 0 0 1 0-1.5h14.5a.75.75 0 0 1 0 1.5zm.47 9.47a.749.749 0 1 0 1.06 1.06l4.97-4.969V21.25a.75.75 0 0 0 1.5 0V9.061l4.97 4.969a.749.749 0 1 0 1.06-1.06l-6.25-6.25a.75.75 0 0 0-1.06 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/multi-select-16.svg b/mkdocs-material/material/templates/.icons/octicons/multi-select-16.svg new file mode 100644 index 0000000..abf6a92 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/multi-select-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M5.75 7.5h7.5a.75.75 0 0 1 0 1.5h-7.5a.75.75 0 0 1 0-1.5m0 5h7.5a.75.75 0 0 1 0 1.5h-7.5a.75.75 0 0 1 0-1.5m-4-10h6.5a.75.75 0 0 1 0 1.5h-6.5a.75.75 0 0 1 0-1.5M2 14a1 1 0 1 1 0-2 1 1 0 0 1 0 2m1-6a1 1 0 1 1-2 0 1 1 0 0 1 2 0m10.314-3.082L11.07 2.417A.25.25 0 0 1 11.256 2h4.488a.25.25 0 0 1 .186.417l-2.244 2.5a.25.25 0 0 1-.372 0Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/multi-select-24.svg b/mkdocs-material/material/templates/.icons/octicons/multi-select-24.svg new file mode 100644 index 0000000..834f455 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/multi-select-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.75 11.5h11.5a.75.75 0 0 1 0 1.5H8.75a.75.75 0 0 1 0-1.5m0 6h11.5a.75.75 0 0 1 0 1.5H8.75a.75.75 0 0 1 0-1.5m-5-12h10a.75.75 0 0 1 0 1.5h-10a.75.75 0 0 1 0-1.5M5 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0m-1 7a1 1 0 1 1 0-2 1 1 0 0 1 0 2M19.309 7.918l-2.245-2.501A.25.25 0 0 1 17.25 5h4.49a.25.25 0 0 1 .185.417l-2.244 2.5a.25.25 0 0 1-.372 0Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/mute-16.svg b/mkdocs-material/material/templates/.icons/octicons/mute-16.svg new file mode 100644 index 0000000..2076072 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/mute-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8 2.75v10.5a.751.751 0 0 1-1.238.57L3.473 11H1.75A1.75 1.75 0 0 1 0 9.25v-2.5C0 5.784.784 5 1.75 5h1.722l3.29-2.82A.75.75 0 0 1 8 2.75m3.28 2.47L13 6.94l1.72-1.72a.75.75 0 0 1 1.042.018.75.75 0 0 1 .018 1.042L14.06 8l1.72 1.72a.749.749 0 0 1-.326 1.275.75.75 0 0 1-.734-.215L13 9.06l-1.72 1.72a.749.749 0 0 1-1.275-.326.75.75 0 0 1 .215-.734L11.94 8l-1.72-1.72a.749.749 0 0 1 .326-1.275.75.75 0 0 1 .734.215m-7.042 1.1a.75.75 0 0 1-.488.18h-2a.25.25 0 0 0-.25.25v2.5c0 .138.112.25.25.25h2c.179 0 .352.064.488.18L6.5 11.62V4.38Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/mute-24.svg b/mkdocs-material/material/templates/.icons/octicons/mute-24.svg new file mode 100644 index 0000000..78056f3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/mute-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3.75v16.5a.75.75 0 0 1-1.255.555L5.46 16H2.75A1.75 1.75 0 0 1 1 14.25v-4.5C1 8.784 1.784 8 2.75 8h2.71l5.285-4.805A.75.75 0 0 1 12 3.75M6.255 9.305a.75.75 0 0 1-.505.195h-3a.25.25 0 0 0-.25.25v4.5c0 .138.112.25.25.25h3c.187 0 .367.069.505.195l4.245 3.86V5.445ZM16.28 8.22a.75.75 0 1 0-1.06 1.06L17.94 12l-2.72 2.72a.75.75 0 1 0 1.06 1.06L19 13.06l2.72 2.72a.75.75 0 1 0 1.06-1.06L20.06 12l2.72-2.72a.75.75 0 0 0-1.06-1.06L19 10.94z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/no-entry-16.svg b/mkdocs-material/material/templates/.icons/octicons/no-entry-16.svg new file mode 100644 index 0000000..3e0896a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/no-entry-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M4.25 7.25a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5z"/><path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-1.5 0a6.5 6.5 0 1 0-13 0 6.5 6.5 0 0 0 13 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/no-entry-24.svg b/mkdocs-material/material/templates/.icons/octicons/no-entry-24.svg new file mode 100644 index 0000000..43e4ca1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/no-entry-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1M2.5 12a9.5 9.5 0 0 0 9.5 9.5 9.5 9.5 0 0 0 9.5-9.5A9.5 9.5 0 0 0 12 2.5 9.5 9.5 0 0 0 2.5 12m15.75.75H5.75a.75.75 0 0 1 0-1.5h12.5a.75.75 0 0 1 0 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/no-entry-fill-12.svg b/mkdocs-material/material/templates/.icons/octicons/no-entry-fill-12.svg new file mode 100644 index 0000000..d3b2245 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/no-entry-fill-12.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M6 0a6 6 0 1 1 0 12A6 6 0 0 1 6 0m3 5H3v2h6Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/north-star-16.svg b/mkdocs-material/material/templates/.icons/octicons/north-star-16.svg new file mode 100644 index 0000000..1a1f0e8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/north-star-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8.5.75a.75.75 0 0 0-1.5 0v5.19L4.391 3.33a.75.75 0 1 0-1.06 1.061L5.939 7H.75a.75.75 0 0 0 0 1.5h5.19l-2.61 2.609a.75.75 0 1 0 1.061 1.06L7 9.561v5.189a.75.75 0 0 0 1.5 0V9.56l2.609 2.61a.75.75 0 1 0 1.06-1.061L9.561 8.5h5.189a.75.75 0 0 0 0-1.5H9.56l2.61-2.609a.75.75 0 0 0-1.061-1.06L8.5 5.939z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/north-star-24.svg b/mkdocs-material/material/templates/.icons/octicons/north-star-24.svg new file mode 100644 index 0000000..5ccea0d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/north-star-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.5 1.25a.75.75 0 0 0-1.5 0v8.69L6.447 5.385a.75.75 0 1 0-1.061 1.06L9.94 11H1.25a.75.75 0 0 0 0 1.5h8.69l-4.554 4.553a.75.75 0 0 0 1.06 1.061L11 13.561v8.689a.75.75 0 0 0 1.5 0v-8.69l4.553 4.554a.75.75 0 0 0 1.061-1.06L13.561 12.5h8.689a.75.75 0 0 0 0-1.5h-8.69l4.554-4.553a.75.75 0 1 0-1.06-1.061L12.5 9.939z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/note-16.svg b/mkdocs-material/material/templates/.icons/octicons/note-16.svg new file mode 100644 index 0000000..612fde5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/note-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M0 3.75C0 2.784.784 2 1.75 2h12.5c.966 0 1.75.784 1.75 1.75v8.5A1.75 1.75 0 0 1 14.25 14H1.75A1.75 1.75 0 0 1 0 12.25Zm1.75-.25a.25.25 0 0 0-.25.25v8.5c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25v-8.5a.25.25 0 0 0-.25-.25ZM3.5 6.25a.75.75 0 0 1 .75-.75h7a.75.75 0 0 1 0 1.5h-7a.75.75 0 0 1-.75-.75m.75 2.25h4a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1 0-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/note-24.svg b/mkdocs-material/material/templates/.icons/octicons/note-24.svg new file mode 100644 index 0000000..8cfff50 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/note-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 4.75C0 3.784.784 3 1.75 3h20.5c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0 1 22.25 21H1.75A1.75 1.75 0 0 1 0 19.25Zm1.75-.25a.25.25 0 0 0-.25.25v14.5c0 .138.112.25.25.25h20.5a.25.25 0 0 0 .25-.25V4.75a.25.25 0 0 0-.25-.25Z"/><path d="M5 8.75A.75.75 0 0 1 5.75 8h11.5a.75.75 0 0 1 0 1.5H5.75A.75.75 0 0 1 5 8.75m0 4a.75.75 0 0 1 .75-.75h5.5a.75.75 0 0 1 0 1.5h-5.5a.75.75 0 0 1-.75-.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/number-16.svg b/mkdocs-material/material/templates/.icons/octicons/number-16.svg new file mode 100644 index 0000000..761975e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/number-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M9 4.75A.75.75 0 0 1 9.75 4h4a.75.75 0 0 1 .53 1.28l-1.89 1.892c.312.076.604.18.867.319.742.391 1.244 1.063 1.244 2.005 0 .653-.231 1.208-.629 1.627-.386.408-.894.653-1.408.777-1.01.243-2.225.063-3.124-.527a.751.751 0 0 1 .822-1.254c.534.35 1.32.474 1.951.322.306-.073.53-.201.67-.349.129-.136.218-.32.218-.596 0-.308-.123-.509-.444-.678-.373-.197-.98-.318-1.806-.318a.75.75 0 0 1-.53-1.28l1.72-1.72H9.75A.75.75 0 0 1 9 4.75m-3.587 5.763c-.35-.05-.77.113-.983.572a.75.75 0 1 1-1.36-.632c.508-1.094 1.589-1.565 2.558-1.425 1 .145 1.872.945 1.872 2.222 0 1.433-1.088 2.192-1.79 2.681-.308.216-.571.397-.772.573H7a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1-.75-.75c0-.69.3-1.211.67-1.61.348-.372.8-.676 1.15-.92.8-.56 1.18-.904 1.18-1.474 0-.473-.267-.69-.587-.737M5.604.089A.75.75 0 0 1 6 .75v4.77h.711a.75.75 0 0 1 0 1.5H3.759a.75.75 0 0 1 0-1.5H4.5V2.15l-.334.223a.75.75 0 0 1-.832-1.248l1.5-1a.75.75 0 0 1 .77-.037Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/number-24.svg b/mkdocs-material/material/templates/.icons/octicons/number-24.svg new file mode 100644 index 0000000..c8648d7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/number-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.003 7.754a.75.75 0 0 1 .75-.75h5.232a.75.75 0 0 1 .53 1.28l-2.776 2.777c.55.097 1.057.253 1.492.483.905.477 1.504 1.284 1.504 2.418 0 .966-.471 1.75-1.172 2.27-.687.511-1.587.77-2.521.77-1.367 0-2.274-.528-2.667-.756a.75.75 0 0 1 .755-1.297c.331.193.953.553 1.912.553.673 0 1.243-.188 1.627-.473.37-.275.566-.635.566-1.067 0-.5-.219-.836-.703-1.091-.538-.284-1.375-.443-2.471-.443a.75.75 0 0 1-.53-1.28l2.643-2.644h-3.421a.75.75 0 0 1-.75-.75M7.88 15.215a1.4 1.4 0 0 0-1.446.83.75.75 0 0 1-1.37-.61 2.9 2.9 0 0 1 2.986-1.71c.589.06 1.139.323 1.557.743.434.446.685 1.058.685 1.778 0 1.641-1.254 2.437-2.12 2.986-.538.341-1.18.694-1.495 1.273H9.75a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1-.75-.75c0-1.799 1.337-2.63 2.243-3.21 1.032-.659 1.55-1.031 1.55-1.8 0-.355-.116-.584-.26-.732a1.07 1.07 0 0 0-.652-.298Zm.234-13.121a.75.75 0 0 1 .386.656V9h1.252a.75.75 0 0 1 0 1.5H5.75a.75.75 0 0 1 0-1.5H7V4.103l-.853.533a.749.749 0 1 1-.795-1.272l2-1.25a.75.75 0 0 1 .762-.02"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/organization-16.svg b/mkdocs-material/material/templates/.icons/octicons/organization-16.svg new file mode 100644 index 0000000..0afe660 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/organization-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M1.75 16A1.75 1.75 0 0 1 0 14.25V1.75C0 .784.784 0 1.75 0h8.5C11.216 0 12 .784 12 1.75v12.5q0 .127-.018.25h2.268a.25.25 0 0 0 .25-.25V8.285a.25.25 0 0 0-.111-.208l-1.055-.703a.749.749 0 1 1 .832-1.248l1.055.703c.487.325.779.871.779 1.456v5.965A1.75 1.75 0 0 1 14.25 16h-3.5a.8.8 0 0 1-.197-.026q-.148.026-.303.026h-3a.75.75 0 0 1-.75-.75V14h-1v1.25a.75.75 0 0 1-.75.75Zm-.25-1.75c0 .138.112.25.25.25H4v-1.25a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 .75.75v1.25h2.25a.25.25 0 0 0 .25-.25V1.75a.25.25 0 0 0-.25-.25h-8.5a.25.25 0 0 0-.25.25ZM3.75 6h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1 0-1.5M3 3.75A.75.75 0 0 1 3.75 3h.5a.75.75 0 0 1 0 1.5h-.5A.75.75 0 0 1 3 3.75m4 3A.75.75 0 0 1 7.75 6h.5a.75.75 0 0 1 0 1.5h-.5A.75.75 0 0 1 7 6.75M7.75 3h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1 0-1.5M3 9.75A.75.75 0 0 1 3.75 9h.5a.75.75 0 0 1 0 1.5h-.5A.75.75 0 0 1 3 9.75M7.75 9h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1 0-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/organization-24.svg b/mkdocs-material/material/templates/.icons/octicons/organization-24.svg new file mode 100644 index 0000000..5cca330 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/organization-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.25 12a.75.75 0 0 0 0 1.5h.5a.75.75 0 0 0 0-1.5zM5.5 9.25a.75.75 0 0 1 .75-.75h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1-.75-.75M6.25 5a.75.75 0 0 0 0 1.5h.5a.75.75 0 0 0 0-1.5zM9 12.75a.75.75 0 0 1 .75-.75h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1-.75-.75m.75-4.25a.75.75 0 0 0 0 1.5h.5a.75.75 0 0 0 0-1.5zM9 5.75A.75.75 0 0 1 9.75 5h.5a.75.75 0 0 1 0 1.5h-.5A.75.75 0 0 1 9 5.75M13.25 12a.75.75 0 0 0 0 1.5h.5a.75.75 0 0 0 0-1.5zm-.75-2.75a.75.75 0 0 1 .75-.75h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1-.75-.75M13.25 5a.75.75 0 0 0 0 1.5h.5a.75.75 0 0 0 0-1.5z"/><path d="M2 20V3a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v17q0 .26-.063.5H20a.5.5 0 0 0 .5-.5v-8a.5.5 0 0 0-.2-.4l-.5-.375a.75.75 0 0 1 .9-1.2l.5.375c.504.378.8.97.8 1.6v8a2 2 0 0 1-2 2h-3.562a.8.8 0 0 1-.166-.018Q16.138 22 16 22h-3.75a.75.75 0 0 1-.75-.75V19h-3v2.25a.75.75 0 0 1-.75.75H4a2 2 0 0 1-2-2m2 .5h3v-2.25a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 .75.75v2.25h3a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5H4a.5.5 0 0 0-.5.5v17a.5.5 0 0 0 .5.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/package-16.svg b/mkdocs-material/material/templates/.icons/octicons/package-16.svg new file mode 100644 index 0000000..17d8974 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/package-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="m8.878.392 5.25 3.045c.54.314.872.89.872 1.514v6.098a1.75 1.75 0 0 1-.872 1.514l-5.25 3.045a1.75 1.75 0 0 1-1.756 0l-5.25-3.045A1.75 1.75 0 0 1 1 11.049V4.951c0-.624.332-1.201.872-1.514L7.122.392a1.75 1.75 0 0 1 1.756 0M7.875 1.69l-4.63 2.685L8 7.133l4.755-2.758-4.63-2.685a.25.25 0 0 0-.25 0M2.5 5.677v5.372c0 .09.047.171.125.216l4.625 2.683V8.432Zm6.25 8.271 4.625-2.683a.25.25 0 0 0 .125-.216V5.677L8.75 8.432Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/package-24.svg b/mkdocs-material/material/templates/.icons/octicons/package-24.svg new file mode 100644 index 0000000..c1ed49f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/package-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.876.64V.639l8.25 4.763c.541.313.875.89.875 1.515v9.525a1.75 1.75 0 0 1-.875 1.516l-8.25 4.762a1.75 1.75 0 0 1-1.75 0l-8.25-4.763a1.75 1.75 0 0 1-.875-1.515V6.917c0-.625.334-1.202.875-1.515L11.126.64a1.75 1.75 0 0 1 1.75 0m-1 1.298L4.251 6.34l7.75 4.474 7.75-4.474-7.625-4.402a.25.25 0 0 0-.25 0m.875 19.123 7.625-4.402a.25.25 0 0 0 .125-.216V7.639l-7.75 4.474ZM3.501 7.64v8.803c0 .09.048.172.125.216l7.625 4.402v-8.947Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/package-dependencies-16.svg b/mkdocs-material/material/templates/.icons/octicons/package-dependencies-16.svg new file mode 100644 index 0000000..d3eaa46 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/package-dependencies-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M6.122.392a1.75 1.75 0 0 1 1.756 0l5.25 3.045c.54.313.872.89.872 1.514V7.25a.75.75 0 0 1-1.5 0V5.677L7.75 8.432v6.384a1 1 0 0 1-1.502.865L.872 12.563A1.75 1.75 0 0 1 0 11.049V4.951c0-.624.332-1.2.872-1.514ZM7.125 1.69a.25.25 0 0 0-.25 0l-4.63 2.685L7 7.133l4.755-2.758ZM1.5 11.049a.25.25 0 0 0 .125.216l4.625 2.683V8.432L1.5 5.677Zm11.672-.282L11.999 12h3.251a.75.75 0 0 1 0 1.5h-3.251l1.173 1.233a.75.75 0 1 1-1.087 1.034l-2.378-2.5a.75.75 0 0 1 0-1.034l2.378-2.5a.75.75 0 0 1 1.087 1.034"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/package-dependencies-24.svg b/mkdocs-material/material/templates/.icons/octicons/package-dependencies-24.svg new file mode 100644 index 0000000..5cded20 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/package-dependencies-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.126.64a1.75 1.75 0 0 1 1.75 0l8.25 4.762q.155.09.286.206a.75.75 0 0 1 .554.96q.035.17.035.35v3.332a.75.75 0 0 1-1.5 0V7.64l-7.75 4.474V22.36a.75.75 0 0 1-1.125.65l-8.75-5.052a1.75 1.75 0 0 1-.875-1.515V6.917q0-.179.035-.35a.75.75 0 0 1 .554-.96q.133-.117.286-.205zm.875 10.173zl7.75-4.474-7.625-4.402a.25.25 0 0 0-.25 0L2.251 6.34Zm-8.5-3.175v8.803c0 .09.048.172.125.216l7.625 4.402v-8.947Z"/><path d="m16.617 17.5 2.895-2.702a.75.75 0 0 0-1.024-1.096l-4.285 4a.75.75 0 0 0 0 1.096l4.285 4a.75.75 0 1 0 1.024-1.096L16.617 19h6.633a.75.75 0 0 0 0-1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/package-dependents-16.svg b/mkdocs-material/material/templates/.icons/octicons/package-dependents-16.svg new file mode 100644 index 0000000..1b4e9b8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/package-dependents-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M6.122.392a1.75 1.75 0 0 1 1.756 0l5.25 3.045c.54.313.872.89.872 1.514V7.25a.75.75 0 0 1-1.5 0V5.677L7.75 8.432v6.384a1 1 0 0 1-1.502.865L.872 12.563A1.75 1.75 0 0 1 0 11.049V4.951c0-.624.332-1.2.872-1.514ZM7.125 1.69a.25.25 0 0 0-.25 0l-4.63 2.685L7 7.133l4.755-2.758ZM1.5 11.049a.25.25 0 0 0 .125.216l4.625 2.683V8.432L1.5 5.677Zm10.828 3.684 1.173-1.233H10.25a.75.75 0 0 1 0-1.5h3.251l-1.173-1.233a.75.75 0 1 1 1.087-1.034l2.378 2.5a.75.75 0 0 1 0 1.034l-2.378 2.5a.75.75 0 0 1-1.087-1.034"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/package-dependents-24.svg b/mkdocs-material/material/templates/.icons/octicons/package-dependents-24.svg new file mode 100644 index 0000000..6dea91e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/package-dependents-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.126.64a1.75 1.75 0 0 1 1.75 0l8.25 4.762q.155.09.286.206a.75.75 0 0 1 .554.96q.035.17.035.35v3.332a.75.75 0 0 1-1.5 0V7.64l-7.75 4.474V22.36a.75.75 0 0 1-1.125.65l-8.75-5.052a1.75 1.75 0 0 1-.875-1.515V6.917q0-.179.035-.35a.75.75 0 0 1 .554-.96q.133-.117.286-.205zm.875 10.173zl7.75-4.474-7.625-4.402a.25.25 0 0 0-.25 0L2.251 6.34Zm-8.5-3.175v8.803c0 .09.048.172.125.216l7.625 4.402v-8.947Z"/><path d="m21.347 17.5-2.894-2.702a.75.75 0 1 1 1.023-1.096l4.286 4a.75.75 0 0 1 0 1.096l-4.286 4a.75.75 0 1 1-1.023-1.096L21.347 19h-6.633a.75.75 0 0 1 0-1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/paintbrush-16.svg b/mkdocs-material/material/templates/.icons/octicons/paintbrush-16.svg new file mode 100644 index 0000000..73f7fb8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/paintbrush-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M11.134 1.535c.7-.509 1.416-.942 2.076-1.155.649-.21 1.463-.267 2.069.34.603.601.568 1.411.368 2.07-.202.668-.624 1.39-1.125 2.096-1.011 1.424-2.496 2.987-3.775 4.249-1.098 1.084-2.132 1.839-3.04 2.3a3.74 3.74 0 0 1-1.055 3.217c-.431.431-1.065.691-1.657.861-.614.177-1.294.287-1.914.357A21 21 0 0 1 .797 16H.743l.007-.75H.749L.742 16a.75.75 0 0 1-.743-.742l.743-.008-.742.007v-.054a21 21 0 0 1 .13-2.284q.101-.972.358-1.914c.17-.591.43-1.226.86-1.657a3.75 3.75 0 0 1 3.227-1.054c.466-.893 1.225-1.907 2.314-2.982 1.271-1.255 2.833-2.75 4.245-3.777M1.62 13.089q-.077.696-.104 1.395.7-.027 1.396-.104a10.5 10.5 0 0 0 1.668-.309c.526-.151.856-.325 1.011-.48a2.25 2.25 0 1 0-3.182-3.182c-.155.155-.329.485-.48 1.01a10.5 10.5 0 0 0-.309 1.67m10.396-10.34c-1.224.89-2.605 2.189-3.822 3.384l1.718 1.718c1.21-1.205 2.51-2.597 3.387-3.833.47-.662.78-1.227.912-1.662.134-.444.032-.551.009-.575h-.001V1.78c-.014-.014-.113-.113-.548.027-.432.14-.995.462-1.655.942m-4.832 7.266za10 10 0 0 0 1.63-1.142L7.155 7.216a9.7 9.7 0 0 0-1.161 1.607c.482.302.889.71 1.19 1.192"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/paintbrush-24.svg b/mkdocs-material/material/templates/.icons/octicons/paintbrush-24.svg new file mode 100644 index 0000000..f9e201d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/paintbrush-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.642 6.653c-1.31 1.812-3.251 3.86-4.945 5.575l-.091.092-2.69-2.69.098-.098c1.69-1.71 3.732-3.656 5.544-4.962.911-.657 1.715-1.115 2.353-1.318.652-.207.915-.091 1.039.033.113.113.231.367.019 1.02-.207.635-.668 1.436-1.327 2.348M10.9 10.736l2.605 2.605c-.88.754-1.684 1.294-2.378 1.655a4.83 4.83 0 0 0-1.892-1.89c.36-.69.903-1.482 1.665-2.37m-3.086 1.856a4.83 4.83 0 0 0-4.33 1.328c-.525.525-.88 1.302-1.13 2.079-.256.795-.43 1.682-.541 2.507a19 19 0 0 0-.173 2.216c-.004.3.003.567.022.778.009.104.022.212.044.31.01.05.027.113.053.18.02.051.074.178.19.295.117.117.245.17.297.19.066.026.13.043.178.054.099.021.207.035.31.044.211.019.479.025.779.021.603-.008 1.39-.06 2.216-.172.825-.112 1.711-.285 2.507-.54.776-.25 1.553-.606 2.079-1.132a4.83 4.83 0 0 0 1.327-4.333c1.209-.6 2.622-1.618 4.121-3.135 1.694-1.714 3.709-3.835 5.093-5.75.688-.952 1.258-1.904 1.538-2.764.274-.842.334-1.826-.384-2.544-.72-.719-1.703-.672-2.555-.401-.865.275-1.822.843-2.776 1.53-1.92 1.384-4.036 3.407-5.733 5.125-1.5 1.518-2.53 2.896-3.132 4.114m1.44 2.388a3.33 3.33 0 0 1 0 4.71c-.271.27-.774.537-1.478.763-.684.22-1.477.378-2.248.482-.769.104-1.495.152-2.035.16a9 9 0 0 1-.351-.002 9 9 0 0 1-.002-.35c.007-.542.055-1.267.16-2.036.104-.771.261-1.564.481-2.249.227-.703.493-1.206.764-1.478a3.33 3.33 0 0 1 4.71 0Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/paper-airplane-16.svg b/mkdocs-material/material/templates/.icons/octicons/paper-airplane-16.svg new file mode 100644 index 0000000..af87c53 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/paper-airplane-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M.989 8 .064 2.68a1.342 1.342 0 0 1 1.85-1.462l13.402 5.744a1.13 1.13 0 0 1 0 2.076L1.913 14.782a1.343 1.343 0 0 1-1.85-1.463L.99 8Zm.603-5.288L2.38 7.25h4.87a.75.75 0 0 1 0 1.5H2.38l-.788 4.538L13.929 8Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/paper-airplane-24.svg b/mkdocs-material/material/templates/.icons/octicons/paper-airplane-24.svg new file mode 100644 index 0000000..8dccbdd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/paper-airplane-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.513 1.96a1.37 1.37 0 0 1 1.499-.21l19.335 9.215a1.147 1.147 0 0 1 0 2.07L3.012 22.25a1.374 1.374 0 0 1-1.947-1.46L2.49 12 1.065 3.21a1.38 1.38 0 0 1 .448-1.25m2.375 10.79-1.304 8.042L21.031 12 2.584 3.208l1.304 8.042h7.362a.75.75 0 0 1 0 1.5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/paperclip-16.svg b/mkdocs-material/material/templates/.icons/octicons/paperclip-16.svg new file mode 100644 index 0000000..132681c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/paperclip-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M12.212 3.02a1.753 1.753 0 0 0-2.478.003l-5.83 5.83a3 3 0 0 0-.88 2.127c0 .795.315 1.551.88 2.116.567.567 1.333.89 2.126.89.79 0 1.548-.321 2.116-.89l5.48-5.48a.75.75 0 0 1 1.061 1.06l-5.48 5.48a4.5 4.5 0 0 1-3.177 1.33c-1.2 0-2.345-.487-3.187-1.33a4.48 4.48 0 0 1-1.32-3.177c0-1.195.475-2.341 1.32-3.186l5.83-5.83a3.25 3.25 0 0 1 5.553 2.297c0 .863-.343 1.691-.953 2.301L7.439 12.39c-.375.377-.884.59-1.416.593a2 2 0 0 1-1.412-.593 1.99 1.99 0 0 1 0-2.828l5.48-5.48a.75.75 0 0 1 1.042.018.75.75 0 0 1 .018 1.042l-5.48 5.48a.49.49 0 0 0 0 .707.5.5 0 0 0 .352.154.5.5 0 0 0 .356-.154l5.833-5.827a1.755 1.755 0 0 0 0-2.481Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/paperclip-24.svg b/mkdocs-material/material/templates/.icons/octicons/paperclip-24.svg new file mode 100644 index 0000000..ad8a552 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/paperclip-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.187 3.588a2.75 2.75 0 0 0-3.889 0L5.575 13.31a4.5 4.5 0 0 0 6.364 6.364l8.662-8.662a.75.75 0 0 1 1.061 1.06L13 20.735a6 6 0 0 1-8.485-8.485l9.723-9.723a4.25 4.25 0 0 1 4.124-1.139 4.25 4.25 0 0 1 3.025 3.025 4.25 4.25 0 0 1-1.139 4.124l-9.193 9.193a2.64 2.64 0 0 1-1.858.779 2.63 2.63 0 0 1-1.854-.779c-.196-.196-.338-.47-.43-.726a2.8 2.8 0 0 1-.168-.946c0-.7.284-1.373.775-1.864l8.132-8.131a.749.749 0 0 1 1.275.326.75.75 0 0 1-.215.734l-8.131 8.132a1.15 1.15 0 0 0-.336.803c.003.204.053.405.146.587q.016.026.02.032c.22.215.501.332.786.332.29 0 .58-.121.798-.34l9.192-9.192a2.75 2.75 0 0 0 0-3.89Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/passkey-fill-16.svg b/mkdocs-material/material/templates/.icons/octicons/passkey-fill-16.svg new file mode 100644 index 0000000..69bf519 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/passkey-fill-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M2.743 4.757a3.757 3.757 0 1 1 5.851 3.119 6 6 0 0 1 2.15 1.383c.17.17.257.405.258.646q.003.897 0 1.795L11 12.778v.721a.5.5 0 0 1-.5.5H1.221a.75.75 0 0 1-.714-.784 6 6 0 0 1 3.899-5.339 3.75 3.75 0 0 1-1.663-3.119"/><path d="M15.75 6.875c0 .874-.448 1.643-1.127 2.09a.27.27 0 0 0-.123.22v.59c0 .067-.026.13-.073.177l-.356.356a.125.125 0 0 0 0 .177l.356.356c.047.047.073.11.073.176v.231c0 .067-.026.13-.073.177l-.356.356a.125.125 0 0 0 0 .177l.356.356c.047.047.073.11.073.177v.287a.25.25 0 0 1-.065.168l-.8.88a.52.52 0 0 1-.77 0l-.8-.88a.25.25 0 0 1-.065-.168V9.185a.26.26 0 0 0-.123-.22 2.5 2.5 0 1 1 3.873-2.09M14 6.5a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/passkey-fill-24.svg b/mkdocs-material/material/templates/.icons/octicons/passkey-fill-24.svg new file mode 100644 index 0000000..b84cba4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/passkey-fill-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.496 2a5.25 5.25 0 0 0-2.519 9.857A9.01 9.01 0 0 0 .5 20.228a.75.75 0 0 0 .728.772h5.257q5.008.002 10.015 0a.5.5 0 0 0 .5-.5v-4.669a.95.95 0 0 0-.171-.551 9.02 9.02 0 0 0-4.814-3.423A5.25 5.25 0 0 0 9.496 2"/><path d="M23.625 10.313c0 1.31-.672 2.464-1.691 3.134a.4.4 0 0 0-.184.33v.886a.37.37 0 0 1-.11.265l-.534.534a.19.19 0 0 0 0 .265l.534.534c.071.07.11.166.11.265v.347a.37.37 0 0 1-.11.265l-.534.534a.19.19 0 0 0 0 .265l.534.534a.37.37 0 0 1 .11.265v.431a.38.38 0 0 1-.097.253l-1.2 1.319a.78.78 0 0 1-1.156 0l-1.2-1.319a.38.38 0 0 1-.097-.253v-5.39a.4.4 0 0 0-.184-.33 3.75 3.75 0 1 1 5.809-3.134M21 9.75a1.125 1.125 0 1 0-2.25 0 1.125 1.125 0 0 0 2.25 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/paste-16.svg b/mkdocs-material/material/templates/.icons/octicons/paste-16.svg new file mode 100644 index 0000000..2f5dba4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/paste-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M3.626 3.533a.25.25 0 0 0-.126.217v9.5c0 .138.112.25.25.25h8.5a.25.25 0 0 0 .25-.25v-9.5a.25.25 0 0 0-.126-.217.75.75 0 0 1 .752-1.298c.541.313.874.89.874 1.515v9.5A1.75 1.75 0 0 1 12.25 15h-8.5A1.75 1.75 0 0 1 2 13.25v-9.5c0-.625.333-1.202.874-1.515a.75.75 0 0 1 .752 1.298M5.75 1h4.5a.75.75 0 0 1 .75.75v3a.75.75 0 0 1-.75.75h-4.5A.75.75 0 0 1 5 4.75v-3A.75.75 0 0 1 5.75 1m.75 3h3V2.5h-3Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/paste-24.svg b/mkdocs-material/material/templates/.icons/octicons/paste-24.svg new file mode 100644 index 0000000..5bfb1e2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/paste-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.962 2.513a.75.75 0 0 1-.475.949l-.816.272a.25.25 0 0 0-.171.237V21.25c0 .138.112.25.25.25h14.5a.25.25 0 0 0 .25-.25V3.97a.25.25 0 0 0-.17-.236l-.817-.272a.75.75 0 0 1 .474-1.424l.816.273A1.75 1.75 0 0 1 21 3.97v17.28A1.75 1.75 0 0 1 19.25 23H4.75A1.75 1.75 0 0 1 3 21.25V3.97a1.75 1.75 0 0 1 1.197-1.66l.816-.272a.75.75 0 0 1 .949.475"/><path d="M7 1.75C7 .784 7.784 0 8.75 0h6.5C16.216 0 17 .784 17 1.75v1.5A1.75 1.75 0 0 1 15.25 5h-6.5A1.75 1.75 0 0 1 7 3.25Zm1.75-.25a.25.25 0 0 0-.25.25v1.5c0 .138.112.25.25.25h6.5a.25.25 0 0 0 .25-.25v-1.5a.25.25 0 0 0-.25-.25Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/pencil-16.svg b/mkdocs-material/material/templates/.icons/octicons/pencil-16.svg new file mode 100644 index 0000000..0bccd5f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/pencil-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M11.013 1.427a1.75 1.75 0 0 1 2.474 0l1.086 1.086a1.75 1.75 0 0 1 0 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 0 1-.927-.928l.929-3.25c.081-.286.235-.547.445-.758l8.61-8.61Zm.176 4.823L9.75 4.81l-6.286 6.287a.25.25 0 0 0-.064.108l-.558 1.953 1.953-.558a.25.25 0 0 0 .108-.064Zm1.238-3.763a.25.25 0 0 0-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 0 0 0-.354Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/pencil-24.svg b/mkdocs-material/material/templates/.icons/octicons/pencil-24.svg new file mode 100644 index 0000000..1f4409b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/pencil-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.263 2.177a1.75 1.75 0 0 1 2.474 0l2.586 2.586a1.75 1.75 0 0 1 0 2.474L19.53 10.03l-.012.013L8.69 20.378a1.75 1.75 0 0 1-.699.409l-5.523 1.68a.75.75 0 0 1-.747-.188.75.75 0 0 1-.188-.747l1.673-5.5a1.75 1.75 0 0 1 .466-.756L14.476 4.963ZM4.708 16.361a.26.26 0 0 0-.067.108l-1.264 4.154 4.177-1.271a.25.25 0 0 0 .1-.059l10.273-9.806-2.94-2.939zM19 8.44l2.263-2.262a.25.25 0 0 0 0-.354l-2.586-2.586a.25.25 0 0 0-.354 0L16.061 5.5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/people-16.svg b/mkdocs-material/material/templates/.icons/octicons/people-16.svg new file mode 100644 index 0000000..0523488 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/people-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M2 5.5a3.5 3.5 0 1 1 5.898 2.549 5.51 5.51 0 0 1 3.034 4.084.75.75 0 1 1-1.482.235 4 4 0 0 0-7.9 0 .75.75 0 0 1-1.482-.236A5.5 5.5 0 0 1 3.102 8.05 3.5 3.5 0 0 1 2 5.5M11 4a3.001 3.001 0 0 1 2.22 5.018 5 5 0 0 1 2.56 3.012.749.749 0 0 1-.885.954.75.75 0 0 1-.549-.514 3.51 3.51 0 0 0-2.522-2.372.75.75 0 0 1-.574-.73v-.352a.75.75 0 0 1 .416-.672A1.5 1.5 0 0 0 11 5.5.75.75 0 0 1 11 4m-5.5-.5a2 2 0 1 0-.001 3.999A2 2 0 0 0 5.5 3.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/people-24.svg b/mkdocs-material/material/templates/.icons/octicons/people-24.svg new file mode 100644 index 0000000..cbab5bf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/people-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.5 8a5.5 5.5 0 1 1 8.596 4.547 9.005 9.005 0 0 1 5.9 8.18.751.751 0 0 1-1.5.045 7.5 7.5 0 0 0-14.993 0 .75.75 0 0 1-1.499-.044 9.005 9.005 0 0 1 5.9-8.181A5.5 5.5 0 0 1 3.5 8M9 4a4 4 0 1 0 0 8 4 4 0 0 0 0-8m8.29 4q-.221 0-.434.03a.75.75 0 1 1-.212-1.484 4.53 4.53 0 0 1 3.38 8.097 6.69 6.69 0 0 1 3.956 6.107.75.75 0 0 1-1.5 0 5.19 5.19 0 0 0-3.696-4.972l-.534-.16v-1.676l.41-.209A3.03 3.03 0 0 0 17.29 8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/person-16.svg b/mkdocs-material/material/templates/.icons/octicons/person-16.svg new file mode 100644 index 0000000..cea47c8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/person-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M10.561 8.073a6 6 0 0 1 3.432 5.142.75.75 0 1 1-1.498.07 4.5 4.5 0 0 0-8.99 0 .75.75 0 0 1-1.498-.07 6 6 0 0 1 3.431-5.142 3.999 3.999 0 1 1 5.123 0M10.5 5a2.5 2.5 0 1 0-5 0 2.5 2.5 0 0 0 5 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/person-24.svg b/mkdocs-material/material/templates/.icons/octicons/person-24.svg new file mode 100644 index 0000000..1ee3b36 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/person-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2.5a5.5 5.5 0 0 1 3.096 10.047 9.005 9.005 0 0 1 5.9 8.181.75.75 0 1 1-1.499.044 7.5 7.5 0 0 0-14.993 0 .75.75 0 0 1-1.5-.045 9.005 9.005 0 0 1 5.9-8.18A5.5 5.5 0 0 1 12 2.5M8 8a4 4 0 1 0 8 0 4 4 0 0 0-8 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/person-add-16.svg b/mkdocs-material/material/templates/.icons/octicons/person-add-16.svg new file mode 100644 index 0000000..b1cfd4d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/person-add-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M7.9 8.548h-.001a5.53 5.53 0 0 1 3.1 4.659.75.75 0 1 1-1.498.086A4.01 4.01 0 0 0 5.5 9.5a4.01 4.01 0 0 0-4.001 3.793.75.75 0 1 1-1.498-.085 5.53 5.53 0 0 1 3.1-4.66 3.5 3.5 0 1 1 4.799 0M13.25 0a.75.75 0 0 1 .75.75V2h1.25a.75.75 0 0 1 0 1.5H14v1.25a.75.75 0 0 1-1.5 0V3.5h-1.25a.75.75 0 0 1 0-1.5h1.25V.75a.75.75 0 0 1 .75-.75M5.5 4a2 2 0 1 0-.001 3.999A2 2 0 0 0 5.5 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/person-add-24.svg b/mkdocs-material/material/templates/.icons/octicons/person-add-24.svg new file mode 100644 index 0000000..d14939a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/person-add-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 9.5a5 5 0 1 1 7.916 4.062 7.97 7.97 0 0 1 5.018 7.166.75.75 0 1 1-1.499.044 6.469 6.469 0 0 0-12.932 0 .75.75 0 0 1-1.499-.044 7.97 7.97 0 0 1 5.059-7.181A5 5 0 0 1 4 9.5M9 6a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7m10.25-5a.75.75 0 0 1 .75.75V4h2.25a.75.75 0 0 1 0 1.5H20v2.25a.75.75 0 0 1-1.5 0V5.5h-2.25a.75.75 0 0 1 0-1.5h2.25V1.75a.75.75 0 0 1 .75-.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/person-fill-16.svg b/mkdocs-material/material/templates/.icons/octicons/person-fill-16.svg new file mode 100644 index 0000000..f406c15 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/person-fill-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M4.243 4.757a3.757 3.757 0 1 1 5.851 3.119 6.01 6.01 0 0 1 3.9 5.339.75.75 0 0 1-.715.784H2.721a.75.75 0 0 1-.714-.784 6.01 6.01 0 0 1 3.9-5.34 3.75 3.75 0 0 1-1.664-3.118"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/person-fill-24.svg b/mkdocs-material/material/templates/.icons/octicons/person-fill-24.svg new file mode 100644 index 0000000..0b7f263 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/person-fill-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2.5a5.25 5.25 0 0 0-2.519 9.857 9.005 9.005 0 0 0-6.477 8.37.75.75 0 0 0 .727.773H20.27a.75.75 0 0 0 .727-.772 9.005 9.005 0 0 0-6.477-8.37A5.25 5.25 0 0 0 12 2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/pin-16.svg b/mkdocs-material/material/templates/.icons/octicons/pin-16.svg new file mode 100644 index 0000000..bd84ad5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/pin-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="m11.294.984 3.722 3.722a1.75 1.75 0 0 1-.504 2.826l-1.327.613a3.09 3.09 0 0 0-1.707 2.084l-.584 2.454c-.317 1.332-1.972 1.8-2.94.832L5.75 11.311 1.78 15.28a.749.749 0 1 1-1.06-1.06l3.969-3.97-2.204-2.204c-.968-.968-.5-2.623.832-2.94l2.454-.584a3.08 3.08 0 0 0 2.084-1.707l.613-1.327a1.75 1.75 0 0 1 2.826-.504M6.283 9.723l2.732 2.731a.25.25 0 0 0 .42-.119l.584-2.454a4.59 4.59 0 0 1 2.537-3.098l1.328-.613a.25.25 0 0 0 .072-.404l-3.722-3.722a.25.25 0 0 0-.404.072l-.613 1.328a4.58 4.58 0 0 1-3.098 2.537l-2.454.584a.25.25 0 0 0-.119.42l2.731 2.732Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/pin-24.svg b/mkdocs-material/material/templates/.icons/octicons/pin-24.svg new file mode 100644 index 0000000..4a52ef5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/pin-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.114 1.553 6.333 6.333a1.75 1.75 0 0 1-.603 2.869l-1.63.633a5.67 5.67 0 0 0-3.395 3.725l-1.131 3.959a1.75 1.75 0 0 1-2.92.757L9 16.061l-5.595 5.594a.749.749 0 1 1-1.06-1.06L7.939 15l-3.768-3.768a1.75 1.75 0 0 1 .757-2.92l3.959-1.131a5.67 5.67 0 0 0 3.725-3.395l.633-1.63a1.75 1.75 0 0 1 2.869-.603M5.232 10.171l8.597 8.597a.25.25 0 0 0 .417-.108l1.131-3.959A7.17 7.17 0 0 1 19.67 9.99l1.63-.634a.25.25 0 0 0 .086-.409l-6.333-6.333a.25.25 0 0 0-.409.086l-.634 1.63a7.17 7.17 0 0 1-4.711 4.293L5.34 9.754a.25.25 0 0 0-.108.417"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/pin-slash-16.svg b/mkdocs-material/material/templates/.icons/octicons/pin-slash-16.svg new file mode 100644 index 0000000..85b1a90 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/pin-slash-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="m1.655.595 13.75 13.75q.22.219.22.53t-.22.53q-.219.22-.53.22t-.53-.22L.595 1.655q-.22-.219-.22-.53t.22-.53q.219-.22.53-.22t.53.22M.72 14.22l4.5-4.5q.219-.22.53-.22t.53.22q.22.219.22.53t-.22.53l-4.5 4.5q-.219.22-.53.22t-.53-.22q-.22-.219-.22-.53t.22-.53"/><path d="m5.424 6.146-1.759.419q-.143.034-.183.175t.064.245l5.469 5.469q.104.104.245.064t.175-.183l.359-1.509q.072-.302.337-.465.264-.163.567-.091t.465.337.09.567l-.359 1.509q-.238.999-1.226 1.278-.988.28-1.714-.446L2.485 8.046q-.726-.726-.446-1.714t1.278-1.226l1.759-.419q.303-.072.567.091.265.163.337.465t-.091.567q-.163.264-.465.336M7.47 3.47q.155-.156.247-.355l.751-1.627Q8.851.659 9.75.498q.899-.16 1.544.486l3.722 3.722q.646.645.486 1.544t-.99 1.282l-1.627.751q-.199.092-.355.247-.219.22-.53.22t-.53-.22q-.22-.219-.22-.53t.22-.53q.344-.345.787-.549l1.627-.751q.118-.055.141-.183t-.069-.221l-3.722-3.722q-.092-.092-.221-.069-.128.023-.183.141l-.751 1.627q-.204.443-.549.787-.219.22-.53.22t-.53-.22T7.25 4t.22-.53"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/pin-slash-24.svg b/mkdocs-material/material/templates/.icons/octicons/pin-slash-24.svg new file mode 100644 index 0000000..3092a29 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/pin-slash-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.345 20.595 8.47 14.47q.219-.22.53-.22t.53.22q.22.219.22.53t-.22.53l-6.125 6.125q-.219.22-.53.22t-.53-.22q-.22-.219-.22-.53t.22-.53"/><path d="m16.72 11.97.358-.358a6.7 6.7 0 0 1 2.326-1.518l1.896-.738a.25.25 0 0 0 .086-.409l-6.333-6.333a.25.25 0 0 0-.409.086l-.521 1.34a8.66 8.66 0 0 1-2.243 3.265.75.75 0 0 1-1.01-1.11 7.1 7.1 0 0 0 1.854-2.699l.521-1.34a1.75 1.75 0 0 1 2.869-.603l6.333 6.333a1.75 1.75 0 0 1-.603 2.869l-1.896.737a5.3 5.3 0 0 0-1.81 1.18l-.358.358a.749.749 0 1 1-1.06-1.06m-12.549-.738a1.75 1.75 0 0 1 .757-2.92l3.366-.962.412 1.443-3.366.961a.25.25 0 0 0-.108.417l8.597 8.597a.25.25 0 0 0 .417-.108l.961-3.366 1.443.412-.962 3.366a1.75 1.75 0 0 1-2.92.757Z"/><path d="m3.405 2.095 18.75 18.75q.22.219.22.53t-.22.53-.53.22-.53-.22L2.345 3.155q-.22-.219-.22-.53t.22-.53q.219-.22.53-.22t.53.22"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/pivot-column-16.svg b/mkdocs-material/material/templates/.icons/octicons/pivot-column-16.svg new file mode 100644 index 0000000..53d68be --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/pivot-column-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M0 1.75C0 .784.784 0 1.75 0h12.5C15.217 0 16 .784 16 1.75v5.5a.75.75 0 0 1-1.5 0V6.5h-8v8h.75a.75.75 0 0 1 0 1.5h-5.5A1.75 1.75 0 0 1 0 14.25ZM1.5 6.5v7.75c0 .138.112.25.25.25H5v-8Zm5-1.5h8V1.75a.25.25 0 0 0-.25-.25H6.5ZM5 5V1.5H1.75a.25.25 0 0 0-.25.25V5Z"/><path d="m11.017 9.89-2.882 2.677a.25.25 0 0 0 0 .366l2.882 2.677a.25.25 0 0 0 .421-.183V13.5H12.5A3.5 3.5 0 0 0 16 10a.75.75 0 0 0-1.5 0 2 2 0 0 1-2 2h-1.062v-1.927a.25.25 0 0 0-.421-.183"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/pivot-column-24.svg b/mkdocs-material/material/templates/.icons/octicons/pivot-column-24.svg new file mode 100644 index 0000000..e7071c7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/pivot-column-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 3.75C2 2.783 2.783 2 3.75 2h16.5c.966 0 1.75.783 1.75 1.75V10a.75.75 0 0 1-1.5 0V8.75H8.75V20.5H10a.75.75 0 0 1 0 1.5H3.75A1.75 1.75 0 0 1 2 20.25Zm6.75-.25v3.75H20.5v-3.5a.25.25 0 0 0-.25-.25Zm-1.5 17V8.75H3.5v11.5c0 .138.112.25.25.25ZM3.5 7.25h3.75V3.5h-3.5a.25.25 0 0 0-.25.25Z"/><path d="M21.25 12.312a.75.75 0 0 1 .75.75v2.626a3.75 3.75 0 0 1-3.75 3.75h-3.502l2.032 2.032a.749.749 0 1 1-1.06 1.06l-3.25-3.25a.75.75 0 0 1 0-1.06l3.25-3.25a.749.749 0 1 1 1.06 1.06l-1.907 1.908h3.377a2.25 2.25 0 0 0 2.25-2.25v-2.626a.75.75 0 0 1 .75-.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/play-16.svg b/mkdocs-material/material/templates/.icons/octicons/play-16.svg new file mode 100644 index 0000000..3bf24e6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/play-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M1.5 8a6.5 6.5 0 1 0 13 0 6.5 6.5 0 0 0-13 0m4.879-2.773 4.264 2.559a.25.25 0 0 1 0 .428l-4.264 2.559A.25.25 0 0 1 6 10.559V5.442a.25.25 0 0 1 .379-.215"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/play-24.svg b/mkdocs-material/material/templates/.icons/octicons/play-24.svg new file mode 100644 index 0000000..d5ba4c1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/play-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 15.584V8.416a.5.5 0 0 1 .77-.42l5.576 3.583a.5.5 0 0 1 0 .842l-5.576 3.584a.5.5 0 0 1-.77-.42Z"/><path d="M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12m11-9.5A9.5 9.5 0 0 0 2.5 12a9.5 9.5 0 0 0 9.5 9.5 9.5 9.5 0 0 0 9.5-9.5A9.5 9.5 0 0 0 12 2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/plug-16.svg b/mkdocs-material/material/templates/.icons/octicons/plug-16.svg new file mode 100644 index 0000000..17f71e1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/plug-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M4 8H2.5a1 1 0 0 0-1 1v5.25a.75.75 0 0 1-1.5 0V9a2.5 2.5 0 0 1 2.5-2.5H4V5.133a1.75 1.75 0 0 1 1.533-1.737l2.831-.353.76-.913c.332-.4.825-.63 1.344-.63h.782c.966 0 1.75.784 1.75 1.75V4h2.25a.75.75 0 0 1 0 1.5H13v4h2.25a.75.75 0 0 1 0 1.5H13v.75a1.75 1.75 0 0 1-1.75 1.75h-.782c-.519 0-1.012-.23-1.344-.63l-.761-.912-2.83-.354A1.75 1.75 0 0 1 4 9.867Zm6.276-4.91-.95 1.14a.75.75 0 0 1-.483.265l-3.124.39a.25.25 0 0 0-.219.248v4.734c0 .126.094.233.219.249l3.124.39a.75.75 0 0 1 .483.264l.95 1.14a.25.25 0 0 0 .192.09h.782a.25.25 0 0 0 .25-.25v-8.5a.25.25 0 0 0-.25-.25h-.782a.25.25 0 0 0-.192.09"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/plug-24.svg b/mkdocs-material/material/templates/.icons/octicons/plug-24.svg new file mode 100644 index 0000000..da28ee0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/plug-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 11.5H2.938c-.794 0-1.438.644-1.438 1.437v8.313a.75.75 0 0 1-1.5 0v-8.312A2.94 2.94 0 0 1 2.937 10H7V6.151c0-.897.678-1.648 1.57-1.74l6.055-.626 1.006-1.174A1.75 1.75 0 0 1 16.96 2h1.29c.966 0 1.75.784 1.75 1.75V6h3.25a.75.75 0 0 1 0 1.5H20V14h3.25a.75.75 0 0 1 0 1.5H20v2.25a1.75 1.75 0 0 1-1.75 1.75h-1.29a1.75 1.75 0 0 1-1.329-.611l-1.006-1.174-6.055-.627A1.75 1.75 0 0 1 7 15.348Zm9.77-7.913zl-1.201 1.4a.75.75 0 0 1-.492.258l-6.353.657a.25.25 0 0 0-.224.249v9.196a.25.25 0 0 0 .224.249l6.353.657c.191.02.368.112.493.258l1.2 1.401a.25.25 0 0 0 .19.087h1.29a.25.25 0 0 0 .25-.25v-14a.25.25 0 0 0-.25-.25h-1.29a.25.25 0 0 0-.19.087"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/plus-16.svg b/mkdocs-material/material/templates/.icons/octicons/plus-16.svg new file mode 100644 index 0000000..8827d60 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/plus-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M7.75 2a.75.75 0 0 1 .75.75V7h4.25a.75.75 0 0 1 0 1.5H8.5v4.25a.75.75 0 0 1-1.5 0V8.5H2.75a.75.75 0 0 1 0-1.5H7V2.75A.75.75 0 0 1 7.75 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/plus-24.svg b/mkdocs-material/material/templates/.icons/octicons/plus-24.svg new file mode 100644 index 0000000..568c4d2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/plus-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.75 4.5a.75.75 0 0 1 .75.75V11h5.75a.75.75 0 0 1 0 1.5H12.5v5.75a.75.75 0 0 1-1.5 0V12.5H5.25a.75.75 0 0 1 0-1.5H11V5.25a.75.75 0 0 1 .75-.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/plus-circle-16.svg b/mkdocs-material/material/templates/.icons/octicons/plus-circle-16.svg new file mode 100644 index 0000000..3cced57 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/plus-circle-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M1.5 8a6.5 6.5 0 1 0 13 0 6.5 6.5 0 0 0-13 0m7.25-3.25v2.5h2.5a.75.75 0 0 1 0 1.5h-2.5v2.5a.75.75 0 0 1-1.5 0v-2.5h-2.5a.75.75 0 0 1 0-1.5h2.5v-2.5a.75.75 0 0 1 1.5 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/plus-circle-24.svg b/mkdocs-material/material/templates/.icons/octicons/plus-circle-24.svg new file mode 100644 index 0000000..89a9e79 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/plus-circle-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.75 7.75a.75.75 0 0 0-1.5 0v3.5h-3.5a.75.75 0 0 0 0 1.5h3.5v3.5a.75.75 0 0 0 1.5 0v-3.5h3.5a.75.75 0 0 0 0-1.5h-3.5z"/><path d="M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1M2.5 12a9.5 9.5 0 0 0 9.5 9.5 9.5 9.5 0 0 0 9.5-9.5A9.5 9.5 0 0 0 12 2.5 9.5 9.5 0 0 0 2.5 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/project-16.svg b/mkdocs-material/material/templates/.icons/octicons/project-16.svg new file mode 100644 index 0000000..9d345b9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/project-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M1.75 0h12.5C15.216 0 16 .784 16 1.75v12.5A1.75 1.75 0 0 1 14.25 16H1.75A1.75 1.75 0 0 1 0 14.25V1.75C0 .784.784 0 1.75 0M1.5 1.75v12.5c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25V1.75a.25.25 0 0 0-.25-.25H1.75a.25.25 0 0 0-.25.25M11.75 3a.75.75 0 0 1 .75.75v7.5a.75.75 0 0 1-1.5 0v-7.5a.75.75 0 0 1 .75-.75m-8.25.75a.75.75 0 0 1 1.5 0v5.5a.75.75 0 0 1-1.5 0ZM8 3a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0v-3.5A.75.75 0 0 1 8 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/project-24.svg b/mkdocs-material/material/templates/.icons/octicons/project-24.svg new file mode 100644 index 0000000..1e7e282 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/project-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.25 6a.75.75 0 0 0-.75.75v7.5a.75.75 0 0 0 1.5 0v-7.5A.75.75 0 0 0 7.25 6M12 6a.75.75 0 0 0-.75.75v4.5a.75.75 0 0 0 1.5 0v-4.5A.75.75 0 0 0 12 6m4 .75a.75.75 0 0 1 1.5 0v9.5a.75.75 0 0 1-1.5 0z"/><path d="M3.75 2h16.5c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0 1 20.25 22H3.75A1.75 1.75 0 0 1 2 20.25V3.75C2 2.784 2.784 2 3.75 2M3.5 3.75v16.5c0 .138.112.25.25.25h16.5a.25.25 0 0 0 .25-.25V3.75a.25.25 0 0 0-.25-.25H3.75a.25.25 0 0 0-.25.25"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/project-roadmap-16.svg b/mkdocs-material/material/templates/.icons/octicons/project-roadmap-16.svg new file mode 100644 index 0000000..e3a9a45 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/project-roadmap-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M4.75 7a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5zM5 4.75A.75.75 0 0 1 5.75 4h5.5a.75.75 0 0 1 0 1.5h-5.5A.75.75 0 0 1 5 4.75M6.75 10a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5z"/><path d="M0 1.75C0 .784.784 0 1.75 0h12.5C15.216 0 16 .784 16 1.75v12.5A1.75 1.75 0 0 1 14.25 16H1.75A1.75 1.75 0 0 1 0 14.25Zm1.75-.25a.25.25 0 0 0-.25.25v12.5c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25V1.75a.25.25 0 0 0-.25-.25Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/project-roadmap-24.svg b/mkdocs-material/material/templates/.icons/octicons/project-roadmap-24.svg new file mode 100644 index 0000000..275f041 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/project-roadmap-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.75 7a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zM7 11.75a.75.75 0 0 1 .75-.75h6.5a.75.75 0 0 1 0 1.5h-6.5a.75.75 0 0 1-.75-.75M9.75 15a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5z"/><path d="M2 3.75C2 2.784 2.784 2 3.75 2h16.5c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0 1 20.25 22H3.75A1.75 1.75 0 0 1 2 20.25Zm1.75-.25a.25.25 0 0 0-.25.25v16.5c0 .138.112.25.25.25h16.5a.25.25 0 0 0 .25-.25V3.75a.25.25 0 0 0-.25-.25Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/project-symlink-16.svg b/mkdocs-material/material/templates/.icons/octicons/project-symlink-16.svg new file mode 100644 index 0000000..3167361 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/project-symlink-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M0 1.75C0 .784.784 0 1.75 0h12.5C15.216 0 16 .784 16 1.75v12.5A1.75 1.75 0 0 1 14.25 16h-8.5a.75.75 0 0 1 0-1.5h8.5a.25.25 0 0 0 .25-.25V6.5h-13v1.75a.75.75 0 0 1-1.5 0ZM6.5 5h8V1.75a.25.25 0 0 0-.25-.25H6.5Zm-5 0H5V1.5H1.75a.25.25 0 0 0-.25.25Z"/><path d="M1.5 13.737a2.25 2.25 0 0 1 2.262-2.25L4 11.49v1.938c0 .218.26.331.42.183l2.883-2.677a.25.25 0 0 0 0-.366L4.42 7.89a.25.25 0 0 0-.42.183V9.99l-.23-.001A3.75 3.75 0 0 0 0 13.738v1.012a.75.75 0 0 0 1.5 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/project-symlink-24.svg b/mkdocs-material/material/templates/.icons/octicons/project-symlink-24.svg new file mode 100644 index 0000000..3253b33 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/project-symlink-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 3.75C2 2.784 2.784 2 3.75 2h16.5c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0 1 20.25 22H9.75a.75.75 0 0 1 0-1.5h10.5a.25.25 0 0 0 .25-.25V9h-17v3A.75.75 0 0 1 2 12ZM9 7.5h11.5V3.75a.25.25 0 0 0-.25-.25H9Zm-5.5 0h4v-4H3.75a.25.25 0 0 0-.25.25Z"/><path d="m9.308 14.5-2.104-2.236a.75.75 0 1 1 1.092-1.028l3.294 3.5a.75.75 0 0 1 0 1.028l-3.294 3.5a.75.75 0 1 1-1.092-1.028L9.308 16H6.09a2.59 2.59 0 0 0-2.59 2.59v2.66a.75.75 0 0 1-1.5 0v-2.66a4.09 4.09 0 0 1 4.09-4.09z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/project-template-16.svg b/mkdocs-material/material/templates/.icons/octicons/project-template-16.svg new file mode 100644 index 0000000..ca85693 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/project-template-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M1.5 1.75v1.562a.75.75 0 1 1-1.5 0V1.75C0 .784.784 0 1.75 0h1.562a.75.75 0 1 1 0 1.5H1.75a.25.25 0 0 0-.25.25M6.438 0h3.124a.75.75 0 1 1 0 1.5H6.438a.75.75 0 1 1 0-1.5m6.25 0h1.562C15.217 0 16 .784 16 1.75v1.562a.75.75 0 1 1-1.5 0V1.75a.25.25 0 0 0-.25-.25h-1.562a.75.75 0 1 1 0-1.5M1.5 6.438v3.124a.75.75 0 1 1-1.5 0V6.438a.75.75 0 1 1 1.5 0m14.5 0v3.124a.75.75 0 1 1-1.5 0V6.438a.75.75 0 1 1 1.5 0m-14.5 6.25v1.562c0 .138.112.25.25.25h1.562a.75.75 0 1 1 0 1.5H1.75A1.75 1.75 0 0 1 0 14.25v-1.562a.75.75 0 1 1 1.5 0m14.5 0v1.562A1.75 1.75 0 0 1 14.25 16h-1.562a.75.75 0 1 1 0-1.5h1.562a.25.25 0 0 0 .25-.25v-1.562a.75.75 0 1 1 1.5 0M6.438 14.5h3.124a.75.75 0 1 1 0 1.5H6.438a.75.75 0 1 1 0-1.5M6.5 3v1A.75.75 0 0 1 5 4V3a.75.75 0 0 1 1.5 0M2.25 5.75A.75.75 0 0 1 3 5h1a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.75-.75m4.5 0A.75.75 0 0 1 7.5 5h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75m-1 1a.75.75 0 0 1 .75.75v1a.75.75 0 0 1-1.5 0v-1a.75.75 0 0 1 .75-.75m.75 4v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0m3.5-5a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/project-template-24.svg b/mkdocs-material/material/templates/.icons/octicons/project-template-24.svg new file mode 100644 index 0000000..2dd840f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/project-template-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.75 3.5a.25.25 0 0 0-.25.25v2.062a.75.75 0 1 1-1.5 0V3.75C2 2.783 2.783 2 3.75 2h2.062a.75.75 0 1 1 0 1.5Zm13.688-.75a.75.75 0 0 1 .75-.75h2.062c.966 0 1.75.783 1.75 1.75v2.062a.75.75 0 1 1-1.5 0V3.75a.25.25 0 0 0-.25-.25h-2.062a.75.75 0 0 1-.75-.75M2.75 17.438a.75.75 0 0 1 .75.75v2.062c0 .138.112.25.25.25h2.062a.75.75 0 1 1 0 1.5H3.75A1.75 1.75 0 0 1 2 20.25v-2.062a.75.75 0 0 1 .75-.75m18.5 0a.75.75 0 0 1 .75.75v2.062A1.75 1.75 0 0 1 20.25 22h-2.062a.75.75 0 1 1 0-1.5h2.062a.25.25 0 0 0 .25-.25v-2.062a.75.75 0 0 1 .75-.75m-18.5-8.25a.75.75 0 0 1 .75.75v4.124a.75.75 0 1 1-1.5 0V9.938a.75.75 0 0 1 .75-.75M9.188 2.75a.75.75 0 0 1 .75-.75h4.124a.75.75 0 1 1 0 1.5H9.938a.75.75 0 0 1-.75-.75m0 18.5a.75.75 0 0 1 .75-.75h4.124a.75.75 0 1 1 0 1.5H9.938a.75.75 0 0 1-.75-.75M21.25 9.188a.75.75 0 0 1 .75.75v4.124a.75.75 0 1 1-1.5 0V9.938a.75.75 0 0 1 .75-.75M3.75 8.25a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1-.75-.75m5.5 0A.75.75 0 0 1 10 7.5h2A.75.75 0 0 1 12 9h-2a.75.75 0 0 1-.75-.75m-1-4.5A.75.75 0 0 1 9 4.5v2a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 1 .75-.75m0 5.5A.75.75 0 0 1 9 10v2a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 1 .75-.75m0 4.75a.75.75 0 0 1 .75.75v4a.75.75 0 0 1-1.5 0v-4a.75.75 0 0 1 .75-.75M14 8.25a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1-.75-.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/pulse-16.svg b/mkdocs-material/material/templates/.icons/octicons/pulse-16.svg new file mode 100644 index 0000000..81648f6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/pulse-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M6 2c.306 0 .582.187.696.471L10 10.731l1.304-3.26A.75.75 0 0 1 12 7h3.25a.75.75 0 0 1 0 1.5h-2.742l-1.812 4.528a.751.751 0 0 1-1.392 0L6 4.77 4.696 8.03A.75.75 0 0 1 4 8.5H.75a.75.75 0 0 1 0-1.5h2.742l1.812-4.529A.75.75 0 0 1 6 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/pulse-24.svg b/mkdocs-material/material/templates/.icons/octicons/pulse-24.svg new file mode 100644 index 0000000..d6edf85 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/pulse-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.002 2.5a.75.75 0 0 1 .691.464l6.302 15.305 2.56-6.301a.75.75 0 0 1 .695-.468h4a.75.75 0 0 1 0 1.5h-3.495l-3.06 7.532a.75.75 0 0 1-1.389.004L8.997 5.21l-3.054 7.329A.75.75 0 0 1 5.25 13H.75a.75.75 0 0 1 0-1.5h4l3.558-8.538a.75.75 0 0 1 .694-.462"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/question-16.svg b/mkdocs-material/material/templates/.icons/octicons/question-16.svg new file mode 100644 index 0000000..9e4e0da --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/question-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8m8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13M6.92 6.085h.001a.749.749 0 1 1-1.342-.67c.169-.339.436-.701.849-.977C6.845 4.16 7.369 4 8 4a2.76 2.76 0 0 1 1.637.525c.503.377.863.965.863 1.725 0 .448-.115.83-.329 1.15-.205.307-.47.513-.692.662-.109.072-.22.138-.313.195l-.006.004a6 6 0 0 0-.26.16 1 1 0 0 0-.276.245.75.75 0 0 1-1.248-.832c.184-.264.42-.489.692-.661q.154-.1.313-.195l.007-.004c.1-.061.182-.11.258-.161a1 1 0 0 0 .277-.245C8.96 6.514 9 6.427 9 6.25a.61.61 0 0 0-.262-.525A1.27 1.27 0 0 0 8 5.5c-.369 0-.595.09-.74.187a1 1 0 0 0-.34.398M9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/question-24.svg b/mkdocs-material/material/templates/.icons/octicons/question-24.svg new file mode 100644 index 0000000..a9ee3d6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/question-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.97 8.265a1.45 1.45 0 0 0-.487.57.75.75 0 0 1-1.341-.67c.2-.402.513-.826.997-1.148C10.627 6.69 11.244 6.5 12 6.5c.658 0 1.369.195 1.934.619a2.45 2.45 0 0 1 1.004 2.006c0 1.033-.513 1.72-1.027 2.215-.19.183-.399.358-.579.508l-.147.123a4 4 0 0 0-.435.409v1.37a.75.75 0 1 1-1.5 0v-1.473c0-.237.067-.504.247-.736.22-.28.486-.517.718-.714l.183-.153.001-.001c.172-.143.324-.27.47-.412.368-.355.569-.676.569-1.136a.95.95 0 0 0-.404-.806C12.766 8.118 12.384 8 12 8c-.494 0-.814.121-1.03.265M13 17a1 1 0 1 1-2 0 1 1 0 0 1 2 0"/><path d="M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1M2.5 12a9.5 9.5 0 0 0 9.5 9.5 9.5 9.5 0 0 0 9.5-9.5A9.5 9.5 0 0 0 12 2.5 9.5 9.5 0 0 0 2.5 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/quote-16.svg b/mkdocs-material/material/templates/.icons/octicons/quote-16.svg new file mode 100644 index 0000000..05afab0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/quote-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M1.75 2.5h10.5a.75.75 0 0 1 0 1.5H1.75a.75.75 0 0 1 0-1.5m4 5h8.5a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1 0-1.5m0 5h8.5a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1 0-1.5M2.5 7.75v6a.75.75 0 0 1-1.5 0v-6a.75.75 0 0 1 1.5 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/quote-24.svg b/mkdocs-material/material/templates/.icons/octicons/quote-24.svg new file mode 100644 index 0000000..f2d2927 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/quote-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 6.25a.75.75 0 0 1 .75-.75h13.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 6.25m5 6.063a.75.75 0 0 1 .75-.75h11.5a.75.75 0 0 1 0 1.5H8.75a.75.75 0 0 1-.75-.75m0 5.937a.75.75 0 0 1 .75-.75h11.5a.75.75 0 0 1 0 1.5H8.75a.75.75 0 0 1-.75-.75M3.75 11a.75.75 0 0 1 .75.75v7a.75.75 0 0 1-1.5 0v-7a.75.75 0 0 1 .75-.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/read-16.svg b/mkdocs-material/material/templates/.icons/octicons/read-16.svg new file mode 100644 index 0000000..c961eed --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/read-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M7.115.65a1.75 1.75 0 0 1 1.77 0l6.25 3.663c.536.314.865.889.865 1.51v6.427A1.75 1.75 0 0 1 14.25 14H1.75A1.75 1.75 0 0 1 0 12.25V5.823c0-.621.33-1.196.865-1.51Zm1.011 1.293a.25.25 0 0 0-.252 0l-5.72 3.353L6.468 7.76a2.75 2.75 0 0 1 3.066 0l4.312-2.464zM13.15 12.5 8.772 9.06a1.25 1.25 0 0 0-1.544 0L2.85 12.5Zm1.35-5.85-3.687 2.106 3.687 2.897ZM5.187 8.756 1.5 6.65v5.003Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/read-24.svg b/mkdocs-material/material/templates/.icons/octicons/read-24.svg new file mode 100644 index 0000000..0ba282d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/read-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.89 1.767a2.25 2.25 0 0 1 2.22 0l9.75 5.525A2.25 2.25 0 0 1 24 9.249v9.501A2.25 2.25 0 0 1 21.75 21H2.25A2.25 2.25 0 0 1 0 18.75v-9.5c0-.81.435-1.558 1.14-1.958Zm1.48 1.305a.75.75 0 0 0-.74 0l-9.316 5.28 7.41 4.233a3.75 3.75 0 0 1 4.553 0l7.41-4.234zM20.65 19.5l-7.26-5.704a2.25 2.25 0 0 0-2.78 0L3.35 19.5Zm1.85-9.886-6.95 3.971 6.663 5.236q.135.107.21.26a.75.75 0 0 0 .077-.331ZM8.45 13.585 1.5 9.614v9.136q.002.18.076.33a.74.74 0 0 1 .21-.259Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/redo-16.svg b/mkdocs-material/material/templates/.icons/octicons/redo-16.svg new file mode 100644 index 0000000..b53cc2d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/redo-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M14.78 6.28a.75.75 0 0 0 0-1.06l-3.5-3.5a.749.749 0 1 0-1.06 1.06L12.439 5H5.251l-.001.007L5.251 5a1 1 0 0 0-.171.019A4.501 4.501 0 0 0 5.5 14h1.704a.75.75 0 0 0 0-1.5H5.5a3 3 0 1 1 0-6h6.939L10.22 8.72a.749.749 0 1 0 1.06 1.06z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/redo-24.svg b/mkdocs-material/material/templates/.icons/octicons/redo-24.svg new file mode 100644 index 0000000..c9dd5c3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/redo-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.72 2.22a.75.75 0 0 1 1.06 0l6.25 6.25a.75.75 0 0 1 0 1.06l-6.25 6.25a.75.75 0 1 1-1.06-1.06l4.97-4.97H8.25c-.797 0-2.008.245-3 .959-.952.686-1.75 1.835-1.75 3.791s.798 3.105 1.75 3.791c.992.714 2.203.959 3 .959h3a.75.75 0 0 1 0 1.5h-3c-1.037 0-2.575-.305-3.876-1.241C3.035 18.545 2 16.944 2 14.5s1.035-4.045 2.374-5.009C5.675 8.555 7.214 8.25 8.25 8.25h11.44l-4.97-4.97a.75.75 0 0 1 0-1.06"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/rel-file-path-16.svg b/mkdocs-material/material/templates/.icons/octicons/rel-file-path-16.svg new file mode 100644 index 0000000..e0cdb19 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/rel-file-path-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M13.94 3.045a.75.75 0 0 0-1.38-.59l-4.5 10.5a.75.75 0 1 0 1.38.59zM5 11.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/rel-file-path-24.svg b/mkdocs-material/material/templates/.icons/octicons/rel-file-path-24.svg new file mode 100644 index 0000000..6924e68 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/rel-file-path-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.564 4.42a.75.75 0 0 0-1.378-.59l-6.75 15.75a.75.75 0 0 0 1.378.59zM7 18.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/reply-16.svg b/mkdocs-material/material/templates/.icons/octicons/reply-16.svg new file mode 100644 index 0000000..9c85956 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/reply-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M6.78 1.97a.75.75 0 0 1 0 1.06L3.81 6h6.44A4.75 4.75 0 0 1 15 10.75v2.5a.75.75 0 0 1-1.5 0v-2.5a3.25 3.25 0 0 0-3.25-3.25H3.81l2.97 2.97a.749.749 0 0 1-.326 1.275.75.75 0 0 1-.734-.215L1.47 7.28a.75.75 0 0 1 0-1.06l4.25-4.25a.75.75 0 0 1 1.06 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/reply-24.svg b/mkdocs-material/material/templates/.icons/octicons/reply-24.svg new file mode 100644 index 0000000..4a72bde --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/reply-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.53 5.03a.75.75 0 1 0-1.06-1.06l-6.25 6.25a.75.75 0 0 0 0 1.06l6.25 6.25a.75.75 0 1 0 1.06-1.06L5.56 11.5H17a3.25 3.25 0 0 1 3.25 3.248v4.502a.75.75 0 0 0 1.5 0v-4.502A4.75 4.75 0 0 0 17 10H5.56z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/repo-16.svg b/mkdocs-material/material/templates/.icons/octicons/repo-16.svg new file mode 100644 index 0000000..3f53b4f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/repo-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M2 2.5A2.5 2.5 0 0 1 4.5 0h8.75a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h1.75v-2h-8a1 1 0 0 0-.714 1.7.75.75 0 1 1-1.072 1.05A2.5 2.5 0 0 1 2 11.5Zm10.5-1h-8a1 1 0 0 0-1 1v6.708A2.5 2.5 0 0 1 4.5 9h8ZM5 12.25a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v3.25a.25.25 0 0 1-.4.2l-1.45-1.087a.25.25 0 0 0-.3 0L5.4 15.7a.25.25 0 0 1-.4-.2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/repo-24.svg b/mkdocs-material/material/templates/.icons/octicons/repo-24.svg new file mode 100644 index 0000000..ff5dafd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/repo-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 2.75A2.75 2.75 0 0 1 5.75 0h14.5a.75.75 0 0 1 .75.75v20.5a.75.75 0 0 1-.75.75h-6a.75.75 0 0 1 0-1.5h5.25v-4H6A1.5 1.5 0 0 0 4.5 18v.75c0 .716.43 1.334 1.05 1.605a.75.75 0 0 1-.6 1.374A3.25 3.25 0 0 1 3 18.75ZM19.5 1.5H5.75c-.69 0-1.25.56-1.25 1.25v12.651A3 3 0 0 1 6 15h13.5Z"/><path d="M7 18.25a.25.25 0 0 1 .25-.25h5a.25.25 0 0 1 .25.25v5.01a.25.25 0 0 1-.397.201l-2.206-1.604a.25.25 0 0 0-.294 0L7.397 23.46a.25.25 0 0 1-.397-.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/repo-clone-16.svg b/mkdocs-material/material/templates/.icons/octicons/repo-clone-16.svg new file mode 100644 index 0000000..44493e9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/repo-clone-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M3.5 0A2.5 2.5 0 0 0 1 2.5v9A2.5 2.5 0 0 0 3.5 14h2.75a.75.75 0 0 0 0-1.5H3.5a1 1 0 0 1 0-2h2.75a.75.75 0 0 0 0-1.5H3.5c-.356 0-.694.074-1 .208V2.5a1 1 0 0 1 1-1h8v2.75a.75.75 0 0 0 1.5 0V.75a.75.75 0 0 0-.75-.75z"/><path d="M8 8.058C8 7.023 8.75 6 9.887 6h5.363a.75.75 0 0 1 .75.75v8.5a.75.75 0 0 1-.75.75h-5A2.25 2.25 0 0 1 8 13.75Zm6.5 3.442v-4H9.887c-.07 0-.156.031-.238.125a.66.66 0 0 0-.149.433v3.57q.354-.126.75-.128Zm-5 2.25c0 .414.336.75.75.75h4.25V13h-4.25a.75.75 0 0 0-.75.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/repo-clone-24.svg b/mkdocs-material/material/templates/.icons/octicons/repo-clone-24.svg new file mode 100644 index 0000000..d9da379 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/repo-clone-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.375.375a2.5 2.5 0 0 0-2.5 2.5v15.25a2.5 2.5 0 0 0 2.5 2.5h5.187a.75.75 0 1 0 0-1.5H4.375a1 1 0 0 1-1-1v-1.75a1 1 0 0 1 1-1h5.687a.75.75 0 1 0 0-1.5H4.375c-.356 0-.694.074-1 .208V2.875a1 1 0 0 1 1-1h13.25v5.25a.75.75 0 0 0 1.5 0v-6a.75.75 0 0 0-.75-.75z"/><path d="M12.375 12.087c0-1.396 1.005-2.712 2.456-2.712h8.044a.75.75 0 0 1 .75.75v12.75a.75.75 0 0 1-.75.75h-7.5a3 3 0 0 1-3-3Zm9.75 5.538v-6.75h-7.294c-.433 0-.956.441-.956 1.212v5.939a3 3 0 0 1 1.5-.401Zm-8.25 3a1.5 1.5 0 0 0 1.5 1.5h6.75v-3h-6.75a1.5 1.5 0 0 0-1.5 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/repo-delete-24.svg b/mkdocs-material/material/templates/.icons/octicons/repo-delete-24.svg new file mode 100644 index 0000000..33334a5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/repo-delete-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.75 0A2.75 2.75 0 0 0 2 2.75v16.5A2.75 2.75 0 0 0 4.75 22h8a.75.75 0 0 0 0-1.5h-8c-.69 0-1.25-.56-1.25-1.25V18A1.5 1.5 0 0 1 5 16.5h7.75a.75.75 0 0 0 0-1.5H5c-.546 0-1.059.146-1.5.401V2.75c0-.69.56-1.25 1.25-1.25H18.5v12.25a.75.75 0 0 0 1.5 0v-13a.75.75 0 0 0-.75-.75z"/><path d="M15.22 16.22a.75.75 0 0 1 1.06 0L19 18.94l2.72-2.72a.75.75 0 1 1 1.06 1.06L20.06 20l2.72 2.72a.75.75 0 1 1-1.06 1.06L19 21.06l-2.72 2.72a.75.75 0 1 1-1.06-1.06L17.94 20l-2.72-2.72a.75.75 0 0 1 0-1.06"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/repo-deleted-16.svg b/mkdocs-material/material/templates/.icons/octicons/repo-deleted-16.svg new file mode 100644 index 0000000..c2fb0d6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/repo-deleted-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M1 2.5A2.5 2.5 0 0 1 3.5 0h8.75a.75.75 0 0 1 .75.75v7.5a.75.75 0 0 1-1.5 0V1.5h-8a1 1 0 0 0-1 1v6.708A2.5 2.5 0 0 1 3.5 9h4.75a.75.75 0 0 1 0 1.5H3.5a1 1 0 1 0 0 2h4.75a.75.75 0 0 1 0 1.5H3.5A2.5 2.5 0 0 1 1 11.5z"/><path d="M11.28 10.22a.75.75 0 1 0-1.06 1.06L11.94 13l-1.72 1.72a.75.75 0 1 0 1.06 1.06L13 14.06l1.72 1.72a.75.75 0 1 0 1.06-1.06L14.06 13l1.72-1.72a.75.75 0 1 0-1.06-1.06L13 11.94z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/repo-forked-16.svg b/mkdocs-material/material/templates/.icons/octicons/repo-forked-16.svg new file mode 100644 index 0000000..84adafe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/repo-forked-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M5 5.372v.878c0 .414.336.75.75.75h4.5a.75.75 0 0 0 .75-.75v-.878a2.25 2.25 0 1 1 1.5 0v.878a2.25 2.25 0 0 1-2.25 2.25h-1.5v2.128a2.251 2.251 0 1 1-1.5 0V8.5h-1.5A2.25 2.25 0 0 1 3.5 6.25v-.878a2.25 2.25 0 1 1 1.5 0M5 3.25a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0m6.75.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5m-3 8.75a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/repo-forked-24.svg b/mkdocs-material/material/templates/.icons/octicons/repo-forked-24.svg new file mode 100644 index 0000000..a4b5ec4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/repo-forked-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.75 19.25a3.25 3.25 0 1 1 6.5 0 3.25 3.25 0 0 1-6.5 0M15 4.75a3.25 3.25 0 1 1 6.5 0 3.25 3.25 0 0 1-6.5 0m-12.5 0a3.25 3.25 0 1 1 6.5 0 3.25 3.25 0 0 1-6.5 0M5.75 6.5a1.75 1.75 0 1 0-.001-3.501A1.75 1.75 0 0 0 5.75 6.5M12 21a1.75 1.75 0 1 0-.001-3.501A1.75 1.75 0 0 0 12 21m6.25-14.5a1.75 1.75 0 1 0-.001-3.501A1.75 1.75 0 0 0 18.25 6.5"/><path d="M6.5 7.75v1A2.25 2.25 0 0 0 8.75 11h6.5a2.25 2.25 0 0 0 2.25-2.25v-1H19v1a3.75 3.75 0 0 1-3.75 3.75h-6.5A3.75 3.75 0 0 1 5 8.75v-1Z"/><path d="M11.25 16.25v-5h1.5v5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/repo-locked-16.svg b/mkdocs-material/material/templates/.icons/octicons/repo-locked-16.svg new file mode 100644 index 0000000..0147f6b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/repo-locked-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M1 2.5A2.5 2.5 0 0 1 3.5 0h8.75a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0V1.5h-8a1 1 0 0 0-1 1v6.708A2.5 2.5 0 0 1 3.5 9h2.75a.75.75 0 0 1 0 1.5H3.5a1 1 0 1 0 0 2h2.75a.75.75 0 0 1 0 1.5H3.5A2.5 2.5 0 0 1 1 11.5z"/><path d="M9 10.168V9a3 3 0 1 1 6 0v1.168c.591.281 1 .884 1 1.582v2.5A1.75 1.75 0 0 1 14.25 16h-4.5A1.75 1.75 0 0 1 8 14.25v-2.5c0-.698.409-1.3 1-1.582M13.5 10V9a1.5 1.5 0 0 0-3 0v1Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/repo-locked-24.svg b/mkdocs-material/material/templates/.icons/octicons/repo-locked-24.svg new file mode 100644 index 0000000..b6b6145 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/repo-locked-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 2.75A2.75 2.75 0 0 1 4.75 0h14.5a.75.75 0 0 1 .75.75v8a.75.75 0 0 1-1.5 0V1.5H4.75c-.69 0-1.25.56-1.25 1.25v12.651A3 3 0 0 1 5 15h6.25a.75.75 0 0 1 0 1.5H5A1.5 1.5 0 0 0 3.5 18v1.25c0 .69.56 1.25 1.25 1.25h6a.75.75 0 0 1 0 1.5h-6A2.75 2.75 0 0 1 2 19.25z"/><path d="M15 14.5a3.5 3.5 0 1 1 7 0V16h.25c.966 0 1.75.784 1.75 1.75v4.5A1.75 1.75 0 0 1 22.25 24h-7.5A1.75 1.75 0 0 1 13 22.25v-4.5c0-.966.784-1.75 1.75-1.75H15Zm3.5-2a2 2 0 0 0-2 2V16h4v-1.5a2 2 0 0 0-2-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/repo-pull-16.svg b/mkdocs-material/material/templates/.icons/octicons/repo-pull-16.svg new file mode 100644 index 0000000..2c17480 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/repo-pull-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M1 2.5A2.5 2.5 0 0 1 3.5 0h8.75a.75.75 0 0 1 .75.75V6a.75.75 0 0 1-1.5 0V1.5h-8a1 1 0 0 0-1 1v6.708A2.5 2.5 0 0 1 3.5 9h3a.75.75 0 0 1 0 1.5h-3a1 1 0 0 0 0 2h3a.75.75 0 0 1 0 1.5h-3A2.5 2.5 0 0 1 1 11.5z"/><path d="M12.21 13.479a.75.75 0 1 0 1.061 1.061l2.504-2.505a.75.75 0 0 0 0-1.061L13.271 8.47a.75.75 0 0 0-1.061 1.06l1.224 1.225H8.75a.75.75 0 1 0 0 1.5h4.685z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/repo-pull-24.svg b/mkdocs-material/material/templates/.icons/octicons/repo-pull-24.svg new file mode 100644 index 0000000..b8634da --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/repo-pull-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.875 2.875a2.5 2.5 0 0 1 2.5-2.5h14a.75.75 0 0 1 .75.75v9.125a.75.75 0 0 1-1.5 0V1.875H4.375a1 1 0 0 0-1 1v11.208a2.5 2.5 0 0 1 1-.208h5.937a.75.75 0 1 1 0 1.5H4.375a1 1 0 0 0-1 1v1.75a1 1 0 0 0 1 1h6a.75.75 0 0 1 0 1.5h-6a2.5 2.5 0 0 1-2.5-2.5z"/><path d="M18.643 20.484a.749.749 0 1 0 1.061 1.06l3.757-3.757a.75.75 0 0 0 0-1.06l-3.757-3.757a.75.75 0 0 0-1.061 1.06l2.476 2.477H13a.75.75 0 0 0 0 1.5h8.12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/repo-push-16.svg b/mkdocs-material/material/templates/.icons/octicons/repo-push-16.svg new file mode 100644 index 0000000..b174115 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/repo-push-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M1 2.5A2.5 2.5 0 0 1 3.5 0h8.75a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0V1.5h-8a1 1 0 0 0-1 1v6.708A2.5 2.5 0 0 1 3.5 9h3.25a.75.75 0 0 1 0 1.5H3.5a1 1 0 0 0 0 2h5.75a.75.75 0 0 1 0 1.5H3.5A2.5 2.5 0 0 1 1 11.5Zm13.23 7.79zl-1.224-1.224v6.184a.75.75 0 0 1-1.5 0V9.066L10.28 10.29a.75.75 0 0 1-1.06-1.061l2.505-2.504a.75.75 0 0 1 1.06 0L15.29 9.23a.75.75 0 0 1-.018 1.042.75.75 0 0 1-1.042.018"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/repo-push-24.svg b/mkdocs-material/material/templates/.icons/octicons/repo-push-24.svg new file mode 100644 index 0000000..345e9b5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/repo-push-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.75 0A2.75 2.75 0 0 0 2 2.75v16.5A2.75 2.75 0 0 0 4.75 22h11a.75.75 0 0 0 0-1.5h-11c-.69 0-1.25-.56-1.25-1.25V18A1.5 1.5 0 0 1 5 16.5h7.25a.75.75 0 0 0 0-1.5H5c-.546 0-1.059.146-1.5.401V2.75c0-.69.56-1.25 1.25-1.25H18.5v7a.75.75 0 0 0 1.5 0V.75a.75.75 0 0 0-.75-.75z"/><path d="m20 13.903 2.202 2.359a.75.75 0 0 0 1.096-1.024l-3.5-3.75a.75.75 0 0 0-1.096 0l-3.5 3.75a.75.75 0 1 0 1.096 1.024l2.202-2.36v9.348a.75.75 0 0 0 1.5 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/repo-template-16.svg b/mkdocs-material/material/templates/.icons/octicons/repo-template-16.svg new file mode 100644 index 0000000..ea7213c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/repo-template-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M13.25 8a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h1.75v-2h-.75a.75.75 0 0 1 0-1.5h.75v-.25a.75.75 0 0 1 .75-.75M5 12.25a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v3.25a.25.25 0 0 1-.4.2l-1.45-1.087a.25.25 0 0 0-.3 0L5.4 15.7a.25.25 0 0 1-.4-.2ZM2.75 8a.75.75 0 0 1 .75.75v.268Q3.624 9 3.75 9h.5a.75.75 0 0 1 0 1.5h-.5a.25.25 0 0 0-.25.25v.75c0 .28.114.532.3.714a.75.75 0 1 1-1.05 1.072A2.5 2.5 0 0 1 2 11.5V8.75A.75.75 0 0 1 2.75 8M11 .75a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0V1.5h-.75A.75.75 0 0 1 11 .75m-5 0A.75.75 0 0 1 6.75 0h2.5a.75.75 0 0 1 0 1.5h-2.5A.75.75 0 0 1 6 .75m0 9A.75.75 0 0 1 6.75 9h2.5a.75.75 0 0 1 0 1.5h-2.5A.75.75 0 0 1 6 9.75M4.992.662a.75.75 0 0 1-.636.848c-.436.063-.783.41-.846.846a.751.751 0 0 1-1.485-.212A2.5 2.5 0 0 1 4.144.025a.75.75 0 0 1 .848.637M2.75 4a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0v-1.5A.75.75 0 0 1 2.75 4m10.5 0a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0v-1.5a.75.75 0 0 1 .75-.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/repo-template-24.svg b/mkdocs-material/material/templates/.icons/octicons/repo-template-24.svg new file mode 100644 index 0000000..410b36a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/repo-template-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.75 0A2.75 2.75 0 0 0 3 2.75v1a.75.75 0 0 0 1.5 0v-1c0-.69.56-1.25 1.25-1.25h1a.75.75 0 0 0 0-1.5zm4 0a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5zm7.5 0a.75.75 0 0 0 0 1.5h2.25v2.25a.75.75 0 0 0 1.5 0v-3a.75.75 0 0 0-.75-.75zM4.5 6.5a.75.75 0 0 0-1.5 0v3.75a.75.75 0 0 0 1.5 0zm16.5 0a.75.75 0 0 0-1.5 0v3.75a.75.75 0 0 0 1.5 0zM4.5 13.25a.75.75 0 0 0-1.5 0v5.5a3.25 3.25 0 0 0 1.95 2.98.75.75 0 1 0 .6-1.375A1.75 1.75 0 0 1 4.5 18.75V18A1.5 1.5 0 0 1 6 16.5h.75a.75.75 0 0 0 0-1.5H6c-.546 0-1.059.146-1.5.401zm16.5 0a.75.75 0 0 0-1.5 0V15h-2.25a.75.75 0 0 0 0 1.5h2.25v4h-5.25a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 .75-.75zM9.75 15a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5zm-2.353 8.461A.25.25 0 0 1 7 23.26v-5.01a.25.25 0 0 1 .25-.25h5a.25.25 0 0 1 .25.25v5.01a.25.25 0 0 1-.397.201l-2.206-1.604a.25.25 0 0 0-.294 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/report-16.svg b/mkdocs-material/material/templates/.icons/octicons/report-16.svg new file mode 100644 index 0000000..461e4d3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/report-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M0 1.75C0 .784.784 0 1.75 0h12.5C15.216 0 16 .784 16 1.75v9.5A1.75 1.75 0 0 1 14.25 13H8.06l-2.573 2.573A1.458 1.458 0 0 1 3 14.543V13H1.75A1.75 1.75 0 0 1 0 11.25Zm1.75-.25a.25.25 0 0 0-.25.25v9.5c0 .138.112.25.25.25h2a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.75.75 0 0 1 .53-.22h6.5a.25.25 0 0 0 .25-.25v-9.5a.25.25 0 0 0-.25-.25Zm7 2.25v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0M9 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/report-24.svg b/mkdocs-material/material/templates/.icons/octicons/report-24.svg new file mode 100644 index 0000000..ffd24b9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/report-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.5 4.25c0-.966.784-1.75 1.75-1.75h17.5c.966 0 1.75.784 1.75 1.75v12.5a1.75 1.75 0 0 1-1.75 1.75h-9.586a.25.25 0 0 0-.177.073l-3.5 3.5A1.458 1.458 0 0 1 5 21.043V18.5H3.25a1.75 1.75 0 0 1-1.75-1.75ZM3.25 4a.25.25 0 0 0-.25.25v12.5c0 .138.112.25.25.25h2.5a.75.75 0 0 1 .75.75v3.19l3.427-3.427A1.75 1.75 0 0 1 11.164 17h9.586a.25.25 0 0 0 .25-.25V4.25a.25.25 0 0 0-.25-.25ZM12 6a.75.75 0 0 1 .75.75v4a.75.75 0 0 1-1.5 0v-4A.75.75 0 0 1 12 6m0 9a1 1 0 1 1 0-2 1 1 0 0 1 0 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/rocket-16.svg b/mkdocs-material/material/templates/.icons/octicons/rocket-16.svg new file mode 100644 index 0000000..e431ce2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/rocket-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M14.064 0h.186C15.216 0 16 .784 16 1.75v.186a8.75 8.75 0 0 1-2.564 6.186l-.458.459q-.472.471-.979.904v3.207c0 .608-.315 1.172-.833 1.49l-2.774 1.707a.75.75 0 0 1-1.11-.418l-.954-3.102a1 1 0 0 1-.145-.125L3.754 9.816a1 1 0 0 1-.124-.145L.528 8.717a.75.75 0 0 1-.418-1.11l1.71-2.774A1.75 1.75 0 0 1 3.31 4h3.204q.433-.508.904-.979l.459-.458A8.75 8.75 0 0 1 14.064 0M8.938 3.623h-.002l-.458.458c-.76.76-1.437 1.598-2.02 2.5l-1.5 2.317 2.143 2.143 2.317-1.5c.902-.583 1.74-1.26 2.499-2.02l.459-.458a7.25 7.25 0 0 0 2.123-5.127V1.75a.25.25 0 0 0-.25-.25h-.186a7.25 7.25 0 0 0-5.125 2.123M3.56 14.56c-.732.732-2.334 1.045-3.005 1.148a.23.23 0 0 1-.201-.064.23.23 0 0 1-.064-.201c.103-.671.416-2.273 1.15-3.003a1.502 1.502 0 1 1 2.12 2.12m6.94-3.935q-.132.09-.266.175l-2.35 1.521.548 1.783 1.949-1.2a.25.25 0 0 0 .119-.213ZM3.678 8.116 5.2 5.766q.087-.135.176-.266H3.309a.25.25 0 0 0-.213.119l-1.2 1.95ZM12 5a1 1 0 1 1-2 0 1 1 0 0 1 2 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/rocket-24.svg b/mkdocs-material/material/templates/.icons/octicons/rocket-24.svg new file mode 100644 index 0000000..b3e6fda --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/rocket-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.322.75h1.176a1.75 1.75 0 0 1 1.75 1.749v1.177a10.75 10.75 0 0 1-2.925 7.374l-1.228 1.304a24 24 0 0 1-1.596 1.542v5.038c0 .615-.323 1.184-.85 1.5l-4.514 2.709a.75.75 0 0 1-1.12-.488l-.963-4.572a1.3 1.3 0 0 1-.14-.129L8.04 15.96l-1.994-1.873a1.3 1.3 0 0 1-.129-.14l-4.571-.963a.75.75 0 0 1-.49-1.12l2.71-4.514c.316-.527.885-.85 1.5-.85h5.037a24 24 0 0 1 1.542-1.594l1.304-1.23A10.75 10.75 0 0 1 20.321.75Zm-6.344 4.018v-.001l-1.304 1.23a22.3 22.3 0 0 0-3.255 3.851l-2.193 3.29 1.859 1.744.034.034 1.743 1.858 3.288-2.192a22.3 22.3 0 0 0 3.854-3.257l1.228-1.303a9.25 9.25 0 0 0 2.517-6.346V2.5a.25.25 0 0 0-.25-.25h-1.177a9.25 9.25 0 0 0-6.344 2.518M6.5 21c-1.209 1.209-3.901 1.445-4.743 1.49a.24.24 0 0 1-.18-.067.24.24 0 0 1-.067-.18c.045-.842.281-3.534 1.49-4.743.9-.9 2.6-.9 3.5 0s.9 2.6 0 3.5m-.592-8.588L8.17 9.017q.346-.519.717-1.017H5.066a.25.25 0 0 0-.214.121l-2.167 3.612ZM16 15.112q-.5.372-1.018.718l-3.393 2.262.678 3.223 3.612-2.167a.25.25 0 0 0 .121-.214ZM17.5 8a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 17.5 8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/rows-16.svg b/mkdocs-material/material/templates/.icons/octicons/rows-16.svg new file mode 100644 index 0000000..3cbdf49 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/rows-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M16 10.75v2.5A1.75 1.75 0 0 1 14.25 15H1.75A1.75 1.75 0 0 1 0 13.25v-2.5C0 9.784.784 9 1.75 9h12.5c.966 0 1.75.784 1.75 1.75m0-8v2.5A1.75 1.75 0 0 1 14.25 7H1.75A1.75 1.75 0 0 1 0 5.25v-2.5C0 1.784.784 1 1.75 1h12.5c.966 0 1.75.784 1.75 1.75m-1.75-.25H1.75a.25.25 0 0 0-.25.25v2.5c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25v-2.5a.25.25 0 0 0-.25-.25m0 8H1.75a.25.25 0 0 0-.25.25v2.5c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25v-2.5a.25.25 0 0 0-.25-.25"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/rows-24.svg b/mkdocs-material/material/templates/.icons/octicons/rows-24.svg new file mode 100644 index 0000000..f562db6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/rows-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 3.75v5.5A1.75 1.75 0 0 1 20.25 11H3.75A1.75 1.75 0 0 1 2 9.25v-5.5C2 2.784 2.784 2 3.75 2h16.5c.966 0 1.75.784 1.75 1.75m0 11v5.5A1.75 1.75 0 0 1 20.25 22H3.75A1.75 1.75 0 0 1 2 20.25v-5.5c0-.966.784-1.75 1.75-1.75h16.5c.966 0 1.75.784 1.75 1.75M20.25 3.5H3.75a.25.25 0 0 0-.25.25v5.5c0 .138.112.25.25.25h16.5a.25.25 0 0 0 .25-.25v-5.5a.25.25 0 0 0-.25-.25m0 11H3.75a.25.25 0 0 0-.25.25v5.5c0 .138.112.25.25.25h16.5a.25.25 0 0 0 .25-.25v-5.5a.25.25 0 0 0-.25-.25"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/rss-16.svg b/mkdocs-material/material/templates/.icons/octicons/rss-16.svg new file mode 100644 index 0000000..ca1d023 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/rss-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M2.002 2.725a.75.75 0 0 1 .797-.699C8.79 2.42 13.58 7.21 13.974 13.201a.75.75 0 0 1-1.497.098 10.5 10.5 0 0 0-9.776-9.776.747.747 0 0 1-.7-.798ZM2.84 7.05h-.002a7 7 0 0 1 6.113 6.111.75.75 0 0 1-1.49.178 5.5 5.5 0 0 0-4.8-4.8.75.75 0 0 1 .179-1.489M2 13a1 1 0 1 1 2 0 1 1 0 0 1-2 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/rss-24.svg b/mkdocs-material/material/templates/.icons/octicons/rss-24.svg new file mode 100644 index 0000000..a3e057e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/rss-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.5 3.25a.75.75 0 0 1 .75-.75C14.053 2.5 22 10.447 22 20.25a.75.75 0 0 1-1.5 0C20.5 11.275 13.225 4 4.25 4a.75.75 0 0 1-.75-.75m.75 6.25C10.187 9.5 15 14.313 15 20.25a.75.75 0 0 1-1.5 0A9.25 9.25 0 0 0 4.25 11a.75.75 0 0 1 0-1.5M3.5 19a2 2 0 1 1 3.999-.001A2 2 0 0 1 3.5 19"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/ruby-16.svg b/mkdocs-material/material/templates/.icons/octicons/ruby-16.svg new file mode 100644 index 0000000..1639438 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/ruby-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M3.637 2.291A.75.75 0 0 1 4.23 2h7.54c.232 0 .451.107.593.291l3.48 4.5a.75.75 0 0 1-.072.999l-7.25 7a.75.75 0 0 1-1.042 0l-7.25-7a.75.75 0 0 1-.072-.999ZM4.598 3.5 1.754 7.177 8 13.207l6.246-6.03L11.402 3.5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/ruby-24.svg b/mkdocs-material/material/templates/.icons/octicons/ruby-24.svg new file mode 100644 index 0000000..626658a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/ruby-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.873 3.26A.75.75 0 0 1 6.44 3h11.31c.223 0 .434.099.576.27l5 6a.75.75 0 0 1-.028.992l-10.75 11.5a.75.75 0 0 1-1.096 0l-10.75-11.5a.75.75 0 0 1-.02-1.003zm.91 1.24L2.258 9.73 12 20.153l9.75-10.43L17.399 4.5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/screen-full-16.svg b/mkdocs-material/material/templates/.icons/octicons/screen-full-16.svg new file mode 100644 index 0000000..7bcb9fc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/screen-full-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M1.75 10a.75.75 0 0 1 .75.75v2.5c0 .138.112.25.25.25h2.5a.75.75 0 0 1 0 1.5h-2.5A1.75 1.75 0 0 1 1 13.25v-2.5a.75.75 0 0 1 .75-.75m12.5 0a.75.75 0 0 1 .75.75v2.5A1.75 1.75 0 0 1 13.25 15h-2.5a.75.75 0 0 1 0-1.5h2.5a.25.25 0 0 0 .25-.25v-2.5a.75.75 0 0 1 .75-.75M2.75 2.5a.25.25 0 0 0-.25.25v2.5a.75.75 0 0 1-1.5 0v-2.5C1 1.784 1.784 1 2.75 1h2.5a.75.75 0 0 1 0 1.5ZM10 1.75a.75.75 0 0 1 .75-.75h2.5c.966 0 1.75.784 1.75 1.75v2.5a.75.75 0 0 1-1.5 0v-2.5a.25.25 0 0 0-.25-.25h-2.5a.75.75 0 0 1-.75-.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/screen-full-24.svg b/mkdocs-material/material/templates/.icons/octicons/screen-full-24.svg new file mode 100644 index 0000000..e007dc9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/screen-full-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.75 15a.75.75 0 0 1 .75.75v3.5c0 .138.112.25.25.25h3.5a.75.75 0 0 1 0 1.5h-3.5A1.75 1.75 0 0 1 3 19.25v-3.5a.75.75 0 0 1 .75-.75m16.5 0a.75.75 0 0 1 .75.75v3.5A1.75 1.75 0 0 1 19.25 21h-3.5a.75.75 0 0 1 0-1.5h3.5a.25.25 0 0 0 .25-.25v-3.5a.75.75 0 0 1 .75-.75M4.75 4.5a.25.25 0 0 0-.25.25v3.5a.75.75 0 0 1-1.5 0v-3.5C3 3.784 3.784 3 4.75 3h3.5a.75.75 0 0 1 0 1.5ZM15 3.75a.75.75 0 0 1 .75-.75h3.5c.966 0 1.75.784 1.75 1.75v3.5a.75.75 0 0 1-1.5 0v-3.5a.25.25 0 0 0-.25-.25h-3.5a.75.75 0 0 1-.75-.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/screen-normal-16.svg b/mkdocs-material/material/templates/.icons/octicons/screen-normal-16.svg new file mode 100644 index 0000000..baeffda --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/screen-normal-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M10.75 1a.75.75 0 0 1 .75.75v2.5c0 .138.112.25.25.25h2.5a.75.75 0 0 1 0 1.5h-2.5A1.75 1.75 0 0 1 10 4.25v-2.5a.75.75 0 0 1 .75-.75m-5.5 0a.75.75 0 0 1 .75.75v2.5A1.75 1.75 0 0 1 4.25 6h-2.5a.75.75 0 0 1 0-1.5h2.5a.25.25 0 0 0 .25-.25v-2.5A.75.75 0 0 1 5.25 1M1 10.75a.75.75 0 0 1 .75-.75h2.5c.966 0 1.75.784 1.75 1.75v2.5a.75.75 0 0 1-1.5 0v-2.5a.25.25 0 0 0-.25-.25h-2.5a.75.75 0 0 1-.75-.75m9 1c0-.966.784-1.75 1.75-1.75h2.5a.75.75 0 0 1 0 1.5h-2.5a.25.25 0 0 0-.25.25v2.5a.75.75 0 0 1-1.5 0Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/screen-normal-24.svg b/mkdocs-material/material/templates/.icons/octicons/screen-normal-24.svg new file mode 100644 index 0000000..b91444c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/screen-normal-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.75 3a.75.75 0 0 1 .75.75v3.5c0 .138.112.25.25.25h3.5a.75.75 0 0 1 0 1.5h-3.5A1.75 1.75 0 0 1 15 7.25v-3.5a.75.75 0 0 1 .75-.75m-7.5 0a.75.75 0 0 1 .75.75v3.5A1.75 1.75 0 0 1 7.25 9h-3.5a.75.75 0 0 1 0-1.5h3.5a.25.25 0 0 0 .25-.25v-3.5A.75.75 0 0 1 8.25 3M3 15.75a.75.75 0 0 1 .75-.75h3.5c.966 0 1.75.784 1.75 1.75v3.5a.75.75 0 0 1-1.5 0v-3.5a.25.25 0 0 0-.25-.25h-3.5a.75.75 0 0 1-.75-.75m12 1c0-.966.784-1.75 1.75-1.75h3.5a.75.75 0 0 1 0 1.5h-3.5a.25.25 0 0 0-.25.25v3.5a.75.75 0 0 1-1.5 0Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/search-16.svg b/mkdocs-material/material/templates/.icons/octicons/search-16.svg new file mode 100644 index 0000000..8ac0156 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/search-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M10.68 11.74a6 6 0 0 1-7.922-8.982 6 6 0 0 1 8.982 7.922l3.04 3.04a.749.749 0 0 1-.326 1.275.75.75 0 0 1-.734-.215ZM11.5 7a4.499 4.499 0 1 0-8.997 0A4.499 4.499 0 0 0 11.5 7"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/search-24.svg b/mkdocs-material/material/templates/.icons/octicons/search-24.svg new file mode 100644 index 0000000..515c145 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/search-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.25 2a8.25 8.25 0 0 1 6.34 13.53l5.69 5.69a.749.749 0 0 1-.326 1.275.75.75 0 0 1-.734-.215l-5.69-5.69A8.25 8.25 0 1 1 10.25 2M3.5 10.25a6.75 6.75 0 1 0 13.5 0 6.75 6.75 0 0 0-13.5 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/server-16.svg b/mkdocs-material/material/templates/.icons/octicons/server-16.svg new file mode 100644 index 0000000..9c21765 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/server-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M1.75 1h12.5c.966 0 1.75.784 1.75 1.75v4c0 .372-.116.717-.314 1 .198.283.314.628.314 1v4a1.75 1.75 0 0 1-1.75 1.75H1.75A1.75 1.75 0 0 1 0 12.75v-4c0-.358.109-.707.314-1a1.74 1.74 0 0 1-.314-1v-4C0 1.784.784 1 1.75 1M1.5 2.75v4c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25v-4a.25.25 0 0 0-.25-.25H1.75a.25.25 0 0 0-.25.25m.25 5.75a.25.25 0 0 0-.25.25v4c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25v-4a.25.25 0 0 0-.25-.25ZM7 4.75A.75.75 0 0 1 7.75 4h4.5a.75.75 0 0 1 0 1.5h-4.5A.75.75 0 0 1 7 4.75M7.75 10h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1 0-1.5M3 4.75A.75.75 0 0 1 3.75 4h.5a.75.75 0 0 1 0 1.5h-.5A.75.75 0 0 1 3 4.75M3.75 10h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1 0-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/server-24.svg b/mkdocs-material/material/templates/.icons/octicons/server-24.svg new file mode 100644 index 0000000..45a38c6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/server-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.75 6.5a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5zM6 7.25a.75.75 0 0 1 .75-.75h.5a.75.75 0 0 1 0 1.5h-.5A.75.75 0 0 1 6 7.25m4 9a.75.75 0 0 1 .75-.75h6.5a.75.75 0 0 1 0 1.5h-6.5a.75.75 0 0 1-.75-.75m-3.25-.75a.75.75 0 0 0 0 1.5h.5a.75.75 0 0 0 0-1.5z"/><path d="M3.25 2h17.5c.966 0 1.75.784 1.75 1.75v7c0 .372-.116.716-.314 1 .198.284.314.628.314 1v7a1.75 1.75 0 0 1-1.75 1.75H3.25a1.75 1.75 0 0 1-1.75-1.75v-7c0-.358.109-.707.314-1a1.74 1.74 0 0 1-.314-1v-7C1.5 2.784 2.284 2 3.25 2m0 10.5a.25.25 0 0 0-.25.25v7c0 .138.112.25.25.25h17.5a.25.25 0 0 0 .25-.25v-7a.25.25 0 0 0-.25-.25Zm0-1.5h17.5a.25.25 0 0 0 .25-.25v-7a.25.25 0 0 0-.25-.25H3.25a.25.25 0 0 0-.25.25v7c0 .138.112.25.25.25"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/share-16.svg b/mkdocs-material/material/templates/.icons/octicons/share-16.svg new file mode 100644 index 0000000..cfbf6b5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/share-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M3.75 6.5a.25.25 0 0 0-.25.25v6.5c0 .138.112.25.25.25h8.5a.25.25 0 0 0 .25-.25v-6.5a.25.25 0 0 0-.25-.25h-1a.75.75 0 0 1 0-1.5h1c.966 0 1.75.784 1.75 1.75v6.5A1.75 1.75 0 0 1 12.25 15h-8.5A1.75 1.75 0 0 1 2 13.25v-6.5C2 5.784 2.784 5 3.75 5h1a.75.75 0 0 1 0 1.5ZM7.823.177a.25.25 0 0 1 .354 0l2.896 2.896a.25.25 0 0 1-.177.427H8.75v5.75a.75.75 0 0 1-1.5 0V3.5H5.104a.25.25 0 0 1-.177-.427Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/share-24.svg b/mkdocs-material/material/templates/.icons/octicons/share-24.svg new file mode 100644 index 0000000..e63efd1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/share-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.5 9.75v10.5c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25V9.75a.25.25 0 0 0-.25-.25h-2.5a.75.75 0 0 1 0-1.5h2.5c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0 1 18.25 22H5.75A1.75 1.75 0 0 1 4 20.25V9.75C4 8.784 4.784 8 5.75 8h2.5a.75.75 0 0 1 0 1.5h-2.5a.25.25 0 0 0-.25.25m7.03-8.53 3.25 3.25a.749.749 0 0 1-.326 1.275.75.75 0 0 1-.734-.215l-1.97-1.97v10.69a.75.75 0 0 1-1.5 0V3.56L9.28 5.53a.75.75 0 0 1-1.042-.018.75.75 0 0 1-.018-1.042l3.25-3.25a.75.75 0 0 1 1.06 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/share-android-16.svg b/mkdocs-material/material/templates/.icons/octicons/share-android-16.svg new file mode 100644 index 0000000..fcc6d46 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/share-android-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M15 3a3 3 0 0 1-5.175 2.066l-3.92 2.179a3 3 0 0 1 0 1.51l3.92 2.179a3 3 0 1 1-.73 1.31l-3.92-2.178a3 3 0 1 1 0-4.133l3.92-2.178A3 3 0 1 1 15 3m-1.5 10a1.5 1.5 0 1 0-3.001.001A1.5 1.5 0 0 0 13.5 13m-9-5a1.5 1.5 0 1 0-3.001.001A1.5 1.5 0 0 0 4.5 8m9-5a1.5 1.5 0 1 0-3.001.001A1.5 1.5 0 0 0 13.5 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/share-android-24.svg b/mkdocs-material/material/templates/.icons/octicons/share-android-24.svg new file mode 100644 index 0000000..92590a3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/share-android-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 5.5a3.498 3.498 0 0 1-6.062 2.385l-5.112 3.021a3.5 3.5 0 0 1 0 2.188l5.112 3.021a3.5 3.5 0 1 1-.764 1.29l-5.112-3.02a3.499 3.499 0 1 1-3.843-5.642 3.5 3.5 0 0 1 3.843.872l5.112-3.021A3.5 3.5 0 1 1 20 5.5m-1.5 13a2 2 0 1 0-3.999-.001 2 2 0 0 0 3.999.001m0-13a2 2 0 1 0-3.999-.001A2 2 0 0 0 18.5 5.5M5.5 14a2 2 0 1 0 .001-3.999A2 2 0 0 0 5.5 14"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/shield-16.svg b/mkdocs-material/material/templates/.icons/octicons/shield-16.svg new file mode 100644 index 0000000..46edb77 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/shield-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M7.467.133a1.75 1.75 0 0 1 1.066 0l5.25 1.68A1.75 1.75 0 0 1 15 3.48V7c0 1.566-.32 3.182-1.303 4.682-.983 1.498-2.585 2.813-5.032 3.855a1.7 1.7 0 0 1-1.33 0c-2.447-1.042-4.049-2.357-5.032-3.855C1.32 10.182 1 8.566 1 7V3.48a1.75 1.75 0 0 1 1.217-1.667Zm.61 1.429a.25.25 0 0 0-.153 0l-5.25 1.68a.25.25 0 0 0-.174.238V7c0 1.358.275 2.666 1.057 3.86.784 1.194 2.121 2.34 4.366 3.297a.2.2 0 0 0 .154 0c2.245-.956 3.582-2.104 4.366-3.298C13.225 9.666 13.5 8.36 13.5 7V3.48a.25.25 0 0 0-.174-.237zM8.75 4.75v3a.75.75 0 0 1-1.5 0v-3a.75.75 0 0 1 1.5 0M9 10.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/shield-24.svg b/mkdocs-material/material/templates/.icons/octicons/shield-24.svg new file mode 100644 index 0000000..f88bd55 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/shield-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 15.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0m-.25-8.25a.75.75 0 0 0-1.5 0v4.5a.75.75 0 0 0 1.5 0z"/><path d="M11.46.637a1.75 1.75 0 0 1 1.08 0l8.25 2.675A1.75 1.75 0 0 1 22 4.976V10c0 6.19-3.77 10.705-9.401 12.83a1.7 1.7 0 0 1-1.198 0C5.771 20.704 2 16.19 2 10V4.976c0-.76.49-1.43 1.21-1.664Zm.617 1.426a.25.25 0 0 0-.154 0L3.673 4.74a.25.25 0 0 0-.173.237V10c0 5.461 3.28 9.483 8.43 11.426a.2.2 0 0 0 .14 0C17.22 19.483 20.5 15.46 20.5 10V4.976a.25.25 0 0 0-.173-.237Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/shield-check-16.svg b/mkdocs-material/material/templates/.icons/octicons/shield-check-16.svg new file mode 100644 index 0000000..6c038ec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/shield-check-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="m8.533.133 5.25 1.68A1.75 1.75 0 0 1 15 3.48V7c0 1.566-.32 3.182-1.303 4.682-.983 1.498-2.585 2.813-5.032 3.855a1.7 1.7 0 0 1-1.33 0c-2.447-1.042-4.049-2.357-5.032-3.855C1.32 10.182 1 8.566 1 7V3.48a1.75 1.75 0 0 1 1.217-1.667l5.25-1.68a1.75 1.75 0 0 1 1.066 0m-.61 1.429zl-5.25 1.68a.25.25 0 0 0-.174.237V7c0 1.36.275 2.666 1.057 3.859.784 1.194 2.121 2.342 4.366 3.298a.2.2 0 0 0 .154 0c2.245-.957 3.582-2.103 4.366-3.297C13.225 9.666 13.5 8.358 13.5 7V3.48a.25.25 0 0 0-.174-.238l-5.25-1.68a.25.25 0 0 0-.153 0M11.28 6.28l-3.5 3.5a.75.75 0 0 1-1.06 0l-1.5-1.5a.749.749 0 0 1 .326-1.275.75.75 0 0 1 .734.215l.97.97 2.97-2.97a.75.75 0 0 1 1.042.018.75.75 0 0 1 .018 1.042"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/shield-check-24.svg b/mkdocs-material/material/templates/.icons/octicons/shield-check-24.svg new file mode 100644 index 0000000..d5fc742 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/shield-check-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.53 9.78a.75.75 0 0 0-1.06-1.06L11 13.19l-1.97-1.97a.75.75 0 0 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0z"/><path d="m12.54.637 8.25 2.675A1.75 1.75 0 0 1 22 4.976V10c0 6.19-3.771 10.704-9.401 12.83a1.7 1.7 0 0 1-1.198 0C5.77 20.705 2 16.19 2 10V4.976c0-.758.489-1.43 1.21-1.664L11.46.637a1.75 1.75 0 0 1 1.08 0m-.617 1.426-8.25 2.676a.25.25 0 0 0-.173.237V10c0 5.46 3.28 9.483 8.43 11.426a.2.2 0 0 0 .14 0C17.22 19.483 20.5 15.461 20.5 10V4.976a.25.25 0 0 0-.173-.237l-8.25-2.676a.25.25 0 0 0-.154 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/shield-lock-16.svg b/mkdocs-material/material/templates/.icons/octicons/shield-lock-16.svg new file mode 100644 index 0000000..e5c3e53 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/shield-lock-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="m8.533.133 5.25 1.68A1.75 1.75 0 0 1 15 3.48V7c0 1.566-.32 3.182-1.303 4.682-.983 1.498-2.585 2.813-5.032 3.855a1.7 1.7 0 0 1-1.33 0c-2.447-1.042-4.049-2.357-5.032-3.855C1.32 10.182 1 8.566 1 7V3.48a1.75 1.75 0 0 1 1.217-1.667l5.25-1.68a1.75 1.75 0 0 1 1.066 0m-.61 1.429zl-5.25 1.68a.25.25 0 0 0-.174.237V7c0 1.36.275 2.666 1.057 3.859.784 1.194 2.121 2.342 4.366 3.298a.2.2 0 0 0 .154 0c2.245-.957 3.582-2.103 4.366-3.297C13.225 9.666 13.5 8.358 13.5 7V3.48a.25.25 0 0 0-.174-.238l-5.25-1.68a.25.25 0 0 0-.153 0M9.5 6.5c0 .536-.286 1.032-.75 1.3v2.45a.75.75 0 0 1-1.5 0V7.8A1.5 1.5 0 1 1 9.5 6.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/shield-lock-24.svg b/mkdocs-material/material/templates/.icons/octicons/shield-lock-24.svg new file mode 100644 index 0000000..01b18d0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/shield-lock-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.46 1.137a1.75 1.75 0 0 1 1.08 0l8.25 2.675A1.75 1.75 0 0 1 22 5.476V10.5c0 6.19-3.77 10.705-9.401 12.83a1.7 1.7 0 0 1-1.198 0C5.771 21.204 2 16.69 2 10.5V5.476c0-.76.49-1.43 1.21-1.664Zm.617 1.426a.25.25 0 0 0-.154 0L3.673 5.24a.25.25 0 0 0-.173.237V10.5c0 5.461 3.28 9.483 8.43 11.426a.2.2 0 0 0 .14 0c5.15-1.943 8.43-5.965 8.43-11.426V5.476a.25.25 0 0 0-.173-.237ZM13 12.232V15a1 1 0 0 1-2 0v-2.768a2 2 0 1 1 2 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/shield-slash-16.svg b/mkdocs-material/material/templates/.icons/octicons/shield-slash-16.svg new file mode 100644 index 0000000..6b51ede --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/shield-slash-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8.533.133a1.75 1.75 0 0 0-1.066 0l-2.091.67a.75.75 0 0 0 .457 1.428l2.09-.67a.25.25 0 0 1 .153 0l5.25 1.68a.25.25 0 0 1 .174.239V7q0 .35-.025.694a.75.75 0 1 0 1.495.112Q15 7.401 15 7V3.48a1.75 1.75 0 0 0-1.217-1.667zM1 2.857l-.69-.5a.75.75 0 1 1 .88-1.214l14.5 10.5a.75.75 0 1 1-.88 1.214l-1.282-.928c-.995 1.397-2.553 2.624-4.864 3.608-.425.181-.905.18-1.329 0-2.447-1.042-4.049-2.356-5.032-3.855S1 8.566 1 7Zm1.5 1.086V7c0 1.358.275 2.666 1.057 3.86.784 1.194 2.121 2.34 4.366 3.297.05.02.106.02.153 0 2.127-.905 3.439-1.982 4.237-3.108Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/shield-slash-24.svg b/mkdocs-material/material/templates/.icons/octicons/shield-slash-24.svg new file mode 100644 index 0000000..647750c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/shield-slash-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.54 1.137a1.75 1.75 0 0 0-1.08 0L6.018 2.905a.75.75 0 1 0 .464 1.427l5.441-1.768a.24.24 0 0 1 .154 0l8.25 2.675a.25.25 0 0 1 .173.237V10.5c0 1.284-.24 2.83-.696 3.971a.75.75 0 1 0 1.392.557C21.74 13.67 22 11.927 22 10.5V5.476a1.75 1.75 0 0 0-1.21-1.664zM2.017 4.843l-.974-.748a.751.751 0 0 1 .914-1.19l20.5 15.75a.751.751 0 0 1-.914 1.19l-2.012-1.546-.702.852-.008.009-.008.01c-1.603 1.821-3.731 3.223-6.214 4.16a1.7 1.7 0 0 1-1.198-.001C5.771 21.205 2 16.689 2 10.5V5q0-.082.017-.157M3.5 5.982V10.5c0 5.461 3.281 9.483 8.431 11.426a.2.2 0 0 0 .138 0c2.283-.861 4.192-2.131 5.61-3.738l.662-.803Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/shield-x-16.svg b/mkdocs-material/material/templates/.icons/octicons/shield-x-16.svg new file mode 100644 index 0000000..669b288 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/shield-x-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="m8.533.133 5.25 1.68A1.75 1.75 0 0 1 15 3.48V7c0 1.566-.32 3.182-1.303 4.682-.983 1.498-2.585 2.813-5.032 3.855a1.7 1.7 0 0 1-1.33 0c-2.447-1.042-4.049-2.357-5.032-3.855C1.32 10.182 1 8.566 1 7V3.48a1.75 1.75 0 0 1 1.217-1.667l5.25-1.68a1.75 1.75 0 0 1 1.066 0m-.61 1.429zl-5.25 1.68a.25.25 0 0 0-.174.237V7c0 1.36.275 2.666 1.057 3.859.784 1.194 2.121 2.342 4.366 3.298a.2.2 0 0 0 .154 0c2.245-.957 3.582-2.103 4.366-3.297C13.225 9.666 13.5 8.358 13.5 7V3.48a.25.25 0 0 0-.174-.238l-5.25-1.68a.25.25 0 0 0-.153 0M6.78 5.22 8 6.44l1.22-1.22a.749.749 0 0 1 1.275.326.75.75 0 0 1-.215.734L9.06 7.5l1.22 1.22a.749.749 0 0 1-.326 1.275.75.75 0 0 1-.734-.215L8 8.56 6.78 9.78a.75.75 0 0 1-1.042-.018.75.75 0 0 1-.018-1.042L6.94 7.5 5.72 6.28a.749.749 0 0 1 .326-1.275.75.75 0 0 1 .734.215"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/shield-x-24.svg b/mkdocs-material/material/templates/.icons/octicons/shield-x-24.svg new file mode 100644 index 0000000..6ba1ae0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/shield-x-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.28 7.72a.75.75 0 0 0-1.06 1.06l2.72 2.72-2.72 2.72a.75.75 0 1 0 1.06 1.06L12 12.56l2.72 2.72a.75.75 0 1 0 1.06-1.06l-2.72-2.72 2.72-2.72a.75.75 0 0 0-1.06-1.06L12 10.44z"/><path d="m12.54.637 8.25 2.675A1.75 1.75 0 0 1 22 4.976V10c0 6.19-3.771 10.704-9.401 12.83a1.7 1.7 0 0 1-1.198 0C5.77 20.705 2 16.19 2 10V4.976c0-.758.489-1.43 1.21-1.664L11.46.637a1.75 1.75 0 0 1 1.08 0m-.617 1.426-8.25 2.676a.25.25 0 0 0-.173.237V10c0 5.46 3.28 9.483 8.43 11.426a.2.2 0 0 0 .14 0C17.22 19.483 20.5 15.461 20.5 10V4.976a.25.25 0 0 0-.173-.237l-8.25-2.676a.25.25 0 0 0-.154 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/sidebar-collapse-16.svg b/mkdocs-material/material/templates/.icons/octicons/sidebar-collapse-16.svg new file mode 100644 index 0000000..6e6fc79 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/sidebar-collapse-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M6.823 7.823a.25.25 0 0 1 0 .354l-2.396 2.396A.25.25 0 0 1 4 10.396V5.604a.25.25 0 0 1 .427-.177Z"/><path d="M1.75 0h12.5C15.216 0 16 .784 16 1.75v12.5A1.75 1.75 0 0 1 14.25 16H1.75A1.75 1.75 0 0 1 0 14.25V1.75C0 .784.784 0 1.75 0M1.5 1.75v12.5c0 .138.112.25.25.25H9.5v-13H1.75a.25.25 0 0 0-.25.25M11 14.5h3.25a.25.25 0 0 0 .25-.25V1.75a.25.25 0 0 0-.25-.25H11Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/sidebar-collapse-24.svg b/mkdocs-material/material/templates/.icons/octicons/sidebar-collapse-24.svg new file mode 100644 index 0000000..8c45dd1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/sidebar-collapse-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.22 14.47 9.69 12 7.22 9.53a.749.749 0 0 1 .326-1.275.75.75 0 0 1 .734.215l3 3a.75.75 0 0 1 0 1.06l-3 3a.75.75 0 0 1-1.042-.018.75.75 0 0 1-.018-1.042"/><path d="M3.75 2h16.5c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0 1 20.25 22H3.75A1.75 1.75 0 0 1 2 20.25V3.75C2 2.784 2.784 2 3.75 2M3.5 3.75v16.5c0 .138.112.25.25.25H15v-17H3.75a.25.25 0 0 0-.25.25m13 16.75h3.75a.25.25 0 0 0 .25-.25V3.75a.25.25 0 0 0-.25-.25H16.5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/sidebar-expand-16.svg b/mkdocs-material/material/templates/.icons/octicons/sidebar-expand-16.svg new file mode 100644 index 0000000..80ccf11 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/sidebar-expand-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="m4.177 7.823 2.396-2.396A.25.25 0 0 1 7 5.604v4.792a.25.25 0 0 1-.427.177L4.177 8.177a.25.25 0 0 1 0-.354"/><path d="M0 1.75C0 .784.784 0 1.75 0h12.5C15.216 0 16 .784 16 1.75v12.5A1.75 1.75 0 0 1 14.25 16H1.75A1.75 1.75 0 0 1 0 14.25Zm1.75-.25a.25.25 0 0 0-.25.25v12.5c0 .138.112.25.25.25H9.5v-13Zm12.5 13a.25.25 0 0 0 .25-.25V1.75a.25.25 0 0 0-.25-.25H11v13Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/sidebar-expand-24.svg b/mkdocs-material/material/templates/.icons/octicons/sidebar-expand-24.svg new file mode 100644 index 0000000..470bd8a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/sidebar-expand-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.28 9.53 8.81 12l2.47 2.47a.749.749 0 0 1-.326 1.275.75.75 0 0 1-.734-.215l-3-3a.75.75 0 0 1 0-1.06l3-3a.749.749 0 0 1 1.275.326.75.75 0 0 1-.215.734"/><path d="M3.75 2h16.5c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0 1 20.25 22H3.75A1.75 1.75 0 0 1 2 20.25V3.75C2 2.784 2.784 2 3.75 2M3.5 3.75v16.5c0 .138.112.25.25.25H15v-17H3.75a.25.25 0 0 0-.25.25m13 16.75h3.75a.25.25 0 0 0 .25-.25V3.75a.25.25 0 0 0-.25-.25H16.5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/sign-in-16.svg b/mkdocs-material/material/templates/.icons/octicons/sign-in-16.svg new file mode 100644 index 0000000..be3da37 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/sign-in-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M2 2.75C2 1.784 2.784 1 3.75 1h2.5a.75.75 0 0 1 0 1.5h-2.5a.25.25 0 0 0-.25.25v10.5c0 .138.112.25.25.25h2.5a.75.75 0 0 1 0 1.5h-2.5A1.75 1.75 0 0 1 2 13.25Zm6.56 4.5h5.69a.75.75 0 0 1 0 1.5H8.56l1.97 1.97a.749.749 0 0 1-.326 1.275.75.75 0 0 1-.734-.215L6.22 8.53a.75.75 0 0 1 0-1.06l3.25-3.25a.749.749 0 0 1 1.275.326.75.75 0 0 1-.215.734Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/sign-in-24.svg b/mkdocs-material/material/templates/.icons/octicons/sign-in-24.svg new file mode 100644 index 0000000..9dadd63 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/sign-in-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3.25c0-.966.784-1.75 1.75-1.75h5.5a.75.75 0 0 1 0 1.5h-5.5a.25.25 0 0 0-.25.25v17.5c0 .138.112.25.25.25h5.5a.75.75 0 0 1 0 1.5h-5.5A1.75 1.75 0 0 1 3 20.75Zm9.994 9.5 3.3 3.484a.75.75 0 0 1-1.088 1.032l-4.5-4.75a.75.75 0 0 1 0-1.032l4.5-4.75a.75.75 0 0 1 1.088 1.032l-3.3 3.484h8.256a.75.75 0 0 1 0 1.5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/sign-out-16.svg b/mkdocs-material/material/templates/.icons/octicons/sign-out-16.svg new file mode 100644 index 0000000..5f78e7e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/sign-out-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M2 2.75C2 1.784 2.784 1 3.75 1h2.5a.75.75 0 0 1 0 1.5h-2.5a.25.25 0 0 0-.25.25v10.5c0 .138.112.25.25.25h2.5a.75.75 0 0 1 0 1.5h-2.5A1.75 1.75 0 0 1 2 13.25Zm10.44 4.5-1.97-1.97a.749.749 0 0 1 .326-1.275.75.75 0 0 1 .734.215l3.25 3.25a.75.75 0 0 1 0 1.06l-3.25 3.25a.749.749 0 0 1-1.275-.326.75.75 0 0 1 .215-.734l1.97-1.97H6.75a.75.75 0 0 1 0-1.5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/sign-out-24.svg b/mkdocs-material/material/templates/.icons/octicons/sign-out-24.svg new file mode 100644 index 0000000..a8a6ba6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/sign-out-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3.25c0-.966.784-1.75 1.75-1.75h5.5a.75.75 0 0 1 0 1.5h-5.5a.25.25 0 0 0-.25.25v17.5c0 .138.112.25.25.25h5.5a.75.75 0 0 1 0 1.5h-5.5A1.75 1.75 0 0 1 3 20.75Zm16.006 9.5H10.75a.75.75 0 0 1 0-1.5h8.256l-3.3-3.484a.75.75 0 0 1 1.088-1.032l4.5 4.75a.75.75 0 0 1 0 1.032l-4.5 4.75a.75.75 0 0 1-1.088-1.032Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/single-select-16.svg b/mkdocs-material/material/templates/.icons/octicons/single-select-16.svg new file mode 100644 index 0000000..ad0b499 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/single-select-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="m5.06 7.356 2.795 2.833c.08.081.21.081.29 0l2.794-2.833c.13-.131.038-.356-.145-.356H5.206c-.183 0-.275.225-.145.356Z"/><path d="M1 2.75C1 1.784 1.784 1 2.75 1h10.5c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0 1 13.25 15H2.75A1.75 1.75 0 0 1 1 13.25Zm1.75-.25a.25.25 0 0 0-.25.25v10.5c0 .138.112.25.25.25h10.5a.25.25 0 0 0 .25-.25V2.75a.25.25 0 0 0-.25-.25Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/single-select-24.svg b/mkdocs-material/material/templates/.icons/octicons/single-select-24.svg new file mode 100644 index 0000000..1414da5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/single-select-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m7.854 10.854 3.792 3.792a.5.5 0 0 0 .708 0l3.793-3.792a.5.5 0 0 0-.354-.854H8.207a.5.5 0 0 0-.353.854"/><path d="M2 3.75C2 2.784 2.784 2 3.75 2h16.5c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0 1 20.25 22H3.75A1.75 1.75 0 0 1 2 20.25Zm1.75-.25a.25.25 0 0 0-.25.25v16.5c0 .138.112.25.25.25h16.5a.25.25 0 0 0 .25-.25V3.75a.25.25 0 0 0-.25-.25Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/skip-16.svg b/mkdocs-material/material/templates/.icons/octicons/skip-16.svg new file mode 100644 index 0000000..f972a14 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/skip-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M1.5 8a6.5 6.5 0 1 0 13 0 6.5 6.5 0 0 0-13 0m9.78-2.22-5.5 5.5a.749.749 0 0 1-1.275-.326.75.75 0 0 1 .215-.734l5.5-5.5a.75.75 0 0 1 1.042.018.75.75 0 0 1 .018 1.042"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/skip-24.svg b/mkdocs-material/material/templates/.icons/octicons/skip-24.svg new file mode 100644 index 0000000..ec9fdd4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/skip-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.28 7.78a.75.75 0 0 0-1.06-1.06l-9.5 9.5a.75.75 0 1 0 1.06 1.06z"/><path d="M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1M2.5 12a9.5 9.5 0 0 0 9.5 9.5 9.5 9.5 0 0 0 9.5-9.5A9.5 9.5 0 0 0 12 2.5 9.5 9.5 0 0 0 2.5 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/skip-fill-16.svg b/mkdocs-material/material/templates/.icons/octicons/skip-fill-16.svg new file mode 100644 index 0000000..251ad67 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/skip-fill-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8m11.333-2.167a.825.825 0 0 0-1.166-1.166l-5.5 5.5a.825.825 0 0 0 1.166 1.166Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/skip-fill-24.svg b/mkdocs-material/material/templates/.icons/octicons/skip-fill-24.svg new file mode 100644 index 0000000..ec9adda --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/skip-fill-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12m16.333-4.167a.825.825 0 0 0-1.166-1.166l-9.5 9.5a.825.825 0 0 0 1.166 1.166Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/sliders-16.svg b/mkdocs-material/material/templates/.icons/octicons/sliders-16.svg new file mode 100644 index 0000000..a7a66e4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/sliders-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M15 2.75a.75.75 0 0 1-.75.75h-4a.75.75 0 0 1 0-1.5h4a.75.75 0 0 1 .75.75m-8.5.75v1.25a.75.75 0 0 0 1.5 0v-4a.75.75 0 0 0-1.5 0V2H1.75a.75.75 0 0 0 0 1.5zm1.25 5.25a.75.75 0 0 0 0-1.5h-6a.75.75 0 0 0 0 1.5zM15 8a.75.75 0 0 1-.75.75H11.5V10a.75.75 0 1 1-1.5 0V6a.75.75 0 0 1 1.5 0v1.25h2.75A.75.75 0 0 1 15 8m-9 5.25v-2a.75.75 0 0 0-1.5 0v1.25H1.75a.75.75 0 0 0 0 1.5H4.5v1.25a.75.75 0 0 0 1.5 0zm9 0a.75.75 0 0 1-.75.75h-6a.75.75 0 0 1 0-1.5h6a.75.75 0 0 1 .75.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/sliders-24.svg b/mkdocs-material/material/templates/.icons/octicons/sliders-24.svg new file mode 100644 index 0000000..7b8216c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/sliders-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 18.25a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1-.75-.75m-8-12a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5h-7.5A.75.75 0 0 1 3 6.25m13 6a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.75-.75M8.75 16a.75.75 0 0 1 .75.75v3a.75.75 0 0 1-1.5 0v-3a.75.75 0 0 1 .75-.75"/><path d="M3 18.25a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75m0-6a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1-.75-.75M16.75 10a.75.75 0 0 1 .75.75v3a.75.75 0 0 1-1.5 0v-3a.75.75 0 0 1 .75-.75M14 6.25a.75.75 0 0 1 .75-.75h5.5a.75.75 0 0 1 0 1.5h-5.5a.75.75 0 0 1-.75-.75M11.25 4a.75.75 0 0 1 .75.75v3a.75.75 0 0 1-1.5 0v-3a.75.75 0 0 1 .75-.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/smiley-16.svg b/mkdocs-material/material/templates/.icons/octicons/smiley-16.svg new file mode 100644 index 0000000..2afadc0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/smiley-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M1.5 8a6.5 6.5 0 1 0 13 0 6.5 6.5 0 0 0-13 0m3.82 1.636a.75.75 0 0 1 1.038.175l.007.009q.155.177.35.31c.264.178.683.37 1.285.37s1.02-.192 1.285-.371q.195-.132.35-.31l.007-.008a.75.75 0 0 1 1.222.87l-.022-.015c.02.013.021.015.021.015v.001l-.001.002-.002.003-.005.007-.014.019a2 2 0 0 1-.184.213q-.241.25-.53.445c-.63.418-1.37.638-2.127.629-.946 0-1.652-.308-2.126-.63a3.3 3.3 0 0 1-.715-.657l-.014-.02-.005-.006-.002-.003v-.002h-.001l.613-.432-.614.43a.75.75 0 0 1 .183-1.044ZM12 7a1 1 0 1 1-2 0 1 1 0 0 1 2 0M5 8a1 1 0 1 1 0-2 1 1 0 0 1 0 2m5.25 2.25.592.416z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/smiley-24.svg b/mkdocs-material/material/templates/.icons/octicons/smiley-24.svg new file mode 100644 index 0000000..9adbd9c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/smiley-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.456 14.494a.75.75 0 0 1 1.068.17 3 3 0 0 0 .572.492A3.4 3.4 0 0 0 12 15.72c.855 0 1.487-.283 1.904-.562a3 3 0 0 0 .572-.492l.021-.026a.75.75 0 0 1 1.197.905l-.027.034q-.02.025-.052.063c-.044.05-.105.119-.184.198a4.6 4.6 0 0 1-.695.566A4.9 4.9 0 0 1 12 17.22a4.9 4.9 0 0 1-2.736-.814 4.6 4.6 0 0 1-.695-.566 3 3 0 0 1-.236-.261c-.259-.332-.223-.824.123-1.084Z"/><path d="M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1M2.5 12a9.5 9.5 0 0 0 9.5 9.5 9.5 9.5 0 0 0 9.5-9.5A9.5 9.5 0 0 0 12 2.5 9.5 9.5 0 0 0 2.5 12"/><path d="M9 10.75a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0M16.25 12a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/sort-asc-16.svg b/mkdocs-material/material/templates/.icons/octicons/sort-asc-16.svg new file mode 100644 index 0000000..695a73e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/sort-asc-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="m12.927 2.573 3 3A.25.25 0 0 1 15.75 6H13.5v6.75a.75.75 0 0 1-1.5 0V6H9.75a.25.25 0 0 1-.177-.427l3-3a.25.25 0 0 1 .354 0M0 12.25a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5H.75a.75.75 0 0 1-.75-.75m0-4a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5H.75A.75.75 0 0 1 0 8.25m0-4a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5H.75A.75.75 0 0 1 0 4.25"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/sort-asc-24.svg b/mkdocs-material/material/templates/.icons/octicons/sort-asc-24.svg new file mode 100644 index 0000000..daea69e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/sort-asc-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.5 17.25a.75.75 0 0 1-1.5 0V7.56l-2.22 2.22a.75.75 0 1 1-1.06-1.06l3.5-3.5a.75.75 0 0 1 1.06 0l3.5 3.5a.75.75 0 0 1-1.06 1.06L18.5 7.56zm-15.75.25a.75.75 0 0 1 0-1.5h9.5a.75.75 0 0 1 0 1.5zm0-5a.75.75 0 0 1 0-1.5h5.5a.75.75 0 0 1 0 1.5zm0-5a.75.75 0 0 1 0-1.5h3.5a.75.75 0 0 1 0 1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/sort-desc-16.svg b/mkdocs-material/material/templates/.icons/octicons/sort-desc-16.svg new file mode 100644 index 0000000..0f0060d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/sort-desc-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M0 4.25a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5H.75A.75.75 0 0 1 0 4.25m0 4a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5H.75A.75.75 0 0 1 0 8.25m0 4a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5H.75a.75.75 0 0 1-.75-.75M13.5 10h2.25a.25.25 0 0 1 .177.427l-3 3a.25.25 0 0 1-.354 0l-3-3A.25.25 0 0 1 9.75 10H12V3.75a.75.75 0 0 1 1.5 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/sort-desc-24.svg b/mkdocs-material/material/templates/.icons/octicons/sort-desc-24.svg new file mode 100644 index 0000000..fe21c83 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/sort-desc-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.5 16.44V6.75a.75.75 0 0 0-1.5 0v9.69l-2.22-2.22a.75.75 0 1 0-1.06 1.06l3.5 3.5a.75.75 0 0 0 1.06 0l3.5-3.5a.75.75 0 1 0-1.06-1.06zM2 7.25a.75.75 0 0 1 .75-.75h9.5a.75.75 0 0 1 0 1.5h-9.5A.75.75 0 0 1 2 7.25m0 5a.75.75 0 0 1 .75-.75h5.5a.75.75 0 0 1 0 1.5h-5.5a.75.75 0 0 1-.75-.75m0 5a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.75-.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/sparkle-fill-16.svg b/mkdocs-material/material/templates/.icons/octicons/sparkle-fill-16.svg new file mode 100644 index 0000000..62836eb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/sparkle-fill-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M7.53 1.282a.5.5 0 0 1 .94 0l.478 1.306a7.5 7.5 0 0 0 4.464 4.464l1.305.478a.5.5 0 0 1 0 .94l-1.305.478a7.5 7.5 0 0 0-4.464 4.464l-.478 1.305a.5.5 0 0 1-.94 0l-.478-1.305a7.5 7.5 0 0 0-4.464-4.464L1.282 8.47a.5.5 0 0 1 0-.94l1.306-.478a7.5 7.5 0 0 0 4.464-4.464Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/sparkle-fill-24.svg b/mkdocs-material/material/templates/.icons/octicons/sparkle-fill-24.svg new file mode 100644 index 0000000..bd924ba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/sparkle-fill-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.296 1.924c.24-.656 1.168-.656 1.408 0l.717 1.958a11.25 11.25 0 0 0 6.697 6.697l1.958.717c.657.24.657 1.168 0 1.408l-1.958.717a11.25 11.25 0 0 0-6.697 6.697l-.717 1.958c-.24.657-1.168.657-1.408 0l-.717-1.958a11.25 11.25 0 0 0-6.697-6.697l-1.958-.717c-.656-.24-.656-1.168 0-1.408l1.958-.717a11.25 11.25 0 0 0 6.697-6.697z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/sponsor-tiers-16.svg b/mkdocs-material/material/templates/.icons/octicons/sponsor-tiers-16.svg new file mode 100644 index 0000000..fb26cd1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/sponsor-tiers-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M10.586 1C12.268 1 13.5 2.37 13.5 4.25c0 1.745-.996 3.359-2.622 4.831q-.25.226-.509.438l1.116 5.584a.75.75 0 0 1-.991.852l-2.409-.876a.25.25 0 0 0-.17 0l-2.409.876a.75.75 0 0 1-.991-.852L5.63 9.519a14 14 0 0 1-.51-.438C3.497 7.609 2.5 5.995 2.5 4.25 2.5 2.37 3.732 1 5.414 1c.963 0 1.843.403 2.474 1.073L8 2.198l.112-.125a3.39 3.39 0 0 1 2.283-1.068zm-3.621 9.495-.718 3.594 1.155-.42a1.75 1.75 0 0 1 1.028-.051l.168.051 1.154.42-.718-3.592q-.3.195-.505.314l-.169.097a.75.75 0 0 1-.72 0 10 10 0 0 1-.515-.308zM10.586 2.5c-.863 0-1.611.58-1.866 1.459-.209.721-1.231.721-1.44 0C7.025 3.08 6.277 2.5 5.414 2.5 4.598 2.5 4 3.165 4 4.25c0 1.23.786 2.504 2.128 3.719.49.443 1.018.846 1.546 1.198l.325.21.076-.047.251-.163a13 13 0 0 0 1.546-1.198C11.214 6.754 12 5.479 12 4.25c0-1.085-.598-1.75-1.414-1.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/sponsor-tiers-24.svg b/mkdocs-material/material/templates/.icons/octicons/sponsor-tiers-24.svg new file mode 100644 index 0000000..765d9f0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/sponsor-tiers-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.004 1.25C18.311 1.25 20 3.128 20 5.75c0 2.292-1.23 4.464-3.295 6.485-.481.47-.98.909-1.482 1.31l.265 1.32 1.375 7.5a.75.75 0 0 1-.982.844l-3.512-1.207a.75.75 0 0 0-.488 0L8.37 23.209a.75.75 0 0 1-.982-.844l1.378-7.512.261-1.309c-.5-.4-1-.838-1.481-1.31C5.479 10.215 4.25 8.043 4.25 5.75c0-2.622 1.689-4.5 3.996-4.5 1.55 0 2.947.752 3.832 1.967l.047.067.047-.067a4.73 4.73 0 0 1 3.612-1.962zM13.89 14.531c-.418.285-.828.542-1.218.77l-.18.103a.75.75 0 0 1-.734 0l-.071-.04-.46-.272q-.424-.26-.868-.562l-.121.605-1.145 6.239 2.3-.79a2.25 2.25 0 0 1 1.284-.054l.18.053 2.299.79-1.141-6.226zM16.004 2.75c-1.464 0-2.731.983-3.159 2.459-.209.721-1.231.721-1.44 0-.428-1.476-1.695-2.459-3.16-2.459-1.44 0-2.495 1.173-2.495 3 0 1.811 1.039 3.647 2.844 5.412a19.6 19.6 0 0 0 3.734 2.84l-.019-.011-.184-.111.147-.088a20 20 0 0 0 3.015-2.278l.37-.352C17.46 9.397 18.5 7.561 18.5 5.75c0-1.827-1.055-3-2.496-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/square-16.svg b/mkdocs-material/material/templates/.icons/octicons/square-16.svg new file mode 100644 index 0000000..65bf371 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/square-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M4 5.75C4 4.784 4.784 4 5.75 4h4.5c.966 0 1.75.784 1.75 1.75v4.5A1.75 1.75 0 0 1 10.25 12h-4.5A1.75 1.75 0 0 1 4 10.25Zm1.75-.25a.25.25 0 0 0-.25.25v4.5c0 .138.112.25.25.25h4.5a.25.25 0 0 0 .25-.25v-4.5a.25.25 0 0 0-.25-.25Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/square-24.svg b/mkdocs-material/material/templates/.icons/octicons/square-24.svg new file mode 100644 index 0000000..757ae60 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/square-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 7.75C6 6.784 6.784 6 7.75 6h8.5c.966 0 1.75.784 1.75 1.75v8.5A1.75 1.75 0 0 1 16.25 18h-8.5A1.75 1.75 0 0 1 6 16.25Zm1.75-.25a.25.25 0 0 0-.25.25v8.5c0 .138.112.25.25.25h8.5a.25.25 0 0 0 .25-.25v-8.5a.25.25 0 0 0-.25-.25Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/square-fill-16.svg b/mkdocs-material/material/templates/.icons/octicons/square-fill-16.svg new file mode 100644 index 0000000..b44e7b0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/square-fill-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M5.75 4h4.5c.966 0 1.75.784 1.75 1.75v4.5A1.75 1.75 0 0 1 10.25 12h-4.5A1.75 1.75 0 0 1 4 10.25v-4.5C4 4.784 4.784 4 5.75 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/square-fill-24.svg b/mkdocs-material/material/templates/.icons/octicons/square-fill-24.svg new file mode 100644 index 0000000..d291eca --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/square-fill-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.75 6h8.5c.966 0 1.75.784 1.75 1.75v8.5A1.75 1.75 0 0 1 16.25 18h-8.5A1.75 1.75 0 0 1 6 16.25v-8.5C6 6.784 6.784 6 7.75 6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/squirrel-16.svg b/mkdocs-material/material/templates/.icons/octicons/squirrel-16.svg new file mode 100644 index 0000000..5f49782 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/squirrel-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M3.499.75a.75.75 0 0 1 1.5 0v.996C5.9 2.903 6.793 3.65 7.662 4.376l.24.202c-.036-.694.055-1.422.426-2.163C9.1.873 10.794-.045 12.622.26 14.408.558 16 1.94 16 4.25c0 1.278-.954 2.575-2.44 2.734l.146.508.065.22c.203.701.412 1.455.476 2.226.142 1.707-.4 3.03-1.487 3.898C11.714 14.671 10.27 15 8.75 15h-6a.75.75 0 0 1 0-1.5h1.376a4.5 4.5 0 0 1-.563-1.191 3.84 3.84 0 0 1-.05-2.063 4.65 4.65 0 0 1-2.025-.293.75.75 0 0 1 .525-1.406c1.357.507 2.376-.006 2.698-.318l.009-.01a.747.747 0 0 1 1.06 0 .75.75 0 0 1-.012 1.074c-.912.92-.992 1.835-.768 2.586.221.74.745 1.337 1.196 1.621H8.75c1.343 0 2.398-.296 3.074-.836.635-.507 1.036-1.31.928-2.602-.05-.603-.216-1.224-.422-1.93l-.064-.221c-.12-.407-.246-.84-.353-1.29a2.4 2.4 0 0 1-.507-.441 3.1 3.1 0 0 1-.633-1.248.75.75 0 0 1 1.455-.364c.046.185.144.436.31.627.146.168.353.305.712.305.738 0 1.25-.615 1.25-1.25 0-1.47-.95-2.315-2.123-2.51-1.172-.196-2.227.387-2.706 1.345-.46.92-.27 1.774.019 3.062l.042.19.01.05c.348.443.666.949.94 1.553a.75.75 0 1 1-1.365.62c-.553-1.217-1.32-1.94-2.3-2.768L6.7 5.527c-.814-.68-1.75-1.462-2.692-2.619a3.7 3.7 0 0 0-1.023.88c-.406.495-.663 1.036-.722 1.508.116.122.306.21.591.239.388.038.797-.06 1.032-.19a.75.75 0 0 1 .728 1.31c-.515.287-1.23.439-1.906.373-.682-.067-1.473-.38-1.879-1.193L.75 5.677V5.5c0-.984.48-1.94 1.077-2.664.46-.559 1.05-1.055 1.673-1.353z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/squirrel-24.svg b/mkdocs-material/material/templates/.icons/octicons/squirrel-24.svg new file mode 100644 index 0000000..a7b50fb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/squirrel-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.377 3.49c-1.862-.31-3.718.62-4.456 2.095-.428.857-.691 1.624-.728 2.361-.035.71.138 1.444.67 2.252.644.854 1.199 1.913 1.608 3.346a.75.75 0 1 1-1.442.412c-.353-1.236-.82-2.135-1.372-2.865l-.008-.01c-.53-.698-1.14-1.242-1.807-1.778a51 51 0 0 0-.667-.524C9.024 7.884 7.71 6.863 6.471 5.16c-.59.287-1.248.798-1.806 1.454-.665.78-1.097 1.66-1.158 2.446.246.36.685.61 1.246.715.643.12 1.278.015 1.633-.182a.75.75 0 1 1 .728 1.311c-.723.402-1.728.516-2.637.346-.916-.172-1.898-.667-2.398-1.666L2 9.427V9.25c0-1.323.678-2.615 1.523-3.607.7-.824 1.59-1.528 2.477-1.917V2.75a.75.75 0 1 1 1.5 0v1.27c1.154 1.67 2.363 2.612 3.568 3.551q.311.242.621.489.002-.095.006-.188c.052-1.034.414-2.017.884-2.958 1.06-2.118 3.594-3.313 6.044-2.904 1.225.204 2.329.795 3.125 1.748C22.546 4.713 23 5.988 23 7.5c0 1.496-.913 3.255-2.688 3.652.838 1.699 1.438 3.768 1.181 5.697-.269 2.017-1.04 3.615-2.582 4.675C17.409 22.558 15.288 23 12.5 23H4.75a.75.75 0 0 1 0-1.5h2.322c-.58-.701-.998-1.578-1.223-2.471-.327-1.3-.297-2.786.265-4.131-.92.091-1.985-.02-3.126-.445a.75.75 0 1 1 .524-1.406c1.964.733 3.428.266 4.045-.19q.102-.09.208-.18a.745.745 0 0 1 .861-.076.75.75 0 0 1 .32.368.75.75 0 0 1-.173.819q-.115.114-.252.221c-1.322 1.234-1.62 3.055-1.218 4.654.438 1.737 1.574 2.833 2.69 2.837H12.5c2.674 0 4.429-.433 5.56-1.212 1.094-.752 1.715-1.904 1.946-3.637.236-1.768-.445-3.845-1.407-5.529l-.012-.02a3.56 3.56 0 0 1-1.553-.94c-.556-.565-.89-1.243-1.012-1.73a.75.75 0 0 1 1.456-.364c.057.231.26.67.626 1.043.35.357.822.623 1.443.623 1.172 0 1.953-1.058 1.953-2.234 0-1.205-.357-2.127-.903-2.78-.547-.654-1.318-1.08-2.22-1.23"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/stack-16.svg b/mkdocs-material/material/templates/.icons/octicons/stack-16.svg new file mode 100644 index 0000000..41205fe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/stack-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M7.122.392a1.75 1.75 0 0 1 1.756 0l5.003 2.902c.83.481.83 1.68 0 2.162L8.878 8.358a1.75 1.75 0 0 1-1.756 0L2.119 5.456a1.25 1.25 0 0 1 0-2.162ZM8.125 1.69a.25.25 0 0 0-.25 0l-4.63 2.685 4.63 2.685a.25.25 0 0 0 .25 0l4.63-2.685ZM1.601 7.789a.75.75 0 0 1 1.025-.273l5.249 3.044a.25.25 0 0 0 .25 0l5.249-3.044a.75.75 0 0 1 .752 1.298l-5.248 3.044a1.75 1.75 0 0 1-1.756 0L1.874 8.814A.75.75 0 0 1 1.6 7.789Zm0 3.5a.75.75 0 0 1 1.025-.273l5.249 3.044a.25.25 0 0 0 .25 0l5.249-3.044a.75.75 0 0 1 .752 1.298l-5.248 3.044a1.75 1.75 0 0 1-1.756 0l-5.248-3.044a.75.75 0 0 1-.273-1.025"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/stack-24.svg b/mkdocs-material/material/templates/.icons/octicons/stack-24.svg new file mode 100644 index 0000000..3e7e766 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/stack-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.063 1.456a1.75 1.75 0 0 1 1.874 0l8.383 5.316a1.75 1.75 0 0 1 0 2.956l-8.383 5.316a1.75 1.75 0 0 1-1.874 0L2.68 9.728a1.75 1.75 0 0 1 0-2.956Zm1.071 1.267a.25.25 0 0 0-.268 0L3.483 8.039a.25.25 0 0 0 0 .422l8.383 5.316a.25.25 0 0 0 .268 0l8.383-5.316a.25.25 0 0 0 0-.422Z"/><path d="M1.867 12.324a.75.75 0 0 1 1.035-.232l8.964 5.685a.25.25 0 0 0 .268 0l8.964-5.685a.75.75 0 0 1 .804 1.267l-8.965 5.685a1.75 1.75 0 0 1-1.874 0l-8.965-5.685a.75.75 0 0 1-.231-1.035"/><path d="M1.867 16.324a.75.75 0 0 1 1.035-.232l8.964 5.685a.25.25 0 0 0 .268 0l8.964-5.685a.75.75 0 0 1 .804 1.267l-8.965 5.685a1.75 1.75 0 0 1-1.874 0l-8.965-5.685a.75.75 0 0 1-.231-1.035"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/star-16.svg b/mkdocs-material/material/templates/.icons/octicons/star-16.svg new file mode 100644 index 0000000..70d3aa0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/star-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8 .25a.75.75 0 0 1 .673.418l1.882 3.815 4.21.612a.75.75 0 0 1 .416 1.279l-3.046 2.97.719 4.192a.751.751 0 0 1-1.088.791L8 12.347l-3.766 1.98a.75.75 0 0 1-1.088-.79l.72-4.194L.818 6.374a.75.75 0 0 1 .416-1.28l4.21-.611L7.327.668A.75.75 0 0 1 8 .25m0 2.445L6.615 5.5a.75.75 0 0 1-.564.41l-3.097.45 2.24 2.184a.75.75 0 0 1 .216.664l-.528 3.084 2.769-1.456a.75.75 0 0 1 .698 0l2.77 1.456-.53-3.084a.75.75 0 0 1 .216-.664l2.24-2.183-3.096-.45a.75.75 0 0 1-.564-.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/star-24.svg b/mkdocs-material/material/templates/.icons/octicons/star-24.svg new file mode 100644 index 0000000..5e93a2e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/star-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 .25a.75.75 0 0 1 .673.418l3.058 6.197 6.839.994a.75.75 0 0 1 .415 1.279l-4.948 4.823 1.168 6.811a.751.751 0 0 1-1.088.791L12 18.347l-6.117 3.216a.75.75 0 0 1-1.088-.79l1.168-6.812-4.948-4.823a.75.75 0 0 1 .416-1.28l6.838-.993L11.328.668A.75.75 0 0 1 12 .25m0 2.445L9.44 7.882a.75.75 0 0 1-.565.41l-5.725.832 4.143 4.038a.75.75 0 0 1 .215.664l-.978 5.702 5.121-2.692a.75.75 0 0 1 .698 0l5.12 2.692-.977-5.702a.75.75 0 0 1 .215-.664l4.143-4.038-5.725-.831a.75.75 0 0 1-.565-.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/star-fill-16.svg b/mkdocs-material/material/templates/.icons/octicons/star-fill-16.svg new file mode 100644 index 0000000..0f2fd6b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/star-fill-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8 .25a.75.75 0 0 1 .673.418l1.882 3.815 4.21.612a.75.75 0 0 1 .416 1.279l-3.046 2.97.719 4.192a.751.751 0 0 1-1.088.791L8 12.347l-3.766 1.98a.75.75 0 0 1-1.088-.79l.72-4.194L.818 6.374a.75.75 0 0 1 .416-1.28l4.21-.611L7.327.668A.75.75 0 0 1 8 .25"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/star-fill-24.svg b/mkdocs-material/material/templates/.icons/octicons/star-fill-24.svg new file mode 100644 index 0000000..8c83445 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/star-fill-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12.672.668 3.059 6.197 6.838.993a.75.75 0 0 1 .416 1.28l-4.948 4.823 1.168 6.812a.75.75 0 0 1-1.088.79L12 18.347l-6.116 3.216a.75.75 0 0 1-1.088-.791l1.168-6.811-4.948-4.823a.749.749 0 0 1 .416-1.279l6.838-.994L11.327.668a.75.75 0 0 1 1.345 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/stop-16.svg b/mkdocs-material/material/templates/.icons/octicons/stop-16.svg new file mode 100644 index 0000000..77b96d4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/stop-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M4.47.22A.75.75 0 0 1 5 0h6c.199 0 .389.079.53.22l4.25 4.25c.141.14.22.331.22.53v6a.75.75 0 0 1-.22.53l-4.25 4.25A.75.75 0 0 1 11 16H5a.75.75 0 0 1-.53-.22L.22 11.53A.75.75 0 0 1 0 11V5c0-.199.079-.389.22-.53Zm.84 1.28L1.5 5.31v5.38l3.81 3.81h5.38l3.81-3.81V5.31L10.69 1.5ZM8 4a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0v-3.5A.75.75 0 0 1 8 4m0 8a1 1 0 1 1 0-2 1 1 0 0 1 0 2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/stop-24.svg b/mkdocs-material/material/templates/.icons/octicons/stop-24.svg new file mode 100644 index 0000000..d7b656c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/stop-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 7a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0v-4.5A.75.75 0 0 1 12 7m0 10a1 1 0 1 0 0-2 1 1 0 0 0 0 2"/><path d="M7.328 1.47a.75.75 0 0 1 .53-.22h8.284c.199 0 .389.079.53.22l5.858 5.858c.141.14.22.33.22.53v8.284a.75.75 0 0 1-.22.53l-5.858 5.858a.75.75 0 0 1-.53.22H7.858a.75.75 0 0 1-.53-.22L1.47 16.672a.75.75 0 0 1-.22-.53V7.858c0-.199.079-.389.22-.53Zm.84 1.28L2.75 8.169v7.662l5.419 5.419h7.662l5.419-5.418V8.168L15.832 2.75Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/stopwatch-16.svg b/mkdocs-material/material/templates/.icons/octicons/stopwatch-16.svg new file mode 100644 index 0000000..c2f5175 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/stopwatch-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M5.75.75A.75.75 0 0 1 6.5 0h3a.75.75 0 0 1 0 1.5h-.75v1l-.001.041a6.7 6.7 0 0 1 3.464 1.435l.007-.006.75-.75a.749.749 0 0 1 1.275.326.75.75 0 0 1-.215.734l-.75.75-.006.007a6.75 6.75 0 1 1-10.548 0L2.72 5.03l-.75-.75a.75.75 0 0 1 .018-1.042.75.75 0 0 1 1.042-.018l.75.75.007.006A6.7 6.7 0 0 1 7.25 2.541V1.5H6.5a.75.75 0 0 1-.75-.75M8 14.5a5.25 5.25 0 1 0-.001-10.501A5.25 5.25 0 0 0 8 14.5m.389-6.7 1.33-1.33a.75.75 0 1 1 1.061 1.06L9.45 8.861A1.503 1.503 0 0 1 8 10.75a1.499 1.499 0 1 1 .389-2.95"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/stopwatch-24.svg b/mkdocs-material/material/templates/.icons/octicons/stopwatch-24.svg new file mode 100644 index 0000000..0130020 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/stopwatch-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.25 0h3.5a.75.75 0 0 1 0 1.5h-1v1.278a9.95 9.95 0 0 1 5.636 2.276L19.72 3.72a.75.75 0 0 1 1.042.018.75.75 0 0 1 .018 1.042l-1.315 1.316A9.96 9.96 0 0 1 22 12.75c0 5.523-4.477 10-10 10s-10-4.477-10-10a9.96 9.96 0 0 1 2.535-6.654L3.22 4.78a.75.75 0 0 1 .018-1.042.75.75 0 0 1 1.042-.018l1.335 1.334a9.96 9.96 0 0 1 5.635-2.276V1.5h-1a.75.75 0 0 1 0-1.5M12 21.25a8.5 8.5 0 1 0-.001-17.001A8.5 8.5 0 0 0 12 21.25m4.03-12.53a.75.75 0 0 1 0 1.06l-2.381 2.382a1.75 1.75 0 1 1-1.06-1.06l2.38-2.382a.75.75 0 0 1 1.061 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/strikethrough-16.svg b/mkdocs-material/material/templates/.icons/octicons/strikethrough-16.svg new file mode 100644 index 0000000..f5980f3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/strikethrough-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M11.055 8.5c.524.536.815 1.257.811 2.007a3.13 3.13 0 0 1-1.12 2.408C9.948 13.597 8.748 14 7.096 14c-1.706 0-3.104-.607-3.902-1.377a.751.751 0 0 1 1.042-1.079c.48.463 1.487.956 2.86.956 1.422 0 2.232-.346 2.676-.726.435-.372.594-.839.594-1.267 0-.472-.208-.857-.647-1.197-.448-.346-1.116-.623-1.951-.81H1.75a.75.75 0 0 1 0-1.5h12.5a.75.75 0 0 1 0 1.5ZM7.581 3.25c-2.036 0-2.778 1.082-2.778 1.786q0 .082.006.157a.75.75 0 0 1-1.496.114 4 4 0 0 1-.01-.271c0-1.832 1.75-3.286 4.278-3.286 1.418 0 2.721.58 3.514 1.093a.75.75 0 1 1-.814 1.26c-.64-.414-1.662-.853-2.7-.853"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/strikethrough-24.svg b/mkdocs-material/material/templates/.icons/octicons/strikethrough-24.svg new file mode 100644 index 0000000..ce4f34b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/strikethrough-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.533 12.5.054.043c.93.75 1.538 1.77 1.538 3.066a4.13 4.13 0 0 1-1.479 3.177c-1.058.904-2.679 1.464-4.974 1.464-2.35 0-4.252-.837-5.318-1.865a.75.75 0 1 1 1.042-1.08c.747.722 2.258 1.445 4.276 1.445 2.065 0 3.296-.504 3.999-1.105a2.63 2.63 0 0 0 .954-2.036c0-.764-.337-1.38-.979-1.898-.649-.523-1.598-.931-2.76-1.211H3.75a.75.75 0 0 1 0-1.5h16.5a.75.75 0 0 1 0 1.5ZM12.36 5C9.37 5 8.105 6.613 8.105 7.848c0 .411.072.744.193 1.02a.75.75 0 0 1-1.373.603 4 4 0 0 1-.32-1.623c0-2.363 2.271-4.348 5.755-4.348 1.931 0 3.722.794 4.814 1.5a.75.75 0 1 1-.814 1.26c-.94-.607-2.448-1.26-4-1.26"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/sun-16.svg b/mkdocs-material/material/templates/.icons/octicons/sun-16.svg new file mode 100644 index 0000000..42e5e2b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/sun-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8 12a4 4 0 1 1 0-8 4 4 0 0 1 0 8m0-1.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5m5.657-8.157a.75.75 0 0 1 0 1.061l-1.061 1.06a.749.749 0 0 1-1.275-.326.75.75 0 0 1 .215-.734l1.06-1.06a.75.75 0 0 1 1.06 0Zm-9.193 9.193a.75.75 0 0 1 0 1.06l-1.06 1.061a.75.75 0 1 1-1.061-1.06l1.06-1.061a.75.75 0 0 1 1.061 0M8 0a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0V.75A.75.75 0 0 1 8 0M3 8a.75.75 0 0 1-.75.75H.75a.75.75 0 0 1 0-1.5h1.5A.75.75 0 0 1 3 8m13 0a.75.75 0 0 1-.75.75h-1.5a.75.75 0 0 1 0-1.5h1.5A.75.75 0 0 1 16 8m-8 5a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0v-1.5A.75.75 0 0 1 8 13m3.536-1.464a.75.75 0 0 1 1.06 0l1.061 1.06a.75.75 0 0 1-1.06 1.061l-1.061-1.06a.75.75 0 0 1 0-1.061M2.343 2.343a.75.75 0 0 1 1.061 0l1.06 1.061a.75.75 0 0 1-.018 1.042.75.75 0 0 1-1.042.018l-1.06-1.06a.75.75 0 0 1 0-1.06Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/sun-24.svg b/mkdocs-material/material/templates/.icons/octicons/sun-24.svg new file mode 100644 index 0000000..aa21437 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/sun-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 19a7 7 0 1 1 0-14 7 7 0 0 1 0 14m0-1.5a5.5 5.5 0 1 0 0-11 5.5 5.5 0 1 0 0 11m-5.657.157a.75.75 0 0 1 0 1.06l-1.768 1.768a.749.749 0 0 1-1.275-.326.75.75 0 0 1 .215-.734l1.767-1.768a.75.75 0 0 1 1.061 0M3.515 3.515a.75.75 0 0 1 1.06 0l1.768 1.768a.749.749 0 0 1-.326 1.275.75.75 0 0 1-.734-.215L3.515 4.575a.75.75 0 0 1 0-1.06M12 0a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-1.5 0V.75A.75.75 0 0 1 12 0M4 12a.75.75 0 0 1-.75.75H.75a.75.75 0 0 1 0-1.5h2.5A.75.75 0 0 1 4 12m8 8a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-1.5 0v-2.5A.75.75 0 0 1 12 20m12-8a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h2.5A.75.75 0 0 1 24 12m-6.343 5.657a.75.75 0 0 1 1.06 0l1.768 1.768a.75.75 0 0 1-.018 1.042.75.75 0 0 1-1.042.018l-1.768-1.767a.75.75 0 0 1 0-1.061m2.828-14.142a.75.75 0 0 1 0 1.06l-1.768 1.768a.75.75 0 0 1-1.042-.018.75.75 0 0 1-.018-1.042l1.767-1.768a.75.75 0 0 1 1.061 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/sync-16.svg b/mkdocs-material/material/templates/.icons/octicons/sync-16.svg new file mode 100644 index 0000000..60f9d4d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/sync-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M1.705 8.005a.75.75 0 0 1 .834.656 5.5 5.5 0 0 0 9.592 2.97l-1.204-1.204a.25.25 0 0 1 .177-.427h3.646a.25.25 0 0 1 .25.25v3.646a.25.25 0 0 1-.427.177l-1.38-1.38A7.002 7.002 0 0 1 1.05 8.84a.75.75 0 0 1 .656-.834ZM8 2.5a5.49 5.49 0 0 0-4.131 1.869l1.204 1.204A.25.25 0 0 1 4.896 6H1.25A.25.25 0 0 1 1 5.75V2.104a.25.25 0 0 1 .427-.177l1.38 1.38A7.002 7.002 0 0 1 14.95 7.16a.75.75 0 0 1-1.49.178A5.5 5.5 0 0 0 8 2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/sync-24.svg b/mkdocs-material/material/templates/.icons/octicons/sync-24.svg new file mode 100644 index 0000000..63b580a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/sync-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.38 8A9.5 9.5 0 0 1 12 2.5a9.5 9.5 0 0 1 9.215 7.182.75.75 0 1 0 1.456-.364C21.473 4.539 17.15 1 12 1a11 11 0 0 0-9.5 5.452V4.75a.75.75 0 0 0-1.5 0V8.5a1 1 0 0 0 1 1h3.75a.75.75 0 0 0 0-1.5zm-.595 6.318a.75.75 0 0 0-1.455.364C2.527 19.461 6.85 23 12 23c4.052 0 7.592-2.191 9.5-5.451v1.701a.75.75 0 0 0 1.5 0V15.5a1 1 0 0 0-1-1h-3.75a.75.75 0 0 0 0 1.5h2.37A9.5 9.5 0 0 1 12 21.5c-4.446 0-8.181-3.055-9.215-7.182"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/tab-16.svg b/mkdocs-material/material/templates/.icons/octicons/tab-16.svg new file mode 100644 index 0000000..a9e1bed --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/tab-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="m10.78 8.53-3.75 3.75a.749.749 0 1 1-1.06-1.06l2.469-2.47H1.75a.75.75 0 0 1 0-1.5h6.689L5.97 4.78a.749.749 0 1 1 1.06-1.06l3.75 3.75a.75.75 0 0 1 0 1.06M13 12.25v-8.5a.75.75 0 0 1 1.5 0v8.5a.75.75 0 0 1-1.5 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/tab-24.svg b/mkdocs-material/material/templates/.icons/octicons/tab-24.svg new file mode 100644 index 0000000..5c4326f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/tab-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 4.25a.75.75 0 0 0-1.5 0v15a.75.75 0 0 0 1.5 0zm-9.72 14.28a.75.75 0 1 1-1.06-1.06l4.97-4.97H1.75a.75.75 0 0 1 0-1.5h14.44l-4.97-4.97a.75.75 0 0 1 1.06-1.06l6.25 6.25a.75.75 0 0 1 0 1.06z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/tab-external-16.svg b/mkdocs-material/material/templates/.icons/octicons/tab-external-16.svg new file mode 100644 index 0000000..aa616a0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/tab-external-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M3.25 4a.25.25 0 0 0-.25.25v9a.75.75 0 0 1-.75.75H.75a.75.75 0 0 1 0-1.5h.75V4.25c0-.966.784-1.75 1.75-1.75h9.5c.966 0 1.75.784 1.75 1.75v8.25h.75a.75.75 0 0 1 0 1.5h-1.5a.75.75 0 0 1-.75-.75v-9a.25.25 0 0 0-.25-.25z"/><path d="m7.97 7.97-2.75 2.75a.75.75 0 1 0 1.06 1.06l2.75-2.75 1.543 1.543a.25.25 0 0 0 .427-.177V6.25a.25.25 0 0 0-.25-.25H6.604a.25.25 0 0 0-.177.427z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/tab-external-24.svg b/mkdocs-material/material/templates/.icons/octicons/tab-external-24.svg new file mode 100644 index 0000000..bfdae85 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/tab-external-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 5.75C3 4.784 3.784 4 4.75 4h14.5c.966 0 1.75.784 1.75 1.75V18.5h2a.75.75 0 0 1 0 1.5h-2.65a.85.85 0 0 1-.85-.85V5.75a.25.25 0 0 0-.25-.25H4.75a.25.25 0 0 0-.25.25v13.4c0 .47-.38.85-.85.85H1a.75.75 0 0 1 0-1.5h2z"/><path d="M16.404 13.7a.75.75 0 0 1-1.29.547 690 690 0 0 0-1.92-1.976l-4.141 4.14a.75.75 0 0 1-1.061-1.06l4.14-4.14-1.94-1.94A.75.75 0 0 1 10.703 8h4.95a.75.75 0 0 1 .75.75v4.95Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/table-16.svg b/mkdocs-material/material/templates/.icons/octicons/table-16.svg new file mode 100644 index 0000000..f941428 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/table-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M0 1.75C0 .784.784 0 1.75 0h12.5C15.216 0 16 .784 16 1.75v12.5A1.75 1.75 0 0 1 14.25 16H1.75A1.75 1.75 0 0 1 0 14.25ZM6.5 6.5v8h7.75a.25.25 0 0 0 .25-.25V6.5Zm8-1.5V1.75a.25.25 0 0 0-.25-.25H6.5V5Zm-13 1.5v7.75c0 .138.112.25.25.25H5v-8ZM5 5V1.5H1.75a.25.25 0 0 0-.25.25V5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/table-24.svg b/mkdocs-material/material/templates/.icons/octicons/table-24.svg new file mode 100644 index 0000000..4198cbd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/table-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 3.75C2 2.784 2.784 2 3.75 2h16.5c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0 1 20.25 22H3.75A1.75 1.75 0 0 1 2 20.25ZM9 9v11.5h11.25a.25.25 0 0 0 .25-.25V9Zm11.5-1.5V3.75a.25.25 0 0 0-.25-.25H9v4ZM3.5 9v11.25c0 .138.112.25.25.25H7.5V9Zm4-1.5v-4H3.75a.25.25 0 0 0-.25.25V7.5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/tag-16.svg b/mkdocs-material/material/templates/.icons/octicons/tag-16.svg new file mode 100644 index 0000000..02e3899 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/tag-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M1 7.775V2.75C1 1.784 1.784 1 2.75 1h5.025c.464 0 .91.184 1.238.513l6.25 6.25a1.75 1.75 0 0 1 0 2.474l-5.026 5.026a1.75 1.75 0 0 1-2.474 0l-6.25-6.25A1.75 1.75 0 0 1 1 7.775m1.5 0c0 .066.026.13.073.177l6.25 6.25a.25.25 0 0 0 .354 0l5.025-5.025a.25.25 0 0 0 0-.354l-6.25-6.25a.25.25 0 0 0-.177-.073H2.75a.25.25 0 0 0-.25.25ZM6 5a1 1 0 1 1 0 2 1 1 0 0 1 0-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/tag-24.svg b/mkdocs-material/material/templates/.icons/octicons/tag-24.svg new file mode 100644 index 0000000..4594b35 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/tag-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.75 6.5a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5"/><path d="M2.5 1h8.44a1.5 1.5 0 0 1 1.06.44l10.25 10.25a1.5 1.5 0 0 1 0 2.12l-8.44 8.44a1.5 1.5 0 0 1-2.12 0L1.44 12A1.5 1.5 0 0 1 1 10.94V2.5A1.5 1.5 0 0 1 2.5 1m0 1.5v8.44l10.25 10.25 8.44-8.44L10.94 2.5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/tasklist-16.svg b/mkdocs-material/material/templates/.icons/octicons/tasklist-16.svg new file mode 100644 index 0000000..648d1b6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/tasklist-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M2 2h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1m4.655 8.595a.75.75 0 0 1 0 1.06L4.03 14.28a.75.75 0 0 1-1.06 0l-1.5-1.5a.749.749 0 0 1 .326-1.275.75.75 0 0 1 .734.215l.97.97 2.095-2.095a.75.75 0 0 1 1.06 0M9.75 2.5h5.5a.75.75 0 0 1 0 1.5h-5.5a.75.75 0 0 1 0-1.5m0 5h5.5a.75.75 0 0 1 0 1.5h-5.5a.75.75 0 0 1 0-1.5m0 5h5.5a.75.75 0 0 1 0 1.5h-5.5a.75.75 0 0 1 0-1.5m-7.25-9v3h3v-3Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/tasklist-24.svg b/mkdocs-material/material/templates/.icons/octicons/tasklist-24.svg new file mode 100644 index 0000000..24cda5e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/tasklist-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 6a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1Zm1.5 4.5h4v-4h-4Zm8.25-5a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zm0 6a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zm0 6a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zm-2.97-2.53a.75.75 0 0 1 0 1.06l-3.5 3.5a.75.75 0 0 1-1.06 0l-2-2a.75.75 0 1 1 1.06-1.06l1.47 1.47 2.97-2.97a.75.75 0 0 1 1.06 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/telescope-16.svg b/mkdocs-material/material/templates/.icons/octicons/telescope-16.svg new file mode 100644 index 0000000..748de45 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/telescope-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M14.184 1.143zl1.422 2.464a1.75 1.75 0 0 1-.757 2.451L3.104 11.713a1.75 1.75 0 0 1-2.275-.702l-.447-.775a1.75 1.75 0 0 1 .53-2.32L11.682.573a1.75 1.75 0 0 1 2.502.57m-4.709 9.32zl2.644 3.863a.75.75 0 1 1-1.238.848l-1.881-2.75v2.826a.75.75 0 0 1-1.5 0v-2.826l-1.881 2.75a.75.75 0 1 1-1.238-.848l2.049-2.992a.75.75 0 0 1 .293-.253l1.809-.87a.75.75 0 0 1 .944.252M9.436 3.92zl-4.97 3.39.942 1.63 5.42-2.61Zm3.091-2.108h.001l-1.85 1.26 1.505 2.605 2.016-.97a.25.25 0 0 0 .13-.151.25.25 0 0 0-.022-.199l-1.422-2.464a.25.25 0 0 0-.161-.119.25.25 0 0 0-.197.038M1.756 9.157a.25.25 0 0 0-.075.33l.447.775a.25.25 0 0 0 .325.1l1.598-.769-.83-1.436z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/telescope-24.svg b/mkdocs-material/material/templates/.icons/octicons/telescope-24.svg new file mode 100644 index 0000000..033256f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/telescope-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.408 15.13a2 2 0 0 1 .59-2.642L17.038 1.33a2 2 0 0 1 2.85.602l2.828 4.644a2 2 0 0 1-.851 2.847l-17.762 8.43a2 2 0 0 1-2.59-.807Zm5.263-4.066 1.987 3.44 8.712-4.135-2.857-4.76Zm12.06-1.34.001-.001 3.49-1.656a.5.5 0 0 0 .212-.712l-2.826-4.644a.503.503 0 0 0-.713-.151l-3.148 2.19Zm-13.295 2.2L1.854 13.72a.5.5 0 0 0-.147.66l1.105 1.915a.5.5 0 0 0 .648.201l2.838-1.347ZM17.155 22.87a.75.75 0 0 0 .226-1.036l-4-6.239a.75.75 0 0 0-.941-.278l-2.75 1.25a.75.75 0 0 0-.318.274l-3.25 4.989a.75.75 0 0 0 1.256.819l3.131-4.806.51-.232v5.64a.75.75 0 1 0 1.5 0v-6.22l3.6 5.613a.75.75 0 0 0 1.036.226"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/telescope-fill-16.svg b/mkdocs-material/material/templates/.icons/octicons/telescope-fill-16.svg new file mode 100644 index 0000000..1dc632b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/telescope-fill-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M11.905.42a1.5 1.5 0 0 1 2.144.49l1.692 2.93a1.5 1.5 0 0 1-.649 2.102L2.895 11.815a1.5 1.5 0 0 1-1.95-.602l-.68-1.176a1.5 1.5 0 0 1 .455-1.99L11.905.422Zm-3.374 9.79a.75.75 0 0 1 .944.253l2.644 3.864a.751.751 0 0 1-1.238.847L9 12.424v2.826a.75.75 0 0 1-1.5 0v-2.826l-1.881 2.75a.75.75 0 1 1-1.238-.848l2.048-2.992a.75.75 0 0 1 .293-.252zm2.476-3.965v-.001l1.356-.653-1.52-2.631-1.243.848ZM3.279 8.119l.835 1.445 1.355-.653-.947-1.64Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/telescope-fill-24.svg b/mkdocs-material/material/templates/.icons/octicons/telescope-fill-24.svg new file mode 100644 index 0000000..8dbc6a6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/telescope-fill-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.155 22.87a.75.75 0 0 0 .226-1.036l-4-6.239a.75.75 0 0 0-.941-.277l-2.75 1.25a.75.75 0 0 0-.318.273l-3.25 4.989a.75.75 0 0 0 1.256.819l3.131-4.806.51-.232v5.64a.75.75 0 1 0 1.5 0v-6.22l3.6 5.613a.75.75 0 0 0 1.036.226M.408 15.13a2 2 0 0 1 .59-2.642L17.038 1.33a2 2 0 0 1 2.85.602l2.828 4.644a2 2 0 0 1-.851 2.847l-17.762 8.43a2 2 0 0 1-2.59-.807Zm13.105-9.521 2.857 4.76 1.361-.646-2.984-4.973Zm-7.842 5.455-1.235.86 1.862 3.225 1.36-.645Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/terminal-16.svg b/mkdocs-material/material/templates/.icons/octicons/terminal-16.svg new file mode 100644 index 0000000..a8166cc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/terminal-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M0 2.75C0 1.784.784 1 1.75 1h12.5c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0 1 14.25 15H1.75A1.75 1.75 0 0 1 0 13.25Zm1.75-.25a.25.25 0 0 0-.25.25v10.5c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25V2.75a.25.25 0 0 0-.25-.25ZM7.25 8a.75.75 0 0 1-.22.53l-2.25 2.25a.749.749 0 0 1-1.275-.326.75.75 0 0 1 .215-.734L5.44 8 3.72 6.28a.749.749 0 0 1 .326-1.275.75.75 0 0 1 .734.215l2.25 2.25c.141.14.22.331.22.53m1.5 1.5h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1 0-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/terminal-24.svg b/mkdocs-material/material/templates/.icons/octicons/terminal-24.svg new file mode 100644 index 0000000..96c5315 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/terminal-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.25 12a.75.75 0 0 1-.22.53l-2.75 2.75a.75.75 0 0 1-1.06-1.06L7.44 12 5.22 9.78a.75.75 0 1 1 1.06-1.06l2.75 2.75c.141.14.22.331.22.53m2 2a.75.75 0 0 0 0 1.5h5a.75.75 0 0 0 0-1.5z"/><path d="M0 4.75C0 3.784.784 3 1.75 3h20.5c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0 1 22.25 21H1.75A1.75 1.75 0 0 1 0 19.25Zm1.75-.25a.25.25 0 0 0-.25.25v14.5c0 .138.112.25.25.25h20.5a.25.25 0 0 0 .25-.25V4.75a.25.25 0 0 0-.25-.25Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/three-bars-16.svg b/mkdocs-material/material/templates/.icons/octicons/three-bars-16.svg new file mode 100644 index 0000000..ec34f19 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/three-bars-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M1 2.75A.75.75 0 0 1 1.75 2h12.5a.75.75 0 0 1 0 1.5H1.75A.75.75 0 0 1 1 2.75m0 5A.75.75 0 0 1 1.75 7h12.5a.75.75 0 0 1 0 1.5H1.75A.75.75 0 0 1 1 7.75M1.75 12h12.5a.75.75 0 0 1 0 1.5H1.75a.75.75 0 0 1 0-1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/three-bars-24.svg b/mkdocs-material/material/templates/.icons/octicons/three-bars-24.svg new file mode 100644 index 0000000..3e80e5d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/three-bars-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.75 5.25a.75.75 0 0 0 0 1.5h16.5a.75.75 0 0 0 0-1.5zm0 6a.75.75 0 0 0 0 1.5h16.5a.75.75 0 0 0 0-1.5zm0 6a.75.75 0 0 0 0 1.5h16.5a.75.75 0 0 0 0-1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/thumbsdown-16.svg b/mkdocs-material/material/templates/.icons/octicons/thumbsdown-16.svg new file mode 100644 index 0000000..c5d698d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/thumbsdown-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M7.653 15.369a.75.75 0 0 1-.776.371l-.238-.04a3.25 3.25 0 0 1-2.591-4.099L4.506 10h-.665A3.25 3.25 0 0 1 .723 5.833l1.135-3.859A2.75 2.75 0 0 1 4.482 0H9.43c.78.003 1.538.25 2.168.702A1.75 1.75 0 0 1 12.989 0h1.272A1.75 1.75 0 0 1 16 1.75v6.5A1.75 1.75 0 0 1 14.25 10h-3.417a.25.25 0 0 0-.217.127ZM11.25 2.351l-.396-.33a2.25 2.25 0 0 0-1.44-.521H4.496a1.25 1.25 0 0 0-1.199.897L2.162 6.256A1.75 1.75 0 0 0 3.841 8.5H5.5a.75.75 0 0 1 .721.956l-.731 2.558a1.75 1.75 0 0 0 1.127 2.14L9.31 9.389a1.75 1.75 0 0 1 1.523-.889h.417Zm1.5 6.149h1.5a.25.25 0 0 0 .25-.25v-6.5a.25.25 0 0 0-.25-.25H13a.25.25 0 0 0-.25.25Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/thumbsdown-24.svg b/mkdocs-material/material/templates/.icons/octicons/thumbsdown-24.svg new file mode 100644 index 0000000..bbec13f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/thumbsdown-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.651 21.622a.75.75 0 0 1-.808.361l-.127-.027a3.875 3.875 0 0 1-2.879-4.97L7.473 15H6.336c-2.645 0-4.513-2.591-3.676-5.1l1.559-4.678A3.25 3.25 0 0 1 7.302 3h5.289c1.031 0 2.029.354 2.828.999A1.75 1.75 0 0 1 17 3h2.25c.966 0 1.75.784 1.75 1.75v8.5A1.75 1.75 0 0 1 19.25 15h-4.67a.25.25 0 0 0-.217.126zM15.25 5.84l-.684-.598a3 3 0 0 0-1.975-.742H7.302a1.75 1.75 0 0 0-1.66 1.197l-1.559 4.677A2.375 2.375 0 0 0 6.336 13.5H8.5a.75.75 0 0 1 .714.979l-.948 2.964a2.375 2.375 0 0 0 1.373 2.927l3.422-5.988a1.75 1.75 0 0 1 1.519-.882h.67zm1.5 7.66h2.5a.25.25 0 0 0 .25-.25v-8.5a.25.25 0 0 0-.25-.25H17a.25.25 0 0 0-.25.25z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/thumbsup-16.svg b/mkdocs-material/material/templates/.icons/octicons/thumbsup-16.svg new file mode 100644 index 0000000..49e7e3c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/thumbsup-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8.347.631A.75.75 0 0 1 9.123.26l.238.04a3.25 3.25 0 0 1 2.591 4.098L11.494 6h.665a3.25 3.25 0 0 1 3.118 4.167l-1.135 3.859A2.75 2.75 0 0 1 11.503 16H6.586a3.75 3.75 0 0 1-2.184-.702A1.75 1.75 0 0 1 3 16H1.75A1.75 1.75 0 0 1 0 14.25v-6.5C0 6.784.784 6 1.75 6h3.417a.25.25 0 0 0 .217-.127ZM4.75 13.649l.396.33c.404.337.914.521 1.44.521h4.917a1.25 1.25 0 0 0 1.2-.897l1.135-3.859A1.75 1.75 0 0 0 12.159 7.5H10.5a.75.75 0 0 1-.721-.956l.731-2.558a1.75 1.75 0 0 0-1.127-2.14L6.69 6.611a1.75 1.75 0 0 1-1.523.889H4.75ZM3.25 7.5h-1.5a.25.25 0 0 0-.25.25v6.5c0 .138.112.25.25.25H3a.25.25 0 0 0 .25-.25Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/thumbsup-24.svg b/mkdocs-material/material/templates/.icons/octicons/thumbsup-24.svg new file mode 100644 index 0000000..67b6960 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/thumbsup-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.349 2.378a.75.75 0 0 1 .808-.361l.127.027a3.875 3.875 0 0 1 2.879 4.97L16.527 9h1.137c2.645 0 4.513 2.591 3.676 5.1l-1.559 4.678A3.25 3.25 0 0 1 16.698 21h-5.289a4.5 4.5 0 0 1-2.828-.999A1.75 1.75 0 0 1 7 21H4.75A1.75 1.75 0 0 1 3 19.25v-8.5C3 9.784 3.784 9 4.75 9h4.67a.25.25 0 0 0 .217-.126zM8.75 18.16l.683.598a3 3 0 0 0 1.976.742h5.289a1.75 1.75 0 0 0 1.66-1.197l1.559-4.677a2.375 2.375 0 0 0-2.253-3.126H15.5a.75.75 0 0 1-.714-.979l.948-2.964a2.375 2.375 0 0 0-1.373-2.927l-3.422 5.988a1.75 1.75 0 0 1-1.519.882h-.67zm-1.5-7.66h-2.5a.25.25 0 0 0-.25.25v8.5c0 .138.112.25.25.25H7a.25.25 0 0 0 .25-.25z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/tools-16.svg b/mkdocs-material/material/templates/.icons/octicons/tools-16.svg new file mode 100644 index 0000000..bbe3cdd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/tools-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M5.433 2.304A4.49 4.49 0 0 0 3.5 6c0 1.598.832 3.002 2.09 3.802.518.328.929.923.902 1.64v.008l-.164 3.337a.75.75 0 1 1-1.498-.073l.163-3.33c.002-.085-.05-.216-.207-.316A6 6 0 0 1 2 6a6 6 0 0 1 2.567-4.92 1.48 1.48 0 0 1 1.673-.04c.462.296.76.827.76 1.423v2.82c0 .082.041.16.11.206l.75.51a.25.25 0 0 0 .28 0l.75-.51A.25.25 0 0 0 9 5.282V2.463c0-.596.298-1.127.76-1.423a1.48 1.48 0 0 1 1.673.04A6 6 0 0 1 14 6a6 6 0 0 1-2.786 5.068c-.157.1-.209.23-.207.315l.163 3.33a.752.752 0 0 1-1.094.714.75.75 0 0 1-.404-.64l-.164-3.345c-.027-.717.384-1.312.902-1.64A4.5 4.5 0 0 0 12.5 6a4.49 4.49 0 0 0-1.933-3.696c-.024.017-.067.067-.067.16v2.818a1.75 1.75 0 0 1-.767 1.448l-.75.51a1.75 1.75 0 0 1-1.966 0l-.75-.51A1.75 1.75 0 0 1 5.5 5.282V2.463c0-.092-.043-.142-.067-.159"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/tools-24.svg b/mkdocs-material/material/templates/.icons/octicons/tools-24.svg new file mode 100644 index 0000000..edb23c8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/tools-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.875 2.292a.1.1 0 0 0-.032.018A7.24 7.24 0 0 0 4.75 8.25a7.25 7.25 0 0 0 3.654 6.297c.57.327.982.955.941 1.682v.002l-.317 6.058a.75.75 0 1 1-1.498-.078l.317-6.062v-.004c.006-.09-.047-.215-.188-.296A8.75 8.75 0 0 1 3.25 8.25a8.74 8.74 0 0 1 3.732-7.169 1.55 1.55 0 0 1 1.709-.064c.484.292.809.835.809 1.46v4.714a.25.25 0 0 0 .119.213l2.25 1.385c.08.05.182.05.262 0l2.25-1.385a.25.25 0 0 0 .119-.213V2.478c0-.626.325-1.169.81-1.461a1.55 1.55 0 0 1 1.708.064 8.74 8.74 0 0 1 3.732 7.17 8.75 8.75 0 0 1-4.41 7.598c-.14.081-.193.206-.188.296v.004l.318 6.062a.75.75 0 1 1-1.498.078l-.317-6.058v-.002c-.041-.727.37-1.355.94-1.682A7.25 7.25 0 0 0 19.25 8.25a7.24 7.24 0 0 0-3.093-5.94.1.1 0 0 0-.032-.018l-.01-.001c-.003 0-.014 0-.031.01-.036.022-.084.079-.084.177V7.19c0 .608-.315 1.172-.833 1.49l-2.25 1.385a1.75 1.75 0 0 1-1.834 0l-2.25-1.384A1.75 1.75 0 0 1 8 7.192V2.477c0-.098-.048-.155-.084-.176a.1.1 0 0 0-.031-.011z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/tracked-by-closed-completed-16.svg b/mkdocs-material/material/templates/.icons/octicons/tracked-by-closed-completed-16.svg new file mode 100644 index 0000000..a2861d9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/tracked-by-closed-completed-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M1.5 8a6.5 6.5 0 1 1 13 0A.75.75 0 0 0 16 8a8 8 0 1 0-8 8 .75.75 0 0 0 0-1.5A6.5 6.5 0 0 1 1.5 8"/><path d="m8.677 12.427 2.896 2.896a.25.25 0 0 0 .427-.177V13h3.25a.75.75 0 0 0 0-1.5H12V9.354a.25.25 0 0 0-.427-.177l-2.896 2.896a.25.25 0 0 0 0 .354M11.28 6.78a.749.749 0 1 0-1.06-1.06L7.25 8.689 5.78 7.22a.749.749 0 1 0-1.06 1.06l2 2a.75.75 0 0 0 1.06 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/tracked-by-closed-completed-24.svg b/mkdocs-material/material/templates/.icons/octicons/tracked-by-closed-completed-24.svg new file mode 100644 index 0000000..435f29c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/tracked-by-closed-completed-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2.5A9.5 9.5 0 0 0 2.5 12a9.5 9.5 0 0 0 9.5 9.5.75.75 0 0 1 0 1.5C5.925 23 1 18.075 1 12S5.925 1 12 1s11 4.925 11 11a.75.75 0 0 1-1.5 0A9.5 9.5 0 0 0 12 2.5"/><path d="m13.759 17.48 3.728 3.314a.308.308 0 0 0 .513-.23V18h4.25a.75.75 0 0 0 0-1.5H18v-2.564a.308.308 0 0 0-.513-.23l-3.728 3.314a.307.307 0 0 0 0 .46m3.521-8.2a.749.749 0 1 0-1.06-1.06l-5.97 5.969-2.47-2.469a.749.749 0 1 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/tracked-by-closed-not-planned-16.svg b/mkdocs-material/material/templates/.icons/octicons/tracked-by-closed-not-planned-16.svg new file mode 100644 index 0000000..bf79305 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/tracked-by-closed-not-planned-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M1.5 8a6.5 6.5 0 1 1 13 0A.75.75 0 0 0 16 8a8 8 0 1 0-8 8 .75.75 0 0 0 0-1.5A6.5 6.5 0 0 1 1.5 8"/><path d="m8.677 12.427 2.896 2.896a.25.25 0 0 0 .427-.177V13h3.25a.75.75 0 0 0 0-1.5H12V9.354a.25.25 0 0 0-.427-.177l-2.896 2.896a.25.25 0 0 0 0 .354M11.28 5.78a.749.749 0 1 0-1.06-1.06l-5.5 5.5a.749.749 0 1 0 1.06 1.06z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/tracked-by-closed-not-planned-24.svg b/mkdocs-material/material/templates/.icons/octicons/tracked-by-closed-not-planned-24.svg new file mode 100644 index 0000000..74144d1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/tracked-by-closed-not-planned-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2.5A9.5 9.5 0 0 0 2.5 12a9.5 9.5 0 0 0 9.5 9.5.75.75 0 0 1 0 1.5C5.925 23 1 18.075 1 12S5.925 1 12 1s11 4.925 11 11a.75.75 0 0 1-1.5 0A9.5 9.5 0 0 0 12 2.5"/><path d="m13.759 17.48 3.728 3.314a.308.308 0 0 0 .513-.23V18h4.25a.75.75 0 0 0 0-1.5H18v-2.564a.308.308 0 0 0-.513-.23l-3.728 3.314a.307.307 0 0 0 0 .46m3.521-9.7a.749.749 0 1 0-1.06-1.06l-9.5 9.5a.749.749 0 1 0 1.06 1.06z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/trash-16.svg b/mkdocs-material/material/templates/.icons/octicons/trash-16.svg new file mode 100644 index 0000000..804c2bf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/trash-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M11 1.75V3h2.25a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1 0-1.5H5V1.75C5 .784 5.784 0 6.75 0h2.5C10.216 0 11 .784 11 1.75M4.496 6.675l.66 6.6a.25.25 0 0 0 .249.225h5.19a.25.25 0 0 0 .249-.225l.66-6.6a.75.75 0 0 1 1.492.149l-.66 6.6A1.75 1.75 0 0 1 10.595 15h-5.19a1.75 1.75 0 0 1-1.741-1.575l-.66-6.6a.75.75 0 1 1 1.492-.15M6.5 1.75V3h3V1.75a.25.25 0 0 0-.25-.25h-2.5a.25.25 0 0 0-.25.25"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/trash-24.svg b/mkdocs-material/material/templates/.icons/octicons/trash-24.svg new file mode 100644 index 0000000..92c58d9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/trash-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 1.75V3h5.25a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1 0-1.5H8V1.75C8 .784 8.784 0 9.75 0h4.5C15.216 0 16 .784 16 1.75m-6.5 0V3h5V1.75a.25.25 0 0 0-.25-.25h-4.5a.25.25 0 0 0-.25.25M4.997 6.178a.75.75 0 1 0-1.493.144L4.916 20.92a1.75 1.75 0 0 0 1.742 1.58h10.684a1.75 1.75 0 0 0 1.742-1.581l1.413-14.597a.75.75 0 0 0-1.494-.144l-1.412 14.596a.25.25 0 0 1-.249.226H6.658a.25.25 0 0 1-.249-.226z"/><path d="M9.206 7.501a.75.75 0 0 1 .793.705l.5 8.5A.75.75 0 1 1 9 16.794l-.5-8.5a.75.75 0 0 1 .705-.793Zm6.293.793A.75.75 0 1 0 14 8.206l-.5 8.5a.75.75 0 0 0 1.498.088l.5-8.5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/triangle-down-16.svg b/mkdocs-material/material/templates/.icons/octicons/triangle-down-16.svg new file mode 100644 index 0000000..48d0bf4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/triangle-down-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="m4.427 7.427 3.396 3.396a.25.25 0 0 0 .354 0l3.396-3.396A.25.25 0 0 0 11.396 7H4.604a.25.25 0 0 0-.177.427"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/triangle-down-24.svg b/mkdocs-material/material/templates/.icons/octicons/triangle-down-24.svg new file mode 100644 index 0000000..8bad9ca --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/triangle-down-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.646 15.146 5.854 9.354a.5.5 0 0 1 .353-.854h11.586a.5.5 0 0 1 .353.854l-5.793 5.792a.5.5 0 0 1-.707 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/triangle-left-16.svg b/mkdocs-material/material/templates/.icons/octicons/triangle-left-16.svg new file mode 100644 index 0000000..ed43a91 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/triangle-left-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M9.573 4.427 6.177 7.823a.25.25 0 0 0 0 .354l3.396 3.396a.25.25 0 0 0 .427-.177V4.604a.25.25 0 0 0-.427-.177"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/triangle-left-24.svg b/mkdocs-material/material/templates/.icons/octicons/triangle-left-24.svg new file mode 100644 index 0000000..31021ae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/triangle-left-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m8.854 11.646 5.792-5.792a.5.5 0 0 1 .854.353v11.586a.5.5 0 0 1-.854.353l-5.792-5.792a.5.5 0 0 1 0-.708"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/triangle-right-16.svg b/mkdocs-material/material/templates/.icons/octicons/triangle-right-16.svg new file mode 100644 index 0000000..993014b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/triangle-right-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="m6.427 4.427 3.396 3.396a.25.25 0 0 1 0 .354l-3.396 3.396A.25.25 0 0 1 6 11.396V4.604a.25.25 0 0 1 .427-.177"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/triangle-right-24.svg b/mkdocs-material/material/templates/.icons/octicons/triangle-right-24.svg new file mode 100644 index 0000000..6b882dd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/triangle-right-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.146 12.354-5.792 5.792a.5.5 0 0 1-.854-.353V6.207a.5.5 0 0 1 .854-.353l5.792 5.792a.5.5 0 0 1 0 .708"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/triangle-up-16.svg b/mkdocs-material/material/templates/.icons/octicons/triangle-up-16.svg new file mode 100644 index 0000000..7448024 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/triangle-up-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="m4.427 9.573 3.396-3.396a.25.25 0 0 1 .354 0l3.396 3.396a.25.25 0 0 1-.177.427H4.604a.25.25 0 0 1-.177-.427"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/triangle-up-24.svg b/mkdocs-material/material/templates/.icons/octicons/triangle-up-24.svg new file mode 100644 index 0000000..fa01be9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/triangle-up-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12.354 8.854 5.792 5.792a.5.5 0 0 1-.353.854H6.207a.5.5 0 0 1-.353-.854l5.792-5.792a.5.5 0 0 1 .708 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/trophy-16.svg b/mkdocs-material/material/templates/.icons/octicons/trophy-16.svg new file mode 100644 index 0000000..5e4f738 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/trophy-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M3.217 6.962A3.75 3.75 0 0 1 0 3.25v-.5C0 1.784.784 1 1.75 1h1.356c.228-.585.796-1 1.462-1h6.864c.647 0 1.227.397 1.462 1h1.356c.966 0 1.75.784 1.75 1.75v.5a3.75 3.75 0 0 1-3.217 3.712 5.01 5.01 0 0 1-2.771 3.117l.144 1.446c.005.05.03.12.114.204.086.087.217.17.373.227.283.103.618.274.89.568.285.31.467.723.467 1.226v.75h1.25a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1 0-1.5H4v-.75c0-.503.182-.916.468-1.226.27-.294.606-.465.889-.568q.21-.074.373-.227c.084-.085.109-.153.114-.204l.144-1.446a5.01 5.01 0 0 1-2.77-3.117ZM4.5 1.568V5.5a3.5 3.5 0 1 0 7 0V1.568a.07.07 0 0 0-.068-.068H4.568a.07.07 0 0 0-.068.068m2.957 8.902-.12 1.204c-.093.925-.858 1.47-1.467 1.691a.8.8 0 0 0-.3.176c-.037.04-.07.093-.07.21v.75h5v-.75c0-.117-.033-.17-.07-.21a.8.8 0 0 0-.3-.176c-.609-.221-1.374-.766-1.466-1.69l-.12-1.204a5 5 0 0 1-1.087 0ZM13 2.5v2.872a2.25 2.25 0 0 0 1.5-2.122v-.5a.25.25 0 0 0-.25-.25zm-10 0H1.75a.25.25 0 0 0-.25.25v.5c0 .98.626 1.813 1.5 2.122Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/trophy-24.svg b/mkdocs-material/material/templates/.icons/octicons/trophy-24.svg new file mode 100644 index 0000000..8279693 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/trophy-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.09 10.121A5.25 5.25 0 0 1 1 5V3.75C1 2.784 1.784 2 2.75 2h2.364c.236-.586.81-1 1.48-1h10.812c.67 0 1.244.414 1.48 1h2.489c.966 0 1.75.784 1.75 1.75V5a5.25 5.25 0 0 1-4.219 5.149 7.01 7.01 0 0 1-4.644 5.478l.231 3.003.034.031c.079.065.303.203.836.282.838.124 1.637.81 1.637 1.807v.75h2.25a.75.75 0 0 1 0 1.5H4.75a.75.75 0 0 1 0-1.5H7v-.75c0-.996.8-1.683 1.637-1.807.533-.08.757-.217.836-.282l.034-.031.231-3.003A7.01 7.01 0 0 1 5.09 10.12ZM6.5 2.594V9a5.5 5.5 0 1 0 11 0V2.594a.094.094 0 0 0-.094-.094H6.594a.094.094 0 0 0-.094.094m4.717 13.363-.215 2.793-.001.021-.003.043a1 1 0 0 1-.022.147c-.05.237-.194.567-.553.86-.348.286-.853.5-1.566.605a.48.48 0 0 0-.274.136.26.26 0 0 0-.083.188v.75h7v-.75a.26.26 0 0 0-.083-.188.48.48 0 0 0-.274-.136c-.713-.105-1.218-.32-1.567-.604-.358-.294-.502-.624-.552-.86a1 1 0 0 1-.025-.19l-.001-.022-.215-2.793a7 7 0 0 1-1.566 0M19 8.578A3.75 3.75 0 0 0 21.625 5V3.75a.25.25 0 0 0-.25-.25H19ZM5 3.5H2.75a.25.25 0 0 0-.25.25V5A3.75 3.75 0 0 0 5 8.537Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/typography-16.svg b/mkdocs-material/material/templates/.icons/octicons/typography-16.svg new file mode 100644 index 0000000..85d21cd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/typography-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M6.71 10H2.332l-.874 2.498a.75.75 0 0 1-1.415-.496l3.39-9.688a1.217 1.217 0 0 1 2.302.018l3.227 9.681a.75.75 0 0 1-1.423.474Zm3.13-4.358C10.53 4.374 11.87 4 13 4c1.5 0 3 .939 3 2.601v5.649a.75.75 0 0 1-1.448.275C13.995 12.82 13.3 13 12.5 13c-.77 0-1.514-.231-2.078-.709-.577-.488-.922-1.199-.922-2.041 0-.694.265-1.411.887-1.944C11 7.78 11.88 7.5 13 7.5h1.5v-.899c0-.54-.5-1.101-1.5-1.101-.869 0-1.528.282-1.84.858a.75.75 0 1 1-1.32-.716M6.21 8.5 4.574 3.594 2.857 8.5Zm8.29.5H13c-.881 0-1.375.22-1.637.444-.253.217-.363.5-.363.806 0 .408.155.697.39.896.249.21.63.354 1.11.354.732 0 1.26-.209 1.588-.449.35-.257.412-.495.412-.551Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/typography-24.svg b/mkdocs-material/material/templates/.icons/octicons/typography-24.svg new file mode 100644 index 0000000..6c4d30b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/typography-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.414 15H3.586l-1.631 4.505a.75.75 0 1 1-1.41-.51l5.08-14.03a1.463 1.463 0 0 1 2.75 0l5.08 14.03a.75.75 0 1 1-1.411.51Zm4.532-5.098c.913-1.683 2.703-2.205 4.284-2.205 1.047 0 2.084.312 2.878.885.801.577 1.392 1.455 1.392 2.548v8.12a.75.75 0 0 1-1.5 0v-.06l-.044.025c-.893.52-2.096.785-3.451.785-1.051 0-2.048-.315-2.795-.948-.76-.643-1.217-1.578-1.217-2.702 0-.919.349-1.861 1.168-2.563.81-.694 2-1.087 3.569-1.087H22v-1.57c0-.503-.263-.967-.769-1.332-.513-.37-1.235-.6-2.001-.6-1.319 0-2.429.43-2.966 1.42a.75.75 0 0 1-1.318-.716M9.87 13.5 7 5.572 4.13 13.5Zm12.13.7h-2.77c-1.331 0-2.134.333-2.593.726a1.82 1.82 0 0 0-.644 1.424c0 .689.267 1.203.686 1.557.43.365 1.065.593 1.826.593 1.183 0 2.102-.235 2.697-.581.582-.34.798-.74.798-1.134Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/undo-16.svg b/mkdocs-material/material/templates/.icons/octicons/undo-16.svg new file mode 100644 index 0000000..725fd5b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/undo-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M1.22 6.28a.75.75 0 0 1 0-1.06l3.5-3.5a.749.749 0 1 1 1.06 1.06L3.561 5h7.188l.001.007L10.749 5q.088 0 .171.019A4.501 4.501 0 0 1 10.5 14H8.796a.75.75 0 0 1 0-1.5H10.5a3 3 0 1 0 0-6H3.561L5.78 8.72a.749.749 0 1 1-1.06 1.06z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/undo-24.svg b/mkdocs-material/material/templates/.icons/octicons/undo-24.svg new file mode 100644 index 0000000..ae890f9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/undo-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.53 2.22a.75.75 0 0 0-1.06 0L2.22 8.47a.75.75 0 0 0 0 1.06l6.25 6.25a.75.75 0 0 0 1.06-1.06L4.56 9.75H16c.797 0 2.008.245 3 .959.952.686 1.75 1.835 1.75 3.791s-.798 3.105-1.75 3.791c-.992.714-2.203.959-3 .959h-3a.75.75 0 0 0 0 1.5h3c1.037 0 2.575-.305 3.876-1.241 1.339-.964 2.374-2.565 2.374-5.009s-1.035-4.045-2.374-5.009C18.575 8.555 17.036 8.25 16 8.25H4.56l4.97-4.97a.75.75 0 0 0 0-1.06"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/unfold-16.svg b/mkdocs-material/material/templates/.icons/octicons/unfold-16.svg new file mode 100644 index 0000000..546f94f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/unfold-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="m8.177.677 2.896 2.896a.25.25 0 0 1-.177.427H8.75v1.25a.75.75 0 0 1-1.5 0V4H5.104a.25.25 0 0 1-.177-.427L7.823.677a.25.25 0 0 1 .354 0M7.25 10.75a.75.75 0 0 1 1.5 0V12h2.146a.25.25 0 0 1 .177.427l-2.896 2.896a.25.25 0 0 1-.354 0l-2.896-2.896A.25.25 0 0 1 5.104 12H7.25zm-5-2a.75.75 0 0 0 0-1.5h-.5a.75.75 0 0 0 0 1.5zM6 8a.75.75 0 0 1-.75.75h-.5a.75.75 0 0 1 0-1.5h.5A.75.75 0 0 1 6 8m2.25.75a.75.75 0 0 0 0-1.5h-.5a.75.75 0 0 0 0 1.5zM12 8a.75.75 0 0 1-.75.75h-.5a.75.75 0 0 1 0-1.5h.5A.75.75 0 0 1 12 8m2.25.75a.75.75 0 0 0 0-1.5h-.5a.75.75 0 0 0 0 1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/unfold-24.svg b/mkdocs-material/material/templates/.icons/octicons/unfold-24.svg new file mode 100644 index 0000000..1d0ae04 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/unfold-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 23a.75.75 0 0 1-.53-.22l-3.25-3.25a.749.749 0 0 1 .326-1.275.75.75 0 0 1 .734.215L12 21.19l2.72-2.72a.749.749 0 0 1 1.275.326.75.75 0 0 1-.215.734l-3.25 3.25A.75.75 0 0 1 12 23"/><path d="M11.47 1.22a.75.75 0 0 1 1.06 0l3.25 3.25a.75.75 0 0 1-.018 1.042.75.75 0 0 1-1.042.018L12 2.81 9.28 5.53a.75.75 0 0 1-1.042-.018.75.75 0 0 1-.018-1.042ZM12 22.25a.75.75 0 0 1-.75-.75v-5.75a.75.75 0 0 1 1.5 0v5.75a.75.75 0 0 1-.75.75M2.75 12a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75m4 0a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75m4 0a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75m4 0a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75m4 0a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75"/><path d="M12 1.5a.75.75 0 0 1 .75.75v6a.75.75 0 0 1-1.5 0v-6A.75.75 0 0 1 12 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/unlink-16.svg b/mkdocs-material/material/templates/.icons/octicons/unlink-16.svg new file mode 100644 index 0000000..53ec131 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/unlink-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M12.914 5.914a2 2 0 0 0-2.828-2.828l-.837.837a.75.75 0 1 1-1.06-1.061l.836-.837a3.5 3.5 0 1 1 4.95 4.95l-.195.194a.75.75 0 0 1-1.06-1.06zm-1.87 3.482a1 1 0 0 1-.07.079c-.63.63-1.468 1.108-2.343 1.263-.89.159-1.86-.017-2.606-.763a.75.75 0 1 1 1.06-1.06c.329.327.767.438 1.284.347.493-.088 1.018-.36 1.445-.752l-1.247-.897-.01-.008-.295-.212c-.94-.597-1.984-.499-2.676.193l-2.5 2.5a2 2 0 1 0 2.828 2.828l.837-.836a.75.75 0 0 1 1.06 1.06l-.836.837a3.5 3.5 0 0 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 1.354-.848L2.312 3.109a.75.75 0 0 1 .876-1.218l5.93 4.27q.172.112.335.24l6.235 4.49a.75.75 0 0 1-.876 1.218z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/unlink-24.svg b/mkdocs-material/material/templates/.icons/octicons/unlink-24.svg new file mode 100644 index 0000000..afdd6c0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/unlink-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.347 3.653a3.936 3.936 0 0 0-5.567 0l-1.75 1.75a.75.75 0 0 1-1.06-1.06l1.75-1.75a5.436 5.436 0 0 1 7.688 7.687l-1.564 1.564a.75.75 0 0 1-1.06-1.06l1.563-1.564a3.936 3.936 0 0 0 0-5.567M9.786 12.369a.75.75 0 0 1 1.053.125q.143.183.314.353c1.348 1.348 3.386 1.587 4.89.658l-3.922-2.858-.057-.037c-1.419-1.013-3.454-.787-4.784.543L3.653 14.78a3.936 3.936 0 0 0 5.567 5.567l3-3a.75.75 0 1 1 1.06 1.06l-3 3a5.436 5.436 0 1 1-7.688-7.687l3.628-3.628a5.5 5.5 0 0 1 3.014-1.547l-7.05-5.136a.75.75 0 0 1 .883-1.213l20.25 14.75a.75.75 0 0 1-.884 1.213l-5.109-3.722c-2.155 1.709-5.278 1.425-7.232-.53a6 6 0 0 1-.431-.485.75.75 0 0 1 .125-1.053"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/unlock-16.svg b/mkdocs-material/material/templates/.icons/octicons/unlock-16.svg new file mode 100644 index 0000000..a109f07 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/unlock-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M5.5 4v2h7A1.5 1.5 0 0 1 14 7.5v6a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 13.5v-6A1.5 1.5 0 0 1 3.499 6H4V4a4 4 0 0 1 7.371-2.154.75.75 0 0 1-1.264.808A2.5 2.5 0 0 0 5.5 4m-2 3.5v6h9v-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/unlock-24.svg b/mkdocs-material/material/templates/.icons/octicons/unlock-24.svg new file mode 100644 index 0000000..3c48455 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/unlock-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.5 7.25V9h11a2.5 2.5 0 0 1 2.5 2.5v8a2.5 2.5 0 0 1-2.5 2.5h-13A2.5 2.5 0 0 1 3 19.5v-8A2.5 2.5 0 0 1 5.5 9H6V7.25C6 3.845 8.503 1 12 1c2.792 0 4.971 1.825 5.718 4.31a.75.75 0 1 1-1.436.432C15.71 3.84 14.079 2.5 12 2.5c-2.578 0-4.5 2.08-4.5 4.75m-3 4.25v8a1 1 0 0 0 1 1h13a1 1 0 0 0 1-1v-8a1 1 0 0 0-1-1h-13a1 1 0 0 0-1 1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/unmute-16.svg b/mkdocs-material/material/templates/.icons/octicons/unmute-16.svg new file mode 100644 index 0000000..59853e3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/unmute-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M7.563 2.069A.75.75 0 0 1 8 2.75v10.5a.751.751 0 0 1-1.238.57L3.472 11H1.75A1.75 1.75 0 0 1 0 9.25v-2.5C0 5.784.784 5 1.75 5h1.723l3.289-2.82a.75.75 0 0 1 .801-.111M6.5 4.38 4.238 6.319a.75.75 0 0 1-.488.181h-2a.25.25 0 0 0-.25.25v2.5c0 .138.112.25.25.25h2c.179 0 .352.064.488.18L6.5 11.62Zm6.096-2.038a.75.75 0 0 1 1.06 0 8 8 0 0 1 0 11.314.75.75 0 0 1-1.042-.018.75.75 0 0 1-.018-1.042 6.5 6.5 0 0 0 0-9.193.75.75 0 0 1 0-1.06Zm-1.06 2.121-.001.001a5 5 0 0 1 0 7.07.749.749 0 0 1-1.275-.326.75.75 0 0 1 .215-.734 3.5 3.5 0 0 0 0-4.95.75.75 0 1 1 1.061-1.061"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/unmute-24.svg b/mkdocs-material/material/templates/.icons/octicons/unmute-24.svg new file mode 100644 index 0000000..b20834f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/unmute-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.553 3.064A.75.75 0 0 1 12 3.75v16.5a.75.75 0 0 1-1.255.555L5.46 16H2.75A1.75 1.75 0 0 1 1 14.25v-4.5C1 8.784 1.784 8 2.75 8h2.71l5.285-4.805a.75.75 0 0 1 .808-.13ZM10.5 5.445l-4.245 3.86a.75.75 0 0 1-.505.195h-3a.25.25 0 0 0-.25.25v4.5c0 .138.112.25.25.25h3c.187 0 .367.069.505.195l4.245 3.86Zm8.218-1.223a.75.75 0 0 1 1.06 0c4.296 4.296 4.296 11.26 0 15.556a.75.75 0 0 1-1.06-1.06 9.5 9.5 0 0 0 0-13.436.75.75 0 0 1 0-1.06"/><path d="M16.243 7.757a.75.75 0 1 0-1.061 1.061 4.5 4.5 0 0 1 0 6.364.75.75 0 0 0 1.06 1.06 6 6 0 0 0 0-8.485Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/unread-16.svg b/mkdocs-material/material/templates/.icons/octicons/unread-16.svg new file mode 100644 index 0000000..40f1bb9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/unread-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M10.5 3.5H1.75a.25.25 0 0 0-.25.25v.32L8 7.88l3.02-1.77a.75.75 0 0 1 .758 1.295L8.379 9.397a.75.75 0 0 1-.758 0L1.5 5.809v6.441c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25v-4.5a.75.75 0 0 1 1.5 0v4.5A1.75 1.75 0 0 1 14.25 14H1.75A1.75 1.75 0 0 1 0 12.25v-8.5C0 2.784.784 2 1.75 2h8.75a.75.75 0 0 1 0 1.5"/><path d="M14 6a2 2 0 1 0 0-4 2 2 0 0 0 0 4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/unread-24.svg b/mkdocs-material/material/templates/.icons/octicons/unread-24.svg new file mode 100644 index 0000000..cc3eb33 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/unread-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.75 4.5a.25.25 0 0 0-.25.25v.852l10.36 7a.25.25 0 0 0 .28 0l5.69-3.845A.75.75 0 0 1 18.67 10l-5.69 3.845c-.592.4-1.368.4-1.96 0L1.5 7.412V19.25c0 .138.112.25.25.25h20.5a.25.25 0 0 0 .25-.25v-8.5a.75.75 0 0 1 1.5 0v8.5A1.75 1.75 0 0 1 22.25 21H1.75A1.75 1.75 0 0 1 0 19.25V4.75C0 3.784.784 3 1.75 3h15.5a.75.75 0 0 1 0 1.5z"/><path d="M24 5.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/unverified-16.svg b/mkdocs-material/material/templates/.icons/octicons/unverified-16.svg new file mode 100644 index 0000000..f9bc699 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/unverified-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M6.415.52a2.68 2.68 0 0 1 3.17 0l.928.68c.153.113.33.186.518.215l1.138.175a2.68 2.68 0 0 1 2.241 2.24l.175 1.138c.029.187.102.365.215.518l.68.928a2.68 2.68 0 0 1 0 3.17l-.68.928a1.2 1.2 0 0 0-.215.518l-.175 1.138a2.68 2.68 0 0 1-2.241 2.241l-1.138.175a1.2 1.2 0 0 0-.518.215l-.928.68a2.68 2.68 0 0 1-3.17 0l-.928-.68a1.2 1.2 0 0 0-.518-.215L3.83 14.41a2.68 2.68 0 0 1-2.24-2.24l-.175-1.138a1.2 1.2 0 0 0-.215-.518l-.68-.928a2.68 2.68 0 0 1 0-3.17l.68-.928a1.2 1.2 0 0 0 .215-.518l.175-1.14a2.68 2.68 0 0 1 2.24-2.24l1.138-.175c.187-.029.365-.102.518-.215l.928-.68Zm2.282 1.209a1.18 1.18 0 0 0-1.394 0l-.928.68a2.7 2.7 0 0 1-1.18.489l-1.136.174a1.18 1.18 0 0 0-.987.987l-.174 1.137a2.7 2.7 0 0 1-.489 1.18l-.68.927c-.305.415-.305.98 0 1.394l.68.928c.256.348.423.752.489 1.18l.174 1.136c.078.51.478.909.987.987l1.137.174c.427.066.831.233 1.18.489l.927.68c.415.305.98.305 1.394 0l.928-.68a2.7 2.7 0 0 1 1.18-.489l1.136-.174c.51-.078.909-.478.987-.987l.174-1.137c.066-.427.233-.831.489-1.18l.68-.927c.305-.415.305-.98 0-1.394l-.68-.928a2.7 2.7 0 0 1-.489-1.18l-.174-1.136a1.18 1.18 0 0 0-.987-.987l-1.137-.174a2.7 2.7 0 0 1-1.18-.489ZM6.92 6.085h.001a.75.75 0 0 1-1.342-.67c.169-.339.436-.701.849-.977C6.846 4.16 7.369 4 8 4a2.76 2.76 0 0 1 1.638.525c.502.377.862.965.862 1.725 0 .448-.115.83-.329 1.15-.205.307-.47.513-.692.662-.109.072-.22.138-.313.195l-.006.004a6 6 0 0 0-.26.16 1 1 0 0 0-.276.245.75.75 0 0 1-1.248-.832c.184-.264.42-.489.692-.661.109-.073.22-.139.313-.195l.007-.004c.1-.061.182-.11.258-.161a1 1 0 0 0 .277-.245C8.96 6.514 9 6.427 9 6.25a.61.61 0 0 0-.262-.525A1.27 1.27 0 0 0 8 5.5c-.369 0-.595.09-.74.187a1 1 0 0 0-.34.398M9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/unverified-24.svg b/mkdocs-material/material/templates/.icons/octicons/unverified-24.svg new file mode 100644 index 0000000..5aee8ac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/unverified-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 16.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0m-2.517-7.665c.112-.223.268-.424.488-.57C11.186 8.12 11.506 8 12 8c.384 0 .766.118 1.034.319a.95.95 0 0 1 .403.806c0 .48-.218.81-.62 1.186a9 9 0 0 1-.409.354l-.294.249c-.246.213-.524.474-.738.795l-.126.19V13.5a.75.75 0 0 0 1.5 0v-1.12c.09-.1.203-.208.347-.333.063-.055.14-.119.222-.187.166-.14.358-.3.52-.452.536-.5 1.098-1.2 1.098-2.283a2.45 2.45 0 0 0-1.003-2.006C13.37 6.695 12.658 6.5 12 6.5c-.756 0-1.373.191-1.861.517a2.94 2.94 0 0 0-.997 1.148.75.75 0 0 0 1.341.67"/><path d="M9.864 1.2a3.61 3.61 0 0 1 4.272 0l1.375 1.01c.274.2.593.333.929.384l1.686.259a3.61 3.61 0 0 1 3.021 3.02l.259 1.687c.051.336.183.655.384.929l1.01 1.375a3.61 3.61 0 0 1 0 4.272l-1.01 1.375a2.1 2.1 0 0 0-.384.929l-.259 1.686a3.61 3.61 0 0 1-3.02 3.021l-1.687.259a2.1 2.1 0 0 0-.929.384l-1.375 1.01a3.61 3.61 0 0 1-4.272 0l-1.375-1.01a2.1 2.1 0 0 0-.929-.384l-1.686-.259a3.61 3.61 0 0 1-3.021-3.02l-.259-1.687a2.1 2.1 0 0 0-.384-.929L1.2 14.136a3.61 3.61 0 0 1 0-4.272l1.01-1.375c.201-.274.333-.593.384-.929l.259-1.686a3.61 3.61 0 0 1 3.02-3.021l1.687-.259c.336-.051.655-.183.929-.384Zm3.384 1.209a2.11 2.11 0 0 0-2.496 0l-1.376 1.01a3.6 3.6 0 0 1-1.589.658l-1.686.258a2.11 2.11 0 0 0-1.766 1.766l-.258 1.686a3.6 3.6 0 0 1-.658 1.59l-1.01 1.375a2.11 2.11 0 0 0 0 2.496l1.01 1.376a3.6 3.6 0 0 1 .658 1.589l.258 1.686a2.11 2.11 0 0 0 1.766 1.765l1.686.26a3.6 3.6 0 0 1 1.59.657l1.375 1.01a2.11 2.11 0 0 0 2.496 0l1.376-1.01a3.6 3.6 0 0 1 1.589-.658l1.686-.258a2.11 2.11 0 0 0 1.765-1.766l.26-1.686a3.6 3.6 0 0 1 .657-1.59l1.01-1.375a2.11 2.11 0 0 0 0-2.496l-1.01-1.376a3.6 3.6 0 0 1-.658-1.589l-.258-1.686a2.11 2.11 0 0 0-1.766-1.766l-1.686-.258a3.6 3.6 0 0 1-1.59-.658Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/upload-16.svg b/mkdocs-material/material/templates/.icons/octicons/upload-16.svg new file mode 100644 index 0000000..6cc0750 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/upload-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M2.75 14A1.75 1.75 0 0 1 1 12.25v-2.5a.75.75 0 0 1 1.5 0v2.5c0 .138.112.25.25.25h10.5a.25.25 0 0 0 .25-.25v-2.5a.75.75 0 0 1 1.5 0v2.5A1.75 1.75 0 0 1 13.25 14Z"/><path d="M11.78 4.72a.749.749 0 1 1-1.06 1.06L8.75 3.811V9.5a.75.75 0 0 1-1.5 0V3.811L5.28 5.78a.749.749 0 1 1-1.06-1.06l3.25-3.25a.75.75 0 0 1 1.06 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/upload-24.svg b/mkdocs-material/material/templates/.icons/octicons/upload-24.svg new file mode 100644 index 0000000..dba5d92 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/upload-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 20.25V18a.75.75 0 0 1 1.5 0v2.25c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25V18a.75.75 0 0 1 1.5 0v2.25A1.75 1.75 0 0 1 18.25 22H5.75A1.75 1.75 0 0 1 4 20.25"/><path d="M5.22 9.53a.75.75 0 0 1 0-1.06l6.25-6.25a.75.75 0 0 1 1.06 0l6.25 6.25a.749.749 0 1 1-1.06 1.06l-4.97-4.969V16.75a.75.75 0 0 1-1.5 0V4.561L6.28 9.53a.75.75 0 0 1-1.06 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/verified-16.svg b/mkdocs-material/material/templates/.icons/octicons/verified-16.svg new file mode 100644 index 0000000..dd8d962 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/verified-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="m9.585.52.929.68c.153.112.331.186.518.215l1.138.175a2.68 2.68 0 0 1 2.24 2.24l.174 1.139c.029.187.103.365.215.518l.68.928a2.68 2.68 0 0 1 0 3.17l-.68.928a1.2 1.2 0 0 0-.215.518l-.175 1.138a2.68 2.68 0 0 1-2.241 2.241l-1.138.175a1.2 1.2 0 0 0-.518.215l-.928.68a2.68 2.68 0 0 1-3.17 0l-.928-.68a1.2 1.2 0 0 0-.518-.215L3.83 14.41a2.68 2.68 0 0 1-2.24-2.24l-.175-1.138a1.2 1.2 0 0 0-.215-.518l-.68-.928a2.68 2.68 0 0 1 0-3.17l.68-.928c.112-.153.186-.331.215-.518l.175-1.14a2.68 2.68 0 0 1 2.24-2.24l1.139-.175c.187-.029.365-.103.518-.215l.928-.68a2.68 2.68 0 0 1 3.17 0M7.303 1.728l-.927.68a2.7 2.7 0 0 1-1.18.489l-1.137.174a1.18 1.18 0 0 0-.987.987l-.174 1.136a2.7 2.7 0 0 1-.489 1.18l-.68.928a1.18 1.18 0 0 0 0 1.394l.68.927c.256.348.424.753.489 1.18l.174 1.137c.078.509.478.909.987.987l1.136.174a2.7 2.7 0 0 1 1.18.489l.928.68c.414.305.979.305 1.394 0l.927-.68a2.7 2.7 0 0 1 1.18-.489l1.137-.174a1.18 1.18 0 0 0 .987-.987l.174-1.136a2.7 2.7 0 0 1 .489-1.18l.68-.928a1.18 1.18 0 0 0 0-1.394l-.68-.927a2.7 2.7 0 0 1-.489-1.18l-.174-1.137a1.18 1.18 0 0 0-.987-.987l-1.136-.174a2.7 2.7 0 0 1-1.18-.489l-.928-.68a1.18 1.18 0 0 0-1.394 0M11.28 6.78l-3.75 3.75a.75.75 0 0 1-1.06 0L4.72 8.78a.75.75 0 0 1 .018-1.042.75.75 0 0 1 1.042-.018L7 8.94l3.22-3.22a.75.75 0 0 1 1.042.018.75.75 0 0 1 .018 1.042"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/verified-24.svg b/mkdocs-material/material/templates/.icons/octicons/verified-24.svg new file mode 100644 index 0000000..bcb2756 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/verified-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.03 9.78a.75.75 0 0 0-1.06-1.06l-5.47 5.47-2.47-2.47a.75.75 0 0 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0z"/><path d="m14.136 1.2 1.375 1.01c.274.201.593.333.929.384l1.687.259a3.61 3.61 0 0 1 3.02 3.021l.259 1.686c.051.336.183.655.384.929l1.01 1.375a3.61 3.61 0 0 1 0 4.272l-1.01 1.375a2.1 2.1 0 0 0-.384.929l-.259 1.687a3.61 3.61 0 0 1-3.021 3.02l-1.686.259a2.1 2.1 0 0 0-.929.384l-1.375 1.01a3.61 3.61 0 0 1-4.272 0l-1.375-1.01a2.1 2.1 0 0 0-.929-.384l-1.687-.259a3.61 3.61 0 0 1-3.02-3.021l-.259-1.686a2.1 2.1 0 0 0-.384-.929L1.2 14.136a3.61 3.61 0 0 1 0-4.272l1.01-1.375c.201-.274.333-.593.384-.929l.259-1.687a3.61 3.61 0 0 1 3.021-3.02l1.686-.259c.336-.051.655-.183.929-.384L9.864 1.2a3.61 3.61 0 0 1 4.272 0m-3.384 1.209-1.375 1.01a3.6 3.6 0 0 1-1.59.658l-1.686.258a2.11 2.11 0 0 0-1.766 1.766l-.258 1.686a3.6 3.6 0 0 1-.658 1.589l-1.01 1.376a2.11 2.11 0 0 0 0 2.496l1.01 1.375c.344.469.57 1.015.658 1.59l.258 1.686c.14.911.855 1.626 1.766 1.766l1.686.258a3.6 3.6 0 0 1 1.589.658l1.376 1.01a2.11 2.11 0 0 0 2.496 0l1.375-1.01a3.6 3.6 0 0 1 1.59-.657l1.686-.26a2.11 2.11 0 0 0 1.766-1.765l.258-1.686a3.6 3.6 0 0 1 .658-1.589l1.01-1.376a2.11 2.11 0 0 0 0-2.496l-1.01-1.375a3.6 3.6 0 0 1-.657-1.59l-.26-1.686a2.11 2.11 0 0 0-1.765-1.766l-1.686-.258a3.6 3.6 0 0 1-1.589-.658l-1.376-1.01a2.11 2.11 0 0 0-2.496 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/versions-16.svg b/mkdocs-material/material/templates/.icons/octicons/versions-16.svg new file mode 100644 index 0000000..c9571bc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/versions-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M7.75 14A1.75 1.75 0 0 1 6 12.25v-8.5C6 2.784 6.784 2 7.75 2h6.5c.966 0 1.75.784 1.75 1.75v8.5A1.75 1.75 0 0 1 14.25 14Zm-.25-1.75c0 .138.112.25.25.25h6.5a.25.25 0 0 0 .25-.25v-8.5a.25.25 0 0 0-.25-.25h-6.5a.25.25 0 0 0-.25.25ZM4.9 3.508a.75.75 0 0 1-.274 1.025.25.25 0 0 0-.126.217v6.5c0 .09.048.173.126.217a.75.75 0 0 1-.752 1.298A1.75 1.75 0 0 1 3 11.25v-6.5c0-.649.353-1.214.874-1.516a.75.75 0 0 1 1.025.274ZM1.625 5.533za.25.25 0 0 0-.126.217v4.5c0 .09.048.173.126.217a.75.75 0 0 1-.752 1.298A1.75 1.75 0 0 1 0 10.25v-4.5a1.75 1.75 0 0 1 .873-1.516.75.75 0 1 1 .752 1.299"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/versions-24.svg b/mkdocs-material/material/templates/.icons/octicons/versions-24.svg new file mode 100644 index 0000000..261a958 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/versions-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h11a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2Zm-.5-2a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5H10a.5.5 0 0 0-.5.5ZM6.17 4.165a.75.75 0 0 1-.335 1.006c-.228.114-.295.177-.315.201a.04.04 0 0 0-.008.016.4.4 0 0 0-.012.112v13c0 .07.008.102.012.112a.03.03 0 0 0 .008.016c.02.024.087.087.315.201a.749.749 0 1 1-.67 1.342c-.272-.136-.58-.315-.81-.598C4.1 19.259 4 18.893 4 18.5v-13c0-.393.1-.759.355-1.073.23-.283.538-.462.81-.598a.75.75 0 0 1 1.006.336ZM2.15 5.624a.75.75 0 0 1-.274 1.025q-.225.132-.32.245C1.5 6.96 1.5 6.99 1.5 7v10c0 .01 0 .04.056.106q.095.113.32.245a.75.75 0 0 1-.752 1.298C.73 18.421 0 17.907 0 17V7c0-.907.73-1.42 1.124-1.65a.75.75 0 0 1 1.025.274Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/video-16.svg b/mkdocs-material/material/templates/.icons/octicons/video-16.svg new file mode 100644 index 0000000..6ec529d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/video-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M0 3.75C0 2.784.784 2 1.75 2h12.5c.966 0 1.75.784 1.75 1.75v8.5A1.75 1.75 0 0 1 14.25 14H1.75A1.75 1.75 0 0 1 0 12.25Zm1.75-.25a.25.25 0 0 0-.25.25v8.5c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25v-8.5a.25.25 0 0 0-.25-.25Z"/><path d="M6 10.559V5.442a.25.25 0 0 1 .379-.215l4.264 2.559a.25.25 0 0 1 0 .428l-4.264 2.559A.25.25 0 0 1 6 10.559"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/video-24.svg b/mkdocs-material/material/templates/.icons/octicons/video-24.svg new file mode 100644 index 0000000..0b2b672 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/video-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 4.75C0 3.784.784 3 1.75 3h20.5c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0 1 22.25 21H1.75A1.75 1.75 0 0 1 0 19.25Zm1.75-.25a.25.25 0 0 0-.25.25v14.5c0 .138.112.25.25.25h20.5a.25.25 0 0 0 .25-.25V4.75a.25.25 0 0 0-.25-.25Z"/><path d="M9 15.584V8.416a.5.5 0 0 1 .77-.42l5.576 3.583a.5.5 0 0 1 0 .842L9.77 16.005a.5.5 0 0 1-.77-.42Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/webhook-16.svg b/mkdocs-material/material/templates/.icons/octicons/webhook-16.svg new file mode 100644 index 0000000..6242181 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/webhook-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M5.5 4.25a2.25 2.25 0 0 1 4.5 0 .75.75 0 0 0 1.5 0 3.75 3.75 0 1 0-6.14 2.889l-2.272 4.258a.75.75 0 0 0 1.324.706L7 7.25a.75.75 0 0 0-.309-1.015A2.25 2.25 0 0 1 5.5 4.25"/><path d="M7.364 3.607a.75.75 0 0 1 1.03.257l2.608 4.349a3.75 3.75 0 1 1-.628 6.785.75.75 0 0 1 .752-1.299 2.25 2.25 0 1 0-.033-3.88.75.75 0 0 1-1.03-.256L7.107 4.636a.75.75 0 0 1 .257-1.03Z"/><path d="M2.9 8.776A.75.75 0 0 1 2.625 9.8 2.25 2.25 0 1 0 6 11.75a.75.75 0 0 1 .75-.751h5.5a.75.75 0 0 1 0 1.5H7.425a3.751 3.751 0 1 1-5.55-3.998.75.75 0 0 1 1.024.274Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/workflow-16.svg b/mkdocs-material/material/templates/.icons/octicons/workflow-16.svg new file mode 100644 index 0000000..e785ea5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/workflow-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M0 1.75C0 .784.784 0 1.75 0h3.5C6.216 0 7 .784 7 1.75v3.5A1.75 1.75 0 0 1 5.25 7H4v4a1 1 0 0 0 1 1h4v-1.25C9 9.784 9.784 9 10.75 9h3.5c.966 0 1.75.784 1.75 1.75v3.5A1.75 1.75 0 0 1 14.25 16h-3.5A1.75 1.75 0 0 1 9 14.25v-.75H5A2.5 2.5 0 0 1 2.5 11V7h-.75A1.75 1.75 0 0 1 0 5.25Zm1.75-.25a.25.25 0 0 0-.25.25v3.5c0 .138.112.25.25.25h3.5a.25.25 0 0 0 .25-.25v-3.5a.25.25 0 0 0-.25-.25Zm9 9a.25.25 0 0 0-.25.25v3.5c0 .138.112.25.25.25h3.5a.25.25 0 0 0 .25-.25v-3.5a.25.25 0 0 0-.25-.25Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/workflow-24.svg b/mkdocs-material/material/templates/.icons/octicons/workflow-24.svg new file mode 100644 index 0000000..273efc3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/workflow-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 3a2 2 0 0 1 2-2h6.5a2 2 0 0 1 2 2v6.5a2 2 0 0 1-2 2H7v4.063C7 16.355 7.644 17 8.438 17H12.5v-2.5a2 2 0 0 1 2-2H21a2 2 0 0 1 2 2V21a2 2 0 0 1-2 2h-6.5a2 2 0 0 1-2-2v-2.5H8.437A2.94 2.94 0 0 1 5.5 15.562V11.5H3a2 2 0 0 1-2-2Zm2-.5a.5.5 0 0 0-.5.5v6.5a.5.5 0 0 0 .5.5h6.5a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5ZM14.5 14a.5.5 0 0 0-.5.5V21a.5.5 0 0 0 .5.5H21a.5.5 0 0 0 .5-.5v-6.5a.5.5 0 0 0-.5-.5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/x-12.svg b/mkdocs-material/material/templates/.icons/octicons/x-12.svg new file mode 100644 index 0000000..92dad62 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/x-12.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M2.22 2.22a.75.75 0 0 1 1.06 0L6 4.939 8.72 2.22a.749.749 0 1 1 1.06 1.06L7.061 6 9.78 8.72a.749.749 0 1 1-1.06 1.06L6 7.061 3.28 9.78a.749.749 0 1 1-1.06-1.06L4.939 6 2.22 3.28a.75.75 0 0 1 0-1.06"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/x-16.svg b/mkdocs-material/material/templates/.icons/octicons/x-16.svg new file mode 100644 index 0000000..9fcab9f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/x-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M3.72 3.72a.75.75 0 0 1 1.06 0L8 6.94l3.22-3.22a.749.749 0 0 1 1.275.326.75.75 0 0 1-.215.734L9.06 8l3.22 3.22a.749.749 0 0 1-.326 1.275.75.75 0 0 1-.734-.215L8 9.06l-3.22 3.22a.75.75 0 0 1-1.042-.018.75.75 0 0 1-.018-1.042L6.94 8 3.72 4.78a.75.75 0 0 1 0-1.06"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/x-24.svg b/mkdocs-material/material/templates/.icons/octicons/x-24.svg new file mode 100644 index 0000000..aac8deb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/x-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.72 5.72a.75.75 0 0 1 1.06 0L12 10.94l5.22-5.22a.749.749 0 0 1 1.275.326.75.75 0 0 1-.215.734L13.06 12l5.22 5.22a.749.749 0 0 1-.326 1.275.75.75 0 0 1-.734-.215L12 13.06l-5.22 5.22a.75.75 0 0 1-1.042-.018.75.75 0 0 1-.018-1.042L10.94 12 5.72 6.78a.75.75 0 0 1 0-1.06"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/x-circle-16.svg b/mkdocs-material/material/templates/.icons/octicons/x-circle-16.svg new file mode 100644 index 0000000..87d00f5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/x-circle-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M2.344 2.343za8 8 0 0 1 11.314 11.314A8.002 8.002 0 0 1 .234 10.089a8 8 0 0 1 2.11-7.746m1.06 10.253a6.5 6.5 0 1 0 9.108-9.275 6.5 6.5 0 0 0-9.108 9.275M6.03 4.97 8 6.94l1.97-1.97a.749.749 0 0 1 1.275.326.75.75 0 0 1-.215.734L9.06 8l1.97 1.97a.749.749 0 0 1-.326 1.275.75.75 0 0 1-.734-.215L8 9.06l-1.97 1.97a.749.749 0 0 1-1.275-.326.75.75 0 0 1 .215-.734L6.94 8 4.97 6.03a.75.75 0 0 1 .018-1.042.75.75 0 0 1 1.042-.018"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/x-circle-24.svg b/mkdocs-material/material/templates/.icons/octicons/x-circle-24.svg new file mode 100644 index 0000000..9b9d862 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/x-circle-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.036 7.976a.75.75 0 0 0-1.06 1.06L10.939 12l-2.963 2.963a.75.75 0 1 0 1.06 1.06L12 13.06l2.963 2.964a.75.75 0 0 0 1.061-1.06L13.061 12l2.963-2.964a.75.75 0 1 0-1.06-1.06L12 10.939z"/><path d="M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1M2.5 12a9.5 9.5 0 0 0 9.5 9.5 9.5 9.5 0 0 0 9.5-9.5A9.5 9.5 0 0 0 12 2.5 9.5 9.5 0 0 0 2.5 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/x-circle-fill-12.svg b/mkdocs-material/material/templates/.icons/octicons/x-circle-fill-12.svg new file mode 100644 index 0000000..265745f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/x-circle-fill-12.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M1.757 10.243a6.001 6.001 0 1 1 8.488-8.486 6.001 6.001 0 0 1-8.488 8.486M6 4.763l-2-2L2.763 4l2 2-2 2L4 9.237l2-2 2 2L9.237 8l-2-2 2-2L8 2.763Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/x-circle-fill-16.svg b/mkdocs-material/material/templates/.icons/octicons/x-circle-fill-16.svg new file mode 100644 index 0000000..58e360b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/x-circle-fill-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M2.343 13.657A8 8 0 1 1 13.658 2.343 8 8 0 0 1 2.343 13.657M6.03 4.97a.75.75 0 0 0-1.042.018.75.75 0 0 0-.018 1.042L6.94 8 4.97 9.97a.749.749 0 0 0 .326 1.275.75.75 0 0 0 .734-.215L8 9.06l1.97 1.97a.749.749 0 0 0 1.275-.326.75.75 0 0 0-.215-.734L9.06 8l1.97-1.97a.749.749 0 0 0-.326-1.275.75.75 0 0 0-.734.215L8 6.94Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/x-circle-fill-24.svg b/mkdocs-material/material/templates/.icons/octicons/x-circle-fill-24.svg new file mode 100644 index 0000000..dd2240a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/x-circle-fill-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12m8.036-4.024a.75.75 0 0 0-1.042.018.75.75 0 0 0-.018 1.042L10.939 12l-2.963 2.963a.749.749 0 0 0 .326 1.275.75.75 0 0 0 .734-.215L12 13.06l2.963 2.964a.75.75 0 0 0 1.061-1.06L13.061 12l2.963-2.964a.749.749 0 0 0-.326-1.275.75.75 0 0 0-.734.215L12 10.939Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/zap-16.svg b/mkdocs-material/material/templates/.icons/octicons/zap-16.svg new file mode 100644 index 0000000..15f85c9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/zap-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M9.504.43a1.516 1.516 0 0 1 2.437 1.713L10.415 5.5h2.123c1.57 0 2.346 1.909 1.22 3.004l-7.34 7.142a1.25 1.25 0 0 1-.871.354h-.302a1.25 1.25 0 0 1-1.157-1.723L5.633 10.5H3.462c-1.57 0-2.346-1.909-1.22-3.004zm1.047 1.074L3.286 8.571A.25.25 0 0 0 3.462 9H6.75a.75.75 0 0 1 .694 1.034l-1.713 4.188 6.982-6.793A.25.25 0 0 0 12.538 7H9.25a.75.75 0 0 1-.683-1.06l2.008-4.418.003-.006-.004-.009-.006-.006-.008-.001q-.005 0-.009.004"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/zap-24.svg b/mkdocs-material/material/templates/.icons/octicons/zap-24.svg new file mode 100644 index 0000000..c3c12d5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/zap-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.716 1.329a1.341 1.341 0 0 1 2.109 1.55L15.147 9h4.161c1.623 0 2.372 2.016 1.143 3.075L8.102 22.721a1.148 1.148 0 0 1-1.81-1.317L8.996 15H4.674c-1.619 0-2.37-2.008-1.148-3.07l12.19-10.6Zm.452 1.595L4.51 13.061a.25.25 0 0 0 .164.439h5.45a.75.75 0 0 1 .692 1.041l-2.559 6.066 11.215-9.668a.25.25 0 0 0-.164-.439H14a.75.75 0 0 1-.687-1.05Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/zoom-in-16.svg b/mkdocs-material/material/templates/.icons/octicons/zoom-in-16.svg new file mode 100644 index 0000000..d46ee3c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/zoom-in-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M3.75 7.5a.75.75 0 0 1 .75-.75h2.25V4.5a.75.75 0 0 1 1.5 0v2.25h2.25a.75.75 0 0 1 0 1.5H8.25v2.25a.75.75 0 0 1-1.5 0V8.25H4.5a.75.75 0 0 1-.75-.75"/><path d="M7.5 0a7.5 7.5 0 0 1 5.807 12.247l2.473 2.473a.749.749 0 1 1-1.06 1.06l-2.473-2.473A7.5 7.5 0 1 1 7.5 0m-6 7.5a6 6 0 1 0 12 0 6 6 0 0 0-12 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/zoom-in-24.svg b/mkdocs-material/material/templates/.icons/octicons/zoom-in-24.svg new file mode 100644 index 0000000..1936494 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/zoom-in-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.5 5.75a.75.75 0 0 1 .75.75v3.25h3.25a.75.75 0 0 1 0 1.5h-3.25v3.25a.75.75 0 0 1-1.5 0v-3.25H6.5a.75.75 0 0 1 0-1.5h3.25V6.5a.75.75 0 0 1 .75-.75"/><path d="M0 10.5C0 4.701 4.701 0 10.5 0S21 4.701 21 10.5c0 2.63-.967 5.033-2.564 6.875l4.344 4.345a.749.749 0 1 1-1.06 1.06l-4.345-4.344A10.46 10.46 0 0 1 10.5 21C4.701 21 0 16.299 0 10.5m10.5-9a9 9 0 0 0-9 9 9 9 0 0 0 9 9 9 9 0 0 0 9-9 9 9 0 0 0-9-9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/zoom-out-16.svg b/mkdocs-material/material/templates/.icons/octicons/zoom-out-16.svg new file mode 100644 index 0000000..976d3c7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/zoom-out-16.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M4.5 6.75h6a.75.75 0 0 1 0 1.5h-6a.75.75 0 0 1 0-1.5"/><path d="M0 7.5a7.5 7.5 0 1 1 13.307 4.747l2.473 2.473a.749.749 0 1 1-1.06 1.06l-2.473-2.473A7.5 7.5 0 0 1 0 7.5m7.5-6a6 6 0 1 0 0 12 6 6 0 0 0 0-12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/octicons/zoom-out-24.svg b/mkdocs-material/material/templates/.icons/octicons/zoom-out-24.svg new file mode 100644 index 0000000..6692424 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/octicons/zoom-out-24.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.5 11.25a.75.75 0 0 0 0-1.5h-8a.75.75 0 0 0 0 1.5z"/><path d="M0 10.5C0 4.701 4.701 0 10.5 0S21 4.701 21 10.5c0 2.63-.967 5.033-2.564 6.875l4.344 4.345a.749.749 0 1 1-1.06 1.06l-4.345-4.344A10.46 10.46 0 0 1 10.5 21C4.701 21 0 16.299 0 10.5m10.5-9a9 9 0 0 0-9 9 9 9 0 0 0 9 9 9 9 0 0 0 9-9 9 9 0 0 0-9-9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/1001tracklists.svg b/mkdocs-material/material/templates/.icons/simple/1001tracklists.svg new file mode 100644 index 0000000..1bf52e6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/1001tracklists.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.096 1.334V2.68h-1.35v1.345H5.398v1.346h-1.35v1.346H2.7v6.681H1.35v1.348H0v2.451h1.35v1.346H2.7v1.346h2.456v-7.836h-1.35v-4.23h1.35V6.476h1.35V5.13h1.35V3.785h8.289v1.346h1.35v1.346h1.349v1.345h1.35v4.23h-1.35v7.837H21.3v-1.346h1.35v-1.346H24v-2.451h-1.35v-1.348H21.3V6.717h-1.349V5.37h-1.35V4.025h-1.347V2.68h-1.35V1.334Zm1.37 8v1.352H8.112v3.816h2.47v-4.057h2.95v4.348h-1.355v1.352h-1.354v2.464h2.467v-2.705H16v-5.218h-1.355V9.334Zm1.356 10.87v2.462h2.467v-2.463z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/1dot1dot1dot1.svg b/mkdocs-material/material/templates/.icons/simple/1dot1dot1dot1.svg new file mode 100644 index 0000000..ee08853 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/1dot1dot1dot1.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.389 0A5.377 5.377 0 0 0 0 5.389V18.61A5.377 5.377 0 0 0 5.389 24H18.61A5.377 5.377 0 0 0 24 18.611V5.39A5.377 5.377 0 0 0 18.611 0Zm11.546 4.595h.942v3.122h.69v.868h-.69v1.201h-1.001V8.585H14.68v-.964zm-6.07.589h2.523v14.842h-3.094V9.79H6.68V7.805q1.425-.063 1.997-.184.91-.195 1.48-.779.39-.399.592-1.064.116-.4.116-.594m5.989.73L15.513 7.72h1.365V5.915Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/1panel.svg b/mkdocs-material/material/templates/.icons/simple/1panel.svg new file mode 100644 index 0000000..f3141db --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/1panel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 0 10.349 6v12L12 24 1.651 18V6zm0 .326L1.897 6.158v11.664L12 23.653l10.103-5.831V6.158zM8.84 20.523l-5.801-3.349V6.826L12 1.653l2.23 1.287-8.925 5.195v7.73l5.792 3.345zm6.299-17.058 5.822 3.361v10.348L12 22.347l-2.274-1.312 8.969-5.17v-7.73l-5.823-3.362zm-2.137 3.35v2.869l.024 7.666-.691.384-2.18-1.249.008-6.801H8.958L8.95 8.351l3.412-1.965z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/1password.svg b/mkdocs-material/material/templates/.icons/simple/1password.svg new file mode 100644 index 0000000..3b87390 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/1password.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 .007C5.373.007 0 5.376 0 11.999s5.373 11.994 12 11.994S24 18.623 24 12 18.627.007 12 .007m-.895 4.857h1.788c.484 0 .729.002.914.096a.86.86 0 0 1 .377.377c.094.185.095.428.095.912v6.016c0 .12 0 .182-.015.238a.4.4 0 0 1-.067.137 1 1 0 0 1-.174.162l-.695.564c-.113.092-.17.138-.191.194a.22.22 0 0 0 0 .15c.02.055.078.101.191.193l.695.565c.094.076.14.115.174.162q.045.063.067.137a1 1 0 0 1 .015.238v2.746c0 .484-.001.727-.095.912a.86.86 0 0 1-.377.377c-.185.094-.43.096-.914.096h-1.788c-.484 0-.726-.002-.912-.096a.86.86 0 0 1-.377-.377c-.094-.185-.095-.428-.095-.912v-6.016c0-.12 0-.182.015-.238a.4.4 0 0 1 .067-.139c.034-.047.08-.083.174-.16l.695-.564c.113-.092.17-.138.191-.194a.22.22 0 0 0 0-.15c-.02-.055-.078-.101-.191-.193l-.695-.565a1 1 0 0 1-.174-.162.4.4 0 0 1-.067-.139 1 1 0 0 1-.015-.236V6.25c0-.484.001-.727.095-.912a.86.86 0 0 1 .377-.377c.186-.094.428-.096.912-.096z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/2fas.svg b/mkdocs-material/material/templates/.icons/simple/2fas.svg new file mode 100644 index 0000000..5f8b424 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/2fas.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0c-.918 0-1.833.12-2.72.355L4.07 1.748a2.64 2.64 0 0 0-1.96 2.547v9.115a7.91 7.91 0 0 0 3.552 6.606l5.697 3.765a1.32 1.32 0 0 0 1.467-.008l5.572-3.752a7.93 7.93 0 0 0 3.493-6.57V4.295a2.64 2.64 0 0 0-1.961-2.547L14.72.355A10.6 10.6 0 0 0 12 0M7.383 5.4h9.228c.726 0 1.32.594 1.32 1.32 0 .734-.587 1.32-1.32 1.32H7.383c-.727 0-1.32-.593-1.32-1.32 0-.726.593-1.32 1.32-1.32M7.38 9.357h3.299c.727 0 1.32.595 1.32 1.32a1.32 1.32 0 0 1-1.318 1.32H7.38c-.726 0-1.32-.592-1.32-1.32 0-.725.594-1.32 1.32-1.32m0 3.96c.727 0 1.32.593 1.32 1.32s-.586 1.318-1.32 1.318c-.726 0-1.32-.592-1.32-1.318s.594-1.32 1.32-1.32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/2k.svg b/mkdocs-material/material/templates/.icons/simple/2k.svg new file mode 100644 index 0000000..f38b951 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/2k.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 .002v23.997h24V.002zm10.962 5.592c2.36 0 4.443.416 3.799 2.423-.434 1.365-2.017 1.918-3.114 2.109l-2.757.489c-.655.114-1.039.277-1.3.549h6.012l-.818 2.529 3.446-2.529h3.755l-4.091 2.772 2.07 4.402h-3.766l-1.082-2.754-1.197.826-.619 1.928H8.471l1.718-5.374h-6.25C4.874 10.2 6.891 9.36 8.731 8.989l2.264-.457c.387-.07.64-.259.736-.557.136-.416-.32-.581-.994-.581-.784 0-1.604.074-1.984 1.005H5.646c1.009-2.474 3.483-2.805 5.316-2.805"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/30secondsofcode.svg b/mkdocs-material/material/templates/.icons/simple/30secondsofcode.svg new file mode 100644 index 0000000..ba4d16d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/30secondsofcode.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.895 12c0 .734-.593 1.328-1.324 1.328h-.58a6.67 6.67 0 0 1-.389 5.09 6.63 6.63 0 0 1-2.22 2.508 6.6 6.6 0 0 1-9.028-1.619l-.044-.06c-.47-.563-.397-1.4.163-1.872a1.32 1.32 0 0 1 1.864.164l.158.207a3.97 3.97 0 0 0 3.523 1.63 3.96 3.96 0 0 0 3.226-2.163A3.997 3.997 0 0 0 7.771 12 3.98 3.98 0 0 0 9.45 9.927a4 4 0 0 0-1.537-4.644 3.96 3.96 0 0 0-5.417.971l-.158.208a1.32 1.32 0 0 1-1.864.163A1.33 1.33 0 0 1 .31 4.754l.044-.061a6.6 6.6 0 0 1 2.583-2.128 6.6 6.6 0 0 1 6.446.51 6.63 6.63 0 0 1 2.22 2.506 6.66 6.66 0 0 1 .389 5.09h.58c.73 0 1.323.595 1.323 1.329m-.067 5.21a8.3 8.3 0 0 1-1.196 2.811 6.63 6.63 0 0 0 4.717 1.964A6.654 6.654 0 0 0 24 15.328V8.672a6.654 6.654 0 0 0-6.651-6.657c-1.844 0-3.513.75-4.717 1.964a8.3 8.3 0 0 1 1.196 2.81 3.99 3.99 0 0 1 7.511 1.883v6.656a3.992 3.992 0 0 1-7.51 1.883Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/365datascience.svg b/mkdocs-material/material/templates/.icons/simple/365datascience.svg new file mode 100644 index 0000000..9461a9a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/365datascience.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.5 13.645v-.858h.818c.575 0 1.183-.152 1.19-.668 0-.318-.258-.738-1.166-.738-.502 0-1.183.174-1.183.683H.09c0-1.2 1.216-1.633 2.26-1.633 1.07 0 2.221.509 2.23 1.692a1.17 1.17 0 0 1-.786 1.087c.542.175.924.7.924 1.168 0 1.36-1.305 1.758-2.399 1.758S.008 15.702 0 14.438h1.077c0 .573.787.772 1.249.772.542 0 1.264-.223 1.264-.82 0-.332-.187-.745-1.208-.745zm5.008-1.43v.833c.251-.377.866-.588 1.312-.588 1.143 0 2.342.469 2.342 1.852 0 1.232-1.207 1.843-2.35 1.843-1.142 0-2.367-.611-2.367-1.858v-2.075c0-1.24 1.168-1.818 2.335-1.818 1.232 0 2.326.476 2.326 1.643H9.042c0-.492-.628-.738-1.24-.738-.64-.007-1.288.334-1.288.937zM9.1 14.311c0-.612-.568-.937-1.28-.937-.714 0-1.322.318-1.313.937s.608.908 1.305.908c.672 0 1.288-.297 1.288-.908m5.997-2.812h-3.063v.977h1.101c1.208 0 2.286.485 2.278 1.787 0 1.263-1.078 1.867-2.221 1.867-1.247 0-2.317-.437-2.326-1.74h1.064c0 .613.713.77 1.248.77s1.174-.238 1.174-.897c.009-.628-.628-.81-1.216-.81H10.99v-2.94h4.109zm7.917-3.69a.95.95 0 0 0-.456 1.78l-1.925 4.72a.94.94 0 0 0-.8.082l-2.046-2.342a.943.943 0 0 0-.09-1.27.943.943 0 0 0-1.41 1.241.943.943 0 0 0 1.249.25l2.046 2.342a.95.95 0 0 0-.208.593.95.95 0 0 0 .266.693.95.95 0 0 0 1.57-.32 1 1 0 0 0 .062-.373.94.94 0 0 0-.343-.73l1.95-4.772a1 1 0 0 0 .136.01.95.95 0 0 0 .908-.577.95.95 0 0 0-.214-1.055.95.95 0 0 0-.694-.266Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/3m.svg b/mkdocs-material/material/templates/.icons/simple/3m.svg new file mode 100644 index 0000000..489daa8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/3m.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.903 5.954 17.17 13.03l-1.739-7.076h-5.099v2.613C9.72 6.28 7.56 5.706 5.558 5.674 3.12 5.641.563 6.701.469 9.936h3.373c0-.977.747-1.536 1.588-1.523 1.032-.008 1.508.434 1.533 1.124-.036.597-.387 1.014-1.525 1.014H4.303V12.9h1.03c.584 0 1.399.319 1.431 1.155.04.995-.652 1.435-1.501 1.443-1.517-.053-1.763-1.225-1.763-2.23H0c.015.677-.151 5.091 5.337 5.059 2.629.025 4.464-1.085 5.003-2.613v2.342h3.455v-7.632l1.867 7.634h3.018l1.875-7.626v7.634H24V5.954zm-8.561 7.06c-.429-.893-1.034-1.284-1.376-1.407.714-.319 1.09-.751 1.376-1.614z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/42.svg b/mkdocs-material/material/templates/.icons/simple/42.svg new file mode 100644 index 0000000..9f46ef6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/42.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.581 16.851H24v-4.439ZM24 3.574h-4.419v4.42l-4.419 4.418v4.44h4.419v-4.44L24 7.993Zm-4.419 0h-4.419v4.42zm-6.324 8.838H4.419l8.838-8.838H8.838L0 12.412v3.595h8.838v4.419h4.419z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/4chan.svg b/mkdocs-material/material/templates/.icons/simple/4chan.svg new file mode 100644 index 0000000..9946caf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/4chan.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.07 8.82S9.803 1.079 5.145 1.097C2.006 1.109.78 4.124 3.055 4.802c0 0-2.698.973-2.698 2.697s4.274 3.54 10.713 1.32zm1.931 5.924s.904 7.791 5.558 7.991c3.136.135 4.503-2.82 2.262-3.604 0 0 2.74-.845 2.82-2.567s-4.105-3.737-10.64-1.82m-3.672-1.55s-7.532 2.19-6.952 6.813c.39 3.114 3.53 3.969 3.93 1.63 0 0 1.29 2.559 3.002 2.351s3-4.67.02-10.794m5.623-2.467s7.727-1.35 7.66-6.008c-.046-3.138-3.074-4.333-3.728-2.051 0 0-1-2.686-2.726-2.668-1.724.018-3.494 4.312-1.206 10.727"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/4d.svg b/mkdocs-material/material/templates/.icons/simple/4d.svg new file mode 100644 index 0000000..c494785 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/4d.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.64 0v24H3.36V0zM10.49 11.827c-.115.138-5.882 6.789-5.983 6.9-.058.07-.187.194-.187.36 0 .153.187.208.36.208h4.4v-1.067H5.83c.49-.61 3.38-3.824 3.696-4.226v5.34c0 .194-.005.965-.043 1.602-.029.43-.13.637-.661.693-.23.027-.533.041-.662.041-.072 0-.115.083-.115.18s.072.167.23.167c.777 0 1.539-.042 1.942-.042 1.236 0 2.646.097 3.178.097 2.618 0 4.099-.97 4.746-1.607.791-.776 1.539-2.093 1.539-3.81 0-1.622-.662-2.758-1.38-3.465-1.54-1.565-3.913-1.565-5.682-1.565-.56 0-1.035.027-1.064.027-.388.042-.345-.124-.59-.138-.158-.014-.258.055-.474.305m1.898.443c1.108 0 2.719.166 4.027 1.372.604.554 1.367 1.676 1.367 3.408 0 1.414-.288 2.66-1.194 3.409-.849.706-1.812.984-3.265.984-1.122 0-1.683-.291-1.87-.54-.115-.153-.172-.694-.186-1.04 0-.097-.015-.29-.015-.568h1.021c.245 0 .317-.055.389-.18.1-.18.244-.735.244-.86 0-.11-.057-.166-.13-.166-.086 0-.273.139-.647.139h-.877v-5.584c0-.152.058-.222.173-.277s.676-.097.963-.097"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/500px.svg b/mkdocs-material/material/templates/.icons/simple/500px.svg new file mode 100644 index 0000000..7dce04b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/500px.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.451 9a3 3 0 1 0 3 3 3.03 3.03 0 0 0-3-3Zm0 5.37A2.355 2.355 0 1 1 9.791 12a2.37 2.37 0 0 1-2.34 2.37ZM13.899 9a3 3 0 1 0 3 3 3 3 0 0 0-3-3Zm0 5.37a2.355 2.355 0 1 1 2.34-2.37 2.33 2.33 0 0 1-2.34 2.37zM2.29 10.8a2.02 2.02 0 0 0-1.59.42V9.63h2.7c.09 0 .15-.03.15-.3s-.12-.27-.18-.27H.4a.27.27 0 0 0-.27.27v2.64c0 .15.09.18.24.21a.23.23 0 0 0 .27-.06 1.71 1.71 0 0 1 1.5-.72 1.56 1.56 0 0 1 1.35 1.32 1.52 1.52 0 0 1-1.32 1.68h-.18a1.53 1.53 0 0 1-1.41-.99c-.03-.09-.09-.15-.33-.06s-.27.15-.24.24a2.127 2.127 0 0 0 2.7 1.26 2.127 2.127 0 0 0 1.26-2.7 2.1 2.1 0 0 0-1.68-1.35m16.65-1.77a1.626 1.626 0 0 0-1.44 1.62v2.67c0 .15.12.18.3.18s.3-.03.3-.18v-2.67a1.01 1.01 0 0 1 .87-1.02.99.99 0 0 1 .75.24.96.96 0 0 1 .33.72 1.2 1.2 0 0 1-.21.57.95.95 0 0 1-.84.39c-.12 0-.21 0-.24.27 0 .18 0 .27.15.3a1.48 1.48 0 0 0 .87-.18 1.61 1.61 0 0 0 .87-1.26A1.554 1.554 0 0 0 19.204 9a.8.8 0 0 1-.264.03zm3.93 1.56 1.08-1.08c.03-.03.12-.12-.06-.33a.3.3 0 0 0-.21-.12.16.16 0 0 0-.12.06l-1.08 1.08-1.08-1.11c-.09-.09-.18-.06-.33.06s-.15.24-.06.33l1.08 1.08-1.086 1.11a.23.23 0 0 0-.06.12.25.25 0 0 0 .12.21.5.5 0 0 0 .21.12.3.3 0 0 0 .15-.06l1.08-1.08 1.08 1.08a.16.16 0 0 0 .12.06.3.3 0 0 0 .21-.12c.09-.12.12-.24.03-.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/7zip.svg b/mkdocs-material/material/templates/.icons/simple/7zip.svg new file mode 100644 index 0000000..70900b5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/7zip.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 18.858h24V8.181H10.717V5.142H0ZM2.021 7.271h6.657v1.994c-1.74 2.09-2.84 4.502-2.948 7.404H3.477c.09-2.501.353-4.954 2.283-6.994l.033-.033H2.021Zm8.45 1.253h13.215v10.143H10.47Zm6.01 1.213v6.871h1.482v-6.87Zm2.755.043v6.912h1.616v-2.42h1.029c.43-.001.754-.29.969-.716.427-.848.429-2.257-.024-3.092-.227-.419-.571-.697-1.033-.684zm-7.924.002v1.596h2.217l-2.304 3.736v1.54h4.287V15.1h-2.698l2.786-3.909v-1.41Zm9.452 1.512h.595c.164-.006.287.081.371.217.17.273.172.736.004.99a.36.36 0 0 1-.373.176l-.55.047z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/99designs.svg b/mkdocs-material/material/templates/.icons/simple/99designs.svg new file mode 100644 index 0000000..0c1497a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/99designs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.65 13.779a2.106 2.106 0 1 1-4.212 0 2.106 2.106 0 0 1 4.212 0m-7.557-3.572a2.023 2.023 0 1 1-4.045 0 2.023 2.023 0 0 1 4.046 0m-7.66 0a2.023 2.023 0 1 1-4.046 0 2.023 2.023 0 0 1 4.046 0M17.44 17.87c.917.398 2.243.466 3.122.058q.588-.274 1.085-.886v.877H24V6.062h-2.485v4.272c-.707-.685-1.449-.977-2.45-.977-1.06 0-1.925.352-2.585.916v-.066A4.41 4.41 0 0 0 8.24 8.02a4.41 4.41 0 1 0-4.14 6.585l-1.912 3.313h2.869l3.183-5.526a4.41 4.41 0 0 0 3.522 2.213l-1.913 3.313h2.868l2.238-3.884c.066 1.584.868 3.13 2.486 3.835"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/9gag.svg b/mkdocs-material/material/templates/.icons/simple/9gag.svg new file mode 100644 index 0000000..4f8ce29 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/9gag.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17.279 21.008 5.193-2.995V5.992l-5.193-2.996C14.423 1.348 12.048 0 12 0S9.577 1.348 6.721 2.996L1.528 5.992v2.354l5.193 2.996c2.856 1.648 5.232 2.996 5.28 2.996s1.469-.797 3.157-1.772a230 230 0 0 1 3.097-1.772c.016 0 .027 1.096.027 2.437l-.002 2.436-3.076 1.772c-1.692.975-3.115 1.783-3.163 1.795s-1.471-.776-3.162-1.752-3.113-1.775-3.161-1.775c-.155 0-4.036 2.274-4.011 2.35.031.093 10.136 5.937 10.276 5.943.057.002 2.44-1.344 5.296-2.992M9.847 8.391c-1.118-.65-2.033-1.2-2.033-1.222 0-.071 4.06-2.376 4.186-2.376.125 0 4.186 2.305 4.186 2.376 0 .063-4.047 2.375-4.184 2.39-.068.007-1.037-.519-2.155-1.168"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/LICENSE.md b/mkdocs-material/material/templates/.icons/simple/LICENSE.md new file mode 100644 index 0000000..f0f4b03 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/LICENSE.md @@ -0,0 +1,30 @@ +# CC0 1.0 Universal + +## Statement of Purpose + +The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and Related Rights (defined below) upon the creator and subsequent owner(s) (each and all, an “owner”) of an original work of authorship and/or a database (each, a “Work”). + +Certain owners wish to permanently relinquish those rights to a Work for the purpose of contributing to a commons of creative, cultural and scientific works (“Commons”) that the public can reliably and without fear of later claims of infringement build upon, modify, incorporate in other works, reuse and redistribute as freely as possible in any form whatsoever and for any purposes, including without limitation commercial purposes. These owners may contribute to the Commons to promote the ideal of a free culture and the further production of creative, cultural and scientific works, or to gain reputation or greater distribution for their Work in part through the use and efforts of others. + +For these and/or other purposes and motivations, and without any expectation of additional consideration or compensation, the person associating CC0 with a Work (the “Affirmer”), to the extent that he or she is an owner of Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and publicly distribute the Work under its terms, with knowledge of his or her Copyright and Related Rights in the Work and the meaning and intended legal effect of CC0 on those rights. + +1. Copyright and Related Rights. A Work made available under CC0 may be protected by copyright and related or neighboring rights (“Copyright and Related Rights”). Copyright and Related Rights include, but are not limited to, the following: + 1. the right to reproduce, adapt, distribute, perform, display, communicate, and translate a Work; + 2. moral rights retained by the original author(s) and/or performer(s); + 3. publicity and privacy rights pertaining to a person’s image or likeness depicted in a Work; + 4. rights protecting against unfair competition in regards to a Work, subject to the limitations in paragraph 4(i), below; + 5. rights protecting the extraction, dissemination, use and reuse of data in a Work; + 6. database rights (such as those arising under Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, and under any national implementation thereof, including any amended or successor version of such directive); and + 7. other similar, equivalent or corresponding rights throughout the world based on applicable law or treaty, and any national implementations thereof. + +2. Waiver. To the greatest extent permitted by, but not in contravention of, applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally waives, abandons, and surrenders all of Affirmer’s Copyright and Related Rights and associated claims and causes of action, whether now known or unknown (including existing as well as future claims and causes of action), in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the “Waiver”). Affirmer makes the Waiver for the benefit of each member of the public at large and to the detriment of Affirmer’s heirs and successors, fully intending that such Waiver shall not be subject to revocation, rescission, cancellation, termination, or any other legal or equitable action to disrupt the quiet enjoyment of the Work by the public as contemplated by Affirmer’s express Statement of Purpose. + +3. Public License Fallback. Should any part of the Waiver for any reason be judged legally invalid or ineffective under applicable law, then the Waiver shall be preserved to the maximum extent permitted taking into account Affirmer’s express Statement of Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affected person a royalty-free, non transferable, non sublicensable, non exclusive, irrevocable and unconditional license to exercise Affirmer’s Copyright and Related Rights in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the “License”). The License shall be deemed effective as of the date CC0 was applied by Affirmer to the Work. Should any part of the License for any reason be judged legally invalid or ineffective under applicable law, such partial invalidity or ineffectiveness shall not invalidate the remainder of the License, and in such case Affirmer hereby affirms that he or she will not (i) exercise any of his or her remaining Copyright and Related Rights in the Work or (ii) assert any associated claims and causes of action with respect to the Work, in either case contrary to Affirmer’s express Statement of Purpose. + +4. Limitations and Disclaimers. + 1. No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed or otherwise affected by this document. + 2. Affirmer offers the Work as-is and makes no representations or warranties of any kind concerning the Work, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the present or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law. + 3. Affirmer disclaims responsibility for clearing rights of other persons that may apply to the Work or any use thereof, including without limitation any person’s Copyright and Related Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any necessary consents, permissions or other rights required for any use of the Work. + 4. Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work. + +For more information, please see https://creativecommons.org/publicdomain/zero/1.0/. diff --git a/mkdocs-material/material/templates/.icons/simple/abbott.svg b/mkdocs-material/material/templates/.icons/simple/abbott.svg new file mode 100644 index 0000000..35bb2b5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/abbott.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.812 2.4H0v3.197h19.773V5.6a1.03 1.03 0 0 1 1.032 1.031v10.742l-.004.007a1.034 1.034 0 0 1-1.034 1.025H4.23c-.569 0-1.033-.46-1.033-1.033v-4.34c0-.57.464-1.032 1.033-1.032H17.6V8.803H3.188A3.185 3.185 0 0 0 0 11.99v6.423A3.19 3.19 0 0 0 3.188 21.6h17.624A3.187 3.187 0 0 0 24 18.412V5.587A3.186 3.186 0 0 0 20.812 2.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/abbrobotstudio.svg b/mkdocs-material/material/templates/.icons/simple/abbrobotstudio.svg new file mode 100644 index 0000000..6f4788c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/abbrobotstudio.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.999 12.465a9.601 9.601 0 0 1-19.203 0h1.07a8.53 8.53 0 1 0 8.533-8.53v-1.07A9.6 9.6 0 0 1 24 12.463zm-9.6-3.2a3.2 3.2 0 1 0 3.2 3.2 3.2 3.2 0 0 0-3.2-3.2m-2 0-.6-6.672-2.462 1.92-1.46-1.44a4.67 4.67 0 0 0-5.62-.37l-2.02 1.3a.54.54 0 0 0-.15.74.54.54 0 0 0 .74.15l2-1.31a3.64 3.64 0 0 1 4.29.22l1.37 1.38-2.29 1.821z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/abbvie.svg b/mkdocs-material/material/templates/.icons/simple/abbvie.svg new file mode 100644 index 0000000..a00ba5a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/abbvie.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.186 20.17c-1.533 0-2.14-.612-2.347-1.838l-.406-1.74c-.413.72-2.453 3.579-6.945 3.579H8.89C1.94 20.17 0 15.467 0 12c0-3.885 2.347-8.17 8.884-8.17h4.905c5.005 0 7.759 2.853 8.372 6.431.512 2.96 1.839 9.91 1.839 9.91zM13.076 6.378h-3.88c-4.698 0-6.231 2.965-6.231 5.623 0 2.653 1.533 5.618 6.236 5.618h3.875c4.904 0 6.236-3.065 6.236-5.618 0-2.246-1.231-5.618-6.236-5.618z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/aboutdotme.svg b/mkdocs-material/material/templates/.icons/simple/aboutdotme.svg new file mode 100644 index 0000000..d825e6b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/aboutdotme.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.427 16.615v-6.042c0-.997-.444-1.669-1.541-1.669-.906 0-1.754.614-2.159 1.228v6.483H5.704v-6.042c0-.997-.423-1.669-1.523-1.669-.905 0-1.734.633-2.158 1.228v6.483H0V7.351h2.023v1.247C2.428 8.04 3.642 7.12 5.068 7.12c1.386 0 2.235.69 2.543 1.688.52-.825 1.754-1.688 3.16-1.688 1.697 0 2.68.92 2.68 2.8v6.694zM24 12.163c0-2.925-1.788-5.042-4.604-5.042-2.777 0-4.759 2.174-4.759 4.869 0 2.945 2.079 4.888 4.913 4.89 1.476 0 2.855-.482 3.807-1.368l-.932-1.328c-.68.673-1.747 1.04-2.68 1.04-1.768 0-2.815-1.174-2.971-2.56H24zm-7.245-.943c.077-1.116.893-2.444 2.622-2.444 1.845 0 2.602 1.347 2.66 2.444z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/abstract.svg b/mkdocs-material/material/templates/.icons/simple/abstract.svg new file mode 100644 index 0000000..942d748 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/abstract.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0c9.601 0 12 2.399 12 12s-2.399 12-12 12S0 21.601 0 12 2.399 0 12 0m-1.969 18.564c2.524.003 4.604-2.07 4.609-4.595 0-2.521-2.074-4.595-4.595-4.595S5.45 11.449 5.45 13.969c0 2.516 2.065 4.588 4.581 4.595m8.344-.189V5.625H5.625v2.247h10.498v10.503zm-8.344-6.748a2.343 2.343 0 1 1-.002 4.686 2.343 2.343 0 0 1 .002-4.686"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/abusedotch.svg b/mkdocs-material/material/templates/.icons/simple/abusedotch.svg new file mode 100644 index 0000000..7a95df8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/abusedotch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.892 10.378c.02 0 .118-.183.383-.254.108-.029.359-.05.54.096.14.113.185.296.185.484v1.127h-.275v-1.083c0-.362-.183-.41-.33-.41-.27 0-.443.211-.503.297v1.196h-.274V9.265h.274zm-.954.05c-.189-.071-.39-.12-.6-.05a.51.51 0 0 0-.31.315.9.9 0 0 0-.049.314c0 .175.044.332.144.452.193.22.537.217.842.092v.228a.7.7 0 0 1-.186.066c-.088.021-.533.11-.842-.18-.363-.34-.216-.936-.211-.954a.8.8 0 0 1 .236-.406c.348-.303.805-.204.976-.105zm-5.999 2.797h1.766v.55h-2.423v-3.59h2.326v.55H15.94v.928h1.433v.55H15.94zm-2.284-.48c0-.334-.317-.413-.81-.513a4 4 0 0 1-.4-.107c-.39-.133-.517-.361-.566-.46-.119-.237-.117-.648.013-.922.245-.523.793-.626 1.186-.626.444 0 .849.105 1.076.202v.563a3 3 0 0 0-.536-.158c-.29-.058-1.157-.181-1.157.421 0 .078.005.248.215.373.23.13.467.122.936.268q.21.063.37.175a.8.8 0 0 1 .256.295q.093.18.093.462c0 .316-.1.633-.413.853-.323.225-.779.27-1.095.27-.332 0-.767-.064-1.046-.22v-.555c.312.136.63.22 1.038.22.32 0 .84-.071.84-.542m-5.252.885c-.587-.358-.596-1.034-.596-1.331v-2.115h.658v2.056c0 .242.015.737.389.942.263.14.66.14.923 0 .374-.205.39-.7.39-.942v-2.055h.657v2.114q0 .225-.027.408c-.036.272-.163.678-.577.923-.484.283-1.334.286-1.817 0m-1.621-2.49a.9.9 0 0 1-.105.43.8.8 0 0 1-.346.321v.01c.173.06.45.2.558.508a.95.95 0 0 1-.142.85q-.105.141-.28.258c-.315.214-.724.244-.976.255-.436.006-.873.003-1.31.003v-3.59H5.43c.285 0 .667.024.96.236a.88.88 0 0 1 .393.719m-1.943 1.073v1.012h.43a5 5 0 0 0 .294-.008c.29-.025.589-.114.669-.362.018-.058.123-.455-.32-.596a1.6 1.6 0 0 0-.45-.046zm.593-.55c.144 0 .481 0 .61-.223a.49.49 0 0 0-.009-.499c-.123-.19-.418-.207-.655-.207H4.84v.929zm-4.006-1.48L0 13.774h.701l.686-1.784q.147-.378.336-.94h.011c.309.92.673 1.82 1.022 2.725h.695l-1.426-3.59zM19.03 15.49h.293V8.51h-.293z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/academia.svg b/mkdocs-material/material/templates/.icons/simple/academia.svg new file mode 100644 index 0000000..8dad2ae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/academia.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.033 21.18 13.77.459H7.869l1.049 2.623L1.836 21.18C1.574 22.098.787 22.23 0 22.361v1.18h6.82v-1.18C4.984 22.23 3.934 21.967 4.721 20c.131-.131.656-1.574 1.311-3.41h8.393l1.18 3.016c.131.525.262.918.262 1.311 0 1.049-.918 1.443-2.623 1.443v1.18H24v-1.18c-.918-.13-1.705-.393-1.967-1.18M6.82 14.361a363 363 0 0 0 3.279-8.525l3.41 8.525z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/accenture.svg b/mkdocs-material/material/templates/.icons/simple/accenture.svg new file mode 100644 index 0000000..b145efc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/accenture.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m.66 16.95 13.242-4.926L.66 6.852V0l22.68 9.132v5.682L.66 24Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/accusoft.svg b/mkdocs-material/material/templates/.icons/simple/accusoft.svg new file mode 100644 index 0000000..397e91c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/accusoft.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.177 4.214-4.366.022c-.618.005-.776-.004-.874.11-.051.06-.133.164.154.524.286.358 8.777 11.221 8.993 11.481.273.331.527.445.638.463.178.026.4-.067.52-.114.118-.047 4.324-1.785 4.416-1.834.14-.076.13-.289.037-.447a4 4 0 0 0-.307-.429c-.08-.096-7.69-9.195-7.77-9.295-.147-.185-.36-.36-.445-.39-.084-.029-.204-.093-.996-.09m-4.015 5.132s-.449.06-.943.562c-.337.35-9.077 8.949-9.124 9.016-.042.06-.147.175-.064.24.042.033.451-.1.656-.174.029 0 4.293-1.36 4.293-1.36.02-.023-.003-.003.022-.02-.013-.19-.029-.98-.036-1.036-.02-.158.056-.223.11-.259.053-.035.153-.075.153-.075l3.47-1.265c.023-.029 3.32-3.064 3.384-3.122v-.042c-.029-.022-.04-.06-.064-.087-.016-.006-1.857-2.385-1.857-2.378m1.85 5.062c-.116.009-.36.029-.542.109s-5.443 1.979-5.632 2.052-.427.133-.414.285c.007.093.074.1.174.13.1.034 11.278 2.522 11.548 2.578.269.055 1.129.293 1.576.204a1.04 1.04 0 0 0 .431-.14c.078-.047 4.642-2.85 4.716-2.904.07-.053.122-.089.13-.175.005-.033-.09-.11-.195-.131l-1.114-.218-.309-.056s-4.31 1.89-4.406 1.934a.94.94 0 0 1-.445.087c-.316-.029-.558-.207-.93-.633l-2.138-2.773s-.936-.151-1.267-.196c-.332-.044-1.067-.16-1.183-.153"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/acer.svg b/mkdocs-material/material/templates/.icons/simple/acer.svg new file mode 100644 index 0000000..c87dfe2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/acer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.943 9.364c-.085-.113-.17-.198-.595-.226-.113 0-.453-.029-1.048-.029-1.56 0-2.636.482-3.175 1.417.142-.935-.765-1.417-2.749-1.417-2.324 0-3.798.935-4.393 2.834-.226.709-.226 1.276-.056 1.73h-.567c-.425.027-.992.056-1.36.056-.85 0-1.39-.142-1.588-.425-.17-.255-.17-.737.057-1.446.368-1.162 1.247-1.672 2.664-1.672.737 0 1.445.085 1.445.085.085 0 .142-.113.142-.198l-.028-.085-.057-.397c-.028-.255-.227-.397-.567-.453-.311-.029-.567-.029-.907-.029h-.028c-1.842 0-3.146.624-3.854 1.814.255-1.219-.596-1.814-2.551-1.814-1.105 0-1.9.029-2.353.085-.368.057-.595.199-.68.454l-.17.51c-.028.085.029.142.142.142.085 0 .425-.057.992-.086a25 25 0 0 1 1.672-.085c1.077 0 1.559.284 1.389.822-.029.114-.114.199-.255.227-1.02.17-1.842.284-2.438.369-1.7.226-2.692.736-2.947 1.587-.369 1.162.538 1.728 2.72 1.728 1.078 0 2.013-.056 2.75-.198.425-.085.652-.17.737-.453l.396-1.304c-.028 1.304.85 1.955 2.721 1.955.794 0 1.559-.028 1.927-.085.369-.056.567-.141.652-.425l.085-.396c.397.623 1.276.935 2.608.935 1.417 0 2.239-.029 2.465-.114a.52.52 0 0 0 .369-.311l.028-.085.17-.539c.029-.085-.028-.142-.142-.142l-.906.057c-.596.029-1.077.057-1.418.057-.651 0-1.076-.057-1.332-.142-.368-.142-.538-.397-.51-.822l2.863-.368c1.275-.17 2.154-.567 2.579-1.19l-.992 3.315c-.028.057 0 .114.028.142.029.028.085.057.199.057h1.19c.198 0 .283-.114.312-.199l1.048-3.656c.142-.481.567-.708 1.36-.708.71 0 1.22 0 1.56.028h.028c.057 0 .17-.028.255-.17l.17-.51c0-.085 0-.17-.057-.227M4.841 13.73c-.368.057-.907.085-1.587.085-1.219 0-1.729-.255-1.587-.737.113-.34.425-.567.935-.624l2.75-.368zm12.669-2.95q-.17.553-1.616.766l-2.295.311.056-.198c.199-.624.454-1.02.794-1.247q.51-.34 1.7-.34c1.05.028 1.503.255 1.36.708Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/acm.svg b/mkdocs-material/material/templates/.icons/simple/acm.svg new file mode 100644 index 0000000..c3a1631 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/acm.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.435 12.25a.43.43 0 0 0-.202.135.4.4 0 0 0-.07.245q-.002.225.12.308.115.083.352.082.13 0 .264-.06a.8.8 0 0 0 .245-.165v-.66q-.252.023-.405.045-.158.016-.305.07zM12 0 0 12l12 12 12-12zm0 19.357A7.36 7.36 0 0 1 4.643 12 7.36 7.36 0 0 1 12 4.642 7.36 7.36 0 0 1 19.357 12 7.36 7.36 0 0 1 12 19.357m0-13.98v.002c-3.654 0-6.62 2.966-6.62 6.62s2.966 6.62 6.62 6.62 6.62-2.966 6.62-6.62A6.625 6.625 0 0 0 12 5.376zm-2.862 8.246h-.995v-.336l-.182.154a1.4 1.4 0 0 1-.477.233c-.082.02-.202.035-.352.035a.94.94 0 0 1-.698-.285.97.97 0 0 1-.277-.716q0-.355.14-.574c.1-.15.24-.27.405-.348q.31-.136.646-.18.374-.05.803-.078v-.017q0-.264-.196-.363-.194-.104-.58-.102-.176 0-.41.063c-.158.044-.308.1-.458.164H6.42v-.77q.145-.044.48-.1.325-.06.663-.06.825 0 1.2.276.375.274.375.837v2.168zm3.22-.167q-.103.041-.2.086-.11.046-.23.08a5 5 0 0 1-.27.06 2 2 0 0 1-.336.022q-.396 0-.723-.1a1.5 1.5 0 0 1-.57-.307 1.4 1.4 0 0 1-.373-.52 1.9 1.9 0 0 1-.135-.738c-.008-.27.042-.535.146-.78.09-.204.224-.384.392-.53.165-.134.355-.233.56-.29q.332-.098.675-.096c.37 0 .732.087 1.06.255v.854h-.127a3 3 0 0 0-.147-.124 1.3 1.3 0 0 0-.188-.126 1.07 1.07 0 0 0-.55-.14q-.38-.001-.59.263-.209.265-.21.714 0 .481.225.715a.78.78 0 0 0 .592.235q.166 0 .33-.042a1.1 1.1 0 0 0 .415-.225c.048-.04.088-.082.123-.11h.13v.843zm4.333.173v-1.597q.002-.236-.007-.397a.8.8 0 0 0-.052-.263.26.26 0 0 0-.13-.15.62.62 0 0 0-.478.002q-.13.06-.244.14v2.263h-.993v-1.595q0-.232-.01-.396a.9.9 0 0 0-.05-.264.3.3 0 0 0-.136-.15.5.5 0 0 0-.25-.048.56.56 0 0 0-.24.056q-.115.06-.228.136v2.262h-.995V10.44h.993v.356q.215-.188.46-.323c.148-.08.314-.12.484-.12a.94.94 0 0 1 .514.14c.153.1.27.244.34.414q.285-.266.54-.41a1.03 1.03 0 0 1 .911-.07c.115.044.22.116.3.21.09.106.16.23.2.364q.067.214.066.553v2.076h-.995z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/actigraph.svg b/mkdocs-material/material/templates/.icons/simple/actigraph.svg new file mode 100644 index 0000000..f0c9426 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/actigraph.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.043 0c.413 0 .83.266 1.054.546s.191.342.21.529.16.265.16.62-.16.494-.272.644-.047.2-.14.406-.118.168-.193.336.123.462.319.61.378.262.938.318.683.03.963.05c.28.018.453.174.882.23.43.056.449 0 .803 0s.462.053.78.053c.317 0 .75-.14 1.141-.122.393.018 1.43.115 1.86.115s.931-.442 1.38-.423c.448.018.832.119.85.455s-.165.762-.37.837c-.206.074-.609-.067-.852-.067-.242 0-.496.03-.606.025-.133-.007-.232-.09-.381-.053-.15.038-.76.297-.984.315-.224.02-.689-.034-.875.003s-.822.15-1.083.168c-.262.02-.786-.02-1.029.018-.243.037-.615.113-.839.113s-.702-.172-.866-.054c-.397.288-.336.683-.532 1.247-.187.538-.488.88-.525 1.29-.038.412.224 1.738.355 2.205s.504 1.083.747 1.848c.242.766.58 2.31.711 2.945s.004.62.11.977c.108.362.616.934.878 1.83.261.896.547 2.744.64 3.23.094.485.135.558.172.707.037.15-.045.214.039.35.378.613.848.849.792 1.222-.056.374-.652.513-1.083.448-.326-.048-.523-.672-.597-.859-.075-.186.003-.239-.072-.37-.075-.13-.089-.199-.126-.535s.016-.36-.039-.582c-.294-1.197-1.144-2.367-1.35-3.07-.117-.393-.049-.444-.124-.799-.074-.355-2.402-5.42-2.883-5.42-.496 0-2.783 5.006-2.877 5.323s-.04.638-.133.899-1.208 2.388-1.36 3.042c-.1.428-.012.556-.068.8-.056.242-.266 1.303-.659 1.509-.392.205-1.086.046-1.178-.292-.142-.52.678-.906.765-1.382.076-.41.804-4.165 1.102-4.893s.486-.654.616-1.064c.042-.13.043-.514.113-.945.153-.934.433-2.294.765-3.201.486-1.326 1.157-2.611 1.032-3.893-.053-.539-.23-.606-.417-1.222s-.428-1.347-.67-1.384c-.244-.037-.449.093-.748.093s-.896-.13-1.12-.13-.992-.05-1.31-.05-.54-.081-.726-.063c-.187.02-.36.007-.584.007-.28 0-1.017-.34-1.204-.34s-.245.036-.413.036-.325-.063-.512-.063c-.186 0-.532.108-.71.108-.186 0-.54-.419-.484-.886.056-.466.805-.42.991-.42.263 0 .889.355 1.131.392.243.038 1.538-.101 1.818-.101s1.08.126 1.509.126c.43 0 1.014.01 1.369-.046s.68-.244.903-.262c.224-.019 1.238.091 1.807-.306.375-.261.411-.486.392-.654s-.14-.192-.234-.36-.053-.305-.109-.417-.269-.212-.273-.623c-.004-.322.035-.278.147-.596s.116-.451.378-.707c.19-.184.575-.371.988-.371"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/activision.svg b/mkdocs-material/material/templates/.icons/simple/activision.svg new file mode 100644 index 0000000..c85bb9f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/activision.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.88 8.91 0 14.284h.985l.27-.718h1.252l.269.718h.985zm3.224.359-.537.984h2.15v4.03H7.7v-4.03h1.522l1.882 4.837 1.791-4.837h4.567l-.537-.984H12.18l-1.074 2.865L9.94 9.269zm16.21 1.163v3.762h.986v-1.523l1.7 1.702v-3.76h-.896v1.342zm-15.94.09c-1.075 0-1.881.807-1.881 1.881 0 1.075.806 1.88 1.88 1.88.448 0 .895-.179 1.164-.447L6 12.94c-.18.18-.358.27-.627.27a.897.897 0 0 1-.895-.896c0-.448.358-.896.895-.896.18 0 .448.089.537.268l.627-.715c-.27-.269-.716-.448-1.164-.448zm7.522 0v3.672h.985v-3.671zm2.148 0c-.358 0-.804.18-.804.896 0 .896 1.074 1.433.985 1.792-.09.179-.27.178-.359.178h-.626v.806h1.074c.448 0 .895-.269.895-.806 0-.985-1.253-1.611-.984-1.97 0-.09.178-.09.178-.09h.628v-.805zm1.255 0v3.672h.984v-3.671zm3.045 0c-1.075 0-1.88.807-1.88 1.881 0 .985.805 1.88 1.88 1.88s1.88-.805 1.88-1.88-.806-1.88-1.88-1.88zm-11.016.09v3.672h.986v-3.672zm11.016.896c.448 0 .895.358.895.895a.897.897 0 0 1-.895.896c-.538 0-.985-.358-.896-.896 0-.448.358-.895.896-.895m-17.464.178.27.896h-.54z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/activitypub.svg b/mkdocs-material/material/templates/.icons/simple/activitypub.svg new file mode 100644 index 0000000..efe2cc7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/activitypub.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.91 4.442 0 10.74v2.52l8.727-5.04v10.077l2.182 1.26zM6.545 12l-4.364 2.52 4.364 2.518zm6.545-2.52L17.455 12l-4.364 2.52zm0-5.038L24 10.74v2.52l-10.91 6.298v-2.52L21.819 12l-8.728-5.04z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/actix.svg b/mkdocs-material/material/templates/.icons/simple/actix.svg new file mode 100644 index 0000000..8652274 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/actix.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.583 3.895c-.27.22-.788.078-1.164-.334-.156.156-.269.298-.411.454.411.334.596.866.376 1.114-.22.27-.752.22-1.163-.113-.114.156-.22.333-.334.489.454.298.674.752.518 1.057s-.674.334-1.163.078c-.079.192-.192.376-.27.518.489.22.752.596.631.944-.113.298-.596.411-1.085.269-.078.192-.114.376-.156.568.489.156.816.489.752.787-.078.334-.518.518-1.008.454-.028.192-.028.412-.078.596.49.078.866.334.866.674 0 .341-.412.568-.894.596v.596c.49 0 .894.22.944.518.028.298-.298.631-.788.709.028.192.078.412.114.596.489-.078.893.078.972.376s-.192.674-.632.816c.078.192.114.376.192.568.454-.156.894-.029 1.007.22.114.298-.078.674-.518.943.078.192.192.334.298.518.412-.22.866-.192 1.008.078.191.27 0 .674-.334.972.114.156.22.333.376.489.376-.269.816-.297 1.007-.078.22.22.114.674-.191 1.008.156.156.298.298.454.411.333-.333.752-.454 1.007-.269.249.191.22.631-.028 1.057.156.113.333.22.489.333.298-.376.674-.567.944-.411s.333.596.114 1.057c.191.113.376.191.517.269.22-.411.596-.674.894-.567.298.113.412.567.298 1.007.192.078.376.114.568.192.156-.454.489-.752.787-.71.298.078.49.49.454.972.192.029.412.078.596.078.078-.489.334-.865.674-.816.334 0 .568.412.596.944h.596c0-.49.22-.894.518-.944.333-.028.631.334.752.816.191-.028.411-.078.596-.113-.114-.49.078-.944.376-1.057.333-.078.709.22.865.752.192-.078.376-.114.568-.192-.192-.489-.114-.972.191-1.114.298-.142.752.156.972.632.192-.078.376-.192.518-.27-.269-.454-.269-.972 0-1.163.298-.192.788.028 1.086.489.156-.113.333-.22.489-.376-.376-.411-.454-.943-.191-1.163.269-.22.787-.078 1.163.333l.412-.411c-.455-.376-.596-.866-.412-1.114.22-.27.752-.22 1.192.156l.028.028c.114-.156.27-.333.376-.489-.489-.298-.752-.752-.596-1.086.192-.298.71-.333 1.192-.028l.029.028c.113-.191.191-.376.269-.567h-.028c-.518-.192-.866-.632-.752-.972.113-.348.674-.454 1.192-.22.028 0 .028.028.078.028.078-.191.156-.411.191-.596h-.078c-.567-.113-.972-.489-.894-.815.078-.334.596-.518 1.164-.412.028 0 .078 0 .113.029.029-.22.078-.412.114-.632h-.114c-.567-.028-1.007-.333-1.007-.674 0-.34.489-.631 1.057-.596H24v-.631h-.114c-.567.078-1.057-.192-1.085-.518-.028-.333.376-.674.972-.752h.156c-.028-.22-.078-.411-.113-.631-.029 0-.078.028-.157.028-.567.156-1.085 0-1.163-.333-.113-.334.27-.752.816-.894.028 0 .113-.029.156-.029-.078-.22-.156-.411-.22-.596-.028.029-.078.029-.156.078-.518.22-1.057.156-1.192-.156-.156-.333.156-.787.674-1.007.078-.028.114-.028.192-.078-.114-.192-.192-.376-.298-.568-.029.029-.078.078-.156.114-.49.298-1.008.333-1.242.028-.191-.298.028-.787.518-1.114.028-.028.113-.078.156-.078-.113-.191-.27-.333-.411-.517l-.114.113c-.411.376-.972.49-1.192.22s-.078-.787.334-1.163c.028-.029.113-.079.156-.114a6 6 0 0 0-.49-.454.5.5 0 0 0-.113.156c-.376.454-.866.631-1.164.412-.269-.22-.22-.752.156-1.192.029-.029.078-.114.114-.156-.192-.114-.334-.27-.518-.376-.028.028-.028.113-.078.156-.298.489-.752.752-1.086.596-.298-.192-.333-.71-.028-1.192.028-.029.078-.114.114-.156-.192-.114-.376-.192-.596-.298 0 .028-.029.113-.029.156-.191.518-.631.865-.972.752-.347-.114-.454-.674-.22-1.192.029-.028.029-.114.078-.156-.191-.078-.411-.114-.631-.192 0 .029 0 .078-.028.156-.114.568-.49.972-.816.894-.334-.078-.518-.596-.412-1.163 0-.029.029-.114.029-.156-.22-.029-.412-.078-.632-.078v.113c-.028.568-.333 1.008-.674 1.008-.333 0-.631-.49-.595-1.057V.078h-.632v.114c.078.567-.191 1.057-.518 1.085-.333.028-.674-.376-.752-.972V.192c-.191.028-.411.078-.596.113 0 .028 0 .028.029.078.156.568 0 1.086-.334 1.164-.333.113-.752-.27-.894-.816V.653c-.191.078-.376.156-.596.22 0 0 0 .028.029.028.22.518.156 1.057-.156 1.192-.334.156-.788-.156-1.008-.674V1.39c-.191.114-.376.192-.518.298.298.49.334 1.008.029 1.242-.298.191-.788-.028-1.114-.518-.156.114-.333.27-.489.376.333.369.439.887.177 1.107m-.518 6.491a.876.876 0 0 1-.568-1.085.877.877 0 0 1 1.086-.568.875.875 0 0 1 .567 1.086c-.113.446-.631.709-1.085.567m.78 8.194c-2.17-2.391-3.114-5.725-1.837-6.889 1.241-1.113 4.044.49 6.257 2.881 2.171 2.39 3.554 5.313 2.277 6.477-1.269 1.135-4.526-.107-6.697-2.469m9.138 2.171c-.49.113-.944-.192-1.057-.674-.114-.49.191-.944.674-1.057.489-.114.943.191 1.057.674.085.511-.213.95-.674 1.057m6.073-12.798c1.603.518 2.17 3.93 1.191 7.002s-3.412 5.555-5.015 5.065c-1.604-.518-1.604-3.788-.632-6.86.965-3.036 2.852-5.746 4.456-5.207m-1.384-2.029c.334.376.298.894-.078 1.241s-.894.298-1.241-.078-.298-.894.078-1.241c.376-.298.943-.256 1.241.078m-4.909 4.498c.894.971.816 2.468-.156 3.362s-2.469.816-3.363-.156-.816-2.469.156-3.363c.958-.901 2.469-.822 3.363.157M9.946 2.554c3.143-.674 6.513.191 6.889 1.837s-2.469 3.257-5.612 3.966c-3.143.674-6.399.412-6.746-1.241-.384-1.682 2.319-3.881 5.469-4.562"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/actualbudget.svg b/mkdocs-material/material/templates/.icons/simple/actualbudget.svg new file mode 100644 index 0000000..0fee7cd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/actualbudget.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17.442 10.779.737 2.01-16.758 6.145a.253.253 0 0 1-.324-.15l-.563-1.536a.253.253 0 0 1 .15-.324zM1.13 23.309 12.036.145A.25.25 0 0 1 12.265 0h.478c.097 0 .185.055.227.142l7.036 14.455 2.206-.848c.13-.05.277.015.327.145l.587 1.526a.253.253 0 0 1-.145.327l-2.034.783 2.51 5.156a.253.253 0 0 1-.117.338l-1.47.716a.253.253 0 0 1-.339-.117l-2.59-5.322-17.37 6.682a.253.253 0 0 1-.328-.145q0-.002-.002-.004l-.12-.33a.25.25 0 0 1 .009-.195M12.528 4.127 4.854 20.425 18 15.369z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/acura.svg b/mkdocs-material/material/templates/.icons/simple/acura.svg new file mode 100644 index 0000000..b5446bd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/acura.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.77 10.908c-.23-4.018-1.492-6.89-3.33-8.496C18.489.689 14.814 0 12.057 0c-2.87 0-6.43.689-8.382 2.412C1.839 4.019.46 7.004.23 10.908c-.23 3.675.574 7.81 2.641 10.106C4.823 23.31 8.843 24 11.943 24s7.12-.689 9.072-2.986c2.18-2.296 2.986-6.316 2.755-10.106m-12.4-9.761h1.377v8.73H11.37ZM1.839 14.585c-.116-1.493-.575-6.89 1.607-9.99.919-1.38 2.182-2.297 3.56-2.757 1.838-.689 4.134-.689 4.134-.689-.919 2.181-2.641 6.89-2.985 7.924-.46 1.263-.804 1.952-1.15 4.248-.229 1.838-.688 6.546-.688 8.612-2.641-1.262-4.133-3.56-4.478-7.35m15.847 7.466c-1.723.803-3.905.918-5.628.918-1.722 0-3.903-.23-5.626-.918.574-1.607 3.33-8.269 4.823-10.91h1.608c1.493 2.643 4.248 9.417 4.823 10.91m4.592-7.466c-.344 3.79-1.837 6.088-4.363 7.35-.115-2.066-.459-6.774-.689-8.612-.345-2.296-.688-2.985-1.148-4.248-.345-1.034-2.182-5.742-2.986-7.924 0 0 2.181 0 4.134.69 1.378.458 2.642 1.377 3.56 2.756 1.952 3.1 1.607 8.497 1.493 9.99"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/adafruit.svg b/mkdocs-material/material/templates/.icons/simple/adafruit.svg new file mode 100644 index 0000000..4fb7a89 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/adafruit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.399 12.794c-.924.148-1.722-.037-1.781-.412-.06-.375.64-.798 1.565-.945s1.721.038 1.78.412c.06.374-.64.798-1.564.945m-.878 3.86c-.338.172-.957-.363-1.382-1.196-.426-.834-.497-1.65-.158-1.822s.956.363 1.382 1.196.497 1.65.158 1.822m-3.64-1.552c-.662.662-1.415.981-1.683.713-.27-.268.05-1.022.71-1.684.66-.663 1.414-.982 1.683-.714s-.05 1.023-.71 1.685m-2.531-4.61c.171-.339.987-.268 1.82.156s1.372 1.042 1.2 1.38-.988.269-1.822-.155-1.37-1.043-1.198-1.381m4.8-2.45c.375.058.56.856.414 1.78-.145.925-.566 1.625-.942 1.567-.374-.06-.56-.857-.415-1.78.145-.925.567-1.626.943-1.568m11.835 2.53c-.078-.491-.345-.632-.989-.837l-3.762-1.2s-2.283-.863-3.974.357c-.228.164-.464.351-.7.55.198-.236.385-.472.55-.7 1.215-1.694.349-3.975.349-3.975l-1.207-3.761c-.207-.643-.347-.91-.84-.986-.492-.078-.707.132-1.101.68l-2.305 3.209s-1.524 1.903-.888 3.89c.086.266.191.549.308.836a12 12 0 0 0-.497-.74C7.693 6.215 5.258 6.332 5.258 6.332S1.82 6.32 1.308 6.32c-.676-.003-.972.05-1.198.493s-.093.714.307 1.258c.303.415 2.34 3.183 2.34 3.183S4.095 13.292 6.18 13.3c.28.001.58-.012.889-.034a12 12 0 0 0-.855.244c-1.98.656-2.619 3.01-2.619 3.01L2.36 20.273c-.21.64-.252.939.1 1.29.352.353.65.31 1.291.098.489-.16 3.75-1.242 3.75-1.242s2.352-.644 3.004-2.624c.088-.266.169-.556.243-.854a11 11 0 0 0-.03.887c.01 2.085 2.051 3.421 2.051 3.421l3.186 2.333c.546.398.816.531 1.26.305.443-.226.495-.523.491-1.199l-.022-3.95s.114-2.435-1.567-3.668a12 12 0 0 0-.739-.495c.287.115.568.22.836.304 1.986.633 3.888-.894 3.888-.894l3.204-2.31c.547-.395.756-.612.679-1.104"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/adblock.svg b/mkdocs-material/material/templates/.icons/simple/adblock.svg new file mode 100644 index 0000000..168fc90 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/adblock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.775 0a1.8 1.8 0 0 0-1.273.527L.528 6.503A1.8 1.8 0 0 0 0 7.775v8.45c0 .478.19.936.528 1.274l5.974 5.974A1.8 1.8 0 0 0 7.775 24h8.45a1.8 1.8 0 0 0 1.273-.527l5.975-5.974A1.8 1.8 0 0 0 24 16.225v-8.45a1.8 1.8 0 0 0-.527-1.272L17.498.527A1.8 1.8 0 0 0 16.225 0zm4.427 3c1.02 0 .958 1.108.958 1.108v6.784s-.009.218.16.218c.188 0 .175-.226.175-.226l-.002-5.63s-.05-.986.959-.986c1.01 0 .97.983.97.983v7.621s.014.158.141.158.944-2.122.944-2.122.451-1.497 2.576-1.1c.038.008-.167.688-.167.688l-2.283 6.556S15.69 20.7 11.714 20.7c-5.044 0-4.808-5.407-4.814-5.405V7.562s-.016-.99.897-.99c.858 0 .849.99.849.99l.007 3.583s-.004.172.167.172c.16 0 .141-.172.141-.172l.01-5.926s-.055-1.162.966-1.162c1.04 0 .983 1.142.983 1.142v5.611s-.005.204.152.204c.168 0 .154-.206.154-.206l.01-6.693S11.18 3 12.202 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/adblockplus.svg b/mkdocs-material/material/templates/.icons/simple/adblockplus.svg new file mode 100644 index 0000000..da7d9da --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/adblockplus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.027 0 0 7.027v9.941L7.027 24h9.941L24 16.968v-9.94L16.973 0zm.202.48h9.542l6.749 6.749v9.542l-6.749 6.749H7.23L.48 16.771V7.23zm.557 1.344L1.824 7.786v8.428l5.962 5.962h8.428l5.962-5.962V7.786l-5.962-5.962zM4.396 7.68H6.38l2.285 8.41H6.917l-.447-2.002H4.238l-.446 1.997h-1.68zm5.3 0h2.491q.534-.006 1.061.096c.302.058.595.173.85.34.24.164.436.385.57.644q.209.403.207 1.008c0 .192-.024.384-.072.566q-.072.283-.216.528a1.586 1.586 0 0 1-.926.72v.053c.523.11.917.327 1.18.643q.398.474.399 1.33 0 .648-.216 1.109c-.14.302-.346.561-.605.768-.269.206-.576.36-.902.451-.36.1-.735.154-1.109.149H9.696zm6.667 0h2.669c.374-.005.749.043 1.114.134.33.082.643.236.907.452.269.225.48.513.61.84q.223.518.225 1.281 0 .736-.23 1.277c-.14.34-.35.643-.624.888a2.6 2.6 0 0 1-.908.518 3.6 3.6 0 0 1-1.099.168H18.01v2.852h-1.647zM5.328 9.125c-.091.446-.182.907-.274 1.373-.09.465-.192.912-.297 1.334l-.178.773h1.555l-.168-.773a32 32 0 0 1-.302-1.34 56 56 0 0 0-.293-1.367zm6.005.029v1.92h.773q.605 0 .878-.279.274-.28.274-.753c0-.317-.092-.548-.279-.682s-.475-.206-.864-.206zm6.681.038v2.54h.917q1.345 0 1.344-1.34-.001-.657-.34-.931c-.226-.183-.562-.269-1.004-.269zm-6.681 3.22v2.204h.931q1.354-.001 1.354-1.147.002-.555-.336-.807c-.226-.168-.562-.25-1.018-.25z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/adguard.svg b/mkdocs-material/material/templates/.icons/simple/adguard.svg new file mode 100644 index 0000000..12f9be3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/adguard.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C8.249 0 3.725.861 0 2.755 0 6.845-.051 17.037 12 24 24.051 17.037 24 6.845 24 2.755 20.275.861 15.751 0 12 0m-.106 15.429L6.857 9.612c.331-.239 1.75-1.143 2.794.042l2.187 2.588c.009-.001 5.801-5.948 5.815-5.938.246-.22.694-.503 1.204-.101z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/adidas.svg b/mkdocs-material/material/templates/.icons/simple/adidas.svg new file mode 100644 index 0000000..d47ea6d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/adidas.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m24 19.535-8.697-15.07-4.659 2.687 7.145 12.383Zm-8.287 0L9.969 9.59 5.31 12.277l4.192 7.258ZM4.658 14.723l2.776 4.812H1.223L0 17.41Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/adminer.svg b/mkdocs-material/material/templates/.icons/simple/adminer.svg new file mode 100644 index 0000000..b823565 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/adminer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.521 8.297a.53.53 0 0 1-.53.53.53.53 0 0 1-.531-.53.53.53 0 0 1 .53-.53.53.53 0 0 1 .531.53m-1.085-6.122c-.264-.008-.438.01-.438.01l.076.836s.577-.045 1.12.107c.272.076.521.198.689.369s.277.382.277.758c0 .196-.052.296-.139.39a1 1 0 0 1-.378.232c-.312.113-.65.116-.65.116l-.422-.002v2.174h.84V5.758c.177-.017.25.004.517-.092.241-.087.502-.223.714-.455A1.42 1.42 0 0 0 24 4.255c0-.565-.208-1.03-.518-1.346s-.697-.488-1.061-.59a4.2 4.2 0 0 0-.985-.144M17.892 3.79l-2.874 2.487 2.886 2.451.544-.64-2.14-1.817 2.133-1.846zM6.587 5.108c-1.734 0-3.302.186-4.47.5-.584.157-1.068.343-1.438.579s-.679.56-.679 1v12.56c0 .287.145.54.337.73.191.191.437.343.732.48.59.275 1.39.49 2.37.641 1.96.305 4.335.305 6.295 0 .98-.152 1.78-.366 2.37-.64.296-.138.54-.29.732-.48s.337-.444.337-.731V7.187c0-.44-.309-.765-.68-1-.37-.236-.853-.422-1.437-.579-1.167-.314-2.736-.5-4.47-.5Zm0 .84c1.672 0 3.187.185 4.25.471.533.143.953.315 1.207.476.253.161.29.274.29.292s-.037.13-.29.29c-.254.162-.674.334-1.206.477-1.064.287-2.579.472-4.251.472s-3.188-.185-4.252-.472c-.532-.143-.952-.315-1.205-.476-.254-.162-.29-.273-.29-.291s.036-.13.29-.292c.253-.161.673-.333 1.205-.476 1.064-.286 2.58-.471 4.252-.471M.839 8.25c.352.2.76.374 1.278.514 1.168.314 2.736.5 4.47.5s3.302-.186 4.47-.5a5.4 5.4 0 0 0 1.276-.514v3.123c0 .01 0 .047-.09.135a1.8 1.8 0 0 1-.493.313c-.475.221-1.217.429-2.145.573-1.856.288-4.181.288-6.038 0-.928-.144-1.67-.352-2.144-.573a1.8 1.8 0 0 1-.494-.313c-.088-.088-.09-.126-.09-.135Zm0 4.182c.083.047.137.107.23.15.59.276 1.39.49 2.37.642 1.96.304 4.335.304 6.295 0 .98-.152 1.78-.366 2.37-.642.093-.043.147-.103.23-.15v3.127c0 .01-.002.047-.09.135a1.8 1.8 0 0 1-.494.314c-.475.221-1.217.429-2.145.573-1.856.288-4.181.288-6.038 0-.928-.144-1.67-.352-2.144-.573a1.8 1.8 0 0 1-.494-.314c-.088-.088-.09-.126-.09-.135zm0 4.187c.083.047.137.107.23.15.59.275 1.39.49 2.37.642 1.96.304 4.335.304 6.295 0 .98-.153 1.78-.367 2.37-.642.093-.043.147-.103.23-.15v3.127c0 .01-.002.047-.09.135a1.8 1.8 0 0 1-.494.314c-.475.221-1.217.429-2.145.573-1.856.288-4.181.288-6.038 0-.928-.144-1.67-.352-2.144-.573a1.8 1.8 0 0 1-.494-.314c-.088-.088-.09-.126-.09-.135Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/adobe.svg b/mkdocs-material/material/templates/.icons/simple/adobe.svg new file mode 100644 index 0000000..09f2f43 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/adobe.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m13.966 22.624-1.69-4.281H8.122l3.892-9.144 5.662 13.425zM8.884 1.376H0v21.248zm15.116 0h-8.884L24 22.624Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/adobeacrobatreader.svg b/mkdocs-material/material/templates/.icons/simple/adobeacrobatreader.svg new file mode 100644 index 0000000..ff49b03 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/adobeacrobatreader.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.63 15.3c-.71-.745-2.166-1.17-4.224-1.17-1.1 0-2.377.106-3.761.354a19.4 19.4 0 0 1-2.307-2.661c-.532-.71-.994-1.49-1.42-2.236.817-2.484 1.207-4.507 1.207-5.962 0-1.632-.603-3.336-2.342-3.336-.532 0-1.065.32-1.349.781-.78 1.384-.425 4.4.923 7.381a60 60 0 0 1-1.703 4.507c-.568 1.349-1.207 2.733-1.917 4.01C2.834 18.53.314 20.34.03 21.758c-.106.533.071 1.03.462 1.42.142.107.639.533 1.49.533 2.59 0 5.323-4.188 6.707-6.707 1.065-.355 2.13-.71 3.194-.994a35 35 0 0 1 3.407-.745c2.732 2.448 5.145 2.839 6.352 2.839 1.49 0 2.023-.604 2.2-1.1.32-.64.106-1.349-.213-1.704zm-1.42 1.03c-.107.532-.64.887-1.384.887-.213 0-.39-.036-.604-.071-1.348-.32-2.626-.994-3.903-2.059a18 18 0 0 1 2.98-.248c.746 0 1.385.035 1.81.142.497.106 1.278.426 1.1 1.348zm-7.524-1.668a38 38 0 0 0-2.945.674 40 40 0 0 0-2.52.745 40 40 0 0 0 1.207-2.555c.426-.994.78-2.023 1.136-2.981.354.603.745 1.207 1.135 1.739a50 50 0 0 0 1.987 2.378M10.038 1.46a.77.77 0 0 1 .674-.425c.745 0 .887.851.887 1.526 0 1.135-.355 2.874-.958 4.861-1.03-2.768-1.1-5.074-.603-5.962M6.134 17.997c-1.81 2.981-3.549 4.826-4.613 4.826a.87.87 0 0 1-.532-.177c-.213-.213-.32-.461-.249-.745.213-1.065 2.271-2.555 5.394-3.904"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/adobeaftereffects.svg b/mkdocs-material/material/templates/.icons/simple/adobeaftereffects.svg new file mode 100644 index 0000000..42044e5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/adobeaftereffects.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.54 10.73c-.1-.31-.19-.61-.29-.92s-.19-.6-.27-.89c-.08-.28-.15-.54-.22-.78h-.02c-.09.43-.2.86-.34 1.29-.15.48-.3.98-.46 1.48-.13.51-.29.98-.44 1.4h2.54c-.06-.21-.14-.46-.23-.72-.09-.27-.18-.56-.27-.86m8.58-.29c-.55-.03-1.07.26-1.33.76-.12.23-.19.47-.22.72h2.109c.26 0 .45 0 .57-.01.08-.01.16-.03.23-.08v-.1a1.32 1.32 0 0 0-1.359-1.29M19.75.3H4.25C1.9.3 0 2.2 0 4.55v14.9c0 2.35 1.9 4.25 4.25 4.25h15.5c2.35 0 4.25-1.9 4.25-4.25V4.55C24 2.2 22.1.3 19.75.3m-7.04 16.511h-2.09c-.07.01-.14-.041-.16-.11l-.82-2.4H5.92l-.76 2.36c-.02.09-.1.15-.19.14H3.09c-.11 0-.14-.06-.11-.18L6.2 7.39c.03-.1.06-.19.1-.31.04-.21.06-.43.06-.65-.01-.05.03-.1.08-.11h2.59c.07 0 .12.03.13.08l3.65 10.25c.03.11.001.161-.1.161m7.851-3.991c-.021.189-.031.33-.041.42-.01.07-.069.13-.14.13-.06 0-.17.01-.33.021q-.237.03-.579.029c-.23 0-.471-.04-.73-.04h-3.17c.039.31.14.62.31.89a1.6 1.6 0 0 0 .729.601c.4.17.841.26 1.281.25.35-.011.699-.04 1.039-.11a3.7 3.7 0 0 0 .891-.23c.05-.039.08-.02.08.08v1.531c0 .039-.01.08-.021.119a.24.24 0 0 1-.069.07c-.32.14-.65.24-1 .3-.471.09-.94.13-1.42.12-.761 0-1.4-.12-1.92-.35a3.4 3.4 0 0 1-1.261-.95c-.319-.39-.55-.83-.69-1.31a5.1 5.1 0 0 1-.209-1.461c0-.539.08-1.07.25-1.59.16-.5.41-.96.75-1.37.33-.4.739-.72 1.209-.95s1.03-.31 1.67-.31a3.6 3.6 0 0 1 1.55.31c.41.18.77.45 1.05.8.26.34.47.72.601 1.14.129.4.189.81.189 1.22 0 .24-.01.45-.019.64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/adobeaudition.svg b/mkdocs-material/material/templates/.icons/simple/adobeaudition.svg new file mode 100644 index 0000000..a64299c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/adobeaudition.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.75.3H4.25C1.9.3 0 2.2 0 4.55v14.9c0 2.35 1.9 4.25 4.25 4.25h15.5c2.35 0 4.25-1.9 4.25-4.25V4.55C24 2.2 22.1.3 19.75.3M12.5 16.8h-2.09c-.07.011-.14-.04-.16-.11l-.82-2.39H5.71l-.76 2.36c-.02.09-.1.15-.19.14H2.88c-.11 0-.14-.06-.11-.18l3.22-9.24c.03-.1.06-.21.1-.33.05-.21.08-.42.08-.64-.01-.05.03-.1.08-.11h2.59c.07 0 .12.03.13.08l3.63 10.261c.03.109 0 .159-.1.159m7.75.011h-1.721a.19.19 0 0 1-.189-.11c-.02-.08-.04-.171-.061-.25-.02-.07-.02-.14-.02-.21-.32.289-.71.5-1.13.619-.36.101-.739.15-1.11.15-.369 0-.74-.05-1.09-.17a2.1 2.1 0 0 1-.85-.55c-.26-.28-.45-.61-.561-.97a4.6 4.6 0 0 1-.199-1.42V8.94a.11.11 0 0 1 .1-.13h1.939c.061-.01.121.03.131.1v4.731c0 .439.1.789.289 1.039.191.25.58.381 1.031.381.229 0 .459-.041.68-.121q.344-.12.63-.33V8.92c0-.07.05-.11.14-.11h1.91c.051-.01.109.03.109.08v6.16c0 .271 0 .511.011.72.01.211.021.391.03.551.02.16.029.25.039.359.012.09-.028.131-.108.131M8.33 10.73c-.1-.31-.19-.61-.29-.92s-.19-.6-.27-.89c-.08-.28-.15-.54-.22-.78h-.02c-.09.43-.2.86-.34 1.29-.15.48-.3.98-.46 1.48-.13.51-.29.98-.44 1.4h2.54c-.06-.21-.14-.46-.23-.72-.09-.27-.18-.56-.27-.86"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/adobecreativecloud.svg b/mkdocs-material/material/templates/.icons/simple/adobecreativecloud.svg new file mode 100644 index 0000000..4bac22f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/adobecreativecloud.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.782 3.153c-.231.02-.472.04-.703.07a8.5 8.5 0 0 0-2.832.834 9 9 0 0 0-2.46 1.777c-.03.04-.09.06-.141.05a7.4 7.4 0 0 0-1.496-.07 7.4 7.4 0 0 0-2.932.763c-1.768.884-3.013 2.26-3.736 4.108a7.1 7.1 0 0 0-.462 2.139c0 .05-.01.09-.02.13v.773c.02.201.05.392.07.593.1.813.332 1.596.703 2.33.824 1.646 2.089 2.851 3.786 3.594a7.1 7.1 0 0 0 2.45.593q.048 0 .086.01h8.576c.183-.017.362-.035.547-.06a8.3 8.3 0 0 0 2.811-.834 8.84 8.84 0 0 0 3.646-3.304 8.2 8.2 0 0 0 1.184-3.093c.05-.34.08-.692.121-1.034 0-.05.01-.09.02-.13v-.794c-.02-.23-.05-.452-.05-.662a8.4 8.4 0 0 0-.834-2.812 8.95 8.95 0 0 0-3.324-3.645 8.2 8.2 0 0 0-3.072-1.175c-.362-.06-.713-.09-1.075-.13-.05 0-.09-.01-.14-.02zm.369 1.693c2.126.005 3.93.826 5.395 2.455a6.93 6.93 0 0 1 1.616 3.323c.15.764.181 1.547.07 2.32-.19 1.346-.702 2.55-1.576 3.605a7.08 7.08 0 0 1-3.997 2.45 7.3 7.3 0 0 1-2.56.1c-1.095-.14-2.099-.501-3.003-1.154a5 5 0 0 1-.672-.573c-1.226-1.205-2.44-2.42-3.666-3.625-.301-.3-.321-.632-.18-.934a.82.82 0 0 1 .863-.472c.21.02.372.141.522.292 1.105 1.114 2.2 2.209 3.304 3.324a5.26 5.26 0 0 0 3.093 1.536c1.948.261 3.605-.341 4.92-1.798.713-.793 1.145-1.747 1.326-2.811.26-1.587-.11-3.013-1.095-4.268-.873-1.115-2.018-1.808-3.404-2.059-1.416-.25-2.751.02-3.966.794-.03.02-.1.03-.131.01a9 9 0 0 0-1.406-.854s-.01-.01-.02-.03a6.6 6.6 0 0 1 1.255-.823 6.65 6.65 0 0 1 2.641-.784 9 9 0 0 1 .67-.024zM7.546 7.509c1.455-.024 2.791.525 3.982 1.63.854.802 1.637 1.636 2.46 2.47.231.23.281.522.171.833s-.362.462-.683.512a.72.72 0 0 1-.632-.23c-.784-.784-1.567-1.557-2.34-2.35-.633-.653-1.386-1.025-2.27-1.186-1.958-.351-3.936.784-4.639 2.641-.904 2.36.522 5.031 2.982 5.594.482.11.995.11 1.497.1.14-.01.22.04.32.13.483.473.995.945 1.497 1.416.03.03.07.06.1.09-.06 0-.1.01-.14.01h-2.3a5.83 5.83 0 0 1-5.693-4.568c-.653-2.942 1.034-5.925 3.926-6.798a6.3 6.3 0 0 1 1.762-.294"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/adobedreamweaver.svg b/mkdocs-material/material/templates/.icons/simple/adobedreamweaver.svg new file mode 100644 index 0000000..91f47b6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/adobedreamweaver.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.69 8.4c-.43-.13-.87-.2-1.32-.19-.2 0-.37 0-.51.01-.14 0-.3.01-.47.02v6.67c.11 0 .21 0 .31.01.09.01.19.01.28.02.1.011.21.011.33.011.46.01.92-.07 1.36-.229.4-.141.75-.371 1.05-.681.3-.319.53-.7.67-1.11.16-.479.24-.99.24-1.5.01-.48-.07-.96-.23-1.41A2.6 2.6 0 0 0 6.69 8.4M19.75.3H4.25C1.9.3 0 2.2 0 4.55v14.9c0 2.35 1.9 4.25 4.25 4.25h15.5c2.35 0 4.25-1.9 4.25-4.25V4.55C24 2.2 22.1.3 19.75.3m-9.24 13.13c-.19.561-.48 1.08-.86 1.541-.35.42-.77.779-1.23 1.069-.45.28-.95.489-1.47.63-.5.13-1.02.2-1.54.2H4.28c-.4 0-.78 0-1.12-.011-.35-.01-.61-.01-.78-.02-.07 0-.1-.061-.1-.16V6.44c-.01-.06.04-.12.1-.13h.01c.15-.01.38-.02.67-.02.3-.01.64-.01 1.04-.02s.82-.01 1.27-.01c1.22 0 2.24.22 3.04.66.77.41 1.4 1.04 1.81 1.81.4.77.6 1.65.6 2.65.01.7-.09 1.39-.31 2.05m9.42 3.24a.22.22 0 0 1-.06.109c0 .051-.04.07-.091.061H17.91c-.04.01-.09-.01-.12-.04a.3.3 0 0 1-.06-.12c-.19-.8-.351-1.52-.48-2.13-.13-.62-.24-1.14-.32-1.569-.08-.431-.15-.791-.209-1.09-.051-.3-.101-.55-.131-.76h-.01c-.1.44-.189.87-.28 1.28-.079.41-.18.83-.28 1.25s-.209.88-.34 1.38c-.119.5-.26 1.05-.41 1.64-.02.11-.069.16-.16.16h-1.87c-.051.01-.1-.01-.141-.029a.5.5 0 0 1-.07-.11L11.08 8.97c-.03-.09.01-.13.12-.13h1.89c.09 0 .141.03.15.1.199.88.369 1.64.5 2.28.13.64.24 1.18.31 1.629s.14.82.19 1.101c.05.28.09.521.119.7h.031c.02-.16.039-.311.069-.471q.06-.283.149-.75c.061-.31.131-.67.221-1.09s.189-.9.311-1.46c.109-.55.27-1.18.459-1.89 0-.04.021-.09.041-.13q.017-.03.109-.03h1.96c.06 0 .09.04.101.11.17.73.31 1.37.43 1.92q.164.825.3 1.47c.08.42.149.79.19 1.09.039.311.09.561.129.77.031.17.061.34.07.511h.03c.05-.2.09-.44.13-.71.04-.271.09-.57.16-.91.061-.34.13-.71.21-1.12.069-.41.17-.86.28-1.37.109-.5.23-1.05.369-1.64.021-.09.061-.13.131-.13h1.75c.09 0 .119.05.1.14z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/adobefonts.svg b/mkdocs-material/material/templates/.icons/simple/adobefonts.svg new file mode 100644 index 0000000..09ff52e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/adobefonts.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.764.375H4.236A4.236 4.236 0 0 0 0 4.611V19.39a4.236 4.236 0 0 0 4.236 4.236h15.528A4.236 4.236 0 0 0 24 19.389V4.61A4.236 4.236 0 0 0 19.764.375m-3.25 6.536c-.242 0-.364-.181-.44-.439-.257-.97-.59-1.257-.787-1.257s-.5.364-.833 1.12q-.626 1.456-1.007 2.994l1.732-.002c.11.28.01.6-.238.772H13.23c-.56 1.878-1.031 3.688-1.592 5.46a9.7 9.7 0 0 1-1.105 2.56 3.14 3.14 0 0 1-2.484 1.332c-.773 0-1.53-.363-1.53-1.166.036-.503.424-.91.924-.97a.46.46 0 0 1 .424.243c.379.682.742 1.075.909 1.075.166 0 .303-.227.575-1.211l1.988-7.322-1.43-.002a.685.685 0 0 1 .227-.774h1.423c.257-.895.609-1.76 1.048-2.58a3.79 3.79 0 0 1 3.272-2.195c1.136 0 1.605.545 1.605 1.242a1.144 1.144 0 0 1-.97 1.12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/adobeillustrator.svg b/mkdocs-material/material/templates/.icons/simple/adobeillustrator.svg new file mode 100644 index 0000000..6855b08 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/adobeillustrator.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.53 10.73c-.1-.31-.19-.61-.29-.92s-.19-.6-.27-.89c-.08-.28-.15-.54-.22-.78h-.02c-.09.43-.2.86-.34 1.29-.15.48-.3.98-.46 1.48-.14.51-.29.98-.44 1.4h2.54c-.06-.211-.14-.46-.23-.721-.09-.269-.18-.559-.27-.859M19.75.3H4.25C1.9.3 0 2.2 0 4.55v14.9c0 2.35 1.9 4.25 4.25 4.25h15.5c2.35 0 4.25-1.9 4.25-4.25V4.55C24 2.2 22.1.3 19.75.3M14.7 16.83h-2.091c-.069.01-.139-.04-.159-.11l-.82-2.38H7.91l-.76 2.35c-.02.09-.1.15-.19.141H5.08c-.11 0-.14-.061-.11-.18L8.19 7.38c.03-.1.06-.21.1-.33.04-.21.06-.43.06-.65-.01-.05.03-.1.08-.11h2.59c.08 0 .12.03.13.08l3.65 10.3c.03.109 0 .16-.1.16m3.4-.15c0 .11-.039.16-.129.16H16.01c-.1 0-.15-.061-.15-.16v-7.7c0-.1.041-.14.131-.14h1.98c.09 0 .129.05.129.14zm-.209-9.03a1.18 1.18 0 0 1-.911.35c-.33.01-.65-.12-.891-.35a1.3 1.3 0 0 1-.34-.92c-.01-.34.12-.66.359-.89.242-.23.562-.35.892-.35.391 0 .689.12.91.35.22.24.34.56.33.89.01.34-.11.67-.349.92"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/adobeindesign.svg b/mkdocs-material/material/templates/.icons/simple/adobeindesign.svg new file mode 100644 index 0000000..cd5a237 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/adobeindesign.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.25.3C1.9.3 0 2.2 0 4.55v14.9c0 2.35 1.9 4.25 4.25 4.25h15.5c2.35 0 4.25-1.9 4.25-4.25V4.55C24 2.2 22.1.3 19.75.3zm11.31 5.13h2.03c.05-.01.09.03.1.07v9.54c0 .18.01.38.02.6.02.21.03.41.04.58 0 .07-.03.13-.1.16-.52.22-1.07.38-1.63.48-.5.09-1.02.14-1.54.14-.74.01-1.48-.14-2.15-.45-.63-.29-1.15-.77-1.51-1.36-.37-.61-.55-1.37-.55-2.28-.01-.74.18-1.47.55-2.11.38-.65.93-1.19 1.59-1.55.7-.39 1.54-.58 2.53-.58.05 0 .12 0 .21.01s.19.01.31.02V5.54c0-.07.03-.11.1-.11m-8.93.86h1.95c.06-.01.12.03.13.1.01.01.01.02.01.03v10.26c0 .11-.05.16-.14.16H6.62c-.09 0-.13-.05-.13-.16V6.42c0-.09.05-.13.14-.13m8.23 4.24c-.39 0-.78.08-1.13.26-.34.17-.63.42-.85.74s-.33.75-.33 1.27c-.01.35.05.7.17 1.03.1.27.25.51.45.71.19.18.42.32.68.4.27.09.55.13.83.13.15 0 .29-.01.42-.02.13.01.25-.01.36-.05v-4.4a2.6 2.6 0 0 0-.6-.07"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/adobelightroom.svg b/mkdocs-material/material/templates/.icons/simple/adobelightroom.svg new file mode 100644 index 0000000..99a0171 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/adobelightroom.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.75.3H4.25C1.9.3 0 2.2 0 4.55v14.9c0 2.35 1.9 4.25 4.25 4.25h15.5c2.35 0 4.25-1.9 4.25-4.25V4.55C24 2.2 22.1.3 19.75.3m-6.99 16.389c0 .051-.029.09-.06.121a.17.17 0 0 1-.101.029H6.26c-.11 0-.16-.061-.16-.18V6.44c-.01-.07.04-.13.11-.14h2c.05-.01.11.03.11.08v8.43h4.62c.101 0 .131.049.11.14zm6.25-7.859v1.95c0 .08-.05.11-.16.11-.649-.04-1.3.08-1.89.34-.2.09-.39.21-.54.37v5.1c0 .1-.04.14-.13.14h-1.95c-.08.01-.15-.04-.16-.119V11.14c0-.24 0-.49-.01-.75s-.01-.52-.02-.78q-.015-.33-.061-.66c-.01-.05.02-.1.07-.11.01-.01.02-.01.04 0h1.75c.1 0 .18.07.21.16.04.07.07.15.08.23.02.1.039.21.05.31.01.11.021.23.021.36.299-.35.66-.64 1.069-.86.46-.25.97-.37 1.49-.36.069-.01.13.04.14.11z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/adobelightroomclassic.svg b/mkdocs-material/material/templates/.icons/simple/adobelightroomclassic.svg new file mode 100644 index 0000000..0c92f8f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/adobelightroomclassic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.75.3H4.25C1.9.3 0 2.2 0 4.55v14.9c0 2.35 1.9 4.25 4.25 4.25h15.5c2.35 0 4.25-1.9 4.25-4.25V4.55C24 2.2 22.1.3 19.75.3M8.57 16.689q-.015.091-.06.121a.16.16 0 0 1-.09.029H2.71c-.1 0-.14-.061-.14-.18V6.44c0-.1.04-.14.13-.14h1.77c.07 0 .1.04.1.11v8.4h4.16c.09 0 .12.049.1.14zm5.6-5.919c0 .08-.05.11-.141.11-.319-.02-.639 0-.949.07q-.39.09-.75.27c-.18.09-.35.22-.49.37v5.1c0 .101-.04.141-.12.141H9.98c-.1 0-.14-.051-.14-.16v-5.54c0-.24 0-.49-.01-.75 0-.26-.01-.52-.02-.78a7 7 0 0 0-.06-.661c0-.03 0-.06.02-.09.03-.01.05-.02.08-.01h1.58c.09 0 .15.05.19.16.03.07.06.15.07.23.02.1.03.21.04.31.01.11.01.23.01.36.26-.34.59-.64.96-.86.399-.24.87-.37 1.34-.36.09 0 .13.05.13.14zm7.2-1.61c.01.06-.021.11-.06.15a.15.15 0 0 1-.131 0q-.344-.18-.72-.24c-.31-.06-.63-.08-.94-.08-.51-.01-1.02.12-1.459.38-.41.25-.73.62-.94 1.05-.229.5-.341 1.05-.33 1.6-.011.4.05.791.16 1.169.1.311.25.601.44.86.17.229.379.431.629.58.24.14.49.25.76.32.25.069.521.11.781.11q.435.002.869-.041c.24-.029.48-.09.7-.17.08-.06.13-.029.16-.01.04.04.06.1.05.15v1.49a.27.27 0 0 1-.15.27c-.26.1-.529.17-.81.2a7 7 0 0 1-1.029.072c-.49 0-.99-.069-1.459-.199a4.022 4.022 0 0 1-2.25-1.59c-.291-.42-.5-.881-.641-1.371-.15-.58-.23-1.17-.221-1.759 0-.98.191-1.86.58-2.6.381-.73.951-1.34 1.66-1.75.711-.41 1.57-.62 2.551-.62q.51 0 1.02.06c.23.03.46.08.67.17.08.05.12.14.11.24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/adobephotoshop.svg b/mkdocs-material/material/templates/.icons/simple/adobephotoshop.svg new file mode 100644 index 0000000..3f08358 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/adobephotoshop.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.85 8.42c-.37-.15-.77-.21-1.18-.2-.26 0-.49 0-.68.01-.2-.01-.34 0-.41.01v3.36c.14.01.27.02.39.02h.53c.39 0 .78-.06 1.15-.18.32-.09.6-.28.82-.53.21-.25.31-.59.31-1.03.01-.31-.07-.62-.23-.89a1.45 1.45 0 0 0-.7-.57M19.75.3H4.25C1.9.3 0 2.2 0 4.55v14.899c0 2.35 1.9 4.25 4.25 4.25h15.5c2.35 0 4.25-1.9 4.25-4.25V4.55C24 2.2 22.1.3 19.75.3m-7.391 11.65c-.399.56-.959.98-1.609 1.22-.68.25-1.43.34-2.25.34-.24 0-.4 0-.5-.01s-.24-.01-.43-.01v3.209c.01.07-.04.131-.11.141H5.52c-.08 0-.12-.041-.12-.131V6.42c0-.07.03-.11.1-.11.17 0 .33 0 .56-.01.24-.01.49-.01.76-.02s.56-.01.87-.02.61-.01.91-.01c.82 0 1.5.1 2.06.31.5.17.96.45 1.34.82.32.32.57.71.73 1.14.149.42.229.85.229 1.3q.002 1.29-.6 2.13m7.091 3.89c-.28.4-.671.709-1.12.891-.49.209-1.09.318-1.811.318-.459 0-.91-.039-1.359-.129-.35-.061-.7-.17-1.02-.32-.07-.039-.121-.109-.111-.189v-1.74c0-.029.011-.07.041-.09.029-.02.06-.01.09.01.39.23.8.391 1.24.49.379.1.779.15 1.18.15.38 0 .65-.051.83-.141.16-.07.27-.24.27-.42 0-.141-.08-.27-.24-.4-.16-.129-.489-.279-.979-.471-.51-.18-.979-.42-1.42-.719a2.6 2.6 0 0 1-.761-.85 2.16 2.16 0 0 1-.229-1.021c0-.43.12-.84.341-1.21.25-.4.619-.72 1.049-.92.469-.239 1.059-.349 1.769-.349.41 0 .83.03 1.24.09.3.04.59.12.86.23.039.01.08.05.1.09.01.04.02.08.02.12v1.63c0 .04-.02.08-.05.1-.09.02-.14.02-.18 0-.3-.16-.62-.27-.96-.34-.37-.08-.74-.13-1.12-.13-.2-.01-.41.02-.601.07-.129.03-.24.1-.31.2-.05.08-.08.18-.08.27s.04.18.101.26c.09.11.209.2.34.27.229.12.47.23.709.33.541.18 1.061.43 1.541.73.33.209.6.49.789.83.16.318.24.67.23 1.029.011.471-.129.94-.389 1.331"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/adobepremierepro.svg b/mkdocs-material/material/templates/.icons/simple/adobepremierepro.svg new file mode 100644 index 0000000..ab32540 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/adobepremierepro.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.15 8.42a2.9 2.9 0 0 0-1.18-.2 14 14 0 0 0-1.09.02v3.36l.39.02h.53c.39 0 .78-.06 1.15-.18.32-.09.6-.28.82-.53.21-.25.31-.59.31-1.03a1.45 1.45 0 0 0-.93-1.46M19.75.3H4.25A4.25 4.25 0 0 0 0 4.55v14.9c0 2.35 1.9 4.25 4.25 4.25h15.5c2.35 0 4.25-1.9 4.25-4.25V4.55C24 2.2 22.1.3 19.75.3m-7.09 11.65c-.4.56-.96.98-1.61 1.22-.68.25-1.43.34-2.25.34l-.5-.01-.43-.01v3.21a.12.12 0 0 1-.11.14H5.82c-.08 0-.12-.04-.12-.13V6.42c0-.07.03-.11.1-.11l.56-.01.76-.02.87-.02.91-.01c.82 0 1.5.1 2.06.31.5.17.96.45 1.34.82.32.32.57.71.73 1.14.15.42.23.85.23 1.3q0 1.29-.6 2.13m6.82-3.15v1.95c0 .08-.05.11-.16.11a4.35 4.35 0 0 0-1.92.37c-.19.09-.37.21-.51.37v5.1c0 .1-.04.14-.13.14h-1.97a.14.14 0 0 1-.16-.12v-5.58l-.01-.75-.02-.78c0-.23-.02-.45-.04-.68a.1.1 0 0 1 .07-.11h1.78c.1 0 .18.07.2.16a3 3 0 0 1 .13.92c.3-.35.67-.64 1.08-.86a3.1 3.1 0 0 1 1.52-.39c.07-.01.13.04.14.11z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/adobexd.svg b/mkdocs-material/material/templates/.icons/simple/adobexd.svg new file mode 100644 index 0000000..ab60d93 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/adobexd.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.25.3C1.9.3 0 2.2 0 4.55v14.9c0 2.35 1.9 4.25 4.25 4.25h15.5c2.35 0 4.25-1.9 4.25-4.25V4.55C24 2.2 22.1.3 19.75.3Zm14.07 5.13h2.03c.05-.01.09.03.1.07v9.54c0 .18.01.38.02.6.02.21.03.41.04.58 0 .07-.03.13-.1.16-.52.22-1.07.38-1.63.48-.51.09-1.02.14-1.54.14-.74.01-1.48-.14-2.15-.45-.63-.29-1.15-.77-1.51-1.36-.37-.61-.55-1.37-.55-2.28a4.11 4.11 0 0 1 2.14-3.66c.7-.39 1.54-.58 2.53-.58.05 0 .12 0 .21.01s.19.01.31.02V5.54c0-.07.03-.11.1-.11M3.68 6.3h2.27c.05 0 .1.01.14.02.04.02.07.05.1.09.19.43.41.86.64 1.29.24.43.47.85.72 1.27.24.42.46.84.67 1.27h.02c.21-.44.43-.87.65-1.29s.45-.84.68-1.26.45-.85.67-1.26c.01-.04.03-.08.06-.1a.2.2 0 0 1 .13-.02h2.11c.05-.01.1.02.11.07.01.01-.01.05-.03.07l-3 4.95 3.2 5.25c.02.04.03.08.02.12s-.05.01-.11.02h-2.29c-.16 0-.27-.01-.34-.11-.21-.42-.43-.83-.64-1.25-.21-.41-.44-.83-.68-1.26s-.48-.86-.72-1.3h-.02c-.21.43-.44.86-.67 1.29s-.46.86-.68 1.28c-.23.42-.46.85-.69 1.26-.04.1-.12.11-.23.11h-2.2c-.04 0-.07.02-.07-.03a.14.14 0 0 1 .02-.11l3.11-5.1L3.6 6.44c-.03-.04-.04-.08-.02-.1.02-.03.06-.04.1-.04m13.94 4.23c-.39 0-.78.08-1.13.26-.34.17-.63.42-.85.74s-.33.75-.33 1.27c-.01.35.05.7.17 1.03.1.27.25.51.45.71.19.18.42.32.68.4.27.09.55.13.83.13.15 0 .29-.01.42-.02.13.01.24-.01.36-.05v-4.4a2.6 2.6 0 0 0-.6-.07"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/adonisjs.svg b/mkdocs-material/material/templates/.icons/simple/adonisjs.svg new file mode 100644 index 0000000..d8b3563 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/adonisjs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 12c0 9.68 2.32 12 12 12s12-2.32 12-12S21.68 0 12 0 0 2.32 0 12m4.84 2.492 3.762-8.555C9.238 4.498 10.46 3.716 12 3.716s2.762.781 3.398 2.223l3.762 8.554c.172.418.32.953.32 1.418 0 2.125-1.492 3.617-3.617 3.617-.726 0-1.3-.183-1.883-.37-.597-.192-1.203-.387-1.98-.387-.77 0-1.39.195-1.996.386-.59.188-1.168.371-1.867.371-2.125 0-3.617-1.492-3.617-3.617 0-.465.148-1 .32-1.418ZM12 7.43l-3.715 8.406c1.102-.512 2.371-.758 3.715-.758 1.297 0 2.613.246 3.664.758Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/adp.svg b/mkdocs-material/material/templates/.icons/simple/adp.svg new file mode 100644 index 0000000..f5fb1f2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/adp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.086 12a3.13 3.13 0 0 1-3.12 3.12h-1.2v-1.372h1.2a1.749 1.749 0 1 0 0-3.497h-1.2V8.88h1.2a3.13 3.13 0 0 1 3.12 3.12M8.434 8.88v2.537h-2.16l-.788 1.371h4.32V8.88ZM24 10.834a4.286 4.286 0 0 1-4.286 4.286v2.331h-3.702v-1.817a5.36 5.36 0 0 1-4.08 1.817H8.434V15.12H5.691L4.32 17.45H0L6.343 6.548h5.623a5.6 5.6 0 0 1 4.08 1.818V6.548h3.703A4.28 4.28 0 0 1 24 10.834M11.966 16.08a4.09 4.09 0 0 0 3.703-2.332h1.748v2.332h.96v-2.332h1.372a2.91 2.91 0 0 0 2.914-2.914 2.94 2.94 0 0 0-2.949-2.914h-2.331v3.497h-1.371a4.114 4.114 0 0 0-4.046-3.497h-4.8L2.4 16.08h1.131l1.372-2.332h4.903v2.332zm7.748-7.2h-1.371v1.371h1.371a.58.58 0 0 1 .583.583.6.6 0 0 1-.583.583h-1.371v1.371h1.371a1.954 1.954 0 0 0 1.955-1.954 1.975 1.975 0 0 0-1.955-1.954m1.92 7.886a.549.549 0 1 1-.548-.549.54.54 0 0 1 .548.549m.138 0a.686.686 0 1 0-.686.685.686.686 0 0 0 .686-.685m-.652-.309a.137.137 0 1 1 0 .274h-.137v-.274zm.172-.034a.26.26 0 0 0-.172-.069h-.274v.823h.103v-.308h.137l.171.308h.137l-.205-.343c.034 0 .068-.034.103-.068a.2.2 0 0 0 .034-.138.19.19 0 0 0-.034-.205"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/adroll.svg b/mkdocs-material/material/templates/.icons/simple/adroll.svg new file mode 100644 index 0000000..6bf256e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/adroll.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 12c0-6.01-4.727-10.886-10.886-10.886a10.86 10.86 0 0 0-9.508 5.578L8.914 12c0-2.323 1.958-4.2 4.2-4.2 2.377 0 4.2 1.877 4.2 4.2s-1.836 4.2-4.2 4.2H4.065A4.07 4.07 0 0 0 0 20.266v2.62h13.114C19.232 22.886 24 18.01 24 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/adventofcode.svg b/mkdocs-material/material/templates/.icons/simple/adventofcode.svg new file mode 100644 index 0000000..5b9d0ae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/adventofcode.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.05 13.236 6.498 9.606L18.91 24l-6.905-9.47L5.1 24l-1.637-1.158 6.498-9.606L.553 9.22l.615-1.69 9.596 3.463L11.087 0h1.826l.323 10.993 9.596-3.462.615 1.69-9.387 4.015z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/adyen.svg b/mkdocs-material/material/templates/.icons/simple/adyen.svg new file mode 100644 index 0000000..766d565 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/adyen.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.647 9.882v2.934c0 .134.109.243.243.243h.463V9.882h1.765v5.15c0 .47-.38.85-.85.85H9.943v-1.235h2.41v-.53h-1.621a.85.85 0 0 1-.85-.849V9.882zm-8.261 0c.469 0 .85.38.85.85v3.386H.85a.85.85 0 0 1-.85-.85v-.948c0-.469.38-.85.85-.85h.915v1.346c0 .134.108.243.242.243h.464v-1.875a.243.243 0 0 0-.243-.243H.06V9.882Zm5.79-1.764v6H5.791a.85.85 0 0 1-.85-.85v-2.536c0-.47.38-.85.85-.85h.915v2.934c0 .134.108.243.243.243h.463V8.118zm9.033 1.764a.85.85 0 0 1 .85.85v.948c0 .47-.38.85-.85.85h-.915v-1.346a.243.243 0 0 0-.243-.243h-.463v1.875c0 .134.109.243.243.243h2.167v1.059h-3.325a.85.85 0 0 1-.85-.85V9.882Zm4.942 0c.469 0 .849.38.849.85v3.386h-1.765v-2.934a.243.243 0 0 0-.242-.243h-.464v3.177h-1.764V9.882Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/aegisauthenticator.svg b/mkdocs-material/material/templates/.icons/simple/aegisauthenticator.svg new file mode 100644 index 0000000..4351b9e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/aegisauthenticator.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m6.949 19.873-.008.013a1.48 1.48 0 0 0-.001 1.47l.317.556c.263.464.756.75 1.29.75h.016a1.483 1.483 0 0 0 1.288-2.219l-.325-.57a1.484 1.484 0 0 0-2.577 0m3.49-6.107a1.48 1.48 0 0 0-.001 1.469l3.796 6.676c.264.464.756.75 1.29.75h.016a1.483 1.483 0 0 0 1.288-2.218l-3.812-6.677a1.484 1.484 0 0 0-2.577 0m.328-11.692L.197 20.464a1.466 1.466 0 0 0 1.272 2.198 1.47 1.47 0 0 0 1.273-.74l7.951-13.928a1.466 1.466 0 0 1 2.548.003L21.16 21.92a1.47 1.47 0 0 0 1.274.742h.099a1.466 1.466 0 0 0 1.273-2.193L13.312 2.078a1.466 1.466 0 0 0-2.545-.004"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/aerlingus.svg b/mkdocs-material/material/templates/.icons/simple/aerlingus.svg new file mode 100644 index 0000000..5e2825f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/aerlingus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.857 13.511c-.48 1.545-2.081 2.995-4.002 3.296.31.48.452 1.074.377 1.733-.208 1.789-1.921 3.23-3.758 3.249-1.243.009-2.928-.528-4.115-2.402-1.064-1.666-1.215-4.313-1.14-5.113-1.299 1.328-2.109 2.618-2.495 3.512-.866 2.025-1.196 4.492-1.177 5.65 0 0-.16.151-.31.18-.48-.085-.895-.264-1.206-.537-.376-.34-.461-.66-.461-.66.574-2.872 1.488-4.66 2.853-6.704 1.836-2.76 4.67-4.464 8.032-5.49 2.43-.744 4.954-.904 6.686.565.933.772.989 1.883.716 2.721M9.544 11.986c-.575.96-2.147 2.505-3.39 3.305-2.59 1.657-4.454 1.77-5.387 1.177a1.5 1.5 0 0 1-.292-.235c-.725-.763-.602-2.119.245-3.23.415-.546.951-.932 1.47-1.111-.406-.189-.679-.584-.735-1.14-.113-1.11.725-2.57 1.883-3.164 1.017-.518 3.211-1.036 4.821 1.366.631.932 1.196 2.26 1.385 3.032M20.184 1.89c-.14-1.384-1.62-1.893-3.248-1.196-.772.33-1.45.885-1.93 1.516.075-.63-.104-1.186-.556-1.516-.895-.65-2.524-.17-3.635 1.036-.386.424-1.648 1.95-1.714 4.19-.028 1.083.452 3.485 2.034 5.142 4.219-1.591 6.488-4.03 7.354-5.038.999-1.168 1.422-2.194 1.601-2.947.132-.594.113-1.017.094-1.187"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/aeroflot.svg b/mkdocs-material/material/templates/.icons/simple/aeroflot.svg new file mode 100644 index 0000000..4bd4fec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/aeroflot.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.066 12.725c-.056-.135-.097-.272-.143-.406l-6.675.406 1.35.693zm.909 1.247c-.057-.042-.115-.1-.17-.15a1.8 1.8 0 0 1-.287-.318l-3.333.67 1.419.509zm2.64-.286c.16-.025.4-.122.588-.268l-.968-2.032 1.005-.51-.848-.782q-.904.437-1.809.868l.43 1.025.694-.33zm1.65-4.241c.387.5.655 1.081.782 1.7h-.61a4 4 0 0 0-.172-.57c-.41-1.142-1.25-1.956-2.216-2.633-.127-.078-.241-.164-.37-.238.129.044.243.086.37.136.88.372 1.662.885 2.216 1.605m.185 6.517c-.225.114-.455.22-.682.33l-.565-1.193c-.37.139-.76.215-1.154.226-.424.02-.847-.04-1.249-.176l-.483 1.143c-.157.014-.374 0-.512-.106a.38.38 0 0 1-.169-.224c.204-.356.389-.723.579-1.087-.127-.088-.24-.152-.355-.27l.344-.437c.582.38 1.22.585 1.845.585.627.022 1.25-.192 1.832-.628.19.055.385.119.541.18-.058.046-.1.087-.157.136-.114.12-.213.242-.398.346.188.395.387.784.583 1.175m7.785-3.431L24 11.343h-9.55c0 .422-.06.784-.185 1.1-.369 1.005-1.291 1.487-2.216 1.469-.908-.027-1.834-.524-2.244-1.441a2.75 2.75 0 0 1-.229-1.128H0l1.75 1.188 7.316-.404c.138.553.397 1.037.74 1.395a3.07 3.07 0 0 0 2.243 1.01 2.79 2.79 0 0 0 2.216-.992c.312-.362.554-.826.694-1.385zm-.48.194-1.352.663L15 12.725a10 10 0 0 0 .129-.406zm-3.907 1.462-1.48.52a358 358 0 0 1-2.286-.735c.069-.06.125-.117.183-.196.085-.074.157-.176.242-.254zm.711-.09 1.177-.575-4.86-.614c-.043.164-.171.298-.256.432zm-13.116 0-1.179-.542 4.885-.635c.09.152.171.286.27.42Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/aeromexico.svg b/mkdocs-material/material/templates/.icons/simple/aeromexico.svg new file mode 100644 index 0000000..5b9e2e8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/aeromexico.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.354 12.222c.044.156 0 .422-.267.489a4 4 0 0 1-.666.11c-.377.045-.355.356-.355.534v2.264c0 .31-.244 1.354-1.443 1.354H16.87c-1.043 0-1.864-.866-1.864-1.798V9.803c-.022-.932.821-1.554 1.576-1.532.377 0 .644.111.843.222.444.2.933.444 1.577.755 0 0 1.02-.733 1.087-.777.355-.244.688-.067.8.155.377.733 1.087 2.22 1.465 3.596m1.642-4.018a3.283 3.283 0 0 0-3.219-3.33c-1.709-.044-2.663.578-3.019.755-.022.023-.066 0-.11-.044-.311-.31-1-.777-1.754-.999-.111-.022-.133-.2 0-.2a13.3 13.3 0 0 1 3.64.111c.134.023.245-.066.178-.177-.044-.089-.067-.133-.133-.289-.156-.31-.533-.644-1.021-.777-1.266-.355-3.441-.666-5.394-.666-2.176-.022-4.484.422-5.062.555-.133.023-.333.09-.377.09-.111 0-.155.155-.089.221l.222.222c.067.089.111.222-.022.355L3.796 7.65H6.57c.177 0 .355.155.355.355 0 .177-.156.355-.333.355H2.997l-1.088.999h4.706c.178 0 .333.2.333.355s-.133.355-.333.355H1.11L0 11.09h9.501c.177 0 .333.2.333.355 0 .2-.133.378-.333.378H0v.999h9.479c.222 0 .333.2.333.377 0 .156-.156.333-.356.333H0v1h12.386c.2 0 .334.177.334.377 0 .177-.156.355-.334.355H3.33v.999h9.079c.177 0 .31.2.31.377s-.155.355-.31.355l-.178-.022H3.33v.999h10.455s.377-.866.377-1.843V9.403c0-.532.222-1.42 1.31-1.664.022 0 .067-.023.089-.023 3.085-.732 6.26-.066 8.058.71.333.156.4-.11.377-.222M6.66 21.413h2.11c1.886-.022 3.107-1.02 3.107-1.02H6.659v1.02zm0-1.731h6.06c.29-.289.644-.8.733-.999H6.659v.999Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/aerospike.svg b/mkdocs-material/material/templates/.icons/simple/aerospike.svg new file mode 100644 index 0000000..872e06f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/aerospike.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.347 15.375 7.45 12.283l6.897-3.072zM24 0v24H0V0zm-4.705 5.386L5.672 11.548l-1.607.743 1.607.688 13.623 6.163v-1.565l-3.576-1.602V8.612l3.576-1.586z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/aew.svg b/mkdocs-material/material/templates/.icons/simple/aew.svg new file mode 100644 index 0000000..9a702a0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/aew.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 6.925v10.086h3.674v-.51H.53V7.435h4.526v-.51zm18.944 0v.511h4.526V16.5h-3.144v.511H24V6.925zm-7.727-.891v1.453h1.537v-.383H11.71V6.91h.86v-.336h-.86v-.157h1.044v-.383H11.71zm1.765 0v1.453h1.39V7.06h-.897V6.034zm1.551 0v1.453h.493V6.034zm.648 0v.427h.557v1.026h.493V6.461h.558v-.427h-1.051zm1.765 0v1.453h1.537v-.383H17.44V6.91h.86v-.336h-.86v-.157h1.044v-.383H17.44zM11.45 8.225l-3.785.006.015 3.466 1.57 4.01h5.144l-.707-1.77H9.84V10h2.32zm-1.288 2.862v1.77h3.107l-.712-1.77zM6.265 6.034l-.748 1.453h.538l.122-.278h.699l.135.278h.536l-.753-1.453zm1.363 0v1.453h1.39V7.06h-.897V6.034zm1.55 0v1.453h1.39V7.06h-.896V6.034zm-2.65.444.187.391h-.377zm16.29 1.73-2.148.003-1.368 3.47-.938-3.467-2.142.003-.92 3.443-1.355-3.44-2.177.004 2.966 7.483h1.633l.938-3.462.934 3.462h1.653zm-16.844.025-1.845.003-2.946 7.472H3.37l.342-.9h2.333l-.686-1.747h-.955l.635-1.673 1.706 4.32h2.17zm13.091 8.195c-.398.002-.663.14-.805.316a.76.76 0 0 0 .005.91c.603.625 1.574.134 1.632.008v-.622h-.892v.344h.405v.086c-.114.152-.598.143-.722-.053-.124-.225-.038-.374.008-.444.277-.3.753-.062.784.004l.365-.293a1.33 1.33 0 0 0-.78-.256m-7.877.01a2 2 0 0 0-.269.02c-.293.06-.476.207-.517.346-.128.491.571.567.571.567.623.03.571.098.572.123-.065.136-.42.087-.529.07-.221-.042-.43-.186-.43-.186l-.271.3c.76.482 1.38.226 1.48.17.3-.171.29-.484.192-.621-.076-.093-.307-.207-.535-.232-.204-.048-.604-.011-.558-.141.06-.12.682-.04.845.095l.24-.295c-.233-.168-.517-.22-.791-.216m-7.085.047.504 1.397h.505l.278-.854.266.854h.506l.502-1.397h-.497l-.258.866-.297-.866h-.444l-.294.874-.265-.874zm2.693 0v1.397h.502v-.392h.31l.324.392h.591l-.384-.448c.6-.234.334-.927-.234-.95h-.06zm1.89 0v1.397h1.537v-.328H9.18v-.195h.86v-.335h-.86v-.158h1.044v-.381zm3.427 0v.413h.557v.984h.494v-.984h.557v-.413zm1.758 0v1.397h1.39V17.5h-.897v-1.016zm1.562 0v1.397h.493v-1.397zm.766 0v1.397h.493v-.804l.772.804h.466v-1.396h-.493v.761l-.716-.761zm-8.904.372h.531c.19-.003.189.286 0 .292h-.53z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/affine.svg b/mkdocs-material/material/templates/.icons/simple/affine.svg new file mode 100644 index 0000000..f2b7be7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/affine.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.995 1.377a1.73 1.73 0 0 0-1.496.863C9.322 4.294 1.088 18.503.127 20.234c-.39.937.154 2.048 1.131 2.32.406.108.834.054 1.203.067 5.374.005 14.234-.006 19.624 0 .156.003.428-.001.658-.066a1.75 1.75 0 0 0 1.256-1.606 1.8 1.8 0 0 0-.125-.713c-.111-.241-.195-.367-.287-.531l-.545-.943L14.32 3.656l-.545-.943-.273-.473a1.9 1.9 0 0 0-.48-.535 1.7 1.7 0 0 0-1.028-.328Zm.006 1.3c.147 0 .293.074.375.215.165.277.648 1.139.816 1.416 1.831 3.174 4.115 7.13 6.305 10.922L10.358 5.09c.33-.57 1.126-1.952 1.268-2.198V2.89A.43.43 0 0 1 12 2.677M9.788 6.144l7.555 7.846-.057-.025-8-5.442c.071-.622.193-1.242.35-1.855zM8.37 8.535 4.22 21.32h-1.76c-.11 0-.682.004-.757-.004-.28-.005-.478-.33-.371-.588.64-1.12 4.178-7.243 7.037-12.193Zm.844 1.205 5.574 3.432-5.504-2.278a9 9 0 0 1-.07-1.154m-.86 1.377-.697 9.465c-.72.303-1.473.537-2.24.725zm1.152.908 3.553 1.225H9.973a7 7 0 0 1-.33-.773q-.075-.225-.137-.452m-.552.852.049.13.834 6.339a9 9 0 0 1-1.088.707zm1.865 1.168h2.365c.18 0 .293.193.203.35l-1.183 2.048a.233.233 0 0 1-.405 0h-.002l-1.181-2.049a.233.233 0 0 1 .203-.35zm3.678.016a7 7 0 0 1 .832.1 8 8 0 0 1 .463.109l-2.842 2.466zm2.38.58a9 9 0 0 1 1.057.527l-5.879 3.174zm-6.888.257 1.543 2.672a7 7 0 0 1-.504.67 8 8 0 0 1-.322.346zm8.965.946c.274.203.538.422.797.648l.986 1.024-10.709 2.652.059-.041zm2.447 2.685 1.194 2.065c.06.1.051.104.074.136a.44.44 0 0 1-.28.575c-.03.001-.057.014-.091.012-.006.005-.13.003-.213.003H8.295z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/affinity.svg b/mkdocs-material/material/templates/.icons/simple/affinity.svg new file mode 100644 index 0000000..d50e021 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/affinity.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.368 1.08h3.778l.318.55h1.082L24 18.004v.001l-2.036 3.47H13.69l.84 1.445h-.365l-.84-1.446H3.057l-.526-.923h-.652L0 17.298l.002-.001 2.41-4.176 2.23-1.288 3.69-6.39-.742-1.285zm2.224 5.652L5.066 18.008h6.25l-.723-1.246 6.808.006z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/affinitydesigner.svg b/mkdocs-material/material/templates/.icons/simple/affinitydesigner.svg new file mode 100644 index 0000000..f8ec0fd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/affinitydesigner.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 2.344v19.312A2.345 2.345 0 0 1 21.656 24H2.344A2.345 2.345 0 0 1 0 21.656V2.344A2.345 2.345 0 0 1 2.344 0h19.312A2.345 2.345 0 0 1 24 2.344M1.758 21.305c0 .517.42.937.938.937h8.226l-4.299-7.445 7.528-13.039h-3.482L1.758 17.192zm11.418-6.866-2.712-4.698-1.761 3.051a1.098 1.098 0 0 0 .952 1.647zm9.066 6.873v-6.075H7.799l4.044 7.005h9.462a.937.937 0 0 0 .937-.93m-.937-19.554h-6.232l-4.148 7.185 3.173 5.496h8.144V2.688a.937.937 0 0 0-.937-.93"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/affinityphoto.svg b/mkdocs-material/material/templates/.icons/simple/affinityphoto.svg new file mode 100644 index 0000000..e69229e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/affinityphoto.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 2.344v19.312A2.345 2.345 0 0 1 21.656 24H2.344A2.345 2.345 0 0 1 0 21.656V2.344A2.345 2.345 0 0 1 2.344 0h19.312A2.345 2.345 0 0 1 24 2.344m-13.328-.586-.41.709 5.021 8.693 5.43-9.402zm2.213 7.702H11.12a.9.9 0 0 0-.75.446l-.925 1.605-.007.011a.9.9 0 0 0 0 .872l.924 1.599.01.017a.9.9 0 0 0 .755.428c.002 0 1.178.001 1.765-.002a.89.89 0 0 0 .75-.436q.468-.808.933-1.617a.88.88 0 0 0-.006-.863l-.008-.013-.921-1.595-.005-.008a.9.9 0 0 0-.75-.444M2.36 22.18 9.699 9.475H6.215l-4.457 7.717.002 4.182a.94.94 0 0 0 .6.806m11.844.062-5.479-9.486-5.485 9.486zM12.926 8.676l-3.125-5.41-3.125 5.41zm9.316 6.56H11.08l4.046 7.006h6.197a.94.94 0 0 0 .919-.937zm-.635-13.428-7.295 12.63h7.93V2.695a.94.94 0 0 0-.635-.887"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/affinitypublisher.svg b/mkdocs-material/material/templates/.icons/simple/affinitypublisher.svg new file mode 100644 index 0000000..ddaf5b1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/affinitypublisher.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 2.344v19.312A2.345 2.345 0 0 1 21.656 24H2.344A2.345 2.345 0 0 1 0 21.656V2.344A2.345 2.345 0 0 1 2.344 0h19.312A2.345 2.345 0 0 1 24 2.344m-1.758 16.607-9.93-17.193h-1.639L9.75 3.354l10.91 18.888h.645c.517 0 .937-.42.937-.937zm-6.911 3.291L7.086 7.967l-1.263 2.187a1.66 1.66 0 0 0 0 1.657c1.512 2.615 6.025 10.431 6.025 10.431zm5.974-20.484h-8.071l9.008 15.596V2.695a.94.94 0 0 0-.937-.937m-10.38 20.484L4.883 11.781l-3.125 5.411v4.113c0 .517.42.937.938.937zm8.812 0L9.289 4.153 7.598 7.08l8.656 15.162z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/aframe.svg b/mkdocs-material/material/templates/.icons/simple/aframe.svg new file mode 100644 index 0000000..8b4d48d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/aframe.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.37 17.07H6.57L4.24 24H3.01l8.23-24h1.52l8.23 24h-1.3zm-.39-1.13-5-14.96-5.03 14.98h10.03Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/afterpay.svg b/mkdocs-material/material/templates/.icons/simple/afterpay.svg new file mode 100644 index 0000000..0050ad5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/afterpay.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.373 0 12c0 6.628 5.373 12 12 12 6.628 0 12-5.372 12-12 0-6.627-5.372-12-12-12m1.236 4.924a2.2 2.2 0 0 1 1.15.299l4.457 2.557c1.495.857 1.495 3.013 0 3.87l-4.457 2.558c-1.488.854-3.342-.22-3.342-1.935v-.34a.441.441 0 0 0-.66-.383L6.287 13.9a.441.441 0 0 0 0 .765l4.096 2.35a.44.44 0 0 0 .661-.382v-.685c0-.333.36-.542.649-.376l1.041.597a.44.44 0 0 1 .222.383v.29c0 1.715-1.854 2.789-3.342 1.935L5.157 16.22c-1.495-.857-1.495-3.013 0-3.87l4.457-2.558c1.488-.854 3.342.22 3.342 1.935v.34c0 .34.366.551.66.383l4.097-2.35a.441.441 0 0 0 0-.765l-4.096-2.351a.441.441 0 0 0-.661.382v.685c0 .333-.36.541-.649.375l-1.041-.597a.44.44 0 0 1-.222-.383v-.29c0-1.285 1.043-2.21 2.192-2.233z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/agora.svg b/mkdocs-material/material/templates/.icons/simple/agora.svg new file mode 100644 index 0000000..81b53a9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/agora.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.44 11.68a1.351 1.351 0 1 1 1.349-1.35 1.35 1.35 0 0 1-1.35 1.35m0-3.8a2.45 2.45 0 1 0 2.45 2.45 2.454 2.454 0 0 0-2.45-2.45m4.07.63-.03.03-.033.032-.023-.04-.019-.032a1.17 1.17 0 0 0-.87-.604l-.091-.018v4.902l.092-.012a1.14 1.14 0 0 0 1.008-1.154V10.33a1.36 1.36 0 0 1 1.21-1.342l.074-.009V7.881l-.088.01a2.1 2.1 0 0 0-1.235.622M2.448 11.683a1.351 1.351 0 1 1 1.35-1.351 1.35 1.35 0 0 1-1.35 1.35M4.02 8.364 4 8.39l-.021.027-.028-.02-.026-.02a2.45 2.45 0 1 0-1.478 4.403 2.42 2.42 0 0 0 1.478-.498l.026-.019.028-.022.02.03.02.027a1.17 1.17 0 0 0 .787.471l.09.013V7.88l-.09.012a1.17 1.17 0 0 0-.786.47m17.53 3.32a1.351 1.351 0 1 1 1.352-1.351 1.35 1.35 0 0 1-1.351 1.35m2.358-3.789a1.18 1.18 0 0 0-.788.47l-.019.027-.02.029-.028-.021-.026-.02a2.45 2.45 0 1 0-1.478 4.4 2.42 2.42 0 0 0 1.478-.497l.026-.02.028-.021.02.028.02.028a1.17 1.17 0 0 0 .787.472l.09.012v-4.9ZM7.978 8.98a1.351 1.351 0 1 1-1.353 1.35A1.35 1.35 0 0 1 7.98 8.98m1.53 3.261a2.444 2.444 0 0 0 .5-3.283 2 2 0 0 0-.112-.153 1.19 1.19 0 0 0 .524-.832l.014-.092H7.968a2.448 2.448 0 0 0-1.524 4.36 2.4 2.4 0 0 0-.293.274l.746.823A1.351 1.351 0 1 1 8.68 15.3l.748.823a2.447 2.447 0 0 0 .07-3.876"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/aib.svg b/mkdocs-material/material/templates/.icons/simple/aib.svg new file mode 100644 index 0000000..fd6c4da --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/aib.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.813.004q-.07.02-.098.107c-.127.402-.601 3.019.728 3.13 4.032.333 3.338 3.608 6.284 4.214v1.07H9.633l-.945.93h3.038v1.818H9.165c-2.01 0-2.849-1.378-2.52-2.427.284-.903 2.21-2.605-.13-3.334.743 2.026-2.43 1.776-2.43 4.894 0 2.435 2.803 3.326 5.08 3.326h6.371c2.277 0 5.08-.891 5.08-3.326 0-3.118-3.172-2.868-2.43-4.894-2.34.73-.412 2.43-.128 3.334.33 1.049-.511 2.427-2.522 2.427h-2.562V9.455h3.039l-.946-.93h-2.093V7.46c2.39-.49 2.68-2.883 4.318-4.049.741-.527 2.063-.53 2.063-.53L17.328 1.38c-.196-.146-.642-.455-1.168-.455-.635 0-1.504.923-2.101 1.304-1.28.818-4.094 2.13-9.086-2.17q-.091-.074-.16-.054zm11.476 1.758c.306 0 .555.248.555.554a.555.555 0 0 1-.555.555.554.554 0 0 1-.555-.555c0-.306.248-.554.555-.554M5.895 15.955 2.713 24h1.662l.736-1.887h3.127L8.984 24h1.688l-3.014-7.625a.67.67 0 0 0-.613-.42zm5.17 0v.367q.072.032.138.063c.202.143.346.49.346.898l.002 6.43c0 .158.127.287.285.287h1.824v-.367l-.14-.063c-.203-.143-.346-.492-.346-.9v-6.428a.286.286 0 0 0-.285-.287zm3.832 0V24H18.7c1.602 0 2.586-1.074 2.586-2.182 0-.878-.596-1.633-1.453-1.974.579-.397.953-1.013.953-1.707 0-1.108-.984-2.182-2.586-2.182zm1.515 1.389h1.85a.965.965 0 0 1 .047 1.93h-1.897zm-9.726.894 1 2.477H5.68zm9.726 2.444h2.383c.534 0 .935.429.935.963a.97.97 0 0 1-.968.966h-2.35Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/aidungeon.svg b/mkdocs-material/material/templates/.icons/simple/aidungeon.svg new file mode 100644 index 0000000..0f04c53 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/aidungeon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0v24h24V0zm5.646 13.002H7.21c.117 0 .213.095.213.213v.123c0 .117-.096.21-.213.21h-.457v1.68h.457c.117 0 .213.096.213.213v.123a.21.21 0 0 1-.213.211H5.646a.21.21 0 0 1-.21-.21v-.124a.21.21 0 0 1 .21-.212h.46v-1.68h-.46a.21.21 0 0 1-.21-.211v-.123a.21.21 0 0 1 .21-.213m-2.833.023h.958c.13 0 .19.093.235.235l.756 1.974h.06c.13 0 .235.105.235.235v.09c0 .13-.105.234-.235.234h-.816a.234.234 0 0 1-.235-.234v-.09c0-.13.105-.235.235-.235h.101l-.074-.224h-.969l-.078.224h.178a.2.2 0 0 1 .201.202v.132a.2.2 0 0 1-.2.202H2.35a.2.2 0 0 1-.202-.202v-.132a.2.2 0 0 1 .202-.202h.113l.625-1.707h-.276a.234.234 0 0 1-.234-.234v-.033c0-.13.105-.235.235-.235m.748.557-.317.908h.617zm14.109 3.885h.002c.736 0 1.333.649 1.332 1.449s-.597 1.448-1.332 1.447-1.332-.647-1.332-1.447c-.001-.8.595-1.448 1.33-1.45zm-4.71.002c.118 0 .212.097.212.219 0 .226-.004.447 0 .671 0 0 .036.268-.223.264-.285-.004-.198-.263-.408-.514-.085-.1-.14-.124-.377-.127-.387-.003-.736.16-.734.9 0 .391.143.931.68.956.156.007.452-.072.452-.072v-.348h-.289a.22.22 0 0 1-.218-.219v-.082c0-.121.097-.219.218-.219h.977a.22.22 0 0 1 .219.22v.081a.22.22 0 0 1-.219.219h-.068l.004.686s-.3.26-1.088.253c-.995-.007-1.356-.78-1.354-1.437.003-.855.61-1.433 1.244-1.441a1.7 1.7 0 0 1 .778.17c.02-.1.093-.18.195-.18zm.868.062h1.985c.12 0 .218.098.218.219v.64a.22.22 0 0 1-.218.22h-.086a.22.22 0 0 1-.22-.22v-.312h-1.044c0 .006.006.01.006.016v.508h.375v-.055c0-.121.097-.219.219-.219h.054c.121 0 .219.098.219.219v.633a.22.22 0 0 1-.219.218h-.055a.22.22 0 0 1-.218-.218v-.055h-.375v.617c0 .003-.004.005-.004.008h1.043v-.313c0-.12.097-.218.219-.218h.086c.12 0 .218.097.218.218v.641a.22.22 0 0 1-.218.219h-1.985a.22.22 0 0 1-.219-.219v-.11c0-.12.098-.218.22-.218l.054-.008v-1.648c0-.006.005-.01.006-.016h-.06a.22.22 0 0 1-.22-.219v-.109a.22.22 0 0 1 .22-.219zm-10.264.002c.426.02 1.278.202 1.295 1.35.025 1.576-1.502 1.398-1.502 1.398h-.81a.22.22 0 0 1-.219-.218v-.07a.22.22 0 0 1 .219-.22h.062l.014-1.726h-.068a.22.22 0 0 1-.22-.219v-.07a.22.22 0 0 1 .22-.219c.34 0 .673.007 1.01-.006zm1.725 0h.746c.121 0 .219.098.219.219v.088a.22.22 0 0 1-.219.219h-.08l.004 1.414c-.002.211.176.343.47.347.253.005.468-.132.471-.353v-1.404h-.074a.22.22 0 0 1-.219-.22v-.087a.22.22 0 0 1 .22-.219h.743a.22.22 0 0 1 .22.219v.088a.22.22 0 0 1-.22.218h-.08l-.004 1.29c0 .494-.24 1.015-1.062 1.015-.765 0-1.09-.457-1.076-1.021l-.006-1.287h-.053a.22.22 0 0 1-.219-.22v-.087a.22.22 0 0 1 .22-.219zm4.266.006h.816c.121 0 .219.098.219.219v.076a.22.22 0 0 1-.219.219h-.074l.017 2.16c-.014.053-.04.086-.123.105a1 1 0 0 1-.308.006c-.09-.03-.14-.089-.194-.15l-.96-1.617.01 1.22h.212a.22.22 0 0 1 .219.22v.075a.22.22 0 0 1-.219.22h-.816a.22.22 0 0 1-.219-.22v-.076c0-.12.098-.218.219-.218h.043l.01-1.74h-.036a.22.22 0 0 1-.218-.22v-.054c0-.122.097-.22.218-.22h.5c.122 0 .158.054.246.22l.852 1.515.012-1.226h-.207a.22.22 0 0 1-.22-.219v-.076a.22.22 0 0 1 .22-.219m11.25 0h.816c.121 0 .219.098.219.219v.076a.22.22 0 0 1-.219.219h-.074l.017 2.16c-.014.053-.04.086-.123.105a1 1 0 0 1-.308.006c-.09-.03-.14-.089-.194-.15l-.96-1.617.01 1.22h.212a.22.22 0 0 1 .219.22v.075a.22.22 0 0 1-.219.22h-.816a.22.22 0 0 1-.219-.22v-.076c0-.12.098-.218.219-.218h.043l.01-1.74h-.036a.22.22 0 0 1-.218-.22v-.054c0-.121.097-.219.218-.219h.5c.122 0 .158.053.247.219L21 19.279l.012-1.226h-.207a.22.22 0 0 1-.22-.219v-.076a.22.22 0 0 1 .22-.219m-3.768 1.377c0 .5.285.904.635.904s.634-.404.635-.904c0-.5-.284-.906-.635-.906-.39 0-.632.503-.635.906m-13.783-.869.006 1.707c.347-.026.924.007.922-.861-.003-.84-.673-.856-.928-.846"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/aiohttp.svg b/mkdocs-material/material/templates/.icons/simple/aiohttp.svg new file mode 100644 index 0000000..a56e3b3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/aiohttp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 12C.01 5.377 5.377.01 12 0c6.623.01 11.99 5.377 12 12-.01 6.623-5.377 11.99-12 12C5.377 23.99.01 18.623 0 12m12 11.004a10.95 10.95 0 0 0 6.81-2.367l-.303-.656a.746.746 0 0 1-.621-1.347l-.722-1.563a1.244 1.244 0 0 1-1.543-.734l-2.474.633v.012a.747.747 0 1 1-1.475-.178L8.2 15.31a1.24 1.24 0 0 1-1.278.607l-.748 2.59a.747.747 0 0 1-.17 1.388l.052 1.36A10.94 10.94 0 0 0 12 23.003zM5.75 21.05l-.044-1.142a.747.747 0 0 1 .18-1.482l.749-2.59a1.25 1.25 0 0 1-.759-1.147l-4.674-.566A11.04 11.04 0 0 0 5.75 21.05m13.3-.608a11.1 11.1 0 0 0 2.74-3.421l-3.826-.751a1.25 1.25 0 0 1-.528.672l.732 1.588a.747.747 0 0 1 .598 1.3zm2.878-3.698A10.9 10.9 0 0 0 23.004 12a10.95 10.95 0 0 0-2.492-6.965L19 5.551a.75.75 0 0 1-.726.922.75.75 0 0 1-.682-.442L14.449 7.1a2.49 2.49 0 0 1-1.015 2.737l2.857 4.901a1.245 1.245 0 0 1 1.732 1.236l3.904.77zm-8.846-.068 2.465-.63a1.24 1.24 0 0 1 .486-1.157l-2.856-4.9a2.48 2.48 0 0 1-2.444-.11l-2.77 3.892a1.24 1.24 0 0 1 .354 1.263l3.483 1.497a.746.746 0 0 1 1.282.143zm-7.17-2.284a1.246 1.246 0 0 1 1.81-.794l2.77-3.89a2.48 2.48 0 0 1-.93-1.94c0-.603.219-1.186.617-1.64L6.476 2.487a11.01 11.01 0 0 0-5.33 11.328l4.765.578zm8.44-7.572 3.174-1.083v-.01a.747.747 0 0 1 1.345-.448l1.433-.489A10.98 10.98 0 0 0 6.745 2.333l3.64 3.581a2.49 2.49 0 0 1 3.967.904l-.002.003z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/aiqfome.svg b/mkdocs-material/material/templates/.icons/simple/aiqfome.svg new file mode 100644 index 0000000..7dc211f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/aiqfome.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.748 9.195c.607.277.992 1.139 1.04 2.342.033.797-.06 1.399-.303 1.925-.564 1.209-1.578 1.252-2.163.092-.25-.488-.358-1.025-.358-1.778.006-.803.092-1.274.347-1.795.363-.742.895-1.035 1.437-.786m9.768.076c.591.39.998 1.627.916 2.776-.092 1.371-.699 2.358-1.436 2.358-.407 0-.824-.358-1.095-.943-.45-.976-.423-2.613.065-3.567.363-.716 1.024-.981 1.55-.624M12.388.029c.223.032.255.06.38.292.184.336.298.456.64.678.314.2.314.211.206.726-.093.434-.039.862.162 1.247.293.58 1.111 1.187 1.86 1.377.281.076.395.081.737.022.222-.033.439-.049.482-.033.049.022.163.2.26.401.217.467.76 1.025 1.193 1.226.705.33 1.47.314 2.206-.05.206-.102.412-.167.461-.151.043.016.168.14.276.271.109.136.326.309.478.385.249.13.341.146.753.14.325-.005.488.012.526.06.157.19.59 2.201.775 3.584.163 1.241.179 4.017.027 5.23-.2 1.644-.498 3.053-.91 4.321-.293.9-.553 1.491-1.09 2.456C20.997 23.675 20.682 24 20.086 24a2 2 0 0 1-.493-.06c-.353-.119-.895-.536-1.73-1.328-.986-.932-1.404-1.257-1.924-1.512-.634-.315-1.258-.342-1.8-.076-.13.065-.498.358-.807.656-.65.618-.9.753-1.47.791-.704.044-1.1-.135-2.206-.992-.471-.363-.818-.526-1.203-.558-.466-.038-.808.081-1.561.537-.743.45-1.139.59-1.654.59-1.073 0-2.006-.66-2.965-2.097C1.205 18.34.424 16.09.17 13.863c-.098-.84-.114-2.537-.033-3.367.428-4.266 2.494-7.53 5.828-9.193C7.005.783 8.149.419 9.455.197c.976-.163 2.413-.244 2.933-.168m-2.239 1.48C7.64 1.758 5.2 3.113 3.731 5.065c-1.529 2.033-2.38 5.399-2.07 8.19.2 1.85.964 3.947 1.989 5.487.52.78.72.997 1.084 1.176.553.271 1.122.174 1.827-.309.629-.434 1.28-.623 1.978-.585.71.043.982.184 2.055 1.1.634.542 1.182.602 1.794.195.136-.092.44-.325.678-.52.764-.634 1.35-.857 2.277-.862 1.16-.006 1.913.428 2.981 1.73.868 1.05 1.204 1.268 1.68 1.089.781-.298 1.567-2.082 2.082-4.716.683-3.48.553-6.522-.352-8.37-.293-.608-.645-.998-.976-1.095-.206-.06-.27-.055-.704.086-.418.136-.564.158-1.106.158-.51 0-.689-.028-.992-.13-.58-.196-.84-.434-1.486-1.356-.298-.428-.558-.569-1.263-.71-1.3-.25-1.832-.477-2.293-.976-.434-.466-.71-1.09-.91-2.054-.055-.282-.152-.591-.212-.689-.222-.357-.759-.488-1.643-.395"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/airasia.svg b/mkdocs-material/material/templates/.icons/simple/airasia.svg new file mode 100644 index 0000000..0fe0d19 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/airasia.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.54 14.49c-1.278 0-2.264-.998-2.264-2.276 0-1.252.98-2.27 2.264-2.27 1.232 0 2.238 1.018 2.238 2.27 0 1.278-1.005 2.277-2.239 2.277zm3.074-7.854-.214.998c-.59-1.18-2.348-1.297-3.295-1.297-2.952 0-5.527 2.841-5.527 6.746 0 3.14 1.875 5.111 4.23 5.111 1.316 0 2.432-.304 3.353-1.4l-.24 1.102h3.711l1.692-11.26c-1.238-.001-2.482.01-3.71 0M12 0c6.63 0 12 5.37 12 12s-5.37 12-12 12S0 18.63 0 12 5.37 0 12 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/airbnb.svg b/mkdocs-material/material/templates/.icons/simple/airbnb.svg new file mode 100644 index 0000000..1349d15 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/airbnb.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.001 18.275c-1.353-1.697-2.148-3.184-2.413-4.457-.263-1.027-.16-1.848.291-2.465.477-.71 1.188-1.056 2.121-1.056s1.643.345 2.12 1.063c.446.61.558 1.432.286 2.465-.291 1.298-1.085 2.785-2.412 4.458zm9.601 1.14c-.185 1.246-1.034 2.28-2.2 2.783-2.253.98-4.483-.583-6.392-2.704 3.157-3.951 3.74-7.028 2.385-9.018-.795-1.14-1.933-1.695-3.394-1.695-2.944 0-4.563 2.49-3.927 5.382.37 1.565 1.352 3.343 2.917 5.332-.98 1.085-1.91 1.856-2.732 2.333-.636.344-1.245.558-1.828.609-2.679.399-4.778-2.2-3.825-4.88.132-.345.395-.98.845-1.961l.025-.053c1.464-3.178 3.242-6.79 5.285-10.795l.053-.132.58-1.116c.45-.822.635-1.19 1.351-1.643.346-.21.77-.315 1.246-.315.954 0 1.698.558 2.016 1.007.158.239.345.557.582.953l.558 1.089.08.159c2.041 4.004 3.821 7.608 5.279 10.794l.026.025.533 1.22.318.764c.243.613.294 1.222.213 1.858zm1.22-2.39c-.186-.583-.505-1.271-.9-2.094v-.03c-1.889-4.006-3.642-7.608-5.307-10.844l-.111-.163C15.317 1.461 14.468 0 12.001 0c-2.44 0-3.476 1.695-4.535 3.898l-.081.16c-1.669 3.236-3.421 6.843-5.303 10.847v.053l-.559 1.22c-.21.504-.317.768-.345.847C-.172 20.74 2.611 24 5.98 24c.027 0 .132 0 .265-.027h.372c1.75-.213 3.554-1.325 5.384-3.317 1.829 1.989 3.635 3.104 5.382 3.317h.372c.133.027.239.027.265.027 3.37.003 6.152-3.261 4.802-6.975"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/airbrake.svg b/mkdocs-material/material/templates/.icons/simple/airbrake.svg new file mode 100644 index 0000000..7d2b8fd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/airbrake.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.815.576 24 23.424h-6.072L10.679.576Zm-6.456 0 1.872 5.929-2.447 7.751c1.038.183 2.09.28 3.144.288.576 0 1.175-.048 1.824-.096l1.151 3.912a29 29 0 0 1-2.951.169 26.6 26.6 0 0 1-4.32-.361L5.88 23.424H0L8.181.576Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/airbus.svg b/mkdocs-material/material/templates/.icons/simple/airbus.svg new file mode 100644 index 0000000..c159459 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/airbus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.067 11.296c0-.815-.53-1.433-1.63-1.433H7.226v4.262h1.037v-3.336h1.174c.432 0 .593.248.593.532 0 .296-.16.53-.593.53h-1l1.432 2.274h1.186s-.976-1.532-.963-1.532c.592-.136.975-.556.975-1.297m-5.57-1.433h1.037v4.262H5.497Zm-3.323 0L0 14.137h1.173l.346-.716h1.754l-.432-.902h-.877l.642-1.31h.013l1.457 2.928h1.198L3.1 9.863Zm12.685 2.05c.334-.185.507-.469.507-.901 0-.692-.519-1.149-1.371-1.149H11.56v4.262h2.52c.877 0 1.458-.47 1.458-1.199a1.02 1.02 0 0 0-.68-1.013m-2.26-1.148h1.383c.21 0 .37.16.37.37s-.16.37-.37.37H12.6zm1.42 2.47H12.6v-.864h1.42a.433.433 0 1 1 0 .864m4.805-.988c0 .642-.296 1-.889 1-.58 0-.877-.358-.877-1V9.863h-1.062v2.31c0 1.322.692 2.05 1.951 2.05s1.952-.728 1.952-2.05v-2.31h-1.062v2.384zm3.842-.68c-.988-.234-1.198-.259-1.198-.543 0-.222.247-.32.667-.32.556 0 1.136.135 1.47.345l.333-.865c-.445-.247-1.062-.407-1.803-.407-1.1 0-1.717.543-1.717 1.284 0 .79.457 1.112 1.52 1.334.827.186 1 .297 1 .531 0 .247-.223.359-.68.359-.654 0-1.235-.161-1.704-.42l-.321.914c.518.271 1.284.444 2.05.444 1.075 0 1.717-.494 1.717-1.334.012-.679-.42-1.111-1.334-1.321"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/airbyte.svg b/mkdocs-material/material/templates/.icons/simple/airbyte.svg new file mode 100644 index 0000000..d1860ca --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/airbyte.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.308 2.914C10.876.027 15.128-.819 18.624.848c4.644 2.21 6.339 7.846 3.809 12.194l-5.687 9.77a2.4 2.4 0 0 1-1.455 1.107 2.42 2.42 0 0 1-1.818-.236l6.887-11.832c1.835-3.155.608-7.243-2.758-8.854-2.528-1.208-5.613-.604-7.482 1.473a6.3 6.3 0 0 0-1.628 4.145 6.32 6.32 0 0 0 2.103 4.773l-4.021 6.919c-.157.273-.365.51-.617.699a2.4 2.4 0 0 1-.838.411 2.416 2.416 0 0 1-1.815-.237l4.364-7.513A8.6 8.6 0 0 1 6.34 10.7l-2.675 4.612a2.403 2.403 0 0 1-3.271.87L7.31 4.284c.29-.487.622-.948.998-1.37m7.983 3.784c1.666.956 2.242 3.081 1.277 4.734L10.936 22.81a2.4 2.4 0 0 1-1.455 1.109 2.4 2.4 0 0 1-1.816-.237l6.159-10.596a3.4 3.4 0 0 1-1.365-.61 3.4 3.4 0 0 1-.981-1.122 3.44 3.44 0 0 1-.194-2.898 3.466 3.466 0 0 1 2.097-2.026 3.498 3.498 0 0 1 2.91.268m-2.412 2.139a1.1 1.1 0 0 0-.426.933 1.09 1.09 0 0 0 .739.959 1.1 1.1 0 0 0 1.176-.314 1.078 1.078 0 0 0 .158-1.196 1.09 1.09 0 0 0-.839-.596 1.08 1.08 0 0 0-.808.214"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/aircall.svg b/mkdocs-material/material/templates/.icons/simple/aircall.svg new file mode 100644 index 0000000..0cb3a9a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/aircall.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.451 5.906a6.98 6.98 0 0 0-5.375-5.39C16.727.204 14.508 0 12 0S7.273.204 5.924.516a6.98 6.98 0 0 0-5.375 5.39C.237 7.26.034 9.485.034 12s.203 4.74.515 6.094a6.98 6.98 0 0 0 5.375 5.39C7.273 23.796 9.492 24 12 24s4.727-.204 6.076-.516a6.98 6.98 0 0 0 5.375-5.39c.311-1.354.515-3.578.515-6.094 0-2.515-.203-4.74-.515-6.094m-5.873 12.396-.003.001c-.428.152-1.165.283-2.102.377l-.147.014a.44.44 0 0 1-.45-.271 1.82 1.82 0 0 0-1.296-1.074c-.351-.081-.928-.134-1.58-.134s-1.229.053-1.58.134a1.82 1.82 0 0 0-1.291 1.062.47.47 0 0 1-.471.281l-.129-.012c-.938-.094-1.676-.224-2.105-.377l-.003-.001a.76.76 0 0 1-.492-.713q.001-.049.005-.098c.073-.979.666-3.272 1.552-5.89C8.5 8.609 9.559 6.187 10.037 5.714a1 1 0 0 1 .404-.26l.004-.002c.314-.106.892-.178 1.554-.178.663 0 1.241.071 1.554.178l.005.002a1 1 0 0 1 .405.26c.478.472 1.537 2.895 2.549 5.887.886 2.617 1.479 4.91 1.552 5.89q.004.049.005.098a.76.76 0 0 1-.491.713"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/aircanada.svg b/mkdocs-material/material/templates/.icons/simple/aircanada.svg new file mode 100644 index 0000000..4c183d2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/aircanada.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.394 16.958c0-.789.338-.902 1.127-.451a54 54 0 0 0 2.704 1.465c0-.45.451-.789 1.24-.564s1.577.338 1.577.338-.45-1.014-.676-1.464c-.338-.789 0-1.24.338-1.352 0 0-.45-.338-.789-.564-.676-.45-.563-1.014.113-1.24.902-.45 2.141-.9 2.141-.9-.338-.226-.789-.79-.338-1.578.45-.676 1.24-1.69 1.24-1.69H18.93c-.79 0-1.015-.676-1.015-1.127 0 0-1.239.901-2.14 1.465-.79.563-1.465 0-1.352-.902a37 37 0 0 0 .338-2.93c-.451.451-1.24.339-1.69-.337-.564-1.127-1.127-2.48-1.127-2.48S11.38 4 10.817 5.128c-.338.676-1.127.788-1.578.45a37 37 0 0 0 .338 2.93c.113.789-.563 1.352-1.352.789-.901-.564-2.253-1.465-2.253-1.465 0 .45-.226 1.014-1.014 1.127H2.817s.789 1.014 1.24 1.69 0 1.352-.339 1.577c0 0 1.127.564 2.141.902.676.338.902.788.113 1.24-.226.225-.789.563-.789.563.45.112.789.563.45 1.352-.225.45-.675 1.464-.675 1.464s.788-.225 1.577-.338c.789-.225 1.127.226 1.24.564 0 0 1.352-.789 2.704-1.465.676-.45 1.127-.225 1.127.45v1.916c0 1.127-.226 2.254-.564 2.93-5.07-.564-9.352-4.62-9.352-10.028 0-5.521 4.62-10.029 10.366-10.029 5.747 0 10.367 4.508 10.367 10.029 0 5.183-4.057 9.464-9.24 10.028v1.352C19.268 22.592 24 17.746 24 11.775 24 5.352 18.592.282 11.944.282 5.408.282 0 5.352 0 11.662c0 5.521 4.169 10.14 9.69 11.155.902.225 1.465.338 2.028.901.564-1.126.676-3.38.676-4.62Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/airchina.svg b/mkdocs-material/material/templates/.icons/simple/airchina.svg new file mode 100644 index 0000000..5e30e67 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/airchina.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.75 23.377c3.431.96 7.361-1.449 7.361-5.442v-4.713c0-1.377 1.147-3.19 3.212-3.19 2.17 0 3.201 1.949 3.201 3.19 0 .792-.313 2.377-1.804 2.377-1.188 0-1.95-1.21-1.574-2.2-.083.333.093.657.449.657.343 0 .532-.324.468-.73 0-.083-.104-.834-.939-.834-.698 0-.927.636-.927.948v4.193c0 4.483-4.88 7.798-9.447 5.744M3.508 19.99s2.303 2.336 5.338.573c2.012-1.167 2.075-3.598 2.075-3.598v-5.431s-.084-2.722 2.366-4.672c1.711-1.345 3.296-1.252 4.39-1.387 2.806-.344 4.057-2.116 4.057-2.116.031.302-.272 3.555-3.785 4.483-.72.188-4.578-.187-4.578 4.275v5.38c0 1.126-.27 3.118-2.377 4.526-2.169 1.439-5.683 1.21-7.486-2.033M1.047 8.759H3.85c0-.5.428-1.471 1.523-1.471.427 0 .5.095 1.052-.02.72-.24 1.043-.657 1.19-.99 0 0 .28 1.187-.845 1.813-.637.345-1.616.074-1.616.074s-.792-.115-.897.593c.449 0 1.147.449 1.147 1.22v6.528c0 .469.375.96.949.96a.95.95 0 0 0 .949-.96v-4.578c0-6.757 5.255-9.56 8.31-9.79 2.533-.188 4.244.04 7.34-2.138 0 0-.97 3.796-5.358 4.703-.804.166-3.224-.115-5.497 2.252-1.803 1.877-1.99 3.608-1.99 5.891v4.035c0 1.762-1.419 3.545-3.587 3.545-2.096 0-3.566-1.668-3.566-3.545v-6.85c0-.563-.406-1.074-1.054-1.074h-.854Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/airfrance.svg b/mkdocs-material/material/templates/.icons/simple/airfrance.svg new file mode 100644 index 0000000..861c318 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/airfrance.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.776 3.9 5.184 16.332C4.051 17.969 2.208 19.548 0 19.721v.379h9.552c2.544 0 4.397-1.656 5.616-3.48L24 3.9Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/airindia.svg b/mkdocs-material/material/templates/.icons/simple/airindia.svg new file mode 100644 index 0000000..e8882b8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/airindia.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.483.001C6.247.043 4.102 1.018 2.092 2.898c.141-.065-.545.44-1.637 1.676.013.006-.009.017-.013.025 0 0 .014.037.14-.064.75-.61 3.198-2.893 9.86.101a277 277 0 0 0 6.42 2.78s1.027 3.236 2.207 6.637c2.398 6.89-.087 9.135-.76 9.82-.102.114-.064.127-.064.127a16.8 16.8 0 0 0 2.385-2.08c1.624-1.637 2.588-3.428 2.855-5.344.254-1.878-.203-3.5-.584-4.566-.266-.75-.481-1.346-.672-1.88-.862-2.423-1.028-2.867-1.625-5.29l-.203-.8c-.023-.003.009-.016.014-.025l-.787-.254c-2.386-.774-2.804-.964-5.165-2.017-.52-.229-1.103-.496-1.826-.813-.85-.368-2.146-.875-3.707-.926a8 8 0 0 0-.447-.004"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/airplayaudio.svg b/mkdocs-material/material/templates/.icons/simple/airplayaudio.svg new file mode 100644 index 0000000..7d563eb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/airplayaudio.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.908.183a12 12 0 0 0-8.044 3.172c-4.882 4.475-5.166 12.08-.692 16.962.204.244.448.447.692.692a.315.315 0 0 0 .408-.04l.53-.61a.32.32 0 0 0 0-.448C.53 15.965.243 9.253 4.23 4.982S14.889.427 19.16 4.414s4.555 10.655.568 14.927c-.203.203-.365.407-.568.57a.32.32 0 0 0 0 .447l.53.611a.37.37 0 0 0 .446.04c4.882-4.516 5.166-12.081.692-16.962a11.98 11.98 0 0 0-8.92-3.864m.387 3.518A8.6 8.6 0 0 0 6.143 6c-3.458 3.213-3.66 8.623-.447 12.08.122.123.243.285.406.407a.32.32 0 0 0 .447 0l.53-.61a.32.32 0 0 0 0-.446A7.26 7.26 0 0 1 4.8 12.183c0-3.946 3.212-7.16 7.158-7.16s7.16 3.253 7.16 7.199a7.2 7.2 0 0 1-2.238 5.209.32.32 0 0 0 0 .447l.529.61c.122.121.325.162.447.04a8.6 8.6 0 0 0 .408-12.122 8.5 8.5 0 0 0-5.97-2.705zm-.266 3.316A5.2 5.2 0 0 0 8.34 8.48c-2.075 1.993-2.115 5.247-.122 7.322l.121.123a.32.32 0 0 0 .447 0l.53-.611a.32.32 0 0 0 0-.448 3.81 3.81 0 0 1-1.098-2.683 3.73 3.73 0 0 1 3.742-3.742 3.73 3.73 0 0 1 3.742 3.742c0 1.017-.406 1.951-1.139 2.683a.32.32 0 0 0 0 .448l.53.61a.32.32 0 0 0 .447 0 5.19 5.19 0 0 0 .123-7.321 5.13 5.13 0 0 0-3.633-1.586zm.006 7.744a.6.6 0 0 0-.402.146l-.04.041-7.159 8.055a.506.506 0 0 0 .041.69.44.44 0 0 0 .283.124h14.36a.495.495 0 0 0 .489-.488.46.46 0 0 0-.121-.326l-7.08-8.055a.5.5 0 0 0-.37-.187z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/airplayvideo.svg b/mkdocs-material/material/templates/.icons/simple/airplayvideo.svg new file mode 100644 index 0000000..48348cc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/airplayvideo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.412 1.32c-1.178 0-1.584.122-2.031.366A2.45 2.45 0 0 0 .365 2.7C.122 3.148 0 3.553 0 4.771v9.137c0 1.178.122 1.585.365 2.031.244.447.57.772 1.016 1.016.406.244.813.365 2.031.365h2.72l1.138-1.34H3.006a1.8 1.8 0 0 1-1.016-.164c-.203-.08-.366-.283-.488-.486-.122-.325-.203-.65-.162-1.016V4.406c-.04-.325 0-.69.162-1.015.081-.203.285-.365.488-.487.325-.122.65-.204 1.016-.164h17.867c.325-.04.69.002 1.016.164.203.082.364.284.486.487.122.324.203.65.162 1.015v9.95c.04.324 0 .69-.162 1.015-.081.203-.283.365-.486.486-.325.122-.65.203-1.016.163h-4.264l1.137 1.341 2.803-.04c1.218 0 1.623-.122 2.07-.366a2.45 2.45 0 0 0 1.016-1.016c.243-.406.365-.813.365-2.03V4.77c0-1.218-.122-1.623-.365-2.07a2.45 2.45 0 0 0-1.016-1.015c-.447-.244-.852-.366-2.07-.366H3.412zm8.451 12.198a.5.5 0 0 0-.37.187l-7.106 8.162a.47.47 0 0 0-.123.326.47.47 0 0 0 .488.487h14.293c.122 0 .245-.04.326-.121.203-.163.204-.489.041-.692l-7.107-8.162-.041-.04a.6.6 0 0 0-.4-.147z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/airtable.svg b/mkdocs-material/material/templates/.icons/simple/airtable.svg new file mode 100644 index 0000000..e7ab041 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/airtable.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.992 1.966c-.434 0-.87.086-1.28.257L1.779 5.917c-.503.208-.49.908.012 1.116l8.982 3.558a3.27 3.27 0 0 0 2.454 0l8.982-3.558c.503-.196.503-.908.012-1.116l-8.957-3.694a3.3 3.3 0 0 0-1.272-.257M23.4 8.056a.6.6 0 0 0-.222.045l-10.012 3.877a.61.61 0 0 0-.38.564v8.896a.6.6 0 0 0 .821.552L23.62 18.1a.58.58 0 0 0 .38-.551V8.653a.6.6 0 0 0-.6-.596zM.676 8.095a.64.64 0 0 0-.48.19C.086 8.396 0 8.53 0 8.69v8.355c0 .442.515.737.908.54l6.27-3.006.307-.147 2.969-1.436c.466-.22.43-.908-.061-1.092L.883 8.138a.6.6 0 0 0-.207-.044z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/airtel.svg b/mkdocs-material/material/templates/.icons/simple/airtel.svg new file mode 100644 index 0000000..e766c32 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/airtel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.137 23.862c.79 0 1.708-.19 2.751-.554 1.55-.538 2.784-1.281 3.986-2.009l.316-.205a30 30 0 0 0 3.764-2.72 16.57 16.57 0 0 0 5.457-7.529c.395-1.138.949-3.384.268-5.487a7.12 7.12 0 0 0-2.862-3.749c-.158-.126-1.898-1.47-5.203-1.47-3.005 0-6.31 1.107-9.806 3.32l-.11.08-.317.205a20 20 0 0 0-2.309 1.693C1.585 6.813-.091 9.106.004 11.067c.031.79.427 1.534 1.075 2.008a3.47 3.47 0 0 0 2.214.68c1.803 0 3.765-.948 5.109-1.74l.253-.157.696-.443.237-.158c1.898-1.234 3.875-2.515 6.105-3.258a5.3 5.3 0 0 1 1.55-.285 3 3 0 0 1 .664.08 2.11 2.11 0 0 1 1.47 1.106c.523 1.012.396 2.61-.316 4.08a17.9 17.9 0 0 1-4.887 5.836 19.5 19.5 0 0 1-3.194 2.215l-.095.031a9.6 9.6 0 0 1-1.471.696l-.08.032-.41.158c-2.23.57-.87-1.329-.87-1.329.474-.537.98-1.028 1.518-1.502.316-.269.633-.554.933-.854l.064-.063c.395-.38.933-.902.901-1.645-.047-.98-1.075-1.582-2.056-1.613h-.063c-.95 0-1.819.522-2.404.98a7.3 7.3 0 0 0-1.598 1.74c-.6.901-1.85 3.226-.632 5.077.49.743 1.313 1.123 2.42 1.123"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/airtransat.svg b/mkdocs-material/material/templates/.icons/simple/airtransat.svg new file mode 100644 index 0000000..337a731 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/airtransat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.611 0c-2.931.916-5.68 3.434-8.474 6.137C5.564 6.32 1.672 7.74 1.26 7.969c4.122 2.152 5.129 3.115 5.129 3.115s-1.374 3.938-1.649 6.457c.916-2.244 2.702-5.312 3.801-6.777-1.511-1.237-4.35-2.565-4.35-2.565s2.244-.962 6.733-1.191c0 0 1.878-3.619 6.687-7.008m-2.244 3.344c-.412.87-1.146 2.793-1.283 4.213 3.16.229 5.312.963 5.312.963s-3.205 1.19-4.992 2.609c.32.779 1.055 3.07 1.467 4.855-.687-.64-2.748-2.336-4.26-3.252C9.596 13.511 4.1 18.962 1.031 24c1.328-1.374 5.267-5.817 10.58-9.023 1.1.64 6.137 3.939 6.137 3.939s-1.1-5.862-1.512-7.236c1.558-1.054 4.214-2.52 6.733-3.3-3.527-1.419-7.832-1.784-7.832-1.784s-.09-1.1.23-3.252"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ajv.svg b/mkdocs-material/material/templates/.icons/simple/ajv.svg new file mode 100644 index 0000000..01930a8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ajv.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.705 4.718a980 980 0 0 1 1.211 3.19l2.962 7.886c.198.526-.054 1.17-.583 1.366-.311.116-.655.06-.926-.11l-1.454 1.418c.81.775 1.985 1.034 3.116.614 1.602-.593 2.387-2.416 1.79-4.008L10.984 4.718zm4.153.013 4.57 11.72 1.924.008L24 4.783l-2.404-.011-3.193 8.832-3.141-8.861zm-8.309.013L0 16.421l2.354.01 1.092-2.91 4.112.019 1.08 2.92 2.355.012L6.572 4.754zm.999 2.592L7.15 11.94l-3.316-.016z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/akamai.svg b/mkdocs-material/material/templates/.icons/simple/akamai.svg new file mode 100644 index 0000000..071211c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/akamai.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.055 0C6.384 0 .96 5.38.96 12.008S6.37 24 13.055 24c.617 0 .645-.357.086-.53-4.935-1.506-8.535-6.068-8.535-11.462 0-5.466 3.672-10.07 8.693-11.52.516-.143.373-.488-.244-.488m2.324 1.822a9.52 9.52 0 0 0-9.525 9.526c0 1.219.228 2.381.644 3.443.172.459.445.458.402.014a11 11 0 0 1-.056-.975 9.52 9.52 0 0 1 9.525-9.525c4.978 0 6.47 2.223 6.656 2.08.201-.158-1.807-4.563-7.646-4.563m.469 4.07a8.73 8.73 0 0 0-5.104 1.856c-.258.2-.157.328.145.2 2.467-1.077 5.58-1.105 8.637-.044 2.05.718 3.24 1.737 3.341 1.694.158-.072-1.191-2.223-3.644-3.141a8.8 8.8 0 0 0-3.375-.564"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/akaunting.svg b/mkdocs-material/material/templates/.icons/simple/akaunting.svg new file mode 100644 index 0000000..411fa79 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/akaunting.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.146 18.673a7.35 7.35 0 0 1-3.148.704 7.34 7.34 0 0 1-4.538-1.561l-3.013 3.511A11.96 11.96 0 0 0 11.998 24c1.913 0 3.721-.448 5.326-1.244zm4.229 2.792V24h4.623V12c0-6.627-5.372-12-12-12C5.473 0 .165 5.208.002 11.693h4.626a7.377 7.377 0 1 1 11.034 6.711l2.177 4.081a12 12 0 0 0 1.536-1.02M7.016 17.44a7.35 7.35 0 0 1-2.389-5.165H.002a11.97 11.97 0 0 0 4.002 8.675z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/akiflow.svg b/mkdocs-material/material/templates/.icons/simple/akiflow.svg new file mode 100644 index 0000000..b8295ca --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/akiflow.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.425 5.2 5.457 18h5.795l.948-2.99.947 2.99h5.795L14.974 5.2Zm.836.8h4.124l3.472 11.2h-4.124l-1.152-3.632Zm-.543.957 2.063 6.728-1.113 3.515H6.543ZM12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0m0 .8C18.186.8 23.2 5.813 23.2 12S18.186 23.2 12 23.2.8 18.186.8 12 5.814.8 12 .8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/alacritty.svg b/mkdocs-material/material/templates/.icons/simple/alacritty.svg new file mode 100644 index 0000000..6923529 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/alacritty.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10.065 0-8.57 21.269H5.09L12 5.025l6.91 16.244h3.594L13.934 0zM12 9.935 9.702 15.5c1.475 4.54 1.475 4.54 2.298 8.5.823-3.96.823-3.96 2.297-8.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/alamy.svg b/mkdocs-material/material/templates/.icons/simple/alamy.svg new file mode 100644 index 0000000..6d6382b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/alamy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12m.058-18.533c2.515 0 3.482 1.404 3.482 3.959v7.04c0 .78 0 1.21.193 1.872H13.47c-.406-.331-.503-1.072-.503-1.423-.464 1.111-1.102 1.618-2.224 1.618-1.354 0-2.476-1.014-2.476-3.257 0-2.626 1.618-3.566 2.956-4.343.937-.545 1.736-1.009 1.744-1.917 0-.858-.29-1.15-.909-1.15-.696 0-.987.468-.987 1.56v.429H8.5v-.37c0-2.614 1.006-4.018 3.559-4.018Zm-.213 10.667c.6 0 .948-.526 1.122-.8v-3.393c-.209.345-.544.621-.887.904-.608.5-1.24 1.023-1.24 1.983 0 .838.367 1.306 1.005 1.306"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/albertheijn.svg b/mkdocs-material/material/templates/.icons/simple/albertheijn.svg new file mode 100644 index 0000000..c06b93e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/albertheijn.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.652 0c-.354.002-.714.09-1.047.276L4.475 5.924c-.456.26-.881.716-1.075 1.362l-2.718 9.44c-.326 1.13.311 2.314 1.423 2.646l15.968 4.542c1.111.33 2.277-.318 2.603-1.448l2.641-9.258c.172-.543.076-1.213-.192-1.737L17.59 1.162A2.19 2.19 0 0 0 15.652 0M12.97 6.373s-.008 4.23 0 4.225c.899-1.295 1.712-2.577 3.234-2.577 1.684-.001 2.597 1.409 2.602 2.595l-.007 7.596h-1.891l-.009-7.19c0-.988-.793-.986-.804-.986-.64 0-1.816 1.605-3.125 3.386v4.793l-1.913.002-.002-2.219S9.79 18.217 7.897 18.22c-2.148 0-2.877-1.476-2.882-5.015-.004-3.37.474-5.175 2.777-5.177 1.751-.001 3.256 2.55 3.256 2.55V8.963zm-5.15 3.658c-.88 0-.957.93-.954 3.17.003 2.242.124 3.115.95 3.115 1.124-.001 2.895-2.86 2.895-2.86S8.955 10.03 7.82 10.03z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/alby.svg b/mkdocs-material/material/templates/.icons/simple/alby.svg new file mode 100644 index 0000000..baba0dd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/alby.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.08 9.322c-3.77 0-6.96 2.33-8.05 5.57-.36 1.04.25 2.13 1.27 2.55 2.15.87 4.46 1.32 6.78 1.32s4.62-.45 6.78-1.32c1.02-.42 1.63-1.51 1.27-2.55-1.09-3.24-4.29-5.57-8.05-5.57m-2.92 6.61c-1.09 0-1.97-.7-1.97-1.57s.89-1.57 1.97-1.57 1.97.7 1.97 1.57-.88 1.57-1.97 1.57m5.63 0c-1.08 0-1.96-.7-1.96-1.57s.87-1.57 1.96-1.57 1.97.7 1.97 1.57-.88 1.57-1.97 1.57m4.79-8.14.91-.91c.75.42 1.67.4 2.4-.06 1.11-.69 1.44-2.14.75-3.25a2.355 2.355 0 0 0-3.25-.75 2.36 2.36 0 0 0-.76 3.25l-.92.92c-1.87-1.53-4.15-2.44-6.63-2.44s-4.81.93-6.7 2.5l-1-1c.45-.74.46-1.66.03-2.41a2.357 2.357 0 0 0-3.22-.87 2.36 2.36 0 0 0-.88 3.22 2.37 2.37 0 0 0 3.23.88l.98.98c-1.93 1.94-3.3 4.61-3.83 7.6-.28 1.66.57 3.29 2.09 3.99 2.92 1.39 6.11 2.11 9.34 2.1 3.2 0 6.36-.7 9.25-2.06a3.7 3.7 0 0 0 2.16-3.37c0-.2-.01-.41-.05-.62-.54-3.04-1.93-5.75-3.9-7.7m1.29 10.63a20.4 20.4 0 0 1-8.75 1.95c-3.06.01-6.08-.67-8.83-1.99a2.504 2.504 0 0 1-1.44-2.7c1.03-5.76 5.28-9.94 10.23-9.94s9.22 4.2 10.24 9.97c.19 1.12-.4 2.22-1.45 2.71"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/alchemy.svg b/mkdocs-material/material/templates/.icons/simple/alchemy.svg new file mode 100644 index 0000000..184a83f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/alchemy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.006 1.764a.44.44 0 0 0-.215.054.4.4 0 0 0-.156.152L9.36 5.835a.8.8 0 0 0-.113.416c0 .146.039.29.113.416l4.951 8.412a.84.84 0 0 0 .313.305.86.86 0 0 0 .424.111h4.549a.44.44 0 0 0 .213-.056.4.4 0 0 0 .154-.153.4.4 0 0 0 .059-.207.4.4 0 0 0-.057-.209L12.37 1.975a.4.4 0 0 0-.154-.153.43.43 0 0 0-.211-.058M8.02 8.506a.43.43 0 0 0-.211.056.4.4 0 0 0-.157.153L.058 21.61a.41.41 0 0 0-.002.418.4.4 0 0 0 .157.152.43.43 0 0 0 .213.057h4.55a.86.86 0 0 0 .424-.112.84.84 0 0 0 .31-.305l4.954-8.412a.8.8 0 0 0 .113-.416.8.8 0 0 0-.113-.418l-2.275-3.86a.4.4 0 0 0-.157-.152.44.44 0 0 0-.213-.056m3.011 8.824a.87.87 0 0 0-.426.112.84.84 0 0 0-.31.304L8.02 21.608a.4.4 0 0 0-.057.209.4.4 0 0 0 .057.207.4.4 0 0 0 .154.154.43.43 0 0 0 .213.055h15.19a.43.43 0 0 0 .212-.055.4.4 0 0 0 .155-.154.4.4 0 0 0 .056-.207.4.4 0 0 0-.056-.21l-2.274-3.86a.84.84 0 0 0-.31-.305.86.86 0 0 0-.424-.112z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/aldinord.svg b/mkdocs-material/material/templates/.icons/simple/aldinord.svg new file mode 100644 index 0000000..4785c18 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/aldinord.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.812 2.057 6.086 13.73c-.349.523-.581.89-.592 1.461-.01.541.128 1.027.395 1.495h1.46a2.1 2.1 0 0 1-.546-1.531c.007-.125.03-.28.067-.405h9.833a2 2 0 0 0-.297-.583H7.145a11 11 0 0 1 .379-.604l.507-.76h7.47l-.408-.614H8.44l6.702-10.132zm-3.502 0L3.092 12.963c-.549.823-.806 1.304-.806 2.068 0 .871.232 1.255.409 1.655h1.153a4 4 0 0 1-.096-.232 3.3 3.3 0 0 1-.233-1.23c.02-.811.302-1.356.772-2.058l7.381-11.109zm6.34 14.629c.338-.352.58-.927.547-1.532-.028-.517-.343-1.026-.72-1.591l-4.234-6.35.648-.974 4.993 7.491c.348.523.58.89.592 1.461a2.83 2.83 0 0 1-.395 1.495h-1.43zm3.508 0c.041-.09.062-.144.094-.23.123-.324.27-.768.26-1.231-.02-.812-.302-1.357-.773-2.059l-5.745-8.58.665-.996 6.25 9.373c.548.824.805 1.303.805 2.068 0 .871-.232 1.255-.409 1.655zm-17.53.457v4.8h18.743v-4.8zm3.588.571h1.672l1.873 3.658H8.104l-.176-.385H6.177L6 21.372H4.343zm3.761 0h1.67v2.601h1.435v1.057H9.977zm3.422 0h2.43c1.002 0 1.814.82 1.814 1.83a1.82 1.82 0 0 1-1.815 1.828h-2.43zm4.614 0h1.644v3.658h-1.644zm-2.974 1.034v1.59h.352c.41 0 .743-.356.743-.795s-.332-.795-.743-.795zm-7.996.465-.374.811h.767zm.84-6.189h7.767l.614.922H7.276c.088-.145.607-.922.607-.922m4.035-10.967L4.488 13.24c-.465.695-.731 1.214-.75 1.99-.01.452.128 1.013.337 1.457h1.576a2.94 2.94 0 0 1-.376-1.497c.012-.615.266-1.01.614-1.531l7.678-11.6zm6.431 14.629a2.94 2.94 0 0 0 .376-1.497c-.012-.615-.266-1.01-.613-1.532l-5.079-7.625.827-1.247 5.652 8.454c.465.695.732 1.214.75 1.99.011.452-.128 1.013-.338 1.457H18.35zM23.429 0H.57v24h22.86zm-.915 23.086H1.486V.914h21.028z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/aldisud.svg b/mkdocs-material/material/templates/.icons/simple/aldisud.svg new file mode 100644 index 0000000..07f3a3b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/aldisud.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.164 10.92c-.243-.558-.558-.655-1.044-.655h-4.368l-.412 1.189a.7.7 0 0 1-.097.243h5.533c.315 0 .582.048.8.315h.049c0 .024-.437-1.02-.461-1.092m-.898-2.135c-.243-.51-.534-.583-1.02-.583h-2.79l-.485 1.432h3.955c.364 0 .631.049.825.315h.049s-.486-1.043-.534-1.164m-.874-2.063c-.267-.534-.534-.582-1.019-.582h-1.238l-.485 1.43h2.403c.34 0 .63.049.825.316h.048c0-.025-.485-1.02-.534-1.165zM9.355 3.519c-.68 0-.97.485-1.238 1.237L5.424 12.74h.68c.679 0 .97-.485 1.237-1.237l2.354-6.94c.194-.607.485-.947.922-.996V3.52zm4.416-.025c-.679 0-.97.486-1.237 1.238l-2.354 6.916c-.194.607-.461.947-.898.995v.049h1.213c.68 0 .971-.486 1.238-1.238l2.354-6.916c.194-.607.485-.946.922-.995v-.049zm-2.208 0c-.68 0-.97.486-1.237 1.238l-2.33 6.94c-.194.607-.461.947-.898.995v.049h1.213c.68 0 .971-.485 1.238-1.238l2.354-6.916c.194-.606.485-.946.922-.995V3.52c-.218-.025-1.213-.025-1.262-.025zm.364 16.842c-.558 0-.655-.243-.655-.825v-.923h.461v1.044c0 .267.024.388.218.388.17 0 .219-.097.219-.388v-1.044h.437v.923c0 .63-.17.825-.68.825m.316-1.917a.217.217 0 0 1-.219-.219c0-.121.097-.242.219-.242.121 0 .218.12.218.242a.217.217 0 0 1-.218.219m-.631 0a.217.217 0 0 1-.219-.219c0-.121.097-.242.219-.242.121 0 .218.12.218.242a.217.217 0 0 1-.218.219m1.31 1.868v-1.699h.485c.607 0 .874.122.874.85s-.267.85-.874.85zm.558-.291c.243 0 .34-.146.34-.558 0-.388-.097-.558-.34-.558h-.097v1.116zm-3.154.34c-.267 0-.461-.049-.559-.073l.073-.316c.17.049.291.073.389.073.12 0 .266-.024.266-.17 0-.097-.12-.17-.242-.242h-.024c-.195-.122-.413-.243-.413-.51 0-.315.218-.485.63-.485.22 0 .34.024.51.073l-.072.29a.9.9 0 0 0-.364-.072c-.146 0-.243.048-.243.17 0 .097.121.17.267.242h.024c.194.122.437.243.437.51 0 .316-.218.51-.68.51zM8.36 17.569c-.049-.194-.121-.534-.17-.68H6.855c-.048.146-.12.486-.17.68H5.497c.51-1.601.728-2.257 1.31-3.688h1.457c.558 1.407.8 2.087 1.31 3.688zm-1.335-1.456h.995c-.145-.485-.412-1.31-.485-1.553-.097.219-.364 1.044-.51 1.553m3.834 1.456c-.63 0-.97-.364-.97-.995v-2.693h1.116v2.475c0 .315.097.388.413.388h1.092l.17.825zm6.334-3.688h1.116v3.688h-1.116zm-4.077 3.688v-3.688h1.53c1.14 0 1.916.46 1.916 1.82 0 1.31-.63 1.868-1.868 1.868zm1.117-.8h.315c.68 0 .946-.316.946-1.068 0-.728-.34-1.02-.995-1.02h-.266zm5.532 4.732c0 .17-.145.29-.29.29H4.55a.295.295 0 0 1-.291-.29V2.475c0-.17.145-.291.291-.291h14.924c.17 0 .291.146.291.291zM4.065 1.626a.383.383 0 0 0-.389.388v19.948c0 .218.17.388.389.388h15.87c.219 0 .389-.17.389-.388V2.014a.383.383 0 0 0-.389-.388zM2.803 0a.81.81 0 0 0-.801.8v22.4c0 .436.364.8.8.8h18.395a.81.81 0 0 0 .801-.8V.8c0-.436-.364-.8-.8-.8zm.704.946h17.01a.54.54 0 0 1 .535.534l-.025 21.04a.54.54 0 0 1-.534.534H3.507a.54.54 0 0 1-.534-.534V1.48a.54.54 0 0 1 .534-.534"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/alfaromeo.svg b/mkdocs-material/material/templates/.icons/simple/alfaromeo.svg new file mode 100644 index 0000000..ce026b7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/alfaromeo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.539 5.405a.216.216 0 1 0 0-.432.216.216 0 1 0 0 .432M4.234 6.981 3.58 8.28l-1.336-.7-.276.551a.4.4 0 0 1 .091-.01c.056 0 .111.011.154.03l1.492.782.887-1.764zm15.722.433.31-.17.51.98.35-.19-.51-.979.297-.16.733 1.409.35-.19-1.014-1.948a.4.4 0 0 1-.165.189l-1.451.787 1.007 1.935.35-.19zm-7.287-2.009a.216.216 0 1 0 0-.432.216.216 0 1 0 0 .432m5.058 1.519.002.003a7.647 7.647 0 0 1-2.58 12.046q-.014.007-.027.013l.002-.001.025-.012a1.286 1.286 0 0 0-.551-2.448l-1.355-.002a.166.166 0 1 1 0-.33h2.288a1.95 1.95 0 0 0 0-3.9h-2.209a.166.166 0 1 1 0-.331l1.686-.002a3.223 3.223 0 0 0 3.223-3.222 3.2 3.2 0 0 0-.53-1.772l-.01-.012a.02.02 0 0 1-.004-.014q.002-.021.024-.023.01-.002.016.007m-3.258 12.318a7.6 7.6 0 0 1-2.46.404 7.6 7.6 0 0 1-3.213-.707v-6.026h2.165a2.4 2.4 0 0 1-.123-.765c0-.403.099-.783.272-1.118H8.796V5.061a7.6 7.6 0 0 1 3.214-.707 7.6 7.6 0 0 1 3.682.944c.156.099.26.273.26.471a.557.557 0 0 1-.557.558h-.952c-.267 0-.414.08-.506.16-.266.23-.175.502-.72.502h-1.501c.203.469.67.807.785.886h1.845a.18.18 0 0 1 .166.112.16.16 0 0 1 .01.097.18.18 0 0 1-.176.148h-1.878a1.67 1.67 0 0 0-.785.966h3.39a.4.4 0 1 1 0 .801h-1.717a2.143 2.143 0 0 0 0 4.286h2.141c.092 0 .166.077.166.168a.164.164 0 0 1-.166.164h-2.193a1.57 1.57 0 1 0 0 3.14l.828.002c.419 0 .764.351.764.767 0 .34-.205.579-.427.716zM6.913 11.03H4.425a7.63 7.63 0 0 1 2.488-4.728zm0 6.669a7.63 7.63 0 0 1-2.495-4.786h2.495zM12.01 3.94a8.06 8.06 0 1 0 0 16.119 8.06 8.06 0 0 0 0-16.12m-.301 2.009h1.902a.144.144 0 0 0 .144-.144.145.145 0 0 0-.144-.144h-1.902a.145.145 0 0 0-.144.144c0 .079.065.144.144.144m.072-.545a.216.216 0 1 0 0-.432.216.216 0 1 0 0 .432m.298 2.652.027-.025-.027-.026c-.42-.306-.607-.685-.72-.978-.077-.202-.165-.368-.292-.49-.132-.125-.229-.192-.42-.192a1 1 0 0 0-.23.03l-.045.01.028.053c.042.078.12.224.258.265a.1.1 0 0 0 .035.005l.034-.002.026-.002q.013.001.012.002c.148.085.226.716.226 1.03q0 .08-.072.079a.25.25 0 0 1-.153-.064.47.47 0 0 0-.347-.146c-.223 0-.458.15-.468.4v.051c.01.25.245.4.468.4.136 0 .26-.052.347-.145a.25.25 0 0 1 .153-.064q.073-.001.072.077c0 .315-.078.946-.226 1.031q0 .001-.012.002l-.026-.002-.034-.002a.1.1 0 0 0-.035.005c-.137.042-.216.187-.258.265l-.028.053.045.011a1 1 0 0 0 .23.029c.191 0 .288-.067.42-.193.127-.121.215-.287.292-.489.113-.293.3-.672.72-.978M2.64 10.18l-.123.803-.7-.528zm-1.275.637a.3.3 0 0 1 .097-.02.25.25 0 0 1 .124.032l.003.002 1.526 1.174.078-.51-.31-.234.185-1.224.364-.122.078-.509-2.031.683zM12 23.52C5.638 23.52.48 18.362.48 12S5.638.48 12 .48 23.52 5.638 23.52 12 18.362 23.52 12 23.52M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0m2.668 2.643c.079-.23.274-.357.55-.357q.174 0 .364.069c.44.158.65.475.535.808-.08.231-.276.359-.551.359q-.175 0-.367-.07c-.438-.157-.647-.475-.531-.809m.392 1.217q.294.106.576.106c.476 0 .84-.234.975-.624a.92.92 0 0 0-.122-.828c-.165-.247-.438-.448-.768-.566a1.7 1.7 0 0 0-.568-.103c-.48 0-.845.231-.98.62-.191.555.181 1.142.887 1.395m3.094.16-.183 1.455.023.021 1.393-.326-.766 1.037.376.35 1.162-1.533-.432-.402-1.215.272.148-1.267-.452-.421-.056-.052a.37.37 0 0 1-.094.234l-1.205 1.17.378.353zm3.625 7.48a1 1 0 0 1-.092.009c-.301 0-.532-.263-.602-.685-.078-.468.093-.808.437-.868a1 1 0 0 1 .09-.007c.296 0 .532.268.6.683.079.468-.092.81-.433.869m.849-.941c-.113-.674-.543-1.144-1.046-1.144a1 1 0 0 0-.148.012c-.568.1-.89.717-.764 1.47.114.685.534 1.146 1.045 1.146a1 1 0 0 0 .151-.013c.567-.099.887-.717.762-1.471M12.432 1.727c.162 0 .271.116.273.288.001.174-.104.283-.276.285l-.989.008-.005-.572zM10.937 3.25l.511-.004-.004-.532.857-.008.375.53.57-.006-.431-.57.053-.025c.218-.105.342-.323.34-.598-.004-.435-.29-.716-.729-.716l-1.559.014h-.09c.054.065.088.15.093.222zm-3.384.324-.705.405-.022-.877zm-1.165-.421v.003l.034 1.927.447-.257-.01-.388 1.073-.618.322.21.446-.257-1.8-1.164-.64.366a.25.25 0 0 1 .128.178m-2.64 2.422 1.21 1.16.35-.38-.446-.428.744-.808-.288-.277-.745.808-.344-.33 1.072-1.163-.289-.277-1.486 1.613a.4.4 0 0 1 .22.08z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/alfred.svg b/mkdocs-material/material/templates/.icons/simple/alfred.svg new file mode 100644 index 0000000..a8a5649 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/alfred.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 15.902c0-1.142 1.133-2.184 3-2.977v-1.827c0-4.142 4.029-7.5 9-7.5s9 3.358 9 7.5v1.827c1.867.793 3 1.835 3 2.977 0 2.485-5.373 4.5-12 4.5s-12-2.015-12-4.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/algolia.svg b/mkdocs-material/material/templates/.icons/simple/algolia.svg new file mode 100644 index 0000000..32d2692 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/algolia.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.445 0 .103 5.285.01 11.817c-.097 6.634 5.285 12.131 11.92 12.17a11.9 11.9 0 0 0 5.775-1.443.28.28 0 0 0 .052-.457l-1.122-.994a.79.79 0 0 0-.833-.14 9.7 9.7 0 0 1-3.923.77c-5.36-.067-9.692-4.527-9.607-9.888.084-5.293 4.417-9.573 9.73-9.573h9.73v17.296l-5.522-4.907a.407.407 0 0 0-.596.063 4.52 4.52 0 0 1-3.934 1.793 4.54 4.54 0 0 1-4.192-4.168A4.53 4.53 0 0 1 12 7.467a4.53 4.53 0 0 1 4.509 4.126c.018.205.11.397.265.533l1.438 1.275a.28.28 0 0 0 .462-.158 6.8 6.8 0 0 0 .099-1.725c-.232-3.376-2.966-6.092-6.345-6.3-3.873-.24-7.11 2.79-7.214 6.588-.1 3.7 2.933 6.892 6.634 6.974a6.75 6.75 0 0 0 4.136-1.294l7.212 6.394a.48.48 0 0 0 .797-.36V.456A.456.456 0 0 0 23.54 0Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/algorand.svg b/mkdocs-material/material/templates/.icons/simple/algorand.svg new file mode 100644 index 0000000..3551062 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/algorand.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.874 0h3.673l1.61 5.963h3.789l-2.588 4.5 3.624 13.533h-3.757l-2.44-9.077-5.247 9.079H8.345l8.107-14.051-1.304-4.878L4.215 24H.018Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/alibabacloud.svg b/mkdocs-material/material/templates/.icons/simple/alibabacloud.svg new file mode 100644 index 0000000..183419f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/alibabacloud.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.996 4.517h5.291L8.01 6.324 4.153 7.506a1.67 1.67 0 0 0-1.165 1.601v5.786a1.67 1.67 0 0 0 1.165 1.6l3.857 1.183 1.277 1.807H3.996A3.996 3.996 0 0 1 0 15.487V8.513a3.996 3.996 0 0 1 3.996-3.996m16.008 0h-5.291l1.277 1.807 3.857 1.182c.715.227 1.17.889 1.165 1.601v5.786a1.67 1.67 0 0 1-1.165 1.6l-3.857 1.183-1.277 1.807h5.291A3.996 3.996 0 0 0 24 15.487V8.513a3.996 3.996 0 0 0-3.996-3.996m-4.007 8.345H8.002v-1.804h7.995Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/alibabadotcom.svg b/mkdocs-material/material/templates/.icons/simple/alibabadotcom.svg new file mode 100644 index 0000000..3c921ba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/alibabadotcom.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.391 16.22c-.963.044-.865-.459-.302-1.234 1.32-1.768 3.82-4.236 3.906-5.982.151-2.283-2.143-3.026-4.501-3.004-1.645.022-3.344.492-4.501.906C5 8.315 2.489 10.576.909 13.076-.768 15.554-.216 17.923 3.322 18c2.716-.109 4.48-.862 6.32-1.802.01 0-5.086 1.453-6.958.383l-.008-.002c-.193-.11-.404-.264-.457-.683-.012-.885 1.46-1.802 2.283-2.097v-1.533a5.4 5.4 0 0 0 1.955.366 5.38 5.38 0 0 0 3.472-1.265c.037.13.056.278.044.447h.371c.048-.394-.172-.706-.172-.706-.333-.529-.915-.52-.915-.52s.315.137.529.466a4.95 4.95 0 0 1-4.665.932l1.21-1.2-.336-.874c2.435-.852 4.48-1.507 7.812-2.085l-.746-.624.389-.24c2.01.568 3.325.985 3.253 2.051a2.7 2.7 0 0 1-.202.611c-.584 1.158-2.326 3.09-3.029 3.898-.465.535-.92 1.06-1.245 1.562-.335.503-.54.971-.551 1.42.043 3.504 10.334-1.64 12.324-3.003-2.943 1.266-6.113 2.489-9.609 2.718"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/alienware.svg b/mkdocs-material/material/templates/.icons/simple/alienware.svg new file mode 100644 index 0000000..0c46701 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/alienware.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.382 9.405c-.065-.648-.13-1.362-.26-2.01-.13-.65-.259-1.298-.518-1.946-.13-.325-.26-.649-.39-.908-.13-.325-.324-.584-.454-.909-.194-.259-.389-.583-.583-.843a3.7 3.7 0 0 0-.714-.713A9.5 9.5 0 0 0 15.906.973a6.6 6.6 0 0 0-1.88-.713C13.375.065 12.727 0 12.013 0c-.713 0-1.362.065-2.01.26-.649.13-1.233.389-1.817.713-.648.324-1.167.714-1.686 1.168-.26.194-.454.454-.714.713l-.583.778c-.13.325-.325.584-.454.909l-.39.973c-.194.648-.389 1.297-.519 1.946-.13.648-.194 1.297-.259 2.01-.065.714 0 1.298 0 1.946 0 .649.065 1.297.195 2.011l.194.973c.065.324.195.649.324.973.454 1.232 1.168 2.4 1.881 3.503.39.584.779 1.102 1.168 1.621.39.52.778 1.103 1.233 1.557.194.26.454.454.713.714.26.194.52.389.843.583.26.195.584.325.908.454.13.065.325.13.454.13.195 0 .325.065.52.065.194 0 .324 0 .518-.065.195 0 .325-.065.454-.13.325-.13.649-.26.908-.454.26-.194.584-.389.844-.583.26-.195.519-.454.713-.714.454-.519.843-1.038 1.233-1.557.389-.519.778-1.102 1.167-1.621.714-1.103 1.427-2.27 1.881-3.503.13-.324.26-.649.325-.973s.194-.649.194-.973c.13-.649.195-1.297.195-2.01 0-.65 0-1.363-.065-2.012m-15.568 2.66s3.698.843 6.098 5.838c-.065 0-6.422-.13-6.098-5.838m8.368 5.838c2.335-4.995 6.097-5.838 6.097-5.838.325 5.708-6.097 5.838-6.097 5.838"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/aliexpress.svg b/mkdocs-material/material/templates/.icons/simple/aliexpress.svg new file mode 100644 index 0000000..d46fa08 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/aliexpress.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.166 9.096a.02.02 0 0 0-.022.021c0 .396-.32.717-.713.717a.02.02 0 0 0-.021.022c0 .012.01.021.021.021.394 0 .713.322.713.718q.002.02.022.021c.011 0 .021-.01.021-.021A.717.717 0 0 1 5.9 9.88a.021.021 0 0 0 0-.043.716.716 0 0 1-.713-.718v-.002a.02.02 0 0 0-.006-.015.02.02 0 0 0-.015-.006m-3.693.526L0 13.462h.48l.355-.922h1.782l.354.922h.481L1.98 9.622zm2.264.002v3.838h.491V9.624zm2.375 0v3.838h2.413v-.502H6.613v-1.19H8.19v-.477H6.613v-1.166h1.773v-.502zm-4.386.592.698 1.82H1.028zm14.689.402a1.47 1.47 0 0 0-.966.366V10.7h-.491v2.763h.49c.002-.477 0-.955.002-1.433a.97.97 0 0 1 .965-.918zm4.18.007q-.079 0-.158.01c-.315.031-.606.175-.753.377a.7.7 0 0 0-.14.465c.007.2.066.357.233.496.184.147.42.2.657.259.311.067.426.095.546.186.08.07.133.127.136.27 0 .25-.221.372-.42.41a.89.89 0 0 1-.894-.344l-.371.288c.33.382.777.505 1.09.5.54-.01.891-.217 1.029-.534.066-.153.063-.309.063-.38a.68.68 0 0 0-.267-.545c-.228-.177-.583-.228-.636-.242-.437-.078-.658-.196-.697-.341-.043-.192.102-.35.297-.411a.76.76 0 0 1 .857.277l.367-.247a1.17 1.17 0 0 0-.939-.494m2.387 0q-.079 0-.157.01c-.316.031-.607.175-.753.377a.7.7 0 0 0-.14.465c.006.2.065.357.233.496.183.147.42.2.657.259.31.067.426.095.545.186.081.07.134.127.136.27.001.25-.221.372-.42.41a.89.89 0 0 1-.894-.344l-.371.288c.33.382.777.505 1.09.5.541-.01.891-.217 1.03-.534.065-.153.062-.309.062-.38a.68.68 0 0 0-.267-.545c-.227-.177-.583-.228-.636-.242-.437-.078-.658-.196-.696-.341-.043-.192.101-.35.297-.411a.76.76 0 0 1 .857.277l.367-.247a1.17 1.17 0 0 0-.94-.494m-9.84.002a1.46 1.46 0 0 0-1.42 1.117 1.3 1.3 0 0 0-.041.327v2.833h.491v-1.813c.17.18.487.42.96.454a1.45 1.45 0 0 0 1.208-.627 1.457 1.457 0 0 0-1.199-2.292zm4.804 0a1.448 1.448 0 0 0-1.288 2.08c.255.53.811.87 1.412.833a1.45 1.45 0 0 0 1.012-.51l-.363-.291a.97.97 0 0 1-1.106.273 1.01 1.01 0 0 1-.602-.69h2.239l.002-.427a1.295 1.295 0 0 0-1.306-1.268m-9.2.08 1.062 1.377-1.062 1.378h.581l.779-1.01.778 1.01h.581l-1.062-1.378 1.062-1.378h-.581l-.778 1.01-.779-1.01zm-3.825.015v2.74h.49v-2.74zm8.233.37a.96.96 0 0 1 .95.993.963.963 0 0 1-.863.998.96.96 0 0 1-1.034-.739c-.074-.382 0-.746.307-1.019a.96.96 0 0 1 .64-.233m4.79.015a.823.823 0 0 1 .819.755h-1.76a.964.964 0 0 1 .94-.755z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/alipay.svg b/mkdocs-material/material/templates/.icons/simple/alipay.svg new file mode 100644 index 0000000..61562be --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/alipay.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.695 15.07c3.426 1.158 4.203 1.22 4.203 1.22V3.846c0-2.124-1.705-3.845-3.81-3.845H3.914C1.808.001.102 1.722.102 3.846v16.31c0 2.123 1.706 3.845 3.813 3.845h16.173c2.105 0 3.81-1.722 3.81-3.845v-.157s-6.19-2.602-9.315-4.119c-2.096 2.602-4.8 4.181-7.607 4.181-4.75 0-6.361-4.19-4.112-6.949.49-.602 1.324-1.175 2.617-1.497 2.025-.502 5.247.313 8.266 1.317a16.8 16.8 0 0 0 1.341-3.302H5.781v-.952h4.799V6.975H4.77v-.953h5.81V3.591s0-.409.411-.409h2.347v2.84h5.744v.951h-5.744v1.704h4.69a19.5 19.5 0 0 1-1.986 5.06c1.424.52 2.702 1.011 3.654 1.333m-13.81-2.032c-.596.06-1.71.325-2.321.869-1.83 1.608-.735 4.55 2.968 4.55 2.151 0 4.301-1.388 5.99-3.61-2.403-1.182-4.438-2.028-6.637-1.809"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/allegro.svg b/mkdocs-material/material/templates/.icons/simple/allegro.svg new file mode 100644 index 0000000..aafc5c1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/allegro.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.59 7.981a.124.124 0 0 0-.122.124v5.917a.124.124 0 0 0 .124.124h.72a.124.124 0 0 0 .124-.124h-.002V8.105a.124.124 0 0 0-.124-.124Zm1.691 0a.124.124 0 0 0-.124.124v5.917a.124.124 0 0 0 .124.124h.72a.124.124 0 0 0 .123-.124V8.105a.124.124 0 0 0-.122-.124Zm12.667 1.776a1.87 1.87 0 0 0-1.317.532 1.67 1.67 0 0 0-.531 1.254v2.48a.124.124 0 0 0 .123.123h.72a.124.124 0 0 0 .124-.124v-2.427c0-.752.5-1.113 1.314-.946a.13.13 0 0 0 .168-.142v-.495c0-.13-.014-.18-.1-.208a3 3 0 0 0-.501-.047m-4.626 0a2.2 2.2 0 0 0-1.732.849 2.355 2.355 0 0 0 0 2.678 2.13 2.13 0 0 0 1.732.849 2.2 2.2 0 0 0 1.234-.372v.53c0 .717-.627.848-1.03.873a5 5 0 0 1-.826-.045c-.11-.017-.188 0-.188.119v.636a.11.11 0 0 0 .114.103c.933.08 1.56.064 2.032-.206a1.54 1.54 0 0 0 .69-.875 3 3 0 0 0 .117-.874v-2.077h.002a2.25 2.25 0 0 0-.412-1.34 2.2 2.2 0 0 0-1.733-.848m-12.255.002a2.9 2.9 0 0 0-1.465.39.09.09 0 0 0-.045.08l.038.63a.112.112 0 0 0 .185.065c.627-.387 1.38-.459 1.764-.265a.67.67 0 0 1 .335.605v.092H1.832c-.45 0-1.83.167-1.83 1.434v.014a1.23 1.23 0 0 0 .45 1.017 1.77 1.77 0 0 0 1.118.32h2.118a.124.124 0 0 0 .124-.125v-2.51l-.002.004c0-.57-.127-1.004-.402-1.303-.274-.3-.827-.45-1.34-.45zm7.707 0c-1.28 0-1.84.858-2.02 1.585a2.4 2.4 0 0 0-.074.6 2.28 2.28 0 0 0 .412 1.338 2.2 2.2 0 0 0 1.733.85c.691.024 1.153-.093 1.506-.294a.2.2 0 0 0 .084-.212v-.558c0-.114-.069-.167-.167-.098a2.2 2.2 0 0 1-1.393.334 1.14 1.14 0 0 1-1.118-1.016h2.845a.117.117 0 0 0 .117-.116c.05-.778-.175-2.413-1.925-2.413m12.08 0a2.2 2.2 0 0 0-1.731.848 2.28 2.28 0 0 0-.412 1.34 2.28 2.28 0 0 0 .412 1.339 2.193 2.193 0 0 0 3.465 0 2.28 2.28 0 0 0 .412-1.34 2.28 2.28 0 0 0-.412-1.339 2.2 2.2 0 0 0-1.733-.848Zm-7.532.833c1.157 0 1.196 1.18 1.196 1.351s-.039 1.351-1.196 1.351c-.517 0-.89-.378-1.047-.849a1.55 1.55 0 0 1 0-1.004c.157-.47.53-.849 1.047-.849m-4.546.004a.86.86 0 0 1 .91.922H8.754a.97.97 0 0 1 1.024-.922zm12.078 0c.515-.012.89.378 1.048.848a1.55 1.55 0 0 1 0 1.003v.002c-.158.47-.531.837-1.048.848-.518.012-.89-.378-1.047-.848a1.55 1.55 0 0 1 0-1.005c.158-.47.53-.837 1.047-.848M1.89 12.121h.99v1.246H1.63a.77.77 0 0 1-.444-.156.49.49 0 0 1-.21-.412c0-.226.153-.678.914-.678"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/alliedmodders.svg b/mkdocs-material/material/templates/.icons/simple/alliedmodders.svg new file mode 100644 index 0000000..bd314a6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/alliedmodders.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.588 1.077A.615.615 0 0 0 0 1.69v20.617c0 .34.275.615.615.615h8.309c.34 0 .615-.275.615-.615v-1.746l.647 1.94a.615.615 0 0 0 .584.421h6.77a.615.615 0 0 0 .585-.427l.035-.11c.04.307.3.537.61.537h4.615c.34 0 .615-.275.615-.615V8.153a.615.615 0 0 0-.447-.592l-4.307-1.23a.615.615 0 0 0-.744.37l-1.887 4.907v-5.55a.615.615 0 0 0-.443-.593l-3.385-.98a.615.615 0 0 0-.787.59v6.15l-2.809-7.48a.62.62 0 0 0-.408-.375l-8-2.272a.6.6 0 0 0-.195-.021m.027.613 8 2.272 4 10.652v-9.54L16 6.058v8.865l3.076-8 4.309 1.231v14.154H18.77v-2.463h1.845v-7.076l-3.076 9.54h-6.77L6.155 8.46v11.078h2.77v2.77H.615zm.615.816V21.69h7.08v-1.537H6.154a.615.615 0 0 1-.615-.615V8.46c.002-.698.979-.855 1.2-.194l4.474 13.424h5.877l2.94-9.111c.215-.668 1.201-.513 1.2.19v7.075c0 .34-.275.615-.615.616h-1.23v1.23h3.385V8.616l-3.32-.947-2.876 7.474c-.245.635-1.188.46-1.19-.22V6.52l-2.154-.625v8.719c0 .685-.95.857-1.19.217L8.147 4.467zm5.54 9.747 2.224 6.67c-.734-.01-1.485 0-2.224 0zM20 16.683v2.546h-.822Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/allocine.svg b/mkdocs-material/material/templates/.icons/simple/allocine.svg new file mode 100644 index 0000000..e59b4b1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/allocine.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.434.001a1 1 0 0 0-.164.008l-3.423.543a2.635 2.635 0 0 1-2.189 3.01 2.63 2.63 0 0 1-3.01-2.185l-3.417.538a.82.82 0 0 0-.677.931l3.24 20.467a.82.82 0 0 0 .931.677l3.423-.543a2.635 2.635 0 0 1 2.189-3.01 2.63 2.63 0 0 1 3.01 2.185l3.422-.543a.82.82 0 0 0 .677-.93L17.2.685A.816.816 0 0 0 16.433 0zm-3.22 6.534q.1 0 .185.017c.423.09.975.6 1.315.955.178.187.192.519.048.73l-1.228 1.795a.9.9 0 0 1-.437.283c-.504.125-1.248-.95-1.771 1.507-.524 2.458.59 1.776 1.003 2.098a.83.83 0 0 1 .283.437l.394 2.14a.61.61 0 0 1-.341.649c-.456.182-1.167.427-1.589.336-.907-.192-2.342-2.4-1.57-6.044.725-3.415 2.71-4.89 3.708-4.903"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/alltrails.svg b/mkdocs-material/material/templates/.icons/simple/alltrails.svg new file mode 100644 index 0000000..f4ceb9d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/alltrails.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.441 8.451c-.653-1.247-1.158-1.841-1.813-1.841-.731 0-1.053.387-1.494 1.079-.357.464-.7 1.1-1.273 1.036-.604-.063-.954-1.491-1.41-2.686-.625-1.63-.985-3.322-2.024-3.322-.593 0-1.111.54-1.915 1.747l-8.301 12.73c-.954 1.593-1.753 2.704-.742 3.748 1.187 1.142 3.975-.857 5.883-2.063 1.908-1.205 3.859-2.38 6.615-2.316 3.71.085 5.512 3.808 7.76 4.516 1.526.487 2.926-.074 3.223-1.65.174-.866-.129-1.707-.547-2.604zm-.254 7.467c-.753.56-1.803-.339-2.481-.72-.72-.401-1.94-1.364-4.124-1.332-1.78.021-2.745.687-3.805 1.407-2.3 1.565-4.379 3.384-4.972 2.443-.382-.603.646-1.809 3.063-5.574 1.718-2.676 2.927-4.813 3.785-4.813.948 0 1 .93 1.145 1.883.272 1.518 1.014 2.308 1.978 2.433 1.08.146 2.014-.76 2.756-.751.693.014 1.15 1.018 1.722 2.065.725 1.301 1.482 2.546.933 2.959"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/almalinux.svg b/mkdocs-material/material/templates/.icons/simple/almalinux.svg new file mode 100644 index 0000000..76359f9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/almalinux.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.994 15.133c.079 1.061-.668 1.927-1.69 2.005a1.8 1.8 0 0 1-1.928-1.651c-.078-1.062.63-1.849 1.691-1.967 1.023-.078 1.849.59 1.927 1.613m-12.623 4.955c-.944 0-1.73.786-1.73 1.809 0 1.14.747 1.848 1.887 1.848.904-.04 1.691-.865 1.691-1.809 0-.983-.904-1.848-1.848-1.848m1.061-9.675c-.039-.865-.078-1.73.08-2.556.156-.944.314-1.887.904-2.674.707-.983 1.809-.944 2.399.118.314.511.432 1.062.471 1.652 0 .354.158.432.472.393.944-.157 1.888-.157 2.792.197.118.039.236.118.394 0 .314-.276.393-1.652.196-2.006-.354-.63-.904-.55-1.455-.55-.629.039-1.18-.158-1.612-.67-.393-.471-.511-1.06-.59-1.65-.04-.276-.079-.512-.315-.709-.55-.55-1.809-.432-2.477.118-2.556 2.045-2.989 5.467-1.534 8.18.04.118.118.236.275.157m7.984 3.658c.354-.511.865-.747 1.415-.983a.97.97 0 0 0 .59-.472c.354-.669-.078-1.81-.747-2.36-2.595-2.006-5.938-1.612-8.18.433-.118.078-.157.196-.078.314.786-.236 1.612-.472 2.477-.51.905-.08 1.848-.158 2.753.235 1.14.472 1.337 1.534.472 2.36-.393.393-.905.668-1.455.825-.315.08-.354.236-.236.551.354.865.59 1.77.472 2.753-.04.157-.079.275.078.393.354.236 1.691 0 1.967-.275.511-.472.314-1.023.196-1.534-.157-.63-.078-1.219.276-1.73m-7.197-2.045c-.118-.079-.197-.118-.315 0 .472.708.905 1.455 1.259 2.241.314.866.668 1.73.55 2.714-.118 1.18-1.1 1.69-2.123 1.101-.511-.275-.905-.669-1.22-1.14-.196-.276-.393-.276-.629-.08-.747.63-1.533 1.102-2.516 1.26-.158 0-.315 0-.394.157-.118.393.472 1.612.826 1.809.59.354 1.062 0 1.534-.276.55-.314 1.101-.432 1.73-.236.59.197.983.63 1.337 1.102.158.196.315.353.63.432.747.197 1.77-.59 2.084-1.376 1.18-3.028-.157-6.135-2.753-7.708m-2.556 2.438c.472-.669.826-1.416.983-2.202-.157-.04-.197.04-.315.078-.904.944-1.848 1.849-3.067 2.478-.472.236-.983.433-1.534.433-.865 0-1.376-.551-1.298-1.416a2.92 2.92 0 0 1 .787-1.849c.236-.275.236-.432-.04-.668-.786-.55-1.494-1.22-1.848-2.124-.078-.275-.275-.275-.51-.157a4 4 0 0 0-.434.236c-1.022.63-1.14 1.416-.275 2.28.63.63.944 1.338.708 2.203-.118.433-.354.747-.63 1.101a.95.95 0 0 0-.235.787c.079.747.826 1.494 1.73 1.573 2.517.236 4.562-.63 5.978-2.753m-4.68-5.152c1.376 1.18 3.067 1.455 4.837 1.377.157 0 .315 0 .354-.118.04-.197-.157-.197-.275-.236-.826-.354-1.691-.63-2.438-1.14S6.848 8.25 6.534 7.266c-.236-.747.078-1.415.825-1.651.669-.236 1.337-.236 1.967 0 .393.157.55.078.629-.354.118-.747.354-1.455.826-2.085.55-.786.55-.865-.354-1.376-.04 0-.04-.04-.079-.04-.865-.471-1.534-.196-1.848.709-.472 1.376-1.377 1.887-2.832 1.612a4 4 0 0 0-.472-.079c-.747.118-1.18.55-1.297 1.14-.158 1.81.786 3.107 2.084 4.17m-2.32 3.658c-.079-.944-1.023-1.652-2.045-1.534-.905.079-1.691 1.022-1.613 1.966.08.983 1.023 1.77 1.967 1.652 1.14-.079 1.73-1.18 1.69-2.084zm15.18-8.298c.943-.079 1.73-.983 1.651-1.927-.078-.983-1.022-1.77-2.005-1.691-1.023.079-1.73.983-1.652 1.966s.983 1.73 2.006 1.652m-12.27-.826c1.062-.157 1.77-1.023 1.652-2.045C8.107.897 7.163.149 6.18.267c-1.062.118-1.691.944-1.573 2.085.118.865 1.061 1.612 1.966 1.494"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/alpinedotjs.svg b/mkdocs-material/material/templates/.icons/simple/alpinedotjs.svg new file mode 100644 index 0000000..db826ea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/alpinedotjs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m24 12-5.72 5.746-5.724-5.741 5.724-5.75zM5.72 6.254 0 12l5.72 5.746h11.44z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/alpinelinux.svg b/mkdocs-material/material/templates/.icons/simple/alpinelinux.svg new file mode 100644 index 0000000..f78224d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/alpinelinux.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.998 1.607 0 12l5.998 10.393h12.004L24 12 18.002 1.607zM9.965 7.12 12.66 9.9l1.598 1.595.002-.002 2.41 2.363q-.299.208-.563.344a4 4 0 0 1-.496.217 3 3 0 0 1-.425.111q-.196.034-.358.034-.194-.002-.338-.034a1.3 1.3 0 0 1-.24-.072 1 1 0 0 1-.2-.113l-1.062-1.092-3.039-3.041-1.1 1.053-3.07 3.072a1 1 0 0 1-.2.111 1.3 1.3 0 0 1-.237.073 1.7 1.7 0 0 1-.338.033q-.162.001-.358-.031a3 3 0 0 1-.425-.114 4 4 0 0 1-.496-.217 5 5 0 0 1-.563-.343zm4.72.785 4.579 4.598 1.382 1.353a5 5 0 0 1-.564.344 4 4 0 0 1-.494.217 3 3 0 0 1-.426.111q-.196.034-.36.034-.193-.002-.337-.034a1.3 1.3 0 0 1-.385-.146.2.2 0 0 1-.053-.04l-1.232-1.218-2.111-2.111-.334.334L12.79 9.8l1.896-1.897zm-5.966 4.12v2.529a2 2 0 0 1-.356-.035 3 3 0 0 1-.422-.116 4 4 0 0 1-.488-.214 5 5 0 0 1-.555-.34l1.82-1.825Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/alternativeto.svg b/mkdocs-material/material/templates/.icons/simple/alternativeto.svg new file mode 100644 index 0000000..3ca7fd3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/alternativeto.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 .416C18.398.416 23.584 5.602 23.584 12S18.398 23.584 12 23.584.416 18.397.416 12 5.602.416 12 .416M12 0C5.383 0 0 5.383 0 12s5.383 12 12 12 12-5.383 12-12S18.616 0 12 0m6.509 18.136-.056.012q.051.177.094.345l.202.812q.688-.639 1.249-1.394c-.305.036-.618.074-.923.117-.188.026-.372.066-.567.108zm.931-4.295c-3.783-.612-7.762.613-10.989 2.561-.757.457-1.59.91-2.129 1.632-.368.494-.561 1.081-.679 1.68q.464.381.975.704l.002-.099c.013-.41.064-.827.229-1.206.182-.42.478-.679.843-.938.756-.538 1.598-.967 2.412-1.392.055-.03.134-.029.202-.043.015.062.048.125.043.185-.02.283-.014.567-.007.85.022 1.016.088 2.032.157 3.047q.035.525.072 1.049.693.096 1.391.097a9.94 9.94 0 0 0 6.093-2.074l-.425-1.471q-.009-.032-.02-.063l-.064.017c-1.237.343-2.495.826-3.845 1.476l-.036.018c-.059.031-.14.074-.237.074h-.002c-.118 0-.278-.065-.34-.189-.064-.128-.017-.305.064-.398.066-.075.152-.121.22-.158l.038-.02a18.3 18.3 0 0 1 3.913-1.63l-.07-.179c-.101-.26-.205-.53-.32-.789-.148-.333-.317-.666-.48-.988l-.084-.167c-.054-.107-.109-.248-.055-.388a.34.34 0 0 1 .205-.192c.175-.064.436.065.511.214.415.816.77 1.546 1.087 2.23l.029.056.047-.008a9 9 0 0 1 2.342-.229 10 10 0 0 0 .886-1.91c-.545-.699-1.194-1.231-1.98-1.358zm2.428-2.827a8 8 0 0 0-.098-.649q-.046-.24-.096-.478c-.036-.171-.066-.344-.109-.514a9.2 9.2 0 0 0-1.158-2.73 9 9 0 0 0-.867-1.165 10 10 0 0 0-1.026-1.015 10.2 10.2 0 0 0-5.943-2.409 10 10 0 0 0-1.47.013 9.8 9.8 0 0 0-2.922.716 9 9 0 0 0-.709.33q-.164.085-.325.175a10.1 10.1 0 0 0-5.017 7.83c-.05.942.017 1.886.194 2.813h-.001s.191 1.124.298 1.334c.526 1.989 1.443 3.744 2.648 3.419a.167.167 0 0 0 .111-.208q-.003-.011-.008-.021a.95.95 0 0 1-.523-.377c-.666-1.117 2.723-3.509 7.351-5.269 4.252-1.619 8.091-2.144 8.965-1.285.173.141.24.376.168.588a3.03 3.03 0 0 1-.934 1.43.19.19 0 0 0 0 .269.18.18 0 0 0 .244.011 3.54 3.54 0 0 0 1.17-1.682c.028-.085.034-.187.045-.276a3.8 3.8 0 0 0 .011-.851zM6.253 14.668c-.566.402-1.553 1.122-1.967 1.925-.161.31-.312.069-.406-.107a10 10 0 0 1-.541-1.518l-.001-.003c-.066-.241-.282-1.04-.303-1.277l.001-.001a10.8 10.8 0 0 1-.187-2.638 9.35 9.35 0 0 1 4.635-7.227 10 10 0 0 1 .715-.362c.236-.107 1.191-.463.246.375a8.4 8.4 0 0 0-2.727 5.482c-.092 1.076.221 3.091.773 4.57.173.463.031.592-.238.782zM17.46 9.7a.44.44 0 0 1-.296.193c-1.068.149-2.12.398-3.14.745a.45.45 0 0 1-.356-.044.44.44 0 0 1-.203-.295l-.08-.369a.2.2 0 0 1 .114-.227 12.6 12.6 0 0 1 3.736-.863.19.19 0 0 1 .198.157l.084.354c.03.119.01.246-.057.349m2.032-1.876a.166.166 0 0 1-.183.106c-2.948-.438-7.069 1.073-7.069 1.073a17.7 17.7 0 0 0-4.049 1.912.493.493 0 0 1-.754-.319 8 8 0 0 1-.131-1.14 5.8 5.8 0 0 1 .575-3.012q.04-.078.087-.154a.1.1 0 0 1 .018-.037l.015-.025.035-.06.017-.027c1.429-2.34 4.636-3.273 7.197-2.511a7.43 7.43 0 0 1 3.335 2.123c.141.165 1.09 1.485.907 2.071m-1.533-1.599-.002.005a4 4 0 0 0-1.907-1.67 5.84 5.84 0 0 0-2.824-.43 3.8 3.8 0 0 0-1 .22.14.14 0 0 0-.097.148.135.135 0 0 0 .132.117 8.3 8.3 0 0 1 2.177.058c2.651.53 3.5 1.806 3.593 1.856.027.013.058-.013.045-.039a3 3 0 0 0-.117-.265"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/alteryx.svg b/mkdocs-material/material/templates/.icons/simple/alteryx.svg new file mode 100644 index 0000000..ddff753 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/alteryx.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m2.312 13.2-.014.01-.014.008a1.8 1.8 0 0 1-.943.293C.886 13.5.72 13.34.71 12.9c.01-.504.178-.66.747-.695l.785-.037.035-.002h.034zm1.429.248a.185.185 0 0 0-.182-.137.4.4 0 0 0-.072.009c-.121.03-.189.038-.282.045-.178.008-.21-.061-.22-.26v-2.732a.24.24 0 0 0-.088-.164l-.017-.012q-.008-.007-.02-.014c-.148-.087-.394-.157-.604-.21l-.015-.005a3.4 3.4 0 0 0-1.158-.072c-.12.012-.442.065-.55.102-.032.01-.133.059-.137.155.002.05.058.21.058.21.037.111.076.138.146.153.057.006.18-.02.261-.033a2.7 2.7 0 0 1 .922-.032c.357.055.494.165.494.165v1.06l-.031.001-.762.02c-1.02.032-1.49.436-1.484 1.25-.001.37.115.667.335.858.205.18.506.276.868.276h.001a1.73 1.73 0 0 0 1.122-.404l.033-.026.017.038a.61.61 0 0 0 .423.355 1.2 1.2 0 0 0 .412.031c.117-.016.271-.037.443-.118.095-.045.162-.1.157-.2a2 2 0 0 0-.07-.309m11.261.614h-.37a.18.18 0 0 1-.135-.051q-.044-.051-.043-.146v-3.51q-.004-.099.048-.146.044-.044.132-.043h.335c.063 0 .105.013.138.04s.051.075.05.13l.004.094.003.079.053-.058a1.1 1.1 0 0 1 1.048-.347c.07.013.096.083.09.12q0 .027-.002.046l-.056.354a.116.116 0 0 1-.107.107 1 1 0 0 1-.095-.01c-.04-.006-.085-.014-.165-.014-.26 0-.549.171-.742.438l-.006.008v2.712q0 .09-.045.142a.17.17 0 0 1-.135.055m-2.287-2.375h-1.702c.024-.858.351-1.21.89-1.21.524 0 .82.288.82.961 0 .053 0 .187-.008.25zm-.796-1.756c-.953 0-1.67.663-1.67 2.17 0 1.382.647 2.06 1.865 2.06.193 0 .422-.022.64-.067q.053-.01.105-.023a2.5 2.5 0 0 0 .33-.12c.076-.029.135-.088.139-.161a3 3 0 0 0-.08-.33c-.03-.073-.096-.119-.163-.115-.023 0-.35.071-.37.077a2.4 2.4 0 0 1-.586.077c-.866 0-1.124-.414-1.124-1.266v-.062h2.27a.14.14 0 0 0 .128-.125l.002-.03c.008-.148.013-.305.013-.43 0-1.047-.508-1.655-1.5-1.655zm5.371 5.712h-.025c-.134 0-.244-.01-.352-.031-.067-.012-.092-.099-.078-.217 0 0 .008-.126.027-.215.017-.09.06-.132.108-.132h.014l.037.002c.021.001.052.005.081.008.066.007.133.014.186.014.442-.005.681-.167.85-.577l.204-.498.02-.053.007-.022-.007-.023-1.363-3.604a.1.1 0 0 1-.008-.047.1.1 0 0 1 .02-.06.1.1 0 0 1 .065-.027h.517c.075 0 .13.04.147.098l.898 2.58.06.174.061-.173.927-2.562a.15.15 0 0 1 .146-.118h.004l.014.001h.428q.052 0 .078.021a.07.07 0 0 1 .024.055.2.2 0 0 1-.013.066l-1.525 4.09c-.332.911-.752 1.25-1.552 1.25m6.143-1.59a.22.22 0 0 1-.204-.118l-.814-1.258-.029-.042-.027.042-.814 1.256a.23.23 0 0 1-.206.12l-.013-.002h-.435a.13.13 0 0 1-.083-.024.1.1 0 0 1-.034-.079c0-.036.013-.074.034-.105l1.178-1.789.014-.018-.014-.018-1.086-1.674a.15.15 0 0 1-.027-.082c0-.07.064-.113.126-.113h.408c.089 0 .158.038.188.098l.764 1.16.027.04.026-.04.76-1.153a.2.2 0 0 1 .184-.105h.419c.06 0 .127.043.127.113q0 .037-.03.08l-1.085 1.676-.013.018.013.018 1.175 1.785a.2.2 0 0 1 .038.108.1.1 0 0 1-.033.08.14.14 0 0 1-.085.024h-.433zm-17.643.01c-.192 0-.377-.031-.538-.09a.8.8 0 0 1-.347-.216c-.232-.255-.252-.572-.255-.99v-4q.001-.036.025-.065a1.2 1.2 0 0 1 .527-.34q.018-.006.033-.005a.14.14 0 0 1 .099.04q.048.05.047.14v4.255c.002.221.055.397.152.507.083.092.218.138.389.138q.062 0 .144-.01a2 2 0 0 0 .324-.078.2.2 0 0 1 .063-.013c.068 0 .127.048.15.119 0 0 .06.204.068.3.005.084-.07.14-.139.164a2.2 2.2 0 0 1-.742.144m3.737-.61c-.022-.072-.081-.12-.151-.12a.2.2 0 0 0-.063.013 1.7 1.7 0 0 1-.45.088l-.018.002q-.265-.001-.392-.14c-.08-.087-.136-.23-.14-.495v-.014l.021-2.106h.862a.2.2 0 0 0 .12-.033c.043-.034.05-.09.048-.12v-.265q.001-.085-.048-.124a.2.2 0 0 0-.113-.03h-.869V8.798q0-.092-.047-.141a.15.15 0 0 0-.099-.04q-.014-.001-.036.005c-.05.019-.186.066-.334.17a1.3 1.3 0 0 0-.156.137.1.1 0 0 0-.023.063l-.02 1.103h-.446a.17.17 0 0 0-.124.047.18.18 0 0 0-.042.128v.242c0 .053-.001.098.039.142.046.042.09.039.142.04h.418l-.04 1.982.001.085c.002.42.022.738.255.995.178.194.503.305.89.307.349 0 .62-.093.745-.144.066-.028.141-.082.138-.165 0-.079-.068-.301-.068-.301"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/altiumdesigner.svg b/mkdocs-material/material/templates/.icons/simple/altiumdesigner.svg new file mode 100644 index 0000000..b6e6f47 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/altiumdesigner.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.14 5.876a1 1 0 0 0-.442-.442L9.744.171c-.329-.226-.843-.226-1.203-.01L5.148 2.145a2 2 0 0 0-.144.123 1.1 1.1 0 0 0-.288.72l.01 6.569-.02.215.062.123a.5.5 0 0 0 .195.206.52.52 0 0 0 .555.01L8.859 8.2a.6.6 0 0 0 .175-.175l.082-.165V4.643l2.251 1.326 3.536 2.077a.4.4 0 0 1 .164.185.44.44 0 0 1 .062.226v7.052a.5.5 0 0 1-.072.257c-.041.072-.082.123-.154.154l-4.225 2.488-1.573.925v-3.228l1.953-1.172 1.049-.627.185-.175.021-.051a.54.54 0 0 0 .062-.247V9.999a.5.5 0 0 0-.092-.288l-.062-.123-.144-.072c-.093-.041-.175-.041-.247-.041l-.175.01-6.363 3.865a1.13 1.13 0 0 0-.442.463 1.3 1.3 0 0 0-.144.607v6.559c0 .257.103.514.329.75.082.062.154.113.236.164l3.341 1.943c.186.113.381.164.597.164s.422-.051.596-.164l8.882-5.212c.195-.103.36-.267.442-.432.113-.185.164-.401.164-.617V6.483a1.24 1.24 0 0 0-.153-.607M8.387 7.624 5.447 9.32V2.988c0-.072.031-.154.092-.216l.216-.123 2.632 1.563zm-2.951 6.795q0-.139.062-.278a.4.4 0 0 1 .175-.175l5.973-3.629v3.392l-.956.576-2.313 1.388-2.94 1.778v-3.052zm0 6.559v-2.663l2.94-1.768v3.218l-2.632 1.552-.103-.062c-.051-.031-.093-.051-.103-.062-.061-.071-.102-.143-.102-.215m13.128-3.403a.5.5 0 0 1-.072.257.34.34 0 0 1-.165.154l-8.892 5.222a.405.405 0 0 1-.452 0l-2.508-1.47 4.575-2.693v-.01l4.215-2.478a1 1 0 0 0 .432-.442 1.13 1.13 0 0 0 .175-.606V8.457c0-.216-.062-.421-.165-.596a1.2 1.2 0 0 0-.432-.442l-3.536-2.077-3.352-1.974-1.923-1.141L8.911.788a.45.45 0 0 1 .452 0l8.985 5.294a.32.32 0 0 1 .154.154.5.5 0 0 1 .062.247z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/alwaysdata.svg b/mkdocs-material/material/templates/.icons/simple/alwaysdata.svg new file mode 100644 index 0000000..a0b9096 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/alwaysdata.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.054 15.254a3.235 3.235 0 0 1 0 4.573 3.23 3.23 0 0 1-5.257-3.55l-4.827-7.33a3 3 0 0 1-.765-.007l-4.607 6.201a2.15 2.15 0 0 1-.507 2.218c-.84.841-2.207.84-3.048-.002a2.15 2.15 0 0 1-.428-2.416l-2.002-2.934c-.059.007-.116.018-.177.018a1.436 1.436 0 1 1 1.436-1.436c0 .252-.07.485-.184.69l2.073 2.555a2.14 2.14 0 0 1 1.55-.013l3.857-6.212a2.87 2.87 0 1 1 5.038-.287l5.24 7.004a3.22 3.22 0 0 1 2.608.928z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/alx.svg b/mkdocs-material/material/templates/.icons/simple/alx.svg new file mode 100644 index 0000000..66e01a7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/alx.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m13.732 5.879-2.903 1.299V18.12h2.903zm3.219 1.436c-.361.36-1.59 1.587-1.977 1.978q1.26 1.274 2.527 2.543l-2.529 2.529 1.978 1.978q1.265-1.264 2.529-2.529l2.543 2.529q.99-.988 1.978-1.98-1.271-1.262-2.543-2.527L24 9.293l-1.978-1.978-2.543 2.543zM6.157 9.271v.382C3.256 8.379.002 10.503 0 13.671c.001 3.169 3.256 5.293 6.157 4.018v.431H9.06V9.271zM4.39 11.902c.978 0 1.718.741 1.767 1.674v.19a1.77 1.77 0 0 1-1.767 1.675c-.946 0-1.77-.792-1.77-1.77s.792-1.77 1.77-1.77z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/amazon.svg b/mkdocs-material/material/templates/.icons/simple/amazon.svg new file mode 100644 index 0000000..fe04fa7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/amazon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.045 18.02q.107-.174.348-.022 5.455 3.165 11.87 3.166 4.278-.001 8.447-1.595l.315-.14c.138-.06.234-.1.293-.13.226-.088.39-.046.525.13.12.174.09.336-.12.48-.256.19-.6.41-1.006.654q-1.867 1.113-4.185 1.726a17.6 17.6 0 0 1-10.951-.577 17.9 17.9 0 0 1-5.43-3.35q-.15-.113-.151-.22c0-.047.021-.09.051-.13zm6.565-6.218q0-1.507.743-2.577c.495-.71 1.17-1.25 2.04-1.615.796-.335 1.756-.575 2.912-.72.39-.046 1.033-.103 1.92-.174v-.37c0-.93-.105-1.558-.3-1.875-.302-.43-.78-.65-1.44-.65h-.182c-.48.046-.896.196-1.246.46-.35.27-.575.63-.675 1.096-.06.3-.206.465-.435.51l-2.52-.315c-.248-.06-.372-.18-.372-.39 0-.046.007-.09.022-.15q.372-1.935 1.82-2.88c.976-.616 2.1-.975 3.39-1.05h.54c1.65 0 2.957.434 3.888 1.29.135.15.27.3.405.48.12.165.224.314.283.45.075.134.15.33.195.57.06.254.105.42.135.51.03.104.062.3.076.615.01.313.02.493.02.553v5.28c0 .376.06.72.165 1.036q.157.471.315.674l.51.674q.136.204.136.36 0 .181-.18.314c-1.2 1.05-1.86 1.62-1.963 1.71q-.247.203-.63.045a6 6 0 0 1-.526-.496l-.31-.347a9 9 0 0 1-.317-.42l-.3-.435c-.81.886-1.603 1.44-2.4 1.665-.494.15-1.093.227-1.83.227-1.11 0-2.04-.343-2.76-1.034-.72-.69-1.08-1.665-1.08-2.94l-.05-.076zm3.753-.438q-.001.848.425 1.364c.285.34.675.512 1.155.512.045 0 .106-.007.195-.02.09-.016.134-.023.166-.023.614-.16 1.08-.553 1.424-1.178.165-.28.285-.58.36-.91.09-.32.12-.59.135-.8.015-.195.015-.54.015-1.005v-.54c-.84 0-1.484.06-1.92.18-1.275.36-1.92 1.17-1.92 2.43l-.035-.02zm9.162 7.027c.03-.06.075-.11.132-.17q.544-.365 1.05-.5a8 8 0 0 1 1.612-.24c.14-.012.28 0 .41.03.65.06 1.05.168 1.172.33.063.09.099.228.099.39v.15c0 .51-.149 1.11-.424 1.8q-.418 1.034-1.156 1.68-.11.09-.197.09c-.03 0-.06 0-.09-.012-.09-.044-.107-.12-.064-.24.54-1.26.806-2.143.806-2.64 0-.15-.03-.27-.087-.344-.145-.166-.55-.257-1.224-.257q-.364 0-.87.046c-.363.045-.7.09-1 .135q-.134 0-.18-.044c-.03-.03-.036-.047-.02-.077 0-.017.006-.03.02-.063v-.06z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/amazonalexa.svg b/mkdocs-material/material/templates/.icons/simple/amazonalexa.svg new file mode 100644 index 0000000..3ec36ea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/amazonalexa.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.37 0 0 5.37 0 12c0 6.09 4.53 11.11 10.4 11.9v-2.4a1.59 1.59 0 0 0-1.08-1.53A8.41 8.41 0 0 1 3.6 11.8a8.37 8.37 0 0 1 8.49-8.2 8.4 8.4 0 0 1 8.31 8.71l-.01.07a9 9 0 0 1-.03.38c0 .07-.01.14-.02.2 0 .08-.01.16-.02.23l-.02.1c-1.03 6.78-9.85 10.58-9.9 10.61.52.07 1.06.1 1.6.1 6.63 0 12-5.37 12-12S18.63 0 12 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/amazonapigateway.svg b/mkdocs-material/material/templates/.icons/simple/amazonapigateway.svg new file mode 100644 index 0000000..f2aa974 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/amazonapigateway.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.456 18.7h1.258v-.865H9.456Zm2.115 0h1.286v-.865h-1.286ZM6.43 1.127.857 3.892v17.19l5.572 1.885Zm.857 5.47v11.238H8.57v.865H7.286v4.868a.434.434 0 0 1-.429.432.4.4 0 0 1-.136-.022L.292 21.804a.43.43 0 0 1-.292-.41V3.623c0-.164.093-.315.24-.388L6.668.045a.42.42 0 0 1 .415.02.43.43 0 0 1 .203.367v5.3H8.57v.865ZM13.714 18.7H15v-.865h-1.286Zm.028-12.103H15v-.864h-1.258Zm-2.143 0h1.258v-.864H11.6Zm-2.143 0h1.258v-.864H9.456Zm13.687-2.705L17.57 1.127v21.84l5.572-1.884ZM24 21.394c0 .186-.117.35-.292.41l-6.429 2.174a.43.43 0 0 1-.386-.06.43.43 0 0 1-.179-.35V18.7h-.829v-.865h.83V6.597h-.83v-.864h.83v-5.3c0-.15.076-.289.202-.368a.42.42 0 0 1 .415-.02l6.428 3.19c.147.073.24.224.24.388ZM13.257 9.346l-.8-.31-2.143 5.618.8.31Zm2.903 2.744a.434.434 0 0 0 0-.612L14.446 9.75l-.606.612 1.411 1.423-1.411 1.423.606.611Zm-6.606 1.728L7.84 12.09a.434.434 0 0 1 0-.612L9.554 9.75l.606.612-1.411 1.423 1.411 1.423Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/amazoncloudwatch.svg b/mkdocs-material/material/templates/.icons/simple/amazoncloudwatch.svg new file mode 100644 index 0000000..f062e10 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/amazoncloudwatch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.454 14.905c0-1.676-1.372-3.039-3.059-3.039-1.686 0-3.058 1.363-3.058 3.039 0 1.675 1.372 3.038 3.058 3.038 1.687 0 3.059-1.363 3.059-3.038m.862 0c0 2.147-1.759 3.894-3.92 3.894s-3.92-1.747-3.92-3.894 1.758-3.895 3.92-3.895 3.92 1.747 3.92 3.895m3.617 5.87-3.004-2.688c-.242.34-.523.649-.834.926l2.999 2.687c.256.23.654.208.885-.046a.623.623 0 0 0-.046-.88Zm-7.538-1.206c2.59 0 4.696-2.092 4.696-4.664 0-2.573-2.106-4.665-4.696-4.665s-4.696 2.092-4.696 4.665 2.107 4.664 4.696 4.664m8.224 2.658c-.293.323-.7.487-1.107.487a1.5 1.5 0 0 1-.995-.378l-3.118-2.794a5.54 5.54 0 0 1-3.004.883c-3.064 0-5.557-2.476-5.557-5.52s2.493-5.521 5.557-5.521 5.558 2.477 5.558 5.52c0 .874-.21 1.697-.576 2.432l3.133 2.803c.608.546.657 1.482.11 2.088ZM3.977 7.454q0 .335.04.659a.426.426 0 0 1-.352.473C2.605 8.858.862 9.681.862 12.148c0 1.863 1.034 2.892 1.902 3.427.297.185.647.284 1.017.288l5.195.005v.856l-5.2-.005a2.8 2.8 0 0 1-1.469-.418C1.447 15.77 0 14.524 0 12.148c0-2.864 1.971-3.923 3.129-4.297a6 6 0 0 1-.013-.397c0-2.34 1.598-4.767 3.716-5.645 2.478-1.031 5.104-.52 7.022 1.367a7 7 0 0 1 1.459 2.116 2.8 2.8 0 0 1 1.78-.644c1.287 0 2.735.97 2.993 3.092 1.205.276 3.751 1.24 3.751 4.441 0 1.278-.403 2.333-1.199 3.137l-.614-.6c.632-.638.952-1.491.952-2.537 0-2.8-2.36-3.495-3.374-3.664a.43.43 0 0 1-.353-.496c-.141-1.738-1.18-2.517-2.156-2.517-.616 0-1.193.298-1.584.818a.431.431 0 0 1-.75-.111c-.353-.971-.861-1.788-1.511-2.426-1.663-1.636-3.936-2.079-6.084-1.186-1.787.74-3.187 2.873-3.187 4.855"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/amazoncognito.svg b/mkdocs-material/material/templates/.icons/simple/amazoncognito.svg new file mode 100644 index 0000000..6c2f17a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/amazoncognito.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.127 10.203h5.531v-.85h-5.53zm19.034 6.181.602.601-3.16 3.155a.426.426 0 0 1-.601 0l-1.59-1.587.602-.6 1.289 1.286zm1.958 2.341a4.05 4.05 0 0 1-2.288 3.181c-.688.326-1.45.45-2.211.357a4 4 0 0 1-2.017-.842 4.04 4.04 0 0 1-1.507-3.675 4.06 4.06 0 0 1 2.167-3.12 4 4 0 0 1 2.332-.417 4.04 4.04 0 0 1 3.111 2.18c.369.722.511 1.53.413 2.336m.346-2.721a4.888 4.888 0 0 0-9.214 1.64 4.89 4.89 0 0 0 1.823 4.442 4.88 4.88 0 0 0 5.122.587 4.95 4.95 0 0 0 1.629-1.247 4.9 4.9 0 0 0 1.139-2.599 4.9 4.9 0 0 0-.5-2.823M6.382 12.752h1.701v-.85H6.382zm-4.255 0h3.404v-.85H2.127zM1.76 1.706h19.03c.5 0 .908.496.908 1.105v3.143h-1.276V3.83a.425.425 0 0 0-.426-.425H10.21a.425.425 0 0 0-.425.425v2.124H.85V2.811c0-.6.417-1.105.91-1.105M15.11 5.83c.988 0 1.792.794 1.792 1.77a1.76 1.76 0 0 1-.927 1.547 1.82 1.82 0 0 1-1.733 0 1.76 1.76 0 0 1-.923-1.546c0-.977.803-1.771 1.792-1.771zM.85 15.046V6.804h8.935v7.222c0 .235.19.425.425.425h4.448v-.85h-3.553A3.865 3.865 0 0 1 13.9 9.963a2.88 2.88 0 0 0 2.414 0 3.9 3.9 0 0 1 2.24 1.716l.728-.44a4.76 4.76 0 0 0-2.206-1.9 2.6 2.6 0 0 0 .676-1.737c0-1.445-1.186-2.62-2.643-2.62s-2.642 1.175-2.642 2.62c0 .65.247 1.261.67 1.733a4.7 4.7 0 0 0-2.501 2.481V4.255h8.934v6.797h.851V6.804h1.276v6.372h.852V2.811c0-1.077-.79-1.954-1.76-1.954H1.759C.79.857 0 1.734 0 2.81v12.235C0 16.123.79 17 1.76 17h11.43v-.85H1.759c-.492 0-.908-.506-.908-1.105z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/amazondocumentdb.svg b/mkdocs-material/material/templates/.icons/simple/amazondocumentdb.svg new file mode 100644 index 0000000..b01ddcf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/amazondocumentdb.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.505 21.095.716.463C16.253 23.032 13.095 24 9.39 24c-4.632 0-8.127-1.474-8.127-3.41V3.369C1.263 1.726 4.126 0 9.473 0s8.211 1.726 8.211 3.368v2.906h-.842v-1.39c-1.22 1.01-3.705 1.81-7.368 1.81s-6.148-.8-7.369-1.81v4.8c.337 1.18 3.2 2.358 7.242 2.358q1.095 0 2.106-.126l.126.842q-1.095.126-2.232.126c-3.242 0-5.937-.716-7.242-1.81v4.505c.337 1.137 3.2 2.316 7.242 2.316q1.053 0 2.106-.084l.126.8q-1.137.126-2.232.126c-3.242 0-5.937-.716-7.242-1.81v3.663c0 1.22 2.99 2.568 7.284 2.568 3.79 0 6.442-1.053 7.116-2.063M2.105 3.368c0 1.18 3.032 2.485 7.369 2.485s7.368-1.306 7.368-2.485c0-1.22-3.032-2.526-7.368-2.526S2.105 2.147 2.105 3.368m20.632 7.664v9.094c0 .253-.169.421-.421.421h-8c-.253 0-.421-.168-.421-.42V9.22c0-.21.168-.421.42-.421h4.632l-.715-.842h-5.18V18.02h.422v.842h-.842c-.253 0-.421-.168-.421-.421V7.537c0-.21.168-.421.42-.421h5.811c.126 0 .253.084.295.168L20.042 8.8h.463q.169 0 .295.126l1.81 1.81q.127.127.127.296m-.842.715h-2.106c-.252 0-.42-.168-.42-.42V9.641h-4.632v10.063h7.158zm-2.442.969c.252 0 .463.084.59.252.252.337.21.8.21.969 0 .884.505 1.053.547 1.095.168.042.295.21.295.42a.4.4 0 0 1-.295.38c-.042 0-.547.21-.547 1.094 0 .506-.253 1.053-.8 1.053h-.295v-.842h.21c0-.042.042-.126.042-.21 0-.759.253-1.222.506-1.516-.253-.253-.506-.758-.506-1.516v-.337h-.252v-.842zm.758-1.81h1.347l-1.263-1.264h-.085zm-2.737 1.81h.337v.842h-.253v.21c0 .758-.253 1.221-.548 1.516.295.295.548.758.548 1.516q0 .042-.042.084v.295h.294v.842h-.336c-.21 0-.421-.126-.59-.295-.252-.294-.21-.8-.168-.968-.042-.884-.506-1.053-.59-1.053-.168-.042-.294-.252-.294-.42 0-.17.126-.338.336-.38.042-.042.548-.21.548-1.137-.042-.463.21-1.052.758-1.052"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/amazondynamodb.svg b/mkdocs-material/material/templates/.icons/simple/amazondynamodb.svg new file mode 100644 index 0000000..f8738a2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/amazondynamodb.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.606 20.705v-2.371c-1.263 1.082-3.884 1.795-7.066 1.795-3.184 0-5.805-.714-7.068-1.797v2.369c0 1.168 2.903 2.47 7.068 2.47 4.16 0 7.06-1.3 7.066-2.466m.001-6.765.817-.005v.005c0 .517-.258.998-.75 1.441.601.54.75 1.071.75 1.449a1662 1662 0 0 0 0 3.87c0 1.881-3.389 3.3-7.884 3.3-4.471 0-7.846-1.404-7.88-3.27a583 583 0 0 1-.003-3.909c.001-.375.15-.9.745-1.437-.592-.538-.743-1.062-.746-1.435v-3.892c.002-.377.153-.903.747-1.438-.593-.54-.744-1.062-.747-1.435 0-1.357-.002-2.735.002-3.897C1.674 1.412 5.056 0 9.54 0c2.159 0 4.233.356 5.689.974l-.315.766c-1.36-.58-3.319-.91-5.374-.91-4.165 0-7.067 1.3-7.067 2.47 0 1.168 2.902 2.47 7.067 2.47.115 0 .222 0 .334-.005l.033.828q-.183.008-.367.006c-3.184 0-5.805-.714-7.068-1.798v2.38c.005.45.45.843.821 1.093 1.116.736 3.114 1.239 5.34 1.342l-.037.829c-2.254-.105-4.23-.59-5.5-1.332-.318.245-.623.573-.623.952 0 1.168 2.902 2.47 7.067 2.47q.616 0 1.203-.042l.06.826q-.617.045-1.263.045c-3.184 0-5.805-.713-7.068-1.797v2.368c.005.462.449.855.821 1.104 1.275.842 3.67 1.366 6.247 1.366h.182v.83H9.54c-2.62 0-4.99-.507-6.444-1.359-.317.245-.623.574-.623.954 0 1.168 2.902 2.47 7.067 2.47 4.159 0 7.058-1.298 7.066-2.465v-.007c0-.377-.303-.705-.62-.948a6 6 0 0 1-.662.336l-.316-.764q.451-.192.776-.412c.376-.254.823-.651.823-1.1m4.377-6.915h-2.717a.4.4 0 0 1-.332-.173.42.42 0 0 1-.055-.375l1.204-3.597h-5.403l-2.583 4.974h2.623c.128 0 .248.06.325.164a.42.42 0 0 1 .069.36l-2.249 8.365zm1.249-.128-10.89 11.608a.41.41 0 0 1-.498.075.42.42 0 0 1-.192-.471l2.534-9.426h-2.766a.41.41 0 0 1-.349-.2.42.42 0 0 1-.012-.407l3.014-5.804a.41.41 0 0 1 .36-.222h6.22c.132 0 .256.065.332.174a.42.42 0 0 1 .055.374l-1.204 3.598h3.1c.164 0 .31.099.375.251a.42.42 0 0 1-.08.45zM3.085 20.723a8 8 0 0 0 1.72.72l.233-.794a7.3 7.3 0 0 1-1.546-.645zm1.72-5.984.233-.795a7.3 7.3 0 0 1-1.546-.646l-.407.72a8 8 0 0 0 1.72.72zm-1.72-7.427.407-.719c.418.244.939.462 1.546.646l-.232.794a8 8 0 0 1-1.72-.72Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/amazonec2.svg b/mkdocs-material/material/templates/.icons/simple/amazonec2.svg new file mode 100644 index 0000000..8b7a279 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/amazonec2.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.429 17.571h10.714V6.857H6.429zM18 6.857h1.714v.857H18V9.43h1.714v.857H18v1.285h1.714v.858H18v1.714h1.714V15H18v1.714h1.714v.857H18v.059a.8.8 0 0 1-.799.799h-.058v1.714h-.857v-1.714H14.57v1.714h-.857v-1.714H12.43v1.714h-.858v-1.714H9.857v1.714H9v-1.714H7.286v1.714h-.857v-1.714H6.37a.8.8 0 0 1-.799-.8v-.058H4.286v-.857H5.57V15H4.286v-.857H5.57v-1.714H4.286v-.858H5.57v-1.285H4.286v-.857H5.57V7.714H4.286v-.857H5.57V6.8a.8.8 0 0 1 .8-.799h.058V4.286h.857V6H9V4.286h.857V6h1.714V4.286h.858V6h1.285V4.286h.857V6h1.715V4.286h.857V6h.058a.8.8 0 0 1 .799.799zM12.429 23.09a.054.054 0 0 1-.054.053H.91a.053.053 0 0 1-.053-.053V11.625c0-.03.024-.054.053-.054h2.52v-.857H.91a.91.91 0 0 0-.91.91V23.09c0 .502.408.91.91.91h11.465a.91.91 0 0 0 .91-.91V21h-.856ZM24 .91v11.465a.91.91 0 0 1-.91.91h-2.52v-.856h2.519a.054.054 0 0 0 .053-.054V.91a.053.053 0 0 0-.053-.053H11.625a.053.053 0 0 0-.054.053v2.52h-.857V.91c0-.502.409-.91.91-.91H23.09a.91.91 0 0 1 .91.91"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/amazonecs.svg b/mkdocs-material/material/templates/.icons/simple/amazonecs.svg new file mode 100644 index 0000000..5950fc2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/amazonecs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.895 15.256-3.369-2.021V8.421a.42.42 0 0 0-.209-.364l-4.843-2.825V1.159l8.42 4.976Zm.635-9.724L13.267.06a.422.422 0 0 0-.635.362v5.053c0 .15.08.288.208.363l4.844 2.826v4.81a.42.42 0 0 0 .205.362l4.21 2.526a.42.42 0 0 0 .638-.361V5.895a.42.42 0 0 0-.207-.363M11.977 23.1l-9.872-5.248V6.135l8.421-4.976v4.084L6.09 8.066a.42.42 0 0 0-.195.355v7.158a.42.42 0 0 0 .226.373l5.665 2.948a.42.42 0 0 0 .387 0l5.496-2.84 3.382 2.03zm10.135-5.356-4.21-2.526a.42.42 0 0 0-.411-.013l-5.51 2.847-5.244-2.729v-6.67l4.436-2.824a.42.42 0 0 0 .195-.355V.42a.421.421 0 0 0-.635-.362L1.47 5.532a.42.42 0 0 0-.207.363v12.21c0 .156.086.299.223.372l10.297 5.474a.42.42 0 0 0 .401-.004l9.915-5.473a.422.422 0 0 0 .013-.73"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/amazoneks.svg b/mkdocs-material/material/templates/.icons/simple/amazoneks.svg new file mode 100644 index 0000000..d5dea1d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/amazoneks.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.67 8.505-2.875 3.335 3.128 3.648h-1.168l-2.808-3.277v3.368h-.842V8.421h.842v2.947l2.603-2.863Zm7.225 6.751-3.369-2.021V8.421a.42.42 0 0 0-.209-.364l-4.843-2.825V1.159l8.42 4.976Zm.635-9.724L13.267.06a.422.422 0 0 0-.635.362v5.053c0 .15.08.288.208.363l4.844 2.826v4.81a.42.42 0 0 0 .205.362l4.21 2.526a.42.42 0 0 0 .638-.361V5.895a.42.42 0 0 0-.207-.363M11.977 23.1l-9.872-5.248V6.135l8.421-4.976v4.084L6.09 8.066a.42.42 0 0 0-.195.355v7.158a.42.42 0 0 0 .226.373l5.665 2.948a.42.42 0 0 0 .387 0l5.496-2.84 3.382 2.03Zm10.135-5.356-4.21-2.526a.42.42 0 0 0-.411-.013l-5.51 2.847-5.244-2.729v-6.67l4.436-2.824a.42.42 0 0 0 .195-.355V.42a.421.421 0 0 0-.635-.362L1.47 5.532a.42.42 0 0 0-.207.363v12.21c0 .156.086.299.223.372l10.297 5.474a.42.42 0 0 0 .401-.004l9.915-5.473a.422.422 0 0 0 .013-.73"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/amazonelasticache.svg b/mkdocs-material/material/templates/.icons/simple/amazonelasticache.svg new file mode 100644 index 0000000..dcf58d1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/amazonelasticache.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.714 21.024v-2.508c-1.086.701-3.041 1.033-4.905 1.033-2.031 0-3.615-.355-4.524-.962v2.437c0 .726 1.692 1.476 4.524 1.476 2.89 0 4.905-.778 4.905-1.476m-4.905-5.286c-2.031 0-3.615-.355-4.524-.962v2.447c.014.723 1.703 1.469 4.524 1.469 2.882 0 4.892-.774 4.905-1.47v-2.517c-1.086.702-3.041 1.033-4.905 1.033m4.905-2.327v-2.898c-1.086.701-3.041 1.033-4.905 1.033-2.031 0-3.615-.354-4.524-.962v2.828c.014.723 1.703 1.468 4.524 1.468 2.882 0 4.892-.773 4.905-1.47m-9.43-4.2v.004h.001v.005c.014.723 1.703 1.468 4.524 1.468 3.147 0 4.892-.866 4.905-1.47v-.003l.001-.003c0-.604-1.747-1.477-4.906-1.477-2.833 0-4.525.75-4.525 1.477m10.287.011v4.181h.001v7.621c0 1.603-2.988 2.333-5.763 2.333-3.268 0-5.38-.916-5.38-2.333v-3.796l-.002-.013h.001v-3.798l-.001-.014h.001V9.225l-.001-.013c0-1.418 2.113-2.335 5.382-2.335 2.776 0 5.763.73 5.763 2.335zm6-5.527A.43.43 0 0 0 24 3.266V1.072a.43.43 0 0 0-.429-.429H.428A.43.43 0 0 0 0 1.072v2.194c0 .237.191.429.428.429.523 0 .949.423.949.943s-.426.943-.949.943A.43.43 0 0 0 0 6.009v8.778c0 .237.191.429.428.429h4.286v-.857H2.57v-1.286h2.143v-.857H2.142a.43.43 0 0 0-.428.428v1.715H.857V6.386a1.804 1.804 0 0 0 1.377-1.748c0-.846-.587-1.557-1.377-1.75V1.5h22.286v1.39a1.805 1.805 0 0 0-1.378 1.749c0 .845.588 1.556 1.378 1.748v7.973h-.857v-1.715a.43.43 0 0 0-.429-.428h-2.571v.857h2.142v1.286h-2.142v.857h4.285a.43.43 0 0 0 .429-.429V6.01a.43.43 0 0 0-.429-.428.947.947 0 0 1-.949-.943c0-.52.426-.943.95-.943zM6.857 6.644v-3.43a.43.43 0 0 0-.428-.428H3.857a.43.43 0 0 0-.428.429V10.5c0 .237.191.429.428.429h1.286v-.857h-.857v-6.43H6v3zm12.857 3.429h-.428v.857h.857a.43.43 0 0 0 .428-.429V3.215a.43.43 0 0 0-.428-.429H17.57a.43.43 0 0 0-.428.429v3.429H18v-3h1.714zm-3.428-3.858v-3a.43.43 0 0 0-.43-.429h-3a.43.43 0 0 0-.428.429v2.571h.858V3.643h2.142v2.572zm-5.572-.429V3.643H8.571v2.572h-.857v-3c0-.237.192-.429.429-.429h3c.237 0 .428.192.428.429v2.571z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/amazonfiretv.svg b/mkdocs-material/material/templates/.icons/simple/amazonfiretv.svg new file mode 100644 index 0000000..d478baf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/amazonfiretv.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.196 15.12c.265.337-.294 1.73-.542 2.353-.077.19.085.266.257.123 1.106-.926 1.39-2.867 1.166-3.149-.226-.277-2.16-.516-3.341.314-.183.127-.151.304.05.279.665-.08 2.147-.257 2.41.08m-.858.981c-2.064 1.523-5.056 2.333-7.632 2.333-3.611 0-6.862-1.334-9.322-3.555-.194-.176-.02-.414.21-.28 2.655 1.545 5.939 2.477 9.328 2.477 2.287 0 4.803-.476 7.115-1.458.348-.147.642.231.3.483m2.034-3.155a.4.4 0 0 1-.201-.04q-.063-.038-.133-.225l-1.734-4.355a2 2 0 0 0-.046-.117.3.3 0 0 1-.023-.108q0-.127.146-.128h.58q.146 0 .205.04.06.04.127.226l1.344 3.823 1.343-3.823q.07-.187.128-.226a.4.4 0 0 1 .205-.04h.54q.149.001.148.128a.3.3 0 0 1-.025.108q-.025.06-.044.117l-1.727 4.355q-.068.186-.132.225a.4.4 0 0 1-.201.04zm-3.644.068q-1.393 0-1.392-1.392V8.739h-.706q-.196 0-.197-.196v-.246a.22.22 0 0 1 .045-.147q.044-.048.171-.067l.717-.09.127-1.215q.02-.195.207-.196h.41q.195 0 .196.196v1.196h1.276q.195 0 .195.197v.372q0 .196-.195.196h-1.276v2.834q0 .363.162.51t.555.147q.186 0 .46-.049.148-.03.197-.03.078 0 .108.044.03.045.029.142v.266a.37.37 0 0 1-.04.19q-.039.065-.157.103a3 3 0 0 1-.892.118m-4.665-2.976q.01-.078.011-.255 0-.598-.28-.901-.28-.306-.818-.306-.617 0-.962.369-.343.368-.392 1.093zm-.942 3.07q-1.204 0-1.824-.667-.617-.667-.616-1.972-.001-1.245.616-1.937.619-.69 1.728-.691.93.001 1.432.524.499.526.5 1.487 0 .315-.05.638-.02.116-.064.156t-.142.04h-3.08q.02.844.418 1.245t1.23.403q.295 0 .564-.04a5 5 0 0 0 .682-.166l.117-.035a.3.3 0 0 1 .09-.016q.126 0 .125.177v.276q0 .127-.037.18a.44.44 0 0 1-.167.114 3.4 3.4 0 0 1-.701.205 4.2 4.2 0 0 1-.82.079m-5.424-.147q-.195 0-.195-.197v-4.58q0-.195.195-.195h.432q.097 0 .153.039.054.04.072.146l.07.55q.265-.284.499-.452a1.73 1.73 0 0 1 1.02-.323q.119 0 .235.01.168.02.168.176v.53q.001.176-.178.177-.087 0-.17-.01a2 2 0 0 0-.18-.01q-.786 0-1.346.47v3.472q0 .197-.195.197zm-2.249 0q-.195 0-.196-.197v-4.58q0-.195.196-.195h.579q.195 0 .195.195v4.58q0 .197-.195.197zm.295-5.856q-.285 0-.447-.16a.58.58 0 0 1-.161-.428q0-.264.16-.426.163-.163.448-.163.283 0 .446.163.16.162.16.426a.58.58 0 0 1-.16.427.6.6 0 0 1-.446.161m-3.625 5.856q-.197 0-.197-.197v-4.01H.195Q0 8.754 0 8.557v-.245q0-.098.043-.147.045-.049.173-.07l.705-.087v-.804q0-1.637 1.57-1.638.372 0 .784.109.107.027.152.088.044.058.044.205v.255q.001.186-.148.186-.087 0-.248-.029c-.11-.02-.23-.03-.369-.03q-.45 0-.633.172-.181.173-.181.564v.903h1.324q.197 0 .197.195v.373q0 .196-.197.197H1.892v4.01q0 .197-.196.197Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/amazongames.svg b/mkdocs-material/material/templates/.icons/simple/amazongames.svg new file mode 100644 index 0000000..aa6151f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/amazongames.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.846 11.143c.09-.304.082-.686.082-1.079V7.252c0-.135.033-.52-.02-.6s-.26-.062-.404-.062c-.412 0-.595-.057-.632.336l-.016.01c-.323-.247-.63-.482-1.223-.47l-.197.015a2 2 0 0 0-.336.082 1.62 1.62 0 0 0-.886.89 3 3 0 0 0-.171.607 2 2 0 0 0-.031.62c.03.195.012.365.05.535.145.61.43 1.083.955 1.31a1.67 1.67 0 0 0 .917.114 1.7 1.7 0 0 0 .59-.22l.223-.164h.005a1.9 1.9 0 0 1-.01.556c-.091.526-.246.704-.771.797a1.5 1.5 0 0 1-.446.011l-.435-.057-.638-.154a.14.14 0 0 0-.103.088 3.3 3.3 0 0 0 .02.643c.073.122.31.17.457.218.494.157 1.292.233 1.828.047.613-.21 1-.624 1.192-1.26zM2.756 8.1v1.445a1.3 1.3 0 0 1-.356.176c-.872.274-1.202-.34-1.202-1.144a2.1 2.1 0 0 1 .093-.73c.077-.199.195-.372.39-.45.068-.03.152-.023.227-.054a1.8 1.8 0 0 1 .642.1l.193.09c.047.083.014.438.014.567zm3.509 2.756a2.1 2.1 0 0 0 .689-.265l.274-.202c.07.092.043.231.134.301s.798.096.865 0c.068-.095.037-.302.037-.446V8.396c0-.36.027-.763-.057-1.046-.197-.667-.76-.896-1.632-.887l-.466.03a5 5 0 0 0-.788.172c-.112.04-.283.068-.33.17-.045.104-.036.647.026.69.093.063.536-.083.66-.11.357-.077 1.173-.156 1.372.1.144.184.12.544.116.876-.082.02-.224-.035-.31-.052L6.46 8.3a1.5 1.5 0 0 0-.435.014c-.676.116-1.154.373-1.31 1-.243.963.592 1.746 1.549 1.544ZM6.068 9.07c.098-.058.22-.042.342-.09.276 0 .509.043.74.053.043.093.013.563.01.705-.196.261-.988.521-1.257.15-.194-.275-.064-.684.165-.818m3.175 1.318c0 .144-.018.287.072.342.05.03.172.016.247.016.173 0 .765.036.83-.047.082-.103.035-.645.035-.834v-2.26a1.6 1.6 0 0 1 .503-.188c.279-.065.648-.066.787.12.123.164.104.457.104.745v1.565c0 .213-.048.807.072.881.074.045.412.016.528.016s.457.028.53-.026c.097-.074.056-.6.056-.788q0-1.164.005-2.33c.04-.066.202-.093.28-.12.342-.12.875-.2 1.041.134.082.173.057.488.057.742v1.552c0 .185-.041.687.036.788.046.06.151.047.254.047.155 0 .77.027.84-.026.102-.078.061-.39.061-.565v-1.61c0-.68.053-1.298-.247-1.685-.537-.7-1.953-.325-2.472.12h-.02c-.199-.334-.54-.522-1.081-.514l-.218.016a2.5 2.5 0 0 0-.435.098 3.3 3.3 0 0 0-.523.247l-.254.156c-.092-.11-.036-.292-.165-.368-.05-.03-.714-.038-.807-.015a.17.17 0 0 0-.088.057c-.055.082-.027.625-.027.782zm7.936.175c.51.32 1.426.39 2.15.208.182-.045.537-.11.6-.259a4 4 0 0 0 .01-.622.15.15 0 0 0-.066-.077c-.065-.028-.165.02-.228.036l-.534.098a2 2 0 0 1-.59.022 3 3 0 0 1-.412-.058c-.406-.123-.675-.425-.68-.943.097-.043.413-.01.544-.01h1.32c.19 0 .493.04.61-.047.155-.116.144-.894.093-1.144-.17-.85-.682-1.318-1.71-1.3l-.124.005-.373.05c-.4.102-.746.287-.968.566a2.1 2.1 0 0 0-.306.494c-.203.482-.259 1.353-.087 1.93.138.46.381.818.751 1.05zm.305-2.682c.093-.268.247-.463.518-.55l.232-.044c.615-.005.784.313.777.928-.083.038-.35.01-.467.01h-1.117c-.034-.086.03-.27.057-.347zm6.398 1.087c-.247-.428-.784-.595-1.264-.792-.227-.094-.6-.172-.653-.435-.113-.564 1.045-.4 1.388-.316.096.023.317.11.378.03s.032-.27.032-.393c0-.1.013-.23-.027-.295-.059-.1-.215-.128-.336-.165a3 3 0 0 0-.964-.14l-.296.022a2.4 2.4 0 0 0-.538.144 1.22 1.22 0 0 0-.659.642c-.184.455-.01 1.058.265 1.28.33.266.777.417 1.2.59.215.088.458.138.504.394.122.697-1.196.444-1.59.342-.083-.022-.343-.11-.413-.072-.094.053-.057.317-.057.46 0 .083-.012.2.021.254.1.165.645.27.886.317.956.19 1.806-.134 2.113-.736.154-.29.182-.834.01-1.133zm-3.357 4.088-.18.01a3 3 0 0 0-.524.058 3.6 3.6 0 0 0-1.114.39c-.083.05-.412.21-.352.36.047.12.524.02.678.01.305-.02.454-.046.742-.045h.528a3 3 0 0 1 .472.03.7.7 0 0 1 .284.136c.12.103.098.452.057.616a11.5 11.5 0 0 1-.476 1.554c-.034.082-.3.602-.005.54.133-.03.404-.33.487-.43.412-.528.672-1.134.865-1.896.045-.178.147-.874.046-1.036-.165-.27-1.037-.306-1.508-.297zm-.643 1.483-.472.207-.78.295c-.697.27-1.47.446-2.245.638l-.907.17-1.067.14-.342.026c-.136.03-.297.012-.45.036a7 7 0 0 1-1.02.042l-.772.005-.555-.02-.357-.02c-.082-.017-.18-.006-.27-.022l-1.082-.12c-.32-.06-.665-.081-.97-.164l-.253-.042-.941-.21c-.673-.21-1.341-.375-1.97-.617-.696-.27-1.424-.564-2.04-.928l-.61-.352c-.112-.066-.202-.164-.38-.164-.131.065-.171.15-.081.305a1 1 0 0 0 .238.233l.28.26c.404.32.81.65 1.248.937.38.247.783.457 1.18.69l.597.284c.34.15.694.305 1.05.445l.918.305c.495.165 1.033.248 1.566.38l1.124.163.362.027.612.046h.222a2.5 2.5 0 0 0 .653.006l.233-.006.285-.005.974-.077c.437-.098.897-.083 1.31-.208l.954-.232a16 16 0 0 0 1.673-.586 12 12 0 0 0 1.947-1.036c.211-.142.51-.247.565-.544.047-.25-.21-.347-.427-.287z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/amazoniam.svg b/mkdocs-material/material/templates/.icons/simple/amazoniam.svg new file mode 100644 index 0000000..3741c4a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/amazoniam.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 3.429V20.57c0 .258-.171.429-.429.429H.43C.17 21 0 20.829 0 20.571V3.43C0 3.17.171 3 .429 3H23.57c.258 0 .429.171.429.429M.857 20.143h22.286V3.857H.857Zm12.857-5.572h6.429v.858h-6.429ZM19.286 12h2.143v.857h-2.143zm-5.572 0h3.429v.857h-3.429ZM2.143 18.429V11.57q0-.171.128-.3.129-.128.3-.128h.858v-3c0-1.5 1.542-2.7 3.428-2.7s3.429 1.2 3.429 2.7v3h.857a.43.43 0 0 1 .428.428v6.858q0 .171-.128.3-.129.128-.3.128H2.57a.43.43 0 0 1-.428-.428M3 18h7.714v-1.714H9v-.857h1.714v-1.286H9v-.857h1.714V12H3Zm5.143-3.429c0 .558-.343 1.029-.857 1.2v.943h-.857v-.943a1.25 1.25 0 0 1-.858-1.2c0-.685.6-1.285 1.286-1.285.729 0 1.286.6 1.286 1.285m-3.857-3.428h5.143v-3c0-.986-1.2-1.843-2.572-1.843-1.371 0-2.571.857-2.571 1.843Zm3 3.429a.43.43 0 0 0-.429-.429.46.46 0 0 0-.428.429.43.43 0 0 0 .428.428c.257 0 .429-.171.429-.429M20.57 9.429h.858v.857h-.858zm-6.857 0h4.715v.857h-4.715z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/amazonlumberyard.svg b/mkdocs-material/material/templates/.icons/simple/amazonlumberyard.svg new file mode 100644 index 0000000..dad36c2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/amazonlumberyard.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.136 4.01a2.3 2.3 0 0 0-.441.042 2.13 2.13 0 0 0-1.74 2.195q-.107.084-.2.178l-.21.219q-.206.21-.417.416c-.282.274-.574.541-.867.812-.584.54-1.186 1.088-1.725 1.715a7.3 7.3 0 0 0-.73 1.014 4.9 4.9 0 0 0-.65 1.791 4 4 0 0 0-.04.324l-.008.08-.004.074-.005.15-.002.038-.002.049v.078l.002.16.006.152c-.884-.293-2.123-.481-3.184-.468-1.235.013-2.132.273-2.588.75a1.14 1.14 0 0 0-.33.842c.034.95 1.117 1.511 2.912 1.511h.1c1.257-.015 2.762-.348 3.613-.767a2.06 2.06 0 0 1 .07 1.09 1.7 1.7 0 0 1-.175.465 1.4 1.4 0 0 1-.31.373 1.5 1.5 0 0 1-.419.24 1.8 1.8 0 0 1-.5.1l.047.634h.012c1.306.771 1.579 1.622 1.74 1.702.215.105 1.023-.188.877-.854-.086-.392-.545-.675-.975-.861q.12-.013.238-.032l.051-.002.05-.01.05-.011a5 5 0 0 0 .234-.043l.004-.002c1.225-.252 2.32-.713 3.202-1.317.906.575 1.89 1.398 2.22 2.15-.03.129-.138.261-.261.274l.334.618c1.054-.532 1.809-.238 2.326.002l.178.091c.027.015.003 0 .027.016l.088-.031c.15-.095.535-.454.44-.82-.12-.453-.415-.626-.7-.575-.286.052-1.01.506-.955.07l-.004-.003c.042-.33.088-.922.004-1.592-.16-1.247-.709-2.214-1.594-2.817a3.5 3.5 0 0 0 .139-.62c.614.216 1.207.389 1.973.458.276.025.902.03 1.373.025l.064.237a.01.01 0 0 0 .014.006l.256-.092a1 1 0 0 1 .07-.024c.022-.006.034-.006.035.012-.004.05-.017.12-.023.147l-.057.287-.031.166c-.006.062.031.096.107.066.066-.03.153-.071.157-.074.438-.182.913-.443 1.351-.629.21-.088.31-.3.352-.504a1.3 1.3 0 0 0-.008-.404l.691.058.004-.006.207-.552.588.058.207-.552.586.058.207-.553.586.06.207-.552.588.059.205-.553.588.059.205-.553.346.035.086-.506.002-.02-.299-1.414-8.383 3.315a.03.03 0 0 0-.01.047l.381.383q.01.011.03.008l.17-.057a.104.104 0 0 1 .13.057l.096.234s.01.03-.041.03l-.051-.003-.205-.011a3 3 0 0 1-.375-.053c-.062-.01-.123-.03-.184-.043q-.09-.024-.183-.051l-.18-.064-.176-.075a5 5 0 0 1-.346-.173q-.085-.046-.17-.1a11 11 0 0 1-.503-.332q-.167-.118-.336-.24l-.022-.018c.126-1.483.522-2.098.834-2.352a.8.8 0 0 1 .356-.175 2 2 0 0 0-.022.38l.434.034.031-.11c.008-.036.021-.07.031-.105.01-.036.025-.07.037-.104s.03-.066.041-.1c.013-.033.032-.064.047-.099.015-.03.035-.065.051-.098q.055-.1.117-.2l.13-.216q.065-.11.126-.232.03-.062.059-.127c.019-.044.037-.085.054-.135l.024-.07.014-.035.01-.031.015-.06.01-.03.002-.006.008-.026.005-.03.004-.028v-.04c0-.015 0-.02-.006-.05l-.007-.03-.01-.027a1.47 1.47 0 0 0-.4-.607 2 2 0 0 0-.214-.174l.15.006c.146.005.267.008.352.008.085.002.133 0 .133 0l.053-.528s-.05-.01-.135-.023a8 8 0 0 0-.353-.053l-.06-.008.048-.01a2.26 2.26 0 0 0-2.174-1.753zm.102.643a1.62 1.62 0 0 1 1.394 1.059l-.385-.027a21 21 0 0 0-.578-.03 20 20 0 0 0-.508-.01l-.207.002c-.062 0-.108.003-.152.004l-.135.006v.002q-.039 0-.078.002a3.1 3.1 0 0 0-.974.217 1.48 1.48 0 0 1 .607-.95q.02-.001.047-.01.038-.004.086-.01c.03 0 .063-.007.1-.005h.113q.059.008.119.014c.04.01.084.012.125.023.04.012.082.022.121.04a1 1 0 0 1 .115.046c.038.016.07.038.104.055.03.02.064.039.09.059a1 1 0 0 1 .15.125l.01.011.256-.177-.01-.022a1.5 1.5 0 0 0-.164-.207c-.03-.033-.063-.063-.098-.098-.037-.03-.073-.066-.117-.097zm-.483 1.645h.067l.074.002c.176.008.365.03.545.064.363.07.721.186 1.037.354.156.084.303.182.42.293a.9.9 0 0 1 .209.28l-.002.013-.01.031-.008.022-.015.046c-.01.03-.027.066-.041.1q-.02.05-.043.102c-.014.034-.034.068-.051.103l-.05.106a7 7 0 0 0-.114.224l-.026.051c-.103-.012-.506-.038-.94.297-.554.43-.91 1.25-1.06 2.447q-.036-.027-.07-.05a10 10 0 0 0-.363-.231l-.186-.111-.191-.104a6 6 0 0 0-.795-.35 3 3 0 0 0-.207-.064 4 4 0 0 0-.211-.06c-.07-.018-.142-.04-.21-.051l-.206-.041-.086.318c.133.047.268.09.389.14q.091.036.185.077a6 6 0 0 1 .541.268 7 7 0 0 1 .348.203l.17.111.166.113.164.12.164.122q.163.123.324.252l.324.26c.22.174.445.35.686.516q.089.06.182.119a5 5 0 0 0 .586.326q.103.046.209.09.105.039.214.076.11.035.221.065.111.027.223.049.226.04.455.056.112.006.227.008l.093-.002a.6.6 0 0 0 .248-.063l.055-.027s.052-.03.1-.07a1 1 0 0 1 .13-.112.5.5 0 0 1 .178-.08.3.3 0 0 1 .155.008c.013.006.025.007.039.014l.039.021.006.002.007.073a1 1 0 0 1-.005.181.72.72 0 0 1-.295.5l-.002.002-.075.051c-.026.018-.054.029-.082.045q-.043.023-.09.041l-.078.031a4 4 0 0 1-.037-.228 18 18 0 0 1-1.29-.024c-.887-.08-1.516-.31-2.31-.6a23 23 0 0 0-1.806-.595.897.897 0 0 0-1.116.588q-.127.416-.005 1.049c.248 1.282.255 2.291.017 2.771a8.6 8.6 0 0 1-2.398.86h-.004l-.092.02-.131.023a4 4 0 0 1-.438.052 2 2 0 0 0 .26-.35c.116-.202.2-.423.25-.648a2.7 2.7 0 0 0-.11-1.502c-.016-.053-.04-.105-.06-.156s-.048-.102-.072-.152l-.062-.135a3 3 0 0 1-.172-.502 3.6 3.6 0 0 1-.088-.54 4 4 0 0 1-.018-.278l-.002-.14v-.097l.004-.037.01-.15.004-.075.006-.066c.009-.09.018-.18.035-.271a4.3 4.3 0 0 1 .562-1.563c.191-.323.417-.63.666-.922.501-.585 1.084-1.12 1.67-1.66q.44-.407.877-.828c.144-.14.291-.283.432-.43l.031-.035.034.04c.052.059.106.131.19.2.073.073.168.144.274.211a2.1 2.1 0 0 0 .563.248 3.5 3.5 0 0 0 .65.117 5 5 0 0 0 .723 0l-.004-.277a4.4 4.4 0 0 1-.67-.09 3 3 0 0 1-.55-.18 2 2 0 0 1-.151-.076 1.6 1.6 0 0 1-.252-.17 1.2 1.2 0 0 1-.172-.174c-.049-.052-.077-.107-.107-.148-.026-.043-.04-.08-.055-.104q-.001-.003-.004-.007l.05-.032.058-.029a2.5 2.5 0 0 1 .748-.254 2.5 2.5 0 0 1 .394-.031m.52.484c-.217.009-.388.13-.38.27s.193.248.411.24c.22-.008.389-.13.379-.27-.007-.139-.19-.246-.408-.24zM23.26 9.24l.052.286a.09.09 0 0 1-.105.113c-.032-.006-.063.005-.074.035l-.192.512-.588-.059-.205.553-.588-.06-.205.554-.588-.06-.205.554-.588-.06-.207.553-.586-.06-.183.49a.09.09 0 0 1-.096.058l-.047-.004c-.036-.004-.254-.024-.265-.059l-.542-1.265zm-6.018 2.495c.184-.013.305.077.388.24.013.01.487 1.213.479 1.195a.37.37 0 0 1-.05.436c-.083.095-.28.16-.401.21-.065.029-.066-.013-.09-.081l-.053-.153.024-.042a1.4 1.4 0 0 0 .138-.45 1.5 1.5 0 0 0-.007-.457l-.016-.076-.01-.039-.012-.049v-.002a.3.3 0 0 0-.101-.148 1.3 1.3 0 0 0-.276-.172 1 1 0 0 0-.109-.041c-.039-.011-.077-.024-.117-.03a1 1 0 0 0-.117-.011l-.02-.002c-.016-.007-.046-.061-.033-.086a.45.45 0 0 1 .383-.242m-6.544 1.097h.002a.3.3 0 0 1 .108.01c.635.176 1.15.359 1.604.524-.075 1.032-.725 2.01-1.756 2.773.089-.747-.028-1.661-.17-2.392-.076-.397-.047-.624-.01-.745a.25.25 0 0 1 .222-.17m-7.771.87c1.119-.014 2.494.224 3.283.556l.01.045a4 4 0 0 0 .138.446c-.679.348-2.09.697-3.353.71-1.147.012-2.31-.25-2.332-.86a.47.47 0 0 1 .146-.354c.318-.334 1.089-.532 2.108-.543m9.75 1.123c1.514 1.142 1.263 3.371 1.188 3.855l-.215.045c-.43-.977-1.59-1.862-2.266-2.314.558-.474 1-1.01 1.293-1.586"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/amazonluna.svg b/mkdocs-material/material/templates/.icons/simple/amazonluna.svg new file mode 100644 index 0000000..7745908 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/amazonluna.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.757 15.403a4.6 4.6 0 0 0-.816-.367h-.003c-.044-.015-.087-.025-.13-.038-.508-.155-2.4-.85-3.478-2.812v.002l-1.926-3.334c-.81-1.422-.673-3.685-.585-4.542a5 5 0 0 0 .04-.324l.003-.02h-.001q.009-.115.01-.231C14.87 1.797 13.3.225 11.36.225S7.848 1.798 7.848 3.737c0 .076.007.153.011.23h-.004l.006.045q.011.133.032.265c.09.836.245 3.187-.606 4.624h.002l-2.758 4.775v-.003l-.032.058-.259.45c-.02.037-.035.077-.056.114-.285.493-.72 1.206-1.198 1.85-.4.54-1.024 1.073-1.637 1.433l.007.002c-.056.028-.114.053-.168.086a2.4 2.4 0 0 0-.863.874 2.425 2.425 0 0 0 .887 3.312c.606.35 1.298.4 1.918.211l-.004.006a31 31 0 0 1 2.836-.838c1.003-.229 2.488-.285 3.332-.296h.96c4.284.04 6.455 1.858 6.455 1.858l.004-.004c.175.139.355.27.553.384a4.484 4.484 0 0 0 6.128-1.642 4.477 4.477 0 0 0-1.637-6.128m-5.03 2.267c-.449.774-1.086 1.157-2.144 1.238-1.057.08-1.286.142-3.223.142s-2.23-.06-3.223-.142c-.992-.083-1.695-.464-2.144-1.238-.448-.774-.41-1.66 0-2.475.411-.816.674-1.446 1.437-2.768s1.067-1.822 1.785-2.814c.72-.992 1.249-1.238 2.143-1.238s1.464.332 2.143 1.238.872 1.256 1.714 2.715 1.056 1.952 1.507 2.867c.456.915.45 1.7.004 2.475"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/amazonmusic.svg b/mkdocs-material/material/templates/.icons/simple/amazonmusic.svg new file mode 100644 index 0000000..048b025 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/amazonmusic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.845 9.408c-1.39 1.02-3.405 1.563-5.142 1.563a9.33 9.33 0 0 1-6.277-2.383c-.131-.117-.014-.277.142-.185a12.7 12.7 0 0 0 6.285 1.658 12.5 12.5 0 0 0 4.791-.977c.236-.098.433.154.203.324zm.579-.656c-.179-.226-1.175-.109-1.623-.055-.137.016-.158-.103-.035-.187.796-.556 2.099-.396 2.25-.21.155.187-.04 1.488-.785 2.11-.115.096-.224.044-.172-.083.168-.416.543-1.35.365-1.575m-1.592-4.17v-.54c0-.082.062-.137.137-.137h2.435c.078 0 .14.055.14.135v.464c0 .078-.066.18-.185.34L15.1 6.635c.468-.01.965.06 1.39.297a.24.24 0 0 1 .129.212v.574c0 .082-.089.172-.179.123a2.82 2.82 0 0 0-2.572.006c-.086.045-.174-.045-.174-.125v-.548c0-.088.002-.238.09-.37l1.462-2.089h-1.271c-.078 0-.142-.053-.144-.135zm4.808-.747c1.1 0 1.694.94 1.694 2.133 0 1.153-.656 2.068-1.694 2.068-1.079 0-1.665-.94-1.665-2.109 0-1.177.594-2.092 1.665-2.092m.006.771c-.545 0-.58.739-.58 1.202s-.006 1.449.574 1.449c.574 0 .601-.796.601-1.282 0-.318-.014-.7-.11-1.001-.083-.263-.249-.368-.485-.368m-6.008 3.342c-.049.04-.14.045-.174.016-.254-.195-.425-.492-.425-.492-.406.412-.695.537-1.222.537-.622 0-1.108-.383-1.108-1.148a1.25 1.25 0 0 1 .79-1.204c.402-.177.964-.208 1.393-.257 0 0 .035-.461-.09-.63a.52.52 0 0 0-.417-.19c-.273 0-.54.147-.593.433-.014.082-.074.151-.14.143l-.707-.076a.13.13 0 0 1-.11-.154c.163-.865.949-1.128 1.655-1.128.36 0 .83.097 1.115.367.36.335.327.78.327 1.268v1.149c0 .344.143.496.279.68.047.068.057.148-.002.198-.152.125-.57.488-.57.488zm-.746-1.797v-.16c-.536 0-1.102.115-1.102.743 0 .318.166.533.451.533.206 0 .394-.127.513-.335.144-.256.138-.494.138-.781M2.928 7.948c-.047.041-.138.045-.173.016-.254-.195-.424-.492-.424-.492-.408.412-.696.537-1.223.537-.623 0-1.107-.383-1.107-1.148a1.25 1.25 0 0 1 .79-1.204c.401-.177.963-.207 1.392-.257 0 0 .035-.461-.09-.63a.52.52 0 0 0-.417-.19c-.274 0-.539.148-.592.433-.015.082-.076.151-.14.143l-.71-.076a.13.13 0 0 1-.108-.154c.162-.865.95-1.128 1.655-1.128.361 0 .83.097 1.116.367.359.335.324.78.324 1.268v1.149c0 .344.144.496.279.68.047.068.057.148-.002.198-.152.125-.57.488-.57.488zm-.745-1.797v-.16c-.535 0-1.101.115-1.101.743 0 .318.164.533.45.533.206 0 .395-.127.514-.334.143-.257.137-.495.137-.782m2.913-.334v2.002a.14.14 0 0 1-.14.137h-.738a.137.137 0 0 1-.14-.137V4.053a.14.14 0 0 1 .14-.138h.691a.137.137 0 0 1 .138.138v.482h.014c.18-.476.519-.7.974-.7.464 0 .753.224.962.7a1.05 1.05 0 0 1 1.022-.7c.312 0 .65.127.857.415.236.318.187.779.187 1.185v2.386c0 .076-.064.135-.144.135h-.738a.137.137 0 0 1-.133-.135V5.817c0-.16.014-.558-.02-.708-.056-.256-.222-.328-.438-.328a.49.49 0 0 0-.44.312c-.077.19-.07.508-.07.724V7.82c0 .076-.064.135-.144.135h-.739a.137.137 0 0 1-.133-.135V5.817c0-.423.068-1.042-.457-1.042-.534 0-.513.603-.513 1.042zm16.808 2.002a.137.137 0 0 1-.138.137h-.74a.137.137 0 0 1-.138-.137V4.053a.137.137 0 0 1 .138-.138h.683c.082 0 .14.064.14.107v.576h.014c.205-.517.496-.763 1.009-.763.332 0 .656.12.863.445.193.304.193.813.193 1.178v2.379a.14.14 0 0 1-.141.119h-.743a.14.14 0 0 1-.131-.119V5.552c0-.763-.293-.786-.464-.786-.197 0-.357.154-.424.296a1.7 1.7 0 0 0-.123.722zM.19 20.059q-.19.002-.19-.192v-4.449q0-.19.19-.19h.425q.094 0 .148.039.053.037.072.143l.057.304q.92-.628 1.79-.628.893 0 1.209.677.947-.677 1.895-.677.662 0 1.016.37.354.375.354 1.058v3.354q0 .19-.192.19H6.4q-.192.002-.193-.19v-3.085q-.001-.478-.18-.706-.186-.23-.575-.23-.7 0-1.41.43a1 1 0 0 1 .01.142v3.448q0 .191-.19.191h-.566q-.19.002-.19-.19v-3.085q0-.478-.183-.706-.184-.23-.575-.23-.728 0-1.399.42v3.6q.002.192-.19.191zm9.731.143q-.679 0-1.044-.382-.363-.381-.363-1.077v-3.32q-.001-.194.191-.193h.564q.194 0 .193.19v3.022q0 .513.201.757.201.242.642.242.69 0 1.389-.458v-3.565q-.002-.19.19-.19h.565q.193 0 .192.19v4.452q0 .188-.192.188h-.41a.26.26 0 0 1-.15-.037q-.052-.038-.072-.143l-.066-.333q-.892.656-1.83.657m5.44 0q-.806 0-1.446-.267a.4.4 0 0 1-.158-.105q-.043-.058-.043-.18v-.269q-.001-.172.115-.172.066 0 .238.058.635.2 1.313.199.471-.001.714-.181.245-.181.244-.523a.5.5 0 0 0-.148-.373 1.6 1.6 0 0 0-.541-.285l-.815-.304q-1.064-.391-1.062-1.333-.001-.623.484-1.001.483-.382 1.267-.382a3.5 3.5 0 0 1 1.217.22.34.34 0 0 1 .164.098q.046.062.047.185v.258q0 .172-.123.172a.9.9 0 0 1-.222-.047 3.6 3.6 0 0 0-1.035-.154q-.919.001-.92.62 0 .247.155.39.153.143.603.315l.746.288q.566.216.815.519.248.297.248.775 0 .677-.507 1.077t-1.35.4zm3.065-.144q-.192.002-.193-.19v-4.45q.001-.19.193-.19h.564q.192 0 .193.19v4.452q-.001.188-.193.188zm.287-5.688q-.277 0-.437-.156a.56.56 0 0 1-.158-.414.56.56 0 0 1 .158-.414.6.6 0 0 1 .437-.158q.276 0 .435.158a.55.55 0 0 1 .158.414q.001.255-.158.414a.6.6 0 0 1-.435.156m4.002 5.793q-1.13 0-1.727-.642-.6-.644-.6-1.863 0-1.21.618-1.873.617-.661 1.748-.662.517 0 1.015.183.106.036.148.094c.042.058.043.103.043.19v.257q0 .19-.123.19a.6.6 0 0 1-.154-.028 2.8 2.8 0 0 0-.796-.113q-.804 0-1.159.404c-.355.404-.353.7-.353 1.293v.123q0 .864.36 1.272.36.403 1.134.404.4.001.861-.134a.6.6 0 0 1 .144-.028q.124 0 .125.19v.259q0 .124-.039.18a.33.33 0 0 1-.152.103q-.47.201-1.093.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/amazonpay.svg b/mkdocs-material/material/templates/.icons/simple/amazonpay.svg new file mode 100644 index 0000000..48eff25 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/amazonpay.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.378 4.995q-.56-.485-1.74-.485-.585 0-1.168.106-.585.105-.983.28a.5.5 0 0 0-.199.13q-.05.068-.05.242v.335q0 .224.162.224a.3.3 0 0 0 .106-.019l.093-.03a6.4 6.4 0 0 1 1.827-.287q.745 0 1.045.274.298.274.298.945v.82a6.7 6.7 0 0 0-1.567-.211q-1.093 0-1.74.54-.646.541-.646 1.448 0 .846.522 1.35.522.502 1.417.502.534 0 1.075-.21.541-.211.988-.597l.063.41q.037.236.274.236h.534q.248 0 .249-.249V6.5q0-1.02-.56-1.504m-.609 4.6q-.41.31-.858.472a2.5 2.5 0 0 1-.857.162q-.485 0-.746-.255t-.261-.727q0-1.082 1.404-1.082.323 0 .665.044.342.045.653.118zM8.773 6.402a3 3 0 0 0-.516-1.025 2.2 2.2 0 0 0-.82-.647 2.55 2.55 0 0 0-1.082-.224q-.56 0-1.094.211a3.5 3.5 0 0 0-1.007.622l-.062-.398q-.037-.249-.286-.249h-.547q-.249 0-.249.249v8.366q0 .248.249.248h.733q.249 0 .249-.248v-2.909a2.77 2.77 0 0 0 1.926.734q.61 0 1.106-.242.497-.243.845-.678.35-.435.54-1.057a4.7 4.7 0 0 0 .194-1.392 4.7 4.7 0 0 0-.18-1.361m-2.791 3.735q-.846 0-1.64-.597V6.072q.78-.57 1.665-.571 1.69 0 1.69 2.324 0 2.313-1.715 2.312m13 1.963 2.736-6.961a1 1 0 0 0 .086-.299q0-.149-.174-.149h-.696q-.198 0-.274.063-.075.062-.149.274L18.833 9.85l-1.74-4.822q-.075-.212-.15-.274-.074-.063-.274-.063h-.746q-.174 0-.174.15 0 .086.087.298l2.4 5.917-.237.634q-.21.597-.472.82-.261.225-.733.224-.212 0-.336-.025a1 1 0 0 0-.186-.025q-.186 0-.187.236v.323q0 .174.063.255a.36.36 0 0 0 .199.118q.31.086.708.087.71 0 1.15-.373.442-.372.778-1.23m2.71 4.423c-2.627 1.94-6.436 2.97-9.717 2.97-4.597 0-8.737-1.699-11.87-4.528-.246-.222-.027-.525.27-.353 3.38 1.967 7.559 3.151 11.876 3.151a23.6 23.6 0 0 0 9.06-1.853c.444-.19.816.292.382.613m1.093-1.248c.336.43-.374 2.204-.691 2.996-.096.24.11.336.327.155 1.41-1.18 1.774-3.65 1.485-4.007-.286-.354-2.75-.659-4.254.397-.232.163-.192.387.064.356.847-.101 2.733-.328 3.069.103"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/amazonprime.svg b/mkdocs-material/material/templates/.icons/simple/amazonprime.svg new file mode 100644 index 0000000..8057892 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/amazonprime.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.805 12.403c-.07-.096-.144-.175-.144-.354v-.594c0-.253.018-.484-.168-.658-.146-.14-.389-.19-.575-.19-.363 0-.769.136-.854.585-.009.047.026.072.057.08l.37.04c.035-.002.06-.036.067-.07.032-.155.161-.23.307-.23.079 0 .168.03.214.099.054.079.047.186.047.277v.05c-.222.024-.511.041-.719.132a.65.65 0 0 0-.407.624c0 .397.25.595.572.595.272 0 .42-.064.63-.277.069.1.091.15.218.255a.08.08 0 0 0 .09-.01l.294-.252c.032-.026.026-.067.001-.102m-.68-.576c0 .149.004.272-.07.405-.061.107-.158.173-.265.173-.147 0-.232-.112-.232-.277 0-.325.291-.384.568-.384zm5.687.576c-.07-.096-.144-.175-.144-.354v-.594c0-.253.018-.484-.168-.658-.147-.14-.39-.19-.575-.19-.364 0-.77.136-.854.585-.01.047.026.073.057.08l.37.04c.034-.002.06-.036.066-.07.032-.155.162-.23.307-.23.079 0 .168.03.214.099.054.079.047.186.047.277v.05c-.221.025-.511.041-.718.132a.65.65 0 0 0-.408.624c0 .397.25.595.572.595.272 0 .42-.064.63-.277.069.1.092.15.219.255a.08.08 0 0 0 .09-.01v.001c.077-.068.216-.188.294-.253.03-.026.026-.067 0-.102m-.75-.171c-.061.107-.158.173-.265.173-.147 0-.232-.112-.232-.277 0-.325.292-.384.568-.384v.083c0 .149.004.272-.071.405m5.16.53h-.381a.07.07 0 0 1-.068-.07l-.001-1.96a.07.07 0 0 1 .073-.065h.354a.07.07 0 0 1 .068.055v.3h.008c.107-.268.256-.396.52-.396a.5.5 0 0 1 .446.23c.1.158.1.421.1.611v1.234a.073.073 0 0 1-.074.061h-.383a.07.07 0 0 1-.068-.061v-1.065c0-.214.025-.527-.238-.527-.093 0-.179.061-.221.156a.9.9 0 0 0-.061.371v1.056a.073.073 0 0 1-.074.07m-1.609-2.136c.567 0 .873.487.873 1.105 0 .598-.338 1.073-.873 1.073-.556 0-.86-.487-.86-1.093 0-.61.307-1.085.86-1.085m.004.4c-.282 0-.3.384-.3.623s-.004.75.296.75c.296 0 .31-.412.31-.663 0-.165-.007-.364-.057-.52-.043-.136-.128-.19-.25-.19m-7.061 1.736h-.382a.07.07 0 0 1-.069-.064v-1.96c0-.04.034-.07.074-.07h.356c.037.001.067.03.07.065v.256h.007c.092-.248.267-.363.502-.363.239 0 .389.115.496.363a.54.54 0 0 1 .527-.363c.16 0 .335.066.442.214.122.165.097.405.097.615v1.237c0 .039-.034.07-.074.07h-.382a.07.07 0 0 1-.068-.07v-1.04c0-.082.007-.288-.011-.366-.029-.132-.114-.17-.225-.17a.25.25 0 0 0-.228.161c-.04.1-.035.264-.035.376v1.039c0 .04-.033.07-.074.07h-.382a.07.07 0 0 1-.068-.07v-1.04c0-.218.035-.54-.236-.54-.274 0-.264.314-.264.54v1.04c0 .04-.033.07-.073.07m4.579-1.749v-.28a.07.07 0 0 1 .07-.07H8.46c.04 0 .072.028.072.07v.24c0 .04-.034.093-.094.176l-.65.929c.24-.006.496.03.716.153.049.028.062.07.066.11v.299c0 .04-.045.088-.092.064a1.45 1.45 0 0 0-1.327.002c-.043.023-.089-.024-.089-.065v-.284c0-.045 0-.123.047-.192l.753-1.081h-.656a.07.07 0 0 1-.072-.07m.817 2.16c-.092-.117-.606-.055-.838-.028-.07.009-.08-.052-.017-.097.41-.288 1.083-.205 1.16-.108.08.097-.02.771-.405 1.093-.059.05-.115.023-.089-.042.087-.216.28-.7.189-.818m-.299.341c-.717.529-1.756.81-2.651.81a4.8 4.8 0 0 1-3.239-1.235c-.067-.06-.007-.143.074-.096a6.5 6.5 0 0 0 3.24.86c.795 0 1.668-.166 2.472-.507.121-.05.223.08.104.168m15.53-.693q-.512 0-.788-.281-.275-.282-.275-.807 0-.538.281-.844t.782-.306q.384 0 .602.186.217.187.217.497a.53.53 0 0 1-.234.47q-.234.158-.688.158-.236 0-.41-.045.026.277.168.397t.432.12q.116 0 .225-.015.11-.014.304-.064a.2.2 0 0 1 .046-.008q.07 0 .07.095v.19q0 .067-.018.093a.15.15 0 0 1-.073.048 1.8 1.8 0 0 1-.64.116m-.137-1.299q.21 0 .306-.064.095-.064.095-.196 0-.26-.31-.26-.397 0-.46.487.165.033.369.033m-4.417 1.237q-.054 0-.08-.025-.024-.025-.024-.078V10.75q0-.058.025-.08.024-.024.079-.023h.297q.096 0 .116.09l.033.112q.22-.144.395-.205.176-.06.362-.06.372 0 .525.265.21-.14.397-.202.186-.062.385-.062.289 0 .449.16.159.162.159.452v1.46q0 .053-.023.078t-.08.025h-.398q-.053 0-.078-.025t-.025-.078v-1.328q0-.28-.252-.281-.225 0-.451.107v1.502q0 .054-.023.078-.023.025-.08.025h-.397q-.053 0-.08-.025-.024-.024-.024-.078v-1.328q0-.28-.252-.281-.232 0-.455.111v1.498q0 .054-.023.078-.023.025-.08.025zm-.918-2.44a.36.36 0 0 1-.252-.087.3.3 0 0 1-.095-.236q0-.15.095-.235a.36.36 0 0 1 .252-.087.36.36 0 0 1 .252.087q.096.086.096.235c0 .15-.032.178-.096.236a.36.36 0 0 1-.252.087m-.198 2.44q-.054 0-.079-.025-.025-.024-.025-.078V10.75q0-.058.025-.08.025-.024.079-.023h.397q.057 0 .08.022.023.023.023.081v1.907q0 .054-.023.078-.023.025-.08.025zm-1.653 0q-.054 0-.079-.025-.024-.024-.024-.078V10.75q0-.058.024-.08.025-.024.079-.023h.298q.095 0 .115.09l.054.224a1.2 1.2 0 0 1 .312-.259.7.7 0 0 1 .313-.076h.058q.057 0 .082.023t.025.08v.348q0 .054-.023.078-.023.025-.08.025l-.075-.004a1 1 0 0 0-.116-.004q-.095 0-.231.027a1 1 0 0 0-.232.068v1.39q0 .054-.022.078-.024.025-.081.025zm-2.477.852q-.054 0-.079-.023-.024-.023-.024-.08V10.75q0-.058.024-.08.025-.024.079-.023h.298q.095 0 .115.09l.03.108a.9.9 0 0 1 .3-.19 1 1 0 0 1 .357-.07q.402 0 .635.293.234.293.234.794 0 .344-.116.6a.94.94 0 0 1-.314.395.78.78 0 0 1-.455.138 1 1 0 0 1-.323-.053.8.8 0 0 1-.26-.15v.907q0 .057-.023.08t-.081.023zm.906-1.261q.232 0 .34-.157.11-.157.11-.497 0-.343-.107-.5-.108-.157-.343-.157a.8.8 0 0 0-.406.111v1.088a.76.76 0 0 0 .406.112"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/amazonrds.svg b/mkdocs-material/material/templates/.icons/simple/amazonrds.svg new file mode 100644 index 0000000..58a2467 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/amazonrds.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.463.857 5.446 4.84l-.606.606L.857 1.463v3.251H0V.43A.43.43 0 0 1 .429 0h4.285v.857ZM24 .43v4.285h-.857v-3.25l-3.983 3.98-.606-.606L22.537.857h-3.251V0h4.285c.237 0 .429.192.429.429Zm-.857 18.857H24v4.285a.43.43 0 0 1-.429.429h-4.285v-.857h3.25l-3.982-3.983.606-.606 3.983 3.983Zm-.214-7.623c0-1.423-1.643-2.828-4.393-3.76l.274-.811c3.162 1.07 4.976 2.736 4.976 4.57 0 1.836-1.814 3.502-4.976 4.572l-.275-.812c2.751-.931 4.394-2.336 4.394-3.76Zm-21.834 0c0 1.363 1.538 2.73 4.113 3.66l-.291.806C1.944 15.057.238 13.43.238 11.664S1.944 8.27 4.917 7.197l.291.806c-2.575.93-4.113 2.297-4.113 3.66Zm4.35 7.497-3.982 3.983h3.251V24H.43a.43.43 0 0 1-.43-.429v-4.285h.857v3.25l3.983-3.982ZM12 8.265c-3.063 0-4.714-.79-4.714-1.114 0-.323 1.651-1.114 4.714-1.114 3.062 0 4.714.79 4.714 1.114 0 .323-1.652 1.114-4.714 1.114m.012 3.32c-2.932 0-4.726-.801-4.726-1.237V8.265c1.055.582 2.928.858 4.714.858s3.659-.276 4.714-.858v2.083c0 .436-1.785 1.237-4.702 1.237m0 3.272c-2.932 0-4.726-.8-4.726-1.237v-2.108c1.042.613 2.89.93 4.726.93 1.827 0 3.664-.317 4.702-.928v2.106c0 .437-1.785 1.237-4.702 1.237M12 17.793c-3.05 0-4.714-.82-4.714-1.24v-1.768c1.042.612 2.89.93 4.726.93 1.827 0 3.664-.317 4.702-.928v1.765c0 .422-1.664 1.241-4.714 1.241M12 5.18c-2.683 0-5.571.616-5.571 1.971v9.401c0 1.378 2.802 2.099 5.571 2.099s5.571-.721 5.571-2.099v-9.4c0-1.356-2.888-1.972-5.571-1.972"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/amazonredshift.svg b/mkdocs-material/material/templates/.icons/simple/amazonredshift.svg new file mode 100644 index 0000000..075c53d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/amazonredshift.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.639 9.932a.82.82 0 0 1-.822-.82.823.823 0 0 1 1.645 0c0 .452-.37.82-.823.82m-2.086 4.994a.823.823 0 0 1-.822-.822.822.822 0 0 1 1.645 0 .82.82 0 0 1-.823.822m-5.004-.833a.822.822 0 1 1 .002-1.644.822.822 0 0 1-.002 1.644m-2.083 4.578a.823.823 0 0 1-.823-.82.823.823 0 0 1 1.645 0c0 .452-.37.82-.822.82m9.173-11.236a1.68 1.68 0 0 0-1.68 1.676c0 .566.285 1.066.718 1.37l-.782 1.982a1.674 1.674 0 0 0-1.923 1.104l-1.753-.398a1.675 1.675 0 0 0-3.348.103c0 .432.169.823.438 1.12l-.764 1.79c-.028-.001-.053-.008-.08-.008a1.68 1.68 0 0 0-1.68 1.676 1.68 1.68 0 0 0 3.36 0c0-.593-.312-1.112-.778-1.41l.674-1.579c.161.052.33.088.508.088.661 0 1.228-.386 1.502-.94l1.856.42a1.68 1.68 0 0 0 3.327-.325c0-.5-.224-.943-.574-1.25l.822-2.083c.053.005.104.016.157.016a1.68 1.68 0 0 0 1.68-1.676 1.68 1.68 0 0 0-1.68-1.676M12 23.145c-4.17 0-7.286-1.252-7.286-2.37V4.79C6.14 5.938 9.131 6.547 12 6.547s5.86-.609 7.286-1.756v15.983c0 1.12-3.116 2.37-7.286 2.37M12 .856c4.293 0 7.286 1.274 7.286 2.419 0 1.143-2.993 2.418-7.286 2.418S4.714 4.418 4.714 3.275c0-1.146 2.993-2.42 7.286-2.42m8.143 2.419C20.143 1.147 15.947 0 12 0S3.857 1.147 3.857 3.274l.002.01h-.002v17.49C3.857 22.87 8.052 24 12 24c3.947 0 8.143-1.13 8.143-3.226V3.284h-.002z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/amazonroute53.svg b/mkdocs-material/material/templates/.icons/simple/amazonroute53.svg new file mode 100644 index 0000000..7a8705c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/amazonroute53.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 15.766c0 2.872-2.357 5.015-6.3 5.7-2.957.558-5.4 2.4-5.443 2.443q-.128.086-.257.086t-.257-.086c-.043-.043-2.486-1.885-5.443-2.443-3.943-.685-6.3-2.828-6.3-5.7 0-1.757.686-2.914 1.286-3.942.514-.9.985-1.672.985-2.743 0-2.272-1.757-3.772-1.8-3.772Q.343 5.181.3 5.01q0-.171.129-.3c0-.043 2.828-3.428 3.471-4.328.086-.086.171-.172.3-.172s.257.043.343.129c1.114 1.157 2.357 1.8 3.6 1.8 1.371 0 2.486-.6 3.514-1.972a.446.446 0 0 1 .686 0c1.028 1.372 2.143 1.972 3.514 1.972 1.243 0 2.486-.643 3.6-1.8.086-.086.214-.129.343-.129s.214.086.3.172c.643.9 3.471 4.286 3.471 4.328q.129.129.129.3-.043.172-.171.3c-.043 0-1.8 1.5-1.8 3.772 0 1.071.47 1.843.985 2.743.6 1.028 1.286 2.185 1.286 3.943m-.857 0c0-1.5-.6-2.528-1.157-3.514-.557-.9-1.115-1.886-1.115-3.171 0-2.1 1.2-3.557 1.8-4.157-.642-.729-2.185-2.658-2.957-3.643-1.157 1.114-2.528 1.714-3.857 1.714-1.5 0-2.743-.6-3.857-1.886-1.114 1.286-2.357 1.886-3.857 1.886-1.329 0-2.7-.6-3.857-1.714-.772.985-2.315 2.914-2.957 3.643.6.6 1.8 2.057 1.8 4.157 0 1.285-.558 2.271-1.115 3.171-.557.986-1.157 2.014-1.157 3.514 0 .9.386 3.943 5.572 4.886 2.614.472 4.842 1.886 5.57 2.4.73-.514 2.958-1.928 5.572-2.4 5.186-.943 5.572-3.986 5.572-4.886M20.57 13.11c.558.986.9 1.629.9 2.657 0 2.315-3.214 3.043-4.2 3.215-2.057.385-3.9 1.285-5.057 1.971q-.085.043-.214.043t-.214-.043c-1.157-.686-3-1.586-5.057-1.971-.986-.172-4.2-.9-4.2-3.215 0-1.028.342-1.671.9-2.657.6-1.028 1.328-2.314 1.328-4.028 0-1.372-.386-2.657-1.114-3.857-.086-.172-.086-.386.043-.515q.3-.385.643-.814a.47.47 0 0 1 .557-.129c1.071.6 2.143.9 3.257.9 1.371 0 2.528-.385 3.6-1.114a.55.55 0 0 1 .514 0c1.072.729 2.229 1.114 3.6 1.114 1.114 0 2.186-.3 3.257-.9a.47.47 0 0 1 .557.129q.343.429.643.814c.129.129.129.343.043.515-.728 1.2-1.114 2.485-1.114 3.857 0 1.714.728 3 1.328 4.028m.043 2.657c0-.771-.257-1.328-.814-2.228-.643-1.114-1.414-2.486-1.414-4.457 0-1.457.343-2.786 1.071-4.072q-.128-.171-.257-.3c-1.071.515-2.186.815-3.343.815A7.1 7.1 0 0 1 12 4.409a7.1 7.1 0 0 1-3.857 1.115q-1.714 0-3.343-.815-.129.129-.257.3a8.04 8.04 0 0 1 1.071 4.072c0 1.971-.771 3.343-1.414 4.457-.557.9-.814 1.457-.814 2.228 0 1.672 2.914 2.272 3.471 2.4 2.1.386 3.9 1.2 5.143 1.886 1.243-.686 3.043-1.5 5.143-1.886.557-.128 3.471-.728 3.471-2.4m-4.885-3.471q.471.429.471 1.157 0 .814-.557 1.286-.6.471-1.586.471-.771 0-1.5-.3v-.685q.9.3 1.5.3.643 0 .986-.258.3-.3.3-.814 0-.986-1.243-.986-.386 0-.771.043v-.557l1.714-1.843h-2.4v-.685h3.3v.642l-1.672 1.8h.172q.814 0 1.286.429m-4.758-.171q.472.471.472 1.285t-.557 1.329q-.6.471-1.543.471-.814 0-1.586-.3v-.685q.943.3 1.586.3.6 0 .943-.258.343-.3.343-.814 0-.6-.3-.857-.343-.257-1.029-.257-.514 0-1.286.086v-.558l.172-2.442h3v.685H8.87l-.128 1.629q.471-.043.814-.043.9 0 1.414.429"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/amazons3.svg b/mkdocs-material/material/templates/.icons/simple/amazons3.svg new file mode 100644 index 0000000..348ac6d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/amazons3.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.913 13.147.12-.895c.947.576 1.258.922 1.354 1.071-.16.031-.562.046-1.474-.176m-2.174 7.988a1 1 0 0 0-.005.073c0 .084-.207.405-1.124.768a10 10 0 0 1-1.438.432c-1.405.325-3.128.504-4.853.504-4.612 0-7.412-1.184-7.412-1.704a1 1 0 0 0-.005-.073L1.81 5.602q.203.117.432.227.064.03.128.057.2.093.417.18l.179.069q.232.087.478.168.063.02.13.043.311.097.646.187l.176.044q.263.066.534.127a23 23 0 0 0 .843.17l.121.023q.378.067.768.122.107.016.216.03.299.04.604.077l.24.027q.366.04.74.07l.081.009q.413.033.83.056l.233.012q.316.015.633.025a33 33 0 0 0 2.795-.026l.232-.011q.417-.023.83-.056l.08-.008q.375-.03.742-.072l.238-.026q.307-.036.609-.077.105-.014.211-.03.392-.056.772-.122l.111-.02q.323-.06.634-.125l.212-.047q.279-.062.546-.13l.166-.042q.338-.09.654-.189.059-.019.115-.038a11 11 0 0 0 .493-.173q.087-.032.17-.066.225-.089.43-.185.059-.025.116-.052.23-.11.436-.228l-.976 7.245c-2.488-.78-5.805-2.292-7.311-3a1.09 1.09 0 0 0-1.088-1.085c-.6 0-1.088.489-1.088 1.088s.488 1.089 1.088 1.089c.196 0 .378-.056.537-.148 1.72.812 5.144 2.367 7.715 3.15zm-7.42-20.047c5.677 0 9.676 1.759 9.75 2.736l-.014.113c-.01.033-.031.067-.048.101-.015.028-.026.057-.047.087-.024.033-.058.068-.09.102-.028.03-.051.06-.084.09-.038.035-.087.07-.133.105-.04.03-.074.06-.119.091-.053.036-.116.071-.177.107-.05.03-.095.06-.15.09-.068.036-.147.073-.222.11-.059.028-.114.057-.177.085-.084.038-.177.074-.268.111-.068.027-.13.054-.203.082-.097.036-.205.072-.31.107-.075.026-.148.053-.228.079-.111.035-.233.069-.35.103-.085.024-.165.05-.253.073-.124.034-.258.065-.389.098-.093.022-.181.046-.278.068-.139.032-.287.061-.433.091-.098.02-.191.041-.293.06-.155.03-.32.057-.482.084-.1.018-.198.036-.302.052-.166.026-.342.048-.515.072-.11.014-.213.03-.325.044-.181.023-.372.041-.56.06q-.163.019-.332.036c-.188.016-.386.029-.58.043-.122.009-.24.02-.364.028-.207.012-.422.02-.635.028-.12.005-.234.012-.354.016a36 36 0 0 1-2.069 0c-.12-.004-.234-.011-.352-.016-.214-.008-.43-.016-.637-.028-.122-.008-.238-.02-.36-.027-.195-.015-.394-.028-.584-.044-.11-.01-.215-.024-.324-.035-.19-.02-.384-.038-.568-.06l-.315-.044c-.176-.024-.355-.046-.525-.073-.1-.015-.192-.033-.29-.05-.167-.028-.335-.055-.494-.086-.096-.018-.183-.038-.276-.056-.151-.032-.305-.062-.45-.095-.09-.02-.173-.043-.26-.064-.138-.034-.277-.067-.407-.102-.082-.022-.157-.046-.235-.069a12 12 0 0 1-.368-.108c-.075-.024-.141-.049-.213-.073-.11-.037-.223-.075-.325-.113-.067-.025-.125-.051-.188-.077-.096-.038-.195-.076-.282-.115-.06-.027-.11-.054-.166-.08-.08-.039-.162-.077-.233-.116-.052-.028-.094-.055-.142-.084-.063-.038-.13-.075-.185-.113-.043-.029-.075-.058-.113-.086-.048-.037-.098-.073-.139-.11-.032-.029-.054-.057-.08-.087-.033-.035-.069-.07-.093-.104-.02-.03-.031-.058-.046-.086-.018-.035-.039-.068-.049-.102l-.015-.113c.076-.977 4.074-2.736 9.748-2.736m12.182 12.124c-.118-.628-.84-1.291-2.31-2.128l.963-7.16a1 1 0 0 0 .005-.073C22.16 1.581 16.447 0 11.32 0 6.194 0 .482 1.581.482 3.851a1 1 0 0 0 .005.072L2.819 21.25c.071 2.002 5.236 2.75 8.5 2.75 1.805 0 3.615-.188 5.098-.531.598-.138 1.133-.3 1.592-.48 1.18-.467 1.789-1.053 1.813-1.739l.945-7.018c.557.131 1.016.197 1.389.197.54 0 .902-.137 1.134-.413a.96.96 0 0 0 .21-.804Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/amazonsimpleemailservice.svg b/mkdocs-material/material/templates/.icons/simple/amazonsimpleemailservice.svg new file mode 100644 index 0000000..e742779 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/amazonsimpleemailservice.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.383 0 0 5.383 0 12c0 2.531.781 4.954 2.26 7.005l.695-.501A11.06 11.06 0 0 1 .857 12C.857 5.856 5.856.857 12 .857s11.143 5 11.143 11.143c0 2.35-.726 4.6-2.098 6.504l.695.5A11.9 11.9 0 0 0 24 12c0-6.617-5.384-12-12-12M6 16.714a.43.43 0 0 0-.429.429v1.76c-.964.204-1.714 1.082-1.714 2.097 0 1.161.982 2.143 2.143 2.143S8.143 22.16 8.143 21c0-1.015-.75-1.893-1.714-2.097V17.57h5.142v2.189c-.964.204-1.714 1.082-1.714 2.097C9.857 23.02 10.84 24 12 24s2.143-.981 2.143-2.143c0-1.015-.75-1.893-1.714-2.097V17.57h5.142v1.331c-.964.205-1.714 1.083-1.714 2.098 0 1.161.982 2.143 2.143 2.143s2.143-.982 2.143-2.143c0-1.015-.75-1.893-1.714-2.097v-1.76a.43.43 0 0 0-.429-.429h-5.571v-2.571H18a.43.43 0 0 0 .429-.429V6A.43.43 0 0 0 18 5.57H6A.43.43 0 0 0 5.571 6v7.714c0 .237.192.429.429.429h5.571v2.571zM7.286 21c0 .697-.59 1.286-1.286 1.286S4.714 21.696 4.714 21s.59-1.286 1.286-1.286 1.286.59 1.286 1.286m12 0c0 .697-.59 1.286-1.286 1.286s-1.286-.59-1.286-1.286.59-1.286 1.286-1.286 1.286.59 1.286 1.286m-1.715-8.248L14.26 9.77l3.312-2.839zm-.73-6.324L12 10.578l-4.842-4.15zM6.43 6.931l3.312 2.84-3.312 2.981zm.687 6.355 3.281-2.953 1.324 1.135a.43.43 0 0 0 .279.103.43.43 0 0 0 .278-.103l1.324-1.135 3.282 2.953zM12 20.57c.697 0 1.286.59 1.286 1.286s-.59 1.286-1.286 1.286-1.286-.589-1.286-1.286.59-1.286 1.286-1.286"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/amazonsqs.svg b/mkdocs-material/material/templates/.icons/simple/amazonsqs.svg new file mode 100644 index 0000000..b737d07 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/amazonsqs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m7.164 13.58 1.287-1.27a.425.425 0 0 0 .002-.603L7.166 10.42l-.608.601.552.552H5.147v.852h1.97l-.557.55Zm9.82.04 1.715-1.28a.427.427 0 0 0 0-.682l-1.716-1.277-.515.682.686.51H15.44v.853h1.715l-.686.511ZM9.945 12c0 .905-.156 1.758-.449 2.5a7.1 7.1 0 0 1 2.511-.445c.87 0 1.74.148 2.51.445a6.9 6.9 0 0 1-.448-2.5c0-.905.157-1.757.449-2.5-1.543.593-3.479.593-5.022 0 .293.743.45 1.595.45 2.5Zm-2.1 4.136a.424.424 0 0 1 0-.602c.778-.774 1.243-2.095 1.243-3.534s-.465-2.76-1.244-3.534a.424.424 0 0 1 0-.602.43.43 0 0 1 .607 0c1.662 1.65 5.45 1.65 7.113 0a.43.43 0 0 1 .732.301.42.42 0 0 1-.126.301c-.778.774-1.243 2.095-1.243 3.534s.465 2.76 1.243 3.534a.424.424 0 0 1 0 .602.43.43 0 0 1-.606 0c-1.662-1.65-5.451-1.65-7.113 0a.43.43 0 0 1-.607 0Zm15.299-4.134c0-.397-.155-.77-.438-1.051a1.5 1.5 0 0 0-1.058-.435c-.383 0-.766.145-1.058.435a1.48 1.48 0 0 0 0 2.102c.583.58 1.532.58 2.116 0 .283-.28.438-.654.438-1.05Zm.168 1.654a2.35 2.35 0 0 1-1.664.684 2.35 2.35 0 0 1-1.664-.684 2.33 2.33 0 0 1 0-3.308 2.366 2.366 0 0 1 3.328 0 2.33 2.33 0 0 1 0 3.308M3.85 12.012a1.49 1.49 0 0 0-1.496-1.487 1.493 1.493 0 0 0-1.496 1.487c0 .397.155.77.437 1.051.566.561 1.551.561 2.116 0 .283-.281.439-.654.439-1.051m.168 1.654a2.35 2.35 0 0 1-1.665.684 2.36 2.36 0 0 1-1.664-.684 2.33 2.33 0 0 1 0-3.308 2.367 2.367 0 0 1 3.329 0 2.33 2.33 0 0 1 0 3.308m14.367 4.7a9.03 9.03 0 0 1-6.41 2.639 9.03 9.03 0 0 1-6.41-2.638c-1.175-1.166-1.82-2.56-2.156-3.524l-.81.28c.364 1.047 1.07 2.566 2.36 3.846a9.9 9.9 0 0 0 7.016 2.888 9.9 9.9 0 0 0 7.016-2.888 10.2 10.2 0 0 0 2.43-3.848l-.812-.276a9.4 9.4 0 0 1-2.224 3.522ZM3.407 9.158l-.81-.28c.52-1.484 1.358-2.851 2.363-3.849a9.89 9.89 0 0 1 7.014-2.885 9.89 9.89 0 0 1 7.014 2.885 10.5 10.5 0 0 1 2.43 3.85l-.809.279a9.6 9.6 0 0 0-2.228-3.526 9.03 9.03 0 0 0-6.407-2.636 9.03 9.03 0 0 0-6.408 2.636c-.914.909-1.681 2.161-2.159 3.526"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/amazonwebservices.svg b/mkdocs-material/material/templates/.icons/simple/amazonwebservices.svg new file mode 100644 index 0000000..994be61 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/amazonwebservices.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.763 10.036q.002.446.088.71c.064.176.144.368.256.576.04.063.056.127.056.183q.002.12-.152.24l-.503.335a.4.4 0 0 1-.208.072q-.12-.002-.239-.112a2.5 2.5 0 0 1-.287-.375 6 6 0 0 1-.248-.471q-.934 1.101-2.347 1.101c-.67 0-1.205-.191-1.596-.574q-.588-.575-.59-1.533c0-.678.239-1.23.726-1.644.487-.415 1.133-.623 1.955-.623.272 0 .551.024.846.064.296.04.6.104.918.176v-.583q-.001-.909-.375-1.277c-.255-.248-.686-.367-1.3-.367-.28 0-.568.031-.863.103q-.443.106-.862.272a2 2 0 0 1-.28.104.5.5 0 0 1-.127.023q-.168.002-.168-.247v-.391c0-.128.016-.224.056-.28a.6.6 0 0 1 .224-.167 4.6 4.6 0 0 1 1.005-.36 4.8 4.8 0 0 1 1.246-.151c.95 0 1.644.216 2.091.647q.66.645.662 1.963v2.586zm-3.24 1.214c.263 0 .534-.048.822-.144a1.8 1.8 0 0 0 .758-.51 1.3 1.3 0 0 0 .272-.512c.047-.191.08-.423.08-.694v-.335a7 7 0 0 0-.735-.136 6 6 0 0 0-.75-.048c-.535 0-.926.104-1.19.32-.263.215-.39.518-.39.917 0 .375.095.655.295.846.191.2.47.296.838.296m6.41.862c-.144 0-.24-.024-.304-.08-.064-.048-.12-.16-.168-.311L7.586 5.55a1.4 1.4 0 0 1-.072-.32c0-.128.064-.2.191-.2h.783q.227-.001.31.08c.065.048.113.16.16.312l1.342 5.284 1.245-5.284q.058-.24.151-.312a.55.55 0 0 1 .32-.08h.638c.152 0 .256.025.32.08.063.048.12.16.151.312l1.261 5.348 1.381-5.348q.074-.24.16-.312a.52.52 0 0 1 .311-.08h.743c.127 0 .2.065.2.2 0 .04-.009.08-.017.128a1 1 0 0 1-.056.2l-1.923 6.17q-.072.24-.168.311a.5.5 0 0 1-.303.08h-.687c-.151 0-.255-.024-.32-.08-.063-.056-.119-.16-.15-.32l-1.238-5.148-1.23 5.14c-.04.16-.087.264-.15.32-.065.056-.177.08-.32.08zm10.256.215c-.415 0-.83-.048-1.229-.143-.399-.096-.71-.2-.918-.32-.128-.071-.215-.151-.247-.223a.6.6 0 0 1-.048-.224v-.407c0-.167.064-.247.183-.247q.072 0 .144.024c.048.016.12.048.2.08q.408.181.878.279c.319.064.63.096.95.096.502 0 .894-.088 1.165-.264a.86.86 0 0 0 .415-.758.78.78 0 0 0-.215-.559c-.144-.151-.416-.287-.807-.415l-1.157-.36c-.583-.183-1.014-.454-1.277-.813a1.9 1.9 0 0 1-.4-1.158q0-.502.216-.886c.144-.255.335-.479.575-.654.24-.184.51-.32.83-.415.32-.096.655-.136 1.006-.136.175 0 .359.008.535.032.183.024.35.056.518.088q.24.058.455.127.216.072.336.144a.7.7 0 0 1 .24.2.43.43 0 0 1 .071.263v.375q-.002.254-.184.256a.8.8 0 0 1-.303-.096 3.65 3.65 0 0 0-1.532-.311c-.455 0-.815.071-1.062.223s-.375.383-.375.71c0 .224.08.416.24.567.159.152.454.304.877.44l1.134.358c.574.184.99.44 1.237.767s.367.702.367 1.117c0 .343-.072.655-.207.926a2.2 2.2 0 0 1-.583.703c-.248.2-.543.343-.886.447-.36.111-.734.167-1.142.167m1.509 3.88c-2.626 1.94-6.442 2.969-9.722 2.969-4.598 0-8.74-1.7-11.87-4.526-.247-.223-.024-.527.272-.351 3.384 1.963 7.559 3.153 11.877 3.153 2.914 0 6.114-.607 9.06-1.852.439-.2.814.287.383.607m1.094-1.246c-.336-.43-2.22-.207-3.074-.103-.255.032-.295-.192-.063-.36 1.5-1.053 3.967-.75 4.254-.399.287.36-.08 2.826-1.485 4.007-.215.184-.423.088-.327-.151.32-.79 1.03-2.57.695-2.994"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/amd.svg b/mkdocs-material/material/templates/.icons/simple/amd.svg new file mode 100644 index 0000000..cff73f9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/amd.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18.324 9.137 1.559 1.56h2.556v2.557L24 14.814V9.137zM2 9.52l-2 4.96h1.309l.37-.982H3.9l.408.982h1.338L3.432 9.52zm4.209 0v4.955h1.238v-3.092l1.338 1.562h.188l1.338-1.556v3.091h1.238V9.52H10.47l-1.592 1.845L7.287 9.52zm6.283 0v4.96h2.057c1.979 0 2.88-1.046 2.88-2.472 0-1.36-.937-2.488-2.747-2.488zm1.237.91h.792c1.17 0 1.63.711 1.63 1.57 0 .728-.372 1.572-1.616 1.572h-.806zm-10.985.273.791 1.932H2.008zm17.137.307-1.604 1.603v2.25h2.246l1.604-1.607h-2.246z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ameba.svg b/mkdocs-material/material/templates/.icons/simple/ameba.svg new file mode 100644 index 0000000..2d2da4e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ameba.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.575 9.815c0-.653.624-1.161 1.429-1.161s1.429.508 1.429 1.16c0 .653-.624 1.162-1.429 1.162s-1.429-.509-1.429-1.161M16.107 0c-.303.008-.603.155-.875.467-.397.46-1.111 1.268-1.6 1.748-.641.624-1.056.765-1.626.765s-.978-.132-1.629-.765c-.488-.47-1.212-1.287-1.6-1.748-.435-.49-.94-.566-1.42-.336-.398.192-.624.585-.652 1.2a56 56 0 0 0-.002 1.423c.004.73.007 1.534-.008 2.014-.027.96-.099 1.543-.496 2.378-.335.71-.876 1.91-.931 3.512a20 20 0 0 0 .08 2.516c.052.634.098 1.202.054 1.9-.072 1.113-.48 1.66-1.066 2.065l-.078.052c-.728.503-1.133.783-1.36 1.358-.163.423-.163 1.026.317 1.285.307.164.678.136 1.058-.027q.113-.05.225-.104c.22-.106.436-.21.652-.195.226.01.407.143.434.527.036.403.208.567.488.567.226 0 .435-.163.598-.604l.084-.242c.123-.361.217-.64.44-.64.29.01.351.334.37.794.027.662-.207 1.172-.67 1.623-.532.518-.93 1.009-.785 1.65.1.453.57.75 1.31.788.76.029 1.99.038 2.84.02.797-.02 1.258-.385 1.348-.874.057-.29.002-.482-.052-.666-.048-.164-.096-.32-.057-.533.045-.25.263-.356.498-.356s.46.106.496.356c.034.208-.01.362-.058.523-.054.187-.112.381-.05.676.1.48.552.844 1.348.873.85.02 2.08.01 2.83-.03.742-.037 1.212-.335 1.311-.786.145-.643-.251-1.124-.785-1.65-.46-.453-.697-.96-.67-1.622.018-.46.09-.787.371-.797.225-.008.32.275.443.645q.038.114.082.238c.162.441.37.606.596.606.28 0 .452-.175.488-.569s.217-.517.434-.527c.216-.014.432.09.652.195q.114.055.227.104c.389.163.749.19 1.057.027.498-.26.499-.863.336-1.285-.232-.587-.642-.867-1.409-1.39l-.03-.02c-.589-.403-.995-.952-1.067-2.065-.044-.699.002-1.266.054-1.9.056-.682.118-1.44.08-2.514-.054-1.593-.594-2.803-.93-3.513-.397-.825-.47-1.42-.497-2.38a72 72 0 0 1-.006-2.013c.003-.597.005-1.142-.004-1.414-.018-.605-.254-.997-.643-1.2a1.15 1.15 0 0 0-.545-.13m-7.6 7.08h.032c.335 0 .615.287.615.652 0 .355-.27.653-.615.653a.63.63 0 0 1-.613-.653c0-.343.254-.634.582-.652zm6.929 0h.033c.334 0 .613.287.613.652 0 .355-.27.653-.613.653a.63.63 0 0 1-.615-.653c0-.343.253-.634.582-.652m-3.442 1.246c1.447 0 2.488.346 3.483 1.248.687.624 1.14 1.862.597 2.783-.262.47-.769.846-1.375.903-.805.077-1.302-.23-1.619-.604-.307-.356-.633-.691-1.094-.691-.46 0-.786.334-1.093.69-.317.374-.824.682-1.62.605a1.8 1.8 0 0 1-1.375-.903c-.515-.93-.071-2.169.616-2.783 1.004-.902 2.033-1.248 3.48-1.248m.01 6.278c1.574 0 2.867 1.363 2.867 3.042 0 1.68-1.284 3.043-2.867 3.043s-2.867-1.363-2.867-3.043 1.285-3.042 2.867-3.042"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/americanairlines.svg b/mkdocs-material/material/templates/.icons/simple/americanairlines.svg new file mode 100644 index 0000000..7819a2a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/americanairlines.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 .244h3.264c1.377 0 1.942.563 2.499 1.116.637.58 2.57 3.196 6.657 8.303H7.997c-1.809 0-2.38-.308-3.08-1.375zm10.424 17.072-2.427-4.013c-.292-.455-.372-.854-.372-1.318 0-.51.217-.79 1.053-1.233.973-.466 2.933-.67 4.954-.67 3.283 0 4.07 1.055 4.405 2.192 0 0-.464-.185-1.554-.185-3.459 0-6.223 1.68-6.223 4.221 0 .534.164 1.006.164 1.006m4.936-3.417c-2.547.089-5.032 1.869-4.936 3.416l2.7 4.486c.836 1.344 2.215 1.955 3.932 1.955H24l-8.13-9.852a6 6 0 0 0-.51-.005"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/americanexpress.svg b/mkdocs-material/material/templates/.icons/simple/americanexpress.svg new file mode 100644 index 0000000..ff94490 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/americanexpress.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.015 14.378c0-.32-.135-.496-.344-.622-.21-.12-.464-.135-.81-.135h-1.543v2.82h.675v-1.027h.72c.24 0 .39.024.478.125.12.13.104.38.104.55v.35h.66v-.555c-.002-.25-.017-.376-.108-.516a.75.75 0 0 0-.33-.234l.02-.008a.78.78 0 0 0 .48-.747zm-.87.407-.028-.002c-.09.053-.195.058-.33.058h-.81v-.63h.824c.12 0 .24 0 .33.05a.27.27 0 0 1 .15.255c0 .12-.045.215-.134.27zm5.152 1.052H19v.6h1.304c.676 0 1.05-.278 1.05-.884 0-.28-.066-.448-.187-.582-.153-.133-.392-.193-.73-.207l-.376-.015c-.104 0-.18 0-.255-.03a.21.21 0 0 1-.15-.21c0-.09.017-.166.09-.21a.5.5 0 0 1 .272-.06h1.23v-.602h-1.35c-.704 0-.958.437-.958.84 0 .9.776.855 1.407.87.104 0 .18.015.225.06.046.03.082.106.082.18 0 .077-.035.15-.08.18-.06.053-.15.07-.277.07M0 0v10.096L.81 8.22h1.75l.225.464V8.22h2.043l.45 1.02.437-1.013h6.502c.295 0 .56.057.756.236v-.23h1.787v.23c.307-.17.686-.23 1.12-.23h2.606l.24.466v-.466h1.918l.254.465v-.466h1.858v3.948H20.87l-.36-.6v.585h-2.353l-.256-.63h-.583l-.27.614h-1.213c-.48 0-.84-.104-1.08-.24v.24h-2.89v-.884c0-.12-.03-.12-.105-.135h-.105v1.036H6.067v-.48l-.21.48H4.69l-.202-.48v.465H2.235l-.256-.624H1.4l-.256.624H0V24h23.786v-7.108c-.27.135-.613.18-.973.18H21.09v-.255c-.21.165-.57.255-.914.255H14.71v-.9c0-.12-.018-.12-.12-.12h-.075v1.022h-1.8v-1.066c-.298.136-.643.15-.928.136h-.214v.915h-2.18l-.54-.617-.57.6H4.742v-3.93h3.61l.518.602.554-.6h2.412c.28 0 .74.03.942.225v-.24h2.177c.202 0 .644.045.903.225v-.24h3.265v.24c.163-.164.508-.24.803-.24h1.89v.24c.194-.15.464-.24.84-.24h1.176V0zm21.156 14.955q.005.009.01.016c.01.01.024.01.032.02zm2.672-1.873h.065v.555h-.065zm.037 1.948v-.005c-.03-.025-.046-.048-.075-.07-.15-.153-.39-.215-.764-.225l-.36-.012a.9.9 0 0 1-.27-.03.21.21 0 0 1-.15-.21q0-.136.09-.204c.076-.045.15-.05.27-.05h1.223v-.588h-1.283c-.69 0-.96.437-.96.84 0 .9.78.855 1.41.87.104 0 .18.015.224.06.046.03.076.106.076.18 0 .07-.034.138-.09.18-.045.056-.136.07-.27.07h-1.288v.605h1.287c.42 0 .734-.118.9-.36h.03c.09-.134.135-.3.135-.523 0-.24-.045-.39-.135-.526zm-5.268-.822v-.583h-2.235v2.833h2.235v-.585h-1.57v-.57h1.533v-.584h-1.532v-.51M13.51 8.787h.685V11.6h-.684zm-.384.756-.007.006c0-.314-.13-.5-.34-.624-.217-.125-.47-.135-.81-.135H10.43v2.82h.674v-1.034h.72c.24 0 .39.03.487.12.122.136.107.378.107.548v.354h.677v-.553c0-.25-.016-.375-.11-.516a.8.8 0 0 0-.33-.237c.172-.07.472-.3.472-.75zm-.855.396h-.015c-.09.054-.195.056-.33.056H11.1v-.623h.825c.12 0 .24.004.33.05.09.04.15.128.15.25s-.047.22-.134.266zm3.649-.566h.632v-.6h-.644c-.464 0-.804.105-1.02.33-.286.3-.362.69-.362 1.11 0 .512.123.833.36 1.074.232.238.645.31.97.31h.78l.255-.627h1.39l.262.627h1.36v-2.11l1.272 2.11h.95l.002.002V8.786h-.684v1.963l-1.18-1.96h-1.02V11.4L18.11 8.744h-1.004l-.943 2.22h-.3c-.177 0-.362-.03-.468-.134-.125-.15-.186-.36-.186-.662 0-.285.08-.51.194-.63.133-.135.272-.165.516-.165zm1.668-.108.464 1.118v.002h-.93zM2.38 10.97l.254.628H4V9.393l.972 2.205h.584l.973-2.202.015 2.202h.69v-2.81H6.118l-.807 1.904-.876-1.905H3.343v2.663L2.205 8.787h-.997L.01 11.597h.72l.26-.626zm-.688-1.705.46 1.118-.003.002h-.915l.457-1.12zm10.164 4.355H9.714l-.85.923-.825-.922H5.346v2.82H8l.855-.932.824.93h1.302v-.94h.838c.6 0 1.17-.164 1.17-.945l-.006-.003c0-.78-.598-.93-1.128-.93zM7.67 15.853l-.014-.002H6.02v-.557h1.47v-.574H6.02v-.51H7.7l.733.82-.764.824zm2.642.33-1.03-1.147 1.03-1.108v2.253zm1.553-1.258h-.885v-.717h.885c.24 0 .42.098.42.344 0 .243-.15.372-.42.372zM9.967 9.373v-.586H7.73V11.6h2.237v-.58H8.4v-.564h1.527V9.88H8.4v-.507"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/amg.svg b/mkdocs-material/material/templates/.icons/simple/amg.svg new file mode 100644 index 0000000..59b199c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/amg.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 11.894a.12.12 0 0 0-.127-.127h-2.266a.12.12 0 0 0-.127.127v.19a.14.14 0 0 0 .127.149h1.419c.085 0 .085.042.085.148v.02c0 .106 0 .127-.085.127h-2.901a.12.12 0 0 1-.127-.127v-.824a.12.12 0 0 1 .127-.128h3.727a.12.12 0 0 0 .127-.127v-.317a.12.12 0 0 0-.127-.127h-4.616a.12.12 0 0 0-.127.127v2.054a.12.12 0 0 0 .127.127h4.616a.12.12 0 0 0 .127-.127v-1.165m-7.37.55a.32.32 0 0 1-.19.085h-.593a.3.3 0 0 1-.19-.084l-1.122-.72c-.064-.043-.127-.022-.127.063v1.207a.12.12 0 0 1-.128.127h-.593a.14.14 0 0 1-.148-.127v-2.054c0-.084.064-.127.148-.127h.636a.5.5 0 0 1 .19.064l1.525.995a.16.16 0 0 0 .19 0l1.525-.995a.3.3 0 0 1 .19-.064h.636a.12.12 0 0 1 .127.127v2.054a.12.12 0 0 1-.127.127h-.593a.14.14 0 0 1-.148-.127v-1.207q0-.127-.127-.063zm-6.606-1.016c-.042 0-.063.02-.106.064l-.36.466c-.02.042 0 .063.02.063h2.605c.085 0 .085-.042.085-.105v-.318c0-.106 0-.149-.085-.149h-2.159zM8.48 13.143h-.763a.071.071 0 0 1-.064-.105l1.63-2.118a.22.22 0 0 1 .149-.085h3.515a.164.164 0 0 1 .148.17v2.011a.12.12 0 0 1-.127.127h-.593a.12.12 0 0 1-.127-.127v-.296c0-.085 0-.106-.085-.106h-3.09a.14.14 0 0 0-.127.085v.02l-.233.296a.37.37 0 0 1-.233.127zm-1.546 0a.32.32 0 0 0 .212-.127l1.588-2.054c.063-.084.02-.148-.043-.148h-.317a.22.22 0 0 0-.148.085l-1.63 2.117a.072.072 0 0 0 .063.106h.275zm-1.101 0a.32.32 0 0 0 .212-.127l1.588-2.054c.063-.084.021-.148-.043-.148h-.444a.22.22 0 0 0-.149.085l-1.63 2.117a.072.072 0 0 0 .064.106h.402zm-1.8 0a.071.071 0 0 1-.063-.105l1.63-2.118a.21.21 0 0 1 .148-.085h.657c.084 0 .106.064.042.149l-1.588 2.054a.29.29 0 0 1-.212.127h-.614zm-1.503 0a.071.071 0 0 1-.064-.105l1.63-2.118a.22.22 0 0 1 .149-.085h.868c.085 0 .106.064.042.149l-1.588 2.054a.29.29 0 0 1-.211.127h-.826zm-2.457 0a.071.071 0 0 1-.063-.105l1.63-2.118a.22.22 0 0 1 .149-.085h1.926c.085 0 .106.064.043.149l-1.588 2.054a.29.29 0 0 1-.212.127H.072Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/amp.svg b/mkdocs-material/material/templates/.icons/simple/amp.svg new file mode 100644 index 0000000..7a45cb2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/amp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0c6.628 0 12 5.373 12 12s-5.372 12-12 12C5.373 24 0 18.627 0 12S5.373 0 12 0m-.92 19.278 5.034-8.377a.44.44 0 0 0 .097-.268.455.455 0 0 0-.455-.455l-2.851.004.924-5.468-.927-.003-5.018 8.367s-.1.183-.1.291c0 .251.204.455.455.455l2.831-.004-.901 5.458z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/amul.svg b/mkdocs-material/material/templates/.icons/simple/amul.svg new file mode 100644 index 0000000..b60e2a4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/amul.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.794 11.772c-.104-.443-.546-1.492-.786-1.796-.04-.031-.062-.046-.078-.068l-.718 1.748s.375.091.796.148c.271.03.558.03.786-.032m17-1.593v3.536c0 .7-.282.59-.385.613l1.209 1.018L24 14.236c-.014-.086-.063-.171-.124-.195-.475.294-.443-.302-.443-.302V9.527c0-.528-.933-1.097-1.285-.986l-1.304 1.297c.015.054.06.162.203.186.61-.56.747 0 .747.155m-5.576 2.184v1.5c0 .528-.2.428-.348.488.412.218.972.668 1.454 1.011l1.446-.916 1.073.94 1.266-1.236s-.016-.18-.17-.171c-.444.436-.575-.288-.575-.288v-1.833c0-.801-1.028-.98-1.244-.972l-1.035 1.01a.4.4 0 0 0 .194.165c.484-.382.567.17.567.17v1.5c-.014.62-1.14.847-1.14.008v-2.09c-.095-.576-.912-.895-1.028-.794l-1.181.972c.055.093.06.204.207.187.523-.367.514.349.514.349m-7.805-.287v1.632c0 .45-.334.442-.44.465l1.274 1.104 1.227-1.08a.5.5 0 0 0-.115-.178c-.203.107-.357.046-.357-.22v-1.654c.108-.512.838-.397.838-.047v1.696c-.018.34-.156.488-.31.535l1.156.956 1.243-1.043c-.02-.085-.02-.16-.129-.2-.124.008-.357.25-.357-.288v-1.617c.256-.653.885-.31.91.055v1.516c-.009.357-.074.583-.366.683l1.204.94 1.276-1.15c0-.077-.11-.157-.15-.178-.419.364-.396-.095-.402-.165v-2.09c-.017-.365-.7-1.125-1.61-.783l-.91.668c-.484-.824-1.19-.847-1.378-.8-.308.044-.962.838-1.038.713-.288-.713-1.053-.728-1.209-.706l-1.07.924c.054.117.141.132.2.155.289-.17.485-.132.513.157m-5.571.491-.334.906.79.506c.112.071.253.024.476-.18l.157.157c-.357.41-.73.8-1.096 1.212-.482-.442-1.05-.877-1.594-.877-.628.013-1.213.62-.606 1.717.017.022-.094.138-.156.09-.465-.395-.652-1.482-.286-2.095.256-.397.72-.785 1.513-.693l.313-.85c-.287-.113-.598 0-.988.308.132-.67.551-1.136 1.412-1.252l.882-2.114c-.467-.187-.903.04-1.12.436-.132-.017-.225-.063-.25-.147l.903-1.68c.44-.153.817-.153 1.151-.048 1.376.436 2.067 2.76 3.098 5.325.095.248.221.271.516-.046l.21.186-1.86 1.85-.856-2.558c0 .022-.417.125-1.107.063a5.7 5.7 0 0 1-1.168-.216"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ana.svg b/mkdocs-material/material/templates/.icons/simple/ana.svg new file mode 100644 index 0000000..4c8ecff --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ana.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.11 8.975-3.454 6.05h3.432l3.455-6.05zm3.933 0-3.455 6.05h.959L24 8.975zm-10.01.781H14.8l.403 5.27h-1.31l-.025-.58a.206.206 0 0 0-.202-.227h-1.867l.429-.757h1.21c.151 0 .328.026.328-.202l-.202-2.37c0-.15-.126-.226-.227-.075L11.193 15h-.882zm-9.983 0h1.74l.353 5.27h-1.31l-.026-.58a.226.226 0 0 0-.227-.227H1.563l.429-.757h1.386c.151 0 .328.026.328-.202l-.151-2.37c0-.15-.126-.226-.227-.075L.882 15H0zm3.278 0h1.79l1.16 4.084c.05.126.15.101.176 0l.756-4.084h.782l-.933 5.27H8.244l-1.135-4.034c-.025-.101-.151-.127-.176 0l-.706 4.033h-.832Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/anaconda.svg b/mkdocs-material/material/templates/.icons/simple/anaconda.svg new file mode 100644 index 0000000..4e5c1ee --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/anaconda.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.045.033a12.181 12.182 0 0 0-1.361.078 17.512 17.513 0 0 1 1.813 1.433l.48.438-.465.45a15 15 0 0 0-1.126 1.205l-.178.215a9 9 0 0 1 .86-.05 8.154 8.155 0 1 1-4.286 15.149 15.764 15.765 0 0 1-1.841.106h-.86a22 22 0 0 0 .264 2.866 11.966 11.967 0 1 0 6.7-21.89M8.17.678a12.181 12.182 0 0 0-2.624 1.275 16 16 0 0 1 1.813.43A18.551 18.552 0 0 1 8.17.678M9.423.75a16.237 16.238 0 0 0-.995 1.998 16.15 16.152 0 0 1 1.605.66 7 7 0 0 1 .43-.509q.35-.43.716-.817A15 15 0 0 0 9.423.75M4.68 2.949a14.969 14.97 0 0 0 0 2.336c.587-.065 1.196-.1 1.812-.107a17 17 0 0 1 .48-1.748 16.48 16.481 0 0 0-2.292-.481M3.62 3.5a12 12 0 0 0-1.858 2.38 17 17 0 0 1 1.877-.444A17 17 0 0 1 3.62 3.5m4.406.287c-.143.437-.265.888-.38 1.347a8.3 8.3 0 0 1 1.67-.803c-.423-.2-.845-.38-1.29-.544M6.3 6.216a14 14 0 0 0-1.555.108c.064.523.157 1.038.272 1.554A8.4 8.4 0 0 1 6.3 6.216m-2.55.137a15.3 15.3 0 0 0-2.602.716H1.07v.079a17.104 17.105 0 0 0 1.267 2.544l.043.071.072-.049a16 16 0 0 1 1.734-1.083l.057-.035V8.54a17 17 0 0 1-.408-2.094v-.092zM.644 8.095l-.063.2A11.844 11.845 0 0 0 0 11.655v.209l.143-.152a17.706 17.707 0 0 1 1.584-1.447l.057-.043-.043-.064a16 16 0 0 1-1.025-1.87zm3.77 1.253-.18.1c-.465.273-.93.573-1.375.889l-.065.05.05.064c.309.437.645.867.996 1.276l.137.165v-.208a8.2 8.2 0 0 1 .364-2.15zM2.2 10.853l-.072.05a16.6 16.6 0 0 0-1.813 1.734l-.058.058.066.057a15.5 15.5 0 0 0 1.991 1.483l.072.05.043-.08a16.738 16.74 0 0 1 1.053-1.64v-.05l-.043-.05a17 17 0 0 1-1.19-1.54zm1.855 2.071-.121.172a15 15 0 0 0-.917 1.433l-.043.072.071.043a17 17 0 0 0 1.562.766l.193.086-.086-.193a8 8 0 0 1-.66-2.172zm-3.976.48v.2a11.758 11.759 0 0 0 .946 3.326l.078.186.072-.194a16.215 16.216 0 0 1 .845-2l.057-.063-.064-.043a17.197 17.198 0 0 1-1.776-1.284zm2.543 1.805-.035.08a15.764 15.765 0 0 0-.983 2.479v.08h.086a16.15 16.152 0 0 0 2.688.5l.072.007v-.086a18 18 0 0 1 .164-2.056v-.065H4.55a16 16 0 0 1-1.849-.896zm2.544 1.169v.114a17 17 0 0 0-.151 1.828v.078h.931c.287 0 .624.014.946 0h.209l-.166-.129a8 8 0 0 1-1.64-1.834zm-3.29 2.1.115.172a12 12 0 0 0 2.502 2.737l.157.129v-.201a22.578 22.58 0 0 1-.2-2.336v-.071h-.072a16 16 0 0 1-2.3-.387z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/analogue.svg b/mkdocs-material/material/templates/.icons/simple/analogue.svg new file mode 100644 index 0000000..6826722 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/analogue.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.468 12.804a5.145 5.145 0 1 0-.644 10.27 5.145 5.145 0 0 0 .644-10.27m17.841 2.562L16.45 3.484a5.146 5.146 0 0 0-8.912 5.15l6.86 11.878a5.15 5.15 0 0 0 7.031 1.885 5.146 5.146 0 0 0 1.881-7.031z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/andela.svg b/mkdocs-material/material/templates/.icons/simple/andela.svg new file mode 100644 index 0000000..2e7a015 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/andela.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.999 4.586 13.956.511A3.94 3.94 0 0 0 12 0c-.713 0-1.378.183-1.946.511L2.982 4.586a4.01 4.01 0 0 0-1.917 3.42v7.997a3.99 3.99 0 0 0 1.927 3.421l7.014 4.046c.587.337 1.262.53 1.994.53.723 0 1.407-.193 1.994-.53l6.937-4.008a4.01 4.01 0 0 0 2.004-3.468V7.997a4 4 0 0 0-1.936-3.411m.298 7.534h-.038c-5.039.02-9.143 4.143-9.143 9.182a.117.117 0 0 1-.116.116.12.12 0 0 1-.116-.116v-.038c-.019-5.039-4.143-9.144-9.181-9.144a.116.116 0 0 1-.116-.115c0-.068.058-.116.116-.116h.038c5.039-.019 9.143-4.143 9.143-9.182 0-.067.058-.115.116-.115.067 0 .116.058.116.115 0 5.059 4.114 9.182 9.181 9.182.068 0 .116.058.116.116.01.067-.048.115-.116.115"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/android.svg b/mkdocs-material/material/templates/.icons/simple/android.svg new file mode 100644 index 0000000..03b7b85 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/android.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.44 5.559q-1.015 1.748-2.028 3.498-.055-.023-.111-.043a12.098 12.098 0 0 0-8.68.033C7.537 8.897 5.868 6.026 5.6 5.56a1 1 0 0 0-.141-.19 1.104 1.104 0 0 0-1.768 1.298c1.947 3.37-.096-.216 1.948 3.36.017.03-.495.263-1.393 1.017C2.9 12.176.452 14.772 0 18.99h24a11.7 11.7 0 0 0-.746-3.068 12.1 12.1 0 0 0-2.74-4.184 12 12 0 0 0-2.131-1.687c.66-1.122 1.312-2.256 1.965-3.385a1.11 1.11 0 0 0-.008-1.12 1.1 1.1 0 0 0-.852-.532c-.522-.054-.939.313-1.049.545m-.04 8.46c.395.593.324 1.331-.156 1.65-.48.32-1.188.1-1.582-.493s-.324-1.33.156-1.65c.473-.316 1.182-.11 1.582.494m-11.193-.492c.48.32.55 1.058.156 1.65-.394.593-1.103.815-1.584.495-.48-.32-.55-1.058-.156-1.65.4-.603 1.109-.811 1.584-.495"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/androidauto.svg b/mkdocs-material/material/templates/.icons/simple/androidauto.svg new file mode 100644 index 0000000..5c947fe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/androidauto.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0c-.6 0-1.11.32-1.39.8L.48 18.4a1.6 1.6 0 0 0 1.39 2.4h2l7.7-13.58.43-.77 8.13 14.35h2a1.6 1.6 0 0 0 1.39-2.4L13.39.8A1.6 1.6 0 0 0 12 0m0 7.47-9.07 16 .54.53L12 20.8l8.53 3.2.54-.53z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/androidstudio.svg b/mkdocs-material/material/templates/.icons/simple/androidstudio.svg new file mode 100644 index 0000000..3fb9a92 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/androidstudio.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.27 10.337a.604.604 0 0 0-.603.603v9.832h-1.738l-3.336-6.94c.476-.538.68-1.285.525-2a2.29 2.29 0 0 0-1.29-1.625v-.812a.847.847 0 0 0-.844-.864.85.85 0 0 0-.432.118.86.86 0 0 0-.412.766v.72a2.3 2.3 0 0 0-1.487 2.52 2.3 2.3 0 0 0 .591 1.21l-3.21 6.907H4.094a1.996 1.996 0 0 1-1.983-1.99V5.017c-.006 1.102.883 2 1.986 2.006a2 2 0 0 0 .132-.004h14.745s2.535-.218 2.862 1.54a.495.495 0 0 0-.445.489c0 .711-.579 1.29-1.302 1.29zm-2.048 12.2a.973.973 0 0 1-.45 1.3 1 1 0 0 1-.402.093 1 1 0 0 1-.32-.045c-.024-.008-.046-.021-.07-.031a1 1 0 0 1-.227-.132q-.038-.029-.072-.06a1 1 0 0 1-.21-.276l-1.256-2.614-1.558-3.245a.77.77 0 0 0-.7-.444h-.002a.79.79 0 0 0-.709.444l-1.51 3.245-1.233 2.646a.97.97 0 0 1-.798.58c-.063.005-.124-.002-.185-.009q-.052-.003-.103-.012c-.048-.01-.095-.028-.142-.045-.03-.012-.06-.02-.09-.034a1 1 0 0 1-.14-.09q-.033-.02-.066-.044a1 1 0 0 1-.169-.185.98.98 0 0 1-.07-.985l.846-1.822 3.268-7.031a1.8 1.8 0 0 1-.708-1.164c-.155-.98.513-1.9 1.493-2.056V9.395a.35.35 0 0 1 .168-.316.35.35 0 0 1 .354 0 .35.35 0 0 1 .167.316v1.159l.013.006a1.8 1.8 0 0 1 1.288 1.378 1.78 1.78 0 0 1-.644 1.784l3.389 7.05zm-4.238-10.231a1.1 1.1 0 0 0-1.093-1.108 1.12 1.12 0 0 0-.786.321 1.1 1.1 0 0 0-.323.772 1.1 1.1 0 0 0 1.093 1.108h.008c.605 0 1.097-.488 1.101-1.093m-1.027 5.277a.29.29 0 0 0-.257.155l-1.413 3.034h3.374l-1.457-3.033a.27.27 0 0 0-.247-.156m8.143-6.746h-.83a.103.103 0 0 0-.103.103v12.91a.103.103 0 0 0 .096.103h.844a1.79 1.79 0 0 0 1.783-1.79V9.047a1.79 1.79 0 0 1-1.79 1.79M2.61 5.017v.018a1.5 1.5 0 0 0 1.487 1.487l.131-.003h1.129a6.6 6.6 0 0 1 1.638-3.486H4.099A1.99 1.99 0 0 0 2.18 4.53c.242.036.43.235.43.486m6.338-2.899L7.91.328a.22.22 0 0 1 0-.218.24.24 0 0 1 .187-.11.22.22 0 0 1 .187.11l1.05 1.815a6.5 6.5 0 0 1 5.318 0L15.696.11a.219.219 0 0 1 .373.22l-1.03 1.79a6.12 6.12 0 0 1 3.098 4.401L5.85 6.52a6.12 6.12 0 0 1 3.097-4.4m5.377 2.62a.515.515 0 0 0 .527.503.515.515 0 0 0 .516-.515.521.521 0 0 0-.889-.367.52.52 0 0 0-.154.38m-5.717-.006a.515.515 0 0 0 .52.51.5.5 0 0 0 .367-.149.522.522 0 1 0-.734-.734.52.52 0 0 0-.153.373"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/angular.svg b/mkdocs-material/material/templates/.icons/simple/angular.svg new file mode 100644 index 0000000..37b7343 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/angular.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.712 17.711H7.288l-1.204 2.916L12 24l5.916-3.373zM14.692 0l7.832 16.855.814-12.856zM9.308 0 .662 3.999l.814 12.856zm-.405 13.93h6.198L12 6.396z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/anilist.svg b/mkdocs-material/material/templates/.icons/simple/anilist.svg new file mode 100644 index 0000000..36e589b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/anilist.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 17.53v2.421c0 .71-.391 1.101-1.1 1.101h-5l-.057-.165L11.84 3.736c.106-.502.46-.788 1.053-.788h2.422c.71 0 1.1.391 1.1 1.1v12.38H22.9c.71 0 1.1.392 1.1 1.101zM11.034 2.947l6.337 18.104h-4.918l-1.052-3.131H6.019l-1.077 3.131H0L6.361 2.948h4.673zm-.66 10.96-1.69-5.014-1.541 5.015h3.23z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/animalplanet.svg b/mkdocs-material/material/templates/.icons/simple/animalplanet.svg new file mode 100644 index 0000000..1b953d4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/animalplanet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18.814 5.94-.494.858c2.605.509 4.118 1.618 4.118 2.917 0 .865-.649 1.696-1.762 1.696-1.699 0-2.949-2.673-2.949-2.673-.356-.011-.993-.026-.993-.026s-1.822-2.342-4.595-3.168v3.798c.244.205.559.499.855.863-1.252-.757-2.552-1.317-4.847-1.317-2.496 0-5.547 1.007-7.242 3.763l.178.322c.773-.873 1.968-1.402 2.006-1.416C1.424 13.012.469 15.427 0 16.998l1.456 1.457a10.69 10.69 0 0 1 8.055-3.588c2.77 0 5.582 1.157 7.534 3.157l1.577-1.579c-1.324-2.263-2.924-3.861-2.972-3.909.068.031 1.487.85 3.975.85 2.312 0 4.375-1.285 4.375-3.203 0-2.292-1.965-3.745-5.186-4.243"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ankermake.svg b/mkdocs-material/material/templates/.icons/simple/ankermake.svg new file mode 100644 index 0000000..3d71035 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ankermake.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12.35 10.462 3.075 3.122c.187.187.187.42 0 .606l-3.122 3.123c-.186.186-.42.186-.606 0L8.575 14.19c-.187-.186-.187-.419 0-.606l3.169-3.122c.186-.186.419-.186.606 0m-1.585-1.584c.14.186.14.419-.047.605l-3.122 3.123c-.186.186-.419.186-.606 0l-1.724-1.724v12.675H0V.443h2.33zM21.717.443H24v23.114h-5.266V10.882l-1.724 1.724c-.187.186-.42.186-.606 0l-3.122-3.123c-.187-.186-.187-.419 0-.605z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/anki.svg b/mkdocs-material/material/templates/.icons/simple/anki.svg new file mode 100644 index 0000000..90f023d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/anki.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.845 22.627-.169.131-.182.091a1.3 1.3 0 0 1-.362.079c-.27.021-.611-.036-.989-.16-.686-.223-1.537-.67-2.256-.973-.343-.145-.633-.281-.829-.254-.197.027-.44.236-.73.467-.611.486-1.311 1.145-1.91 1.546-.331.22-.644.368-.91.42q-.196.038-.37.021l-.201-.038-.196-.082-.177-.119-.143-.145a1.3 1.3 0 0 1-.187-.32c-.104-.25-.154-.593-.154-.99.001-.721.164-1.669.23-2.447.031-.37.07-.687-.016-.866s-.359-.345-.67-.55c-.65-.431-1.494-.893-2.06-1.34-.312-.246-.548-.498-.681-.735a1.3 1.3 0 0 1-.134-.345l-.025-.202.016-.213.059-.205.094-.18q.095-.147.246-.277c.207-.175.517-.33.895-.452.685-.222 1.637-.361 2.397-.539.362-.084.676-.145.819-.281.144-.138.217-.45.316-.808.209-.752.387-1.696.638-2.373.138-.373.305-.676.489-.874q.137-.147.286-.235l.185-.086.207-.051.214-.006.2.033q.17.045.339.148c.231.143.473.389.706.711.424.584.85 1.446 1.253 2.114.192.318.347.598.522.692.174.094.494.068.865.052.78-.034 1.734-.157 2.455-.128.397.017.736.081.983.195q.18.083.31.201l.14.148.112.181.072.201.03.202q.01.173-.036.368c-.063.263-.223.57-.457.891-.425.583-1.113 1.254-1.623 1.845-.244.281-.463.514-.498.71-.035.194.089.49.219.838.273.731.684 1.601.879 2.295.108.382.151.725.119.995a1.3 1.3 0 0 1-.095.358l-.098.179zm-1.54-18.929c-.018-.057-.07-.226-.122-.346-.17-.387-.418-.846-.544-1.216-.166-.483-.099-.88.102-1.096.201-.214.592-.308 1.086-.177.377.1.851.316 1.249.458.125.044.297.084.354.096.047-.032.193-.134.291-.221.316-.282.675-.659.988-.894.408-.305.807-.366 1.074-.241.266.124.476.468.504.977.021.391-.037.909-.049 1.331-.004.132.011.309.017.366.046.035.187.142.301.209.365.213.835.438 1.155.662.417.294.597.655.56.947-.035.293-.296.599-.773.782-.365.141-.875.246-1.28.364-.126.037-.29.106-.343.129-.019.056-.077.223-.105.351-.091.413-.159.93-.274 1.304-.151.487-.438.77-.727.826s-.661-.098-.983-.494c-.246-.303-.504-.756-.742-1.105a3 3 0 0 0-.229-.287 4 4 0 0 0-.366.009c-.421.042-.933.135-1.324.141-.51.008-.867-.177-1.011-.435-.142-.257-.11-.659.167-1.088.212-.328.563-.713.822-1.047.08-.104.171-.256.202-.305"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ansible.svg b/mkdocs-material/material/templates/.icons/simple/ansible.svg new file mode 100644 index 0000000..0bea09b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ansible.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10.617 11.473 4.686 3.695-3.102-7.662zM12 0C5.371 0 0 5.371 0 12s5.371 12 12 12 12-5.371 12-12S18.629 0 12 0m5.797 17.305a.85.85 0 0 1-.875.83c-.236 0-.416-.09-.664-.293l-6.19-5-2.079 5.203H6.191L11.438 5.44a.79.79 0 0 1 .764-.506.76.76 0 0 1 .742.506l4.774 11.494c.045.111.08.234.08.348z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/answer.svg b/mkdocs-material/material/templates/.icons/simple/answer.svg new file mode 100644 index 0000000..d364c78 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/answer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.486 0c-1.92 0-2.881 0-3.615.373A3.43 3.43 0 0 0 .373 1.871C-.001 2.605 0 3.566 0 5.486v9.6c0 1.92 0 2.88.373 3.613.329.645.853 1.17 1.498 1.498.734.374 1.695.375 3.615.375h11.657V24l.793-.396c2.201-1.101 3.3-1.652 4.105-2.473a6.85 6.85 0 0 0 1.584-2.56C24 17.483 24 16.251 24 13.79V5.486c0-1.92 0-2.881-.373-3.615A3.43 3.43 0 0 0 22.129.373C21.395-.001 20.434 0 18.514 0zm1.371 10.285h10.286a5.142 5.142 0 0 1-10.286.024z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ansys.svg b/mkdocs-material/material/templates/.icons/simple/ansys.svg new file mode 100644 index 0000000..84d0eb2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ansys.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.042 10.089-.993 2.423-.993-2.423H15.83l1.607 3.921-.704 1.718h1.227l2.31-5.64zm4.667 2.127q-.29-.29-.92-.433l-.699-.16a1.1 1.1 0 0 1-.353-.143.25.25 0 0 1-.101-.21q0-.185.168-.286t.463-.1q.639 0 1.296.453l.336-.84a2.7 2.7 0 0 0-.757-.38 2.8 2.8 0 0 0-.867-.134q-.52 0-.929.168a1.47 1.47 0 0 0-.63.463 1.1 1.1 0 0 0-.224.681q0 .488.282.77t.88.416l.672.152q.312.068.425.151a.28.28 0 0 1 .114.236q0 .168-.164.265-.164.096-.459.096-.413 0-.816-.126a2.8 2.8 0 0 1-.74-.353l-.337.875q.346.244.82.374.475.13 1.048.13.832 0 1.308-.34.475-.341.475-.938 0-.496-.29-.787m-9.381-.433-.698-.16a1.1 1.1 0 0 1-.354-.143.25.25 0 0 1-.1-.21q0-.185.168-.286t.463-.1q.638 0 1.295.453l.337-.84a2.7 2.7 0 0 0-.757-.38 2.8 2.8 0 0 0-.867-.134 2.4 2.4 0 0 0-.93.168 1.47 1.47 0 0 0-.63.463 1.1 1.1 0 0 0-.223.681q0 .488.282.77t.88.416l.672.152q.312.068.425.151a.28.28 0 0 1 .114.236q0 .168-.164.265-.165.096-.459.096-.411 0-.816-.126a2.8 2.8 0 0 1-.74-.353l-.336.875q.345.244.82.374.476.13 1.047.13.832 0 1.308-.34.475-.341.475-.938 0-.496-.29-.786t-.922-.434m-4.505-1.8q-.438 0-.786.176a1.44 1.44 0 0 0-.568.513v-.588H7.233v4.13h1.27V11.9q0-.42.24-.673.238-.253.634-.253.329 0 .484.194.156.193.156.614v2.43h1.27v-2.49q0-.874-.362-1.307t-1.102-.433zm-5.39-1.524-.817 1.996 1.538 3.754H6.88zm-.372-.187H2.433L0 14.21h1.628z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/anta.svg b/mkdocs-material/material/templates/.icons/simple/anta.svg new file mode 100644 index 0000000..8f45538 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/anta.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 15.237a20.74 20.74 0 0 0-9.86-7.509 31.3 31.3 0 0 1 6.91 1.014l-1.554-1.32A29.2 29.2 0 0 0 9.05 5.51a29 29 0 0 0-6.405.704L0 8.032c.335 0 .838-.021 1.175-.021a25.15 25.15 0 0 1 20.457 10.48ZM9.196 12.976h3.334l-.333 1.183h-1.053l-1.21 4.332H8.768l1.206-4.332h-1.11zm-3.77 0h1.042l.438 2.954.823-2.954h1.197L7.39 18.49H6.221l-.404-2.743-.764 2.743H3.884ZM0 18.49l2.823-5.513h1.18L3.77 18.49H2.584l.054-.74H1.526l-.36.74zm2.02-1.884h.69l.209-1.948zm8.213 1.884 2.829-5.513h1.176l-.234 5.513h-1.181l.052-.74h-1.107l-.365.74zm2.024-1.884h.69l.209-1.948z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/antdesign.svg b/mkdocs-material/material/templates/.icons/simple/antdesign.svg new file mode 100644 index 0000000..8db4359 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/antdesign.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.451 6.68c.51-.506.51-1.33 0-1.837L15.578 2.97l.003.002-2.554-2.55a1.463 1.463 0 0 0-2.05.013L.427 10.98a1.443 1.443 0 0 0 0 2.047l10.549 10.54a1.45 1.45 0 0 0 2.05 0l4.423-4.42a1.297 1.297 0 0 0 0-1.838 1.305 1.305 0 0 0-1.84 0l-3.35 3.354a.346.346 0 0 1-.495 0l-8.427-8.419a.346.346 0 0 1 0-.495l8.424-8.42q.017-.014.035-.029c.14-.11.332-.099.46.03L15.61 6.68a1.3 1.3 0 0 0 1.841 0m-8.244 5.376a2.848 2.846 0 1 0 5.696 0 2.848 2.846 0 1 0-5.696 0m14.367-1.034L20.28 7.743a1.303 1.303 0 0 0-1.841.003 1.297 1.297 0 0 0 0 1.838l2.224 2.222c.14.139.14.356 0 .495l-2.192 2.19a1.297 1.297 0 0 0 0 1.837 1.305 1.305 0 0 0 1.84 0l3.264-3.26a1.445 1.445 0 0 0-.002-2.047"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/antena3.svg b/mkdocs-material/material/templates/.icons/simple/antena3.svg new file mode 100644 index 0000000..36080a1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/antena3.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.997 10.755a7 7 0 0 0-.997-.083c-.111 0-.497.008-.998.083-2.919.438-4.948 2.08-6.201 4.695-.641 1.336-.357 2.255.8 3.166q.103.08.205.158.32.214.627.414c3.026 1.975 4.133 2.676 4.58 2.881.186.085.512.244.962.255h.048c.45-.011.777-.17.963-.255.446-.205 1.553-.907 4.579-2.882q.308-.2.629-.415l.203-.156c1.157-.911 1.441-1.83.8-3.166-1.251-2.614-3.281-4.257-6.2-4.695m7.252 4.36c.637.774 1.205.834 1.843.387.85-.597 1.894-2.857 1.908-4.724-.05-5.112-5.337-8.666-10.648-9.093-.212-.02-.534-.026-.777.153-.247.182-.292.457-.113.812.305.603.708 1.147 1.092 1.7 1.928 2.77 3.56 5.72 5.298 8.607.442.734.85 1.492 1.397 2.157zM5.148 12.956c1.738-2.886 3.37-5.837 5.297-8.607.385-.553.787-1.097 1.092-1.7.18-.355.135-.63-.113-.812-.243-.18-.565-.173-.777-.153C5.337 2.112.05 5.665 0 10.778c.013 1.867 1.057 4.128 1.908 4.724.638.447 1.206.387 1.843-.388.546-.665.954-1.423 1.397-2.157Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/anthropic.svg b/mkdocs-material/material/templates/.icons/simple/anthropic.svg new file mode 100644 index 0000000..9110889 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/anthropic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.304 3.541h-3.672l6.696 16.918H24Zm-10.608 0L0 20.459h3.744l1.37-3.553h7.005l1.369 3.553h3.744L10.536 3.541Zm-.371 10.223L8.616 7.82l2.291 5.945Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/anycubic.svg b/mkdocs-material/material/templates/.icons/simple/anycubic.svg new file mode 100644 index 0000000..e164f4b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/anycubic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m6.762.534 8.728 3.481 8.469 7.449-6.494-.631zm10.72 10.463 6.518.581-7.826 8.749-8.649 3.139zM6.592.601l10.699 10.331L7.355 23.44 0 12.465z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/anydesk.svg b/mkdocs-material/material/templates/.icons/simple/anydesk.svg new file mode 100644 index 0000000..af1fde4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/anydesk.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.322 3.677 0 12l8.322 8.323L16.645 12zm7.371.01-1.849 1.85 6.49 6.456-6.49 6.49 1.85 1.817L24 11.993Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/anytype.svg b/mkdocs-material/material/templates/.icons/simple/anytype.svg new file mode 100644 index 0000000..5b21291 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/anytype.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.333 0h13.334A5.32 5.32 0 0 1 24 5.333v13.334A5.32 5.32 0 0 1 18.667 24H5.333A5.32 5.32 0 0 1 0 18.667V5.333A5.32 5.32 0 0 1 5.333 0m10.334 7.667v-3H6.344v3zm0 0v11.666h3V7.667ZM9.5 19.333a4.833 4.833 0 1 0 0-9.666 4.833 4.833 0 0 0 0 9.666"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/aol.svg b/mkdocs-material/material/templates/.icons/simple/aol.svg new file mode 100644 index 0000000..690f352 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/aol.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.07 9.334c2.526 0 3.74 1.997 3.74 3.706s-1.214 3.706-3.74 3.706-3.74-1.997-3.74-3.706 1.213-3.706 3.74-3.706m0 5.465c.9 0 1.663-.741 1.663-1.759s-.763-1.759-1.663-1.759-1.664.741-1.664 1.759.764 1.76 1.664 1.76m4.913-7.546h2.104v9.298h-2.104zm4.618 6.567a1.398 1.398 0 1 0 .002 2.796 1.398 1.398 0 0 0-.002-2.796M5.536 7.254H3.662L0 16.55h2.482l.49-1.343h3.23l.452 1.343H9.16zm-1.91 6.068L4.6 10.08l.974 3.242z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/apache.svg b/mkdocs-material/material/templates/.icons/simple/apache.svg new file mode 100644 index 0000000..36889e0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/apache.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.805 2.197v.066h.156v.44h.072v-.44h.156v-.066zm.9 0-.175.353-.172-.353h-.087v.506h.067V2.3l.172.35h.045l.172-.35v.404h.066v-.506zm-4.257 1c-.204.31-.424.66-.66 1.06l-.04.062a45 45 0 0 0-1.265 2.29q-.281.54-.577 1.146l2.267-.25c.66-.302.955-.578 1.242-.976a16 16 0 0 0 .23-.342c.23-.363.46-.763.663-1.16.197-.386.37-.767.505-1.11q.125-.332.198-.6.062-.236.1-.45c-.884.15-1.965.295-2.668.33zM11.894 7.78l-.077.16q-.117.238-.236.488-.128.27-.26.552l-.132.287a75 75 0 0 0-1.427 3.3q-.244.596-.493 1.23c-.15.38-.297.765-.45 1.164l-.02.06q-.224.594-.453 1.22l-.01.027.72-.08a.2.2 0 0 1-.042-.006c.863-.106 2.01-.75 2.75-1.547.342-.367.652-.8.94-1.306q.319-.564.604-1.258.252-.607.48-1.318c-.196.105-.423.18-.673.235a2 2 0 0 1-.273.046c.806-.31 1.314-.905 1.683-1.64a2.8 2.8 0 0 1-.968.428q-.088.018-.174.03l-.043.006h.002c.278-.118.514-.248.718-.403a2.6 2.6 0 0 0 .637-.698l.063-.104.077-.154a8 8 0 0 0 .367-.85l.03-.088a3 3 0 0 0 .123-.463 1 1 0 0 1-.094.065c-.243.145-.66.277-.996.34l.663-.074-.664.073h-.017l-.1.017q.008-.005.017-.008l-2.265.25-.013.022zM8.27 16.45q-.176.485-.355.992l-.005.015q-.024.07-.05.142c-.08.227-.15.432-.31.9.264.12.475.435.675.793a1.44 1.44 0 0 0-.466-.99c1.293.06 2.41-.27 2.99-1.217q.075-.126.14-.268c-.26.333-.59.474-1.2.44q-.002 0-.005.002l.004-.002c.9-.404 1.354-.79 1.754-1.433q.14-.229.28-.503c-.788.81-1.702 1.04-2.664.865l-.72.078-.067.183zM15.42.112c-.376.222-1 .85-1.748 1.763l.686 1.294c.48-.687.97-1.307 1.462-1.836l.058-.062q-.03.03-.057.062c-.16.176-.644.74-1.375 1.863.703-.035 1.784-.18 2.666-.33.262-1.47-.258-2.142-.258-2.142s-.66-1.07-1.436-.61zm-3.084 6.402a40 40 0 0 1 1.306-2.26l.04-.064q.336-.529.677-1.02l-.685-1.293-.157.192q-.297.369-.613.79a40 40 0 0 0-2.016 2.97l-.022.038.893 1.763q.284-.568.575-1.118zm-3.73 8.32c.158-.406.319-.81.483-1.225.156-.394.32-.79.484-1.19a91 91 0 0 1 1.6-3.604l.205-.424c.12-.243.237-.485.36-.724a.1.1 0 0 1 .02-.04l-.895-1.763-.044.07a44 44 0 0 0-.617 1.042 38 38 0 0 0-1.092 2.04l-.094.193a25 25 0 0 0-1.258 3.087 19 19 0 0 0-.52 1.997l.896 1.77q.177-.476.364-.963zm-1.376-.476a13 13 0 0 0-.234 1.692q-.002.03-.005.06c-.28-.45-1.03-.888-1.026-.884.537.778.944 1.55 1.005 2.31-.29.058-.684-.027-1.14-.195.475.436.83.556.97.588-.434.03-.89.328-1.346.67.668-.27 1.21-.38 1.596-.29-.61 1.74-1.23 3.655-1.843 5.69a.54.54 0 0 0 .364-.354c.11-.368.84-2.786 1.978-5.965l.097-.27.028-.078q.181-.498.374-1.02l.09-.237v-.004L7.24 14.3c-.003.02-.01.04-.012.06z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/apacheairflow.svg b/mkdocs-material/material/templates/.icons/simple/apacheairflow.svg new file mode 100644 index 0000000..5e349d5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/apacheairflow.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17.195 16.822 4.002-4.102C23.55 10.308 23.934 5.154 24 .43a.4.4 0 0 0-.246-.373.39.39 0 0 0-.437.09l-6.495 6.658-4.102-4.003C10.309.45 5.154.066.43 0H.423a.397.397 0 0 0-.277.683l6.658 6.494-4.003 4.103C.45 13.692.065 18.846 0 23.57a.398.398 0 0 0 .683.282l6.494-6.657 3.934 3.837.17.165c2.41 2.353 7.565 2.737 12.288 2.803h.006a.397.397 0 0 0 .277-.683zm-.409-9.476c.04.115.05.24.031.344-.17.96-1.593 2.538-4.304 3.87a.6.6 0 0 0-.08-.079c1.432-3.155 1.828-5.61 1.175-7.322l3.058 2.984zm-.131 9.44a.7.7 0 0 1-.347.031c-.96-.171-2.537-1.594-3.87-4.307a1 1 0 0 0 .08-.078l-.001.001c3.155 1.432 5.61 1.83 7.324 1.174l-2.969 3.043M23.568.392a.05.05 0 0 1 .052-.011c.018.006.03.024.029.043-.065 4.655-.437 9.726-2.703 12.05-1.53 1.565-4.326 1.419-8.283-.377.006-.037.021-.07.02-.108 0-.044-.017-.082-.026-.123 2.83-1.39 4.315-3.037 4.506-4.115.057-.322-.009-.542-.102-.688zM.393.43A.05.05 0 0 1 .382.38C.39.36.403.343.425.35c4.655.065 9.727.438 12.05 2.703l.002.002c1.56 1.527 1.415 4.323-.379 8.28-.033-.005-.062-.02-.097-.02h-.008c-.045.001-.084.019-.126.027-1.39-2.83-3.037-4.314-4.115-4.506-.323-.057-.542.01-.688.103zm11.94 11.563a.33.33 0 0 1-.327.335H12a.332.332 0 0 1-.004-.661c.172.016.333.144.335.326zm-5.12 4.661a.7.7 0 0 1-.03-.345c.17-.96 1.595-2.54 4.309-3.873.013.016.019.035.033.05.013.012.03.017.044.028-1.434 3.158-1.83 5.613-1.177 7.326l-3.041-2.967m-.006-9.659a.74.74 0 0 1 .345-.031c.961.17 2.54 1.594 3.871 4.306a.6.6 0 0 0-.079.08c-2.167-.983-4.007-1.484-5.498-1.484q-1.02 0-1.825.308L7.128 7.35M.43 23.607c-.018.018-.038.015-.052.01q-.028-.01-.028-.043c.065-4.654.437-9.725 2.703-12.049 1.527-1.565 4.325-1.419 8.286.378-.006.035-.02.067-.02.104 0 .043.018.083.026.124-2.831 1.391-4.317 3.04-4.51 4.117-.057.322.01.542.103.688zm23.144.042c-4.655-.065-9.726-.437-12.05-2.703l-.005-.006c-1.56-1.526-1.412-4.322.383-8.279.033.005.064.02.098.02h.009c.043 0 .08-.018.122-.027 1.39 2.832 3.036 4.317 4.115 4.51q.125.021.23.021a.78.78 0 0 0 .45-.133l6.68 6.516c.02.02.016.04.01.052a.04.04 0 0 1-.042.029"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/apacheant.svg b/mkdocs-material/material/templates/.icons/simple/apacheant.svg new file mode 100644 index 0000000..13634de --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/apacheant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.006 17.292c-.245.167-.534.36-.618.445-.148.147-.322.455-.452.643-.129.187-.486.268-.687.16-.2-.107-.12-.08.12-.147.163-.045.882-.646 1.401-1.101zm2.434-5.4c-.23-.013-.444-.003-.589.047-.428.147-1.352.696-1.5 1.03-.12.276-.25.515-.263.815a1 1 0 0 0-.05.122zm17.41 1.711s-.309-.312-.576-.432c-.268-.121-.255-.242-.415-.255a2.4 2.4 0 0 1-.697-.174c-.24-.107-.923-.388-1.218-.549a4 4 0 0 1-.563-.348c-.08-.067-.214-.058-.468-.018 0 0-.724.165-.978.285-.14.067-.378.194-.579.309l.072.167c.08-.062.174-.121.28-.167.334-.148.655-.282 1.03-.309.375-.026.429-.053.429-.053s.174-.027.375.08c.2.107 1.393.71 1.567.777s.442.188.63.335c.186.147.334.134.334.134s.134.147.335.281c.2.134.267.2.388.228.12.026.362.151.054-.29zm-8.087 5.291c-.268-.093-.616-.32-.657-.388-.04-.067-.16-.12-.16-.12s-.359-.421-.573-.836c0 0-.043-.104-.11-.258h-.255c.193.23.436.567.668.86.255.322.11.354.19.354s.026.054.093.12c.067.068.429.282.523.349.093.067.482.2.535.16s.08-.173.08-.173-.067.026-.334-.068m-2.43-5.217a1 1 0 0 0 .058-.078c.197-.296.425-.53.54-.78q.064.018.128.022c.01.251.127.45.216.61.06.113.208.243.367.362a2 2 0 0 0-.249.053s-1.089.22-1.29.327-.37.248-.498.207.213-.16.509-.383a.56.56 0 0 0 .219-.34m.73-1.842a1.2 1.2 0 0 0-.279.075 1.2 1.2 0 0 0-.367-.333c.048-.107.101-.24.188-.362.134-.187.268-.187.308-.04.025.089.097.415.15.66m2.007 1.235c.134.016.134.05.268.25.134.201.167.469.067.57s-.218.133-.502-.252-.006-.59.167-.568m-7.527-2.685a10 10 0 0 0-.688.452l7.131-5.98h.086l3.24 7.59a3 3 0 0 0-.301.188s-.106 0-.146.05l-.015-.01c-.067-.04-.495-.455-.495-.455-.215-.188-.577-.576-.804-.764-.228-.187-1.145-.478-1.526-.441-.358.034-.526.267-.618.495a2.4 2.4 0 0 0-.24-.361l-.294-.349s-.241 0-.482.161c-.146.097-.351.318-.49.476a.43.43 0 0 0-.26.073c-.174.147-1.165.844-1.205 1.018q-.039.161-.119.22a.37.37 0 0 0-.417-.073l-.036.016c-.025-.483-.092-1.748-.125-1.877-.04-.16-.12-.281-.254-.214-.134.066-.255.254-.255.455 0 .2.08.308.108.388.022.067.044 1.06.09 1.448-.176.098-.338.219-.385.36-.094.281-.08.388-.16.469a.3.3 0 0 1-.045.033c-.058-.055-.125-.11-.177-.163-.028-.122-.036-.26.074-.325.134-.081.134-.603 0-.657l-.134-.053s.241-.898.188-1.406c-.054-.51-.108-1.045-.215-1.126s-.335-.04-.335-.04-.307.174-.696.402m2.852 4.888c.135 0 .228.147.228.147s-.013.255.175.308c.187.054.696-.187.816-.294s.362.16.469.388.67 1.179.87 1.406q.076.086.16.193H3.817c.253-.172.524-.353.562-.407.066-.092 1.185-1.211 1.307-1.436a.7.7 0 0 0 .214-.158.6.6 0 0 0 .18-.04c.362-.147.937-.602 1.219-1.004a3.4 3.4 0 0 0 .384-.687c.15-.118.27-.202.312-.21.134-.027.348-.094.348.133 0 .228.228.723.429 1.018s.468.536.468.536-.013.12.121.134c.134.013.254-.027.281.04.065.161.348.04.482-.08.134-.121.188.08.375-.04a.54.54 0 0 0 .268-.496.28.28 0 0 0-.112-.224l.018-.017s.16.011.32-.04a1 1 0 0 0 .002.28c.04.336.268.55.401.55m-7.097 1.54c-.088.088-.362.335-.677.608H0l3.988-3.343c-.083.366-.066.882.243 1.543 0 0 .241.147.616.107.083-.008.202-.012.335-.026-.329.428-.73.958-.884 1.11m13.78-3.896c.05-.042.155-.17.308-.295l2.05 4.8h-6.117a33 33 0 0 0-.312-.715c-.187-.415-.804-1.634-1.072-1.7a.95.95 0 0 0-.79.173c-.187.161-.267.107-.361.04-.094-.066.014-.227-.04-.455a1.7 1.7 0 0 0-.116-.326.17.17 0 0 0 .143-.116c.053-.147.04-.214.227-.187q.044.006.12.008a.3.3 0 0 0-.043.114c-.006.15.114.422.291.488s.929.394 1.086.236c.158-.157.858-.54.982-.609.125-.068.354-.115.432-.098s.24.6.515 1.099c.276.498.23.707.41.637s.177.134.342.13c.166-.006.196.11.292.295.097.186.198.414.437.452.238.038 1.185.284 1.293.226.11-.059.114-.208-.16-.268-.275-.06-.919-.063-1.062-.162-.143-.1-.179-.628-.33-.689-.15-.06-.38-.137-.409-.198-.024-.052-.563-1.007-.77-1.517.273.117.695.282.953.365.375.12 1.018.321 1.286.321.17 0 .237-.06.263-.103a1 1 0 0 0 .045.103c.053.094.133.16.133.16s-.026.054.054.094.63.121.83.309c.201.187.483.549.51.883.026.335.24.697.347.71.108.013.228 0 .12-.455-.106-.456-.267-.817-.521-1.018-.255-.201-.911-.522-.991-.563s-.187-.147-.228-.147c-.04 0-.027-.04-.094-.268l-.035-.132c.017-.045.08-.215.102-.444.027-.267-.094-.856-.2-1.004 0 0-.011-.094-.013-.171.033.016.066.019.093-.003M6.77 11.924l-.189-.02.764-.642c-.114.167-.544.623-.544.623l-.03.04m2.44 1.915c.09.09.165.314.242.422-.056.177-.072.26.093.315.201.067.375-.027.375-.027s.025.029.065.064c-.167.097-.324.206-.373.27-.08.108-.174.054-.174.054s-.321-.535-.455-1.031a2 2 0 0 0-.053-.166c.106.022.204.023.28.099m-.051-3.63c.12-.067.228-.04.201.16-.027.202-.16 1.019-.174 1.327-.013.307.013.937.013.937s-.167.116-.148.247q-.077-.014-.106-.02c-.054-.013.107-.548-.094-.682-.2-.134-.576.013-.71.08-.108.054-.313.09-.387.103a.38.38 0 0 0-.188-.25c-.099-.05-.331-.112-.6-.159l.425-.457s.322-.027.55-.188c.227-.16 1.098-1.031 1.218-1.098m-1.134 3.057c-.095.047-.185.12-.284.194a.3.3 0 0 0-.015-.13.6.6 0 0 1-.023-.25c.066.04.2.124.322.186"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/apachecassandra.svg b/mkdocs-material/material/templates/.icons/simple/apachecassandra.svg new file mode 100644 index 0000000..f06d14b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/apachecassandra.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.374 10.53a3 3 0 0 1-.428-.222l.555.143c0 .02-.01.036-.01.055l-.117.025zm-.283 1.506-.315.253.852-1.079-1.078.391c.002.017.009.033.009.05a.57.57 0 0 1-.184.42q.154.327.375.616a3.2 3.2 0 0 1 .34-.651zm.717-2.347-.652-.82a.43.43 0 0 1-.506.162c-.054.073-.083.162-.13.24l1.258.463q.015-.023.03-.045m-1.666.444c-.07.314-.087.637-.05.956a.57.57 0 0 1 .451.475l.946-.606c-.067-.022-.126-.06-.191-.088l-1.119-.08.64-.14a3.2 3.2 0 0 1-.668-.554zM20.1 11.648c-.164.202.833 1.022.833 1.022s-1.654-1.022-2.234-.72c-.278.144.574.811 1.175 1.242-.428-.274-.982-.571-1.175-.408-.328.277 1.565 2.549 1.565 2.549s-2.145-2.322-2.36-2.209c-.214.114.593 1.224.593 1.224s-1.06-1.16-1.35-.959c-.29.202 1.514 3.218 1.514 3.218s-1.956-3.091-2.763-2.574c1.268 2.782.795 3.18.795 3.18s-.162-2.839-1.742-2.764c-.795.038.379 2.12.379 2.12s-1.08-1.902-1.8-1.864c1.326 2.51.854 3.53.854 3.53s.219-2.143-1.58-3.336c.682.606-.427 3.336-.427 3.336s.976-4.023-.719-3.256c-.268.121-.019 2.007-.019 2.007s-.34-2.158-.851-2.045c-.298.066-1.893 2.99-1.893 2.99s1.306-3.16.908-3.027c-.29.096-.833 1.4-.833 1.4s.265-1.287 0-1.363c-.264-.075-1.74 1.363-1.74 1.363s1.097-1.287.908-1.552c-.287-.402-.623-.42-1.022-.265-.581.226-1.363 1.287-1.363 1.287s.78-1.074.643-1.476c-.219-.647-2.46 1.249-2.46 1.249s1.325-1.25 1.022-1.514c-.303-.265-1.947-.183-2.46-.185-1.515-.004-2.039-.36-2.498-.724 1.987.997 3.803-.151 6.094.494l.21.06c-1.3-.558-2.144-1.378-2.226-2.354-.036-.416.074-.827.297-1.222.619-.4 1.29-.773 2.06-1.095a4 4 0 0 0-.064.698c0 2.44 2.203 4.417 4.92 4.417s4.92-1.977 4.92-4.417c0-.45-.083-.881-.223-1.29 1.431.404 2.45.968 3.132 1.335.022.092.045.184.053.279.024.274-.018.547-.11.814.095-.147.198-.288.28-.445.367-.997 1.855.227 1.855.227s-1.085-.454-1.06-.24c.026.215 1.628.96 1.628.96s-1.45-.455-1.362-.114c.088.34 1.817 1.703 1.817 1.703s-1.956-1.489-2.12-1.287zm-7.268 2.65.042-.008-.06.01zM9.256 9.753c.12.13.26.234.396.343l.927-.029-1.064-.788c-.093.154-.195.303-.26.474Zm10.62 3.44c.3.215.54.373.54.373s-.24-.181-.54-.374zM7.507 8.617c-.14.229-.214.492-.215.76a3.99 3.99 0 0 0 2.358 3.64q0-.008.003-.014a3.2 3.2 0 0 1-.58-.788c-.648.099-.926-.794-.336-1.08a3.2 3.2 0 0 1 .138-1.388 3.16 3.16 0 0 1-.52-1.36q-.444.105-.848.23m1.488.82q.163-.36.402-.661a.435.435 0 0 1 .568-.557c.077-.059.166-.099.248-.15a16 16 0 0 0-1.727.284c.114.388.272.76.509 1.084m2.285 3.928c1.4 0 2.633-.723 3.344-1.816a3.4 3.4 0 0 0-1.265-.539l-.297-.023.916.9-1.197-.467.704 1.078-1.074-.832-.012.006.347 1.278-.596-1.134-.098 1.33-.401-1.326-.472 1.261.114-1.359q-.008-.004-.015-.008l-.814 1.154.286-1.067c-.34.322-.605.713-.781 1.146q.143.153.303.29.484.126 1.008.128m10.145-4.434c.971-.567 1.716-1.955 1.716-1.955s-1.893 1.955-3.205 1.665c1.186-.934 1.766-2.549 1.766-2.549s-1.506 2.325-2.448 2.423c1.086-.959 1.54-2.322 1.54-2.322s-1.237 1.817-2.196 1.944c1.287-1.161 1.338-1.893 1.338-1.893s-1.781 2.302-2.499 1.943c.858-.934 1.439-2.12 1.439-2.12s-1.489 2.019-1.893 1.69c-.277-.05.454-.958.454-.958s-.908.807-1.16.606c.454-.278 1.236-1.64 1.236-1.64S16 7.505 15.621 7.304l.731-1.483s-.73 1.483-1.715 1.23c.454-.58.63-1.112.63-1.112s-.756 1.213-1.69.885c-.22-.077.273-.635.273-.635s-.626.61-1.055.534c-.43-.076.025-.858.025-.858s-.757 1.186-.908 1.136.075-.833.075-.833-.555.908-.858.858 0-.934 0-.934-.328.984-.58.909c-.252-.076-.303-.656-.303-.656s-.068.788-.429.858c-2.725.53-5.728 1.69-9.489 5.45C3.887 10.738 5.3 7.91 11.962 7.659c5.044-.191 7.399 2.137 8.177 2.17C22.51 9.93 24 7.633 24 7.633s-1.489 1.716-2.574 1.3zm-7.74.872-.608.464v.001l.054.003a3.4 3.4 0 0 0 .554-.468m1.583-.426c0-.536-.237-.929-.594-1.217a3.2 3.2 0 0 1-.165.825.393.393 0 0 1-.328.681c-.154.233-.34.445-.549.63l.661.034-.995.237c-.025.018-.045.041-.07.058a3.2 3.2 0 0 1 1.536.691c.32-.574.504-1.235.504-1.94zM10.99 7.996a3.5 3.5 0 0 0-.785.46.43.43 0 0 1-.013.357l.885.643.023-.016-.36-1.262.627 1.12c.018-.006.04-.006.058-.011l-.02-1.251.398 1.163.477-1.15.016 1.268q.005.003.012.007l.713-1.005-.363 1.218.009.01 1.04-.69-.759 1.05.002.005.95-.34q.02-.022.041-.045a.395.395 0 0 1 .394-.632 3.4 3.4 0 0 0 .27-.784 14 14 0 0 0-2.798-.168c-.286.011-.55.033-.817.053"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/apachecloudstack.svg b/mkdocs-material/material/templates/.icons/simple/apachecloudstack.svg new file mode 100644 index 0000000..f157204 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/apachecloudstack.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.446 11.386c.326-.116 1.077-.462 1.228-1.23l-1.692-.114s-.458-.161-.705-.94c0 0-1.022-.55-.951-1.342 0 0 .158-.987 1.004-1.128 0 0 .882-.218 1.062 1.192 0 0 .415 1.194-.394 1.278 0 0-.175.385.46.402 0 0 .773.23 1.32-.229 0 0 .371-.341.812-.276 0 0 .095-.169-.09-.274 0 0-1.097-.939-1.289-2.267 0 0-.905-.126-1.018-.766 0 0-.211-.992.608-1.19 0 0 .522-.119.787 0 0 0 .667-1.817 2.57-2.128 0 0 1.573-.37 2.134.82 0 0 .232.647.106 1.19 0 0-.132.594.007.746 0 0 .509-.12.72.211s.304 1.038-.119 1.203c0 0 .126.562-.297.945 0 0-1.342.78-1.725 1.44 0 0-.118.151-.178.204a1.35 1.35 0 0 1-.516.283s-.159.07-.337-.018c0 0-.053.265.245.311 0 0 .565-.078 1.18-.266l4.443-1.59s-.206-.555-.041-.826c0 0 .091-.144.174-.175.154-.059.338-.352.346-.581 0 0-.043-.58.373-.606 0 0 .4-.024.366.465l-.029.321s.61-.23.814.185c0 0 .412.836-.025 1.51 0 0-.643.633-1.489.235l-.29-.179s-5.168 2.14-5.228 2.28c0 0-.405.205-.707.753 0 0-1.037 1.85-1.572 2.34 0 0-.35.423-.601.528l.054.146c.347.037.601-.047.601-.047.965-.462 1.105-.106 1.105-.106.352.252.204.978.204.978 2.696 2.59-.204 5.128-.204 5.128-.455.198-.669 0-.669 0-.079-.119.67-.766.67-.766 1.368-1.64.156-3.412.156-3.412-2.023-2.18-4.05-.553-4.05-.553-.912 1.018-.78 2.128-.78 2.128-.159.317-.423.185-.423.185-.357-.423 0-1.533 0-1.533.529-1.23 1.652-1.732 1.652-1.732l.169-.136c.204-.935-.134-2.062-.134-2.062-.925-2.206-2.488-2.578-3.03-2.64.008.057.006.046-.001 0-.12-.013-.189-.012-.189-.012-2.317-.22-3.379 1.789-3.379 1.789-.62.55-.581 1.815-.581 1.815 1.524.343 1.898 1.295 1.898 1.295.106.396-.348.269-.348.269C5.22 13.69 4.51 13.635 4.51 13.635c-1.44-.26-2.414.664-2.414.664-.584.405-1.102 1.281-1.102 1.281C.157 17.06.68 18.472.68 18.472c.287 1.433 1.997 2.385 1.997 2.385.814.422 1.684.297 1.684.297.708-.162.544.211.544.211-.2.3-.469.304-.469.304-1.528.101-2.216-.414-2.216-.414C-1.195 19.11.347 15.59.347 15.59c1.6-3.119 4.19-2.458 4.19-2.458.052-.939.819-2.247.819-2.247 1.14-1.42 2.416-1.726 3.181-1.764l.004-.004s-.018-1.007.29-1.862c0 0 .16-.435.723-1.286.089-.134.37-.493.458-.82 0 0 .476-1.497-1.229-1.735 0 0-.543-.096-.898.19-.225.18-.437.286-.6.33 0 0-.806.277-.78-.238 0 0-.145-.767 1.68-.978 0 0 2.23-.383 2.49 1.388 0 0 .364 1.083-.958 2.709 0 0-.722 1.118-.557 2.334l.068.013c2.326.404 3.211 2.212 3.211 2.212zm.322.648.797 1.602c1.387-.564 1.98-2.434 1.98-2.434.38-.942-.211-1.083-.211-1.083-.406-.106-.696.3-.696.3-.91 1.104-1.671 1.519-1.87 1.615m4.284-8.153c-1.295-1.242-2.538.343-2.538.343-.766.978.08 2.353.08 2.353-.344.08-.503.317-.503.317-.237 1.19 1.11 2.009 1.11 2.009 1.031.687 1.666-.212 1.666-.212.264-.608 1.691-1.612 1.691-1.612.476-.476 0-1.004 0-1.004-.502-.357-.581-.978-.581-.978-.04-.529.04-1.176.04-1.176-.265-.476-.965-.04-.965-.04m-3.714 1.19c-.08-.212-.35-.146-.35-.146-.535.099-.423.7-.423.7.04.417.476.483.476.483a2.07 2.07 0 0 1 .297-1.038zm4.943.468c-.06.126.066.212.066.212.177.117.343.324.343.324.08.072.205 0 .205 0 .17-.247-.125-.536-.125-.536-.198-.198-.49 0-.49 0zm-6.159 2.333s-.132-.674-.572-.86c0 0-.318-.083-.555.19 0 0-.437.445-.291.987 0 0 .251.595.916.718 0 0 .375.115.59-.454 0 0 .055-.176-.088-.581m9.829-.328c.099.114.158.304.158.304.013.445.627.42.627.42.688.03.933-.4.933-.4.206-.357.127-1.049-.1-1.178-.228-.13-.732 0-.732 0 .122-.238.048-.615.048-.615-.044-.406-.386-.172-.386-.172-.206.154-.106.595-.106.595-.01.28-.372.405-.372.405-.276.283-.07.64-.07.64zm-5.92-1.962c-.01.12-.149.066-.149.066-.036-.26-.377-.323-.377-.323-.357.015-.356.28-.356.28-.199.123-.242-.056-.242-.056.116-.452.589-.36.589-.36.498.03.535.393.535.393m.758.055s.027-.37.334-.44c0 0 .446-.143.64.256 0 0 .07.162.007.207 0 0-.14.051-.181-.192 0 0-.113-.22-.336-.173 0 0-.198.021-.248.23 0 0-.01.22-.216.112m-1.676 1.235c.102-.062.247-.009.34.047.1.062.21.12.316.17.209.099.425.162.661.162.123 0 .254.012.374-.005q.151-.02.304-.035a1 1 0 0 0 .359-.096c.055-.029.11-.052.164-.084.05-.031.096-.072.144-.102.023-.014.082-.058.11-.053.035.006.069.103.06.136-.068.02-.133.074-.198.105-.09.044-.173.103-.255.16-.116.08-.252.192-.326.313-.173.283-.37.572-.656.749a.9.9 0 0 1-.495.119c-.166 0-.376-.03-.519-.12a.6.6 0 0 1-.29-.356c-.044-.158 0-.317 0-.478 0-.125.033-.31-.026-.42-.02-.038-.028-.027-.062-.057-.026-.022-.04-.065-.027-.113.002-.008.014-.043.022-.042m1.291-.515a.137.137 0 0 1-.14.134.137.137 0 0 1-.14-.134c0-.074.062-.134.14-.134.077 0 .14.06.14.134m.575-.023a.137.137 0 0 1-.14.134.137.137 0 0 1-.14-.134c0-.074.062-.134.14-.134.077 0 .14.06.14.134"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/apachecordova.svg b/mkdocs-material/material/templates/.icons/simple/apachecordova.svg new file mode 100644 index 0000000..82a27ca --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/apachecordova.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.545.545H5.455L0 9.273l2.182 14.182h3.886l-.273-3.273h1.909l.273 3.273h8.045l.273-3.273h1.909l-.273 3.273h3.886L24 9.273zm0 17.455H5.455L4.364 9.273l2.182-4.364h3.506l-.234 1.636h4.364l-.234-1.636h3.506l2.182 4.364zm-3-6.955c.301 0 .545.908.545 2.029s-.244 2.029-.545 2.029S15 14.195 15 13.074s.244-2.029.545-2.029m-6.886.17c.301 0 .545.908.545 2.029s-.244 2.029-.545 2.029-.545-.908-.545-2.029.244-2.029.545-2.029"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/apachecouchdb.svg b/mkdocs-material/material/templates/.icons/simple/apachecouchdb.svg new file mode 100644 index 0000000..a86a1fd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/apachecouchdb.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.5 14.625c0 .995-.524 1.482-1.5 1.5H6c-.976-.018-1.5-.505-1.5-1.5s.524-1.482 1.5-1.5h12c.976.018 1.5.505 1.5 1.5m-1.5 2.25H6c-.976.018-1.5.505-1.5 1.5s.524 1.482 1.5 1.5h12c.976-.018 1.5-.505 1.5-1.5s-.524-1.482-1.5-1.5m3.75-8.248zc-.976.017-1.5.504-1.5 1.499v8.25c0 .995.524 1.482 1.5 1.5v-.002c1.464-.052 2.25-1.514 2.25-4.498v-3.75c0-1.99-.786-2.964-2.25-2.998m-19.5-.001C.786 8.662 0 9.637 0 11.626v3.75c0 2.984.786 4.446 2.25 4.498v.001c.976-.017 1.5-.504 1.5-1.499v-8.25c0-.995-.524-1.482-1.5-1.5m19.5-.75c0-2.486-1.31-3.705-3.75-3.748v-.002H6v.002c-2.44.043-3.75 1.262-3.75 3.748v.001c1.464.026 2.25.757 2.25 2.249s.786 2.223 2.25 2.249v.001h10.5v-.001c1.464-.026 2.25-.757 2.25-2.249s.786-2.223 2.25-2.249z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/apachedolphinscheduler.svg b/mkdocs-material/material/templates/.icons/simple/apachedolphinscheduler.svg new file mode 100644 index 0000000..62d8036 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/apachedolphinscheduler.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.909 1.878c-1.146 0-2.073.982-2.073 2.127 0 1.2.927 2.127 2.073 2.127h8.4c1.145 0 2.071-.982 2.071-2.127 0-1.2-.926-2.127-2.072-2.127zm-4.855.872v.928C1.418 3.787 0 5.205 0 6.951c0 1.8 1.363 3.218 3.109 3.218h.545c.327 0 .545-.219.545-.546s-.218-.545-.545-.545h-.545c-1.146 0-2.018-.928-2.018-2.128 0-1.145.872-2.072 1.963-2.127v1.145l1.528-1.582ZM7.91 7.442c-1.146 0-2.073.98-2.073 2.126s.927 2.127 2.073 2.127h8.4c1.145 0 2.071-.982 2.071-2.127s-.926-2.126-2.072-2.126zm12.49 1.799c-.327 0-.546.218-.546.545s.219.546.546.546h.545c1.146 0 2.018.927 2.018 2.127 0 1.145-.872 2.073-1.963 2.127v-1.145l-1.528 1.472 1.528 1.637v-.927c1.636-.055 3-1.418 3-3.218.054-1.8-1.31-3.164-3.055-3.164zm-12.49 3.818c-1.146 0-2.073.982-2.073 2.127 0 .436.11.872.382 1.2l.491-.163c.545-.218 1.145-.655 1.527-.983a.8.8 0 0 0 .218-.163c.054-.054.11-.109.218-.164.328-.272.764-.6 1.418-.71h.382c.545 0 1.036.165 1.363.492.11-.055.218-.108.273-.163.163-.055.273-.164.382-.218.11-.055.272-.11.436-.11a.9.9 0 0 1 .818.491c.11.218.219.6-.109 1.2-.054.11-.163.218-.218.382-.164.327-.381.654-.708 1.09h3.6c1.145 0 2.071-.981 2.071-2.127 0-1.2-.926-2.181-2.072-2.181zm-6.44.05a.2.2 0 0 0-.051.004c-.327.11-.327.982.218 1.582.437.49.818.873.873 1.255.163 1.527.491 2.345 1.2 3.218.491.6 1.145.927 1.8 1.145.054-.163.055-.327.11-.437.054-.109.054-.218.054-.218l.218.055c-.11.546-.382 1.636-.491 1.854-.11.327-.274.71.436.491 1.145-.382 2.072-1.473 2.454-2.727h.164a2.45 2.45 0 0 1-.381.982c.327-.109.654-.218.872-.327.71-.327 1.418-.819 1.745-1.146 1.527-1.418 2.072-2.508 2.509-3.217.436-.764-.163-.982-.436-.818-.327.109-.764.436-1.09.545-.274-.49-.82-.71-1.528-.6-.6.108-.982.49-1.364.763-.273.218-1.146.928-1.855 1.2-.763.328-1.526.273-2.017.164-.273-.055-1.418-.545-.6-2.236.382-.818.327-1.363.163-1.473-.218-.163-.872.382-1.308.709-.358-.256-1.388-.751-1.695-.767m8.513 2.787c.163 0 .272.163.272.327 0 .163-.109.272-.272.327-.164 0-.273-.164-.273-.327 0-.164.109-.327.273-.327m.054.108c-.055 0-.11.054-.11.109 0 .054.055.11.11.11.054 0 .109-.056.109-.11a.12.12 0 0 0-.11-.109m.273 3.437c-.273.218-.655.49-1.091.708.272.164.763.436.927.546.272.218.6.382.49-.327a2.7 2.7 0 0 0-.326-.927"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/apachedruid.svg b/mkdocs-material/material/templates/.icons/simple/apachedruid.svg new file mode 100644 index 0000000..c2deb7a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/apachedruid.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.932 20.806c-.369 0-.738.007-1.109 0-.35-.007-.587-.206-.623-.5a.587.587 0 0 1 .53-.636q1.186-.093 2.372-.003a.55.55 0 0 1 .522.602c-.024.326-.253.526-.616.54zM1.792 8.345c-.392 0-.782.008-1.173.002-.327-.006-.577-.22-.614-.512s.146-.544.499-.615q.29-.048.583-.039a82 82 0 0 1 1.597 0q.245 0 .483.056c.288.073.445.318.411.617-.034.298-.214.477-.515.487-.424.014-.848.004-1.272.004zm7.588 8.417H4.292a3 3 0 0 1-.326-.007c-.294-.04-.48-.209-.508-.506s.11-.501.391-.606c.179-.065.365-.051.549-.051 3.347 0 6.695.005 10.042-.006 1.174-.004 2.187-.439 2.993-1.3.69-.738 1.053-1.63 1.16-2.635.085-.788-.027-1.513-.516-2.156-.544-.718-1.28-1.078-2.163-1.082-3.163-.013-6.328-.005-9.487-.01-.336 0-.673-.027-1.007-.058-.29-.027-.45-.201-.469-.492-.021-.317.141-.545.429-.6a1.6 1.6 0 0 1 .29-.015h10.177c1.71.004 3.187 1.038 3.726 2.654.383 1.147.246 2.304-.182 3.416-.824 2.135-2.762 3.448-5.055 3.454-1.652.005-3.304 0-4.956 0m2.906-13.568c1.533 0 3.066-.008 4.598 0 2.935.018 5.629 1.892 6.653 4.626.442 1.181.538 2.403.412 3.657-.185 1.842-.735 3.552-1.776 5.084-1.608 2.365-3.873 3.68-6.679 4.118-.95.148-1.905.13-2.86.13-.397 0-.61-.181-.633-.51-.025-.351.196-.621.587-.645.434-.026.87-.004 1.305-.016 2.641-.072 4.928-.982 6.74-2.935 1.269-1.37 1.912-3.039 2.13-4.878.151-1.275.135-2.544-.37-3.752-.773-1.85-2.159-2.983-4.068-3.509-.74-.204-1.5-.243-2.26-.247-2.837-.017-5.675-.007-8.511-.007-.12 0-.24.004-.359-.006a.57.57 0 0 1-.517-.536.56.56 0 0 1 .456-.557q.195-.027.392-.019h4.762Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/apacheecharts.svg b/mkdocs-material/material/templates/.icons/simple/apacheecharts.svg new file mode 100644 index 0000000..8a1fddb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/apacheecharts.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0m-.792 5.307c2.192-.025 4.366 1.134 5.43 3.304.909 1.852.878 3.61-.098 5.645-.477.995-.487 1.06-.241 1.578.214.452.727.779 1.221.779.454 0 1.15-.586 1.252-1.054.1-.454-.193-1.118-.607-1.377a10 10 0 0 1-.393-.255c-.129-.1.42-.38.741-.38.687 0 1.247.526 1.375 1.29.055.333.134.422.44.502.859.222 1.297 1.451.755 2.116-.22.27-.23.271-.305.042-.267-.801-.666-1.12-1.403-1.12-.319 0-.572.128-1.098.556-1.006.82-1.866 1.303-2.907 1.632-1.276.384-2.752.478-4.086.156-2.162-.431-4.232-2.11-5.252-4.257C4.758 11.782 5.135 9 7.033 7.077a5.92 5.92 0 0 1 4.175-1.77"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/apacheflink.svg b/mkdocs-material/material/templates/.icons/simple/apacheflink.svg new file mode 100644 index 0000000..da612e0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/apacheflink.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.192 13.236c.028.035.064.069.098.101l.024.022.008.004a.7.7 0 0 0 .179.065 8 8 0 0 1-.138-1.758c.027-.797.178-1.47.462-2.059a8 8 0 0 1 .315-.519s-.176 1.202-.202 1.673a7 7 0 0 0 .16 1.868l.072-.05c-.043-.389-.042-.8.004-1.22a7 7 0 0 1 .419-1.721 9.3 9.3 0 0 1 .973-1.892c-1.985.209-2.418 2.1-2.418 2.1s.017-.347.024-.434c.057-.649.123-.961.205-1.287-.13.238-.212.488-.271.688-.139.47-.216.949-.273 1.356a9 9 0 0 0-.096 1.289c.002.38.024.828.176 1.263q.108.306.279.511m1.44-.737c.179-.113.385-.2.626-.268.425-.119.889-.239 1.461-.379l.19-.046c.478-.116.974-.237 1.439-.415.283-.108.552-.25.824-.436.38-.26.721-.579 1.012-.951.154-.196.232-.349.309-.605l.114-.378s.464.519-.004 1.436c.297-.107.582-.413.798-.788.181-.315.491-1.451.491-1.451s.569.875-.105 2.011a1.6 1.6 0 0 0 .356-.227c2.507-2.49.349-3.899-.103-4.236a4.1 4.1 0 0 0-.982-.525L11 5.218c-.03-.013-.047-.033-.055-.042l-.321-.35.563.155q.118.031.228.064c.614.182 1.082.4 1.472.686.445.325 2.142 1.751.348 3.837.556-.191 1.606-.772 1.962-1.272 1.713-2.405-.254-3.808-.17-3.808.019 0 .044.002.099.01a.4.4 0 0 0 .069.006c.036 0 .097-.006.109-.041.015-.042-.014-.122-.073-.168-.154-.117-.321-.202-.533-.169C12.926 4.4 12.3 3.85 12.3 3.85s2.482.129 2.562-.28a5 5 0 0 0-1.225-.912 6.7 6.7 0 0 0-2.228-.743c-1.207-.179-2.13.053-2.13.053.096-.121.574-.667 2.556-.511.802.063 1.564.316 2.27.669.182.091.29-.125.293-.223.004-.114.201.379.203.405.019-.049.096-.308.112-.308.047 0 .24.603.24.603.002-.024.257-.286.257-.286.076.343.066.514.047.562.002-.009.267-.172.267-.172s.152.638.412.891c.084.082.238.296.328.527.19-.133.421-.799.421-.799s.119.353.019.988c.007-.008.301-.219.301-.219s.042.449-.15 1.008a1 1 0 0 0-.022.095c.162-.091.404-.388.404-.388l-.042.188c-.048.214-.137.629-.327.953a2.6 2.6 0 0 0-.29.686q.073-.067.152-.12.151-.099.293-.151l.232-.085c.392-.142.788-.309 1.173-.479.812-.359.631-.86.631-.86-.209.408-.966.816-.966.816s.98-.878.562-1.905c-.115.27-.224.538-.327.792-.144.353-.314.726-.59 1.055-.141.168-.286.29-.446.373a1 1 0 0 1-.115.048l-.043.016s.172-.283.184-1.063c.004-.282.012-.571.012-.826v-.054q-.002-.197-.002-.395c.005-.558.015-.982.132-1.373-.012-.022-.005-.045-.018-.068-.027-.046-.047-.099-.071-.157-.036-.089-.066-.178-.101-.275-.127-.36-.308-.538-.365-.588-.038.115-.271.591-.271.591s.001-.365-.001-.393c-.067-.511-1.33-.972-1.356-.988l.067.401s-.382-.028-.545-.284c-.034-.052-.084-.09-.13-.125l.09.306.093.214s-.296-.024-.435-.269c-.033-.057-.075-.121-.112-.189a.75.75 0 0 0-.574-.396 8 8 0 0 0-.601-.062 1.3 1.3 0 0 1-.479-.11L12.573 0l.046.087c.015.029.025.058.04.095l.008.022.032.078.048.172s-.353-.014-.765-.299c-.089-.062-.201-.062-.325-.072L11.622.08a4 4 0 0 0-.332-.014 3.1 3.1 0 0 0-.974.149q.053-.003.106-.003l.067.001c.677.012.887.413.887.413s-.606 0-.785.023c-.209.027-.42.052-.616.106a5.1 5.1 0 0 0-1.622.796c-.124.088-.253.17-.389.256q-.346.222-.576.577a.4.4 0 0 0-.034.068c-.014.036-.008.039.015.051a.8.8 0 0 0 .168.061 2.35 2.35 0 0 1 1.786 2.005l.015.123c.035.307.072.623.056.944a3.4 3.4 0 0 1-.901 2.191c-.59.646-1.323.69-1.316.685.435-.406.722-.95.876-1.66a1.4 1.4 0 0 0-.084-.828l-.016.047c-.097.276-.22.594-.447.857-.132.15-.312.322-.521.521-.911.867-2.435 2.317-2.409 4.623 0 .135.027.3.056.427m13.967-5.836q-.169.147-.341.292c-.205.171-.351.28-.666.394-.276.099-.488-.124-.488-.124a1.3 1.3 0 0 0 .447-.389 8 8 0 0 0-1.154.71 2.4 2.4 0 0 0-.389.353c-.124.156-.205.318-.205.484v.002c0-.003.044-.005.053-.007a6 6 0 0 0 1.226-.49 16 16 0 0 0 1.757-1.074.3.3 0 0 1 .095-.048l.371-.106-.228.314-.027.034c-.745.741-1.517 1.272-2.36 1.622a5 5 0 0 1-.492.174 9 9 0 0 0 1.513-.525c.537-.244.913-.483 1.22-.772.475-.45.814-.981 1.009-1.576a1 1 0 0 0 .024-.1l-.111.033c-.127.037-.258.074-.373.13a2.4 2.4 0 0 0-.427.286c-.158.127-.321.269-.454.383M1.578 14.987c.128.205.268.407.403.602l.021.031c-.351-1.236.223-1.982.223-1.982l.142.391c.036.101.091.199.167.302q.221-.414.534-.784a1.4 1.4 0 0 1-.472-.415c-.2-.264-.332-.581-.415-.996a5.5 5.5 0 0 1-.069-1.562q.024-.26.059-.525a8.4 8.4 0 0 0-1.626 2.716.1.1 0 0 0 .003.021 9.4 9.4 0 0 0 1.03 2.201M18.221 3.353a5.05 5.05 0 0 1 .366-1.933l.018-.041a.9.9 0 0 0-.246.252c-.168.242-.291.53-.397.932-.182.687-.29 1.427-.337 2.308.192-.205.507-.657.572-1.215.011-.094.024-.199.024-.303m3.368 19.012c-.396-.065-1.234-.36-1.468-.945-.288.707.306 1.221.75 1.451.077.04.1.05.181.082.084.037-.165.494.045.704s.409.148.487.148c0 0 .361.335.567.111.053-.058.098-.262.029-.385-.086-.152-.295-.124-.315-.124-.41.005-.373-.188-.311-.27.045-.059.132-.055.205-.055q.025 0 .053.004.142.016.268.016c.335 0 .726-.035.985-.179.186-.104.491-.456.475-.692-.017.006-.825.319-1.951.134m2.324-7.785c-.038-.097-.085-.196-.126-.283l-.06-.126q-.032-.07-.066-.139c-.055-.111-.112-.226-.151-.35-.034-.106-.043-.216-.052-.32a3.31 3.31 0 0 0-1.886-2.716 1.3 1.3 0 0 1-.215.417c-.09.12-.144.138-.262.138-.157 0-.18-.18-.133-.265a1.5 1.5 0 0 0 .196-.543c.033-.377-.177-.786-.435-1.068-.239-.261-.649-.564-.979-.663-.079.307.017.812.124 1.109.132.36.544 1.069.445 1.499 0 0-.029.275-.304.448-.153.096-.215.053-.215.053.294-.627.297-.891-.028-1.485-.245-.447-.358-.899-.27-1.398q.006-.03.014-.06a2 2 0 0 1-.088.199c-.25.439-.486.667-.628 1.121-.149.508.01 1.059.325 1.598a1.24 1.24 0 0 1-.553-.804 4.3 4.3 0 0 0-1.334 1.166c-.08.104-.175.191-.259.268a4.9 4.9 0 0 1-1.978 1.099c-.493.145-1.001.267-1.502.388l-.131.031c-.683.165-1.409.351-2.097.657-.792.352-1.42.757-1.918 1.239a4.4 4.4 0 0 0-1.326 2.593c-.114.781-.055 1.595.18 2.49.008.032-1.03-.941-.494-3.741a6 6 0 0 0-.236-.007l-.067.001c-1.933.058-2.737 1.123-2.737 1.123s.126-1.182 1.987-1.579c.14-.03 1.312-.293 1.352-.306q.232-.472.557-.889l-.166.026c-.319.05-.648.1-.975.143l-.252.03c-.577.074-1.174.149-1.74.316-.594.174-1.059.426-1.422.768-.389.366-.668.839-.852 1.442l-.023.086q-.018.075-.045.151c-.02.052-.024.11.018.22.348.923.945 1.723 1.774 2.376a7.6 7.6 0 0 0 2.146 1.18c.026.009.07.024.109.064l.348.337-.544-.13q-.095-.021-.191-.047c-1.114-.306-2.085-.821-2.885-1.532-.273-.099-1.668-.794-2.26-1.936l-.099-.19s.757.746 1.288.855a5.6 5.6 0 0 1-.564-1.22.3.3 0 0 0-.049-.087C1.273 17.196.624 16.054.196 14.834a5 5 0 0 1-.085-.262c-.043.355-.064.71-.064 1.057 0 .11.955 2.647.955 2.647s-.42-.467-.768-1.059c0 0-.061-.199-.069-.212q.225 1.347.863 2.521c1.167 2.147 2.956 3.554 5.47 4.212a7.7 7.7 0 0 0 1.955.255l7.855.007c.369 0 .652-.022.915-.07l.041-.007a1.5 1.5 0 0 1 .281-.034q.158 0 .345.044l.062.015c.116.026.224.052.331.052 1.32.01 1.137-.785 1.137-.785-.055-.207-.295-.351-.557-.413a1.2 1.2 0 0 0-.28-.033q-.27 0-.559.12l-.288.123-.172.075a1 1 0 0 1-.098.038.5.5 0 0 1-.17.036c-.199 0-.208-.195-.213-.312a.46.46 0 0 1 .169-.373q.14-.12.302-.228c.195-.132.396-.268.551-.446a1.5 1.5 0 0 0 .361-.699.83.83 0 0 0-.044-.469c-.014-.035-.027-.042-.04-.046a9 9 0 0 0-.368-.112c-.488-.137-.847-.342-1.127-.643a2.8 2.8 0 0 1-.439-.671 5.8 5.8 0 0 1-.416-1.096c-.159-.601-.536-1.083-1.15-1.472a3.54 3.54 0 0 0-1.557-.524c-.137-.015-.276-.021-.423-.028-.037-.002-.122-.013-.208-.024-.077-.01-.153-.021-.188-.022l-.21-.013s.054-.076.489-.242c.082-.031.167-.039.25-.054q.303-.053.59-.053c.458 0 .891.106 1.288.314.494.26.888.656 1.206 1.211.173.302.309.626.416.992q.03.104.058.216c.035.134.071.271.122.396.307.756.876 1.198 1.69 1.315q.325.046.626.046a3.5 3.5 0 0 0 1.077-.165c.455-.149.803-.382 1.062-.712a1.4 1.4 0 0 0 .255-.494l.035-.121.203.048q.064.017.13.03a.5.5 0 0 0 .094.009c.092 0 .186-.022.288-.044l.017-.004c.076-.017.15-.02.222-.023l.061-.003c.072 0 .132.048.159.093.031.053.081.083.175.104a.4.4 0 0 0 .075.007c.229 0 .47-.21.476-.416.003-.079-.018-.127-.07-.163q-.06-.04-.131-.084l-.228-.143.152-.116a.25.25 0 0 1 .147-.051c.045 0 .085.013.12.028 0 0-.191-1.01-1.527-.716 0 0-.217.089-.328.131l-.052.02a.3.3 0 0 1-.101.019.36.36 0 0 1-.166-.047c-.468-.235-.926-.131-1.002-.131a2.3 2.3 0 0 1-.538-.059.22.22 0 0 1-.116-.067l-.086-.097a2.6 2.6 0 0 1-1.183-.197c-.436-.186-.784-.47-.995-.903a1.5 1.5 0 0 1-.15-.685l.026.067q.126.372.374.678c.306.379.701.634 1.15.813q.363.144.764.21s.955.036 1.38-.317c.323-.18.614-.264.917-.264h.063c1.027-.001 1.118-.498 1.118-.498s.117.076.281.051a.666.666 0 0 0 .604-.63l-.34-.306-.072-.063-.134-.106.092-.105a.27.27 0 0 1 .207-.099q.07 0 .134.035c.061.034.115.077.164.117l.051.04.064.05a.56.56 0 0 0-.036-.265m-1.267-.273c-.038.106-.088.123-.199.099a.7.7 0 0 0-.181-.014c-.111.005-.221.024-.332.026-.277.005-.543-.045-.763-.225-.312-.256-.372-.559-.177-.943l.004.037a.75.75 0 0 0 .345.611c.18.121.385.17.595.196.17.021.338.05.487.142l.041.021.006-.007c-.029-.041-.039-.183-.024-.242a.56.56 0 0 0 .002-.297.62.62 0 0 1-.25.304.08.08 0 0 1-.053.02 2.5 2.5 0 0 1-.654-.233c-.186-.102-.283-.261-.234-.484a.2.2 0 0 0-.056-.189q-.033-.035-.067-.078c.055-.051.102-.1.155-.143q.075-.061.158-.109c.432-.245 1.016-.061 1.208.389.049.114.075.24.089.363.028.259-.013.511-.1.756m-20.67 2.926c-.02-.237-.033-.474-.046-.756a.1.1 0 0 0-.021-.064c-.63-.909-1.089-1.696-1.446-2.476a7 7 0 0 1-.169-.394 7.75 7.75 0 0 0 1.682 3.694zm18.991 4.103c.176.117.395.203.732.287.34.085.653.125.966.125.185 0 .334-.019.47-.059a.81.81 0 0 0 .59-.639 6 6 0 0 0 .128-.713 1.8 1.8 0 0 0-.372-1.323q-.052.047-.106.089a1 1 0 0 1-.198.121.66.66 0 0 1-.291.072.6.6 0 0 1-.281-.072.96.96 0 0 0-.461-.104q-.093 0-.208.013c-.027.003-.039.009-.054.04-.258.531-.683.908-1.298 1.154l-.017.007-.003.013a1.2 1.2 0 0 0-.001.454c.054.216.185.391.404.535M14.99 9.512c-.516.525-1.141.958-1.964 1.364-.52.256-1.1.441-1.826.582q-.622.12-1.243.237l-.086.015-1.056.2c-.929.178-1.92.389-2.872.71-.691.234-1.224.481-1.677.779-.444.291-.75.591-.965.943a3 3 0 0 0-.146.291l-.075.159a.4.4 0 0 1-.076.114c-.484.473-.69 1.064-.613 1.756.046.416.176.821.395 1.236.127-.846.574-1.492 1.328-1.92.41-.233.863-.403 1.383-.517.526-.117 1.06-.214 1.561-.304l.307-.054c.516-.091 1.051-.184 1.558-.345q.181-.058.348-.121c.147-.055.275-.12.391-.206q.211-.156.444-.291c-.653-.015-1.76-.017-2.104-.019-.77-.004-1.3.06-1.964.312-.694.264-2.676 1.271-2.676 1.271s.985-1.054 2.837-1.844a7.9 7.9 0 0 1 2.928-.53c.275 0 .561.011.872.033q.768.057 1.535.11l.014.001q.037 0 .075-.011a10.6 10.6 0 0 1 1.572-.325c.175-.025.353-.061.528-.097q-.052-.016-.103-.03a1 1 0 0 1-.118-.044l-.088-.035-.345-.233 1.296.028c.279 0 3.032-.443 4.21-3.723.078-.219.16-.437.223-.676a7.6 7.6 0 0 1-2.669 1.063 7 7 0 0 1-1.139.121m6.485 3.751a.27.27 0 1 0 .54 0 .27.27 0 0 0-.54 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/apachefreemarker.svg b/mkdocs-material/material/templates/.icons/simple/apachefreemarker.svg new file mode 100644 index 0000000..4102063 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/apachefreemarker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 12.06v-.311l1.16-.538v.281l-.867.392v.027l.868.402v.281L0 12.059zm3.18-.252h-.266l-.071.409h.303l-.054.271h-.293l-.07.394h-.273l.069-.394h-.362l-.07.394h-.275l.069-.394h-.254l.054-.271h.247l.071-.41h-.281l.054-.27h.274l.071-.42h.274l-.072.42h.363l.071-.42h.276l-.076.42h.276l-.054.27zm-.537 0h-.362l-.074.409h.362zm1.134-.65h1.097v.181h-.9v.62h.806v.179h-.806v.744h-.197v-1.725zm2.695 1.724-.363-.552-.11.005H5.54v.547h-.197v-1.725h.655q.324 0 .5.153.18.15.18.426a.6.6 0 0 1-.1.355.54.54 0 0 1-.289.202l.407.59h-.224zm-.474-.73q.237 0 .363-.103.128-.105.128-.308 0-.196-.128-.298-.126-.104-.363-.104H5.54v.814h.458zm1.305-.995h1.17v.182H7.5v.58h.87v.18H7.5v.6h1.006v.183H7.303zm1.782 0h1.171v.182h-.974v.58h.87v.18h-.87v.6h1.006v.183H9.085zm1.782 0h.24l.658 1.257.65-1.257h.242v1.725h-.185l-.003-1.437-.65 1.255h-.114l-.655-1.255v1.437h-.183zm3.774 1.725-.194-.44h-.94l-.192.44h-.21l.775-1.725h.204l.772 1.725zm-1.052-.623h.779l-.392-.887zm2.848.623-.363-.552-.11.005h-.459v.547h-.197v-1.725h.655q.323 0 .5.153.18.15.18.426a.6.6 0 0 1-.1.355.54.54 0 0 1-.289.202l.407.59h-.224zm-.474-.73q.237 0 .363-.103.128-.105.128-.308 0-.196-.128-.298-.126-.104-.363-.104h-.458v.814h.458zm2.712.73h-.239l-.635-.82-.336.367v.453h-.197v-1.725h.197v1.013l.927-1.013h.237l-.688.752zm.496-1.725h1.17v.182h-.973v.58h.87v.18h-.87v.6h1.005v.183h-1.202zm2.91 1.725-.362-.552-.11.005h-.459v.547h-.197v-1.725h.655q.323 0 .5.153.18.15.18.426 0 .213-.1.355c-.1.142-.164.163-.289.202l.407.59h-.224zm-.473-.73q.237 0 .363-.103.128-.105.128-.308 0-.196-.128-.298-.126-.104-.363-.104h-.458v.814h.458zM24 11.75v.31l-1.16.535v-.281l.867-.402v-.027l-.868-.392v-.28z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/apachegroovy.svg b/mkdocs-material/material/templates/.icons/simple/apachegroovy.svg new file mode 100644 index 0000000..712f00c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/apachegroovy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.997 6.012S10.315 8.8 9.516 10.155c-.155.058-.172.041-.341.207-.41-.47-.897-.041-1.028.22-.057-.566-.151-.567-.279-.694.074-.496.316-1.305-.241-1.884-1.078-.727-2.326 1.05-3.021 1.982l-.375.622c-1.546-.032-2.763.008-4.231-.021 1.79.67 1.864.686 4.026 1.506 0 .066.161.372.34.552.147.15.308.234.389.284-.106.054-.32.138-.385.258-.292.546.139.672.418 1.107.315.568.382.944 1.126.625.254-.11.562-.148.758-.21-.693 1.094-.87 1.392-2.083 3.274l.012.004c4.85-1.893 4.974-1.942 7.373-2.89 3.448 1.338 3.646 1.448 7.432 2.891-.529-.826-.89-1.343-1.274-1.995.151-.013.483-.046.777-.233.213-.135.463-.288.688-.574.443-.565.551-1.277.39-2.166-.078-.423-.235-.834-.213-.85 2.061-.778 2.304-.862 4.226-1.587-2.31.034-2.422.01-4.591.016-.036-.414-.244-.627-.882-.606-.238.039-.389.12-.5.445-.357-.657-.85-.464-1.06-.14-.275-.282-.917-.377-1.24-.17-.238-.112-.514-.112-.757.177-.175-.146-.23-.188-.614-.342-.886-1.497-1.622-2.692-2.36-3.951zm.012.802c.35.535 1.552 2.61 1.849 3.074-.337.023-.668.202-.918.562-.217-.224-.47-.445-.917-.463-.544-.093-.834.148-1.2.568-.108-.365-.53-.45-.896-.28.327-.519 1.872-3.122 2.082-3.46zM7.45 9.128c-.05 1.434-1.068 2.712-1.798 2.245-.551-.449.149-1.584.59-1.985-.033.307.246.498.023.77-.446.543-.27.936-.078.996.513.162 1.004-1.227 1.004-2.201 0-.625-.366-.613-1.086.136-.983 1.022-1.513 2.012-1.16 2.69.197.38.485.651.959.594.925-.11 1.483-1.254 1.543-1.988.148-.003.109.01.148-.02 0 .129.177.755.317 1.166.183.702.964 2.11-1.369 2.658-.44.11-.614.148-1.05.32-.213-.443-.263-.585-.697-1.013.588-.205.593-.185.972-.317 1.467-.51 1.908-.947 1.857-1.57 0 0 .018-.32-.185-.588a2.6 2.6 0 0 1-.293.645c-.437.68-1.296 1.101-2.06.833-.417-.146-.596-.466-.596-1.015 0-.703 1.601-2.735 2.387-3.08.555-.165.579.293.571.724zm6.502 1.3c.26.006.543.133.735.34.594.64.529 1.417.163 1.905-.435.581-1.532.324-1.791-.488-.12-.378.095-1.312.475-1.624a.63.63 0 0 1 .418-.132zm-2.113.066a.5.5 0 0 1 .117.017c.503.03.61.313.701.56.231.626.173 1.212-.301 1.691-.711.719-1.54.401-1.536-.567.014-.69.443-1.715 1.02-1.7zm1.868.038c-.383.287-.432 1.023-.08 1.296.138.13.215.22.613.256.273.024.704-.253.725-.527.01-.125-.013-.333-.312-.67-.252-.283-.579-.349-.661-.3-.265.156.021.28.125.383.162.163.2.234.125.282a.45.45 0 0 1-.372.057c-.105-.049-.456-.246-.163-.777m3.759.003c.167.26.215.316.402.965.24.838.546 1.163.816 1.01.74-.418.148-1.476-.113-1.974.167-.002.134.007.286.005.12.471.086.387.407 1.813.385 1.706.442 2.16-.528 2.926-.446.352-1.103.37-1.667.34l-.636-.095c.438-.287.545-.557.542-1.116 1.278.535 1.959.132 2.23-.526.132-.317.086-.735-.04-1.471.008.6-.005.71-.084 1.007-.158.595-.547.76-.812.34-.102-.163-.345-.702-.42-1.282s-.132-1.395-.5-1.736c.04-.08.082-.17.117-.206m-1.247.01c.258.068.572.204.74.52.234.436.388.668.376 1.447-.014.832-.34 1.055-.557 1.086-.278.04-.762.034-1.049-1.598-.095-.541-.268-1.056-.45-1.224.09-.11.097-.096.165-.204.091.1.17.27.298.777.202.808.387.975.745 1.02.558.072.778-.78.318-1.391-.1-.134-.365-.307-.503-.236.008.236.113.162.114.318-.026.185-.053.219-.113.32-.142-.056-.21-.078-.334-.291-.157-.31-.055-.6.25-.544m-4.597.076c-.263.185-.594.8-.304 1.35.143.205.297.372.638.3.245-.051.671-.34.73-.749.052-.35-.456-1.028-.738-.87-.327.183-.128.314.074.511.185.18.052.289-.077.342-.258.106-.403.003-.467-.203-.065-.205-.01-.38.144-.68zm-2.867.064c.056.172.1.402.218.624.028.023.132 0 .269-.157.086-.1.185-.238.357-.463.104.095.113.166.142.219.073.13.225.12.273.106.168-.167.195-.275.306-.29.01.216.021.35-.257.677a.54.54 0 0 1-.501.172c-.12-.034-.199-.108-.389-.205-.258.04-.19.315-.143.546.12.611.5.855.832.675.116-.062.09-.062.312-.153-.038.388-.06.463.01.896-.541.301-.982.25-1.102-.506-.091-.632-.261-1.4-.415-1.556-.145-.147-.205-.195-.205-.195zm-7.114.082c.753.01 1.602.01 2.506.017-.13.318-.175.54-.193.854-.422-.163-1.877-.684-2.313-.871m20.723.01c-.997.359-1.715.637-2.677 1.004-.105-.45-.124-.588-.219-.994 1.601-.005 1.628-.002 2.896-.01m-6.978 2.04c.105.43.253.641.253.641.202.348.454.545.84.645.085.136.115.163.148.236.037.457.01.514-.344.774-.209.204-.218.497-.003.769.231.22.474.298 1.375.064.174.3.418.653.776 1.217-1.206-.455-2.868-1.103-6.43-2.49 0 0-4.169 1.62-6.404 2.491.935-1.474 1.012-1.599 1.677-2.63.225-.089.149-.053.349-.155.459-.245.827-.61 1.028-1.145.368.83.779.925 1.636.655.177-.082.38-.2.424-.518.46.413 1.432.49 2.142-.382.612.717 2.001.785 2.533-.171zm2.157.865s.04.129.064.169c-.101.003-.213 0-.213 0a1 1 0 0 0 .149-.17z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/apacheguacamole.svg b/mkdocs-material/material/templates/.icons/simple/apacheguacamole.svg new file mode 100644 index 0000000..43b41e6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/apacheguacamole.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.324 23.984c-.7-.055-1.581-.198-2.236-.363a11.94 11.94 0 0 1-7.814-6.303c-.61-1.239-.967-2.383-1.127-3.61a9 9 0 0 0-.102-.639c-.058-.25-.058-1.891 0-2.142.024-.103.07-.39.102-.638.16-1.228.517-2.372 1.127-3.611A11.8 11.8 0 0 1 6.68 1.272C7.919.663 9.063.305 10.29.145c.248-.032.536-.078.639-.102.25-.057 1.892-.057 2.142 0 .103.024.391.07.638.102 1.228.16 2.372.518 3.611 1.127a11.8 11.8 0 0 1 5.406 5.406c.61 1.239.967 2.383 1.127 3.611.032.248.078.535.102.638.026.113.043.541.043 1.071 0 .531-.017.958-.043 1.071-.024.103-.07.391-.102.639-.16 1.227-.517 2.371-1.127 3.61a11.8 11.8 0 0 1-5.406 5.406c-1.239.61-2.383.967-3.611 1.127-.247.033-.526.075-.619.094-.234.049-1.334.073-1.766.039m1.551-4.36a10.3 10.3 0 0 0 1.868-.248c2.176-.486 3.95-1.695 5.122-3.492.398-.61.405-.712.027-.416-1.135.891-3.013 1.632-4.999 1.973-1.082.186-1.423.211-2.837.211-1.058 0-1.464-.015-1.865-.065-.998-.127-2.116-.366-2.944-.631-1.252-.4-2.535-1.056-3.199-1.637q-.316-.277-.314-.177c0 .048.269.554.426.801 1.435 2.269 3.908 3.516 7.295 3.679l.676.034c.042.003.377-.011.744-.032m.233-3.907c1.801-.132 3.472-.507 5.054-1.134 1.175-.466 2.374-1.167 2.867-1.675.167-.172.211-.316.345-1.119.05-.301.134-.672.187-.826.076-.219.105-.404.135-.871.058-.893.007-1.261-.237-1.694-.139-.247-.469-.607-.64-.7l-.129-.069-.221.161c-.317.229-.326.246-.243.41.133.261.2.572.199.923-.003.631-.222 1.091-.798 1.675-2.165 2.198-7.956 2.956-12.17 1.594-1.933-.625-3.219-1.592-3.559-2.676-.085-.27-.095-.358-.08-.676.02-.451.088-.613.511-1.239.166-.244.353-.576.418-.739s.142-.343.172-.402c.086-.166.006-.167-.293-.002-.631.35-1.294.878-1.644 1.31-.469.579-.591 1.01-.547 1.934.027.562.087.854.225 1.094.066.116.096.24.113.476.042.551.138 1.102.215 1.228.1.164.616.593 1.066.886 2.328 1.516 5.915 2.36 9.054 2.131m-.056-3.569c1.745-.108 3.299-.463 4.478-1.023.594-.283.934-.515 1.331-.909.414-.413.573-.703.6-1.102.019-.282-.072-.621-.172-.638-.045-.008-.901.459-1.53.835-.067.039-.13.063-.142.051a2 2 0 0 1-.072-.336c-.071-.44-.135-.573-.345-.718-.324-.225-.391-.298-.523-.572-.116-.241-.149-.28-.288-.334-.26-.102-.557-.299-.557-.368 0-.072.239-.753.39-1.112a3 3 0 0 0 .099-.249c0-.036-.833-.632-.956-.683-.16-.067-.723-.128-1.205-.13a3.7 3.7 0 0 1-1.258-.206c-.631-.208-.665-.211-1.217-.13-.435.063-.514.087-.698.206-.49.315-.879.428-1.478.43a4 4 0 0 0-.654.059c-.511.106-.66.182-1.031.528-.469.439-.777.645-1.337.897-.589.265-.655.311-.741.515-.199.469-.293.645-.522.976-.367.53-.453.736-.424 1.016.072.69.818 1.448 1.947 1.981 1.638.772 4.02 1.156 6.305 1.016m6.174-4.675q1.419-.868 1.672-1.377c.087-.177.076-.241-.075-.425-.373-.452-1.844-1.32-2.491-1.47-.299-.069-.359-.045-.539.217-.277.403-.946 1.948-.946 2.183 0 .032.084.103.187.159.164.09.204.137.315.37.107.226.157.286.319.387.12.074.235.187.304.3.185.297.165.291.445.136.139-.077.503-.292.809-.48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/apachehadoop.svg b/mkdocs-material/material/templates/.icons/simple/apachehadoop.svg new file mode 100644 index 0000000..e40f39c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/apachehadoop.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.098 3.01c-1.133.277-1.466.474-1.842 1.787.478-.962.84-1.315 1.842-1.787m3.228.076c-.834-.053-1.715.177-2.756.615a4 4 0 0 0-1.199.76c-.31.287-.576.62-.866 1.006a1.3 1.3 0 0 0-.468.095 1.9 1.9 0 0 0-.539.356q-.212.186-.416.383v.002q-.184.18-.363.365c-.945.152-1.72.32-2.41.588a6.3 6.3 0 0 0-1.97 1.217 5.2 5.2 0 0 0-.687.736 5.4 5.4 0 0 0-.503.803c-.13.142-.26.288-.399.414a1.5 1.5 0 0 1-.441.285c-.093.035-.133.058-.137.056-.004-.001-.008-.033-.012-.047.235-.21.267-.55.289-.86.03.034.053.068.082.113q.045.071.1.142l.158.2.055-.249c.046-.208.081-.484.027-.724-.034-.153-.117-.315-.235-.393l.036-.09c.04-.1.08-.204.115-.303l.069-.193-.204.035c-.27.047-.852.366-1.261.791-.152.158-.284.33-.37.514a1 1 0 0 0-.093.59.9.9 0 0 0 .272.498q.044.178.087.316.048.154.112.29c.119.247.31.398.529.468q.272.089.566.02a4 4 0 0 0-.072.69 9 9 0 0 0 .07 1.394q.02.139.045.275l-.107.291-.166.455-.37.365-.343.34-.082.08c-.232.224-.279.27-.213.662.04.241.119.484.242.72.114.216.267.427.463.624.245.245.647.55 1.066.71.245.092.488.138.723.097l-.039.11a4 4 0 0 1-.123.3c-.285.624.008.95.463 1.158.227.104.497.173.748.238l.168.045c.298.08.812.228 1.281.258.513.033.974-.073 1.098-.533.049-.182.078-.322.09-.459a2.3 2.3 0 0 0-.01-.406c.144-.32.21-.423.316-.578l.053-.08c.115-.17.168-.29.188-.426.018-.131.004-.262-.02-.461l-.011-.084a7 7 0 0 0 1.338.05l-.118.061-.055.03c-.395.203-.413.587-.289.984.112.357.343.723.487.945.303.467.592.861.943 1.076.368.226.786.253 1.328-.04.276-.15.363-.302.48-.507q.057-.098.126-.204c.101-.05.382-.296.67-.534l.296-.242q.11.079.27.115c.14.034.305.05.504.065.149.01.635.01.949.01h.227c.324.001.585-.016.783-.128.21-.119.334-.331.361-.71a1.3 1.3 0 0 0-.008-.378 1 1 0 0 0-.136-.312l-.014-.502-.016-.521a2.4 2.4 0 0 0-.068-.536 3.6 3.6 0 0 0-.18-.505c-.053-.127-.096-.245-.138-.36a6 6 0 0 0-.229-.547l.018-.123.181.174.266.258c.203.196.39.373.607.502.226.133.479.21.807.195a1.93 1.93 0 0 0 1.016-.385c.293-.216.528-.509.627-.832l.084-.279.07-.225c.482.082.998.11 1.498.057a3.7 3.7 0 0 0 1.351-.389 3.4 3.4 0 0 0 1.35-1.33h.002v-.002c.355-.616.555-1.34.63-2.088.062-.599.028-1.415-.097-2.2-.11-.701-.295-1.38-.55-1.87a.7.7 0 0 0-.137-.178 1.4 1.4 0 0 0-.51-.31c-.206-.07-.422-.084-.594.006a.5.5 0 0 0-.123.09 3 3 0 0 0-.3.388c-.106.153-.21.307-.337.414-.149.128-.327.202-.502.272a3.5 3.5 0 0 0-.261-.508 5 5 0 0 0-.399-.54 2.2 2.2 0 0 0-.365-.349 5 5 0 0 0-.41-.275c-.407-.255-.754-.559-1.108-.87-.16-.14-.323-.282-.482-.413-.842-.695-1.628-1.031-2.469-1.084m-4.129.004c-.57.137-.68.245-.851.804.273-.41.43-.545.851-.804m3.952.465c.829-.001 1.587.303 2.431 1.013.412.347.774.684 1.192.983-.152.013-.283.04-.455.107.21-.04.451 0 .67.04q.09.059.189.116c.295.174.463.27.662.547.21.294.386.589.541.912q-.15-.055-.262-.09a.57.57 0 0 0-.533.034l-.012.006c-.163.079-.416.17-.586.197a.7.7 0 0 0 .405-.006.56.56 0 0 0-.018.539.3.3 0 0 1-.02-.12.23.23 0 0 1 .249-.208.233.233 0 0 1 .187.33q-.174.031-.353.1a4 4 0 0 0-.237.095 3.7 3.7 0 0 1 1.084-.02q.038.176.073.366l-.137.01-.012.002c-.174-.14-.367-.117-.633-.057-.806.184-.617.637-.988 1.318.385-.47.357-.962.984-1.11.147-.036.247-.078.346-.063-.178.09-.333.237-.394.41-.173.486-.065.895-.254 1.35.234-.407.249-.802.459-1.23.075-.153.354-.4.525-.403l.14-.002c.042.27.068.539.052.761a8.5 8.5 0 0 1-.198 1.24c.213-.272.31-.85.403-1.257.097-.424.07-.934-.014-1.389-.117-.625.527-.522.9-.816.275-.217.463-.564.715-.809.25-.243.644.114.742.352.426 1.03.62 2.65.508 3.69-.126 1.164-.69 2.437-1.719 3.01-1.31.732-2.854.285-4.156-.154-.278-.093-.47-.229-.715-.382.067.3.097.615.008.914-.14.474-.367 1.251.277 1.394.246.055.357.048.704-.13a1.3 1.3 0 0 1-.616.011.4.4 0 0 1-.314-.273c.06.044.16.066.33.107.478.115.932-.114 1.021-.445.052-.194.043-.295.153-.559q.15.046.306.084l-.177.578c-.154.501-.752.904-1.28.895-.488-.009-.797-.314-1.134-.613l-.678-.6a5.2 5.2 0 0 1-1.658-.834c.4.472.673.732 1.232.967-.081.83-.37 1.436-.615 2.23-.111.36-.991 1.8-1.234 1.94-.174.1-1.26 1.016-1.465 1.136-.153.203-.287.483-.516.604-.698.37-1.148-.339-1.523-.936-.171-.272-.645-1.054-.23-1.273.39-.208.61-.357 1.009-.62.059.108.159.212.225.32l-.043-.352a2.8 2.8 0 0 1-.008-.596q.023-.31.047-.62c-.06.21-.179.42-.239.63-.024.084-.045.152-.056.214a7 7 0 0 1-2.682.034 17 17 0 0 0-.185-.926c-.018.278-.007 1.047-.008 1.476-.001.333-.016.448-.188.731-.16.265-.228.325-.453.773.019.283.019.47-.057.739-.125.446-1.386.098-1.718.007-.41-.112-1.256-.278-1.043-.824.187-.48.307-.986.398-1.658-.75-1.08-1.448-2.56-1.582-3.873-.104-1.019-.04-1.646.18-2.27.35-.987.837-1.843 1.62-2.53 1.06-.929 2.049-1.303 3.598-1.539-.373.417-.741.858-1.143 1.33-.406.479-.648.963-.906 1.487-.357.722-.348.996.125 1.63.407.547.627.794.804 1.328-.146.303-.2.56-.25.973.5.545.87.918 1.354 1.033.475.113.872.093 1.297-.125.944-.482 1.816-1.107 2.88-1.132.493-1.211.444-2.222.208-3.393-.162-.8-.227-1.557-.278-2.373-.2.84-.236 1.577-.088 2.414.18 1.008.318 2.124-.18 3.01-.962.073-1.788.658-2.655 1.107-.35.18-.712.198-1.098.092-.358-.098-.6-.334-.986-.78-.006-.446.095-.653.3-1.058.33-.65.695-1.255 1.094-1.894-.49.59-.953 1.084-1.338 1.677-.147-.419-.358-.633-.707-1.105-.34-.461-.375-.662-.12-1.196.255-.536.472-1.008.907-1.478.753-.813 1.443-1.717 2.266-2.518.447-.434.628-.42 1.22-.51a21 21 0 0 0 1.606-.31 23 23 0 0 1-1.553.08h-.015c.506-.646.799-1.006 1.62-1.363.95-.412 1.738-.652 2.47-.652zm.556 2.79c-1.101.276-1.307.739-1.166 1.45.121-.535.335-1.05 1.166-1.45m-3.263.061q-.668.075-1.336.139c-.375.035-.436.03-.702.293-.403.399-.794 1.768-.92 2.316.198-.455.69-1.729 1.069-2.053.105-.09.18-.143.258-.183-.271.455-.252.566-.157 1.176.081-.62.295-.859.647-1.32a9 9 0 0 0 1.14-.368zm10.226.053c-.255.517-.65.95-1.185 1.215-.288.142-.47.093-.791.062.326.094.533.21.853.096.652-.233.967-.756 1.123-1.373m-2.28.834q.035.071.067.144l-.05.041a.6.6 0 0 0-.126-.181zm-3.26.4c-.36.166-.779.126-1.087.334-.271.184-.646.764-.922 1.01.2-.078.394-.212.57-.354.002.22.101.426.27.565a.31.31 0 0 1 .092-.492.312.312 0 0 1 .432.191c-.148.11-.284.238-.397.387a1.7 1.7 0 0 0-.24.44 4.2 4.2 0 0 1 2.002-1.294c-.2-.003-.437.034-.678.114a.73.73 0 0 0-.482-.614c.16-.085.316-.175.44-.287m-1.042 1.64a.7.7 0 0 1-.125-.083.35.35 0 0 0 .125.084zM1.32 8.34c-.953.672-1.19.978-1.062 2.338C.352 9.608.56 9.145 1.32 8.34m-.808.404c-.482.336-.545.475-.5 1.059.105-.482.203-.664.5-1.059m1.779.195c-.07.15-.118.264-.152.381-.147.508.066.962-.395 1.33.217.438.207.612.711.41.195-.078.355-.187.498-.316q-.104.27-.191.545l-.03.094c-.36.153-.834.25-1.015-.13a3.5 3.5 0 0 1-.203-.595c-.594-.615.294-1.427.777-1.719m.123.276c.123.071.156.2.17.375-.073-.074-.132-.122-.227-.112a1.5 1.5 0 0 1 .057-.263m14.87 3.267c-.131.022-.365.07-.495.092-.348.059-.387.142-.441.484l-.086.524a9 9 0 0 1 .228-.568c.084-.184.132-.202.31-.3.127-.068.357-.163.483-.232zm-14.47 2.4c.274.946.738 1.876 1.255 2.657v.014a1 1 0 0 1-.149.369c-.369.493-1.306-.23-1.578-.508-.297-.303-.496-.662-.543-.998-.034-.246-.001-.252.17-.426l.693-.701zm12.405.62c.056.183.101.364.183.558.138.326.205.526.215.875l.032 1.106c.117.206.136.249.115.484-.043.481-.203.513-.625.506-.192-.003-.957-.007-1.15-.023-.274-.024-.429-.05-.512-.112.43-.316 1.162-1.619 1.304-2.068.151-.474.315-.888.438-1.326"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/apachehbase.svg b/mkdocs-material/material/templates/.icons/simple/apachehbase.svg new file mode 100644 index 0000000..50a759a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/apachehbase.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.429 20.977a.6.6 0 0 1-.033-.19c0-.153-.118-.355-.293-.5a1.7 1.7 0 0 1-.273-.31c-.139-.208-.29-.29-.845-.46-.609-.184-.796-.343-.85-.722l-.028-.19-.111.162c-.217.314-.36.364-.655.229-.187-.086-.323-.094-.478-.028-.1.042-.118.04-.182-.018-.07-.062-.076-.063-.174-.005-.077.046-.14.055-.257.037-.187-.028-.287.027-.412.225-.237.376-.406.204-.405-.412.001-.684.323-1.072 1.251-1.506.478-.223.694-.368.828-.553.102-.143.111-.148.156-.087.095.13.422.8.579 1.184.178.438.232.52.299.452.057-.057-.081-.46-.349-1.02-.664-1.39-1.646-2.384-2.871-2.907-.563-.24-.84-.292-1.57-.29-.554 0-.69.013-1.066.092-.548.117-1.161.313-1.943.622-.788.311-.788.311-1.582.027-.322-.115-.708-.24-.857-.279-.306-.078-.758-.091-1.012-.03-.292.07-.704.29-1.21.647-.607.428-.934.597-1.369.71-.377.098-.536.184-.63.337-.075.123-.082.222-.025.346.039.086.41.357.845.617.118.07.223.143.234.16.025.041-.564.335-.994.495-.764.286-1.586.467-2.825.622-.826.103-.966.132-1.583.325-.246.078-.602.173-.79.212-.835.173-1.591-.032-1.706-.463a.6.6 0 0 0-.083-.195c-.153-.175-.21-.596-.111-.825.028-.066.085-.322.127-.568.143-.846.288-1.304.6-1.895.549-1.036 1.64-2.35 2.961-3.567.873-.804 1.703-1.422 3.621-2.699 1.186-.788 1.197-.799 1.334-1.179.03-.084.177-.628.326-1.209.466-1.808.764-2.49 1.319-3.014.313-.295.811-.48 1.101-.406.165.041.174.123.06.582-.192.766-.256 1.25-.258 1.933-.002.674.04.935.2 1.25.22.434.367.518 1.228.694 3.042.623 5.072 1.56 6.514 3.007 1.336 1.34 2.424 3.438 3.133 6.035l.134.495.258.197c.659.505 1.027 1.013 1.224 1.685.104.357.088 1.113-.033 1.56-.128.476-.238.676-.371.676-.038 0-.079-.037-.098-.088zm.056-.999c.013-.05.015-.262.004-.473-.032-.67-.239-1.15-.713-1.65-.364-.385-1.024-.849-1.207-.849-.07 0-.074.013-.056.166.011.09.084.334.162.54s.151.447.162.536c.017.143.008.174-.07.252-.107.107-.208.112-.362.018-.064-.039-.123-.063-.133-.054-.009.01-.006.08.007.156.047.277.208.389.826.572.905.268 1.09.39 1.234.816.03.09.121.072.146-.03M1.927 18.705c.159-.028.476-.11.705-.184.493-.156.87-.234 1.913-.398 1.224-.191 1.716-.293 2.262-.467.346-.111.663-.253.661-.298 0-.014-.103-.087-.227-.163s-.357-.265-.517-.42c-.16-.157-.306-.285-.324-.285-.087 0-.305.122-.58.324-.79.58-1.066.694-2.324.962-.624.133-.845.209-1.137.388-.403.247-.49.288-.755.356a2.5 2.5 0 0 1-.52.069c-.359 0-.399.112-.06.171.199.036.507.017.903-.055m17.139-.07a.7.7 0 0 1 .194-.123l.148-.065.317.096c.397.12.917.138 1.058.036l.202-.147c.07-.051.142-.077.18-.065.035.01.064.015.064.008 0-.035-.486-1.147-.532-1.217l-.055-.083-.173.137c-.095.075-.418.284-.717.464-.769.462-1.01.697-.952.93.017.066.044.086.12.086.054 0 .12-.026.146-.057M4.579 16.654a.6.6 0 0 0 .185-.133c.144-.24-.432-.214-.587.026-.041.063-.04.08.008.129.077.077.215.069.394-.022zm1.084-.752c.37-.1.74-.221.854-.281.237-.125.438-.342.582-.627.057-.113.164-.262.237-.33s.133-.149.133-.18c0-.267-.92-.389-1.513-.2-.72.23-1.406.962-1.422 1.517-.01.34.176.357 1.129.1m14.12-1.05c0-.062-.229-.367-.39-.52-.316-.299-.637-.482-1.257-.717-.368-.14-.52-.226-.52-.294 0-.016.031-.06.07-.097.193-.194 1.118.044 1.77.455.258.162.552.391.797.62.188.176.219.194.219.129 0-.104-.17-.415-.378-.692-.519-.69-1.362-1.229-2.306-1.47q-1.144-.294-1.99-.034c-.522.16-1.128.537-1.736 1.08-.857.766-1.11.98-1.33 1.118-.131.084-.234.167-.229.186s.105.063.22.1l.21.067.51-.235c1.01-.464 1.936-.762 2.626-.846 1.052-.128 2.23.205 3.285.928.321.221.43.277.43.222m-9.322 2.91c-1.083-.134-2.106-.512-2.941-1.088-.19-.13-.243-.187-.252-.263-.022-.19.152-.303.623-.403.414-.087.688-.226 1.314-.666.847-.595 1.182-.73 1.734-.7.258.014.42.058 1.276.344 1.284.428 2.645.913 2.747.979.235.149-.17.7-.805 1.096-.48.299-1.111.533-1.76.653-.359.066-1.55.096-1.936.048m-8-5.341c-.014-.035-.016-.206-.005-.379.047-.762.462-1.623 1.026-2.133.216-.196.56-.4.675-.4.113 0 .183.118.268.45.044.175.114.363.154.418s.07.105.063.11l-.356.284c-.462.367-1.102.958-1.486 1.373-.263.283-.32.33-.34.277z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/apachehive.svg b/mkdocs-material/material/templates/.icons/simple/apachehive.svg new file mode 100644 index 0000000..1c76b7a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/apachehive.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.902.258c-.331.216-.65.525-.994.877-.569.589-.947 1.164-1.526 1.59-.116.1-.441.26-.85.284-.192.01-.318.042-.672-.003-.312-.169-.608-.059-.897.287-.317.456-.72 1.322-.886 1.868-.345 1.39.533 2.536 1.375 3.42.749.73 1.18 1.188 1.488 1.859.233.435.405 1.032.592 1.45.067.133.053.132.235.172.39.084.934.084 1.417.126.209.003.496-.005.768-.033.375-.071.815-.14 1.185-.268.36-.09.682-.212.971-.325-.037.126-.313.249-.416.41-.962 1.376-1.24 2.605-1.09 4.51l-.008-.007.011.05.006.077c.097.874.298 1.6.6 2.43a6.8 6.8 0 0 0 .717 1.38q.109.152.238.31h-.002l.005.004c.93 1.13 2.706 2.45 5.098 2.986.457.062.975.029 1.463-.1 1.292-.392 3.925-1.319 3.925-1.319s-2.337.194-3.408.088c-.248-.039-.52-.052-.693-.221-.03-.037-.135-.25-.067-.251.093-.003.36-.113.77-.15-.877-.094-.865-.093-.929-.253a10 10 0 0 0-.409-.884c.386.033 1.24.08 1.529-.218 0 0-.505.058-.951.006a3 3 0 0 1-.484-.137c-.2-.079-.365-.103-.404-.154-.07-.177-.116-.236-.2-.473-.114-.315-.123-.665-.145-.986.292.36.664.663 1.157.818.006-.013.638.275 1.098.127l.088-.029c-.045.009-.307.02-.409-.03-.934-.398-1.075-.745-1.226-.918l-.403-.604c.123-.245.192-.254.355-.256.491.054.705.096 1.004.024.203.416.257.835.718 1.137 1.533.456 1.866-.135 2.237-.656 1.104.81 2.9 1.059 4.147.014 1.586-1.835 2.088-4.728 1.947-4.893-.198-.336-.457-.683-.68-.635-.796.217-1.09.62-1.877.529.094-.006.252-.008.253-.017.06-.667-.005-.99-.034-1.046-.24-.527-.554-1.082-.772-1.498-.057-.086-.223-.742-.5-1-.12-.102-.41-.37-.41-.37l-.026.285s.114.017.158.193c.079.322.313.854.542 1.33h-.37l.424.11c.228.465.437.852.467.888.193.312.148.673.155.98l-.11.055c-.017-.361-.405-.335-.732-.338l-.268-.066c.082.076.334.07.232.233-.086.046-.125.242-.174.407l-.145.007c.256.1.494.188.776.306l.142.021-.142.357-.193-.078-.007-.135c-.34-.136-.995-.193-1.019-.165-.242.237-.418.524-.609.8.262-.204.46-.512.813-.597.028-.003.378.065.568.098-.122.025-.32.034-.35.077-.269.332-.466.736-.697 1.105.319-.329.416-.666.957-.985.045-.03.375-.023.536.058-.051.183-.167.401-.26.607-.133.313-.386.601-.58.902.608-.74.435-.469.841-.946.17-.404.34-.84.497-1.271l.03-.016c.054.033.47-.008.795.012.559-.12.535-.367 1.018-.404.325-.025.358.586.353.634a7.3 7.3 0 0 1-.58 2.174c-.652 1.258-1.383 2.388-2.42 2.545-1.265.221-1.922-.332-2.608-.684l-.262.224c-.891.887-1.949.808-2.382-.351l-.003-.006a3 3 0 0 0-.092-.175c-.127-.246-.25-.495-.402-.724-1.338-1.058-.72-2.022-.364-2.632-.744-.188-1.73-.588-1.866-1.113-.219-1.7-.108-2.24.11-3.113-.996.21-2.006.419-3.077.776l-.001-.008c-.286.064-1.246.416-1.518.563-.617.179-1.13.366-1.917.563a3 3 0 0 1-.753-.002c-.566-.077-1.531-.008-1.593-.065-.383-.535-.488-1.493-.838-2.006l-.004-.005-.005-.004c-.203-.275-.441-.498-.675-.73C1.49 8.213.773 7.407.572 6.554c-.05-.252-.18-.513-.112-1.258l.002-.004.001-.003c.202-.697.53-1.265 1.087-1.834.58.01 1.153.022 1.6.108.205.034.631.09 1.071.254 1.115.415 2.587 1.097 2.587 1.097-1.105-.607-2.34-1.395-3.121-1.554-.117-.017-.188-.07-.222-.162 1.173-.69 1.388-1.502 2.16-2.23.353-.154.49-.232.79-.265 2.774.439 4.52 1.543 5.9 2.282.56.304 1.07.535 1.557.812.426.14 1.713 1.113 2.09 1.637.383.807.662 1.68.917 2.522.183.857.343 1.204.343 1.204s-.155-.716-.13-.845c.162.06.542.18.7.16 0 0-.705-.364-.797-.686-.296-1.033-.594-2.641-.674-2.725-.226-.284-1.168-1.005-1.746-1.339-.218-.126-.336-.204-.345-.26.184-.186.412-.433.617-.59.195-.15.374-.32.647-.42 1.2-.541 1.886.207 2.05.056 0 0-.259-.296-.144-.247.117.063.5.138.542.177.437.342 1.581 1.593 2.27 2.913.166.323.233.536.156.925-.077.39-.136.604-.22.864-.076.174-.505 1.365-.503 1.525-.087.653.28 1.471.28 1.471.003-.222-.014-.34.006-.499l.025-.284s-.016-.075-.013-.105c.019-.196.067-.361.081-.474.138-.853.377-1.467.65-2.216.08-.189.185-.294.18-.438.005-.255-.224-.598-.389-.933a10 10 0 0 0-.627-1.112c-.596-.857-1.103-1.527-2.033-1.947-.26-.114-1.284-.226-1.638-.16-.429.09-.797.178-1.092.367-.462.296-.826.755-1.252 1.025-.944-.472-1.4-.825-1.484-.874-.561-.3-1.234-.649-1.958-.98-.348-.321-2.504-1.096-4.479-1.25zm9.705 19.318q.007 0 .007-.002zm1.957-16.262c.05.26.091.517.287.844.42.463.571.79.63.935.205.526.369 1.052.519 1.578-.05-.548-.237-1.136-.313-1.66-.043-.24-.954-1.68-1.123-1.697m-7.078 2.51c1.051.267 2.609.274 3.368.743.011.041-.02.068-.066.09-.187-.026-.372-.077-.57-.03-.29.093-.548.269-.822.406.754-.154.965.027 1.538.075.62.236.985 1.375 1.394 1.696-.378-.827-.617-2.06-1.355-2.714-.917-.294-2.267-.226-3.487-.267zm6.987 4.916a3 3 0 0 0-.668.066c-.16.215-.17.433-.24.635.476-.525.665-.557 1.427-.666a4 4 0 0 0-.52-.035zm-7.787.365c.496 1.86 1.516 3.733 2.53 5.44.39.496.497.718 1.087 1.018q-.073.156-.162.376c-1.132-.559-2.067-1.232-3.008-1.91-1.512-1.104-1.89-2.418-2.155-4.136a.4.4 0 0 1 .12-.108 4.6 4.6 0 0 1 1.588-.68m8.185 1.135c-.466-.002-.851.16-1.351.482 0 0 .554-.08.544-.03-.037.175.048.575.073.602l.006-.005q0 .01-.006.005l-.306.25c.654-.329 1.341-.263 2.039-.313 0 0-.588-.162-.552-.167.131-.019-.035-.613-.08-.626a4 4 0 0 1 .334-.094 2.8 2.8 0 0 0-.701-.104m-.447.563c.094.001.189.028.22.09a.5.5 0 0 1 .018.265.54.54 0 0 0-.395.12c-.071.07-.123-.347-.068-.412.034-.04.13-.064.225-.063m3.017.298c.084-.001.256.009.287.12.02.062-.042.27-.072.292-.046.023-.356.003-.369-.061-.026-.076.037-.306.108-.348zm2.897.384-.553.27c-.9.284-.954.03-1.29-.066.222.253.487.442.958.33.645-.196.667-.36.885-.534m-16.499.699c.5 1.36 2.887 3.894 6.09 4.278l-.008.018c-.11.266-.202.724-.196 1.104l-.006.01c-4.155-.885-4.67-1.994-5.951-2.987-.093-.768-.105-1.602.071-2.423m9.442 1.904q-.032 0-.033.003c-.296.21-.34.412-.334.586.491-.483.473-.485 1.19-.48a7 7 0 0 0-.823-.109m.296.363c-.105.567-.487.97-.783 1.368-.059.093-.101.22.189.624.078.108.36.126.55.116-.193-.146-.488-.301-.536-.436.341.233.657.3.943.262.065-.007.146-.077.209-.183.127-.274.227-.34.328-.413l.232.29.262-.223c-.581-.455-1.07-.923-1.394-1.405m-9.281 2.42c1.46.878 3.814 1.839 5.812 1.791.2.347.439.711.633 1.001-2.544.387-4.308-.391-5.387-.92l-.117-.118c-.345-.391-.676-1.134-.941-1.755zm6.884 3.456c.1.207.262.379.273.402.856 1.116-1.079.859-1.478.791-.71-.113-1.405-.391-2.065-.767 1.074-.021 2.208.06 3.27-.426"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/apachejmeter.svg b/mkdocs-material/material/templates/.icons/simple/apachejmeter.svg new file mode 100644 index 0000000..7235935 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/apachejmeter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.35 7.79s-.247-.4-.537-.228c-.14.084-.374.318-.653.658l.257.484a6 6 0 0 1 .517-.653c-.079.09-.246.298-.484.662q.501-.035.996-.123c.099-.549-.096-.8-.096-.8m-.386.228.022-.024zM.91 14.02a45 45 0 0 0-.774 2.33.2.2 0 0 1-.136.132c.23-.76.458-1.476.687-2.124-.143-.033-.346.007-.594.11.17-.13.339-.242.5-.252-.051-.011-.183-.057-.36-.22.169.063.316.094.422.072-.022-.282-.174-.57-.374-.86-.001-.002.28.161.383.33l.002-.023q.025-.33.093-.654v-.002q.05-.261.127-.522l.066-.223q.043-.13.093-.27.165-.452.375-.884l.036-.072q.192-.386.408-.76.115-.199.231-.39.01-.011.017-.026L2.11 9.71l.008-.013q.355-.57.754-1.108a8 8 0 0 1 .229-.296l.058-.072.256.482a11 11 0 0 0-.268.404q-.259.415-.487.846l-.217.414-.222-.439.22.44-.007.015q-.067.135-.133.27l-.077.16-.206.444a43 43 0 0 0-.57 1.344l-.18.457-.04.103q-.068.18-.134.357v.004l-.033.088-.141.381zm3.235-4.623a5 5 0 0 1-.334.562c-.106.149-.216.25-.457.363l.022-.004q.002-.002.006-.002c.125-.023.28-.074.37-.127a.2.2 0 0 0 .036-.024 1 1 0 0 1-.02.089q-.01.038-.026.085l-.012.033-.036.092a3 3 0 0 1-.102.226q-.013.028-.028.057l-.024.039a1 1 0 0 1-.084.116l-.04.044a1 1 0 0 1-.113.101 1.2 1.2 0 0 1-.27.151l.017-.002.064-.011q.195-.047.361-.16c-.138.275-.326.497-.628.612l.052-.007.05-.011a1 1 0 0 0 .254-.087 7 7 0 0 1-.18.492q-.106.26-.225.47a2.6 2.6 0 0 1-.35.487c-.276.298-.705.54-1.027.58l.016.003c.366.076.745-.047.996-.324a3 3 0 0 1-.106.187c-.148.24-.318.386-.654.537.23.013.35-.041.448-.165a1 1 0 0 1-.052.1c-.215.356-.634.478-1.117.456a.54.54 0 0 1 .174.37c-.074-.134-.152-.251-.251-.297l.116-.334.02-.054v-.006l.132-.37.026-.07.003-.01.17-.454.007-.022.168-.435q.093-.238.184-.46.184-.452.382-.897.077-.174.152-.336l.05-.108.097-.205q.043-.093.088-.183l.027-.058q.003-.003.002-.011l.006-.001q.11-.225.213-.423.226-.435.474-.857l.013-.023q.133-.222.246-.396.5-.035.995-.12-.015.078-.038.165a3 3 0 0 1-.075.225 4 4 0 0 1-.187.413zm2.351.674v4.596c0 .28-.041.527-.125.732a1.34 1.34 0 0 1-.35.512 1.4 1.4 0 0 1-.531.3q-.306.095-.674.095a2.7 2.7 0 0 1-.659-.074.06.06 0 0 1-.046-.06v-.842a.063.063 0 0 1 .076-.062q.117.027.25.045c.162.024.376.03.54-.01a.48.48 0 0 0 .332-.29.8.8 0 0 0 .052-.313v-4.63c0-.035.027-.063.062-.063h1.01c.036 0 .063.028.063.063zm8.588 1.44a1.35 1.35 0 0 0-.518-.334 1.9 1.9 0 0 0-.675-.114q-.383 0-.702.125c-.208.082-.395.21-.545.377a1.75 1.75 0 0 0-.35.619 2.7 2.7 0 0 0-.123.859c0 .32.044.606.135.848q.139.361.386.603c.164.157.364.276.59.355a2.3 2.3 0 0 0 .742.118q.213 0 .377-.015a2.3 2.3 0 0 0 .61-.13q.143-.05.273-.12a.06.06 0 0 0 .033-.055v-.77a.063.063 0 0 0-.09-.055 2.5 2.5 0 0 1-.827.265q-.153.015-.307.014a.9.9 0 0 1-.332-.055.7.7 0 0 1-.243-.162.8.8 0 0 1-.155-.263 1.2 1.2 0 0 1-.058-.295h2.157a.063.063 0 0 0 .063-.062v-.483a2.1 2.1 0 0 0-.114-.725 1.5 1.5 0 0 0-.327-.544zm-1.758 1.029q.033-.325.176-.478a.52.52 0 0 1 .395-.167.55.55 0 0 1 .246.052q.106.051.176.144a.7.7 0 0 1 .105.22q.03.107.038.229zm10.673-1.387v.934a.062.062 0 0 1-.077.06.7.7 0 0 0-.254-.027l-.08-.004q-.181 0-.337.047a.64.64 0 0 0-.253.145.7.7 0 0 0-.163.264q-.059.166-.059.411v1.856a.063.063 0 0 1-.063.063h-.994a.063.063 0 0 1-.063-.063v-3.645c0-.035.028-.063.063-.063h.753c.028 0 .053.02.06.046l.124.462q.06-.1.133-.191a.93.93 0 0 1 .487-.338 1.1 1.1 0 0 1 .434-.044q.05-.002.096.006a1 1 0 0 1 .084.011.3.3 0 0 1 .066.011.06.06 0 0 1 .044.059zm-5.956 2.794a.06.06 0 0 1 .027.05v.741a.06.06 0 0 1-.033.055 1.5 1.5 0 0 1-.364.125c-.304.068-.62.066-.924-.008a.9.9 0 0 1-.381-.207 1.04 1.04 0 0 1-.256-.397 1.8 1.8 0 0 1-.088-.608V12h-.414a.063.063 0 0 1-.062-.062v-.42a.06.06 0 0 1 .03-.053l.529-.323.28-.75a.06.06 0 0 1 .058-.04h.636c.035 0 .062.028.062.063v.714h.825c.034 0 .063.028.063.062v.747a.063.063 0 0 1-.063.063h-.825v1.695q0 .187.085.268a.32.32 0 0 0 .231.084q.14 0 .263-.03.133-.034.264-.08a.06.06 0 0 1 .057.007zm-6.105-3.876v4.77a.063.063 0 0 1-.062.061h-.943a.063.063 0 0 1-.063-.063v-2.45l.014-.473.01-.242.008-.187-1.018 3.37a.06.06 0 0 1-.06.044h-.93a.06.06 0 0 1-.06-.044l-.929-3.32a25 25 0 0 1 .033.88q.005.111.005.204v2.218a.063.063 0 0 1-.063.063h-.903a.063.063 0 0 1-.063-.063V10.07c0-.034.027-.063.062-.063h1.376c.03 0 .053.02.061.047l.981 3.473 1.046-3.474a.06.06 0 0 1 .06-.044h1.376c.034 0 .062.027.062.061zm9.135 1.44a1.35 1.35 0 0 0-.517-.334 1.9 1.9 0 0 0-.676-.114c-.253 0-.49.041-.701.125-.208.082-.395.21-.545.377a1.75 1.75 0 0 0-.35.619c-.087.278-.13.568-.124.859 0 .32.046.606.135.848q.14.361.387.603c.164.157.364.276.59.355a2.3 2.3 0 0 0 .742.118q.213 0 .376-.015a2.3 2.3 0 0 0 .884-.25.06.06 0 0 0 .033-.055v-.77a.063.063 0 0 0-.09-.055 2.5 2.5 0 0 1-.828.265q-.152.015-.306.014a.9.9 0 0 1-.332-.055.7.7 0 0 1-.242-.162.8.8 0 0 1-.157-.263 1.2 1.2 0 0 1-.057-.295h2.157a.063.063 0 0 0 .063-.062v-.483a2.1 2.1 0 0 0-.114-.725 1.5 1.5 0 0 0-.328-.544zm-.765.58a.7.7 0 0 1 .106.22q.03.107.038.229h-1.137q.034-.325.177-.478a.52.52 0 0 1 .395-.167.55.55 0 0 1 .246.052.5.5 0 0 1 .175.144M6.26 7.63h-.137L5.41 9.336h.179l.218-.534h.769l.22.534h.18l-.714-1.708H6.26zm-.419 1.04.352-.844.341.844zm1.483.035h.555c.292 0 .489-.262.489-.54 0-.265-.211-.536-.503-.536h-.708v1.708h.166zm0-.926h.532c.187 0 .346.172.346.386 0 .207-.13.392-.332.392h-.546zm1.129 1.558.218-.534h.767l.22.534h.184l-.714-1.708H8.99l-.715 1.708zm.606-1.51.342.843H8.71l.352-.844H9.06zm.778.643c0-.41.297-.85.81-.85a.67.67 0 0 1 .631.372l-.135.081a.54.54 0 0 0-.504-.303c-.408 0-.632.365-.632.709 0 .376.276.718.639.718a.58.58 0 0 0 .526-.318l.14.073c-.111.256-.414.397-.676.397-.468 0-.799-.447-.799-.88zm1.875.867h-.165V7.629h.165v.76h1.011v-.76h.169v1.708h-.169v-.799h-1.01zm2.71 0h-1.145V7.629h1.124v.15h-.959v.616h.836v.142h-.837v.65h.982v.15z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/apachekafka.svg b/mkdocs-material/material/templates/.icons/simple/apachekafka.svg new file mode 100644 index 0000000..810d0d0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/apachekafka.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.71 2.136a1.43 1.43 0 0 0-2.047 0h-.007a1.48 1.48 0 0 0-.421 1.042c0 .41.161.777.422 1.039l.007.007c.257.264.616.426 1.019.426.404 0 .766-.162 1.027-.426l.003-.007c.261-.262.421-.629.421-1.039 0-.408-.159-.777-.421-1.042zM8.683 22.295c.404 0 .766-.167 1.027-.429l.003-.008c.261-.261.421-.631.421-1.036 0-.41-.159-.778-.421-1.044H9.71a1.42 1.42 0 0 0-1.027-.432 1.4 1.4 0 0 0-1.02.432h-.007c-.26.266-.422.634-.422 1.044 0 .406.161.775.422 1.036l.007.008c.258.262.617.429 1.02.429m7.89-4.462c.359-.096.683-.33.882-.684l.027-.052a1.47 1.47 0 0 0 .114-1.067 1.45 1.45 0 0 0-.675-.896l-.021-.014a1.43 1.43 0 0 0-1.078-.132c-.36.091-.684.335-.881.686-.2.349-.241.75-.146 1.119.099.363.33.691.675.896h.002c.346.203.737.239 1.101.144m-6.405-7.342a2.08 2.08 0 0 0-1.485-.627c-.58 0-1.103.242-1.482.627-.378.385-.612.916-.612 1.507s.233 1.124.612 1.514a2.08 2.08 0 0 0 2.967 0c.379-.39.612-.923.612-1.514s-.233-1.122-.612-1.507m-.835-2.51c.843.141 1.6.552 2.178 1.144h.004c.092.093.182.196.265.299l1.446-.851a3.18 3.18 0 0 1-.047-1.808 3.15 3.15 0 0 1 1.456-1.926l.025-.016a3.06 3.06 0 0 1 2.345-.306c.77.21 1.465.721 1.898 1.482v.002c.431.757.518 1.626.313 2.408a3.15 3.15 0 0 1-1.456 1.928l-.198.118h-.02a3.1 3.1 0 0 1-2.154.201 3.13 3.13 0 0 1-1.514-.944l-1.444.848a4.16 4.16 0 0 1 0 2.879l1.444.846c.413-.47.939-.789 1.514-.944a3.04 3.04 0 0 1 2.371.319l.048.023v.002a3.17 3.17 0 0 1 1.408 1.906 3.22 3.22 0 0 1-.313 2.405l-.026.053-.003-.005a3.15 3.15 0 0 1-1.867 1.436 3.1 3.1 0 0 1-2.371-.318v-.006a3.16 3.16 0 0 1-1.456-1.927 3.18 3.18 0 0 1 .047-1.805l-1.446-.848a4 4 0 0 1-.265.294l-.004.005a3.94 3.94 0 0 1-2.178 1.138v1.699a3.1 3.1 0 0 1 1.56.862l.002.004c.565.572.914 1.368.914 2.243 0 .873-.35 1.664-.914 2.239l-.002.009a3.1 3.1 0 0 1-2.21.931 3.1 3.1 0 0 1-2.206-.93h-.002v-.009a3.19 3.19 0 0 1-.916-2.239c0-.875.35-1.672.916-2.243v-.004h.002a3.1 3.1 0 0 1 1.558-.862v-1.699a3.93 3.93 0 0 1-2.176-1.138l-.006-.005a4.1 4.1 0 0 1-1.173-2.874c0-1.122.452-2.136 1.173-2.872h.006a3.95 3.95 0 0 1 2.176-1.144V6.289a3.14 3.14 0 0 1-1.558-.864h-.002v-.004a3.2 3.2 0 0 1-.916-2.243c0-.871.35-1.669.916-2.243l.002-.002A3.08 3.08 0 0 1 8.683 0c.861 0 1.641.355 2.21.932v.002h.002c.565.574.914 1.372.914 2.243 0 .876-.35 1.667-.914 2.243l-.002.005a3.14 3.14 0 0 1-1.56.864zm8.121-1.129-.012-.019a1.45 1.45 0 0 0-.87-.668 1.43 1.43 0 0 0-1.103.146h.002c-.347.2-.58.529-.677.896-.095.365-.054.768.146 1.119l.007.009c.2.347.519.579.874.673.357.103.755.059 1.098-.144l.019-.009a1.47 1.47 0 0 0 .657-.885 1.5 1.5 0 0 0-.141-1.118"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/apachekylin.svg b/mkdocs-material/material/templates/.icons/simple/apachekylin.svg new file mode 100644 index 0000000..7d52cf0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/apachekylin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m8.033 16.459-.59 1.29h.142l.155-.344h.72l.154.345h.144l-.59-1.291zm-.243.835.31-.694.31.694zm1.154-.515v1.328h.131v-.54a.42.42 0 0 0 .369.192c.277 0 .483-.2.483-.494a.47.47 0 0 0-.483-.493.42.42 0 0 0-.374.2v-.192h-.126zm.49.107c.205 0 .362.153.362.378 0 .227-.157.379-.361.379-.207 0-.362-.152-.362-.379 0-.224.155-.378.362-.378zm1.487.864v-.602c0-.25-.142-.376-.392-.376a.62.62 0 0 0-.395.13l.059.099a.5.5 0 0 1 .323-.115c.18 0 .274.09.274.257v.059h-.308c-.278 0-.374.125-.374.275 0 .167.135.282.354.282.16 0 .275-.061.334-.16v.15h.125zm-.13-.292c-.052.128-.161.198-.309.198-.154 0-.245-.07-.245-.183 0-.1.06-.173.25-.173h.303zm.525-.193c0 .228.155.378.367.378a.33.33 0 0 0 .282-.142l.098.066c-.077.125-.216.192-.38.192-.29 0-.5-.205-.5-.494s.21-.493.5-.493c.164 0 .303.065.38.192l-.098.066a.33.33 0 0 0-.282-.144c-.212 0-.367.152-.367.379m1.12-.884v.568c.072-.112.199-.177.363-.177.236 0 .398.137.398.415v.563h-.13v-.55c0-.205-.108-.31-.292-.31-.208 0-.34.13-.34.35v.51h-.13v-1.37h.13zm1.968.884c0-.292-.198-.493-.47-.493-.274 0-.475.205-.475.493 0 .287.207.494.51.494a.48.48 0 0 0 .374-.159l-.074-.085a.38.38 0 0 1-.297.128c-.212 0-.367-.135-.382-.338h.812zm-.814-.058a.337.337 0 0 1 .343-.322c.19 0 .329.132.345.322zm1.728-.748v.78l.758-.78h.157l-.559.584.598.707h-.162l-.528-.607-.264.267v.34h-.136v-1.291zm1.292 1.383.042-.094-.433-.969h.136l.365.825.365-.825h.13l-.486 1.087c-.08.19-.184.25-.322.25a.33.33 0 0 1-.236-.088l.06-.098a.24.24 0 0 0 .178.074c.086 0 .145-.04.2-.162zm.92-1.461v1.369h-.131v-1.37h.13zm.365.398h.13v.97h-.13zm.066-.212a.095.095 0 0 1-.095-.094c0-.05.042-.092.095-.092a.093.093 0 1 1 0 .186m.556.212v.18c.07-.119.2-.187.369-.187.236 0 .398.137.398.415v.562h-.131v-.55c0-.204-.107-.309-.291-.309-.209 0-.34.13-.34.35v.51h-.13v-.97zM2.086 15.41C.264 15.4.124 15.395.063 15.356c-.084-.055-.084-.137-.002-.302q.333-.67 1.676-.943c.575-.116.917-.252 1.23-.487.374-.281.418-.538.12-.69a2.5 2.5 0 0 1-.868-.786c-.294-.447-.492-1.162-.492-1.778 0-.321.168-.938.36-1.323.282-.565.68-.963 1.236-1.235a3.04 3.04 0 0 1 1.25-.298q.126 0 .178-.044c.05-.04.052-.051.026-.13-.04-.119-.206-.266-.373-.328-.156-.058-.332-.085-.807-.122-.18-.013-.38-.04-.444-.06a.8.8 0 0 1-.411-.28c-.057-.085-.067-.126-.067-.259 0-.14.011-.179.098-.338.092-.168.13-.267.2-.522.023-.086.037-.102.09-.102.033 0 .1.031.148.07.292.23 1.183.53 1.571.53.246 0 .361-.035.453-.14.064-.073.071-.095.058-.181a1.04 1.04 0 0 0-.268-.502c-.14-.14-.426-.285-.694-.355a2 2 0 0 0-.504-.054c-.345-.004-.373.004-.563.163-.158.132-.21.12-.386-.089-.441-.522-.646-1.065-.518-1.37.041-.1.095-.121.467-.184.163-.027.498-.091.744-.143.965-.202 1.498-.268 2.164-.267.56.001.585-.006.736-.231.199-.297.271-.585.272-1.088 0-.406.018-.455.162-.455.113 0 .276.08.357.176.16.189.221.439.249 1.012.017.351.035.509.08.686.094.364.146.445.543.837.493.488.64.722.731 1.16.073.352.032.768-.107 1.085-.171.393-.579.845-1.033 1.147-.351.234-.757.427-2.302 1.097-.297.128-.61.27-.696.312-.559.282-1.082.816-1.283 1.31-.058.14-.07.21-.08.443-.016.43.076.72.34 1.07.181.242.53.508.791.606.323.121.776.127 1.154.016.37-.108.797-.361.747-.442-.026-.042-.08-.031-.245.048-.627.299-1.316.344-1.71.112a2 2 0 0 1-.55-.551c-.228-.386-.3-.932-.173-1.303a1.14 1.14 0 0 1 .313-.468c.24-.233.993-.618 2.46-1.258.868-.38 1.04-.464 1.342-.666a3.72 3.72 0 0 0 1.67-3.135c0-.148.01-.27.021-.27.028 0 .19.216.313.416.627 1.026.843 2.398.54 3.443-.284.978-.948 1.741-1.77 2.034a2.3 2.3 0 0 1-.88.14 2.6 2.6 0 0 1-.852-.13c-.467-.135-.814-.148-1.19-.044-.346.096-.52.235-.588.47a.68.68 0 0 0 .08.518c.086.16.165.215.323.228.234.019.547-.145.547-.287 0-.031-.07-.178-.156-.326s-.156-.295-.156-.328q0-.133.251-.133c.22 0 .36.076.528.284.158.196.301.3.47.34.206.05.235.158.13.476-.175.522-.62 1.133-1.429 1.96a9 9 0 0 0-.596.66c-.224.319-.44.787-.565 1.224-.087.306-.164.384-.41.412-.039.005-.952.003-2.028-.004M9.741 2.668a10.7 10.7 0 0 1 5.137-.638c2.634.336 4.891 1.67 6.295 3.72.499.728.699 1.143.7 1.451 0 .346-.242.533-.618.477a1 1 0 0 1-.508-.271 25 25 0 0 1-.672-.781c-1.308-1.565-1.733-2.01-2.404-2.516a8.6 8.6 0 0 0-1.856-1.044c-1.82-.713-3.944-.805-6.106-.266-.494.123-.48.067.032-.132M23.807 12.89c-.359.932-1.224 1.631-2.401 1.942-.939.247-1.7.244-2.46-.01a4.3 4.3 0 0 1-1.42-.84c-.22-.205-.294-.23-.294-.097 0 .067.034.124.18.306q.346.426.316.613c-.02.123-.104.19-.261.21-.185.022-2.544.004-2.593-.02-.104-.051.012-.31.203-.45.143-.104.275-.158.492-.199.184-.035.247-.075.247-.157 0-.02-.054-.146-.12-.278a2.6 2.6 0 0 1-.23-.723c-.024-.13-.177-.073-.319.117-.247.331-.419.856-.53 1.623-.056.377-.085.46-.18.502-.048.022-.56.028-2.072.026a105 105 0 0 1-2.07-.014c-.213-.04-.178-.254.08-.48.21-.184.703-.417 1.303-.616.406-.135.454-.173.452-.36-.002-.29-.235-.573-.873-1.06-.671-.511-.864-1.516-.43-2.235.261-.431.73-.782 1.2-.897.803-.196 1.43.033 1.722.628.11.225.182.477.16.563-.022.089-.093.071-.272-.066-.258-.198-.434-.27-.682-.28-.255-.01-.416.036-.552.16-.158.141-.198.244-.199.508 0 .208.007.242.077.392.377.796 1.599.95 2.453.308.278-.21.623-.788.724-1.216.043-.181.05-.267.04-.528-.009-.267-.02-.342-.082-.519-.155-.445-.343-.685-.672-.855-.503-.26-1.133-.33-1.989-.22-.728.092-1.493.059-1.95-.086-.2-.063-.27-.114-.27-.194 0-.067.023-.074.3-.094.428-.031.896-.147 1.651-.408.248-.086.556-.183.684-.215.783-.198 1.609-.252 2.218-.146.26.045.572.2.811.402.695.588 1.368 1.78 1.913 3.39.168.497.323.839.506 1.117q.613.939 1.65 1.155c.08.017.28.03.444.029a2.2 2.2 0 0 0 1.002-.235c.608-.289.977-.74 1.163-1.423.068-.25.075-.85.013-1.086-.144-.54-.492-.896-1.038-1.059-.239-.071-.773-.091-.942-.035a.88.88 0 0 0-.537.514c-.044.11-.054.186-.055.4-.002.237.005.278.062.4.174.371.505.547 1.031.548.26 0 .3.02.274.14q-.047.204-.437.265a1.67 1.67 0 0 1-.986-.13c-.308-.143-.595-.477-.72-.835a1.45 1.45 0 0 1-.021-.76 2.4 2.4 0 0 1 .368-.732c.399-.492 1.06-.746 1.775-.68 1.002.092 1.779.639 2.121 1.494.278.693.288 1.796.022 2.486m-12.888.57c-.265.18-1.02.268-1.913.22-.547-.028-.6-.019-.639.113-.041.145.034.318.234.535.27.295.291.447.077.562-.098.052-.107.052-1.539.058-1.2.004-1.453 0-1.517-.029-.139-.06-.129-.264.021-.434.133-.15.178-.163.652-.178.387-.012.431-.017.462-.06a.2.2 0 0 0 .033-.095c0-.081-.102-.304-.212-.466-.175-.258-.205-.345-.206-.608-.001-.257.024-.317.175-.42.253-.172.937-.1 1.626.173.67.265 1.328.371 2.309.371.509 0 .585.005.597.038.019.047-.055.15-.16.22m10.194 5.002c.047.04.038.178-.02.29-.123.242-.518.705-1.008 1.183-.842.821-1.599 1.354-2.673 1.884-1.593.786-3.18 1.16-4.87 1.148a19 19 0 0 1-.675-.012 10.4 10.4 0 0 1-2.395-.479c-2.186-.718-4.043-2.16-5.4-4.19-.375-.563-.517-.895-.538-1.256-.015-.254.011-.37.12-.531a.54.54 0 0 1 .242-.2c.156-.08.178-.084.396-.083.503.004.899.247 1.353.83.086.11.326.449.535.752.43.628.756 1.068 1.046 1.416.255.306.72.77.976.975.419.334 1.405.863 2.117 1.134 2.32.883 4.7.8 7.069-.247 1.22-.54 2.408-1.364 3.27-2.27.295-.31.4-.39.455-.344"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/apachemaven.svg b/mkdocs-material/material/templates/.icons/simple/apachemaven.svg new file mode 100644 index 0000000..b15b2b7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/apachemaven.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.237.001c-.312-.013-.665.072-.828.457-.158.374-.283 1.188-.34 2.276l1.223.591c-.02-.737.007-1.43.076-2.066-.026.299-.056.96.006 2.039q.029.513.088 1.15.001.036.007.069a46 46 0 0 0 .309 2.412c.057.368.126.752.195 1.16l-.01.01c.014.01.015.018.014.023l.03.16q.044.244.093.494l.108.553.056.289a62 62 0 0 0 .457 2.068q.135.575.287 1.186.146.579.309 1.193.146.543.303 1.117c.003.018.012.036.015.055a146 146 0 0 0 .34 1.185l.049.174c.078.261.158.533.242.805a4 4 0 0 1-.293-.135l-.19-.654c-.02-.077-.042-.148-.062-.225l-.002-.004-.004-.002q-.128-.451-.257-.916-.033-.13-.069-.263l-.314-1.178c-.1-.381-.194-.765-.29-1.154q-.14-.584-.277-1.172-.14-.6-.265-1.203c-.085-.396-.161-.798-.24-1.193a50 50 0 0 1-.211-1.17c-.004-.013-.006-.03-.01-.041l.004-.002q-.086-.58-.174-1.15a61 61 0 0 1-.154-1.204 28 28 0 0 1-.172-2.41l-1.22-.59q-.007.11-.013.23-.018.442-.023.93a45 45 0 0 0 .006 1.157q.014.557.045 1.148.029.503.07 1.022l.002.039.006.004q.006.036.006.076c.033.368.064.739.107 1.115a35 35 0 0 0 .303 2.125q.017.098.035.195a23 23 0 0 0 .547 2.32q.105.356.21.68.096.274.194.545.233.633.512 1.232l.006.004a.3.3 0 0 0 .02.05q.336.727.755 1.395c.01.013.02.033.03.047-.455-.183-1.259-.098-1.253-.097.83.288 1.557.64 2.016 1.175-.183.2-.523.352-.953.477.594.064.924-.039 1.045-.092-.31.26-.483.732-.635 1.24.35-.57.696-.949 1.033-1.094.078.258.162.524.244.788A148 148 0 0 0 5.157 24a.56.56 0 0 0 .43-.312c.13-.282.83-1.775 1.908-3.875.413 1.303.88 2.679 1.386 4.109a.5.5 0 0 0 .076-.465 104 104 0 0 1-1.308-3.945q.232-.45.484-.932.188.062.389.155c.203.186.352.491.482.84a1.52 1.52 0 0 0-.334-1.098c1.335.258 2.547.09 3.287-.81a4 4 0 0 0 .192-.258c-.325.304-.682.404-1.313.273.996-.281 1.523-.617 2.035-1.22q.18-.216.371-.48c-.943.722-1.927.822-2.9.493l-.045-.018c.914.02 2.203-.474 3.092-1.189.41-.33.796-.73 1.17-1.21.28-.359.55-.76.82-1.216q.352-.59.7-1.293a2.8 2.8 0 0 1-.74.137l-.144.008c-.048.002-.093 0-.146.002.885-.198 1.5-.74 1.994-1.447-.24.117-.628.262-1.07.297q-.088.008-.182.006c-.013-.002-.028 0-.047-.002.306-.078.574-.178.81-.309a3 3 0 0 0 .358-.236q.067-.054.13-.106.149-.128.28-.287c.028-.034.056-.063.08-.098q.056-.075.104-.146a8 8 0 0 0 .51-.828c.015-.031.032-.057.046-.088.04-.084.08-.16.11-.227q.064-.149.092-.238a.5.5 0 0 1-.108.051c-.273.112-.727.187-1.086.201q-.006-.001-.013.004h-.067c.72-.214 1.067-.45 1.422-.818a14 14 0 0 0 1.154-1.428c.264-.37.505-.738.692-1.072a7 7 0 0 0 .298-.592q.098-.234.172-.45c-.466.01-.986.011-1.48 0 .495.01 1.015.007 1.484-.005.5-1.485.063-2.262.063-2.262s-.526-1.212-1.4-.851c-.426.175-1.172.73-2.083 1.56l.514 1.45a18 18 0 0 1 1.703-1.602c-.257.22-.807.726-1.615 1.644q-.384.436-.844.997-.027.028-.047.06a51 51 0 0 0-1.666 2.187c-.248.34-.498.704-.765 1.088h-.016c.002.02-.004.028-.01.032l-.101.152c-.104.155-.213.31-.318.47l-.352.534q-.092.134-.186.277c-.184.282-.367.573-.558.873a97 97 0 0 0-1.428 2.338 97 97 0 0 0-1.341 2.343c-.012.017-.02.04-.034.057a197 197 0 0 0-.668 1.223l-.097.181q-.257.475-.52.979c0 .004-.005.008-.006.013q-.039.07-.072.141c-.117.222-.218.424-.45.87a1.4 1.4 0 0 0-.233-.182l.345-.65q.072-.132.143-.27l.04-.077.546-1.001.13-.233v-.006l-.001-.006c.169-.31.345-.62.52-.94q.076-.129.153-.265.338-.592.684-1.197a92 92 0 0 1 2.135-3.504c.247-.386.503-.77.754-1.152.092-.138.182-.272.279-.41a73 73 0 0 1 .48-.701c.007-.012.019-.024.026-.037h.006q.39-.536.773-1.065.417-.559.83-1.09a31 31 0 0 1 1.777-2.075l-.515-1.446q-.091.085-.192.178a32 32 0 0 0-.758.729q-.441.441-.912.935a46 46 0 0 0-1.632 1.838l-.03.033.002.008q-.024.032-.054.064c-.266.323-.538.649-.801.985a39 39 0 0 0-1.445 1.95c-.043.06-.085.126-.127.186a27 27 0 0 0-1.403 2.303q-.197.37-.37.715c-.096.195-.187.395-.278.591q-.315.695-.566 1.399l.002.006a.4.4 0 0 0-.026.058q-.16.455-.29.914-.21.26-.483.46a4 4 0 0 0-.131-.153 5.15 5.15 0 0 0 .824-2.211 6.4 6.4 0 0 0-.016-1.488c-.046-.4-.126-.82-.238-1.274q-.145-.59-.363-1.248-.139.278-.379.545l-.086.094c-.029.032-.06.06-.092.094.434-.674.486-1.397.358-2.148a2.7 2.7 0 0 1-.49.85q-.051.057-.11.116-.013.012-.033.028c.144-.24.25-.467.318-.698a1 1 0 0 0 .04-.146 3 3 0 0 0 .038-.225l.018-.146a2 2 0 0 0-.002-.354q-.003-.059-.01-.113c-.01-.055-.016-.105-.027-.154a7 7 0 0 0-.193-.84c-.01-.028-.015-.056-.026-.084-.027-.079-.048-.149-.072-.209a2 2 0 0 0-.09-.209.5.5 0 0 1-.035.1c-.102.24-.34.57-.557.8q-.006.003-.007.01l-.04.043c.318-.58.39-.946.385-1.398a12 12 0 0 0-.16-1.615 11 11 0 0 0-.232-1.104 6 6 0 0 0-.18-.558 6 6 0 0 0-.172-.391l.002-.004C5.576.341 4.82.124 4.82.124s-.27-.11-.582-.123zm3.38 15.783.032.082v.002c-.06.033-.116.067-.178.097q-.017.007-.039.018a2 2 0 0 0 .186-.2zm-.603 1.626q.197.203.354.32l.07.227a2 2 0 0 0-.246.053l-.03-.098q-.035-.126-.076-.257l-.021-.073zm.26.875a2 2 0 0 1 .271.01l.07.229a.8.8 0 0 1 .247-.004l-.326.627z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/apachenetbeanside.svg b/mkdocs-material/material/templates/.icons/simple/apachenetbeanside.svg new file mode 100644 index 0000000..6b275df --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/apachenetbeanside.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.858 6.121a.28.28 0 0 0-.121-.21C22.738 5.91 12.119.032 12.119.03a.25.25 0 0 0-.238 0c-.003 0-10.613 5.878-10.614 5.88a.28.28 0 0 0-.124.212V17.96c.014.056.017.125.07.16.019.08 10.618 5.8 10.67 5.851a.25.25 0 0 0 .234 0c.003-.001 10.614-5.795 10.615-5.798a.29.29 0 0 0 .125-.213zm-17.633 9.33-3.593 2.083V6.54l3.593 2.011zm13.55-6.9 3.593-2.01v10.993l-3.592-2.084zm-.74-.145L12 11.8 5.965 8.405 12 4.935zm-12.32 7.041v-6.62l6.04 3.397v6.545zm6.53 3.322v-6.544l6.04-3.398v6.62zM12 .525l10.11 5.598-3.578 2.003-6.41-3.686a.24.24 0 0 0-.244 0l-6.41 3.686L1.89 6.123zM5.473 15.873l6.282 3.455v4.014l-9.868-5.39zm6.772 7.469v-4.014l6.282-3.455 3.586 2.079z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/apachenifi.svg b/mkdocs-material/material/templates/.icons/simple/apachenifi.svg new file mode 100644 index 0000000..5ed89b6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/apachenifi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.648 0a.09.09 0 0 0-.084.053A30.7 30.7 0 0 1 8.592 4.73c-2.09 2.728-5.145 6.466-5.145 10.364a8.2 8.2 0 0 0 8.201 8.2v-5.003c0-.106.087-.193.194-.193h2.81v-2.813c0-.106.087-.191.194-.191h5.004c0-3.9-3.056-7.636-5.145-10.364A30.7 30.7 0 0 1 11.732.053.1.1 0 0 0 11.648 0m-1.632 3.867c.05 0 .08.034.037.112q-.164.297-.328.593c-.396.702-.819 1.389-1.23 2.08q-.293-.047-.585-.088c.495-.651 1-1.296 1.48-1.959.153-.209.302-.423.454-.634a.24.24 0 0 1 .172-.104M7.44 7.186q.332.053.666.119-.112.193-.223.383a29 29 0 0 0-1.625 3.261c-.874 2.123-1.383 4.444-.77 6.707a8.2 8.2 0 0 0 2.217 3.74c.083.083-.02.216-.119.155a7.6 7.6 0 0 1-.93-.686A7.67 7.67 0 0 1 4.1 16.248c-.329-2.156.387-4.246 1.418-6.115a27 27 0 0 1 1.92-2.947zm7.931 8.435a.193.193 0 0 0-.191.191V18.3h2.677v-2.68zm3.299 0V18.3h1.348a8 8 0 0 0 .515-2.678zm-6.303 3.004a.193.193 0 0 0-.191.193v2.485h2.678v-2.678Zm3.295.484v2.68h2.115a.56.56 0 0 0 .399-.162v-.004a.56.56 0 0 0 .16-.397V19.11zm3.674.182v1.98a8 8 0 0 0 1.217-1.98zm-6.969 2.824a.193.193 0 0 0-.191.192v1.672a8 8 0 0 0 2.678-.516v-1.348zm3.48.668V24a8 8 0 0 0 1.98-1.217z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/apacheopenoffice.svg b/mkdocs-material/material/templates/.icons/simple/apacheopenoffice.svg new file mode 100644 index 0000000..b44f41d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/apacheopenoffice.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.372 0 0 5.371 0 12c0 .843.088 1.667.254 2.462a12.6 12.6 0 0 1 3.309-.44c1.836 0 3.579.392 5.152 1.099a12.54 12.54 0 0 1 7.303-2.332c1.704 0 3.33.339 4.811.953l.023.01a.186.186 0 0 1-.083.353l-.267-.02a13 13 0 0 0-.895-.032c-4.208 0-7.988 1.546-10.281 4.681l-.11.151a.183.183 0 0 1-.28.008C6.76 16.847 3.894 16.037.677 15.981 2.32 20.65 6.768 24 11.998 24 18.628 24 24 18.627 24 12c0-6.628-5.373-12-12.001-12zm9.395 7.181c-.042-.004-.114-.016-.16-.022a7 7 0 0 0-.405-.051c-2.447-.23-4.725.449-6.21 2.171-.063.064-.118.067-.179.003-1.181-1.34-2.864-1.935-4.795-2.118a7.2 7.2 0 0 0-2.01.09l-.01.001-.02.002a.125.125 0 0 1-.075-.223l.035-.02a7.23 7.23 0 0 1 4.05-.795c1.054.1 2.035.42 2.9.91a7.28 7.28 0 0 1 6.797-.255q.068.036.14.073a.12.12 0 0 1 .067.11c0 .069-.044.134-.125.124"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/apacheparquet.svg b/mkdocs-material/material/templates/.icons/simple/apacheparquet.svg new file mode 100644 index 0000000..d33b8be --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/apacheparquet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.953 20.391c-.95-1.013-.978-1.057-.807-1.248.27-.304 11.811-10.868 11.977-10.964.143-.083 1.558.6 1.867.902.119.115-.8 1.098-5.817 6.218-3.277 3.345-6.021 6.095-6.097 6.112-.076.016-.582-.442-1.123-1.02M8.333 17.7c-.511-.515-.835-.92-.803-1.003.058-.152 6.693-5.515 6.817-5.51.153.005 1.714 1.191 1.714 1.302 0 .116-6.67 6.073-6.8 6.073-.038 0-.456-.388-.928-.862M5.91 15.227c-.4-.448-.652-.81-.598-.86.28-.26 3.164-2.26 3.26-2.26.154.002 1.547 1.196 1.547 1.327 0 .161-3.124 2.566-3.334 2.566-.1 0-.494-.348-.875-.773m-1.988-2.04c-.574-.58-.642-.69-.512-.81.187-.174 9.357-6.094 9.545-6.162.146-.053 1.417.716 1.417.858 0 .102-9.401 6.685-9.63 6.744-.091.023-.435-.241-.82-.63m6.117-.935c-.379-.314-.687-.626-.684-.692.002-.066.337-.354.743-.64.406-.285 2.227-1.587 4.046-2.894s3.383-2.376 3.474-2.376c.245 0 1.485.717 1.445.835-.057.173-8.012 6.336-8.179 6.337-.086 0-.467-.256-.845-.57m-7.963-.923c-.452-.478-.518-.593-.4-.701.103-.093 5.783-3.449 6.47-3.821.114-.062 1.318.807 1.28.922-.05.15-6.456 4.172-6.645 4.172-.09 0-.408-.257-.705-.572m13.735.038c-.416-.298-.772-.59-.792-.65-.028-.083 3.74-3.215 4.595-3.818.166-.118.297-.079 1.01.301.45.24.818.485.817.545-.002.152-4.487 4.098-4.7 4.135-.096.016-.515-.214-.93-.513M.547 9.707 0 9.156l.243-.158c.133-.086 2.841-1.563 6.018-3.282l5.775-3.126.553.27c.303.15.552.322.552.384 0 .084-11.875 7.018-12.02 7.018-.015 0-.274-.249-.574-.553zm8.88-2.79c-.269-.2-.487-.418-.487-.483s1.083-.755 2.406-1.534l2.405-1.417.617.33c.34.18.617.363.617.406 0 .122-4.715 3.07-4.904 3.067-.092-.001-.387-.167-.655-.368Zm4.816-.612c-.325-.2-.589-.418-.588-.484.002-.112 1.64-1.209 1.909-1.279.123-.032 1.226.55 1.315.694.027.044-.031.15-.128.237-.333.296-1.7 1.202-1.81 1.199-.06-.002-.374-.167-.698-.367"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/apachepulsar.svg b/mkdocs-material/material/templates/.icons/simple/apachepulsar.svg new file mode 100644 index 0000000..8551277 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/apachepulsar.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 8.925h-5.866c-1.586-3.041-3.262-5.402-5.544-5.402-2.97 0-4.367 2.593-5.717 5.115l-.118.22H0v1.5h3.934c1.39 0 1.673.468 1.673.468-1.09 1.691-2.4 3.363-4.584 3.363H0v1.574h1.03c4.234 0 6.083-3.434 7.567-6.193 1.361-2.541 2.31-4.08 3.993-4.08 1.747 0 3.584 3.801 5.201 7.157.237.488.477.988.72 1.483-6.2.197-9.155 1.649-11.559 2.833-1.759.866-3.147 1.94-5.433 1.94H0v1.574h1.507c2.754 0 4.47-.85 6.295-1.751 2.53-1.243 5.398-2.652 12.157-2.652h3.907V14.5H21.66a1.18 1.18 0 0 1-.972-.393 71 71 0 0 1-1.133-2.321l-.511-1.047s.366-.393 1.38-.393H24Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/apacherocketmq.svg b/mkdocs-material/material/templates/.icons/simple/apacherocketmq.svg new file mode 100644 index 0000000..535407f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/apacherocketmq.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.438 23.467c-.517-.638-1.106-1.89-1.217-2.587l-.082-.511h1.835c1.435 0 1.835.036 1.835.165 0 .352-.412 1.553-.709 2.066-.333.577-1.021 1.41-1.155 1.4-.043-.004-.272-.244-.507-.533m-4.532-4.193c-1.251-3.005-1.231-6.784.056-10.63.786-2.35 2.652-5.689 4.413-7.9L11.967 0l.422.493c.763.893 2.612 3.731 3.28 5.036 1.32 2.578 2.055 4.993 2.264 7.438.197 2.302-.176 4.837-.962 6.533l-.338.731-.727-.433-.727-.433H11.95c-2.466 0-3.287.039-3.476.166-.136.091-.453.29-.705.441l-.458.276zm9.338-1.79c.779-2.623.532-6.253-.635-9.344-.683-1.81-2.085-4.319-3.211-5.747-.357-.452-.387-.466-.609-.265-.441.398-1.854 2.622-2.544 4.002-1.927 3.856-2.484 7.995-1.521 11.308l.196.672h8.138zM3.311 19.835c.037-.155.108-.565.157-.909.079-.549.189-.729.885-1.443l.795-.815.002.507c.003.641.302 1.799.631 2.445l.254.498H4.64c-1.384-.001-1.396-.003-1.329-.283m14.944-.376c.271-.613.529-1.616.606-2.352.031-.299.066-.282.762.379s.738.735.908 1.631c.098.516.179.952.179.97 0 .017-.618.031-1.373.031h-1.373zm-6.477-4.504a2.173 2.173 0 0 1-2.17-2.17c0-1.196.973-2.17 2.17-2.17s2.17.973 2.17 2.17-.973 2.17-2.17 2.17m0-3.865c-.935 0-1.696.761-1.696 1.695s.761 1.696 1.696 1.696 1.696-.761 1.696-1.696-.761-1.695-1.696-1.695M9.455 9.457a.657.657 0 1 1 0 1.314.657.657 0 0 1 0-1.314m-.357 4.665a.8.8 0 1 1 0 1.6.8.8 0 0 1 0-1.6m5.212-5.18a1.069 1.069 0 1 1 0 2.138 1.069 1.069 0 0 1 0-2.138m0 5.75a1.418 1.418 0 1 1 0 2.836 1.418 1.418 0 0 1 0-2.836M9.447 10.68l.491-.491.729.729-.491.491zm4.066-.336.539.539-.729.729-.539-.539zm-3.572 3.362.491.491-.729.729-.491-.491zm2.721 1.064.61-.59.779.754-.61.59zm-1.717-2.167a.277.277 0 1 1 0 .554.277.277 0 0 1 0-.554m.794 0a.277.277 0 1 1 0 .554.277.277 0 0 1 0-.554m.794 0a.277.277 0 1 1 0 .554.277.277 0 0 1 0-.554"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/apachesolr.svg b/mkdocs-material/material/templates/.icons/simple/apachesolr.svg new file mode 100644 index 0000000..6fbae64 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/apachesolr.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.741 3.8 8.926 16.573l14.849-6.851A12 12 0 0 0 20.741 3.8M11.975 0c-1.637 0-3.197.328-4.619.921l-1.585 13.36L13.693.124A12 12 0 0 0 11.975 0m11.918 10.459-14.07 7.874 13.201-1.566a12 12 0 0 0 .869-6.308m-5.188 11.527a12.1 12.1 0 0 0 3.8-4.16l-12.374 2.457zM14.417.249 7.53 15.177 20.306 3.36A12 12 0 0 0 14.417.249M12.98 24a12 12 0 0 0 3.774-.945l-6.931-.822zM1.016 7.08a12 12 0 0 0-1.013 3.864l1.867 3.337zm5.298-5.665a12.1 12.1 0 0 0-4.236 3.784l1.743 8.773z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/apachespark.svg b/mkdocs-material/material/templates/.icons/simple/apachespark.svg new file mode 100644 index 0000000..8bec34a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/apachespark.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.812 0c-.425.013-.845.215-1.196.605a3.6 3.6 0 0 0-.493.722c-.355.667-.425 1.415-.556 2.143a552 552 0 0 0-.726 4.087c-.027.16-.096.227-.244.273C5.83 8.386 4.06 8.94 2.3 9.514a5 5 0 0 0-1.114.506c-1.042.665-1.196 1.753-.415 2.71.346.422.79.715 1.284.936 1.1.49 2.202.976 3.3 1.47.019.01.036.013.053.019h-.004l1.306.535q.001.033 0 .073c-.2 2.03-.39 4.063-.58 6.095-.04.419-.012.831.134 1.23.317.87 1.065 1.148 1.881.701.372-.204.666-.497.937-.818 1.372-1.623 2.746-3.244 4.113-4.872.111-.133.205-.15.363-.098q.523.174 1.045.347h.001q.03.017.073.03l.142.042c1.248.416 2.68.775 3.929 1.19.4.132.622.164 1.045.098.311-.048.592-.062.828-.236.602-.33.995-.957.988-1.682-.005-.427-.154-.813-.35-1.186-.82-1.556-1.637-3.113-2.461-4.666-.078-.148-.076-.243.037-.375 1.381-1.615 2.756-3.236 4.133-4.855.272-.32.513-.658.653-1.058.308-.878-.09-1.57-1-1.741a2.8 2.8 0 0 0-1.235.069c-1.974.521-3.947 1.041-5.918 1.57-.175.047-.26.015-.355-.144a353 353 0 0 0-2.421-4.018 4.6 4.6 0 0 0-.652-.849c-.371-.37-.802-.549-1.227-.536zm.172 3.703a.6.6 0 0 1 .189.211q1.307 2.168 2.609 4.338c.07.118.135.16.277.121 1.525-.41 3.052-.813 4.579-1.217q.55-.146 1.103-.289a.4.4 0 0 1-.1.2c-1.259 1.48-2.516 2.962-3.779 4.438-.11.13-.12.22-.04.37.937 1.803 1.768 3.309 2.498 4.76l-3.696-1.019q-.807-.269-1.615-.539c-.163-.055-.25-.03-.36.1-1.248 1.488-2.504 2.97-3.759 4.454a.4.4 0 0 1-.18.132q.051-.567.104-1.136.222-2.358.451-4.716c-.03-.318.117-.405-.322-.545-1.493-.593-3.346-1.321-4.816-1.905a.6.6 0 0 1 .24-.134q2.695-.856 5.394-1.705c.127-.04.199-.092.211-.233.013-.148.05-.294.076-.441q.362-2.045.726-4.088.104-.578.21-1.157"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/apachestorm.svg b/mkdocs-material/material/templates/.icons/simple/apachestorm.svg new file mode 100644 index 0000000..9a7a6e5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/apachestorm.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m3.95 12.021 2.196.03c3.08.043 4.486-.147 5.866-.79.788-.367 1.333-.858 1.65-1.483.212-.417.243-.591.211-1.184-.096-1.826-1.412-2.807-3.77-2.807-1.775 0-3.558.456-6.276 1.604-.702.296-1.289.526-1.305.51-.064-.063 4.824-4.72 5.773-5.5.895-.734 1.831-1.282 2.722-1.591.694-.242.894-.266 2.235-.269 1.248-.003 1.592.031 2.253.221 3.16.91 5.022 3.453 4.129 5.639-.062.151-.007.172.462.172 1.502 0 3.023.904 3.585 2.131.805 1.76.035 3.89-1.73 4.785-.924.468-1.55.562-4.085.615l-2.356.049-1.27.947-1.271.947 3.43.049 3.43.049-.54.414-3.892 3.008a1411 1411 0 0 1-4.204 3.243l-.85.649H9.41c-.524 0-.92-.04-.902-.09s1.581-1.297 3.474-2.773c4.2-3.275 3.97-3.092 3.97-3.163 0-.032-1.528-.07-3.397-.084l-3.398-.026 1.017-.778c.56-.427 1.86-1.45 2.89-2.274l1.873-1.496 2.643-.037c2.42-.033 2.692-.055 3.218-.25 1.174-.435 1.778-1.195 1.78-2.24.003-.875-.374-1.452-1.23-1.886-.773-.393-1.46-.512-2.963-.512l-1.152-.001.392-.605c.463-.716.62-1.213.619-1.948-.002-.721-.281-1.319-.901-1.93-1.588-1.562-4.46-1.977-6.579-.95-.777.376-3.271 2.348-2.714 2.145.108-.039.793-.093 1.521-.12 2.099-.076 3.333.277 4.357 1.245 1.315 1.243 1.713 3.22.958 4.754-.787 1.597-2.703 2.581-5.658 2.906-.605.066-2.566.097-5.104.079L0 13.395l1.325-1.035c.728-.57 2.104-1.64 3.057-2.38l1.733-1.346h2.197z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/apachesuperset.svg b/mkdocs-material/material/templates/.icons/simple/apachesuperset.svg new file mode 100644 index 0000000..b6f5563 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/apachesuperset.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.168 6.045C2.603 6.045 0 8.579 0 12.014c0 3.434 2.603 5.941 6.168 5.941 2.184 0 3.888-1.026 5.775-3.078 1.53 2.033 4.037 3.136 5.89 3.078 3.566 0 6.167-2.503 6.167-5.941s-2.601-5.97-6.168-5.97c-2.864 0-5.138 2.425-5.771 3.173-.76-.9-1.674-1.665-2.682-2.274-1.019-.588-2.084-.898-3.211-.898m2.875 1.303c1.156.595 1.952 1.42 2.639 2.304-.534.63-1.245 1.483-1.739 2.07-.56-.658-1.58-1.907-2.609-2.308ZM6.186 9.703c1.018.027 1.81.458 3.435 2.408-1.158 1.378-2.202 2.244-3.435 2.244-1.51 0-2.41-.99-2.41-2.31s.906-2.382 2.41-2.342m11.535 0c1.51 0 2.408 1.026 2.408 2.342 0 1.315-.862 2.301-2.402 2.31-.571-.037-1.529-.026-3.442-2.314l.074-.09.002.002c1.122-1.328 2.097-2.25 3.36-2.25m-3.762 2.738c.61.68 1.795 1.988 2.713 2.24l-1.684 2.016h-.002c-.753-.371-2.031-1.134-2.716-2.215z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/apachetomcat.svg b/mkdocs-material/material/templates/.icons/simple/apachetomcat.svg new file mode 100644 index 0000000..4a35e1a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/apachetomcat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.66 3.494c-.377.637-.544 2.114-.502 3.162l-.005.004c.036.946.165 1.816.372 2.615-3.096.767-6.466 2.795-8.352 4.754-.882-1.19-1.232-2.168-1.336-2.908-.131-.936.092-1.794.646-2.482.867-1.077 2.098-1.153 3.365-.94-.025.2.001.391.081.51.335.494 2.135.668 3.21.189-.793-1.112-2.4-1.654-2.844-1.437a.76.76 0 0 0-.335.359c-.438-.078-.873-.137-1.19-.134-1.117.008-1.971.398-2.61 1.193-.628.78-.882 1.747-.734 2.8.14.996.633 2.055 1.46 3.154q-.206.221-.398.436C1.473 17.023 0 19.44 0 19.842v.207h2.658l-.046-.246c-.15-.793.15-1.785.763-2.526.386-.465 1.024-.996 2.027-1.241.891.87 2.027 1.794 3.291 2.685h1.976v-.208a.68.68 0 0 0-.327-.577c-.312-.204-.794-.232-1.237-.081q-.632-.707-.709-1.877c4.287.38 8.388 2.11 13.015 4.528h2.546l.033-.167c.048-.237-.082-.556-.346-.851-.456-.51-1.349-.752-2.095-.734-.514-.612-3.342-3.591-3.507-3.765a9.6 9.6 0 0 0 2.673-2.847h1.388v-.298H20.89a10 10 0 0 0 .223-.419h.989v-.299h-.845c.628-1.359.975-2.918.942-4.625l.003.002c-.002-.468-.147-2.445-.415-2.989-.726.276-2.047 1.17-2.346 2.084a14.6 14.6 0 0 0-4.463.056c-.237-.984-1.423-1.736-2.318-2.16m.164.577c.211 1.148.593 1.869 1.42 2.223.734-.21 1.58-.34 2.448-.388l.717 1.571.46-1.585c.876.029 1.736.142 2.485.349.762-.554 1.057-1.4 1.218-2.138.202.86.178 2.717.18 2.717a10 10 0 0 1-.158 1.988l-.824.35.726.11a9 9 0 0 1-.198.714l-.703.205.56.201q-.142.38-.314.738h-1.16v.299h1.008a9 9 0 0 1-.238.419h-.77v.298h.583a8.6 8.6 0 0 1-2.921 2.748c-1.334-.664-2.341-1.634-3.079-2.748h.446v-.298h-.636a9 9 0 0 1-.236-.419h.872v-.299h-1.026a10 10 0 0 1-.46-1.094l.522-.147-.659-.263q-.1-.322-.18-.646l1.015-.069-1.16-.615c-.282-1.563-.225-3.08.062-4.221m2.946 2.97c-.89 0-1.24.909-1.255.948l.252.094c.012-.033.302-.773 1.003-.773.154 0 .262.062.34.195.182.314.152.933 0 1.58h-1.227v.269h1.159a5.7 5.7 0 0 1-.496 1.225l-.064.112 1.537.967-.865.57.148.224.967-.637 1.043.681.143-.228-.967-.598 1.518-.986v-.001c-.318-.47-.42-.872-.286-1.329h.108l1.167-.001.002-.268h-1.175c.216-.51.52-.968 1.602-.968v-.27c-.999 0-1.596.397-1.883 1.238h-2.154c.15-.672.177-1.333-.046-1.715a.63.63 0 0 0-.57-.33zm.55 2.313h2.126c-.095.304-.057.763.178 1.157h-2.737c.166-.334.32-.74.433-1.157m-3.683.321q.234.771.562 1.451h-.91v.299h1.06q.113.213.233.419H12.29v.298h1.478c.91 1.416 2.14 2.499 3.534 3.318a10 10 0 0 0 .456-.28l.362.39-.61.938 1.04-.474.606.652-1.019.776 1.403-.363 1.905 2.05.16-.014c1.007-.086 1.58.46 1.73.63.112.124.179.237.215.326h-2.036c-4.67-2.437-8.771-4.155-13.127-4.53q.014-.91.324-2.058l-.4-.108q-.319 1.179-.338 2.134-.68-.045-1.371-.046-.585.002-1.072.1a15 15 0 0 1-1.09-1.21c.546-.57 1.19-1.123 1.893-1.643l.967.668-.316-1.128q.447-.3.914-.58l1.434.73-.673-1.162q.297-.16.598-.31l2.007 1.346-.66-1.952a15 15 0 0 1 2.034-.667zm3.492 1.105h2.22l-1.084.715zM4.153 14.675q.41.506.91 1.021a4.1 4.1 0 0 0-2.007 1.316c-.629.76-.962 1.762-.886 2.622H.495c.337-.728 1.677-2.833 3.658-4.959"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/aparat.svg b/mkdocs-material/material/templates/.icons/simple/aparat.svg new file mode 100644 index 0000000..051d5d4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/aparat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.001 1.594c-9.27-.003-13.913 11.203-7.36 17.758a10.403 10.403 0 0 0 17.76-7.355c0-5.744-4.655-10.401-10.4-10.403M6.11 6.783c.501-2.598 3.893-3.294 5.376-1.103s-.422 5.082-3.02 4.582A2.97 2.97 0 0 1 6.11 6.783m4.322 8.988c-.504 2.597-3.896 3.288-5.377 1.096s.427-5.08 3.025-4.579a2.97 2.97 0 0 1 2.352 3.483m1.26-2.405c-1.152-.223-1.462-1.727-.491-2.387.97-.66 2.256.18 2.04 1.334a1.32 1.32 0 0 1-1.548 1.053m6.198 3.838c-.501 2.598-3.893 3.293-5.376 1.103s.421-5.082 3.02-4.583a2.97 2.97 0 0 1 2.356 3.48m-1.967-5.502c-2.598-.501-3.293-3.896-1.102-5.38s5.081.422 4.582 3.02a2.97 2.97 0 0 1-3.48 2.36M13.59 23.264l2.264.61a3.715 3.715 0 0 0 4.543-2.636l.64-2.402a11.38 11.38 0 0 1-7.448 4.428m7.643-19.665-2.363-.629a11.38 11.38 0 0 1 4.354 7.62l.65-2.459A3.715 3.715 0 0 0 21.231 3.6M.672 13.809l-.541 2.04a3.715 3.715 0 0 0 2.636 4.543l2.107.562a11.38 11.38 0 0 1-4.203-7.145M10.357.702 8.15.126a3.715 3.715 0 0 0-4.547 2.637l-.551 2.082A11.38 11.38 0 0 1 10.358.702"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/apifox.svg b/mkdocs-material/material/templates/.icons/simple/apifox.svg new file mode 100644 index 0000000..008e718 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/apifox.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.975 10.065a10.5 10.5 0 0 0-.456-2.354 4 4 0 0 1-.364.743 9.42 9.42 0 0 0-3.849-6.264A9.4 9.4 0 0 0 16.982.979a7 7 0 0 0-.338-.112 7.04 7.04 0 0 1 1.425 3.471q.009.066.015.133v.01q.008.068.013.137v.024l.01.137a6 6 0 0 1 .01.235v.18a7.05 7.05 0 0 1-1.268 4.042 6.3 6.3 0 0 1 .075 2.195 6 6 0 0 0 1.164-.401 6 6 0 0 0 .8-.44q.08.272.133.556.112.588.111 1.187a6 6 0 0 1-.07.947 6.2 6.2 0 0 0 1.614-.39q.409-.159.79-.373a6.2 6.2 0 0 1 .1 1.118 6.3 6.3 0 0 1-.135 1.298 6.3 6.3 0 0 0 1.906-.38A10.5 10.5 0 0 0 24 10.88a9 9 0 0 0-.024-.816m-2.808 5.794a6 6 0 0 1-.39.012h-.129a6.3 6.3 0 0 0 .198-1.567 6 6 0 0 0-.04-.705 6.2 6.2 0 0 1-1.944.594 6 6 0 0 1-.573.05 6 6 0 0 0 .115-.928 7 7 0 0 0 .008-.312 6.3 6.3 0 0 0-.142-1.332 6.2 6.2 0 0 1-2.12.776l-.005-.007a6 6 0 0 0 .111-.886 6 6 0 0 0 .01-.34q0-.569-.102-1.128a7.06 7.06 0 0 1-5.117 2.188 7.04 7.04 0 0 1-3.247-.788 6.3 6.3 0 0 0 1.294-.685 6.3 6.3 0 0 1-3.573-5.68 6.3 6.3 0 0 1 .102-1.135 6 6 0 0 1 .302-1.088 6 6 0 0 1 .484-1.002A6.3 6.3 0 0 1 7.164.88 12.2 12.2 0 0 0 4.48 2.55 12.2 12.2 0 0 0 .328 9.181 12.2 12.2 0 0 0 0 12.001a12.15 12.15 0 0 0 1.49 5.851 6.3 6.3 0 0 1 .445-1.713 11.66 11.66 0 0 0 8.585 6.994 6.2 6.2 0 0 1-.804-1.384 11 11 0 0 0 3.126.534q.14.001.283.003a11 11 0 0 0 4.867-1.129 6 6 0 0 1-.724-.478 10.5 10.5 0 0 0 4.32-3.094 10.5 10.5 0 0 0 1.356-2.093 6.3 6.3 0 0 1-1.777.366z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/apmterminals.svg b/mkdocs-material/material/templates/.icons/simple/apmterminals.svg new file mode 100644 index 0000000..810ee23 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/apmterminals.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.8 2.95 0 16.55v4.5L24 9.32V2.95zm.2 10.1-8.87 4.21v3.68l8.87-3.4Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/apollographql.svg b/mkdocs-material/material/templates/.icons/simple/apollographql.svg new file mode 100644 index 0000000..bc94a46 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/apollographql.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.372 0 0 5.373 0 12c0 6.628 5.372 12 12 12 6.627 0 12-5.372 12-12a12 12 0 0 0-.473-3.343.6.6 0 0 0-1.127.409h-.002c.265.943.402 1.928.402 2.934a10.73 10.73 0 0 1-3.163 7.637A10.73 10.73 0 0 1 12 22.8a10.73 10.73 0 0 1-7.637-3.163A10.73 10.73 0 0 1 1.2 12a10.73 10.73 0 0 1 3.163-7.637A10.73 10.73 0 0 1 12 1.2c2.576 0 5.013.896 6.958 2.54a1.466 1.466 0 1 0 .862-.84A11.95 11.95 0 0 0 12 0m-1.44 5.88-4.2 10.902h2.63l.687-1.848h3.969l-.719-2.042h-2.613l1.7-4.691 3.024 8.58h2.631L13.47 5.88Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/apostrophe.svg b/mkdocs-material/material/templates/.icons/simple/apostrophe.svg new file mode 100644 index 0000000..e94442d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/apostrophe.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.674 0c-.795.001-1.794.095-3.167.313l-4.6.729c-3.138.497-4.224 1.003-5.274 1.798a6.5 6.5 0 0 0-2.24 3.082c-.43 1.245-.577 2.434-.08 5.571l.729 4.6c.497 3.138 1.003 4.22 1.798 5.273a6.5 6.5 0 0 0 3.082 2.24c1.245.431 2.434.578 5.571.081l4.6-.729c3.138-.497 4.22-1.003 5.273-1.799a6.48 6.48 0 0 0 2.24-3.081c.431-1.245.578-2.434.082-5.571l-.73-4.6c-.497-3.138-1.003-4.224-1.799-5.274a6.48 6.48 0 0 0-3.081-2.24C17.378.152 16.695 0 15.674 0m-5.319 4.566h.003a.52.52 0 0 1 .52.444l.77 4.865a.52.52 0 0 1-.435.6l-4.859.77a.52.52 0 0 1-.602-.436l-.77-4.866a.52.52 0 0 1 .435-.6l4.86-.77a1 1 0 0 1 .078-.007M9.92 5.692l-3.823.605.612 3.83 3.813-.605zm6.504 2.91a3.274 3.274 0 0 1 .497 6.513 3.26 3.26 0 0 1-3.713-2.726 3.274 3.274 0 0 1 3.216-3.787M16.37 9.66a2.226 2.226 0 1 0 .388 4.42 2.21 2.21 0 0 0 1.818-2.541A2.226 2.226 0 0 0 16.37 9.66m-6.45 3a.52.52 0 0 1 .424.208l3.824 4.964a.52.52 0 0 1-.333.839l-5.932.937a.52.52 0 0 1-.576-.695l2.108-5.901a.52.52 0 0 1 .486-.352zm.18 1.611-1.49 4.167 4.186-.664z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/appian.svg b/mkdocs-material/material/templates/.icons/simple/appian.svg new file mode 100644 index 0000000..4f81e00 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/appian.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.646 6.117C19.538 1.763 17.883 0 13.636 0H7.34v4.066h4.57c1.799 0 2.807 0 2.807 1.655v2.375c-.828 0-2.88-.036-4.426-.036-4.246 0-5.83 1.727-5.937 6.117v3.742c.108 4.102 1.51 5.865 5.253 6.081l3.85-4.066c-.397.036-.864.036-1.44.036-1.798 0-2.806 0-2.806-1.655v-4.57c0-1.655 1.007-1.655 2.806-1.655 1.908 0 2.807 0 2.807 1.655v10.22h4.821z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/appium.svg b/mkdocs-material/material/templates/.icons/simple/appium.svg new file mode 100644 index 0000000..248ac5e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/appium.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.923 0C5.937 0 .976 4.384.07 10.115a11.94 11.94 0 0 1 7.645-2.754 11.98 11.98 0 0 1 9.43 4.58 11.94 11.94 0 0 0 1.015-8.769 12 12 0 0 0-.626-1.772l-.003-.008A12 12 0 0 0 11.923 0m7.721 2.754A12 12 0 0 1 9.398 16.521a12.08 12.08 0 0 0 9.02 5.617c.24-.119.766-.51 1.224-.89A11.97 11.97 0 0 0 23.995 12a11.98 11.98 0 0 0-4.35-9.247zM9.33 7.557a12 12 0 0 0-2.647.401A11.94 11.94 0 0 0 .01 12.595l-.005.006q.032.641.131 1.275C1.037 19.61 6 24 11.991 24c1.45 0 2.887-.26 4.243-.773a12 12 0 0 1-6.905-15.67z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/apple.svg b/mkdocs-material/material/templates/.icons/simple/apple.svg new file mode 100644 index 0000000..4d6f6b8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/apple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.152 6.896c-.948 0-2.415-1.078-3.96-1.04-2.04.027-3.91 1.183-4.961 3.014-2.117 3.675-.546 9.103 1.519 12.09 1.013 1.454 2.208 3.09 3.792 3.039 1.52-.065 2.09-.987 3.935-.987 1.831 0 2.35.987 3.96.948 1.637-.026 2.676-1.48 3.676-2.948 1.156-1.688 1.636-3.325 1.662-3.415-.039-.013-3.182-1.221-3.22-4.857-.026-3.04 2.48-4.494 2.597-4.559-1.429-2.09-3.623-2.324-4.39-2.376-2-.156-3.675 1.09-4.61 1.09zM15.53 3.83c.843-1.012 1.4-2.427 1.245-3.83-1.207.052-2.662.805-3.532 1.818-.78.896-1.454 2.338-1.273 3.714 1.338.104 2.715-.688 3.559-1.701"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/applearcade.svg b/mkdocs-material/material/templates/.icons/simple/applearcade.svg new file mode 100644 index 0000000..25ed71b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/applearcade.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.198 18.24a.97.97 0 0 1-.194-.571v-.955s0-.571.563-.313c0 0 6.919 3.135 8.033 3.626a7.8 7.8 0 0 0 3.408.729 8.2 8.2 0 0 0 3.396-.729l8.037-3.626c.559-.258.559.313.559.313v.955a1.04 1.04 0 0 1-.198.575c-.19.258-.515.539-1.411.959-.713.337-6.23 2.818-6.995 3.17a8 8 0 0 1-3.4.729 8.34 8.34 0 0 1-3.82-.927c-1.435-.65-5.849-2.631-6.567-2.972-.9-.428-1.153-.654-1.411-.963m1.411-5.973 6.987-3.17a8 8 0 0 1 2.164-.634v5.707c0 .396.571.697 1.236.697s1.141-.313 1.141-.697V8.479c.778.105 1.54.313 2.263.618l6.987 3.17c.579.273 1.609.761 1.609 1.538s-1.011 1.236-1.609 1.53l-6.987 3.17a8.2 8.2 0 0 1-3.396.729 7.8 7.8 0 0 1-3.408-.729l-6.987-3.17C1.011 15.042 0 14.574 0 13.801s1.03-1.264 1.609-1.534m1.807 2.247c.77.396 1.683.396 2.453 0 .682-.396.686-1.026 0-1.419a2.7 2.7 0 0 0-2.453 0c-.68.392-.666 1.02 0 1.419M12 7.595a3.35 3.35 0 1 1 3.349-3.351v.003c0 1.849-1.5 3.348-3.349 3.348"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/applemusic.svg b/mkdocs-material/material/templates/.icons/simple/applemusic.svg new file mode 100644 index 0000000..47ae269 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/applemusic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.994 6.124a9.2 9.2 0 0 0-.24-2.19c-.317-1.31-1.062-2.31-2.18-3.043a5 5 0 0 0-1.877-.726 10.5 10.5 0 0 0-1.564-.15c-.04-.003-.083-.01-.124-.013H5.986q-.227.014-.455.026c-.747.043-1.49.123-2.193.4-1.336.53-2.3 1.452-2.865 2.78-.192.448-.292.925-.363 1.408a11 11 0 0 0-.1 1.18c0 .032-.007.062-.01.093v12.223q.014.211.027.424c.05.815.154 1.624.497 2.373.65 1.42 1.738 2.353 3.234 2.801.42.127.856.187 1.293.228.555.053 1.11.06 1.667.06h11.03a13 13 0 0 0 1.57-.1c.822-.106 1.596-.35 2.295-.81a5.05 5.05 0 0 0 1.88-2.207c.186-.42.293-.87.37-1.324.113-.675.138-1.358.137-2.04-.002-3.8 0-7.595-.003-11.393zm-6.423 3.99v5.712c0 .417-.058.827-.244 1.206-.29.59-.76.962-1.388 1.14q-.524.15-1.07.173c-.95.045-1.773-.6-1.943-1.536a1.88 1.88 0 0 1 1.038-2.022c.323-.16.67-.25 1.018-.324.378-.082.758-.153 1.134-.24.274-.063.457-.23.51-.516a1 1 0 0 0 .02-.193q0-2.723-.002-5.443a.7.7 0 0 0-.026-.185c-.04-.15-.15-.243-.304-.234-.16.01-.318.035-.475.066q-1.14.226-2.28.456l-2.325.47-1.374.278q-.024.007-.048.013c-.277.077-.377.203-.39.49q-.002.063 0 .13c-.002 2.602 0 5.204-.003 7.805 0 .42-.047.836-.215 1.227-.278.64-.77 1.04-1.434 1.233q-.526.152-1.075.172c-.96.036-1.755-.6-1.92-1.544-.14-.812.23-1.685 1.154-2.075.357-.15.73-.232 1.108-.31.287-.06.575-.116.86-.177q.574-.126.6-.714v-.15q0-4.441.002-8.882c0-.123.013-.25.042-.37.07-.285.273-.448.546-.518.255-.066.515-.112.774-.165q1.1-.224 2.2-.444l2.27-.46q1.005-.202 2.01-.403c.22-.043.442-.088.663-.106.31-.025.523.17.554.482q.012.11.012.223.003 2.866 0 5.732z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/applenews.svg b/mkdocs-material/material/templates/.icons/simple/applenews.svg new file mode 100644 index 0000000..49d6756 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/applenews.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 12.94c2.726 4.673 6.394 8.385 11.039 11.058H1.416A1.416 1.416 0 0 1 0 22.582zM0 1.414C0 .634.632.002 1.412.002H6.22L24 17.758v4.773c0 .39-.154.762-.43 1.038a1.47 1.47 0 0 1-1.037.43H17.76L0 6.241M12.963.002h9.619A1.42 1.42 0 0 1 24 1.42v9.625C21.265 6.494 17.616 2.775 12.963.002"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/applepay.svg b/mkdocs-material/material/templates/.icons/simple/applepay.svg new file mode 100644 index 0000000..635a7c0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/applepay.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m2.15 4.318-.454.003c-.15.005-.303.013-.452.04a1.44 1.44 0 0 0-1.06.772c-.07.138-.114.278-.14.43-.028.148-.037.3-.04.45L0 6.222v11.557q0 .104.003.207c.004.15.013.303.04.452q.039.224.142.429a1.44 1.44 0 0 0 .63.63c.138.07.278.115.43.142.148.027.3.036.45.04l.208.003h20.194l.207-.003c.15-.004.303-.013.452-.04s.291-.071.428-.141a1.43 1.43 0 0 0 .631-.631c.07-.138.115-.278.141-.43.027-.148.036-.3.04-.45q.003-.104.003-.208l.001-.246V6.221q0-.104-.004-.207a3 3 0 0 0-.04-.452 1.45 1.45 0 0 0-1.2-1.201 3 3 0 0 0-.452-.04 11 11 0 0 0-.453-.003zm0 .512h19.942q.098 0 .197.003c.115.004.25.01.375.032.109.02.2.05.287.094a.93.93 0 0 1 .407.407 1 1 0 0 1 .094.288c.022.123.028.258.031.374q.003.097.003.197v11.552q0 .097-.003.196c-.003.115-.009.25-.032.375a.93.93 0 0 1-.5.693 1 1 0 0 1-.286.094 3 3 0 0 1-.373.032l-.2.003H1.906q-.1 0-.196-.003a3 3 0 0 1-.375-.032c-.109-.02-.2-.05-.288-.094a.9.9 0 0 1-.406-.407 1 1 0 0 1-.094-.288 2.5 2.5 0 0 1-.032-.373l-.002-.197V6.224q0-.098.002-.197c.004-.114.01-.248.032-.375.02-.108.05-.199.094-.287a.93.93 0 0 1 .407-.406 1 1 0 0 1 .287-.094c.125-.022.26-.029.375-.032q.098-.002.196-.003zm4.71 3.7c-.3.016-.668.199-.88.456-.191.22-.36.58-.316.918.338.03.675-.169.888-.418.205-.258.345-.603.308-.955zm2.207.42v5.493h.852v-1.877h1.18c1.078 0 1.835-.739 1.835-1.812 0-1.07-.742-1.805-1.808-1.805zm.852.719h.982c.739 0 1.161.396 1.161 1.089 0 .692-.422 1.092-1.164 1.092h-.979zm-3.154.3c-.45.01-.83.28-1.05.28-.235 0-.593-.264-.981-.257a1.45 1.45 0 0 0-1.23.747c-.527.908-.139 2.255.374 2.995.249.366.549.769.944.754.373-.014.52-.242.973-.242.454 0 .586.242.98.235.41-.007.667-.366.915-.733.286-.417.403-.82.41-.841-.007-.008-.79-.308-.797-1.209-.008-.754.615-1.113.644-1.135-.352-.52-.9-.578-1.09-.593zm8.204.397c-.99 0-1.606.533-1.652 1.256h.777c.072-.358.369-.586.845-.586.502 0 .803.266.803.711v.309l-1.097.064c-.951.054-1.488.484-1.488 1.184 0 .72.548 1.207 1.332 1.207.526 0 1.032-.281 1.264-.727h.019v.659h.788v-2.76c0-.803-.62-1.317-1.591-1.317m1.94.072 1.446 4.009c0 .003-.073.24-.073.247-.125.41-.33.571-.711.571-.069 0-.206 0-.267-.015v.666c.06.011.267.019.335.019.83 0 1.226-.312 1.568-1.283l1.5-4.214h-.868l-1.012 3.259h-.015l-1.013-3.26zm-1.167 2.189v.316c0 .521-.45.917-1.024.917-.442 0-.731-.228-.731-.579 0-.342.278-.56.769-.593z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/applepodcasts.svg b/mkdocs-material/material/templates/.icons/simple/applepodcasts.svg new file mode 100644 index 0000000..48e8158 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/applepodcasts.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.34 0A5.33 5.33 0 0 0 0 5.34v13.32A5.33 5.33 0 0 0 5.34 24h13.32A5.33 5.33 0 0 0 24 18.66V5.34A5.33 5.33 0 0 0 18.66 0zm6.525 2.568c2.336 0 4.448.902 6.056 2.587 1.224 1.272 1.912 2.619 2.264 4.392.12.59.12 2.2.007 2.864a8.5 8.5 0 0 1-3.24 5.296c-.608.46-2.096 1.261-2.336 1.261-.088 0-.096-.091-.056-.46.072-.592.144-.715.48-.856.536-.224 1.448-.874 2.008-1.435a7.64 7.64 0 0 0 2.008-3.536c.208-.824.184-2.656-.048-3.504-.728-2.696-2.928-4.792-5.624-5.352-.784-.16-2.208-.16-3 0-2.728.56-4.984 2.76-5.672 5.528-.184.752-.184 2.584 0 3.336.456 1.832 1.64 3.512 3.192 4.512.304.2.672.408.824.472.336.144.408.264.472.856.04.36.03.464-.056.464-.056 0-.464-.176-.896-.384l-.04-.03c-2.472-1.216-4.056-3.274-4.632-6.012-.144-.706-.168-2.392-.03-3.04.36-1.74 1.048-3.1 2.192-4.304 1.648-1.737 3.768-2.656 6.128-2.656zm.134 2.81c.409.004.803.04 1.106.106 2.784.62 4.76 3.408 4.376 6.174-.152 1.114-.536 2.03-1.216 2.88-.336.43-1.152 1.15-1.296 1.15-.023 0-.048-.272-.048-.603v-.605l.416-.496c1.568-1.878 1.456-4.502-.256-6.224-.664-.67-1.432-1.064-2.424-1.246-.64-.118-.776-.118-1.448-.008-1.02.167-1.81.562-2.512 1.256-1.72 1.704-1.832 4.342-.264 6.222l.413.496v.608c0 .336-.027.608-.06.608-.03 0-.264-.16-.512-.36l-.034-.011c-.832-.664-1.568-1.842-1.872-2.997-.184-.698-.184-2.024.008-2.72.504-1.878 1.888-3.335 3.808-4.019.41-.145 1.133-.22 1.814-.211zm-.13 2.99c.31 0 .62.06.844.178a2.17 2.17 0 0 1 1.04 1.259c.464 1.578-1.208 2.96-2.72 2.254h-.015c-.712-.331-1.096-.956-1.104-1.77 0-.733.408-1.371 1.112-1.745.224-.117.534-.176.844-.176zm-.011 4.728c.988-.004 1.706.349 1.97.97.198.464.124 1.932-.218 4.302-.232 1.656-.36 2.074-.68 2.356-.44.39-1.064.498-1.656.288h-.003c-.716-.257-.87-.605-1.164-2.644-.341-2.37-.416-3.838-.218-4.302.262-.616.974-.966 1.97-.97z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/appletv.svg b/mkdocs-material/material/templates/.icons/simple/appletv.svg new file mode 100644 index 0000000..39cc57a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/appletv.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.57 17.735h-1.815l-3.34-9.203h1.633l2.02 5.987c.075.231.273.9.586 2.012l.297-.997.33-1.006 2.094-6.004H24zm-5.344-.066a5.8 5.8 0 0 1-1.55.207c-1.23 0-1.84-.693-1.84-2.087V9.646h-1.063V8.532h1.121V7.081l1.476-.602v2.062h1.707v1.113H13.38v5.805c0 .446.074.75.214.932s.396.264.75.264c.207 0 .495-.041.883-.115zm-7.29-5.343c.017 1.764 1.55 2.358 1.567 2.366-.017.042-.248.842-.808 1.658-.487.71-.99 1.418-1.79 1.435-.783.016-1.03-.462-1.93-.462-.89 0-1.17.445-1.913.478-.758.025-1.344-.775-1.838-1.484-.998-1.451-1.765-4.098-.734-5.88.51-.89 1.426-1.451 2.416-1.46.75-.016 1.468.512 1.93.512s1.327-.627 2.234-.536c.38.016 1.452.157 2.136 1.154-.058.033-1.278.743-1.27 2.219M6.468 7.988c.404-.495.685-1.18.61-1.864-.585.025-1.294.388-1.723.883-.38.437-.71 1.138-.619 1.806.652.05 1.328-.338 1.732-.825"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/appsignal.svg b/mkdocs-material/material/templates/.icons/simple/appsignal.svg new file mode 100644 index 0000000..fa6247a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/appsignal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.003 7.328c-1.781 0-3.055 1.57-4.368 3.318-.815-3.714-1.72-7.424-4.601-7.424s-3.789 3.71-4.617 7.427c-1.31-1.752-2.584-3.32-4.365-3.32C1.918 7.329 0 8.098 0 10.986v5.24c0 2.832 1.512 3.527 2.42 3.766 1.565.406 5.334.786 9.578.786s8.013-.38 9.579-.786c.907-.24 2.423-.934 2.423-3.766v-5.24c0-2.888-1.92-3.658-3.052-3.658m-8.914-2.469c1.726 0 2.384 3.406 3.3 7.493-1.004 1.238-2.072 2.236-3.3 2.236s-2.292-.998-3.3-2.236c.857-3.822 1.519-7.493 3.3-7.493M1.664 16.242v-5.24c0-1.823.981-2.02 1.414-2.02 1.257 0 2.62 2.096 3.893 3.78-.91 3.818-1.873 6.143-4.145 5.664-.593-.16-1.15-.537-1.15-2.167m4.46 2.655c1.006-1.093 1.638-2.8 2.139-4.607 1.05 1.103 2.266 1.935 3.772 1.935s2.718-.832 3.773-1.935c.488 1.807 1.13 3.514 2.135 4.607a67.5 67.5 0 0 1-11.806 0m16.282-2.655c0 1.637-.556 2.007-1.15 2.167-2.275.482-3.235-1.846-4.145-5.665 1.287-1.683 2.62-3.779 3.894-3.779.425 0 1.414.197 1.414 2.02z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/appsmith.svg b/mkdocs-material/material/templates/.icons/simple/appsmith.svg new file mode 100644 index 0000000..d3163af --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/appsmith.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.15 12.723v-1.845h-1.163v.422h.61v1.423h-.61v.421h1.774v-.421zm5.69 1.167v-.421H24v.421zm-.66-2.852q.213.214.213.604v1.502h-.552v-1.41q0-.43-.426-.43a.48.48 0 0 0-.36.152q-.147.151-.147.419v1.27h-.552v-3.023h.552v1.06q.259-.356.69-.356.37 0 .582.212m-2.475.262h-.706v1.225q0 .11.06.153.058.044.198.043h.404v.422c-.12.012-.432.017-.505.017q-.368 0-.538-.138t-.17-.441V11.3h-.513v-.422h.514v-.756h.55v.756h.706zm-4.447-.255q.208.22.209.602v1.497h-.553v-1.41q0-.43-.39-.43a.43.43 0 0 0-.343.152q-.129.151-.13.441v1.247h-.547v-1.41q0-.43-.395-.43a.42.42 0 0 0-.336.152q-.13.152-.13.442v1.247h-.552v-2.267h.536v.325q.232-.377.644-.377.518 0 .703.421.254-.421.702-.421.374 0 .582.22zm-5.83 1.379h.541q.022.21.138.299.117.087.367.087.448 0 .448-.272a.22.22 0 0 0-.097-.189q-.096-.066-.347-.11l-.259-.043q-.742-.123-.742-.685 0-.32.246-.503.245-.182.694-.182.97 0 1.001.767h-.522q-.009-.202-.127-.288t-.351-.085q-.396 0-.396.263a.21.21 0 0 0 .088.178q.088.063.29.099l.285.043q.413.075.6.238.186.162.186.452 0 .342-.263.527-.263.184-.742.184-.993.001-1.037-.78zm-.77-1.278q.272.325.272.865t-.272.86q-.276.324-.742.324t-.703-.346v1.154h-.552v-3.125h.531v.325q.246-.377.725-.377.463 0 .74.32zm-.874 1.594q.272 0 .43-.198.157-.197.153-.548 0-.347-.151-.53-.152-.182-.433-.182-.276 0-.43.19-.153.188-.153.54 0 .355.158.54.148.188.425.188zm-1.972-1.594q.272.325.272.865t-.272.86q-.276.324-.742.324t-.703-.346v1.154h-.552v-3.125h.531v.325q.246-.377.725-.377.464 0 .74.32zm-.874 1.594q.272 0 .43-.198.158-.197.153-.548 0-.347-.151-.53-.152-.182-.433-.182-.276 0-.43.19-.153.188-.153.54 0 .355.158.54.15.188.426.188m-2.331.404q-.04-.07-.062-.276-.228.33-.728.33-.374 0-.595-.18Q0 12.837 0 12.516q0-.62.87-.706l.342-.03a.5.5 0 0 0 .245-.082.22.22 0 0 0 .075-.178q0-.145-.094-.213-.095-.068-.319-.068-.241 0-.347.081-.105.082-.122.28H.105q.048-.773 1.019-.774.944 0 .944.681v1.207q0 .3.092.43zm-.237-.484q.162-.143.162-.41v-.207a.47.47 0 0 1-.26.092l-.298.034q-.22.027-.313.103a.27.27 0 0 0-.094.222.28.28 0 0 0 .098.227q.099.081.283.081.26 0 .422-.142m14.282-2.142a.3.3 0 0 1-.09-.214.307.307 0 0 1 .307-.307.3.3 0 0 1 .215.09.3.3 0 0 1 .087.217.3.3 0 0 1-.09.215.3.3 0 0 1-.213.087.3.3 0 0 1-.216-.088"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/appstore.svg b/mkdocs-material/material/templates/.icons/simple/appstore.svg new file mode 100644 index 0000000..bfd74cc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/appstore.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m8.809 14.92 6.11-11.037c.084-.152.168-.302.244-.459.069-.142.127-.285.165-.44.08-.326.058-.666-.066-.977a1.5 1.5 0 0 0-.62-.735 1.42 1.42 0 0 0-.922-.193c-.32.043-.613.194-.844.43-.11.11-.2.235-.283.368-.092.146-.175.298-.259.45l-.386.697-.387-.698c-.084-.151-.167-.303-.259-.449a2.2 2.2 0 0 0-.283-.369 1.45 1.45 0 0 0-.844-.429 1.42 1.42 0 0 0-.921.193 1.5 1.5 0 0 0-.62.735c-.125.311-.147.651-.066.977.038.155.096.298.164.44.076.157.16.307.244.459l1.248 2.254-4.862 8.782H2.03c-.168 0-.336 0-.503.01-.152.009-.3.028-.448.071-.31.09-.582.28-.778.548-.195.267-.301.593-.301.928s.106.661.3.928c.197.268.468.457.779.548.148.043.296.062.448.071.167.01.335.01.503.01h13.097c.017-.037.059-.13.1-.27.415-1.416-.616-2.844-2.035-2.844zm-5.696 3.622-.792 1.5c-.082.156-.165.31-.239.471a2.4 2.4 0 0 0-.16.452c-.08.335-.058.684.064 1.003.121.318.334.583.607.755s.589.242.901.197c.314-.044.6-.198.826-.44.108-.115.196-.242.278-.378.09-.15.171-.306.253-.462L6 19.464c-.09-.15-.947-1.47-2.887-.922m20.586-3.006a1.47 1.47 0 0 0-.779-.54 2 2 0 0 0-.448-.071c-.168-.01-.335-.01-.503-.01h-3.321L14.258 7.1a4.06 4.06 0 0 0-1.076 2.198 4.64 4.64 0 0 0 .546 3l5.274 9.393c.084.15.167.3.259.444.084.13.174.253.283.364.231.232.524.38.845.423s.643-.024.922-.19a1.5 1.5 0 0 0 .621-.726c.125-.307.146-.642.066-.964a2.2 2.2 0 0 0-.165-.434c-.075-.155-.16-.303-.244-.453l-1.216-2.166h1.596c.168 0 .335 0 .503-.009.152-.009.3-.028.448-.07a1.47 1.47 0 0 0 .78-.541 1.54 1.54 0 0 0 .3-.916 1.54 1.54 0 0 0-.3-.916"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/appveyor.svg b/mkdocs-material/material/templates/.icons/simple/appveyor.svg new file mode 100644 index 0000000..53ca1b7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/appveyor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0c6.6 0 12 5.4 12 12s-5.4 12-12 12S0 18.6 0 12 5.4 0 12 0m2.94 14.34c1.32-1.68 1.14-4.08-.54-5.34-1.62-1.26-4.02-.96-5.4.72-1.32 1.68-1.14 4.08.54 5.34s4.08.96 5.4-.72m-6.42 7.8c.72.3 2.28.6 3.06.6l5.22-7.56c1.68-2.52 1.26-5.94-1.08-7.8-2.1-1.68-5.04-1.62-7.14 0l-7.26 5.58c.18 1.92.72 2.88.72 2.94l4.14-4.5c-.3 1.98.42 4.02 2.1 5.28 1.44 1.14 3.18 1.44 4.86 1.08z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/appwrite.svg b/mkdocs-material/material/templates/.icons/simple/appwrite.svg new file mode 100644 index 0000000..4e677a9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/appwrite.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 17.291v5.29H10.557A10.58 10.58 0 0 1 0 12.715v-1.43c.048-.735.174-1.463.374-2.171C1.63 4.673 5.713 1.419 10.557 1.419s8.927 3.254 10.183 7.695h-5.749a5.28 5.28 0 0 0-4.434-2.404 5.28 5.28 0 0 0-4.434 2.404A5.23 5.23 0 0 0 5.267 12a5.27 5.27 0 0 0 1.66 3.848 5.27 5.27 0 0 0 3.63 1.443zm0-6.734v5.291h-9.813A5.28 5.28 0 0 0 15.848 12c0-.5-.07-.984-.199-1.443z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/aqua.svg b/mkdocs-material/material/templates/.icons/simple/aqua.svg new file mode 100644 index 0000000..a1bda87 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/aqua.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.788 18.681c.768 0 .769.71.769.752 0 .289-.105.43-.223.553L14.728 23.6a1.35 1.35 0 0 1-.957.401H.879a.8.8 0 0 1-.424-.123.96.96 0 0 1-.455-.804v-4.392zM23.063.001c.32-.006.65.188.802.45A.83.83 0 0 1 24 .876v12.882c0 .36-.14.705-.395.96L20.06 18.27c-.137.137-.274.274-.603.274-.041 0-.822 0-.822-.768V0zM4.553 5.481s.825 0 .825.77v12.093H0v-8.064c0-.361.14-.708.395-.963L3.95 5.757c.137-.138.274-.275.604-.275M18.299 0v5.377H6.255c-.767 0-.767-.823-.767-.823 0-.33.137-.466.274-.604L9.309.398A1.36 1.36 0 0 1 10.267 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/aral.svg b/mkdocs-material/material/templates/.icons/simple/aral.svg new file mode 100644 index 0000000..d7bf0c5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/aral.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m5.393 10.02-.48 1.959.99.001zm3.892.082v1.187c.549-.002.958.03 1.229-.033.27-.062.404-.217.404-.592 0-.334-.12-.469-.385-.523-.264-.055-.672-.028-1.248-.04zm5.326-.079-.48 1.96h.99zM11.996 0 0 11.998 12.004 24 24 12.004zM5.393 8.896c.366 0 .606.117.775.295.169.18.267.421.35.67l1.07 3.211s.134.276.144.567-.104.599-.6.666c-.355-.054-.536-.156-.657-.35-.122-.194-.184-.482-.305-.91H4.645c-.147.468-.195.757-.295.941s-.254.263-.616.317c-.508-.054-.636-.369-.636-.67s.129-.588.129-.588l1.015-3.152c.08-.246.176-.495.348-.682s.42-.315.803-.315m9.191.002c.366 0 .607.117.775.295.17.18.267.421.35.67l1.072 3.211s.135.276.145.567-.104.599-.6.666c-.356-.054-.536-.156-.658-.35s-.186-.482-.307-.91h-1.525c-.147.468-.193.757-.293.941s-.256.263-.617.317c-.509-.054-.635-.367-.635-.668s.127-.59.127-.59l1.016-3.152c.075-.233.17-.484.343-.674s.424-.323.807-.323m3.346.002c.308 0 .483.114.58.291.097.178.117.418.117.672v3.207c.215.005 1.23 0 1.23 0 .29 0 .53.02.694.106s.252.239.244.504c-.01.361-.18.517-.406.582s-.509.039-.744.039h-1.766c-.375 0-.536-.165-.604-.436-.067-.27-.04-.645-.04-1.062v-2.94c-.014-.254.02-.496.126-.674.107-.177.288-.289.569-.289m-8.645.104h1.098c.254 0 .51-.002.767.084.259.086.52.26.786.613.28.378.35.933.222 1.414s-.456.889-.972.969c.187.348.804 1.283.804 1.283s.066.11.078.266c.012.155-.03.357-.25.539-.388.147-.633.106-.78.03-.149-.078-.2-.192-.2-.192s-.562-.964-.91-1.633h-.643v1.338s.01.154-.064.305c-.075.15-.236.298-.578.285-.327 0-.488-.155-.567-.309S8 13.69 8 13.69V9.861c0-.334.006-.549.17-.68.164-.13.486-.177 1.115-.177"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/arangodb.svg b/mkdocs-material/material/templates/.icons/simple/arangodb.svg new file mode 100644 index 0000000..dcd1b1b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/arangodb.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.885 3.75c-.32.007-.536.032-.61.041-.878.106-2.81.49-4.466 2.088-.921.89-1.501 2.153-1.783 2.826.251-.072.502-.13.75-.164.94-.131 1.8-.013 2.431.219.89-.158 1.474-.228 1.782-.227.953.004 2.003-.008 2.775.65.208.178.82.542.725 1.515-.084.867-.474 1.933-1.428 2.982-.574.632-1.686 1.444-3.059 2.15-.995.511-2.412 1.313-4.469 1.426-.331.019-.708.041-1.105.04-1.012-.004-2.48-.138-3.545-1.249-.221-.231-1.31-1.458-1.002-2.93.248-1.185 1.229-1.798 2.016-2.292.447-.281 1.05-.512 1.861-.754.585-.63 1.274-1.017 1.975-1.262-1.394.312-2.784.652-3.788 1.15-1.15.557-2.236 1.082-2.707 2.237-.287.707-.263 1.42-.191 1.892 0 0 .31 3.096 2.441 4.674 1.784 1.323 4.413 1.812 6.374 1.276 1.543-.294 3.015-1.738 4.24-3.004l.006.004c.392.186 1.295.584 2.027.963 1.692.873 2.864 1.054 3.47 1.16 1.317.23 3.368-.292 4.341-1.383.932-1.045 1.203-2.454.98-3.711-.067-.386-.066-1.073-.349-2.016-.222-.737-.333-1.104-.494-1.496-.31-.758-.705-1.373-1.295-2.137-1.382-1.784-2.072-2.679-3.2-3.39-1.834-1.16-3.74-1.297-4.703-1.278m.713 1.135c.814.033 2.014.046 3.051.725.603.397 1.182.68 2.338 2.21 1.56 2.069 1.711 2.301 2.293 3.405.443.84.822 2.55.65 3.885-.05.387-.09 1.209-.95 2.021-1.157 1.093-3.13.97-3.337.946-.629-.077-1.113-.371-2.582-.934l-1.816-.744c-.121-.048-.245-.115-.37-.18.417-.499 1.182-1.488 1.497-2.111.231-.466.385-.985.488-1.37.078-.308.195-.765.244-1.204.025-.229.045-.463.049-.663.004-.207-.001-.244-.01-.402a4.2 4.2 0 0 0-.201-.926 2.4 2.4 0 0 0-.457-.748 2.6 2.6 0 0 0-.51-.367c-.208-.113-.474-.216-.646-.283-.32-.125-.585-.196-1.067-.256a5 5 0 0 0-.451-.016c-.547.005-1.274.08-2.338.237q-1.022.144-2.024.334l.002-.006c.69-1.402 1.67-2.392 3.35-2.983 1.075-.377 2.198-.595 2.797-.57m.272 2.566a2.1 2.1 0 0 0-.721.112c.378.093.743.284 1.064.426.255.138.49.313.633.462.249.261.46.616.569.93.099.29.206.71.226 1.06.009.15.016.22.012.438a8 8 0 0 1-.053.711c-.054.488-.178.965-.256 1.272a8 8 0 0 1-.383 1.144c.239.004.47-.002.602-.025.937-.164 1.561-1.126 1.752-1.904.268-1.102-.285-2.02-.654-2.633-.349-.577-.963-1.384-2.073-1.834a2.1 2.1 0 0 0-.718-.159M7.844 9.035a4.6 4.6 0 0 0-1.511.457c-.53.254-.99.648-1.573 1.335-.65.815-1.112 2.387-.76 2.81.18.218.275.24.34.283.901.436 1.724 1.035 3.068 1.114h1.118c.234.002.545-.05.632-.059 1.547-.254 3.605-1.349 3.526-2.88-.03-.573-.683-1.512-1.127-1.935-.431-.41-1.147-.788-1.454-.917-.266-.131-.576-.167-.888-.213-.47-.078-.972-.048-1.371.005"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/arc.svg b/mkdocs-material/material/templates/.icons/simple/arc.svg new file mode 100644 index 0000000..58a6312 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/arc.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.937 8.509a2.95 2.95 0 0 0-.336-2.097 2.85 2.85 0 0 0-1.908-1.35 3 3 0 0 0-.562-.058h-.01c-1.377 0-2.533.988-2.807 2.338a7 7 0 0 1-.92 2.27.26.26 0 0 1-.236.12.26.26 0 0 1-.22-.146l-2.86-5.99c-.362-.763-1.013-1.362-1.823-1.598A2.875 2.875 0 0 0 8.85 3.522L5.897 9.733c-.079.163-.31.158-.378-.005v-.005a2.86 2.86 0 0 0-2.665-1.797c-.378 0-.751.073-1.108.22-1.472.615-2.129 2.35-1.52 3.82.558 1.33 1.472 2.586 2.66 3.669.084.078.11.2.063.304l-.956 2.008c-.673 1.419-.132 3.148 1.266 3.857.41.205.846.31 1.298.31a2.88 2.88 0 0 0 2.596-1.64l.825-1.729a.254.254 0 0 1 .305-.136 11.5 11.5 0 0 0 3.006.42c1.119 0 2.222-.168 3.29-.478a.26.26 0 0 1 .31.137l.814 1.713c.483 1.02 1.492 1.713 2.617 1.718.457 0 .898-.1 1.313-.31 1.403-.71 1.94-2.443 1.267-3.868l-1.025-2.154a.265.265 0 0 1 .058-.305c1.986-1.85 3.452-4.272 4.004-6.973M6.212 20.017a1.84 1.84 0 0 1-.676.762 1.84 1.84 0 0 1-.98.284c-.272 0-.55-.063-.808-.19-.904-.446-1.246-1.57-.81-2.48l.794-1.665c.068-.148.257-.2.383-.106q.253.18.52.353 1.052.67 2.182 1.135a.26.26 0 0 1 .141.352zm5.076-2.044c-4.209 0-8.654-2.853-10.126-6.495a1.83 1.83 0 0 1 1.01-2.38c.225-.09.456-.137.682-.137.725 0 1.409.43 1.698 1.145.92 2.281 4.004 4.21 6.736 4.21.42 0 .841-.042 1.256-.116a.264.264 0 0 1 .284.142l1.377 2.9a.26.26 0 0 1-.163.363c-.899.237-1.818.368-2.754.368m-.599-4.93.636-1.334a.145.145 0 0 1 .258 0l.62 1.303c.042.084-.016.19-.105.205a6 6 0 0 1-.8.058 5 5 0 0 1-.488-.026c-.11-.016-.163-.121-.12-.205m8.46 7.826a1.83 1.83 0 0 1-2.032-.28 1.8 1.8 0 0 1-.432-.577L11.698 9.528c-.1-.21-.4-.21-.494 0L9.66 12.781a.26.26 0 0 1-.32.137c-1.051-.363-2.05-.978-2.79-1.719a.255.255 0 0 1-.048-.294l3.342-7.03a1.53 1.53 0 0 1 .52-.621c1.052-.688 2.281-.258 2.738.704l6.858 14.425c.431.914.095 2.039-.81 2.485m-1.444-9.649a.26.26 0 0 1 .031-.273c.783-1.004 1.356-2.175 1.603-3.42a1.83 1.83 0 0 1 2.239-1.42c.972.242 1.534 1.251 1.33 2.234-.484 2.301-1.683 4.388-3.317 6.022a.263.263 0 0 1-.425-.068z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/arcgis.svg b/mkdocs-material/material/templates/.icons/simple/arcgis.svg new file mode 100644 index 0000000..8887c84 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/arcgis.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0a.85.85 0 0 0-.338.07L3.144 3.765A2.73 2.73 0 0 0 1.5 6.27v13.252l10.162 4.408a.85.85 0 0 0 .676 0l8.518-3.696A2.73 2.73 0 0 0 22.5 17.73V4.478L12.338.07A.85.85 0 0 0 12 0m0 4.837a7.537 7.537 0 1 1 0 15.075 7.537 7.537 0 0 1 0-15.075m-.35 1.389c-.897-.023-2.328.24-3.747 1.614.35.555.646.978.49 1.418-.23.655-.513.514-1.07.995-.396.341.206 1.013-.313 1.306-.52.293-1.213.663-.95 1.175.265.512 1.47.83 1.96 1.075.49.246.928.707.607 1.238-.314.519-.537 1.13-.601 1.609A5.94 5.94 0 0 0 12 18.175c3.293 0 5.818-2.71 5.962-6 .04-.926-.94-.94-1.534-.94 0 0 .34.923.018 1.436s-.85.762-.835 1.377c.015.616-.937 1.597-1.26 1.949-.322.351-.923.747-1.128-.06-.205-.805-.126-1.477.109-2.048.234-.572-.218-.748-.921-.762s-1.08-.108-1.187-1.193c-.088-.894 1.243-1.844 1.815-1.844.334 0 1.454.22 1.507-.34.08-.86-.82-1.042-1.04-1.602-.218-.56 1.48-1.54-1.506-1.898a4 4 0 0 0-.35-.024"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/archicad.svg b/mkdocs-material/material/templates/.icons/simple/archicad.svg new file mode 100644 index 0000000..3d54bdb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/archicad.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.59 16.322a1.41 1.41 0 1 1 0-2.82 1.41 1.41 0 0 1 0 2.82M.15 19.827a1.41 1.41 0 0 0 2.52 1.268S10.52 5.083 16.926 4.946c4.23-.09 4.232 5.642 4.232 5.642a1.41 1.41 0 1 0 2.82 0s.057-8.381-7.02-8.457C8.764 1.871.152 19.827.152 19.827"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/archiveofourown.svg b/mkdocs-material/material/templates/.icons/simple/archiveofourown.svg new file mode 100644 index 0000000..c68766c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/archiveofourown.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.417 9.883c-.687 1.116-1.823 1.722-2.99 1.855-4.227.484-6.047-4.149-3.469-6.728 2.31-2.31 7.082-.9 7.005 2.899-.011.611-.166 1.357-.546 1.974m-6.459-2.029c.142 3.596 4.764 3.682 5.687 1.054.815-2.324-1.12-4.199-3.19-3.897-1.523.221-2.553 1.411-2.497 2.843m11.165-1.851c.284-.131.697-.412.837-.246.211.251-.459.475-.748.664-.918.6-1.731 1.227-2.477 2.049-.959 1.059-1.944 2.376-2.55 3.818.618.032 3.021.157 3.6 1.481.464 1.062-.387 2.156-1.32 2.627.663.414 1.81.945 1.745 1.898-.158 2.343-3.696 2.241-5.178.695-.244-.289-.358-.482-.25-.578.151-.134.326.186.676.476.225.187.377.251.572.354 1.301.683 3.339.403 3.478-.792.064-.554-.664-.955-1.217-1.204-.498-.224-1.514-.386-1.494-.952.02-.554.524-.45 1.03-.65.55-.217 1.004-.901 1.003-1.116-.005-.905-2.062-.888-3.221-.92-.275.606-.471 1.226-.692 2.158-.139.583-.151 1.897-.748 2.029-.737.164-1.014-.477-1.455-.991-.594-.69-1.436-1.637-1.942-2.223-3.033 1.002-5.392 2.091-8.256 3.712-1.311.742-2.063 1.59-2.545 1.354-.396-.194-.339-.633-.147-.887.393-.521.927-1.225 1.396-1.888.6-.849 1.054-1.667 1.373-2.445.692-1.688 1.23-4.72 1.475-5.859.088-.412.309-.348.322-.148.027.419-.237 2.047-.29 2.383-.436 2.781-.772 4.41-2.009 6.349 2.196-1.358 4.805-3.019 7.592-3.955C8.846 9.936 5.847 6.85 1.676 4.905 1.037 4.542 0 4.464 0 4.22c0-.271.781-.06 1.043.007 2.383.596 4.817 2.141 6.601 3.444 2.145 1.567 4.714 3.967 5.679 5.081.657-.226 2.286-.457 3.696-.496.752-1.58 2.55-4.018 4.788-5.442.413-.263.842-.594 1.316-.811m-8.594 8.071c.423.428.742.934 1.11 1.398.174-.59.405-1.216.643-1.758-.619.082-1.281.203-1.753.36"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/archlinux.svg b/mkdocs-material/material/templates/.icons/simple/archlinux.svg new file mode 100644 index 0000000..fb7285e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/archlinux.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.39.605C10.376 3.092 9.764 4.72 8.635 7.132c.693.734 1.543 1.589 2.923 2.554-1.484-.61-2.496-1.224-3.252-1.86C6.86 10.842 4.596 15.138 0 23.395c3.612-2.085 6.412-3.37 9.021-3.862a6.6 6.6 0 0 1-.171-1.547l.003-.115c.058-2.315 1.261-4.095 2.687-3.973 1.426.12 2.534 2.096 2.478 4.409a6.5 6.5 0 0 1-.146 1.243c2.58.505 5.352 1.787 8.914 3.844-.702-1.293-1.33-2.459-1.929-3.57-.943-.73-1.926-1.682-3.933-2.713 1.38.359 2.367.772 3.137 1.234-6.09-11.334-6.582-12.84-8.67-17.74zM22.898 21.36v-.623h-.234v-.084h.562v.084h-.234v.623h.331v-.707h.142l.167.5.034.107.038-.114.17-.493H24v.707h-.091v-.593l-.206.593h-.084l-.205-.602v.602h-.091"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ardour.svg b/mkdocs-material/material/templates/.icons/simple/ardour.svg new file mode 100644 index 0000000..c167919 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ardour.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1.606 0 22.394c1.45 0 .832-.885 1.565-.93.703 0 .559.44 1.044.44.846 0 .273-2.82 1.043-2.82.665 0 .48 2.038 1.044 2.038.288 0 .521-.811.521-1.81v-.945c0-1.304.234-2.364.522-2.364s.522 1.066.522 2.005c0 1.178.233 2.43.522 2.43.288 0 .521-1.263.521-2.805v-.44c0-1.69.234-3.065.522-3.065s.522 1.369.522 2.967c0 1.661.233 3.098.522 3.098.288 0 .521-1.437.521-3.18 0-1.737.234-3.146.522-3.146s.522 1.424.522 3.277c0 1.786.233 3.147.522 3.147.288 0 .521-1.367.521-2.87 0-1.386.234-2.657.522-2.657s.522 1.271.522 2.837v.472c0 1.415.233 2.56.521 2.56s.522-1.152.522-2.299c0-.973.234-1.989.522-1.989s.522 1.01.522 2.25v.57c0 1.058.233 1.908.521 1.908s.522-.84.522-1.614c0-.589.234-1.304.522-1.304s.522.709.522 1.581v.538c0 .696.233 1.272.521 1.272.595 0 .45-1.728 1.044-1.728.288 0 .522.43.522.962v.456c0 .385.233.685.521.685.59 0 .462-.782 1.044-.782.76 0 .197 1.076 1.043 1.076.512 0 .426-.18 1.044-.18.563 0 .493.359 1.565.359z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/arduino.svg b/mkdocs-material/material/templates/.icons/simple/arduino.svg new file mode 100644 index 0000000..aae04b4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/arduino.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.087 6.146c-.3 0-.607.017-.907.069-2.532.367-4.23 2.239-5.18 3.674-.95-1.435-2.648-3.307-5.18-3.674a6.5 6.5 0 0 0-.907-.069C2.648 6.146 0 8.77 0 12s2.656 5.854 5.913 5.854c.3 0 .607-.017.916-.069 2.531-.376 4.23-2.247 5.18-3.683.949 1.436 2.647 3.307 5.18 3.683.299.043.607.069.915.069C21.344 17.854 24 15.23 24 12s-2.656-5.854-5.913-5.854M6.53 15.734a4 4 0 0 1-.625.043c-2.148 0-3.889-1.7-3.889-3.777 0-2.085 1.749-3.777 3.898-3.777q.312.002.624.043c2.39.35 3.847 2.768 4.347 3.734-.508.974-1.974 3.384-4.355 3.734m11.558.043c-.208 0-.416-.017-.624-.043-2.39-.35-3.856-2.768-4.347-3.734.491-.966 1.957-3.384 4.347-3.734q.312-.041.624-.043c2.149 0 3.89 1.7 3.89 3.777 0 2.085-1.75 3.777-3.89 3.777m1.65-4.404v1.134h-1.205v1.182h-1.156v-1.182H16.17v-1.134h1.206V10.19h1.156v1.183zM4.246 12.498H7.82v-1.125H4.245v1.125z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/argo.svg b/mkdocs-material/material/templates/.icons/simple/argo.svg new file mode 100644 index 0000000..223c849 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/argo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.581 0q.656.056 1.299.186c1.679.383 3.121 1.213 4.382 2.365 1.161 1.06 1.917 2.372 2.335 3.881.089.321.216.56.586.624.205.035.238.245.239.43q.003.97.002 1.94l-.002 1.21c-.001.356-.116.479-.466.474-.211-.003-.293.119-.344.291q-.219.735-.552 1.426c-.818 1.682-2.084 2.938-3.688 3.87q-.116.067-.233.131c-.252.137-.258.146-.155.415.114.299.358.529.664.625.269.096.553.134.827.21a.7.7 0 0 1 .236.094c-.066.082-.156.067-.231.082-.36.073-.713.184-1.086.17a1.3 1.3 0 0 1-.438-.064c-.114-.045-.152-.006-.176.109a5.4 5.4 0 0 0-.084.92c-.015.617-.071 1.23-.112 1.844-.042.598-.018.651.558.842q.422.14.842.286c.069.024.15.038.192.117-.04.057-.098.035-.146.035q-.739.006-1.478.001c-.524-.005-.806-.282-.845-.803-.055-.762-.12-1.524-.182-2.286a1 1 0 0 0-.026-.12c-.079.455-.065.879-.084 1.298-.023.528-.008 1.057-.007 1.584 0 .27.086.388.335.483.359.135.711.295 1.114.262.141-.012.276.062.402.129.032.017.073.033.069.073-.004.043-.049.047-.084.045-.657-.019-1.317.065-1.972-.028-.323-.046-.533-.236-.631-.552-.094-.303-.114-.617-.137-.93-.046-.626-.078-1.253-.116-1.88a.22.22 0 0 0-.061-.171.28.28 0 0 0-.031.193q-.003 1.434-.001 2.866c0 .388.123.575.494.708.481.172.976.298 1.47.423.11.028.225.047.242.192h-1.852q-.077-.016-.155-.03c-.701-.1-1.001-.372-1.143-1.042l-.067-.331-.226-1.103q-.104.181-.144.386c-.083.399-.151.802-.243 1.2-.113.493-.444.763-.932.857l-.33.063H8.558c.057-.171.216-.185.355-.221.476-.127.96-.223 1.417-.409a.6.6 0 0 0 .397-.521c.058-.435.002-.865-.013-1.296a1.5 1.5 0 0 0-.078-.315.4.4 0 0 0-.071.207q-.037.444-.075.886c-.038.432-.273.716-.679.81a1.7 1.7 0 0 1-.37.045q-.836.003-1.673-.005c-.048 0-.109.019-.148-.065.178-.103.377-.168.582-.187a5.7 5.7 0 0 0 .939-.193c.42-.114.522-.249.512-.687-.023-.931-.091-1.86-.069-2.791.004-.184.001-.368.001-.551a2.4 2.4 0 0 0-.05.385 40 40 0 0 1-.186 2.623c-.052.513-.296.748-.804.805-.446.051-.889.002-1.332-.02-.108-.006-.234.012-.339-.064.043-.066.106-.07.16-.087.362-.115.725-.224 1.086-.344.246-.081.35-.235.355-.492a2 2 0 0 0-.003-.232 45 45 0 0 1-.105-2.149 6 6 0 0 0-.035-.478c-.024-.188-.131-.287-.295-.258-.505.092-.99-.006-1.473-.139-.059-.016-.134-.007-.178-.088a1 1 0 0 1 .285-.09q.383-.078.753-.208c.312-.112.564-.347.695-.651.089-.203.056-.317-.112-.398-1.418-.683-2.512-1.73-3.391-3.017a8.2 8.2 0 0 1-1.123-2.447c-.067-.246-.156-.3-.383-.26-.306.053-.401.006-.535-.273v-3.49c.144-.303.205-.341.534-.329.235.01.247-.004.309-.242.396-1.508 1.082-2.861 2.171-3.988C6.9 1.42 8.523.631 10.34.203c.456-.108.922-.15 1.387-.203zm7.974 8.948a7 7 0 0 0-.048-.938 8 8 0 0 0-.099-.65c-.598-2.964-2.344-5.02-5.051-6.268-1.553-.715-3.21-.835-4.878-.511-3.248.633-5.396 2.583-6.539 5.652-.436 1.173-.495 2.406-.37 3.65.087.935.339 1.846.745 2.694.585 1.213 1.444 2.207 2.477 3.058q.516.43 1.121.719c.235.111.247.105.245-.146q.009-.24-.009-.48c-.125-1.02-.142-2.045-.169-3.069a.39.39 0 0 0-.184-.353c-.385-.268-.713-.592-.921-1.019-.474-.97-.372-2.361.813-3.215.136-.097.217-.19.198-.373a1.7 1.7 0 0 1 .031-.442c.177-1.187.748-2.138 1.722-2.84.68-.492 1.442-.772 2.286-.782.483-.007.953.11 1.414.244 1.609.467 2.846 2.07 2.845 3.697a.64.64 0 0 0 .268.565c.463.371.821.83.943 1.426.22 1.077-.083 1.982-.979 2.634-.266.194-.347.406-.333.698q.002.071-.002.142l-.062 1.439c-.025.586-.138 1.165-.117 1.754.008.223.006.226.201.128a7.5 7.5 0 0 0 2.393-1.903c1.32-1.577 2.074-3.372 2.059-5.511M9.117 12.102c1.489.021 2.443-1.578 1.716-2.879a1.94 1.94 0 0 0-1.699-.991c-1.094-.004-1.954.822-1.958 1.881-.005 1.148.813 1.985 1.941 1.989m5.794 0c1.101.002 1.935-.823 1.935-1.917 0-1.091-.846-1.949-1.92-1.947-1.064.003-1.94.866-1.943 1.915-.003 1.105.831 1.948 1.928 1.949m-1.472 1.937c-.208.128-.407.277-.63.384-.536.257-1.063.257-1.579-.048-.158-.094-.308-.201-.464-.298-.047-.028-.092-.103-.15-.062-.044.03-.01.1-.001.151q.055.27.082.544c.027.565.293.992.742 1.31a.98.98 0 0 0 .791.186c.565-.119 1.025-.614 1.124-1.218.043-.266.005-.544.109-.803a.13.13 0 0 0-.024-.146m-8.78-4.92c-.012-1.102.143-2.055.54-2.961.633-1.443 1.642-2.553 2.98-3.374a.38.38 0 0 1 .459.067c.06.06.036.118.01.178a1.1 1.1 0 0 1-.48.51c-1.079.639-1.829 1.571-2.357 2.688a6.3 6.3 0 0 0-.618 2.986c.055 1.309.439 2.516 1.213 3.588.088.104.148.23.173.365.01.08.059.168-.031.228a.31.31 0 0 1-.288.041.5.5 0 0 1-.234-.185c-.72-.979-1.193-2.056-1.331-3.273-.036-.326-.004-.653-.036-.858M8.94 2.34a.373.373 0 0 1 .378-.382c.211.001.409.226.416.473.004.138-.309.39-.476.386-.189-.005-.318-.2-.318-.477m-.465 7.48a.61.61 0 0 1 .586-.631c.38-.003.671.271.675.633.004.356-.27.622-.639.621-.38-.002-.621-.241-.622-.623m6.496.623c-.381-.002-.625-.255-.621-.646a.635.635 0 0 1 .596-.613.656.656 0 0 1 .669.643c.001.354-.275.618-.644.616"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/argos.svg b/mkdocs-material/material/templates/.icons/simple/argos.svg new file mode 100644 index 0000000..d42fad5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/argos.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 1.738v20.524h24V1.738zm5.93 5.546c.178 0 .434 0 .638.026.23 0 .307.077.333.281.051.792.23 4.217.256 4.907 0 .18-.103.23-.23.23H6.21c-.179 0-.256-.102-.256-.23 0-.255-.026-.92-.026-.92H3.987c-.204.358-.434.767-.537.946-.076.153-.178.179-.306.179h-.818c-.18 0-.23-.128-.153-.281C3.272 10.428 4.677 8.255 5.29 7.54c.178-.23.383-.23.638-.256zM5.831 8.48a.1.1 0 0 0-.03.032c-.46.562-1.048 1.483-1.38 2.122h1.507S5.88 9.15 5.853 8.51c0 0 0-.043-.021-.032zm14.666.237c.614 0 1.125.28 1.355.664.102.154.076.255-.077.332a3.5 3.5 0 0 1-.434.205c-.128.025-.23.025-.333-.102-.434-.512-1.047-.333-1.073-.051-.026.255.256.357.639.46.588.178 1.252.485 1.048 1.277-.205.818-.997 1.227-1.917 1.227-.588 0-1.253-.178-1.508-.792-.051-.128-.026-.23.077-.28q.23-.155.46-.231c.128-.026.23 0 .306.102.18.256.384.384.716.384.307 0 .639-.129.613-.41-.025-.255-.408-.357-.613-.409-.383-.102-1.176-.28-1.176-.92 0-.792.741-1.38 1.917-1.456m-3.834.076c1.227 0 1.79.818 1.534 1.994-.23 1.176-1.15 1.993-2.377 1.993s-1.789-.817-1.533-1.993c.255-1.176 1.15-1.994 2.376-1.994m-4.421.026c.562 0 .869.332.945.46 0 .025.026.025.026 0 .025-.077.051-.128.051-.153.026-.128.128-.23.307-.23h.51c.154 0 .282.102.231.306a96 96 0 0 1-.741 3.067q-.575 2.223-2.3 2.224c-.46 0-1.227-.128-1.56-.664-.076-.103-.102-.205.077-.333.154-.102.332-.153.486-.205.153-.05.204-.05.357.052a.9.9 0 0 0 .563.179c.409 0 .946-.23 1.201-1.1.026-.05 0-.05-.025-.025-.18.23-.563.383-.997.383-.537-.025-.869-.204-1.074-.536-.23-.358-.204-.997-.025-1.56.28-.894.971-1.865 1.968-1.865m-3.86.026h.614c.127 0 .179.101.153.204s-.051.179-.051.204c0 .026.025.026.025.026.46-.41 1.049-.409 1.688-.409.102 0 .153.102.076.179-.23.23-.358.409-.511.639-.102.153-.18.204-.358.204-.409.026-.613.102-.767.205-.153.102-.307.434-.383.818a48 48 0 0 1-.332 1.61.224.224 0 0 1-.23.179h-.742c-.102 0-.178-.077-.153-.18.128-.715.64-3.117.716-3.475.026-.154.128-.204.256-.204zm8.205.792c-.69 0-.971.562-1.15 1.15-.154.588-.23 1.15.46 1.15s.97-.562 1.15-1.15.23-1.15-.46-1.15m-4.217.025c-.512-.025-.87.384-1.1 1.15-.127.41-.153 1.023.384 1.1.537.025.895-.358 1.099-1.1.128-.485.256-1.124-.383-1.15M2.338 13.958a.3.3 0 0 1 .09.023c3.68 1.508 6.058 2.07 9.406 2.07s5.725-.562 9.43-2.07c.256-.102.41.153.155.306-1.457.92-4.805 2.812-9.585 2.812s-8.153-1.892-9.56-2.812c-.223-.134-.133-.346.064-.329"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ariakit.svg b/mkdocs-material/material/templates/.icons/simple/ariakit.svg new file mode 100644 index 0000000..7223fdb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ariakit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 2H6C3.79 2 2 3.79 2 6v12c0 2.21 1.79 4 4 4h12c2.21 0 4-1.79 4-4V6c0-2.21-1.79-4-4-4m-6 16c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6m0-6a2.5 2.5 0 0 0 5 0 2.5 2.5 0 0 0-5 0m6-12H6C2.69 0 0 2.69 0 6v12c0 3.31 2.69 6 6 6h12c3.31 0 6-2.69 6-6V6c0-3.31-2.69-6-6-6m5 18c0 2.76-2.24 5-5 5H6c-2.76 0-5-2.24-5-5V6c0-2.76 2.24-5 5-5h12c2.76 0 5 2.24 5 5zM18 2H6C3.79 2 2 3.79 2 6v12c0 2.21 1.79 4 4 4h12c2.21 0 4-1.79 4-4V6c0-2.21-1.79-4-4-4m-6 16c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6m0-6a2.5 2.5 0 0 0 5 0 2.5 2.5 0 0 0-5 0m2.5-2.5a2.5 2.5 0 0 0 0 5 2.5 2.5 0 0 0 0-5M18 2H6C3.79 2 2 3.79 2 6v12c0 2.21 1.79 4 4 4h12c2.21 0 4-1.79 4-4V6c0-2.21-1.79-4-4-4m-6 16c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6m0-6a2.5 2.5 0 0 0 5 0 2.5 2.5 0 0 0-5 0m2.5-2.5a2.5 2.5 0 0 0 0 5 2.5 2.5 0 0 0 0-5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/arkecosystem.svg b/mkdocs-material/material/templates/.icons/simple/arkecosystem.svg new file mode 100644 index 0000000..ff9590a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/arkecosystem.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.8 0A1.8 1.8 0 0 0 0 1.8v20.4c0 .995.805 1.8 1.8 1.8h20.4c.995 0 1.8-.805 1.8-1.8V1.8c0-.995-.805-1.8-1.8-1.8zm10.223 4.39 9.29 15.098-9.29-9.82-9.351 9.82 9.351-15.097zm0 7.583 1.633 1.691h-3.285zM9.31 14.762h5.41l1.496 1.574H7.813l1.496-1.574z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/arlo.svg b/mkdocs-material/material/templates/.icons/simple/arlo.svg new file mode 100644 index 0000000..a3c8682 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/arlo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.21 11.172 4.963-5.792c.943-1.293 1.494-1.828 1.07-3.94l-7.367 8.6a7.9 7.9 0 0 0-1.896 5.487L9.763 11.87a5.8 5.8 0 0 0-.947-.829A10 10 0 0 0 7 10.051q.32-.114.649-.194c.385-.094.78-.144 1.176-.147.444 0 .881.07 1.3.237.416.168.82.432 1.212.858l.216.252 1.336-1.129c-.01-.011-.241-.283-.251-.292a5.1 5.1 0 0 0-1.86-1.308 5.2 5.2 0 0 0-1.953-.364q-.226.001-.446.017c-1.461.24-2.364 1.104-3.714 1.244.001.006-4.58 0-4.581.002-.101 0-.115.144-.017.163 1.202.24 3.341.699 4.844 1.214 1.142.529 2.24 1.205 3.106 2.022q.256.203.439.405l4.283 4.87c.61.501 1.395.755 3.066.767a6.2 6.2 0 0 1-.695-1.337 6.17 6.17 0 0 1-.014-4.256 6.1 6.1 0 0 1 1.114-1.903M24 22.56c-1.734-.022-2.489-.317-3.11-.888l-.962-1.093q-.097-.119-.197-.234l.011.023-1.704-1.937a4.8 4.8 0 0 1-.905-4.806 4.8 4.8 0 0 1 .871-1.482l4.208-4.892c.43 2.179-.192 2.666-1.21 4.09l-1.668 1.937a3.04 3.04 0 0 0-.739 1.989c.001.741.272 1.458.761 2.014z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/arm.svg b/mkdocs-material/material/templates/.icons/simple/arm.svg new file mode 100644 index 0000000..1e3ee41 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/arm.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.419 8.534h1.614v6.911H5.419v-.72c-.71.822-1.573.933-2.07.933C1.218 15.658 0 13.882 0 11.985c0-2.253 1.542-3.633 3.37-3.633.507 0 1.4.132 2.049.984zm-3.765 3.491c0 1.198.751 2.202 1.918 2.202 1.015 0 1.959-.74 1.959-2.181 0-1.512-.934-2.233-1.959-2.233-1.167-.01-1.918.974-1.918 2.212m7.297-3.49h1.613v.618a3 3 0 0 1 .67-.578c.314-.183.619-.233.984-.233.396 0 .822.06 1.269.324l-.66 1.462a1.43 1.43 0 0 0-.822-.244c-.345 0-.69.05-1.005.376-.446.477-.446 1.136-.446 1.593v3.582H8.94zm5.56 0h1.614v.639c.538-.66 1.177-.822 1.705-.822.72 0 1.4.345 1.786 1.015.579-.822 1.441-1.015 2.05-1.015.842 0 1.573.396 1.969 1.086.132.233.365.74.365 1.745v4.272h-1.614V11.65c0-.771-.08-1.086-.152-1.228-.101-.264-.345-.609-.923-.609-.396 0-.741.213-.954.508-.284.395-.315.984-.315 1.572v3.562H18.43V11.65c0-.771-.081-1.086-.152-1.228-.102-.264-.345-.609-.924-.609-.396 0-.74.213-.954.508-.284.395-.314.984-.314 1.572v3.562h-1.573z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/armkeil.svg b/mkdocs-material/material/templates/.icons/simple/armkeil.svg new file mode 100644 index 0000000..cd6b921 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/armkeil.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.028 10.06h.9v3.863h-.9v-.404c-.288.339-.712.53-1.157.523-1.19 0-1.871-.99-1.871-2.055 0-1.257.863-2.028 1.881-2.028.448-.01.874.195 1.147.55zm-2.11 1.945c0 .67.422 1.23 1.073 1.23.567 0 1.092-.413 1.092-1.221 0-.844-.523-1.248-1.092-1.248-.651 0-1.073.554-1.073 1.239m4.08-1.945h.9v.349q.162-.191.376-.321c.168-.093.358-.138.55-.13.248-.005.492.059.706.185l-.367.816a.8.8 0 0 0-.459-.138c-.192 0-.385.028-.56.211-.246.266-.246.633-.246.89v2h-.9zm3.113 0h.9v.358a1.19 1.19 0 0 1 .954-.46c.411-.006.794.212 1 .568.32-.457.807-.567 1.147-.567.468 0 .88.22 1.102.606.073.128.202.412.202.972v2.386h-.9v-2.129c0-.431-.046-.606-.083-.688a.51.51 0 0 0-.514-.34.66.66 0 0 0-.532.283c-.156.221-.175.551-.175.882v1.992h-.899v-2.129c0-.431-.046-.606-.082-.688a.51.51 0 0 0-.514-.34.66.66 0 0 0-.532.283c-.157.221-.175.551-.175.882v1.992h-.9zm7.317 1.657 1.645-1.656h.579l-1.807 1.8 1.865 2.061h-.59l-1.581-1.772-.11.11v1.662H15V10.06h.429zm4.865-1.252h-1.575v1.147h1.531v.405h-1.531v1.5h1.575v.405h-2.004V10.06h2.004zm1.216-.405v3.862h-.428V10.06zm1.425 0v3.46H24v.405h-1.494V10.06z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/arstechnica.svg b/mkdocs-material/material/templates/.icons/simple/arstechnica.svg new file mode 100644 index 0000000..636fa9f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/arstechnica.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0M8.842 15.656H7.745l-.15-.98a3.46 3.46 0 0 1-2.592 1.13c-1.33 0-2.16-.798-2.16-2.044 0-1.828 1.561-2.56 4.636-2.876v-.315c0-.931-.548-1.247-1.396-1.247s-1.745.283-2.543.632l-.183-1.18c.881-.35 1.712-.615 2.842-.615 1.779 0 2.643.714 2.643 2.36zm3.191-4.337v4.337H10.67v-7.33h1.097L12 9.824c.515-.831 1.363-1.58 2.576-1.646l.216 1.313c-1.23.05-2.26.865-2.759 1.829zm6.2 4.487a6 6 0 0 1-2.676-.698l.2-1.296a4.6 4.6 0 0 0 2.592.847c.93 0 1.496-.349 1.496-.964s-.416-.93-1.745-1.246c-1.729-.432-2.41-.948-2.41-2.26 0-1.314.98-2.028 2.593-2.028a5.9 5.9 0 0 1 2.41.498l-.217 1.297a4.7 4.7 0 0 0-2.227-.632c-.83 0-1.263.316-1.263.848s.366.764 1.53 1.063c1.81.466 2.625.981 2.625 2.377s-1.014 2.194-2.908 2.194M7.479 11.934v1.711c-.615.632-1.479 1.03-2.177 1.03s-1.097-.215-1.097-.98c0-.764.565-1.496 3.274-1.761"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/artifacthub.svg b/mkdocs-material/material/templates/.icons/simple/artifacthub.svg new file mode 100644 index 0000000..76c1b2c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/artifacthub.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 24a3.43 3.43 0 0 1-1.78-.5l-7.51-4.292A3.4 3.4 0 0 1 1.07 16.3V7.73c0-1.253.636-2.37 1.76-3.01L10.25.479a3.43 3.43 0 0 1 3.496.001l7.42 4.238a3.4 3.4 0 0 1 1.762 3.01v8.582c0 .967-.443 2.164-1.637 2.898l-7.51 4.292c-.564.344-1.199.5-1.782.5zm-.5-21.347-7.545 4.31c-.2.156-.379.368-.379.767l.001 8.67a.96.96 0 0 0 .373.635l7.56 4.316c.266.172.664.21.985 0l7.518-4.296a.92.92 0 0 0 .41-.654V7.73a.92.92 0 0 0-.377-.766L12.5 2.652a.91.91 0 0 0-1 .001"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/artixlinux.svg b/mkdocs-material/material/templates/.icons/simple/artixlinux.svg new file mode 100644 index 0000000..caa3851 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/artixlinux.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0 7.873 8.462l11.358 6.363zM6.626 11.018.295 24l18.788-7.762zm13.846 6.352-5.926 3.402L23.706 24Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/artstation.svg b/mkdocs-material/material/templates/.icons/simple/artstation.svg new file mode 100644 index 0000000..e6f19bc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/artstation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m0 17.723 2.027 3.505h.001a2.42 2.42 0 0 0 2.164 1.333h13.457l-2.792-4.838zm24 .025c0-.484-.143-.935-.388-1.314L15.728 2.728a2.42 2.42 0 0 0-2.142-1.289H9.419L21.598 22.54l1.92-3.325c.378-.637.482-.919.482-1.467m-11.129-3.462L7.428 4.858l-5.444 9.428z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/arxiv.svg b/mkdocs-material/material/templates/.icons/simple/arxiv.svg new file mode 100644 index 0000000..f42ac71 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/arxiv.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.842 0a1 1 0 0 0-.922.608c-.153.369-.044.627.294 1.111l6.919 8.36-1.023 1.106a1.04 1.04 0 0 0 .003 1.423l1.23 1.313-5.44 6.444c-.28.3-.453.823-.297 1.199a1.025 1.025 0 0 0 .959.635.91.91 0 0 0 .689-.34l5.783-6.126 7.49 8.005a.85.85 0 0 0 .684.26.96.96 0 0 0 .877-.615c.158-.377-.017-.75-.306-1.14L13.73 13.9l1.064-1.13a.963.963 0 0 0 .009-1.316L4.633.464S4.26.01 3.867 0zm0 .272h.017c.218.005.487.272.564.364l.005.006.005.005 10.17 10.99a.69.69 0 0 1-.008.946l-1.066 1.133-1.498-1.772-8.6-10.39c-.328-.472-.352-.619-.26-.841a.73.73 0 0 1 .671-.44Zm14.341 1.57a.88.88 0 0 0-.655.242l-5.696 6.158 1.694 1.832 5.309-6.514c.325-.433.479-.66.325-1.029a1.12 1.12 0 0 0-.977-.689zm-7.655 12.282 1.318 1.414-5.786 6.13a.65.65 0 0 1-.496.26.75.75 0 0 1-.706-.467c-.112-.269.036-.687.244-.909l.005-.005.005-.006z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/asahilinux.svg b/mkdocs-material/material/templates/.icons/simple/asahilinux.svg new file mode 100644 index 0000000..934a176 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/asahilinux.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m13.835 0-1.72 1.323v.97h2.178zm-1.95.057L9.81 1.095l2.076 4.153zm.23 3.768V6.22l-1.057-2.113L6.43 5.678 12 8.009l5.57-2.331zM6.21 5.835.533 15.957 11.885 24V8.21L6.222 5.84Zm11.58 0-.012.004-5.6 2.345 7.512 10.449 3.777-2.675zm-3.955 7.926v5.422l1.952-2.711zm2.864 3.981-4.411 6.135 5.846-4.14z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/asana.svg b/mkdocs-material/material/templates/.icons/simple/asana.svg new file mode 100644 index 0000000..129be93 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/asana.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.78 12.653a5.22 5.22 0 1 0 0 10.44 5.22 5.22 0 0 0 0-10.44m-13.56 0a5.22 5.22 0 1 0 .001 10.439 5.22 5.22 0 0 0-.001-10.439m12-6.525a5.22 5.22 0 1 1-10.44 0 5.22 5.22 0 0 1 10.44 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/asciidoctor.svg b/mkdocs-material/material/templates/.icons/simple/asciidoctor.svg new file mode 100644 index 0000000..7c19698 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/asciidoctor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.069 0H5.932A5.934 5.934 0 0 0 0 5.932v12.136A5.935 5.935 0 0 0 5.932 24h12.136A5.934 5.934 0 0 0 24 18.068V5.932A5.934 5.934 0 0 0 18.069 0m-7.361 15.404H8.81l-.005.013L7.2 19.282a.506.506 0 1 1-.934-.388l1.45-3.49H4.868a.506.506 0 1 1 0-1.012h5.84a.506.506 0 1 1 0 1.012zm7.919 4.165a.506.506 0 0 1-.655-.29L12.621 6.232l-2.395 5.76h1.55a.506.506 0 1 1 0 1.012h-5.84a.506.506 0 1 1 0-1.011h3.195l.004-.012 3.022-7.269a.51.51 0 0 1 .457-.311.51.51 0 0 1 .478.314l5.816 14.182a.506.506 0 0 1-.281.673"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/asciinema.svg b/mkdocs-material/material/templates/.icons/simple/asciinema.svg new file mode 100644 index 0000000..d969608 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/asciinema.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.61 0v24l20.78-12zm4.15 7.2 4.3 2.48-4.3 2.48zm6.79 3.92 1.53.88-8.32 4.8v-1.76z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/asda.svg b/mkdocs-material/material/templates/.icons/simple/asda.svg new file mode 100644 index 0000000..3e45dea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/asda.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.76 8.673h-2.475l-1.412 4.085c.063-.34.074-.61.074-.728 0-1.712-.98-3.357-3.284-3.357h-2.646l.008 4.063c-.229-1.154-1.283-1.463-2.595-1.862-.49-.151-.76-.39-.661-.614.084-.196.384-.257.75-.206.556.08 1 .265 1.428.498l.585-1.449c-.132-.065-1.08-.634-2.267-.634-1.656 0-2.713.808-2.713 2 0 1.063.654 1.68 1.857 2.026 1.294.376 1.622.527 1.583.899-.034.32-.835.711-2.797-.496l-.583 1.206-1.8-5.43H2.338L0 15.423h1.95l.378-1.09h2.287l.389 1.09h2.047l-.232-.66c.692.4 1.55.767 2.577.767 1.573 0 2.423-.86 2.626-1.683v1.577h2.638c1.573 0 2.396-.75 2.825-1.553l-.54 1.553h1.95l.39-1.09h2.322l.343 1.09H24zM2.764 12.81l.727-2.32.689 2.32Zm11.219.873v-3.27h.465c.663 0 1.387.269 1.387 1.635 0 1.21-.64 1.635-1.381 1.635zm5.773-.873.694-2.293.722 2.293z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/aseprite.svg b/mkdocs-material/material/templates/.icons/simple/aseprite.svg new file mode 100644 index 0000000..e035527 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/aseprite.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.006 0v1.6h15.988V0zm15.988 1.6v1.6h1.6V1.6zm1.6 1.6v14.4h-1.6v1.6H4.006v-1.6h-1.6V3.2H.809v17.6h1.599v1.6h1.599V24h15.988v-1.6h1.6v-1.6h1.598V3.2zm-19.187 0h1.599V1.6h-1.6zm4.796 3.2v6.4h1.6V6.4zm7.995 0v6.4h1.599V6.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/askfm.svg b/mkdocs-material/material/templates/.icons/simple/askfm.svg new file mode 100644 index 0000000..d9eb0eb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/askfm.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 24q-3.258 0-6.07-1.64a12 12 0 0 1-4.29-4.29A11.84 11.84 0 0 1 0 12q0-3.258 1.64-6.07a12 12 0 0 1 4.29-4.29A11.84 11.84 0 0 1 12 0q3.258 0 6.07 1.64a12 12 0 0 1 4.29 4.29A11.84 11.84 0 0 1 24 12q0 3.258-1.64 6.07a12 12 0 0 1-4.29 4.29A11.84 11.84 0 0 1 12 24m2.133-14.227q-.585.422-.82 1.22-.235.796-.094 1.734c.141.938.312 1.222.656 1.793q.516.855 1.23 1.37.715.516 1.454.587.738.07 1.324-.352t.82-1.219.094-1.734a4.8 4.8 0 0 0-.656-1.793 4.6 4.6 0 0 0-1.23-1.371q-.716-.517-1.454-.586a1.9 1.9 0 0 0-1.324.351m2.484 5.18q-.703.281-1.406-.105-.704-.387-1.031-1.207a3 3 0 0 1-.164-.797h.023q.094 0 .234-.047h-.023q.281-.094.387-.445a.92.92 0 0 0-.012-.633.8.8 0 0 0-.164-.305v.024q.28-.352.656-.493.704-.304 1.406.082.704.387 1.02 1.23.316.844.047 1.63-.27.785-.973 1.066m-3.586.235a.83.83 0 0 0-.515-.106.77.77 0 0 0-.47.27l-.187.234a.35.35 0 0 0-.093.258q0 .093.046.187.586 1.102.961 1.524a.12.12 0 0 0 .13.058.18.18 0 0 0 .128-.082q.141-.351.375-1.5l.047-.258v-.07a.38.38 0 0 0-.164-.328zm-4.804-4.641q-.704.093-1.266.68-.562.585-.867 1.476a5.4 5.4 0 0 0-.282 1.887q.024.996.399 1.793t.973 1.195q.597.399 1.3.305t1.266-.668.867-1.465a5.4 5.4 0 0 0 .281-1.887 4.4 4.4 0 0 0-.398-1.793q-.375-.795-.973-1.207a1.8 1.8 0 0 0-1.3-.316m1.828 3.633q.046.89-.399 1.558-.446.669-1.148.739-.703.07-1.242-.493-.54-.562-.61-1.43v-.187q0-.328.07-.633v.024a.8.8 0 0 0 .235.023.7.7 0 0 0 .469-.316.8.8 0 0 0 .14-.598.7.7 0 0 0-.07-.328q.304-.234.727-.305.702-.07 1.242.504c.54.574.554.864.586 1.442M5.602 7.547a1.2 1.2 0 0 0-.329-.305q-.234-.14-.445-.094a.49.49 0 0 0-.328.258 1 1 0 0 0-.117.375l-.281 2.766.304-.516q.375-.585.797-1.008.61-.609 1.172-.796a1.5 1.5 0 0 1-.445-.329c-.12-.104-.227-.243-.328-.351M17.25 5.016a.55.55 0 0 0-.48-.141q-.27.047-.48.398-.12.235-.188.493c-.027.058-.032.125-.047.187l-.024.07q-.164.375-.304.54.68.023 1.312.257a4.8 4.8 0 0 1 1.594.961l.21.211-1.265-2.578a.93.93 0 0 0-.328-.398"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/assemblyscript.svg b/mkdocs-material/material/templates/.icons/simple/assemblyscript.svg new file mode 100644 index 0000000..322adea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/assemblyscript.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0v24h24V0h-9.225c0 1.406-1.04 2.813-2.756 2.813A2.766 2.766 0 0 1 9.234 0zm18.204 10.947q1.06 0 1.82.412.775.396 1.33 1.361l-1.726 1.108q-.285-.507-.617-.728a1.42 1.42 0 0 0-.807-.222q-.49 0-.776.27a.9.9 0 0 0-.285.68q0 .506.317.775.333.255 1.045.57l.554.238q.711.3 1.25.633.554.315.918.728a2.6 2.6 0 0 1 .57.918q.206.506.206 1.203a3 3 0 0 1-.285 1.33q-.27.57-.76.965a3.4 3.4 0 0 1-1.171.601q-.665.19-1.456.19a5.3 5.3 0 0 1-1.41-.174 4.6 4.6 0 0 1-1.139-.475 4 4 0 0 1-.886-.712 4.5 4.5 0 0 1-.602-.902L16.1 18.67q.363.585.855.966.505.38 1.33.38.695 0 1.091-.301.412-.316.412-.792 0-.57-.428-.854-.427-.285-1.187-.618l-.554-.237a8 8 0 0 1-1.092-.554 3.6 3.6 0 0 1-.839-.696 2.9 2.9 0 0 1-.538-.903 3.4 3.4 0 0 1-.19-1.187 3 3 0 0 1 .222-1.155 2.9 2.9 0 0 1 .649-.934q.428-.396 1.029-.617.6-.222 1.345-.222zm-8.796.032h.19l4.922 10.858h-2.327l-.506-1.219H7.318l-.506 1.219H4.675zm.063 3.988a22 22 0 0 1-.206.697l-.205.649a7 7 0 0 1-.222.585l-.776 1.868h2.834l-.776-1.868a16 16 0 0 1-.237-.633 24 24 0 0 1-.412-1.298"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/asterisk.svg b/mkdocs-material/material/templates/.icons/simple/asterisk.svg new file mode 100644 index 0000000..ce681b7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/asterisk.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.925 1.778c-1.587-.006-2.727.158-4.006.576-.43.14-1.12.411-1.53.6s-1.174.63-1.695.977-1.315.953-1.763 1.341A18 18 0 0 0 4.41 6.794c-.39.448-.936 1.16-1.215 1.58s-.522.747-.542.728c-.082-.082.68-1.553 1.211-2.336l.57-.843-.613.595c-.337.327-.937 1.026-1.335 1.552s-.93 1.33-1.178 1.784a14 14 0 0 0-.777 1.77l-.326.941v.187A4.2 4.2 0 0 0 0 14.13c.003.607.06 1.08.205 1.612v.195l.27.793c.147.436.435 1.083.641 1.435s.684.964 1.06 1.363.978.923 1.338 1.162c1.074.713 2.162 1.14 3.53 1.385.435.077 1.344.143 2.019.148s1.695-.06 2.268-.145 1.564-.306 2.203-.49 1.62-.536 2.184-.784l1.025-.449.651.195c.74.224 4.108.988 4.155.942.016-.016-.367-.826-.852-1.8l-.883-1.772.783-.942a24 24 0 0 0 1.339-1.775 18 18 0 0 0 1.025-1.834c.263-.551.569-1.336.682-1.744.113-.41.252-1.136.307-1.618a7 7 0 0 0-.006-1.735c-.059-.473-.212-1.165-.341-1.536s-.43-1.018-.666-1.438c-.541-.96-1.692-2.131-2.525-2.571-.335-.177-.637-.323-.676-.323-.038 0 .156.18.434.4.558.441 1.246 1.27 1.586 1.912l.223.415-.223-.298c-.122-.163-.559-.637-.972-1.05-.574-.573-.953-.85-1.596-1.168a7.9 7.9 0 0 0-1.834-.623c-.733-.153-1.367-.21-2.43-.213zm-.05 1.096c1.086.002 1.555.05 2.16.211a10 10 0 0 1 1.437.52c.47.224.886.536 1.419 1.07.578.578.847.948 1.165 1.595.228.463.48 1.155.56 1.537s.145 1.035.146 1.453c.003 1.314-.363 2.794-1.04 4.198-.185.381-.526.984-.76 1.338s-.772 1.005-1.196 1.447-.768.832-.768.864.357.604.793 1.27.793 1.25.793 1.296c0 .044-.023.08-.052.08s-.693-.245-1.472-.545-1.531-.546-1.67-.546-.49.107-.784.236c-.967.427-2.771.96-3.742 1.106-.526.08-1.311.14-1.748.133-1.574-.023-2.758-.295-4.114-.948-.794-.382-1.075-.587-1.794-1.307-.65-.652-.94-1.032-1.214-1.599a9 9 0 0 1-.511-1.335c-.213-.838-.193-2.233.046-3.185.108-.431.422-1.24.697-1.797s.764-1.364 1.088-1.794.99-1.163 1.48-1.63A13.8 13.8 0 0 1 9.026 4.26c.974-.486 2.268-.926 3.451-1.174.76-.16 1.355-.212 2.398-.21M10.703 5.28l.041 1.899c.035 1.633.02 1.891-.103 1.843-.08-.03-.805-.485-1.61-1.011s-1.48-.943-1.495-.927C7.454 7.17 6.2 9.303 6.2 9.357c0 .034.736.48 1.635.991s1.636.951 1.636.978-.736.468-1.636.978-1.635.957-1.635.992c0 .053 1.255 2.187 1.337 2.274.016.017.753-.42 1.638-.97l1.61-1-.041 1.887-.04 1.887h2.762l-.071-1.894c-.059-1.558-.048-1.88.06-1.814.072.044.732.453 1.466.91s1.412.872 1.506.923c.145.077.279-.087.869-1.071.49-.82.661-1.184.575-1.233l-1.695-.959-1.574-.89.236-.147c.13-.082.882-.516 1.672-.966s1.448-.824 1.46-.833c.011-.01-.293-.54-.676-1.178-.455-.759-.738-1.138-.815-1.093-.064.039-.496.314-.96.612l-1.518.976-.675.435.07-1.937.07-1.936h-1.381zM2.58 9.244h.003a.05.05 0 0 1 0 .1.05.05 0 0 1-.05-.05.05.05 0 0 1 .047-.05z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/astonmartin.svg b/mkdocs-material/material/templates/.icons/simple/astonmartin.svg new file mode 100644 index 0000000..fc5594b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/astonmartin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.383 9.258c-.158 0-.282.068-.338.182-.068.114-.057.262.022.387l.17.296c.09.16.214.182.304.205.08.012.136.023.192.137l.158.273c.125.228.26.25.362.273.079.012.158.023.259.205s.249.456.621.569c.034.012 3.601 1.059 3.613 1.059.373.126.474.262.587.433.068.102.26.376.711.501l3.432.933a.7.7 0 0 0 .711-.182l.621-.592c.091-.08.136-.114.192-.114.057 0 .102.034.192.114l.621.592c.113.091.339.273.712.182l3.431-.933c.463-.125.644-.399.711-.501.113-.171.215-.319.587-.433 0 0 3.568-1.047 3.613-1.059.361-.113.52-.387.621-.569.102-.182.169-.193.248-.205.102-.023.249-.045.373-.273l.158-.273c.068-.114.113-.125.192-.137.09-.023.214-.046.305-.205l.169-.296c.079-.136.091-.273.023-.387a.39.39 0 0 0-.339-.182h-9.675c-.158 0-.406 0-.666.262a1 1 0 0 0-.169.239c-.079.148-.136.25-.407.25h-1.411c-.26 0-.327-.102-.406-.25a1 1 0 0 0-.17-.239c-.259-.262-.508-.262-.666-.262zm.001.239h9.675c.146 0 .316 0 .497.193.112.114.146.24.248.365H.812c-.293 0-.327 0-.417-.137l-.124-.216c-.034-.057-.045-.114-.023-.148.023-.034.068-.057.136-.057m13.569 0h9.675c.068 0 .113.023.136.057a.19.19 0 0 1-.023.148l-.124.216c-.09.137-.124.137-.418.137h-9.991c.102-.125.136-.251.248-.365.192-.193.351-.193.497-.193m-7.304.74h10.702v1.708H6.649zm10.894.023h5.566c-.023.034-.034.057-.056.08 0 0-.09.148-.124.227-.136.217-.204.216-.587.182l-4.799-.284zm-16.641.011h5.566v.205l-4.798.285c-.383.022-.451.034-.587-.182l-.124-.228c-.023-.034-.045-.057-.057-.08m7.354.311a.34.34 0 0 0-.219.077.29.29 0 0 0-.09.204c0 .126.067.217.203.285.147.068.214.091.248.137a.115.115 0 0 1-.011.171.25.25 0 0 1-.135.034.45.45 0 0 1-.294-.125l.011.182q.129.065.271.079a.44.44 0 0 0 .26-.079c.124-.091.124-.285.045-.376-.056-.08-.147-.114-.316-.205-.079-.045-.113-.08-.113-.137 0-.113.147-.147.282-.102a.4.4 0 0 1 .124.068l-.011-.171-.113-.034c-.011 0-.07-.011-.142-.008m.368.008-.011.148c.124-.012.214-.023.293-.023v.865h.192v-.865c.046 0 .136 0 .294.023l-.011-.148zm1.264 0c-.293 0-.496.205-.496.512 0 .296.203.513.496.513.294 0 .497-.217.497-.513 0-.307-.203-.512-.497-.512m4.957 0-.012.148c.124-.012.215-.023.294-.023v.877-.012h.192v-.865c.045 0 .135 0 .293.023l-.011-.148zm-.508.011c-.102 0-.17 0-.226.011v.991h.192v-.421h.067l.305.421h.226l-.35-.444a.3.3 0 0 0 .158-.103.34.34 0 0 0 .057-.17c0-.148-.113-.217-.204-.251a.6.6 0 0 0-.225-.034m-6.932 0-.418.991h.169l.102-.251h.373l.09.251h.215l-.418-.991zm3.138 0v.991h.136v-.672l.587.672h.102v-.991h-.136v.672l-.587-.672zm1.468 0-.111.979h.156l.057-.603.282.569h.09l.271-.569.056.615h.204l-.113-.991h-.102l-.338.695-.35-.695zm-.111.979h-.002v.012zm1.601-.979-.417.991h.169l.101-.251h.373l.09.251h.215l-.418-.991zm2.235 0v.991h.192v-.991zm.384 0v.991h.136v-.672l.587.672h.102v-.991h-.136v.672l-.587-.672zm-9.652.091v.251l-3.985.455c-.429.046-.519.057-.654-.137a2 2 0 0 1-.102-.159c-.023-.046-.045-.091-.079-.125.09-.012.192-.012.226-.012zm11.064 0 4.595.273c.034 0 .124.012.226.012-.023.034-.057.08-.079.125a2 2 0 0 1-.102.159c-.135.194-.226.183-.655.137l-3.985-.455zm-7.644 0c.068 0 .114.011.159.046.135.114.135.33.135.352 0 .274-.136.399-.294.399-.146 0-.282-.125-.293-.398 0-.205.09-.399.293-.399m4.415.023h.067c.113 0 .204.046.204.171 0 .08-.046.171-.204.171-.022 0-.056-.012-.078-.012h.011zm-6.887.136.147.376h-.282zm6.096.001.147.375h-.282zm4.043.318 4.03.455-.824.24c-.226.056-.429.034-.745-.023l-2.461-.41zm-11.087 0v.262l-2.461.41c-.327.057-.531.08-.745.023l-.824-.239zm0 .478v.331l-.925.238c-.283.069-.452.103-.587.103-.192 0-.305-.045-.994-.25zm11.064 0 2.506.422c-.688.205-.801.25-.993.25-.135 0-.305-.023-.587-.102l-.926-.24zm-9.449.479h.768c-.463.341-1.163.853-1.468 1.07a.85.85 0 0 1-.486.182c-.18 0-.259-.08-.361-.239-.056-.068-.113-.148-.18-.217.045-.011.09-.011.135-.034.271-.079.666-.284 1.592-.762m1.14 0h.643a67 67 0 0 1-1.309 1.389c-.113.113-.271.273-.508.273-.09 0-.079 0-.903-.228.158-.045.293-.137.361-.182.373-.251 1.31-.945 1.716-1.252m.937 0h.587c-.327.557-.768 1.297-.959 1.605-.091.148-.249.376-.542.376-.113.011-.125-.001-.836-.194.147-.08.248-.182.294-.239a75 75 0 0 0 1.456-1.548m.836 0h.53a80 80 0 0 1-.621 1.912c-.067.182-.158.41-.418.41-.09.011-.067.012-.88-.216.203-.125.327-.319.361-.387.226-.353.745-1.23 1.028-1.719m3.149 0h.644a58 58 0 0 0 1.716 1.252c.068.045.203.125.361.182-.834.228-.813.228-.903.228-.226 0-.395-.16-.508-.273a66 66 0 0 1-1.31-1.389m2.258 0h.836l1.174.296c.079.022.158.034.225.056-.666.205-.767.228-.88.228-.214 0-.497-.148-1.355-.58m-9.63.011h.836c-.858.432-1.141.581-1.355.581-.124-.012-.226-.035-.88-.228.067-.011.146-.034.225-.057zm4.99 0h.486c.124.398.564 1.787.643 1.992a.9.9 0 0 0 .136.274c-.012-.012-.034-.023-.046-.035l-.62-.592c-.102-.091-.204-.182-.35-.182-.147 0-.26.091-.351.182l-.62.592c-.023.012-.045.023-.057.035.045-.057.079-.137.136-.274.079-.205.519-1.605.643-1.992m.711 0h.531q.504.866 1.027 1.719c.046.069.158.262.362.387-.813.216-.791.216-.881.216-.259 0-.35-.227-.418-.409-.079-.205-.496-1.549-.621-1.913m.791 0h.587c.372.399 1.151 1.229 1.456 1.548.045.046.147.148.294.239-.723.182-.723.194-.836.194-.293 0-.451-.228-.542-.376a96 96 0 0 1-.959-1.605m1.896 0h.768c.937.467 1.332.683 1.592.763l.135.034c-.079.057-.124.136-.18.216-.102.16-.181.239-.361.239-.17 0-.339-.079-.486-.182a76 76 0 0 1-1.468-1.07"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/astra.svg b/mkdocs-material/material/templates/.icons/simple/astra.svg new file mode 100644 index 0000000..0f80e82 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/astra.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0m-.145 5.323 1.452 2.903c-1.646 3.32-3.29 6.648-4.936 9.968H5.758C7.79 13.907 9.823 9.61 11.855 5.323m2.71 5.322c1.229 2.516 2.448 5.032 3.677 7.548h-2.806c-.32-.745-.649-1.48-.968-2.225H12l.048-.097c.842-1.742 1.675-3.484 2.517-5.226"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/astral.svg b/mkdocs-material/material/templates/.icons/simple/astral.svg new file mode 100644 index 0000000..31b09bc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/astral.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.44 0C.642 0 0 .642 0 1.44v21.12C0 23.358.642 24 1.44 24h21.12c.798 0 1.44-.642 1.44-1.44V1.44C24 .642 23.358 0 22.56 0Zm4.8 4.8h11.52c.795 0 1.44.645 1.44 1.44V19.2h-6.624v-4.32h-1.152v4.32H4.8V6.24c0-.795.645-1.44 1.44-1.44m4.032 5.472v1.152h3.456v-1.152z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/astro.svg b/mkdocs-material/material/templates/.icons/simple/astro.svg new file mode 100644 index 0000000..7c02425 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/astro.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.358 20.162c-1.186-1.07-1.532-3.316-1.038-4.944.856 1.026 2.043 1.352 3.272 1.535 1.897.283 3.76.177 5.522-.678.202-.098.388-.229.608-.36.166.473.209.95.151 1.437-.14 1.185-.738 2.1-1.688 2.794-.38.277-.782.525-1.175.787-1.205.804-1.531 1.747-1.078 3.119l.044.148a3.16 3.16 0 0 1-1.407-1.188 3.3 3.3 0 0 1-.544-1.815c-.004-.32-.004-.642-.048-.958-.106-.769-.472-1.113-1.161-1.133-.707-.02-1.267.411-1.415 1.09-.012.053-.028.104-.045.165zm-5.961-4.445s3.24-1.575 6.49-1.575l2.451-7.565c.092-.366.36-.614.662-.614s.57.248.662.614l2.45 7.565c3.85 0 6.491 1.575 6.491 1.575L16.088.727C15.93.285 15.663 0 15.303 0H8.697c-.36 0-.615.285-.784.727z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/asus.svg b/mkdocs-material/material/templates/.icons/simple/asus.svg new file mode 100644 index 0000000..7805eb1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/asus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.904 10.788V9.522h-4.656c-.972 0-1.41.6-1.482 1.182v.018-1.2h-1.368v1.266h1.362zm-6.144.456-1.368-.078v1.458c0 .456-.228.594-1.02.594H14.28c-.654 0-.93-.186-.93-.594v-1.596l-1.386-.102v1.812h-.03c-.078-.528-.276-1.14-1.596-1.23L6 11.22c0 .666.474 1.062 1.218 1.14l3.024.306c.24.018.414.09.414.288 0 .216-.18.24-.456.24H5.946V11.22l-1.386-.09v3.348h5.646c1.26 0 1.662-.654 1.722-1.2h.03c.156.864.912 1.2 2.19 1.2h1.41c1.494 0 2.202-.456 2.202-1.524zm4.398.258-4.338-.258c0 .666.438 1.11 1.182 1.17l3.09.24c.24.018.384.078.384.276 0 .186-.168.258-.516.258h-4.212v1.29h4.302c1.356 0 1.95-.474 1.95-1.554 0-.972-.534-1.338-1.842-1.422m-10.194-1.98h1.386v1.266h-1.386zM3.798 11.07l-1.506-.15L0 14.478h1.686zm7.914-1.548h-4.23c-.984 0-1.416.612-1.518 1.2v-1.2H3.618c-.33 0-.486.102-.642.33l-.648.936h9.384Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/atandt.svg b/mkdocs-material/material/templates/.icons/simple/atandt.svg new file mode 100644 index 0000000..9667c77 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/atandt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.584 21.438a12.08 12.08 0 0 0 7.349 2.495 12 12 0 0 0 7.887-2.967c-.944.607-3.64 2.023-7.887 2.023-3.708 0-6.068-.81-7.349-1.55m8.158.606c2.966 0 6.202-.809 8.09-2.427.539-.405 1.01-1.011 1.483-1.753.27-.472.539-1.011.741-1.483-1.82 2.63-7.011 4.315-12.404 4.315-3.776 0-7.888-1.214-9.506-3.573 1.483 3.236 6 4.92 11.596 4.92m-3.236-5.257C3.37 16.787.472 13.955 0 12c0 .674.067 1.483.202 2.09.068.27.27.674.607 1.079 1.483 1.55 5.191 3.707 11.595 3.707 8.697 0 10.72-2.898 11.124-3.842.27-.674.472-1.888.472-2.967v-.674c-.607 2.292-8.022 5.394-14.494 5.394m-8.427-9.91C.742 7.55.337 8.763.202 9.37c-.067.27 0 .404.068.607.741 1.55 4.45 4.044 13.078 4.044 5.259 0 9.371-1.28 10.045-3.64.135-.404.135-.876 0-1.483-.202-.674-.472-1.483-.809-2.09.068 3.101-8.562 5.124-12.944 5.124-4.719 0-8.696-1.888-8.696-4.248.067-.337.135-.606.135-.809M19.82 3.034c.068.067.068.135.068.27 0 1.348-4.045 3.64-10.517 3.64-4.787 0-5.663-1.753-5.663-2.9 0-.404.135-.808.472-1.213-.607.607-1.146 1.147-1.686 1.82-.202.27-.337.54-.337.675 0 2.36 5.865 3.977 11.259 3.977 5.797 0 8.427-1.887 8.427-3.573 0-.606-.203-.943-.81-1.618a17 17 0 0 0-1.213-1.078m-1.753-1.281A11.8 11.8 0 0 0 11.933.067C9.64.067 7.55.674 5.73 1.82c-.539.27-.876.54-.876.877 0 1.01 2.36 2.09 6.54 2.09 4.112 0 7.348-1.214 7.348-2.36.067-.202-.203-.405-.675-.674"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/atari.svg b/mkdocs-material/material/templates/.icons/simple/atari.svg new file mode 100644 index 0000000..ac78760 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/atari.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 21.653s3.154-.355 5.612-2.384c2.339-1.93 3.185-3.592 3.77-5.476.584-1.885.671-6.419.671-7.764V2.346H8.598v1.365c-.024 2.041-.2 5.918-1.135 8.444C5.203 18.242 0 18.775 0 18.775zm24 0s-3.154-.355-5.61-2.384c-2.342-1.93-3.187-3.592-3.772-5.476-.583-1.885-.671-6.419-.671-7.764V2.346H15.4l.001 1.365c.024 2.041.202 5.918 1.138 8.444 2.258 6.087 7.46 6.62 7.46 6.62zM10.659 2.348h2.685v19.306H10.66Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/atlasos.svg b/mkdocs-material/material/templates/.icons/simple/atlasos.svg new file mode 100644 index 0000000..dbeb361 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/atlasos.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 1.608 12 20.785H0l2.537-4.394h13.852L12 10.396l-1.844 3.193H5.082z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/atlassian.svg b/mkdocs-material/material/templates/.icons/simple/atlassian.svg new file mode 100644 index 0000000..4a65330 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/atlassian.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.12 11.084a.683.683 0 0 0-1.16.126L.075 22.974a.703.703 0 0 0 .63 1.018h8.19a.68.68 0 0 0 .63-.39c1.767-3.65.696-9.203-2.406-12.52zM11.434.386a15.52 15.52 0 0 0-.906 15.317l3.95 7.9a.7.7 0 0 0 .628.388h8.19a.703.703 0 0 0 .63-1.017L12.63.38a.664.664 0 0 0-1.196.006"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/auchan.svg b/mkdocs-material/material/templates/.icons/simple/auchan.svg new file mode 100644 index 0000000..fafee21 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/auchan.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.467 18.753 1.652 4.636h1.218l-1.744-4.859a8 8 0 0 1-1.126.222M0 23.39h5.506l1.782-5.611H1.916A107 107 0 0 0 0 23.388m7.255-12.634L10.434 8.1c.52-1.409 1.064-2.82 1.63-4.022.281.641.549 1.282.83 1.964 1.226-1.007 2.032-1.555 2.073-1.582l.016-.011a5.7 5.7 0 0 1 1.632-.707 113 113 0 0 0-1.482-3.13H8.964c-.514.99-2.432 4.951-4.676 10.398h2.27c.369 0 .554-.136.697-.256m12.907 4.408a7.45 7.45 0 0 1-3.473 2.966l1.87 5.26H24c-1.087-3.3-2.254-6.278-3.348-9.068-.153.303-.316.56-.49.841m-1.613-8.866c.157 0 .303.036.436.1-.027-.004-.054-.01-.081-.01a.584.584 0 0 0-.585.582.58.58 0 0 0 .585.58.58.58 0 0 0 .582-.58q0-.03-.004-.054a1 1 0 0 1 .077.384c0 .553-.452 1.003-1.01 1.003a1.01 1.01 0 0 1-1.01-1.003c0-.556.453-1.002 1.01-1.002zm-5.64 11.317c1.33 0 4.504-.337 6.221-3.096 1.72-2.76 2.32-7.138 2.32-7.138l1.882-.892c.118-.06.087-.263-.057-.263h-2.029c-.318-.495-1.42-1.55-3.042-1.55-.963 0-1.806.272-2.562.764 0 0-1.101.75-2.703 2.128l-4.904 4.08c-.378.316-.84.52-1.48.52H.386c-.174 0-.115.147-.087.231.435 1.326 1.596 2.509 3.623 2.509l-1.448 1.491c-.057.057-.057.226.087.226h5.505c3.978 0 6.424-1.741 8.032-4.154.138-.207.267-.427.39-.64.06.029.067.087.038.143-.406.98-1.42 2.965-3.273 4.146-.64.373-.842.489-1.74.833-.062.027-.087.125-.058.21l2.228 6.229h1.216l-2.042-5.777h.055z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/audacity.svg b/mkdocs-material/material/templates/.icons/simple/audacity.svg new file mode 100644 index 0000000..decd3f2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/audacity.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2.145c-2.487 0-4.755.776-6.428 2.08-1.673 1.303-2.76 3.169-2.76 5.244v.75C1.153 11.06 0 13.268 0 15.856c0 3.312 1.884 6 4.312 6V9.468c0-1.554.805-2.984 2.186-4.06C7.879 4.331 9.829 3.643 12 3.643s4.12.688 5.502 1.764c1.38 1.077 2.186 2.507 2.186 4.06v12.387c2.428 0 4.312-2.687 4.312-6 0-2.587-1.152-4.795-2.813-5.636v-.75c0-2.075-1.086-3.94-2.76-5.244-1.672-1.304-3.94-2.08-6.427-2.08zm0 6.153-1.125 8.683L9.75 9.105l-.562 6.75-.376-.75-.375-4.5-.187 4.5-.563 1.313-.374-4.5-.376 3.562-.562-.937v2.625l-.563-2.11v-4.64a1.43 1.43 0 0 0-.937-.375v11.812c.375 0 .75-.187.937-.562v-3.375l.188.187.563 1.875.187-2.25.563 2.813v-3.562l.374.937.563 2.625v-3.562l.375.374.563 3.188.562-4.313 1.24 4.86.072-2.985.375-1.124.376 4.687 1.124-4.687.375 3.937.938-4.125.938 4.5.187-3.375.562-1.125.188 4.313.938-4.125.562 1.875.188-1.688.374.75v3.375c.188.375.563.562.938.562V10.043c-.375 0-.75.188-.938.375v4.813l-.374 1-.188-3.188-.375 2.437-.375-.75-.188-2.625-.937 3.563-.188-.75L15 9.293l-.562 4.875-.376 1.5-.75-5.062-.75 4.312-.375 1.125Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/audi.svg b/mkdocs-material/material/templates/.icons/simple/audi.svg new file mode 100644 index 0000000..c718688 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/audi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.848 7.848c-.992 0-1.902.348-2.616.928a4.13 4.13 0 0 0-2.616-.928c-.992 0-1.902.348-2.616.928a4.13 4.13 0 0 0-2.616-.928c-.992 0-1.902.348-2.616.928a4.152 4.152 0 1 0 0 6.448c.714.58 1.624.928 2.616.928s1.902-.348 2.616-.928c.714.58 1.624.928 2.616.928s1.902-.348 2.616-.928a4.152 4.152 0 1 0 2.616-7.376m-2.616 6.018A3.2 3.2 0 0 1 16.634 12c0-.696.222-1.34.598-1.866.376.526.598 1.17.598 1.866s-.222 1.34-.598 1.866m-5.232 0A3.2 3.2 0 0 1 11.402 12c0-.696.222-1.34.598-1.866.376.526.598 1.17.598 1.866s-.222 1.34-.598 1.866m-5.232 0A3.2 3.2 0 0 1 6.17 12c0-.696.222-1.34.598-1.866.376.526.598 1.17.598 1.866s-.222 1.34-.598 1.866M.938 12a3.214 3.214 0 0 1 5.17-2.549A4.13 4.13 0 0 0 5.232 12c0 .961.328 1.846.876 2.549A3.214 3.214 0 0 1 .938 12m6.49 2.549A4.13 4.13 0 0 0 8.304 12c0-.961-.328-1.846-.876-2.549a3.2 3.2 0 0 1 1.956-.665c.736 0 1.414.248 1.956.665A4.13 4.13 0 0 0 10.464 12c0 .961.328 1.846.876 2.549a3.2 3.2 0 0 1-1.956.665 3.2 3.2 0 0 1-1.956-.665m5.232 0A4.13 4.13 0 0 0 13.536 12c0-.961-.328-1.846-.876-2.55.542-.416 1.22-.665 1.956-.665s1.414.248 1.956.665a4.13 4.13 0 0 0-.876 2.549c0 .961.328 1.846.876 2.549a3.2 3.2 0 0 1-1.956.665 3.2 3.2 0 0 1-1.956-.664m7.188.665a3.2 3.2 0 0 1-1.956-.665A4.14 4.14 0 0 0 18.768 12c0-.961-.328-1.846-.876-2.549a3.214 3.214 0 1 1 1.956 5.763"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/audible.svg b/mkdocs-material/material/templates/.icons/simple/audible.svg new file mode 100644 index 0000000..11e3cb4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/audible.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.008 17.362 24 9.885v2.028l-11.992 7.509L0 11.912V9.886l12.008 7.477zm0-9.378c-2.709 0-5.085 1.363-6.448 3.47.111-.111.175-.175.286-.254 3.374-2.804 8.237-2.17 10.883 1.362l1.758-1.124c-1.394-2.044-3.786-3.454-6.48-3.454m0 3.47a4.4 4.4 0 0 0-3.548 1.821 3.6 3.6 0 0 1 2.139-.697c1.299 0 2.455.666 3.232 1.79l1.679-1.045c-.729-1.157-2.028-1.87-3.501-1.87M3.897 8.412c4.943-3.897 11.929-2.836 15.652 2.344l.031.032 1.822-1.125a11.21 11.21 0 0 0-9.394-5.085c-3.897 0-7.366 1.996-9.394 5.085.364-.412.824-.903 1.283-1.251"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/audiobookshelf.svg b/mkdocs-material/material/templates/.icons/simple/audiobookshelf.svg new file mode 100644 index 0000000..07cdbde --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/audiobookshelf.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0m-.023.402A11.6 11.6 0 0 1 23.575 12a11.6 11.6 0 0 1-11.598 11.598A11.6 11.6 0 0 1 .378 12 11.6 11.6 0 0 1 11.977.402m0 1.776a7.093 7.093 0 0 0-7.092 7.093v1.536a6 6 0 0 0-.439.33.35.35 0 0 0-.126.27v1.84a.36.36 0 0 0 .126.272c.22.182.722.564 1.504.956v.179c0 .483.31.873.694.873s.694-.392.694-.873v-4.415c0-.483-.31-.873-.694-.873-.369 0-.67.359-.694.812h-.002v-.91a6.027 6.027 0 1 1 12.054.003v.91c-.025-.454-.326-.813-.695-.813-.384 0-.694.391-.694.873v4.415c0 .483.31.873.694.873s.695-.392.695-.873v-.179a8 8 0 0 0 1.503-.956.35.35 0 0 0 .126-.272v-1.843a.34.34 0 0 0-.124-.27 6 6 0 0 0-.438-.329V9.271a7.093 7.093 0 0 0-7.092-7.093m-3.34 5.548a.84.84 0 0 0-.84.84v9.405c0 .464.376.84.84.84h.866a.84.84 0 0 0 .84-.84V8.566a.84.84 0 0 0-.84-.84Zm2.905 0a.84.84 0 0 0-.84.84v9.405c0 .464.377.84.84.84h.867a.84.84 0 0 0 .84-.84V8.566a.84.84 0 0 0-.84-.84zm2.908 0a.84.84 0 0 0-.84.84v9.405c0 .464.376.84.84.84h.867a.84.84 0 0 0 .84-.84V8.566a.84.84 0 0 0-.84-.84zM8.112 9.983h1.915v.2H8.112Zm2.906 0h1.915v.2h-1.915Zm2.908 0h1.915v.2h-1.915zm-7.58 9.119a.633.633 0 0 0 0 1.265h11.26a.632.632 0 0 0 0-1.265z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/audioboom.svg b/mkdocs-material/material/templates/.icons/simple/audioboom.svg new file mode 100644 index 0000000..0c099ec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/audioboom.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 24C5.373 24 0 18.627 0 12S5.373 0 12 0s12 5.373 12 12-5.373 12-12 12M7.425 3.214c-.621 0-1.125.503-1.125 1.124v6a1.124 1.124 0 0 0 2.25 0v-6c0-.62-.504-1.124-1.125-1.124m0 9.314c-.621 0-1.125.503-1.125 1.125v6a1.124 1.124 0 0 0 2.25 0v-6c0-.622-.504-1.125-1.125-1.125m4.152-6.856c-.621 0-1.125.504-1.125 1.125v10.388a1.124 1.124 0 0 0 2.25 0V6.797c0-.621-.504-1.125-1.125-1.125m4.151 6.856c-.62 0-1.124.503-1.124 1.125v1.056a1.124 1.124 0 1 0 2.249 0v-1.056c0-.622-.504-1.125-1.125-1.125m0-4.37c-.62 0-1.124.503-1.124 1.124v1.056a1.124 1.124 0 0 0 2.249 0V9.282c0-.62-.504-1.124-1.125-1.124m4.152 2.422c-.62 0-1.124.503-1.124 1.124v.574a1.124 1.124 0 1 0 2.249 0v-.574c0-.62-.504-1.124-1.125-1.124"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/audiomack.svg b/mkdocs-material/material/templates/.icons/simple/audiomack.svg new file mode 100644 index 0000000..47793e3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/audiomack.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.331 11.378s.542-.089.765.144.077.716-.22.724c-.296.01-.57.063-.764-.144a.444.444 0 0 1 .219-.724m5.881 3.293c-.052.01-.107-.018-.164-.06-.388-.54-.529-2.392-.707-2.502-.185-.114-.854 1.026-2.186.903-.557-.051-1.124-.412-1.457-.662.03-.42.036-1.403.865-1.083.504.194 1.367.726 2.125-.23.838-1.058 1.3-.75 1.577-.52s.092 1.425.506 1.09c.413-.334 2.082-2.41 2.082-2.41s1.292-1.303 1.49.067 1.04 2.888 1.263 2.845 2.822-5.325 3.195-5.666 1.625-.296 1.565.578-.187 6.308-.187 6.308-.147 1.531.093.713c.099-.34.206-.645.339-1.003a989 989 0 0 0 2.278-7.368l.317-1.09a4 4 0 0 1 .097-.33c.046-.154.076-.255.086-.282.024-.068.092-.12.188-.157.097-.061.2-.064.317-.067.302-.027.69.012 1.04.112.102 0 .212.037.317.112s.006 0 .015.01c.003 0 .005 0 .008.01a.5.5 0 0 1 .098.095c.001 0 .002 0 .004.01a1 1 0 0 1 .051.073c.196.286.315.814.195 1.75-.3 2.335-.531 7.14-.531 7.14s-.047.229.435-.783q.027-.051.058-.098a.4.4 0 0 0 .091-.085c.298-.354 1.097-.563 1.651-.558.234.028.43.087.547.16.218.333.09 1.562.09 1.562-.462.043-1.341.291-1.653.337-.311.046-.785 2.07-1.443 1.863s-2.125-1.127-2.125-1.253a98 98 0 0 1 .152-1.87v-.014c.022-.273.003-.392-.123-.12-.109.235-.581 1.736-1.108 3.371-.056.143-1.051 3.156-1.182 3.523-.156.427-.287.753-.377.921-.138.187-.324.304-.583.226-.646-.196-1.465-1.09-1.473-1.31-.015-1.251.06-7.974-.242-7.414-.311.575-2.73 4.561-2.73 4.561-.04.01-.07.01-.106.01-.172-.019-.437-.074-.51-.238q-.007-.014-.013-.028l-.014-.04c-.033-.11-.046-.23-.075-.327a41 41 0 0 0-.463-1.42c-.279-.909-.566-1.837-.613-1.94-.092-.2-.227-.116-.347 0-.54.458-1.687 2.48-2.723 2.59"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/audiotechnica.svg b/mkdocs-material/material/templates/.icons/simple/audiotechnica.svg new file mode 100644 index 0000000..8fd719e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/audiotechnica.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0A11.99 11.99 0 0 0 .015 11.985 12.02 12.02 0 0 0 12 24a12.02 12.02 0 0 0 11.985-12.015A11.99 11.99 0 0 0 12.004 0zm0 .903a11.08 11.08 0 0 1 11.085 11.078c0 6.123-4.958 11.112-11.085 11.112A11.104 11.104 0 0 1 .922 11.985 11.08 11.08 0 0 1 11.996.907zm.087 1.16-.43 1.252-5.674 16.063-.204.604h12.654l-.23-.604L12.524 3.31zm0 2.797 2.007 5.643-3.024 8.553H7.056zm2.502 7.038 2.532 7.155h-5.09z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/aurelia.svg b/mkdocs-material/material/templates/.icons/simple/aurelia.svg new file mode 100644 index 0000000..c25dca0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/aurelia.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.716 4.636 13.49 6.122l-2.295-3.439 2.228-1.486zm1.811 10.331 3.806 5.703-4.533 3.025-3.806-5.703-.664-.995 4.533-3.025zm-5.71 3.81.838 1.256-3.45 2.303-1.503-2.25.754-.504 2.697-1.8zm7.596-6.507.968-.645 1.501 2.25-2.227 1.487-.838-1.256 1.26-.84zm-.596 1.836-.664-.995 1.26-.84.664.994zM3.792 12.593l-.753.503L.744 9.657l3.45-2.302 1.61 2.41-2.698 1.8 2.697-1.8.686 1.029zm7.721-6.639.687 1.029-4.534 3.025L6.98 8.98 3.21 3.33 7.742.305zm3.236-.672-1.26.84-.686-1.028-1.609-2.41 2.228-1.487 2.295 3.439zM9.12 20.577l-.664-.995 2.697-1.8.664.995zm9.697-6.471-.664-.995 1.26-.84.664.994zM3.792 12.593l-.686-1.028 2.697-1.8.686 1.029zm9.697-6.471-.686-1.028 1.26-.84.686 1.028zm4.038 8.845-4.533 3.025-.664-.995 4.533-3.025zm-6.014-9.013.687 1.029-4.534 3.025L6.98 8.98zm-9.006-.822.855 1.283-1.282.855-.856-1.282zm4.62 15.373.856 1.283-1.282.855-.856-1.282zm-3.373 1.292L0 16.125 20.063 2.706 24 8.287z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/auth0.svg b/mkdocs-material/material/templates/.icons/simple/auth0.svg new file mode 100644 index 0000000..c10945a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/auth0.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.98 7.448 19.62 0H4.347L2.02 7.448c-1.352 4.312.03 9.206 3.815 12.015L12.007 24l6.157-4.552c3.755-2.81 5.182-7.688 3.815-12.015l-6.16 4.58 2.343 7.45-6.157-4.597-6.158 4.58 2.358-7.433-6.188-4.55 7.63-.045L12.008 0l2.356 7.404 7.615.044z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/authelia.svg b/mkdocs-material/material/templates/.icons/simple/authelia.svg new file mode 100644 index 0000000..f25b482 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/authelia.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.624.191c-.324.023-.655.011-.97.073-2.883.568-5.244 2.01-7.074 4.3C1.42 6.014.624 7.652.243 9.48c-.25 1.2-.294 2.402-.191 3.627.237 2.832 1.377 5.233 3.345 7.26.332.341.775.348 1.1.055.39-.35.442-.735.124-1.149-.271-.353-.588-.671-.85-1.03-1.625-2.208-2.343-4.674-2.04-7.411.305-2.773 1.6-5.022 3.723-6.795 1.517-1.267 3.288-1.983 5.248-2.24.272-.037.552-.083.803-.186.32-.132.478-.564.4-.923-.085-.384-.355-.483-.702-.477-.194.004-.387 0-.58 0v-.02zm4.639 3.41c-.312-.008-.582.197-.722.512-.176.4-.027.854.367 1.096.123.075.256.134.385.199 1.485.737 2.619 1.834 3.319 3.342.257.554.423 1.15.636 1.726.162.441.509.656.92.579.425-.08.67-.392.668-.952-.016-.081-.035-.261-.082-.435-.535-1.97-1.579-3.616-3.21-4.847-.598-.453-1.28-.812-1.958-1.14a.8.8 0 0 0-.323-.08m-6.939.23a.9.9 0 0 0-.492.144c-.648.388-1.325.764-1.88 1.266-2.323 2.098-3.262 4.755-2.905 7.84.55 4.74 4.6 8.021 8.9 7.904l.868-.001a1 1 0 0 0 .109-.007c2.491-.312 4.58-1.387 6.146-3.36.488-.615.86-1.336 1.2-2.049.248-.523-.032-.982-.56-1.12-.38-.1-.72.112-.974.509-.473.737-.89 1.54-1.491 2.16-1.479 1.52-3.322 2.28-5.466 2.199-2.405-.091-4.337-1.127-5.758-3.056-1.088-1.475-1.49-3.168-1.32-4.984.184-1.987 1.038-3.644 2.57-4.927.423-.354.908-.633 1.365-.946.458-.314.568-.715.314-1.15-.153-.262-.371-.413-.626-.422m3.417 2.167C8.724 6.056 6.02 8.625 6 12c-.02 3.29 2.712 6.017 6 6.02 3.339.005 6.078-2.618 6.062-6.025-.014-3.545-2.87-6.084-6.028-5.995a6 6 0 0 0-.293-.002m10.752 1.164a1 1 0 0 0-.137.002c-.404.033-.642.295-.74.646-.053.187-.01.432.064.62a9.55 9.55 0 0 1 .648 3.753 10 10 0 0 1-1.32 4.76c-1.617 2.84-4.04 4.53-7.243 5.12-.343.063-.694.095-1.033.174-.434.103-.688.473-.641.882.044.38.34.646.769.684.132.012.265.002.398.002l-.001-.003c.145 0 .29.005.434-.002.084-.004.167-.028.25-.04 1.847-.282 3.518-.99 5.037-2.068 1.708-1.213 3.001-2.78 3.897-4.665 1.1-2.317 1.375-4.752.906-7.264-.13-.694-.354-1.376-.584-2.046-.125-.362-.389-.537-.704-.555m-10.449.862q.195 0 .392.05c.708.18 1.16.787 1.158 1.553.027.504-.211.888-.588 1.183-.207.163-.236.32-.176.558q.397 1.578.763 3.164c.13.568-.019.872-.522 1.174-.675.404-1.666.354-2.29-.13-.315-.244-.427-.573-.331-.966.252-1.031.494-2.064.762-3.09.086-.33.041-.554-.225-.794-.581-.523-.682-1.253-.317-1.903a1.57 1.57 0 0 1 1.374-.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/authentik.svg b/mkdocs-material/material/templates/.icons/simple/authentik.svg new file mode 100644 index 0000000..b20ea37 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/authentik.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.96 9.01h-.84V7.492h-1.234v3.663H5.722c.34.517.538.982.538 1.152 0 .46-1.445 3.059-3.197 3.059C.8 15.427-.745 12.8.372 10.855a3.06 3.06 0 0 1 2.691-1.606c1.04 0 1.971.915 2.557 1.755V6.577a3.773 3.773 0 0 1 3.77-3.769h10.84C22.31 2.808 24 4.5 24 6.577v10.845a3.773 3.773 0 0 1-3.77 3.769h-1.6V17.5h-7.64v3.692h-1.6a3.773 3.773 0 0 1-3.77-3.769v-3.41h12.114v-6.52h-1.59v.893h-.84v-.893H13.96zm-9.956 1.845c-.662-.703-1.578-.544-2.209 0-2.105 2.054 1.338 5.553 3.302 1.447a5.4 5.4 0 0 0-1.093-1.447"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/authy.svg b/mkdocs-material/material/templates/.icons/simple/authy.svg new file mode 100644 index 0000000..68a0aa1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/authy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0m3.42 5.338c.274 0 .551.105.769.315l2.862 2.862c2.054 2.039 2.084 5.35.105 7.449a.2.2 0 0 1-.045.06l-.03.03-.03.03c-.015.015-.045.03-.06.045-2.098 1.978-5.41 1.948-7.463-.105l-2.863-2.863a1.05 1.05 0 0 1 0-1.499 1.05 1.05 0 0 1 1.5 0l2.861 2.863a3.23 3.23 0 0 0 4.542.03 3.244 3.244 0 0 0-.03-4.541l-2.863-2.862a1.05 1.05 0 0 1 0-1.5c.203-.209.472-.314.746-.314zM8.758 6.397a5.33 5.33 0 0 1 3.715 1.564l2.863 2.862c.42.42.42 1.08 0 1.5s-1.08.419-1.5 0L10.975 9.46a3.25 3.25 0 0 0-4.558-.015 3.243 3.243 0 0 0 .03 4.54l2.863 2.863c.42.42.42 1.08 0 1.499a1.05 1.05 0 0 1-1.499 0L4.95 15.484c-2.054-2.053-2.084-5.365-.105-7.463.015-.03.03-.045.045-.06l.03-.03.03-.03c.015-.015.045-.03.06-.045a5.36 5.36 0 0 1 3.748-1.46z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/autocad.svg b/mkdocs-material/material/templates/.icons/simple/autocad.svg new file mode 100644 index 0000000..8f8136e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/autocad.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.867 1.053v.015L0 3.385v17.914l3.897-2.332h18.34V2.33c0-.702-.578-1.277-1.28-1.277zm7.506 4.01h3.3l2.985 9.95H15.07l-.568-2.189h-2.984l-.57 2.162H8.53zm11.863.027v14.877H4.172l-2.068 1.238v.465c0 .702.579 1.277 1.28 1.277H24V5.09zm-10.27 1.592-.993 4.324h2.046z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/autocannon.svg b/mkdocs-material/material/templates/.icons/simple/autocannon.svg new file mode 100644 index 0000000..a1426b9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/autocannon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.293 18.131c-.245.277-.47.542-.708.795-.085.092-.192.037-.272-.027-.9-.715-7.786-7.358-12.016-11.122l.86-.937a1210 1210 0 0 1 12.136 11.291m-.8 4.954c-.488.243-.97.48-1.45.72-.074.039-.126.028-.187-.03-2.093-1.923-7.729-7.196-11.564-10.692a.52.52 0 0 1-.17-.327c-.157-1.086-.102-2.154.27-3.196.066-.18.124-.364.194-.572.267.237.525.456.773.688A1801 1801 0 0 0 19.8 22.154l.05.057-1.355.874zM8.595 6.284c-.04-.036-.083-.071-.12-.112-.068-.08-.035-.231.065-.263q1.06-.34 2.123-.68c.427 0 .856-.018 1.284.005.253.015.46.177.642.349 3.73 3.54 7.51 7.022 11.287 10.51.137.127.16.245.072.433a252 252 0 0 1-1.31 2.798A1406.269 1406.337 0 0 0 8.594 6.284ZM12.477.039c4.683.068 8.987 2.71 11.136 7.294-1.02.54-2.038 1.082-3.066 1.628-.995-2.252-2.615-3.868-4.87-4.843-1.72-.743-3.492-.845-5.31-.436-4.194.943-6.66 4.38-6.958 7.95-.357 4.291 2.282 7.922 6.115 9.246-.848 1.901-.22.49-1.268 2.834-.12.272-.193.3-.466.193a12.4 12.4 0 0 1-3.8-2.38c-1.11-1.009-2.025-2.158-2.696-3.497C.66 16.766.207 15.443.054 14.031c-.083-.763-.048-1.53-.04-2.296.034-2.627.98-4.922 2.562-6.97C4.182 2.689 6.26 1.279 8.786.535c1.004-.3 3.035-.527 3.69-.496Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/autodesk.svg b/mkdocs-material/material/templates/.icons/simple/autodesk.svg new file mode 100644 index 0000000..a80e2e8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/autodesk.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m.129 20.202 14.7-9.136h7.625c.235 0 .445.188.445.445 0 .21-.092.305-.21.375l-7.222 4.323c-.47.283-.633.845-.633 1.265l-.008 2.725H24V4.362a.56.56 0 0 0-.585-.562h-8.752L0 12.893V20.2h.129z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/autodeskmaya.svg b/mkdocs-material/material/templates/.icons/simple/autodeskmaya.svg new file mode 100644 index 0000000..633e342 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/autodeskmaya.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.348 0 .69 2.203v16.875l3.657-2.203h17.297V1.219c0-.67-.551-1.219-1.22-1.219H4.349zm18.297 3.75v14.125H4.627l-1.943 1.17v3.736c0 .67.55 1.219 1.218 1.219H23.31V3.75zm-14.471.025h2.937l1.885 7.508 1.977-7.48-.012-.028h2.857v9.354h-2.216v-6.04l-1.565 6.026v.014h-2.203l-1.656-6.28v6.28H8.174zm1.33 14.762h1.18l1.068 3.543h-.902l-.217-.773H9.568l-.197.773h-.88zm1.918 0h.932l.648 1.494.643-1.494h.894l-1.113 2.133v1.41h-.887v-1.406zm3.826 0h1.18l1.068 3.543h-.9l-.217-.773h-1.065l-.197.773h-.88zm-5.156.582-.362 1.53h.73zm5.744 0-.36 1.53h.73z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/autodeskrevit.svg b/mkdocs-material/material/templates/.icons/simple/autodeskrevit.svg new file mode 100644 index 0000000..76f91f7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/autodeskrevit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 22.665H2.994c-.519 0-.838-.293-.835-.723.001.042.002-.148.003-.463q.212-.124.427-.247l.078-.045.07-.058.015-.013.127-.078 1.294-.804h1.134c3.35 0 11.817 0 16.548.007.159 0 .631 0 1.002-.371.371-.372.37-.853.37-1.011-.008-2.057-.001-4.109.005-6.16.008-2.39.016-4.86 0-7.298v-.063l.61-.007c.169-.003.143.197.143.296.014 5.68-.02 11.36.015 17.038M14.326 8.982c.006-.281.006-.56.006-.859-.009-.5-.395-1.055-.916-1.055-.435 0-.919.006-1.432.006v3.01h1.432c.52 0 .9-.584.91-1.102M3.887 19.234 3.853 1.363l.007-.025.026-.003h17.313c.51.232.943.56 1.033 1.16.023 1.052 0 1.896 0 2.854.001.023-.002.036 0 .059.03 4.489-.022 8.963-.005 13.453 0 .285-.072.38-.37.38-5.99-.008-17.97-.007-17.97-.007m5.624-3.971h2.395l.057-.051v-3.5c.316.001.57-.005.787-.005.075 0 .348.075.449.286.36.757.692 1.531 1.125 2.25.583.967 1.704 1.204 2.469 1.204.528 0 .528-.024.528-.245 0-.423-.006-.935-.006-1.374-.403-.039-.734-.163-.929-.541-.362-.705-.74-1.401-1.119-2.114.248-.072.218-.057.302-.092.859-.357 1.139-.951 1.213-1.71.05-.503.059-1.144.025-1.395-.112-.833-.378-1.454-1.036-1.932-.773-.562-1.678-.657-2.582-.687a62 62 0 0 0-3.678.012zm-5.658-13.9C1.631 2.64.98 3.087.223 3.513.025 3.622 0 3.895 0 4.1l.02 17.45c.575-.357 3.293-1.96 3.867-2.316z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/autohotkey.svg b/mkdocs-material/material/templates/.icons/simple/autohotkey.svg new file mode 100644 index 0000000..234a8f0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/autohotkey.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.514.508V.51H1.803C1.053.51.079 1.135 0 2.27v17.133h.002v2.325c.08 1.136 1.05 1.763 1.8 1.763h1.505l.002-.002h18.869c1.256-.053 1.766-1.066 1.822-1.699v-3.023h-.002V2.209c-.056-.633-.567-1.648-1.824-1.701zM3.412 1.623h17.154c.898 0 1.618.72 1.618 1.617v16.64c0 .898-.72 1.62-1.618 1.62H3.412a1.616 1.616 0 0 1-1.619-1.62V3.24c0-.897.722-1.617 1.62-1.617zm3.315 12.412-1.895 5.037h.703l.526-1.467h2.02l.497 1.467h.744l-1.824-5.037zm8.43.008v5.037h.679v-1.767l.793-.758 1.76 2.525h.884l-2.154-3.002 2.098-2.035h-.94l-2.441 2.441v-2.441h-.68zm-5.153.027v5.037h.682v-2.351h2.628v2.351h.682V14.07h-.682v2.084h-2.628V14.07zm-2.926.717h.014l.742 2.217H6.271z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/autoit.svg b/mkdocs-material/material/templates/.icons/simple/autoit.svg new file mode 100644 index 0000000..74bd682 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/autoit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.351 15.563-5.486-7.941a2.7 2.7 0 0 0-.702-.702q-.414-.282-1.03-.283-.645 0-1.064.302-.42.303-.696.683l-5.63 7.94h3.215l4.122-5.827 1.575 2.323q.223.316.466.676.242.36.426.597a9 9 0 0 0-.741-.026H10.78l-1.64 2.258zM12 24C5.373 24 0 18.627 0 12S5.373 0 12 0s12 5.373 12 12-5.373 12-12 12m0-21.61a9.61 9.61 0 1 0 0 19.22 9.61 9.61 0 1 0 0-19.22"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/automattic.svg b/mkdocs-material/material/templates/.icons/simple/automattic.svg new file mode 100644 index 0000000..2a57b5e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/automattic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.521 8.11a1.497 1.497 0 0 1 .433 2.102l-3.511 5.441a1.496 1.496 0 0 1-2.068.457 1.507 1.507 0 0 1-.44-2.08l3.513-5.44a1.5 1.5 0 0 1 .943-.655c.39-.085.796-.04 1.13.175M11.98 23.03C4.713 23.03 0 17.79 0 12.338v-.676C0 6.117 4.713.97 11.98.97 19.246.97 24 6.117 24 11.662v.676c0 5.453-4.713 10.692-12.02 10.692m8.133-11.31c0-3.974-2.888-7.51-8.133-7.51s-8.087 3.542-8.087 7.51v.497c0 3.974 2.888 7.578 8.087 7.578s8.133-3.604 8.133-7.578z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/autoprefixer.svg b/mkdocs-material/material/templates/.icons/simple/autoprefixer.svg new file mode 100644 index 0000000..25ca43a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/autoprefixer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.87 21.045h2.923l.959-3.068h4.503l.949 3.068h2.922L11.94 2.955zm6.162-10.12 1.543 4.917h-3.153l1.553-4.916h.057zM24 17.617l-.378-1.182-6.266-.59.733 2.127 5.91-.354zM6.644 15.843l-6.266.591L0 17.616l5.911.355z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/autozone.svg b/mkdocs-material/material/templates/.icons/simple/autozone.svg new file mode 100644 index 0000000..4989cdb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/autozone.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.35 6.026c-.7.009-1.69.235-2.176 1.16l-2.442 4.25h1.59l.682-1.188h.773l-.681 1.188h1.58l2.25-3.904c.375-.689.013-1.338-1.149-1.483a3 3 0 0 0-.427-.023m6.082.783-1.891 3.295c-.172.316-.156.668.096.986.179.231.367.348.707.348h.894l.62-1.08h-.676c-.053 0-.11.008-.131-.041-.012-.03-.02-.061-.006-.09l.953-1.656h.803l.66-1.155h-.8l.349-.607Zm3.855.385c-1.166-.001-2.247.942-2.752 2.37-.373 1.057-.216 1.943.928 2.005 1.156.061 2.261-.66 2.879-2.409.374-1.056.107-1.906-.942-1.962zm-8.006.222-1.672 2.912c-.298.548.094 1.094 1.063 1.215.55.069 1.705.004 2.25-.927l.002-.004 1.83-3.196h-1.463l-1.502 2.67c-.123.221-.25.284-.445.246-.244-.048-.141-.234-.07-.361l1.478-2.555zm-2.39.051a1 1 0 0 1 .101.002c.233.024.309.144.164.385l-.636 1.11h-.776l.697-1.218a.54.54 0 0 1 .45-.279m9.984.994a.3.3 0 0 1 .053.004c.252.045.144.34-.073.758-.359.693-.603 1.04-.906.98-.22-.043-.14-.357.078-.775.284-.548.588-.956.848-.967m-16.78 3.944L0 17.791h1.635l3.097-5.386zm2.02 0-3.097 5.386h1.039l3.1-5.386zm1.563 0-3.096 5.386h.643l3.095-5.386Zm1.318 0-3.094 5.386h.377l3.096-5.386zm.979.02-.733 1.276h2.143l-3.682 2.682-.83 1.434h4.363l.729-1.27H8.918l3.559-2.635.853-1.488zm14.707.573a.31.31 0 0 0-.32.32.3.3 0 0 0 .156.277.3.3 0 0 0 .164.042q.09 0 .164-.041a.3.3 0 0 0 .113-.113.3.3 0 0 0 .041-.164.3.3 0 0 0-.041-.164.3.3 0 0 0-.113-.116.33.33 0 0 0-.164-.04Zm-.018.067h.018a.24.24 0 0 1 .217.123.3.3 0 0 1 .033.13.3.3 0 0 1-.034.133.23.23 0 0 1-.087.09.25.25 0 0 1-.13.033.26.26 0 0 1-.13-.033.23.23 0 0 1-.088-.09.28.28 0 0 1 0-.263.23.23 0 0 1 .088-.09.25.25 0 0 1 .113-.033m-.08.07v.355h.057v-.134h.045l.06.134h.06l-.068-.142q.035-.01.05-.033a.14.14 0 0 0 .013-.069v-.008q0-.06-.026-.082-.026-.021-.097-.021zm.055.05h.037q.04 0 .053.012.012.011.011.045v.004q0 .035-.011.047-.014.013-.053.014h-.037zm-9.534.4c-1.166-.002-2.247.944-2.751 2.376-.374 1.059-.217 1.95.927 2.01 1.156.062 2.263-.66 2.881-2.414.372-1.059.106-1.914-.943-1.97q-.057-.004-.114-.003zm7.852 0c-1.162-.002-2.173.944-2.678 2.376-.373 1.059-.29 1.95.854 2.01.963.051 1.819-.444 2.459-1.623h-1.475c-.2.31-.392.5-.576.465-.17-.034-.113-.355.021-.694h2.147q.125-.26.23-.562c.374-1.059.18-1.914-.869-1.97q-.056-.004-.113-.003zm-3.36.175c-.494.018-.802.31-.802.31l.154-.273h-1.344l-2.314 4.02h1.479l1.388-2.42c.098-.172.23-.368.428-.326.177.037.23.2.172.308l-1.399 2.438h1.465l1.678-2.93c.232-.425-.147-.993-.533-1.088a1.4 1.4 0 0 0-.371-.039Zm-4.904 1.096a.2.2 0 0 1 .051.002c.253.044.147.341-.07.761-.36.695-.606 1.043-.908.983-.22-.044-.138-.357.08-.777.283-.55.587-.959.847-.97zm7.766 0q.021 0 .041.002c.226.042.15.304-.03.681h-.679c.23-.406.463-.682.668-.683"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/avajs.svg b/mkdocs-material/material/templates/.icons/simple/avajs.svg new file mode 100644 index 0000000..2543cbf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/avajs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.455 5.728a1.6 1.6 0 0 1 .62.663q.272.625.604 1.36.331.737.663 1.491c.332.754.435.994.637 1.47s.387.914.548 1.31.289.733.384 1.01a2.2 2.2 0 0 1 .143.547 1.7 1.7 0 0 1-.06.435.95.95 0 0 1-.215.39 1.1 1.1 0 0 1-.434.28 2.1 2.1 0 0 1-.723.104 2 2 0 0 1-.762-.125 1.5 1.5 0 0 1-.488-.319 2.2 2.2 0 0 1-.325-.41q-.13-.215-.268-.411a1.3 1.3 0 0 0-.312-.318.8.8 0 0 0-.476-.126h-.833a1.16 1.16 0 0 0-.58.125 1.1 1.1 0 0 0-.351.319 4 4 0 0 0-.253.41 2 2 0 0 1-.301.411 1.4 1.4 0 0 1-.476.319 2.1 2.1 0 0 1-.789.125 1.5 1.5 0 0 1-1.068-.325 1.03 1.03 0 0 1-.34-.768 2.3 2.3 0 0 1 .137-.592q.136-.425.372-1.01l.542-1.303q.298-.716.637-1.476.34-.762.675-1.524l.652-1.464a1.37 1.37 0 0 1 .604-.637 1.9 1.9 0 0 1 .944-.235 1.67 1.67 0 0 1 .892.274m10.527.044a1.02 1.02 0 0 1 .34.789 2.6 2.6 0 0 1-.137.717q-.138.441-.352 1.003-.216.559-.494 1.212-.28.65-.565 1.327-.391.925-.67 1.66a9 9 0 0 1-.572 1.25 2.8 2.8 0 0 1-.637.795 1.3 1.3 0 0 1-.85.28 1.5 1.5 0 0 1-.867-.229 2.1 2.1 0 0 1-.625-.69 7 7 0 0 1-.547-1.164q-.267-.701-.631-1.667-.273-.728-.56-1.425-.285-.698-.52-1.283a19 19 0 0 1-.385-1.048 2.6 2.6 0 0 1-.148-.723.95.95 0 0 1 .404-.86 1.8 1.8 0 0 1 1.004-.26 2.1 2.1 0 0 1 .851.138 1.8 1.8 0 0 1 .527.357 1.9 1.9 0 0 1 .313.455 6 6 0 0 1 .291.658q.137.358.274.723l.253.67a3 3 0 0 0 .23.494q.11.188.202.188.102 0 .214-.188a4 4 0 0 0 .229-.488q.116-.3.241-.657c.125-.357.17-.477.259-.709a7 7 0 0 1 .286-.643 1.7 1.7 0 0 1 .306-.45 2 2 0 0 1 .28-.24 1.5 1.5 0 0 1 .3-.164 1.7 1.7 0 0 1 .372-.098 3.5 3.5 0 0 1 .51-.033 1.27 1.27 0 0 1 .874.304Zm4.42-.044a1.6 1.6 0 0 1 .62.663q.271.625.603 1.36.332.737.664 1.491c.332.754.434.994.637 1.47s.387.914.547 1.31.29.733.384 1.01a2.2 2.2 0 0 1 .143.547 1.7 1.7 0 0 1-.06.434.95.95 0 0 1-.214.39 1.1 1.1 0 0 1-.434.28 2.1 2.1 0 0 1-.724.105 2 2 0 0 1-.762-.125 1.5 1.5 0 0 1-.488-.319 2.2 2.2 0 0 1-.324-.41q-.13-.215-.268-.411a1.3 1.3 0 0 0-.312-.319.8.8 0 0 0-.477-.125h-.833a1.16 1.16 0 0 0-.58.125 1.1 1.1 0 0 0-.351.319 4 4 0 0 0-.253.41 2 2 0 0 1-.3.411 1.4 1.4 0 0 1-.477.319 2.1 2.1 0 0 1-.788.125 1.5 1.5 0 0 1-1.069-.325 1.03 1.03 0 0 1-.34-.768 2.3 2.3 0 0 1 .138-.592q.136-.424.372-1.009.233-.585.533-1.3c.3-.715.41-.97.636-1.476.227-.51.453-1.015.676-1.524l.652-1.464a1.37 1.37 0 0 1 .604-.637 1.9 1.9 0 0 1 .943-.236 1.65 1.65 0 0 1 .902.27ZM4.532 18.546a.19.19 0 0 0 .173-.104c0-.003.283-.524.563-1.14.14-.31.283-.64.39-.946q.08-.233.13-.435a1.7 1.7 0 0 0 .054-.375 1.56 1.56 0 0 0-.437-1.113 1.22 1.22 0 0 0-1.75 0 1.56 1.56 0 0 0-.437 1.113 1.6 1.6 0 0 0 .053.375 6 6 0 0 0 .265.789c.336.836.818 1.729.818 1.735a.22.22 0 0 0 .179.101m14.947 0a.19.19 0 0 0 .173-.104c0-.003.282-.524.562-1.14.14-.31.283-.64.39-.946q.081-.233.131-.435a1.6 1.6 0 0 0 .054-.375 1.56 1.56 0 0 0-.438-1.113 1.22 1.22 0 0 0-1.75 0 1.57 1.57 0 0 0-.437 1.113 1.6 1.6 0 0 0 .053.375 6 6 0 0 0 .265.789c.336.836.819 1.729.819 1.735a.22.22 0 0 0 .178.101Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/avast.svg b/mkdocs-material/material/templates/.icons/simple/avast.svg new file mode 100644 index 0000000..223cc05 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/avast.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.294 2.991a3.03 3.03 0 0 1 4.45 1.204l7.002 14.804A11.94 11.94 0 0 0 24 12.086C24.046 5.456 18.71.047 12.083 0 5.456-.046.047 5.29 0 11.917a11.94 11.94 0 0 0 2.222 7.034l.281-.061 4.57-1.008c.128-.029.196.145.083.213l-3.782 2.242A11.96 11.96 0 0 0 11.917 24a11.97 11.97 0 0 0 9.344-4.371L9.81 7.573a3.027 3.027 0 0 1 .484-4.582zm2.15 13.609-7.374.64a1.302 1.302 0 1 1 .187-2.567l7.203 1.698c.129.03.114.217-.017.229M9.03 10.116l8.94 7.232c.102.083.01.245-.113.198L7.104 13.471a1.96 1.96 0 1 1 1.926-3.355z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/avianca.svg b/mkdocs-material/material/templates/.icons/simple/avianca.svg new file mode 100644 index 0000000..526360e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/avianca.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.813 0s-2.326 2.052-2.51 6.367c-.205 4.716 2.324 9.47 10.654 10.076q.04.005.08.008C7.806 11.534 4.955 5.241 3.812 0zm8.224 16.451a31 31 0 0 0 2.2 2.303H5.282c.12.278.53.472 1.463.527 5.59.332 6.38 4.719 14.381 4.719.702 0 1.14-.042 1.582-.125-3.16-.972-6-2.8-8.47-5.121h2.21c.917 0 1.325.076 1.58.191-.392-1.218-1.631-2.168-5.992-2.494z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/avira.svg b/mkdocs-material/material/templates/.icons/simple/avira.svg new file mode 100644 index 0000000..1f2ab1c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/avira.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 23.414a.586.586 0 0 1-.586.587H.585A.586.586 0 0 1 0 23.414V.586c0-.324.262-.587.585-.587h22.829c.325 0 .586.263.586.587zm-4.971-9.675-.04-.044-1.323 1.256a.925.925 0 0 1-1.342 1.272 1 1 0 0 1-.118-.122l-3.56-3.753 4.857-4.609c-3.034-2.858-7.795-2.984-10.765-.111-2.969 2.874-3.337 7.527-.539 10.838l5.106-4.845 3.748 3.952a2.78 2.78 0 0 0 1.995.74 2.68 2.68 0 0 0 1.772-.742c.559-.526.894-1.272.887-2.022a2.7 2.7 0 0 0-.678-1.81m-4.573-5.55-7.65 7.259c-2.576-4.553 2.815-10.009 7.65-7.259"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/awesomelists.svg b/mkdocs-material/material/templates/.icons/simple/awesomelists.svg new file mode 100644 index 0000000..cbe0f85 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/awesomelists.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m24 11.438-6.154-5.645-.865.944 5.128 4.7H1.895l5.128-4.705-.865-.943-6.154 5.649H0v3.72c0 1.683 1.62 3.053 3.61 3.053h3.795c1.99 0 3.61-1.37 3.61-3.051v-2.446h1.97v2.446c0 1.68 1.62 3.051 3.61 3.051h3.794c1.99 0 3.61-1.37 3.61-3.051v-3.721z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/awesomewm.svg b/mkdocs-material/material/templates/.icons/simple/awesomewm.svg new file mode 100644 index 0000000..d7702b1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/awesomewm.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 24V8.25h16.5V7.5H0V0h24v24h-7.5v-8.25h-9v.75h8.25V24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/awsamplify.svg b/mkdocs-material/material/templates/.icons/simple/awsamplify.svg new file mode 100644 index 0000000..a4d7bb0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/awsamplify.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.223 17.905h6.76l1.731 3.047H0l4.815-8.344 2.018-3.494 1.733 3.002zm2.52-10.371L9.408 4.65l9.415 16.301h-3.334zm2.59-4.486h3.33L24 20.952h-3.334z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/awselasticloadbalancing.svg b/mkdocs-material/material/templates/.icons/simple/awselasticloadbalancing.svg new file mode 100644 index 0000000..eb0c06c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/awselasticloadbalancing.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.2 18.24C3.76 18.24.96 15.44.96 12s2.8-6.24 6.24-6.24 6.24 2.8 6.24 6.24-2.8 6.24-6.24 6.24m14.4 2.88c0 1.059-.861 1.92-1.92 1.92a1.92 1.92 0 0 1-1.92-1.92c0-1.059.861-1.92 1.92-1.92s1.92.861 1.92 1.92M19.68.96c1.059 0 1.92.861 1.92 1.92s-.861 1.92-1.92 1.92a1.92 1.92 0 0 1-1.92-1.92c0-1.059.861-1.92 1.92-1.92m1.44 9.12c1.059 0 1.92.861 1.92 1.92s-.861 1.92-1.92 1.92A1.92 1.92 0 0 1 19.2 12c0-1.059.861-1.92 1.92-1.92m-6.744 2.4h3.907a2.88 2.88 0 0 0 2.837 2.4A2.883 2.883 0 0 0 24 12a2.883 2.883 0 0 0-2.88-2.88 2.88 2.88 0 0 0-2.837 2.4h-3.907a7.1 7.1 0 0 0-.661-2.566l4.26-3.759a2.86 2.86 0 0 0 1.705.565 2.883 2.883 0 0 0 2.88-2.88A2.883 2.883 0 0 0 19.68 0a2.883 2.883 0 0 0-2.88 2.88c0 .603.187 1.162.504 1.625L13.24 8.092A7.2 7.2 0 0 0 7.2 4.8C3.23 4.8 0 8.03 0 12s3.23 7.2 7.2 7.2a7.2 7.2 0 0 0 6.039-3.292l4.065 3.587a2.86 2.86 0 0 0-.504 1.625A2.883 2.883 0 0 0 19.68 24a2.883 2.883 0 0 0 2.88-2.88 2.883 2.883 0 0 0-2.88-2.88 2.86 2.86 0 0 0-1.706.565l-4.26-3.759a7.1 7.1 0 0 0 .662-2.566"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/awsfargate.svg b/mkdocs-material/material/templates/.icons/simple/awsfargate.svg new file mode 100644 index 0000000..0c2ba78 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/awsfargate.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.647 19.54v-2.28l1.412-.565v2.28Zm-2.353-2.845 1.412.565v2.28l-1.412-.564Zm-2.823 6.14v-2.281l1.411-.565v2.28Zm-2.353-2.846 1.411.565v2.28l-1.411-.564Zm-2.824-.449v-2.28l1.412-.565v2.28Zm-2.353-2.845 1.412.565v2.28l-1.412-.564Zm1.883-1.13L7.91 16l-1.086.434L5.737 16ZM12 18.86l1.086.434-1.086.434-1.086-.434Zm5.176-3.294 1.087.434-1.087.434L16.09 16Zm2.528-.003-2.353-.941a.48.48 0 0 0-.35 0l-2.352.94a.47.47 0 0 0-.296.438v2.787l-2.178-.871a.48.48 0 0 0-.35 0l-2.178.871V16a.47.47 0 0 0-.296-.437l-2.353-.941a.48.48 0 0 0-.35 0l-2.352.94A.47.47 0 0 0 4 16v3.294a.47.47 0 0 0 .296.437l2.353.941a.48.48 0 0 0 .35 0l2.177-.871v2.787c0 .193.118.365.296.437l2.353.942a.48.48 0 0 0 .35 0l2.353-.942a.47.47 0 0 0 .296-.437v-2.787l2.178.871a.48.48 0 0 0 .35 0l2.352-.94a.47.47 0 0 0 .296-.438V16a.47.47 0 0 0-.296-.437m4.06-5.71c0 2.75-6.06 4.235-11.764 4.235S.235 12.604.235 9.853c0-1.313 1.457-2.47 4.101-3.256l.269.902C2.49 8.128 1.176 9.03 1.176 9.853c0 1.558 4.445 3.294 10.824 3.294s10.824-1.736 10.824-3.294c0-.823-1.314-1.725-3.429-2.354l.269-.902c2.644.787 4.1 1.943 4.1 3.256M12 .975l4.807 1.849L12 4.672 7.193 2.824Zm4.979 9.304c-.888.397-2.378.86-4.508.921V5.5l5.176-1.99v5.736c0 .448-.262.853-.668 1.033M6.353 9.246V3.51l5.176 1.99v5.7c-2.13-.062-3.62-.524-4.51-.922a1.13 1.13 0 0 1-.666-1.032m.284 1.891c1.036.464 2.807 1.017 5.363 1.017s4.327-.553 5.361-1.016a2.07 2.07 0 0 0 1.227-1.892V2.824c0-.195-.12-.37-.301-.44L12.169.031a.48.48 0 0 0-.338 0L5.713 2.384a.47.47 0 0 0-.301.44v6.422c0 .82.481 1.562 1.225 1.891"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/awslambda.svg b/mkdocs-material/material/templates/.icons/simple/awslambda.svg new file mode 100644 index 0000000..d31a644 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/awslambda.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.986 0a.545.545 0 0 0-.534.548l-.006 4.908c0 .145.06.283.159.39a.53.53 0 0 0 .38.155h3.429l8.197 17.68a.54.54 0 0 0 .488.319h5.811a.547.547 0 0 0 .543-.548v-4.908a.543.543 0 0 0-.543-.548h-2.013L12.739.316A.55.55 0 0 0 12.245 0H4.991Zm.54 1.09h6.367l8.16 17.681a.54.54 0 0 0 .489.318h1.817v3.817h-4.922L9.24 5.226a.54.54 0 0 0-.488-.318h-3.23Zm2.013 8.237a.54.54 0 0 0-.486.31L.6 23.213a.55.55 0 0 0 .032.528.53.53 0 0 0 .454.25h6.169a.55.55 0 0 0 .497-.31l3.38-7.165a.54.54 0 0 0-.003-.469l-3.093-6.41a.55.55 0 0 0-.494-.31Zm.006 1.804 2.488 5.152-3.122 6.62H1.947Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/awsorganizations.svg b/mkdocs-material/material/templates/.icons/simple/awsorganizations.svg new file mode 100644 index 0000000..1411f7b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/awsorganizations.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 18.714v4.8c0 .288-.192.48-.48.48h-4.8c-.288 0-.48-.192-.48-.48v-4.8c0-.288.192-.48.48-.48h1.92v-1.92h-8.16v1.92h1.92c.288 0 .48.192.48.48v4.8c0 .288-.192.48-.48.48H9.6c-.288 0-.48-.192-.48-.48v-4.8c0-.288.192-.48.48-.48h1.92v-1.92H3.36v1.92h1.92c.288 0 .48.192.48.48v4.8c0 .288-.192.48-.48.48H.48c-.288 0-.48-.192-.48-.48v-4.8c0-.288.192-.48.48-.48H2.4v-2.4c0-.288.192-.48.48-.48h8.64v-1.44h.96v1.44h8.64c.288 0 .48.192.48.48v2.4h1.92c.288 0 .48.192.48.48m-13.92 4.32h3.84v-3.84h-3.84zm-9.12 0H4.8v-3.84H.96Zm18.24 0h3.84v-3.84H19.2ZM6.24 9.642V3.546c0-.192.096-.336.24-.432L11.76.042a.8.8 0 0 1 .48 0l5.28 3.072c.144.096.24.24.24.432v6.096c0 .144-.096.288-.24.384l-5.28 3.072q-.096.048-.24.048t-.24-.048l-5.28-3.072c-.144-.096-.24-.24-.24-.384m10.56-.288V4.362l-4.32 2.496v4.992zm-9.6 0 4.32 2.496V6.858L7.2 4.362Zm.48-5.808L12 5.994l4.32-2.448L12 1.05Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/awssecretsmanager.svg b/mkdocs-material/material/templates/.icons/simple/awssecretsmanager.svg new file mode 100644 index 0000000..3c48ddf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/awssecretsmanager.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.469 13.44a.532.532 0 1 0 1.064-.001.532.532 0 0 0-1.064.001m-.857 0a1.39 1.39 0 0 1 2.778 0c0 .615-.406 1.132-.96 1.314v1.103h-.858v-1.103a1.385 1.385 0 0 1-.96-1.314m5.246-2.297H8.143v5.571h7.715V15.43h-1.286v-.858h1.286v-1.285h-1.286v-.857h1.286zm-6.429-.857h5.142V8.143C14.573 7.022 13.348 6 12.003 6h-.001a2.83 2.83 0 0 0-1.817.675c-.48.412-.755.948-.755 1.468zm6-2.143v2.143h.857c.237 0 .429.192.429.428v6.429a.43.43 0 0 1-.429.428H7.715a.43.43 0 0 1-.429-.428v-6.429c0-.236.192-.428.429-.428h.857V8.143c0-.77.384-1.543 1.054-2.118A3.7 3.7 0 0 1 12 5.143h.001c1.826 0 3.427 1.403 3.427 3zM3.089 18.45l.695-.502a10.04 10.04 0 0 1-1.9-5.519H3v-.857H1.886a10.04 10.04 0 0 1 1.898-5.486l-.695-.503a10.9 10.9 0 0 0-2.06 5.99H0v.856h1.027c.08 2.18.784 4.254 2.062 6.021m14.842 1.783a10.04 10.04 0 0 1-5.502 1.899V21h-.857v1.13a10.04 10.04 0 0 1-5.503-1.898l-.502.694a10.9 10.9 0 0 0 6.005 2.062V24h.857v-1.012a10.9 10.9 0 0 0 6.004-2.062zM6.069 3.8a10.04 10.04 0 0 1 5.503-1.9V3h.857V1.9c1.992.082 3.887.73 5.502 1.899l.503-.695a10.9 10.9 0 0 0-6.005-2.06V0h-.857v1.044a10.9 10.9 0 0 0-6.005 2.061zm16.903 7.771a10.9 10.9 0 0 0-2.061-5.989l-.695.503a10.04 10.04 0 0 1 1.899 5.486H21v.858h1.115a10.04 10.04 0 0 1-1.9 5.518l.695.503a10.9 10.9 0 0 0 2.062-6.021H24v-.858zM19.024 5.6l3.36-3.36-.606-.606-3.36 3.36zM4.978 18.433l-3.36 3.36.606.606 3.36-3.36zM7.144 6.537.784.177.176.783l6.36 6.36zm10.94 10.94 5.74 5.74-.607.606-5.74-5.74z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/awwwards.svg b/mkdocs-material/material/templates/.icons/simple/awwwards.svg new file mode 100644 index 0000000..a909ee6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/awwwards.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.72 5.6-2.24 8.68-2.12-8.68H7.47l-2.12 8.68L3.11 5.6H0l4.01 12.65h2.74l2.17-8.18 2.16 8.18h2.74L17.83 5.6zm5.1 10.7c0 1.2.9 2.1 2.09 2.1 1.2 0 2.09-.9 2.09-2.1s-.9-2.12-2.1-2.12c-1.19 0-2.08.9-2.08 2.11"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/axios.svg b/mkdocs-material/material/templates/.icons/simple/axios.svg new file mode 100644 index 0000000..ca37bef --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/axios.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.068 2.9v19.397L8.954 24V7.864H4.975zM14.934 0v15.767h4.091l-6.2 5.089V1.469z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/babel.svg b/mkdocs-material/material/templates/.icons/simple/babel.svg new file mode 100644 index 0000000..04325ac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/babel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.76 0c-1.603.147-3.719.713-6.317 1.719a22 22 0 0 1-2.44 1.539l.01.158c.064 0 .136-.043.24-.096.106-.01.169.032.169.137l.168-.094.084-.011.01.074c.01.073-.566.523-1.707 1.33l.093.146-.084.012-.177-.064c0 .052-.073.085-.24.095l.01.084.189.21a.7.7 0 0 1-.252-.053c-.367.031-.734.303-1.09.806l.094.147c.314-.283.492-.43.544-.43l.022.23c-.052 0-.136.042-.24.094l.199.295A5.9 5.9 0 0 1 6.29 5.291c.23.063.346.125.346.209l.168-.01c1.225-.911 2.44-1.562 3.644-1.97l.012.158c-.22.335-.377.501-.461.511.01.116.052.21.115.305.021.21-.524 1.583-1.635 4.139-2.535 5.93-4.651 10.307-6.359 13.156 0 .052.041.136.094.23.419-.104.691-.197.806-.302l.096-.012.01.158.158-.011.166-.094c0 .052.063.073.168.062l.012.159c.01.157-.075.397-.274.722-.178.2-.355.607-.554 1.225l.01.074.158-.01c.68-.764 1.204-1.52 1.56-2.254 2.001-.586 3.52-1.162 4.578-1.728 1.058-.094 1.876-.365 2.42-.826l-.011-.084-.399.115-.094.01-.01-.084c.776-.116 1.32-.293 1.614-.524 1.519-1.173 2.66-2 3.435-2.492 2.4-1.76 3.531-3.457 3.395-5.07-.01-.168-.545-.828-1.582-1.98-.021-.22.345-.535 1.078-.954l2.086-1.834c.46-.597.744-1.56.838-2.89l-.031-.315c-.084-.932-.756-1.687-2.034-2.264Q18.683.046 15.76 0m2.525 1.037q2.326.094 2.389.817l-.063.158zm-1.482 1.317c1.063-.016 1.617.267 1.672.863l.156-.012-.031-.398.168-.01c.408.22.627.492.648.816.021.22-.094.494-.355.819-.105.01-.168-.064-.178-.221l-.168.012-.041.47c-.702 1.048-1.205 1.582-1.52 1.614q-.425.581-.535.597c-.22.262-.816.712-1.8 1.34-.325.032-1.531.493-3.616 1.404a.6.6 0 0 0-.334-.052l-.012-.147c-.02-.304.107-.681.41-1.142.158-.86.335-1.352.534-1.467l1.738-3.906c-.02-.241.347-.43 1.111-.555l.252-.022.02.221a50 50 0 0 1 1.394-.2 7 7 0 0 1 .487-.024m3.619.39h.027c.139.012.288.263.446.744l.01.147c-.085.01-.24-.242-.471-.744zm-9.836 2.483h.072l.022.23c-.074.01-.177.116-.303.336l-.012-.156q.22-.268.22-.41zM5.6 5.354l.01.072c-.053 0-.136.043-.24.095l-.085.01-.01-.146zM9.885 6.86l.031.315-.084.01-.031-.313zm-.2.567c-.02.262-.084.397-.22.408l-.084.01c.094-.178.147-.303.137-.397zm-.345.816.01.074-.147.25-.158.012-.01-.074q.236-.015.22-.25zm-.358.735-.04.386-.085.01-.03-.387.155-.01zm8.497.28.345.212c.01.104-.042.167-.146.177-.147-.094-.262-.136-.346-.136l-.021-.23zm-6.653.891.012.147-.326.033-.01-.148zm5.363.545c.23.105.347.21.358.293l.01.075q-.328.03-.608-.346zm2.6.252c.178.074.261.148.272.221l.052.617c-.073.168-.146.252-.23.252zm-4.195.065c.84-.014 1.482.184 1.922.605l.03.315c-.376 1.09-.795 1.719-1.245 1.918l-2.096 1.666c-1.56 1.026-2.4 1.538-2.525 1.548-2.483 1.373-4.032 2.075-4.63 2.127l-.095.01c.084-.293 1.185-2.555 3.322-6.808.943-.084 2.43-.525 4.452-1.32l.492-.042q.192-.015.373-.02zm-3.055.49.01.074-.334.031-.012-.074zm-5.226 5.07c-.105.535-.221.808-.336.819l-.01-.075c-.021-.272.094-.513.346-.744m7.101.336.01.147c.01.063-.23.261-.701.607-1.394.681-2.21 1.152-2.452 1.393-1.508.523-2.252.849-2.242.974q-2.01.802-2.638 1.164c-.095.01-.241-.031-.43-.115-.021-.272.093-.494.365-.672.23-.02.463.011.672.106.251-.126.68-.274 1.299-.42l-.012-.156-.492.04c.063-.083.535-.303 1.436-.67l.251-.02.01.073c-.419.032-.66.167-.713.387.01.094.064.147.168.137.304-.21.461-.324.461-.356.608-.115 2.274-.995 5.008-2.619m-7.584.723.01.072c.01.105-.042.17-.147.18l-.01-.074c-.01-.095.042-.157.147-.178m3.77.937c.089-.002.139.049.148.131-.199.021-.566.178-1.121.492l-.084.01-.01-.156a1.6 1.6 0 0 0 1.026-.47q.021-.005.04-.007zM5.936 19.81l.01.082c-.064 0-.138.043-.243.095l-.156.01c-.01-.073.032-.136.137-.168l.252-.02zm-1.918.953.177.072c-.063.471-.198.713-.44.734a1.1 1.1 0 0 0-.513-.105l-.021-.23c-.01-.095.043-.147.158-.178.105-.01.167.061.178.218.282-.345.44-.511.46-.511Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/babelio.svg b/mkdocs-material/material/templates/.icons/simple/babelio.svg new file mode 100644 index 0000000..082af66 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/babelio.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.283 0a14 14 0 0 1-6.566 7.588v4.691a20.5 20.5 0 0 0 6.566-3.676zm3.283 7.7a22.12 22.12 0 0 1-13.132 7.03v4.213a36 36 0 0 0 3.836-.564 35.1 35.1 0 0 0 9.296-3.322zm3.282 7.331a36.75 36.75 0 0 1-19.696 5.686V24h19.696Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/babylondotjs.svg b/mkdocs-material/material/templates/.icons/simple/babylondotjs.svg new file mode 100644 index 0000000..4ba13bb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/babylondotjs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0 1.607 6.002v12L12 24l10.393-6V6L19.14 4.123 16.01 5.93l3.252 1.879v8.384L12 20.387l-7.264-4.194V7.807l10.393-6zm0 8.244-3.254 1.879v3.754h.002v.004L12 15.758l3.252-1.877v-3.76z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/backblaze.svg b/mkdocs-material/material/templates/.icons/simple/backblaze.svg new file mode 100644 index 0000000..fcdc8a1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/backblaze.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.31 0c.653 1.35 1.567 4.082-1.388 7.174-1.81 1.88-3.078 3.849-2.35 6.065.365 1.103 1.187 2.507 2.887 2.785.61.1 1.343 0 1.74-.14 2.454-.855 2.098-3.415 1.555-5.048-.07-.213-.191-.733-.236-.924-.373-1.602.776-2.656 1.129-3.804q.043-.138.07-.272.062-.315.078-.638c0-1.827-.988-2.63-1.775-3.6C10.18.564 9.31 0 9.31 0m6.276 6.018s-.709.336-1.219.883c-.445.482-.863.879-1.294 1.859q-.041.21-.075.438c-.232 1.641 1.148 3.144.719 5.189-.112.535-.355.712-.781 1.637-.51 1.106-.383 2.588.36 3.529.672.849 1.878 1.232 3.052.95 2.106-.505 3.065-2.283 2.896-4.286-.131-1.58-.815-2.753-2.754-4.96-.96-1.093-1.607-2.41-1.562-3.407.137-1.207.658-1.832.658-1.832zM4.893 15.194c-.022.014-.044.061-.059.16a.1.1 0 0 1-.006.02v.01c-.114.54-.165 1.822.116 2.968.353 1.443 1.417 3.902 4.412 5.129 2.518 1.034 5.718.541 7.85-1.627.529-.543.407-.49-.489-.201v-.002c-1.112.356-3.518.546-4.768-1-1.523-1.885-.43-3.363-1.357-3.15-3.616.834-5.267-1.466-5.547-2.102-.002-.002-.086-.249-.152-.205z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/backbonedotjs.svg b/mkdocs-material/material/templates/.icons/simple/backbonedotjs.svg new file mode 100644 index 0000000..9d02491 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/backbonedotjs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.34 0v10.45l3.2-1.83V5.27l2.93 1.67 3.01-1.72zm19.31 0L12.5 5.22l3.02 1.73 2.94-1.68v3.35l3.2 1.83V0zm-9.9 5.64-9.4 5.38V24l9.4-5.36v-3.76l-6.21 3.56v-5.5l6.21-3.54zm.5 0V9.4l6.22 3.54v5.5l-6.22-3.56v3.76L21.66 24V11.02zM7.7 12.3l-1.65.94v1.86l2.17 1.24 3.28-1.87zm8.61 0-3.8 2.16 3.28 1.88 2.17-1.24v-1.86z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/backendless.svg b/mkdocs-material/material/templates/.icons/simple/backendless.svg new file mode 100644 index 0000000..a7850ad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/backendless.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.215 6.16C2.354 6.147.584 6.953 0 8.19c3.68-.998 5.747-.332 8.244 2.638.99 1.184 1.895 2.45 2.992 3.51 1.098 1.08 2.303 2.161 3.637 2.826 2.97 1.475 6.802.415 8.05-1.994-.387.145-.752.27-1.118.416-1.693 1.181-3.92 1.204-5.748-.375-1.873-1.62-3.487-3.532-5.166-5.36C9.276 8.107 7.555 6.55 5.016 6.217a6 6 0 0 0-.801-.057m15.639 1.719c-.957-.013-2 .301-3.043.976-1.034.686-1.96 1.538-2.971 2.348-.603-.395-1.204-.81-1.807-1.205-.043.062-.11.145-.152.207.15.187.324.354.474.54.861.956 1.743 1.931 2.69 2.866.947-.852 1.723-1.598 2.562-2.305 2.411-2.035 4.628-1.725 6.393 1.038-.355-2.828-2.042-4.437-4.146-4.465M4.393 12.615c1.291 5.422 4.733 4.902 7.08 3.738.624.291 1.528.603 2.109.873.043-.062.107-.125.15-.187-1.033-.665-1.978-1.538-2.84-2.37-.215-.207-.41-.415-.603-.622-3.336 2.866-5.896-1.432-5.896-1.432"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/backstage.svg b/mkdocs-material/material/templates/.icons/simple/backstage.svg new file mode 100644 index 0000000..cebe997 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/backstage.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.519 9.3a4.5 4.5 0 0 0 .753-.58l.129-.13a5 5 0 0 0 .444-.525 3.6 3.6 0 0 0 .354-.603 2.7 2.7 0 0 0 .244-.918c.083-1.086-.56-2.166-1.995-3.037L13.669 0 6.934 6.454l-4.386 4.202 6.083 3.691a6.25 6.25 0 0 0 3.235.92c1.396 0 2.733-.493 3.72-1.44 1.073-1.028 1.43-2.358.767-3.465a2.8 2.8 0 0 0-.38-.496 5 5 0 0 0 1.081.12h.009a4.8 4.8 0 0 0 1.736-.324 4.5 4.5 0 0 0 .72-.362m-5.632 3.35c-1.082 1.037-2.823 1.19-4.24.33L5.44 10.427l3.777-3.62 4.28 2.597c1.542.935 1.457 2.225.391 3.247m.5-4.605L10.43 5.643l3.608-3.459 3.885 2.358c1.453.88 1.642 2.073.591 3.08a3.4 3.4 0 0 1-4.127.423m1.673 10.642c-1.096 1.05-2.586 1.63-4.194 1.63a6.93 6.93 0 0 1-3.59-1.02l-5.728-3.473v1.382l6.083 3.691a6.25 6.25 0 0 0 3.235.92c1.396 0 2.733-.494 3.72-1.44.721-.69 1.12-1.519 1.102-2.323v-.1a5 5 0 0 1-.628.735zm0-2.184c-1.096 1.05-2.586 1.628-4.194 1.628a6.94 6.94 0 0 1-3.59-1.019L2.548 13.64v1.382l6.083 3.692a6.25 6.25 0 0 0 3.235.92c1.396 0 2.733-.494 3.72-1.44.721-.69 1.12-1.519 1.102-2.324v-.1a5 5 0 0 1-.628.736zm0-2.185c-1.096 1.051-2.586 1.63-4.194 1.63a6.94 6.94 0 0 1-3.59-1.02l-5.728-3.471v1.382l6.083 3.692a6.25 6.25 0 0 0 3.235.919c1.396 0 2.733-.493 3.72-1.439.721-.691 1.12-1.52 1.102-2.324v-.102a5 5 0 0 1-.628.737zm4.688 1.442a5.27 5.27 0 0 1-3.372 1.448v1.5a4.57 4.57 0 0 0 2.898-1.254c.784-.75 1.184-1.574 1.176-2.388v-.123a5.3 5.3 0 0 1-.702.82zm-4.688 5.108c-1.096 1.051-2.586 1.63-4.194 1.63a6.93 6.93 0 0 1-3.59-1.02l-5.728-3.471v1.382l6.083 3.691a6.25 6.25 0 0 0 3.235.92c1.396 0 2.733-.493 3.72-1.439.721-.691 1.12-1.52 1.102-2.324v-.1a5 5 0 0 1-.628.735zm4.803-11.77q-.057.06-.115.116a5 5 0 0 1-.596.485 5 5 0 0 1-.65.392 5.3 5.3 0 0 1-1.47.487 5.5 5.5 0 0 1-.792.088 3 3 0 0 1 .07.275 3 3 0 0 1 .064.672v.541h.003a4.7 4.7 0 0 0 1.42-.31 4.5 4.5 0 0 0 1.478-.943c.045-.043.084-.087.126-.13a4.6 4.6 0 0 0 .444-.526 3.6 3.6 0 0 0 .354-.602 2.7 2.7 0 0 0 .242-.921c.005-.07.012-.139.011-.208v-.113q-.06.087-.126.173a5 5 0 0 1-.463.525zm0 4.365c-.039.04-.073.079-.112.118a5.28 5.28 0 0 1-3.372 1.448v1.494a4.57 4.57 0 0 0 2.898-1.253 4.1 4.1 0 0 0 .922-1.26 2.7 2.7 0 0 0 .242-.921c.005-.07.011-.139.01-.208v-.123q-.06.09-.126.18a5 5 0 0 1-.462.525m0-2.184c-.039.039-.073.079-.112.117a5 5 0 0 1-.595.485 5 5 0 0 1-.652.392 5.35 5.35 0 0 1-2.125.57v1.495a4.57 4.57 0 0 0 2.898-1.253c.045-.043.084-.087.127-.13a4.6 4.6 0 0 0 .444-.526 3.6 3.6 0 0 0 .351-.603 2.7 2.7 0 0 0 .242-.92c.005-.07.011-.14.01-.208v-.123q-.059.09-.127.18a5 5 0 0 1-.461.525z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/badoo.svg b/mkdocs-material/material/templates/.icons/simple/badoo.svg new file mode 100644 index 0000000..874e8a7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/badoo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.68 2.809c3.392 0 6.32 2.788 6.32 6.228 0 6.71-6.6 12.158-12 12.158S0 15.748 0 9.037c0-3.44 2.928-6.228 6.32-6.228 4.128 0 5.578 3.179 5.68 3.411a6.08 6.08 0 0 1 5.67-3.411zm1.078 6.488V9.11h-2.38v.186c0 2.352-1.97 4.276-4.378 4.276-2.417 0-4.369-1.924-4.369-4.276V9.11H5.233v.186c0 1.766.697 3.42 1.98 4.666a6.8 6.8 0 0 0 4.778 1.933 6.8 6.8 0 0 0 4.777-1.933 6.49 6.49 0 0 0 1.98-4.666Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/baidu.svg b/mkdocs-material/material/templates/.icons/simple/baidu.svg new file mode 100644 index 0000000..9673547 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/baidu.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.154 0C7.71 0 6.54 1.658 6.54 3.707c0 2.051 1.171 3.71 2.615 3.71 1.446 0 2.614-1.659 2.614-3.71C11.768 1.658 10.6 0 9.154 0m7.025.594C14.86.58 13.347 2.589 13.2 3.927c-.187 1.745.25 3.487 2.179 3.735 1.933.25 3.175-1.806 3.422-3.364.252-1.555-.995-3.364-2.362-3.674a1.2 1.2 0 0 0-.261-.03zM3.582 5.535a3 3 0 0 0-.156.008c-2.118.19-2.428 3.24-2.428 3.24-.287 1.41.686 4.425 3.297 3.864 2.617-.561 2.262-3.68 2.183-4.362-.125-1.018-1.292-2.773-2.896-2.75m16.534 1.753c-2.308 0-2.617 2.119-2.617 3.616 0 1.43.121 3.425 2.988 3.362s2.553-3.238 2.553-3.988c0-.745-.62-2.99-2.924-2.99m-8.264 2.478c-1.424.014-2.708.925-3.323 1.947-1.118 1.868-2.863 3.05-3.112 3.363-.25.309-3.61 2.116-2.864 5.42.746 3.301 3.365 3.237 3.365 3.237s1.93.19 4.171-.31c2.24-.495 4.17.123 4.17.123s5.233 1.748 6.665-1.616c1.43-3.364-.808-5.109-.808-5.109s-2.99-2.306-4.736-4.798c-1.072-1.665-2.348-2.268-3.528-2.257m-2.234 3.84 1.542.024v8.197H7.758c-1.47-.291-2.055-1.292-2.13-1.462-.072-.173-.488-.976-.268-2.343.635-2.049 2.447-2.196 2.447-2.196h1.81zm3.964 2.39v3.881c.096.413.612.488.612.488h1.614v-4.343h1.689v5.782h-3.915c-1.517-.39-1.59-1.465-1.59-1.465v-4.317zm-5.458 1.147c-.66.197-.978.708-1.05.928-.076.22-.247.78-.1 1.269.294 1.095 1.248 1.144 1.248 1.144h1.37v-3.34z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bakalari.svg b/mkdocs-material/material/templates/.icons/simple/bakalari.svg new file mode 100644 index 0000000..6035c1f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bakalari.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0c-.385 0-.77.102-1.11.307L2.762 5.193a2.15 2.15 0 0 0-1.043 1.84v9.93a2.15 2.15 0 0 0 1.043 1.843l8.126 4.886c.683.41 1.537.41 2.22 0l8.128-4.886a2.15 2.15 0 0 0 1.043-1.842v-9.93c0-.754-.396-1.452-1.043-1.84L13.11.306A2.15 2.15 0 0 0 12 0m-.094 3.462c.224-.001.449.056.65.17l6.192 3.548c.402.23.65.658.65 1.12v1.85c0 .468-.253.898-.66 1.127l-1.296.722 1.295.724c.408.228.661.659.661 1.126v1.849c0 .462-.248.89-.65 1.12l-6.192 3.549a1.29 1.29 0 0 1-1.297-.008l-6.022-3.55a1.29 1.29 0 0 1-.635-1.111V8.3c0-.457.242-.88.635-1.112l6.022-3.547c.2-.118.423-.177.647-.179m.018 2.782L7.182 9.037v5.924l4.742 2.793 4.894-2.803v-.344l-1.413-.788c-.34-.19-.55-.55-.55-.94V11.12c0-.39.21-.75.55-.94l1.413-.787v-.345z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bamboo.svg b/mkdocs-material/material/templates/.icons/simple/bamboo.svg new file mode 100644 index 0000000..48ea7c7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bamboo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.714 13.643h-4.989a.65.65 0 0 0-.655.555 4.114 4.114 0 0 1-4.062 3.53l1.35 6.173a10.374 10.374 0 0 0 9.008-9.545.65.65 0 0 0-.652-.713m-8.632-.158 7.2-6.171a.645.645 0 0 0 0-.984l-7.2-6.17a.648.648 0 0 0-1.075.483v12.342a.651.651 0 0 0 1.074.5zM1.727 14.99A10.385 10.385 0 0 0 12.012 24v-6.27a4.093 4.093 0 0 1-4.1-4.087zm-.096-1.447v.1h6.28a4.093 4.093 0 0 1 4.098-4.088l-1.348-6.17a10.37 10.37 0 0 0-9.03 10.158"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bambulab.svg b/mkdocs-material/material/templates/.icons/simple/bambulab.svg new file mode 100644 index 0000000..a09c705 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bambulab.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.662 24V8.959l8.535 3.369V24zm-9.859-.003v-7.521l8.534-3.371-.001 10.892zM2.803 0h8.533l.001 11.672-8.534 3.369zm9.859 0h8.535v10.892l-8.535-3.371z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bandcamp.svg b/mkdocs-material/material/templates/.icons/simple/bandcamp.svg new file mode 100644 index 0000000..3fc7c75 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bandcamp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m0 18.75 7.437-13.5H24l-7.438 13.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bandlab.svg b/mkdocs-material/material/templates/.icons/simple/bandlab.svg new file mode 100644 index 0000000..4b37f60 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bandlab.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.32 6.076 3.567 6.164A8.84 8.84 0 0 1 24 16.255C24 20.76 20.455 24 15.425 24h-6.85C3.545 24 0 20.76 0 16.255a8.9 8.9 0 0 1 1.102-4.015l3.567-6.164h3.349L3.84 13.342a6.03 6.03 0 0 0-.829 2.869c0 2.869 1.964 4.909 5.651 4.909h6.654c3.709 0 5.662-2.04 5.662-4.909a6.04 6.04 0 0 0-.829-2.869l-4.167-7.266zm-8.444 11.509c-1.581 0-2.531-.927-2.531-2.236 0-1.789 1.822-3.349 3.819-3.785L7.473 0h8.182l1.505 2.891h-5.727l3.414 8.345c.295.655.448 1.364.448 2.073 0 2.476-2.455 4.276-4.419 4.276"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bandrautomation.svg b/mkdocs-material/material/templates/.icons/simple/bandrautomation.svg new file mode 100644 index 0000000..0391c72 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bandrautomation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 16.444H0v2.088h24zm-8.812-1.59-1.418-1.766.623-.767-.831-1.036-.623.767-1.565-1.959 2.192.008V8.592H9.39v1.405l.667.835c-.072.036-.538.245-.691.349-.442.27-.775.688-.939 1.18a2.05 2.05 0 0 0 1.04 2.349c.823.417 1.931.333 2.758-.04.168-.081.333-.177.482-.289l.124-.093.458.566zM6.179 9.989a2.11 2.11 0 0 0 1.204-1.984c0-1.541-1.116-2.537-2.991-2.537H0v9.39h4.549c2.111 0 3.123-1.216 3.123-2.629a2.26 2.26 0 0 0-1.489-2.24zm15.035 1.401s2.132-.442 2.132-2.931c0-1.75-1.076-2.991-3.252-2.991h-4.445v9.39h2.092V11.39h1.004l2.778 3.468h2.473L21.21 11.39zm-11.073 1.911a.71.71 0 0 1-.044-.831c.209-.261.482-.466.795-.59l1.072 1.353q-.318.209-.667.365a1.15 1.15 0 0 1-.975-.133 1 1 0 0 1-.177-.168zm-5.837-.008H2.088v-2.61h2.256c.911 0 1.453.45 1.453 1.305 0 .803-.518 1.305-1.493 1.305M17.745 9.78V7.259h2.212c.92 0 1.494.385 1.494 1.26 0 .799-.538 1.261-1.494 1.261zM2.088 7.062h2.007c.763 0 1.216.401 1.216 1.116s-.453 1.168-1.32 1.168H2.088z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bandsintown.svg b/mkdocs-material/material/templates/.icons/simple/bandsintown.svg new file mode 100644 index 0000000..88eb1d0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bandsintown.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.399 12.8v4.8H19.2v1.6H4.799V0H0v24h24V12.8zm4.801-8H6.399v6.4H11.2zm6.4 0h-4.8v6.4h4.8zM24 0h-4.8v11.2H24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bankofamerica.svg b/mkdocs-material/material/templates/.icons/simple/bankofamerica.svg new file mode 100644 index 0000000..6362924 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bankofamerica.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.194 7.57c.487-.163 1.047-.307 1.534-.451-1.408-.596-3.176-1.227-4.764-1.625-.253.073-1.01.271-1.534.434.541.162 2.328.577 4.764 1.642m-8.896 6.785c.577.343 1.19.812 1.786 1.209 3.952-3.068 7.85-5.432 12.127-6.767-.596-.307-1.119-.578-1.787-.902-2.562.65-6.947 2.4-12.126 6.46m-.758-6.46c-2.112.974-4.331 2.31-5.54 3.085.433.199.866.361 1.461.65 2.671-1.805 4.764-2.905 5.594-3.266-.595-.217-1.154-.361-1.515-.47zm8.066.234c-.686-.379-3.068-1.263-4.71-1.642-.487.18-1.173.451-1.642.65.595.162 2.815.758 4.71 1.714.487-.235 1.173-.523 1.642-.722m-3.374 1.552c-.56-.27-1.173-.523-1.643-.74-1.425.704-3.284 1.769-5.63 3.447.505.27 1.047.595 1.624.92 1.805-1.335 3.627-2.598 5.649-3.627m1.732 8.825c3.79-3.249 9.113-6.407 12.036-7.544a48 48 0 0 0-1.949-1.155c-3.771 1.246-8.174 4.007-12.108 7.129.667.505 1.371 1.028 2.02 1.57zm2.851-.235h-.108l-.18-.27h-.109v.27h-.072v-.596h.27c.055 0 .109 0 .145.036.054.019.072.073.072.127 0 .108-.09.162-.198.162zm-.289-.343c.09 0 .199.018.199-.09 0-.072-.072-.09-.144-.09h-.163v.18zm-.523.036c0-.289.235-.523.541-.523s.542.234.542.523a.543.543 0 0 1-.542.542.53.53 0 0 1-.54-.542m.107 0c0 .235.199.433.451.433a.424.424 0 1 0 0-.848c-.27 0-.45.199-.45.415"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/barclays.svg b/mkdocs-material/material/templates/.icons/simple/barclays.svg new file mode 100644 index 0000000..b38db59 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/barclays.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.043 3.629a3.2 3.2 0 0 0-1.048-.54 3 3 0 0 0-.937-.144h-.046c-.413.006-1.184.105-1.701.71a1.14 1.14 0 0 0-.226 1.023.9.9 0 0 0 .555.63s.088.032.228.058c-.04.078-.136.214-.136.214-.179.265-.576.612-1.668.612h-.063c-.578-.038-1.056-.189-1.616-.915-.347-.45-.523-1.207-.549-2.452-.022-.624-.107-1.165-.256-1.6-.1-.29-.333-.596-.557-.742a2.6 2.6 0 0 0-.694-.336c-.373-.12-.848-.14-1.204-.146-.462-.01-.717.096-.878.292-.027.033-.032.05-.068.046-.084-.006-.272-.006-.328-.006-.264 0-.498.043-.721.09-.47.1-.761.295-1.019.503-.12.095-.347.365-.399.653a.76.76 0 0 0 .097.578c.14-.148.374-.264.816-.266.493-.002 1.169.224 1.406.608.336.547.27.99.199 1.517-.183 1.347-.68 2.048-1.783 2.203q-.288.04-.56.04c-.776 0-1.34-.248-1.63-.716a.7.7 0 0 1-.088-.168s.087-.021.163-.056c.294-.14.514-.344.594-.661.09-.353.004-.728-.23-1.007-.415-.47-.991-.708-1.713-.708-.4 0-.755.076-.982.14-.908.256-1.633.947-2.214 2.112-.412.824-.7 1.912-.81 3.067-.11 1.13-.056 2.085.019 2.949.124 1.437.363 2.298.708 3.22a15.7 15.7 0 0 0 1.609 3.19c.09-.094.15-.161.308-.318.188-.19.724-.893.876-1.11.19-.27.51-.779.664-1.147l.15.119c.16.127.252.348.249.592-.003.215-.053.464-.184.922a8.7 8.7 0 0 1-.784 1.818c-.189.341-.27.508-.199.584.015.015.038.03.06.026.116 0 .34-.117.585-.304.222-.17.813-.672 1.527-1.675a15.5 15.5 0 0 0 1.452-2.521c.12.046.255.101.317.226a.92.92 0 0 1 .08.563c-.065.539-.379 1.353-.63 1.94-.425.998-1.208 2.115-1.788 2.877-.022.03-.163.197-.186.227.9.792 1.944 1.555 3.007 2.136.725.408 2.203 1.162 3.183 1.424.98-.262 2.458-1.016 3.184-1.424a17 17 0 0 0 3.003-2.134c-.05-.076-.13-.158-.183-.23-.582-.763-1.365-1.881-1.79-2.875-.25-.59-.563-1.405-.628-1.94-.028-.221-.002-.417.08-.565.033-.098.274-.218.317-.226.405.884.887 1.73 1.452 2.522.715 1.003 1.306 1.506 1.527 1.674.248.191.467.304.586.304a.07.07 0 0 0 .044-.012c.094-.069.017-.234-.183-.594a9 9 0 0 1-.786-1.822c-.13-.456-.18-.706-.182-.92-.004-.246.088-.466.248-.594l.15-.118c.155.373.5.919.665 1.147.15.216.685.919.876 1.11.156.158.22.222.308.32a15.7 15.7 0 0 0 1.609-3.19c.343-.923.583-1.784.707-3.222.075-.86.128-1.81.02-2.948-.101-1.116-.404-2.264-.81-3.068-.249-.49-.605-1.112-1.171-1.566"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/baremetrics.svg b/mkdocs-material/material/templates/.icons/simple/baremetrics.svg new file mode 100644 index 0000000..08ba795 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/baremetrics.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22.109 7.951 1.485 2.464a3.5 3.5 0 0 1 0 3.275l-4.505 7.717a3.33 3.33 0 0 1-2.94 1.793H7.83a3.34 3.34 0 0 1-2.94-1.793l-1.555-2.632 6.139-5.695 4.447 2.578a1.093 1.093 0 0 0 1.456-.198zm-13.39.628L1.99 16.15.406 13.725a3.5 3.5 0 0 1 0-3.27L5.158 2.59A3.34 3.34 0 0 1 8.1.8h8.008c1.228 0 2.357.687 2.942 1.79l1.616 2.722-6.017 5.592-4.432-2.574a1.1 1.1 0 0 0-1.499.248z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/barmenia.svg b/mkdocs-material/material/templates/.icons/simple/barmenia.svg new file mode 100644 index 0000000..e502d7b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/barmenia.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.046 13.427v6.395h5.709a5.4 5.4 0 0 0 2.377-.422q1.532-.806 1.532-2.999a2.59 2.59 0 0 0-1.492-2.571 5.8 5.8 0 0 0-2.347-.403zm0-9.26v5.287h5.714a4.7 4.7 0 0 0 2.486-.592q.955-.597.955-2.109 0-1.676-1.263-2.213a8.6 8.6 0 0 0-2.78-.368zm12.761-1.611a6.2 6.2 0 0 1 1.079 3.66 5.43 5.43 0 0 1-1.089 3.531 5.6 5.6 0 0 1-1.791 1.388 5.23 5.23 0 0 1 2.716 2.113 6.47 6.47 0 0 1 .915 3.481 7.07 7.07 0 0 1-1.05 3.854 6.47 6.47 0 0 1-4.316 3.093c-1.093.222-2.207.33-3.322.324H2.361V0H13.72q4.296.07 6.087 2.556"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/basecamp.svg b/mkdocs-material/material/templates/.icons/simple/basecamp.svg new file mode 100644 index 0000000..18302ed --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/basecamp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.652 22.453c-4.033 0-7.575-1.554-10.244-4.495a1.11 1.11 0 0 1-.22-1.133c.701-1.889 2.594-6.281 5.021-6.295h.013c1.219 0 2.13.965 2.864 1.741.22.232.555.587.782.761.566-.559 1.678-2.416 2.542-4.278a1.112 1.112 0 0 1 2.017.936c-2.621 5.65-4.019 5.65-4.478 5.65-1.022 0-1.762-.784-2.479-1.542-.32-.339-.988-1.045-1.248-1.045-.567.095-1.809 2.053-2.697 4.204 2.193 2.172 4.923 3.272 8.127 3.272 4.395 0 7.683-1.196 9.1-3.295-.49-5.585-3.565-13.163-9.1-13.163-4.686 0-8.216 3.264-10.492 9.7a1.112 1.112 0 0 1-2.096-.74C2.688 5.308 6.923 1.546 12.652 1.546c7.482 0 10.93 9.561 11.345 15.588a1.1 1.1 0 0 1-.145.631c-1.74 3.023-5.718 4.687-11.2 4.687Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/baserow.svg b/mkdocs-material/material/templates/.icons/simple/baserow.svg new file mode 100644 index 0000000..7147ff7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/baserow.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.291.068A1.29 1.29 0 0 0 0 1.36v3.352a1.29 1.29 0 0 0 1.291 1.291h3.354a1.29 1.29 0 0 0 1.289-1.291V1.359A1.29 1.29 0 0 0 4.644.07Zm9.033 0a1.29 1.29 0 0 0-1.29 1.291v3.352a1.29 1.29 0 0 0 1.29 1.291H22.71A1.29 1.29 0 0 0 24 4.711V1.359A1.29 1.29 0 0 0 22.709.07ZM1.291 9.033A1.29 1.29 0 0 0 0 10.323v3.353a1.29 1.29 0 0 0 1.291 1.29h21.418A1.29 1.29 0 0 0 24 13.677v-3.354a1.29 1.29 0 0 0-1.291-1.289Zm0 8.965A1.29 1.29 0 0 0 0 19.289v3.352a1.29 1.29 0 0 0 1.291 1.29h12.385a1.29 1.29 0 0 0 1.29-1.29v-3.352a1.29 1.29 0 0 0-1.29-1.291zm18.064 0a1.29 1.29 0 0 0-1.289 1.291v3.352a1.29 1.29 0 0 0 1.29 1.29h3.353A1.29 1.29 0 0 0 24 22.642V19.29a1.29 1.29 0 0 0-1.291-1.291z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/basicattentiontoken.svg b/mkdocs-material/material/templates/.icons/simple/basicattentiontoken.svg new file mode 100644 index 0000000..f1823e8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/basicattentiontoken.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23.917 21.886.062-.124v-.042c0-.041.021-.083.021-.103v-.042c0-.041 0-.103-.02-.145l-.063-.124v-.021L12.54 2.135a.62.62 0 0 0-.54-.311.65.65 0 0 0-.539.31L.083 21.265v.021l-.062.124C0 21.451 0 21.513 0 21.554v.042c0 .041 0 .083.02.103v.042c.021.041.021.083.063.124l.02.021c.021.041.042.083.084.104l.062.062c.02.02.041.041.062.041.02.021.062.021.083.042.02 0 .041.02.062.02a.5.5 0 0 0 .166.021h22.736c.062 0 .103 0 .165-.02.021 0 .042-.021.063-.021.041-.021.062-.021.103-.042.02-.02.042-.02.062-.041l.062-.062a.4.4 0 0 0 .083-.104zM12 11.316l3.627 5.845H8.373zm-.622-1.347-4.56 7.357-4.455 2.55 9.015-15.15zM7.42 18.425h9.14l4.456 2.55H2.964zm9.761-1.099-4.56-7.357V4.725l9.016 15.15z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bastyon.svg b/mkdocs-material/material/templates/.icons/simple/bastyon.svg new file mode 100644 index 0000000..575de23 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bastyon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.333 19.849a5.44 5.44 0 0 0-6.5-.829 7.9 7.9 0 0 1-3.837.987A8 8 0 0 1 5 15.91a5.47 5.47 0 0 1-.037 5.359 11.6 11.6 0 0 0 12.671.9 1.825 1.825 0 0 1 2.188.3L21.356 24l2.562-2.568Zm-2.096.404a11.664 11.664 0 0 0 1.931-13.89 1.836 1.836 0 0 1 .3-2.193L24 2.635 21.438.067l-1.58 1.589a5.47 5.47 0 0 0-.827 6.516A8 8 0 0 1 15.916 19l2.086 3c.917-.51 1.471-.981 2.235-1.747m-.005-16.481A11.6 11.6 0 0 0 6.373 1.836a1.8 1.8 0 0 1-.9.235 1.82 1.82 0 0 1-1.291-.536L2.654 0 .091 2.568l1.586 1.583A5.42 5.42 0 0 0 5.476 5.7a5.4 5.4 0 0 0 2.7-.718A7.96 7.96 0 0 1 18.985 8.1l3.083-1.94a10.5 10.5 0 0 0-1.836-2.388M5 15.909l-.034-.062A8 8 0 0 1 8.084 5.015l-2.023-3.03C5.144 2.5 4.527 3 3.763 3.766a11.664 11.664 0 0 0-1.931 13.89 1.836 1.836 0 0 1-.3 2.193L0 21.384l2.562 2.568 1.579-1.589a5.5 5.5 0 0 0 .824-1.094A5.47 5.47 0 0 0 5 15.909"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bat.svg b/mkdocs-material/material/templates/.icons/simple/bat.svg new file mode 100644 index 0000000..f1c3c9e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.326 5.871a.17.17 0 0 0-.083.023l-8.08 4.735a.33.33 0 0 0 0 .568l2.964 1.736.667.39c.306.18 1.555.93 1.898 1.136a.17.17 0 0 0 .176 0l3.245-1.891a.14.14 0 0 0 .072-.126.15.15 0 0 0-.073-.126c-.412-.238-1.294-.748-1.625-.942l-.793-.465 1.521-.88a.56.56 0 0 0 .277-.483v-3.51a.166.166 0 0 0-.166-.165m7.349 0a.165.165 0 0 0-.167.166v3.51a.56.56 0 0 0 .277.481l1.514.885-3.164 1.856a.246.246 0 0 1-.37-.212V8.274a.19.19 0 0 0-.093-.162.19.19 0 0 0-.186-.006c-.12.062-1.095.532-1.54.746a57 57 0 0 1-1.432-.672c-.059-.03-.126-.021-.186.006-.05.023-.092.096-.092.163v4.208c0 .088.011.38-.304.562l-3.294 1.904 5.363 3.106 11.836-6.932a.33.33 0 0 0 0-.568l-2.814-1.65-.214-.125-.002-.001-5.05-2.959a.17.17 0 0 0-.082-.023z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bata.svg b/mkdocs-material/material/templates/.icons/simple/bata.svg new file mode 100644 index 0000000..3689cab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bata.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.397 13.003c.244-1.308 1.795-1.974 2.936-1.91.436.025.82.154 1.039.41.09-.09.18-.192.269-.282.051-.051.205-.038.346-.013.154.026.32.09.423.09s.36-.077.603-.115.461-.026.423.064l-.218.538-.705 1.73c-.141.347.41.257 1.166-.55.129.09.193.102.321.423-.654.564-1.27.961-2.128 1.256-.77.27-1.346-.115-1.526-.756-1.102 1.025-2.628 1.013-3.064-.141-.718.359-1.564.73-1.923.833-.282.077-.526.141-.77.141-.384 0-.794-.346-.666-.872-.628.282-1.128.462-1.846.705-.77.27-1.218-.025-1.398-.666-1.102 1.025-2.628 1.013-3.064-.141-.436.205-1.025.513-1.577.73-.884.398-1.923.321-2.692-.487l.257-.397c.359.384.807.372 1.153.051.372-.333.603-.974.436-1.513-.077-.23-.333-.41-.833-.384l.154-.41c.5-.013.897-.09 1.115-.398.308-.449.308-1.128-.346-1.115a1.3 1.3 0 0 0-.41.077c-.116.333-.308.73-.475 1.14-.371.95-.782 2-1.256 2.68-.564.808-1.18.962-1.667.936-.512-.039-.91-.192-1.474-.692 0-.218.013-.308.064-.577.218.269.898.564 1.115.243.488-.718 1.026-2.102 1.436-3-.359.116-.705.346-1.18.68 0-.051-.153-.18-.153-.334.77-.884 2.115-1.423 3.026-1.615 1.397-.295 2.884.128 3.115 1.013.154.59-.538 1.14-1.192 1.218.372.218.769.602.872 1.077.05.23.038.487-.039.73.218-.102.487-.23.654-.307.27-1.885 3.192-2.487 3.987-1.59l.27-.282c.05-.051.204-.038.346-.013.153.026.32.09.423.09s.359-.077.602-.115c.244-.039.462-.026.423.064l-.91 2.269c-.205.513 1.308-.398 1.397-.449l.654-1.384-.666.012.115-.564h.744c.128-.166.153-.359.32-.474.218-.167.718-.077.949-.23.205-.129.359-.321.538-.629.154-.256.744-.192.628.051l-.512 1.295h.653c.308.013.039.539-.307.539l-.539.012-.628 1.629c-.205.5.59.025 1.192-.32zm-6.012-1.115c-.077-.244-.282-.308-.475-.295-.436.051-.859.538-1.077.872-.346.538-.269 1.346.295 1.192.577-.154 1.36-1.41 1.257-1.77zm9.666 0c-.077-.244-.282-.308-.474-.295-.436.051-.86.538-1.077.872-.346.538-.27 1.346.295 1.192.577-.154 1.359-1.41 1.256-1.77Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/battledotnet.svg b/mkdocs-material/material/templates/.icons/simple/battledotnet.svg new file mode 100644 index 0000000..643e375 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/battledotnet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.94 8.296C15.9 6.892 11.534 6 7.426 6.332c.206-1.36.714-2.308 1.548-2.508 1.148-.275 2.4.48 3.594 1.854.782.102 1.71.28 2.355.429C12.747 2.013 9.828-.282 7.607.565c-1.688.644-2.553 2.97-2.448 6.094-2.2.468-3.915 1.3-5.013 2.495-.056.065-.181.227-.137.305.034.058.146-.008.194-.04 1.274-.89 2.904-1.373 5.027-1.676.303 3.333 1.713 7.56 4.055 10.952-1.28.502-2.356.536-2.946-.087-.812-.856-.784-2.318-.19-4.04a27 27 0 0 1-.807-2.254c-2.459 3.934-2.986 7.61-1.143 9.11 1.402 1.14 3.847.725 6.502-.926 1.505 1.672 3.083 2.74 4.667 3.094.084.015.287.043.332-.034.034-.06-.08-.124-.131-.149-1.408-.657-2.64-1.828-3.964-3.515 2.735-1.929 5.691-5.263 7.457-8.988 1.076.86 1.64 1.773 1.398 2.595-.336 1.131-1.615 1.84-3.403 2.185a28 28 0 0 1-1.548 1.826c4.634.16 8.08-1.22 8.458-3.565.286-1.786-1.295-3.696-4.053-5.17.696-2.139.832-4.04.346-5.588-.029-.08-.106-.27-.196-.27-.068 0-.067.13-.063.187.135 1.547-.263 3.2-1.062 5.19zm-8.533 9.869c-1.96-3.145-3.09-6.849-3.082-10.594 3.702-.124 7.474.748 10.714 2.627-1.743 3.269-4.385 6.1-7.633 7.966z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bazel.svg b/mkdocs-material/material/templates/.icons/simple/bazel.svg new file mode 100644 index 0000000..8a8b971 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bazel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.747 23.82 6.25 18.32v-5.535l5.498 5.499zm-.103-17.641.176-.177L6 .18.177 6.002l5.822 5.827zM0 6.532v5.535l5.749 5.754v-5.535l-.104-.103zm17.648 5.65-5.65-5.65-5.646 5.65 5.645 5.646zm.103 5.89v-5.286l-5.504 5.499v5.535l5.504-5.499zM24 6.531l-5.645 5.65-.104.104v5.535L24 12.067zm-.177-.53L18.001.18l-5.827 5.822 5.827 5.827z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/beatport.svg b/mkdocs-material/material/templates/.icons/simple/beatport.svg new file mode 100644 index 0000000..bbf4b7b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/beatport.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.429 17.055a7.1 7.1 0 0 1-.794 3.246 6.9 6.9 0 0 1-2.181 2.492 6.7 6.7 0 0 1-3.063 1.163 6.65 6.65 0 0 1-3.239-.434 6.8 6.8 0 0 1-2.668-1.932 7 7 0 0 1-1.481-2.983 7.1 7.1 0 0 1 .049-3.345 7 7 0 0 1 1.566-2.937l-4.626 4.73-2.421-2.479 5.201-5.265a3.8 3.8 0 0 0 1.066-2.675V0h3.41v6.613a7.2 7.2 0 0 1-.519 2.794 7 7 0 0 1-1.559 2.353l-.153.156a6.77 6.77 0 0 1 3.49-1.725 6.7 6.7 0 0 1 3.845.5 6.87 6.87 0 0 1 2.959 2.564 7.1 7.1 0 0 1 1.118 3.8m-3.089 0a3.9 3.9 0 0 0-.611-2.133 3.75 3.75 0 0 0-1.666-1.424 3.65 3.65 0 0 0-2.158-.233 3.7 3.7 0 0 0-1.92 1.037 3.85 3.85 0 0 0-1.031 1.955 3.9 3.9 0 0 0 .205 2.213c.282.7.76 1.299 1.374 1.721a3.67 3.67 0 0 0 2.076.647 3.64 3.64 0 0 0 2.635-1.096c.347-.351.622-.77.81-1.231s.285-.956.286-1.456"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/beats.svg b/mkdocs-material/material/templates/.icons/simple/beats.svg new file mode 100644 index 0000000..6457880 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/beats.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.625 0v15h8.25a7.5 7.5 0 0 0 0-15zm17.016 11.705c-1.571 3.261-4.91 5.517-8.766 5.517h-8.25V24h11.25a7.5 7.5 0 0 0 5.766-12.295"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/beatsbydre.svg b/mkdocs-material/material/templates/.icons/simple/beatsbydre.svg new file mode 100644 index 0000000..d373ca5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/beatsbydre.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.01 15.6a3.6 3.6 0 1 0-3.6-3.6 3.6 3.6 0 0 0 3.6 3.6m0-15.598a12 12 0 0 0-3.6.552V7.2A6 6 0 1 1 6.01 12V1.603a11.999 11.999 0 1 0 6-1.601"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/beatstars.svg b/mkdocs-material/material/templates/.icons/simple/beatstars.svg new file mode 100644 index 0000000..bc8fbf6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/beatstars.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17.217 11.996-3.308 1.079v3.478l-2.052-2.818-3.309 1.079 2.043-2.818-2.043-2.819 3.31 1.08 2.05-2.819v3.487zm0 0v7.277H6.854V4.584h10.363zl4.585-1.49v-7.67L19.135 0H2.198v24h16.92l2.684-2.685v-7.83z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/beekeeperstudio.svg b/mkdocs-material/material/templates/.icons/simple/beekeeperstudio.svg new file mode 100644 index 0000000..625cb5a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/beekeeperstudio.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.01 4.624 13.853.504a3.72 3.72 0 0 0-3.741 0L8.242 1.589v10.42a3.755 3.755 0 0 0 3.742 3.758c.64 0 1.296-.164 1.87-.509a3.74 3.74 0 0 0 1.871-3.249 3.755 3.755 0 0 0-3.741-3.758V5.904c.64 0 1.296.164 1.87.508l2.035 1.182a3.74 3.74 0 0 1 1.871 3.25v2.346c0 1.329-.706 2.576-1.87 3.249l-2.036 1.182c-.574.328-1.23.508-1.87.508s-1.297-.164-1.871-.509L8.078 16.44a3.74 3.74 0 0 1-1.87-3.25V2.754l-3.234 1.87a3.74 3.74 0 0 0-1.87 3.25v8.254c0 1.33.705 2.577 1.87 3.25l7.155 4.118a3.72 3.72 0 0 0 3.742 0l7.155-4.119a3.74 3.74 0 0 0 1.87-3.249V7.873a3.82 3.82 0 0 0-1.887-3.25M9.685 9.054a3.5 3.5 0 0 0-.558.542V6.97l.558-.328zm1.428-.689c-.197.05-.378.099-.558.18V6.184c.18-.082.377-.132.558-.18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/behance.svg b/mkdocs-material/material/templates/.icons/simple/behance.svg new file mode 100644 index 0000000..d9132ec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/behance.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.969 16.927a2.56 2.56 0 0 0 1.901.677 2.5 2.5 0 0 0 1.531-.475c.362-.235.636-.584.779-.99h2.585a5.1 5.1 0 0 1-1.9 2.896 5.3 5.3 0 0 1-3.091.88 5.8 5.8 0 0 1-2.284-.433 4.9 4.9 0 0 1-1.723-1.211 5.7 5.7 0 0 1-1.08-1.874 7 7 0 0 1-.383-2.393c-.005-.8.129-1.595.396-2.349a5.31 5.31 0 0 1 5.088-3.604 4.9 4.9 0 0 1 2.376.563c.661.362 1.231.87 1.668 1.485a6.2 6.2 0 0 1 .943 2.133c.194.821.263 1.666.205 2.508h-7.699c-.063.79.184 1.574.688 2.187M6.947 4.084a8 8 0 0 1 1.928.198 4.3 4.3 0 0 1 1.49.638c.418.303.748.711.958 1.182.241.579.357 1.203.341 1.83a3.5 3.5 0 0 1-.506 1.961 3.7 3.7 0 0 1-1.503 1.287 3.6 3.6 0 0 1 2.027 1.437c.464.747.697 1.615.67 2.494a4.6 4.6 0 0 1-.423 2.032 3.95 3.95 0 0 1-1.163 1.413 5.1 5.1 0 0 1-1.683.807 7.1 7.1 0 0 1-1.928.259H0V4.084zm-.235 12.9q.464.006.916-.099a2.2 2.2 0 0 0 .766-.332c.228-.158.411-.371.534-.619.142-.317.208-.663.191-1.009a2.08 2.08 0 0 0-.642-1.715 2.62 2.62 0 0 0-1.696-.505h-3.54v4.279zm13.635-5.967a2.13 2.13 0 0 0-1.654-.619 2.34 2.34 0 0 0-1.163.259 2.5 2.5 0 0 0-.738.62 2.4 2.4 0 0 0-.396.792q-.111.36-.137.734h4.769a3.24 3.24 0 0 0-.679-1.785zm-13.813-.648a2.25 2.25 0 0 0 1.423-.433c.399-.355.607-.88.56-1.413a1.9 1.9 0 0 0-.178-.891 1.3 1.3 0 0 0-.495-.533 1.85 1.85 0 0 0-.711-.274 4 4 0 0 0-.835-.073H3.241v3.631h3.293zM21.62 5.122h-5.976v1.527h5.976z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/beijingsubway.svg b/mkdocs-material/material/templates/.icons/simple/beijingsubway.svg new file mode 100644 index 0000000..ee62052 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/beijingsubway.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.729 23.936c-2.182-.257-4.152-1.048-5.948-2.389-.586-.437-1.636-1.465-2.11-2.064-1.11-1.404-1.854-2.957-2.313-4.828-.303-1.232-.41-2.309-.335-3.35.069-.955.409-2.437.811-3.536.371-1.014 1.151-2.382 1.864-3.269a15.5 15.5 0 0 1 1.55-1.593C6.625.878 9.607-.14 12.69.026 15.358.17 17.738 1.1 19.738 2.78c1.904 1.6 3.36 3.801 3.883 5.869.067.263.113.486.104.495s-.636.022-1.392.03l-1.375.014-.132-.342c-.674-1.738-2.194-3.564-3.948-4.743-.806-.541-1.555-.874-2.296-1.021-2.136-.424-4.15-.276-5.829.428C6.21 4.576 4.078 6.948 3.317 9.559c-.222.761-.274 1.185-.273 2.199.002 1.29.139 2.128.549 3.365.497 1.499 1.083 2.438 2.198 3.525 1.249 1.216 2.839 2.146 4.121 2.407 1.463.299 3.868.029 5.887-.662 1.911-.654 3.511-2.086 4.6-4.116.21-.391.681-1.508.682-1.615 0-.045-.076-.05-.437-.03-.241.014-1.02.025-1.731.025h-1.294l-.017.088c-.01.048-.047.245-.082.438-.103.558-.273 1.029-.615 1.705l-.319.63-9.514.02V6.445h9.488l.203.316c.591.922.914 2.116 1.049 3.885.022.288.04.713.04.944v.42H24v.247c0 .372-.105 1.39-.195 1.887-.529 2.932-1.96 5.434-4.086 7.148-1.853 1.493-3.982 2.387-6.306 2.647-.648.072-2.063.07-2.684-.003m3.64-8.802c.163-.171.404-.539.537-.82.112-.235.123-.295.123-.632 0-.36-.006-.384-.164-.701-.091-.18-.26-.44-.378-.577l-.214-.25.125-.153c.238-.291.308-.401.459-.711.369-.76.232-1.527-.382-2.131l-.187-.184-2.305-.025-2.306-.026.01 3.13.01 3.129 2.277.02c1.252.011 2.28.024 2.285.029s.054-.039.11-.098"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bem.svg b/mkdocs-material/material/templates/.icons/simple/bem.svg new file mode 100644 index 0000000..3e08b23 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bem.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 5.163h5.61v1.65H0Zm0-3.065h5.61v1.65H0Zm10.067 6.106H0v1.65h9.69c1.06 0 3.536.024 4.455 1.51v-.92c-.448-1.462-1.768-2.24-4.078-2.24m.023 3.065H0v1.65h9.69c2.357 0 3.842.095 4.455.425v-.731c-.471-1.155-2.451-1.344-4.055-1.344m-.023 7.78H0V17.4h9.69c1.06 0 3.536-.024 4.455-1.509v.92c-.448 1.461-1.768 2.24-4.078 2.24zm.023-3.065H0v-1.65h9.69c2.357 0 3.842-.094 4.455-.424v.73c-.471 1.156-2.451 1.344-4.055 1.344m6.507 5.918H24v-1.014h-7.19c-.637 0-2.146-.023-2.688-.896v.566c.26.872 1.06 1.344 2.475 1.344m-.023-1.863h7.403v-1.013H16.81c-1.439 0-2.334-.047-2.688-.26v.448c.283.708 1.485.825 2.452.825"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bentley.svg b/mkdocs-material/material/templates/.icons/simple/bentley.svg new file mode 100644 index 0000000..e865ea5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bentley.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.535 8.114a5.4 5.4 0 0 0-1.49.34c-.131.05-.269.135-.414.079-.654-.153-1.331-.096-1.992-.025-.859.09-1.72-.003-2.579-.045a22 22 0 0 0-2.349.05c-.713.044-1.429-.01-2.138-.086-.088-.002-.178-.02-.265-.002-.135.088-.22.232-.308.363v.068c.185.158.404.262.625.358-.062.151-.101.31-.13.47.264.124.54.227.796.368-.029.095-.072.186-.083.285-.006.059.024.121.083.142.21.11.448.142.665.23.021.01.05.02.05.048.017.128.02.258.047.385a.2.2 0 0 0 .057.035c.287.095.588.131.881.196.034.11.022.249.106.336.375.196.82.1 1.213.228.098.096.075.29.223.344.296.09.614.01.918.05.069.079.077.193.144.273a.25.25 0 0 0 .169.076c.287.008.562-.087.846-.12.059.099.087.247.213.277.229.045.452-.042.665-.116.08.26.166.521.303.758.473.858 1.288 1.499 2.198 1.841.128.036.172.175.238.276.127-.048.252-.102.384-.134l.2.297q.178-.09.356-.184.12.14.242.28l.31-.22q.134.119.254.251h.035c.096-.085.187-.177.282-.263q.158.116.316.235.121-.143.246-.284.18.091.357.184.094-.147.185-.295c.14.031.27.089.404.136q.048-.103.102-.204c.053-.142.22-.164.336-.232.972-.447 1.78-1.286 2.099-2.318.162.06.345.134.517.064.09-.046.125-.144.168-.228.24.053.48.154.73.102.13-.039.194-.161.253-.271.23.03.456.095.69.075.104-.013.247 0 .318-.096.059-.096.067-.215.124-.312.315-.042.648.042.954-.072.096-.108.097-.27.184-.383.247-.018.495 0 .742-.018a.29.29 0 0 0 .215-.123c.056-.107.064-.23.1-.344.007-.024.02-.05.044-.061.241-.1.534-.022.755-.177.108-.12.021-.31.088-.443.207-.118.477-.088.669-.241.129-.11.032-.282.014-.42.225-.077.472-.119.657-.279-.052-.14-.113-.275-.17-.412A5 5 0 0 0 24 8.871v-.087a1.2 1.2 0 0 0-.272-.34c-.071-.053-.17-.01-.25-.018-.696.062-1.396.13-2.095.092-.417-.022-.833-.062-1.25-.062-.522 0-1.044-.015-1.564.027-.77.046-1.544.103-2.313.017-.657-.077-1.335-.115-1.981.053-.103.043-.211.009-.305-.037-.516-.234-1.077-.348-1.638-.402zm.521.155c.327.014.654.049.974.122.31.072.622.149.91.287-.103.065-.227.164-.354.11a5.1 5.1 0 0 0-1.716-.29c-.326.02-.652.046-.97.125-.204.04-.4.116-.606.149-.096-.026-.184-.073-.272-.119a5.7 5.7 0 0 1 2.034-.384m11.467.278c.17-.01.308.126.395.26a2.3 2.3 0 0 1-1.093.252c-1.65.027-3.298.095-4.947.137q0 .04.004.081a3 3 0 0 1-.048-.154c.361-.05.72-.12 1.085-.142.668-.05 1.34-.068 2.01-.075a.4.4 0 0 0 .245-.072c-.533-.057-1.07-.026-1.604-.013-.371.027-.744.033-1.114.08-.495.06-.989.154-1.489.16-.312.005-.625.032-.937.01-.39-.007-.786-.042-1.17.045-.108.035-.239.073-.282.192-.093.188.01.398.095.569.103.217.279.425.247.682-.015.091-.092.151-.162.203a2.4 2.4 0 0 1-.198-.251c.04-.08.106-.155.088-.252-.033-.2-.178-.358-.314-.498-.196-.19-.414-.367-.547-.61-.039-.07-.066-.17.009-.227.22-.156.491-.209.752-.252.715-.1 1.436-.015 2.153.015.353.035.709.03 1.063 0 .838-.054 1.68-.138 2.52-.082q.567.033 1.135.047c.692.028 1.38-.062 2.07-.101zM.55 8.55c.196-.002.392.027.587.04.542.048 1.086.079 1.63.056.674-.008 1.345-.088 2.019-.052.687.022 1.37.098 2.058.119.525-.018 1.049-.06 1.574-.084.533-.017 1.087-.011 1.59.187.097.04.217.093.24.207-.02.158-.14.28-.238.399-.175.216-.429.36-.57.605-.11.14-.126.35-.005.488a2 2 0 0 1-.219.243c-.083-.076-.16-.17-.15-.292.038-.346.347-.593.383-.94.031-.121-.031-.239-.108-.327a1.2 1.2 0 0 0-.468-.124c-.562-.048-1.126.027-1.689-.007-.557.004-1.107-.093-1.657-.167a27 27 0 0 0-2.115-.106c-.195-.003-.39.015-.585.032.063.052.14.087.225.078.733.01 1.466.022 2.197.085.307.029.61.084.916.131l-.023.084c-.536-.033-1.074-.028-1.611-.05-.965-.035-1.93-.065-2.895-.081-.411-.027-.841.017-1.234-.134-.11-.037-.213-.088-.317-.136.076-.093.153-.199.27-.24Q.452 8.55.55 8.55m11.455.114a4.3 4.3 0 0 1 1.597.296c.004.104-.029.218.024.313a1.3 1.3 0 0 0 .16.229c.18.212.41.383.588.597a.7.7 0 0 1 .157.272 3.8 3.8 0 0 0-1.267-.755 3.85 3.85 0 0 0-3.158.28c-.174.098-.332.22-.486.348l-.152.128a.5.5 0 0 1 .06-.147c.223-.315.556-.533.781-.846.11-.133.1-.31.083-.47a5.6 5.6 0 0 1 1.613-.245m5.762.455q.024.066.044.132c-.313.18-.688.135-1.032.09-.078-.007-.124-.074-.155-.139.38-.041.763-.038 1.143-.083m-11.55.016q.58.007 1.154.064c-.03.051-.054.124-.122.132-.203.035-.41.041-.614.049-.158.01-.303-.062-.44-.129zm1.207.055q.231.003.463.014c.41.017.831-.016 1.23.105.099.034.208.08.259.178.039.172-.06.325-.144.464-.083.151-.197.293-.235.464-.048.16.05.294.124.423-.112.004-.25.051-.338-.04-.041-.082.007-.179.024-.263l-.16.143-.195-.012c-.015-.203.141-.35.221-.521-.138.123-.278.297-.483.281-.081.003-.143-.104-.093-.169.111-.141.255-.254.359-.402-.124.096-.25.195-.397.251a.46.46 0 0 1-.326-.038c.018-.204.234-.276.35-.417-.127.053-.24.154-.387.145-.058.002-.115-.016-.17-.029-.01-.173.171-.234.273-.337-.09.02-.177.062-.27.06-.062-.022-.11-.072-.164-.108q.023-.099.06-.192zm9.156 0c.018.078.087.178-.005.237-.1.125-.268.022-.39-.002.112.096.285.167.284.343-.096.017-.2.05-.295.01-.088-.036-.173-.081-.259-.122q.04.04.084.078l.087.076q.087.075.16.164c.016.068-.033.14-.106.139-.233.059-.415-.127-.584-.254.089.121.195.226.297.335.051.054.046.135.064.203-.084.011-.174.044-.256.008-.128-.052-.225-.155-.33-.243.091.16.23.305.216.502l-.208.008-.137-.132c.008.082.06.176.007.25-.062.07-.158.065-.246.063q-.045 0-.086.003c.047-.119.14-.222.137-.356-.036-.35-.358-.587-.406-.932-.01-.149.154-.218.273-.261.554-.145 1.133-.073 1.7-.117zM.698 9.192c.77 0 1.54.04 2.31.047.963.021 1.926.028 2.888.053.2-.014.365.116.53.207l-.018.19-.089.043.026-.073c-.899.024-1.796.085-2.695.112-.566.012-1.13.06-1.697.05A3.7 3.7 0 0 1 .89 9.705c-.115-.034-.247-.052-.338-.137-.001-.135.073-.264.145-.376zm22.62.022c.064.111.132.222.179.342-.43.14-.89.133-1.336.116-.828-.002-1.656-.055-2.484-.083-.699-.032-1.398-.06-2.097-.1.143-.102.305-.202.486-.196 1.751-.007 3.501-.078 5.252-.08zm-16.073.214c.077.005.136.074.194.12a.14.14 0 0 1 .05.116c-.078.06-.181.068-.273.092-.186.034-.37.09-.56.097-.067-.026-.14-.055-.185-.116-.016-.084.01-.2.104-.222.21-.042.425-.054.636-.085a.1.1 0 0 1 .034-.002m9.465.008c.235 0 .47.03.7.073.109.021.106.15.134.234-.09.05-.177.13-.29.107-.163-.025-.323-.066-.485-.096-.087-.022-.187-.029-.258-.09.005-.108.116-.177.2-.228zm-4.785.138c.908-.02 1.842.29 2.495.935.358.365.62.856.612 1.377.01.47-.199.926-.507 1.274-.566.642-1.415.983-2.256 1.046a3.58 3.58 0 0 1-2.17-.514c-.345-.22-.66-.5-.867-.858a1.85 1.85 0 0 1-.227-1.365c.099-.415.356-.774.668-1.057.565-.51 1.318-.775 2.07-.83q.09-.005.182-.008m5.64.023c.218-.005.435.025.653.035 1.44.088 2.882.14 4.322.224.093.014.198-.004.283.043.057.083.072.185.087.283-.302.185-.678.14-1.015.149-.425-.028-.85-.08-1.274-.121a16 16 0 0 0-.425-.036c-.872-.087-1.747-.139-2.615-.258a1.5 1.5 0 0 0-.016-.32zm-5.553.01q-.173 0-.345.016c-.805.077-1.627.39-2.161 1.02-.308.348-.518.809-.484 1.282.018.674.448 1.273.985 1.65.884.618 2.057.75 3.079.44.46-.149.903-.38 1.245-.727.428-.414.714-1.017.635-1.622-.065-.495-.35-.941-.723-1.265-.61-.536-1.425-.795-2.231-.794m-5.915.175q.088 0 .178.002c.148.042.249.167.359.266q-.04.116-.072.234.108.086.23.15c-.517.084-1.03.193-1.544.292l-.464.102-.465.098q-.465.096-.934.174c-.405.072-.828.05-1.222-.069-.113-.032-.141-.162-.095-.262.017-.1.141-.09.215-.105 1.276-.13 2.548-.295 3.82-.447.178-.019.38-.023.51-.163-.701.064-1.402.142-2.102.22l-1.051.113q-.525.054-1.052.1c-.394.04-.802.002-1.17-.153a1.7 1.7 0 0 1 .144-.328c1.393-.063 2.789-.092 4.18-.195.178-.008.356-.025.535-.029m1.256.064a.6.6 0 0 1 .122.008c.084.025.162.067.24.105-.009.132-.138.166-.238.212-.125.051-.247.11-.375.153-.162.052-.325-.028-.474-.087.02-.068.028-.144.07-.203a.9.9 0 0 1 .297-.12c.117-.03.237-.064.358-.068m9.248 0c.177-.004.35.054.517.106.064.026.144.036.192.092.032.06.04.13.064.192-.146.053-.302.145-.462.093a7 7 0 0 1-.632-.271c.018-.123.137-.18.245-.206a1 1 0 0 1 .076-.006m.887.172c.239-.004.474.041.711.066q1.137.128 2.276.246c.543.068 1.09.108 1.632.19.013.107.126.312-.033.35a4.1 4.1 0 0 1-1.12.025c-1.182-.184-2.36-.394-3.544-.566a4 4 0 0 0-.024-.307q.051-.004.102-.004m-5.377.111c.253.001.504.032.748.103.282.084.568.226.73.482.111.16.124.368.087.554-.056.226-.263.365-.442.492l.004.042c.265.181.554.434.545.785.025.254-.11.492-.293.657-.129.098-.27.183-.422.241-.43.149-.892.168-1.342.138-.552-.069-1.13-.224-1.537-.627.07-.094.16-.17.224-.268a23 23 0 0 0 .006-1.615c-.066-.099-.157-.177-.231-.27.274-.375.732-.545 1.17-.64.247-.047.5-.075.753-.074m4.163.063q.044-.001.086.008c.169.065.332.144.494.225.036.024.09.036.106.082.004.08-.034.168-.113.197-.115.048-.253.078-.37.024-.191-.084-.365-.202-.544-.307.017-.042.025-.095.054-.13a.1.1 0 0 1 .038-.027.6.6 0 0 1 .249-.072m-8.563 0a.56.56 0 0 1 .276.078c.065.031.079.14.017.18-.162.11-.332.21-.514.281-.143.047-.287-.007-.42-.053l-.04-.194q.252-.133.514-.25a.36.36 0 0 1 .167-.042m4.37.172a3 3 0 0 0-.282.015.62.62 0 0 0-.361.168c-.163.169-.176.422-.145.641a.56.56 0 0 0 .367.487c.233.079.49.075.725.01.254-.085.382-.362.376-.614.013-.213-.04-.462-.231-.586a.8.8 0 0 0-.449-.12zm5.287.085c.27.006.54.052.806.099q1.25.224 2.498.458c.21.043.423.079.63.138-.028.125-.043.32-.202.344-.513.065-1.028-.05-1.52-.187-.814-.22-1.637-.414-2.45-.64a.4.4 0 0 0-.149-.007c.013-.052.017-.107.042-.154.064-.048.153-.045.229-.05h.116zm-10.387.055c.028.114.052.229.097.337-.634.195-1.267.39-1.904.572-.338.097-.67.223-1.02.27-.316.028-.64.013-.948-.066-.126-.034-.16-.17-.163-.284.89-.193 1.777-.399 2.67-.577.422-.085.839-.203 1.268-.252m8.897.051a.27.27 0 0 1 .177.063q.223.15.448.296a.2.2 0 0 0-.014.043l-.01.047c-.009.032-.021.061-.05.077-.13.014-.269.043-.396-.006a2.2 2.2 0 0 1-.396-.324c-.046-.039-.041-.116-.002-.158a.1.1 0 0 1 .05-.027c.061-.003.128-.013.193-.01zm-7.713 0q.077 0 .152.01c.069.017.116.122.047.169-.156.156-.318.354-.557.365-.08-.001-.16.002-.238-.015-.057-.038-.052-.12-.071-.176.173-.11.338-.231.516-.333a.6.6 0 0 1 .15-.02zm8.857.204c.162.017.316.07.473.108.766.225 1.533.447 2.298.674.143.043.289.079.426.138-.038.095-.074.203-.163.262a2.07 2.07 0 0 1-1.1-.072c-.27-.103-.527-.233-.792-.346-.48-.205-.958-.419-1.445-.61.103-.047.195-.121.303-.154m-1.563.04c.105 0 .19.084.266.148.072.072.167.131.212.225.015.085-.055.159-.079.235-.104-.02-.234.02-.318-.066a1.6 1.6 0 0 1-.322-.397c-.016-.086.083-.138.163-.141l.032.001a.2.2 0 0 1 .046-.005m-6.891.004a.42.42 0 0 1 .23.082 1.5 1.5 0 0 1-.34.455c-.074.09-.2.075-.3.045-.063-.047-.086-.13-.124-.196.123-.127.24-.262.389-.359a.3.3 0 0 1 .145-.027m-1.326.12a1 1 0 0 1 .108.002c.102.015.115.135.153.212-.178.06-.341.153-.508.236-.434.208-.857.435-1.29.645-.295.156-.643.13-.966.133-.09-.009-.191 0-.27-.052-.052-.067-.074-.152-.1-.232.245-.124.516-.18.77-.283.456-.172.924-.31 1.384-.47.238-.067.471-.179.72-.19zm7.692.011c.093.022.207.015.277.091.098.133.197.272.253.428-.018.12-.154.2-.272.195-.04-.253-.148-.485-.258-.714m-5.888.003a3 3 0 0 0-.242.718c-.095-.022-.214-.046-.256-.147-.03-.05-.001-.105.022-.15a2 2 0 0 1 .225-.346c.071-.054.167-.054.251-.075m7.515.028c.182.033.342.134.508.212q.992.463 1.977.942c-.013.07-.011.154-.059.214-.163.063-.344.037-.513.02-.206-.023-.42-.047-.601-.16-.507-.315-.98-.687-1.509-.966.115-.042.154-.159.197-.262m-8.832.254q.136 0 .267.042c-.194.232-.456.392-.695.571-.28.19-.538.417-.85.553a2 2 0 0 1-.761.104c-.112-.014-.161-.118-.166-.22.587-.32 1.187-.615 1.774-.933a.83.83 0 0 1 .43-.117zm8.426.018a.6.6 0 0 1 .321.134c.449.335.896.674 1.346 1.007.06.031.091.091.116.152-.126.054-.263.12-.403.078q-.062-.014-.126-.027a.95.95 0 0 1-.364-.13c-.427-.27-.773-.65-1.206-.912.092-.082.12-.21.206-.293a.4.4 0 0 1 .11-.009m-8.156.176c.114.178.334.117.508.165-.38.273-.666.652-1.042.93-.228.169-.583.234-.814.037.113-.175.29-.29.447-.423.3-.236.593-.483.901-.709m7.554.125c.11.023.233.032.319.116.284.24.551.498.836.738.097.09.227.167.238.315-.095.035-.202.075-.302.033a1 1 0 0 1-.071-.023c-.162-.063-.295-.183-.424-.297a10 10 0 0 0-.769-.679q.084-.104.173-.203m-7.068.176c.102.027.201.065.303.091q.018.15.026.3c-.174.175-.307.406-.541.51-.156.06-.327.081-.493.06-.057-.012-.097-.057-.138-.095.278-.292.54-.6.843-.866m6.729.073c.151-.002.25.118.344.218.196.228.42.428.622.649-.043.057-.09.136-.18.106a.7.7 0 0 1-.311-.05c-.208-.1-.345-.293-.522-.433zm-3.103.132a1.6 1.6 0 0 0-.255.014c-.274.032-.537.235-.584.515-.03.271-.019.602.204.796.147.12.34.16.525.176.258.008.56-.033.72-.264.175-.264.176-.623.054-.908-.132-.24-.401-.322-.664-.33zm-3.303.33c.066.17.114.346.16.522-.12-.023-.302-.01-.37-.138-.033-.161.117-.274.21-.383zm6.349.15c.087.077.204.181.17.31-.067.117-.218.118-.335.13zm-6.69.321c.093.077.195.157.319.176.08.024.173.018.245.063.156.191.294.399.488.555.299.277.658.469.995.692-.058.24-.213.437-.339.644-.92-.353-1.719-1.07-2.085-1.995q.19-.063.376-.135zm6.993.063q.14.056.28.11c-.185.51-.532.95-.94 1.301a3.1 3.1 0 0 1-1.012.6c-.08-.14-.166-.278-.236-.424-.02-.05-.052-.118-.01-.165.098-.098.227-.156.346-.224.248-.148.476-.327.686-.526.14-.134.228-.312.357-.456.11-.043.238-.024.347-.074.07-.036.124-.092.182-.142m-7.67.07.204.003c.174.43.422.837.76 1.157.207.187.408.384.649.527.23.152.482.262.73.38a1.4 1.4 0 0 1-.089.2 4.5 4.5 0 0 1-.699-.352c-.3-.177-.55-.421-.8-.66-.26-.253-.43-.58-.604-.894-.065-.114-.106-.239-.15-.361zm8.027.058.22.02a3.2 3.2 0 0 1-.847 1.33c-.372.34-.785.665-1.272.82q-.052-.105-.1-.212c.305-.137.61-.289.87-.504.48-.388.91-.868 1.129-1.454m-1.348.433c-.19.266-.485.42-.746.605-.12.093-.29.15-.339.31.011.094.087.164.13.245.108.186.215.374.302.57.048.124-.001.252-.048.367-.158-.043-.334-.115-.403-.275-.133-.241-.13-.544-.315-.76-.017.322.216.582.255.893-.016.109-.084.202-.136.297-.139-.078-.31-.156-.343-.329-.095-.256-.037-.563-.192-.797-.063.223.046.44.088.656.023.134.082.303-.023.417a3 3 0 0 1-.106.133c-.105-.075-.24-.145-.275-.28-.059-.26-.016-.53-.064-.79-.014-.033-.037-.059-.058-.086-.07.31.085.616.047.928-.042.112-.135.229-.26.25-.115-.08-.222-.2-.221-.35-.015-.271.087-.535.073-.807l-.073-.002c-.037.23-.018.465-.033.697a.5.5 0 0 1-.104.294q-.091.08-.197.142c-.063-.066-.135-.13-.173-.216-.034-.13.013-.26.04-.388.047-.192.115-.384.106-.584h-.066c-.083.259-.081.533-.154.794a.47.47 0 0 1-.273.295c-.054.024-.119-.014-.14-.066-.097-.123-.048-.289-.005-.423.086-.222.192-.439.24-.674l-.066-.027c-.14.26-.174.564-.32.821a.48.48 0 0 1-.311.24c-.045.015-.08-.022-.1-.057a.39.39 0 0 1-.005-.334c.112-.241.27-.46.38-.702.02-.066.056-.155.001-.213-.22-.226-.546-.3-.77-.522.233.138.459.296.716.386.923.372 1.99.383 2.915.011.39-.136.729-.387 1.026-.669"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bento.svg b/mkdocs-material/material/templates/.icons/simple/bento.svg new file mode 100644 index 0000000..8600347 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bento.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 10.435c0-.256.051-.512.153-.758.233-.56.854-1.046 2.095-2.018l6.206-4.856c1.241-.972 1.862-1.458 2.577-1.64.63-.16 1.308-.16 1.938 0 .715.183 1.336.668 2.577 1.64l6.206 4.856c1.241.972 1.862 1.458 2.095 2.018.102.246.153.502.153.758v3.13c0 .256-.051.512-.153.758-.233.56-.854 1.046-2.095 2.017l-6.206 4.857c-1.241.972-1.862 1.457-2.577 1.64-.63.16-1.308.16-1.938 0-.715-.183-1.336-.668-2.577-1.64L2.248 16.34C1.007 15.37.386 14.883.153 14.323A2 2 0 0 1 0 13.565zm9.34-3.238.887.694c.62.485.93.728 1.289.82.315.08.653.08.968 0 .358-.092.668-.335 1.29-.82l.886-.694c.62-.486.93-.729 1.047-1.009a.98.98 0 0 0 0-.758c-.116-.28-.427-.523-1.047-1.008l-.887-.694c-.62-.486-.93-.729-1.289-.82a2 2 0 0 0-.968 0c-.358.091-.668.334-1.29.82l-.886.694c-.62.485-.93.728-1.047 1.008a.98.98 0 0 0 0 .758c.116.28.427.523 1.047 1.009m5.91 4.625.887.694c.62.486.931.729 1.29.82.314.08.653.08.968 0 .358-.091.668-.334 1.288-.82l.887-.694c.62-.485.931-.728 1.047-1.008a.98.98 0 0 0 0-.758c-.116-.28-.426-.523-1.047-1.009l-.887-.694c-.62-.485-.93-.728-1.288-.82a2 2 0 0 0-.969 0c-.358.092-.668.335-1.289.82l-.886.694c-.621.486-.931.729-1.047 1.009a.98.98 0 0 0 0 .758c.116.28.426.523 1.047 1.008Zm-11.82 0 6.797 5.32c.62.486.93.728 1.289.82.315.08.653.08.968 0 .358-.092.668-.334 1.29-.82l.886-.694c.62-.486.93-.729 1.047-1.009a.97.97 0 0 0 0-.758c-.116-.28-.427-.523-1.047-1.008l-6.797-5.32c-.62-.485-.931-.728-1.29-.82a2 2 0 0 0-.968 0c-.358.092-.668.335-1.288.82l-.887.694c-.62.486-.931.729-1.047 1.009a.98.98 0 0 0 0 .758c.116.28.426.523 1.047 1.008"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bentobox.svg b/mkdocs-material/material/templates/.icons/simple/bentobox.svg new file mode 100644 index 0000000..23c46fb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bentobox.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m7.406 3.821 2.723-2.725a3.74 3.74 0 0 1 5.29 0l.078.078a3.74 3.74 0 0 1 0 5.29l-2.723 2.723zm7.407 7.407 2.723-2.723a3.74 3.74 0 0 1 5.29 0l.078.078a3.74 3.74 0 0 1 0 5.29l-2.725 2.723-5.369-5.368zM0 11.228l2.723-2.723a3.74 3.74 0 0 1 5.29 0l.079.078a3.74 3.74 0 0 1 0 5.29l-2.724 2.723zm7.406 7.406 2.723-2.723a3.74 3.74 0 0 1 5.29 0l.078.078a3.74 3.74 0 0 1 0 5.29L12.774 24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bentoml.svg b/mkdocs-material/material/templates/.icons/simple/bentoml.svg new file mode 100644 index 0000000..ecb3d06 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bentoml.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.3 11a1.1 1.1 0 1 0 0-2.2 1.1 1.1 0 0 0 0 2.2m-4.4 0a1.1 1.1 0 1 0 0-2.2 1.1 1.1 0 0 0 0 2.2M5.67 0a1.2 1.2 0 0 0-.815.318L.386 4.444A1.2 1.2 0 0 0 0 5.325V22.4A1.6 1.6 0 0 0 1.6 24h17.048a1.2 1.2 0 0 0 .911-.42l4.152-4.843a1.2 1.2 0 0 0 .289-.781V1.6A1.6 1.6 0 0 0 22.4 0ZM6 .6h16.2a1.2 1.2 0 0 1 1.2 1.2v15.8a1.6 1.6 0 0 1-1.6 1.6H6A1.2 1.2 0 0 1 4.8 18V1.8A1.2 1.2 0 0 1 6 .6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bereal.svg b/mkdocs-material/material/templates/.icons/simple/bereal.svg new file mode 100644 index 0000000..ff6c7ad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bereal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.501 10.727q.89 0 1.307.587.418.59.418 1.391v.312H5.674a.97.97 0 0 0 .343.596q.274.223.718.223.258 0 .464-.066.245-.082.48-.192l.297.733a1.7 1.7 0 0 1-.644.296q-.379.094-.62.093-.983 0-1.55-.537-.565-.54-.565-1.441 0-.904.51-1.45.512-.546 1.394-.545m8.835 0q.889 0 1.307.587.417.59.417 1.391v.312h-2.552c.038.235.16.447.344.596q.273.223.718.223.257 0 .464-.066a5 5 0 0 0 .48-.192l.297.733a1.7 1.7 0 0 1-.644.296 2.7 2.7 0 0 1-.62.093q-.984 0-1.55-.537-.566-.54-.566-1.441 0-.904.512-1.45.51-.546 1.393-.545m3.875.041c.974 0 1.603.502 1.603 1.26v2.579h-1.027v-.561h-.02c-.215.385-.616.62-1.111.62-.756 0-1.265-.473-1.265-1.136v-.008c0-.683.53-1.083 1.465-1.144l.931-.055v-.231c0-.335-.217-.541-.618-.541-.383 0-.615.18-.664.421l-.007.03h-.939l.004-.04c.056-.696.653-1.194 1.648-1.194m4.789 2.8v1.039h-1.04v-1.039zM1.982 9.308q.773 0 1.257.34.483.339.484 1.14 0 .297-.137.534-.136.24-.355.41.36.188.59.506.23.32.23.81 0 .733-.512 1.146-.51.413-1.362.413H0V9.308zm8.702 0q.867 0 1.483.398.617.397.617 1.231 0 .49-.254.846a1.7 1.7 0 0 1-.652.549l1.304 2.275h-1.077l-1.124-2.025a4 4 0 0 1-.367.015h-.585v2.01H9.022V9.308zM22.448 9.3v5.307h-1.076V9.3zm-2.66 3.661-.777.049c-.397.025-.605.192-.605.46v.007c0 .277.229.442.584.442.46 0 .797-.294.797-.688zM2.17 12.285H1.007v1.489h1.092q.406 0 .652-.188a.62.62 0 0 0 .246-.53q0-.374-.226-.572-.227-.199-.601-.199m4.308-.694a.75.75 0 0 0-.523.19q-.21.193-.273.558h1.584q-.078-.38-.281-.564a.73.73 0 0 0-.507-.184m8.834 0a.75.75 0 0 0-.523.19q-.21.193-.273.558h1.585q-.079-.38-.281-.564a.73.73 0 0 0-.508-.184m-4.659-1.441h-.624v1.62h.64q.452 0 .749-.182.297-.184.296-.604 0-.446-.28-.639-.282-.195-.781-.195m-8.819 0h-.827v1.316h.749q.42 0 .66-.16.237-.158.238-.501 0-.375-.219-.515t-.601-.14"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/betfair.svg b/mkdocs-material/material/templates/.icons/simple/betfair.svg new file mode 100644 index 0000000..054b7f6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/betfair.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.218 3.14h-7.083v3.6H9.352l7.359 8.582L24 6.67h-3.782zM0 17.26h3.782v3.6h7.083v-3.6h3.783l-7.29-8.583z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/betterstack.svg b/mkdocs-material/material/templates/.icons/simple/betterstack.svg new file mode 100644 index 0000000..d4dd03e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/betterstack.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m.78 10.748-.766 6.638a2.1 2.1 0 0 0 .696 1.812l1.896 1.672c.65.573 1.658.015 1.519-.84l-1.521-9.325c-.172-1.056-1.702-1.02-1.825.043m12.373 8.714L8.63 6.43c-.502-1.447-2.608-1.384-3.02.09l-1.376 4.923c-.156.56-.216.882 0 1.421h.523l1.899 6.07c.294.732.902 1.3 1.661 1.554l2.832.943c1.241.414 2.426-.751 2.004-1.97zm10.63-1.033L15.79 3.443c-.697-1.307-2.578-1.272-3.227.06l-1.966 3.955c-.237.487-.127.66.07.943.159.227.527.245.676.012a.348.348 0 0 1 .606.038l5.138 10.687a2.74 2.74 0 0 0 2.142 1.601l2.718.348c1.463.192 2.53-1.354 1.834-2.658"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bevy.svg b/mkdocs-material/material/templates/.icons/simple/bevy.svg new file mode 100644 index 0000000..df22b7b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bevy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.8 6.271a3.2 3.2 0 0 0-.765.081q-.026.007-.05.013c-.29.288-.616.576-.963.859.115.536.308 1.053.572 1.534.51.913.93 1.402 1.175 2.036.247.633.29 1.38.06 2.737-.283 1.685-1.307 3.469-2.933 4.785 1.262-.368 2.337-1.047 3.049-1.87.769-.887 1.025-1.39 1.115-1.895s.006-1.061.04-2.003a5.4 5.4 0 0 1 .318-1.603l.04-.112.117-.015c1.052-.137 2.003-.406 2.494-.722-.158-.71-.828-1.26-1.717-1.68l-.084-.04-.021-.09c-.282-1.209-1.226-1.989-2.448-2.015Zm.61 1.494q.096 0 .185.028a.62.62 0 0 1 .396.786.62.62 0 0 1-.778.412.62.62 0 0 1-.396-.787.63.63 0 0 1 .594-.439zm-5.69-4.61c-.764-.006-1.547.3-2.22.952-.884.858-1.158 1.63-1.003 2.594l.042.265-.263-.043c-1.942-.315-4.345-.156-7.078.95.804.344 2.278.919 3.915 1.704l.52.25-.565.115C4.907 10.38 2.342 11.645 0 14.407c1.048-.082 3.189-.334 5.423-.33 1.241.002 2.465.088 3.462.346.996.258 1.903.85 2.03 1.283.128.433.055.662-.07 1-.126.34-.512.854-1.048 1.194-.534.341-1.213.638-1.92.89-1.41.505-2.91.828-3.573.89-.14.013-.197.063-.25.162a1 1 0 0 0-.09.416c-.006.215.028.329.09.414.06.086.156.12.254.127 4.165.281 7.278-.766 9.54-1.663 2.6-1.193 4.244-3.548 4.601-5.668.224-1.329.176-1.98-.04-2.534-.216-.555-.629-1.047-1.153-1.988a6.2 6.2 0 0 1-.642-1.75l-.024-.116.092-.074c.964-.772 1.75-1.615 2.034-2.23-.585-.622-1.594-.753-2.726-.632l-.092.01-.066-.067c-.602-.614-1.35-.929-2.113-.933Zm.337 1.434a.72.72 0 0 1 .704.553.71.71 0 0 1-.517.865.713.713 0 0 1-.856-.533.713.713 0 0 1 .669-.885m6.677 6.669h-.006a4.8 4.8 0 0 0-.241 1.303c-.034.911.058 1.465-.047 2.056-.105.59-.414 1.17-1.204 2.08-.937 1.085-2.424 1.924-4.143 2.207a9 9 0 0 1-1.012.559c1.337.503 2.736.531 3.844.166 1.953-.64 1.802-1.101 2.677-2.442a4.5 4.5 0 0 1 .913-1.01c.911.398 1.808.652 2.366.59.301-.697-.006-1.505-.517-2.27.419-1.303-.218-2.606-1.628-3.068a3 3 0 0 0-1.002-.171M22.2 13.35c.194.22.169.56-.057.758a.54.54 0 0 1-.759-.042.54.54 0 0 1 .055-.759.56.56 0 0 1 .366-.136.52.52 0 0 1 .395.179"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bigbasket.svg b/mkdocs-material/material/templates/.icons/simple/bigbasket.svg new file mode 100644 index 0000000..38d4a1e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bigbasket.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.543 12.989a3.35 3.35 0 0 0-.871-1.375 2.25 2.25 0 0 0-1.474-.503 2.28 2.28 0 0 0-1.541.536 2.95 2.95 0 0 0-.973 1.375 5.6 5.6 0 0 0-.335 1.845 5.4 5.4 0 0 0 .335 1.809c.192.548.528 1.034.973 1.407.441.339.985.516 1.541.503a2.08 2.08 0 0 0 1.945-1.072h-.002a4.9 4.9 0 0 0 .67-2.649 6.5 6.5 0 0 0-.268-1.876M20.381.033H3.587A3.584 3.584 0 0 0 0 3.585V20.38a3.59 3.59 0 0 0 3.587 3.586h16.794c1.986 0 3.601-1.6 3.619-3.586V3.585A3.614 3.614 0 0 0 20.381.033M10.64 3.034h1.911v5.744a3.47 3.47 0 0 0-1.911-.584zm-.438 17.93a5.6 5.6 0 0 1-2.278-.369 3.5 3.5 0 0 1-1.174-.804 4 4 0 0 1-.335-.536l-.033-.134v.302C6.281 21.266 3.4 20.931 3.4 20.931V3.034h3.15v7.442h.034a3.7 3.7 0 0 1 1.541-1.309 4.8 4.8 0 0 1 2.079-.435 4.2 4.2 0 0 1 2.649.871 5.26 5.26 0 0 1 1.675 2.278v-.001c.372.951.565 1.963.569 2.984a8.4 8.4 0 0 1-.571 2.984 5.47 5.47 0 0 1-1.675 2.278 4.16 4.16 0 0 1-2.649.838m9.828-3.111a5.47 5.47 0 0 1-1.675 2.278 4.17 4.17 0 0 1-2.649.838 5.6 5.6 0 0 1-2.278-.37 5 5 0 0 1-.362-.186c.444-.36.837-.778 1.168-1.245.353.127.726.189 1.101.185 2.38 0 3.15-2.502 3.15-4.484 0-1.96-.721-4.523-3.15-4.523a3 3 0 0 0-1.021.163 6.4 6.4 0 0 0-1.017-1.166q.161-.094.331-.176a4.72 4.72 0 0 1 6.403 2.715l-.001.004c.373.951.566 1.963.571 2.984a8.4 8.4 0 0 1-.571 2.983"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bigbluebutton.svg b/mkdocs-material/material/templates/.icons/simple/bigbluebutton.svg new file mode 100644 index 0000000..84d18e1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bigbluebutton.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0M6.838 4.516q1.115 0 1.904 1.091t.787 2.625v6.76q0 .809.809.809h4.174q.808 0 .808-.809v-3.205q0-.78-.808-.807h-.807q-1.563-.054-2.64-.816-1.078-.76-1.077-1.877h4.524q1.455 0 2.478 1.024a3.37 3.37 0 0 1 1.024 2.476v3.205q0 1.455-1.024 2.479-1.024 1.022-2.478 1.021h-4.174q-1.454.001-2.477-1.021a3.38 3.38 0 0 1-1.023-2.479z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bigcartel.svg b/mkdocs-material/material/templates/.icons/simple/bigcartel.svg new file mode 100644 index 0000000..bd6c589 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bigcartel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 13.068v-1.006c0-.63.252-1.256.88-1.508l7.79-4.9c.503-.252.755-.88.755-1.51V0L12 6.03 2.575 0v12.69c0 3.394 1.51 6.284 4.02 7.917L11.875 24l5.28-3.393c2.513-1.51 4.02-4.398 4.02-7.916V7.036z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bigcommerce.svg b/mkdocs-material/material/templates/.icons/simple/bigcommerce.svg new file mode 100644 index 0000000..5907578 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bigcommerce.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.645 13.663h3.027c.861 0 1.406-.474 1.406-1.235 0-.717-.545-1.234-1.406-1.234h-3.027c-.1 0-.187.086-.187.172v2.125c.015.1.086.172.187.172m0 4.896h3.128c.961 0 1.535-.488 1.535-1.35 0-.746-.545-1.35-1.535-1.35h-3.128c-.1 0-.187.087-.187.173v2.34c.015.115.086.187.187.187M23.72.053l-8.953 8.93h1.464c2.281 0 3.63 1.435 3.63 3 0 1.235-.832 2.14-1.722 2.541-.143.058-.143.259.014.316 1.033.402 1.765 1.48 1.765 2.742 0 1.78-1.19 3.202-3.5 3.202h-6.342c-.1 0-.187-.086-.187-.172V13.85L.062 23.64c-.13.13-.043.359.143.359h23.631a.16.16 0 0 0 .158-.158V.182c.043-.158-.158-.244-.273-.13z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bilibili.svg b/mkdocs-material/material/templates/.icons/simple/bilibili.svg new file mode 100644 index 0000000..87c9812 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bilibili.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.813 4.653h.854q2.266.08 3.773 1.574Q23.946 7.72 24 9.987v7.36q-.054 2.266-1.56 3.773c-1.506 1.507-2.262 1.524-3.773 1.56H5.333q-2.266-.054-3.773-1.56C.053 19.614.036 18.858 0 17.347v-7.36q.054-2.267 1.56-3.76t3.773-1.574h.774l-1.174-1.12a1.23 1.23 0 0 1-.373-.906q0-.534.373-.907l.027-.027q.4-.373.92-.373t.92.373L9.653 4.44q.107.106.187.213h4.267a.8.8 0 0 1 .16-.213l2.853-2.747q.4-.373.92-.373c.347 0 .662.151.929.4s.391.551.391.907q0 .532-.373.906zM5.333 7.24q-1.12.027-1.88.773-.76.748-.786 1.894v7.52q.026 1.146.786 1.893t1.88.773h13.334q1.12-.026 1.88-.773t.786-1.893v-7.52q-.026-1.147-.786-1.894t-1.88-.773zM8 11.107q.56 0 .933.373.375.374.4.96v1.173q-.025.586-.4.96-.373.375-.933.374c-.56-.001-.684-.125-.933-.374q-.375-.373-.4-.96V12.44q0-.56.386-.947.387-.386.947-.386m8 0q.56 0 .933.373.375.374.4.96v1.173q-.025.586-.4.96-.373.375-.933.374c-.56-.001-.684-.125-.933-.374q-.375-.373-.4-.96V12.44q.025-.586.4-.96.373-.373.933-.373"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/billboard.svg b/mkdocs-material/material/templates/.icons/simple/billboard.svg new file mode 100644 index 0000000..a769f0d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/billboard.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.697 11.025H4.82v3.418H3.697Zm1.356-1.337h1.124v4.755H5.053Zm1.357 0h1.124v4.755H6.41Zm13.22 1.69v-.353h-1.124v3.418h1.124v-1.629c0-.42.22-.645.619-.645h.133V10.99c-.34.014-.586.12-.752.386M4.26 9.502a.652.652 0 1 0 0 1.304.652.652 0 0 0 0-1.304m12.89 1.782c-.158-.172-.525-.315-.804-.315-.85 0-1.458.56-1.607 1.392a1.75 1.75 0 0 0-1.707-1.412c-.856 0-1.557.621-1.71 1.434-.15-.845-.814-1.405-1.638-1.405-.306 0-.559.066-.779.22v-1.51H7.781v4.755h1.104v-.313c.266.246.552.36.904.36.76 0 1.399-.595 1.535-1.414a1.74 1.74 0 0 0 1.708 1.41 1.74 1.74 0 0 0 1.699-1.377c.143.853.819 1.387 1.627 1.387.279 0 .585-.093.791-.246v.193h1.124v-1.496l-.001-.18.001-.18V11.03H17.15zm-7.586 2.117a.652.652 0 1 1 0-1.303.652.652 0 0 1 0 1.303m3.468-.052a.652.652 0 1 1 .001-1.304.652.652 0 0 1 0 1.304m3.378.02a.652.652 0 1 1 0-1.303.652.652 0 0 1 0 1.304m6.467-3.683v1.51c-.22-.153-.472-.22-.778-.22-.938 0-1.67.726-1.67 1.77 0 .984.705 1.742 1.563 1.742.353 0 .639-.113.905-.359v.313H24V9.687Zm-.662 3.707a.652.652 0 1 1 0-1.304.652.652 0 0 1 0 1.304M1.902 10.979c-.306 0-.559.066-.778.22v-1.51H0v4.755h1.104v-.313c.266.246.552.36.905.36.857 0 1.562-.76 1.562-1.743 0-1.044-.731-1.77-1.669-1.77m-.12 2.423a.652.652 0 1 1 0-1.303.652.652 0 0 1 0 1.303"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bim.svg b/mkdocs-material/material/templates/.icons/simple/bim.svg new file mode 100644 index 0000000..67c65ba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bim.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.327 6.302A3.33 3.33 0 0 0 0 9.63v4.742a3.326 3.326 0 0 0 3.327 3.326h17.347A3.326 3.326 0 0 0 24 14.372V9.63A3.33 3.33 0 0 0 20.674 6.3h-8.321L11.06 8.192l-1.274-1.89Zm1.574 2.19c.814-.01 1.57.069 2.01.241.798.302 1.254.96 1.293 1.807.03.612-.296 1.162-.79 1.58.56.331.978.827.964 1.54-.026 1.259-1.207 2.038-3.336 1.99-1.147-.027-1.705-.029-2.37-.174V8.639c1.16-.156 1.288-.14 2.23-.148m9.523.11h1.99l1.283 3.225 1.274-3.225h2.05l.551 6.868h-1.97l-.145-3.912-1.772 3.898-1.646-3.885-.342 3.899h-2.016Zm-4.474.024h2.09v6.867H9.95Zm-5.234 1.43v1.453h.808a.726.726 0 0 0 .727-.727.71.71 0 0 0-.727-.726zm0 2.787v1.197h.779c.41.023.958-.15.963-.586-.025-.492-.524-.637-.934-.611z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/binance.svg b/mkdocs-material/material/templates/.icons/simple/binance.svg new file mode 100644 index 0000000..a1c74b6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/binance.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.624 13.92 2.718 2.716-7.353 7.353-7.353-7.352 2.717-2.717 4.636 4.66zm4.637-4.636L24 12l-2.715 2.716L18.568 12zm-9.272 0 2.716 2.692-2.717 2.717L9.272 12zm-9.273 0L5.41 12l-2.692 2.692L0 12zM11.99.012 19.34 7.34l-2.717 2.715L11.99 5.42l-4.636 4.66-2.717-2.716z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/biolink.svg b/mkdocs-material/material/templates/.icons/simple/biolink.svg new file mode 100644 index 0000000..ed7c61b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/biolink.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.952 4.637v-1.88q0-.396-.427-.396H2.23v2.671h1.296q.427 0 .427-.395m0 4.284v-1.96q0-.206-.095-.285-.095-.095-.332-.095H2.23v2.735h1.296q.427 0 .427-.395M0 .811h4.173q2.008 0 2.008 1.74v1.77q0 1.17-.712 1.47.712.269.712 1.36v1.96q0 1.755-2.008 1.754H0Zm7.565 0H9.81v10.054H7.565zm5.664 0h2.118q1.992 0 1.992 1.74v6.56q0 1.755-1.992 1.754H13.23q-2.008 0-2.008-1.754V2.55q0-1.74 2.008-1.74m1.85 8V2.866q0-.396-.412-.396h-.758q-.427 0-.427.396V8.81q0 .396.427.396h.758q.411 0 .411-.396m5.032 2.028c-.753 0-1.363-.61-1.363-1.363v-.088a1.363 1.363 0 1 1 2.726 0v.088c0 .753-.61 1.363-1.363 1.363M2.253 21.53h2.893v1.66H.01V13.134h2.244zm3.67-8.394h2.244v10.053H5.922zm7.923 0h2.071v10.053h-2.023l-2.198-6.022v6.022H9.641V13.135h2.04l2.165 6.007zm10.154 0-2.023 4.963L24 23.188h-2.434l-1.945-5.09 1.945-4.963zm-6.67 10.053V13.135h2.244v10.053Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/biome.svg b/mkdocs-material/material/templates/.icons/simple/biome.svg new file mode 100644 index 0000000..72e2d3a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/biome.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 1.608-5.346 9.259a12.07 12.07 0 0 1 6.326-.219l1.807.426-1.7 7.208-1.809-.427c-2.224-.524-4.361.644-5.264 2.507l-1.672-.809c1.276-2.636 4.284-4.232 7.364-3.505l.847-3.592A10.21 10.21 0 0 0 0 22.392h24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bisecthosting.svg b/mkdocs-material/material/templates/.icons/simple/bisecthosting.svg new file mode 100644 index 0000000..71c1292 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bisecthosting.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.083 5.023 13.02.302a2.72 2.72 0 0 0-2.488 0L1.917 4.789A2.06 2.06 0 0 0 .805 6.623l.006 10.76c0 .773.426 1.476 1.112 1.834l8.59 4.479c.38.198.813.304 1.245.304v-.002c.432 0 .862-.108 1.244-.306l9.083-4.735a2.05 2.05 0 0 0 1.11-1.835V6.857a2.06 2.06 0 0 0-1.112-1.834m.222 12.103c.003.441-.24.847-.632 1.05l-9.085 4.736a1.81 1.81 0 0 1-1.664 0l-8.59-4.48a1.18 1.18 0 0 1-.637-1.048L1.691 6.625c0-.44.246-.844.636-1.048l8.615-4.491a1.83 1.83 0 0 1 1.666 0l9.063 4.725c.39.205.634.608.634 1.048zM4.666 9.2v1.088L9.86 9.44V7.954zm4.111-.54.604-.132v.552l-.604.106zm-3.455.76 2.55-.562v.494l-2.55.46zm4.541 6.74v-1.486l-5.195-.85v1.088zm-1.986-.904-2.553-.562v-.395l2.553.46zm1.506.33-.602-.132v-.526l.602.106zm11.583-8.827-2.33-1.214-1.853.694V4.58L13.69 2.966a4.13 4.13 0 0 0-3.827 0l-6.83 3.561a.3.3 0 0 0-.16.26l.007 10.401c0 .11.06.21.16.26l6.805 3.547c1.2.626 2.627.626 3.827 0l3.1-1.614v-1.66l1.852.694 2.348-1.225a.3.3 0 0 0 .16-.262l-.006-9.908a.29.29 0 0 0-.16-.26zM4.398 10.871V8.75l5.541-1.494a.23.23 0 0 1 .29.22V9.83c0 .204-.152.38-.356.402zm5.477 3.01a.404.404 0 0 1 .359.4v2.355a.23.23 0 0 1-.29.22l-5.542-1.494v-2.12zm3.137 6.962s.428-.612.48-1.74V14.62s.042-1.68-1.334-2.601c1.376-.92 1.336-2.6 1.336-2.6V5.096c0-1.272-.488-1.975-.488-1.975l3.307 1.725v5.061c0 .076.06.14.136.146l2.14.154a.15.15 0 0 0 .16-.148V6.12l1.967 1.02v9.684L18.75 17.85v-4.247a.15.15 0 0 0-.16-.148l-2.14.156a.15.15 0 0 0-.137.148v5.366l-3.3 1.72z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bit.svg b/mkdocs-material/material/templates/.icons/simple/bit.svg new file mode 100644 index 0000000..e631dfc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.98 12.959q0 .897-.509 1.42-.51.52-1.456.52-.34 0-.643-.072-.303-.073-.546-.194-.291-.17-.328-.364-.036-.194-.036-.388V9.804q0-.219.134-.328.133-.109.4-.109t.4.11q.134.108.134.327v1.553q.145-.097.352-.158.206-.06.424-.06.728 0 1.202.473.473.473.473 1.347zm-2.45.946q.097.073.23.097.134.024.255.024.413 0 .631-.255.219-.254.219-.74 0-.485-.219-.752-.218-.267-.607-.267-.145 0-.279.049-.133.048-.23.121zm4.465-3.81q0 .267-.182.449t-.449.182q-.291 0-.473-.182t-.182-.449q0-.291.182-.461t.473-.17q.267 0 .449.17t.182.461m-.097 1.48v2.864q0 .218-.134.327-.133.11-.4.11t-.413-.11q-.145-.109-.145-.327v-2.864q0-.218.145-.327.146-.11.413-.11t.4.11.134.327m3.276 2.33q.218 0 .303.182t.085.328q0 .072-.048.157-.049.085-.146.158-.146.073-.364.121-.218.049-.437.049-.437 0-.703-.158-.267-.158-.413-.4-.121-.219-.146-.473-.024-.255-.024-.546v-1.19h-.291q-.219 0-.328-.12-.109-.122-.109-.34t.11-.34q.108-.122.327-.122h.291v-.703q0-.219.134-.328.133-.11.4-.11t.4.11q.134.11.134.328v.703h.68q.218 0 .327.122.11.121.11.34 0 .218-.11.34-.11.12-.328.12h-.68v1.19q0 .12.013.254t.06.255q.05.073.122.11.073.036.194.036.049 0 .121-.012.073-.013.122-.013.048-.024.097-.036.048-.012.097-.012M.012 12.012q0-2.5.947-4.683.946-2.184 2.572-3.81T7.34.946Q9.525 0 12 0t4.66.946q2.183.947 3.821 2.573t2.56 3.81q.947 2.184.947 4.683 0 2.475-.947 4.66-.922 2.183-2.56 3.81-1.638 1.625-3.822 2.572Q14.475 24 12 24t-4.66-.946q-2.183-.947-3.81-2.573-1.625-1.626-2.571-3.81t-.947-4.659M12 .874q-2.305 0-4.32.873-2.038.874-3.542 2.39T1.759 7.668Q.886 9.707.886 12.012t.873 4.32q.874 2.038 2.379 3.543 1.504 1.504 3.542 2.378 2.015.873 4.32.873t4.344-.873q2.014-.874 3.518-2.378t2.379-3.543q.898-2.015.898-4.32t-.898-4.344q-.874-2.014-2.379-3.53t-3.518-2.39Q14.305.873 12 .873ZM8.384 3.422q.073.17.024.34t-.218.266q-1.383.728-2.342 1.614-.958.886-1.735 2.342-.097.17-.267.218-.17.049-.315-.024-.17-.097-.219-.267t.025-.315q.849-1.602 1.905-2.585 1.055-.983 2.536-1.76.17-.096.34-.036t.266.207"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bitbucket.svg b/mkdocs-material/material/templates/.icons/simple/bitbucket.svg new file mode 100644 index 0000000..bd4bbb0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bitbucket.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.778 1.213a.768.768 0 0 0-.768.892l3.263 19.81c.084.5.515.868 1.022.873H19.95a.77.77 0 0 0 .77-.646l3.27-20.03a.768.768 0 0 0-.768-.891zM14.52 15.53H9.522L8.17 8.466h7.561z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bitcoin.svg b/mkdocs-material/material/templates/.icons/simple/bitcoin.svg new file mode 100644 index 0000000..7d6dbe6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bitcoin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.638 14.904c-1.602 6.43-8.113 10.34-14.542 8.736C2.67 22.05-1.244 15.525.362 9.105 1.962 2.67 8.475-1.243 14.9.358c6.43 1.605 10.342 8.115 8.738 14.548zm-6.35-4.613c.24-1.59-.974-2.45-2.64-3.03l.54-2.153-1.315-.33-.525 2.107c-.345-.087-.705-.167-1.064-.25l.526-2.127-1.32-.33-.54 2.165q-.428-.1-.84-.2l-1.815-.45-.35 1.407s.975.225.955.236c.535.136.63.486.615.766l-1.477 5.92c-.075.166-.24.406-.614.314.015.02-.96-.24-.96-.24l-.66 1.51 1.71.426.93.242-.54 2.19 1.32.327.54-2.17c.36.1.705.19 1.05.273l-.51 2.154 1.32.33.545-2.19c2.24.427 3.93.257 4.64-1.774.57-1.637-.03-2.58-1.217-3.196.854-.193 1.5-.76 1.68-1.93h.01zm-3.01 4.22c-.404 1.64-3.157.75-4.05.53l.72-2.9c.896.23 3.757.67 3.33 2.37m.41-4.24c-.37 1.49-2.662.735-3.405.55l.654-2.64c.744.18 3.137.524 2.75 2.084z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bitcoincash.svg b/mkdocs-material/material/templates/.icons/simple/bitcoincash.svg new file mode 100644 index 0000000..ab46b8c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bitcoincash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10.84 11.22-.688-2.568c.728-.18 2.839-1.051 3.39.506.27 1.682-1.978 1.877-2.702 2.062m.289 1.313.755 2.829c.868-.228 3.496-.46 3.241-2.351-.433-1.666-3.125-.706-3.996-.478M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12m-6.341.661c-.183-1.151-1.441-2.095-2.485-2.202.643-.57.969-1.401.57-2.488-.603-1.368-1.989-1.66-3.685-1.377l-.546-2.114-1.285.332.536 2.108c-.338.085-.685.158-1.029.256L9.198 5.08l-1.285.332.545 2.114c-.277.079-2.595.673-2.595.673l.353 1.377s.944-.265.935-.244c.524-.137.771.125.886.372l1.498 5.793c.018.168-.012.454-.372.551.021.012-.935.241-.935.241l.14 1.605s2.296-.588 2.598-.664l.551 2.138 1.285-.332-.551-2.153q.53-.123 1.032-.256l.548 2.141 1.285-.332-.551-2.135c1.982-.482 3.38-1.73 3.094-3.64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bitcoinsv.svg b/mkdocs-material/material/templates/.icons/simple/bitcoinsv.svg new file mode 100644 index 0000000..2676c21 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bitcoinsv.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.648 14.423.003-.004a1.34 1.34 0 0 1-.498.659c-.269.189-.647.338-1.188.364l-1.99.004v-2.93c.288.008 1.565-.013 2.119.015.722.035 1.171.321 1.41.668.262.351.293.82.144 1.224m-2.129-3.261c.503-.024.852-.162 1.101-.336.214-.146.375-.367.46-.611.134-.375.107-.81-.136-1.135-.223-.319-.638-.584-1.306-.616-.495-.026-1.413-.003-1.664-.01v2.709c.025.004 1.539-.001 1.545-.001M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12m-6.65 2.142c.022-1.477-1.24-2.332-1.908-2.572.715-.491 1.206-1.043 1.206-2.085 0-1.655-1.646-2.43-2.647-2.529-.082-.009-.31-.013-.31-.013V5.361h-1.633l.004 1.583H10.97V5.367H9.31v1.569c-.292.007-2.049.006-2.049.006v1.401h.571c.601.016.822.362.798.677v6.041a.41.41 0 0 1-.371.391c-.249.011-.621 0-.621 0l-.32 1.588h1.996v1.6h1.661v-1.591h1.091v1.594h1.624v-1.588c1.899.05 3.643-1.071 3.66-2.913"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bitcomet.svg b/mkdocs-material/material/templates/.icons/simple/bitcomet.svg new file mode 100644 index 0000000..f971acd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bitcomet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.996 0C5.37.002.002 5.375.004 12v.009c.003 6.625 5.375 11.993 12 11.991s11.994-5.375 11.992-12v-.009C23.993 5.366 18.62-.002 11.996 0M3.008 14.396c.235-2.436.696-4.614 1.422-6.467a15.3 15.3 0 0 1 2.238-2.406 16.6 16.6 0 0 0-1.68 4.674c-.731 1.4-1.4 2.88-1.98 4.199m6.06 2.862c-.833-2.164-.764-4.942-.452-7.522a17 17 0 0 1 1.661-2.777c.13.721.246 1.49.356 2.28-.841 2.033-1.457 4.722-1.564 8.019zm6.64 0c-.117-3.624-.853-6.498-1.824-8.587.087-.589.176-1.165.274-1.712.883 1.19 1.561 2.484 2.114 3.82.204 2.268.159 4.604-.564 6.479m3.464-8.188a16.7 16.7 0 0 0-1.404-3.547c1.088.933 2.054 2.054 2.928 3.383.527 1.629.878 3.47 1.073 5.49-.739-1.68-1.621-3.623-2.597-5.326m.83-1.945a17 17 0 0 0-.84-.953l-.06-.057a15 15 0 0 0-.87-.839c-.1-.087-.209-.167-.311-.253-.238-.2-.474-.4-.73-.587a15 15 0 0 0-1.176-.779q.327.46.616.917l.048.081q.263.418.497.834l.017.033q.498.896.869 1.792c1.494 3.606 1.508 7.26.81 11.522-.562-3.39-1.284-6.707-2.781-9.661a20 20 0 0 0-1.028-1.783c-.088-.134-.184-.266-.277-.398a16 16 0 0 0-.913-1.194c-.08.387-.154.8-.227 1.214q-.076.43-.146.875c-.587 3.696-.938 8.202-1.282 12.078-.329-3.698-.664-7.967-1.203-11.562a66 66 0 0 0-.205-1.283c-.079-.453-.16-.9-.247-1.322-.347.405-.66.825-.958 1.252q-.424.617-.792 1.26c-1.823 3.163-2.632 6.799-3.25 10.524-.622-3.798-.672-7.112.38-10.34q.382-1.181.975-2.355l.091-.173q.243-.466.52-.933l.16-.268c.228-.369.468-.738.731-1.11a15 15 0 0 0-1.433.982q-.314.241-.61.496c-.134.115-.272.229-.4.347q-.379.348-.728.715l-.007.007C3.63 7.897 2.472 9.86 1.575 11.811 1.903 4.493 6.516.324 12.218.324s10.315 4.169 10.643 11.488c-.739-1.608-1.658-3.22-2.858-4.687z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bitdefender.svg b/mkdocs-material/material/templates/.icons/simple/bitdefender.svg new file mode 100644 index 0000000..2e6997e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bitdefender.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.685 0v.357l1.232 1.046c1.477 1.204 1.67 1.439 1.67 2.526V24h8.646c4.537 0 9.083-1.629 9.083-6.849 0-3.082-2.174-5.458-5.186-5.797v-.067c2.475-.745 4.169-2.54 4.169-5.253 0-4.372-3.73-6.032-7.349-6.032zm7.176 3.664h3.524c2.383 0 3.121.327 3.844 1.013.548.521.799 1.237.801 2.07 0 .775-.267 1.466-.831 2.004-.705.676-1.674 1.011-3.443 1.011H8.862zm0 9.758h4.099c3.456 0 5.085.881 5.085 3.39 0 3.153-3.055 3.526-5.256 3.526H8.86v-6.916z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bitly.svg b/mkdocs-material/material/templates/.icons/simple/bitly.svg new file mode 100644 index 0000000..7baec0f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bitly.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.055 21.26c-1.345.022-2.325-.41-2.386-1.585-.025-.44-.018-.91.002-1.192.137-1.716 1.333-2.95 2.53-3.19 1.482-.294 2.455.38 2.455 2.31 0 1.303-.36 3.618-2.59 3.657h-.016zM11.923 0C5.32 0 0 5.297 0 12.224c0 3.594 1.92 7.062 4.623 9.147.52.4 1.138.367 1.497.02.297-.285.272-.984-.285-1.475-2.16-1.886-3.652-4.76-3.652-7.635 0-5.15 4.58-9.49 9.74-9.49 6.28 0 9.636 5.102 9.636 9.43 0 2.65-1.29 5.84-3.626 7.874.015 0 .493-.942.493-2.784 0-3.13-1.976-4.836-4.28-4.836-1.663 0-2.667.598-3.34 1.152 0-1.272.045-3.652.045-3.652 0-1.572-.54-2.83-2.47-2.86-1.11-.015-1.932.493-2.44 1.647-.18.436-.12.916.254 1.125.3.18.81.046 1.046-.284.165-.21.254-.254.404-.24.24.03.257.405.257.66.014.193.193 2.903.088 9.865C7.98 21.798 9.493 24 13.1 24c1.56 0 2.756-.435 4.493-1.422C20.243 21.08 24 17.758 24 12.128A12.09 12.09 0 0 0 11.933 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bitrise.svg b/mkdocs-material/material/templates/.icons/simple/bitrise.svg new file mode 100644 index 0000000..cdeaa4c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bitrise.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.515 13.456c-.274-1.886-.692-3.783-.99-5.048a3.47 3.47 0 0 0-3.174-2.673c-1.516-.095-4.022-.203-7.363-.203s-5.847.108-7.363.203a3.47 3.47 0 0 0-3.174 2.673c-.298 1.265-.716 3.162-.99 5.048-.191 1.277-.334 2.768-.454 4.463-.06.943.25 1.85.883 2.554a3.43 3.43 0 0 0 2.447 1.157c2.076.096 5.262.215 8.663.215s6.587-.12 8.663-.215a3.5 3.5 0 0 0 2.447-1.157 3.46 3.46 0 0 0 .883-2.554c-.132-1.695-.287-3.198-.478-4.463m-1.646 5.919c-.334.37-.788.584-1.29.608a190 190 0 0 1-8.59.215c-3.378 0-6.528-.12-8.593-.215a1.83 1.83 0 0 1-1.288-.608 1.8 1.8 0 0 1-.466-1.349c.108-1.647.25-3.102.442-4.331.262-1.826.668-3.676.966-4.905.191-.8.86-1.36 1.683-1.42 1.491-.096 3.962-.203 7.267-.203 3.294 0 5.776.107 7.267.203a1.84 1.84 0 0 1 1.683 1.42c.286 1.229.692 3.079.966 4.904.18 1.23.323 2.685.442 4.332 0 .501-.167.979-.49 1.348m-9.881-15.18c.56 0 1.026-.453 1.026-1.014a1.026 1.026 0 1 0-2.052 0c0 .55.465 1.015 1.026 1.015m5.967 7.84a1.65 1.65 0 0 0-1.647 1.648H19.6c0-.907-.728-1.647-1.646-1.647m-11.933 0a1.65 1.65 0 0 0-1.647 1.648h3.293c0-.907-.728-1.647-1.647-1.647m5.966 5.967a2.663 2.663 0 0 0 2.661-2.66H9.315a2.674 2.674 0 0 0 2.673 2.66"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bittorrent.svg b/mkdocs-material/material/templates/.icons/simple/bittorrent.svg new file mode 100644 index 0000000..13cfe47 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bittorrent.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 .001C5.374.001.001 5.371 0 11.998a12 12 0 0 0 1.7 6.16.13.13 0 0 0 .113.038c.03 0 .048-.07.048-.11a1 1 0 0 0-.033-.13 22 22 0 0 1-.423-2.294 9.8 9.8 0 0 1 .428-3.866c1.101-3.396 3.333-5.7 6.664-6.938a10.3 10.3 0 0 1 3.398-.595.78.78 0 0 1 .856.763c0 .45-.343.737-.85.766a13 13 0 0 0-1.607.165 8.7 8.7 0 0 0-4.864 2.64c-2.083 2.22-2.88 4.86-2.4 7.857a8.7 8.7 0 0 0 2.445 4.785 8.94 8.94 0 0 0 6.37 2.76H12a11.95 11.95 0 0 0 5.613-1.392H12.02a8.4 8.4 0 0 1-1.408-.13 7.71 7.71 0 0 1-6.24-8.824 7.72 7.72 0 0 1 7.034-6.479 7.6 7.6 0 0 1 2.16.137.75.75 0 0 1 .617.876.785.785 0 0 1-.96.602 6 6 0 0 0-.802-.115 6.3 6.3 0 0 0-2.899.504 6.2 6.2 0 0 0-3.705 6.383 6.22 6.22 0 0 0 6.163 5.52h6.99c.68 0 .84.014 1.138-.24q.574-.53 1.077-1.126h-9.33A4.35 4.35 0 0 1 9.78 19.2a4.847 4.847 0 1 1 4.619-8.514.75.75 0 0 1 .317 1.044.766.766 0 0 1-1.066.271 3.333 3.333 0 0 0-4.547 1.243 3.33 3.33 0 0 0-.396 2.179 3.29 3.29 0 0 0 3.275 2.803c3.36.034 6.72 0 10.08 0a.42.42 0 0 0 .28-.144c3.358-5.713 1.45-13.066-4.263-16.425A12 12 0 0 0 12 .001"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bitwarden.svg b/mkdocs-material/material/templates/.icons/simple/bitwarden.svg new file mode 100644 index 0000000..dac98d4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bitwarden.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.75 0A3.75 3.75 0 0 0 0 3.75v16.5A3.75 3.75 0 0 0 3.75 24h16.5A3.75 3.75 0 0 0 24 20.25V3.75A3.75 3.75 0 0 0 20.25 0zm1.36 2.92h13.8q.312 0 .54.228a.74.74 0 0 1 .227.539v9.2a5.5 5.5 0 0 1-.401 2.042 7.6 7.6 0 0 1-.995 1.797 11 11 0 0 1-1.413 1.528q-.82.742-1.515 1.234a20 20 0 0 1-1.45.928q-.754.437-1.072.593a13 13 0 0 1-.51.24.7.7 0 0 1-.31.071.7.7 0 0 1-.312-.072 14 14 0 0 1-.51-.24 21 21 0 0 1-1.071-.592 19 19 0 0 1-1.45-.928 17 17 0 0 1-1.515-1.234 11 11 0 0 1-1.414-1.528 7.6 7.6 0 0 1-.994-1.797 5.5 5.5 0 0 1-.401-2.042v-9.2q0-.311.227-.54a.74.74 0 0 1 .54-.227zm6.9 2.3v13.62q1.425-.754 2.552-1.64 2.815-2.204 2.815-4.313V5.22Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bitwig.svg b/mkdocs-material/material/templates/.icons/simple/bitwig.svg new file mode 100644 index 0000000..24d7976 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bitwig.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.15 7.782a1.59 1.59 0 1 1 3.181 0 1.59 1.59 0 0 1-3.181 0m5.741 1.591a1.59 1.59 0 1 0 0-3.181 1.59 1.59 0 0 0 0 3.181m4.218 0a1.59 1.59 0 1 0 0-3.181 1.59 1.59 0 0 0 0 3.181m4.15 0a1.59 1.59 0 1 0 0-3.181 1.59 1.59 0 0 0 0 3.181M5.741 10.409a1.59 1.59 0 1 0 0 3.181 1.59 1.59 0 0 0 0-3.181m8.368 0a1.59 1.59 0 1 0 0 3.181 1.59 1.59 0 0 0 0-3.181m4.15 0a1.59 1.59 0 1 0 0 3.181 1.59 1.59 0 0 0 0-3.181m4.15 3.182a1.59 1.59 0 1 0 0-3.181 1.59 1.59 0 0 0 0 3.181M1.591 10.409a1.591 1.591 0 1 0 0 3.182 1.591 1.591 0 0 0 0-3.182m4.15 4.218a1.59 1.59 0 1 0 0 3.181 1.59 1.59 0 0 0 0-3.181m12.518 0a1.59 1.59 0 1 0 0 3.181 1.59 1.59 0 0 0 0-3.181m4.15 0a1.59 1.59 0 1 0 0 3.181 1.59 1.59 0 0 0 0-3.181m-20.818 0a1.59 1.59 0 1 0 0 3.181 1.59 1.59 0 0 0 0-3.181m8.3-4.218a1.591 1.591 0 1 0 0 3.182 1.591 1.591 0 0 0 0-3.182"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/blackberry.svg b/mkdocs-material/material/templates/.icons/simple/blackberry.svg new file mode 100644 index 0000000..9243344 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/blackberry.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.05 3.54 1.17 7.7h3.28c2.52 0 3.28-1.23 3.28-2.34 0-.82-.47-1.82-2.52-1.82zm8.49 0L9.66 7.7h3.28c2.56 0 3.28-1.23 3.28-2.34 0-.82-.47-1.82-2.52-1.82zm7.78 3.69-.93 4.16h3.28c2.57 0 3.33-1.17 3.33-2.34 0-.82-.47-1.82-2.5-1.82zM.88 9.8 0 13.96h3.28c2.57 0 3.28-1.23 3.28-2.34 0-.82-.47-1.82-2.52-1.82zm8.55 0-.93 4.16h3.27c2.57 0 3.34-1.23 3.34-2.34 0-.82-.47-1.82-2.52-1.82H9.42m7.67 3.93-.87 4.15h3.28c2.5 0 3.27-1.17 3.27-2.34 0-.82-.47-1.81-2.51-1.81zM8.2 16.3l-.88 4.16h3.28c2.51 0 3.27-1.23 3.27-2.34 0-.82-.46-1.82-2.51-1.82z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/blackmagicdesign.svg b/mkdocs-material/material/templates/.icons/simple/blackmagicdesign.svg new file mode 100644 index 0000000..2ddc029 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/blackmagicdesign.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.385 0c-1.15 0-2.076.93-2.076 2.076V5.31c0 1.148.929 2.076 2.076 2.076h3.23c1.15 0 2.076-.93 2.076-2.076V2.076A2.074 2.074 0 0 0 13.615 0zm0 .924h3.23c.638 0 1.155.514 1.155 1.152V5.31c0 .638-.516 1.152-1.155 1.152h-3.23A1.15 1.15 0 0 1 9.23 5.309V2.076c0-.638.516-1.152 1.155-1.152m0 7.385c-1.15 0-2.076.929-2.076 2.076v3.23c0 1.15.929 2.076 2.076 2.076h3.23c1.15 0 2.076-.929 2.076-2.076v-3.23c0-1.15-.929-2.076-2.076-2.076zm0 .921h3.23c.638 0 1.155.516 1.155 1.155v3.23c0 .638-.516 1.155-1.155 1.155h-3.23a1.154 1.154 0 0 1-1.155-1.155v-3.23c0-.638.516-1.155 1.155-1.155m0 7.385c-1.15 0-2.076.93-2.076 2.076v3.233c0 1.149.929 2.076 2.076 2.076h3.23c1.15 0 2.076-.93 2.076-2.076V18.69a2.075 2.075 0 0 0-2.076-2.076zm0 .924h3.23c.638 0 1.155.514 1.155 1.152v3.233c0 .638-.516 1.152-1.155 1.152h-3.23a1.15 1.15 0 0 1-1.155-1.152V18.69c0-.638.516-1.152 1.155-1.152Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/blazemeter.svg b/mkdocs-material/material/templates/.icons/simple/blazemeter.svg new file mode 100644 index 0000000..a7c3891 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/blazemeter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.04 17.135c-.256 0-.352-.128-.32-.352l1.696-9.566c.032-.224.16-.352.416-.352h3.584c2.4 0 3.584.736 3.584 2.24 0 .607-.16 1.151-.48 1.6-.32.48-.768.8-1.344.991.384.096.736.32.96.672.256.32.384.768.384 1.28 0 1.215-.416 2.08-1.248 2.655-.832.544-1.952.832-3.328.832zm3.968-1.664q2.496 0 2.496-1.823c0-.384-.16-.64-.448-.832s-.8-.256-1.472-.256h-2.08l-.512 2.88h2.016zm.768-4.383c1.472 0 2.176-.544 2.176-1.663 0-.352-.128-.576-.416-.736s-.736-.224-1.344-.224h-1.984l-.48 2.623zm-6.88-.256a.61.61 0 0 0-.608-.608H.608a.608.608 0 1 0 0 1.216h11.648c.352 0 .64-.256.64-.608m1.344-2.175a.61.61 0 0 0-.608-.608H6.464a.608.608 0 1 0 0 1.216h7.168c.32 0 .608-.256.608-.608m-2.464 6.654a.61.61 0 0 0-.608-.608H8.256a.608.608 0 1 0 0 1.216h2.912c.32 0 .608-.256.608-.608m-.864-2.271a.61.61 0 0 0-.608-.608H3.2a.608.608 0 1 0 0 1.216h7.104a.63.63 0 0 0 .608-.608"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/blazor.svg b/mkdocs-material/material/templates/.icons/simple/blazor.svg new file mode 100644 index 0000000..6fb367d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/blazor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.834 8.101a13.91 13.91 0 0 1-13.643 11.72 10 10 0 0 1-1.994-.12 6.11 6.11 0 0 1-5.082-5.761 5.934 5.934 0 0 1 11.867-.084c.025.983-.401 1.846-1.277 1.871-.936 0-1.374-.668-1.374-1.567v-2.5a1.53 1.53 0 0 0-1.52-1.533H8.715a3.648 3.648 0 1 0 2.695 6.08l.073-.11.074.121a2.58 2.58 0 0 0 2.2 1.048 2.91 2.91 0 0 0 2.695-3.04 8 8 0 0 0-.217-1.933 7.404 7.404 0 0 0-14.64 1.603 7.497 7.497 0 0 0 7.308 7.405s.549.05 1.167.035a15.8 15.8 0 0 0 8.475-2.528c.036-.025.072.025.048.061a12.44 12.44 0 0 1-9.69 3.963 8.744 8.744 0 0 1-8.9-8.972 9.05 9.05 0 0 1 3.635-7.247 8.86 8.86 0 0 1 5.229-1.726h2.813a7.92 7.92 0 0 0 5.839-2.578.1.1 0 0 1 .059-.034.11.11 0 0 1 .12.053.1.1 0 0 1 .015.067 7.94 7.94 0 0 1-1.227 3.549.1.1 0 0 0-.014.06.11.11 0 0 0 .073.095.1.1 0 0 0 .062.004 8.5 8.5 0 0 0 5.913-4.876.16.16 0 0 1 .055-.053.15.15 0 0 1 .147 0 .15.15 0 0 1 .054.053A10.78 10.78 0 0 1 23.834 8.1M8.895 11.628a2.188 2.188 0 1 0 2.188 2.188v-2.042a.16.16 0 0 0-.15-.15Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/blender.svg b/mkdocs-material/material/templates/.icons/simple/blender.svg new file mode 100644 index 0000000..041f5ef --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/blender.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.51 13.214c.046-.8.438-1.506 1.03-2.006a3.42 3.42 0 0 1 2.212-.79c.85 0 1.631.3 2.211.79.592.5.983 1.206 1.028 2.005.045.823-.285 1.586-.865 2.153a3.4 3.4 0 0 1-2.374.938 3.4 3.4 0 0 1-2.376-.938c-.58-.567-.91-1.33-.865-2.152M7.35 14.831c.006.314.106.922.256 1.398a7.4 7.4 0 0 0 1.593 2.757 8.2 8.2 0 0 0 2.787 2.001 8.95 8.95 0 0 0 3.66.76 9 9 0 0 0 3.657-.772 8.3 8.3 0 0 0 2.785-2.01 7.4 7.4 0 0 0 1.592-2.762 7 7 0 0 0 .25-3.074 7.1 7.1 0 0 0-1.016-2.779 7.8 7.8 0 0 0-1.852-2.043h.002L13.566 2.55l-.02-.015c-.492-.378-1.319-.376-1.86.002-.547.382-.609 1.015-.123 1.415l-.001.001 3.126 2.543-9.53.01h-.013c-.788.001-1.545.518-1.695 1.172-.154.665.38 1.217 1.2 1.22V8.9l4.83-.01-8.62 6.617-.034.025c-.813.622-1.075 1.658-.563 2.313.52.667 1.625.668 2.447.004L7.414 14s-.069.52-.063.831zm12.09 1.741c-.97.988-2.326 1.548-3.795 1.55-1.47.004-2.827-.552-3.797-1.538a4.5 4.5 0 0 1-1.036-1.622 4.28 4.28 0 0 1 .282-3.519 4.7 4.7 0 0 1 1.153-1.371c.942-.768 2.141-1.183 3.396-1.185 1.256-.002 2.455.41 3.398 1.175.48.391.87.854 1.152 1.367a4.3 4.3 0 0 1 .522 1.706 4.2 4.2 0 0 1-.239 1.811 4.5 4.5 0 0 1-1.035 1.626"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/blockbench.svg b/mkdocs-material/material/templates/.icons/simple/blockbench.svg new file mode 100644 index 0000000..8028797 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/blockbench.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.651 3.277c-.25.002-1.009.057-3.47.226l-9.113.627c-3.044.208-2.743.18-2.888.27-.163.102-.254.274-.308.58-.451 2.177-.812 3.74-1.104 5.007-.015.04-.046.178-.07.306-.038.218-.037.239.012.307.105.144.23.176 1.14.294 4.78.63 8.905 1.164 13.412 1.765.931.124.948.125.99.022.032-.081.091-.36.207-.971.476-2.468 1.03-5.366 1.433-7.42.126-.642.132-.712.069-.82a.5.5 0 0 0-.153-.153c-.04-.024-.007-.042-.157-.04M5.65 11.31c-.161.025-1.416.205-2.79.4-1.373.194-2.554.374-2.624.399-.21.076-.294.285-.194.478.062.12.215.19.7.324.065.018.15.043.19.056 4.54 1.274 9.338 2.68 13.583 3.888.238.071.563.197.77.197.157-.042 1.053-.484 3.082-1.505 1.649-.83 3.022-1.53 3.052-1.555.113-.099.173-.31.113-.402-.012-.018-.173-.055-.357-.082-3.949-.579-8.122-1.19-11.684-1.71-2.014-.29-2.635-.384-2.804-.422a3.3 3.3 0 0 0-.647-.09 2.3 2.3 0 0 0-.39.024m-1.33 3.24h-.016c-.054.011-1.122 2.303-1.122 2.407a.36.36 0 0 0 .168.287c.101.055.165.056.312.005.445-.139.918-.293 1.36-.425 1.316-.395 1.337-.403 1.477-.549.115-.12.328-.562.39-.811a1 1 0 0 1 .057-.154c.02-.035.03-.065.024-.065-.768-.198-1.565-.415-2.292-.614a3 3 0 0 0-.358-.081m13.52 1.843c-.07.04-.271.155-.448.254-.481.291-.937.593-1.446.833-.413.259-.594.315-.801.248a9 9 0 0 0-.786-.204.08.08 0 0 0-.067.05c-.23.643-.507 1.395-.74 2.053-.086.232-.236.767-.234.832s.142.196.25.236a.55.55 0 0 0 .231.027c1.257-.51 2.215-1.15 3.284-1.71.327-.171.447-.29.494-.492q.14-.611.269-1.2c.183-.812.194-.888.148-.961a.04.04 0 0 0-.035-.02c-.054.012-.08.036-.118.054z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/blockchaindotcom.svg b/mkdocs-material/material/templates/.icons/simple/blockchaindotcom.svg new file mode 100644 index 0000000..f2eb36d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/blockchaindotcom.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.829 6.612-5.52-5.535a3.135 3.135 0 0 0-4.5 0L4.272 6.612l7.755 3.87zm2.117 2.235 1.095 1.095a3.12 3.12 0 0 1 0 4.5L14.22 23.35a2.7 2.7 0 0 1-.72.525V13.077zm-19.893 0L.958 9.942a3.12 3.12 0 0 0 0 4.5L9.78 23.35c.21.214.453.392.72.525V13.077z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/blogger.svg b/mkdocs-material/material/templates/.icons/simple/blogger.svg new file mode 100644 index 0000000..ec1b152 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/blogger.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.976 24H2.026C.9 24 0 23.1 0 21.976V2.026C0 .9.9 0 2.025 0H22.05C23.1 0 24 .9 24 2.025v19.95C24 23.1 23.1 24 21.976 24M12 3.975H9A5.025 5.025 0 0 0 3.975 9v6A5.025 5.025 0 0 0 9 20.024h6A5.025 5.025 0 0 0 20.024 15v-3.975c0-.6-.45-1.05-1.05-1.05H18a.995.995 0 0 1-.976-.976A5.025 5.025 0 0 0 12 3.973zm3.074 12H9c-.525 0-.975-.45-.975-.975s.45-.976.975-.976h6.074c.526 0 .977.45.977.976s-.45.976-.975.976zm-2.55-7.95c.527 0 .976.45.976.975s-.45.975-.975.975h-3.6c-.525 0-.976-.45-.976-.975s.45-.975.975-.975z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bloglovin.svg b/mkdocs-material/material/templates/.icons/simple/bloglovin.svg new file mode 100644 index 0000000..5282dec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bloglovin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.526 11.695c1.84-.382 3.367-2.044 3.367-4.478 0-2.604-1.9-4.97-5.615-4.97H0v19.506h10.6c3.75 0 5.683-2.341 5.683-5.292-.009-2.426-1.646-4.444-3.757-4.766m-8.37-5.793h5.207c1.407 0 2.28.849 2.28 2.044 0 1.255-.881 2.044-2.28 2.044H4.155zM9.54 18.098H4.155v-4.444h5.386c1.61 0 2.484.992 2.484 2.222.009 1.399-.932 2.222-2.484 2.222zM21.396 2.28c-1.255 0-2.315 1.052-2.315 2.307s.882 2.103 1.993 2.103c.238 0 .467-.025.56-.085-.238 1.052-1.315 2.282-2.256 2.782l1.611 1.314C22.796 9.422 24 7.462 24 5.266c0-1.9-1.23-2.985-2.604-2.985Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/blueprint.svg b/mkdocs-material/material/templates/.icons/simple/blueprint.svg new file mode 100644 index 0000000..b8b7ff0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/blueprint.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.809 5.524 12.806.179l-.013-.007.078-.045h-.166a1.28 1.28 0 0 0-1.196.043l-.699.403-8.604 4.954a1.29 1.29 0 0 0-.644 1.113v10.718c0 .46.245.884.644 1.113l9.304 5.357c.402.232.898.228 1.297-.009l9.002-5.345c.39-.231.629-.651.629-1.105V6.628c0-.453-.239-.873-.629-1.104m-19.282.559L11.843.719a.64.64 0 0 1 .636.012l9.002 5.345a.64.64 0 0 1 .207.203l-4.543 2.555-4.498-2.7a.96.96 0 0 0-.968-.014L6.83 8.848 2.287 6.329a.64.64 0 0 1 .24-.246m14.13 8.293-4.496-2.492V6.641a.3.3 0 0 1 .155.045l4.341 2.605zm-4.763-1.906 4.692 2.601-4.431 2.659-4.648-2.615a.3.3 0 0 1-.115-.112zm-.064 10.802-9.304-5.357a.64.64 0 0 1-.322-.557V7.018L6.7 9.51v5.324c0 .348.188.669.491.84l4.811 2.706.157.088v4.887a.64.64 0 0 1-.329-.083"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bluesky.svg b/mkdocs-material/material/templates/.icons/simple/bluesky.svg new file mode 100644 index 0000000..618bfed --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bluesky.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 10.8c-1.087-2.114-4.046-6.053-6.798-7.995C2.566.944 1.561 1.266.902 1.565.139 1.908 0 3.08 0 3.768c0 .69.378 5.65.624 6.479.815 2.736 3.713 3.66 6.383 3.364q.204-.03.415-.056-.207.033-.415.056c-3.912.58-7.387 2.005-2.83 7.078 5.013 5.19 6.87-1.113 7.823-4.308.953 3.195 2.05 9.271 7.733 4.308 4.267-4.308 1.172-6.498-2.74-7.078a9 9 0 0 1-.415-.056q.21.026.415.056c2.67.297 5.568-.628 6.383-3.364.246-.828.624-5.79.624-6.478 0-.69-.139-1.861-.902-2.206-.659-.298-1.664-.62-4.3 1.24C16.046 4.748 13.087 8.687 12 10.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bluesound.svg b/mkdocs-material/material/templates/.icons/simple/bluesound.svg new file mode 100644 index 0000000..810072b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bluesound.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.327 14.893-8.396.003a4.55 4.55 0 0 0-4.546 4.543c0 2.05.007 3.737.007 3.737V24h12.955l.191-.002c4.678-.099 8.077-3.577 8.077-8.273a8.7 8.7 0 0 0-.805-3.721 8.8 8.8 0 0 0 .805-3.724c0-4.695-3.399-8.173-8.084-8.275L1.392 0v.833s-.007 1.681-.007 3.733a4.55 4.55 0 0 0 4.546 4.541l8.399.013c2.375 0 4.392 1.048 5.567 2.884-1.178 1.838-3.197 2.889-5.57 2.889m.219-7.452-8.615.002a2.88 2.88 0 0 1-2.879-2.877V1.665H14.33c3.835 0 6.62 2.782 6.62 6.615q-.001 1.023-.271 1.97c-1.47-1.726-3.669-2.75-6.133-2.809m6.133 6.314c.179.629.271 1.29.271 1.97 0 3.831-2.785 6.611-6.62 6.611l-11.278.002v-2.899a2.88 2.88 0 0 1 2.879-2.879h8.446l.288-.015c2.412-.084 4.564-1.088 6.014-2.79"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bluetooth.svg b/mkdocs-material/material/templates/.icons/simple/bluetooth.svg new file mode 100644 index 0000000..174b233 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bluetooth.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C6.76 0 3.148 2.49 3.148 12S6.76 24 12 24s8.852-2.49 8.852-12S17.24 0 12 0m-.777 1.682 6.214 6.215L13.335 12l4.104 4.104-6.215 6.214v-8.193l-3.418 3.42-1.243-1.244L10.853 12l-4.29-4.3 1.243-1.245 3.418 3.42zm1.748 4.244v3.969l1.984-1.985zm0 8.181v3.967l1.984-1.984z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bmcsoftware.svg b/mkdocs-material/material/templates/.icons/simple/bmcsoftware.svg new file mode 100644 index 0000000..b183fb0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bmcsoftware.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.375 23.999c-.95 0-1.95-.749-1.95-2.2v-3.4c0-1.349.85-2.899 2.05-3.548l4.75-2.8-4.75-2.8C5.325 8.5 4.425 7 4.425 5.65V2.2c0-1.45 1-2.2 2.002-2.2.4 0 .849.1 1.249.35l10.7 6.35c.75.45 1.15 1.149 1.15 1.849 0 .75-.452 1.45-1.15 1.85l-2.55 1.5 2.55 1.501c.75.45 1.2 1.15 1.2 1.85 0 .75-.452 1.45-1.2 1.85L7.674 23.65c-.45.25-.85.35-1.3.35zm7.15-10.599-5.85 3.45c-.45.25-.9 1.05-.9 1.55v3.05l10.15-6zM6.775 2.6v3.05c0 .5.45 1.3.9 1.55l5.85 3.45 3.45-2.05z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bmw.svg b/mkdocs-material/material/templates/.icons/simple/bmw.svg new file mode 100644 index 0000000..4bb0b11 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bmw.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0m0 .78C18.196.78 23.219 5.803 23.219 12c0 6.196-5.022 11.219-11.219 11.219S.781 18.196.781 12 5.804.78 12 .78m-.678.63q-.494.022-.992.078l-.107 2.944a10 10 0 0 1 .71-.094l.07-1.988-.013-.137.043.13.664 1.489h.606l.664-1.488.04-.131-.01.137.07 1.988c.232.022.473.054.71.094l-.109-2.944a15 15 0 0 0-.992-.078l-.653 1.625-.023.12-.023-.12zm6.696 1.824-1.543 2.428c.195.15.452.371.617.522l1.453-.754.092-.069-.069.094-.752 1.453c.163.175.398.458.53.63l2.43-1.544a16 16 0 0 0-.46-.568L18.777 6.44l-.105.092.078-.115.68-1.356-.48-.48-1.356.68-.115.078.091-.106 1.018-1.539c-.18-.152-.351-.291-.57-.46M5.5 3.785c-.36.037-.638.283-1.393 1.125a19 19 0 0 0-.757.914l2.074 1.967c.687-.76.966-1.042 1.508-1.613.383-.405.6-.87.216-1.317-.208-.242-.558-.295-.85-.175l-.028.01.01-.026a.7.7 0 0 0-.243-.734.72.72 0 0 0-.537-.15zm.006.615c.136-.037.277.06.308.2.032.14-.056.272-.154.382-.22.25-1.031 1.098-1.031 1.098l-.402-.383c.417-.51.861-.974 1.062-1.158a.55.55 0 0 1 .217-.139M12 4.883a7.114 7.114 0 0 0-7.08 6.388v.002a7.122 7.122 0 0 0 8.516 7.697 7.11 7.11 0 0 0 5.68-6.97A7.12 7.12 0 0 0 12 4.885zm-5.537.242q.072-.001.14.043c.088.059.128.16.106.26-.026.119-.125.231-.205.318l-1.045 1.12-.42-.4s.787-.832 1.045-1.099c.102-.106.168-.17.238-.205a.3.3 0 0 1 .14-.037zM12 5.818A6.175 6.175 0 0 1 18.182 12H12v6.182A6.175 6.175 0 0 1 5.818 12H12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bnbchain.svg b/mkdocs-material/material/templates/.icons/simple/bnbchain.svg new file mode 100644 index 0000000..433f52e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bnbchain.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.631 3.676 12.001 0l6.367 3.676-2.34 1.358L12 2.716 7.972 5.034l-2.34-1.358Zm12.737 4.636-2.34-1.358L12 9.272 7.972 6.954l-2.34 1.358v2.716l4.026 2.318v4.636L12 19.341l2.341-1.359v-4.636l4.027-2.318zm0 7.352v-2.716l-2.34 1.358v2.716zm1.663.96-4.027 2.318v2.717l6.368-3.677V10.63l-2.34 1.358v4.636Zm-2.34-10.63 2.34 1.358v2.716l2.341-1.358V5.994l-2.34-1.358zM9.657 19.926v2.716L12 24l2.341-1.358v-2.716l-2.34 1.358-2.343-1.358ZM5.63 15.664l2.341 1.358v-2.716l-2.34-1.358v2.716Zm4.027-9.67L12 7.352l2.341-1.358-2.34-1.358-2.343 1.358Zm-5.69 1.358L6.31 5.994 3.968 4.636l-2.34 1.358V8.71l2.34 1.358zm0 4.636-2.34-1.358v7.352l6.368 3.677v-2.717l-4.028-2.318z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/boardgamegeek.svg b/mkdocs-material/material/templates/.icons/simple/boardgamegeek.svg new file mode 100644 index 0000000..707501f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/boardgamegeek.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.7 4.44-2.38.64L19.65 0 4.53 5.56l.83 6.67-1.4 1.34L8.12 24l8.85-3.26 3.07-7.22-1.32-1.27z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/boat.svg b/mkdocs-material/material/templates/.icons/simple/boat.svg new file mode 100644 index 0000000..ee72a42 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/boat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.081 0 5.833 17.686 17.15 13.93Zm-10.2 18.223L4.961 24H19.14l2.98-5.777z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/boehringeringelheim.svg b/mkdocs-material/material/templates/.icons/simple/boehringeringelheim.svg new file mode 100644 index 0000000..436fe66 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/boehringeringelheim.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.41 22.03c-1.72-1.24-2.63-2.15-3.49-3.46A12.2 12.2 0 0 1 0 12.03C0 5.38 5.36 0 12 0s12 5.38 12 12c0 2.73-.93 5.46-2.58 7.48-.68.86-1.26 1.36-2.83 2.55v-7.02h1.19v4.8c.88-1.04 1.31-1.67 1.74-2.43.88-1.57 1.36-3.51 1.36-5.38 0-6.06-4.88-10.99-10.89-10.99S1.11 5.94 1.11 12.08c0 2.8.99 5.28 3.08 7.73v-4.8H5.4v7.02Zm2.37 1.21c-.23-.05-.76-.3-1.19-.53V15h1.19zm7.23-16.92L12 4 8.99 6.32l-.66-.86 3.66-2.86 3.66 2.86-.66.86Zm-4.83 17.56c-.43-.08-.45-.08-.61-.13-.13-.02-.18-.02-.58-.13V7.2h1.19v16.67Zm2.4.1c-.18.02-.23.02-.48.02-.38 0-.51 0-.71-.02V7.2h1.19zm2.4-.38c-.38.13-.71.2-1.19.3V7.2h1.19zm2.43-.88c-.38.18-.61.28-1.21.56v-8.27h1.21z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/boeing.svg b/mkdocs-material/material/templates/.icons/simple/boeing.svg new file mode 100644 index 0000000..a708812 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/boeing.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.904 17.287a6.05 6.05 0 0 1-3.76-1.301C4.35 13.27 6.8 9.628 10.144 6.069a6.07 6.07 0 0 1 2.262 7.73c-1.06-.49-2.05-1.107-2.888-1.88l1.83 3.437a6.06 6.06 0 0 1-4.443 1.93M.83 11.212a6.075 6.075 0 0 1 6.076-6.077c.9 0 1.753.196 2.523.546-3.293 2.91-5.843 6.293-7.353 9.218a6.05 6.05 0 0 1-1.246-3.687m12.34 2.912a6.9 6.9 0 0 0 .642-2.912c0-2.4-1.224-4.515-3.084-5.754a50 50 0 0 1 3.582-3.341A31 31 0 0 0 10.11 5.09a6.907 6.907 0 0 0-8.437 10.627C.35 18.579.12 20.878 1.285 21.654c1.249.832 3.963-.677 5.59-3.134 0 0-2.517 2.273-3.901 1.751-.852-.322-.855-1.625-.152-3.492a6.87 6.87 0 0 0 4.083 1.338 6.88 6.88 0 0 0 4.854-1.992l.245.462c3.01-.245 11.996-.483 11.996-.483 0-.431-5.95-.04-10.833-1.98"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bombardier.svg b/mkdocs-material/material/templates/.icons/simple/bombardier.svg new file mode 100644 index 0000000..d781b76 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bombardier.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 10.422h1.232c.588 0 .859.308.859.785 0 .336-.15.634-.495.7v.009c.411.047.588.392.588.71 0 .54-.261.933-.942.933H0zm.821 1.233h.197c.168 0 .252-.15.252-.327s-.094-.327-.252-.327H.82v.654zm0 1.325h.234c.15 0 .29-.14.29-.392 0-.243-.14-.383-.29-.383H.82v.775zm2.708-2.614c.84 0 1.13.458 1.13 1.634s-.29 1.634-1.13 1.634-1.12-.458-1.12-1.634.298-1.634 1.12-1.634m0 2.717c.252 0 .28-.234.28-1.083s-.019-1.083-.28-1.083-.28.234-.28 1.083.028 1.083.28 1.083m1.437-2.66h1.176l.336 1.866h.01l.336-1.867H8v3.137h-.756v-2.334h-.01l-.457 2.334H6.19l-.439-2.334h-.009v2.334h-.756c-.019.01-.019-3.137-.019-3.137zm3.36 0h1.242c.588 0 .85.307.85.784 0 .336-.15.634-.495.7v.009c.41.047.588.392.588.71 0 .54-.261.933-.943.933H8.327zm.832 1.232h.196c.158 0 .26-.15.26-.327s-.092-.327-.26-.327h-.196zm0 1.325h.233c.15 0 .29-.14.29-.392 0-.243-.14-.383-.29-.383h-.233zm2.175-2.558h1.026l.775 3.137h-.877l-.084-.55h-.654l-.084.55h-.877zm.513.645-.233 1.334h.457zm1.503-.645h1.279c.625 0 .859.355.859.84 0 .411-.16.691-.542.747v.01c.392.037.514.29.514.7v.261c0 .159 0 .364.046.439a.18.18 0 0 0 .094.093v.047h-.878c-.084-.159-.084-.457-.084-.598v-.205c0-.355-.065-.448-.261-.448h-.215v1.25h-.812zm.812 1.335h.159c.233 0 .345-.15.345-.382 0-.252-.103-.364-.345-.364h-.159zm1.68-1.335h1.186c.943 0 .99.747.99 1.578s-.047 1.568-.99 1.568H15.84zm.822 2.558h.158c.327 0 .355-.14.355-.98 0-.85-.037-.98-.355-.98h-.158zm1.69-2.558h.82v3.137h-.82zm1.185 0h1.867v.663H20.35v.542h.98v.644h-.98v.625h1.083v.663h-1.895zm2.203 0h1.279c.625 0 .859.355.859.84 0 .411-.159.691-.532.747v.01c.392.037.513.29.513.7v.261c0 .159 0 .364.047.439a.18.18 0 0 0 .093.093v.047h-.877c-.084-.159-.084-.457-.084-.598v-.205c0-.355-.066-.448-.262-.448h-.215v1.25h-.812zm.821 1.335h.16c.232 0 .345-.15.345-.382 0-.252-.103-.364-.346-.364h-.159z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bookalope.svg b/mkdocs-material/material/templates/.icons/simple/bookalope.svg new file mode 100644 index 0000000..38a2661 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bookalope.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.418 24v-1.184q1.215-.03 1.948-.187.732-.156 1.122-.53t.53-1.06q.14-.686.14-1.777V4.738q0-1.092-.11-1.762-.108-.67-.435-1.06-.328-.39-.95-.53-.624-.14-1.622-.202V0h9.32q4.207 0 6.546 1.496 2.337 1.497 2.337 4.207 0 2.058-1.293 3.367-1.294 1.31-4.1 2.151v.124q.967.095 1.685.219.716.125 1.277.295.561.172 1.045.421.482.25.95.561 2.775 1.965 2.774 4.925a5.53 5.53 0 0 1-.92 3.07q-.919 1.42-2.571 2.23a6.3 6.3 0 0 1-1.091.452q-.56.17-1.31.28-.748.109-1.728.156-.983.046-2.323.046zm11.315-1.34q5.641 0 5.642-4.831 0-3.522-2.9-4.925a12 12 0 0 0-.966-.374 5.7 5.7 0 0 0-1.09-.233 17 17 0 0 0-1.482-.11q-.857-.03-2.103-.031H8.43v6.951q0 1.902.997 2.727.997.826 3.305.826m-2.556-12.063q.966 0 1.62-.03a10 10 0 0 0 1.122-.11q.468-.078.827-.218t.732-.39q.997-.623 1.418-1.496t.421-2.275q0-2.462-1.2-3.538T11.36 1.464h-2.4q-.53 0-.53.53v8.603z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bookbub.svg b/mkdocs-material/material/templates/.icons/simple/bookbub.svg new file mode 100644 index 0000000..74bba01 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bookbub.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 20V4h5.4c1.6 0 2.8.3 3.8 1 .9.7 1.4 1.6 1.4 2.7 0 .8-.3 1.6-.8 2.3-.6.7-1.3 1.2-2.2 1.4 1.1.1 2 .6 2.7 1.3s1 1.6 1 2.6c0 1.4-.5 2.6-1.5 3.4-1 .9-2.4 1.3-4.1 1.3zM3 6.4v4.2h1.7c.8 0 1.5-.2 1.9-.6s.7-1 .7-1.7c0-1.3-.9-1.9-2.7-1.9zM3 13v4.7h2.1q1.35 0 2.1-.6c.5-.5.8-1.1.8-1.9C8 13.7 7 13 5 13zm9.7 7V4h5.4c1.6 0 2.8.3 3.8 1 .9.7 1.4 1.6 1.4 2.7 0 .8-.3 1.6-.8 2.3-.6.7-1.3 1.2-2.2 1.4 1.1.1 2 .6 2.7 1.3s1 1.6 1 2.6c0 1.4-.5 2.6-1.5 3.4-1 .9-2.4 1.3-4.1 1.3zm3-13.6v4.2h1.7c.8 0 1.5-.2 1.9-.6s.7-1 .7-1.7c0-1.3-.9-1.9-2.7-1.9zm0 6.6v4.7h2.1q1.35 0 2.1-.6c.5-.4.7-1 .7-1.8 0-1.5-1-2.3-3-2.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bookmeter.svg b/mkdocs-material/material/templates/.icons/simple/bookmeter.svg new file mode 100644 index 0000000..ccfc980 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bookmeter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.678 14.262h6.089V24H.678zm8.215 9.717h6.089V7.11H8.893zM17.234 0v24h6.089V0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bookmyshow.svg b/mkdocs-material/material/templates/.icons/simple/bookmyshow.svg new file mode 100644 index 0000000..fd5137b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bookmyshow.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.338 16.595a.66.66 0 0 1-.554-.66v-8.07a.67.67 0 0 1 .679-.672h5.901q.232.001.458.04a2.62 2.62 0 0 1 2.19 2.576v6.126a.66.66 0 0 1-.204.478.68.68 0 0 1-.6.182.66.66 0 0 1-.553-.66V9.809a1.277 1.277 0 0 0-1.29-1.272h-1.287v7.398a.678.678 0 0 1-.806.66.66.66 0 0 1-.553-.66v-7.4H6.142v7.4a.66.66 0 0 1-.202.478.68.68 0 0 1-.602.182m9.812 3.517a.66.66 0 0 1-.555-.662c0-.183.07-.353.196-.478a.68.68 0 0 1 .484-.193c.572 0 1.068-.365 1.232-.909l.701-2.307-2.294-7.576a.677.677 0 0 1 .453-.847.695.695 0 0 1 .84.444l1.705 5.65 1.724-5.647c.085-.318.43-.52.786-.459l.048.01a.68.68 0 0 1 .458.85l-2.362 7.774-.746 2.489c-.193.571-.525 1.036-.957 1.349a2.68 2.68 0 0 1-1.588.522.7.7 0 0 1-.125-.011M24 7.172l-1.353-2.277-2.421 1.137-1.353-2.278-2.42 1.138-1.354-2.277-2.42 1.138-1.354-2.277-2.42 1.136L7.55.335 5.132 1.47 0 17.957l6.226 1.88a3.295 3.295 0 0 1 3.151-2.297c1.822 0 3.3 1.46 3.3 3.26l-.002.065c.015.295-.02.594-.11.887l6.331 1.914L24 7.17"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bookstack.svg b/mkdocs-material/material/templates/.icons/simple/bookstack.svg new file mode 100644 index 0000000..af224b2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bookstack.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.301 17.615c-.13-.34-.522-1.512-.133-2.432l9.827 5.674a.33.33 0 0 0 .33 0L24 12.962v2.354l-13.84 7.99zm-.11-8.652c-.288.877.015 2.058.124 2.426l9.845 5.684L24 9.083V6.727l-13.675 7.895a.33.33 0 0 1-.33 0zm13.17-1.936a.332.332 0 0 1-.485-.207l-.28-1.133-2.126-.176a.33.33 0 0 1-.138-.614l5.578-3.22-1.702-.983-13.51 7.8 9.462 5.462 13.51-7.8-4.4-2.54zm-.182-1.729.232.938 5.198-3.001-2.04-1.178-4.993 2.884 1.31.108a.33.33 0 0 1 .293.25M24 9.845 10.325 17.74a.33.33 0 0 1-.33 0L.168 12.067c-.39.919.003 2.091.133 2.43l9.859 5.693L24 12.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/boost.svg b/mkdocs-material/material/templates/.icons/simple/boost.svg new file mode 100644 index 0000000..1b88546 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/boost.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m4.428 2.727 3.335 3.335c-.486.07-.903.276-1.32.624L.886 12.383c-1.181 1.18-1.181 3.194 0 4.375a2.4 2.4 0 0 0 1.598.834l17.088 3.681-3.335-3.333c.486-.07.903-.278 1.32-.626l5.557-5.695c1.181-1.181 1.181-3.196 0-4.377a2.4 2.4 0 0 0-1.598-.833zM11.653 6.2c.694 0 1.25.486 1.25 1.18 0 .695-.486 1.251-1.181 1.251s-1.25-.485-1.25-1.18.555-1.251 1.18-1.251zm1.51 3.792c.049-.006.088.046.088.098-.139.694-.695 1.181-1.39 1.181-.694 0-1.32-.487-1.46-1.112 0 0 .002-.07.071 0 .487.278.972.348 1.32.278.346 0 .833-.07 1.32-.416a.1.1 0 0 1 .05-.029zm.723 2.511c.058.013.06.106.06.158-.209.903-.973 1.666-1.946 1.666a2.17 2.17 0 0 1-2.084-1.528c-.07-.07 0-.138.138-.138.695.347 1.39.416 1.877.416.486 0 1.18-.14 1.875-.556q.051-.025.08-.018m.597 3.018c.049-.013.087.09.087.195-.278 1.181-1.25 2.085-2.5 2.155-1.251 0-2.293-.835-2.57-1.946 0-.139.068-.278.207-.209.834.486 1.737.556 2.362.556s1.529-.208 2.362-.694q.028-.052.052-.057"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/boosty.svg b/mkdocs-material/material/templates/.icons/simple/boosty.svg new file mode 100644 index 0000000..472975f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/boosty.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.661 14.337 6.801 0h6.362L11.88 4.444l-.038.077-3.378 11.733h3.15q-1.982 4.934-3.086 7.733c-5.816-.063-7.442-4.228-6.02-9.155M8.554 24l7.67-11.035h-3.25l2.83-7.073c4.852.508 7.137 4.33 5.791 8.952C20.16 19.81 14.344 24 8.68 24h-.127z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/boots.svg b/mkdocs-material/material/templates/.icons/simple/boots.svg new file mode 100644 index 0000000..f1b770d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/boots.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.979 8.337c.201-.23.326-.516.326-.73 0-.143-.083-.234-.218-.234-.224 0-.493.276-.493.691a1 1 0 0 0 .018.175c-.257.4-.524.807-.793 1.198a1.5 1.5 0 0 0-.292-.029c-.649 0-1.319.487-1.319 1.367a1.7 1.7 0 0 0 .114.632c-.555.633-1.044 1.044-1.375 1.044-.13 0-.208-.071-.208-.219q0-.236.229-.758l1.91-4.228 2.062-.242.234-.489-1.993.067.346-.763-.776.092-.35.695-2.79.09-.501.995 2.917-.344-.587 1.165a2.6 2.6 0 0 0-1.086-.212 3.9 3.9 0 0 0-1.766.425 1.8 1.8 0 0 0-.792-.175c-.673 0-1.436.324-2.056.893-.126-.388-.39-.62-.778-.62-.454 0-.935.238-1.396.623-.276-.225-.673-.29-1.095-.132a2.8 2.8 0 0 0 .35-1.317c0-.781-.365-1.354-1.032-1.7a5 5 0 0 1 .723-.493 2 2 0 0 0-.233-.164 6.6 6.6 0 0 0-.942.473c-.42-.134-.922-.202-1.496-.202C5.18 5.911 2.66 7.45 2.66 9.35c0 .837.473 1.137.942 1.137.438 0 .866-.246 1.002-.544-.381-.078-.607-.408-.607-.827 0-1.481 1.792-2.774 3.63-2.774.412 0 .769.077 1.062.218-1.117.86-1.975 2.03-2.682 3.282a2 2 0 0 0-.298-.024c-.528 0-.91.224-.91.666 0 .298.194.554.494.739-.44.911-.822 1.822-1.19 2.652-.128-.252-.419-.416-.755-.416-.807 0-1.418.712-1.418 1.594 0 .575.233 1.125.636 1.566-.38.425-.796.676-1.28.69a.86.86 0 0 1-.452-.114c.38-.042.692-.325.683-.692s-.314-.628-.734-.617a.793.793 0 0 0-.783.817c.017.695.608 1.062 1.38 1.044.667-.015 1.24-.253 1.75-.654a3.27 3.27 0 0 0 1.769.5c2.049 0 3.787-1.745 3.787-4.087 0-.93-.24-1.668-.599-2.231a4.6 4.6 0 0 0 1.705-1.06c.637-.63 1.11-.572 1.381-.403-1.057 1.097-1.916 2.867-1.916 4.056 0 .737.295 1.217.862 1.217 1.7 0 3.73-3.278 3.705-5.08.546-.605 1.276-.965 1.869-.965a1.2 1.2 0 0 1 .307.037c-1.329.94-2.157 2.547-2.157 3.782 0 .655.322 1.152.95 1.152 1.17 0 2.692-1.823 2.692-3.64 0-.559-.159-.978-.41-1.273a2.6 2.6 0 0 1 1.34-.392 2.1 2.1 0 0 1 .834.18l-1.172 2.323c-.272.568-.378.988-.378 1.293 0 .469.275.71.711.71.636 0 1.385-.59 2.132-1.436.323.4.826.579 1.242.579a2.2 2.2 0 0 0 .404-.039c-.314.397-.838.696-1.607.889l-10.17 2.548c-1.545.386-2.49 1.148-2.034 2.608.353-.29.987-.573 2.63-1.073l9.232-2.816c1.35-.411 2.207-1.38 2.572-2.356.628-.306 1.189-.89 1.189-1.7.001-.894-.749-1.429-1.021-2.078zm-16.16 2.322a2.2 2.2 0 0 1 .321.33 3 3 0 0 1-.503.062q.09-.197.182-.392m-1.592-.214c0-.231.279-.27.577-.236q-.162.3-.314.604c-.167-.105-.263-.235-.263-.368m-2.271 5.663c-.34-.317-.507-.727-.502-1.068a1 1 0 0 1 .12-.462.76.76 0 0 0 .693.418.9.9 0 0 0 .35-.071 10 10 0 0 1-.661 1.183m1.403.511a2.3 2.3 0 0 1-.641-.086c1.053-1.185 1.84-3.085 2.697-4.993a5 5 0 0 0 1.013-.087c.172.363.277.805.277 1.331 0 1.723-1.266 3.835-3.346 3.835m3.366-5.816a3.3 3.3 0 0 0-.7-.577c.608-1.251 1.284-2.432 2.13-3.335.287.297.443.702.443 1.186-.001 1.204-.796 2.262-1.872 2.726zm2.597 3.579c-.164 0-.246-.142-.246-.382 0-1.047 1.778-4.474 2.673-4.474.17 0 .246.142.246.388-.002 1.058-1.77 4.468-2.673 4.468m4.588-.996c-.17 0-.245-.135-.245-.388 0-.81.72-2.513 1.877-3.511.128.213.186.482.187.763.005 1.34-1.224 3.136-1.82 3.136zm5.744-2.368a1.3 1.3 0 0 1-.032-.295c0-.523.373-.946.865-.946q.05 0 .096.004c-.317.446-.63.866-.931 1.237zm1.867.593a1.27 1.27 0 0 1-.763.252c-.385 0-.713-.159-.917-.432.387-.47.77-.997 1.13-1.533.42.236.592.782.592 1.276a2 2 0 0 1-.044.437zm.494-.6c-.015-.6-.315-1.175-.825-1.444.202-.308.396-.617.579-.917.191.39.477.813.477 1.368a2.2 2.2 0 0 1-.232.994z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bootstrap.svg b/mkdocs-material/material/templates/.icons/simple/bootstrap.svg new file mode 100644 index 0000000..89ba447 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bootstrap.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.77 11.24H9.956V8.202h2.152c1.17 0 1.834.522 1.834 1.466 0 1.008-.773 1.572-2.174 1.572zm.324 1.206H9.957v3.348h2.231c1.459 0 2.232-.585 2.232-1.685s-.795-1.663-2.326-1.663M24 11.39v1.218c-1.128.108-1.817.944-2.226 2.268-.407 1.319-.463 2.937-.42 4.186.045 1.3-.968 2.5-2.337 2.5H4.985c-1.37 0-2.383-1.2-2.337-2.5.043-1.249-.013-2.867-.42-4.186-.41-1.324-1.1-2.16-2.228-2.268V11.39c1.128-.108 1.819-.944 2.227-2.268.408-1.319.464-2.937.42-4.186-.045-1.3.968-2.5 2.338-2.5h14.032c1.37 0 2.382 1.2 2.337 2.5-.043 1.249.013 2.867.42 4.186.409 1.324 1.098 2.16 2.226 2.268m-7.927 2.817c0-1.354-.953-2.333-2.368-2.488v-.057c1.04-.169 1.856-1.135 1.856-2.213 0-1.537-1.213-2.538-3.062-2.538h-4.16v10.172h4.181c2.218 0 3.553-1.086 3.553-2.876"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/borgbackup.svg b/mkdocs-material/material/templates/.icons/simple/borgbackup.svg new file mode 100644 index 0000000..4603c11 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/borgbackup.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 8.144v6.023h2.006V8.144Zm2.324 0v1.203h1.488v1.285H2.324v1.048h1.488v1.284H2.324v1.203h2.328l1.207-1.203V11.78l-.603-.604.603-.603V9.347L4.652 8.144Zm5.569 1.203L6.69 10.55v2.414l1.203 1.203H9.24v-1.125h-.522V10.55h.522V9.347Zm1.665 0v1.203h.5v2.492h-.5v1.125h1.344l1.202-1.203V10.55l-1.202-1.203Zm3.454 0v4.82h2.006v-4.82Zm3 0-.672.676v.527h.854v1.171h2.01v-1.248l-.975-1.126Zm3.971 0-1.202 1.203v2.414l1.202 1.203h1.094l.6-.594v-.531h-.89V9.347Zm1.121 0v1.203h.89v4.253h-2.446v.444l.603.609h2.646L24 14.644V10.55l-1.203-1.203Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bosch.svg b/mkdocs-material/material/templates/.icons/simple/bosch.svg new file mode 100644 index 0000000..c4c6edc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bosch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12C23.996 5.374 18.626.004 12 0m0 22.88C5.991 22.88 1.12 18.009 1.12 12S5.991 1.12 12 1.12 22.88 5.991 22.88 12c-.006 6.006-4.874 10.874-10.88 10.88m4.954-18.374h-.821v4.108h-8.24V4.506h-.847a8.978 8.978 0 0 0 0 14.988h.846v-4.108h8.24v4.108h.822a8.978 8.978 0 0 0 0-14.988M6.747 17.876a7.86 7.86 0 0 1 0-11.752zm9.386-3.635h-8.24V9.734h8.24zm1.12 3.61V6.124a7.88 7.88 0 0 1 0 11.727"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bose.svg b/mkdocs-material/material/templates/.icons/simple/bose.svg new file mode 100644 index 0000000..e98dfc2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bose.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.052 10.589a.69.69 0 0 0-.588.332l-.54.915c-.114.19.036.399.235.399h1.873l-.336.568a.27.27 0 0 1-.24.139h-.29a.113.113 0 0 1-.102-.164c.035-.062.112-.19.112-.19h-1.699l-.246.418c-.115.194.038.405.232.405h3.174a.69.69 0 0 0 .598-.34c.12-.206.405-.69.527-.896.123-.205-.032-.41-.228-.41h-1.873l.347-.586a.28.28 0 0 1 .231-.123h.292c.095 0 .135.102.105.155s-.117.199-.117.199h1.696l.254-.43c.094-.16-.023-.392-.24-.392h-3.18zm-1.344 0H9.537c-.23 0-.47.12-.592.329-.124.207-1.13 1.911-1.24 2.096-.109.185.042.397.236.397h3.177c.255 0 .48-.141.592-.33.111-.188 1.13-1.915 1.237-2.094.106-.18-.03-.4-.24-.4zm-1.598.636c-.045.076-.89 1.505-.936 1.585a.28.28 0 0 1-.236.134h-.295c-.094 0-.138-.102-.102-.163l.94-1.592a.27.27 0 0 1 .235-.13h.296c.085 0 .143.091.097.167zm-2.919-.636H4.61l-1.39 2.354H0v.47h6.598a.69.69 0 0 0 .596-.336l.41-.697c.085-.145-.004-.331-.164-.379a.7.7 0 0 0 .583-.329c.115-.193.298-.506.402-.682a.266.266 0 0 0-.234-.4zM6.29 12.402l-.243.411a.27.27 0 0 1-.233.132h-.9l.419-.708h.857a.11.11 0 0 1 .099.166zm.694-1.178-.242.41a.27.27 0 0 1-.233.131h-.9l.418-.708h.858c.09 0 .14.093.098.167zm11.194-.635-1.667 2.823h4.042l.276-.469h-2.345l.418-.707h2.345l.278-.47H19.18l.418-.709H24v-.468z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/botblecms.svg b/mkdocs-material/material/templates/.icons/simple/botblecms.svg new file mode 100644 index 0000000..c113a46 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/botblecms.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 9.371c-1.613 0-3.09.54-4.3 1.426V0S5.624.434 4.686 1.313l.036 15.742C4.918 20.918 8.086 24 12 24c.547 0 1.074-.07 1.59-.184v-3.105a4.3 4.3 0 0 1-1.59.312 4.336 4.336 0 0 1 0-8.671 4.32 4.32 0 0 1 4.313 4.109l.09 6.031c1.757-1.332 2.91-3.426 2.91-5.805A7.315 7.315 0 0 0 12 9.372Zm1.523 7.512c0 .84-.683 1.523-1.523 1.523a1.525 1.525 0 0 1 0-3.05c.84 0 1.523.683 1.523 1.527"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/boulanger.svg b/mkdocs-material/material/templates/.icons/simple/boulanger.svg new file mode 100644 index 0000000..8c338e0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/boulanger.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.405 3.612V7.19h5.662c2.987.034 5.383 2.43 5.383 5.418-.035 2.987-2.431 5.383-5.383 5.418H10.94a5.425 5.425 0 0 1-5.418-5.418V8.405c0-2.084 1.145-3.89 2.882-4.793C3.785 3.612 0 7.398 0 12.017a8.353 8.353 0 0 0 8.37 8.371h7.26c4.619 0 8.37-3.717 8.37-8.371s-3.681-8.405-8.37-8.405zm.035 6.426v2.535a2.55 2.55 0 0 0 2.535 2.535h3.022a2.55 2.55 0 0 0 2.535-2.535 2.527 2.527 0 0 0-2.535-2.535z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bower.svg b/mkdocs-material/material/templates/.icons/simple/bower.svg new file mode 100644 index 0000000..4475aec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bower.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.542 11.756c-1.235-1.187-7.408-1.927-9.355-2.142a6 6 0 0 0 .242-.691c.266-.117.552-.225.848-.315.036.107.207.515.303.709 3.917.108 4.118-2.91 4.277-3.738.156-.808.149-1.59 1.492-3.018-2.001-.584-4.88.904-5.844 3.118a6 6 0 0 0-1.085-.298c-.257-1.038-1.597-3.93-5.114-3.93-2.278 0-4.574.94-6.301 2.58a9.4 9.4 0 0 0-2.173 3.12C.28 8.43 0 9.84 0 11.342c0 5.227 3.568 9.807 5.584 9.807.88 0 1.638-.659 1.816-1.25.15.406.606 1.665.757 1.985.222.475 1.249.885 1.698.392.577.321 1.638.514 2.215-.342 1.113.235 2.097-.428 2.118-1.22.546-.029.814-.796.695-1.406-.088-.45-1.026-2.063-1.393-2.62.725.59 2.562.757 2.784 0 1.169.918 2.991.437 3.135-.31 1.42.369 3.05-.441 2.782-1.423 2.282-.157 1.99-2.585 1.35-3.2zm-5.943-4.024c-.6-.236-1.363-.386-1.897-.386-.757 0-1.22.43-1.932.43-.15 0-.507 0-.794-.102.189.198.423.305.877.305.272 0 .81-.139 1.245-.27q.01.138.029.274c-.816.195-1.672.714-1.92.849-.55-1.218-.077-2.368.36-2.899 1.962.004 3.548 1.352 4.032 1.8zm.85-.091-.3-.28q-.464-.434-.96-.783c.491-.974 1.109-2.04 1.889-2.698-.859.346-1.707 1.38-2.208 2.485a8 8 0 0 0-.777-.433c.7-1.493 2.323-2.739 4.114-2.836-1.2 1.088-.75 3.258-1.76 4.544zm-2.464 1.017c-.133-.288-.266-.763-.25-1.042.222-.006.65.078.718.094-.026.131-.04.42-.04.456.042-.073.16-.324.208-.423.428.081.99.218 1.32.372-.388.25-1.045.523-1.957.543zM8.912 6.706c-.484-.174-.484-.611 0-.785.485-.174 1.095.045 1.095.392s-.61.567-1.095.393m1.617.162A1.252 1.252 0 1 0 8.65 7.951c.832.48 1.879-.123 1.879-1.083m2.783-1.575c-1.565 1.586-.947 3.593-.377 4.499-.81 1.348-2.404 2.27-4.255 2.69 2.078 0 3.3-.535 4.011-1.059.454-.335.7-.664.825-.847 3.081.199 7.96 1.192 8.435 1.513.19.129.388.414.417.687-2.315-.324-6.488-.665-7.58-.722.775.11 6.433 1.18 7.414 1.432-.299.486-.98.83-2.004.591.555.754-.52 1.66-2.019 1.161.33.74-1.003 1.407-2.52.636.02.74-1.88.826-2.63.007.015.098.104.284.142.367-.241 2.163-2.014 3.506-3.829 3.506-4.443 0-8.314-3.61-8.314-8.411 0-5.076 3.751-8.865 8.278-8.865 2.594 0 3.766 2.042 4.006 2.815"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/box.svg b/mkdocs-material/material/templates/.icons/simple/box.svg new file mode 100644 index 0000000..aef8c06 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/box.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.959 5.523c-.54 0-.959.42-.959.899v7.549a4.59 4.59 0 0 0 4.613 4.494 4.72 4.72 0 0 0 4.135-2.457c.779 1.438 2.337 2.457 4.074 2.457 2.577 0 4.674-2.037 4.674-4.613.06-2.457-2.037-4.495-4.613-4.495-1.738 0-3.295.959-4.074 2.397-.78-1.438-2.338-2.397-4.135-2.397-1.079 0-2.038.36-2.817.899V6.422a.92.92 0 0 0-.898-.899M17.602 9.26a.95.95 0 0 0-.704.158c-.36.3-.479.899-.18 1.318l2.397 3.116-2.396 3.115c-.3.42-.24.96.18 1.26.419.3 1.016.298 1.316-.122l2.039-2.636 2.096 2.697c.3.36.899.419 1.318.12.36-.3.42-.84.121-1.259l-2.338-3.115 2.338-3.057c.3-.419.298-1.018-.121-1.318-.48-.3-1.019-.24-1.318.18l-2.096 2.576-2.04-2.695c-.149-.18-.373-.3-.612-.338M4.613 11.154c1.558 0 2.817 1.26 2.817 2.758 0 1.558-1.259 2.756-2.817 2.756s-2.816-1.198-2.816-2.756c0-1.498 1.258-2.758 2.816-2.758m8.27 0c1.558 0 2.816 1.26 2.816 2.758-.06 1.558-1.318 2.756-2.816 2.756-1.558 0-2.817-1.198-2.817-2.756 0-1.498 1.259-2.758 2.817-2.758"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/boxysvg.svg b/mkdocs-material/material/templates/.icons/simple/boxysvg.svg new file mode 100644 index 0000000..0e6058b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/boxysvg.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m3.384 5.028 6.933-4.023L12.05 0l1.716 1.002 6.866 4.01 1.716 1.003v12.054l-1.71.988c-1.712.99-5.136 2.965-6.847 3.954L12.079 24l-1.735-1.002L3.4 18.992 1.665 17.99l-.002-1.992-.01-7.973-.001-1.992zm14.68 9.478c.1.037.23.037.363.037.594 0 1.383-.333 1.779-.763.394-.392.76-1.152.76-1.778s-.366-1.386-.76-1.78c-.396-.43-1.185-.762-1.779-.762-.134 0-.263 0-.398.038.135-.069.23-.169.299-.234.397-.392.76-1.187.76-1.811 0-.592-.363-1.381-.76-1.78-.397-.397-1.189-.755-1.783-.755-.625 0-1.414.358-1.81.755-.064.067-.13.165-.232.268.031-.103.031-.234.031-.368 0-.595-.325-1.38-.755-1.778-.394-.395-1.152-.757-1.78-.757-.626 0-1.384.362-1.781.757-.427.397-.752 1.183-.752 1.778 0 .134 0 .265.028.398-.066-.133-.165-.23-.23-.298-.395-.397-1.183-.755-1.809-.755-.593 0-1.386.358-1.781.755-.399.399-.76 1.188-.76 1.78 0 .624.361 1.419.76 1.811.069.065.162.13.263.234-.101-.038-.23-.038-.364-.038-.594 0-1.383.332-1.779.762-.397.394-.76 1.154-.76 1.78s.363 1.386.76 1.778c.396.43 1.185.763 1.779.763.134 0 .263 0 .398-.037-.135.068-.228.168-.297.233-.399.39-.76 1.185-.76 1.811 0 .59.361 1.381.76 1.779.395.397 1.15.756 1.781.756.626 0 1.414-.36 1.81-.756.064-.066.13-.166.229-.267-.028.101-.028.234-.028.366 0 .59.325 1.381.752 1.778.397.398 1.155.759 1.781.759.628 0 1.386-.361 1.78-.759.43-.397.755-1.188.755-1.778 0-.132 0-.265-.03-.395.068.13.167.23.231.296.396.397 1.185.756 1.81.756.594 0 1.386-.36 1.783-.756.397-.398.76-1.189.76-1.779 0-.626-.363-1.42-.76-1.81-.069-.066-.164-.133-.263-.234Zm-1.547.591h.028c.794 0 1.425.628 1.425 1.453 0 .79-.631 1.416-1.425 1.416-.82 0-1.452-.626-1.452-1.416v-.034l-2.103-2.11v2.968c.263.263.459.621.459 1.054 0 .79-.659 1.419-1.45 1.419s-1.448-.63-1.448-1.419c0-.433.164-.79.461-1.054v-2.968l-2.11 2.11v.034c0 .79-.657 1.416-1.447 1.416a1.41 1.41 0 0 1-1.423-1.416c0-.825.63-1.453 1.423-1.453h.03l2.107-2.108H6.628a1.36 1.36 0 0 1-1.055.464c-.79 0-1.416-.659-1.416-1.451 0-.795.626-1.452 1.416-1.452.433 0 .792.2 1.055.463h2.964L7.485 8.906h-.03c-.794 0-1.423-.664-1.423-1.453 0-.79.63-1.417 1.423-1.417.82 0 1.447.628 1.447 1.417v.033l2.11 2.111v-2.97c-.263-.263-.46-.62-.46-1.054 0-.787.658-1.417 1.447-1.417.791 0 1.45.63 1.45 1.417 0 .434-.164.791-.46 1.055v2.97l2.104-2.112v-.033c0-.79.664-1.417 1.452-1.417.794 0 1.425.628 1.425 1.417 0 .79-.631 1.453-1.425 1.453h-.028l-2.109 2.107h2.965c.263-.263.623-.463 1.054-.463.79 0 1.416.657 1.416 1.452 0 .792-.626 1.451-1.416 1.451a1.36 1.36 0 0 1-1.054-.464h-2.965z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/braintree.svg b/mkdocs-material/material/templates/.icons/simple/braintree.svg new file mode 100644 index 0000000..6e20306 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/braintree.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.276 20.482h4.717c3.641 0 5.462-1.2 5.462-3.517 0-2.275-1.945-3.517-5.752-3.517H8.276Zm0-16.965v6.538h4.138c3.103 0 4.717-1.159 4.717-3.269 0-2.152-1.655-3.269-4.759-3.269zM1.696 24v-3.518H4.47V3.517H1.697V0h11.089c5.09 0 8.193 2.358 8.193 6.455 0 2.69-1.572 4.345-3.558 5.131 2.855.787 4.882 2.814 4.882 5.586 0 4.386-3.393 6.828-8.938 6.828H1.697"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/brandfolder.svg b/mkdocs-material/material/templates/.icons/simple/brandfolder.svg new file mode 100644 index 0000000..9a52690 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/brandfolder.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 23.291h19.601v-2.978H2.98V3.689h16.626V14.6h-1.422l2.908 2.909L24 14.599h-1.417V.709H0zm16.148-9.935a3.028 3.028 0 0 0-1.653-1.58 4 4 0 0 0-.916-.254 1.7 1.7 0 0 0 .735-.296q.36-.242.647-.609.288-.37.458-.863.172-.495.171-1.069 0-.971-.377-1.617a2.86 2.86 0 0 0-1.033-1.033 4.6 4.6 0 0 0-1.536-.547 10.3 10.3 0 0 0-1.868-.162q-1.13 0-1.887.054-.753.054-1.329.145v12.933q1.024.125 1.834.171.807.044 1.634.044a12.6 12.6 0 0 0 2.057-.162 5 5 0 0 0 1.723-.592q.747-.432 1.187-1.177t.441-1.914q0-.862-.288-1.472m-5.983-6.035c.91-.111 1.873-.054 2.301.304.38.317.607.599.607 1.42 0 .751-.357 1.195-.608 1.356s-.59.368-1.403.368h-.897zm3.029 8.68c-.449.39-1.114.552-1.816.552-.79 0-1.213-.072-1.213-.072v-3.737h1.132c.711 0 1.438.126 1.832.464.509.437.611.895.611 1.505.001.609-.212.998-.546 1.288"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/brave.svg b/mkdocs-material/material/templates/.icons/simple/brave.svg new file mode 100644 index 0000000..8015357 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/brave.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.68 0 2.096 2.38s1.84-.512 2.709.358c.868.87 1.584 1.638 1.584 1.638l-.562 1.381.715 2.047s-2.104 7.98-2.35 8.955c-.486 1.919-.818 2.66-2.198 3.633a186 186 0 0 1-4.293 2.916c-.409.256-.92.692-1.38.692s-.97-.436-1.38-.692a186 186 0 0 1-4.293-2.916c-1.38-.973-1.712-1.714-2.197-3.633-.247-.975-2.351-8.955-2.351-8.955l.715-2.047-.562-1.381s.716-.768 1.585-1.638c.868-.87 2.708-.358 2.708-.358L8.321 0h7.36zm-3.679 14.936c-.14 0-1.038.317-1.758.69s-1.242.637-1.409.742-.065.301.087.409 2.194 1.69 2.393 1.866c.198.175.489.464.687.464s.49-.29.688-.464 2.24-1.759 2.392-1.866.254-.305.087-.41-.689-.368-1.41-.741c-.72-.373-1.617-.69-1.757-.69m0-11.278s-.409.001-1.022.206-1.278.46-1.584.46-2.581-.434-2.581-.434-2.695 3.262-2.695 3.959.339.881.68 1.243l2.02 2.149c.192.203.59.511.356 1.066-.235.555-.58 1.26-.196 1.977.384.716 1.042 1.194 1.464 1.115.421-.08 1.412-.598 1.776-.834.364-.237 1.518-1.19 1.518-1.554s-1.193-1.02-1.413-1.168c-.22-.15-1.226-.725-1.247-.95-.02-.227-.012-.293.284-.851.297-.559.831-1.304.742-1.8-.089-.495-.95-.753-1.565-.986s-1.799-.671-1.947-.74-.11-.133.339-.175c.448-.043 1.719-.212 2.292-.052s1.552.403 1.632.532c.079.13.149.134.067.579s-.5 2.581-.541 2.96c-.04.38-.12.63.288.724.409.094 1.097.256 1.333.256s.924-.162 1.333-.256c.408-.093.329-.344.288-.723-.04-.38-.46-2.516-.541-2.961s-.012-.45.067-.579c.08-.129 1.059-.372 1.632-.532s1.845.009 2.292.052c.449.042.487.107.339.175-.148.069-1.332.508-1.947.74-.615.233-1.476.49-1.565.986-.09.496.445 1.241.742 1.8s.304.624.284.85-1.026.802-1.247.95c-.22.15-1.413.804-1.413 1.169 0 .364 1.154 1.317 1.518 1.554.364.236 1.355.755 1.776.834s1.08-.4 1.464-1.115c.384-.716.039-1.422-.195-1.977s.163-.863.355-1.066l2.02-2.149c.341-.362.68-.546.68-1.243s-2.695-3.96-2.695-3.96-2.274.436-2.58.436-.972-.256-1.585-.461-1.022-.206-1.022-.206"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/breaker.svg b/mkdocs-material/material/templates/.icons/simple/breaker.svg new file mode 100644 index 0000000..b95f175 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/breaker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.556 12.924c.21 0 .386.017.585.056a3.02 3.02 0 0 1 2.246 1.956c.101.319.234.797.319 1.125l.111.433.446-.009c3.552-.075 6.456-2.965 6.456-6.546C23.72 4.513 19.195 0 12.281 0a12.2 12.2 0 0 0-7.603 2.715 11.98 11.98 0 0 0-4.397 9.286c.002.96.118 1.926.334 2.818a12.02 12.02 0 0 0 5.759 7.628A12.2 12.2 0 0 0 12.283 24a11.995 11.995 0 0 0 9.319-4.438l.124-.152-.24-.868-.463.122a17.2 17.2 0 0 1-4.463.576c-1.243 0-2.428-.128-3.598-.375a3 3 0 0 1-2.248-1.98 2.8 2.8 0 0 1-.156-.958c-.011-.782.257-1.425.741-1.975a2.98 2.98 0 0 1 2.257-1.028M12.281 1.125c6.398 0 10.313 4.11 10.313 8.813 0 2.811-2.168 5.119-4.919 5.397a23 23 0 0 0-.219-.746C15.715 9.132 11.567 4.907 6.23 2.957c1.735-1.177 3.78-1.839 6.051-1.832M1.405 12.001c0-3.283 1.455-6.227 3.756-8.223 4.377 1.403 7.964 4.397 10.058 8.371a4 4 0 0 0-.859-.272 19 19 0 0 0-3.807-.394c-3.24.006-6.345.859-9.001 2.325a11 11 0 0 1-.147-1.807m11.324 7.966c1.224.257 2.526.398 3.829.398.996 0 1.986-.083 2.948-.234a10.83 10.83 0 0 1-5.519 2.614 17 17 0 0 1-2.072-3.032q.389.165.814.254m-.084 2.904q-.18.006-.364.006a10.6 10.6 0 0 1-4.994-1.209 17.1 17.1 0 0 1 2.171-5.277c.034.294.099.587.186.848a18.8 18.8 0 0 0 3.001 5.632m-2.192-9.664a18.8 18.8 0 0 0-4.176 7.864 10.9 10.9 0 0 1-4.467-6.117 17.1 17.1 0 0 1 8.744-2.346q.27 0 .536.008a4 4 0 0 0-.637.591"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/brenntag.svg b/mkdocs-material/material/templates/.icons/simple/brenntag.svg new file mode 100644 index 0000000..15ceb0c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/brenntag.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.73 12.01a8.07 8.07 0 0 1-3.274 2.421c.828 1.02 1.246 2.156.945 3.337-.288 1.128-1.366 2.228-2.9 2.228H6.5v-5.999h7c3.86 0 7-3.14 7-6.998S17.36 0 13.5 0h-11v8.998h4V3.999h7c1.655 0 3 1.345 3 3s-1.345 2.999-3 2.999h-11V24h12c3.86 0 7-3.14 7-6.998 0-1.712-.481-3.634-1.77-4.992"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/brevo.svg b/mkdocs-material/material/templates/.icons/simple/brevo.svg new file mode 100644 index 0000000..252e36f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/brevo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0M7.2 4.8h5.747c2.34 0 3.895 1.406 3.895 3.516 0 1.022-.348 1.862-1.09 2.588C17.189 11.812 18 13.22 18 14.785c0 2.86-2.64 5.016-6.164 5.016H7.199v-15zm2.085 1.952v5.537h.07c.233-.432.858-.796 2.249-1.226 2.039-.659 3.037-1.52 3.037-2.655 0-.998-.766-1.656-1.924-1.656zm4.87 5.266c-.766.385-1.67.748-2.76 1.11-1.229.387-2.11 1.386-2.11 2.407v2.315h2.365c2.387 0 4.149-1.34 4.149-3.155 0-1.067-.625-2.087-1.645-2.677z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/brex.svg b/mkdocs-material/material/templates/.icons/simple/brex.svg new file mode 100644 index 0000000..df3262a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/brex.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.69 2.319a3.87 3.87 0 0 0-3.108 1.547l-.759 1.007a1.66 1.66 0 0 1-1.313.656H0V21.68h5.296a3.87 3.87 0 0 0 3.108-1.547l.759-1.006a1.66 1.66 0 0 1 1.313-.657H24V2.319zm1.108 11.949h-5.66a3.87 3.87 0 0 0-3.108 1.547l-.759 1.007a1.66 1.66 0 0 1-1.313.656H4.202V9.731h5.661a3.87 3.87 0 0 0 3.107-1.547l.759-1.006a1.66 1.66 0 0 1 1.313-.657h4.771z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bricks.svg b/mkdocs-material/material/templates/.icons/simple/bricks.svg new file mode 100644 index 0000000..1d0f5ad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bricks.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m7.578 0 .405.253v7.038a8.4 8.4 0 0 1 4.742-1.418q3.748 0 6.211 2.616 2.431 2.617 2.431 6.448 0 3.848-2.448 6.447Q16.456 24 12.725 24q-3.257 0-5.569-2.329v1.907H2.633V.557zm4.287 10.447q-1.79 0-2.988 1.215-1.198 1.25-1.198 3.275t1.198 3.257q1.182 1.232 2.988 1.232 1.907 0 3.088-1.282 1.165-1.266 1.165-3.207t-1.182-3.224q-1.18-1.266-3.071-1.266"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/britishairways.svg b/mkdocs-material/material/templates/.icons/simple/britishairways.svg new file mode 100644 index 0000000..1618c44 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/britishairways.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.489 13.252c-.25.212-.605.444-1.241.767-1.347.72-2.198.983-2.198.983s-1.617-.234-4.207-1.007c0 0 1.306-.378 1.93-.581a40 40 0 0 0 1.958-.681c1.055-.396 1.73-.761 2.18-1.088q.045-.034.085-.068s.32.036.593.113c.294.083.604.245.786.386.191.147.28.308.308.358a.7.7 0 0 1 .071.226s.014.085-.003.177a.6.6 0 0 1-.147.313zM24 12.196a.7.7 0 0 0-.08-.157 1.4 1.4 0 0 0-.197-.23 2 2 0 0 0-.227-.178c-.354-.232-.81-.362-1.215-.416-.627-.083-1.342-.07-1.411-.07-.23-.005-1.722.007-2.105.015-1.702.034-3.787.039-4.333.038-5.636.027-8.089-.094-10.82-.642C1.289 10.094 0 9.658 0 9.658c2.05-.073 14.004-.568 16.186-.627 1.427-.04 2.44-.048 3.253 0 .413.023.802.058 1.287.14a6 6 0 0 1 1.064.286c.486.18.893.442 1.096.707 0 0 .06.06.14.17.093.126.197.282.234.34.294.447.434.73.484.828q.078.154.145.315c.044.104.063.166.076.21.02.064.03.125.035.17Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/broadcom.svg b/mkdocs-material/material/templates/.icons/simple/broadcom.svg new file mode 100644 index 0000000..c7cf197 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/broadcom.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0c6.628 0 12 5.372 12 12a12 12 0 0 1-.56 3.63 14 14 0 0 0-.867-.388c-1.372-.546-2.629-.363-3.888.4 0 0-.459.28-.597.366-.586.37-1.14.717-1.672.717-.508 0-1.007-.135-1.218-1.117-.33-1.533-1.135-5.298-1.486-7.162-.206-1.097-.319-1.688-.436-2.088-.208-.706-.586-1.09-1.124-1.15 0 0-.084-.013-.152-.013s-.162.014-.162.014c-.531.064-.907.447-1.114 1.15-.117.4-.23.99-.436 2.087-.351 1.864-1.156 5.63-1.486 7.162-.21.982-.71 1.117-1.218 1.117-.531 0-1.086-.348-1.672-.717-.138-.086-.597-.366-.597-.366-1.259-.763-2.516-.946-3.888-.4-.301.12-.586.251-.867.387A12 12 0 0 1 0 12C0 5.372 5.372 0 12 0m8.375 16.976c-.453.152-.855.42-1.256.672-.756.475-1.613 1.014-2.704 1.014-1.614 0-2.749-.964-3.112-2.647C13.023 14.712 12 9.793 12 9.793a496 496 0 0 1-1.303 6.222c-.362 1.683-1.497 2.647-3.112 2.647-1.09 0-1.946-.539-2.703-1.014-.401-.252-.804-.52-1.256-.672a2.3 2.3 0 0 0-1.414-.01c-.33.097-.644.234-.951.386C3.227 21.292 7.207 24 11.91 24s8.863-2.708 10.83-6.648a6 6 0 0 0-.95-.386 2.32 2.32 0 0 0-1.415.01"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bruno.svg b/mkdocs-material/material/templates/.icons/simple/bruno.svg new file mode 100644 index 0000000..5eeb229 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bruno.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.394 9.583s-.742.511-1.13.275a.822.822 0 0 1 .855-1.404c.388.236.275 1.129.275 1.129m1.48 3.245-.308.82.582.24a.41.41 0 1 1 .809.146.82.82 0 0 1-1.122.613l-.95-.391a.41.41 0 0 1-.228-.524l.448-1.193a.82.82 0 0 1 .769-.533h2.525l.239.036a.8.8 0 0 1 .214.101.8.8 0 0 1 .303.363l.476 1.12a.41.41 0 0 1-.187.524l-.896.471a.82.82 0 0 1-1.196-.62.41.41 0 0 1 .353-.461.41.41 0 0 1 .461.353l.56-.294-.327-.771zM9.353 17.98c-.959-.514-2.183-1.54-1.961-3.22a.411.411 0 0 1 .814.107c-.167 1.272.822 2.009 1.546 2.395a.99.99 0 0 0 1.081-.092l.903-.708v-1.045a.41.41 0 0 1 .822 0v1.045l.903.708c.19.15.423.22.655.209a1 1 0 0 1 .074-.019.4.4 0 0 1 .093-.003q.134-.03.259-.095c.724-.386 1.713-1.123 1.546-2.395a.41.41 0 0 1 .353-.461.41.41 0 0 1 .461.354c.223 1.688-1.013 2.716-1.974 3.227a2 2 0 0 1-.22.099c.148 1.424-.14 2.562-.449 3.24-.169.37-.355.617-.49.732-.194.167-.517.305-.933.366-.531.078-1.227.039-1.945-.182-.576-.177-.973-.686-1.208-1.343-.362-1.009-.352-2.368-.33-2.919m4.54.213a1.8 1.8 0 0 1-.939-.376l-.807-.633-.807.633a1.8 1.8 0 0 1-1.173.384c-.012.453-.001 1.219.15 1.922.072.333.174.652.329.908.122.2.275.361.486.425.586.18 1.152.218 1.585.155.227-.033.412-.086.518-.176.115-.099.259-.363.395-.744.213-.597.367-1.46.263-2.498m-8.683-.955-.191.402a1.23 1.23 0 0 1-2.053.27c-.81-.961-1.948-2.505-2.548-4.068-.427-1.115-.576-2.241-.213-3.198C2.894 3.559 6.247 2.969 6.98 2.928c1.34-.865 5.583-2.807 10.424.342.795-.051 4.042.203 6.424 7.252.325.961.162 2.081-.263 3.186-.599 1.557-1.709 3.088-2.5 4.046a1.23 1.23 0 0 1-2.061-.262l-.133-.28a10 10 0 0 1-.901 1.281c-.57.679-1.306 1.32-2.154 1.598a.41.41 0 0 1-.519-.263.41.41 0 0 1 .263-.518c.705-.231 1.306-.78 1.781-1.345a9.3 9.3 0 0 0 1.097-1.666l-.245-.518a1.2 1.2 0 0 1-.078-.842c.246-.924.981-4.015.071-6.043a.41.41 0 1 1 .749-.336c.993 2.212.243 5.583-.026 6.591a.4.4 0 0 0 .026.278l.811 1.712a.41.41 0 0 0 .685.089c.748-.904 1.801-2.346 2.367-3.817.351-.912.52-1.834.252-2.628-2.447-7.241-5.667-6.687-5.667-6.687a.42.42 0 0 1-.309-.061C12.48.972 8.456 2.917 7.339 3.676a.4.4 0 0 1-.252.07S3.739 3.649.973 10.935c-.297.783-.137 1.701.213 2.612.565 1.475 1.644 2.927 2.408 3.833a.41.41 0 0 0 .683-.092l.816-1.723a.4.4 0 0 0 .027-.278c-.269-1.008-1.02-4.38-.027-6.592a.41.41 0 0 1 .543-.206.41.41 0 0 1 .207.543c-.911 2.028-.176 5.119.071 6.043.075.282.047.578-.078.842l-.203.427c.117.226 1.249 2.351 2.958 2.911a.41.41 0 0 1 .263.519.41.41 0 0 1-.519.262c-1.484-.487-2.606-1.983-3.125-2.798m10.247-7.655s-.114-.893.274-1.129a.82.82 0 0 1 1.129.275.82.82 0 0 1-.274 1.129c-.388.236-1.129-.275-1.129-.275"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bsd.svg b/mkdocs-material/material/templates/.icons/simple/bsd.svg new file mode 100644 index 0000000..8870081 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bsd.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.725 6.664C5.6 6.91 6.353 7.684 6.6 8.556c.27.95-.032 1.905-.671 2.633.783.432 1.44 1.083 1.704 1.956.244.807.185 1.739-.224 2.483-.446.812-1.3 1.457-2.203 1.65-.496.106-1.02.07-1.524.07H.602c-.393 0-.602-.28-.602-.638V9.476C0 5.81 3.889 6.428 4.725 6.664M1.051 9.63v1.367h3.228c1.258 0 1.461-1.761 1.285-2.272-.184-.533-.687-.893-1.2-1.056-.426-.097-3.313-.784-3.313 1.961m0 2.357v4.297c0 .116-.006.099.116.099H3.57c.67 0 1.364.022 1.98-.284.782-.387 1.24-1.422 1.158-2.263-.084-.849-.667-1.43-1.44-1.72-.387-.147-.927-.129-1.339-.129zm14.791-4.77c0-.47.28-.706.854-.706h2.916c2.9 0 4.388 2.797 4.388 5.492 0 2.754-1.797 5.404-4.683 5.404h-2.856c-.471 0-.619-.088-.619-.603V7.218zm1.09.369v8.746h2.311c2.342 0 3.594-2.15 3.594-4.329 0-2.238-1.134-4.417-3.387-4.417zm-5.506.017c-.948 0-1.824.776-1.824 1.796 0 .918 1.235 1.45 2.456 2.11 1.292.704 2.67 1.408 2.67 2.902 0 2.054-1.536 3.116-3.518 3.116a4.5 4.5 0 0 1-2.47-.718c-.258-.173-.388-.388-.388-.632 0-.33.159-.488.488-.488.159 0 .33.057.504.172.56.345 1.277.546 1.91.546 1.25 0 2.311-.546 2.311-1.925 0-.861-1.033-1.407-2.153-1.996-1.408-.732-2.988-1.536-2.988-3.03 0-1.882 1.436-2.973 3.232-2.973.775 0 1.622.215 2.441.66a.77.77 0 0 1 .402.661c0 .287-.201.56-.502.56-.173 0-.345-.129-.546-.258-.46-.287-1.279-.503-2.025-.503"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bspwm.svg b/mkdocs-material/material/templates/.icons/simple/bspwm.svg new file mode 100644 index 0000000..ef08c2b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bspwm.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.814 8.437c-.02-.02-.025-.076-.025-.166v-.895q-.001-.113.02-.136c.01-.015.055-.025.126-.025h.683c.433 0 .654.211.654.629 0 .422-.221.628-.654.628H5.93q-.092.001-.116-.035m.146 1.795h.709a.71.71 0 0 0 .502-.176c.131-.116.201-.292.201-.528q0-.346-.196-.513a.76.76 0 0 0-.507-.166h-.75q-.083 0-.105.03c-.02.02-.025.076-.025.156v1.076q0 .077.03.1c.02.016.065.02.14.02zm11.392-1.61h.492q.316.001.483-.2c.11-.136.17-.322.17-.553 0-.433-.22-.654-.653-.654h-.492c-.076 0-.121.01-.136.02-.02.01-.025.045-.025.1v1.082c0 .1.005.155.02.176q.021.03.14.03zM24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12m-8.041-4.9c0 .06.005.09.015.1s.04.015.1.015h.262q.12.001.15.025.025.023.026.12v2.715c0 .031.005.051.005.061q-.001.097-.1.096h-.358c-.05 0-.075.01-.085.02q-.015.015-.015.105v.1q0 .107.015.132.015.021.105.02h1.64q.09.001.105-.02c.01-.01.02-.05.02-.121v-.161c0-.055-.035-.085-.095-.085-.015 0-.036.005-.066.005q-.046.006-.07.005h-.261q-.114 0-.136-.015c-.02-.01-.025-.046-.025-.106V9.1c0-.071.03-.106.1-.106.01 0 .03.005.06.005h.493c.463 0 .81-.1 1.05-.307q.357-.31.358-.824c0-.332-.12-.583-.352-.764q-.347-.266-1.056-.267h-1.649c-.02 0-.04 0-.07-.005-.03 0-.056-.005-.066-.005-.07 0-.1.03-.1.09zm-5.47 3.443c0 .035.005.06.025.07.015.016.05.02.106.02h.136c.03 0 .06 0 .08-.004a.1.1 0 0 0 .056-.03q.015-.024.03-.04.009-.014.025-.051a.3.3 0 0 1 .03-.06q.053-.1.075-.1.013.001.096.055c.236.19.538.28.905.28q.648 0 1.055-.3a.98.98 0 0 0 .403-.83 1.14 1.14 0 0 0-.126-.543.9.9 0 0 0-.317-.347 2.2 2.2 0 0 0-.437-.201 6 6 0 0 0-.478-.146 4 4 0 0 1-.432-.136.8.8 0 0 1-.322-.211.5.5 0 0 1-.12-.342q0-.224.18-.352.181-.129.544-.13.308.001.578.176a.87.87 0 0 1 .362.472q.001.022.01.106a.4.4 0 0 0 .03.126q.016.045.07.045h.186q.073.001.096-.035a.2.2 0 0 0 .025-.111v-.976a.2.2 0 0 0-.02-.09c-.01-.01-.04-.02-.086-.02h-.1a.5.5 0 0 0-.151.015q-.037.015-.076.075l-.05.08c-.04.061-.065.086-.08.086-.01 0-.045-.02-.106-.07a1.33 1.33 0 0 0-.79-.236c-.361 0-.658.085-.899.256s-.357.422-.357.754q0 .3.12.503a.8.8 0 0 0 .318.317c.13.07.27.13.432.18q.233.076.472.136c.156.04.297.091.428.141.13.056.236.13.316.231s.126.227.126.372a.6.6 0 0 1-.206.468q-.204.18-.648.181a1.12 1.12 0 0 1-.694-.221 1 1 0 0 1-.402-.548.4.4 0 0 1-.02-.11q-.007-.078-.036-.101a.25.25 0 0 0-.11-.02h-.136q-.074 0-.096.015-.021.015-.02.06v.045c0 .02.005.04.005.05v.936c0 .02-.005.04-.005.06zm-5.932-.065c0 .055.005.09.025.11q.024.028.086.026h.065c.03 0 .06-.005.08-.005H6.72q.64 0 1.025-.257c.252-.17.383-.437.383-.799a.77.77 0 0 0-.262-.609q-.264-.224-.724-.291c.553-.11.835-.407.835-.885q0-.466-.377-.699c-.252-.15-.578-.231-.98-.231H4.707c-.025 0-.04-.005-.05-.005-.04 0-.07.01-.08.03-.016.02-.02.055-.02.11v.167q0 .059.014.065c.01.01.04.01.09.01h.378c.03 0 .045.01.055.02s.015.04.015.08v2.695q0 .165-.03.197c-.02.02-.08.025-.186.025h-.241c-.046 0-.07.01-.08.02q-.016.021-.016.11v.116zm6.52 3.2q0-.075-.016-.09a.2.2 0 0 0-.097-.013h-.838q-.09 0-.104.02-.018.02-.017.12v.105q0 .075.02.09.02.018.114.017a1 1 0 0 1 .155.01q.035.009.036.037 0 .014-.036.124l-.232.663q-.062.171-.144.423-.062.175-.074.174-.014 0-.073-.225a9 9 0 0 0-.1-.331l-.252-.764a.3.3 0 0 1-.017-.078c0-.02.023-.033.077-.033h.077q.074 0 .094-.013.02-.01.02-.071v-.188q0-.048-.02-.067c-.013-.013-.037-.02-.064-.02q-.019.001-.053.003-.039.005-.057.004h-.862c-.02 0-.03-.004-.037-.004q-.049 0-.063.02-.019.022-.017.094v.1q-.002.02-.003.044v.037q-.001.036.013.047.014.014.064.014h.11q.08 0 .1.05l.028.07a.3.3 0 0 1 .016.067q0 .022-.03.094l-.291.684q-.021.055-.067.16c-.034.075-.05.118-.057.132q-.056.12-.067.12-.022 0-.044-.07a4 4 0 0 1-.07-.198q-.04-.122-.054-.174l-.265-.754-.02-.054-.023-.05a.1.1 0 0 1-.007-.034q-.001-.042.117-.043h.135q.055 0 .067-.014a.2.2 0 0 0 .013-.087v-.16q-.001-.056-.017-.074a.07.07 0 0 0-.053-.02q-.01.002-.04.003H6.978c-.024 0-.04-.004-.047-.004-.054 0-.077.03-.077.084v.178q-.002.07.016.08.015.014.101.014h.1a.3.3 0 0 1 .068.006q.024.005.043.02c.01.014.017.02.02.027a.3.3 0 0 1 .017.047c.007.024.01.04.017.05l.697 1.921.013.044q.01.028.014.037.001.009.017.023a.04.04 0 0 0 .033.017.3.3 0 0 0 .057.003h.15q.031 0 .058-.003.02-.002.04-.004a.06.06 0 0 0 .034-.013.1.1 0 0 1 .02-.014q.008-.004.016-.023.01-.014.014-.024l.013-.033q.009-.025.017-.04l.355-.845c.014-.033.067-.174.168-.422.034-.08.054-.124.067-.124s.037.054.064.154a4 4 0 0 0 .144.432l.308.815.017.05a.2.2 0 0 0 .016.047l.024.023a.05.05 0 0 0 .044.02q.024.005.07.004h.12q.046.002.078-.007a.2.2 0 0 0 .047-.013q.019-.005.033-.027l.02-.037a.3.3 0 0 0 .017-.05q.008-.04.017-.06l.647-1.87a1 1 0 0 1 .027-.084.1.1 0 0 1 .036-.03.3.3 0 0 1 .104-.017h.141a.2.2 0 0 0 .07-.01q.012-.01.014-.05zm5.671 2.126q0-.04-.016-.054a.2.2 0 0 0-.077-.013h-.175q-.08 0-.1-.023-.025-.026-.024-.088v-.107l-.057-1.435q-.002-.018-.003-.046v-.04q0-.046.02-.058a.3.3 0 0 1 .104-.013h.094q.095.002.114-.017.02-.014.02-.104v-.124q0-.065-.02-.087a.08.08 0 0 0-.06-.023q-.016.002-.048.003h-.864a.3.3 0 0 0-.087.01.1.1 0 0 0-.054.037q-.018.027-.027.047a.3.3 0 0 0-.023.063 1 1 0 0 1-.02.07l-.279.758q-.111.296-.164.496-.05.186-.08.185-.03.002-.074-.198a9 9 0 0 0-.147-.51l-.275-.878a.2.2 0 0 0-.04-.067.2.2 0 0 0-.081-.013h-1.002q-.034-.001-.044-.003-.044 0-.063.02c-.014.013-.017.043-.017.083v.165c0 .04.003.067.017.073q.014.014.093.014h.155q.062.001.083.013.02.016.02.047l-.006.097-.07 1.475v.084q0 .051-.02.074-.02.02-.081.02h-.168q-.091 0-.107.016-.018.014-.017.094v.154q-.001.054.017.074.014.019.054.017h.037q.03-.002.05-.003h.905q.059 0 .077-.014c.01-.006.017-.027.017-.053v-.215q0-.046-.01-.057a.06.06 0 0 0-.04-.013h-.205q-.081.001-.107-.017-.028-.018-.027-.064 0-.016.003-.057l.007-.06.027-.73.003-.202q0-.2.01-.352.005-.15.02-.15.022 0 .084.2.055.183.171.537l.389 1.186q.02.07.047.081.02.014.1.013h.252q.04.002.07-.016a.1.1 0 0 0 .034-.04.3.3 0 0 0 .02-.064q.008-.04.016-.06l.41-1.214q.029-.086.103-.369.05-.203.07-.204.01.001.02.124.006.125.01.302l.004.174.027.784q0 .028.003.067.002.04.004.05 0 .044-.027.064-.024.019-.094.017h-.16q-.075.001-.095.017-.018.014-.017.063v.198q0 .05.014.064t.05.013h.037q.024-.002.044-.003h1.132q.079 0 .098-.014.016-.01.016-.077zM21.128 12a.173.173 0 0 0-.174-.174h-5.975v-8.78a.173.173 0 1 0-.347 0v8.78H9.294v-8.78a.173.173 0 1 0-.348 0v8.78h-5.9a.174.174 0 0 0 0 .348h8.78v8.78a.173.173 0 1 0 .348 0v-8.78h8.78a.173.173 0 0 0 .173-.174z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bt.svg b/mkdocs-material/material/templates/.icons/simple/bt.svg new file mode 100644 index 0000000..1beece1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.589 7.91h5.977v1.753H16.56v6.41h-1.97v-6.41h-2zM12 22.523C6.193 22.523 1.477 17.807 1.477 12S6.193 1.477 12 1.477 22.523 6.193 22.523 12 17.807 22.523 12 22.523M12 24c6.626 0 12-5.374 12-12S18.626 0 12 0C5.379 0 0 5.374 0 12s5.379 12 12 12M9.97 13.574c0-.516-.321-.865-.873-.865h-1.32v1.702h1.32c.552 0 .874-.345.874-.837m-.24-3.276c0-.433-.275-.732-.745-.732h-1.21v1.486h1.21c.47 0 .746-.299.746-.754m2.231 3.372c0 1.546-1.09 2.402-2.65 2.402H5.834V7.91h3.249c1.573 0 2.64.805 2.64 2.277 0 .672-.298 1.27-.781 1.634.552.326 1.021.947 1.021 1.85Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/buddy.svg b/mkdocs-material/material/templates/.icons/simple/buddy.svg new file mode 100644 index 0000000..3edd09e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/buddy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.7 5.307 12.945.253a1.89 1.89 0 0 0-1.891 0L2.299 5.306a1.89 1.89 0 0 0-.945 1.638v10.11c0 .675.36 1.3.945 1.637l8.756 5.056a1.89 1.89 0 0 0 1.89 0l8.756-5.055c.585-.338.945-.962.945-1.638V6.945c0-.675-.36-1.3-.945-1.638zm-7.45 7.753-3.805 3.804-1.351-1.351 3.804-3.805-3.804-3.806 1.35-1.35 3.805 3.805 1.351 1.35z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/budibase.svg b/mkdocs-material/material/templates/.icons/simple/budibase.svg new file mode 100644 index 0000000..ef46283 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/budibase.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 0a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2Zm2 6h2.5v5.22q.885-.95 2.21-.95a3.37 3.37 0 0 1 2.565 1.13c.178.199.327.422.46.66V6h2.505v5.22c.59-.634 1.324-.95 2.21-.95a3.37 3.37 0 0 1 2.566 1.13q.464.516.724 1.22c.175.47.26.965.26 1.495q0 .809-.27 1.52a3.7 3.7 0 0 1-.755 1.234q-.48.524-1.14.83-.65.3-1.415.301-1.381 0-2.186-1.035v.81h-2.5v-1.601a3.6 3.6 0 0 1-1.638 1.525q-.652.3-1.41.301-1.382 0-2.186-1.035v.81H4Zm4.035 6.484a1.57 1.57 0 0 0-1.125.487 1.73 1.73 0 0 0-.474 1.174 1.62 1.62 0 0 0 .468 1.16c.145.145.322.265.522.355q.3.135.629.135a1.57 1.57 0 0 0 1.125-.484q.218-.226.345-.526c.08-.205.125-.41.125-.63a1.68 1.68 0 0 0-.47-1.175q-.225-.225-.51-.36a1.5 1.5 0 0 0-.635-.136m7.74 0a1.57 1.57 0 0 0-1.125.487 1.73 1.73 0 0 0-.474 1.174 1.62 1.62 0 0 0 .469 1.16q.219.219.52.355.3.135.63.135a1.57 1.57 0 0 0 1.125-.484q.217-.226.346-.526c.08-.205.125-.41.125-.63a1.68 1.68 0 0 0-.471-1.175q-.225-.225-.51-.36a1.5 1.5 0 0 0-.635-.136"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/buefy.svg b/mkdocs-material/material/templates/.icons/simple/buefy.svg new file mode 100644 index 0000000..fe4a58c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/buefy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.358.004c-.008 0-.175.02-.375.031q-.96.074-1.902.278c-.402.09-1.496.402-1.54.433-.738.259-1.472.606-2.17.957-.606.332-1.544.938-1.689 1.094a6 6 0 0 1-.304.242c-.387.309-1.172 1.102-1.528 1.543-1.203 1.512-1.87 3.145-2.074 5.063-.066.66 0 2.507.086 2.507.02 0 .32-.132.684-.304.191-.086.418-.192.511-.235s.602-.273 1.122-.515c.527-.243 1.046-.48 1.16-.532l.488-.226c.156-.07.297-.13.316-.13s-.007-.081-.058-.183a4.26 4.26 0 0 1-.48-1.996c0-1.152.402-2.246 1.23-3.344a8 8 0 0 1 1.32-1.32c.07-.054.172-.129.227-.176.34-.261 1.437-.851 1.59-.851q.052 0 .035.066c-.012.04-.09.422-.18.844-.082.434-.16.816-.172.86-.008.038-.043.21-.074.378-.035.168-.066.34-.074.38-.012.042-.094.464-.192.948-.093.48-.19.95-.21 1.047-.02.094-.044.203-.047.246l-.157.801c-.01.043-.113.555-.23 1.14-.117.587-.219 1.098-.23 1.141l-.153.766a9 9 0 0 1-.074.375q-.064.297-.114.598a1 1 0 0 0-.035.148c-.01.05-.062.3-.113.563-.055.261-.105.539-.117.609s-.047.234-.074.363q-.04.17-.07.34-.268 1.35-.544 2.7l-.07.378c-.012.043-.094.469-.195.95l-.207 1.046a4 4 0 0 0-.047.25l-.156.797c-.012.043-.118.559-.235 1.14-.113.587-.215 1.099-.222 1.134-.05.23-.286 1.437-.3 1.53l-.02.122 3.546-.012c3.137 0 4.184-.02 4.723-.07l.457-.043c.168-.012.328-.031.363-.035.035-.008.152-.024.266-.035.113-.012.351-.051.527-.086.18-.032.367-.063.414-.07.047-.012.203-.044.344-.079.137-.03.273-.062.308-.07.094-.02.73-.207.817-.242.043-.02.238-.098.433-.18 1.258-.5 2.297-1.312 3.032-2.371.136-.195.511-.824.511-.855 0-.012.07-.16.15-.332a7.8 7.8 0 0 0 .64-2.258c.05-.383.02-1.817-.05-1.926a1 1 0 0 1-.036-.191 6.05 6.05 0 0 0-3.172-4.23 6.7 6.7 0 0 0-1.23-.497l-.188-.043.308-.203q.2-.133.39-.274.378-.3.734-.625c.525-.535.845-.949 1.17-1.503.265-.45.546-1.157.624-1.56a.6.6 0 0 1 .032-.14c.093-.265.093-1.61 0-1.761-.008-.012-.02-.075-.032-.137a4 4 0 0 0-.1-.344c-.415-1.27-1.368-2.328-2.68-2.976C17.55.632 16.78.344 16.525.3a2 2 0 0 1-.265-.059 9 9 0 0 0-.93-.168A11 11 0 0 0 14.03 0c-.368.004-.669-.001-.673.003zm1.645 1.812c.972.254 1.742.891 2.082 1.723.207.504.254.79.254 1.543 0 .613-.02.89-.114 1.277a4.28 4.28 0 0 1-2.28 2.918c-.22.114-.41.2-.512.235-.012 0-.047.02-.079.031-.273.113-1.418.371-1.46.328-.012-.012.042-.297.11-.644.07-.344.14-.688.147-.762a2 2 0 0 1 .04-.192 1 1 0 0 0 .034-.191c.012-.078.032-.16.04-.191.011-.032.027-.114.035-.188.011-.07.074-.39.136-.703.067-.316.13-.613.137-.664.008-.055.09-.48.192-.95.093-.472.18-.91.19-.972.013-.062.044-.234.075-.379.031-.148.06-.308.07-.36.172-.91.375-1.894.383-1.933.024-.054.055-.047.52.074M13.84 11.824c.191.028.508.086.82.16.172.036.664.235.926.371 1.465.758 2.273 2.356 2.098 4.133a7 7 0 0 1-.11.664c-.012.024-.023.09-.039.153a8 8 0 0 1-.352.949c-1.082 2.172-3.394 3.5-6.199 3.55l-.476.012.023-.105.043-.203c.012-.055.031-.184.055-.285l.058-.305c.012-.066.024-.148.036-.191.007-.043.085-.446.168-.895.09-.445.183-.926.214-1.062l.08-.399c.01-.086.022-.18.034-.21.011-.032.023-.099.035-.15.012-.054.04-.198.058-.323.024-.125.106-.528.176-.895q.076-.39.153-.777c.007-.067.043-.235.07-.38.055-.261.078-.386.113-.609l.094-.472.285-1.465c.117-.61.223-1.14.23-1.188q.019-.082.126-.093c.187-.024 1.05-.008 1.28.015z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/buffer.svg b/mkdocs-material/material/templates/.icons/simple/buffer.svg new file mode 100644 index 0000000..d02297d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/buffer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.371 5.476 11.943 0l10.686 5.476-10.686 5.495zm3.36 4.81 7.212 3.547 7.288-3.547 3.398 1.655-10.686 5.202L1.371 11.94zm0 6.171 7.212 3.911 7.288-3.91 3.398 1.815L11.943 24 1.371 18.273z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bugatti.svg b/mkdocs-material/material/templates/.icons/simple/bugatti.svg new file mode 100644 index 0000000..9409fdd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bugatti.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 2.978h18.593c.021.004.042.012.063.013q.654.027 1.279.218c1.459.451 2.507 1.367 3.117 2.772.454 1.046.5 2.259.316 3.156a4.63 4.63 0 0 1-1.37 2.482q-.02.022-.04.045c.021.026.052.04.077.061a4.77 4.77 0 0 1 1.951 3.564c.001.021.01.042.014.063v.79q-.01.04-.014.08c-.004.046-.002.093-.007.14a5.5 5.5 0 0 1-.21 1.047c-.398 1.278-1.167 2.262-2.336 2.924-.836.474-1.744.686-2.7.687-6.24.004-12.48.002-18.72.002v-4.74h2.988l.001 1.738c.134.016 7.226.01 7.286-.006v-4.668h-3.06v1.425c-.102.019-2.928.014-2.986-.004V8.912h2.986v1.424c.103.019 3.003.014 3.06-.003V5.976H3V7.51H.008Zm13.753 15.05h4.744c.254 0 .505-.023.75-.09.77-.21 1.3-.683 1.546-1.447a2.6 2.6 0 0 0-.007-1.636 2.07 2.07 0 0 0-1.12-1.274 2.55 2.55 0 0 0-1.092-.239h-4.82zm.003-12.058v4.377h4.397a2.5 2.5 0 0 0 .723-.103c.678-.203 1.147-.63 1.376-1.304.145-.428.163-.868.068-1.308-.161-.742-.598-1.251-1.313-1.515a2.7 2.7 0 0 0-.947-.147Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bugcrowd.svg b/mkdocs-material/material/templates/.icons/simple/bugcrowd.svg new file mode 100644 index 0000000..dc757fd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bugcrowd.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 12 18 1.387H6L0 12l6 10.613h12zm-5.782 1.658q-.005 1.238-.354 2.231a5 5 0 0 1-.99 1.708 4.3 4.3 0 0 1-1.503 1.093 4.7 4.7 0 0 1-1.896.385 4.2 4.2 0 0 1-1.145-.152 3.8 3.8 0 0 1-.868-.36 4 4 0 0 1-.601-.435 3 3 0 0 1-.466-.514h-.04l.02.193q.017.248.02.497v.528H7.961V7.062q-.002-.226-.114-.337c-.077-.074-.19-.109-.33-.109h-.811V4.425h2.452q.71-.004 1.048.331c.222.223.333.576.33 1.049v3.003q-.005.387-.02.626l-.02.247h.04a3 3 0 0 1 .463-.507q.232-.214.6-.426t.876-.36c.38-.1.77-.15 1.162-.148q1.053.005 1.894.395a4.1 4.1 0 0 1 1.446 1.11q.6.72.92 1.715.317.988.32 2.198m-2.803 1.406q.206-.597.209-1.366-.004-.988-.328-1.718-.324-.726-.902-1.125a2.35 2.35 0 0 0-1.344-.404 2.6 2.6 0 0 0-.969.186 2.4 2.4 0 0 0-.83.589 2.8 2.8 0 0 0-.579 1.015q-.21.62-.216 1.477c0 .397.053.792.159 1.174.101.366.265.712.483 1.02.211.3.486.548.805.722q.482.265 1.127.27c.343.002.683-.07.997-.213a2.4 2.4 0 0 0 .824-.623q.36-.409.564-1.004"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bugsnag.svg b/mkdocs-material/material/templates/.icons/simple/bugsnag.svg new file mode 100644 index 0000000..af596f2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bugsnag.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 24c-4.596 0-8.336-3.74-8.336-8.336v-4.135a.62.62 0 0 1 .62-.62h2.957L7.23 1.337 4.903 2.77v5.45a.62.62 0 0 1-1.24 0V2.7c0-.384.204-.749.53-.95L6.773.166a1.114 1.114 0 0 1 1.699.949l.01 9.796h3.52a4.76 4.76 0 0 1 4.753 4.754 4.76 4.76 0 0 1-4.753 4.753 4.76 4.76 0 0 1-4.754-4.753l-.003-3.515H4.903v3.515c0 3.912 3.183 7.097 7.097 7.097a7.104 7.104 0 0 0 7.097-7.097A7.105 7.105 0 0 0 12 8.567h-1.076a.62.62 0 0 1 0-1.24H12c4.596 0 8.336 3.74 8.336 8.336S16.596 24 12 24M8.482 12.15l.004 3.514A3.52 3.52 0 0 0 12 19.178a3.52 3.52 0 0 0 3.514-3.514A3.52 3.52 0 0 0 12 12.149zm4.513 3.514a.995.995 0 0 1-.995.994.995.995 0 0 1-.995-.994.995.995 0 0 1 .995-.995.995.995 0 0 1 .995.995"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/buhl.svg b/mkdocs-material/material/templates/.icons/simple/buhl.svg new file mode 100644 index 0000000..24d1a2f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/buhl.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.34 10.876a1.7 1.7 0 0 0-.419-.781 1.6 1.6 0 0 0-.76-.397 5.2 5.2 0 0 0-1.142-.113c-.107 0-.223.005-.36.014a6 6 0 0 0-.406.04l-.4.054c-.13.018-.25.032-.352.04q-.107-.002-.134-.063V6.94a.12.12 0 0 0-.033-.103.12.12 0 0 0-.103-.035h-1.008a.1.1 0 0 0-.05.009.12.12 0 0 0-.08.13v.044c0 .027-.003.054-.003.09l.004.109v9.72a.12.12 0 0 0 .033.103.12.12 0 0 0 .1.037h1q.135 0 .135-.14v-6.08a.17.17 0 0 1 .12-.1 5.5 5.5 0 0 1 1.217-.112 3.2 3.2 0 0 1 .768.077.9.9 0 0 1 .46.266 1.1 1.1 0 0 1 .223.515 3 3 0 0 1 .058.677V16.9q.002.141.129.14h.995c.09 0 .13-.045.13-.14v-4.764a4.8 4.8 0 0 0-.12-1.26ZM1.389 15.324H.134Q0 15.323 0 15.45v1.267q0 .126.134.125h1.254q.134.001.134-.125V15.45a.118.118 0 0 0-.134-.125m22.478-8.523h-1q-.134-.001-.134.14v9.965a.12.12 0 0 0 .033.103.12.12 0 0 0 .101.037h1q.134.001.134-.14V6.941q0-.141-.134-.14m-9.169 3.045h-.995c-.089 0-.129.045-.129.134v5.915q-.002.107-.129.147a4 4 0 0 1-.504.08 6 6 0 0 1-.585.027 3.7 3.7 0 0 1-.812-.076.93.93 0 0 1-.754-.772 3.6 3.6 0 0 1-.071-.793v-4.53a.117.117 0 0 0-.13-.133h-.995c-.089 0-.129.044-.129.133v4.668a5 5 0 0 0 .13 1.236 1.58 1.58 0 0 0 .459.781 1.9 1.9 0 0 0 .892.415 7 7 0 0 0 1.428.12q.236-.001.531-.023c.295-.022.4-.035.611-.062q.317-.04.625-.094.309-.053.571-.107c.09-.018.13-.062.13-.134v-6.8a.13.13 0 0 0-.144-.133Zm-7.023.56a1.97 1.97 0 0 0-.923-.606 4.7 4.7 0 0 0-1.41-.185 5 5 0 0 0-.736.054 4 4 0 0 1-.473.054q-.107 0-.107-.095V6.937a.12.12 0 0 0-.032-.1.12.12 0 0 0-.098-.034h-1c-.089 0-.129.043-.129.179v9.837c0 .018.04.063.116.09a9 9 0 0 0 .987.208 8.4 8.4 0 0 0 1.222.08 4.6 4.6 0 0 0 1.6-.24 2.1 2.1 0 0 0 .99-.75 3.15 3.15 0 0 0 .505-1.28 10 10 0 0 0 .143-1.829 7 7 0 0 0-.152-1.604 2.55 2.55 0 0 0-.503-1.089m-.72 4.26a2.2 2.2 0 0 1-.263.912 1.1 1.1 0 0 1-.588.483 3.2 3.2 0 0 1-1.031.135q-.222-.001-.513-.022a1.8 1.8 0 0 1-.446-.077.135.135 0 0 1-.094-.149v-4.995a.185.185 0 0 1 .107-.194 4 4 0 0 1 .42-.08 4 4 0 0 1 .615-.04 3.2 3.2 0 0 1 .897.108 1.04 1.04 0 0 1 .571.406 2 2 0 0 1 .297.81 7.7 7.7 0 0 1 .085 1.283 13 13 0 0 1-.054 1.418zM1.388 9.755H.133Q0 9.755 0 9.881v1.267q0 .126.134.125h1.254q.134.001.134-.125V9.881a.118.118 0 0 0-.134-.125"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/buildkite.svg b/mkdocs-material/material/templates/.icons/simple/buildkite.svg new file mode 100644 index 0000000..db407eb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/buildkite.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23.613 8.143-7.668-3.856v7.712zM8.166 15.857V8.143L.387 4.287V12l7.78 3.857zM.183 3.958a.38.38 0 0 1 .377-.017l7.606 3.771 7.607-3.771a.39.39 0 0 1 .346 0l7.668 3.857a.39.39 0 0 1 .213.345v7.71a.39.39 0 0 1-.213.346l-7.668 3.86a.39.39 0 0 1-.562-.345v-7.09l-7.219 3.58a.4.4 0 0 1-.344 0L.215 12.346A.39.39 0 0 1 0 12V4.287a.39.39 0 0 1 .183-.329"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/builtbybit.svg b/mkdocs-material/material/templates/.icons/simple/builtbybit.svg new file mode 100644 index 0000000..b52a48e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/builtbybit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.877.032 1.252 5.885a.253.253 0 0 0 .003.446l5.679 3.02c.077.041.17.04.246-.004l4.694-2.697a.25.25 0 0 1 .253 0l4.692 2.697a.25.25 0 0 0 .246.004l5.682-3.021a.253.253 0 0 0 .003-.446L12.122.031a.25.25 0 0 0-.245 0ZM6.924 10.898l-5.71-3.036a.254.254 0 0 0-.373.224V18.25c0 .093.05.178.131.222l9.976 5.495a.254.254 0 0 0 .376-.222v-6.053a.26.26 0 0 0-.127-.22l-4.012-2.305a.25.25 0 0 1-.127-.22v-3.825a.25.25 0 0 0-.135-.224Zm10.152 0 5.71-3.035a.254.254 0 0 1 .373.224v10.164c0 .093-.05.178-.131.222l-9.976 5.495a.254.254 0 0 1-.376-.222v-6.053c0-.091.049-.175.127-.22l4.012-2.305a.25.25 0 0 0 .127-.22v-3.825c0-.094.052-.18.135-.224Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bukalapak.svg b/mkdocs-material/material/templates/.icons/simple/bukalapak.svg new file mode 100644 index 0000000..216cb4d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bukalapak.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.976 23.845a3.158 3.158 0 1 1-1.95-6.008 3.158 3.158 0 0 1 1.95 6.008m6.554-2.883c4.047-1.315 7.315-5.981 5.689-10.984s-7.012-6.856-11.058-5.541a1.89 1.89 0 0 0-1.252 2.249l.414 1.682a1.89 1.89 0 0 0 2.42 1.348l.162-.053c1.861-.606 3.592.504 4.071 2.019.505 1.507-.244 3.422-2.106 4.027l-.162.054a1.89 1.89 0 0 0-1.166 2.512l.653 1.604a1.89 1.89 0 0 0 2.335 1.083m-6.962-7.982L7.841 1.752A2.3 2.3 0 0 0 4.897.113l-2.952.959A2.3 2.3 0 0 0 .526 4.128L4.92 14.815a2.3 2.3 0 0 0 2.841 1.318l1.285-.417a2.3 2.3 0 0 0 1.522-2.736"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bulma.svg b/mkdocs-material/material/templates/.icons/simple/bulma.svg new file mode 100644 index 0000000..007be74 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bulma.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11.25 0-6 6-1.5 10.5 7.5 7.5 9-6-6-6 4.5-4.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bun.svg b/mkdocs-material/material/templates/.icons/simple/bun.svg new file mode 100644 index 0000000..7fd1fa6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bun.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 22.596c6.628 0 12-4.338 12-9.688 0-3.318-2.057-6.248-5.219-7.986-1.286-.715-2.297-1.357-3.139-1.89C14.058 2.025 13.08 1.404 12 1.404c-1.097 0-2.334.785-3.966 1.821a50 50 0 0 1-2.816 1.697C2.057 6.66 0 9.59 0 12.908c0 5.35 5.372 9.687 12 9.687zM10.599 4.715c.334-.759.503-1.58.498-2.409 0-.145.202-.187.23-.029.658 2.783-.902 4.162-2.057 4.624-.124.048-.199-.121-.103-.209a5.8 5.8 0 0 0 1.432-1.977m2.058-.102a5.8 5.8 0 0 0-.782-2.306v-.016c-.069-.123.086-.263.185-.172 1.962 2.111 1.307 4.067.556 5.051-.082.103-.23-.003-.189-.126a5.85 5.85 0 0 0 .23-2.431m1.776-.561a5.7 5.7 0 0 0-1.612-1.806v-.014c-.112-.085-.024-.274.114-.218 2.595 1.087 2.774 3.18 2.459 4.407a.12.12 0 0 1-.049.071.11.11 0 0 1-.153-.026.12.12 0 0 1-.022-.083 5.9 5.9 0 0 0-.737-2.331m-5.087.561c-.617.546-1.282.76-2.063 1-.117 0-.195-.078-.156-.181 1.752-.909 2.376-1.649 2.999-2.778 0 0 .155-.118.188.085 0 .304-.349 1.329-.968 1.874m4.945 11.237a2.96 2.96 0 0 1-.937 1.553c-.346.346-.8.565-1.286.62a2.18 2.18 0 0 1-1.327-.62 2.96 2.96 0 0 1-.925-1.553.24.24 0 0 1 .064-.198.23.23 0 0 1 .193-.069h3.965a.23.23 0 0 1 .19.07c.05.053.073.125.063.197m-5.458-2.176a1.86 1.86 0 0 1-2.384-.245 1.98 1.98 0 0 1-.233-2.447c.207-.319.503-.566.848-.713a1.84 1.84 0 0 1 1.092-.11c.366.075.703.261.967.531a1.98 1.98 0 0 1 .408 2.114 1.93 1.93 0 0 1-.698.869zm8.495.005a1.86 1.86 0 0 1-2.381-.253 1.96 1.96 0 0 1-.547-1.366c0-.384.11-.76.32-1.079.207-.319.503-.567.849-.713a1.84 1.84 0 0 1 1.093-.108c.367.076.704.262.968.534a1.98 1.98 0 0 1 .4 2.117 1.93 1.93 0 0 1-.702.868"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bungie.svg b/mkdocs-material/material/templates/.icons/simple/bungie.svg new file mode 100644 index 0000000..9492e67 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bungie.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23.864 12.77-1.1-.818V.465l-10.36.5-10.36-.5v2.932L.431 2.756a.316.316 0 0 0-.275.566l1.888 1.166v7.538c.015 3.239 2.459 5.981 4.868 7.968a29.8 29.8 0 0 0 5.507 3.541l.4-.219c.2-.1 2.653-1.336 5.075-3.323 2.193-1.806 4.4-4.241 4.795-7.102l.86.423c.193.097.462-.05.45-.298-.006-.169-.135-.244-.135-.246zM2.408.848l9.996.481L22.4.847V11.68l-.492-.365.004-.361v-9.65l-9.504.462-9.503-.463V3.74l-.497-.197Zm15.922 2.94v-.446h1.638l-.953 2.256h-.529l.784-1.81zm-6.473 4.76c.242.096.371.341.371.341l.596 1.089 1.936 1.28c-.172.31-.233.557-.265.655l-.02.072.278 1.465c-.014.005-.027.006-.041.011-.404.134-.765.361-1.135.566-.255.143-.305.17-.433.215a1.23 1.23 0 0 1-.82.017l-.086-.023c-.234-.043-.584-.344-.866-.586-.392-.335-.517-.434-.81-.566q-.02-.01-.042-.02l.448-1.571q-.89-1.45-1.779-2.9a.143.143 0 0 1 .013-.189l1.21-2.253a.143.143 0 0 1 .197-.043c.836.34 1.658.713 2.481 1.082a.14.14 0 0 1 .074.187l-.544.868a.14.14 0 0 1-.183.08l-1.243-.498-.187.308c-.003.001.193.078.85.412m6.77 6.973c.056.16-.14.345-.181.49-.018.06-.009.14-.03.202-.089.25-.288.468-.417.697a.3.3 0 0 1-.1-.03c-.134-.073.304-.583.339-.644.084-.143-.728-.143-.775-.167-.17-.083-.296-.3-.361-.47-.067-.174-.122-.495.103-.575.098-.038.211.016.317-.022.083-.03.154-.127.207-.187-.238-.191-.46-.26-.68-.26-.379 0-.748.205-1.173.353-.289.055-.556.098-.676.123-.508.103-1.015.54-1.416.673a3.1 3.1 0 0 1-1.197.187c-.58-.045-.958-.05-1.827-.783-.452-.357-.568-.615-1.745-.862-.52-.104-.995-.226-.967-.516.008-.183.318-.356.237-.54-.042-.096-.084-.328-.013-.48-.149-.282-.286-.344-.689-.47a1.4 1.4 0 0 0-.45-.067c.016.08.02.166.005.246-.036.196-.131.696-.516.632-.016-.045.166-.254-.125-.596-.175-.202-.53-.778-.146-1.053.433-.303.99-.101 1.322.073.103.089.877.181 1.235.256.425.084.749.477.45.773-.193.16-.503.378-.353.448.103.023.501.116.577.137.23.062.491.142.717.232.009.003.236.097.358.176.437.28 1.03.965 1.52 1.056.084.019.28.09.547.09.393 0 .733-.181.83-.238l.192-.105c.368-.207.71-.415 1.066-.534a1.8 1.8 0 0 1 .518-.1c.25-.028.49-.042.566-.066.374-.118.757-.253 1.148-.253.526 0 .886.245 1.157.61.078.104.46.641.356.774-.116.15-.37.31-.402.512-.03.204.07.203.198.19s.235-.022.273.088m-4.546 2.89c.048.002.03.067.063.052s.06-.02.08.033c.025.07-.065.041-.042.071.03.04-.074.184-.139.215-.065.03-.062-.05-.11-.05-.05-.002-.034.03-.057-.011s-.006-.072.02-.095c.024-.023-.005-.065-.005-.065l-.12-.375-.998.811 1.004.891s.164.344.083.34c-.201-.007-.337-.036-.337-.036l-1.11-.902-1.11.902s-.136.029-.336.036c-.083.003.082-.34.082-.34l1.004-.89-.999-.812-.119.375s-.029.042-.004.065c.026.024.042.055.02.095s-.008.009-.057.01c-.048 0-.046.08-.11.051-.066-.03-.17-.175-.14-.215.024-.03-.066 0-.042-.071.02-.054.046-.049.08-.033.033.015.014-.049.063-.051.07-.002.099-.523.099-.523l-.617-.545-.091-.107s-.097.019-.162-.043c-.067-.062-.087-.236-.02-.315.061-.074.194-.088.308.023.065.062.053.132.053.132l.111.094.652.495s.518-.175.513-.223.061-.038.043-.068c-.02-.03-.029-.058.024-.083.067-.033.048.06.076.033.036-.035.195.047.234.108.037.06-.043.067-.039.116.005.047.036.029-.002.056-.038.028-.072.014-.098-.008-.037-.03-.017-.044-.017-.044l-.406.272 1.006.894 1.007-.894-.406-.272s.02.015-.017.044c-.026.022-.06.035-.098.008s-.007-.01-.002-.056c.004-.049-.076-.056-.039-.116.04-.06.198-.143.234-.108.027.027.01-.067.076-.033.053.025.045.053.024.083-.018.03.047.02.043.068s.513.223.513.223l.652-.495.111-.094s-.013-.07.052-.132c.114-.11.247-.097.309-.023.066.08.046.253-.02.315-.067.062-.163.043-.163.043l-.09.107-.617.545s.034.523.1.523M12.089 6.46l-1.276-.545.772-1.3a.144.144 0 0 1 .194-.05l.947.56a.14.14 0 0 1 .051.193zm.937-.984a.143.143 0 0 1 .195-.047l.865.513a.14.14 0 0 1 .047.193l-.688 1.105a.4.4 0 0 0-.164-.225.4.4 0 0 0-.098-.06l-.838-.375Zm1.276.872a.143.143 0 0 1 .196-.046l.778.459a.14.14 0 0 1 .046.193c-.898 1.43-1.044 1.667-1.298 2.074q-.01.016-.017.033a.14.14 0 0 1-.19.04l-.778-.46c-.107-.064-.053-.193-.045-.193.005 0 .465-.74 1.308-2.1m1.148.889a.146.146 0 0 1 .197-.047l.616.368a.14.14 0 0 1 .047.194L15.1 9.678a.144.144 0 0 1-.195.047l-.618-.369a.14.14 0 0 1-.046-.193zM.287 3.102c-.054-.032-.033-.126.05-.107l6.887 2.738-.13-2.405 3.49 2.47s-.04-.016-.1-.016c-.115 0-.205.06-.229.117l-.708 1.318-.888-.62-.375 1.446Zm17.376 16.611a29.4 29.4 0 0 1-5.012 3.282l-.24.13-.247-.126c-.211-.104-2.64-1.332-5.02-3.286-2.386-1.96-4.734-4.645-4.736-7.687V4.714l.497.308v7.007c0 5.8 8.927 10.346 9.307 10.537l.205.104.19-.104c.369-.186 8.82-4.496 9.278-10.07q.23.112.457.225c-.323 2.754-2.476 5.184-4.68 6.992m6.024-6.624h-.002c-.008 0-.022-.004-.022-.004l-5.538-2.728-.38 2.556-4.652-3.11-.637-1.174 2.039 1.152.276.165c.07.043.182.06.217.06.212 0 .329-.192.33-.192l.147-.236.142-.21 1.074.887.341-2.252 6.693 4.977c.05.033.028.108-.029.11z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bunq.svg b/mkdocs-material/material/templates/.icons/simple/bunq.svg new file mode 100644 index 0000000..ce80006 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bunq.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.414 14.62h1.103v-2.896a2.484 2.484 0 0 0-2.483-2.483 2.484 2.484 0 0 0-2.482 2.483v2.897h1.103v-2.897c0-.837.618-1.517 1.38-1.517.76 0 1.379.68 1.379 1.517zm-6.07-5.24h1.104v2.896a2.484 2.484 0 0 1-2.482 2.483 2.484 2.484 0 0 1-2.483-2.483V9.379h1.103v2.897c0 .837.618 1.517 1.38 1.517.76 0 1.379-.68 1.379-1.517zM0 7.034V12q0 .07.004.139H0v2.482h.965l.055-.48A2.76 2.76 0 0 0 5.518 12a2.76 2.76 0 0 0-4.414-2.208V7.035zm2.69 3.172c.951 0 1.724.803 1.724 1.793s-.773 1.793-1.725 1.793c-.951 0-1.724-.803-1.724-1.793s.773-1.793 1.724-1.793zm18.552-.965A2.76 2.76 0 0 0 18.482 12a2.76 2.76 0 0 0 4.414 2.207v2.758H24V12a2 2 0 0 0-.004-.139H24V9.38h-.965l-.055.48a2.74 2.74 0 0 0-1.738-.617zm.069.965c.951 0 1.724.803 1.724 1.793s-.773 1.793-1.724 1.793c-.952 0-1.725-.803-1.725-1.793s.773-1.793 1.725-1.793"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/burgerking.svg b/mkdocs-material/material/templates/.icons/simple/burgerking.svg new file mode 100644 index 0000000..9fe24ea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/burgerking.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.39 12.614c-.72 0-1.11.538-1.11 1.215v1.508c0 .125-.043.182-.12.182-.056 0-.098-.035-.147-.133l-.971-1.885c-.37-.72-.755-.887-1.196-.887-.734 0-1.14.552-1.14 1.243v4.314c0 .678.392 1.215 1.112 1.215s1.112-.537 1.112-1.215v-1.507c0-.126.042-.182.119-.182.055 0 .097.035.146.133l.972 1.885c.37.719.769.886 1.195.886.735 0 1.14-.551 1.14-1.242v-4.315c0-.677-.391-1.215-1.111-1.215zm-4.02-.405c.364 0 .68-.286.68-.642 0-.238-.099-.412-.224-.572-.203-.266-.385-.496-.476-.74-.02-.056-.007-.105.056-.154.217-.167.469-.537.469-1.124 0-.886-.734-1.389-1.622-1.389h-.79c-.553 0-.819.321-.819.754v3.114c0 .419.245.754.692.754.448 0 .693-.335.693-.754v-.74c0-.09.042-.133.111-.133.084 0 .112.049.126.133.063.356.23.837.42 1.082.237.314.46.411.685.411zm-1.146-2.666h-.098c-.119 0-.175-.07-.175-.161v-.474c0-.09.056-.16.175-.16h.098c.294 0 .385.208.385.39 0 .174-.091.405-.385.405m-3.761 2.666c1.132 0 1.734-.677 1.734-1.528V8.328c0-.419-.245-.754-.692-.754-.448 0-.693.335-.693.754v2.276c0 .167-.097.363-.35.363-.251 0-.335-.196-.335-.363V8.328c0-.419-.252-.754-.7-.754s-.691.335-.691.754v2.353c0 .852.594 1.528 1.727 1.528m12.011-.034c.392 0 .7-.23.7-.65 0-.412-.308-.642-.7-.642h-.63c-.118 0-.174-.07-.174-.16v-.133c0-.091.056-.161.175-.161h.482c.336 0 .602-.202.602-.559 0-.355-.266-.558-.602-.558h-.482c-.12 0-.175-.07-.175-.16V9.04c0-.091.056-.161.175-.161h.629c.392 0 .7-.23.7-.65 0-.411-.308-.642-.7-.642h-1.321c-.553 0-.818.321-.818.754v3.079c0 .432.265.754.818.754h1.321zm2.642 3.127h-.342c-.615 0-1.09.286-1.09.914 0 .573.517.845.901.845.189 0 .322.056.322.202 0 .182-.224.3-.462.3-.79 0-1.328-.537-1.328-1.535 0-1.11.734-1.515 1.3-1.515.692 0 .804.349 1.287.349a.927.927 0 0 0 .936-.915.95.95 0 0 0-.398-.788c-.427-.315-1.07-.545-1.979-.545-1.629 0-3.216 1.026-3.216 3.414 0 2.282 1.587 3.35 3.153 3.35 1.643 0 2.685-1.012 2.685-2.492 0-.935-.587-1.584-1.769-1.584m-12.43-2.688c-.783 0-1.21.587-1.21 1.32v4.132c0 .734.427 1.32 1.21 1.32s1.21-.586 1.21-1.32v-4.132c0-.733-.427-1.32-1.21-1.32m11.494-.405c.447 0 .692-.335.692-.754v-.74c0-.09.042-.132.112-.132.084 0 .111.049.125.133.063.355.231.837.42 1.082.238.314.461.412.685.412.363 0 .678-.286.678-.643 0-.237-.098-.412-.224-.572-.237-.3-.384-.496-.475-.74-.02-.056-.007-.105.056-.153.217-.168.469-.538.469-1.124 0-.887-.735-1.39-1.623-1.39h-.79c-.552 0-.817.321-.817.754v3.114c0 .419.244.753.692.753m.615-3.301c0-.09.056-.161.175-.161h.098c.293 0 .384.21.384.391 0 .175-.09.405-.384.405h-.098c-.12 0-.175-.07-.175-.16zm-18.87 3.267h.986c.93 0 1.496-.622 1.496-1.397 0-.621-.37-.907-.454-.977-.035-.028-.07-.056-.07-.084 0-.035.021-.048.056-.09.133-.154.266-.398.266-.754 0-.838-.567-1.285-1.448-1.285h-.832c-.552 0-.817.321-.817.754v3.079c0 .433.265.754.817.754m.413-3.386c0-.09.056-.16.175-.16h.09c.301 0 .392.209.392.39 0 .168-.09.405-.391.405h-.091c-.12 0-.175-.07-.175-.16zm0 1.634c0-.091.056-.161.175-.161h.126c.335 0 .433.223.433.426 0 .181-.098.44-.433.44h-.126c-.12 0-.175-.07-.175-.161zm11.878 1.794c1.098 0 1.79-.699 1.79-1.718 0-.649-.391-1.096-1.174-1.096h-.224c-.413 0-.734.196-.734.636 0 .39.342.58.601.58.133 0 .217.041.217.139 0 .125-.147.21-.315.21-.524 0-.88-.37-.88-1.062 0-.768.489-1.047.866-1.047.462 0 .539.238.86.238.37 0 .623-.308.623-.629a.67.67 0 0 0-.266-.544c-.294-.217-.706-.377-1.321-.377-1.084 0-2.14.712-2.14 2.36 0 1.576 1.056 2.31 2.097 2.31m-8.718 3.762a.35.35 0 0 1-.07-.188c0-.077.042-.133.126-.21.196-.181.678-.635.944-1.047.202-.314.286-.6.286-.837 0-.607-.552-1.082-1.153-1.082-.385 0-.748.216-.993.614-.329.53-.72 1.145-.972 1.39-.063.062-.098.076-.146.076-.084 0-.12-.056-.12-.146v-.699c0-.684-.405-1.235-1.139-1.235-.74 0-1.14.551-1.14 1.235v4.3c0 .685.399 1.237 1.14 1.237.734 0 1.14-.552 1.14-1.236v-.991c0-.084.035-.147.119-.147.111 0 .14.112.167.168.161.384.63 1.2 1.063 1.682.294.32.657.524 1.042.524.65 0 1.196-.566 1.196-1.173 0-.377-.161-.657-.469-.991-.392-.427-.853-.986-1.021-1.244m15.751 6.702C19.432 23.707 16.313 24 12 24s-7.432-.293-9.25-1.32c-1.09-.614-1.642-1.451-1.642-2.052 0-.342.181-.537.587-.537h20.61c.406 0 .587.195.587.537 0 .6-.552 1.438-1.643 2.053m1.056-15.917H1.695c-.406 0-.587-.209-.587-.586C1.108 3.944 4.47 0 12 0c7.46 0 10.892 3.944 10.892 6.178 0 .377-.181.586-.587.586"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/burpsuite.svg b/mkdocs-material/material/templates/.icons/simple/burpsuite.svg new file mode 100644 index 0000000..9064aa5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/burpsuite.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0v24h24V0Zm11.063 3.357h1.874v2.756L10.41 9.2h2.527v3.748h4.579l-4.578 5.592v2.104h-1.876v-2.758L13.59 14.8h-2.527v-3.75h-4.58l4.58-5.592Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/burton.svg b/mkdocs-material/material/templates/.icons/simple/burton.svg new file mode 100644 index 0000000..b627e93 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/burton.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.985 1.543a.25.25 0 0 0-.21.116l-.974 1.51a.62.62 0 0 1-.353.261l-.575.164a.75.75 0 0 0-.452.362L6.955 8.474a.74.74 0 0 1-.48.369c-.154.036-.388.087-.621.132a.55.55 0 0 0-.402.323L4.297 11.98a1 1 0 0 1-.51.516l-.424.191a1 1 0 0 0-.542.601s-.648 1.666-1.147 3.167C1.22 17.812.04 21.9.04 21.9a.43.43 0 0 0 .09.492.32.32 0 0 0 .467-.107s1.576-3.373 2.151-4.473a.31.31 0 0 1 .462-.093c.253.165.378.607.663.864a.258.258 0 0 0 .421-.103c.206-.504.69-2.074.851-2.724.136-.54.596-.59.858-.193l.19.234a2.25 2.25 0 0 0 .713.592l.35.185a.5.5 0 0 1 .228.245l.383.897a.75.75 0 0 0 .66.455l.12.005a.75.75 0 0 1 .633.398c.176.331.461.932.704 1.326a.26.26 0 0 0 .473-.06 15.4 15.4 0 0 0 .6-2.06c.14-.717.579-.625.73-.431.055.07.245.357.296.416a.252.252 0 0 0 .459-.097 12.3 12.3 0 0 0 .403-1.905c.039-.29.358-.328.51-.079.164.266.43.741.574 1.023a2.6 2.6 0 0 1 .236.617l.211.951a2.18 2.18 0 0 0 .666 1.128 3.4 3.4 0 0 0 .477.422.268.268 0 0 0 .41-.106c.11-.255.25-.687.334-.935a.25.25 0 0 1 .193-.168c.107-.02.18-.03.333-.07a.84.84 0 0 0 .564-.493l.207-.5a.257.257 0 0 1 .466-.011c.075.135.209.417.272.572a2 2 0 0 1 .089.246l.164.636a2.3 2.3 0 0 0 .29.66l.075.116a2.13 2.13 0 0 0 .785.722.25.25 0 0 0 .35-.122c.234-.546.325-1.36.432-1.884a.285.285 0 0 1 .517-.092 456 456 0 0 1 2.326 3.92.312.312 0 0 0 .541-.309c-.043-.099-1.506-3.787-2.912-7.053-1.285-2.985-2.525-5.575-2.525-5.575a.46.46 0 0 0-.557-.247c-.376.112-.786.357-1.07.456a.54.54 0 0 1-.647-.253c-.347-.636-1.112-2.298-1.815-3.614-.761-1.424-1.726-3.32-2.243-4.069a.25.25 0 0 0-.214-.11"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/buymeacoffee.svg b/mkdocs-material/material/templates/.icons/simple/buymeacoffee.svg new file mode 100644 index 0000000..917f481 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/buymeacoffee.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.216 6.415-.132-.666c-.119-.598-.388-1.163-1.001-1.379-.197-.069-.42-.098-.57-.241-.152-.143-.196-.366-.231-.572-.065-.378-.125-.756-.192-1.133-.057-.325-.102-.69-.25-.987-.195-.4-.597-.634-.996-.788a6 6 0 0 0-.626-.194c-1-.263-2.05-.36-3.077-.416a26 26 0 0 0-3.7.062c-.915.083-1.88.184-2.75.5-.318.116-.646.256-.888.501-.297.302-.393.77-.177 1.146.154.267.415.456.692.58.36.162.737.284 1.123.366 1.075.238 2.189.331 3.287.37q1.829.074 3.65-.118.449-.05.896-.119c.352-.054.578-.513.474-.834-.124-.383-.457-.531-.834-.473-.466.074-.96.108-1.382.146q-1.767.12-3.536.006a22 22 0 0 1-1.157-.107c-.086-.01-.18-.025-.258-.036q-.364-.055-.724-.13c-.111-.027-.111-.185 0-.212h.005q.416-.09.838-.147h.002c.131-.009.263-.032.394-.048a25 25 0 0 1 3.426-.12q1.011.029 2.017.144l.228.031q.4.06.798.145c.392.085.895.113 1.07.542.055.137.08.288.111.431l.319 1.484a.237.237 0 0 1-.199.284h-.003q-.056.008-.112.015a37 37 0 0 1-4.743.295 37 37 0 0 1-4.699-.304c-.14-.017-.293-.042-.417-.06-.326-.048-.649-.108-.973-.161-.393-.065-.768-.032-1.123.161-.29.16-.527.404-.675.701-.154.316-.199.66-.267 1-.069.34-.176.707-.135 1.056.087.753.613 1.365 1.37 1.502a39.7 39.7 0 0 0 11.343.376.483.483 0 0 1 .535.53l-.071.697-1.018 9.907c-.041.41-.047.832-.125 1.237-.122.637-.553 1.028-1.182 1.171q-.868.197-1.756.205c-.656.004-1.31-.025-1.966-.022-.699.004-1.556-.06-2.095-.58-.475-.458-.54-1.174-.605-1.793l-.731-7.013-.322-3.094c-.037-.351-.286-.695-.678-.678-.336.015-.718.3-.678.679l.228 2.185.949 9.112c.147 1.344 1.174 2.068 2.446 2.272.742.12 1.503.144 2.257.156.966.016 1.942.053 2.892-.122 1.408-.258 2.465-1.198 2.616-2.657q.511-4.997 1.024-9.995l.215-2.087a.48.48 0 0 1 .39-.426c.402-.078.787-.212 1.074-.518.455-.488.546-1.124.385-1.766zm-1.478.772c-.145.137-.363.201-.578.233-2.416.359-4.866.54-7.308.46-1.748-.06-3.477-.254-5.207-.498-.17-.024-.353-.055-.47-.18-.22-.236-.111-.71-.054-.995.052-.26.152-.609.463-.646.484-.057 1.046.148 1.526.22q.865.132 1.737.212c2.48.226 5.002.19 7.472-.14q.675-.09 1.345-.21c.399-.072.84-.206 1.08.206.166.281.188.657.162.974a.54.54 0 0 1-.169.364zm-6.159 3.9c-.862.37-1.84.788-3.109.788a5.9 5.9 0 0 1-1.569-.217l.877 9.004c.065.78.717 1.38 1.5 1.38 0 0 1.243.065 1.658.065.447 0 1.786-.065 1.786-.065.783 0 1.434-.6 1.499-1.38l.94-9.95a4 4 0 0 0-1.322-.238c-.826 0-1.491.284-2.26.613"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/buysellads.svg b/mkdocs-material/material/templates/.icons/simple/buysellads.svg new file mode 100644 index 0000000..daffa46 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/buysellads.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 16.4h-2.685l-.716-2.704-3.3 2.704h-2.675l2.796-8.821h3.784zm-5.955-2.785h2.544l-1.272-4.744zM5.581 11.849c.939.151 1.676 1.049 1.676 2.149 0 1.282-.677 2.392-2.403 2.392H0V7.579h4.32c1.736 0 2.573 1.141 2.573 2.251 0 1.09-.474 1.837-1.312 2.019m-3.502 2.634 1.988-.01c.535 0 .868-.313.868-.788 0-.434-.313-.787-.868-.787H2.079zm0-4.986v1.463h1.726c.464 0 .777-.302.777-.736 0-.424-.313-.727-.777-.727zm7.953.454c0 1.302 4.582.202 4.592 3.714 0 1.756-1.171 2.967-3.512 2.967-1.413 0-2.604-.333-3.492-.938l.888-1.938c.676.525 1.524.898 2.675.898.777 0 1.15-.302 1.15-.716 0-1.443-4.622-.051-4.612-3.795.01-1.463 1.312-2.775 3.552-2.775 1.272 0 2.523.242 3.502.867l-.837 1.928c-.919-.615-1.867-.908-2.735-.888-.656.02-1.171.212-1.171.676"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/buzzfeed.svg b/mkdocs-material/material/templates/.icons/simple/buzzfeed.svg new file mode 100644 index 0000000..e831aed --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/buzzfeed.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12m-4.148-.273-.977-6.94-6.5 2.624 2.575 1.487-2.435 4.215L8.3 10.68l-4.153 7.19 2.327 1.346 2.812-4.868L13.5 16.78l3.777-6.54z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bvg.svg b/mkdocs-material/material/templates/.icons/simple/bvg.svg new file mode 100644 index 0000000..60ed4b3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bvg.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.25 1.11c3.647 0 6.478 2.886 6.73 6.447.151 2.21-.535 4.019-2.158 5.674l-3.601 3.655-.154.157-.078.079-.214.217-.214.217-4.951 5.019c-.074.074-.323.302-.576.315h-.023c-.272 0-.534-.24-.6-.315l-4.89-4.958-.129-.13-.257-.261-.214-.218L2.2 13.23C.554 11.576-.13 9.768.02 7.557.27 3.997 3.103 1.11 6.75 1.11c2.353 0 3.704 1.416 5.25 3.027 1.536-1.61 2.897-3.027 5.25-3.027m-4.02 6.48c-.26 0-.446.174-.511.48l-.6 3.092c-.043.294-.097.642-.12.87a6 6 0 0 0-.12-.87l-.663-3.093c-.065-.36-.283-.48-.534-.48-.392 0-.577.35-.479.763l1.013 4.193c.098.414.305.642.784.642.414 0 .664-.228.762-.686l.948-4.214c.087-.425-.153-.697-.48-.697m2.995-.033c-1.274 0-2.101.85-2.101 2.832 0 1.884.37 2.787 2.003 2.787 1.013 0 1.48-.348 1.48-1.143v-1.634c0-.337-.107-.479-.412-.479h-.904c-.294 0-.436.142-.436.414 0 .25.163.392.436.392h.305v1.568a1 1 0 0 1-.35.044c-.73 0-1.077-.349-1.077-1.873 0-1.634.414-2.004 1.035-2.004.468 0 .697.163.925.163a.439.439 0 0 0 .294-.762c-.305-.24-.925-.305-1.198-.305m-8.091.065H7.056a.42.42 0 0 0-.436.414v4.716c0 .283.185.37.436.37h.99c1.406 0 1.721-.784 1.732-1.655 0-.556-.272-1.177-1.056-1.22.719-.153.904-.664.904-1.242 0-.718-.196-1.383-1.492-1.383m-.185 3.018c.686 0 .74.37.74.86v.02c-.002.45-.074.852-.664.852h-.37v-1.733h.294zm.022-2.265c.577 0 .664.207.664.762v.071l-.001.03c-.01.325-.087.682-.718.682h-.25V8.374z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/byjus.svg b/mkdocs-material/material/templates/.icons/simple/byjus.svg new file mode 100644 index 0000000..f87b7dd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/byjus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.327.016A2.325 2.325 0 0 0 0 2.34v19.32a2.325 2.325 0 0 0 2.327 2.323h19.346A2.325 2.325 0 0 0 24 21.66V2.34A2.325 2.325 0 0 0 21.673.016zm10.054 3.496h.07a4.32 4.32 0 0 1 3.267 1.462 4.45 4.45 0 0 1 .961 2.365 4.16 4.16 0 0 1-.456 2.27 5.02 5.02 0 0 1 2.424 2.008 5.24 5.24 0 0 1 .73 3.374 4.7 4.7 0 0 1-1.15 2.466 4.84 4.84 0 0 1-2.26 1.535l-4.987 1.439a1.5 1.5 0 0 1-.41.058 1.5 1.5 0 0 1-1.432-1.075L5.524 6.909a1.487 1.487 0 0 1 1.018-1.841l4.956-1.429a3.4 3.4 0 0 1 .883-.127m.248.861a3 3 0 0 0-.855.122L6.94 5.888a.744.744 0 0 0-.51.922l3.53 12.206a.745.745 0 0 0 .921.509l4.664-1.345a4.085 4.085 0 0 0-.896-8.003 3.3 3.3 0 0 0 1.138-2.272 3.48 3.48 0 0 0-.928-2.549 2.99 2.99 0 0 0-2.23-.983"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/bytedance.svg b/mkdocs-material/material/templates/.icons/simple/bytedance.svg new file mode 100644 index 0000000..fa629d5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/bytedance.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.877 1.469 24 2.532v18.942l-4.123 1.056zM6.53 10.897l4.115 1.064v8.978L6.53 22.003zM0 2.572l4.115 1.064v16.736L0 21.428zm17.455 5.62V19.3l-4.122-1.065V9.257z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/c.svg b/mkdocs-material/material/templates/.icons/simple/c.svg new file mode 100644 index 0000000..7f7e785 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/c.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.592 9.196s-.354-3.298-3.627-3.39c-3.274-.09-4.955 2.474-4.955 6.14s1.858 6.597 5.045 6.597c3.184 0 3.538-3.665 3.538-3.665l6.104.365s.36 3.31-2.196 5.836c-2.552 2.524-5.69 2.937-7.876 2.92-2.19-.016-5.226.035-8.16-2.97-2.938-3.01-3.436-5.93-3.436-8.8s.556-6.67 4.047-9.55C7.444.72 9.849 0 12.254 0c10.042 0 10.717 9.26 10.717 9.26z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cachet.svg b/mkdocs-material/material/templates/.icons/simple/cachet.svg new file mode 100644 index 0000000..6a77970 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cachet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.746.254C5.265.254 0 5.519 0 12s5.265 11.746 11.746 11.746S23.492 18.481 23.492 12c0-1.44-.26-2.82-.734-4.097l-.264-.709-1.118 1.118.1.288c.373 1.064.575 2.207.575 3.4a10.297 10.297 0 0 1-10.305 10.305A10.297 10.297 0 0 1 1.441 12 10.297 10.297 0 0 1 11.746 1.695c1.817 0 3.52.47 5.002 1.293l.32.178 1.054-1.053-.553-.316A11.7 11.7 0 0 0 11.746.254M22.97.841 9.05 14.761 5.328 11.04l-1.031 1.03 4.752 4.753L24 1.872z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/caddy.svg b/mkdocs-material/material/templates/.icons/simple/caddy.svg new file mode 100644 index 0000000..60b0b28 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/caddy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.094.47c-.842 0-1.696.092-2.552.288a11.4 11.4 0 0 0-4.87 2.423 10.6 10.6 0 0 0-2.36 2.826A10.1 10.1 0 0 0 .305 8.582c-.398 1.62-.4 3.336-.043 5.048.085.405.183.809.31 1.212a11.9 11.9 0 0 0 1.662 3.729 3 3 0 0 0-.086.427 3.323 3.323 0 0 0 2.848 3.71 3.28 3.28 0 0 0 1.947-.346c1.045.51 2.17.864 3.339 1.04a11.7 11.7 0 0 0 4.285-.155 11.57 11.57 0 0 0 4.936-2.485 10.6 10.6 0 0 0 2.352-2.894 11.2 11.2 0 0 0 1.356-4.424 11.2 11.2 0 0 0-.498-4.335q.263-.116.486-.293h.001c.402-.322.693-.794.777-1.342a2.146 2.146 0 0 0-1.79-2.434 2.1 2.1 0 0 0-1.205.171q-.059-.064-.113-.13a11.7 11.7 0 0 0-3.476-2.93 13 13 0 0 0-1.76-.81 13.6 13.6 0 0 0-2.06-.613 12 12 0 0 0-2.48-.258Zm.714.328a10 10 0 0 1 1.028.042 9.9 9.9 0 0 1 2.743.639c.984.39 1.89.958 2.707 1.632a10.8 10.8 0 0 1 2.091 2.328q.038.06.07.12a2.12 2.12 0 0 0-.435 2.646c-.158.114-.97.692-1.634 1.183-.414.308-.733.557-.733.557l.581.68s.296-.276.665-.638c.572-.562 1.229-1.233 1.395-1.403a2.12 2.12 0 0 0 1.907.677 11.2 11.2 0 0 1-.013 4.046 11.4 11.4 0 0 1-1.475 3.897 12.3 12.3 0 0 1-2.079 2.587c-1.19 1.125-2.633 2.022-4.306 2.531a10.8 10.8 0 0 1-3.973.484 11 11 0 0 1-3.057-.652 3.3 3.3 0 0 0 1.417-2.294 3.28 3.28 0 0 0-.294-1.842c.18-.162.403-.363.656-.6 1.015-.955 2.353-2.303 2.353-2.303l-.47-.599s-1.63.972-2.801 1.728c-.307.198-.573.378-.777.517a3.3 3.3 0 0 0-1.516-.611 3.33 3.33 0 0 0-3.487 2.017 10 10 0 0 1-.695-1.078A11 11 0 0 1 .728 14.8a10 10 0 0 1-.2-1.212c-.164-1.653.103-3.258.629-4.754a13 13 0 0 1 1.087-2.288c.57-.968 1.248-1.872 2.069-2.656A11 11 0 0 1 11.808.797Zm-.147 3.257a3.84 3.84 0 0 0-3.82 3.82v2.36h-.94c-.751 0-1.377.625-1.377 1.377v3.8h1.46v-3.718h9.354v6.264H10.02v1.46h6.4c.751 0 1.377-.625 1.377-1.377v-6.43a1.39 1.39 0 0 0-1.377-1.377h-.94v-2.36a3.84 3.84 0 0 0-3.82-3.819zm0 1.46a2.37 2.37 0 0 1 2.36 2.36v2.36H9.3v-2.36a2.37 2.37 0 0 1 2.36-2.36zm10.141.392a1.253 1.253 0 0 1 1.296 1.434 1.24 1.24 0 0 1-.453.78c-.266.213-.61.318-.968.264a1.253 1.253 0 0 1-1.045-1.42 1.255 1.255 0 0 1 1.17-1.058M5.384 17.425a2.02 2.02 0 0 1 1.917 1.298c.116.3.159.628.114.967a2.015 2.015 0 0 1-2.249 1.728 2.016 2.016 0 0 1-1.727-2.25 2.02 2.02 0 0 1 1.945-1.743"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cadillac.svg b/mkdocs-material/material/templates/.icons/simple/cadillac.svg new file mode 100644 index 0000000..68d7301 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cadillac.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.787 9.414h2.104l-.398-.719h7.139v.717h.238v-.965H2.135zm.202.948h8.879v-.719H2.874zm2.255 1.204h-2.06l-.16-.981h8.846v.981h-.239v-.751H5.169zm3.299.692h3.326v.515H8.543zm3.589-3.811h3.357v1.444h-3.357zm-8.469 5.569c.054.086.155.186.49.281.146.037.305.074.515.122l.08.019H8.31v-.51H3.616q.02.046.046.088zm4.647-.779H3.459l-.238-1.44H8.31zm.232 2.021c1.243.253 2.457.488 3.329.63V13.47H8.542zm12.276-3.692h-5.1v-1.445h5.333zm-5.1-2.66v.513l5.485-.002.344-.511zM0 7.306l1.616 2.369c.177 1.006.64 3.599.693 3.85l.006.032c.148.706.239 1.139 1.59 1.473 1.825.45 5.997 1.323 8.094 1.664 2.097-.341 6.271-1.215 8.097-1.664 1.35-.334 1.44-.767 1.589-1.473l.006-.032c.053-.253.516-2.844.693-3.85L24 7.306zm21.454 2.335-.277 1.717c-.16.994-.267 1.657-.32 1.951l-.007.035-.012.07c-.127.692-.183 1.002-.91 1.205-1.516.373-5.908 1.31-7.927 1.626-2.018-.316-6.41-1.254-7.925-1.626-.727-.203-.783-.513-.91-1.206l-.019-.104c-.053-.288-.156-.93-.31-1.89v-.001L2.55 9.64 1.276 7.75h21.45zm-9.084 3.132h-.238v-.976h8.65l-.16.978h-2.004c.031-.171.09-.659.099-.73H12.37zm-.238.942h8.322l.134-.716h-8.456zm0-3.129h3.358v.516h-3.358zm0 3.342v1.959c2.115-.36 6.223-1.205 7.718-1.592.338-.087.438-.193.492-.279a.5.5 0 0 0 .045-.088zm2.296 1.282-.415.082c-.21.042-.665.125-1.065.199l-.577.106v-1.422h5.88c-.27.33-.812.437-3.823 1.035"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cafepress.svg b/mkdocs-material/material/templates/.icons/simple/cafepress.svg new file mode 100644 index 0000000..2e27463 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cafepress.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.899 15.549v-2.063h1.746v.762h.018c.293-.579.68-.882 1.341-.882.175 0 .349.027.532.074v1.344c.379-.838 1.2-1.417 2.285-1.417 1.892 0 2.708 1.047 2.708 2.912h-3.488c.047.551.349.926.927.926.294 0 .615-.109.762-.34h1.614a2 2 0 0 1-.012-.174h1.735a.6.6 0 0 0 .219.422q.155.137.488.137c.239 0 .614-.093.614-.367 0-.275-.156-.359-1-.505-1.387-.229-1.947-.68-1.947-1.497 0-1.202 1.295-1.515 2.25-1.515 1.029 0 2.269.285 2.314 1.507h-1.652a.47.47 0 0 0-.211-.359.62.62 0 0 0-.404-.137c-.258 0-.551.064-.551.367 0 .137.109.202.211.248.293.12.992.174 1.598.367.614.192 1.14.551 1.14 1.332h1.529a.6.6 0 0 0 .22.422q.154.137.488.137c.238 0 .615-.093.615-.367 0-.275-.157-.359-1.001-.505-1.387-.229-1.947-.68-1.947-1.497 0-1.202 1.294-1.515 2.25-1.515 1.028 0 2.27.285 2.314 1.507h-1.653a.46.46 0 0 0-.211-.359.62.62 0 0 0-.403-.137c-.258 0-.551.064-.551.367 0 .137.11.202.211.248.293.12.992.174 1.597.367.615.192 1.14.551 1.14 1.332 0 1.321-1.266 1.68-2.424 1.68-.93 0-1.935-.309-2.266-1.116-.312.863-1.361 1.116-2.334 1.116-1.015 0-2.122-.369-2.34-1.355-.409.925-1.372 1.356-2.393 1.356-1.524 0-2.672-.899-2.672-2.488q.001-.46.139-.869a1.8 1.8 0 0 0-.624-.088c-.726 0-1.102.413-1.102 1.441v1.883H5.899v-1.973c-.094 1.029-.593 2.093-2.013 2.093-.551 0-1.02-.238-1.304-.643h-.02v2.066H.746v-6.308h1.755v.523h.018c.22-.293.515-.643 1.395-.643 1.224 0 1.874 1.086 1.985 2.183m-2.601 1.5c.653 0 .799-.614.799-1.175 0-.562-.147-1.185-.799-1.185-.651 0-.799.624-.799 1.185 0 .559.148 1.175.799 1.175m9.488-1.716v-.017a.787.787 0 0 0-.783-.783h-.018c-.55 0-.854.285-.936.8zm.295-7.276c.034.266.033.546.033.824v2.589c0 .474.011 1.008.292 1.409h-2.454a1.7 1.7 0 0 1-.085-.596h-.025c-.522.583-1.251.753-2.029.753-1.215 0-2.223-.582-2.223-1.908q0-.208.033-.387c-.366 1.476-1.637 2.296-3.209 2.296C1.518 13.037 0 11.726 0 9.733s1.518-3.316 3.413-3.316c1.664 0 3.048.801 3.208 2.551H4.337c-.025-.267-.11-.461-.267-.596a.9.9 0 0 0-.608-.206c-.923 0-1.057.801-1.057 1.567 0 .778.133 1.555 1.057 1.555.522 0 .887-.426.935-.923h2.297a3 3 0 0 1-.037.222c.392-1.447 2.399-1.39 3.492-1.609.328-.06.657-.158.657-.558 0-.426-.401-.583-.79-.583-.729 0-.9.377-.9.644H6.883c.06-1.787 1.76-2.066 3.243-2.066 2.106 0 2.728.612 2.911 1.396V6.575h.983c-.035-.619.025-1.3.498-1.773.522-.524 1.13-.596 2.101-.596.377 0 .704.037 1.082.049v1.652c-.194-.037-.389-.085-.583-.085-.582 0-.778.17-.74.753h1.264v1.267c.568-.86 1.544-1.425 2.775-1.425 2.502 0 3.583 1.386 3.583 3.852h-4.616c.061.728.461 1.226 1.226 1.226.39 0 .815-.147 1.008-.45h2.248c-.486 1.361-1.823 1.992-3.243 1.992-2.017 0-3.535-1.189-3.535-3.291 0-.616.149-1.193.423-1.689h-1.084v4.823H14.02V8.057zm-2.274 1.991c-.292.147-.619.219-.947.304-.536.133-.815.255-.815.68 0 .292.316.582.754.582.547 0 .972-.314 1.008-.983zm10.885-1.033v-.021a1.04 1.04 0 0 0-1.035-1.035h-.022c-.729 0-1.129.375-1.239 1.056z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/caffeine.svg b/mkdocs-material/material/templates/.icons/simple/caffeine.svg new file mode 100644 index 0000000..3d186b0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/caffeine.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.162 1.557c-.18.006-.263.137-.293.18L.05 11.82c-.07.142-.06.27-.004.356q2.912 5.041 5.822 10.085a.34.34 0 0 0 .305.182h11.65c.138.003.26-.09.31-.182q2.909-5.04 5.82-10.08a.36.36 0 0 0 0-.358l-5.82-10.085c-.112-.193-.308-.181-.308-.181zm.804.719h9.513L10.136 5.94zm-.427.603 2.964 3.426L6.54 8.018zm10.3.018-3.86 6.685L7.19 8.469zm1.341.357 4.756 8.246-4.756-.916zm-12.36.002v5.176l-4.48 2.587zm11.64 0v11.142l-3.857-4.457zM7.127 9.186l5.847 1.126 3.898 4.502-5.842-1.125zM5.82 9.26v3.425l-4.45-.855zm.72.341 3.856 4.457-3.857 6.685zm11.64 1.713 4.447.856-4.447 2.57zM1.062 12.5l4.76.916v7.33zm21.597.48-4.479 7.763v-5.175zm-11.64 1.437 5.79 1.114-9.649 5.572zm6.44 1.565v5.138l-2.964-3.425zm-3.597 2.078 3.172 3.664H7.52z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cairographics.svg b/mkdocs-material/material/templates/.icons/simple/cairographics.svg new file mode 100644 index 0000000..dd08f58 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cairographics.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.58 0v2.846h2.84V0zm.092.092h.824v.826h-.824zm.916 0h.824v.826h-.824zm.916 0h.824v.826h-.824zM12 .184a.32.321 0 0 0-.32.32.32.321 0 0 0 .32.322.32.321 0 0 0 .32-.322.32.321 0 0 0-.32-.32m-1.328.826h.824v.826h-.824zm.916 0h.824v.826h-.824zm.916 0h.824v.826h-.824zm.412.092a.32.321 0 0 0-.32.32.32.321 0 0 0 .32.322.32.321 0 0 0 .32-.322.32.321 0 0 0-.32-.32m-5.42.32c-.364.09-.183.451-.242.648-.15.502-.939.661-1.332 1.002-.385.333-.615.723-.912 1.09-.251.309-.563.611-.614.965-.057.401-.037.854.145 1.238.226.476.491 1.079.87 1.502.29.326.33.434.818.606.154.07.193.104.404.148l.04-.258.182-.215c-.243-.298-.61-.325-.824-.543-.355-.362-.472-.733-.683-1.148-.202-.398-.465-.702-.487-1.125-.009-.18-.088-.505.006-.668.063-.108.363-.246.465-.35.315-.32.174-.726.54-1.023.324-.265.872-.469 1.257-.71.267-.169.433-.23.49-.466.063-.26-.142-.453-.123-.693m6.844 0a2.34 2.346 0 0 1-.686 1.66A2.34 2.346 0 0 1 12 3.77a2.34 2.346 0 0 1-1.654-.688l-.145.145A2.544 2.55 0 0 0 12 3.973a2.54 2.54 0 0 0 1.799-.746 2.544 2.55 0 0 0 .744-1.805zm2.164 0c.019.24-.186.433-.123.693.057.236.221.297.488.465.385.242.935.446 1.26.711.365.297.222.703.537 1.023.102.104.402.242.465.35.094.163.015.487.006.668-.022.423-.285.727-.487 1.125-.21.415-.326.786-.681 1.148-.213.218-.581.245-.824.543l.181.215.041.258c.21-.044.248-.078.403-.148.487-.172.528-.28.818-.606.378-.424.644-1.026.871-1.502.182-.384.202-.837.145-1.238-.051-.354-.363-.656-.614-.965-.297-.367-.527-.757-.912-1.09-.393-.34-1.181-.5-1.332-1.002-.059-.197.122-.558-.242-.648m-5.832.506h.824v.826h-.824zm.916 0h.824v.826h-.824zm.916 0h.824v.826h-.824zm-1.42.092a.32.321 0 0 0-.32.322.32.321 0 0 0 .32.32.32.321 0 0 0 .32-.32.32.321 0 0 0-.32-.322m.916 0a.32.321 0 0 0-.32.322.32.321 0 0 0 .32.32.32.321 0 0 0 .32-.32.32.321 0 0 0-.32-.322m.916 0a.32.321 0 0 0-.32.322.32.321 0 0 0 .32.32.32.321 0 0 0 .32-.32.32.321 0 0 0-.32-.322m-.918 3.148c-1.563 0-2.83.483-2.83 1.078 0 .52 1.267.375 2.83.375s2.83.118 2.83-.375c0-.595-1.267-1.078-2.83-1.078m-1.41 1.58c-1.615 0-3.024.665-3.795 1.652a9.491 9.516 0 0 0-.117.936c.201-.002 4.27-.033 4.633.326l.689.682.69-.682c.362-.359 4.431-.328 4.632-.326a9 9 0 0 0-.117-.943c-.772-.984-2.18-1.645-3.79-1.645zM6.674 9.365a9.329 9.354 0 0 0-.018.33c-.004.113.53.24.53.342 0 .118-.533.26-.528.39.152 3.742 2.47 6.716 5.31 6.737l-.458-5.678.002-.007.45-1.086-.696-.69c-.288-.284-3.413-.318-4.592-.307zm10.648 0v.031c-1.18-.01-4.304.023-4.592.307l-.695.69.453 1.093-.459 5.676c2.842-.021 5.158-2.993 5.31-6.734.006-.13-.526-.273-.526-.39 0-.103.53-.23.527-.343a9.113 9.138 0 0 0-.018-.33m-12.207.774c-.781-.03-.658.733-.398 1.408.289.751.42 1.542.73 2.285.143.341.353.674.729.772.019-.43-.048-.544-.313-.864-.223-.27-.169-.64-.308-.943-.182-.398-.213-.799-.37-1.2-.069-.177-.425-.71-.33-.91.162-.336.469-.004.622.106.214.155.328.114.593.148.03.004.18.11.534.272l-.042-.375c-.483-.234-.525-.497-1.054-.635q-.226-.059-.393-.064m13.77 0a2 2 0 0 0-.393.064c-.528.138-.57.401-1.054.635l-.043.375c.352-.162.504-.268.535-.272.265-.034.379.007.593-.148.153-.11.458-.442.62-.105.095.198-.26.732-.329.91-.156.4-.188.8-.37 1.199-.14.304-.086.673-.31.943-.264.32-.329.433-.31.864.376-.098.586-.43.729-.772.31-.743.44-1.534.728-2.285.26-.675.386-1.438-.396-1.408m-6.887.326a7434.774 7454.469 0 0 1-.428 1.031l.428 5.291.428-5.29zm-4.42 3.824c-.34.455-.356.828-.512 1.191-.268.626-.009 1.472.5 1.922.308.275.811.49 1.178.67.51.25 1.023.576 1.594.684.126.024.447.066.34-.18-.05-.114-.411-.234-.516-.293-.423-.236-.833-.538-1.228-.826-.484-.35-1.06-.57-1.44-1.055-.155-.198-.181-.25-.144-.478.035-.218.07-.468.115-.686.051-.245.123-.483.254-.703zm8.844 0-.14.246c.13.22.202.458.253.703.046.218.08.468.115.686.037.228.011.28-.144.478-.38.485-.956.705-1.44 1.055-.395.288-.805.59-1.228.826-.105.059-.468.18-.518.293-.106.246.216.204.342.18.571-.108 1.083-.434 1.594-.684.367-.18.87-.395 1.178-.67.509-.45.768-1.296.5-1.922-.156-.363-.172-.736-.512-1.19m-4.541 4.15a.385.386 0 0 0-.266.368.385.386 0 1 0 .77 0 .385.386 0 0 0-.504-.368m-5.74 1.518c-1.178 0-1.963.848-1.963 2.022 0 1.105.8 2.021 1.963 2.021.256 0 .596-.024.89-.16l-.052-.635c-.22.144-.52.219-.762.219-.914 0-1.283-.757-1.283-1.445 0-.735.445-1.446 1.238-1.446.226 0 .498.053.77.166l.06-.59a2.7 2.7 0 0 0-.861-.152m2.988 0c-.49 0-.913.151-1.268.363l.037.606a1.8 1.8 0 0 1 1.118-.393c.71 0 .95.34.95 1.006-.279-.015-.474-.016-.753-.016-.732 0-1.791.305-1.791 1.274 0 .84.581 1.203 1.412 1.203.65 0 1.027-.355 1.193-.59h.016v.498h.664a6 6 0 0 1-.03-.756v-1.597c0-1.053-.446-1.598-1.548-1.598m5.877 0c-.408 0-.815.288-1.004.69h-.014v-.598h-.666v3.86h.711v-1.757c0-.969.415-1.574 1.049-1.574.12 0 .264.015.393.068v-.636c-.151-.03-.258-.053-.47-.053m2.861 0c-1.178 0-1.965.848-1.965 2.022 0 1.105.802 2.021 1.965 2.021 1.155 0 1.955-.916 1.955-2.021 0-1.174-.785-2.022-1.955-2.022m-6.222.092v3.86h.71v-3.86zm6.222.484c.755 0 1.2.711 1.2 1.446 0 .688-.37 1.445-1.2 1.445-.838 0-1.209-.757-1.209-1.445 0-.735.447-1.446 1.21-1.446m-8.353 1.522c.15 0 .302.015.453.015v.34c0 .575-.37 1.014-1.072 1.014-.325 0-.717-.218-.717-.627 0-.681.95-.742 1.336-.742"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cairometro.svg b/mkdocs-material/material/templates/.icons/simple/cairometro.svg new file mode 100644 index 0000000..1baf6ee --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cairometro.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.397 4.14h.882v.881h-.882zm-1.628 0h.883v.881h-.883zm4.915 1.055v3.402h-1.386V5.195h-.84v1.763h-2.983V5.196h-.84v3.402H8.543v.84h1.911V7.82h2.983v1.617h5.44V5.195zm2.352 3.395h-1.512V6.028h1.512zM5.173 5.195v2.604h2.353v.805H5.173v.833h3.193V5.195zm2.339 1.757H5.999v-.924h1.513zm-2.64 12.177V9.726h4.175L12 12.68l2.954-2.953h4.176v9.403h-4.176v-3.442L12 18.754l-2.952-3.048v3.424zM12 0 8.485 3.515h-4.97v4.97L0 12l3.515 3.515v4.97h4.97L12 24l3.515-3.515h4.97v-4.97L24 12l-3.515-3.515v-4.97h-4.97zm0 1.708 3.014 3.015h4.263v4.263L22.292 12l-3.015 3.014v4.263h-4.263L12 22.292l-3.014-3.015H4.723v-4.263L1.708 12l3.015-3.014V4.723h4.263Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cakephp.svg b/mkdocs-material/material/templates/.icons/simple/cakephp.svg new file mode 100644 index 0000000..aecf93b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cakephp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 13.875v3.745c0 2.067 5.37 3.743 12 3.743V17.62c-6.63 0-12-1.68-12-3.743zm21.384 2.333L12 13.875v3.745l9.384 2.333C23.02 19.313 24 18.503 24 17.62v-3.745c0 .882-.98 1.692-2.616 2.333M12 10.133v3.742c-6.627 0-12-1.677-12-3.744V6.38c0-2.064 5.37-3.743 12-3.743 6.625 0 12 1.68 12 3.744v3.75c0 .883-.98 1.69-2.616 2.334L12 10.13z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/caldotcom.svg b/mkdocs-material/material/templates/.icons/simple/caldotcom.svg new file mode 100644 index 0000000..813df14 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/caldotcom.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.408 14.488C1.035 14.488 0 13.4 0 12.058c0-1.346.982-2.443 2.408-2.443.758 0 1.282.233 1.691.765l-.66.55a1.34 1.34 0 0 0-1.03-.442c-.93 0-1.44.711-1.44 1.57s.559 1.557 1.44 1.557c.413 0 .765-.147 1.043-.443l.651.573c-.391.51-.929.743-1.695.743m4.54-3.575h.89v3.49h-.89v-.51c-.185.362-.493.604-1.083.604-.943 0-1.695-.82-1.695-1.826s.752-1.825 1.695-1.825c.585 0 .898.241 1.083.604zm.026 1.758c0-.546-.374-.998-.964-.998-.568 0-.938.457-.938.998 0 .528.37.998.938.998.586 0 .964-.456.964-.998m1.493-3.168h.89v4.895h-.89zm1.285 4.434a.53.53 0 0 1 .542-.528c.313 0 .533.242.533.528a.527.527 0 0 1-.533.537.534.534 0 0 1-.542-.537m4.478-.098c-.33.403-.832.658-1.426.658a1.806 1.806 0 0 1-1.84-1.826c0-1.007.778-1.825 1.84-1.825.572 0 1.07.241 1.4.622l-.687.577c-.172-.215-.396-.376-.713-.376-.568 0-.938.456-.938.998 0 .541.37.997.938.997.343 0 .58-.179.757-.42zm.075-1.168c0-1.007.78-1.825 1.84-1.825s1.84.818 1.84 1.825a1.806 1.806 0 0 1-1.84 1.826c-1.06-.005-1.84-.82-1.84-1.826m2.778 0c0-.546-.37-.998-.938-.998-.568-.004-.937.452-.937.998 0 .542.37.998.937.998s.938-.456.938-.998M24 12.269v2.13h-.89v-1.911c0-.604-.281-.864-.704-.864-.396 0-.678.197-.678.864v1.91h-.89v-1.91c0-.604-.285-.864-.704-.864-.396 0-.744.197-.744.864v1.91h-.89v-3.49h.89v.484c.185-.376.52-.564 1.035-.564.489 0 .898.241 1.123.649.224-.417.554-.65 1.153-.65.731.005 1.299.56 1.299 1.442"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/calendly.svg b/mkdocs-material/material/templates/.icons/simple/calendly.svg new file mode 100644 index 0000000..3a10d2d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/calendly.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.655 14.262q.421.001.828.064c0 .005-.005.01-.005.014a6 6 0 0 1-.381.786l-1.219 2.106a6.24 6.24 0 0 1-5.411 3.127h-2.432a6.25 6.25 0 0 1-5.412-3.127l-1.218-2.106a6.25 6.25 0 0 1 0-6.252l1.218-2.106a6.24 6.24 0 0 1 5.412-3.127h2.432a6.25 6.25 0 0 1 5.411 3.127l1.219 2.106c.147.252.271.519.381.786 0 .004.005.009.005.014a5.5 5.5 0 0 1-.828.064c-1.816 0-2.501-.607-3.291-1.306-.764-.676-1.711-1.517-3.44-1.517h-1.029c-1.251 0-2.387.455-3.2 1.278-.796.805-1.233 1.904-1.233 3.099v1.411c0 1.196.437 2.295 1.233 3.099.813.823 1.949 1.278 3.2 1.278h1.034c1.729 0 2.676-.841 3.439-1.517.791-.703 1.471-1.306 3.287-1.301m.005-3.237q.6 0 1.179-.11-.003-.007-.002-.014a6.3 6.3 0 0 0-.349-1.218 4.6 4.6 0 0 0 1.986-.819c0-.004-.005-.013-.005-.018a10.6 10.6 0 0 0-1.489-3.03 10.9 10.9 0 0 0-2.331-2.395 10.64 10.64 0 0 0-6.428-2.138c-1.448 0-2.855.28-4.175.841-1.273.543-2.423 1.315-3.407 2.299S2.878 6.552 2.341 7.83a10.7 10.7 0 0 0-.842 4.175c0 1.448.281 2.855.842 4.174.542 1.274 1.314 2.423 2.298 3.407s2.129 1.761 3.407 2.299c1.324.556 2.727.841 4.175.841 2.34 0 4.561-.74 6.428-2.137a10.8 10.8 0 0 0 2.331-2.396 10.8 10.8 0 0 0 1.489-3.03c0-.004.005-.014.005-.018a4.6 4.6 0 0 0-1.986-.819c.161-.395.276-.804.349-1.218.005-.009.005-.014.005-.023a5.85 5.85 0 0 1 2.404 1.035c.685.505.552 1.075.446 1.416C22.184 20.437 17.619 24 12.221 24c-6.625 0-12-5.375-12-12s5.37-12 12-12c5.398 0 9.963 3.563 11.471 8.464.106.341.239.915-.446 1.421a5.8 5.8 0 0 1-2.404 1.034c.128.716.128 1.45 0 2.166a6.3 6.3 0 0 0-1.182-.11c-4.184 0-3.968 2.823-6.736 2.823h-1.029c-1.899 0-3.15-1.357-3.15-3.095v-1.411c0-1.738 1.251-3.094 3.15-3.094h1.034c2.768 0 2.552 2.823 6.731 2.827"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/calibreweb.svg b/mkdocs-material/material/templates/.icons/simple/calibreweb.svg new file mode 100644 index 0000000..87c34c9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/calibreweb.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.736.083q4.935-.678 5.525 4.192-1.104 5.486-6.478 7.144-1.313.398-2.667.19-.409-.132-.667-.476a3.9 3.9 0 0 1 0-1.714q4.073.442 6.478-3.049.867-1.316.572-2.858-.558-1.204-1.906-1.143-2.707.45-4.382 2.668Q6.298 10.79 7.735 17.61q1.59 5.44 6.954 3.525 1.458-.748 2.667-1.81 1.627.683.857 2.286-4.452 3.901-9.812 1.429-3.138-2.512-3.524-6.573-.858-7.33 3.62-13.146Q10.673.927 13.736.083"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/campaignmonitor.svg b/mkdocs-material/material/templates/.icons/simple/campaignmonitor.svg new file mode 100644 index 0000000..dc5a329 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/campaignmonitor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.836 4.27a.915.915 0 0 0-1.273-.226L.163 19.73c.167.235.437.39.747.39h22.18c.503 0 .91-.41.91-.914V4.78a.95.95 0 0 0-.164-.51m-22.4-.226A.91.91 0 0 0 0 4.78v14.45l10.664-8.736zv-.002z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/camunda.svg b/mkdocs-material/material/templates/.icons/simple/camunda.svg new file mode 100644 index 0000000..af390da --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/camunda.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.327 0A3.327 3.327 0 0 0 0 3.326v17.348A3.327 3.327 0 0 0 3.327 24h17.347A3.326 3.326 0 0 0 24 20.674V3.326A3.326 3.326 0 0 0 20.674 0zm8.687 3.307c1.875 0 2.84 1.105 2.84 3.049v1.175H13.05V6.23c0-.867-.392-1.203-.994-1.203-.615-.014-.993.322-.993 1.189v6.56c0 .867.392 1.175.993 1.175.616 0 .994-.308.994-1.175v-1.734h1.804v1.608c-.014 1.945-.979 3.049-2.854 3.049s-2.839-1.119-2.839-3.035V6.356c.014-1.944.979-3.049 2.853-3.049M9.161 17.476h5.693v3.217H9.161z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/canonical.svg b/mkdocs-material/material/templates/.icons/simple/canonical.svg new file mode 100644 index 0000000..8fea52a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/canonical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.427 0v24h15.146V0Zm9.994 10.25a1.57 1.57 0 0 1 1.567 1.568 1.57 1.57 0 0 1-1.567 1.568 1.57 1.57 0 0 1-1.568-1.568 1.57 1.57 0 0 1 1.568-1.568m-2.157.16q.183 0 .369.015a2.27 2.27 0 0 0-.476 1.271 3.83 3.83 0 0 0-3.08 1.647 2.24 2.24 0 0 0-1.308-.335 5.16 5.16 0 0 1 4.495-2.599zm4.242 2.296a5.14 5.14 0 0 1 .74 3.905 5.14 5.14 0 0 1-.997 2.113 2.25 2.25 0 0 0-.75-1.167 3.84 3.84 0 0 0 .125-3.818 2.26 2.26 0 0 0 .882-1.033m-8.616.982a1.57 1.57 0 0 1 1.568 1.568 1.57 1.57 0 0 1-1.568 1.568 1.57 1.57 0 0 1-1.567-1.568 1.57 1.57 0 0 1 1.567-1.568m.933 3.618a3.82 3.82 0 0 0 2.604 1.986q.191.04.385.063c.01.476.17.932.459 1.31a5 5 0 0 1-1.114-.114 5.1 5.1 0 0 1-3.675-3.08 2.26 2.26 0 0 0 1.34-.165zm5.244.427a1.57 1.57 0 0 1 1.568 1.568 1.57 1.57 0 0 1-1.568 1.568A1.57 1.57 0 0 1 12.5 19.3a1.57 1.57 0 0 1 1.568-1.568z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/canva.svg b/mkdocs-material/material/templates/.icons/simple/canva.svg new file mode 100644 index 0000000..9c93aa4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/canva.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0M6.962 7.68c.754 0 1.337.549 1.405 1.2.069.583-.171 1.097-.822 1.406-.343.171-.48.172-.549.069-.034-.069 0-.137.069-.206.617-.514.617-.926.548-1.508-.034-.378-.308-.618-.583-.618-1.2 0-2.914 2.674-2.674 4.629.103.754.549 1.646 1.509 1.646.308 0 .65-.103.96-.24.5-.264.799-.47 1.097-.8-.073-.885.704-2.046 1.851-2.046.515 0 .926.205.96.583.068.514-.377.582-.514.582s-.378-.034-.378-.17c-.034-.138.309-.07.275-.378-.035-.206-.24-.274-.446-.274-.72 0-1.131.994-1.029 1.611.035.275.172.549.447.549.205 0 .514-.31.617-.755.068-.308.343-.514.583-.514.102 0 .17.034.205.171v.138c-.034.137-.137.548-.102.651 0 .069.034.171.17.171.092 0 .436-.18.777-.459.117-.59.253-1.298.253-1.357.034-.24.137-.48.617-.48.103 0 .171.034.205.171v.138l-.136.617c.445-.583 1.097-.994 1.508-.994.172 0 .309.102.309.274 0 .103 0 .274-.069.446-.137.377-.309.96-.412 1.474 0 .137.035.274.207.274s.685-.206 1.096-.754l.007-.004c-.002-.068-.007-.134-.007-.202 0-.411.035-.754.104-.994.068-.274.411-.514.617-.514.103 0 .205.069.205.171 0 .035 0 .103-.034.137-.137.446-.24.857-.24 1.269 0 .24.034.582.102.788 0 .034.035.069.07.069.068 0 .548-.445.89-1.028-.308-.206-.48-.549-.48-.96 0-.72.446-1.097.858-1.097.343 0 .617.24.617.72 0 .308-.103.65-.274.96h.102a.77.77 0 0 0 .584-.24.3.3 0 0 1 .134-.117c.335-.425.83-.74 1.41-.74.48 0 .924.205.959.582.068.515-.378.618-.515.618l-.002-.002c-.138 0-.377-.035-.377-.172s.309-.068.274-.376c-.034-.206-.24-.275-.446-.275-.686 0-1.13.891-1.028 1.611.034.275.171.583.445.583.206 0 .515-.308.652-.754.068-.274.343-.514.583-.514.103 0 .17.034.205.171 0 .069 0 .206-.137.652-.17.308-.171.48-.137.617.034.274.171.48.309.583.034.034.068.102.068.102 0 .069-.034.138-.137.138-.034 0-.068 0-.103-.035-.514-.205-.72-.548-.789-.891-.205.24-.445.377-.72.377-.445 0-.89-.411-.96-.926a1.6 1.6 0 0 1 .075-.649c-.203.13-.422.203-.623.203h-.17c-.447.652-.927 1.098-1.27 1.303a.9.9 0 0 1-.377.104c-.068 0-.171-.035-.205-.104-.095-.152-.156-.392-.193-.667-.481.527-1.145.805-1.453.805-.343 0-.548-.206-.582-.55v-.376c.102-.754.377-1.2.377-1.337a.074.074 0 0 0-.069-.07c-.24 0-1.028.824-1.166 1.373l-.103.445c-.068.309-.377.515-.582.515-.103 0-.172-.035-.206-.172v-.137l.046-.233c-.435.31-.87.508-1.075.508-.308 0-.48-.172-.514-.412-.206.274-.445.412-.754.412-.352 0-.696-.24-.862-.593-.244.275-.523.553-.852.764-.48.309-1.028.549-1.68.549-.582 0-1.097-.309-1.371-.583-.412-.377-.651-.96-.686-1.509-.205-1.68.823-3.84 2.4-4.8.378-.205.755-.343 1.132-.343m9.77 3.291c-.104 0-.172.172-.172.343 0 .274.137.583.309.755a1.7 1.7 0 0 0 .102-.583c0-.343-.137-.515-.24-.515z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/canvas.svg b/mkdocs-material/material/templates/.icons/simple/canvas.svg new file mode 100644 index 0000000..7608b66 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/canvas.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.44 15.414a13.7 13.7 0 0 1-.436-3.44 13.7 13.7 0 0 1 .436-3.44 3.47 3.47 0 0 1 3.044 3.44 3.47 3.47 0 0 1-3.044 3.44m3.973-3.44a1.087 1.087 0 1 0 2.175 0 1.087 1.087 0 0 0-2.175 0m19.147-3.44a3.47 3.47 0 0 0-3.044 3.44 3.47 3.47 0 0 0 3.044 3.44 13.7 13.7 0 0 0 .436-3.44c0-1.188-.152-2.341-.436-3.44m-6.148 3.44a1.087 1.087 0 1 0 2.175 0 1.087 1.087 0 0 0-2.175 0zm-5.435 8.546a3.47 3.47 0 0 0-3.44 3.044 13.7 13.7 0 0 0 3.441.436c1.189 0 2.34-.151 3.44-.436a3.47 3.47 0 0 0-3.44-3.044m.001-3.104a1.088 1.088 0 1 0 0 2.176 1.088 1.088 0 0 0 0-2.176m0-13.936c1.772 0 3.23-1.33 3.44-3.044A13.7 13.7 0 0 0 11.978 0c-1.189 0-2.341.152-3.44.436a3.47 3.47 0 0 0 3.44 3.044zm0 .929a1.087 1.087 0 1 0 0 2.174 1.087 1.087 0 0 0 0-2.174m6.032 13.596a3.47 3.47 0 0 0-.282 4.582 13.76 13.76 0 0 0 4.863-4.865 3.47 3.47 0 0 0-4.58.283m-.657-2.195a1.09 1.09 0 0 0-1.539 1.539 1.088 1.088 0 1 0 1.54-1.539M5.966 5.96a3.467 3.467 0 0 0 .282-4.581 13.77 13.77 0 0 0-4.864 4.864 3.47 3.47 0 0 0 4.582-.283m.657.658A1.088 1.088 0 1 0 8.16 8.156a1.088 1.088 0 0 0-1.538-1.539m15.962-.386a13.76 13.76 0 0 0-4.864-4.864 3.47 3.47 0 0 0 .283 4.581 3.47 3.47 0 0 0 4.581.283m-5.238 1.912a1.089 1.089 0 1 0-1.539-1.537 1.089 1.089 0 0 0 1.539 1.537M1.377 17.71a13.76 13.76 0 0 0 4.865 4.865 3.468 3.468 0 0 0-4.865-4.865m5.239-1.912a1.088 1.088 0 1 0 1.538 1.538 1.088 1.088 0 0 0-1.538-1.538"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/capacitor.svg b/mkdocs-material/material/templates/.icons/simple/capacitor.svg new file mode 100644 index 0000000..15efe1f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/capacitor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m24 3.7-5.766 5.766 5.725 5.736-3.713 3.712L5.073 3.742 8.786.03l5.736 5.726L20.284 0zM.029 8.785l3.713-3.713 15.173 15.173-3.713 3.714-5.732-5.726L3.7 24 0 20.285l5.754-5.764z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/caprover.svg b/mkdocs-material/material/templates/.icons/simple/caprover.svg new file mode 100644 index 0000000..e59b00a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/caprover.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.376 0 0 5.376 0 12s5.376 12 12 12 12-5.375 12-12S18.624 0 12 0m0 .507C18.35.507 23.493 5.65 23.493 12S18.35 23.493 12 23.493.507 18.35.507 12 5.65.507 12 .507m-1.442 1.51q-.077-.006-.07.003c.011.01.309.167.662.349 1.047.539 1.69 1.024 1.658 1.25-.03.21-.095.217-2.12.219-2.014.001-2.201.016-3.047.24-1.095.29-1.708.88-1.902 1.831-.079.387-.079.571-.001 1.017.08.464.215.86.48 1.411.663 1.387 1.845 3.022 3.353 4.642 1.354 1.454 2.114 2.724 2.339 3.912.115.606.066 1.573-.12 2.352-.184.779-.396 1.208-1.032 2.09a5 5 0 0 0-.27.394c0 .012.122-.074.27-.19 1.868-1.458 2.904-2.775 3.264-4.15.084-.32.094-.446.095-1.22 0-.934-.028-1.16-.227-1.824a6.2 6.2 0 0 0-.569-1.324c-.415-.712-1.499-2.221-2.182-3.039-.447-.534-.703-.903-.969-1.39-.656-1.209-.687-2.421-.072-2.836.239-.16.489-.214 1.004-.214.693 0 1.33.156 3.216.783 1.074.357 2.094.58 2.655.58.54 0 .85-.135 1.007-.44.139-.271.114-.691-.062-1.044-.235-.472-.88-1.133-1.515-1.552-.968-.64-2.394-1.256-3.464-1.494-.453-.1-2.03-.332-2.381-.356m1.647 4.312c-.379-.002-.55.06-.755.25-.334.306-.398.597-.254 1.159.19.743.565 1.266 1.845 2.577.388.397.815.857.95 1.023.544.67.938 1.393 1.128 2.072.107.382.11.423.106 1.357-.003.875-.013 1.01-.11 1.486-.155.762-.261 1.057-.748 2.083l-.247.52c-.02.045.018.018.087-.06.22-.25 1.053-1.53 1.287-1.984.416-.802.722-1.782.922-2.951.128-.747.13-1.8.002-2.379-.385-1.755-1.605-3.731-2.893-4.685-.507-.375-.679-.445-1.143-.464zm3.926 1.081a.4.4 0 0 0-.117.036.45.45 0 0 0-.205.183c-.115.222.01.497.576 1.265.384.522.775 1.277.893 1.725.065.247.084.44.084.842 0 .46-.08 1.235-.154 1.494-.048.167.027.092.12-.12.11-.249.508-1.422.61-1.795.1-.368.1-1.124 0-1.524a4.7 4.7 0 0 0-.593-1.288c-.184-.262-.573-.558-.978-.743-.124-.057-.18-.08-.237-.075"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cardano.svg b/mkdocs-material/material/templates/.icons/simple/cardano.svg new file mode 100644 index 0000000..06666b7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cardano.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.577 11.92a1.62 1.62 0 0 0 1.521 1.706h.094a1.617 1.617 0 1 0-1.615-1.706m-6.025-.416a.522.522 0 1 0 .001 0zM6.474 2.54a.522.522 0 1 0-.001 0zm1.64 2.858a.807.807 0 1 0-.727-1.44.807.807 0 0 0 .727 1.44ZM2.597 7.365a.665.665 0 1 0 .729-1.113.665.665 0 0 0-.729 1.112m.982 3.851a.808.808 0 1 0 .76.852.81.81 0 0 0-.76-.852m-.891 5.422a.665.665 0 1 0 .893.295.664.664 0 0 0-.891-.296zm3.136-7.093a.95.95 0 1 0-.001 0m9.95-4.21a.808.808 0 1 0 0-.001Zm1.656-2.85a.522.522 0 1 0 0-.001m-1.53 7.893a1.616 1.616 0 1 0-.183 3.227h.093a1.616 1.616 0 0 0 .09-3.23zm-7.255-.945a1.616 1.616 0 1 0 2.887-1.454A1.616 1.616 0 0 0 8.645 9.43zm12.667-2.07a.665.665 0 1 0-.003 0zm-4.096.514a.95.95 0 1 0 .856 1.696.95.95 0 0 0-.856-1.696m-5.277-5.636a.665.665 0 1 0-.004 0zm-.008 4.183a.95.95 0 1 0-.001 0zm-5.147 9.7a.95.95 0 1 0-.854-1.697.95.95 0 0 0 .854 1.697m5.76-8.313a1.614 1.614 0 1 0 2.701 1.767 1.614 1.614 0 0 0-2.701-1.767m2.81 6.757a1.617 1.617 0 1 0-.716 2.17h.001a1.607 1.607 0 0 0 .724-2.154zm2.822-.112a.95.95 0 1 0-1.042 1.588.95.95 0 0 0 1.042-1.588Zm3.096-2.429a.808.808 0 1 0-.852.76.81.81 0 0 0 .852-.76m2.235-.574a.522.522 0 1 0-.058 1.043.522.522 0 0 0 .058-1.043m-2.104 5.182a.665.665 0 1 0-.73 1.113.665.665 0 0 0 .73-1.112M6.57 21.517a.522.522 0 1 0-.574.873.522.522 0 0 0 .573-.873m10.955-.055a.522.522 0 1 0 .003-.001zm-6.07-5.272a1.616 1.616 0 1 0-2.702-1.771 1.616 1.616 0 0 0 2.703 1.771m-3.23 2.477a.808.808 0 1 0-.885 1.35.808.808 0 0 0 .886-1.35m3.767 3.093a.665.665 0 1 0 .003 0zM12 17.576a.95.95 0 1 0 .001 0m3.886 1.026a.808.808 0 1 0 .004-.002q-.002 0-.004.002Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/carlsberggroup.svg b/mkdocs-material/material/templates/.icons/simple/carlsberggroup.svg new file mode 100644 index 0000000..3ecf30d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/carlsberggroup.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.951 5.281a.2.2 0 0 0-.127.051C.722 6.319 0 7.606 0 9.092c0 2.198 1.76 3.898 3.83 3.898 1.036 0 2.01-.457 2.69-1.135.155-.155-.036-.353-.202-.2a2.96 2.96 0 0 1-1.972.753c-1.564 0-2.875-1.288-2.875-2.844 0-1.287 1.033-2.584 2.332-2.584.473 0 .981.19 1.281.49.026.025.067.025.09-.005l1.594-2.098a.05.05 0 0 0-.037-.086zm17.483 0a.17.17 0 0 0-.104.037.4.4 0 0 1-.395.06.25.25 0 0 0-.31.108.25.25 0 0 0 .06.325.4.4 0 0 1 .147.37.16.16 0 0 0 .02.108.17.17 0 0 0 .23.063l.225-.13a.13.13 0 0 1 .173.048.125.125 0 0 1-.047.171l-.224.131a.17.17 0 0 0-.06.23q.032.052.083.071a.4.4 0 0 1 .248.312.25.25 0 0 0 .25.215.25.25 0 0 0 .248-.215.4.4 0 0 1 .248-.312.168.168 0 0 0 .023-.3l-.222-.132a.125.125 0 0 1-.047-.172.126.126 0 0 1 .172-.046l.225.129a.17.17 0 0 0 .23-.063.17.17 0 0 0 .02-.107.4.4 0 0 1 .146-.371.25.25 0 0 0 .061-.325.25.25 0 0 0-.31-.107.4.4 0 0 1-.395-.06.17.17 0 0 0-.104-.038.17.17 0 0 0-.168.17v.258a.127.127 0 0 1-.127.127.127.127 0 0 1-.127-.127v-.258a.17.17 0 0 0-.17-.17zM8.617 6.63a.055.055 0 0 0-.055.056v.135c0 .03.032.05.055.057l.168.049c.023.007.049.023.049.054v3.389c0 .721.548.926.914.926h1.879c.426 0 .832-.311.832-.813 0-.758-1.168-.69-1.168-1.125 0-.175.172-.238.385-.238.16 0 .38.071.504.162.043.032.075 0 .086-.023l.289-.66c.012-.029-.004-.077-.051-.077h-1.35a.714.714 0 0 0-.695.711c0 .781 1.016.643 1.016 1.172 0 .205-.164.381-.391.381-.448 0-.638-.3-.658-.473-.005-.033-.047-.056-.076-.045l-.186.075c-.035.014-.042.062-.023.086.032.039.05.078.05.14a.22.22 0 0 1-.222.221.22.22 0 0 1-.219-.22V6.684a.057.057 0 0 0-.057-.056zm3.961 0a.055.055 0 0 0-.055.056v.135c0 .031.031.05.055.057l.168.049c.024.006.049.023.049.054v3.38c0 .57.41.935 1.064.935h.446c.476 0 .779-.328.779-.768v-.517c.126.082.297.162.467.213a1.47 1.47 0 0 0 1.44 1.158c.748 0 1.116-.506 1.196-.692.083-.19-.094-.229-.168-.132-.16.21-.391.322-.7.322-.527 0-.794-.434-.794-.551.851 0 1.398-.46 1.41-1.068.161-.11.34-.211.454-.211.123 0 .222.067.222.222v1.967c0 .03.024.057.055.057h1.076a.06.06 0 0 0 .057-.057v-.137c0-.031-.033-.047-.057-.054l-.166-.051c-.024-.006-.049-.023-.049-.055V9.246c0-.136.124-.242.26-.242.228 0 .18.242.531.242.298 0 .657-.304.657-.873 0-.35-.174-.657-.518-.855-.136-.08-.253.086-.145.175.159.132.32.353.32.495 0 .148-.115.247-.214.247-.23 0-.383-.279-.65-.279-.15 0-.286.124-.286.26 0 .071.037.13.037.205 0 .062-.047.117-.109.117-.181 0-.182-.302-.55-.302-.33 0-.736.264-1.003.47-.129-.26-.415-.47-.867-.47-.807 0-1.449.63-1.472 1.425a3 3 0 0 1-.434-.234V8.578a.056.056 0 0 0-.055-.057h-.804a.057.057 0 0 0-.057.057v.774c0 .074.038.11.088.14l.37.225v.742c0 .29-.248.37-.458.37-.192 0-.457-.117-.457-.39V6.685a.057.057 0 0 0-.057-.056zM3.644 8.435c-.699 0-1.27.663-1.27 1.473 0 .817.571 1.473 1.27 1.473.65 0 .664-.385.897-.385.268 0 .223.385.578.385.321 0 .936-.594 1.24-.908v.765c0 .031.026.057.057.057h1.076a.057.057 0 0 0 .057-.057v-.136c0-.032-.033-.048-.057-.055l-.166-.05c-.024-.007-.05-.024-.05-.056V9.246a.24.24 0 0 1 .241-.242.15.15 0 0 1 .149.148c0 .109-.086.112-.086.274a.32.32 0 0 0 .314.314c.366 0 .657-.289.657-.654a.65.65 0 0 0-.657-.65c-.497 0-.528.42-.71.42-.202 0-.115-.42-.682-.42-.328 0-.537.253-.537.37 0 .063.05.132.13.132.088 0 .09-.063.157-.063.056 0 .107.031.107.1v1.054c-.227.204-.611.522-.79.522-.1 0-.192-.081-.192-.18V8.875c0-.031.025-.05.049-.057l.168-.048c.024-.008.054-.026.054-.057v-.135a.056.056 0 0 0-.054-.057h-.899c-.037 0-.06.027-.066.057-.019.099-.058.166-.145.166-.14 0-.268-.309-.84-.309m18.352 0c-.699 0-1.27.662-1.27 1.473 0 .817.57 1.473 1.27 1.473.532 0 .625-.266.72-.266.066 0 .096.036.096.098v.545c0 .383-.273.668-.638.668s-.655-.267-.655-.62c0-.036-.032-.054-.056-.054h-.211a.054.054 0 0 0-.055.055c0 .352-.613 1.406-2.717 1.406-2.493 0-4.609-1.504-7.646-1.504-1.553 0-3.75.661-5.266 1.947-.03.026-.015.072.014.088l2.293 1.252c.038.021.06.013.088-.016 1.23-1.234 2.414-1.718 4.207-1.718 1.306 0 3.818.73 5.297.73 2.685 0 3.606-1.09 3.89-1.598.211.36.626.577 1.096.577.69 0 1.275-.557 1.275-1.25V8.875c0-.031.026-.049.05-.057l.165-.048c.025-.007.057-.026.057-.057v-.135a.057.057 0 0 0-.057-.057h-.896a.07.07 0 0 0-.069.057c-.019.099-.056.166-.142.166-.14 0-.268-.309-.84-.309m-4.883.551c.26 0 .285.205.285.285 0 .234-.322.711-.921.711 0-.624.327-.996.636-.996m-13.14.1c.235 0 .488.184.488.37v.91c0 .184-.253.37-.488.37-.433 0-.713-.346-.713-.828 0-.483.28-.822.713-.822m18.35 0c.235 0 .49.184.49.37v.91c0 .184-.255.37-.49.37-.433 0-.712-.345-.712-.828s.279-.822.711-.822m-8.966 5.24c-.877.032-1.431.554-1.431 1.79 0 1.322.451 1.81 1.316 1.81.243 0 .55-.072.73-.162.048-.025.073-.043.116-.043.062 0 .086.052.115.086.038.043.072.062.162.062h.176v-1.605c0-.077-.028-.11-.1-.11h-.257v1.055c0 .134-.005.164-.106.23 0 0-.247.143-.605.143-.874 0-1.143-.373-1.143-1.467 0-1.127.426-1.46 1.133-1.46.281 0 .496.062.668.181q.064.043.1.043c.028 0 .043-.019.058-.053l.11-.324s-.44-.176-.956-.176zm4.235 1.02c-.735 0-1.131.456-1.131 1.29 0 .842.396 1.29 1.13 1.29.736 0 1.134-.448 1.134-1.29 0-.84-.398-1.29-1.133-1.29m-1.412.006a1.2 1.2 0 0 0-.559.162c-.048.029-.067.043-.105.043-.043 0-.054-.037-.092-.09-.029-.043-.056-.059-.156-.059h-.135v2.35c0 .076.03.111.101.111h.252v-1.896c0-.053 0-.057.053-.1a.93.93 0 0 1 .565-.191c.095 0 .209.013.209.013v-.34s-.052-.003-.09-.003zm6.547 0a1.23 1.23 0 0 0-.602.162c-.047.029-.067.043-.105.043-.043 0-.054-.037-.092-.09-.029-.043-.056-.059-.156-.059h-.135v3.202c0 .076.03.109.101.109h.252v-.885c0-.07.016-.1.05-.1q.026 0 .075.03c.158.08.363.162.612.162.51 0 .998-.402.998-1.295s-.444-1.28-.998-1.28m-3.569.056v1.696c0 .558.297.822.88.822a1.2 1.2 0 0 0 .587-.162c.048-.03.067-.043.106-.043.042 0 .051.037.09.09.028.042.057.058.158.058h.132v-2.35c0-.076-.028-.11-.1-.11h-.253v1.906c0 .052.002.062-.051.105a.95.95 0 0 1-.598.191c-.458 0-.597-.168-.597-.603V15.52c0-.077-.028-.112-.1-.112zm-1.611.23h.045c.506 0 .756.34.756.999s-.25.998-.756.998-.754-.339-.754-.998c0-.638.234-.978.709-.998zm5.064.028c.487 0 .737.34.737.97 0 .727-.341.975-.756.975a.87.87 0 0 1-.549-.191c-.052-.043-.053-.053-.053-.105v-1.356c0-.053.01-.063.053-.102a.85.85 0 0 1 .568-.191"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/carrd.svg b/mkdocs-material/material/templates/.icons/simple/carrd.svg new file mode 100644 index 0000000..09e069b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/carrd.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.254 18.42 9.746 23.948a.5.5 0 0 1-.23.053.55.55 0 0 1-.284-.08.53.53 0 0 1-.247-.45v-5.474l-6.217-2.602a.53.53 0 0 1-.327-.49V.531c0-.181.093-.354.248-.45A.54.54 0 0 1 3.202.05l11.964 5.743 5.632-2.703a.53.53 0 0 1 .513.03.53.53 0 0 1 .248.452v14.37a.54.54 0 0 1-.305.479M3.503 1.378V14.55l5.482 2.297V14.2l-3.447-1.39a.537.537 0 0 1-.296-.69.533.533 0 0 1 .69-.296l3.053 1.23V10.88L5.538 9.492a.537.537 0 0 1-.296-.69.534.534 0 0 1 .69-.297l3.053 1.23v-.632c0-.204.115-.39.3-.478l.788-.38-4.562-2.076c-.265-.12-.385-.438-.265-.703.12-.266.438-.385.704-.266l5.367 2.447L13.93 6.39zm16.99 3.04L10.047 9.435v13.193l10.446-5.022zm-8.45 6.867 5.985-2.894a.53.53 0 0 1 .708.248.527.527 0 0 1-.247.708l-5.987 2.894a.55.55 0 0 1-.23.053.53.53 0 0 1-.23-1.01m0 3.318 5.985-2.893a.53.53 0 0 1 .708.248.527.527 0 0 1-.247.707l-5.987 2.894a.55.55 0 0 1-.23.053.53.53 0 0 1-.23-1.009m0 3.314 5.985-2.893a.53.53 0 0 1 .708.247.527.527 0 0 1-.247.708l-5.987 2.894a.55.55 0 0 1-.23.053.53.53 0 0 1-.23-1.009"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/carrefour.svg b/mkdocs-material/material/templates/.icons/simple/carrefour.svg new file mode 100644 index 0000000..7b31e4e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/carrefour.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.14 4.045c-2.569 0-3.572 3.64-3.572 7.979s1.003 7.931 3.572 7.931c1.541 0 2.855-.903 2.86-1.645a.63.63 0 0 0-.199-.453c-.73-.706-1.016-1.412-1.018-2.034-.005-1.189 1.026-2.074 1.977-2.074 1.306 0 2.077 1.027 2.077 2.357 0 1.26-.537 2.31-1.121 3.15a.2.2 0 0 0-.034.107c0 .065.04.12.098.12q.053.001.122-.065l6.561-6.344c.328-.28.537-.608.537-1.073 0-.468-.21-.794-.537-1.073l-6.561-6.346q-.069-.066-.122-.064c-.059 0-.097.055-.098.12q-.001.054.034.107c.584.84 1.12 1.89 1.12 3.15 0 1.329-.77 2.356-2.076 2.356-.95 0-1.982-.884-1.977-2.073.002-.622.288-1.328 1.018-2.033A.62.62 0 0 0 15 5.69c-.004-.743-1.319-1.646-2.86-1.646m-5.043.537L.537 10.93C.209 11.207 0 11.534 0 12c0 .465.21.793.537 1.073l6.56 6.345c.042.043.083.06.117.06.062 0 .105-.057.103-.123a.2.2 0 0 0-.057-.123C5.72 17.32 4.6 15.126 4.6 12.024c0-3.104 1.12-5.341 2.66-7.255a.19.19 0 0 0 .057-.123c.002-.068-.04-.123-.103-.123-.034 0-.075.017-.117.06"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/carthrottle.svg b/mkdocs-material/material/templates/.icons/simple/carthrottle.svg new file mode 100644 index 0000000..7071537 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/carthrottle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 19.99h5.31l1-5.76h2.673L7.97 19.99h5.272l1.037-5.76h2.824l-1 5.76h7.584L21.9 17.029 24 4.01h-5.16l-.987 5.647h-2.86l.936-5.647H8.483l1.724 2.749-.487 2.898H6.996l.9-5.647H.35l1.76 2.774Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/carto.svg b/mkdocs-material/material/templates/.icons/simple/carto.svg new file mode 100644 index 0000000..50f149f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/carto.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.138 7.138a4.862 4.862 0 1 1-4.351 7.034h.468a4.448 4.448 0 1 0 0-4.345h-.468a4.86 4.86 0 0 1 4.351-2.69m0 3.31a1.552 1.552 0 1 1 0 3.104 1.552 1.552 0 0 1 0-3.104m-17.577.011c.606 0 .997.255 1.26.615l-.62.48c-.17-.208-.364-.348-.649-.348-.415 0-.708.356-.708.789v.008c0 .445.293.793.708.793.31 0 .492-.144.67-.36l.62.44c-.28.386-.658.67-1.31.67A1.507 1.507 0 0 1 0 12.012v-.008c0-.866.662-1.544 1.56-1.544zm4.734.038 1.264 2.99h-.882l-.212-.534h-1.15l-.211.535h-.861l1.26-2.99zm4.27.022c.454 0 .768.118.968.318.174.174.263.398.263.691v.008c0 .458-.242.76-.611.916l.708 1.035h-.946l-.598-.9h-.365v.9h-.822v-2.969zm5.399 0v.72h-.891v2.249h-.823V11.24h-.886v-.721zm-10.071.954-.335.84h.665zm4.634-.246h-.543v.717h.548c.275 0 .44-.136.44-.352v-.008c0-.238-.173-.357-.445-.357z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cashapp.svg b/mkdocs-material/material/templates/.icons/simple/cashapp.svg new file mode 100644 index 0000000..c2fe13e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cashapp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.59 3.475a5.1 5.1 0 0 0-3.05-3.05c-1.31-.42-2.5-.42-4.92-.42H8.36c-2.4 0-3.61 0-4.9.4a5.1 5.1 0 0 0-3.05 3.06C0 4.765 0 5.965 0 8.365v7.27c0 2.41 0 3.6.4 4.9a5.1 5.1 0 0 0 3.05 3.05c1.3.41 2.5.41 4.9.41h7.28c2.41 0 3.61 0 4.9-.4a5.1 5.1 0 0 0 3.06-3.06c.41-1.3.41-2.5.41-4.9v-7.25c0-2.41 0-3.61-.41-4.91m-6.17 4.63-.93.93a.5.5 0 0 1-.67.01 5 5 0 0 0-3.22-1.18c-.97 0-1.94.32-1.94 1.21 0 .9 1.04 1.2 2.24 1.65 2.1.7 3.84 1.58 3.84 3.64 0 2.24-1.74 3.78-4.58 3.95l-.26 1.2a.49.49 0 0 1-.48.39H9.63l-.09-.01a.5.5 0 0 1-.38-.59l.28-1.27a6.54 6.54 0 0 1-2.88-1.57v-.01a.48.48 0 0 1 0-.68l1-.97a.49.49 0 0 1 .67 0c.91.86 2.13 1.34 3.39 1.32 1.3 0 2.17-.55 2.17-1.42s-.88-1.1-2.54-1.72c-1.76-.63-3.43-1.52-3.43-3.6 0-2.42 2.01-3.6 4.39-3.71l.25-1.23a.48.48 0 0 1 .48-.38h1.78l.1.01c.26.06.43.31.37.57l-.27 1.37c.9.3 1.75.77 2.48 1.39l.02.02c.19.2.19.5 0 .68"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/castbox.svg b/mkdocs-material/material/templates/.icons/simple/castbox.svg new file mode 100644 index 0000000..c3c36f5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/castbox.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0c-.29 0-.58.068-.812.206L2.417 5.392c-.46.272-.804.875-.804 1.408v10.4c0 .533.344 1.135.804 1.407l8.77 5.187c.465.275 1.162.275 1.626 0l8.77-5.187c.46-.272.804-.874.804-1.407V6.8c0-.533-.344-1.136-.804-1.408L12.813.206A1.6 1.6 0 0 0 12 0m-.85 8.304c.394 0 .714.303.714.676v2.224c0 .207.191.375.427.375s.428-.168.428-.375V9.57c0-.373.32-.675.713-.675.394 0 .712.302.712.675v4.713c0 .374-.318.676-.712.676s-.713-.302-.713-.676v-1.31c0-.206-.192-.374-.428-.374s-.427.168-.427.374v1.226c0 .374-.32.676-.713.676-.394 0-.713-.302-.713-.676v-1.667c0-.207-.192-.375-.428-.375-.235 0-.427.168-.427.375v3.31c0 .373-.319.676-.712.676-.394 0-.713-.303-.713-.676v-2.427c0-.206-.191-.374-.428-.374-.235 0-.427.168-.427.374v.178a.71.71 0 0 1-.712.708.71.71 0 0 1-.713-.708V11.47a.71.71 0 0 1 .713-.708.71.71 0 0 1 .712.708v.178c0 .206.192.373.427.373.237 0 .428-.167.428-.373v-1.53c0-.374.32-.676.713-.676s.712.303.712.676v.646c0 .206.192.374.427.374.236 0 .428-.168.428-.374V8.98c0-.373.319-.676.713-.676zm4.562 2.416c.393 0 .713.302.713.676v2.691c0 .374-.32.676-.713.676-.394 0-.712-.303-.712-.676v-2.691c0-.374.319-.676.712-.676m2.28 1.368c.395 0 .713.303.713.676v.67c0 .374-.318.676-.712.676s-.713-.302-.713-.675v-.67c0-.374.32-.677.713-.677Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/castorama.svg b/mkdocs-material/material/templates/.icons/simple/castorama.svg new file mode 100644 index 0000000..cc40fd4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/castorama.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.91 16.106c-2.129 0-3.659-1.794-3.659-4.266 0-2.148 1.468-4.095 3.488-4.095 2.275 0 3.545 1.857 3.545 1.857l2.939-3.298c-.91-1.062-2.598-2.882-6.503-2.882-4.388 0-8.209 3.489-8.209 8.456 0 4.766 3.475 8.532 8.266 8.532 3.855 0 5.572-2.017 6.54-3.129l-2.831-2.969c0 .001-1.415 1.794-3.576 1.794M18.283 0v9.988h-2.064a1.92 1.92 0 1 0 0 3.84h2.064V24h5.205V0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/castro.svg b/mkdocs-material/material/templates/.icons/simple/castro.svg new file mode 100644 index 0000000..dfbd4d1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/castro.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.372 0 0 5.373 0 12s5.372 12 12 12c6.627 0 12-5.373 12-12S18.627 0 12 0m-.002 13.991a2.052 2.052 0 1 1 0-4.105 2.052 2.052 0 0 1 0 4.105m4.995 4.853-2.012-2.791a5.084 5.084 0 1 0-5.982.012l-2.014 2.793A8.526 8.526 0 0 1 11.979 3.42a8.526 8.526 0 0 1 8.526 8.526 8.51 8.51 0 0 1-3.512 6.898"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/caterpillar.svg b/mkdocs-material/material/templates/.icons/simple/caterpillar.svg new file mode 100644 index 0000000..831c793 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/caterpillar.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11.901 11.554.802-4.1.798 4.1zm2.869-6.52h-4.15L8.2 15.884l4.503-3.635 4.695 3.934zm-2.067 8.156-7.509 6.072H19.95zM24 5.02v2.77h-2.066v11.45h-.882l-2.436-2.04V7.79h-2.057V5.02zM6.872 16.864c.548-.458.642-1.024.642-1.532V13.2h-2.98v2.894a.75.75 0 0 1-.748.751c-.414 0-.722-.336-.722-.75V7.893c0-.414.308-.75.722-.75a.75.75 0 0 1 .749.75v2.913H7.51V7.785c0-1.67-1.092-3.044-3.75-3.047-2.728 0-3.76 1.38-3.76 3.05v8.563c0 1.655 1.314 2.907 2.995 2.907h.922Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cbc.svg b/mkdocs-material/material/templates/.icons/simple/cbc.svg new file mode 100644 index 0000000..8ba4fb8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cbc.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0c-1.567 0-2.938.84-3.685 2.094l7.368.002A4.28 4.28 0 0 0 12 0m0 2.768a4.29 4.29 0 0 0-4.291 4.287h8.578A4.287 4.287 0 0 0 12 2.768m-4.953.209A4.076 4.076 0 0 0 2.97 7.05h4.076zm9.904.002V7.05l4.072.002a4.073 4.073 0 0 0-4.072-4.075zm-9.904 4.73a4.29 4.29 0 0 0 0 8.578zm9.904 0v8.578a4.29 4.29 0 1 0 0-8.578m-4.955.002a4.288 4.288 0 1 0 .002 8.576 4.288 4.288 0 0 0-.002-8.576m-9.9.603a4.288 4.288 0 0 0-.002 7.371zm19.808 0 .002 7.371a4.29 4.29 0 0 0-.002-7.37M7.047 16.95l-4.074.002a4.07 4.07 0 0 0 4.074 4.07zm9.904 0v4.07a4.07 4.07 0 0 0 4.072-4.068zm-9.242.002a4.29 4.29 0 0 0 8.578 0zm.549 4.953a4.286 4.286 0 0 0 7.371 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cbs.svg b/mkdocs-material/material/templates/.icons/simple/cbs.svg new file mode 100644 index 0000000..937c9bb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cbs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 24C5.314 24 .068 18.587.068 11.949.068 5.413 5.314 0 12 0s11.932 5.413 11.932 11.949C23.932 18.587 18.686 24 12 24m0-5.106c5.452 0 9.36-3.473 11.109-6.945C21.875 9.294 18.172 5.106 12 5.106c-5.452 0-9.36 3.37-11.109 6.843C2.537 15.42 6.548 18.894 12 18.894m0-.613c-3.497 0-6.377-2.86-6.377-6.332S8.503 5.617 12 5.617s6.377 2.86 6.377 6.332c0 3.574-2.88 6.332-6.377 6.332"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ccleaner.svg b/mkdocs-material/material/templates/.icons/simple/ccleaner.svg new file mode 100644 index 0000000..1426216 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ccleaner.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.939.934C8.876.934 3.962 5.888 3.962 12q0 .751.097 1.477a11 11 0 0 0 1.956-1.9l-.129-.083L7.66 9.082s.28-.336.683-.336c.13 0 .264.028.387.076.123.049.99.411 1.588.66L13.7 2.297s.33-.682 1.05-.68c.168 0 .342.036.565.125.222.09.428.267.543.475s.138.424.127.598c-.02.184-.097.358-.145.537L14.2 7.47c.358-.06.577-.067.816-.067.427 0 2.571.1 4.37 2.02.108.116.214.255.318.351.168.17.444.198.62-.017l3.311-3.865c.155-.18.131-.46.01-.635a11 11 0 0 0-3.758-3.139A10.85 10.85 0 0 0 14.94.934m-.19 1.183a.65.65 0 0 0-.588.373l-3.593 7.635c.01.004-1.72-.717-2.012-.834a.6.6 0 0 0-.213-.045.34.34 0 0 0-.273.121L6.605 11.36s4.58 2.923 4.69 3.014c.108.091.224.1.224.1l2.539.484s.3-2.378.365-2.8c.066-.443-.246-.524-.246-.524l-1.865-.78 3.064-7.687s.39-.697-.283-.978a1 1 0 0 0-.344-.07M6.445 11.85c-.74.944-2.882 3.292-6.393 4.007 0 0-.08.023-.04.211.039.19.492 1.652 1.862 3.057 0 0 .33.356.754.469.422.113 1.21.085 1.654 0 0 0-.192.173-.933.656a.104.104 0 0 0-.043.117c.018.062.08.144.234.254.29.208 1.243.799 1.856 1.037 0 0 .216.15 1.103.152h.826l.637-.357-.295.358s.91.023 1.658-.125a1.7 1.7 0 0 0 .614-.254c.695-.465 2.362-1.952 3.701-6.045l-2.209-.422a1 1 0 0 1-.457-.21c.028.024-.661-.44-4.53-2.905m13.252 2.418c-1.435 2.233-4.15 2.315-4.58 2.324a5 5 0 0 1-1.32-.15c-1.308 3.51-2.843 4.912-3.58 5.406a2 2 0 0 1-.13.08c1.463.729 3.11 1.138 4.852 1.138 3.589 0 6.76-1.75 8.764-4.433.268-.374.29-.449.296-.56a.5.5 0 0 0-.132-.352l-3.444-3.512c-.37-.41-.705-.002-.726.059"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cdprojekt.svg b/mkdocs-material/material/templates/.icons/simple/cdprojekt.svg new file mode 100644 index 0000000..1a304f0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cdprojekt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.942 20.154c-.687.323-1.719.302-2.986-.072l.213.547-.389-.226-1.537-.907h.001l-.033-.158c.572.171 3.535 1.169 4.731.816M7.929 22.045c-.127.229.179.645.179.645-.687-.534-1.276.346-1.276.346-.039-.385.397-.669.397-.669-.715.113-1.549.78-1.549.78-.097-.333.319-.556.319-.556 0-.263.361-.236.763-.347l.919-.252q.006-.007.011-.013c0-.002.303-.348.671-.745.291-.31.614-.648.868-.88.118.018.226.031.294.037-.243.199-.651.62-.999.994-.26.28-.487.536-.597.66m2.239-7.962 8.822 6.05q-.021.009-.042.018l-.328-.129-.29-.118h-.001l-.019-.009c-.772-.317-2.27-.951-4.634-2.041a266 266 0 0 1-5.028-2.388l.001.002-.002-.002 4.363 3.974.006.004.011.011h.002l.256.211-1.153.348-.006-.018-.017-.051-.009-.025-.018-.05-.009-.023-.032-.073-.202.094c.09.197.121.356.121.482a.67.67 0 0 1-.109.353 1 1 0 0 1-.071.086l.064.088q-.005.017-.014.035c-.341.545-.652 1.308-.786 1.653l-.069.183-.001.005c.227.009.767.073.627.504l-.122.444c-.268-.478-.154-.606-.154-.606-.781-.201-2.357.905-2.357.905.052-.411.506-.697.768-.847-.221-.026-.494.165-.64.283a1.1 1.1 0 0 1 .539-.522l-.003-.004c.359-.135.712-.069.753-.029l-.002.001c.122-.038.131-.043.241-.068.036-.026.071-.112.088-.158.001-.005.363-1.014.81-1.774-.217-.021-.388-.274-.388-.581l.002-.055a6.4 6.4 0 0 1-1.484.043q-.024-.001-.049-.005v.001a6.068 6.068 0 0 1-2.769-.94l.002.01s-1.279-.682-1.551-2.233l-.309.195c0-1.39.238-2.365.563-3.111l-.38.037.38-.534q-.074.153-.143.332l.233-.039V14q.07-.142.138-.27.136-.252.295-.484c.024-.035.069-.098.111-.152a3.28 3.28 0 0 1 .424-.466c.041-.037.114-.096.147-.12l-.229 1.072c.669-.832 1.912-2.075 2.535-2.665a3.3 3.3 0 0 0-.386-.581l-.584.429-.025.019s-.416.314-.565.412a.54.54 0 0 1-.722-.09.507.507 0 0 0 .685-.024.47.47 0 0 0 .147-.343.5.5 0 0 0-.038-.191.5.5 0 0 0-.214-.23h.002s-.104-.06-.082-.158c.022-.099.206-.291.206-.291l.225-.229.36-.367.777-.79.077-.087-.682.292-.002-.006c0-.009.006-.037.053-.123.065-.119.22-.335.224-.343l.001-.001-1.265.904v-.002c.074-.35.824-1.365.858-1.412l-.83.761-.003-.006c-.043-.258.371-1.141.428-1.261l.005-.01c-.302.301-.52.628-.527.636 0-.291.223-.709.223-.709a4 4 0 0 0-.182.193c-.868.978-1.119 2.122-1.187 2.566l-.001.001c-.145.089-.056-.02-.126.148-.256.073-.47.202-.642.346a2.3 2.3 0 0 0-.513.605 2 2 0 0 1 .105-.119c.53-.554 1.142-.494 1.142-.494s.682 1.26.542 1.405q-.022.022-.072.006c-.09-.031-.149-.017-.182.024-.105.117-.009.454-.008.462l-1.809-.778c.858-.318 1.47-.1 1.47-.1 0 .212.48.184.48.184v-.001h.001c0-.196-.365-.43-.365-.43s-.327.136-.716 0a.6.6 0 0 0-.242-.034 1 1 0 0 0-.217.038c-.206.059-.357.174-.357.174v-.001l-.002.001 1.131-4.139.119 1.591L8.06 3.367l.039 4.037L14.354 0l-3.847 8.316.023.041 2.713-1.954-.573 1.149 3.793-1.481-3.539 2.585 6.612-.81-8.021 3.471 4.105-1.001zm1.344-2.764zl-.001-.004zm-1.997.862a5.8 5.8 0 0 0-.371-1.076L8.2 13.182zm-2.3-1.094c.208-.071.314-.308.239-.529l-.208.071a.3.3 0 0 1 .022.099q0 .047-.017.086l.095.057a.3.3 0 0 1-.141.12.3.3 0 0 1-.112.022.31.31 0 0 1-.286-.195q-.007-.015-.012-.034l-.092.03c.075.224.305.344.512.273"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/celery.svg b/mkdocs-material/material/templates/.icons/simple/celery.svg new file mode 100644 index 0000000..0c08b0b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/celery.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.303 0A2.3 2.3 0 0 0 0 2.303v19.394A2.3 2.3 0 0 0 2.303 24h19.394A2.3 2.3 0 0 0 24 21.697V2.303A2.3 2.3 0 0 0 21.697 0zm8.177 3.072c4.098 0 7.028 1.438 7.68 1.764l-1.194 2.55c-2.442-1.057-4.993-1.41-5.672-1.41-1.574 0-2.17.922-2.17 1.763v8.494c0 .869.596 1.791 2.17 1.791.679 0 3.23-.38 5.672-1.41l1.194 2.496c-.435.271-3.637 1.818-7.68 1.818-1.112 0-4.64-.244-4.64-4.64V7.713c0-4.397 3.528-4.64 4.64-4.64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/celestron.svg b/mkdocs-material/material/templates/.icons/simple/celestron.svg new file mode 100644 index 0000000..ead1297 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/celestron.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 .002c-6.627 0-12 5.371-12 12s5.373 11.996 12 11.996c1.745 0 3.403-.37 4.898-1.041-6.14-1.718-14.62-5.632-13.648-13.426.64-5.134 7.215-8.46 13.805-8.414A11.9 11.9 0 0 0 12 .002m5.43 1.844c-5.092-.05-9.306 2.04-9.688 5.556-.604 5.596 7.155 8.809 11.844 10.141.906.26 1.897.42 2.768.523A11.95 11.95 0 0 0 24 12.002a12 12 0 0 0-5.541-10.117 19 19 0 0 0-1.03-.04"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/centos.svg b/mkdocs-material/material/templates/.icons/simple/centos.svg new file mode 100644 index 0000000..5f64e55 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/centos.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.076.066 8.883 3.28H3.348v5.434L0 12.01l3.349 3.298v5.39h5.374l3.285 3.236 3.285-3.236h5.43v-5.374L24 12.026l-3.232-3.252V3.321H15.31zm0 .749 2.49 2.506h-1.69v6.441l-.8.805-.81-.815V3.28H9.627zm-8.2 2.991h4.483L6.485 5.692l4.253 4.279v.654H9.94L5.674 6.423l-1.798 1.77zm5.227 0h1.635v5.415l-3.509-3.53zm4.302.043h1.687l1.83 1.842-3.517 3.539zm2.431 0h4.404v4.394l-1.83-1.842-4.241 4.267h-.764v-.69l4.261-4.287zm2.574 3.3 1.83 1.843v1.676h-5.327zm-12.735.013 3.515 3.462H3.876v-1.69zM3.348 9.454v1.697h6.377l.871.858-.782.77H3.35v1.786L.753 12.01zm17.42.068 2.488 2.503-2.533 2.55v-1.796h-6.41l-.75-.754.825-.83h6.38zm-9.502.978.81.815.186-.188.614-.618v.686h.768l-.825.83.75.754h-.719v.808l-.842-.83-.741.73v-.707h-.7l.781-.77-.188-.186-.682-.672h.788zm-7.39 2.807h5.402l-3.603 3.55-1.798-1.772zm6.154 0h.708v.7l-4.404 4.338 1.852 1.824h-4.31v-4.342l1.798 1.77zm3.348 0h.715l4.317 4.343.186-.187 1.599-1.61v4.316h-4.366l1.853-1.825-.188-.185-4.116-4.054zm1.46 0h5.357v1.798l-1.785 1.796zm-2.83.191.842.829v6.37h1.691l-2.532 2.495-2.533-2.495h1.79V14.23zm-1.27 1.251v5.42H8.939l-1.852-1.823zm2.64.097 3.552 3.499-1.853 1.825h-1.7z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ceph.svg b/mkdocs-material/material/templates/.icons/simple/ceph.svg new file mode 100644 index 0000000..7e6acd7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ceph.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.959.257A11.9 11.9 0 0 0 3.503 3.76 11.92 11.92 0 0 0 0 12.217a11.9 11.9 0 0 0 1.207 5.243c.72 1.474 1.888 2.944 3.208 4.044.86-.47 1.35-.99 1.453-1.545.1-.533-.134-1.107-.737-1.805a9.03 9.03 0 0 1-2.219-5.937c0-4.988 4.058-9.047 9.047-9.047h.08c4.99 0 9.048 4.059 9.048 9.047a9.03 9.03 0 0 1-2.218 5.936c-.599.693-.84 1.292-.735 1.83.108.556.595 1.068 1.449 1.522 1.322-1.1 2.489-2.57 3.209-4.046A11.9 11.9 0 0 0 24 12.217a11.93 11.93 0 0 0-3.503-8.457A11.92 11.92 0 0 0 12.04.257h-.041zm-.005 4.837a7.07 7.07 0 0 0-3.76 1.075A7.2 7.2 0 0 0 6.15 8.093a7.2 7.2 0 0 0-1.161 2.65 7.2 7.2 0 0 0 .04 3.125 7.1 7.1 0 0 0 1.22 2.607c.154.207.326.396.509.597l.185.202.005.006q.012.01.026.027c.635.738.957 1.533.957 2.36a3.4 3.4 0 0 1-1.788 2.989 12 12 0 0 0 2.685 1.087c.14-.088.614-.441 1.077-1.083a4.9 4.9 0 0 0 .94-2.99 6.6 6.6 0 0 0-.49-2.37 6.7 6.7 0 0 0-1.302-2.033l-.002-.004-.124-.142c-.21-.245-.428-.497-.602-.792a4.1 4.1 0 0 1-.462-1.135 4.26 4.26 0 0 1-.024-1.85 4.25 4.25 0 0 1 .686-1.564 4.22 4.22 0 0 1 3.432-1.773h.085a4.2 4.2 0 0 1 3.432 1.773c.33.466.568 1.007.686 1.565a4.3 4.3 0 0 1-.023 1.849 4.1 4.1 0 0 1-.463 1.135c-.173.295-.391.547-.602.792l-.123.142-.004.004a6.7 6.7 0 0 0-1.301 2.033 6.6 6.6 0 0 0-.49 2.37 4.9 4.9 0 0 0 .94 2.99c.463.642.937.995 1.076 1.083a11.8 11.8 0 0 0 2.687-1.087 3.4 3.4 0 0 1-1.789-2.988c0-.817.313-1.59.956-2.359q.015-.018.027-.03l.006-.004.184-.204c.183-.2.355-.39.51-.596a7.1 7.1 0 0 0 1.22-2.608 7.2 7.2 0 0 0 .04-3.124 7.2 7.2 0 0 0-1.16-2.65 7.2 7.2 0 0 0-2.044-1.924 7.07 7.07 0 0 0-3.762-1.075h-.09zM12 9.97a2.365 2.365 0 0 0-2.362 2.361A2.364 2.364 0 0 0 12 14.691a2.363 2.363 0 0 0 2.36-2.36A2.364 2.364 0 0 0 12 9.968z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cesium.svg b/mkdocs-material/material/templates/.icons/simple/cesium.svg new file mode 100644 index 0000000..7a305ce --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cesium.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.028 10.216c-.396 0-.778.22-1.079.617l-3.775 4.994c-.625.827-1.513 1.301-2.436 1.301h-.014c-.924 0-1.812-.474-2.436-1.301l-3.775-4.994c-.3-.397-.682-.617-1.08-.617-.395 0-.78.22-1.078.617l-3.777 4.994c-.62.82-1.5 1.294-2.414 1.301C3.088 21.186 7.211 24 12 24c6.627 0 12-5.372 12-11.999a12 12 0 0 0-.086-1.382c-.264-.26-.57-.403-.886-.403M16.01 7.619a1.254 1.254 0 1 1 0-2.507 1.254 1.254 0 0 1 0 2.507M12.001 0C5.373 0 0 5.371 0 12.001c0 1.054.15 2.07.406 3.046.227.175.479.276.737.276.398 0 .78-.218 1.08-.613L6 9.714c.623-.829 1.513-1.302 2.434-1.302s1.81.473 2.435 1.302l3.633 4.803.156.193c.3.394.681.61 1.074.613.392-.003.774-.22 1.072-.613l.16-.193 3.632-4.803c.624-.829 1.512-1.302 2.433-1.302.147 0 .294.016.437.038C21.952 3.556 17.392 0 12.001 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/chai.svg b/mkdocs-material/material/templates/.icons/simple/chai.svg new file mode 100644 index 0000000..f8aea85 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/chai.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.224 5.831 12.23.061a.46.46 0 0 0-.462 0l-9.992 5.77a.46.46 0 0 0-.231.4v11.538c0 .165.088.318.23.4l9.993 5.77a.46.46 0 0 0 .462 0l9.993-5.77a.46.46 0 0 0 .23-.4V6.231a.46.46 0 0 0-.23-.4m-.63 11.708L12 23.077l-9.593-5.539V6.462L12 .923l9.593 5.539zM11.295 8.185q.581-.416 1.213-.659c.632-.243.843-.243 1.263-.243q.39 0 .727.113.338.114.584.328c.246.214.294.32.39.532q.142.318.142.727 0 .494-.195.98-.195.487-.522.902c-.327.415-.47.52-.756.727s-.582.357-.89.448l-.136-.227a2 2 0 0 0 .5-.35 2.3 2.3 0 0 0 .39-.484q.161-.27.25-.571a2.2 2.2 0 0 0 .087-.614q0-.357-.104-.675a1.6 1.6 0 0 0-.305-.555 1.4 1.4 0 0 0-.496-.373 1.6 1.6 0 0 0-.679-.136q-.467 0-.856.182-.39.18-.701.49c-.311.31-.389.44-.542.707a5 5 0 0 0-.383.837 5.6 5.6 0 0 0-.23.886q-.078.448-.078.844 0 .402.084.83c.084.429.139.568.247.845q.162.415.402.785t.555.649a2.6 2.6 0 0 0 .7.445q.388.165.841.165.312 0 .607-.084a3 3 0 0 0 .568-.228 3.2 3.2 0 0 0 .516-.337 4 4 0 0 0 .451-.422l.215.208q-.285.376-.679.723a5.5 5.5 0 0 1-.847.617 4.6 4.6 0 0 1-.95.428 3.2 3.2 0 0 1-.984.16q-.474 0-.892-.166-.42-.165-.77-.448a2.8 2.8 0 0 1-.626-.662q-.275-.38-.467-.808c-.192-.428-.225-.58-.292-.883s-.101-.599-.101-.889q0-.63.21-1.295c.21-.665.335-.874.582-1.291s.537-.813.873-1.185a6.7 6.7 0 0 1 1.084-.973"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/chainguard.svg b/mkdocs-material/material/templates/.icons/simple/chainguard.svg new file mode 100644 index 0000000..0ce482a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/chainguard.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.996 16.329c-.109-1.123-3.387-1.488-5.717-2.501.51-1.017 1.283-2.168.949-4.286C18.782 6.725 16.358 1.74 12 1.74s-6.782 4.98-7.228 7.8c-.334 2.119.443 3.27.949 4.287C3.395 14.84.116 15.21.004 16.328c-.102 1.039 1.89 1.418 4.136 1.283-.566.691-1.009 1.346-.974 1.818.056.79.896 1.303 2.22 1.303 1.484 0 3.775-.939 4.32-3.475 0 0-.225 1.017-.102 1.99C9.75 20.41 10.623 22.26 12 22.26s2.249-1.85 2.396-3.011c.123-.974-.101-1.991-.101-1.991.544 2.536 2.832 3.475 4.318 3.475 1.325 0 2.165-.514 2.22-1.303.036-.472-.41-1.13-.972-1.818 2.245.135 4.237-.244 4.135-1.282M7.436 5.953c-.26-.223-.19-.705.154-1.077.345-.372.836-.496 1.096-.273s.19.705-.154 1.077-.836.493-1.096.273m2.371 6.419c-1.071 0-1.94-.875-1.94-1.955s.869-1.956 1.94-1.956c1.072 0 1.94.875 1.94 1.955a1.95 1.95 0 0 1-1.94 1.956m1.185-7.701c-.756.34-1.56.223-1.8-.259-.238-.485.18-1.151.935-1.491s1.56-.224 1.8.258c.238.482-.18 1.152-.935 1.492m5.218 7.7a1.947 1.947 0 0 1-1.94-1.955c0-1.08.868-1.955 1.94-1.955 1.071 0 1.94.875 1.94 1.955a1.95 1.95 0 0 1-1.94 1.956m.158-1.969.713-.846a1.2 1.2 0 0 0-.871-.372c-.675 0-1.22.549-1.22 1.229s.545 1.23 1.22 1.23 1.219-.55 1.219-1.23v-.01zm-5.345 0v.011c0 .68-.544 1.23-1.22 1.23-.674 0-1.218-.55-1.218-1.23s.544-1.23 1.219-1.23c.34 0 .65.142.871.373l-.713.846Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/chainlink.svg b/mkdocs-material/material/templates/.icons/simple/chainlink.svg new file mode 100644 index 0000000..cb3cc4d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/chainlink.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0 9.798 1.266l-6 3.468L1.596 6v12l2.202 1.266 6.055 3.468L12.055 24l2.202-1.266 5.945-3.468L22.404 18V6l-2.202-1.266-6-3.468zM6 15.468V8.532l6-3.468 6 3.468v6.936l-6 3.468z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/chakraui.svg b/mkdocs-material/material/templates/.icons/simple/chakraui.svg new file mode 100644 index 0000000..0a747eb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/chakraui.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.352 0 0 5.352 0 12s5.352 12 12 12 12-5.352 12-12S18.648 0 12 0m2.8 4.333c.13-.004.248.136.171.278l-3.044 5.58a.187.187 0 0 0 .164.276h5.26c.17 0 .252.207.128.323l-9.22 8.605c-.165.154-.41-.063-.278-.246l4.364-6.021a.187.187 0 0 0-.151-.296H6.627a.187.187 0 0 1-.131-.32l8.18-8.123a.18.18 0 0 1 .125-.056z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/channel4.svg b/mkdocs-material/material/templates/.icons/simple/channel4.svg new file mode 100644 index 0000000..911c7fd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/channel4.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.309 0-.33.412v4.201l2.382-2.95zm-1.155 1.201L10.707 4.22v8.674h2.447zm3.268 1.701-2.443 3.02v14.81h2.443zM9.887 5.236l-6.201 7.657h3.142L9.887 9.12Zm-6.766 8.48v2.444h10.033v-2.443Zm14.125 0v2.444h3.633v-2.443Zm-6.539 3.268V24h2.443v-7.016Zm-3.271 4.573V24h2.443v-2.443zm6.543 0V24h5.189v-2.443z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/charles.svg b/mkdocs-material/material/templates/.icons/simple/charles.svg new file mode 100644 index 0000000..df67f96 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/charles.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.494.713c-.103.011-.385.049-.623.076-.24.028-.705.11-1.04.175l-.61.122-.883-.132C5.706.713 3.694.74 2.252 1.02c-1.464.278-2.45.802-2.218 1.173.033.055.358.34.72.634 1.536 1.24 2.296 2.18 2.734 3.398.228.633.31 1.114.304 1.885-.005.901-.114 1.376-.732 3.24-.27.813-.564 1.802-.65 2.194-.142.65-.158.804-.158 1.749 0 1.022.043 1.431.24 2.245a6.6 6.6 0 0 0 1.896 3.218c.337.306.45.442.43.518-.05.175.09.475.32.71.584.59 1.886 1.093 3.27 1.257.71.087 2.18.076 2.862-.022.53-.076 1.47-.301 1.746-.41.59-.24 1.117-.557 1.383-.83.444-.453.45-.464.417-.732-.032-.224-.022-.246.168-.388.255-.19 1.07-1.017 1.29-1.306.2-.262.576-.906.69-1.19.103-.24.14-.246.31-.066.367.394 1.12.721 1.528.667.352-.05.596-.361.406-.52-.037-.032-.265-.14-.51-.245a4.335 4.082 0 0 1-.64-.339l-.2-.158.022-.41c.032-.71.25-1.022 1.93-2.78 1.345-1.41 1.595-1.694 2.148-2.442.58-.782.884-1.278 1.247-2.049.727-1.551.976-3.239.662-4.485-.5-1.982-2.392-3.468-4.398-3.452-1.128.006-2.093.427-3.107 1.35-.575.524-.69.475-.526-.213.097-.432.08-.629-.082-.956-.325-.65-1.6-1.262-3.064-1.476-.46-.066-1.876-.114-2.196-.075zm9.962 3.02c1.106.34 2.022 1.29 2.326 2.41.2.753.054 2.141-.342 3.223a11.632 10.954 0 0 1-1.014 1.978c-.33.501-1.3 1.704-1.85 2.283a43.744 41.193 0 0 0-1.512 1.682c-.303.36-.51.557-.57.546-.075-.016-.09-.141-.118-.89a19.086 17.973 0 0 0-.917-4.916c-.206-.59-.26-.951-.157-1.016.043-.028.314-.05.602-.05.336 0 .537-.021.564-.06.022-.037-.13-.23-.374-.464-.423-.41-.586-.66-.722-1.11-.168-.556-.032-1.458.304-2.052.477-.836 1.388-1.503 2.283-1.661.4-.072 1.09-.028 1.497.098M11.569 7.34c.098.033.25.115.342.192.12.103.2.13.31.109.226-.05.747.207.866.414.05.094.136.224.19.29.08.098.098.175.07.4-.026.24-.01.31.104.48a.76.76 0 0 1 .135.442c0 .192.016.236.082.213a.178.168 0 0 0 .08-.136c0-.197.158-.486.294-.547a.8.8 0 0 1 .38-.027c.227.038.25.05.227.175-.016.076.01.17.06.213.076.082.076.092-.017.164-.092.066-.097.093-.038.245.066.176.066.176-.086.149-.087-.017-.168-.023-.185-.006-.016.016.017.202.076.41.136.486.13.622-.027 1.054-.103.29-.12.404-.08.59.08.431.053 1.572-.06 2.283a14.166 13.34 0 0 1-.38 1.72c-.228.798-.483 2.279-.472 2.743.005.246.027.459.043.476s.125-.104.233-.263c.24-.35.45-.525.852-.705.162-.071.34-.185.396-.25.157-.176.254-.153.195.048-.027.088-.033.164-.022.164.016 0-.016.066-.076.153-.054.082-.13.257-.168.393a1.5 1.5 0 0 1-.18.4c-.08.114-.091.174-.048.218.044.043.14-.028.37-.268.346-.355.53-.579.563-.666.043-.115.602-.667.645-.64.027.017.06.006.082-.027.086-.141.12-.016.114.4l-.01.447-.294.323a56 56 0 0 1-.786.84c-.266.28-.624.662-.787.841a4.493 4.231 0 0 1-.596.536c-.298.202-.927.447-1.33.525a3 3 0 0 0-.324.066c-.255.059-2.863.07-3.525.009a31.86 30.002 0 0 0-.873-.075.816.768 0 0 1-.217-.045.532.501 0 0 0-.21-.033c-.52-.01-.94-.114-1.227-.31-.114-.077-.27-.137-.347-.137s-.135-.028-.135-.055c0-.032-.038-.054-.082-.054-.043 0-.08-.028-.08-.055 0-.033-.028-.054-.06-.054-.066 0-.288-.198-.608-.542-.125-.13-.31-.322-.4-.42-.1-.099-.18-.198-.18-.218 0-.029-.05-.094-.11-.158-.216-.23-.324-.356-.297-.356.01 0-.027-.104-.08-.23-.213-.47-.088-.508.19-.07.107.163.226.3.264.3.103 0 .336.284.494.601.07.142.255.393.4.562l.278.302.233-.056c.124-.033.25-.082.276-.103.065-.06-.18-.4-.667-.923-.4-.432-.504-.607-.325-.563.06.016.12.049.13.076.016.022.114.028.212.011a.994.936 0 0 1 .433.055c.206.07.25.07.25.01 0-.043-.022-.092-.054-.109-.028-.016-.044-.11-.033-.207a.732.69 0 0 0-.184-.476c-.017-.016-.033-.115-.044-.218l-.016-.186.152.137c.087.076.233.175.33.213.098.037.25.153.33.257.148.175.169.185.39.152.132-.021.257-.049.278-.059.033-.023.3.087.602.24.022.01.038 0 .038-.028 0-.026-.087-.092-.19-.141-.238-.115-.238-.186-.005-.23.222-.043.347-.01.72.18.305.153.419.137.26-.044-.123-.14-.07-.3.072-.212.18.114.293.393.282.71-.01.41-.01.405.114.29q.106-.099.076-.214c-.212-.716-.25-1.01-.288-2.19l-.01-.285-.18.066a3 3 0 0 0-.44.218c-.33.197-.622.23-1.007.12-.163-.043-.43-.12-.59-.164-.164-.044-.316-.115-.338-.153-.103-.158-.113-.42-.027-.546.12-.17.11-.208-.07-.208-.08 0-.222-.021-.31-.049a2.013 1.896 0 0 0-.39-.082 1.48 1.394 0 0 1-.276-.054c-.022-.018-.224-.044-.446-.066-.217-.016-.428-.06-.466-.088-.076-.06-.054-.19.06-.42.048-.093.075-.17.054-.17-.022 0 0-.037.038-.092a.316.298 0 0 0 .07-.12c-.032-.142.37-.88.548-1.022.18-.136.537-.235.835-.24h.19l-.14-.153c-.29-.306-.375-.568-.36-1.104.017-.628.05-.661.755-.786.72-.132.894-.082 1.247.35.087.103.12.12.14.06.06-.159.283-.334.413-.334.076 0 .304.099.504.218.206.121.396.219.43.219.107.006.487.339.633.552.14.218.21.536.222 1.017 0 .19.033.282.125.365.157.147.217.36.233.808.01.323 0 .382-.114.497-.135.137-.553.236-.743.176-.12-.038-.146.097-.195 1.01-.05.895.076 1.945.288 2.43l.157.368.206-.225.206-.225.087.132c.076.11.108.126.195.076.12-.06.293-.262.298-.333 0-.027-.027-.027-.054-.011-.033.017-.054.006-.054-.027 0-.032-.033-.055-.065-.05-.125.018-.423-.07-.423-.125 0-.028-.022-.037-.054-.017-.066.045-.49-.343-.49-.447 0-.066.018-.071.077-.022.044.038.136.05.212.033.087-.022.195.005.314.076.38.235.418.126.082-.223-.27-.29-.347-.48-.44-1.126-.027-.19.05-.235.13-.071.033.054.17.158.304.224.353.175.727.655.922 1.196.157.438.25.53.418.438.05-.029.103-.143.124-.252.022-.115.136-.497.25-.852.266-.787.325-1.3.184-1.459-.07-.082-.157-.109-.33-.098-.402.01-.64-.24-.722-.781-.054-.34-.005-.371.537-.394.44-.021.602.05.84.367.12.163.142.235.12.425-.11.951-.168 1.29-.315 1.82-.092.327-.18.7-.195.813-.027.192-.022.207.07.17.06-.028.207-.055.337-.071l.233-.022-.173.245c-.217.312-.19.4.12.39.178-.007.232-.03.243-.11.005-.06.027-.263.043-.46.033-.327.13-.764.418-1.857.06-.224.14-.546.18-.71.042-.164.096-.36.123-.437.093-.23.244-1.092.342-1.928.05-.426.038-1.224-.022-1.278-.06-.06-.146.279-.103.393.06.136.055.18-.108.945-.103.48-.157.64-.255.71-.065.049-.19.158-.277.246-.086.082-.2.148-.254.148-.098-.006-.337-.34-.472-.673-.044-.109-.103-.207-.136-.228-.12-.078-.282-.793-.26-1.153.022-.382.005-.405-.255-.257-.32.18-1.49.06-1.535-.158-.005-.045.066-.187.17-.323.275-.366.427-.857.313-1-.05-.054-.038-.081.033-.114.092-.033.092-.038.005-.088-.157-.088-.108-.147.11-.141.194.01.2.004.21-.198.01-.223.184-.55.315-.605.054-.017.08-.11.08-.263 0-.18-.015-.213-.064-.164-.12.12-.45.076-.63-.088a1.98 1.865 0 0 0-.363-.256c-.2-.103-.27-.19-.683-.842a5.034 4.74 0 0 0-.396-.518c-.108-.114-.19-.235-.18-.273q.028-.059.45-.044a5 5 0 0 0 .864-.066c.542-.092.764-.103.992-.038m-3.427.41q.106.081.325.05c.2-.028.233-.017.266.087.027.087-.01.18-.152.349-.173.213-.396.35-1.014.634-.466.213-.586.322-.634.552-.027.136-.082.196-.255.273-.125.054-.26.141-.304.202-.157.196-.526.754-.613.917-.076.148-.336.443-.547.612a.328.309 0 0 1-.196.071c-.097 0-.108-.038-.12-.344a35.512 33.441 0 0 0-.021-.541c-.005-.223.098-.426.228-.426.103 0 .098-.087-.005-.132-.12-.043-.098-.305.043-.518l.206-.327a.302.284 0 0 1 .255-.16c.2-.021.195-.004.098-.207a1.672 1.574 0 0 1-.114-.306l-.038-.14.238.08c.125.044.255.104.288.132.087.087.135.055.135-.094 0-.136.028-.169.472-.535.255-.202.575-.295.7-.191.054.044.097.044.146.005.033-.033.152-.065.255-.081.103-.01.206-.028.222-.028.017-.005.076.022.136.066"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/chartdotjs.svg b/mkdocs-material/material/templates/.icons/simple/chartdotjs.svg new file mode 100644 index 0000000..65e735d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/chartdotjs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0 1.605 6v12L12 24l10.395-6V6zm0 1.41 9.172 5.295v10.59L12 22.59l-9.172-5.295V6.705zM5.902 8.334c-1.306 0-1.983.956-2.574 2.41v6.262L12 22.014l8.672-5.008v-5.971c-.447-.264-.894-.412-1.336-.412-4.275 0-3.97 4.885-6.717 5.8-2.748.917-3.511-8.089-6.717-8.089m12.364.457c-2.9 0-2.137 4.732-5.342 4.732-1.63 0-2.52-1.317-3.477-1.981.148.326.3.655.442.98.467 1.068.922 2.09 1.379 2.734.228.322.455.541.644.644a.6.6 0 0 0 .549.05c.558-.187.968-.571 1.36-1.112.39-.541.74-1.228 1.154-1.916s.894-1.385 1.59-1.918c.695-.534 1.607-.881 2.77-.881.465 0 .908.136 1.337.352v-.121c-.633-.849-1.348-1.563-2.406-1.563m-6.68.152c-.868 0-1.491.82-2.076 2.06.094.055.192.106.277.167 1.06.761 1.798 1.853 3.137 1.853.678 0 1.067-.218 1.418-.585-.722-1.546-1.432-3.492-2.756-3.495"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/chartmogul.svg b/mkdocs-material/material/templates/.icons/simple/chartmogul.svg new file mode 100644 index 0000000..dc74b98 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/chartmogul.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.621 19.89V8.75L2.867 19.89H0V4.11h2.758v11.112l7.754-11.113h2.867v11.14L21.16 4.11H24v15.782h-2.73V8.75l-7.755 11.14Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/chase.svg b/mkdocs-material/material/templates/.icons/simple/chase.svg new file mode 100644 index 0000000..dbb847a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/chase.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 15.415c0 .468.38.85.848.85h5.937V.575L0 7.72zm15.416 8.582c.467 0 .846-.38.846-.849v-5.937H.573l7.146 6.785h7.697M24 8.587a.844.844 0 0 0-.847-.846h-5.938V23.43l6.782-7.148zM8.585.003a.847.847 0 0 0-.847.847v5.94h15.688L16.282.003z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/chatbot.svg b/mkdocs-material/material/templates/.icons/simple/chatbot.svg new file mode 100644 index 0000000..c483e31 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/chatbot.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.999 0c-2.25 0-4.5.06-6.6.21a5.57 5.57 0 0 0-5.19 5.1c-.24 3.21-.27 6.39-.06 9.6a5.644 5.644 0 0 0 5.7 5.19h3.15v-3.9h-3.15c-.93.03-1.74-.63-1.83-1.56-.18-3-.15-6 .06-9 .06-.84.72-1.47 1.56-1.53 2.04-.15 4.2-.21 6.36-.21s4.32.09 6.36.18c.81.06 1.5.69 1.56 1.53.24 3 .24 6 .06 9-.12.93-.9 1.62-1.83 1.59h-3.15l-6 3.9V24l6-3.9h3.15c2.97.03 5.46-2.25 5.7-5.19.21-3.18.18-6.39-.03-9.57a5.57 5.57 0 0 0-5.19-5.1c-2.13-.18-4.38-.24-6.63-.24m-5.04 8.76c-.36 0-.66.3-.66.66v2.34c0 .33.18.63.48.78 1.62.78 3.42 1.2 5.22 1.26 1.8-.06 3.6-.48 5.22-1.26.3-.15.48-.45.48-.78V9.42c0-.09-.03-.15-.09-.21a.65.65 0 0 0-.87-.36c-1.5.66-3.12 1.02-4.77 1.05-1.65-.03-3.27-.42-4.77-1.08a.6.6 0 0 0-.24-.06"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/chatwoot.svg b/mkdocs-material/material/templates/.icons/simple/chatwoot.svg new file mode 100644 index 0000000..973764c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/chatwoot.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 12c0 6.629 5.371 12 12 12s12-5.371 12-12S18.629 0 12 0 0 5.371 0 12m17.008 5.29H11.44a5.57 5.57 0 0 1-5.562-5.567A5.57 5.57 0 0 1 11.44 6.16a5.57 5.57 0 0 1 5.567 5.563Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/checkio.svg b/mkdocs-material/material/templates/.icons/simple/checkio.svg new file mode 100644 index 0000000..403db45 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/checkio.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.846 8.886 24 2.932v13.82L9.621 21.068 0 14.09l3.35-9.956zm-4.582 2.067 3.923-1.768-6.065-3.85zm-5.393 2.44 4.842-2.187-2.179-5.717-2.662 7.904zm22.526 2.54V4.256l-5.96 7.37zm-12.865 4.233 12.497-3.758-5.973-4.316zM.94 14.029l8.092 5.867-3.106-8.124zm21.722-9.826c-5.085 2.296-10.163 4.6-15.25 6.895l9.445.284zM9.775 20.143l6.608-8.173-9.844-.29z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/checkmarx.svg b/mkdocs-material/material/templates/.icons/simple/checkmarx.svg new file mode 100644 index 0000000..148c642 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/checkmarx.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.544.12A6.553 6.553 0 0 0 0 6.664v10.674a6.55 6.55 0 0 0 6.544 6.542h10.912A6.55 6.55 0 0 0 24 17.338v-.831a2.193 2.193 0 0 0-4.388 0v.83c0 1.19-.967 2.157-2.156 2.157H6.544a2.16 2.16 0 0 1-2.158-2.156V6.748c0-1.19.969-2.16 2.158-2.16 3.843.004 7.814-.009 11.612.001.556.138.892.445 1.058.848.193.47.343 1.118-.404 1.748l-6.26 4.596-1.892-2.441a2.19 2.19 0 0 0-3.075-.391 2.19 2.19 0 0 0-.391 3.076l3.198 4.133a2.197 2.197 0 0 0 3.035.424l7.252-5.301a57 57 0 0 0 1.22-.977c2.106-1.926 2.517-4.393 1.627-6.553C22.603 1.51 20.268.12 17.435.12Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/checkmk.svg b/mkdocs-material/material/templates/.icons/simple/checkmk.svg new file mode 100644 index 0000000..5ca4396 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/checkmk.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.187 8.738v3.985l4.883-3.157v8.217l1.925 1.111 1.926-1.111V9.57l4.882 3.158V8.742l-6.808-4.269zM12 0l10.375 5.999V18L12 24 1.625 18.006V6.003z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/chedraui.svg b/mkdocs-material/material/templates/.icons/simple/chedraui.svg new file mode 100644 index 0000000..96f04d3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/chedraui.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.523 4.725a1.4 1.4 0 0 0 0 2.797 1.4 1.4 0 0 0 0-2.797m4.15 1.574a1.326 1.326 0 1 0 0 2.652 1.326 1.326 0 0 0 0-2.652M7.532 7.902a.17.17 0 0 0-.172.17v5.446c0 .094.078.171.172.171h2.498a.17.17 0 0 0 .17-.171v-2.364a.17.17 0 0 1 .293-.119l.404.348a.171.171 0 0 0 .293-.123l-.02-1.674a.17.17 0 0 0-.048-.12L9.576 7.954a.18.18 0 0 0-.123-.05Zm4.192 1.409a.17.17 0 0 0-.17.17v4.125a.17.17 0 0 1-.051.12l-1.111 1.112c-.108.107-.033.293.119.293l3.76.008a.17.17 0 0 0 .171-.17V12.14c0-.153.186-.229.293-.121l1.157 1.156a.17.17 0 0 0 .12.049l1.178-.006a.172.172 0 0 0 .121-.293l-3.543-3.567a.18.18 0 0 0-.123-.048Zm-8.592.125a1.21 1.21 0 1 0 .062 0q-.031-.002-.062 0m15.809 2.08c-.59.03-1.057.519-1.057 1.115a1.114 1.114 0 1 0 1.113-1.115zm-16.596.675a.173.173 0 0 0-.172.172v3.99c0 .095.077.172.172.172h1.873c.094 0 .17-.077.17-.171v-1.532c0-.153.185-.23.293-.123l.613.614a.17.17 0 0 0 .244-.002l.813-.842a.17.17 0 0 0 0-.239l-1.963-1.988a.17.17 0 0 0-.121-.05zm14.797 1.153a.446.446 0 0 0-.446.445c0 .246.2.445.446.445a.4.4 0 0 0 .113-.015l.777.777a.2.2 0 0 1 .043.068l.967 2.989a.17.17 0 0 0 .162.119h.387a.583.583 0 0 0 .27 1.103.586.586 0 0 0 .269-1.103h2.36a.583.583 0 0 0 .269 1.103.586.586 0 0 0 .586-.586.58.58 0 0 0-.315-.517h.371a.17.17 0 0 0 .17-.172l.016-.117a.256.256 0 0 0-.256-.285h-3.758c-.071 0-.132-.043-.136-.098-.035-.139-.085-.275-.127-.412a.124.124 0 0 1 .107-.162h3.975a.35.35 0 0 0 .345-.307L24 14.377a.18.18 0 0 0-.176-.162l-5.682-.006a.12.12 0 0 1-.084-.035l-.478-.45a.444.444 0 0 0-.44-.38m-9.61.857a.17.17 0 0 0-.12.051L2.77 18.926a.172.172 0 0 0 .122.293H4.7a.18.18 0 0 0 .123-.051l4.672-4.674a.17.17 0 0 0-.119-.293Zm2.776 1.387a.17.17 0 0 0-.121.049l-3.264 3.289a.172.172 0 0 0 .12.293h1.804a.17.17 0 0 0 .12-.051l3.243-3.242a.174.174 0 0 1 .244 0l3.242 3.242a.17.17 0 0 0 .12.05h1.788c.153 0 .231-.183.123-.292l-3.265-3.29a.17.17 0 0 0-.123-.048zM2.11 16.912a.17.17 0 0 0-.12.05l-.095.094-1.845 1.87a.172.172 0 0 0 .12.293h1.202a.17.17 0 0 0 .121-.051l1.963-1.963a.17.17 0 0 0-.12-.293z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cheerio.svg b/mkdocs-material/material/templates/.icons/simple/cheerio.svg new file mode 100644 index 0000000..5498ee6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cheerio.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.14 15.622c.593.444 1.203.9 1.81 1.356-.415.477-.929.9-1.584 1.307a7.2 7.2 0 0 1-1.64.741 8 8 0 0 1-1.443.31c-.43.054-.88.04-1.22.02a7.4 7.4 0 0 1-3.154-.934 7.05 7.05 0 0 1-2.146-1.869 7 7 0 0 1-1.177-2.223c-.185-.596-.266-1.207-.32-1.727-.079-.742-.003-1.53.238-2.481.2-.799.54-1.532 1.008-2.183.776-1.09 1.74-1.911 2.868-2.44a7.4 7.4 0 0 1 2.321-.672 6 6 0 0 1 .689-.038c.362 0 .76.028 1.227.085a6.3 6.3 0 0 1 1.874.52 7.4 7.4 0 0 1 2.499 1.839 290 290 0 0 1-3.17 2.403 3.33 3.33 0 0 0-1.877-.824c-.894-.096-1.788.156-2.452.691a3.35 3.35 0 0 0-1.247 2.351c-.077.927.22 1.818.834 2.509a3.24 3.24 0 0 0 2.434 1.117 3.35 3.35 0 0 0 2.298-.853zM24 1.8v20.4a1.8 1.8 0 0 1-1.8 1.8H1.8A1.8 1.8 0 0 1 0 22.2V1.8A1.8 1.8 0 0 1 1.8 0h20.4A1.8 1.8 0 0 1 24 1.8m-4.542 14.963-.419-.316a836 836 0 0 0-2.252-1.69q-.848-.634-1.703-1.275l-.398-.299-.33.373c-.503.568-1.098.844-1.814.844h-.018a2.16 2.16 0 0 1-1.639-.755 2.25 2.25 0 0 1-.564-1.701 2.28 2.28 0 0 1 .848-1.6c.443-.357 1.047-.524 1.657-.458s1.148.353 1.513.808l.327.408.418-.314c1.3-.975 2.644-1.983 3.967-3.012l.184-.143.022-.232a.78.78 0 0 0-.242-.633q-.012-.011-.02-.022l-.01-.01a8.5 8.5 0 0 0-3.048-2.326 7.4 7.4 0 0 0-2.191-.608c-.582-.072-1.353-.142-2.165-.049a8.4 8.4 0 0 0-2.66.768c-1.298.609-2.404 1.548-3.287 2.79a7.5 7.5 0 0 0-1.178 2.546c-.273 1.078-.357 1.986-.265 2.86.06.571.15 1.248.363 1.932.277.9.733 1.763 1.355 2.565a8.1 8.1 0 0 0 2.475 2.152 8.45 8.45 0 0 0 3.617 1.07 11 11 0 0 0 .613.018c.254 0 .526-.012.798-.046a9 9 0 0 0 1.637-.351 8.3 8.3 0 0 0 1.886-.854c.952-.592 1.678-1.25 2.22-2.012z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/chef.svg b/mkdocs-material/material/templates/.icons/simple/chef.svg new file mode 100644 index 0000000..825bbac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/chef.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.03 0C6.94 0 2.57 3.17.82 7.65l1.91.77a10 10 0 0 1 9.3-6.4c2.24 0 4.32.77 5.96 1.97l1.2-1.64A11.96 11.96 0 0 0 12.03 0m0 2.3a9.76 9.76 0 0 0-9.08 6.23l1.91.7a7.62 7.62 0 0 1 7.17-4.91zm3.55.7-.76 1.92a7.47 7.47 0 0 1 4.75 5.63h2.08a9.7 9.7 0 0 0-6.07-7.54zm-3.55 1.6a7.44 7.44 0 1 0 7.32 8.9h-2.08a5.5 5.5 0 0 1-5.24 3.94 5.39 5.39 0 0 1-5.42-5.41 5.39 5.39 0 0 1 5.42-5.41 5.4 5.4 0 0 1 5.2 3.93h2.07a7.35 7.35 0 0 0-7.27-5.96zm10.22 1.09L20.5 6.78a9.5 9.5 0 0 1 1.42 3.77H24a11.56 11.56 0 0 0-1.75-4.86M11.97 6.83a5.22 5.22 0 0 0-4.7 7.27l1.97-.87a3 3 0 0 1-.27-1.2c0-1.64 1.36-3.01 3-3.01zm1.92.39-.77 2.02c.66.27 1.15.7 1.53 1.31h2.3a5.04 5.04 0 0 0-3.06-3.33M0 12.02c0 1.65.33 3.29 1.04 4.87l1.8-.82a10.5 10.5 0 0 1-.82-4.04zm2.3 0c0 4.1 2.51 7.6 6.12 9.03l.76-1.92a7.63 7.63 0 0 1-4.86-7.1zm12.3 1.48c-.33.6-.82 1.1-1.48 1.31l.77 2.03a5.04 5.04 0 0 0 3.06-3.34zm4.97 0a7.73 7.73 0 0 1-7.54 6.24v2.02a9.71 9.71 0 0 0 9.62-8.26zm2.35 0a10.1 10.1 0 0 1-9.9 8.53c-2.73 0-5.24-1.15-7.04-2.95L3.55 20.5c2.19 2.19 5.2 3.5 8.53 3.5A12 12 0 0 0 24 13.5zm-12.02.66-1.53 1.53a5.2 5.2 0 0 0 3.66 1.53v-2.19a3.02 3.02 0 0 1-2.13-.87"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/chemex.svg b/mkdocs-material/material/templates/.icons/simple/chemex.svg new file mode 100644 index 0000000..813a4de --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/chemex.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.665.124c-.741 0-1.36.593-1.36 1.334s.619 1.335 1.36 1.335A1.33 1.33 0 0 0 24 1.458 1.33 1.33 0 0 0 22.665.124M1.112.148s5.314 6.748 5.982 7.91c.89 1.557.84 2.076-.124 3.954C6.352 13.2 0 23.876 0 23.876h2.694S8.7 13.668 9.516 12.284c.89-1.508.89-3.164.148-4.474C9.071 6.772 3.831.148 3.831.148zm16.956 0s-5.24 6.624-5.833 7.662c-.717 1.286-.766 2.917.148 4.474.816 1.384 6.822 11.592 6.822 11.592h2.67c0-.024-6.328-10.677-6.946-11.888-.964-1.854-1.013-2.373-.123-3.93.667-1.162 5.98-7.91 5.98-7.91zm4.597.223c.593 0 1.088.494 1.088 1.087 0 .594-.495 1.088-1.088 1.088a1.097 1.097 0 0 1-1.087-1.088A1.08 1.08 0 0 1 22.665.371m-.593.296V2.15h.272v-.519h.37l.273.52h.321l-.297-.544a.45.45 0 0 0 .297-.446c0-.296-.198-.494-.52-.494zm.321.272h.445c.149 0 .223.05.223.222 0 .173-.124.223-.223.223h-.445z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/chessdotcom.svg b/mkdocs-material/material/templates/.icons/simple/chessdotcom.svg new file mode 100644 index 0000000..b07d04d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/chessdotcom.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0a3.85 3.85 0 0 0-3.875 3.846A3.84 3.84 0 0 0 9.73 6.969l-2.79 1.85c0 .622.144 1.114.434 1.649H9.83c-.014.245-.014.549-.014.925q0 .037.006.071c-.064 1.353-.507 3.472-3.62 5.842-.816.625-1.423 1.495-1.806 2.533a.3.3 0 0 0-.045.084 8.1 8.1 0 0 0-.39 2.516c0 .1.216 1.561 8.038 1.561s8.038-1.46 8.038-1.561c0-2.227-.824-4.048-2.24-5.133-4.034-3.08-3.586-5.74-3.644-6.838h2.458c.29-.535.434-1.027.434-1.649l-2.79-1.836a3.86 3.86 0 0 0 1.604-3.123A3.87 3.87 0 0 0 13.445.275c-.004-.002-.01.004-.015.004A3.8 3.8 0 0 0 12 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/chevrolet.svg b/mkdocs-material/material/templates/.icons/simple/chevrolet.svg new file mode 100644 index 0000000..ccd00c9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/chevrolet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.905 9.784H15.92V8.246a.157.157 0 0 0-.157-.158H8.238a.157.157 0 0 0-.157.158v1.538H2.358c-.087 0-.193.07-.237.158L.02 14.058c-.045.088-.011.157.077.157H8.08v1.54c0 .086.07.157.157.157h7.525c.087 0 .157-.07.157-.157v-1.54h5.723c.087 0 .193-.07.238-.157l2.1-4.116c.045-.087.011-.158-.076-.158m-2.494.996-1.244 2.437h-5.232v1.708H9.07v-1.708H2.595L3.84 10.78h5.232V9.073h5.864v1.707z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/chianetwork.svg b/mkdocs-material/material/templates/.icons/simple/chianetwork.svg new file mode 100644 index 0000000..b15d5d7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/chianetwork.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.462 4.707c-.061 0-.327.02-.573.04-.43.041-1.042.103-1.145.144-.02 0-.143.02-.245.04-.818.123-1.84.45-2.413.778a1.3 1.3 0 0 1-.245.122c-.123.041-.982.655-1.31.92-2.35 1.922-3.598 4.928-3.066 7.423.061.307.082.307.286.143.348-.245.654-.45 1.063-.695.246-.143 1.309-.654 1.35-.654 0 0 .082-.041.184-.082.94-.43 3.66-1.37 5.03-1.718.041-.02.286-.082.511-.143 1.289-.348 1.514-.409 1.514-.348 0 .02-.082.041-.164.082-.45.164-1.656.654-1.718.695-.02.02-.04.02-.061.02s-.123.042-.246.103-.204.102-.224.102-.123.041-.246.102a2 2 0 0 1-.245.103l-.286.122-.287.123c-.143 0-3.17 1.595-4.13 2.168-.225.122-.41.245-.41.245s-.306.184-1.267.797a56 56 0 0 0-3.926 2.781 6 6 0 0 1-.348.266c-.94.736-1.063.88-.531.593 1.206-.634 2.556-1.268 3.517-1.656a7.6 7.6 0 0 1 1.636-.47l.184-.02.45.45c1.145 1.144 2.372 1.737 4.191 1.982.43.062 1.82.041 2.147-.02.103-.02.307-.061.47-.082.164-.02.348-.061.39-.082.04-.02.183-.04.306-.081 2.086-.552 3.885-1.84 5.48-3.967.041-.041.184-.225.307-.41.143-.183.286-.367.327-.429.04-.04.123-.184.204-.286a47 47 0 0 0 2.74-4.498c.082-.164.225-.41.287-.553s.327-.654.572-1.124c.246-.47.45-.9.45-.92.061-.123.041-.164-.266-.287a4 4 0 0 0-.51-.163c-.246-.082-.532-.164-.635-.205-.409-.143-1.104-.327-1.942-.552-.736-.184-.92-.245-1.207-.307-.143-.02-.286-.06-.327-.081s-.163-.041-.266-.062c-.286-.061-.43-.081-.695-.143-1.022-.225-1.902-.307-3.394-.307-.614-.02-1.186 0-1.268 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/chinaeasternairlines.svg b/mkdocs-material/material/templates/.icons/simple/chinaeasternairlines.svg new file mode 100644 index 0000000..ce4afc4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/chinaeasternairlines.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.572 2.383c-1.846 0-2.245.238-2.962 1.205-.38.516-3.568 4.915-5.009 6.898-.18.236-.446.486-1.03.486H0v.004c3.05 8.61 6.324 10.64 9.602 10.64h5.178c.07 0 .146-.08-.041-.124-3.805-.953-7.57-3.984-7.589-6.962.066 2.464 5.255 3.315 10.876 4.016.098.011.093-.065.063-.12l-.17-.293c-.02-.039-.043-.068-.124-.088-3.094-.787-6.242-1.938-6.242-3.01 0-2.032 5.272-4.042 11.27-4.96.195-.04.29-.076.42-.18.17-.136.536-.433.695-.554.096-.085.061-.11.025-.11-.16 0-.326.004-.485.01-7.898.219-15.544 2.008-16.253 4.55-.002.014-.01.027-.014.04.937-4.652 7.198-9.162 15.008-11.28.18-.052.239-.168.014-.168Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/chinasouthernairlines.svg b/mkdocs-material/material/templates/.icons/simple/chinasouthernairlines.svg new file mode 100644 index 0000000..016b2f0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/chinasouthernairlines.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.427 9.863v.62c.307-.004.555.1.555.1-.758.26-1.18 1.066-1.18 1.842v2.623c-.042.036-.067.067-.094.099-.112-.344-.452-.757-.805-.953v-2.029c0-.727.53-1.522 1.28-1.67v-.636a.55.55 0 0 1-.425-.534.55.55 0 0 1 .55-.551.55.55 0 0 1 .552.551c0 .26-.187.485-.433.538m-3.03-.004v.636c.75.149 1.283.943 1.283 1.67v2.03c-.356.195-.695.608-.805.952-.03-.032-.055-.064-.095-.099v-2.623c0-.791-.421-1.583-1.18-1.842 0 0 .248-.104.552-.1v-.624a.55.55 0 0 1-.425-.534c0-.306.243-.551.55-.551a.55.55 0 0 1 .552.551.55.55 0 0 1-.432.534m1.516-.421-.003.594c.293.04.555.244.645.486-.348.227-.63.57-.766.995a1.85 1.85 0 0 0-.763-.995.85.85 0 0 1 .643-.486v-.596a.55.55 0 0 1-.426-.536.55.55 0 0 1 .55-.552.552.552 0 0 1 .12 1.09m-.12 7.583c1.715 0 2.1-1.438 2.153-1.805v-.485c-.53.132-1.005.414-1.327.836a2 2 0 0 0-.827-1.187 2 2 0 0 0-.832 1.187c-.319-.422-.795-.704-1.324-.836v.485c.051.367.439 1.805 2.156 1.805m-4.233-5.006c-.007-.73.495-1.326 1.52-1.326.678 0 1.487.568 1.487 2.027v2.163c-.294-.193-.703-.37-.926-.374V12.49c0-.773-.555-.998-.815-.998a.68.68 0 0 1 .236.524c0 .41-.342.75-.753.75-.41 0-.73-.303-.749-.75m8.467 0c.004-.73-.498-1.326-1.52-1.326-.68 0-1.49.568-1.49 2.027v2.163c.294-.193.703-.37.924-.374V12.49c0-.773.558-.998.815-.998a.68.68 0 0 0-.234.524c0 .41.34.75.753.75.412 0 .732-.303.752-.75M15.97 10.03a.79.79 0 0 1-.447-.705c0-.433.352-.786.784-.786.435 0 .785.353.785.786a.78.78 0 0 1-.447.707v.22c.244.025.536.127.715.218a4 4 0 0 1 .292-.012c.99 0 1.685.654 1.685 1.557 0 .557-.499 1.065-1.058 1.065-.563 0-1.072-.551-.97-1.106 0 0-.058.191-.058.425v2.831c-.024.323-.458 2.106-2.459 2.106s-2.437-1.783-2.461-2.106v-2.831c0-.234-.058-.425-.058-.425.108.533-.408 1.106-.967 1.106-.564 0-1.06-.508-1.06-1.065 0-.903.693-1.557 1.687-1.557.104 0 .208.007.286.013.182-.092.49-.2.717-.219v-.223a.79.79 0 0 1-.445-.704.787.787 0 0 1 1.573 0 .78.78 0 0 1-.45.71v.294q.1.032.2.077c.122-.262.367-.467.644-.558v-.239a.78.78 0 0 1-.449-.71c0-.434.35-.784.783-.784a.784.784 0 0 1 .786.785.78.78 0 0 1-.448.709v.239c.275.09.517.296.638.558.062-.03.136-.055.202-.077zM24 3.434h-6.864L0 20.566h17.136Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/chocolatey.svg b/mkdocs-material/material/templates/.icons/simple/chocolatey.svg new file mode 100644 index 0000000..0fd6447 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/chocolatey.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m0 1.249 1.439 3.18L0 6.926l1.439 2.5L0 11.923l1.439 2.424L0 16.845l1.439 2.5L0 22.75l2.8-.91c6.3.01 12.696.006 18.096 0l3.104.91-2.044-3.635 1.136-1.892-2.196-2.272-.004-.017V2.005c-6.551-.001-12.243 0-18.091 0zm19.688 1.968v7.03l-.23-.898-1.438-4.39-3.56.605-1.89-2.343zm-11.695.004h4.563L9.539 4.428zm2.86 3.68a3.9 3.9 0 0 1 1.64.254c1.968.757 1.286 2.8.15 4.012-.378.378-1.21.227-.605-.908.228-.454.454-1.363-.227-1.59-1.515-.53-3.255.682-3.634 2.271-.378 1.363.606 2.801 2.347 2.423 1.439-.303 2.802-1.288 3.332-1.742.53-.455.907.38.301 1.288-.68.908-1.74 1.968-2.65 2.574-3.558 2.423-6.662-.758-5.375-4.392.677-1.845 2.454-4.041 4.72-4.19zm6.527 2.031a.66.66 0 0 1 .454.182c.324.326.204.972-.268 1.445-.473.474-1.121.593-1.446.268-.325-.326-.205-.972.267-1.445.292-.292.666-.461.993-.45m-.42 3.233a.66.66 0 0 1 .454.182c.325.325.206.973-.268 1.446-.473.473-1.12.592-1.445.268-.324-.326-.205-.972.268-1.445.291-.292.664-.462.99-.451Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/chromatic.svg b/mkdocs-material/material/templates/.icons/simple/chromatic.svg new file mode 100644 index 0000000..7824b7b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/chromatic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0m-.006 3.43a3.37 3.37 0 0 1 3.37 3.369v2.199L9.628 5.689a4.3 4.3 0 0 0-.688-.32 3.35 3.35 0 0 1 3.053-1.94zm-4.498 2.6c.588 0 1.17.156 1.684.452l5.734 3.311-2.91 1.678-3.6-2.076a.46.46 0 0 0-.459 0L5.35 10.893a4 4 0 0 0-.621.433 3.35 3.35 0 0 1-.155-3.61A3.39 3.39 0 0 1 7.496 6.03m8.723.015a3.38 3.38 0 0 1 3.205 1.672 3.37 3.37 0 0 1-1.235 4.6l-5.736 3.308v-3.357l3.602-2.077a.46.46 0 0 0 .228-.398V6.799a4.4 4.4 0 0 0-.064-.754m-8.504 4.543v6.617q0 .38.066.754a3 3 0 0 1-.285.012 3.38 3.38 0 0 1-2.92-1.684 3.34 3.34 0 0 1-.338-2.555 3.34 3.34 0 0 1 1.57-2.044zm.908 0 2.912 1.68v4.152a.46.46 0 0 0 .23.396l2.594 1.498h.002q.33.191.688.32a3.35 3.35 0 0 1-3.055 1.938 3.373 3.373 0 0 1-3.371-3.367zm10.647 2.088a3.35 3.35 0 0 1 .154 3.611 3.37 3.37 0 0 1-4.604 1.233l-1.908-1.1 5.738-3.309a4.3 4.3 0 0 0 .62-.435"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/chromecast.svg b/mkdocs-material/material/templates/.icons/simple/chromecast.svg new file mode 100644 index 0000000..47aa90c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/chromecast.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 18.546v3.272h3.273A3.27 3.27 0 0 0 0 18.545m0-4.364v2.182a5.456 5.456 0 0 1 5.455 5.454h2.181A7.63 7.63 0 0 0 0 14.182m0-4.364V12c5.422 0 9.818 4.396 9.818 9.818H12c0-6.633-5.378-12-12-12m21.818-7.636H2.182C.982 2.182 0 3.164 0 4.364v3.272h2.182V4.364h19.636v15.272h-7.636v2.182h7.636c1.2 0 2.182-.982 2.182-2.182V4.364c0-1.2-.982-2.182-2.182-2.182"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/chromewebstore.svg b/mkdocs-material/material/templates/.icons/simple/chromewebstore.svg new file mode 100644 index 0000000..4291ff3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/chromewebstore.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 1.637v19.09c0 .9.736 1.636 1.636 1.636h.131a10.4 10.4 0 0 1-.13-1.636 10.3 10.3 0 0 1 1.667-5.64l4.202 7.276h1.128A3.77 3.77 0 0 1 12 16.958a3.77 3.77 0 0 1 3.366 5.406h1.048a4.7 4.7 0 0 0-1.587-5.406h6.83a10.34 10.34 0 0 1 .577 5.406h.13c.9 0 1.636-.737 1.636-1.637V1.637Zm9.273 2.181h5.454a1.09 1.09 0 1 1 0 2.182H9.273a1.09 1.09 0 1 1 0-2.182M12 10.364a10.36 10.36 0 0 1 9.233 5.652H12a4.71 4.71 0 0 0-4.677 4.149L3.91 14.25A10.34 10.34 0 0 1 12 10.364"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/chrysler.svg b/mkdocs-material/material/templates/.icons/simple/chrysler.svg new file mode 100644 index 0000000..40003d9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/chrysler.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 12.146v-.002q-.009-.024-.173-.025l-1.595-.022c-2.439-.021-6.978-.063-7.184-.063h-.05a1.9 1.9 0 0 0-.703.098l-.092.027a3.3 3.3 0 0 1-.795.172c-.283.01-1.363.009-1.408.009s-1.126 0-1.409-.008a3.2 3.2 0 0 1-.795-.172l-.09-.027A1.9 1.9 0 0 0 9 12.035h-.044c-.207 0-4.746.02-7.184.043l-1.601.02c-.11 0-.173.008-.172.026l.091.023q.505.103 1.02.124c.653.013 5.435.133 5.55.135.258-.007.515.039.755.134h1.497s-.604.035-.613.073h-.038c-.15 0-.606 0-.864-.012 0 0-.019.072.244.072.092.062.189.121.276.17h1.287s-.506.03-.516.068c-.06 0-.28-.006-.49-.012l-.295-.009s-.015.064.227.065l.041.026c.483.217.995.363 1.52.433q.3.058.603.08s.245.022.202.02a9.7 9.7 0 0 1-1.7-.221 4.3 4.3 0 0 1-1.277-.54 1.4 1.4 0 0 0-.738-.232c-.17-.011-5.648-.227-5.66-.227a5.3 5.3 0 0 1-1.044-.14L0 12.125c0 .015.038.055.07.084.17.15.81.461 1.184.553.65.157 4.645.665 5.355.745l.392.044c1.073.116 2.422.264 3.109.334a.84.84 0 0 0 .392-.022A4.1 4.1 0 0 1 12 13.606a4.3 4.3 0 0 1 1.503.258.84.84 0 0 0 .387.022c.688-.069 2.04-.22 3.104-.337l.397-.044c.71-.079 4.705-.568 5.354-.725.375-.09 1.015-.402 1.184-.552.03-.028.067-.065.07-.081zm-12.265.995c-.795 0-1.581-.011-1.81-.068-.545-.135-.799-.384-.842-.46-.043-.075-.032-.074.035-.074h5.76c.068 0 .072.007.034.075s-.294.324-.841.459c-.229.057-1.015.066-1.81.068zm12.188-.971a5.4 5.4 0 0 1-1.044.141c-.012 0-5.496.197-5.661.21a1.4 1.4 0 0 0-.738.232 4.3 4.3 0 0 1-1.276.54 9.7 9.7 0 0 1-1.701.222c-.043 0 .202-.021.202-.021a5 5 0 0 0 .602-.08 5.5 5.5 0 0 0 1.52-.433l.048-.026c.241 0 .228-.065.228-.065l-.295.01c-.218.005-.442.01-.498.01-.01-.036-.51-.067-.51-.067h1.285a5 5 0 0 0 .27-.168c.264 0 .246-.072.246-.072-.283.007-.809.014-.902.01-.009-.037-.57-.072-.57-.072h1.447a1.9 1.9 0 0 1 .76-.133l5.553-.114a6.4 6.4 0 0 0 1.02-.125l.068-.017zm-11.962.532h.09l-.175.125v.099h-.132v-.097l-.189-.127h.155l.128.08zm.809.183h.302v.04h-.434v-.224h.132zm.54 0h.313v.04h-.442v-.224h.438v.041h-.309v.051h.303v.041h-.303zm-2.522-.183h.132v.224h-.135v-.091h-.278v.09h-.132v-.223h.132v.09h.278zm.598.126.17.098h-.15s-.136-.097-.168-.122c.135.005.157-.01.157-.032s-.106-.036-.226-.029v.183h-.14v-.223h.305c.15 0 .196.031.196.063 0 .028-.055.054-.144.062m2.714-.056c0-.023-.106-.036-.226-.029v.185h-.14v-.223h.302c.15 0 .196.034.196.063s-.055.054-.144.06l.17.098h-.15s-.136-.097-.168-.122c.134.005.16-.01.16-.032m-1.557.087c0 .057-.123.076-.251.076a2 2 0 0 1-.208-.014l.014-.048a1 1 0 0 0 .19.014c.107 0 .114-.013.114-.027s-.03-.023-.078-.023l-.098-.011c-.096-.012-.135-.016-.135-.073s.124-.067.203-.067a2 2 0 0 1 .208.018l-.01.043a1 1 0 0 0-.164-.013c-.085 0-.103.004-.103.02s.027.023.07.023l.113.008q.133.017.135.074m-2.668-.049c0 .052.127.074.211.074s.164-.01.183-.01l-.014.047c-.024.002-.106.01-.196.01-.168 0-.318-.04-.318-.121s.15-.122.318-.122c.098 0 .175.01.196.01l.014.047a2 2 0 0 0-.183-.01c-.088 0-.211.023-.211.075m.997-2.2-.55-.497h.366l.209.177.228.196.042.037.04-.036.423-.371h.142l-.51.49-.019.02v.431h-.35v-.428zm5.377.447h-1.473v-.945h.326v.828h1.147zm2.186-.006h-1.497v-.937h1.478v.116h-1.163v.292h1.144v.12h-1.144v.293h1.182zm-12.414.002h-.333v-.943h.333v.417h.914v-.417h.331v.943h-.33v-.413H6.02zm2.544-.003h-.336v-.945h.883c.168-.01.337.019.491.085a.2.2 0 0 1 .119.168c-.001.108-.08.214-.361.244l-.08.01.061.048c.09.073.312.295.416.393l.01.003h-.385c-.057-.063-.373-.35-.51-.49a2 2 0 0 0 .392-.049.14.14 0 0 0 .099-.131.12.12 0 0 0-.052-.092c-.08-.067-.265-.067-.481-.067h-.266zm4.905-.242c0-.057-.049-.084-.098-.098a1.3 1.3 0 0 0-.203-.037 10 10 0 0 1-.344-.048.9.9 0 0 1-.34-.098.19.19 0 0 1-.093-.173c-.001-.099.084-.162.222-.203q.22-.054.447-.05.351.004.7.054l-.023.114a3 3 0 0 0-.54-.05 1.2 1.2 0 0 0-.295.023c-.061.017-.098.054-.098.098a.11.11 0 0 0 .088.099 1 1 0 0 0 .183.033c.104.01.249.03.387.05a.85.85 0 0 1 .331.097.19.19 0 0 1 .098.17c.001.096-.086.17-.244.221a2.1 2.1 0 0 1-.59.07l.002-.006a5 5 0 0 1-.674-.053l.029-.135q.309.068.625.068a.9.9 0 0 0 .352-.048.11.11 0 0 0 .078-.098m-10.287-.221c0-.158.103-.271.278-.354a1.6 1.6 0 0 1 .678-.128q.287.002.571.04l.027.129a5 5 0 0 0-.521-.036 1.2 1.2 0 0 0-.44.077c-.133.052-.243.137-.243.269 0 .131.11.217.243.269.14.052.29.078.44.076a5 5 0 0 0 .52-.035l-.034.132a4.4 4.4 0 0 1-.57.04 1.6 1.6 0 0 1-.671-.125c-.18-.083-.278-.2-.278-.354m16.42.473h-.331v-.946h.883a1.1 1.1 0 0 1 .491.086.2.2 0 0 1 .119.167c-.001.109-.08.215-.361.245l-.08.008.061.05c.09.072.312.289.416.392v.001h-.379c-.057-.063-.374-.35-.51-.49a2 2 0 0 0 .393-.05.14.14 0 0 0 .098-.13.12.12 0 0 0-.052-.092c-.082-.068-.265-.068-.481-.068h-.266z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/chupachups.svg b/mkdocs-material/material/templates/.icons/simple/chupachups.svg new file mode 100644 index 0000000..3eb1c3e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/chupachups.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.206 0A4.48 4.48 0 0 0 12 1.29 4.46 4.46 0 0 0 7.17.338a4.46 4.46 0 0 0-2.744 4.088A4.46 4.46 0 0 0 .337 7.17 4.46 4.46 0 0 0 1.29 12a4.46 4.46 0 0 0-.952 4.831 4.46 4.46 0 0 0 4.089 2.743 4.46 4.46 0 0 0 2.743 4.089c1.7.704 3.596.268 4.831-.952a4.46 4.46 0 0 0 4.83.951 4.46 4.46 0 0 0 2.743-4.088 4.46 4.46 0 0 0 4.09-2.743A4.46 4.46 0 0 0 22.71 12a4.46 4.46 0 0 0 .951-4.83 4.46 4.46 0 0 0-4.089-2.744A4.46 4.46 0 0 0 16.831.338 4.4 4.4 0 0 0 15.206 0M8.855.624A3.85 3.85 0 0 1 12 2.253a3.83 3.83 0 0 1 4.592-1.34 3.83 3.83 0 0 1 2.3 4.195 3.83 3.83 0 0 1 4.195 2.3A3.83 3.83 0 0 1 21.747 12a3.83 3.83 0 0 1 1.34 4.593 3.83 3.83 0 0 1-4.194 2.3 3.83 3.83 0 0 1-2.3 4.195A3.834 3.834 0 0 1 12 21.748a3.83 3.83 0 0 1-4.593 1.34 3.83 3.83 0 0 1-2.3-4.195 3.83 3.83 0 0 1-4.194-2.3A3.83 3.83 0 0 1 2.253 12a3.83 3.83 0 0 1-1.34-4.592 3.83 3.83 0 0 1 4.194-2.3 3.83 3.83 0 0 1 2.3-4.195 3.8 3.8 0 0 1 1.448-.29zm.261.493a3.8 3.8 0 0 0-1.505.29 3.83 3.83 0 0 0-2.345 3.86 3.83 3.83 0 0 0-3.861 2.346A3.83 3.83 0 0 0 2.477 12a3.83 3.83 0 0 0-1.072 4.389 3.835 3.835 0 0 0 3.861 2.345 3.83 3.83 0 0 0 2.346 3.861A3.83 3.83 0 0 0 12 21.523a3.83 3.83 0 0 0 4.388 1.072 3.83 3.83 0 0 0 2.345-3.861 3.83 3.83 0 0 0 3.861-2.346A3.83 3.83 0 0 0 21.522 12a3.83 3.83 0 0 0 1.072-4.389 3.83 3.83 0 0 0-3.86-2.345 3.83 3.83 0 0 0-2.346-3.86A3.83 3.83 0 0 0 12 2.476a3.85 3.85 0 0 0-2.884-1.362zm.13.574A3.85 3.85 0 0 1 12 2.795a3.83 3.83 0 0 1 4.15-.814 3.83 3.83 0 0 1 2.36 3.51c1.49.012 2.905.9 3.51 2.36a3.83 3.83 0 0 1-.814 4.15 3.83 3.83 0 0 1 .813 4.15 3.83 3.83 0 0 1-3.51 2.36 3.83 3.83 0 0 1-2.359 3.51 3.83 3.83 0 0 1-4.15-.814 3.83 3.83 0 0 1-4.15.814 3.83 3.83 0 0 1-2.36-3.51 3.83 3.83 0 0 1-3.51-2.36A3.83 3.83 0 0 1 2.793 12a3.83 3.83 0 0 1-.813-4.15 3.83 3.83 0 0 1 3.51-2.36 3.83 3.83 0 0 1 2.36-3.51 3.8 3.8 0 0 1 1.395-.29M6.82 5.947c-.496.003-1.003.21-1.391.488-.983.705-1.552 1.765-1.508 2.935.024.623.38 1.274.994 1.507.773.294 1.396-.002 2.043-.442l-.176.43h1.06l1.063-2.357c.1-.223.594-.176.481.088l-.653 1.532a.57.57 0 0 0 .216.693c.488.32 1.059.004 1.48-.248.052.128.11.273.244.34.387.197.943.01 1.26-.202.024-.015.138.128.268.203.43.247.994.03 1.351-.22-.217.499-.428 1.297-.946 1.519-.09.038-.289-.043-.265.096.193.225.526.258.826.205.915-.163 1.063-1.18 1.456-1.825.108.116.211.252.38.28.974.168 1.536-.83 2.206-1.362-.107.343-.288.884.104 1.25.38.356 1.071.125 1.44-.152l.144.229c.115.182.4.159.605.112.236-.053.607-.207.606-.405-.287.046-.481-.107-.36-.397.375-.903 1.169-2.72 1.169-2.72h-1.044l-.126.302a.56.56 0 0 0-.369-.313c-1.242-.24-1.684 1.19-2.377 1.632.12-.437.389-1.16-.044-1.516-.322-.263-.751-.046-1.083.085l.067-.19h-.99l-1.094 2.48c-.08.18-.267.28-.445.304a.22.22 0 0 1-.209-.096.29.29 0 0 1-.02-.28l1.062-2.407h-1.068l-.94 2.15c-.006.014-.183.504-.369.57-.092.032-.213.007-.264-.09-.04-.075-.024-.18.007-.252l1.052-2.378H11.62l-1.086 2.462c-.086.194-.526.417-.654.12-.045-.104-.022-.224.02-.32l.482-1.099c.148-.338.515-.883.068-1.147-.463-.272-.921.068-1.218.26l.753-1.751H8.948L7.39 9.48c-.204.449-.754.671-1.215.751-.368.064-.744-.015-.938-.32-.469-.742-.07-1.659.297-2.314.271-.486.743-1.136 1.371-1.087.108.008.234.057.277.18.143.413-.327.7-.626.87.057.356.684.38.939.245a1.09 1.09 0 0 0 .565-.87.83.83 0 0 0-.385-.746 1.5 1.5 0 0 0-.854-.243zm12.43 2.294c.19.004.238.185.169.343l-.702 1.592c-.06.138-.248.203-.41.132-.047-.02-.103-.076-.104-.132-.003-.485.246-.923.458-1.343.114-.228.258-.56.549-.59zm-3.335.007c.09.003.166.045.18.127.07.45-.53 1.697-.93 1.913-.101.054-.25.004-.274-.104-.022-.097.031-.207.073-.3l.645-1.46c.053-.12.19-.18.306-.175M9.613 11.43l-1.124.005-1.705 3.819c-.537.57-1.297 1.123-2.056.812-.37-.15-.548-.548-.558-.926-.017-.673.15-1.289.502-1.809.342-.504.793-1.128 1.447-1.195a.384.384 0 0 1 .397.23c.08.191-.015.388-.14.52a.98.98 0 0 1-.514.281c.091.441.734.42 1.055.277.244-.11.48-.35.55-.606.083-.31.038-.669-.165-.918-.379-.465-1.028-.518-1.588-.389-1.216.28-2.329 1.385-2.643 2.574-.239.91-.182 2.086.682 2.615 1 .612 1.905-.006 2.605-.514l-.258.578 1.15.003 1.239-2.802c.123-.278.694-.234.537.12l-.681 1.544c-.087.198-.153.385-.153.598 0 .229.084.47.313.57.558.238 1.11-.114 1.527-.47.053.272.205.456.494.517.451.096.818-.16 1.17-.368.069.128.11.28.257.356.435.222.964-.028 1.34-.236l-.394.863c-.981-.208-2.094-.258-3.059.075-.532.184-1.093.69-1.135 1.307-.03.459.19.868.57 1.1.76.461 1.835.465 2.642.095.48-.22.89-.577 1.24-1.006 1.575.333 3.488.589 4.602-.822.021-.027.173-.249.2-.445-.208.136-.44.22-.68.264-.6.111-1.23.095-1.848.043-.41-.034-1.13-.183-1.49-.35l.599-1.305a.69.69 0 0 0 .485.41c.663.132 1.186-.299 1.607-.759l1.961-2.14c.066-.072.171-.203.293-.181.037.007.055.05.04.088-.11.295-.224.59-.313.899-.135.47-.084 1.026-.368 1.43a.38.38 0 0 1-.293.15.28.28 0 0 1-.277-.161c-.09-.196.04-.424.18-.557a.34.34 0 0 0-.235-.064.58.58 0 0 0-.418.244.67.67 0 0 0-.112.493c.036.272.296.492.55.557.54.14 1.095-.017 1.515-.377.731-.627.5-1.663.425-2.494a.97.97 0 0 1 .55-.974.52.52 0 0 0-.335-.18c-1.103-.139-1.822 1.28-2.49 1.676.032-.13.341-1.281-.207-1.609-.387-.23-.838-.004-1.155.217l.036-.208h-1.034l-1.332 3.003c-.072.163-.268.205-.429.209-.08.002-.16-.027-.196-.105a.27.27 0 0 1-.012-.228l1.286-2.889h-1.137l-1.276 2.889c-.051.116-.173.176-.293.188-.076.008-.16-.048-.208-.12-.044-.065-.038-.178-.008-.249l1.162-2.708h-1.116l-1.25 2.853a.63.63 0 0 1-.408.328c-.105.027-.213.001-.273-.084-.06-.087-.042-.2 0-.304.29-.729.682-1.42.927-2.166.064-.198.035-.445-.14-.569-.444-.314-.967-.067-1.356.188zm6.336 2.318c.079.005.148.06.182.121.049.086.037.221.008.313a7.3 7.3 0 0 1-.786 1.676c-.1.155-.529.239-.529 0v-.132l.806-1.809c.05-.111.17-.155.285-.168zm-5.364 4.849c.16.002.322.015.478.027.346.028.682.105 1.006.201-.45.778-1.439 1.2-2.265.718-.327-.191-.365-.625.008-.806.238-.116.505-.143.773-.14m3.118.74a.8.8 0 0 0-.388.097.8.8 0 0 0-.31.291.8.8 0 0 0-.123.433q0 .34.24.581.242.24.581.24.34 0 .58-.241a.8.8 0 0 0 .241-.58.8.8 0 0 0-.125-.435.83.83 0 0 0-.696-.387m.001.16q.266 0 .463.19a.63.63 0 0 1 .198.47.64.64 0 0 1-.195.467.63.63 0 0 1-.466.195.63.63 0 0 1-.466-.193.64.64 0 0 1-.193-.468q0-.282.197-.471a.65.65 0 0 1 .462-.19m-.372.229v.871h.177v-.358h.046q.084 0 .132.045.048.044.113.172l.073.141h.219l-.104-.176a1 1 0 0 0-.106-.158.2.2 0 0 0-.078-.047.3.3 0 0 0 .17-.08.22.22 0 0 0 .065-.163.235.235 0 0 0-.191-.239 4 4 0 0 0-.339-.008zm.177.138h.072q.118 0 .162.006a.13.13 0 0 1 .076.035.1.1 0 0 1 .032.077.1.1 0 0 1-.03.077.12.12 0 0 1-.071.037 2 2 0 0 1-.169.006h-.072Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cilium.svg b/mkdocs-material/material/templates/.icons/simple/cilium.svg new file mode 100644 index 0000000..98bc802 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cilium.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.607 14.583h-3.215l-1.626-2.764 1.626-2.802h3.215l1.626 2.802zM14.186 8H9.799l-2.2 3.813 2.2 3.787h4.387l2.213-3.787zm-4.387 8.4-2.2 3.813L9.799 24h4.387l2.213-3.787-2.213-3.813zm-1.034 3.819 1.627-2.802h3.215l1.626 2.802-1.626 2.765h-3.215zM9.799 0l-2.2 3.813 2.2 3.787h4.387l2.213-3.787L14.186 0zM8.765 3.819l1.627-2.802h3.215l1.626 2.802-1.626 2.764h-3.215zm8.234 8.581-2.2 3.813 2.2 3.787h4.388l2.213-3.787-2.213-3.813zm-1.034 3.819 1.627-2.802h3.215l1.626 2.802-1.626 2.765h-3.215zM16.999 4l-2.2 3.813 2.2 3.787h4.388L23.6 7.813 21.387 4zm-1.034 3.819 1.627-2.802h3.215l1.626 2.802-1.626 2.764h-3.215zM2.599 12.4l-2.2 3.813L2.599 20h4.387l2.213-3.787L6.986 12.4zm-1.034 3.819 1.627-2.802h3.214l1.627 2.802-1.627 2.765H3.192zM2.599 4l-2.2 3.813 2.2 3.787h4.387l2.213-3.787L6.986 4zM1.565 7.819l1.627-2.802h3.214l1.627 2.802-1.627 2.764H3.192z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cinema4d.svg b/mkdocs-material/material/templates/.icons/simple/cinema4d.svg new file mode 100644 index 0000000..74e4e95 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cinema4d.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.052 0C5.394-.007-.003 5.412 0 11.976.003 18.654 5.475 23.981 11.978 24c6.535.02 12.057-5.306 12.022-11.998-.009-1.665-.53-5.371-1.84-5.276-1.98.145-2.159 4.12-2.377 5.407-.417 2.46-1.346 5.08-2.953 6.99-1.88 2.359-4.697 3.634-7.662 3.158-3.55-.564-5.893-3.278-6.68-5.201-.753-1.723-1.035-4.162-.07-6.324 1.16-2.766 3.734-4.632 6.28-5.584 2.006-.827 4.103-1.151 5.357-1.375 2.516-.5 2.855-1.463 2.814-2.149-.015-.252-.256-.724-.785-.943C15.03.269 13.268.001 12.052 0m5.098 1.342c.139.398.088.85-.148 1.256-.325.56-.972 1.05-1.897 1.29-1.636.428-2.976.554-4.34.96-1.312.39-3.397 1.018-5.316 2.552-.268.842-.341 1.892-.369 2.662.15 5.014 4.557 8.884 9.17 8.682.853-.037 1.921-.261 2.912-.68a13.6 13.6 0 0 0 1.387-2.683l.002-.002v-.002c.424-1.03.606-1.836.8-2.793.32-1.565.202-2.88 1.012-4.758.251-.582.71-1.113 1.258-1.346.25-.105.522-.133.79-.072-.89-2.471-3.115-4.326-5.26-5.066z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cinnamon.svg b/mkdocs-material/material/templates/.icons/simple/cinnamon.svg new file mode 100644 index 0000000..f008687 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cinnamon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.373 0 12c0 6.628 5.373 12 12 12 6.628 0 12-5.372 12-12 0-6.627-5.372-12-12-12m0 2.045c5.498 0 9.955 4.457 9.955 9.955 0 .844-.116 1.66-.314 2.443l-4.735-5.26-6.054 6.887 2.921-5.844-1.46-2.609-8.604 9.889A9.9 9.9 0 0 1 2.045 12c0-5.498 4.457-9.955 9.955-9.955"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/circle.svg b/mkdocs-material/material/templates/.icons/simple/circle.svg new file mode 100644 index 0000000..eab81ff --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.788 3.832c-.101-.105-.197-.213-.301-.317q-.155-.153-.32-.302A11.9 11.9 0 0 0 12 0a11.93 11.93 0 0 0-8.486 3.514C-1.062 8.09-1.16 15.47 3.213 20.168q.147.162.3.32c.104.103.21.2.317.3A11.92 11.92 0 0 0 12 24c3.206 0 6.22-1.247 8.487-3.512 4.576-4.576 4.673-11.956.301-16.656m-16.655.301A11.06 11.06 0 0 1 12 .874c2.825 0 5.49 1.048 7.55 2.958l-1.001 1.002A9.65 9.65 0 0 0 12 2.292a9.64 9.64 0 0 0-6.865 2.844A9.64 9.64 0 0 0 2.292 12c0 2.448.9 4.753 2.542 6.549L3.831 19.55C-.201 15.191-.101 8.367 4.133 4.133m13.798 1.318v.002l-1.015 1.014A7.35 7.35 0 0 0 12 4.589 7.36 7.36 0 0 0 6.761 6.76 7.36 7.36 0 0 0 4.589 12a7.34 7.34 0 0 0 1.877 4.913l-1.014 1.016A8.77 8.77 0 0 1 3.167 12a8.77 8.77 0 0 1 2.588-6.245A8.77 8.77 0 0 1 12 3.167c2.213 0 4.301.809 5.931 2.284M18.537 12c0 1.745-.681 3.387-1.916 4.622S13.746 18.538 12 18.538a6.5 6.5 0 0 1-4.296-1.621l-.001-.004c-.11-.094-.22-.188-.324-.291a6 6 0 0 1-.293-.326A6.47 6.47 0 0 1 5.466 12c0-1.746.679-3.387 1.914-4.621A6.49 6.49 0 0 1 12 5.465c1.599 0 3.105.576 4.295 1.62.111.096.224.19.326.295q.154.157.295.324A6.48 6.48 0 0 1 18.537 12M7.084 17.534h.001A7.35 7.35 0 0 0 12 19.413a7.35 7.35 0 0 0 5.239-2.174A7.35 7.35 0 0 0 19.412 12a7.36 7.36 0 0 0-1.876-4.916l1.013-1.012A8.78 8.78 0 0 1 20.834 12a8.77 8.77 0 0 1-2.589 6.246A8.76 8.76 0 0 1 12 20.834a8.78 8.78 0 0 1-5.93-2.285zm12.783 2.333A11.05 11.05 0 0 1 12 23.125a11.04 11.04 0 0 1-7.551-2.957l1.004-1.001a9.64 9.64 0 0 0 6.549 2.542 9.64 9.64 0 0 0 6.865-2.846A9.64 9.64 0 0 0 21.71 12a9.64 9.64 0 0 0-2.543-6.548l1.001-1.002c4.031 4.359 3.935 11.182-.301 15.417"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/circleci.svg b/mkdocs-material/material/templates/.icons/simple/circleci.svg new file mode 100644 index 0000000..bd889d1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/circleci.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.963 12a2.854 2.854 0 0 1 2.855-2.855A2.863 2.863 0 0 1 14.674 12a2.863 2.863 0 0 1-2.856 2.856A2.863 2.863 0 0 1 8.963 12m2.855-12C6.215 0 1.522 3.84.19 9.025c-.01.036-.01.07-.01.12 0 .313.252.576.575.576H5.59c.23 0 .433-.13.517-.333.997-2.16 3.18-3.672 5.712-3.672a6.293 6.293 0 0 1 6.286 6.287c0 3.47-2.82 6.29-6.29 6.29a6.28 6.28 0 0 1-5.71-3.673.59.59 0 0 0-.517-.336H.755a.576.576 0 0 0-.575.576c0 .037.014.072.014.12C1.514 20.16 6.214 24 11.818 24c6.624 0 12-5.375 12-12 0-6.623-5.376-12-12-12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/circuitverse.svg b/mkdocs-material/material/templates/.icons/simple/circuitverse.svg new file mode 100644 index 0000000..4ce573e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/circuitverse.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.123 24q-.303 0-.603-.017a.5.5 0 0 1-.043-.287.7.7 0 0 0-.022-.263h-2.23a1.2 1.2 0 0 1-.785.39.7.7 0 0 1-.507-.228.915.915 0 0 1-.065-1.1.7.7 0 0 1 .557-.266 1.22 1.22 0 0 1 .703.267h2.328a2 2 0 0 0 0-.614H10.26a1.14 1.14 0 0 1-.55-.13 22 22 0 0 0-1.487-.808 1.4 1.4 0 0 0-.71-.194 7 7 0 0 1-.476.015q-.236-.001-.464-.007a19 19 0 0 0-.45-.008 1.35 1.35 0 0 1-.814.37.68.68 0 0 1-.512-.24.76.76 0 0 1 0-1.067.72.72 0 0 1 .537-.272 1.3 1.3 0 0 1 .756.337h1.681a1.14 1.14 0 0 1 .55.129c.14.082.293.162.441.239a6 6 0 0 1 .754.44 1.95 1.95 0 0 0 1.116.33 3 3 0 0 0 .178-.007 2 2 0 0 1 .219-.014q.101 0 .208.007c.08.004.161.007.251.007v-1.034h-1.164a1.27 1.27 0 0 1-.71.3.84.84 0 0 1-.615-.332c-.37-.404-.134-.803.13-1.067a.56.56 0 0 1 .353-.125 1.35 1.35 0 0 1 .842.448h1.1v-.905a.4.4 0 0 0-.178-.04q-.04 0-.083.004-.044.003-.095.004H4.959a.84.84 0 0 1-.743-.356c-.172-.228-.37-.459-.545-.663l-.07-.08c-.743-.065-.97-.285-.937-.905a.75.75 0 0 1 .84-.679c.492 0 .711.33.711 1.067q.09.105.183.22c.136.164.276.335.432.491h6.658a5.5 5.5 0 0 0 0-1.034H6.64a1.32 1.32 0 0 1-.795.37.66.66 0 0 1-.498-.24.746.746 0 0 1 0-1.1.7.7 0 0 1 .508-.268 1.17 1.17 0 0 1 .72.365h4.88v-1.002H3.215q-.234.259-.502.535c-.158.166-.321.337-.5.531a.84.84 0 0 1-.792.752 1 1 0 0 1-.114-.008.846.846 0 0 1-.646-1.002c.059-.383.372-.602.86-.602a2 2 0 0 1 .271.02c.177-.206.444-.508.711-.776a.96.96 0 0 1 .776-.323h8.177v-1.099H1.63a1.23 1.23 0 0 1-.744.344.68.68 0 0 1-.55-.312.85.85 0 0 1 .098-1.13.75.75 0 0 1 .479-.195 1.15 1.15 0 0 1 .814.485h3.2l-.102-.097c-.56-.528-1.138-1.075-1.838-1.713a.755.755 0 0 1-.776-.808c0-.514.22-.743.711-.743.662 0 .84.212.873 1.034.248.238.492.469.75.713.543.513 1.102 1.042 1.674 1.614h5.236v-.743H9.161a1.28 1.28 0 0 1-.705.263.75.75 0 0 1-.588-.296.81.81 0 0 1 .129-1.098.64.64 0 0 1 .437-.168 1.28 1.28 0 0 1 .824.394h2.198v-.84q-.342-.001-.671-.008h-.007a39 39 0 0 0-.656-.007c-.248 0-.467.005-.67.014a1 1 0 0 1-.115.005 1.23 1.23 0 0 1-.855-.36l-.6-.507-.012-.01-.008-.007A261 261 0 0 0 6.64 7.272H3.052a1.24 1.24 0 0 1-.72.29.73.73 0 0 1-.573-.29.776.776 0 0 1 .097-1.099.7.7 0 0 1 .474-.223 1.36 1.36 0 0 1 .819.45h3.135a1.6 1.6 0 0 1 1.164.452c.373.351.795.69 1.203 1.019h.001c.19.153.388.311.573.466h2.198V7.271c-.138 0-.282-.004-.42-.007H11a18 18 0 0 0-.44-.008q-.24 0-.428.015a1 1 0 0 1-.115.005 1.34 1.34 0 0 1-.856-.327 11 11 0 0 0-.305-.24c-.103-.08-.212-.162-.31-.245-.8-.064-1.098-.29-1.066-.808a.776.776 0 0 1 .776-.743c.497 0 .775.302.808.872.129.097.258.204.388.307l.001.002c.127.103.259.21.388.306h1.584V5.14h-.55a1.35 1.35 0 0 1-.765.36.69.69 0 0 1-.528-.296.8.8 0 0 1 .033-1.1.7.7 0 0 1 .5-.214 1.1 1.1 0 0 1 .759.376h.517a.5.5 0 0 0 .043-.346 1 1 0 0 1-.01-.138v-.517a3 3 0 0 1-.292.012 9 9 0 0 1-.355-.01h-.007a8 8 0 0 0-.364-.01 1.96 1.96 0 0 0-1.018.234 11 11 0 0 1-1.115.582H8.27c-.153.073-.312.148-.466.224a.9.9 0 0 1-.42.065H5.22a1.1 1.1 0 0 1-.696.328.78.78 0 0 1-.598-.327.72.72 0 0 1-.181-.545.85.85 0 0 1 .31-.586.74.74 0 0 1 .473-.197 1.07 1.07 0 0 1 .755.456h2.101a.6.6 0 0 0 .223-.053 1 1 0 0 1 .133-.044q.197-.099.39-.19a10 10 0 0 0 .935-.489 2.56 2.56 0 0 1 1.353-.362q.097 0 .198.006a2 2 0 0 0 .258.014q.127 0 .26-.006h.001q.138-.007.286-.008a2.1 2.1 0 0 0 .037-.59q-.004-.105-.004-.218H9.416a1.46 1.46 0 0 1-.766.332.68.68 0 0 1-.526-.3.83.83 0 0 1 .065-1.098.72.72 0 0 1 .487-.205 1.24 1.24 0 0 1 .776.366h2.004q.002-.133.014-.276c.009-.114.018-.231.018-.37h.126c4.196 0 7.492 1.642 9.797 4.88a12.23 12.23 0 0 1 2.408 6.457c.12 2.203-.44 4.457-1.665 6.698a11.4 11.4 0 0 1-4.433 4.477A11.5 11.5 0 0 1 12.123 24m.367-5.577v4.46a1.6 1.6 0 0 0 .27.022 3.5 3.5 0 0 0 .491-.045c.11-.015.22-.033.337-.041a15 15 0 0 0 2.392-4.396zm4.654 0a19 19 0 0 1-1.842 3.944 10.38 10.38 0 0 0 5.3-3.944zm1.035-5.785a20.5 20.5 0 0 1-.68 4.654h3.815a11.2 11.2 0 0 0 1.293-4.654zm-5.69 0v4.622h3.88a18.2 18.2 0 0 0 .678-4.622zm.033-5.786v4.654h4.557a18.7 18.7 0 0 0-.71-4.654zm4.945-.032a21.4 21.4 0 0 1 .711 4.654h4.428a10.9 10.9 0 0 0-1.325-4.654zM15.27 1.778a20 20 0 0 1 1.875 3.943h3.459a10.6 10.6 0 0 0-5.333-3.943zm-2.747-.582c0 1.562 0 3.038.032 4.493h3.459a.12.12 0 0 1-.032-.097 16.2 16.2 0 0 0-2.23-4.105l-.038-.04a.28.28 0 0 0-.189-.122 10 10 0 0 0-1.002-.13"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cirrusci.svg b/mkdocs-material/material/templates/.icons/simple/cirrusci.svg new file mode 100644 index 0000000..f70d44e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cirrusci.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.422.453a1.113 1.113 0 0 0-1.113 1.115 1.113 1.113 0 0 0 1.112 1.114c1.31 0 2.35 1.042 2.35 2.363a2.34 2.34 0 0 1-2.35 2.363H1.112A1.113 1.113 0 0 0 0 8.52a1.113 1.113 0 0 0 1.113 1.117h18.31A2.34 2.34 0 0 1 21.773 12a2.34 2.34 0 0 1-2.35 2.363H1.112A1.113 1.113 0 0 0 0 15.48a1.113 1.113 0 0 0 1.113 1.112h18.31a2.34 2.34 0 0 1 2.35 2.363 2.34 2.34 0 0 1-2.35 2.363H1.112A1.113 1.113 0 0 0 0 22.432a1.113 1.113 0 0 0 1.113 1.115h18.31a1 1 0 0 0 .206-.022c2.42-.112 4.37-2.12 4.37-4.57 0-1.393-.642-2.634-1.63-3.478C23.356 14.632 24 13.393 24 12s-.643-2.632-1.63-3.477C23.357 7.68 24 6.438 24 5.045c0-2.52-2.06-4.592-4.578-4.592"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cisco.svg b/mkdocs-material/material/templates/.icons/simple/cisco.svg new file mode 100644 index 0000000..2ad323d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cisco.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.331 18.171V17.06l-.022.01c-.25.121-.522.19-.801.203a1.2 1.2 0 0 1-.806-.237 1.04 1.04 0 0 1-.352-.498 1.2 1.2 0 0 1-.023-.667c.052-.225.178-.426.357-.569.16-.134.355-.218.562-.242a1.85 1.85 0 0 1 1.061.198l.024.013v-1.117l-.051-.014a2.9 2.9 0 0 0-1.011-.132 2.3 2.3 0 0 0-.903.206c-.287.132-.54.327-.739.571a2.22 2.22 0 0 0-.04 2.705c.295.378.709.645 1.175.756.491.12 1.006.102 1.487-.052zm-10.995 0V17.06l-.022.01c-.25.121-.522.19-.801.203a1.18 1.18 0 0 1-.806-.237 1.03 1.03 0 0 1-.351-.498 1.2 1.2 0 0 1-.024-.667c.052-.225.177-.426.357-.569.16-.134.355-.218.562-.242a1.85 1.85 0 0 1 1.061.198l.024.013v-1.117l-.051-.014a2.9 2.9 0 0 0-1.011-.132 2.3 2.3 0 0 0-.903.206 2.1 2.1 0 0 0-.74.571 2.224 2.224 0 0 0-.041 2.705 2.1 2.1 0 0 0 1.176.756c.491.12 1.005.102 1.487-.052zm3.924-.922-.004.957.07.012q.33.061.664.085.293.028.587.012.282-.021.551-.104c.21-.06.405-.163.571-.305a1.16 1.16 0 0 0 .333-.478 1.3 1.3 0 0 0-.007-.96 1.1 1.1 0 0 0-.298-.414 1.3 1.3 0 0 0-.438-.255l-.722-.268a.4.4 0 0 1-.197-.188.25.25 0 0 1 .008-.219.4.4 0 0 1 .154-.142.8.8 0 0 1 .257-.074q.23-.034.46.005.27.03.533.096l.038.008v-.883l-.069-.015a5 5 0 0 0-.543-.097 2.8 2.8 0 0 0-.714-.003c-.3.027-.585.143-.821.33-.16.126-.281.293-.351.484-.104.29-.105.608 0 .899q.082.219.252.381.146.14.327.236.236.126.497.195.086.026.17.054l.085.031.024.01c.084.03.162.078.226.14q.068.064.101.151a.3.3 0 0 1 .001.161.34.34 0 0 1-.166.198.9.9 0 0 1-.275.086 2 2 0 0 1-.427.021 5 5 0 0 1-.557-.074 9 9 0 0 1-.287-.067zm-2.475.995h1.05v-4.167h-1.05zm12.162-2.936a1.095 1.095 0 0 1 1.541.158 1.094 1.094 0 0 1-.157 1.541l-.017.014a1.096 1.096 0 0 1-1.367-1.713m-1.525.854a2.193 2.193 0 0 0 2.666 2.107 2.139 2.139 0 0 0 .701-3.937 2.207 2.207 0 0 0-3.367 1.83m5.539-5.434a.52.52 0 0 0 1.039 0V9.573a.52.52 0 0 0-1.039 0zm-2.844 0a.522.522 0 0 0 1.041 0V8.139a.521.521 0 0 0-1.04 0v2.589m-2.887 1.043a.521.521 0 0 0 1.039 0V6.17a.52.52 0 0 0-1.039 0zm-2.838-1.043a.521.521 0 0 0 1.04 0V8.139a.52.52 0 0 0-1.039 0zm-2.9 0a.522.522 0 0 0 1.039 0V9.573a.52.52 0 0 0-1.039 0zm-2.87 0a.52.52 0 0 0 1.039 0V8.139a.52.52 0 0 0-1.039 0zm-2.887 1.043a.52.52 0 0 0 1.039 0V6.17a.52.52 0 0 0-1.039 0zm-2.861-1.043a.522.522 0 0 0 1.04 0V8.139a.52.52 0 0 0-1.039 0zm-2.877 0a.521.521 0 0 0 1.039 0V9.573a.52.52 0 0 0-1.039 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/citrix.svg b/mkdocs-material/material/templates/.icons/simple/citrix.svg new file mode 100644 index 0000000..bf9bbf4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/citrix.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.983 0a1.78 1.78 0 0 0-1.78 1.78 1.78 1.78 0 0 0 1.78 1.78 1.78 1.78 0 0 0 1.78-1.78A1.78 1.78 0 0 0 11.983 0M5.17 5.991a1.026 1.026 0 0 0-1.095 1.027c0 .308.136.616.376.822l6.162 7.086-6.401 7.258a1.08 1.08 0 0 0-.309.787c0 .582.48 1.027 1.062 1.027.342 0 .684-.17.89-.444l6.128-7.19 6.162 7.19c.205.274.547.444.89.444.582.035 1.062-.445 1.062-1.027a1.14 1.14 0 0 0-.309-.787l-6.402-7.258 6.162-7.086c.24-.206.377-.514.377-.822v-.034c0-.582-.513-1.027-1.095-.993-.343 0-.65.171-.856.445l-5.957 7.018L6.06 6.436a1.07 1.07 0 0 0-.855-.445z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/citroen.svg b/mkdocs-material/material/templates/.icons/simple/citroen.svg new file mode 100644 index 0000000..96caf72 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/citroen.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C6.684 0 2.292 5.38 2.292 12S6.652 24 12 24s9.708-5.38 9.708-12S17.316 0 12 0M4.106 16.233c-.19-.604-.35-1.241-.414-1.878L12 8.18l8.371 6.175a12.3 12.3 0 0 1-.413 1.878v.032h-.032L12 10.345zm.923 2.101-.032-.032L12 13.114l7.003 5.188v.032c-1.655 2.897-4.202 4.616-6.987 4.616s-5.363-1.751-6.987-4.616M12 5.347l-8.53 6.335v-.032c.063-2.674.954-5.284 2.61-7.385C7.67 2.324 9.772 1.21 12 1.21s4.36 1.114 5.92 3.055 2.515 4.616 2.61 7.417v.032l-.031-.032z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/civicrm.svg b/mkdocs-material/material/templates/.icons/simple/civicrm.svg new file mode 100644 index 0000000..fb0822b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/civicrm.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.565 9.054c.248-.477.45-1.125.235-1.786-.25-.766-.939-1.275-2.051-1.511l-7.052-1.5L6.496.405C6.418.363 5.717 0 4.951 0 4.38 0 3.888.198 3.527.571c-.337.349-.539.834-.603 1.444a3 3 0 0 0-.199-.006c-1.089 0-1.648.456-1.926.839C.369 3.44.315 4.241.638 5.23l2.649 8.118.251 7.033c.044 1.222.719 2.536 2.098 2.537q.396 0 .82-.15c.328.556.92 1.232 1.864 1.232.666 0 1.324-.357 1.956-1.063l5.11-5.697 6.783-4.283c.147-.094 1.444-.95 1.398-2.229-.022-.642-.362-1.202-1.002-1.674M7.396 20.166l-2.328-7.134-.316-8.847 8.326 1.771 6.771 3.622-5.63 6.279zM20.377 7.51c.545.116.709.279.72.313.021.063-.017.196-.087.344l-1.623-.868zM4.951 1.792c.269 0 .607.145.7.193l1.738.929-2.693-.573c.013-.323.08-.484.12-.526.012-.011.062-.023.135-.023m-2.61 2.882c-.195-.595-.093-.773-.092-.774.019-.026.167-.099.476-.099q.126.001.221.011l.109 3.05zm2.988 15.642-.029-.798.514 1.574a.7.7 0 0 1-.178.034c-.146 0-.293-.5-.307-.81m3.614 1.424c-.414.463-.62.468-.622.468-.058 0-.185-.132-.301-.317l1.818-1.148zm12.27-10.299-1.445.913 1.695-1.89c.249.174.313.298.314.329.006.133-.287.468-.564.648"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/civo.svg b/mkdocs-material/material/templates/.icons/simple/civo.svg new file mode 100644 index 0000000..924ee87 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/civo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.229 7.985h-.993c-.183 0-.303.14-.303.318v7.393c0 .177.12.318.303.318h.993a.32.32 0 0 0 .323-.318V8.303a.317.317 0 0 0-.323-.318m-3.1 5.838a.32.32 0 0 0-.507-.104 2.34 2.34 0 0 1-1.604.635c-1.627 0-2.868-1.65-2.141-3.368a2.13 2.13 0 0 1 1.13-1.128c.992-.42 1.958-.18 2.599.408a.32.32 0 0 0 .507-.103l.43-.943a.35.35 0 0 0-.111-.428C5.425 8.03 4.05 7.732 2.617 8.22a3.84 3.84 0 0 0-2.412 2.478c-.874 2.772 1.172 5.32 3.813 5.32.92 0 1.764-.31 2.44-.831a.35.35 0 0 0 .101-.42zm17.666-3.125a3.84 3.84 0 0 0-2.412-2.478 4.2 4.2 0 0 0-2.329-.13c-1.2.269-2.07.838-2.834 2.479l-1.534 3.326-2.603-5.722a.32.32 0 0 0-.29-.187l-1.138-.002a.32.32 0 0 0-.292.453l3.376 7.382a.32.32 0 0 0 .291.19l.056.005h1.276a.2.2 0 0 0 .076-.013.34.34 0 0 0 .2-.18l1.71-3.893c.515-1.213.827-1.718 1.643-2.065a2.53 2.53 0 0 1 2.054.026c.492.222.878.629 1.084 1.128a2.7 2.7 0 0 1 .206.95 2.354 2.354 0 0 1-2.353 2.387 2.34 2.34 0 0 1-1.604-.635.32.32 0 0 0-.507.104l-.43.944a.35.35 0 0 0 .1.42c.677.52 1.522.831 2.44.831 2.642 0 4.688-2.548 3.814-5.32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ckeditor4.svg b/mkdocs-material/material/templates/.icons/simple/ckeditor4.svg new file mode 100644 index 0000000..a7b803b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ckeditor4.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.124 3.747a4.5 4.5 0 0 0-.47 2.009c0 2.5 2.028 4.528 4.529 4.528l.096-.001v6.34a2.13 2.13 0 0 1-1.065 1.846l-8.01 4.624a2.13 2.13 0 0 1-2.13 0L1.065 18.47A2.13 2.13 0 0 1 0 16.624V7.376a2.13 2.13 0 0 1 1.065-1.845L9.075.907a2.13 2.13 0 0 1 2.13 0zM5.733 7.975a.533.533 0 0 0-.533.533v.254c0 .294.239.533.533.533h8.996a.533.533 0 0 0 .533-.533v-.254a.533.533 0 0 0-.533-.533zm0 3.281a.533.533 0 0 0-.533.533v.254c0 .294.239.533.533.533h6.522a.533.533 0 0 0 .533-.533v-.254a.533.533 0 0 0-.533-.533zm0 3.281a.533.533 0 0 0-.533.533v.254c0 .294.239.533.533.533h8.996a.533.533 0 0 0 .533-.533v-.254a.533.533 0 0 0-.533-.533zm14.538-5.141a3.729 3.729 0 1 1 0-7.458 3.729 3.729 0 0 1 0 7.458m.635-2.783h.393v-.59h-.397V4.139h-.814L18.92 6.001v.612h1.349v.6h.636zm-.632-1.727v1.137h-.693l.68-1.137Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/clarifai.svg b/mkdocs-material/material/templates/.icons/simple/clarifai.svg new file mode 100644 index 0000000..99fb593 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/clarifai.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.78 14.772A2.77 2.77 0 0 1 0 12.008a2.78 2.78 0 0 1 2.78-2.78 2.765 2.765 0 0 1 2.764 2.764c0 1.52-1.23 2.78-2.764 2.78M17.119 1.83c-2.05 0-2.142 1.732-5.27 1.732-3.16 0-3.419-1.732-5.287-1.732a2.765 2.765 0 0 0-2.765 2.765 2.775 2.775 0 0 0 2.765 2.764c2.066 0 2.157-1.731 5.286-1.731 3.16 0 3.418 1.731 5.286 1.731A2.765 2.765 0 0 0 19.9 4.595a2.78 2.78 0 0 0-2.78-2.765zm0 14.81c-2.066 0-2.157 1.732-5.286 1.732-3.16 0-3.418-1.731-5.286-1.731a2.765 2.765 0 0 0-2.765 2.764 2.775 2.775 0 0 0 2.765 2.765c2.066 0 2.157-1.732 5.286-1.732 3.16 0 3.418 1.732 5.286 1.732a2.765 2.765 0 0 0 0-5.53m4.101-7.397c-2.08 0-2.005 1.823-4.617 1.823-2.416-.015-2.446-1.823-4.755-1.823-1.443 0-2.628 1.322-2.628 2.765s1.2 2.764 2.765 2.764c2.08 0 2.005-1.823 4.618-1.823 2.415 0 2.445 1.808 4.77 1.808 1.442 0 2.627-1.322 2.627-2.765 0-1.427-1.2-2.749-2.78-2.749"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/claris.svg b/mkdocs-material/material/templates/.icons/simple/claris.svg new file mode 100644 index 0000000..e15eb07 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/claris.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.56 0a3.3 3.3 0 0 0-.57.043L22.947 12 10.99 23.957c.132.022.307.043.57.043 6.626 0 12-5.375 12-12s-5.374-12-12-12m-1.535 2.414C4.738 2.414.44 6.713.44 12s4.3 9.588 9.586 9.588c.264 0 .44-.023.57-.045L1.054 12l9.543-9.543a3.3 3.3 0 0 0-.57-.043zm.746 2.457c-.263 0-.438.021-.57.043L17.287 12l-7.086 7.086c.132.022.307.045.57.045 3.927 0 7.13-3.204 7.13-7.131s-3.203-7.129-7.13-7.129m-.416 2.434A4.7 4.7 0 0 0 5.66 12a4.7 4.7 0 0 0 4.695 4.695c.264 0 .44-.023.57-.045L6.274 12l4.653-4.65a3.3 3.3 0 0 0-.57-.045Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/clarivate.svg b/mkdocs-material/material/templates/.icons/simple/clarivate.svg new file mode 100644 index 0000000..f35ce7b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/clarivate.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.262 18a20.6 20.6 0 0 0 3.246-1.476 21 21 0 0 0 2.852-2.064A14.5 14.5 0 0 0 19.82 12q.492.491.884 1.082.493.59.788 1.18.393.69.786 1.28.296.687.59 1.278a23 23 0 0 1-2.654 2.46 39 39 0 0 1-2.952 1.966A29.6 29.6 0 0 1 10.574 24l-.788-1.18q-.391-.69-.786-1.28-.314-.63-.59-1.278l-.59-1.376A20.4 20.4 0 0 0 11.26 18zm2.754-16.918a30 30 0 0 1 3.246 1.574q1.476.885 2.952 1.966a48 48 0 0 1 2.654 2.46q-.293.69-.59 1.28-.392.687-.786 1.278a6.2 6.2 0 0 1-.788 1.18q-.41.614-.884 1.18a18 18 0 0 0-2.46-2.558 21 21 0 0 0-2.852-2.064 20.4 20.4 0 0 0-6.688-2.36l.59-1.38q.295-.59.59-1.278l.786-1.18.788-1.18q1.77.393 3.442 1.082m-7.574 18q-.787.1-1.474.1H3.492q-.69 0-1.378-.1a34 34 0 0 1-.786-3.54 33 33 0 0 1 0-7.18q.295-1.772.786-3.444l1.378-.196h1.476q.689 0 1.474.098l1.378.196-.59 1.77q-.394 1.476-.59 3.05-.1 1.476-.1 3.05.1 1.572.394 3.048.394 1.575.886 2.952-.69.195-1.378.196"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/clerk.svg b/mkdocs-material/material/templates/.icons/simple/clerk.svg new file mode 100644 index 0000000..1e23653 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/clerk.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.47 20.829-2.881-2.881a.57.57 0 0 0-.7-.084 6.85 6.85 0 0 1-7.081 0 .576.576 0 0 0-.7.084l-2.881 2.881a.576.576 0 0 0-.103.69.6.6 0 0 0 .166.186 12 12 0 0 0 14.113 0 .58.58 0 0 0 .239-.423.58.58 0 0 0-.172-.453m.002-17.668-2.88 2.88a.57.57 0 0 1-.701.084A6.857 6.857 0 0 0 8.724 8.08a6.86 6.86 0 0 0-1.222 3.692 6.86 6.86 0 0 0 .978 3.764.57.57 0 0 1-.083.699l-2.881 2.88a.567.567 0 0 1-.864-.063A11.993 11.993 0 0 1 6.771 2.7a11.99 11.99 0 0 1 14.637-.405.57.57 0 0 1 .232.418.57.57 0 0 1-.168.448m-7.118 12.261a3.427 3.427 0 1 0 0-6.854 3.427 3.427 0 0 0 0 6.854"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/clevercloud.svg b/mkdocs-material/material/templates/.icons/simple/clevercloud.svg new file mode 100644 index 0000000..6fb5f13 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/clevercloud.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.823 11.139 11.253 0 1.608 5.57zM1.235 6.646v10.708L4.325 12zM12 23.57l6.43-11.14H5.57zM12 .43 5.57 11.57h12.86zm10.764 16.924V6.646L19.674 12zm.001.862-.374.215-3.215-5.57L12.746 24zm0-12.431L12.745 0l6.431 11.139 3.215-5.57zM1.235 18.216 11.254 24l-6.43-11.138-3.216 5.569z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/clickhouse.svg b/mkdocs-material/material/templates/.icons/simple/clickhouse.svg new file mode 100644 index 0000000..1161318 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/clickhouse.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.333 10H24v4h-2.667ZM16 1.335h2.667v21.33H16Zm-5.333 0h2.666v21.33h-2.666ZM0 22.665V1.335h2.667v21.33zm5.333-21.33H8v21.33H5.333Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/clickup.svg b/mkdocs-material/material/templates/.icons/simple/clickup.svg new file mode 100644 index 0000000..1f0ba9a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/clickup.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m2 18.439 3.69-2.828c1.961 2.56 4.044 3.739 6.363 3.739 2.307 0 4.33-1.166 6.203-3.704L22 18.405C19.298 22.065 15.941 24 12.053 24 8.178 24 4.788 22.078 2 18.439M12.04 6.15l-6.568 5.66-3.036-3.52L12.055 0l9.543 8.296-3.05 3.509z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/clion.svg b/mkdocs-material/material/templates/.icons/simple/clion.svg new file mode 100644 index 0000000..3adc43e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/clion.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0v24h24V0zm7.041 3a5 5 0 0 1 .219 0c1.86 0 3 .6 3.9 1.56L9.78 6.18C9 5.46 8.22 5.04 7.26 5.04c-1.68 0-2.88 1.38-2.88 3.12 0 1.68 1.2 3.12 2.88 3.12 1.14 0 1.86-.48 2.64-1.14l1.38 1.38c-1.02 1.08-2.16 1.8-4.08 1.8a5.1 5.1 0 0 1-5.1-5.16A5.05 5.05 0 0 1 7.04 3zm5.738.12H15v8.1h4.32v1.86h-6.54V3.12zM2.28 19.5h9V21h-9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cliqz.svg b/mkdocs-material/material/templates/.icons/simple/cliqz.svg new file mode 100644 index 0000000..ce1d24e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cliqz.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.387 18.146 4.19-1.402L12 12.027l4.716 11.578 1.403-4.19 3.917 3.917 1.268-1.268zm-7.387 1q.053-.002.105-.004l1.908 4.686c-.654.11-1.326.172-2.013.172-6.617 0-12-5.383-12-12S5.383 0 12 0s12 5.383 12 12c0 .695-.063 1.376-.177 2.04l-4.683-1.908c0-.044.006-.087.006-.133A7.153 7.153 0 0 0 12 4.854a7.155 7.154 0 0 0-7.147 7.145A7.155 7.154 0 0 0 12 19.146"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/clockify.svg b/mkdocs-material/material/templates/.icons/simple/clockify.svg new file mode 100644 index 0000000..8927d85 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/clockify.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.351 20.404a8.3 8.3 0 0 0 3.14-.616l2.69 2.694A11.9 11.9 0 0 1 13.352 24C6.73 24 1.36 18.627 1.36 12S6.73 0 13.351 0c2.097 0 4.065.54 5.78 1.487l-2.648 2.649a8.3 8.3 0 0 0-3.132-.613c-4.638 0-8.397 3.779-8.397 8.44 0 4.662 3.76 8.44 8.397 8.44m2.176-12.155 5.51-5.514 1.578 1.577-5.51 5.514zm-2.233 5.635a1.956 1.956 0 0 1-1.952-1.961c0-1.083.874-1.961 1.952-1.961 1.079 0 1.952.878 1.952 1.96a1.956 1.956 0 0 1-1.952 1.962m9.347 5.695-1.578 1.578-5.51-5.514 1.577-1.578z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/clojure.svg b/mkdocs-material/material/templates/.icons/simple/clojure.svg new file mode 100644 index 0000000..19a89f6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/clojure.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.503 12.216c-.119.259-.251.549-.387.858-.482 1.092-1.016 2.42-1.21 3.271a5 5 0 0 0-.112 1.096q.001.247.022.514c.682.25 1.417.388 2.186.39a6.4 6.4 0 0 0 2.001-.326 4 4 0 0 1-.418-.441c-.854-1.089-1.329-2.682-2.082-5.362M8.355 6.813A6.35 6.35 0 0 0 5.657 12a6.35 6.35 0 0 0 2.625 5.134c.39-1.622 1.366-3.107 2.83-6.084q-.13-.36-.297-.775c-.406-1.018-.991-2.198-1.513-2.733a4.3 4.3 0 0 0-.947-.729m9.172 12.464c-.84-.105-1.533-.232-2.141-.446A7.625 7.625 0 0 1 4.376 12a7.6 7.6 0 0 1 2.6-5.73 5.6 5.6 0 0 0-1.324-.162c-2.236.02-4.597 1.258-5.58 4.602-.092.486-.07.854-.07 1.29 0 6.627 5.373 12 12 12 4.059 0 7.643-2.017 9.815-5.101-1.174.293-2.305.433-3.271.436q-.543 0-1.019-.058m-2.254-2.325c.074.036.242.097.475.163a6.35 6.35 0 0 0 2.6-5.115h-.002a6.354 6.354 0 0 0-6.345-6.345 6.3 6.3 0 0 0-1.992.324c1.289 1.468 1.908 3.566 2.507 5.862l.001.003c.001.002.192.637.518 1.48.326.842.789 1.885 1.293 2.645.332.51.697.876.945.983M12.001 0a11.98 11.98 0 0 0-9.752 5.013c1.134-.71 2.291-.967 3.301-.957 1.394.004 2.491.436 3.017.732q.19.11.366.233A7.625 7.625 0 0 1 19.625 12a7.6 7.6 0 0 1-2.268 5.425c.344.038.709.063 1.084.061 1.328 0 2.766-.293 3.842-1.198.703-.592 1.291-1.458 1.617-2.757q.099-.753.1-1.531c0-6.627-5.371-12-11.999-12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cloud66.svg b/mkdocs-material/material/templates/.icons/simple/cloud66.svg new file mode 100644 index 0000000..1c4146f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cloud66.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.985.317C7.087 2.716 2.967.423 2.967.423 1.107 3.486.216 6.175 0 8.527h24c-.217-2.351-1.108-5.036-2.967-8.096 0 0-4.12 2.29-9.019-.108zM5.22 3.527c.424 0 .745.086.89.16l-.166.641a1.8 1.8 0 0 0-.687-.133c-.648 0-1.152.387-1.152 1.182 0 .716.428 1.167 1.157 1.167.247 0 .52-.054.682-.117l.124.632c-.15.074-.489.159-.929.159-1.248 0-1.891-.775-1.891-1.793 0-1.22.879-1.898 1.972-1.898m6.314 0c1.11 0 1.714.822 1.714 1.809 0 1.171-.717 1.882-1.773 1.882-1.072 0-1.7-.8-1.7-1.819 0-1.07.692-1.872 1.759-1.872m7.81.033c.685 0 1.13.122 1.478.382.376.276.612.715.612 1.346 0 .683-.252 1.156-.6 1.448-.381.312-.96.46-1.667.46-.424 0-.724-.026-.928-.052v-3.51c.3-.048.691-.074 1.104-.074m-12.341.027h.82V6.48h1.435v.679H7.003zm7.178 0H15v2.056c0 .615.236.928.654.928.43 0 .664-.297.664-.928V3.587h.816V5.59c0 1.103-.564 1.628-1.507 1.628-.911 0-1.447-.499-1.447-1.639zm-2.672.582c-.55 0-.87.521-.87 1.217 0 .7.331 1.195.876 1.195.55 0 .865-.52.865-1.216 0-.643-.31-1.196-.87-1.196m7.92.01c-.182 0-.3.017-.37.033v2.343c.07.016.182.016.284.016.74.005 1.222-.399 1.222-1.254.005-.744-.433-1.138-1.135-1.138M.006 9.79c-.28 10.276 11.98 13.888 11.98 13.888l.03.006s12.266-3.614 11.98-13.894zm10.769 1.28a6 6 0 0 1 .326.008v1.413c-.212 0-.437 0-.737.024-1.685.133-2.434.967-2.646 1.884h.038c.399-.398.961-.628 1.723-.628 1.36 0 2.508.93 2.508 2.56 0 1.558-1.236 2.839-2.996 2.839-2.159 0-3.22-1.557-3.22-3.43 0-1.473.562-2.705 1.436-3.491.811-.713 1.86-1.1 3.132-1.16a6 6 0 0 1 .436-.02m6.926 0a6 6 0 0 1 .327.008v1.413c-.211 0-.436 0-.736.024-1.685.133-2.434.967-2.646 1.884h.038c.399-.398.961-.628 1.723-.628 1.36 0 2.507.93 2.507 2.56 0 1.558-1.235 2.839-2.995 2.839-2.16 0-3.22-1.557-3.22-3.43 0-1.473.562-2.705 1.436-3.491.811-.713 1.86-1.1 3.132-1.16a6 6 0 0 1 .435-.02m-8.847 4.006c-.512 0-.936.3-1.123.7-.05.096-.075.242-.075.46.037.833.449 1.582 1.31 1.582h.013c.661 0 1.085-.593 1.085-1.39 0-.725-.399-1.352-1.21-1.352m6.928 0c-.512 0-.936.3-1.123.7-.05.096-.075.242-.075.46.037.833.449 1.582 1.31 1.582h.013c.661 0 1.085-.593 1.085-1.39 0-.725-.4-1.352-1.21-1.352"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cloudbees.svg b/mkdocs-material/material/templates/.icons/simple/cloudbees.svg new file mode 100644 index 0000000..0309bfd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cloudbees.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.87.283C3.081.283 0 3.32 0 7.05c0 3.732 3.082 6.767 6.87 6.767h2.429v-3.495h-2.43c-1.83 0-3.319-1.468-3.319-3.272s1.488-3.27 3.32-3.27q1.101 0 1.928.567l2.51-2.473Q9.436.284 6.87.284zm5.152 2.231c-.066-.005-.141.08-.35.252l-.028.026-1.922 1.882c-.323.315-.29.203-.066.556a3.2 3.2 0 0 1 .532 1.749v9.991c0 3.73 3.096 6.747 6.908 6.747C20.907 23.717 24 20.7 24 16.97c0-3.728-3.093-6.75-6.904-6.75H13.76V6.979c0-1.495-.512-3.002-1.436-4.158-.175-.203-.234-.3-.3-.307zm5.246 11.209c1.762.088 3.168 1.502 3.168 3.247 0 1.802-1.5 3.264-3.342 3.264s-3.335-1.477-3.335-3.28v-3.219h3.509z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cloudcannon.svg b/mkdocs-material/material/templates/.icons/simple/cloudcannon.svg new file mode 100644 index 0000000..21455e3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cloudcannon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.686 7.602c.321-1.964-1.203-3.778-3.21-3.778-.91 0-1.733.376-2.325.977a1.13 1.13 0 0 0-1.061-.744c-.63 0-1.141.51-1.141 1.14s.429.909 1.34 1.335a6 6 0 0 1 .813.46q.413.276.776.612A6.02 6.02 0 0 1 17.796 12a6.02 6.02 0 0 1-2.694 5.008 6 6 0 0 1-.813.46c-.911.427-1.34.704-1.34 1.335 0 .63.51 1.141 1.14 1.141.492 0 .9-.312 1.062-.744.592.6 1.414.976 2.325.976 2.025 0 3.527-1.81 3.21-3.778C22.61 15.842 24 14.026 24 12.001c0-2.038-1.382-3.837-3.314-4.399M9.711 17.468a6.2 6.2 0 0 1-1.589-1.073A6.02 6.02 0 0 1 6.204 12a6.02 6.02 0 0 1 1.918-4.395 6.2 6.2 0 0 1 1.589-1.072c.91-.427 1.34-.704 1.34-1.335s-.51-1.141-1.14-1.141c-.492 0-.9.312-1.062.744a3.26 3.26 0 0 0-2.325-.976c-2.003 0-3.536 1.807-3.21 3.778C1.381 8.164 0 9.962 0 12c0 2.028 1.38 3.836 3.314 4.397-.323 1.954 1.198 3.778 3.21 3.778.91 0 1.733-.375 2.325-.976.162.432.57.744 1.061.744.63 0 1.141-.51 1.141-1.14 0-.631-.429-.909-1.34-1.335M12 8.443a3.557 3.557 0 1 1 0 7.114 3.557 3.557 0 0 1 0-7.114"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cloudera.svg b/mkdocs-material/material/templates/.icons/simple/cloudera.svg new file mode 100644 index 0000000..080c034 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cloudera.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0m.344 20.251a8.25 8.25 0 1 1 0-16.502 8.2 8.2 0 0 1 5.633 2.234L15.519 8.53a4.69 4.69 0 0 0-3.175-1.239 4.709 4.709 0 1 0 3.284 8.081l2.657 2.346a8.22 8.22 0 0 1-5.941 2.533"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cloudflare.svg b/mkdocs-material/material/templates/.icons/simple/cloudflare.svg new file mode 100644 index 0000000..65aed49 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cloudflare.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.509 16.845c.147-.507.09-.971-.155-1.316-.225-.316-.605-.499-1.062-.52l-8.66-.113a.16.16 0 0 1-.133-.07.2.2 0 0 1-.02-.156.24.24 0 0 1 .203-.156l8.736-.113c1.035-.049 2.16-.886 2.554-1.913l.499-1.302a.27.27 0 0 0 .014-.168 5.689 5.689 0 0 0-10.937-.584 2.58 2.58 0 0 0-1.794-.498 2.56 2.56 0 0 0-2.223 3.18A3.634 3.634 0 0 0 0 16.751q.002.264.035.527a.174.174 0 0 0 .17.148h15.98c.091 0 .176-.065.204-.155zm2.757-5.564c-.077 0-.161 0-.239.011-.056 0-.105.042-.127.098l-.337 1.174c-.148.507-.092.971.154 1.317.225.316.605.498 1.062.52l1.844.113c.056 0 .105.026.133.07a.2.2 0 0 1 .021.156.24.24 0 0 1-.204.156l-1.92.112c-1.042.049-2.159.887-2.553 1.914l-.141.358c-.028.072.021.142.099.142h6.597a.174.174 0 0 0 .17-.126c.111-.408.175-.837.175-1.28a4.74 4.74 0 0 0-4.734-4.727"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cloudflarepages.svg b/mkdocs-material/material/templates/.icons/simple/cloudflarepages.svg new file mode 100644 index 0000000..6d22dff --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cloudflarepages.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.715 14.32H5.442l-.64-1.203L13.673 0l1.397.579-1.752 9.112h5.24l.648 1.192L10.719 24l-1.412-.54ZM4.091 5.448a.579.579 0 1 1 0-1.157.579.579 0 0 1 0 1.157m1.543 0a.579.579 0 1 1 0-1.157.579.579 0 0 1 0 1.157m1.544 0a.579.579 0 1 1 0-1.157.579.579 0 0 1 0 1.157m8.657-2.7h5.424l.772.771v16.975l-.772.772h-7.392l.374-.579h6.779l.432-.432V3.758l-.432-.432h-4.676l-.552 2.85h-.59l.529-2.877.108-.552ZM2.74 21.265l-.772-.772V3.518l.772-.771h7.677l-.386.579H2.98l-.432.432v16.496l.432.432h5.586l-.092.579zm1.157-1.93h3.28l-.116.58h-3.55l-.192-.193v-3.473l.578 1.158zm13.117 0 .579.58H14.7l.385-.58z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cloudflareworkers.svg b/mkdocs-material/material/templates/.icons/simple/cloudflareworkers.svg new file mode 100644 index 0000000..92ef74a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cloudflareworkers.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m8.213.063 8.879 12.136-8.67 11.739h2.476l8.665-11.735-8.89-12.14Zm4.728 0 9.02 11.992-9.018 11.883h2.496L24 12.656v-1.199L15.434.063ZM7.178 2.02.01 11.398l-.01 1.2 7.203 9.644 1.238-1.676-6.396-8.556 6.361-8.313Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cloudfoundry.svg b/mkdocs-material/material/templates/.icons/simple/cloudfoundry.svg new file mode 100644 index 0000000..28b50fe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cloudfoundry.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.854 13.537c-.048 1.79.074 3.862.149 4.917.96.136 1.633.456 1.633.83 0 .497-1.193 1.07-2.665 1.07s-2.665-.573-2.665-1.07c0-.374.673-.694 1.633-.83.075-1.055.197-3.127.15-4.917-.044-1.613-.779-3.091-1.676-3.821-.725-.59-1.174-1.427-1.166-2.354.016-1.765 1.683-3.186 3.724-3.186s3.708 1.42 3.723 3.186c.008.927-.44 1.763-1.165 2.354-.897.73-1.632 2.208-1.675 3.821m6.214 6.596c.287-.115.612-.177.951-.19-.007-.24-.166-.672-.303-.877-.56-.1-1.276-.313-1.658-.682a.48.48 0 0 1-.186-.41c.026-.146.133-.253.278-.329a8 8 0 0 0-1.08-.515 4.6 4.6 0 0 1-1.697-.124c-.303-.09-.764-.24-.82-.549-.16-.03-.54-.083-.766-.112a4 4 0 0 0-.07.31.815.815 0 0 0 .56.956c1 .291 1.756.77 1.974 1.359.44 1.19-1.413 2.353-4.231 2.353-2.82 0-4.673-1.163-4.233-2.353.213-.574.94-1.044 1.903-1.337a.863.863 0 0 0 .589-1.005l-.06-.283c-.291.03-.779.101-1.031.148-.019.313-.476.466-.76.564a4.7 4.7 0 0 1-1.708.147 8 8 0 0 0-1.052.535c.544.23.316.736-.09.97-.407.253-.842.409-1.38.51-.051.088-.111.298-.163.438-.016.136-.063.367-.053.459.645.02 1.268.152 1.62.605.281.508-.024.976-.51 1.364.392.316.986.673 1.45.868a4.8 4.8 0 0 1 2.715-.269c.718.16 1.506.581 1.742 1.289.635.042 1.895.04 2.528-.041.182-.731.907-1.147 1.606-1.326a4.8 4.8 0 0 1 2.712.193c.356-.18 1.03-.602 1.306-.9-.474-.358-.873-.794-.63-1.325.085-.19.301-.33.547-.44zm-9.54-5.848s.418-1.586-1.4-3.632A5 5 0 0 1 6.88 7.346a5.05 5.05 0 0 1 5.047-5.04c2.822-.065 5.168 2.218 5.164 5.04a4.98 4.98 0 0 1-1.248 3.306c-1.614 1.616-1.4 3.633-1.4 3.633a7.35 7.35 0 0 0 4.956-6.898c.035-4.021-3.39-7.47-7.414-7.385-4.027-.083-7.447 3.364-7.413 7.385a7.35 7.35 0 0 0 4.956 6.898"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cloudinary.svg b/mkdocs-material/material/templates/.icons/simple/cloudinary.svg new file mode 100644 index 0000000..dccacff --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cloudinary.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 14.86c0 2.173-1.376 3.974-3.59 4.7l-.1.031V17.99c1.378-.58 2.187-1.727 2.187-3.13a3.684 3.684 0 0 0-3.608-3.669h-.596l-.144-.569a6.5 6.5 0 0 0-6.272-4.97 6.39 6.39 0 0 0-5.81 3.664l-.184.376-.417.044a4.43 4.43 0 0 0-3.305 2.088 4.43 4.43 0 0 0 1.458 6.095v1.69h-.01l-.149-.068a5.94 5.94 0 0 1-3.366-4.35 5.94 5.94 0 0 1 4.8-6.894 7.88 7.88 0 0 1 6.983-4.15 8.03 8.03 0 0 1 7.59 5.589A5.21 5.21 0 0 1 24 14.86M8.682 13.538h.565a.066.066 0 0 0 .046-.111l-2.209-2.211a.066.066 0 0 0-.093 0l-2.211 2.21a.066.066 0 0 0 .048.112h.556a.066.066 0 0 1 .066.065v5.058c0 .659.534 1.193 1.193 1.193h2.604a.066.066 0 0 0 .046-.112l-.33-.33a1.2 1.2 0 0 1-.348-.839v-4.97a.07.07 0 0 1 .067-.065m9.77 2.546h.566a.066.066 0 0 0 .046-.113l-2.21-2.209-.002-.001a.064.064 0 0 0-.09.001l-2.211 2.209a.066.066 0 0 0 .046.113h.556a.066.066 0 0 1 .066.066v2.51c0 .66.534 1.193 1.193 1.193h2.606a.066.066 0 0 0 .046-.11l-.33-.33a1.2 1.2 0 0 1-.348-.84V16.15a.066.066 0 0 1 .066-.066zm-4.885-1.274h.565a.066.066 0 0 0 .047-.111l-2.21-2.203h-.001a.066.066 0 0 0-.093 0l-2.208 2.207a.066.066 0 0 0 .045.111h.563a.07.07 0 0 1 .066.068v3.779c0 .659.534 1.193 1.192 1.193h2.599a.066.066 0 0 0 .047-.112l-.332-.33a1.2 1.2 0 0 1-.346-.839v-3.695c0-.037.03-.067.066-.068"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cloudron.svg b/mkdocs-material/material/templates/.icons/simple/cloudron.svg new file mode 100644 index 0000000..7c197c0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cloudron.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.016.86c-2.676-.004-5.353.182-6.002.562C4.714 2.182.002 10.46 0 11.984c-.002 1.525 4.69 9.813 5.986 10.577 1.297.764 10.701.778 12 .017 1.3-.76 6.012-9.038 6.014-10.562.002-1.525-4.69-9.813-5.986-10.577-.649-.382-3.323-.576-5.998-.58zm-.268 4.363h2.38c.85 0 1.534.682 1.534 1.53V9.23a1.53 1.53 0 0 1-1.533 1.533h-2.381q-.191-.002-.367-.047l.002.047v2.476l-.002.047q.176-.045.367-.047h2.38a1.53 1.53 0 0 1 1.534 1.533v2.475c0 .849-.684 1.531-1.533 1.531h-2.381a1.53 1.53 0 0 1-1.533-1.53V14.77l.002-.046a1.5 1.5 0 0 1-.365.045H7.469a1.527 1.527 0 0 1-1.532-1.532v-2.476c0-.849.683-1.532 1.532-1.532h2.383q.19.002.365.045l-.002-.046V6.754c0-.849.684-1.531 1.533-1.531"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cloudsmith.svg b/mkdocs-material/material/templates/.icons/simple/cloudsmith.svg new file mode 100644 index 0000000..f82a5aa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cloudsmith.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 10.667v2.667L13.333 24h-2.666L0 13.334v-2.667L10.667 0h2.666zm-12 6.869a5.535 5.535 0 1 0 0-11.07 5.535 5.535 0 0 0 0 11.07"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cloudways.svg b/mkdocs-material/material/templates/.icons/simple/cloudways.svg new file mode 100644 index 0000000..9c07268 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cloudways.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.795 5.522a4.94 4.94 0 0 0-2.485.717.43.43 0 0 1-.236.066q-4.075-.003-8.151-.002a.594.594 0 0 0-.594.45.57.57 0 0 0 .284.66c.112.056.25.082.377.082 2.25.005 4.499.003 6.749.004.044 0 .09.003.152.006l-.09.13a5 5 0 0 0-.674 1.302c-.03.09-.075.113-.166.113-2.545-.003-4.844-.003-7.193-.002a.6.6 0 0 0-.581.456.584.584 0 0 0 .312.668.9.9 0 0 0 .35.069q2.886.004 5.771.003h.123a.2.2 0 0 1-.074.085q-.751.55-1.218 1.356c-.046.08-.095.109-.188.109a5042 5042 0 0 0-7.687-.002.598.598 0 0 0-.566.706c.06.3.3.49.624.49h7.304a5.1 5.1 0 0 0-.074 1.567H7.27c-.233 0-.357.117-.364.349a8 8 0 0 0 0 .474q.011.354.37.355.403.003.807-.001c.075-.002.112.023.142.092.186.428.439.816.75 1.165.082.092.168.18.274.292h-5.01a.6.6 0 0 0-.574.48.585.585 0 0 0 .35.664.8.8 0 0 0 .305.051c5.458.004 10.345.01 15.371-.018a4 4 0 0 0 1.121-.172c2.333-.688 3.704-3.159 3.006-5.566-.434-1.496-1.413-2.504-2.888-3.02-.067-.024-.095-.054-.108-.124a4 4 0 0 0-.098-.39c-.645-2.184-2.653-3.712-4.929-3.664M.758 14.556a.31.31 0 0 0-.323.315c-.004.158-.002.316-.002.474.001.274.119.388.396.388h4.163c.203 0 .351-.125.357-.306a9 9 0 0 0 0-.544c-.006-.192-.14-.327-.327-.327z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/clubforce.svg b/mkdocs-material/material/templates/.icons/simple/clubforce.svg new file mode 100644 index 0000000..3b04970 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/clubforce.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.4 0C.624 0 0 .624 0 1.4v21.2c0 .776.624 1.4 1.4 1.4h21.2c.776 0 1.4-.624 1.4-1.4V1.4c0-.776-.624-1.4-1.4-1.4Zm4.778 5.5h9.61l-2.83 2.112H8.331v3.472L6.18 12.72V5.5Zm11.644 1.317v7.415L11.96 18.5l-4.786-3.629 1.675-1.317 3.111 2.354 3.19-2.392-3.23-2.234 1.834-1.355 1.955 1.355v-2.87Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/clubhouse.svg b/mkdocs-material/material/templates/.icons/simple/clubhouse.svg new file mode 100644 index 0000000..d9cc9d1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/clubhouse.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 9.543c0 .32-.23.763-.337.976-.39.833-1.03 2.112-1.03 3.585 0 3.213-1.135 4.811-2.023 5.628a5.7 5.7 0 0 1-3.852 1.527 6.14 6.14 0 0 1-3.32-.976c-1.366-.905-2.219-2.326-3.088-3.745-.692-1.153-1.171-2.06-1.918-3.816-.421-1.018-.813-2.012-1.15-3.094-.16-.514-.142-.905.053-1.153.195-.23.462-.337.78-.355.55-.018.764.373 1.083 1.384.195.639.586 1.563.816 2.077.302.621.728 1.455.923 1.74.16.25.302.32.461.32.284 0 .497-.16.497-.443 0-.16-.16-.426-.248-.586-.16-.302-.497-.905-.728-1.42a33 33 0 0 1-.763-1.917c-.142-.373-.301-.905-.461-1.437-.248-.816-.373-1.313-.373-1.687 0-.568.426-.94 1.065-.94.461 0 .763.23.958 1.064.16.763.444 2.006.852 2.982.266.639.656 1.492.887 1.918.142.248.301.461.301.55 0 .124-.23.32-.426.585-.124.16-.177.267-.177.39 0 .107.071.214.177.356.107.142.213.284.338.284.088 0 .142-.036.195-.107a6.1 6.1 0 0 1 1.847-1.563c.816-.461 1.651-.692 2.308-.834.319-.07.408-.142.408-.32 0-.212-.16-.336-.373-.354-.16-.018-.301 0-.55.018-.177.018-.266-.071-.372-.302-.32-.674-.94-1.811-1.313-3.266a14 14 0 0 1-.39-2.13c-.054-.391.017-.533.212-.71.249-.213.692-.302 1.03-.213.407.106.62.426.833 1.67.107.585.284 1.33.497 1.97.266.816.603 1.492 1.118 2.397.284.497.638 1.011 1.011 1.51-.071.213-.195.354-.603.692s-.816.692-1.189 1.348c-.266.479-.39 1.011-.39 1.366 0 .337.07.408.284.408.372 0 .674-.07.692-.23.088-.64.195-1.047.55-1.528.212-.266.585-.603.887-.87.567-.46.763-.727.958-1.383.088-.302.195-.586.337-.852.337-.62.94-1.33 1.882-1.33.302 0 .55.088.71.337a.97.97 0 0 1 .124.479M12.608 7.265c.16.658.355 1.226.55 1.723.23.605.497 1.12.87 1.811.177.337.265.337.691.107a9 9 0 0 1 1.207-.515c-.639-1.384-1.171-2.539-1.437-3.514a30 30 0 0 1-.39-1.918c-.054-.497-.107-.923-.231-1.384-.142-.568-.338-.834-.888-.834-.514 0-1.135.266-1.135.94 0 .444.124 1.1.248 1.631.213.516.249.835.515 1.953m-7.484 7.147c-.43.116-2.276.784-2.721.957-.503.195-.857.372-.605 1.122.205.607.553.636.874.516.45-.166 2.442-1.21 2.818-1.442.34-.21.45-.37.29-.769-.145-.363-.354-.465-.656-.384m-1.276-3.074c.252-.008.448-.09.508-.526.047-.335-.006-.51-.39-.629-.371-.114-2.702-.494-3.205-.542-.434-.042-.702 0-.753.687-.049.64.13.836.572.88.508.05 2.733.144 3.268.13m-2.63-6.082c.474.283 2.293 1.385 2.906 1.579.306.096.468.01.64-.331s.218-.477-.111-.742c-.34-.274-2.123-1.661-2.628-1.924-.435-.226-.729-.139-.993.361-.299.566-.244.798.185 1.057z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/clyp.svg b/mkdocs-material/material/templates/.icons/simple/clyp.svg new file mode 100644 index 0000000..60aca40 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/clyp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 17.958a1.137 1.137 0 0 1-1.138-1.136V7.235a1.138 1.138 0 0 1 2.275 0v9.59c0 .625-.51 1.133-1.138 1.133m7.44 2.44a1.137 1.137 0 0 1-1.14-1.138V4.796a1.138 1.138 0 0 1 2.276 0V19.26c0 .627-.51 1.136-1.138 1.136M15.72 24a1.137 1.137 0 0 1-1.138-1.136V1.138a1.138 1.138 0 0 1 2.276 0v21.726c0 .627-.509 1.136-1.138 1.136m-7.436-3.16a1.137 1.137 0 0 1-1.138-1.136V4.298a1.138 1.138 0 0 1 2.276 0v15.406c0 .628-.51 1.137-1.138 1.137m-3.72-4.989a1.137 1.137 0 0 1-1.138-1.135V9.286a1.138 1.138 0 0 1 2.276 0v5.432c0 .626-.51 1.135-1.138 1.135z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cmake.svg b/mkdocs-material/material/templates/.icons/simple/cmake.svg new file mode 100644 index 0000000..d5536fa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cmake.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.769.066.067 23.206l12.76-10.843zm11.438 23.868L7.471 17.587 0 23.934zm.793-.198L12.298.463l1.719 19.24zM12.893 12.959l-5.025 4.298 5.62 2.248z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cncf.svg b/mkdocs-material/material/templates/.icons/simple/cncf.svg new file mode 100644 index 0000000..87610a5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cncf.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0v24h24V0H8.004Zm3.431 3.431h4.544l.029.023 4.544 4.544h3.03l-4.572-4.567h9.569v9.563l-.789-.782-3.784-3.79v3.03l2.271 2.272 2.272 2.272.029.03v4.543h-4.55l-.023-.023-2.272-2.278-2.272-2.272h-3.03l3.785 3.79.782.783H3.43v-9.563l4.573 4.567v-3.031l-4.55-4.544-.023-.023Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cnet.svg b/mkdocs-material/material/templates/.icons/simple/cnet.svg new file mode 100644 index 0000000..0dcf630 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cnet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.89 9.262C.664 9.262 0 9.8 0 10.865v2.268c0 1.066.664 1.604 1.891 1.604h3.583v-2.353h-.293c-.13 1.365-.731 1.941-1.914 1.941h-.74c-.576 0-.856-.287-.856-.854v-2.944c0-.567.28-.854.856-.854h.74c1.2 0 1.791.544 1.914 1.867h.293V9.262zm7.522 0v.275c1.274.127 1.856.668 1.856 2.102v1.716L7.905 9.262H6.229v5.475H8.55v-.275c-1.307-.143-1.886-.678-1.886-2.121v-1.963l3.582 4.359h1.457V9.262zm3.06 0v5.475h5.475v-2.352h-.293c-.13 1.369-.731 1.947-1.914 1.947h-1.647v-2.233h.558c.933 0 1.328.415 1.421 1.316h.298v-3.009h-.298c-.094.896-.49 1.314-1.421 1.314h-.558V9.667h1.646c1.201 0 1.791.545 1.915 1.873h.293V9.262zm6.053 0v2.278h.294c.126-1.253.65-1.835 1.633-1.941v3.85c0 .669-.236.937-1.099.993v.295h3.82v-.295c-.864-.056-1.1-.324-1.1-.993v-3.85c.983.106 1.507.688 1.634 1.941H24V9.262z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cnn.svg b/mkdocs-material/material/templates/.icons/simple/cnn.svg new file mode 100644 index 0000000..8c5f872 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cnn.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.996 15.514c0 2.064-2.667 3.055-4.079.658l-2.325-4.004v3.346c0 2.064-2.666 3.055-4.077.658l-2.326-4.004v3.155c0 1.432-.85 2.207-2.179 2.207H5.53a5.53 5.53 0 0 1 0-11.06h1.794V7.8H5.53a4.202 4.202 0 1 0 0 8.403h3.45a.897.897 0 0 0 .879-.878v-6.8a.27.27 0 0 1 .193-.273c.141-.038.29.049.399.233l2.152 3.709 2.083 3.589c.28.474.699.557.997.475a.8.8 0 0 0 .582-.787V8.525a.27.27 0 0 1 .191-.274c.14-.038.287.049.395.233l1.995 3.437 2.242 3.865c.219.371.524.503.79.503a.8.8 0 0 0 .206-.028.8.8 0 0 0 .59-.79v-9H24zM8.003 13.97V8.486c0-2.064 2.667-3.055 4.078-.657.103.173 2.326 4.002 2.326 4.002V8.486c0-2.064 2.666-3.055 4.077-.657.103.173 2.325 4.002 2.325 4.002v-5.36h1.331v9a.27.27 0 0 1-.193.274c-.141.038-.29-.049-.4-.234a1360 1360 0 0 1-2.24-3.862l-1.994-3.434c-.28-.474-.696-.557-.992-.477a.8.8 0 0 0-.584.786v6.946a.27.27 0 0 1-.193.275c-.143.038-.291-.049-.399-.234-.02-.032-1.069-1.84-2.083-3.589l-2.153-3.71c-.28-.476-.698-.558-.997-.478a.8.8 0 0 0-.584.786v6.8a.37.37 0 0 1-.349.348H5.527a3.671 3.671 0 0 1 0-7.343h1.795v1.328h-1.78a2.343 2.343 0 1 0 0 4.687h2.094a.364.364 0 0 0 .367-.37Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cocacola.svg b/mkdocs-material/material/templates/.icons/simple/cocacola.svg new file mode 100644 index 0000000..35d15dc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cocacola.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.813 8.814s-.45.18-.973.756c-.524.577-.828 1.225-.603 1.397.087.066.287.079.65-.25a2.9 2.9 0 0 0 .766-1.063c.234-.57.16-.833.16-.84m2.863 1.038c-.581-.299-1.006-.664-1.448-.89-.422-.216-.695-.307-1.036-.261a1 1 0 0 0-.14.035s.176.6-.523 1.607c-.708 1.022-1.35 1.015-1.533.734-.191-.296.056-.9.468-1.437.432-.562 1.19-1.028 1.19-1.028s-.241-.148-.835.19c-.58.326-1.577 1.107-2.502 2.423-.926 1.316-1.11 2.04-1.242 2.61s-.012 1.18.62 1.18 1.368-.964 1.576-1.299c.386-.624.637-1.581.112-1.45-.259.065-.468.351-.6.627a2.7 2.7 0 0 0-.19.554 2.2 2.2 0 0 0-.513.298 4 4 0 0 0-.486.43s.002-.456.365-1.194c.364-.737 1.03-1.074 1.408-1.106.34-.027.783.262.408 1.327s-1.483 2.36-2.646 2.376c-1.073.015-1.776-1.355-.282-3.745C13.501 9.19 15.441 8.38 16.07 8.29c.63-.09.835.187.835.187a2.7 2.7 0 0 1 1.197-.197c.77.052 1.364.596 2.15.979-.205.195-.4.4-.575.592m3.454-.89c-.533.342-1.27.652-1.979.586-.179.185-.371.4-.563.634 1.228.243 2.305-.519 2.877-1.167A3.8 3.8 0 0 0 24 8.248a4.8 4.8 0 0 1-.869.714m-1.636 3.462a.3.3 0 0 0 .023-.051.124.124 0 0 0-.113-.108c-.117-.005-.277.017-.695.48a6.3 6.3 0 0 0-.89 1.263c-.24.438-.337.764-.2.848a.2.2 0 0 0 .146.015c.093-.022.199-.11.36-.295.075-.088.158-.212.258-.349.277-.376.973-1.563 1.111-1.803m-4.349.504c.07-.182.159-.541-.026-.682-.199-.15-.705.201-.708.561-.003.369.357.535.443.559.05.013.066.01.09-.029a3 3 0 0 0 .201-.409m-.383.67a1.5 1.5 0 0 1-.348-.222 1.1 1.1 0 0 1-.26-.317c-.008-.012-.015-.003-.023.008-.007.01-.039.039-.309.434-.27.396-.684 1.216-.31 1.355.241.09.641-.331.86-.61a5 5 0 0 0 .402-.614c.012-.023 0-.029-.012-.034m4.258.947c-.102.163-.218.476.117.281.41-.236.994-1.123.994-1.123h.265a9 9 0 0 1-.803 1.054c-.415.46-.922.879-1.28.837-.416-.048-.286-.596-.286-.596s-.596.635-1.01.59c-.557-.062-.387-.751-.387-.751s-.63.774-1.06.75c-.673-.04-.504-.859-.316-1.436.1-.308.193-.55.193-.55s-.067.017-.21.038c-.076.011-.212.019-.212.019s-.28.495-.505.792-1.178 1.322-1.74 1.117c-.518-.19-.346-.984-.044-1.615.44-.92 1.68-2.243 2.396-2.068.741.18.017 1.532.017 1.532s0 .005.007.009c.015.005.054.01.143-.008a1.6 1.6 0 0 0 .271-.08s.746-1.561 1.569-2.583c.823-1.02 2.465-2.78 3.11-2.354.156.105.086.465-.126.902a3 3 0 0 1-.291.078c.142-.258.236-.475.264-.627.097-.528-1.135.585-2.015 1.78a16.6 16.6 0 0 0-1.409 2.28 4 4 0 0 0 .454-.324 13 13 0 0 0 1.118-1.043 12 12 0 0 0 .951-1.098 3 3 0 0 0 .28-.029 12 12 0 0 1-1.05 1.24c-.35.355-.73.737-1.061 1.015a9 9 0 0 1-.931.691s-.77 1.553-.351 1.652c.246.06.732-.69.732-.69s.635-.967 1.017-1.404c.522-.593.97-.936 1.42-.942.261-.005.415.273.415.273l.123-.19h.757s-1.414 2.398-1.527 2.579m2.111-5.58c-.533.341-1.27.651-1.979.585-.18.185-.371.4-.564.634 1.229.243 2.305-.518 2.878-1.167A3.8 3.8 0 0 0 24 8.248a4.8 4.8 0 0 1-.869.714m-10.63 1.177h-.72l-.407.658h.72zm-3.41 2.277c.307-.42 1.152-1.891 1.152-1.891a.124.124 0 0 0-.112-.108c-.117-.006-.312.034-.7.519s-.688.87-.907 1.272c-.24.438-.346.747-.207.831a.2.2 0 0 0 .144.015c.09-.022.208-.113.369-.298a6 6 0 0 0 .262-.34m-3.863-1.99c-.199-.15-.705.201-.708.56-.003.369.456.482.515.484a.1.1 0 0 0 .05-.01.06.06 0 0 0 .024-.027 4 4 0 0 0 .146-.325c.07-.183.158-.541-.027-.682m-.3 1.27a1.7 1.7 0 0 1-.39-.18.8.8 0 0 1-.279-.309c-.007-.012-.015-.003-.022.008s-.047.061-.318.458c-.27.398-.672 1.21-.296 1.35.24.09.644-.334.864-.612a7 7 0 0 0 .455-.681c.009-.024 0-.03-.014-.034m5.88.244h.263s-1.321 1.912-2.068 1.823c-.416-.049-.293-.563-.293-.563s-.585.685-1.123.546c-.487-.125-.172-.936-.172-.936-.056.022-1.111 1.211-1.853.926-.776-.3-.373-1.296-.225-1.595.125-.253.263-.499.263-.499s-.119.034-.195.051l-.186.04s-.367.596-.591.894c-.225.297-1.178 1.32-1.74 1.117s-.423-.99-.107-1.615c.512-1.012 1.726-2.256 2.458-2.068.739.189.127 1.388.127 1.388s.147.019.5-.222c.507-.346 1.176-1.277 1.901-1.167.342.051.66.4.225 1.064-.139.213-.372.403-.55.215-.111-.118-.014-.33.103-.477a.46.46 0 0 1 .39-.179s.12-.273-.185-.269c-.247.005-.871.58-1.223 1.16-.323.533-.813 1.441-.322 1.639.451.182 1.309-.836 1.706-1.37.397-.533 1.302-1.742 2.062-1.79.261-.017.417.221.417.221l.088-.139h.759s-1.43 2.387-1.542 2.567c-.088.141-.204.46.117.281.322-.178.996-1.043.996-1.043m-.414 3.824a3.14 3.14 0 0 0-1.908-.557 1.17 1.17 0 0 0-.93.504c-.29-.505-.862-.815-1.747-.808-1.43.016-2.849.676-3.972.675-1.077 0-1.863-.677-1.837-1.88.047-2.109 1.83-4.009 3.16-4.864.767-.49 1.409-.637 1.828-.59.306.034.674.388.442.909-.341.761-.812.699-.795.335.01-.237.168-.386.286-.469a.6.6 0 0 1 .278-.068c.068-.057.117-.474-.429-.337s-1.21.676-1.84 1.371c-.63.696-1.61 2.011-1.852 3.392-.113.64-.039 1.808 1.48 1.795 1.287-.01 3.185-.859 4.929-.841a3.34 3.34 0 0 1 1.725.472c.451.278.992.684 1.184.961"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cockpit.svg b/mkdocs-material/material/templates/.icons/simple/cockpit.svg new file mode 100644 index 0000000..220f125 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cockpit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.383 0 0 5.382 0 12s5.383 12 12 12 12-5.383 12-12S18.617 0 12 0m0 1.799A10.19 10.19 0 0 1 22.207 12 10.19 10.19 0 0 1 12 22.201 10.186 10.186 0 0 1 1.799 12 10.186 10.186 0 0 1 12 1.799m4.016 5.285c-.49-.018-1.232.368-1.899 1.031l-1.44 1.43-4.31-1.447-.842.867 3.252 2.47-.728.723a4.8 4.8 0 0 0-.639.787L7.451 12.8l-.476.484 1.947 1.444 1.424 1.943.48-.48-.144-1.98c.246-.16.497-.361.74-.603l.765-.76 2.495 3.274.869-.84-1.455-4.332 1.394-1.385c.89-.885 1.298-1.92.918-2.322a.55.55 0 0 0-.392-.158z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cockroachlabs.svg b/mkdocs-material/material/templates/.icons/simple/cockroachlabs.svg new file mode 100644 index 0000000..a751417 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cockroachlabs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.645 16.155a13.01 13.01 0 0 0-4.479-13.287 11.6 11.6 0 0 1 5.815-1.546c.774 0 1.545.075 2.304.226l.32-1.282A13 13 0 0 0 18.98 0 12.93 12.93 0 0 0 12 2.03 12.93 12.93 0 0 0 5.021 0C4.139 0 3.26.089 2.396.266l.319 1.282a12 12 0 0 1 2.306-.226 11.64 11.64 0 0 1 5.817 1.544 13.01 13.01 0 0 0 .792 20.877l.375.257.373-.257c2.624-1.801 4.5-4.5 5.27-7.588zm-6.305 5.7A11.69 11.69 0 0 1 7.825 9.519a13 13 0 0 0 2.457 2.977 3.2 3.2 0 0 1 1.058 2.383zm.661-9.657a11.7 11.7 0 0 1-2.343-2.315 3.23 3.23 0 0 1 0-3.912 11.7 11.7 0 0 1 2.347-2.333c.9.671 1.697 1.468 2.37 2.366a3.2 3.2 0 0 1 0 3.832 11.8 11.8 0 0 1-2.374 2.362m.659 9.657v-6.976a3.2 3.2 0 0 1 1.06-2.383 13 13 0 0 0 2.455-2.977 11.69 11.69 0 0 1-3.515 12.336"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cocoapods.svg b/mkdocs-material/material/templates/.icons/simple/cocoapods.svg new file mode 100644 index 0000000..6ee5ca9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cocoapods.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.812 17.176c-2.968 0-4.956-2.308-4.956-5.176 0-2.705 1.776-5.176 4.91-5.176 2.407 0 3.856 1.445 4.207 3.357h3.95C16.479 6.427 13.51 3.42 8.718 3.42 3.131 3.42 0 7.523 0 12c0 4.57 3.295 8.58 8.766 8.58 4.58 0 7.549-2.822 8.18-6.272h-4.02c-.467 1.609-1.916 2.868-4.114 2.868M24 12.068l-3.466 8.055-2.38-1.022 2.992-7.055-3.01-7.096 2.433-1.042Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cocos.svg b/mkdocs-material/material/templates/.icons/simple/cocos.svg new file mode 100644 index 0000000..503dafb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cocos.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.365 0h.002zc-.007.004-.002.066.018.143.19.787.395 1.67.395 1.7 0 .023-.242.247-.538.5s-.628.552-.735.663l-.175.182h-.247c-1.53-.004-3.06.014-4.588-.01-.578-.01-.855.407-.855.85q.009 9.575.007 19.15c0 .542.283.822.828.822h15.06c.542 0 .825-.28.825-.825V4.025q0-.839-.83-.838c-1.632 0-3.264.002-4.896-.006h-.208l-.546-.532c-.94-.915-1.62-1.455-2.762-2.18A17 17 0 0 0 10.366 0zm.955 1.35c.03-.004.232.125.47.3a17 17 0 0 1 2.497 2.31h.002c.465.52.903 1.057 1.268 1.6.357.53.935 1.546.935 1.64 0 .03.017.052.037.052s.083-.168.14-.374c.127-.45.126-.448.388.403.38 1.238.51 2.106.51 3.38 0 .992-.047 1.402-.23 2.12-.053.205-.066.318-.035.318.026 0 .184-.038.352-.086s.31-.08.318-.073c.028.027-.394.753-.692 1.19-1.246 1.828-2.718 2.91-4.358 3.206-.917.165-1.763.1-2.61-.198-.45-.158-.813-.348-1.398-.733-1.25-.82-2.206-2.292-2.68-4.12-.214-.82-.378-2.076-.378-2.895V9l.277.415c.403.603.89 1.217.93 1.172.006-.01-.104-.224-.247-.478-.302-.536-.303-.53-.08-1.39.362-1.406 1.112-2.862 2.108-4.098.143-.178.395-.43.614-.663.603-.644 1.29-1.32 1.342-1.27.01.01-.01.126-.045.257-.134.492-.33 1.332-.313 1.348.004.004.126-.216.197-.336.072-.124.096-.15.203-.344.21-.38.39-.7.395-.706s.132.112.28.264c.222.225.27.256.25.167-.014-.06-.123-.522-.245-1.028-.12-.506-.215-.938-.207-.96q0-.003.004-.003zm4.08 2.59h3.71c.372 0 .49.114.49.482v13.9c0 .36-.12.457-.558.457H6.42q-.78.002-1.56 0c-.33-.003-.453-.126-.453-.448V4.41c0-.343.12-.467.46-.467q1.756-.001 3.513 0c.048 0 .097.005.116.006h.1l-.007.006-.138.165c-.948 1.143-1.77 2.63-2.157 3.912-.053.176-.102.32-.11.32-.006 0-.207-.29-.443-.64-.237-.352-.448-.652-.47-.665-.074-.046-.01 3.277.075 3.897.305 2.222 1.053 3.926 2.292 5.214.62.646 1.705 1.31 2.633 1.612 1.36.444 2.87.33 4.27-.32 1.37-.638 2.723-1.993 3.706-3.713.366-.642.934-1.742.91-1.766-.01-.01-.255.05-.542.132a6 6 0 0 1-.533.14 1.4 1.4 0 0 1 .033-.292c.09-.534.103-1.682.027-2.396-.134-1.262-.344-2.09-.93-3.663-.467-1.258-.473-1.274-.5-1.274-.014 0-.092.238-.173.528-.082.29-.154.526-.16.526a.8.8 0 0 1-.114-.165 21 21 0 0 0-.972-1.34l-.174-.21c.083-.005.158-.013.234-.013zm-3.6.71-.032.234c-.027.2-.205.86-.31 1.157-.048.132.26-.17.433-.426.08-.115.152-.21.165-.21s.17.147.35.327.333.32.34.313c.03-.03-.21-.515-.377-.76a3.6 3.6 0 0 0-.37-.445zM9.32 6.584l-.132.125c-.178.17-.485.64-.63.96-.15.332-.33.85-.328.94 0 .04.072-.06.158-.222.155-.29.603-.872.67-.872.02 0 .06.053.09.12.06.132.36.552.378.53a2 2 0 0 0-.045-.32c-.03-.17-.07-.465-.085-.66a7 7 0 0 0-.053-.476zm5.453.008c-.02 0-.038.113-.04.252 0 .24-.097 1.002-.157 1.242-.026.107-.023.107.088-.02.063-.074.166-.22.23-.33.065-.11.123-.207.132-.217.054-.063.71.816.786 1.052.017.052.04.083.053.07.03-.03-.188-.687-.323-.975-.197-.42-.664-1.074-.768-1.074zm-2.63 1.1h.002zc-.04.006-.274.505-.348.746-.083.27-.182.978-.18 1.296v.307l.108-.41c.095-.368.25-.758.365-.926.035-.05.087-.023.274.145.127.114.267.227.31.25.085.045.11 0 .042-.072-.057-.06-.392-.855-.47-1.117-.035-.12-.08-.217-.1-.22zM9.56 10.917c-.725.02-1.372.593-1.573 1.445-.088.374-.082.66.022 1.062q.301 1.188 1.36 1.59c.098.038.3.058.55.05.34-.007.433-.027.65-.138.51-.258.868-.8.965-1.463.043-.298.04-.41-.022-.72-.187-.95-.812-1.636-1.64-1.8q-.157-.031-.313-.026zm5.087 0q-.045 0-.09.004c-.847.058-1.65.858-1.808 1.882-.143.93.33 1.89 1.073 2.183.344.135.928.112 1.277-.05.814-.38 1.355-1.432 1.222-2.373-.12-.854-.656-1.474-1.402-1.62a1.4 1.4 0 0 0-.273-.024zm-.515 2.06c.38.012.612.473.366.792-.096.12-.338.2-.51.16-.51-.11-.456-.88.066-.948a1 1 0 0 1 .078-.004m-3.968.01c.2 0 .24.02.354.146.192.215.165.6-.05.714-.19.1-.332.12-.467.065-.33-.14-.424-.52-.192-.78.113-.126.155-.144.356-.144zM8.65 19.543q.374 0 .746.008c.49.01.683.22.683.712v1.162h-.003v1.14c-.003.416-.192.633-.608.646a26 26 0 0 1-1.622 0c-.416-.015-.603-.228-.608-.648q-.008-1.163 0-2.324c.004-.466.206-.676.666-.687q.374-.008.745-.008zm6.23 0q.434.002.865.026c.348.02.53.23.534.58q.02 1.226.004 2.454-.01.584-.608.604-.81.03-1.62 0c-.428-.015-.606-.23-.61-.666v-1.16h-.003c0-.39-.004-.775 0-1.164.004-.418.166-.636.573-.656q.432-.02.865-.017zm-2.744.002q.435.001.88.003v.632h-1.452c-.31 0-.333.023-.333.34 0 .6.006 1.2-.003 1.8-.003.2.075.275.27.272.424-.007.847 0 1.272 0h.267l.003.603c-.05.007-.098.02-.146.02-.527.002-1.054.005-1.58 0-.516-.005-.716-.21-.716-.722v-2.24c0-.476.197-.692.67-.703q.433-.008.868-.006zm6.29.006c.358 0 .72.005 1.086.005v.622h-1.794c-.26 0-.286.027-.286.292.006.727-.102.634.64.64.298.003.6-.003.898.003.433.01.632.206.64.633q.008.418-.004.834c-.013.383-.193.607-.572.62-.736.023-1.474.006-2.226.006v-.616h.244c.557 0 1.113-.003 1.668.002.186.002.272-.072.264-.26a5 5 0 0 1 0-.44c.007-.188-.078-.258-.266-.254-.4.01-.804.006-1.206.002-.533-.006-.722-.203-.722-.737 0-.242-.003-.483.004-.724.012-.387.19-.608.568-.62.353-.01.707-.01 1.065-.01zm-12.84.02c.41-.003.82.006 1.237.006v.586c-.08.005-.156.014-.232.014-.438.002-.877.005-1.315 0-.175-.002-.25.072-.25.25q.01.957 0 1.91c0 .196.083.257.265.256.438-.005.877-.002 1.316-.002h.223v.608c-.65 0-1.284.02-1.917-.008-.342-.014-.51-.227-.514-.568q-.015-1.24 0-2.48c.003-.318.157-.544.448-.557.25-.014.51-.01.737-.016zm9.806.607q-.536.009-1.072 0c-.177 0-.248.08-.246.255q.006.964 0 1.927c0 .16.07.23.22.23.38.003.76 0 1.138 0 .17 0 .228-.083.224-.248-.008-.32 0-.642-.005-.963 0-.316-.007-.63 0-.944h.004c.005-.19-.077-.26-.262-.258zm-7.282.003c-.168-.002-.237.076-.235.24.005.322 0 .644 0 .965s.006.64-.004.962h.002c-.004.17.067.245.23.245H9.22c.158 0 .235-.068.234-.24q-.008-.962 0-1.926c0-.16-.056-.248-.228-.246q-.56.006-1.117 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/coda.svg b/mkdocs-material/material/templates/.icons/simple/coda.svg new file mode 100644 index 0000000..49c6a93 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/coda.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.194 0H2.806A2.01 2.01 0 0 0 .8 2v20c0 1.1.903 2 2.006 2h18.388a2.01 2.01 0 0 0 2.006-2v-.933c-.033-1.2-.067-3.7-.067-4.834 0-.633-.468-1.166-1.07-1.166-.668 0-1.103.4-1.437.733-1.003.9-2.508 1.067-3.812.833-.601-.133-1.17-.3-1.638-.6-1.438-.833-2.374-2.4-2.374-4.066 0-1.667.936-3.2 2.374-4.067.502-.3 1.07-.467 1.638-.6 1.27-.233 2.809-.067 3.812.833.367.334.802.734 1.437.734.602 0 1.07-.534 1.07-1.167 0-1.1.034-3.633.067-4.833V2c0-1.1-.903-2-2.006-2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/codacy.svg b/mkdocs-material/material/templates/.icons/simple/codacy.svg new file mode 100644 index 0000000..5d73202 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/codacy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.883 9.825a8.46 8.46 0 0 1 3.875-5.07l.04-.021-1.803-3.113C3.276 3.212 1.268 5.769.427 8.81l-.02.084zm5.941-5.931a8.3 8.3 0 0 1 2.164-.283h.005V.016h-.019a12 12 0 0 0-3.165.421l.084-.02zm4.354.003a8.45 8.45 0 0 1 5.063 3.875l.021.04 3.117-1.799c-1.591-2.718-4.146-4.726-7.186-5.568l-.084-.02zM0 12v.006c0 1.1.148 2.165.425 3.177l-.02-.084 3.476-.929a8.1 8.1 0 0 1-.284-2.161v-.008zm1.605 5.995c.55.941 1.18 1.754 1.901 2.475l2.553-2.54a8.6 8.6 0 0 1-1.313-1.695l-.022-.04zm4.39 4.385a11.77 11.77 0 0 0 5.967 1.604h.021-.001v-3.595h-.004a8.3 8.3 0 0 1-4.223-1.145l.039.021zm13.264-6.175a8.44 8.44 0 0 1-5.034 3.884l-.059.014.931 3.476c3.124-.86 5.681-2.863 7.246-5.52l.031-.056zm4.318-.984c.268-.947.423-2.035.423-3.159 0-1.087-.144-2.14-.415-3.142l.019.084-3.486.931c.175.64.275 1.374.275 2.132 0 .79-.109 1.555-.313 2.28l.014-.059z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/codeberg.svg b/mkdocs-material/material/templates/.icons/simple/codeberg.svg new file mode 100644 index 0000000..c7dfdd6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/codeberg.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.955.49A12 12 0 0 0 0 12.49a12 12 0 0 0 1.832 6.373L11.838 5.928a.187.14 0 0 1 .324 0l10.006 12.935A12 12 0 0 0 24 12.49a12 12 0 0 0-12-12zm.375 6.467 4.416 16.553a12 12 0 0 0 5.137-4.213z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/codeblocks.svg b/mkdocs-material/material/templates/.icons/simple/codeblocks.svg new file mode 100644 index 0000000..882d5e9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/codeblocks.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.011 0v8.406H8.61V0zm15.39 0v8.406H24V0zM8.972.658l.012 7.869 2.54 2.43.007-5.564zm6.066 0-2.555 4.735.004 5.564 2.54-2.43zM.332 8.768l5.52 2.677 5.655-.006-2.773-2.67zm14.944 0L12.53 11.49l5.655-.09 5.498-2.631zm-9.323 3.855L.318 15.232h8.405l2.748-2.722zm6.565-.113 2.747 2.722h8.402l-5.586-2.609zm-1.006.533-2.54 2.43-.011 7.873 2.555-4.74zm.964 0-.008 5.564 2.559 4.74-.011-7.874zM0 15.598V24h8.598v-8.402zm15.39 0V24h8.598v-8.402z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/codecademy.svg b/mkdocs-material/material/templates/.icons/simple/codecademy.svg new file mode 100644 index 0000000..ca4d358 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/codecademy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.827 19.729h-5.595c-.094 0-.17.058-.17.172v1.515c0 .094.058.17.172.17h5.594c.096 0 .172-.044.172-.164v-1.515c0-.105-.057-.166-.173-.166v-.014zM16.463 2.463c.016.034.03.067.047.12v18.79c0 .06-.02.096-.037.114a.17.17 0 0 1-.135.06H.153c-.038 0-.075 0-.097-.02A.18.18 0 0 1 0 21.393V2.564c0-.076.04-.134.096-.15h16.242c.04 0 .096.017.115.034v.016zM1.818 19.573c0 .072.038.135.096.152h12.643c.058-.019.096-.076.096-.154V4.402c0-.073-.039-.134-.098-.15H1.915c-.056.02-.096.073-.096.15l-.003 15.17zm5.174-8.375c.65 0 1.014.177 1.396.62.058.074.153.093.23.034l1.034-.92c.075-.044.058-.164.02-.224-.635-.764-1.554-1.244-2.74-1.244-1.59 0-2.79.795-3.255 2.206-.165.495-.24 1.126-.24 1.98s.075 1.483.255 1.98c.465 1.425 1.665 2.204 3.255 2.204 1.2 0 2.115-.48 2.745-1.216.045-.074.06-.165-.015-.226l-1.037-.915c-.073-.047-.163-.047-.224.027-.39.45-.795.69-1.454.69-.706 0-1.245-.345-1.47-1.035-.136-.39-.166-.87-.166-1.483 0-.615.045-1.068.18-1.47.24-.66.766-1.008 1.486-1.008"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/codeceptjs.svg b/mkdocs-material/material/templates/.icons/simple/codeceptjs.svg new file mode 100644 index 0000000..0338dd8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/codeceptjs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.399.597c-1.424 0-1.548.005-1.59.08a895 895 0 0 0-2.212 5.782c-1.196 3.132-2.174 5.7-2.184 5.71-.004.005-1.034-1.154-2.283-2.573-1.936-2.202-2.278-2.572-2.302-2.482-.042.188-.065.349-.095.541l2.782 3.626c1.528 1.994 2.795 3.631 2.814 3.636.029.01 6.474-13.93 6.588-14.24.029-.075-.066-.08-1.518-.08M7.683 2.169a9 9 0 0 0-.88.046A7.9 7.9 0 0 0 3.28 3.474c-.555.366-1.514 1.33-1.903 1.904-2.131 3.16-1.756 7.376.892 9.981.603.594 1.2 1.016 2.041 1.438 1.03.523 2.07.826 3.417 1.016 1.007.138 2.924.11 4.12-.061l.2-.029v-.67l-.176.03c-1.073.17-3.1.16-4.096-.015-2.601-.46-4.51-1.76-5.577-3.807-.926-1.77-1.05-4.048-.323-5.994a6.7 6.7 0 0 1 1.647-2.563c.797-.798 1.566-1.277 2.563-1.61 1.315-.436 2.948-.47 4.49-.094l.494.114c.028 0 .185-.38.166-.4-.043-.037-1.002-.265-1.49-.355a11 11 0 0 0-2.063-.189m10.683.792c-.028-.004.028.048.184.185 2.108 1.832 3.36 4.01 3.802 6.612.142.845.157 2.392.028 3.227-.365 2.35-1.385 4.386-3.047 6.057-1.855 1.87-4.1 2.966-6.81 3.322-.831.11-2.535.071-3.37-.071-.978-.166-1.97-.475-3.015-.926-.574-.251.432.39 1.287.817 2.53 1.267 5.468 1.557 8.258.82a11 11 0 0 0 2.132-.81c3.46-1.7 5.757-4.98 6.15-8.777.067-.655.034-1.917-.075-2.591a10.98 10.98 0 0 0-4.818-7.448 7 7 0 0 0-.617-.38.5.5 0 0 0-.089-.037zm-2.095 5.153a3.8 3.8 0 0 0-.697.049c-.854.166-1.438.674-1.609 1.4-.18.75.043 1.42.584 1.766.318.199.603.294 1.462.488.902.204 1.21.342 1.39.613.105.156.129.242.124.48 0 .17-.033.35-.08.436-.11.213-.414.455-.689.555-.536.195-1.547.185-2.316-.019-.66-.176-.589-.2-.589.19 0 .294.015.342.11.403.384.257 1.898.39 2.738.247.522-.09 1.03-.313 1.324-.574.105-.1.262-.318.347-.489.147-.294.157-.346.157-.816 0-.451-.015-.522-.133-.77-.266-.545-.731-.787-2.003-1.058-.869-.18-1.234-.375-1.405-.754-.223-.494.005-1.03.536-1.263.484-.209 1.533-.17 2.402.09l.294.09v-.74l-.228-.076c-.453-.15-1.138-.242-1.719-.247"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/codechef.svg b/mkdocs-material/material/templates/.icons/simple/codechef.svg new file mode 100644 index 0000000..3f01246 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/codechef.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.257.004q-.554.014-1.1.095c-.54.054-1.08.325-1.675.595-.757.324-1.515.649-2.218.703-1.19.378-1.568.919-1.892 1.351 0 .054-.054.108-.054.108-.433.865-.487 1.73-.325 2.595.162.541.378 1.029.54 1.515.38 1.028.758 2 .92 3.136.163.325.324.757.432 1.19.27.865.542 1.838 1.353 2.595l.006-.003c.017.019.03.04.048.057l.021-.01-.02-.584c.648-.974 1.566-1.623 2.864-1.893.52-.11 1.081-.15 1.663-.128a8.8 8.8 0 0 1 1.798.236c1.46.378 2.595 1.136 2.65 1.785.027.354.04.695.032 1.036q-.001.096-.007.193l.136.068a.64.64 0 0 0 .206-.19l.003-.003.006-.008c.04-.054.075-.124.11-.194.02-.037.038-.086.056-.129.205-.462.362-1.153.538-1.963.054-.27.11-.487.163-.703.433-.973 1.027-1.838 1.622-2.65.973-1.35 1.892-2.595 1.784-4.055-1.784-3.461-4.272-4.002-5.57-4.272-.216-.054-.323-.054-.485-.108-1.338-.244-2.494-.396-3.605-.365M16.3 14.383a10 10 0 0 0-.032-.983c-.054-.703-1.19-1.46-2.704-1.838a9.5 9.5 0 0 0-1.744-.236 6.8 6.8 0 0 0-1.555.128c-1.244.27-2.216.92-2.811 1.892l.051 1.431c.667-.355 1.733-.874 3.14-1 .065-.005.136-.005.204-.009.117-.013.266-.044.444-.044 1.607 0 3.268.534 4.877 1.648q.057-.412.07-.823l.045.023c.002-.063.014-.127.015-.19zM11.256.058c.124-.004.254.01.379.011q-.345-.003-.687.016c.103-.006.205-.024.308-.027m.498.015a16.569 16.569 0 0 0 0 0M10.44.13c-.076.009-.153.013-.229.024-.817.117-1.774.701-2.75 1.045.355-.132.714-.296 1.075-.45.54-.27 1.135-.541 1.621-.595.094-.014.189-.013.283-.024m-.229.24c.162 0 .379 0 .541.054a1 1 0 0 0-.37-.014 1.2 1.2 0 0 1 .316.068c.58 1-.426 5.279-.679 8.149.156 1.027.314 1.996.463 2.72-.703-1.784-1.406-4.921-1.515-7.354-.054-.973.001-1.839.218-2.487C9.4.855 9.725.423 10.21.369zm3.136.27c-.81 2.11-.918 6.11-.972 7.354-.054.54 0 1.73.054 2.595 0 .216.054.432.054.649 0-.217-.054-.379-.054-.595-.433-3.244-.974-7.136.918-10.002m3.352.379c-.27 2.162-1.405 3.19-1.783 5.3-.108 1.676-.325 3.622-.379 5.298-.054-1.676 0-3.46.27-5.245.27-1.838.865-3.677 1.892-5.353m-10.17.63a.86.86 0 0 1 .6.236l-.014-.007c.133.092.266.209.393.384-.204.968.255 3.032.04 4.67.076 1.548.071 3.18.849 4.459-.98-1.51-1.176-3.437-1.322-5.236-.113-1.09-.204-2.097-.464-2.903-.144-.305-.269-.575-.384-.822-.024-.037-.044-.079-.07-.114a.58.58 0 0 1-.162-.377c0-.054.053-.162.108-.162.054-.054.161-.056.215-.11a1 1 0 0 1 .21-.018m-1.347.613c-.06.02-.092.041-.14.061.177-.034.362.034.52.318-.188.892.436 3.369.428 5.104.313 1.848.55 3.85 1.572 5.115-1.19-1.351-1.676-3.73-2.054-5.731-.325-1.568-.596-2.92-1.136-3.352-.054-.108-.108-.163-.108-.271 0-.162 0-.379.108-.595-.277.634-.405 1.267-.37 1.901a3.84 3.84 0 0 1 .37-1.901c0-.054.054-.054.054-.108.012-.016.031-.035.044-.051a.9.9 0 0 1 .226-.257c.055-.061.096-.12.159-.182-.053.056-.088.11-.134.165.027-.018.052-.037.084-.052a.5.5 0 0 1 .377-.164m-.377.164c-.004.007-.008.01-.012.018l.037-.03zm14.76 1.134-.005.015c.038-.005.075-.017.113-.015-.037-.002-.076.01-.115.02-.863 2.642-1.887 5.284-2.911 7.926l-.002.003c-.087.465-.234.884-.54 1.19.433-.487.486-1.191.54-2.056.054-.811.054-1.676.487-2.542 0-.053.001-.105.053-.159l.001-.002c.097-.353.202-.689.317-1.018.418-1.29 1.14-3.166 2.013-3.34.016-.006.034-.019.05-.022M8.374 16.21l-.324.108c.162.217.27.38.378.433a.8.8 0 0 0 .379.108c.054 0 .161 0 .215-.054l.812-.27c.054 0 .108-.054.162-.054.108 0 .162 0 .27.054l.271.27.27-.054c-.108-.162-.27-.323-.378-.377s-.217-.11-.379-.11h-.108l-.866.325h-.161c-.109 0-.216 0-.27-.054s-.163-.162-.271-.325m-2.596.541c-.27.162-.649.433-1.19.649s-.973.433-1.19.649q-.323.324-.323.649c0 .108.054.163.162.217.054.054.163.054.217.108.757.324 1.514.702 2.216 1.08.109.054.217.163.272.217.054.054.107.054.161.054.109 0 .27-.053.378-.162q.162-.162.163-.325c0-.108-.055-.161-.163-.215 0 0-.433-.217-1.19-.541a12 12 0 0 1-1.188-.595c.162-.27.486-.487.973-.703.54-.216.92-.433 1.081-.595.054-.054.054-.108.054-.162a.4.4 0 0 0-.108-.217.42.42 0 0 0-.27-.108zm11.247 0a.4.4 0 0 0-.216.108c-.054.108-.109.163-.109.217v.054c.162.162.38.27.704.378.27.054.54.163.811.217q.486.162.649.486v.055c0 .054-.109.162-.325.27-.108.054-.325.217-.595.433-.27.162-.433.323-.595.377-.216.109-.378.217-.432.326-.054.054-.054.107-.054.161 0 .108.054.108.108.216s.162.11.216.11.108-.056.162-.056c.27-.162.65-.378 1.082-.757.486-.378.865-.648 1.082-.81.216-.108.323-.217.323-.38 0-.053 0-.161-.108-.215-.378-.433-.918-.702-1.567-.919-.108-.054-.27-.109-.595-.163-.162-.054-.325-.108-.433-.108zm-2.974.81c-.27 0-.487.056-.649.218-.216.162-.27.432-.216.757 0 .27.108.486.27.703s.379.325.595.325c.162 0 .27-.056.433-.11.27-.162.379-.432.379-.918 0-.379-.109-.649-.271-.81a.9.9 0 0 0-.541-.164zm-4.488.055c-.27 0-.486.055-.648.217-.217.162-.27.432-.216.757 0 .27.107.486.27.702s.378.326.594.326c.163 0 .271-.056.433-.11.27-.162.378-.432.378-.918 0-.433-.108-.703-.27-.81a.9.9 0 0 0-.54-.164zm0 .65c.163 0 .271.108.271.27s-.163.27-.27.27c-.163 0-.27-.108-.27-.27s.107-.27.27-.27m4.38.054c.162 0 .271.107.271.27 0 .108-.109.27-.27.27-.163 0-.27-.108-.27-.27s.107-.27.27-.27m-2.703 2.108.162.324a1 1 0 0 0 .216.271c.054.054.163.162.27.162h.109c.108 0 .161 0 .215-.054s.164-.054.218-.108l.161-.162c.054-.054.108-.109.108-.163.054-.054.054-.108.108-.162 0-.054.054-.108.054-.108-.054.108-.162.216-.216.324-.108.054-.161.163-.27.163-.107.054-.216.054-.324.054s-.216 0-.27-.054c-.108 0-.163-.054-.217-.108l-.162-.163c-.054-.054-.108-.162-.162-.216m-.866 1.028c-1.136 0-1.838 1.514-3.46.162-.432 2.65 2.758 2.866 4.11 1.73.92-.81.648-1.946-.65-1.892m2.866 0c-1.297-.054-1.568 1.082-.648 1.893 1.351 1.135 4.54.918 4.108-1.731-1.622 1.352-2.27-.162-3.46-.162"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/codeclimate.svg b/mkdocs-material/material/templates/.icons/simple/codeclimate.svg new file mode 100644 index 0000000..bbbf0ec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/codeclimate.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.125 5.272-4.511 4.475 2.684 2.659 1.827-1.813 5.19 5.145L24 13.079zM8.13 8.265 0 16.066l2.772 2.662 5.357-5.145 5.357 5.145 2.772-2.662z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/codecov.svg b/mkdocs-material/material/templates/.icons/simple/codecov.svg new file mode 100644 index 0000000..1f9478c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/codecov.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.006.481C5.391.486.005 5.831 0 12.399v.03l2.042 1.19.028-.018a5.8 5.8 0 0 1 3.308-1.02q.556 0 1.085.1l-.036-.006a5.7 5.7 0 0 1 2.874 1.43l-.004-.002.35.326.198-.434c.192-.42.414-.814.66-1.173.1-.144.208-.29.332-.446l.205-.257-.252-.211a8.33 8.33 0 0 0-3.836-1.807l-.052-.008a8.57 8.57 0 0 0-4.08.251l.06-.016c.972-4.256 4.714-7.223 9.133-7.226a9.3 9.3 0 0 1 6.6 2.713 9.2 9.2 0 0 1 2.508 4.498 8.4 8.4 0 0 0-2.498-.379h-.154q-.533.01-1.036.078l.045-.005-.042.006a8 8 0 0 0-.39.06q-.086.016-.17.033a8 8 0 0 0-.392.09l-.138.034a9 9 0 0 0-.483.144l-.03.01c-.354.12-.708.268-1.05.44l-.027.013a8 8 0 0 0-.47.256l-.035.022a8.2 8.2 0 0 0-2.108 1.8l-.011.014-.075.092a8 8 0 0 0-.378.503c-.088.13-.177.269-.288.452l-.06.104a9 9 0 0 0-.234.432l-.016.029c-.17.34-.317.698-.44 1.063l-.017.053a8 8 0 0 0-.41 2.716v-.007.112a12 12 0 0 0 .023.431l-.002-.037a12 12 0 0 0 .042.412l.005.042.013.103q.027.19.062.378c.241 1.266.845 2.532 1.745 3.66l.041.051.042-.05c.359-.424 1.249-1.77 1.325-2.577v-.015l-.006-.013a5.56 5.56 0 0 1-.64-2.595c0-3.016 2.37-5.521 5.396-5.702l.2-.007a5.93 5.93 0 0 1 3.47 1.025l.027.019L24 12.416v-.03a11.77 11.77 0 0 0-3.51-8.423A11.96 11.96 0 0 0 12.007.48z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/codecrafters.svg b/mkdocs-material/material/templates/.icons/simple/codecrafters.svg new file mode 100644 index 0000000..b7b6d95 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/codecrafters.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.825 17.527a.11.11 0 0 1-.107-.142l3.05-10.837a.11.11 0 0 1 .108-.081H14.2a.11.11 0 0 1 .107.141l-3.063 10.838a.11.11 0 0 1-.107.08H9.825Zm-2.146-2.732a.1.1 0 0 1-.079-.033l-2.667-2.704a.11.11 0 0 1 0-.156L7.6 9.211a.11.11 0 0 1 .08-.033h1.702c.1 0 .149.12.079.19l-2.534 2.534a.11.11 0 0 0 0 .157l2.535 2.546c.07.07.02.19-.079.19zm6.954 0a.111.111 0 0 1-.079-.19l2.525-2.546a.11.11 0 0 0 0-.157l-2.524-2.535a.111.111 0 0 1 .079-.19h1.692q.047.001.078.034l2.68 2.69a.11.11 0 0 1 0 .157l-2.68 2.704a.11.11 0 0 1-.078.033zM12 24C5.383 24 0 18.617 0 12S5.383 0 12 0s12 5.383 12 12-5.383 12-12 12m0-22.667C6.118 1.333 1.333 6.118 1.333 12S6.118 22.667 12 22.667 22.667 17.882 22.667 12 17.882 1.333 12 1.333"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/codefactor.svg b/mkdocs-material/material/templates/.icons/simple/codefactor.svg new file mode 100644 index 0000000..c4492d8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/codefactor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.375 2.65a2.64 2.64 0 0 1-2.62 2.65 2.64 2.64 0 0 1-2.63-2.65A2.64 2.64 0 0 1 2.755 0a2.64 2.64 0 0 1 2.62 2.65m0 9.35a2.64 2.64 0 0 1-2.62 2.65A2.64 2.64 0 0 1 .125 12a2.64 2.64 0 0 1 2.63-2.65A2.64 2.64 0 0 1 5.375 12m0 9.35A2.64 2.64 0 0 1 2.755 24a2.64 2.64 0 0 1-2.63-2.65 2.64 2.64 0 0 1 2.63-2.65 2.64 2.64 0 0 1 2.62 2.65M11.315 0a2.64 2.64 0 0 0-2.61 2.65 2.64 2.64 0 0 0 2.6 2.65h9.94a2.64 2.64 0 0 0 2.63-2.65A2.64 2.64 0 0 0 21.255 0zm-2.61 12a2.64 2.64 0 0 1 2.62-2.65h5.68a2.64 2.64 0 0 1 2.6 2.65 2.64 2.64 0 0 1-2.6 2.65h-5.7a2.64 2.64 0 0 1-2.6-2.65"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/codeforces.svg b/mkdocs-material/material/templates/.icons/simple/codeforces.svg new file mode 100644 index 0000000..69a4662 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/codeforces.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.5 7.5A1.5 1.5 0 0 1 6 9v10.5A1.5 1.5 0 0 1 4.5 21h-3C.673 21 0 20.328 0 19.5V9c0-.828.673-1.5 1.5-1.5zm9-4.5A1.5 1.5 0 0 1 15 4.5v15a1.5 1.5 0 0 1-1.5 1.5h-3c-.827 0-1.5-.672-1.5-1.5v-15c0-.828.673-1.5 1.5-1.5zm9 7.5A1.5 1.5 0 0 1 24 12v7.5a1.5 1.5 0 0 1-1.5 1.5h-3a1.5 1.5 0 0 1-1.5-1.5V12a1.5 1.5 0 0 1 1.5-1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/codefresh.svg b/mkdocs-material/material/templates/.icons/simple/codefresh.svg new file mode 100644 index 0000000..3d0d5ea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/codefresh.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 2.84c1.402 2.71 1.445 5.241 2.977 10.4 1.855 5.341 8.703 5.701 9.21 5.711.46.726 1.513 1.704 3.926 2.21l.268-1.272c-2.082-.436-2.844-1.239-3.106-1.68l-.005.006c.087-.484 1.523-5.377-1.323-9.352C7.182 3.583 0 2.84 0 2.84m24 .84c-3.898.611-4.293-.92-11.473 3.093a11.88 11.88 0 0 1 2.625 10.05c3.723-1.486 5.166-3.976 5.606-6.466 0 0 1.27-4.716 3.242-6.677M12.527 6.773l-.002-.002v.004zM2.643 5.22s5.422 1.426 8.543 11.543c-2.945-.889-4.203-3.796-4.63-5.168h.006a15.86 15.86 0 0 0-3.92-6.375z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/codeigniter.svg b/mkdocs-material/material/templates/.icons/simple/codeigniter.svg new file mode 100644 index 0000000..e9b808c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/codeigniter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.466 0c.88 1.423-.28 3.306-1.207 4.358-.899 1.02-1.992 1.873-2.985 2.8-1.066.996-2.091 2.044-2.967 3.213-1.753 2.339-2.827 5.28-2.038 8.199.788 2.916 3.314 4.772 6.167 5.429-1.44-.622-2.786-2.203-2.79-3.82-.003-1.765 1.115-3.262 2.505-4.246-.167.632-.258 1.21.155 1.774a1.68 1.68 0 0 0 1.696.642c1.487-.326 1.556-1.96.674-2.914-.872-.943-1.715-2.009-1.384-3.377.167-.685.588-1.328 1.121-1.787-.41 1.078.755 2.14 1.523 2.67 1.332.918 2.793 1.612 4.017 2.688 1.288 1.132 2.24 2.661 2.047 4.435-.208 1.923-1.736 3.26-3.45 3.936 3.622-.8 7.365-3.61 7.44-7.627.093-3.032-1.903-5.717-5.158-7.384.19.48.074.697-.058.924-.55.944-2.082 1.152-2.835.184-1.205-1.548.025-3.216.197-4.855.215-2.055-1.073-4.049-2.67-5.242"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/codeium.svg b/mkdocs-material/material/templates/.icons/simple/codeium.svg new file mode 100644 index 0000000..1020b4f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/codeium.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 0a1 1 0 0 0-1 1v22q0 .094.018.184L0 23.199l.025.026c.103.443.5.775.975.775h22a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1zm.707 1h20.582l-2 2H3.707zM23 1.705v20.588l-2-2V3.705zM1 1.707l2 2v16.492l-2 2zM4 4h16v16H4zm3.537 3q-1.51 0-1.51 1.605v2.297q0 .6-.554.6a.47.47 0 0 0-.344.139.5.5 0 0 0-.129.365.5.5 0 0 0 .129.353.47.47 0 0 0 .344.139q.555 0 .554.6v2.297Q6.027 17 7.537 17q.205 0 .334-.148A.5.5 0 0 0 8 16.498a.5.5 0 0 0-.129-.365.44.44 0 0 0-.334-.139q-.564 0-.564-.6v-2.296q0-.69-.297-1.092.148-.207.222-.485.075-.274.075-.619V8.605q0-.6.564-.6a.44.44 0 0 0 .334-.138A.5.5 0 0 0 8 7.512a.53.53 0 0 0-.129-.364A.43.43 0 0 0 7.537 7m8.926 0a.43.43 0 0 0-.334.148.53.53 0 0 0-.129.364.5.5 0 0 0 .129.355.44.44 0 0 0 .334.139q.564 0 .564.6v2.296q0 .345.075.62.073.276.222.484-.296.403-.297 1.092v2.297q0 .6-.564.6a.44.44 0 0 0-.334.138.5.5 0 0 0-.129.365q0 .217.129.354a.43.43 0 0 0 .334.148q1.51 0 1.51-1.605v-2.297q0-.6.554-.6a.44.44 0 0 0 .334-.139.48.48 0 0 0 .139-.353.5.5 0 0 0-.139-.365.44.44 0 0 0-.334-.139q-.554 0-.554-.6V8.605Q17.973 7 16.463 7m-7.25 6a.74.74 0 0 0-.496.227.72.72 0 0 0-.217.529.74.74 0 0 0 .75.744.74.74 0 0 0 .75-.744.72.72 0 0 0-.217-.53A.7.7 0 0 0 9.25 13zm2.75 0a.74.74 0 0 0-.496.227.72.72 0 0 0-.217.529.74.74 0 0 0 .217.53q.228.214.533.214a.74.74 0 0 0 .75-.744.72.72 0 0 0-.217-.53A.7.7 0 0 0 12 13zm2.75 0a.74.74 0 0 0-.496.227.72.72 0 0 0-.217.529.74.74 0 0 0 .217.53q.228.214.533.214a.74.74 0 0 0 .75-.744.72.72 0 0 0-.217-.53.7.7 0 0 0-.533-.226zm-11.1 8h16.68l2 2H1.613z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/codemagic.svg b/mkdocs-material/material/templates/.icons/simple/codemagic.svg new file mode 100644 index 0000000..0da64f3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/codemagic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.833 10.117 16.937 7.24c-.07-.035-.106-.106-.142-.177l-2.912-5.896c-.498-1.03-1.776-1.457-2.807-.96a2.1 2.1 0 0 0-.959.96L7.205 7.063a.8.8 0 0 1-.142.177l-5.896 2.913c-1.03.497-1.457 1.776-.96 2.806a2.1 2.1 0 0 0 .96.96l5.896 2.876c.07.036.106.107.142.142l2.948 5.896c.497 1.03 1.776 1.457 2.806.96a2.1 2.1 0 0 0 .959-.96l2.877-5.896c.036-.07.107-.142.142-.142l5.896-2.912c1.03-.498 1.457-1.776.96-2.806-.178-.427-.533-.746-.96-.96m-4.368.427-2.735 2.38c-.533.497-.924 1.136-1.066 1.847l-.71 3.551c-.036.143-.178.25-.32.214-.071 0-.107-.036-.142-.107l-2.38-2.735c-.497-.533-1.137-.923-1.847-1.066l-3.552-.71c-.142-.035-.249-.178-.213-.32 0-.07.035-.106.106-.142l2.735-2.38c.533-.497.924-1.136 1.066-1.847l.71-3.551c.036-.143.178-.25.32-.214a.27.27 0 0 1 .142.071l2.38 2.735c.497.533 1.137.924 1.847 1.066l3.552.71c.142.036.249.178.213.32a.4.4 0 0 1-.106.178"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/codementor.svg b/mkdocs-material/material/templates/.icons/simple/codementor.svg new file mode 100644 index 0000000..7036696 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/codementor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.487 14.887c.39 0 .706.314.706.7a.703.703 0 0 1-.706.7H5.632a.703.703 0 0 1-.707-.7c0-.386.317-.7.707-.7zm.69-2.593c.39 0 .706.315.706.7a.703.703 0 0 1-.707.7H5.648a.703.703 0 0 1-.706-.7c0-.386.316-.7.706-.7zm3.864-3.46a2.11 2.11 0 0 1 2.118-2.099 2.11 2.11 0 0 1 2.118 2.1 2.115 2.115 0 0 1-2.118 2.103 2.116 2.116 0 0 1-2.118-2.104m6.259 6.559c.1.619-.378 1.18-1.005 1.178h-6.272a1.016 1.016 0 0 1-1.005-1.178c.315-1.942 1.391-3.509 2.796-4.13a2.77 2.77 0 0 0 2.69 0c1.405.621 2.482 2.19 2.796 4.13m-8.712-4.29c-8.38 0-.147-.002-4.941-.002a.703.703 0 0 1-.707-.7c0-.386.317-.7.707-.7l4.941.001c.39 0 .707.314.706.701a.7.7 0 0 1-.706.7m-4.94-2.594a.7.7 0 0 1-.707-.7c0-.386.317-.7.707-.7h4.94c.389 0 .705.313.705.7a.703.703 0 0 1-.706.699zm7.809 10.117a.66.66 0 0 0 .66-.654h7.06v-12.6H2.824v12.599h7.059c0 .361.295.654.66.654zM24 17.972v.957c0 .605-.496 1.096-1.106 1.096H1.106c-.61 0-1.106-.49-1.106-1.096v-.957h1.413V5.357c0-.763.623-1.382 1.394-1.382h18.387c.77 0 1.394.619 1.394 1.382v12.615Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/codemirror.svg b/mkdocs-material/material/templates/.icons/simple/codemirror.svg new file mode 100644 index 0000000..bf8c277 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/codemirror.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.313.858c1.044-.002 2.016.364 2.966 1.178.799.685 1.167 1.52 1.453 2.159.455 1.018.321 1.112-.18 1.398a1.3 1.3 0 0 1-.26.108c.12 1.502.962 1.637 1.232 2.165.176.34.262.752-.553.881-.819.13-.552.76-1.763.815-.864.041-1.372-.257-1.665-.568a4.64 4.64 0 0 1-.623 2.478c.21.104.67.306 1.305.422.881.16 2.155-.522 2.644-.522.153 0 .313-.022.49-.025.374-.007.827.072 1.47.622l.034-.075c-.376-.515-.212-1.885.49-3.535.811-1.904 1.803-3.534 2.606-3.099v-.004c.725.392.36 1.916-.45 3.82-.697 1.636-1.377 2.939-2.083 3.043l-.079.241c.834.662.667.978.441 1.52-.262.619.114 1.175-1.222 1.403a1 1 0 0 1-.434-.025c-.098.232-.177.412-.177.412s-.13.357-.478.232c-.357-.13-.263-.388-.263-.388l.344-.625c-.214-.231-.327-.492-.297-.586.133-.294.455-.031.423-.356-.619.066-1.206-.294-1.336-.326-.13-.031-.066-.325-1.109.326-.414.258-.794.517-1.18.762.153.784 1.057 2.016 1.74 2.106 2.152-.098 2.152 1.34 1.991 1.37-.325-.618-.846-.489-1.532-.097s.13.325.423.552c-1.437.608-2.848-.537-3.247-.901-.568.903-1.673 1.543-2.438 1.885-.944.423-1.65.983-.944 1.336.588.294.913-.455 1.763-.588.846-.13 1.599.196 1.665.686-.356-.196-.619-.196-.619-.196s.294.196.325.52c.032.326-.03.162-.227.162-.49 0-.552-.424-.98-.357-1.077.098-1.14.552-1.727.62-.588.062-1.567-.26-1.434-1.012.13-.748 1.14-1.273 2.088-1.665.944-.392 2.382-1.63 2.186-2.743-.096-.546-.351-.768-.585-.852-.683.27-1.4.45-2.13.531-2.1.257-2.804-.742-2.983-1.09-1.302.933-3.153 1.275-3.842 2.422.294-1.63 1.175-2.155 3.232-3.099 2.052-.942 2.478-2.891 2.48-2.901v-.006.006c-.002.03-.101 1.773-1.247 3.03.39.746.984 1.125 2.36.984 1.567-.16 3.828-1.52 5.419-2.316 1.109-.556 1.598.49 2.382.553 1.09.09.196 1.238.196 1.238s.819-.13.98-.423c.16-.294-.099-.49.16-.749.262-.262.227-.556-.145-.83-.33-.243-.537-.568-1.614-1.058-1.078-.49-1.994.454-3.233.748-.932.22-1.77-.183-2.129-.399-.956 1.024-2.141 1.222-2.141 1.222v-.004c1.175-.686 1.908-1.931 2.225-3.009.234-.795.07-1.655-.033-2.052-1.51-.03-2.627-1.478-2.627-1.478h.004s1.924 1.238 3.49.717c1.564-.521 1.305-3.554 1.337-3.393.015.078.262.692.3 1.436.367-.044 1.705-.25 1.424-.887-.884-1.99-2.486-3.235-5.312-3.374.518 2.805-1.864 2.038-5.616 3.961C1.687 7.243.653 10.448 1.107 14.17c.277 2.245 1.718 4.716 4.387 6.323a2.58 2.58 0 0 0 1.647-.834c.815-.913.356-2.35 1.696-2.872a4.1 4.1 0 0 1 1.472-.296c.491-.003.781.1.781.1s-2.382.325-2.578 1.697c-.196 1.371-.52 1.99-1.042 2.413-.238.186-.51.324-.802.405 1.564.7 3.462 1.127 5.703 1.127 7.15 0 10-5.673 10.305-7.193.34-1.681 1.324-2.08 1.324-.286 0 3.428-5.136 8.388-11.601 8.388S2.345 19.647.876 16.842C-.594 14.032-.2 9.758 1.954 7.18c2.154-2.582 5.081-3.166 7.2-3.851 2.017-.653 1.91-1.86 1.895-1.975q-.496-.023-.993-.004c.796-.318 1.543-.491 2.257-.492m9.299 4.492c-.358.006-1.19 1.31-1.863 2.994-.705 1.77-.909 3.314-.69 3.436.122.067 1.168-1.203 1.873-2.97.706-1.77 1.054-3.326.729-3.452a.1.1 0 0 0-.05-.008zm-6.66.502c-.01.779-.283 1.647-1.284 2.178q-.12.064-.236.112a4 4 0 0 1 .076.42c.27.151.672.34 1.112.413.784.129 1.34-.396 1.568-.588s.572-.047.732-.016c.16.036.486-.062.259-.16-.231-.098-.49-.44-.686-.862-.208-.833-.5-1.19-.653-1.33-.248.122-.579.029-.8-.12q-.046-.022-.088-.047m6.396.166h.014l-.036.014q-.008.006-.015.016c.016.07.007.146.007.225a.8.8 0 0 1-.03.24c.006.015 0 .04 0 .059-.019.024-.004.044-.009.064.03.029.074.063.054.102-.01.025-.04.035-.069.044-.014.07-.034.147-.049.226 0 .02 0 .049-.004.068-.015.05-.03.093-.045.147-.01.044 0 .128-.048.137-.02.05-.03.089-.054.138-.01.004-.02-.005-.03 0v.001a1 1 0 0 1-.03.18c0 .02-.004.054-.004.078-.025.034-.01.059-.02.088.035.04.079.079.054.137-.014.04-.054.05-.088.069-.03.093-.059.206-.088.308q-.006.047-.02.094c-.024.063-.054.127-.073.2-.02.06-.015.167-.078.177-.03.063-.045.112-.079.176-.015.01-.024-.005-.039 0-.015.02-.02.049-.034.069-.01.01-.025.01-.035.024-.02.03-.014.073-.034.118a.3.3 0 0 0-.054.063l-.005.01c-.023.062-.034.136-.062.196.023-.197.045-.426.063-.662.009-.17.022-.382.037-.599a6.4 6.4 0 0 0-.01-.89l.031-.063.064-.123c.014-.151.026-.256.03-.24a1 1 0 0 1 .023.14q.051-.09.113-.193c.04-.069.074-.142.118-.196.03-.04.078-.117.113-.19.01-.025.01-.05.048-.055.035-.044.064-.098.103-.137.01-.01.025-.015.035-.02.01-.01.014-.024.029-.034.024-.02.069-.039.098-.078q.006-.015.02-.03c.012-.015.03-.045.05-.068l-.001-.01.017-.006a.1.1 0 0 1 .022-.014m-.993 1.453q-.086 1.087-.128 2.175l-.045.095c-.049.117-.122.254-.171.391l-.015.079c-.02.054-.049.107-.064.161-.03.084-.068.23-.147.309-.004.01-.024.02-.034.03-.01.014-.005.034-.02.053l-.017.011.117-1.412c.006-.26.033-.515.07-.746l-.003-.032c.015-.083.025-.147.049-.24l.01-.03c.078-.384.164-.645.164-.645l-.032.308q.018-.042.04-.084c.014-.03.038-.054.053-.088.005-.015.01-.04.015-.059.046-.095.102-.184.158-.276m-.599 1.579c-.073.505-.127 1.15-.06 1.744q-.008.017-.018.034c-.025.024-.06.039-.084.068-.014.02-.024.05-.044.074a1 1 0 0 1-.068.078l-.088.128a.2.2 0 0 1-.098.088c-.02.01-.05.005-.074.01-.014-.02 0-.05 0-.074 0-.01-.01-.024-.01-.034 0-.03-.004-.084 0-.113 0-.03.025-.054.035-.098.005-.034 0-.073 0-.112 0-.015.005-.035.005-.06 0-.029 0-.043.004-.083a.6.6 0 0 0-.004-.132c.02-.103.029-.186.058-.308.01-.054.035-.152.06-.216.019-.063.043-.127.063-.196q.031-.103.068-.205c.015-.044.04-.084.06-.133.009-.024.009-.053.019-.083.02-.059.044-.122.073-.176l.083-.162zm-6.268 6.006q-.195.111-.4.215c.283.203.905.778.65 1.775a2 2 0 0 1-.038.132c.525.729 1.273 1.112 1.657 1.168.42.063.239-.164.176-.391-.066-.228.392-.294.65-.455.26-.164.13-.423-.716-.294-.762.12-1.833-1.545-1.979-2.15"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/codenewbie.svg b/mkdocs-material/material/templates/.icons/simple/codenewbie.svg new file mode 100644 index 0000000..542b70d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/codenewbie.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.071 0A12.02 12.02 0 0 0 2.31 5.011c-2.913 4.075-2.879 9.774.068 13.821.094.13.196.254.292.367.27.306.543.59.782.82.18.165.386.345.615.517q.626.507 1.343.873c-.429-.2-.834-.401-1.177-.58-.075-.036-.139-.077-.207-.112-.22-.11-.422-.228-.616-.339a5.5 5.5 0 0 1-.747-.527c-.153 1.044-.754 1.895-1.792 2-.975.096-.954 1.383 0 1.5 2.647.33 5.45.648 8.22.648 1.68.014 3.359-.128 5.013-.426.38-.098.758-.182 1.079-.27 5.512-1.53 9.055-6.856 8.64-12.487a1 1 0 0 0 0-.11c-.61-4.85-3.896-9-8.697-10.301A11.7 11.7 0 0 0 12.07 0zm-.108 3.025a.68.68 0 0 1 .396.14 11 11 0 0 1 1.86 1.677 16.7 16.7 0 0 1 2.874-.246h.432c.95.027.962 1.5.027 1.5h-.443q-.928 0-1.847.117a16.7 16.7 0 0 1 1.765 3.486c.947-.194 1.91-.303 2.877-.326h.02c.95 0 .935 1.482-.02 1.501q-1.205.034-2.387.264a26.4 26.4 0 0 1 .893 4.221c.057.479-.285.715-.66.715a.83.83 0 0 1-.846-.715 30 30 0 0 0-.23-1.411 24 24 0 0 0-.635-2.463 20 20 0 0 0-.505-1.418 15.7 15.7 0 0 0-1.93-3.577c-.263.069-.519.125-.782.2a15 15 0 0 0-1.805.616 20.5 20.5 0 0 1 1.798 3.791q.94-.451 1.93-.782l.713 1.35a15.5 15.5 0 0 0-2.18.872 20.7 20.7 0 0 1 .782 5.25.7.7 0 0 1-.74.726.723.723 0 0 1-.76-.727v-.228a19 19 0 0 0-.638-4.303 16 16 0 0 0-.449-1.473A19 19 0 0 0 9.674 7.95a8 8 0 0 0-.616.36c-.92.548-1.762 1.22-2.502 1.995a.69.69 0 0 1-.503.232c-.563 0-1.073-.754-.563-1.29A13.4 13.4 0 0 1 8.514 6.88q.146-.091.304-.173-.333-.468-.712-.899a1 1 0 0 0-.07-.09c-.485-.554.023-1.306.57-1.306a.65.65 0 0 1 .496.248q.57.662 1.079 1.376l.013.007a14.6 14.6 0 0 1 1.923-.7q.195-.065.396-.109a7 7 0 0 0-.85-.727.4.4 0 0 0-.063-.048c-.646-.463-.243-1.434.363-1.434m-1.386 9.299.55 1.44a16.4 16.4 0 0 0-2.656 2.157c-.159.13-.338.218-.5.215-.575 0-1.088-.752-.56-1.28a18.4 18.4 0 0 1 3.166-2.532"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/codepen.svg b/mkdocs-material/material/templates/.icons/simple/codepen.svg new file mode 100644 index 0000000..48f9fcf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/codepen.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.144 13.067v-2.134L16.55 12zm1.276 1.194a1 1 0 0 1-.006.083l-.005.028-.011.053-.01.031-.017.047-.014.03-.021.043-.019.03a.6.6 0 0 1-.08.1l-.026.025-.036.03-.029.022-.01.008-6.782 4.522a.64.64 0 0 1-.708 0L4.864 14.79l-.01-.008a1 1 0 0 1-.065-.052l-.026-.025-.032-.034-.021-.028a.6.6 0 0 1-.067-.11l-.014-.031-.017-.047-.01-.03q-.006-.027-.01-.054l-.006-.028a1 1 0 0 1-.006-.083V9.739a1 1 0 0 1 .006-.083l.005-.027.011-.054.01-.03a.6.6 0 0 1 .12-.217l.031-.034.026-.025a1 1 0 0 1 .065-.052l.01-.008 6.782-4.521a.64.64 0 0 1 .708 0l6.782 4.521.01.008.03.022.035.03q.014.012.026.025a.6.6 0 0 1 .08.1l.019.03.021.043.014.03q.01.024.017.047l.01.031q.006.027.01.054l.006.027a1 1 0 0 1 .006.083zM12 0C5.373 0 0 5.372 0 12c0 6.627 5.373 12 12 12 6.628 0 12-5.372 12-12 0-6.627-5.372-12-12-12m0 10.492L9.745 12 12 13.51 14.255 12zm.638 4.124v2.975l4.996-3.33-2.232-1.493zm-6.272-.356 4.996 3.33v-2.974l-2.764-1.849zm11.268-4.52-4.996-3.33v2.974l2.764 1.85zm-6.272-.356V6.41L6.366 9.74l2.232 1.493zm-5.506 1.549v2.134L7.45 12Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/codeproject.svg b/mkdocs-material/material/templates/.icons/simple/codeproject.svg new file mode 100644 index 0000000..3dbcf8e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/codeproject.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.644 21.576c-.837-.038-2.143.467-2.43.209-.378-.34.28-1.882.531-2.19.172-.204.452-.523.605-.663.594-.552.967-1.32.964-2.177-.004-.941-.281-1.278.659-.532.324.258.768.59 1.335.854 1.14.524-1.32-1.68-1.788-2.102-.788-.698-1.045-1.08-.609-1.353q.52-.327.977-.723c1.195-1.036 2.047-2.607 1.878-4.897-.15-2.091-4.09-7.979-5.14-8.002-.851-.018-2.58 2.107-3.527 3.256-1.028 1.247-2.637 3.408-2.958 4.677a4.7 4.7 0 0 0-.135 1.181c0 1.44.75 2.784 1.898 3.744.703.586 1.48 1.038.237 2.31-.74.76-2.433 2.363-1.452 1.91.572-.265 1-.614 1.34-.855.71-.504.99-.669.833-.03-.034.133-.028.274-.028.41 0 .893.37 1.69.95 2.278.15.154.586.486.833.7.586.506 1.196 1.864.816 2.202-.287.259-1.593-.246-2.426-.208-.837.037-2.276.566-2.239 1.563.037.998 3.17.851 3.9.858 1.645.012 1.089-.643 1.645-.631.555.016 0 .611 1.85.621.73.004 3.678.15 3.715-.847.042-.998-1.4-1.525-2.234-1.563m-5.502 1.789c-.665.281-1.536.244-1.764-.15-.226-.398 1.138-.717 1.498-.772.359-.057 1.138-.132 1.422.396.332.613-.495.241-1.156.526M8.257 9.099c0-.348.028-.685.103-1.007.254-1.088 1.467-2.977 2.272-4.042.744-.984 1.761-2.88 2.43-2.863.82.02 4.274 5.173 4.395 6.96.127 1.961-.535 3.305-1.47 4.193-.807.764-1.783 1.367-2.939 1.367-2.31 0-4.791-2.098-4.791-4.608m2.129 7.714c0-1.216.994-2.204 2.221-2.204a2.21 2.21 0 0 1 2.219 2.204c0 1.218-.99 2.201-2.219 2.201a2.21 2.21 0 0 1-2.221-2.201m1.927 4.986c-.237 0-.46-.905-.463-1.145-.007-.356.038-.755.474-.755s.47.398.473.755c.005.33-.248 1.145-.484 1.145m3.954 1.415c-.226.395-1.1.432-1.765.15-.66-.284-1.487.087-1.155-.526.284-.527 1.063-.452 1.423-.396.358.055 1.727.375 1.497.772M15.081 5.857c-.456 0-.85.31-1.172.775-.158.23-.45.41-.826-.23-.35-.593-.92-.922-1.508-.922-1.178 0-2.135 1.413-2.135 3.156 0 1.74.957 3.153 2.135 3.153.737 0 1.37-.557 1.769-1.39.154-.324.386-.263.566-.02.336.457.716.776 1.172.776.92 0 1.663-1.187 1.663-2.646-.001-1.466-.744-2.652-1.664-2.652m-3.506 4.987c-.826 0-1.498-.99-1.498-2.21 0-1.226.672-2.216 1.498-2.216s1.498.99 1.498 2.217c0 1.218-.672 2.21-1.498 2.21zm3.506-.483c-.641 0-1.162-.83-1.162-1.856 0-1.028.52-1.857 1.162-1.857.644 0 1.167.829 1.167 1.857 0 1.026-.522 1.856-1.167 1.856m.471-1.905c0 .481-.189.876-.419.876s-.418-.395-.418-.876c0-.488.188-.882.418-.882s.42.393.42.882zm-2.414 8.978a.418.418 0 0 1-.836 0c0-.229.189-.413.418-.413s.418.185.418.413M5.57 17.36c-.165 0-1.688.02-2.163.227-.474.21.284.508.928.544.322.02.22.26.076.453-1.155 1.58-.265 1.263.513.565.192-.17.265.057.285.265.018.206.51 1.75.665-.208.063-.81.113-1.241.077-1.526-.038-.282-.193-.32-.381-.32m12.858 0c.161 0 1.687.02 2.163.227.474.21-.284.508-.932.544-.32.02-.217.26-.076.453 1.158 1.58.268 1.263-.51.565-.192-.17-.265.057-.285.265-.021.206-.516 1.75-.665-.208-.064-.81-.113-1.241-.076-1.526.04-.282.19-.32.381-.32m-6.254-8.812c0 .607-.235 1.101-.524 1.101-.288 0-.521-.494-.521-1.1 0-.608.233-1.101.52-1.101.289 0 .525.493.525 1.1m3.377-.091c0 .481-.189.876-.419.876s-.418-.395-.418-.876c0-.488.188-.882.418-.882s.42.393.42.882Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/coder.svg b/mkdocs-material/material/templates/.icons/simple/coder.svg new file mode 100644 index 0000000..e80f9a1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/coder.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.899 3.548c-2.247 0-3.116 1.152-3.116 3.236v1.077a4.9 4.9 0 0 1 1.594-.277c.319 0 .638.03.943.103v-.598c0-.845.434-1.34 1.303-1.34h.32v-2.2Zm7.565 0v2.2h.319c.884 0 1.305.482 1.305 1.342v2.884c0 1.253.377 1.764 1.203 2.026-.826.248-1.203.773-1.203 2.026v2.141c0 .597 0 1.181-.16 1.779a4.4 4.4 0 0 1-.783 1.529 4 4 0 0 1-.695.685v.292h1.043c2.247 0 3.116-1.152 3.116-3.236v-3.264c0-.583.304-.845.796-.845H24v-2.2h-.58v-.014c-.477 0-.795-.277-.795-.846V6.785c0-2.085-.871-3.237-3.118-3.237Zm-5.363 2.813a.13.13 0 0 0-.13.13v.25c0 .072.058.13.13.13h3.219c.072 0 .144-.058.144-.13v-.25a.13.13 0 0 0-.13-.13Zm0 1.574a.13.13 0 0 0-.13.13v.249c0 .073.058.13.13.13h4.697c.073 0 .116-.072.116-.13v-.248a.13.13 0 0 0-.13-.13ZM9.406 8.94a4.86 4.86 0 0 0-4.362 2.754c-.015 0-.014.015-.03.015a4.4 4.4 0 0 0-1.564.102A4.53 4.53 0 0 0 .044 15.6a4 4 0 0 0-.044.553c0 .554.377 1.065.928 1.138a1.088 1.088 0 0 0 1.26-1.094c0-.102 0-.218.016-.32a2.31 2.31 0 0 1 1.753-1.939 2.1 2.1 0 0 1 .855-.043c.884.116 1.754-.335 2.13-1.122.276-.583.71-1.093 1.29-1.37a2.65 2.65 0 0 1 2.029-.117c.696.248 1.218.773 1.537 1.429.333.641.492 1.092 1.202 1.18.29.043 1.102.03 1.406.014.594 0 1.189.204 1.609.626a2.23 2.23 0 0 1 .565 1.065 2.2 2.2 0 0 1-.42 1.807 2.1 2.1 0 0 1-1.072.728 2.2 2.2 0 0 1-.61.074h-3.202c-.638 0-1.145-.51-1.145-1.152v-4.27a.323.323 0 0 0-.32-.32h-.449c-.884.015-1.594 1.006-1.594 2.055v3.831a2.047 2.047 0 0 0 2.044 2.056l5.102-.015a4.34 4.34 0 0 0 2.956-1.633c.725-.889 1.058-2.054.913-3.25-.232-1.85-1.652-3.393-3.478-3.743a4 4 0 0 0-1.507-.03c-.015 0-.015-.014-.03-.014-.797-1.676-2.507-2.784-4.362-2.784m5.102.57a.13.13 0 0 0-.116.131v.247a.13.13 0 0 0 .13.131h2.348c.073 0 .13-.073.13-.13V9.64a.13.13 0 0 0-.13-.13Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/codersrank.svg b/mkdocs-material/material/templates/.icons/simple/codersrank.svg new file mode 100644 index 0000000..ae3eaab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/codersrank.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23.134 8.64-5.973-3.62a.286.286 0 0 0-.412.125l-1.4 3.286 2.842 1.696a.53.53 0 0 1 0 .921l-5.335 3.14-2.267 5.274a.127.127 0 0 0 .052.203.12.12 0 0 0 .134-.035l3.914-2.365 1.545 2.219a.37.37 0 0 0 .309.167h3.708a.37.37 0 0 0 .327-.2.38.38 0 0 0-.018-.386l-2.513-3.852 5.088-3.077q.865-.524.865-1.172V9.813q0-.649-.866-1.172zM13.082 4.35.845 12.052q-.865.523-.845 1.171v1.173q.021.648.866 1.15l6.056 3.496a.286.286 0 0 0 .412-.146l1.36-3.286-2.884-1.633a.52.52 0 0 1-.275-.384.53.53 0 0 1 .254-.537l5.295-3.245 2.183-5.316a.13.13 0 0 0-.04-.142.12.12 0 0 0-.146-.005z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/coderwall.svg b/mkdocs-material/material/templates/.icons/simple/coderwall.svg new file mode 100644 index 0000000..1fc2526 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/coderwall.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.354 18.708a2.647 2.647 0 0 1 0 5.292 2.65 2.65 0 0 1-2.646-2.646 2.65 2.65 0 0 1 2.646-2.646M12 9.354c1.46 0 2.646 1.186 2.646 2.646S13.46 14.646 12 14.646 9.354 13.46 9.354 12 10.54 9.354 12 9.354m9.354 0C22.814 9.354 24 10.54 24 12s-1.186 2.646-2.646 2.646S18.708 13.46 18.708 12s1.185-2.646 2.646-2.646M12 0a2.647 2.647 0 0 1 0 5.292c-1.46 0-2.646-1.186-2.646-2.646S10.54 0 12 0M2.646 0a2.647 2.647 0 0 1 0 5.292C1.186 5.292 0 4.106 0 2.646S1.186 0 2.646 0m18.708 0a2.647 2.647 0 0 1 0 5.292 2.647 2.647 0 0 1 0-5.292"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/codesandbox.svg b/mkdocs-material/material/templates/.icons/simple/codesandbox.svg new file mode 100644 index 0000000..5fcdef5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/codesandbox.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 24h24V0H0v2.455h21.546v19.09H2.454V0H0Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/codeship.svg b/mkdocs-material/material/templates/.icons/simple/codeship.svg new file mode 100644 index 0000000..792af3e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/codeship.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.372 0 0 5.372 0 12s5.372 12 12 12 12-5.372 12-12S18.628 0 12 0m0 1.334c.824 0 1.636.191 2.373.56a.53.53 0 0 1 .294.474v1.519a16 16 0 0 0-5.334 0V2.368c0-.2.114-.384.294-.474A5.3 5.3 0 0 1 12 1.334m5.143 4.595c.114.043.19.152.19.274v2.122A21 21 0 0 0 12 6.648c-1.951.344-3.794.943-5.333 1.677V6.203c0-.122.076-.231.19-.274a14.7 14.7 0 0 1 5.038-.933c1.926-.024 3.725.37 5.248.933M12 8s3.752.625 6.411 2.482c.145.101.18.299.084.448-1.104 1.74-1.97 3.922-2.596 5.838 1.252-1.28 2.24-2.085 4.1-2.101.9 0 1.598.202 2.185.516C20.42 20.618 15.503 22.72 12 22.667c-4.337.02-8.32-2.702-9.914-6.723.8-.709 1.74-1.277 3.247-1.277.92 0 1.626.212 2.22.537-.554-1.475-1.236-2.994-2.048-4.274a.33.33 0 0 1 .084-.448C8.248 8.625 12 8 12 8m0 1.333c-1.333 2 0 8 0 8s1.333-6 0-8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/codesignal.svg b/mkdocs-material/material/templates/.icons/simple/codesignal.svg new file mode 100644 index 0000000..7ea579e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/codesignal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 1.212 13.012 2.787 12 5.62l-1.01-2.833L0 1.212 3.672 11.45l4.512.646 3.815 10.691 3.816-10.691 4.512-.646zm-3.625 4.406-4.52.648-.73 2.044 4.517-.647-.734 2.047-4.514.647L12 17.064l-2.393-6.707-4.514-.647-.735-2.047 4.518.647-.73-2.044-4.52-.648-.735-2.047 6.676.956L12 11.345l2.434-6.818 6.676-.956Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/codestream.svg b/mkdocs-material/material/templates/.icons/simple/codestream.svg new file mode 100644 index 0000000..ae3a914 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/codestream.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.54 18.246a6.46 6.46 0 0 1 0-12.58V1.22a.432.432 0 0 0-.745-.294l-9.36 9.971a1.61 1.61 0 0 0 0 2.201l9.36 9.976a.432.432 0 0 0 .746-.295zm2.92 0a6.46 6.46 0 0 0 0-12.58V1.22a.432.432 0 0 1 .746-.294l9.36 9.971a1.61 1.61 0 0 1 0 2.201l-9.36 9.976a.432.432 0 0 1-.747-.295zm2.263-6.29a3.728 3.73 0 0 1-3.728 3.73 3.728 3.73 0 0 1-3.727-3.73 3.728 3.73 0 0 1 3.727-3.731 3.728 3.73 0 0 1 3.728 3.73"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/codewars.svg b/mkdocs-material/material/templates/.icons/simple/codewars.svg new file mode 100644 index 0000000..ebe1049 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/codewars.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.072.142A1.07 1.07 0 0 0 0 1.214v21.572a1.07 1.07 0 0 0 1.072 1.072h21.856A1.07 1.07 0 0 0 24 22.786V1.214A1.07 1.07 0 0 0 22.928.142zm9.736 1.818a.9.9 0 0 1 .828.539.784.784 0 0 1 1.274.493.64.64 0 0 1 .29-.06c.33.008.59.262.625.575a1.32 1.32 0 0 1 .624-.515 1.325 1.325 0 0 1 1.718.71 1.1 1.1 0 0 1 .306-.236 1.1 1.1 0 0 1 1.483.479 1.1 1.1 0 0 1 .12.47.994.994 0 0 1 1.322 1.214.904.904 0 0 1 .874 1.438.784.784 0 0 1 .176 1.356.64.64 0 0 1 .19.224.64.64 0 0 1-.011.613 1.3 1.3 0 0 1 .482.235 1.334 1.334 0 0 1 .258 1.842 1.1 1.1 0 0 1 .35.15 1.1 1.1 0 0 1 .337 1.516 1.1 1.1 0 0 1-.344.344.994.994 0 0 1 .228 1.318 1 1 0 0 1-.605.434.904.904 0 0 1-.803 1.482l-.008-.04a.784.784 0 0 1-1.075.873.64.64 0 0 1-.098.28.63.63 0 0 1-.43.288 1.3 1.3 0 0 1 .023.456 1.334 1.334 0 0 1-1.44 1.173 1.1 1.1 0 0 1 .054.377 1.1 1.1 0 0 1-1.128 1.072 1.1 1.1 0 0 1-.47-.12.994.994 0 0 1-1.696.583.904.904 0 0 1-1.685.075.784.784 0 0 1-1.274-.493.64.64 0 0 1-.29.064.64.64 0 0 1-.621-.58l.004-.007a1.33 1.33 0 0 1-.632.523 1.334 1.334 0 0 1-1.718-.706 1.1 1.1 0 0 1-.306.232 1.1 1.1 0 0 1-1.48-.478 1.1 1.1 0 0 1-.123-.471.994.994 0 0 1-1.318-1.21.904.904 0 0 1-.874-1.442.784.784 0 0 1-.176-1.356.64.64 0 0 1-.194-.224.64.64 0 0 1 .011-.61l.019.004a1.3 1.3 0 0 1-.497-.239 1.334 1.334 0 0 1-.262-1.845 1.1 1.1 0 0 1-.35-.146 1.1 1.1 0 0 1-.337-1.52 1.1 1.1 0 0 1 .347-.34A.994.994 0 0 1 2.88 9a.904.904 0 0 1 .803-1.48.784.784 0 0 1 1.083-.836.64.64 0 0 1 .098-.28.65.65 0 0 1 .433-.288 1.3 1.3 0 0 1-.026-.452A1.334 1.334 0 0 1 6.716 4.49a1.1 1.1 0 0 1-.06-.377 1.1 1.1 0 0 1 1.13-1.073 1.1 1.1 0 0 1 .47.115.994.994 0 0 1 1.696-.579.9.9 0 0 1 .857-.617zM3.683 7.519l.008.041-.004-.04zM17.502 19.61l-.002-.004h-.037zM13.825 3.507l-.008.012.008-.011zm-2.369-.014-.003.003a.9.9 0 0 1-.665.27.9.9 0 0 1-.583-.232.994.994 0 0 1-.986.732 1 1 0 0 1-.362-.075 1.1 1.1 0 0 1-1.061 1.046 1.33 1.33 0 0 1 .123.736 1.33 1.33 0 0 1-.725 1.035 1.1 1.1 0 0 1 .307.795 1.1 1.1 0 0 1-.232.65c.321.18.53.523.523.915a1 1 0 0 1-.07.337.915.915 0 0 1 .82.937 1 1 0 0 1-.01.138.7.7 0 0 1 .157-.01c.343.007.627.25.702.57a.66.66 0 0 1 .38-.111c.31.007.561.224.632.511a.42.42 0 0 1 .381-.015 1.35 1.35 0 0 1 .303-.63.4.4 0 0 1-.12-.143.42.42 0 0 1 .004-.392.665.665 0 0 1-.325-1.117.74.74 0 0 1-.359-.336.74.74 0 0 1 .385-1.023l-.06.026a.9.9 0 0 1-.201-.262.915.915 0 0 1 .623-1.315V6.53a1.02 1.02 0 0 1 .437-1.371 1 1 0 0 1 .553-.112 1.11 1.11 0 0 1 .598-1.054l.06-.026a.6.6 0 0 1-.109-.21.8.8 0 0 1-.455.132.78.78 0 0 1-.662-.396m4.573 1.512a1.33 1.33 0 0 1-.587.46 1.33 1.33 0 0 1-1.255-.142v-.011a1.1 1.1 0 0 1-.553.66 1.1 1.1 0 0 1-.683.113 1.02 1.02 0 0 1-.553.889 1 1 0 0 1-.329.105.92.92 0 0 1-.43 1.169 1 1 0 0 1-.127.056.7.7 0 0 1 .086.13.74.74 0 0 1-.168.89.66.66 0 0 1 .28.283.655.655 0 0 1-.149.796.4.4 0 0 1 .153.164q.027.051.038.101a1.36 1.36 0 0 1 .672-.015.4.4 0 0 1 .056-.142.42.42 0 0 1 .34-.194.665.665 0 0 1 .796-.848.74.74 0 0 1 .112-.478.733.733 0 0 1 1.016-.224.9.9 0 0 1 .127-.306.915.915 0 0 1 1.27-.28 1 1 0 0 1 .179.153 1.02 1.02 0 0 1 1.408-.314 1 1 0 0 1 .374.422c.355-.24.833-.261 1.214-.015a1 1 0 0 1 .209.172.6.6 0 0 1 .082-.108.8.8 0 0 1-.332-.337.78.78 0 0 1 .03-.77.9.9 0 0 1-.553-.455.9.9 0 0 1-.075-.624.994.994 0 0 1-1.117-.511 1 1 0 0 1-.104-.359 1.1 1.1 0 0 1-1.427-.43M5.249 7.37a.8.8 0 0 1-.124.46.78.78 0 0 1-.68.362c.06.235.026.49-.112.71a.9.9 0 0 1-.5.377c.31.325.373.829.12 1.225a1 1 0 0 1-.255.269 1.1 1.1 0 0 1 .351 1.45 1.33 1.33 0 0 1 .691.276 1.33 1.33 0 0 1 .512 1.154c.28-.064.579-.019.84.15a1.1 1.1 0 0 1 .438.53 1.02 1.02 0 0 1 1.05.03 1 1 0 0 1 .257.231.914.914 0 0 1 1.225-.224 1 1 0 0 1 .112.086.7.7 0 0 1 .071-.142.74.74 0 0 1 .852-.306.66.66 0 0 1 .1-.381.664.664 0 0 1 .763-.273.42.42 0 0 1 .246-.373 1.36 1.36 0 0 1-.358-.523v-.008a.4.4 0 0 1-.25.075.42.42 0 0 1-.344-.19.665.665 0 0 1-1.132-.243.74.74 0 0 1-.47.149.733.733 0 0 1-.718-.755.9.9 0 0 1-.329.049.915.915 0 0 1-.855-1.177h-.004a1.016 1.016 0 0 1-.993-1.042 1 1 0 0 1 .168-.534 1.11 1.11 0 0 1-.64-1.035 1.1 1.1 0 0 1 .068-.358 1 1 0 0 1-.1-.019m11.127 2.133a.913.913 0 0 1-1.225.224 1 1 0 0 1-.112-.082.7.7 0 0 1-.067.142.74.74 0 0 1-.852.302.66.66 0 0 1-.105.385.66.66 0 0 1-.762.277.4.4 0 0 1-.063.212.4.4 0 0 1-.075.086 1.36 1.36 0 0 1 .314.564.4.4 0 0 1 .187-.04.42.42 0 0 1 .343.194.665.665 0 0 1 1.136.242.74.74 0 0 1 .467-.153c.41.008.728.348.72.755v.008-.005a.9.9 0 0 1 .326-.052.915.915 0 0 1 .896.941 1 1 0 0 1-.037.236c.564.015 1.008.482.993 1.046a1 1 0 0 1-.168.534 1.11 1.11 0 0 1 .647 1.035 1.1 1.1 0 0 1-.075.362l.004-.007.1.018a.8.8 0 0 1 .124-.46.78.78 0 0 1 .68-.362.9.9 0 0 1 .112-.71.9.9 0 0 1 .504-.373.994.994 0 0 1-.123-1.225 1 1 0 0 1 .257-.269 1.1 1.1 0 0 1-.35-1.453 1.33 1.33 0 0 1-.696-.273h-.003a1.33 1.33 0 0 1-.512-1.158 1.08 1.08 0 0 1-.837-.145 1.1 1.1 0 0 1-.44-.535 1.02 1.02 0 0 1-1.05-.026 1 1 0 0 1-.258-.235m-.094 3.116-.007.066zm-2.864-.259a1.36 1.36 0 0 1-.363.598.42.42 0 0 1 .194.187.42.42 0 0 1-.007.396.665.665 0 0 1 .329 1.113.74.74 0 0 1 .358.336.74.74 0 0 1-.32.994.9.9 0 0 1 .197.261.91.91 0 0 1-.396 1.233 1 1 0 0 1-.224.082v.004a1.02 1.02 0 0 1-.44 1.374 1 1 0 0 1-.55.109 1.11 1.11 0 0 1-.661 1.083.6.6 0 0 1 .112.21h-.004v.003a.8.8 0 0 1 .456-.134.78.78 0 0 1 .661.392.9.9 0 0 1 .665-.27.9.9 0 0 1 .587.236.994.994 0 0 1 .982-.736 1 1 0 0 1 .362.079v.022a1.1 1.1 0 0 1 1.061-1.072 1.33 1.33 0 0 1-.123-.736c.056-.46.34-.837.725-1.035l.003.004a1.1 1.1 0 0 1-.31-.795 1.1 1.1 0 0 1 .232-.654 1.02 1.02 0 0 1-.452-1.251.915.915 0 0 1-.822-.934 1 1 0 0 1 .011-.142.7.7 0 0 1-.157.015.74.74 0 0 1-.698-.572.66.66 0 0 1-.385.112.67.67 0 0 1-.627-.512.4.4 0 0 1-.217.053.4.4 0 0 1-.18-.045zm-.964.93a1.4 1.4 0 0 1-.336.042q-.169 0-.322-.038a.42.42 0 0 1-.06.295.42.42 0 0 1-.343.195.665.665 0 0 1-.792.844.74.74 0 0 1-.112.478.74.74 0 0 1-1.02.224.9.9 0 0 1-.127.306.915.915 0 0 1-1.266.28 1 1 0 0 1-.183-.153v.004a1.02 1.02 0 0 1-1.408.31 1 1 0 0 1-.374-.418c-.355.239-.83.261-1.214.015a1 1 0 0 1-.21-.172.7.7 0 0 1-.081.105.8.8 0 0 1 .336.336.78.78 0 0 1-.034.77.9.9 0 0 1 .553.455.9.9 0 0 1 .075.624.994.994 0 0 1 1.12.515 1 1 0 0 1 .101.355 1.1 1.1 0 0 1 1.431.43 1.33 1.33 0 0 1 .587-.46c.43-.172.896-.104 1.255.142a1.1 1.1 0 0 1 .549-.65 1.1 1.1 0 0 1 .683-.108 1.02 1.02 0 0 1 .553-.893 1 1 0 0 1 .333-.104.916.916 0 0 1 .425-1.17 1 1 0 0 1 .131-.052.7.7 0 0 1-.09-.134.74.74 0 0 1 .169-.886.66.66 0 0 1-.28-.284.67.67 0 0 1 .149-.799.4.4 0 0 1-.15-.164.4.4 0 0 1-.048-.24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/codingame.svg b/mkdocs-material/material/templates/.icons/simple/codingame.svg new file mode 100644 index 0000000..6415fa7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/codingame.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.025 11.893c-.1.293-.07.561.009.67.078.11.223.26.55.272s.697-.167.697-.167l-.136.78c-.008.008-.4.138-.88.134-.661-.004-1.321-.317-1.261-1.252.006-.081.053-.398.128-.573a1.8 1.8 0 0 1 1.105-1.073c.67-.236 1.39-.016 1.39-.016l-.141.817s-.247-.203-.755-.154a1 1 0 0 0-.323.106.85.85 0 0 0-.383.456m3.98.594c-.08.479-.446 1.097-1.397 1.097s-1.102-.618-1.016-1.097c.217-1.134 1.394-1.077 1.394-1.077s1.195-.057 1.02 1.077zm-.887-.277c-.043-.175-.241-.169-.241-.169v.001s-.213-.017-.33.21c-.136.314-.075.514-.07.532.043.175.24.169.24.169v-.001s.214.017.33-.21c.136-.314.075-.514.07-.532zm3.827-1.747-.534 3.07h-.868l.043-.245a.84.84 0 0 1-.66.3c-.527 0-.813-.395-.707-1.003.132-.76.65-1.2 1.138-1.2.234 0 .411.099.512.275v-.002l.208-1.195zm-1.43 1.577c-.205-.004-.36.242-.402.48-.04.238-.005.427.244.43.15 0 .326-.088.394-.43.028-.163.05-.48-.236-.48m3.554-.556s-.259-.174-.698 0c-.189.073-.374.308-.374.308l.058-.335h-.867l-.26 1.493h.87l.1-.573.002-.019c.014-.071.078-.318.305-.318.265 0 .18.334.18.334l-.198 1.159h.866l.237-1.363c.09-.525-.22-.686-.22-.686zm-1.367-.338c.22 0 .398-.156.398-.349s-.178-.349-.398-.349-.398.156-.398.35c0 .191.178.348.398.348m3.723.146c.605 0 .818.158.818.158l.134-.768c-.405-.102-2.343-.479-2.782 1.463-.264 1.52 1.343 1.438 1.343 1.438s.634 0 1.176-.244l.189-1.09-.885-.003-.1.6s-.55.147-.753-.265c-.077-.152-.025-.449-.025-.449s.117-.84.885-.84m3.21 1.032-.21 1.209h-.788l.055-.315s-.26.366-.706.366c-.65 0-.52-.655-.52-.655s.053-.561.752-.679l.646-.071s.079-.241-.303-.241-.763.207-.763.207l.1-.577s.516-.187.995-.163c1.01.005.742.919.742.919m-.84.258s-.158.033-.3.045c-.225.034-.253.182-.257.203-.038.22.196.19.196.19s.248.009.338-.31zm4.29-1.178c-.512 0-.766.364-.766.364s-.098-.364-.57-.364c-.471 0-.756.376-.756.376l.056-.321h-.87l-.361 2.074h.87l.209-1.201s.07-.293.303-.293.176.297.176.297l-.208 1.197h.872l.207-1.193s.058-.301.301-.301c.244 0 .174.309.174.309l-.21 1.184h.878l.241-1.388c0 .001.133-.74-.546-.74m4.414-.417c0 .02.01.297-.483.382-.858.11-.96.575-.97.63-.012.055.005.163-.032.35l-.06.394H20.62s.041.293.412.293.63-.116.63-.116l-.087.536s-.26.134-.828.134c-.09 0-1.115-.002-.926-1.091.091-.524.557-1.095 1.368-1.095.38-.002.4.133.767.133.31-.008.57-.305.57-.305s.094-.15.17-.32c.06-.082.168-.258.514-.222.29.053.29.277.29.297zm-2.47.946c-.27 0-.333.357-.333.357h.53s.074-.357-.197-.357m2.792-1.523a.179.179 0 1 0 0 .358.179.179 0 0 0 0-.358"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/codingninjas.svg b/mkdocs-material/material/templates/.icons/simple/codingninjas.svg new file mode 100644 index 0000000..cb15da1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/codingninjas.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.198 0c-.499.264-1.209.675-1.79.984a543 543 0 0 0 0 6.242c.995-.526 1.761-.834 1.79-2.066zM8.743.181C7.298.144 5.613.65 4.47 1.414c-1.17.8-1.987 1.869-2.572 3.179A16.8 16.8 0 0 0 .9 8.87c-.15 1.483-.128 3.079.025 4.677.27 1.855.601 3.724 1.616 5.456 1.57 2.62 4.313 4.109 7.262 4.19 3.41.246 7.233.53 11.411.807.022-2.005.01-5.418 0-6.25-3.206-.21-7.398-.524-11.047-.782-.443-.043-.896-.056-1.324-.172-1.086-.295-1.806-.802-2.374-1.757-.643-1.107-.875-2.832-.797-4.294.11-1.27.287-2.41 1.244-3.44.669-.56 1.307-.758 2.161-.84 5.17.345 7.609.53 12.137.858.032-1.133.01-3.46 0-6.229C16.561.752 12.776.474 8.743.181m-.281 9.7c.174.675.338 1.305.729 1.903.537.832 1.375 1.127 2.388.877.76-.196 1.581-.645 2.35-1.282zm12.974 1.04-5.447.689c.799.739 1.552 1.368 2.548 1.703.988.319 1.78.01 2.308-.777.209-.329.56-1.148.591-1.614zm.842 6.461c-.388.01-.665.198-.87.355.002 1.798 0 4.127 0 6.223.586-.297 1.135-.644 1.793-.998-.005-1.454.002-3.137-.005-4.707a.904.904 0 0 0-.917-.873z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/codio.svg b/mkdocs-material/material/templates/.icons/simple/codio.svg new file mode 100644 index 0000000..5f3c674 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/codio.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.997 24 1.605 17.997v-12L12 0l10.396 5.997L16.5 9.402 12 6.8 7.496 9.4v5.2l4.502 2.6 4.5-2.6 5.895 3.397L12.003 24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/coffeescript.svg b/mkdocs-material/material/templates/.icons/simple/coffeescript.svg new file mode 100644 index 0000000..16971fa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/coffeescript.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.645 7.472c2.1.53 4.779.8 8.008.8 3.299 0 5.918-.27 8.008-.8 2.23-.52 3.299-1.22 3.299-1.88 0-.47-.48-.93-1.35-1.28.2.13.35.35.35.59 0 .67-1.01 1.22-3.039 1.68-1.88.41-4.279.7-7.198.7-2.82 0-5.329-.29-7.138-.68-1.95-.48-2.97-1-2.97-1.68 0-.28.13-.52.52-.8-1.22.47-1.88.87-1.88 1.47.07.68 1.16 1.36 3.39 1.88m4.689-2.16c2.27-.2 2.929-1.659 5.588-1.899 1.31-.1 2.14.16 2.23.62.08.43-.57.72-1.36.78-1.09.11-1.54-.28-1.63-.65-.81.09-.94.43-.9.67.09.46 1.07.92 2.75.76 1.9-.15 2.54-.9 2.38-1.65-.2-.98-1.66-1.8-4.28-1.55-3.359.3-3.339 1.86-5.628 2.05-.94.09-1.46-.13-1.55-.5-.06-.37.4-.55.94-.59.5-.05 1.11.04 1.4.2.21-.11.28-.22.26-.35-.1-.35-.79-.5-1.66-.44-1.7.15-1.7.91-1.64 1.25.17.87 1.48 1.45 3.1 1.3zm11.417 3.84c-2.1.49-4.779.809-8.008.809-3.3 0-5.989-.34-8.078-.8-1.88-.48-2.88-1.01-3.23-1.56.18 1.23.49 2.42.89 3.55-.48.3-.91.67-1.3 1.17a4.52 4.52 0 0 0-1.019 3.098 3.6 3.6 0 0 0 1.42 2.62c.87.68 1.81.88 2.879.68.41-.07.87-.28 1.29-.42-.88 0-1.62-.28-2.36-.87a3.55 3.55 0 0 1-1.49-2.42c-.2-.94 0-1.81.53-2.579.12-.15.25-.28.39-.4.3.73.62 1.45.98 2.12.81 1.23 1.62 2.299 2.43 3.459.35.68.58 1.35.74 2.019a3.9 3.9 0 0 0 2.229 1.5c1.15.4 2.35.58 3.579.51h.13a10.2 10.2 0 0 0 3.689-.52 4.18 4.18 0 0 0 2.16-1.49h.07c.13-.67.35-1.34.67-2.02.799-1.17 1.619-2.229 2.419-3.458A20.995 20.993 0 0 0 24 7.612c-.43.6-1.44 1.13-3.25 1.54z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/coggle.svg b/mkdocs-material/material/templates/.icons/simple/coggle.svg new file mode 100644 index 0000000..8b10027 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/coggle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.684 0A3.683 3.683 0 0 0 0 3.684v10.92c2.052-.535 3.606-1.577 5.158-3.13h7.367v7.368c-1.88 1.88-5.438 4.598-8.052 5.158h15.843A3.683 3.683 0 0 0 24 20.316V8.881q-2.316.804-4.63 3.119l-4.74 4.736V9.37H7.265l3.683-3.685c2.35-2.35 5.96-5.119 8.58-5.684z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cognizant.svg b/mkdocs-material/material/templates/.icons/simple/cognizant.svg new file mode 100644 index 0000000..beec5c6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cognizant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.955 9.425C.842 9.425 0 10.265 0 11.38c0 1.132.821 1.953 1.953 1.953.73 0 1.374-.405 1.725-1.084l.01-.02-.695-.368-.009.023c-.206.437-.588.686-1.046.686-.663 0-1.18-.523-1.18-1.192 0-.686.515-1.202 1.197-1.202q.665.002 1 .617l.01.022.668-.427-.012-.019a1.9 1.9 0 0 0-1.666-.944m20.78.189v.903h-.467v.673h.465v.876c0 .892.285 1.188 1.155 1.188h.108v-.701c-.459 0-.515-.066-.515-.493v-.87H24v-.673h-.515v-.903zm-9.858.002v.68h.75v-.68zm-4.727.845c-.619 0-1.33.456-1.33 1.425 0 .963.738 1.422 1.315 1.424.356 0 .647-.148.827-.362v.257c0 .356-.257.673-.662.673a.8.8 0 0 1-.761-.465l-.662.373c.22.428.73.79 1.425.79.926 0 1.413-.625 1.413-1.397v-2.662h-.75v.295a1.07 1.07 0 0 0-.815-.35zm9.599 0c-.619 0-1.331.456-1.331 1.425 0 .963.739 1.422 1.32 1.424.356 0 .646-.148.826-.362v.308h.75v-2.739h-.75v.266c-.18-.19-.459-.322-.815-.322m-6.234.002a.94.94 0 0 0-.756.362v-.308h-.744v2.739h.75V11.76c0-.46.236-.656.52-.656.334 0 .505.214.505.581v1.57h.76v-1.67c0-.706-.389-1.122-1.035-1.122m9.602 0a.94.94 0 0 0-.755.362v-.308h-.744l-.002 2.739h.75V11.76c0-.46.236-.656.52-.656.336 0 .505.214.505.581v1.57h.76v-1.67c0-.706-.387-1.122-1.034-1.122m-15.9.01a1.42 1.42 0 0 0-1.423 1.413l-.002.01a1.42 1.42 0 1 0 1.425-1.423m8.704.044v.662h1.42l-1.44 1.408v.669h2.474v-.664h-1.468l1.44-1.402v-.673zm-1.055.008v2.738h.75v-2.738zm-4.58.622c.406 0 .702.328.702.733s-.296.739-.701.739a.72.72 0 0 1-.733-.739c0-.422.317-.733.733-.733zm9.598 0c.405 0 .7.328.7.733.003.405-.293.739-.7.739a.72.72 0 0 1-.733-.739c0-.422.319-.735.733-.733m-12.671.026c.382 0 .69.325.69.713a.704.704 0 0 1-.69.712c-.388 0-.684-.322-.684-.712s.296-.713.684-.713"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/coil.svg b/mkdocs-material/material/templates/.icons/simple/coil.svg new file mode 100644 index 0000000..6065040 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/coil.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0m.465 5.814a4.56 4.56 0 0 1 2.756.83c1.215.886 1.465 1.856 1.465 2.5a1.9 1.9 0 0 1-.086.6 2.77 2.77 0 0 1-2.305 1.906 6 6 0 0 1-.654.055c-1 0-1.33-.41-1.33-.87 0-.624.6-1.364 1.035-1.364a.3.3 0 0 1 .154.045.76.76 0 0 0 .375.093.3.3 0 0 0 .11 0 .55.55 0 0 0 .515-.558c0-.55-.625-1.25-2-1.25a5.3 5.3 0 0 0-1.55.244A4.12 4.12 0 0 0 8.685 9.8 4 4 0 0 0 8 12.05 3.95 3.95 0 0 0 8.5 14a4.24 4.24 0 0 0 3.69 2.06h.24c2-.11 2.46-1.09 2.906-1.28a1.5 1.5 0 0 1 .299-.065c.325 0 .745.164 1.035.86a.7.7 0 0 1 .07.3c0 1.145-2.67 2.18-4.22 2.26h-.35A6.38 6.38 0 0 1 6.62 15a5.9 5.9 0 0 1-.77-2.94 6.1 6.1 0 0 1 1.035-3.39 6.2 6.2 0 0 1 3.385-2.5 7.3 7.3 0 0 1 2.195-.356"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/coinbase.svg b/mkdocs-material/material/templates/.icons/simple/coinbase.svg new file mode 100644 index 0000000..2a2b4a2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/coinbase.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.844 11.053c-.872 0-1.553.662-1.553 1.548s.664 1.542 1.553 1.542 1.564-.667 1.564-1.547c0-.875-.664-1.543-1.564-1.543m.006 2.452c-.497 0-.86-.386-.86-.904 0-.523.357-.909.854-.909.502 0 .866.392.866.91 0 .517-.364.903-.86.903m1.749-1.778h.433v2.36h.693V11.11H6.599zm-5.052-.035c.364 0 .653.224.762.558h.734c-.133-.713-.722-1.197-1.49-1.197-.872 0-1.553.662-1.553 1.548 0 .887.664 1.543 1.553 1.543.75 0 1.351-.484 1.484-1.203h-.728a.78.78 0 0 1-.756.564c-.502 0-.855-.386-.855-.904 0-.523.347-.909.85-.909zm18.215.622-.508-.075c-.242-.035-.415-.115-.415-.305 0-.207.225-.31.53-.31.336 0 .55.143.595.379h.67c-.075-.599-.537-.95-1.247-.95-.733 0-1.218.375-1.218.904 0 .506.317.8.958.892l.508.075c.249.034.387.132.387.316 0 .236-.242.334-.577.334-.41 0-.641-.167-.676-.42h-.681c.064.581.52.99 1.35.99.757 0 1.26-.346 1.26-.938 0-.53-.364-.806-.936-.892M7.378 9.885a.43.43 0 0 0-.444.437c0 .254.19.438.444.438a.43.43 0 0 0 .445-.438.43.43 0 0 0-.445-.437m10.167 2.245c0-.645-.392-1.076-1.224-1.076-.785 0-1.224.397-1.31 1.007h.687c.035-.236.22-.432.612-.432.352 0 .525.155.525.345 0 .248-.317.311-.71.351-.531.058-1.19.242-1.19.933 0 .535.4.88 1.034.88.497 0 .809-.207.965-.535.023.293.242.483.548.483h.404v-.616h-.34zm-.68.748c0 .397-.347.69-.769.69-.26 0-.48-.11-.48-.34 0-.293.353-.373.676-.408.312-.028.485-.097.572-.23zm-3.679-1.825c-.386 0-.71.162-.94.432V9.856h-.693v4.23h.68v-.391c.232.282.56.449.953.449.832 0 1.461-.656 1.461-1.543s-.64-1.548-1.46-1.548zm-.103 2.452c-.497 0-.86-.386-.86-.904 0-.517.369-.909.865-.909.503 0 .855.386.855.91 0 .517-.364.903-.86.903m-3.187-2.452c-.45 0-.745.184-.919.443v-.385H8.29v2.975h.693v-1.617c0-.455.289-.777.716-.777.398 0 .647.282.647.69v1.704h.692v-1.755c0-.748-.386-1.278-1.142-1.278M24 12.503c0-.851-.624-1.45-1.46-1.45-.89 0-1.542.668-1.542 1.548 0 .927.698 1.543 1.553 1.543.722 0 1.287-.426 1.432-1.03h-.722c-.104.264-.358.414-.699.414-.445 0-.78-.276-.854-.76H24v-.264zm-2.252-.23c.11-.414.422-.615.78-.615.392 0 .693.224.762.615Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/coinmarketcap.svg b/mkdocs-material/material/templates/.icons/simple/coinmarketcap.svg new file mode 100644 index 0000000..0301dc8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/coinmarketcap.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.738 14.341c-.419.265-.912.298-1.286.087-.476-.27-.738-.898-.738-1.774v-2.618c0-1.264-.5-2.164-1.336-2.407-1.416-.413-2.482 1.32-2.882 1.972l-2.498 4.05v-4.95c-.028-1.14-.398-1.821-1.1-2.027-.466-.135-1.161-.081-1.837.953l-5.597 8.987A9.9 9.9 0 0 1 2.326 12c0-5.414 4.339-9.818 9.672-9.818 5.332 0 9.67 4.404 9.67 9.818.004.018.002.034.003.053.05 1.049-.29 1.883-.933 2.29zm3.08-2.34-.001-.055C23.787 5.353 18.497 0 11.997 0 5.48 0 .177 5.383.177 12c0 6.616 5.303 12 11.82 12 2.991 0 5.846-1.137 8.037-3.2.435-.41.46-1.1.057-1.541a1.064 1.064 0 0 0-1.519-.059 9.56 9.56 0 0 1-6.574 2.618c-2.856 0-5.425-1.263-7.197-3.268l5.048-8.105v3.737c0 1.794.696 2.374 1.28 2.544s1.476.054 2.413-1.468c.998-1.614 2.025-3.297 3.023-4.88v2.276c0 1.678.672 3.02 1.843 3.68 1.056.597 2.384.543 3.465-.14 1.312-.828 2.018-2.354 1.944-4.193z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/comicfury.svg b/mkdocs-material/material/templates/.icons/simple/comicfury.svg new file mode 100644 index 0000000..654daf2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/comicfury.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m0 6.959 1.899-3.256 2.725 2.736 2.973-.204L9.3 3.297l2.213 2.693 8.655-.252.406-1.085L24 5.128v5.268l-11.248 3.526-1.085 6.781H0zm2.195-.748L1.041 8.137l1.75 1.748 1.133-1.948zm7.409-.448L8.48 7.546l1.224 1.598 1.137-1.766zm3.901 3.751-1.992.349.997 2.025zm3.319-.565-1.992.348.996 2.025zm3.228-.611-1.991.349.996 2.025zm3.183-.566-1.992.349.996 2.025z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/comma.svg b/mkdocs-material/material/templates/.icons/simple/comma.svg new file mode 100644 index 0000000..2b0bda7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/comma.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.727 24c0-.555-.044-1.02.02-1.469.027-.191.25-.396.433-.511.887-.563 1.85-1.013 2.677-1.659 2.676-2.092 4.262-4.846 4.349-8.424.024-1.015-.35-1.27-1.202-.873-2.463 1.142-5.112.472-6.525-1.65-1.541-2.316-1.324-5.4.523-7.422C9.36-.59 13.242-.668 15.919 1.8c1.603 1.478 2.365 3.386 2.555 5.557.637 7.271-3.01 13.265-9.649 15.898-.657.26-1.33.475-2.098.746"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/commerzbank.svg b/mkdocs-material/material/templates/.icons/simple/commerzbank.svg new file mode 100644 index 0000000..d365d89 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/commerzbank.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.277 1.538a.02.02 0 0 0-.012.007l-4.74 8.21-1.398 2.418c.446.774.794 1.353 1.22 2.09.671 1.164 1.548 1.597 3.13 1.889a13 13 0 0 1 .697-1.392l2.783-4.824 2.786-4.826c.404-.702 1.296-2.143 2.57-2.965-.04.025-.07.059-.109.085q.103-.072.209-.136c.46-.278.98-.467 1.413-.515.339-.038 1.465-.041 2.74-.041zm11.59.505c-1.048-.008-1.462.007-2.545.008-1.39 0-2.381.887-3.083 1.773.372.493.68.971.863 1.288a13358 13358 0 0 0 5.571 9.648c.404.7 1.209 2.196 1.284 3.71.029.574-.079 1.165-.265 1.592-.131.3-.652 1.207-1.256 2.253L24 12.678v-.008l-.002-.005zM.001 8.163l.095 4.946L0 8.163zm.093 4.946 1.132 1.964 4.264 7.384a.02.02 0 0 0 .012.005h12.265c.446-.779.664-1.147 1.311-2.282.709-1.242.278-2.681-.037-3.472-.618.076-1.18.093-1.547.093H6.35c-.809 0-2.505-.05-3.853-.741-.513-.263-.972-.65-1.248-1.027-.176-.238-.625-1.003-1.156-1.924z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/commitlint.svg b/mkdocs-material/material/templates/.icons/simple/commitlint.svg new file mode 100644 index 0000000..3430a4b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/commitlint.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.988 4.822v.901h1.845v6.337q0 1.213.563 1.875.569.657 1.6.657h1.458v-.97H12.11q-.555 0-.844-.393-.28-.394-.281-1.17V4.823ZM3.459 7.418q-1.626 0-2.546.976Q0 9.369 0 11.096q0 1.725.913 2.702.92.976 2.546.976a3.7 3.7 0 0 0 1-.137q.495-.132.958-.4V13.04q-.406.388-.882.576a3 3 0 0 1-1.076.18q-1.076.001-1.664-.7-.581-.706-.582-2.001 0-1.302.582-2.002t1.664-.7q.582 0 1.038.181a3.1 3.1 0 0 1 .92.588V7.956a4.3 4.3 0 0 0-.97-.406 3.7 3.7 0 0 0-.988-.132m12.855 6.123v1.128H24V13.54zm3.156 2.255-2.302 3.382h1.3l1.694-2.204 1.684 2.204h1.3l-2.301-3.382z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/commodore.svg b/mkdocs-material/material/templates/.icons/simple/commodore.svg new file mode 100644 index 0000000..95f8dc8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/commodore.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.202.798C5.016.798 0 5.814 0 12s5.016 11.202 11.202 11.202c1.094 0 2.153-.157 3.154-.45v-5.335a6.27 6.27 0 1 1 0-10.839v-5.33c-1-.293-2.057-.45-3.154-.45m3.375 6.343v4.304h5.27L24 7.14Zm-.037 5.377v4.304h9.423l-4.156-4.304z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/commonworkflowlanguage.svg b/mkdocs-material/material/templates/.icons/simple/commonworkflowlanguage.svg new file mode 100644 index 0000000..a9c0086 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/commonworkflowlanguage.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.905 0 8.571 5.4l.037.037.096.096 3.586 3.395-2.24 2.252h-.01l-1.576 1.586 3.737 3.766-3.735 3.803.126.139v.012L12.052 24l1.608-1.64-1.98-2.034 3.737-3.79-1.608-1.642-.01.012-2.13-2.129 3.867-3.866-.017-.015.016-.016-3.641-3.524 3.64-3.694z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/compilerexplorer.svg b/mkdocs-material/material/templates/.icons/simple/compilerexplorer.svg new file mode 100644 index 0000000..ddca0a8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/compilerexplorer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.78 14.147h8.914v1.657H8.78Zm0-2.94h7.355v1.657H8.78Zm0-2.943h8.914V9.92H8.78Zm13.203 9.195a.66.66 0 0 1 0-.638c.13-.238.252-.476.366-.728a.27.27 0 0 0-.249-.383h-2.166a.66.66 0 0 0-.552.297 7.6 7.6 0 0 1-.977 1.208 7.32 7.32 0 0 1-5.21 2.156 7.32 7.32 0 0 1-5.208-2.157 7.32 7.32 0 0 1-2.157-5.21c0-1.969.766-3.821 2.156-5.211a7.32 7.32 0 0 1 5.21-2.156c1.967 0 3.819.766 5.21 2.157.368.369.696.783.976 1.207.12.186.327.297.551.297H22.1a.273.273 0 0 0 .248-.383 10 10 0 0 0-.365-.728.67.67 0 0 1 0-.638l.735-1.332a.66.66 0 0 0-.11-.787l-1.836-1.836a.659.66 0 0 0-.787-.11l-1.335.738a.66.66 0 0 1-.638-.004 9.767 9.768 0 0 0-2.005-.824.66.66 0 0 1-.452-.449L15.131.48a.664.664 0 0 0-.635-.48h-2.598a.66.66 0 0 0-.634.48l-.421 1.46a.66.66 0 0 1-.452.448c-.697.203-1.37.48-2.005.828-.2.11-.438.11-.638.003L6.41 2.484a.66.66 0 0 0-.787.11L3.788 4.432a.659.66 0 0 0-.11.787l.737 1.335c.11.2.107.438-.003.638a9.767 9.768 0 0 0-.825 2.005.66.66 0 0 1-.448.452l-1.46.42a.664.664 0 0 0-.479.635v2.599c0 .293.193.556.48.635l1.459.42a.66.66 0 0 1 .448.453c.204.697.48 1.37.828 2.004.11.2.11.438.004.64l-.738 1.334a.66.66 0 0 0 .11.786l1.835 1.837a.659.66 0 0 0 .787.11l1.335-.738c.2-.11.438-.107.638.003a9.767 9.768 0 0 0 2.005.825c.217.062.39.23.452.448l.42 1.46c.083.283.342.48.635.48h2.598a.66.66 0 0 0 .635-.48l.421-1.46a.66.66 0 0 1 .452-.448 9.975 9.976 0 0 0 2.004-.828.67.67 0 0 1 .639-.004l1.335.739c.259.14.58.096.786-.11l1.836-1.837a.659.66 0 0 0 .11-.787z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/composer.svg b/mkdocs-material/material/templates/.icons/simple/composer.svg new file mode 100644 index 0000000..baca505 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/composer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.66 0c-.07 0-.114.034-.164.095a.42.42 0 0 0-.07.43c.19.41.363.83.528 1.25q.014.028.039.068c-.04-.002-.05-.022-.063-.043-.297-.31-.648-.557-.998-.804-.473-.337-.99-.603-1.503-.872a.6.6 0 0 0-.214-.065l-.384-.04c-.202-.025-.355.09-.355.292 0 .108-.046.132-.135.14-.08.004-.187.115-.196.192a.7.7 0 0 0 .228.619c.444.415.873.845 1.303 1.275l.015.007a.1.1 0 0 1 .028.038q-.01.004-.02.003a.06.06 0 0 1-.035-.022q-.004-.003-.005-.007c-.062-.036-.127-.07-.187-.11-.3-.2-.595-.404-.895-.598a.94.94 0 0 0-.461-.17.45.45 0 0 0-.392.143.28.28 0 0 0-.088.253c.016.146.115.237.223.312.502.338.95.734 1.366 1.174.036.038.074.079.115.112.118.096.19.224.262.356.033.06.02.074-.043.074-.428 0-.836.118-1.246.204-.168.036-.334.094-.394.28-.065.21-.096.328.16.392a9.6 9.6 0 0 1 1.49.516.6.6 0 0 1 .117.077c.12.104.23.219.362.303.38.247.77.478 1.22.583.053.012.1.039.15.05.05.015.085.044.095.094.029.178.139.279.305.33.02.006.038.02.06.028.052.017.076.055.093.108q.1.36.212.715c.026.08.002.1-.07.123q-.557.162-1.112.334c-.132.04-.134.043-.067.163l.908 1.635c.127.23.132.23.365.11.024-.012.057-.053.079-.014.02.036.06.089.024.13-.113.129-.19.28-.286.42-.031.045-.031.074-.005.117q.151.25.3.502c.012.019.034.043.03.058l-.123.367a2.5 2.5 0 0 0-.317-.716c-.18-.288-.41-.542-.62-.811q-.051-.059-.11-.115c-.2-.207-.456-.332-.7-.478a1 1 0 0 0-.34-.127c-.374-.08-.746-.11-1.12.004-.075.024-.116.005-.161-.06-.092-.127-.166-.273-.29-.372-.3-.24-.616-.458-.985-.583a3 3 0 0 0-.865-.168 4 4 0 0 0-.463.017c-.396.03-.79.074-1.14.293-.07.043-.15.067-.221.108-.36.194-.716.386-1.016.679a13 13 0 0 0-.897.944c-.322.384-.565.818-.783 1.267-.015.03-.022.07-.07.096l-.12-.744c-.007-.046.022-.043.053-.038.089.01.175.014.264.026.067.01.103-.005.12-.08q.034-.153.067-.311c.082-.397.2-.78.303-1.17.02-.074.007-.1-.07-.12-.381-.09-.763-.192-1.145-.283-.072-.017-.106-.043-.084-.12.087-.298.125-.61.242-.9a.2.2 0 0 1 .056-.087c.098-.076.17-.165.16-.302-.007-.103.041-.168.14-.214.182-.086.358-.187.53-.288a.84.84 0 0 0 .327-.333c.322-.605.59-1.242.98-1.81.033-.051.06-.106.1-.15.252-.264.488-.544.771-.78.089-.074.113-.175.115-.285 0-.128-.074-.217-.151-.305-.075-.087-.151-.161-.279-.147-.028.003-.057-.01-.088-.014.019-.04.05-.048.076-.065q.508-.327 1.016-.658.614-.397 1.232-.794c.052-.034.076-.06.019-.11-.015-.013-.024-.03-.036-.044-.084-.099-.084-.099-.2-.03L8.084 3.693c-.101.062-.101.062-.152-.05-.112-.263-.177-.54-.261-.81-.02-.062-.003-.098.045-.137.289-.23.553-.49.82-.742a.6.6 0 0 0 .186-.37c.022-.17-.09-.259-.244-.196a2 2 0 0 0-.221.105c-.68.375-1.405.632-2.149.848-.043.012-.082.026-.118-.02-.074-.09-.185-.14-.278-.208a.07.07 0 0 0-.063-.015c-.1.027-.204.056-.266.147-.159.233-.358.44-.507.682-.17.28-.333.562-.525.828-.036.05-.05.058-.084-.002L3.63 2.635a3 3 0 0 0-.223-.338c-.094-.118-.209-.176-.358-.16-.026.004-.06-.004-.07.037-.02.11-.07.226-.057.332.034.27.082.542.15.806.114.459.244.912.38 1.364.133.444.282.88.426 1.323.012.038.033.072-.02.103-.067.038-.175.058-.187.125-.012.07.05.15.08.225l.007.017c.024.058.036.144.08.166.057.029.11-.05.162-.082.048-.03.065-.021.087.029q.187.438.38.876a.18.18 0 0 1 .006.137 4 4 0 0 0-.192.72c-.012.07-.038.07-.09.055l-.834-.21c-.123-.032-.123-.032-.137.093v.01q-.09.998-.183 1.994c-.004.06.003.085.068.092.194.024.386.055.578.084.036.005.067.007.058.06-.043.225-.077.453-.125.677a.18.18 0 0 0 .034.163l.2.264c.045.063.08.144.037.209a.2.2 0 0 0-.033.118c.007.415.007.83.026 1.246.01.2.007.403.012.605.01.535.04 1.068.06 1.603.01.262-.036.52-.024.783.002.065.017.1.084.122.16.05.312.116.473.166a.28.28 0 0 1 .185.156.44.44 0 0 1 .038.219c-.002.072.024.115.082.156q.37.267.74.542c.65.48 1.3.963 1.954 1.44.06.045.074.081.038.146-.034.062-.055.135-.089.197-.029.058-.024.094.031.134q.123.089.236.188c.065.055.067.141.048.208-.015.05-.087.005-.132 0-.032-.002-.063-.01-.094-.014-.31-.05-.617-.13-.932-.156-.5-.04-1.003-.084-1.51-.07-.026 0-.067-.024-.074.03-.007.042-.017.088.031.117q.036.021.077.036c.283.098.547.24.807.39.168.095.333.203.518.268.034.012.068.038.108.002q-.416-.33-.833-.665c.04-.029.07-.017.1-.014.332.026.664.072.988.15q1.07.255 2.122.572c.23.07.475.104.682.243.05.033.08.067.074.13.012.014.027.033.01.045-.02.012-.036-.012-.05-.024q-.246-.02-.488-.043c-.463-.046-.924-.11-1.392-.096-.35.01-.701-.015-1.05.01-.494.033-.989.098-1.48.15-.025.003-.063-.002-.063.027 0 .036.014.077.06.087a.6.6 0 0 0 .113.012c.25.01.497.007.746.011.62.015 1.242-.012 1.86.041.224.02.45.01.668.05 1.03.193 2.055.394 3.078.618.12.026.243.045.36.103-.055.05-.127.065-.158.137-.22.506-.363 1.04-.53 1.563-.03.09.03.192.12.216a.28.28 0 0 0 .352-.22q.031-.163.053-.328c.005-.036.017-.055.053-.067.132-.053.26-.108.393-.16a1.6 1.6 0 0 0 .529-.325c.134-.127.247-.274.25-.47 0-.06.014-.099.062-.135.22-.17.418-.365.61-.564a6 6 0 0 1 .6-.533c.024-.02.043-.048.08-.034l.56.221c-.374.228-.73.447-1.082.66q-.026.014-.053.02a.8.8 0 0 0-.338.201c-.375.372-.567.814-.545 1.35.014.36.22.53.57.45.616-.145 1.14-.734 1.233-1.38.024-.18.052-.357-.077-.513a2 2 0 0 0-.178-.195c.02-.012.029-.019.039-.026.777-.463 1.625-.778 2.475-1.07 1.04-.359 2.1-.644 3.164-.918l-.075-.017c-.07.007-.136.015-.206.02a5 5 0 0 0-.872.134l-.016.007a.2.2 0 0 1-.094.015q-.021 0-.048.002c.065-.062.252-.264.303-.25l.002-.005h.005c0-.007.019-.02.019-.02q.024-.047.074-.05a.7.7 0 0 1 .197-.189c.05-.03.103-.062.16-.086h-.001c.16 0 .319-.194.486-.262-.001-.006-.01-.01-.013-.017-.24.034-.476.072-.706.16-.492.181-1.001.323-1.481.534-.742.324-1.482.648-2.195 1.035a1 1 0 0 1-.077.036l-.055-.504c-.005-.034.012-.048.04-.063.632-.334 1.266-.665 1.926-.938.543-.226 1.08-.47 1.626-.691q.003-.009.01-.01h.004q.003.002.005.003c.007.012.002.02-.005.026q-.003.003-.01.005h-.002a3.4 3.4 0 0 0-.372.66c.038.01.053-.003.067-.018q.17-.178.336-.357c.214-.234.44-.458.704-.64.017-.012.045-.022.033-.048-.014-.03-.045-.015-.067-.01-.247.05-.494.096-.74.154-.081.019-.076-.01-.08-.067-.001-.197.028-.39.035-.586a.6.6 0 0 1 .058-.247q.147-.338.297-.675c.05-.113.08-.233.099-.353q.045-.288.074-.58c.03-.3.137-.58.187-.875.065-.374.118-.751.257-1.11.125-.316.245-.633.372-.947.176-.428.399-.833.505-1.29.036-.158.076-.302.004-.458-.04-.084-.052-.18-.081-.271a.4.4 0 0 1-.012-.204c.048-.245.07-.488-.063-.716-.036-.062.008-.1.044-.14.088-.09.093-.131.016-.23-.088-.11-.175-.223-.27-.326-.08-.084-.154-.175-.234-.262-.055-.033-.05-.055.012-.076.14-.048.276-.108.418-.152.08-.024.1-.07.106-.141q.067-.909.139-1.818c.007-.084-.007-.1-.094-.074-.454.144-.907.28-1.363.422-.14.044-.142.044-.204-.093-.231-.52-.411-1.057-.6-1.59a.4.4 0 0 1 .007-.316c.067-.188.024-.377.019-.567a.1.1 0 0 1-.005-.03 9 9 0 0 0-.254-1.547 6 6 0 0 0-.5-1.27c-.228-.432-.473-.86-.737-1.275-.113-.178-.233-.339-.434-.427A.7.7 0 0 0 16.66 0m-2.642.26a.36.36 0 0 1 .2.051 19 19 0 0 1 1.469.805c.247.158.482.338.715.52.11.087.192.217.284.33.038.047.012.09-.024.124-.024.024-.058.039-.087.055-.031.022-.072.04-.06.087.01.04.055.05.09.058a.27.27 0 0 0 .16-.015c.168-.07.31.048.418.166.028.03.04.093.093.074.055-.021.063-.081.058-.137-.012-.15-.05-.297-.084-.444-.09-.377-.27-.718-.418-1.073-.053-.127-.11-.254-.163-.382-.03-.07.01-.132.048-.182.03-.04.08-.005.122.014.152.068.238.19.312.332.08.15.178.29.262.436.144.255.322.495.437.762.168.388.382.758.483 1.176.086.37.208.732.252 1.114.016.144-.01.283.007.422q.05.417-.123.798c-.03.07-.021.136.012.208.252.533.46 1.083.67 1.635.027.072.015.1-.06.123-.482.14-.965.288-1.447.434-.07.022-.092.003-.113-.06q-.184-.487-.353-.967c-.024-.068-.053-.104-.128-.087-.088.022-.136-.017-.175-.096-.062-.127-.113-.28-.216-.36s-.266-.082-.403-.115c-.103-.027-.207-.058-.312-.075a1.4 1.4 0 0 1-.612-.273c-.303-.224-.615-.43-.934-.627-.104-.007-.202-.036-.303-.06-.278-.057-.554-.117-.833-.17-.067-.012-.08-.063-.084-.108-.007-.056.007-.11.065-.144.089-.053.19-.063.29-.08a10 10 0 0 1 1.345-.13c.11-.002.209.04.312.066a.18.18 0 0 0 .166-.03c.216-.143.434-.28.65-.422.034-.021.096-.036.07-.093a.1.1 0 0 0-.015-.022q-.018-.014-.043-.012l-.05.002h-.007a1.16 1.16 0 0 0-.668.2c-.08.05-.26.019-.31-.056-.34-.516-.823-.888-1.282-1.29-.204-.176-.403-.361-.62-.525-.054-.04-.08-.144-.042-.196.048-.072.11-.041.168-.015.185.082.362.175.528.293.564.403 1.17.744 1.772 1.085l.05.027c.092.03.14-.01.125-.106a.27.27 0 0 0-.062-.134c-.488-.574-1.001-1.124-1.506-1.683-.105-.116-.23-.216-.348-.32a.9.9 0 0 1-.22-.278.16.16 0 0 1 .023-.19c.04-.045.077-.055.137-.024q.256.122.483.293.4.303.804.605l.807.603q.032.025.062.05c.05.046.094.094.142.142l.029.029c.019.019.036.045.06.06.055.033.112.062.17.004q.03-.028.03-.055c0-.007.004-.014 0-.021l-.001-.01a.2.2 0 0 0-.043-.072l-.18-.187a5 5 0 0 0-.312-.298q-.525-.435-1.066-.845c-.183-.14-.397-.233-.596-.348-.072-.041-.12-.101-.173-.159a.14.14 0 0 1-.024-.15c.022-.054.075-.051.12-.056zM8.252 1.649a.05.05 0 0 1 .029.005c.048.027.03.077.03.135.013.06-.026.11-.08.16q-.52.481-1.076.922c-.147.118-.327.173-.49.262-.034.017-.053 0-.072-.024q-.179-.232-.358-.463c-.045-.055.017-.053.046-.065.254-.091.504-.195.756-.295.365-.144.696-.35 1.04-.533q.053-.032.105-.063c.024-.01.044-.037.07-.041m-2.619.83a.22.22 0 0 1 .134.064q.106.101.18.228c.173.28.413.506.646.737q.244.245.502.47c.057.05.067.127.098.192.012.024.002.043-.02.055q-.018.01-.03.02c-.142.12-.276.103-.442.019a3.2 3.2 0 0 1-.864-.646q-.015-.014-.03-.024c-.114-.086-.12-.082-.17.05-.052.135-.086.274-.146.404-.022.045.012.094.046.127.038.039.064.099.134.089q.045-.006.055-.055c.017-.08.04-.16.06-.257.262.22.553.39.84.583l-.278.159q-1.071.599-2.139 1.205c-.058.03-.082.038-.106-.034-.273-.847-.56-1.69-.79-2.552-.052-.2-.074-.408-.112-.612-.012-.06.028-.091.067-.113.053-.026.055.036.074.06.377.52.634 1.11.941 1.669.092.168.195.33.293.497.02.03.034.057.082.04.053-.02.043-.052.034-.09-.039-.174-.128-.33-.193-.493a.18.18 0 0 1 .003-.16c.137-.284.33-.531.48-.803.14-.247.317-.468.451-.717a.21.21 0 0 1 .2-.111zm1.774.492q.02.004.036.042c.12.27.201.555.302.83.01.027.012.049-.017.066l-.256.158c-.008.005-.017.007-.046.02-.007-.013-.017-.034-.031-.051l-.54-.62c-.024-.028-.048-.055 0-.081.177-.101.312-.264.499-.35q.035-.018.053-.014m1.929.486a.2.2 0 0 1 .14.046.21.21 0 0 1 .08.218.56.56 0 0 1-.161.29 5.5 5.5 0 0 0-.882 1.093c-.228.36-.453.718-.624 1.11a.8.8 0 0 1-.146.206q-.36.409-.855.638a.17.17 0 0 0-.108.159c-.005.06-.024.118-.029.178a.48.48 0 0 1-.19.38c-.04.032-.045.083-.06.126l-.273.915q0 .011-.002.019c0 .014.002.03-.017.038-.04.01-.077-.002-.113-.021a41 41 0 0 1-1.33-.334c-.055-.012-.108-.03-.166-.036-.088-.012-.096-.053-.055-.12.058-.281.125-.56.298-.797.038-.053.036-.096.002-.154-.19-.317-.334-.658-.492-.99-.026-.054-.017-.08.034-.11A574 574 0 0 0 6.97 4.706c.045-.03.089-.012.132-.022.151-.034.298-.08.43-.163.01-.007.026-.012.03-.022.097-.213.31-.286.49-.37.411-.187.826-.36 1.189-.633a.2.2 0 0 1 .095-.04zm11.443 3.772v.005l.002-.001c-.021.256-.043.498-.062.74l-.043.535c-.005.065-.024.106-.094.13a561 561 0 0 0-3.37 1.17l-.04.009c-.035.005-.054-.012-.08-.055a98 98 0 0 0-.661-1.177c-.03-.05-.038-.077.034-.096l4.254-1.246c.014-.005.03-.007.06-.014m-.41.386c-.154.003-.293.147-.286.293.007.137.124.257.254.252.137-.002.27-.153.267-.302q-.006-.248-.236-.243zm-16.83.87a.1.1 0 0 1 .04.007L5.512 9l1.937.51c.062.017.082.036.06.1l-.278.913c-.01.036-.017.074-.058.074l-.02-.002-1.036-.142q-.338-.046-.675-.093a255 255 0 0 0-2.055-.286c-.043-.012-.058-.038-.05-.098q.078-.713.153-1.43c.003-.011.002-.02.005-.03l.005-.015q.011-.02.038-.02zm8.136.103.113.002c.197.01.389.086.569.166q.12.052.238.108l.057.029q.089.041.173.09l.113.065c.036.025.075.046.108.073q.109.075.207.165.327.301.463.72c.065.202.113.409.13.617.016.202-.044.399-.096.593-.008.03-.02.036-.03.034-.014-.005-.021-.022-.033-.036l-.216-.25a2.1 2.1 0 0 0-1.042-.684 4.2 4.2 0 0 0-.994-.154 3.8 3.8 0 0 0-.804.092c-.211.04-.423.074-.631.113-.137.024-.262.086-.387.14a3 3 0 0 1-.18.077l-.02.004c-.376.132-.695.36-1.024.57-.09.06-.165.14-.243.218l-.01.008-.064.065c-.152.147-.3.296-.464.43-.074.103-.175.175-.268.266q.034-.255.146-.472a5 5 0 0 1 .262-.435q.072-.106.146-.206a7 7 0 0 1 .315-.396q.121-.145.247-.29l.25-.284a1 1 0 0 1 .115-.1l.026-.03c.078-.066.147-.136.238-.21l.012-.01.067-.061c.24-.228.519-.406.797-.583q.042-.028.086-.051l.111-.048q.015-.007.029-.012a3 3 0 0 1 .173-.065l.117-.036c.14-.04.279-.074.416-.117a2.5 2.5 0 0 1 .782-.115m-7.57.449c-.07.004-.153-.003-.215.057a.46.46 0 0 0 .012.665.286.286 0 0 0 .38 0c.145-.127.182-.314.095-.535-.053-.137-.125-.187-.27-.187zm15.846.062c.087-.001.163.053.23.146q.021.014.043.032c.022.019.03.04.053.064.099.113.207.224.31.334a.1.1 0 0 1 .014.024.02.02 0 0 1-.002.022.04.04 0 0 1-.015.014l-.01.015-.002.002q-.002.003-.004.01-.002.004-.003.004h.003v.008c-.145.146-.106.283.01.415.006.012.014.024.014.036.096.127.016.254 0 .382-.003.012-.005.016-.015.02l-.007.004a.1.1 0 0 1-.03-.005l-.01-.003-.251-.077q-.01-.001-.02-.007c-.006 0-.011-.007-.018-.007a.3.3 0 0 1-.118-.02.25.25 0 0 0-.292.05l-.005.02c.04.06.108.075.168.094.245.08.453.23.68.348.052.03.062.092.057.152q-.006.05-.02.103l-.072.31a.13.13 0 0 1-.02.076c.004.168-.114.293-.17.437-.006.012-.011.017-.02.04a3 3 0 0 1-.128.299c0 .007-.01.017-.012.024v-.005q-.001.002-.002.005l-.005.01q-.003.003-.005.007c-.012.045-.02.093-.058.132a2 2 0 0 1-.187.432c-.007.012-.012.012-.017.036-.062.144-.127.317-.19.475q-.02.087-.04.17l-.008.015q-.001.002-.002.005c0 .005-.005.01-.007.014a.45.45 0 0 1-.036.192c-.012.039-.022.082-.034.12l-.005.02-.201.912c-.055.25-.077.504-.118.754-.038.235-.048.477-.106.708-.04.168-.136.324-.213.48-.072.146-.118.302-.207.444l-.007.015-.012.03q-.002.01-.005.018l-.007.033-.002.036q0 .018-.003.036v.036l-.002.072c-.02.257-.053.514-.041.773.002.048-.012.075-.058.09l-.057.023a2 2 0 0 0-.113.048l-.06.024c-.031.012-.05.022-.1.034v-.005s-.006.005-.01.005l-.133.055-.093.038a.6.6 0 0 1-.211.092l-.036.02a25 25 0 0 0-.474.212c-.081.024-.165.072-.247.11-.09.04-.175.075-.264.114q-.209.091-.418.181-.008.002-.016 0c-.128.048-.26.118-.38.173-.048.026-.117.053-.177.077-.11.043-.135.038-.16-.075-.071-.052-.078-.14-.104-.216-.027-.072-.048-.15-.072-.222-.005-.024-.017-.02-.017-.034-.024-.033-.024-.064-.036-.098l-.003-.017c-.007-.005-.007-.012-.01-.02l-.006-.016h.004c-.033-.1-.07-.2-.093-.3-.024-.067-.067-.132-.08-.202a.2.2 0 0 1 0-.07l.008-.033.004-.017c.02-.047.05-.093.075-.14.017-.037.03-.076.048-.114.017-.038.03-.067.048-.115.038-.072.062-.156.11-.24 0-.02.015-.04.02-.058.043-.146.09-.295.149-.437 0-.005-.005-.012-.003-.017.017-.086.098-.117.146-.168v.003c.024-.008.037-.022.049-.022.014-.024.028-.034.043-.048a2 2 0 0 0 .108-.15c.045-.066.086-.136.137-.203.016-.021.03-.055.057-.055q.006 0 .012.002c.039.01.027.055.022.084a.9.9 0 0 0 0 .327c.012.084.026.168.033.252l-.002.038a.6.6 0 0 1 .036.19c.02.082.036.16.06.242.072.15.125.3.173.454l.005-.002c.08.12.163.26.245.39a1 1 0 0 0 .074.09h.005v.02c.024 0 .036.052.072.004-.007-.024-.012-.024-.02-.024a.5.5 0 0 1-.03-.08c-.005-.016-.013-.035-.015-.05l-.012-.05q-.002-.012-.005-.024a.3.3 0 0 0-.01-.048l-.011-.075-.013-.074q-.009-.012-.007-.026-.002-.015-.01-.03-.004-.042-.011-.086l-.022-.172c-.002-.03-.012-.058-.014-.087a3.6 3.6 0 0 1 .036-.941h.014c.029-.144.058-.31.086-.466q.011.001.024.003-.014.391.075.775.002.009.002.017c.036.098.075.197.106.298q.01.032.022.062a.3.3 0 0 0 .055.094c.007.012.02.024.02.036.025.019.037.04.057.06q.02.026.04.053c.05.048.104.093.166.156l-.017-.14q-.008-.063-.016-.134s-.013-.007-.013-.012a1 1 0 0 0-.01-.108l-.04-.33q0-.013.002-.025c0-.01.003-.027.003-.027a3 3 0 0 1-.02-.415l-.002-.017a1.1 1.1 0 0 1-.002-.37c.005-.033.002-.07.005-.103q-.002-.01-.003-.02c0-.158.007-.32.055-.472l.003-.017c.012-.072.024-.158.036-.238q.019-.12.033-.24.006-.05.034-.05.016 0 .04.017l.05.03.076.049q.036.024.07.055.002.004.009.007l.017.012h.005v-.002c.168.084.26.226.374.358a.3.3 0 0 1 .11.15q.111.147.169.323.004.015.01.03c.002.01.007.006.009.03.02.024.03.055.043.084l.034.084.019.04q.007.014.017.024a.07.07 0 0 0 .04.024c.027-.088-.035-.172-.011-.256h.007c0-.024-.007-.025-.007-.037-.024-.156-.044-.31-.11-.453l-.001-.04c-.058-.143-.086-.29-.17-.416a.1.1 0 0 1-.037-.063c-.026-.024-.04-.053-.055-.081l-.038-.063v.017c0-.002-.005-.005-.005-.007v-.003a3 3 0 0 0-.22-.278l-.01-.01c-.01-.01-.02-.01-.03-.033-.057-.024-.112-.096-.17-.147-.007-.007-.014-.01-.02-.017-.004-.004 0-.01-.023-.016-.12-.082-.21-.183-.314-.255-.02-.024-.044-.01-.053-.048.31-.02.61.017.922.036v-.012h.002c.154.024.298.053.437.113.005 0 .01.007.017.007v.005c.096.022.187.065.278.108.02.01.044.04.065.012.017-.024-.01-.046-.024-.065q-.053-.075-.108-.151c-.007-.012-.02-.024-.02-.036-.071-.07-.126-.15-.19-.22l-.06-.063a1.2 1.2 0 0 1-.208-.17c-.012-.008-.024-.022-.036-.022-.03 0-.064-.034-.096-.056q-.047-.03-.096-.062-.018-.01-.036-.02c-.146-.055-.293-.105-.44-.16-.004 0-.013-.003-.013-.005 0 0-.013 0-.017-.002a.1.1 0 0 1-.072-.03.1.1 0 0 1-.027-.035l-.005-.012q-.011-.03-.007-.063a1 1 0 0 0-.012-.22q-.004-.031-.012-.063l-.014-.06-.015-.062-.024-.09s-.01-.002-.01-.01c-.023-.145-.08-.292-.124-.436l-.017-.057a.4.4 0 0 1-.057-.168q0-.028.002-.056l.002-.026q.006-.041.02-.082l.033-.108c0-.005 0-.017.003-.017h-.003c.03-.17.099-.314.147-.468 0-.002.005-.002.005-.005l.01-.01q.003-.002.004-.004a.27.27 0 0 0 .053-.185.3.3 0 0 0-.027-.103q-.025-.063-.06-.127c-.002-.005-.01-.01-.014-.012q-.004-.004-.005-.008a1.2 1.2 0 0 1-.21-.355l-.015-.038c-.005-.005-.005-.01-.008-.017l-.002-.007-.007-.017.002.002-.002-.005.012-.043q.007-.014.014-.026.008-.01.02-.022l.009-.007c.065-.094.125-.192.197-.283a.26.26 0 0 0 .05-.252c-.04-.137-.036-.14.1-.19.025-.01.316-.12.433-.156l.075-.03.019-.006.509-.19q.009-.003.017-.002c.14-.072.293-.118.44-.168.02-.007.037-.015.06-.02.025-.02.097-.035.12-.055.12-.038.217-.093.325-.117a.3.3 0 0 1 .167-.067m-5.432.603a.8.8 0 0 1 .23.036l.014.004c.259.08.523.142.77.26.04.019.084.038.113.077.16.115.307.247.43.405.19.245.38.492.557.773q-.016-.005-.034-.013v-.001a1 1 0 0 1-.185-.103 7 7 0 0 0-.674-.356 1.5 1.5 0 0 0-.331-.1 3.3 3.3 0 0 0-.91-.041c-.084.007-.17 0-.255 0q-.092 0-.091-.092c0-.235.012-.472-.06-.7-.015-.048.014-.068.055-.082a1.1 1.1 0 0 1 .372-.067zm-2.75.773c.423-.015.812.105 1.167.324q.198.121.363.284l.014.013q.184.185.32.41c.08.13.059.272.032.414-.072.406-.316.706-.592.987-.265.269-.596.444-.903.648-.435.29-.932.403-1.438.478-.632.093-1.273.103-1.906.187-.23.029-.464.048-.694.089a1.07 1.07 0 0 0-.68.41c-.062.084-.1.187-.16.303a.53.53 0 0 1 .026-.394 1.12 1.12 0 0 1 .533-.54c.415-.22.879-.262 1.323-.375.36-.091.73-.144 1.087-.242a7.2 7.2 0 0 0 1.426-.55c.24-.125.49-.252.656-.485a.73.73 0 0 0 .12-.557q-.008-.05-.027-.053t-.05.027c-.18.16-.367.314-.571.449-.32.206-.673.33-1.038.42-.58.144-1.166.266-1.764.31a4.8 4.8 0 0 0-1.239.242c-.34.118-.687.235-.96.49-.034.03-.075.057-.13.098l.007-.038-.026.019v-.005q.013-.01.024-.017a.6.6 0 0 1 .084-.2l.646-1.022a.3.3 0 0 1 .041-.053c.334-.33.653-.677 1.023-.965.614-.48 1.284-.855 2.055-1.02.187-.041.377-.07.57-.07.22-.002.443-.01.66-.017zm-7.632.022q.02 0 .048.009c.03.01.062.007.094.01.127.028.26.03.386.062.012 0 .017.002.034.01a2 2 0 0 1 .4.057c.145.02.29.036.433.06.033 0 .062-.002.093.017.005 0 .012-.002.012 0 .168.02.3.03.445.055h-.015v.005c.096.012.16.024.233.036.077.012.156.03.23.03h.003c.007 0 .012.004.017.004l.021.005c.048.002.067.028.075.07.038.227.07.455.117.683 0 .017.01.032.008.046l.02.11.061.332c0 .01 0 .03.003.036v.01c.024.143.05.273.074.41v.046a1.7 1.7 0 0 0-.3.46c-.03.075-.07.152-.1.226l-.006.003c-.024.076-.062.15-.098.223q-.004.001-.007.01c-.005.009-.008.024-.012.03v.003a2.5 2.5 0 0 1-.192.415c-.008.02-.024.039-.024.056-.024.09-.046.182-.092.266a.8.8 0 0 1-.074.226 2 2 0 0 1-.13.394c-.007.019-.019.036-.019.055l-.002.007c-.003.007-.005.02-.01.029a.1.1 0 0 1-.01.03l-.002.01-.038.742.021.008.094-.185c.031-.06.055-.123.09-.185.018-.043.05-.086.05-.13.071-.12.136-.24.21-.35.008-.012.022-.02.03-.043.062-.097.134-.224.208-.334.026-.043.054-.08.078-.123.016-.048.042-.055.064-.076.021-.022.033-.044.081-.065 0 .019.005.036.003.053l-.003.01q-.001.013-.007.028l-.002.01q-.003.01-.005.019l-.002.02c0 .006-.005.01-.003.018l-.003.015h.003c-.022.144-.02.307-.024.458 0 .007-.005.02-.005.024l.005-.002q.032.216.062.432h-.002c.003 0 .005.03.005.043.024.144.055.29.072.437l.002.017q.005.014.005.026c.024.116.11.195.163.296.039.055.08.12.116.168h.002v.002c.12.106.22.214.355.31.02 0 .039.024.058.024h-.002v.012c.048.005.088.043.139.029a.1.1 0 0 0 .026-.012c.007-.005.017-.01.02-.017.011-.022-.01-.034-.027-.041-.197-.125-.166-.33-.19-.521h.008v-.003c.048.046.081.09.122.14a.1.1 0 0 0 .024.026l.05.055q.051.055.108.1c.039.032.08.066.125.09.02.007.039.024.056.024h-.005c.144.07.269.137.4.206a.15.15 0 0 1 .08.036c.048.144.105.288.091.456.005 0 .01.017.012.03a.1.1 0 0 1-.002.03q.026.21-.003.42a.04.04 0 0 1-.002.039c-.003.005 0 .007-.002.012h.002c0 .14-.002.278-.038.415-.003.137-.046.27-.06.406q-.001.007-.005.017c-.008.026-.02.057.038.05v-.002c.13-.136.26-.267.38-.418v.01c.002-.048.03-.073.057-.096.05-.05.1-.13.151-.2q.075-.104.152-.206l.002-.012q.01-.037.029-.046.008-.004.014-.005H9.3a.1.1 0 0 1 .05.02 1 1 0 0 1 .077.048c.144.079.307.132.415.269.012.012.026.014.038.038.05.024.096.08.133.132l.038.036q.004.002.007.005c.19.16.204.246.067.46-.004.007-.012.014-.016.014a.2.2 0 0 1-.024.055l-.02.036-.01.017c-.035.058-.074.118-.088.185a.4.4 0 0 0-.012.168q.04.142.07.286.02.085.028.175c.02.142-.048.228-.168.288v-.002c-.024.002-.026.017-.038.024l-.02.014-.038.026a.2.2 0 0 0-.077.087c0 .007 0 .005-.002.01-.002.004 0 .014-.002.014h.007v.014c-.024.07-.036.12-.048.156q-.005.014-.01.024-.004.01-.01.017-.005.008-.009.012a.05.05 0 0 1-.024.012h-.007a.2.2 0 0 1-.05-.012q-.05-.019-.138-.048-.007-.002-.011-.005l-.012-.004-.027-.012h-.01v-.01h-.002c-.072-.024-.14-.038-.204-.065q-.059-.02-.12-.043c-.05-.012-.1-.036-.151-.036-.14-.048-.281-.072-.416-.12-.011 0-.019.002-.043 0v.002c-.096-.019-.173-.043-.264-.06-.089-.014-.122-.06-.113-.148.005-.037.003-.08.003-.116 0-.012-.003-.017-.003-.04-.014-.025-.036-.053-.055-.085l-.014-.026c-.012-.012-.036-.024-.036-.038-.024-.005-.015-.01-.022-.015-.074-.07-.053-.163-.043-.252l.002-.029.008-.055q.002-.016.004-.026c.039-.15.048-.29-.113-.38-.019-.012-.03-.024-.055-.04v.004a3 3 0 0 0-.225-.165c-.012-.024-.015-.029-.039-.039a1.4 1.4 0 0 1-.31-.227l-.074-.04h.01c-.015-.025-.032-.022-.044-.034-.019-.014-.036-.024-.06-.04-.12-.102-.283-.198-.413-.315-.045-.015-.074-.05-.11-.08v-.004c-.127-.09-.252-.176-.377-.272h.003c-.015 0-.015-.012-.039-.024-.072-.036-.144-.096-.206-.144-.02-.024-.039-.024-.058-.024-.058-.048-.108-.07-.156-.113-.02-.012-.036-.026-.06-.04a2.2 2.2 0 0 1-.396-.29l-.012-.011-.022-.024a.2.2 0 0 1-.038-.081v.019c-.087-.094-.144-.202-.216-.3l-.007-.015a.03.03 0 0 1-.005-.014l-.003-.026a.1.1 0 0 1 .024-.053q.002-.008.003-.02c.024-.153.108-.292.168-.436v-.037s0-.022-.003-.032l-.004-.014-.005-.005a.04.04 0 0 0-.017-.01h-.007a.1.1 0 0 0-.058.022.3.3 0 0 0-.055.043l-.02.015-.014.019-.007.01q-.001.002-.002 0-.001.002-.003 0v.002c-.048.055-.12.103-.182.154-.012.012-.034.026-.034.038v-.002h-.007c-.02.024-.045.024-.072.012l-.31-.137c-.024-.012-.036-.038-.04-.062l-.008-.032-.007-.026v.005c-.036-.168.022-.293.053-.437q.004-.018.005-.036c.024-.14.033-.288.074-.423v-.062c-.02-.154-.022-.305-.033-.46l.002-.078c-.014-.286-.033-.571-.043-.857-.022-.598-.07-1.193-.053-1.79a.64.64 0 0 0-.074-.315 2 2 0 0 0-.099-.164.26.26 0 0 1-.048-.237c.036-.14.063-.284.09-.425.008-.05.021-.084.06-.086zm-.166.38.005.015c.005.032-.007.065-.02.113a.12.12 0 0 1 0-.086zm10.715.003q.195-.004.38.024c.22.017.42.058.55.164q.143.061.28.144.33.2.662.403a.4.4 0 0 1 .118.108l.223.315c.012.016.03.036.015.057a.04.04 0 0 1-.02.014q-.026.004-.05-.011c-.098-.056-.2-.108-.298-.164a4.8 4.8 0 0 0-1.184-.46c-.107-.03-.208-.06-.323-.075l-.152-.034c-.004.003.005.012.017.024q.008.008.012.015a.1.1 0 0 0 .04.033l.02.01c.228.115.613.187.893.317l.058.029c.156.08.298.182.44.29l.268.207c.404.293.65.689.77 1.169q.006.021.01.043l.01.014c.02.03.024.065.017.096q.002.012.005.022c-.005.07-.06.04-.092.04a2.5 2.5 0 0 1-.61-.11h-.006c-.051-.016-.118-.04-.165-.054-.211-.075-.41-.163-.615-.238-.252-.09-.45-.261-.662-.413a8 8 0 0 1-1.001-.816.3.3 0 0 1-.08-.106l-.062-.153-.036-.094-.024-.06-.002-.005q-.004-.004-.003-.01v-.002l-.002-.01a.17.17 0 0 1 .007-.122q.002-.008.005-.014l.005-.017.004-.014q.003-.01.005-.017l.003-.015.002-.017.003-.014.002-.017.002-.014.003-.017.002-.014.003-.017q0-.008.002-.015 0-.008.003-.016v-.266c-.003-.082.026-.114.108-.111q.12.002.243-.005l.075.004q.06-.004.122-.005m.284.532.028.008H15c-.012.008-.028.005-.033.02q-.005-.028.003-.028m.88.342.012.006h.003zm-1.908.177.002.003q.01.004.022.024c.076.154.182.28.3.399.124.12.259.23.389.348q.403.363.818.713c.178.15.392.228.62.288.518.132 1.049.182 1.575.254.139.02.264.065.374.156h-.007q.014.01.024.02c-.296-.043-.59-.04-.886-.046-.324-.007-.641.03-.96.067a1 1 0 0 1-.336-.026c-.308-.07-.598-.195-.89-.317-.328-.14-.601-.353-.861-.588l-.057-.055a1 1 0 0 1-.205-.285l-.002-.006c-.09-.212-.085-.448-.016-.708q.029-.105.062-.21.012-.034.034-.031m-.248 1.18c.065.233.233.396.375.573l.029.039.028.038a.6.6 0 0 0 .106.094c.017.012.03.02.046.033l.02.017a10 10 0 0 0 .539.396l.329.229q.223.153.468.266.06.028.123.055.186.079.379.14l.02.007c.08.02.167.028.25.038q.049.004.092.01a.2.2 0 0 1 .06.024.4.4 0 0 1 .068.05c.074.067.144.163.148.22q0 .015-.002.025-.002.006-.005.01c-.01.016-.024.03-.033.048q-.046.074-.085.153l-.011.027a.31.31 0 0 0 .002.26c.115-.114.218-.236.293-.376a1 1 0 0 0 .086-.201c.01-.027.003-.058.01-.084.01-.03-.024-.07-.01-.09q.001 0 .005-.004l.014-.007q.016-.004.027-.005.027-.004.055-.005.072 0 .14.022c.028.01.019.045.016.072v.005c-.005.086-.04.165-.072.242l-.024.055a1.7 1.7 0 0 1-.192.375c-.118.156-.254.302-.475.31h-.063c-.038 0-.077.01-.115.012a.085.085 0 0 0-.086.057c-.017.039-.04.072-.058.11l-.007.017a1.5 1.5 0 0 1-.408.57q-.12.106-.25.203a2 2 0 0 1-.468.224l-.036.014-.034.015-.02.007q-.016.004-.03.01c-.036.014-.065.035-.046.09.02.06.063.077.118.08q.019 0 .04-.003a.6.6 0 0 0 .15-.033c.048-.017.096-.04.146-.06q.05-.024.103-.041c-.03.122-.045.235-.084.34l-.021.054-.09.192q-.028.064-.062.125c-.115.23-.245.45-.405.655a1.7 1.7 0 0 1-.356.34l-.103.073a3 3 0 0 1-.38.205l-.064.03-.053.02-.043.018q-.06.023-.123.045a3 3 0 0 1-.168.053 5 5 0 0 1-.57.134q-.01.002-.02.003-.082.014-.163.026-.086.013-.176.024a2.2 2.2 0 0 1-.605-.02l-.028-.008a.7.7 0 0 1-.145-.06c-.062-.034-.12-.07-.182-.1a2 2 0 0 1-.13-.073 2 2 0 0 1-.16-.106.63.63 0 0 1-.233-.278 2 2 0 0 0-.092-.194q-.016-.029-.03-.053a3 3 0 0 0-.277-.367 3 3 0 0 0-.125-.142q-.03-.036-.062-.07a7 7 0 0 0-.26-.276l-.067-.067a3 3 0 0 0-.364-.302 3 3 0 0 0-.303-.192l-.06-.04a1.58 1.58 0 0 1-.63-.761c-.043-.093-.107-.122-.22-.124a.6.6 0 0 1-.252-.048l-.002-.002a.5.5 0 0 1-.132-.084l-.026-.016c-.022-.026-.038-.058-.058-.09a5 5 0 0 1-.386-.658q0 .004.003.008l-.006-.013.003.005a4 4 0 0 0-.073-.196l-.036-.086a.4.4 0 0 1-.014-.154l.007-.031q.002-.008.005-.015l.012-.03a.5.5 0 0 1 .127-.14l.067-.05q.07-.05.14-.094.106-.065.218-.123c.271-.14.56-.238.857-.314q.024-.007.053-.012c.033-.008.07-.01.105-.015q.054-.004.106-.005l.106-.002c.016 0 .036 0 .052-.002a18 18 0 0 0 .9-.063q.27-.026.54-.055a3.5 3.5 0 0 0 1.127-.324q.055-.028.11-.055l.063-.034c.144-.077.288-.151.427-.233.014-.02.03-.026.055-.033l.01-.003v.012a.06.06 0 0 1-.02.034l-.021.014c-.14.178-.331.3-.497.45a.4.4 0 0 0-.05.045q-.078.065-.166.137c.209 0 .41-.024.598-.08a1.65 1.65 0 0 0 .869-.6q.155-.205.278-.482m-3.265.016a1.2 1.2 0 0 1-.343.109c-.56.139-1.13.22-1.697.326a2.6 2.6 0 0 0-1.105.487q-.029.024-.062.043-.038.025-.043-.01-.004-.007-.003-.018c-.01-.144.034-.214.166-.274q.27-.124.54-.252c.235-.108.487-.142.742-.168.396-.043.792-.094 1.19-.14l.524-.086zm2.386 1.245h-.026c-.038.01-.036.05-.036.08.003.1.007.202.02.303.01.11.047.219.112.307a.84.84 0 0 0 .51.334c.155.036.155.038.17.2.007.069.016.13.08.17.114.067.227.137.364.146.084.007.17.012.242.068a.6.6 0 0 0 .32.098c.084.007.17.01.254.024.067.012.113-.01.16-.05.239-.197.474-.397.697-.617-.026-.03-.065-.04-.118-.012a6 6 0 0 0-.415.223.3.3 0 0 1-.113.048 4 4 0 0 1-.722.074.7.7 0 0 1-.368-.13c-.067-.043-.134-.105-.146-.201.036-.012.07.002.103.007.127.017.252.063.382.055.312-.02.605-.113.898-.213l.283-.103c.043-.015.055-.03.017-.07-.046-.05-.096-.04-.147-.034a5.6 5.6 0 0 1-1.87-.045c-.18-.034-.372-.046-.442-.27q-.031-.09-.05-.182a.37.37 0 0 0-.094-.17.1.1 0 0 0-.065-.04m-.573.065c-.048 0-.08.05-.103.093-.06.103-.137.196-.207.292-.108.147-.26.178-.418.154a18 18 0 0 0-1.718-.18c-.03-.002-.058-.01-.082.01-.183.134-.367.264-.483.468q.011.005.02.007.027-.004.055-.01.447-.111.922-.072c.398.034.792.113 1.188.168.053.008.106.01.156.036.12.063.18.173.226.29.07.18.09.373.103.565.01.15-.022.278-.144.38a.56.56 0 0 0-.2.278c.154 0 .286.026.387.156.063.08.144.149.223.218a.38.38 0 0 0 .586-.081c.058-.094.113-.19.175-.281.087-.127.17-.264.325-.32.093-.03.052-.076.02-.115-.061-.08-.177-.081-.28-.02-.16.097-.266.239-.381.376a.8.8 0 0 1-.113.115c-.058.04-.108.043-.16-.01-.056-.057-.114-.117-.176-.168-.053-.043-.063-.082-.032-.144a.73.73 0 0 0 .082-.413c-.03-.312-.08-.62-.3-.867-.024-.026-.024-.04.01-.064a.94.94 0 0 0 .408-.701c.007-.075-.007-.135-.067-.156zm4.46.035c.206 0 .388.08.567.182q-.006 0-.012.003l.03.017c-.27.04-.54.06-.81.03-.084-.01-.168-.026-.255-.023-.17.005-.307-.084-.451-.161h.017q-.018-.01-.036-.02.037.003.074.005.042.006.084.015c.238.05.468-.02.704-.043a1 1 0 0 1 .089-.005zm-8.689.714-.016.004c-.05.019-.098.048-.112.115-.048.223.055.437.278.552.1.053.178.127.226.23.016.037.019.106.072.094s.01-.077.021-.103c.008-.135-.019-.25-.127-.32-.08-.05-.11-.12-.14-.201-.038-.106-.047-.223-.134-.307-.02-.021-.036-.064-.069-.064zm1.843.354c-.11.027-.236.053-.353.106q-.123.057-.015.139c.043.034.087.05.14.03a.47.47 0 0 1 .494.097.51.51 0 0 0 .523.087c.106-.036.197-.096.293-.15a.3.3 0 0 1 .113-.04q.216-.022.43-.053c.038-.005.098.01.108-.036.01-.048-.046-.077-.08-.108-.016-.017-.045-.02-.07-.026a.8.8 0 0 0-.436-.015 2.1 2.1 0 0 1-.888 0c-.08-.02-.163-.02-.26-.03zm6.903.889q.008 0 .015.007l.012.014.008.005c.043.034-.007.11-.02.168q-.044.251-.086.502c-.007.048-.012.098-.048.165l-.007-.043-.012.024a5 5 0 0 1-.075-.706c-.002-.053.034-.065.068-.077.048-.016.107-.066.145-.06zm-3.22.902-.022.01c-.19.105-.404.11-.613.137-.088.012-.2-.015-.264.05-.158.156-.293.09-.432-.02q-.01-.008-.024-.014c-.206-.11-.413-.15-.624-.005a.34.34 0 0 1-.267.068c-.074-.02-.131-.015-.19.038-.028.027-.066.048-.1.07-.094.062-.094.072-.007.14.02.018.043.025.067.033.2.06.387.016.562-.08.182-.098.353-.093.518.032.152.112.312.115.48.045a3 3 0 0 1 .653-.213c.034-.005.068-.017.099.01.096.088.187.026.279-.01.036-.015.04-.044.038-.08-.007-.076-.065-.12-.098-.18q-.022-.037-.054-.03zm-4.717.07q.014 0 .032.017.057.055.113.11l.015.014q.027.027.012.06l-.224.45-.024-.008q.001-.006.003-.012c.048-.197.029-.4.055-.6q.004-.03.018-.03zm3.9.588c-.238.007-.48.046-.703.122-.185.063-.392.106-.488.32-.055.124-.048.256-.086.38.017.1.017.197.074.281.017.024.024.063.065.06.043-.002.058-.038.07-.067.043-.09.053-.194.08-.29.047-.156.119-.28.282-.35q.256-.107.516-.206a.2.2 0 0 1 .1-.012c.215.03.438.02.628.146a.08.08 0 0 0 .062.012c.072-.017.08-.04.036-.098a.72.72 0 0 0-.636-.298m-2.218.741.014.017c.094.117.187.218.25.336.15.29.374.501.662.655.135.072.256.172.414.19l.003.001h.018c.017 0 .04-.004.036.023-.003.014-.017.014-.031.012h-.007q-.008 0-.015-.003c-.167.005-.33.033-.493.067q-.127.027-.255.058l-.243.055h-.003c-.033.008-.048.024-.043.058.005.04.02.062.067.072a1.3 1.3 0 0 0 .274.017q.177-.005.353-.034a2.6 2.6 0 0 1 .778-.002c-.43.07-.785.312-1.174.475-.202.084-.358.245-.55.348-.014.017-.022.044-.036.06-.031.04-.036.118-.087.11h-.004c-.005 0-.01.003-.015 0a.6.6 0 0 1-.266-.086c-.03-.019-.022-.055-.022-.089v-.453c0-.032.012-.067-.019-.09-.106-.066-.08-.182-.106-.278-.01-.038.017-.057.039-.08l.278-.31c.063-.068.089-.143.043-.224-.086-.163-.072-.32-.002-.485.055-.13.091-.267.142-.42m4.585.177q.008.004.012.008l.007-.008c.039.022.04.05.05.075q.152.372.3.744c.025.055.03.103-.006.15a.5.5 0 0 0-.077.49c.067.205.019.347-.183.448a.23.23 0 0 1-.12.036.12.12 0 0 1-.088-.03c-.375-.259-.821-.345-1.242-.494-.06-.02-.117-.043-.18-.057-.072-.017-.067-.065-.057-.116.007-.036.026-.04.045-.038.02-.005.046.01.063.014.48.12.965.216 1.428.396q.024.01.043.013c.034-.005.044-.037.039-.082-.01-.108-.02-.214-.144-.27a2.8 2.8 0 0 0-.975-.234q-.074-.006-.15-.01c.239-.144.5-.22.714-.406a1 1 0 0 0 .075-.067l.398-.482zm-1.882 1.133h.02c.03-.002.054.005.057.053 0 .044.01.082-.06.092a2 2 0 0 1-.274.021q-.14 0-.278-.03c-.05-.013-.07-.047-.065-.087.002-.027.02-.027.04-.027a.1.1 0 0 1 .039.003h.18a1.1 1.1 0 0 0 .34-.024zm.036.396q.009 0 .02.005l.844.35c-.132.11-.254.207-.374.303-.221.178-.44.358-.646.553-.05.048-.09.05-.147.014a9 9 0 0 0-1.097-.545c-.165-.07-.34-.098-.511-.158.02-.036.055-.036.084-.046.367-.137.742-.26 1.102-.42.094-.043.187-.007.278.005.137.02.27.021.394-.046a.1.1 0 0 1 .053-.015m-2.161.698a.3.3 0 0 1 .082.018c.197.077.38.185.569.274a.04.04 0 0 1 .029.01q.005.002.005.011v.005q-.002.003-.003.005-.004.004-.007.003l-.01-.003a.03.03 0 0 1-.012-.012l-.862-.214c.074-.059.133-.1.209-.097m8.17.535c-.142-.004-.26.062-.372.15-.03.022-.046.048-.094.017-.105-.072-.206-.053-.295.04a.4.4 0 0 0-.103.186c-.125.504-.252 1.006-.372 1.512-.041.17.048.255.223.23.158-.026.238-.117.264-.32a4 4 0 0 1 .11-.596c.15.187.29.362.433.538.139.17.29.321.494.412.144.065.269.027.382-.074a.19.19 0 0 0 .055-.206.16.16 0 0 0-.158-.125.25.25 0 0 1-.152-.07 2.3 2.3 0 0 1-.362-.396c-.09-.12-.094-.12.026-.202.252-.173.34-.417.322-.71-.014-.219-.132-.346-.34-.38a1 1 0 0 0-.061-.006m-10.733.03c-.04 0-.077.02-.097.075-.019.05-.053.043-.091.038a.75.75 0 0 0-.665.22c-.38.37-.574.813-.552 1.353.014.358.22.53.569.451.689-.16 1.224-.835 1.253-1.582.007-.192-.168-.47-.34-.538a.2.2 0 0 0-.077-.016zm-1.93.058a.94.94 0 0 0-.613.238c-.346.302-.547.693-.646 1.138a.64.64 0 0 0 .075.482c.07.118.158.161.292.135a3.1 3.1 0 0 0 .87-.305.9.9 0 0 0 .225-.168.3.3 0 0 0 .084-.204c0-.075-.033-.1-.103-.104-.07-.002-.13.024-.192.046-.207.075-.408.166-.622.22-.105.027-.14.003-.163-.105a.3.3 0 0 1 .005-.122c.04-.168.098-.33.187-.483a.8.8 0 0 1 .245-.283c.14-.089.283-.137.442-.04.052.03.103.016.15-.013a.35.35 0 0 0 .15-.2q.024-.076-.044-.117a.8.8 0 0 0-.343-.115zm9.2.07a.7.7 0 0 0-.517.206c-.156.161-.183.324-.084.526.074.151.177.28.278.415.072.094.149.187.216.286.048.07.024.125-.058.151a.2.2 0 0 1-.14-.005 1.1 1.1 0 0 1-.373-.23.24.24 0 0 1-.082-.125c-.012-.074-.053-.108-.125-.115-.081-.007-.156-.007-.204.08-.08.138-.057.263.087.393.276.245.605.353.933.38.3.004.485-.267.387-.522-.043-.115-.118-.216-.19-.314-.12-.159-.245-.313-.357-.476-.09-.125-.048-.216.098-.264.135-.043.25-.005.36.08.13.1.24.047.269-.116.017-.086-.03-.144-.09-.194a.68.68 0 0 0-.41-.157zm1.905.06q-.206-.006-.41.016c-.164.02-.32.065-.38.248-.002.01-.014.024-.024.026-.187.048-.252.202-.302.358-.106.346-.2.696-.298 1.042-.024.084.01.14.08.182.054.034.11.032.172.015.324-.08.648-.166.987-.142a.26.26 0 0 0 .127-.029.24.24 0 0 0 .117-.24c-.014-.09-.086-.117-.163-.13a2 2 0 0 0-.177-.016 4 4 0 0 0-.62.052c.03-.228.048-.242.264-.242.16 0 .322-.01.473-.072.1-.043.166-.113.176-.226.007-.076-.025-.122-.104-.124a2 2 0 0 0-.19.002l-.453.04c.024-.052.036-.1.062-.136.044-.062-.007-.178.084-.209.075-.024.164-.007.245-.01.214-.004.427-.007.634-.074a.35.35 0 0 0 .192-.13c.07-.108.043-.18-.082-.185q-.204-.01-.41-.017zm-6.664.008c-.071-.003-.13.042-.185.093a4 4 0 0 0-.392.434l-.367.456c-.02.024-.04.07-.08.05-.03-.014-.018-.055-.014-.086q.016-.164.036-.329c.015-.144.034-.288.01-.432-.031-.173-.156-.22-.295-.113a1 1 0 0 0-.094.091 3 3 0 0 0-.298.414c-.225.348-.432.71-.703 1.027-.05.06-.103.118-.149.182-.048.072-.067.154-.022.23.041.068.11.092.188.087.081-.004.125-.064.168-.122l.626-.852c.012-.015.017-.044.053-.034a1 1 0 0 0-.012.11c-.01.137-.038.274-.01.413.034.16.16.224.306.152a1 1 0 0 0 .204-.152q.176-.168.33-.362c.114-.144.229-.29.349-.447.036.12.022.228.017.336-.012.188-.048.375-.012.565.024.117.091.187.187.194a.44.44 0 0 0 .278-.07c.125-.079.137-.237.02-.343a.2.2 0 0 1-.063-.113c-.026-.13-.004-.257.017-.384.039-.245.115-.485.103-.737-.004-.098-.02-.19-.12-.237a.2.2 0 0 0-.076-.02zm8.04.19c.117-.01.175.063.14.176a.4.4 0 0 1-.07.132c-.128.161-.291.27-.495.353a1.6 1.6 0 0 1 .11-.425c.062-.134.163-.223.315-.237zm-6.651.02a.3.3 0 0 1 .15.034c.076.043.098.146.045.233a.7.7 0 0 1-.185.184 1.5 1.5 0 0 1-.483.243c.07-.216.128-.415.245-.586a.29.29 0 0 1 .228-.108m1.6.091a.5.5 0 0 1 .213.034c.113.046.15.1.149.27a1.26 1.26 0 0 1-.425.818.56.56 0 0 1-.324.136c-.147.012-.262-.08-.247-.228.028-.32.115-.624.33-.876a.44.44 0 0 1 .304-.154m-5.882.003a.5.5 0 0 1 .218.036c.11.043.149.098.144.262a1.24 1.24 0 0 1-.422.818.6.6 0 0 1-.325.14c-.15.011-.266-.082-.252-.233.03-.315.116-.613.325-.86a.44.44 0 0 1 .312-.163"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/comptia.svg b/mkdocs-material/material/templates/.icons/simple/comptia.svg new file mode 100644 index 0000000..5511f88 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/comptia.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.83 11.707v1.852a.61.61 0 0 1-.602-.614V11.71a.573.573 0 0 0-1.143 0v1.85a.6.6 0 0 1-.6-.598V11.71a.575.575 0 0 0-1.145 0v1.243a.61.61 0 0 1-.6.607v-1.85a1.15 1.15 0 0 1 1.167-1.132h.002c.33-.005.648.13.875.37a1.18 1.18 0 0 1 .868-.37 1.154 1.154 0 0 1 1.177 1.13m7.015-2.292v3.563a.597.597 0 0 0 .6.581V9.996a.597.597 0 0 0-.6-.581M24 13.525c-.324.028-.675-.069-.801-.343l-.319-.685h-2.13l-.316.704c-.15.278-.544.366-.848.366l1.738-3.806a.53.53 0 0 1 .477-.343.54.54 0 0 1 .48.343zm-1.376-1.617-.806-1.767-.804 1.767zm-19.166.638a1.85 1.85 0 0 1-1.182.438c-.93 0-1.688-.683-1.688-1.514s.76-1.505 1.688-1.505c.501 0 .98.205 1.326.568a.58.58 0 0 0 .742.082c-.362-.75-1.177-1.237-2.07-1.237-1.253 0-2.274.938-2.274 2.094s1.018 2.096 2.275 2.096a2.4 2.4 0 0 0 1.288-.372 2.1 2.1 0 0 0 .65-.636.59.59 0 0 0-.755-.014m11.43-2.539h1.288v2.952a.59.59 0 0 0 .573.6h.027v-3.552h1.284a.594.594 0 0 0 .594-.593h-4.35a.59.59 0 0 0 .584.593m-7.31 2.067c0 .836-.727 1.485-1.651 1.485-.929 0-1.65-.65-1.65-1.485s.724-1.495 1.65-1.495 1.65.658 1.65 1.495m-.601-.003c0-.5-.465-.894-1.05-.894-.588 0-1.051.393-1.051.894s.464.888 1.05.888 1.05-.388 1.05-.888zm6.797-1.5c-.95 0-1.64.643-1.64 1.518v2.533a.596.596 0 0 0 .602-.586v-1.95c0-.63.516-.916 1.038-.916.549 0 .981.398.981.905 0 .487-.432.875-.98.875-.37 0-.646-.093-.814-.278v.005a1 1 0 0 0-.038.107.596.596 0 0 0 .411.724q.22.046.445.045c.888 0 1.58-.651 1.573-1.476a1.47 1.47 0 0 0-.464-1.075 1.64 1.64 0 0 0-1.114-.431"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/comsol.svg b/mkdocs-material/material/templates/.icons/simple/comsol.svg new file mode 100644 index 0000000..861f581 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/comsol.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.538 11.131a.63.63 0 0 0-.138.387h.297a.33.33 0 0 1 .148-.271.47.47 0 0 1 .236-.079h1.555a.131.131 0 0 0 0-.262h-1.16l-.43-.001a.64.64 0 0 0-.508.226m4.721-.225h-.897s-1.07-.057-1.07 1.094c0 1.15 1.07 1.094 1.07 1.094h.897s1.07.056 1.07-1.094c0-1.048-.887-1.095-1.046-1.095zM18.58 12s-.066-.832.807-.832h.85c.872 0 .806.832.806.832s.066.831-.806.831h-.85c-.873 0-.807-.831-.807-.831m-8.494-1.094h-.897S8.117 10.849 8.117 12c0 1.15 1.07 1.094 1.07 1.094h.898s1.07.056 1.07-1.094c0-1.048-.888-1.095-1.046-1.095zM8.405 12s-.066-.832.806-.832h.85c.873 0 .807.832.807.832s.066.831-.807.831h-.85c-.872 0-.806-.831-.806-.831m-3.311 0c0 1.15 1.07 1.094 1.07 1.094h1.45a.131.131 0 0 0 0-.262H6.188c-.872 0-.806-.832-.806-.832s-.066-.832.806-.832h1.426a.131.131 0 0 0 0-.262H6.14c-.159 0-1.047.046-1.047 1.094m-2.607-1.095a.32.32 0 0 0-.319.319v1.552c0 .176.143.318.319.318H3.72a.32.32 0 0 0 .318-.318v-1.552a.32.32 0 0 0-.318-.319zm-2.169 0a.32.32 0 0 0-.318.319v.001c0 .076.027.144.071.199l.001.004 1.232 1.55.003.002c.06.069.145.114.243.114h.001a.32.32 0 0 0 .319-.318v-1.553a.32.32 0 0 0-.318-.318zm21.493.132v2.058h2.058a.131.131 0 0 0 0-.263h-1.796v-1.795a.131.131 0 0 0-.262 0m-7.18-.088-1.396 1.395-1.41-1.41-.001.002a.131.131 0 0 0-.214.101v2.058h.262v-1.742l1.27 1.27.029.02.01.006.007.003c.038.016.072.01.097 0l.003-.002.018-.01.004-.003.019-.015 1.268-1.268v1.741h.263v-2.058a.131.131 0 0 0-.229-.088m.77.57a.63.63 0 0 0 .138.387.64.64 0 0 0 .507.226h1.184c.094 0 .198.05.236.078a.33.33 0 0 1 .148.271h.297a.63.63 0 0 0-.138-.387.64.64 0 0 0-.507-.226h-1.185a.47.47 0 0 1-.235-.078.33.33 0 0 1-.148-.272zm2.213.962a.33.33 0 0 1-.148.272.47.47 0 0 1-.236.078h-1.698v.001a.131.131 0 0 0 0 .263l.01-.001h1.724c.23 0 .392-.092.507-.226a.63.63 0 0 0 .138-.387z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/conan.svg b/mkdocs-material/material/templates/.icons/simple/conan.svg new file mode 100644 index 0000000..671d5a0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/conan.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.709 0 0 5.534V16.76L11.984 24l4.857-2.706V9.998c.13-.084.275-.196.399-.27l.032-.017c.197-.11.329-.102.23.33v10.884l6.466-3.603V6.11L24 6.093Zm.915 2.83c.932.02 1.855.191 2.706.552a9.1 9.1 0 0 1 3.45 2.429 63 63 0 0 1-3.044 1.616c.56-.853.14-2.009-.76-2.455-.93-.648-2.093-.73-3.205-.674-1.064.175-2.258.51-2.893 1.474-.722.862-.084 2.11.914 2.408 1.2.509 2.543.38 3.806.413-.975.457-1.931.97-2.927 1.358-1.701-.176-3.585-.917-4.374-2.51-.574-1.178.215-2.572 1.319-3.14a11.4 11.4 0 0 1 3.336-1.348 9 9 0 0 1 1.672-.123"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/concourse.svg b/mkdocs-material/material/templates/.icons/simple/concourse.svg new file mode 100644 index 0000000..12d0aaf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/concourse.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.968 11.245a10 10 0 0 0-.235-1.437c-.051-.243-.133-.476-.195-.719l-.112-.334-.062-.162-.071-.182a9 9 0 0 0-.634-1.285 9.8 9.8 0 0 0-1.576-2.035l-.092-.09-.04-.052-.072-.06c-.062-.061-.123-.112-.184-.172a3 3 0 0 1-.174-.162 3 3 0 0 0-.205-.162l-.163-.132-.082-.06-.02-.02-.052-.041-.01-.01-.041-.03c-.102-.072-.194-.132-.286-.193-.164-.112-.287-.203-.379-.263a11 11 0 0 0 .246-1.174c.102-.598.521-1.832-.338-2.187-.808-.334-1.862 1.184-1.862 1.184a15.3 15.3 0 0 0-3.682 8.675 3.6 3.6 0 0 1 1.473.678h.01a15.5 15.5 0 0 0 2.67-3.482 6.4 6.4 0 0 1 1.77 1.62l.071.09.072.112.143.223c.082.141.174.273.246.425a6.8 6.8 0 0 1 .797 2.783 6 6 0 0 1 0 .84c-.01.233-.04.476-.081.709a5 5 0 0 1-.113.547c-.082.293-.133.465-.133.465l.194-.445c.052-.142.123-.324.185-.537.071-.232.133-.475.173-.708.052-.284.092-.577.113-.87a8 8 0 0 0 0-.983 7 7 0 0 0-.143-1.052 9 9 0 0 0-.307-1.063 6 6 0 0 0-.225-.526l-.113-.233-.061-.121-.03-.132a7 7 0 0 0-.604-.921 7.6 7.6 0 0 0-1.36-1.377c.153-.344.306-.698.429-1.062l.061.03.307.162.041.02.01.01c.041.03-.061-.04-.05-.03l.02.01.081.05.174.112.092.06.052.031.02.02h.01c.01.01-.05-.04-.03-.02l.01.01c.061.05.123.091.194.142l.205.152.03.02c-.04-.03-.01-.01-.02-.02h.01l.01.01.052.04.102.081a8.8 8.8 0 0 1 2.24 2.743l.072.142.071.162.154.314c.081.202.174.405.235.617.296.84.47 1.73.501 2.622.01.212.01.425.01.637s-.02.415-.03.608c-.031.374-.092.739-.174 1.113a9 9 0 0 1-.256.921c-.082.273-.184.506-.256.698-.082.193-.153.334-.194.436-.051.1-.072.152-.072.152s.031-.051.092-.142c.052-.091.144-.233.246-.415.092-.182.215-.405.327-.668.133-.294.256-.597.348-.911.123-.365.215-.74.297-1.124.04-.202.081-.415.102-.627a7 7 0 0 0 .061-.658c.03-.456.03-.921-.01-1.387zm-12.795.7a15.4 15.4 0 0 0-4.441-.626c.04-.803.243-1.587.587-2.312l.05-.099.061-.119.121-.228c.081-.139.152-.278.253-.407A6.7 6.7 0 0 1 9.12 6.706c.232-.199.485-.377.748-.536.233-.149.486-.278.739-.397a8 8 0 0 1 .657-.268c.203-.08.385-.119.526-.159.294-.069.476-.109.476-.109s-.172.01-.486.05c-.151.02-.344.04-.556.09a8 8 0 0 0-.708.178c-.273.09-.547.188-.82.307a6.4 6.4 0 0 0-.86.457 7.5 7.5 0 0 0-.86.615 7 7 0 0 0-.789.764c-.121.129-.243.288-.364.436l-.152.209-.07.109-.082.119a6.6 6.6 0 0 0-.516.942 7 7 0 0 0-.566 1.846v.03c-.364.03-.728.079-1.093.139v-.586c.01-.05-.01.07-.01.06v-.03c0-.03.01-.06.01-.1.01-.069.01-.128.02-.198 0-.04.01-.07.01-.109v-.09c0-.009-.01.07-.01.03v-.01l.03-.227q.013-.12.041-.238V10c-.01.05 0 .01-.01.02v-.03l.01-.06.02-.129a9.2 9.2 0 0 1 1.366-3.194l.091-.13.102-.138.212-.278c.142-.159.273-.337.435-.496a9 9 0 0 1 2.064-1.657 6 6 0 0 1 .556-.298c.182-.1.375-.178.547-.258a10 10 0 0 1 1.052-.377c.303-.09.617-.159.93-.218.284-.06.527-.08.73-.11.201-.02.363-.029.475-.039h.162l-.172-.01c-.112 0-.274-.01-.476-.01-.202.01-.455 0-.749.03-.323.03-.647.07-.96.129-.385.07-.76.159-1.124.278a9 9 0 0 0-.597.208c-.202.07-.404.159-.607.258-.425.199-.83.417-1.224.665-.405.258-.79.556-1.153.873-.182.149-.364.337-.536.506l-.233.258-.122.129-.121.149a9 9 0 0 0-.83 1.14 9.6 9.6 0 0 0-1.042 2.293l-.04.119-.02.06-.02.089-.061.238c-.02.079-.04.148-.061.228-.02.09-.03.168-.05.248-.01.07-.03.139-.041.198-.01.03-.01.06-.02.1v.03l-.01.059v.06c-.01.118-.02.227-.04.337q-.046.461-.062.595c-.354.09-.708.198-1.052.317 0 0-1.851.427-1.75 1.32.101.843 1.922 1.012 1.922 1.012 3.147.635 6.415.288 9.349-.992a3.5 3.5 0 0 1-.102-1.578m4.411 1.937c-.364.41-.81.726-1.316.93v.01a15.8 15.8 0 0 0 1.772 4.2 6.6 6.6 0 0 1-2.227.715l-.112.01-.132.01-.263.021c-.162 0-.324.01-.486 0a6.3 6.3 0 0 1-1.954-.337 6 6 0 0 1-.86-.348 6 6 0 0 1-.73-.408 6 6 0 0 1-.576-.42c-.172-.132-.304-.265-.425-.367-.223-.215-.345-.347-.345-.347s.102.143.294.388c.101.122.223.266.375.419.172.184.344.347.536.51.223.195.456.369.699.532q.41.276.85.49c.314.154.648.286.982.399.354.112.709.194 1.073.255.183.031.375.051.567.072l.264.02.131.01h.152c.365 0 .729-.02 1.094-.071a7.6 7.6 0 0 0 1.812-.48q.333.46.698.889c-.01.01-.02.01-.03.02l-.294.184-.04.02-.01.01c-.05.021.06-.03.05-.02h-.01l-.02.01c-.03.01-.06.031-.091.041l-.182.092-.102.051-.05.031-.02.01h-.01c-.01 0 .06-.03.03-.01l-.01.01-.213.092c-.07.03-.152.062-.223.102l-.03.01c.05-.02.01 0 .02-.01h-.01l-.01.01-.06.021-.122.051a8.8 8.8 0 0 1-3.483.593l-.152-.01-.172-.01-.355-.031c-.212-.031-.435-.051-.658-.103a9 9 0 0 1-2.53-.868 28 28 0 0 1-.558-.307c-.182-.102-.344-.224-.516-.337a10 10 0 0 1-.88-.695 9 9 0 0 1-.679-.674c-.202-.204-.344-.409-.476-.572-.131-.164-.212-.296-.283-.388l-.102-.143s.03.05.081.143c.061.092.132.245.243.419.112.173.243.388.426.623.192.266.405.52.617.756.263.286.537.562.83.807.162.133.324.276.496.399.173.133.355.265.547.388a11 11 0 0 0 1.225.685c.446.204.901.378 1.367.51.233.072.486.123.73.184l.343.062.172.03.193.031q.714.092 1.427.092c.86-.01 1.711-.133 2.541-.358l.122-.03.06-.02.092-.032c.08-.03.162-.05.233-.081l.222-.072.243-.092c.071-.03.132-.05.193-.071.03-.01.06-.02.09-.041l.021-.01h.01l.061-.03.01-.011.04-.02.304-.154c.162-.082.284-.143.385-.184.263.256.527.5.81.726 0 0 1.326 1.38 2.055.817.689-.531-.101-2.207-.101-2.207a15.5 15.5 0 0 0-5.68-7.54m-.055-1.411a1.88 1.88 0 0 1-1.882 1.882 1.88 1.88 0 0 1-1.882-1.882 1.88 1.88 0 0 1 1.882-1.883 1.88 1.88 0 0 1 1.882 1.883"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/condaforge.svg b/mkdocs-material/material/templates/.icons/simple/condaforge.svg new file mode 100644 index 0000000..b7291c8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/condaforge.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m8.206 5.866.005.396H6.754l.006.655v.005l-6.758.002v.211L0 7.973l.02.041c.212.467.663.901 1.257 1.313s1.335.796 2.145 1.13c1.62.664 3.502 1.12 5.006 1.1.746-.01 1.265.228 1.62.672.341.426.51 1.092.524 1.92l-2.632 2.09.008 1.896H20.29l-.004-1.76-2.63-2.22c.055-2.013.708-3.443 1.777-4.405 1.087-.979 2.61-1.49 4.37-1.616l.195-.015L24 5.872zm.425.422 14.946.006-.004 1.457c-1.737.155-3.29.666-4.424 1.685-.912.822-1.433 2.062-1.691 3.534l-1.617.004.002.422 1.535-.004c-.027.226-.113.4-.123.64l-.893-.003-.002.422.995.004 2.138 1.802-2.941.002c-.724-.675-1.552-1.116-2.416-1.158-.817-.04-1.638.324-2.387 1.04l-2.978-.024 2.248-1.781v-.102c.002-.943-.2-1.72-.64-2.269-.396-.496-1.007-.749-1.741-.79l-.008-4.49h.008zm-1.45.396h1.026l.008 4.404c-1.387-.02-3.125-.404-4.631-1.023-.787-.324-1.507-.698-2.066-1.086C.968 8.6.587 8.203.424 7.86v-.514l6.336-.002v2.16h.422v-2.16h.004l-.004-.435zm6.935 8.839c.75.037 1.503.436 2.18 1.078l-.002 1.112h-4.345l-.006-1.2c.706-.717 1.443-1.026 2.173-.99M8.36 16.537l3.16.023.006 1.153h-3.16zm11.5.142.002 1.034h-3.148V16.68z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/conekta.svg b/mkdocs-material/material/templates/.icons/simple/conekta.svg new file mode 100644 index 0000000..5eb1244 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/conekta.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.291 17.883a11.73 11.73 0 0 1-6.174 3.034 2.46 2.46 0 0 1-2.165-.746 12.094 12.094 0 0 1 0-16.358 2.46 2.46 0 0 1 2.173-.746 11.67 11.67 0 0 1 6.29 3.14 27.2 27.2 0 0 0-.698 6.1 27.8 27.8 0 0 0 .574 5.576m9.897-3.938a1.39 1.39 0 0 0-1.525.527A24.7 24.7 0 0 1 8.75 23.41a35.4 35.4 0 0 0 6.429.59 36 36 0 0 0 4.46-.279 3.6 3.6 0 0 0 3.034-2.698c.47-1.884.645-3.883.517-5.813a1.39 1.39 0 0 0-1.001-1.265M20.663 9.61a1.394 1.394 0 0 0 2.526-.746 19.2 19.2 0 0 0-.517-5.888A3.6 3.6 0 0 0 19.638.28 36 36 0 0 0 15.178 0a35.4 35.4 0 0 0-6.429.59 24.64 24.64 0 0 1 11.914 9.02"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/confluence.svg b/mkdocs-material/material/templates/.icons/simple/confluence.svg new file mode 100644 index 0000000..d79cba0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/confluence.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.87 18.257c-.248.382-.53.875-.763 1.245a.764.764 0 0 0 .255 1.04l4.965 3.054a.764.764 0 0 0 1.058-.26c.199-.332.454-.763.733-1.221 1.967-3.247 3.945-2.853 7.508-1.146l4.957 2.337a.764.764 0 0 0 1.028-.382l2.364-5.346a.764.764 0 0 0-.382-1 600 600 0 0 1-4.965-2.361C10.911 10.97 5.224 11.185.87 18.257M23.131 5.743c.249-.405.531-.875.764-1.25a.764.764 0 0 0-.256-1.034L18.675.404a.764.764 0 0 0-1.058.26 66 66 0 0 1-.734 1.225c-1.966 3.246-3.945 2.85-7.508 1.146L4.437.694a.764.764 0 0 0-1.027.382L1.046 6.422a.764.764 0 0 0 .382 1c1.039.49 3.105 1.467 4.965 2.361 6.698 3.246 12.392 3.029 16.738-4.04"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/construct3.svg b/mkdocs-material/material/templates/.icons/simple/construct3.svg new file mode 100644 index 0000000..9d0806d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/construct3.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.392 0c-6.752 0-12 5.498-12 12 0 6.574 5.313 12 12 12 4.283 0 8.087-2.254 10.217-5.704a.57.57 0 0 0-.2-.795l-5.55-3.204a.57.57 0 0 0-.76.177 4.45 4.45 0 0 1-3.707 1.983c-2.458 0-4.458-2-4.458-4.457 0-2.458 2-4.457 4.458-4.457 1.491 0 2.877.741 3.707 1.983a.57.57 0 0 0 .76.177l5.55-3.204a.57.57 0 0 0 .2-.795A12 12 0 0 0 12.392 0m0 3.527c3.048 0 5.72 1.61 7.213 4.026l-2.99 1.726c-.037.021-.085.013-.108-.026a4.94 4.94 0 0 0-4.115-2.2A4.953 4.953 0 0 0 7.445 12c0 .9.241 1.745.663 2.473l-2.342 1.353a.327.327 0 0 0-.112.458 7.98 7.98 0 0 0 6.738 3.7 7.98 7.98 0 0 0 6.789-3.781l2.983 1.722a.08.08 0 0 1 .028.113 11.45 11.45 0 0 1-9.8 5.472C6.045 23.51.882 18.346.882 12c0-2.095.562-4.06 1.544-5.754l2.35 1.356c.15.088.345.04.439-.11a8.47 8.47 0 0 1 7.177-3.966zM22.965 8.95a.67.67 0 0 0-.336.088l-4.149 2.395a.654.654 0 0 0 0 1.131l4.149 2.396c.434.25.98-.064.98-.566v-4.79a.655.655 0 0 0-.644-.654m-.663 1.785v2.528L20.112 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/consul.svg b/mkdocs-material/material/templates/.icons/simple/consul.svg new file mode 100644 index 0000000..5232282 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/consul.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.075 12.029a2.506 2.506 0 0 0-2.506-2.507 2.506 2.506 0 0 0-2.505 2.506 2.506 2.506 0 0 0 2.506 2.506 2.506 2.506 0 0 0 2.505-2.506m3.532 0a1.156 1.156 0 0 0-1.156-1.156 1.156 1.156 0 0 0-1.156 1.156 1.156 1.156 0 0 0 1.156 1.155 1.156 1.156 0 0 0 1.156-1.155m4.792 5.51a1.158 1.156 0 0 0-1.158-1.156 1.158 1.156 0 0 0-1.158 1.156 1.158 1.156 0 0 0 1.158 1.156A1.158 1.156 0 0 0 22.4 17.54m-1.651-3.651a1.153 1.157 0 0 0-1.153-1.157 1.153 1.157 0 0 0-1.154 1.157 1.153 1.157 0 0 0 1.154 1.157 1.153 1.157 0 0 0 1.153-1.157m3.251.062a1.154 1.154 0 0 0-1.154-1.154 1.154 1.154 0 0 0-1.154 1.154 1.154 1.154 0 0 0 1.154 1.154 1.154 1.154 0 0 0 1.154-1.154m-3.279-3.883a1.156 1.154 0 0 0-1.156-1.154 1.156 1.154 0 0 0-1.156 1.154 1.156 1.154 0 0 0 1.156 1.153 1.156 1.154 0 0 0 1.156-1.153m3.28.045a1.161 1.157 0 0 0-1.161-1.157 1.161 1.157 0 0 0-1.162 1.157 1.161 1.157 0 0 0 1.162 1.157A1.161 1.157 0 0 0 24 10.112M22.374 6.48a1.158 1.16 0 0 0-1.157-1.16 1.158 1.16 0 0 0-1.158 1.16 1.158 1.16 0 0 0 1.158 1.16 1.158 1.16 0 0 0 1.157-1.16M11.617.383c-3.11 0-6.029 1.207-8.22 3.398A11.58 11.58 0 0 0 0 12c0 3.109 1.207 6.028 3.397 8.22a11.58 11.58 0 0 0 8.22 3.397c2.578 0 5.018-.825 7.055-2.386l-1.42-1.852a9.2 9.2 0 0 1-5.635 1.904 9.26 9.26 0 0 1-6.572-2.715A9.23 9.23 0 0 1 2.334 12c0-2.478.964-4.812 2.715-6.57a9.22 9.22 0 0 1 6.568-2.713c2.058 0 4.007.659 5.637 1.905l1.417-1.854A11.52 11.52 0 0 0 11.617.383Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/contabo.svg b/mkdocs-material/material/templates/.icons/simple/contabo.svg new file mode 100644 index 0000000..07511c9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/contabo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.336 1.816a6.95 6.95 0 0 0-6.879 5.889 7.9 7.9 0 0 1 2.24-.412A4.855 4.855 0 0 1 11.33 3.92a4.85 4.85 0 0 1 3.45 1.44 4.8 4.8 0 0 1 1.197 2.01 8 8 0 0 1 .875-.067h.33a8 8 0 0 1 .976.076 6.95 6.95 0 0 0-6.822-5.564zM6.99 8.224A6.983 6.983 0 0 0 0 15.2a6.98 6.98 0 0 0 6.977 6.976 6.97 6.97 0 0 0 4.933-2.03l1.56-1.581-1.488-1.488-1.55 1.582a4.86 4.86 0 0 1-3.452 1.436A4.88 4.88 0 0 1 2.104 15.2a4.877 4.877 0 0 1 4.876-4.871 4.86 4.86 0 0 1 2.819.904l.04-.043 1.466-1.465A6.97 6.97 0 0 0 6.99 8.224m10.04 0a6.97 6.97 0 0 0-4.936 2.047l-1.59 1.574 1.488 1.489 1.58-1.584A4.88 4.88 0 0 1 21.9 15.2a4.88 4.88 0 0 1-4.877 4.882 4.86 4.86 0 0 1-2.83-.914l-.045.046s-1.078 1.096-1.437 1.467a6.95 6.95 0 0 0 4.312 1.504A6.983 6.983 0 0 0 24 15.205a6.95 6.95 0 0 0-2.04-4.933 6.96 6.96 0 0 0-4.93-2.047z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/contactlesspayment.svg b/mkdocs-material/material/templates/.icons/simple/contactlesspayment.svg new file mode 100644 index 0000000..fc066c2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/contactlesspayment.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.878 19.1c-2.861-.25-5.385-1.312-7.03-2.954-.936-.936-1.504-1.952-1.76-3.149-.118-.544-.117-1.448 0-1.997.357-1.664 1.433-3.12 3.126-4.23 3.862-2.533 9.778-2.52 13.604.03.508.338.836.607 1.296 1.06.58.573.988 1.142 1.418 1.98.016.03.095.07.176.086.27.056.633.268.924.54.226.21.401.44.832 1.093.435.658 2.404 3.697 2.524 3.896.046.078-.046.202-.15.202-.073 0-.126-.05-.234-.22l-1.116-1.732c-1.9-2.942-2.003-3.078-2.532-3.343l-.278-.14h-.817c-.816 0-.817.001-.837.087-.108.47-.128.586-.104.608.015.014.478.278 1.03.586l1.002.562-.062.131c-.035.072-.074.132-.088.132s-.858-.468-1.875-1.039c-1.018-.57-1.91-1.054-1.982-1.074-.29-.08-.734.24-.734.529 0 .292.087.378 1.874 1.841 1.115.914 1.753 1.462 1.85 1.592.178.236.357.584.523 1.012.29.754.763 1.174 1.538 1.368l.255.064-.021.14a.7.7 0 0 1-.037.157c-.033.037-.547-.127-.844-.27-.465-.223-.785-.541-1.099-1.094a6 6 0 0 0-.405.139c-.391.142-.41.154-.78.515-1.576 1.538-3.836 2.521-6.566 2.855-.443.055-2.15.079-2.621.037m2.717-.473c1.252-.166 2.223-.414 3.24-.83 1.067-.437 2.073-1.065 2.777-1.733l.277-.264-.698-.333c-.746-.357-.82-.416-.915-.735-.06-.2.008-.415.198-.621l.149-.161-.324-.246c-.256-.195-.336-.28-.386-.41a.65.65 0 0 1 .079-.616l.098-.138-1.023-.18a26 26 0 0 1-1.166-.222.58.58 0 0 1-.35-.391c-.022-.092.48-2.54.592-2.89a.67.67 0 0 1 .426-.376c.169-.031 3.185.499 3.335.587.238.138.313.362.238.705l-.032.144h.167c.092 0 .31-.012.483-.025l.316-.025-.157-.29c-.474-.882-1.33-1.768-2.388-2.472-.494-.328-1.547-.847-2.181-1.074a13.5 13.5 0 0 0-3.043-.674c-.575-.06-2.082-.06-2.64.001-1.339.146-2.554.449-3.617.902C2.59 7.309.935 9.046.512 11.027c-.11.517-.12 1.423-.018 1.894.224 1.04.713 1.941 1.509 2.78 1.62 1.707 4.097 2.756 7.066 2.994.397.031 2.121-.015 2.526-.068m-.543-1.864c-.153-.044-.308-.227-.34-.4-.022-.114.004-.192.166-.506.656-1.27.941-2.437.941-3.855 0-1.37-.252-2.435-.879-3.713-.135-.274-.245-.529-.245-.565 0-.136.114-.333.237-.41.169-.107.452-.087.588.04.052.05.187.271.3.494.449.88.756 1.847.908 2.853.094.623.113 1.803.038 2.373a9.3 9.3 0 0 1-.86 2.909c-.27.555-.438.784-.58.784a.4.4 0 0 0-.101.015.4.4 0 0 1-.173-.019m-1.826-.955c-.234-.069-.404-.357-.336-.573.017-.052.127-.293.246-.535a6 6 0 0 0 .609-3.201c-.084-.886-.243-1.445-.643-2.263-.269-.549-.281-.634-.125-.854.148-.21.519-.245.713-.066.135.124.555 1 .716 1.496a7.1 7.1 0 0 1-.232 5.016c-.352.826-.599 1.081-.948.98m-1.882-.969a.57.57 0 0 1-.304-.374c-.021-.094.014-.198.187-.547.632-1.28.639-2.514.02-3.765-.271-.55-.277-.659-.047-.876.113-.107.161-.126.32-.126.267 0 .406.135.644.625.367.754.518 1.408.516 2.246 0 .86-.141 1.452-.533 2.247-.225.455-.336.575-.56.606a.5.5 0 0 1-.243-.036m-1.757-.902a.6.6 0 0 1-.286-.34c-.043-.152-.008-.273.165-.557.222-.365.274-.56.274-1.038 0-.477-.052-.673-.274-1.038a2 2 0 0 1-.168-.329c-.071-.24.129-.535.398-.586.228-.043.385.06.595.387a2.96 2.96 0 0 1 0 3.155c-.215.332-.454.45-.704.346m13.09 1.473c.203-.073.379-.141.39-.153.012-.011-.027-.141-.087-.289-.122-.302-.102-.295-.534-.212-.468.09-.739.01-1.25-.366-.14-.103-.283-.187-.32-.187-.036 0-.115.053-.177.119-.13.14-.15.36-.044.49.093.113 1.377.724 1.53.727.067.002.289-.056.492-.129m-.202-.983c.19-.038.211-.051.178-.112-.036-.068-1.812-1.542-1.966-1.632-.127-.074-.23-.057-.335.056-.309.33-.273.4.526 1.013.964.738 1.066.782 1.597.675m-2.384-2.231c0-.01-.201-.183-.448-.385-.608-.501-.738-.688-.738-1.058 0-.31.206-.608.538-.78a.97.97 0 0 1 .625-.057c.118.038.648.325 1.383.748l.155.089.128-.606c.13-.62.133-.782.012-.82a85 85 0 0 0-1.575-.286c-1.473-.26-1.634-.275-1.702-.164-.037.06-.597 2.656-.597 2.767 0 .055.028.124.062.152.034.029.512.132 1.062.23 1.062.191 1.095.196 1.095.17"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/containerd.svg b/mkdocs-material/material/templates/.icons/simple/containerd.svg new file mode 100644 index 0000000..3932464 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/containerd.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.629 0v24H20.37V0zM17.59 21.208H6.421V10.604h7.812V6.692h3.346v14.516zm-7.823-7.812h4.466v5.02H9.767z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/contao.svg b/mkdocs-material/material/templates/.icons/simple/contao.svg new file mode 100644 index 0000000..d54134c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/contao.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.133 14.233c.672 3.125 1.23 6.1 3.189 8.242H1.588A1.6 1.6 0 0 1 0 20.897V3.109a1.6 1.6 0 0 1 1.588-1.584h2.698a10.3 10.3 0 0 0-1.718 2.028c-2.135 3.271-1.257 6.838-.435 10.68M22.411 1.525h-4.234c1.002 1.002 1.847 2.3 2.486 3.913l-6.437 1.358c-.706-1.351-1.779-2.476-3.877-2.034-1.156.245-1.923.894-2.264 1.604-.418.876-.624 1.858.377 6.525.999 4.667 1.588 5.481 2.327 6.112.601.511 1.57.794 2.727.55 2.1-.442 2.617-1.902 2.708-3.422l6.437-1.359c.153 3.329-.879 5.911-2.699 7.696h2.449A1.6 1.6 0 0 0 24 20.891V3.109a1.6 1.6 0 0 0-1.589-1.584"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/contentful.svg b/mkdocs-material/material/templates/.icons/simple/contentful.svg new file mode 100644 index 0000000..31643cc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/contentful.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.875 16.361c-.043-.048-1.067-1.18-2.365-1.19-.68 0-1.288.283-1.815.858-.773.842-2.35 1.85-4.25 1.921-1.598.059-3.085-.548-4.423-1.805-1.644-1.544-2.155-4.016-1.302-6.297.834-2.23 2.752-3.616 5.131-3.707l.044-.004c.024-.003 2.302-.258 4.325 1.548.17.185 1.154 1.197 2.475 1.228.823.018 1.586-.336 2.27-1.055.602-.632.87-1.342.797-2.112-.154-1.61-1.806-2.876-2.03-3.04-.212-.184-1.878-1.578-4.476-2.294-2.52-.695-6.42-.853-10.685 2.349a7 7 0 0 0-.557.49c-.28.208-.523.462-.716.753a12.47 12.47 0 0 0-3.064 8.677c.207 6.283 5.265 9.293 5.646 9.51.262.17 2.906 1.81 6.495 1.809 2.106 0 4.538-.565 7.005-2.322.248-.138 1.714-1.012 2.103-2.52.23-.894.042-1.815-.562-2.737zm-16.932 1.97c0-1.09.887-1.977 1.977-1.977s1.977.886 1.977 1.977c0 1.09-.887 1.977-1.977 1.977s-1.977-.887-1.977-1.977m.139-13.657c.236-.275.451-.498.628-.67a1.97 1.97 0 0 1 1.088-.329c1.09 0 1.977.887 1.977 1.977S7.888 7.63 6.798 7.63s-1.977-.887-1.977-1.977c0-.356.096-.69.261-.978zM13.249.999c3.954 0 6.657 2.336 6.826 2.486l.043.034c.42.3 1.532 1.301 1.63 2.324.044.469-.126.898-.52 1.313-.477.5-.983.752-1.504.738-.964-.019-1.743-.887-1.76-.905l-.042-.044c-2.292-2.063-4.83-1.855-5.13-1.822a6.8 6.8 0 0 0-3.012.818 3 3 0 0 0-2.34-3.214C9.543 1.45 11.516.999 13.248.999zM3.884 6.34a3 3 0 0 0 2.914 2.31q.182-.001.358-.024a7 7 0 0 0-.39.866c-.75 2.003-.59 4.14.359 5.854q-.102-.009-.205-.01a3 3 0 0 0-2.967 2.6 10.07 10.07 0 0 1-1.7-5.288 11.43 11.43 0 0 1 1.63-6.309zM21.497 18.9c-.3 1.174-1.615 1.89-1.627 1.896l-.058.036c-6.287 4.499-12.137.667-12.382.502l-.036-.022-.034-.02a3 3 0 0 0 2.543-3.228c1.124.64 2.336.951 3.58.906 2.214-.083 4.057-1.264 4.962-2.25.327-.356.67-.53 1.048-.53h.005c.762.004 1.46.688 1.593.826.421.658.558 1.291.406 1.884"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/contentstack.svg b/mkdocs-material/material/templates/.icons/simple/contentstack.svg new file mode 100644 index 0000000..2edccd0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/contentstack.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.564 10.108a.347.347 0 0 1-.364.368h-6.974a.35.35 0 0 1-.369-.368v-.79a.35.35 0 0 1 .37-.368h6.964a.347.347 0 0 1 .364.369zm3.085 2.29a.347.347 0 0 1-.368.37h-8.59a.343.343 0 0 1-.363-.37v-.807a.342.342 0 0 1 .364-.364h8.514a.346.346 0 0 1 .369.364zm2.35 2.35a.347.347 0 0 1-.37.368h-9.32a.342.342 0 0 1-.364-.368v-.803a.342.342 0 0 1 .364-.37h9.321a.347.347 0 0 1 .368.37zm0 2.352a.347.347 0 0 1-.37.364h-9.32a.343.343 0 0 1-.364-.364v-.807a.342.342 0 0 1 .364-.37h9.321a.347.347 0 0 1 .368.37zm-2.35 2.273a.35.35 0 0 1-.368.37h-8.589a.347.347 0 0 1-.364-.37v-.807a.346.346 0 0 1 .364-.37h8.515a.35.35 0 0 1 .368.37zm-3.085 2.349a.346.346 0 0 1-.364.368h-6.974a.35.35 0 0 1-.369-.368v-.808a.347.347 0 0 1 .37-.365h6.964a.343.343 0 0 1 .364.365zM5.354 3.087a.347.347 0 0 0 .37.364h6.97a.342.342 0 0 0 .367-.365V2.28a.346.346 0 0 0-.368-.369h-6.97a.35.35 0 0 0-.367.37ZM2.35 5.43a.342.342 0 0 0 .364.364h8.514a.346.346 0 0 0 .368-.364v-.807a.35.35 0 0 0-.368-.37H2.712a.346.346 0 0 0-.364.37ZM0 7.778a.342.342 0 0 0 .364.364h9.321a.342.342 0 0 0 .364-.364V6.97a.346.346 0 0 0-.364-.37H.365a.347.347 0 0 0-.364.37Zm0 2.33a.347.347 0 0 0 .364.37h9.321a.346.346 0 0 0 .364-.37v-.79a.346.346 0 0 0-.364-.368H.365A.347.347 0 0 0 0 9.319Zm2.347 2.291a.342.342 0 0 0 .365.368h8.513a.346.346 0 0 0 .37-.368v-.808a.346.346 0 0 0-.37-.364H2.713a.342.342 0 0 0-.365.364zm3.008 2.348a.346.346 0 0 0 .369.368h6.968a.346.346 0 0 0 .37-.368v-.803a.346.346 0 0 0-.37-.37H5.725a.347.347 0 0 0-.37.37z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/contributorcovenant.svg b/mkdocs-material/material/templates/.icons/simple/contributorcovenant.svg new file mode 100644 index 0000000..50c05f6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/contributorcovenant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.688 0c-6.627 0-12 5.373-12 12s5.373 12 12 12a12 12 0 0 0 10.624-6.412 10.48 10.48 0 0 1-8.374 4.162c-5.799 0-10.5-4.701-10.5-10.5S9.14.75 14.938.75c1.001 0 1.97.14 2.887.402A11.96 11.96 0 0 0 12.688 0m2.438 2.25a9 9 0 1 0 7.967 13.19 7.875 7.875 0 1 1-4.115-12.326 9 9 0 0 0-3.852-.864"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/conventionalcommits.svg b/mkdocs-material/material/templates/.icons/simple/conventionalcommits.svg new file mode 100644 index 0000000..9ab9fa5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/conventionalcommits.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.382 0 0 5.382 0 12s5.382 12 12 12 12-5.382 12-12S18.618 0 12 0m0 1.6c5.753 0 10.4 4.647 10.4 10.4S17.753 22.4 12 22.4 1.6 17.753 1.6 12 6.247 1.6 12 1.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/convertio.svg b/mkdocs-material/material/templates/.icons/simple/convertio.svg new file mode 100644 index 0000000..0c6e99d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/convertio.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 .037C5.373.037 0 5.394 0 12s5.373 11.963 12 11.963c6.628 0 12-5.357 12-11.963S18.627.037 12 .037m-.541 4.8c1.91-.13 3.876.395 5.432 1.934 1.426 1.437 2.51 3.44 2.488 5.317h2.133l-4.444 4.963-4.445-4.963h2.313c-.001-1.724-.427-2.742-1.78-4.076-1.325-1.336-2.667-2.11-4.978-2.303a9.2 9.2 0 0 1 3.281-.871zM6.934 6.95l4.445 4.963H9.066c0 1.724.426 2.742 1.778 4.076 1.326 1.336 2.667 2.112 4.978 2.305-2.684 1.268-6.22 1.398-8.71-1.064-1.427-1.437-2.512-3.44-2.489-5.317H2.488z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cookiecutter.svg b/mkdocs-material/material/templates/.icons/simple/cookiecutter.svg new file mode 100644 index 0000000..e4f4200 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cookiecutter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.806 0a12 12 0 0 0-4.512.885A12 12 0 0 0 .858 12.978a12 12 0 0 0 9.303 10.724 12 12 0 0 0 13.021-5.656L12.817 12l9.244-7.65A12 12 0 0 0 12.806 0M9.218 2.143c.34-.003.701.123 1.193.378.847.437 1.013 1.027.36 1.277-.487.187-2.457.177-2.932-.015-.526-.212-.38-.781.32-1.24.402-.263.72-.396 1.059-.4m4.077 4.052h.022a1.29 1.29 0 0 1 1.292 1.291 1.29 1.29 0 0 1-1.292 1.292 1.29 1.29 0 0 1-1.292-1.292 1.29 1.29 0 0 1 1.27-1.291m-6.259 3.8c1.033 0 1.788.434 1.788 1.028 0 .694-1.961 2.384-2.766 2.384-.365 0-.727-.166-.804-.368-.078-.203.117-.97.434-1.706.505-1.176.67-1.338 1.348-1.338m8.637 9.187c.372 0 1.362 2.316 1.186 2.775-.201.524-1.046.467-1.564-.105-.676-.747-.404-2.67.378-2.67"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/coolermaster.svg b/mkdocs-material/material/templates/.icons/simple/coolermaster.svg new file mode 100644 index 0000000..f6f217a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/coolermaster.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2.526c-.97 0-2.528.285-5.647 1.43-2.721 1-3.219 1.246-3.65 1.443C.603 6.361 0 7.356 0 9.863v4.608c0 2.326.357 3.004 2.49 3.933.741.32 1.858.875 4.71 1.956 1.263.478 3.153 1.114 4.797 1.114 1.645 0 3.543-.636 4.801-1.114 2.857-1.081 3.975-1.636 4.714-1.956C23.647 17.475 24 16.797 24 14.471V9.863c.003-2.507-.593-3.502-2.694-4.464-.431-.197-.929-.444-3.65-1.443-3.124-1.145-4.685-1.43-5.656-1.43m0 .645c1.373 0 3.347.595 5.492 1.393 2.609.967 2.824 1.106 3.344 1.323 1.472.615 2.5 1.384 2.5 3.667l-.003 2.401v2.691c0 1.769-.408 2.442-1.867 3.096-1.22.542-1.344.6-3.871 1.59-1.596.625-3.716 1.451-5.595 1.451s-3.998-.826-5.589-1.451c-2.525-.989-2.644-1.047-3.869-1.59-1.461-.653-1.866-1.327-1.866-3.095V9.555c0-2.284 1.028-3.053 2.495-3.668.522-.218.736-.357 3.342-1.323C8.666 3.766 10.628 3.171 12 3.171m.722.811v7.681h3.071v-1.381l-1.724-.125V4.435zm-2.212.275a1.1 1.1 0 0 0-.45.078c-1.197.456-1.659 2.22-1.576 4.115.086 1.936.747 3.292 1.813 3.292 1.191 0 1.985-1.341 1.939-3.985-.033-1.903-.72-3.46-1.726-3.5m5.666.867.001 6.539h2.962v-1.159l-1.739-.118V9.203l1.442.195V8.221L17.4 7.925V6.817l1.739.462V6.108zm-9.641.436a1.1 1.1 0 0 0-.3.059c-.978.328-1.489 1.71-1.431 3.357.059 1.62.642 2.765 1.603 2.765 1.174 0 1.788-1.278 1.751-3.314-.032-1.619-.686-2.912-1.623-2.867m3.8.302c.339.019.556.844.586 2.042.034 1.332-.188 2.349-.608 2.39-.379.038-.606-.808-.645-1.965-.045-1.319.212-2.246.514-2.424a.27.27 0 0 1 .153-.043m9.194.379v5.422h1.121V9.919l.376.043.526 1.701h.954l-.593-1.798c.265-.115.56-.451.56-1.199 0-.813-.426-1.578-1.15-1.822zm-16.355.554q-.102.003-.204.025c-1.117.253-1.561 1.476-1.525 2.782.036 1.27.635 2.14 1.594 2.14.859 0 1.585-.886 1.585-1.857l-.976.082c-.048.429-.324.74-.623.762-.455.032-.64-.483-.656-1.268-.016-.796.154-1.432.615-1.562.3-.084.506.143.579.502l1.015-.189c-.139-.844-.749-1.436-1.404-1.417m3.234.021c.356-.021.598.704.619 1.739.025 1.082-.207 1.912-.598 1.944-.367.031-.585-.701-.615-1.702-.029-1.132.26-1.879.521-1.967a.3.3 0 0 1 .073-.014m14.241.864.526.14c.253.067.43.318.43.664s-.177.517-.43.47l-.526-.098zM10.53 12.161c-.95-.012-1.868.806-1.839 2.039.048 2.208 2.456 1.856 2.474 3.691 0 .275-.154.553-.435.525-.356-.068-.623-.314-.647-1.07l-1.251-.307c-.013 1.153.404 2.373 1.625 2.638 1.187.261 2.276-.697 2.019-2.346-.304-1.917-2.469-2.031-2.524-3.059-.02-.385.259-.645.534-.615.203.024.468.24.431.762l1.338.132c.071-1.353-.499-2.369-1.725-2.39m-8.982.072v4.305l.761.266v-2.722l.576 2.919.327.113.742-2.789v3.047l.997.345v-5.484H3.659l-.578 2.286-.445-2.286zm4.648 0-1.015 5.56.97.335.136-.856 1.066.302.154 1.019 1.181.412-1.269-6.772zm6.526 0v1.599l.937-.063.002 5.841 1.281-.427v-5.505l.842-.069v-1.376zm3.454 0v6.539l2.963-.987v-1.149l-1.739.457v-1.207l1.533-.305V14.41l-1.533.198v-1.095l1.739-.122v-1.158zm3.353 0v5.422l1.122-.373v-1.733l.377-.082.52 1.516.958-.319-.585-1.594c.264-.204.559-.64.559-1.392 0-.819-.426-1.445-1.153-1.445zm1.696 1.03c.229.008.385.198.385.523 0 .348-.178.579-.431.617l-.529.077v-1.179l.529-.037zM6.79 13.96l.376 2.291-.723-.162z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/coop.svg b/mkdocs-material/material/templates/.icons/simple/coop.svg new file mode 100644 index 0000000..fe0b548 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/coop.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.275 5.265c0-.852-.132-1.703-.36-2.555-.328-1.016-1.081-1.834-2.031-2.194a9.25 9.25 0 0 0-6.092 0 3.17 3.17 0 0 0-2.03 2.194 9.53 9.53 0 0 0 0 5.077c.326 1.015 1.08 1.834 2.03 2.194a8 8 0 0 0 3.046.491c1.049 0 2.063-.196 3.046-.491a3.17 3.17 0 0 0 2.031-2.194c.229-.819.36-1.67.36-2.522m-3.308 0c0 .393-.065.852-.196 1.212-.164.524-.623.95-1.18 1.081a4.2 4.2 0 0 1-1.571 0 1.47 1.47 0 0 1-1.18-1.081 4.03 4.03 0 0 1 0-2.489c.163-.524.622-.95 1.18-1.081a4.2 4.2 0 0 1 1.571 0 1.48 1.48 0 0 1 1.18 1.081q.195.687.196 1.277m-8.745 13.79a9.55 9.55 0 0 0 0-5.077c-.327-1.016-1.081-1.834-2.03-2.195a9.25 9.25 0 0 0-6.092 0 3.17 3.17 0 0 0-2.031 2.195 9.55 9.55 0 0 0 0 5.077c.328 1.015 1.081 1.834 2.031 2.193a9.25 9.25 0 0 0 6.092 0 3.4 3.4 0 0 0 2.03-2.193m-2.948-2.523c0 .393-.066.852-.197 1.212a1.64 1.64 0 0 1-1.179 1.081 4.2 4.2 0 0 1-1.572 0 1.48 1.48 0 0 1-1.179-1.081 4.04 4.04 0 0 1 0-2.489 1.64 1.64 0 0 1 1.179-1.081 4.2 4.2 0 0 1 1.572 0 1.48 1.48 0 0 1 1.179 1.081q.197.639.197 1.277m0-11.3h3.308c0-.851-.131-1.703-.36-2.521-.327-1.016-1.081-1.834-2.03-2.194a9.25 9.25 0 0 0-6.092 0C2.084.909 1.331 1.728 1.068 2.743a9.55 9.55 0 0 0 0 5.077c.328 1.015 1.081 1.834 2.031 2.194.982.36 1.998.492 3.046.492s2.063-.197 3.046-.492a3.17 3.17 0 0 0 2.03-2.194c.033-.131.065-.295.131-.426L8.241 5.953c-.033.196-.065.36-.131.557-.163.524-.622.95-1.179 1.081a4.2 4.2 0 0 1-1.572 0A1.48 1.48 0 0 1 4.18 6.51a4.04 4.04 0 0 1 0-2.489c.164-.524.622-.95 1.179-1.082a4.2 4.2 0 0 1 1.572 0A1.48 1.48 0 0 1 8.11 4.021c.098.425.164.818.164 1.211m4.421 8.779a9.4 9.4 0 0 0-.36 2.555V24h3.308v-7.468c0-.393.065-.852.196-1.212.163-.524.622-.95 1.18-1.081a4.2 4.2 0 0 1 1.571 0 1.48 1.48 0 0 1 1.18 1.081 4.04 4.04 0 0 1 0 2.489c-.164.523-.623.95-1.146 1.08a4.2 4.2 0 0 1-1.572 0c-.099-.031-.229-.064-.327-.098l1.113 3.079c1.049 0 2.063-.197 3.046-.491a3.18 3.18 0 0 0 2.031-2.194 9.55 9.55 0 0 0 0-5.077c-.328-1.016-1.081-1.834-2.031-2.195a9.25 9.25 0 0 0-6.092 0c-1.016.263-1.769 1.082-2.097 2.098"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/copaairlines.svg b/mkdocs-material/material/templates/.icons/simple/copaairlines.svg new file mode 100644 index 0000000..01498c3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/copaairlines.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 .105v6.456c.69-.02 1.48.208 2.336.32l-1.502.191c-.256.01-.545.033-.834.06v.339a20 20 0 0 1 3.387-.344c9.682-2.296 17.7-.135 17.7-.135C19.368 6.602 9.78 5.302 0 9.122v.58c1.452-.489 2.986-.867 4.453-1.04 2.176-.267 4.2-.147 5.902.332 7.157-.509 12.342 1.016 12.342 1.016C20.75 9.694 10.303 8.269 0 12.953v.465c2.852-1.355 5.844-2.138 8.395-2.305 2.585-.138 4.896.228 6.634 1.256 4.1-.063 7.225.467 8.971.889V.105zm7.264 7.397a7.3 7.3 0 0 1 1.859.787l-.734-.115c-.63-.236-1.377-.394-2.118-.498.321-.07.635-.13.993-.174m-.059 1.807C5.014 9.306 2.491 9.697 0 10.518v.752c2.566-.993 5.155-1.598 7.639-1.956a18 18 0 0 0-.434-.005m5.643.75c.511.336 1.198.871 1.605 1.38l-.426-.138c-.605-.435-1.239-.831-2.058-1.164.274-.018.557-.062.879-.078m-3.323 2.224c-2.884.008-6.186.705-9.525 2.096v1.453c4.215-2.037 8.514-3.007 12.258-3.328a15.6 15.6 0 0 0-2.733-.22zm9.104.865c-5.013.01-12.024.842-18.629 4.598v.606c.29-.165.58-.321.854-.467 2.156-1.153 4.31-1.957 6.464-2.446 2.039-.483 4.035-.653 5.86-.492 3.45.308 5.93 1.808 7.123 4.395.01.02.863 1.919.945 3.71l-.414-1.025c-.11-.512-.252-1.038-.521-1.51-.884-1.707-2.606-2.935-4.93-3.654-2.11-.662-4.882-.69-7.758-.13-2.552.48-5.15 1.438-7.623 2.656v4.506h.24c1.483-1.097 3.083-1.901 4.746-2.557 4.36-1.865 8.601-2.43 11.784-1.59 2.336.665 3.864 2.038 4.486 4.147H24V13.447a47 47 0 0 0-5.371-.299m-1.912.397q.192.14.365.351c.044.063 1.468 1.458 1.945 2.877l-.605-.664c-.727-1.066-1.648-1.873-2.926-2.49.382-.045.862-.058 1.22-.074zm-4.211 7.443a20 20 0 0 0-3.332.344c-2.37.43-4.854 1.23-7.242 2.563h18.226c-.849-1.231-2.199-2.02-3.85-2.471-1.17-.309-2.442-.455-3.802-.436"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/coppel.svg b/mkdocs-material/material/templates/.icons/simple/coppel.svg new file mode 100644 index 0000000..4d1dc0b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/coppel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.738 2.879a.716.716 0 0 0-.738.74v16.762c0 .428.35.74.738.74h22.52a.74.74 0 0 0 .739-.74V3.619c.039-.428-.31-.74-.738-.74Zm6.614 6.34c1.167 0 2.1.935 2.1 2.101 0 .234-.04.427-.079.621h12.058v1.868h-.973v2.527h-.97v-1.283h-.935v1.283h-.972v-2.527H9.373c.04.194.079.428.079.623a2.09 2.09 0 0 1-2.1 2.1c-1.011 0-1.83-.7-2.063-1.634a3.4 3.4 0 0 1-.62.077 2.09 2.09 0 0 1-2.102-2.1c0-1.167.934-2.1 2.101-2.1.234 0 .427 0 .621.079.234-.934 1.052-1.635 2.063-1.635m0 1.168c-.545 0-.973.428-.934.933 0 .506.428.932.934.932a.945.945 0 0 0 .933-.932.947.947 0 0 0-.933-.933M4.668 11.94a.947.947 0 0 0-.933.934c0 .506.428.934.933.934a.947.947 0 0 0 .934-.934.947.947 0 0 0-.934-.934m2.684 1.518a.947.947 0 0 0-.934.934c0 .505.428.933.934.933a.947.947 0 0 0 .933-.933.947.947 0 0 0-.933-.934"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cora.svg b/mkdocs-material/material/templates/.icons/simple/cora.svg new file mode 100644 index 0000000..0217d61 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cora.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.637 8.66c0-.083-.034-.115-.118-.111-.124.004-.249 0-.373 0a1.5 1.5 0 0 0-1.015.402 2.5 2.5 0 0 0-.462.594q-.079.132-.159.263l-.021-.005q-.006-.045-.008-.092l-.01-.89c0-.065-.008-.11-.094-.112-.477-.01-.953-.016-1.43-.008-.095.001-.118.037-.119.127a385 385 0 0 0 0 6.369c0 .075.028.09.096.09.48.009.96.014 1.439 0 .17-.004.173-.006.175-.18.012-1.167.021-2.334.036-3.5a1.26 1.26 0 0 1 1.011-1.258 3.5 3.5 0 0 1 .938-.052c.095.004.115-.025.114-.114-.003-.29.003-.58.003-.87 0-.217-.004-.435-.003-.652M3.296 9.995a.97.97 0 0 1 .8.475 1.6 1.6 0 0 1 .196.498c.015.07.047.085.111.083.256-.003.511 0 .766 0 .256 0 .511-.005.767.003.095.002.118-.028.109-.117a2.44 2.44 0 0 0-1.4-2.076 3.57 3.57 0 0 0-2.205-.264A2.6 2.6 0 0 0 .493 9.938a4 4 0 0 0-.465 1.671 5 5 0 0 0 .149 1.846 2.6 2.6 0 0 0 1.404 1.713 3.58 3.58 0 0 0 2.269.212c1.391-.289 2.016-1.34 2.185-2.36.015-.088-.002-.127-.108-.125-.463.006-.926.002-1.388.002-.223 0-.223 0-.282.22a1.16 1.16 0 0 1-.985.91 1.14 1.14 0 0 1-1.144-.47 1.8 1.8 0 0 1-.272-.675 5.6 5.6 0 0 1-.062-1.114 2.4 2.4 0 0 1 .084-.655c.155-.604.563-1.18 1.418-1.119m7.91-1.231A3.8 3.8 0 0 0 8.57 8.76a2.87 2.87 0 0 0-1.836 1.862 4.3 4.3 0 0 0-.042 2.618 2.88 2.88 0 0 0 1.862 1.991 3.8 3.8 0 0 0 2.54.043 2.9 2.9 0 0 0 1.838-1.644 3.9 3.9 0 0 0 .315-1.626 5 5 0 0 0-.098-.973 2.96 2.96 0 0 0-1.942-2.268m.056 4.367a1.3 1.3 0 0 1-1.258.865 1.7 1.7 0 0 1-.733-.091 1.42 1.42 0 0 1-.826-.912 3 3 0 0 1-.137-1.076 2.46 2.46 0 0 1 .234-1.14 1.34 1.34 0 0 1 1.193-.777 1.7 1.7 0 0 1 .744.09 1.3 1.3 0 0 1 .786.776 3.1 3.1 0 0 1-.003 2.265zm12.666 1.875a.5.5 0 0 1-.203-.228 1.05 1.05 0 0 1-.093-.462c-.025-1.342-.004-2.686-.038-4.028a1.51 1.51 0 0 0-.547-1.14 2.5 2.5 0 0 0-1.126-.515 5.4 5.4 0 0 0-1.71-.056 2.7 2.7 0 0 0-1.073.32c-.708.403-.985 1.063-1.083 1.83-.011.088.022.101.099.1q.653-.003 1.305-.001c.237 0 .237 0 .297-.225a.85.85 0 0 1 .748-.661 3 3 0 0 1 .784.02.69.69 0 0 1 .622.717.47.47 0 0 1-.285.441 1.5 1.5 0 0 1-.42.101c-.592.1-1.19.161-1.775.294a1.92 1.92 0 0 0-1.386 1.032 2.3 2.3 0 0 0-.194 1.282 1.7 1.7 0 0 0 .89 1.373 2.7 2.7 0 0 0 2.783-.285q.186-.157.368-.318c.056-.048.076-.04.086.035a3.4 3.4 0 0 0 .121.575.11.11 0 0 0 .125.09c.273-.005.546-.002.818-.002v-.008c.273 0 .546.002.818-.002.049 0 .12.023.131-.062.01-.08.034-.167-.062-.217m-2.584-1.072a1.7 1.7 0 0 1-1.068.289.78.78 0 0 1-.698-.984.82.82 0 0 1 .585-.65 6 6 0 0 1 .815-.187 2.7 2.7 0 0 0 .865-.267c.056-.033.066-.003.066.042v.435h.004v.28a1.18 1.18 0 0 1-.569 1.042"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/coreldraw.svg b/mkdocs-material/material/templates/.icons/simple/coreldraw.svg new file mode 100644 index 0000000..c842341 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/coreldraw.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.651 0C10.265.019 9.4.272 8.584.657c-.816.39-3.696 2.161-3.752 6.536.072 4.145 3.847 11.191 6.397 13.455 0 0-4.141-6.952-4.439-13.013C6.488 1.575 10.651 0 10.651 0m2.679 0s4.159 1.575 3.861 7.635c-.299 6.061-4.439 13.013-4.439 13.013 2.547-2.264 6.324-9.31 6.396-13.455-.057-4.375-2.936-6.146-3.752-6.536C14.58.272 13.715.019 13.33 0m-1.38.019a1.1 1.1 0 0 0-.555.144C9.864.99 8.909 3.982 9.177 8.66c.185 3.242 1.009 7.291 2.422 11.988h.7c1.413-4.697 2.24-8.742 2.425-11.984.268-4.677-.688-7.674-2.219-8.501a1.1 1.1 0 0 0-.555-.144M7.017 1.066S2.543 2.909 3.431 8.225c.884 5.32 5.588 10.995 6.986 12.2.503.457-5.777-6.548-6.386-12.699-.291-2.323.39-4.9 2.986-6.66m9.966 0c2.595 1.76 3.276 4.337 2.985 6.66-.608 6.151-6.888 13.156-6.386 12.699 1.398-1.205 6.103-6.88 6.987-12.2.888-5.316-3.586-7.159-3.586-7.159m-6.815 20.78L10.647 24h2.599l.488-2.154z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/coronaengine.svg b/mkdocs-material/material/templates/.icons/simple/coronaengine.svg new file mode 100644 index 0000000..dbd3a35 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/coronaengine.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.69 7.499c-.919-.965-1.577-2.105-1.6-3.116.655-.187 2.017.001 3.35.558 1.354.566 2.668 1.514 3.158 2.831q.022.059.041.116a2.34 2.34 0 0 1-.529 1.14c-.26.279-.586.487-.948.605-1.143-.23-2.464-1.074-3.472-2.134m5.581 2.244c-.957.334-1.839 1.311-2.473 2.482v.001c-.697 1.284-1.093 2.799-.96 3.957.225.307.523.553.869.713.394.163.826.215 1.247.151q.056-.041.1-.075c1.103-.872 1.6-2.413 1.72-3.875.119-1.437-.122-2.79-.503-3.354m-7.939-3.389a2.23 2.23 0 0 0-.283-1.088 2.33 2.33 0 0 0-.92-.853l-.123.002C8.6 4.473 7.292 5.428 6.334 6.541 5.393 7.633 4.791 8.87 4.768 9.55c.969.288 2.257.017 3.459-.559v.002c1.32-.631 2.532-1.625 3.105-2.639M7.96 14.641c-.193-1.449-.765-2.907-1.553-3.767a2.25 2.25 0 0 0-1.123-.067c-.415.099-.794.31-1.097.61l-.036.118c-.38 1.355.125 2.893.886 4.146.749 1.233 1.741 2.185 2.382 2.418.577-.832.718-2.139.54-3.459zm5.297 2c-1.439-.264-3.004-.172-4.065.311a2.2 2.2 0 0 0-.411 1.046c-.034.426.05.852.243 1.233q.05.037.1.068c1.172.779 2.793.774 4.223.438 1.405-.332 2.619-.978 3.039-1.515-.614-.807-1.817-1.344-3.128-1.584zM24 12c0 6.622-5.364 11.992-11.985 12C5.387 24.008.008 18.642 0 12.015-.008 5.387 5.358.008 11.985 0h.001C18.617-.004 23.996 5.369 24 12m-1.547 0c-.003-5.778-4.69-10.459-10.468-10.456-5.774.007-10.45 4.693-10.443 10.468s4.693 10.45 10.468 10.443C17.78 22.448 22.453 17.77 22.453 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/coronarenderer.svg b/mkdocs-material/material/templates/.icons/simple/coronarenderer.svg new file mode 100644 index 0000000..a30d131 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/coronarenderer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.734 11.603a5.665 5.665 0 0 1-1.44 5.033 5.66 5.66 0 0 1-3.789 1.741 5.67 5.67 0 0 1-3.979-1.365 5.66 5.66 0 0 1-1.921-3.684 5.67 5.67 0 0 1 1.17-4.057 5.67 5.67 0 0 1 3.574-2.095 5.67 5.67 0 0 1 4.123.97 5.67 5.67 0 0 1 2.262 3.457M24 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6V6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6m-2.172 3.483a9.17 9.17 0 0 0-5.973-5.849c.159.423.239.874.238 1.326a6.6 6.6 0 0 0-4.632-2.564 6.6 6.6 0 0 0-3.265.538 3.78 3.78 0 0 1 2.03 1.533 6.63 6.63 0 0 0-5.611.561 6.6 6.6 0 0 0-1.784 1.581 3.79 3.79 0 0 1 3.262.843 3.78 3.78 0 0 1-2.778 1.039q.232.377.544.689l-.031.051a3.8 3.8 0 0 0-1.68 1.496 3.754 3.754 0 0 0-.029 3.809 1.53 1.53 0 0 1 1.622-1.686c.921.071 1.576.983 1.351 1.88a1.53 1.53 0 0 1-1.386 1.142 6.62 6.62 0 0 0 4.08 3.146 6.6 6.6 0 0 0 1.866.206 3.73 3.73 0 0 1-1.637.711 9.16 9.16 0 0 0 9.282.587 9.2 9.2 0 0 0 3.184-2.684 9.14 9.14 0 0 0 1.676-3.876 9.24 9.24 0 0 0-.329-4.479"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/corsair.svg b/mkdocs-material/material/templates/.icons/simple/corsair.svg new file mode 100644 index 0000000..721d260 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/corsair.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.072.412s1.913 3.881 1.563 5.5c0 0 4.987 1.612 5.54 4.272 0 0 2.73-3.594-7.103-9.772M7.908 4.067s1.678 2.625 1.417 4.35l2.818 1.067a17.6 17.6 0 0 0-.991-3.248zm3.784.691a14.16 14.16 0 0 1 .163 13.794 17.7 17.7 0 0 0 .594-6.585c-.017-.186-.031-.368-.053-.55L6.908 7.759a14.1 14.1 0 0 1 1.133 4.465 14 14 0 0 1-1.305 7.347 17.8 17.8 0 0 0 .442-5.988 1 1 0 0 1-.022-.243l-5.133-2.726a11.6 11.6 0 0 1 1.075 3.93A11.79 11.79 0 0 1 0 23.587c21.91-9.29 22.795-3.173 22.795-3.173s1.656-2.164 1.085-4.51C23.128 12.79 11.692 4.759 11.692 4.759zM3.04 7.245s1.629 2.09 1.363 3.815l2.567.637a20 20 0 0 0-.863-2.788z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/couchbase.svg b/mkdocs-material/material/templates/.icons/simple/couchbase.svg new file mode 100644 index 0000000..e09b99a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/couchbase.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.111 14.104a1.467 1.458 0 0 1-1.235 1.503c-1.422.244-4.385.398-6.875.398s-5.454-.15-6.877-.398c-.814-.14-1.235-.787-1.235-1.503V9.417a1.57 1.56 0 0 1 1.235-1.505 15.72 15.619 0 0 1 2.156-.14.537.533 0 0 1 .523.543v3.303c1.463 0 2.727-.086 4.201-.086s2.727.086 4.196.086V8.342a.535.532 0 0 1 .494-.569h.027a15.995 15.891 0 0 1 2.156.14 1.57 1.56 0 0 1 1.234 1.504zM12.001 0C5.373 0 0 5.374 0 12c0 6.628 5.373 12 12 12 6.628 0 12-5.372 12-12 0-6.626-5.373-12-12-12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/counterstrike.svg b/mkdocs-material/material/templates/.icons/simple/counterstrike.svg new file mode 100644 index 0000000..68641ae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/counterstrike.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.71 3.235a.02.02 0 0 1-.022-.022c.002-.081.004-.37.005-.424 0-.129-.143-.183-.212-.083l-.229.333a.02.02 0 0 1-.02.01h-6.55a.047.047 0 0 1-.048-.046l-.013-.177a.048.048 0 0 1 .056-.048l.335.032a.06.06 0 0 0 .063-.045l.244-.989a.05.05 0 0 0-.03-.054l-.227-.085a.04.04 0 0 1-.026-.03c-.041-.171-.377-1.323-1.993-1.58-.787-.125-1.302.21-1.577.478a1.6 1.6 0 0 0-.302.41l-.097.212a2 2 0 0 0-.046.234l.051.982a.11.11 0 0 0 .043.085l.354.153-.196.325a.055.055 0 0 1-.053.04s-.417.01-.622.02c-.386.015-1.245.485-1.878 1.838l-.724 1.55a.07.07 0 0 1-.068.04l-.578.001c-.035 0-.073.028-.088.06L6.364 9a.11.11 0 0 0 .017.108l.627.392a.06.06 0 0 1 .02.058l-.328.967a.2.2 0 0 1-.023.062l-.435.382a.1.1 0 0 0-.035.06l-.598 1.53a.06.06 0 0 1-.06.045l-.336.002a.163.163 0 0 0-.162.149l-.201 2.288a2 2 0 0 1-.016.121l-.158.908a.13.13 0 0 1-.034.055l-.558.427a4.8 4.8 0 0 0-.767 1.001l-1.86 3.924a.8.8 0 0 0-.078.322l.132.235c.002.084-.032.456-.07.53l-.624 1.09a.1.1 0 0 0-.003.085l.03.07.094.187 1.891.002c.118.011.247-.14.251-.3l.103-1.297-.027-.195 3.606-4.232c.095-.114.222-.317.286-.45l1.719-3.79a.17.17 0 0 1 .1-.088l.109-.035a.17.17 0 0 1 .183.053c.15.181.504.781.676 1.032.143.208.85 1.23 1.158 1.567.086.093.349.198.466.27a.083.083 0 0 1 .03.112l-1.03 1.808-.455 2.136a1 1 0 0 0-.036.152l-.412 1.483c.003.188-.14.286-.153.507l-.15 1.084a.06.06 0 0 0 .059.061l2.544.014q.142-.001.286-.006l.075-.007c.124-.016.563-.076.75-.15a.6.6 0 0 0 .227-.13c.185-.194.2-.278.203-.398a.3.3 0 0 0-.028-.105.12.12 0 0 0-.06-.047l-1.18-.356a.37.37 0 0 1-.19-.134l-.317-.47a.09.09 0 0 1 .018-.097l.618-.609a.2.2 0 0 0 .048-.072l1.904-4.488c.089-.285.059-.605 0-.944-.044-.25-.686-1.326-.854-1.624l-1.286-2.251c-.079-.138-.19-.133-.228-.276l-.073-1.118a.04.04 0 0 1 .036-.05l.33-.028a.1.1 0 0 0 .075-.048l1.147-2.155a.1.1 0 0 0-.002-.094l-.235-.29a.09.09 0 0 1-.001-.088l.352-.38a.054.054 0 0 1 .073-.02l.934.526a.4.4 0 0 0 .186.05c.26-.001.686-.154.908-.29a.4.4 0 0 0 .139-.148l.458-1.07c.006-.014.027-.012.03.003l.127.595a.064.064 0 0 0 .079.05l1.35-.3a.066.066 0 0 0 .05-.078l-.319-1.344a.07.07 0 0 1 .01-.054l.13-.203a.3.3 0 0 0 .037-.082l.159-.725a.04.04 0 0 1 .04-.032l3.732.005a.09.09 0 0 0 .093-.093v-.634a.02.02 0 0 1 .022-.021h1.439a.047.047 0 0 0 .046-.047V3.28a.047.047 0 0 0-.046-.047h-1.44z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/countingworkspro.svg b/mkdocs-material/material/templates/.icons/simple/countingworkspro.svg new file mode 100644 index 0000000..1f362e3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/countingworkspro.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.327.512c-3.806.034-7.447 3.19-7.181 7.75.102 1.547.88 3.382 2.981 5.733a.365.365 0 0 0 .635-.23l.053-2.266a.36.36 0 0 0-.1-.255 5.047 5.047 0 0 1 3.407-8.502c2.27-.104 4.011 1.236 4.753 2.744.34.693.527 1.45.55 2.222a.357.357 0 0 0 .343.344q.724.022 1.437.147a.36.36 0 0 0 .424-.344 7.24 7.24 0 0 0-2.769-5.788C15.02 1.404 13.564.52 11.327.512m4.94 8.362a15 15 0 0 0-2.515.26.364.364 0 0 0-.17.635l1.695 1.435a.36.36 0 0 0 .316.073 5.03 5.03 0 0 1 3.123.281c1.78.787 2.92 2.414 3.042 4.304.208 3.187-2.48 5.539-5.277 5.37a5 5 0 0 1-1.751-.412.365.365 0 0 0-.443.115q-.434.578-.94 1.094a.367.367 0 0 0 .09.573c1.887 1.073 3.936 1.16 6.014.32 3.303-1.304 4.63-4.523 4.545-6.847-.096-2.641-1.48-5.072-4.085-6.402-.921-.47-2.04-.812-3.643-.799zm-12.931 1.2a.4.4 0 0 0-.152.052c-1.41.827-2.216 2.057-2.798 3.777-.285.892-.386 1.51-.386 2.436a7.276 7.276 0 0 0 7.157 7.141c1.129.017 2.104-.235 2.962-.583 1.45-.62 3.142-1.597 4.65-4.912a.363.363 0 0 0-.459-.489l-2.365.867a.36.36 0 0 0-.195.174 5.03 5.03 0 0 1-2.268 2.224C6 22.428 2.473 19.784 2.235 16.74c-.145-1.741.494-3.053 1.37-3.982.293-.308.41-.477.663-.662a.36.36 0 0 0 .098-.471 9 9 0 0 1-.653-1.326.37.37 0 0 0-.377-.225"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/coursera.svg b/mkdocs-material/material/templates/.icons/simple/coursera.svg new file mode 100644 index 0000000..144d415 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/coursera.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.374 23.977c-4.183-.21-8.006-2.626-9.959-6.347-2.097-3.858-1.871-8.864.732-12.454C4.748 1.338 9.497-.698 14.281.23c4.583.857 8.351 4.494 9.358 8.911 1.122 4.344-.423 9.173-3.925 12.04-2.289 1.953-5.295 2.956-8.34 2.797zm7.705-8.05a589 589 0 0 0-3.171-1.887c-.903 1.483-2.885 2.248-4.57 1.665-2.024-.639-3.394-2.987-2.488-5.134.801-2.009 2.79-2.707 4.357-2.464a4.2 4.2 0 0 1 2.623 1.669c1.077-.631 2.128-1.218 3.173-1.855-2.03-3.118-6.151-4.294-9.656-2.754-3.13 1.423-4.89 4.68-4.388 7.919.54 3.598 3.73 6.486 7.716 6.404a7.66 7.66 0 0 0 6.404-3.563"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/coveralls.svg b/mkdocs-material/material/templates/.icons/simple/coveralls.svg new file mode 100644 index 0000000..ef560bd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/coveralls.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 12v12h24V0H0zm13.195-6.187 1.167 3.515 2.255.005c1.238.005 2.916.019 3.727.037l1.472.028-2.968 2.152c-1.63 1.181-2.976 2.18-2.99 2.212-.01.033.487 1.627 1.106 3.54.619 1.917 1.12 3.487 1.116 3.492-.005.01-1.35-.947-2.986-2.119a229 229 0 0 0-3.033-2.161c-.028-.01-1.411.947-3.07 2.138-1.655 1.185-3.02 2.151-3.024 2.142-.004-.005.497-1.575 1.116-3.492.619-1.913 1.115-3.507 1.106-3.54-.014-.032-1.36-1.03-2.99-2.212L2.23 9.398l1.472-.028c.811-.018 2.49-.032 3.727-.037l2.254-.005 1.168-3.515a513 513 0 0 1 1.171-3.516c.005 0 .53 1.58 1.172 3.516z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/coze.svg b/mkdocs-material/material/templates/.icons/simple/coze.svg new file mode 100644 index 0000000..1355a4a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/coze.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.366 12.096a.61.61 0 0 0-.608.608v1.218a.609.609 0 1 0 1.217 0v-1.218a.61.61 0 0 0-.609-.608m.8 3.453a.605.605 0 0 1 0-.86.605.605 0 0 1 .859 0 1.52 1.52 0 0 0 2.149 0 .605.605 0 0 1 .859 0 .605.605 0 0 1 0 .86 2.73 2.73 0 0 1-3.867 0m4.062-2.24a.61.61 0 1 1 .609.609.606.606 0 0 1-.61-.609zM3.023 0A3.024 3.024 0 0 0 0 3.023v17.954A3.024 3.024 0 0 0 3.023 24h17.954A3.024 3.024 0 0 0 24 20.977V3.023A3.024 3.024 0 0 0 20.977 0ZM12.1 3.78h.004a6.287 6.287 0 0 1 6.283 6.286v2.635h1.508c1.73 0 2.12 2.426.476 2.97l-1.984.663v1.137a1.513 1.513 0 0 1-2.19 1.353l-1.101-.549c-.052-.024-.115 0-.131.055-.892 2.785-4.835 2.785-5.727 0a.095.095 0 0 0-.13-.055l-1.102.55a1.513 1.513 0 0 1-2.19-1.354v-1.139l-1.984-.66c-1.647-.541-1.254-2.97.477-2.97h1.507v-2.636A6.285 6.285 0 0 1 12.1 3.78"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cpanel.svg b/mkdocs-material/material/templates/.icons/simple/cpanel.svg new file mode 100644 index 0000000..0cc5994 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cpanel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.586 9.346a.54.54 0 0 0-.34.113.56.56 0 0 0-.197.299L2.74 14.654h.922a.53.53 0 0 0 .332-.113.56.56 0 0 0 .2-.291l.968-3.604h.744a.7.7 0 0 1 .317.077.7.7 0 0 1 .24.199.7.7 0 0 1 .129.281.65.65 0 0 1-.01.326.7.7 0 0 1-.676.526h-.385a.54.54 0 0 0-.337.113.56.56 0 0 0-.2.291l-.24.896h1.201a1.94 1.94 0 0 0 1.62-.867 2 2 0 0 0 .265-.586l.027-.1a1.85 1.85 0 0 0 .026-.907 1.97 1.97 0 0 0-1.031-1.34 1.9 1.9 0 0 0-.88-.21zm18.447 0a.4.4 0 0 0-.25.082.38.38 0 0 0-.14.217l-1.334 5.01a1.7 1.7 0 0 0 .57-.096 1.8 1.8 0 0 0 .496-.266 1.7 1.7 0 0 0 .385-.408 1.7 1.7 0 0 0 .234-.531l.996-3.696a.23.23 0 0 0-.045-.217.25.25 0 0 0-.2-.095zM8.381 10.643l-.133.503a.6.6 0 0 0-.006.26.54.54 0 0 0 .1.221.55.55 0 0 0 .185.154.5.5 0 0 0 .252.06h2.157a.1.1 0 0 1 .084.038.1.1 0 0 1 .015.088l-.02.072-.324 1.201-.013.055a.17.17 0 0 1-.067.105.2.2 0 0 1-.127.04H9.178a.15.15 0 0 1-.12-.057.14.14 0 0 1-.027-.13q.033-.112.147-.112h.808a.53.53 0 0 0 .332-.112.56.56 0 0 0 .2-.293l.132-.498H8.84a1.1 1.1 0 0 0-.38.065 1.2 1.2 0 0 0-.323.176 1.2 1.2 0 0 0-.256.271 1 1 0 0 0-.156.346l-.028.1a1.1 1.1 0 0 0-.013.533 1.2 1.2 0 0 0 .212.464 1.14 1.14 0 0 0 .918.453l2.157.006a.9.9 0 0 0 .875-.67l.525-1.95a1.1 1.1 0 0 0 .01-.514 1.1 1.1 0 0 0-.205-.444 1.15 1.15 0 0 0-.377-.312 1.05 1.05 0 0 0-.498-.12zm-6.397.01a1.9 1.9 0 0 0-.638.107 2 2 0 0 0-.553.295 1.96 1.96 0 0 0-.7 1.045l-.027.1a1.94 1.94 0 0 0-.023.905 1.96 1.96 0 0 0 .361.786 2 2 0 0 0 .668.554 1.9 1.9 0 0 0 .88.21h.464l.266-.983a.23.23 0 0 0-.043-.215.24.24 0 0 0-.198-.096h-.423a.7.7 0 0 1-.319-.074.7.7 0 0 1-.24-.195.7.7 0 0 1-.127-.281.7.7 0 0 1 .01-.34.73.73 0 0 1 .256-.377.68.68 0 0 1 .42-.14h.697a.54.54 0 0 0 .338-.114.56.56 0 0 0 .199-.297l.232-.89zm11.08 0-.982 3.689a.23.23 0 0 0 .045.217.24.24 0 0 0 .195.095h.711a.4.4 0 0 0 .248-.08.36.36 0 0 0 .143-.21l.644-2.41h.745a.7.7 0 0 1 .318.075.7.7 0 0 1 .238.2.7.7 0 0 1 .129.28.65.65 0 0 1-.01.327l-.398 1.506a.243.243 0 0 0 .24.312h.713a.4.4 0 0 0 .244-.08.37.37 0 0 0 .143-.213l.332-1.248a1.9 1.9 0 0 0 .029-.908 1.96 1.96 0 0 0-.361-.79 2 2 0 0 0-.668-.554 1.9 1.9 0 0 0-.885-.209h-1.813zm5.793 0a1.5 1.5 0 0 0-.488.081 1.5 1.5 0 0 0-.752.58 1.5 1.5 0 0 0-.205.454l-.406 1.505a1 1 0 0 0-.016.508 1.1 1.1 0 0 0 .205.446 1.1 1.1 0 0 0 .377.312 1.1 1.1 0 0 0 .498.115h2.502a.53.53 0 0 0 .332-.113.56.56 0 0 0 .2-.291l.21-.791h-2.748a.2.2 0 0 1-.191-.252l.299-1.127a.34.34 0 0 1 .113-.162.28.28 0 0 1 .18-.064h1.232a.153.153 0 0 1 .147.193l-.026.1q-.033.113-.146.113h-.81a.54.54 0 0 0-.339.111.53.53 0 0 0-.191.293l-.133.49h2.004a.9.9 0 0 0 .547-.181.86.86 0 0 0 .32-.483l.12-.45a1.1 1.1 0 0 0 .013-.513 1.1 1.1 0 0 0-.203-.443 1.15 1.15 0 0 0-.375-.313 1.05 1.05 0 0 0-.498-.119h-1.772Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cplusplus.svg b/mkdocs-material/material/templates/.icons/simple/cplusplus.svg new file mode 100644 index 0000000..46903f2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cplusplus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.394 6c-.167-.29-.398-.543-.652-.69L12.926.22c-.509-.294-1.34-.294-1.848 0L2.26 5.31c-.508.293-.923 1.013-.923 1.6v10.18c0 .294.104.62.271.91s.398.543.652.69l8.816 5.09c.508.293 1.34.293 1.848 0l8.816-5.09c.254-.147.485-.4.652-.69s.27-.616.27-.91V6.91c.003-.294-.1-.62-.268-.91M12 19.11c-3.92 0-7.109-3.19-7.109-7.11s3.19-7.11 7.11-7.11a7.13 7.13 0 0 1 6.156 3.553l-3.076 1.78a3.57 3.57 0 0 0-3.08-1.78A3.56 3.56 0 0 0 8.444 12 3.56 3.56 0 0 0 12 15.555a3.57 3.57 0 0 0 3.08-1.778l3.078 1.78A7.14 7.14 0 0 1 12 19.11m7.11-6.715h-.79v.79h-.79v-.79h-.79v-.79h.79v-.79h.79v.79h.79zm2.962 0h-.79v.79h-.79v-.79h-.79v-.79h.79v-.79h.79v.79h.79z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cplusplusbuilder.svg b/mkdocs-material/material/templates/.icons/simple/cplusplusbuilder.svg new file mode 100644 index 0000000..13e79a7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cplusplusbuilder.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.922 10.66a12 12 0 0 0-.46-2.21 12 12 0 0 0-1.47-3.09A12 12 0 0 0 20.63 3.67a12 12 0 0 0-3.016-2.273 12 12 0 0 0-2.343-.94 12 12 0 0 0-1.487-.32A11 11 0 0 0 12.39.01c-.236-.005-.473-.015-.709-.004-.345.016-.69.036-1.033.077q-.579.07-1.15.182a11.947 11.947 0 0 0-4.906 2.297q-.611.478-1.153 1.03a12 12 0 0 0-2.033 2.77A12 12 0 0 0 .395 8.94a12 12 0 0 0-.393 2.882 12 12 0 0 0 .073 1.527q.206 1.845.962 3.54.804 1.8 2.141 3.25a12 12 0 0 0 2.913 2.311 11.9 11.9 0 0 0 5.529 1.547c.013 0 .818-.002.868-.004a12 12 0 0 0 1.543-.162 11.945 11.945 0 0 0 6.173-3.072 12 12 0 0 0 3.303-5.353c.162-.55.29-1.107.364-1.675.053-.406.087-.815.113-1.224a10.7 10.7 0 0 0-.062-1.848m-5.83 7.555c-.043.276-.164.479-.324.706-.174.245-.418.418-.657.594-1.03.758-2.41 1.342-3.668 1.562-.47.082-2.956.504-5.4-.692a9.6 9.6 0 0 1-2.986-2.276c-1.76-2.017-2.56-4.628-2.217-7.253.334-2.555 1.763-4.9 3.859-6.387a8.7 8.7 0 0 1 3.425-1.472 8.989 8.989 0 0 1 3.94.112c.625.153 1.23.394 1.806.68.565.281 1.169.634 1.642 1.056.45.4.665.972.592 1.572-.087.715-.447 1.12-.967 1.36a1.68 1.68 0 0 1-1.597-.116c-.259-.17-.485-.385-.747-.551a5.5 5.5 0 0 0-.834-.412c-.607-.254-1.213-.36-1.865-.399-.625-.038-1.36.071-1.959.258-1.207.376-2.259 1.1-2.973 2.154-.72 1.064-1.107 2.322-1.03 3.609a6.04 6.04 0 0 0 1.34 3.444c.79.954 1.922 1.592 3.109 1.853 1.27.279 2.613.141 3.775-.458.283-.146.553-.298.807-.492.238-.182.458-.363.75-.45a1.77 1.77 0 0 1 1.67.368c.427.384.597 1.07.51 1.63m-7.321-5.023H8.974c-.26 0-.416-.155-.416-.415v-1.05c0-.255.156-.41.414-.411h1.868v-1.87c0-.257.155-.414.412-.414h1.053c.252 0 .408.156.409.41v1.873h1.86c.267 0 .422.154.422.422v1.049c0 .248-.157.405-.407.405h-1.875v1.865c0 .264-.154.42-.418.42h-1.048c-.251 0-.408-.158-.408-.412v-1.872zm12.107-.406c0 .248-.158.405-.408.406h-1.874v1.865c0 .263-.154.418-.419.419H19.13c-.252 0-.408-.158-.408-.411v-1.873h-1.867c-.26 0-.415-.155-.415-.415v-1.05c0-.255.155-.41.413-.411h1.869v-1.87c0-.257.155-.414.411-.414h1.054c.251 0 .408.156.408.41v1.873h1.86c.268 0 .422.154.423.422z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/craftcms.svg b/mkdocs-material/material/templates/.icons/simple/craftcms.svg new file mode 100644 index 0000000..7e7959d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/craftcms.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.474 0H2.526A2.516 2.516 0 0 0 0 2.526v18.948A2.516 2.516 0 0 0 2.526 24h18.948A2.534 2.534 0 0 0 24 21.474V2.526A2.516 2.516 0 0 0 21.474 0m-9.516 14.625c.786 0 1.628-.31 2.442-1.039l1.123 1.291c-1.18.955-2.527 1.488-3.874 1.488-2.667 0-4.35-1.769-3.958-4.267.393-2.498 2.667-4.266 5.334-4.266 1.29 0 2.498.505 3.34 1.431l-1.572 1.291c-.45-.59-1.207-.982-2.05-.982-1.6 0-2.834 1.039-3.087 2.526-.224 1.488.674 2.527 2.302 2.527"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/craftsman.svg b/mkdocs-material/material/templates/.icons/simple/craftsman.svg new file mode 100644 index 0000000..239e1ab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/craftsman.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.428 9.572v4.899h23.144V9.572Zm1.543 1.143h.172l.886.014v.572h-.744v1.484h.744v.572H1.971l-.371-.37v-1.901zm1.7 0h1.243l.47.314v.985l-.37.244.601 1.086h-.73l-.528-.973v.973h-.685Zm2.815 0H7.5l.357.314v2.315h-.615v-.873h-.484v.873h-.63v-2.315zm2.07 0h1.329v.613H9.27v.516h.543v.57H9.27v.93h-.714Zm1.944 0h1.686l-.2.629h-.443v2h-.672v-2h-.57zm2.1 0h1.556l-.17.613h-.843l1.029 1.414-.201.615h-1.713l.185-.586h.942l-.942-1.386zm2.1 0h.814l.414.97.4-.97h.815v2.613h-.672v-1.57l-.399.957h-.3l-.4-.944v1.573h-.673zm3.571 0h1.014l.358.314v2.315h-.63v-.873h-.484v.873h-.615v-2.315zm2.057 0h.629l.615 1.414v-1.414h.627v2.629h-.627l-.615-1.416v1.416h-.629zm-13.586.556v.614h.487v-.614zm11.787 0v.614h.485v-.614zm-14.172.014v.572h.358v-.572ZM0 9.143h24v5.714H0Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cratedb.svg b/mkdocs-material/material/templates/.icons/simple/cratedb.svg new file mode 100644 index 0000000..fec0796 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cratedb.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 9V3h-6v6H0v6h6v6h6v-6h12V9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/crayon.svg b/mkdocs-material/material/templates/.icons/simple/crayon.svg new file mode 100644 index 0000000..2035901 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/crayon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.949 16.562a6.3 6.3 0 0 0 4.467 1.854 6.3 6.3 0 0 0 4.467-1.854l5.798-5.798-1.425-1.425-5.798 5.75c-1.664 1.663-4.373 1.663-6.084 0l-.095-.095c-1.663-1.663-1.663-4.372 0-6.083l.095-.095c1.664-1.664 4.373-1.664 6.084 0l.475.523 1.426-1.426-.476-.523c-2.471-2.471-6.51-2.471-8.982 0l-.047.143c-2.472 2.47-2.472 6.51 0 8.982zm20.055-9.124a6.3 6.3 0 0 0-4.467-1.854 6.3 6.3 0 0 0-4.468 1.854l-5.798 5.798 1.426 1.425 5.798-5.75c1.663-1.663 4.372-1.663 6.083 0l.095.095c1.664 1.663 1.664 4.372 0 6.083l-.095.095c-1.663 1.664-4.372 1.664-6.083 0l-.475-.475-1.426 1.426.475.475c2.472 2.471 6.511 2.471 8.983 0l.095-.095c2.47-2.471 2.47-6.511 0-8.982-.048 0-.143-.095-.143-.095"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/creality.svg b/mkdocs-material/material/templates/.icons/simple/creality.svg new file mode 100644 index 0000000..73b980f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/creality.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m3.215 10.33-1.772.01c-.785.029-1.42.737-1.443 1.613v.088c.018.903.69 1.629 1.51 1.629h1.705c.01 0 .02-.011.02-.024v-.603a.02.02 0 0 0-.02-.022H1.508c-.501 0-.92-.443-.928-1.001-.007-.569.405-1.034.912-1.034l1.723-.007c.01 0 .02-.01.02-.022v-.603c0-.013-.01-.024-.02-.024m.412 0c-.011 0-.02.011-.02.024v3.292c0 .013.009.024.02.024h.54c.012 0 .02-.011.02-.024V11a.02.02 0 0 1 .02-.021h1.606c.168 0 .314.145.32.333.006.198-.137.36-.313.36l-1.533.002c-.018 0-.028.023-.016.037l1.75 1.95q.006.008.014.009H6.8c.017 0 .026-.025.014-.04L5.64 12.32h.183c.496 0 .898-.454.89-1.01-.006-.546-.416-.98-.905-.98zm4.873 0c-.827 0-1.5.75-1.5 1.67s.673 1.67 1.5 1.67h1.68c.01 0 .02-.011.02-.024v-.603c0-.012-.01-.022-.02-.022H8.5c-.404 0-.75-.292-.871-.697h2.55q.019-.002.02-.023v-.604q-.001-.02-.02-.021h-2.55c.123-.405.468-.697.872-.697h1.68c.01 0 .02-.012.02-.024v-.601c0-.013-.01-.024-.02-.024zm3.709 0q-.021 0-.033.024l-1.7 3.28c-.007.016 0 .036.016.036h.625a.02.02 0 0 0 .018-.012l1.056-2.045a.02.02 0 0 1 .036 0l.71 1.375c.008.015-.002.033-.017.033h-.928q-.01 0-.015.012l-.313.602c-.008.015.002.033.018.033h2.242c.015 0 .025-.018.017-.033l-1.697-3.281a.04.04 0 0 0-.035-.024m2.03.002c-.01 0-.02.01-.02.022v2.94c0 .207.15.376.336.376h2.148c.01 0 .022-.011.022-.024v-.603a.02.02 0 0 0-.022-.022H14.82A.02.02 0 0 1 14.8 13v-2.646c0-.013-.01-.022-.02-.022h-.54zm2.84 0c-.01 0-.02.01-.02.022v3.292c0 .013.01.024.02.024h.542c.01 0 .02-.011.02-.024v-3.292c0-.013-.01-.022-.02-.022h-.54zm.85 0c-.01 0-.02.01-.02.022v.601c0 .012.01.024.02.024h1.169c.01 0 .02.009.02.021v2.646c0 .013.01.022.02.022h.54c.01 0 .02-.01.02-.022V11a.02.02 0 0 1 .02-.021h1.172a.02.02 0 0 1 .015.007l1.018 1.354a.02.02 0 0 1 .004.014v1.292c0 .013.008.024.02.024h.54c.011 0 .02-.011.02-.024v-1.292q0-.009.006-.014l1.482-1.97c.011-.016.001-.038-.016-.038h-.705a.02.02 0 0 0-.015.008l-1.026 1.363a.02.02 0 0 1-.03 0l-1.026-1.363a.02.02 0 0 0-.016-.008z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/createreactapp.svg b/mkdocs-material/material/templates/.icons/simple/createreactapp.svg new file mode 100644 index 0000000..9dd5460 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/createreactapp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.92 10.846c0-1.223-1.44-2.308-3.655-2.97.533-2.25.3-4.04-.76-4.645a1.7 1.7 0 0 0-.85-.213c-.989 0-2.239.69-3.501 1.886-1.262-1.186-2.509-1.873-3.496-1.873a1.7 1.7 0 0 0-.863.216c-1.054.607-1.273 2.386-.747 4.625-2.203.659-3.636 1.735-3.64 2.953-.003 1.218 1.442 2.308 3.656 2.968-.533 2.251-.302 4.04.76 4.645.259.145.552.218.848.213.991 0 2.241-.69 3.503-1.886 1.26 1.186 2.507 1.873 3.496 1.873a1.7 1.7 0 0 0 .863-.216c1.054-.607 1.271-2.386.747-4.616 2.204-.668 3.636-1.744 3.638-2.96m-7.953-5.541c1.454-1.301 2.363-1.442 2.686-1.442a.84.84 0 0 1 .43.103c.508.29.71 1.31.549 2.663a10 10 0 0 1-.178 1.028 17 17 0 0 0-2.233-.367 17.5 17.5 0 0 0-1.463-1.79q.098-.098.21-.195m-4.401 6.548q.208.399.438.8c.153.268.313.54.49.808a17 17 0 0 1-1.391-.259c.124-.451.282-.895.463-1.35m-.492-3.38q.675-.158 1.408-.26c-.177.263-.33.533-.49.815s-.3.533-.437.802a21 21 0 0 1-.48-1.358M10 10.84q.33-.697.726-1.396c.267-.465.552-.918.847-1.35q.776-.06 1.598-.06c.549.002 1.065.022 1.578.063.295.43.577.887.844 1.34.266.453.511.927.731 1.39a20 20 0 0 1-1.571 2.747 20 20 0 0 1-3.176-.004 20 20 0 0 1-.845-1.34 21 21 0 0 1-.725-1.39zm5.834-2.623c.483.068.95.155 1.392.258-.131.438-.288.888-.469 1.34q-.209-.398-.44-.8a38 38 0 0 0-.476-.798zm.49 4.425q.229-.403.437-.805c.177.462.355.917.48 1.36q-.674.157-1.407.258.257-.395.497-.813zm-3.165-6.54q.48.513.94 1.107a23 23 0 0 0-.928-.021c-.314 0-.636 0-.946.021a15 15 0 0 1 .934-1.106M9.22 3.974a.86.86 0 0 1 .438-.099 2.3 2.3 0 0 1 .922.233 7 7 0 0 1 1.775 1.203l.208.19a17.5 17.5 0 0 0-1.449 1.776 18 18 0 0 0-2.246.365 9 9 0 0 1-.177-1.006c-.185-1.34.028-2.363.527-2.655zm-.94 9.002a10 10 0 0 1-.983-.355c-1.26-.533-2.042-1.216-2.042-1.8S6.04 9.554 7.3 9.031a10 10 0 0 1 .966-.345 17 17 0 0 0 .81 2.155 18 18 0 0 0-.794 2.133m4.084 3.39c-1.454 1.302-2.363 1.44-2.688 1.44a.83.83 0 0 1-.43-.102c-.507-.29-.71-1.31-.548-2.663a10 10 0 0 1 .177-1.027q1.105.255 2.234.366.672.945 1.463 1.79zm.811-.8q-.48-.511-.942-1.106.458.021.93.021c.314 0 .636 0 .946-.02q-.461.593-.935 1.105zm3.938 2.13a.86.86 0 0 1-.44.105c-.323 0-1.243-.142-2.692-1.438l-.207-.19a17.5 17.5 0 0 0 1.447-1.775 17 17 0 0 0 2.247-.366q.119.518.178 1.007c.176 1.338-.029 2.361-.535 2.65zm1.918-5.049q-.455.188-.966.343a17.5 17.5 0 0 0-.812-2.155q.469-1.04.798-2.13.5.152.983.354c1.259.533 2.042 1.216 2.04 1.8s-.785 1.257-2.045 1.781zm-5.873-.18c.322 0 .637-.096.905-.274a1.63 1.63 0 0 0 .601-.731 1.63 1.63 0 0 0 .094-.942 1.63 1.63 0 0 0-.445-.835 1.63 1.63 0 0 0-.834-.447 1.63 1.63 0 0 0-.942.092 1.63 1.63 0 0 0-.732.6 1.63 1.63 0 0 0-.276.905 1.6 1.6 0 0 0 .123.624 1.63 1.63 0 0 0 1.506 1.007M2.328 1.011v19.645H24V1.012zm20.825 18.8H3.176V1.859h19.977zm-15.09-6.019c-.533 2.251-.303 4.04.759 4.645.259.145.552.218.849.213.99 0 2.24-.69 3.503-1.886 1.26 1.186 2.506 1.873 3.495 1.873a1.7 1.7 0 0 0 .863-.216c1.055-.607 1.271-2.386.748-4.616 2.203-.66 3.636-1.737 3.637-2.953.002-1.216-1.44-2.308-3.653-2.97.532-2.25.3-4.04-.76-4.645a1.7 1.7 0 0 0-.85-.213c-.99 0-2.24.69-3.502 1.886-1.262-1.186-2.508-1.873-3.496-1.873a1.7 1.7 0 0 0-.862.216C7.739 3.862 7.52 5.64 8.046 7.88c-2.203.659-3.636 1.735-3.64 2.953-.003 1.218 1.444 2.297 3.658 2.961zm4.297 2.573c-1.454 1.301-2.363 1.44-2.688 1.44a.83.83 0 0 1-.43-.103c-.507-.29-.71-1.31-.548-2.663a10 10 0 0 1 .178-1.027 18 18 0 0 0 2.233.366q.672.945 1.463 1.79zm4.402-6.55a24 24 0 0 0-.44-.8c-.155-.269-.32-.533-.484-.798.483.068.95.155 1.392.258-.13.438-.286.888-.467 1.34zm.483 3.373q-.673.157-1.407.258a21 21 0 0 0 .927-1.617c.187.47.348.921.476 1.368zm-.925-2.37a20 20 0 0 1-1.572 2.747 20 20 0 0 1-3.176-.004 20 20 0 0 1-1.576-2.73q.33-.697.726-1.396c.266-.465.552-.918.847-1.35a20.6 20.6 0 0 1 3.176.004c.294.428.577.886.843 1.34.266.452.513.935.733 1.398zm-5.826 2.642a17 17 0 0 1-1.391-.259c.13-.437.289-.888.47-1.34q.208.399.438.8c.153.268.306.531.483.8M10 9.023q-.231.398-.437.802a18 18 0 0 1-.488-1.353q.675-.156 1.408-.259c-.165.263-.323.534-.483.81m3.175 6.542q-.48-.511-.943-1.106.458.021.93.021c.314 0 .636 0 .946-.02a16 16 0 0 1-.933 1.105m3.937 2.13a.86.86 0 0 1-.44.105c-.323 0-1.243-.142-2.691-1.438l-.208-.19a17.5 17.5 0 0 0 1.447-1.775 17 17 0 0 0 2.247-.366q.12.518.178 1.007c.178 1.338-.027 2.361-.533 2.65zm.938-8.994q.5.153.983.355c1.26.533 2.042 1.217 2.04 1.8-.001.585-.783 1.272-2.043 1.796q-.455.188-.966.342a17.5 17.5 0 0 0-.811-2.155q.468-1.046.797-2.145zm-4.084-3.389c1.454-1.301 2.363-1.442 2.687-1.442a.84.84 0 0 1 .43.103c.507.29.71 1.31.548 2.663a10 10 0 0 1-.178 1.028 17 17 0 0 0-2.233-.367 17.5 17.5 0 0 0-1.463-1.79q.101-.107.211-.202zm-.807.792q.48.511.94 1.106a23 23 0 0 0-.928-.021c-.314 0-.636 0-.946.02a15 15 0 0 1 .934-1.105M9.22 3.974a.86.86 0 0 1 .438-.1 2.3 2.3 0 0 1 .922.233 7 7 0 0 1 1.775 1.203l.208.19a17.5 17.5 0 0 0-1.449 1.776 18 18 0 0 0-2.246.365 9 9 0 0 1-.177-1.006c-.185-1.34.028-2.363.527-2.655zM7.299 9.031a10 10 0 0 1 .966-.345 17 17 0 0 0 .81 2.155 18 18 0 0 0-.798 2.13 10 10 0 0 1-.984-.354c-1.26-.533-2.041-1.216-2.041-1.8s.788-1.263 2.047-1.786m5.859.177a1.63 1.63 0 0 0-.906.274 1.63 1.63 0 0 0-.601.73 1.63 1.63 0 0 0-.094.942 1.63 1.63 0 0 0 3.229-.314 1.6 1.6 0 0 0-.12-.627 1.6 1.6 0 0 0-.353-.533 1.6 1.6 0 0 0-.53-.356 1.6 1.6 0 0 0-.625-.125za1.63 1.63 0 0 0-.906.274 1.63 1.63 0 0 0-.601.73 1.63 1.63 0 0 0-.094.942 1.63 1.63 0 0 0 3.229-.314 1.6 1.6 0 0 0-.12-.627 1.6 1.6 0 0 0-.353-.533 1.6 1.6 0 0 0-.53-.356 1.6 1.6 0 0 0-.625-.125za1.63 1.63 0 0 0-.906.274 1.63 1.63 0 0 0-.601.73 1.63 1.63 0 0 0-.094.942 1.63 1.63 0 0 0 3.229-.314 1.6 1.6 0 0 0-.12-.627 1.6 1.6 0 0 0-.353-.533 1.6 1.6 0 0 0-.53-.356 1.6 1.6 0 0 0-.625-.125zm8.761 1.64c0-1.223-1.44-2.307-3.654-2.97.533-2.25.3-4.039-.76-4.644a1.7 1.7 0 0 0-.85-.213c-.989 0-2.239.69-3.501 1.885-1.262-1.186-2.509-1.873-3.496-1.873a1.7 1.7 0 0 0-.863.217c-1.054.607-1.273 2.386-.747 4.625-2.203.658-3.636 1.734-3.64 2.952-.003 1.218 1.442 2.308 3.656 2.969-.533 2.25-.302 4.039.76 4.644.259.145.552.219.848.213.991 0 2.241-.69 3.503-1.885 1.26 1.186 2.507 1.873 3.496 1.873.302.005.6-.07.863-.217 1.054-.607 1.271-2.386.747-4.616 2.204-.671 3.636-1.747 3.638-2.963zm-7.952-5.544c1.454-1.301 2.363-1.442 2.686-1.442a.84.84 0 0 1 .43.103c.508.29.71 1.31.549 2.663a10 10 0 0 1-.178 1.028 17 17 0 0 0-2.233-.367 17.5 17.5 0 0 0-1.463-1.79q.098-.098.21-.195m-4.401 6.548q.208.399.438.8c.153.268.313.54.49.808a17 17 0 0 1-1.391-.259c.124-.451.282-.895.463-1.35m-.492-3.38q.675-.158 1.408-.26c-.177.263-.33.533-.49.815s-.3.533-.437.802a21 21 0 0 1-.48-1.358M10 10.84q.33-.697.726-1.396c.267-.465.552-.918.847-1.35q.776-.06 1.598-.06c.549.002 1.065.022 1.578.063.295.43.577.887.844 1.34.266.453.511.927.731 1.39a20 20 0 0 1-1.571 2.747 20 20 0 0 1-3.176-.004 20 20 0 0 1-.845-1.34 21 21 0 0 1-.725-1.39zm5.834-2.623c.483.068.95.155 1.392.258-.131.438-.288.888-.469 1.34q-.209-.398-.44-.8a38 38 0 0 0-.476-.798zm.49 4.425q.229-.403.437-.805c.177.462.355.917.48 1.36q-.674.157-1.407.258.257-.395.497-.813zm-3.165-6.54q.48.513.94 1.107a23 23 0 0 0-.928-.021c-.314 0-.636 0-.946.021a15 15 0 0 1 .934-1.106M9.22 3.974a.86.86 0 0 1 .438-.099 2.3 2.3 0 0 1 .922.233 7 7 0 0 1 1.775 1.203l.208.19a17.5 17.5 0 0 0-1.449 1.776 18 18 0 0 0-2.246.365 9 9 0 0 1-.177-1.006c-.185-1.34.028-2.363.527-2.655zm-.94 9.002a10 10 0 0 1-.983-.355c-1.26-.533-2.042-1.216-2.042-1.8S6.04 9.554 7.3 9.031a10 10 0 0 1 .966-.345 17 17 0 0 0 .81 2.155 18 18 0 0 0-.794 2.133m4.084 3.39c-1.454 1.302-2.363 1.44-2.688 1.44a.83.83 0 0 1-.43-.102c-.507-.29-.71-1.31-.548-2.663a10 10 0 0 1 .177-1.027q1.105.255 2.234.366.672.945 1.463 1.79zm.811-.8q-.48-.511-.942-1.106.458.021.93.021c.314 0 .636 0 .946-.02q-.461.593-.935 1.105zm3.938 2.13a.86.86 0 0 1-.44.105c-.323 0-1.243-.142-2.692-1.438l-.207-.19a17.5 17.5 0 0 0 1.447-1.775 17 17 0 0 0 2.247-.366q.119.518.178 1.007c.176 1.338-.029 2.361-.535 2.65zm1.918-5.049q-.455.188-.966.343a17.5 17.5 0 0 0-.812-2.155q.469-1.04.798-2.13.5.152.983.354c1.259.533 2.042 1.216 2.04 1.8s-.785 1.257-2.045 1.781zm-5.873-.18c.322 0 .637-.096.905-.274a1.63 1.63 0 0 0 .601-.731 1.63 1.63 0 0 0 .094-.942 1.63 1.63 0 0 0-.445-.835 1.63 1.63 0 0 0-.834-.447 1.63 1.63 0 0 0-.942.092 1.63 1.63 0 0 0-.732.6 1.63 1.63 0 0 0-.276.905 1.6 1.6 0 0 0 .123.624 1.63 1.63 0 0 0 1.506 1.007M.85 22.14V2.49L0 3.341v19.647h21.669l.849-.847z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/creativecommons.svg b/mkdocs-material/material/templates/.icons/simple/creativecommons.svg new file mode 100644 index 0000000..b21493b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/creativecommons.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.983 0c-3.292 0-6.19 1.217-8.428 3.485C1.25 5.819 0 8.844 0 12c0 3.189 1.217 6.148 3.522 8.45 2.305 2.3 5.3 3.55 8.461 3.55 3.16 0 6.222-1.25 8.593-3.583C22.815 18.214 24 15.287 24 12c0-3.255-1.186-6.214-3.458-8.483C18.238 1.217 15.275 0 11.983 0m.033 2.17c2.7 0 5.103 1.02 6.98 2.893 1.843 1.841 2.83 4.274 2.83 6.937 0 2.696-.954 5.063-2.798 6.872-1.943 1.906-4.444 2.926-7.012 2.926-2.601 0-5.038-1.019-6.914-2.893-1.877-1.875-2.93-4.34-2.93-6.905 0-2.597 1.053-5.063 2.93-6.97 1.844-1.874 4.214-2.86 6.914-2.86M8.68 8.278C6.723 8.278 5.165 9.66 5.165 12c0 2.38 1.465 3.722 3.581 3.722 1.358 0 2.516-.744 3.155-1.874l-1.491-.758c-.333.798-.839 1.037-1.478 1.037-1.105 0-1.61-.917-1.61-2.126 0-1.21.426-2.127 1.61-2.127.32 0 .96.173 1.332.97l1.597-.838c-.68-1.236-1.837-1.728-3.181-1.728m6.932 0c-1.957 0-3.514 1.382-3.514 3.722 0 2.38 1.464 3.722 3.58 3.722 1.359 0 2.516-.744 3.155-1.874l-1.49-.758c-.333.798-.84 1.037-1.478 1.037-1.105 0-1.611-.917-1.611-2.126 0-1.21.426-2.127 1.61-2.127.32 0 .96.173 1.332.97l1.597-.838c-.68-1.236-1.837-1.728-3.181-1.728"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/creativetechnology.svg b/mkdocs-material/material/templates/.icons/simple/creativetechnology.svg new file mode 100644 index 0000000..40dc8d3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/creativetechnology.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.48 13.248h-.593l-1.028-2.213-1.004 2.213h-.514l1.543-3.422zM2.804 11.19s-.18-.103-.283-.155c-.206-.077-.489-.18-.798-.18-.617 0-1.183.283-1.183 1.004 0 .72.54 1.003 1.21 1.003.334 0 .668-.103.848-.257.103-.078.257-.232.257-.232l.283.437-.231.155c-.232.154-.54.36-1.21.36C.85 13.325 0 12.887 0 11.859c0-.927.797-1.467 1.775-1.467.437 0 .772.103 1.003.232.129 0 .309.128.309.128zm7.537 2.546h3.138v.438h-3.138zm12.116-2.135h.746v.54h-.746zm-1.107-.051v-1.106H24v.437h-2.11v.669zm.54.566v.694H24v.438h-2.65v-1.132zM4.786 11.6h.668c.283 0 .515-.103.515-.36s-.232-.386-.515-.386H4.27v2.367h-.54v-2.778h1.775c.669 0 1.029.36 1.029.797s-.283.772-.772.798l.746 1.029c.026.077.103.18.103.18h-.695zm10.186 1.647h-.54V10.88h-1.106v-.437h2.804v.437h-1.106zm2.238 0h-.54v-2.804h.54zm3.138-2.804-.952 2.11-.951-2.11h-.618l1.312 2.804h.54l1.287-2.83h-.618M8.386 11.55h.746v.54h-.746zm-1.106 0v-1.106h2.65v.437H7.82v.669zm.566.566v.694h2.109v.438H7.28v-1.132z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/credly.svg b/mkdocs-material/material/templates/.icons/simple/credly.svg new file mode 100644 index 0000000..4024310 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/credly.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.8 13.154a.3.3 0 0 0-.101-.024.4.4 0 0 0-.202.048c-.06.028-.092.08-.127.136-.087.128-.15.268-.226.4-.107.187-.246.351-.38.515-.135.156-.286.291-.424.44-.028.027-.072.043-.107.027-.028-.016-.036-.056-.032-.088.04-.38.075-.763.123-1.138.02-.172.043-.336.063-.512.028-.247.056-.487.087-.735l.234-1.824c.02-.128.032-.372-.135-.52a.45.45 0 0 0-.233-.116.46.46 0 0 0-.254.06c-.226.16-.297.504-.365.76-.142.603-.178 1.241-.471 1.804a1.8 1.8 0 0 1-.202.316.7.7 0 0 1-.186.18.33.33 0 0 1-.246.051.37.37 0 0 1-.238-.207.871.87 0 0 1-.063-.324 4.5 4.5 0 0 1 .24-1.585c.045-.132.089-.252.104-.383.028-.156.028-.38-.114-.516-.131-.128-.337-.18-.504-.128-.194.056-.31.244-.372.392-.198.463-.25.95-.317 1.446-.044.327-.127.64-.293.926a2.7 2.7 0 0 1-.603.72c-.118.087-.222.123-.328.107a.38.38 0 0 1-.278-.208.9.9 0 0 1-.095-.315 3.361 3.36 0 0 1-.036-.616c.004-.223 0-.44.044-.658.075-.39.678-1.937.808-2.345.135-.407.262-.823.353-1.246.08-.38.123-.767.11-1.15-.007-.277-.07-.576-.288-.736a.611.61 0 0 0-.603-.048.97.97 0 0 0-.455.428 2.5 2.5 0 0 0-.226.59 12 12 0 0 0-.266 1.29c-.071.429-.138.848-.206 1.268-.06.355-.206 1.614-.261 1.88-.06.272-.175.54-.301.787-.131.268-.258.536-.408.791a.7.7 0 0 1-.175.224c-.08.06-.182.088-.27.048-.102-.048-.146-.176-.166-.292-.075-.435-.012-.875.072-1.302.083-.431.44-2.4.519-2.851.099-.532.24-1.05.285-1.59.028-.388.09-.88-.202-1.187-.115-.136-.31-.16-.44-.136-.174.036-.31.176-.388.296-.1.128-.186.28-.258.467-.115.284-.186.615-.261.91l-.032.129q-.123.574-.186 1.162a16.95 16.948 0 0 0-.06.632q-.011.15-.027.307c0 .08.007.168-.028.244a.3.3 0 0 1-.052.068c-.08.072-.202.06-.31.056-.557-.016-1.045.3-1.35.755-.18.252-.281.542-.39.834-.01.048-.034.1-.054.152-.051.143-.13.327-.222.511a3 3 0 0 1-.317.46 3.3 3.3 0 0 1-.384.41 1.1 1.1 0 0 1-.515.26c-.174.04-.384-.043-.543-.203a.9.9 0 0 1-.206-.54c-.004-.055-.004-.115.028-.163.05-.068.146-.072.23-.076a1.62 1.62 0 0 0 1.375-1.015c.138-.34.178-.698.122-1.046a1.2 1.2 0 0 0-.19-.48.9.9 0 0 0-.396-.323c-.293-.14-.658-.127-1.01.004-.575.232-.951.74-1.134 1.562l-.02.088c-.114.487-.23 1-.582 1.354-.127.12-.261.163-.368.143-.044-.004-.08-.04-.103-.075-.096-.16.003-.532.15-1a4 4 0 0 0 .1-.366.93.93 0 0 0-.108-.495.8.8 0 0 0-.372-.324c-.143-.064-.31-.06-.468-.06h-.047c-.044 0-.103 0-.151-.012a.22.22 0 0 1-.147-.127.5.5 0 0 1 .016-.232c.004-.02.012-.048.016-.072a.37.37 0 0 0-.162-.412.51.51 0 0 0-.468-.036.77.77 0 0 0-.364.348.77.77 0 0 0-.103.48c.04.13.07.32.043.475-.055.28-.222.51-.384.74-.04.05-.072.106-.107.16a5 5 0 0 1-.706.825c-.372.335-.804.575-1.232.67-.745.165-1.506-.06-1.91-.734-.222-.38-.32-.827-.348-1.266a5.4 5.4 0 0 1 .424-2.516c.328-.76.816-1.52 1.715-1.614.353-.04.753.083.912.4.115.23.075.506 0 .75-.072.244-.175.49-.18.75-.003.26.124.54.37.616.238.072.495-.08.634-.29.138-.21.186-.46.245-.704a6.282 6.281 0 0 1 .662-1.634c.139-.236.297-.488.254-.76a.54.54 0 0 0-.373-.415.54.54 0 0 0-.535.144c-.134.148-.206.371-.387.43-.17.06-.35-.055-.507-.134-.6-.32-1.336-.312-1.963-.048-.634.25-1.146.735-1.526 1.294C.462 8.53.098 9.508.022 10.48c-.027.34-.031.695 0 1.038.036.46.1.854.214 1.206.139.423.317.79.547 1.094.266.34.587.6.94.747.372.148.784.22 1.192.208a3.2 3.2 0 0 0 1.177-.283 4.3 4.3 0 0 0 1.026-.68c.309-.26.594-.559.84-.89q.243-.336.44-.708a5 5 0 0 0 .178-.383c.044-.104.087-.215.202-.26.056-.043.15-.02.202.013.064.04.115.075.135.135.048.116.02.232-.004.332v.012c-.028.1-.055.203-.091.303-.14.424-.238.811-.16 1.195.045.207.128.387.25.527a.84.84 0 0 0 .504.264c.246.04.51-.028.725-.132q.217-.103.397-.26c.06-.06.122-.12.174-.184.044-.06.087-.147.178-.143a.15.15 0 0 1 .107.064c.028.031.04.071.06.115.23.52.776.84 1.335.84h.07c.27 0 .556-.093.79-.22.27-.14.48-.348.7-.552.02-.016.045-.04.073-.044.035-.008.07.012.099.044a.3.3 0 0 1 .047.1c.135.34.46.6.824.66a1.1 1.1 0 0 0 .99-.356c.056-.06.104-.128.167-.176.064-.044.15-.076.222-.044.107.04.135.164.182.268.107.235.357.371.615.375.289 0 .554-.148.764-.34.195-.183.353-.399.516-.61a.3.3 0 0 1 .106-.096c.04-.024.096-.028.13 0 .033.024.045.06.06.091.163.4.587.652 1.01.648.417-.004.809-.224 1.103-.516.095-.092.194-.2.32-.21.14-.017.207.114.254.22.072.142.115.238.25.338.158.116.36.152.547.1.17-.04.34-.156.47-.316.072-.088.112-.204.19-.284.092-.087.132.028.136.1q.022.176.008.352c-.016.236-.052.471-.08.703-.011.068-.02.136-.063.188-.06.068-.166.08-.253.064a3 3 0 0 0-.321-.028l-.14-.016c-.201-.012-.4-.036-.61-.044h-.185c-.404 0-.733.048-1.03.16-.48.187-.852.57-1.003 1.018a1.3 1.3 0 0 0-.052.64c.04.203.13.403.282.587.265.315.68.515 1.149.543.408.02.852-.064 1.292-.26.848-.367 1.482-1.094 1.696-1.95 0-.02.01-.039.023-.043q.448-.157.813-.428c.245-.187.467-.399.65-.643q.135-.18.253-.37c.07-.125.13-.257.202-.38a.9.9 0 0 0 .13-.316.41.41 0 0 0-.05-.328.26.26 0 0 0-.135-.124m-13.68-1.63c.017-.071.045-.14.06-.206a1.9 1.9 0 0 1 .262-.504c.04-.048.08-.1.135-.136a.25.25 0 0 1 .186-.048c.107.02.183.128.202.236.032.18-.04.396-.114.555a1.1 1.1 0 0 1-.31.415c-.06.044-.114.088-.178.116-.028.008-.063.028-.115.028h-.016c-.055 0-.114-.028-.126-.088a.8.8 0 0 1 .015-.367m4.308-.184c-.004.072-.024.148-.028.223a5 5 0 0 0 0 .779c.012.152.047.3-.016.444a1.07 1.07 0 0 1-.567.643.56.56 0 0 1-.245.056q-.03-.002-.06-.004c-.12 0-.214-.092-.265-.18a.871.87 0 0 1-.1-.272 2.13 2.13 0 0 1 .072-1.122c.08-.22.202-.435.38-.594a.87.87 0 0 1 .563-.24.3.3 0 0 1 .206.064c.04.044.06.104.056.164a.05.05 0 0 1 .004.04m6.43 4.653c-.015.044-.06.104-.08.14-.042.08-.102.163-.161.235a2.6 2.6 0 0 1-.317.304c-.238.18-.503.311-.777.387a2 2 0 0 1-.487.072h-.04a.8.8 0 0 1-.515-.18.43.43 0 0 1-.158-.25.54.54 0 0 1 .047-.305.78.78 0 0 1 .38-.383c.326-.16.682-.176 1.019-.16.139.004.265.012.4.02.107.004.218.012.325.024q.086 0 .17.012c.044.004.092-.004.135.008.06.004.068.036.06.076"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/crehana.svg b/mkdocs-material/material/templates/.icons/simple/crehana.svg new file mode 100644 index 0000000..90479ec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/crehana.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.371 0 0 5.371 0 12c0 6.626 5.371 12 12 12s12-5.374 12-12c0-6.629-5.374-12-12-12m5.94 9.843v7.915h-3.957v-3.892h-3.895v3.83H6.13v-3.957h3.833V9.843H6.06V5.948h3.957v3.895h3.965V5.948h3.957v3.895z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/crewunited.svg b/mkdocs-material/material/templates/.icons/simple/crewunited.svg new file mode 100644 index 0000000..49d6b09 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/crewunited.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.871 3.912A3.23 3.23 0 0 0 9.1 5.715c-.46.93-.44 2.029.048 2.945-.895-.524-1.898-.777-3.027-.777a6.097 6.097 0 0 0-6.086 6.74 6.11 6.11 0 0 0 6.086 5.467l.715-.043a5 5 0 0 0 .62-.106c.033-.01.067-.013.1-.023a6.1 6.1 0 0 0 2.231-1.055l3.535-2.85a6.107 6.107 0 0 0 8.62.522 6.103 6.103 0 0 0 .523-8.619 6.12 6.12 0 0 0-4.572-2.053q-.52 0-1.032.086l-3.439-1.717.006.01a3.23 3.23 0 0 0-1.557-.33Zm4.444 2.838 6.668 3.262a5.445 5.445 0 0 1-3.133 7.037 5.4 5.4 0 0 1-1.957.365 5.42 5.42 0 0 1-4.053-1.812l1.285-1.037a2.912 2.912 0 1 0 .465-4.092 2.9 2.9 0 0 0-.787.968l-3.27-1.61a.64.64 0 0 1-.207-.884.636.636 0 0 1 .83-.234l.442.215.593.289a5.45 5.45 0 0 1 3.123-2.467Zm.345 1.281a4.67 4.67 0 0 0-2.428 1.21l.633.316a3.94 3.94 0 0 1 1.924-.883Zm-10.539.504a5.447 5.447 0 0 1 5.45 5.443 5.447 5.447 0 0 1-4.807 5.416l-.672.04A5.453 5.453 0 0 1 .678 13.95 5.45 5.45 0 0 1 6.12 8.535Zm4.84 1.727 5.287 2.513-4.61 3.838a6.11 6.11 0 0 0-.677-6.351"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/criticalrole.svg b/mkdocs-material/material/templates/.icons/simple/criticalrole.svg new file mode 100644 index 0000000..9b4e223 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/criticalrole.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.014 0c-.51.281-9.231 5.256-10.323 5.87a.23.23 0 0 0-.136.23v11.866l.089.15c.004.005 6.521 3.746 10.24 5.884h.14c.52-.295 9.26-5.28 10.263-5.842a.28.28 0 0 0 .16-.272c-.006-3.915-.006-7.825 0-11.74 0-.145-.034-.253-.174-.309L12.094 0zm.324.863c3.066 1.763 6.123 3.516 9.19 5.279-.352.136-4.825 1.819-4.83 1.819l-.033.066q.056.127.099.262l.089.042c.117-.047 4.876-1.838 4.96-1.861v10.802c-.004-.005-3.282-5.692-3.624-6.282-.051-.085-.051-.085-.145-.07-.333.065-.207.037-.314.065l3.807 6.601h-8.754l-.089-.075-.042-1.256-.07-.061a3.4 3.4 0 0 1-1.107.014l-.065.06v.517l-.047.051c-.807-.117-.643.01-1.937-1.547-.126-.15-.239-.31-.36-.464l-.01-.01.01-.098c.398-.478.745-.844.703-1.528a1.14 1.14 0 0 0-.586-.957c-.47-.277-1.05-.225-2.626-.225-.178 0-.22.178-.084.225l.22.028c.235.047.253.127.253.633.005 3.3.01 3.085-.051 3.723-.024.244-.16.173-.31.206l-.094.084.08.141c.099.028 1.505.024 1.58.005.16-.042.122-.22-.023-.23-.352-.028-.432-.019-.455-.225-.042-.347-.033-.3-.047-1.528l.084-.085c.624 0 .68-.033.783.113q.507.688 1.027 1.369c.338.445.652.59 1.004.595.97.01.862-.014.862.047v.417l-.08.08H2.553c-.089 0-.098.01-.06-.052l3.164-5.485-.038-.066c-.286-.018-.351-.06-.426.07l-3.005 5.205V6.47c.121.033 1.251.469 1.256.469.108.042.14.042.502-.24l-1.449-.543-.005-.019q4.55-2.596 9.1-5.185l.01.01h-.005q-2.01 3.481-4.041 6.985c.16 0 .295.005.436-.005.084-.005 3.577-6.17 4.004-6.859.398.68 3.797 6.587 3.844 6.667.061.108.103.14.553.183l.014-.014zM11.93 4.05a.743.743 0 0 0-.675.76c.005.295.155.515.417.651l.075.131c-.019.328-.014.099-.047 1.388l-.084.084c-1.43-.009-1.482.01-1.744-.089-.094-.037-.14-.009-.16.09l-.154.843c-.01.052.07.277.183-.009.164-.417.37-.375 1.884-.399l.061.052a680 680 0 0 0-.173 5.687l-.094.127c-.544.173-1.153.801-.933 1.706.277 1.14 1.472 1.097 1.599 1.093 1.378-.066 1.575-1.191 1.51-1.744a1.15 1.15 0 0 0-.582-.905 3 3 0 0 0-.408-.188l-.056-.07-.174-5.725.047-.042c2.124.108 1.6.108 1.834.563l.121.01.038-.957-.122-.09a2 2 0 0 1-.258.038v.005c-.539.014-1.613.019-1.617.019l-.057-.052c-.051-1.613-.046-1.383-.046-1.411l.103-.202c.384-.244.436-.797.117-1.134a.69.69 0 0 0-.605-.23m.07.394c.47 0 .45.703-.004.698-.45-.004-.455-.698.004-.698M5.352 6.55q-.302.013-.647.089c-1.397.319-2.011 1.608-1.885 2.822.31 3.005 4.304 2.4 4.375 1.974 0-.01.075-.39.16-.895v-.047l-.141-.108c-.272.014.112.863-1.163.961-1.74.127-2.55-1.266-2.537-2.386.038-2.724 3.353-2.242 3.503-1.191.018.131-.005.422.187.342l.075-.108c.005-.037.052-.848.061-1.083.005-.131-.042-.173-.169-.187-.698-.09-1.214-.216-1.819-.183m12.645 1.477-.056.037c-.066.066-.014-.023-.863 1.95a7 7 0 0 1-.192.427.285.285 0 0 1-.277.16c-.112.004-.103.15.038.15h1.233c.183 0 .107-.15-.033-.174-.202-.042-.633.047-.572-.103q.098-.262.21-.516l.076-.047c.23-.014.455-.014.684-.004l.094.065q.093.24.192.478c.09.207-.103.235.02.263l.168.038c.136.004-.506-.005 2.377.014.258 0 .192-.15.248-.483h-.004c.018-.108-.099-.263-.178.01-.052.177-.127.177-.75.158l-.15-.117c-.024-.108-.015-1.856-.015-1.931v-.02l.127-.116c.305-.033.169-.16.056-.16-1.06-.004-1.008 0-1.017.01-.117.112-.01.14.004.14.15.024.258-.01.258.202v1.936c-.004.15-.023.207-.197.202-.028 0-.206.033-.3-.094-.243-.338-.97-2.279-1.106-2.433l-.019-.019zm-2.363.028c-.399-.005-.867.08-1.196.408-.46.464-.66 1.603.324 2.123.623.333 1.458.17 1.533.16.31-.042.281-.59.281-.596-.042-.136-.089-.112-.145-.051-.047.051-.047.272-.324.356-.323.099-1.078.08-1.355-.647-.262-.694.043-1.781 1.276-1.416.21.061.337.202.356.427.01.112.127.117.16.014.009-.033.009-.206.028-.455.009-.136-.024-.192-.141-.22-.066-.014-.399-.099-.797-.103m-4.534.051-.895.005c-.155.052-.155.14.033.16.136.009.15.056.15.318-.01 2.124-.01 1.744-.024 1.904l-.103.098a.53.53 0 0 1-.464-.15c-.488-.51-.764-.867-.811-.924q.149-.16.29-.314c.413-.468.038-1.012-.375-1.06-.347-.041-.853-.037-1.406-.032-.094 0-.277.122.051.16.132.013.155.07.155.23 0 .098-.014.674-.01 1.88 0 .332-.163.112-.276.285l.127.085h.914c.178 0 .178-.17-.042-.165-.188.005-.146-.056-.188-.825-.004-.093.31-.084.385.019.501.685.633.975 1.134.975.488-.004.97 0 1.458 0 .183 0 .118-.16 0-.16-.225.006-.234-.06-.239-.102-.014-.122-.033.051-.019-2.007.005-.169.02-.206.188-.216h.01c.168-.14-.029-.164-.043-.164m1.735.005c-.084 0-.14.089-.019.145.07.033.22-.042.22.197-.009 2.208.052 2.133-.159 2.133-.16 0-.178.16 0 .16q.555.006 1.013.005c.122 0 .126-.155.005-.16-.146-.005-.282.024-.282-.169-.037-1.978 0-2.044 0-2.053.014-.131.15-.094.197-.117.108-.057.066-.104.019-.132zm-4.501.267a.493.493 0 0 1 .581.432c.02.112.066.693-.572.628l-.098-.122c-.005-.23 0-.661 0-.872zm9.578.492.286.741h-.576c.094-.244.187-.483.29-.74zm-9.958 3.49c.174.004.361.037.408.051.708.207.868 1.144.586 1.824-.215.52-.66.399-1.2.342-.113-.01-.127-.028-.127-.14v-1.95c-.004-.104.16-.132.333-.127m10.202.745c-.426.047-.06.024-1.744.028-.178 0-.169.16.028.16l.005.004c.178 0 .295-.23.183 2.406-.01.145-.14.112-.192.121-.113.02-.136.136-.01.16.033.004-.089.01 1.65.014.212 0 .216-.094.216-.113q.027-.224.061-.454c.014-.113-.112-.136-.15-.029-.094.268.01.291-.769.268-.22-.005-.183-.188-.183-.765 0-.398-.117-.323.605-.28.174.009.117.154.174.248l.122-.014.051-.535c.01-.164-.122-.089-.14-.084-.254.089-.591.06-.737.07l-.075-.07v-.755l.075-.07c.633.028.718-.01.737.239.009.13.15.108.159.009.014-.16.033-.319.047-.478zm-3.061.028h-1.083c-.113 0-.132.132-.019.15.136.019.253 0 .267.174.01.15.028 1.495-.019 2.24-.009.15-.145.109-.239.132-.075.019-.07.145.02.16l1.79.009c.056 0 .258.056.244-.581 0-.01-.042-.155-.127-.052-.178.22.15.352-.881.295-.108-.004-.155-.065-.16-.168-.028-.582-.018-1.852-.018-1.946 0-.277.112-.24.234-.258.164-.014.145-.155-.01-.155zm-3.596.46c.014.093-.047 1.753-.052 1.847-.019.394 1.196.59 1.182.122 0-.024-.052-1.735-.052-1.833l.019-.005c.576.445.483 1.467.253 1.828a.844.844 0 0 1-1.05.333c-.98-.403-.961-1.94-.3-2.292m1.28 4.402c9.039.005 8.504-.005 8.51.014-.723.417-8.459 4.815-9.256 5.275h-.159c-.825-.479-9.063-5.21-9.185-5.284h8.575c.094 0 .094 0 .094.094a68 68 0 0 1-.07 2.25c-.01.174.023.347.094.506.201.483.393.97.59 1.454.047.108.061.084.094.004.652-1.533.605-1.425.633-1.51a1.3 1.3 0 0 0 .06-.36c0-.277-.055-2.358-.055-2.363z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/crowdin.svg b/mkdocs-material/material/templates/.icons/simple/crowdin.svg new file mode 100644 index 0000000..c83f8a1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/crowdin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.119 17.793a2.62 2.62 0 0 1-1.667-.562c-.546-.436-1.004-1.09-1.018-1.858-.008-.388.414-.388.414-.388l1.018-.008c.332.008.43.47.445.586.128 1.04.717 1.495 1.168 1.702.273.123.204.513-.362.528zm-5.695-5.287L8.5 12.252c-.867-.214-.844-.982-.807-1.247a5.1 5.1 0 0 1 .814-2.125c.545-.804 1.303-1.508 2.29-2.073 1.856-1.074 4.45-1.673 7.31-1.673 2.09 0 4.256.27 4.29.27.197.025.328.213.333.437a.377.377 0 0 1-.355.393l-.92-.01c-2.902 0-4.968.394-6.506 1.248-1.527.837-2.57 2.117-3.287 4.012-.076.163-.335 1.12-1.24 1.022zm2.533 7.823c-1.44 0-2.797-.622-3.825-1.746-.87-.96-1.397-1.931-1.493-3.164-.06-.813.3-1.094.788-1.044l1.988.218c.45.092.75.34.825.854.397 2.736 2.122 3.814 3.15 4.046.18.042.292.157.283.365a.41.41 0 0 1-.322.398c-.458.074-.936.073-1.394.073m-4.101 2.418a14 14 0 0 1-2.307-.214c-1.202-.214-2.208-.582-3.072-1.13C1.41 20.095.163 17.786.014 15.048c-.037-.65-.11-1.89 1.427-1.797.638.033 1.653.343 2.368.548.887.247 1.314.933 1.314 1.608 0 3.858 3.494 6.408 5.02 6.408.654 0 .414.701.127.779-.502.136-1.15.153-1.413.153zM3.525 11.419c-.605-.109-1.194-.358-1.768-.5C-.018 10.479.284 8.688.45 8.196c1.617-4.757 6.746-6.35 10.887-6.773 3.898-.4 7.978-.092 11.778.967.31.083 1.269.327.718.891-.35.358-1.7-.016-2.073-.041-2.23-.167-4.434-.192-6.656.15-2.349.357-4.768 1.099-6.71 2.665-.938.758-1.76 1.723-2.313 2.866-.144.3-.256.6-.354.9-.11.327-.47 1.91-2.215 1.6zm9.94.917c.332-1.488 1.81-3.848 6.385-3.686 1.05.033.57.749.052.731-2.586-.09-3.815 1.578-4.457 3.27-.219.546-.68.626-1.271.53-.415-.074-.866-.123-.71-.846Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/crowdsource.svg b/mkdocs-material/material/templates/.icons/simple/crowdsource.svg new file mode 100644 index 0000000..1e215df --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/crowdsource.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1.772a2.045 2.045 0 1 0 0 4.09 2.045 2.045 0 0 0 0-4.09M7.364 5.453a2.047 2.047 0 0 0 0 4.092 2.045 2.045 0 0 0 0-4.092m9.273 0a2.047 2.047 0 0 0 0 4.092 2.045 2.045 0 0 0 0-4.092M1.347 7.637a1.32 1.32 0 0 0-.93.36 1.325 1.325 0 0 0-.145 1.769c.66.864 1.993 2.604 2.652 3.465a5.4 5.4 0 0 1 1.112 3.283c0 1.519.71 2.966 1.949 3.841.767.543 1.614.982 2.515 1.3v-3.933c0-.592.191-1.17.472-1.652a4.15 4.15 0 0 0-1.198-2.496L2.342 8.106c-.261-.29-.625-.469-.996-.47m21.31 0a1.32 1.32 0 0 0-.917.39l-4.545 4.575-.968.974a4.16 4.16 0 0 0-1.199 2.494c.265.455.454.993.472 1.549v4.039a10.3 10.3 0 0 0 2.516-1.303c1.238-.875 1.949-2.323 1.949-3.842a5.4 5.4 0 0 1 1.111-3.285l2.652-3.462a1.327 1.327 0 0 0-.144-1.77 1.31 1.31 0 0 0-.928-.36M12 9.135a2.047 2.047 0 0 0 0 4.092 2.045 2.045 0 0 0 0-4.092m.002 5.728c-1.658 0-3.002 1.28-3.002 2.86v4.091a11.1 11.1 0 0 0 6 0v-4.18c-.049-1.538-1.371-2.77-2.998-2.77"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/crunchbase.svg b/mkdocs-material/material/templates/.icons/simple/crunchbase.svg new file mode 100644 index 0000000..580a5b5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/crunchbase.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.6 0H2.4A2.41 2.41 0 0 0 0 2.4v19.2A2.41 2.41 0 0 0 2.4 24h19.2a2.41 2.41 0 0 0 2.4-2.4V2.4A2.41 2.41 0 0 0 21.6 0M7.045 14.465A2.11 2.11 0 0 0 9.84 13.42h1.66a3.69 3.69 0 1 1 0-1.75H9.84a2.11 2.11 0 1 0-2.795 2.795m11.345.845a3.6 3.6 0 0 1-1.06.63 3.68 3.68 0 0 1-3.39-.38v.38h-1.51V5.37h1.5v4.11a3.74 3.74 0 0 1 1.8-.63H16a3.67 3.67 0 0 1 2.39 6.46m-.223-2.766a2.104 2.104 0 1 1-4.207 0 2.104 2.104 0 0 1 4.207 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/crunchyroll.svg b/mkdocs-material/material/templates/.icons/simple/crunchyroll.svg new file mode 100644 index 0000000..f8a631c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/crunchyroll.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.933 13.467a10.55 10.55 0 1 1 21.067-.8V12c0-6.627-5.373-12-12-12S0 5.373 0 12s5.373 12 12 12h.8a10.617 10.617 0 0 1-9.867-10.533M19.2 14a3.85 3.85 0 0 1-1.333-7.467A7.9 7.9 0 0 0 14 5.6a8.4 8.4 0 1 0 8.4 8.4 6.5 6.5 0 0 0-.133-1.6A3.42 3.42 0 0 1 19.2 14"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cryengine.svg b/mkdocs-material/material/templates/.icons/simple/cryengine.svg new file mode 100644 index 0000000..58f5536 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cryengine.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.714 14.874c.296 0 .58.101.807.287l.014.013-.149.238a.996.996 0 1 0 .312.888l.002-.014h-.852l.173-.277h.966v.139c0 .702-.571 1.273-1.272 1.273a1.274 1.274 0 0 1-.001-2.547m-13.442 0c.347 0 .68.143.918.391l.012.013-.157.242a.996.996 0 1 0-.026 1.281l.01-.012.211.18A1.273 1.273 0 0 1 0 16.145c0-.7.571-1.272 1.272-1.272m2.44.014c.639 0 .894.3.894.734 0 .363-.184.619-.621.706l-.014.003.702 1.075h-.336l-.663-1.058h-.478v1.058h-.273v-2.517zm5.88 2.274v.244H7.87v-.244zm-4.018-2.273.691 1.149a.5.5 0 0 1 .045.115c.01-.03.019-.067.043-.11l.006-.01.688-1.145h.297L5.78 17.406h-.271l.647-1.05-.882-1.468zm17.522 2.273v.244h-1.722v-.244zm-4.561-2.273 1.512 2.085c-.013-.06-.02-.081-.021-.127v-1.958h.272v2.518h-.258l-1.515-2.092c.01.033.023.078.024.142v1.95h-.272v-2.518zm-1.361 0v2.518h-.272v-2.518zm-6.395 0 1.512 2.085c-.013-.06-.02-.081-.021-.127v-1.958h.272v2.518h-.258l-1.515-2.092c.01.033.023.078.024.142v1.95h-.272v-2.518zm12.317 1.065v.247h-1.722v-.248zm-13.504 0v.247H7.87v-.248zm-5.876-.822h-.52v.968h.517c.384 0 .615-.113.615-.479-.001-.367-.232-.489-.612-.489m19.991-.566a.292.292 0 1 1 0 .583.292.292 0 1 1 0-.583m-.611.322v.245h-1.722v-.244zm-13.504 0v.245h-1.47l.151-.244zm14.115-.273a.242.242 0 1 0 0 .484.242.242 0 1 0 0-.485m.002.09c.075 0 .108.038.108.091q.001.061-.059.084l-.006.002.08.123h-.058l-.067-.104q-.003-.004-.004-.01v-.004h-.058v.118h-.048v-.3zm.001.046h-.065v.091h.064c.041 0 .06-.01.06-.045q0-.048-.059-.046M10.909 6.598l.088-.007c-2.36.55-3.761 2.332-3.761 2.564v.001c0 .001.001-.009.002.036v.006h.001c.048.253.745 1.475 3.441 2.201-3.09-.245-4.494-1.748-4.563-2.188l-.001-.014h-.001c0-.046-.001-.037-.001-.034l.001-.013c.037-.452 1.928-2.312 4.794-2.552l.088-.007zm.981-.019c3.209.167 5.076 2.075 5.093 2.61v-.002l-.001.033v.006h-.002c-.025.268-1.045 1.358-2.571 1.86-1.865.613-4.866.39-4.866-1.948a1.994 1.994 0 0 1 3.989.005c0 .535-.231 1.053-.581 1.42.327-.007 1.517-.094 2.638-1.018.124-.12.203-.222.236-.284a.14.14 0 0 0 .02-.072c.001-.24-1.288-2.084-3.955-2.61m-.357 1.427a1.13 1.13 0 1 0 0 2.262 1.13 1.13 0 0 0 0-2.262m5.449 1.182"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cryptpad.svg b/mkdocs-material/material/templates/.icons/simple/cryptpad.svg new file mode 100644 index 0000000..9c90919 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cryptpad.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m2.355 0 .008.717.153 12.23c.045 3.668 1.528 6.09 3.425 7.692s4.168 2.444 5.844 3.215l.317.146.308-.164c1.492-.788 3.779-1.625 5.72-3.209 1.943-1.584 3.515-3.997 3.515-7.69V5.97L15.22 0Zm9.729 1.416h1.604v6.016h6.542v3.879H15.4c-.055 1.091-.59 1.926-1.256 2.484l.938 4.97h-2.994v3.655l-.018.008c-1.691-.764-3.651-1.55-5.215-2.87-1.653-1.396-2.884-3.32-2.925-6.628l-.02-1.62h4.674q-.005-.08-.006-.164a3.424 3.424 0 0 1 3.41-3.41l.096.002zm3.02.408 4.513 4.194h-4.513zm-3.112 6.91a2.412 2.412 0 0 0-1.043 4.586l-.844 4.448h3.772l-.842-4.448a2.412 2.412 0 0 0-1.043-4.586"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/crystal.svg b/mkdocs-material/material/templates/.icons/simple/crystal.svg new file mode 100644 index 0000000..b47f839 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/crystal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23.964 15.266-8.687 8.669c-.034.035-.086.052-.121.035L3.29 20.79c-.052-.017-.087-.052-.087-.086L.007 8.856c-.018-.053 0-.087.035-.122L8.728.065c.035-.035.087-.052.121-.035l11.866 3.18c.052.017.087.052.087.086l3.18 11.848c.034.053.016.087-.018.122m-11.64-9.433L.667 8.943c-.017 0-.035.034-.017.052l8.53 8.512c.017.017.052.017.052-.017l3.127-11.64c.017 0-.018-.035-.035-.017"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/csdn.svg b/mkdocs-material/material/templates/.icons/simple/csdn.svg new file mode 100644 index 0000000..0c7601e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/csdn.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.693 13.638c-.497.568-1.363.63-1.712.63-.648 0-1.144-.164-1.474-.488-.313-.307-.478-.76-.489-1.346-.025-1.358.744-2.762 2.074-2.762.635 0 1.124.455 1.311.644a.34.34 0 0 0 .282.099.38.38 0 0 0 .241-.159c.068-.087.135-.237.138-.401s-.057-.344-.243-.49a2.64 2.64 0 0 0-1.668-.591c-.819 0-1.627.376-2.218 1.033-.621.691-.953 1.63-.935 2.646.015.815.282 1.5.773 1.982.528.518 1.3.791 2.235.791 1.097 0 1.776-.325 2.154-.597a.58.58 0 0 0 .24-.456.7.7 0 0 0-.208-.497c-.23-.248-.448-.101-.503-.037Zm4.97-2.15a8 8 0 0 0-.698-.248q-.237-.072-.45-.131c-.922-.26-1.027-.5-1.017-.68.022-.363.515-.853 1.352-.792.607.045 1.015.509 1.205.781.149.214.371.135.434.095a.6.6 0 0 0 .309-.514.63.63 0 0 0-.209-.488 2.654 2.654 0 0 0-3.347-.273c-.456.323-.744.772-.77 1.202-.064 1.061 1.015 1.366 1.803 1.588.214.061.429.127.667.202 1.14.357 1.173.717 1.092 1.267-.082.556-.696.834-1.685.761-1.029-.076-1.464-.61-1.612-.901-.05-.098-.205-.248-.413-.156-.514.229-.473.731-.26.993.339.416 1.15 1.035 2.667 1.035 1.734 0 2.255-.875 2.378-1.64.092-.572-.022-1.028-.348-1.396-.236-.267-.592-.495-1.101-.706Zm6.777-2.165c-.598-.431-1.393-.61-2.36-.532-.712.058-1.274.243-1.335.263l-.006.002a.44.44 0 0 0-.297.379l-.47 5.201a.34.34 0 0 0 .247.35l.072.02.066.018.086.021a8 8 0 0 0 1.64.183c.972 0 1.765-.23 2.36-.684.764-.583 1.141-1.5 1.118-2.725-.021-1.135-.398-1.974-1.121-2.495Zm-.662 4.461c-.836.639-2.09.562-2.677.481a.13.13 0 0 1-.109-.137l.397-4.248a.11.11 0 0 1 .086-.1c.999-.241 1.777-.168 2.312.218.189.137.348.331.471.568.176.339.277.765.286 1.234.017.916-.24 1.583-.765 1.984Zm8.189-3.374a1.9 1.9 0 0 0-.432-.919c-.399-.465-1.029-.689-1.848-.689-.734 0-1.372.228-1.947.799.007-.086.019-.159.018-.223s-.017-.116-.066-.163c-.048-.045-.077-.067-.127-.077s-.122-.008-.256-.006a.587.587 0 0 0-.589.54s-.325 3.874-.428 5.165a.3.3 0 0 0 .073.228.36.36 0 0 0 .26.131h.387a.224.224 0 0 0 .226-.205l.273-2.929.014-.147a2 2 0 0 1 .082-.412q.021-.068.047-.14c.245-.694.803-1.72 1.971-1.694.84.018 1.449.455 1.385 1.114-.101 1.034-.266 3.1-.358 4.14-.019.209.182.273.252.273h.304a.44.44 0 0 0 .444-.404s.185-2.127.294-3.352l.048-.532a2 2 0 0 0-.026-.5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/css3.svg b/mkdocs-material/material/templates/.icons/simple/css3.svg new file mode 100644 index 0000000..f333d0f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/css3.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.5 0h21l-1.91 21.563L11.977 24l-8.565-2.438zm17.09 4.413L5.41 4.41l.213 2.622 10.125.002-.255 2.716h-6.64l.24 2.573h6.182l-.366 3.523-2.91.804-2.956-.81-.188-2.11h-2.61l.29 3.855L12 19.288l5.373-1.53z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cssdesignawards.svg b/mkdocs-material/material/templates/.icons/simple/cssdesignawards.svg new file mode 100644 index 0000000..e9f7333 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cssdesignawards.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.46.93 0 8.31l3.73 3.73 3.74 3.65 3.73 3.65 3.74-3.65-7.47-7.38 7.47-7.4zm5.33 3.73L9.12 8.31l7.39 7.38-7.46 7.4h7.46l3.76-3.66L24 15.7l-3.73-3.65-3.74-3.73z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cssmodules.svg b/mkdocs-material/material/templates/.icons/simple/cssmodules.svg new file mode 100644 index 0000000..359bb2a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cssmodules.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.705 2.147v19.706H0V2.147zM.141 21.712h19.423V2.288H.141zm2.561-10.444q.642 0 .996.338t.393.768h-.446a.93.93 0 0 0-.303-.517q-.225-.191-.635-.191-.5 0-.808.352-.306.349-.306 1.074 0 .594.276.964.279.368.828.368.507 0 .771-.389.14-.204.21-.538h.446q-.06.534-.396.895-.402.434-1.086.434-.588 0-.989-.356-.526-.472-.527-1.456 0-.748.396-1.226.428-.52 1.18-.52m2.28 2.38a.9.9 0 0 0 .135.467q.228.336.803.336.257 0 .47-.073.409-.143.409-.511 0-.276-.173-.393-.175-.116-.547-.2l-.458-.104q-.448-.101-.635-.223-.322-.211-.322-.633 0-.455.315-.747t.893-.292q.531 0 .902.257.372.255.372.82h-.43a.85.85 0 0 0-.147-.417q-.21-.265-.71-.265-.406 0-.583.17a.53.53 0 0 0-.177.396q0 .249.207.364.135.073.614.184l.474.108q.343.078.53.214.321.237.321.687 0 .562-.41.803a1.8 1.8 0 0 1-.947.242q-.63 0-.987-.322-.356-.32-.35-.867h.43Zm3.137 0a.9.9 0 0 0 .136.467q.228.336.803.336.257 0 .469-.073.41-.143.41-.511 0-.276-.173-.393-.176-.116-.548-.2l-.457-.104q-.45-.101-.635-.223-.322-.211-.322-.633 0-.455.315-.747.316-.292.892-.292.532 0 .902.257.373.255.373.82h-.43a.85.85 0 0 0-.148-.417q-.21-.265-.71-.265-.405 0-.582.17a.53.53 0 0 0-.177.396q0 .249.207.364.135.073.614.184l.474.108q.342.078.529.214.322.237.322.687 0 .562-.41.803a1.8 1.8 0 0 1-.947.242q-.63 0-.987-.322-.357-.32-.35-.867h.43Zm-6.197 3.6.97 2.857.965-2.857h.648v3.38h-.434v-1.995q0-.104.004-.343.005-.24.005-.513l-.964 2.85h-.453l-.97-2.85v.104q-.001.125.004.38.006.252.007.372v1.994h-.437v-3.379zm4.743-.091q.895 0 1.325.575.336.448.336 1.147 0 .757-.384 1.259-.451.588-1.286.589-.78 0-1.226-.516-.398-.496-.398-1.256 0-.685.34-1.173.438-.625 1.293-.625m.046 3.16q.605 0 .874-.432.272-.435.272-.999 0-.596-.313-.959-.31-.363-.851-.363-.525 0-.856.36t-.331 1.061q0 .562.283.948.285.384.922.384m3.455-.08q.233 0 .382-.049a.84.84 0 0 0 .437-.345 1.4 1.4 0 0 0 .196-.524 2 2 0 0 0 .034-.355q0-.627-.25-.975-.25-.347-.803-.347H9.35v2.595zm-1.276-2.99h1.368q.697 0 1.081.495.343.446.343 1.143 0 .539-.202.973-.357.768-1.226.769H8.89zm3.88 0v2.089q0 .368.138.612.205.368.69.368.582 0 .791-.398.114-.216.113-.582v-2.089h.465v1.898q0 .622-.168.96-.309.61-1.164.61c-.855 0-.958-.203-1.162-.61q-.168-.338-.168-.96v-1.898zm3.357 0v2.977h1.711v.402h-2.17v-3.379zm2.208 0h2.463v.414h-2.017v1.026h1.865v.391h-1.865v1.146h2.052v.402h-2.498zm3.402 2.29q.016.286.135.466.228.336.803.336.258 0 .47-.074.408-.143.409-.51 0-.276-.173-.394-.174-.114-.547-.2l-.458-.103q-.448-.102-.635-.223-.322-.211-.322-.633 0-.456.315-.748.315-.291.893-.292.531 0 .901.258.373.255.373.819h-.43a.85.85 0 0 0-.147-.416q-.21-.265-.711-.265-.405 0-.582.17a.53.53 0 0 0-.177.396q0 .248.207.363.135.074.614.184l.474.108q.343.08.529.214.322.238.322.688 0 .561-.41.803a1.8 1.8 0 0 1-.947.241q-.63 0-.987-.322-.356-.32-.35-.867h.43Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/csswizardry.svg b/mkdocs-material/material/templates/.icons/simple/csswizardry.svg new file mode 100644 index 0000000..765f511 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/csswizardry.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 16.5V1.127C0 .502.506 0 1.127 0h21.748C23.498 0 24 .505 24 1.126V15.95q-1.014-.62-2.372-.62-1.887 0-2.862.886-.974.886-.974 2.226 0 1.468 1.008 2.158.596.413 2.151.765l1.056.237q.926.202 1.36.466.432.27.432.765 0 .846-.872 1.157l-.024.008H20.68a1.53 1.53 0 0 1-.688-.462q-.278-.337-.372-1.021h-1.99q0 .839.325 1.483h-1.681q.294-.595.294-1.32 0-1.334-.892-2.037-.576-.453-1.705-.724l-1.719-.412q-.995-.237-1.299-.413a.86.86 0 0 1-.473-.799q0-.581.48-.906.481-.325 1.286-.325.723 0 1.21.25.732.38.785 1.28h2.003q-.054-1.59-1.167-2.426t-2.69-.836q-1.887 0-2.861.886t-.975 2.226q0 1.468 1.008 2.158.595.413 2.152.765l1.055.237q.927.202 1.36.466.433.27.433.765 0 .846-.873 1.157l-.025.008h-2.223a1.53 1.53 0 0 1-.688-.462q-.278-.337-.372-1.021h-1.99q0 .839.324 1.483H6.611a4.75 4.75 0 0 0 .667-1.801H5.215q-.21.771-.528 1.157-.391.489-1.026.644H2.42q-.675-.173-1.165-.762-.695-.835-.695-2.512t.656-2.595 1.793-.917q1.116 0 1.684.65.318.365.52 1.082H7.3q-.048-.933-.69-1.86-1.164-1.65-3.68-1.65-1.752 0-2.929 1.067zm24 3.654v-1.562h-.518q-.054-.9-.785-1.279-.487-.25-1.21-.25-.806 0-1.286.325-.48.324-.48.906 0 .535.473.799.304.176 1.299.413l1.718.412q.436.105.789.236"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cts.svg b/mkdocs-material/material/templates/.icons/simple/cts.svg new file mode 100644 index 0000000..f7e4080 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cts.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.489 15.344c.05 0 .09.04.09.09v3.776c0 .05-.04.09-.09.09H16.44a.09.09 0 0 1-.075-.04.09.09 0 0 1-.007-.086l1.603-3.776a.09.09 0 0 1 .083-.055h1.444zm.97-7.892c1.083 0 2.183.358 3.272 1.065a.09.09 0 0 1 .03.12l-.86 1.537a.09.09 0 0 1-.13.033c-.803-.522-1.615-.786-2.412-.786-.6 0-1.312.13-1.312.746 0 .188.074.454.427.647.27.147.704.314 1.326.51.61.19 1.047.338 1.302.439s.564.26.918.472c.66.402.98 1.053.98 1.994 0 .944-.337 1.68-1.03 2.25-.604.494-1.36.776-2.253.838a.09.09 0 0 1-.097-.09v-1.762a.09.09 0 0 1 .078-.09q.33-.046.55-.195a.7.7 0 0 0 .333-.6q0-.374-.45-.68c-.286-.195-.703-.38-1.24-.548a14 14 0 0 1-1.22-.43 7 7 0 0 1-.956-.519c-.72-.448-1.07-1.094-1.07-1.975 0-.884.346-1.585 1.058-2.143.707-.553 1.633-.833 2.755-.833zm-15.786 0a.09.09 0 0 1 .096.09v2.106a.09.09 0 0 1-.076.09 2.66 2.66 0 0 0-1.38.668c-.52.471-.785 1.134-.785 1.971s.264 1.498.786 1.963c.5.458 1.155.708 1.832.7.87 0 1.666-.416 2.368-1.238a.1.1 0 0 1 .068-.032.1.1 0 0 1 .068.03l1.393 1.566a.09.09 0 0 1-.004.124c-1.204 1.212-2.52 1.826-3.91 1.826-1.43 0-2.658-.459-3.644-1.362C.5 15.05 0 13.854 0 12.395S.506 9.733 1.503 8.82a5.1 5.1 0 0 1 3.17-1.367ZM16.831 4.7c.05 0 .09.04.09.09v2.13c0 .05-.04.09-.09.09h-3.417a.06.06 0 0 0-.06.06v8.545c0 .05-.04.09-.09.09h-2.51a.09.09 0 0 1-.09-.09V7.072a.06.06 0 0 0-.06-.06H7.186a.09.09 0 0 1-.09-.09V4.79a.09.09 0 0 1 .09-.09z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cucumber.svg b/mkdocs-material/material/templates/.icons/simple/cucumber.svg new file mode 100644 index 0000000..17a810c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cucumber.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.16 0C7.523-.03 3.223 3.007 1.886 7.715.241 13.51 3.746 19.51 9.601 20.925V24l.626-.094c6.715-1.008 11.876-6.254 12.271-12.472.258-4.041-1.795-8.064-5.108-10.01a9.6 9.6 0 0 0-1.999-.895A10.6 10.6 0 0 0 12.16 0m-.084 1.087h.013c1.011 0 2.015.161 2.976.477a8.5 8.5 0 0 1 1.769.792c2.97 1.744 4.809 5.363 4.576 9.008-.35 5.52-4.816 10.208-10.72 11.36V20.04l-.44-.085a9.518 9.518 0 0 1 1.826-18.868m2.042 4.306a.96.96 0 0 0-.843.333 4 4 0 0 0-.366.632c-.321.743-.436 1.803.043 2.385l-.001.003a3.08 3.08 0 0 0 1.918-1.641 1.7 1.7 0 0 0 .165-.698.996.996 0 0 0-.916-1.014m-4.061.092a1.014 1.014 0 0 0-.926.982c.01.241.07.478.18.694a3.28 3.28 0 0 0 2.062 1.6c.413-.593.216-1.65-.118-2.386a2.2 2.2 0 0 0-.377-.574.93.93 0 0 0-.821-.316M7.628 8c-.858.035-1.2 1.126-.516 1.645q.298.22.632.38a3 3 0 0 0 2.53-.07A3.17 3.17 0 0 0 8.54 8.167 2 2 0 0 0 7.628 8m7.762 3.216a3.3 3.3 0 0 0-1.228.296 3.09 3.09 0 0 0 1.718 1.755c.236.105.49.161.747.166a.933.933 0 0 0 .681-1.663c-.659-.46-1.105-.575-1.918-.554m-5.85.03c-.297-.012-.635.01-.983.026-.559 0-1.228.278-1.494.565-.695.61-.188 1.751.73 1.644a1.7 1.7 0 0 0 .747-.167c.744-.322 1.628-1.202 1.734-1.89-.182-.12-.438-.165-.735-.178zm2.086 1.214c-.863.32-1.56.975-1.93 1.817a1.6 1.6 0 0 0-.167.681c-.02.908 1.091 1.361 1.711.698q.211-.299.362-.632c.322-.69.449-1.928.024-2.564m1.497.173a2.8 2.8 0 0 0-.116 2.442c.089.211.21.408.362.58.577.627 1.81.186 1.763-.63a1.6 1.6 0 0 0-.167-.697 3.04 3.04 0 0 0-1.842-1.695"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cultura.svg b/mkdocs-material/material/templates/.icons/simple/cultura.svg new file mode 100644 index 0000000..8c88e1e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cultura.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.591 8.675C1.107 8.675 0 9.796 0 11.258c0 1.484 1.065 2.627 2.605 2.627 1.285 0 1.981-.817 1.981-.817l-.483-.66s-.59.639-1.463.639c-1.05 0-1.696-.845-1.697-1.803 0-.937.625-1.732 1.69-1.732.802 0 1.378.533 1.378.533l.44-.682s-.632-.69-1.86-.688m6.778.084h-.895v3.911c0 1.037.618 1.165 1.115 1.165.149 0 .284-.021.284-.021v-.788s-.064.007-.135.007c-.235 0-.37-.1-.37-.497zm.877.433v.987h-.49v.717h.47v1.577c0 1.213 1 1.362 1.505 1.362.17 0 .276-.021.276-.021v-.788s-.064.014-.163.014c-.249 0-.716-.085-.716-.681v-1.463h1.118v1.612c0 .987.484 1.377 1.257 1.377.618 0 1.079-.376 1.257-.753h.013s-.013.114-.013.256v.411h.866v-3.62h-.902v1.661c0 .646-.362 1.221-1.015 1.221-.448 0-.56-.298-.56-.738V10.18h-2.022v-.987zm9.592.902c-.86 0-1.42.448-1.42.448l.34.645s.476-.347.994-.348c.398 0 .696.164.696.64v.049h-.12c-.59 0-2.145.078-2.144 1.228 0 .724.582 1.129 1.228 1.129.823 0 1.108-.639 1.1-.64h.015s-.015.114-.015.257v.298h.831v-2.264c0-.916-.554-1.442-1.505-1.442m-1.715.035c-.553 0-.987.412-1.15.93h-.014a2 2 0 0 0 .014-.255v-.625h-.866V13.8h.902v-1.434c0-.214.02-.413.077-.59.171-.539.604-.759.987-.759.12 0 .214.014.214.014v-.887s-.079-.015-.164-.015m-13.428.05v2.329c0 .987.482 1.377 1.257 1.377.618 0 1.08-.376 1.256-.753h.014s-.014.114-.014.256v.412h.866v-3.62h-.901v1.66c0 .646-.363 1.222-1.016 1.222-.448 0-.56-.299-.56-.739V10.18zm18.316 1.902c-.13 0-.277.015-.473.05a.16.16 0 0 0-.104.064.3.3 0 0 0-.046.102.2.2 0 0 0-.007.049.12.12 0 0 0 .04.092.12.12 0 0 0 .08.027l.048-.003s.065-.007.174-.013l.001.018q.006.064.007.177c0 .367-.081 1.078-.627 1.607-.443.43-.91.642-1.499.675a3 3 0 0 1-1.714-.431c-.575-.349-.948-.823-1.131-1.042q-.04-.051-.073-.086c-.021-.022-.042-.048-.086-.05a.08.08 0 0 0-.055.021.5.5 0 0 0-.099.15.5.5 0 0 0-.058.197v.004c.002.125 0 .588.39.973a1.9 1.9 0 0 0 .452.328 1 1 0 0 0 .308.115h.01a.09.09 0 0 0 .075-.041.14.14 0 0 0 .017-.07c-.002-.092-.052-.206-.052-.209l-.01-.022-.054-.017a1.6 1.6 0 0 1-.41-.234 1.23 1.23 0 0 1-.43-.681c.268.34.708.776 1.073.98.453.258 1.103.515 1.802.514a2.55 2.55 0 0 0 1.065-.225 2.67 2.67 0 0 0 1.236-1.069c.342-.543.384-1.18.384-1.472v-.088c.08.031.223.11.34.3.001 0 .026.044.07.062a.1.1 0 0 0 .05.008.2.2 0 0 0 .09-.021.5.5 0 0 0 .128-.088c.04-.038.076-.084.077-.148a.1.1 0 0 0-.012-.055c-.096-.19-.335-.358-.65-.416a2 2 0 0 0-.328-.032zm-2.712.065h.157v.085c0 .44-.342.95-.817.95-.369 0-.547-.226-.547-.467 0-.504.746-.568 1.207-.568"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/curl.svg b/mkdocs-material/material/templates/.icons/simple/curl.svg new file mode 100644 index 0000000..9569b9d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/curl.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.803 14.817a.966.966 0 1 1 1.933 0 .966.966 0 0 1-1.933 0m2.736 0c0-.196-.053-.376-.112-.553-.234-.702-.876-1.216-1.657-1.216-.125 0-.235.046-.353.07C.615 13.286 0 13.965 0 14.817a1.77 1.77 0 0 0 3.539 0m-1.77-7.149a.967.967 0 1 1 0 1.934.967.967 0 0 1 0-1.934m0 2.736a1.77 1.77 0 0 0 1.77-1.77c0-.195-.053-.376-.112-.552-.234-.702-.877-1.217-1.657-1.217-.125 0-.235.047-.353.072C.615 7.104 0 7.782 0 8.634c0 .977.792 1.77 1.77 1.77M14.99 4.71a.966.966 0 0 1-.966-.967.966.966 0 0 1 .967-.966.966.966 0 1 1 0 1.933m-9.6 16.513a.967.967 0 0 1 0-1.933.966.966 0 0 1 .966.967.966.966 0 0 1-.966.966m9.6-19.249c-.978 0-1.77.792-1.77 1.77 0 .208.053.402.119.588L5.039 18.558c-.803.168-1.418.846-1.418 1.699a1.77 1.77 0 0 0 3.539 0 1.7 1.7 0 0 0-.111-.553l8.343-14.273c.778-.186 1.368-.853 1.368-1.688a1.77 1.77 0 0 0-1.77-1.769m7.24 2.736a.966.966 0 0 1-.966-.967.966.966 0 0 1 .967-.966.966.966 0 1 1 0 1.933m-9.6 16.513a.966.966 0 0 1-.966-.966.966.966 0 0 1 .966-.967.966.966 0 0 1 0 1.933m9.6-19.249a1.77 1.77 0 0 0-1.77 1.77c0 .208.053.402.119.588l-8.301 14.226c-.802.168-1.417.846-1.417 1.699a1.77 1.77 0 0 0 3.538 0c0-.197-.053-.376-.111-.553l8.343-14.273C23.409 5.245 24 4.578 24 3.743a1.77 1.77 0 0 0-1.77-1.769"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/curseforge.svg b/mkdocs-material/material/templates/.icons/simple/curseforge.svg new file mode 100644 index 0000000..73e8181 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/curseforge.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.326 9.215s4.9-.773 5.674-3.027h-7.507V4.4H0l2.032 2.358v2.415s5.127-.266 7.11 1.237c2.714 2.516-3.053 5.917-3.053 5.917l-.99 3.273c1.547-1.473 4.494-3.377 9.899-3.286-2.057.65-4.125 1.665-5.735 3.286h10.925l-1.029-3.273s-7.918-4.668-.833-7.112z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/customink.svg b/mkdocs-material/material/templates/.icons/simple/customink.svg new file mode 100644 index 0000000..6796fdb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/customink.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 23.986c1.864 0 3.398-1.508 3.398-3.451 0-.384-.106-.86-.238-1.19-.423-1.018-2.182-2.526-2.79-3.808-.08-.198-.21-.291-.356-.291-.145 0-.29.093-.357.29-.595 1.283-2.366 2.804-2.79 3.809-.132.33-.238.806-.238 1.19A3.37 3.37 0 0 0 12 23.985zm0-11.82a1.86 1.86 0 0 0 1.587-.9c.12-.185.066-.476-.29-.357a3.48 3.48 0 0 1-2.591 0c-.358-.119-.397.172-.292.357.33.53.873.886 1.587.9zm1.772-3.293c-.068-.2.03-.42.225-.502a.6.6 0 0 1 .198-.04.116.116 0 0 0 .092-.12c0-.039-.013-.065-.052-.092a.96.96 0 0 0-.582-.198.97.97 0 0 0-.965.965.97.97 0 0 0 .965.965c.436 0 .806-.29.925-.687a.14.14 0 0 0-.013-.106c-.026-.026-.053-.053-.092-.053-.04 0-.093.04-.146.053-.317.172-.502-.053-.555-.185m-3.292 0c-.068-.2.03-.42.225-.502a.6.6 0 0 1 .2-.04.116.116 0 0 0 .09-.12c0-.039-.012-.065-.052-.092a.96.96 0 0 0-.582-.198.97.97 0 0 0-.965.965c.008 1.105 1.565 1.334 1.89.278a.14.14 0 0 0-.012-.106c-.027-.026-.053-.053-.093-.053s-.092.04-.145.053c-.304.172-.503-.053-.556-.185m5.896-1.89q0 .872-.317 1.626c-.053.132-.04.264.093.317.185.08.515.172 1.057.185 1.243 0 3.094-.635 3.253-.661.78-.212 1.454-.304 2.155.026.384.185.78-.105.635-.515C21.572 3.399 17.46.014 11.988.014 6.515.014 2.4 3.4.723 7.961c-.146.41.25.7.634.515.7-.33 1.375-.238 2.156-.026.158.026 2.01.661 3.252.661.542-.013.873-.106 1.058-.185.132-.053.145-.185.092-.317a4.5 4.5 0 0 1-.317-1.627c0-2.406 1.957-4.35 4.377-4.35 2.445 0 4.401 1.944 4.401 4.35zM7.85 19.238c.106-.225 1.137-2.354 1.243-4.614.027-.37-.25-.556-.582-.331-1.335.688-2.34.727-3.61 1.15-1.493.344-2.42 1.296-2.458 2.684a2.806 2.806 0 0 0 2.71 2.896 2.78 2.78 0 0 0 2.697-1.785M4.147 14.73c.225-.105 1.85-.978 3.292-2.657.252-.278.067-.542-.25-.608-2.063-.569-2.804-1.825-4.483-1.799-.793-.013-1.507.291-2.063.952a2.73 2.73 0 0 0 .344 3.861c.893.748 2.16.848 3.16.251m12.005 4.509c1.141 2.949 5.53 2.05 5.42-1.11-.052-1.402-.978-2.354-2.46-2.685-1.268-.41-2.273-.462-3.61-1.15-.316-.225-.606-.04-.58.33.08 2.261 1.124 4.377 1.23 4.615m3.701-4.509c-.225-.105-1.85-.978-3.29-2.657-.253-.278-.068-.542.25-.608 2.062-.569 2.802-1.825 4.482-1.799.793-.013 1.507.291 2.063.952a2.73 2.73 0 0 1-.344 3.861 2.74 2.74 0 0 1-3.16.251zm-9.372-5.857c-.068-.2.03-.42.224-.502a.6.6 0 0 1 .2-.04.116.116 0 0 0 .09-.12c0-.039-.012-.065-.052-.092a.96.96 0 0 0-.582-.198.97.97 0 0 0-.965.965c.008 1.105 1.565 1.334 1.89.278a.14.14 0 0 0-.012-.106c-.027-.026-.053-.053-.093-.053s-.092.04-.145.053c-.304.172-.503-.053-.556-.185Zm3.291 0c-.068-.2.03-.42.225-.502a.6.6 0 0 1 .198-.04.116.116 0 0 0 .092-.12c0-.039-.013-.065-.052-.092a.96.96 0 0 0-.582-.198.97.97 0 0 0-.965.965.97.97 0 0 0 .965.965c.436 0 .806-.29.925-.687a.14.14 0 0 0-.013-.106c-.026-.026-.053-.053-.092-.053-.04 0-.093.04-.146.053-.317.172-.502-.053-.555-.185m-1.771 3.292a1.86 1.86 0 0 0 1.586-.899c.12-.185.066-.476-.29-.357a3.48 3.48 0 0 1-2.591 0c-.358-.119-.397.172-.292.357.33.53.873.886 1.587.9zm0 11.821c1.863 0 3.397-1.508 3.397-3.451 0-.384-.106-.86-.238-1.19-.423-1.018-2.182-2.526-2.79-3.808-.08-.198-.21-.291-.356-.291-.145 0-.29.093-.357.29-.595 1.283-2.366 2.804-2.79 3.809-.132.33-.238.806-.238 1.19A3.37 3.37 0 0 0 12 23.985zm7.852-9.256c-.225-.105-1.85-.978-3.29-2.657-.253-.278-.068-.542.25-.608 2.062-.569 2.802-1.825 4.482-1.799.793-.013 1.48.3 2.063.952.661 1.593.68 1.594-.33 3.85l-.014.011a2.74 2.74 0 0 1-3.16.251zm-3.7 4.509c1.14 2.949 5.53 2.05 5.42-1.11-.053-1.402-.98-2.354-2.46-2.685-1.269-.41-2.274-.462-3.61-1.15-.317-.225-.607-.04-.58.33.08 2.261 1.123 4.377 1.23 4.615M4.146 14.73c.225-.105 1.85-.978 3.292-2.657.252-.278.067-.542-.25-.608-2.063-.569-2.804-1.825-4.483-1.799-.793-.013-1.507.291-2.063.952a2.73 2.73 0 0 0 .344 3.861c.893.748 2.16.848 3.16.251m3.702 4.509c.106-.225 1.137-2.354 1.243-4.614.027-.37-.25-.556-.582-.331-1.335.688-2.34.727-3.61 1.15-1.493.344-2.42 1.296-2.458 2.684a2.806 2.806 0 0 0 2.71 2.896 2.78 2.78 0 0 0 2.697-1.785m8.527-12.257q0 .873-.317 1.627c-.053.132-.04.264.093.317.185.08.515.172 1.057.185 1.243 0 3.094-.635 3.253-.661.78-.212 1.454-.304 2.155.026.384.185.78-.105.635-.515C21.57 3.399 17.46.014 11.988.014S2.4 3.4.723 7.961c-.146.41.25.7.634.515.7-.33 1.375-.238 2.156-.026.158.026 2.01.661 3.252.661.542-.013.873-.106 1.058-.185.132-.053.145-.185.092-.317a4.5 4.5 0 0 1-.317-1.627c0-2.406 1.957-4.35 4.377-4.35 2.445 0 4.401 1.944 4.401 4.35z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cyberdefenders.svg b/mkdocs-material/material/templates/.icons/simple/cyberdefenders.svg new file mode 100644 index 0000000..1bcec8a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cyberdefenders.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.918 17.48c-.126 2.727-2.384 4.696-5.364 4.696H7.34v-6.123l-2.185-.957V24h8.381c4.334 0 7.549-2.962 7.549-6.881v-.163c-.65.235-1.372.415-2.167.524m1.355-9.501C18.611 4.313 17.726.989 15.432.213c-1.336-.452-2.005-.091-2.637.217a.306.306 0 0 0-.072.505c.361.307.813.687 1.336 1.174-1.95-1.138-7.333-2.835-7.874-.776-.488 1.86-1.319 4.587-1.319 4.587S.603 5.487.116 7.293s3.323 5.274 9.627 7.134c6.303 1.861 11.198 1.373 13.311-.921s.072-5.473-2.781-5.527m-1.247.036c-.487.47-2.077 1.68-5.563 1.427-3.738-.271-6.809-2.474-7.604-3.088a.34.34 0 0 1-.126-.398c.054-.18.126-.469.253-.849.072-.234.343-.343.542-.216 1.571.903 4.1 2.221 6.791 2.402 2.402.163 3.847-.542 4.786-1.066a.39.39 0 0 1 .542.199l.47 1.156c.036.162.018.325-.091.433"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cycling74.svg b/mkdocs-material/material/templates/.icons/simple/cycling74.svg new file mode 100644 index 0000000..a4f7cb7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cycling74.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.283 9.033c-.042-.354.425-.74.87-1.057.636-.453 1.682-.82 2.892-.962 1.093-.127 2.099-.045 2.816.189.632.206 1.263.503 1.31.906.046.4-.496.836-1.06 1.182-.644.394-1.606.708-2.703.837-1.206.14-2.306.025-3.03-.267-.509-.206-1.053-.473-1.095-.828m16.77-1.542c.365-.022.742.614 1.05 1.216.438.861.772 2.244.87 3.818.087 1.422-.038 2.715-.307 3.62-.236.798-.566 1.586-.981 1.61-.413.026-.837-.712-1.169-1.47-.379-.867-.662-2.137-.75-3.563-.096-1.57.066-2.98.395-3.89.23-.639.527-1.319.893-1.341zm-8.16 6.443c-.022-.336.362-.674.726-.948.522-.391 1.367-.677 2.335-.74.874-.055 1.674.082 2.238.345.496.233.989.552 1.014.935.024.382-.422.762-.882 1.055-.525.336-1.302.576-2.179.632-.966.063-1.839-.111-2.406-.43-.399-.225-.824-.51-.846-.849M18.16 6.41c.288.177.343.685.357 1.14.02.65-.233 1.503-.74 2.327-.457.745-1.028 1.317-1.568 1.624-.476.271-1.02.488-1.347.287-.327-.2-.38-.782-.355-1.326.028-.622.279-1.392.737-2.14.505-.822 1.149-1.434 1.736-1.71.413-.196.89-.379 1.18-.202M.382 6.211c.294-.168.771.04 1.183.257.588.31 1.228.967 1.722 1.834.447.784.685 1.582.704 2.219.015.56-.048 1.155-.382 1.345-.333.19-.876-.056-1.349-.353-.54-.34-1.107-.952-1.555-1.738C.211 8.91-.028 8.027.003 7.363c.021-.467.085-.984.38-1.152zm11.85 4.283c.32.188.341.828.32 1.406-.032.827-.398 1.948-1.054 3.066-.593 1.01-1.305 1.814-1.958 2.277-.575.407-1.225.756-1.589.542-.362-.212-.375-.948-.301-1.645.084-.797.44-1.813 1.036-2.826.655-1.115 1.453-1.979 2.159-2.41.496-.303 1.066-.598 1.387-.41"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cypress.svg b/mkdocs-material/material/templates/.icons/simple/cypress.svg new file mode 100644 index 0000000..a0239db --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cypress.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.998.02c-.864 0-1.682.11-2.144.193v.002A11.93 11.93 0 0 0 0 12.002c0 1.126.157 2.233.465 3.303.038.145.091.299.137.447 1.607 4.865 6.224 8.226 11.392 8.228.065 0 .252 0 .502-.011a2.22 2.22 0 0 0 1.951-1.37l.474-1.154 5.505-13.402H18.62l-2.316 5.871-2.334-5.871h-1.909l3.274 8.012-2.436 5.91a.54.54 0 0 1-.472.336c-.144.005-.285.01-.432.01-4.585 0-8.667-3.07-9.928-7.465a10.3 10.3 0 0 1-.398-2.844 10.27 10.27 0 0 1 8.603-10.164c.222-.037.889-.145 1.725-.145 4.417 0 8.269 2.732 9.73 6.848.056.144.098.293.147.44.299.974.453 1.988.453 3.021 0 4.57-2.941 8.533-7.316 9.861l.486 1.6c5.085-1.546 8.5-6.152 8.502-11.46 0-1.548-.298-2.87-.65-3.892l-.131-.363h-.002C21.457 3.095 17.044.02 11.998.02M8.434 7.89c-1.2 0-2.175.386-2.98 1.176-.802.786-1.206 1.774-1.206 2.936 0 1.154.407 2.137 1.205 2.92.806.79 1.78 1.174 2.98 1.174 1.706 0 3.156-.955 3.788-2.489l.033-.082-1.629-.554c-.168.456-.755 1.488-2.191 1.488-.675 0-1.244-.234-1.694-.7-.457-.47-.687-1.062-.687-1.757 0-.7.225-1.28.687-1.773.452-.465 1.02-.702 1.694-.702 1.438 0 2.023 1.082 2.193 1.489l1.627-.553-.033-.084c-.63-1.536-2.082-2.488-3.787-2.488"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/cytoscapedotjs.svg b/mkdocs-material/material/templates/.icons/simple/cytoscapedotjs.svg new file mode 100644 index 0000000..3751a37 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/cytoscapedotjs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 0v24H0V0zm-4.842 7.26a1.86 1.86 0 0 0-1.841 1.61l-2.71.683a1.86 1.86 0 0 0-1.55-.834 1.858 1.858 0 1 0 .738 3.563l1.792 1.83-.049.093-2.345-.316a1.86 1.86 0 1 0-1.826 2.2 1.86 1.86 0 0 0 1.636-.977l2.346.316q.032.211.107.412l-.984.867a1.1 1.1 0 0 0-.318-.046 1.134 1.134 0 1 0 1.124.987l.945-.832a2.05 2.05 0 0 0 1.402.342l.835 1.665a1.85 1.85 0 0 0-.501 1.27 1.858 1.858 0 1 0 1.597-1.84l-.803-1.605a2.05 2.05 0 0 0 .683-1.53 2.06 2.06 0 0 0-.936-1.725l.735-2.419a1.858 1.858 0 0 0-.077-3.714m-1.582 2.832c.125.202.287.378.477.519l-.745 2.452a2.05 2.05 0 0 0-.819.201l-1.787-1.824a1.9 1.9 0 0 0 .203-.674z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/d.svg b/mkdocs-material/material/templates/.icons/simple/d.svg new file mode 100644 index 0000000..799934d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/d.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.635 3.883a1.364 1.25 0 0 0-1.363 1.25 1.364 1.25 0 0 0 1.363 1.25A1.364 1.25 0 0 0 24 5.133a1.364 1.25 0 0 0-1.365-1.25m-16.004.418-6.027.008c-.026 0-.051-.003-.076 0-.296.036-.527.273-.528.558l.018 14.574c0 .22.06.676.682.676l5.58-.021c1.595-.003 2.664-.031 3.3-.112h.016a11.4 11.4 0 0 0 1.955-.469c1.22-.38 2.3-.944 3.23-1.697a7.85 7.85 0 0 0 2.114-2.562 6.7 6.7 0 0 0 .646-1.987 4.244 3.89 0 0 0 .26.028 4.244 3.89 0 0 0 4.244-3.89 4.244 3.89 0 0 0-4.244-3.89 4.244 3.89 0 0 0-2.9 1.082 8.8 8.8 0 0 0-2.25-1.355c-1.536-.65-3.536-.948-6.02-.943m-.262 3.004c1.215-.003 2.079.034 2.569.101a7.3 7.3 0 0 1 1.617.436c.57.218 1.068.483 1.496.814 1.177.915 1.732 1.999 1.734 3.432.003 1.468-.534 2.611-1.68 3.57a5.6 5.6 0 0 1-1.177.742c-.409.19-.942.355-1.615.496-.636.128-1.6.2-2.856.202l-2.673.004-.012-9.793 2.598-.004z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/d3dotjs.svg b/mkdocs-material/material/templates/.icons/simple/d3dotjs.svg new file mode 100644 index 0000000..849381f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/d3dotjs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.312 12C13.312 5.718 8.22.625 1.937.625H0v5h1.938a6.375 6.375 0 1 1 0 12.75H0v5h1.938c6.281 0 11.374-5.093 11.374-11.375M24 7.563A6.94 6.94 0 0 0 17.062.625h-8a13.4 13.4 0 0 1 4.686 5h3.314a1.94 1.94 0 0 1 0 3.876h-1.938a13.4 13.4 0 0 1 0 5h1.938a1.94 1.94 0 0 1 0 3.876h-3.314a13.4 13.4 0 0 1-4.686 5h8a6.939 6.939 0 0 0 5.333-11.375A6.95 6.95 0 0 0 24 7.563"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dacia.svg b/mkdocs-material/material/templates/.icons/simple/dacia.svg new file mode 100644 index 0000000..e51094c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dacia.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 8.646v2.23h8.252v2.248H0v2.23h9.112a.62.62 0 0 0 .489-.201L12 12.819l2.399 2.334a.62.62 0 0 0 .49.201H24v-2.23h-8.252v-2.248H24v-2.23h-9.112a.62.62 0 0 0-.489.201L12 11.181 9.601 8.847a.62.62 0 0 0-.49-.201Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/daf.svg b/mkdocs-material/material/templates/.icons/simple/daf.svg new file mode 100644 index 0000000..24d7e19 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/daf.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.649 12.782h-2.643V8.723H24v1.183h-4.351v.723h4.277v1.147h-4.277zm-7.51-3.039-1.831 3.05H7.76l2.414-4.07h3.924l2.424 4.07h-5.364l.64-1.06h1.534zM.004 12.785V8.741h4.99c1.62 0 2.773.738 2.773 1.994 0 1.196-.914 2.05-2.82 2.05zm4.008-1.034c.621 0 .985-.53.985-.935 0-.413-.325-.896-.967-.896H2.671v1.831zM0 13.731h23.926v1.546H0Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dailydotdev.svg b/mkdocs-material/material/templates/.icons/simple/dailydotdev.svg new file mode 100644 index 0000000..8389cfa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dailydotdev.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.29 5.706a1.405 1.405 0 0 0-1.987 0L4.716 17.296l1.324-2.65-2.65-2.649 3.312-3.311 2.65 2.65 1.986-1.988-3.642-3.642a1.405 1.405 0 0 0-1.987 0L.411 11.004a1.404 1.404 0 0 0 0 1.987l4.305 4.304.993.993a1.405 1.405 0 0 0 1.987 0L19.285 6.7l-.993-.994Zm-.332 3.647 2.65 2.65-4.306 4.305a1.404 1.404 0 1 0 1.986 1.986l5.299-5.298a1.404 1.404 0 0 0 0-1.987l-4.305-4.304z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dailymotion.svg b/mkdocs-material/material/templates/.icons/simple/dailymotion.svg new file mode 100644 index 0000000..c659b92 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dailymotion.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.823 7.327a11.9 11.9 0 0 0-2.606-3.814 12.1 12.1 0 0 0-3.866-2.57A12.25 12.25 0 0 0 10.617 0H1.831a.6.6 0 0 0-.609.603v3.764c0 .162.064.312.179.426l4.164 4.123a.61.61 0 0 0 .439.177h4.56c.806 0 1.56.313 2.125.88.557.559.856 1.296.843 2.075-.029 1.571-1.343 2.849-2.931 2.849h-6.74a.61.61 0 0 0-.432.176.62.62 0 0 0-.178.427v3.764c0 .162.063.312.178.427l4.139 4.099a.65.65 0 0 0 .476.21h2.572a12.3 12.3 0 0 0 4.733-.945 12.15 12.15 0 0 0 3.866-2.571 12 12 0 0 0 2.607-3.813c.633-1.479.956-3.051.956-4.67s-.321-3.19-.956-4.669zM2.441 4.118V1.982l2.945 2.755.001 2.297zm4.975 17.813-2.945-2.917v-2.137l2.945 2.755zm-2.004-5.832h5.19c2.248 0 4.107-1.807 4.147-4.03a4.03 4.03 0 0 0-1.192-2.937 4.2 4.2 0 0 0-2.996-1.239H6.606V5.216h3.996c1.831 0 3.553.706 4.849 1.986a6.724 6.724 0 0 1-.152 9.736 6.88 6.88 0 0 1-4.697 1.84H8.275L5.412 16.1zm15.289.1a10.8 10.8 0 0 1-2.345 3.431 10.9 10.9 0 0 1-3.48 2.314 11 11 0 0 1-4.26.847H8.633v-2.814h1.916c2.145 0 4.161-.802 5.675-2.254a7.88 7.88 0 0 0 2.451-5.728c0-2.177-.87-4.21-2.451-5.728-1.514-1.454-3.528-2.254-5.675-2.254h-4.16L3.383 1.202h7.234c1.479 0 2.911.285 4.259.847a11 11 0 0 1 3.48 2.313 10.8 10.8 0 0 1 2.345 3.432c.571 1.33.86 2.743.86 4.202s-.289 2.873-.86 4.203"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/daisyui.svg b/mkdocs-material/material/templates/.icons/simple/daisyui.svg new file mode 100644 index 0000000..611a84d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/daisyui.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C7.828.001 4.396 3.433 4.395 7.605c.001 4.172 3.433 7.604 7.605 7.605 4.172-.001 7.604-3.433 7.605-7.605C19.604 3.433 16.172.001 12 0m0 .286c4.016 0 7.32 3.304 7.32 7.32-.001 4.015-3.305 7.318-7.32 7.318S4.681 11.62 4.68 7.605c0-4.016 3.304-7.32 7.32-7.32zm0 4.04a3.294 3.294 0 0 0-3.279 3.279v.001A3.296 3.296 0 0 0 12 10.884a3.294 3.294 0 0 0 3.279-3.279A3.294 3.294 0 0 0 12 4.326M8.34 16.681h-.008a3.67 3.67 0 0 0-3.652 3.652v.015A3.67 3.67 0 0 0 8.332 24h7.336a3.67 3.67 0 0 0 3.652-3.652v-.016a3.67 3.67 0 0 0-3.652-3.652h-.008Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dapr.svg b/mkdocs-material/material/templates/.icons/simple/dapr.svg new file mode 100644 index 0000000..c7b6266 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dapr.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.618 7.658h10.509a.246.246 0 0 1 .246.246v.656a.246.246 0 0 1-.246.246H7.617a.246.246 0 0 1-.246-.246v-.656a.246.246 0 0 1 .246-.246M9.65 3.182h6.533a.13.13 0 0 1 .133.132v4.52a.13.13 0 0 1-.133.133H9.65a.13.13 0 0 1-.132-.133v-4.52a.13.13 0 0 1 .132-.132m5.832 16.9-1.05.736-1.05-.736.154-4.207h1.791zm-9.606-4.244h-1.78v-.559a1.8 1.8 0 0 1-.515.467Q3.124 16 2.545 16a2.46 2.46 0 0 1-1.671-.646Q0 14.584 0 13.315q0-1.291.895-2.062a2.43 2.43 0 0 1 1.633-.613q.537 0 1.01.228.27.13.558.429V7.688h1.78ZM4.15 13.32a1.1 1.1 0 0 0-.336-.81A1.11 1.11 0 0 0 3 12.174q-.531 0-.873.402a1.12 1.12 0 0 0-.277.743q0 .418.277.744.336.4.873.401.483 0 .817-.33.333-.332.334-.815m8.4 2.518h-1.78v-.559a1.8 1.8 0 0 1-.515.467Q9.8 16 9.22 16a2.46 2.46 0 0 1-1.671-.646q-.874-.77-.874-2.04 0-1.291.896-2.062a2.43 2.43 0 0 1 1.633-.613q.537 0 1.009.228.27.13.559.428v-.493h1.78zm-1.725-2.518a1.1 1.1 0 0 0-.336-.81 1.11 1.11 0 0 0-.814-.335q-.532 0-.874.402a1.12 1.12 0 0 0-.277.743q0 .418.277.744.336.4.874.401.483 0 .816-.33.334-.332.334-.815m8.6.006q0 1.29-.895 2.062a2.43 2.43 0 0 1-1.633.613q-.537 0-1.01-.228a2 2 0 0 1-.558-.429v3.012h-1.78v-7.553h1.78v.559q.24-.315.516-.467.455-.255 1.036-.255.94 0 1.67.646.874.77.874 2.04m-1.85-.006q0-.428-.271-.743a1.1 1.1 0 0 0-.879-.402q-.483 0-.817.331t-.333.814q0 .479.336.812t.814.333q.538 0 .873-.401.277-.325.277-.744M24 12.447a1.75 1.75 0 0 0-.76-.18q-.879 0-1.139.717-.098.26-.098.7v2.154h-1.78v-5.035h1.78v.824q.282-.44.608-.634.44-.26 1.042-.26a5 5 0 0 1 .347.015z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/darkreader.svg b/mkdocs-material/material/templates/.icons/simple/darkreader.svg new file mode 100644 index 0000000..e4b0f73 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/darkreader.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.281 8.572c-.18-1.671-.926-3.132-2.105-4.173A6.32 6.32 0 0 0 12 2.824c-1.538 0-3.026.56-4.176 1.575C6.646 5.44 5.9 6.901 5.72 8.572a5 5 0 0 1 .987-.101 4.59 4.59 0 0 1 4.24 2.827l2.107-.002a4.57 4.57 0 0 1 4.241-2.825 5 5 0 0 1 .987.101zM3.624 16.494l-2.212 6.094H0l2.662-7.324a4.6 4.6 0 0 1-.401-1.046 4.8 4.8 0 0 1-.143-1.16 4.7 4.7 0 0 1 .574-2.283 4.43 4.43 0 0 1 1.576-1.642c.08-2.207.943-4.178 2.43-5.593A7.7 7.7 0 0 1 12 1.412c1.973 0 3.876.768 5.305 2.13 1.486 1.417 2.348 3.388 2.427 5.596a4.4 4.4 0 0 1 1.576 1.64c.383.693.576 1.478.574 2.28 0 .39-.047.78-.142 1.159a4.6 4.6 0 0 1-.402 1.045L24 22.588h-1.412l-2.212-6.097c-.41.367-.879.649-1.383.843a4.7 4.7 0 0 1-1.699.313 4.64 4.64 0 0 1-3.132-1.227c-.827-.765-1.344-1.814-1.443-3.008H11.28c-.103 1.192-.62 2.241-1.447 3.005a4.64 4.64 0 0 1-3.128 1.23 4.6 4.6 0 0 1-1.698-.31 4.5 4.5 0 0 1-1.384-.843zm11.2-3.445a2.46 2.46 0 0 0 2.489 2.48 2.47 2.47 0 0 0-.019-4.94 2.464 2.464 0 0 0-2.47 2.46m-10.589.01a2.463 2.463 0 0 0 2.47 2.47 2.47 2.47 0 0 0 2.472-2.47 2.47 2.47 0 0 0-2.471-2.47 2.463 2.463 0 0 0-2.47 2.47zm5.647 6c.033-.423.327-.703.706-.706a.68.68 0 0 1 .706.706v2.823a.68.68 0 0 1-.706.706c-.38-.003-.673-.283-.706-.706zm2.824 0c.033-.423.326-.703.706-.706a.68.68 0 0 1 .706.706v2.823a.68.68 0 0 1-.706.706c-.38-.003-.673-.283-.706-.706zm2.823 1.412c.033-.423.327-.703.706-.706a.68.68 0 0 1 .706.706v1.411a.68.68 0 0 1-.706.706c-.38-.003-.673-.283-.706-.706zm-8.47 0c.033-.423.326-.703.706-.706a.68.68 0 0 1 .706.706v1.411a.68.68 0 0 1-.706.706c-.38-.003-.673-.283-.706-.706z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dart.svg b/mkdocs-material/material/templates/.icons/simple/dart.svg new file mode 100644 index 0000000..5895b52 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dart.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.105 4.105S9.158 1.58 11.684.316a3.1 3.1 0 0 1 1.481-.315c.766.047 1.677.788 1.677.788L24 9.948v9.789h-4.263V24H9.789l-9-9C.303 14.5 0 13.795 0 13.105c0-.319.18-.818.316-1.105zm.679.679v11.787c.002.543.021 1.024.498 1.508L10.204 23h8.533v-4.263zm12.055-.678c-.899-.896-1.809-1.78-2.74-2.643-.302-.267-.567-.468-1.07-.462-.37.014-.87.195-.87.195L6.341 4.105z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/darty.svg b/mkdocs-material/material/templates/.icons/simple/darty.svg new file mode 100644 index 0000000..333ea5e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/darty.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0v24h24V0zm11.83 1.503A10.56 10.56 0 0 1 22.62 12.06c.06 5.76-4.68 10.5-10.56 10.5A10.56 10.56 0 0 1 1.5 12.06a10.56 10.56 0 0 1 9.77-10.53 11 11 0 0 1 .56-.027M2.4 9.24s.18 1.2.18 2.82c0 1.56-.18 2.76-.18 2.76h2.04c.66 0 1.86-.48 1.86-2.76-.06-2.34-1.2-2.82-1.86-2.82zm4.68 0s-.12 1.44-.42 2.82c-.3 1.32-.72 2.76-.72 2.76h1.8s-.06-.24 0-.72.18-.72.18-.72h.84s.12.3.18.72c.06.48 0 .72 0 .72h3.42s-.12-.36-.18-.96 0-.96 0-.96.24.36.48.96c.18.6.18.96.18.96h1.98s-.3-.66-.72-1.38-.66-1.08-.66-1.08.96-.3.96-1.56v-.3c.12-.06.42-.12.9-.12 0 0 .06 1.02 0 1.98s-.18 2.52-.18 2.52h1.8s-.12-1.56-.18-2.52 0-1.98 0-1.98.48 0 .96.18V9.42c.18.36.72 1.5.96 2.64.3 1.44.12 2.76.12 2.76h1.8s-.18-1.38.12-2.76 1.08-2.82 1.08-2.82h-1.62l-.42 1.62-.42-1.62h-4.98v.96a1.35 1.35 0 0 0-1.2-.96h-2.52s.18 1.02.18 2.82c0 1.08-.06 1.92-.12 2.34-.18-.54-.42-1.44-.6-2.34-.3-1.32-.42-2.82-.42-2.82zm5.16.96s.6 0 .6.72c.06.72-.6.72-.6.72zm-8.187.115c.15-.009.747.058.747 1.685 0 1.92-.78 1.68-.78 1.68v-3.36s.012-.003.033-.005m4.346.065.36 1.86h-.718z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/daserste.svg b/mkdocs-material/material/templates/.icons/simple/daserste.svg new file mode 100644 index 0000000..d1145cf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/daserste.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.646.005C5.158.2-.001 5.57 0 12.127.135 18.724 5.468 24 12 24s11.865-5.276 12-11.873C24.001 5.291 18.41-.195 11.645.005zm5.138 4.93V16.96L8.78 19.92v-9.08l-3.9 1.386V9.263z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dash.svg b/mkdocs-material/material/templates/.icons/simple/dash.svg new file mode 100644 index 0000000..1c04316 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.21 9.967c-2.288 0-2.615 1.49-2.83 2.393A41 41 0 0 0 0 14.02h8.947c2.29 0 2.617-1.492 2.832-2.394.285-1.178.379-1.66.379-1.66zM15.72 2.26H6.982L6.26 6.307l7.884.01c3.885 0 5.03 1.41 4.997 3.748-.019 1.196-.537 3.225-.762 3.884-.598 1.753-1.827 3.749-6.435 3.744l-7.666-.004-.725 4.052h8.718c3.075 0 4.38-.36 5.767-.995 3.071-1.426 4.9-4.455 5.633-8.41C24.76 6.448 23.403 2.26 15.72 2.26"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dashlane.svg b/mkdocs-material/material/templates/.icons/simple/dashlane.svg new file mode 100644 index 0000000..c945bac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dashlane.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.89 7.719c0-.149-.149-.298-.357-.357L18.03 6.44c-.416-.179-.893.03-.893.327V17.25c0 .149.15.327.298.387l2.561.922c.388.149.894-.06.894-.387zm-4.676-3.663c0-.15-.149-.298-.358-.358l-2.501-.922c-.417-.178-.894.03-.894.328v6.372c0 .15.149.328.298.388l2.561.922c.388.149.894-.06.894-.387zm0 11.466c0-.149-.149-.297-.358-.357l-2.501-.922c-.417-.179-.894.03-.894.328v6.372c0 .149.149.327.298.387l2.561.922c.388.15.894-.06.894-.387zm-4.676 1.281c0-.149-.149-.298-.358-.357l-2.501-.923c-.42-.178-.894.03-.894.328v6.79c0 .15.149.328.298.388l2.561.922c.387.15.894-.06.894-.387zm0-15.458c0-.149-.149-.297-.358-.357L8.68.066c-.42-.179-.894.03-.894.328v6.79c0 .15.149.328.298.387l2.561.922c.388.15.894-.06.894-.387zm-4.675.269c0-.15-.15-.298-.358-.358L4.004.334c-.417-.179-.894.03-.894.328v21.74c0 .15.149.328.298.387l2.561.923c.387.148.894-.06.894-.388z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dask.svg b/mkdocs-material/material/templates/.icons/simple/dask.svg new file mode 100644 index 0000000..2c0fc8b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dask.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11.246 9.754 5.848-3.374a.2.2 0 0 0 .1-.175l.002-2.553c0-.324-.133-.645-.392-.841a1 1 0 0 0-1.118-.074l-2.425 1.4-6.436 3.712a1.01 1.01 0 0 0-.504.872l-.003 8.721v2.825c0 .324.132.645.39.842.335.253.766.278 1.12.074l2.363-1.364a.2.2 0 0 0 .101-.175l.003-8.244a1.9 1.9 0 0 1 .951-1.646m10.316-4.336a1 1 0 0 0-.504-.137 1 1 0 0 0-.503.137l-8.86 5.112a1.01 1.01 0 0 0-.505.87l-.003 11.591c0 .364.188.69.503.872a1 1 0 0 0 1.007 0l8.86-5.112a1.01 1.01 0 0 0 .504-.872l.004-11.59a1 1 0 0 0-.503-.871M6.378 7.074l6.334-3.655a.2.2 0 0 0 .1-.175l.001-2.193c0-.324-.133-.646-.392-.84a1 1 0 0 0-1.118-.075L2.443 5.25a1.01 1.01 0 0 0-.504.872l-.003 11.546c0 .324.133.645.39.842a1 1 0 0 0 1.12.074l1.877-1.082a.2.2 0 0 0 .1-.175l.003-8.605c0-.68.363-1.307.952-1.647z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dassaultsystemes.svg b/mkdocs-material/material/templates/.icons/simple/dassaultsystemes.svg new file mode 100644 index 0000000..f0cf924 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dassaultsystemes.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.185 8.025c1.064.192 1.933.34 2.132.79.223.51-.936.541-1.52.552-2.8.054-4.487.11-4.572 1.061-.11 1.224 1.196 2.458 2.486 4.186 1.178 1.577 2.518 3.135 2.133 4.586-.482 1.809-2.7 2.192-4.81 2.192-2.022 0-3.939-.323-4.744-.482-1.002-.2-.852-.694-.585-.853.298-.178 2.002-.182 3.187-.252.975-.058 3.805-.056 4.246-.781.54-.89-.783-2.408-2-4-1.519-1.984-3.186-4.034-2.303-5.533 1.14-1.936 4.484-1.803 6.35-1.466m-13.69 2.95c1.772-.104 3.926.206 5.134 1.13a2.17 2.17 0 0 1 .78 2.278c-.698 2.752-3.304 6.083-9.093 8.643-1.841.813-3.29 1.125-3.593.906-.326-.234.624-2.052.909-2.654.925-1.952 2.079-3.853 3.205-5.595.414-.64 1.055-1.752 1.634-1.662.519.08-.09 1.26-.488 2.01-.672 1.26-2.523 4.76-1.912 4.97 1.35.462 7.68-4.354 6.746-7.036-.432-1.245-3.18-1.363-4.912-1.363-.787 0-2.508.186-2.603-.417-.102-.556 2.613-1.116 4.192-1.21M11.867.013c2.068-.098 4.514.342 4.97 1.802.747 2.39-3.04 5.877-6.338 7.587-.809.42-1.3.536-1.504.507-.195-.027-.225-.22-.162-.355.118-.252.65-.764 1.361-1.322 3.715-2.9 4.923-5.028 4.221-5.89-.45-.552-2.332-.937-4.287-.937-.53 0-1.925.123-2.068-.367C7.942.634 9.814.108 11.866.012"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/databricks.svg b/mkdocs-material/material/templates/.icons/simple/databricks.svg new file mode 100644 index 0000000..293fbd9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/databricks.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.95 14.184 12 20.403l9.919-5.55v2.21L12 22.662l-10.484-5.96-.565.308v.77L12 24l11.05-6.218v-4.317l-.515-.309L12 19.118l-9.867-5.653v-2.21L12 16.805l11.05-6.218V6.32l-.515-.308L12 11.974 2.647 6.681 12 1.388l7.76 4.368.668-.411v-.566L12 0 .95 6.27v.72L12 13.207l9.919-5.55v2.26L12 15.52 1.516 9.56l-.565.308Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/datacamp.svg b/mkdocs-material/material/templates/.icons/simple/datacamp.svg new file mode 100644 index 0000000..7d63d1c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/datacamp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.946 18.151v-5.239L21.209 8.2 19.2 7.048l-6.254 3.567V5.36c0-.356-.192-.689-.5-.866L4.922.177a1.43 1.43 0 0 0-1.455.044 1.44 1.44 0 0 0-.676 1.224v14.777A1.44 1.44 0 0 0 4.92 17.49l6.032-3.44v4.683a1 1 0 0 0 .504.867l7.73 4.4 2.01-1.152zM10.953 5.938v5.814L4.785 15.27V2.4l6.168 3.539z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/datadog.svg b/mkdocs-material/material/templates/.icons/simple/datadog.svg new file mode 100644 index 0000000..d42c35a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/datadog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.57 17.04-1.997-1.316-1.665 2.782-1.937-.567-1.706 2.604.087.82 9.274-1.71-.538-5.794zm-8.649-2.498 1.488-.204c.241.108.409.15.697.223.45.117.97.23 1.741-.16.18-.088.553-.43.704-.625l6.096-1.106.622 7.527-10.444 1.882zm11.325-2.712-.602.115L20.488 0 .789 2.285l2.427 19.693 2.306-.334c-.184-.263-.471-.581-.96-.989-.68-.564-.44-1.522-.039-2.127.53-1.022 3.26-2.322 3.106-3.956-.056-.594-.15-1.368-.702-1.898-.02.22.017.432.017.432s-.227-.289-.34-.683c-.112-.15-.2-.199-.319-.4-.085.233-.073.503-.073.503s-.186-.437-.216-.807c-.11.166-.137.48-.137.48s-.241-.69-.186-1.062c-.11-.323-.436-.965-.343-2.424.6.421 1.924.321 2.44-.439.171-.251.288-.939-.086-2.293-.24-.868-.835-2.16-1.066-2.651l-.028.02c.122.395.374 1.223.47 1.625.293 1.218.372 1.642.234 2.204-.116.488-.397.808-1.107 1.165-.71.358-1.653-.514-1.713-.562-.69-.55-1.224-1.447-1.284-1.883-.062-.477.275-.763.445-1.153-.243.07-.514.192-.514.192s.323-.334.722-.624c.165-.109.262-.178.436-.323a10 10 0 0 0-.456.003s.42-.227.855-.392c-.318-.014-.623-.003-.623-.003s.937-.419 1.678-.727c.509-.208 1.006-.147 1.286.257.367.53.752.817 1.569.996.501-.223.653-.337 1.284-.509.554-.61.99-.688.99-.688s-.216.198-.274.51c.314-.249.66-.455.66-.455s-.134.164-.259.426l.03.043c.366-.22.797-.394.797-.394s-.123.156-.268.358c.277-.002.838.012 1.056.037 1.285.028 1.552-1.374 2.045-1.55.618-.22.894-.353 1.947.68.903.888 1.609 2.477 1.259 2.833-.294.295-.874-.115-1.516-.916a3.47 3.47 0 0 1-.716-1.562 1.53 1.53 0 0 0-.497-.85s.23.51.23.96c0 .246.03 1.165.424 1.68-.039.076-.057.374-.1.43-.458-.554-1.443-.95-1.604-1.067.544.445 1.793 1.468 2.273 2.449.453.927.186 1.777.416 1.997.065.063.976 1.197 1.15 1.767.306.994.019 2.038-.381 2.685l-1.117.174c-.163-.045-.273-.068-.42-.153.08-.143.241-.5.243-.572l-.063-.111c-.348.492-.93.97-1.414 1.245-.633.359-1.363.304-1.838.156-1.348-.415-2.623-1.327-2.93-1.566 0 0-.01.191.048.234.34.383 1.119 1.077 1.872 1.56l-1.605.177.759 5.908c-.337.048-.39.071-.757.124-.325-1.147-.946-1.895-1.624-2.332-.599-.384-1.424-.47-2.214-.314l-.05.059a2.85 2.85 0 0 1 1.863.444c.654.413 1.181 1.481 1.375 2.124.248.822.42 1.7-.248 2.632-.476.662-1.864 1.028-2.986.237.3.481.705.876 1.25.95.809.11 1.577-.03 2.106-.574.452-.464.69-1.434.628-2.456l.714-.104.258 1.834 11.827-1.424zM15.05 6.848c-.034.075-.085.125-.007.37l.004.014.013.032.032.073c.14.287.295.558.552.696q.1-.017.207-.023c.242-.01.395.028.492.08.009-.048.01-.119.005-.222-.018-.364.072-.982-.626-1.308-.264-.122-.634-.084-.757.068a.3.3 0 0 1 .058.013c.186.066.06.13.027.207m1.958 3.392c-.092-.05-.52-.03-.821.005-.574.068-1.193.267-1.328.372-.247.191-.135.523.047.66.511.382.96.638 1.432.575.29-.038.546-.497.728-.914.124-.288.124-.598-.058-.698m-5.077-2.942c.162-.154-.805-.355-1.556.156-.554.378-.571 1.187-.041 1.646.053.046.096.078.137.104a4.8 4.8 0 0 1 1.396-.412c.113-.125.243-.345.21-.745-.044-.542-.455-.456-.146-.749"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/datadotai.svg b/mkdocs-material/material/templates/.icons/simple/datadotai.svg new file mode 100644 index 0000000..26e857b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/datadotai.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.12 1.744.015 10.009 0 10.023l11.986 12.219.014.015 11.986-12.22.014-.014-8.115-8.273-.006-.006Zm1.207 1.02h5.326L11.99 5.41zm3.422 3.43 3.027-3.053L22.081 9.5h-6.054ZM8.211 3.14l3.04 3.072L7.999 9.5h-6.08Zm.62 6.977L12 6.876l3.169 3.242L12 19.842zm7.328.402h5.862l-8.793 9.005Zm-14.24 0h5.915l2.958 9.006Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/datagrip.svg b/mkdocs-material/material/templates/.icons/simple/datagrip.svg new file mode 100644 index 0000000..d5bcaca --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/datagrip.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0v24h24V0Zm17.18 2.948a5.45 5.45 0 0 1 3.904 1.364l-1.376 1.66a3.67 3.67 0 0 0-2.596-1.009c-1.6 0-2.856 1.408-2.856 3.096v.029c0 1.816 1.252 3.152 3.012 3.152a3.5 3.5 0 0 0 2.064-.592V9.223h-2.2V7.336h4.316v4.316a6.44 6.44 0 0 1-4.244 1.575c-3.096 0-5.224-2.18-5.224-5.111v-.028a5.1 5.1 0 0 1 5.2-5.14M2.436 3.12h3.876c3.12 0 5.28 2.143 5.28 4.94v.027c0 2.8-2.16 4.968-5.28 4.968H2.436ZM6.51 5.088a3 3 0 0 0-.2.003h-1.69v6h1.69a2.83 2.83 0 0 0 2.993-2.967v-.037a2.85 2.85 0 0 0-2.793-2.999M2.208 19.495h9v1.5h-9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dataiku.svg b/mkdocs-material/material/templates/.icons/simple/dataiku.svg new file mode 100644 index 0000000..55d31d5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dataiku.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0a12 12 0 1 0 12 12A12 12 0 0 0 12 0m6.527 15.34H12.5v-.934h6.026zm-.739-8.73s-.412.543-.193 1.995c.41 2.724-1.02 5.15-3.56 5.15h-1.87s-1.835-.092-2.933 1.01c-3.263 3.269-4.04 4.116-4.274 4.233-.15.08-.188-.093-.188-.093l9.644-11.891c-.203-2.145 2.34-2.715 3.278-1.13l.884-.248zm-1.599-.614a.476.476 0 1 0 .47.474.476.476 0 0 0-.47-.474"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/datastax.svg b/mkdocs-material/material/templates/.icons/simple/datastax.svg new file mode 100644 index 0000000..a7cc52e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/datastax.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.863 8.818v6.364l-2.181 1.683H0v-9.73h8.682zm-9.18 6.366h7.498V8.818H1.683zm13.243-6.296v2.26h6.919L24 12.793v2.318l-2.155 1.646h-8.153v-1.646h8.645v-2.318h-6.919l-2.155-1.645v-2.26l2.155-1.645h7.939v1.645z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/datefns.svg b/mkdocs-material/material/templates/.icons/simple/datefns.svg new file mode 100644 index 0000000..9039590 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/datefns.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.065 6.534Q0 9.102 0 11.999q0 2.898 1.065 5.466a13.8 13.8 0 0 0 3.068 4.549h2.685Q2.642 17.88 2.642 11.999q0-5.88 4.176-10.014H4.133a13.8 13.8 0 0 0-3.068 4.549m21.869 10.931Q24 14.897 24 11.999q0-2.897-1.066-5.465a13.8 13.8 0 0 0-3.068-4.549h-2.685q4.176 4.134 4.176 10.014 0 5.881-4.176 10.015h2.685a13.8 13.8 0 0 0 3.068-4.549M11.63 3.299H9.854v10.21h1.776v-.033l7.218-7.218-1.151-1.151-6.067 6.067z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/datev.svg b/mkdocs-material/material/templates/.icons/simple/datev.svg new file mode 100644 index 0000000..36134dc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/datev.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 .165v16.917h23.915V.165Zm.017 18.184v5.486h1.98c1.476 0 2.744-1.183 2.744-2.7-.042-1.687-1.098-2.786-2.574-2.786zm6.62 0-2.108 5.486h1.177l1.642-4.343 1.355 3.454H7.179v.889h3.039l-2.15-5.486Zm2.65 0v.931h1.778v4.555h1.219V19.28h1.727v-.93zm5.19 0v5.486h3.792v-.889h-2.616v-1.515h2.32v-.932h-2.32V19.28h2.489v-.93zm3.961 0 2.15 5.486h1.304L24 18.349h-2.904v.931h1.389l-1.27 3.327-1.558-4.258zm-17.287.931h.932c.927 0 1.557.674 1.515 1.812-.042 1.18-.843 1.812-1.812 1.812h-.635Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/datocms.svg b/mkdocs-material/material/templates/.icons/simple/datocms.svg new file mode 100644 index 0000000..e9472d9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/datocms.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0H.076v24H12c5.964 0 11.924-5.373 11.924-11.998C23.924 5.376 17.963 0 12 0m0 17.453a5.453 5.453 0 1 1 5.455-5.451A5.45 5.45 0 0 1 12 17.452z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/datto.svg b/mkdocs-material/material/templates/.icons/simple/datto.svg new file mode 100644 index 0000000..0d0482a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/datto.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.914 10.64c-.455-.384-.877-.548-1.453-.548C1.008 10.092 0 11.273 0 12.984c0 1.72 1.031 2.94 2.494 2.94.548 0 1.031-.188 1.415-.563v.431h1.182V8.058l-1.177.005zm-.131 3.408c-.164.432-.642.736-1.172.736-.835 0-1.369-.689-1.369-1.757 0-1.111.54-1.805 1.406-1.805.525 0 1.032.328 1.158.76.07.21.094.5.094 1.1 0 .474-.033.77-.117.966m6.544-.126v-2.053c0-.666-.07-.924-.361-1.228-.338-.366-.961-.563-1.735-.563-.783 0-1.57.188-2.33.572l.493.947c.782-.338 1.172-.431 1.71-.431.727 0 1.022.257 1.032.89v.178c-.947.094-1.266.132-1.64.197-1.196.235-1.759.76-1.759 1.65 0 1.055.915 1.852 2.12 1.852.641 0 1.148-.235 1.509-.69.117.385.43.62.96.69l.6-.914c-.543-.22-.6-.338-.6-1.097m-1.196.103c0 .328-.047.455-.21.595a1.43 1.43 0 0 1-.877.32c-.572 0-1.046-.376-1.046-.835 0-.375.249-.596.797-.727.366-.084.666-.117 1.336-.187zm5.232.633.15 1.04c-.385.103-.82.164-1.196.164-1.101 0-1.533-.454-1.533-1.593v-3.047h-1.017v-1.017h1.017v-1.72l1.182-.422v2.142h1.472v1.017H12.97v2.653c0 .69.141.853.727.853.197 0 .422-.023.666-.07m4.082 0 .15 1.04c-.384.103-.82.164-1.195.164-1.102 0-1.533-.454-1.533-1.593v-3.047H14.85v-1.017h1.017v-1.72l1.181-.422v2.142h1.468v1.017h-1.467l.004 2.653c0 .69.14.853.727.853.197 0 .422-.023.665-.07m2.813-4.594c-1.556 0-2.602 1.186-2.602 2.963 0 1.72 1.102 2.915 2.695 2.915 1.561 0 2.649-1.205 2.649-2.915 0-1.754-1.111-2.963-2.742-2.963m.047 4.725c-.867 0-1.44-.712-1.44-1.781s.587-1.805 1.454-1.805c.844 0 1.406.717 1.406 1.805 0 1.064-.577 1.781-1.42 1.781"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/davinciresolve.svg b/mkdocs-material/material/templates/.icons/simple/davinciresolve.svg new file mode 100644 index 0000000..ca7a98a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/davinciresolve.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.621 0 5.977.004c-1.37 0-2.756.345-3.762 1.11a4.9 4.9 0 0 0-1.61 2.003C.233 3.93 0 5.02 0 5.951l.012 12.2c.002 1.604.479 3.057 1.461 4.112.984 1.056 2.462 1.683 4.331 1.691L16.856 24c1.26.005 3.095-.036 4.303-.714 1.075-.605 2.025-1.556 2.497-2.984.278-.84.345-2.084.344-3.147l-.021-11.13c-.002-.888-.15-2.023-.547-2.934-.425-.976-1.181-1.815-2.322-2.425C20.353.26 19.123 0 17.622 0zm0 .93c1.378 0 2.538.295 3.04.565.977.523 1.544 1.166 1.889 1.96.315.721.47 1.793.473 2.572l.018 11.13c.002 1.013-.097 2.257-.298 2.86-.396 1.202-1.146 1.946-2.063 2.462-.814.457-2.612.593-3.82.588l-11.05-.044c-1.657-.007-2.832-.534-3.626-1.386-.792-.851-1.212-2.06-1.212-3.485L.999 5.95c0-.829.196-1.827.474-2.437.345-.757.75-1.207 1.365-1.674C3.585 1.27 4.868.97 6.08.97zm-5.66 3.423c-1.976.089-3.204 1.658-3.214 3.29.019 1.443 1.635 3.481 2.884 4.53.12.099.154.109.33.18.062.025.198-.047.327-.135.36-.245.993-.947 1.648-1.738a7.7 7.7 0 0 0 1.031-1.683c.409-.89.261-1.599.235-1.888a4 4 0 0 0-.99-1.692 3.36 3.36 0 0 0-2.251-.864m4.172 7.922a10.2 10.2 0 0 0-3.244.61c-.15.058-.26.1-.374.17-.057.036-.11.135-.105.292.017.433.29 1.278.624 2.27.384 1.135 1.066 2.27 1.844 2.74a3.23 3.23 0 0 0 2.53.342c.832-.243 1.595-.868 1.962-1.546.986-1.818.19-3.548-1.121-4.417-.447-.296-1.133-.445-1.89-.46q-.111-.001-.226-.001m-8.432.038a6 6 0 0 0-.752.047c-.596.078-.932.273-1.29.51a3.18 3.18 0 0 0-1.365 1.979c-.075.552-.086 1.053.033 1.507.433 1.389 1.326 2.222 2.847 2.452.636.028 1.37-.063 1.99-.45 1.269-.782 2.08-3.17 2.412-4.742.053-.176.035-.357-.013-.42-.005-.067-.044-.113-.19-.183-.398-.192-1.32-.417-2.375-.6a7.7 7.7 0 0 0-1.297-.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dazhongdianping.svg b/mkdocs-material/material/templates/.icons/simple/dazhongdianping.svg new file mode 100644 index 0000000..5b67fdc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dazhongdianping.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.922 0c-2.407 0-3.28.25-4.16.72A4.9 4.9 0 0 0 .72 2.763C.25 3.642 0 4.515 0 6.922v10.156c0 2.407.25 3.28.72 4.16a4.9 4.9 0 0 0 2.042 2.041c.88.47 1.753.721 4.16.721h10.156c2.407 0 3.28-.25 4.16-.72a4.9 4.9 0 0 0 2.041-2.042c.471-.88.721-1.753.721-4.16V6.922c0-2.407-.25-3.28-.72-4.16A4.9 4.9 0 0 0 21.237.72C20.358.25 19.485 0 17.078 0zm3.139 2.703a3.07 3.07 0 0 1 3.07 3.07 3.07 3.07 0 0 1-3.07 3.07 3.07 3.07 0 0 1-3.07-3.07 3.07 3.07 0 0 1 3.07-3.07m6.994 1.617c.145.66.195 1.35.13 2.057-.17 1.88-1.105 3.52-2.48 4.656 3.177.427 5.685 2.65 6.514 5.5.08.22.148.486.217.723l-2.688.685c-.06-.222-.127-.452-.19-.67-.751-2.622-3.55-4.172-6.273-3.466-2.718.704-4.338 3.391-3.642 6.021l.199.729-2.688.687c-.07-.247-.132-.512-.195-.754a7.4 7.4 0 0 1-.215-2.554c.199-2.2 1.345-4.1 3.014-5.36-2.634-.47-4.716-2.312-5.506-4.678l2.62-.677c.566 1.534 2.012 2.689 3.8 2.84 2.446.207 4.604-1.544 4.818-3.91.036-.394.013-.78-.056-1.151l2.62-.678z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dazn.svg b/mkdocs-material/material/templates/.icons/simple/dazn.svg new file mode 100644 index 0000000..ce09331 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dazn.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.774 8.291.772-2.596.79 2.596zm3.848 2.268-2.025-6.128q-.068-.203-.154-.266a.5.5 0 0 0-.28-.063h-1.12a.5.5 0 0 0-.284.068q-.09.067-.149.261l-2.045 6.128q-.038.048-.038.192 0 .223.27.223h.84q.114 0 .187-.01a.2.2 0 0 0 .116-.048.3.3 0 0 0 .077-.116q.033-.077.072-.202l.318-1.071h2.306l.327 1.051q.038.134.077.213a.4.4 0 0 0 .087.12q.047.043.114.053h.002q.068.01.173.01h.897q.27 0 .27-.223a1 1 0 0 0-.005-.09 1 1 0 0 0-.036-.108zm-.994 2.467h-.646q-.252 0-.333.072-.082.073-.082.295v3.638l-1.91-3.647q-.114-.232-.226-.295-.111-.062-.39-.063h-.599q-.25 0-.332.073t-.082.294v6.138q0 .222.077.294t.328.072h.656q.25 0 .332-.072t.082-.294v-3.648l1.91 3.657q.115.232.227.295.11.063.39.062h.598q.25 0 .333-.072.082-.072.082-.294v-6.138q0-.222-.082-.294-.082-.073-.333-.073m3.203-.581 1.665 1.665v8.385H1.505V14.11l1.663-1.664a.63.63 0 0 0 0-.89L1.504 9.891V1.505h20.991v8.384l-1.665 1.666a.63.63 0 0 0 0 .89zM24 0H0v10.613L1.387 12 0 13.387V24h24V13.387L22.613 12 24 10.613zM10.67 18.469H7.96l2.855-4.014a.7.7 0 0 0 .087-.155.4.4 0 0 0 .019-.135v-.772q0-.222-.082-.294-.082-.073-.334-.073H6.382q-.223 0-.29.082-.068.082-.068.343v.58q0 .259.068.341.067.083.29.083h2.545L6.11 18.469a.44.44 0 0 0-.107.27v.792q0 .221.082.294.083.072.334.072h4.25q.222 0 .29-.081.068-.083.068-.344v-.579q0-.26-.068-.342t-.29-.082zM9.408 8.233q0 .396-.052.661a1.1 1.1 0 0 1-.174.43.65.65 0 0 1-.318.231 1.5 1.5 0 0 1-.487.068h-.79v-4.17h.79q.55.002.79.324.24.323.241 1.067zm1.38-2.789q-.338-.686-.921-1.013-.585-.328-1.47-.328H6.418q-.25 0-.333.072-.082.074-.082.294v6.138q0 .222.082.295t.333.072h2.218q1.572 0 2.15-1.342.135-.308.188-.622a5 5 0 0 0 .054-.796V6.911q0-.55-.054-.868a2.2 2.2 0 0 0-.193-.612z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dbeaver.svg b/mkdocs-material/material/templates/.icons/simple/dbeaver.svg new file mode 100644 index 0000000..6af3288 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dbeaver.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.111 0a3.3 3.3 0 0 0-1.746.55 8.4 8.4 0 0 0-2.748 2.544 6.7 6.7 0 0 1-1.344 0c-.32 0-.788.209-.574.963.215.753.798 1.497.75 1.923a3.7 3.7 0 0 0-.068.805c-.298.472-1.69 2.743-2.113 4.549 0 0 .795-7.967-1.645-9.33s-4.404-.277-5.06 1.52c-1.403 3.832.675 9.825 3.605 14.661s5.713 5.709 7.686 5.795c3.298.145 2.338-.57 3.523-.64s1.012.64 2.984.365c1.438-.208 1.685-1.17 1.141-1.603s-.363-1.484.156-3.72c.519-2.235-.224-6.17-.746-7.183s-.464-1.53.09-2.527a6.2 6.2 0 0 0 .85-2.506 3.9 3.9 0 0 0 0-1.043V5.05s-.344 1.375-1.02 1.869a10 10 0 0 0-.32.244c.067-.257.32-1.34-.041-1.924 0 0-.151 2.488-1.477 2.62-1.326.13-3.202-1.225-3.73-1.77.038.21.068.268.109.43q.066.226.156.445c.186.6.384 1.517.086 2.092-.464.91-1.475 2.313-1.373 4.314a8.5 8.5 0 0 0 .803 3.527c.39.988.493 1.9.416 2.057s.027.961-1.815-.418c-1.84-1.38-2.338-2.807-2.338-2.807a5.9 5.9 0 0 0-.335 2.496 15.5 15.5 0 0 0 .777 3.561S9.335 19.83 9.207 15.91c-.122-3.602 1.986-7.769 2.322-8.41a1.06 1.06 0 0 0 .701.588s-.939-.518-.254-2.526c.686-2.007 2.067-3.794 3.463-4.58A4 4 0 0 1 19.31.785a3.28 3.28 0 0 0-1.933-.78A3 3 0 0 0 17.111 0m-1.39 1.865a1 1 0 0 0-.221.026c-.352.077-.54.49-.297 1a.8.8 0 0 1 .066.361.8.8 0 0 1-.095.355 5 5 0 0 1 .91-.716 4.4 4.4 0 0 1 1.217-.44 1.43 1.43 0 0 1-.725-.22 1.14 1.14 0 0 0-.492-.313 1.1 1.1 0 0 0-.363-.053m4.87.174c-.503 0-1.172.114-1.687.316a1.34 1.34 0 0 0-.761.563c-.279.642 1.417 1.705 2.1 1.506.32-.093.795-.789 1.003-1.395.141-.433.16-.818-.1-.918a1.7 1.7 0 0 0-.554-.072m.225 5.33s-.346 1.181-.59 1.717c-.21.475-.278.436-.435.49a4.4 4.4 0 0 0 .176-.664c.093-.391 0-.494 0-.494a4.2 4.2 0 0 1-.463 1.283 1 1 0 0 1-.64.04c-.26-.107-.305-1.327-.305-1.397a2.5 2.5 0 0 0 1.255-.192 2.5 2.5 0 0 0 1.002-.783"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dblp.svg b/mkdocs-material/material/templates/.icons/simple/dblp.svg new file mode 100644 index 0000000..836083e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dblp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.075.002c-.096.013-.154.092-.094.31L4.97 7.73 3.1 8.6s-.56.26-.4.85l2.45 9.159s.16.59.72.33l6.169-2.869 1.3-.61s.52-.24.42-.79l-.01-.06-1.13-4.22-.658-2.45-.672-2.49v-.04s-.16-.59-.84-1L3.5.141s-.265-.16-.425-.139M18.324 5.03a.7.7 0 0 0-.193.06l-5.602 2.6.862 3.2 1.09 4.08.01.06c.05.47-.411.79-.411.79l-1.88.87.5 1.89.04.1c.07.17.28.6.81.91l6.95 4.269s.68.41.52-.17l-1.981-7.4 1.861-.86s.56-.26.4-.85L18.85 5.42s-.116-.452-.526-.39"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dbt.svg b/mkdocs-material/material/templates/.icons/simple/dbt.svg new file mode 100644 index 0000000..7b79088 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dbt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.9 9.376a8.15 8.15 0 0 0-3.042-3.12l1.771.838a10.3 10.3 0 0 1 3.74 3l3.234-5.929a2.86 2.86 0 0 0-.061-2.96 2.726 2.726 0 0 0-3.567-.872L14.1 3.543a4.36 4.36 0 0 1-4.176 0L4.177.408a2.86 2.86 0 0 0-2.96.063 2.726 2.726 0 0 0-.872 3.566L3.55 9.91a4.36 4.36 0 0 1 0 4.177L.423 19.83a2.86 2.86 0 0 0 .085 2.997 2.726 2.726 0 0 0 3.545.839l6.058-3.305a10.3 10.3 0 0 1-3.005-3.746l-.838-1.77a8.15 8.15 0 0 0 3.12 3.042l10.584 5.779a2.726 2.726 0 0 0 3.543-.837 2.87 2.87 0 0 0 .08-3.001zm3.38-7.735a1.09 1.09 0 1 1 0 2.181 1.09 1.09 0 0 1 0-2.18M2.744 3.822a1.09 1.09 0 1 1 0-2.18 1.09 1.09 0 0 1 0 2.18m0 18.536a1.09 1.09 0 1 1 0-2.18 1.09 1.09 0 0 1 0 2.18M13.103 10.91a2.174 2.174 0 0 0-2.18 2.168 2.17 2.17 0 0 0 .704 1.61 2.72 2.72 0 1 1 .758-5.386 2.72 2.72 0 0 1 2.314 2.314 2.16 2.16 0 0 0-1.596-.706m8.177 11.45a1.09 1.09 0 1 1 0-2.182 1.09 1.09 0 0 1 0 2.181"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dcentertainment.svg b/mkdocs-material/material/templates/.icons/simple/dcentertainment.svg new file mode 100644 index 0000000..7ee1982 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dcentertainment.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.215 8.787h2.154c.601 0 1.088.487 1.088 1.088v4.954c0 .6-.487 1.088-1.088 1.088H6.05V9.475a.16.16 0 0 0-.066-.129zM12 23.099a11.08 11.08 0 0 1-8.659-4.155.046.046 0 0 1 .036-.074h5.936a.26.26 0 0 0 .153-.05l2.27-1.648a.16.16 0 0 0 .064-.128V7.616a.16.16 0 0 0-.065-.129L9.466 5.84a.26.26 0 0 0-.153-.05H2.886a.046.046 0 0 1-.037-.071A11.09 11.09 0 0 1 12 .9c3.798 0 7.15 1.907 9.151 4.817a.046.046 0 0 1-.038.071h-1.597c-.052 0-.1.03-.123.079l-.353.757-1.082-.786a.26.26 0 0 0-.153-.05h-2.553a.26.26 0 0 0-.154.05L12.83 7.487a.16.16 0 0 0-.065.129v9.428c0 .05.024.098.065.128l2.27 1.648a.26.26 0 0 0 .153.05h5.371c.038 0 .06.045.036.074A11.08 11.08 0 0 1 12 23.1zM1.602 8.3l1.038.755c.043.03.068.08.068.132v8.73c0 .046-.06.063-.084.025A11.05 11.05 0 0 1 .901 12c0-1.289.22-2.526.624-3.677a.05.05 0 0 1 .077-.024zm13.67.488h3.225v1.776c0 .046.038.084.084.084h2.701a.1.1 0 0 0 .096-.083l.535-3.374a.046.046 0 0 1 .086-.013 11.05 11.05 0 0 1 1.1 4.823 11.05 11.05 0 0 1-1.39 5.382c-.022.04-.084.024-.084-.023v-3.084a.084.084 0 0 0-.084-.084h-2.96a.084.084 0 0 0-.084.084v1.642h-1.301a1.09 1.09 0 0 1-1.089-1.088V9.475a.16.16 0 0 0-.065-.129zM12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/debian.svg b/mkdocs-material/material/templates/.icons/simple/debian.svg new file mode 100644 index 0000000..16b883c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/debian.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.88 12.685c-.4 0 .08.2.601.28.14-.1.27-.22.39-.33a3 3 0 0 1-.99.05m2.14-.53c.23-.33.4-.69.47-1.06-.06.27-.2.5-.33.73-.75.47-.07-.27 0-.56-.8 1.01-.11.6-.14.89m.781-2.05c.05-.721-.14-.501-.2-.221.07.04.13.5.2.22M12.38.31c.2.04.45.07.42.12.23-.05.28-.1-.43-.12m.43.12-.15.03.14-.01V.43m6.633 9.944c.02.64-.2.95-.38 1.5l-.35.181c-.28.54.03.35-.17.78-.44.39-1.34 1.22-1.62 1.301-.201 0 .14-.25.19-.34-.591.4-.481.6-1.371.85l-.03-.06c-2.221 1.04-5.303-1.02-5.253-3.842-.03.17-.07.13-.12.2a3.55 3.55 0 0 1 2.001-3.501 3.36 3.36 0 0 1 3.732.48 3.34 3.34 0 0 0-2.721-1.3c-1.18.01-2.281.76-2.651 1.57-.6.38-.67 1.47-.93 1.661-.361 2.601.66 3.722 2.38 5.042.27.19.08.21.12.35a4.7 4.7 0 0 1-1.53-1.16c.23.33.47.66.8.91-.55-.18-1.27-1.3-1.48-1.35.93 1.66 3.78 2.921 5.261 2.3a6.2 6.2 0 0 1-2.33-.28c-.33-.16-.77-.51-.7-.57a5.802 5.803 0 0 0 5.902-.84c.44-.35.93-.94 1.07-.95-.2.32.04.16-.12.44.44-.72-.2-.3.46-1.24l.24.33c-.09-.6.74-1.321.66-2.262.19-.3.2.3 0 .97.29-.74.08-.85.15-1.46.08.2.18.42.23.63-.18-.7.2-1.2.28-1.6-.09-.05-.28.3-.32-.53 0-.37.1-.2.14-.28-.08-.05-.26-.32-.38-.861.08-.13.22.33.34.34-.08-.42-.2-.75-.2-1.08-.34-.68-.12.1-.4-.3-.34-1.091.3-.25.34-.74.54.77.84 1.96.981 2.46-.1-.6-.28-1.2-.49-1.76.16.07-.26-1.241.21-.37A7.82 7.82 0 0 0 17.702 1.6c.18.17.42.39.33.42-.75-.45-.62-.48-.73-.67-.61-.25-.65.02-1.06 0C15.082.73 14.862.8 13.8.4l.05.23c-.77-.25-.9.1-1.73 0-.05-.04.27-.14.53-.18-.741.1-.701-.14-1.431.03.17-.13.36-.21.55-.32-.6.04-1.44.35-1.18.07C9.6.68 7.847 1.3 6.867 2.22L6.838 2c-.45.54-1.96 1.611-2.08 2.311l-.131.03c-.23.4-.38.85-.57 1.261-.3.52-.45.2-.4.28-.6 1.22-.9 2.251-1.16 3.102.18.27 0 1.65.07 2.76-.3 5.463 3.84 10.776 8.363 12.006.67.23 1.65.23 2.49.25-.99-.28-1.12-.15-2.08-.49-.7-.32-.85-.7-1.34-1.13l.2.35c-.971-.34-.57-.42-1.361-.67l.21-.27c-.31-.03-.83-.53-.97-.81l-.34.01c-.41-.501-.63-.871-.61-1.161l-.111.2c-.13-.21-1.52-1.901-.8-1.511-.13-.12-.31-.2-.5-.55l.14-.17c-.35-.44-.64-1.02-.62-1.2.2.24.32.3.45.33-.88-2.172-.93-.12-1.601-2.202l.15-.02c-.1-.16-.18-.34-.26-.51l.06-.6c-.63-.74-.18-3.102-.09-4.402.07-.54.53-1.1.88-1.981l-.21-.04c.4-.71 2.341-2.872 3.241-2.761.43-.55-.09 0-.18-.14.96-.991 1.26-.7 1.901-.88.7-.401-.6.16-.27-.151 1.2-.3.85-.7 2.421-.85.16.1-.39.14-.52.26 1-.49 3.151-.37 4.562.27 1.63.77 3.461 3.011 3.531 5.132l.08.02c-.04.85.13 1.821-.17 2.711l.2-.42M9.54 13.236l-.05.28c.26.35.47.73.8 1.01-.24-.47-.42-.66-.75-1.3m.62-.02c-.14-.15-.22-.34-.31-.52.08.32.26.6.43.88zm10.945-2.382-.07.15c-.1.76-.34 1.511-.69 2.212.4-.73.65-1.541.75-2.362M12.45.12c.27-.1.66-.05.95-.12-.37.03-.74.05-1.1.1zM3.006 5.142c.07.57-.43.8.11.42.3-.66-.11-.18-.1-.42m-.64 2.661c.12-.39.15-.62.2-.84-.35.44-.17.53-.2.83"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/debridlink.svg b/mkdocs-material/material/templates/.icons/simple/debridlink.svg new file mode 100644 index 0000000..33f3548 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/debridlink.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.225 5.549 0 5.778v2.484l.253.25h2.912c3.16 0 3.252.003 3.75.146 1.053.3 1.658 1.022 1.893 2.256.052.27.059.395.06 1.034 0 .635-.008.766-.058 1.044-.256 1.401-.98 2.149-2.308 2.382-.252.045-.446.05-2.14.05H2.497l-.013-2.335-.014-2.335-.222-.207H.227L0 10.769v7.379l.253.249h2.774c1.526-.001 2.96-.013 3.184-.027 1.906-.117 3.257-.803 4.114-2.09.512-.77.81-1.654.98-2.905.06-.456.07-2.266.012-2.736-.141-1.158-.44-2.1-.9-2.84-.67-1.077-1.743-1.81-3.056-2.087-.708-.15-.514-.142-3.951-.153Zm12.614.002-.233.232.01 4.94c.008 4.933.008 4.938.065 5.229.086.439.155.66.298.96.394.828.996 1.27 2.008 1.475.206.042.581.047 4.491.055l4.267.01L24 18.2v-2.489l-.24-.236-3.878-.013-3.878-.013-.152-.062a1.03 1.03 0 0 1-.601-.605c-.133-.35-.13-.258-.131-4.775l-.001-4.226-.23-.23h-1.026z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/decapcms.svg b/mkdocs-material/material/templates/.icons/simple/decapcms.svg new file mode 100644 index 0000000..2e29df9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/decapcms.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.947 13.177c0 3.263-2 5.649-4.736 5.649h-2.773v-5.65H6.282v10.387h7.93c5.403 0 9.788-4.668 9.788-10.386h-5.052ZM7.894.476 0 1.212l.948 10.352 5.157-.456-.526-5.615 2.737-.245c2.737-.246 4.91 1.93 5.227 5.193l5.052-.458c-.49-5.752-5.297-9.998-10.7-9.507Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/decentraland.svg b/mkdocs-material/material/templates/.icons/simple/decentraland.svg new file mode 100644 index 0000000..501adc2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/decentraland.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.925 18.978h3.134L16.925 15.2ZM8.418 9.555v6.623h5.507ZM12.044 0C5.418 0 0 5.333 0 11.956c0 1.466.269 2.888.761 4.177l4.657-5.555 2.686-3.245 6.537 7.822 1.88-2.266 4.926 5.866h.403c1.388-1.955 2.149-4.31 2.149-6.844C24.089 5.333 18.67 0 12.044 0M8.06 6.267c-.94 0-1.656-.756-1.656-1.645s.76-1.644 1.656-1.644c.94 0 1.657.755 1.657 1.644 0 .89-.716 1.645-1.657 1.645m8.731 5.377a3.294 3.294 0 0 1-3.313-3.288 3.294 3.294 0 0 1 3.313-3.29 3.294 3.294 0 0 1 3.314 3.29c.044 1.822-1.478 3.288-3.314 3.288m-3.985 5.734H1.165c.268.533.581 1.022.895 1.51h9.447Zm-8.327 4.044h14.999c.492-.4 1.03-.889 1.343-1.244H3.134c.448.444.896.889 1.343 1.244M12.044 24c1.97 0 3.851-.445 5.508-1.29H6.537c1.657.845 3.493 1.29 5.507 1.29z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dedge.svg b/mkdocs-material/material/templates/.icons/simple/dedge.svg new file mode 100644 index 0000000..38d3572 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dedge.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.986 0v8.338C16.09 2.93 7.61 2.8 3.74 8.733-.523 15.27 4.191 23.99 11.996 24h.001c5.447-.003 9.872-4.43 9.87-9.877V0Zm-7.99 6.14a8.004 8.004 0 0 1 7.99 7.988 7.99 7.99 0 0 1-4.93 7.381 7.99 7.99 0 0 1-8.707-1.73 7.985 7.985 0 0 1-1.733-8.707 7.99 7.99 0 0 1 7.38-4.932"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/deepcool.svg b/mkdocs-material/material/templates/.icons/simple/deepcool.svg new file mode 100644 index 0000000..8f0551a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/deepcool.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 12v3.046H3.046V6h6V0H12v9.046H6.092V12zm8.954 3.046V18h-5.908v6H12v-8.954z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/deepgram.svg b/mkdocs-material/material/templates/.icons/simple/deepgram.svg new file mode 100644 index 0000000..3aac12f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/deepgram.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.203 24H1.517a.364.364 0 0 1-.258-.62l6.239-6.275a.37.37 0 0 1 .259-.108h3.52c2.723 0 5.025-2.127 5.107-4.845a5.004 5.004 0 0 0-4.999-5.148H7.613v4.646c0 .2-.164.364-.365.364H.968a.365.365 0 0 1-.363-.364V.364C.605.164.768 0 .969 0h10.416c6.684 0 12.111 5.485 12.01 12.187C23.293 18.77 17.794 24 11.202 24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/deepin.svg b/mkdocs-material/material/templates/.icons/simple/deepin.svg new file mode 100644 index 0000000..ae120c9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/deepin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.104.696c-1.724-.63-3.49-.8-5.205-.64-1.988.157-2.958.772-2.9.661-3.251 1.16-6 3.657-7.272 7.157-2.266 6.234.944 13.128 7.168 15.398 6.228 2.27 13.111-.945 15.378-7.179C25.54 9.86 22.33 2.966 16.104.696M8.305 22.145a10.8 10.8 0 0 1-1.867-.904c2.9.223 6.686-.445 9.239-2.834 0 0 4.866-3.888 1.345-10.269 0 0 .568 2.572-.156 4.687 0 0-.69 2.877-3.757 3.712-4.517 1.231-9.664-1.93-11.816-3.463-.162-1.574-.018-3.2.56-4.788.855-2.352 2.463-4.188 4.427-5.42-.49 3.436-.102 6.6.456 7.925.749 1.777 2.05 3.85 4.59 4.115 2.54.267 3.94-2.11 3.94-2.11 1.304-1.98 1.508-4.823 1.488-4.892-.02-.07-.347-.257-.347-.257-.877 3.549-2.323 4.734-2.323 4.734-2.28 2.201-3.895.675-3.895.675-1.736-1.865-.52-4.895-.52-4.895.68-2.064 2.66-5.084 4.905-6.62.374.092.75.15 1.12.284a10.7 10.7 0 0 1 3.554 2.16c-1.641.599-4.291 1.865-4.291 1.865-4.201 1.77-4.485 4.446-4.485 4.446-.435 2.758 1.754 1.59 1.754 1.59 2.252-1.097 3.359-4.516 3.359-4.516-.703-.134-1.257.08-1.257.08-.899 2.22-2.733 3.132-2.733 3.132-.722.382-.89-.293-.89-.293-.122-.506.522-.592.522-.592 1-.389 1.639-1.439 1.784-1.868.144-.43.412-.464.412-.464a13 13 0 0 1 2.619-.535c1.7-.209 4.303.602 4.303.602.584.235 1.144.41 1.641.551.954 2.384 1.105 5.098.16 7.7-2.039 5.61-8.236 8.504-13.841 6.462"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/deepl.svg b/mkdocs-material/material/templates/.icons/simple/deepl.svg new file mode 100644 index 0000000..a51cbd7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/deepl.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.907 4.94 12.685.186a1.36 1.36 0 0 0-1.37 0l-8.222 4.77a1.38 1.38 0 0 0-.686 1.183v9.526a1.38 1.38 0 0 0 .686 1.194l8.222 4.76.062.035L15.425 24l-.011-2.061.008-1.145.003.02v-.385a.69.69 0 0 1 .296-.56l.264-.151.127-.07h-.008l4.803-2.78a1.38 1.38 0 0 0 .686-1.195V6.135a1.38 1.38 0 0 0-.686-1.195m-9.853 9.688a1.43 1.43 0 0 1-.4 1.384 1.41 1.41 0 0 1-1.97 0 1.42 1.42 0 0 1 0-2.063 1.41 1.41 0 0 1 2.042.076l3.328-1.916.687.386zm5.77-2.414a1.41 1.41 0 0 1-1.97 0 1.43 1.43 0 0 1-.37-1.478l-.013.008L10.72 8.57l-.057.057a1.41 1.41 0 0 1-1.97 0 1.42 1.42 0 0 1 0-2.063 1.41 1.41 0 0 1 1.972 0c.394.377.524.918.39 1.407l3.781 2.2.019-.019a1.41 1.41 0 0 1 1.972 0 1.427 1.427 0 0 1 0 2.061z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/deepnote.svg b/mkdocs-material/material/templates/.icons/simple/deepnote.svg new file mode 100644 index 0000000..32d5aa1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/deepnote.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10.22 11.506.111.018q-.057-.008-.111-.018m4.475 8.073c.636-2.816-2.172-4.8-6.955-4.814L.713 24h9.586c.132-.025.256-.056.384-.085 2.258-1.057 3.598-2.501 4.012-4.336M10.299 24h.203l.021-.01q-.111.006-.224.01M24 11.319Q24-.934 8.134.077L0 11.319h7.568c3.323 0 8.457.719 8.457 6.153q0 5.433-5.727 6.528.147-.006.291-.013l-.011.001-.076.012h.912l.247-.077Q23.999 22.945 24 11.319"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/delicious.svg b/mkdocs-material/material/templates/.icons/simple/delicious.svg new file mode 100644 index 0000000..37cc5a1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/delicious.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 12H0v12h12zM24 0H12v12h12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/deliveroo.svg b/mkdocs-material/material/templates/.icons/simple/deliveroo.svg new file mode 100644 index 0000000..6d58433 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/deliveroo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.861 0-1.127 10.584L13.81 1.66 7.777 2.926l1.924 8.922-8.695 1.822 1.535 7.127L17.832 24l3.498-7.744L22.994.636zM11.39 13.61a.76.76 0 0 1 .322.066c.208.093.56.29.63.592.103.434.004.799-.312 1.084v.002c-.315.284-.732.258-1.174.113s-.637-.672-.47-1.309c.124-.473.71-.544 1.004-.549zm4.142.548c.447-.012.832.186 1.05.543.217.357.107.75-.122 1.143h-.002c-.229.392-.83.445-1.422.16-.399-.193-.397-.684-.353-.983a.9.9 0 0 1 .193-.447c.142-.177.381-.408.656-.416"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dell.svg b/mkdocs-material/material/templates/.icons/simple/dell.svg new file mode 100644 index 0000000..9b7ef18 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dell.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.963 14.6V9.324h1.222v4.204h2.14v1.07h-3.362zm-9.784-3.288 2.98-2.292q.42.343.841.687l-2.827 2.14.611.535 2.827-2.216q.42.343.841.688a296 296 0 0 1-2.827 2.216l.61.536 2.83-2.295-.001-1.986h1.223v4.204h2.216v1.07h-3.362v-1.987q-1.491 1.146-2.981 2.292l-2.981-2.292c-.144.729-.653 1.36-1.312 1.694a2.7 2.7 0 0 1-.915.276c-.183.022-.367.017-.551.017H3.516V9.325H5.69a2.54 2.54 0 0 1 1.563.557c.454.36.778.872.927 1.43m-3.516-.917v3.21l.953-.001a1.38 1.38 0 0 0 1.036-.523 1.74 1.74 0 0 0 .182-1.889 1.5 1.5 0 0 0-.976-.766c-.166-.04-.338-.03-.507-.032zM11.82 0h.337a11.94 11.94 0 0 1 5.405 1.373 12.1 12.1 0 0 1 4.126 3.557A11.93 11.93 0 0 1 24 11.82v.36a11.96 11.96 0 0 1-3.236 8.033A11.97 11.97 0 0 1 12.182 24h-.361a12 12 0 0 1-4.145-.806 12 12 0 0 1-4.274-2.836A12.06 12.06 0 0 1 .576 15.67 12 12 0 0 1 0 12.181v-.361a11.92 11.92 0 0 1 1.992-6.396 12.2 12.2 0 0 1 4.71-4.172A11.9 11.9 0 0 1 11.82 0m-.153 1.23a10.72 10.72 0 0 0-6.43 2.375 10.8 10.8 0 0 0-3.319 4.573 10.86 10.86 0 0 0 .193 8.12 10.8 10.8 0 0 0 3.546 4.421 10.7 10.7 0 0 0 4.786 1.946c1.456.209 2.955.124 4.376-.26a10.76 10.76 0 0 0 5.075-3.062 10.74 10.74 0 0 0 2.686-5.28 10.9 10.9 0 0 0-.122-4.682 10.77 10.77 0 0 0-7.098-7.626 10.8 10.8 0 0 0-3.693-.525"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/delonghi.svg b/mkdocs-material/material/templates/.icons/simple/delonghi.svg new file mode 100644 index 0000000..797953b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/delonghi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.16 8.158H3.841A3.85 3.85 0 0 0 0 11.999a3.85 3.85 0 0 0 3.841 3.843H20.16A3.844 3.844 0 0 0 24 11.999a3.846 3.846 0 0 0-3.84-3.841m-.051 7.409H3.885A3.564 3.564 0 0 1 .319 12a3.564 3.564 0 0 1 3.566-3.571h16.224A3.566 3.566 0 0 1 23.68 12a3.564 3.564 0 0 1-3.571 3.567m-3.84-3.864q.125-.001.177.043v1.034a1 1 0 0 1-.177.043q-.094-.004-.133-.084a.7.7 0 0 1-.036-.252v-.544q.002-.24.169-.24m-4.635.137v.829a.4.4 0 0 1-.036.195q-.04.053-.119.053-.082 0-.124-.049-.035-.053-.036-.198v-.83q.001-.219.155-.217.16-.002.16.217m-4.9-.062a1 1 0 0 1 .014.159h-.346q0-.092.014-.164c0-.022.008-.044.013-.066.018-.058.067-.084.137-.084q.119-.002.151.084c.004.022.013.044.017.071M4.24 11.02q.067.06.067.234v1.224q0 .173-.054.226a.3.3 0 0 1-.177.062h-.12v-1.803h.08q.139 0 .204.057m15.892-1.723H3.881a2.71 2.71 0 0 0-2.702 2.702 2.71 2.71 0 0 0 2.702 2.703h16.243a2.71 2.71 0 0 0 2.697-2.703c0-1.475-1.192-2.702-2.689-2.702M5.676 10.574H7.55v.248H5.676zm-.39 1.288v.7q0 .226-.085.42a.67.67 0 0 1-.302.325q-.214.127-.58.127H2.84v-.562q.086-.035.107-.103a.7.7 0 0 0 .022-.185v-1.48a.5.5 0 0 0-.026-.181q-.021-.06-.102-.093v-.557h1.48q.333-.002.544.096c.142.063.253.16.32.289.066.133.103.298.103.492v.712zm2.295.625H6.402v.209a.5.5 0 0 0 .027.181c.023.044.067.072.137.072q.107 0 .133-.067a.5.5 0 0 0 .031-.177v-.085h.851v.568q-.125.119-.429.212a2 2 0 0 1-1.193 0 .6.6 0 0 1-.324-.27.93.93 0 0 1-.097-.456v-.895a.9.9 0 0 1 .128-.417.58.58 0 0 1 .329-.221q.219-.06.571-.062.332 0 .537.057a.7.7 0 0 1 .306.172q.104.113.137.254c.013.066.027.137.031.217q.006.06.005.127zm2.644.947H7.922v-.562q.112-.067.111-.239v-1.574q0-.164-.111-.23v-.557h1.205v.557a.2.2 0 0 0-.088.107.6.6 0 0 0-.031.19 1 1 0 0 1 .008.123v1.516h.124c.093-.009.155-.035.181-.089a.6.6 0 0 0 .041-.252v-.522h.863zm2.274-1.165v.416a.9.9 0 0 1-.107.47.6.6 0 0 1-.319.258 1.6 1.6 0 0 1-.549.079q-.407-.006-.634-.084a.56.56 0 0 1-.332-.257q-.101-.177-.102-.487v-.811a.9.9 0 0 1 .094-.434q.087-.172.314-.258.227-.085.611-.084.374.002.594.071a.58.58 0 0 1 .324.239q.107.172.107.479zm2.499 1.165h-.922a1 1 0 0 1-.031-.225 2 2 0 0 1-.014-.235q-.005-.112-.004-.279v-.775a.195.195 0 0 0-.204-.204c-.04 0-.08.011-.11.023v.878q0 .132.013.195.018.059.088.106v.518h-1.076v-.518a.23.23 0 0 0 .093-.096.4.4 0 0 0 .017-.143v-.771a.6.6 0 0 0-.017-.172.24.24 0 0 0-.093-.102v-.528h.935v.151q.291-.207.584-.208.273.007.412.119.141.114.181.253a1 1 0 0 1 .041.265v1.001c0 .053.009.098.018.137a.18.18 0 0 0 .089.09zm2.419-1.807a.2.2 0 0 0-.094.102.7.7 0 0 0-.017.164v1.594q0 .303-.08.496a.6.6 0 0 1-.305.299q-.233.1-.656.101a2 2 0 0 1-.492-.062 1.7 1.7 0 0 1-.47-.2v-.571h.797q0 .257.178.256.112-.006.138-.088a.8.8 0 0 0 .03-.234v-.169a.93.93 0 0 1-.527.159q-.353-.004-.518-.191c-.106-.123-.164-.296-.164-.518v-.899q0-.368.147-.581c.094-.138.28-.209.545-.209q.14-.002.288.045a.7.7 0 0 1 .253.124v-.142h.949v.524zm2.503 1.807h-.917a5 5 0 0 1-.053-.553c.009-.066.009-.159.009-.274v-.643a.26.26 0 0 0-.062-.172.21.21 0 0 0-.155-.076.3.3 0 0 0-.097.023v.966c0 .111.031.186.097.213v.518H17.67v-.518a.23.23 0 0 0 .093-.102.7.7 0 0 0 .017-.187v-1.515c0-.195-.039-.307-.119-.324v-.517h.983v.947a.8.8 0 0 1 .266-.128.9.9 0 0 1 .27-.044.77.77 0 0 1 .452.146c.124.094.19.253.19.483v.896a.4.4 0 0 1-.008.075.7.7 0 0 0 .026.181c.009.032.04.062.08.085zm.389-3.091a.53.53 0 0 1 .328-.102q.127.002.234.045a.36.36 0 0 1 .173.124.3.3 0 0 1 .067.19v.008a.3.3 0 0 1-.063.191.46.46 0 0 1-.172.124.7.7 0 0 1-.24.04.5.5 0 0 1-.323-.098.324.324 0 0 1-.004-.522m.913 3.091h-1.081v-.518c.053-.035.084-.067.092-.106a.6.6 0 0 0 .018-.183v-.743a.5.5 0 0 0-.018-.159.16.16 0 0 0-.092-.099v-.523h.974v1.604c0 .103.036.169.106.209z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/delphi.svg b/mkdocs-material/material/templates/.icons/simple/delphi.svg new file mode 100644 index 0000000..bd9a2e6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/delphi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.922 10.66a11.9 11.9 0 0 0-1.93-5.299 12 12 0 0 0-1.362-1.692A12 12 0 0 0 15.271.455a12 12 0 0 0-2.88-.444c-.237-.005-.474-.015-.71-.004-.345.016-.69.036-1.033.077q-.579.07-1.15.182a11.95 11.95 0 0 0-4.906 2.297A12 12 0 0 0 .394 8.94a12 12 0 0 0-.393 2.883q-.013.765.073 1.526a11.95 11.95 0 0 0 3.103 6.79 11.98 11.98 0 0 0 8.442 3.858c.013 0 .818-.002.868-.004q.777-.032 1.543-.162a11.95 11.95 0 0 0 6.173-3.072 11.98 11.98 0 0 0 3.667-7.028c.053-.406.087-.815.113-1.224.038-.617.006-1.234-.062-1.848zM4.5 11.777c-.052.3-.094.601-.097.906-.003.253-.005.506.004.76.005.148.031.297.051.445.033.252-.067.455-.297.56a.5.5 0 0 1-.227.035c-.217-.019-.433-.05-.65-.077-.073-.01-.147-.017-.22-.03-.017-.003-.04-.025-.042-.041-.041-.249-.086-.497-.115-.747-.024-.206-.03-.413-.043-.62-.006-.118-.014-.236-.013-.355.002-.197.005-.394.017-.59q.021-.327.06-.653.028-.267.083-.529c.062-.29.134-.579.207-.867q.106-.412.273-.804c.08-.187.15-.377.235-.56q.135-.293.295-.573c.12-.21.251-.414.382-.619q.125-.196.26-.384c.074-.102.155-.197.234-.295q.106-.134.217-.263a8 8 0 0 1 .25-.274q.184-.192.373-.378.13-.13.27-.248c.173-.145.346-.293.528-.427q.341-.252.697-.483c.186-.12.375-.235.572-.336.253-.129.513-.244.773-.359q.239-.105.486-.19a11 11 0 0 1 1.312-.359c.279-.05.56-.086.841-.12.194-.023.39-.042.586-.044.312-.003.625-.004.936.019.342.024.683.07 1.023.118.182.026.362.071.54.117.288.075.578.146.86.24.246.08.487.182.724.288.26.116.513.245.767.374.107.054.21.118.311.183.195.124.392.246.58.38.189.135.368.282.55.424q.022.017.05.045c-.165.109-.325.211-.481.318q-.252.175-.5.353-.158.109-.315.219-.194.14-.387.28l-.45.321q-.164.12-.327.243-.195.143-.387.288c-.217.167-.443.138-.643.003a6.5 6.5 0 0 0-1.757-.83 6 6 0 0 0-1.33-.246c-.19-.013-.381-.018-.572-.025a4.4 4.4 0 0 0-.792.047 24 24 0 0 0-.62.105 5 5 0 0 0-.795.225 6 6 0 0 0-.527.218 7 7 0 0 0-.574.294c-.178.103-.347.222-.516.339q-.163.109-.313.233-.222.188-.435.385c-.26.235-.486.5-.697.778-.132.174-.25.36-.368.545a5.8 5.8 0 0 0-.489.967 6.3 6.3 0 0 0-.368 1.271m13.278 5.496q-.264-.181-.527-.366a.5.5 0 0 1-.154-.237l-.222-.55-.21-.532q-.106-.255-.21-.512c-.071-.176-.137-.355-.213-.53-.088-.204-.14-.427-.28-.606a5 5 0 0 0-.288-.337 2.6 2.6 0 0 0-.498-.413c-.14-.09-.298-.12-.457-.148q-.673-.123-1.345-.248l-1.368-.246c-.39-.07-.78-.137-1.166-.218-.258-.054-.494.162-.518.407-.023.246.167.456.375.508.56.141 1.118.293 1.677.442.662.175 1.324.347 1.984.527.22.06.416.173.597.313.22.17.4.375.53.62.084.163.151.336.22.506q.108.266.202.534.139.402.27.806.084.246.16.492.111.356.22.712.075.245.147.49l.184.638q.073.245.144.492.107.363.204.729c.033.126-.065.268-.2.287q-.41.055-.821.104-.273.034-.546.063l-.66.07q-.42.044-.837.09c-.118.012-.236.03-.355.028a1.03 1.03 0 0 1-.688-.261c-.144-.126-.223-.292-.316-.451-.078-.135-.152-.272-.235-.403a13 13 0 0 0-.398-.602c-.134-.187-.28-.365-.423-.544a6 6 0 0 0-.229-.265 7 7 0 0 0-.757-.737 9 9 0 0 0-.641-.488 5.6 5.6 0 0 0-1.755-.803c-.436-.112-.878-.195-1.333-.187a3.5 3.5 0 0 0-.678.07c-.16.034-.309.022-.441-.089-.073-.06-.104-.144-.146-.223-.017-.032-.027-.068-.044-.109.072-.02.143-.042.216-.058a2 2 0 0 1 .227-.042c.195-.023.39-.053.584-.058.281-.007.564-.01.844.012a8 8 0 0 1 1.592.321c.24.076.473.175.704.274.387.166.727.407 1.051.673.214.175.419.36.603.567.225.252.449.506.66.77.15.186.282.389.419.587.228.332.43.681.62 1.037q.072.134.133.272c.064.153.199.2.341.183l.572-.07.7-.08q.405-.04.81-.084.312-.036.624-.08c.117-.018.202-.132.208-.254.006-.108-.045-.2-.077-.296-.089-.272-.184-.542-.276-.813q-.134-.394-.266-.787-.137-.414-.277-.826-.097-.282-.196-.563c-.054-.156-.104-.312-.16-.467q-.101-.278-.208-.555c-.037-.096-.074-.192-.12-.284a1.2 1.2 0 0 0-.482-.514c-.2-.12-.424-.159-.641-.22q-.96-.269-1.92-.533l-.825-.23c-.218-.06-.435-.129-.657-.177-.259-.057-.433-.212-.57-.427a1.3 1.3 0 0 1-.202-.583.87.87 0 0 1 .12-.546.92.92 0 0 1 .44-.382.7.7 0 0 1 .411-.041c.322.06.645.112.968.168.227.04.454.083.681.121q.402.066.803.13.29.05.579.1.336.054.671.11c.195.034.389.073.584.103.126.019.249.042.362.102.054.029.11.06.156.1q.246.219.484.447.212.204.413.42a.95.95 0 0 1 .217.392c.033.115.077.227.117.34l.167.471.212.595q.092.267.185.534l.176.497.188.544.093.268-.013.01zm.708.363a3 3 0 0 1-.37-.169c-.03-.016-.039-.076-.054-.117q-.105-.296-.206-.592l-.23-.664-.23-.653q-.14-.4-.279-.8l-.2-.565q-.054-.152-.113-.304c-.063-.161-.179-.285-.296-.407-.1-.104-.199-.209-.304-.306a18 18 0 0 0-.605-.537c-.149-.125-.334-.167-.522-.197l-.603-.098q-.37-.061-.739-.125l-.665-.113-1.026-.172q-.418-.073-.836-.145c-.197-.033-.393-.075-.591-.089-.11-.007-.226.026-.335.056a.94.94 0 0 0-.395.235q-.178.17-.272.402c-.12.306-.101.606.007.909.071.197.173.376.317.528.142.15.307.258.513.306.248.058.493.129.74.196q.66.18 1.322.362l.842.233.841.235c.266.074.48.224.621.46.07.118.117.252.168.382q.092.235.175.474.118.337.233.675l.194.567.163.489.167.477.19.562.278.816q.016.044.028.088c.01.042-.015.066-.052.07-.167.02-.335.035-.503.054q-.127.017-.253.032-.266.028-.532.058-.283.033-.566.068l-.726.082a.5.5 0 0 1-.122.005.09.09 0 0 1-.057-.037c-.068-.127-.129-.257-.198-.382a12 12 0 0 0-.733-1.196 11 11 0 0 0-.99-1.204 7 7 0 0 0-.595-.552 5.5 5.5 0 0 0-.628-.452 3.3 3.3 0 0 0-.704-.345c-.288-.093-.568-.21-.859-.29-.288-.077-.586-.116-.879-.177-.277-.057-.558-.056-.838-.072-.125-.007-.251.003-.377.01q-.215.011-.428.031a3 3 0 0 0-.247.04c-.16.03-.318.062-.491.096-.051-.16-.107-.319-.154-.481a5.5 5.5 0 0 1-.2-1.027 5.2 5.2 0 0 1-.021-1.028c.033-.479.113-.951.258-1.41.095-.3.2-.599.344-.88.096-.187.191-.374.298-.554.08-.137.178-.265.271-.394q.108-.151.225-.297.106-.126.223-.243.19-.197.392-.383c.09-.084.19-.159.288-.234.105-.08.21-.16.32-.232q.223-.143.45-.275c.135-.078.27-.157.411-.22q.318-.138.643-.257a3 3 0 0 1 .383-.12c.247-.054.495-.104.744-.14.21-.03.423-.052.634-.052q.406 0 .81.042.699.07 1.354.323a6 6 0 0 1 1.819 1.068c.207.175.409.356.583.564q.295.346.57.708c.056.074.081.174.112.266q.108.32.208.643c.086.274.167.55.252.824.064.208.133.414.198.622q.106.347.211.696l.15.477.165.534q.076.244.153.489l.117.39q.057.177.114.355l.291.928.275.865q.017.053.035.105c.02.065-.015.113-.076.09m.157-12.752a.48.48 0 0 1-.272.408.06.06 0 0 1-.054-.005c-.077-.06-.148-.127-.227-.184-.237-.173-.471-.35-.716-.512a9 9 0 0 0-.706-.428c-.246-.132-.502-.244-.756-.358a6 6 0 0 0-.501-.201q-.42-.144-.848-.267a8 8 0 0 0-1.091-.215c-.3-.042-.6-.076-.903-.081-.176-.003-.352-.015-.528-.009q-.42.014-.84.047c-.209.017-.416.05-.623.08q-.434.06-.852.183-.354.103-.705.217a5 5 0 0 0-.422.16 10.6 10.6 0 0 0-1.438.718c-.18.107-.352.232-.525.354a8 8 0 0 0-.394.296 12 12 0 0 0-.962.865c-.114.115-.219.24-.325.363-.11.128-.223.254-.327.387a9 9 0 0 0-.653.956c-.098.164-.187.334-.276.503a9 9 0 0 0-.253.51c-.08.177-.147.358-.216.54a8 8 0 0 0-.311.986c-.074.335-.149.67-.2 1.01a10 10 0 0 0-.047 2.328c.028.268.073.534.11.805-.215 0-.4-.063-.512-.256a.8.8 0 0 1-.08-.242 8 8 0 0 1-.083-.53 13 13 0 0 1-.07-.702 9 9 0 0 1-.021-.723 10.5 10.5 0 0 1 .282-2.28c.092-.394.216-.778.363-1.153.078-.198.151-.398.242-.59q.195-.41.414-.81.159-.289.346-.561c.145-.214.3-.42.455-.627q.152-.203.317-.396.16-.18.328-.353a9 9 0 0 1 .578-.56c.18-.155.359-.31.545-.456.145-.114.299-.216.45-.32.13-.09.258-.18.392-.26a13 13 0 0 1 .975-.531q.22-.103.447-.196c.116-.05.231-.101.35-.142q.372-.125.747-.24c.137-.043.275-.084.416-.112.299-.062.598-.123.9-.17a7 7 0 0 1 .743-.078q.487-.022.976-.015c.216.003.433.022.648.045a9.7 9.7 0 0 1 2.377.532c.432.16.86.332 1.264.56q.42.234.829.49c.206.13.405.276.6.424q.267.2.514.423a.43.43 0 0 1 .13.373z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/delta.svg b/mkdocs-material/material/templates/.icons/simple/delta.svg new file mode 100644 index 0000000..1394c92 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/delta.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 13.455h-.689l-.288-.739h-1.2l-.289.739h-.644l1.233-2.96h.666zm-1.16-1.233-.411-1.044-.411 1.044zm-4.315 1.233h.66v-2.438h.995v-.51h-2.644v.51h.989zm-3.826 0h1.927v-.511H15.36v-2.438h-.661zm-3.282-2.438h1.416v-.51h-2.077v2.948h2.121v-.511h-1.46v-.766h1.25v-.511h-1.25zm-4.981 2.438h1.038c1.072 0 1.71-.555 1.71-1.472s-.638-1.471-1.71-1.471H6.436zm.655-2.438h.383c.694 0 1.044.344 1.044.96 0 .617-.344.961-1.044.961h-.383zm-2.277 2.155a.15.15 0 0 1 .15.15.15.15 0 0 1-.15.15.15.15 0 0 1-.15-.15.15.15 0 0 1 .15-.15m0 .277a.13.13 0 0 0 .134-.127c0-.073-.056-.128-.134-.128a.126.126 0 0 0-.127.128c0 .072.055.127.127.127m-.033-.039H4.76v-.177h.067q.056 0 .055.05c0 .033-.022.044-.044.05l.055.077h-.028l-.05-.077h-.033zm0-.1h.028c.022 0 .05 0 .05-.027 0-.022-.022-.028-.039-.028h-.039zM0 13.85h4.626l-2.31-.978zm.172-.395 2.144-1.033 2.143 1.033-2.143-3.304Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/deluge.svg b/mkdocs-material/material/templates/.icons/simple/deluge.svg new file mode 100644 index 0000000..d847bb7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/deluge.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.766 10.341 12.006 0l-6.77 10.342c-1.945 2.97-2.191 6.432-.66 9.264C6.04 22.316 8.885 24 12.001 24c3.113 0 5.957-1.681 7.421-4.388 1.532-2.832 1.287-6.297-.657-9.27zm-10.082 6.9c1.433 2.554 3.608 3.045 6.585 2.102-1.7 1.848-5.188 2.337-7.557-.302-1.63-1.817-1.773-4.351-.642-6.468 1.132-2.117 3.388-2.706 5.012-1.551-3.723.09-4.43 4.38-3.398 6.218zm8.72-6.009c.723 1.107 1.152 2.267 1.314 3.418-3.354 5.763-7.862 4.879-9.062 1.377-.554-1.618 1.19-5.08 4.514-3.725-1.296-2.838-4.238-4.017-6.911-1.809a5 5 0 0 0-.609.66l5.355-8.179 5.398 8.258z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/deno.svg b/mkdocs-material/material/templates/.icons/simple/deno.svg new file mode 100644 index 0000000..68cedd9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/deno.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.105 18.02A11.9 11.9 0 0 1 0 12.985q0-.698.078-1.376a12 12 0 0 1 .231-1.34A12 12 0 0 1 4.025 4.02a12 12 0 0 1 5.46-2.771 12 12 0 0 1 3.428-.23c1.452.112 2.825.477 4.077 1.05a12 12 0 0 1 2.78 1.774 12.02 12.02 0 0 1 4.053 7.078A12 12 0 0 1 24 12.985q0 .454-.036.914a12 12 0 0 1-.728 3.305 12 12 0 0 1-2.38 3.875c-1.33 1.357-3.02 1.962-4.43 1.936a4.4 4.4 0 0 1-2.724-1.024c-.99-.853-1.391-1.83-1.53-2.919a5 5 0 0 1 .128-1.518c.105-.38.37-1.116.76-1.437-.455-.197-1.04-.624-1.226-.829-.045-.05-.04-.13 0-.183a.155.155 0 0 1 .177-.053c.392.134.869.267 1.372.35.66.111 1.484.25 2.317.292 2.03.1 4.153-.813 4.812-2.627s.403-3.609-1.96-4.685-3.454-2.356-5.363-3.128c-1.247-.505-2.636-.205-4.06.582-3.838 2.121-7.277 8.822-5.69 15.032a.191.191 0 0 1-.315.19 12 12 0 0 1-1.25-1.634 12 12 0 0 1-.769-1.404M11.57 6.087c.649-.051 1.214.501 1.31 1.236.13.979-.228 1.99-1.41 2.013-1.01.02-1.315-.997-1.248-1.614.066-.616.574-1.575 1.35-1.635"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/denon.svg b/mkdocs-material/material/templates/.icons/simple/denon.svg new file mode 100644 index 0000000..35f14cd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/denon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m9.365 11.237 3.394 3.361v-5.07h-.778v3.16L8.58 9.406v5.077h.779V11.27zm-4.497 3.245V9.528h2.79v.773H5.646v1.164h1.558v.772H5.646v1.472h1.999v.773zM20.58 11.23 24 14.58V9.528h-.779v3.2l-.005-.015-3.422-3.311v5.08h.79v-3.234l-.003-.019M.78 13.747v-3.503h.688s1.755-.032 1.755 1.77c0 1.647-1.593 1.733-1.593 1.733zM0 9.527v4.955h1.655s2.336-.193 2.336-2.496c0-2.374-2.343-2.458-2.343-2.458zm14.416 2.452q0 .828.56 1.361c.713.724 1.931.702 2.618-.01.724-.689.724-1.991.007-2.676-.675-.726-1.966-.724-2.645 0q-.54.537-.54 1.325m-.764-.01q0-1.053.777-1.81c.981-1.004 2.724-1.016 3.702.006 1.026.965 1.032 2.706-.003 3.66-.961.964-2.596 1.015-3.624.084q-.852-.74-.852-1.94"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dependabot.svg b/mkdocs-material/material/templates/.icons/simple/dependabot.svg new file mode 100644 index 0000000..826c167 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dependabot.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.949.314a1.92 1.92 0 0 1 2.102 0l9.333 6.118c.541.354.866.957.866 1.604v7.928c0 .647-.326 1.25-.866 1.604l-9.333 6.118a1.92 1.92 0 0 1-2.102 0l-9.333-6.118a1.92 1.92 0 0 1-.866-1.604V8.036c0-.647.326-1.25.866-1.604zM12.75 7.5v.75h-6A.75.75 0 0 0 6 9v3h-.5a.25.25 0 0 0-.25.25v2.5c0 .138.112.25.25.25H6v1.5c0 .415.336.75.75.75h10.5a.75.75 0 0 0 .75-.75V15h.5a.25.25 0 0 0 .25-.25v-2.5a.25.25 0 0 0-.25-.25H18V9a.75.75 0 0 0-.75-.75H13.5V5.5a.25.25 0 0 0-.25-.25H11.5a.25.25 0 0 0-.25.25v1.75c0 .138.112.25.25.25zm3.286 5.089-1.572 1.572a.303.303 0 0 1-.428 0l-.947-.947a.303.303 0 0 1 0-.428l.322-.322a.303.303 0 0 1 .428 0l.41.411 1.037-1.036a.303.303 0 0 1 .428 0l.322.322a.303.303 0 0 1 0 .428M9.464 14.16za.303.303 0 0 1-.428 0l-.948-.947a.3.3 0 0 1 0-.428l.323-.322a.303.303 0 0 1 .427 0l.412.411 1.036-1.037a.303.303 0 0 1 .427 0l.323.322a.303.303 0 0 1 0 .428z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dependencycheck.svg b/mkdocs-material/material/templates/.icons/simple/dependencycheck.svg new file mode 100644 index 0000000..fc498c5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dependencycheck.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.357 15.731H.016A13.74 13.74 0 0 0 4.58 24l1.63-1.634a11.45 11.45 0 0 1-3.853-6.635m.509 0a10.95 10.95 0 0 0 3.668 6.254l.03.026 1.124-1.126a9.38 9.38 0 0 1-3.206-5.154Zm6.623 3.349h-.084V8.252h4.222q1.268 0 2.328.41a5.5 5.5 0 0 1 1.825 1.137c.168.159.318.331.461.508.291.363.535.761.722 1.201a5.4 5.4 0 0 1 .418 2.127v.03q0 1.146-.418 2.135a5 5 0 0 1-1.183 1.716 5.6 5.6 0 0 1-1.825 1.146 6.3 6.3 0 0 1-2.328.418zm7.01-7.027a3 3 0 0 0-.513-.738 3 3 0 0 0-1.028-.673 3.6 3.6 0 0 0-1.331-.24l-1.84.001v6.526h1.84q.726 0 1.331-.232a2.84 2.84 0 0 0 1.028-.665q.425-.432.665-1.021.24-.587.24-1.314v-.032q0-.711-.24-1.314c-.043-.107-.101-.199-.152-.298m-16.44-.796h2.35c1.635-7.184 7.887-8.654 9.203-8.922V0A13.78 13.78 0 0 0 .059 11.257m11.553-8.414a10.98 10.98 0 0 0-8.692 8.414h1.624a9.4 9.4 0 0 1 7.068-6.802Zm4.474.092v1.629a9.4 9.4 0 0 1 4.79 3.101l1.127-1.126a11.04 11.04 0 0 0-5.917-3.604m0-2.865v2.352a11.46 11.46 0 0 1 6.267 3.763l1.631-1.636A13.75 13.75 0 0 0 16.086.07"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/depositphotos.svg b/mkdocs-material/material/templates/.icons/simple/depositphotos.svg new file mode 100644 index 0000000..c4a5231 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/depositphotos.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 24c5.119 0 9.061-3.942 9.061-9.06S17.119 5.88 12 5.88c-5.117 0-9.059 3.942-9.059 9.06S6.883 24 12 24m0-5.598c-1.954 0-3.461-1.508-3.461-3.462s1.507-3.462 3.461-3.462c1.955 0 3.462 1.507 3.462 3.462 0 1.954-1.507 3.462-3.462 3.462m2.634-12.241h6.161V0h-6.161z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/derspiegel.svg b/mkdocs-material/material/templates/.icons/simple/derspiegel.svg new file mode 100644 index 0000000..dbadb7c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/derspiegel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.868 13.054v-2.108h.677v2.108zm1.29.19v-2.488a.346.346 0 0 0-.338-.337H0v.527h.254v2.108H0v.527h1.841a.33.33 0 0 0 .318-.337zm1.905-.78v.59h-.72v-.864h.953v-.527h-.952v-.717h.72v.442h.592v-.97H2.497v.528h.233v2.108h-.233v.527h2.16v-1.117zm1.778-.801v-.717h.699v.717zm1.334 1.391v-.759a.334.334 0 0 0-.339-.337c.19 0 .339-.148.339-.338v-.843c0-.169-.149-.337-.318-.337H4.974v.527h.275v2.108h-.275v.506h1.121v-.527h-.233v-.864h.699v.864h-.254v.527h1.1v-.527zm4.507-1.391v-.717h.72v.717zm1.334.19v-1.097a.334.334 0 0 0-.339-.337h-1.862v.527h.254v2.108h-.254v.527h1.1v-.527h-.233v-.864h.995c.19 0 .339-.148.339-.338zm1.08 1.201v-2.108h.253v-.527h-1.1v.527h.254v2.108h-.254v.527h1.1v-.527zm2.094-.59v.59h-.72v-.864h.953v-.527h-.952v-.717h.72v.442h.613v-.97h-2.18v.528h.233v2.108h-.233v.527h2.18v-1.117zm1.736-.801v.527h.487v.864h-.72v-2.108h.72v.442h.634v-.632a.334.334 0 0 0-.338-.337h-1.27a.33.33 0 0 0-.212.084c-.063.063-.127.148-.127.253v2.488a.3.3 0 0 0 .127.253.32.32 0 0 0 .233.084h1.587v-1.918zm2.984.8v.591h-.72v-.864h.953v-.527h-.953v-.717h.72v.442h.614v-.97h-2.18v.528h.233v2.108h-.233v.527h2.18v-1.117zm2.476 0v.591h-.698v-2.108h.254v-.527H21.82v.527h.254v2.108h-.254v.527H24v-1.117zm-12.846.8v-1.592H9.227v-.722h.699v.446h.635v-.637c0-.204-.19-.34-.381-.34H8.931a.335.335 0 0 0-.338.34v1.444h1.312v.87h-.699v-.594h-.613v.764c0 .19.148.34.338.34h1.249c.195 0 .36-.128.36-.319"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/deutschebahn.svg b/mkdocs-material/material/templates/.icons/simple/deutschebahn.svg new file mode 100644 index 0000000..9e0c5bc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/deutschebahn.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.6 3.6H2.4C1.08 3.6 0 4.68 0 6v12c0 1.32 1.08 2.4 2.4 2.4h19.2c1.32 0 2.4-1.08 2.4-2.424V6c0-1.32-1.08-2.4-2.4-2.4m.648 14.376c.024.36-.264.672-.648.696H2.4c-.36 0-.648-.312-.648-.672V6a.667.667 0 0 1 .624-.696H21.6c.36 0 .648.312.648.672zM7.344 6.504H3.312v10.992h4.032c3.336-.024 4.416-2.376 4.416-5.544 0-3.672-1.56-5.448-4.416-5.448m-.456 9.216h-.936V8.232h.528c2.376 0 2.616 1.728 2.616 3.936 0 2.424-.816 3.552-2.208 3.552m11.832-3.984c1.128-.336 1.896-1.368 1.92-2.568 0-.24-.048-2.688-3.144-2.688h-4.584v10.992H16.8c1.032 0 4.248 0 4.248-3.096 0-.744-.336-2.208-2.328-2.64m-2.352-3.528c1.176 0 1.656.408 1.656 1.32 0 .72-.528 1.32-1.44 1.32h-1.032v-2.64zm.24 7.512h-1.08v-2.832h1.152c1.368 0 1.704.792 1.704 1.416 0 1.416-1.344 1.416-1.776 1.416"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/deutschebank.svg b/mkdocs-material/material/templates/.icons/simple/deutschebank.svg new file mode 100644 index 0000000..d51def0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/deutschebank.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.375 3.375v17.25h17.25V3.375zM0 0h24v24H0zm5.25 18.225 9.15-12.45h4.35L9.6 18.225z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/deutschepost.svg b/mkdocs-material/material/templates/.icons/simple/deutschepost.svg new file mode 100644 index 0000000..1372936 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/deutschepost.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.057 18.221 7.839 21.47H4.652l3.219-3.249zm-4.299 0L3.541 21.47H.354l3.219-3.249zm8.227 0 3.219 3.249h-3.187l-3.22-3.249zm4.3 0 3.217 3.249h-3.187l-3.218-3.249zM10.465 2.53c3.765-.003 6.88 2.74 6.865 6.676.553-1.502.937-3.789 1.016-5.39L24 5.22c-.452 6.621-5.43 12.42-12.815 12.416C2.832 17.635-.397 10.389.039 4.899l2.453-.779c-.399 3.125.57 5.378 1.238 6.41-.795-4.42 2.549-7.998 6.735-8m.011 2.301a4.52 4.52 0 0 0-4.524 4.514 4.52 4.52 0 0 0 4.524 4.514 4.52 4.52 0 0 0 4.525-4.514 4.52 4.52 0 0 0-4.525-4.514"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/deutschewelle.svg b/mkdocs-material/material/templates/.icons/simple/deutschewelle.svg new file mode 100644 index 0000000..07c4aef --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/deutschewelle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.143 5.182A6.85 6.85 0 0 0 12 7.493a6.86 6.86 0 0 0-5.143-2.311C3.07 5.182 0 8.234 0 12s3.07 6.818 6.857 6.818A6.86 6.86 0 0 0 12 16.507a6.85 6.85 0 0 0 5.143 2.311C20.929 18.818 24 15.766 24 12s-3.07-6.818-6.857-6.818m-6.04 10.05a5.35 5.35 0 0 1-4.246 2.086c-2.954 0-5.348-2.38-5.348-5.318s2.394-5.318 5.348-5.318c1.731 0 3.27.818 4.247 2.087A5.27 5.27 0 0 1 12.206 12a5.27 5.27 0 0 1-1.102 3.231zm8.88-.641h-1.608l-1.049-2.549-1.025 2.549h-1.605l-1.661-5.182h1.833l.779 2.602.972-2.602h1.434l.973 2.602.778-2.602h1.841zM7.058 9.273H4.083v5.454h2.975c1.534 0 3.107-.878 3.107-2.727 0-1.768-1.434-2.727-3.107-2.727m-.161 3.874H5.729v-2.318h1.168c1.062 0 1.44.59 1.44 1.159.001.561-.375 1.159-1.44 1.159"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/devdotto.svg b/mkdocs-material/material/templates/.icons/simple/devdotto.svg new file mode 100644 index 0000000..ed2f0bd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/devdotto.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.42 10.05c-.18-.16-.46-.23-.84-.23H6l.02 2.44.04 2.45.56-.02c.41 0 .63-.07.83-.26.24-.24.26-.36.26-2.2 0-1.91-.02-1.96-.29-2.18M0 4.94v14.12h24V4.94zM8.56 15.3c-.44.58-1.06.77-2.53.77H4.71V8.53h1.4c1.67 0 2.16.18 2.6.9.27.43.29.6.32 2.57.05 2.23-.02 2.73-.47 3.3m5.09-5.47h-2.47v1.77h1.52v1.28l-.72.04-.75.03v1.77l1.22.03 1.2.04v1.28h-1.6c-1.53 0-1.6-.01-1.87-.3l-.3-.28v-3.16c0-3.02.01-3.18.25-3.48.23-.31.25-.31 1.88-.31h1.64v1.3zm4.68 5.45c-.17.43-.64.79-1 .79-.18 0-.45-.15-.67-.39-.32-.32-.45-.63-.82-2.08l-.9-3.39-.45-1.67h.76c.4 0 .75.02.75.05 0 .06 1.16 4.54 1.26 4.83.04.15.32-.7.73-2.3l.66-2.52.74-.04c.4-.02.73 0 .73.04 0 .14-1.67 6.38-1.8 6.68z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/devexpress.svg b/mkdocs-material/material/templates/.icons/simple/devexpress.svg new file mode 100644 index 0000000..9d7226e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/devexpress.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.4 0h21.2c.8 0 1.4.6 1.4 1.4v1.1c0 .8-.6 1-.9 1C11.7 4.9 4.2 9.7 0 14.1V1.4C0 .6.6 0 1.4 0m.022 19.567L1.7 19.2C5.3 14.6 12.4 8.3 24 6.3v16.3c0 .8-.6 1.4-1.4 1.4H1.4C.6 24 0 23.4 0 22.6v-.4c0-.3.2-.8.3-.9.252-.589.646-1.107 1.122-1.733"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/deviantart.svg b/mkdocs-material/material/templates/.icons/simple/deviantart.svg new file mode 100644 index 0000000..627a95b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/deviantart.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.207 4.794.23-.43V0H15.07l-.436.44-2.058 3.925-.646.436H4.58v5.993h4.04l.36.436-4.175 7.98-.24.43V24H8.93l.436-.44 2.07-3.925.644-.436h7.35v-5.993h-4.05l-.36-.438 4.186-7.977z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/devpost.svg b/mkdocs-material/material/templates/.icons/simple/devpost.svg new file mode 100644 index 0000000..8b5ed84 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/devpost.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.002 1.61 0 12.004 6.002 22.39h11.996L24 12.004 17.998 1.61zm1.593 4.084h3.947c3.605 0 6.276 1.695 6.276 6.31 0 4.436-3.21 6.302-6.456 6.302H7.595zm2.517 2.449v7.714h1.241c2.646 0 3.862-1.55 3.862-3.861.009-2.569-1.096-3.853-3.767-3.853Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/devrant.svg b/mkdocs-material/material/templates/.icons/simple/devrant.svg new file mode 100644 index 0000000..2816de8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/devrant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.72 0C5.482-.015 1.592 4.046 1.701 10.322c-.074 3.907 1.437 7.002 4.127 8.734a10.3 10.3 0 0 0 2.137.995l2.174 3.353c.333.848.7.774.848-.11l.59-2.69h.442c2.469.073 4.57-.517 6.228-1.585 2.616-1.733 4.126-4.791 4.053-8.697C22.41 3.948 18.431-.144 12.019.004Q11.869.001 11.72 0m4.571 4.636c.258 0 .516.092.7.276h.001c.185.185.295.442.295.737 0 .148 0 .295-.074.406l-3.722 9.25c-.258.441-.627.552-.885.552a1.007 1.007 0 0 1-.994-.995c0-.148.037-.258.073-.406l3.685-9.212q.11-.22.221-.332a1 1 0 0 1 .7-.276M9.456 7.5c.313 0 .626.12.866.359h.001c.221.221.368.516.331.848 0 .332-.147.589-.368.848-.222.258-.517.369-.848.369-.332 0-.59-.148-.848-.37-.259-.22-.37-.515-.37-.847s.149-.627.37-.848c.24-.24.552-.36.866-.36zm0 4.974c.313 0 .626.12.866.36h.001c.221.258.368.553.331.848a1.2 1.2 0 0 1-.368.848c-.221.258-.516.368-.848.368a1.2 1.2 0 0 1-.848-.368c-.259-.222-.37-.516-.37-.848s.149-.627.37-.848c.24-.24.552-.36.866-.36"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dgraph.svg b/mkdocs-material/material/templates/.icons/simple/dgraph.svg new file mode 100644 index 0000000..62d61c1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dgraph.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.22 4.319c.226-.414.349-.892.349-1.403A2.917 2.917 0 0 0 15.653 0c-1.37 0-2.522.944-2.838 2.218-.272-.013-.544-.033-.815-.033-5.58 0-10.1 4.513-10.1 10.1 0 2.74 1.1 5.23 2.871 7.047a2.9 2.9 0 0 0-.588 1.752A2.917 2.917 0 0 0 7.1 24c1.241 0 2.295-.782 2.728-1.869a10.092 10.092 0 0 0 12.272-9.86 9.98 9.98 0 0 0-3.88-7.952m-2.554.381c-.162 0-.304-.013-.446-.064l-1.21 3.523 1.772-.284-2.489 4.067 2.075-.511-7.002 8.34c.35.317.556.783.556 1.307a1.78 1.78 0 0 1-1.784 1.784c-.99 0-1.785-.795-1.785-1.784s.796-1.785 1.785-1.785q.34.001.653.13l1.978-4.326-1.933.524 3.142-4.5-1.933.465L14.521 4.3c-.4-.337-.64-.828-.64-1.371 0-.99.796-1.785 1.785-1.785s1.784.796 1.784 1.785c.007.97-.795 1.771-1.784 1.771"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dhl.svg b/mkdocs-material/material/templates/.icons/simple/dhl.svg new file mode 100644 index 0000000..0a874ef --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dhl.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m4.22 10.303-.767 1.043h4.18c.21 0 .208.078.105.218-.105.142-.28.39-.386.534-.054.073-.154.207.171.207h1.71l.505-.69c.314-.426.028-1.312-1.095-1.312zm7.204 0-1.475 2.002h5.39l1.473-2.002H14.61l-.843 1.146h-.985l.846-1.146h-2.203zm6.105 0-1.474 2.002h2.334l1.472-2.002H17.53zm-12.845 1.3-1.54 2.094h3.754c1.24 0 1.932-.844 2.145-1.136h-2.56c-.326 0-.226-.133-.172-.207.107-.143.283-.388.388-.53.104-.14.107-.22-.105-.22h-1.91zM0 12.562v.242h3.398l.176-.242zm9.762 0-.836 1.136h2.203l.836-1.136zm3.185 0-.836 1.136h2.203l.836-1.136zm2.918 0s-.159.22-.238.326c-.276.374-.033.81.87.81h3.538l.834-1.136zm5.408 0-.177.242H24v-.242zM0 13.01v.24h3.068l.178-.24zm20.943 0-.175.24H24v-.24zM0 13.457v.24h2.74l.176-.24zm20.615 0-.177.24H24v-.24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/diagramsdotnet.svg b/mkdocs-material/material/templates/.icons/simple/diagramsdotnet.svg new file mode 100644 index 0000000..41046a7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/diagramsdotnet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.69 13.419h-2.527l-2.667-4.555a1.29 1.29 0 0 0 1.035-1.28V4.16c0-.725-.576-1.312-1.302-1.312H9.771c-.726 0-1.312.576-1.312 1.301v3.435c0 .619.426 1.152 1.034 1.28l-2.666 4.555H4.309c-.725 0-1.312.576-1.312 1.301v3.435c0 .725.576 1.312 1.302 1.312h4.458c.726 0 1.312-.576 1.312-1.302v-3.434c0-.726-.576-1.312-1.301-1.312h-.437l2.645-4.523h2.059l2.656 4.523h-.438c-.725 0-1.312.576-1.312 1.301v3.435c0 .725.576 1.312 1.302 1.312H19.7c.726 0 1.312-.576 1.312-1.302v-3.434c0-.726-.576-1.312-1.301-1.312zM24 22.976c0 .565-.459 1.024-1.013 1.024H1.024A1.02 1.02 0 0 1 0 22.987V1.024C0 .459.459 0 1.013 0h21.963C23.541 0 24 .459 24 1.013z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dialogflow.svg b/mkdocs-material/material/templates/.icons/simple/dialogflow.svg new file mode 100644 index 0000000..18e44dd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dialogflow.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.996 0a1.64 1.64 0 0 0-.82.22L3.344 4.74a1.65 1.65 0 0 0-.535.498l9.136 5.28 9.213-5.32a1.65 1.65 0 0 0-.51-.458L12.818.22a1.64 1.64 0 0 0-.822-.22m9.336 5.5-9.387 5.422-9.3-5.373a1.7 1.7 0 0 0-.12.615v9.043a1.64 1.64 0 0 0 .819 1.42l3.918 2.266v4.617a.493.493 0 0 0 .74.424l12.654-7.303a1.64 1.64 0 0 0 .819-1.42V6.162a1.65 1.65 0 0 0-.143-.662"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/diaspora.svg b/mkdocs-material/material/templates/.icons/simple/diaspora.svg new file mode 100644 index 0000000..cc98f33 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/diaspora.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.257 21.928-2.33-3.255c-.622-.87-1.128-1.549-1.155-1.55-.027 0-1.007 1.317-2.317 3.115-1.248 1.713-2.28 3.115-2.292 3.115-.035 0-4.5-3.145-4.51-3.178-.006-.016 1.003-1.497 2.242-3.292s2.252-3.29 2.252-3.325c0-.056-.401-.197-3.55-1.247a1605 1605 0 0 1-3.593-1.2c-.033-.013.153-.635.79-2.648.46-1.446.845-2.642.857-2.656s1.71.528 3.772 1.207c2.062.678 3.766 1.233 3.787 1.233s.045-.032.053-.07.026-1.794.04-3.902c.013-2.107.036-3.848.05-3.87.02-.03.599-.038 2.725-.038 1.485 0 2.716.01 2.735.023.023.016.064 1.175.132 3.776.112 4.273.115 4.33.183 4.33.026 0 1.66-.547 3.631-1.216s3.593-1.204 3.605-1.191c.04.045 1.656 5.307 1.636 5.327-.011.01-1.656.574-3.655 1.252-2.75.932-3.638 1.244-3.645 1.284-.006.029.94 1.442 2.143 3.202 1.184 1.733 2.148 3.164 2.143 3.18-.012.036-4.442 3.299-4.48 3.299-.015 0-.577-.767-1.249-1.705"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dictionarydotcom.svg b/mkdocs-material/material/templates/.icons/simple/dictionarydotcom.svg new file mode 100644 index 0000000..e258e9e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dictionarydotcom.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.894.087 1.043 0a.3.3 0 0 0-.305.293V18.97a.33.33 0 0 0 .166.28l8.13 4.713a.27.27 0 0 0 .364-.092.3.3 0 0 0 .038-.138V6.275a.33.33 0 0 0-.176-.292L4.944 3.625a.17.17 0 0 1-.084-.21.17.17 0 0 1 .197-.112l7.804 1.333a.31.31 0 0 1 .252.302v15.717a.307.307 0 0 0 .309.308h.035c5.781-.645 9.72-4.693 9.804-10.308.078-6.28-4.595-10.48-11.367-10.568"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/digg.svg b/mkdocs-material/material/templates/.icons/simple/digg.svg new file mode 100644 index 0000000..90a9d23 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/digg.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.76 8.16v8.16h3.84v.96h-3.84v1.92H24V8.16zm-7.2 0v8.16h3.84v.96h-3.84v1.92h6.24V8.16zM3.84 4.8v3.36H0v8.16h6.24V4.8zM9.6 8.16H7.2v8.16h2.4zm12 6.24h-1.44v-4.32h1.44zm-17.76 0H2.4v-4.32h1.44zm10.56 0h-1.44v-4.32h1.44zM9.6 4.8H7.2v2.4h2.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/digikeyelectronics.svg b/mkdocs-material/material/templates/.icons/simple/digikeyelectronics.svg new file mode 100644 index 0000000..41a9fcd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/digikeyelectronics.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.246.221A11.786 11.786 0 0 1 23.89 10.418c.912 6.593-3.944 12.711-10.558 13.297q-.682.061-1.369.064l-10.705.003v-3.749H0V3.987h1.222V.218zM17.9 19.423l-8.26-7.422 8.25-7.422h-6.938L5.615 9.361V4.598H.56v14.803h5.105v-4.724l5.289 4.746z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/digitalocean.svg b/mkdocs-material/material/templates/.icons/simple/digitalocean.svg new file mode 100644 index 0000000..ff5351c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/digitalocean.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.04 0C5.408-.02.005 5.37.005 11.992h4.638c0-4.923 4.882-8.731 10.064-6.855a6.95 6.95 0 0 1 4.147 4.148c1.889 5.177-1.924 10.055-6.84 10.064v-4.61H7.391v4.623h4.61V24c7.86 0 13.967-7.588 11.397-15.83-1.115-3.59-3.985-6.446-7.575-7.575A12.8 12.8 0 0 0 12.039 0zM7.39 19.362H3.828v3.564H7.39zm-3.563 0v-2.978H.85v2.978z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dinersclub.svg b/mkdocs-material/material/templates/.icons/simple/dinersclub.svg new file mode 100644 index 0000000..650fc42 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dinersclub.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.506 11.982a6.03 6.03 0 0 0-3.866-5.618V17.6a6.025 6.025 0 0 0 3.866-5.618M8.33 17.598V6.365a6.03 6.03 0 0 0-3.863 5.617 6.03 6.03 0 0 0 3.863 5.616m2.156-15.113A9.497 9.497 0 0 0 .99 11.982a9.495 9.495 0 0 0 9.495 9.494 9.495 9.495 0 0 0 9.496-9.494 9.5 9.5 0 0 0-9.496-9.497Zm-.023 19.888C4.723 22.4 0 17.75 0 12.09 0 5.905 4.723 1.626 10.463 1.627h2.69C18.822 1.627 24 5.903 24 12.09c0 5.658-5.176 10.283-10.848 10.283"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dior.svg b/mkdocs-material/material/templates/.icons/simple/dior.svg new file mode 100644 index 0000000..8c6c145 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dior.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.073 8.775h3.116c2.678 0 3.727 1.572 3.727 3.237 0 1.694-1.345 3.203-3.902 3.203H.078c-.054 0-.073-.034-.073-.063 0-.034.034-.063.082-.063h.549c.17 0 .281-.102.281-.291V9.202c0-.14-.068-.296-.291-.296H.068C.024 8.906 0 8.877 0 8.843c0-.029.01-.068.073-.068m1.946 6.14c0 .14.063.184.155.184H3c2.034 0 2.771-1.558 2.771-3.12S4.99 8.9 3.271 8.9H2.15c-.117 0-.126.097-.126.141zm5.207-6.14c-.048 0-.092.02-.092.058s.024.063.068.063h.548c.127 0 .248.088.248.33v5.577c0 .116-.088.29-.243.29h-.543c-.063 0-.068.05-.068.069s-.005.053.068.053h2.64c.039 0 .092-.005.092-.044s-.01-.077-.078-.077h-.51c-.072 0-.271-.044-.271-.267V9.168c0-.16.102-.267.286-.267h.5c.044 0 .068-.024.068-.058s-.024-.063-.083-.063c0-.005-2.64.01-2.63-.005m4.125 3.223c0-1.781.796-3.223 2.29-3.223 1.466 0 2.291 1.442 2.291 3.223s-.752 3.222-2.29 3.222c-1.49.005-2.29-1.441-2.29-3.222m2.29 3.358c2.126 0 3.465-1.504 3.465-3.354s-1.325-3.358-3.465-3.358c-2.135 0-3.465 1.504-3.465 3.354s1.383 3.358 3.465 3.358m10.26-.18c-.835.088-1.297-1.28-1.719-1.931-.315-.48-.985-.97-1.645-1.068 1.087-.063 2.305-.412 2.305-1.645 0-1-.616-1.757-2.878-1.757H17.36c-.034 0-.068.02-.068.058s.034.063.068.063h.597c.126 0 .248.088.248.33v5.577c0 .116-.088.29-.243.29h-.587c-.048 0-.068.04-.068.059s.02.063.068.063h2.766c.039 0 .073-.02.073-.058s-.024-.063-.078-.063h-.558c-.073 0-.272-.049-.272-.267v-2.635h.287c1.368 0 1.47 1.485 2.15 2.334.582.728 1.344.82 1.776.82.184 0 .31-.005.427-.034.073-.024.087-.15-.044-.136m-4.319-6.28h.403c.689 0 1.805.272 1.805 1.573 0 1.194-.99 1.597-1.907 1.597h-.587V9.168c0-.165.102-.271.286-.271"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/directus.svg b/mkdocs-material/material/templates/.icons/simple/directus.svg new file mode 100644 index 0000000..f3812c3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/directus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.187 13.909a2 2 0 0 1-.286-.092.7.7 0 0 1-.203-.139c.056-.488 0-.912.047-1.392.184-1.862 1.355-1.272 2.406-1.577.655-.184 1.31-.562 1.475-1.336a13.5 13.5 0 0 0-2.397-2.204c-2.85-2.028-6.574-2.84-9.958-2.277a5.1 5.1 0 0 0 2.238 2.074s-.917 0-1.703-.587c-.23.092-.692.274-.913.384a5.094 5.094 0 0 0 6.63.37c-.01.017-.185.285-.397 1.4-.47 2.38-1.826 2.195-3.504 1.596-3.485-1.264-5.403-.093-7.145-2.49-.507.286-.82.82-.82 1.402 0 .599.331 1.106.81 1.383.262-.348.38-.446.836-.446-.706.4-.79.75-1.094 1.718-.368 1.171-.212 2.37-1.936 2.683-.913.046-.894.664-1.226 1.586-.415 1.199-.968 1.678-2.047 2.812.443.535.904.6 1.374.406.968-.406 1.715-1.66 2.415-2.471.784-.904 2.665-.517 4.085-1.402.977-.599 1.457-1.41.811-2.784a2.72 2.72 0 0 1 .701 1.66c1.641-.213 3.836 1.788 5.836 2.12a3.6 3.6 0 0 1-.488-.82c-.23-.554-.304-1.06-.258-1.503.184 1.097 1.29 2.507 3.07 2.637.452.036.95-.019 1.466-.176.618-.184 1.19-.424 1.872-.295.507.093.977.35 1.272.784.443.645 1.41.784 1.844-.009-.977-2.554-3.67-2.72-4.813-3.015"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/discogs.svg b/mkdocs-material/material/templates/.icons/simple/discogs.svg new file mode 100644 index 0000000..7817c8f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/discogs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.742 11.982c0-5.668 4.61-10.278 10.276-10.278 1.824 0 3.537.48 5.025 1.317l.814-1.488A11.9 11.9 0 0 0 12.19.003h-.195C5.41.013.072 5.31 0 11.885v.115a11.98 11.98 0 0 0 3.775 8.72l1.185-1.28a10.25 10.25 0 0 1-3.218-7.459zm18.62-8.577-1.154 1.24a10.25 10.25 0 0 1 3.088 7.337c0 5.666-4.61 10.276-10.276 10.276-1.783 0-3.46-.456-4.922-1.258l-.854 1.522A11.95 11.95 0 0 0 12 23.998c6.626 0 12.001-5.373 12.001-12a11.98 11.98 0 0 0-3.638-8.593M1.963 11.982a10.03 10.03 0 0 0 3.146 7.295l1.18-1.276a8.3 8.3 0 0 1-2.586-6.019c0-4.586 3.73-8.315 8.315-8.315 1.483 0 2.875.391 4.082 1.075l.835-1.526a10 10 0 0 0-4.917-1.289C6.475 1.925 1.963 6.437 1.963 11.982m18.37 0c0 4.586-3.73 8.315-8.315 8.315a8.3 8.3 0 0 1-3.962-1.005l-.852 1.516a10 10 0 0 0 4.814 1.229c5.543 0 10.055-4.512 10.055-10.055 0-2.808-1.157-5.347-3.016-7.173l-1.183 1.274a8.28 8.28 0 0 1 2.46 5.899m-1.948 0a6.37 6.37 0 0 1-6.365 6.364 6.3 6.3 0 0 1-3.006-.756l-.848 1.507a8.04 8.04 0 0 0 3.854.977c4.464 0 8.095-3.63 8.095-8.094 0-2.24-.914-4.27-2.39-5.738l-1.179 1.267a6.36 6.36 0 0 1 1.839 4.473m-14.459 0c0 2.301.967 4.382 2.515 5.858l1.173-1.27a6.34 6.34 0 0 1-1.96-4.588 6.37 6.37 0 0 1 6.364-6.364 6.3 6.3 0 0 1 3.144.835l.83-1.517a8.06 8.06 0 0 0-3.974-1.048c-4.461 0-8.092 3.63-8.092 8.094m12.53 0a4.44 4.44 0 0 1-4.438 4.437 4.4 4.4 0 0 1-2.061-.509l-.835 1.488a6.1 6.1 0 0 0 2.896.727 6.15 6.15 0 0 0 6.143-6.143 6.12 6.12 0 0 0-1.768-4.308l-1.162 1.25a4.43 4.43 0 0 1 1.224 3.058m-10.581 0a6.12 6.12 0 0 0 1.888 4.425l1.157-1.25.014.014a4.42 4.42 0 0 1-1.355-3.187 4.436 4.436 0 0 1 4.437-4.437c.808 0 1.564.219 2.217.598l.82-1.498a6.1 6.1 0 0 0-3.037-.806c-3.384-.005-6.141 2.753-6.141 6.141m6.68 0a.538.538 0 0 1-1.074 0 .537.537 0 1 1 1.075 0m-3.94 0a3.4 3.4 0 1 1 6.801 0 3.4 3.4 0 0 1-6.8 0m.149 0a3.256 3.256 0 0 0 3.252 3.252 3.255 3.255 0 0 0 3.254-3.252 3.253 3.253 0 1 0-6.506 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/discord.svg b/mkdocs-material/material/templates/.icons/simple/discord.svg new file mode 100644 index 0000000..69d8d7e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/discord.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.317 4.37a19.8 19.8 0 0 0-4.885-1.515.074.074 0 0 0-.079.037c-.21.375-.444.864-.608 1.25a18.3 18.3 0 0 0-5.487 0 13 13 0 0 0-.617-1.25.08.08 0 0 0-.079-.037A19.7 19.7 0 0 0 3.677 4.37a.1.1 0 0 0-.032.027C.533 9.046-.32 13.58.099 18.057a.08.08 0 0 0 .031.057 19.9 19.9 0 0 0 5.993 3.03.08.08 0 0 0 .084-.028c.462-.63.874-1.295 1.226-1.994a.076.076 0 0 0-.041-.106 13 13 0 0 1-1.872-.892.077.077 0 0 1-.008-.128 10 10 0 0 0 .372-.292.07.07 0 0 1 .077-.01c3.928 1.793 8.18 1.793 12.062 0a.07.07 0 0 1 .078.01c.12.098.246.198.373.292a.077.077 0 0 1-.006.127 12.3 12.3 0 0 1-1.873.892.077.077 0 0 0-.041.107c.36.698.772 1.362 1.225 1.993a.08.08 0 0 0 .084.028 19.8 19.8 0 0 0 6.002-3.03.08.08 0 0 0 .032-.054c.5-5.177-.838-9.674-3.549-13.66a.06.06 0 0 0-.031-.03M8.02 15.33c-1.182 0-2.157-1.085-2.157-2.419 0-1.333.956-2.419 2.157-2.419 1.21 0 2.176 1.096 2.157 2.42 0 1.333-.956 2.418-2.157 2.418m7.975 0c-1.183 0-2.157-1.085-2.157-2.419 0-1.333.955-2.419 2.157-2.419 1.21 0 2.176 1.096 2.157 2.42 0 1.333-.946 2.418-2.157 2.418"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/discourse.svg b/mkdocs-material/material/templates/.icons/simple/discourse.svg new file mode 100644 index 0000000..8e1c627 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/discourse.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.103 0C18.666 0 24 5.485 24 11.997c0 6.51-5.33 11.99-11.9 11.99L0 24V11.79C0 5.28 5.532 0 12.103 0m.116 4.563a7.4 7.4 0 0 0-6.337 3.57 7.25 7.25 0 0 0-.148 7.22L4.4 19.61l4.794-1.074a7.42 7.42 0 0 0 8.136-1.39 7.26 7.26 0 0 0 1.737-7.997 7.375 7.375 0 0 0-6.84-4.585z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/discover.svg b/mkdocs-material/material/templates/.icons/simple/discover.svg new file mode 100644 index 0000000..83f6be9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/discover.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.58 12a2.023 2.023 0 1 1-2.025-2.023h.002c1.118 0 2.023.906 2.023 2.023m-5.2-2.001c-1.124 0-2.025.884-2.025 1.99 0 1.118.878 1.984 2.007 1.984.319 0 .593-.063.93-.221v-.873c-.296.297-.559.416-.895.416-.747 0-1.277-.542-1.277-1.312 0-.73.547-1.306 1.243-1.306.354 0 .622.126.93.428v-.873a1.9 1.9 0 0 0-.913-.233m-3.352 1.545c-.445-.165-.576-.273-.576-.479 0-.239.233-.422.553-.422.222 0 .405.091.598.308l.388-.508a1.67 1.67 0 0 0-1.117-.422c-.673 0-1.186.467-1.186 1.089 0 .524.239.792.936 1.043.291.103.438.171.513.217a.46.46 0 0 1 .222.394c0 .308-.245.536-.576.536-.354 0-.639-.177-.809-.507l-.479.461c.342.502.752.724 1.317.724.771 0 1.311-.513 1.311-1.249-.002-.603-.252-.876-1.095-1.185M24 10.3a.29.29 0 0 1-.288.291.29.29 0 0 1-.291-.291v-.003A.29.29 0 1 1 24 10.3m-.059.001a.235.235 0 0 0-.231-.239.234.234 0 0 0-.232.239c0 .132.104.239.232.239a.235.235 0 0 0 .231-.239M3.472 13.887h.742v-3.803h-.742zm12.702-1.248-1.014-2.554h-.81l1.614 3.9h.399l1.643-3.9h-.804zm2.166 1.248h2.104v-.644h-1.362v-1.027h1.312v-.644h-1.312v-.844h1.362v-.644H18.34zm5.409-3.557.11.138h-.097l-.094-.13v.13h-.08v-.334h.107c.081 0 .126.036.126.103.001.046-.025.08-.072.093m-.006-.092q0-.043-.06-.043h-.014v.087h.014q.06 0 .06-.044m-1.228 2.047 1.197 1.602H22.8l-1.027-1.528h-.097v1.528h-.741v-3.803h1.1c.855 0 1.346.411 1.346 1.123 0 .583-.308.965-.866 1.078m.103-1.038c0-.37-.251-.563-.713-.563h-.228v1.152h.217c.473-.001.724-.207.724-.589m-19.487.742a1.91 1.91 0 0 1-.69 1.46c-.365.303-.781.439-1.357.439H.001v-3.803H1.09c1.202 0 2.041.781 2.041 1.904m-.764-.006c0-.364-.154-.718-.411-.947-.245-.222-.536-.308-1.015-.308H.742v2.515h.199c.479 0 .782-.092 1.015-.302.256-.228.411-.593.411-.958"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/disqus.svg b/mkdocs-material/material/templates/.icons/simple/disqus.svg new file mode 100644 index 0000000..5253180 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/disqus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.438 23.654c-2.853 0-5.46-1.04-7.476-2.766L0 21.568l1.917-4.733A11.7 11.7 0 0 1 .875 12C.875 5.564 6.05.346 12.44.346 18.82.346 24 5.564 24 12c0 6.438-5.176 11.654-11.562 11.654m6.315-11.687v-.033c0-3.363-2.373-5.76-6.462-5.76H7.877V17.83h4.35c4.12 0 6.525-2.5 6.525-5.863h.004zm-6.415 2.998h-1.29V9.04h1.29c1.897 0 3.157 1.08 3.157 2.945v.03c0 1.884-1.26 2.95-3.157 2.95"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/disroot.svg b/mkdocs-material/material/templates/.icons/simple/disroot.svg new file mode 100644 index 0000000..c95146a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/disroot.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.976 2.856C2.321 3.296.603 4.491.122 5.536c-.144.315-.164.885-.04 1.133.178.35.343.384 1.387.24.817-.11 1.085-.117 1.985-.055 1.106.076 1.594.213 1.882.522.172.179 3.75 9.033 3.813 9.418.11.694-.234 1.312-1.189 2.143-.797.687-.927.907-.824 1.381.151.666.508.982 1.113.982.508 0 2.095-.268 3.297-.55 3.476-.817 6.437-1.923 8.504-3.173 1.944-1.168 3.25-2.555 3.765-3.984.15-.433.178-.618.185-1.326 0-.975-.11-1.38-.536-1.958-.858-1.16-1.8-2.005-3.338-2.988-2.96-1.902-3.778-2.294-6.67-3.215-2.521-.803-5.358-1.318-7.728-1.394-1.017-.027-1.147-.02-1.752.144m9.411 6.526c1.477.563 2.823 1.47 4.554 3.07.838.777 1.024 1.072 1.058 1.732.076 1.23-.597 2.033-2.088 2.507-.708.22-2.191.536-2.253.474-.02-.014 0-.13.041-.254.048-.13.062-.447.048-.749-.027-.433-.096-.68-.364-1.319-.179-.433-.708-1.91-1.175-3.283l-.851-2.5.22.047c.123.028.487.151.81.275"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/distrokid.svg b/mkdocs-material/material/templates/.icons/simple/distrokid.svg new file mode 100644 index 0000000..5503549 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/distrokid.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 10.505h1.165c.94 0 1.589.645 1.589 1.486V12c0 .841-.65 1.495-1.59 1.495H0zM1.165 12.9c.538 0 .901-.363.901-.892V12c.002-.53-.361-.903-.901-.903H.658v1.804zm2.205-2.396h.658v2.99H3.37zm1.201 2.554.389-.466c.269.222.55.363.892.363.27 0 .431-.107.431-.282v-.008c0-.167-.102-.252-.602-.38-.602-.154-.99-.32-.99-.914v-.009c0-.542.433-.9 1.046-.9a1.73 1.73 0 0 1 1.111.38l-.342.495c-.264-.184-.525-.295-.776-.295-.25 0-.384.116-.384.26v.01c0 .196.128.26.644.392.606.158.949.376.949.897v.009c0 .593-.453.927-1.098.927a1.9 1.9 0 0 1-1.27-.479m3.57-1.948h-.909v-.605h2.477v.605H8.8v2.384h-.657V11.11zm2.072-.606h1.367c.38 0 .675.107.871.303.167.167.257.402.257.684v.008c0 .483-.26.786-.64.927l.73 1.068h-.77l-.64-.957h-.517v.957h-.658zm1.324 1.452c.32 0 .504-.171.504-.423v-.008c0-.282-.196-.427-.516-.427h-.652v.858zm1.632.052V12c0-.85.671-1.546 1.594-1.546s1.583.688 1.583 1.537V12c0 .85-.67 1.546-1.593 1.546s-1.584-.688-1.584-1.537zm2.49 0V12c0-.512-.375-.94-.905-.94s-.897.42-.897.932v.009c0 .512.376.94.906.94s.897-.42.897-.932zm1.4-1.504h.337v1.785l1.718-1.785h.435l-1.281 1.307 1.337 1.683h-.423l-1.15-1.448-.636.645v.803h-.337zm3.1 0h.339v2.99h-.338v-2.99zm1.214 0h1.038c.94 0 1.589.645 1.589 1.486V12c0 .841-.65 1.495-1.589 1.495h-1.038v-2.99zm1.038 2.678c.756 0 1.239-.512 1.239-1.174V12c0-.662-.483-1.182-1.239-1.182h-.702v2.366z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/django.svg b/mkdocs-material/material/templates/.icons/simple/django.svg new file mode 100644 index 0000000..757c7c8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/django.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.146 0h3.924v18.166c-2.013.382-3.491.535-5.096.535-4.791 0-7.288-2.166-7.288-6.32 0-4.002 2.65-6.6 6.753-6.6.637 0 1.121.05 1.707.203zm0 9.143a3.9 3.9 0 0 0-1.325-.204c-1.988 0-3.134 1.223-3.134 3.365 0 2.09 1.096 3.236 3.109 3.236.433 0 .79-.025 1.35-.102V9.142zM21.314 6.06v9.098c0 3.134-.229 4.638-.917 5.937-.637 1.249-1.478 2.039-3.211 2.905l-3.644-1.733c1.733-.815 2.574-1.53 3.109-2.625.561-1.121.739-2.421.739-5.835V6.059zM17.39.021h3.924v4.026H17.39z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dji.svg b/mkdocs-material/material/templates/.icons/simple/dji.svg new file mode 100644 index 0000000..2df13c5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dji.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.2 7.8a717 717 0 0 0-1.232 4.63c-.202.772-.401 1.544-.634 2.308-.226.743-.504 1.535-.91 2.21-.422.703-.969 1.253-1.726 1.604q-.451.206-.939.306-.691.136-1.394.165c-1.163.065-3.628.056-4.79.056l.713-2.64c.539 0 1.078.002 1.617-.013.52-.014 1.092-.042 1.605-.163.56-.133.984-.36 1.355-.817.337-.416.564-.935.75-1.424.34-.893.688-2.173.934-3.093.277-1.041.544-2.085.812-3.129zm4.8 0-2.072 7.68h-3.84l2.073-7.68ZM11.339 4.92h3.84q-.603 2.25-1.212 4.496c-.283 1.044-.565 2.088-.872 3.124-.135.452-.269.903-.445 1.342-.141.352-.3.666-.591.93a1.9 1.9 0 0 1-.734.405c-.356.112-.717.154-1.085.184-.53.043-1.06.054-1.591.063q-2.987.03-5.974-.001a21 21 0 0 1-.954-.034 5 5 0 0 1-.632-.07 2 2 0 0 1-.412-.119c-.44-.192-.664-.575-.677-1.043q0-.396.093-.78c.076-.367.171-.728.265-1.09.179-.691.506-1.966.762-2.638.2-.526.464-1.05.966-1.382.28-.186.576-.285.901-.35.241-.05.483-.075.728-.093.41-.03.82-.04 1.23-.047q.873-.013 1.748-.015L8.148 7.8h1.454l-.518 1.92c-.864 0-1.728-.002-2.593.003-.252.001-.504 0-.756.016a1 1 0 0 0-.264.042c-.113.04-.17.11-.22.213-.073.15-.115.31-.162.468a85 85 0 0 0-.503 1.857q-.054.21-.1.42-.034.148-.05.298c-.01.11-.014.242.053.345.068.103.182.127.29.143.12.018.241.021.363.025q.298.008.597.008.816.004 1.633 0c.25-.002.501-.004.752-.014.173-.007.343-.013.513-.054.13-.031.23-.08.318-.186q.084-.107.133-.235c.088-.209.15-.425.213-.641.245-.83.466-1.665.692-2.499l.675-2.503.67-2.505h3.84z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dlib.svg b/mkdocs-material/material/templates/.icons/simple/dlib.svg new file mode 100644 index 0000000..b5dd2ac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dlib.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.219.002a19 19 0 0 0-1.523.046v23.909c.973.068 1.954.055 2.924-.032.284-.94.575-1.879.86-2.818a14.4 14.4 0 0 0 4.193-1.361l3.12 1.507a14 14 0 0 0 2.076-1.58l-1.91-2.49c.83-1.02 1.443-2.16 1.726-3.356l3.57-.686a10.5 10.5 0 0 0-.03-2.287l-3.548-.682a8.25 8.25 0 0 0-1.723-3.355q.957-1.246 1.915-2.488a13.5 13.5 0 0 0-2.043-1.599L11.663 4.26a13.8 13.8 0 0 0-4.187-1.387L6.61.044A19 19 0 0 0 5.22.002m2.33 5.388c3.686.814 6.464 3.746 6.278 6.801-.094 2.897-2.682 5.658-6.243 6.398-.17-.227-.025-.78-.073-1.134L7.506 5.382l.042.01z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dlna.svg b/mkdocs-material/material/templates/.icons/simple/dlna.svg new file mode 100644 index 0000000..cee9113 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dlna.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.255 12.667H13.02c-1.052 0-2.1.489-2.693 1.266v-.017a3.24 3.24 0 0 1-2.629 1.353 3.25 3.25 0 0 1 0-6.502c1.085 0 2.04.536 2.63 1.353v-.013c.591.776 1.64 1.273 2.692 1.273h10.129c.186-.005.873-.095.848-.981-.884-5.086-5.88-8.987-11.923-8.987-3.722 0-7.048 1.48-9.263 3.803-.356.527.014.689.35.734H9.77c1.05 0 2.1-.498 2.692-1.277v.018a3.24 3.24 0 0 1 2.63-1.355 3.252 3.252 0 0 1 0 6.503 3.24 3.24 0 0 1-2.63-1.355v.019c-.592-.78-1.642-1.266-2.692-1.266H2.55l.028.003s-1.068-.06-1.719.859C.361 8.9 0 10.62 0 12.002c0 1.388.198 2.65.867 3.923.564.908 1.71.85 1.71.85l-.042.005h7.233c1.05 0 2.1-.49 2.692-1.268v.02a3.24 3.24 0 0 1 2.63-1.356 3.251 3.251 0 0 1 0 6.502 3.24 3.24 0 0 1-2.63-1.354v.018c-.592-.779-1.642-1.277-2.692-1.277H3.164c-.328.042-.698.198-.379.7 2.216 2.336 5.555 3.823 9.289 3.823 6.054 0 11.056-3.91 11.926-9.009-.004-.713-.489-.877-.745-.912"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dm.svg b/mkdocs-material/material/templates/.icons/simple/dm.svg new file mode 100644 index 0000000..e8b474a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dm.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.1 8.683c-1.237 0-1.943 1.726-1.943 2.95 0 .502.122.72.38.72.693 0 1.876-2.012 2.12-3.262l.068-.326a2.6 2.6 0 0 0-.625-.082m1.468 5.192H7.76c.082-.476.23-.992.49-1.7h-.028c-.57.952-1.372 1.863-2.391 1.863-1.047 0-1.577-.68-1.577-2.093 0-2.487 1.29-4.757 4.172-4.757a3.3 3.3 0 0 1 .57.055l.3-1.51v-.012a10 10 0 0 0-1.114-.136l.258-1.237c.91-.095 1.848-.163 2.949-.122zm10.83 0h-1.793l.653-4.023c.136-.652.04-.91-.258-.91-.612 0-1.7 1.603-1.957 3.18l-.286 1.753h-1.794l.666-4.023c.136-.652.04-.91-.258-.91-.612 0-1.672 1.59-1.97 3.139l-.34 1.794h-1.794l.965-5.056v-.04c-.286-.055-.72-.11-1.115-.137l.258-1.236a18 18 0 0 1 2.84-.123 12 12 0 0 1-.502 1.7h.027c.598-1.02 1.237-1.795 2.392-1.795.775 0 1.29.408 1.29 1.305 0 .163-.04.326-.108.598l.014.014c.598-1.088 1.345-1.903 2.5-1.903 1.278 0 1.55.924 1.305 2.16zm3.562 1.74s-.258.312-.802.665c-1.06.72-3.166 1.63-6.442.816a40 40 0 0 1-.897-.245c-2.99-.87-4.756-1.998-8.738-2.487-2.705.068-5.45.38-6.958.978 0 0 .407.422.53.598.068.136.203.53.34.938.149.435.285.843.285.843s1.699-.897 3.683-1.427c.938-.258 1.93-.408 2.84-.354 3.044.19 5.504 1.767 8.236 3.045 1.889.53 6.51.937 7.814.353-.013-.027.245-1.291.11-3.724m-.803.666c-1.06.72-3.166 1.63-6.442.816a40 40 0 0 1-.897-.245c-2.065-.897-4.158-1.848-5-2.487 2.364.367 5.897.734 11.605-.19 0 0 .544.856.734 2.106m-22.166.585L0 17.218s1.142 1.359 1.332 1.794l.286.775s3.6-1.985 8.833-1.686a10 10 0 0 1 2.23.408s-2.135-1.386-2.556-1.522a26.5 26.5 0 0 0-5.164-.707 20 20 0 0 0-3.683 1.427s-.15-.421-.286-.842"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/docker.svg b/mkdocs-material/material/templates/.icons/simple/docker.svg new file mode 100644 index 0000000..0fdb599 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/docker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.983 11.078h2.119a.186.186 0 0 0 .186-.185V9.006a.186.186 0 0 0-.186-.186h-2.119a.185.185 0 0 0-.185.185v1.888c0 .102.083.185.185.185m-2.954-5.43h2.118a.186.186 0 0 0 .186-.186V3.574a.186.186 0 0 0-.186-.185h-2.118a.185.185 0 0 0-.185.185v1.888c0 .102.082.185.185.185m0 2.716h2.118a.187.187 0 0 0 .186-.186V6.29a.186.186 0 0 0-.186-.185h-2.118a.185.185 0 0 0-.185.185v1.887c0 .102.082.185.185.186m-2.93 0h2.12a.186.186 0 0 0 .184-.186V6.29a.185.185 0 0 0-.185-.185H8.1a.185.185 0 0 0-.185.185v1.887c0 .102.083.185.185.186m-2.964 0h2.119a.186.186 0 0 0 .185-.186V6.29a.185.185 0 0 0-.185-.185H5.136a.186.186 0 0 0-.186.185v1.887c0 .102.084.185.186.186m5.893 2.715h2.118a.186.186 0 0 0 .186-.185V9.006a.186.186 0 0 0-.186-.186h-2.118a.185.185 0 0 0-.185.185v1.888c0 .102.082.185.185.185m-2.93 0h2.12a.185.185 0 0 0 .184-.185V9.006a.185.185 0 0 0-.184-.186h-2.12a.185.185 0 0 0-.184.185v1.888c0 .102.083.185.185.185m-2.964 0h2.119a.185.185 0 0 0 .185-.185V9.006a.185.185 0 0 0-.184-.186h-2.12a.186.186 0 0 0-.186.186v1.887c0 .102.084.185.186.185m-2.92 0h2.12a.185.185 0 0 0 .184-.185V9.006a.185.185 0 0 0-.184-.186h-2.12a.185.185 0 0 0-.184.185v1.888c0 .102.082.185.185.185M23.763 9.89c-.065-.051-.672-.51-1.954-.51q-.508.001-1.01.087c-.248-1.7-1.653-2.53-1.716-2.566l-.344-.199-.226.327c-.284.438-.49.922-.612 1.43-.23.97-.09 1.882.403 2.661-.595.332-1.55.413-1.744.42H.751a.75.75 0 0 0-.75.748 11.4 11.4 0 0 0 .692 4.062c.545 1.428 1.355 2.48 2.41 3.124 1.18.723 3.1 1.137 5.275 1.137a15.7 15.7 0 0 0 2.93-.266 12.3 12.3 0 0 0 3.823-1.389 10.5 10.5 0 0 0 2.61-2.136c1.252-1.418 1.998-2.997 2.553-4.4h.221c1.372 0 2.215-.549 2.68-1.009.309-.293.55-.65.707-1.046l.098-.288Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/docsdotrs.svg b/mkdocs-material/material/templates/.icons/simple/docsdotrs.svg new file mode 100644 index 0000000..9a894a3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/docsdotrs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22.903 11.728-4.528-1.697V4.945a1.69 1.69 0 0 0-1.097-1.58l-4.687-1.757a1.67 1.67 0 0 0-1.186 0L6.717 3.366a1.69 1.69 0 0 0-1.097 1.58v5.085l-4.528 1.697A1.69 1.69 0 0 0 0 13.308v5.16c0 .638.36 1.224.933 1.51l4.687 2.344a1.68 1.68 0 0 0 1.51 0L12 19.884l4.87 2.438a1.68 1.68 0 0 0 1.51 0l4.687-2.344a1.69 1.69 0 0 0 .933-1.51v-5.16c0-.703-.436-1.331-1.097-1.58m-6.122-1.66-3.984 1.496V8.367l3.984-1.734zM7.22 4.88 12 3.09l4.781 1.79v.028L12 6.848l-4.781-1.94Zm3.937 13.645-3.984 1.992V16.81l3.984-1.818zm0-5.25-4.781 1.94-4.781-1.94v-.028l4.781-1.79 4.781 1.79zm11.25 5.25-3.984 1.992V16.81l3.984-1.818zm0-5.25-4.781 1.94-4.781-1.94v-.028l4.781-1.79 4.781 1.79z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/docsify.svg b/mkdocs-material/material/templates/.icons/simple/docsify.svg new file mode 100644 index 0000000..2a46de5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/docsify.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2.862c-6.617 0-12 5.383-12 12 0 1.964.49 3.406 1.5 4.408 1.706 1.696 4.619 1.868 8.05 1.868q.646 0 1.315-.005a218 218 0 0 1 2.765 0c3.792.024 7.066.044 8.88-1.758C23.511 18.378 24 16.9 24 14.862c0-6.617-5.383-12-12-12m-8.852 8.154a.393.393 0 1 1 0-.787.393.393 0 0 1 0 .787M5.113 8.48c-.55.637-1.01 1.361-1.01 1.361-.06.092-.167.099-.24.017l-.26-.29a.25.25 0 0 1-.02-.303s1.11-1.559 1.806-2.186c.25-.225.248-.239.891-.692s1.4-.826 1.4-.826a.27.27 0 0 1 .308.059l.26.29c.075.082.056.186-.04.235 0 0-1.772.887-2.353 1.509-.394.422-.192.19-.742.826m1.576 2.143a1.377 1.377 0 1 1 2.754 0 1.377 1.377 0 0 1-2.754 0m5.41 7.929c-1.902 0-3.443-1.542-3.443-3.443s1.644-.854 3.545-.854 3.34-1.047 3.34.854-1.541 3.443-3.443 3.443zM16.72 12a1.377 1.377 0 1 1 0-2.754 1.377 1.377 0 0 1 0 2.754"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/doctrine.svg b/mkdocs-material/material/templates/.icons/simple/doctrine.svg new file mode 100644 index 0000000..49dcda3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/doctrine.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.791 0a2 2 0 0 0-.254.016 2.22 2.22 0 0 0-1.95 2.383 2.22 2.22 0 0 0 .666 1.416l-.003.004L9.585 6.02a9.153 9.153 0 0 0 2.78 17.973 9.15 9.15 0 0 0 8.787-9.145l-.116-1.451a9.1 9.1 0 0 0-2.625-5.08h.002L10.336.613l-.002.001A2.22 2.22 0 0 0 8.791 0m2.215 8.548a1.5 1.5 0 0 1 .91.453l4.747 4.773a1.32 1.32 0 0 1 .436.789l.017.21a1.33 1.33 0 0 1-.451.998l-4.779 4.822a1.5 1.5 0 0 1-.999.438 1.49 1.49 0 0 1-1.544-1.366 1.48 1.48 0 0 1 .439-1.176l2.42-2.422H7.175v-.002a1.329 1.329 0 0 1-.173-2.649 1 1 0 0 1 .144-.01l.017.001c1.658.006 3.315.003 4.973.003l-2.28-2.28a1.48 1.48 0 0 1-.498-.993 1.48 1.48 0 0 1 1.303-1.588 1.5 1.5 0 0 1 .345-.001"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/docusaurus.svg b/mkdocs-material/material/templates/.icons/simple/docusaurus.svg new file mode 100644 index 0000000..bad67ec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/docusaurus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.462 22.201h12.321a2.466 2.466 0 0 0 2.369-1.854q.039.007.079.008a.62.62 0 0 0 .615-.615.62.62 0 0 0-.615-.615q-.04.001-.079.007l-.014-.055a.62.62 0 0 0 .378-.568.62.62 0 0 0-.615-.615.6.6 0 0 0-.371.127l-.042-.041a.6.6 0 0 0 .125-.368c0-.67-.919-.858-1.181-.241l-.055-.014q.006-.039.008-.079a.62.62 0 0 0-.616-.615.62.62 0 0 0-.615.615h-.096a.617.617 0 0 0-1.033 0h-.717v-2.461h2.461q.173-.001.331-.047a.307.307 0 1 0 .529-.304l.02-.021c.052.04.116.064.186.064h.002c.337 0 .428-.463.117-.591l.007-.028q.02.003.039.004a.31.31 0 0 0 .308-.308.31.31 0 0 0-.308-.308q-.02.001-.039.004l-.007-.027c.327-.13-.028-.745-.305-.528l-.02-.021a.3.3 0 0 0 .062-.184c-.011-.326-.454-.416-.591-.12a1.2 1.2 0 0 0-.32-.047h-2.143a2.47 2.47 0 0 1 2.132-1.23h7.385V9.894l-8.618-.539a1.315 1.315 0 0 1-1.229-1.308c0-.688.542-1.265 1.229-1.307l8.618-.539v-1.23a2.473 2.473 0 0 0-2.462-2.462H8.615l-.307-.533a.356.356 0 0 0-.616 0l-.307.533-.308-.533a.355.355 0 0 0-.615 0l-.308.533-.308-.533a.355.355 0 0 0-.615 0l-.308.533-.008.001-.51-.51a.354.354 0 0 0-.594.159l-.168.628-.639-.171a.357.357 0 0 0-.436.435l.172.639-.628.169a.356.356 0 0 0-.16.594l.51.51v.008l-.533.307a.356.356 0 0 0 0 .616l.533.307-.533.308a.356.356 0 0 0 0 .616l.533.307-.533.308a.355.355 0 0 0 0 .615l.533.308-.533.308a.355.355 0 0 0 0 .615l.533.308-.533.307a.356.356 0 0 0 0 .616l.533.308-.533.307a.356.356 0 0 0 0 .616l.533.307-.533.308a.355.355 0 0 0 0 .615l.533.308-.533.308a.355.355 0 0 0 0 .615l.533.308-.533.308a.355.355 0 0 0 0 .615l.533.308-.533.307a.356.356 0 0 0 0 .616l.533.307-.533.308a.355.355 0 0 0 0 .615l.533.308-.533.308a.355.355 0 0 0 0 .615l.533.308a2.46 2.46 0 0 1-2.13-1.231A2.47 2.47 0 0 0 0 19.74c0 1.35 1.112 2.46 2.462 2.461m19.692-5.204v2.743a2.473 2.473 0 0 1-2.461 2.461h-.001 1.231a2.466 2.466 0 0 0 2.383-1.854q.039.007.079.008A.62.62 0 0 0 24 19.74a.62.62 0 0 0-.615-.615q-.04.001-.079.007l-.014-.055a.62.62 0 0 0 .378-.568.62.62 0 0 0-.615-.615.6.6 0 0 0-.371.127l-.042-.041a.6.6 0 0 0 .125-.368.623.623 0 0 0-.613-.615m-4.067 2.62h2.223c.067 0 .123.056.123.123a.124.124 0 0 1-.123.123h-2.223a.9.9 0 0 0 0-.246m-.33-1.231h2.553c.067 0 .123.056.123.123a.124.124 0 0 1-.123.123h-2.553a.9.9 0 0 0 0-.246m-1.026-1.231h3.579c.067 0 .123.056.123.123a.124.124 0 0 1-.123.123h-3.474a.9.9 0 0 0-.105-.246m3.579-.984h-6.159a.126.126 0 0 1-.123-.123c0-.068.056-.123.123-.123h6.159c.067 0 .123.056.123.123a.124.124 0 0 1-.123.123m1.844-3.816v2.462q.172-.001.331-.047a.308.308 0 1 0 .528-.304l.021-.021c.052.04.116.064.186.064a.31.31 0 0 0 .307-.308.31.31 0 0 0-.189-.283l.007-.028q.02.003.04.004a.31.31 0 0 0 .307-.308.31.31 0 0 0-.307-.308q-.02.001-.04.004l-.007-.027a.31.31 0 0 0-.118-.592.3.3 0 0 0-.186.064l-.021-.021a.3.3 0 0 0 .063-.184c-.011-.326-.454-.416-.591-.12a1.2 1.2 0 0 0-.321-.047zm-6.059 2.339h4.215c.067 0 .123.056.123.123a.124.124 0 0 1-.123.123h-4.451a.6.6 0 0 0 .073-.19.6.6 0 0 0 .163-.056m.454-1.208h3.761c.067 0 .123.056.123.123a.124.124 0 0 1-.123.123h-3.772a.55.55 0 0 0 .011-.246m5.605-6.225h-.004c-.381.013-.561.393-.719.729-.166.35-.294.578-.504.572-.233-.009-.366-.271-.506-.549-.162-.32-.347-.682-.734-.668-.375.013-.556.344-.715.636-.169.311-.285.5-.507.491-.237-.008-.363-.222-.509-.469-.163-.275-.351-.585-.731-.574-.368.013-.549.294-.709.542-.169.262-.287.421-.513.412-.243-.009-.368-.186-.513-.391-.163-.231-.347-.491-.726-.479-.36.013-.541.243-.701.446-.151.192-.27.344-.52.335h-.005a.126.126 0 0 0-.123.123c0 .066.053.121.119.123.371.012.559-.222.723-.429.145-.184.27-.343.516-.352.237-.01.348.138.516.375.16.226.341.482.705.495.382.013.566-.273.729-.525.145-.226.271-.421.511-.429.22-.008.34.166.51.453.159.271.34.577.712.59.385.014.57-.322.732-.619.14-.257.273-.5.507-.508.221-.005.336.196.506.533.159.314.339.67.717.684h.021c.377 0 .556-.378.714-.713.14-.297.273-.576.501-.588zM7.385 6.509a.31.31 0 0 1-.308-.308c-.01-.532-.378-.911-.927-.922-.528-.011-.888.432-.919.922-.011.168-.139.307-.308.308a.31.31 0 0 1-.308-.308c0-.848.69-1.538 1.539-1.538.848 0 1.538.69 1.538 1.538a.31.31 0 0 1-.307.308m9.846-2.308a.31.31 0 0 1 .308.308.31.31 0 0 1-.308.308.31.31 0 0 1-.308-.308.31.31 0 0 1 .308-.308m2.461-.153a.31.31 0 0 1 .307.308.31.31 0 0 1-.308.308h-.001a.31.31 0 0 1-.307-.308.31.31 0 0 1 .308-.308z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dogecoin.svg b/mkdocs-material/material/templates/.icons/simple/dogecoin.svg new file mode 100644 index 0000000..069c753 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dogecoin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.288 7.908h-1.715v3.38h2.697v1.415h-2.697v3.38h1.799c.462 0 3.794.052 3.789-3.933s-3.232-4.242-3.873-4.242M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0m.472 18.481H8.126v-5.778H6.594v-1.415h1.532V5.511h3.73c.882 0 6.727-.183 6.727 6.594-.001 6.888-6.111 6.376-6.111 6.376"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/doi.svg b/mkdocs-material/material/templates/.icons/simple/doi.svg new file mode 100644 index 0000000..fbd438e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/doi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 12c0 6.633-5.367 12-12 12S0 18.633 0 12 5.367 0 12 0s12 5.367 12 12M7.588 6.097v4.471c-.663-.925-1.403-1.373-2.406-1.373-2.046 0-3.244 1.441-3.244 3.847 0 2.357 1.325 3.848 3.166 3.848 1.12 0 1.88-.4 2.445-1.325l-.039 1.042h2.045V6.097Zm-1.763 8.942c-1.12 0-1.802-.76-1.802-2.045 0-1.325.682-2.085 1.802-2.085 1.081 0 1.802.76 1.802 2.085 0 1.285-.672 2.045-1.802 2.045m12.253-1.948c0-2.172-1.578-3.789-3.906-3.789s-3.945 1.695-3.945 3.789c0 2.133 1.578 3.789 3.945 3.789 2.289 0 3.906-1.656 3.906-3.789m-2.094-.01c0 1.14-.711 1.89-1.851 1.89-1.139 0-1.851-.75-1.851-1.89s.712-1.89 1.851-1.89c1.149 0 1.861.751 1.851 1.89m2.6-5.795c0 .633.517 1.227 1.189 1.227.633 0 1.188-.555 1.188-1.227a1.17 1.17 0 0 0-1.188-1.189c-.672 0-1.179.556-1.189 1.189m.166 9.341h2.055V9.604H18.75Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dolby.svg b/mkdocs-material/material/templates/.icons/simple/dolby.svg new file mode 100644 index 0000000..8ae0b18 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dolby.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 3.564v16.872h2.488c4.648 0 8.438-3.788 8.438-8.436s-3.79-8.436-8.438-8.436zm21.512 0c-4.648 0-8.438 3.788-8.438 8.436s3.79 8.436 8.438 8.436H24V3.564z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/doordash.svg b/mkdocs-material/material/templates/.icons/simple/doordash.svg new file mode 100644 index 0000000..4975212 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/doordash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.071 8.409a6.09 6.09 0 0 0-5.396-3.228H.584A.589.589 0 0 0 .17 6.184L3.894 9.93a1.75 1.75 0 0 0 1.242.516h12.049a1.554 1.554 0 1 1 .031 3.108H8.91a.589.589 0 0 0-.415 1.003l3.725 3.747a1.75 1.75 0 0 0 1.242.516h3.757c4.887 0 8.584-5.225 5.852-10.413"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dota2.svg b/mkdocs-material/material/templates/.icons/simple/dota2.svg new file mode 100644 index 0000000..b8d152c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dota2.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m9.817 23.607-.346-.294-.468-.04c-.584-.048-.856-.101-1.186-.232l-.258-.103-.278.11c-.236.095-.814.181-1.253.188-.024 0-.064-.056-.089-.125-.028-.07-.077-.137-.115-.15-.035-.012-.297.046-.587.133l-.525.158-.189-.091c-.238-.116-.338-.114-.736.007-.303.094-.341.096-.584.044-.363-.076-.666-.071-1.349.026-.744.106-.76.106-.979-.044a.6.6 0 0 0-.406-.125c-.203 0-.225-.009-.248-.104a.56.56 0 0 1 .043-.277c.112-.278.156-.952.168-2.563l.012-1.505.211.015.208.015.032-.87c.016-.478.032-1.169.035-1.534l.005-.66-.112-.08c-.305-.223-.291-.191-.418-.918a12 12 0 0 1-.146-1.23c-.025-.532-.023-.547.075-.658l.1-.114.248.213c.138.117.255.194.266.17.036-.113-.077-1.461-.135-1.631a1 1 0 0 1-.066-.308c0-.068-.068-.252-.153-.412l-.151-.289.051-.513c.067-.68-.019-1.18-.304-1.782l-.125-.271.079-.673.084-.674-.088-.349-.091-.35.105-.391.101-.393-.115-.38-.119-.379.143-.4c.141-.389.144-.41.141-1.044C.303 2.016.228 1.551.08 1.365c-.127-.162-.106-.273.083-.446C.253.834.328.726.328.681c0-.069.031-.082.221-.086.12 0 .49-.032.823-.07l.607-.073.794.117c.792.115.793.115 1.879.069L5.74.591l.257.155.26.153L7.312.884 8.368.869 8.724.74c.194-.071.505-.195.69-.279a6 6 0 0 1 .73-.257l.398-.105.514.162.514.164.444-.149.442-.149.477.158c.263.086.751.298 1.089.472l.611.312.64-.018c.485-.015.651-.033.677-.078a3 3 0 0 0 .133-.407l.095-.351.605.02c.453.016.859.064 1.601.194l.995.176.259-.104c.14-.057.408-.126.595-.15.313-.042.367-.037.794.071.398.1.535.115 1.082.115.345 0 .703-.015.798-.031.163-.028.19-.017.521.222.193.138.364.273.379.302.017.027.053.173.077.324l.046.278-.209.396c-.117.218-.214.415-.214.438s.048.061.104.088a.7.7 0 0 1 .215.217l.111.17-.025 2.285c-.015 1.257-.04 2.378-.054 2.489l-.027.204-.345-.022-.344-.027-.029.191a3 3 0 0 0-.029.424c0 .192-.03.293-.16.546l-.163.311.09.129c.05.072.221.265.38.43l.292.305-.089.323-.09.325.107.688c.124.827.115 1.035-.088 1.751a6 6 0 0 0-.146.593c0 .075.055.094.427.145.165.021.2.041.2.116 0 .049.026 1.104.06 2.345.107 4.075.117 4.964.067 5.888a13 13 0 0 1-.067.891c-.01.009-.341-.124-.738-.295l-.723-.308-.312.135c-.322.139-.354.175-.396.442-.029.177-.007.169-.8.331l-.467.096-.454-.152c-.42-.141-.477-.151-.808-.129-.247.015-.417.003-.562-.04-.208-.059-.208-.059-.557.102l-.352.159h-1.3c-1.369-.002-1.651.02-2.594.195-.652.12-.881.115-2.022-.022l-.602-.074-.421.096c-.234.054-.47.096-.526.094-.068 0-.224-.101-.451-.294zm-2.533-3.689c1.005-.379 1.834-.695 1.839-.702.013-.014-3.917-3.826-4.439-4.307-.145-.134-.275-.237-.285-.227-.009.011-.329.865-.709 1.895-.42 1.138-.679 1.899-.658 1.931.025.042 2.392 2.091 2.419 2.097.003 0 .828-.309 1.833-.687m13.512-2.089c.523-1.265.936-2.31.922-2.325-.019-.021-9.83-6.646-16.698-11.278l-.551-.371-.9.407c-.497.222-.896.425-.889.447.01.028 3.331 3.51 7.384 7.74l7.368 7.692 1.206-.008 1.209-.008zM19.434 6.972c.173-.962.316-1.781.316-1.821 0-.043-.253-.249-.676-.546-.372-.262-.701-.49-.73-.509-.053-.033-3.902 1.008-3.897 1.053.004.03 4.644 3.599 4.66 3.582.008-.006.154-.799.327-1.759"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dotenv.svg b/mkdocs-material/material/templates/.icons/simple/dotenv.svg new file mode 100644 index 0000000..1daa2a9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dotenv.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 0v24H0V0zM10.933 15.89H6.84v5.52h4.198v-.93H7.955v-1.503h2.77v-.93h-2.77v-1.224h2.978zm2.146 0h-1.084v5.52h1.035v-3.6l2.226 3.6h1.118v-5.52h-1.036v3.686zm5.117 0h-1.208l1.973 5.52h1.19l1.976-5.52h-1.182l-1.352 4.085zM5.4 19.68H3.72v1.68H5.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dotnet.svg b/mkdocs-material/material/templates/.icons/simple/dotnet.svg new file mode 100644 index 0000000..4ed6e7c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dotnet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 8.77h-2.468v7.565h-1.425V8.77h-2.462V7.53H24zm-6.852 7.565h-4.821V7.53h4.63v1.24h-3.205v2.494h2.953v1.234h-2.953v2.604h3.396zm-6.708 0H8.882L4.78 9.863a3 3 0 0 1-.258-.51h-.036q.048.283.048 1.21v5.772H3.157V7.53h1.659l3.965 6.32q.25.392.323.54h.024q-.06-.35-.06-1.185V7.529h1.372zm-8.703-.693a.868.829 0 0 1-.869.829.868.829 0 0 1-.868-.83.868.829 0 0 1 .868-.828.868.829 0 0 1 .869.829"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/douban.svg b/mkdocs-material/material/templates/.icons/simple/douban.svg new file mode 100644 index 0000000..c44d0d8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/douban.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.51 3.06h22.98V.755H.51zm20.976 2.537v9.608h-2.137l-1.669 5.76H24v2.28H0v-2.28h6.32l-1.67-5.76H2.515V5.597h18.972Zm-5.066 9.608H7.58l1.67 5.76h5.501zM18.367 7.9H5.634v5.025h12.733z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/doubanread.svg b/mkdocs-material/material/templates/.icons/simple/doubanread.svg new file mode 100644 index 0000000..c6986f7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/doubanread.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.328 5.553c-2.648.906-4.008 4.372-7.101 4.833C4.827 10.833.752 7.205 0 6c0 0 .526.906 1.28 2.105C5.205 14.297 7.772 18.224 12 18.75c5.28.68 8.146-4.535 8.826-6.64.607-1.732 1.733-1.66 2.494-1.433l.68.227s-2.729-7.402-8.688-5.36l.016.008z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dovecot.svg b/mkdocs-material/material/templates/.icons/simple/dovecot.svg new file mode 100644 index 0000000..f207c3c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dovecot.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.784 8.39a.94.94 0 0 0-.564.192l-8.102 6.19a.313.313 0 0 0 0 .49l.339.253c.153.12.368.12.523 0l4.018-3.061a.62.62 0 0 1 .75 0l2.659 2.033a.62.62 0 0 0 .749 0l3.515-2.683a.422.422 0 0 0 0-.682l-3.322-2.54a.93.93 0 0 0-.565-.192m9.298 0a.92.92 0 0 0-.563.192l-8.102 6.196a.307.307 0 0 0 0 .489l.335.255a.44.44 0 0 0 .527 0l4.635-3.533a.624.624 0 0 1 .748 0l4.527 3.452a.62.62 0 0 0 .75 0l2.889-2.213a.43.43 0 0 0 0-.688l-5.181-3.958a.93.93 0 0 0-.565-.192"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dovetail.svg b/mkdocs-material/material/templates/.icons/simple/dovetail.svg new file mode 100644 index 0000000..b1a40c0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dovetail.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.75 0 1.5 3l5.25 3v6L12 9V3Zm0 12L1.5 15l5.25 3v6L12 21v-6Zm10.5-6L12 8.966 17.25 12v6l5.25-3V9Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/downdetector.svg b/mkdocs-material/material/templates/.icons/simple/downdetector.svg new file mode 100644 index 0000000..dac6400 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/downdetector.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.49 0 .257 5.362.257 12v12H12c6.51 0 11.743-5.362 11.743-12S18.51 0 12 0m0 3.51c.543 0 1.086.065 1.66.192.383.128.639.383.639.766l-.638 10.085c0 .255-.256.511-.512.511-.766.128-1.533.128-2.171 0-.383 0-.639-.256-.639-.51L9.701 4.467c0-.383.256-.638.638-.766A7.6 7.6 0 0 1 12 3.51m.065 12.99q.67 0 1.339.095c.255 0 .384.256.384.384.127.894.127 1.786 0 2.807 0 .256-.257.384-.384.384a9.4 9.4 0 0 1-2.68 0c-.256 0-.384-.256-.384-.384-.128-.893-.128-1.786 0-2.807 0-.255.256-.384.383-.384a9.5 9.5 0 0 1 1.342-.095"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/doxygen.svg b/mkdocs-material/material/templates/.icons/simple/doxygen.svg new file mode 100644 index 0000000..7719087 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/doxygen.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10.371 13.934.013.892h-.059l-10.273.01-.015-.902zm-6.548-1.257q-.113-.308-.113-.693c0-.385.038-.487.113-.693a1.5 1.5 0 0 1 .32-.53 1.4 1.4 0 0 1 .5-.34q.29-.125.652-.125t.653.123q.297.117.504.34.208.217.32.532.114.309.113.693c-.001.384-.037.487-.112.693-.07.197-.178.378-.32.532a1.4 1.4 0 0 1-.505.334 1.7 1.7 0 0 1-.653.118q-.363 0-.653-.118a1.4 1.4 0 0 1-.499-.334 1.55 1.55 0 0 1-.32-.532m.73-.693a2 2 0 0 0 .035.378q.036.18.12.328.09.142.23.229a.7.7 0 0 0 .357.086q.213-.001.356-.086a.63.63 0 0 0 .231-.23 1 1 0 0 0 .125-.327c.048-.25.048-.505 0-.755a1 1 0 0 0-.125-.328.63.63 0 0 0-.23-.229.64.64 0 0 0-.357-.093.64.64 0 0 0-.356.093.7.7 0 0 0-.232.23 1 1 0 0 0-.119.327q-.035.185-.035.377m12.927.68a2.1 2.1 0 0 1-.106-.68q0-.359.112-.668c.139-.394.432-.715.813-.89a1.55 1.55 0 0 1 .64-.13q.394 0 .684.16.29.156.475.421.189.266.273.606.083.34.059.712h-2.214q.017.427.208.618.19.192.546.192a.74.74 0 0 0 .439-.13q.184-.135.226-.284h.742q-.179.575-.547.822-.367.248-.89.248-.363 0-.653-.118a1.4 1.4 0 0 1-.492-.346 1.6 1.6 0 0 1-.315-.532zm.736-1.026h1.372q-.06-.335-.214-.507-.15-.174-.457-.174a.7.7 0 0 0-.338.074.65.65 0 0 0-.214.174.7.7 0 0 0-.113.222q-.03.12-.036.21zM8.103 13.58l.642-1.008.64 1.008h.962l-1.134-1.7 1.01-1.498H9.29l-.534.835-.54-.835h-.96l1.008 1.515L7.16 13.58zm5.408-3.198h-.872l-.67 2.19h-.014l-.694-2.19h-.896l1.074 3q.036.096.035.198a.44.44 0 0 1-.082.26.32.32 0 0 1-.244.136 2 2 0 0 1-.25-.006l-.243-.025v.724q.131.012.256.018.13.012.261.013.434 0 .676-.167c.242-.167.29-.297.38-.557zm3.018 3.89a1.3 1.3 0 0 1-.48.366q-.315.148-.843.148a1.8 1.8 0 0 1-.463-.062 1.4 1.4 0 0 1-.427-.18 1.1 1.1 0 0 1-.321-.32.95.95 0 0 1-.143-.464h.837q.06.247.232.34a.8.8 0 0 0 .398.099q.355 0 .516-.223a.9.9 0 0 0 .16-.563v-.42h-.012a.86.86 0 0 1-.392.377 1.2 1.2 0 0 1-.528.118q-.344 0-.593-.124a1.2 1.2 0 0 1-.41-.347 1.6 1.6 0 0 1-.237-.513 2.7 2.7 0 0 1-.071-.625q0-.309.083-.594a1.6 1.6 0 0 1 .255-.507q.165-.223.41-.352a1.2 1.2 0 0 1 .57-.13q.301 0 .527.117c.165.09.3.228.386.396h.012v-.427h.8v2.994q.001.192-.052.44a1.05 1.05 0 0 1-.214.457zm-.534-2.33a2 2 0 0 0-.035-.373 1 1 0 0 0-.12-.315.6.6 0 0 0-.22-.216.67.67 0 0 0-.343-.08.6.6 0 0 0-.308.073.7.7 0 0 0-.214.204.9.9 0 0 0-.125.291q-.036.161-.036.34 0 .175.03.348.036.166.113.303.083.136.214.222c.097.06.21.09.326.087a.65.65 0 0 0 .54-.272.9.9 0 0 0 .13-.278q.048-.162.048-.335zm5.824-.039q0-.488.155-.698.155-.217.498-.217.303 0 .422.198.118.192.118.587v1.807h.843v-1.967q0-.297-.053-.538a1 1 0 0 0-.172-.414.8.8 0 0 0-.344-.267 1.3 1.3 0 0 0-.553-.099q-.267 0-.522.13a.96.96 0 0 0-.415.402h-.018v-.445h-.801v3.198h.842zm-21.737.694a2.47 2.47 0 0 1 0-1.262q.09-.303.255-.532.172-.229.428-.365a1.2 1.2 0 0 1 .593-.142q.273 0 .517.123a.9.9 0 0 1 .391.353h.012V9.164h.843v4.416h-.8v-.408h-.013a.9.9 0 0 1-.392.378 1.3 1.3 0 0 1-.54.11q-.344 0-.606-.135a1.3 1.3 0 0 1-.433-.378 1.9 1.9 0 0 1-.255-.55m.76-.619q0 .187.042.37.04.188.13.336.095.142.231.235a.64.64 0 0 0 .34.086.63.63 0 0 0 .57-.315q.082-.149.117-.334a2 2 0 0 0 0-.76.9.9 0 0 0-.125-.324.66.66 0 0 0-.219-.228.63.63 0 0 0-.344-.087.66.66 0 0 0-.35.087.7.7 0 0 0-.232.228q-.088.155-.124.33-.036.179-.036.376m12.816 1.999-.01-.047-.986.01-.013.04c-.091.282-.18.469-.407.705l-.095.1h2.006l-.133-.105c-.187-.146-.295-.356-.362-.703m3.487-.061-.01.035c-.091.3-.272.565-.517.76l-.108.088 7.457-.04.033-.891z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dpd.svg b/mkdocs-material/material/templates/.icons/simple/dpd.svg new file mode 100644 index 0000000..e542f15 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dpd.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.01 10.71a.36.36 0 0 1-.343-.006l-.558-.331a.43.43 0 0 1-.182-.312l-.014-.65a.36.36 0 0 1 .165-.3l6.7-3.902L12.377.085A.8.8 0 0 0 12 0a.8.8 0 0 0-.377.085l-9.4 5.124 10.53 6.13a.36.36 0 0 1 .172.295v8.944c0 .112-.08.241-.178.294l-.567.315c-.171.062-.256.043-.361 0l-.569-.315a.36.36 0 0 1-.175-.294v-7.973a.22.22 0 0 0-.095-.156L1.702 7.048v10.579c0 .236.167.528.371.648l9.556 5.636c.102.06.237.09.371.089a.75.75 0 0 0 .371-.09l9.557-5.635a.84.84 0 0 0 .37-.648V7.047Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dragonframe.svg b/mkdocs-material/material/templates/.icons/simple/dragonframe.svg new file mode 100644 index 0000000..7f7df90 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dragonframe.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.936.001A.937.937 0 0 0 0 .937v22.132c0 .519.42.93.936.93h9.968s-.519-.466-.611-.56a1.1 1.1 0 0 1-.237-.365c-.053-.128-.094-.383-.112-.51-.017-.128-.06-.222-.102-.332-.043-.112-.238-.381-.289-.45-.05-.068-.332-.39-.39-.459-.06-.068-.06-.145-.034-.195.024-.051-.018-.095-.086-.172-.068-.075-.382-.415-.518-.576-.136-.162-.068-.204-.033-.221.033-.018.27.136.391.196.092.045.325.168.433.197q.07.02.083-.009c.013-.02.26-.364.367-1.023.119-1.171-.12-1.867-.4-2.456a7.4 7.4 0 0 0-.714-1.206c-.145-.187-.815-.765-.927-.841-.11-.077-1.393-.918-1.538-1.038-.144-.118.025-.166.08-.142.143.064.428.178.558.238.151.065.91.33 1.054.364s.126.03.103-.119c-.017-.111-.23-.604-.332-.782-.103-.18-.553-.817-.859-1.113-.304-.297-.663-.681-.799-.892-.136-.213-.696-1.368-.868-1.792a12 12 0 0 0-.527-1.114c-.059-.101-.134-.154-.125-.24.007-.083.253.128.365.23.167.153.388.445.661.86.272.418.571.688.621.738s.39.393.44.424c.033.017.046.004.053-.024.02-.084 0-.295-.033-.46-.042-.221-.018-.748-.092-1.012-.078-.261-.113-.389-.469-1.02-.358-.628-.74-1.681-1.053-3.347a12.3 12.3 0 0 1-.163-3.264c.018-.163.085-.136.13-.128.04.01.065.265.065.265s-.015.612.731 2.609c.75 1.996 1.633 2.133 1.71 2.15s.11.007.11-.035c0-.041-.213-.9-.136-1.57.076-.673.238-.945.33-1.04.071-.07.069-.014.069.196q-.003.105 0 .264c.01.426.281.995.281.995s.118.5.323-.664c.296-1.954.018-2.995-.06-3.274C8.28.998 7.944 0 7.157 0Zm15.427 0c-.65 0-.895.997-.972 1.279-.076.278-.357 1.32-.059 3.274.204 1.164.323.664.323.664s.273-.57.281-.995q.002-.158 0-.264c-.002-.21-.002-.266.068-.195.092.094.255.366.33 1.039.077.67-.134 1.529-.134 1.57s.032.05.11.035c.077-.017.96-.153 1.709-2.15.746-1.997.729-2.61.729-2.61s.027-.254.068-.264c.042-.008.111-.035.128.128a12.2 12.2 0 0 1-.16 3.264c-.316 1.666-.698 2.72-1.055 3.347-.356.631-.392.759-.469 1.02-.076.264-.05.79-.092 1.012-.032.165-.053.376-.032.46.006.028.02.041.05.024.053-.03.39-.374.44-.424.052-.05.35-.32.62-.738.273-.415.495-.707.664-.86.113-.102.356-.313.365-.23.009.086-.066.139-.125.24-.06.1-.359.688-.53 1.114-.169.424-.73 1.579-.866 1.792-.135.21-.494.595-.798.892-.306.296-.756.933-.86 1.113-.1.178-.313.67-.331.782-.023.15-.042.152.103.119.143-.033.9-.299 1.052-.364.132-.06.417-.174.56-.238.055-.024.225.024.08.142-.146.12-1.428.96-1.54 1.038-.11.076-.782.654-.925.84a7 7 0 0 0-.714 1.207c-.28.589-.519 1.285-.4 2.456.108.659.354 1.004.364 1.023.014.02.038.022.085.009.11-.029.34-.152.434-.197.119-.06.358-.214.39-.196.036.017.102.06-.032.221-.136.161-.45.501-.518.576-.068.077-.112.121-.086.172a.18.18 0 0 1-.035.195c-.06.068-.338.39-.391.46-.05.067-.246.337-.288.449-.042.11-.085.204-.103.332a2.4 2.4 0 0 1-.11.51 1.2 1.2 0 0 1-.237.364c-.095.095-.646.56-.646.56h10.256a.945.945 0 0 0 .936-.947V.937A.937.937 0 0 0 23.064 0ZM8.933 11.49a.08.08 0 0 0-.085.074c-.015.238-.038.422-.053.642-.017.25-.05.531.063.784.113.247.366.661.45.782.09.12.429.604.513.734.086.13.307.533.345.604.04.068.015.068.07.068.033 0 .04-.176.04-.325 0-.084-.003-.158-.003-.187 0-.494.018-.96-.147-1.432a1.3 1.3 0 0 0-.175-.345c-.123-.169-.255-.331-.383-.494-.05-.066-.1-.134-.16-.192-.09-.091-.327-.379-.382-.504-.04-.097-.055-.198-.084-.207l-.01-.002zm5.915 0-.01.002c-.03.009-.044.11-.086.207-.053.125-.29.413-.383.504-.059.058-.107.126-.157.192-.13.163-.261.325-.382.494a1.3 1.3 0 0 0-.176.345c-.165.472-.147.938-.147 1.432 0 .077-.016.512.037.512.055 0 .03 0 .07-.068.037-.07.26-.475.343-.604.083-.13.425-.613.514-.734a7 7 0 0 0 .45-.782c.065-.143.082-.294.082-.443a4 4 0 0 0-.017-.34c-.019-.22-.038-.405-.054-.643-.003-.059-.056-.076-.084-.074M10.7 19.994q-.008-.002-.006.029c0 .032-.02.16-.01.239.005.082.017.262.03.35.006.053.004.148.002.247v.192c.004.144-.015.412-.137.63 0 0-.034.035-.034.061 0 .03.024.042.05.093.046.087.194.272.249.33.052.057.155.181.272.087.044-.037.057-.095.057-.171 0-.12-.038-.288-.057-.494-.005-.035-.097-.407-.132-.567-.024-.119-.101-.464-.125-.578-.015-.067-.077-.274-.088-.314-.01-.037-.031-.12-.055-.13zm2.345 0q-.006 0-.019.005c-.021.008-.04.092-.052.13-.01.039-.072.246-.088.313-.026.114-.1.46-.127.578-.033.16-.125.532-.13.567-.032.335-.114.569 0 .665.114.094.218-.03.273-.088.053-.057.201-.242.248-.33.026-.05.05-.063.05-.092 0-.026-.035-.06-.035-.06a1.3 1.3 0 0 1-.139-.631c.003-.057 0-.123 0-.19a3 3 0 0 1 .005-.25c.011-.087.022-.268.032-.349.008-.08-.012-.207-.012-.24q.001-.03-.006-.028"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/draugiemdotlv.svg b/mkdocs-material/material/templates/.icons/simple/draugiemdotlv.svg new file mode 100644 index 0000000..e2ed1dc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/draugiemdotlv.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.12 7.694c4.3.056 6.808 2.693 3.96 6.3-1.307 1.662-3.517 3.303-6.465 4.373l-.422.144c-.278.09-.553.173-.823.258-.638.18-1.26.34-1.863.455-.645.134-1.268.229-1.87.298q-.644.065-1.245.078c-2.743.07-4.806-.68-5.477-2.285-.81-1.919.83-4.592 4.116-6.627C4.597 11.661.188 13.96 0 17.256v.404a4.3 4.3 0 0 0 .193 1.029c.7 2.228 4.003 3.267 8.21 2.894a19 19 0 0 0 1.244-.147 24 24 0 0 0 3.733-.874c.137-.05.275-.09.414-.14q.425-.133.831-.29c3.64-1.322 6.342-3.087 7.921-5.101.898-1.155 1.364-2.236 1.454-3.185v-.723c-.26-2.403-3.064-3.815-6.88-3.43zm-2.788-1.192a1.2 1.2 0 0 0 .283-.033c.61-.152.908-.803.934-1.572.028-.815-.257-1.495-.934-1.592a1 1 0 0 0-.18 0 1.11 1.11 0 0 0-1.065.79 2.5 2.5 0 0 0-.154.815 2.2 2.2 0 0 0 .154.954.99.99 0 0 0 .962.638m-.013.273a3 3 0 0 0-.7.075l.057.077.103.185.085.196.07.2.046.206.036.208.02.217v.427l-.015.216v.213l-.028.216-.029.214-.041.216-.041.214-.041.208-.05.208-.04.201-.05.193-.048.188-.049.18-.041.172-.041.165-.02.105-.03.116-.025.126-.023.131-.026.14-.02.118v.025l-.029.155-.028.151-.02.16-.037.175-.02.167-.028.165-.021.175-.026.164-.023.175-.02.173-.021.172c.041.5.077.921.098 1.163a1.25 1.25 0 0 0 .167.61.77.77 0 0 0 .648.295.95.95 0 0 0 .597-.213 1.18 1.18 0 0 0 .278-.692c.11-.713.43-3.054.705-4.057.396-1.446 1.343-4.078-.983-4.278a2 2 0 0 0-.296-.016m-2.83-.743h.016c.9 0 1.322-.829 1.322-1.84 0-1.01-.42-1.842-1.32-1.85h-.018c-.913 0-1.335.831-1.335 1.85s.425 1.84 1.335 1.84m-1.852 4.273c.082.352.167.679.237.97.283 1.155.56 3.84.663 4.65s.389.991.97 1.045c.574-.054.865-.226.963-1.044s.38-3.496.656-4.651c.069-.291.159-.618.257-.97.257-1.06.463-2.316 0-3.108-.299-.515-.867-.854-1.863-.854-.995 0-1.58.34-1.87.854-.476.803-.27 2.048-.013 3.108M8.402 6.469a1.2 1.2 0 0 0 .283.033.99.99 0 0 0 .952-.65 2.4 2.4 0 0 0 .152-.955 2.7 2.7 0 0 0-.152-.815 1.12 1.12 0 0 0-1.065-.79.8.8 0 0 0-.18 0c-.672.098-.962.772-.937 1.592.021.782.327 1.433.947 1.585m-.288 8.654a1.13 1.13 0 0 0 .288.692.94.94 0 0 0 .594.214.77.77 0 0 0 .651-.296 1.45 1.45 0 0 0 .168-.61l.095-1.155v-.015l-.02-.173-.021-.172-.029-.175-.02-.165-.02-.175-.027-.164-.033-.157-.026-.165-.026-.17-.02-.151-.028-.155v-.02L9.616 12l-.028-.14-.028-.131-.02-.126-.026-.116-.029-.105-.036-.165-.049-.172-.04-.18-.047-.188-.049-.193-.049-.2-.041-.222-.049-.208-.041-.214-.036-.214-.026-.213-.028-.216-.02-.214V8.14l.02-.216.033-.208.05-.206.061-.2.09-.196.105-.186.055-.077a3 3 0 0 0-.7-.074 2 2 0 0 0-.296 0c-2.315.2-1.379 2.83-.983 4.278.275 1.014.594 3.355.705 4.067z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dreamstime.svg b/mkdocs-material/material/templates/.icons/simple/dreamstime.svg new file mode 100644 index 0000000..b3d7b0b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dreamstime.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.532 5.153C16.952-1.604 7.118-.402 2.764 4.628.586 7.105-.241 10.558.059 13.711c.3 2.478 1.201 4.73 2.478 6.231 3.378 4.13 9.234 4.58 13.063 1.953 5.405-3.755 5.03-9.834 2.102-13.214-5.255-6.006-14.264-.075-10.885 6.757.825 1.65 2.7 2.552 4.429 2.552 2.402 0 4.279-2.852 3.153-4.579-1.126-1.802-3.078 0-2.253 1.35.676 1.052-.75 1.653-1.35 1.503-1.577-.376-2.329-2.553-1.802-4.354.45-1.577 2.1-2.628 3.678-2.553 2.177.15 4.58 1.877 4.354 5.63-.525 6.082-8.484 7.208-11.636 2.853-4.955-6.982.9-16.366 9.835-13.513 4.58 1.5 7.958 6.907 5.855 12.688-.825 2.177-1.275 3.002-1.35 3.754-.377 2.777 8.408-5.856 1.8-15.617z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dribbble.svg b/mkdocs-material/material/templates/.icons/simple/dribbble.svg new file mode 100644 index 0000000..154b1bd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dribbble.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 24C5.385 24 0 18.615 0 12S5.385 0 12 0s12 5.385 12 12-5.385 12-12 12m10.12-10.358c-.35-.11-3.17-.953-6.384-.438 1.34 3.684 1.887 6.684 1.992 7.308a10.28 10.28 0 0 0 4.395-6.87zm-6.115 7.808c-.153-.9-.75-4.032-2.19-7.77l-.066.02c-5.79 2.015-7.86 6.025-8.04 6.4a10.16 10.16 0 0 0 6.29 2.166c1.42 0 2.77-.29 4-.814zm-11.62-2.58c.232-.4 3.045-5.055 8.332-6.765q.202-.067.405-.12-.392-.879-.832-1.74C7.17 11.775 2.206 11.71 1.756 11.7l-.004.312c0 2.633.998 5.037 2.634 6.855zm-2.42-8.955c.46.008 4.683.026 9.477-1.248a66 66 0 0 0-3.8-5.928 10.28 10.28 0 0 0-5.676 7.17zM9.6 2.052c.282.38 2.145 2.914 3.822 6 3.645-1.365 5.19-3.44 5.373-3.702A10.2 10.2 0 0 0 12 1.764c-.825 0-1.63.1-2.4.285zm10.335 3.483c-.218.29-1.935 2.493-5.724 4.04.24.49.47.985.68 1.486.08.18.15.36.22.53 3.41-.43 6.8.26 7.14.33-.02-2.42-.88-4.64-2.31-6.38z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/drizzle.svg b/mkdocs-material/material/templates/.icons/simple/drizzle.svg new file mode 100644 index 0000000..400669c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/drizzle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.353 11.823a1.036 1.036 0 0 0-.395-1.422 1.063 1.063 0 0 0-1.437.399L.138 16.702a1.035 1.035 0 0 0 .395 1.422 1.063 1.063 0 0 0 1.437-.398zm11.216 0a1.036 1.036 0 0 0-.394-1.422 1.064 1.064 0 0 0-1.438.399l-3.382 5.902a1.036 1.036 0 0 0 .394 1.422c.506.283 1.15.104 1.438-.398zm7.293-4.525a1.036 1.036 0 0 0-.395-1.422 1.06 1.06 0 0 0-1.437.399l-3.383 5.902a1.036 1.036 0 0 0 .395 1.422 1.063 1.063 0 0 0 1.437-.399zm-11.219 0a1.035 1.035 0 0 0-.394-1.422 1.064 1.064 0 0 0-1.438.398l-3.382 5.903a1.036 1.036 0 0 0 .394 1.422c.506.282 1.15.104 1.438-.399z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/drone.svg b/mkdocs-material/material/templates/.icons/simple/drone.svg new file mode 100644 index 0000000..d552af7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/drone.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.07 13.633a3.07 3.07 0 1 1-6.14 0 3.07 3.07 0 0 1 6.14 0M12 1.856c5.359.042 11.452 3.82 12 10.94h-7.256S15.809 8.863 12 8.889s-4.744 3.907-4.744 3.907H0C.353 5.802 6.344 1.812 12 1.856m.05 20.288c-3.996.011-7.729-3.005-9.259-7.674h4.465s.963 3.889 4.773 3.863 4.716-3.863 4.716-3.863h4.465c-.995 4.94-5.164 7.664-9.159 7.674z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/drooble.svg b/mkdocs-material/material/templates/.icons/simple/drooble.svg new file mode 100644 index 0000000..c295776 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/drooble.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 11.986a7.6 7.6 0 0 0-7-7.559v7.574a5 5 0 0 1-10 0c0-3.604 3.707-6.022 7-4.583V.17C6.615-1.069 0 4.63 0 12c0 6.628 5.373 12 12 12 6.628 0 12-5.372 12-12zm-14 .015a2 2 0 1 0 4 0 2 2 0 0 0-4 0m14-.015a7.6 7.6 0 0 0-7-7.559v7.574a5 5 0 0 1-10 0c0-3.604 3.707-6.022 7-4.583V.17C6.615-1.069 0 4.63 0 12c0 6.628 5.373 12 12 12 6.628 0 12-5.372 12-12zm-14 .015a2 2 0 1 0 4 0 2 2 0 0 0-4 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dropbox.svg b/mkdocs-material/material/templates/.icons/simple/dropbox.svg new file mode 100644 index 0000000..ce615e7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dropbox.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 1.807 0 5.629l6 3.822 6.001-3.822zm12 0-6 3.822 6 3.822 6-3.822zM0 13.274l6 3.822 6.001-3.822L6 9.452zm18-3.822-6 3.822 6 3.822 6-3.822zM6 18.371l6.001 3.822 6-3.822-6-3.822z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/drupal.svg b/mkdocs-material/material/templates/.icons/simple/drupal.svg new file mode 100644 index 0000000..7ab97d1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/drupal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.78 5.113C14.09 3.425 12.48 1.815 11.998 0c-.48 1.815-2.09 3.425-3.778 5.113-2.534 2.53-5.405 5.4-5.405 9.702a9.184 9.185 0 1 0 18.368 0c0-4.303-2.871-7.171-5.405-9.702M6.72 16.954c-.563-.019-2.64-3.6 1.215-7.416l2.55 2.788a.22.22 0 0 1-.016.325c-.61.625-3.204 3.227-3.527 4.126-.066.186-.164.18-.222.177M12 21.677a3.16 3.16 0 0 1-3.158-3.159 3.3 3.3 0 0 1 .787-2.087c.57-.696 2.37-2.655 2.37-2.655s1.774 1.988 2.367 2.649a3.1 3.1 0 0 1 .792 2.093A3.16 3.16 0 0 1 12 21.677m6.046-5.123c-.068.15-.223.398-.431.405-.371.014-.411-.177-.686-.583-.604-.892-5.864-6.39-6.848-7.455-.866-.935-.122-1.595.223-1.94C10.736 6.547 12 5.285 12 5.285s3.766 3.574 5.336 6.016 1.029 4.556.71 5.253"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dsautomobiles.svg b/mkdocs-material/material/templates/.icons/simple/dsautomobiles.svg new file mode 100644 index 0000000..fd7f925 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dsautomobiles.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.207 0v15.85l9.465-7.371a.87.87 0 0 0 .328-.41.76.76 0 0 0 .201.327c.687.657 3.8 3.614 4.635 6.143a4.8 4.8 0 0 1 .266 1.527 3.4 3.4 0 0 1-.266 1.272c-.378.962-1.223 1.972-2.084 2.865-.368.375-1.97 1.912-2.477 2.418a.9.9 0 0 0-.232.424 6 6 0 0 0-.04.656V24l9.462-7.371a.76.76 0 0 0 .328-.555.66.66 0 0 0-.234-.476c-.684-.657-3.798-3.613-4.635-6.143a5 5 0 0 1-.262-1.53 3.5 3.5 0 0 1 .262-1.282c.38-.986 1.229-2.007 2.09-2.891a273 273 0 0 1 2.472-2.436.9.9 0 0 0 .235-.43 4.4 4.4 0 0 0 .043-.591V0l-9.461 7.371a.86.86 0 0 0-.328.41.87.87 0 0 0-.313-.41zm.457.8c.384.3.93.747 1.666 1.315A22 22 0 0 1 6.543 4.11c1.166 1.203 2.06 2.51 2.06 3.805 0 1.294-.894 2.6-2.06 3.803a22 22 0 0 1-2.213 2.008c-.736.571-1.287 1.025-1.672 1.314-.033.026-.033-.056-.033-.101s0-.116.023-.14c.809-.722 3.99-3.158 4.926-5.478a3.44 3.44 0 0 0 0-2.806C6.651 4.194 3.47 1.76 2.648 1.035c-.023-.02-.023-.109-.023-.139s0-.122.04-.095zm18.19.481c.023-.02.026.017.023.033a.26.26 0 0 1-.063.217 3 3 0 0 1-.25.223c-1.297 1.094-3.393 2.977-4.1 4.758a3.5 3.5 0 0 0 0 2.83 10.7 10.7 0 0 0 1.186 2.176c.214.285.31.407.448.601a.74.74 0 0 1 .125.344h-.028a1 1 0 0 1-.138-.115 10 10 0 0 1-.604-.59c-1.182-1.186-2.03-2.563-2.03-3.844s.89-2.578 2.06-3.768a24 24 0 0 1 2.214-1.972c.3-.237.555-.44.801-.623zm-8.387 6.735h1.57c.598 0 .824.596 1.143 1.21a13 13 0 0 0 1.715 2.272.6.6 0 0 1 .119.281c.016.06 0 .079-.063.03-1.938-1.41-4.015-3.17-4.373-3.465-.108-.089-.358-.328-.111-.328m-2.588.015H11.5c.246 0 .01.22-.102.313-.949.657-2.38 1.852-4.27 3.344-.035.026-.03-.085-.023-.118a.5.5 0 0 1 .057-.162 10.6 10.6 0 0 0 1.73-2.351c.33-.615.402-1.026.987-1.026m4.934 2.727a.33.33 0 0 1 .177.07c.02.02.266.276.4.424.273.286.545.613.83.941 1.035 1.216 1.946 2.553 1.946 3.864 0 1.195-.847 2.376-1.97 3.486-.283.28-.802.772-1.475 1.363-.092.08-.162.135-.159.073s0-.199.053-.245c1.143-1.126 2.28-2.374 2.69-3.373a3.5 3.5 0 0 0 .299-1.314 4.4 4.4 0 0 0-.247-1.432c-.377-1.074-1.21-2.24-2.078-3.252a34 34 0 0 1-.466-.552c-.024-.033-.024-.056 0-.053m4.607 5.4h1.844c.279 0 .01.263-.116.352-1.077.759-2.686 2.072-4.841 3.777-.06.046-.05-.092-.047-.135a.3.3 0 0 1 .037-.14 12.2 12.2 0 0 0 1.986-2.694c.365-.696.457-1.16 1.137-1.16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dts.svg b/mkdocs-material/material/templates/.icons/simple/dts.svg new file mode 100644 index 0000000..f3e015a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dts.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23.556 14.346-1.194-1.173a.841.841 0 0 1 .604-1.445h.59a.346.346 0 0 0 .349-.343v-.636H18.97a1.49 1.49 0 0 0-1.507 1.477v.003c0 .396.16.775.444 1.05l1.201 1.18a.841.841 0 0 1-.604 1.446h-1.849a1.306 1.306 0 0 1-1.317-1.294v-2.876h1.135a.346.346 0 0 0 .35-.343v-.636h-1.485V7.587l-3.866 1.66v1.494h-1.87V7.123h-2.87a.986.986 0 0 0-.997.98v2.638H3.67C1.514 10.741 0 11.893 0 13.81c0 1.71 1.776 3.068 3.676 3.068h4.615a1.306 1.306 0 0 0 1.318-1.294v-3.855h1.863v2.503c0 1.423.874 2.646 2.65 2.646h8.371A1.49 1.49 0 0 0 24 15.4v-.003a1.44 1.44 0 0 0-.444-1.051M5.729 15.683a.217.217 0 0 1-.219.214h-.13c-1.34 0-1.835-.908-1.85-2.088.015-1.216.525-2.088 1.85-2.088h.349z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dtube.svg b/mkdocs-material/material/templates/.icons/simple/dtube.svg new file mode 100644 index 0000000..cb10036 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dtube.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 1.642v20.716h8.516c1.313 0 2.488-.158 3.537-.476a8.8 8.8 0 0 0 2.787-1.408q1.73-1.336 2.668-3.465c.614-1.42.931-3.049.931-4.881-.01-1.578-.243-3.02-.709-4.313s-1.111-2.392-1.959-3.302c-.836-.911-1.853-1.611-3.029-2.12-1.176-.497-2.478-.751-3.908-.751zM5.201 7.35l8.04 4.66-8.04 4.648zm15.992 9.162a2.716 2.716 0 0 0-2.71 2.71 2.716 2.716 0 0 0 2.71 2.712h.096A2.716 2.716 0 0 0 24 19.224a2.716 2.716 0 0 0-2.711-2.711z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ducati.svg b/mkdocs-material/material/templates/.icons/simple/ducati.svg new file mode 100644 index 0000000..b462feb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ducati.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.14 3.895c-.326-1.307-1.96-2.001-3.103-2.45C17.302.383 13.382-.19 10.401.056c-2.94.245-6.738 1.062-8.575 2.45-.531.409-.899.776-1.021 1.715C.56 6.222 1.499 9.203 2.07 11c.163-.082.367-.327.857-.572.98-.49 2.164-.817 3.267-1.02 3.96-.817 9.473-.9 13.597-.9.49 0 .98 0 1.43.042.449 0 .98.04 1.429.04l.245-1.102c.204-1.02.49-2.573.245-3.593M5.95 5.528c-.531 1.674-2.083 1.43-3.634 1.43L3.05 3.69c.326-.04.898 0 1.265 0 .45 0 .776 0 1.144.123.612.245.735.98.49 1.715zm1.837 1.51c-.898.042-1.715-.162-1.551-1.142.04-.245.449-2.124.49-2.206h1.306c-.04.368-.204.94-.286 1.307-.04.245-.081.408-.122.654-.04.204-.123.571.204.49.204-.041.245-.286.286-.49.122-.572.327-1.47.408-1.96H9.83c-.04.326-.163.816-.245 1.143-.204 1.062-.204 2.123-1.797 2.205zm3.308 0c-1.103 0-1.511-.693-1.266-1.755.367-1.756 2.205-1.92 2.94-1.51.408.244.49.53.408 1.102h-1.225c0-.164.041-.327-.081-.409-.123-.081-.327 0-.409.082-.204.204-.53 1.43-.286 1.593.286.204.49-.205.531-.409h1.225c-.081.817-.816 1.348-1.837 1.307zm4.165-.08v-.49h-.94l-.244.53H12.81c.04-.122.735-1.43.857-1.633l.899-1.634h1.715l.367 3.267c-.286-.04-1.225 0-1.388-.04m3.757-2.41c-.082.163-.245.98-.286 1.184-.082.327-.164.858-.286 1.184h-1.307c-.04-.204.49-2.123.49-2.409h-.816l.204-.898h2.98c0 .122-.163.816-.204.898zm1.837 2.41h-1.347L20.2 3.69h1.306l-.653 3.267zm-2.327 2.94c-1.266.122-2.45.244-3.635.408-2.245.326-4.573.898-6.451 1.674-1.593.694-3.88 2.082-3.88 4.165 0 .326.041.326.286.694.368.53.858 1.266 1.225 1.756 1.184 1.51 3.308 4.124 4.982 5.063.49.286.898.49 1.51.204.45-.204.9-.53 1.226-.776 2.164-1.755 4.982-5.349 6.288-7.758.899-1.674 1.715-3.716 2.287-5.676-.368-.04-3.47.204-3.838.245zM15.219 5.61V4.425c-.082.082-.49 1.021-.53 1.185zM4.194 4.425l-.408 1.797c.571.041.735-.327.816-.776.123-.49.286-1.061-.408-1.02z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/duckdb.svg b/mkdocs-material/material/templates/.icons/simple/duckdb.svg new file mode 100644 index 0000000..c0ef3c6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/duckdb.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.363 0 0 5.363 0 12s5.363 12 12 12 12-5.363 12-12S18.637 0 12 0M9.502 7.03a4.974 4.974 0 0 1 4.97 4.97 4.974 4.974 0 0 1-4.97 4.97A4.974 4.974 0 0 1 4.532 12a4.974 4.974 0 0 1 4.97-4.97m6.563 3.183h2.351c.98 0 1.787.782 1.787 1.762s-.807 1.789-1.787 1.789h-2.351z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/duckduckgo.svg b/mkdocs-material/material/templates/.icons/simple/duckduckgo.svg new file mode 100644 index 0000000..101ef03 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/duckduckgo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0m0 23C5.925 23 1 18.074 1 12S5.926 1 12 1s11 4.925 11 11-4.925 11-11 11m10.219-11c0 4.805-3.317 8.833-7.786 9.925-.27-.521-.53-1.017-.749-1.438.645.249 1.93.718 2.208.615.376-.144.282-3.149-.14-3.245-.338-.075-1.632.837-2.141 1.209l.034.156c.078.397.144.993.03 1.247q-.001.007-.004.013a.2.2 0 0 1-.068.088c-.284.188-1.081.284-1.503.188a1 1 0 0 1-.064-.02c-.694.396-2.01 1.109-2.25.971-.329-.188-.377-2.676-.329-3.288.035-.46 1.653.286 2.442.679.174-.163.602-.272.98-.31-.57-1.389-.99-2.977-.733-4.105q.001.003.002.002c.356.248 2.73 1.05 3.91 1.027s3.114-.743 2.903-1.323c-.212-.58-2.135.51-4.142.324-1.486-.138-1.748-.804-1.42-1.29.414-.611 1.168.116 2.411-.256 1.245-.371 2.987-1.035 3.632-1.397 1.494-.833-.625-1.177-1.125-.947-.474.22-2.123.637-2.889.82.428-1.516-.603-4.149-1.757-5.3-.376-.376-.951-.612-1.603-.736-.25-.344-.654-.671-1.225-.977a5.77 5.77 0 0 0-3.595-.584l-.024.004-.034.004.004.002c-.148.028-.237.08-.357.098.148.016.705.276 1.057.418-.174.068-.412.108-.596.184a.8.8 0 0 0-.204.056c-.173.08-.303.375-.3.515.84-.086 2.082-.026 2.991.246-.644.09-1.235.258-1.661.482q-.022.013-.048.028-.082.03-.152.066c-1.367.72-1.971 2.405-1.611 4.424.323 1.824 1.665 8.088 2.29 11.064-3.973-1.4-6.822-5.186-6.822-9.639C1.781 6.356 6.356 1.781 12 1.781S22.219 6.356 22.219 12M9.095 9.581a.758.758 0 1 0 0 1.516.758.758 0 0 0 0-1.516m.338.702a.196.196 0 1 1 0-.392.196.196 0 0 1 0 .392m4.724-1.043a.65.65 0 1 0 0 1.299.65.65 0 0 0 0-1.3zm.29.601a.168.168 0 1 1 0-.336.168.168 0 0 1 0 .336M9.313 8.146s-.571-.26-1.125.09c-.554.348-.534.704-.534.704s-.294-.656.49-.978c.786-.32 1.17.184 1.17.184zm5.236-.052s-.41-.234-.73-.23c-.654.008-.831.296-.831.296s.11-.688.945-.55a.84.84 0 0 1 .616.484"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dungeonsanddragons.svg b/mkdocs-material/material/templates/.icons/simple/dungeonsanddragons.svg new file mode 100644 index 0000000..d04c4cd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dungeonsanddragons.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.921 2.217C4.859 1.297 6.122.742 7.988.838c2.944.152 4.358 2.096 4.358 4.193 0 1.011-.536 2.363-1.276 3.323-.045-.044-.083-.087-.13-.131a21 21 0 0 0-.49-.436c-.484-.421-1.03-.905-1.397-1.426.807-1.413.346-3.414-1.359-3.414-.998 0-1.83.88-1.759 2.047-.26.552-.387 1.352-.337 2.062-.489-.295-.901-.618-1.095-1.067l-.626-1.445-.493 1.492a2.5 2.5 0 0 0-.088 1.135l-.01-.001a3.27 3.27 0 0 1-.555-1.57c-.18-1.908.764-2.964 1.19-3.383m-.45 6.824c.114-.434-.778-1.173-1.11-1.311 1.224-.047 1.833.175 1.833.175-.32-.454-.423-1.146-.242-1.695.667 1.539 3.052 1.786 3.642 3.062-.084-.55-.625-1.169-1.253-1.53-.337-.838-.085-2.383.327-2.808-.145 2.22 3.149 3.49 3.832 5.105-.4-1.383-1.936-2.258-2.664-3.086-.24-.55-.056-1.48.205-1.799-.077 1.488 1.592 2.648 2.483 3.48 1.051.979 1.349 1.845 1.207 2.553.23.058.547.273.493.638.336-.075.677-.445.76-.673.165 1.104-.51 2.273-1.266 2.621 0 0 .203-.527-.141-.93-.34-.398-1.305-.403-1.631-.38 0 0 .4-.57.242-.86-.2-.357-2.087-.2-2.93.094.287-.03.967.044 1.205.14-.132.189-.478.989-.23 1.229.23.22.53-.162.53-.162s-.294.875-.082 1.078c.21.203.662.059.662.059-.281.687-1.379 1.16-2.146 1.16.274-.084.725-.553.795-.836-.2.097-.726.153-.928.117.248-.097.746-.712.592-1.405-.229-1.009-1.69-1.137-2.425-.649.238-.678.95-1.312 1.507-1.52a7.5 7.5 0 0 0-1.117-.273c.468-.369 1.642-.67 2.241-.639-.914-.225-2.586.057-3.352.927.245 0 .875.114 1.118.19-1.048.182-2.478 1.122-2.898 1.566.11-.584.28-1.08.136-1.43-.202-.497-.826-.704-2.07-.457.84-.809 2.56-1.31 2.676-1.751zm5.724.783c.166.563.39 1.08 1.097 1.08 0 0-.248-.779-1.097-1.08m10.479 6.203c.533.088 1.282.635 1.282 1.417 0 1.275-1.652 1.667-2.566 1.469.97-.648.84-2.512-.326-3.178.395 1.045-.79 2.082-1.942 1.172-.641-.506-2.123-1.694-2.785-2.206-.66-.511-1.434-.214-1.74-.437-.348-.254-.125-.97-.6-1.236-.399-.222-.79-.098-1.253-.246-.42-.133-.733-.448-.68-.872-.178.303-.19.83.129 1.186.316.352.844.57 1.062.957.282.5-.193 1.196 1.062 2.143.6.452 1.53 1.195 2.137 1.707 1.021.862.476 1.94.61 2.879.155 1.096 1.072 1.704 1.682 1.858-.526-.46-.725-1.62.014-2.33.038.916.725 2.35 2.292 2.753 1.667.427 3.439-.482 3.807-1.122-.643.28-1.854-.022-2.353-.472 1.956.267 3.686-1.038 3.686-2.712 0-1.633-1.645-2.898-3.518-2.73m-8.5.793c-.667 1.1-2.088 2.531-3.529 2.531-2.651 0-3.98-3.61-1.007-6.564a1.4 1.4 0 0 0-.4-.06c-.255 0-.504.064-.668.174l-1.168.776.264-1.432a2 2 0 0 1 .093-.225c-.675.322-1.339.782-1.588 1.045L2.02 14.28l.122-1.703q.04-.2.08-.385c.06-.275.135-.618.089-.732a.2.2 0 0 0-.083-.091C1.68 11.775.177 13.055 0 14.936c0 0 .291-.395.544-.487.167-.062.313.017.153.487-.061.184-1.51 3.96 1.34 6.57 0 0-.312-.768-.124-1 .092-.114.212-.123.376.08.123.156.251.306.438.51s.447.447.729.657c.853.575 2.011 1.037 3.329 1.037 3.526 0 5.395-2.34 6.43-4.305a2 2 0 0 0-.155-.15 57 57 0 0 0-1.887-1.515zm1.91-2.884c.208.067.42.158.627.319.244.188.603.471.987.776.306-.65 1.009-2.003 2.097-3.204.98-1.08 2.69-1.184 3.588-.526.577-.502 2.569-.974 3.617-.687-.639-.668-1.996-1.564-3.496-1.564-1.237 0-1.936.583-2.113.32-.228-.336.837-.833.837-.833-1.46.058-2.523 1.711-2.966 1.505-.262-.12.395-.92.395-.92-1.336.746-2.455 2.328-2.688 3.291 1.229-1.448 3.614-2.486 5.166-2.267-2.629.122-4.891 2.276-6.05 3.79Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dunked.svg b/mkdocs-material/material/templates/.icons/simple/dunked.svg new file mode 100644 index 0000000..b1535a9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dunked.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.799 0v19.86A4.2 4.2 0 0 0 18 24h4.2V4.141A4.2 4.2 0 0 0 18 0zm-7.5 15.001a4.5 4.5 0 0 0-4.5 4.391v.222a4.5 4.5 0 0 0 9 0V19.4A4.5 4.5 0 0 0 6.298 15z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dunzo.svg b/mkdocs-material/material/templates/.icons/simple/dunzo.svg new file mode 100644 index 0000000..b5469f9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dunzo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.75 0A2.744 2.744 0 0 0 0 2.75v18.5A2.744 2.744 0 0 0 2.75 24h18.5A2.744 2.744 0 0 0 24 21.25V2.75A2.744 2.744 0 0 0 21.25 0Zm9.902 5.506c.91.006 1.781.197 2.594.605-.891 1.87-1.888 3.8-2.832 5.682-.017.029-.086.13-.225.031-.8-.638-1.581-1.304-2.369-1.959-.223-.195-.442-.105-.55.133-.515 1.027-.952 1.883-1.465 2.91-.7 1.398-1.398 2.673-2.098 4.07-.064.142-.143.043-.143.043.538-3.258 1.643-10.807 1.717-11.1.055-.213.183-.36.42-.394.09-.012.18-.023.27-.023ZM17.78 8c.01-.003.016.022.045.082.48.935.803 2.554.487 4.238-.25 1.328-.849 2.487-1.737 3.512a7.7 7.7 0 0 1-3.224 2.207c-.735.268-1.498.362-2.288.361H6.275c-.654 0-.725-.224-.709-.238a923 923 0 0 1 4.309-5.906c.235-.258.417-.022.668.224 1.105.957 2.139 1.826 2.28 1.94.08.066.163.051.222-.033A971 971 0 0 1 17.779 8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/duolingo.svg b/mkdocs-material/material/templates/.icons/simple/duolingo.svg new file mode 100644 index 0000000..a1a568b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/duolingo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.484 18.213a6.42 6.42 0 0 0 4.316 1.662l.294-.001a6.43 6.43 0 0 0 4.905-2.422v1.98A4.567 4.567 0 0 1 19.432 24H4.569a4.57 4.57 0 0 1-4.567-4.57v-1.92a6.43 6.43 0 0 0 4.985 2.365l.35-.001a6.4 6.4 0 0 0 4.191-1.648 3.05 3.05 0 0 0 2.473 1.26 3.05 3.05 0 0 0 2.483-1.273m-5.349-.996a5.42 5.42 0 0 1-3.909 1.658h-.239A5.45 5.45 0 0 1 0 15.613v-7.16c.281-.64.68-1.216 1.169-1.699a3.9 3.9 0 0 1 .511-2.128.753.753 0 0 1 1.21-.124l.766.851q.01-.003.021-.005a3.9 3.9 0 0 1 .419-2.308c.24-.45.757-.53 1.114-.164 0 0 3.939 3.979 4.035 4.084 1.542 1.348 4.066 1.287 5.686-.18q.005-.004.009-.007l3.855-3.9c.336-.345.862-.31 1.113.164.385.724.518 1.535.417 2.32l.004.002.007.002.003.001.776-.86a.75.75 0 0 1 1.207.124c.387.673.553 1.427.509 2.173A5.45 5.45 0 0 1 24 8.561v6.941a5.45 5.45 0 0 1-5.032 3.373H18.8a5.43 5.43 0 0 1-3.936-1.686l-.009-.067a1 1 0 0 0 .688-.33c.152-.16.299-.397.299-.776 0 0-.022-.312-.024-.324a3.787 3.787 0 0 0 6.598-2.538v-2.243a3.788 3.788 0 0 0-7.574 0v2.243q0 .4.079.776a3.87 3.87 0 0 0-2.842-1.278c-1.239 0-2.339.523-3.064 1.355q.096-.412.097-.853v-2.243a3.788 3.788 0 0 0-7.575 0v2.243A3.787 3.787 0 0 0 8.2 15.619c-.008.035-.039.395-.039.395 0 .378.147.616.298.775a1 1 0 0 0 .688.331 1 1 0 0 0-.012.097m.997.073c.729.131 1.733.305 1.792.305h.157c.059 0 1.789-.303 1.789-.303a2.06 2.06 0 0 1-3.738-.002m-.971-1.379c.246-1.313 1.462-2.259 2.918-2.259 1.324 0 2.521.97 2.763 2.259v.105c0 .082-.029.115-.103.106l-2.658.473h-.157l-2.66-.476c-.075.01-.103-.023-.103-.105Zm8.023-6.392a1.798 1.798 0 0 1 2.659 1.578v1.919a1.798 1.798 0 0 1-3.595 0v-1.542q.05.005.103.005c.64 0 1.16-.518 1.16-1.156 0-.312-.125-.596-.327-.804M5.162 9.461a1.799 1.799 0 0 1 2.544 1.636v1.919a1.798 1.798 0 0 1-3.595 0v-1.571q.134.034.278.034c.641 0 1.16-.518 1.16-1.156 0-.342-.149-.65-.387-.862M.002 6.554V4.568A4.566 4.566 0 0 1 4.569 0h14.865a4.565 4.565 0 0 1 4.565 4.568v2.041a5 5 0 0 0-.164-.197 4.86 4.86 0 0 0-.646-2.284 1.75 1.75 0 0 0-2.07-.786 5 5 0 0 0-.327-.774h-.001c-.287-.54-.758-.835-1.248-.908a1.67 1.67 0 0 0-1.464.515l-3.82 3.864c-1.226 1.11-3.127 1.199-4.313.205-.103-.109-4.025-4.071-4.025-4.071a1.67 1.67 0 0 0-1.46-.51c-.489.073-.961.367-1.248.907v.002q-.199.376-.327.771a1.75 1.75 0 0 0-2.071.782l-.001.002a4.86 4.86 0 0 0-.645 2.23q-.086.097-.167.197"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/duplicati.svg b/mkdocs-material/material/templates/.icons/simple/duplicati.svg new file mode 100644 index 0000000..c20401b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/duplicati.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.571 1.286A1.72 1.72 0 0 0 6.857 3v10.286c0 .634.353 1.183.868 1.48.251.144.538.234.846.234h13.715A1.72 1.72 0 0 0 24 13.286V3a1.72 1.72 0 0 0-1.714-1.714Zm-6.857 12A1.72 1.72 0 0 0 0 15v6a1.72 1.72 0 0 0 1.714 1.714h8.572a1.72 1.72 0 0 0 1.473-.857c.148-.253.241-.544.241-.857v-4.286H8.571c-.296 0-.582-.042-.857-.114a3.44 3.44 0 0 1-2.571-3.314Zm18 3.428h-6V21H18a1.72 1.72 0 0 0 1.714-1.714z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dvc.svg b/mkdocs-material/material/templates/.icons/simple/dvc.svg new file mode 100644 index 0000000..e90bd92 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dvc.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 4.935a.3.3 0 0 1 .09-.223.26.26 0 0 1 .201-.092h3.921c1.608.122 2.808.582 3.912 1.716 1.11 1.135 1.551 2.422 1.692 4.078.135 1.594-.516 2.974-1.62 4.108a5.4 5.4 0 0 1-1.818 1.28 5.3 5.3 0 0 1-2.166.431H.292a.28.28 0 0 1-.202-.092.3.3 0 0 1-.069-.104.3.3 0 0 1-.02-.123zm2.508 8.84H4.05q1.351-.001 2.244-.973a3.4 3.4 0 0 0 .891-2.39c0-.942-.3-1.737-.89-2.383a2.9 2.9 0 0 0-1.02-.734 2.9 2.9 0 0 0-1.225-.238H2.508zm12.064.062a.32.32 0 0 1 .028.311l-2.324 5.056q-.094.181-.273.18h-.162q-.179.001-.276-.184l-2.28-4.993a.32.32 0 0 1 .033-.316 5.14 5.14 0 0 0 .961-3.17c-.002-.088.133-.123.168-.042l1.44 3.236h.098l1.494-3.354c.035-.078.16-.049.16.036 0 1.147.29 2.282.933 3.24m1.196.728c-1.14-1.128-1.668-2.496-1.668-4.108 0-1.622.525-2.996 1.668-4.133a5.7 5.7 0 0 1 1.91-1.285 5.65 5.65 0 0 1 2.248-.423 5.7 5.7 0 0 1 3.94 1.503q.244.231.017.453l-1.269 1.31c-.14.128-.279.128-.408 0a3.2 3.2 0 0 0-2.199-.825q-1.367-.002-2.28.981a3.27 3.27 0 0 0-.87 2.345c0 .908.27 1.68.882 2.321a3.02 3.02 0 0 0 2.286.96 3.26 3.26 0 0 0 2.181-.776q.226-.193.42.015l1.272 1.343q.21.21-.015.435a5.5 5.5 0 0 1-3.957 1.567 5.7 5.7 0 0 1-2.245-.415 5.8 5.8 0 0 1-1.913-1.27z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dwavesystems.svg b/mkdocs-material/material/templates/.icons/simple/dwavesystems.svg new file mode 100644 index 0000000..0bc1f92 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dwavesystems.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.106 12.005a2.866 2.866 0 0 1-2.868 2.863 2.866 2.866 0 0 1-2.869-2.863A2.866 2.866 0 0 1 7.238 9.14a2.866 2.866 0 0 1 2.868 2.864M7.238 0C5.654 0 4.369 1.282 4.369 2.863s1.285 2.863 2.869 2.863a2.866 2.866 0 0 0 2.868-2.863A2.866 2.866 0 0 0 7.238 0m9.524 18.278a2.86 2.86 0 0 0-2.867 2.864A2.864 2.864 0 0 0 16.762 24a2.865 2.865 0 0 0 2.869-2.858 2.86 2.86 0 0 0-2.869-2.864m-2.868-6.273a2.866 2.866 0 0 1 2.868-2.864 2.866 2.866 0 0 1 2.869 2.864 2.866 2.866 0 0 1-2.869 2.863 2.866 2.866 0 0 1-2.868-2.863m.5 0a2.369 2.369 0 0 0 4.737 0 2.369 2.369 0 0 0-4.737 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dwm.svg b/mkdocs-material/material/templates/.icons/simple/dwm.svg new file mode 100644 index 0000000..fe079ec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dwm.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 11h6V7h2v8h2v-4h2v4h2v-4h10v6h-2v-4h-2v4h-2v-4h-2v4H2v-2h4v-2H2v4H0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/dynatrace.svg b/mkdocs-material/material/templates/.icons/simple/dynatrace.svg new file mode 100644 index 0000000..32e78be --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/dynatrace.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.372 0c-.31.006-.93.09-1.521.654-.872.824-5.225 4.957-6.973 6.617-.79.754-.72 1.595-.72 1.664v.377c.067-.292.187-.5.427-.825.496-.616 1.3-.788 1.627-.822h.002a64 64 0 0 1 6.528-.55c4.335-.136 7.197.226 7.197.226l6.085-5.794s-3.188-.6-6.82-1.027a93 93 0 0 0-5.64-.514c-.02 0-.09-.008-.192-.006m13.56 2.508-6.066 5.79s.222 2.881-.137 7.2c-.189 2.45-.584 4.866-.875 6.494-.052.326-.256 1.114-.925 1.594-.29.198-.49.295-.748.363 1.546-.51 1.091-7.047 1.091-7.047-4.335.137-7.214-.223-7.214-.223l-6.085 5.793s3.223.634 6.856 1.045c2.056.24 4.833.429 5.227.463.023 0 .045-.007.068-.012-.013.003-.022.009-.035.012.138 0 .26.015.38.015.084 0 .924.105 1.712-.648 1.748-1.663 6.084-5.81 6.94-6.634.789-.754.72-1.594.72-1.68a82 82 0 0 0-.206-5.654 102 102 0 0 0-.701-6.872zM3.855 8.306c-1.73.002-3.508.208-3.696 1.021.017 1.216.05 3.137.205 5.28.24 3.65.703 6.887.703 6.887l6.083-5.79c-.017.016-.24-2.88.12-7.2 0 0-1.684-.201-3.416-.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/e.svg b/mkdocs-material/material/templates/.icons/simple/e.svg new file mode 100644 index 0000000..15c2e1b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/e.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.004 12.004A12.01 12.01 0 0 0 12 24a2.27 2.27 0 0 0 2.266-2.266A2.27 2.27 0 0 0 12 19.467c-4.116 0-7.463-3.347-7.463-7.463S7.884 4.541 12 4.541c3.323 0 6.15 2.186 7.111 5.197H12a2.27 2.27 0 0 0-2.266 2.266A2.27 2.27 0 0 0 12 14.27h9.73a2.27 2.27 0 0 0 2.266-2.266A12.02 12.02 0 0 0 12 0C5.385.008.004 5.39.004 12.004"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/e3.svg b/mkdocs-material/material/templates/.icons/simple/e3.svg new file mode 100644 index 0000000..e09b10c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/e3.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.068 16.519H4.772v-2.674h6.262v-3.757H4.772v-2.64h6.262V3.69H0v16.618h14.148c0-.034-2.776-.71-3.08-3.79m10.12-6.397c1.895 1.286 2.877 2.538 2.809 5.11-.068 2.674-2.776 5.043-5.72 5.043-2.099 0-4.772-.947-5.788-3.756l3.486-1.557c.474.88 1.151 1.557 2.2 1.557 1.151 0 1.997-.88 2.099-1.997.034-.271-.136-2.234-2.099-2.302l-2.2-.237 2.81-4.535h-6.33V3.69h11.542z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ea.svg b/mkdocs-material/material/templates/.icons/simple/ea.svg new file mode 100644 index 0000000..081b6a7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ea.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.635 6.162-5.928 9.377H4.24l1.508-2.3h4.024l1.474-2.335H2.264L.79 13.239h2.156L0 17.84h12.072l4.563-7.259 1.652 2.66h-1.401l-1.473 2.299h4.347l1.473 2.3H24zm-11.461.107L3.7 8.604l9.52-.035 1.474-2.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/eagle.svg b/mkdocs-material/material/templates/.icons/simple/eagle.svg new file mode 100644 index 0000000..5fbe602 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/eagle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0m.04 3.858c1.32.019 2.634.335 3.78.989.549.31.957.642 1.238.895a6.9 6.9 0 0 0-2.25 3.04c-.06.165-.123.354-.183.546a6.9 6.9 0 0 0-.252 1.605c-.003.162.002.374.003.578.012.242.05.519.08.789a7 7 0 0 0 1.753 3.586 6.9 6.9 0 0 0 1.87 1.42 7.8 7.8 0 0 1-2.629 2.166 7.7 7.7 0 0 1-3.846.808l-.22-.013a7.7 7.7 0 0 1-1.504-.247 8.2 8.2 0 0 1-2.83-1.354 7.1 7.1 0 0 1-1.894-2.1c-.22-.38-1.49-2.644-.769-5.452A7.26 7.26 0 0 1 5.93 8.18a5.5 5.5 0 0 0-2.105 1.082C4.12 8.573 5.306 6 8.217 4.66a8.94 8.94 0 0 1 3.823-.8zm5.702 2.508c.202.126.464.309.736.572.108.103.478.468.82 1.054.413.703.549 1.327.62 1.65a5.5 5.5 0 0 1 .013 2.302 7.1 7.1 0 0 0-2.044-1.688 7.2 7.2 0 0 0-1.551.3 7 7 0 0 0-1.05.422 6 6 0 0 1 .267-1.563 6 6 0 0 1 .806-1.643 6.3 6.3 0 0 1 1.383-1.406"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/easyeda.svg b/mkdocs-material/material/templates/.icons/simple/easyeda.svg new file mode 100644 index 0000000..80455d8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/easyeda.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.31 3.108a7.7 7.7 0 0 0-3.015.545 7.7 7.7 0 0 0-1.73.951 7.9 7.9 0 0 0-1.59 1.567 6 6 0 0 0-.764-.047C2.78 6.124 0 8.91 0 12.35a6.22 6.22 0 0 0 4.146 5.868 3.759 3.759 0 0 0 7.326-1.574l5.3-2.673-.04-.078.499-.257-1.021-2.027-.499.25-.047-.086-5.291 2.658a3.73 3.73 0 0 0-2.627-1.076 3.77 3.77 0 0 0-3.42 2.198 3.72 3.72 0 0 1-1.7-4.146 3.71 3.71 0 0 1 5.549-2.214 5.21 5.21 0 0 1 6.585-3.32 5.24 5.24 0 0 1 3.538 4.373 2.913 2.913 0 0 1 3.188 2.899 2.91 2.91 0 0 1-2.65 2.899h-2.135v2.517h2.244l.11-.016a5.407 5.407 0 0 0 4.925-5.852 5.46 5.46 0 0 0-1.574-3.375A5.36 5.36 0 0 0 20.3 8.01a7.73 7.73 0 0 0-6.99-4.901ZM7.748 15.367a1.76 1.76 0 0 1 1.753 1.761 1.75 1.75 0 0 1-1.753 1.753 1.75 1.75 0 0 1-1.754-1.753 1.756 1.756 0 0 1 1.754-1.753Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/easyjet.svg b/mkdocs-material/material/templates/.icons/simple/easyjet.svg new file mode 100644 index 0000000..956068c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/easyjet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.964 12.225H1.463q-.099 0-.099.086 0 .208.225.391t.484.184q.154 0 .34-.059t.308-.145q.109-.077.172-.077.083 0 .163.102a.34.34 0 0 1 .08.211q0 .23-.287.444-.508.38-1.172.38-.67 0-1.124-.39a1.6 1.6 0 0 1-.364-.463 1.6 1.6 0 0 1-.189-.76q0-.537.326-.964.281-.37.715-.552.325-.137.706-.137.606 0 1.031.345.214.172.345.409.15.268.15.524a.6.6 0 0 1-.086.34q-.086.13-.223.131m-1.418-.597h.323q.204 0 .204-.188a.4.4 0 0 0-.099-.281.34.34 0 0 0-.259-.109.33.33 0 0 0-.281.141.45.45 0 0 0-.096.265q0 .096.046.134.047.038.162.038m3.693-1.156q.555 0 .942.281.205.15.286.343t.081.532l-.006.476q0 .495.07.642.035.07.067.089a.4.4 0 0 0 .134.035q.102.016.102.134a.54.54 0 0 1-.123.319 1 1 0 0 1-.318.278 1 1 0 0 1-.501.141.66.66 0 0 1-.53-.23q-.067-.083-.125-.083-.064 0-.169.08a1.2 1.2 0 0 1-.725.233q-.419 0-.677-.179a.84.84 0 0 1-.268-.308.85.85 0 0 1-.099-.398q0-.332.268-.588.418-.402 1.252-.406.185 0 .233-.037.048-.036.048-.171 0-.339-.07-.49-.07-.152-.23-.152a.27.27 0 0 0-.171.058q-.075.058-.187.211-.284.406-.594.406a.36.36 0 0 1-.255-.093.32.32 0 0 1-.099-.243q0-.153.123-.307.123-.153.334-.268a2.56 2.56 0 0 1 1.207-.305m-.214 1.849a.32.32 0 0 0-.244.115.4.4 0 0 0-.104.275q0 .153.073.248a.23.23 0 0 0 .195.094q.255 0 .255-.431 0-.176-.037-.236-.036-.062-.138-.065m3.33-1.846q.16 0 .521.07a1 1 0 0 0 .121.013.8.8 0 0 0 .211-.057.4.4 0 0 1 .125-.029q.147 0 .297.188.122.15.198.329a.8.8 0 0 1 .077.31.28.28 0 0 1-.089.212.32.32 0 0 1-.224.085.4.4 0 0 1-.2-.054 2 2 0 0 1-.283-.24q-.204-.198-.339-.198a.21.21 0 0 0-.155.065.2.2 0 0 0-.065.155q0 .156.3.294.54.243.827.53.243.243.243.594 0 .444-.39.741a1.3 1.3 0 0 1-.821.259q-.124 0-.453-.041a7 7 0 0 0-.348-.035.5.5 0 0 0-.096.01 1 1 0 0 1-.134.013.34.34 0 0 1-.236-.077 1.1 1.1 0 0 1-.243-.372 1.1 1.1 0 0 1-.112-.436q0-.294.23-.294.09 0 .164.059t.315.315q.131.14.217.193a.35.35 0 0 0 .185.053q.105 0 .169-.056a.19.19 0 0 0 .064-.149q0-.144-.246-.262-.514-.252-.742-.521a.93.93 0 0 1-.228-.62q0-.38.233-.655.332-.392.907-.392m4.994 1.571-.422 1.159a4.4 4.4 0 0 1-.315.704 2 2 0 0 1-.359.465q-.415.396-1 .396-.473 0-.766-.249a.61.61 0 0 1-.227-.489q0-.246.158-.414a.51.51 0 0 1 .388-.168q.23 0 .37.153a.4.4 0 0 1 .089.125q.022.054.067.24.035.141.16.141a.2.2 0 0 0 .166-.086.34.34 0 0 0 .067-.214q0-.15-.166-.501l-.77-1.638a1.5 1.5 0 0 0-.182-.319.9.9 0 0 0-.268-.156.23.23 0 0 1-.11-.101.3.3 0 0 1-.046-.145q0-.284.565-.386.377-.067.859-.067.339 0 .533.07.262.093.262.316a.35.35 0 0 1-.073.188.33.33 0 0 0-.07.182q0 .076.034.16.034.083.142.281.121.224.214.224.099 0 .204-.196a.8.8 0 0 0 .105-.378.36.36 0 0 0-.08-.24q-.121-.144-.121-.246 0-.163.217-.26t.581-.097q.677 0 .677.326a.26.26 0 0 1-.069.19.7.7 0 0 1-.251.136.5.5 0 0 0-.243.192q-.137.21-.32.702m3.189-2.816q.357 0 .728.064.303.051.434.141.13.09.131.246a.23.23 0 0 1-.048.155.7.7 0 0 1-.208.136q-.185.096-.212.225c-.027.129-.035.421-.05 1.004q-.009.846-.018 1.016a2 2 0 0 1-.04.329q-.092.467-.374.731-.23.217-.591.342a2.3 2.3 0 0 1-.76.125 2.8 2.8 0 0 1-.711-.093 2.3 2.3 0 0 1-.618-.255 1 1 0 0 1-.345-.362 1 1 0 0 1-.128-.487q0-.32.201-.529a.67.67 0 0 1 .505-.209q.297 0 .505.176a.56.56 0 0 1 .208.441q0 .067-.038.224a.4.4 0 0 0-.006.07.21.21 0 0 0 .073.166.28.28 0 0 0 .195.064.4.4 0 0 0 .345-.192q.13-.192.131-.505l-.003-.291-.006-.782a21 21 0 0 0-.043-.838.44.44 0 0 0-.072-.206.3.3 0 0 0-.085-.083 1.3 1.3 0 0 0-.2-.061.22.22 0 0 1-.131-.089.26.26 0 0 1-.054-.156q0-.172.136-.276.135-.104.442-.168a3.3 3.3 0 0 1 .707-.073m4.155 2.995h-1.501q-.099 0-.099.086 0 .208.225.391t.484.184q.154 0 .34-.059t.308-.145q.108-.077.172-.077.083 0 .163.102a.34.34 0 0 1 .08.211q0 .23-.287.444-.508.38-1.172.38-.67 0-1.124-.39a1.62 1.62 0 0 1-.552-1.223q0-.537.326-.964.281-.37.715-.552.325-.137.706-.137.606 0 1.032.345.215.172.345.409.15.268.15.524a.6.6 0 0 1-.086.34q-.088.13-.225.131m-1.418-.597h.323q.204 0 .204-.188a.4.4 0 0 0-.099-.281.34.34 0 0 0-.259-.109.33.33 0 0 0-.281.141.45.45 0 0 0-.096.265q0 .096.046.134.048.038.162.038m3.761-.316v1.079q0 .192.094.313a.3.3 0 0 0 .241.121q.125 0 .329-.115a.2.2 0 0 1 .096-.029q.076 0 .141.093a.35.35 0 0 1 .063.202q0 .198-.217.38-.453.386-1.099.386-.511 0-.821-.289-.31-.29-.31-.762v-1.475q0-.073-.018-.091t-.091-.018h-.329q-.093 0-.118-.03-.026-.03-.026-.142v-.141q.003-.096.073-.141l1.463-.92a.3.3 0 0 1 .134-.029h.259q.08 0 .107.037t.027.145v.431q0 .096.03.125t.129.029h.591q.119 0 .153.043.035.043.035.184v.188q0 .153-.045.212t-.163.059h-.578q-.09 0-.121.032-.029.034-.029.123"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ebay.svg b/mkdocs-material/material/templates/.icons/simple/ebay.svg new file mode 100644 index 0000000..9aa5720 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ebay.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.056 12.132v-4.92h1.2v3.026c.59-.703 1.402-.906 2.202-.906 1.34 0 2.828.904 2.828 2.855 0 .233-.015.457-.06.668.24-.953 1.274-1.305 2.896-1.344.51-.018 1.095-.018 1.56-.018v-.135c0-.885-.556-1.244-1.53-1.244-.72 0-1.245.3-1.305.81h-1.275c.136-1.29 1.5-1.62 2.686-1.62 1.064 0 1.995.27 2.415 1.02l-.436-.84h1.41l2.055 4.125 2.055-4.126H24l-3.72 7.305h-1.346l1.07-2.04-2.33-4.38c.13.255.2.555.2.93v2.46c0 .346.01.69.04 1.005H16.8a7 7 0 0 1-.046-.765c-.603.734-1.32.96-2.32.96-1.48 0-2.272-.78-2.272-1.695q.002-.224.037-.405c-.3 1.246-1.36 2.086-2.767 2.086-.87 0-1.694-.315-2.2-.93 0 .24-.015.494-.04.734h-1.18c.02-.39.04-.855.04-1.245v-1.05h-4.83c.065 1.095.818 1.74 1.853 1.74.718 0 1.355-.3 1.568-.93h1.24c-.24 1.29-1.61 1.725-2.79 1.725C.95 15.009 0 13.822 0 12.232c0-1.754.982-2.91 3.116-2.91 1.688 0 2.93.886 2.94 2.806v.005zm9.137.183c-1.095.034-1.77.233-1.77.95 0 .465.36.97 1.305.97 1.26 0 1.935-.69 1.935-1.814v-.13c-.45 0-.99.006-1.484.022h.012zm-6.06 1.875c1.11 0 1.876-.806 1.876-2.02s-.768-2.02-1.893-2.02c-1.11 0-1.89.806-1.89 2.02s.765 2.02 1.875 2.02h.03zm-4.35-2.514c-.044-1.125-.854-1.546-1.725-1.546-.944 0-1.694.474-1.815 1.546z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ebox.svg b/mkdocs-material/material/templates/.icons/simple/ebox.svg new file mode 100644 index 0000000..45a2d27 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ebox.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m.939 14.973 10.97 6.4V24L.94 17.6v-2.626zm22.123 0v2.626l-10.971 6.4v-2.626l10.97-6.401ZM.939 10.66l10.97 6.4v2.627l-7.223-4.214-1.068.622-2.253-1.313 1.07-.623-1.496-.873zm22.123 0v2.626l-1.496.873 1.07.624-2.253 1.313-1.07-.623-7.224 4.214V17.06l10.972-6.4ZM.939 6.347l10.97 6.4v2.627l-3.525-2.057-1.067.622-2.252-1.314 1.067-.622-1.429-.833-1.066.622-2.253-1.314 1.068-.622-1.514-.883Zm22.123 0v2.626l-1.514.883 1.07.622-2.254 1.315-1.068-.623-1.428.833 1.068.622-2.252 1.314-1.07-.622-3.525 2.057v-2.627l10.972-6.4ZM12 8.584l3.236 1.885-2.252 1.314-.983-.573-.982.573-2.252-1.314 3.235-1.885Zm0-4.293 6.916 4.03-2.252 1.315L12 6.918 7.338 9.635 5.085 8.321ZM12 0l10.597 6.175-2.252 1.314L12 2.627 3.657 7.489 1.405 6.175z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/eclipseadoptium.svg b/mkdocs-material/material/templates/.icons/simple/eclipseadoptium.svg new file mode 100644 index 0000000..20d1216 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/eclipseadoptium.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11.98 14.013-2.632 5.729 6.813 3.058c-1.55-2.754-2.82-5.852-4.18-8.787Zm11.033 4.645L16.277 4.064a4 4 0 0 1-.387 1.471l-3.6 7.82 3.871 8.361a3.76 3.76 0 0 0 3.445 2.245 3.734 3.734 0 0 0 3.755-3.755c0-.542-.155-1.045-.348-1.548M15.735 3.755A3.734 3.734 0 0 0 11.982 0C10.51 0 9.27.852 8.65 2.052 6.119 7.582 3.544 13.127.988 18.658c-.232.464-.348 1.006-.348 1.587A3.734 3.734 0 0 0 4.394 24a3.76 3.76 0 0 0 3.445-2.245l7.587-16.413c.193-.503.31-1.045.31-1.587z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/eclipseche.svg b/mkdocs-material/material/templates/.icons/simple/eclipseche.svg new file mode 100644 index 0000000..c3d8ac2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/eclipseche.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0 1.604 6.021v7.452L12 7.494l3.941 2.254 6.455-3.727zm10.396 10.527L12 16.506l-7.334-4.217-3.062 1.76v3.93L12 24l10.396-6.021z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/eclipseide.svg b/mkdocs-material/material/templates/.icons/simple/eclipseide.svg new file mode 100644 index 0000000..e9bff04 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/eclipseide.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.109.024a16 16 0 0 0-.737.023C6.728.361 3.469 2.517 1.579 5.86a12.5 12.5 0 0 0-1.558 5.25c-.04.517-.02 1.745.035 2.208.306 2.682 1.353 5.06 3.07 6.965 1.962 2.173 4.586 3.467 7.437 3.663.42.032 1.043.04 1.02.012a2.4 2.4 0 0 0-.338-.074c-1.674-.33-3.388-1.13-4.777-2.232a12.3 12.3 0 0 1-2.45-2.636A12.4 12.4 0 0 1 1.884 12.5a12.4 12.4 0 0 1 .56-4.274c.785-2.522 2.37-4.726 4.475-6.228A11.1 11.1 0 0 1 11.156.122l.443-.098zm1.474.51C10.646.65 8.807 1.299 7.301 2.4 5.426 3.77 3.995 5.644 3.22 7.746c-.145.397-.282.82-.282.879 0 .012 3.828.024 10.31.024 8.463 0 10.315-.008 10.315-.036 0-.047-.153-.525-.283-.878a14 14 0 0 0-.82-1.722c-.4-.683-.91-1.373-1.474-1.992-1.65-1.82-3.593-2.934-5.82-3.334-.785-.141-1.8-.2-2.585-.153zM23.83 9.97c-.02 0-4.792 0-10.609.004l-10.573.008-.011.059c-.036.16-.134 1.081-.134 1.242 0 .028 1.785.032 10.746.032H24v-.075c0-.102-.07-.791-.106-1.054-.02-.16-.04-.216-.063-.216zm-10.573 2.635c-9.37-.004-10.73 0-10.742.035-.02.04.024.557.075.973.02.157.035.298.035.314 0 .027 2.137.035 10.624.035h10.624l.024-.188c.043-.326.102-.97.094-1.067l-.008-.094zm.003 2.718c-8.882 0-10.321.004-10.321.035 0 .02.054.208.12.42a11.1 11.1 0 0 0 2.072 3.741c.282.342.945 1.036 1.228 1.287 1.568 1.4 3.247 2.216 5.18 2.53.605.094.886.113 1.75.11.91 0 1.297-.032 2.023-.177 2.11-.416 3.914-1.451 5.53-3.17 1.267-1.348 2.106-2.76 2.628-4.41l.117-.366z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/eclipsejetty.svg b/mkdocs-material/material/templates/.icons/simple/eclipsejetty.svg new file mode 100644 index 0000000..22f9acb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/eclipsejetty.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.985 2.751a.84.84 0 0 0-.82.653l-.618 2.673a.84.84 0 0 0 .023.459.84.84 0 0 0-.222.403L.986 17.172c-.043.003-.064.006-.12.008a.84.84 0 0 0-.808.821L0 20.387a.84.84 0 0 0 .845.862l4.067-.016a2.27 2.27 0 0 0 1.507-.633c.408-.398.658-.921.842-1.548l.013-.048.093-.403a.84.84 0 0 0 .808.607h2.518a.84.84 0 0 0 .763-.486L18.344 3.95a.842.842 0 0 0-.762-1.197h-2.518a.84.84 0 0 0-.763.486l-1.435 3.075a.8.8 0 0 0-.209-.026H10.21l.578-2.504a.842.842 0 0 0-.82-1.032zm15.654 0a.84.84 0 0 0-.763.487L12.988 18.01a.842.842 0 0 0 .763 1.198h2.518a.84.84 0 0 0 .763-.486L23.92 3.949a.842.842 0 0 0-.763-1.198zm-15.654.842h4.982L9.35 6.266H4.368zm10.079 0h2.518l-6.889 14.773H8.175l.345-.739h1.908a.84.84 0 0 0 .82-.652l.856-3.708a.842.842 0 0 0-.82-1.031h-.25l.26-.558h.508a.84.84 0 0 0 .82-.653l.856-3.707a.8.8 0 0 0 .008-.34zm5.575 0h2.518L16.27 18.366H13.75zM4.169 7.128h2.624l-.812 3.519a.842.842 0 0 0 .82 1.03h1.3l-.129.559H6.283a.84.84 0 0 0-.82.652l-.856 3.708a.842.842 0 0 0 .82 1.031h1.3l-.273 1.188c-.321 1.092-.808 1.534-1.589 1.577l-4.023.015.057-2.386c.489-.019.708.004.851-.418zm3.488 0h5l-.855 3.708H6.8zm1.308 4.55h1.4l-.26.558H8.836zm-2.682 1.4h5.001l-.856 3.707h-5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/eclipsemosquitto.svg b/mkdocs-material/material/templates/.icons/simple/eclipsemosquitto.svg new file mode 100644 index 0000000..dd10bb3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/eclipsemosquitto.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.353 11.424c0 2.637.964 5.105 2.636 7.013l-1.007.903A11.97 11.97 0 0 1 0 11.424C0 8.065 1.38 5.029 3.604 2.85l.05.045L6.637 5.57a7.94 7.94 0 0 0-1.433 9.963l1.03-.923A6.59 6.59 0 0 1 7.65 6.478l1.02.915.909.814.941.844a2.78 2.78 0 0 0-1.311 2.367c0 1.23.795 2.273 1.899 2.646l.095 1.297a4.024 4.024 0 0 1-2.483-6.27l-.9-.809-.004-.003a5.23 5.23 0 0 0 .205 6.546l-3.023 2.71a9.29 9.29 0 0 1-.21-11.97L3.777 4.66A10.6 10.6 0 0 0 1.37 10.8l-.006.008.005.004a11 11 0 0 0-.017.612zm11.54 2.639a2.793 2.793 0 0 0 .588-5.013l.941-.844.908-.814 1.021-.915a6.59 6.59 0 0 1 1.417 8.132l1.029.923a7.94 7.94 0 0 0-1.433-9.963l2.981-2.673.05-.045A11.96 11.96 0 0 1 24 11.424c0 2.98-1.095 5.769-2.982 7.916l-1.007-.903a10.6 10.6 0 0 0 2.619-7.625l.005-.004-.006-.007a10.6 10.6 0 0 0-2.407-6.141l-1.008.904a9.29 9.29 0 0 1-.211 11.97l-3.023-2.71a5.23 5.23 0 0 0 .205-6.546l-.004.003-.9.808a4.024 4.024 0 0 1-2.482 6.27zM12 21.149l.335-4.571.271-3.712a1.56 1.56 0 1 0-1.212 0l.271 3.712Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/eclipsevertdotx.svg b/mkdocs-material/material/templates/.icons/simple/eclipsevertdotx.svg new file mode 100644 index 0000000..f3fc04b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/eclipsevertdotx.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.356.01C1.566.01.027 1.269 0 2.938v1.436h2.515l3.861 8.896 4.028-8.791h5.078l2.182 3.986 2.56-3.986H24V2.946C24 1.281 22.44.011 20.645.011zM24 5.668l-8.874 13.56H12.44c-.02-.629-.188-1.237-.503-1.74l3.609-5.708-2.744-4.36-3.829 8.42-.036-.002a3.443 3.443 0 0 0-3.434 3.433q.001.032.004.063h-.263L0 7.5v13.553c0 1.665 1.56 2.935 3.356 2.935h17.289c1.812 0 3.355-1.276 3.355-2.935v-1.826h-3.587l-1.594-2.874 2.224-3.378L24 17.638zm-15.066 11.5a2.1 2.1 0 0 1 2.109 2.103 2.106 2.106 0 1 1-4.212 0c0-1.16.937-2.1 2.103-2.103"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ecosia.svg b/mkdocs-material/material/templates/.icons/simple/ecosia.svg new file mode 100644 index 0000000..930fe36 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ecosia.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.198 6.818H8.786v10.48h6.412v-3.342h-3.98v-1.262H13.8V11.42h-2.584v-1.261h3.981zM11.972.06A12.003 12.003 0 0 0 0 12.064a12 12 0 0 0 10.083 11.848c.068-1.277.196-2.723.434-3.652v-.014c0-.005 0-.007-.01-.012 0-.005-.01-.007-.012-.009 0-.002-.01-.002-.014-.002h-.356c-2.307 0-5.943-.333-6.916-3.45-1.458-4.642 2.025-6.314 3.484-4.97 0 .004.012.008.019.008q.013.001.02-.005.014-.007.015-.016v-.021c-.322-.945-2.148-6.867 2.64-8.496 4.08-1.369 8.07 1.491 7.461 5.265v.017c0 .007.01.012.012.014 0 .002.012.005.016.005 0 0 .012-.002.016-.005.298-.246 1.603-1.186 2.919-.148 1.247.982.844 3.73-1.627 5.003q-.013.003-.02.014v.023c0 .01.01.014.015.02q.014.006.023.001c1.596-.239 4.316 1.193 2.11 4.375-1.447 2.1-4.71 2.365-6.168 2.365h-1.071s-.01 0-.012.002c0 .002-.01.005-.012.007 0 .002 0 .005-.01.009v.012c-.021.751.331 2.304.693 3.688A12 12 0 0 0 24 12.063 12.003 12.003 0 0 0 11.997.06h-.03z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ecovacs.svg b/mkdocs-material/material/templates/.icons/simple/ecovacs.svg new file mode 100644 index 0000000..c989a8e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ecovacs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.066 19.071-.001-.001A9.97 9.97 0 0 1 11.994 22a9.96 9.96 0 0 1-7.07-2.93v.001a1 1 0 0 0-1.381-.03 1 1 0 0 0-.044 1.434l.011.01.011.011A11.96 11.96 0 0 0 11.994 24c3.306 0 6.301-1.338 8.472-3.502l.014-.014.011-.012a.99.99 0 0 0-.046-1.431.997.997 0 0 0-1.379.03M15.394 14h-3.999a2 2 0 1 1 0-3.999h3.999L16.794 8h-5.399a4 4 0 1 0 0 8h5.399zm-.4-3-.031.001V11h-2.969a1 1 0 0 0-.999 1c0 .553.446 1 .999 1h2.969v-.002l.031.002a1 1 0 1 0 0-2M11.977 0a11.96 11.96 0 0 0-8.454 3.497.993.993 0 0 0 .03 1.444 1 1 0 0 0 1.38-.026v-.001l.001-.001A9.97 9.97 0 0 1 12.011 2a9.97 9.97 0 0 1 7.064 2.945v-.001c.181.181.43.295.706.296.26 0 .496-.1.674-.262a.99.99 0 0 0 .328-.736 1 1 0 0 0-.29-.706l-.001-.002-.001-.001A11.96 11.96 0 0 0 12.015 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/edeka.svg b/mkdocs-material/material/templates/.icons/simple/edeka.svg new file mode 100644 index 0000000..4533a76 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/edeka.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.901 18.997h2.688v.699h-1.857v.297h1.857v.699h-1.857v.295h1.857v.698h-2.688zm-6.476 0h2.686v.699H5.253v.297h1.858v.699H5.253v.295h1.858v.698H4.425ZM17.996 19l-.92 2.685h.827l.182-.552h1.066l.172.552h.834L19.233 19Zm.617.593.319.91h-.635ZM14.076 19h.827v1.024L15.839 19h1.089l-1.055 1.144 1.144 1.541h-1.053l-.673-.914-.387.402v.512h-.828zm-6.459 0v2.685h1.59a1.344 1.344 0 0 0 0-2.685zm.827.71h.652a.634.634 0 1 1 0 1.267h-.65ZM4.432 2.318h15.136V6.32H9.104v1.563h10.463v4.004H9.104v1.56h10.463v4.004H4.432ZM2.116 0v24h19.768V0Zm.176.177h19.413v23.647H2.291Zm2.136 18.82h2.686v.7H5.256v.296h1.858v.699H5.256v.294h1.858v.7H4.428Zm6.476 0h2.688v.7h-1.857v.296h1.857v.699h-1.857v.294h1.857v.7h-2.688zm7.094.003-.92 2.686h.828l.182-.553h1.064l.172.553h.836L19.236 19zm.617.594.319.908h-.635ZM14.078 19h.828v1.024L15.842 19h1.089l-1.056 1.144 1.144 1.541h-1.053l-.672-.914-.388.402v.512h-.828zm-6.457 0v2.686h1.588a1.344 1.344 0 0 0 0-2.686Zm.826.711h.65a.633.633 0 1 1 0 1.266h-.65ZM4.435 2.317h15.134v4.004H9.106v1.563h10.463v4.004H9.106v1.56H19.57v4.004H4.435Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/edgeimpulse.svg b/mkdocs-material/material/templates/.icons/simple/edgeimpulse.svg new file mode 100644 index 0000000..1b846ff --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/edgeimpulse.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.008 10.287h4.51l1.348 3.53h-5.858c-.979 0-1.772-.79-1.772-1.766s.793-1.766 1.772-1.766zM.677 12.049a1.77 1.77 0 0 1 1.773-1.766h8.597a1.77 1.77 0 0 1 1.772 1.766c0 .976-.793 1.766-1.772 1.766H2.45c-.98 0-1.773-.79-1.773-1.766M24 19.613H4.448a2.52 2.52 0 0 1-1.93.899A2.514 2.514 0 0 1 0 18.002a2.514 2.514 0 0 1 2.518-2.509c.775 0 1.467.351 1.93.899h18.321zM19.594 7.655H4.404a2.5 2.5 0 0 1-1.886.852A2.514 2.514 0 0 1 0 5.998a2.514 2.514 0 0 1 2.518-2.51c.797 0 1.506.371 1.967.946h13.878z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/editorconfig.svg b/mkdocs-material/material/templates/.icons/simple/editorconfig.svg new file mode 100644 index 0000000..0657350 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/editorconfig.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.325.402c-.242-.013-1.006.34-1.402.544-.897.472-1.14.632-1.806 1.54-.766 1.046-1.084 1.638-1.213 2.181-.383 1.392-.533 2.089-1.148 2.934-.457.344-.546.792-.911 1.305-.234.327-.862 1.43-.863 1.517-.003.163-.05.2-.539.184-.526-.018-.736.039-1.003.299-.24.232-.288.24-.289 1.054 0 .98.229 1.09.574 1.545C1.207 14.798.098 18.578 0 20.885c0 .195.015.706.131 1.741.137.296.337.514.587.671.822.062 1.762.302 3.39.302 1.315 0 3.857-.58 4.06-.635.693-.185 1.771-.76 2.51-1.187.174-.1 1.395-.542 1.856-.89.239-.181 1.461-.872 1.887-1.206.876-.687.96-.835 1.717-1.942.345-.505.497-.644.829-1.455l.01-.703c.262.09 2.184.608 2.41.743.367.219.012.448-.183.677-.14.165.092.323.224.203.192-.174.781-.564.744-.76 0-.134-.315-.328-.807-.572-.446-.221-.416-.218-.256-.265.905-.301 1.406-.437 2.032-.8 1.677-1.042 2.555-1.976 2.761-2.927.198-.876.09-1.52-.273-2.294-.183-.683-.513-.935-1.24-1.237-.848-.353-2.396-.51-3.012-.3-.517.175-1.777.738-2.416 1.057-.346.173-.633.307-.638.297-.156-.254-.32-.506-.463-.79-.252-.5-.37-.659-.624-.777-.133-.062-.385-.175-.684-.385-.496-.344-1.162-.82-2.723-1.243.892-1.545.904-1.74 1.039-2.587.125-.629.168-1.685.039-1.97-.117-.257-.617-.8-.955-.962-.66-.315-1.075-.287-1.627-.287m.023.564c.172-.001.369.022.622.07.44.085.728.2 1.171.47l.3.182.065.525c.069.564.046.986-.073 1.348-.04.124-.134.424-.207.667-.145.484-.498 1.015-.636 1.236-.03.05-.125-.022-.166.08-.184.466-.4.487-.76.52-.113.01-.889-.046-1.687-.07-.963.028-1.337-.22-2.518.258-.253.096.528-1.41.61-1.56.21-.38 1.327-1.66 1.6-1.762.23-.086.456-.341.656-.532.33-.315.418-.348.765-.415.324-.063 1.066-.29 1.43-.037.225.178.381.537.346.821-.069.566-.149.792-.497 1.31-.824 1.227-.806 1.251-.699 1.313.105.06.085.094.067.161-.056.206.007.163.161.11.315-.11.802-.996 1.119-2.001.192-.611.19-.335.16-1.12-.017-.465-.029-.415-.182-.665-.227-.37-.45-.49-1.22-.49-.83-.002-1.143.033-1.676.515-.603.544-1.083.77-1.949 2.054-.427.461-.92 1.615-1.149 2.427-.029-.005-.043.02-.015-.366.043-.588.185-.988.79-2.225.429-.874.58-1.133.76-1.3.613-.57 1.66-1.217 2.34-1.445.153-.052.3-.078.472-.08zm1.285 6.017c1.406.541 2.34.62 3.442 1.654.68 1.108.9 2.22 1.246 3.435.343 1.06.33 2.738.321 2.97-.414-.157-.826-.197-1.292-.214-.06-.542-1.137-.636-1.531-.825-.512-.228-1.295-.364-2.3-.527-.96-.22-1.753-.111-2.722-.125-.11.1-.19.186-.278.317-.15-.08-.354-.275-.634-.264-.105 0-.117-.018-.08-.28.024-.168.102-.305.017-.383-.221-.204-.167-.218-.201-.316-1.107-.64-3.029-1.611-4.02-1.71.34-.476.195-.52.303-.691.272-.429.968-1.343 1.123-1.694 0-.229.723-.984 1.403-1.503 1.43-.28 3.565-.265 5.203.156m8.519 1.505c1.605.041 2.166.236 2.697.777.524.55.698.877.698 1.31 0 .354-.278 1.343-.462 1.647-.7 1.152-2.265 2.404-3.6 2.88-.316.111-.478.133-1.096.148-.403.035-.91-.043-1.297-.13.22-2.561.026-2.73-.198-3.771.09-.22.505-.48.422-.611.776-.49 1.325-1.04 1.933-1.228.408-.15.493-.161 1.343-.186.802-.023.944-.014 1.224.075.597.19 1.265.746 1.265 1.053 0 .193.044.242.137.241.22-.002.151-.326.037-.559-.378-.704-.968-.954-1.533-1.081-.143-.03-.6-.099-1.013-.118-.591-.027-.84-.005-1.143.06-.48.102-.898.239-1.302.596-.31.275-.857.591-1.305.805-.106.015-.174-.17-.256-.267 1.053-.807 2.03-1.521 3.449-1.64zM2.718 10.96c-.304.488-.515.842-.524 1.226-.12.301-.227.595-.38.907-.373-.376-.254-1.176-.093-1.517.357-.69.368-.508.997-.616m.798.111c1.097.336 2.247.64 3.698 1.535.278.167.13.5.024 1.034a1.68 1.68 0 0 1-1.133.607c.431-.434.878-1.195.402-1.714-.118-.156-.15-.181-.358-.166-.284.02-.288-.006-.44.389-.327.385-.492 1.292-.382 1.576-.566-.033-2.077-.152-2.95-.709.094-.243.335-.595.358-.914.119-.241.62-1.665.78-1.638zm2.7 1.709c.167.282-.192 1.135-.417 1.241-.165-.602.167-1.17.416-1.241zm3.534.831c.437 0 1.24.092 2.21.253.836.138.995.177 1.715.414.854.264.798.364 1.087.785.063.09.156.366.205.609.109.533-.402.943-1.44 1.157-.354.073-.673.097-1.23.093-.879-.007-1.19-.044-1.685-.2-.736-.231-1.114-.555-1.519-1.233-.22-.37-.273-.414-.242-.685.064-.562.183-.927.346-1.064.134-.113.203-.129.553-.129m-1.984.085c.1-.003.586.224.683.29-.142.385-.009 1.322.383 1.777.092.143.318.465.535.68.684.683 1.13.795 2.656.796 1.278.002 1.65-.068 2.285-.272.589-.188.768-.428.837-.595.17-.402.252-.817.211-1.247l1.287.366c-.106.866-.587 1.375-.944 1.821-.266.428-.816 1.23-.971 1.364-.747.643-1.436 1.095-2.928 1.936-.439.248-1.618.706-1.924.859-.312.156-1.417.81-1.569.855a9.5 9.5 0 0 1-1.554.315c-.4.047-1.82.262-2.725.299-.66.014-.84-.054-1.657-.03-.438-.084-1.396-.301-1.396-.301-.285-.457-.359-.807-.439-1.336.664.778 1.063 1.041 1.595 1.041.479 0 .725-.18.92-.18.123 0 .454-.233.437-.385a1.03 1.03 0 0 0-.253-.605c-.23-.147-1.6-.691-1.832-.691-.64 0-.781.05-.85.18.395-2.142.909-4.616 1.67-6.62 1.174.514 3.097.887 4.043.568 1.452-.51 1.12-.685 1.5-.885m3.817.15c-.168 0-.586.458-.744.815-.159.359-.202.911-.083 1.055.098.118.503.12.707-.004.398-.243.779-1.096.682-1.538-.035-.16-.33-.328-.562-.328m.026.39c.148.178-.04.659-.213.85-.204.216-.406.247-.348.058.14-.353.456-.914.561-.908M2.68 21.462c.156.049.353.27.315.33-.638.036-.998-.008-1.051-.012-.217-.017-.917-.32-.897-.657.027-.395 1.32.31 1.633.339"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/edotleclerc.svg b/mkdocs-material/material/templates/.icons/simple/edotleclerc.svg new file mode 100644 index 0000000..24cbb27 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/edotleclerc.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.43 0 .105 5.373.105 12c0 6.628 5.326 12 11.897 12 6.57 0 11.895-5.372 11.895-12C23.896 5.374 18.57 0 12 0m0 2.491c5.207 0 9.427 4.258 9.427 9.51s-4.22 9.508-9.426 9.508-9.428-4.257-9.428-9.508c0-5.252 4.221-9.51 9.428-9.51zm1.148 1.991a6.48 6.48 0 0 0-3.856 1.266h3.193v3.234c-.556.028-1.016.478-1.016 1.044v5.45h.945c1.205 0 1.509-1.454 1.509-1.454h2.836v2.594a6.62 6.62 0 0 0 2.945-5.521c0-3.653-2.935-6.613-6.556-6.613M6.49 6.732v1.62c.546.142 1.018.612 1.018 1.382v5.46c0 .616-.436 1.169-1.018 1.314v2.095h9.3v-3.599l-1.234.007a2.32 2.32 0 0 1-2.142 1.442H10.5V9.69c0-.698.454-1.182 1.015-1.335V6.732z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/educative.svg b/mkdocs-material/material/templates/.icons/simple/educative.svg new file mode 100644 index 0000000..978cc94 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/educative.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 0H4a4 4 0 0 0-4 4v16a4 4 0 0 0 3.998 4h16A4 4 0 0 0 24 20V4a4 4 0 0 0-4-4M5.397 19.576l-1.828-1.673a.316.316 0 0 1-.018-.445l4.004-4.376a.314.314 0 0 0 .009-.415L3.82 8.217a.315.315 0 0 1 .038-.443l1.893-1.595a.315.315 0 0 1 .443.038l5.495 6.537a.316.316 0 0 1-.008.417L5.84 19.559a.315.315 0 0 1-.442.018zm15.147-.102a.315.315 0 0 1-.315.315H11.74a.315.315 0 0 1-.314-.315v-2.332c0-.174.14-.315.314-.315h8.488c.174 0 .315.14.315.315z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/edx.svg b/mkdocs-material/material/templates/.icons/simple/edx.svg new file mode 100644 index 0000000..73b9929 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/edx.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.359 10.416q.08.243.079.516a3 3 0 0 1-.011.231h-3q.097-.354.262-.644.163-.29.39-.497.225-.208.503-.321.277-.113.595-.113.314 0 .549.108.235.107.394.292t.239.428m5.444-.4a1.2 1.2 0 0 0-.436-.305 1.5 1.5 0 0 0-.58-.108q-.426 0-.79.19a1.95 1.95 0 0 0-.631.528 2.6 2.6 0 0 0-.421.808 3.3 3.3 0 0 0-.154 1.029q0 .349.1.641c.1.292.16.362.28.5q.18.207.431.323.252.116.56.116.43 0 .798-.203.367-.203.639-.554a2.7 2.7 0 0 0 .426-.826q.154-.475.154-1.024 0-.354-.098-.636a1.4 1.4 0 0 0-.278-.479M24 7.468l-2.398 11.276H10.727l.625-2.852H0L2.227 5.256h13.577l-.462 2.212zM7.362 11.045a2.5 2.5 0 0 0-.169-.954 2.1 2.1 0 0 0-.457-.7 1.95 1.95 0 0 0-.669-.434 2.2 2.2 0 0 0-.809-.148 2.7 2.7 0 0 0-1.162.246 2.6 2.6 0 0 0-.911.695q-.38.45-.593 1.077a4.4 4.4 0 0 0-.212 1.393q0 .56.177.99a2.01 2.01 0 0 0 1.198 1.172q.41.151.872.151.481 0 .885-.115a2.6 2.6 0 0 0 .708-.318q.306-.203.505-.48a1.8 1.8 0 0 0 .287-.595h-.938a1.3 1.3 0 0 1-.508.513q-.334.19-.883.19-.252 0-.497-.085a1.2 1.2 0 0 1-.444-.274 1.4 1.4 0 0 1-.321-.49 1.9 1.9 0 0 1-.123-.726q0-.072.003-.138t.008-.138h3.986q.015-.077.026-.187l.02-.226a6 6 0 0 0 .021-.419m5.036 3.392L14.04 6.71h-.898l-.682 3.217h-.082a1.4 1.4 0 0 0-.228-.454 1.6 1.6 0 0 0-.375-.354 1.8 1.8 0 0 0-.487-.228 2 2 0 0 0-.567-.082 2.5 2.5 0 0 0-1.45.456 3 3 0 0 0-.575.534q-.259.313-.444.7a4 4 0 0 0-.285.841q-.1.454-.1.952 0 .513.159.929.159.415.434.708.274.293.639.449t.78.157q.529 0 .985-.228t.759-.623h.082l-.159.754zm6.116-1.39 3.578-4.125H20.09l-2.184 2.704h-.108l-1.155-2.704h-2.025l1.736 3.928-3.748 4.44h1.976l2.406-2.852h.162l1.3 2.852h1.988z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/egghead.svg b/mkdocs-material/material/templates/.icons/simple/egghead.svg new file mode 100644 index 0000000..6c33ba1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/egghead.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.998 0c-1.649 0-3.223.893-4.679 2.655-.934 1.134-1.818 2.638-2.567 4.368-1.338.207-2.399.48-3.143.814a2.04 2.04 0 0 0-1.21 1.93c.041 1.433.385 2.925.64 3.924.22.868.95 1.512 1.838 1.623v.018A9.12 9.12 0 0 0 11.997 24l-.003-.001a9.133 9.133 0 0 0 9.127-8.667v-.016a2.175 2.175 0 0 0 1.84-1.626c.255-.997.599-2.489.64-3.93a2.04 2.04 0 0 0-1.21-1.926c-.765-.34-1.825-.616-3.154-.816-.748-1.727-1.634-3.228-2.565-4.361C15.22.894 13.647 0 11.998 0m-.008.828c1.412 0 2.786.797 4.084 2.37.948 1.15 1.844 2.71 2.585 4.512 1.206.163 2.448.413 3.33.806.491.217.8.71.784 1.245-.038 1.346-.371 2.785-.61 3.738a1.46 1.46 0 0 1-1.397 1.104h-.014c-.146 0-.291-.01-.437-.013a8.4 8.4 0 0 1-.558 3.29 8.335 8.335 0 0 1-7.763 5.287h-.002v-.001A8.34 8.34 0 0 1 4.23 17.88a8.45 8.45 0 0 1-.573-3.288c-.14.003-.278.013-.418.013h-.007a1.46 1.46 0 0 1-1.395-1.104c-.248-.955-.577-2.386-.616-3.73a1.325 1.325 0 0 1 .784-1.252c.837-.371 2.075-.63 3.313-.803C6.066 5.914 6.96 4.352 7.906 3.2 9.204 1.625 10.578.828 11.99.828m0 .77a3.37 3.37 0 0 0-1.691.492c-1.831 1.058-3.25 3.558-4.108 5.528 1.096-.118 2.137-.181 2.788-.172.54-.005 1.06.21 1.44.594A3.9 3.9 0 0 1 12 7.674a3.9 3.9 0 0 1 1.582.365 2 2 0 0 1 1.427-.593c.43-.007 1.535.036 2.776.162-.852-1.958-2.273-4.461-4.104-5.518a3.4 3.4 0 0 0-1.692-.491zm3.215 7.045v.004a.92.92 0 0 0-.93.774q-.148.795-.196 1.601c-.007.614.214 1.034.651 1.25 1.252.558 2.66.898 4.27 1.034-.189-1.377-.578-2.958-1.112-4.495-1.087-.122-2.12-.177-2.683-.168m-6.422.001a26 26 0 0 0-2.644.159c-.533 1.54-.924 3.123-1.108 4.5 1.59-.14 2.983-.48 4.226-1.034.44-.214.66-.636.653-1.252a13 13 0 0 0-.198-1.6.92.92 0 0 0-.93-.773zM5.29 8.91c-.624.09-1.242.21-1.79.364l1.509.533q.132-.449.281-.897m13.453.01q.145.435.274.872l1.46-.515a15 15 0 0 0-1.734-.357m-6.746.34a.86.86 0 0 0-.478.144c-.303.2-.408.581-.378.868.122 1.139.07 2.388-1.229 3.01l-.015.008a11.4 11.4 0 0 1-1.93.707c-1.162.308-2.351.5-3.548.573a7.574 7.574 0 0 0 14.627 3.007 7.6 7.6 0 0 0 .506-3.009 18 18 0 0 1-3.525-.572q-.998-.264-1.931-.7l-.014-.012c-1.303-.623-1.352-1.871-1.23-3.01.03-.287-.075-.668-.378-.87a.86.86 0 0 0-.477-.145zm-9.352 1.875c.113.726.271 1.422.407 1.95.044.17.196.29.37.29.289-.001.554-.024.83-.037.075-.612.197-1.27.35-1.95a203 203 0 0 1-1.957-.253m18.695 0c-.746.099-1.506.198-1.909.246.155.683.275 1.344.352 1.96.26.01.508.034.778.036a.385.385 0 0 0 .37-.289c.136-.53.296-1.226.409-1.953"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/egnyte.svg b/mkdocs-material/material/templates/.icons/simple/egnyte.svg new file mode 100644 index 0000000..4f2065c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/egnyte.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.742 11.214-.447-.78a.06.06 0 0 0-.082-.022l-2.014 1.162-1.986-1.167a.06.06 0 0 0-.082.021l-.458.78a.06.06 0 0 0 .021.083l2.009 1.178v2.363c0 .033.027.06.06.06h.89a.06.06 0 0 0 .06-.06v-2.374l2.007-1.162c.028-.016.039-.055.022-.082m-3.863 1.583c-.017-.028-.055-.038-.088-.022l-1.342.797c-.027.016-.038.054-.022.087l.191.327c.016.028.055.039.087.022l1.343-.797c.027-.016.038-.054.022-.087zm1.533-3.69-.442.006q-.025 0-.027.033l.005 1.62q0 .027.033.028h.442q.025 0 .027-.033l-.005-1.62a.035.035 0 0 0-.033-.033zm2.554 4.377-1.413-.791c-.017-.005-.033-.005-.039.011l-.218.387c-.005.017-.005.033.011.039l1.413.79c.017.006.033.006.039-.01l.218-.388c.01-.01.005-.032-.011-.038m-14.057.12h-1.9v-.584h1.687a.075.075 0 0 0 .076-.076v-.65a.075.075 0 0 0-.076-.076H1.01v-.556h1.87a.075.075 0 0 0 .077-.077v-.715a.075.075 0 0 0-.077-.076H.076A.075.075 0 0 0 0 10.87v3.526c0 .043.033.076.076.076H2.91a.075.075 0 0 0 .076-.076v-.715a.08.08 0 0 0-.076-.077zm3.967-1.282H5.26v.748h.725v.442q.001.009-.005.01c-.153.099-.338.148-.584.148-.584 0-.999-.426-.999-1.02v-.012c0-.562.41-1.01.939-1.01.338 0 .584.11.83.301.032.027.081.022.103-.01l.502-.607a.08.08 0 0 0-.01-.109c-.377-.305-.82-.485-1.436-.485-1.14 0-1.98.84-1.98 1.915v.01c0 1.114.856 1.905 2.002 1.905a2.5 2.5 0 0 0 1.572-.545.1.1 0 0 0 .027-.06v-1.545c.005-.043-.027-.076-.071-.076zm4.044-1.533h-.857a.075.075 0 0 0-.077.076v1.866l-1.49-1.915a.1.1 0 0 0-.06-.027h-.834a.075.075 0 0 0-.077.076v3.525c0 .044.033.077.077.077h.856a.075.075 0 0 0 .077-.077v-1.943l1.55 1.992a.1.1 0 0 0 .06.028h.78a.075.075 0 0 0 .076-.077v-3.525c-.005-.038-.043-.076-.081-.076m9.571 0H17.42a.075.075 0 0 0-.077.076v.742c0 .044.033.076.077.076h1.026v2.713c0 .043.032.076.076.076h.868a.075.075 0 0 0 .076-.076v-2.702q.002-.009.011-.01h1.015a.075.075 0 0 0 .077-.077v-.742a.08.08 0 0 0-.077-.076zm3.433 2.815h-1.9v-.584h1.692a.075.075 0 0 0 .077-.076v-.65a.075.075 0 0 0-.077-.076h-1.691v-.556h1.871a.075.075 0 0 0 .077-.077v-.715a.075.075 0 0 0-.077-.076h-2.805a.075.075 0 0 0-.076.076v3.526c0 .043.033.076.076.076h2.833a.075.075 0 0 0 .076-.076v-.715a.075.075 0 0 0-.076-.077"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/eight.svg b/mkdocs-material/material/templates/.icons/simple/eight.svg new file mode 100644 index 0000000..ca594ae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/eight.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.908 6.092a5.908 5.908 0 1 0 0 11.816 5.908 5.908 0 0 0 0-11.816m9.23 0v2.955h5.909V6.092zm5.909 2.955v5.906H24V9.047zm0 5.906h-5.908v2.955h5.908zm-5.908 0V9.047h-2.953v5.906zm-9.23-5.906A2.956 2.956 0 0 1 8.86 12a2.956 2.956 0 0 1-2.953 2.953A2.96 2.96 0 0 1 2.953 12a2.96 2.96 0 0 1 2.955-2.953z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/eightsleep.svg b/mkdocs-material/material/templates/.icons/simple/eightsleep.svg new file mode 100644 index 0000000..dfaeb85 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/eightsleep.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.847 7.28V4.105A4.104 4.104 0 0 0 15.745 0H8.258a4.104 4.104 0 0 0-4.105 4.102v3.183a4.09 4.09 0 0 0 2.415 3.738v.588a4.1 4.1 0 0 0-2.415 3.738v4.546A4.104 4.104 0 0 0 8.255 24h7.488a4.104 4.104 0 0 0 4.104-4.104v-4.553a4.1 4.1 0 0 0-2.415-3.738v-.587a4.1 4.1 0 0 0 2.415-3.738M8.451 5.126c0-.818.662-1.482 1.48-1.483h4.133c.819 0 1.483.663 1.483 1.482v1.991c0 .819-.664 1.482-1.483 1.482H9.93a1.48 1.48 0 0 1-1.482-1.482zm7.1 13.732c0 .818-.664 1.482-1.483 1.482H9.93a1.48 1.48 0 0 1-1.482-1.482v-2.752c0-.819.664-1.483 1.482-1.483h4.134c.819 0 1.483.664 1.483 1.483z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ejs.svg b/mkdocs-material/material/templates/.icons/simple/ejs.svg new file mode 100644 index 0000000..b158981 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ejs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m8.291 5.696-1.258-1.58 1.668-1.55 1.258 1.58zm2.34 2.048.205-1.55-5.412-.03-.204 1.55 3.945.022L7.8 17.852l-.839.77-.405-.004c.385.403.803.81 1.236 1.214l1.378-1.265 1.458-10.823zm-6.757 7.254s2.925-.468 3.54.38c0 0-1.756-2.925-4.184-2.925 0-.074-.098-1.353 5.146-2.609l.206-1.53c-8.346 1.108-14.287 4.322.265 13.12 0 0-5.675-4.71-4.973-6.436M13 6.223 11.216 7.86l-.526 4.037 1.316 1.638 5.675.058.556.702-.38 2.633-.713.685-.018.017h2.193l.556-4.037-1.345-1.638-5.646-.058-.556-.702.351-2.633.731-.702 5.032.058.556.673-.176 1.229h1.55l.264-1.902-1.317-1.667-6.318-.03zm2.882 11.908.545-.523-4.305-.035-.965-1.17-1.258 1.17 1.346 1.667 6.318.03 1.22-1.139zM13.13 8.965a103 103 0 0 1 4.624-.554l-4.145-.048-.457.44zm8.026-1.156-.025.179-.018.132c.92-.07 1.87-.139 2.887-.2 0 0-1.113-.067-2.844-.11zM1.914 18.392l1.404 1.784 2.66.02q-1.94-1.312-3.296-2.499z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/elastic.svg b/mkdocs-material/material/templates/.icons/simple/elastic.svg new file mode 100644 index 0000000..e416fa8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/elastic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.345 16.33-3.959-.926-1.05-2.01 5.177-4.535a3.96 3.96 0 0 1 2.559 3.702 4.01 4.01 0 0 1-2.727 3.77m-2.976 4.68c-.616 0-1.22-.207-1.714-.587l.782-4.077 3.596.841c.115.31.172.642.172.987a2.84 2.84 0 0 1-2.836 2.836m-2.637-.586a5.92 5.92 0 0 1-4.908 2.6A5.947 5.947 0 0 1 4 15.905l5.167-4.67 5.272 2.403 1.167 2.23zM.928 11.443a4.01 4.01 0 0 1 2.726-3.77l3.95.933.927 1.98-5.05 4.565a3.97 3.97 0 0 1-2.553-3.708m5.703-8.45a2.84 2.84 0 0 1 1.723.58l-.789 4.092-3.598-.85a2.8 2.8 0 0 1-.172-.986A2.84 2.84 0 0 1 6.63 2.992m2.66.59A5.92 5.92 0 0 1 20.1 6.93c0 .4-.038.781-.114 1.164l-5.299 4.643-5.251-2.394-1.026-2.19zM24 12.571a4.72 4.72 0 0 0-3.124-4.454 6.7 6.7 0 0 0 .126-1.29A6.79 6.79 0 0 0 14.22.047 6.77 6.77 0 0 0 8.727 2.86a3.6 3.6 0 0 0-2.204-.754A3.604 3.604 0 0 0 3.15 6.959 4.79 4.79 0 0 0 0 11.431 4.73 4.73 0 0 0 3.139 15.9a7 7 0 0 0-.124 1.289 6.773 6.773 0 0 0 6.765 6.765c2.19 0 4.22-1.052 5.49-2.824a3.57 3.57 0 0 0 2.207.769 3.603 3.603 0 0 0 3.374-4.854A4.785 4.785 0 0 0 24 12.572"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/elasticcloud.svg b/mkdocs-material/material/templates/.icons/simple/elasticcloud.svg new file mode 100644 index 0000000..8b3d758 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/elasticcloud.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.318 0c-6.628 0-12 5.372-12 12 0 2.008.495 3.9 1.368 5.563a14.3 14.3 0 0 1 5.09-3.664c.307-.13.624-.22.948-.28A4.8 4.8 0 0 1 8.443 12a4.875 4.875 0 0 1 7.494-4.11 2.22 2.22 0 0 0 2.055.164 12.05 12.05 0 0 0 4.69-3.554A11.98 11.98 0 0 0 13.318 0M9.426 15.77c-.266.01-.531.069-.783.175a12.04 12.04 0 0 0-4.69 3.555c2.2 2.742 5.576 4.5 9.365 4.5s7.165-1.758 9.364-4.5a12.05 12.05 0 0 0-4.69-3.555 2.22 2.22 0 0 0-2.055.165 4.85 4.85 0 0 1-2.62.765 4.85 4.85 0 0 1-2.618-.765 2.2 2.2 0 0 0-1.273-.34"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/elasticsearch.svg b/mkdocs-material/material/templates/.icons/simple/elasticsearch.svg new file mode 100644 index 0000000..5d8c506 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/elasticsearch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.394 0C8.683 0 4.609 2.716 2.644 6.667h15.641a4.77 4.77 0 0 0 3.073-1.11c.446-.375.864-.785 1.247-1.243l.001-.002A11.97 11.97 0 0 0 13.394 0M1.804 8.889a12 12 0 0 0 0 6.222h14.7a3.111 3.111 0 1 0 0-6.222zm.84 8.444C4.61 21.283 8.684 24 13.395 24c3.701 0 7.011-1.677 9.212-4.312l-.001-.002a10 10 0 0 0-1.247-1.243 4.77 4.77 0 0 0-3.073-1.11z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/elasticstack.svg b/mkdocs-material/material/templates/.icons/simple/elasticstack.svg new file mode 100644 index 0000000..81f8a04 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/elasticstack.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.875 0C.839 0 0 .84 0 1.875v4.792h24V1.875C24 .839 23.16 0 22.125 0zM0 8.889v6.222h24V8.89zm0 8.444v4.792C0 23.161.84 24 1.875 24h9v-6.667zm13.125 0V24h9C23.161 24 24 23.16 24 22.125v-4.792z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/elavon.svg b/mkdocs-material/material/templates/.icons/simple/elavon.svg new file mode 100644 index 0000000..7bf7d11 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/elavon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.028 12.248q-.568 1.348-1.123 2.908a63 63 0 0 0-1.016 3.13h.355a49 49 0 0 1 1.76-4.79c.222-.513.446-.992.669-1.463-.215.066-.43.132-.645.215m7.32-5.717c-.389-1.148-.959-1.735-1.694-1.735h-.008c-1.347 0-3.024 1.983-4.693 5.403.29-.107.579-.206.86-.306 1.164-1.957 2.271-3.114 3.073-3.114h.074c.446.041.777.47.967 1.28.495 2.082-.05 6.163-1.264 10.467.933.058 1.751.29 2.437.678.933-5.362 1.098-10.17.248-12.673M18.1 10.422c0-.429.85.132-.033-1.47-4.378.371-10.525 3.18-16.217 7.765A45 45 0 0 0 0 18.287h.363c.108-.083.207-.174.314-.265 5.99-4.816 12.533-7.616 16.977-7.616q.223.002.446.016m2.255-1.397q.107.943.116 1.893a4 4 0 0 1 1.33.893c.81.826 1.174 1.956 1.092 3.369-.058.958-.324 2.008-.77 3.115h.24c.967-1.76 1.536-3.412 1.627-4.85.075-1.355-.28-2.436-1.049-3.22-.627-.645-1.52-1.026-2.586-1.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/electron.svg b/mkdocs-material/material/templates/.icons/simple/electron.svg new file mode 100644 index 0000000..8c17f82 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/electron.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.011 0a1.54 1.54 0 1 0 1.366 2.247c2.221 1.267 3.847 5.472 3.847 10.362 0 2.071-.289 4.056-.825 5.768a.32.32 0 0 0 .211.403.32.32 0 0 0 .403-.21c.556-1.777.855-3.826.855-5.961 0-5.193-1.772-9.686-4.321-11.003q.001-.033.003-.067C13.55.69 12.861 0 12.011 0m0 .643a.896.896 0 1 1 0 1.792.896.896 0 1 1 0-1.792M6.525 4.948c-2.067.008-3.647.665-4.388 1.949-.738 1.277-.527 2.97.51 4.781a.322.322 0 0 0 .559-.32c-.935-1.63-1.117-3.092-.512-4.14.82-1.422 3.033-1.955 5.932-1.427a.322.322 0 0 0 .115-.633 12 12 0 0 0-2.216-.21m11.052.018a.322.322 0 0 0-.008.643c1.834.024 3.156.596 3.75 1.626.82 1.419.18 3.594-1.718 5.837a.32.32 0 0 0 .038.453.32.32 0 0 0 .453-.037c2.053-2.426 2.77-4.866 1.784-6.575-.725-1.257-2.26-1.92-4.299-1.947m-2.698.292a.3.3 0 0 0-.065.008c-1.857.398-3.833 1.175-5.731 2.271-4.57 2.638-7.593 6.495-7.36 9.372a1.538 1.538 0 0 0 .746 2.884 1.54 1.54 0 0 0 0-3.078q-.056 0-.113.006c-.1-2.56 2.744-6.142 7.048-8.627 1.842-1.063 3.756-1.816 5.545-2.2a.322.322 0 0 0-.07-.636M12 11.495a1 1 0 0 0-.224.025 1.114 1.114 0 1 0 .224-.025M4.532 13.34a.32.32 0 0 0-.232.084.32.32 0 0 0-.021.454c1.268 1.393 2.916 2.7 4.794 3.785 4.415 2.55 9.106 3.285 11.561 1.84a1.53 1.53 0 0 0 .897.29 1.54 1.54 0 1 0-1.338-.781c-2.245 1.214-6.631.5-10.798-1.906-1.823-1.052-3.418-2.318-4.64-3.661a.32.32 0 0 0-.223-.105m-2.063 4.017a.896.896 0 1 1 0 1.792.896.896 0 1 1 0-1.792m19.062 0a.896.896 0 1 1 0 1.792.9.9 0 0 1-.587-.22l-.006-.011a.3.3 0 0 0-.096-.092.896.896 0 0 1 .689-1.469M7.526 18.726a.322.322 0 0 0-.32.43C8.279 22.154 10.036 24 12.01 24c1.44 0 2.774-.982 3.813-2.711a.32.32 0 0 0-.11-.441.32.32 0 0 0-.442.11c-.934 1.553-2.08 2.399-3.26 2.399-1.642 0-3.208-1.647-4.2-4.418a.32.32 0 0 0-.286-.213"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/electronbuilder.svg b/mkdocs-material/material/templates/.icons/simple/electronbuilder.svg new file mode 100644 index 0000000..9597c4d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/electronbuilder.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 7.01a3.506 3.506 0 0 0 3.506-3.505A3.506 3.506 0 0 0 12 0a3.506 3.506 0 0 0-3.506 3.506A3.506 3.506 0 0 0 12 7.01m0 4.137C9.243 8.588 5.574 7.01 1.484 7.01v12.852C5.574 19.863 9.243 21.44 12 24c2.757-2.56 6.426-4.137 10.516-4.137V7.01c-4.09 0-7.759 1.578-10.516 4.137"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/electronfiddle.svg b/mkdocs-material/material/templates/.icons/simple/electronfiddle.svg new file mode 100644 index 0000000..fa13e2f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/electronfiddle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 0c-.631 0-1.143.512-1.143 1.143V15A4.573 4.573 0 0 0 8 24a4.571 4.571 0 0 0 1.143-8.999v-4.715h4.735c.54 0 .98-.512.98-1.143S14.417 8 13.877 8H9.143V2.286h10.286a1.143 1.143 0 1 0 0-2.286Zm0 17.143a2.286 2.286 0 1 1 0 4.571 2.286 2.286 0 0 1 0-4.571"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/elegoo.svg b/mkdocs-material/material/templates/.icons/simple/elegoo.svg new file mode 100644 index 0000000..d8d7bf3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/elegoo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.686 7.479q.81 1.244 1.476 2.505c.64-1.217 1.849-2.086 3.328-2.086 2.217 0 3.826 1.954 3.826 4.102s-1.609 4.102-3.826 4.102c-.656 0-1.26-.171-1.784-.467l-.001-.001a4 4 0 0 1-1.509-1.553c-.484-.804-.725-1.706-.991-2.657-.598-2.134-1.252-3.773-3.194-4.988a6.56 6.56 0 0 0-3.501-.985C2.815 5.451 0 8.323 0 12c0 3.727 2.761 6.549 6.51 6.549 1.955 0 3.639-.766 4.805-2.027a31 31 0 0 1-1.477-2.505c-.641 1.217-1.849 2.085-3.328 2.085-2.218 0-3.827-1.953-3.827-4.102S4.292 7.898 6.51 7.898c.655 0 1.26.171 1.783.469h.001c.635.36 1.154.904 1.509 1.553.574.951.807 2.041 1.144 3.188.555 1.89 1.285 3.339 3.002 4.432a6.55 6.55 0 0 0 3.541 1.009c3.694 0 6.51-2.872 6.51-6.549 0-3.727-2.76-6.549-6.51-6.549-1.954 0-3.64.766-4.804 2.028"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/element.svg b/mkdocs-material/material/templates/.icons/simple/element.svg new file mode 100644 index 0000000..9df8d6b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/element.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0m-1.314 4.715c3.289 0 5.956 2.66 5.956 5.943a.879.879 0 0 1-1.758 0 4.194 4.194 0 0 0-4.198-4.189.878.878 0 1 1 0-1.754m-5.092 9.504a.88.88 0 0 1-.879-.877 5.95 5.95 0 0 1 5.956-5.945.878.878 0 1 1 0 1.753 4.195 4.195 0 0 0-4.198 4.191.88.88 0 0 1-.879.878m7.735 5.067c-3.29 0-5.957-2.662-5.957-5.944a.88.88 0 0 1 1.758 0 4.194 4.194 0 0 0 4.199 4.189.879.879 0 1 1 0 1.755m0-2.683a.88.88 0 0 1-.88-.876.88.88 0 0 1 .88-.878 4.195 4.195 0 0 0 4.199-4.19.878.878 0 0 1 1.758 0c0 3.282-2.667 5.944-5.957 5.944"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/elementary.svg b/mkdocs-material/material/templates/.icons/simple/elementary.svg new file mode 100644 index 0000000..47699c4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/elementary.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0a12 12 0 1 0 0 24 12 12 0 0 0 0-24m0 1a11 11 0 0 1 10.59 8.01 19.1 19.1 0 0 1-4.66 6.08c-.94.81-1.96 1.53-3.08 2.04-1.13.5-2.37.8-3.6.72a6.2 6.2 0 0 1-2.66-.76 20 20 0 0 0 5.68-4.58 10 10 0 0 0 2.31-4.17c.18-.79.2-1.6.04-2.4a4.4 4.4 0 0 0-1.08-2.11 4.33 4.33 0 0 0-2-1.19 5.25 5.25 0 0 0-2.33-.08A7.8 7.8 0 0 0 7.2 4.85a9.77 9.77 0 0 0-2.94 7.49 7.88 7.88 0 0 0 1.95 4.59 18 18 0 0 1-3.56.85A11 11 0 0 1 12 1m.07 2.22c.77 0 1.55.24 2.17.7.55.42.97 1.02 1.2 1.68.23.65.3 1.37.21 2.06a7.85 7.85 0 0 1-1.7 3.76 16.2 16.2 0 0 1-6.37 4.96c-.48-.42-.9-.92-1.2-1.48a6.6 6.6 0 0 1-.75-3.87c.12-1.32.58-2.6 1.2-3.79a7.9 7.9 0 0 1 3.02-3.42c.68-.37 1.45-.6 2.22-.6m10.83 7.3A11 11 0 0 1 3.52 19a20 20 0 0 0 3.63-1.2c.51.4 1.08.71 1.67.94a8 8 0 0 0 5.44-.04 13.3 13.3 0 0 0 4.64-2.95 20 20 0 0 0 4-5.22z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/elementor.svg b/mkdocs-material/material/templates/.icons/simple/elementor.svg new file mode 100644 index 0000000..855091b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/elementor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.372 0 0 5.372 0 12c0 6.626 5.372 12 12 12s12-5.372 12-12c0-6.626-5.372-12-12-12M9 17H7V7h2Zm8 0h-6v-2h6Zm0-4h-6v-2h6Zm0-4h-6V7h6Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/eleventy.svg b/mkdocs-material/material/templates/.icons/simple/eleventy.svg new file mode 100644 index 0000000..65ba872 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/eleventy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.398 12V0h17.204v24H3.398zm13.17 6.07a1.1 1.1 0 0 0 .373-.107c.432-.213.68-.672.877-1.626.076-.372 1.195-6.168 1.209-6.263.026-.186-.008-.382-.084-.476a.3.3 0 0 0-.087-.064l-.06-.031h-.291c-.253 0-.298 0-.348.02-.113.039-.207.156-.255.316-.011.038-.168.881-.348 1.873l-.328 1.802-.046-.21c-.56-2.547-.764-3.452-.794-3.532a.4.4 0 0 0-.103-.16c-.105-.107-.117-.11-.567-.11-.411 0-.422 0-.5.074-.086.079-.122.216-.111.42.006.115.045.27.688 2.784.663 2.587.751 2.943.787 3.177.046.3-.05.713-.208.893-.032.037-.037.039-.084.032-.028 0-.12-.027-.204-.051-.268-.078-.362-.072-.462.028-.096.096-.137.248-.138.51 0 .256.028.34.159.473s.324.208.595.23c.164.012.22.012.33-.001zm-1.896-1.712a.3.3 0 0 0 .16-.192c.02-.058.022-.098.022-.356 0-.255-.003-.299-.021-.354-.04-.121-.136-.196-.278-.217-.041-.01-.2-.01-.355-.01-.365-.001-.378-.01-.446-.184-.068-.18-.096-.326-.113-.602a86 86 0 0 1-.012-1.94v-1.765h.35c.454 0 .507-.01.602-.113a.47.47 0 0 0 .102-.24 3 3 0 0 0 0-.534c-.026-.16-.099-.271-.211-.322-.057-.025-.065-.026-.45-.03h-.392l-.003-1.22c-.003-1.09-.005-1.227-.021-1.278a.38.38 0 0 0-.201-.247c-.052-.024-.072-.025-.32-.029-.27 0-.356 0-.429.038q-.13.062-.185.278c-.014.054-.032.346-.076 1.262l-.06 1.194s-.08 0-.18.01c-.206.01-.263.022-.327.086-.092.092-.12.19-.127.455-.01.334.02.487.115.588.075.081.134.1.345.106l.173.01v1.785c0 1.7.006 2.019.034 2.274.041.37.13.709.241.928.194.38.544.617.988.668h1.005l.07-.04zm-7.447 0c.098-.053.16-.154.2-.332.016-.077.018-.401.018-4.518 0-4.184-.001-4.44-.02-4.51-.05-.194-.19-.29-.378-.26-.035.01-.344.084-.686.175s-.684.18-.758.198c-.17.043-.214.062-.281.126-.105.098-.122.185-.122.606 0 .416.016.5.12.604.094.095.189.1.456.03.103-.026.193-.048.2-.048.01 0 .014.784.017 3.763.003 3.436.005 3.77.021 3.84.048.202.113.296.236.34.034.013.133.016.487.014.435 0 .445 0 .49-.027zm3.203 0c.092-.046.152-.135.197-.29l.024-.084.003-4.435c.002-3.194 0-4.456-.01-4.509-.033-.2-.145-.308-.322-.308-.066 0-.198.03-.857.204-.56.147-.799.214-.849.239a.34.34 0 0 0-.17.184c-.024.06-.024.071-.024.479 0 .415 0 .417.026.483a.4.4 0 0 0 .083.12c.1.1.172.105.456.034a6 6 0 0 1 .208-.05c.008 0 .012 1.202.014 3.791l.003 3.79.026.086a.5.5 0 0 0 .135.23c.078.062.085.063.57.06.414 0 .447 0 .487-.024"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/elgato.svg b/mkdocs-material/material/templates/.icons/simple/elgato.svg new file mode 100644 index 0000000..78a05da --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/elgato.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m13.882 8.396.026.02 9.95 5.717a12.03 12.03 0 0 1-4.04 7.026A11.93 11.93 0 0 1 12.098 24a11.85 11.85 0 0 1-8.453-3.514A11.95 11.95 0 0 1 .143 12c0-3.204 1.244-6.219 3.501-8.485A11.85 11.85 0 0 1 12.097 0c2.44 0 4.785.733 6.783 2.119a12 12 0 0 1 4.628 6.308l-2.126 1.236a10 10 0 0 0-.262-.87c-1.354-3.83-4.98-6.405-9.023-6.405-5.28 0-9.575 4.313-9.575 9.612s4.295 9.612 9.575 9.612a9.46 9.46 0 0 0 5.66-1.865 9.6 9.6 0 0 0 3.43-4.737l.007-.041L9.59 8.305v7.225l4-2.313 2.06 1.18-5.996 3.47-2.12-1.213v-9.46L9.652 5.97l4.231 2.428z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/elixir.svg b/mkdocs-material/material/templates/.icons/simple/elixir.svg new file mode 100644 index 0000000..42baec0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/elixir.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.793 16.575c0 3.752-2.927 7.426-7.743 7.426-5.249 0-7.843-3.71-7.843-8.29 0-5.21 3.892-12.952 8-15.647a.397.397 0 0 1 .61.371 9.72 9.72 0 0 0 1.694 6.518c.522.795 1.092 1.478 1.763 2.352.94 1.227 1.637 1.906 2.644 3.842l.015.028a7.1 7.1 0 0 1 .86 3.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/eljueves.svg b/mkdocs-material/material/templates/.icons/simple/eljueves.svg new file mode 100644 index 0000000..aa7ed4f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/eljueves.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.272 14.672a1.145 1.91 0 0 1-1.145 1.91 1.145 1.91 0 0 1-1.146-1.91 1.145 1.91 0 0 1 1.146-1.909 1.145 1.91 0 0 1 1.145 1.91m-3.818 0a1.145 1.91 0 0 1-1.145 1.91 1.145 1.91 0 0 1-1.145-1.91 1.145 1.91 0 0 1 1.145-1.909 1.145 1.91 0 0 1 1.145 1.91m3.912-12.599a1.778 1.84 0 0 0-1.775 1.778c-2.547.487-4.057 2.173-4.541 5.045a7.619 6.837 0 0 0-.515.236q-1.67-1.54-3.151-1.472-1.357.066-2.556 1.477a1.778 1.84 0 0 0-1.05-.358A1.778 1.84 0 0 0 0 10.62a1.778 1.84 0 0 0 1.778 1.841 1.778 1.84 0 0 0 1.777-1.84 1.778 1.84 0 0 0-.206-.857c1.054-.47 2.054-.129 3 1.015a7.619 6.837 0 0 0-1.714 4.311 7.619 6.837 0 0 0 7.62 6.838 7.619 6.837 0 0 0 7.617-6.837 7.619 6.837 0 0 0-2.067-4.676q.81-2.25 2.676-2.006a1.778 1.84 0 0 0-.036.371 1.778 1.84 0 0 0 1.777 1.841A1.778 1.84 0 0 0 24 8.78a1.778 1.84 0 0 0-1.778-1.843 1.778 1.84 0 0 0-1.344.638c-.874-.422-1.693-.643-2.452-.639q-1.906.01-3.33 1.815a7.619 6.837 0 0 0-2.547-.485q-.1-2.54 1.2-3.59a1.778 1.84 0 0 0 1.617 1.078 1.778 1.84 0 0 0 1.777-1.84 1.778 1.84 0 0 0-1.777-1.841zm-3.112 8.604c3.615 0 6.545 2.223 6.545 4.965s-2.93 4.963-6.545 4.963-6.546-2.222-6.546-4.963 2.931-4.965 6.546-4.965"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ello.svg b/mkdocs-material/material/templates/.icons/simple/ello.svg new file mode 100644 index 0000000..0bd796e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ello.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.377 0 0 5.377 0 12s5.377 12 12 12 12-5.377 12-12S18.623 0 12 0m6.96 13.8c-.8 3.16-3.68 5.4-6.96 5.4s-6.16-2.24-6.96-5.4c-.08-.36.12-.76.48-.84s.76.12.84.48c.68 2.56 3 4.36 5.64 4.36s4.96-1.8 5.64-4.36c.08-.36.48-.6.84-.48.36.08.6.48.48.84"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/elm.svg b/mkdocs-material/material/templates/.icons/simple/elm.svg new file mode 100644 index 0000000..f44a09f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/elm.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.986 12.806V23.2l-5.197-5.197zM6.796 6.01H17.19l-5.197 5.197zm9.275-1.12H5.677L.8.015h10.394zm7.116 7.117L17.99 6.81l-5.197 5.197 5.197 5.197zm.813-.813L12.806 0H24zM0 23.2V.813l11.194 11.194zm23.187.8H.8l11.193-11.194Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/elsevier.svg b/mkdocs-material/material/templates/.icons/simple/elsevier.svg new file mode 100644 index 0000000..88f8d38 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/elsevier.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.687 11.326c.256-.137.405-.303.43-.497.042-.174-.116-.157-.153-.124-.145.116-.33.294-.509.414a2 2 0 0 0-.248.033c-.02-.009-.046-.042-.033-.054.161-.104.34-.207.455-.344.074-.086.041-.165-.103-.182-.162-.024-.352.042-.501.174-.253.215-.373.691-.397.993-.054.05-.07.05-.125.075a1.26 1.26 0 0 1 .133-.98c.025-.063.008-.162-.083-.191-.054-.02-.079-.009-.103.05-.124.355-.34.508-.642.732-.029.025-.302.174-.372.215-.24-.074-.51-.521-.737-.857a.21.21 0 0 0-.198-.086c-.497.053-.865.016-1.13-.373-.12-.161-.174-.19-.323-.05-.165.174-.33.307-.496.447-.087.054-.15.038-.186-.074A3.1 3.1 0 0 1 1.2 9.604c0-.149.017-.372.02-.517a1.3 1.3 0 0 0-.314-.211C.488 8.677.004 8.214 0 8.077c0-.033.025-.116.14-.182.609-.269 1.08-.041 1.263-.07.153-.013.203-.124.178-.344a1.2 1.2 0 0 1 .389-1.075c.207-.22.19-.464.14-.733-.024-.124-.053-.157-.178-.145-.33.075-.314.083-.376.373a1.5 1.5 0 0 1-.207.53c-.132.21-.31.388-.468.575-.053.074-.115.074-.194.024A1.084 1.084 0 0 1 .26 5.66c.053-.144.132-.297.219-.376l.041.017c0 .025 0 .058-.008.082l-.1.307C.29 6.05.31 6.389.55 6.695c.079.1.15.128.19.083.154-.153.311-.298.443-.464.166-.186.211-.413.166-.65a4 4 0 0 0-.046-.268c-.024-.128-.078-.12-.14-.042-.15.15-.22.27-.29.547A.2.2 0 0 1 .803 6a.3.3 0 0 1-.033-.145c.041-.248.099-.467.256-.629.104-.112.079-.174-.02-.203-.356-.099-.663-.198-.932-.53A.3.3 0 0 1 0 4.313c0-.07.037-.124.116-.182.314-.216.629-.439.94-.505.123-.025.19-.033.252-.042-.141-.438-.29-.964-.373-1.452 0-.1.07-.372.108-.451a.56.56 0 0 1 .277.037c.145.05.277.14.41.224.128.074.165.074.248-.042.145-.21.31-.397.53-.509.074-.037.124-.062.173-.062.07 0 .125.042.195.15.12.194.223.417.33.62.125.211.257.223.448.087.21-.14.401-.277.596-.439.182-.14.231-.14.43-.004.178.124.372.352.468.55.02.038.434-.186.446-.285.017-.178.067-.306.133-.451.087-.178.21-.228.323-.228.103 0 .298.116.442.207l.315.182c.165.091.174.091.273-.062.112-.174.207-.207.439-.207.455 0 .869.116 1.183.493.058.074.112.082.182.012.128-.132.248-.182.488-.182h.422c.096 0 .158.008.245-.116.115-.165.248-.327.434-.327.298 0 .687.418.886.778l-.104.054a2.1 2.1 0 0 0-.778-.488c-.182-.075-.26 0-.236.186.025.22.083.443.137.662a.8.8 0 0 0 .439.468l.012.074c-.033-.008-.075-.02-.124-.025a.9.9 0 0 0-.39.013c-.247.062-.475.17-.698.264-.112.054-.112.083-.017.174.124.116.24.249.38.352.402.302.8.24 1.242.07l.207-.07a.65.65 0 0 1 .538.182l.447.401c.14.137.174.257.083.427-.145.285-.307.575-.468.852a.3.3 0 0 1-.103.108c-.054-.042-.104-.145-.05-.236.198-.248.323-.596.364-.832.041-.232-.083-.34-.302-.281l-.186.07c-.079.029-.108 0-.124-.083-.03-.07-.067-.116-.091-.19-.05-.124-.125-.166-.228-.083a1.2 1.2 0 0 0-.43.414 1.57 1.57 0 0 0-.174.964c.004.041.037.07.062.095a.18.18 0 0 0 .083-.082c.058-.145.095-.29.12-.447.012-.087.024-.245.053-.323.021-.042.087-.025.125-.013.095.038.132.083.144.15-.186.235-.302.587-.426.901-.02.042-.1.096-.149.096-.058-.004-.136-.054-.153-.104-.074-.198-.207-.393-.26-.592-.137-.674-.178-.711-.207-.753A4.2 4.2 0 0 0 9.095 3.34c-.033-.033-.05-.07-.074-.099.037-.017.066-.05.103-.062q.193-.081.393-.149a.62.62 0 0 0 .356-.319c.046-.087.108-.173.157-.26.07-.124.062-.19-.029-.298a.64.64 0 0 0-.653-.203c-.253.062-.41.244-.489.484a.7.7 0 0 0-.041.27c0 .136.041.165.153.094.186-.153.393-.277.592-.41a1.1 1.1 0 0 1-.406.497c-.124.079-.248.145-.372.215-.104.075-.14.042-.174-.082-.029-.133-.017-.27-.017-.402a.88.88 0 0 0-.587-.881l-.327-.137a.31.31 0 0 0-.124.286c.025.36.078.62.14.927.058.124.195.173.336.198.082-.041.149-.157.037-.339l-.161-.319c-.017-.041-.038-.078-.05-.124-.004-.016-.012-.045 0-.066.02.008.041.008.083.05.207.223.372.476.48.79.041.124.004.174-.116.186-.273.025-.55.042-.815.1-.435.09-.58.248-.737.537-.066.125-.1.203-.103.278.153.012.327.004.575-.042a1.7 1.7 0 0 0 .596-.194c.116-.137.207-.273.38-.397.05-.038.166-.05.211-.025A2.28 2.28 0 0 1 9.55 4.56c.017.05.067.1.091.14.05.059.03.08-.041.075-.1-.029-.207-.054-.298-.09-.037-.017-.066-.075-.083-.117l-.09-.256c-.05-.104-.075-.104-.179-.066-.053.02-.111.04-.198.082-.075.03-.112.042-.129-.041-.024-.124-.057-.248-.086-.36-.05-.137-.104-.166-.236-.1-.249.129-.43.32-.555.567-.116.24-.161.406-.054 1.043.025.124.125.277.24.315l1.076.33c.054 0 .087.063.021.104-.132.091-.277.17-.414.257-.07.041-.107.02-.14-.042a.84.84 0 0 0-.443-.405c-.07-.033-.108-.02-.137.054-.05.116-.103.285-.149.405-.025.062-.054.087-.124.042-.306-.257-.629-.27-1.005-.22-.187.025-.274.075-.228.26.103.518.554.758.94.924a.26.26 0 0 0 .132-.104c.058-.083.041-.165-.042-.24-.149-.128-.463-.277-.62-.418-.025-.082.153-.157.248-.095.281.128.496.36.72.58.116.111.17.099.207-.063.041-.124.083-.314.12-.455.02-.074.066-.05.083-.004.029.108.062.248.062.372 0 .133-.046.249-.083.373-.025.124-.12.19-.224.165-.475-.045-.835.178-1.13.187a.9.9 0 0 1-.276-.075c-.104-.083.05-.09.082-.09.124 0 .31 0 .41-.055a.6.6 0 0 0-.128-.12c-.265-.215-.563.013-.79.129-.129.07-.137.086-.083.223.082.207.231.286.434.286.116 0 .228.016.348.012a.4.4 0 0 0 .165-.041c.153-.058.29-.133.43-.195.174-.025.17.062.092.15l-.352.214c-.037.02-.079.033-.104.058-.05.037-.111.1-.103.124a.26.26 0 0 0 .132.116c.166.05.331.075.489.112.256.05.364-.02.434-.273.037-.14.083-.273.149-.402.041-.082.091-.09.14-.008.175.323.357.637.543.952.033.07 0 .103-.066.095a24 24 0 0 1-1.2-.149c-.137-.02-.27-.108-.406-.165-.207-.096-.414-.183-.65-.174-.202.004-.318.124-.248.318.091.278.195.563.306.84.079.19.265.261.468.278.095.012.062-.054.037-.1l-.33-.716c-.042-.12-.01-.136.057-.037.182.273.372.534.538.811.1.174-.025.224-.149.228-.418-.042-.799-.186-1.2-.34-.041-.016-.1-.103-.087-.14.075-.07.166 0 .248 0 .096.016.137-.025.1-.1a.38.38 0 0 0-.203-.186 2.5 2.5 0 0 0-.596-.215c-.124-.025-.207.03-.182.14.033.146.1.274.174.423.02.041.02.1.008.14-.074-.004-.165.021-.476-.111-.31-.128-.314-.215-.314-.596 0-.083 0-.244.016-.319.033-.103.042-.124.137-.107.323.066.65.153.968.306.095.041.186.124.286.161.082.03.124 0 .111-.082a.29.29 0 0 0-.182-.249c-.339-.144-.678-.306-1.018-.442-.082-.034-.111-.07-.066-.158.137-.223.207-.484.15-.765 0-.02.024-.05.049-.075a.21.21 0 0 1 .153.19c.025.24.186.406.343.568.319.33.319.33.766.223.058-.008.1-.05.149-.083-.042-.033-.083-.09-.14-.116-.084-.041-.175-.066-.266-.103-.298-.112-.385-.323-.285-.637a11 11 0 0 0 .277-.865c.033-.137.041-.281.05-.426 0-.083.062-.083.111-.091l.65-.042c.166-.012.352-.207.418-.318l.215-.352a.45.45 0 0 0-.443-.066c.05-.162.116-.315.116-.468 0-.1-.025-.22-.066-.323-.041-.099-.112-.115-.194-.053-.158.132-.29.29-.34.504-.05.216-.14.609-.095.679.1-.074.232-.174.319-.199a.2.2 0 0 1 .149.025 2.1 2.1 0 0 1-.48.331c-.12.054-.166-.016-.145-.132.14-.538.054-.58.008-.844a3.1 3.1 0 0 0-.401-.927c-.058-.075-.15-.05-.273.1-.199.24-.249.442-.352.856l-.025.082-.14.125-.063-.07c.054-.191.112-.303.112-.456a.53.53 0 0 0-.207-.422c-.153.1-.294.223-.33.29a.41.41 0 0 0 .007.471c.158.278.133.555.083.882l-.041-.013a3.7 3.7 0 0 0-.116-.629c-.033-.132-.12-.244-.19-.36-.07-.103-.133-.327-.075-.418.083-.144.344-.219.443-.351.103-.158.054-.224.186-.364.079-.096.248-.29.372-.224.373.186.77.228 1.188.174.178-.025.215-.02.265-.199.041-.149.062-.05.21-.099.253-.083.386-.31.386-.58 0-.148.008-.301-.009-.454-.012-.133-.062-.261-.103-.381-.033-.079-.087-.062-.124-.004-.104.136-.277.405-.373.554a3 3 0 0 0-.144.265c-.025.07-.058.087-.12.02a1.4 1.4 0 0 0-.22-.19c-.136-.087-.149-.36-.095-.533.058.033.1.099.137.186.05.116.074.248.165.29.12.061.24-.187.224-.356a.3.3 0 0 0-.042-.125c-.132-.235-.434-.426-.62-.426-.216 0-.352.265-.265.517.025.067.05.116.083.178-.51.27-.646.439-.849.675-.025.029-.05.112-.025.153.096.182.058.244-.136.352-.087.05-.207.095-.298.124-.012.008-.037-.013-.062-.017a.1.1 0 0 1 .025-.05c.124-.277.26-.541.376-.823.124-.302-.149-.583-.393-.678-.161-.063-.29-.025-.397.12-.27.322-.327.848.05 1.344.058.083.04.116-.054.125-.215.016-.43.04-.654.053a.87.87 0 0 0-.662.352c-.05.075-.116.091-.186.041-.17-.103-.315-.078-.493.025-.29.153-.629.273-.815.273-.029 0-.066-.024-.09-.05.016-.024.04-.061.103-.082.177-.041.322-.087.48-.132.029-.03.04-.1.057-.129-.028-.041-.09-.095-.136-.1a2.2 2.2 0 0 0-.451 0c-.393.038-.683.22-.931.452-.116.116-.124.236 0 .331.29.207.6.414.993.31.273-.087.443-.29.62-.488.15-.157.332-.343.505-.145.253.29.303.592.716.538.158-.016.224-.07.265-.22l.033-.177c.013-.116-.05-.174-.161-.128-.075.024-.14.066-.215.082-.042.013-.087-.004-.137-.016.004-.042.013-.1.042-.124.074-.05.165-.091.248-.129.31-.082.604-.144.91-.206a.3.3 0 0 1 .095 0l-.029.086c-.111.257-.26.336-.463.385a.5.5 0 0 0-.112.199c-.128.414-.054.844.224 1.142.099.112.223.203.351.281.216.124.273.331.352.55q.074.206.166.41a1.4 1.4 0 0 0-.418.447c-.042.042-.075.025-.1-.025l-.12-.293c-.107-.261-.29-.427-.579-.451-.103-.009-.207-.025-.306-.038-.12-.012-.199.042-.24.178-.162.497-.008.927.467 1.192-.38.095-.695.248-.89.513.021.075.137.174.286.236.373.153.753.137 1.105.017.207-.075.215-.025.253.124l.103.463c.025.112-.037.174-.14.137-.568-.166-1.242-.439-1.73-.766a2.6 2.6 0 0 0-.642-.19c-.074.041-.136.095-.202.083a3.6 3.6 0 0 1-.613-.216c-.1-.058-.103-.087.02-.103.191 0 .539.083.717.083.173-.054.173-.083.066-.158-.418-.33-.89-.252-1.357-.173-.166.033-.178.111-.083.244.604.683 1.05.678 1.787.592.48.306.96.579 1.52.757l.011.083a8 8 0 0 0-1.142.165c-.182.037-.219.149-.12.315.15.24.385.351.654.417a.85.85 0 0 0 .58-.037c.223-.103.368-.29.579-.405.124-.067.33.008.455.041.19.062.372.145.567.174.77.103 1.589.174 2.305.116a4 4 0 0 0-.207.484c-.037.1-.004.124.1.116a.44.44 0 0 0 .36-.207c.012-.116.012-.22.036-.335.013-.062.03-.15.07-.158.03-.004.208.025.187.075a7 7 0 0 1-.19.496c.066.013.136.025.206.025.29 0 .336-.041.323-.33a1.2 1.2 0 0 0-.037-.245c-.037-.215.008-.364.194-.463.183-.091.373-.062.555-.042a3.4 3.4 0 0 1 1.568.708c.228.182.03.434.03.778 0 .215-.042.438-.038.55.008.178.083.273.149.323.199.153.418.306.629.443.215.14.323.227.58.314a.6.6 0 0 0 .181.013.7.7 0 0 0-.012-.265c-.124-.083-.298-.124-.497-.19-.037-.013-.074-.063-.095-.108a.4.4 0 0 1 .145-.083l.323-.07a.2.2 0 0 0 .082-.07c-.016-.03-.04-.067-.066-.071-.132-.041-.306-.07-.418-.1-.041-.012-.062-.049-.095-.086a.4.4 0 0 1 .157-.083l.331-.041a.17.17 0 0 0 .087-.054c-.012-.033-.029-.075-.053-.087-.07-.033-.41-.157-.447-.195-.03-.028-.038-.07-.05-.124a.3.3 0 0 1 .157-.033l.277.004a.18.18 0 0 0 .112-.053.25.25 0 0 0-.074-.087c-.133-.083-.182-.141-.331-.207-.07-.042-.104-.083-.116-.17a.5.5 0 0 1 .186-.008c.1.025.153.058.26.074a.3.3 0 0 0 .117-.012.12.12 0 0 0-.03-.083c-.04-.041-.095-.062-.144-.1-.075-.049-.203-.173-.277-.235-.025-.02-.013-.083-.017-.104l.083.005c.1.02.248.062.33.074.15.029.13.008.067-.1-.091-.082-.186-.136-.273-.231-.025-.033-.017-.087-.013-.132.141.008.286.074.414.074a.14.14 0 0 0 .021-.074 2 2 0 0 0-.103-.249c-.038-.095.012-.132.082-.103.1.041.257.124.364.149.042.012.096 0 .15-.02-.05-.1-.108-.179-.174-.278-.013-.025 0-.062.02-.091.17.05.344.166.497.207.07.029.116 0 .132-.033.013-.042-.111-.166-.103-.215.004-.033.012-.042.029-.062l.29.09c.21.054.33.075.364.025.04-.012-.005-.111-.067-.227.166-.013.187.066.48.124.112.029 1.664-.19 2.293-.385a8 8 0 0 0 .77-.314l.074.016c.178.455.554.596.94.637.11.013.23.021.35.025.113 0 .137-.029.104-.14a2 2 0 0 0-.575-.977l-.248-.153c-.108-.112-.095-.24.02-.331.2-.133.464-.26.663-.385.29-.186.389-.472.372-.774a.26.26 0 0 0-.107-.202.32.32 0 0 0-.15.103c-.078.165-.157.302-.227.447-.054.029-.112.041-.161.062-.013-.05-.042-.1-.03-.149.088-.257.315-.463.464-.629.062-.103-.029-.145-.074-.137-.166.038-.348.1-.472.24a3.3 3.3 0 0 0-.654 1.354c-.029.128-.083.173-.124.293-.054.182-.05.224.108.336.227.148.525.285.74.438.087.095.042.133-.05.128a.86.86 0 0 1-.62-.277c-.083-.09-.153-.149-.248-.161-.224.058-.534.149-.766.182-.132.025-.236.078-.306.203-.046.103-.14.124-.248.082-.166-.045-.331-.103-.497-.14a1.9 1.9 0 0 0-.828.058c-.111.016-.136-.009-.103-.116.029-.137.074-.27.1-.402.003-.058.012-.144-.042-.173-.054.024-.132.037-.157.074-.087.128-.153.265-.236.406-.054.111-.075.111-.19.062a2 2 0 0 1-.468-.286c-.112-.178-.232-.327-.29-.48-.02-.041.042-.074.095-.074a6 6 0 0 1 .385.33c.075.083.1.166.15.274.012.025.132.02.152-.025a1 1 0 0 0 .054-.19.59.59 0 0 0-.136-.542c-.183-.187-.307-.224-.56-.398-.314-.215-.36-.202-.475.009a1.23 1.23 0 0 0-.153.579c.083.505.203.712.815 1.026a.17.17 0 0 1-.05.083c-.04.033-.062.054-.132.054-.215-.009-.517-.013-.753-.033q-.1-.007-.124-.063a3.1 3.1 0 0 1 .273-2.234.37.37 0 0 1 .149-.161c.128-.067.33-.153.455-.207.075-.033.112-.009.145.066.054.199.074.34.09.509.01.103.013.207.055.227.099.042.186-.04.236-.124a1.1 1.1 0 0 0 .099-1.005c-.013-.033.016-.1.054-.12.422-.17.815-.344 1.241-.51.24-.012.546.013.972.084.07.008.22.132.373.219-.195.1-.48.306-.679.496-.054.058-.124.133-.074.29.165-.008.248-.054.372-.09.19-.055.31-.084.464-.084a1 1 0 0 1 .124.017.23.23 0 0 1-.058.128c-.054.05-.14.042-.203.075-.062.041-.124.103-.083.178.03.05.112.107.17.099a2.5 2.5 0 0 0 .588-.1c.09-.074.438-.53.24-.57-.112-.025-.352-.042-.456-.096a.2.2 0 0 1 .125-.14c.107.016.231.05.397.066a2.4 2.4 0 0 0 .815-.037c.112-.042.149-.083.112-.153a1.28 1.28 0 0 0-.758-.663c-.149-.04-.33-.008-.484-.008l-1.332-.012c-.03 0-.062-.025-.091-.042.025-.02.05-.045.074-.058.124-.074.27-.136.393-.223a.87.87 0 0 0 .365-.55.23.23 0 0 0 0-.129c-.125-.455-.373-.786-.89-.844l-.257-.041c-.095-.008-.132.033-.132.12 0 .161.008.248 0 .414 0 .082.041.111.137.124a3.2 3.2 0 0 1 .703.203c.137.053.165.136 0 .277l-.372.265c-.067.041-.096.008-.104-.054-.008-.1-.008-.207-.025-.302a.2.2 0 0 0-.054-.095.27.27 0 0 0-.198.165 2 2 0 0 0-.104.385.41.41 0 0 1-.285.331c-.075.02-.14-.008-.128-.079q.018-.123.053-.248c.12-.29.182-.538.158-.81a6 6 0 0 1-.042-.572.17.17 0 0 1 .124-.182c.224-.087.435-.174.67-.248.08-.03.146.004.208.082l.471.555c.125.132.158.128.265-.02.1-.141.207-.27.364-.357.083-.041.083-.12-.012-.157-.178-.066-.356-.103-.542-.165-.042-.013-.087-.013-.133-.03-.029-.012-.066-.049-.066-.074s.037-.062.066-.074c.34-.12.621-.232.923-.348.083-.037.124-.103.112-.19-.008-.112-.041-.207-.058-.315-.017-.099-.083-.174-.186-.186-.414-.041-.662.075-.944.364a.26.26 0 0 0-.066.228.3.3 0 0 0 .128-.004 1.7 1.7 0 0 0 .443-.187c.075-.082.133-.165.174-.165.025 0 .07.103.083.14-.042.05-.083.1-.41.24a9.5 9.5 0 0 1-1.812.625c-.083.009-.079-.045-.058-.082.116-.203.248-.414.376-.63.124-.074.158-.04.112.075a2 2 0 0 1-.137.257c-.012.083.025.103.075.095a.695.695 0 0 0 .513-.617c0-.103-.05-.14-.157-.136-.157.012-.331.025-.484.07-.29.075-.464.277-.559.542a3 3 0 0 0-.091.377c-.025.136-.14.186-.26.252-.203.124-.307.1-.48.133a3 3 0 0 0-.435.099c0-.05-.013-.095 0-.124.1-.157.186-.31.29-.455.144-.211.107-.331-.125-.414a.86.86 0 0 0-.993.347c-.124.199-.215.435-.302.65-.054.128 0 .207.137.236.21.037.463-.041.654-.095-.013.062-.017.302-.038.351l-.124.27c-.078.132-.165.177-.31.107a7 7 0 0 1-.65-.352c-.248-.145-.488-.248-.765-.248a.4.4 0 0 1-.083-.008c-.091-.02-.095-.05-.042-.108.07-.07.075-.14.034-.227l-.286-.53a1.5 1.5 0 0 1-.136-.31c.07-.013.33.074.33.124.021.29.108.496.261.678.116.116.224.042.236-.074.02-.153-.186-.402.083-.973.116-.256.472-.695.703-.695.124 0 .228.054.302.236.042.083.07.282.108.364.033.083.074.124.165.116.224-.029.534-.165.787-.198.161-.025.285.376.364.52.124.216.182.402.323.17.24-.33.351-.703.608-.819a1.8 1.8 0 0 1 1.043-.178c.111.013.144.054.12.166-.021.066-.025.136-.042.207-.025.078.046.107.133.041.12-.07.207-.165.29-.273.214-.232.43-.348.852-.348.198 0 .351.042.53.104.136.05.157.07.12.207l-.12.397c-.042.182-.013.207.148.298.141.083.253.14.34.248a.3.3 0 0 0 .178-.062 2.14 2.14 0 0 1 .765-.865c.133-.074.166-.066.22.062.111.282.173.526.194.79.149-.173.323-.36.447-.496.447-.422.89-.418 1.49-.269.148.042.033.19-.054.306l-.116.174c-.037.062-.066.066-.116.013-.075-.087-.149-.24-.224-.315-.136-.136-.376-.058-.542.042a2.2 2.2 0 0 0-.802.823 4.4 4.4 0 0 1-.704.832c-.107.041-.107.037-.083-.075a2.96 2.96 0 0 0 .489-1.535.37.37 0 0 0-.286.062c-.414.232-.62 1.055-.678 1.606-.013.115-.013.207-.116.264-.174.1-.24.141-.414.22-.041.008-.066 0-.104-.004.083-.365.025-.621-.186-.965-.037-.066-.083-.099-.161-.074-.041.025-.083.058-.178.132a1.56 1.56 0 0 0-.488 1.196c0 .083.082.083.14.042a.6.6 0 0 0 .158-.19c.103-.174.19-.357.29-.53.016-.042.065-.07.103-.083.02.041.02.087.012.124l-.074.331a1.03 1.03 0 0 1-.331.455c-.03.042-.05.116.033.124.356.017.562-.024.869-.186.322-.165.538-.302.678-.285.095.012.58.153.621.186-.025.05-.062.066-.091.1-.05.04-.286.169-.389.256-.166.136-.223.198-.19.476.016.124.037.24.066.36.012.037.041.09.066.099.041 0 .083-.033.108-.062.136-.166.264-.348.401-.513a.3.3 0 0 1 .083-.05c0 .033.008.062 0 .083-.03.203-.133.356-.257.505l-.083.103c-.107.153-.115.178-.008.331a.73.73 0 0 1 .104.58c-.03.144-.075.36-.104.57-.26.12-.525.29-.745.44-.14.123-.165.223-.165.252.066.082.128.095.256.148.182.058.522-.012.584-.206a.6.6 0 0 0 .041-.211c.066.012.124.012.14.066.067.207.125.347.257.484a.7.7 0 0 1-.099.182c-.078.128-.145.24-.256.215-.042-.004-.087-.016-.137-.016-.083 0-.165 0-.153.149.016.19.041.277 0 .471-.025.108-.058.224-.166.22-.26-.021-.43-.211-.682-.207a1 1 0 0 1-.476-.083c-.133-.07-.228-.145-.29-.182a69 69 0 0 0-3.1.58c-.094.02-.09.082-.107.181-.05.228-.136.451-.174.679-.008.037.042.083.067.116.024-.025.062-.042.087-.075.053-.078.09-.17.153-.248.107-.116.389.008.438.165.042.096-.09.141-.082.249.008.09.14.174.14.29 0 .103-.041.17-.058.223.39.248.484.455.497.778.012.1.012.149.066.207.054.053.14.132.178.182.182.21.348.546.472.58.062.02.219.032.339.02l.025.066a.5.5 0 0 1-.248.244c-.286.091-.427-.335-.58-.58a2 2 0 0 0-.24-.318c-.124.137-.33.687-.314.948.083.351.29.7.426.951.095.158.281.212.463.282.154.054.265.083.422.037.083-.02.112-.025.15-.054l-.005-.318c.042-.58.133-1.159.17-1.655 0-.133.1-.356.269-.472a.54.54 0 0 0 .24-.5.4.4 0 0 1 .041-.208c.058-.116-.053-.116-.165-.132-.124-.02-.153-.066-.091-.178.116-.195.281-.36.414-.546.082-.133.124-.228.153-.307-.033-.16-.021-.4.14-.41.526-.061.745-.016 1.08.237a.24.24 0 0 1 .025.124c0 .041.095.074.273.252.137.128.27.488.038 1.043.115.07.111.178.099.302-.008.108.025.124.124.161.124.042.19.116.294.373.09.248.36.898.517 2.49-.029.502-.116.87-.215 1.28.107.765.227 1.704.323 2.991.078 1.217.099 1.842.124 2.342.215.017.281.062.327-.12l.041-.17c.041-.12.161-.078.166-.012l.132.39c.029.11.062.181.103.289.145.198.207.025.207-.12.017-.124.017-.228.017-.34.025-.144.1-.153.153-.053l.19.45c.07.158.145.2.174.104.025-.128.03-.356.025-.538-.029-.103-.075-.215-.091-.306 0-.124.1-.1.124-.062a14 14 0 0 1 .675.881c.124.075.198-.053.165-.103-.008-.05-.07-.112-.07-.211.016-.157.165-.087.198-.03.137.137.228.315.307.46a.3.3 0 0 0 .124.062.24.24 0 0 0 .037-.145c-.008-.05-.066-.165-.083-.219.058-.095.174.025.211.062.042.042.083.112.137.199.074.116.198.215.471.252.005.025.017.058.017.083-.037.025-.1.054-.265.083a3.4 3.4 0 0 1-1.034.02 1.2 1.2 0 0 0-.762.166c-.165.095-.33.083-.525.074-.373-.016-.745-.016-1.126-.024-.786-.021-1.179.136-2.069.182-.29 0-.893-.15-.893-.335 0-.129.074-.236.074-.303 0-.082-.017-.103-.091-.124-.633-.111-1.258.033-1.833.141-.488.075-.745-.004-1.002-.207a1.3 1.3 0 0 1-.355-.376 5 5 0 0 0-.99-.94c-.413-.33-.939-.93-1.266-1.345-.074-.086-.202-.509-.248-.629a1.3 1.3 0 0 1-.058-.546c.05-.041.112-.09.157-.095.278-.008.621-.14.634-.223.029-.062-.017-.116-.07-.1a1.6 1.6 0 0 1-.489 0 .44.44 0 0 1-.22-.09c.05-.063.083-.108.137-.137a1.45 1.45 0 0 0 .646-.249.16.16 0 0 0-.017-.082c-.182-.009-.323-.009-.525-.058a.5.5 0 0 1-.199-.116.32.32 0 0 1 .149-.124c.232-.075.401-.186.559-.331l-.004-.091a3 3 0 0 1-.63-.066c-.095-.05-.103-.058.005-.174.149-.038.422-.062.57-.112.112-.058.092-.153-.02-.186a3.4 3.4 0 0 1-.538-.058c-.112-.1-.124-.108.02-.174l.477-.1c.182-.061.153-.177 0-.223-.145-.016-.245-.05-.39-.074-.19-.095-.186-.104-.032-.166l.302-.082c.082-.021.165-.054.182-.116a.1.1 0 0 0-.009-.062c-.128-.038-.389-.013-.504-.05-.042-.008-.083-.054-.108-.108l.112-.062a1.7 1.7 0 0 0 .41-.157.4.4 0 0 0 .045-.103.3.3 0 0 0-.083-.042 4 4 0 0 1-.385-.132c-.082-.104-.078-.124.033-.17l.216-.058a1.4 1.4 0 0 0-.108-.215.2.2 0 0 0-.074-.074c-.125-.075-.303-.15-.435-.236-.248-.153-.509-.302-.703-.497a1.6 1.6 0 0 1-.522-.852 1.8 1.8 0 0 1-.004-.63c.025-.156.112-.322.195-.47.033-.055.057-.104.024-.15a3.3 3.3 0 0 0-.384-.414.7.7 0 0 0-.245-.124c-.492-.087-.794-.186-1.018-.157a.8.8 0 0 0-.19.285c.042.166.124.423.128.634.182.02.398.082.621.206.178.116.22.178.29.398.153.496.194 1.13.302 1.808.095.645-.244 1.18-.898 1.204-.356.017-.646-.054-.74-.294-.117-.339-.204-.625-.315-.964a7.4 7.4 0 0 0-1.449.513c-.434.207-.79.406-1.25.592-.872.36-1.836.58-2.701.58-.455 0-.964-.092-1.316-.232-.315-.125-.426-.253-.497-.65a3.8 3.8 0 0 1-.016-1.018c.041-.331.095-.563.323-1.183.099-.274.227-.402.438-.51a2.3 2.3 0 0 1 1.142-.227c.137.008.315.029.439.083.248.09.285.29.294.538 0 .145.008.29-.005.434-.012.116-.008.162-.008.207.315.046.973.029 1.283-.041.256-.054.36-.095.828-.315.322-.145.76-.472 1.27-.736zm9.906 5.532c.03.062.1.372.1.48 0 .252-.021.484-.05.877-.042.513.012 1.035-.058 1.54-.03.248-.091.633-.07.972.004.136.024.174.103.19.248.058.414.083.538.083.38 0 .629-.174.596-.385a5.2 5.2 0 0 1-.178-1.423l.1-.009c.14.58.26.865.301 1.167.05.273 0 .741.054.981.637.07 1.399.008 1.63-.041.058-.522.042-1.056-.186-1.254a6 6 0 0 0-.505-.385 2.9 2.9 0 0 1-.678-.753c-.273-.43-.348-.567-.588-.985-.223-.389-.372-.724-.525-.952a1.7 1.7 0 0 0-.22-.29 3 3 0 0 0-.58-.107c-.268-.029-.446-.058-.6-.227-.131-.133-.185-.24-.107-.418.042-.096-.012-.162-.082-.24-.08-.1-.058-.207.04-.282.237-.231.456-.347.766-.43l-.05-.215c-.123.016-.26.054-.508.054-.344 0-.654-.141-.778-.592-.046-.162-.248-.617-.306-.82-.042-.124.004-.277.062-.455-.108-.132-.199-.281-.29-.405-.186-.079-.41-.157-.559-.34-.062-.074-.09-.078-.144-.04-.05.036-.062.09-.133.152-.066.058-.203.062-.33.008a.31.31 0 0 1-.183-.302c.013-.165.095-.31.02-.376-.127-.137-.247-.29-.094-.397.041-.038.136-.03.194-.058a.414.414 0 0 0 .199-.464c-.033-.136-.108-.198-.244-.21-.195-.013-.282-.113-.282-.24 0-.166.145-.237.278-.208a.4.4 0 0 1 .173.083c.013.062.042.149.091.14.224-.024.398-.256.398-.475 0-.075-.05-.112-.195-.079a6 6 0 0 0-.923.253c-.182.062-.207.207-.107.372.033.037.058.083.082.124.042.066.025.116-.04.153l-.084.062c-.099.075-.111.158-.05.27.017.04.042.07.075.099.075.066.075.124.004.207a.31.31 0 0 0-.066.335c.029.095.104.633.104.736-.005.278.05.555.033.815-.013.19.082.356.264.563.2.22.344.418.613.679.318.302.492.662.521 1.105.013.207.112.281.31.389.419.116.563.351.613.67.083.567-.194 1.117-.703 1.068-.261-.025-.39-.182-.39-.319 0-.145.075-.29.195-.331.02-.008.095 0 .112 0a.3.3 0 0 1 .012.091c0 .037-.05.058-.066.132-.012.05-.012.15.037.211.054.07.15.096.249.062.115-.037.194-.136.248-.24.236-.426.116-.93-.335-1.042-.145-.042-.352-.062-.485.016-.28.174-.52.273-.757.489a.18.18 0 0 0-.058.136 23 23 0 0 0 .199 2.814c0 .203.149.455.207.488.165-.12.207-.24.352-.467.07-.042.103-.017.124.045-.004.211-.046.414-.021.596.012.054.074.103.116.14.1-.09.103-.227.145-.33.111-.116.136.012.14.045-.008.137 0 .26.013.331.004.054.054.066.1.079.12-.24.272-.455.467-.588.116-.083.19-.012.124.104a3 3 0 0 0-.265.699.4.4 0 0 0 .116-.012c.025-.009.062-.017.074-.083.083-.207.129-.232.224-.083.041.14.103.24.186.281.124-.033.132-.182.182-.29.132.01.14.154.207.224.045.037.422.05.492.042l-.012-.22c-.008-.438 0-.79.029-1.225.033-.455.083-.922.108-1.324.016-.33.058-.836.082-1.229zM22.792 8.4a8 8 0 0 0-.625-.041c-.091 0-.34 0-.348.128 0 .037.05.103.108.14.302.207 1.146.245 1.49.187a.6.6 0 0 0-.03-.253c-.082-.252-.393-.475-.678-.567a2.3 2.3 0 0 0-.919-.033l-.058-.153c.1-.447.087-.86.025-1.187a.96.96 0 0 0-.182-.414c-.058-.083-.124-.079-.198-.017-.05.042-.1.096-.187.207-.285.348-.273.58-.223 1.1.033.026.07.05.165.05.091 0 .133-.04.145-.165.009-.174.05-.356.075-.517.041.012.116.062.124.09.016.27-.07.551-.137.804.017.029.215.115.186.198-.024.062-.33.14-.546.157a1.1 1.1 0 0 0-.509-.417c-.124-.05-.26-.091-.157-.174l.166-.066c.29-.12.194-.286.182-.567-.013-.108-.054-.137-.153-.133a.8.8 0 0 0-.36.083c-.216.132-.381.352-.538.53-.03.029-.091.016-.141.016.083-.26.19-.546.273-.778.029-.082.066-.165.157-.145.447.104.902.017 1.217-.297.132-.141.132-.207-.037-.327a1.05 1.05 0 0 0-.952-.207c-.137.054-.228.132-.248.273-.013.083.401-.033.546-.02.041.003.07.04.1.061-.266.116-.572.174-.828.248-.083.021-.116 0-.129-.082a.36.36 0 0 1 .129-.364c.194-.166.347-.36.389-.621.024-.14-.092-.352-.154-.472-.008-.033.009-.058.013-.083a1.8 1.8 0 0 1 .525.249 1.17 1.17 0 0 0 .815.902c.145.05.294.103.452.149.14.041.248.004.24-.15l-.009-.206c.124-.054.265-.095.298-.091.236.033.476.149.72.227.166.083.083.141-.033.125-.182-.03-.36-.083-.534-.125-.111-.024-.202.025-.219.133.074.132.414.29.538.34.182.065.869.144.86-.042a2.4 2.4 0 0 0-.082-.546c-.042-.154-.174-.24-.319-.278a3.7 3.7 0 0 0-.918-.107.8.8 0 0 0-.331.107l-.038-.202c-.066-.278-.198-.344-.405-.414.012-.083.012-.137.012-.224.182-.103.406-.277.493-.422-.075-.07-.207-.107-.278-.132-.281-.1-.31-.207-.5-.29a1.2 1.2 0 0 0-.447-.112c-.14-.004-.331.034-.373.087-.02.038 0 .096.083.153.124.096.385.166.513.257.083.046.042.066-.012.074a1.3 1.3 0 0 1-.505-.144c-.095-.05-.124-.091-.194-.116-.125-.042-.145-.008-.228.136-.062.104.012.158.1.207.297.166.517.26.893.302.041.042.05.112.062.195-.372-.05-.496-.054-.728-.137-.368-.198-.662-.356-1.018-.471-.066-.03-.091-.07-.017-.116.373-.224.729-.497 1.105-.704.054-.029.14-.016.207-.004.182.033.244.091.426.145.108.041.211.07.232-.03.054-.272.14-.475.22-.59.165-.253.4-.386.711-.58.116-.393.497-.795.633-.795.373 0 .745.675.82.927.05.182-.249.34-.05.34.174 0 .335.029.335.178 0 .26-.074.525-.207.715-.14.19-.29.398-.48.526l.012.066c.323.24.675.414.675.778 0 .195-.054.331-.166.426-.086.075-.157.15-.148.261.012.252.028.393.012.641-.012.166-.517.199-.588.273a2.07 2.07 0 0 1-.14 1.258l.103.19c.513.36.58.688.654.969-.14.137-.373.252-.455.252-.331 0-1.064-.248-1.209-.269-.058.104-.024.2.05.406.066.186.19.314.19.488 0 .083-.012.215-.248.253a1.66 1.66 0 0 1-1.105-.302c-.066-.038-.124-.083-.19-.112-.112-.062-.252-.017-.29.112l-.074.248c-.042.136-.112.149-.298.112-.526-.112-.77-.679-.77-1.18.025-.103.108-.062.124-.012.033.244.141.48.22.678.099.19.223.294.43.32.041 0 .1-.08.149-.166.112-.236.215-.394.182-.67a.7.7 0 0 0-.112-.32c-.033-.04-.087-.07-.149-.124.03-.045.075-.095.112-.082.232.082.406.082.55.004.091-.05.133-.112.195-.19a8 8 0 0 1 .799-.162c.372 0 .703.05.98.174zM8.628 17.479c.198 0 .438.099.434.314l-.041.108a.1.1 0 0 1-.05-.013c-.074-.161-.194-.252-.389-.215a.84.84 0 0 0-.455.257c-.079.082.083.132.182.186l.207.124c0 .108-.282.894-.14.919.355.062.827-.427.876-1.118-.012-.248.129-.372.402-.463.323-.124.476-.269.422-.62-.025-.175.074-.125.17-.27l.107-.116c.017.05.054.166.041.216-.074.285-.016.509.125.765l.264.687c.063.066.12.012.183.083.227.46.484 1.146.831 1.44.286.236.588.65.857.898.157.14.265.492.463.558.14.05.137.124.116.253-.025.157.041.186.1.186.095-.012.186-.037.285-.041.215.045.165.19.008.215-.107.012-.21-.009-.318-.009a.6.6 0 0 0-.112.042.23.23 0 0 0 .058.107c.174.096.298.108.467.145.033 0 .058.025.096.037-.013.03-.05.096-.083.112a.7.7 0 0 1-.19 0c-.154-.033-.294-.1-.44-.165-.049-.017-.082-.07-.127-.104-.038-.016-.083-.025-.125-.037 0 .05-.016.095-.012.137.033.066.103.182.074.206-.012.021-.111.083-.14.067-.124-.058-.224-.199-.34-.265-.148-.095-.285-.095-.426.004-.145.1-.273.186-.41.265-.169.111-.351.29-.554.29-.112 0-.389-.17-.513-.208-.232-.074-.306-.082-.554-.136-.207-.05-.39.029-.6.1-.257.078-.538.111-.816.16-.157.03-.339 0-.504-.008-.249-.008-.489-.029-.733-.025-.165 0-.34.03-.496.083a.9.9 0 0 1-.22.033.56.56 0 0 1-.322-.099.47.47 0 0 0-.352-.066c-.116.025-.344.066-.439-.02-.116-.117-.393-.348-.55-.32-.493.083-.728.365-1.208.236-.34-.086-.563-.165-.894-.057-.083.033-.298-.017-.385-.005-.124.017-.166-.008-.15-.132l.013-.066c.021-.128-.103-.224-.227-.178-.137.041-.215.182-.344.248-.236.116-.455.083-.711-.016-.174-.075-.352-.042-.518.041-.107.058-.281.31-.397.31-.041 0-.103-.066-.124-.124v-.12a.8.8 0 0 1 .273-.252 1.55 1.55 0 0 1 .944-.124c.149.024.31.041.45-.017.112-.05.228-.058.332-.112.186-.099.347-.186.558-.111.153-.07.236-.12.315-.236.037-.186-.03-.38.016-.563a7 7 0 0 1 .166-.53c.033-.082.09-.074.145-.066.149.22.33.426.24.63-.062.14.26.24.207.38-.054.107-.03.174.078.186l.083.008c.095 0 .1-.062.095-.182.004-.678-.215-1.15-.447-1.684-.095-.207-.078-.414-.004-.62l.14-.423a.8.8 0 0 1 .427-.447c.025-.004.095.025.112.058.302.427.413.944.264 1.457a6 6 0 0 0-.103.48c-.008.041.004.083.012.124.03-.025.067-.05.091-.083.15-.223.303-.442.423-.682.115-.232.306-.327.546-.373.26-.054.335-.02.269.232a5 5 0 0 1-.137.43.86.86 0 0 1-.438.534c-.15.083-.286.194-.414.29-.05.066-.062.062-.009.128.05.062.125.025.187-.013.244-.177.496-.318.744-.455.092-.041.12-.008.112.1-.012.124-.029.293-.153.339-.136.045-.319.066-.439.124A.8.8 0 0 0 4.88 21c-.083.124-.083.207-.15.34-.012.028 0 .078.005.123.041-.016.083-.016.111-.033.162-.116.249-.248.41-.372.124-.095.153-.083.203.07.016.05.054.091.103.137.05-.033.104-.062.141-.112.145-.215.236-.645.426-.93.033 0 .075.024.1.036.04.095-.013.422-.005.493.005.198.067.24.249.149.14-.07.269-.145.405-.22.15-.074.27-.016.182.1-.045.07-.116.124-.157.198-.025.042-.02.112-.025.166.042 0 .1.008.14-.013.113-.029.216-.078.324-.124.144-.066.293-.045.455 0 .153.054.31.091.455.133.12.029.252-.025.36-.075a4 4 0 0 1 .654-.252 2.1 2.1 0 0 0 .815-.468c.054-.058.137-.087.199-.145.05-.041.09-.235.095-.298.041-.165-.025-.554.008-.728.02-.041.054-.132.083-.178l.07.02a1 1 0 0 1 .05.208c-.013.298-.017.96-.05 1.25 0 .066-.116.173-.182.198-.521.19-1.047.39-1.572.538-.236.066-.497.029-.745.033-.199 0-.393-.029-.588-.016-.153.012-.372.153-.53.178-.43.066-.802.037-1.228.115-.393.075-.77.182-1.147.286a.7.7 0 0 0-.235.116c-.03.025-.038.07-.05.1.041.02.083.049.124.04.095-.008.174.021.273.009q.346-.053.704-.083a.3.3 0 0 1 .161.066.44.44 0 0 0 .364.075c.14-.033.265.004.39.095.214.174.268.182.516.041.19-.103.402-.103.613-.09.471.024.91.094 1.336.173a.91.91 0 0 0 .878-.34 6 6 0 0 0 .33-.45c.08-.104.166-.174.29-.174.265-.004.538-.066.799-.05.149.013.22.15.22.236-.01.087-.042.14-.146.137a9 9 0 0 1-.596-.05c-.206-.017-.372.041-.496.199q-.1.111.05.149c.041.004.095.024.14.029.108.012.158.062.186.16.021.063.15.125.365.137.277.017.422.017.662-.062.099-.033.165-.149.236-.235.157-.228.264-.286.546-.228.198.037.33-.174.509-.161.327.04-.042-.617-.249-.832-.285-.211-.513-.63-.76-.94-.183-.227-.402-.314-.56-.591-.302-.5-.55-1.113-.885-1.515-.132-.136-.418-.041-.559.033a.4.4 0 0 0-.165.116c.405.344.422.82.281 1.171-.041.112-.083.108-.198.062a4 4 0 0 1-.32-.128c-.07-.037-.131-.02-.206.025-.306.186-.683.439-.745.376-.124-.124-.323-.496-.31-.686a.76.76 0 0 1 .12-.377 3 3 0 0 1-.397-.257l-.005-.136c.257-.248.605-.488.874-.488zm-7.747-3.6c.033.244.137.442.373.533.34.141.786.224 1.167.228.45.012.943-.025 1.473-.124a9.6 9.6 0 0 0 2.383-.832 6.6 6.6 0 0 1 1.449-.55 3.3 3.3 0 0 1 1.6-.042c.237.054.286.054.253-.115-.016-.112-.05-.224-.066-.34-.058-.397-.041-.77-.19-1.109a.46.46 0 0 0-.22-.202 1.3 1.3 0 0 0-.38-.116 2.7 2.7 0 0 0-.803 0 4 4 0 0 0-1.208.372c-.414.203-.828.43-1.138.617a3.27 3.27 0 0 1-1.68.484c-.393 0-.654-.013-1.047-.054a3.7 3.7 0 0 1-1.544-.426c-.107-.054-.165-.037-.206.074a3.46 3.46 0 0 0-.207 1.597zm18.41 4.344a8 8 0 0 1-.588.067 1 1 0 0 1-.16-.021c.024-.05.04-.066.07-.079.202-.103.417-.198.566-.314.083-.062.066-.124.042-.178a3.3 3.3 0 0 1-.832.228c-.02 0-.033-.021-.041-.034.227-.17.53-.306.695-.455.111-.09.029-.116-.009-.153-.24.083-.48.162-.732.232a.3.3 0 0 1-.116-.013c0-.05.05-.07.091-.095a4 4 0 0 0 .704-.463l-.013-.062-.083-.009c-.194.034-.624.096-.86.12-.116 0-.095-.066-.075-.082.187-.083.331-.182.468-.327.05-.054.041-.104.025-.128-.224.103-.48.107-.63.124-.028-.038.01-.083.026-.1.182-.07.219-.128.314-.19.062-.041.195-.132.224-.182.012-.017.008-.066-.005-.083a3 3 0 0 1-.55.133.3.3 0 0 1-.1-.017c.017-.041.026-.074.05-.087.257-.132.394-.186.576-.298a.45.45 0 0 0 .124-.161l-.017-.025c-.207.066-.418.137-.633.194-.041-.008-.062-.033-.1-.062a.3.3 0 0 1 .075-.074 3.4 3.4 0 0 0 1.171-.675.9.9 0 0 0 .224-.252l-.03-.05c-.413.29-.814.542-1.29.729-.095-.009-.075-.067-.042-.091.042-.042.166-.182.265-.315a3.7 3.7 0 0 0 1.084-.625c.025-.025.038-.095.021-.14-.211.095-.534.277-.815.38l-.054-.016a.6.6 0 0 1 .066-.145c.19-.124.464-.319.679-.555.008-.029.02-.066 0-.099a4 4 0 0 1-.559.228c-.062-.042.013-.15.02-.174a2.5 2.5 0 0 0 .514-.538c.025-.041.025-.079 0-.145-.145.104-.352.166-.513.228l-.046-.013c-.008-.053 0-.041.017-.082.19-.174.352-.31.468-.51.012-.02.008-.074-.013-.111-.157.054-.277.1-.447.14a.13.13 0 0 1-.058-.012c.009-.054 0-.066.021-.107.116-.1.232-.236.34-.398.028-.041.024-.082.003-.111-.082.02-.231.041-.306.05-.033.008-.074-.03-.095-.067l.29-.207a.3.3 0 0 0 .05-.078c-.038-.017-.067-.038-.092-.03-.124.017-.24.03-.364.054-.273.058-.273.096-.298.174a6 6 0 0 1-.302.902c-.037.083-.083.162-.165.195-.116.058-.091.12-.124.231-.05.224-.083.207-.174.427a1.2 1.2 0 0 1-.257.413h-.062l-.02-.31c-.025-.207-.067-.161-.1-.372-.02-.186.025-.385.05-.546.02-.187.041-.51.041-.692-.016-.012-.033-.04-.058-.057a.2.2 0 0 0-.058.082c-.037.141-.103.364-.124.51-.045.339.025.665 0 1.009a3.9 3.9 0 0 0-.041 1.068c.112-.013.103-.025.26-.087.207-.083.356-.112.567-.298.15-.129.125-.381.178-.588.07-.248.166-.34.265-.38.03-.009.058.004.087.012-.058.14-.091.215-.145.364-.05.128-.1.34.042.364l.103.017c.008.024.008.062-.012.082-.133.129-.24.282-.849.456-.07.02-.223.206-.231.277-.013.095-.013.207.008.364.062.608.364 1.18.703 1.742.286.48.497.844.807 1.159.145.132.298.231.538.12.128-.062.29-.162.331-.199.02-.025.025-.066.02-.103zm-8.276-8.755c.017.24-.029.302-.335.223-.323-.1-.472-.066-.679-.302-.124-.145-.281-.145-.413-.008-.062.074-.108.149-.207.165-.017-.033-.038-.078-.025-.116a.46.46 0 0 1 .252-.314c.095-.05.211-.083.31-.112.286-.112.427-.281.427-.616 0-.19.058-.381.058-.58 0-.14-.05-.186-.186-.14-.236.09-.456.182-.691.281a.28.28 0 0 0-.166.157c-.066.124-.108.248-.166.373-.053.07-.099.037-.115.008a8 8 0 0 0-.365-.517c-.103-.124-.103-.166.013-.253l.385-.335c.19-.178.265-.414.285-.679v-.36c-.008-.157.025-.202.182-.182a.9.9 0 0 1 .315.091c.174.075.347.174.521.265.091.058.157.137.166.253.004.136-.083.223-.207.173a4 4 0 0 0-.584-.202c-.099-.025-.198.029-.215.124-.041.227.153.24.137.302-.05.161-.31.207-.348.356-.029.136-.029.223.091.198.327-.066.646-.269.898-.372.215-.091.327-.058.356.182.116.703.223 1.308.302 1.937zm5.09-2.235c.062.017.14.054.19.1.12.277.377.587.7.753a.8.8 0 0 0 .29.082c.028-.124.082-.33.082-.558a.74.74 0 0 0-.22-.538 2.2 2.2 0 0 0-.496-.373.21.21 0 0 0-.244.021c-.004.041-.004.103.02.14.08.137.27.261.352.39.03.132.021.124-.087.082a2.1 2.1 0 0 1-.591-.517c-.095-.107-.158-.107-.224.008a2 2 0 0 0-.298.89.91.91 0 0 0 .497.952c.153.066.265.05.34-.095.078-.145.132-.27.181-.43.025-.083.025-.117-.037-.191a3 3 0 0 0-.248-.277.4.4 0 0 0-.124-.1.17.17 0 0 0-.034.104c.005.128.025.26.03.389a.2.2 0 0 1-.025.112.25.25 0 0 1-.141-.166c-.083-.306-.07-.575.087-.778m-14.3-4.506.24.285c.098.187.152.356.202.505.041.15.103.15.199.083a.34.34 0 0 0 .14-.29 1 1 0 0 0-.054-.26c-.082-.323-.024-.596.257-.799.095-.066.165-.174.128-.29-.041-.161-.078-.314-.14-.463-.025-.066-.116-.083-.178-.05-.315.166-.687.642-.402 1.039.013.025-.004.1-.025.14-.26-.26-.773-.79-.926-.777-.042.074-.075.227-.042.538.037.302.116.612.344 1.034a.8.8 0 0 0 .194.22.44.44 0 0 0 .248.103.46.46 0 0 0 .017-.248 10 10 0 0 0-.248-.758zM22.7 3.919c.219-.042.397-.104.48-.137.356-.136.591-.364.67-.753.025-.103-.037-.161-.149-.19l-.232-.062c-.227-.067-.273.029-.36.248-.066.165-.136.356-.314.496-.054.046-.24-.09-.29-.124.348-.207.575-.538.745-.935.041-.074 0-.149-.079-.174a.84.84 0 0 0-.355-.037 1.78 1.78 0 0 0-1.283.956c-.017.041 0 .136.029.149a.43.43 0 0 0 .227-.013c.033-.004.05-.05.07-.082.146-.257.39-.414.671-.538.083-.042.112-.013.066.083-.054.07-.558.426-.57.475-.067.145.032.166.115.166l.153-.041a.68.68 0 0 0 .402.513zm-7.655-.042c-.009.124-.054.195-.166.153-.232-.099-.372-.351-.633-.438-.095-.033-.153.054-.166.14-.041.265-.082.501-.082.6 0 .365.194.563.389.758.057.05.057.082-.005.111l-.798.447c-.075.05-.166.062-.248 0-.08-.07-.104-.157-.08-.244.096-.401.162-.815.266-1.208.165-.62.434-.832.885-.89.162-.025.282-.025.406-.025.132 0 .19.025.207.145.016.083.02.174.02.451zm.604 2.744c0-.302-.244-.39-.348-.646-.1-.252-.19-.252-.393-.07-.232.22-.372.41-.455.724a1.74 1.74 0 0 0 .008.869c.02.087.07.186.166.157a.166.166 0 0 0 .12-.165c0-.257.024-.505.153-.67a.4.4 0 0 1 .116-.112c.04.062.024.136.024.149-.037.19-.066.384-.107.575-.025.128-.025.198.041.314.075.116.137.128.186.05.236-.377.489-.919.489-1.175M2.73 7.457a2.3 2.3 0 0 0-.165-.745c-.1-.236-.249-.373-.348-.373-.091 0-.302.249-.372.451-.183.51-.083.923.21 1.411.042.062.125.178.236.062.091-.103.162-.177.249-.29a.8.8 0 0 0 .19-.516m11.148 7.986c-.054-.426-.373-.84-.91-1.2-.112-.046-.125.029-.125.124.054.592.124 1.187.199 1.713.02.116.074.149.182.091q.24-.11.467-.24c.141-.083.228-.161.187-.488m4.87-4.842c-.083-.207-.223-.293-.43-.31-.207-.025-.381-.054-.6-.087-.125.017-.207.116-.278.282.004.033.017.074.042.082.07.025.198.05.215.062a.4.4 0 0 1 .124.17c-.016.058-.091.12-.186.137-.124.024-.124.124-.104.252a.73.73 0 0 0 .162.36c.083-.05.124-.07.186-.137a.28.28 0 0 0 .083-.24c-.017-.269.132-.463.318-.641l.042.025c-.03.153-.112.265-.129.418-.04.314-.144.58-.455.79.095.124.331.033.406-.041a.95.95 0 0 0 .281-.439l.05-.157a.1.1 0 0 1 .041.012c.062.116-.025.352.017.522a.4.4 0 0 0 .153-.124c.116-.274.174-.68.062-.931zm3.898-6.372c-.054 0-.27.004-.331.017-.05.012-.075.128-.05.148.062.042.1.075.15.092.194.02.28.02.504.057a.17.17 0 0 1 .112.063c-.021.016-.042.045-.083.053-.414.05-.538.042-.828-.153-.078-.033-.107.025-.082.1.041.14.157.256.372.343.17.074.335.165.509.161.265-.008.455-.024.674-.062.116-.016.232-.082.249-.14.02-.058 0-.187-.066-.27l-.158-.157c-.248-.26-.41-.426-.778-.389-.05.005-.124.137-.194.137m.256 2.756c0-.153-.02-.265-.062-.402a.7.7 0 0 0-.612-.504c-.153-.005-.228.024-.166.165.017.05.154.195.207.31.07.141.137.286.137.41a.4.4 0 0 1-.037.166c-.091-.05-.141-.162-.162-.216-.041-.132-.05-.21-.09-.285-.038-.066-.084-.083-.104-.083-.058 0-.083.02-.087.1a1.19 1.19 0 0 0 .65 1.187c.115.041.144.013.182-.09a2.5 2.5 0 0 0 .144-.754zM2.483 5.388c-.058.219-.07.364-.062.488.004.157.082.29.227.356a2.8 2.8 0 0 0 1.378.215c.017 0 .062-.03.062-.041-.012-.096-.062-.112-.149-.137-.194-.066-.716-.207-.786-.29-.054-.074-.029-.153.058-.165a.44.44 0 0 1 .228.037c.128.062.24.145.372.22.041.024.091.07.14 0 .038-.063.075-.117-.008-.179l-.306-.24c-.265-.21-.662-.31-1.158-.264zm9.463 3.426c-.02.045-.062.09-.107.145-.05-.05-.1-.083-.125-.137a10 10 0 0 1-.496-1.655c-.008-.108.033-.145.124-.14.236.024.443.132.65.24.033.024.058.094.062.144.041.468-.017.993-.108 1.399zm-10.192.952-.033-.017c.021-.281.166-.683.112-.786a.6.6 0 0 0-.285.029c-.1.041-.141.14-.162.306-.025.368.033.745.112 1.076.025.124.074.136.165.05.236-.216.46-.489.638-.7.124-.161.145-.314.095-.467-.042-.129-.128-.178-.224-.178-.103 0-.14.078-.165.157-.058.203-.153.347-.253.525zm19.11-.849c.186 0 .339.037.388.054.224.083.323.182.365.26a.26.26 0 0 1 .04.15.4.4 0 0 1-.367-.075c-.199-.186-.489-.265-.662-.186.012.128.136.29.24.372.347.27.653.315 1.026.228.062-.025.087-.112.083-.186-.013-.24.004-.497-.224-.704-.248-.236-.604-.227-.848-.124a.5.5 0 0 0-.133.083.2.2 0 0 0 .091.124zM12.256 2.36c.074-.017.04.016.02.082-.041.211-.165.377-.314.526-.083.074-.1.19-.042.248.108.1.232.013.315-.066.165-.186.269-.414.364-.637a1.02 1.02 0 0 0-.041-.853c-.07-.099-.178-.111-.261-.037a1.44 1.44 0 0 0-.505.993c0 .054.004.153.041.174.19-.083.307-.29.414-.426zm5.048 10.013c.02-.016.054 0 .066.009 0 .223.054.492.083.57a.3.3 0 0 0 .083-.057l.062-.302c.14-.426.037-.766-.141-1.155-.033-.074-.083-.082-.157-.05-.054.025-.1.063-.054.137.041.062.037.112 0 .174-.058.112-.1.232-.161.364-.025.083-.03.15-.038.248l-.062 1.531c.025.083.075.067.104.017.033-.083.058-.161.074-.248.042-.24.112-.249.124-.489a6 6 0 0 0 .013-.744zM3.285 2.917a.2.2 0 0 1 .009-.095l.256.041c.124.025.187.009.228-.086.07-.183.033-.348-.157-.385-.29-.054-.58.041-.828.099-.161.054-.199.223-.083.34.187.177.364.355.559.512a.61.61 0 0 0 .525.125c.083-.021.154-.075.154-.15a.2.2 0 0 0-.062-.148.6.6 0 0 0-.145-.083zm-.26 11.144c-.017.082-.054.153-.19.145a1.7 1.7 0 0 1-.373-.054c-.132-.038-.17-.087-.178-.137a2.3 2.3 0 0 1 .042-.82c.016-.04.157-.123.215-.156.178.02.318.05.447.082a.8.8 0 0 1 .157.199.8.8 0 0 1 .025.248c-.05.207-.112.385-.145.493m13.82 7.469c.332.124.588.161.687.14a.2.2 0 0 0 .154-.223c-.005-.091-.05-.166-.166-.199-.252-.054-.513-.09-.753-.178-.14-.041-.248-.037-.373.058-.19.145-.372.22-.608.265a.3.3 0 0 0-.153.054c-.066.087-.05.149.054.207.41.037.794-.042 1.158-.124m1.362.81c.207 0 .36-.04.5-.132a1.24 1.24 0 0 1 .6-.265c.092-.016.183-.111.19-.186 0-.103-.082-.116-.152-.14-.199-.063-.435-.054-.637-.104-.067-.012-.162-.012-.216.03-.426.43-.509.33-.711.541-.054.07-.054.157.095.195.116.029.265.053.33.062zM11.123 6.162c0-.107.19-.273.294-.256q.03.01.057.041l.042.224c.012.087.041.165.087.165.215.017.467-.132.587-.318.129-.2.22-.427.327-.642.1-.236.253-.09.199.054-.137.41-.306.828-.439 1.229-.041.149-.062.157-.207.108l-.682-.245a.35.35 0 0 1-.265-.36m5.238 10.213c.112.054.104.033.253-.05a.34.34 0 0 0 .132-.24l-.041-.898c0-.029-.042-.074-.058-.074-.124 0-.273-.025-.373.029-.19.103-.351.252-.525.389-.066.066-.004.132.095.124.083-.033.178-.075.26-.12l.158-.083a.14.14 0 0 1-.016.075c-.15.165-.261.364-.464.471-.054.009-.041.14.037.145a.7.7 0 0 0 .228-.108c.124-.099.178-.16.302-.264.041.062.07.111.008.165l-.33.298c-.05.05-.013.1.045.091a.7.7 0 0 0 .236-.09c.082-.055.153-.13.227-.208.004.009.05.054.042.058a4 4 0 0 1-.216.29M5.772 5.967c-.05.5-.173 1.005-.397 1.233-.182-.348-.306-.753-.43-1.109.1-.124.223-.31.277-.455q.036-.106.128-.033c.15.136.278.248.422.364m.592 7.134a.41.41 0 0 1-.227.285.9.9 0 0 1-.39.104c-.074 0-.128-.017-.14-.083-.041-.232-.095-.447-.133-.67-.004-.054.042-.125.087-.166.145-.137.331-.174.526-.186.041 0 .178.058.199.095.04.207.062.393.078.62zm-1.808-2.678c-.265.042-.497.278-.455.373.004.207.045.405.157.583.07.104.124.129.232.058a2 2 0 0 0 .794-.81c.05-.1-.054-.13-.153-.179-.132-.062-.273-.062-.348-.025-.074.038-.103.116-.115.178-.083.302-.1.31-.19.414a.8.8 0 0 1 .078-.592m1.792 11.36c.016-.034.024-.059.053-.063a.6.6 0 0 1 .178 0c.236.066.455-.103.675-.137.05-.004.103-.012.161-.004.145.004.29.009.451-.033.066-.025.153.009.228.042.252.111.496.173.74.029a4 4 0 0 1 .394-.236c.227-.087.248.062.256.149a.22.22 0 0 1-.124.128c-.786.281-1.465.285-2.346.178a2 2 0 0 1-.666-.054zm-4.925-8.277a.46.46 0 0 0 .104.356l.037.037-.02.067a2 2 0 0 1-.406-.054c-.058-.021.103-.108.116-.207.029-.203.083-.538.083-.782 0-.042-.104-.083-.104-.124a.15.15 0 0 1 .05-.083c.29.07.33.066.389.203.058.124.111.33.198.48.017-.009.042-.017.054-.03.013-.136.008-.335.013-.426.008-.074.04-.111.12-.111.062 0 .215.004.277.016.008.013.008.025.008.042 0 .041-.05.053-.062.058-.137.05-.145.062-.207.442l-.066.439c-.008.033-.017.1-.037.145-.038.004-.104 0-.116-.033a6 6 0 0 0-.34-.691l-.04-.004c-.034.09-.034.177-.055.264zm9.104 2.04a.9.9 0 0 0 0-.252c-.05-.14-.112-.277-.091-.402.062-.215.107-.438.087-.662a2.8 2.8 0 0 1 .025-.827c.074.025.132.074.149.124.02.087.04.174.04.252.03.236.01.464-.003.691-.037.447-.075.861-.062 1.3.008.066.02.153.041.215q.085.202-.078.43l-.067-.029c-.05-.186-.173-.438-.227-.637-.009-.037 0-.066.05-.075.082-.016.136-.066.14-.124zm4.303-3.29c-.182-.016-.368-.177-.356-.467-.09.124-.202.248-.302.294.009.1.253.24.422.31.096.128.166.19.29.331.075-.19.166-.352.195-.455a1.5 1.5 0 0 0-.145-.675c-.137-.153-.352-.28-.563-.417-.103.111.029.351.286.496a.423.423 0 0 0 .202.538zm-12.372-.442c.128-.009.265-.03.418-.05.1-.025.21-.05.215-.174.008-.111-.124-.173-.215-.198a1.97 1.97 0 0 0-1.304.128 1.2 1.2 0 0 0-.264.19c-.1.108-.08.174-.005.232a1 1 0 0 0 .356.166c.021-.091.042-.24.07-.331.141-.232.539-.274.816-.282.066.013.066.095.012.112-.078.062-.236.05-.277.116 0 .07.066.095.178.087zm.885 2.4c-.004-.05.054-.112.058-.145.013-.066.013-.157.013-.228.008-.178-.03-.467-.03-.641l.096-.062c.033-.012.058.008.095.041.083.083.27.29.356.369.008 0 .02-.021.025-.025v-.133a1 1 0 0 0-.042-.256c-.033-.112-.111-.19-.024-.199l.339-.025c-.033.067-.058.116-.07.216-.017.136-.042.26-.046.388.017.2.058.398.075.563 0 .013-.025.03-.05.042a.3.3 0 0 1-.095-.062c-.166-.166-.282-.32-.497-.522a.2.2 0 0 0-.029.091c.042.128.095.273.182.393.054.075.067.1-.07.15a.65.65 0 0 1-.281.04zm6.05.037c.195-.12.273-.521.224-.716a.26.26 0 0 0-.067-.136c-.062-.062-.132-.042-.165.066-.037.153-.054.318-.075.463a1.5 1.5 0 0 0-.438-.012c-.15.02-.439.107-.439.285 0 .29.666.224.96.05m1.167-2.003a.33.33 0 0 0 .083.232c.298.31.707.633.968.695.232.062.426.199.567.385l.136.186c.1.124.228.207.402.232.029.008.066 0 .1 0-.026-.104-.026-.116-.1-.19-.613-.547-1.262-.973-1.895-1.416-.062-.037-.174-.111-.261-.124m-6.397 7.035v-.009c-.062-.26-.133-.513-.199-.765-.05-.091-.14-.025-.132.012-.066.187-.133.373-.19.567a.27.27 0 0 0 0 .174c.099.273.19.542.297.815.017.037.067.062.095.083.025-.033.063-.07.07-.103zm1.084-6.489c.016.05.041.112.05.17.004.042.004.075-.009.1-.004.012-.029.008-.054-.005-.128-.058-.273-.14-.389-.062-.04.03-.024.104.03.129l.364.149c.165.062.206.136.173.33-.029.187-.165.261-.327.307a.7.7 0 0 1-.227.016c-.012.058.004.124-.037.15-.03.016-.038.012-.067.024a1.6 1.6 0 0 1-.124-.451c0-.037.013-.041.025-.054.054.017.104.091.186.17.1.033.27.062.294.033.05-.062.07-.1.07-.124 0-.042-.057-.083-.107-.104-.128-.07-.199-.095-.331-.149-.124-.05-.145-.16-.145-.264 0-.112.058-.232.236-.29.054-.02.153-.041.207-.058a1 1 0 0 0 .029-.186c.029-.004.083-.013.09.008zM2.665 5c-.248 0-.406-.067-.654-.042-.178.013-.352.091-.525.157-.104.05-.083.096.008.133a.5.5 0 0 0 .24.062c.513-.041 1.088-.1 1.601-.149a.7.7 0 0 0 .083-.14c-.195-.129-.447-.104-.683-.174zm5.892 7.659a.5.5 0 0 0-.12.108.3.3 0 0 1-.103.074l-.07-.041.111-.27c.042-.103.083-.115.182-.049l.091.074c.075.063.174.112.265.07.087-.04.041-.165-.05-.21-.132-.083-.231-.108-.393-.207-.099-.058-.14-.145-.14-.27 0-.103.07-.227.202-.24.05-.011.112-.011.182-.011.087 0 .145-.013.2-.087.04-.054.086-.087.098-.03a.76.76 0 0 1-.024.406c-.03-.008-.05-.008-.075-.02-.079-.125-.182-.183-.269-.17-.083.012-.124.074-.062.14.112.116.269.178.401.253.19.103.178.248.154.352a.27.27 0 0 1-.278.223.53.53 0 0 1-.302-.095m-.376-.38c.016.318-.24.434-.422.43-.17 0-.27-.038-.327-.207-.03-.1-.062-.402-.083-.513-.033-.042-.091-.058-.178-.083-.041-.008-.045-.042-.054-.079.062-.029.174-.062.253-.074.182-.03.182-.017.21.149.026.19.054.389.092.579.062.186.26.145.26-.012 0-.15.009-.319 0-.476-.029-.038-.082-.116-.14-.17-.07-.083-.075-.108.025-.145.231-.09.248-.149.28.157.013.116.084.294.084.443zm.215 1.63.58-.137c.152-.041.24-.207.227-.352-.017-.111-.083-.173-.199-.198a1.6 1.6 0 0 0-.745.103c-.02.199.05.414.137.58zM3.074 11.85a1 1 0 0 0-.248.037.9.9 0 0 1-.364.038c-.083-.009-.215-.063-.294-.083-.087.008-.174.087-.207.21-.016.125.058.212.195.237.277.062.538.111.794.111.1 0 .112-.012.116-.095.013-.157.008-.29.008-.455m6.621-5.917a1.7 1.7 0 0 1-.36-.112c-.041-.012-.07-.112-.07-.165.012-.145-.025-.29 0-.443.012-.083.058-.108.136-.091.112.025.216.05.323.083.14.057.352.446.29.583-.062.124-.174.14-.315.149zm-2.387 6.782a.4.4 0 0 1-.116.112c-.137.09-.385.144-.555.256-.083.058-.041-.14-.05-.215l-.086-.463a.6.6 0 0 0-.15-.249c-.049-.058.092-.083.162-.103l.27-.083c.098-.033.123.037.094.058-.136.1-.124.145-.107.273.02.124.02.26.024.364.021.05.05.116.087.162.083-.025.174-.087.174-.112l.02-.265c.1-.124.117-.062.133-.008.042.099.062.161.1.273m.41-2.938a8 8 0 0 1-.158-.55c-.012-.075.05-.116.12-.104q.37.08.74.178c.083.017.083.083.03.137a1.8 1.8 0 0 1-.555.405c-.112.062-.116.017-.178-.066zm10.72-6.563a1.8 1.8 0 0 0-.285-.687c-.112-.14-.248-.153-.372-.025a1 1 0 0 0-.108.125c-.124.157-.112.206.075.298.28.082.442.248.645.455zM5.289 19.291a1.2 1.2 0 0 0-.372.331c-.083.153-.174.298-.257.447-.029.07-.078.24-.099.352l.05.05a2 2 0 0 0 .364-.27c.21-.207.26-.401.376-.815l.021-.05zM23.524 2.276a4.6 4.6 0 0 0-.405-.654c-.112-.14-.166-.153-.29-.025a1 1 0 0 0-.112.124c-.124.153-.198.344.004.373.174.029.41 0 .522.078.103.067.194.137.24.162zM2.544 13.394c-.032.303-.024.303-.024.514 0 .115.054.115.157.124.095.004.124-.083.145-.195l.062-.418c.017-.136.025-.215-.058-.227-.153-.021-.269.074-.281.202zM4.16 7.8a1.6 1.6 0 0 1-.39-.137c-.206-.107-.405-.33-.372-.537q.027-.146.153-.08c.158.117.29.29.406.415a.8.8 0 0 1 .207.339zm1.551 4.916c.004.083.075.327.1.467.012.075.029.133.136.12.14-.02.19-.082.17-.194-.017-.128-.05-.257-.075-.389-.024-.124-.078-.194-.19-.19-.116.012-.153.053-.14.186zm6.15-7.808c-.088.157-.166.314-.27.45-.078.112-.202.183-.314.278-.108.029-.112.02-.075-.087.162-.265.315-.472.489-.7.124-.066.17-.012.165.059zm8.3 4.295c0 .1-.017.19-.05.285l-.025.013c-.128-.323-.438-.844-.417-.898-.009-.037.074-.058.111-.05l.141.058c.083.19.166.372.24.592m.902-6.857a.25.25 0 0 1 .104.05c.062.05.07.107-.013.14-.194.092-.521.265-.732.344-.042.02-.087.025-.07-.05.04-.124.537-.484.711-.484m-7.08 8.992c-.136 0-.252.108-.252.215.004.12.157.248.293.248.125 0 .211-.082.211-.207.009-.148-.099-.256-.252-.256M3.074 21.778c-.028 0-.082.091-.128.095-.165.013-.223.03-.223.1 0 .095.05.144.128.12.248-.075.306-.067.629-.042l.112-.132c-.038-.033-.066-.075-.112-.087a2 2 0 0 0-.406-.054M17.648 9.869c-.054.033-.099.066-.082.128l.04.1c.096-.017.204-.025.303-.017.132.041.356.091.497.116.033.008.074-.03.099-.062.008-.004-.017-.03-.03-.054-.19-.19-.508-.194-.827-.207zM8.532 5.686l-.339-.15c-.02-.012-.033-.074-.012-.099q.112-.166.231-.314.064-.063.096.016l.17.422c.032.083-.005.116-.146.125M4.08 9.844c.083-.016.124.033.112.108-.009.041-.021.058-.087.09a1.5 1.5 0 0 1-.753.026c-.083-.013-.137-.03-.15-.05a.16.16 0 0 1 .096-.066zm2.375-6.641c-.025.008-.054.029-.07.016-.22-.124-.534-.29-.733-.418-.045-.066-.016-.09.046-.082.161.053.443.136.604.198.104.05.137.145.153.286m3.373 4.833c.024.037.05.074-.021.186-.112.174-.14.352-.215.592a.7.7 0 0 1-.075.14c-.025.025-.062.034-.09.05-.01-.029-.026-.066-.021-.09l.223-.73c.033-.086.1-.132.199-.148m8.081-2.442a4 4 0 0 1-.869-.306c-.095-.082-.079-.078.046-.082l.815.219c.157.12.124.116.008.165zm-3.364 5.181a.28.28 0 0 0-.124-.153c-.042-.025-.12-.012-.166.025a1 1 0 0 0-.132.116c-.062.087-.025.174.074.244.083.058.174.054.228-.025.05-.062.095-.108.12-.207M9.09 6.778c-.029.062-.037.124-.079.17-.111.132-.235.26-.355.389-.12.053-.125-.021-.112-.08.112-.206.269-.38.414-.55.016-.016.062-.028.082-.016s.033.041.05.083zM4.415 5.64c-.029.02-.467-.662-.521-.803 0-.025.07-.074.107-.103a.2.2 0 0 1 .075.066c.14.298.385.803.364.823zM4.23 8.367l-.186-.083c-.137.03-.249.091-.402.108-.161.012-.227-.021-.29-.062.026-.05.112-.1.24-.124.075-.013.402-.042.688-.017zM21.07 4.89l.48.36c.05.033.042.1.062.14l-.107-.012c-.207-.103-.422-.186-.559-.389-.116-.17.075-.149.124-.099m-12.157.592-.054.083c-.02-.025-.05-.05-.062-.083-.041-.083-.041-.178-.05-.265-.024-.207-.012-.319.112-.443.05-.058.091-.025.091.03.009.26-.004.421-.037.678M5.834 4.73c.046.016.125.509.178.761a.6.6 0 0 1 0 .186c-.02.058-.041.07-.09.02-.083-.26-.125-.525-.166-.773-.017-.074-.017-.153.078-.194M19.87 7.72c.199.112.43.31.526.427.025.024.012.09 0 .14-.033-.012-.07-.016-.095-.037-.166-.103-.319-.22-.472-.327-.02-.016-.025-.136-.041-.161a.2.2 0 0 1 .082-.042m-9.05-4.26c.034.021.05.042.071.07a.17.17 0 0 1-.07.075c-.141.054-.468.054-.604-.025a.4.4 0 0 1-.07-.082l.094-.054a1.3 1.3 0 0 1 .58.02zm3.725.795c.132.207.19.405.248.629 0 .012-.008.016-.008.05-.033-.021-.05-.025-.062-.042a1.16 1.16 0 0 1-.331-.546c-.017-.05-.009-.091.053-.128a.2.2 0 0 1 .1.037M11.97 18.418c.157-.091.203-.161.343-.248.058-.033.05-.042.021-.096-.033-.062-.062-.062-.145-.04-.153.053-.215.09-.372.152-.066.025-.091.054-.02.104zM7.126 3.745c.19-.133.397-.203.608-.282.033-.008.083.005.12.038l-.075.066c-.165.116-.33.207-.488.302a1 1 0 0 1-.165-.029.12.12 0 0 1 0-.095M2.18 7.8c-.046-.223-.108-.497-.07-.695a.3.3 0 0 1 .086-.124c.042.037.083.066.087.103.042.232-.025.497-.041.712zm10.77-4.994a3.5 3.5 0 0 1 .56-.327 2.1 2.1 0 0 1-.572.608c-.012-.083-.041-.232.013-.281zm-2.648 8.644c0 .09.042.19.116.26.042-.033.075-.095.075-.124.016-.174.029-.352.029-.534.02-.07-.083-.09-.108-.016-.041.136-.107.273-.112.414m9.087 7.158-.765.257c.178.203.695.037.765-.257M8.12 4.705a1.17 1.17 0 0 1-.137.641c-.012.025-.041.042-.074.066-.013-.037-.05-.066-.042-.09.042-.208.095-.456.145-.663.008-.012.041-.025.058-.029zm10.717 14.632c.165 0 .323-.005.447-.042.111-.07.107-.215.145-.314l-.042-.013-.182.166a3 3 0 0 1-.372.074.3.3 0 0 0-.058.075c.02.029.041.05.066.054zm-1.531-8.202c.054-.12.103-.227.145-.34.008-.024-.03-.086-.075-.127a.3.3 0 0 0-.09.041 1.7 1.7 0 0 0-.24.364c.016.03.098.03.256.062zM4.494 7.895l.161-.414q.044-.013.075.005a1.4 1.4 0 0 1-.009.4c-.024.113-.066.179-.165.228a.7.7 0 0 1-.062-.219m9.34 3.037c-.113 0-.2.067-.208.166 0 .083.091.161.19.161.104-.008.183-.082.19-.173 0-.1-.061-.154-.173-.154zm-.1 1.018c0-.111-.066-.186-.186-.186-.096 0-.166.062-.166.15 0 .098.104.198.207.19.091 0 .145-.067.145-.154m-.418-1.042c0 .09-.058.144-.145.144-.116 0-.203-.07-.203-.178 0-.082.083-.165.166-.165.087-.008.182.074.182.199m.074.413c-.099 0-.165.062-.165.145 0 .087.09.166.186.166.074 0 .145-.079.145-.166.004-.078-.07-.145-.166-.145m-1.088 7.399c-.128 0-.24.062-.236.132.008.07.108.166.186.166.083 0 .129-.087.129-.199-.004-.082 0-.099-.079-.099M4.415 3.062c-.062-.248-.033-.472.03-.724.103.215.11.563-.03.724m9.31 7.25c-.066.041-.124.107-.115.136.008.05.062.095.095.145a.27.27 0 0 0 .112-.132c.012-.03-.05-.083-.096-.15z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/embarcadero.svg b/mkdocs-material/material/templates/.icons/simple/embarcadero.svg new file mode 100644 index 0000000..6646153 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/embarcadero.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0a11.96 11.96 0 0 0-8.485 3.515A11.96 11.96 0 0 0 0 12.001c0 3.313 1.344 6.311 3.515 8.484A11.96 11.96 0 0 0 12 24a11.96 11.96 0 0 0 8.485-3.515A11.97 11.97 0 0 0 24 12.001c0-3.315-1.344-6.314-3.515-8.486A11.96 11.96 0 0 0 12 0m.052 4.401q1.85 0 3.332.664 1.482.665 2.449 2.096.87 1.262 1.128 2.93.15.975.122 2.811H8.764q.087 2.132 1.482 2.99.848.533 2.042.533 1.266 0 2.057-.65.432-.352.762-.975h3.783q-.15 1.26-1.374 2.56-1.903 2.067-5.33 2.067-2.829 0-4.99-1.743-2.163-1.743-2.162-5.672 0-3.683 1.951-5.646Q8.937 4.401 12.052 4.4zm.001 3.055q-1.426 0-2.211.81t-.987 2.192h6.382q-.1-1.475-.987-2.238-.886-.764-2.197-.764"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/embark.svg b/mkdocs-material/material/templates/.icons/simple/embark.svg new file mode 100644 index 0000000..88158b9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/embark.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.658 16.662v-6.644C9.197 10.017 13.687 5.533 13.69 0h6.653c-.003 9.202-7.472 16.662-16.685 16.662M3.656 24v-6.672h16.689V24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/emberdotjs.svg b/mkdocs-material/material/templates/.icons/simple/emberdotjs.svg new file mode 100644 index 0000000..242f2b8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/emberdotjs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0v24h24V0zm12.29 4.38c1.66-.03 2.83.42 3.84 1.85 2.25 5.58-6 8.4-6 8.4s-.23 1.48 2.02 1.42c2.78 0 5.7-2.15 6.81-3.06a.66.66 0 0 1 .9.05l.84.87a.66.66 0 0 1 .01.9c-.72.8-2.42 2.46-4.97 3.53 0 0-4.26 1.97-7.13.1a4.95 4.95 0 0 1-2.38-3.83s-2.08-.11-3.42-.63c-1.33-.52.01-2.1.01-2.1s.42-.65 1.2 0 2.24.36 2.24.36c.13-1.03.35-2.38.98-3.81 1.34-3 3.38-4.01 5.05-4.05m.33 2.8c-1.1.07-2.8 1.78-2.88 4.93 0 0 .75.23 2.41-.91 1.67-1.14 2-2.97 1.11-3.81a.82.82 0 0 0-.64-.21"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/emby.svg b/mkdocs-material/material/templates/.icons/simple/emby.svg new file mode 100644 index 0000000..a09ee67 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/emby.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.041 0c-.007 0-1.456 1.43-3.219 3.176L4.615 6.352l.512.513.512.512-2.819 2.791L0 12.961l1.83 1.848 3.182 3.209 1.351 1.359.508-.496c.28-.273.515-.498.524-.498.008 0 1.266 1.264 2.794 2.808L12.97 24l.187-.182c.23-.225 5.007-4.95 5.717-5.656l.52-.516-.502-.513c-.276-.282-.5-.52-.496-.53.003-.009 1.264-1.26 2.802-2.783s2.8-2.776 2.803-2.785c.005-.012-3.617-3.684-6.107-6.193L17.65 4.6l-.505.505c-.279.278-.517.501-.53.497s-1.27-1.267-2.793-2.805A450 450 0 0 0 11.041 0M9.223 7.367c.091.038 7.951 4.608 7.957 4.627.003.013-1.781 1.056-3.965 2.32a1000 1000 0 0 1-3.996 2.307c-.019.006-.026-1.266-.026-4.629 0-3.7.007-4.634.03-4.625"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/emirates.svg b/mkdocs-material/material/templates/.icons/simple/emirates.svg new file mode 100644 index 0000000..5f81195 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/emirates.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m6.247 15.56-1.386 1.385c.945.945 1.26 1.386 1.323 1.827.063-.063 1.323-1.134 1.323-1.512 0-.567-.378-.756-1.26-1.7m-3.15-2.458h-.755s.756.441.756 1.45v3.4c0 2.205 1.826 4.284 4.031 4.284h1.827c1.134 0 1.512-.252 2.142-.882l.692-.693c.378-.44.82-.755.82-1.952v-1.134c0-.945-.568-1.386-.82-1.638l-.63-.63v2.268s.441.504.693.63c.945.756.19 2.078-.692 2.078H7.066c-1.89-.063-3.402-1.637-3.465-3.527v-1.827c0-1.827-.503-1.827-.503-1.827m5.92 2.457-1.385 1.386c.945.945 1.26 1.386 1.323 1.827.063-.063 1.323-1.134 1.323-1.512 0-.567-.378-.82-1.26-1.7M11.853 0l-.944.945c-.378.378-.252 1.134.504 1.89v1.89c0 .188-.19.377-.19.377s-1.133-1.008-2.14-1.008H7.57c-.945 0-1.7.882-1.827.945-.504.504-.504 1.45-.126 1.89L6.688 8s-.252-1.7 0-2.835c.063-.252.378-.567.693-.567l2.457 1.89-2.835 2.96c-.126.127-.504.379-.882.379-.44 0-.63-.252-.819-.504v1.386c0 .44.63.945 1.197.945h3.78c.252 0 .567-.063.819-.315l1.26-1.26c.188-.19.251-.441.251-.756V7.874c0-1.386-1.07-2.457-1.07-2.457s.251-.189.251-.756V3.213s.441.44.504.63l.82-.82c.377-.377-.253-1.07-.505-1.385C11.853.818 11.853 0 11.853 0M7.13 9.953c.378-.19.441-.315.756-.693l2.394-2.52s1.322 1.386 1.763 2.142c.19.378.441 1.07-.692 1.07zM3.915 7.056h-.692c.44.252.755 1.008.755 1.449v2.772c0 .755.567 3.464 3.024 3.464h7.118v4.536c0 .755-.252 1.196-.44 1.385l-1.072 1.008h.504l1.953-1.763c.378-.441.819-.882.819-2.268V14.74l.819-.819 1.386-1.323c0 1.134.567 1.638 1.07 1.638a1.26 1.26 0 0 0 .756-.315l1.26-1.197c.567-.567.882-2.33-.504-2.33-.882 0-1.89 1.26-1.952 1.386-.315-.19-.567-.63-.567-.63v1.07c-.126.19-.693.63-1.134.63h-1.134v-1.07c0-.504.189-1.071.44-1.323l1.072-1.008h-.504l-2.142 1.953c-.378.44-.63 1.26-.63 1.448H6.058c-1.008 0-1.638-1.007-1.638-1.826v-2.08c0-1.7-.44-1.889-.504-1.889m16.315 6.047c-.189 0-.378-.063-.63-.252-.251-.189-.692-.819-.692-.819.126-.125.504-.251.818-.251.252 0 .504.063.567.189.441.566.378 1.133-.063 1.133M16.893 0 14.75 1.953c-.126.126-.63.882-.63 1.764v5.606c0 .378-.252.945-.44 1.134l-1.072 1.008h.504l2.016-1.827c.252-.252.756-.882.756-1.953V2.331c0-.82.378-1.26.567-1.45L17.397 0zm.315 14.362v2.205l.756.819c.63.63.567 1.827-1.323 3.653a3.78 3.78 0 0 1-2.583 1.197h-3.401L12.672 24h1.386c1.386 0 2.646-.567 3.465-1.449.756-.819 1.197-1.89 1.134-3.023V16.63c0-1.008-.63-1.575-.756-1.7-.126 0-.693-.568-.693-.568"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/emlakjet.svg b/mkdocs-material/material/templates/.icons/simple/emlakjet.svg new file mode 100644 index 0000000..f642845 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/emlakjet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.65 16.105v-.24a3.54 3.54 0 0 0-1.267-2.471c-.724-.663-1.69-.965-2.655-.904-1.87.12-3.378 1.747-3.378 3.615 0 .784.12 1.567.422 2.471H4.55V6.946l7.42-5.123 7.482 5.122v11.692h-4.223c.18-.663.422-1.688.422-2.532m5.068-10.244L12.452.136c-.301-.181-.663-.181-.905 0L3.222 5.86c-.242.12-.362.361-.362.663V19.48c0 .482.362.844.844.844H9.92a.824.824 0 0 0 .844-.844c0-.06 0-.18-.06-.24l-.06-.182c-.302-.723-.664-1.627-.664-2.53v-.182c-.06-.542.12-1.084.482-1.446a2.1 2.1 0 0 1 1.388-.723c.543-.06 1.026.12 1.448.482s.664.844.724 1.386v.18c.06 1.206-.724 2.954-.845 3.135l-1.146 2.17-.18-.362c-.122-.181-.302-.362-.483-.422-.182-.06-.423-.06-.604.06-.18.12-.362.301-.422.482s-.06.422.06.603l.905 1.687c.121.241.423.422.724.422.302 0 .604-.18.724-.422l1.81-3.375h5.732a.824.824 0 0 0 .844-.843V6.524c-.06-.302-.18-.543-.422-.663"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/empirekred.svg b/mkdocs-material/material/templates/.icons/simple/empirekred.svg new file mode 100644 index 0000000..80e3928 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/empirekred.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 4.678c0-2.08-1.674-3.774-3.727-3.774H3.725C1.67.904 0 2.597 0 4.684v7.535q0 .503.135.997.045.201.12.39c.25.623.653 1.17 1.173 1.593.51.524 1.17 1.095 1.965 1.71l.105.074.435.33.52.397c1.19.912 3.205 2.453 6.165 4.71.483.366 1.038.676 1.383.676.342 0 .901-.31 1.382-.676 2.96-2.257 4.972-3.798 6.164-4.71l.972-.74h-.002l.11-.085c.798-.612 1.463-1.19 1.968-1.71.514-.418.908-.96 1.15-1.576.166-.44.252-.906.254-1.376v-7.15h-.003l.003-.003v-.39zm-4.14 6.242a6 6 0 0 0-.283-.045c-.105 0-.226-.015-.33-.015a1.9 1.9 0 0 0-.81.164c-.214.1-.4.248-.54.436-.135.196-.23.415-.286.646q-.09.381-.09.81v2.88h-5.027l-3.733-5.583-1.556 1.575v3.975h-2.72V3.393H7.2v5.13l4.83-5.127h3.395l-4.83 4.885 5.166 7.293V9.395h1.662v1.182h.023c.084-.195.195-.38.33-.547.144-.168.3-.312.483-.43.18-.106.375-.21.58-.27q.309-.09.64-.09c.114 0 .24.03.38.06z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/endeavouros.svg b/mkdocs-material/material/templates/.icons/simple/endeavouros.svg new file mode 100644 index 0000000..c6d6495 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/endeavouros.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.03 2.036v.002C13.303 2.138 0 18.46 0 18.46s.957.272 3.135.588c0 0 10.435-17.061 10.904-17.008-.001 0-.01-.006-.01-.004zM3.135 19.048c-.95 1.562-1.71 2.818-1.71 2.818s10.218.46 18.165-.606c11.308-1.516-2.324-15.96-5.537-19.214 2.542 3.36 13.473 17.751 2.459 17.937-3.89.066-13.377-.935-13.377-.935m10.906-17.01v.002c.022.01 0 .002 0-.002m-.037.797c-.055.073-.09.112-.156.205a61 61 0 0 0-1.285 1.9 357 357 0 0 0-3.723 5.842c-2.448 3.908-4.467 7.208-4.846 7.826 1.034.107 8.948.935 12.508.875 1.322-.022 2.274-.26 2.926-.623s1.022-.839 1.228-1.447c.413-1.217.063-3.047-.753-5.018-1.537-3.711-4.485-7.686-5.899-9.56"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/engadget.svg b/mkdocs-material/material/templates/.icons/simple/engadget.svg new file mode 100644 index 0000000..ab702ca --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/engadget.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 20.067a3.9 3.9 0 0 0 4 3.866h16v-4H4v-4h15.733A4.23 4.23 0 0 0 24 12.067V4.333A4.483 4.483 0 0 0 19.733.067H4a4.346 4.346 0 0 0-4 4.266Zm20-8.134H4v-8h16Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/enpass.svg b/mkdocs-material/material/templates/.icons/simple/enpass.svg new file mode 100644 index 0000000..9a459b9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/enpass.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.023 1.337c2.691 0 5.383-.008 8.075.004a3.84 3.84 0 0 1 2.963 1.308A3.72 3.72 0 0 1 24 4.947a9.7 9.7 0 0 1-.278 2.319c-.357 2.054-.73 4.104-1.094 6.155-.315 1.766-.616 3.535-.948 5.3a5.085 5.085 0 0 1-4.195 3.898 6 6 0 0 1-.743.045q-4.719.005-9.437 0a5.066 5.066 0 0 1-4.979-4.184A3553 3553 0 0 0 .421 7.91C.295 7.21.156 6.517.057 5.814A3.796 3.796 0 0 1 3.105 1.43a5 5 0 0 1 .971-.089q3.974-.011 7.947-.004M9.887 18.023a1.17 1.17 0 0 0 1.22 1.22h1.748a1.176 1.176 0 0 0 1.283-1.285q.002-2.066-.006-4.133a.385.385 0 0 1 .218-.385 4.415 4.415 0 0 0 2.015-4.936 4.52 4.52 0 0 0-5.49-3.166 4.21 4.21 0 0 0-3.035 2.5 4.685 4.685 0 0 0 1.888 5.635.29.29 0 0 1 .164.287c-.007 1.48-.005 2.706-.005 4.263"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/enterprisedb.svg b/mkdocs-material/material/templates/.icons/simple/enterprisedb.svg new file mode 100644 index 0000000..a21e394 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/enterprisedb.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0M6.44 7.75q.11 0 .222.012l1.815.18a.384.384 0 0 1 .345.369v6.636c0 .186-.154.32-.345.301l-1.815-.18C5.47 14.95 4.5 13.918 4.5 12.762c0-.62.279-1.15.72-1.49-.441-.428-.72-1.011-.72-1.631 0-1.084.85-1.892 1.94-1.89zm11.12 0c1.09 0 1.94.807 1.94 1.89 0 .62-.278 1.204-.72 1.631.442.34.72.87.72 1.49 0 1.157-.967 2.19-2.16 2.307l-1.817.18a.302.302 0 0 1-.345-.3V8.31c0-.185.154-.35.345-.369l1.817-.18q.111-.01.22-.011m-7.374 2H12c1.194 0 2.16.93 2.16 2.074v3.09c0 1.145-.972 2.086-2.166 2.086H10.18a.343.343 0 0 1-.34-.344v-.092c0-.34.187-.331.27-.34l.136-.011c1.216-.13 1.735-.404 1.754-.766h-1.82c-.202 0-.34-.195-.34-.388v-4.977c0-.184.154-.332.346-.332"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/envato.svg b/mkdocs-material/material/templates/.icons/simple/envato.svg new file mode 100644 index 0000000..14f417d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/envato.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.156 0a2.7 2.7 0 0 0-1.886.8L4 11.253c-.382.42-.558.978-.453 1.57.176.945 1.116 1.571 2.06 1.399l5.54-1.13c.12-.025.183.136.082.204L5.088 17.23c-.769.487-1.119 1.36-.875 2.234.244 1.151 1.398 1.814 2.516 1.537l9.183-2.26a.11.11 0 0 1 .113.176l-1.433 1.77c-.383.487.244 1.15.77.767l4.716-3.877c.84-.697.281-2.062-.803-1.957l-.011-.004-6.047.65a.111.111 0 0 1-.08-.199l5.918-4.609c.382-.315.628-.801.523-1.326-.105-.803-.767-1.328-1.607-1.223l-6.43.942c-.112.015-.174-.128-.084-.2l6.375-4.867c1.256-.978 1.36-2.898.209-4.015A2.6 2.6 0 0 0 16.156 0M13.1 21.855a1.07 1.07 0 0 0-1.073 1.073A1.07 1.07 0 0 0 13.1 24a1.07 1.07 0 0 0 1.072-1.072 1.07 1.07 0 0 0-1.072-1.073"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/envoyproxy.svg b/mkdocs-material/material/templates/.icons/simple/envoyproxy.svg new file mode 100644 index 0000000..cfbdcb4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/envoyproxy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23.351 7.593-7.068-4.379a1.03 1.03 0 0 0-.84-.117c-.02.01-.052.021-.074.032L8.471 6.105a.695.695 0 0 0-.435.68l.17 7.355c.01.298.191.595.478.765l7.068 4.38c.255.159.574.201.84.116.02-.01.053-.021.074-.032l6.898-2.976a.705.705 0 0 0 .436-.68l-.17-7.355c-.011-.297-.192-.584-.479-.765m-7.185 10.044-6.143-3.805-.149-6.388 5.995-2.583 6.143 3.805.149 6.388zm.011-6.027a.83.83 0 0 0-.414-.67l-5.06-3.135-.159.064.032 1.52 4.007 2.487.095 4.06 1.53.946.086-.032zm-6.058 7.132L5.41 15.83l-.116-4.89 2.146-.924-.042-1.69-3.327 1.435a.61.61 0 0 0-.382.595l.138 5.74c0 .265.16.52.414.67l5.516 3.422c.224.138.5.18.734.106a.2.2 0 0 1 .064-.021l3.252-1.403-1.616-1zm-2.615-6.1-1.52-.947.032 1.446 1.52.946zm2.19 5.059-.032-1.414-1.329-.83c-.021-.01-.042-.031-.053-.042l.032 1.425zm-4.751 1.902-3.476-2.158-.085-3.613 1.7-.734-.031-1.445-2.72 1.17a.53.53 0 0 0-.33.51l.106 4.336c0 .223.138.446.35.574l4.167 2.582a.82.82 0 0 0 .627.096c.021-.01.043-.01.064-.021l2.561-1.106-1.392-.86Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/epel.svg b/mkdocs-material/material/templates/.icons/simple/epel.svg new file mode 100644 index 0000000..49c98f6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/epel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.702 2.361c-1.188.11-.88.154 1.98.286 5.677.242 9.043 1.144 11.353 2.993 1.232 1.012 2.187 3.146 2.187 3.146s-3.639.836-7.797 1.65c-4.159.814-7.46 1.54-7.327 1.584.352.11 5.214-.484 10.319-1.276l4.87-.734c.078-.012.036.394.036.514 0 1.1-1.122 2.948-2.794 4.599-2.75 2.684-6.623 4.686-11.573 5.962-1.364.352-2.2.638-1.892.638 1.188.044 5.742-1.298 7.81-2.266 2.685-1.276 4.401-2.508 6.491-4.664 1.48-1.842 2.994-2.796 3.056-5.017l3.06-.506c1.629-.264 3.103-.55 3.28-.616.241-.088.285-.352.197-1.012-.154-1.21-1.1-2.156-3.014-3.037-2.904-1.342-5.88-1.603-7.442-.68-.173.101-.376.417-.534.486l-2.365-.862C7.567 2.515 3.848 2.075.702 2.361m19.032 2.773c1.628.484 4.18 2.014 3.792 2.09l-3.066.601-3.386.772c-.644-1.435-1.491-2.232-2.628-3.305l.133-.327c.322-.796 2.536-.602 5.155.169"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/epicgames.svg b/mkdocs-material/material/templates/.icons/simple/epicgames.svg new file mode 100644 index 0000000..8176e60 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/epicgames.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.537 0C2.165 0 1.66.506 1.66 1.879V18.44a4 4 0 0 0 .02.433c.031.3.037.59.316.92.027.033.311.245.311.245.153.075.258.13.43.2l8.335 3.491c.433.199.614.276.928.27h.002c.314.006.495-.071.928-.27l8.335-3.492c.172-.07.277-.124.43-.2 0 0 .284-.211.311-.243.28-.33.285-.621.316-.92a4 4 0 0 0 .02-.434V1.879c0-1.373-.506-1.88-1.878-1.88zm13.366 3.11h.68c1.138 0 1.688.553 1.688 1.696v1.88h-1.374v-1.8c0-.369-.17-.54-.523-.54h-.235c-.367 0-.537.17-.537.539v5.81c0 .369.17.54.537.54h.262c.353 0 .523-.171.523-.54V8.619h1.373v2.143c0 1.144-.562 1.71-1.7 1.71h-.694c-1.138 0-1.7-.566-1.7-1.71V4.82c0-1.144.562-1.709 1.7-1.709zm-12.186.08h3.114v1.274H6.117v2.603h1.648v1.275H6.117v2.774h1.74v1.275h-3.14zm3.816 0h2.198c1.138 0 1.7.564 1.7 1.708v2.445c0 1.144-.562 1.71-1.7 1.71h-.799v3.338h-1.4zm4.53 0h1.4v9.201h-1.4zm-3.13 1.235v3.392h.575c.354 0 .523-.171.523-.54V4.965c0-.368-.17-.54-.523-.54zm-3.74 10.147a1.7 1.7 0 0 1 .591.108 1.8 1.8 0 0 1 .49.299l-.452.546a1.3 1.3 0 0 0-.308-.195.9.9 0 0 0-.363-.068.7.7 0 0 0-.28.06.7.7 0 0 0-.224.163.8.8 0 0 0-.151.243.8.8 0 0 0-.056.299v.008a.9.9 0 0 0 .056.31.7.7 0 0 0 .157.245.7.7 0 0 0 .238.16.8.8 0 0 0 .303.058.8.8 0 0 0 .445-.116v-.339h-.548v-.565H7.37v1.255a2 2 0 0 1-.524.307 1.8 1.8 0 0 1-.683.123 1.6 1.6 0 0 1-.602-.107 1.5 1.5 0 0 1-.478-.3 1.4 1.4 0 0 1-.318-.455 1.4 1.4 0 0 1-.115-.58v-.008a1.4 1.4 0 0 1 .113-.57 1.5 1.5 0 0 1 .312-.46 1.4 1.4 0 0 1 .474-.309 1.6 1.6 0 0 1 .598-.111h.045zm11.963.008a2 2 0 0 1 .612.094 1.6 1.6 0 0 1 .507.277l-.386.546a1.6 1.6 0 0 0-.39-.205 1.2 1.2 0 0 0-.388-.07.35.35 0 0 0-.208.052.15.15 0 0 0-.07.127v.008a.16.16 0 0 0 .022.084.2.2 0 0 0 .076.066 1 1 0 0 0 .147.06q.093.03.236.061a3 3 0 0 1 .43.122 1.3 1.3 0 0 1 .328.17.7.7 0 0 1 .207.24.74.74 0 0 1 .071.337v.008a.9.9 0 0 1-.081.382.8.8 0 0 1-.229.285 1 1 0 0 1-.353.18 1.6 1.6 0 0 1-.46.061 2.2 2.2 0 0 1-.71-.116 1.7 1.7 0 0 1-.593-.346l.43-.514q.416.335.9.335a.46.46 0 0 0 .236-.05.16.16 0 0 0 .082-.142v-.008a.15.15 0 0 0-.02-.077.2.2 0 0 0-.073-.066.8.8 0 0 0-.143-.062 3 3 0 0 0-.233-.062 5 5 0 0 1-.413-.113 1.3 1.3 0 0 1-.331-.16.7.7 0 0 1-.222-.243.73.73 0 0 1-.082-.36v-.008a.9.9 0 0 1 .074-.359.8.8 0 0 1 .214-.283 1 1 0 0 1 .34-.185 1.4 1.4 0 0 1 .448-.066zm-9.358.025h.742l1.183 2.81h-.825l-.203-.499H8.623l-.198.498h-.81zm2.197.02h.814l.663 1.08.663-1.08h.814v2.79h-.766v-1.602l-.711 1.091h-.016l-.707-1.083v1.593h-.754zm3.469 0h2.235v.658h-1.473v.422h1.334v.61h-1.334v.442h1.493v.658h-2.255zm-5.3.897-.315.793h.624zm-1.145 5.19h8.014l-4.09 1.348z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/epson.svg b/mkdocs-material/material/templates/.icons/simple/epson.svg new file mode 100644 index 0000000..2b6beba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/epson.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.616 13.915c-1.029 0-1.428-.952-1.428-1.915 0-.975.398-1.927 1.428-1.927s1.429.952 1.429 1.927c0 .963-.399 1.915-1.429 1.915m0-4.805c-1.627 0-2.567 1.218-2.567 2.89s.94 2.89 2.567 2.89 2.568-1.218 2.568-2.89-.94-2.89-2.568-2.89M0 9.266h4.085v.974H1.141v1.207h2.745v.952H1.141v1.351h2.944v.975H0zm6.73 2.844H5.701v-1.871H6.73c.709 0 1.185.311 1.185.941 0 .621-.476.93-1.185.93m-2.168 2.614h1.14v-1.639H6.73c1.384 0 2.314-.687 2.314-1.904 0-1.229-.931-1.915-2.314-1.915H4.562zm16.206-5.458h-1.162v5.458h1.118v-2.215c0-.598-.022-1.14-.044-1.605.133.267.531 1.085.708 1.396l1.45 2.425H24V9.266h-1.106v2.158c0 .599.022 1.196.044 1.672-.133-.276-.531-1.096-.72-1.406zM10.34 12.919c0 .73.608 1.019 1.251 1.019.421 0 1.118-.122 1.118-.687 0-.598-.842-.709-1.649-.919-.853-.232-1.672-.543-1.672-1.561 0-1.13 1.063-1.661 2.059-1.661 1.152 0 2.204.498 2.204 1.771h-1.13c-.044-.664-.554-.83-1.129-.83-.388 0-.875.154-.875.619 0 .421.277.487 1.661.842.398.11 1.66.354 1.66 1.595 0 1.018-.797 1.771-2.292 1.771-1.217 0-2.357-.598-2.347-1.959z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/equinixmetal.svg b/mkdocs-material/material/templates/.icons/simple/equinixmetal.svg new file mode 100644 index 0000000..0ae79e9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/equinixmetal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.399 7.789v7.005l-1.599.56V7.231L16 5.557v11.472l-1.601.557V4.996L12 4.16l-2.4.836v12.59l-1.599-.557V5.557L3.2 7.232v8.121l-1.599-.56V7.79L0 8.349v7.582l4.801 1.676v-9.24l1.6-.558v10.356L11.2 19.84V6.133l.8-.28.8.28v13.708l4.801-1.676V7.809l1.599.558v9.24L24 15.93V8.349z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/eraser.svg b/mkdocs-material/material/templates/.icons/simple/eraser.svg new file mode 100644 index 0000000..176616a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/eraser.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.186 7.328c-.248 0-.482.168-.608.443l-3.476 7.51c-.283.61.057 1.39.605 1.39h10.682V7.329zm8.425 0-.002 9.344h7.205c.248 0 .482-.168.608-.443l3.476-7.51c.283-.61-.057-1.39-.605-1.39Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ericsson.svg b/mkdocs-material/material/templates/.icons/simple/ericsson.svg new file mode 100644 index 0000000..8d30273 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ericsson.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.76 1.593A2.36 2.36 0 0 0 19.572.225c-.54-.27-1.188-.336-2.256.02L5.187 4.29c-1.068.357-1.548.795-1.818 1.338a2.36 2.36 0 0 0 1.059 3.174c.54.27 1.188.336 2.256-.021l12.129-4.044c1.068-.354 1.548-.795 1.818-1.338a2.35 2.35 0 0 0 .13-1.806zm0 7.485a2.36 2.36 0 0 0-1.188-1.368c-.54-.27-1.188-.336-2.256.021L5.187 11.775c-1.068.357-1.548.795-1.818 1.338a2.36 2.36 0 0 0 1.059 3.174c.54.27 1.188.336 2.256-.021l12.129-4.041c1.068-.357 1.548-.795 1.818-1.341a2.35 2.35 0 0 0 .13-1.806zm0 7.488a2.36 2.36 0 0 0-1.188-1.368c-.54-.27-1.188-.336-2.256.021L5.187 19.263c-1.068.357-1.548.795-1.818 1.338a2.36 2.36 0 0 0 1.059 3.174c.54.27 1.188.336 2.256-.02l12.129-4.045c1.068-.354 1.548-.795 1.818-1.338a2.35 2.35 0 0 0 .13-1.806z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/erlang.svg b/mkdocs-material/material/templates/.icons/simple/erlang.svg new file mode 100644 index 0000000..8c42dcd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/erlang.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.859 7.889c.154-1.863 1.623-3.115 3.344-3.119 1.734.004 2.986 1.256 3.029 3.119zm12.11 11.707c.802-.86 1.52-1.872 2.172-3.03l-3.616-1.807c-1.27 2.064-3.127 3.965-5.694 3.977-3.738-.012-5.206-3.208-5.198-7.322h13.966c.019-.464.019-.68 0-.904.091-2.447-.558-4.504-1.737-6.106l-.007.005H24v15.186h-3.039zm-17.206-.001C1.901 17.62.811 14.894.813 11.64c-.002-2.877.902-5.35 2.456-7.232H0v15.187h3.761Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/erpnext.svg b/mkdocs-material/material/templates/.icons/simple/erpnext.svg new file mode 100644 index 0000000..25536dd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/erpnext.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.88 0A2.88 2.88 0 0 0 0 2.88v18.24A2.88 2.88 0 0 0 2.88 24h18.24A2.88 2.88 0 0 0 24 21.12V2.88A2.88 2.88 0 0 0 21.12 0Zm5.04 5.76h8.254v2.146H7.92Zm0 5.033h7.85v2.146h-5.233v2.954h5.703v2.146H7.92Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/esbuild.svg b/mkdocs-material/material/templates/.icons/simple/esbuild.svg new file mode 100644 index 0000000..2d7e152 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/esbuild.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0M6.718 5.282 13.436 12l-6.718 6.718-2.036-2.036L9.364 12 4.682 7.318zm7.2 0L20.636 12l-6.718 6.718-2.036-2.036L16.564 12l-4.682-4.682z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/esea.svg b/mkdocs-material/material/templates/.icons/simple/esea.svg new file mode 100644 index 0000000..641710b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/esea.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.054 2.767 8.95 9.511 0 9.65l5.832 4.47L1.042 21l8.491-4.088 5.711 4.322V14.12L24 9.796l-17.255 4.02a12.6 12.6 0 0 0 1.589-1.955 5.5 5.5 0 0 0 .617-1.786l5.593-.15z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/eslgaming.svg b/mkdocs-material/material/templates/.icons/simple/eslgaming.svg new file mode 100644 index 0000000..ad79731 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/eslgaming.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.373 0 12c0 6.628 5.373 12 12 12s12-5.372 12-12c0-6.627-5.373-12-12-12m.455 2.163a9.8 9.8 0 0 1 5.789 2.222L4.384 18.244a10 10 0 0 1-1.06-1.582zm7.191 3.632a9.8 9.8 0 0 1 2.192 5.806l-14.45 9.1a10 10 0 0 1-1.592-1.055zm1.979 8.292c-.888 4.45-5.619 8.892-11.9 7.494Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/eslint.svg b/mkdocs-material/material/templates/.icons/simple/eslint.svg new file mode 100644 index 0000000..a6e0ff5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/eslint.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.257 9.132 11.816 6.5a.37.37 0 0 1 .368 0l4.559 2.632a.37.37 0 0 1 .184.32v5.263a.37.37 0 0 1-.184.319l-4.559 2.632a.37.37 0 0 1-.368 0l-4.559-2.632a.37.37 0 0 1-.184-.32V9.452a.37.37 0 0 1 .184-.32m16.595 2.398-5.446-9.475c-.198-.343-.564-.596-.96-.596H6.555c-.396 0-.762.253-.96.596L.149 11.509a1.13 1.13 0 0 0 0 1.117l5.447 9.398c.197.342.563.517.959.517h10.893c.395 0 .76-.17.959-.512l5.446-9.413a1.07 1.07 0 0 0 0-1.086m-4.51 4.556a.4.4 0 0 1-.204.338L12.2 20.426a.4.4 0 0 1-.392 0l-6.943-4.002a.4.4 0 0 1-.205-.338V8.08c0-.14.083-.269.204-.338L11.8 3.74c.12-.07.272-.07.392 0l6.943 4.003a.4.4 0 0 1 .206.338z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/esotericsoftware.svg b/mkdocs-material/material/templates/.icons/simple/esotericsoftware.svg new file mode 100644 index 0000000..59b66f8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/esotericsoftware.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.97 9.88C22.3 2.25 15.71-.68 10.15.13 4.37.97-.62 5.83.06 13.34c.28 3.08 1.85 5.97 4.17 7.94 2.58 2.2 6.08 3.16 9.39 2.53.08-.02.14-.1.12-.18 0-.04-.08-.06-.16-.05-3.18.42-6.51-.65-8.87-2.86a11.22 11.22 0 0 1-3.48-7.09C.66 6.99 5.42 2.51 10.64 1.97c4.25-.44 8.79 1.91 10.68 6.76.16.41-.08.81-.5.89-2.92.54-12.51 2.34-14.43 2.7-.17.03-.32-.08-.32-.26-.12-6.02 5.96-8.55 10.45-4.79.06.05.26.01.32-.05.03-.03.04-.22-.02-.28-5.39-5.33-13.24-.85-12.8 6.39.03.44.43.74.85.69l12.33-1.64c0 .08.02.14.02.14.37 6.24-5.86 8.98-10.43 5.15-.06-.05-.24-.03-.29.03-.02.03-.07.19 0 .25 5.25 5.19 12.85 1.06 12.81-5.86l3.38-.45c.85-.11 1.47-.91 1.28-1.77Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/esphome.svg b/mkdocs-material/material/templates/.icons/simple/esphome.svg new file mode 100644 index 0000000..0694da8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/esphome.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.253 2.755c-.676 0-1.231.555-1.231 1.232v.976h-.083a.72.72 0 0 0-.717.716v11.682H.71v-.57h3.544a.355.355 0 0 0 .354-.354v-1.279a.355.355 0 0 0-.354-.355H.709v-.565h3.544a.355.355 0 0 0 .354-.355v-1.278a.355.355 0 0 0-.354-.355H.709v-.569h3.544a.355.355 0 0 0 .354-.355V10.05a.355.355 0 0 0-.354-.354H.709V6.113a.355.355 0 0 0-.355-.355.355.355 0 0 0-.354.355v3.937a.355.355 0 0 0 .354.355h3.544v.566H.354a.355.355 0 0 0-.354.355v1.279a.355.355 0 0 0 .354.354h3.544v.57H.354a.355.355 0 0 0-.354.354v1.275a.355.355 0 0 0 .354.355h3.544v.57H.354a.355.355 0 0 0-.354.354v1.278a.355.355 0 0 0 .354.355h4.868v.086c0 .389.323.716.717.716h.083v1.14c0 .677.555 1.233 1.231 1.233.677 0 1.233-.556 1.233-1.232v-1.14h.477v1.137c0 .676.556 1.232 1.232 1.232.677 0 1.232-.556 1.232-1.232v-1.138h.481v1.138c0 .676.556 1.232 1.232 1.232s1.233-.556 1.233-1.232v-1.138h.48v1.138c0 .676.556 1.232 1.232 1.232.677 0 1.232-.556 1.232-1.232v-1.138h.481v1.138c0 .676.556 1.232 1.232 1.232s1.233-.556 1.233-1.232v-1.138h.477v1.138c0 .676.555 1.232 1.231 1.232.677 0 1.233-.556 1.233-1.232v-1.138h.079c.39 0 .717-.323.717-.716V5.679a.723.723 0 0 0-.714-.716h-.082v-.979c0-.676-.556-1.231-1.232-1.23h-.001a1.24 1.24 0 0 0-1.231 1.233v.976h-.477v-.98c0-.675-.557-1.23-1.233-1.228h-.001c-.676 0-1.23.556-1.23 1.232v.976h-.482v-.976c0-.677-.555-1.232-1.232-1.232s-1.232.555-1.232 1.232v.976h-.48v-.976c0-.677-.557-1.232-1.233-1.232s-1.232.555-1.232 1.232v.976h-.48v-.976c0-.677-.556-1.232-1.233-1.232-.676 0-1.232.555-1.232 1.232v.976h-.477v-.976c0-.677-.556-1.232-1.233-1.232m0 .715a.51.51 0 0 1 .517.517v.976H6.737v-.976a.51.51 0 0 1 .516-.517m2.942 0a.51.51 0 0 1 .517.517v.976H9.679v-.976a.51.51 0 0 1 .516-.517m2.945 0a.51.51 0 0 1 .516.517v.976h-1.032v-.976a.51.51 0 0 1 .516-.517m2.945 0a.51.51 0 0 1 .517.517v.976h-1.033v-.976a.51.51 0 0 1 .516-.517m2.945 0h.001a.507.507 0 0 1 .515.513v.98h-1.032v-.976a.51.51 0 0 1 .516-.517m2.942.001h.001a.507.507 0 0 1 .515.513v.979h-1.032v-.976a.51.51 0 0 1 .516-.516M6.018 5.758h17.186v12.319H6.018zm8.63 2.777a.32.32 0 0 0-.234.095l-3.776 3.78a.322.322 0 0 0 .228.55h.62v2.225a.32.32 0 0 0 .323.322h5.67a.32.32 0 0 0 .322-.322V12.96h.621a.322.322 0 0 0 .228-.55l-.856-.859v-1.533a.32.32 0 0 0-.322-.323h-.591a.32.32 0 0 0-.323.323v.3L14.87 8.63a.32.32 0 0 0-.221-.095zm-7.91 10.337H7.77v1.14a.51.51 0 0 1-.517.517.51.51 0 0 1-.516-.516zm2.94 0h1.034v1.138a.51.51 0 0 1-.517.516.51.51 0 0 1-.516-.516zm2.946 0h1.032v1.138a.51.51 0 0 1-.516.516.51.51 0 0 1-.516-.516zm2.945 0h1.033v1.138a.51.51 0 0 1-.517.516.51.51 0 0 1-.516-.516zm2.945 0h1.032v1.138a.51.51 0 0 1-.516.516.51.51 0 0 1-.516-.516zm2.941 0h1.033v1.138a.51.51 0 0 1-.517.516.51.51 0 0 1-.516-.516z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/espressif.svg b/mkdocs-material/material/templates/.icons/simple/espressif.svg new file mode 100644 index 0000000..41b1f38 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/espressif.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.926 19.324a7.6 7.6 0 0 0-2.983-6.754 7.44 7.44 0 0 0-3.828-1.554.697.697 0 0 1-.606-.731.674.674 0 0 1 .743-.617 8.97 8.97 0 0 1 8 9.805 8 8 0 0 1-.298 1.542l1.989.56a11 11 0 0 0 1.714-.651 12 12 0 0 0 .217-2.343A12.57 12.57 0 0 0 7.212 6.171a5.5 5.5 0 0 0-2 0 4.35 4.35 0 0 0-2.16 1.337 4.274 4.274 0 0 0 1.909 6.856 10 10 0 0 0 1.074.195 4.01 4.01 0 0 1 3.337 3.954 3.97 3.97 0 0 1-.64 2.16l1.371.88a10 10 0 0 0 2.057.342 7.5 7.5 0 0 0 .754-2.628m.16 4.73A13.073 13.073 0 0 1 .001 10.983 12.98 12.98 0 0 1 3.83 1.737l.743.697a12.067 12.067 0 0 0 0 17.141 12.067 12.067 0 0 0 17.141 0l.697.697a12.97 12.97 0 0 1-9.336 3.726M24 10.993A10.993 10.993 0 0 0 12.949 0c-.389 0-.766 0-1.143.057l-.252.732a18.91 18.91 0 0 1 11.588 11.576l.731-.263c0-.366.069-.732.069-1.143m-1.269 5.165A17.53 17.53 0 0 0 7.818 1.27a11.1 11.1 0 0 0-2.457 1.77v1.635A13.92 13.92 0 0 1 19.268 18.57h1.634a11.7 11.7 0 0 0 1.771-2.446M7.92 17.884a1.691 1.691 0 1 1-1.69-1.691 1.69 1.69 0 0 1 1.69 1.691"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/esri.svg b/mkdocs-material/material/templates/.icons/simple/esri.svg new file mode 100644 index 0000000..061be83 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/esri.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.64.003C10.057.04 8.595.448 7.103 1.065c-2.07.873-4.706 2.881-6.312 6.67-.375 1.057-1.878 6.091.792 10.413 2.167 3.507 4.957 5.177 8.371 5.654 3.407.475 5.255.064 7.41-.893 5.039-2.236 8.887-10.634 5.038-16.72-1.519-2.81-5.498-5.274-9.855-5.084v.002c-1.03-.032-1.637.102-2.246.22-.182-.047-.525.003-.545.4 0 .213.069.38.204.477s1.264.93 2.094 1.813c-.398.044-.83.116-1.274.208-.495-1.07-2.086-.097-3.144-.055-.123.007-.242.024-.365.03-.116-.894-.2-1.821-.178-2.473C8.464.951 11.115.378 12.915.35l.315-.008c.264-.003.285-.212.036-.246q-.838-.114-1.627-.093m-.193 1.53c3.912-.017 7.35 1.641 8.925 3.57-.56-.291-1.767-.707-2.258-.816-.265-.27-.599-.49-.888-.676-.229-.146-.514-.092-.396.163.045.1.22.267.362.435-.835-.23-3.055-.407-4.111-.31-.69-.775-1.477-1.716-2.423-2.34q.396-.024.79-.026m-4.856.426c-.013.339.074 1.328.186 2.282q-.725.072-1.433.177A10.2 10.2 0 0 0 2.707 7.88c-.1-.892-.152-1.635-.113-2.092C3.705 4.231 5.214 2.715 6.59 1.96m8.418 2.65c.488.016.988.051 1.466.1-.859.307-1.237 1.062-1.658 1.662-.008.013-.024.023-.034.034a20 20 0 0 0-1.165-1.787c.426-.025.903-.027 1.391-.01m-2.375.12a13.3 13.3 0 0 1 1.48 2.153c-.681.33-1.59.582-1.96 1.11-.153.22-.19.519-.196.842a20 20 0 0 0-3.283 1.089 35 35 0 0 1-.951-3.253c1.097-1.048 2.38-1.217 2.91-1.628a15 15 0 0 1 2-.313m6.89.634c.45.171 1.029.408 1.486.657.347.437 1.34 1.418 1.871 4.165.478 2.474-.05 4.354-.212 4.898l-.163.64a15 15 0 0 1-.705 1.882c.077-.561.145-2.019.125-2.312.136.042.425-.122.473-.286.048-.165-.477-.42-.477-.42a18 18 0 0 0-.145-2.286c.12-.195.242-.383.367-.555a10 10 0 0 0-.157-1.333c.106.035.202.062.273.063.24.003.24-.161.163-.253-.049-.059-.278-.2-.545-.355a10.2 10.2 0 0 0-2.354-4.505M1.869 7.005s.051.896.095 1.55c0 0-.662.751-1 1.347.135-1.221.423-1.85.905-2.897m5.352.232c.198 1 .436 1.829.751 2.978-1.187.524-3.286 1.818-4.213 2.516-.168-.425-.343-1.028-.5-1.647.212-.624.643-1.06 1.25-1.121 1.04-.104 1.93-1.652 2.664-2.665.016-.023.033-.04.048-.06M2.07 9.478l.014.111a10.2 10.2 0 0 0-.34 2.294c.314.33.683.88 1.09 1.446-.262.195-.767.543-.886.628-.347.247-.342.636-.095.858.137.122.417.07.52-.01.303-.242.555-.433.902-.65.127.332.247.632.363.918-.148.16-.253.37-.288.677-.115.992.828 1.77 1.623 1.997.03.01.05.013.079.02.042.064.08.124.125.19a5 5 0 0 0-.888.898c-.112.146-.237.365-.136.408.104.042.454 0 .61-.028.395-.077.699-.514.971-.675.328.452.861 1.032 1.416 1.591.024.102.046.21.074.3.106.34.25.679.42 1.01.4.187.815.34 1.24.475a7 7 0 0 0-.527.61c-3.426-1.073-5.963-3.96-6.869-6.988a14.8 14.8 0 0 1-.551-5.48c.047.01.157.061.32.016.115-.079.524-.363.813-.616m9.891.182c-.006.282-.037.55-.153.765-.166.31-.09 1.209.113 1.503.639.93 1.701.412 2.5.747.366.153.61.407.815.71a13.6 13.6 0 0 0-4.832 1.196c-.781-1.66-1.455-3.83-1.455-3.83v-.003A16.4 16.4 0 0 1 11.96 9.66m-3.757 1.418c.423 1.262 1.028 2.95 1.447 3.852l-.183.093a35 35 0 0 0-2.757-.66c-.842-.173-.873-.128-1.82.147q-.203.057-.392.113a31 31 0 0 1-.376-1.018 23 23 0 0 1 4.08-2.527m13.136 1.976c.051.463.087.916.109 1.325a8 8 0 0 0-.656-.249c.166-.344.35-.712.547-1.076m-5.611 1.175c.16.28.34.56.585.81.641.655-.372 1.595-.08 3.449h-.003c-.3.032-.597.069-.86.109-.652.102-1.492.322-2.273.613-.449-.713-1.65-2.448-2.258-3.757 1.221-.6 2.926-1.104 4.889-1.224m4.755.556c.354.1.686.207.975.325.036.521.035 2.31-.067 3.184a3.5 3.5 0 0 1-.537.757 8 8 0 0 0-1.076-.32c.066-.079.139-.153.204-.235.227-1.52-.286-2.007.355-3.398zm-9.67 2.378c.482.811 1.057 1.693 1.502 2.383-.693.336-1.499.856-2.26 1.427.052-.878.07-1.746.247-2.209.248-.647.44-1.128.511-1.6m8.545 2.053c.463.054.926.131 1.208.202-.627.793-1.492 1.454-2.413 2.028.02-.345.033-.78.044-1.182.412-.32.802-.668 1.161-1.048m-2.952.01a6.5 6.5 0 0 0 .378.927c.16.324.347.56.549.721.072-.045.139-.096.21-.143-.005.355-.015.716-.036 1.064-.243.16-1.41.688-1.868.836a20 20 0 0 1-2.066-2.71c.715-.3 1.815-.567 2.833-.694m-3.628 1.002c.34.533 1.46 2.123 1.91 2.635-.815.142-1.956.249-2.86.21 0 0-1.356-.9-1.7-1.246.68-.565 1.781-1.235 2.65-1.599m-3.156 2.053c.396.263.82.564 1.157.758-.52-.06-1.131-.074-1.585-.229.131-.171.265-.383.428-.528"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/etcd.svg b/mkdocs-material/material/templates/.icons/simple/etcd.svg new file mode 100644 index 0000000..1d611e0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/etcd.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.985 10.715A1.565 1.565 0 1 1 9.42 9.151a1.566 1.566 0 0 1 1.565 1.564m2.023 0a1.565 1.565 0 1 0 1.565-1.564 1.564 1.564 0 0 0-1.565 1.564m10.653 1.698a4 4 0 0 1-.346.013 4.5 4.5 0 0 1-1.986-.462 18.5 18.5 0 0 0 .267-3.515 18 18 0 0 0-2.274-2.695 4.5 4.5 0 0 1 1.603-1.717l.294-.182-.23-.26a12 12 0 0 0-4.182-3.05l-.319-.138-.08.336a4.5 4.5 0 0 1-1.135 2.058 18 18 0 0 0-3.277-1.35 18 18 0 0 0-3.272 1.348A4.5 4.5 0 0 1 7.594.745L7.512.408l-.317.139a12.1 12.1 0 0 0-4.182 3.05l-.23.259.294.182a4.5 4.5 0 0 1 1.599 1.708 18.3 18.3 0 0 0-2.27 2.685 18.4 18.4 0 0 0 .26 3.538 4.5 4.5 0 0 1-1.975.458 4 4 0 0 1-.346-.013L0 12.386l.032.344a11.9 11.9 0 0 0 1.609 4.924l.175.298.263-.223a4.5 4.5 0 0 1 2.132-.998 18.3 18.3 0 0 0 1.824 2.971 18.5 18.5 0 0 0 3.457.85 4.5 4.5 0 0 1-.287 2.36l-.132.319.338.075a12 12 0 0 0 2.59.286l2.59-.286.338-.075-.131-.32a4.5 4.5 0 0 1-.287-2.361 18.5 18.5 0 0 0 3.443-.848 18 18 0 0 0 1.826-2.974 4.5 4.5 0 0 1 2.143.999l.263.223.175-.296a11.9 11.9 0 0 0 1.607-4.924l.032-.343zm-7.958 4.209a14 14 0 0 1-7.416 0 14.2 14.2 0 0 1-2.256-7.013 14.1 14.1 0 0 1 2.687-2.558 14.3 14.3 0 0 1 3.279-1.784 14.4 14.4 0 0 1 3.27 1.779 14.2 14.2 0 0 1 2.7 2.576 14.3 14.3 0 0 1-.675 3.652 14.4 14.4 0 0 1-1.59 3.348z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ethereum.svg b/mkdocs-material/material/templates/.icons/simple/ethereum.svg new file mode 100644 index 0000000..f5ca175 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ethereum.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.944 17.97 4.58 13.62 11.943 24l7.37-10.38-7.372 4.35zM12.056 0 4.69 12.223l7.365 4.354 7.365-4.35z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ethers.svg b/mkdocs-material/material/templates/.icons/simple/ethers.svg new file mode 100644 index 0000000..6346afb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ethers.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 17.443c-12.547 1.64-21.503 3.61-21.636-4.474 0 0 .274-3.133 4.116-3.33 0 0 .13-2.782 3.065-3.097 1.578-.171 3.37 1.454 3.565 3.165 0 0 3.883-.719 4.051 3.067.059 1.32-.238 3.563-3.983 3.465 0 0-2.167-.294-2.461-3.644-.61 6.485 8.767 6.108 8.902.218.06-2.547-1.572-5.167-5.246-4.676-2.014-5.066-7.375-4.775-9.37-.076-2.854 0-5.035 2.196-5.003 5.064.11 9.23 12.954 6.447 24 4.318"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ethiopianairlines.svg b/mkdocs-material/material/templates/.icons/simple/ethiopianairlines.svg new file mode 100644 index 0000000..41edfc4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ethiopianairlines.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.308 11.603c2.39-1.456 4.239-2.53 4.966-4.355 1.544-4.17.363-5.865-1.104-4.564C20.293 4.506 11.478 13.754.195 20.257c-.172.098-.2.322.558.091 4.48-1.572 14.23-6.705 17.555-8.745m1.823-.333c.942-.586 1.976-.237.316 2.466-1.126 1.662-1.905 2.63-4.92 3.544-2.075.785-9.768 3.024-15.157 3.675-.401.033-.524-.114-.128-.246 5.135-1.306 17.984-8.21 19.889-9.44zm-8.977 10.47c2.204-.072 3.862.242 5.725-1.73 1.95-2.02 1.72-3.07.544-2.743-1.745.524-8.111 2.69-15.622 3.735-.338.046-.256.226.14.25 5.018.474 6.911.51 9.213.488"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/etihadairways.svg b/mkdocs-material/material/templates/.icons/simple/etihadairways.svg new file mode 100644 index 0000000..ea92a21 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/etihadairways.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.07 7.833s-.194.44-.533.66l.002.024c.007.067.046.092.084.117.046.03.091.06.096.168.005.08 0 1.734 0 1.734l-.43.45-.432-.45c0-.026-.006-1.66 0-1.736.005-.107.048-.136.094-.166.038-.025.078-.05.086-.12v-.033c-.307-.214-.533-.646-.533-.646v2.922l.517.51-.43.431.698.696.693-.696-.431-.431.52-.551zm.52 0v3.422h.424s-.008-2.39 0-2.469c.005-.104.06-.134.117-.164.048-.025.097-.05.107-.123v-.033c0-.04-.029-.054-.066-.07a1.2 1.2 0 0 1-.236-.17c-.219-.188-.271-.276-.272-.278zm-6.219.016s-.273.36-.648.636l.002.014v.023c.01.07.059.096.107.122.057.03.127.057.127.162v2.449h2.72v.05a.4.4 0 0 0-.003.067c0 .194.069.328.191.377a.3.3 0 0 0 .15.035q.101 0 .194-.06l.047-.03-.043-.035c-.08-.06-.107-.237-.106-.37v-.034h1.014V9.003s-.135.301-.623.654c0 0 .016.098.102.145.126.07.117.136.117.136v.903h-.606v-.09c-.001-.228-.07-.758-.681-.758-.177.005-.37.01-.563.01-.362 0-.552-.04-.598-.127l-.021-.037-.033.023c-.066.043-.106.124-.106.223.002.146.082.307.227.318.09.004.221.006.353.006.236 0 .47-.004.471-.004.505.004.514.216.518.319v.117h-2.31zm2.76.416-.32.322.32.32.322-.32.32.32.323-.322-.03-.025-.293-.295-.32.32-.03-.025zm-6.37.716v1.229q1.075 0 2.15-.002c.065.001.154.02.155.156v.983c0 .008-.002.21-.212.21-.338 0-.315-.17-.317-.17l.002-.552H6.762v.42h1.394v.34s-.044.36.705.36c.61 0 .63-.38.63-.384l.001-1.406c0-.08-.022-.34-.271-.344H7.096v-.154c0-.035.031-.047.056-.063.125-.076.145-.144.106-.17-.251-.143-.496-.453-.496-.453zm8.528 2.426.287.291-.287.29-.29-.29zm1.045 1.713-.422.442.469.496.484.488h-.818l-.447.469.095.066.106-.057.031-.01.076-.001 1.399.002.964 1.03s-.015.018-.1.018h-.036v.104h1.092zm2.57 0v.086s.112.074.116.074v.317h2.552c.516 0 .894.069 1.123.203.365.213.543.49.543.846q0 .268-.14.484a1.1 1.1 0 0 1-.426.363c-.247.128-.625.194-1.121.194h-1.33v-1.87h-.729v2.145l-.004.031-.02.022-.097.06v.088h2.184q.632 0 .98-.07.477-.101.836-.344.366-.245.518-.56a1.24 1.24 0 0 0 .056-.877c-.115-.365-.38-.664-.785-.89-.365-.204-.883-.302-1.584-.302zm-14.81.002-.444.557.09.031.014.004.137-.07a.2.2 0 0 1 .117-.038h1.758v2.356l-.008.033a.1.1 0 0 1-.022.018l-.1.066v.086h.981v-.088l-.101-.062-.024-.022-.002-.027v-2.36h1.56c.06.007.068.02.068.022v.084h.088l.483-.59zm4.806 0v.088l.098.064q.035.024.035.041v2.643l-.006.033-.027.022-.1.064v.088h.975v-.088l-.09-.062q-.017-.014-.021-.014h-.002v-2.682l.002-.027.023-.021.088-.06v-.089zm1.332 0v.088l.096.064q.012.009.026.014v2.672l-.006.035a.1.1 0 0 1-.018.018l-.098.066v.086h.983v-.088l-.104-.064q-.022-.014-.025-.014v-2.68l.002-.029q0-.003.023-.016l.094-.056.01-.006v-.09zm.854 1.65.105.034.137-.078a.2.2 0 0 1 .06-.03.2.2 0 0 1 .057-.008h2.051v.942l.733-.787v-1.557c0-.011.015-.021.015-.021l.106-.055v-.09h-.983v.088l.1.064c.029.018.031.032.031.041v.893H11.53zm-8.66-1.646c-.31 0-.553.01-.72.03a2.4 2.4 0 0 0-.893.292c-.329.186-.564.424-.7.705q-.114.24-.113.53c0 .49.264.882.785 1.164.235.129.5.218.787.265q.324.053.877.053h2.03l.484-.588h-.041l-.108.004-.126.072c-.035.021-.056.028-.06.03l-2.18.005q-.75 0-1.126-.19c-.376-.196-.56-.475-.56-.852q0-.256.144-.477a1.26 1.26 0 0 1 .85-.54c.102-.018.2-.02.265-.02h1.125c.068-.003.057.012.06.019l-.013.078h.092l.483-.58zm13.289.553-2.371 2.478h1.092v-.103h-.04q-.026-.002-.048-.006a.1.1 0 0 1-.041-.012l1.832-1.906zm-14.576.58-.32.476h2.867c.053.006.072.02.074.03l-.012.084h.098l.472-.59Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/etsy.svg b/mkdocs-material/material/templates/.icons/simple/etsy.svg new file mode 100644 index 0000000..4a5cdfd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/etsy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.559 2.445c0-.325.033-.52.59-.52h7.465c1.3 0 2.02 1.11 2.54 3.193l.42 1.666h1.27c.23-4.728.43-6.784.43-6.784s-3.196.36-5.09.36H6.635L1.521.196v1.37l1.725.326c1.21.24 1.5.496 1.6 1.606 0 0 .11 3.27.11 8.64 0 5.385-.09 8.61-.09 8.61 0 .973-.39 1.333-1.59 1.573l-1.722.33V24l5.13-.165h8.55c1.935 0 6.39.165 6.39.165.105-1.17.75-6.48.855-7.064h-1.2l-1.284 2.91c-1.005 2.28-2.476 2.445-4.11 2.445h-4.906c-1.63 0-2.415-.64-2.415-2.05V12.8s3.62 0 4.79.096c.912.064 1.463.325 1.76 1.598l.39 1.695h1.41l-.09-4.278.192-4.305h-1.391l-.45 1.89c-.283 1.244-.48 1.47-1.754 1.6-1.666.17-4.815.14-4.815.14V2.45h-.05z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/eventbrite.svg b/mkdocs-material/material/templates/.icons/simple/eventbrite.svg new file mode 100644 index 0000000..8673ddf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/eventbrite.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.542 5.81c2.653-.6 5.3.487 6.775 2.54L5.591 11c.405-2.479 2.298-4.591 4.951-5.19m6.84 9.746a6.47 6.47 0 0 1-3.919 2.634c-2.67.604-5.335-.501-6.804-2.582l11.763-2.657 1.915-.433L24 11.691a11.6 11.6 0 0 0-.305-2.333C22.205 3.04 15.76-.9 9.303.558 2.846 2.017-1.18 8.322.31 14.642s7.935 10.259 14.392 8.8c3.805-.86 6.765-3.402 8.25-6.638z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/eventstore.svg b/mkdocs-material/material/templates/.icons/simple/eventstore.svg new file mode 100644 index 0000000..6544feb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/eventstore.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.785 3.414a11 11 0 0 1 1.339-.666 10.3 10.3 0 0 1 3.036-.765l1.127 1.274-.525 1.319a8.8 8.8 0 0 0-2.879 1.11l-.195.12-.178-1.737-1.725-.66zm-.49.31 1.789.69.188 1.71a7.3 7.3 0 0 0-2.264 2.73 4 4 0 0 0-.139.3l-1.26-1.529-2.054.434a10.4 10.4 0 0 1 2.063-2.96q.772-.782 1.667-1.376zm11.782 12.052q.292-.485.48-.99l1.938 2.35 3.255-.701a13 13 0 0 1-.662 1.507 11.3 11.3 0 0 1-2.648 3.36 10.6 10.6 0 0 1-3.771 2.107q-.041.012-.083.026l-2.411-2.039.629-2.775.051-.021c1.379-.6 2.457-1.529 3.224-2.835v.011zm4.076-10.971c.199.273.384.56.563.854a12.7 12.7 0 0 1 1.539 4.004c.271 1.41.315 2.829.12 4.252a13 13 0 0 1-.464 2.002l-3.255.699-1.95-2.357a5.9 5.9 0 0 0 .06-2.709 5.77 5.77 0 0 0-1.454-2.85l3.509-.42 1.306-3.476zM1.338 8.584l2.1-.444 1.236 1.509c-.391 1.084-.48 2.21-.285 3.38.045.334.119.656.21.969l-2.22-.505-1.59 1.881a11.3 11.3 0 0 1-.283-2.554q.003-2.176.807-4.199l.016-.039zm3.442 5.934a7.4 7.4 0 0 0 1.409 2.316c.465.539.99.975 1.563 1.319l-2.2 1.261.12 2.864a10.8 10.8 0 0 1-2-1.605 10.9 10.9 0 0 1-2.34-3.6c-.149-.375-.27-.75-.375-1.125l1.635-1.919 2.22.509zm3.452 3.897q.71.354 1.518.54a6.46 6.46 0 0 0 3.529-.141l-.625 2.757 2.387 2.02a12.6 12.6 0 0 1-3.659.401 11.5 11.5 0 0 1-5.231-1.435l-.119-2.882zM20.815 4.364 19.502 7.85l-3.614.435a3 3 0 0 0-.327-.255 7.8 7.8 0 0 0-4.004-1.575c-.346-.029-.675-.029-.99-.029l1.26-3.226L9.1.095c.827-.09 1.637-.104 2.459-.09q.734.021 1.459.113c.68.089 1.351.239 2.015.42 1.405.4 2.685 1.034 3.842 1.93a11.2 11.2 0 0 1 1.94 1.896"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/evernote.svg b/mkdocs-material/material/templates/.icons/simple/evernote.svg new file mode 100644 index 0000000..8f24277 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/evernote.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.222 5.393c0 .239-.02.637-.256.895-.257.24-.652.259-.888.259H4.552c-.73 0-1.165 0-1.46.04-.159.02-.356.1-.455.14-.04.019-.04 0-.02-.02L8.38.796c.02-.02.04-.02.02.02-.04.099-.118.298-.138.457-.04.298-.04.736-.04 1.472v2.647zm5.348 17.869c-.67-.438-1.026-1.015-1.164-1.373a2.9 2.9 0 0 1-.217-1.095 3.007 3.007 0 0 1 3-3.004c.493 0 .888.398.888.895a.88.88 0 0 1-.454.776c-.099.06-.237.1-.336.12-.098.02-.473.06-.65.218-.198.16-.356.418-.356.697 0 .298.118.577.316.776.355.358.829.557 1.342.557a2.436 2.436 0 0 0 2.427-2.447c0-1.214-.809-2.29-1.875-2.766-.158-.08-.414-.14-.651-.2a8 8 0 0 0-.592-.1c-.829-.1-2.901-.755-3.04-2.605 0 0-.611 2.785-1.835 3.54-.118.06-.276.12-.454.16-.177.04-.374.06-.434.06-1.993.12-4.105-.517-5.565-2.03 0 0-.987-.815-1.5-3.103-.118-.558-.355-1.553-.493-2.488-.06-.338-.08-.597-.099-.836 0-.975.592-1.631 1.342-1.73h4.026c.69 0 1.086-.18 1.342-.42.336-.317.415-.775.415-1.312V1.354C9.05.617 9.703 0 10.669 0h.474c.197 0 .434.02.651.04.158.02.296.06.533.12 1.204.298 1.46 1.532 1.46 1.532s2.27.398 3.415.597c1.085.199 3.77.378 4.282 3.104 1.204 6.487.474 12.775.415 12.775-.849 6.129-5.901 5.83-5.901 5.83a4.1 4.1 0 0 1-2.428-.736m4.54-13.034c-.652-.06-1.204.2-1.402.697-.04.1-.079.219-.059.278s.06.08.099.1c.237.12.631.179 1.204.239.572.06.967.1 1.223.06.04 0 .08-.02.119-.08.04-.06.02-.18.02-.28-.06-.536-.553-.934-1.204-1.014"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/excalidraw.svg b/mkdocs-material/material/templates/.icons/simple/excalidraw.svg new file mode 100644 index 0000000..7d49f12 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/excalidraw.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.943 19.806a.2.2 0 0 0-.168-.034c-1.26-1.855-2.873-3.61-4.419-5.315l-.252-.284c-.001-.073-.067-.12-.134-.15l-.084-.084c-.05-.1-.169-.167-.286-.1-.47.234-.907.585-1.327.919-.554.434-1.109.87-1.63 1.354a5 5 0 0 0-.588.618c-.084.117-.017.217.084.267-.37.368-.74.736-1.109 1.12a.2.2 0 0 0-.05.134c0 .05.033.1.067.117l.655.502v.016c.924.92 2.554 2.173 4.285 3.527.251.201.52.402.773.602.117.134.234.285.335.418.05.066.169.084.236.033.033.034.084.067.118.1a.24.24 0 0 0 .1.034.15.15 0 0 0 .135-.066.24.24 0 0 0 .033-.1c.017 0 .017.016.034.016a.2.2 0 0 0 .134-.05l3.058-3.327c.12-.116.014-.267 0-.267m-7.628-.134-1.546-1.17-.15-.1c-.035-.017-.068-.05-.102-.067l-.117-.1c.66-.66 1.33-1.308 2-1.956-.488.484-1.463 1.906-1.261 2.373.002 0 .018.042.067.084zm4.1 3.126-1.277-.97a27 27 0 0 0-1.58-1.504c.69.518 1.277.97 1.361 1.053.673.585.638.485 1.093.87l.554.4c-.074.103-.151.148-.151.151m.336.25-.034-.016a1 1 0 0 0 .152-.117zM.588 3.476c.033.217.084.435.117.636.201 1.103.403 2.106.772 2.858l.152.568c.05.217.134.485.219.552a67 67 0 0 0 3.578 2.942.18.18 0 0 0 .219 0s0 .016.016.016a.15.15 0 0 0 .118.05.2.2 0 0 0 .134-.05c1.798-1.989 3.142-3.627 4.1-4.998.068-.066.084-.167.084-.25.067-.067.118-.151.185-.201.067-.067.067-.184 0-.235l-.017-.016c0-.033-.017-.084-.05-.1-.42-.401-.722-.685-1.042-.986a94 94 0 0 1-2.352-2.273c-.017-.017-.034-.034-.067-.034-.336-.117-1.025-.234-1.882-.385-1.277-.216-3.008-.517-4.57-.986 0 0-.101 0-.118.017l-.05.05C.05.714.022.707 0 .718c.017.1.017.167.05.284 0 .033.068.301.068.334zm7.19 4.78-.033.034a.036.036 0 0 1 .033-.034M6.553 2.238c.101.1.521.502.622.585-.437-.2-1.529-.702-2.034-.869.505.1 1.194.201 1.412.284M.79 1.403c.252.434.454 1.939.655 3.41-.118-.469-.201-.936-.302-1.372C.992 2.673.84 1.988.638 1.386c.124 0 .152.021.152.017m-.286-.369c0-.016 0-.033-.017-.033.085 0 .135.017.202.05 0 .006-.145-.017-.185-.017m23.17-.217c.017-.066-.336-.367-.219-.384.253-.017.253-.401 0-.401-.335.017-.688.1-1.008.15-.587.117-1.192.234-1.78.367a80 80 0 0 0-3.949.937c-.403.117-.857.2-1.243.401-.135.067-.118.2-.05.284-.034.017-.051.017-.085.034-.117.017-.218.034-.335.05-.102.017-.152.1-.135.2 0 .017.017.05.017.067-.706.936-1.496 1.923-2.353 2.976-.84.969-1.73 1.989-2.62 3.042-2.84 3.31-6.05 7.07-9.594 10.38a.16.16 0 0 0 0 .234c.016.016.033.033.05.033-.05.05-.101.085-.152.134q-.05.05-.05.1a.4.4 0 0 0-.067.084c-.067.067-.067.184.017.234.067.066.185.066.235-.017.017-.017.017-.033.033-.033a.265.265 0 0 1 .37 0c.202.217.404.435.588.618l-.42-.35c-.067-.067-.184-.05-.234.016-.068.066-.051.184.016.234l4.469 3.727c.034.034.067.034.118.034a.15.15 0 0 0 .117-.05l.101-.1c.017.016.05.016.067.016.05 0 .084-.016.118-.05 6.049-6.05 10.922-10.614 16.5-14.693.05-.033.067-.1.067-.15.067 0 .118-.05.15-.117 1.026-3.125 1.228-5.9 1.295-7.27 0-.059.016-.038.016-.068.017-.033.017-.05.017-.05a.98.98 0 0 0-.067-.619zm-10.82 4.915c.268-.301.537-.619.806-.903-1.73 2.273-4.603 5.767-8.67 9.929 2.773-3.059 5.562-6.218 7.864-9.026ZM5.14 23.466c-.016-.017-.016-.017 0-.017zm2.504-2.156c.135-.15.27-.284.42-.434 0 0 0 .016.017.016-.224.198-.433.418-.437.418m.69-.668c.099-.1.14-.173.284-.318.992-1.02 2.017-2.04 3.059-3.076l.016-.016c.252-.2.555-.418.824-.619a228 228 0 0 0-4.184 4.029M14.852 3.91c-.554.719-1.176 1.671-1.697 2.423-1.646 2.374-6.94 8.174-7.057 8.274a1190 1190 0 0 1-4.839 4.597l-.1.1c-.085-.1-.085-.25.016-.334C8.652 11.966 13.19 6.133 15.021 3.576c-.05.116-.084.216-.168.334zm2.906 3.427c-.671-.386-.99-.987-.806-1.572l.05-.2a.8.8 0 0 1 .085-.167 1.9 1.9 0 0 1 .756-.703c.016 0 .033 0 .05-.016-.017-.034-.017-.084-.017-.134.017-.1.085-.167.202-.167.202 0 .824.184 1.059.384.067.05.134.117.202.184.084.1.218.268.285.401.034.017.067.184.118.268.033.134.067.284.05.418-.017.016 0 .116-.017.116a1.6 1.6 0 0 1-.218.619c-.03.03.006.012-.05.067a1.2 1.2 0 0 1-.32.334 1.49 1.49 0 0 1-1.26.234 2 2 0 0 0-.169-.066m4.37 1.403c0 .017-.017.05 0 .067-.034 0-.05.017-.085.034a110 110 0 0 0-3.915 3.025c1.11-.986 2.218-1.989 3.378-2.975.336-.301.571-.686.638-1.12l.168-1.003v-.033c.085-.201.404-.118.353.1-.004-.001-.173.795-.537 1.905"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/exercism.svg b/mkdocs-material/material/templates/.icons/simple/exercism.svg new file mode 100644 index 0000000..9f2713a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/exercism.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.35 1.66q-1.439 0-2.181.893-.744.893-.744 2.605v3.474q0 1.207-.259 1.858-.26.651-.96 1.218-.207.17-.206.278 0 .108.205.277.714.579.967 1.225.254.645.253 1.851v3.462q0 1.725.75 2.618t2.174.892h.882q.568 0 .72-.054.15-.055.15-.271 0-.302-.399-.398l-.483-.109q-1.595-.361-1.595-3.148v-3.293q0-1.87-.906-2.642l-.23-.193q-.168-.145-.168-.217 0-.085.169-.217l.23-.193q.905-.772.905-2.642V5.641q0-1.665.405-2.31t1.685-.995q.387-.11.387-.35 0-.326-.87-.326zm14.419.029q-.87 0-.87.325 0 .242.386.35 1.281.35 1.686.995t.405 2.31v3.294q0 1.869.906 2.641l.229.193q.17.133.17.217 0 .073-.17.217l-.23.193q-.905.773-.905 2.642v3.293q0 2.787-1.595 3.149l-.484.108q-.398.096-.398.398 0 .217.15.272.152.054.72.054h.882q1.425 0 2.174-.893.75-.892.75-2.617v-3.462q0-1.207.253-1.852.254-.645.967-1.224.205-.169.205-.278 0-.108-.205-.277-.702-.567-.961-1.218-.26-.652-.26-1.858V5.187q0-1.712-.743-2.606-.743-.892-2.18-.892zM7.683 9.735c-1.456 0-2.64 1.111-2.64 2.478h1.02c0-.838.727-1.52 1.62-1.52.892 0 1.619.682 1.619 1.52h1.02c0-1.367-1.183-2.478-2.64-2.478zm8.406 0c-1.456 0-2.639 1.111-2.639 2.478h1.02c0-.838.727-1.52 1.62-1.52.892 0 1.62.682 1.62 1.52h1.02c0-1.367-1.185-2.478-2.64-2.478zM9.71 14.36v.561c0 1.277 1.062 2.316 2.366 2.316s2.367-1.039 2.367-2.316v-.56h-.934v.56c0 .877-.76 1.426-1.433 1.426s-1.48-.273-1.48-1.426v-.56z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/exordo.svg b/mkdocs-material/material/templates/.icons/simple/exordo.svg new file mode 100644 index 0000000..18367ee --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/exordo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0a12 12 0 0 0-5.514 1.342l2.01 14.062 2.033-5.281a.38.38 0 0 1 .334-.24.4.4 0 0 1 .15.023.375.375 0 0 1 .217.487l-1.59 4.136L18.95 2.22A12 12 0 0 0 15.097.41l-.844 2.327-.318.828a.375.375 0 0 1-.485.215.375.375 0 0 1-.215-.484l.315-.822.812-2.239A12 12 0 0 0 12 0M5.785 1.736a12 12 0 0 0-5.691 8.762l.699.49a.375.375 0 0 1 .09.524.375.375 0 0 1-.522.09l-.343-.243A12 12 0 0 0 0 12a12 12 0 0 0 1.129 5.078.38.38 0 0 1 .21-.084l6.05-.422-5.213-3.693a.375.375 0 0 1-.088-.524.38.38 0 0 1 .28-.158.38.38 0 0 1 .243.069l5.205 3.691-2.03-14.22zm13.764.934L9.275 16.252l10.037-2.57-.126-.493a.375.375 0 0 1 .27-.455.4.4 0 0 1 .075-.011.375.375 0 0 1 .38.279l.128.492 3.951-1.012A12 12 0 0 0 24 12a12 12 0 0 0-4.451-9.33m-7.48 1.607a.4.4 0 0 1 .156.024l.826.316.826.315a.375.375 0 0 1 .217.484.375.375 0 0 1-.485.215l-.826-.315-.828-.314a.375.375 0 0 1-.217-.484.38.38 0 0 1 .33-.24zm.13 2.13a.4.4 0 0 1 .155.023.375.375 0 0 1 .214.484l-.271.711.389.148a.375.375 0 0 1 .216.485.375.375 0 0 1-.482.217l-.393-.149-.091.238a.375.375 0 0 1-.485.215.375.375 0 0 1-.215-.484l.09-.236-.56-.215a.375.375 0 0 1-.217-.485.38.38 0 0 1 .33-.24.4.4 0 0 1 .154.024l.56.214.276-.71a.38.38 0 0 1 .33-.24m11.733 6.864-3.705.95.127.49a.375.375 0 0 1-.27.459.375.375 0 0 1-.457-.27l-.127-.494-9.785 2.506 4.91 1.502a.375.375 0 0 1 .248.467.375.375 0 0 1-.469.25l-4.922-1.504 1.032 1.17a.375.375 0 0 1-.034.53.375.375 0 0 1-.529-.034l-1.328-1.51-.52 5.567A12 12 0 0 0 12 24a12 12 0 0 0 2.07-.18l-2.441-2.636-.303.265a.375.375 0 0 1-.53-.035.375.375 0 0 1 .036-.53l.295-.257-.313-.354a.375.375 0 0 1 .034-.529.38.38 0 0 1 .252-.094.38.38 0 0 1 .277.127l.312.354.383-.334a.38.38 0 0 1 .252-.094.38.38 0 0 1 .278.129.375.375 0 0 1-.036.53l-.373.327 2.729 2.95a12 12 0 0 0 5.164-2.772l-3.264-.998a.375.375 0 0 1-.25-.469.375.375 0 0 1 .367-.265.4.4 0 0 1 .102.017l3.654 1.118a12 12 0 0 0 3.237-6.999M7.465 17.34l-5.912.562a12 12 0 0 0 2.728 3.285l.358-.427a.38.38 0 0 1 .273-.137.38.38 0 0 1 .256.086.375.375 0 0 1 .049.527l-.344.416a12 12 0 0 0 2.5 1.418l.467-5.01-.559.678a.375.375 0 0 1-.527.051.375.375 0 0 1-.05-.527l.76-.922zm-2.541 1.88a.38.38 0 0 1 .254.087l.681.562.684.563a.375.375 0 0 1 .05.529.375.375 0 0 1-.529.05l-.681-.564-.682-.562a.375.375 0 0 1-.05-.528.38.38 0 0 1 .273-.136Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/exoscale.svg b/mkdocs-material/material/templates/.icons/simple/exoscale.svg new file mode 100644 index 0000000..86278d3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/exoscale.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1.608 0 22.392h1.665L12 4.593v2.929l-8.612 14.87H5.11L12 10.507v2.986l-5.167 8.9h1.722L12 16.477v2.929l-1.722 2.985H24Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/expedia.svg b/mkdocs-material/material/templates/.icons/simple/expedia.svg new file mode 100644 index 0000000..5ce37ab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/expedia.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.067 0H4.933A4.94 4.94 0 0 0 0 4.933v14.134A4.93 4.93 0 0 0 4.933 24h14.134A4.93 4.93 0 0 0 24 19.067V4.933C24.01 2.213 21.797 0 19.067 0M7.336 19.341c0 .19-.148.337-.337.337h-2.33a.333.333 0 0 1-.337-.337v-2.33c0-.189.148-.336.337-.336H7c.19 0 .337.147.337.337zm12.121-1.486-2.308 2.298c-.169.168-.422.053-.422-.2V9.57l-6.44 6.44a.53.53 0 0 1-.421.17H8.169a.32.32 0 0 1-.338-.338v-1.697c0-.2.053-.316.169-.422l6.44-6.44H4.058c-.253 0-.369-.253-.2-.421l2.297-2.309c.137-.137.285-.232.517-.232H18.15c.854 0 1.539.686 1.539 1.54v11.478c-.01.231-.095.368-.232.516"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/expensify.svg b/mkdocs-material/material/templates/.icons/simple/expensify.svg new file mode 100644 index 0000000..eb6a9a1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/expensify.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.16 17.52h7.68v-2.28h-4.872v-2.136h4.152v-2.328h-4.152v-2.04h4.872V6.48H8.16zM21.6 12a9.6 9.6 0 0 1-2.16 6.072l1.704 1.704A11.96 11.96 0 0 0 24 12c0-2.928-1.056-5.616-2.784-7.68l-1.704 1.704A9.6 9.6 0 0 1 21.6 12m-3.528 7.44a9.61 9.61 0 0 1-12.048.072L4.32 21.216A11.9 11.9 0 0 0 12 24c2.976 0 5.688-1.08 7.776-2.856zm-13.44-1.272A9.6 9.6 0 0 1 2.4 12c0-5.304 4.296-9.6 9.6-9.6 2.352 0 4.488.84 6.168 2.232l1.704-1.704A12.02 12.02 0 0 0 12 0C5.376 0 0 5.376 0 12c0 3 1.104 5.76 2.928 7.872z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/expertsexchange.svg b/mkdocs-material/material/templates/.icons/simple/expertsexchange.svg new file mode 100644 index 0000000..651b44e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/expertsexchange.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.28.9H0L8.36 12 0 23.1h7.28L15.64 12zM24 .9h-7.28l-2.3 3.06 3.64 4.82zm-9.58 19.15 2.3 3.05H24l-5.94-7.88z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/expo.svg b/mkdocs-material/material/templates/.icons/simple/expo.svg new file mode 100644 index 0000000..c3df89a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/expo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 20.084c.043.53.23 1.063.718 1.778.58.849 1.576 1.315 2.303.567.49-.505 5.794-9.776 8.35-13.29a.76.76 0 0 1 1.248 0c2.556 3.514 7.86 12.785 8.35 13.29.727.748 1.723.282 2.303-.567.57-.835.728-1.42.728-2.046 0-.426-8.26-15.798-9.092-17.078-.8-1.23-1.044-1.498-2.397-1.542h-1.032c-1.353.044-1.597.311-2.398 1.542C8.267 3.991.33 18.758 0 19.77Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/express.svg b/mkdocs-material/material/templates/.icons/simple/express.svg new file mode 100644 index 0000000..e42dc35 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/express.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 18.588a1.53 1.53 0 0 1-1.895-.72l-3.45-4.771-.5-.667-4.003 5.444a1.466 1.466 0 0 1-1.802.708l5.158-6.92-4.798-6.251a1.595 1.595 0 0 1 1.9.666l3.576 4.83 3.596-4.81a1.435 1.435 0 0 1 1.788-.668L21.708 7.9l-2.522 3.283a.666.666 0 0 0 0 .994l4.804 6.412zM.002 11.576l.42-2.075c1.154-4.103 5.858-5.81 9.094-3.27 1.895 1.489 2.368 3.597 2.275 5.973H1.116C.943 16.447 4.005 19.009 7.92 17.7a4.08 4.08 0 0 0 2.582-2.876c.207-.666.548-.78 1.174-.588a5.42 5.42 0 0 1-2.589 3.957 6.27 6.27 0 0 1-7.306-.933 6.58 6.58 0 0 1-1.64-3.858c0-.235-.08-.455-.134-.666A88 88 0 0 1 0 11.577zm1.127-.286h9.654c-.06-3.076-2.001-5.258-4.59-5.278-2.882-.04-4.944 2.094-5.071 5.264z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/expressvpn.svg b/mkdocs-material/material/templates/.icons/simple/expressvpn.svg new file mode 100644 index 0000000..0d423ea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/expressvpn.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.705 2.349a4.87 4.87 0 0 0-4.39 2.797L6.033 7.893h14.606c.41 0 .692.308.692.668 0 .359-.282.666-.692.666H2.592L0 14.772h2.824c-.796 1.72-1.002 2.567-1.002 3.26 0 2.105 1.72 3.62 4.416 3.62h8.239c1.771 0 3.337-1.412 3.337-3.03 0-1.411-1.206-2.515-2.772-2.515H5.596c-.873 0-1.284-.59-.924-1.335h11.859c4.004 0 7.469-3.029 7.469-6.802 0-3.183-2.618-5.621-6.16-5.621z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/eyeem.svg b/mkdocs-material/material/templates/.icons/simple/eyeem.svg new file mode 100644 index 0000000..0999249 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/eyeem.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.673 9.204v-1.04H0v5.722h3.68v-1.048H1.186V11.46h2.158v-1.017H1.186v-1.24zm2.162 6.633 2.532-5.906h-1.24l-.902 2.357-.91-2.357H4.081l1.546 3.604-1.01 2.303zm6.625-3.572v-.445c0-1.232-.75-1.966-1.89-1.966-1.179 0-2.013.78-2.013 2.059 0 1.27.834 2.057 2.043 2.057.926 0 1.684-.536 1.821-1.285l-1.124-.054c-.085.275-.337.436-.727.436-.505 0-.804-.314-.827-.803zm-1.898-1.539c.505 0 .75.314.773.796H9.743c.031-.505.345-.796.82-.796zm6.478-1.524v-1.04h-3.672v5.724h3.68v-1.048h-2.495V11.46h2.158v-1.018h-2.158v-1.24zm5.46.65c-.597 0-.987.269-1.216.629-.26-.406-.697-.627-1.24-.627s-.864.206-1.04.482v-.407h-1.056v3.956h1.117V11.69c0-.474.268-.796.711-.796.406 0 .643.283.643.788v2.205h1.117v-2.333c.046-.399.291-.659.689-.659.428 0 .658.284.658.789v2.204H24V11.46c0-1.002-.597-1.606-1.5-1.606z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/f1.svg b/mkdocs-material/material/templates/.icons/simple/f1.svg new file mode 100644 index 0000000..6f87148 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/f1.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.6 11.24h7.91L19.75 9H9.39c-2.85 0-3.62.34-5.17 1.81C2.71 12.3 0 15 0 15h3.38c.77-.75 2.2-2.13 2.85-2.75.92-.87 1.37-1.01 3.37-1.01M20.39 9l-6 6H18l6-6zm-3.25 2.61H9.88c-2.22 0-2.6.12-3.55 1.07C5.44 13.57 4 15 4 15h3.15l.75-.75c.49-.49.75-.55 1.78-.55h5.37z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/f5.svg b/mkdocs-material/material/templates/.icons/simple/f5.svg new file mode 100644 index 0000000..53ef71a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/f5.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.373 0 12a11.94 11.94 0 0 0 2.336 7.111c.509.004.86-.11.898-.33.046-.229.007-.582-.033-.94a55 55 0 0 1-.234-7.446c-.61.027-1.155.055-1.678.086.02-.471.046-.92.084-1.383.517-.05 1.064-.094 1.666-.145.026-.406.057-.798.092-1.195.27-2.43 2.828-3.916 4.959-4.49.946-.23 1.524-.303 1.978-.327.164-.005.34-.011.518-.011.442 0 .89.041 1.174.234.46.345.913.687 1.396 1.068.048.065.103.168-.017.344-.222.26-.437.509-.662.776-.13.157-.346.116-.528.066-.38-.194-.746-.373-1.117-.553-.672-.299-1.367-.606-2.14-.576-.484.04-.952.532-1 1.21a101 101 0 0 0-.151 3.228c1.343-.038 2.684-.063 4.096-.069l-.002.946c-.46.206-.896.413-1.358.623-.953.01-1.86.02-2.771.035a125 125 0 0 0 .119 7.931c.024.378.042.76.15 1.018.13.322.88.57 2.51.662.007.284.015.553.025.828-2.655-.077-5.205-.33-7.248-.699A11.96 11.96 0 0 0 12 24c6.628 0 12-5.373 12-12a11.94 11.94 0 0 0-2.096-6.775c-.147.607-.225 1.237-.367 1.882-1.8-.234-3.913-.405-6.287-.488-.191.602-.371 1.192-.578 1.836 3.973.245 5.905 1.292 7.05 2.525 1.114 1.248 1.35 2.627 1.286 3.907-.143 2.08-1.061 3.397-2.32 4.37-1.274.96-2.814 1.437-4.047 1.54-1.82.137-4.252-.296-4.77-.613a178 178 0 0 1-.95-2.202c-.08-.166-.129-.337.098-.535.354-.339.693-.666 1.051-1.013.158-.155.334-.3.467-.078.49.755.947 1.447 1.406 2.136.522.77 1.317 1.47 3.053 1.354 1.46-.13 2.568-1.234 2.686-2.448.128-2.246-2.145-3.84-8.055-4.35a2571 2571 0 0 1 3.123-9.37c1.404.065 2.704.18 3.945.34.92.116 1.772.328 2.627.427A11.97 11.97 0 0 0 12 0m10.02 21.111a.91.91 0 1 0 .908.908.91.91 0 0 0-.908-.908m0 .127c.431 0 .779.35.779.781a.78.78 0 0 1-.78.78.78.78 0 0 1-.78-.78.78.78 0 0 1 .78-.78m-.366.278v.996h.174v-.393h.139q.139 0 .195.033.094.057.094.229v.08l.002.03.004.011q-.001.006.004.01h.162l-.006-.014a.1.1 0 0 1-.008-.049 1 1 0 0 1-.004-.074v-.074a.28.28 0 0 0-.053-.155.25.25 0 0 0-.171-.097.4.4 0 0 0 .142-.049q.098-.065.098-.197.001-.188-.155-.252a.8.8 0 0 0-.27-.035zm.174.123h.15a.45.45 0 0 1 .211.037q.065.037.067.144a.15.15 0 0 1-.104.157.5.5 0 0 1-.166.021h-.158z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/facebook.svg b/mkdocs-material/material/templates/.icons/simple/facebook.svg new file mode 100644 index 0000000..9d8da39 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/facebook.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.101 23.691v-7.98H6.627v-3.667h2.474v-1.58c0-4.085 1.848-5.978 5.858-5.978.401 0 .955.042 1.468.103a9 9 0 0 1 1.141.195v3.325a9 9 0 0 0-.653-.036 27 27 0 0 0-.733-.009c-.707 0-1.259.096-1.675.309a1.7 1.7 0 0 0-.679.622c-.258.42-.374.995-.374 1.752v1.297h3.919l-.386 2.103-.287 1.564h-3.246v8.245C19.396 23.238 24 18.179 24 12.044c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.628 3.874 10.35 9.101 11.647"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/facebookgaming.svg b/mkdocs-material/material/templates/.icons/simple/facebookgaming.svg new file mode 100644 index 0000000..e9163be --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/facebookgaming.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0v24h15.67v-7.35H7.35v-9.3H24V0zm8.33 15.68h8.32V24H24V8.32H8.33Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/facebooklive.svg b/mkdocs-material/material/templates/.icons/simple/facebooklive.svg new file mode 100644 index 0000000..c4a0f40 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/facebooklive.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.478 7.81a.46.46 0 0 0-.462.463v7.452a.46.46 0 0 0 .462.462h14.06v.002a.46.46 0 0 0 .462-.462V8.273a.46.46 0 0 0-.462-.462zm-5.286.008a4.191 4.191 0 0 0-.654 8.328v-2.928H2.467v-1.211h1.07v-.924c0-1.05.621-1.633 1.579-1.633.457 0 .933.088.933.088v1.024h-.524c-.52 0-.687.327-.687.656v.787h1.164l-.187 1.21h-.979v2.929a4.188 4.188 0 0 0-.644-8.326m7.167 2.407h.635v2.993h1.628v.554h-2.263zm2.945 0h.635v3.547h-.635zm1.244 0h.702l.893 2.808h.043l.886-2.808h.675l-1.227 3.547h-.733zm3.81.003h2.296v.547h-1.66v.94h1.57v.517h-1.57v.993h1.66v.55h-2.296Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/faceit.svg b/mkdocs-material/material/templates/.icons/simple/faceit.svg new file mode 100644 index 0000000..12b443f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/faceit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.999 2.705a.167.167 0 0 0-.312-.1 1141 1141 0 0 0-6.053 9.375H.218c-.221 0-.301.282-.11.352 7.227 2.73 17.667 6.836 23.5 9.134.15.06.39-.08.39-.18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/facepunch.svg b/mkdocs-material/material/templates/.icons/simple/facepunch.svg new file mode 100644 index 0000000..f3f8325 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/facepunch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.388 0 0 5.388 0 12s5.388 12 12 12 12-5.388 12-12S18.629 0 12 0m0 21.314c-5.133 0-9.297-4.164-9.297-9.297S6.867 2.72 12 2.72s9.297 4.164 9.297 9.297-4.164 9.297-9.297 9.297M10.028 12l1.48 1.479-1.922 1.92-1.478-1.478-1.428 1.444-1.92-1.92L6.203 12l-1.377-1.377 1.92-1.904 1.36 1.377 1.411-1.41 1.921 1.903L10.03 12zm9.162-1.462-1.411 1.411 1.479 1.479-1.92 1.904-1.48-1.48-1.444 1.446-1.904-1.921 1.445-1.428-1.377-1.377 1.904-1.92 1.376 1.376 1.411-1.41 1.92 1.92z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fairphone.svg b/mkdocs-material/material/templates/.icons/simple/fairphone.svg new file mode 100644 index 0000000..0fcf34e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fairphone.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.25 12.358q.186-.459.38-.918.087.46.185.918zm.129-1.943a46 46 0 0 0-1.396 3.151h.649a.23.23 0 0 0 .216-.154q.075-.205.155-.41h.957l.103.411a.2.2 0 0 0 .195.155h.667a38 38 0 0 1-.752-3.152zm1.935 3.152h.784q.094-1.566.321-3.134h-.783a37 37 0 0 0-.322 3.134m3.23-2.018c-.029.25-.201.407-.467.407h-.388q.042-.41.094-.819h.384c.262 0 .41.134.378.402zm.793-.04q0-.012.003-.023c.037-.318-.026-.56-.172-.734-.17-.206-.461-.318-.871-.318H6.882a28 28 0 0 0-.096.703h.218q-.154 1.215-.226 2.43h.78q.03-.484.07-.97h.278q.193.427.394.856a.2.2 0 0 0 .183.115h.756a53 53 0 0 1-.542-1.137 1.11 1.11 0 0 0 .64-.922m2.093.062c-.031.264-.212.43-.487.43h-.274c.03-.293.062-.572.099-.865h.27c.283 0 .427.134.393.42l-.001.014m-.257-1.137H9.866c-.033.23-.066.473-.096.703h.217a37 37 0 0 0-.224 2.432h.78q.027-.454.065-.909h.3c.669-.009 1.225-.367 1.31-1.12l.002-.017c.083-.703-.326-1.088-1.046-1.088m3.032 1.19h-.866q.067-.594.154-1.19h-.784a36 36 0 0 0-.32 3.134h.784q.034-.605.09-1.209h.867q-.056.604-.09 1.21h.788a37 37 0 0 1 .321-3.135h-.789q-.087.596-.154 1.19m6.068.386a52 52 0 0 1-.847-1.631l-.718.12a36 36 0 0 0-.312 3.07h.773q.047-.821.133-1.642.417.774.865 1.548a.19.19 0 0 0 .163.094h.59a37 37 0 0 1 .32-3.134h-.772a39 39 0 0 0-.196 1.576M.941 11.713q.03-.277.066-.556h1.427q.046-.36.1-.724H.104q-.054.363-.1.725h.218A36 36 0 0 0 0 13.568h.784q.034-.58.087-1.16h.845a.25.25 0 0 0 .236-.221q.024-.236.05-.473H.94zm21.461 1.147q.022-.27.047-.538h.859a.25.25 0 0 0 .237-.221q.021-.223.047-.446h-1.075q.03-.258.062-.515h1.324q.045-.353.097-.707h-2.317a34 34 0 0 0-.097.707h.218a35 35 0 0 0-.225 2.427h2.119q.02-.354.048-.707zm-5.079-.795-.005.049c-.054.542-.293.782-.66.782-.36 0-.59-.332-.535-.874q.001-.024.005-.049c.056-.542.349-.869.71-.869a.46.46 0 0 1 .408.225l-.11.106c.093.15.217.357.188.63m.414-1.202.108-.105c-.212-.243-.52-.383-.903-.383-.818 0-1.52.658-1.616 1.593l-.007.068c-.095.94.463 1.59 1.286 1.59.822 0 1.419-.572 1.513-1.508l.007-.067a1.55 1.55 0 0 0-.388-1.188"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/falco.svg b/mkdocs-material/material/templates/.icons/simple/falco.svg new file mode 100644 index 0000000..5a511f1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/falco.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.812 0c-.23.012-.416.112-.503.329-.155.382.043.66.298.916l10.186 10.17c.16.16.336.31.523.37l.742-.742c-.06-.187-.212-.363-.373-.523Q8.595 5.434 3.5.35C3.31.16 3.107-.01 2.812 0m.95 4.485a.54.54 0 0 0-.434.178c-.265.262-.246.573-.037.867q.141.192.312.36 3.658 3.654 7.323 7.302c.165.164.363.333.578.404l.738-.738c-.094-.268-.316-.447-.51-.641a4831.46 4831.315 0 0 0-6.246-6.24c-.431-.43-.861-.865-1.306-1.281a.7.7 0 0 0-.418-.211M19.33 8.262a.3.3 0 0 0-.213.078q-2.562 2.547-5.127 5.092l-8.027 8.014-.02-.02a56.5 56.498 0 0 0-1.36 1.401c-.233.25-.32.57-.05.86.282.303.623.284.934.054.233-.172.434-.388.64-.594l.543-.54 1.506-1.503q5.484-5.47 10.953-10.955l2.637-.46c-.377-.38-1.794-1.44-2.416-1.427m-14.78.803a.58.58 0 0 0-.345.193c-.208.228-.206.492-.045.733q.226.326.508.605a773.152 773.129 0 0 0 3.486 3.484c.394.393.787.787 1.195 1.164.09.087.2.15.32.184l.774-.774c-.05-.198-.184-.356-.332-.503a3008.15 3008.06 0 0 0-4.724-4.715 1.4 1.4 0 0 0-.452-.315.7.7 0 0 0-.384-.056Zm15.137 2.56c-.27.018-.485.208-.687.41l-9.86 9.844-.726.724c-.174.175-.352.367-.408.575-.045.164-.013.34.156.521.423.455.82.13 1.154-.205q5.351-5.337 10.7-10.68c.169-.168.339-.34.357-.6a.56.56 0 0 0-.395-.542.7.7 0 0 0-.29-.046zm.057 3.58c-.226.012-.438.178-.625.364-1.357 1.346-2.706 2.702-4.063 4.05-.474.47-.452.91.018 1.37.796.782 1.59 1.565 2.363 2.37.433.45.907.732 1.518.613.14.01.249.03.353.02.446-.042 1.01-.012 1.024-.626.014-.633-.535-.636-.995-.619-.466.017-.809-.174-1.119-.5-.476-.5-.952-1.004-1.466-1.463-.456-.406-.391-.703.023-1.1 1.091-1.05 2.152-2.132 3.217-3.207.314-.318.593-.697.17-1.096-.143-.134-.283-.183-.418-.176"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/falcon.svg b/mkdocs-material/material/templates/.icons/simple/falcon.svg new file mode 100644 index 0000000..b2a5a12 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/falcon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.929 19.487c0 .035.264.2.592.364 1.578.835 2.55 1.742 2.914 2.75.164.435.171.592.028.92-.178.436-.207.429.95.393 1.043-.035 1.657-.15 1.657-.314 0-.078-.857-.885-1.171-1.093a1.4 1.4 0 0 1-.186-.15 8 8 0 0 0-.321-.257 12 12 0 0 1-.372-.278 6 6 0 0 0-.25-.193l-.45-.35a5 5 0 0 0-.535-.357c-.328-.178-.528-.307-.571-.357-.05-.057-1.036-.593-1.5-.814-.214-.1-.45-.214-.514-.25-.157-.086-.271-.093-.271-.014m-5.75-1.536a5 5 0 0 0-.056.415c-.043.5-.379 1.164-.764 1.52-.465.436-.75.572-.993.48a3.4 3.4 0 0 0-.628-.115c-.357-.043-.486-.022-.657.078-.186.108-.222.179-.222.4 0 .315-.007.307.257.165a1 1 0 0 1 .3-.108c.15 0 .093.143-.093.229-.207.093-.264.271-.278.828-.007.422.121.586.236.286.035-.093.17-.221.3-.293A1.4 1.4 0 0 0 8 21.43c.186-.314.286-.364.286-.15 0 .457.236.479.436.036.121-.243.186-.307.271-.271.236.1.515.114.615.028s.092-.114-.043-.257c-.086-.093-.15-.179-.129-.193.157-.114.5-.193.85-.193.628 0 .714-.107.714-.914 0-.82-.214-1.406-.564-1.556-.179-.072-.236-.079-.257-.008zM22.535 1.062a1.2 1.2 0 0 0-.193.315c-.414.885-1.785 1.72-3.949 2.392-.193.064-.535.164-.75.236-.214.064-.635.2-.928.285-3.635 1.107-4.27 1.678-5.57 4.963-.586 1.472-.893 1.964-1.5 2.364-.507.343-.92.457-2.07.6-1.829.221-2.536.436-3.107.943-.35.3-.464.614-.464 1.242 0 .286-.029.536-.057.557-.036.022-.1.214-.15.436-.072.3-.072.45-.007.643.1.292.378.535.628.535.178 0 .186-.05.05-.371q-.045-.117.136-.307c.157-.157.235-.179.72-.179.558 0 .744-.057 1.008-.3.15-.135.157-.135.357.086.421.464 1.52 1.121 2.892 1.735.65.293 1.057.643 1.364 1.186.207.357.236.457.236.97 0 .836-.3 1.408-.886 1.68-.1.05-.243.113-.307.15-.071.035-.336.063-.593.063H8.93l-.15.336a8 8 0 0 1-.25.528c-.078.158-.078.208 0 .322.093.121.122.107.464-.243.358-.364.579-.471.579-.271 0 .057-.129.2-.279.321-.35.278-.4.478-.235.95.135.385.314.5.357.235.014-.078.121-.235.235-.35.115-.107.208-.242.208-.292s.05-.129.107-.179c.157-.128.221.1.121.457-.064.243-.057.314.036.414.071.079.093.186.064.307-.029.129-.014.179.05.179.1 0 .336-.221.336-.314 0-.029.064-.15.15-.264.15-.215.157-.258.021-1.014-.021-.143-.014-.265.014-.265.15 0 .664.329.693.443.05.186.264.079.264-.136a.8.8 0 0 0-.428-.678c-.236-.1-.279-.257-.086-.314.45-.143.871-.4 1.25-.779.457-.442.535-.535.828-.964.407-.592.786-.857 1.221-.857.6 0 2.485.843 3.942 1.764.679.429 2.007 1.357 2.228 1.557.043.043.286.221.543.407.257.179.7.521.986.764.285.236.542.436.57.436.236 0 .315-.614.108-.8a5 5 0 0 0-.557-.343c-.521-.293-1.528-.971-1.964-1.335-.985-.807-2.242-2.385-3.078-3.864a10 10 0 0 1-.278-.485c-.6-1.05-1.743-2.385-2.05-2.385-.121 0-.121-.008.072-.929.057-.293.142-.792.185-1.107.129-.87.314-1.863.45-2.356.386-1.45 1.207-2.457 2.7-3.3 2.092-1.192 2.927-1.928 3.527-3.12.322-.636.386-.793.579-1.507.1-.364.221-1.25.171-1.25a.4.4 0 0 0-.1.057zM3.496.484C1.839 2.198 1.003 3.926 1.003 5.647c0 .393.029.729.072.75s.071.114.071.2c0 .2.172.693.4 1.157.3.621.736 1.057 1.921 1.914.929.67 1.443 1.428 1.614 2.385l.093.514.257-.107c.65-.279 1.15-.379 2.642-.536.957-.1 1.328-.243 1.771-.678.629-.629.329-1.036-1.635-2.2-2.114-1.257-2.87-1.842-3.692-2.863-.657-.822-.993-1.5-1.157-2.343-.157-.785.057-2.028.536-3.142.135-.328.25-.614.25-.642 0-.15-.236.007-.65.428"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fampay.svg b/mkdocs-material/material/templates/.icons/simple/fampay.svg new file mode 100644 index 0000000..aba0817 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fampay.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.828 23.971a.21.21 0 0 1-.233-.016c-.646-.407-3.892-2.571-6.089-5.288-1.34-1.677 3.783-4.173 3.783-3.844.005 1.782.5 6.467 2.603 8.747a.27.27 0 0 1-.013.356l-.051.035M13.48 13.082l4.659-2.119a4.39 4.39 0 0 0 2.542-2.636l.581-1.634a.174.174 0 0 0-.11-.222.17.17 0 0 0-.125 0l-8.897 3.771.033-.142a.9.9 0 0 1 .439-.626c1.505-.927 6.903-3.686 6.903-3.686a6.6 6.6 0 0 0 3.53-4.112L23.444.28a.225.225 0 0 0-.153-.268.22.22 0 0 0-.144 0s-8.123 3.156-10.734 4.425C9.8 5.707 7.126 7.34 6.2 12.142c-.376 1.945.313 3.592 1.607 5.46-.006-1.836 4.637-4.02 5.673-4.52M2.026 4.86C1.289 4.299.662 4.25.553 4.299c-.049-.174.846-.597.956-.707.362-.346.565-.804.988-1.098.863-.611 1.93-.424 2.824.064.455.25 1.709 1.071 1.728 1.112a14 14 0 0 1 1.896 1.71.24.24 0 0 1 0 .314c-.211.203-.418.348-.675.565-1.703 1.43-2.73 5.24-2.746 5.711V12s-.999-5.38-3.498-7.14"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fandango.svg b/mkdocs-material/material/templates/.icons/simple/fandango.svg new file mode 100644 index 0000000..db24d13 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fandango.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.664 6.956 8.05 8.496l1.14 4.224 5.615-1.54 1.145 4.22-5.615 1.49 1.093 4.224-5.615 1.49L4.42 17.54c.846-.995 1.194-2.386.846-3.728-.398-1.342-1.392-2.385-2.584-2.832L1.29 5.763 12.57 2.78zm7.106-.198L18.932.05 0 5.068l1.838 6.758a3.05 3.05 0 0 1 2.385 2.236c.348 1.193-.1 2.385-.944 3.18l1.788 6.708L24 18.882l-1.79-6.708c-1.142-.2-2.086-1.043-2.434-2.236-.298-1.193.1-2.435.994-3.18"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fandom.svg b/mkdocs-material/material/templates/.icons/simple/fandom.svg new file mode 100644 index 0000000..251c7e2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fandom.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.123.008a.43.43 0 0 0-.512.42v9.746L4.104 6.666a.432.432 0 0 0-.66.064.43.43 0 0 0-.071.239v10.064a2.39 2.39 0 0 0 .701 1.694l4.565 4.57a2.4 2.4 0 0 0 1.693.703h3.34a2.4 2.4 0 0 0 1.691-.701l4.565-4.572a2.4 2.4 0 0 0 .699-1.694V13.41a2.4 2.4 0 0 0-.7-1.693L8.343.125a.43.43 0 0 0-.219-.117zM9.646 12.51a.72.72 0 0 1 .508.21l1.848 1.85 1.844-1.85a.714.714 0 0 1 1.015 0l1.32 1.321a.72.72 0 0 1 .212.508v1.406a.72.72 0 0 1-.21.508l-3.68 3.7a.72.72 0 0 1-1.019 0l-3.668-3.7a.72.72 0 0 1-.209-.506v-1.408a.7.7 0 0 1 .211-.506l1.32-1.322a.71.71 0 0 1 .508-.211"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fanfou.svg b/mkdocs-material/material/templates/.icons/simple/fanfou.svg new file mode 100644 index 0000000..6ed73be --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fanfou.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.96.066 1.369 2.081q-4.9 1.358-10.787 1.83v3.807h10.194q-.672 6.64-3.504 10.552Q21.09 20.55 24 22.274l-1.7 1.66a25 25 0 0 1-4.582-3.74 21 21 0 0 1-4.993 3.74l-1.528-1.726q3.214-1.818 5.019-3.793-2.4-3.78-3.135-8.312h-.54q.105 8.339-2.885 13.806l-2.002-1.396q2.594-4.546 2.594-12.792V1.897q6.43-.25 11.712-1.83Zm-1.897 10.038h-4.61q.526 3.451 2.292 6.335 1.776-2.791 2.318-6.335M9.405 3.623Q9.22 6.6 8.246 9.8L6.1 9.182q.461-1.332.83-3.2H3.583Q2.648 8.259 1.646 9.97L0 8.18Q1.778 5.032 2.858.092l2.24.646a64 64 0 0 1-.764 2.885Zm-.96 15.754q-2.426 2.423-4.61 3.86l-1.385-1.91q.382-.33.382-1.002V8.431h2.345v10.84q.935-.724 2.318-2.107z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fantom.svg b/mkdocs-material/material/templates/.icons/simple/fantom.svg new file mode 100644 index 0000000..ae186aa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fantom.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.96.23c.584-.307 1.471-.307 2.055 0l5.952 3.128c.351.184.544.46.579.744h.005v15.722c-.007.31-.202.617-.584.818l-5.952 3.128c-.584.307-1.471.307-2.055 0l-5.952-3.128c-.38-.2-.563-.51-.572-.818V4.102h.003c.026-.288.21-.556.57-.744Zm7.654 12.643-5.6 2.943c-.583.306-1.47.306-2.054 0L5.373 12.88v6.913l5.587 2.92c.316.168.643.332.964.353l.064.002c.333 0 .657-.168.986-.327l5.64-2.973Zm-15.146 6.61c0 .601.07.997.21 1.276.116.232.29.408.607.623l.018.013a7 7 0 0 0 .24.153l.11.067.338.203-.485.797-.378-.227-.064-.039a8 8 0 0 1-.285-.182c-.904-.606-1.241-1.267-1.248-2.643v-.042Zm8.05-10.824a1 1 0 0 0-.12.051l-5.952 3.128-.018.01-.005.003.01.005.013.007 5.952 3.128a1 1 0 0 0 .121.052zm.938 0v6.384a1 1 0 0 0 .121-.052l5.952-3.128.018-.01.005-.002-.01-.005-.013-.008-5.952-3.128a1 1 0 0 0-.121-.051m6.158-3.442-5.34 2.806 5.34 2.806zm-13.241.006v5.6l5.327-2.8Zm7.204-4.169c-.31-.163-.87-.163-1.179 0L5.446 4.182l-.018.01-.005.003.01.005.013.007 5.952 3.128c.31.163.87.163 1.179 0l5.952-3.128.018-.01.005-.002-.01-.006-.013-.007zm6.917.343.378.227.064.04c.11.067.2.124.285.181.904.607 1.241 1.268 1.248 2.643v.042h-.937c0-.602-.07-.998-.21-1.277-.116-.231-.29-.408-.607-.623l-.018-.012a7 7 0 0 0-.24-.153l-.11-.067-.338-.203z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/farcaster.svg b/mkdocs-material/material/templates/.icons/simple/farcaster.svg new file mode 100644 index 0000000..690ceda --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/farcaster.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.24.24H5.76A5.76 5.76 0 0 0 0 6v12a5.76 5.76 0 0 0 5.76 5.76h12.48A5.76 5.76 0 0 0 24 18V6A5.76 5.76 0 0 0 18.24.24m.816 17.166v.504a.49.49 0 0 1 .543.48v.568h-5.143v-.569c-.002-.288.257-.505.544-.479v-.504c0-.22.153-.402.358-.458l-.01-4.364c-.158-1.737-1.64-3.098-3.443-3.098s-3.285 1.361-3.443 3.098l-.01 4.358c.228.042.532.208.54.464v.504a.49.49 0 0 1 .543.48v.568H4.392v-.569a.49.49 0 0 1 .543-.479v-.504c0-.253.201-.454.454-.472V9.039h-.49l-.61-2.031H6.93V5.042h9.95v1.966h2.822l-.61 2.03h-.49v7.896c.252.017.453.22.453.472"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fareharbor.svg b/mkdocs-material/material/templates/.icons/simple/fareharbor.svg new file mode 100644 index 0000000..6f329a7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fareharbor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m2.475 3.936.002.04c0 .78-.632 1.413-1.413 1.413l-.058-.002V6.86q.029-.003.058-.005a.64.64 0 0 1 .64.64.64.64 0 0 1-.64.639q-.03-.001-.058-.006v1.168q.029-.005.058-.006a.64.64 0 0 1 .64.639.64.64 0 0 1-.64.64q-.03-.001-.058-.006v1.166c.02-.001.038-.006.058-.006a.64.64 0 0 1 .64.641.64.64 0 0 1-.64.639q-.03-.002-.058-.006v1.432q.03-.003.058-.004c.78 0 1.413.633 1.413 1.414v.011h19.088v-.011c0-.78.631-1.414 1.412-1.414l.017.002v-1.426l-.017.002a.64.64 0 0 1-.641-.639.64.64 0 0 1 .64-.64l.018.002v-1.159l-.017.002a.64.64 0 0 1-.641-.64.64.64 0 0 1 .64-.639l.018.002v-1.16l-.017.002a.64.64 0 0 1-.641-.639.64.64 0 0 1 .64-.64l.018.001V5.39h-.017c-.78 0-1.412-.632-1.412-1.412l.002-.041zm9.517.832a.2.2 0 0 1 .102.027l3.39 2.006a.2.2 0 0 1 .121.183.2.2 0 0 1-.2.202h-.821v3.609h1.018v1.057l-.641.601v1.795h5.37c.188 0 .34-.174.34-.389V6.04c0-.215-.152-.389-.34-.389h-4.794v-.402h4.795c.408 0 .74.355.74.791v7.82c0 .436-.332.791-.74.791H3.684c-.409 0-.74-.355-.74-.79V6.038c0-.436.331-.791.74-.791h4.718v.402H3.684c-.187 0-.34.174-.34.389v7.82c0 .215.153.389.34.389h5.328v-1.805l-.631-.592v-1.056h1.017v-3.61h-.816a.2.2 0 0 1-.195-.148.2.2 0 0 1 .092-.224l3.412-2.018a.2.2 0 0 1 .101-.027zm0 .433L9.314 6.783h5.354zm7.145 1.662a.2.2 0 0 1 .166.149.2.2 0 0 1-.14.246l-3.231.877a.2.2 0 0 1-.053.008.2.2 0 0 1-.193-.149.2.2 0 0 1 .14-.246l3.23-.879a.2.2 0 0 1 .08-.006M5.03 6.916a.2.2 0 0 1 .08.006l2.928.826a.201.201 0 0 1-.055.395.2.2 0 0 1-.054-.008l-2.926-.826a.2.2 0 0 1-.139-.248.2.2 0 0 1 .166-.145m4.77.27v3.609h1.996v-.61a1.22 1.22 0 0 1-1.026-1.203c0-.606.445-1.11 1.026-1.203v-.593zm2.398 0v.597a1.22 1.22 0 0 1 1.012 1.2c0 .6-.438 1.101-1.012 1.2v.612h1.983v-3.61Zm-.207.978a.82.82 0 0 0-.818.818.818.818 0 1 0 .818-.818m-7.848.63h3.43a.2.2 0 0 1 .2.202.2.2 0 0 1-.2.201h-3.43a.2.2 0 0 1-.2-.2.2.2 0 0 1 .2-.202m12.147 0h3.43a.2.2 0 0 1 .2.202.2.2 0 0 1-.2.201h-3.43a.2.2 0 0 1-.201-.2.2.2 0 0 1 .201-.202m-8.283.903a.2.2 0 0 1 .17.143.2.2 0 0 1-.135.25l-2.72.82a.2.2 0 0 1-.06.008.2.2 0 0 1-.193-.143.2.2 0 0 1 .135-.25l2.723-.82a.2.2 0 0 1 .08-.008m7.85 0a.2.2 0 0 1 .08.008l3.076.924a.2.2 0 0 1 .134.25.2.2 0 0 1-.193.143.2.2 0 0 1-.057-.008l-3.076-.924a.2.2 0 0 1-.135-.25.2.2 0 0 1 .17-.143m-7.077 1.5v.48l.516.483h5.388l.516-.482v-.48H9.398Zm.631 1.366v1.156l3.004-1.156Zm4.121 0L9.44 14.139q-.014.003-.027.004v.105h2.535l2.612-1.107v-.579Zm1.026 1.013-1.608.672h1.608zM0 17.617v2.412h.508v-.933h1.178v-.483H.508V18.1h1.336v-.483zm9.52 0v2.412h.484v-1.011h1.002v1.011h.506v-2.412h-.506v.943h-1.002v-.943zm10.943.348c-.64 0-1.107.472-1.107 1.049v.006c0 .576.46 1.045 1.101 1.045.64 0 1.106-.475 1.106-1.051v-.006c0-.577-.46-1.043-1.1-1.043m-17.565.021-.89 2.043h.467l.19-.455h.876l.19.455h.478l-.89-2.043zm9.98 0-.888 2.043h.465l.19-.455h.879l.189.455h.477l-.89-2.043ZM4.708 18v2.03h.457v-.651h.358l.445.65H6.5l-.506-.724c.264-.096.445-.302.445-.63v-.005c0-.417-.293-.67-.783-.67Zm2.44 0v2.03h1.582v-.4H7.602v-.425h.978v-.396h-.978v-.412h1.11V18Zm7.54 0v2.03h.458v-.651h.359l.445.65h.533l-.507-.724c.264-.096.445-.302.445-.63v-.005c0-.417-.294-.67-.783-.67Zm2.383 0v2.03h.987c.468 0 .777-.186.777-.557v-.006c0-.273-.148-.408-.389-.498.149-.081.274-.209.274-.438v-.006c0-.318-.262-.525-.686-.525Zm5.135 0v2.03h.457v-.651h.36l.445.65H24l-.508-.724c.264-.096.445-.302.445-.63v-.005c0-.417-.293-.67-.783-.67Zm-1.748.377a.62.62 0 0 1 .627.637v.006a.613.613 0 0 1-.621.632.624.624 0 0 1-.63-.638v-.006c0-.348.256-.631.624-.631m-2.943.014h.45c.194 0 .302.075.302.209v.006c0 .15-.129.214-.33.214h-.422zm-12.35.011h.453c.223 0 .36.1.36.291v.006c0 .171-.128.287-.35.287h-.463Zm9.98 0h.456c.222 0 .357.1.357.291v.006c0 .171-.127.287-.35.287h-.463zm7.518 0h.455c.223 0 .358.1.358.291v.006c0 .171-.128.287-.35.287h-.463zm-19.56.12.277.658h-.553Zm9.982 0 .275.658h-.55zm4.43.67h.529c.234 0 .338.084.338.22v.006c0 .15-.123.219-.324.219h-.543z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/farfetch.svg b/mkdocs-material/material/templates/.icons/simple/farfetch.svg new file mode 100644 index 0000000..81fe8a1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/farfetch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 10.248V6.749H13.586c-3.062 0-4.737 1.837-4.737 4.488v2.231H4.321V8.599c0-3.425.332-5.074 4.212-5.074H24V0H6.259C2.336 0 0 2.589 0 6.386V24h4.321v-7.033h4.527V24h4.339v-7.033H24v-3.499H13.188v-1.155c0-1.461.232-2.064 2.257-2.064z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fastapi.svg b/mkdocs-material/material/templates/.icons/simple/fastapi.svg new file mode 100644 index 0000000..250d12d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fastapi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 .039c-6.627 0-12 5.354-12 11.96-.001 6.606 5.372 11.963 12 11.962S24.001 18.605 24 12 18.627.039 12 .039m-.829 5.415h7.55l-7.58 5.329h5.182L5.28 18.543Q8.226 12 11.171 5.455"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fastify.svg b/mkdocs-material/material/templates/.icons/simple/fastify.svg new file mode 100644 index 0000000..d0da39f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fastify.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.245 6.49 24 4.533l-.031-.121-7.473 1.967c.797-1.153.523-2.078.523-2.078s-2.387 1.524-4.193 1.485c-1.804-.04-2.387-.52-5.155.362S4.12 9.738 3.32 10.321C2.516 10.904 0 12.798 0 12.798l.006.034 2.27-.724s-.622.585-1.945 2.37l-.062-.057.002.011s1.064 1.626 2.107 1.324a2 2 0 0 0 .353-.147c.419.234.967.463 1.572.525 0 0-.41-.475-.752-1.017l.238-.154.865.318-.096-.812q.005-.003.008-.006l.849.311-.105-.738a6 6 0 0 1 .322-.158l.885-3.345 3.662-2.497-.291.733c-.741 1.826-2.135 2.256-2.135 2.256l-.582.22c-.433.512-.614.637-.764 2.353.348-.088.682-.107.984-.028 1.564.421 2.107 2.307 1.685 2.827-.104.13-.356.354-.673.617H7.77l-.008.514-.065.051h-.645l-.009.504-.17.127c-.607.011-1.373-.518-1.373-.518 0 .481.401 1.225.401 1.225l.07-.034-.061.045s1.625 1.083 2.646.681c.91-.356 3.263-2.213 5.296-3.093l6.15-1.62.811-2.1-4.688 1.235v-1.889l5.5-1.448.811-2.1-6.31 1.662V8.367zm-11.163 4 1.459-.384.02.074-.455 1.179-1.513.398zm.503 2.526-1.512.398.489-1.266 1.459-.385.02.074zm1.971-.424-1.513.398.49-1.266 1.459-.385.02.073Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fastlane.svg b/mkdocs-material/material/templates/.icons/simple/fastlane.svg new file mode 100644 index 0000000..104b6a1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fastlane.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.144 19.182a1.45 1.45 0 0 0-1.237-.868l-1.615-4.976-.37-1.135c-.017.01-.112.052-.13.06-.008.01-.025.01-.033.018a.4.4 0 0 0-.07.037.5.5 0 0 1-.102.043c-.043.016-.078.034-.12.042-.035.01-.07.027-.104.036-.04.01-.083.025-.126.034q-.05.014-.103.026a.6.6 0 0 1-.137.017c-.035.01-.07.01-.103.017-.028 0-.054 0-.08.01h-.16c-.052 0-.095 0-.146-.01-.035 0-.07 0-.095-.01l-.165-.025c-.026-.01-.052-.01-.086-.017a3 3 0 0 1-.25-.06 2.5 2.5 0 0 1-1.633-3.137C1.7 7.97 3.102 7.23 4.417 7.65l.344-1.1A3.673 3.673 0 0 0 .167 8.94a3.674 3.674 0 0 0 2.39 4.59 3.9 3.9 0 0 0 1.624.128l1.634 5.035a1.4 1.4 0 0 0-.232.267 1.47 1.47 0 0 0 .387 2.053 1.47 1.47 0 0 0 2.2-.662 1.57 1.57 0 0 0-.03-1.167zM11.901.412a3.656 3.656 0 0 0-3.62 3.697c.01.54.147 1.09.38 1.58L4.381 8.8a1.5 1.5 0 0 0-.327-.138 1.47 1.47 0 0 0-1.83.997c-.233.78.214 1.596.996 1.83q.155.049.31.05c.404.025.8-.11 1.09-.38.2-.18.354-.4.43-.678a1.44 1.44 0 0 0 .018-.764l4.237-3.08.962-.702c-.017-.018-.077-.086-.094-.103l-.026-.026q-.026-.026-.052-.06a.5.5 0 0 1-.07-.087 2 2 0 0 0-.076-.103c-.026-.026-.043-.06-.07-.086a1 1 0 0 1-.068-.11.6.6 0 0 0-.06-.096 1 1 0 0 1-.06-.12c-.017-.034-.034-.06-.043-.095l-.026-.07c-.006-.017-.014-.042-.023-.06-.01-.034-.025-.07-.034-.094-.016-.044-.025-.096-.042-.147l-.025-.096c-.01-.05-.017-.11-.026-.163 0-.025-.01-.05-.018-.085a2 2 0 0 1-.017-.26 2.5 2.5 0 0 1 2.475-2.526 2.5 2.5 0 0 1 2.526 2.475l1.152-.01C15.576 2.01 13.92.386 11.9.41zm11.908 8.664a3.664 3.664 0 0 0-4.632-2.303 3.8 3.8 0 0 0-1.385.851l-4.28-3.109c.026-.113.034-.233.034-.354a1.483 1.483 0 0 0-1.512-1.435 1.483 1.483 0 0 0-1.436 1.513 1.47 1.47 0 0 0 .744 1.23c.232.128.5.205.782.197.267-.01.525-.086.73-.224l4.239 3.077.962.705.07-.12c.008-.008.008-.025.016-.034.008-.027.025-.044.034-.07.017-.034.034-.06.05-.094a.5.5 0 0 0 .07-.112l.06-.085q.037-.053.086-.104c.026-.026.043-.05.07-.086l.094-.095.077-.078c.018-.017.035-.034.06-.05.018-.018.036-.027.053-.044a.3.3 0 0 1 .086-.06c.04-.026.084-.052.12-.078a.5.5 0 0 1 .084-.05c.052-.027.094-.053.146-.08.026-.008.052-.025.077-.033a2.51 2.51 0 0 1 3.412 1.477 2.507 2.507 0 0 1-1.572 3.17l.37 1.09c1.9-.627 2.93-2.7 2.294-4.615zm-2.166.62a1.474 1.474 0 0 0-1.881-.895 1.5 1.5 0 0 0-.284.14c-.344.214-.584.56-.662.945-.05.258-.043.533.052.8.094.257.24.463.438.627l-1.616 4.976-.37 1.134c.018 0 .112.026.138.026.017 0 .026 0 .043.01.028.008.054.008.08.017q.053.014.104.025c.043.01.086.026.13.035.033.01.068.017.102.034l.12.05c.035.018.07.027.103.044.04.017.076.043.12.06.033.017.06.034.093.052.026.01.043.025.06.043.018.01.035.024.052.033.026.018.06.035.086.06a.6.6 0 0 1 .113.096c.025.016.05.042.077.06.043.033.077.076.12.12.02.016.043.034.06.06.06.06.11.13.164.197a2.505 2.505 0 0 1-.516 3.497 2.507 2.507 0 0 1-3.5-.515l-.927.686c1.205 1.616 3.5 1.96 5.116.757s1.96-3.497.756-5.112a3.8 3.8 0 0 0-1.237-1.058l1.632-5.036a1.48 1.48 0 0 0 1.238-1.968zM18.2 18.905a1.45 1.45 0 0 0-1.315-.558 1.4 1.4 0 0 0-.748.3c-.215.163-.37.378-.465.61H9.243c0 .017.01.12.02.137 0 .018 0 .026.01.043 0 .026.01.052.01.078 0 .034.007.07.007.112 0 .043 0 .086.01.128v.112c0 .043-.01.086-.01.13 0 .034-.01.068-.01.11-.01.044-.02.087-.02.138-.007.035-.007.07-.015.103-.01.025-.01.05-.017.08-.01.014-.01.04-.018.06q-.014.047-.026.1c-.017.043-.034.095-.052.14-.01.032-.025.06-.034.092a3 3 0 0 1-.077.146c-.016.025-.024.05-.033.077a2 2 0 0 1-.138.215 2.504 2.504 0 0 1-3.49.583 2.5 2.5 0 0 1-.585-3.489l-.937-.67a3.66 3.66 0 0 0 .86 5.096 3.656 3.656 0 0 0 5.095-.86c.318-.445.524-.97.628-1.502h5.294a1.48 1.48 0 0 0 2.252.567c.61-.508.73-1.436.232-2.08z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fastly.svg b/mkdocs-material/material/templates/.icons/simple/fastly.svg new file mode 100644 index 0000000..88bb339 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fastly.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.919 3.036V1.3h.632V0H9.377v1.3h.631v1.749a10.57 10.57 0 0 0-8.575 10.384C1.433 19.275 6.17 24 12 24c5.842 0 10.567-4.737 10.567-10.567 0-5.186-3.729-9.486-8.648-10.397m-1.628 15.826v-.607h-.619v.607c-2.757-.158-4.955-2.38-5.101-5.137h.607v-.62h-.607a5.436 5.436 0 0 1 5.101-5.089v.607h.62v-.607a5.435 5.435 0 0 1 5.137 5.114h-.607v.619h.607a5.444 5.444 0 0 1-5.138 5.113m2.26-7.712-.39-.389-1.979 1.725a.9.9 0 0 0-.316-.06.986.986 0 0 0-.971.995c0 .547.437.996.971.996.535 0 .972-.45.972-.996a.8.8 0 0 0-.049-.304Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fathom.svg b/mkdocs-material/material/templates/.icons/simple/fathom.svg new file mode 100644 index 0000000..283f888 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fathom.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.185 0c-1.702.008-3.693.467-6.068 1.331C.115 4.244-1.581 7.881 1.33 15.883s6.55 9.698 14.552 6.786 9.699-6.55 6.786-14.552C20.62 2.491 18.214-.018 14.185 0m2.77 6.57h1.253a.25.25 0 0 1 .199.098.25.25 0 0 1 .043.217L15.672 17.22a.25.25 0 0 1-.241.186h-1.254a.25.25 0 0 1-.242-.315l.169-.628.123-.457 2.486-9.252a.25.25 0 0 1 .241-.185zm-9.184.808h.504a.25.25 0 0 1 .25.25v.844a.25.25 0 0 1-.25.25h-.428a2 2 0 0 0-.258.012.22.22 0 0 0-.12.048.2.2 0 0 0-.049.078.9.9 0 0 0-.043.315v.641h.898a.25.25 0 0 1 .25.25v.844a.25.25 0 0 1-.25.25h-.898v5.094a.25.25 0 0 1-.25.25h-.985a.25.25 0 0 1-.25-.25v-7.23a1.7 1.7 0 0 1 .169-.78 1.4 1.4 0 0 1 .453-.523c.37-.257.826-.341 1.257-.343m3.85 2.344c.767 0 1.419.218 1.883.622.465.404.725.994.723 1.668v1.683l-.755 2.809h-.48a.25.25 0 0 1-.25-.25v-.187a2 2 0 0 1-.223.167c-.335.213-.79.352-1.39.352a2.94 2.94 0 0 1-1.337-.29 1.9 1.9 0 0 1-.883-.907 2.2 2.2 0 0 1-.187-.916 1.9 1.9 0 0 1 .245-.99 1.7 1.7 0 0 1 .646-.618c.52-.293 1.16-.396 1.788-.48H11.4c.342-.046.616-.075.827-.103a2 2 0 0 0 .431-.088.15.15 0 0 0 .065-.04l.01-.021a.3.3 0 0 0 .009-.086v-.035a.8.8 0 0 0-.274-.638c-.178-.155-.458-.26-.847-.261-.385 0-.686.106-.89.262a.82.82 0 0 0-.338.588.25.25 0 0 1-.249.228H9.101a.25.25 0 0 1-.25-.261 2.14 2.14 0 0 1 .825-1.593c.491-.391 1.165-.615 1.945-.615m1.121 3.783q-.134.036-.296.068c-.303.06-.67.113-1.025.163a2.9 2.9 0 0 0-.692.171q-.295.124-.407.308a.57.57 0 0 0-.08.307v.007a.6.6 0 0 0 .062.275.55.55 0 0 0 .176.198c.16.115.428.194.79.194.56-.002.915-.164 1.14-.39.223-.228.33-.542.332-.896z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fauna.svg b/mkdocs-material/material/templates/.icons/simple/fauna.svg new file mode 100644 index 0000000..172802e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fauna.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.864 5.034c-1.454.496-2.155 1.385-2.632 2.77-.123.369-.43.778-.777 1.053l1.193 1.306-3.787-2.706L1.411 0s.754 5.003 1.015 6.844c.185 1.298.5 1.88 1.5 2.47l.401.22 1.724.928-1.024-.543 4.726 2.636-.031.07-5.087-2.407c.27.944.793 2.761 1.016 3.564.238.865.508 1.18 1.331 1.487l1.516.566.94-.378-1.194.81L2.28 24c3.963-3.76 7.319-5.097 9.774-6.19 3.132-1.385 5.018-2.274 6.249-5.468.877-2.242 1.562-5.113 2.432-6.222l1.855-2.423s-3.84 1.039-4.726 1.337"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/favro.svg b/mkdocs-material/material/templates/.icons/simple/favro.svg new file mode 100644 index 0000000..ceb5825 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/favro.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.586 1.655a6.623 6.623 0 0 0-6.62 6.62v.773a7.5 7.5 0 0 1 3.31 3.269V8.276a3.3 3.3 0 0 1 3.31-3.31A1.66 1.66 0 0 0 13.24 3.31a1.66 1.66 0 0 0-1.656-1.655zm-9.93 7.448A1.66 1.66 0 0 0 0 10.758c0 .91.745 1.655 1.655 1.655a3.3 3.3 0 0 1 3.31 3.31v4.966c0 .91.745 1.655 1.655 1.655a1.66 1.66 0 0 0 1.655-1.655v-4.966a6.623 6.623 0 0 0-6.62-6.621zm15.724 0a6.623 6.623 0 0 0-6.622 6.621 6.623 6.623 0 0 0 6.622 6.621 6.6 6.6 0 0 0 3.462-.979c.262.58.84.98 1.503.98A1.66 1.66 0 0 0 24 20.69v-9.93a1.66 1.66 0 0 0-1.655-1.655c-.676 0-1.241.4-1.503.979a6.57 6.57 0 0 0-3.462-.98zm0 3.311a3.303 3.303 0 0 1 3.31 3.31 3.303 3.303 0 0 1-3.31 3.31 3.3 3.3 0 0 1-3.31-3.31 3.303 3.303 0 0 1 3.31-3.31"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fdroid.svg b/mkdocs-material/material/templates/.icons/simple/fdroid.svg new file mode 100644 index 0000000..5d96fe6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fdroid.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.472 10.081H3.528a1.59 1.59 0 0 0-1.589 1.589v10.59a1.59 1.59 0 0 0 1.589 1.589h16.944a1.59 1.59 0 0 0 1.589-1.589V11.67a1.59 1.59 0 0 0-1.589-1.589M12 22.525c-3.066 0-5.56-2.494-5.56-5.56s2.494-5.56 5.56-5.56 5.56 2.494 5.56 5.56-2.494 5.56-5.56 5.56m0-10.114c-2.511 0-4.554 2.043-4.554 4.554S9.489 21.519 12 21.519s4.554-2.043 4.554-4.554-2.043-4.554-4.554-4.554m0 7.863a3.32 3.32 0 0 1-3.221-2.568h1.67c.275.581.859.979 1.551.979.96 0 1.721-.761 1.721-1.721S12.96 15.243 12 15.243a1.7 1.7 0 0 0-1.493.874H8.805A3.32 3.32 0 0 1 12 13.655a3.32 3.32 0 0 1 3.309 3.309A3.32 3.32 0 0 1 12 20.274M23.849.396l-.002.003-.006-.005.004-.004a.67.67 0 0 0-.519-.238.65.65 0 0 0-.512.259l-1.818 2.353a1.6 1.6 0 0 0-.523-.095H3.528c-.184 0-.358.038-.523.095L1.187.41A.657.657 0 0 0 .156.389L.16.393.153.399.151.396a.66.66 0 0 0-.012.824l1.909 2.471a1.6 1.6 0 0 0-.108.566v3.707a1.59 1.59 0 0 0 1.589 1.589h16.944a1.59 1.59 0 0 0 1.589-1.589V4.257c0-.2-.041-.39-.109-.566l1.909-2.471a.66.66 0 0 0-.013-.824M6.904 8.228a1.787 1.787 0 1 1 0-3.574 1.787 1.787 0 0 1 0 3.574m10.325 0a1.787 1.787 0 1 1 0-3.574 1.787 1.787 0 0 1 0 3.574"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/feathub.svg b/mkdocs-material/material/templates/.icons/simple/feathub.svg new file mode 100644 index 0000000..11b37d4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/feathub.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.571 0v6.857h6.858V0zM0 8.571v6.858h24V8.57zm8.571 8.572V24h6.858v-6.857z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fedex.svg b/mkdocs-material/material/templates/.icons/simple/fedex.svg new file mode 100644 index 0000000..06acf9c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fedex.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.498 14.298c-.016-.414.345-.751.75-.755a.745.745 0 0 1 .752.755.755.755 0 0 1-.751.745c-.395.002-.759-.346-.751-.745m.759-.083c.067-.02.164-.042.162-.13.007-.09-.086-.133-.162-.134h-.163v.263c0 .001.165-.002.163.001m-.163.107v.418h-.14v-.91h.327c.156-.021.294.092.286.253a.22.22 0 0 1-.156.19c.162.083.108.322.173.467h-.156a2 2 0 0 1-.04-.205c-.018-.093-.047-.229-.17-.213zm.76-.024a.603.603 0 0 0-.605-.632c-.338-.012-.62.302-.605.632a.62.62 0 0 0 .605.622.61.61 0 0 0 .605-.622m-5.052-.579-.878 1.008h-1.306l1.559-1.745-1.56-1.75h1.355l.902.997.878-.998h1.306l-1.543 1.743 1.559 1.753h-1.371zm-4.703-.352v-.827h1.904v-1.506l1.724 1.948-1.724 1.941v-1.556zm1.56 1.36h-3.2V9.044h3.224v1.024H13.77v1.163h1.888v.958h-1.904v1.522h1.904v1.016zm-5.705-.655c-.54.017-.878-.552-.877-1.04-.01-.507.307-1.123.878-1.105.579-.025.871.6.845 1.103.023.501-.29 1.062-.846 1.042M4.743 12.41c.076-.358.403-.67.78-.663a.79.79 0 0 1 .803.663zm15.182.564 1.815-2.047h-2.125l-.74.844-.763-.844h-4.037v-.548h1.912V8.741H10.84v2.58c-.362-.448-.981-.559-1.526-.492-.782.123-1.427.762-1.634 1.514-.254-.958-1.179-1.588-2.157-1.554-.781.009-1.6.365-1.987 1.071v-.818h-1.87v-.9h2.043v-1.4H0v6.287h1.666v-2.644h1.666a8 8 0 0 0-.082.622c-.013 1.232 1.042 2.27 2.274 2.236a2.2 2.2 0 0 0 2.157-1.432H6.254c-.14.268-.441.38-.73.36-.457.009-.83-.417-.829-.86h2.914c.083 1.027.988 1.966 2.043 1.947a1.53 1.53 0 0 0 1.19-.639v.41h7.215l.754-.86.754.86h2.192z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fedora.svg b/mkdocs-material/material/templates/.icons/simple/fedora.svg new file mode 100644 index 0000000..d875940 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fedora.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.001 0C5.376 0 .008 5.369.004 11.992H.002v9.287h.002A2.726 2.726 0 0 0 2.73 24h9.275c6.626-.004 11.993-5.372 11.993-11.997C23.998 5.375 18.628 0 12 0zm2.431 4.94c2.015 0 3.917 1.543 3.917 3.671 0 .197.001.395-.03.619a1 1 0 0 1-1.137.893 1 1 0 0 1-.842-1.175 3 3 0 0 0 .013-.337c0-1.207-.987-1.672-1.92-1.672-.934 0-1.775.784-1.777 1.672.016 1.027 0 2.046 0 3.07l1.732-.012c1.352-.028 1.368 2.009.016 1.998l-1.748.013c-.004.826.006.677.002 1.093 0 0 .015 1.01-.016 1.776-.209 2.25-2.124 4.046-4.424 4.046-2.438 0-4.448-1.993-4.448-4.437.073-2.515 2.078-4.492 4.603-4.469l1.409-.01v1.996l-1.409.013h-.007c-1.388.04-2.577.984-2.6 2.47a2.44 2.44 0 0 0 2.452 2.439c1.356 0 2.441-.987 2.441-2.437l-.001-7.557c0-.14.005-.252.02-.407.23-1.848 1.883-3.256 3.754-3.256"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/feedly.svg b/mkdocs-material/material/templates/.icons/simple/feedly.svg new file mode 100644 index 0000000..8c0b2f9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/feedly.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.86 1.989a2.61 2.61 0 0 0-3.726 0L.768 11.527a2.73 2.73 0 0 0 0 3.795l6.684 6.808a2.62 2.62 0 0 0 1.74.664h5.613a2.62 2.62 0 0 0 1.872-.791l6.554-6.675a2.726 2.726 0 0 0 0-3.795zM13.6 19.41l-.935.95a.37.37 0 0 1-.268.114h-.8a.38.38 0 0 1-.247-.096l-.954-.97a.39.39 0 0 1 0-.542l1.337-1.36a.37.37 0 0 1 .53 0l1.338 1.36a.39.39 0 0 1 0 .544zm0-5.711-3.737 3.808a.37.37 0 0 1-.268.11h-.8a.38.38 0 0 1-.25-.092l-.95-.97a.39.39 0 0 1 0-.544l4.139-4.214a.37.37 0 0 1 .53 0l1.338 1.362a.386.386 0 0 1 0 .54zm0-5.707-6.54 6.66a.37.37 0 0 1-.268.113h-.8a.37.37 0 0 1-.25-.094L4.79 13.7a.39.39 0 0 1 0-.54l6.943-7.07a.37.37 0 0 1 .53 0l1.338 1.36a.39.39 0 0 1 0 .543z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ferrari.svg b/mkdocs-material/material/templates/.icons/simple/ferrari.svg new file mode 100644 index 0000000..26a084a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ferrari.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.543 0s-.01.141-.053.227c-.032.075-.118.128-.107.182s.064.119.15.162.117.074.203.096c.075.021.184.076.205.011.033-.064-.01-.151-.064-.226-.086-.14-.13-.172-.248-.365C11.607.044 11.586 0 11.543 0m.678 0c-.022.011-.054.174-.108.313-.064.161-.022.236.01.3.043.065.098.108-.01.173-.107.064-.248.043-.248.043s-.118-.023-.215-.076l-.3-.13s-.194-.053-.323-.042-.14.022-.236.033c-.054 0-.075-.001-.129.01-.043.01-.096-.02-.096.033s.107.054.182.086.247.031.215.074c-.043.043-.204.054-.215.043-.01 0-.117-.021-.203-.021-.14.01-.15.01-.353.107-.033.01-.022.086.042.064a1.1 1.1 0 0 1 .301-.043c.13 0 .203.044.332.077.108.032.118.052.28.074.032 0 .095-.022.095.021 0 .022-.043.055-.043.055s-.096.02-.086.053c.022.043.108 0 .15 0 .044 0 .11.012.098.054l-.021.032a2 2 0 0 0-.291.097c-.269.108-.375.237-.633.366-.247.118-.644.267-.644.267s-.118.065-.29.107c-.171.044-.182.034-.3.055a.6.6 0 0 0-.27.086.5.5 0 0 0-.15.117l-.15.227-.087.127c-.021.043-.042.064-.052.107-.022.054-.033.076-.043.13-.032.128 0 .204.021.333.011.032.011.054.022.086s.052.065.052.065l.043.01s.152-.01.248-.032c.097-.021.237-.055.237-.055l.181-.052.12-.043s.075 0 .086.043c.01.032-.022.086-.022.086s-.065.03-.119.052-.183.054-.193.065l-.14.043-.118.011s-.022.011-.043.043c-.022.033-.022.032-.022.053.022.022.033.043.055.065.043.032.064.053.117.064.075.032.118.022.193.022a.6.6 0 0 0 .27-.065c.086-.054.118-.053.236-.096a.5.5 0 0 1 .118-.021c.204-.022.32.01.525.043.204.032.302.097.506.129.215.032.343.096.568.043.108-.022.173-.076.227.031.053.097.043.15.043.15s-.001.066-.076.27c-.076.204-.311.709-.311.709l-.162.322s-.13.257-.43.59l-.32.353s-.161.119-.322.323-.163.279-.313.43c-.097.096-.15.15-.268.226-.118.075-.258.053-.634.31-.322.226-.494.41-.516.399-.021-.01-.129-.098-.172-.12-.032-.02-.654-.439-.654-.439l-.258-.172-.119-.076-.021-.043-.063-.086s-.097-.118-.215-.214a.9.9 0 0 0-.441-.237c-.183-.053-.3-.086-.482-.021a.65.65 0 0 0-.27.172c-.107.107-.129.193-.215.322s-.172.248-.215.312c-.043.065-.129.237-.129.237s-.214.343-.332.568c-.14.247-.193.399-.322.635-.204.376-.495.762-.57.933l-.084.194s-.023.095-.033.16c-.011.064-.011.172-.022.215a.3.3 0 0 1-.053.119c-.01.01-.129.257-.172.418s-.14.666-.021.73c.118.065.987-.31 1.105-.676.076-.236-.236-.355-.15-.57.032-.075.054-.085.107-.16.086-.14.054-.429.215-.697.118-.193.354-.442.676-.807.204-.225.398-.59.398-.59s.043-.129.13-.107c.096.021.181.01.181.01l.043.033.086.086.129.193s.216.31.29.397c.076.086.151.15.259.236.118.107.16.161.31.28.215.171.139.236-.14.085a2 2 0 0 0-.364-.138c-.128-.033-.612-.162-.859-.194-.236-.032-.28-.021-.28-.021s-.118-.012-.257.074c-.14.086-.215.15-.215.15s-.161.183-.172.215-.086.16-.086.16-.044.066-.054.14c-.022.076-.01.151-.01.151l.01.16.011.15s.033.377.108.753c.021.107.043.279.043.279l.052.387s.033.409.065.548c.032.13.054.14.076.225.043.161-.032.236.043.43.075.193.14.17.215.289.054.086.074.107.117.215.043.107.183.463.344.72.172.269.398.601.549.569.15-.033.257-.268.257-.268s.172-.463.065-.914c-.108-.462-.602-.245-.666-.578-.01-.075 0-.193 0-.193s-.012-.141-.033-.184-.194-.364-.258-.633c-.054-.204-.043-.86-.086-1.043-.118-.472-.129-.43-.065-.515.076-.086.141-.065.141-.065l.096.012.076.031.139.086c.043.032.193.15.193.15l.365.237s.205.119.291.162.16.096.16.096l.096.064.162.12.031.03.022.043s.076.173.398.356c.258.15.484.106.58.225.022.021.203.27.29.42.107.171.236.374.279.439.043.064.312.396.312.396l.354.387.463.43.418.355.267.215s.237.226.506.408c.258.172.268.193.44.31.128.087.3.206.472.335.172.14.366.396.291.482-.054.032-.151-.106-.334-.267a4 4 0 0 0-.375-.301c-.193-.15-.291-.227-.506-.356-.107-.064-.3-.181-.31-.16-.075.226-.066.44-.055.719.01.193.043.386.107.633.054.236.108.366.194.591.086.226.248.58.248.58l.246.495.226.375.118.193.043.064s.053.13 0 .215-.119.269-.215.28c-.097.021-.322.033-.322.033l-1.278-.022-.666-.054s-.074-.043-.46-.043c-.226 0-.409.096-.538.107-.107.01-.634-.032-.988.107-.333.14-.484.172-.602.387-.086.161.42.42.838.516.677.15.483-.14.74-.322.033-.022.044-.042.077-.053.171-.054.267.084.44.084.192 0 .3-.064.493-.096.977-.129 2.502.332 2.502.332s.377.118.549.086c.204-.043.16-.118.224-.236.054-.097.033-.117.043-.225 0-.064-.01-.096-.021-.16-.043-.183-.16-.441-.16-.441s-.087-.193-.12-.29c-.042-.139-.085-.226-.107-.376-.064-.398-.053-.365-.053-.59 0-.408.043-.634.15-1.031.162-.58.463-.827.688-1.385.065-.15.064-.365.14-.387.085-.01.075.269.032.43-.14.558-.483.794-.644 1.363-.118.44-.183.697-.15 1.148.01.247.107.635.107.635s.129.429.193.59c.065.161.193.43.193.43l.29.515.15.246s.106.097.053.258c-.054.161-.16.26-.29.399-.364.43-1.212 1.062-1.427 1.212-.3.226-.291.291-.313.356-.118.344-.462.354-.837.762-.086.086-.311.321-.268.525.021.075.945.237 1.482.012.42-.183.054-.388.172-.592.086-.15.3-.15.397-.28.16-.214.053-.203.193-.374.462-.559.763-.88 1.59-1.385.075-.043.215-.107.215-.107s.117-.055.16-.12c.054-.086.043-.16.043-.257 0-.065-.01-.096-.01-.16 0-.076.01-.119-.012-.194-.021-.118-.095-.215-.138-.28a.8.8 0 0 1-.162-.355.9.9 0 0 1 .033-.6c.086-.225.279-.407.279-.407l.482-.323s.42-.301.55-.42c.139-.118.407-.365.6-.644.226-.311.344-.505.44-.88.032-.14.065-.354.065-.354s0-.15.086-.16.107.02.107.02.074.042.096.257c.01.215-.053.463-.053.463s-.065.246-.086.396c-.01.097-.012.15-.012.258 0 .183.076.334.076.334s.043.032.043-.043a1.6 1.6 0 0 1 .055-.344c.032-.107.053-.087.117-.27.086-.236.01-.213.053-.353.022-.064.076-.129.14-.129s.075.086.075.086.065.28.012.537c-.054.258-.248.612-.248.612l-.149.257s-.107.183-.15.301c-.043.129-.055.183-.033.3.032.13.13.303.183.27.043-.032-.064-.14.065-.398s.298-.418.298-.418.237-.28.344-.494c.097-.193.194-.506.194-.506s.076-.28.054-.516c-.01-.225-.054-.343-.054-.343l-.096-.172-.055-.127.022-.076c.021-.011.097.043.162.129a.85.85 0 0 1 .16.343 1 1 0 0 1 .043.301c0 .086-.031.44.097.666.054.108.183.354.194.246.021-.247-.087-.364-.076-.59.01-.257.076-.193.097-.322.022-.14.053-.173.032-.355a3 3 0 0 0-.096-.397l-.076-.172-.032-.064s.021-.031.053-.031l.258-.086s.334-.15.463-.258c.14-.097.3-.27.3-.27s.215-.267.323-.46c.258-.484.257-1.096.246-1.376-.01-.268-.086-.623-.086-.623s-.086-.43-.064-.709.043-.408.043-.408-.01-.279.226-.58.342-.493.385-.719c.043-.193-.022-.504-.108-.386-.096.129-.137.387-.277.601-.193.301-.474.666-.613.666-.075 0-.096-.172-.096-.172s-.096-.29.065-.656c.118-.258.181-.332.332-.525.14-.183.225-.28.322-.473.086-.172.106-.204.16-.472.01-.065-.01-.204-.074-.194-.086 0-.322.517-.569.807-.236.268-.677.611-.677.611s-.043.031-.043-.055c-.01-.075-.022-.3.021-.503a2.2 2.2 0 0 1 .291-.72c.204-.354.461-.6.59-.73.054-.053.215-.151.13-.205-.076-.043-.302.15-.474.28-.214.16-.289.205-.503.463-.215.257-.27.365-.27.365s-.204.332-.258.654-.053.504-.053.504 0 .291.032.463c.021.182.097.46.097.46s.108.313.15.507c.044.193.118.761.118.761s.054.409.021.795c-.032.387-.064.612-.107.73-.043.119-.16.43-.354.645-.182.204-.226.236-.226.236s-.193.16-.354.246a4 4 0 0 1-.505.227 2 2 0 0 1-.268.031h-.139l-.043-.03-.023-.087s-.106-.419-.234-.687c-.108-.226-.334-.537-.334-.537s-.387-.527-.688-.817c-.344-.343-.73-.6-.967-.783-.086-.064-.279-.184-.279-.184s-.783-.783-1.062-1.406c-.194-.43-.322-.74-.268-1.213.01-.107.053-.312.074-.312l.14.043c.012.01.14.129.259.172.064.021.181.043.181.043s.097.01.15.021c.054.022.151.054.215.086.065.032.16.098.16.098l.184.138.194.15s.106.076.138.087.054.021.065.021h.043s.044-.012.054-.055c.011-.053-.053-.01-.15-.117a.7.7 0 0 1-.15-.181s-.022-.087-.108-.184-.193-.182-.193-.182-.076-.053-.184-.086c-.107-.032-.14-.033-.15-.076s.129-.021.129-.021.162.021.29.086c.13.064.204.14.204.14l.086.075.055.054.052.032s.054.053.065-.022c.01-.064-.011-.118-.022-.129l-.053-.053-.214-.183a1 1 0 0 0-.172-.15 1.3 1.3 0 0 0-.28-.15c-.107-.044-.171-.033-.279-.087-.075-.032-.14-.053-.183-.117-.011-.01-.064-.055.033-.033.096.021.16.054.267.076.172.043.28.042.442.096.064.021.15.064.15.064l.203.086s.28.151.473.162a.94.94 0 0 0 .42-.064.8.8 0 0 0 .215-.13.4.4 0 0 0 .052-.064l.022-.054v-.043c-.054-.065-.16.108-.332.14-.183.033-.173.053-.291.032a.48.48 0 0 1-.3-.15c-.173-.162-.236-.312-.462-.409-.096-.043-.27-.086-.27-.086s-.236-.075-.365-.15c-.096-.054-.298-.086-.234-.172.032-.043.29.107.482.129.14.021.237.011.344.011s.258-.033.28-.033c.021-.01.106 0 .181.022s.118.053.193.086.163.086.184.086l.043.011.022-.021.01-.022-.01-.021-.034-.022-.064-.043s-.096-.054-.182-.14-.162-.182-.29-.225c-.13-.043-.28-.064-.28-.064l-.15-.012-.065-.01s-.107-.033-.021-.054a1 1 0 0 1 .15-.032.5.5 0 0 1 .248.01c.086.032.226.107.236.107.011.011.14.109.28.141s.322.043.322.043l.086-.021.043-.012.031-.022-.01-.052s0-.044-.064-.055a.7.7 0 0 1-.313-.117c-.118-.086-.203-.172-.203-.172s-.086-.076-.258-.12c-.16-.042-.214-.042-.214-.042l-.055-.022-.117-.052s-.055-.033-.098-.086c-.043-.054-.106-.152.076-.098.183.054.225.086.225.086s.097.097.183.107c.054.011.097.022.13-.021.053-.054-.098-.118-.206-.194a.7.7 0 0 1-.172-.193s-.063-.053.034-.031c.096.021.267.129.267.129s.086.042.13.053c.031.01.118.064.161.085.032.011.13.033.193.065.086.054.13.14.172.172.043.032.076.087.13.097.053.011.063.032.095.01l.043-.031s.01-.023-.043-.055-.117-.117-.117-.117l-.022-.043-.011-.043-.053-.086-.098-.14s-.15-.204-.289-.28c-.129-.075-.226-.117-.226-.117s-.064-.031-.096-.053c-.054-.043-.076-.077-.12-.13-.053-.065-.073-.106-.138-.17-.118-.118-.483-.184-.344-.27.076-.043.172-.02.215-.01s.14.052.237.084c.064.022.107.024.171.045.065.022.14.031.172.053s.065.065.086.076c.011.01.096.15.246.225s.227.128.377.138c.118.011.31-.03.31-.03s.055-.023.012-.077c-.053-.054-.054-.064-.097-.074-.172-.065-.31-.043-.44-.172-.053-.054-.076-.065-.119-.15-.043-.086-.02-.107-.052-.16-.022-.054-.077-.13-.077-.13s-.16-.194-.332-.29a2 2 0 0 1-.334-.215c-.032-.022-.095-.108-.095-.108l-.055-.086-.031-.064c-.022-.118.192.033.31.076.194.064.291.15.485.215.107.032.172.031.279.074.182.075.236.258.43.28.107.01.322.053.279-.044-.043-.107-.258-.107-.365-.236-.054-.054-.054-.106-.108-.16-.086-.108-.29-.205-.29-.205s-.064-.053-.14-.203c-.064-.15-.225-.26-.515-.399-.193-.096-.58-.118-.43-.215.086-.064.161-.053.28-.021.118.043.16.098.257.14.097.044.14.054.16.065.022.01.097.043.13.043.02.01.183.032.226.043l.215.053.172.064s.085.033.138.033.141-.021.141-.021l.064-.043.01-.022s.033-.053-.053-.064a1 1 0 0 0-.128-.012l-.077-.021-.03-.01s-.151-.118-.28-.172l-.162-.064-.053-.012-.064-.01s-.055 0-.141-.076c-.086-.075-.118-.118-.193-.193l-.096-.096s-.086-.066-.086-.12c.01-.085.193.098.193.098l.13.086s.107.076.3.086c.193.011.43-.054.43-.054s.031-.02.138.011.194.096.194.096l.086.076.129.139.021-.01c.01-.01.065-.065-.031-.183-.097-.119-.258-.225-.258-.225s-.215-.129-.43-.172c-.214-.043-.312-.043-.312-.043s-.161 0-.258-.107c-.097-.108-.16-.215-.16-.215l-.033-.15s-.053-.065-.16-.108c-.097-.043-.206-.107-.206-.107s-.16-.054-.172-.13c-.032-.139.27 0 .43.032.15.032.215.087.365.12a.9.9 0 0 0 .344.03c.075 0 .118-.008.193-.02.076 0 .13-.01.206 0 .107.022.15.075.257.118.065.032.097.063.172.074.065.011.194.055.172-.01l-.033-.043c-.054-.075-.117-.075-.182-.128-.14-.108-.204-.193-.365-.268a1 1 0 0 0-.29-.098c-.087-.01-.151.012-.237-.01-.097-.032-.128-.075-.225-.128-.15-.086-.237-.162-.398-.227a3 3 0 0 0-.29-.086l-.076-.01-.03-.011c-.151-.054.267-.171.46-.225.097-.021.14-.044.236-.033.086.01.183.13.28.076.14-.075-.161-.28-.258-.312-.129-.054-.354-.01-.354-.01l-.494-.012-.14-.021s-.086 0-.15-.075c-.065-.075-.311-.377-.59-.42-.29-.043-.376 0-.397-.02-.247-.388-.506-.473-.7-.655-.053-.054-.138-.173-.16-.162zm1.173 1.14h.051l.053.033a.5.5 0 0 1 .107.15c.011.043-.128-.01-.181-.022a.4.4 0 0 1-.15-.076s-.023-.032.03-.064a.2.2 0 0 1 .09-.022zm.252.53c.026 0 .045.006.045.006l.053.034a.5.5 0 0 1 .107.15c.011.043-.128-.01-.181-.022a.4.4 0 0 1-.15-.076s-.022-.032.043-.064a.13.13 0 0 1 .083-.027zm-1.882.014a.4.4 0 0 1 .08.004s.043 0 .107.031c.065.043.108.172.108.172s.01.022-.043.022c-.033 0-.033-.053-.065-.075-.043-.032-.075-.043-.129-.064-.053-.021-.128.01-.138-.043 0-.032.04-.044.08-.047m-.844.125c.042-.012 0 .072 0 .072s-.139.225-.332.311-.322.13-.688.162c-.053 0-.03-.033-.03-.033s.417-.117.654-.246a2.4 2.4 0 0 0 .322-.215.3.3 0 0 1 .074-.05zm.752.06s.065.002.14.055c.076.054.14.237.14.237s.022.117-.032.16-.14-.031-.184-.096a.27.27 0 0 0-.16-.107c-.086-.032-.215.064-.236 0 0-.022.01-.076.01-.076s.022-.064.119-.117c.086-.054.203-.055.203-.055zm1.998.415c.043.004.103.037.15.037.14 0 .257 0 .354.021.086.022.107.075.064.075a.3.3 0 0 1-.096.011c-.096 0-.086-.043-.214.022-.13.064-.033.033-.215.097-.172.065-.13-.107-.13-.107s.013-.033.034-.12c.008-.031.027-.039.053-.036m-4.844.498c.065 0 .184.044.184.14.01.097-.066.054-.12.086-.031.022-.052.033-.095.065-.054.043-.108.15-.14.117-.044-.032-.022-.15-.022-.15s.033-.086.076-.172c.054-.086.117-.086.117-.086m5.137.111a.2.2 0 0 1 .05.008s.032.01.053.031c.022.022.108.098.108.14 0 .033-.139-.022-.203-.032-.065-.011-.15-.075-.15-.075s-.022-.02.042-.052a.2.2 0 0 1 .1-.02m-1.895.088q.017-.001-.01.049c-.042.086-.171.193-.171.193s-.15.214-.182.246c-.14.108-.312.044-.387.055-.064.01-.021-.055-.021-.055s.183-.074.3-.138c.158-.079.427-.35.471-.35M9.86 3.17c.023 0 .041.01.041.043.011.075-.128.128-.128.128s-.042.011-.053-.064.053-.086.053-.086.05-.024.087-.021m2.66.117c.018-.01.003.097.003.097s-.033.141-.108.184c-.096.054-.334.118-.355.086 0-.022.311-.12.45-.355zm1.454.039a.2.2 0 0 1 .052.006s.03.01.063.03c.032.033.108.12.119.163s-.14-.01-.215-.021c-.064-.011-.162-.086-.162-.086s-.02-.033.045-.065a.2.2 0 0 1 .098-.027m-1.301.244c.02-.006-.012.084-.012.084s-.043.14-.129.172c-.107.032-.514.042-.525.01-.01-.033.472-.076.654-.258a.03.03 0 0 1 .012-.008m1.334.185a.3.3 0 0 1 .06.006s.033.01.065.032c.032.032.118.13.129.183.01.065-.15 0-.225-.021a.5.5 0 0 1-.184-.098s-.021-.031.043-.074a.2.2 0 0 1 .112-.028m0 .537a.3.3 0 0 1 .06.006s.033.01.065.032c.032.032.118.13.129.183.01.054-.15-.011-.225-.033a.5.5 0 0 1-.184-.096s-.021-.021.043-.064a.2.2 0 0 1 .112-.027zm-1.568.514c.083.024.007.629-.153.91a4.7 4.7 0 0 1-.742.944c-.15.107-.053-.086-.053-.086s.418-.579.612-.987c.14-.29.226-.676.29-.752q.029-.033.046-.029m1.55.008a.3.3 0 0 1 .069.01s.042.01.074.043.14.151.15.205c0 .064-.182-.023-.267-.033a.54.54 0 0 1-.203-.108s-.023-.043.052-.086a.2.2 0 0 1 .125-.031m-.068.52a.3.3 0 0 1 .06.005s.033.012.065.034c.032.032.118.128.129.181.01.054-.15-.01-.225-.021a.5.5 0 0 1-.182-.096s-.02-.033.043-.076a.2.2 0 0 1 .11-.027m-.031.466h.048l.055.033a.5.5 0 0 1 .108.15c0 .044-.13-.01-.194-.02s-.15-.075-.15-.075-.022-.032.043-.064a.2.2 0 0 1 .09-.024m-.059.457.045.006.043.022c.021.021.084.085.084.117 0 .043-.117-.01-.16-.01a.3.3 0 0 1-.117-.064s-.012-.023.03-.055c.022-.016.05-.017.075-.016m-.09.422.037.002.043.022c.022.021.074.075.074.107-.01.022-.107-.021-.15-.021a.5.5 0 0 1-.107-.053s-.01-.022.033-.043a.2.2 0 0 1 .07-.014m-7.609.207c.118.022.14.032.129.086.01.054-.139.053-.139.053s-.216.044-.183-.031c.043-.076.193-.108.193-.108m7.511.125c.022 0 .04.004.04.004l.043.022c.021.021.074.075.074.107-.011.032-.108-.01-.15-.021-.044-.011-.108-.055-.108-.055s-.01-.022.033-.043a.2.2 0 0 1 .068-.014m-.12.377.03.002.032.022c.01.01.064.064.064.086 0 .032-.076 0-.119-.01-.032-.01-.084-.043-.084-.043s-.01-.022.022-.043a.1.1 0 0 1 .054-.014zm-3.061.12a2 2 0 0 1 .182.011c.3.043.59.312.546.344s-.107 0-.129 0l-.107-.053-.162-.043s-.29-.065-.504-.055-.408.086-.408.086-.086.044-.107-.01c-.011-.064.033-.097.033-.097l.01-.022s.246-.164.646-.162zm-5.113.128q.01.001.01.002l.021.022c-.01 0 .032.107-.064.214-.097.108-.397.677-.461.58-.065-.075.29-.613.365-.72.056-.089.107-.098.129-.098m8.05.117q.024.001.026.002l.031.012.055.074c-.011.032-.076.011-.108 0-.032 0-.076-.043-.076-.043s-.01-.01.022-.03a.1.1 0 0 1 .05-.015m-6.783.303c.017-.006.029.008.043.012l.053.021.033.032.108.107c.043.064.16.28.138.3-.096.097-.128-.032-.267-.193-.14-.15-.108-.279-.108-.279m6.633.05a.1.1 0 0 1 .025.005l.032.01.054.076c0 .021-.065-.012-.097-.012-.033 0-.075-.043-.075-.043s-.022-.01.01-.021a.1.1 0 0 1 .051-.014zM8.4 8.497c.035.003-.013.065-.013.065s-.184.246-.291.397c-.14.203-.312.514-.344.482s.151-.374.248-.557c.107-.225.268-.343.332-.365a.2.2 0 0 1 .068-.021zm-3.052.805.021.022s.011.042-.064.16-.13.119-.13.119c0-.01-.02-.053.044-.182s.129-.119.129-.119m-1.317.42a.03.03 0 0 1 .016.01c.032.043-.064.236-.064.236s-.097.203-.13.117c-.032-.075.034-.214.034-.214.075-.066.108-.156.144-.149m8.565.277c.096.011.086.194.086.237.032.311.162.624.398 1 .333.526.87.934.848.967-.054.053-.59-.366-.784-.602-.322-.387-.56-.806-.634-1.332-.022-.118-.022-.291.086-.27m-6.324.15c.021 0 .117.034.117.034l.236.096c.01 0 .13.054.227.107l.234.15.066.055c0 .022.075.14-.076.108-.15-.033-.472-.28-.601-.344-.13-.064-.343-.086-.246-.172.01-.01.021-.033.043-.033zm-1.14.593a.1.1 0 0 1 .022 0c.065 0 .065.052.065.052v.033s-.001.194.01.344c0 .043.119.526.119.526s.021.043-.022.043c-.032 0-.064-.065-.064-.065s-.087-.128-.12-.224c-.031-.086-.042-.227-.042-.227s-.022-.182-.022-.246c.011-.086.011-.162.022-.205a.04.04 0 0 1 .031-.031zm-1.49.257a.1.1 0 0 1 .03 0c.064.011.031.128.031.182s-.062.15-.084.15c-.021 0-.065-.096-.054-.15.01-.047.018-.167.078-.182zm5.442.893c.122-.01.475.497.988 1.05.58.624 1.256 1.215 1.278 1.29.043.129-.473-.28-.752-.494-.741-.57-1.643-1.729-1.535-1.836a.04.04 0 0 1 .021-.01m10.273.523c.02-.002.037.024.037.024l.022.031c0 .022.128.526.117.848-.022.45-.042.773-.31 1.117-.323.419-.882.85-.764.506.075-.204.57-.462.763-1.031.108-.344.13-.667.13-.667l-.022-.654s-.012-.053-.012-.129c.012-.032.027-.043.04-.045zm-5.478 1.12c.1.011.145.074.027.16-.14.096-.193.085-.28.181-.096.118-.127.517-.224.356-.096-.161-.032-.387.13-.559a.42.42 0 0 1 .347-.139zm-7.799.439c.041-.008.149.074.149.074.053.01.107.108.107.108s.022.076-.043.097c-.064.032-.107-.033-.107-.033s-.14-.193-.12-.236a.02.02 0 0 1 .014-.01m10.307 1.525c.021 0 .065.022.119.13s-.086.868-.258.76c-.097-.064.053-.256.053-.417 0-.129-.022-.227-.022-.334s.108-.139.108-.139M13.2 16.824c.038.004.048.058-.004.166-.075.161-.096.215-.107.366-.022.16.076.61-.074.44-.054-.076-.108-.43-.065-.602.047-.242.186-.375.25-.37m-.82 2.118c.036-.005.054.013.054.013.022.043-.022.087-.033.098a.4.4 0 0 1-.129.043c-.064.01-.03-.043-.03-.043s.041-.066.095-.098a.1.1 0 0 1 .043-.013m-2.877.228c.086 0 .086.043.086.043 0 .032-.033.044-.12.033-.074-.01-.084-.032-.073-.043 0-.01.021-.033.107-.033m.652.031a.1.1 0 0 1 .024.002s.365.064.601.074c.172.011.258.023.43.012.097 0 .043-.012.193-.012.054-.01.022.066-.021.077-.161.043-.226.02-.365.031-.119.01-.173.021-.291.021-.204 0-.224.012-.514-.074-.054-.021-.12-.086-.098-.107a.06.06 0 0 1 .041-.024m-2.435.065c.126.003.086.045.086.045s-.001.042-.076.095c-.076.054-.107.022-.118.022s-.086-.043-.086-.086c.011-.043.13-.074.13-.074a1 1 0 0 1 .064-.002m6.761 1.48.026.002.021.043c0 .01-.086.13-.129.13-.053-.012-.033-.075-.033-.075s-.021-.065.043-.086a.2.2 0 0 1 .072-.014m-.802.318q.014 0 .023.006v.043c.01.033-.27.345-.463.528-.182.172-.494.408-.494.408h-.043v-.055l.012-.021.021-.032.022-.033.021-.03.065-.077.15-.139.15-.14.237-.237s.085-.095.117-.117c.032-.021.054-.043.086-.064.032-.016.07-.038.096-.04m-1.553 1.293a.06.06 0 0 1 .05.014c.033.075-.02.096-.02.096l-.098.076c-.011 0-.075.054-.096.021-.022-.032.01-.075.01-.086s.065-.085.119-.107a.1.1 0 0 1 .035-.014m-1.047.994c.044-.005.076.061.076.061s.022.031.022.074c0 .033-.097.022-.15.065-.065.043.065.173-.14.162-.117-.01-.053-.118-.042-.129l.074-.107c.054-.076.087-.087.14-.12a.1.1 0 0 1 .02-.006"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ferrarinv.svg b/mkdocs-material/material/templates/.icons/simple/ferrarinv.svg new file mode 100644 index 0000000..e874c75 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ferrarinv.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.297 13.283v-1.745c0-.541-.297-.646-1.135-.646-.908 0-1.222.122-1.222.751v.279h.768v-.227c0-.314.017-.367.419-.367.332 0 .349.035.349.367v.628h-.803c-.628 0-.82.297-.82.646h.785v-.017c0-.157.105-.297.262-.297h.593v.698c0 .244-.122.297-.297.297h-.314c-.192 0-.262-.122-.262-.297v-.384h-.785v.436c0 .367.279.663.716.663h2.06v-.471h-.314zm6.389.332v-2.653h-1.169v.436h.332v2.217h-.332v.454H24v-.454zm-2.95-2.723c-.436 0-.716.541-.908.768v-.716h-1.152v.436h.314v2.217h-.314v.471h1.431v-.471h-.297V12.41c0-.105.681-.96.681-.873v1.187h.803v-1.327c.001-.313-.191-.505-.558-.505M5.324 12.393h-.82v-.838c0-.157.052-.244.244-.244h.349c.14 0 .227.07.227.175zm-.349-1.501h-.123c-.943 0-1.187.209-1.187.751v1.745c0 .593.349.698 1.204.716h.087c.925-.017 1.204-.087 1.204-.646v-.454h-.801v.227c0 .314-.052.332-.436.332-.454 0-.436-.035-.419-.332v-.541H6.18v-1.17c-.001-.436-.333-.628-1.205-.628m17.89-.489h.855v-.559h-.855zm-22.743 0h.489v3.299H0v.454h2.269v-.454h-.768v-1.466h.436v.419h.524v-1.309h-.524v.384h-.436v-1.327h20.701v-.559H.122zm9.269.489c-.436 0-.716.541-.908.768v-.716H7.331v.436h.314v2.217h-.314v.471h1.431v-.471h-.297V12.41c0-.105.681-.96.681-.873v1.187h.803v-1.327c0-.313-.192-.505-.558-.505m3.665 0c-.436 0-.716.541-.908.768v-.716h-1.152v.436h.314v2.217h-.314v.471h1.431v-.471h-.297V12.41c0-.105.681-.96.681-.873v1.187h.803v-1.327c.001-.313-.191-.505-.558-.505"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ferretdb.svg b/mkdocs-material/material/templates/.icons/simple/ferretdb.svg new file mode 100644 index 0000000..9776adf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ferretdb.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.736.223a8 8 0 0 0-1.48.12C8.821.744 6.504 2.14 5.02 4.086c-.817 1.098-1.203 1.737-1.04 1.737.045 0 .283-.134.52-.312 1.99-1.41 5.6-2.05 8.005-1.41 2.302.608 3.52 1.559 4.544 3.578.862 1.664 1.04 2.302 1.47 5.05l.105.579.282-.357c.505-.653 1.128-2.123 1.38-3.222.847-3.817-.771-6.995-4.44-8.747-1.03-.49-2.048-.742-3.11-.76zm-6.597 5.76c-.307.018-.637.27-1.12.76q-.78.766-1.604 1.487C1.975 9.447.653 11.6.193 13.456c-.43 1.768-.12 4.352.727 6.03 1.292 2.584 4.738 4.336 8.42 4.291.728 0 .818-.03.565-.178-.832-.505-2.05-1.856-2.495-2.762-.445-.92-.475-1.07-.475-2.614 0-1.5.03-1.693.416-2.42.683-1.292 1.396-1.901 2.732-2.287 1.604-.46 2.406-1.233 2.852-2.733.178-.579.311-1.129.311-1.203 0-.312-.43-.49-1.559-.653-2.109-.282-3.371-.936-4.574-2.302-.386-.446-.668-.66-.974-.642m1.182 1.93c.186 0 .408.056.653.167.342.149.387.238.298.624-.268 1.233-.268 1.574 0 1.871.415.46.816.357 1.559-.356.653-.654.861-.728 1.648-.698.297.015.43.119.49.371.045.208.223.416.386.46.387.12.372.357-.074.98-1.544 2.11-4.633 2.095-5.717-.014-.49-.965-.357-2.376.326-3.238.097-.11.245-.167.431-.167m14.702 1.771c-.074 0-.208.342-.297.758-.564 2.613-2.54 5.569-4.678 6.95-1.663 1.084-2.346 1.262-4.99 1.277-1.262 0-2.658-.06-3.103-.119l-.802-.119.104.49c.133.713 1.069 1.976 2.004 2.748 1.708 1.396 3.312 1.9 5.51 1.782 3.906-.208 7.07-2.57 8.034-5.97.12-.446.209-1.381.194-2.302 0-1.292-.075-1.767-.401-2.718-.402-1.173-1.322-2.777-1.575-2.777"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ffmpeg.svg b/mkdocs-material/material/templates/.icons/simple/ffmpeg.svg new file mode 100644 index 0000000..8f55d3a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ffmpeg.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.72 17.91V6.5l-.53-.49L9.05 18.52l-1.29-.06L24 1.53l-.33-.95-11.93 1-5.75 6.6v-.23l4.7-5.39-1.38-.77-9.11.77v2.85l1.91.46v.01l.19-.01-.56.66v10.6c.609-.126 1.22-.241 1.83-.36L14.12 5.22l.83-.04L0 21.44l9.67.82 1.35-.77 6.82-6.74v2.15l-5.72 5.57 11.26.95.35-.94v-3.16l-3.29-.18a65 65 0 0 0 1.28-1.23"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fi.svg b/mkdocs-material/material/templates/.icons/simple/fi.svg new file mode 100644 index 0000000..7e3d928 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.908 4.621c0-1.749 1.472-3.162 3.286-3.162 1.813 0 3.287 1.416 3.287 3.162s-1.472 3.162-3.287 3.162c-1.816 0-3.286-1.414-3.286-3.162M24 17.077h-.735c-1.507 0-2.267-1.069-2.267-2.753v-3.162h-5.569v4.482c0 4.869 3.228 6.913 6.353 6.913H24ZM5.578 18.581c0-1.628.901-2.369 2.731-2.369h4.541v-5.064H5.578V9.057c0-1.654 1.427-2.552 3.132-2.552h4.133V1.443H7.289C2.925 1.443 0 3.753 0 8.594v13.95h5.578Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fiat.svg b/mkdocs-material/material/templates/.icons/simple/fiat.svg new file mode 100644 index 0000000..191bc46 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fiat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.175 6.25c.489 1.148.726 2.442.726 3.956 0 .818-.068 1.69-.206 2.666-.286 2.01-1.048 4.11-1.75 5.494-.114.223-.205.371-.388.533-.32.282-.602.352-.706.291-.084-.05-.131-.302-.114-.673.014-.316.089-.55.204-.924a36 36 0 0 0 1.2-5.416c.385-2.664.37-5.06-.201-6.52a2.2 2.2 0 0 0-.22-.427c-.062-.09-.106-.136-.106-.136-1.181-1.183-4.37-1.776-7.56-1.776s-6.378.593-7.558 1.776c0 0-.045.045-.106.136a2 2 0 0 0-.221.426c-.572 1.46-.586 3.857-.201 6.521.26 1.807.672 3.72 1.227 5.504.096.307.158.516.173.84.016.369-.03.62-.114.67-.104.06-.389-.01-.71-.295-.23-.205-.345-.405-.49-.701-.68-1.385-1.393-3.397-1.667-5.323a19 19 0 0 1-.206-2.666c0-1.514.238-2.807.726-3.954.367-.86.983-1.58 1.782-2.083a13.9 13.9 0 0 1 6.526-2.122 14 14 0 0 1 .815-.026h.02q.412.001.818.026c2.282.138 4.539.873 6.525 2.122a4.6 4.6 0 0 1 1.782 2.082zm-4.763 14.526c-.088.019-.361.083-.632.157-.243.067-.483.12-.597.143a16.5 16.5 0 0 1-3.115.285h-.028c-1.117 0-2.177-.103-3.114-.285a9 9 0 0 1-.56-.133 15 15 0 0 0-.604-.148c-.418-.095-.796-.163-.817-.083-.025.093.162.288.401.472.056.042.195.14.357.22.15.073.32.128.386.15 1.098.355 2.346.502 3.941.502h.022c1.563 0 2.794-.142 3.877-.483.371-.117.59-.211.853-.42.22-.174.385-.353.361-.44-.02-.075-.348-.021-.731.063m-2.508-10.313c-.145-.81-.32-1.432-.518-1.85l-.002-.004h-.021l-.682-.006h-.01l-.027 2.998h1.426l-.001-.01c0-.005-.056-.522-.165-1.128m5.76 1.687c-.322 2.228-.88 4.623-1.66 6.701-.13.35-.248.48-.53.7a6.2 6.2 0 0 1-2.431 1.028c-.897.175-1.908.272-2.974.272h-.029a15.7 15.7 0 0 1-2.973-.272 6.2 6.2 0 0 1-2.433-1.028c-.282-.22-.399-.35-.527-.7-.782-2.078-1.34-4.473-1.661-6.701-.373-2.577-.35-4.847.18-6.202.067-.17.138-.292.19-.369.046-.065.078-.1.078-.1 1.068-1.07 4.06-1.652 7.16-1.652s6.093.582 7.16 1.653c0 0 .032.033.078.1.052.076.124.197.19.368.531 1.355.554 3.625.182 6.202M8.904 7.565 6.222 7.55l.267 9.337 1.122.012-.016-4.25h1.014v-1.097H7.595V8.66h1.31V7.564zm1.876-.02-1.365.003.181 9.35h1.157zm3.448.014h-2.732l.108 9.334h1.092l.009-4.222h1.418l.002.007c.128.797.138 4.171.138 4.205v.015h1.063l.009-.479c.048-2.42.13-6.469-1.107-8.86m4.32-.013-3.344.013v1.077h.998v.01l-.042 8.252h1.132l.275-8.262h.981zM23.975 12c0 6.617-5.372 12-11.976 12C5.397 24 .025 18.617.025 12S5.397 0 12 0c6.604 0 11.976 5.383 11.976 12zm-.33-.008C23.64 5.561 18.418.33 11.998.33 5.642.33.46 5.463.358 11.811a1.7 1.7 0 0 1 .684-.78c.655-.388.834-1.385.893-1.981l.012-.062c-.039.395-.07.79-.07 1.218 0 .832.07 1.718.21 2.708.412 2.9 1.813 6.007 2.637 6.958l.046.05.192.202.007.006c2.01 1.647 3.857 2.23 7.061 2.23h.022c3.203 0 5.05-.583 7.06-2.23l.009-.006.185-.197.052-.056c.826-.954 2.226-4.057 2.638-6.957.14-.99.209-1.876.209-2.708q0-.68-.064-1.309l.006.006c.06.597.379 2.141.995 2.586q.313.226.503.503"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fidoalliance.svg b/mkdocs-material/material/templates/.icons/simple/fidoalliance.svg new file mode 100644 index 0000000..8d4348f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fidoalliance.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.849 7.513a1.085 1.085 0 1 0 1.085 1.086v-.001c0-.599-.486-1.085-1.085-1.085m-2.907 3.04v1.418H6.89v4.793h.704V14.04h.509v2.724h.71v-6.211H4.941zm9.18.536H14.1c-.287-.416-.862-.702-1.639-.702-1.489 0-2.797 1.224-2.786 3.319 0 1.936 1.181 3.201 2.659 3.201.797 0 1.56-.361 1.935-1.04l.117.893h1.669V7.651h-1.934zm0 2.904q0 .237-.034.465l.002-.017c-.11.532-.574.925-1.13.925h-.014.001c-.797 0-1.318-.659-1.318-1.723 0-.978.446-1.767 1.329-1.767.606 0 1.022.437 1.138.947.014.09.023.194.023.3l-.001.054v-.003zM4.802 8.89l.475-1.6a3 3 0 0 0-.384-.101l-.019-.003a3.7 3.7 0 0 0-.829-.092 3.7 3.7 0 0 0-1.084.159l.027-.007a2 2 0 0 0-.38.153l.011-.005a2.6 2.6 0 0 0-.663.475c-.5.49-.754 1.155-.754 1.975v.708H-.001v1.418h1.199v4.793h1.921V11.97h1.199v-1.416H3.119v-.75a1.02 1.02 0 0 1 .23-.713l-.001.002a1 1 0 0 1 .063-.062l.001-.001s.414-.41 1.389-.14zm15.504 1.498c-2.01 0-3.327 1.286-3.327 3.307s1.393 3.212 3.213 3.212c1.664 0 3.276-1.04 3.276-3.327-.002-1.874-1.267-3.192-3.162-3.192m-.063 5.126c-.832 0-1.276-.797-1.276-1.871 0-.915.361-1.861 1.276-1.861.871 0 1.234.936 1.234 1.851 0 1.137-.482 1.882-1.234 1.882zm2.25-5.753h.232v.589h.14v-.589h.231v-.117h-.603zm1.306-.117-.182.505-.181-.505h-.203v.707h.13V9.78l.198.571h.113l.195-.571v.571h.13v-.707h-.201z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fifa.svg b/mkdocs-material/material/templates/.icons/simple/fifa.svg new file mode 100644 index 0000000..4ce8e03 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fifa.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 8.064v7.872h2.486v-2.843h1.728l.671-1.72H2.486V9.775h2.92l.637-1.711zm6.804 0L6.8 15.936h2.457V8.064zm4.15 0v7.872h2.484v-2.843h1.726l.677-1.72h-2.403V9.775h2.922L17 8.064zm7.658 0-2.83 7.872h2.375l.306-1.058h2.769l.32 1.058H24l-2.837-7.872zm1.235 2.023.981 3.277h-1.927z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fig.svg b/mkdocs-material/material/templates/.icons/simple/fig.svg new file mode 100644 index 0000000..5b1635e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fig.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.543 0A4.543 4.543 0 0 0 0 4.543v14.914A4.543 4.543 0 0 0 4.543 24h14.914A4.543 4.543 0 0 0 24 19.457V4.543A4.543 4.543 0 0 0 19.457 0zm10.715 2.572h3.086a3.3 3.3 0 0 1 .656.065 3.3 3.3 0 0 1 .898.326q.139.076.268.164.131.087.252.186a3.3 3.3 0 0 1 .789.96q.076.14.139.286a3.2 3.2 0 0 1 .187.61 3.3 3.3 0 0 1 .067.66v12.343a3.3 3.3 0 0 1-.146.97 3 3 0 0 1-.108.3 3.3 3.3 0 0 1-.301.552 3.3 3.3 0 0 1-.627.694q-.12.098-.252.185a3.2 3.2 0 0 1-.553.3 3.2 3.2 0 0 1-1.27.255h-3.085a3.3 3.3 0 0 1-.658-.065 3.24 3.24 0 0 1-2.344-1.922 3.2 3.2 0 0 1-.256-1.27V5.829a3.3 3.3 0 0 1 .393-1.555 3.2 3.2 0 0 1 1.04-1.146 3.2 3.2 0 0 1 .553-.3 3.3 3.3 0 0 1 1.272-.255z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/figma.svg b/mkdocs-material/material/templates/.icons/simple/figma.svg new file mode 100644 index 0000000..7c52a22 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/figma.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.852 8.981h-4.588V0h4.588c2.476 0 4.49 2.014 4.49 4.49s-2.014 4.491-4.49 4.491M12.735 7.51h3.117c1.665 0 3.019-1.355 3.019-3.019s-1.355-3.019-3.019-3.019h-3.117zm0 1.471H8.148c-2.476 0-4.49-2.014-4.49-4.49S5.672 0 8.148 0h4.588v8.981zm-4.587-7.51c-1.665 0-3.019 1.355-3.019 3.019s1.354 3.02 3.019 3.02h3.117V1.471zm4.587 15.019H8.148c-2.476 0-4.49-2.014-4.49-4.49s2.014-4.49 4.49-4.49h4.588v8.98zM8.148 8.981c-1.665 0-3.019 1.355-3.019 3.019s1.355 3.019 3.019 3.019h3.117V8.981zM8.172 24c-2.489 0-4.515-2.014-4.515-4.49s2.014-4.49 4.49-4.49h4.588v4.441c0 2.503-2.047 4.539-4.563 4.539m-.024-7.51a3.023 3.023 0 0 0-3.019 3.019c0 1.665 1.365 3.019 3.044 3.019 1.705 0 3.093-1.376 3.093-3.068v-2.97zm7.704 0h-.098c-2.476 0-4.49-2.014-4.49-4.49s2.014-4.49 4.49-4.49h.098c2.476 0 4.49 2.014 4.49 4.49s-2.014 4.49-4.49 4.49m-.097-7.509c-1.665 0-3.019 1.355-3.019 3.019s1.355 3.019 3.019 3.019h.098c1.665 0 3.019-1.355 3.019-3.019s-1.355-3.019-3.019-3.019z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/figshare.svg b/mkdocs-material/material/templates/.icons/simple/figshare.svg new file mode 100644 index 0000000..bf3d722 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/figshare.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0a1.007 1.007 0 0 0-1.008 1.008A1.009 1.009 0 1 0 12 0M8.69.541a1 1 0 0 0-.399.047c-.528.17-.82.74-.646 1.27a1.007 1.007 0 1 0 1.918-.624A1 1 0 0 0 8.69.541m6.62 0a1.01 1.01 0 1 0 1.047 1.316 1.01 1.01 0 0 0-.65-1.27 1 1 0 0 0-.396-.046m-4.722 1.45a1 1 0 0 0-.172.009.85.85 0 0 0-.707.973.85.85 0 0 0 .975.707.85.85 0 0 0 .707-.973.854.854 0 0 0-.803-.717m2.824 0a.85.85 0 0 0-.8.716c-.075.464.241.9.704.973.464.073.9-.242.975-.705A.853.853 0 0 0 13.584 2a1 1 0 0 0-.172-.01M5.504 2.1a1 1 0 0 0-.557.191 1.01 1.01 0 1 0 .557-.191m12.992 0a1.007 1.007 0 0 0-.629 1.824 1.01 1.01 0 0 0 1.188-1.633 1 1 0 0 0-.559-.191M7.73 2.887a.8.8 0 0 0-.325.091.85.85 0 0 0-.37 1.145.846.846 0 0 0 1.142.371.853.853 0 0 0 .373-1.144.85.85 0 0 0-.82-.463m8.543 0a.85.85 0 0 0-.82.463.85.85 0 0 0 .372 1.144.846.846 0 0 0 1.143-.37.85.85 0 0 0-.37-1.146.9.9 0 0 0-.325-.091M12 3.563a.71.71 0 0 0-.709.708c0 .393.317.71.709.71a.71.71 0 0 0 .709-.71.71.71 0 0 0-.709-.709m-2.328.38a.7.7 0 0 0-.28.034.71.71 0 0 0-.454.892.71.71 0 0 0 .892.455.71.71 0 0 0 .457-.892.71.71 0 0 0-.615-.489m4.656 0a.71.71 0 1 0 .734.926.71.71 0 0 0-.454-.892.7.7 0 0 0-.28-.034m-11.183.588a1.01 1.01 0 0 0-.854.416 1.01 1.01 0 0 0 .225 1.409c.45.327 1.08.228 1.406-.223.33-.45.231-1.082-.22-1.41a1 1 0 0 0-.557-.192zm17.713 0a1 1 0 0 0-.56.192 1.008 1.008 0 1 0 .559-.191M5.443 4.59a.85.85 0 0 0-.601.25.853.853 0 0 0-.002 1.205.855.855 0 0 0 1.205 0 .855.855 0 0 0 0-1.205.85.85 0 0 0-.602-.25m13.116 0a.85.85 0 0 0-.604.25.853.853 0 0 0 0 1.205.854.854 0 0 0 1.205 0 .85.85 0 0 0 0-1.205.85.85 0 0 0-.601-.25m-11.125.45a.7.7 0 0 0-.393.134.71.71 0 0 0 .834 1.146.707.707 0 0 0 .156-.988.7.7 0 0 0-.597-.293zm9.132 0a.7.7 0 0 0-.597.292c-.23.317-.16.76.156.988a.707.707 0 0 0 .99-.156.708.708 0 0 0-.549-1.125m-5.546.009a.6.6 0 0 0-.12.008.59.59 0 1 0 .676.49.59.59 0 0 0-.557-.498m1.96 0a.59.59 0 0 0-.554.498.59.59 0 1 0 .674-.49.6.6 0 0 0-.12-.008m-3.945.623a.6.6 0 0 0-.228.064.59.59 0 0 0-.258.793.59.59 0 0 0 .795.26.595.595 0 0 0 .26-.797.59.59 0 0 0-.569-.32zm5.932 0a.59.59 0 0 0-.569.32.59.59 0 0 0 .256.795.59.59 0 0 0 .797-.258.59.59 0 0 0-.26-.793.6.6 0 0 0-.224-.064M12 6.188a.49.49 0 0 0-.488.488.49.49 0 1 0 .488-.488m-1.603.261a.5.5 0 0 0-.192.024.487.487 0 1 0 .3.928.49.49 0 0 0 .315-.616.49.49 0 0 0-.424-.336m3.206 0a.49.49 0 0 0-.421.336.49.49 0 0 0 .312.616.488.488 0 0 0 .303-.928.5.5 0 0 0-.194-.024m-7.83.3a.7.7 0 0 0-.597.292.709.709 0 1 0 .988-.158.7.7 0 0 0-.39-.135m12.456 0a.7.7 0 0 0-.393.134.707.707 0 0 0-.158.99.709.709 0 1 0 1.149-.832.7.7 0 0 0-.598-.293m-10.784.107a.6.6 0 0 0-.418.173.59.59 0 0 0 0 .834.59.59 0 0 0 .836 0 .59.59 0 0 0 .002-.836.6.6 0 0 0-.42-.171m9.11 0a.6.6 0 0 0-.418.173.587.587 0 0 0 0 .834.59.59 0 0 0 .834 0 .59.59 0 0 0 .002-.834.6.6 0 0 0-.418-.173M3.799 6.94a.86.86 0 0 0-.82.464.85.85 0 0 0 .372 1.143.85.85 0 1 0 .772-1.516.8.8 0 0 0-.324-.091m16.404 0a.9.9 0 0 0-.326.091.851.851 0 1 0 1.144.373.85.85 0 0 0-.818-.464m-11.35.265a.5.5 0 0 0-.269.092.49.49 0 0 0 .574.79.49.49 0 0 0 .108-.68.48.48 0 0 0-.412-.202m6.294 0a.49.49 0 0 0-.413.201.487.487 0 0 0 .11.682.49.49 0 0 0 .681-.108.49.49 0 0 0-.109-.683.5.5 0 0 0-.27-.092m-3.813.068a.4.4 0 0 0-.08.004.403.403 0 1 0 .08-.004m1.332 0a.4.4 0 0 0-.379.338.41.41 0 0 0 .334.461.403.403 0 0 0 .127-.795.4.4 0 0 0-.082-.004m-11.205.325a1.009 1.009 0 1 0 .396.045 1 1 0 0 0-.396-.046m21.078 0a1 1 0 0 0-.396.045c-.53.173-.821.743-.649 1.273.174.53.741.82 1.27.646a1.007 1.007 0 0 0-.225-1.964m-12.555.1a.4.4 0 0 0-.156.042.403.403 0 0 0-.176.54.4.4 0 0 0 .541.175.4.4 0 0 0 .176-.539.4.4 0 0 0-.385-.219m4.032 0a.4.4 0 0 0-.385.216.4.4 0 0 0 .176.541.4.4 0 0 0 .539-.176.4.4 0 0 0-.176-.54.4.4 0 0 0-.154-.042m-6.305.685a.488.488 0 1 0 .27.092.5.5 0 0 0-.27-.092m8.58 0a.5.5 0 0 0-.271.092.487.487 0 0 0-.108.681.489.489 0 1 0 .79-.572.48.48 0 0 0-.411-.201m-9.986.103a.59.59 0 0 0-.57.322.59.59 0 0 0 .26.794.587.587 0 0 0 .792-.256.593.593 0 0 0-.258-.797.6.6 0 0 0-.224-.063m11.392 0a.6.6 0 0 0-.226.063.593.593 0 0 0-.258.797.59.59 0 0 0 .793.257.59.59 0 0 0 .258-.795.59.59 0 0 0-.567-.322M8.904 8.5a.4.4 0 0 0-.287.12.4.4 0 0 0 .002.568.4.4 0 0 0 .568 0 .4.4 0 0 0 0-.569.4.4 0 0 0-.283-.119m6.194.002a.4.4 0 0 0-.286.117.4.4 0 0 0 .003.569.4.4 0 0 0 .566 0 .4.4 0 0 0 0-.569.4.4 0 0 0-.283-.117M4.59 8.906a.708.708 0 0 0-.158 1.379.707.707 0 0 0 .892-.453.707.707 0 0 0-.455-.893.7.7 0 0 0-.28-.033m14.82 0a.7.7 0 0 0-.28.033.707.707 0 1 0 .438 1.346.71.71 0 0 0 .457-.892.71.71 0 0 0-.615-.487zm-11.283.705a.4.4 0 0 0-.387.22.4.4 0 0 0 .176.538.397.397 0 0 0 .539-.174.4.4 0 0 0-.176-.54.4.4 0 0 0-.152-.044m7.746 0a.4.4 0 0 0-.152.043.4.4 0 0 0-.176.541.403.403 0 0 0 .539.174.4.4 0 0 0 .176-.54.4.4 0 0 0-.387-.218M2.801 9.7a.85.85 0 0 0-.803.717.85.85 0 0 0 .709.973.85.85 0 0 0 .973-.705.85.85 0 0 0-.705-.975 1 1 0 0 0-.174-.01zm18.398 0a1 1 0 0 0-.172.01.85.85 0 0 0-.707.975.85.85 0 0 0 .973.705.85.85 0 0 0 .707-.973.85.85 0 0 0-.8-.717m-14.305.168a.49.49 0 0 0-.421.336.487.487 0 0 0 .314.615.487.487 0 0 0 .615-.312.49.49 0 0 0-.314-.617.5.5 0 0 0-.194-.022m10.211 0a.5.5 0 0 0-.193.022.493.493 0 0 0-.314.617.49.49 0 0 0 .617.312.486.486 0 0 0 .31-.615.48.48 0 0 0-.42-.336M5.611 10.4a.59.59 0 0 0-.554.498.591.591 0 1 0 1.166.188.593.593 0 0 0-.493-.678.6.6 0 0 0-.119-.008m12.778 0a.6.6 0 0 0-.12.008.59.59 0 0 0-.492.678.59.59 0 0 0 .676.49.59.59 0 0 0 .49-.678.59.59 0 0 0-.554-.498m-10.733.514a.404.404 0 0 0-.379.336.4.4 0 0 0 .336.461.4.4 0 0 0 .457-.332.403.403 0 0 0-.334-.463.4.4 0 0 0-.08-.002zm8.688 0a.4.4 0 0 0-.082.004.4.4 0 0 0-.332.461c.034.218.24.366.459.332a.4.4 0 0 0 .334-.459.4.4 0 0 0-.38-.338m-15.336.078a1.008 1.008 0 0 0 0 2.016A1.007 1.007 0 0 0 2.016 12c0-.556-.451-1.008-1.008-1.008zm21.984 0a1.008 1.008 0 1 0-.003 2.017 1.008 1.008 0 0 0 .003-2.017zm-18.72.3a.71.71 0 0 0-.71.708.71.71 0 0 0 .71.709A.71.71 0 0 0 4.98 12a.71.71 0 0 0-.709-.709m15.456 0a.71.71 0 0 0 0 1.417.706.706 0 0 0 .707-.709.707.707 0 0 0-.707-.709m-13.052.218a.49.49 0 0 0-.489.49c0 .269.219.488.489.486a.488.488 0 1 0 0-.976m10.648 0a.49.49 0 0 0-.488.49.486.486 0 0 0 .488.486.487.487 0 0 0 .488-.486.49.49 0 0 0-.488-.49m-1.017.773a.4.4 0 0 0-.377.338.401.401 0 1 0 .793.127.4.4 0 0 0-.334-.459.4.4 0 0 0-.082-.006m-8.614.002a.4.4 0 0 0-.082.004.4.4 0 0 0-.334.46c.035.219.241.366.461.333a.404.404 0 0 0 .334-.46.4.4 0 0 0-.379-.337zm-2.027.133a.6.6 0 0 0-.121.006.59.59 0 0 0-.488.676.59.59 0 0 0 .673.492.59.59 0 0 0 .493-.678.59.59 0 0 0-.557-.496m12.668 0a.59.59 0 0 0-.557.498.59.59 0 1 0 1.166.184.59.59 0 0 0-.49-.676.6.6 0 0 0-.119-.006M2.879 12.6a1 1 0 0 0-.172.01.852.852 0 1 0 .973.707.85.85 0 0 0-.801-.717zm18.242 0a.851.851 0 1 0 .174.01 1 1 0 0 0-.174-.01m-14.14.558a.5.5 0 0 0-.194.022.49.49 0 0 0-.314.617.49.49 0 0 0 .93-.303.49.49 0 0 0-.423-.336m10.04 0a.49.49 0 0 0-.423.336.49.49 0 0 0 .314.615.485.485 0 0 0 .613-.312.49.49 0 0 0-.31-.617.5.5 0 0 0-.194-.022m-8.95.428a.4.4 0 0 0-.153.043.4.4 0 0 0-.176.54.4.4 0 0 0 .537.177.4.4 0 0 0 .176-.54.4.4 0 0 0-.385-.22m7.86 0a.41.41 0 0 0-.388.219.404.404 0 0 0 .176.54.404.404 0 0 0 .543-.175c.1-.196.02-.44-.178-.541a.4.4 0 0 0-.152-.043m-11.22.094a.7.7 0 0 0-.28.033.71.71 0 0 0-.454.894.707.707 0 0 0 .892.454.707.707 0 0 0 .455-.893.71.71 0 0 0-.613-.488m14.578 0a.71.71 0 0 0-.613.49c-.12.372.082.77.455.89a.707.707 0 0 0 .892-.453.71.71 0 0 0-.455-.894.7.7 0 0 0-.279-.033m-13.07.654a.6.6 0 0 0-.225.062.59.59 0 0 0-.26.795.59.59 0 0 0 .795.258.586.586 0 0 0 .258-.793.59.59 0 0 0-.568-.322zm11.562 0a.59.59 0 0 0-.568.32.59.59 0 0 0 .258.795.592.592 0 1 0 .535-1.053.6.6 0 0 0-.225-.062m-16.148.057a1 1 0 0 0-.397.046 1.009 1.009 0 1 0 1.27.647 1.01 1.01 0 0 0-.873-.693m20.734 0a1.01 1.01 0 0 0-.873.693 1.008 1.008 0 1 0 1.27-.646 1 1 0 0 0-.397-.047m-14.691.25a.5.5 0 0 0-.27.093.49.49 0 0 0-.11.682.49.49 0 0 0 .685.11.49.49 0 0 0 .109-.684.5.5 0 0 0-.414-.201m8.648 0a.49.49 0 0 0-.412.2.49.49 0 0 0 .107.684c.219.159.526.11.682-.109a.49.49 0 0 0-.107-.682.5.5 0 0 0-.27-.093m-7.42.054a.4.4 0 0 0-.285.115.4.4 0 0 0 0 .569.403.403 0 0 0 .569.002.403.403 0 0 0 0-.57.4.4 0 0 0-.284-.116m6.192 0a.4.4 0 0 0-.283.117.401.401 0 1 0 .568.569.4.4 0 0 0 0-.569.4.4 0 0 0-.285-.117m-11.42.666a.8.8 0 0 0-.324.09.851.851 0 1 0 .324-.09zm16.648 0a.86.86 0 0 0-.82.463.851.851 0 1 0 1.144-.373.8.8 0 0 0-.324-.09m-6.365.139a.4.4 0 0 0-.154.043.405.405 0 0 0-.174.541.4.4 0 0 0 .539.176.404.404 0 0 0 .176-.541.4.4 0 0 0-.387-.219m-3.918.002a.4.4 0 0 0-.387.217.4.4 0 0 0 .176.54.402.402 0 0 0 .365-.717.4.4 0 0 0-.154-.04m-1.152.316a.49.49 0 0 0-.412.202.487.487 0 1 0 .789.572.49.49 0 0 0-.108-.682.5.5 0 0 0-.27-.092m6.224 0a.5.5 0 0 0-.27.092.489.489 0 1 0 .682.11.49.49 0 0 0-.412-.202m-9.39.016a.7.7 0 0 0-.391.133.71.71 0 0 0-.156.992.704.704 0 0 0 .988.156.707.707 0 0 0 .158-.988.71.71 0 0 0-.6-.293m12.554 0a.71.71 0 0 0-.6.293.705.705 0 0 0 .159.988.706.706 0 0 0 .99-.156.71.71 0 0 0-.158-.992.7.7 0 0 0-.39-.133m-6.98.088a.405.405 0 0 0-.381.342.406.406 0 0 0 .338.459.402.402 0 0 0 .125-.795.4.4 0 0 0-.082-.006m1.406.002a.4.4 0 0 0-.082.004.4.4 0 0 0-.332.46.4.4 0 0 0 .46.335.4.4 0 0 0 .331-.46.4.4 0 0 0-.377-.34m-5.258.039a.6.6 0 0 0-.418.174.59.59 0 0 0 .836.834.59.59 0 0 0 .002-.834.6.6 0 0 0-.42-.174m9.11 0a.6.6 0 0 0-.418.174.587.587 0 0 0 0 .834.59.59 0 0 0 .834 0 .59.59 0 0 0 0-.834.59.59 0 0 0-.416-.174m-6.242.613a.49.49 0 0 0-.422.336.486.486 0 0 0 .314.615.49.49 0 0 0 .615-.312.49.49 0 0 0-.314-.617.5.5 0 0 0-.193-.022m3.375 0a.5.5 0 0 0-.194.022.489.489 0 0 0 .303.93.49.49 0 0 0 .312-.616.49.49 0 0 0-.421-.336m-1.688.26a.49.49 0 0 0-.488.488.488.488 0 1 0 .488-.488m-2.883.312a.59.59 0 0 0-.568.32.593.593 0 0 0 .258.796.59.59 0 0 0 .797-.258.594.594 0 0 0-.258-.795.6.6 0 0 0-.229-.063m5.766 0a.6.6 0 0 0-.227.063.593.593 0 0 0-.26.795c.15.29.507.406.797.258a.59.59 0 0 0 .256-.795.59.59 0 0 0-.566-.32m-11.81.303a1 1 0 0 0-.557.193 1.01 1.01 0 1 0 1.408.223 1.01 1.01 0 0 0-.852-.416m17.855.002a1.009 1.009 0 1 0 .556.192 1 1 0 0 0-.556-.192m-13.446.09a.71.71 0 0 0-.597.293.71.71 0 1 0 .99-.158.7.7 0 0 0-.393-.135m9.036 0a.7.7 0 0 0-.393.135.71.71 0 0 0-.156.99.71.71 0 0 0 .99.158.71.71 0 0 0 .156-.99.7.7 0 0 0-.597-.293m-11.075.162a.85.85 0 0 0-.601.25.85.85 0 1 0 1.203 1.203.852.852 0 0 0-.602-1.453m13.116.002a.86.86 0 0 0-.604.248.85.85 0 0 0 0 1.203.854.854 0 0 0 1.205 0 .85.85 0 0 0 0-1.203.84.84 0 0 0-.601-.248m-7.592.062a.59.59 0 0 0-.066 1.174.59.59 0 0 0 .675-.492.587.587 0 0 0-.49-.674.6.6 0 0 0-.12-.008m2.066 0a.6.6 0 0 0-.119.008.59.59 0 0 0-.488.674c.05.322.35.544.674.492a.59.59 0 0 0 .49-.675.59.59 0 0 0-.557-.498m-3.482.873a.71.71 0 0 0-.613.489.71.71 0 0 0 .455.892.71.71 0 0 0 .894-.455.71.71 0 0 0-.457-.892.7.7 0 0 0-.28-.033m4.898 0a.7.7 0 0 0-.28.032.71.71 0 1 0 .893.457.71.71 0 0 0-.613-.488zM12 19.02a.71.71 0 0 0-.709.709c0 .391.317.709.709.709a.71.71 0 0 0 .709-.71.71.71 0 0 0-.709-.708m-4.15.394a.85.85 0 0 0-.819.463.85.85 0 1 0 1.145-.373.9.9 0 0 0-.326-.09m8.3 0a.9.9 0 0 0-.328.09.852.852 0 1 0 .775 1.516.85.85 0 0 0 .37-1.143.85.85 0 0 0-.817-.463zm-10.576.469a1.01 1.01 0 0 0-.851.416 1.01 1.01 0 0 0 .224 1.408 1.01 1.01 0 0 0 1.409-.223 1.007 1.007 0 0 0-.223-1.408 1 1 0 0 0-.559-.193m12.852 0a1 1 0 0 0-.559.193 1.009 1.009 0 1 0 1.41.223 1.01 1.01 0 0 0-.851-.416m-7.914.426a.854.854 0 0 0-.803.718.85.85 0 1 0 1.68.264.85.85 0 0 0-.705-.973 1 1 0 0 0-.172-.01m2.978 0a.85.85 0 0 0-.879.984.85.85 0 1 0 1.68-.266.85.85 0 0 0-.8-.718m-4.972 1.14a1.01 1.01 0 0 0-.227 1.963 1.008 1.008 0 1 0 .623-1.918 1 1 0 0 0-.396-.045m6.964 0a1 1 0 0 0-.396.045 1.01 1.01 0 0 0-.65 1.27 1.01 1.01 0 0 0 1.921-.621 1.01 1.01 0 0 0-.875-.694M12 21.982A1.01 1.01 0 0 0 12 24a1.007 1.007 0 0 0 1.008-1.008c0-.556-.45-1.01-1.008-1.01"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fila.svg b/mkdocs-material/material/templates/.icons/simple/fila.svg new file mode 100644 index 0000000..583b993 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fila.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.814 8.027c-.614 0-1.113.498-1.113 1.113v5.72a1.113 1.113 0 0 0 2.226 0V9.14c0-.614-.498-1.113-1.113-1.113m-2.849.078H1.113a1.113 1.113 0 0 0 0 2.226h4.852a1.113 1.113 0 0 0 0-2.226m17.411 4.417L21.03 8.705c-.275-.444-.65-.658-1.125-.658-.488 0-.904.229-1.162.658l-2.715 4.5c-.186.308-.4.436-.753.436h-2.019a.275.275 0 0 1-.285-.284V9.102c0-.613-.497-1.075-1.11-1.075s-1.11.463-1.11 1.076v5.215c0 .784.774 1.544 1.544 1.544h4.064c.576 0 .963-.42 1.292-.996l2.114-3.627c.018-.04.053-.091.093-.091.043 0 .07.051.091.088l1.384 2.22c.058.094.069.141.032.225-.033.077-.108.093-.23.093h-1.943a1.044 1.044 0 1 0 0 2.088h3.17c.77 0 1.638-.734 1.638-1.693 0-.608-.117-.822-.624-1.647M5.431 10.954H1.113c-.615 0-1.113.498-1.113 1.113v2.715a1.113 1.113 0 1 0 2.226 0v-1.268c0-.185.15-.334.334-.334h2.87a1.113 1.113 0 0 0 0-2.226"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/filedotio.svg b/mkdocs-material/material/templates/.icons/simple/filedotio.svg new file mode 100644 index 0000000..6e6752e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/filedotio.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.034 11.837a2.98 2.98 0 0 1-1.868 2.718l-4.385 1.401-.06-5.23c-.011-1.256-.514-2.48-1.135-2.727-2.024-.816-4.054-1.619-6.07-2.456a1.03 1.03 0 0 1-.509-.934c.001-.272.11-.532.303-.724q.173-.092.36-.149L18.049.084c1.051-.331 1.91.341 1.91 1.504zm-7.02 10.296c.011 1.256-.485 2.073-1.102 1.821-2.287-.916-4.565-1.869-6.854-2.773-.775-.509-.999-1.023-.999-2.653L3.975 7.471a4.3 4.3 0 0 1 .256-1.732 2.76 2.76 0 0 1 1.116-1.368q.095-.067.196-.121c-.195.19-.304.451-.303.723-.019.381.175.741.504.934l1.13.467 4.945 2.013c.616.252 1.135 1.47 1.135 2.726.027 3.673.043 7.347.06 11.02"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/files.svg b/mkdocs-material/material/templates/.icons/simple/files.svg new file mode 100644 index 0000000..bfa4c5d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/files.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.367 2.453a.82.82 0 0 0-.576.238L.241 14.213a.82.82 0 0 0-.241.584v.066c0-.323.209-.608.516-.709l7.275-2.318a2.44 2.44 0 0 0 1.584-1.592l2.318-7.267a.76.76 0 0 1 .719-.524zM0 14.863v5.047c0 .904.733 1.637 1.637 1.637h20.726c.904 0 1.637-.733 1.637-1.637V4.09c0-.904-.733-1.637-1.637-1.637h-9.951v.5l.088 9.861c.01 1.175-.962 2.14-2.137 2.14zM12 3.66l-2.148 6.735v.001a2.94 2.94 0 0 1-1.909 1.916l-6.716 2.141h9.136c.905 0 1.638-.734 1.637-1.639zm-10.363.975c-.905 0-1.638.734-1.637 1.638v7.473l9.135-9.111Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/filezilla.svg b/mkdocs-material/material/templates/.icons/simple/filezilla.svg new file mode 100644 index 0000000..937b3de --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/filezilla.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.999 1.861V.803a.8.8 0 0 1-.568-.236.8.8 0 0 1-.234-.567h-1.06a.806.806 0 0 1-1.608 0h-1.06a.805.805 0 0 1-1.608 0h-1.059a.807.807 0 0 1-.845.765.81.81 0 0 1-.764-.765h-1.06a.806.806 0 0 1-1.609 0h-1.058a.805.805 0 0 1-1.608 0h-1.06a.794.794 0 0 1-.825.774A.803.803 0 0 1 7.197 0h-1.06A.806.806 0 0 1 4.53 0H3.47a.803.803 0 0 1-1.607 0H.803a.806.806 0 0 1-.802.803V1.86a.804.804 0 0 1 0 1.607v1.06a.803.803 0 0 1 0 1.607v1.059a.805.805 0 0 1 0 1.608v1.06a.803.803 0 1 1 0 1.607v1.06a.803.803 0 0 1 0 1.606v1.06a.803.803 0 1 1 0 1.608v1.06c.444.017.79.388.774.83a.8.8 0 0 1-.774.775v1.061a.803.803 0 1 1 0 1.608v1.06A.805.805 0 0 1 .804 24h1.06a.806.806 0 0 1 1.607 0h1.06a.806.806 0 0 1 1.608 0h1.059a.806.806 0 0 1 1.609 0h1.06a.804.804 0 0 1 1.607 0h1.06a.806.806 0 0 1 1.607 0H15.2a.807.807 0 0 1 1.61 0h1.058a.807.807 0 0 1 1.61 0h1.059a.804.804 0 0 1 1.606 0h1.054c0-.21.086-.418.235-.568a.8.8 0 0 1 .567-.234v-1.06a.805.805 0 0 1 0-1.606v-1.06a.805.805 0 0 1 0-1.608v-1.06a.806.806 0 0 1 0-1.608v-1.061a.804.804 0 0 1 0-1.608V11.47a.806.806 0 0 1 0-1.608v-1.06a.804.804 0 0 1 0-1.607v-1.06a.805.805 0 0 1 0-1.606v-1.06a.806.806 0 0 1 0-1.608m-4.067 9.836L13.53 17.92c.58.09 1.14.225 1.742.225 1.464 0 3.147-.445 4.285-.916l-.584 2.745c-1.675.805-2.7.87-3.701.87-1.095 0-2.144-.356-3.215-.356-.602 0-1.473.045-2.008.4l-1.16-2.052 6.604-6.54h-7.6l-1.45 6.806h-3.17L6.577 3.528h10.487l-.67 3.145H9.097l-.624 2.924h11.973z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fineco.svg b/mkdocs-material/material/templates/.icons/simple/fineco.svg new file mode 100644 index 0000000..e170564 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fineco.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.712 8.72a1.7 1.7 0 0 0-1.21.488A1.68 1.68 0 0 0 0 10.404v3.176a1.68 1.68 0 0 0 .496 1.207 1.7 1.7 0 0 0 1.216.493h20.576v-.016a1.7 1.7 0 0 0 1.21-.487A1.68 1.68 0 0 0 24 13.58v-3.176a1.68 1.68 0 0 0-.502-1.196 1.7 1.7 0 0 0-1.21-.488Zm18.256 1.462c1.136 0 2.048.81 2.048 1.795s-.912 1.794-2.048 1.794-2.048-.683-2.048-1.794c0-1.112.912-1.795 2.048-1.795m-3.344.016a3.2 3.2 0 0 1 .96.143l-.16.524a2.4 2.4 0 0 0-.8-.127c-.992 0-1.792.397-1.792 1.254 0 .858.8 1.255 1.792 1.255a2.4 2.4 0 0 0 .784-.127l.16.524a3.2 3.2 0 0 1-.944.143c-1.52 0-2.464-.683-2.464-1.795s1.104-1.794 2.464-1.794m-14.336.063h2.576v.508h-1.92v.97h1.824v.508H2.944v1.477h-.656Zm3.312 0h.656v3.469H5.6Zm1.504 0h.816l1.088 1.477a9 9 0 0 1 .72 1.16h.016a13 13 0 0 1-.064-1.446v-1.191h.656v3.462H9.6L8.496 12.2a12 12 0 0 1-.752-1.207h-.016c.032.444.032.905.032 1.477v1.238l-.656.016zm4 0h2.576v.524h-1.92v.953h1.824v.524H11.76v.953l1.92-.016v.524h-2.576zm8.864.445c-.768 0-1.392.397-1.392 1.27 0 .874.624 1.271 1.392 1.271s1.392-.572 1.392-1.27c0-.7-.624-1.271-1.392-1.271"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fing.svg b/mkdocs-material/material/templates/.icons/simple/fing.svg new file mode 100644 index 0000000..82dd6a1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fing.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.706 9.583c1.359.018 2.375 1.094 2.347 2.485-.027 1.317-1.117 2.352-2.46 2.337-1.333-.015-2.352-1.113-2.334-2.515.018-1.334 1.069-2.325 2.447-2.307m6.259-3.852c-.654-.716-1.447-1.271-2.316-1.726-.26-.136-.535-.241-.8-.367-.444-.211-.719-.539-.579-1.052.147-.537.547-.738 1.071-.597 1.196.323 2.198 1.004 3.15 1.769q.171.139.333.288c.194.179.346.542.611.459.254-.08.079-.446.129-.681.048-.228.161-.422.405-.402.256.021.519.141.511.455a47 47 0 0 1-.116 2.518c-.03.375-.31.509-.68.491a72 72 0 0 0-2.081-.068c-.329-.006-.679.012-.685-.439-.005-.435.333-.47.667-.483.118-.002.256.039.38-.165m-4.422-3.714c-.007 1.068-.87 1.938-1.917 1.934-1.063-.004-1.98-.923-1.971-1.973.009-1.057.944-1.993 1.973-1.978 1.059.016 1.922.926 1.915 2.017M5.465 20.792c-1.049-.013-1.895-.891-1.894-1.964.001-1.106.893-2.018 1.949-1.993 1.063.025 1.925.959 1.893 2.049-.032 1.081-.89 1.921-1.948 1.908m5.267 1.174c.023-1.124.857-1.896 2.017-1.866 1.04.026 1.9.948 1.861 1.992-.039 1.04-.955 1.92-1.984 1.908-1.062-.013-1.917-.931-1.894-2.034M5.649 6.814c-1.13.002-1.966-.822-1.964-1.937.001-1.051.875-1.947 1.911-1.96 1.046-.012 1.953.868 1.965 1.907.013 1.126-.816 1.988-1.912 1.99m-2.954 7.082a1.92 1.92 0 0 1-1.927-1.923c-.004-1.08.894-1.988 1.96-1.981 1.08.007 1.94.912 1.916 2.014-.025 1.099-.845 1.894-1.949 1.89m18.931 5.047c-.009 1.103-.872 1.926-1.997 1.906-1.077-.02-1.84-.844-1.831-1.979.009-1.11.811-1.921 1.899-1.92 1.077.002 1.938.892 1.929 1.993m1.606-6.87a10.5 10.5 0 0 1-.856 4.046c-.188.443-.51.724-1.044.546-.495-.164-.75-.587-.542-1.095a9.8 9.8 0 0 0 .731-4.062c-.016-.522.304-.818.836-.814.487.003.793.245.843.75.021.208.022.419.032.629m-6.363 7.897c.575-.027.804.255.925.598a.81.81 0 0 1-.351.989c-.404.25-.84.473-1.328.529-.418.048-.741-.114-.918-.502-.168-.369-.102-.738.216-.965a4.1 4.1 0 0 1 1.456-.649M4.67 7.84c-.027.8-.622 1.588-1.179 1.563-.441-.02-.886-.47-.885-.896.001-.762.622-1.615 1.161-1.595.512.017.92.437.903.928m5.254 13.317c.003.597-.317.906-.902.853-.495-.045-.914-.299-1.291-.586-.302-.23-.411-.589-.213-.958.192-.358.472-.564.919-.497.838.124 1.484.627 1.487 1.188m-6.456-6.743c.531.002 1.093.781 1.075 1.491a.87.87 0 0 1-.859.835c-.508.009-1.082-.738-1.1-1.432-.011-.423.456-.895.884-.894M9.102 2.002c.53.009.839.344.818.885-.021.528-.81 1.1-1.487 1.078-.47-.015-.783-.369-.778-.879.006-.596.675-1.097 1.447-1.084"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/firebase.svg b/mkdocs-material/material/templates/.icons/simple/firebase.svg new file mode 100644 index 0000000..18f4548 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/firebase.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.455 8.369c-.538-.748-1.778-2.285-3.681-4.569a447 447 0 0 0-1.884-2.245l-.488-.576-.207-.245-.113-.133-.022-.032-.01-.005L12.57 0l-.609.488a13.34 13.34 0 0 0-3.681 4.64 11.4 11.4 0 0 0-1.043 3.176 12 12 0 0 0-.121.738 11 11 0 0 0-.632-.033l-.059-.003a7.5 7.5 0 0 0-2.28.274l-.317.089-.163.286a9.6 9.6 0 0 0-1.252 4.416 9.53 9.53 0 0 0 1.583 5.625 9.57 9.57 0 0 0 4.42 3.611l.236.095.071.025.003-.001a9.6 9.6 0 0 0 2.941.568q.171.006.342.006a9.5 9.5 0 0 0 3.69-.742l.008.004.313-.145a9.63 9.63 0 0 0 3.927-3.335 9.6 9.6 0 0 0 1.641-5.042c.075-2.161-.643-4.304-2.133-6.371m-7.083 6.695c.328 1.244.264 2.44-.191 3.558-1.135-1.12-1.967-2.352-2.475-3.665-.543-1.404-.87-2.74-.974-3.975.48.157.922.366 1.315.622 1.132.737 1.914 1.902 2.325 3.461zm.207 6.022c.482.368.99.712 1.513 1.028a7.9 7.9 0 0 1-2.369.273 8 8 0 0 1-.373-.022 9 9 0 0 0 1.228-1.279zm1.347-6.431c-.516-1.957-1.527-3.437-3.002-4.398a7.4 7.4 0 0 0-2.194-.95 9 9 0 0 1 .089-.713 11.6 11.6 0 0 1 .91-2.765l.004-.008c.177-.358.376-.719.61-1.105l.092-.152-.003-.001a11.7 11.7 0 0 1 1.942-2.311l.288.341c.672.796 1.304 1.548 1.878 2.237 1.291 1.549 2.966 3.583 3.612 4.48 1.277 1.771 1.893 3.579 1.83 5.375a7.97 7.97 0 0 1-3.995 6.641 15.5 15.5 0 0 1-2.539-1.599c.79-1.575.952-3.28.479-5.072zm-2.575 5.397a7.9 7.9 0 0 1-2.09 1.856 6 6 0 0 1-.243-.093l-.065-.026a7.97 7.97 0 0 1-3.635-3.01 7.94 7.94 0 0 1-1.298-4.653 7.9 7.9 0 0 1 .882-3.379q.476-.105.96-.131l.084-.002q.245-.005.478 0 .341.017.677.07c.073 1.513.445 3.145 1.105 4.852.637 1.644 1.694 3.162 3.144 4.515z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/firefish.svg b/mkdocs-material/material/templates/.icons/simple/firefish.svg new file mode 100644 index 0000000..7e5fe9d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/firefish.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.771 0c-.68-.016-1.342.507-1.342 1.304V7.27a1.3 1.3 0 0 0 1.3 1.301h5.967c1.16 0 1.74-1.401.92-2.22L17.65.383A1.27 1.27 0 0 0 16.771 0M6.573.106c-.672-.017-1.326.5-1.326 1.287v5.892c0 .71.575 1.285 1.285 1.285h5.892c1.145 0 1.718-1.384.908-2.194L7.44.484a1.26 1.26 0 0 0-.867-.379ZM1.286 10.287c-.71 0-1.286.576-1.286 1.286v11.142C0 23.425.576 24 1.286 24h11.143c.71 0 1.285-.575 1.285-1.285V11.573c0-.71-.575-1.286-1.285-1.286zm15.485 0c-.68-.017-1.342.507-1.342 1.304v5.966a1.3 1.3 0 0 0 1.3 1.3h5.967c1.16 0 1.74-1.4.92-2.22L17.65 10.67a1.27 1.27 0 0 0-.879-.384zM3.43 17.144a1.714 1.714 0 1 1 0 3.428 1.714 1.714 0 0 1 0-3.428m4.285 0a1.714 1.714 0 1 1 0 3.428 1.714 1.714 0 0 1 0-3.428"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fireflyiii.svg b/mkdocs-material/material/templates/.icons/simple/fireflyiii.svg new file mode 100644 index 0000000..d715736 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fireflyiii.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.107 0s.917 3.103-.842 4.91c-1.76 1.807-1.57 3.803-.856 4.754.713.951.665 1.664.095 2.187s-1.046.904-1.379.048-.713-.856-.856-1.284a44 44 0 0 0-.428-1.189s-.903 1.427-1.474 2.283c-.57.855-.57 2.187-.19 2.9s.238 1.569-.047 2.757c-.286 1.189.095 2.996 1.426 3.709s2.948 1.283 3.66 1.949c.714.666 2.378 1.284 4.518.808 2.14-.475 4.85-2.662 5.324-4.136 0 0 1.237-1.379 1-3.185-.239-1.807-1.095-1.76-1.475-3.138-.38-1.38.823-1.04-.19-3.406 0 0-.452-1.127-2.168-1.939-1.102-.521-.352-2.88-2.3-5.258C11.974.393 10.106 0 10.106 0zm-.326 11.753c1.373-.01 2.14 1.376 2.14 1.376 1.78-.216 3.533.152 4.374.94.531.498.965.956 1.181 1.834-.1-.034-.282-.08-.52-.076a1.9 1.9 0 0 0-.902.256s-.99-.333-1.52.097c-.55.446-.604.968-.576 1.586 0 0 .476-1.628 1.68-1.208 0 0-.852 1.5.472 1.762 0 0 .313-.002.57-.158.247-.148.44-.424.361-.92 0 0-.16-.494-.577-.794 0 0 .378-.267 1.096-.104q.052.355.063.802c.047 2.057-1.326 3.402-1.326 3.402v.927c-.167.334-.445.445-1.39.445-.946 0-1.076-.26-1.076-.26v-.185c-1.446.186-2.234 0-2.234 0 0 .167 0 .195-.14.334-.138.139-1 .148-1.65.055-.649-.092-.574-.407-.574-.407v-.946a3.66 3.66 0 0 1-1.354-1.873l-.61.012c-.334 0-.477-.428-.477-.428v-1.379c0-.428.428-.523.428-.523l.594-.045c.201-1.426 1.688-2.522 1.688-2.522l-.083-1.966q.188-.034.362-.034m-.548 4.716a.35.35 0 0 0-.353.352.35.35 0 0 0 .353.352.35.35 0 0 0 .352-.352.35.35 0 0 0-.352-.352m6.85.301s.124.031.39.469c.257.425-.182.635-.182.635-.827.063-.208-1.104-.208-1.104"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/firefox.svg b/mkdocs-material/material/templates/.icons/simple/firefox.svg new file mode 100644 index 0000000..f666b3e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/firefox.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.452 3.445a11 11 0 0 0-2.482-1.908C16.944.997 15.098.093 12.477.032q-1.1-.026-2.174.144c-.72.114-1.398.292-2.118.56-1.017.377-1.996.975-2.574 1.554.583-.349 1.476-.733 2.55-.992a10.1 10.1 0 0 1 3.729-.167c2.341.34 4.178 1.381 5.48 2.625a8 8 0 0 1 1.298 1.587c1.468 2.382 1.33 5.376.184 7.142-.85 1.312-2.67 2.544-4.37 2.53-.583-.023-1.438-.152-2.25-.566-2.629-1.343-3.021-4.688-1.118-6.306-.632-.136-1.82.13-2.646 1.363-.742 1.107-.7 2.816-.242 4.028a6.5 6.5 0 0 1-.59-1.895 7.7 7.7 0 0 1 .416-3.845A8.2 8.2 0 0 1 9.45 5.399c.896-1.069 1.908-1.72 2.75-2.005-.54-.471-1.411-.738-2.421-.767C8.31 2.583 6.327 3.061 4.7 4.41a8.2 8.2 0 0 0-1.976 2.414c-.455.836-.691 1.659-.697 1.678.122-1.445.704-2.994 1.248-4.055-.79.413-1.827 1.668-2.41 3.042C.095 9.37-.2 11.608.14 13.989c.966 5.668 5.9 9.982 11.843 9.982C18.62 23.971 24 18.591 24 11.956a11.93 11.93 0 0 0-3.548-8.511"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/firefoxbrowser.svg b/mkdocs-material/material/templates/.icons/simple/firefoxbrowser.svg new file mode 100644 index 0000000..3113062 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/firefoxbrowser.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.824 7.287c.008 0 .004 0 0 0m-2.8-1.4c.006 0 .003 0 0 0m16.754 2.161c-.505-1.215-1.53-2.528-2.333-2.943.654 1.283 1.033 2.57 1.177 3.53l.002.02c-1.314-3.278-3.544-4.6-5.366-7.477-.091-.147-.184-.292-.273-.446a4 4 0 0 1-.13-.24 2 2 0 0 1-.172-.46.03.03 0 0 0-.027-.03.04.04 0 0 0-.021 0l-.006.001-.01.005.005-.008c-2.585 1.515-3.657 4.168-3.932 5.856a6.2 6.2 0 0 0-2.305.587.297.297 0 0 0-.147.37c.057.162.24.24.396.17a5.6 5.6 0 0 1 2.008-.523l.067-.005a5.9 5.9 0 0 1 1.957.222l.095.03a6 6 0 0 1 .616.228q.12.054.238.112l.107.055a6 6 0 0 1 .368.211 5.95 5.95 0 0 1 2.034 2.104c-.62-.437-1.733-.868-2.803-.681 4.183 2.09 3.06 9.292-2.737 9.02a5.2 5.2 0 0 1-1.513-.292 4.4 4.4 0 0 1-.538-.232c-1.42-.735-2.593-2.121-2.74-3.806 0 0 .537-2 3.845-2 .357 0 1.38-.998 1.398-1.287-.005-.095-2.029-.9-2.817-1.677-.422-.416-.622-.616-.8-.767a4 4 0 0 0-.301-.227 5.4 5.4 0 0 1-.032-2.842c-1.195.544-2.124 1.403-2.8 2.163h-.006c-.46-.584-.428-2.51-.402-2.913-.006-.025-.343.176-.389.206a8.4 8.4 0 0 0-1.136.974q-.596.606-1.085 1.303a9.8 9.8 0 0 0-1.562 3.52c-.003.013-.11.487-.19 1.073q-.02.135-.037.272a8 8 0 0 0-.069.667l-.002.034-.023.387-.001.06C.386 18.795 5.593 24 12.016 24c5.752 0 10.527-4.176 11.463-9.661q.028-.223.052-.448c.232-1.994-.025-4.09-.753-5.844z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fireship.svg b/mkdocs-material/material/templates/.icons/simple/fireship.svg new file mode 100644 index 0000000..a052cf9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fireship.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.245.05c-.042-.035-.14-.035-.22-.05-.041.06-.098.113-.113.166a3 3 0 0 0-.064.416 15.42 15.42 0 0 1-3.742 8.693c-1.258 1.474-2.51 2.982-3.44 4.585-2.293 3.972-.249 8.031 4.763 9.804.163.06.348.087.76.181-1.701-1.534-2.57-3.1-2.28-4.944.284-1.765 1.172-3.337 2.525-4.77a1.04 1.04 0 0 1 .099.549c-.068 1.572.453 2.96 2.063 4.055.741.507 1.41 1.081 2.079 1.644.684.57.884 1.263.688 2.015-.09.366-.227.725-.378 1.171 1.145-.11 2.203-.264 2.914-.9.68-.604 1.183-1.322 1.909-2.154.049.707.15 1.255.113 1.8-.045.566-.22 1.126-.336 1.689 3.477-.525 6.546-3.934 6.682-7.427.098-2.543-2.071-6.274-3.893-6.637l.302.688c.631 1.391.817 2.8.416 4.256-.4 1.448-2.426 3.073-4.214 3.277.06-.144.087-.28.17-.39 1.927-2.596 1.946-5.31.854-8.084C15.44 5.98 12.632 2.88 9.245.053Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/firewalla.svg b/mkdocs-material/material/templates/.icons/simple/firewalla.svg new file mode 100644 index 0000000..ad835e5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/firewalla.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.156 0c-3.602 4.89.391 7.768 2.61 11.893-.751 1.527-1.745 3.08-2.733 4.836l-.072.025c-.849-.983-1.99-1.85-3.033-2.967 2.606-5.783-.809-9.812-.809-9.812a12.6 12.6 0 0 0-1.916 2.021c-2.296 3.06-2.027 5.897-2.027 5.897C4.176 19.07 12.125 24 12.125 24a22 22 0 0 0 2.139-1.594c5.864-4.974 5.564-10.513 5.564-10.513.122-4.308-1.622-5.905-4.82-9.014A84 84 0 0 1 12.156 0m.678 18.057a4 4 0 0 1 .14.328 5 5 0 0 0-.14-.328m.266.718a4.3 4.3 0 0 1 .14.791q.037.428-.006.91a5 5 0 0 0 .006-.91 4.5 4.5 0 0 0-.14-.79z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/first.svg b/mkdocs-material/material/templates/.icons/simple/first.svg new file mode 100644 index 0000000..4a97999 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/first.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.318 20.734c.608.18 1.239.274 1.873.278.834 0 1.472-.189 2.02-.585.609-.432 1.001-1.098 1.001-1.702a1.33 1.33 0 0 0-.49-1.035c-.245-.198-.5-.352-1.02-.595l-.422-.198c-.137-.072-.206-.144-.206-.225 0-.216.275-.378.647-.378.28 0 .612.081 1.247.289l.438-1.626a5.3 5.3 0 0 0-1.4-.194c-1.746 0-3.09.954-3.09 2.188 0 .649.432 1.108 1.51 1.612.51.234.599.297.599.46 0 .242-.265.396-.696.396-.383 0-.873-.117-1.54-.36h-.001Zm-4.526-5.818.138-.018c.686-.08 1.54-.135 2.01-.135.785 0 1.393.09 1.854.28.589.242.942.774.942 1.413 0 .55-.187 1.072-.54 1.477-.304.35-.578.522-1.147.693l-.138.045c.06.045.079.063.108.09.167.19.667 1.162 1.09 2.125h-2.355a33 33 0 0 0-.795-2.053l-.47 2.053h-2.08Zm-2.697-.036h2.138L6.84 20.886H4.702Zm-4.702 0h4.139l-.39 1.594H3.158l-.196.837h2.07l-.36 1.477H2.628l-.49 2.098H0Zm17.419 0H24l-.363 1.739h-1.54l-1.02 4.267H18.94l1.02-4.267h-1.67zm-8.441 2.864c.687 0 1.168-.406 1.168-.982 0-.306-.226-.46-.667-.46a1.5 1.5 0 0 0-.334.037l-.324 1.387c.07.009.079.018.157.018m10.89-9.72L16 2.996 14.232 4.84c-.73-.283-1.88-.51-2.753-.51-1.271 0-2.581.434-3.496 1L5.516 2.992v-.003h-.002l-.002-.001v.002l-.882.092-1.904 10.427.886.092v-.003l4.019-1.758.019.018c.956.843 2.39 1.38 3.996 1.38 1.113 0 2.144-.259 2.991-.699l1.615 1.551 5.01-5.216v-.849ZM3.651 13.38 5.486 3.166l2.618 2.48.82.777.626.594 1.488 1.418v.647l.632.607-1.975.9a3.6 3.6 0 0 1-1.138-.745l-.02-.021 1.516-.708-3.564-3.32-.07-.07-.086.46-.842 4.387-.13.682.223-.096.001-.005 1.145-.491c.18.377.436.728.755 1.042zm12.601-.14-1.068-1.026a4.3 4.3 0 0 0 1.05-1l.01-.016L18.842 8.5l.077-.083.34-.353-3.173-3.046-.713.742-.787.82-.536.558-1.01 1.052-.087.092.295.282 1.367 1.333c-.3.283-.68.526-1.109.704l-.903-.865-.886-.851-.602-.571 1.432-1.492.72-.75.781-.814 1.953-2.034 5.143 4.922zm-1.728-1.652a6 6 0 0 1-.604.263c-.72.266-1.497.4-2.307.4-1.15 0-2.238-.272-3.147-.79a4.5 4.5 0 0 1-1.254-1.03 3.6 3.6 0 0 1-.332-.472 3 3 0 0 1-.419-1.491c0-.55.158-1.08.47-1.577l.836.846a2.1 2.1 0 0 0-.025 1.08q.086.35.291.676.163.259.39.485c.415.415.978.74 1.628.943a5.2 5.2 0 0 0 1.562.232c.438 0 .87-.052 1.287-.155.236-.06.465-.134.678-.223.493-.205.926-.49 1.253-.826a2.44 2.44 0 0 0 .652-1.131q.06-.25.06-.493c0-.466-.175-.993-.46-1.396l.71-.741c.61.634.97 1.48.97 2.28q0 .221-.038.456c-.11.671-.466 1.31-1.03 1.848-.33.316-.724.59-1.17.816zm-2.534-1.59.853.82a5.2 5.2 0 0 1-2.923-.14l1.892-.85zm4.925-1.083q.036-.229.037-.447c0-.853-.387-1.752-1.035-2.422l.169-.176 2.628 2.524-2.176 2.266c.23-.538.38-1.2.38-1.676zm-10.6.04.004.018-.004.063c0 .251.154.848.216 1.086l-.817.35.78-4.06.32.316a3.13 3.13 0 0 0-.54 1.74c0 .158.013.317.04.487zm8.415.827-1.24-1.209 1.05-1.094c.374.311.65.684.797 1.093q-.013.1-.037.201-.133.546-.57 1.009m-6.509-.348-.029-.04a2.1 2.1 0 0 1-.267-.62q-.007-.034-.013-.068a2.2 2.2 0 0 1 .283-.61l.994.982zm4.317-2.83-1.53 1.594-1.343-1.274c.626-.266 1.3-.4 1.98-.396q.463.001.893.076m-1.101-2.075c.83 0 1.938.213 2.643.47l-.032.033-.782.814-.002.003a5.1 5.1 0 0 0-1.618-.257c-1.01 0-1.927.28-2.609.737l-.01-.01-.82-.777-.073-.069c.896-.541 2.06-.944 3.303-.944m1.881 16.205c.608.18 1.239.274 1.873.278.834 0 1.472-.189 2.02-.585.609-.432 1.001-1.098 1.001-1.702a1.33 1.33 0 0 0-.49-1.035c-.245-.198-.5-.352-1.02-.595l-.422-.198c-.137-.072-.206-.144-.206-.225 0-.216.275-.378.647-.378.28 0 .612.081 1.247.289l.438-1.626a5.3 5.3 0 0 0-1.4-.194c-1.746 0-3.09.954-3.09 2.188 0 .649.432 1.108 1.51 1.612.51.234.599.297.599.46 0 .242-.265.396-.696.396-.383 0-.873-.117-1.54-.36h-.001Zm-4.526-5.818.138-.018c.686-.08 1.54-.135 2.01-.135.785 0 1.393.09 1.854.28.589.242.942.774.942 1.413 0 .55-.187 1.072-.54 1.477-.304.35-.578.522-1.147.693l-.138.045c.06.045.079.063.108.09.167.19.667 1.162 1.09 2.125h-2.355a33 33 0 0 0-.795-2.053l-.47 2.053h-2.08Zm-2.697-.036h2.138L6.84 20.886H4.702Zm-4.702 0h4.139l-.39 1.594H3.158l-.196.837h2.07l-.36 1.477H2.628l-.49 2.098H0Zm17.419 0H24l-.363 1.739h-1.54l-1.02 4.267H18.94l1.02-4.267h-1.67zm-8.441 2.864c.687 0 1.168-.406 1.168-.982 0-.306-.226-.46-.667-.46a1.5 1.5 0 0 0-.334.037l-.324 1.387c.07.009.079.018.157.018m10.89-9.72L16 2.996 14.232 4.84c-.73-.283-1.88-.51-2.753-.51-1.271 0-2.581.434-3.496 1L5.516 2.992v-.003h-.002l-.002-.001v.002l-.882.092-1.904 10.427.886.092v-.003l4.019-1.758.019.018c.956.843 2.39 1.38 3.996 1.38 1.113 0 2.144-.259 2.991-.699l1.615 1.551 5.01-5.216v-.849ZM3.651 13.38 5.486 3.166l2.618 2.48.82.777.626.594 1.488 1.418v.647l.632.607-1.975.9a3.6 3.6 0 0 1-1.138-.745l-.02-.021 1.516-.708-3.564-3.32-.07-.07-.086.46-.842 4.387-.13.682.223-.096.001-.005 1.145-.491c.18.377.436.728.755 1.042zm12.601-.14-1.068-1.026a4.3 4.3 0 0 0 1.05-1l.01-.016L18.842 8.5l.077-.083.34-.353-3.173-3.046-.713.742-.787.82-.536.558-1.01 1.052-.087.092.295.282 1.367 1.333c-.3.283-.68.526-1.109.704l-.903-.865-.886-.851-.602-.571 1.432-1.492.72-.75.781-.814 1.953-2.034 5.143 4.922zm-1.728-1.652a6 6 0 0 1-.604.263c-.72.266-1.497.4-2.307.4-1.15 0-2.238-.272-3.147-.79a4.5 4.5 0 0 1-1.254-1.03 3.6 3.6 0 0 1-.332-.472 3 3 0 0 1-.419-1.491c0-.55.158-1.08.47-1.577l.836.846a2.1 2.1 0 0 0-.025 1.08q.086.35.291.676.163.259.39.485c.415.415.978.74 1.628.943a5.2 5.2 0 0 0 1.562.232c.438 0 .87-.052 1.287-.155.236-.06.465-.134.678-.223.493-.205.926-.49 1.253-.826a2.44 2.44 0 0 0 .652-1.131q.06-.25.06-.493c0-.466-.175-.993-.46-1.396l.71-.741c.61.634.97 1.48.97 2.28q0 .221-.038.456c-.11.671-.466 1.31-1.03 1.848-.33.316-.724.59-1.17.816zm-2.534-1.59.853.82a5.2 5.2 0 0 1-2.923-.14l1.892-.85zm4.925-1.083q.036-.229.037-.447c0-.853-.387-1.752-1.035-2.422l.169-.176 2.628 2.524-2.176 2.266c.23-.538.38-1.2.38-1.676zm-10.6.04.004.018-.004.063c0 .251.154.848.216 1.086l-.817.35.78-4.06.32.316a3.13 3.13 0 0 0-.54 1.74c0 .158.013.317.04.487zm8.415.827-1.24-1.209 1.05-1.094c.374.311.65.684.797 1.093q-.013.1-.037.201-.133.546-.57 1.009m-6.509-.348-.029-.04a2.1 2.1 0 0 1-.267-.62q-.007-.034-.013-.068a2.2 2.2 0 0 1 .283-.61l.994.982zm4.317-2.83-1.53 1.594-1.343-1.274c.626-.266 1.3-.4 1.98-.396q.463.001.893.076m-1.101-2.075c.83 0 1.938.213 2.643.47l-.032.033-.782.814-.002.003a5.1 5.1 0 0 0-1.618-.257c-1.01 0-1.927.28-2.609.737l-.01-.01-.82-.777-.073-.069c.896-.541 2.06-.944 3.303-.944"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fishshell.svg b/mkdocs-material/material/templates/.icons/simple/fishshell.svg new file mode 100644 index 0000000..61ee662 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fishshell.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.164 9.228-3.016 2.688v.527l3.016 2.688v-1.228l-1.936-1.723 1.936-1.724zm-6.658.046v1.208l1.905 1.696-1.905 1.695v1.209l2.968-2.645v-.518zM9.781 7.847a6.5 6.5 0 0 0-2.038-.335q-1.008 0-2.03.335a9.2 9.2 0 0 0-2.088 1.017v.723q1.035-.6 2.06-.897a7.4 7.4 0 0 1 2.058-.296q1.026 0 2.052.296a9.5 9.5 0 0 1 2.075.897v-.723a9.2 9.2 0 0 0-2.09-1.017m.014 7.78a7.4 7.4 0 0 1-2.052.296 7.4 7.4 0 0 1-2.057-.296 9.2 9.2 0 0 1-2.061-.897v.723a9.2 9.2 0 0 0 2.088 1.017 6.5 6.5 0 0 0 2.03.335q1.017 0 2.038-.335a9.2 9.2 0 0 0 2.089-1.017v-.723q-1.05.6-2.075.897m.602-11.23h-.51L7.28 6.92h1.19l1.672-1.62 1.671 1.62h1.191l-2.607-2.525m-2.965 13.68v-.824H6.427v.825l.786 1.527h.614zM4.127 10.95v1.216H5.13V10.95zm-1.16-1.695L0 11.901v.518l2.967 2.645v-1.208L1.063 12.16l1.904-1.695zm20.68 3.28q-.352-.45-1.017-.626.593-.154.902-.525.31-.37.31-.926 0-.819-.59-1.314t-1.575-.495q-.33 0-.758.073-.427.072-.974.217v.84q.47-.18.9-.27a4 4 0 0 1 .832-.091q.605 0 .933.278.327.277.328.798 0 .492-.353.768t-.98.276h-.697v.75h.696q.687 0 1.09.346.402.345.402.934 0 .637-.402.976-.403.339-1.153.339a3.6 3.6 0 0 1-.89-.117 4.4 4.4 0 0 1-.91-.358v.909a6 6 0 0 0 .95.249q.484.085.95.085 1.107 0 1.733-.53.626-.532.626-1.463 0-.673-.353-1.123"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fitbit.svg b/mkdocs-material/material/templates/.icons/simple/fitbit.svg new file mode 100644 index 0000000..9e2f3f3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fitbit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.298 1.825c0 .976-.81 1.785-1.786 1.785a1.8 1.8 0 0 1-1.784-1.785c0-.973.813-1.785 1.784-1.785.976 0 1.786.813 1.786 1.785m-1.786 3.243c-1.052 0-1.863.81-1.863 1.866 0 1.053.81 1.865 1.865 1.865 1.053 0 1.865-.811 1.865-1.865s-.825-1.866-1.875-1.866zm0 5.029c-1.052 0-1.945.891-1.945 1.945s.894 1.945 1.947 1.945 1.946-.891 1.946-1.945-.894-1.945-1.946-1.945zm0 5.107c-1.052 0-1.863.81-1.863 1.864s.81 1.866 1.865 1.866a1.836 1.836 0 0 0 1.865-1.866c0-.972-.825-1.864-1.875-1.864zm0 5.191a1.8 1.8 0 0 0-1.784 1.784 1.8 1.8 0 0 0 1.784 1.781c.977 0 1.786-.809 1.786-1.784 0-.973-.81-1.781-1.786-1.781M16.46 4.823c-1.136 0-2.108.977-2.108 2.111s.973 2.107 2.108 2.107 2.106-.975 2.106-2.107c0-1.135-.972-2.109-2.106-2.109zm0 5.03c-1.216 0-2.19.973-2.19 2.19a2.18 2.18 0 0 0 2.19 2.187 2.18 2.18 0 0 0 2.189-2.189 2.18 2.18 0 0 0-2.189-2.188m0 5.108c-1.136 0-2.108.976-2.108 2.107 0 1.135.973 2.109 2.108 2.109s2.106-.976 2.106-2.109-.971-2.107-2.106-2.107m5.106-5.353a2.44 2.44 0 0 0-2.43 2.434c0 1.297 1.051 2.433 2.43 2.433 1.381 0 2.434-1.065 2.434-2.444-.082-1.382-1.135-2.431-2.434-2.431zM6.486 5.312c-.892 0-1.62.73-1.62 1.623 0 .891.729 1.62 1.62 1.62.893 0 1.619-.729 1.619-1.62 0-.893-.727-1.62-1.619-1.62zm0 5.027c-.973 0-1.703.729-1.703 1.703s.721 1.703 1.695 1.703 1.695-.73 1.695-1.703c0-.975-.735-1.703-1.71-1.703zm0 5.107c-.892 0-1.62.731-1.62 1.62 0 .895.729 1.623 1.62 1.623.893 0 1.619-.735 1.619-1.635s-.727-1.62-1.619-1.62zm-5.025-4.863c-.813 0-1.461.646-1.461 1.459 0 .81.648 1.459 1.46 1.459.81 0 1.459-.648 1.459-1.459s-.648-1.459-1.458-1.459"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fivem.svg b/mkdocs-material/material/templates/.icons/simple/fivem.svg new file mode 100644 index 0000000..00ce38c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fivem.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.4 24h-5.225c-.117 0-.455-1.127-1.026-3.375-1.982-6.909-3.124-10.946-3.417-12.12l3.37-3.325h.099q.681 2.13 6.299 18.768ZM12.342 7.084h-.048a3.382 3.385 0 0 1-.098-.492v-.098a102.619 102.715 0 0 1 3.272-3.275c.13.196.196.356.196.491v.05a140.694 140.826 0 0 1-3.322 3.324M5.994 10.9h-.05q1.004-3.178 1.223-3.275L14.492.343c.08 0 .258.524.533 1.562zm1.37-4.014h-.05Q9.563.071 9.71 0h4.495v.05a665 665 0 0 1-6.841 6.839Zm-2.69 7.874h-.05c.166-.798.554-1.418 1.174-1.855a312.918 313.213 0 0 1 5.71-5.717h.05c-.117.672-.375 1.175-.781 1.52zM1.598 24l-.098-.05q2.098-6.258 2.248-6.45l6.74-6.694v.05C10.232 11.88 8.974 16.263 6.73 24Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fiverr.svg b/mkdocs-material/material/templates/.icons/simple/fiverr.svg new file mode 100644 index 0000000..6bd66fa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fiverr.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.004 15.588a.995.995 0 1 0 .002-1.99.995.995 0 0 0-.002 1.99m-.996-3.705h-.85c-.546 0-.84.41-.84 1.092v2.466h-1.61v-3.558h-.684c-.547 0-.84.41-.84 1.092v2.466h-1.61v-4.874h1.61v.74c.264-.574.626-.74 1.163-.74h1.972v.74c.264-.574.625-.74 1.162-.74h.527zm-6.786 1.501h-3.359c.088.546.43.858 1.006.858.43 0 .732-.175.83-.487l1.425.4c-.351.848-1.22 1.364-2.255 1.364-1.748 0-2.549-1.355-2.549-2.515 0-1.14.703-2.505 2.45-2.505 1.856 0 2.471 1.384 2.471 2.408 0 .224-.01.37-.02.477zm-1.562-.945c-.04-.42-.342-.81-.889-.81-.508 0-.81.225-.908.81zM7.508 15.44h1.416l1.767-4.874h-1.62l-.86 2.837-.878-2.837H5.72l1.787 4.874zm-6.6 0H2.51v-3.558h1.524v3.558h1.591v-4.874H2.51v-.302c0-.332.235-.536.606-.536h.918V8.412H2.85c-1.162 0-1.943.712-1.943 1.755v.4H0v1.316h.908v3.558z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fizz.svg b/mkdocs-material/material/templates/.icons/simple/fizz.svg new file mode 100644 index 0000000..8ac9a47 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fizz.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.822 17.813h3.274v-7.228H5.822Zm4.298-7.228v2.841h2.107l-2.243 4.387h6.779v-2.824h-2.24l2.24-4.399h-6.644v-.005zm13.88 0h-6.762v2.841h2.241l-2.24 4.387h6.633v-2.824H21.76ZM6.633 6.966l-1.23 2.736a1.6 1.6 0 0 0-.955-.324c-.56 0-1.012.363-1.012 1.125v.038H5.13v2.858h-1.7v4.414H0v-7.804c0-2.292 1.737-3.822 3.895-3.822 1.056 0 2.023.351 2.738.779"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/flashforge.svg b/mkdocs-material/material/templates/.icons/simple/flashforge.svg new file mode 100644 index 0000000..2f43cbd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/flashforge.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m.025 12 11.98-12 11.97 12-11.97 12Zm14.544 2.672-2.574 2.584v5.916L23.177 11.97 11.995.76v5.136L9.402 8.53v6.123l5.157-5.196Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/flask.svg b/mkdocs-material/material/templates/.icons/simple/flask.svg new file mode 100644 index 0000000..96d8429 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/flask.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.172 20.36c-.914-.72-1.89-1.41-2.556-2.38-1.402-1.712-2.482-3.694-3.22-5.777-.446-1.355-.6-2.808-1.174-4.11-.602-.944.103-1.978 1.138-2.28.46-.087 1.272-.522.293-.211-.878.644-.963-.585-.063-.662.615-.082.84-.585.63-1.037-.66-.43 1.6-.903.463-1.544C1.5 1.08 4.34.835 3.64 2.285 3.473 3.4 5.624 2.08 5.125 3.368c.507.619 1.9.14 1.865 1.009.74.05.993.672 1.687.72.72.325 2.022.58 2.266 1.39-.713.566-2.364-1.165-2.443.398.215 2.31.16 4.689 1.004 6.888.4 1.332 1.37 2.38 2.244 3.418.837 1.016 1.971 1.73 3.127 2.333 1.014.478 2.107.795 3.213.994.448-.343 1.24-1.617 1.938-1.08.033.604-1.388 1.263-.067 1.196.776-.234 1.314.6 1.953-.152.588.697 2.446-.446 2.027.98-.566.364-1.392.144-1.959.646-.935-.467-1.68.418-2.715.306a20 20 0 0 1-3.484.29c-1.912-.15-3.865-.214-5.684-.88-1.024-.297-2.023-.881-2.924-1.464zm1.615.7c1 .432 1.978.888 3.074 1.026 1.74.24 3.537.614 5.283.274-.79-.357-1.608.14-2.395-.255-.944.203-1.957-.052-2.917-.177-1.092-.486-2.27-.82-3.291-1.452-1.277-.466.66.598 1.005.685.798.453-.877-.233-1.114-.421-.668-.375-.754-.297-.066.084.139.08.276.166.42.235zm-1.904-1.346c.97.359-.004-.682-.45-.622-.196-.341-.751-.557-.36-.74-.704.244-.737-.93-1.07-.763-.744-.235-.29-1.07-1.176-1.58-.081-.54-.882-1.008-1.138-1.822-.113-.416-.905-1.613-.418-.5.414 1.072 1.143 1.99 1.75 2.907.47.873 1.027 1.786 1.885 2.33.29.278.568.703.977.79M4.09 16.647c.033-.146.177.317 0 0m3.954 3.497c.215-.096-.31-.12 0 0m.526.192c-.054-.265-.24.148 0 0m.66.275c.312-.3-.484-.188 0 0m1.127.63c.191-.282-.61-.107 0 0M8.19 19.728c.487-.315-.63-.004 0 0m.494.246c-.014-.166-.176.075 0 0m2.47 1.542c.397.25 2.32.55 1.115.103-.2.042-2.23-.574-1.116-.103zm-3.921-3.054c-.04-.167-.616-.185 0 0m1.15.67c.3-.21-.621-.16 0 0m.966.593c.43-.162-.696-.163 0 0m-2.584-1.773c.466.358 1.88.046.714-.213-.53-.283-1.727-.476-.912.17zm3.24 1.978c.193-.33-.815-.19 0 0m-.984-.783c1.14.323-.958-.72-.281-.118l.15.068zm1.973 1.14c1.08.01-.975-.147 0 0m-4.644-2.96c-.042-.2-.266.018 0 0m6.47 3.985c.028-.363-.353.27 0 0m-4.63-2.856c-.064-.191-.336-.008 0 0m-1.738-1.254c.62-.037-.848-.273 0 0m-2.06-1.332c-.077-.297-.674-.534 0 0m5.407 3.435c-.114-.13-.054.028 0 0m3.366 2.065c-.01-.197-.183.075 0 0m-3.664-2.373c.06-.255-.528-.077 0 0m-2.506-1.592c.46-.05-.74-.311 0 0m4.241 2.637c.718-.285-.7-.14 0 0M9.03 18.545c.827.106-.985-.563-.181-.06zm2.876 1.768c.773-.462.518 1.082 1.311.13.782-.57-.675.707.29.103.696-.467 1.726.22 2.376.445.468-.023.923.405 1.403.145.923-.25-1.806-.37-1.09-.81-.845.245-1.47-.294-1.885-.835-.948-.22-2.044-.703-2.517-1.542-.192-.315.28.044-.166-.47-.57-.508-.856-1.085-1.24-1.702-.457-.244-.51-.963-.557-.024.004-.593-.553-.992-.688-.826-.002-.571.595-.285.176-.707-.09-.592-.386-1.21-.475-1.877-.138-.322-.02-1.011-.473-.282-.165.77-.055-.947.202-.38.337-.58-.12-.51-.14-.43.22-.488.14-1.18-.057-.916.117-.517.185-1.902-.175-1.656.218-.54.414-2.473-.534-1.736-.384.005-1.048.14-1.363.296.986.543-.1.196-.5.11-.052.502-.45.285-.946.29.793.098-.386.81-.841.534-.59.282.51.987.012 1.205.06.328-.905-.12-.83.64-.573-.241-.078.9.209.514.975.264.686.866.71 1.437-.158.333-.784-.783-.14-.731-.507-.827-.561-.3-.984.085-.1.028 1.079.547.34.803.65.1.668.67.8 1.03.39.407.31-.45.779.04-.296-.436-1.567-1.228-.544-.974-.005-.44-.185-.793.129-.784.31-.562-.325 1.387.375.672.193-.085.24-.563.59.045.505.498.182.858-.531.403.127.433.954.587.799 1.265.165.595.395.376.596.342.158.578.247.153.255-.123.72.155.552.58.778.88.497.224-.712-1.522.142-.526.898.81.337 1.15-.47 1.02.51-.041.675.69 1.313.664.582.277.975 1.34-.027.897-.348-.313-1.58-.7-.573-.104.929.43 1.665.688 2.561 1.227.64.458.918.982 1.16 1.086-.538.257-1.623-.206-.817-.348-.503-.091-1.068-.345-.587.28.41.343 1.45.306 1.637.345-.159.348-.43.376.006.403-.486.26.156.3.201.448zm-.994-2.808c-.296-.31-.373-.89-.053-.385.164.066.525.947.053.385m3.238 2.057c.185-.011.006.14 0 0m-3.706-2.816c-.01-.468.107.36 0 0m-.322-.433c-.372-.72.47.204 0 0m-3.9-2.692c.219-.06.108.374 0 0m3.104 1.682c.134-.504.158.424 0 0m-2.192-1.525c-.155-.278.323.26 0 0m1.882.604c-.352-.79.25-.432.078.13zM5.77 12.217c-.158-.26-.418-1.02-.334-1.252.076.378.804 1.627.357.518-.494-.93.59.302.702.534.05.23-.305-.063-.064.478-.44-.617-.26.34-.661-.278m-1.003-.691c.04-.603.23.413 0 0m.45.155c.216-.455.366.634 0 0m-1.084-.84c-.374-.37-.644-.713.017-.23.255.01-.566-.778.06-.25.66.12.327 1.082-.077.48m.57-.015c.217-.215.115.212 0 0m.35.113c-.328-.617.4.258 0 0m-.697-.667c-1.086-.966 1.365.506.177.18zm3.11 1.808c-.47-.282-.123-1.984.037-.82.457-.148-.025.6.315.594-.053.473-.206.643-.35.226zm1.15.68c.048-.513.099.35 0 0m-.2-.198c.054-.22.007.258 0 0M4.57 9.955c-.697-.963 2.027.973.447.244-.165-.043-.364-.06-.447-.244m2.216 1.175c-.066-.81.147.134 0 0m1.682 1.079c.13-.462.01.305 0 0M4.676 9.587c.415-.088 1.718.729.52.234-.132-.148-.416-.08-.52-.234m3.56 1.775c.044-.83.248-.495.002.118zM4.985 9.299c.169-.248-.45-1.12.089-.313.232.185.672.31.283.387.61.539-.15.146-.372-.074m3.075 1.804c.117-.944.103.553 0 0M4.632 8.427c.129-.055.068.172 0 0m.802.478c.206-.434.38.483 0 0m2.263 1.259c-.002-.167.043.242 0 0m-.131-.29c-.314-.776.292.41 0 0m-.193-.51c-.053-.32.18.404 0 0m.314-.51c-.216-.38.272-1.673.326-.87-.227.625-.065.975.093.136.293-.66-.063 1.303-.42.735zm.322-1.923c.094-.115.02.139 0 0M7.47 17.544c-.128-.111.016.07 0 0m1.11.56c.615.16.612-.095.055-.17-.3-.28-1.246-.575-.4-.035.057.142.235.139.344.206zM6.389 16.65c.34.253 1.28.719.484.096.269-.312-.514-.478-.254-.686-.66-.404-.52-.368-.058-.356-.794-.354.114-.328.07-.51-.305-.06-1.52-.54-.804.04-.726-.37-.173.138-.392.084-.743-.202.66.565-.118.375.425.337 1.146.864.18.357-.128.183.69.46.892.6m1.16.667c1.41.454-.691-.556 0 0m5.94 3.598c.02-.28-.193.24 0 0m.611.257c.325-.315.013.503.54-.077.005-.415-.017-.66-.606-.156-.162.09-.234.473.066.233m-9.692-6.087c-.1-.393-.7-.39 0 0m.652.428c-.242-.402-.864-.364 0 0m3.71 2.237c.362.32 1.662.236.44.04-.182-.27-1.151-.204-.44-.04m5.097 3.149c.558-.468-.54.208 0 0m1.16.796c.003-.15-.24.066 0 0m.001-.21c.617-.654-.598.039 0 0M2.805 13.743c-.526-.75-.327-1.088-.835-1.7-.096-.47-.87-1.533-.4-.406.43.659.558 1.679 1.235 2.106m12.03 7.534c1.135-.734-.466-.32 0 0m.866.34c.57-.488-.36-.102 0 0M4.215 14.255c.163-.242-.42-.031 0 0m11.305 7.129c.551-.355-.126-.3-.1.032zm-7.47-4.71c-.02-.24-.291.02 0 0m.46.267c-.145-.297-.224.047 0 0m7.894 4.684c.705-.51-.428-.098-.148.096zm-.27-.13c.574-.482-.607.213 0 0m1.38.918c.386-.258-.469-.083 0 0M4.57 14.08c.517.116 2.066 1.274 1.152.08-.468-.138-.187-1.283-.665-1.08.32.535.264.763-.41.426-.845-.413-.474.204-.31.374-.224.052.299.196.233.2m-2.356-1.86c.092-.383-.853-2.107-.446-.864.146.26.13.754.446.864m4.324 2.666c-.266-.223-.013-.032 0 0m.656.152c0-.405-.725-.164 0 0m5.681 3.583c-.108-.278-.428-.006 0 0m.273.199c-.04-.155-.157.03 0 0m2.252 1.42c.216-.16-.27-.02 0 0M3.39 12.52c.62-.24-.664-.17 0 0m8.984 5.662c-.007-.401-.395.1 0 0m-9.23-6.231c.399-.135-.367-.09 0 0m1.156.56c-.007-.133-.122.05 0 0m14.09 8.64c.512-.104 1.678.26 1.866-.136-.62-.015-2.15-.438-2.222.1l.136.023zM4.667 12.603c.009-.407-.317-.015 0 0M1.63 10.495c-.138-.775-.525-.118 0 0m.724.182c.009-.25-.663-.224 0 0m.414.203c-.12-.097-.094.122 0 0m2.605 1.67c.122-.112-.29-.083 0 0m-2.88-2.128c-.07-.585-.84-.088 0 0m-1.486-.964c-.02-.27-.144.102 0 0m.22-.167c-.035-.32-.19.04 0 0m1.22.729c.518-.203-.94-.42-.104-.04zm16.334 10.089c.33-.303-.42-.094 0 0m1.974 1.023c.132-.392-.334.05 0 0M2.573 9.38c.055-.38-.41.075 0 0M.837 8.218c-.093-.535-.08-1.474.812-1.156-1.191.236.824 1.48.57.498.5.024.98-.296.716.19.987-.11 1.67-.964 2.624-.845.742-.098 1.554-.172 2.354-.471.658-.048 1.29-.756.93-1.175-.896-.076-1.835.036-2.827.233-1.098.228-2.096.662-3.205.849-1.08.145.217.4-.092.456-.564.196.672.328-.073.534-.46-.088-.94-.246-.743-.73-1.035.133-1.945.563-1.127 1.616zm2.494-1.27c.243-.894 1.3.735.398.118-.108-.08-.285-.146-.398-.12zm.047-.434c.35-.26.186.146 0 0m.445.008c.032-.411 1.018.218.163.148zm.608-.245c.222-.26.064.23 0 0m.156-.104c.37-.444 2.095-.283.832-.043-.338-.255-.598.15-.832.043m2.25-.347c-.055-1.214 1.119.432 0 0m.64-.004c.233-.612.906-.245.108-.123.017.065-.024.316-.108.123M2.322 9.067c.697-.427-.741-.37 0 0m.515.144c.245-.26-.531-.106 0 0m-1.52-1.08c.399-.305-.471-.116 0 0m20.602 12.89c.012-.355-.304.16 0 0m-2.093-1.43c.06-.408-.27.037 0 0m2.67 1.568c.557 0 1.688-.173.475-.173-.19.03-1.109.024-.476.173zM3.29 8.959c.45-.03.706-.497-.087-.47-1.23-.127 1.084.42-.158.264-.167.11.236.237.245.207zm.398.202c-.048-.29-.14.154 0 0m.47-1.257c.197-.243-.27-.065 0 0m-1.5-2.508c.806-.274 1.907-.581 2.287.135-.387-.466-.156-.924.21-.243.516.689.775-.313.438-.545.383.476.819.7.257.03.61-.734-1.223.097-1.64.088-.2.09-2.071.477-1.551.535zm.472-.903c.46-.347 1.588.206.864-.345-.07-.062-1.586.418-.864.345m1.674.069c.538.013-.231-.722.409-.39-.105-.343-.746-.407-1.06-.544-.176.314.36.938.65.934zm-1.38-1.52c.186-.252-.326.128 0 0m.684.164c.866-.115-.22-.373-.174-.01zm-1.277-1c-.61-.796 1.146.134.527-.7-.522-.415-1.023.468-.527.7m7.824 4.215c.28-.496-1.155-.668-.188-.175.09.03.07.21.188.175"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/flat.svg b/mkdocs-material/material/templates/.icons/simple/flat.svg new file mode 100644 index 0000000..527b832 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/flat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.546 17.455v3.272a3.273 3.273 0 1 1-3.273-3.273Zm8.727-8.728V12A3.273 3.273 0 0 1 12 15.273H5.455a3.273 3.273 0 0 1 0-6.546zM24 0v3.273a3.273 3.273 0 0 1-3.273 3.273H7.637a3.273 3.273 0 0 1 0-6.546Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/flathub.svg b/mkdocs-material/material/templates/.icons/simple/flathub.svg new file mode 100644 index 0000000..3cac04c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/flathub.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.068 0a6 6 0 0 0-6 6 6 6 0 0 0 6 6 6 6 0 0 0 5.998-6 6 6 0 0 0-5.998-6m9.15.08a1.656 1.656 0 0 0-1.654 1.656v8.15a1.656 1.656 0 0 0 2.483 1.434l7.058-4.074a1.656 1.656 0 0 0 0-2.869l-1.044-.604-6.014-3.47a1.66 1.66 0 0 0-.828-.223Zm3.575 13.135a.815.815 0 0 0-.816.818v2.453h-2.454a.817.817 0 1 0 0 1.635h2.454v2.453a.817.817 0 1 0 1.635 0v-2.453h2.452a.817.817 0 1 0 0-1.635h-2.453v-2.453a.817.817 0 0 0-.818-.818M2.865 13.5a2.794 2.794 0 0 0-2.799 2.8v4.9c0 1.55 1.248 2.8 2.8 2.8h4.9c1.55 0 2.8-1.25 2.8-2.8v-4.9c0-1.55-1.25-2.8-2.8-2.8Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/flatpak.svg b/mkdocs-material/material/templates/.icons/simple/flatpak.svg new file mode 100644 index 0000000..cd99d11 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/flatpak.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0c-.556 0-1.111.144-1.61.432l-7.603 4.39a3.22 3.22 0 0 0-1.61 2.788v8.78c0 1.151.612 2.212 1.61 2.788l7.603 4.39a3.22 3.22 0 0 0 3.22 0l7.603-4.39a3.22 3.22 0 0 0 1.61-2.788V7.61a3.22 3.22 0 0 0-1.61-2.788L13.61.432A3.2 3.2 0 0 0 12 0m0 2.358c.15 0 .299.039.431.115l7.604 4.39c.132.077.24.187.315.316L12 12v9.642a.86.86 0 0 1-.431-.116l-7.604-4.39a.87.87 0 0 1-.431-.746V7.61c0-.153.041-.302.116-.43L12 12Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/flickr.svg b/mkdocs-material/material/templates/.icons/simple/flickr.svg new file mode 100644 index 0000000..24d8604 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/flickr.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.334 6.666a5.335 5.335 0 0 0 0 10.668A5.333 5.333 0 0 0 10.666 12a5.333 5.333 0 0 0-5.332-5.334m13.332 0A5.333 5.333 0 0 0 13.334 12 5.333 5.333 0 1 0 24 12a5.335 5.335 0 0 0-5.334-5.334"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/flightaware.svg b/mkdocs-material/material/templates/.icons/simple/flightaware.svg new file mode 100644 index 0000000..6473f4f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/flightaware.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12.178 12.905-1.064 2.519h-.47l1.37-3.22h.322l1.443 3.22h-.47zm10.837 1.5h-1.477a.69.69 0 0 0 .203.481.67.67 0 0 0 .481.181q.41 0 .759-.255v.408a1.4 1.4 0 0 1-.38.181 1.7 1.7 0 0 1-.44.057c-.233 0-.42-.046-.561-.148a1.05 1.05 0 0 1-.345-.39 1.2 1.2 0 0 1-.13-.566q0-.484.271-.78c.181-.205.419-.3.708-.3.277 0 .503.095.667.294q.249.295.25.786v.051zm-1.472-.249h1.064a.6.6 0 0 0-.147-.39.48.48 0 0 0-.356-.136.52.52 0 0 0-.368.136.67.67 0 0 0-.193.39m-1.76-.843v.48l.023-.033c.204-.328.408-.487.606-.487q.237 0 .492.238l-.22.368q-.223-.204-.403-.204c-.135 0-.249.062-.35.192a.72.72 0 0 0-.147.459v1.103h-.42v-2.11h.42zm-1.131.843v.9q-.002.108.073.107c.075-.001.13-.04.238-.113v.25q-.143.09-.226.124a.5.5 0 0 1-.181.034c-.182 0-.283-.068-.317-.21a.92.92 0 0 1-.566.21.503.503 0 0 1-.515-.515.5.5 0 0 1 .141-.357 1 1 0 0 1 .408-.249l.532-.181v-.113q.001-.384-.38-.385-.34.002-.662.35v-.452q.247-.282.696-.283a.83.83 0 0 1 .55.181q.066.06.124.153a.5.5 0 0 1 .068.193c.011.056.017.18.017.356m-.408.849v-.623l-.277.108a.9.9 0 0 0-.3.17.3.3 0 0 0-.09.215q0 .129.084.215.086.084.215.085a.57.57 0 0 0 .368-.17m-1.771-1.692h.447l-.928 2.156h-.141l-.623-1.477-.611 1.477h-.142l-.933-2.156h.447l.554 1.284.532-1.284h.312l.537 1.284zm7.526-4.182c.006.017-.028.062-.056.096-.045.045-.176.198-.696.311-.52.114-1.177.232-1.223.244-.045.005-.135-.012-.186.141l-.623 2.218-.175.04-.198-2.162s-1.228.244-1.353.244l-.311.826-.158.017.033-.838s-.17-.028-.198-.034c-.01 0-.022 0-.028-.017q0-.015.017-.022c.023-.017.17-.108.17-.108l-.368-.752.153-.051.617.634c.113-.051 1.335-.323 1.335-.323l-.685-2.066.176-.033s1.358 1.663 1.466 1.782.18.068.226.057c.045-.012.696-.164 1.217-.272.52-.107.701-.017.763.006.034.011.085.045.085.062m-12.908 6.293a.16.16 0 0 1-.084-.023.147.147 0 0 1-.04-.21c.006-.01.17-.26.498-.65a.146.146 0 0 1 .21-.017c.062.05.073.147.016.21-.317.373-.475.616-.48.622a.13.13 0 0 1-.12.068m1.025-1.228a.14.14 0 0 1-.102-.04.145.145 0 0 1-.006-.21c.187-.192.38-.384.577-.565a.15.15 0 0 1 .21.005.15.15 0 0 1-.006.21c-.192.18-.385.368-.566.554a.13.13 0 0 1-.107.046m1.171-1.081a.13.13 0 0 1-.113-.057.146.146 0 0 1 .023-.21c.209-.169.424-.339.639-.491a.147.147 0 0 1 .21.033.147.147 0 0 1-.035.21 11 11 0 0 0-.622.486.2.2 0 0 1-.102.029m1.296-.945a.14.14 0 0 1-.125-.068.154.154 0 0 1 .046-.21q.34-.222.69-.418a.15.15 0 0 1 .204.056.15.15 0 0 1-.057.204c-.226.13-.458.266-.679.407a.11.11 0 0 1-.079.029m1.392-.781a.149.149 0 0 1-.068-.283q.364-.18.736-.334c.073-.034.164.006.198.08a.15.15 0 0 1-.08.197c-.243.102-.486.21-.718.323a.2.2 0 0 1-.068.017m1.471-.617a.15.15 0 0 1-.141-.102.154.154 0 0 1 .09-.192c.255-.085.515-.17.77-.238a.15.15 0 0 1 .187.102.15.15 0 0 1-.102.187c-.255.068-.51.147-.753.232-.017.011-.034.011-.05.011zm-8.601 2.875.786-.77v.436h.663v.373H9.63v1.042q.002.363.3.362a.95.95 0 0 0 .47-.147v.39a1.04 1.04 0 0 1-.52.136.68.68 0 0 1-.476-.17.5.5 0 0 1-.096-.113.6.6 0 0 1-.062-.164 2 2 0 0 1-.029-.39v-.94H8.85v-.045zM6.666 12.22h.419v1.363a.81.81 0 0 1 .645-.316.67.67 0 0 1 .628.401c.057.125.08.312.08.555v1.205h-.42v-1.307a.6.6 0 0 0-.113-.373.36.36 0 0 0-.3-.142.5.5 0 0 0-.26.074 1.1 1.1 0 0 0-.266.237v1.517h-.418V12.22zm-2.224 1.822q.001-.338.25-.532.246-.197.673-.198h.871v.322h-.424a.7.7 0 0 1 .17.232q.05.103.05.238a.65.65 0 0 1-.096.328.63.63 0 0 1-.243.244c-.102.056-.26.102-.487.135q-.237.036-.237.165-.002.075.09.118c.057.034.164.063.323.097q.389.084.498.135.111.052.198.136a.51.51 0 0 1 .152.38.56.56 0 0 1-.266.48c-.175.12-.418.181-.713.181-.3 0-.543-.062-.718-.18a.55.55 0 0 1-.272-.482q0-.43.526-.554-.21-.137-.209-.266-.002-.103.09-.181a.5.5 0 0 1 .244-.12c-.311-.146-.47-.367-.47-.678m.69 1.482a.6.6 0 0 0-.345.091c-.09.062-.135.136-.135.232q.001.329.588.328a1 1 0 0 0 .43-.079c.102-.057.153-.13.153-.232 0-.096-.062-.181-.192-.238a1.1 1.1 0 0 0-.498-.102m.096-1.85q-.17.002-.289.113a.377.377 0 0 0 0 .55.42.42 0 0 0 .3.107.4.4 0 0 0 .294-.108.36.36 0 0 0 .12-.272.36.36 0 0 0-.12-.277.45.45 0 0 0-.305-.113M3.622 12.43c.068 0 .13.023.175.074a.23.23 0 0 1 .074.175.24.24 0 0 1-.074.175.24.24 0 0 1-.175.074.23.23 0 0 1-.17-.074.24.24 0 0 1-.074-.175q-.001-.093.074-.17a.22.22 0 0 1 .17-.079m-.204.883h.419v2.11h-.419zM2.269 12.22h.419v3.203h-.419zM0 12.22h1.709v.407H.453v.9h1.256v.402H.453v1.494H0Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/flipboard.svg b/mkdocs-material/material/templates/.icons/simple/flipboard.svg new file mode 100644 index 0000000..ee723c5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/flipboard.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0v24h24V0zm19.2 9.6h-4.8v4.8H9.6v4.8H4.8V4.8h14.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/flipkart.svg b/mkdocs-material/material/templates/.icons/simple/flipkart.svg new file mode 100644 index 0000000..336d423 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/flipkart.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.833 1.333a1 1 0 0 0-.333.061V1c0-.551.449-1 1-1h14.667c.551 0 1 .449 1 1v.333zm17.334 2.334H2.833c-.551 0-1 .449-1 1V23c0 .551.449 1 1 1h7.3l1.098-5.645h-2.24c-.051 0-5.158-.241-5.158-.241l4.639-.327-.078-.366-1.978-.285 1.882-.158-.124-.449-3.075-.467s3.341-.373 3.392-.373h3.232l.247-1.331c.289-1.616.945-2.807 1.973-3.693 1.033-.892 2.344-1.332 3.937-1.332.643 0 1.053.151 1.231.463.118.186.201.516.279.859.074.352.14.671.095.903-.057.345-.461.465-1.197.465h-.253c-1.327 0-2.134.763-2.405 2.31l-.243 1.355h1.54c.574 0 .781.402.622 1.306-.17.941-.539 1.36-1.111 1.36H14.9L13.804 24h7.362c.551 0 1-.449 1-1V4.667a1 1 0 0 0-.999-1M20.5 2.333A.334.334 0 0 0 20.167 2H3.833a.334.334 0 0 0-.333.333V3h17z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/floatplane.svg b/mkdocs-material/material/templates/.icons/simple/floatplane.svg new file mode 100644 index 0000000..72ee599 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/floatplane.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.948 20.162a10 10 0 0 1-6.466 2.366 9.99 9.99 0 0 1-7.088-2.933 9.96 9.96 0 0 1-2.933-7.088c0-2.399.84-4.667 2.366-6.466l-.916-1.167A11.45 11.45 0 0 0 0 12.518 11.476 11.476 0 0 0 11.482 24a11.45 11.45 0 0 0 7.644-2.911zM8.331 2.988a10.1 10.1 0 0 1 3.151-.502 9.99 9.99 0 0 1 7.088 2.933 9.96 9.96 0 0 1 2.933 7.088c0 1.09-.174 2.148-.502 3.151l1.134 1.134a11.4 11.4 0 0 0 .829-4.285A11.476 11.476 0 0 0 11.482 1.025c-1.516 0-2.966.294-4.285.829zm1.352 3.456L3.446 0l-.97 1.516a.39.39 0 0 0 .032.458L7.916 8.92zM7.655 14.96l-2.508-1.886-.458.774a.215.215 0 0 0 .033.273l2.115 2.29zm4.503-5.953-.578-.6.153-.611c.065-.273.087-.491.065-.622a2.4 2.4 0 0 0-.273-.687l-5.474 5.866s.371.36.905-.055c.24-.185 1.189-.96 2.203-1.799l.927 1.189zm5.343 5.256.153-.611c.055-.207.087-.382.065-.502a2.6 2.6 0 0 0-.218-.687l-5.866 5.474s.36.371.916 0c.273-.185 1.428-.992 2.584-1.821l6.891 5.365c.131.109.316.12.458.033L24 20.543zm-8.44 2.126c.883-.676 2.115-1.625 3.217-2.475l1.243.97 2.039-2.475-.676-.654.218-.774c.109-.393.153-.698.12-.883a3.3 3.3 0 0 0-.36-.981l-8.069 8.069s.251.207.774 0l2.279 2.104a.25.25 0 0 0 .273.033l.774-.458z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/flood.svg b/mkdocs-material/material/templates/.icons/simple/flood.svg new file mode 100644 index 0000000..a5accda --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/flood.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.683 16.283c-1.233-.066-1.85-1.533-2.15-2.433-.266-.767-.666-2.117-.966-2.933-.35-.95-.45-1.017-.65-1.017-.417 0-.734 1.183-1.05 2.067-.667 1.833-1.167 3.85-2.934 3.85-1.533 0-2.216-1.184-2.7-1.884-.45-.666-.716-.816-1.133-.816-.533 0-.783.466-1.267 1.283-.283.467-.6.95-.966 1.267-.1.083-.934.733-1.717.633-.45-.067-.767-.333-.767-.783 0-.617.684-.734 1.067-.884.333-.116.733-.716.933-1.05.534-.916 1.217-2.116 2.75-2.116 1.35 0 2 .866 2.5 1.55.45.616.717 1.116 1.234 1.133.433.017 1.033-1.617 1.383-2.75.533-1.733 1.233-3.333 2.633-3.333 1.884 0 2.434 2.633 3.017 4.65.083.3.283.933.333 1.016.267.567.484.934.717 1.05.267.15.7.434.567.934-.084.383-.434.583-.834.566m-15.366-1.6q.024 0 0 0 .024 0 0 0M12 0C5.367 0 0 5.367 0 12s5.367 12 12 12 12-5.367 12-12S18.633 0 12 0m0 22.017A10.015 10.015 0 0 1 1.983 12 10.015 10.015 0 0 1 12 1.983 10.015 10.015 0 0 1 22.017 12 10.015 10.015 0 0 1 12 22.017"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fluentbit.svg b/mkdocs-material/material/templates/.icons/simple/fluentbit.svg new file mode 100644 index 0000000..f8b22a2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fluentbit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.412 3.517c-.038 0-.072 0-.102.01a.3.3 0 0 0-.087.035H.215a.3.3 0 0 0-.113.113.4.4 0 0 0-.053.1c-.008.021-.019.036-.023.067a.4.4 0 0 0-.015.071v-.01H.004v.018L0 3.936l.007-.023v.046L0 4.004v.015h.004l.003-.004v-.003a1.3 1.3 0 0 0 .095.472l.019.046v.007l.06.144.023.06.064.163a19.7 19.7 0 0 0 1.724 3.254L2 8.173l.023.038c.922 1.44 2.037 2.885 3.202 4.095l.037.04c.832.859 1.686 1.6 2.514 2.129a4 4 0 0 0 .37.216l.038.019-.026.019c-1.127 1.64-2.42 2.834-3.742 3.704C2.51 19.763.91 20.172.91 20.172s4.237 1.164 8.887-1.013c3.534-1.664 5.368-4.903 5.787-5.621l2.124-3.61c.333-.458.522-.647.54-.68.065-.065.538-.614 1.524-.946 1.46-.488 3.667-.783 4.188-.832a.11.11 0 0 0 .03-.132.08.08 0 0 0-.056-.05 4 4 0 0 0-.544-.037 9 9 0 0 0-1.399.068 18 18 0 0 0-1.383.204 30 30 0 0 0-1.066.204l-.053.012h-.023a3.5 3.5 0 0 1-.574.037 3 3 0 0 1-.473-.075 7 7 0 0 1-.465-.129 7 7 0 0 0-.484-.143 4.6 4.6 0 0 0-1.463-.152 2.8 2.8 0 0 0-.657.133l-.167.06a2.77 2.77 0 0 0-1.22.972c-.401.536-1.233 2.178-2.374 2.613l-.023-.023h.01a77 77 0 0 0-.9-.829l-.021-.015-.2-.189-.053-.042a61 61 0 0 0-2.307-2.014 28 28 0 0 0-1.504-1.13l-.227-.163a31 31 0 0 0-3.93-2.332c-.114-.064-.23-.102-.36-.166-.038-.016-.076-.038-.102-.038l.196.11-.079-.038h-.01V4.18l-.054-.023-.023-.015-.03-.015a1 1 0 0 1-.102-.05l-.072-.033-.098-.046c-.03-.01-.057-.022-.076-.022a1.3 1.3 0 0 0-.22-.08l-.007-.004-.015-.007h-.007l-.012-.004v-.004h-.022l-.038-.019-.038-.018a.1.1 0 0 0-.034-.012h-.004l-.234-.094a3 3 0 0 0-.242-.087.6.6 0 0 0-.151-.03Zm-.318.967.012.027Zm.012.03c.022.06.041.118.068.17zm.068.174.003.012zM16.757 8.3a.4.4 0 0 1 .113.015.386.386 0 0 1 .269.473.386.386 0 0 1-.473.264.386.386 0 0 1-.264-.468.39.39 0 0 1 .355-.284"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fluentd.svg b/mkdocs-material/material/templates/.icons/simple/fluentd.svg new file mode 100644 index 0000000..ce43bf4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fluentd.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.83 2.195C1.279 2.191.8 2.377.425 2.82-.429 3.823.03 6.135 1.787 8.917l.02.028a10 10 0 0 0 .197.297c1.733 2.579 4.249 4.677 3.743 7.586a4.3 4.3 0 0 1-.599 1.564C3.615 20.797.003 21.047.003 21.047l.042.001-.045.005s4.355 1.344 8.533.438c.598-.13 1.192-.305 1.769-.537l.023-.01q.514-.207.975-.437a12 12 0 0 0 .282-.145q.427-.225.814-.467l.152-.095q.473-.306.888-.635l.146-.116q.246-.201.476-.407l.123-.105.036-.04q.011-.012.024-.023a13 13 0 0 0 .86-.888q.076-.084.148-.169.089-.102.175-.203l.1-.123q.19-.232.372-.465l.032-.042c.679-.88 1.28-1.779 1.933-2.639l.216-.278c.294-.374.6-.74.932-1.091l.03-.031q.162-.17.334-.337l.07-.067a11 11 0 0 1 .264-.243q.054-.049.109-.096a5 5 0 0 1 .374-.293q.018-.014.038-.027a5 5 0 0 1 .85-.48l-.065.03.022-.01.06-.027a5.6 5.6 0 0 1 1.63-.412h.001a6 6 0 0 1 .533-.026h.07l.115.002.428-.003a.2.2 0 0 0 .088-.016c.062-.03.047-.102-.012-.186a1.4 1.4 0 0 0-.39-.343l-.098-.052-.036-.022a4 4 0 0 1-.256-.161l-.129-.096a4 4 0 0 1-.193-.15c-.205-.2-.432-.733-.523-.888a2 2 0 0 0-.24-.33c-.272-.306-.665-.533-1.302-.615-.891-.115-1.727.072-2.565.333l.1-.035c-1.168.354-2.334.87-3.655.94h-.04a6 6 0 0 1-.668-.01l-.06-.004a5.5 5.5 0 0 1-1.16-.233c-1.312-.412-3.154-1.88-5.047-3.316l-.651-.49a52 52 0 0 0-.789-.58l-.222-.155-.236-.166-.086-.06a18 18 0 0 0-1.612-.997l-.019-.01a10 10 0 0 0-.367-.186q-.059-.027-.117-.053a8 8 0 0 0-.548-.23l-.05-.017a5 5 0 0 0-.316-.101l-.026-.007a3 3 0 0 0-.816-.125zM20.6 8.641a.504.5 0 0 1 .505.5.504.5 0 0 1-.505.5.504.5 0 0 1-.504-.5.504.5 0 0 1 .504-.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fluke.svg b/mkdocs-material/material/templates/.icons/simple/fluke.svg new file mode 100644 index 0000000..bd70ea8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fluke.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.603 12.656h-.092v-.131h.08c.065 0 .078.013.078.065 0 .04-.026.066-.066.066m.263.013c0 .157-.118.288-.276.288s-.275-.13-.275-.288.105-.276.262-.289c.17 0 .289.118.289.289m-.118.197-.105-.17c.052-.014.091-.053.091-.106 0-.079-.052-.118-.13-.118h-.145v.394h.066v-.17h.065l.105.17zM24 8.393v7.214H0V8.393zM6.44 11.567H4.222V11.2h2.203v-.498H3.633v2.308h.59v-.892h2.216v-.55zm2.819.866H7.384v-1.731h-.577v2.308h2.452zm3.462-1.731h-.577v1.77h-2.02v-1.77h-.576v1.875c.039.42.432.433.432.433h2.308s.38-.013.433-.433zm3.568 2.308-1.837-1.18 1.745-1.128h-1.023l-1.299.8v-.8h-.577v2.308h.577v-.866l1.377.866zm3.239-2.308h-2.912v2.308h2.912v-.538h-2.335v-.328h2.335v-.537h-2.335v-.355h2.335zm1.403 1.967a.347.347 0 0 0-.34-.341.347.347 0 0 0-.342.34c0 .184.158.342.341.342a.347.347 0 0 0 .341-.341"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/flutter.svg b/mkdocs-material/material/templates/.icons/simple/flutter.svg new file mode 100644 index 0000000..7403137 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/flutter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.314 0 2.3 12 6 15.7 21.684.013h-7.357zm.014 11.072L7.857 17.53l6.47 6.47H21.7l-6.46-6.468 6.46-6.46h-7.37z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/flux.svg b/mkdocs-material/material/templates/.icons/simple/flux.svg new file mode 100644 index 0000000..02a343c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/flux.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.402 23.747q.231.112.454.238c.181.038.37.004.525-.097l.386-.251c-1.242-.831-2.622-1.251-3.998-1.602zm-7.495-5.783a8 8 0 0 1-.222-.236.696.696 0 0 0 .112 1.075l2.304 1.498c1.019.422 2.085.686 3.134.944 1.636.403 3.2.79 4.554 1.728l.697-.453c-1.541-1.158-3.327-1.602-5.065-2.03-2.039-.503-3.965-.977-5.514-2.526m1.414-1.322-.665.432q.033.037.068.073c1.702 1.702 3.825 2.225 5.877 2.731 1.778.438 3.469.856 4.9 1.982l.682-.444c-1.612-1.357-3.532-1.834-5.395-2.293-2.019-.497-3.926-.969-5.467-2.481m7.502 2.084c1.596.412 3.096.904 4.367 2.036l.67-.436c-1.484-1.396-3.266-1.953-5.037-2.403zm.698-2.337-.698-.174v.802l.512.127c2.039.503 3.965.978 5.514 2.526l.007.009.663-.431q-.06-.064-.121-.128c-1.702-1.701-3.824-2.225-5.877-2.731m-.698-1.928v.816c.624.19 1.255.347 1.879.501 2.039.502 3.965.977 5.513 2.526q.116.116.226.239a.704.704 0 0 0-.238-.911l-3.064-1.992c-.744-.245-1.502-.433-2.251-.618a31 31 0 0 1-2.065-.561m-1.646 3.049c-1.526-.4-2.96-.888-4.185-1.955l-.674.439c1.439 1.326 3.151 1.88 4.859 2.319zm0-1.772a8.5 8.5 0 0 1-2.492-1.283l-.686.446c.975.804 2.061 1.293 3.178 1.655zm0-1.946a8 8 0 0 1-.776-.453l-.701.456c.462.337.957.627 1.477.865zm3.533.269-1.887-1.226v.581q.922.386 1.887.645m5.493-8.863L12.381.112a.7.7 0 0 0-.762 0L3.797 5.198a.698.698 0 0 0 0 1.171l7.38 4.797V7.678a.414.414 0 0 0-.412-.412h-.543a.413.413 0 0 1-.356-.617l1.777-3.079a.412.412 0 0 1 .714 0l1.777 3.079a.413.413 0 0 1-.356.617h-.543a.414.414 0 0 0-.412.412v3.488l7.38-4.797a.7.7 0 0 0 0-1.171"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fluxus.svg b/mkdocs-material/material/templates/.icons/simple/fluxus.svg new file mode 100644 index 0000000..ee42e94 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fluxus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.348 19.35a2738 2738 0 0 0-3.926-5.741 596 596 0 0 1-1.5-2.194 434 434 0 0 0-1.646-2.396c-.493-.712-.88-1.343-.86-1.404s.944-.73 2.05-1.489c4.797-3.285 8.82-6.032 8.962-6.117.124-.075.152.287.147 1.963l-.005 2.055-2.993 2.02c-1.647 1.111-2.975 2.072-2.953 2.136.117.326 2.53 3.694 2.645 3.694.11 0 1.55-.937 3.084-2.005.224-.156.227-.125.226 1.905v2.063l-.692.446c-.38.245-.692.49-.692.544s.313.545.694 1.09l.695.993-.03 3.543-.03 3.544z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/flydotio.svg b/mkdocs-material/material/templates/.icons/simple/flydotio.svg new file mode 100644 index 0000000..748ae2b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/flydotio.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.987 0c-2.45-.01-5.002.925-6.541 2.897-1.17 1.502-1.664 3.474-1.49 5.356.29 2.112 1.476 3.96 2.676 5.672a41.5 41.5 0 0 0 4.216 4.831c-1.063.832-1.943 2.286-1.357 3.644.821 2.32 4.665 2.05 5.122-.372.39-1.288-.694-2.533-1.428-3.309 2.388-2.431 4.706-5.036 6.17-8.145.595-1.32.902-2.802.614-4.24-.28-2.341-1.823-4.473-3.967-5.46C14.76.266 13.364.016 11.987 0m-.236 1.577v15.534C9.881 13.483 7.724 9.266 8.73 5.069c.35-1.539 1.253-3.309 3.02-3.492m1.996.04c1.534.357 3.031 1.096 3.906 2.48 1.3 1.93 1.318 4.55.1 6.521-1.268 2.395-3.06 4.463-4.916 6.415 1.472-2.974 3.074-6.106 3.182-9.5-.043-2.08-.438-4.612-2.272-5.916M11.97 20.103c.848.342 1.597 1.983.153 2.173-.664.15-1.367-.599-.995-1.222.213-.355.488-.73.842-.95"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/flyway.svg b/mkdocs-material/material/templates/.icons/simple/flyway.svg new file mode 100644 index 0000000..f0f0c5a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/flyway.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m3.02 21.055 1.12-.23c1.054-.219 2.114-.415 3.161-.66a4.955 4.952 0 0 0 3.696-3.915 6.06 6.057 0 0 0 .085-1.153l.366-.09a4.936 4.933 0 0 0 3.75-3.717 3.8 3.798 0 0 0 .128-1.06c-.002-.096 0-.193 0-.305.094-.023.18-.047.267-.067a4.552 4.549 0 0 0 2.68-1.755 5.772 5.769 0 0 0 1.005-4.854c-.021-.088-.035-.179-.061-.264a.63.629 0 0 0-.728-.432l-3.184.652-3.485.716-4.002.822q-2.186.449-4.373.893a1.1 1.1 0 0 1-.422.06c-.007-.074-.017-.14-.017-.204-.001-1.12.002-2.243-.005-3.364a.32.32 0 0 1 .174-.307 8.493 8.488 0 0 1 1.9-.86A17.205 17.194 0 0 1 7.827.315C8.373.23 8.922.181 9.47.12a26.795 26.777 0 0 1 3.526-.102c.496.01.992.051 1.487.097.542.051 1.085.11 1.623.192a14.482 14.472 0 0 1 4.007 1.124c.262.123.509.28.764.422a.215.215 0 0 1 .122.223c-.004.054 0 .11 0 .163v19.519c0 .347.045.28-.262.472a8.437 8.432 0 0 1-1.961.857 16.78 16.769 0 0 1-2.851.63c-.6.08-1.2.146-1.804.207-.277.03-.556.035-.835.043-.564.015-1.128.041-1.691.03-.636-.014-1.272-.059-1.907-.099a20.054 20.041 0 0 1-2.519-.332 13.423 13.415 0 0 1-3.224-.976c-.273-.13-.53-.29-.797-.435a.25.25 0 0 1-.144-.248c.008-.23 0-.46.003-.69 0-.049.01-.096.016-.163zm9.985-10.652a1.25 1.25 0 0 1-.09.55 2.624 2.622 0 0 1-2.045 1.84c-1.3.28-2.607.537-3.912.805l-.57.114a1.147 1.146 0 1 0 .403 2.256c.595-.11 1.186-.242 1.779-.363.064-.014.128-.022.209-.035a2.584 2.582 0 0 1-.55 1.41A2.801 2.8 0 0 1 6.516 18q-1.655.336-3.308.676c-.052.01-.106.013-.156.02-.048-.146-.061-10.38-.014-10.63l14.048-2.883a2 2 0 0 1-.016.18 3.438 3.436 0 0 1-.738 1.502 2.399 2.397 0 0 1-1.426.804c-1.11.216-2.218.45-3.326.677l-.96.196a1.17 1.17 0 0 0-.953 1.057 1.15 1.15 0 0 0 .875 1.186 1.747 1.746 0 0 0 .807-.054q.737-.151 1.475-.304c.053-.01.108-.014.18-.023z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fmod.svg b/mkdocs-material/material/templates/.icons/simple/fmod.svg new file mode 100644 index 0000000..469c3ce --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fmod.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.352 10.17a.903.903 0 0 0-.903.903v4.07H1.127v-2.814H0v-1.318h1.128a2.225 2.225 0 0 1 2.224-2.17h1.321v1.322zm7.326 1.84a.25.25 0 0 0-.238.174l-.532 1.834a1.564 1.564 0 0 1-3.001 0l-.532-1.835a.252.252 0 0 0-.477 0l-.532 1.835a1.57 1.57 0 0 1-1.512 1.123h-.368v-1.32h.373a.25.25 0 0 0 .235-.172l.532-1.835a1.57 1.57 0 0 1 3.009 0l.536 1.837a.246.246 0 0 0 .471 0l.532-1.834a1.57 1.57 0 0 1 3.009 0l.532 1.834a.25.25 0 0 0 .235.174h.374v1.319h-.369a1.57 1.57 0 0 1-1.512-1.123l-.532-1.835a.25.25 0 0 0-.233-.176m2.69.906a2.225 2.225 0 1 1 2.225 2.225 2.225 2.225 0 0 1-2.225-2.225m3.128 0a.903.903 0 1 0-.903.903.903.903 0 0 0 .903-.903m4.674.46a1 1 0 0 0 .067-.123.67.67 0 0 1 1.266.308.7.7 0 0 1-.055.262l-.019.04a2.27 2.27 0 0 1-2.034 1.276 2.225 2.225 0 0 1 0-4.45h.098a2.25 2.25 0 0 1 1.014.29V8.842h1.322v3.01a.74.74 0 0 1-.712.721 1.6 1.6 0 0 1-1.07-.373.9.9 0 0 0-.549-.191H20.4a.903.903 0 1 0 .776 1.366zM4.228 11.625a.704.704 0 0 1-.704.704.704.704 0 0 1-.704-.704.704.704 0 0 1 .704-.704.704.704 0 0 1 .704.704m18.398 2.835a.687.687 0 1 0 .687-.674.68.68 0 0 0-.687.674m.123 0a.56.56 0 1 1 .561.583.56.56 0 0 1-.565-.583zm.282.383h.124V14.5h.137l.216.34h.137l-.226-.35a.203.203 0 0 0 .209-.216q.001-.227-.275-.227h-.307zm.124-.688h.158c.084 0 .175.017.175.121 0 .105-.1.138-.21.138h-.129z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fnac.svg b/mkdocs-material/material/templates/.icons/simple/fnac.svg new file mode 100644 index 0000000..6f3df45 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fnac.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.874 7.2s-1.622-.106-1.684 1.369v.04c.062 1.476 1.684 1.39 1.684 1.39.737 0 1.137-.23 1.326-.652h.842l.232-1.495H22.18c-.19-.42-.569-.673-1.305-.652zm-4.59 1.516c-.147.19-.862.19-.862.19-.717.042-1.79.02-1.769.652.02.673.884.59 1.305.569.464-.021.863-.148 1.18-.548.294-.337.168-.842.146-.863.022-.021 0 0 0 0M3.295 0l-1.01 6.358h.442c-.02-.19-.02-.97.547-1.474 0 0 .632-.632 2.485-.485 0 0 1.894.148 1.894 1.516H6.347s-.042-.757-1.22-.715c0 0-1.2-.021-1.096 1.137h3.621v.59c.106-.17.38-.443 1.074-.632 0 0 2.968-.654 3.284 1.474v2.989h-1.304V8.316C10.516 6.99 9.02 7.221 9.02 7.221c-1.011.084-1.306.673-1.369 1.095V10.8H6.347V7.263H4.052V10.8H2.747V7.263h-.59L.01 20.716 20.726 24l2.148-13.622c-.442.316-1.179.548-2.358.485-.484-.021-.863-.085-1.179-.21-.59-.21-1.536-.822-1.536-2.001v-.147c-.022-1.16.947-1.769 1.536-2 .316-.126.695-.17 1.18-.21 1.768-.106 2.525.483 2.841.989l.633-4.043zM16.37 10.799l-.043-.505v-.02c-.526.652-1.789.609-1.789.609-2.358.043-2.316-1.241-2.316-1.241-.19-1.348 1.537-1.327 2.968-1.41 1.432-.085 1.095-.653 1.095-.653-.063-.464-1.094-.506-1.094-.506-1.432-.105-1.453.757-1.453.757H12.39s0-1.136 1.411-1.452c.02 0 .842-.252 2.295 0 0 0 1.62.21 1.516 1.768l.042 2.674H16.37z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/folium.svg b/mkdocs-material/material/templates/.icons/simple/folium.svg new file mode 100644 index 0000000..7d62049 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/folium.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.209 17.302v.558h-.558v-.558zm-1.116-.558v.558h.558v-.558zm1.116 1.116v.558h.558v-.558zm-1.674-1.674v.558h.558v-.558zm2.232 2.233v.558h.558v-.558zm.559-4.466v.558h.558v-.558zM9.767 2.791v.558h.558v-.558zm.559 5.581v.558h.558v-.558zm0 10.605v.558h.558v-.558zm-2.233-7.256v-.558h-.558v.558zm1.116-4.465v-.558h-.558v.558zm-.558-.558V6.14h-.558v.558zm1.116 1.116v-.558h-.558v.558zM8.093 6.14v-.559h-.558v.559zm1.116 6.697v-.558h-.558v.558zm1.117 1.116v-.558h-.559v.558zm-1.675-1.674v-.558h-.558v.558zm1.116 1.116v-.558h-.558v.558zm.559-5.023v-.558h-.559v.558zM6.977 18.977v.558h.558v-.558zm1.116-15.07h-.558v.558h.558zm0 16.186v.558h.558v-.558zm-.558-3.907v-.558h-.558v-4.465h.558v-.558h-.558V5.581h.558V4.465h-.558v.558h-.558v13.953h.558v-2.791h.558zm0 3.349v.558h.558v-.558zm1.116 1.116v.558h.558v-.558zm1.675 1.675v.558h.558v-.558zm-.559-.559v.558h.558v-.558zm-.558-.558v.558h.558v-.558zm1.117-19.535h-.559v.558h.558zm0 1.675v.558h.558v-.558zm-.559-1.116h-.558v.558h.558zm1.117-1.117h-.558v.558h.558zM9.209 2.791h-.558v.558h.558zm-.558.558h-.558v.558h.558zm5.023 15.628h.558v-.558h-.558zm.559-16.186h-.558v.558h.558zm0 15.628h.558v-.559h-.558zm-1.117 1.116h.558v-.558h-.558zm2.233-7.256h-.558v.558h.558zm.558 4.465h.558v-.558h-.558zm-1.116 1.116h.558v-.558h-.558zm.558-.558h.558v-.558h-.558zm-1.675-3.349h-.558v.558h.558zm.559-.558h-.558v.558h.558zm.558-6.139h-.558v.558h.558zm.558-.558h-.558v.558h.558zm.558-.558h-.558v.558h.558zm-2.233-2.791h-.558v.558h.558zm1.117 9.488h-.558v.558h.558zm1.116-1.116h-.558v.558h.558zm-1.674-3.907h-.558v.558h.558zm-.559.558h-.558v.558h.558zm-.558 14.512h.558v-.558h-.558zm1.675-1.675h.558v-.558h-.558zm-.558.558h.558v-.558h-.558zm1.674-10.046h.558v-.558h-.558zm-.558 8.93h.558v-.558h-.558zm.558-.558h.558v-.558h-.558zm1.116-15.07v-.558h-.558v1.116h.558v5.023h-.558v.558h.558v4.465h-.558v.558h.558v2.791h.558V5.023zm-.558 14.512h.558v-.558h-.558zm-2.791 2.791h.558v-.558h-.558zm2.791-17.861v-.558h-.558v.558zm-.558-.558v-.558h-.558v.558zm-.558-.558v-.558h-.558v.558zm.558 2.791h.558v-.559h-.558zm-2.233-4.466v-.558h-.558v.558zm1.117 1.117v-.558h-.558v.558zm-2.233 17.302h.558v-.558h-.558V15.07h.558v-.558h-.558V9.488h.558V8.93h-.558V4.465h.558v-.558h-.558V1.116h.558V.558h-.558V0h-1.116v.558h-.558v.558h.558v2.791h-.558v.558h.558V8.93h-.558v.558h.558v5.023h-.558v.558h.558v4.465h-.558v.558h.558v2.791h-.558v.558h.558V24h1.116v-.558h.558v-.558h-.558zm1.675-17.86v-.559h-.558v.558z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fonoma.svg b/mkdocs-material/material/templates/.icons/simple/fonoma.svg new file mode 100644 index 0000000..8658749 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fonoma.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.706 21.919a4.295 4.295 0 0 0 4.293-4.296 4.295 4.295 0 1 0-4.293 4.296M4.296 10.672a4.295 4.295 0 0 0 4.293-4.295 4.295 4.295 0 1 0-4.294 4.295zm10.412 0h4.975a4.277 4.277 0 0 0 4.293-4.295 4.277 4.277 0 0 0-4.293-4.296h-4.975a4.277 4.277 0 0 0-4.294 4.296 4.277 4.277 0 0 0 4.294 4.295M4.295 21.92h4.976a4.277 4.277 0 0 0 4.293-4.296 4.277 4.277 0 0 0-4.293-4.295H4.295a4.277 4.277 0 0 0-4.293 4.295c.068 2.318 1.976 4.296 4.293 4.296"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fontawesome.svg b/mkdocs-material/material/templates/.icons/simple/fontawesome.svg new file mode 100644 index 0000000..b63d746 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fontawesome.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.393 4.5a2.438 2.438 0 1 0-2.8-.141V24h3v-3h17.513c.684 0 1.238-.554 1.238-1.237a1.2 1.2 0 0 0-.107-.503l-2.893-6.51 2.893-6.51a1.2 1.2 0 0 0 .107-.503c0-.683-.554-1.237-1.238-1.237Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fontbase.svg b/mkdocs-material/material/templates/.icons/simple/fontbase.svg new file mode 100644 index 0000000..cbfc201 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fontbase.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.079 13.996c-2.702-2.771-5.702-5.703-8.105-8.103-1.62-1.621-4.284-1.621-5.943 0-2.97 2.963-5.248 5.21-8.104 8.066a3.12 3.12 0 0 0 0 4.437 3.12 3.12 0 0 0 4.437 0l2.2-2.2 2.2 2.2a3.12 3.12 0 0 0 4.438 0 3.12 3.12 0 0 0 0-4.438l4.4 4.4a3.12 3.12 0 0 0 4.438 0c1.274-1.16 1.274-3.165.039-4.362"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fontforge.svg b/mkdocs-material/material/templates/.icons/simple/fontforge.svg new file mode 100644 index 0000000..a94572a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fontforge.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12c6.628 0 12-5.373 12-12S18.628 0 12 0m6.32 7.04c-.602 0-.305-1.375-1.156-1.375-.696 0-1.274 1.836-1.563 3.437h1.5c.172 0 .203.125.203.258 0 .359-.164.664-.46.664h-1.477s-.679 3.212-1.18 5.218c-.201.806-.527 1.439-.92 1.93l.02.01 2.461-2.272-.383-.016h-.002v-.003l.013-.337q0-.002.003-.002l.614.024.024-.614.001-.002h.002l.337.013q.003 0 .003.003l-.025.614.614.024.002.001v.002l-.013.337-.003.003-.614-.024-.024.613v.002l-.003.001-.332-.013h-.005l-.002-.001v-.002l.014-.36-2.448 2.26a.633.633 0 0 1-.268.854.63.63 0 0 1-.485.044.6.6 0 0 1-.147-.067l-2.389 2.205.34.013q.002 0 .003.004l-.014.337-.003.002-.614-.024-.024.613-.003.003h-.001l-.336-.013-.003-.003.024-.614-.613-.024-.003-.003.013-.337q0-.003.003-.003l.614.024.024-.613.001-.002.002-.001.338.013.002.001v.002l-.016.403 2.424-2.237-.008-.016c-.758.515-1.59.7-2.233.7-.617 0-1.274-.218-1.711-.671-.586.601-1.476 1.078-2.43 1.078-.468 0-1.25-.313-1.25-.906 0-.336.337-.844.696-.844.633 0 .71.687 1.422.687.343 0 .582-.094.867-1.124.625-2.258 1.57-6.89 1.57-6.89H8.196c-.18 0-.203-.11-.203-.227 0-.312.117-.695.515-.695h1.04c.57-1.96 1.835-3.796 4.163-3.796.75 0 1.437.25 1.78.68.844-.852 1.633-1.087 2.313-1.087 1.094 0 1.437.696 1.437 1.156 0 .578-.367.985-.921.985m-8.415 7.975c-.247.953-.454 1.488-.67 1.938.445.523 1.023.788 1.523.788.61 0 1.094-.203 1.39-1.265.703-2.53 1.485-6.452 1.485-6.452h-2.578c-.375 1.728-.787 3.591-1.15 4.991m3.196-8.928c-1.101 0-1.601 1.827-1.843 3.015h2.609a9 9 0 0 1 .836-2.055c-.375-.593-1.024-.96-1.602-.96"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/foobar2000.svg b/mkdocs-material/material/templates/.icons/simple/foobar2000.svg new file mode 100644 index 0000000..7277bc1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/foobar2000.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.382 7.62 15.381 0l-2.396 5.166c-.509-.174-1.461-.176-1.97 0L8.619 0 5.618 7.62c-.846 2.146-1.622 4.379 0 6.81.597.896 6.375 9.58 6.382 9.57l6.382-9.57c1.622-2.431.846-4.664 0-6.81m-5.007 7.25c-.336-.297-.417-.844-.228-1.54.19-.695.626-1.454 1.23-2.135.603-.682 1.303-1.207 1.972-1.479.667-.271 1.22-.257 1.556.04.336.299.417.846.228 1.54-.19.697-.626 1.455-1.23 2.137-.603.681-1.304 1.206-1.972 1.478s-1.22.258-1.556-.04m.445 4.834c-.157.09-.376.08-.489-.116l-1.328-2.304-.003-.005-1.333 2.311a.32.32 0 0 1-.281.169.41.41 0 0 1-.348-.202.32.32 0 0 1 .005-.331l1.555-2.688a.46.46 0 0 1 .4-.228c.171 0 .322.086.406.23l1.547 2.686c.12.208.016.393-.131.478m-4.751-4.793c-.669-.272-1.369-.797-1.972-1.478-.604-.681-1.04-1.44-1.23-2.136-.19-.695-.108-1.242.228-1.54.176-.156.412-.234.693-.234.254 0 .546.064.863.194.669.272 1.369.797 1.972 1.478.604.681 1.04 1.44 1.23 2.136.189.695.108 1.242-.228 1.54s-.89.312-1.556.04"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/foodpanda.svg b/mkdocs-material/material/templates/.icons/simple/foodpanda.svg new file mode 100644 index 0000000..f4ba58c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/foodpanda.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.224 0a3.14 3.14 0 0 0-3.14 3.127 3.1 3.1 0 0 0 1.079 2.36 11.8 11.8 0 0 0-2.037 6.639C.126 18.68 5.458 24 12 24s11.874-5.32 11.874-11.874a11.7 11.7 0 0 0-2.025-6.614 3.14 3.14 0 0 0 1.09-2.373A3.13 3.13 0 0 0 19.8.012a3.12 3.12 0 0 0-2.636 1.438A11.8 11.8 0 0 0 12.012.264 11.8 11.8 0 0 0 6.86 1.438 3.13 3.13 0 0 0 4.224 0M12 1.198c1.713 0 3.331.396 4.78 1.102a11 11 0 0 1 4.29 3.715 10.9 10.9 0 0 1 1.882 6.135c.011 6.039-4.901 10.951-10.94 10.951-6.04 0-10.951-4.912-10.951-10.951 0-2.277.694-4.386 1.88-6.135A11.1 11.1 0 0 1 7.232 2.3 10.8 10.8 0 0 1 12 1.198M7.367 6.345c-.853.012-1.743.292-2.28.653-1.031.682-2.29 2.156-2.085 4.181.191 2.025 1.785 3.283 2.612 3.283.826 0 1.234-.42 1.485-1.45.252-1.018 1.115-2.192 2.217-3.45s-.024-2.469-.024-2.469c-.393-.513-1.052-.727-1.755-.747zm9.233.007-.17.001c-.702.02-1.358.233-1.746.752 0 0-1.126 1.21-.024 2.469 1.114 1.258 1.965 2.432 2.217 3.45.251 1.019.659 1.438 1.485 1.45.827 0 2.409-1.258 2.612-3.283s-1.054-3.51-2.084-4.182c-.544-.36-1.437-.643-2.29-.657m-8.962 2c.348 0 .624.275.624.623-.012.335-.288.623-.624.623a.62.62 0 0 1-.623-.623.62.62 0 0 1 .623-.624zm8.891 0c.348 0 .623.275.623.623-.012.335-.287.623-.623.623a.62.62 0 0 1-.623-.623c0-.348.288-.624.623-.624zm-4.541 4.025c-.527 0-2.06.096-2.06.587 0 .887 1.88 1.522 2.06 1.474.18.048 2.06-.587 2.06-1.474 0-.49-1.52-.587-2.06-.587M9.076 15.17c0 1.414 1.294 2.564 2.912 2.564s2.924-1.15 2.924-2.564z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ford.svg b/mkdocs-material/material/templates/.icons/simple/ford.svg new file mode 100644 index 0000000..b77c968 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ford.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8.236C5.872 8.236.905 9.93.905 12.002S5.872 15.767 12 15.767c6.127 0 11.094-1.693 11.094-3.765S18.127 8.236 12 8.236m-5.698 6.24c-.656.005-1.233-.4-1.3-1.101a1.42 1.42 0 0 1 .294-1.02c.195-.254.525-.465.804-.517.09-.017.213-.006.264.054.079.093.056.194-.023.234-.213.109-.47.295-.597.55a.68.68 0 0 0 .034.696c.263.397.997.408 1.679-.225.169-.156.32-.304.473-.48.3-.344.4-.47.8-1.024q.007-.01.004-.018-.004-.01-.02-.01c-.267.007-.5.087-.725.255-.065.048-.159.041-.2-.021-.046-.07-.013-.163.062-.215.363-.253.76-.298 1.166-.367 0 0 .028.002.051-.03.167-.213.292-.405.47-.621.178-.22.41-.42.586-.572.246-.212.404-.283.564-.37.043-.022-.005-.049-.018-.049-.896-.168-1.827-.386-2.717-.056-.616.23-.887.718-.757 1.045.093.231.397.27.683.13a1.55 1.55 0 0 0 .611-.544c.087-.134.27-.038.171.195-.26.611-.757 1.097-1.363 1.118-.516.016-.849-.363-.848-.831.002-.924 1.03-1.532 2.11-1.622 1.301-.108 2.533.239 3.825.395.989.12 1.938.123 2.932-.106.118-.025.2.05.193.168-.01.172-.143.337-.47.516-.373.204-.763.266-1.17.27-.984.008-1.901-.376-2.85-.582.002.041.012.091-.023.117-.525.388-1 .782-1.318 1.334-.011.013-.005.025.013.024.277-.015.525-.022.783-.042.045-.004.047-.015.043-.048a.64.64 0 0 1 .2-.558c.172-.153.387-.17.53-.06.16.126.147.353.058.523a.63.63 0 0 1-.382.31s-.03.006-.026.034c.006.043.2.151.217.18.017.027.008.07-.021.102a.12.12 0 0 1-.095.045c-.033 0-.053-.012-.096-.035a.9.9 0 0 1-.27-.217c-.024-.031-.037-.032-.099-.029-.279.017-.714.059-1.009.096-.071.008-.082.022-.096.047-.47.775-.972 1.61-1.523 2.17-.592.6-1.083.758-1.604.762M19.05 10.71c-.091.158-1.849 2.834-1.96 3.11-.035.088-.04.155-.004.204.092.124.297.051.425-.038.381-.262.645-.58.937-.858.017-.013.046-.018.065 0 .043.04.106.091.15.137a.04.04 0 0 1 .002.057 6 6 0 0 1-.904.911c-.47.364-.939.457-1.172.224a.5.5 0 0 1-.14-.316c-.002-.057-.031-.06-.058-.034-.278.275-.76.579-1.198.362-.366-.18-.451-.618-.383-.986.001-.008-.006-.06-.051-.03a1.3 1.3 0 0 1-.3.162.85.85 0 0 1-.366.077.52.52 0 0 1-.451-.253.76.76 0 0 1-.095-.347c-.001-.011-.017-.032-.033-.005-.3.457-.579.899-.875 1.363-.016.022-.03.036-.06.037l-.587.001c-.036 0-.053-.028-.034-.063.104-.2.674-1.03 1.06-1.736.107-.194.085-.294.019-.337-.083-.054-.248.027-.387.133-.379.287-.697.735-.859.935-.095.117-.185.291-.433.56-.391.425-.91.669-1.408.5a.85.85 0 0 1-.546-.58c-.015-.052-.044-.066-.073-.032-.08.1-.245.249-.383.342-.015.011-.052.033-.084.017a.9.9 0 0 1-.152-.199.07.07 0 0 1 .016-.08c.197-.173.305-.271.391-.38.064-.08.113-.17.17-.315.12-.302.393-.866.938-1.158a1.8 1.8 0 0 1 .652-.219c.1-.01.183.002.213.08.011.033.039.105.056.158.011.032.003.057-.035.071-.32.122-.643.311-.865.61-.253.338-.321.746-.152.98.123.17.322.2.514.139.29-.092.538-.363.666-.663.138-.329.16-.717.058-1.059-.016-.059-.001-.104.037-.136.077-.063.184-.112.215-.128a.14.14 0 0 1 .182.045c.106.157.163.378.17.607.006.049.026.05.05.025.19-.202.366-.418.568-.58.185-.147.422-.267.643-.262.286.006.428.2.419.546-.001.044.03.04.051.011a1.2 1.2 0 0 1 .24-.264q.296-.244.611-.222c.26.02.468.257.425.527a.53.53 0 0 1-.281.406.36.36 0 0 1-.405-.044.34.34 0 0 1-.096-.322c.005-.025-.027-.048-.054-.02-.254.264-.273.606-.107.76.183.17.458.056.658-.075.366-.239.65-.563.979-.813.218-.166.467-.314.746-.351a.87.87 0 0 1 .454.052c.2.081.326.25.342.396.004.043.036.048.063.01.158-.246 1.005-1.517 1.075-1.65.02-.041.044-.047.089-.047h.606c.035 0 .051.02.036.047m-2.32 2.204a.05.05 0 0 0-.003.04c.003.02.03.04.056.05.01.003.015.01.004.032-.075.16-.143.252-.237.391a1.5 1.5 0 0 1-.3.325c-.178.147-.424.307-.628.2-.09-.047-.13-.174-.127-.276.004-.288.132-.584.369-.875.288-.355.607-.539.816-.438.216.103.148.354.05.55zm-5.949-1.881a.4.4 0 0 1 .132-.345c.057-.05.133-.062.18-.022.052.045.027.157-.026.234a.43.43 0 0 1-.245.177c-.018.004-.034-.004-.041-.044M12 7.5C5.34 7.5 0 9.497 0 12c0 2.488 5.383 4.5 12 4.5s12-2.02 12-4.5-5.383-4.5-12-4.5m0 8.608C5.649 16.108.5 14.27.5 12.002.5 9.733 5.65 7.895 12 7.895s11.498 1.838 11.498 4.107c0 2.268-5.148 4.106-11.498 4.106"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/forgejo.svg b/mkdocs-material/material/templates/.icons/simple/forgejo.svg new file mode 100644 index 0000000..764a1a8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/forgejo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.777 0a2.9 2.9 0 1 1-2.529 4.322H12.91a4.266 4.266 0 0 0-4.265 4.195v2.118a7.08 7.08 0 0 1 4.147-1.42l.118-.002h1.338a2.9 2.9 0 0 1 5.43 1.422 2.9 2.9 0 0 1-5.43 1.422H12.91a4.266 4.266 0 0 0-4.265 4.195v2.319A2.9 2.9 0 0 1 7.222 24 2.9 2.9 0 0 1 5.8 18.57V8.589a7.11 7.11 0 0 1 6.991-7.108l.118-.001h1.338A2.9 2.9 0 0 1 16.778 0M7.223 19.905a1.194 1.194 0 1 0 0 2.389 1.194 1.194 0 0 0 0-2.389m9.554-10.464a1.194 1.194 0 1 0 0 2.389 1.194 1.194 0 0 0 0-2.39m0-7.735a1.194 1.194 0 1 0 0 2.389 1.194 1.194 0 0 0 0-2.389"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/formik.svg b/mkdocs-material/material/templates/.icons/simple/formik.svg new file mode 100644 index 0000000..b556ae2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/formik.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.545 10.295-2.753-1.583.001-3.3 2.753 1.582Zm-.001 3.59-2.752-1.583V9.15l2.753 1.582zm.026 3.63-2.786-1.6.001-3.153 2.786 1.601zm-7.152-6.506 3.998-2.298V5.56l-3.997 2.298zm-2.475 4.983 6.457-3.711V9.128l-6.457 3.712zM6.6 22.135l10.823-6.221v-3.152l-10.822 6.22zM9.59 24l-2.77-1.593 10.784-6.201 2.77 1.593ZM3.455 13.778l2.753 1.582-.001 3.36-2.753-1.582Zm.001-3.59 2.752 1.582v3.153L3.454 13.34zM3.43 6.576l2.786 1.602-.001 3.153-2.786-1.602Zm7.151 6.486L6.584 15.36v3.152l3.997-2.298zm2.476-4.983L6.599 11.79v3.153l6.457-3.712zm4.358-6.152L6.577 8.157v3.152l10.838-6.23ZM14.534 0l2.77 1.593L6.396 7.865l-2.77-1.593Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/formspree.svg b/mkdocs-material/material/templates/.icons/simple/formspree.svg new file mode 100644 index 0000000..75e0eb6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/formspree.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.333 2a2 2 0 0 1 2-2h17.334a2 2 0 0 1 2 2v2.857a2 2 0 0 1-2 2H3.333a2 2 0 0 1-2-2zm0 8.571a2 2 0 0 1 2-2h17.334a2 2 0 0 1 2 2v2.858a2 2 0 0 1-2 2H3.333a2 2 0 0 1-2-2zm2 6.572a2 2 0 0 0-2 2V22a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-2.857a2 2 0 0 0-2-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/formstack.svg b/mkdocs-material/material/templates/.icons/simple/formstack.svg new file mode 100644 index 0000000..6a715be --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/formstack.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 4.035h1.4a.6.6 0 0 1 .6.6v14.73a.6.6 0 0 1-.6.6H19zm3 1.991h1.4a.6.6 0 0 1 .6.6v10.747a.6.6 0 0 1-.6.6H22zM.6 2.044h16.8a.6.6 0 0 1 .6.6v18.712a.6.6 0 0 1-.6.6H.6a.6.6 0 0 1-.6-.6V2.644a.6.6 0 0 1 .6-.6M4.2 5.23a.2.2 0 0 0-.2.2v7.35q0 .07.044.125a.2.2 0 0 0 .281.032l9.228-7.35a.2.2 0 0 0-.125-.356zM4 17.185q0 .062.035.113a.2.2 0 0 0 .278.052l7.576-5.184a.2.2 0 0 0-.113-.365H6.89a.2.2 0 0 0-.123.042l-2.69 2.102a.2.2 0 0 0-.077.158zm.086 1.157a.2.2 0 0 0-.086.164v.087c0 .106.086.192.192.192H7a.2.2 0 0 0 .2-.2v-2.022a.2.2 0 0 0-.314-.164z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fortinet.svg b/mkdocs-material/material/templates/.icons/simple/fortinet.svg new file mode 100644 index 0000000..e54a8c6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fortinet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 9.785h6.788v4.454H0zm8.666-6.33h6.668v4.453H8.666zm0 12.637h6.668v4.454H8.666zm8.522-6.307H24v4.454h-6.812zM2.792 3.455C1.372 3.814.265 5.404 0 7.425v.506h6.788V3.454zM0 16.091v.554c.24 1.926 1.276 3.466 2.624 3.9h4.188v-4.454zm24-8.184v-.506c-.265-1.998-1.372-3.587-2.792-3.972h-4.02v4.454H24zM21.376 20.57c1.324-.458 2.36-1.974 2.624-3.9v-.554h-6.812v4.454Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fortran.svg b/mkdocs-material/material/templates/.icons/simple/fortran.svg new file mode 100644 index 0000000..e899279 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fortran.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.536 0H4.464A4.463 4.463 0 0 0 0 4.464v15.073A4.463 4.463 0 0 0 4.464 24h15.073A4.463 4.463 0 0 0 24 19.536V4.464A4.463 4.463 0 0 0 19.536 0m1.193 6.493v3.871l-.922-.005c-.507-.003-.981-.021-1.052-.041-.128-.036-.131-.05-.192-.839-.079-1.013-.143-1.462-.306-2.136-.352-1.457-1.096-2.25-2.309-2.463-.509-.089-2.731-.176-4.558-.177L10.13 4.7v5.82l.662-.033c.757-.038 1.353-.129 1.64-.252.306-.131.629-.462.781-.799.158-.352.262-.815.345-1.542.033-.286.07-.572.083-.636.024-.116.028-.117 1.036-.117h1.012v9.3h-2.062l-.035-.536c-.063-.971-.252-1.891-.479-2.331-.311-.601-.922-.871-2.151-.95a11 11 0 0 1-.666-.059l-.172-.027.02 2.926c.021 3.086.03 3.206.265 3.465.241.266.381.284 2.827.368.05.002.065.246.065 1.041v1.039H3.271v-1.039c0-.954.007-1.039.091-1.041.05-.001.543-.023 1.097-.049.891-.042 1.033-.061 1.244-.167a.7.7 0 0 0 .345-.328c.106-.206.107-.254.107-6.78 0-6.133-.006-6.584-.09-6.737a.94.94 0 0 0-.553-.436c-.104-.032-.65-.07-1.215-.086l-1.026-.027V2.622h17.458z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fossa.svg b/mkdocs-material/material/templates/.icons/simple/fossa.svg new file mode 100644 index 0000000..73a160a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fossa.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.398 9.516a.12.12 0 0 1 .036.087v.693a.123.123 0 0 1-.123.123H1.018v1.155h1.766a.123.123 0 0 1 .123.123v.693a.123.123 0 0 1-.123.12H1.018v1.9a.123.123 0 0 1-.124.123h-.77A.123.123 0 0 1 0 14.41V9.6a.123.123 0 0 1 .123-.12h3.188q.051 0 .087.036m5.829 1.803a3.25 3.25 0 0 1 0 1.366q-.08.366-.256.696a2.4 2.4 0 0 1-.45.621 2.1 2.1 0 0 1-.719.436 2.8 2.8 0 0 1-.992.17c-.34.005-.68-.053-1-.17a2.1 2.1 0 0 1-.718-.436 2.5 2.5 0 0 1-.462-.62 2.7 2.7 0 0 1-.26-.697 3.25 3.25 0 0 1 0-1.366q.082-.364.26-.693c.121-.23.278-.44.463-.62a2.1 2.1 0 0 1 .719-.441 2.7 2.7 0 0 1 .998-.173c.339-.005.675.054.992.173.266.097.51.247.718.44.183.182.335.392.451.621q.174.33.256.693m-.96.675q0-.167-.028-.332a2.2 2.2 0 0 0-.123-.426 1.7 1.7 0 0 0-.242-.434 1.16 1.16 0 0 0-.431-.325 1.46 1.46 0 0 0-.633-.126 1.5 1.5 0 0 0-.65.134c-.165.07-.312.18-.428.317a1.8 1.8 0 0 0-.243.437q-.087.206-.124.426a1.95 1.95 0 0 0 .123 1.091q.09.238.246.44c.116.141.263.253.43.328.202.093.423.139.646.134v.006c.219.003.435-.044.633-.138.165-.076.31-.188.425-.328q.158-.202.248-.442a2 2 0 0 0 .152-.762zm5.5.385a1 1 0 0 0-.242-.27 4 4 0 0 0-.278-.21 2 2 0 0 0-.346-.172 8 8 0 0 0-.335-.134l-.353-.123a8 8 0 0 1-.368-.13 3 3 0 0 1-.268-.126.6.6 0 0 1-.224-.177.4.4 0 0 1-.067-.217q.022-.468.685-.469c.444.027.88.137 1.284.325a.123.123 0 0 0 .165-.072l.268-.628a.112.112 0 0 0-.058-.166 4.3 4.3 0 0 0-1.736-.41 1.74 1.74 0 0 0-1.183.397 1.35 1.35 0 0 0-.45 1.074q0 .798.751 1.203a6.4 6.4 0 0 0 1.039.382c.225.06.439.158.632.288a.4.4 0 0 1 .173.415.5.5 0 0 1-.254.349c-.17.093-.361.138-.554.13a3.3 3.3 0 0 1-1.353-.36.12.12 0 0 0-.093 0 .12.12 0 0 0-.07.064l-.332.629a.13.13 0 0 0 0 .093.11.11 0 0 0 .058.072c.57.297 1.204.451 1.847.45.466.019.924-.127 1.294-.411a1.39 1.39 0 0 0 .549-1.039 1.3 1.3 0 0 0-.18-.757zm4.637 0a1 1 0 0 0-.242-.27 5 5 0 0 0-.278-.21 2 2 0 0 0-.346-.172 8 8 0 0 0-.335-.134l-.353-.123a8 8 0 0 1-.368-.13 3 3 0 0 1-.268-.126.6.6 0 0 1-.224-.177.4.4 0 0 1-.072-.217q.02-.468.685-.469c.446.027.883.137 1.288.325a.123.123 0 0 0 .166-.072l.267-.628a.11.11 0 0 0-.015-.14.1.1 0 0 0-.042-.026 4.3 4.3 0 0 0-1.74-.41c-.43-.02-.852.122-1.183.397a1.35 1.35 0 0 0-.451 1.074q0 .798.751 1.203.503.236 1.039.382c.224.06.437.158.63.288a.4.4 0 0 1 .173.415.49.49 0 0 1-.256.353c-.169.092-.36.137-.551.13a3.3 3.3 0 0 1-1.353-.361.12.12 0 0 0-.093 0 .12.12 0 0 0-.073.061l-.332.629a.13.13 0 0 0 0 .093.11.11 0 0 0 .057.072c.57.297 1.205.451 1.848.45.465.018.921-.127 1.29-.41a1.39 1.39 0 0 0 .55-1.04 1.3 1.3 0 0 0-.04-.422 1.5 1.5 0 0 0-.129-.335M24 14.452a.1.1 0 0 1-.01.04.07.07 0 0 1-.065.041h-.902a.16.16 0 0 1-.17-.115l-.436-1.068h-1.58l-.431 1.062a.17.17 0 0 1-.171.115h-.916a.07.07 0 0 1-.066-.04.1.1 0 0 1-.007-.083l2.208-4.924a.19.19 0 0 1 .15-.065.18.18 0 0 1 .165.066l2.222 4.93a.1.1 0 0 1 .009.041m-1.93-1.912-.451-1.133-.45 1.133z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fossilscm.svg b/mkdocs-material/material/templates/.icons/simple/fossilscm.svg new file mode 100644 index 0000000..3f20768 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fossilscm.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.571 0c-.699.022-2.041.555-3.458 1.419C7.464 2.42 6.258 3.538 6.16 4.108q-.014.011-.026.023c-.563.746.203 2.277 1.711 3.414 1.408 1.063 2.958 1.397 3.617.832.518-.09 1.227-1.776 1.627-3.94.383-2.054.35-3.812-.045-4.214-.006-.02.001-.048-.01-.066-.069-.113-.23-.163-.463-.156zm-2.277 2.936c-.164.193-.329.383-.492.605-.217.296-.403.587-.568.866a5.7 5.7 0 0 0-.908-.432 14 14 0 0 0 1.785-.914c.067-.04.118-.084.183-.125m.912 1.084c-.004.024-.01.043-.015.066a16 16 0 0 0-.227 1.78 6 6 0 0 0-.654-.674c.215-.241.436-.507.652-.801.093-.127.16-.246.244-.371m-3.14 4.002c-.41-.075-.968 1.14-1.246 2.706-.276 1.566-.164 2.897.246 2.969s.972-1.141 1.248-2.707.164-2.896-.248-2.968m-5.56 2.708c-.072.032-.026.314.103.625.132.312.297.539.37.51.074-.031.025-.311-.104-.623-.13-.312-.295-.54-.37-.512zm-.602.506q-.053-.008-.076.018c-.062.067.083.298.322.512.24.215.483.332.545.265.06-.07-.084-.298-.324-.513-.18-.16-.361-.267-.467-.282m-.224.684c-.118 0-.197.02-.205.058-.017.077.247.205.587.282.343.078.636.078.653.002.017-.08-.248-.204-.588-.284a2 2 0 0 0-.447-.058m1.296.144c-.251.067-.235.954.036 1.98.27 1.03.695 1.81.945 1.745.25-.067.234-.954-.037-1.98-.271-1.03-.694-1.812-.944-1.745m10.394.186c-.072-.031-.237.198-.369.51-.13.311-.178.59-.103.62.072.032.24-.197.369-.51.13-.31.178-.591.103-.62m.61.504c-.105.015-.285.12-.463.281-.238.213-.382.445-.323.512.058.064.304-.057.541-.27s.38-.443.32-.508q-.022-.023-.075-.015m-7.625.593c-.34.035-.86.369-1.326.883-.621.686-.914 1.437-.652 1.672.261.237.978-.125 1.601-.81.621-.689.912-1.437.65-1.674-.065-.059-.16-.082-.273-.07zm7.85.092a2 2 0 0 0-.446.057c-.343.077-.607.202-.59.281.017.077.31.077.652 0 .34-.077.607-.202.588-.28-.008-.037-.087-.057-.205-.058zm-6.13.168a.15.15 0 0 0-.099.028c-.21.163.143.978.793 1.82.647.841 1.346 1.393 1.557 1.23.21-.16-.148-.977-.795-1.818-.567-.737-1.172-1.251-1.455-1.26zm4.557.043c-.267-.03-.843.36-1.387.96-.62.685-.966 1.386-.767 1.563.196.18.861-.232 1.482-.917.621-.686.964-1.385.768-1.565a.17.17 0 0 0-.096-.04zm-5.603.133c-.386.082-.48 1.2-.205 2.492.273 1.292.815 2.275 1.2 2.193.387-.081.481-1.2.208-2.49-.276-1.292-.815-2.279-1.203-2.195m15.448 2.459c-.13-.055-.48.471-.78 1.174-.297.705-.432 1.323-.3 1.378.13.056.48-.47.777-1.173.297-.705.433-1.324.303-1.38zm-9.503.412c-.07.031-.024.31.105.621.132.312.298.542.367.514.072-.031.027-.31-.105-.621-.13-.312-.295-.543-.367-.514m-.6.506q-.053-.008-.078.017c-.06.07.087.297.324.51s.481.33.541.264c.06-.067-.083-.297-.32-.51-.178-.158-.36-.266-.467-.281m-.224.681c-.118 0-.195.019-.203.057-.017.079.245.204.585.283.343.077.636.077.653 0 .016-.077-.246-.204-.586-.281a2 2 0 0 0-.45-.059zm1.37.21c-.26 0-.476.75-.476 1.675s.215 1.676.477 1.676c.26 0 .478-.75.478-1.676s-.217-1.676-.478-1.676zm-5.175.333a.24.24 0 0 0-.133.045c-.294.216.04 1.17.744 2.13.703.962 1.514 1.564 1.807 1.35.295-.215-.035-1.171-.74-2.13-.617-.842-1.315-1.41-1.678-1.395m13.02.522c-.105-.094-.601.297-1.105.873-.503.575-.824 1.119-.718 1.213.108.093.603-.298 1.107-.873.504-.576.825-1.12.717-1.213zm-11.014.443c-.113-.005-.194.019-.23.074-.144.223.46.875 1.353 1.453.89.58 1.73.872 1.875.649s-.46-.877-1.35-1.457c-.667-.434-1.308-.704-1.648-.719M8.73 20.451c-.266 0-.48.75-.48 1.675 0 .926.214 1.676.48 1.676s.482-.75.482-1.676-.216-1.675-.482-1.675m-3.644.06c-.072.031-.026.313.103.625.132.312.297.539.37.51.074-.031.025-.312-.104-.623-.13-.312-.295-.54-.37-.512zm14.296.477c-.368-.04-1.127.127-1.96.453-1.107.434-1.929.984-1.833 1.228.096.242 1.074.093 2.181-.342 1.11-.434 1.932-.985 1.836-1.23-.024-.06-.102-.096-.224-.11zm-14.898.029q-.053-.008-.076.018c-.062.067.082.298.322.511.24.216.483.333.545.266.06-.07-.084-.298-.324-.514-.18-.16-.362-.267-.467-.281m-.223.685c-.118 0-.196.019-.205.057-.016.08.248.204.588.283.343.077.636.077.653 0 .016-.077-.248-.204-.588-.281a2 2 0 0 0-.448-.059m1.29.047c-.114-.005-.194.019-.231.075-.144.223.461.875 1.353 1.453.89.58 1.731.871 1.875.648.147-.223-.46-.877-1.35-1.457-.666-.433-1.307-.704-1.648-.719zm6.628.09c-.865-.036-1.493.081-1.527.32-.046.317.98.73 2.289.92 1.311.19 2.415.087 2.46-.232.046-.317-.98-.73-2.292-.92a9 9 0 0 0-.93-.088"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/foundryvirtualtabletop.svg b/mkdocs-material/material/templates/.icons/simple/foundryvirtualtabletop.svg new file mode 100644 index 0000000..dbf57ea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/foundryvirtualtabletop.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11.391 23.879-9.386-5.5c-.269-.158-.492-.546-.492-.86V6.48c0-.314.223-.7.494-.857L11.506.116c.274-.157.717-.154.988.003l9.499 5.561c.271.16.494.546.494.86v10.979c0 .314-.223.7-.494.857l-9.613 5.509c-.271.154-.717.154-.989-.006m1.221-.934 6.929-3.958c.274-.157.471-.354.443-.443-.029-.088-.309-.125-.62-.085l-6.684.877a.67.67 0 0 0-.566.646v2.674c0 .315.226.446.498.289M9.714 1.951l-6.766 3.92c-.272.158-.272.418 0 .575l2.208 1.288a.676.676 0 0 0 .846-.162l4.075-5.204c.194-.248.306-.508.243-.577s-.335.003-.606.16m2.429 16.222 5.212-9.064c.157-.272.028-.494-.286-.494H6.725c-.314 0-.443.222-.289.497l5.141 9.058c.154.274.409.274.566.003m1.489-7.247s-.949.28-.952.958c0 .674 1.129 1.025 1.129 1.025v.669h-1.12a1.37 1.37 0 0 0-.752-.237c-.268 0-.523.086-.751.237H10.12v-.669c.36 0 1.086-.591 1.086-1.02 0-.428-.683-.517-.683-.517h-.54c-1.258 0-1.749-1.186-1.749-1.186h2.08v-.228h4.824v.731c-.646 0-1.506.237-1.506.237m-3.052-.58h4.303c.026 0 .049-.02.049-.048v-.029a.05.05 0 0 0-.049-.048H10.58a.05.05 0 0 0-.049.048v.029c0 .025.02.048.049.048m-.297.2v-.097a.023.023 0 0 0-.023-.023H8.868c-.02 0-.028.032-.008.043.211.112.351.1.351.1h1.049a.023.023 0 0 0 .023-.023M2.17 7.166v7.972c0 .315.075.589.166.606s.266-.203.386-.494l2.617-6.252a.655.655 0 0 0-.28-.803L2.67 6.872c-.274-.152-.5-.02-.5.294m11.459-5.375c-.06.071.048.329.243.577l4.072 5.204c.194.248.574.32.845.162l2.209-1.288c.272-.157.272-.417 0-.575l-6.763-3.92c-.272-.157-.546-.229-.606-.16m8.172 13.347V7.166c0-.314-.226-.446-.5-.294l-2.389 1.323a.65.65 0 0 0-.28.803l2.618 6.252c.123.291.294.511.385.494.092-.02.166-.291.166-.606m-8.895 3.652 8.218-1.083c.311-.04.466-.311.346-.6l-3.201-7.644c-.123-.288-.348-.303-.505-.031l-5.141 8.938c-.154.271-.029.46.283.42m4.317-11.144-4.88-6.444c-.189-.251-.503-.254-.697-.005L6.594 7.649c-.195.248-.095.451.22.451h10.184c.314 0 .414-.203.225-.454M2.759 17.71l8.055 1.077c.314.043.44-.146.286-.42L6.036 9.44c-.157-.274-.38-.26-.5.032L2.41 17.104c-.12.292.037.563.349.606m8.841 4.946h-.003v-2.669a.675.675 0 0 0-.566-.648l-6.54-.878c-.312-.042-.592-.002-.621.083-.028.086.169.289.441.446l6.795 3.949c.271.16.494.032.494-.283"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/foursquare.svg b/mkdocs-material/material/templates/.icons/simple/foursquare.svg new file mode 100644 index 0000000..a163350 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/foursquare.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.376 0h7.338v1.204h-6.12v3.372h5.44V5.78h-5.44v4.874H2.376zm-.208 20.16 1.19-.268c.213 1.473 1.232 2.352 2.89 2.352 1.487 0 2.664-.694 2.664-1.828 0-.807-.595-1.487-2.919-2.18-2.635-.752-3.513-1.715-3.513-3.13 0-1.829 1.473-2.805 3.613-2.805 2.393 0 3.456 1.218 3.825 2.89l-1.19.269c-.299-1.374-1.233-1.955-2.679-1.955-1.36 0-2.323.51-2.323 1.487 0 .793.624 1.403 2.777 2.083 2.565.793 3.67 1.658 3.67 3.301 0 2.04-1.715 3.103-3.896 3.103-2.281-.003-3.84-1.193-4.11-3.318zm9.223-2.238c0-3.159 2.068-5.624 5.242-5.624 3.159 0 5.2 2.479 5.2 5.624 0 1.573-.525 2.933-1.404 3.925a36 36 0 0 1 1.247 1.303l-.879.85a57 57 0 0 0-1.303-1.346c-.807.524-1.771.822-2.861.822-3.061 0-5.242-2.352-5.242-5.554m7.181 3.825a31 31 0 0 0-1.247-1.148l.85-.863a37 37 0 0 1 1.331 1.218c.638-.764 1.02-1.813 1.02-3.046 0-2.493-1.516-4.39-3.896-4.39s-3.91 1.897-3.91 4.39c0 2.565 1.658 4.363 3.91 4.363.725 0 1.375-.184 1.942-.524"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/foursquarecityguide.svg b/mkdocs-material/material/templates/.icons/simple/foursquarecityguide.svg new file mode 100644 index 0000000..40584f7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/foursquarecityguide.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17.727 3.465-.535 2.799c-.064.303-.445.623-.801.623H11.41c-.562 0-.963.391-.963.945v.614c0 .569.405.96.966.96h4.23c.395 0 .785.436.697.855l-.535 2.76c-.051.24-.314.63-.785.63h-3.457c-.63 0-.818.091-1.239.601-.42.524-4.206 5.069-4.206 5.069-.037.045-.074.029-.074-.015V3.42c0-.359.311-.78.776-.78h10.274c.375 0 .73.356.633.821zm.451 10.98c.145-.578 1.746-8.784 2.281-11.385M18.486 0H5.683C3.918 0 3.4 1.328 3.4 2.164v20.34c0 .94.504 1.291.789 1.405.284.117 1.069.214 1.541-.328 0 0 6.044-7.014 6.146-7.117.165-.157.165-.157.315-.157h3.914c1.65 0 1.906-1.17 2.086-1.86.15-.569 1.754-8.774 2.279-11.385C20.875 1.08 20.365 0 18.49 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fox.svg b/mkdocs-material/material/templates/.icons/simple/fox.svg new file mode 100644 index 0000000..9aa355d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fox.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.069 9.7h3.42L6.3 6.932H0v10.136h3.069V13.8h2.789v-2.778H3.069ZM24 6.932h-3.291L19.48 9.1l-1.231-2.168h-3.292l2.871 5.076-2.871 5.06h3.308l1.215-2.142 1.213 2.142H24l-2.871-5.06Zm-12.592 0A5.067 5.067 0 1 0 16.475 12a5.067 5.067 0 0 0-5.067-5.065Zm.888 7.146a.867.867 0 0 1-.873.847.847.847 0 0 1-.837-.858V9.919a.88.88 0 0 1 .837-.9.913.913 0 0 1 .873.9Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/foxtel.svg b/mkdocs-material/material/templates/.icons/simple/foxtel.svg new file mode 100644 index 0000000..72086e5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/foxtel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m2.867 10.631.341-1.024H0v4.779h1.16v-1.72h1.434l.341-1.024H1.16v-1.01zm3.03-1.085a2.454 2.454 0 1 0-.006 4.908 2.454 2.454 0 0 0 .007-4.908zm0 3.74a1.287 1.287 0 1 1-.007-2.574 1.287 1.287 0 0 1 .008 2.575zm6.506-3.679h-1.297l-.812 1.304-.82-1.304H8.177l1.468 2.335-1.536 2.444h1.297l.888-1.405.88 1.405h1.297l-1.529-2.444zm.102 1.024h1.413v3.755h1.16V10.63h1.23V9.607h-3.16zm7.304 0 .341-1.024h-3.208v4.779h2.867l.341-1.024h-2.046v-.915h1.432l.341-1.024h-1.773v-.792zm2.143 2.73V9.608h-1.16v4.779h2.867L24 13.362Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fozzy.svg b/mkdocs-material/material/templates/.icons/simple/fozzy.svg new file mode 100644 index 0000000..e18aa62 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fozzy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.494 20.48-.998-2.095 5.787-11.273c.897 1.396 1.496 3.092 1.496 4.888 0 3.99-2.594 7.382-6.285 8.48M12.998.029C5.615-.471-.47 5.615.028 12.998c.5 5.786 5.188 10.475 10.974 10.973 7.383.5 13.468-5.586 12.97-12.969C23.471 5.216 18.783.527 12.997.03zM7.112 4.717c1.297-.897 2.793-1.396 4.39-1.496L8.807 8.409zm3.491 7.383 4.19-8.38c.798.3 1.497.598 2.195 1.097L11.9 14.793zM3.221 12c0-1.796.599-3.492 1.496-4.888l6.485 13.667C6.712 20.38 3.22 16.589 3.22 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/framer.svg b/mkdocs-material/material/templates/.icons/simple/framer.svg new file mode 100644 index 0000000..c9e9efd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/framer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 0h16v8h-8zm0 8h8l8 8H4zm0 8h8v8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/framework.svg b/mkdocs-material/material/templates/.icons/simple/framework.svg new file mode 100644 index 0000000..2a40700 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/framework.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.186 9.07 21.41 8.019a2.78 2.78 0 0 1-1.344-2.391V3.523c0-.431-.19-.837-.516-1.108A12 12 0 0 0 16.317.493a1.36 1.36 0 0 0-1.193.091L13.347 1.64a2.62 2.62 0 0 1-2.688 0L8.882.584a1.35 1.35 0 0 0-1.194-.09 12 12 0 0 0-3.231 1.918 1.44 1.44 0 0 0-.516 1.108v2.104c0 .986-.51 1.897-1.344 2.392L.823 9.068c-.363.215-.61.588-.675 1.013A12 12 0 0 0 0 12.001q0 .978.145 1.916c.065.425.312.801.675 1.016l1.774 1.052a2.78 2.78 0 0 1 1.344 2.392v2.104c0 .431.191.837.516 1.108.965.8 2.054 1.452 3.231 1.919.393.155.831.124 1.194-.091l1.777-1.055a2.62 2.62 0 0 1 2.688 0l1.777 1.055c.363.215.804.246 1.193.091a12 12 0 0 0 3.232-1.92 1.44 1.44 0 0 0 .516-1.107v-2.104a2.78 2.78 0 0 1 1.344-2.392l1.774-1.052c.363-.215.61-.588.675-1.016q.143-.938.145-1.916 0-.98-.145-1.917a1.41 1.41 0 0 0-.67-1.013zM12.003 19.41c-3.981 0-7.21-3.317-7.21-7.407s3.229-7.406 7.21-7.406 7.21 3.316 7.21 7.406-3.23 7.407-7.21 7.407"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/framework7.svg b/mkdocs-material/material/templates/.icons/simple/framework7.svg new file mode 100644 index 0000000..7bb7d0b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/framework7.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 12a11.95 11.95 0 0 1 2.713-7.6h18.574L8.037 23.33C3.358 21.694 0 17.24 0 12m22.271-6.208A11.94 11.94 0 0 1 24 12c0 6.627-5.373 12-12 12q-1.193-.002-2.32-.224zM4.295 2.8A11.95 11.95 0 0 1 12 0c2.933 0 5.62 1.052 7.705 2.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/franprix.svg b/mkdocs-material/material/templates/.icons/simple/franprix.svg new file mode 100644 index 0000000..3159305 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/franprix.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 6.305c3.691 0 6.323-3.071 6.13-6.286-2.124-.17-5.069.791-6.13 3.79C10.939.81 7.993-.15 5.87.02 5.677 3.234 8.309 6.305 12 6.305m11.002 6.962c-.139-3.413-2.821-6.362-6.55-6.362-1.69 0-3.236.635-4.452 1.744-1.217-1.11-2.763-1.744-4.452-1.744-3.729 0-6.412 2.949-6.55 6.362C.758 19.19 5.913 24 12 24s11.242-4.81 11.002-10.733"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/frappe.svg b/mkdocs-material/material/templates/.icons/simple/frappe.svg new file mode 100644 index 0000000..1822bce --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/frappe.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.88 0A2.88 2.88 0 0 0 0 2.88v18.24A2.88 2.88 0 0 0 2.88 24h18.24A2.88 2.88 0 0 0 24 21.12V2.88A2.88 2.88 0 0 0 21.12 0zM8.4 6h8.024v2.111H8.4zm0 5.385h7.49v2.113h-4.93V18H8.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fraunhofergesellschaft.svg b/mkdocs-material/material/templates/.icons/simple/fraunhofergesellschaft.svg new file mode 100644 index 0000000..19d1a70 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fraunhofergesellschaft.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.06 23.99c5.681-2.926 14-7.653 23.88-14.567v-2.32C15.247 12.792 6.406 17.359.06 20.38zm0-6.93c6.325-2.575 15.166-6.558 23.88-11.74V4.174C15.751 8.238 7.24 10.781.06 12.366zM23.94 24V12.332A201.394 201.393 0 0 1 8.596 24zM5.542 24a166.927 166.926 0 0 0 14.7-9.765 323.136 324.76 0 0 0 3.698-2.81V9.98C16.257 15.74 8.413 20.542 2.287 24zM.06 10.668C7.044 9.44 15.589 7.231 23.94 3.262v-1.3C15.526 5.737 7.102 7.338.06 7.91zM.06 0v6.686q.783-.05 1.596-.111C7.464 6.126 15.387 5.1 23.94 1.402V0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/freebsd.svg b/mkdocs-material/material/templates/.icons/simple/freebsd.svg new file mode 100644 index 0000000..23e3577 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/freebsd.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.682 2.406c-.001-.149-.097-.187-.24-.189h-.25v.659h.108v-.282h.102l.17.282h.122l-.184-.29c.102-.012.175-.065.172-.18m-.382.096v-.193h.13c.06-.002.145.011.143.089.005.09-.08.107-.153.103zM21.851 1.49c1.172 1.171-2.077 6.319-2.626 6.869-.549.548-1.944.044-3.115-1.128s-1.676-2.566-1.127-3.115S20.68.318 21.851 1.49M1.652 6.61C.626 4.818-.544 2.215.276 1.395c.81-.81 3.355.319 5.144 1.334A11 11 0 0 0 1.652 6.61m18.95.418a10.6 10.6 0 0 1 1.368 5.218c0 5.874-4.762 10.636-10.637 10.636C5.459 22.882.697 18.12.697 12.246.697 6.371 5.459 1.61 11.333 1.61c1.771 0 3.441.433 4.909 1.199-.361.201-.69.398-.969.574-.428-.077-.778-.017-.998.202-.402.402-.269 1.245.263 2.2.273.539.701 1.124 1.25 1.674q.154.155.315.297c1.519 1.446 3.205 2.111 3.829 1.486.267-.267.297-.728.132-1.287.167-.27.35-.584.538-.927m2.814-5.088c-.322 0-.584.266-.584.595s.261.595.584.595.584-.266.584-.595-.261-.595-.584-.595m0 1.087c-.252 0-.457-.22-.457-.492s.204-.492.457-.492c.252 0 .457.22.457.492s-.204.492-.457.492"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/freecad.svg b/mkdocs-material/material/templates/.icons/simple/freecad.svg new file mode 100644 index 0000000..5e38609 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/freecad.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0v24h5.6v-9.6h4.8V8.8H5.6V5.6h8V0Zm15.552 6.4-1.638.086a.4.4 0 0 0-.363.295l-.702 2.576-.714.342L10.9 9.16v5.74H6.404l.092 1.59a.4.4 0 0 0 .293.363l2.576.7.344.714-1.076 2.437a.4.4 0 0 0 .097.46l1.225 1.1a.4.4 0 0 0 .467.052l2.312-1.329.752.268.967 2.488a.4.4 0 0 0 .394.256l1.65-.092a.4.4 0 0 0 .366-.297l.691-2.578.713-.341 2.446 1.08a.4.4 0 0 0 .46-.1l1.102-1.225a.4.4 0 0 0 .049-.466l-1.328-2.315.261-.751 2.487-.967a.4.4 0 0 0 .256-.393l-.084-1.648a.4.4 0 0 0-.295-.365l-2.578-.692-.344-.714 1.072-2.45a.4.4 0 0 0-.1-.459l-1.224-1.101a.4.4 0 0 0-.467-.049l-2.314 1.326-.744-.258-.975-2.49a.4.4 0 0 0-.395-.253zm2.249 8.801a2.6 2.6 0 0 1-2.6 2.6 2.6 2.6 0 0 1-2.6-2.6 2.6 2.6 0 0 1 2.6-2.6 2.6 2.6 0 0 1 2.6 2.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/freecodecamp.svg b/mkdocs-material/material/templates/.icons/simple/freecodecamp.svg new file mode 100644 index 0000000..d44662b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/freecodecamp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.885 3.906a.62.62 0 0 0-.354.12c-.08.08-.161.196-.161.313 0 .2.236.474.673.923 1.822 1.754 2.738 3.903 2.732 6.494-.007 2.867-.97 5.17-2.844 6.954-.394.353-.556.63-.557.867 0 .116.08.237.16.353a.58.58 0 0 0 .353.162c.434 0 1.04-.512 1.833-1.509 1.542-1.89 2.24-3.978 2.279-6.824.036-2.847-.857-4.777-2.603-6.77-.63-.712-1.153-1.082-1.511-1.083m-15.769.002c-.358 0-.882.37-1.51 1.083C.858 6.984-.035 8.914.001 11.761c.04 2.846.737 4.933 2.28 6.824.791.997 1.398 1.51 1.832 1.509a.57.57 0 0 0 .352-.162c.08-.116.16-.237.16-.353 0-.237-.162-.514-.556-.866-1.873-1.785-2.837-4.087-2.844-6.955-.006-2.591.91-4.74 2.732-6.494.437-.449.674-.722.673-.923 0-.117-.08-.233-.161-.313a.62.62 0 0 0-.354-.12zm7.056.895s.655 2.081-2.649 6.727c-3.156 4.433 1.045 7.15 1.432 7.386-.281-.18-2.001-1.5.402-5.423.466-.77 1.076-1.47 1.834-3.041 0 0 .67.946.32 2.998-.523 3.101 2.271 2.214 2.314 2.257.976 1.15-.808 3.17-.917 3.233-.108.061 5.096-3.13 1.399-7.935-.253.253-.582 1.442-1.267 1.266-.684-.174 2.125-3.494-2.868-7.468M9.955 18.916q.036.024.038.024z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/freedesktopdotorg.svg b/mkdocs-material/material/templates/.icons/simple/freedesktopdotorg.svg new file mode 100644 index 0000000..b3f2ab7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/freedesktopdotorg.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23.855 13.112-2.054-7.875a4.414 4.414 0 0 0-5.379-3.153L3.296 5.509a4.413 4.413 0 0 0-3.153 5.378l2.055 7.875a4.416 4.416 0 0 0 5.379 3.153l13.126-3.425a4.38 4.38 0 0 0 2.69-2.036 4.38 4.38 0 0 0 .462-3.342m-1.047 3a3.7 3.7 0 0 1-2.277 1.723L7.406 21.26a3.735 3.735 0 0 1-4.551-2.668L.8 10.717a3.734 3.734 0 0 1 2.668-4.552L16.593 2.74a3.727 3.727 0 0 1 4.551 2.668l2.054 7.875a3.7 3.7 0 0 1-.39 2.829m-2.362-9.893c-.482-2.061-2.122-2.941-4.369-2.437l-11.65 3.04c-2.426.706-3.104 2.014-2.621 4.261l1.748 6.698c.482 2.112 2.281 3.098 4.369 2.437l11.651-3.04c2.121-.504 3.104-2.095 2.622-4.261zm-6.277 3.097.173.663-4.117.475-.173-.663zm-9.05 3.861a.64.64 0 0 1-.783-.46l-.777-2.975a.643.643 0 0 1 .459-.783l4.169-1.087a.644.644 0 0 1 .784.458l.776 2.975a.643.643 0 0 1-.459.784zm5.618 1.76-2.06-1.988.769-.201 2.03 1.959-.519.135a1 1 0 0 0-.22.095m3.397 1.93a.21.21 0 0 1-.128.097l-2.336.609a.21.21 0 0 1-.257-.151l-.435-1.667a.21.21 0 0 1 .151-.257l2.336-.609a.21.21 0 0 1 .256.15l.435 1.667a.21.21 0 0 1-.022.161m.011-2.398a1 1 0 0 0-.178-.142.9.9 0 0 0-.463-.119l1.562-2.351c.183.147.41.235.649.248zm5.151-3.94-3.401.887a.46.46 0 0 1-.563-.33l-.633-2.428a.46.46 0 0 1 .33-.563l3.401-.887a.47.47 0 0 1 .35.049.46.46 0 0 1 .213.282l.633 2.428a.46.46 0 0 1-.33.562"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/freelancer.svg b/mkdocs-material/material/templates/.icons/simple/freelancer.svg new file mode 100644 index 0000000..8f96ca5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/freelancer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.096 3.076 1.634 2.292L24 3.076M5.503 20.924l4.474-4.374-2.692-2.89m6.133-10.584L11.027 5.23l4.022.15M4.124 3.077l.857 1.76 4.734.294m-3.058 7.072 3.497-6.522L0 5.13m7.064 7.485 3.303 3.548 3.643-3.57 1.13-6.652-4.439-.228Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/freelancermap.svg b/mkdocs-material/material/templates/.icons/simple/freelancermap.svg new file mode 100644 index 0000000..bd28a27 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/freelancermap.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.372 0 0 5.372 0 12s5.372 12 12 12l-.011-1.396H12c5.857 0 10.604-4.747 10.604-10.604H24c0-6.628-5.372-12-12-12m0 21.205c-5.084 0-9.205-4.121-9.205-9.205S6.916 2.792 12 2.792a9.205 9.205 0 0 1 0 18.411zm6.325-4.597c3.577-5.049.173-10.211-2.863-11.614-3.61.575-6.861 3.925-7.233 7.91 2.818 4.817 8.504 4.224 10.099 3.705m-9.912-1.45c.265 1.636.725 3.247 1.703 4.438 3.425.884 6.45-.782 7.943-2.642-3.15 1.463-6.662.623-9.644-1.796M4.706 9.072c-1.897 4.993 1.325 9.143 4.676 10.303-1.076-1.31-1.853-3.164-2.052-4.998-1.43-1.43-2.411-3.25-2.626-5.306M14.31 4.53c-3.09-1.006-6.05.192-7.742 1.795.043 2.075.376 3.695.909 5.07.731-3.48 3.551-6.341 6.833-6.863"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/freenas.svg b/mkdocs-material/material/templates/.icons/simple/freenas.svg new file mode 100644 index 0000000..bb347d9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/freenas.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.598 2.707h.143q.09 0 .124.032a.1.1 0 0 1 .034.083q0 .067-.051.097a.3.3 0 0 1-.153.029h-.098zm0 .391h.09l.214.337h.203l-.242-.356v-.008a.3.3 0 0 0 .161-.081.24.24 0 0 0 .059-.168.25.25 0 0 0-.03-.125.24.24 0 0 0-.08-.082.4.4 0 0 0-.114-.045.7.7 0 0 0-.133-.013h-.303v.879h.175zm-.485-.368a.63.63 0 0 1 .348-.367.7.7 0 0 1 .277-.053.64.64 0 0 1 .625.42.7.7 0 0 1 .049.27.7.7 0 0 1-.049.271.64.64 0 0 1-.348.366.7.7 0 0 1-.277.054.65.65 0 0 1-.624-.421.7.7 0 0 1-.049-.27q0-.143.048-.27m.014.884a.8.8 0 0 0 .273.179.9.9 0 0 0 .338.064q.18 0 .339-.064A.83.83 0 0 0 20.598 3a.85.85 0 0 0-.249-.613.8.8 0 0 0-.272-.179q-.158-.064-.339-.064a.7.7 0 0 0-.338.064.82.82 0 0 0-.454.45.8.8 0 0 0-.067.342q-.001.187.067.343a.8.8 0 0 0 .181.271m-1.864 12.361a3.3 3.3 0 0 1-.931 1.215 3.2 3.2 0 0 1-2.008.695 3.2 3.2 0 0 1-2.423-1.085 2 2 0 0 1-.439-.855 2.2 2.2 0 0 1-.06-.519c.002-.854.428-1.71.845-2.362.21-.326.418-.602.575-.794l.208.254.036.046a7.5 7.5 0 0 0 1.126 1.083c.766.597 1.85 1.197 3.126 1.229q.018.001.035.004a.2.2 0 0 1 .064 0 .16.16 0 0 1 .126.189c-.061.33-.158.628-.28.9m6.719-7.025a5.3 5.3 0 0 1-.821.905c-.752.664-1.936 1.343-3.649 1.435l-.505.926a.173.173 0 0 1-.299.008l-.581-.954c-.275.051-.984.168-1.808.168-1.376-.03-1.807-.241-2.263-.532l1.538-2.072-3.297-.764 4.136-.795c1.208-2.437 1.583-4.521 1.675-5.157-4.638.514-8.102 1.666-10.329 2.632l-.179.079-.034.014-.249-.241a9.3 9.3 0 0 0-1.459-.985 9.4 9.4 0 0 0-4.516-1.175 8 8 0 0 0-.894.043c-.491.031-.253.153-.194.203.225.184.544.573.753 1.112.211.541.354 1.27.354 2.254 0 .275-.012.579-.036.896q-.294.544-.539 1.132C.311 9.227 0 10.479 0 11.767c0 2.291.9 4.378 2.181 6.074l.173.262-1.355 2.7a.063.063 0 0 0 .021.08q.017.01.035.01a.07.07 0 0 0 .047-.02l2.117-1.863.248.24a10.1 10.1 0 0 0 6.812 2.63c4.516 0 8.342-2.953 9.652-7.032l.288-.124a6.3 6.3 0 0 0 1.132-.555c.684-.424 1.502-1.107 2.045-2.141.362-.687.604-1.534.604-2.576q0-.244-.018-.502"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/freepik.svg b/mkdocs-material/material/templates/.icons/simple/freepik.svg new file mode 100644 index 0000000..4a47e53 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/freepik.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.315 6.939c-.702.702-1.204 1.505-1.706 2.308l-.702-.402c-.1-.401-.602-.702-1.004-.702-.602.1-.903.502-.903 1.104 0 .501.502.903 1.004.803.1 0 .2 0 .3-.1l.703.4c-.401.904-.702 1.807-.803 2.81l1.204.201c.402-2.107 1.305-4.014 2.81-5.52Zm12.544 7.626c-1.204 0-2.107-1.003-2.107-2.107 0-1.204 1.004-2.107 2.107-2.107 1.205 0 2.108 1.003 2.108 2.107 0 1.204-.903 2.107-2.108 2.107m-7.325 1.506a2.91 2.91 0 0 1-2.91-2.91c0-1.707 1.304-3.011 2.91-3.011a2.91 2.91 0 0 1 2.91 2.91c0 1.606-1.305 3.01-2.91 3.01zm3.311-10.337a9.42 9.42 0 0 0-9.433 9.434c0 .702.1 1.304.2 2.007 1.004.802 4.216 1.405 8.33 1.204 4.516-.301 8.23-1.505 10.437-3.412 0-.301 0-.602-.1-.903-.603-4.817-4.617-8.33-9.434-8.33m-.803 13.749c-.602 0-1.204.1-1.806.1q-2.108 0-3.914-.3c-.602-.101-1.304-.302-2.007-.503 1.606 2.91 4.817 4.918 8.43 4.918 4.415 0 8.229-3.011 9.232-7.125a16.8 16.8 0 0 1-3.813 1.806c-1.806.602-3.914 1.003-6.122 1.104M23.182 7.34c.501-.1.903-.502.803-1.104-.1-.502-.502-.903-1.004-.803s-.803.502-.803 1.004l-.702.602c-.703-.703-1.405-1.305-2.208-1.806l-.602 1.003a11.2 11.2 0 0 1 4.014 4.616l1.104-.501c-.402-.904-.903-1.706-1.505-2.51l.602-.601c.1.1.2.1.3.1zM12.845 3.326h-.803l-.1-1.004c.301-.2.502-.602.401-1.003-.1-.602-.602-1.104-1.204-1.004s-1.003.602-1.003 1.305q.15.602.602.903l.1 1.004c-1.104.2-2.208.501-3.211 1.003l.502 1.104a10.4 10.4 0 0 1 4.616-1.104c.803 0 1.505.1 2.308.301l.2-1.204q-1.053-.3-2.408-.301"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fresh.svg b/mkdocs-material/material/templates/.icons/simple/fresh.svg new file mode 100644 index 0000000..0105d0a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fresh.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.144 1.913c-.818-.017-1.704.078-2.626.264-2.46.496-5.215 1.667-7.73 3.319-2.877 1.89-5.037 4.094-6.346 6.056-.656.981-1.1 1.9-1.309 2.708s-.192 1.536.187 2.067c.93 1.3 1.312 2.654 1.748 3.747.218.547.449 1.034.809 1.409s.868.606 1.49.606c.368 0 .685-.08.937-.247s.422-.407.537-.665a3.3 3.3 0 0 0 .178-.544c3.863 1.74 7.955 1.54 10.295.732 1.096 1.247 3.982.724 3.258-1.81 2.963-2.534 6.465-7.13 2.963-15.678a5 5 0 0 0-.88-.74q-.062-.063-.13-.125h-.002c-.674-.587-1.56-.92-2.586-1.044q-.384-.047-.793-.055m-.031.732q.374.01.72.05c.92.112 1.68.398 2.216.863.404.352.572.715.596 1.136s-.112.916-.407 1.463c-.59 1.091-1.797 2.349-3.265 3.559-2.937 2.42-6.922 4.68-9.034 5.52-2.462.98-3.108 2.701-3.389 4.043-.078.383-.14.73-.204 1.027v.003a5 5 0 0 1-.07.291q-.044.16-.097.282a1 1 0 0 1-.125.215.7.7 0 0 1-.15.14c-.112.076-.27.128-.537.128q-.173 0-.312-.024a1.04 1.04 0 0 1-.467-.192 1.5 1.5 0 0 1-.189-.167c-.244-.253-.452-.66-.659-1.176-.105-.268-.213-.566-.33-.881a28 28 0 0 0-.292-.756c-.034-.082-.065-.163-.102-.247A10.4 10.4 0 0 0 .91 15.905a1 1 0 0 1-.07-.12 1 1 0 0 1-.064-.184l-.011-.05a1.5 1.5 0 0 1-.032-.231 2 2 0 0 1 .002-.26l.004-.073a3 3 0 0 1 .044-.311v-.002q.022-.112.053-.232c.18-.695.586-1.556 1.207-2.488C3.287 10.09 5.388 7.94 8.187 6.101c2.443-1.604 5.13-2.743 7.474-3.216a11.2 11.2 0 0 1 2.452-.24m-2.007.923c-1.601.254-5.374 1.608-8.391 3.636-.679.456-.681.559-.291 1.118-.583 0-1.008-.102-1.653.469-3.576 3.162-4.71 6.603-2.183 6.603 1.167 0 3.236-.562 4.224-.932.17-.064.676-1.383.676-1.685 0-.906.906.85 1.171.725.954-.45 3.035-1.548 5.737-3.498 2.851-2.057 6.479-5.276 3.115-6.181-.295-.08-1.516.1-1.813.2 0-.202-.327-.444-.592-.455m-5.45 3.507c.235.337 1.2.44 1.776.507-.517.327-.764.617-1.05 1.525-1.06-.442-2.294-.22-3.18.304.714-.541 1.19-.732 1.521-1.829.41.087.608-.057.933-.507"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/frontendmentor.svg b/mkdocs-material/material/templates/.icons/simple/frontendmentor.svg new file mode 100644 index 0000000..21609a2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/frontendmentor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.17 1.272a.73.73 0 0 0-.718.732v13.914a.73.73 0 0 0 .732.732.73.73 0 0 0 .732-.732V2.004a.73.73 0 0 0-.745-.732M23.246 5.44a.7.7 0 0 0-.277.063l-6.282 2.804a.733.733 0 0 0 0 1.336l6.282 2.814a.7.7 0 0 0 .3.064.732.732 0 0 0 .297-1.4l-4.786-2.145 4.786-2.137a.734.734 0 0 0 .37-.966.73.73 0 0 0-.69-.433m-22.5 5.032a.732.732 0 0 0-.722.915c1.736 6.677 7.775 11.341 14.683 11.341a.732.732 0 0 0 0-1.464A13.706 13.706 0 0 1 1.44 11.02a.73.73 0 0 0-.694-.547"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/frontify.svg b/mkdocs-material/material/templates/.icons/simple/frontify.svg new file mode 100644 index 0000000..aa8753f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/frontify.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23.13 15.777-2.588-1.495a.75.75 0 0 1-.376-.649v-2.989a1.74 1.74 0 0 0-.872-1.508l-2.588-1.494a.76.76 0 0 1-.375-.651V4.002a1.75 1.75 0 0 0-.871-1.511L12 .496 8.54 2.491a1.75 1.75 0 0 0-.868 1.511v2.989a.76.76 0 0 1-.375.65L4.706 9.137a1.75 1.75 0 0 0-.87 1.508v2.99a.75.75 0 0 1-.375.648l-2.59 1.495A1.75 1.75 0 0 0 0 17.287v3.989l3.46 1.994a1.74 1.74 0 0 0 1.741 0l2.589-1.494a.75.75 0 0 1 .75 0l2.589 1.494a1.75 1.75 0 0 0 1.743 0l2.588-1.494a.75.75 0 0 1 .75 0l2.59 1.494a1.74 1.74 0 0 0 1.741 0L24 21.276v-3.99a1.75 1.75 0 0 0-.87-1.51ZM15.343 4.002v2.989a1.75 1.75 0 0 0 .872 1.508l2.588 1.495a.75.75 0 0 1 .376.65v2.99a1.75 1.75 0 0 0 .87 1.507l2.589 1.495a.75.75 0 0 1 .375.65v2.85l-10.517-6.07V1.928l2.468 1.425a.75.75 0 0 1 .38.65zM1.367 16.636l2.589-1.495a1.75 1.75 0 0 0 .871-1.508v-2.989a.75.75 0 0 1 .374-.65L7.79 8.499a1.75 1.75 0 0 0 .871-1.508V4.002a.75.75 0 0 1 .375-.649l2.471-1.425v12.138L.993 20.136v-2.85a.75.75 0 0 1 .374-.65m18.677 5.784a.75.75 0 0 1-.75 0l-2.588-1.494a1.74 1.74 0 0 0-1.742 0l-2.588 1.494a.75.75 0 0 1-.75 0l-2.589-1.494a1.74 1.74 0 0 0-1.743 0L4.706 22.42a.75.75 0 0 1-.75 0l-2.468-1.425L12 14.919l10.512 6.07Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fsecure.svg b/mkdocs-material/material/templates/.icons/simple/fsecure.svg new file mode 100644 index 0000000..16c0923 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fsecure.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.928 2.946a35.92 35.92 0 0 0-22.228-.6A2.22 2.22 0 0 0 .08 5.094c.4 1.6.98 3.439 1.68 5.108.01.04.03.02.03-.02-.1-.78.5-1.77 1.679-2.13a27.55 27.55 0 0 1 17.381.23c.86.3 1.82-.17 2.099-1.059.7-2.248.98-3.778 1.05-4.157.01-.07-.05-.1-.07-.12zM6.658 7.893c-.86.18-2.05.46-2.94.76-1.778.61-1.698 2.778-.749 3.468.07-.4.5-.95.98-1.13 1.779-.7 3.688-1.119 5.617-1.289-.98-.4-1.94-.97-2.899-1.809m14.163 4.338a21.15 21.15 0 0 0-16.441-.65c-.85.32-1.38 1.35-.85 2.329a38 38 0 0 0 3.148 4.797c-.17-.58.13-1.659 1.27-2.009 3.148-.969 6.456-.56 8.655.33.62.25 1.5.1 1.99-.64a39 39 0 0 0 2.288-4.017c.03-.06 0-.11-.06-.14m-5.107 7.766a9.9 9.9 0 0 1-2.499-1.8c-.34-.34-.84-.829-1.37-1.409-1.199 0-2.368.12-3.617.52-1.16.36-1.27 1.7-.76 2.399.86 1.07 1.46 1.65 2.419 2.639a2.74 2.74 0 0 0 3.818.02 43 43 0 0 0 2.059-2.21c.05-.05.03-.14-.05-.16"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fsharp.svg b/mkdocs-material/material/templates/.icons/simple/fsharp.svg new file mode 100644 index 0000000..923fcac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fsharp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 12 11.39.61v5.695L5.695 12l5.695 5.695v5.695zm7.322 0 4.068-4.068v8.136zM24 12 12.203.61v5.695L17.898 12l-5.695 5.695v5.695z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fubo.svg b/mkdocs-material/material/templates/.icons/simple/fubo.svg new file mode 100644 index 0000000..3f11832 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fubo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.898 16.705H9.114v-.29c-.265.196-.656.416-1.32.416-2.158 0-2.996-1.167-2.996-3.43V9.809h1.783v3.592c-.006.616 0 1.778 1.284 1.778 1.241 0 1.248-1.1 1.248-1.765V9.809h1.783v6.896zM4.101 7.207c-1.961-.216-2.407.233-2.763.7-.316.413-.357.988-.357 1.401v.501H0v1.652h.999v5.244h1.783v-5.244h1.346V9.809h-1.31v-.465c0-.474.38-.533.571-.521l.392.018zM24 13.257c0-1.984-1.594-3.592-3.561-3.592-.835 0-1.603.29-2.21.775.384.44.677.965.85 1.543a1.7 1.7 0 0 1 1.337-.666c.975 0 1.765.86 1.765 1.922s-.79 1.922-1.765 1.922c-.969 0-1.757-.851-1.765-1.904 0-.913-.332-1.747-.878-2.381a3.45 3.45 0 0 0-2.617-1.211c-.651 0-1.261.183-1.783.502V7.259l-1.783.35v9.097h1.783v-.288c.522.319 1.132.432 1.783.432a3.42 3.42 0 0 0 2.176-.781 4.2 4.2 0 0 1-.876-1.537c-.321.429-.8.702-1.336.702-.965 0-1.747-.884-1.747-1.975s.782-1.975 1.747-1.975 1.748.885 1.748 1.976c0 1.984 1.6 3.591 3.566 3.591C22.4 16.849 24 15.241 24 13.257"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fueler.svg b/mkdocs-material/material/templates/.icons/simple/fueler.svg new file mode 100644 index 0000000..01232a4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fueler.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0c1.204 0 2.086 1.932 3.172 2.283 1.126.364 2.978-.67 3.915.009.946.685.527 2.762 1.216 3.704.682.933 2.8 1.175 3.165 2.295.353 1.081-1.207 2.51-1.207 3.709 0 1.198 1.56 2.628 1.207 3.709-.365 1.12-2.483 1.362-3.165 2.295-.69.942-.27 3.02-1.217 3.704-.937.68-2.789-.355-3.914.01C14.086 22.067 13.204 24 12 24s-2.086-1.932-3.172-2.283c-1.126-.364-2.978.67-3.915-.009-.946-.685-.527-2.762-1.216-3.704-.682-.933-2.8-1.175-3.165-2.295-.353-1.081 1.207-2.51 1.207-3.709 0-1.198-1.56-2.628-1.207-3.709.365-1.12 2.483-1.362 3.166-2.295.688-.942.27-3.02 1.216-3.704.937-.68 2.789.355 3.914-.01C9.914 1.933 10.796 0 12 0m-.199 6.34-3.247 6.169c-.158.3.065.653.388.654h1.707c.234 0 .44.193.44.445v3.706c0 .459.603.618.825.218l3.39-6.11a.447.447 0 0 0-.384-.663l-1.85-.002c-.243 0-.44-.2-.44-.445V6.549c0-.464-.613-.619-.829-.21Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fugacloud.svg b/mkdocs-material/material/templates/.icons/simple/fugacloud.svg new file mode 100644 index 0000000..68ef2c5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fugacloud.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.088 13.977-1.102-.637v-2.534l1.101.639 3.174-1.83v2.527zm-14.176.01h-.006l-3.167-1.835V9.625l3.17 1.828 1.098-.637v2.535zm.06-3.548L1.739 8.57V5.946l.97-.556L11.995 0l1.954 1.137 5.957 3.47.201.131 1.03.592.166.095.96.569v2.56l-3.175 1.835-1.1-.636V8.434l-4.95-2.89-1.043-.628-.97.557-5.034 2.95v1.425l-1.018.588m0 4.42 1.018-.58v1.207l6.063 3.542.225-.142.048-.024 5.672-3.317-.012-.426v-.892l1.102.631 3.173-1.833v5.02l-.959.557-1.196.698-.201.119-5.957 3.482L11.994 24l-1.93-1.137-5.969-3.47-.201-.131-1.184-.687-.971-.57v-4.62l.012-.397z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fujifilm.svg b/mkdocs-material/material/templates/.icons/simple/fujifilm.svg new file mode 100644 index 0000000..aa81321 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fujifilm.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.288 10v3.129c0 .204.096.313.3.313h1.034v.352c0 .04-.028.068-.068.068h-1.672c-.518 0-.6-.284-.6-.544v-3.1c0-.148.056-.216.232-.216h.774m-1.916 0v3.656c0 .164-.068.204-.204.204h-.788v-3.655c0-.125.04-.205.216-.205zM0 10.532c0-.3 0-.53.49-.53h2.12v.366c0 .028-.012.054-.054.054H1.28c-.162 0-.244.083-.244.26v.979h1.496v.393c0 .04-.028.054-.056.054h-1.44v1.55c0 .15-.082.204-.246.204H0zm4.148-.531v2.95c0 .26.04.434.216.53.232.136.64.136.884 0 .164-.096.232-.244.232-.53v-2.76c0-.122.04-.19.218-.19h.774v2.853c0 .667-.42.94-.788 1.035a3.6 3.6 0 0 1-1.7 0c-.558-.164-.816-.49-.816-1.035v-2.663c0-.122.04-.204.19-.204h.79M22.872 10c-.19 0-.314.094-.354.272l-.626 2.663h-.014L21.212 10h-.884c-.176 0-.23.08-.23.23v3.644h.38c.054 0 .08-.026.08-.094v-3.06h.056l.802 3.14h.53c.204 0 .272-.08.328-.272l.72-2.868h.054v3.14h.708c.176 0 .244-.069.244-.23V10zm-11.708 2.093h-.992v1.767h.788c.136 0 .204-.04.204-.205zm-.054-.747c.04-.028.054-.056.054-.11V10h-.776c-.176 0-.216.08-.216.204v1.875zm-3.4 2.216c.436-.055.572-.314.572-.695v-2.663c0-.164.08-.204.19-.204h.788v2.513c0 .612-.136.927-.49 1.198-.19.136-.516.3-1.25.3-.408 0-.6-.028-.626-.028-.04-.014-.054-.028-.054-.056v-.326c.204-.014.584 0 .87-.04M12.674 10c-.49 0-.49.244-.49.53v.992c0 .028-.014.028-.014.04l-.68.532h.694v1.766h.788c.164 0 .244-.054.244-.204v-1.562h1.442c.028 0 .054-.014.054-.056v-.394h-1.496v-.98c0-.176.082-.256.26-.256h1.278c.04 0 .054-.028.054-.056V10z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fujitsu.svg b/mkdocs-material/material/templates/.icons/simple/fujitsu.svg new file mode 100644 index 0000000..f591765 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fujitsu.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.56 3c-2.41 0-4.52 1.24-5.88 2.97v3.79c1.82-5.05 5.88-4.68 5.88-4.68 2.94 0 5.28 2.3 5.28 5.12 0 2.84-2.34 5.13-5.28 5.13a5.32 5.32 0 0 1-3.72-1.5l-2.56-2.8a6.06 6.06 0 0 0-4.25-1.71C2.7 9.32 0 11.93 0 15.16 0 18.4 2.7 21 6.03 21c1.87 0 3.55-.81 4.65-2.11v-3.03c-1.8 3.43-4.65 3.06-4.65 3.06-2.13 0-3.86-1.68-3.86-3.76 0-2.06 1.73-3.74 3.86-3.74 1.06 0 2.02.42 2.72 1.08l2.56 2.81a7.5 7.5 0 0 0 5.25 2.12c4.11 0 7.44-3.24 7.44-7.23S20.67 3 16.56 3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/funimation.svg b/mkdocs-material/material/templates/.icons/simple/funimation.svg new file mode 100644 index 0000000..de77dda --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/funimation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0a12 12 0 1 0 12 12A12 12 0 0 0 12 0M7.428 16.06h9.188s-.449 3.278-4.601 3.278c-4.15 0-4.587-3.278-4.587-3.278"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/furaffinity.svg b/mkdocs-material/material/templates/.icons/simple/furaffinity.svg new file mode 100644 index 0000000..f7465c3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/furaffinity.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.7 22.086c-.43-.11-1.068-.505-1.193-.74-.113-.21-.02-1.356.116-1.44.113-.07.113-.265 0-.444-.069-.109-.235-.081-.801.132-.89.335-1.195.336-1.839.01C1.348 19.282.7 18.557.273 17.69c-.45-.914-.388-1.097.518-1.538.392-.19.932-.485 1.2-.655l.485-.31-.049-.724-.05-.725.492-.525.492-.526-.185-.285-.438-.671c-.212-.323-.234-.424-.132-.615.158-.295.095-.347-.256-.213-.157.06-.33.108-.384.108-.133 0-.124-.387.016-.648.158-.296.036-.373-.221-.14-.157.141-.245.162-.331.076-.299-.299.627-2.522 1.193-2.867l.351-.214h-.447c-.247 0-.448-.04-.448-.09 0-.302 1.386-.99 2.37-1.175l.678-.128 1.169-1.878c.643-1.033 1.235-1.932 1.316-2 .313-.26.532-.028 1.471 1.548.524.879.982 1.628 1.018 1.664s.371-.164.743-.446c.83-.627 3.339-2.091 4.391-2.562.588-.262.817-.32.949-.237.142.09.206.518.355 2.364.1 1.24.18 2.61.177 3.045-.007 1.202.004 1.37.09 1.367.043 0 .265-.262.493-.58.702-.981.523-.945 2.491-.508l1.731.384 1.197 1.007c1.127.949 1.378 1.217 1.253 1.342-.03.029-.758.063-1.62.076-1.845.028-2.937.289-3.567.852-.328.294-.366.386-.377.907-.007.319-.009.612-.004.65.005.04.445-.114.977-.342.532-.227 1.042-.413 1.135-.413s.582.416 1.089.926l.921.925-.55 1.06-.552 1.06.5.57c.274.313.485.622.47.686-.044.179-1.023.99-1.195.99-.083 0-.151-.036-.152-.079 0-.043-.09-.228-.202-.41l-.201-.33-.718.199c-.956.265-1.105.253-1.456-.114-.358-.373-.478-.33-.478.173 0 .512-.368 1.125-.83 1.381-.409.227-2.396.944-3.438 1.24a8 8 0 0 0-1.13.43c-1.05.528-1.072.256-.089-1.108.608-.842.946-1.18 2.002-2.007.698-.547 1.29-1.068 1.316-1.16.025-.09.153-.944.284-1.896l.238-1.732-.52-.983c-.518-.978-.52-.984-.34-1.298.098-.173.16-.315.137-.315-.038 0-.784.414-.887.492-.023.018.085.132.24.255.323.253.724.99.904 1.659.137.507.04 2.034-.113 1.792-.057-.09-.09.025-.09.314-.003.465-.376 1.495-.542 1.495-.051 0-.093-.095-.093-.21 0-.117-.048-.212-.106-.212-.065 0-.081.16-.042.41l.066.41-.685-.015c-.502-.01-.738.032-.881.159-.287.253-2.584 1.447-3.396 1.766-1.069.419-1.14.494-1.498 1.602-.176.545-.389 1.096-.473 1.226-.34.521-1.547.87-2.326.67zm1.11-.594c.18-.204.327-.309.327-.231a.45.45 0 0 1-.125.265c-.068.069-.092.158-.051.198.1.1.344-.254.502-.734.153-.463.299-.61.226-.228-.027.143-.025.26.005.26.148 0 .537-.872.724-1.622.28-1.122.361-1.259 1.283-2.13.63-.596.816-.842.91-1.212.192-.748.233-.814.32-.516.044.145.055.382.025.527-.08.403.11.163.607-.763.543-1.011.668-1.105.617-.467l-.038.484.351-.338c.465-.447 1.386-1.672 1.387-1.845 0-.075-.13-.257-.289-.405-.276-.255-.231-.269.25-.075.139.056.156.023.091-.184-.424-1.372-.948-2.169-2.166-3.296-1-.925-1.51-1.273-2.411-1.645l-.727-.299-.658.386c-.614.36-3.89 3.406-3.89 3.617 0 .558 2.683-1.523 3.953-3.064.326-.397.607-.64.74-.64.392-.002 1.555.78 2.428 1.632 1.001.978 1.359 1.584 1.28 2.171-.06.442-.456 1.3-.691 1.495-.13.107-.146.075-.103-.215.027-.189.034-.343.014-.343s-.181.155-.36.343c-.285.303-.317.315-.271.105.063-.289.046-.29-.729-.022a26 26 0 0 1-1.628.47c-1.125.287-1.701.505-2.13.81-.346.246-.372.402-.065.402.124 0 .388.172.586.383l.362.383.165-.236c.155-.221.728-.53.983-.53.063 0-.006.158-.153.35-.24.315-.267.443-.258 1.239.009.824-.03.993-.543 2.363-.303.811-.665 1.628-.804 1.815-.339.455-1.1.887-1.678.952-.444.05-.462.064-.303.24.284.314.759.464 1.05.331.209-.095.243-.088.194.038-.117.306.364.154.69-.219zm-1.664-.97a4 4 0 0 0-.251-.386c-.144-.192-.154-.188-.225.095-.08.317.047.47.39.473.147.001.166-.038.086-.183zm1.443-.68q.291-.291-.127-.482c-.326-.15-.387-.078-.255.3.118.338.191.372.382.182m-3.1-.35c.21-.087.381-.178.381-.201 0-.175-1.24-.886-2.034-1.165a38 38 0 0 1-1.158-.421c-.306-.131.179.609.8 1.22.714.703 1.294.867 2.01.567zm-1.279-.127c-.158-.056-.177-.345-.023-.345.11 0 .269.295.195.359-.022.018-.1.012-.172-.014m-.734-.688c-.2-.26-.242-.381-.149-.439.128-.08.664.352.588.474-.085.138-.32.12-.44-.035zm3.975.296c.813-.147.928-.198 1.245-.557.563-.638.986-1.455.948-1.834-.052-.525-.448-.75-1.425-.805-.451-.026-1.02.006-1.262.072-.582.157-1.206.863-1.45 1.64l-.184.583.276.47c.296.506.547.706.798.637.087-.024.561-.116 1.054-.206m.1-.96c-.11-.134-.106-.192.03-.328.21-.21.397-.099.397.234 0 .293-.22.342-.426.094zm-.953-.638c-.27-.326.26-.736.594-.459.224.186.19.288-.152.465-.273.141-.32.14-.442-.006m1.226-.526c-.161-.161-.162-.193-.013-.343.183-.182.338-.09.395.237.047.268-.162.326-.382.106m4.412 1.437c.425-.182.99-.798.855-.932-.1-.1-1.189.63-1.3.873-.145.319-.157.317.445.06zm-8.732-.641c-.46-.23-.879-.458-.929-.508s.19-.122.546-.163c.7-.079 1.748-.36 1.662-.447-.03-.03-.426.017-.88.105-1.457.28-1.653.294-1.5.109.074-.089.363-.277.642-.418.544-.276.68-.42.236-.251-.602.229-1.204.657-1.204.857 0 .136.77.61 1.44.885.932.383.926.298-.013-.169m10.603-.325c.972-.547.98-.556.391-.48-.636.084-1.04.274-1.04.49a.5.5 0 0 1-.127.299c-.218.218-.023.14.776-.309m8.076-1.603c.037-.565-.019-.588-.69-.283-.496.225-.491.213-.34.761l.11.39.444-.189c.422-.179.446-.212.476-.679m-5.436-.145c.046-.392-.033-.972-.179-1.32-.045-.107-.031-.185.032-.185.117 0 .546 1.053.546 1.342 0 .14.026.149.13.044.247-.246.077-1.808-.293-2.703-.169-.407.257.05.481.515l.208.433-.035-.527c-.062-.934-.38-1.46-1.203-1.993-1.042-.673-1.089-.759-.417-.753.563.004 1.724-.433 1.985-.747.099-.12.085-.133-.077-.071-.12.046-.042-.085.196-.33.518-.533.535-.822.026-.433-.445.338-.466.277-.08-.229.267-.349.293-.47.327-1.494.036-1.091.033-1.11-.165-.932-.123.111-.24.145-.3.086-.23-.227-.43.18-.615 1.258-.105.609-.253 1.258-.33 1.442-.143.347-.665.751-1.323 1.025l-.38.157-.58-.933-.582-.932.32-.064c.297-.06.306-.075.128-.205-.18-.131-.171-.146.113-.209.309-.068.85-.456.761-.545-.026-.026-.2-.005-.384.048-.39.112-.44-.006-.098-.234.13-.087.397-.453.593-.813.327-.603.338-.65.132-.585-.178.056-.246.014-.33-.206a1.8 1.8 0 0 1-.105-.53c0-.182-.045-.237-.157-.194-.222.085-.298-.192-.175-.637.057-.208.082-.378.055-.378-.118 0-1.311.811-1.962 1.334-.79.634-.854.828-.55 1.67.083.231.152.428.153.438 0 .01-.07.006-.158-.007s-.337-.196-.553-.407c-.573-.557-1.494-.93-2.448-.992-.83-.053-.883.098-.083.233.863.146.47.26-.896.26-1.059 0-1.615.052-2.222.207-.99.253-1.374.438-.732.353.554-.074 1.637.055 1.556.185-.033.054-.2.098-.373.098-.573 0-1.49.4-1.95.853-.402.394-1.07 1.528-.963 1.634.025.025.254-.07.509-.213.66-.366 1.57-.708 1.57-.59 0 .055-.102.154-.226.22-.53.285-1.46 1.31-1.46 1.611 0 .027.25-.018.553-.099.305-.08.673-.147.82-.148.248-.001.264.029.232.447l-.034.447.237-.316c.395-.528 2.1-2.244 2.853-2.872.39-.325.697-.604.682-.619s-.204.013-.42.061c-.609.138-.461-.06.214-.285l.606-.202-.395-.075c-.676-.127-.433-.245.304-.146 1.468.197 2.966 1.002 4.336 2.33 1.051 1.02 1.635 1.917 2.014 3.097l.311.972-.5.766c-.659 1.007-.906 1.438-.848 1.48.051.037 1.375.473 1.485.489.037.005.088-.167.113-.382m-9.664-.727 1.053-1.013-.422.068-.421.068.263-.211c.312-.251.258-.269-.224-.072-.195.08-.474.182-.619.225-.262.08-.262.079-.063-.145.438-.49.006-.183-.76.54-.446.42-1 .92-1.232 1.108-.366.298-.387.336-.158.289.145-.03.5-.012.79.039.29.05.575.098.634.105.058.007.58-.444 1.159-1zm-1.747-.388c.327-.297.423-.452.375-.606-.068-.212-.262-.287-.262-.1a.106.106 0 0 1-.106.105c-.058 0-.105-.118-.105-.263q-.002-.51-.414.014c-.276.351-.28.5-.008.355.249-.134.273-.017.056.27-.167.221-.22.718-.068.66.05-.019.29-.215.532-.435m15.769-.113c.443-.196.754-.388.69-.427-.135-.084-1.518.504-1.573.669-.055.163-.008.15.883-.242m-15.231-1.64c-.06-.112-.11-.35-.11-.527 0-.344-.173-.437-.283-.151-.07.183.254.882.41.882.05 0 .043-.092-.017-.204m.38-.272c.063-.164-.127-.473-.291-.473-.108 0-.126.459-.023.562.117.117.25.08.314-.089m4.212-.492.347-.262c.023-.018-.078-.126-.225-.242-.319-.25-.641-.998-.552-1.28.087-.272-.09-.25-.445.056-.252.216-.295.33-.289.768.009.626.309 1.19.634 1.19.124 0 .363-.104.53-.23m-4.962-1.33c-.078-.078-.396.107-.447.26-.02.058.072.155.204.214.211.095.244.077.275-.15.018-.142.004-.288-.032-.324m5.232.016c.106-.096.192-.231.192-.3 0-.208-.378-.484-.564-.413-.203.078-.234.574-.047.76.163.164.189.161.419-.047m5.653-1.38c.377-.361.427-.476.583-1.344.094-.521.244-1.517.334-2.213a87 87 0 0 1 .262-1.89c.055-.345.082-.644.06-.666-.021-.021-.261.616-.533 1.417-.272.8-.52 1.527-.552 1.614-.033.089.062.047.22-.098.152-.14.277-.216.277-.167 0 .271-.39 1.314-.599 1.601-.28.385-.317.542-.083.347.433-.36.226.322-.27.887-.304.345-.318.554-.017.254.238-.239.14.15-.103.41-.378.402-.023.274.421-.152m-4.133-2.467c-.191-.273-.227-.183-.055.138.063.117.139.188.17.158.03-.03-.022-.163-.115-.296m-.64-1.149c.16-.31.156-.343-.125-.817-.208-.352-.303-.44-.33-.31-.047.23-.22.235-.532.016-.24-.167-.24-.166-.172.2.038.201.025.394-.028.427s-.339-.103-.634-.302l-.537-.362-.069.314c-.038.173-.11.314-.16.314-.137 0-.419-.442-.419-.656 0-.331-.148-.201-.599.525l-.44.71.322.034c.177.02.373-.016.435-.079.187-.186 1.744-.127 2.337.089.729.265.763.261.952-.103zm1.1 14.733-.47-.237v-1.264l.79-.394c.435-.216.824-.394.865-.395.106-.002.61.881.61 1.07 0 .159-1.114 1.457-1.25 1.457-.042 0-.287-.106-.545-.237m-1.154-.657c-.196-.202-.335-.386-.31-.41s.223-.117.44-.207l.395-.164v.574c0 .316-.038.574-.084.574s-.245-.165-.44-.367zm2.876-1.33c-.278-.42-.282-.448-.097-.558.107-.063.51-.316.894-.561.691-.441.962-.54.962-.354 0 .116-1.2 1.748-1.356 1.845-.061.038-.243-.13-.403-.373z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/furrynetwork.svg b/mkdocs-material/material/templates/.icons/simple/furrynetwork.svg new file mode 100644 index 0000000..4d5a93a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/furrynetwork.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.91 0C12.79 0 9.69 0 6.6.03c0 .05-.06.05-.09.08a10.5 10.5 0 0 0-3.66 2.57c-.84.87-1.52 1.9-2.06 3-.2.38-.38.79-.55 1.2-.02.08-.05.2-.13.25v6.22c.05.08.05.2.08.3a8.66 8.66 0 0 0 3.42 4.83c.03.03.05.09.11.06-.03-.03-.03-.06-.06-.08-.24-.36-.46-.69-.67-1.04a9.1 9.1 0 0 1-1.28-5.57 10.1 10.1 0 0 1 1.71-4.53 23 23 0 0 1 3.64-4.18A13 13 0 0 1 10.32.98 8.8 8.8 0 0 1 14.74.2c.7.06 1.39.17 2.07.27L17 .5c.08.03.13.03.21.03-.38-.16-.76-.33-1.14-.44-.05-.02-.1-.02-.16-.08zm-1.66.66c-.43.02-.84.05-1.27.13-.74.14-1.44.36-2.15.58a7.5 7.5 0 0 0-1.44.62c-.02 0-.08 0-.08.06h.05a28 28 0 0 1 3.05-.33c.51-.03 1.06 0 1.57.08.76.11 1.47.39 2.12.77a10.8 10.8 0 0 1 4.4 4.7 15.1 15.1 0 0 1 1.38 5.43c.06.65.06 1.34.03 2.02l-.08 1.14c-.03.33-.08.66-.14.99a6 6 0 0 1-.27 1.17 11.7 11.7 0 0 1-1.55 2.73c-.49.66-1.05 1.26-1.6 1.86-.08.08-.13.13-.19.22.06 0 .06-.03.08-.03a17 17 0 0 0 2.31-1.61 10.9 10.9 0 0 0 3.2-4.45l.17-.41h.03v5.87c0 .02 0-9.17.02-15 0 .02 0 .05-.02.07l-.03-.09a10.8 10.8 0 0 0-1.52-2.73 9.7 9.7 0 0 0-3.12-2.64A9.76 9.76 0 0 0 14.25.66m9.63 6.54.01-.02zm-13-3.33c-.4-.04-.8.09-1.19.42a2.3 2.3 0 0 0-.62.9c-.33.8-.38 1.58-.22 2.4.11.63.4 1.18.92 1.58.52.44 1.12.5 1.66.2.33-.2.57-.44.76-.77.33-.57.46-1.2.46-1.85 0-.3-.02-.58-.08-.88a2.8 2.8 0 0 0-.62-1.4 1.7 1.7 0 0 0-1.08-.6zM16 5.15a2.38 2.38 0 0 0-1.72.83c-.3.27-.46.63-.65.98a3.04 3.04 0 0 0-.38 1.53c0 .38.05.74.21 1.1.28.65.8 1 1.44 1 .47 0 .85-.16 1.2-.43a3.75 3.75 0 0 0 1.5-2.57c.05-.46 0-.93-.17-1.4-.16-.4-.4-.75-.82-.92a1.6 1.6 0 0 0-.6-.12zM6.38 7.56c-.44.03-.84.2-1.11.6-.36.5-.47 1.07-.5 1.64-.02.6.12 1.15.39 1.67.22.43.51.82.92 1.1.52.34 1.17.34 1.63.02.27-.2.46-.47.6-.77.27-.63.32-1.3.16-1.99a3.3 3.3 0 0 0-1.06-1.86c-.3-.24-.62-.4-1.03-.4zm11.86 2.64a1.84 1.84 0 0 0-.9.2 3.5 3.5 0 0 0-1.81 1.97 2.44 2.44 0 0 0-.11 1.58c.14.5.4.85.9.99.19.05.4.08.6.08.32 0 .54-.03.8-.17.53-.24.93-.6 1.28-1.03a2.9 2.9 0 0 0 .63-2.46 1.3 1.3 0 0 0-1.09-1.12 2 2 0 0 0-.3-.04m-7.11 1.65c-.08 0-.22 0-.35.03a3.6 3.6 0 0 0-1.5.4c-.6.34-1.1.77-1.57 1.26a10 10 0 0 0-1.39 1.83c-.21.38-.35.8-.32 1.23.03.25.03.47.14.68.3.39.7.66 1.19.77.46.08.92.03 1.38-.03.52-.05 1-.1 1.5-.08.78.05 1.5.3 2.12.79.24.2.46.41.73.6.51.36 1.06.52 1.68.38.52-.1.87-.43.98-.95.1-.44.08-.85.02-1.29a9.5 9.5 0 0 0-.37-1.5 10 10 0 0 0-1-2.26c-.3-.5-.66-.93-1.15-1.26a3.7 3.7 0 0 0-2.09-.6M.11 14.64v2.13c.1.13.16.3.22.46a12.8 12.8 0 0 0 2.41 4.18 9.6 9.6 0 0 0 3.83 2.56c.03 0 .05.03.08.03h8.01c.03-.03.03-.03.05-.03a8.7 8.7 0 0 0 1.99-.9 11.4 11.4 0 0 0 4.26-4.8c.43-1.01.65-2.08.7-3.2a.4.4 0 0 0 0-.24c-.02.02-.05.05-.05.08l-.22.7a8.3 8.3 0 0 1-1.87 3.2 8.1 8.1 0 0 1-2.85 1.91c-.95.39-1.95.55-2.99.6-.76.03-1.49 0-2.22-.05a24 24 0 0 1-3.1-.44 15.5 15.5 0 0 1-3.75-1.36 10.15 10.15 0 0 1-3.3-2.76 7.5 7.5 0 0 1-1.2-2.07"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/fusionauth.svg b/mkdocs-material/material/templates/.icons/simple/fusionauth.svg new file mode 100644 index 0000000..d4c303f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/fusionauth.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0a1.667 1.667 0 0 0-1.666 1.666A1.667 1.667 0 0 0 12 3.334a1.667 1.667 0 0 0 1.666-1.668A1.667 1.667 0 0 0 12 0M9.506 1.145A11.57 11.57 0 0 0 .442 12.317a.716.716 0 0 0 1.075.618.7.7 0 0 0 .358-.6 10.14 10.14 0 0 1 5.06-8.666 10 10 0 0 1 2.696-1.074 2.55 2.55 0 0 1-.125-1.452Zm8.015 1.26a.71.71 0 0 0-.695.713.7.7 0 0 0 .34.61 10.13 10.13 0 0 1 4.545 11.587c.314.046.618.15.894.309q.223.127.42.293a11.57 11.57 0 0 0-5.15-13.43.7.7 0 0 0-.354-.082m-5.519 3.791a6.247 6.247 0 1 0 .002 12.494 6.247 6.247 0 0 0-.002-12.494m0 1.43a4.819 4.819 0 0 1 3.41 8.222 4.817 4.817 0 1 1-3.41-8.222m-.01 2.295c-1.412.014-1.896 1.887-.668 2.584l-.435 2.207a.237.237 0 0 0 .234.281h1.772a.236.236 0 0 0 .234-.281l-.438-2.207a1.38 1.38 0 0 0 .692-1.202 1.38 1.38 0 0 0-1.39-1.382zm-9.324 6.242a1.667 1.667 0 0 0-1.666 1.666 1.667 1.667 0 0 0 1.666 1.668 1.667 1.667 0 0 0 1.666-1.668 1.667 1.667 0 0 0-1.666-1.666m18.664 0a1.667 1.667 0 0 0-1.666 1.666 1.667 1.667 0 0 0 1.666 1.668 1.667 1.667 0 0 0 1.666-1.668 1.667 1.667 0 0 0-1.666-1.666M4.655 19.427a2.5 2.5 0 0 1-.702.608 2.6 2.6 0 0 1-.468.207 11.576 11.576 0 0 0 14.208 2.273.713.713 0 0 0 0-1.238.7.7 0 0 0-.703-.012 10.13 10.13 0 0 1-10.052-.05 10.2 10.2 0 0 1-2.283-1.788"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/futurelearn.svg b/mkdocs-material/material/templates/.icons/simple/futurelearn.svg new file mode 100644 index 0000000..18716fe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/futurelearn.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.081.61v7.566h-7.223v6.661H7.566v6.634H0v1.92h9.471v-6.649h7.306v-6.66H24V.61Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/g2.svg b/mkdocs-material/material/templates/.icons/simple/g2.svg new file mode 100644 index 0000000..6f3b6b3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/g2.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0a12 12 0 1 0 0 24 12 12 0 0 0 0-24m.122 5.143c.45 0 .9.044 1.342.132l-1.342 2.806C9.962 8.08 8.203 9.84 8.203 12s1.76 3.92 3.92 3.92c.937 0 1.844-.338 2.553-.951l1.483 2.572A6.856 6.856 0 0 1 5.266 12a6.856 6.856 0 0 1 6.856-6.856Zm3.498.49h.026q.639 0 1.101.34.465.345.466.946c0 .639-.36 1.03-1.035 1.376l-.377.191c-.403.204-.602.385-.657.706h2.05v.85h-3.101v-.144q-.001-.788.314-1.306.315-.517 1.102-.917l.242-.117c.427-.216.538-.401.538-.625 0-.266-.228-.458-.6-.458-.44 0-.773.228-1.004.694l-.592-.595q.196-.417.619-.675a1.7 1.7 0 0 1 .908-.266m-2.094 5.388h3.394l1.697 2.937-1.697 2.94-1.697-2.94H11.83z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/g2a.svg b/mkdocs-material/material/templates/.icons/simple/g2a.svg new file mode 100644 index 0000000..813e273 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/g2a.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m24 15.419-3.157-6.015a1.7 1.7 0 0 0-.467-.566 1.3 1.3 0 0 0-.793-.257 1.24 1.24 0 0 0-.772.257 1.7 1.7 0 0 0-.467.566 1739 1739 0 0 1-3.178 6.015h1.739l2.678-5.133 1.258 2.412h-1.937l.683 1.306h1.935l.739 1.415zm-20.513-1.46a1.94 1.94 0 1 1 0-3.879l3.934-.003V8.621H3.395a3.399 3.399 0 0 0 0 6.798H7.42v-4.128H3.053v1.457h2.845v1.214zm7.23-1.211h3.065a2.063 2.063 0 0 0 0-4.127h-3.646c-.804 0-1.456.652-1.457 1.456h4.997a.616.616 0 0 1 .62.591.606.606 0 0 1-.59.623h-3.2c-1.073 0-1.942.87-1.942 1.943v2.185h5.453l.772-1.457h-4.701v-.584a.63.63 0 0 1 .63-.63"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/g2g.svg b/mkdocs-material/material/templates/.icons/simple/g2g.svg new file mode 100644 index 0000000..5a2ac56 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/g2g.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0v4.357h19.643v6.43H24V0zm0 6.44V24h24V12.805H6.648v4.36h12.995v2.478H4.357v-8.846h12.995V6.439H0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/galaxus.svg b/mkdocs-material/material/templates/.icons/simple/galaxus.svg new file mode 100644 index 0000000..4f80df4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/galaxus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 6.181c3.604 0 6.53 3.111 6.53 6.943s-2.926 6.942-6.53 6.942-6.53-3.111-6.53-6.942S8.396 6.181 12 6.181m2.506-3.088c-.101.258-.209.531-.209.733 0 .245.072.458.144.673.043.127.086.254.114.389.024.11-.014.174-.078.283-.04.069-.092.157-.145.288a1 1 0 0 0-.078-.019 7.36 7.36 0 0 0-4.515.002l-.023.005-.05.013a2 2 0 0 0-.146-.289c-.062-.107-.099-.169-.076-.277q.046-.195.114-.384c.072-.216.145-.431.145-.676 0-.205-.108-.478-.21-.736-.091-.232-.178-.451-.178-.599 0-.192.384-.462.783-.744.253-.179.513-.362.685-.532.158-.156.315-.357.465-.55.271-.348.524-.673.739-.673h.039c.213.012.463.331.729.672.15.191.305.39.462.545.171.169.43.351.682.53.4.282.785.554.785.745 0 .148-.087.368-.178.601M5.054 9.69a3.45 3.45 0 0 0-1.467-.273c-1.659.036-1.694-3.348-1.384-3.553.257-.169 3.032-.061 4.656 1.293A8.1 8.1 0 0 0 5.054 9.69m1.361 10.137c-.163 1.58-3.578 1.29-3.748.971-.16-.3.184-3.356 2.311-4.417a8.1 8.1 0 0 0 1.661 2.494c-.107.246-.183.557-.224.952m12.607-3.445c2.135 1.068 2.542 4.185 2.382 4.486-.17.318-3.658.538-3.82-1.04a3.2 3.2 0 0 0-.224-.952 8.1 8.1 0 0 0 1.662-2.494m-6.96 4.78q.548 0 1.091-.082c-.117 1.287.312 2.387 1.562 2.599a.3.3 0 0 0 .091-.002.3.3 0 0 1 .082-.004c-.53.251-1.112.397-1.728.293-1.43-.243-2.425-1.496-2.421-2.926q.645.12 1.323.122m5.08-14.006c1.623-1.353 4.398-1.461 4.654-1.292.311.205.276 3.59-1.383 3.553a3.46 3.46 0 0 0-1.468.273 8.1 8.1 0 0 0-1.803-2.534"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gameandwatch.svg b/mkdocs-material/material/templates/.icons/simple/gameandwatch.svg new file mode 100644 index 0000000..535320d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gameandwatch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.595 1.912c.59 0 .985.279 1.21.74q.118.247.164.518l.021.147.01.148v17.223c0 .59-.254.987-.677 1.21a1.7 1.7 0 0 1-.573.179l-.15.011H1.558c-.647 0-1.085-.245-1.337-.657a1.5 1.5 0 0 1-.208-.582L0 20.694V3.474C0 2.82.277 2.38.737 2.132a1.8 1.8 0 0 1 .52-.184l.146-.024.146-.011Zm0 .256H1.528a1.6 1.6 0 0 0-.668.186c-.344.188-.559.494-.598.959l-.007.16v17.218c.01.215.073.424.185.607.184.303.491.495.958.53l.162.006h21.036a1.4 1.4 0 0 0 .607-.16c.304-.16.496-.425.535-.829l.007-.158V3.467a2 2 0 0 0-.028-.252 1.7 1.7 0 0 0-.142-.451c-.184-.378-.495-.596-.98-.596m-6.099 12.94c.97 0 1.822.531 2.296 1.303l.09.157h-1.03a1.84 1.84 0 0 0-1.356-.61 1.844 1.844 0 1 0 1.26 3.189l.11-.113h1.025a2.694 2.694 0 1 1-2.395-3.927zm-13.76.175v3.545l2.35-3.538v-.007h.879v3.545l2.353-3.542h1.055L5.965 20.42h-.88v-3.54l-2.348 3.54h-.88v-5.137zm8.072.001v5.135h-.88V19.32H8.303l-.728 1.096H6.52l3.408-5.132zm3.211 0v.878h-.994v4.256h-.88v-4.256l-.994.001v-.88zm5.968 0v2.067h1.588v-2.068h.88v5.135h-.88V18.23h-1.588v2.188h-.878v-5.135Zm-10.06 1.59-1.041 1.568h1.042Zm1.666-7.391c.331-.002.65.128.886.36.201.202.312.468.312.75 0 .471-.219.773-.489 1.01l-.092.078.676.623.454-1.023h.862l-.705 1.587 1.216 1.123-.536.58-1.022-.946c-.317.624-.73 1.027-1.562 1.027-.441 0-.84-.158-1.127-.444a1.56 1.56 0 0 1-.44-1.11c0-.762.426-1.13.916-1.477-.264-.232-.53-.545-.53-1.028 0-.695.6-1.11 1.18-1.11zm.955 3.581-.99-.914-.262.188c-.34.25-.481.422-.481.76a.76.76 0 0 0 .208.553.78.78 0 0 0 .57.212c.438 0 .636-.133.878-.63zm-.955-2.792a.45.45 0 0 0-.243.068l-.067.052a.27.27 0 0 0-.083.2c0 .212.155.354.408.557.29-.214.396-.335.396-.556a.26.26 0 0 0-.082-.192.48.48 0 0 0-.33-.13zM6.97 5.07h-.933a1.88 1.88 0 1 0 .168 1.878h-1.66v-.855h2.65l.002.06A2.696 2.696 0 0 1 4.5 8.85a2.698 2.698 0 1 1 2.47-3.78m15.11-1.561v.879h-1.79v1.298h1.79v.879h-1.79v1.197h1.79v.879h-1.79l-.88.004V3.509zm-11.142 0v5.135h-.88v-1.1H8.433l-.728 1.098H6.65l3.408-5.133Zm7.761-.001v5.135h-.879V5.098l-2.35 3.539v.006h-.879V5.098L12.238 8.64h-1.055l3.408-5.132h.88v3.538l2.35-3.54zm-8.641 1.59L9.017 6.666h1.04z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gamebanana.svg b/mkdocs-material/material/templates/.icons/simple/gamebanana.svg new file mode 100644 index 0000000..aaf1dd0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gamebanana.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.249 0v3h1.5V1.5h1.505V3h-1.505v4.5h1.5v-3h3.002V3h-1.505V0Zm6.002 4.498v1.5h1.5V4.501Zm1.5 1.5v10.503h1.5V5.998Zm0 10.503h-1.5V19.5h1.5zm-1.5 2.998h-1.505v1.5h1.5zm-1.5 1.5h-3.002v1.5h3.001zm-3.002 1.5H6.75V24h9zm-8.999 0V21h-3v1.5zm-3-1.5v-1.497H2.248v1.5zm-1.501-1.497v-2.997H9.75v-1.5H.748v4.497zm7.502-4.497h2.997v-1.5H9.751Zm2.997-1.5h1.5v-1.501h-1.5zm1.5-1.501h1.501V7.506h-1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gamedeveloper.svg b/mkdocs-material/material/templates/.icons/simple/gamedeveloper.svg new file mode 100644 index 0000000..073ccc3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gamedeveloper.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.955 11.956a.84.84 0 0 0-.837-.796H17.37V1.9q0-.028-.002-.055a.84.84 0 0 0-.494-.806A11.9 11.9 0 0 0 12 0a11.9 11.9 0 0 0-8.454 3.515A11.98 11.98 0 0 0 .043 12c0 1.62.316 3.192.94 4.672a11.9 11.9 0 0 0 2.563 3.813 12 12 0 0 0 3.799 2.572C8.82 23.683 10.386 24 12 24s3.18-.317 4.655-.943a11.9 11.9 0 0 0 3.799-2.572A11.98 11.98 0 0 0 23.957 12q0-.022-.002-.044m-4.685 7.343a10.24 10.24 0 0 1-7.272 3.022 10.23 10.23 0 0 1-7.273-3.022A10.3 10.3 0 0 1 1.714 12a10.31 10.31 0 0 1 6.281-9.511 10.2 10.2 0 0 1 4.003-.809 10.2 10.2 0 0 1 3.694.688v8.792h-3.765a.84.84 0 0 0 0 1.68h3.729a3.78 3.78 0 0 1-1.205 2.012 3.75 3.75 0 0 1-2.458.92A3.77 3.77 0 0 1 8.235 12a3.77 3.77 0 0 1 3.758-3.772.84.84 0 0 0 0-1.68 5.39 5.39 0 0 0-3.841 1.597A5.43 5.43 0 0 0 6.559 12c0 1.457.564 2.825 1.591 3.855a5.38 5.38 0 0 0 3.841 1.597 5.43 5.43 0 0 0 3.555-1.329 5.46 5.46 0 0 0 1.813-3.281h4.89a10.3 10.3 0 0 1-2.979 6.457"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gamejolt.svg b/mkdocs-material/material/templates/.icons/simple/gamejolt.svg new file mode 100644 index 0000000..6d013e6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gamejolt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.353 0v2.824H4.94v2.823H3.53v2.824H2.118v2.823H.706v2.824h8.47v2.823H7.765v2.824H6.353v2.823h1.412v-1.412h1.411v-1.411h1.412v-1.412H12V16.94h1.412v-1.41h1.412v-1.411h1.411v-1.412h1.412v-1.412h1.412V9.882h1.412V8.471h1.411V7.059h-4.235V5.647h1.412V4.235h1.412V2.824h1.411V1.412h1.412V0zm0 22.588H4.94V24h1.412zM7.765 2.824h9.882v1.411h-1.412v1.412h-1.411V7.06h-1.412v1.41H12v1.411h1.412v1.412H12V9.882h-1.412v1.412H9.176V9.882H7.765v1.412H6.353V9.882H4.94V8.471h1.412V5.647h1.412zM6.353 8.47v1.411h1.412v-1.41zm2.823 1.411h1.412v-1.41H9.176zm5.648 0h1.411v1.412h-1.411Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gameloft.svg b/mkdocs-material/material/templates/.icons/simple/gameloft.svg new file mode 100644 index 0000000..64ac505 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gameloft.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.841 18.938c.494.86 1.247 1.262 2.192 1.368 3.394.387 13.519.176 13.534.176 2.402 0 4.33-1.1 4.852-3.372.133-.579.238-2.54.117-4.619-.126-2.16-1.11-3.587-4.048-3.787-3.901-.264-9.42-.14-11.651.09-1.193.124-1.887.939-1.872 2.05.036 2.647.065 3.054.093 3.197 1.185.17 1.17.18 1.206.116.21-.385.596-.642 1.032-.688.503-.066.124-.046 10.598-.205.41 0 .653.185.729.588.086.522.102 1.054.047 1.58-.034.45-.404 1.166-1.08 1.175-.015 0-7.503.035-11.076-.13-1.08-.05-2.263-1.114-2.263-3.094 0-.841 0-3.548.07-4.39A2.235 2.235 0 0 1 5.174 6.96c1.333-.242 13.753-.095 14.542.085 2.241.513 2.43 3.198 2.437 3.255.21 1.543.23 3.283.211 4.855-.046 3.548-1.371 4.327-1.814 4.84-.133.154.039.225.3.415 1.115-.209 2.708-1.427 3.02-4.011.12-.999.213-3.283.02-7.382-.125-2.661-1.243-4.954-4.952-5.376-3.217-.366-10.3-.074-13.482 0C-.097 3.767.008 6.937.006 8.229c-.021 8.174-.014 9.233.836 10.709Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gamemaker.svg b/mkdocs-material/material/templates/.icons/simple/gamemaker.svg new file mode 100644 index 0000000..e010af1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gamemaker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.012 11.994 12.006 0l11.982 12.006h-6.831l-5.163-5.151-5.151 5.151 5.163 5.151v-5.151h5.151v6.903L12.006 24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/garmin.svg b/mkdocs-material/material/templates/.icons/simple/garmin.svg new file mode 100644 index 0000000..e4c5141 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/garmin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.265 12.024a.29.29 0 0 0-.236-.146h-.182a.29.29 0 0 0-.234.146l-1.449 3.025c-.041.079.004.138.094.138h.335c.132 0 .193-.061.228-.134.037-.073.116-.234.13-.266.02-.045.083-.071.175-.071h1.559c.089 0 .148.016.175.071.018.035.098.179.136.256a.24.24 0 0 0 .234.142h.486c.089 0 .13-.069.098-.132-.034-.061-1.549-3.029-1.549-3.029m-.914 2.224c-.089 0-.132-.067-.094-.148l.571-1.222c.039-.081.1-.081.136 0l.555 1.222c.037.081-.006.148-.096.148zm12.105-2.201v3.001c0 .083.073.138.163.138h.396c.089 0 .163-.057.163-.146v-2.998c0-.089-.059-.163-.148-.163h-.411c-.09-.001-.163.054-.163.168m-6.631 1.88c-.051-.073-.022-.154.063-.181 0 0 .342-.102.506-.25q.247-.22.246-.636a1 1 0 0 0-.096-.457.8.8 0 0 0-.27-.303 1.3 1.3 0 0 0-.423-.171c-.165-.035-.386-.047-.386-.047a9 9 0 0 0-.325-.008H8.495a.164.164 0 0 0-.163.163v2.998c0 .089.073.146.163.146h.388c.089 0 .163-.057.163-.146v-1.193s.002 0 .002-.002l.738-.002c.089 0 .205.061.258.134l.766 1.077c.071.096.138.132.228.132h.508c.089 0 .104-.085.073-.128-.032-.038-.794-1.126-.794-1.126m-.311-.61a2 2 0 0 1-.213.028 9 9 0 0 1-.325.006h-.763a.164.164 0 0 1-.163-.163v-.608c0-.089.073-.163.163-.163h.762c.089 0 .236.004.325.006 0 0 .114.004.213.028a.6.6 0 0 1 .24.098.36.36 0 0 1 .126.148.47.47 0 0 1 0 .374.35.35 0 0 1-.126.148.6.6 0 0 1-.239.098m11.803-1.439c-.089 0-.163.059-.163.146v1.919c0 .089-.051.11-.114.047l-1.921-1.992a.38.38 0 0 0-.276-.118h-.362c-.114 0-.163.061-.163.122v3.068c0 .061.059.12.148.12h.362c.089 0 .152-.049.152-.132l.002-2.021c0-.089.051-.11.114-.045l2.004 2.082a.36.36 0 0 0 .279.116h.272a.164.164 0 0 0 .163-.163v-2.986a.164.164 0 0 0-.163-.163zm-7.835 1.87c-.043.079-.116.077-.159 0l-.939-1.724a.26.26 0 0 0-.236-.146h-.51a.164.164 0 0 0-.163.163v2.996c0 .089.059.15.163.15h.317c.089 0 .154-.057.154-.142 0-.041.002-2.179.004-2.179.004 0 1.173 2.177 1.173 2.177a.105.105 0 0 0 .189 0s1.179-2.173 1.181-2.173c.004 0 .002 2.11.002 2.173 0 .087.069.142.159.142h.364c.089 0 .163-.045.163-.163V12.04a.164.164 0 0 0-.163-.163h-.488a.27.27 0 0 0-.244.142zM0 13.529c0 1.616 1.653 1.697 1.984 1.697 1.098 0 1.561-.297 1.58-.309a.29.29 0 0 0 .152-.264v-1.116a.186.186 0 0 0-.187-.187H2.151c-.104 0-.171.083-.171.187v.116c0 .104.067.187.171.187h.797a.14.14 0 0 1 .14.14v.52c-.157.065-.874.274-1.451.136-.836-.199-.901-.89-.901-1.096 0-.173.053-1.043 1.079-1.13.831-.071 1.378.264 1.384.268.098.051.199.014.254-.089l.104-.209c.043-.085.028-.175-.077-.246-.006-.004-.59-.319-1.494-.319C.055 11.813 0 13.354 0 13.529m22.134-2.478h-2.165c-.079 0-.148-.039-.187-.108s-.039-.146 0-.215l1.084-1.874a.21.21 0 0 1 .187-.108.21.21 0 0 1 .187.108l1.084 1.874a.2.2 0 0 1 0 .215.22.22 0 0 1-.19.108m1.488 3.447c.207 0 .378.169.378.378a.38.38 0 0 1-.378.378.38.38 0 0 1-.378-.378.38.38 0 0 1 .378-.378m.002.7c.173 0 .305-.14.305-.321s-.13-.321-.305-.321-.307.14-.307.321c0 .18.13.321.307.321m-.146-.543h.169q.152 0 .152.124c0 .071-.045.122-.114.122l.126.195h-.077l-.124-.195h-.061v.195h-.073v-.441zm.073.189h.085c.055 0 .091-.012.091-.069 0-.051-.045-.065-.091-.065h-.085z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gatling.svg b/mkdocs-material/material/templates/.icons/simple/gatling.svg new file mode 100644 index 0000000..712346b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gatling.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.136 17.306a5.4 5.4 0 0 0 1.683-1.56h.774a.713.713 0 0 0 .712-.712.713.713 0 0 0-.712-.713h-.062c.148-.454.246-.92.27-1.412h.762a.713.713 0 0 0 .712-.712.713.713 0 0 0-.712-.713h-.786a5.4 5.4 0 0 0-.344-1.412h.147a.713.713 0 0 0 .713-.713.713.713 0 0 0-.713-.712h-.958a5.48 5.48 0 0 0-4.262-2.051h-1.216c-.761 0-1.498.16-2.161.454h1.277c2.948 0 5.367 2.42 5.367 5.368 0 2.726-2.05 4.986-4.691 5.33-.16.012-.32.025-.492.025H8.917a6.6 6.6 0 0 0 2.248-2.027.4.4 0 0 0 .123.012h4.814a.713.713 0 0 0 .713-.712.713.713 0 0 0-.713-.712h-4.188a7 7 0 0 0 .369-1.413h5.514a.713.713 0 0 0 .713-.712.713.713 0 0 0-.713-.713h-5.453a6.7 6.7 0 0 0-.27-1.412h4.053a.713.713 0 0 0 .712-.713.713.713 0 0 0-.712-.712h-4.68a6.58 6.58 0 0 0-5.65-3.23h-.466A6.58 6.58 0 0 0 0 8.18a5.85 5.85 0 0 1 4.434-2.027 5.85 5.85 0 0 1 5.503 3.857H6.964a3.22 3.22 0 0 0-2.53-1.228c-1.781.025-3.218 1.462-3.218 3.243s1.45 3.23 3.23 3.23a3.21 3.21 0 0 0 2.58-1.29H3.955a2.566 2.566 0 0 1 2.567-2.567h3.746q.037.314.037.627a5.866 5.866 0 0 1-5.859 5.858A5.88 5.88 0 0 1 .123 15.98a6.57 6.57 0 0 0 5.22 2.592h9.63c4.986 0 9.027-.295 9.027-.675 0-.246-1.977-.48-4.864-.59"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gatsby.svg b/mkdocs-material/material/templates/.icons/simple/gatsby.svg new file mode 100644 index 0000000..2443fd6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gatsby.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.6 0 12 0m0 2.571c3.171 0 5.915 1.543 7.629 3.858l-1.286 1.115C16.886 5.572 14.571 4.286 12 4.286c-3.343 0-6.171 2.143-7.286 5.143l9.857 9.857c2.486-.857 4.373-3 4.973-5.572h-4.115V12h6c0 4.457-3.172 8.228-7.372 9.17L2.83 9.944C3.772 5.743 7.543 2.57 12 2.57zm-9.429 9.6 9.344 9.258c-2.4-.086-4.801-.943-6.601-2.743s-2.743-4.201-2.743-6.515"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gcore.svg b/mkdocs-material/material/templates/.icons/simple/gcore.svg new file mode 100644 index 0000000..f4d3ba7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gcore.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.285 12c0 6.627-5.36 12-11.973 12-2.67 0-5.138-.877-7.13-2.358a11.04 11.04 0 0 0 5.392 1.418c2.78 0 5.455-1.054 7.492-2.945a11.06 11.06 0 0 0 3.5-7.263 8 8 0 0 0 .05-.787c.01-.418-.066-1.08-.075-1.296l-.01.01a24 24 0 0 0-.102-.814h-8.687c-.748 1.398-1.486 2.802-2.226 4.204h6.565a6.9 6.9 0 0 1-1.075 2.019 6.8 6.8 0 0 1-2.403 1.98 6.8 6.8 0 0 1-3.03.709 6.8 6.8 0 0 1-2.358-.425 6.85 6.85 0 0 1-3.263-2.514A6.9 6.9 0 0 1 1.715 12a6.9 6.9 0 0 1 .522-2.631 6.9 6.9 0 0 1 1.486-2.231 6.8 6.8 0 0 1 2.226-1.49 6.9 6.9 0 0 1 2.625-.523 6.82 6.82 0 0 1 4.043 1.32c.663-1.237 1.317-2.479 1.973-3.72a11.03 11.03 0 0 0-11.374-.396A11.94 11.94 0 0 1 10.312 0c6.612 0 11.973 5.373 11.973 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gdal.svg b/mkdocs-material/material/templates/.icons/simple/gdal.svg new file mode 100644 index 0000000..d25dfa4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gdal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.326 13.627.034-.034zm-.229.225-.008-.043.005.047Zm-.293-4.662-.003.001h.025zm1.349 10.05.19.702a1.3 1.3 0 0 0-.011-.49.54.54 0 0 0-.179-.211m-2.111.41h.493l-.246-1.015zM9.88 21.609a3.8 3.8 0 0 0 .713-2.418 3.15 3.15 0 0 0-1.021-2.714 2.65 2.65 0 0 0-1.593-.443h-1.74v6.478h1.74a2.3 2.3 0 0 0 1.9-.903m-.46-1.991a3.1 3.1 0 0 1-.4 1.141 1.31 1.31 0 0 1-1.127.57h-.548V17.22h.541a1.35 1.35 0 0 1 1.138.532 2.35 2.35 0 0 1 .406 1.457 2.6 2.6 0 0 1-.01.408m6.616 2.901v.294h-.3l.043.046a8 8 0 0 1-.878.119c.056-.07.07-.13-.108-.138.004-.011.012-.017.017-.027h-.527l-.056-.23-.293-1.211H12.66l-.29 1.21-.056.23h-1.828l.104-.38 1.787-6.478.06-.22h.36a.5.5 0 0 0-.11-.094c-.167-.079-.26.034-.435.01a2.6 2.6 0 0 1-.516-.243.94.94 0 0 1-.569-.546 2 2 0 0 0-.404-.56c-.169-.204-.222-.38-.482-.434-.03-.007.064.215.074.233a5 5 0 0 0 .344.483c.165.232.095.276-.073.051-.192-.257-.415-.513-.581-.786-.063-.103-.051-.17-.155-.267-.1-.095-.232-.14-.333-.23a1.18 1.18 0 0 1-.388-.84 11.4 11.4 0 0 0-2.146 2.122.44.44 0 0 1-.357.187.5.5 0 0 1-.166-.033.436.436 0 0 1-.265-.474l.58-3.563a8.44 8.44 0 0 0-.876 7.31v-2.327h2.039c1.33 0 2.915.6 2.915 3.458a4.1 4.1 0 0 1-.779 2.604 2.7 2.7 0 0 1-.8.675 8.75 8.75 0 0 0 9.345.342h-2.545ZM5.725 6.435a.33.33 0 0 0 .103.23c.017.016.045.014.066.027a.3.3 0 0 0 .164.066l.006-.002.002.001a.33.33 0 0 0 .165-.049l.705-.435.815.59-1.219 7.498a.14.14 0 0 0 .084.15.14.14 0 0 0 .05.009.14.14 0 0 0 .112-.059A13.87 13.87 0 0 1 14.9 9.556a.14.14 0 0 0 .108-.123.14.14 0 0 0-.089-.137L7.957 6.74l-.162-.998.687-.423a.367.367 0 0 0-.017-.575l-.967-.522a.7.7 0 0 0-.097-.278l-.314-.509.29-.178.288.849 3.33-2.228-.163-.477L10.355 0l-.953.637-2.377 1.59.277.814-.332.205-.421-.683a.713.713 0 0 0-.978-.232l-.735.454a.71.71 0 0 0-.232.978l.421.683-.3.185-.293-.862-1.665 1.114-1.665 1.114.64 1.88 1.994-1.335 1.335-.893-.273-.8.172-.107.172-.106.314.509a.7.7 0 0 0 .238.225Zm2.272.61 6.391 2.346a14.42 14.42 0 0 0-7.504 4.503Zm-.11 10.476h-.241v3.507h.247a1.01 1.01 0 0 0 .884-.444 2.33 2.33 0 0 0 .352-1.374 2.07 2.07 0 0 0-.344-1.275 1.06 1.06 0 0 0-.899-.414m7.174-8.475c.011-.089-.04-.1-.166-.185a1.5 1.5 0 0 0-.46-.286c-.207-.04-.287.015-.329.103l.914.335c.017.006.025.025.04.033m-4.01-.124a3.6 3.6 0 0 1 .614.008c.081.01.355.1.43.06a.25.25 0 0 0 .05-.103l-.43-.158a.57.57 0 0 1-.38.055c-.218-.03-.447-.1-.635.087.104.062.39.302.351.051M9.093 11.49a1 1 0 0 0-.06-.073l-.105-.164a1.4 1.4 0 0 0-.278-.38 7 7 0 0 0-.453-.338 7.8 7.8 0 0 1 2.707-2.103L9.66 7.975a8.8 8.8 0 0 0-1.738 1.4l-.583 3.59a15 15 0 0 1 1.754-1.475m5.175-4.832a8.8 8.8 0 0 0-3.57.769l1.751.643a.6.6 0 0 1 .226-.25h-.028a7.8 7.8 0 0 1 2.68-.095c-.12.062-.032.104-.119.167a3.3 3.3 0 0 1-.661.299c.252 0 .863.233.98-.116l-.244-.037a2.2 2.2 0 0 1 .5-.239 7.8 7.8 0 0 1 4.122 2.246h-.023a1.24 1.24 0 0 0-.757.175 1 1 0 0 1-.289.19c-.111.031-.232.004-.343.041-.399.134-.336.978-.862.85-.247-.06-.421-.348-.546-.536-.11-.166-.309-.303-.174-.51-.061.016-.127-.002-.188.01.085-.183.367-.167.414-.26.118-.234-.322-.259-.447-.291.15-.158.226.053.375.017.142-.035-.076-.22-.16-.24-.032-.008-.533.136-.243-.12l-1.074-.676c-.06.251.477.393.652.482-.027.103-.19.254-.315.21-.118-.042-.07-.234-.248-.215-.127.291.269.206.305.384.042.203-.15.117-.223.114-.017-.001-.154-.14-.161-.035-.01.126.218.077.234.204a.9.9 0 0 1-.596-.214.42.42 0 0 1-.277.225l-.023.006a1.4 1.4 0 0 0 .195.055c.149.018.233.222.314.305.054.055.15.173.245.16.15-.02.087-.15.173-.209.233-.159.294.057.387.273a.94.94 0 0 0 .324.409c.072.06.388.277.358.41-.02.09-.38.226-.477.256-.353.11-1.014-.18-1.085.372.137-.05.526-.364.643-.215.053.067-.043.165-.02.232.067.2.223.13.388.099l-.035.018c.225-.114.202-.09.305-.275a1.3 1.3 0 0 1 .131-.25c.164-.149.189-.047.29.068.027.03.277.386.188.368a1.06 1.06 0 0 0-.813.107 2.2 2.2 0 0 1-.437.274c-.04.014-.334.041-.3-.008.051-.073.227-.12.296-.199-.192-.077-.352.094-.502.195-.16.075-.197.213-.333.335-.06.053-.172.063-.23.132-.057.068-.064.175-.117.24-.038.044-.134.017-.174.085-.05.089.047.171.026.235-.04.116-.263.215-.35.299a1.3 1.3 0 0 0-.229.225 2.5 2.5 0 0 1 .102.574c-.09.264-.265-.143-.335-.248-.243-.361-.73-.12-1.061-.09a.728.728 0 0 0-.579 1.023.516.516 0 0 0 .58.245c.216-.044.28-.342.484-.347.373-.01.008.361-.024.497-.03.126.046.138.178.17.097.022.235-.042.319.013a.1.1 0 0 1 .029.045h.418l.06.222.12.444a.4.4 0 0 1 .06 0c.323.082.169-.023.452-.192.192-.114.223.021.354.022.089 0 .145-.127.294-.09.121.03.17.123.314.144.058.009.118-.02.174-.015v-.535h1.706v1.797a.6.6 0 0 0 .107-.076.6.6 0 0 1-.107.076c-.05.028-.098.046-.098.011 0 .023.05.057.098.087.023.015.05.031.06.039.094-.301.248-.108.434-.033a4 4 0 0 0 .52.106 1.4 1.4 0 0 1 .563.244c.128.139.04.364-.055.502-.123.18-.309.25-.386.462a3.4 3.4 0 0 0-.05.526c-.046.253-.084.164-.25.319-.138.13-.001.107-.19.19-.19.083-.358.058-.49.264l.014-.04a1.7 1.7 0 0 0-.11.285 1 1 0 0 1-.06.077v.458h1.817v1.203a8.6 8.6 0 0 0 3.498-6.902 8.73 8.73 0 0 0-8.79-8.671m-1.06 1.376c.165-.06.637-.004.696-.158a4.1 4.1 0 0 0-1.029.227 1 1 0 0 0-.118.08l.25.091c.056-.131.035-.18.2-.24m1.232 2.808c.231-.169.18-.179.096-.447a1.7 1.7 0 0 1-.103-.418 14 14 0 0 0-1.648.51c.2.11.466.181.615.247.131.06.517.14.588.238.097.133-.082.256.118.35a.25.25 0 0 0 .252-.026c.09-.1-.036-.123-.058-.238-.042-.222.027-.134.14-.216m-1.773 5.192-1.786 6.478h1.198l.172-.72.173-.72h1.746l.349 1.44h1.205l-1.746-6.478Zm-.006 3.916.533-2.195a3 3 0 0 0 .086-.566h.027c.002.025.009.048.01.072a4 4 0 0 0 .072.511l.264 1.09.263 1.088Zm-9.464.037h.983v1.265a1.16 1.16 0 0 1-.63.15 1.22 1.22 0 0 1-1.05-.548 2.63 2.63 0 0 1-.388-1.545 2.6 2.6 0 0 1 .433-1.574 1.33 1.33 0 0 1 1.121-.59 2.23 2.23 0 0 1 1.39.433V16.21a3.16 3.16 0 0 0-1.376-.284 2.39 2.39 0 0 0-1.985.962 3.95 3.95 0 0 0-.746 2.49 3.76 3.76 0 0 0 .683 2.384 2.25 2.25 0 0 0 1.867.864 2.87 2.87 0 0 0 1.786-.546V18.82H3.197Zm14.245-3.953h-1.106v6.478h2.923v-1.184h-1.817Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/geant.svg b/mkdocs-material/material/templates/.icons/simple/geant.svg new file mode 100644 index 0000000..df79d6c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/geant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.31 14.857c-.027-.014-.04-.014-.027-.07.014-.068.041-.152.055-.207.028-.097.083-.153.25-.166.138-.014.305-.014.402-.056-.125.36-.5.263-.68.5zm3.314.57c-.07.304-.305.525-.513.512-.139-.014-.18-.153-.139-.305.056-.25.278-.513.5-.5.124.014.194.125.152.292m-.083-.486c-.458-.027-.818.305-.874.652-.332.347-.47.305-.443.18.041-.152.25-.54.263-.693 0-.083-.04-.14-.152-.152-.18-.014-.486.18-.777.415-.055.042-.083.014-.07-.027.042-.11.07-.167.112-.278.014-.027.014-.04-.014-.055a.3.3 0 0 0-.166-.083c-.056 0-.097.014-.125.07-.25.22-.735.886-.9.873-.029 0-.057-.014-.057-.056 0-.097.32-.75.32-.818 0-.04-.029-.055-.056-.055-.07 0-.416.11-.444.138-.014.014-.014.028-.028.056.042 0 .07.014.056.083-.042.152-.278.638-.278.735s.042.152.153.152c.291.014.582-.194.97-.638-.097.195-.166.375-.18.5-.014.124.166.138.264.124.041 0 .041 0 .055-.04.042-.112.166-.334.444-.584.124-.11.29-.235.36-.22.056 0 .056.054.056.082-.028.125-.125.32-.195.5-.055.165.014.276.153.276.18.014.43-.097.68-.332.027.194.166.346.415.36.458.028.888-.305.915-.763.014-.22-.194-.388-.457-.402m-3.799.236c0 .014.014.014.028 0 .07-.028.152-.083.152-.14 0-.068-.083-.11-.346-.123-.402-.028-.75.11-.75.332 0 .278.542.32.542.555 0 .11-.125.208-.36.208-.167 0-.306-.056-.306-.18 0-.083.07-.167.32-.222-.029-.042-.056-.042-.098-.042-.29.042-.458.153-.458.29-.013.154.111.279.583.293.527.013.748-.222.748-.43 0-.236-.332-.36-.485-.472-.04-.027-.07-.07-.07-.097 0-.055.07-.124.264-.124.083 0 .18.027.208.055.042.014.042.055.028.097m-2.44.68c-.08 0-.122-.056-.122-.125.014-.32.5-.707.97-.638-.236.54-.596.776-.845.762m1.29-.804c.024-.04.01-.083-.03-.097-.07-.014-.168-.027-.25-.04-.913-.057-1.551.47-1.58.886-.012.166.085.277.32.29.25 0 .569-.138.776-.29.055-.042.055-.028.055.014-.04.138-.028.263.11.277.152.014.346-.07.415-.097 0 0 .014-.028.014-.055-.083 0-.11-.084-.097-.167.014-.208.18-.568.263-.72m-1.383-.278c0 .028.014.028.027.028.208 0 .36-.14.36-.222 0-.083-.096-.208-.5-.208-1.177-.014-1.953.513-2.022 1.095-.084.777 1.053 1.18 2.024.943.222-.055.346-.125.346-.166v-.084a1.2 1.2 0 0 1-.208.07c-.79.235-1.733-.083-1.65-.804.056-.513.722-.93 1.429-.915a.3.3 0 0 1 .11.013c.098.014.14.056.14.11.013.07 0 .098-.056.14M7.28 8.909c.333-.152 1.969-1.123 2.024-1.15.07-.041.347-.07.5.208.152.277.152.554-.237.707-.388.138-2.024.388-2.287.235m2.274 2.052c-.056-.527-.36-.86-.832-.86s-.777.32-.832.86zm1.164 1.94c-.86.528-1.58.528-1.885.528-1.345 0-2.22-.79-2.22-2.01 0-1.414 1-2.12 2.19-2.12 1.125 0 2.04.886 1.998 2.272H7.93c.042.735.513 1.096 1.262 1.096.485 0 .79-.097 1.525-.527zm13.044-2.675h-1.179v1.692c0 .374.222.624.596.624.25 0 .375-.056.79-.222v.887c-.526.18-.83.25-1.206.25-.804 0-1.497-.374-1.497-1.456v-1.775h-.555v-.873h.583v-.86l1.29-.554v1.4h1.178zm-6.25-.36c.402-.444.801-.596 1.314-.596.638 0 1.483.388 1.483 1.54v2.55h-1.275v-2.37c0-.556-.277-.777-.638-.777-.319 0-.551.166-.884.637v2.51h-1.276V9.367h1.276zm-3.674 1.58c-.721.264-1.054.43-1.054.82 0 .22.18.414.388.414.222 0 .472-.11.666-.29zm1.733 1.637c-.32.208-.804.36-1.123.36-.402 0-.596-.125-.68-.444-.471.32-.845.444-1.261.444-.61 0-1.068-.47-1.068-.957 0-.93.777-1.178 2.385-1.69.028-.36-.18-.653-.707-.653-.486 0-.888.07-1.331.32l-.14-.736c.5-.32 1.096-.443 1.706-.443.97 0 1.789.43 1.789 1.275l.014 1.692c0 .194.055.235.18.235.083 0 .056 0 .236-.097v.666zM5.42 8.95c-.832-.43-1.178-.485-1.872-.485-1.54 0-2.08 1.22-2.08 2.08 0 1.025.79 1.913 1.97 1.913.346 0 .526-.028 1.04-.208v-.957h-.916v-.998h2.302v2.357c-.486.443-1.54.776-2.454.776-1.997 0-3.411-1.22-3.411-2.94 0-1.76 1.4-2.965 3.425-2.965.845 0 1.69.194 2.343.54z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/geeksforgeeks.svg b/mkdocs-material/material/templates/.icons/simple/geeksforgeeks.svg new file mode 100644 index 0000000..56b8240 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/geeksforgeeks.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.45 14.315c-.143.28-.334.532-.565.745a3.7 3.7 0 0 1-1.104.695 4.5 4.5 0 0 1-3.116-.016 3.8 3.8 0 0 1-2.135-2.078 4 4 0 0 1-.13-.353h7.418a4.3 4.3 0 0 1-.368 1.008zm-11.99-.654a3.8 3.8 0 0 1-2.134 2.078 4.5 4.5 0 0 1-3.117.016 3.7 3.7 0 0 1-1.104-.695 2.7 2.7 0 0 1-.564-.745 4.2 4.2 0 0 1-.368-1.006H9.59q-.056.18-.13.352m14.501-1.758a4 4 0 0 0-.082-.475l-9.634-.008a3.93 3.93 0 0 1 1.143-2.348c.363-.35.79-.625 1.26-.809a3.97 3.97 0 0 1 4.484.957l1.521-1.49a5.7 5.7 0 0 0-1.922-1.357 6.3 6.3 0 0 0-2.544-.49 6.4 6.4 0 0 0-2.405.457 6 6 0 0 0-1.963 1.276 6.1 6.1 0 0 0-1.325 1.94 5.9 5.9 0 0 0-.466 1.864h-.063a5.9 5.9 0 0 0-.467-1.865 6.1 6.1 0 0 0-1.325-1.939A6 6 0 0 0 8.21 6.34a6.7 6.7 0 0 0-4.949.031A5.7 5.7 0 0 0 1.34 7.73l1.52 1.49a4.17 4.17 0 0 1 4.484-.958c.47.184.898.46 1.26.81.368.36.66.792.859 1.268.146.344.242.708.285 1.08l-9.635.008A4.7 4.7 0 0 0 0 12.457a6.5 6.5 0 0 0 .345 2.127 4.9 4.9 0 0 0 1.08 1.783c.528.56 1.17 1 1.88 1.293a6.5 6.5 0 0 0 2.504.457c.824.005 1.64-.15 2.404-.457a6 6 0 0 0 1.964-1.277 6.1 6.1 0 0 0 1.686-3.076h.273a6.13 6.13 0 0 0 1.686 3.077 6 6 0 0 0 1.964 1.276 6.35 6.35 0 0 0 2.405.457 6.5 6.5 0 0 0 2.502-.457 5.4 5.4 0 0 0 1.882-1.293 4.9 4.9 0 0 0 1.08-1.783A6.5 6.5 0 0 0 24 12.457a5 5 0 0 0-.039-.554"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/generalelectric.svg b/mkdocs-material/material/templates/.icons/simple/generalelectric.svg new file mode 100644 index 0000000..b034f15 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/generalelectric.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.001 24C5.385 24 0 18.647 0 11.999 0 5.385 5.385 0 12.001 0 18.614 0 24 5.385 24 11.999 24 18.647 18.614 24 12.001 24m0-23.436C5.684.564.565 5.685.565 12c0 6.316 5.12 11.435 11.436 11.435S23.435 18.316 23.435 12C23.434 5.717 18.316.564 12.001.564M22.169 15.42l-.062.013-.034-.043c.002-.019.403-1.202.4-2.56-.005-1.463-.599-2.36-1.363-2.36-.465 0-.798.334-.798.831 0 .898 1.097.964 1.097 2.926 0 .798-.166 1.561-.432 2.393-1.23 4.154-5.153 6.082-8.975 6.082-1.763 0-3.014-.361-3.387-.529-.015-.008-.028-.037-.016-.066l.048-.034c.151.06 1.226.397 2.556.397 1.463 0 2.327-.598 2.327-1.33a.823.823 0 0 0-.832-.829c-.898 0-.964 1.13-2.892 1.13-.831 0-1.561-.166-2.427-.432-4.122-1.263-6.087-5.154-6.084-9.01.002-1.878.527-3.372.536-3.388l.059-.01.035.043c-.049.155-.398 1.228-.398 2.556 0 1.463.598 2.327 1.362 2.327a.79.79 0 0 0 .799-.798c0-.898-1.098-.997-1.098-2.925 0-.831.167-1.562.432-2.426 1.265-4.12 5.154-6.052 8.977-6.081 1.776-.013 3.331.518 3.39.565l.011.06-.044.033c-.018-.002-1.029-.425-2.559-.425-1.429-.001-2.327.598-2.327 1.363 0 .432.333.798.831.798.898 0 .964-1.097 2.892-1.097.831 0 1.562.166 2.427.432 4.156 1.261 6.05 5.185 6.084 8.974.018 1.941-.529 3.41-.535 3.42m-5.715-2.855c-1.13 0-1.995.832-1.995 1.828 0 .831.498 1.495 1.164 1.495.233 0 .465-.133.465-.432 0-.431-.573-.537-.528-1.184.028-.427.43-.711.828-.711.798 0 1.171.774 1.171 1.57-.034 1.23-.938 2.086-2.001 2.086-1.398 0-2.293-1.33-2.293-2.759 0-2.128 1.396-2.959 2.127-3.158.008-.001 1.911.34 1.852-.499-.026-.369-.575-.511-.974-.527-.441-.017-.885.142-.885.142-.233-.117-.393-.346-.492-.611 1.363-1.03 2.326-2.027 2.326-3.158 0-.598-.4-1.131-1.164-1.131-1.363 0-2.394 1.729-2.394 3.291 0 .266 0 .532.067.766-.865.631-1.507 1.023-2.671 1.721 0-.146.031-.521.128-1.008.399-.432.946-1.079.946-1.578 0-.233-.132-.432-.4-.432-.664 0-1.164.998-1.296 1.695-.3.366-.897.832-1.397.832-.399 0-.531-.366-.566-.498 1.263-.432 2.826-2.162 2.826-3.724 0-.333-.133-1.064-1.13-1.064-1.496 0-2.759 2.228-2.759 3.955-.532 0-.731-.565-.731-.996s.166-.865.166-.997c0-.134-.067-.3-.266-.3-.499 0-.798.664-.798 1.429.034 1.064.732 1.729 1.663 1.795.132.632.698 1.23 1.396 1.23.432 0 .964-.133 1.33-.465-.034.233-.067.431-.1.631-1.463.765-2.527 1.297-3.491 2.161-.762.698-1.195 1.628-1.195 2.359 0 .997.632 1.928 1.928 1.928 1.529 0 2.693-1.23 3.257-2.925.267-.798.373-1.958.44-3.022 1.529-.864 2.254-1.364 3.051-1.931.099.166.2.3.334.399-.699.366-2.36 1.397-2.36 3.823 0 1.729 1.164 3.656 3.457 3.656 1.895 0 3.191-1.562 3.191-3.057 0-1.362-.765-2.625-2.227-2.625m-9.141 4.653c-.498.023-.83-.296-.83-.827 0-1.429 1.981-2.793 3.477-3.526-.266 1.996-.939 4.275-2.647 4.353M8.41 9.374c0-1.097 1.082-3.182 1.745-2.962.781.26-.648 2.364-1.745 2.962m6.283-.499c0-1.362.923-2.688 1.427-2.436.574.287-.43 1.572-1.427 2.436"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/generalmotors.svg b/mkdocs-material/material/templates/.icons/simple/generalmotors.svg new file mode 100644 index 0000000..f8a7978 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/generalmotors.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.34 0A3.345 3.345 0 0 0 0 3.34v17.32A3.345 3.345 0 0 0 3.34 24h17.32A3.345 3.345 0 0 0 24 20.66V3.34C23.982 1.5 22.501 0 20.66 0zm0 1.535h17.32c.992 0 1.805.813 1.805 1.806v17.3c0 .993-.813 1.806-1.806 1.806H3.341a1.81 1.81 0 0 1-1.806-1.806v-17.3c0-.993.813-1.806 1.806-1.806zm2.98 4.677A1.877 1.877 0 0 0 4.442 8.09v4.569c0 1.03.85 1.86 1.879 1.878h1.552v.343c-.018.85-.505 1.337-1.679 1.355h-.74v1.535h.74c2.167 0 3.395-1.03 3.431-2.908v-8.65zm4.623 0v8.307h1.752V7.73h1.68v6.79h1.752V7.73h1.01c.362 0 .669.289.669.668v6.14h1.752V8.09c-.018-1.029-.85-1.878-1.879-1.878zM6.863 7.73h1.01v5.273h-1.01a.666.666 0 0 1-.669-.668V8.397c0-.36.29-.668.668-.668zm4.08 8.506v1.535h8.596v-1.535z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/genius.svg b/mkdocs-material/material/templates/.icons/simple/genius.svg new file mode 100644 index 0000000..2223d7f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/genius.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 6.827c0 2.164.79 4.133 2.167 5.51.393.393.786.59 1.18.983h.195c.197 0 .196-.196.196-.196-.393-.787-.588-1.77-.588-2.754 0-2.164.982-4.329 2.36-5.706V1.518c0-.197-.197-.196-.197-.196h-2.95C.789 2.896 0 4.664 0 6.827m2.559 12.59c2.36 2.164 5.31 3.343 8.851 3.343 7.082 0 12.59-5.702 12.59-12.586 0-3.344-1.378-6.492-3.542-8.656h-.196c0-.197-.196 0-.196 0 .59 1.574.983 3.147.983 4.918 0 7.278-5.902 13.373-13.377 13.373-1.77 0-3.344-.393-4.917-.983-.197 0-.196.199-.196.395zm5.9-11.998c0 .59.395 1.178.788 1.571h.392c3.54 1.18 4.722-.193 4.722-1.767V5.056c0-.196.196-.196.196-.196h.787c.197 0 .196-.196.196-.196-.196-1.18-.784-2.358-1.571-3.342h-2.363c0-.197-.196 0-.196.196v2.95c0 1.574-1.18 2.754-2.754 2.951 0-.197-.196 0-.196 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gentoo.svg b/mkdocs-material/material/templates/.icons/simple/gentoo.svg new file mode 100644 index 0000000..643312c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gentoo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.94 0a7.3 7.3 0 0 0-1.26.116c-4.344.795-7.4 4.555-7.661 7.031-.126 1.215.53 2.125.89 2.526.977 1.085 2.924 1.914 4.175 2.601-1.81 1.543-2.64 2.296-3.457 3.154C1.403 16.712.543 18.125.54 19.138c0 .325-.053 1.365.371 2.187.16.309.613 1.338 1.98 2.109.874.494 2.119.675 3.337.501 3.772-.538 8.823-3.737 12.427-6.716 2.297-1.9 3.977-3.739 4.462-4.644.39-.731.434-2.043.207-2.866-.645-2.337-5.887-7.125-10.172-9.051A7.8 7.8 0 0 0 9.94 0m-.008.068a7.4 7.4 0 0 1 3.344.755c3.46 1.7 9.308 6.482 9.739 8.886.534 2.972-9.931 11.017-16.297 12.272-2.47.485-4.576.618-5.537-1.99-.832-2.262.783-3.916 3.16-6.09a93 93 0 0 1 2.96-2.576c.065-.069-5.706-2.059-5.89-4.343C1.221 4.634 4.938.3 9.697.076a6 6 0 0 1 .235-.008m-.112.52a6 6 0 0 0-.506.032c-2.337.245-2.785.547-4.903 2.149-.71.537-2.016 1.844-2.35 3.393-.128.59.024 1.1.448 1.458 1.36 1.144 3.639 2.072 5.509 2.97.547.263.185.74-.698 1.505-2.227 1.928-5.24 4.276-5.45 6.066-.099.842.19 1.988 1.213 2.574 1.195.685 3.676.238 5.333-.379 2.422-.902 5.602-2.892 8.127-4.848 2.625-2.034 5.067-4.617 5.188-5.038.148-.517.133-.996-.154-1.546-.448-.862-1.049-1.503-1.694-2.22-1.732-1.825-3.563-3.43-5.754-4.658C12.694 1.242 11.417.564 9.82.588m1.075 3.623c.546 0 1.176.173 1.853.5 1.688.817 3.422 2.961-.015 4.195-.935.336-3.9-.824-3.81-2.407.09-1.57.854-2.289 1.972-2.288m.285 1.367c-.317-.002-.575.079-.694.263-.557.861-.303 1.472.212 1.862.192-.457 2.156.043 2.148.472a.3.3 0 0 0 .055-.032c1.704-1.282-.472-2.557-1.72-2.565z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/geocaching.svg b/mkdocs-material/material/templates/.icons/simple/geocaching.svg new file mode 100644 index 0000000..da8d5d0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/geocaching.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 11.239h1.918c.151-1.738.841-3.819 2.521-5.498C2.81 4.532 2.484 3.136 2.484 2.36h.652c.068.682.357 1.656 2.247 2.753C7.167 4.067 7.532 3.037 7.631 2.36h.652c0 .721-.317 2.082-1.951 3.38 1.366.89 2.506 2.195 2.928 4.237H7.576c-.294-1.461-1.04-2.616-2.193-3.504-1.169 1.143-1.774 3.023-1.811 4.766h6.57V1.098H0zM5.383 2.63c.469 0 .85.377.85.842s-.38.841-.85.841a.846.846 0 0 1-.85-.841.847.847 0 0 1 .85-.842M3.574 12.779h6.567v6.567a7.34 7.34 0 0 1-3.775-1.528L5.195 18.99a8.98 8.98 0 0 0 4.946 2.012v1.919H0V12.779h1.919a9 9 0 0 0 2.03 4.968l1.171-1.171a7.33 7.33 0 0 1-1.546-3.797m8.108-11.681h10.142V11.24h-1.919a9 9 0 0 0-2.012-4.947l-1.171 1.171a7.34 7.34 0 0 1 1.528 3.776h-6.568V4.672a7.35 7.35 0 0 1 3.798 1.545l1.171-1.171a9 9 0 0 0-4.968-2.03zm0 11.681h10.142V22.92h-5.988l-1.172-4.736c.473-.572.965-.836 2.137-1.018 2.184-.341 2.576-2.232 2.576-2.232-1.02.245-1.837.001-2.799-.234-.949-.231-1.859-.211-2.727.092-.659.23-.818.445-.818.445l1.907 7.683h-3.257zm11.4-11.7a.894.894 0 0 0-.913.918c0 .521.392.913.913.913A.894.894 0 0 0 24 1.997a.895.895 0 0 0-.918-.918m0 1.679a.74.74 0 0 1-.753-.761c0-.437.319-.764.753-.764.437 0 .759.327.759.764a.74.74 0 0 1-.759.761m.379-.907c0-.201-.149-.298-.327-.298h-.411v.889h.204v-.309h.084l.259.309h.22v-.04l-.251-.28c.118-.028.222-.122.222-.271m-.335.133h-.199v-.262h.199c.076 0 .133.044.133.131.001.081-.057.131-.133.131"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/geode.svg b/mkdocs-material/material/templates/.icons/simple/geode.svg new file mode 100644 index 0000000..209a863 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/geode.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0a1.4 1.4 0 0 0-.857.29L.596 8.343c-.47.36-.667.973-.492 1.539l4.056 13.12c.183.593.73.997 1.35.997h12.98c.62 0 1.167-.404 1.35-.996l4.056-13.121a1.41 1.41 0 0 0-.492-1.54l-.972-.741-1.12 3.517-3.07 9.99a.93.93 0 0 1-.888.657H6.578a.93.93 0 0 1-.889-.657L2.33 10.176a.93.93 0 0 1 .321-1.012l8.748-6.717a1 1 0 0 1 .11-.072L13.553.82l-.696-.53A1.4 1.4 0 0 0 12 0m.068 4.758a.76.76 0 0 0-.46.156L5.083 9.918a.76.76 0 0 0-.264.824l.434 1.408 2.197-1.619 4.315-3.377a.38.38 0 0 1 .468 0l4.705 3.682a.38.38 0 0 1 .13.406l-1.81 5.992a.38.38 0 0 1-.363.27H9.104a.4.4 0 0 1-.077-.008H6.9l.428 1.393a.76.76 0 0 0 .725.535h8.033a.76.76 0 0 0 .723-.535l2.51-8.147a.76.76 0 0 0-.264-.824l-6.526-5.004a.76.76 0 0 0-.46-.156"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/geopandas.svg b/mkdocs-material/material/templates/.icons/simple/geopandas.svg new file mode 100644 index 0000000..bd3db50 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/geopandas.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.004 0C5.391 0 0 5.38 0 12c0 6.61 5.383 12 12.004 12C18.626 24 24 18.61 24 12c0-6.62-5.382-12-11.996-12m9.83 12a9.7 9.7 0 0 1-.824 3.925v-7.85A9.7 9.7 0 0 1 21.833 12m-4.1 7.98v-1.872h-2.09v3.015a9.8 9.8 0 0 1-3.64.702c-.303 0-.606-.017-.91-.043V9.192H9.005v12.165c-3.96-1.273-6.838-4.99-6.838-9.366 0-5.424 4.412-9.834 9.837-9.834a9.8 9.8 0 0 1 6.926 2.86v13.888h.06c-.39.399-.814.754-1.256 1.075M15.644 9.2h2.09v4.333h-2.09zM12.36 14.54h2.089v4.332h-2.09Zm0-8.907h2.089v4.332h-2.09Zm3.285 9.167h2.089v2.044h-2.09Zm-3.285-3.57h2.089v2.045h-2.09Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gerrit.svg b/mkdocs-material/material/templates/.icons/simple/gerrit.svg new file mode 100644 index 0000000..7445cdc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gerrit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12.648 2.678-.245-.266c.004-.004.29-.268.413-.41.121-.146.342-.484.346-.486l.301.195c-.014.016-.234.359-.375.522-.137.165-.428.432-.44.445m1.577 10.597c-.012-.004-.24-.154-.365-.221-.117-.059-.32-.146-.422-.191l.213-.612-.898-.444-.286.871c-.174.004-.713.053-1.51.389-.959.4-1.688 1.025-1.695 1.029l-.143.125.641.025.02-.016c.006-.006.721-.535 1.119-.705a2.4 2.4 0 0 1 .33-.105 13 13 0 0 0-.6.32c-.199.119-.57.381-.586.393l-.186.129.682.016.018-.01c.012-.008 1.164-.623 1.789-.76l.196-.047c.145-.037.246-.064.422-.064.156 0 .369.021.688.07.398.059.66.158.664.16l.24.094-.322-.436-.012-.008zm-8.98-7.298h-.029l-1.006.916v.03a.97.97 0 0 0 .258.716c.182.196.42.309.686.319h.043a.99.99 0 0 0 .992-.94 1.003 1.003 0 0 0-.944-1.041M5.2 7.808h-.041a.8.8 0 0 1-.33-.085.515.515 0 0 0 .596-.573.514.514 0 0 0-1.022.089.9.9 0 0 1-.045-.28l.912-.833c.446.042.79.431.768.882s-.391.8-.842.8zm9.329-3.725-.293-.195-.41.265-.395-.285-.301.18.404.291-.416.27.297.18.4-.254.387.28.309-.169-.407-.296M24 19.525c-.213-.209-.418-.416-.629-.627-.48-.488-.957-.984-1.418-1.486a32 32 0 0 1-1.582-1.844c-.225-.283-.441-.58-.646-.881a10 10 0 0 1-.668-1.215c-.211-.445-.398-.9-.576-1.356.24.21.463.444.664.692q.032-.322.059-.648l.023-.322c0-.033.012-.066-.008-.096a.5.5 0 0 0-.053-.075 4 4 0 0 0-.406-.413 18 18 0 0 0-.584-.533l-.18-.156a1 1 0 0 0-.086-.074c-.031-.03-.041-.096-.055-.136l-.154-.479c.607.285 1.109.741 1.578 1.215a18 18 0 0 0-.008-.998c0-.029.006-.1-.016-.127-.012-.02-.031-.036-.043-.055a3 3 0 0 0-.357-.314 12 12 0 0 0-.527-.408c-.156-.117-.318-.232-.477-.345-.018-.016-.076-.039-.064-.06l.039-.08c.02-.035.014-.045.053-.029l.17.059c.406.156.779.368 1.143.608a6.6 6.6 0 0 0-.525-1.296 10 10 0 0 0-1.463-2.105 12 12 0 0 0-1.219-1.193 8 8 0 0 0-.699-.533c-.113-.074-.225-.149-.346-.217-.049-.03-.105-.056-.15-.094-.18-.144-.365-.284-.549-.429q.358.147.689.338c-.127-.194-.342-.331-.545-.436a6 6 0 0 0-.967-.378c.113-.12.234-.228.346-.348q.17-.182.33-.372.19-.224.375-.455l-1.156-.726-.48-.303a3.1 3.1 0 0 1-.458.68c-.18.203-.391.369-.6.539q-.286.236-.566.472c-.047.04-.092.085-.145.12-.025.021-.096.004-.127.004H10.7a8 8 0 0 0-.891.068 1 1 0 0 1-.175.008l-.178-.01c-.137-.008-.271-.016-.408-.016-.289-.004-.58 0-.871.025a5 5 0 0 0-.729.112 1.9 1.9 0 0 0-.66.312c-.193.141-.387.32-.504.53s-.17.456-.213.689c-.135.013-.268.01-.4.016a4.618 4.618 0 0 0-1.211.219 3.6 3.6 0 0 0-1.336.75q-.294.272-.539.596c-.02.025-.037.051-.063.068-.01.009-.027.016-.033.027a1 1 0 0 1-.051.076l-.134.212c-.168.285-.276.595-.383.906l-.045.123.033-.021q-.016.101-.025.202l-.008.105v.053l-.066.013c-.135.026-.271.06-.4.101-.12.039-.233.086-.337.15-.105.066-.195.153-.285.239-.318.31-.562.698-.687 1.128a2.3 2.3 0 0 0-.059 1.092.7.7 0 0 0 .107.262c.074.09.199.126.313.095.131-.036.248-.124.371-.187l.314-.157c.455-.226.93-.446 1.438-.525.035-.005.1.067.131.091q.075.057.148.104.164.103.334.181c.262.114.541.174.818.231a8 8 0 0 0 1.529.18q.311.008.625-.018c.225-.02.451-.049.678-.051.25-.005.496.025.74.055q.382.048.764.105c.518.079 1.031.169 1.543.279q-.172.27-.338.545c-.008.013-.072 0-.088 0a1 1 0 0 0-.127 0q-.112.001-.225.019-.316.046-.615.156c-.49.181-.938.483-1.326.833-.221.195-.43.408-.609.641q-.072.097-.139.193.158-.034.318-.07.09-.023.176-.039c.021-.008.029-.016.049-.027q.329-.306.695-.563.165-.122.348-.215a2.5 2.5 0 0 1 .533-.174c-.33.18-.678.35-.977.584-.172.139-.328.291-.49.439l.654-.104c.01 0 .014-.004.023-.01l.17-.094q.17-.095.346-.186c.24-.123.482-.24.732-.34.236-.094.48-.178.732-.225.221-.046.428-.052.648 0 .342.074.67.232.969.414.021.014.035.033.055.014.016-.014.098-.074.09-.092l-.18-.334c-.016-.029-.023-.049-.051-.066l-.131-.077a6 6 0 0 1-.51-.331c-.037-.023-.078-.039-.082-.089-.004-.046.014-.093.029-.136.033-.09.08-.169.131-.248.033-.058.072-.111.109-.166.014-.018.01-.021.031-.014l.119.034c.236.077.469.159.711.22.27.068.545.123.82.176l.048.01c-.056-.03-.091-.09-.132-.136-.023-.03-.035-.05-.074-.06l-.105-.02q-.11-.022-.225-.049a6 6 0 0 1-.777-.209c-.375-.13-.758-.232-1.145-.322a29 29 0 0 0-1.465-.275c-.25-.041-.498-.074-.75-.109-.246-.034-.496-.07-.746-.087-.539-.034-1.074.087-1.615.081-.365-.004-.734-.055-1.096-.105l-.068-.009q.377-.14.75-.285.354-.143.705-.289.19-.079.373-.157c.113-.051.225-.1.328-.17.408-.279.676-.727.975-1.109.273-.361.586-.7.99-.908q.193-.098.4-.156c-.283-.439-.549-.93-.623-1.455l.094.037c.035.012.064.016.072.045l.029.135q.038.135.086.262.109.287.26.551c.219.396.484.766.766 1.12.539.686 1.145 1.305 1.736 1.941.145.158.275.324.41.492q.226.281.457.561c.121.141.234.285.356.426l.094.112c.016.018.037.026.061.036q.907.451 1.822.895c.434.209.869.42 1.309.623.236.109.471.219.711.32a1 1 0 0 0 .098.039c.016.01.029.016.047.023l.016.049q.04.108.076.217.073.211.148.416c.33.912.695 1.814 1.145 2.676.346.656.715 1.301 1.09 1.939a125.615 125.615 0 0 0 2.233 3.63c.146.227.289.459.439.688l.063.094.775-1.141.191-.283a.5.5 0 0 0 .076-.109l-.156-.24c-.291-.451-.584-.898-.871-1.35l-.828-1.283-.105-.166.656.799 1.115 1.35c.121.146.236.289.354.438q.328-.602.662-1.201.13-.247.266-.492M12.13 1.915c.309-.246.563-.563.757-.906l1.178.743.18.112c-.246.3-.496.604-.775.873-.035.034-.074.069-.107.104-.021.025-.047.051-.07.075l-.033.038q-.034-.012-.068-.02a8.585 8.585 0 0 0-1.322-.263 35 35 0 0 0-.578-.058c.275-.234.557-.467.838-.698m-1.754 1.37c.232-.096.482-.15.73-.191a5.5 5.5 0 0 1 1.489-.04q.531.057 1.041.21l-.141.115-.225-.061c-.141-.029-.281-.06-.422-.082a6 6 0 0 0-.749-.065 5 5 0 0 0-1.371.159 4.2 4.2 0 0 0-.879.332 3.1 3.1 0 0 0-.78.582 2.6 2.6 0 0 0-.57.874l-.029.075-.012.038-.068-.011-.082-.011c.234-.719.763-1.286 1.418-1.649a3 3 0 0 1 .65-.279m-3.93.374a1.86 1.86 0 0 1 1.139-.743c.502-.101 1.016-.119 1.525-.107-.525.131-1.05.326-1.488.652a2.3 2.3 0 0 0-1.314.86h-.084q.034-.204.098-.4a1 1 0 0 1 .119-.26m.882.056c-.145.143-.27.303-.391.469-.047.069-.098.153-.18.191-.085.039-.194-.005-.28-.031.224-.279.521-.494.851-.629M2.308 6.585c.08-.16.182-.315.275-.465.016-.027.053-.046.074-.063q.073-.05.143-.106.463-.34.939-.656c.166-.107.33-.213.502-.307q.272-.15.565-.244A7 7 0 0 1 5.874 4.5c.174-.025.361-.057.531-.015q-.494.283-.99.558c-.342.191-.689.367-1.035.552-.332.18-.66.375-.981.577-.336.206-.67.419-1.002.629q-.12.078-.24.155c.045-.125.09-.251.151-.371m1.009 3.056c-.029.056-.134.042-.187.042q-.14-.001-.279.006-.386.022-.758.138c-.475.147-.922.375-1.365.604-.1.055-.203.135-.316.162a.155.155 0 0 1-.166-.063.6.6 0 0 1-.064-.198 1.6 1.6 0 0 1-.033-.368c0-.33.076-.66.215-.96q.145-.315.371-.574c.15-.175.326-.351.539-.45.355-.162.775-.213 1.164-.235q.109-.007.217-.007c.1 0 .217-.016.311.019.074.027.121.105.15.173.045.105.074.225.1.336.061.26.123.525.145.791.01.119.016.239.004.359-.009.073-.014.156-.05.223m2.829-1.973a3.82 3.82 0 0 1-1.276.479 2 2 0 0 1-.293.021c-.101-.003-.193-.036-.293-.067a3 3 0 0 1-.57-.233.5.5 0 0 1-.174-.15.3.3 0 0 1-.023-.174c.012-.231.094-.458.203-.66a1.8 1.8 0 0 1 .84-.775c.879-.396 1.865-.029 2.611.49l.08.061c-.154.165-.311.321-.473.477a4.6 4.6 0 0 1-.634.531M8.31 5.739a9 9 0 0 1-1.356-.738c.449.188.934.3 1.414.37.258.037.521.072.781.08.281.008.564-.021.84-.075a6.1 6.1 0 0 0 1.566-.551c.494-.245.964-.537 1.413-.859q.327-.23.633-.487c.021-.016.174-.161.184-.154l.041.031.537.416q.492.383.988.762c-.906.326-1.826.629-2.752.904-.519.156-1.038.301-1.565.42-.412.098-.834.189-1.256.21-.507.022-1.006-.135-1.47-.33m8.85 3.942c.076.021.145.045.215.067l.094.033q.024.01.045.02l.021.06q.067.218.139.432l-.451-.379-.09-.074c-.021-.016-.045-.021-.029-.046l.059-.114m-.671 1.444.035-.063.027-.046c.012-.018.008-.022.029-.012q.194.081.385.17.36.164.703.364c.107.065.217.135.322.205l.15.105.074.057c.033.027.041.063.057.102q.158.423.338.844.118.284.248.566a11 11 0 0 0-.957-1.045 16 16 0 0 0-1.078-.981l-.323-.264m3.746 6.42-.121.09.008.016.063.094.271.42.904 1.402q.466.721.932 1.445l.309.48.084.133a.3.3 0 0 1 .029.045q-.392.578-.783 1.154-.04.057-.074.111-.36-.558-.715-1.117c-.4-.635-.795-1.277-1.184-1.916a72 72 0 0 1-1.264-2.141 21 21 0 0 1-1.059-2.076 31 31 0 0 1-.811-2.121q.73.29 1.48.521.216.07.436.127l.063.018c.008 0 .014-.039.018-.049q.026-.096.045-.195c.031-.125.051-.254.074-.381.205.428.436.844.701 1.236q.323.471.686.92a33 33 0 0 0 1.643 1.898q.696.742 1.408 1.465l.389.389c.006.006.039.031.037.041l-.031.053-.148.275-.588 1.068q-.27-.327-.541-.658l-1.125-1.361c-.314-.387-.637-.773-.953-1.16l-.186-.225"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/getx.svg b/mkdocs-material/material/templates/.icons/simple/getx.svg new file mode 100644 index 0000000..05d9006 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/getx.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.643.934c-.302.067-.928.29-1.386.503-2.167 1.05-3.485 3.52-3.15 5.899a5.76 5.76 0 0 0 1.575 3.25c1.128 1.174 2.469 1.732 4.134 1.744 1.642 0 2.994-.57 4.133-1.743C19.39 7 17.055 1.113 12.095.867c-.492-.022-1.14 0-1.452.067M13.77 3.17c.905.335 1.966 1.374 2.178 2.145.213.793.1 1.82-.29 2.547-.86 1.575-2.816 2.726-3.989 2.346-.536-.179-1.25-.994-1.642-1.855-.847-1.889-1.127-3.52-.736-4.28.592-1.15 2.715-1.575 4.48-.904Zm-9.663 8.69c-2.838.916-4.513 3.598-4.022 6.48.48 2.86 3.173 4.994 6.033 4.77 2.033-.145 3.765-1.24 4.681-2.96.503-.96.681-1.676.681-2.815 0-2.045-.971-3.799-2.737-4.894-1.24-.782-3.25-1.028-4.636-.58Zm2.436 1.799c2.737.447 4.222 2.737 3.15 4.882-.436.86-1.352 1.732-2.29 2.179-.637.29-.838.335-1.43.29-1.028-.067-1.486-.48-2.045-1.877-.67-1.642-.95-3.608-.614-4.245.413-.771 1.117-1.162 2.413-1.33.067 0 .424.045.816.101m9.842-1.743c-3.34 1.173-4.837 4.882-3.273 8.077.435.894 1.463 1.944 2.38 2.425 2.356 1.24 4.904.871 6.78-.995 3.05-3.016 1.9-8.077-2.178-9.507-1.039-.368-2.67-.368-3.709 0m3.419 1.978c1.184.38 2.368 1.485 2.636 2.48.179.659.078 1.609-.223 2.234-.548 1.129-1.91 2.145-3.251 2.413-1.81.358-2.737-.882-3.15-4.19-.247-1.999.3-2.915 1.91-3.16.67-.101 1.25-.046 2.078.223"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ghost.svg b/mkdocs-material/material/templates/.icons/simple/ghost.svg new file mode 100644 index 0000000..585185e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ghost.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0m.256 2.313c2.47.005 5.116 2.008 5.898 2.962l.244.3c1.64 1.994 3.569 4.34 3.569 6.966 0 3.719-2.98 5.808-6.158 7.508-1.433.766-2.98 1.508-4.748 1.508-4.543 0-8.366-3.569-8.366-8.112 0-.706.17-1.425.342-2.15.122-.515.244-1.033.307-1.549.548-4.539 2.967-6.795 8.422-7.408a4 4 0 0 1 .49-.026Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ghostery.svg b/mkdocs-material/material/templates/.icons/simple/ghostery.svg new file mode 100644 index 0000000..0d86ae7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ghostery.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.058 19.93c-1.01-2.29-1.185-4.228-1.212-4.99V8.67C20.846 3.882 16.886 0 12 0S3.15 3.882 3.15 8.671v6.36c-.037.82-.236 2.7-1.207 4.899-1.306 2.955-.226 2.603.742 2.36.968-.242 3.13-1.192 3.805-.022s1.238 2.184 2.814 1.523c1.576-.663 2.318-.883 2.543-.883h.306c.225 0 .968.22 2.543.882s2.14-.353 2.814-1.522c.676-1.17 2.837-.22 3.805.022.968.243 2.048.595.743-2.36M9.268 4.728c.953 0 1.725 1.198 1.725 2.676s-.772 2.677-1.725 2.677-1.726-1.198-1.726-2.677c0-1.478.773-2.676 1.726-2.676m2.73 10.697c-2.1 0-3.867-2.025-4.4-4.279 1.029 1.387 2.617 2.277 4.4 2.277s3.372-.89 4.401-2.277c-.533 2.254-2.3 4.28-4.4 4.28m2.73-5.345c-.953 0-1.725-1.198-1.725-2.677 0-1.478.772-2.676 1.726-2.676.953 0 1.725 1.198 1.725 2.676s-.772 2.677-1.725 2.677Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gimp.svg b/mkdocs-material/material/templates/.icons/simple/gimp.svg new file mode 100644 index 0000000..ffb9c85 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gimp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.848 1.636c-.106-.016-.228.107-.324.397-.157.47-1.073 3.203-5.504 4.326.596.512.976 1.242.976 2.059 0 1.547-1.344 2.8-3 2.8s-2.997-1.254-2.998-2.8c0-.603.208-1.158.555-1.616-3.135-.322-4.49-3.123-4.49-3.123l-.096 4.163c-.025.564-.009 1.111-.27 1.636a3.335 2.365 54.527 0 0-.05-.072 3.335 2.365 54.527 0 0-2.849-1.654 3.335 2.365 54.527 0 0-1.013.334 3.335 2.365 54.527 0 0 .029 4.095 3.335 2.365 54.527 0 0 3.291 1.59c2.997 2.22 8.482 4.148 12.231 1.885l-2.025-1.629c-1.064.345-2.604.34-4.397-.295 2.9.582 4.47-.053 5.334-.722-.228-.296-.71-.526-.71-.526s.563.107.93.496c.147.155.198.387.218.653.553.298 1.183.656 1.875 1.062 2.06-2.06 3.253-5.933 2.52-12.617-.035-.269-.127-.425-.233-.442M6.855 7.096c1.051-.001 1.903.795 1.903 1.777 0 .98-.853 1.776-1.903 1.775-1.05 0-1.9-.795-1.9-1.775 0-.981.85-1.777 1.9-1.778zm5.776.482a1.325 1.325 0 1 0-.002 2.65 1.325 1.325 0 0 0 .002-2.65m-10.942.639a.964.947 0 0 1 .002 0 .964.947 0 0 1 .021 0 .964.947 0 0 1 .965.949.964.947 0 0 1-.965.947.964.947 0 0 1-.962-.947.964.947 0 0 1 .94-.95zm5.559.123a.84.84 0 1 0 .02 1.68.84.84 0 0 0-.02-1.68m8.26 4.964c-.043.053-.103.099-.156.147l.21.115c-.017-.1-.033-.21-.054-.262m-.55.1-.733.361.06.05.198.157 1.994 1.606.015.012a82 82 0 0 0 1.952 1.513.5.5 0 0 0-.008.127l.26-.04.103.152 2.317 1.472c-.12.41-.065.953.207 1.457.79 1.465 2.677 2.094 2.677 2.094-.771-1.968-.209-3.569-1.73-4.133-.242-.09-.453-.093-.629-.033l-2.047-1.895-.174-.052-.025-.262a1 1 0 0 0-.12.059c-.306-.26-.687-.537-1.09-.815-1.364-.835-2.257-1.3-3.228-1.83z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gin.svg b/mkdocs-material/material/templates/.icons/simple/gin.svg new file mode 100644 index 0000000..b08ea21 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.836 23.977c-2.059-.105-3.37-.36-4.468-.868-.131-.061-.115-.028-.278-.596a43 43 0 0 1-.785-3.29c-.135-.678-.153-.762-.471-2.118-.51-2.176-.64-2.831-.804-4.056-.107-.796.122-1.315.275-.625.603 2.715 1.124 4.697 1.675 6.368.19.577.176.553.335.537.11-.01.11-.01.028.181-.112.26-.057.4.291.741.261.256.264.271.04.239-.173-.025-.165-.043-.102.214.03.12.081.345.115.5.264 1.23.609 1.833 1.112 1.94 1.468.314 3.6.45 5.48.35 2.18-.115 2.703-.198 3.38-.536.459-.229.853-.657.611-.663-.178-.005-.194-.047-.043-.11.329-.136.468-.281.44-.46-.007-.054.003-.11.043-.232.123-.376.144-.682.112-1.664-.014-.455-.013-.487.021-.658.091-.449.132-.788.2-1.656.047-.613.062-.766.111-1.119.05-.353.065-.553.093-1.187.055-1.238.116-1.731.229-1.844.188-.188.187-.289-.006-.563-.22-.313-.22-.477.003-.711.108-.114.113-.242.039-1.065-.02-.212-.04-.529-.045-.705-.008-.217-.017-.32-.03-.32-.041 0-.306.226-.89.76-.663.607-.836.75-1.208.998-.768.513-1.505.764-2.78.947-1.286.184-2.8.14-3.791-.11-.668-.168-1.055-.35-1.809-.85-.706-.47-.667-1.229.08-1.563.335-.15.075-.315-.6-.378-.507-.047-.249-.146.4-.153.789-.008 1.35-.288 2.074-1.036.303-.313.374-.375.778-.677.643-.481.87-.69.972-.895.078-.155.073-.308-.01-.34q-.04-.015-.04-.056c0-.052.157-.045-2.561-.122-2.869-.083-5.04-.212-6.148-.367-.216-.03-.113.161.15.28.085.038.092.072.02.085-.194.038-.184.01-.128.329.218 1.235.555 1.542 1.216 1.104.13-.086.176-.102.496-.175.7-.159 1.455-.246 2.583-.3 1.164-.054 1.29-.058 1.304-.044.03.03-.56.11-1.594.215-1.07.109-1.429.158-1.926.264-.134.028-.28.052-.324.052-.29 0-.712.293-.865.599-.192.385-.015.615.51.663.177.015.607.092.684.12.065.026.052.067-.034.105-.093.042-.093.04-.009.092.17.107.097.1-.37-.035-.778-.225-.936-.238-.723-.058q.153.127-.013.076c-.171-.052-.167-.087-.063.605.133.886.03.842-.155-.067-.255-1.25-.669-2.314-.484-1.246.04.231.085.414.22.888.18.638.287 1.249.223 1.288-.03.019-.19-.484-.302-.947-.124-.51-.177-.8-.433-2.382-.13-.802-.243-1.346-.378-1.826-.077-.274-.05-.403.128-.601C4 4.838 4.91 4.59 4.91 4.896c0 .147-.187.246-.643.34-.52.108-.563.175-.29.458.249.257 1.814.481 3.726.533l1.212.035c2.134.068 4.388.067 4.518-.002.015-.008.084-.105.153-.216.283-.454.552-.795.945-1.195.278-.284.286-.294.241-.306-.132-.033-.142-.562-.012-.628.238-.12.354-.292.728-1.072.198-.414.31-.596.478-.783.145-.162.256-.385.42-.845.162-.452.264-.664.38-.782.223-.229.233-.103.037.49-.162.49-.711 1.686-1.127 2.454-.355.656-.307.845.188.743a.8.8 0 0 1 .246-.017c.13.012.273-.018.622-.129.289-.092.326-.076.2.082-.089.113-.088.114.054.18.14.065.13.078-.062.078-.265 0-.45.106-.476.274-.012.074-.012.074-.123-.048-.306-.335-.645-.28-.85.136-.073.146-.186.253-.27.253-.05 0-.038-.034.083-.232.293-.478.298-.562.028-.424-.308.156-.784.826-.803 1.13-.017.266.295.409.533.244.901-.627 1.348-.875.979-.544a3 3 0 0 0-.183.176c-.175.203-.31.294-.566.376-.85.274-.85.656 0 .635.227-.005.423-.002.478.008.412.076 2.233-.237 3.161-.544.588-.193.685-.429.323-.786-.465-.46-.959-.369-.647.119.194.302-.388.623-1.37.756-.443.06-.611.09-.774.136-.11.032-.438.072-.704.087-.352.019-.464-.028-.192-.08.415-.08.582-.105 1.078-.16 1.33-.147 1.76-.355 1.763-.855.002-.278-.223-.32-.851-.16q-.302.078-.025-.056c.282-.136.26-.252-.071-.374-.111-.04-.111-.04.051-.054.742-.06 1.105-.355.76-.618-.068-.052-.066-.069.01-.084a.4.4 0 0 0 .126-.063c.163-.118.3.246.156.414-.198.231-.036.531.357.66.403.133.588-.05.422-.416a3.4 3.4 0 0 1-.131-.426c-.24-.964-.76-2.041-.984-2.041q-.032.001-.048-.064c-.215-.834-.288-.99-.535-1.133-.42-.245-.55-.67-.163-.528.887.324 1.822 1.45 2.532 3.05.566 1.274.693 3.168.324 4.803-.203.9-.363 2.666-.546 6.03a68 68 0 0 1-.239 3.254c-.022.216-.045.47-.05.563-.044.708-.204 2.028-.361 2.98-.033.2-.048.37-.059.692-.042 1.22-.431 1.823-1.258 1.947a3 3 0 0 0-.325.075c-1.08.331-2.166.47-4.342.557-.728.028-.71.028-1.307-.002zm.262-.236c.047-.047-.242-.09-.885-.13a8 8 0 0 1-.419-.035c-.417-.058-1.17-.102-1.17-.07 0 .128 2.357.352 2.474.235m-4.096-.863c0-.04-.336-1.37-.404-1.598-.125-.42-.377-1.016-.423-1.003-.07.02.099.905.275 1.447.175.536.552 1.325.552 1.154m-.524-.13c.043-.275-.042-.674-.335-1.57-.176-.54-.234-.742-.276-.965-.044-.236-.04-.225-.08-.219-.166.025-.151.285.054.975.148.5.165.568.188.751.064.52.405 1.302.449 1.028m-.79-3.282c0-.344-.05-.624-.205-1.183-.174-.625-.244-.896-.283-1.106-.074-.401-.229-.62-.18-.256.026.195.215 1.18.266 1.388.024.094.062.327.086.517.066.528.102.674.197.805.098.135.118.106.118-.165m5.782-8.22c.047-.052.038-.166-.035-.46-.1-.4-.1-.586.001-.74.17-.26-.816-.376-1.398-.164-.53.193-.648.517-.32.877.162.177-.074.272-.296.12-.305-.207-.277-.86.036-.86.036 0 .106-.074.106-.112 0-.056-.067-.103-.211-.148-.198-.062-.197-.074.008-.108.484-.08.94-.422 1.66-1.247.934-1.071 1.307-1.392.81-.7-.25.35-.459.592-.877 1.016-.75.76-.844.922-.532.922.472 0 .683-.193 1.114-1.024.408-.785.609-.987.897-.901.122.036.12.038-.219.875-.314.774-.3.986.054.81.177-.087.17-.075.24-.409.174-.82.53-1.946.618-1.946.115 0 .046.505-.143 1.041-.284.809-.298 1.069-.068 1.296.25.248.53.202.747-.121.08-.119.115-.103.177.08.046.137.053.141.244.144.261.004.62-.091.639-.169.006-.025.02-.04.035-.036.14.036.139-.107-.003-.168-.091-.04-.1-.064-.032-.099.15-.076.306.038.306.224 0 .079.02.089.205.11 1.218.142 1.95-.176 2.364-1.024.071-.144.205-.408.3-.587q.502-.955.412-1.393c-.036-.17-.017-.164-.38-.12a75 75 0 0 1-5.572.488c-.152.01-.152.01-.452.304-.485.475-.904.86-1.7 1.56-.226.199-.434.386-.462.416-.08.087-.344.296-.734.58-.815.597-1.238 1.055-1.097 1.19.16.154 1.37.375 2.378.434.169.01.403.029.52.042.31.036.32.037.48.04.13.002.15-.001.18-.033m4.933-2.689c-.635-.103-1.247-.461-1.883-1.103-.419-.422-.37-.455.226-.152.437.222.594.278.778.273l.205-.004c.19-.004.925.402.855.472-.024.024-.16-.02-.42-.134-.835-.369-1.368-.372-.803-.005.596.387 1.25.571 1.64.464.146-.04.186-.04.193.004.024.17-.35.257-.79.185m-3.517 2.69c.075-.018.363-.072.64-.12 1.31-.224 1.609-.339 2.422-.924.552-.397.62-.789.126-.73-.552.063-.613.112-.775.622-.188.593-.272.665-.775.666-.527 0-.74-.181-.889-.76-.052-.205-.067-.222-.216-.272q-.833-.276-.832 1.112c0 .16-.01.168-.193.173-.298.008-.33-.091-.154-.475.233-.509.242-.609.061-.686-.392-.165-.783.255-.71.763.067.455.394.695.803.589.116-.03.116-.03.218.022.123.064.107.063.274.02zm1.822-.776c.233-.02.388-.185.388-.41 0-.326-.282-.468-.63-.317-.1.044-.122.047-.206.034-.357-.058-.502.239-.254.52.159.181.28.21.702.173zm-3.21-.95c.373-.19.832-1.164.684-1.45-.044-.084-.06-.077-.158.074-.048.073-.168.24-.266.37-.458.608-.578.868-.456.99.062.061.1.065.196.016m-2.196 11.74a19 19 0 0 1-.785-.142c-.644-.128-.933-.172-1.124-.172-.176 0-.216-.034-.167-.142.054-.118.217-.105.757.058q.533.16.744.18c.061.006.15.021.196.034.135.037 1.206.178 1.352.178q.006.001-.002.017c-.016.025-.751.017-.971-.01m1.759-.748c-.223-.11-.292-.254-.352-.736-.062-.504-.159-.66-.453-.726l-.115-.027c-.04-.011-.071-.173-.056-.294.034-.272.204-.492.717-.92.113-.095.235-.203.271-.24.36-.376 1.53.104 1.99.815.325.505.322.619-.028.85-.432.284-.494.365-.485.636l.008.257c.01.323-.177.407-.645.29-.397-.1-.523-.084-.683.084-.06.063-.063.063-.17.01m1.138-.226c.31-.158.375-.55.147-.892-.244-.365-.56-.239-.548.22.014.563.154.799.4.672m-.866-.082c.245-.11.326-.537.167-.875-.156-.33-.447-.135-.502.335a4 4 0 0 1-.033.222c-.067.345.062.456.368.318m-.54-1.137c.272-.181.542-.19 1.375-.043.478.085.863.029.862-.125-.002-.572-.348-.742-1.23-.603-.554.088-.758.088-1.007.002-.275-.095-.602.165-.554.44.045.257.372.451.554.33M9.77 18.18c-1.242-.26-2.03-1.747-1.379-2.602.2-.262.262-.17.123.179-.58 1.458 1.23 2.822 2.635 1.986 1.028-.612 1.015-2.107-.022-2.62a3 3 0 0 1-.196-.11c-.401-.248-.853-.232-1.716.06-.505.171-.49.171-.33 0 .605-.654 1.898-.634 2.686.04 1.433 1.226.115 3.47-1.801 3.067m5.037-.112c-1.959-.3-2.62-2.187-1.153-3.292 1.31-.987 3.322-.01 3.258 1.584-.04.981-1.121 1.858-2.105 1.708m.402-.32c1.503-.02 2.006-1.931.735-2.794-.798-.542-2.093-.295-2.555.487-.542.918.047 2.147 1.111 2.319.028.004.147.004.265 0 .117-.006.317-.01.444-.013m-1.504-.836c-.44-.125-.51-.655-.138-1.057.335-.363.817-.206 1.018.332.09.24.058.275-.223.259-.179-.011-.264.002-.263.04 0 .007.06.057.134.111.22.162.225.216.027.284a1.25 1.25 0 0 1-.555.03m-4.654.107c-.466-.044-.63-.297-.442-.68.224-.452.732-.585 1.015-.264.428.486.11 1.01-.573.944M5.261 4.894c-.006-.01.009-.046.033-.081l.089-.126a.4.4 0 0 0 .053-.132c.006-.043.02-.072.037-.077.07-.022.69-.149.95-.196.67-.12.85-.132 2.365-.156 2.81-.044 3.885-.08 4.925-.162.357-.029.338-.032.423.084.133.183.016.311-.338.37-.425.07-2.138.025-2.594-.067-.484-.099-.636-.094-.775.026-.081.07-.064.07-.278-.002-.27-.09-.507-.118-.876-.106-.3.01-.417.024-1.136.13-.193.027-.462.059-.598.07-.472.035-1.013.135-1.756.324-.498.127-.507.129-.524.101m11.997-1.208c0-.085.11-.21.595-.668.269-.255.464-.481.464-.54 0-.056.047-.06.066-.006.105.3-.107.597-.698.983l-.32.212c-.085.058-.107.062-.107.019"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/giphy.svg b/mkdocs-material/material/templates/.icons/simple/giphy.svg new file mode 100644 index 0000000..ca4f87b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/giphy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.666 0v24h18.668V8.666l-2.668 2.668v10H5.334V2.668H10L12.666 0zm10.668 0v8h8V5.334h-2.668V2.668H16V0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/git.svg b/mkdocs-material/material/templates/.icons/simple/git.svg new file mode 100644 index 0000000..e7b60b2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/git.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.546 10.93 13.067.452a1.55 1.55 0 0 0-2.188 0L8.708 2.627l2.76 2.76a1.838 1.838 0 0 1 2.327 2.341l2.658 2.66a1.838 1.838 0 0 1 1.9 3.039 1.837 1.837 0 0 1-2.6 0 1.85 1.85 0 0 1-.404-1.996L12.86 8.955v6.525c.176.086.342.203.488.348a1.85 1.85 0 0 1 0 2.6 1.844 1.844 0 0 1-2.609 0 1.834 1.834 0 0 1 0-2.598c.182-.18.387-.316.605-.406V8.835a1.834 1.834 0 0 1-.996-2.41L7.636 3.7.45 10.881c-.6.605-.6 1.584 0 2.189l10.48 10.477a1.545 1.545 0 0 0 2.186 0l10.43-10.43a1.544 1.544 0 0 0 0-2.187"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gitbook.svg b/mkdocs-material/material/templates/.icons/simple/gitbook.svg new file mode 100644 index 0000000..57348d3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gitbook.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.513 1.097c-.645 0-1.233.34-2.407 1.017L3.675 5.82A7.23 7.23 0 0 0 0 12.063v.236a7.23 7.23 0 0 0 3.667 6.238L7.69 20.86c2.354 1.36 3.531 2.042 4.824 2.042 1.292.001 2.47-.678 4.825-2.038l4.251-2.453c1.177-.68 1.764-1.02 2.087-1.579.323-.56.324-1.24.323-2.6v-2.63a1.04 1.04 0 0 0-1.558-.903l-8.728 5.024c-.587.337-.88.507-1.201.507-.323 0-.616-.168-1.204-.506l-5.904-3.393c-.297-.171-.446-.256-.565-.271a.6.6 0 0 0-.634.368c-.045.111-.045.282-.043.625.002.252 0 .378.025.494.053.259.189.493.387.667.089.077.198.14.416.266l6.315 3.65c.589.34.884.51 1.207.51s.617-.17 1.206-.509l7.74-4.469c.202-.116.302-.172.377-.13.075.044.075.16.075.392v1.193c0 .34.001.51-.08.649-.08.14-.227.224-.522.394l-6.382 3.685c-1.178.68-1.767 1.02-2.413 1.02s-1.236-.34-2.412-1.022l-5.97-3.452-.043-.025a4.1 4.1 0 0 1-2.031-3.52V11.7a2.25 2.25 0 0 1 1.12-1.944 1.98 1.98 0 0 1 1.982-.001l4.946 2.858c1.174.679 1.762 1.019 2.407 1.02.645 0 1.233-.34 2.41-1.017l7.482-4.306a1.091 1.091 0 0 0 0-1.891L14.92 2.11c-1.175-.675-1.762-1.013-2.406-1.013Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gitconnected.svg b/mkdocs-material/material/templates/.icons/simple/gitconnected.svg new file mode 100644 index 0000000..2f58c15 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gitconnected.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.734 5.42C2.865 5.42 0 8.405 0 12.035c0 3.607 2.842 6.545 6.688 6.545 3.859 0 6.708-2.936 6.755-6.58l.002-.08c.03-2.19 1.504-3.967 3.797-3.967 2.268 0 3.87 1.838 3.87 4.082 0 2.222-1.483 4.037-3.823 4.037-1.334 0-2.43-.657-3.107-1.656a7.6 7.6 0 0 1-1.41 2.53c1.163 1.013 2.71 1.634 4.47 1.634 3.893 0 6.758-2.986 6.758-6.592 0-3.63-2.841-6.568-6.71-6.568-3.828 0-6.672 2.922-6.733 6.5-.015.04 0 .101 0 .115 0 2.222-1.482 4.037-3.823 4.037-2.244 0-3.845-1.84-3.845-4.084 0-2.221 1.482-4.035 3.799-4.035 1.232 0 2.254.554 2.943 1.41l1.385-2.449A6.75 6.75 0 0 0 6.734 5.42"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gitea.svg b/mkdocs-material/material/templates/.icons/simple/gitea.svg new file mode 100644 index 0000000..fda068f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gitea.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.209 4.603c-.247 0-.525.02-.84.088-.333.07-1.28.283-2.054 1.027C-.403 7.25.035 9.685.089 10.052c.065.446.263 1.687 1.21 2.768 1.749 2.141 5.513 2.092 5.513 2.092s.462 1.103 1.168 2.119c.955 1.263 1.936 2.248 2.89 2.367 2.406 0 7.212-.004 7.212-.004s.458.004 1.08-.394c.535-.324 1.013-.893 1.013-.893s.492-.527 1.18-1.73c.21-.37.385-.729.538-1.068 0 0 2.107-4.471 2.107-8.823-.042-1.318-.367-1.55-.443-1.627-.156-.156-.366-.153-.366-.153s-4.475.252-6.792.306c-.508.011-1.012.023-1.512.027v4.474l-.634-.301c0-1.39-.004-4.17-.004-4.17-1.107.016-3.405-.084-3.405-.084s-5.399-.27-5.987-.324c-.187-.011-.401-.032-.648-.032zm.354 1.832h.111s.271 2.269.6 3.597C5.549 11.147 6.22 13 6.22 13s-.996-.119-1.641-.348c-.99-.324-1.409-.714-1.409-.714s-.73-.511-1.096-1.52C1.444 8.73 2.021 7.7 2.021 7.7s.32-.859 1.47-1.145c.395-.106.863-.12 1.072-.12m8.33 2.554c.26.003.509.127.509.127l.868.422-.529 1.075a.69.69 0 0 0-.614.359.69.69 0 0 0 .072.756l-.939 1.924a.69.69 0 0 0-.66.527.69.69 0 0 0 .347.763.686.686 0 0 0 .867-.206.69.69 0 0 0-.069-.882l.916-1.874a.7.7 0 0 0 .237-.02.66.66 0 0 0 .271-.137 9 9 0 0 1 1.016.512.76.76 0 0 1 .286.282c.073.21-.073.569-.073.569-.087.29-.702 1.55-.702 1.55a.69.69 0 0 0-.676.477.681.681 0 1 0 1.157-.252c.073-.141.141-.282.214-.431.19-.397.515-1.16.515-1.16.035-.066.218-.394.103-.814-.095-.435-.48-.638-.48-.638-.467-.301-1.116-.58-1.116-.58s0-.156-.042-.27a.7.7 0 0 0-.148-.241l.516-1.062 2.89 1.401s.48.218.583.619c.073.282-.019.534-.069.657-.24.587-2.1 4.317-2.1 4.317s-.232.554-.748.588a1.1 1.1 0 0 1-.393-.045l-.202-.08-4.31-2.1s-.417-.218-.49-.596c-.083-.31.104-.691.104-.691l2.073-4.272s.183-.37.466-.497a.9.9 0 0 1 .35-.077"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gitee.svg b/mkdocs-material/material/templates/.icons/simple/gitee.svg new file mode 100644 index 0000000..e3c6e23 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gitee.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.984 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0zm6.09 5.333c.328 0 .593.266.592.593v1.482a.594.594 0 0 1-.593.592H9.777c-.982 0-1.778.796-1.778 1.778v5.63c0 .327.266.592.593.592h5.63c.982 0 1.778-.796 1.778-1.778v-.296a.593.593 0 0 0-.592-.593h-4.15a.59.59 0 0 1-.592-.592v-1.482a.593.593 0 0 1 .593-.592h6.815c.327 0 .593.265.593.592v3.408a4 4 0 0 1-4 4H5.926a.593.593 0 0 1-.593-.593V9.778a4.444 4.444 0 0 1 4.445-4.444h8.296Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gitextensions.svg b/mkdocs-material/material/templates/.icons/simple/gitextensions.svg new file mode 100644 index 0000000..e567587 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gitextensions.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17.504 0-4.631 4.875 2.533.004c0 2.604-1.327 4.58-3.32 6.16l-6.393 5.065c-2.559 2.027-3.859 4.392-3.859 7.886.01-.009 4.283.026 4.283 0 0-1.91.73-3.581 2.223-4.793l6.723-5.455c2.57-2.085 4.514-4.86 4.517-8.867h2.586zM1.834 4.873c0 3.78 1.833 6.398 4.148 8.518l1.11.88 3.222-2.554-1.078-.858C7.43 9.22 6.117 7.383 6.117 4.873c-1.423-.004-2.856 0-4.283 0m12.592 10.115-3.178 2.58.992.787c1.82 1.593 3.166 3.33 3.166 5.635h4.166c-.009-3.633-1.788-6.1-4.066-8.144-.356-.28-.722-.572-1.08-.858"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gitforwindows.svg b/mkdocs-material/material/templates/.icons/simple/gitforwindows.svg new file mode 100644 index 0000000..8951add --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gitforwindows.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.976 0a1.54 1.54 0 0 0-1.093.453L8.707 2.629l2.76 2.76a1.834 1.834 0 0 1 2.325 2.34l.91.91 3.277-3.276-4.91-4.91A1.54 1.54 0 0 0 11.975 0M7.638 3.698 5.926 5.41l4.91 4.91c.153.153.331.267.521.342V8.83a1.8 1.8 0 0 1-.602-.401 1.84 1.84 0 0 1-.396-2.01Zm10.916 2.24-3.276 3.276 1.174 1.175a1.838 1.838 0 1 1-1.101 1.037l-1.143-1.142-.588.588a1.546 1.546 0 0 0 0 2.187l4.993 4.993 4.934-4.934a1.547 1.547 0 0 0 0-2.187zM5.34 5.996.453 10.883a1.546 1.546 0 0 0 0 2.186l4.84 4.84 4.887-4.888a1.547 1.547 0 0 0 0-2.186zm7.53 2.95v1.498c.05-.04.104-.077.151-.124l.611-.611zm-1.513 4.222a1.5 1.5 0 0 0-.635.376L5.825 18.44l5.107 5.106a1.546 1.546 0 0 0 2.186 0l4.896-4.897-5.106-5.106c-.012-.012-.026-.02-.039-.032v1.962a1.9 1.9 0 0 1 .487.348 1.84 1.84 0 1 1-2.601 0 1.8 1.8 0 0 1 .602-.402z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/github.svg b/mkdocs-material/material/templates/.icons/simple/github.svg new file mode 100644 index 0000000..1ee010b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/github.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/githubactions.svg b/mkdocs-material/material/templates/.icons/simple/githubactions.svg new file mode 100644 index 0000000..cfaaf06 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/githubactions.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.984 13.836a.5.5 0 0 1-.353-.146l-.745-.743a.5.5 0 1 1 .706-.708l.392.391 1.181-1.18a.5.5 0 0 1 .708.707l-1.535 1.533a.5.5 0 0 1-.354.146m9.353-.147 1.534-1.532a.5.5 0 0 0-.707-.707l-1.181 1.18-.392-.391a.5.5 0 1 0-.706.708l.746.743a.497.497 0 0 0 .706-.001M4.527 7.452l2.557-1.585A1 1 0 0 0 7.09 4.17L4.533 2.56A1 1 0 0 0 3 3.406v3.196a1.001 1.001 0 0 0 1.527.85m2.03-2.436L4 6.602V3.406zM24 12.5c0 1.93-1.57 3.5-3.5 3.5a3.5 3.5 0 0 1-3.46-3h-2.08a3.5 3.5 0 0 1-3.46 3 3.5 3.5 0 0 1-3.46-3h-.558c-.972 0-1.85-.399-2.482-1.042V17c0 1.654 1.346 3 3 3h.04c.244-1.693 1.7-3 3.46-3 1.93 0 3.5 1.57 3.5 3.5S13.43 24 11.5 24a3.5 3.5 0 0 1-3.46-3H8c-2.206 0-4-1.794-4-4V9.899A5.01 5.01 0 0 1 0 5c0-2.757 2.243-5 5-5s5 2.243 5 5a5.005 5.005 0 0 1-4.952 4.998A2.48 2.48 0 0 0 7.482 12h.558c.244-1.693 1.7-3 3.46-3a3.5 3.5 0 0 1 3.46 3h2.08a3.5 3.5 0 0 1 3.46-3c1.93 0 3.5 1.57 3.5 3.5m-15 8c0 1.378 1.122 2.5 2.5 2.5s2.5-1.122 2.5-2.5-1.122-2.5-2.5-2.5S9 19.122 9 20.5M5 9c2.206 0 4-1.794 4-4S7.206 1 5 1 1 2.794 1 5s1.794 4 4 4m9 3.5c0-1.378-1.122-2.5-2.5-2.5S9 11.122 9 12.5s1.122 2.5 2.5 2.5 2.5-1.122 2.5-2.5m9 0c0-1.378-1.122-2.5-2.5-2.5S18 11.122 18 12.5s1.122 2.5 2.5 2.5 2.5-1.122 2.5-2.5m-13 8a.5.5 0 1 0 1 0 .5.5 0 0 0-1 0m2 0a.5.5 0 1 0 1 0 .5.5 0 0 0-1 0m12 0c0 1.93-1.57 3.5-3.5 3.5a3.5 3.5 0 0 1-3.46-3.002q-.01.003-.021.005l-.506.017h-.017a.5.5 0 0 1-.016-.999l.506-.017c.018-.002.035.006.052.007A3.5 3.5 0 0 1 20.5 17c1.93 0 3.5 1.57 3.5 3.5m-1 0c0-1.378-1.122-2.5-2.5-2.5S18 19.122 18 20.5s1.122 2.5 2.5 2.5 2.5-1.122 2.5-2.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/githubcopilot.svg b/mkdocs-material/material/templates/.icons/simple/githubcopilot.svg new file mode 100644 index 0000000..b70262a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/githubcopilot.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.922 16.997C23.061 18.492 18.063 22.02 12 22.02S.939 18.492.078 16.997A.6.6 0 0 1 0 16.741v-2.869a1 1 0 0 1 .053-.22c.372-.935 1.347-2.292 2.605-2.656.167-.429.414-1.055.644-1.517a10 10 0 0 1-.052-1.086c0-1.331.282-2.499 1.132-3.368.397-.406.89-.717 1.474-.952C7.255 2.937 9.248 1.98 11.978 1.98s4.767.957 6.166 2.093c.584.235 1.077.546 1.474.952.85.869 1.132 2.037 1.132 3.368 0 .368-.014.733-.052 1.086.23.462.477 1.088.644 1.517 1.258.364 2.233 1.721 2.605 2.656a.8.8 0 0 1 .053.22v2.869a.6.6 0 0 1-.078.256m-11.75-5.992h-.344a4 4 0 0 1-.355.508c-.77.947-1.918 1.492-3.508 1.492-1.725 0-2.989-.359-3.782-1.259a2 2 0 0 1-.085-.104L4 11.746v6.585c1.435.779 4.514 2.179 8 2.179s6.565-1.4 8-2.179v-6.585l-.098-.104s-.033.045-.085.104c-.793.9-2.057 1.259-3.782 1.259-1.59 0-2.738-.545-3.508-1.492a4 4 0 0 1-.355-.508m2.328 3.25c.549 0 1 .451 1 1v2c0 .549-.451 1-1 1s-1-.451-1-1v-2c0-.549.451-1 1-1m-5 0c.549 0 1 .451 1 1v2c0 .549-.451 1-1 1s-1-.451-1-1v-2c0-.549.451-1 1-1m3.313-6.185c.136 1.057.403 1.913.878 2.497.442.544 1.134.938 2.344.938 1.573 0 2.292-.337 2.657-.751.384-.435.558-1.15.558-2.361 0-1.14-.243-1.847-.705-2.319-.477-.488-1.319-.862-2.824-1.025-1.487-.161-2.192.138-2.533.529-.269.307-.437.808-.438 1.578v.021q0 .397.063.893m-1.626 0q.063-.496.063-.894v-.02c-.001-.77-.169-1.271-.438-1.578-.341-.391-1.046-.69-2.533-.529-1.505.163-2.347.537-2.824 1.025-.462.472-.705 1.179-.705 2.319 0 1.211.175 1.926.558 2.361.365.414 1.084.751 2.657.751 1.21 0 1.902-.394 2.344-.938.475-.584.742-1.44.878-2.497"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/githubpages.svg b/mkdocs-material/material/templates/.icons/simple/githubpages.svg new file mode 100644 index 0000000..edfbecb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/githubpages.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.088 13.126h-.296V9.858h.998c.815 0 1.094.47 1.094.98s-.28.98-1.094.98h-.701zm0-1.582h.74a.642.642 0 0 0 .733-.705.642.642 0 0 0-.732-.706h-.741zm2.881-.37a1.9 1.9 0 0 0-.653.11v-.262a1.8 1.8 0 0 1 .653-.118c.654 0 .824.297.824.732v1.49h-.17l-.066-.174a1.14 1.14 0 0 1-.657.218.663.663 0 0 1-.763-.702c0-.37.205-.645.776-.68l.575-.035v-.122c0-.318-.113-.457-.519-.457m-.078.85c-.31.03-.445.192-.445.445 0 .196.048.431.462.431a1.06 1.06 0 0 0 .58-.174v-.758zm1.86.493a.25.25 0 0 0-.083.16c0 .11.053.158.166.17l.74.088c.41.044.598.205.598.584 0 .532-.532.74-1.133.74-.61 0-.976-.178-.976-.657a.61.61 0 0 1 .449-.575v-.005a.32.32 0 0 1-.14-.287.4.4 0 0 1 .166-.297.75.75 0 0 1-.349-.714c0-.449.192-.82.85-.82a1.4 1.4 0 0 1 .349.044h.74v.165l-.365.105a.9.9 0 0 1 .126.505c0 .449-.192.82-.85.82a1.4 1.4 0 0 1-.288-.027zm.127.588c-.288.065-.532.2-.532.48 0 .322.244.413.693.413.435 0 .845-.109.845-.48 0-.221-.105-.309-.37-.34zm.727-1.381c0-.288-.056-.554-.566-.554s-.567.266-.567.554.057.553.567.553.566-.266.566-.554zm1.637-.82c.74 0 .828.506.828 1.133v.14h-1.438c.018.379.118.723.61.723a1.7 1.7 0 0 0 .719-.122v.261a1.8 1.8 0 0 1-.719.131c-.736 0-.915-.505-.915-1.133s.179-1.133.915-1.133m-.61 1.024h1.133c0-.387-.022-.753-.523-.753-.506 0-.597.36-.61.753m2.601-.052c.619.057.767.266.767.623 0 .336-.213.671-.876.671a2.2 2.2 0 0 1-.649-.109V12.8a1.9 1.9 0 0 0 .654.1c.453 0 .575-.192.575-.397 0-.2-.061-.34-.492-.374-.632-.057-.763-.28-.763-.58 0-.31.2-.645.815-.645a1.6 1.6 0 0 1 .627.11v.26a1.8 1.8 0 0 0-.631-.1c-.432 0-.523.162-.523.376 0 .19.078.29.496.326m-20.787-.659H1.38a.05.05 0 0 0-.05.05v.522a.05.05 0 0 0 .05.05h.416v.649a1.3 1.3 0 0 1-.351.032c-.305 0-.731-.112-.731-1.048s.443-1.06.86-1.06a1.7 1.7 0 0 1 .614.094.05.05 0 0 0 .06-.05l.12-.504a.05.05 0 0 0-.02-.039 1.7 1.7 0 0 0-.903-.165C.73 9.748 0 10.05 0 11.508s.837 1.675 1.542 1.675a1.74 1.74 0 0 0 .938-.25.04.04 0 0 0 .016-.038v-1.628a.05.05 0 0 0-.05-.05m5.545-1.294a.05.05 0 0 0-.05-.05H7.34a.05.05 0 0 0-.05.05v1.161h-.936V9.923a.05.05 0 0 0-.05-.05h-.6a.05.05 0 0 0-.05.05v3.145a.05.05 0 0 0 .05.05h.6a.05.05 0 0 0 .05-.05v-1.345h.937l-.002 1.345a.05.05 0 0 0 .05.05h.603a.05.05 0 0 0 .05-.05zm-4.389.412a.388.388 0 1 0-.387.392.39.39 0 0 0 .387-.392m-.042 2.068v-1.451a.05.05 0 0 0-.05-.05h-.6a.06.06 0 0 0-.051.056v2.08c0 .06.038.079.087.079h.54c.06 0 .074-.03.074-.08zm6.764-1.497h-.597a.05.05 0 0 0-.05.05v1.542a.67.67 0 0 1-.367.11c-.215 0-.272-.097-.272-.307v-1.344a.05.05 0 0 0-.05-.05h-.604a.05.05 0 0 0-.05.05v1.446c0 .626.348.779.828.779a1.4 1.4 0 0 0 .71-.217 1 1 0 0 0 .022.128.05.05 0 0 0 .044.027l.385-.002a.05.05 0 0 0 .05-.05v-2.112a.05.05 0 0 0-.05-.05zm1.662-.07a1.1 1.1 0 0 0-.569.15V9.923a.05.05 0 0 0-.05-.05h-.602a.05.05 0 0 0-.05.05v3.145a.05.05 0 0 0 .05.05h.418a.05.05 0 0 0 .044-.027 1 1 0 0 0 .025-.144 1.08 1.08 0 0 0 .713.233c.548 0 .862-.278.862-1.248s-.502-1.095-.841-1.095zm-.235 1.771a.7.7 0 0 1-.347-.1v-.996a.8.8 0 0 1 .308-.1c.215-.019.422.046.422.558 0 .54-.094.647-.383.639zm-6.475-1.706h-.45l-.002-.595q.001-.034-.037-.034h-.615q-.036 0-.036.033v.615l-.33.08a.05.05 0 0 0-.035.048v.387a.05.05 0 0 0 .05.05h.315v.93c0 .692.484.76.812.76a1.4 1.4 0 0 0 .357-.06.05.05 0 0 0 .028-.044l.001-.426a.05.05 0 0 0-.05-.05c-.026 0-.094.01-.163.01-.221 0-.296-.102-.296-.236v-.884h.451a.05.05 0 0 0 .05-.05v-.484a.05.05 0 0 0-.05-.05"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/githubsponsors.svg b/mkdocs-material/material/templates/.icons/simple/githubsponsors.svg new file mode 100644 index 0000000..a666087 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/githubsponsors.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.625 1.499c-2.32 0-4.354 1.203-5.625 3.03-1.271-1.827-3.305-3.03-5.625-3.03C3.129 1.499 0 4.253 0 8.249c0 4.275 3.068 7.847 5.828 10.227a33 33 0 0 0 5.616 3.876l.028.017.008.003-.001.003c.163.085.342.126.521.125.179.001.358-.041.521-.125l-.001-.003.008-.003.028-.017a33 33 0 0 0 5.616-3.876C20.932 16.096 24 12.524 24 8.249c0-3.996-3.129-6.75-6.375-6.75m-.919 15.275a30.8 30.8 0 0 1-4.703 3.316l-.004-.002-.004.002a31 31 0 0 1-4.703-3.316c-2.677-2.307-5.047-5.298-5.047-8.523 0-2.754 2.121-4.5 4.125-4.5 2.06 0 3.914 1.479 4.544 3.684.143.495.596.797 1.086.796.49.001.943-.302 1.085-.796.63-2.205 2.484-3.684 4.544-3.684 2.004 0 4.125 1.746 4.125 4.5 0 3.225-2.37 6.216-5.048 8.523"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gitignoredotio.svg b/mkdocs-material/material/templates/.icons/simple/gitignoredotio.svg new file mode 100644 index 0000000..d4a7132 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gitignoredotio.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.08 7.143c-.958.57-1.977 1.065-3.743 1.02-2.082 0-3.55 1.11-3.55 2.91 0 1.035.405 1.74 1.409 2.28-.57.36-.884.93-.884 1.516 0 .84.719 1.575 2.456 1.575h1.257c.794 0 1.153.33 1.153.795 0 .525-.344.915-1.841.915-1.513 0-1.812-.315-1.812-1.005H7.428c0 1.575.794 2.565 3.849 2.565 2.815 0 4.252-1.005 4.252-2.64 0-1.335-1.183-2.31-3.024-2.31h-1.318c-.764 0-.869-.24-.869-.48 0-.18.09-.36.255-.45.284.06.584.09.928.09 2.052 0 3.37-1.125 3.37-2.67 0-1.036-.54-1.62-1.543-2.056 1.003 0 1.737-.09 2.291-.315zm-3.683 2.565c.793 0 1.212.42 1.212 1.305 0 .915-.434 1.395-1.212 1.395-.734 0-1.213-.495-1.213-1.365 0-.825.464-1.335 1.213-1.335m9.135-5.423c-.826 0-1.412.588-1.412 1.341 0 .77.586 1.342 1.412 1.342s1.396-.573 1.396-1.341c0-.754-.57-1.341-1.396-1.341zm1.426 4.19h-4.55v1.627h2.178v4.747h-2.253v1.627H24V14.85h-2.042zM3.933 13.933l1.02 1.02-2.477 2.476-.62-.62v-.8zm-2.695-.219v2.477L0 14.952zm2.257-.219-1.638 1.639v-2.039l.619-.619 1.019 1.02z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gitkraken.svg b/mkdocs-material/material/templates/.icons/simple/gitkraken.svg new file mode 100644 index 0000000..2098249 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gitkraken.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.225 6.252a.478.478 0 0 0-.923.171.8.8 0 0 0 .026.171c2.15 5.71-.751 12.077-6.46 14.226a11 11 0 0 1-2.426.607v-5.155c.33-.066.646-.158.962-.264v4.338c5.445-1.332 8.794-6.817 7.463-12.262a10.15 10.15 0 0 0-4.958-6.487.47.47 0 0 0-.646.185.47.47 0 0 0 .185.646c4.443 2.452 6.051 8.056 3.6 12.499a9.13 9.13 0 0 1-4.681 4.1v-3.836a1.47 1.47 0 0 0 1.028-1.398c0-.527-.264-1.002-.725-1.266.343-3.309 1.859-2.439 1.859-3.493v-.62c0-1.582-3.665-6.737-5.38-6.856h-.316c-1.714.119-5.379 5.274-5.379 6.856v.62c0 1.054 1.503.184 1.859 3.493a1.46 1.46 0 0 0-.725 1.266c0 .646.422 1.2 1.028 1.398v3.836C3.91 17.168 1.59 11.83 3.448 7.11a9.24 9.24 0 0 1 4.1-4.68.48.48 0 0 0 .185-.66.49.49 0 0 0-.422-.237.44.44 0 0 0-.224.065 10.14 10.14 0 0 0-3.982 13.791 10.15 10.15 0 0 0 6.487 4.958V16.02c.316.106.633.198.962.264v5.155C4.503 20.636.257 15.085 1.062 9.034a11 11 0 0 1 .606-2.426.49.49 0 0 0-.277-.62.494.494 0 0 0-.62.277c-2.333 6.21.805 13.131 7.015 15.452 1.2.448 2.452.699 3.73.751v-6.09c.172.012.489.012.489.012s.316 0 .488-.013v6.078c6.631-.277 11.773-5.867 11.496-12.499a12.5 12.5 0 0 0-.764-3.704m-9.019 6.842a.995.995 0 0 1 1.398 0 .995.995 0 0 1 0 1.398.995.995 0 0 1-1.398 0 .99.99 0 0 1 0-1.398m-4.43 1.398a.98.98 0 0 1-1.384 0 .995.995 0 0 1 0-1.398.995.995 0 0 1 1.398 0 .983.983 0 0 1-.013 1.398z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gitlab.svg b/mkdocs-material/material/templates/.icons/simple/gitlab.svg new file mode 100644 index 0000000..757e095 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gitlab.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23.6 9.593-.033-.086L20.3.98a.85.85 0 0 0-.336-.405.875.875 0 0 0-1 .054.88.88 0 0 0-.29.44L16.47 7.818H7.537L5.333 1.07a.86.86 0 0 0-.29-.441.875.875 0 0 0-1-.054.86.86 0 0 0-.336.405L.433 9.502l-.032.086a6.066 6.066 0 0 0 2.012 7.01l.01.009.03.021 4.977 3.727 2.462 1.863 1.5 1.132a1.01 1.01 0 0 0 1.22 0l1.499-1.132 2.461-1.863 5.006-3.75.013-.01a6.07 6.07 0 0 0 2.01-7.002"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gitlfs.svg b/mkdocs-material/material/templates/.icons/simple/gitlfs.svg new file mode 100644 index 0000000..0ac34f8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gitlfs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.967.304 0 7.215v9.68l11.79 6.802V14.02l11.96-6.91-4.383-2.53-11.959 6.905v3.887l-2.775-1.601V9.886l11.965-6.91zM24 7.545 12.29 14.31v9.387L24 16.929V7.547z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gitpod.svg b/mkdocs-material/material/templates/.icons/simple/gitpod.svg new file mode 100644 index 0000000..e4b2883 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gitpod.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.033 1.195a2.387 2.387 0 0 1-.87 3.235l-6.98 4.04a.6.6 0 0 0-.3.522v6.342a.6.6 0 0 0 .3.521l5.524 3.199a.59.59 0 0 0 .586 0l5.527-3.199a.6.6 0 0 0 .299-.52V11.39l-4.969 2.838a2.326 2.326 0 0 1-3.19-.9 2.39 2.39 0 0 1 .89-3.23l7.108-4.062C20.123 4.8 22.8 6.384 22.8 8.901v6.914a4.52 4.52 0 0 1-2.245 3.919l-6.345 3.672a4.41 4.41 0 0 1-4.422 0l-6.344-3.672A4.52 4.52 0 0 1 1.2 15.816V8.51a4.52 4.52 0 0 1 2.245-3.918l7.393-4.28a2.326 2.326 0 0 1 3.195.883"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gitter.svg b/mkdocs-material/material/templates/.icons/simple/gitter.svg new file mode 100644 index 0000000..62896bb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gitter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.501 4.001H10.5V24H8.501zm6.999 0V24h-2V4.001zM3.5 0h2.001v15H3.5zm15 4.001h2V15h-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/glassdoor.svg b/mkdocs-material/material/templates/.icons/simple/glassdoor.svg new file mode 100644 index 0000000..d9c5235 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/glassdoor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.11 0a.124.124 0 0 0-.136.128v3.45c0 .068.054.12.121.128 2.62.172 4.61.95 4.61 3.681h-5.619a.134.134 0 0 0-.135.135v8.964c0 .075.06.135.135.135h10.003c.075 0 .135-.06.135-.135V7.342c0-2.237-.8-4.056-2.416-5.328C19.32.847 17.088.143 14.11.001M.91 7.388a.134.134 0 0 0-.134.135v8.956c0 .075.06.135.135.135H6.53c0 2.731-1.99 3.51-4.61 3.681a.13.13 0 0 0-.119.127v3.451c0 .075.06.135.135.127 2.978-.142 5.208-.846 6.697-2.013 1.616-1.272 2.416-3.09 2.416-5.328V7.522a.134.134 0 0 0-.135-.135z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/glide.svg b/mkdocs-material/material/templates/.icons/simple/glide.svg new file mode 100644 index 0000000..4d482d6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/glide.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.8 17.52a6.72 6.72 0 0 1 6.72-6.72H24L10.8 24ZM0 13.2 13.2 0v6.48a6.72 6.72 0 0 1-6.72 6.72z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/glitch.svg b/mkdocs-material/material/templates/.icons/simple/glitch.svg new file mode 100644 index 0000000..fb27bb7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/glitch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.146 2.393c-.618 0-1.794 1.61-1.794 1.61s-.453 0-1.803.07-2.553.67-4.159 1.934S.011 8.537.011 8.537s1.498.507 1.498.781c0 .275-1.311.6-1.311.6.845 1.081 3.467 2.09 4.13 2.09h.524c-1.086.214-2.136.804-3.462 1.847-1.606 1.264-1.379 2.53-1.379 2.53s1.498.507 1.498.781c0 .275-1.311.6-1.311.6.845 1.081 3.467 2.09 4.13 2.09.635 0 1.079.018 1.882-.132.06.134.686 1.461 1.965 1.736 1.347.29 2.092.062 2.092.062s.067-.595-.24-1.189c1.17.115 2.495.145 3.792-.052 3.603-.547 5.382-1.413 5.963-1.528s3.904 1.476 4.106 1.104c.203-.373-.73-1.188-.295-2.288.434-1.1-.534-1.827.003-2.705s.43-2.219.292-2.29c-.295-.15-3.423 1.407-4.106 1.28-1.686-.311-1.377-.513-3.647-1.027-.907-.206-.781-.084-.982-.236-.134-.102-.265-.116-.455-.306 3.015-.543 4.552-1.275 5.084-1.38.582-.116 3.904 1.476 4.106 1.103.202-.372-.73-1.187-.295-2.288.434-1.1-.534-1.826.003-2.705.537-.878.43-2.218.292-2.289-.295-.151-3.423 1.407-4.106 1.28-1.686-.312-1.377-.513-3.647-1.027-.907-.206-.781-.084-.982-.236s-.39-.106-.782-.74c-.392-.635-4.916-1.61-5.225-1.61M8.09 5.158l.04.002.111.006.397.02a287 287 0 0 1 1.59.088c.348.02.64.038.865.054.861.06 2.172.26 3.177.464 1.556.315 2.82.778 4.81 1.673l.677.305c.131.059.195.228.143.377-.052.15-.201.222-.333.163l-.675-.305c-1.962-.881-3.198-1.335-4.711-1.64-.988-.2-2.28-.397-3.12-.457a77 77 0 0 0-.859-.054l-.384-.022c-.383-.021-.793-.044-1.203-.065l-.126-.006a7 7 0 0 1 .339 1.187q.03.165.045.32c.034.336-.028.816-.162 1.42q-.067.3-.153.624a21 21 0 0 1-.29.995l-.02.064-.008.023c-.05.15-.198.226-.33.17-.133-.057-.2-.225-.15-.375l.007-.02.089-.283c.072-.236.144-.487.212-.741q.083-.312.146-.599c.12-.54.175-.966.15-1.213a3 3 0 0 0-.038-.269 6 6 0 0 0-.21-.796 8 8 0 0 0-.264-.685c-.091-.199.041-.435.238-.425m-1.653.17c.066.002.13.033.179.091a5 5 0 0 1 .417.627c.224.404.374.816.415 1.221q.033.348-.038.771c-.044.27-.115.555-.206.845a8 8 0 0 1-.25.688c-.063.144-.216.203-.343.132-.127-.07-.18-.245-.117-.389l.018-.044a8 8 0 0 0 .21-.582c.082-.263.146-.518.185-.755a2.4 2.4 0 0 0 .032-.6c-.03-.306-.153-.64-.34-.978a4 4 0 0 0-.356-.538.32.32 0 0 1 .01-.41.24.24 0 0 1 .184-.08zm-3.042.97c.62 0 1.122.57 1.122 1.272 0 .704-.503 1.273-1.122 1.273-.555 0-1.016-.457-1.106-1.058.077.452.428.793.849.793.477 0 .864-.44.864-.981 0-.542-.387-.981-.864-.981-.474 0-.86.432-.865.968V7.57c0-.703.502-1.273 1.122-1.273zM2.88 7.622a.234.265 0 0 1 .233.266.234.265 0 0 1-.233.265.234.265 0 0 1-.234-.265.234.265 0 0 1 .234-.266m3.329 4.253.006.013-.115.005zm1.88 1.13.04.003.111.005.397.02a287 287 0 0 1 1.59.088c.348.02.64.039.865.055.861.06 2.172.26 3.177.463 1.556.315 2.82.778 4.81 1.673l.677.305c.131.06.195.228.143.377-.052.15-.201.222-.333.163l-.675-.305c-1.962-.881-3.198-1.334-4.711-1.64-.988-.2-2.28-.397-3.12-.456a77 77 0 0 0-1.243-.077l-1.203-.065-.126-.006a7 7 0 0 1 .339 1.187q.03.165.045.32c.034.336-.028.817-.162 1.42q-.067.301-.153.625a21 21 0 0 1-.31 1.058l-.008.023c-.05.15-.198.226-.33.17-.133-.057-.2-.224-.15-.375l.007-.02.089-.283c.072-.236.144-.487.212-.74q.083-.313.146-.6c.12-.539.175-.966.15-1.213a3 3 0 0 0-.038-.268 6 6 0 0 0-.21-.796 8 8 0 0 0-.264-.686c-.091-.198.041-.434.238-.424zm-1.653.17c.066.002.13.033.179.091a5 5 0 0 1 .417.627c.224.405.374.816.415 1.222q.033.347-.038.77c-.044.27-.115.555-.206.845a8 8 0 0 1-.25.688c-.063.144-.216.204-.343.133s-.18-.246-.117-.39l.07-.173a8 8 0 0 0 .158-.453c.082-.262.146-.518.185-.755a2.4 2.4 0 0 0 .032-.6c-.03-.305-.153-.64-.34-.978a4 4 0 0 0-.356-.537.32.32 0 0 1 .01-.411.24.24 0 0 1 .184-.079m-3.042.97c.62 0 1.122.57 1.122 1.273s-.503 1.273-1.122 1.273c-.555 0-1.016-.458-1.106-1.058.077.451.428.792.849.792.477 0 .864-.439.864-.98 0-.543-.387-.982-.864-.982-.474 0-.86.433-.865.969v-.014c0-.703.502-1.273 1.122-1.273m-.514 1.326a.234.265 0 0 1 .233.265.234.265 0 0 1-.233.265.234.265 0 0 1-.234-.265.234.265 0 0 1 .234-.265"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/globus.svg b/mkdocs-material/material/templates/.icons/simple/globus.svg new file mode 100644 index 0000000..329be35 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/globus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.998 4.39c-3.825 0-7.15 1.695-8.787 4.16-.39.022-.78.041-1.17.067-.582.041-1.32.56-1.427 1.24L.432 10.99c-.18 1.125-.327 2.011-.426 3.16-.033.403.065.78.262 1.01.263.312.781.386.986.41q1.094.1 2.164.18c1.698 2.302 4.906 3.86 8.58 3.86s6.883-1.56 8.581-3.862c.442-.034.88-.064 1.326-.104.624-.057 1.2-.582 1.338-1.222.18-.821.24-1.14.305-1.55q.037-.197.072-.454c0-.025.017-.114.033-.229.041-.246.1-.64.15-.92l.18-1.207a1.09 1.09 0 0 0-.27-.935c-.214-.246-.585-.419-.954-.443a160 160 0 0 0-1.96-.12c-1.63-2.473-4.962-4.173-8.8-4.173Zm0 .33c3.594 0 6.725 1.547 8.327 3.821l-.428-.02c-.773-.98-1.858-1.807-3.156-2.398-.336.09-.73.173-1.148.238a13.6 13.6 0 0 1 1.101 2.034l-.556-.014a14 14 0 0 0-1.096-1.945c-.828.106-1.772.163-2.757.18v.294h-.433q-.03 0-.06.004v-.299a25 25 0 0 1-2.831-.172 14 14 0 0 0-1.09 1.932l-.28.006h-.106l.007-.108a1.5 1.5 0 0 0-.01-.255 14 14 0 0 1 .93-1.649 11 11 0 0 1-1.173-.238c-1.283.59-2.354 1.406-3.12 2.373q-.218.01-.435.02C5.29 6.26 8.414 4.72 11.998 4.72m-.213.417c-.686.01-1.357.084-2.003.207a12 12 0 0 0-.508.648c.77.082 1.625.13 2.51.14zm.5 0v.986a25 25 0 0 0 2.44-.14c-.28-.378-.477-.608-.51-.649a12 12 0 0 0-1.93-.197m-3.265.37q-.506.135-.986.304c.213.04.443.074.68.107.108-.156.216-.295.306-.41Zm5.967 0c.09.116.188.256.294.403.23-.033.453-.074.666-.107a9 9 0 0 0-.96-.295Zm-3.004 1.92h.476c.189 0 .36.09.475.247a.8.8 0 0 1 .14.607c-.024.205-.057.402-.082.608.5 0 1.01.01 1.51.017.189 0 .362.09.477.246a.8.8 0 0 1 .138.598c-.213 1.666-.468 3.333-.722 5.008-.066.435-.41.77-.78.779-.722.008-1.453.01-2.175.01a.6.6 0 0 1-.485-.246.81.81 0 0 1-.138-.592V14.7c.32-2.421.673-4.844 1.01-7.265.057 0 .106 0 .156-.008zm-5.567.141c.18 0 .33.074.436.213.115.148.156.36.115.582-.402 2.373-.746 4.705-.984 7.02-.214-.008-.42-.025-.633-.033a.65.65 0 0 1-.484-.256.78.78 0 0 1-.157-.575 93 93 0 0 1 1.043-6.91c.214-.008.418-.025.631-.033q.01.002.033-.008m3.884 1.33c.197 0 .362.081.477.23a.84.84 0 0 1 .13.606c-.237 1.683-.475 3.357-.697 5.032-.057.435-.394.764-.763.755a98 98 0 0 1-2.176-.074.66.66 0 0 1-.492-.261.78.78 0 0 1-.157-.575 119 119 0 0 1 .682-4.902c.066-.427.427-.77.805-.78q1.095-.022 2.19-.032m5.54.05c.213.008.427.007.64.015.198 0 .37.09.485.246.123.156.181.37.148.592a132 132 0 0 1-.625 4.234l.871-.023q.358-2.156.631-4.262c.05-.419.394-.737.772-.72l.69.023a87 87 0 0 1-.846 5.574c-.074.41-.426.755-.803.77-.73.034-1.453.067-2.184.09a.55.55 0 0 1-.476-.227.78.78 0 0 1-.123-.584 187 187 0 0 0 .82-5.729M4.185 9.06a.62.62 0 0 1 .492.205.78.78 0 0 1 .123.584q-.11.617-.205 1.222c-.304 0-.606.008-.91.008a.4.4 0 0 1-.387-.402c0-.025.033-.213.033-.213-.31.008-.69.01-1.002.017-.057.238-.475 3.045-.492 3.366.312.016.69.04 1.002.056.115-.64.165-.836.198-1.066-.04-.008-.14-.008-.182-.008-.205-.008-.384-.23-.352-.47.041-.286.082-.549.131-.844H4.07c.213 0 .46.073.402.45-.09.731-.213 1.808-.361 2.653-.082.435-.28.664-.73.672-.436 0-1.569-.08-2.225-.188-.197-.032-.41-.09-.54-.238-.133-.156-.173-.41-.173-.6 0-.508.27-2.668.582-4.318.074-.394.55-.738.935-.779a26 26 0 0 1 2.225-.107m16.548.04h.025c1.256.025 1.814.083 2.142.124.19.024.402.18.508.312.123.148.181.287.157.484q-.077.528-.165 1.07c-.295 0-.59-.01-.886-.01a.416.416 0 0 1-.395-.394c0-.024 0-.057.008-.08.008-.043.025-.084.033-.125l-.894-.025c-.025.18-.13.771-.172 1.025h1.502c.19 0 .361.076.476.215.115.148.164.279.131.533-.123 1.035-.237 1.56-.385 2.102-.098.378-.468.754-.845.795-1.076.123-1.405.133-2.2.174a.54.54 0 0 1-.476-.207.68.68 0 0 1-.115-.557 66 66 0 0 0 .213-1.232c.303-.017.606-.025.91-.034.205-.008.38.165.38.387 0 .033 0 .057-.009.09 0 .04-.01.09-.018.13.296-.007.592-.024.887-.04.033-.18.14-.73.182-.984-.296.008-1.43.007-1.43.007-.197.008-.344-.032-.46-.18-.114-.147-.195-.262-.212-.492.1-.919.31-2.06.352-2.388.05-.402.378-.7.756-.7m-7.937 1.24c-.033.247-.484 3.392-.533 3.745h.918c.04-.255.486-3.383.535-3.744zm-3.324.01c-.304 0-.616.006-.92.006-.041.255-.477 3.343-.51 3.696.304.008.609.007.912.015.025-.246.46-3.357.518-3.718zm-5.55 5.436.454.03c.732.823 1.691 1.522 2.813 2.044a11 11 0 0 1 1.19-.264 14 14 0 0 1-.9-1.613l.57.024c.29.575.6 1.09.88 1.508.862-.115 1.847-.18 2.865-.188v-1.25l.287.002.205-.002v1.25a24 24 0 0 1 2.784.188c.279-.42.587-.935.876-1.51.19-.007.38-.01.568-.018a15 15 0 0 1-.904 1.62q.665.109 1.183.269c1.137-.522 2.11-1.226 2.848-2.057l.443-.033C18.42 17.88 15.417 19.28 12 19.28c-3.417 0-6.414-1.401-8.078-3.494zm7.872 2.033a24 24 0 0 0-2.553.147c.27.377.485.624.56.715.64.115 1.304.189 1.993.197zm.492 0v1.059a12 12 0 0 0 1.914-.198 13 13 0 0 0 .55-.705 25 25 0 0 0-2.464-.156m-3.603.22a14 14 0 0 0-.73.134 9 9 0 0 0 1.076.336c-.1-.132-.223-.29-.346-.47m6.625.01a25 25 0 0 1-.336.46q.541-.133 1.058-.328c-.221-.05-.468-.09-.722-.131z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/glovo.svg b/mkdocs-material/material/templates/.icons/simple/glovo.svg new file mode 100644 index 0000000..62fbc03 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/glovo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.012 0C7.847 0 4.459 3.388 4.459 7.553c0 1.576.494 3.106 1.412 4.4l.211.281 3.93 5.555s.47.775 1.529.775h.941c1.036 0 1.53-.775 1.53-.775l3.93-5.555.187-.28a7.43 7.43 0 0 0 1.412-4.401C19.564 3.388 16.176 0 12.011 0Zm0 3.693a3.837 3.837 0 0 1 3.836 3.836 3.8 3.8 0 0 1-.73 2.237l-.212.28-2.894 4.095-2.895-4.07-.21-.305a3.85 3.85 0 0 1-.731-2.237 3.837 3.837 0 0 1 3.836-3.836m-2.117 18.26c0 1.106.893 2.023 2.07 2.047 1.223 0 2.117-.917 2.117-2.059 0-1.14-.894-2.058-2.094-2.058s-2.093.917-2.093 2.07"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gltf.svg b/mkdocs-material/material/templates/.icons/simple/gltf.svg new file mode 100644 index 0000000..cbd3a35 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gltf.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.67 16.29c.413-.462.63-1.137.63-2.046v-5.08h-.87v.794h-.01a1.63 1.63 0 0 0-.687-.692 2.05 2.05 0 0 0-.967-.231q-.72 0-1.214.274t-.795.703q-.3.43-.43.945-.128.515-.128 1.01 0 .57.155 1.08.156.51.468.897.31.387.773.612.462.225 1.085.225a2.2 2.2 0 0 0 1.015-.252 1.58 1.58 0 0 0 .714-.757h.022v.365q0 .472-.091.859-.092.387-.296.66a1.44 1.44 0 0 1-.515.43 1.7 1.7 0 0 1-.763.156q-.225 0-.472-.048a2 2 0 0 1-.173-.043l-.182-.066-.017-.007v.001C4.562 15.198 3.01 13.7 3.01 12c0-2.71 3.95-4.908 8.822-4.908 2.714 0 5.148.618 6.766 1.69-1.767-1.797-4.934-3.06-8.555-3.06C4.497 5.718 0 8.53 0 11.997c0 2.367 2.095 4.429 5.188 5.5 2.482.085 3.741-.376 4.483-1.208m-.374-3.69q-.09.389-.284.693a1.5 1.5 0 0 1-.51.494 1.5 1.5 0 0 1-.768.188q-.452 0-.752-.188-.301-.188-.484-.494a2.1 2.1 0 0 1-.258-.682 4 4 0 0 1-.075-.752q0-.397.092-.762.09-.366.29-.645.198-.279.51-.445.31-.167.752-.167.43 0 .73.172.3.173.489.456.188.285.273.64.087.354.086.72 0 .386-.09.773m.799 4.214c-.526.477-1.466 1.023-2.747 1.237.857.149 1.76.228 2.693.228 3.607.001 6.766-1.258 8.537-3.043-1.618 1.066-4.042 1.673-6.746 1.673-.643 0-1.134-.023-1.737-.095m5.553-2.082h-1.31v-4.415h-1.645V9.194h4.6v1.123h-1.645zm3.637 0h-1.31V9.194h4.046v1.123h-2.736v1.036h2.395v1.123h-2.395zm-8.222-6.918h.913v6.902h-.913zm12.09 1.543h-.204v.533h-.18v-.533h-.205v-.154h.59zm.08-.154h.265l.118.458h.002l.118-.458H24v.687h-.169v-.522h-.002l-.144.522h-.137l-.144-.522h-.002v.522h-.169z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gmail.svg b/mkdocs-material/material/templates/.icons/simple/gmail.svg new file mode 100644 index 0000000..a405ca9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gmail.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 5.457v13.909c0 .904-.732 1.636-1.636 1.636h-3.819V11.73L12 16.64l-6.545-4.91v9.273H1.636A1.636 1.636 0 0 1 0 19.366V5.457c0-2.023 2.309-3.178 3.927-1.964L5.455 4.64 12 9.548l6.545-4.91 1.528-1.145C21.69 2.28 24 3.434 24 5.457"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gnome.svg b/mkdocs-material/material/templates/.icons/simple/gnome.svg new file mode 100644 index 0000000..557a3a2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gnome.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.703 0c-4.99 0-5.927 7.111-3.12 7.111 2.81 0 8.113-7.111 3.12-7.111M11.99.872q-.119-.001-.25.016c-2.811.364-1.82 5.25-.324 5.34 1.449.09 3.032-5.347.574-5.356M7.123 2.803a1.4 1.4 0 0 0-.488.114c-2.259.933-.344 4.776.921 4.519 1.168-.24 1.319-4.671-.433-4.632Zm-3.6 3.016a1.05 1.05 0 0 0-.634.215c-1.807 1.248.607 4.269 1.671 3.799.93-.41.338-3.967-1.037-4.014m10.032 2.309c-3.835.033-8.716 1.978-9.567 5.784C3.044 18.14 7.875 24 12.915 24c2.48 0 5.34-2.24 5.875-5.077.409-2.163-4.81-1.295-4.623.137.225 1.715-1.258 2.561-2.711 1.454-4.623-3.52 7.658-5.276 6.847-10.086-.263-1.56-2.29-2.322-4.748-2.301Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gnometerminal.svg b/mkdocs-material/material/templates/.icons/simple/gnometerminal.svg new file mode 100644 index 0000000..691426e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gnometerminal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.846 0A1.84 1.84 0 0 0 0 1.846v18.463c0 1.022.823 1.845 1.846 1.845h20.308A1.84 1.84 0 0 0 24 20.31V1.846A1.84 1.84 0 0 0 22.154 0zm0 .924h20.308c.512 0 .922.41.922.922v18.463c0 .511-.41.921-.922.921H1.846a.92.92 0 0 1-.922-.921V1.846c0-.512.41-.922.922-.922m0 .922v18.463h20.308V1.846zm1.845 2.14 3.235 1.758v.836L3.69 8.477V7.385l2.243-1.207v-.033L3.69 5.076zM7.846 9.23h3.693v.924H7.846zM0 21.736v.418C0 23.177.823 24 1.846 24h20.308A1.84 1.84 0 0 0 24 22.154v-.418a2.33 2.33 0 0 1-1.846.918H1.846A2.33 2.33 0 0 1 0 21.736"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gnu.svg b/mkdocs-material/material/templates/.icons/simple/gnu.svg new file mode 100644 index 0000000..0488d1d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gnu.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.072 13.931a.62.62 0 0 0-.52.338c-.114.211-.388.242-.516.201-.21-.07-.48-.119-.744.068-.263.187-.546.045-.495-.297.05-.34.172-.645.5-.83.713-.41.216-.695.607-1.108.394-.412.307-.537.293-1.1-1.326-.2-2.077-.58-2.915-1.63C.442 8.528.117 7.664.03 6.35-.057 5.033.02 4.18.588 3.09s1.168-1.615 2.2-2.16C3.825.383 4.84.254 5.78.271c.938.014 1.563.082 2.093.386.53.303 1.016.684 1.324.685.24.015.477-.053.673-.192.04 1.02-.878 1.108-1.698 1.13-.82.02-1.324-.317-2.08-.192-.754.128-1.992.47-2.595 1.52s-.624 1.42-.573 2.3c.05.879.806 1.535 1.234 1.543.428.007.523-.117.898-.36.374-.246 2.284-2.61 2.934-3.14.653-.53 1.296-.696 1.99-.705.695-.008.87.015 1.433.246.56.229.903.652 1.355.91.23-.135.375-.34.584-.495.76-.552 1.152-.702 2.053-.615.518.052 1.17.347 1.56.686.693.604 1.265 1.44 1.727 2.079.36.497.785 1.09 1.392 1.277.66.2 1.157-.652 1.23-1.13.043-.27.097-.505.097-.8 0-.297-.03-.655-.115-.965a3.5 3.5 0 0 0-.392-.87c-.258-.415-.68-.85-1.116-1.071-.246-.125-.826-.353-1.19-.36-.449-.01-.79.14-1.202.168-.5.034-1.396.146-1.786-.24-.25-.246-.283-.41-.324-.73a.76.76 0 0 0 .4.162c.314.026.606-.23.86-.378.21-.123.504-.34.778-.45.704-.285 1.567-.278 2.31-.2.594.06 1.367.324 1.89.62.525.297 1.03.798 1.4 1.269.465.594.72 1.104.888 1.844.216.945.277 2.365.015 3.299-.205.734-.887 1.86-1.467 2.414-.573.547-1.235.81-1.986.955.03.149.033.29.071.416.056.178.163.375.38.313.086-.025.133-.047.246.053.115.1.056.484-.266.66-.164.085-.334.103-.595.11a5.6 5.6 0 0 1-.953-.046c-.283-.047-.45-.272-.765-.308-.484-.055-.854-.404-1.244-.653-.162-.104-.218-.104-.31-.158.05.154.117.314.15.465.034.145.02.284.037.403.02.12.052.21.07.308.077.068.103.173.233.207.13.035.334-.018.468-.037.135-.018.224-.09.327-.07.105.02.204.096.292.166s.164.08.234.254c.07.178.135.537.146.777q.016.36-.089.648c-.07.19-.135.273-.327.463s-.505.465-.818.66c.058.084.083.162.173.254.09.094.277.197.36.295s.126.168.126.277a.6.6 0 0 1-.092.373c-.223.3-.483.352-.803.492.054.334.098.572.02.906-.03.137-.102.445-.27.525-.17.08-.492.041-.698.074-.205.031-.32.063-.48.094-.097.141-.24.297-.29.422-.05.127-.034.172.006.3.042.128.185.315.225.468a.93.93 0 0 1 .01.463.83.83 0 0 1-.23.396c-.128.135-.38.24-.508.346-.125.11-.252.123-.217.303.047.248.41.646.67.744a.8.8 0 0 0 .557-.04c-.014.208-.195.353-.315.493.322-.094.636-.27.854-.504-.067.203-.3.529-.645.816s-.343.229-.517.344c.314.06.606.045.85.002a1.7 1.7 0 0 1-.64.207 1.9 1.9 0 0 1-.73-.055c-.26-.063-.499-.301-.814-.465.03.119.053.26.185.38.136.12.335.183.55.284-.273-.03-.559-.037-.825-.096a2 2 0 0 1-.478-.164c-.144-.07-.255-.176-.384-.264.06.117.08.256.184.352.104.098.275.135.412.199-.143-.004-.28.029-.43-.01a1.2 1.2 0 0 1-.443-.21 3 3 0 0 1-.445-.395c-.132-.145-.296-.332-.345-.463-.048-.133.03-.225.044-.338-.09.06-.2.094-.272.18-.07.088-.131.166-.1.318.03.15.171.338.27.506-.295-.242-.46-.336-.53-.625-.064-.273.104-.52.233-.725.064-.104.161-.2.22-.3-.134-.128-.284-.24-.4-.388-.112-.15-.161-.352-.276-.492-.117-.143-.274-.232-.41-.348.119.256.317.572.359.77.044.2-.048.323-.12.43-.07.108-.183.134-.291.198-.11.068-.277.016-.342.113s-.083.246-.021.344l.256.398a1.2 1.2 0 0 1-.327-.28c-.074-.097-.186-.189-.2-.317-.015-.13-.022-.246.064-.363.084-.117.318-.156.422-.246.105-.09.162-.148.156-.264s-.12-.2-.217-.273c-.3-.225-.68-.43-.934-.699a.9.9 0 0 1-.24-.379c-.03-.105.002-.188.072-.314.072-.13.315-.305.346-.443.029-.14-.095-.172-.205-.22-.111-.05-.322.024-.425-.062s.03-.266-.086-.365-.38-.045-.52-.15a.72.72 0 0 1-.24-.395.83.83 0 0 1-.02-.436c.032-.113.128-.133.187-.19.06-.058.108-.105.03-.192-.074-.088-.33.004-.476-.105-.15-.113-.06-.38-.163-.494-.104-.109-.287-.066-.386-.104-.097-.035-.135.09-.194-.109-.06-.199-.063-.797-.143-1.02s-.238-.016-.31-.236c-.076-.22-.005-.574-.038-.908l-.15-.91c-.52.352-.867.463-1.428.561-.047 1.373-.176 2.182.29 3.705.466 1.521 1.409 2.42 2.68 3.707-1.68-1.256-2.478-2.279-2.98-3.588s-.406-2.407-.356-3.666zm8.918-.553a.84.84 0 0 1 .376.098c.09.061.188.107.27.19.206.21.36.462.428.751.044.186.05.422.064.64-.062-.2-.103-.409-.192-.589-.14-.285-.376-.56-.672-.688a.35.35 0 0 0-.214-.027c.023.041.063.076.065.133 0 .06-.012.174-.112.223-.16.078-.34.021-.464-.086a.41.41 0 0 1-.102-.459c.08-.194.375-.194.553-.186m-1.62-.272c.016-.332.134-.609.432-.77.187-.107.392-.18.604-.215.207-.026.713-.008 1.018.13.232.105.39.271.597.394.205.121.35.201.546.338.3.211.475.44.682.576.1.066.24.057.374.098-.104.03-.24.064-.35.03a1.6 1.6 0 0 1-.438-.265 3 3 0 0 0-.497-.359c-.124-.072-.33-.158-.466-.246-.135-.09-.37-.283-.502-.349a1.6 1.6 0 0 0-.65-.125c-.256.008-.626.05-.822.228-.197.18-.27.336-.227.566.073-.084.123-.19.195-.254.154-.133.33-.139.52-.113.216.027.323.15.394.354-.047-.033-.135-.109-.204-.135a.5.5 0 0 0-.438.043c-.18.098-.13.24-.154.396-.013.076-.04.133-.06.2a.4.4 0 0 1-.18-.099c0 .076-.01.141.005.223.014.084.055.184.084.273-.126-.125-.256-.24-.335-.402a1.06 1.06 0 0 1-.13-.517zm.218-2.4c.09-.134.12-.343.174-.515-.02.217.02.453-.083.609-.105.158-.292.129-.443.176.118-.09.258-.131.352-.268zm-2.206 3.203c.119-.096.438-.02.676-.002l-.514.133c-.017.06-.01.123-.048.174-.04.051-.114.068-.171.104.006-.155-.062-.313.057-.409m1.682-6.65c.143.075.32.178.45.18.123.004.157-.08.231-.131.115.38.25.797.448 1.142.083.146.136.079.2.224.063.145.09.439.15.626s.137.32.207.483c-.174-.25-.4-.566-.5-.773-.098-.207-.035-.225-.115-.421-.078-.198-.238-.504-.357-.756-.086.01-.19.026-.255.006-.065-.021-.054-.091-.112-.134-.06-.045-.158-.027-.24-.1-.08-.07-.1-.217-.107-.346m-.766 1.875c.135-.012.299.023.425.017s.216-.04.324-.06c-.02-.19-.002-.537-.175-.664-.115-.08-.578-.02-.701.006-.28.06-.604.227-.873.33.258-.18.48-.346.79-.44.189-.054.622-.128.814-.075.089.023.104.06.158.135.183.255.183.475.23.773.046.07.095.119.134.194a.9.9 0 0 1 .068.289c-.048-.07-.018-.155-.15-.206-.134-.053-.335-.005-.515.014.13.096.195.186.2.384.007.233-.19.4-.397.417-.285.022-.434-.041-.55-.285-.05-.107-.015-.236-.017-.341-.346.024-.34.013-.592.222.139.2.224.315.45.436.126.066.27.133.426.16.157.027.415.053.58.027a.63.63 0 0 0 .38-.187c.122-.112.134-.274.181-.403a1.2 1.2 0 0 1-.07.37c-.14.27-.38.353-.667.353-.275 0-.616-.063-.873-.17-.205-.084-.545-.324-.625-.533-.056-.143-.012-.318-.018-.477.285-.19.354-.143.689-.198.14-.025.239-.076.374-.088m-1.655-1.28c.007-.113.02-.11.03-.166-.26-.07-.36.099-.514.41-.057.116 0 .187-.062.264-.06.076-.16.065-.257.139-.098.074-.196.215-.29.292-.188.156-.446.25-.666.358.15-.111.443-.28.538-.44.05-.085.042-.246.12-.324.078-.075.105-.13.205-.15.1-.018.06-.135.093-.228.032-.091.097-.158.165-.251s.156-.23.29-.282c.136-.05.348.005.45-.023.103-.03.044-.105.119-.15s.219-.023.32-.072c.176-.084.26-.227.367-.377.015.326.01.56-.107.869-.131.346-.266.55-.641.763-.128.072-.257.098-.365.137.062-.086.152-.123.188-.256.034-.136.009-.4.017-.512zM15.7 9.447c-.177.014-.22-.012-.363.09l.232.36c-.006-.236.018-.284.133-.45zm-.465-.172c.246-.104.46-.19.73-.207.107-.008.274.009.383.016.094-.137.21-.244.256-.4.028-.104.015-.584-.038-.71-.146-.36-.29-.376-.495-.584-.146-.15-.152-.38-.197-.638-.015-.094-.062-.213-.084-.31a4 4 0 0 0-.857-.045c.148-.143.29-.271.334-.486a.96.96 0 0 0-.113-.667c-.12-.191-.315-.36-.494-.517-.178-.155-.436-.284-.604-.412.22-.077.444-.194.66-.235.56-.108 1.043.057 1.584.384.315.19.573.37.902.716.33.344.735.975 1.053 1.348.317.375.575.67.853.893.276.226.528.289.792.43l.412.439.335-.413.535.06.111-.601.49-.136-.079-.811.354-.252-.267-.504.27-.553-.352-.63.135-.607-.407-.348-.053-.646-.569-.217-.227-.56-.64-.008-.315-.417-.43.03-.48-.053-.27-.2-.395.26-.477-.247-.947.36.618-.538.64-.102.49-.126.662.218.582-.147.563.33.596-.03.293.525.591.067.32.58.372.206.1.746.333.315-.148.653.39.494-.363.529.39.332-.499.443.506.529-.613.2.398.566-.5.088.327.622-.563-.008.285.466-.62-.074.147.672-.468-.411-.159.814-.322-.585-.175.73-.397-.537.011.765-.439-.688c.091.39.073.817.33 1.185.793-.107 1.311-.307 1.92-.892.552-.533 1.214-1.644 1.394-2.35.204-.802.21-2.281.01-3.101-.195-.787-.447-1.163-.897-1.807-.43-.455-.853-.94-1.399-1.264-.8-.48-1.828-.608-2.74-.596a3.2 3.2 0 0 0-1.147.215c-.527.19-.95.61-1.487.818-.175.067-.315.068-.454-.004.135.27.28.39.62.49.243.07.824.025 1.226-.012.43-.04.654-.167 1.238-.16.57.01 1.024.225 1.272.368.511.292.877.614 1.196 1.13.175.28.298.6.383.924s.124.688.13 1.006-.019.602-.097.888c-.182.669-.583 1.35-1.407 1.245-.504-.063-1.263-1.01-1.518-1.357-.514-.701-1.042-1.477-1.687-2.06a2.6 2.6 0 0 0-1.463-.65c-.992-.09-1.287.099-2.033.716.15.047.3.074.455.145.346.156.662.357.938.615.29.27.42.442.43.829.007.259-.204.465-.4.649-.117.114-.274.218-.37.307-.128.117-.286.246-.125.432.06.07.165.123.252.189.14.103.075.488-.108.592a.61.61 0 0 1-.713-.061c.246-.035.402-.068.395-.27-.002-.115-.15-.213-.297-.28-.35-.16-.614-.134-.963-.386-.353-.254-.36-.393-.455-.79-.17.017-.327.02-.554.097-.226.074-.478.254-.684.299-.52.11-.623.078-.907.006-.501-.132-1.15.09-1.8.299-.107.033-.543 0-.836.102a5.5 5.5 0 0 0-1.457.853c-.556.469-1.286 1.869-1.698 3.477-.045.49.095.817-.213 1.055-.308.24-.3.851-.405 1.023-.103.17-.225.094-.45.336-.223.24-.337.201-.332.654.195-.125.477-.273.725-.285.22-.006.222.283.785-.273.3-.299.88-.309 1.283-.439s1.125-.402 1.85-1.21c.725-.81 1.072-1.664 1.213-2.896.02.215.06.463-.033 1.065-.095.604-.296 1.28.13 2.092l.264.504c-.157-.215-.465-.566-.56-.815l-.21-.577c-.48.752-.59.885-1.256 1.423-.026.334-.033.682.076 1.002.108.32-.064.688.02.9.082.21.273.09.336.303s-.032.635.064.842c.1.207.337.082.453.15.115.066.154.158.215.246.063.088-.023.297.103.365.126.066.32.01.453.074.13.066.15.223.12.361-.033.141-.173.205-.234.348a.37.37 0 0 0 .02.373c.074.131.236.201.4.27.162.064.39.027.559.12.169.09.32.272.408.405a.54.54 0 0 1 .109.363 1 1 0 0 1-.137.434c-.074.135-.236.3.02.555.254.254.246.145.393.313-.017-.289-.135-.52-.05-.738.089-.217.35-.256.485-.352.139-.1.219-.232.326-.348 0 .148.015.31-.002.42-.033.227-.102.432.237.467.153.016.299-.082.458-.14-.084.147-.23.27-.252.45a.8.8 0 0 0 .13.56c.123.18.34.312.498.415.158.105.244.115.365.174.006.176-.03.363-.01.53a.96.96 0 0 0 .17.454c.098.14.252.22.398.32-.08-.188-.242-.365-.24-.56.002-.197.06-.335.252-.51.19-.175.64-.325.85-.495a1.03 1.03 0 0 0 .355-.436c.075-.164.055-.43.07-.576.068.205.078.27.102.486.02.217-.127.521-.19.68a1.02 1.02 0 0 0 .51-.525c.058.035.03.125.05.301.094-.092.2-.162.293-.25.094-.088.195-.164.243-.287.046-.12.027-.252-.007-.393-.035-.143-.193-.307-.28-.463-.083-.152.017-.305.01-.492-.17-.029-.313-.117-.51-.088-.196.03-.42.248-.622.252-.2 0-.314-.188-.478-.238-.165-.053-.33-.045-.495-.07.21-.199 1.02-.295 1.576-.385a10 10 0 0 1 1.47-.133c.22-.006.506.068.66.025.153-.045.12-.15.165-.264.13-.318.066-.604-.004-.924-.444-.053-.908-.115-1.356-.082-.438.033-.956.242-1.41.256-.39.014-.975-.074-1.31-.28-.414-.25-.732-.79-.846-.966-.184-.28-.415-.836-.56-1.088-.14-.254-.171-.324-.29-.43-.116-.105-.276-.113-.417-.17.16.014.336-.035.482.047.22.127.465.648.601.877.145-.486.11-.676.53-.95-.337.378-.347.665-.429 1.11.28.46.67 1.193 1.18 1.396.186.074.502.12.7.145.622.076 1.22-.119 1.83-.27.444-.11.896-.066 1.437-.035.183.012.616-.1.707-.283a.33.33 0 0 0-.024-.33c-.07-.105-.255-.158-.355-.254-.1-.098-.156-.21-.235-.314a6.5 6.5 0 0 1-1.062.115c.22-.09.433-.14.66-.23q.356-.148.676-.359c.186-.123.303-.193.438-.334.133-.143.304-.289.403-.463s.114-.369.12-.584c.004-.215-.005-.516-.088-.69-.084-.173-.243-.226-.37-.265-.128-.04-.217.063-.35.076-.134.014-.258.096-.452.006a1.7 1.7 0 0 1-.617-.548c-.196-.274-.335-.722-.534-1.067-.343-.596-.77-1.15-1.18-1.702a3.4 3.4 0 0 1-.1-.508c-.032-.322-.036-.656.064-.97.075-.24.188-.493.438-.591a.48.48 0 0 1 .317-.022c.09.032.18.135.142.252-.04.129-.127.134-.188.198a.7.7 0 0 0-.183.33c.11-.004.262-.011.354.013.12.03.23.11.29.279-.142-.126-.212-.185-.39-.188-.082-.002-.18.026-.27.04-.034.109-.054.244-.1.33-.05.084-.142.063-.177.16a1 1 0 0 0-.02.392h.004zm1.242-.15c.056.022.075.028.146.08s.165.105.22.23a.9.9 0 0 1 .04.4c-.048-.015-.113-.005-.163-.047s-.08-.14-.143-.18c-.065-.043-.117-.034-.188-.043.038.096.05.199.036.3-.036.204-.156.308-.352.33-.084.013-.22-.015-.292-.028.034.075.09.143.126.219.164-.023.285-.02.375-.061.088-.041.183-.135.296-.173.113-.04.214-.04.338-.06-.098.085-.162.168-.26.254l.215.623c.152.096.294.146.485.263.19.116.42.327.67.44.248.112.395.176.656.224.26.05.467.262.722.295s.735.041.932.021c.225-.02.516-.135.542-.38-.188.044-.475.004-.619-.35-.064-.156-.034-.446-.132-.63-.099-.187-.236-.246-.4-.475-.164-.23-.43-.59-.58-.895-.15-.308-.188-.654-.313-.93-.128-.273-.319-.494-.469-.707-.323-.463-.584-.777-1.12-1.011-.257-.112-.55-.143-.823-.213-.113.05-.268.104-.295.237a.54.54 0 0 0 .12.42c.16.166.395.343.487.604.06.168.076.73.025.883-.054.16-.178.257-.282.36m.052 1.332c-.05.043-.087.087-.167.122s-.19.045-.295.07c.148.232.305.467.447.71s.266.51.4.764c-.006-.147.003-.301-.018-.437s-.083-.254-.145-.461c-.06-.206-.135-.484-.222-.768m-4-5.087a3.3 3.3 0 0 0 .065.806c.058.267.11.404.328.564.396.295.648.245.955.416.145.08.328.217.382.359.053.146-.036.3-.146.363.192.029.408-.19.318-.41-.045-.11-.255-.16-.32-.271a.4.4 0 0 1-.033-.335c.053-.202.454-.388.597-.546.218-.248.3-.453.177-.77-.172-.445-.842-.804-1.242-.98-.183-.08-.287-.083-.43-.128.293.174.602.31.75.69.124.32.016.444.022.72.002.13.172.197.248.277.064.072.06.125.008.223a.26.26 0 0 0-.11-.2c-.113-.08-.235-.062-.295-.224-.09-.248.09-.484-.112-.762-.15-.208-.353-.441-.625-.447a1.1 1.1 0 0 0-.36.058l-.183-.22-.005-.003c-.372-.34-.626-.62-1.146-.852-.522-.234-.78-.27-1.38-.256-.596.013-1.19.063-1.882.66-.694.6-2.48 2.888-2.915 3.177-.43.289-.527.389-1.068.389-.54 0-1.387-.766-1.42-1.723-.032-.956-.045-1.297.62-2.45.665-1.151 1.867-1.504 2.762-1.624s1.432.194 2.092.195 1.314-.11 1.508-.637c-.095.056-.221.12-.577.1-.355-.018-.85-.43-1.402-.705C7.157.548 6.54.515 5.75.501s-1.777.045-2.755.574C2.018 1.6 1.35 2.16.783 3.195.215 4.228.13 5.07.223 6.322.313 7.57.7 8.5 1.442 9.42c.744.914 1.485 1.363 2.823 1.529l.283-1.242-.504.72.014-.802-.455.565-.202-.767-.367.615-.183-.855-.535.432.17-.705-.707.078.324-.491-.644.006.375-.653-.57-.091.454-.596-.698-.206.578-.555-.573-.467.448-.348-.42-.56.448-.52-.167-.684.379-.33.113-.785.426-.214.365-.61.677-.073.334-.553.68.035.642-.348.666.154.756-.228.562.13.73.108.706.564-1.08-.377-.545.26-.45-.273-.31.21-.55.056-.492-.03-.358.436-.732.007-.26.59-.65.227-.06.678-.468.366.155.637-.401.664.31.58-.305.53.403.264-.09.853.563.14.125.634.613-.063.38.434.47-.461c.859-.428 1.213-.668 1.883-1.391.76-.823 1.196-1.584 2.208-2.147.73-.405 1.32-.551 2.139-.408.766.132 1.024.593 1.59 1.077.06-.11.07-.14.168-.218-.03.142-.08.287-.093.423z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gnubash.svg b/mkdocs-material/material/templates/.icons/simple/gnubash.svg new file mode 100644 index 0000000..85d1036 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gnubash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.038 4.9 13.461.402a2.86 2.86 0 0 0-2.923.001L2.961 4.9A3.02 3.02 0 0 0 1.5 7.503v8.995c0 1.073.557 2.066 1.462 2.603l7.577 4.497a2.86 2.86 0 0 0 2.922 0l7.577-4.497a3.02 3.02 0 0 0 1.462-2.603V7.503A3.02 3.02 0 0 0 21.038 4.9M15.17 18.946l.013.646c.001.078-.05.167-.111.198l-.383.22c-.061.031-.111-.007-.112-.085l-.007-.635c-.328.136-.66.169-.872.084-.04-.016-.057-.075-.041-.142l.139-.584a.24.24 0 0 1 .069-.121.2.2 0 0 1 .036-.026q.033-.017.062-.006c.229.077.521.041.802-.101.357-.181.596-.545.592-.907-.003-.328-.181-.465-.613-.468-.55.001-1.064-.107-1.072-.917-.007-.667.34-1.361.889-1.8l-.007-.652c-.001-.08.048-.168.111-.2l.37-.236c.061-.031.111.007.112.087l.006.653c.273-.109.511-.138.726-.088.047.012.067.076.048.151l-.144.578a.26.26 0 0 1-.065.116.2.2 0 0 1-.038.028.1.1 0 0 1-.057.009c-.098-.022-.332-.073-.699.113-.385.195-.52.53-.517.778.003.297.155.387.681.396.7.012 1.003.318 1.01 1.023.007.689-.362 1.433-.928 1.888m3.973-1.087c0 .06-.008.116-.058.145l-1.916 1.164c-.05.029-.09.004-.09-.056v-.494c0-.06.037-.093.087-.122l1.887-1.129c.05-.029.09-.004.09.056zm1.316-11.062-7.168 4.427c-.894.523-1.553 1.109-1.553 2.187v8.833c0 .645.26 1.063.66 1.184a2.3 2.3 0 0 1-.398.039c-.42 0-.833-.114-1.197-.33L3.226 18.64a2.5 2.5 0 0 1-1.201-2.142V7.503c0-.881.46-1.702 1.201-2.142L10.803.863a2.34 2.34 0 0 1 2.394 0l7.577 4.498a2.48 2.48 0 0 1 1.164 1.732c-.252-.536-.818-.682-1.479-.296"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gnuemacs.svg b/mkdocs-material/material/templates/.icons/simple/gnuemacs.svg new file mode 100644 index 0000000..496ec5b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gnuemacs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 24C5.448 24 .118 18.617.118 12S5.448 0 12 0s11.882 5.383 11.882 12S18.552 24 12 24M12 .661C5.813.661.779 5.748.779 12S5.813 23.339 12 23.339 23.221 18.253 23.221 12 18.187.661 12 .661M8.03 20.197s.978.069 2.236-.042c.51-.045 2.444-.235 3.891-.552 0 0 1.764-.377 2.707-.725.987-.364 1.524-.673 1.766-1.11-.011-.09.074-.408-.381-.599-1.164-.488-2.514-.4-5.185-.457-2.962-.102-3.948-.598-4.472-.997-.503-.405-.25-1.526 1.907-2.513 1.086-.526 5.345-1.496 5.345-1.496-1.434-.709-4.109-1.955-4.659-2.224-.482-.236-1.254-.591-1.421-1.021-.19-.413.448-.768.804-.87 1.147-.331 2.766-.536 4.24-.56.741-.012.861-.059.861-.059 1.022-.17 1.695-.869 1.414-1.976-.252-1.13-1.579-1.795-2.84-1.565-1.188.217-4.05 1.048-4.05 1.048 3.539-.031 4.131.028 4.395.398.156.218-.071.518-1.015.672-1.027.168-3.163.37-3.163.37-2.049.122-3.492.13-3.925 1.046-.283.599.302 1.129.558 1.46 1.082 1.204 2.646 1.853 3.652 2.331.379.18 1.49.52 1.49.52-3.265-.18-5.619.823-7.001 1.977-1.562 1.445-.871 3.168 2.33 4.228 1.891.626 2.828.921 5.648.667 1.661-.09 1.923-.036 1.939.1.023.192-1.845.669-2.355.816-1.298.374-4.699 1.129-4.716 1.133"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gnuicecat.svg b/mkdocs-material/material/templates/.icons/simple/gnuicecat.svg new file mode 100644 index 0000000..14b768a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gnuicecat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.437.001Q9.89.009 9.301.076c-4.786.54-7.595 4.525-7.758 9.357C.423 11.63.094 14.213.821 16.74c1.392 4.841 6.201 7.767 11.143 7.187l.906-.107c4.944.327 5.999-1.021 7.182-4.308.125-.27.305-.768.568-1.57.007-.037.016-.076.021-.096.788-2.147.903-4.57.24-6.875a10 10 0 0 0-.272-.81c-.03-.19-.024-.42.009-.599.29-.474.648-.83 1.076-1.097l.272-1.871c.287-.322.177-.6.19-1.058.166-.08.258-.214.327-.43.077-.237.447-.686.861-1.034.064-.188.224-.572.222-.893-1.984.227-3.23.608-4.226-.61l-.53-.208c-.24-.372-.67-.584-.978-.95l-.35 1.21c-.43-.265-2.742-2.688-7.045-2.62m.14.795c2.59.036 4.962 1.344 6.207 2.28l-.95.354-.596-.382-.27.787v.325l-.733 1.762-.08-.026.379-1.573.57-1.517-.191-.163-.84.92c-.18.979-.09 2.358-.541 2.93.14-1.15.34-2.155.352-3.498l-.488-.162c-.113.594-.265 1.275-.382 1.652l.163-1.706-.621.405v.976l-.163-.541-.056-.976-.216-.03-.162.625c.028.27-.015.542.216.813l.056 2.06.133.246-.243 1.165.027-1.139-.08-.08-.163-2.007-.271-1.085-.435-.27-.163-.46-.46-.03 1.03 3.69.08 1.109c-.117-.526-.112-1.1-.567-1.49.045-.553-.036-1.093-.706-1.573l-.976-2.005c-.033-.237-.366-.276-.597-.381-.07.319-.13.642.082 1.032.488.775.976 1.555 1.464 1.978l.027.949c-.16-.875-.602-1.347-.76-1.219-.005-.713-.79-.98-1.245-1.437l-.056-.786-.27-.056c.17.532-.217.57.542 1.626l.027.381c-.29-.196-.578-.563-.867-.975l-.352-.624c.038.427-.175.523.134 1.274.454.395.864.974 1.383 1.112 0 0 .109.19 0 .19-.108 0-.325-.084-.325-.084-.3-.137-.585-.259-1.165-.677l-.597-1.762-.272-.053.056.949.242.107.027.623c.106.37.227.517.408.462-.101.124-.22.15-.461.136-.2-.378-.324-.745-.733-1.192l-.27-.787-.162.163a2.2 2.2 0 0 0 0 .976c-.264-.157-.656-.592-1.122-.819C6.105 1.513 8.469.832 10.327.798q.126-.002.25-.002m7.553 2.188.517.171 1.514.864 2.146.018c-.615.242-1.373.525-1.858.672l-.613-.018c-.485-.414-.874-.612-1.309-.875-.526.551-.837 1.033-1.01 1.736l.152-1.19.52-1.17zm-13.577.331.547 1.09.026.243-.298-.107-.27-.623-.298.215-.216-.128q.235-.369.51-.69zm3.519 2.309c1.613-.037 1.868 1.303 2.127 2.543v2.223c.186.019.567 1.135.488 1.49-.045.204.488 1.422.45 1.426.288.278.235.248.465.424.316.243.602 1.134.426 1.264-.167.124.22.4.312.6.566.506.987 1.013.978 1.52l.27.487.514.08.136.192.65.08c.375-.08.32-.485.435-.76.022-.278-.057-.598-.461-.949.021-.421.074-.836-.325-1.327.056-.503-.311-.92-.598-1.355-.034-.373-.196-.883-.32-1.378-.06-.244-.089-.497-.138-.738-.181-1.674.058-1.862.133-2.765.618-.93.943-1.376 1.493-1.573l.704.87c.347.631.198 1.44 1.058 1.599l.022.021c.439-.396 1.02-.383 1.493-.395l-.057.187c-.57-.06-1.035-.074-1.42.216l.383.374c.412-.536.98-.5 1.539-.52l.006.206c-.604-.08-1.181.021-1.494.362l.123.117h.005c.465-.363 1.022-.383 1.549-.39l-.104.184c-.53.044-.893.008-1.272.23q.44.044.88.085l.11.243.676.056c.12.03.215.042.302.045q.124.33.224.674a10 10 0 0 1 .058 5.27c-1.356 3.64-2.797 4.614-5.729 4.418-3.06-.205-5.53-3.605-7.706-8.264-.475-1.292-1.638-2.11-2.313-1.42-3.073 3.055.394 8.49 2.1 9.801a16.3 16.3 0 0 0 2.87 1.67c-3.38-.563-6.27-2.914-7.245-6.308-1.177-4.092.77-8.374 4.486-10.423l.014-.006c.694-.259 1.251-.376 1.703-.386m10.22 2.04c.293.044.838.365 1.136.663.09.243-.135.353-.12.496.008.023.004.031.003.032q0-.017-.003-.032c-.023-.072-.42-.56-1.016-1.16zm1.804 2.18c-.003.254-.083.341-.192.475-.111.009-.39-.075-.512-.25.185-.212.469-.21.704-.224zm-2.834.172c-.059.07-.086.157-.156.305.092-.14.146-.2.207-.244zm.141.176c-.225.063-.386.418-.611.92.24-.296.406-.716.744-.85zm-11.84 2.91.054 1.055-1.653.949-.027-.786c.689.179 1.147-.56 1.627-1.219zm.734 2.25.242.623-2.087 1.138-.299-.706c2.09-.764 1.731-.759 2.144-1.056zm.757 1.436.272.461c-.787.389-1.435.912-2.005 1.517l-.435-.866c.789-.24 1.53-.572 2.168-1.112m1.005 1.301.46.434c-.36.81-1.106 1.312-1.817 1.843l-.73-.84c.716-.469 1.626-.84 2.087-1.437m1.539 1.503c.072.432-.222 1.073-1.214 2.021-.386-.174-.785-.336-1.032-.65 1.607-.814 2.02-1.253 2.139-1.468.042-.006.112.032.107.097m1.01.667c.036.382-.041.829.188 1.082l.216.056c-.113.47-.34.821-.325 1.291-.857-.208-.951-.297-1.274-.504.996-1.549 1.186-1.913 1.194-1.925zm1.407.784 1.058 1.22c-.106.584-.097.933.299 1.085-.599-.033-1.186-.04-1.68-.344.43-.637.423-1.208.323-1.961m5.325.475c.307.467.348.706.655.813-.405.393-.587.47-1.063.65.149-.303 0-.728-.134-1.244-.1-.192.4-.176.542-.219m-2.993.284c1.786.534 1.18.872 1.729 1.405-.472.1-.904.205-1.656.163.555-.411.301-.87-.073-1.568"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gnuprivacyguard.svg b/mkdocs-material/material/templates/.icons/simple/gnuprivacyguard.svg new file mode 100644 index 0000000..5d9ed91 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gnuprivacyguard.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.968 11.583h1.274v-3.82A7.76 7.76 0 0 1 12.005 0a7.76 7.76 0 0 1 7.762 7.763v3.783c-.018.01-.037.028-.056.037l-.01.01-.008.009h-.01l-.01.01-.009.009h-.028l-.018.018h-.02l-.018.01h-.01l-.009.01-.009.009h-.01l-.009.009-.009.01-.01.009-.009.009-.028.019-.019.01-.028.018-.018.01-.02.009-.027.018-.019.01-.01.009-.027.019-.02.01-.046.027-.019.01-.018.009-.02.01h-.008l-.057.027h-.019c-.018.01-.037.02-.065.038h-.01l-.009.01-.028.018-.018.01-.029.018-.018.01h-.01l-.028.018-.018.01-.02.009c-.018.01-.046.019-.065.028l-.018.01-.02.009-.037.018-.037.02-.047.018-.047.019-.019.009-.037.019-.019.01c-1.545.739-4.017 1.516-8.708 1.853-3.362.244-5.403 1.723-6.724 3.502zm4.842 0h8.371v-3.82a4.184 4.184 0 0 0-4.186-4.186A4.184 4.184 0 0 0 7.81 7.763zm13.222 1.461V24H5.572c1.704-.946 2.968-.852 5.075-.787 2.865.094 6.03-1.105 7.585-2.696s-.14-.375-1.901.074c-1.76.45-5.17.497-7.454-.103 7.173.094 9.973-2.219 11.555-4.307 1.583-2.079-.683-.365-2.153.356-1.47.72-4.036 1.227-6.864.852 4.27-.01 7.52-2.144 9.607-4.345z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gnusocial.svg b/mkdocs-material/material/templates/.icons/simple/gnusocial.svg new file mode 100644 index 0000000..8c0a87c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gnusocial.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.217 0A3.157 3.157 0 0 0 1.06 3.156V15.77a3.16 3.16 0 0 0 3.157 3.158h9.367C13.567 22.498 8.756 24 8.756 24s8.138-.038 9.305-5.072h1.72a3.157 3.157 0 0 0 3.157-3.157V3.157A3.157 3.157 0 0 0 19.782 0H4.218zm4.527 2.53q.11-.02.174.034c.335.3-.556.593-.484 2.063.032.646-.16 1.146 1.076 1.146.826 0 .483-.734 1.523-.734.656 0 .86.435.934.767.072-.33.274-.768.93-.768 1.04 0 .7.733 1.525.733 1.237 0 1.044-.5 1.076-1.146.072-1.47-.82-1.764-.484-2.063q.064-.054.172-.02c.5.143 1.607 1.558 1.638 2.155.038.71.04 1.825-1.015 2.407 1.19 1.167 1.352 2.72 1.352 2.72l-2.045-.034s-.464-2.118-2.94-2.01c-2.474.108-2.796.538-2.796 3.156 0 2.617 1.147 3.517 2.905 3.585 2.76.108 2.51-1.433 2.51-1.433l-1.29.072-.718-1.937h4.41c0 2.116-.897 5.414-5.092 5.2-4.196-.216-5.128-3.515-5.164-5.74-.018-1.225.188-2.602 1.2-3.574-1.052-.58-1.033-1.7-1.033-2.414 0-.88 1.13-2.084 1.637-2.17z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/go.svg b/mkdocs-material/material/templates/.icons/simple/go.svg new file mode 100644 index 0000000..542199f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/go.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.811 10.231c-.047 0-.058-.023-.035-.059l.246-.315c.023-.035.081-.058.128-.058h4.172c.046 0 .058.035.035.07l-.199.303c-.023.036-.082.07-.117.07zM.047 11.306c-.047 0-.059-.023-.035-.058l.245-.316c.023-.035.082-.058.129-.058h5.328c.047 0 .07.035.058.07l-.093.28c-.012.047-.058.07-.105.07zm2.828 1.075c-.047 0-.059-.035-.035-.07l.163-.292c.023-.035.07-.07.117-.07h2.337c.047 0 .07.035.07.082l-.023.28c0 .047-.047.082-.082.082zm12.129-2.36c-.736.187-1.239.327-1.963.514-.176.046-.187.058-.34-.117-.174-.199-.303-.327-.548-.444-.737-.362-1.45-.257-2.115.175-.795.514-1.204 1.274-1.192 2.22.011.935.654 1.706 1.577 1.835.795.105 1.46-.175 1.987-.77.105-.13.198-.27.315-.434H10.47c-.245 0-.304-.152-.222-.35.152-.362.432-.97.596-1.274a.32.32 0 0 1 .292-.187h4.253c-.023.316-.023.631-.07.947a5 5 0 0 1-.958 2.29c-.841 1.11-1.94 1.8-3.33 1.986-1.145.152-2.209-.07-3.143-.77-.865-.655-1.356-1.52-1.484-2.595-.152-1.274.222-2.419.993-3.424.83-1.086 1.928-1.776 3.272-2.02 1.098-.2 2.15-.07 3.096.571.62.41 1.063.97 1.356 1.648.07.105.023.164-.117.2m3.868 6.461c-1.064-.024-2.034-.328-2.852-1.029a3.67 3.67 0 0 1-1.262-2.255c-.21-1.32.152-2.489.947-3.529.853-1.122 1.881-1.706 3.272-1.95 1.192-.21 2.314-.095 3.33.595.923.63 1.496 1.484 1.648 2.605.198 1.578-.257 2.863-1.344 3.962-.771.783-1.718 1.273-2.805 1.495-.315.06-.63.07-.934.106m2.78-4.72c-.011-.153-.011-.27-.034-.387-.21-1.157-1.274-1.81-2.384-1.554-1.087.245-1.788.935-2.045 2.033-.21.912.234 1.835 1.075 2.21.643.28 1.285.244 1.905-.07.923-.48 1.425-1.228 1.484-2.233z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gocd.svg b/mkdocs-material/material/templates/.icons/simple/gocd.svg new file mode 100644 index 0000000..dd5ab86 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gocd.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18.043 13.237-8.907 5.935a1.47 1.47 0 0 1-.823.25 1.45 1.45 0 0 1-.696-.173 1.48 1.48 0 0 1-.784-1.308V12a1.482 1.482 0 1 1 2.957 0v3.163L14.537 12 7.478 7.304A1.49 1.49 0 1 1 9.13 4.823l8.913 5.94a1.492 1.492 0 0 1 0 2.474M12 0a12 12 0 1 0 12 12A12.01 12.01 0 0 0 12 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/godaddy.svg b/mkdocs-material/material/templates/.icons/simple/godaddy.svg new file mode 100644 index 0000000..f964a34 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/godaddy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.702 2.29c-2.494-1.554-5.778-1.187-8.706.654C9.076 1.104 5.79.736 3.3 2.29c-3.941 2.463-4.42 8.806-1.07 14.167 2.47 3.954 6.333 6.269 9.77 6.226 3.439.043 7.301-2.273 9.771-6.226 3.347-5.361 2.872-11.704-1.069-14.167M4.042 15.328a12.8 12.8 0 0 1-1.546-3.541 10.1 10.1 0 0 1-.336-3.338c.15-1.98.956-3.524 2.27-4.345 1.315-.822 3.052-.87 4.903-.137q.422.17.825.382A15.1 15.1 0 0 0 7.5 7.54c-2.035 3.255-2.655 6.878-1.945 9.765a13.3 13.3 0 0 1-1.514-1.98zm17.465-3.541a12.9 12.9 0 0 1-1.547 3.54 13.3 13.3 0 0 1-1.513 1.984c.635-2.589.203-5.76-1.353-8.734a.39.39 0 0 0-.563-.153l-4.852 3.032a.397.397 0 0 0-.126.546l.712 1.139a.395.395 0 0 0 .547.126l3.145-1.965c.101.306.203.606.28.916.296 1.086.41 2.214.335 3.337-.15 1.982-.956 3.525-2.27 4.347a4.44 4.44 0 0 1-2.25.65h-.101a4.43 4.43 0 0 1-2.25-.65c-1.314-.822-2.121-2.365-2.27-4.347a10.2 10.2 0 0 1 .335-3.337 13.2 13.2 0 0 1 4.05-6.482 10.2 10.2 0 0 1 2.849-1.765c1.845-.733 3.586-.685 4.9.137 1.316.822 2.122 2.365 2.271 4.345a10.2 10.2 0 0 1-.33 3.334z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/godotengine.svg b/mkdocs-material/material/templates/.icons/simple/godotengine.svg new file mode 100644 index 0000000..f9b32e8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/godotengine.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.56.683c-1.096.244-2.181.583-3.199 1.095.023.898.081 1.758.2 2.632-.396.253-.81.47-1.179.766-.375.288-.758.564-1.097.902A21 21 0 0 0 2.15 4.836C1.353 5.693.608 6.62 0 7.655c.458.74.936 1.435 1.452 2.094h.014v6.356q.018 0 .035.003l3.896.376a.42.42 0 0 1 .378.39l.12 1.72 3.4.241.234-1.587a.42.42 0 0 1 .415-.358h4.111c.208 0 .385.152.415.358l.234 1.587 3.4-.242.12-1.72a.42.42 0 0 1 .377-.389l3.896-.376q.018-.002.035-.003v-.507h.002V9.75h.014c.516-.66.994-1.353 1.452-2.094-.608-1.036-1.354-1.961-2.151-2.82-.74.372-1.457.793-2.135 1.242-.34-.337-.721-.613-1.096-.901-.37-.296-.785-.514-1.179-.767.117-.874.175-1.734.2-2.632-1.018-.512-2.102-.85-3.199-1.095a23 23 0 0 0-1.187 2.312 8 8 0 0 0-1.246-.099h-.016c-.417.005-.832.03-1.246.1A23 23 0 0 0 9.557.682zM6.476 9.989a2.349 2.349 0 1 1 .001 4.697 2.349 2.349 0 0 1 0-4.697m11.05 0a2.349 2.349 0 1 1-.001 4.697 2.349 2.349 0 0 1 0-4.697m-10.824.93a1.559 1.559 0 1 0 0 3.118 1.559 1.559 0 0 0 0-3.118zm10.598 0a1.558 1.558 0 1 0 0 3.116 1.558 1.558 0 0 0 0-3.116M12 11.372c.417 0 .757.308.757.687v2.162c0 .38-.339.687-.757.687s-.756-.308-.756-.687V12.06c0-.379.339-.687.756-.687m-10.54 5.574c.001.377.005.79.005.871 0 3.702 4.695 5.48 10.527 5.5h.014c5.833-.02 10.526-1.798 10.526-5.5 0-.084.005-.495.007-.87l-3.502.338-.121 1.729a.42.42 0 0 1-.39.39l-4.18.296a.42.42 0 0 1-.416-.358l-.238-1.614h-3.386l-.238 1.614a.42.42 0 0 1-.445.357l-4.151-.296a.42.42 0 0 1-.39-.39l-.12-1.729-3.504-.337z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gofundme.svg b/mkdocs-material/material/templates/.icons/simple/gofundme.svg new file mode 100644 index 0000000..d6d58a0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gofundme.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.624 4.08 17.4 7.15a1.5 1.5 0 0 0-.33 2.092c.489.67 1.421.813 2.091.331l4.222-3.07c.67-.49.813-1.423.332-2.093a1.49 1.49 0 0 0-2.092-.33m-9.649-1.182c-.828 0-1.498.67-1.498 1.497v2.521a1.497 1.497 0 1 0 2.996 0v-2.52c0-.829-.67-1.498-1.498-1.498M.288 4.41c-.49.67-.339 1.603.33 2.093l4.223 3.07c.67.49 1.603.339 2.092-.331s.339-1.603-.331-2.092L2.38 4.08a1.5 1.5 0 0 0-2.092.33zm3.695 7.79a11.96 11.96 0 0 1 7.992-3.056c3.07 0 5.87 1.159 7.993 3.056zm14.555 1.633c-1.347 0-2.236.443-2.8.993-.595.587-1.023 1.505-1.023 2.65 0 1.301.564 2.144 1.009 2.588.843.843 1.926 1.038 2.829 1.038 1.482 0 2.28-.458 2.784-.947a3.06 3.06 0 0 0 .828-1.408h-2.34a1.16 1.16 0 0 1-.43.459c-.308.165-.736.181-.797.181-.549 0-.858-.188-1.008-.339-.294-.286-.43-.775-.43-1.144h5.095v-.263c0-.76-.12-1.957-1.083-2.875-.814-.768-1.836-.933-2.634-.933m.06 1.558c.241 0 .685.045 1.008.368.188.188.339.475.4.738h-2.77c.045-.308.203-.557.369-.738.256-.263.58-.368.993-.368m-16.85-1.355h2.445v.828c.58-.7 1.377-.949 2.047-.949.49 0 .949.106 1.317.31.505.263.783.639.948.977.28-.489.626-.782.934-.948.49-.278.963-.338 1.423-.338.503 0 1.331.075 1.896.624.61.595.64 1.408.64 1.882v4.455H10.95v-3.38c0-.722-.075-1.21-.353-1.467-.136-.12-.324-.226-.64-.226a.99.99 0 0 0-.722.279c-.414.399-.444.963-.444 1.302v3.507H6.346v-3.38c0-.654-.045-1.18-.324-1.467-.21-.226-.49-.278-.737-.278-.264 0-.474.045-.67.248-.429.414-.429 1.069-.429 1.498v3.379H1.74v-6.856Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gogdotcom.svg b/mkdocs-material/material/templates/.icons/simple/gogdotcom.svg new file mode 100644 index 0000000..a2b27c5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gogdotcom.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.15 15.24H4.36a.4.4 0 0 0-.4.4v2c0 .21.18.4.4.4h2.8v1.32h-3.5c-.56 0-1.02-.46-1.02-1.03v-3.39c0-.56.46-1.02 1.03-1.02h3.48zm1.01-3.7c0 .58-.47 1.05-1.05 1.05H2.63v-1.35h3.78a.4.4 0 0 0 .4-.4V6.39a.4.4 0 0 0-.4-.4H4.39a.4.4 0 0 0-.41.4v2.02c0 .23.18.4.4.4H6v1.35H3.68c-.58 0-1.05-.46-1.05-1.04V5.68c0-.57.47-1.04 1.05-1.04H7.1c.58 0 1.05.47 1.05 1.04v5.86zm13.2 7.82h-1.32v-4.12h-.93a.4.4 0 0 0-.4.4v3.72h-1.33v-4.12h-.93a.4.4 0 0 0-.4.4v3.72h-1.33v-4.42c0-.56.46-1.02 1.03-1.02h5.61zm.01-7.82c0 .58-.47 1.05-1.05 1.05h-4.48v-1.35h3.78a.4.4 0 0 0 .4-.4V6.39a.4.4 0 0 0-.4-.4h-2.03a.4.4 0 0 0-.4.4v2.02c0 .23.18.4.4.4h1.62v1.35H16.9c-.58 0-1.05-.46-1.05-1.04V5.68c0-.57.47-1.04 1.05-1.04h3.43c.58 0 1.05.47 1.05 1.04v5.86zm-7.65-6.9h-3.44c-.58 0-1.04.47-1.04 1.04v3.44c0 .58.46 1.04 1.04 1.04h3.44c.57 0 1.04-.46 1.04-1.04V5.68c0-.57-.47-1.04-1.04-1.04m-.3 1.75v2.02a.4.4 0 0 1-.4.4h-2.03a.4.4 0 0 1-.4-.4V6.4c0-.22.17-.4.4-.4H13c.23 0 .4.18.4.4zm-.79 7.53H9.24c-.57 0-1.03.46-1.03 1.02v3.39c0 .57.46 1.03 1.03 1.03h3.39c.57 0 1.03-.46 1.03-1.03v-3.39c0-.56-.46-1.02-1.03-1.02m-.3 1.72v2a.4.4 0 0 1-.4.4v-.01H9.94a.4.4 0 0 1-.4-.4v-1.99c0-.22.18-.4.4-.4h2c.22 0 .4.18.4.4zM23.49 1.1a1.74 1.74 0 0 0-1.24-.52H1.75A1.74 1.74 0 0 0 0 2.33v19.34a1.74 1.74 0 0 0 1.75 1.75h20.5A1.74 1.74 0 0 0 24 21.67V2.33c0-.48-.2-.92-.51-1.24m0 20.58a1.23 1.23 0 0 1-1.24 1.24H1.75A1.23 1.23 0 0 1 .5 21.67V2.33a1.23 1.23 0 0 1 1.24-1.24h20.5a1.24 1.24 0 0 1 1.24 1.24v19.34z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gojek.svg b/mkdocs-material/material/templates/.icons/simple/gojek.svg new file mode 100644 index 0000000..43bd452 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gojek.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.072.713a15 15 0 0 0-.643.011C5.317.998.344 5.835.017 11.818c-.266 4.913 2.548 9.21 6.723 11.204 1.557.744 3.405-.19 3.706-1.861.203-1.126-.382-2.241-1.429-2.742-2.373-1.139-3.966-3.602-3.778-6.406.22-3.28 2.931-5.945 6.279-6.171 3.959-.267 7.257 2.797 7.257 6.619 0 2.623-1.553 4.888-3.809 5.965a2.51 2.51 0 0 0-1.395 2.706l.011.056c.295 1.644 2.111 2.578 3.643 1.852C21.233 21.139 24 17.117 24 12.461 23.996 5.995 18.664.749 12.072.711zm-.061 7.614c-2.331 0-4.225 1.856-4.225 4.139 0 2.282 1.894 4.137 4.225 4.137s4.225-1.855 4.225-4.137c0-2.283-1.895-4.139-4.225-4.139"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/goland.svg b/mkdocs-material/material/templates/.icons/simple/goland.svg new file mode 100644 index 0000000..28bc000 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/goland.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0v24h24V0Zm6.764 3a5.45 5.45 0 0 1 3.892 1.356L9.284 6.012A3.65 3.65 0 0 0 6.696 5c-1.6 0-2.844 1.4-2.844 3.08v.028c0 1.812 1.244 3.14 3 3.14a3.47 3.47 0 0 0 2.048-.596V9.228H6.708v-1.88H11v4.296a6.43 6.43 0 0 1-4.228 1.572c-3.076 0-5.196-2.164-5.196-5.092v-.028A5.08 5.08 0 0 1 6.764 3m10.432 0c3.052 0 5.244 2.276 5.244 5.088v.028a5.116 5.116 0 0 1-5.272 5.12c-3.056-.02-5.248-2.296-5.248-5.112v-.028A5.116 5.116 0 0 1 17.196 3m-.028 2A2.96 2.96 0 0 0 14.2 8.068v.028a3.01 3.01 0 0 0 3 3.112 2.96 2.96 0 0 0 2.964-3.084v-.028A3.004 3.004 0 0 0 17.168 5M2.252 19.5h9V21h-9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/goldenline.svg b/mkdocs-material/material/templates/.icons/simple/goldenline.svg new file mode 100644 index 0000000..359a6a5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/goldenline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.997 24a11.995 11.995 0 0 0 11.949-13.04h-6.781v2.943h1.226a6.667 6.667 0 1 1-.114-4.156h5.509A11.995 11.995 0 1 0 12 23.991z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/goldmansachs.svg b/mkdocs-material/material/templates/.icons/simple/goldmansachs.svg new file mode 100644 index 0000000..415f659 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/goldmansachs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.963 9.264h1.452v2.378c-.484.098-.855.148-1.262.148C.561 11.79 0 10.878 0 9.377c0-1.614.778-2.526 2.329-2.526.196 0 .567.014 1.03.084v1.522h-.336l-.19-.582c-.183-.553-.4-.827-.744-.827-.596 0-.912.806-.912 2.315 0 1.515.126 2.23.904 2.23.106 0 .231-.014.351-.048V9.776l-.469-.323zm1.424 6.382c0 .954-.651 1.501-1.802 1.501-.315 0-.778-.048-1.213-.119v-1.865h.337l.14.441c.315 1.017.54 1.353.94 1.353.421 0 .722-.371.722-.862 0-.399-.189-.68-.595-.898l-.702-.378c-.541-.287-.835-.736-.835-1.283 0-.828.68-1.326 1.796-1.326.252 0 .547.022 1.016.085v1.521h-.337l-.188-.581c-.19-.618-.393-.842-.764-.842-.415 0-.66.266-.66.652 0 .343.19.589.561.799l.708.399c.596.337.876.786.876 1.403m3.101 1.102.14.211v.106H5.556l-.05-.407c-.112.308-.407.491-.786.491-.561 0-.912-.351-.912-.926 0-.561.315-.933 1.283-1.311l.414-.161v-.525c0-.463-.085-.652-.344-.652-.21 0-.329.112-.533.623l-.231.573h-.315v-1.144c.414-.126.828-.21 1.185-.21.792 0 1.221.378 1.221 1.066zm.405-6.824c0 1.192-.637 1.866-1.459 1.866-.82 0-1.457-.674-1.457-1.866s.637-1.866 1.459-1.866c.82 0 1.457.673 1.457 1.866m-1.387 6.235v-1.213l-.133.056c-.414.169-.569.547-.569 1.101 0 .414.099.652.329.652.231 0 .373-.225.373-.596m.357-6.235c0-1.347-.112-1.704-.427-1.704s-.428.357-.428 1.704.113 1.704.428 1.704.427-.358.427-1.704m3.521 6.269.126.064c-.224.646-.511.89-1.066.89-.904 0-1.409-.679-1.409-1.865s.589-1.866 1.55-1.866c.258 0 .603.042.897.16v1.193h-.329l-.132-.449c-.176-.596-.273-.75-.449-.75-.281 0-.505.365-.505 1.754 0 1.114.168 1.521.595 1.521.287.001.532-.181.722-.652m-.779-4.488H7.342v-.104l.141-.211V7.476l-.141-.21V7.16l1.123-.084v4.313l.14.211zm1.726.085c-.772 0-1.235-.702-1.235-1.901 0-1.192.483-1.83 1.227-1.83.379 0 .589.147.68.441V7.476l-.141-.21V7.16l1.123-.084v4.313l.14.211v.104h-.996l-.077-.533c-.111.457-.321.619-.721.619m2.461 4.958.14.211v.106H11.67v-.106l.14-.211v-2.525c0-.301-.091-.483-.309-.483-.26 0-.449.218-.449.645v2.363l.141.211v.106H9.93v-.106l.14-.211v-3.914l-.14-.21v-.105l1.122-.084v1.451c.127-.301.414-.469.82-.469.576 0 .919.365.919 1.073zm-2.664-6.846c0 1.263.112 1.648.421 1.648.385 0 .455-.554.455-1.662 0-1.073-.077-1.606-.449-1.606-.315 0-.427.379-.427 1.62m7.041 1.487.14.211v.104h-1.262V11.6l.14-.211V8.787c0-.252-.084-.407-.281-.407-.244 0-.441.219-.441.638v2.371l.14.211v.104h-1.262V11.6l.14-.211V8.787c0-.252-.084-.407-.28-.407-.245 0-.442.219-.442.638v2.371l.141.211v.104h-1.263V11.6l.14-.211V8.535l-.14-.169v-.104l1.01-.12h.084l.028.393c.119-.309.414-.477.814-.477.427 0 .708.21.834.589.105-.365.435-.589.856-.589.553 0 .904.365.904 1.072zm-1.311 4.644c0 .609-.393 1.114-1.339 1.114-.245 0-.575-.028-1.087-.119v-1.304h.287l.091.281c.224.715.441.982.785.982.323 0 .533-.232.533-.59 0-.294-.147-.497-.497-.687l-.603-.323c-.385-.21-.596-.539-.596-.946 0-.638.499-1.024 1.325-1.024.239 0 .547.034.884.105v1.024h-.287l-.148-.373c-.168-.449-.329-.595-.595-.595-.287 0-.456.168-.456.449 0 .238.141.399.484.595l.595.337c.406.232.624.561.624 1.074m4.538-4.644.14.211v.104h-1.073l-.048-.407c-.112.309-.407.491-.786.491-.561 0-.911-.35-.911-.926 0-.561.315-.932 1.283-1.311l.413-.16v-.526c0-.463-.084-.652-.343-.652-.211 0-.329.113-.533.624l-.231.575h-.317V8.27c.415-.127.828-.211 1.185-.211.792 0 1.221.379 1.221 1.066zm-.982-.589V9.587l-.133.056c-.413.168-.567.547-.567 1.101 0 .414.098.653.329.653.23 0 .371-.225.371-.597m4.586.8v.104h-1.263V11.6l.141-.211V8.864c0-.302-.091-.484-.309-.484-.26 0-.449.219-.449.646v2.363l.14.211v.104h-1.262V11.6l.14-.211V8.535l-.14-.169v-.104l1.01-.12h.084l.028.393c.119-.309.407-.477.82-.477.575 0 .918.365.918 1.072v2.259z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/goodreads.svg b/mkdocs-material/material/templates/.icons/simple/goodreads.svg new file mode 100644 index 0000000..9881e54 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/goodreads.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.43 23.995c-3.608-.208-6.274-2.077-6.448-5.078.695.007 1.375-.013 2.07-.006.224 1.342 1.065 2.43 2.683 3.026 1.583.496 3.737.46 5.082-.174 1.351-.636 2.145-1.822 2.503-3.577.212-1.042.236-1.734.231-2.92l-.005-1.631h-.059c-1.245 2.564-3.315 3.53-5.59 3.475-5.74-.054-7.68-4.534-7.528-8.606.01-5.241 3.22-8.537 7.557-8.495 2.354-.14 4.605 1.362 5.554 3.37l.059.002.002-2.918 2.099.004-.002 15.717c-.193 7.04-4.376 7.89-8.209 7.811zm6.1-15.633c-.096-3.26-1.601-6.62-5.503-6.645-3.954-.017-5.625 3.592-5.604 6.85-.013 3.439 1.643 6.305 4.703 6.762 4.532.591 6.551-3.411 6.404-6.967"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/google.svg b/mkdocs-material/material/templates/.icons/simple/google.svg new file mode 100644 index 0000000..41b74e9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/google.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.48 10.92v3.28h7.84c-.24 1.84-.853 3.187-1.787 4.133-1.147 1.147-2.933 2.4-6.053 2.4-4.827 0-8.6-3.893-8.6-8.72s3.773-8.72 8.6-8.72c2.6 0 4.507 1.027 5.907 2.347l2.307-2.307C18.747 1.44 16.133 0 12.48 0 5.867 0 .307 5.387.307 12s5.56 12 12.173 12c3.573 0 6.267-1.173 8.373-3.36 2.16-2.16 2.84-5.213 2.84-7.667 0-.76-.053-1.467-.173-2.053z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googleadmob.svg b/mkdocs-material/material/templates/.icons/simple/googleadmob.svg new file mode 100644 index 0000000..9856e85 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googleadmob.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.46.033h-.052A11.993 11.993 0 0 0 0 11.922v.052c0 7.475 6.563 11.928 11.447 11.928h.17a3.086 3.086 0 0 0 3.125-3.047c0-1.693-1.433-2.917-3.152-2.917h-.039a6.016 6.016 0 0 1-5.508-6.368v-.052a6.016 6.016 0 0 1 5.573-5.509c1.719 0 3.125-1.237 3.125-2.917A3.086 3.086 0 0 0 11.604.02h-.143zm2.031.026a3.52 3.52 0 0 1 1.746 3.021 3.39 3.39 0 0 1-1.928 3.047c2.865.6 4.532 3.126 4.688 5.378v7.684a3.49 3.49 0 0 1 6.003.026v-7.736A12.046 12.046 0 0 0 13.491.045zm7.475 17.932a2.995 2.995 0 1 0 .04 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googleads.svg b/mkdocs-material/material/templates/.icons/simple/googleads.svg new file mode 100644 index 0000000..9a45fa4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googleads.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 22.93a4 4 0 1 1 0-8 4 4 0 0 1 0 8m19.464-6.001-8-13.857a4 4 0 0 0-6.93 4l8.001 13.857a4.001 4.001 0 0 0 6.93-4M7.514 4.844l-5.95 10.304A4.5 4.5 0 0 1 4 14.43c2.56-.008 4.625 2.158 4.494 4.715l3.217-5.573-3.61-6.25a4.46 4.46 0 0 1-.587-2.478"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googleadsense.svg b/mkdocs-material/material/templates/.icons/simple/googleadsense.svg new file mode 100644 index 0000000..d19a610 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googleadsense.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.056 8.447a3.894 3.894 0 0 0-5.313 1.419l-3.889 6.72a3.874 3.874 0 0 0 1.415 5.293l.01.005a3.894 3.894 0 0 0 5.312-1.42l3.889-6.718a3.875 3.875 0 0 0-1.416-5.294zm-14.7 12.168c-1.08 1.888-3.514 2.583-5.384 1.493S-.561 18.653.519 16.765s3.494-2.586 5.365-1.496 2.554 3.457 1.474 5.344m4.131-19.228a3.94 3.94 0 0 0-3.267 2.189l-3.67 6.279a5 5 0 0 0-.227.387l-2.746 4.737c1.345-.86 3.09-.993 4.55-.143a4.46 4.46 0 0 1 2.22 4.041l2.77-4.763q.123-.186.224-.385l3.67-6.281a3.86 3.86 0 0 0-1.283-5.55 3.96 3.96 0 0 0-2.24-.511z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googleanalytics.svg b/mkdocs-material/material/templates/.icons/simple/googleanalytics.svg new file mode 100644 index 0000000..9f360ca --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googleanalytics.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.84 2.998v17.999a2.983 2.983 0 0 1-2.967 2.998 3 3 0 0 1-.368-.02 3.06 3.06 0 0 1-2.61-3.1V3.12A3.06 3.06 0 0 1 19.51.02a2.983 2.983 0 0 1 3.329 2.978zM4.133 18.055a2.973 2.973 0 1 0 0 5.945 2.973 2.973 0 0 0 0-5.945m7.872-9.01h-.05a3.06 3.06 0 0 0-2.892 3.126v7.985c0 2.167.954 3.482 2.35 3.763a2.978 2.978 0 0 0 3.57-2.927v-8.959a2.983 2.983 0 0 0-2.978-2.988"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googleappsscript.svg b/mkdocs-material/material/templates/.icons/simple/googleappsscript.svg new file mode 100644 index 0000000..11fb27d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googleappsscript.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.363 2.54a3 3 0 0 0-.376.022 2.86 2.86 0 0 0-1.589.828c-.562.58-.82 1.115-.773 1.943-.01.264.193 1.023.272 1.274 1.115 3.546 2.09 6.75 3.26 10.279q.12.369.267.72.03.07.048-.004.116-.445.29-.945 1.341-3.863 2.633-7.696a.35.35 0 0 0 .004-.217 163 163 0 0 0-1.49-4.572 2.6 2.6 0 0 0-.704-.933q-.827-.69-1.842-.7Zm9.078.117a2.734 2.734 0 0 0-2.878 1.828l-4.576 13.289a2.734 2.734 0 0 0 1.695 3.475l.12.04a2.734 2.734 0 0 0 3.475-1.694L23.85 6.307a2.734 2.734 0 0 0-1.695-3.476c-.233-.1-.506-.124-.716-.174ZM12.375 3.96a1.396 1.396 0 1 1 0 2.791 1.395 1.395 0 0 1 0-2.79zm8.809.07a1.402 1.402 0 1 1 0 2.803 1.402 1.402 0 0 1 0-2.803M5.419 7.605a3 3 0 0 0-.468.052 2.7 2.7 0 0 0-1.337.627 2.62 2.62 0 0 0-.924 1.833 4 4 0 0 0 0 .648 2.52 2.52 0 0 0 .673 1.52q.331.357.732.648 4.565 3.314 9.108 6.664a.8.8 0 0 0 .158.089q.045-.064.007-.167a17 17 0 0 0-.317-1.066 533 533 0 0 1-2.02-6.251 42 42 0 0 0-.497-1.477c-.967-.849-2.078-1.6-3.023-2.302A3.85 3.85 0 0 0 6.153 7.7a2.4 2.4 0 0 0-.734-.094Zm.02 1.424a1.398 1.398 0 1 1 0 2.796 1.398 1.398 0 0 1 0-2.796m-2.458 6.792q-1.1-.008-1.927.622a2.72 2.72 0 0 0-.95 1.45 2.8 2.8 0 0 0-.09 1.04 2.74 2.74 0 0 0 .695 1.583c.664.578 1.26.85 2 .945q2.13-.008 4.262-.02h.418q3.416-.005 6.706.003.223.008.392-.01.09-.008.092-.077a11 11 0 0 0-.834-.653 489 489 0 0 1-6.57-4.815.24.24 0 0 0-.14-.047q-2.01-.005-4.054-.02zm-.19 1.418a1.402 1.402 0 1 1 0 2.803 1.402 1.402 0 0 1 0-2.803m13.874.002a1.4 1.4 0 1 1 0 2.8 1.4 1.4 0 0 1 0-2.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googleassistant.svg b/mkdocs-material/material/templates/.icons/simple/googleassistant.svg new file mode 100644 index 0000000..5a43c98 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googleassistant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.365 8.729c.9 0 1.635-.735 1.635-1.635s-.735-1.636-1.635-1.636-1.636.735-1.636 1.636.723 1.635 1.636 1.635m-4.907 5.452a3.27 3.27 0 1 0 0-6.542 3.27 3.27 0 0 0 0 6.542m0 8.722c2.105 0 3.816-1.711 3.816-3.829s-1.711-3.816-3.829-3.816a3.82 3.82 0 0 0-3.816 3.816 3.825 3.825 0 0 0 3.829 3.83M6.542 14.18a6.542 6.542 0 1 0 0-13.084 6.542 6.542 0 1 0 0 13.084"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googleauthenticator.svg b/mkdocs-material/material/templates/.icons/simple/googleauthenticator.svg new file mode 100644 index 0000000..e6f198b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googleauthenticator.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.957 1.338a2 2 0 0 0-.957.27 2.02 2.02 0 0 0-.74 2.761l3.238 5.61H2.022a2.021 2.021 0 1 0 0 4.043h6.476L5.26 19.63a2.022 2.022 0 1 0 3.502 2.021L12 16.045l3.238 5.607a2.022 2.022 0 0 0 3.502-2.021l-3.238-5.61h6.477a2.022 2.022 0 0 0 0-4.043h-6.477L18.74 4.37a2.022 2.022 0 1 0-3.502-2.021L12 7.955 8.762 2.348a2.02 2.02 0 0 0-1.805-1.01m9.959 1.006c.193-.013.393.031.578.138a.996.996 0 0 1 .371 1.381l-4.113 7.125h8.226c.571 0 1.012.441 1.012 1.012s-.44 1.012-1.012 1.012H14.92l-1.168-2.024-1.168-2.023 3.53-6.112c.178-.308.48-.488.802-.51zm-9.934.004c.36-.01.708.166.905.506l3.529 6.11-1.168 2.024-1.168 2.024H2.022c-.571 0-1.012-.441-1.012-1.012s.44-1.012 1.012-1.012h8.226L6.135 3.863a.996.996 0 0 1 .37-1.38 1 1 0 0 1 .477-.135m2.684 11.674h4.668l3.531 6.115a.996.996 0 0 1-.37 1.38.996.996 0 0 1-1.382-.37L12 14.025l-4.113 7.121a.996.996 0 0 1-1.381.372.996.996 0 0 1-.371-1.381Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googlebigquery.svg b/mkdocs-material/material/templates/.icons/simple/googlebigquery.svg new file mode 100644 index 0000000..73d890a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googlebigquery.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.676 10.595h2.052v5.244a5.9 5.9 0 0 1-2.052-2.088zm18.179 10.836a.504.504 0 0 1 0 .708l-1.716 1.716a.504.504 0 0 1-.708 0l-4.248-4.248-.007-.007c-.02-.02-.028-.045-.043-.066a10.74 10.74 0 0 1-6.334 2.065C4.835 21.599 0 16.764 0 10.799S4.835 0 10.8 0s10.799 4.835 10.799 10.8c0 2.369-.772 4.553-2.066 6.333.025.017.052.028.074.05zm-5.028-10.632a8.015 8.015 0 1 0-8.028 8.028h.024a8.016 8.016 0 0 0 8.004-8.028m-4.86 4.98a6 6 0 0 0 2.04-2.184v-1.764h-2.04zm-4.5.948q.664.085 1.332.072.6.037 1.2 0V7.692H9.468z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googlebigtable.svg b/mkdocs-material/material/templates/.icons/simple/googlebigtable.svg new file mode 100644 index 0000000..e9eb98f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googlebigtable.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.511.278s0-.4.456-.24c.267.094 3.728 2.243 5.88 3.533l.006.003.364.217q.006.006.011.011c.322.2.656.42 1.006.673a.88.88 0 0 1 .42.78l-.06 7.566a.42.42 0 0 1-.192.396l-1.2.815V5.436c-.042-.034-.083-.07-.131-.098l-5.06-3.01c-.744-.466-1.5-1.642-1.5-2.05m-2.89 12.171 4.39 2.614 4.388-2.566v-1.079L12.25 13.84a.8.8 0 0 1-.24.072.43.43 0 0 1-.24-.072l-4.149-2.47zm0 1.943c0 .17.086.327.228.42l3.933 2.398c.123.06.162.07.228.064.088-.003.173-.074.252-.112l3.933-2.398a.47.47 0 0 0 .228-.42v-.791L12.25 16.07a.43.43 0 0 1-.48 0L7.621 13.6v.79zm8.778-4.137v-.516a.47.47 0 0 0-.228-.408l-3.933-2.398a.44.44 0 0 0-.456 0L7.85 9.331a.49.49 0 0 0-.228.408v.516l4.39 2.614zm-4.473 11.332L6.95 18.625c-.041-.025-.06-.07-.096-.1v-8.63l-1.2.708a.49.49 0 0 0-.227.395v7.867a.9.9 0 0 0 .407.72l1.272.79q-.002-.001-.005-.004l6.024 3.59a.216.216 0 0 0 .336-.216 3.26 3.26 0 0 0-1.535-2.158M8.891 4.097a.85.85 0 0 1 .859.009l6.66 3.954V6.645a.44.44 0 0 0-.24-.371L9.79 2.496a.81.81 0 0 0-.85-.012l-1.433.856C5.56 4.498 1.525 6.893 1.36 6.975a.276.276 0 0 0 0 .48 3.15 3.15 0 0 0 2.495-.312zM22.635 16.49a3.15 3.15 0 0 0-2.519.3l-5.036 2.986a.88.88 0 0 1-.887 0l-.018-.006-6.554-3.867v1.39a.67.67 0 0 0 .204.397l6.356 3.765a.84.84 0 0 0 .887 0l1.415-.863h-.004l6.156-3.646a.252.252 0 0 0 0-.456M10.967 6.13l-1.2-.708a.41.41 0 0 0-.431 0L3.688 8.756a.86.86 0 0 0-.456.767v8.862a.216.216 0 0 0 .36.156 3.3 3.3 0 0 0 1.043-2.398v-5.996a.9.9 0 0 1 .098-.367zm2.11 11.728 1.2.683a.42.42 0 0 0 .443 0l5.684-3.418c.335-.207.442-.408.442-.706l.002-.001v-1.751q-.002.008-.004.017c-.006-2.494-.013-6.831.004-7.104.024-.384-.372-.252-.372-.252a3.37 3.37 0 0 0-1.007 2.399v5.995a1 1 0 0 1-.191.413z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googlecalendar.svg b/mkdocs-material/material/templates/.icons/simple/googlecalendar.svg new file mode 100644 index 0000000..31badd0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googlecalendar.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.316 5.684H24v12.632h-5.684zM5.684 24h12.632v-5.684H5.684zM18.316 5.684V0H1.895A1.894 1.894 0 0 0 0 1.895v16.421h5.684V5.684zm-7.207 6.25v-.065q.407-.216.687-.617c.28-.401.279-.595.279-.982q0-.568-.3-1.025a2.05 2.05 0 0 0-.832-.714 2.7 2.7 0 0 0-1.197-.257q-.9 0-1.481.467-.579.467-.793 1.078l1.085.452q.13-.374.413-.633.284-.258.767-.257.495 0 .816.264a.86.86 0 0 1 .322.703q0 .495-.36.778t-.886.284h-.567v1.085h.633q.611 0 1.02.327.407.327.407.843 0 .505-.387.832c-.387.327-.565.327-.924.327q-.527 0-.897-.311-.372-.312-.521-.881l-1.096.452q.268.923.977 1.401.707.479 1.538.477a2.84 2.84 0 0 0 1.293-.291q.574-.29.902-.794.327-.505.327-1.149 0-.643-.344-1.105a2.07 2.07 0 0 0-.881-.689m2.093-1.931.602.913L15 10.045v5.744h1.187V8.446h-.827zM22.105 0h-3.289v5.184H24V1.895A1.894 1.894 0 0 0 22.105 0m-3.289 23.5 4.684-4.684h-4.684zM0 22.105C0 23.152.848 24 1.895 24h3.289v-5.184H0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googlecampaignmanager360.svg b/mkdocs-material/material/templates/.icons/simple/googlecampaignmanager360.svg new file mode 100644 index 0000000..bad3c5a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googlecampaignmanager360.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.82 0c-2.093 0-4.186.8-5.783 2.397a8.14 8.14 0 0 0-2.33 4.761 9 9 0 0 1 .473-.013 8.65 8.65 0 0 1 5.076 1.638 2.66 2.66 0 0 1 .713-2.47c1.046-1.046 2.711-.998 3.715.005a2.772 2.772 0 1 0 3.92-3.922A8.15 8.15 0 0 0 15.82 0m7.078 4.078a3.27 3.27 0 0 1-.941 2.594 3.28 3.28 0 0 1-3.639.674c.312.938.065 1.99-.633 2.687-.99.992-2.663 1.066-3.725.004q-.024-.026-.046-.053l-.003.002A8.18 8.18 0 0 0 2.395 21.603a2.975 2.975 0 0 0 4.206 0c1.162-1.161.87-2.756-.293-3.917-.935-.936-1.122-2.593-.005-3.711.91-.91 2.537-1.17 3.726-.008q.11.108.225.203a8.177 8.177 0 0 0 11.35-.207 8.18 8.18 0 0 0 1.294-9.885M10.725 15.2a2.65 2.65 0 0 1-.702 2.498 2.64 2.64 0 0 1-2.591.658c.21.393.347.809.392 1.237.088.827-.192 1.688-.869 2.365a3.47 3.47 0 0 1-2.773 1 8.18 8.18 0 0 0 9.78-1.353 8.14 8.14 0 0 0 2.329-4.762 8.67 8.67 0 0 1-5.566-1.643"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googlecardboard.svg b/mkdocs-material/material/templates/.icons/simple/googlecardboard.svg new file mode 100644 index 0000000..b860ce4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googlecardboard.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.087 4.235a3.07 3.07 0 0 0-2.183.91A3.13 3.13 0 0 0 0 7.35v9.296a3.13 3.13 0 0 0 .903 2.206 3.07 3.07 0 0 0 2.184.913h4.28a3.08 3.08 0 0 0 2.713-1.645l1.209-2.276a.79.79 0 0 1 .703-.42.78.78 0 0 1 .701.42l1.21 2.276a3.08 3.08 0 0 0 2.718 1.645h4.292a3.07 3.07 0 0 0 2.184-.913A3.13 3.13 0 0 0 24 16.646V7.35c0-.825-.324-1.618-.904-2.205a3.07 3.07 0 0 0-2.183-.91zm3.495 5.656c1.138 0 2.06.937 2.06 2.092 0 1.157-.922 2.093-2.06 2.093-1.139 0-2.061-.936-2.061-2.093 0-1.155.922-2.092 2.06-2.092zm10.832 0c1.139 0 2.061.937 2.061 2.092 0 1.157-.922 2.093-2.06 2.093-1.14 0-2.063-.936-2.063-2.093 0-1.155.923-2.092 2.062-2.092"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googlechat.svg b/mkdocs-material/material/templates/.icons/simple/googlechat.svg new file mode 100644 index 0000000..01ece2a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googlechat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.637 0C.733 0 0 .733 0 1.637v16.5c0 .904.733 1.636 1.637 1.636h3.955v3.323c0 .804.97 1.207 1.539.638l3.963-3.96h11.27c.903 0 1.636-.733 1.636-1.637V5.592L18.408 0Zm3.955 5.592h12.816v8.59H8.455l-2.863 2.863Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googlechrome.svg b/mkdocs-material/material/templates/.icons/simple/googlechrome.svg new file mode 100644 index 0000000..763a75b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googlechrome.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C8.21 0 4.831 1.757 2.632 4.501l3.953 6.848A5.454 5.454 0 0 1 12 6.545h10.691A12 12 0 0 0 12 0M1.931 5.47A11.94 11.94 0 0 0 0 12c0 6.012 4.42 10.991 10.189 11.864l3.953-6.847a5.45 5.45 0 0 1-6.865-2.29zm13.342 2.166a5.446 5.446 0 0 1 1.45 7.09l.002.001h-.002l-5.344 9.257q.309.015.621.016c6.627 0 12-5.373 12-12 0-1.54-.29-3.011-.818-4.364zM12 16.364a4.364 4.364 0 1 1 0-8.728 4.364 4.364 0 0 1 0 8.728"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googlechronicle.svg b/mkdocs-material/material/templates/.icons/simple/googlechronicle.svg new file mode 100644 index 0000000..4719823 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googlechronicle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m2.719 4.812 4.812 3v4l-4.812 3Zm0 10 4.812-3v9.375l-3.914-2.389a1.88 1.88 0 0 1-.898-1.6ZM2.719 0h18.562v4.812H2.719Zm4.812 21.188 13.75-8.594v4.618c0 .626-.323 1.208-.854 1.539L12 24Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googleclassroom.svg b/mkdocs-material/material/templates/.icons/simple/googleclassroom.svg new file mode 100644 index 0000000..794fc1a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googleclassroom.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.637 1.637C.732 1.637 0 2.369 0 3.273v17.454c0 .904.732 1.636 1.637 1.636h20.726c.905 0 1.637-.732 1.637-1.636V3.273c0-.904-.732-1.636-1.637-1.636zm.545 2.181h19.636v16.364h-2.726v-1.09h-4.91v1.09h-12zM12 8.182a1.636 1.636 0 1 0 0 3.273 1.636 1.636 0 1 0 0-3.273m-4.363 1.91c-.678 0-1.229.55-1.229 1.226a1.228 1.228 0 0 0 2.455 0c0-.677-.549-1.226-1.226-1.226m8.726 0a1.227 1.227 0 1 0 0 2.453 1.227 1.227 0 0 0 0-2.453M12 12.545c-1.179 0-2.413.401-3.148 1.006a4.1 4.1 0 0 0-1.215-.188c-1.314 0-2.729.695-2.729 1.559v.896h14.184v-.896c0-.864-1.415-1.559-2.729-1.559-.41 0-.83.068-1.215.188-.735-.605-1.969-1.006-3.148-1.006"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googlecloud.svg b/mkdocs-material/material/templates/.icons/simple/googlecloud.svg new file mode 100644 index 0000000..1634d13 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googlecloud.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.19 2.38a9.344 9.344 0 0 0-9.234 6.893c.053-.02-.055.013 0 0-3.875 2.551-3.922 8.11-.247 10.941l.006-.007-.007.03a6.7 6.7 0 0 0 4.077 1.356h5.173l.03.03h5.192c6.687.053 9.376-8.605 3.835-12.35a9.37 9.37 0 0 0-2.821-4.552l-.043.043.006-.05A9.34 9.34 0 0 0 12.19 2.38m-.358 4.146c1.244-.04 2.518.368 3.486 1.15a5.19 5.19 0 0 1 1.862 4.078v.518c3.53-.07 3.53 5.262 0 5.193h-5.193l-.008.009v-.04H6.785a2.6 2.6 0 0 1-1.067-.23h.001a2.597 2.597 0 1 1 3.437-3.437l3.013-3.012A6.75 6.75 0 0 0 8.11 8.24c.018-.01.04-.026.054-.023a5.19 5.19 0 0 1 3.67-1.69z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googlecloudcomposer.svg b/mkdocs-material/material/templates/.icons/simple/googlecloudcomposer.svg new file mode 100644 index 0000000..c850b4a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googlecloudcomposer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.636 4.752h-6.42V0h17.556v4.728h-6.36v6.396H9.636zm-6.42 1.692h4.74v6.36h6.408V24H9.636v-6.42h-6.42zm12.84-.012h4.728V24h-4.728zM7.92 24H3.216v-4.728H7.92z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googlecloudspanner.svg b/mkdocs-material/material/templates/.icons/simple/googlecloudspanner.svg new file mode 100644 index 0000000..d31efba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googlecloudspanner.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 9.06 7.944 6.864V2.388L10.38.924v3.66l1.62.744 1.62-.744V.924l2.436 1.464v4.476zm-8.124 4.752L0 16.056v2.988l3.228-1.86 1.404.912.096 1.632-3.24 1.872 2.616 1.476 3.828-2.268-.132-4.596zm9.732-.9V8.758l-1.37.742-.238.129-.238-.13-1.37-.741v4.154l-3.613 2.09 1.282.783.231.142.008.27.046 1.612L12 15.696l3.595 2.079.045-1.59.008-.27.231-.142 1.301-.795zm7.164 4.272L24 19.044v-2.988L20.064 13.8l-3.924 2.4-.132 4.596 3.888 2.244 2.616-1.44-3.24-1.836.096-1.668z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googlecloudstorage.svg b/mkdocs-material/material/templates/.icons/simple/googlecloudstorage.svg new file mode 100644 index 0000000..49ec422 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googlecloudstorage.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 2.4v8.4h-2.4V2.4zM0 10.8h2.4V2.4H0zm3-8.4h18v8.4H3zm12.6 4.2a1.8 1.8 0 1 0 3.6 0 1.8 1.8 0 0 0-3.6 0m-10.8.6H12V6H4.8zm16.8 14.4H24v-8.4h-2.4zM0 21.6h2.4v-8.4H0zm3-8.4h18v8.4H3zm12.6 4.2a1.8 1.8 0 1 0 3.6 0 1.8 1.8 0 0 0-3.6 0M4.8 18H12v-1.2H4.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googlecolab.svg b/mkdocs-material/material/templates/.icons/simple/googlecolab.svg new file mode 100644 index 0000000..75a91f6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googlecolab.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.941 4.976a7.03 7.03 0 0 0-4.93 2.064 7.033 7.033 0 0 0-.124 9.807l2.395-2.395a3.646 3.646 0 0 1 5.15-5.148l2.397-2.399a7.03 7.03 0 0 0-4.888-1.93m-9.871.01a7.03 7.03 0 0 0-4.888 1.931l2.391 2.391a3.643 3.643 0 0 1 5.023.127l1.734-2.973-.1-.08a7.03 7.03 0 0 0-4.16-1.396m15.01 2.172-2.39 2.39a3.646 3.646 0 0 1-5.15 5.15l-2.406 2.407a7.036 7.036 0 0 0 9.945-9.947m-20.148.01a7.033 7.033 0 0 0-.002 9.681l2.397-2.397a3.643 3.643 0 0 1-.004-4.892zm7.664 7.423a3.635 3.635 0 0 1-5.017.113L2.182 17.1a7.03 7.03 0 0 0 9.007.546l.137-.112z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googlecontaineroptimizedos.svg b/mkdocs-material/material/templates/.icons/simple/googlecontaineroptimizedos.svg new file mode 100644 index 0000000..89ba33d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googlecontaineroptimizedos.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0m0 21.6a9.6 9.6 0 0 1-5.016-1.416L11.28 17.7v-5.4L6.612 9.6v5.424l3.3 1.908-4.152 2.4A9.6 9.6 0 0 1 7.296 3.6v4.8L12 11.136 16.68 8.4 12 5.724 8.688 7.632V2.964a9.6 9.6 0 0 1 12.372 5.64A9.7 9.7 0 0 1 21.672 12v.084L17.352 9.6l-4.68 2.712v5.412l4.68-2.7v-3.816l4.14 2.4A9.6 9.6 0 0 1 12 21.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googledataflow.svg b/mkdocs-material/material/templates/.icons/simple/googledataflow.svg new file mode 100644 index 0000000..fe4e5b3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googledataflow.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.856 9.6 3.72 9.564l.036-2.46 6.312-3.516L5.94 1.14 8.028 0l4.092 2.436h.012L16.284.108h.06l1.992 1.188-4.188 2.352 6.168 3.684v2.46l-2.124-.036.012-1.284L13.116 5.4l-.024 2.076-1.224-.012v-.002l-.84-.01.024-2.076-5.172 2.94zm12.252 6.072-5.16 2.94.024-2.064-2.064-.024-.024 2.064-5.1-3.072.012-1.248H3.684v2.4l6.168 3.684 2.011 1.197.005.015L15.972 24h.06l2.028-1.14-4.128-2.448-.02.011.008-.023 6.324-3.516.036-2.508-2.148-.024zM5.664 22.704l1.992 1.188h.06l4.152-2.328-2.016-1.212zm13.68-12.024a1.368 1.368 0 1 0 0 2.736 1.368 1.368 0 0 0 0-2.736M4.656 13.224a1.368 1.368 0 1 0 0-2.736 1.368 1.368 0 0 0 0 2.736m7.416-5.004a1.368 1.368 0 1 0 0 2.736 1.368 1.368 0 0 0 0-2.736m-.108 4.812a1.368 1.368 0 1 0 0 2.736 1.368 1.368 0 0 0 0-2.736"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googledataproc.svg b/mkdocs-material/material/templates/.icons/simple/googledataproc.svg new file mode 100644 index 0000000..43d1dc3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googledataproc.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.373 20.364a4.682 4.682 0 0 1-8.1 0 4.7 4.7 0 0 1 0-4.669c.326-.564.778-.995 1.272-1.358.472.198 3.394 1.421 3.917 1.717a2.29 2.29 0 0 0-3.109.842 2.3 2.3 0 0 0 0 2.267 2.27 2.27 0 0 0 2.564 1.053 2.25 2.25 0 0 0 1.375-1.053 2.33 2.33 0 0 0 0-2.279 2.5 2.5 0 0 0-.83-.83l-3.53-2.045-5.727-3.317a5.02 5.02 0 0 0 4.139-.36l6.32 3.641a4.68 4.68 0 0 1 1.709 6.391m-14-2.01v.004l-3.558 2a2.27 2.27 0 0 1-3.102-.823 2.267 2.267 0 0 1 2.551-3.332c.591.161 1.089.56 1.375 1.102v-.05a2.27 2.27 0 0 1-.824 3.103c.559-.303 3.352-2.62 3.465-2.714-.304-1.744-1.573-3.24-3.396-3.72a4.6 4.6 0 0 0-3.558.479 4.67 4.67 0 0 0-1.694 6.383 4.68 4.68 0 0 0 2.865 2.192 4.66 4.66 0 0 0 3.66-.56l6.877-3.973c-.019-1.303.512-2.604 1.375-3.58l-6.036 3.49zm-2.4-4.703v-8.1h.012c.002-1.617.821-3.189 2.321-4.055a4.682 4.682 0 1 1 2.337 8.737 4.7 4.7 0 0 1-1.55-.28c-.016-.085-.733-3.796-.733-4.188L9.29 9.59v6.761a4.08 4.08 0 0 0-2.317-2.7m2.403-8.1a2.279 2.279 0 1 0 4.546 0 2.23 2.23 0 0 0-.297-1.127 2.28 2.28 0 0 0-1.97-1.14 2.267 2.267 0 0 0-2.279 2.254z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googledatastudio.svg b/mkdocs-material/material/templates/.icons/simple/googledatastudio.svg new file mode 100644 index 0000000..28eb427 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googledatastudio.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.197 23.002a3.502 3.502 0 0 1 0-6h-6.909a3 3 0 0 0-.252-.011A3.05 3.05 0 0 0 9 20.002v.014a3.015 3.015 0 0 0 3.288 2.986zm1.803-6a3.001 3.001 0 0 1 0 6 3.001 3.001 0 0 1 0-6m-10.803-2.004a3.502 3.502 0 0 1 0-6H3.288a3 3 0 0 0-.252-.011A3.05 3.05 0 0 0 0 11.998v.014a3.015 3.015 0 0 0 3.288 2.986zm1.803-6a3.001 3.001 0 0 1 0 6 3.001 3.001 0 0 1 0-6m7.197-2.004a3.502 3.502 0 0 1 0-6h-6.909a3.062 3.062 0 0 0-3.288 3v.014a3.015 3.015 0 0 0 3.288 2.986zm1.803-6a3.001 3.001 0 0 1 0 6 3.001 3.001 0 0 1 0-6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googledisplayandvideo360.svg b/mkdocs-material/material/templates/.icons/simple/googledisplayandvideo360.svg new file mode 100644 index 0000000..cbcba02 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googledisplayandvideo360.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.421.01a2.95 2.95 0 0 0-2.828 1.52 2.967 2.967 0 0 0 1.094 4.076l10.6 6.064 4.79-2.672a3.55 3.55 0 0 1 1.811-.443L5.701.424A2.95 2.95 0 0 0 4.42.01ZM1.164 4.768v14.484a3.47 3.47 0 0 1 2.972-1.687 3.47 3.47 0 0 1 2.961 1.672l.004-10.53L2.44 6.04a3.43 3.43 0 0 1-1.275-1.271Zm18.42 4.289a3.1 3.1 0 0 0-1.264.379L7.6 15.414c.003 1.873-.011 3.745.003 5.617 0 .4-.072.988-.396 1.606l12.548-7.227 1.487-.83a2.98 2.98 0 0 0 1.463-3.511 3.08 3.08 0 0 0-3.121-2.012M4.136 18.065A2.967 2.967 0 1 0 4.134 24a2.967 2.967 0 0 0 .002-5.935"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googledocs.svg b/mkdocs-material/material/templates/.icons/simple/googledocs.svg new file mode 100644 index 0000000..48fdbd2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googledocs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.727 6.727H14V0H4.91c-.905 0-1.637.732-1.637 1.636v20.728c0 .904.732 1.636 1.636 1.636h14.182c.904 0 1.636-.732 1.636-1.636V6.727zm-.545 10.455H7.09v-1.364h7.09v1.364zm2.727-3.273H7.091v-1.364h9.818zm0-3.273H7.091V9.273h9.818zM14.727 6h6l-6-6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googledrive.svg b/mkdocs-material/material/templates/.icons/simple/googledrive.svg new file mode 100644 index 0000000..f238433 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googledrive.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.01 1.485c-2.082 0-3.754.02-3.743.047.01.02 1.708 3.001 3.774 6.62l3.76 6.574h3.76c2.081 0 3.753-.02 3.742-.047-.005-.02-1.708-3.001-3.775-6.62l-3.76-6.574zm-4.76 1.73a789.828 789.861 0 0 0-3.63 6.319L0 15.868l1.89 3.298 1.885 3.297 3.62-6.335 3.618-6.33-1.88-3.287C8.1 4.704 7.255 3.22 7.25 3.214zm2.259 12.653-.203.348c-.114.198-.96 1.672-1.88 3.287a423.93 423.948 0 0 1-1.698 2.97c-.01.026 3.24.042 7.222.042h7.244l1.796-3.157c.992-1.734 1.85-3.23 1.906-3.323l.104-.167h-7.249z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googleearth.svg b/mkdocs-material/material/templates/.icons/simple/googleearth.svg new file mode 100644 index 0000000..635cd76 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googleearth.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0c-1.326 0-2.597.22-3.787.613 4.94-1.243 8.575 1.72 11.096 5.606 1.725 2.695 2.813 2.83 4.207 2.412A11.956 11.956 0 0 0 12 0M7.658 2.156c-1.644.019-3.295.775-4.931 2.207A11.97 11.97 0 0 0 0 12c.184-2.823 2.163-5.128 4.87-5.07 2.104.044 4.648 1.518 7.13 5.289 4.87 7.468 10.917 5.483 11.863 1.51.081-.566.137-1.14.137-1.729 0-.176-.02-.347-.027-.521-1.645 1.725-4.899 2.35-8.264-2.97-2.59-4.363-5.31-6.383-8.05-6.353zM3.33 13.236c-1.675.13-2.657 1.804-2.242 3.756A11.96 11.96 0 0 0 12 24c4.215 0 7.898-2.149 10.037-5.412v-.043c-2.836 3.49-8.946 4.255-13.855-2.182-1.814-2.386-3.544-3.228-4.852-3.127"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googleearthengine.svg b/mkdocs-material/material/templates/.icons/simple/googleearthengine.svg new file mode 100644 index 0000000..a5d82e3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googleearthengine.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.853.717a1.2 1.2 0 0 0-.65.17L4.53 2.49c-.53.317-.732.984-.467 1.543l.93 1.958a9.2 9.2 0 0 0-1.745 3.076l-2.124.135A1.2 1.2 0 0 0 0 10.399v3.116a1.2 1.2 0 0 0 1.084 1.194l2.171.21a9.2 9.2 0 0 0 1.748 3.066l-.941 1.982a1.2 1.2 0 0 0 .467 1.543l2.673 1.603a1.2 1.2 0 0 0 1.605-.347l1.22-1.771a9.2 9.2 0 0 0 1.971.216q.048-.002.096-.004a9.2 9.2 0 0 0 1.876-.212l1.22 1.77a1.2 1.2 0 0 0 1.606.348l2.673-1.603c.53-.317.732-.984.467-1.543l-.941-1.982q.035-.036.07-.076c.066-.077.125-.159.188-.238a9.2 9.2 0 0 0 1.484-2.736l2.138-.137A1.2 1.2 0 0 0 24 13.601v-3.116a1.2 1.2 0 0 0-1.084-1.194V9.29l-2.16-.21a9.2 9.2 0 0 0-1.501-2.786q-.093-.12-.19-.238-.028-.033-.058-.065l.93-1.958a1.2 1.2 0 0 0-.467-1.543L16.797.887a1.2 1.2 0 0 0-1.605.347L13.99 2.976a9 9 0 0 0-1.896-.219c-.033 0-.064-.004-.096-.004a9.2 9.2 0 0 0-1.992.223L8.808 1.234a1.2 1.2 0 0 0-.955-.517m4.148 3.882c.574 0 1.13.072 1.668.197a7.41 7.41 0 0 1 5.384 4.993 7.4 7.4 0 0 1 .332 2.193c0 .764-.116 1.5-.332 2.193a7.41 7.41 0 0 1-5.384 4.992 7.4 7.4 0 0 1-1.668.199c-4.071 0-7.384-3.313-7.384-7.384s3.313-7.383 7.384-7.383M11.907 6C9.558 6 8.429 7.207 8.429 7.207c3.501-1.577 5.23 2.986 6.702 4.386s2.887.203 2.887.203c-.012-.787-.252-1.533-.252-1.533-.968.168-1.398-.494-1.97-1.252S13.561 6 11.907 6m-3.84 3.228c-.705.015-1.3.35-1.653 1-.868 1.601-.096 3.64-.096 3.64s.3-1.532 1.537-1.309c1.238.224 1.754 1.208 2.504 1.985.75.776 1.895 2.064 3.978 2.064 2.082 0 3.018-1.516 3.435-2.937v-.002l-.053.04c-1.265.98-3.335.882-4.548-.275-.89-.846-1.403-1.908-2.135-2.68-.981-1.038-2.065-1.545-2.97-1.526z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googlefit.svg b/mkdocs-material/material/templates/.icons/simple/googlefit.svg new file mode 100644 index 0000000..bd171f3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googlefit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.218 4.868c-1.235-2.194-3.927-3.356-6.378-2.843-1.11.243-2.173.774-2.979 1.583q-.932.921-1.864 1.841c-.915-.91-1.788-1.937-2.882-2.648a5.98 5.98 0 0 0-3.904-.845c-4.757.578-6.936 6.346-3.615 9.85 3.481 3.418 6.937 6.863 10.413 10.288 3.291-3.251 6.573-6.51 9.871-9.752 2.132-1.831 2.8-5.026 1.338-7.474M6.162 11.223c-.692-.755-1.511-1.404-2.141-2.208-.821-1.218-.158-3.012 1.26-3.397.781-.256 1.683-.031 2.279.527.627.609 1.236 1.237 1.866 1.843l.005.006a415 415 0 0 0-3.269 3.229m5.846 5.758-3.255-3.22c2.555-2.516 5.103-5.042 7.65-7.566.393-.394.93-.646 1.487-.673 2.086-.154 3.285 2.372 1.801 3.866-2.549 2.542-5.121 5.062-7.683 7.593"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googlefonts.svg b/mkdocs-material/material/templates/.icons/simple/googlefonts.svg new file mode 100644 index 0000000..95ac8cc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googlefonts.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2.8A3.6 3.6 0 1 0 4 10a3.6 3.6 0 0 0 0-7.2m7.6 0v18.4h7.2a5.2 5.2 0 1 1 0-10.4 4 4 0 1 1 0-8zm7.2 0v8a4 4 0 1 0 0-8m0 8v10.4A5.2 5.2 0 0 0 24 16a5.2 5.2 0 0 0-5.2-5.2m-7.7-7.206L0 21.199h8.8l2.3-3.64Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googleforms.svg b/mkdocs-material/material/templates/.icons/simple/googleforms.svg new file mode 100644 index 0000000..84bea37 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googleforms.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.727 6h6l-6-6zm0 .727H14V0H4.91c-.905 0-1.637.732-1.637 1.636v20.728c0 .904.732 1.636 1.636 1.636h14.182c.904 0 1.636-.732 1.636-1.636V6.727zM7.91 17.318a.819.819 0 1 1 .001-1.638.819.819 0 0 1 0 1.638zm0-3.273a.819.819 0 1 1 .001-1.637.819.819 0 0 1 0 1.637zm0-3.272a.819.819 0 1 1 .001-1.638.819.819 0 0 1 0 1.638zm9 6.409h-6.818v-1.364h6.818zm0-3.273h-6.818v-1.364h6.818zm0-3.273h-6.818V9.273h6.818z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googlegemini.svg b/mkdocs-material/material/templates/.icons/simple/googlegemini.svg new file mode 100644 index 0000000..a1d3840 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googlegemini.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.04 19.32Q12 21.51 12 24q0-2.49.93-4.68.96-2.19 2.58-3.81t3.81-2.55Q21.51 12 24 12q-2.49 0-4.68-.93a12.3 12.3 0 0 1-3.81-2.58 12.3 12.3 0 0 1-2.58-3.81Q12 2.49 12 0q0 2.49-.96 4.68-.93 2.19-2.55 3.81a12.3 12.3 0 0 1-3.81 2.58Q2.49 12 0 12q2.49 0 4.68.96 2.19.93 3.81 2.55t2.55 3.81"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googlehome.svg b/mkdocs-material/material/templates/.icons/simple/googlehome.svg new file mode 100644 index 0000000..d38387a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googlehome.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0a1.44 1.44 0 0 0-.947.399L.547 10.762a1.26 1.26 0 0 0-.342.808v11.138c0 .768.53 1.292 1.311 1.292h20.968c.78 0 1.311-.522 1.311-1.292V11.57a1.25 1.25 0 0 0-.34-.804L15.68 3.097h-.001L12.947.4A1.45 1.45 0 0 0 12 0m0 6.727 6.552 6.456v5.65H5.446v-5.65z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googlekeep.svg b/mkdocs-material/material/templates/.icons/simple/googlekeep.svg new file mode 100644 index 0000000..6bed6fd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googlekeep.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.908 0c-.904 0-1.635.733-1.635 1.637v20.726c0 .904.732 1.637 1.635 1.637H19.09c.904 0 1.637-.733 1.637-1.637V6.5h-6.5V0zm9.819 0v6h6zM11.97 8.229c.224 0 .571.031.765.072.2.04.576.185.842.312.828.414 1.467 1.164 1.774 2.088.168.511.188 1.34.05 1.865a3.75 3.75 0 0 1-1.277 1.952l-.25.193h-1.87c-2.134 0-1.931.042-2.478-.494a3.35 3.35 0 0 1-.984-1.844c-.148-.766-.053-1.437.32-2.203.19-.399.303-.556.65-.899.68-.679 1.513-1.037 2.458-1.042m-1.866 7.863h3.781v1.328h-3.779v-1.328z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googlelens.svg b/mkdocs-material/material/templates/.icons/simple/googlelens.svg new file mode 100644 index 0000000..f768984 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googlelens.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 16.667a4.666 4.666 0 1 0 0-9.333 4.666 4.666 0 0 0 0 9.333m8 6a2.666 2.666 0 1 0 0-5.333 2.666 2.666 0 0 0 0 5.333m-13.333-2a3.343 3.343 0 0 1-3.334-3.334v-2.666H0v2.666A6.665 6.665 0 0 0 6.667 24h2.666v-3.333zm-3.334-14c0-1.834 1.5-3.334 3.334-3.334h2.666V0H6.667A6.665 6.665 0 0 0 0 6.667v2.666h3.333zm14-3.334c1.834 0 3.334 1.5 3.334 3.334v2.666H24V6.667A6.665 6.665 0 0 0 17.333 0h-2.666v3.333Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googlemaps.svg b/mkdocs-material/material/templates/.icons/simple/googlemaps.svg new file mode 100644 index 0000000..418367b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googlemaps.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.527 4.799c1.212 2.608.937 5.678-.405 8.173-1.101 2.047-2.744 3.74-4.098 5.614-.619.858-1.244 1.75-1.669 2.727-.141.325-.263.658-.383.992-.121.333-.224.673-.34 1.008-.109.314-.236.684-.627.687h-.007c-.466-.001-.579-.53-.695-.887-.284-.874-.581-1.713-1.019-2.525-.51-.944-1.145-1.817-1.79-2.671zM8.545 7.705l-3.959 4.707c.724 1.54 1.821 2.863 2.871 4.18q.371.465.737.936l4.984-5.925-.029.01c-1.741.601-3.691-.291-4.392-1.987a3.4 3.4 0 0 1-.209-.716c-.063-.437-.077-.761-.004-1.198zM5.492 3.149l-.003.004c-1.947 2.466-2.281 5.88-1.117 8.77l4.785-5.689-.058-.05zM14.661.436l-3.838 4.563.027-.01c1.6-.551 3.403.15 4.22 1.626.176.319.323.683.377 1.045.068.446.085.773.012 1.22l-.003.016 3.836-4.561A8.38 8.38 0 0 0 14.67.439zM9.466 5.868 14.162.285l-.047-.012A8.3 8.3 0 0 0 11.986 0a8.44 8.44 0 0 0-6.169 2.766l-.016.018z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googlemarketingplatform.svg b/mkdocs-material/material/templates/.icons/simple/googlemarketingplatform.svg new file mode 100644 index 0000000..fa83efc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googlemarketingplatform.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C8.926 0 5.852 1.17 3.511 3.511c-4.37 4.371-4.66 11.299-.869 16.01a3.14 3.14 0 0 1 .719-3.314 3.14 3.14 0 0 1 3.672-.56 6.163 6.163 0 0 1 9.324-8.004 2.921 2.921 0 1 0 4.132-4.132A11.97 11.97 0 0 0 12 0m9.36 4.481a3.14 3.14 0 0 1-.72 3.313 3.14 3.14 0 0 1-3.672.56 6.165 6.165 0 0 1-.61 8.003 2.921 2.921 0 1 0 4.131 4.132c4.37-4.37 4.66-11.298.87-16.008zM5.576 15.501a2.92 2.92 0 0 0-2.922 2.922 2.92 2.92 0 0 0 2.922 2.922 2.92 2.92 0 0 0 2.922-2.922A2.92 2.92 0 0 0 5.577 15.5zm10.07 1.467a6.17 6.17 0 0 1-7.293 0 3.14 3.14 0 0 1-.56 3.672 3.14 3.14 0 0 1-3.314.718c4.376 3.523 10.665 3.523 15.04 0a3.14 3.14 0 0 1-3.313-.718 3.14 3.14 0 0 1-.56-3.672"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googlemeet.svg b/mkdocs-material/material/templates/.icons/simple/googlemeet.svg new file mode 100644 index 0000000..9e6b50e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googlemeet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.53 2.13 0 7.75h5.53zm.398 0v5.62h7.608v3.65l5.47-4.45c-.014-1.22.031-2.25-.025-3.46-.148-1.09-1.287-1.47-2.236-1.36zM23.1 4.32c-.802.295-1.358.995-2.047 1.49-2.506 2.05-4.982 4.12-7.468 6.19 3.025 2.59 6.04 5.18 9.065 7.76 1.218.671 1.428-.814 1.328-1.64v-13a.83.83 0 0 0-.877-.825zM.038 8.15v7.7h5.53v-7.7zm13.577 8.1H6.008v5.62c3.864-.006 7.737.011 11.58-.009 1.02-.07 1.618-1.12 1.468-2.07v-2.51l-5.47-4.68v3.65zm-13.577 0c.02 1.44-.041 2.88.033 4.31.162.948 1.158 1.43 2.047 1.31h3.464v-5.62z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googlemessages.svg b/mkdocs-material/material/templates/.icons/simple/googlemessages.svg new file mode 100644 index 0000000..577c844 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googlemessages.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0M4.911 7.089h11.456a2.197 2.197 0 0 1 2.165 2.19v5.863a2.213 2.213 0 0 1-2.177 2.178H8.04c-1.174 0-2.04-.99-2.04-2.178v-4.639L4.503 7.905c-.31-.42-.05-.816.408-.816m3.415 2.19c-.347 0-.68.21-.68.544s.333.544.68.544h7.905c.346 0 .68-.21.68-.544s-.334-.545-.68-.545zm0 2.177c-.347 0-.68.21-.68.544s.333.544.68.544h7.905c.346 0 .68-.21.68-.544s-.334-.544-.68-.544zm-.013 2.19c-.346 0-.68.21-.68.544s.334.544.68.544h5.728c.347 0 .68-.21.68-.544s-.333-.545-.68-.545z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googlenearby.svg b/mkdocs-material/material/templates/.icons/simple/googlenearby.svg new file mode 100644 index 0000000..4817785 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googlenearby.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.546 12 12 6.545 17.455 12l-5.454 5.454zm16.976-1.154L13.158.48a1.635 1.635 0 0 0-2.314 0L.478 10.846a1.63 1.63 0 0 0 0 2.305l10.37 10.372a1.63 1.63 0 0 0 2.304 0l10.37-10.372a1.63 1.63 0 0 0 0-2.305zM12 20.726l-8.727-8.728L12 3.27l8.727 8.728z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googlenews.svg b/mkdocs-material/material/templates/.icons/simple/googlenews.svg new file mode 100644 index 0000000..c615b4d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googlenews.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.267 21.2a.614.614 0 0 1-.613.613H3.344a.614.614 0 0 1-.612-.613V8.115a.614.614 0 0 1 .613-.613h17.309a.614.614 0 0 1 .613.613zm-3.032-3.42v-1.195a.08.08 0 0 0-.08-.08h-5.373v1.361h5.373a.08.08 0 0 0 .08-.083zm.817-2.587v-1.201a.08.08 0 0 0-.079-.082h-6.19v1.362h6.189a.08.08 0 0 0 .08-.078v-.004zm-.817-2.588V11.4a.08.08 0 0 0-.08-.08h-5.373v1.361h5.373a.08.08 0 0 0 .08-.079zM8.15 14.045v1.226h1.77c-.145.748-.804 1.292-1.77 1.292a1.976 1.976 0 0 1 0-3.95 1.77 1.77 0 0 1 1.253.49l.934-.932a3.14 3.14 0 0 0-2.187-.853 3.268 3.268 0 1 0 0 6.537c1.89 0 3.133-1.328 3.133-3.197a4 4 0 0 0-.052-.619zM2.27 7.654a.616.616 0 0 1 .613-.613h12.154l-1.269-3.49a.595.595 0 0 0-.743-.383L.368 7.775a.594.594 0 0 0-.323.775l2.225 6.112za.616.616 0 0 1 .613-.613h12.154l-1.269-3.49a.595.595 0 0 0-.743-.383L.368 7.775a.594.594 0 0 0-.323.775l2.225 6.112zm21.312-.31-8.803-2.37.751 2.067h5.584a.614.614 0 0 1 .613.613v8.794l2.247-8.365a.59.59 0 0 0-.392-.74m-4.496-1.675V2.795a.61.61 0 0 0-.611-.608H5.524a.61.61 0 0 0-.616.605v2.837l8.39-3.052a.594.594 0 0 1 .743.39l.544 1.497z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googlepay.svg b/mkdocs-material/material/templates/.icons/simple/googlepay.svg new file mode 100644 index 0000000..9e0e96e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googlepay.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.963 7.235A3.96 3.96 0 0 0 .422 9.419a3.96 3.96 0 0 0 0 3.559 3.96 3.96 0 0 0 3.541 2.184c1.07 0 1.97-.352 2.627-.957.748-.69 1.18-1.71 1.18-2.916a5 5 0 0 0-.07-.806H3.964v1.526h2.14a1.84 1.84 0 0 1-.79 1.205c-.356.241-.814.379-1.35.379-1.034 0-1.911-.697-2.225-1.636a2.38 2.38 0 0 1 0-1.517c.314-.94 1.191-1.636 2.225-1.636a2.15 2.15 0 0 1 1.52.594l1.132-1.13a3.8 3.8 0 0 0-2.652-1.033zm6.501.55v6.9h.886V11.89h1.465q.904 0 1.522-.588a1.91 1.91 0 0 0 .635-1.464 1.92 1.92 0 0 0-.635-1.456 2.13 2.13 0 0 0-1.522-.598zm2.427.85a1.16 1.16 0 0 1 .823.365 1.176 1.176 0 0 1 0 1.686 1.17 1.17 0 0 1-.877.357H11.35V8.635h1.541m4.124 1.175q-1.262 0-1.907.925l.781.491q.432-.626 1.175-.626a1.25 1.25 0 0 1 .856.323 1 1 0 0 1 .366.785v.202q-.51-.29-1.3-.289-.926 0-1.479.434-.555.432-.554 1.165a1.48 1.48 0 0 0 .525 1.156q.525.463 1.305.463.915 0 1.465-.81h.038v.655h.848v-2.909q0-.915-.568-1.44-.57-.525-1.551-.525m2.263.154 1.946 4.422-1.098 2.38h.915L24 9.963h-.965l-1.368 3.391h-.02l-1.406-3.39zm-2.146 2.368q.741 0 1.156.33 0 .558-.44.973a1.41 1.41 0 0 1-.997.414 1.08 1.08 0 0 1-.69-.232.71.71 0 0 1-.293-.578q0-.383.363-.647.36-.26.9-.26Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googlephotos.svg b/mkdocs-material/material/templates/.icons/simple/googlephotos.svg new file mode 100644 index 0000000..dfd38c5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googlephotos.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.678 16.672c0 2.175.002 4.565-.001 6.494-.001.576-.244.814-.817.833-7.045.078-8.927-7.871-4.468-11.334-1.95.016-4.019.007-5.986.007-1.351 0-1.414-.01-1.405-1.351.258-6.583 7.946-8.275 11.323-3.936L11.308.928c-.001-.695.212-.906.906-.925 6.409-.187 9.16 7.308 4.426 11.326l6.131.002c1.097 0 1.241.105 1.228 1.217-.223 6.723-7.802 8.376-11.321 4.124m.002-15.284-.003 9.972c6.56-.465 6.598-9.532.003-9.972m-1.36 21.224-.001-9.97c-6.927.598-6.29 9.726.002 9.97zM1.4 11.315l9.95.008c-.527-6.829-9.762-6.367-9.95-.008m11.238 1.365c.682 6.875 9.67 6.284 9.977.01z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googleplay.svg b/mkdocs-material/material/templates/.icons/simple/googleplay.svg new file mode 100644 index 0000000..eae7a42 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googleplay.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22.018 13.298-3.919 2.218-3.515-3.493 3.543-3.521 3.891 2.202a1.49 1.49 0 0 1 0 2.594M1.337.924a1.5 1.5 0 0 0-.112.568v21.017c0 .217.045.419.124.6l11.155-11.087zm12.207 10.065 3.258-3.238L3.45.195a1.47 1.47 0 0 0-.946-.179zm0 2.067-11 10.933c.298.036.612-.016.906-.183l13.324-7.54z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googlepubsub.svg b/mkdocs-material/material/templates/.icons/simple/googlepubsub.svg new file mode 100644 index 0000000..1ec9aee --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googlepubsub.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.3 7.452a2.064 2.064 0 1 1 4.128 0 2.064 2.064 0 0 1-4.128 0M3.636 9.516a2.064 2.064 0 1 0 0-4.128 2.064 2.064 0 0 0 0 4.128M12 19.872A2.064 2.064 0 1 0 12 24a2.064 2.064 0 0 0 0-4.128m-5.774-3.151a2.6 2.6 0 0 0-.118-.48q0-.003-.002-.006a2.6 2.6 0 0 0-.2-.436l-.004-.008a2.6 2.6 0 0 0-.276-.39l-.001-.001a2.6 2.6 0 0 0-.346-.336 2.6 2.6 0 0 0-1.643-.592A2.628 2.628 0 1 0 6.264 17.1c0-.13-.02-.254-.038-.38zm8.499-2.53q.048-.071.094-.147a3 3 0 0 0 .201-.37q.04-.081.074-.164a3.3 3.3 0 0 0 .242-1.234c0-1.51-1.01-2.772-2.388-3.183a3 3 0 0 0-.42-.1A3 3 0 0 0 12 8.94c-.183 0-.359.021-.532.054a3 3 0 0 0-.428.103 3.325 3.325 0 0 0-2.376 3.179c0 .567.155 1.093.405 1.561q.04.082.086.16.094.152.201.292.06.076.12.147a3.314 3.314 0 0 0 4.885.196q.2-.204.364-.44zm-8.987.608c.473.433.818 1.002.956 1.651l2.575-1.486a3.8 3.8 0 0 1-.946-1.657L5.738 14.8zm5.302-9.21v2.988A3.8 3.8 0 0 1 12 8.44c.329 0 .643.055.948.133v-2.98c-.3.097-.615.163-.948.163-.337 0-.656-.067-.96-.166zm7.317 9.132L15.711 13.2a3.8 3.8 0 0 1-.914 1.683l2.542 1.46a3.1 3.1 0 0 1 1.018-1.622m2.007-.249c-.58 0-1.112.194-1.547.513a2.6 2.6 0 0 0-.662.701l-.013.024q-.125.194-.212.409-.01.03-.02.061a2.6 2.6 0 0 0-.124.421 2.628 2.628 0 1 0 2.578-2.129m-8.862-9.266a2.5 2.5 0 0 0 .99 0A2.626 2.626 0 0 0 12 0a2.627 2.627 0 0 0-.498 5.206"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googlescholar.svg b/mkdocs-material/material/templates/.icons/simple/googlescholar.svg new file mode 100644 index 0000000..79ae088 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googlescholar.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.242 13.769 0 9.5 12 0l12 9.5-5.242 4.269C17.548 11.249 14.978 9.5 12 9.5c-2.977 0-5.548 1.748-6.758 4.269M12 10a7 7 0 1 0 0 14 7 7 0 0 0 0-14"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googlesearchconsole.svg b/mkdocs-material/material/templates/.icons/simple/googlesearchconsole.svg new file mode 100644 index 0000000..d301057 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googlesearchconsole.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.548 1.156 6.832 2.872v1.682h1.716zm0 3.398v.035H6.832v-.035H3.386L0 7.844v3.577h2.826V8.94c0-.525.429-.954.954-.954h16.476c.525 0 .954.43.954.954v2.48h2.754V7.844l-3.386-3.29H17.3v.035h-1.717v-.035zm7.035 0H17.3V2.872l-1.717-1.716zM8.679 1.188V2.84h6.773V1.188zm11.471 7.07a1 1 0 0 0-.132.01l-.543.002c-5.216.014-10.432-.008-15.648.01-.435-.063-.794.436-.716.883v2.264h17.812c-.016-.888.045-1.782-.034-2.666-.104-.342-.427-.502-.739-.502zm-15.422.634a.689.698 0 0 1 .689.698.689.698 0 0 1-.689.697.689.698 0 0 1-.688-.697.689.698 0 0 1 .688-.698m2.134 0a.689.698 0 0 1 .689.698.689.698 0 0 1-.689.697.689.698 0 0 1-.688-.697.689.698 0 0 1 .688-.698M.036 11.645v9.156c0 1.05.858 1.908 1.907 1.908h.883V11.645zm21.174 0v11.064h.882c1.05 0 1.908-.858 1.908-1.908v-9.156zM4.057 13.133v6.85h6.137v-6.85zm13.243.021v3.777l-1.708.977-1.708-.977v-3.758a4.006 4.006 0 0 0 0 7.23v2.441h3.457v-2.442a4.006 4.006 0 0 0-.041-7.248m-13.243 8.26v1.43h7.925v-1.43z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googlesheets.svg b/mkdocs-material/material/templates/.icons/simple/googlesheets.svg new file mode 100644 index 0000000..b1cd44c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googlesheets.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.318 12.545H7.91v-1.909h3.41v1.91zM14.728 0v6h6zm1.363 10.636h-3.41v1.91h3.41zm0 3.273h-3.41v1.91h3.41zM20.727 6.5v15.864c0 .904-.732 1.636-1.636 1.636H4.909a1.636 1.636 0 0 1-1.636-1.636V1.636C3.273.732 4.005 0 4.909 0h9.318v6.5zm-3.273 2.773H6.545v7.909h10.91v-7.91zm-6.136 4.636H7.91v1.91h3.41v-1.91z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googleslides.svg b/mkdocs-material/material/templates/.icons/simple/googleslides.svg new file mode 100644 index 0000000..f71806b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googleslides.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.09 15.273H7.91v-4.637h8.18zm1.728-8.523h2.91v15.614c0 .904-.733 1.636-1.637 1.636H4.909a1.636 1.636 0 0 1-1.636-1.636V1.636C3.273.732 4.005 0 4.909 0h9.068v6.75zm-.363 2.523H6.545v7.363h10.91zm-2.728-5.979V6h6.001l-6-6v3.294z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googlestreetview.svg b/mkdocs-material/material/templates/.icons/simple/googlestreetview.svg new file mode 100644 index 0000000..39f5172 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googlestreetview.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.571 5.714a5.714 5.714 0 1 1 11.43 0 5.714 5.714 0 0 1-11.43 0m2.264 5.165-3.502 3.502c2.015-1.488 4.48-2.31 6.953-2.31 1.155 0 2.307.182 3.428.53v-1.709a6.18 6.18 0 0 1-3.428 1.037 6.18 6.18 0 0 1-3.45-1.05zm6.88 11.407V13.12a11 11 0 0 0-3.43-.55 11.25 11.25 0 0 0-6.731 2.265c-.425.34-.697.863-.697 1.45V24H20a1.72 1.72 0 0 0 1.714-1.714zM13.12 9.165.001 22.285V4a1.72 1.72 0 0 1 1.713-1.714h11.394a6.18 6.18 0 0 0-1.037 3.428c0 1.276.388 2.463 1.05 3.45zm-5.246-1.95a2.7 2.7 0 0 0-.077-.644h-2.94v1.142h1.69c.001.303-.228.755-.625 1.025-.258.176-.606.298-1.066.298-.818 0-1.512-.552-1.76-1.295a1.9 1.9 0 0 1 0-1.196c.248-.743.942-1.295 1.76-1.295.6 0 .987.268 1.19.458l.913-.889A3.02 3.02 0 0 0 4.857 4a3.143 3.143 0 1 0 0 6.287c.848 0 1.563-.279 2.083-.759.593-.547.935-1.356.935-2.313zm2.482 9.07c0-.511.17-.995.471-1.399L1.714 24h8.643v-7.714z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googletagmanager.svg b/mkdocs-material/material/templates/.icons/simple/googletagmanager.svg new file mode 100644 index 0000000..4dca942 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googletagmanager.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.003 0a3 3 0 0 0-2.121 5.121l6.865 6.865-4.446 4.541 1.745 1.836a3.4 3.4 0 0 1 .7.739l.012.011-.001.002a3.43 3.43 0 0 1 .609 1.953 3.4 3.4 0 0 1-.09.78l7.75-7.647c.031-.029.067-.05.098-.08.023-.023.038-.052.06-.076a2.994 2.994 0 0 0-.06-4.166l-9-9A3 3 0 0 0 12.003 0M8.63 2.133.88 9.809a3 3 0 0 0 0 4.238l7.7 7.75a3.4 3.4 0 0 1-.077-.729 3.43 3.43 0 0 1 3.431-3.431 3.4 3.4 0 0 1 .826.101l-5.523-5.81 4.371-4.373-2.08-2.08c-.903-.904-1.193-2.183-.898-3.342m3.304 16.004a2.93 2.93 0 0 0-2.931 2.931A2.93 2.93 0 0 0 11.934 24a2.93 2.93 0 0 0 2.932-2.932 2.93 2.93 0 0 0-2.932-2.931"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googletasks.svg b/mkdocs-material/material/templates/.icons/simple/googletasks.svg new file mode 100644 index 0000000..47146fa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googletasks.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.383.617C5.097.617 0 5.714 0 12s5.097 11.383 11.383 11.383S22.763 18.286 22.763 12a11.3 11.3 0 0 0-.878-4.389l-3.203 3.203c.062.387.1.782.1 1.186a7.398 7.398 0 1 1-7.4-7.398c1.499 0 2.889.448 4.054 1.214l2.857-2.857a11.33 11.33 0 0 0-6.91-2.342m9.674.756c-.292 0-.583.112-.805.334q-4.453 4.449-8.9 8.902L9.596 8.854a1.14 1.14 0 0 0-1.61 0l-1.775 1.773a1.14 1.14 0 0 0 0 1.61l4.166 4.163a1.42 1.42 0 0 0 2.012 0L23.666 5.121a1.136 1.136 0 0 0 0-1.61l-1.805-1.804a1.14 1.14 0 0 0-.804-.334"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/googletranslate.svg b/mkdocs-material/material/templates/.icons/simple/googletranslate.svg new file mode 100644 index 0000000..46019f4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/googletranslate.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.401 4.818h-9.927L10.927 0H1.599C.72 0 .002.719.002 1.599v16.275c0 .878.72 1.597 1.597 1.597h10L13.072 24H22.4c.878 0 1.597-.707 1.597-1.572V6.39c0-.865-.72-1.572-1.597-1.572zm-15.66 8.68c-2.07 0-3.75-1.68-3.75-3.75s1.68-3.75 3.75-3.75c1.012 0 1.86.375 2.512.976l-.99.952a2.2 2.2 0 0 0-1.522-.584c-1.305 0-2.363 1.08-2.363 2.409S5.436 12.16 6.74 12.16c1.507 0 2.13-1.08 2.19-1.808l-2.188-.002V9.066h3.51c.05.23.09.457.09.764 0 2.147-1.434 3.669-3.602 3.669zm16.757 8.93c0 .59-.492 1.072-1.097 1.072h-8.875l3.649-4.03h.005l-.74-2.302.006-.005s.568-.488 1.277-1.24c.712.771 1.63 1.699 2.818 2.805l.771-.772c-1.272-1.154-2.204-2.07-2.89-2.805.919-1.087 1.852-2.455 2.049-3.707h2.034v.002h.002v-.94h-4.532v-1.52h-1.471v1.52H14.3l-1.672-5.21.006.022h9.767c.605 0 1.097.48 1.097 1.072zm-6.484-7.311c-.536.548-.943.873-.943.873l-.008.004-1.46-4.548h4.764c-.307 1.084-.988 2.108-1.651 2.904-1.176-1.392-1.18-1.844-1.18-1.844h-1.222s.05.678 1.7 2.61z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gotomeeting.svg b/mkdocs-material/material/templates/.icons/simple/gotomeeting.svg new file mode 100644 index 0000000..7ce3aa6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gotomeeting.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.3 13.72a3.16 3.16 0 0 0-3.462.124.63.63 0 0 1-.682.035l-3.137-1.81a.08.08 0 0 1 0-.137l3.12-1.8a.63.63 0 0 1 .685.036 3.16 3.16 0 0 0 3.47.139A3.194 3.194 0 0 0 22.442 6.1a3.158 3.158 0 0 0-5.924 1.773.63.63 0 0 1-.311.606l-3.136 1.811a.08.08 0 0 1-.118-.068V6.6a.63.63 0 0 1 .372-.573 3.158 3.158 0 1 0-2.64 0 .63.63 0 0 1 .373.573v3.622a.08.08 0 0 1-.119.068L7.804 8.48a.63.63 0 0 1-.311-.605 3.157 3.157 0 1 0-1.307 2.294.63.63 0 0 1 .687-.038l3.12 1.8a.08.08 0 0 1 0 .137L6.854 13.88a.63.63 0 0 1-.683-.035 3.16 3.16 0 0 0-3.461-.124 3.194 3.194 0 0 0-1.143 4.202 3.159 3.159 0 0 0 5.924-1.792.63.63 0 0 1 .31-.61l3.137-1.81a.08.08 0 0 1 .119.068V17.4a.63.63 0 0 1-.372.573 3.158 3.158 0 1 0 2.64 0 .63.63 0 0 1-.373-.573v-3.621a.08.08 0 0 1 .118-.069l3.137 1.812a.63.63 0 0 1 .31.609 3.159 3.159 0 0 0 5.924 1.792A3.194 3.194 0 0 0 21.3 13.72"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/grab.svg b/mkdocs-material/material/templates/.icons/simple/grab.svg new file mode 100644 index 0000000..2a244b3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/grab.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.129 10.863a2.93 2.93 0 0 0-2.079-.872c-.57 0-1.141.212-1.455.421-.651.434-1.186.904-2.149 2.148v.894c.817-1.064 1.59-1.903 2.177-2.364.386-.31.933-.501 1.427-.501 1.275 0 2.352 1.077 2.352 2.352v.538c0 .63-.247 1.223-.698 1.668a2.34 2.34 0 0 1-1.654.685c-1.048 0-1.97-.719-2.22-1.701l-.422.51c.307 1.03 1.417 1.789 2.642 1.789a2.93 2.93 0 0 0 2.079-.872c.562-.562.871-1.3.871-2.079v-.538c0-.778-.31-1.517-.871-2.078m-12.8-.274c.406 0 .757.087 1.074.266a5 5 0 0 1 .411-.449c-.335-.256-.903-.415-1.485-.415-.83 0-1.584.3-2.122.843-.534.54-.83 1.287-.83 2.107v3.489h.598v-3.49c0-1.385.968-2.352 2.354-2.352m5.678 5.84V12.94c0-1.072-.84-1.913-1.913-1.913-.5 0-.976.203-1.343.57a1.9 1.9 0 0 0-.57 1.343v.538c0 1.037.877 1.913 1.913 1.913.285 0 .671-.07.908-.264v-.631c-.232.187-.57.298-.908.298a1.3 1.3 0 0 1-1.315-1.316v-.538a1.3 1.3 0 0 1 1.315-1.314 1.3 1.3 0 0 1 1.316 1.314v3.489zM0 12.596v.193c0 1.036.393 2.003 1.107 2.722a3.76 3.76 0 0 0 2.689 1.112c.82 0 1.548-.186 2.162-.551.506-.302.73-.607.75-.635V12.22H3.65v.597h2.46v2.434l-.002.002c-.288.288-.972.77-2.312.77a3.17 3.17 0 0 1-2.279-.938 3.25 3.25 0 0 1-.92-2.297v-.193c0-.83.375-1.656 1.026-2.269a3.56 3.56 0 0 1 2.442-.967c.847 0 1.438.129 1.913.416v-.67c-.494-.21-1.085-.305-1.913-.305C1.862 8.8 0 10.538 0 12.595m10.329-.968q.341 0 .571.112c.075-.186.151-.339.262-.525-.162-.116-.549-.186-.833-.186-1.09 0-1.913.823-1.913 1.913v3.489h.598v-3.49c0-.774.54-1.314 1.315-1.314m-4.351-.702v-.707c-.541-.29-1.131-.419-1.913-.419-.799 0-1.555.293-2.132.824-.577.532-.895 1.233-.895 1.972v.193c0 1.542 1.237 2.796 2.758 2.796 1.237 0 1.745-.405 1.874-.533v-1.794H3.65v.598h1.46v.899l-.005.001c-.187.075-.578.231-1.31.231a2.13 2.13 0 0 1-1.528-.636 2.2 2.2 0 0 1-.632-1.562v-.193c0-1.192 1.113-2.198 2.43-2.198.91 0 1.45.147 1.913.528m14.105 1.126c.27-.27.623-.424.967-.424a1.3 1.3 0 0 1 1.315 1.314v.538c0 .738-.578 1.316-1.315 1.316-.357 0-.702-.196-.972-.55a2.15 2.15 0 0 1-.418-1.12l-.484.591c.095.452.33.885.665 1.19.344.313.774.486 1.209.486a1.915 1.915 0 0 0 1.913-1.913v-.538c0-.499-.202-.977-.57-1.343a1.9 1.9 0 0 0-1.343-.57c-.316 0-.818.114-1.417.652l-.002.002c-.16.16-.536.536-.765.804-.384.42-.943 1.054-1.42 1.688v.933c.529-.68.833-1.06 1.33-1.634.445-.519.996-1.15 1.307-1.422m-8.939 1.428c0 .779.31 1.517.872 2.08a2.93 2.93 0 0 0 2.078.87c.33 0 .669-.07.908-.188v-.597a2.5 2.5 0 0 1-.908.188c-1.274 0-2.352-1.077-2.352-2.353v-.538c0-1.275 1.078-2.352 2.352-2.352a2.34 2.34 0 0 1 2.353 2.353v3.488h.598v-3.604a2.98 2.98 0 0 0-.915-2.006 2.92 2.92 0 0 0-2.036-.83c-.778 0-1.516.31-2.078.873a2.93 2.93 0 0 0-.872 2.078zm6.918-2.313a5 5 0 0 1 .596-.631V7.378h-.596zm1.037-.876V7.378h.597V9.88a3.6 3.6 0 0 0-.597.41"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gradle.svg b/mkdocs-material/material/templates/.icons/simple/gradle.svg new file mode 100644 index 0000000..51608ba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gradle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.695 4.297a3.807 3.807 0 0 0-5.29-.09.37.37 0 0 0 0 .533l.46.47a.36.36 0 0 0 .474.032 2.182 2.182 0 0 1 2.86 3.291c-3.023 3.02-7.056-5.447-16.211-1.083a1.24 1.24 0 0 0-.534 1.745l1.571 2.713a1.24 1.24 0 0 0 1.681.461l.037-.02-.029.02.688-.384a16 16 0 0 0 2.193-1.635.384.384 0 0 1 .499-.016.357.357 0 0 1 .016.534 16.4 16.4 0 0 1-2.316 1.741H8.77l-.696.39a1.96 1.96 0 0 1-.963.25 1.99 1.99 0 0 1-1.726-.989L3.9 9.696C1.06 11.72-.686 15.603.26 20.522a.36.36 0 0 0 .354.296h1.675a.363.363 0 0 0 .37-.331 2.478 2.478 0 0 1 4.915 0 .36.36 0 0 0 .357.317h1.638a.36.36 0 0 0 .357-.317 2.478 2.478 0 0 1 4.914 0 .36.36 0 0 0 .358.317h1.627a.363.363 0 0 0 .363-.357c.037-2.294.656-4.93 2.42-6.25 6.108-4.57 4.502-8.486 3.088-9.9zm-6.229 6.901-1.165-.584a.73.73 0 1 1 1.165.587z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gradleplaypublisher.svg b/mkdocs-material/material/templates/.icons/simple/gradleplaypublisher.svg new file mode 100644 index 0000000..faf9a3c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gradleplaypublisher.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.191 6.777a1.41 1.41 0 0 0-1.384 1.41v7.62a1.406 1.406 0 0 0 2.109 1.218l6.633-3.832a1.38 1.38 0 0 0 0-2.392L9.916 6.969a1.4 1.4 0 0 0-.725-.192m.381 1.33a.9.9 0 0 1 .602.106l5.22 3.014a.896.896 0 0 1 0 1.546l-5.22 3.014a.894.894 0 0 1-1.342-.773V8.986a.895.895 0 0 1 .74-.878zM8.154.633C3.414 2.233 0 6.716 0 12c0 6.626 5.374 12 12 12 5.161 0 9.568-3.266 11.258-7.84l-3.838-.844-5.148 5.149-8.465-2.272-2.272-8.465 5.059-5.056zM12 0c-.471 0-.929.025-1.387.076l.412 3.801 7.168 1.924 1.91 7.101 3.774.832c.084-.567.123-1.14.123-1.734 0-6.626-5.374-12-12-12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/grafana.svg b/mkdocs-material/material/templates/.icons/simple/grafana.svg new file mode 100644 index 0000000..18148d8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/grafana.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.02 10.59a8.6 8.6 0 0 0-.862-3.034 8.9 8.9 0 0 0-1.789-2.445c.337-1.342-.413-2.505-.413-2.505-1.292-.08-2.113.4-2.416.62q-.077-.032-.154-.064-.33-.134-.677-.247-.348-.11-.711-.197a10 10 0 0 0-.875-.161C14.557.753 12.94 0 12.94 0c-1.804 1.145-2.147 2.744-2.147 2.744l-.018.093q-.149.042-.298.088c-.138.042-.275.094-.413.143-.138.055-.275.107-.41.166a9 9 0 0 0-1.557.87l-.063-.029c-2.497-.955-4.716.195-4.716.195-.203 2.658.996 4.33 1.235 4.636a11.6 11.6 0 0 0-.607 2.635C1.636 12.677.953 15.014.953 15.014c1.926 2.214 4.171 2.351 4.171 2.351q.005-.002.006-.005c.285.509.615.994.986 1.446q.235.284.488.548c-.704 2.009.099 3.68.099 3.68 2.144.08 3.553-.937 3.849-1.173a9.8 9.8 0 0 0 3.164.501h.08l.055-.003.107-.002.103-.005.003.002c1.01 1.44 2.788 1.646 2.788 1.646 1.264-1.332 1.337-2.653 1.337-2.94v-.058q-.002-.03-.003-.06.4-.28.758-.6a7.9 7.9 0 0 0 1.415-1.7c1.43.083 2.437-.885 2.437-.885-.236-1.49-1.085-2.216-1.264-2.354l-.018-.013-.016-.013-.031-.02q.013-.137.02-.27.016-.244.016-.48v-.253l-.005-.098-.008-.135a2 2 0 0 0-.01-.13q-.005-.063-.013-.125l-.016-.124-.018-.122a6.2 6.2 0 0 0-2.032-3.73 6 6 0 0 0-3.222-1.46 6 6 0 0 0-.85-.048l-.107.002h-.063l-.044.003-.104.008a4.78 4.78 0 0 0-3.335 1.695c-.332.4-.592.84-.768 1.297a4.6 4.6 0 0 0-.312 1.817l.003.091q.006.083.013.164a3.6 3.6 0 0 0 .698 1.82 3.53 3.53 0 0 0 1.827 1.282c.33.098.66.14.971.137q.06 0 .114-.002l.063-.003q.03-.002.062-.003.05-.004.099-.01.012-.001.028-.003l.031-.005.06-.008a1 1 0 0 0 .112-.02c.036-.008.072-.013.109-.024a2.6 2.6 0 0 0 .914-.415q.042-.03.085-.065a.25.25 0 0 0 .039-.35.244.244 0 0 0-.309-.06l-.078.042q-.135.066-.283.116a2.5 2.5 0 0 1-.475.096q-.04.005-.083.006l-.083.002q-.04 0-.08-.002l-.102-.006h-.012l-.024.006q-.024-.003-.044-.006-.046-.004-.091-.01a2.6 2.6 0 0 1-.724-.213 2.6 2.6 0 0 1-.667-.438 2.52 2.52 0 0 1-.805-1.475 2.3 2.3 0 0 1-.029-.444l.006-.122v-.023l.002-.031q.003-.03.005-.06a3.16 3.16 0 0 1 1.352-2.29 3.1 3.1 0 0 1 .937-.43 3 3 0 0 1 .776-.101h.06l.07.002.045.003h.026l.07.005a4 4 0 0 1 1.635.49 3.94 3.94 0 0 1 1.602 1.662 3.8 3.8 0 0 1 .397 1.414l.005.076.003.075q.002.038.002.075c0 .024.003.052 0 .07v.065l-.002.073-.008.174a6 6 0 0 1-.08.639 5 5 0 0 1-.267.927 5.3 5.3 0 0 1-.624 1.13 5.05 5.05 0 0 1-3.237 2.014 5 5 0 0 1-.649.066l-.039.003h-.287a6.6 6.6 0 0 1-1.716-.265 6.78 6.78 0 0 1-3.4-2.274 6.8 6.8 0 0 1-.746-1.15 6.6 6.6 0 0 1-.714-2.596l-.005-.083-.002-.02v-.056l-.003-.073v-.096l-.003-.104v-.07l.003-.163c.008-.22.026-.45.054-.678a9 9 0 0 1 .28-1.355q.192-.668.473-1.277a7 7 0 0 1 1.456-2.1 6 6 0 0 1 .953-.763q.253-.166.524-.306c.089-.05.182-.091.273-.135q.07-.031.138-.062a7 7 0 0 1 .714-.267l.145-.045c.049-.015.098-.026.148-.041q.147-.042.296-.076c.049-.013.1-.02.15-.033l.15-.032.151-.028.076-.013.075-.01.153-.024c.057-.01.114-.013.171-.023l.169-.021q.055-.006.106-.01l.073-.008.036-.003.042-.002q.086-.006.171-.01l.086-.006h.023l.037-.003.145-.007a8 8 0 0 1 1.708.125 8 8 0 0 1 2.048.68 8.3 8.3 0 0 1 1.672 1.09l.09.077.089.078c.06.052.114.107.171.159q.085.079.166.16.08.08.159.164a8.7 8.7 0 0 1 1.41 1.978c.012.026.028.052.04.078l.04.078.075.156c.023.051.05.1.07.153l.065.15a9 9 0 0 1 .45 1.34.19.19 0 0 0 .201.142.186.186 0 0 0 .172-.184q.015-.37-.024-.856z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/grammarly.svg b/mkdocs-material/material/templates/.icons/simple/grammarly.svg new file mode 100644 index 0000000..bb2cbaa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/grammarly.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 24H.032V12a12 12 0 0 1 3.504-8.486A11.92 11.92 0 0 1 12 0c3.305 0 6.297 1.344 8.463 3.514 2.164 2.172 3.505 5.172 3.505 8.486s-1.338 6.314-3.505 8.486A11.92 11.92 0 0 1 12 24m2.889-13.137-1.271 2.205h4.418c-.505 2.882-3.018 5.078-6.036 5.078-3.38 0-6.132-2.757-6.132-6.146S8.618 5.854 12 5.854c1.821 0 3.458.801 4.584 2.069l1.143-1.988a8.29 8.29 0 0 0-5.725-2.29c-4.6 0-8.332 3.74-8.332 8.355s3.73 8.354 8.332 8.354 8.332-3.739 8.332-8.354c0-.387-.029-.765-.079-1.137z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/grandfrais.svg b/mkdocs-material/material/templates/.icons/simple/grandfrais.svg new file mode 100644 index 0000000..d93d1fd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/grandfrais.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.003 0a11.92 11.92 0 0 0-8.485 3.512A11.92 11.92 0 0 0 0 11.998c0 3.205 1.248 6.22 3.515 8.488A11.91 11.91 0 0 0 11.995 24a11.92 11.92 0 0 0 8.487-3.512A11.92 11.92 0 0 0 24 12.003c0-3.205-1.247-6.219-3.512-8.486A11.92 11.92 0 0 0 12.003 0m0 1.336c5.879.002 10.66 4.785 10.66 10.664v.003l-.001.146H19.41c.488.15.816.594.884 1.233l.004.044-.933.103-.003-.046c-.04-.479-.313-.53-.428-.53-.258 0-.4.164-.4.463 0 .369.34.657.73.99.503.427 1.073.912 1.073 1.714 0 .845-.553 1.37-1.446 1.37-.9 0-1.341-.74-1.376-1.475l-.002-.04.933-.134.003.048c.031.469.208.738.485.738.298 0 .47-.156.47-.428 0-.443-.353-.737-.76-1.077-.489-.407-1.042-.868-1.042-1.698 0-.847.516-1.334 1.418-1.334q.206 0 .386.057c.627-.16.945-.667.945-1.513V8.61c.001-.545-.132-.953-.395-1.213-.237-.236-.584-.355-1.031-.355h-1.341l-.001 5.104h-.802l.002-5.104-.853-.002v.014l-.004 2.814-1.044-2.828h-.866l-.002 5.105h-.463l-.948-5.105h-1.145l-.951 5.105h-.314L9.46 9.874c.282-.136.613-.471.613-1.3 0-1.06-.47-1.533-1.525-1.534h-1.27v5.105h-.845l.001-2.589H4.93v.748h.565v.467c-.002.495-.126.679-.459.679-.263 0-.386-.162-.386-.509V8.318q.002-.53.366-.53c.31 0 .479.148.479.934v.027h.898v-.353c0-.866-.532-1.427-1.355-1.427-.807 0-1.328.525-1.328 1.335v2.629c0 .576.241 1.008.645 1.21h1.1c.13-.073.239-.175.35-.303l.131.303h.451v.86H4.799v1.242h1.187v.863H4.799v2.288H3.82v-5.252H1.338l-.002-.146c0-2.85 1.11-5.527 3.126-7.541a10.6 10.6 0 0 1 7.54-3.121zm-3.785 6.48.287.001c.476 0 .628.184.628.757s-.152.757-.629.757h-.286zm10.307.003h.28c.454 0 .608.173.608.686v2.235c0 .282-.046.452-.149.554-.093.092-.235.132-.461.132h-.278zm-6.494.4.322 2.032h-.647l.056-.351.27-1.68zm2.84.884 1.073 3.04h.409v5.253h-.975v-5.25h-.507zm-6.243.985.609 2.058h-.49c1.001.03 1.45.514 1.45 1.565 0 .834-.324 1.18-.612 1.324l.76 2.361h-.997L8.72 15.26a5 5 0 0 1-.382.019v2.117h-.976v-5.253h.856v-2.037c.142 0 .303-.008.41-.018m2.942.981h.92l.151 1.074h.635l.967 5.253h-.93l-.176-1.144h-.896l-.173 1.144h-.935l.968-5.25h-.682l.15-1.077zM8.338 12.96v1.5h.27c.47 0 .613-.175.613-.75 0-.574-.142-.75-.612-.75zm4.353.355-.328 2.151h.654z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/grapheneos.svg b/mkdocs-material/material/templates/.icons/simple/grapheneos.svg new file mode 100644 index 0000000..4de0c30 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/grapheneos.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m6.953 7.244 3.458-1.97a1.9 1.9 0 0 1-.108-.608c0-.835.608-1.525 1.407-1.67V0h.58v2.995a1.704 1.704 0 0 1 1.407 1.67c0 .219-.045.418-.118.609l3.468 1.97q.192-.219.454-.382a1.705 1.705 0 0 1 2.151.382l2.596-1.498.29.508-2.595 1.498a1.69 1.69 0 0 1-1.244 2.242v4.012a1.69 1.69 0 0 1 1.244 2.242l2.596 1.498-.29.508-2.597-1.498a1.705 1.705 0 0 1-2.151.382 2 2 0 0 1-.454-.382c-1.153.654-2.306 1.317-3.468 1.97.073.19.118.39.118.608 0 .835-.608 1.525-1.407 1.67V24h-.58v-2.995a1.704 1.704 0 0 1-1.407-1.67c0-.219.045-.418.108-.609l-3.458-1.97a2 2 0 0 1-.454.382 1.705 1.705 0 0 1-2.151-.382l-2.596 1.498-.29-.508 2.595-1.498a1.69 1.69 0 0 1 1.244-2.242V9.994a1.69 1.69 0 0 1-1.244-2.242L1.461 6.254l.29-.508 2.597 1.498a1.705 1.705 0 0 1 2.151-.382c.173.11.327.236.454.382m9.803 9.004a1.68 1.68 0 0 1 .128-1.425 1.7 1.7 0 0 1 1.234-.835v-3.976a1.7 1.7 0 0 1-1.234-.835 1.68 1.68 0 0 1-.128-1.425L13.29 5.773a1.7 1.7 0 0 1-1.289.59 1.7 1.7 0 0 1-1.289-.59L7.244 7.752c.163.454.136.98-.128 1.425a1.7 1.7 0 0 1-1.234.835v3.976a1.7 1.7 0 0 1 1.234.835c.264.445.291.971.128 1.425l3.467 1.979a1.7 1.7 0 0 1 1.289-.59 1.7 1.7 0 0 1 1.289.59z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/graphite.svg b/mkdocs-material/material/templates/.icons/simple/graphite.svg new file mode 100644 index 0000000..69f073f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/graphite.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.215 0-12 3.215-3.215 12L8.785 24l12-3.215 3.215-12zm1.958 20.966H6.827L1.655 12l5.172-8.966h10.346L22.345 12zm.68-14.823L9.86 4 4.006 9.858l2.14 8 7.995 2.141 5.853-5.857z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/graphql.svg b/mkdocs-material/material/templates/.icons/simple/graphql.svg new file mode 100644 index 0000000..6a10b7a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/graphql.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.002 0a2.138 2.138 0 1 0 0 4.277 2.138 2.138 0 1 0 0-4.277m8.54 4.931a2.138 2.138 0 1 0 0 4.277 2.138 2.138 0 1 0 0-4.277m0 9.862a2.138 2.138 0 1 0 0 4.277 2.138 2.138 0 1 0 0-4.277m-8.54 4.931a2.138 2.138 0 1 0 0 4.276 2.138 2.138 0 1 0 0-4.276m-8.542-4.93a2.138 2.138 0 1 0 0 4.276 2.138 2.138 0 1 0 0-4.277zm0-9.863a2.138 2.138 0 1 0 0 4.277 2.138 2.138 0 1 0 0-4.277m8.542-3.378L2.953 6.777v10.448l9.049 5.224 9.047-5.224V6.777zm0 1.601 7.66 13.27H4.34zm-1.387.371L3.97 15.037V7.363zm2.774 0 6.646 3.838v7.674zM5.355 17.44h13.293l-6.646 3.836z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/grav.svg b/mkdocs-material/material/templates/.icons/simple/grav.svg new file mode 100644 index 0000000..20b389e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/grav.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0m6.489 13.965c-1.251-.825-1.965-1.523-2.589-2.777-.427.859-1.421 2.135-3.098 3.139-.84 2.61-4.823 7.605-6.113 6.885-.381-.195-.452-.48-.367-.765.093-.704 1.566-2.34 1.566-2.34s.029.345.494 1.065c-.629-1.936 1.021-4.305 1.456-5.131.689-.209.734-1.095.734-1.095.046-1.364-.569-2.34-1.155-2.94.421.525.556 1.306.57 2.025v.255c-.029.601-.21 1.41-.585 1.41v.016c-.39-.016-.885.074-1.319.21l-.961.239s.51-.015.78.226c-.314.51-1.005 1.125-1.771 1.484-1.109.525-1.439-.51-.869-1.17.135-.165.285-.3.404-.404a.56.56 0 0 1-.149-.36c-.075-.345-.045-.78.45-1.485.09-.149.21-.3.345-.449l.015-.016.016-.015v-.015c.029-.046.074-.076.104-.12.57-.585 1.485-1.2 2.911-1.74 1.694-2.49 2.309-2.956 2.309-2.956.181-.179.511-.419.615-.479-.87-1.515-1.049-3.646-.824-4.215a.24.24 0 0 0-.061.105c.09-.195.135-.255.225-.36.24-.27 1.035-.42 1.336.18.15.315.18.735.18 1.035-.645-.029-1.215.69-1.215.69s.524-.24 1.186-.255c0 0 .179.164.389.449-.284.556-.779 1.725-.42 2.971.061.24.15.45.256.629.015.016.015.016.015.031l.03.029c.585.886 1.649.976 1.649.976a2.65 2.65 0 0 1-1.169-1.125 3.2 3.2 0 0 1-.271-.646c-.285-1.08.135-1.725.375-2.145a2.74 2.74 0 0 1 2.609-1.23 2.72 2.72 0 0 1 2.399 3.03 2.72 2.72 0 0 1-1.409 2.085c.181.494-.015 1.08-.015 1.08.449.57.479.9.465 1.215-.585-.09-1.141.301-1.141.301s1.111-.256 1.756.314c.42.449.704.87.869 1.17.24.435 1.35.465 1.229 1.23-.135.779-.989.779-2.31-.09zm-4.824-4.61a.563.563 0 0 0-.795 0l-.465.468a.56.56 0 0 0 0 .796l.51.51c.222.225.577.21.795 0l.47-.466a.56.56 0 0 0 0-.794l-.515-.525zm-2.205-.186a.363.363 0 0 0 0 .511.366.366 0 0 0 .51 0 .36.36 0 1 0-.51-.511m1.269-.252a.36.36 0 0 0 0-.51.366.366 0 0 0-.51 0 .364.364 0 0 0 0 .51.36.36 0 0 0 .51 0m5.385-1.304c.591-1.131-.247-1.791-.825-2.332-.924-.87-1.846-1.245-2.9-.029-1.052 1.199-.383 2.609.58 3.284.96.69 2.535.226 3.135-.915zm-1.595-.463c-.372-.445.322-1.252.757-.77.8.89-.387 1.216-.757.77"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gravatar.svg b/mkdocs-material/material/templates/.icons/simple/gravatar.svg new file mode 100644 index 0000000..19987c9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gravatar.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0a2.4 2.4 0 0 0-2.4 2.4v8.4c0 1.324 1.074 2.398 2.4 2.398s2.4-1.074 2.4-2.398V5.21a7.2 7.2 0 0 1 4.799 6.789 7.2 7.2 0 1 1-12.29-5.09 2.4 2.4 0 1 0-3.396-3.396A11.98 11.98 0 0 0 0 12c0 6.627 5.373 12 12 12s12-5.373 12-12S18.627 0 12 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/graylog.svg b/mkdocs-material/material/templates/.icons/simple/graylog.svg new file mode 100644 index 0000000..66a9868 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/graylog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.93 11.369a.84.84 0 0 1 .75.45h.705l1.112-2.675a.48.48 0 0 1 .3-.278c.235-.042.47.086.513.321l1.177 5.177 1.198-6.974a.41.41 0 0 1 .32-.342.44.44 0 0 1 .535.321l1.284 5.24.663-1.946a.45.45 0 0 1 .17-.235c.193-.129.471-.086.6.107l.556.791c.021.193.021.385.021.578a8 8 0 0 1-.043.748.5.5 0 0 1-.213-.15l-.557-.77-.855 2.589a.45.45 0 0 1-.556.278.39.39 0 0 1-.278-.3l-1.156-4.663-1.219 7.08a.45.45 0 0 1-.492.364c-.192-.021-.32-.17-.363-.363l-1.305-5.99-.706 1.69a.44.44 0 0 1-.406.278H7.679a.86.86 0 0 1-.748.428.88.88 0 0 1-.877-.877c.02-.47.406-.877.877-.877zM12 .396c6.973 0 12 5.369 12 11.615 0 6.353-4.77 11.593-12 11.593S0 18.364 0 12.011C-.02 5.765 5.005.396 12 .396M4.064 12.01c0 4.256 3.658 8 7.915 8s7.914-3.744 7.914-8c0-4.6-3.658-8.043-7.914-8.043-4.236 0-7.915 3.444-7.915 8.043"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/greasyfork.svg b/mkdocs-material/material/templates/.icons/simple/greasyfork.svg new file mode 100644 index 0000000..59eb314 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/greasyfork.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.89 2.227a.28.28 0 0 1 .266.076l5.063 5.062c.54.54.509 1.652-.031 2.192l8.771 8.77c1.356 1.355-.36 3.097-1.73 1.728l-8.772-8.77c-.54.54-1.651.571-2.191.031l-5.063-5.06c-.304-.304.304-.911.608-.608l3.714 3.713L7.59 8.297 3.875 4.582c-.304-.304.304-.911.607-.607l3.715 3.714 1.067-1.066L5.549 2.91c-.228-.228.057-.626.342-.683ZM12 0C5.374 0 0 5.375 0 12s5.374 12 12 12c6.625 0 12-5.375 12-12S18.625 0 12 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/greatlearning.svg b/mkdocs-material/material/templates/.icons/simple/greatlearning.svg new file mode 100644 index 0000000..b490207 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/greatlearning.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.373 0c-6.617 0-12 5.383-12 12s5.383 12 12 12h.856q1.435-1.764 2.867-3.531h-3.723c-4.669 0-8.469-3.8-8.469-8.469 0-4.67 3.8-8.469 8.469-8.469h4.375L21.615 0Zm3.723 20.469 3.531-4.354v-6.013h-7.502l-2.861 3.533h6.832z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/greenhouse.svg b/mkdocs-material/material/templates/.icons/simple/greenhouse.svg new file mode 100644 index 0000000..37e65a8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/greenhouse.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.279 7.13c0 1.16-.49 2.185-1.293 2.987-.891.891-2.184 1.114-2.184 1.872 0 1.025 1.65.713 3.231 2.295 1.048 1.047 1.694 2.43 1.694 4.034C17.727 21.482 15.187 24 12 24s-5.727-2.518-5.727-5.68c0-1.607.646-2.989 1.694-4.036 1.582-1.582 3.23-1.27 3.23-2.295 0-.758-1.292-.98-2.183-1.872-.802-.802-1.293-1.827-1.293-3.03 0-2.318 1.895-4.19 4.212-4.19.446 0 .847.067 1.181.067.602 0 .914-.268.914-.691 0-.245-.112-.557-.112-.891 0-.758.647-1.382 1.427-1.382s1.404.646 1.404 1.426c0 .825-.647 1.204-1.137 1.382-.401.134-.713.312-.713.713 0 .758 1.382 1.493 1.382 3.61zm-.446 11.19c0-2.206-1.627-3.99-3.833-3.99s-3.833 1.784-3.833 3.99c0 2.184 1.627 3.989 3.833 3.989s3.833-1.808 3.833-3.99zM14.518 7.086c0-1.404-1.136-2.562-2.518-2.562S9.482 5.682 9.482 7.086 10.618 9.65 12 9.65s2.518-1.159 2.518-2.563z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/greensock.svg b/mkdocs-material/material/templates/.icons/simple/greensock.svg new file mode 100644 index 0000000..2deb64d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/greensock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.21 0c-.545.003-1.084.134-1.256.367-.11.165-.192 1.196-.11 1.718 0 0 .032.345.09.614l-.02.182a7 7 0 0 1-.097.605c-.01.056-.207.095-.425.152a3 3 0 0 0-.138-.042c-.234-.069-.385.123-.618.26-.069-.04-.371-.178-.536-.082s-.275.193-.44.261c-.082-.041-.302-.041-.48.028a1.3 1.3 0 0 0-.483.278c-2.314.58-4.813 1.635-5.012 1.741-1.017.522-2.679 1.415-3.434 2.033-1.291 1.071-2.06 2.322-2.363 3.242-.385 1.14-.275 1.827.096 1.387.298-.366 1.632-1.454 2.475-1.999l-.002.007a3 3 0 0 1 .44-.26l.233-.124.505-.323c.602.552.803 1.433.937 2.63.22 1.841 1.704 2.693 3.434 2.72 1.8.028 2.446.399 3.119 1.305.153.201.318.307.47.368a2 2 0 0 0-.16.405c-.075.17-.125.38-.157.608a.16.16 0 0 0-.03.075c-.068.536-.055 1.8-.068 2.473s-.028.77-.083.866c-.055.11-.11.178-.178.467-.069.302-.193.384-.316.631-.206.385-.165.81.041 1.003s.77.481 1.538.385c.77-.096.88-.151.756-.893-.014-.11-.192-.605-.137-.797.082-.206-.096-.563-.055-.577s.096-.288.096-.426c0-.137-.014-.796.137-1.14.062-.14.193-.46.326-.785.442-.723.459-1.161.48-1.41.03-.202.046-.46.018-.744.055-.083.289-.275.316-.646 0 0 .644-.337 1.102-1.148.16.557.31.91.286 1.272-.499.39-.684.678-.76.959-.048-.02-.076-.037-.11-.04h-.027a.4.4 0 0 0-.106.029c-.192.068-.041 1.318.165 1.827s.316.81.398 1.36c.083.549-.192 1.222-.302 1.524 0 0-.179.536.233.824.358.248 1.704.18 2.308.18.605 0 1.511.219 2.088.109.715-.124.824-.55.399-.77-.426-.22-1.072-.329-1.91-.933-.22-.152-.522-.289-.563-.412-.041-.124-.041-.838-.027-1.457.013-.618.22-1.414.288-1.84.064-.398-.076-.388-.262-.351.032-.147.066-.292.097-.446.344-.632.193-1.223.193-1.223.82-1.044.4-3.27.22-4.048.64.303.96.188.96.188.102-.055.192-.134.274-.224.337-.362.51-.916.51-.916V11c.782-.783 1.151-1.936.26-2.692a1.33 1.33 0 0 0-.219-1.263 1.56 1.56 0 0 0-.37-1.731 1.4 1.4 0 0 0-.487-.297c-.2-.295-.245-.417-.572-.349-.15-.165-.178-.288-.494-.178 0 0-.096-.234-.275-.289a.3.3 0 0 0-.05-.015c-.302-.21-.576-.215-.772-.16-.064-.048-.061-.124-.07-.388-.008-.2-.019-.486-.031-.744.027-.328.102-.974.126-1.303.028-.37.042-.948-.123-1.195C18.303.12 17.754-.003 17.21 0m-.005.34c.7 0 1.002.22 1.044.343.013.028.082.495.04.797-.013.11-.027.509-.054.687-.014.179-.069.385-.124.673-.041.234-.233.495-.384.536-.261.069-.742.055-1.017 0-.069-.014-.124-.055-.192-.096-.151-.248-.234-.44-.261-.742-.028-.289-.083-.412-.096-.632-.014-.33-.014-.55-.014-.55.014-.178.069-.618.069-.659.013-.123.233-.357.989-.357m-1.133 2.702c.146.149.301.306.432.416.124.11.426.096.7.096.248 0 .468.028.564-.027.154-.077.355-.235.523-.394.011.152.022.304.026.435.01.295-.043.468.024.57-.082.048-.174.105-.269.156-.151.08-.306.136-.403.115h-.002c-.209-.035-.931-.215-1.331-.407-.167-.259-.335-.398-.326-.448.027-.137.04-.247.054-.425q.005-.044.008-.088zm-.853.69.035.001c.424.036.65.152.808.284l.076.03.008-.027q.071.045.162.088c.47.159 1.104.308 1.309.353.247.055.645-.192.838-.316.343-.22.783-.04.989.193.137.15.192.247.192.288.316-.11.357.041.508.206.385-.179.412.041.44.137-.122 0-.298.014-.538.04l-.012-.012c-.144-.153-.402-.289-.599-.384-.087-.031-.18-.049-.252-.097-.11-.055-.22-.137-.385-.123-.687.082-.824.315-1.415.178-.577-.134-.737-.254-1.333-.221l.001.026c-.105.016-.2.03-.22.03-.206.012-.722.067-1.153-.1a1 1 0 0 0-.161-.076l-.005-.002h-.001q-.27-.107-.63-.112h-.026c.218-.11.356-.259.56-.218.22.041.44.22.564.357a.9.9 0 0 0-.178-.288c.128-.09.245-.229.418-.234zm-1.1.545c.15.002.28.026.417.073.018.009.034.018.059.029.288.137.81.164 1.25.137a2.3 2.3 0 0 0 .563-.095c.322.024.514.11.977.216.31.07.502.045.695-.007.193-.053.386-.13.723-.17a.5.5 0 0 1 .188.013q.057.03.11.061c.062.049.214.135.343.189.164.068.59.357.645.425a.1.1 0 0 0 .038.03c.242.314.407.755.396 1.21-.06.46-.426.214-.626.12-.412-.178-.824-.302-1.305-.302-.48 0-1.099.041-1.635.179-.741.206-.961.192-1.29.027-.33-.178-.907-.618-.907-.618v.01q-.01-.012-.014-.01c-.042.069-.138.247-.193.33-.027.522-.343 1.346-.934 1.552a.55.55 0 0 1-.467-.041 2.5 2.5 0 0 0-.55-.275c.481.384.729.673.949 1.181.174.43.415 1.017 1.002 1.646.363-.004.725.097.962.346.137.137.357.289.33.426 0 .041-.083.151-.151.234a3 3 0 0 1-.207.22c-.054.04-.247.192-.288.22s-.096.095-.137.109c-.138.069-.289.014-.426-.055s.027-.082-.124-.192c-.34-.24-.541-.411-.454-.832-.932-.794-2.561-1.26-2.911-2.108-.22-.55-.248-.824-.042-1.058.605-.687.371-1.346.825-1.634.425-.275.783.04.989.33-.124-.509-.55-.633-.55-.674 0-.632.605-1.071 1.21-1.181.218-.041.389-.062.54-.06zm-1.847.534c-.14.196-.231.435-.246.721-.206.028-.673.055-.907.907a3.4 3.4 0 0 1-.214.62c-.103.045-2.946 1.274-5.229 2.542l-.01-.007q-.48.27-.919.546l-.125.077-.001.003c-1.136.723-2.04 1.45-2.637 2.112.412-2.679 2.528-4.08 3.53-4.698 2.42-1.489 4.629-2.225 6.758-2.823m8.037.323c.26-.004.536.06.756.275.59.577.425 1.209.247 1.648.15.179.508.687.288 1.291-.04.138-.343.138-.563.495.55-.316.893-.233 1.017.165.192.618-.234 1.36-.605 1.772 0-.014-.014-.028-.014-.041-.055.206-.123.604-.535 1.044-.206.22-.371.192-.605.137-.215-.054-.322-.142-.543-.276-.036-.207-.102-.482-.102-.59 0-.044-.004-.141-.01-.243q.047-.054.106-.114s.178-.247.44-.233c.26.014.535-.041.604-.11 0-.48-.55-.494-.357-1.319.013-.04.082-.11.302-.137-.33-.069-.48-.083-.714-.302l-.013-.013c.11-.253.224-.457.301-.605.193-.385.082-.852.082-.852.207-.069.385-.179.413-.247.203-.673-.164-1.322-.605-1.74q.054-.005.11-.006zm-5.46.925q.014.024.034.05c.179.22.577.495 1.113.673.26.083.467.028.7-.027 1.123-.278 2.304-.346 3.33.155a1.8 1.8 0 0 1-.157 1.068c-.232.465-.533 1.068-.48 2.215-.246.044-1.419.144-1.992.037-.521-.097-1.416-.525-1.62-.69a7 7 0 0 1-.125-.848 1.4 1.4 0 0 0 .454-.343c-.412.068-.577.04-.825-.097-.235-.13-.642-.533-.87-.82.229-.29.393-.69.335-1.226q.055-.075.102-.147zm-4.38 1.598c-.09.253.093.654.224.953.508 1.179 2.07 1.29 3.127 2.18a.7.7 0 0 0 .06.388c.083.165.371.413.371.413-.055.054-.027.164-.027.164.204.217.504.243.547.246-.435 1.248-.816 2.626-.451 4.095-.179.244-.368.445-.531.668a.85.85 0 0 1-.444-.31c-.591-.852-1.457-1.416-3.023-1.374-2.349.055-3.283-.907-3.461-2.748-.094-.974-.357-1.922-.888-2.479C7.489 9.014 9.6 7.937 10.268 7.73a3 3 0 0 0 .2-.073zm3.496.18c.381.442.795.727 1.193.979.082.343.11.577.192 1.03h-.041l-.027.308a3 3 0 0 0-.62-.113l.001-.003c-.893-1.057-.7-1.47-1.058-2.019.097-.034.225-.094.36-.182m5.911 1.086c.076.067.178.12.323.154-.327.68.33.912.37 1.17-.143.083-.367.037-.603.025-.115-.006-.229.065-.321.147l.032-.367c.006-.43.09-.809.2-1.13zM15.79 9.947c.024.035.178.131 1.002.352 1.026.275 2.323.12 2.55.09a.4.4 0 0 1-.022.089c0 .343.055.59.096.81.053.308.13.533.163.74l.008-.007c.234 1.367.561 3.133-.267 4.048.041.192.069.467.014.783a3 3 0 0 1-.151.535 2.3 2.3 0 0 0-.108.352c-1.1.142-1.755.055-2.06-.015.123-.374.407-.754.876-.735-.022-.911-.264-1.223-.511-1.891.395-.883.299-1.665.621-2.848-.247.261-.44 1.209-.604 1.786-.206.838-.563 1.648-1.525 2.294 0 .22-.069.384-.151.494-.179.261-.412.344-.494.77.11-.138.26-.261.26-.22a9 9 0 0 1-.025.493l.012.001c-.165 1.044-.522 1.525-.742 2.115-.151.426-.096 1.36-.151 1.374-.385.083-.975-.068-1.14-.15.162-1.14.019-2.278.436-3.6l-.015-.006c.16-.554.478-.878.939-1.464-.161-.52-.532-1.64.266-4.182q.049-.02.105-.049l.206-.137c.04-.028.096-.069.137-.096.069-.042.371-.371.412-.412.096-.097.165-.124.192-.234.055-.206-.247-.412-.37-.55q-.025-.027-.043-.05.02-.059.042-.114c.01-.125.028-.26.042-.367zm.883 7.942c.05.002.174.122.751.158.66.04 1.539-.083 1.772-.138s.097.11.069.275l-.026.169c-.399.134-1.008.188-1.416.202-.393.013-.846-.012-1.161-.11-.048-.26-.063-.47-.007-.55a.02.02 0 0 1 .018-.006m2.506.846c-.02.135-.035.223-.058.372-.388.12-.888.122-1.27.135a4.4 4.4 0 0 1-1.012-.07l-.033-.109-.065-.252c.179.034.53.079 1.15.087a4.1 4.1 0 0 0 1.288-.163m-.106.685c-.069.44-.055 1.786-.014 2.157.014.11.948.522 1.277.77.107.085.259.157.422.222.042.042.116.105.197.203.162.213.052.436-.135.526-.264-.007-.568-.052-1.074-.128-.695-.104-1.129-.101-1.73-.106v-.003c-.152-.275-.056-.728-.056-.728a2.2 2.2 0 0 1-.809-.18l.012-.026c.234-.48.22-.591.151-1.415-.047-.578-.196-.883-.335-1.195.169.016.409.035.857.041a4.6 4.6 0 0 0 1.237-.138m-5.306 2.084c.243 0 .6.032.676.1v.014c.014.165.165.399.11.522-.027.069-.096-.041-.192-.068.041.26.151.741.316 1.112.11.248.041.426-.33.495-.33.014-.755 0-1.112-.083-.412-.206-.55-.316-.467-.7.068-.275.494-.59.865-.838-.206.014-.426.165-.398-.014.055-.357.206-.33.302-.508-.02-.02.084-.032.23-.032"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/griddotai.svg b/mkdocs-material/material/templates/.icons/simple/griddotai.svg new file mode 100644 index 0000000..0e9647d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/griddotai.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.732 9.091v-3.52H6.506v12.816h5.612v-5.613h11.226V24h-5.613v-5.613H12.12V24h-4.5a6.965 6.965 0 0 1-6.964-6.964V6.966A6.966 6.966 0 0 1 7.619 0h8.762a6.965 6.965 0 0 1 6.964 6.964v2.127z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gridsome.svg b/mkdocs-material/material/templates/.icons/simple/gridsome.svg new file mode 100644 index 0000000..36f0728 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gridsome.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12.026.017-.108.001C4.905.135-.102 5.975.002 11.956.025 19.286 6.02 24.13 12.083 23.98c7.208-.2 12.323-6.461 11.892-12.05a2.197 2.197 0 0 0-2.192-2.001h-3.15a2.155 2.155 0 0 0-2.161 2.147c0 1.187.967 2.148 2.16 2.148h.788c-.87 2.791-3.62 5.455-7.44 5.56-3.803.095-7.61-2.904-7.768-7.569a2 2 0 0 0 0-.159c-.148-3.72 2.895-7.637 7.88-7.845a2.096 2.096 0 0 0 2.003-2.183 2.095 2.095 0 0 0-2.07-2.011zm-.018 9.911a2.15 2.15 0 0 0-2.146 2.151 2.15 2.15 0 0 0 2.146 2.152 2.15 2.15 0 0 0 2.147-2.152 2.15 2.15 0 0 0-2.147-2.15Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/groupme.svg b/mkdocs-material/material/templates/.icons/simple/groupme.svg new file mode 100644 index 0000000..19cbe59 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/groupme.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.16 6.574h1.68V8.17h-1.68zM18.2 0H5.8C3.15 0 1 2.04 1 4.556v11.768c0 2.516 2.149 4.556 4.8 4.556h4.127L11.98 24l2.052-3.12H18.2c2.65 0 4.8-2.04 4.8-4.556V4.556C23 2.04 20.85 0 18.2 0M7.568 8.169h1.78V6.574h-1.78v-1.72h1.78V3.166h1.812v1.688h1.68V3.166h1.812v1.688h1.779v1.72h-1.78V8.17h1.78v1.72h-1.78v1.688H12.84V9.89h-1.68v1.688H9.348V9.89h-1.78zm12.744 5.263s-2.392 4.276-8.071 4.276l-.234-.002-.233.002c-5.68 0-8.072-4.276-8.072-4.276s-.155-.278-.155-.579a.83.83 0 0 1 .395-.71 1.1 1.1 0 0 1 .46-.167c.684-.07 1.08.353 1.406.836.36.533 2.436 2.866 6.199 2.955 3.763-.089 5.84-2.422 6.2-2.955.325-.482.736-.906 1.406-.836.142.015.296.066.46.167.292.183.406.44.396.71-.023.396-.157.58-.157.58"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/groupon.svg b/mkdocs-material/material/templates/.icons/simple/groupon.svg new file mode 100644 index 0000000..484df46 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/groupon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.316 20.334C5.618 22.736 8.554 24 12.012 24c3.988 0 7.739-1.95 9.978-5.163 1.353-1.95 2.01-4.158 2.01-6.755 0-.484-.032-1.006-.063-1.529H10.595v4.61h6.687c-1.155 2.012-3.094 3.12-5.27 3.12-3.229 0-6.125-2.824-6.125-6.497 0-3.315 2.699-6.069 6.125-6.069 1.844 0 3.355.749 4.811 2.239h6.52C21.468 3.019 17.084 0 12.083 0c-3.323 0-6.22 1.17-8.53 3.409C1.25 5.647 0 8.572 0 11.754c-.008 3.417 1.108 6.271 3.316 8.58"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/grubhub.svg b/mkdocs-material/material/templates/.icons/simple/grubhub.svg new file mode 100644 index 0000000..d88131e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/grubhub.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.708 9.556h-.84c-.048 0-.072.048-.072.072v1.828h-.84V9.628c0-.048-.048-.072-.072-.072h-.84c-.048 0-.072.048-.072.072v4.692c0 .048.048.072.072.072h.84c.048 0 .072-.048.072-.072v-1.876h.84v1.876c0 .048.048.072.072.072h.84c.048 0 .072-.048.072-.072V9.628c0-.024-.024-.072-.072-.072m-7.08 0h-.84q-.072 0-.072.072v3.324a.6.6 0 0 1-.12.384c-.072.096-.168.12-.288.12a.4.4 0 0 1-.288-.12.6.6 0 0 1-.12-.384V9.628c0-.048-.048-.072-.072-.072h-.84q-.072 0-.072.072v3.348c0 .432.096.84.36 1.108.264.264.624.408 1.036.408.432 0 .796-.144 1.036-.408.264-.264.36-.648.36-1.108V9.628c-.004-.024-.028-.072-.08-.072m-8.232-.072c-.432 0-.796.144-1.036.408C.096 10.156 0 10.54 0 11v2c0 .432.096.84.36 1.108.264.264.624.408 1.036.408.432 0 .796-.144 1.036-.408.264-.264.36-.648.36-1.108v-1.104a.1.1 0 0 0-.096-.096H1.468a.1.1 0 0 0-.096.096v.82c0 .048.048.096.096.096h.316v.192a.68.68 0 0 1-.12.408c-.072.096-.168.12-.288.12a.4.4 0 0 1-.288-.12.7.7 0 0 1-.12-.408v-1.976c0-.168.048-.316.12-.408.072-.096.168-.12.288-.12.116 0 .216.048.288.12.072.096.12.24.12.408v.192c0 .048.048.072.072.072h.84q.072 0 .072-.072v-.192c0-.432-.096-.84-.36-1.108-.216-.292-.604-.436-1.012-.436m10.832 3.828c-.072.096-.168.12-.316.12h-.48v-1.016h.48c.12 0 .216.048.288.12.079.104.121.23.12.36.008.2-.016.316-.092.416m-.364-2.768c.12 0 .216.024.288.12.072.072.096.192.096.34s-.024.264-.096.36a.39.39 0 0 1-.264.12h-.432v-.94zm.964 1.372c.144-.144.408-.48.408-.916 0-.508-.192-.82-.34-.988-.264-.288-.624-.432-1.036-.432h-1.316c-.048 0-.072.048-.072.072v4.696c0 .048.048.072.072.072h1.396c.432 0 .84-.168 1.108-.508.144-.192.316-.508.316-.988-.028-.576-.388-.916-.536-1.008m-7.652-.46c-.072.096-.192.144-.34.144h-.408v-1.056h.408c.144 0 .264.048.34.144.096.096.12.216.12.384s-.02.288-.12.384m.532.868c.096-.072.168-.12.24-.216.168-.192.384-.532.384-1.06 0-.508-.192-.84-.384-1.036-.24-.288-.6-.432-1.012-.456H3.54c-.048 0-.072.048-.072.072v4.692c0 .048.048.072.072.072h.84c.048 0 .072-.048.072-.072v-1.736h.288l.532 1.78c0 .024.048.048.072.048h.888c.024 0 .048-.024.072-.024s.024-.048.024-.072zm17.136.988c-.072.096-.168.12-.316.12h-.48v-1.016h.48c.12 0 .216.048.288.12.079.104.121.23.12.36.028.2-.016.316-.092.416m-.34-2.768c.12 0 .216.024.288.12.072.072.096.192.096.34s-.024.264-.096.36a.39.39 0 0 1-.264.12h-.432v-.94zm.964 1.372c.144-.144.408-.48.408-.916 0-.508-.192-.82-.34-.988-.264-.288-.624-.432-1.036-.432h-1.328c-.048 0-.072.048-.072.072v4.696c0 .048.048.072.072.072h1.404c.432 0 .84-.168 1.108-.508.144-.192.316-.508.316-.988a1.44 1.44 0 0 0-.532-1.008m-3.224-2.36h-.84q-.072 0-.072.072v3.324a.6.6 0 0 1-.12.384c-.072.096-.168.12-.288.12a.4.4 0 0 1-.288-.12.6.6 0 0 1-.12-.384V9.628c0-.048-.048-.072-.072-.072H17.6q-.072 0-.072.072v3.348c0 .432.096.84.36 1.108.264.264.624.408 1.036.408.432 0 .796-.144 1.036-.408.264-.264.36-.648.36-1.108V9.628c.024-.024-.024-.072-.076-.072"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/grunt.svg b/mkdocs-material/material/templates/.icons/simple/grunt.svg new file mode 100644 index 0000000..8f532cd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/grunt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.04 0c-1.381.488-1.731 1.231-1.835 1.906-.355-.254-.316-1.079-.336-1.29-.353.041-1.366 1.025-1.32 2.265a8 8 0 0 0-.276.08c-.296-.402-1.167-1.472-2.314-1.842A3.7 3.7 0 0 0 5.832.936c-1.36 0-2.163.81-2.17.818l-.383.445.576.114c.01.002.966.201 1.362.826.065.104.083.31.101.527a1.2 1.2 0 0 1-.043.379c-.02.09-.038.181-.043.273q-.539.02-.914.211a1.25 1.25 0 0 0-.662.797c-.233.854.525 1.805.551 1.836.089.158.126 1.303-.078 1.762-.028.063-.103.126-.201.205q-.046.036-.102.076c-.288.217-.722.548-.722 1.305 0 1.036 1.05 1.597 1.894 2.049q.21.11.39.212l-.003.004c.126.073.57.534.57 1.223 0 .323-.028 1.859-.172 2.924-.541-.464-1.04-1.211-1.152-2.049 0 0-1.372 1.057-.969 3.32.246 1.385 1.087 2.16 2.203 2.565.405.89 1.365 2.143 3.155 2.326.677.554 1.613.913 2.978.914V24h.008c1.367-.001 2.305-.36 2.982-.916 1.786-.185 2.744-1.437 3.149-2.326 1.116-.406 1.957-1.18 2.203-2.565.402-2.263-.969-3.32-.969-3.32-.112.838-.61 1.585-1.152 2.049-.144-1.065-.174-2.601-.174-2.924 0-.689.446-1.15.572-1.223l-.004-.004c.12-.068.253-.138.39-.212.845-.452 1.893-1.013 1.893-2.05 0-.756-.434-1.087-.722-1.304l-.102-.076c-.097-.079-.173-.142-.2-.205-.205-.46-.168-1.604-.079-1.762.026-.03.784-.982.55-1.836a1.25 1.25 0 0 0-.661-.797q-.374-.19-.91-.21a1.7 1.7 0 0 0-.043-.276 1.3 1.3 0 0 1-.043-.379c.018-.218.036-.423.101-.527.396-.625 1.35-.825 1.36-.826l.576-.114-.381-.445c-.007-.008-.812-.818-2.172-.818-.371 0-.75.06-1.129.183-1.148.37-2.018 1.443-2.312 1.844a8 8 0 0 0-.45-.127c-.196-.74.42-1.803.42-1.803s-.635-.14-1.578.715C13 1.442 12.743.784 13.04 0m5.118 1.637c.516 0 .936.14 1.158.234-.144.065-.3.15-.455.252a2.5 2.5 0 0 0-.43-.037 2.33 2.33 0 0 0-1.347.418c-.578.406-.846.793-.969 1.049a6 6 0 0 0-.552-.28c.285-.418.926-1.236 1.767-1.507q.399-.13.828-.13zm-12.314.002c.285 0 .564.043.828.129.839.27 1.481 1.086 1.767 1.505q-.112.05-.222.104a6 6 0 0 0-.33.176c-.124-.256-.392-.641-.969-1.047a2.32 2.32 0 0 0-1.346-.418c-.172 0-.32.017-.433.037a3 3 0 0 0-.453-.25 3 3 0 0 1 1.158-.236m-.157.982q.525.02.913.328c.386.308.572.844.634 1.057a3 3 0 0 0-.49.521 7 7 0 0 0-.543-.125C6.048 4.194 6.025 3.91 6 3.61c-.024-.29-.05-.588-.205-.834a2 2 0 0 0-.107-.154zm12.625.002a2 2 0 0 0-.105.15c-.155.246-.18.544-.205.834-.025.3-.05.587-.203.795q-.297.056-.541.125a3 3 0 0 0-.488-.52c.065-.221.256-.754.634-1.056q.387-.307.909-.328zm-6.31.727c1.307 0 2.477.25 3.482.74.667.325.916.57 1.01.705-1.596.709-2.483 2.164-2.492 2.18l-.162.273.262-.182.02-.015c.407-.321 1.827-1.395 3.003-1.768.329-.104.966-.28 1.541-.28q.44 0 .707.136.248.126.314.369c.117.425-.289 1.057-.439 1.246a.5.5 0 0 0-.06.1 6 6 0 0 1-.016-.672c-.188.41-.305 1.477-.238 2.017.168 1.373.736 2.078.736 2.078-.037-.073-.082-.362-.125-.699q.051.044.101.084l.024.02c.214.172.416.333.416.853 0 .665-.72 1.056-1.416 1.432q-.202.107-.395.217c-.406.234-.845.784-.894 1.603-.041.687.043 2.338.162 3.555-.584.226-1.253.3-1.861.318a5 5 0 0 1-.258-.617h.002c-.032-.092-.919-2.394-1.239-2.918.257 1.835.823 3.459 1.102 4.201a4 4 0 0 0-.549-.035l-2.736-.002h-.006l-2.736.002q-.307.001-.55.035c.28-.742.846-2.366 1.102-4.201-.319.524-1.205 2.826-1.236 2.918a5 5 0 0 1-.258.617c-.608-.017-1.277-.092-1.861-.318.12-1.217.201-2.868.16-3.555-.049-.819-.486-1.37-.892-1.603q-.192-.11-.395-.217c-.696-.376-1.416-.767-1.416-1.432 0-.52.202-.681.416-.853l.023-.02.102-.084c-.043.335-.089.623-.125.697.006-.007.569-.71.736-2.076.067-.54-.052-1.607-.24-2.017.008.227 0 .454-.016.67a.5.5 0 0 0-.058-.098c-.15-.189-.556-.821-.44-1.246a.57.57 0 0 1 .315-.37q.266-.134.707-.134c.575 0 1.214.175 1.543.28C8.055 5.655 9.474 6.73 9.88 7.05l.02.015.26.182-.163-.273c-.01-.016-.895-1.471-2.49-2.18.094-.135.342-.38 1.01-.705 1.005-.49 2.177-.74 3.484-.74zm-1.281 4.613s.68.827 1.277.834v.002h.006c.597-.007 1.277-.834 1.277-.834v-.002c-.466.282-.884.38-1.281.389a2.5 2.5 0 0 1-1.28-.39zm-4.434.066a3.4 3.4 0 0 0-.717.096q.307.068.633.191l-.004.002c-.192.085-.3.323-.326.555-.054.47.244.898.244.898.03-.35.104-.6.19-.777.02.483.147 1.104.597 1.602.323.357 1.667 1.094 2.57.285.048.115.1.25.141.398.137.481-.125 1.184-.125 1.184s.705-.8.65-1.525c.507-.023 1.005-.394.99-.915 0 0-.883.488-1.663-.41-.4-.458-1.567-1.622-3.18-1.584m11.428 0c-1.613-.038-2.781 1.126-3.18 1.584-.78.898-1.664.41-1.664.41-.014.52.482.892.988.915-.054.724.653 1.525.653 1.525s-.262-.703-.125-1.184c.042-.147.091-.282.138-.396.903.807 2.248.07 2.57-.287.452-.5.579-1.12.598-1.604.086.178.16.428.19.78 0 0 .3-.43.246-.899-.027-.232-.134-.47-.326-.555q-.003 0-.006-.002.327-.123.635-.191a3.4 3.4 0 0 0-.717-.096m-10.512.76c.915.514 1.754 1.204 2.104 1.736-.263.155-1.008.496-1.778-.076-.487-.362-.465-1.235-.326-1.66m9.596 0c.14.425.161 1.298-.326 1.66-.77.572-1.517.23-1.78.076.35-.532 1.191-1.222 2.106-1.736M4.455 16.197c.512 1.614 2.212 2.075 3.486 2.131a7 7 0 0 1-.34.485l-.052.052c-.339.366-.404.87-.194 1.494-1.057-.016-2.163-.468-2.724-1.392-.569-.936-.41-2.535-.176-2.77m15.092 0c.233.235.393 1.834-.176 2.77-.561.923-1.664 1.373-2.72 1.39.21-.624.144-1.125-.194-1.49l-.002-.002q-.029-.03-.06-.06a7 7 0 0 1-.334-.477c1.274-.055 2.975-.517 3.486-2.13zM12 18.895l2.045.001h.74c.709 0 1.019.184 1.154.338.198.226.21.589.04 1.08v.002c-.31.886-1.14 3.03-3.979 3.034-2.839-.004-3.67-2.148-3.979-3.034-.17-.491-.157-.856.041-1.082.136-.154.446-.338 1.155-.338h.74zm-1.805.72-.896.002h-.182c-.256 0-.384.074-.445.135q-.133.135-.041.37c.163.415.533.756.642.85a.86.86 0 0 0 .551.196l.002.002c.207 0 .39-.076.516-.211.352-.376.561-.782.611-.906.029-.071.062-.207-.04-.313q-.122-.124-.417-.125zm3.31 0c-.194 0-.335.043-.415.125-.104.106-.07.242-.041.313.05.124.259.53.611.906v.002c.126.135.31.209.518.209a.86.86 0 0 0 .55-.197c.11-.094.48-.434.643-.85q.092-.235-.04-.371c-.061-.06-.188-.135-.444-.135h-.184l-.896-.002h-.301zm-6.728 1.387q.425.077.873.111c.163.379.347.748.577 1.088a3.2 3.2 0 0 1-1.45-1.199m10.446 0a3.2 3.2 0 0 1-1.442 1.195c.228-.34.413-.707.574-1.084a8 8 0 0 0 .868-.111"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gsk.svg b/mkdocs-material/material/templates/.icons/simple/gsk.svg new file mode 100644 index 0000000..dbe1c1e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gsk.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.769 13.5v2.114h1.49V12.3c0-.15.115-.174.2-.093l3.512 3.408H24L20.279 12 24 8.384h-2.034l-3.512 3.408c-.081.081-.2.058-.2-.093V8.384h-1.485v2.125c0 .763.5 1.225 1.386 1.468.035.011.035.046 0 .057-.89.243-1.386.705-1.386 1.466m-8.446-2.309c0 .924.774 1.5 1.825 1.5h3.535a.388.388 0 0 1 .416.416v.6a.388.388 0 0 1-.416.416H8.7v1.49h5.014a1.793 1.793 0 0 0 1.837-1.838v-.657a1.79 1.79 0 0 0-1.836-1.837H10.2a.388.388 0 0 1-.416-.416v-.717a.255.255 0 0 1 .277-.277h4.9V8.384H10.76a1.01 1.01 0 0 0-1.016 1V9.8a.067.067 0 0 1-.065.069h-.005a1.27 1.27 0 0 0-1.351 1.322m-1.657.093H4.274v.448a.957.957 0 0 0 .951.962h.585v1.155a.28.28 0 0 1-.278.277H1.907a.416.416 0 0 1-.416-.416v-3.42a.415.415 0 0 1 .415-.416H5.8v-1.49h-4a1.8 1.8 0 0 0-1.8 1.8v3.635a1.8 1.8 0 0 0 1.8 1.8h3.017A1.02 1.02 0 0 0 5.834 14.6v-.4a.067.067 0 0 1 .065-.07c.808-.023 1.328-.416 1.328-1.1v-1.746Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gsmarenadotcom.svg b/mkdocs-material/material/templates/.icons/simple/gsmarenadotcom.svg new file mode 100644 index 0000000..8bc10a3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gsmarenadotcom.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.324 22.992c-.905-.454-12.625-5.27-12.625-5.27a1.3 1.3 0 0 0-.389-.122c-.39-.056-.78.091-1.061.444 0 0-2.672 4.354-3.066 4.948C2.782 23.58 3.2 24 3.726 24h16.38c.644 0 .898-.67.218-1.008M19.688 0h-7.743c-.868 0-1.49.28-2.042 1.043L4.05 10.497c-.333.457-.14.985.336 1.185.974.412 2.766.977 3.68 1.388.718.326 1.157.204 1.552-.382l4.092-6.507.49-.005v7.405c0 .924.37 1.279.946 1.54.577.246 4.144 1.773 4.689 1.973.644.246 1.143-.05 1.143-.731V1.289c0-.706-.585-1.289-1.29-1.289"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gstreamer.svg b/mkdocs-material/material/templates/.icons/simple/gstreamer.svg new file mode 100644 index 0000000..6eddf3b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gstreamer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.091 14.055c-.029-.586.226-1.949.811-1.82.25.055.181.399.1.77-.11.502-.3 1.049-.3 1.049s.714.028.7 0c.071-.9.26-1.878.785-1.805.435.061-.124 1.805-.124 1.805h.65c-.023-.296.136-.985.226-1.483s-.101-.716-.502-.72-.798.347-.798.347c.016-.3-.38-.347-.38-.347-.421-.027-.826.257-.826.257l.038-.22h-.636s-.032.35-.16.99c-.129.638-.3 1.176-.3 1.176h.716zm4.354-2.22c-.87 0-1.259.614-1.259 1.242s.371 1.042 1.128 1.042c.355 0 .556-.328.556-.328s.012-.09-.055-.053c-.067.038-.25.116-.49.116s-.497-.227-.497-.791h1.37c.072-.229.118-1.229-.753-1.229zm.127.974h-.665c0-.46.368-.806.618-.683.228.106.047.683.047.683m-8.306-.975c-.871 0-1.26.615-1.26 1.243s.372 1.042 1.128 1.042c.356 0 .557-.328.557-.328s.012-.09-.056-.053c-.067.038-.25.116-.489.116s-.497-.227-.497-.791h1.37c.072-.229.118-1.229-.753-1.229m.127.975h-.665c0-.46.31-.757.56-.634.228.106.105.634.105.634m9.623 1.28h-.703s.41-1.472.446-2.194c-.006.006.609 0 .609 0s-.053.163-.076.305c.174-.193.233-.366.705-.366.006 0 0 .609 0 .609s-.44-.11-.6.049c-.158.158-.328.285-.381 1.597m-12.12 0h-.702s.41-1.472.446-2.194c-.006.006.609 0 .609 0s-.053.163-.076.305c.174-.193.233-.366.705-.366.006 0 0 .609 0 .609s-.44-.11-.6.049c-.158.158-.328.285-.382 1.597m-.856-2.95-.574.198-.132.535h-.366v.352h.289s-.308 1.103-.25 1.44c.057.366.414.443.626.433s.27-.164.26-.221-.299.055-.328-.205c-.02-.154.24-1.447.24-1.447h.454v-.352h-.357zm5.985 2.916c.085-.07.028-.21-.045-.228-.084-.172.173-1.178.173-1.454s-.462-.828-1.416-.308c-.092.059-.058.155-.036.187s.066.053.086.032c.09-.098.48-.2.663-.007.125.115.12.339.033.425-.106.01-1.15-.02-1.276.644-.216 1.18 1.107.558 1.175.51s.06.14.172.219c.301.026.412.03.471-.02m-.66-.493c-.107.282-.505.24-.528.04-.086-.668.603-.618.603-.618s.032.296-.075.578m-6.948-1.04.2-.337s-.163-.347-.644-.347-.758.347-.758.758.915.721.694 1.128c-.37.379-.76-.24-.753-.28-.028.04-.219.304-.21.304.047.092.214.385.75.392.444.005.712-.324.72-.73.01-.546-.785-.823-.794-1.072s.527-.537.795.184m-1.048-.803c-.085-.08-.15.027-.342.107s-.257.07-.45.043c-.316-.07-.871-.049-1.017.022-.975.391-.452 1.116-.293 1.26-.001 0-.238.125-.272.32-.044.251.071.387.075.39-.319.017-.524.338-.474.6.053.283.39.508.872.51 1.02.022 1.072-.63 1.072-.63.14-.793-.533-.83-1.012-.792-.173-.155-.038-.3-.045-.3 1.619.039 1.211-1.041 1.211-1.041.273-.067.81-.36.675-.489m-2.168 2.272c.634.114.89-.031.933.292.018.316-.25.406-.561.425-.311.02-.538-.138-.551-.34-.012-.203.164-.182.179-.377m.98-1.38c-.06.26-.239.44-.402.404-.163-.037-.248-.277-.19-.537.06-.26.239-.44.402-.403s.248.277.19.537zM4.037 9.475c-.464 0-1.142-.378-1.802-.378s-1.055.378-1.124.43c-.069.05-.112.248.094.188s.378-.06.704-.06 1.107.446 1.896.446 1.45-.609 1.596-.823c.145-.215.008-.284-.103-.232-.112.051-.832.429-1.261.429m2.012 1.175c-.487 0-1.199-.377-1.893-.377s-1.108.377-1.18.429c-.073.051-.118.248.099.188.216-.06.396-.06.739-.06s1.162.446 1.992.446 1.523-.609 1.676-.823c.153-.215.009-.283-.108-.232s-.874.43-1.325.43zm-2.8 1.297c-.506 0-1.244-.408-1.964-.408s-1.15.408-1.224.464-.122.268.103.203.41-.065.766-.065 1.206.482 2.066.482 1.58-.658 1.738-.89c.16-.23.01-.305-.112-.25-.121.056-.906.464-1.374.464z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gtk.svg b/mkdocs-material/material/templates/.icons/simple/gtk.svg new file mode 100644 index 0000000..d61b9a2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gtk.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.01 23.773V14.45l-7.584 2.245Zm0-13.87L.91 3.828l.502 12.526 7.597-2.249ZM9.57 24l12.353-5.146-8.285-5.775-4.068 1.204ZM23.09 5.815l-9.257 2.849v4.148l8.237 5.741ZM9.57 9.975v3.964l3.932-1.164v-4.01Zm-.228-.52 4.16-1.28V0L1.231 3.37ZM22.715 5.34 13.833.052v8.021Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/guangzhoumetro.svg b/mkdocs-material/material/templates/.icons/simple/guangzhoumetro.svg new file mode 100644 index 0000000..ba77c53 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/guangzhoumetro.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.433 12.329A16.19 16.19 0 0 1 22.118.009L17.684 0a16.2 16.2 0 0 0-4.776 11.374V24h3.525zm-8.869 0A16.17 16.17 0 0 0 1.882.009L6.319 0a16.24 16.24 0 0 1 4.773 11.374V24H7.564z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/guilded.svg b/mkdocs-material/material/templates/.icons/simple/guilded.svg new file mode 100644 index 0000000..3368d94 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/guilded.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.297 6.255s.02 2.846 1.481 5.79c1.502 2.834 3.572 4.654 5.28 5.38 1.765-.826 3.47-2.258 4.4-3.8h-4.845c-1.253-1.04-2.24-2.763-2.466-4.755H23.36c-.701 3.203-2.188 6.116-3.605 7.971a17.1 17.1 0 0 1-7.686 5.659h-.045c-5.098-2.031-7.84-5.23-9.65-8.84C1.214 11.347 0 7.147 0 1.5h24a34 34 0 0 1-.32 4.755z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/guitarpro.svg b/mkdocs-material/material/templates/.icons/simple/guitarpro.svg new file mode 100644 index 0000000..66b814e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/guitarpro.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.998 0C6.422 0 1.773 3.573 1.773 7.295S8.561 23.973 11.998 24c3.435.027 10.218-12.971 10.229-16.705C22.227 3.575 17.575 0 11.998 0m3.842 5.078a2.29 2.29 0 0 1 2.389 2.34l.007 1.783a2.267 2.267 0 0 1-2.265 2.342 2.36 2.36 0 0 1-1.772-.799v3.115l-1.746.239V5.375l1.688-.287.058.785a2.3 2.3 0 0 1 1.64-.795zm-5.555.035h1.7l-.005 5.953c0 1.736-.931 2.973-2.58 2.973a4.95 4.95 0 0 1-2.423-.523l.207-1.748a3.3 3.3 0 0 0 1.996.843.946.946 0 0 0 1.056-.998v-.904l-.011.014a2.33 2.33 0 0 1-1.77.806 2.28 2.28 0 0 1-2.26-2.345V7.47a2.285 2.285 0 0 1 4.03-1.551zM9.082 6.385a1.156 1.156 0 0 0-1.139 1.273v1.26a1.164 1.164 0 0 0 1.139 1.258 1.183 1.183 0 0 0 1.154-1.139V7.55a1.16 1.16 0 0 0-1.154-1.153zm5.98.008a1.15 1.15 0 0 0-.874 1.228v1.33a1.18 1.18 0 0 0 1.152 1.26 1.166 1.166 0 0 0 1.14-1.26v-1.33a1.152 1.152 0 0 0-1.418-1.228"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gulp.svg b/mkdocs-material/material/templates/.icons/simple/gulp.svg new file mode 100644 index 0000000..ae5b865 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gulp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.936 4.694c-.336 0-.675.078-1.013.222q-.51.217-1.007.605a7 7 0 0 0-.97.917c-.313.354-.61.745-.887 1.164-.276.42-.533.867-.78 1.32h-.001v.001q-.358.711-.63 1.455-.268.742-.438 1.497-.166.749-.2 1.465a1 1 0 0 0-.01.091v.095c0 .261.038.53.075.776v.002l.001.002c.068.262.175.504.31.717a1.7 1.7 0 0 0 .537.518q.324.207.776.207.395.001.817-.185c.279-.125.557-.288.834-.479.268-.192.536-.412.794-.66.207-.192.396-.392.583-.59l-.196.608c-.085.293-.18.576-.257.853q-.126.411-.209.738c-.057.216-.096.362-.096.456v.215c0 .241.025.411.104.518a.4.4 0 0 0 .333.152.44.44 0 0 0 .265-.095c.081-.06.15-.137.219-.224v-.002l.002-.001c.057-.087.115-.18.164-.278.05-.101.078-.19.107-.269v-.001l.067-.24.143-.495.19-.662c.076-.247.142-.495.227-.747l.225-.75q.108-.367.203-.661.094-.298.16-.493.031-.097.054-.154l.014-.032.04.018.018-.048q.114-.327.227-.626c.076-.2.152-.4.21-.597a3.8 3.8 0 0 0 .22-1.29.6.6 0 0 0-.05-.255.44.44 0 0 0-.124-.18.5.5 0 0 0-.174-.1.6.6 0 0 0-.19-.03.66.66 0 0 0-.378.127c-.129.086-.225.229-.297.422v.001l-.55 1.764a4 4 0 0 1-.317.513v.001a9.4 9.4 0 0 1-1.71 1.832 3.5 3.5 0 0 1-.6.404 1.06 1.06 0 0 1-.5.146.48.48 0 0 1-.312-.103.64.64 0 0 1-.204-.275 1.6 1.6 0 0 1-.102-.387 3 3 0 0 1-.028-.422c0-.413.066-.874.198-1.394s.312-1.04.539-1.579c.227-.54.492-1.06.786-1.571.293-.511.605-.965.926-1.362.32-.396.64-.706.97-.95.327-.244.62-.362.902-.362a.9.9 0 0 1 .497.145q.226.147.42.496v-.001c.134.259.269.46.385.606.12.15.259.227.408.227a.51.51 0 0 0 .416-.208c.115-.138.17-.327.17-.556q0-.145-.03-.307a.9.9 0 0 0-.14-.334c-.314-.47-.651-.807-1.01-1.024H7.06a2.2 2.2 0 0 0-1.125-.317zm10.961.855a.8.8 0 0 0-.41.12h-.001l-.001.001a.85.85 0 0 0-.318.43l-1.889 4.758-.417 1.045c-.153.38-.295.76-.447 1.148a5 5 0 0 0-.176.551 5 5 0 0 1-.257.215q-.31.24-.589.365h-.002a1.05 1.05 0 0 1-.463.129q-.121-.002-.172-.053c-.035-.033-.056-.084-.056-.166q0-.277.084-.615c.057-.22.132-.451.217-.683a9 9 0 0 1 .274-.69l.276-.644c.086-.2.153-.382.21-.534a1.2 1.2 0 0 0 .089-.377.7.7 0 0 0-.143-.437.47.47 0 0 0-.39-.19.47.47 0 0 0-.378.179 1.5 1.5 0 0 0-.254.42 4 4 0 0 0-.201.537c-.056.19-.131.368-.207.535-.113.25-.246.524-.416.826a6.6 6.6 0 0 1-.565.849q-.31.39-.675.654a1.26 1.26 0 0 1-.75.257q-.124 0-.167-.088a.5.5 0 0 1-.052-.225q.014-.306.112-.643.099-.334.226-.66c.085-.21.18-.424.283-.625.105-.201.2-.391.294-.56v-.001l.248-.47a2 2 0 0 0 .135-.33l.001-.002v-.001c.01-.04.021-.09.021-.145a.4.4 0 0 0-.054-.214v-.001l-.001-.001a.53.53 0 0 0-.335-.238.65.65 0 0 0-.588.103c-.132.091-.231.232-.319.426a23 23 0 0 0-.79 1.817c-.19.505-.323.914-.418 1.229a5 5 0 0 0-.163.7v.001l-.02.231v.002c0 .214.029.4.09.55v.002c.068.147.148.266.249.357a.9.9 0 0 0 .36.191q.199.06.41.059c.311 0 .598-.058.861-.155s.501-.232.714-.396a3.4 3.4 0 0 0 .563-.548c.12-.14.21-.285.3-.427-.04.22-.078.437-.078.614 0 .33.063.57.202.717a.7.7 0 0 0 .523.214q.312 0 .694-.17.38-.17.77-.446.096-.068.19-.141l.005.036a1 1 0 0 0 .15.35h.001l.001.002c.08.099.17.18.291.24a1 1 0 0 0 .45.091 2 2 0 0 0 .787-.175h.002c.268-.125.537-.279.805-.48a9 9 0 0 0 .812-.697l.01-.009q-.068.159-.138.319-.327.724-.674 1.471c-.233.5-.466.994-.684 1.488l-.001.003-.001.002a4 4 0 0 1-.104.278c-.036.092-.085.188-.115.298v.001c-.037.1-.075.198-.095.306-.03.11-.04.217-.04.315 0 .208.059.367.172.447a.67.67 0 0 0 .398.115c.122 0 .234-.03.335-.08v-.001h.001a1 1 0 0 0 .263-.22q.113-.135.198-.308a4 4 0 0 0 .154-.365l.002-.004v-.004q.013-.057.084-.244l.162-.436.19-.512.199-.522.17-.435q.07-.187.095-.255v-.001c.019-.038.048-.095.085-.189l.133-.313.161-.37.172-.38.142-.342.103-.226.001-.001q.13-.255.302-.566v-.001c.123-.207.255-.405.396-.612v-.001c.152-.2.302-.397.463-.585s.33-.347.5-.498c.173-.14.346-.262.521-.345a1.14 1.14 0 0 1 .499-.128c.086 0 .143.018.178.039a.14.14 0 0 1 .042.103c0 .08-.043.207-.144.353v.001c-.104.16-.226.33-.377.519-.162.19-.323.389-.503.597q-.27.315-.514.628a6 6 0 0 0-.412.603v.001a1.5 1.5 0 0 0-.205.53v.007l-.004.022c-.003.01-.006.014-.006.035v.057c0 .257.092.465.274.606.183.152.441.22.76.22q.522 0 .97-.204c.298-.134.605-.316.92-.556h.001c.315-.236.64-.517.991-.843.341-.325.739-.685 1.184-1.08a.85.85 0 0 0 .262-.352q.089-.207.089-.41a.64.64 0 0 0-.082-.324.28.28 0 0 0-.248-.148.4.4 0 0 0-.164.043q-.079.04-.17.101c-.104.033.017.063.03.108-.538.481-1.004.887-1.373 1.206-.38.332-.699.588-.946.788a6 6 0 0 1-.574.41c-.132.079-.233.117-.289.117-.078 0-.132-.02-.156-.043a.14.14 0 0 1-.043-.108.2.2 0 0 1 .035-.075 2 2 0 0 1 .117-.152l.398-.465c.162-.181.324-.381.504-.6.18-.22.35-.447.502-.682.16-.23.285-.467.39-.7.101-.233.156-.455.156-.666a.84.84 0 0 0-.106-.426.9.9 0 0 0-.277-.3c-.11-.08-.238-.14-.375-.181h-.001a1.56 1.56 0 0 0-1.043.073 3 3 0 0 0-.598.332 6 6 0 0 0-.565.45 10 10 0 0 0-.38.378l.036-.176q.021-.109.034-.207v-.001q.014-.1.013-.149a.53.53 0 0 0-.126-.373v-.001h-.002c-.087-.09-.222-.129-.4-.129-.122 0-.24.07-.34.19a2.2 2.2 0 0 0-.263.418 4 4 0 0 0-.202.48l-.133.378v.001q-.07.239-.15.485l-.041.014a.33.33 0 0 0-.136.089l.003-.003c-.118.114-.251.247-.399.389q-.221.213-.464.426c-.162.133-.326.275-.49.407q-.244.195-.471.345-.225.15-.419.241a.8.8 0 0 1-.309.088c-.06 0-.085-.014-.1-.042h-.001a.3.3 0 0 1-.032-.155q-.001-.17.064-.39.063-.219.13-.385l.028-.03.374-.952c.142-.365.294-.746.465-1.152l.513-1.254c.17-.427.342-.84.503-1.234l.475-1.102q.213-.504.37-.848l-.001.002c.059-.117.097-.227.135-.32v-.002a1 1 0 0 0 .055-.297c0-.196-.061-.35-.18-.443a.6.6 0 0 0-.384-.133"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gumroad.svg b/mkdocs-material/material/templates/.icons/simple/gumroad.svg new file mode 100644 index 0000000..04d2691 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gumroad.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0m-.007 5.12c4.48 0 5.995 3.025 6.064 4.744h-3.239c-.069-.962-.897-2.406-2.896-2.406-2.136 0-3.514 1.857-3.514 4.126s1.378 4.125 3.514 4.125c1.93 0 2.758-1.512 3.103-3.025h-3.103v-1.238h6.509v6.327h-2.855v-3.989c-.207 1.444-1.102 4.264-4.617 4.264-3.516 0-5.584-2.82-5.584-6.326 0-3.645 2.276-6.602 6.618-6.602"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gumtree.svg b/mkdocs-material/material/templates/.icons/simple/gumtree.svg new file mode 100644 index 0000000..a779936 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gumtree.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.846 6.582a.7.7 0 0 1-.333-.599C18.181 2.66 15.39 0 12 0 8.609 0 5.75 2.593 5.485 5.983a.8.8 0 0 1-.332.599C3.49 7.778 2.36 9.707 2.36 11.9c0 2.991 2.061 5.584 4.853 6.316.465.133.998.2 1.13.066.333-.2.798-1.862.599-2.194-.134-.2-.533-.399-1.064-.532-1.662-.465-2.86-1.928-2.86-3.723 0-.997.4-1.861.998-2.592a2.9 2.9 0 0 1 .998-.798c.73-.4 1.13-1.13 1.13-1.928q0-.6.2-1.196c.531-1.53 1.927-2.66 3.656-2.66 1.728 0 3.125 1.13 3.656 2.66q.199.599.2 1.196c0 .798.397 1.529 1.13 1.928.398.2.664.465.997.798a3.92 3.92 0 0 1 .997 2.592 3.86 3.86 0 0 1-3.855 3.856c-2.46 0-4.388 1.995-4.388 4.455v2.526c0 .465.066.997.2 1.13.266.267 1.995.267 2.26 0 .133-.133.2-.665.2-1.13v-2.593c0-.93.797-1.728 1.728-1.728 3.59 0 6.515-2.925 6.515-6.515-.002-2.128-1.133-4.056-2.794-5.252"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gunicorn.svg b/mkdocs-material/material/templates/.icons/simple/gunicorn.svg new file mode 100644 index 0000000..a2a0c91 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gunicorn.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.145 20.014c-.266-.085-.267-.122-.022-.865.244-.743.132-1.432-.32-1.974-.617-.737-.914-1.366-1.009-2.135-.08-.66-.107-.713-.376-.764-.18-.035-.43.034-1.023.281-.864.36-1.07.52-1.273.98-.108.242-.12.387-.06.667.075.342.378.892.494.893.03 0 .196.114.368.252.287.23.307.27.225.458-.176.408-.595.902-.764.902-.095 0-.482-.272-.91-.637-.836-.717-.872-.79-.96-1.965-.1-1.403.244-2.058 1.78-3.375l.964-.827.062-.5c.063-.518-.026-1.748-.177-2.427-.09-.4-.382-.783-.66-.86-.303-.084-.48.09-.712.694-.25.654-.486.882-.92.882-.27 0-.52-.173-.694-.477C4.033 9 3.96 7.691 4.035 7.002c.036-.33.038-.666.005-.745-.054-.128-.52-.405-1.62-.962a4 4 0 0 1-.518-.303 3 3 0 0 0-.49-.267C.994 4.54-.095 3.903.007 3.903c.193 0 1.01.252 1.446.445.266.118.52.215.565.215s.558.165 1.14.366c.58.202 1.111.367 1.18.367.16 0 .185-.14.134-.746-.024-.275-.023-.5.002-.5s.132.053.238.118c.324.198 1.02.32 1.84.32.783.002 1.806.157 2.196.335.56.254 1.211 1.05 2.036 2.49.574 1.002 1.19 1.426 2.073 1.427.357 0 1.31-.147 2.6-.4 1.063-.21 2.467-.259 3.012-.103.665.19 1.545.7 2.27 1.314.68.576.786.704 1.204 1.468.5.912 1.05 2.207 1.54 3.622.07.202.216.54.326.753.294.568.28.603-.255.603-.58 0-.853-.092-1.233-.415-.365-.31-.46-.5-1.032-2.05-.292-.796-.577-1.273-.76-1.273-.124 0-.376.852-.376 1.273 0 .3.187.702.67 1.447.788 1.21 1.202 2.922 1.036 4.28l-.07.586-.526.022c-.825.034-.817.046-.817-1.135 0-1.257-.085-1.529-.64-2.035-.23-.21-.748-.81-1.149-1.33-.402-.52-.786-.946-.854-.946-.158 0-.236.428-.244 1.332-.006.595-.03.696-.205.88-.476.497-.81 1.403-1.016 2.754-.046.3-.085.355-.279.398-.285.064-1.075.075-1.143.015-.059-.05.044-.863.278-2.19.088-.504.185-1.18.214-1.503.053-.574-.065-1.65-.204-1.867-.058-.09-.353-.11-1.732-.116-.915-.003-1.918-.033-2.23-.066l-.565-.06v.25c0 .27.07.506.53 1.822.162.464.397 1.17.523 1.57l.227.728-.192.592a6 6 0 0 1-.348.867c-.152.266-.17.274-.595.27a3 3 0 0 1-.677-.083"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gurobi.svg b/mkdocs-material/material/templates/.icons/simple/gurobi.svg new file mode 100644 index 0000000..9ab6761 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gurobi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11.036 0 7.032 1.359L24 18.37 18.37 24 0 17.635 1.805 5.952zm12.389 18.239L17.887 2.36l-3.557 7.83 3.88 13.264 5.215-5.214Zm-5.822-16.46L11.138.528l-8.71 5.617 11.554 3.6 3.62-7.968Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gusto.svg b/mkdocs-material/material/templates/.icons/simple/gusto.svg new file mode 100644 index 0000000..4f3c9bc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gusto.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.311 8.768c-1.482 0-2.69 1.212-2.69 2.702s1.208 2.701 2.69 2.701c1.483 0 2.689-1.212 2.689-2.701s-1.206-2.702-2.689-2.702m0 4.123a1.42 1.42 0 0 1-1.415-1.421 1.42 1.42 0 0 1 1.415-1.422c.78 0 1.415.638 1.415 1.422s-.635 1.42-1.415 1.42Zm-7.919-1.969-.47-.235q-.306-.152-.384-.239a.28.28 0 0 1-.078-.19q0-.137.122-.228.12-.093.338-.091.396 0 .878.48l.794-.797a2.1 2.1 0 0 0-.744-.63 2.06 2.06 0 0 0-.937-.22q-.727 0-1.196.431a1.37 1.37 0 0 0-.468 1.04q-.001.945 1.24 1.57l.433.218q.56.282.559.58 0 .16-.155.284a.63.63 0 0 1-.409.122q-.235 0-.538-.163a1.8 1.8 0 0 1-.528-.427l-.79.864q.668.877 1.786.878.842 0 1.34-.458.502-.457.502-1.141 0-.514-.277-.897-.278-.382-1.018-.75Zm-7.985 2.66V8.876H4.131v.316a2.66 2.66 0 0 0-1.442-.423C1.206 8.768 0 9.98 0 11.47s1.206 2.701 2.689 2.701c.505 0 1-.142 1.427-.412l-.002.104a1.42 1.42 0 0 1-1.415 1.42c-.265 0-.524-.075-.748-.217l-.631 1.11c.416.255.894.39 1.382.39a2.713 2.713 0 0 0 2.705-2.702c0-.057.004-.227 0-.281ZM2.69 12.89a1.42 1.42 0 0 1-1.415-1.42c0-.784.636-1.422 1.415-1.422s1.415.638 1.415 1.422a1.42 1.42 0 0 1-1.415 1.42m7.803-4.016H9.21v2.568c.002.365.002.995-.265 1.264-.128.128-.269.245-.563.245a.7.7 0 0 1-.565-.245c-.269-.27-.266-.901-.265-1.264V8.874H6.27v2.56c-.004.528-.01 1.509.633 2.16.377.38.827.575 1.476.575.65 0 1.1-.193 1.477-.576.643-.65.637-1.633.633-2.159zm7.27 3.787c-.104.078-.353.253-.636.213-.23-.03-.418-.2-.447-.768v-2.13h1.507V8.87H16.68V7.434H15.4v.281h-.002v4.223c0 .671.17 2.231 1.726 2.231.788-.012 1.266-.441 1.467-.609l.026-.02-.767-.95-.089.07Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/gutenberg.svg b/mkdocs-material/material/templates/.icons/simple/gutenberg.svg new file mode 100644 index 0000000..0a47131 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/gutenberg.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.34 0a.2.2 0 0 0-.18.116c-.05.105-.01.23.095.28.503.25.459.692.418.87-.08.352-.391.723-.8.723-.522 0-.772-.263-1.052-.746-.138-.236-.523-.81-1.113-.982a1.615 1.615 0 0 0-1.718.533 1.615 1.615 0 0 0-1.717-.533c-.59.172-.975.746-1.114.982-.28.483-.53.746-1.042.746H8.11a.83.83 0 0 1-.81-.62c-.04-.146-.124-.642.442-.98a.21.21 0 0 0 .071-.286.21.21 0 0 0-.286-.071c-.652.388-.753 1.002-.631 1.447.148.55.637.921 1.21.925h.01c.787 0 1.138-.493 1.404-.952.088-.151.412-.658.871-.79.567-.164 1.17.099 1.407.615a.21.21 0 0 0 .182.121h.024a.21.21 0 0 0 .182-.121c.236-.516.84-.78 1.407-.614.459.135.783.638.87.79.267.462.618.95 1.414.95.479 0 1.046-.357 1.204-1.042.132-.566-.11-1.08-.64-1.34a.2.2 0 0 0-.102-.02zM3.821.093a.21.21 0 0 0-.21.209c0 .115.092.21.21.21H6.41a.21.21 0 0 0 .209-.21.21.21 0 0 0-.21-.21zm13.863 0a.21.21 0 0 0-.209.209c0 .115.095.21.21.21h2.587a.21.21 0 0 0 .21-.21.21.21 0 0 0-.21-.21zM2.904.096a.21.21 0 0 0-.206.21.21.21 0 0 0 .21.208.21.21 0 0 0 .209-.209.21.21 0 0 0-.21-.209zm18.24 0a.21.21 0 0 0-.206.21.21.21 0 0 0 .209.208.21.21 0 0 0 .21-.209.21.21 0 0 0-.21-.209h-.004zm-19.39 0a.21.21 0 0 0-.196.21v2.216c0 .115.091.21.206.21a.21.21 0 0 0 .21-.21V.859l1.015 1.153a.209.209 0 0 0 .313-.273L1.922.167a.21.21 0 0 0-.167-.07zm20.512 0a.21.21 0 0 0-.168.07l-1.38 1.57a.205.205 0 0 0 .02.293.2.2 0 0 0 .29-.02L22.045.855V2.52c0 .114.095.209.21.209a.21.21 0 0 0 .209-.21V.306a.21.21 0 0 0-.197-.208zM8.235.526a.564.564 0 1 0 .563.563.564.564 0 0 0-.563-.563m7.591 0a.564.564 0 0 0 0 1.126.565.565 0 0 0 0-1.126m3.59.224a.21.21 0 0 0-.212.164q-.117.532.134.846c.243.304.635.314.679.314a.21.21 0 0 0 .202-.158c.078-.29.047-.547-.094-.756-.226-.338-.641-.402-.689-.408zM4.581.75q-.01 0-.02.002c-.047.006-.459.07-.688.408q-.209.314-.098.759a.21.21 0 0 0 .202.159c.044 0 .435-.01.678-.314.169-.21.213-.496.135-.847A.21.21 0 0 0 4.581.75m3.654.19a.15.15 0 0 1 .148.149.15.15 0 0 1-.148.148.15.15 0 0 1-.148-.148.15.15 0 0 1 .148-.148zm7.591 0a.15.15 0 0 1 .149.149.15.15 0 0 1-.149.148.15.15 0 0 1-.148-.148.15.15 0 0 1 .148-.148zM4.41 1.234a.4.4 0 0 1-.078.267.4.4 0 0 1-.178.121.4.4 0 0 1 .064-.226.5.5 0 0 1 .192-.162m15.18 0c.07.034.144.088.192.162q.062.095.064.226a.4.4 0 0 1-.176-.121.4.4 0 0 1-.08-.267m-6.593.135a1.3 1.3 0 0 0-.439.07.206.206 0 0 0-.121.267.21.21 0 0 0 .266.125c.034-.013.844-.283 1.464.682.04.06.108.094.176.094.037 0 .077-.01.111-.034a.21.21 0 0 0 .064-.286c-.465-.72-1.07-.918-1.52-.918zm-1.989.003a1.6 1.6 0 0 0-.262.017c-.35.05-.853.25-1.272.901a.207.207 0 0 0 .064.287.2.2 0 0 0 .112.034.21.21 0 0 0 .175-.095c.618-.965 1.427-.695 1.464-.681a.21.21 0 0 0 .267-.125.21.21 0 0 0-.125-.27c-.023-.008-.184-.065-.423-.068m.976.162a.21.21 0 0 0-.205.21.21.21 0 0 0 .209.209.21.21 0 0 0 .209-.21.21.21 0 0 0-.21-.209zm6.779.303c-.2-.007-.455.052-.77.244a3.2 3.2 0 0 0-.533.415c-.513.452-.941.442-.965.442a.208.208 0 0 0-.1.395c.33.155.63.216.9.216.516 0 .928-.226 1.215-.463.458-.378.695-.853.705-.873a.206.206 0 0 0-.081-.27.8.8 0 0 0-.372-.106zm-13.434.002a.8.8 0 0 0-.372.104.206.206 0 0 0-.081.27c.01.02.246.495.705.873.287.237.695.463 1.214.463.274 0 .574-.061.901-.216a.21.21 0 0 0 .112-.24.21.21 0 0 0-.213-.158c-.017 0-.449.013-.962-.44A3.2 3.2 0 0 0 6.1 2.08c-.315-.19-.57-.248-.77-.242zM12 2.114c-.263 0-.469.273-.627.634-1.677.074-3.762 1.157-3.85 1.201-1.427.719-2.898-.638-3.273-1.019-.057-.064-.097-.101-.1-.108a.208.208 0 0 0-.304.283l.26.294c.151.189.343.462.505.79.405.82.412 1.565.024 2.22a8.8 8.8 0 0 0-1.174 1.896c-1.13.368-1.535-.32-1.552-.351 0-.004-.003-.003-.003-.007-.213-.357-.129-.84.195-1.147.25-.236.685-.256.82-.256h.003c.453 0 .918-.071 1.219-.59a1.01 1.01 0 0 0-.156-1.219c-.327-.334-.82-.391-1.258-.148a.206.206 0 0 0-.081.283.206.206 0 0 0 .283.081c.28-.152.564-.125.76.078a.596.596 0 0 1 .09.718c-.185.32-.438.385-.843.385h-.014c-.185 0-.617.027-.961.25V3.335a.21.21 0 0 0-.21-.21.21.21 0 0 0-.208.21v3.509c-.23.412-.243.914-.007 1.32.023.043.168.286.492.468.186.105.453.203.807.203q.193 0 .421-.044c-.364.978-.546 2.03-.553 3.178v.037a9.1 9.1 0 0 0 2.052 5.729 9.45 9.45 0 0 0 4.527 3.047 3.84 3.84 0 0 0-3.634 1.491 1.4 1.4 0 0 0-.192-.206.77.77 0 0 0 .375-.658.767.767 0 0 0-.989-.732 1.2 1.2 0 0 0-.087-.368c-.324-.725-.915-.847-1.445-.904-.175-.02-.765-.108-1.076-.472-.391-.442-.398-1.1-.023-1.525a.208.208 0 1 0-.31-.277c-.51.58-.507 1.474.006 2.082q.102.119.226.209a1.7 1.7 0 0 0-.651.334c-.496.408-.75 1.09-.756 2.017a.21.21 0 0 0 .095.22q.05.03.107.03.022 0 .044-.007h.004q.008 0 .017-.007a.2.2 0 0 0 .033-.013q.004-.002.007-.003a.24.24 0 0 0 .084-.081c.081-.105.415-.237.692-.294 1.083-.236 1.31-.968 1.275-1.32a.208.208 0 1 0-.415.038c0 .003.004.064-.016.155-.051.21-.237.57-.932.722h-.006a2.8 2.8 0 0 0-.55.179q.09-.902.58-1.312c.503-.419 1.167-.3 1.174-.297a.2.2 0 0 0 .064 0 3 3 0 0 0 .277.043c.557.061.897.183 1.11.658.165.375-.047.807-.334 1.023-.145.111-.533.33-.968-.027a.209.209 0 0 0-.267.32c.196.162.415.257.641.284a2.5 2.5 0 0 0-.573.688c-.284.49-.513.752-.895.756v-1.461a.21.21 0 0 0-.209-.21.21.21 0 0 0-.209.21v1.694c0 .084.05.155.122.189.037.027.08.047.128.047h4.858a.21.21 0 0 0 .176-.095.2.2 0 0 0 .06-.1 1.686 1.686 0 0 1 3.192-.223h-.445a1.2 1.2 0 0 0-1.117-.75c-.543 0-1.022.368-1.167.891a.21.21 0 0 0 .145.257.21.21 0 0 0 .256-.145.791.791 0 0 1 1.407-.253h-.121a.21.21 0 0 0-.21.209c0 .114.095.209.21.209h.421l.024.003q.016 0 .027-.003h.837a.21.21 0 0 0 .209-.21q.001-.015-.004-.03a.3.3 0 0 0-.003-.087 2.106 2.106 0 0 0-4.035-.092h-1.09q.132-.42.354-.782.013-.02.027-.04a3.434 3.434 0 0 1 4.862-.97.2.2 0 0 0 .05.025q.133.157.26.33l.058.081q-.03.645.695 1.336.027.077.044.128v.044c0 .115.094.21.209.21a.2.2 0 0 0 .199-.156c0-.003.03-.104.091-.273q.653-.638.648-1.242a7 7 0 0 1 .381-.496 3.4 3.4 0 0 1 1.947-.607 3.42 3.42 0 0 1 3.273 2.413h-1.09a2.1 2.1 0 0 0-2.004-1.461c-.948 0-1.782.637-2.031 1.552a.17.17 0 0 0 0 .1v.018a.21.21 0 0 0 .209.209h1.828a.21.21 0 0 0 .21-.21.21.21 0 0 0-.21-.208h-.664a.791.791 0 0 1 1.41.263.206.206 0 0 0 .253.148.21.21 0 0 0 .152-.253 1.21 1.21 0 0 0-2.288-.159h-.421a1.687 1.687 0 0 1 3.191.223c.004.017.014.034.02.05a.21.21 0 0 0 .2.146h4.95a.21.21 0 0 0 .208-.21v-.067q.005-.03.004-.06.001-.006-.004-.011v-1.582a.21.21 0 0 0-.209-.21.21.21 0 0 0-.209.21v1.417c-.35-.027-.57-.287-.84-.752a2.7 2.7 0 0 0-.54-.658q.28-.06.53-.267a.209.209 0 0 0-.267-.32c-.432.357-.82.138-.968.027-.287-.216-.5-.652-.334-1.023.212-.475.553-.6 1.11-.658q.107-.009.277-.043a.3.3 0 0 0 .067 0c.007 0 .665-.122 1.17.296q.497.41.584 1.316a2.8 2.8 0 0 0-.553-.182h-.007c-.691-.152-.88-.51-.93-.719a.5.5 0 0 1-.018-.155.208.208 0 1 0-.415-.037c-.033.354.193 1.083 1.28 1.32.28.06.633.198.698.303l.034.04.01.007c.01.007.02.017.03.02.003.003.01.007.013.007q.015.01.03.014l.014.003q.021.006.047.007.02 0 .037-.003.006 0 .01-.003.014-.005.034-.01h.004q.014-.006.027-.014l.003-.003c.007-.003.014-.01.017-.013q.006-.004.014-.014l.013-.013c.003-.007.01-.01.013-.017l.01-.017.01-.017q.004-.01.007-.02.004-.01.007-.02.002-.012.004-.017.002-.01.003-.024v-.003c-.003-.955-.26-1.646-.763-2.061a1.7 1.7 0 0 0-.65-.334c.08-.061.158-.132.225-.21.517-.607.52-1.5.007-2.081a.205.205 0 0 0-.293-.017.205.205 0 0 0-.017.293c.374.426.367 1.083-.014 1.536-.31.364-.9.452-1.076.472-.53.057-1.124.179-1.444.904q-.076.168-.088.371a.767.767 0 0 0-1.002.729c0 .29.162.543.402.671a1.6 1.6 0 0 0-.2.216 3.85 3.85 0 0 0-3.62-1.518 9.41 9.41 0 0 0 5.55-4.619 8.9 8.9 0 0 0 1.016-4.153v-.044a8.5 8.5 0 0 0-.644-3.168q.209.039.388.037c.873 0 1.258-.6 1.299-.671a1.3 1.3 0 0 0 .11-1.05q.005-.016.004-.037V3.286a.21.21 0 0 0-.209-.21.21.21 0 0 0-.21.21V6.48c-.353-.307-.866-.34-1.079-.34-.411.003-.668-.062-.857-.385a.59.59 0 0 1 .091-.72c.2-.202.483-.228.76-.077a.209.209 0 0 0 .202-.364c-.439-.243-.931-.182-1.259.148-.323.331-.384.82-.155 1.218.3.517.756.59 1.205.59h.017c.135 0 .57.021.82.257.323.307.408.79.195 1.147q-.001.001-.003.007c-.017.03-.419.712-1.539.354a10.5 10.5 0 0 0-1.093-1.808l-.165.125.165-.128-.067-.088c-.719-1.205.111-2.487.543-3.03l.243-.277a.208.208 0 0 0-.304-.283 3 3 0 0 0-.101.108c-.375.381-1.839 1.73-3.26 1.026l-.04-.027-.02-.014c-1.272-.685-2.527-1.08-3.725-1.18-.155-.355-.36-.625-.62-.625zm-8.509.077a.21.21 0 0 0-.205.21.21.21 0 0 0 .209.209.21.21 0 0 0 .209-.21.21.21 0 0 0-.21-.209zm16.91 0a.21.21 0 0 0-.206.21.21.21 0 0 0 .21.209.21.21 0 0 0 .209-.21.21.21 0 0 0-.21-.209zm-15.017.061c.35.017.8.385.958.543l.01.01c.159.142.318.247.463.324-.73.007-1.212-.55-1.43-.877zm13.324 0a2.6 2.6 0 0 1-.46.513q-.455.374-.97.364c.14-.074.3-.182.461-.324l.01-.01c.159-.158.608-.526.959-.543m-6.718.283c.186.071.473.945.56 1.539.017.118.027.226.027.314a.59.59 0 0 1-1.18 0 3 3 0 0 1 .03-.31c.09-.632.401-1.475.563-1.543m-8.84.313-.02.001c-.047.007-.459.071-.688.408q-.208.315-.098.76a.21.21 0 0 0 .203.158c.043 0 .435-.01.678-.314.168-.209.212-.496.135-.846a.206.206 0 0 0-.21-.167m17.727 0a.21.21 0 0 0-.213.163q-.116.532.135.847c.25.304.641.314.682.317a.21.21 0 0 0 .202-.158q.114-.445-.097-.76c-.226-.337-.641-.401-.689-.408zm-8.11.325c1.082.122 2.212.493 3.363 1.11l.044.03.023.014c.334.169.692.253 1.063.253.392 0 .8-.094 1.211-.283l-1.08 1.231a.76.76 0 0 0-.732.047 7.9 7.9 0 0 0-3.69-1.46 7 7 0 0 0-.203-.942zm-1.556.007c-.101.34-.169.695-.203.938a7.9 7.9 0 0 0-3.735 1.504.75.75 0 0 0-.712-.03L5.429 4.3q.624.28 1.211.28a2.36 2.36 0 0 0 1.066-.253c.02-.01 1.947-1.012 3.506-1.147zm-8.23.152q0 .165-.077.266a.4.4 0 0 1-.179.122q.002-.134.065-.226a.5.5 0 0 1 .192-.162zm18.071 0a.5.5 0 0 1 .193.162c.04.064.064.138.064.226a.4.4 0 0 1-.176-.122.4.4 0 0 1-.08-.266zm-10.05 1.207a.99.99 0 0 0 .79.837v.145A6.47 6.47 0 0 0 7.83 7.036l-.297-.34a.76.76 0 0 0 .037-.77 7.5 7.5 0 0 1 3.432-1.387m1.983 0a7.5 7.5 0 0 1 3.398 1.353.76.76 0 0 0 .044.746l-1.68 1.916a.205.205 0 0 0 .02.294.21.21 0 0 0 .297-.02l1.677-1.913a.75.75 0 0 0 .749-.047 7.5 7.5 0 0 1 1.96 4.15 1.01 1.01 0 0 0-.715.769l-.24.01a6.48 6.48 0 0 0-1.69-4.157.208.208 0 0 0-.307.28 6.07 6.07 0 0 1 1.569 3.63l-2.244-2.236a.208.208 0 0 0-.294.293l2.41 2.409L12 17.954l-5.938-5.938 2.389-2.389a.208.208 0 0 0-.294-.293L5.941 11.55a6.07 6.07 0 0 1 1.855-3.92l1.046 1.194c.04.048.098.071.159.071a.22.22 0 0 0 .138-.05.21.21 0 0 0 .02-.294L8.11 7.353a6.04 6.04 0 0 1 3.428-1.396L9.757 7.72a.208.208 0 0 0 .148.354q.082 0 .149-.06l1.956-1.937 1.9 1.9a.208.208 0 0 0 .293-.294l-1.727-1.727a6.03 6.03 0 0 1 2.976 1.049.21.21 0 0 0 .29-.054.21.21 0 0 0-.054-.29 6.44 6.44 0 0 0-3.468-1.134V5.38c.39-.095.705-.429.765-.84zm-7.75.17 1.013 1.156a.76.76 0 0 0-.058.73 7.9 7.9 0 0 0-2.058 4.399c-.3.047-.698.175-.998.367.118-1.78.715-3.323 1.822-4.693l.016-.023c.351-.58.439-1.242.264-1.937zm13.435.003c-.182.695-.094 1.353.257 1.936l.088.118c.765 1.023 1.663 2.605 1.835 4.575a2.5 2.5 0 0 0-.989-.354 7.9 7.9 0 0 0-2.098-4.44.75.75 0 0 0-.05-.742zm-1.622 1.167h.043c.156.01.287.121.321.27q.006.028.007.057c-.004.004 0 .01 0 .017a.35.35 0 0 1-.24.33.4.4 0 0 1-.108.018h-.033a.344.344 0 0 1-.314-.345.35.35 0 0 1 .324-.348zm-10.186.057h.023c.159 0 .294.108.334.257q.012.045.014.09a.345.345 0 0 1-.32.344h-.028a.347.347 0 0 1-.344-.344q-.001-.023.004-.046.001-.014.003-.027a.345.345 0 0 1 .314-.274m-4.045.938a.621.621 0 1 0 0 1.243.621.621 0 0 0 0-1.243m18.296 0a.621.621 0 1 0 .001 1.243.621.621 0 0 0 0-1.243zM6.46 6.918a.78.78 0 0 0 .756.054l.3.344a6.49 6.49 0 0 0-2.01 4.477l-.17-.01a1.01 1.01 0 0 0-.782-.786A7.5 7.5 0 0 1 6.46 6.918m.223.368a.2.2 0 0 0-.145.064c-.054.054-1.296 1.343-1.508 3.165a.21.21 0 0 0 .185.23h.024a.205.205 0 0 0 .206-.186c.192-1.677 1.38-2.909 1.39-2.919a.21.21 0 0 0-.004-.293.2.2 0 0 0-.148-.06zm10.65.002a.208.208 0 0 0-.15.353c.013.013 1.2 1.244 1.393 2.921a.21.21 0 0 0 .206.186h.023a.21.21 0 0 0 .183-.233c-.21-1.822-1.455-3.111-1.509-3.165a.21.21 0 0 0-.146-.062m-14.516.005c.11 0 .202.09.202.202a.203.203 0 0 1-.202.203.203.203 0 0 1-.203-.203c0-.111.091-.202.203-.202m18.296 0c.112 0 .203.09.203.202a.203.203 0 0 1-.203.203.2.2 0 0 1-.202-.203c0-.111.09-.202.202-.202M1.741 9.026a.206.206 0 0 0-.22.207v3.802a.2.2 0 0 0 .206.206.21.21 0 0 0 .209-.21V9.628c.337.156.668.145.688.145a.205.205 0 0 0 .2-.215.205.205 0 0 0-.217-.2c-.003 0-.455.01-.728-.27a.2.2 0 0 0-.138-.061zm20.5 0a.2.2 0 0 0-.14.062c-.273.28-.721.27-.728.27h-.007a.21.21 0 0 0-.209.199.21.21 0 0 0 .2.215c.02 0 .35.01.687-.145v3.405c0 .114.095.209.21.209a.21.21 0 0 0 .209-.21V9.234a.21.21 0 0 0-.132-.193.2.2 0 0 0-.09-.014zm-10.234.824q-.734 0-1.184.483-.425.451-.449 1.18l-.003.102.003.948h-.003q.001.804.452 1.285.45.482 1.184.483.617 0 1.026-.297a1.08 1.08 0 0 0 .448-.719l.01-1.06c.308-.074.726-.242.989-.64a.173.173 0 0 0-.044-.257.185.185 0 0 0-.256.05c-.334.504-1.043.53-1.08.53h-.017c-.874 0-1.208.746-1.221.777a.186.186 0 0 0 .169.26c.07 0 .138-.041.168-.112.004-.007.233-.52.824-.553v.954a.67.67 0 0 1-.294.49q-.27.188-.712.189c-.35 0-.638-.122-.85-.361q-.324-.36-.324-1.02l.003-1.052q.024-.584.32-.914.325-.36.851-.361.442 0 .712.189.27.186.297.52v.023a.233.233 0 0 0 .466 0v-.024a1.08 1.08 0 0 0-.46-.796q-.408-.299-1.025-.297m7.706 1.542q.091.001.189.017c.455.074.968.381.978.567v.01c-.006.189-.523.496-.978.57a1 1 0 0 1-.189.017.59.59 0 0 1-.59-.59.59.59 0 0 1 .59-.591m-15.361.003a.59.59 0 0 1 .59.59.59.59 0 0 1-.59.591q-.119 0-.257-.03c-.428-.091-.971-.361-.978-.557v-.01c.007-.196.55-.466.978-.553q.143-.03.257-.03zm.981.807.173.01a6.49 6.49 0 0 0 2.405 4.852 7.7 7.7 0 0 0-1.613-.193 7.5 7.5 0 0 1-1.744-3.903 1.01 1.01 0 0 0 .78-.766zm13.402 0c.08.36.354.65.711.749a7.5 7.5 0 0 1-1.747 3.92c-.462 0-.999.054-1.606.186a6.49 6.49 0 0 0 2.399-4.845zm-12.798.276 5.598 5.598a6.09 6.09 0 0 1-5.598-5.598m12.123 0a6.09 6.09 0 0 1-3.533 5.065c-.135.054-.23.097-.276.118-.56.222-1.16.367-1.788.415zM3.137 12.6c.3.196.702.324.999.371a7.9 7.9 0 0 0 1.643 3.92 5 5 0 0 0-1.006.196A8.54 8.54 0 0 1 3.137 12.6m17.723.023a8.5 8.5 0 0 1-.948 3.354q-.305.582-.692 1.117a4.8 4.8 0 0 0-1.002-.2 7.94 7.94 0 0 0 1.643-3.913c.29-.034.692-.158 1-.358zm1.407.878a.21.21 0 0 0-.21.209.21.21 0 0 0 .21.21.21.21 0 0 0 .21-.21.21.21 0 0 0-.21-.21zm-20.55.01a.21.21 0 0 0-.206.209.21.21 0 0 0 .209.21.21.21 0 0 0 .21-.21.21.21 0 0 0-.21-.21h-.004zm20.236.61a.21.21 0 0 0-.209.21c0 .114.095.209.21.209h.333a.21.21 0 0 0 .21-.21.21.21 0 0 0-.21-.208zM1.7 14.129a.21.21 0 0 0-.21.21c0 .114.095.209.21.209h.334a.21.21 0 0 0 .209-.21.21.21 0 0 0-.21-.209zm20.074.59a.21.21 0 0 0-.209.21.21.21 0 0 0 .21.209h.512a.21.21 0 0 0 .21-.21.21.21 0 0 0-.21-.208zM1.7 14.723a.21.21 0 0 0-.21.21c0 .117.095.208.21.208h.513a.21.21 0 0 0 .209-.209.21.21 0 0 0-.21-.209zm19.835.59a.21.21 0 0 0-.21.21c0 .114.095.209.21.209h.752a.21.21 0 0 0 .21-.21.21.21 0 0 0-.21-.209zM1.7 15.32a.21.21 0 0 0-.21.21c0 .114.095.209.21.209h.752a.21.21 0 0 0 .21-.21.21.21 0 0 0-.21-.209zm19.538.59a.21.21 0 0 0-.21.21c0 .114.095.209.21.209h1.05a.21.21 0 0 0 .209-.21.21.21 0 0 0-.21-.208zM1.7 15.917a.21.21 0 0 0-.21.21c0 .114.095.209.21.209h1.05a.21.21 0 0 0 .208-.21.21.21 0 0 0-.209-.209zm19.238.587a.21.21 0 0 0-.21.21c0 .114.095.209.21.209h1.35a.21.21 0 0 0 .209-.21.21.21 0 0 0-.21-.209zM1.7 16.51a.21.21 0 0 0-.21.21c0 .117.095.208.21.208h1.35a.21.21 0 0 0 .209-.209.21.21 0 0 0-.21-.209zm18.877.584a.21.21 0 0 0-.21.209c0 .115.095.21.21.21h.52a.21.21 0 0 0 .209-.21.21.21 0 0 0-.21-.21zm-17.686.01a.21.21 0 0 0-.21.21.21.21 0 0 0 .21.208h.52a.21.21 0 0 0 .209-.209.21.21 0 0 0-.21-.209zm14.891.177c.386.005.78.05 1.162.157a9 9 0 0 1-.554.62c-.283-.077-1.005-.225-1.98-.12-1.06.114-2.618.566-4.21 2.037v-.368a.21.21 0 0 0-.21-.209.21.21 0 0 0-.209.21v.347c-1.582-1.454-3.134-1.903-4.187-2.018-.999-.108-1.73.054-1.997.128a10 10 0 0 1-.523-.587q-.015-.018-.03-.037c1.015-.28 2.125-.131 2.904.054.942.226 1.63.554 1.637.557l.003-.007a6.5 6.5 0 0 0 4.808.004l.02-.01c.088-.038.179-.075.263-.115a9 9 0 0 1 1.35-.432 7.2 7.2 0 0 1 1.753-.211m2.322.407a.21.21 0 0 0-.209.209.21.21 0 0 0 .21.209h1.288c.115 0 .21-.091.21-.21a.21.21 0 0 0-.21-.208zm-17.51.01a.21.21 0 0 0-.21.209c0 .115.095.21.21.21h1.289a.21.21 0 0 0 .209-.21.21.21 0 0 0-.21-.21zm16.974.587a.21.21 0 0 0-.21.209c0 .115.095.21.21.21h1.009a.21.21 0 0 0 .209-.21.21.21 0 0 0-.21-.21zm1.855 0a.21.21 0 0 0-.205.209.21.21 0 0 0 .209.21.21.21 0 0 0 .21-.21.21.21 0 0 0-.21-.21zm-18.86.007a.21.21 0 0 0-.209.209.21.21 0 0 0 .21.209.21.21 0 0 0 .209-.21.21.21 0 0 0-.21-.208m.847 0a.21.21 0 0 0-.209.209c0 .114.095.209.21.209h1.008a.21.21 0 0 0 .21-.21.21.21 0 0 0-.21-.208zm3.547.033q.289 0 .623.037c1.873.21 3.31 1.28 4.211 2.177v.61a1 1 0 0 0-.101.064 7 7 0 0 0-.867-.924c-.85-.753-2.281-1.603-4.258-1.367v.004a9 9 0 0 1-.604-.51 5 5 0 0 1 .996-.09zm10.096.002c.416-.002.755.042.987.086a8 8 0 0 1-.601.506c-1.97-.23-3.394.618-4.244 1.367a7 7 0 0 0-.878.94c-.04-.026-.077-.053-.11-.07v-.594c1.595-1.602 3.18-2.081 4.233-2.2q.329-.035.613-.035m1.86.555a.21.21 0 0 0-.209.21.21.21 0 0 0 .21.208h.573a.21.21 0 0 0 .21-.209.21.21 0 0 0-.21-.209zm1.171 0a.21.21 0 0 0-.209.21.21.21 0 0 0 .21.208.21.21 0 0 0 .208-.209.21.21 0 0 0-.209-.209m-16.181.007a.21.21 0 0 0-.206.209.21.21 0 0 0 .21.21.21.21 0 0 0 .208-.21.21.21 0 0 0-.209-.21zm.597 0a.21.21 0 0 0-.21.209c0 .115.095.21.21.21h.574a.21.21 0 0 0 .209-.21.21.21 0 0 0-.21-.21zm2.71.41c1.225-.008 2.339.424 3.326 1.29.35.307.628.624.837.898a1.3 1.3 0 0 0-.172.236 5.3 5.3 0 0 0-1.259-1.174l.004-.01a.1.1 0 0 0-.03-.007 5 5 0 0 0-2.022-.76 9 9 0 0 1-.803-.472zm9.581 0 .118.001a9 9 0 0 1-.81.476 5.03 5.03 0 0 0-3.066 1.69 5 5 0 0 0-.23.28 1.6 1.6 0 0 0-.168-.24c.209-.272.492-.6.85-.913.98-.863 2.09-1.296 3.306-1.294m-11.727 1.77a.347.347 0 1 1 0 .693.347.347 0 0 1 0-.694zm13.856 0a.347.347 0 1 1 .001.693.347.347 0 0 1 0-.694zm-6.93.445h.004q.033.02.077.05a1.2 1.2 0 0 1 .307.294.8.8 0 0 1 .139.32c.037.247-.068.517-.307.81a3 3 0 0 1-.213.226l-.003.003-.004.003v-.007q-.012-.01-.024-.023a2 2 0 0 1-.178-.193q-.372-.441-.317-.816.003-.03.013-.061a.8.8 0 0 1 .138-.283q.078-.1.166-.176.076-.065.145-.111.03-.02.054-.034.002 0 .003-.003zm.004 1.703c.003-.003 0-.003 0-.007zm0-1.116h.003zm7.625 0q.177 0 .354.05c.459.135.783.638.87.79.108.189.253.438.466.634h-2.331a4 4 0 0 0-.372-.894c.2-.358.595-.577 1.013-.58m-15.125.038c.381.005.713.19.9.512a4 4 0 0 0-.388.924H2.81a2.9 2.9 0 0 0 .418-.59c.088-.152.412-.658.87-.79q.204-.06.396-.056"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/h3.svg b/mkdocs-material/material/templates/.icons/simple/h3.svg new file mode 100644 index 0000000..cd9d098 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/h3.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.236 6.105c-.099-.045-.256-.084-.373-.173-.485-.375-.96-.768-1.442-1.148-.172-.135-.195-.279-.089-.468.31-.558.594-1.133.924-1.677a1 1 0 0 1 .503-.395 39 39 0 0 1 2.4-.712.97.97 0 0 1 .63.084c.523.269 1.024.582 1.532.883.265.157.291.233.182.522-.216.566-.44 1.127-.647 1.697a.87.87 0 0 1-.609.557c-.88.26-1.76.512-2.641.765-.101.026-.207.036-.37.065m-6.106 4.93c-.132-.084-.295-.144-.392-.259-.424-.5-.828-1.017-1.245-1.524-.139-.167-.123-.34-.026-.501.464-.754.922-1.51 1.415-2.246.113-.168.337-.298.537-.363.817-.263 1.645-.494 2.472-.735.258-.076.49-.048.708.143.441.39.894.77 1.351 1.145.192.155.228.328.127.542-.373.783-.727 1.577-1.133 2.344a1.1 1.1 0 0 1-.575.497c-1.012.325-2.04.602-3.063.893-.046.014-.098.012-.146.017zm14.928-9.188c.162.046.337.072.487.144q1.074.515 2.137 1.049c.268.133.41.282.33.644-.137.614-.231 1.239-.328 1.861-.048.307-.216.497-.496.579q-1.578.461-3.16.901c-.282.079-.552.009-.795-.152L13.17 5.496c-.197-.132-.265-.296-.18-.527.228-.623.433-1.252.68-1.866a.71.71 0 0 1 .387-.375c.926-.297 1.863-.564 2.797-.838.062-.019.13-.012.195-.017q.006-.013.009-.026M9.653 12.65c-.2-.11-.435-.185-.596-.337-.609-.573-1.192-1.176-1.792-1.757-.217-.212-.267-.438-.144-.71.36-.79.7-1.59 1.088-2.366a.98.98 0 0 1 .523-.445c.943-.306 1.898-.573 2.85-.841a.86.86 0 0 1 .753.125q.997.697 1.995 1.396c.313.219.37.384.266.757-.232.828-.472 1.654-.7 2.482a.93.93 0 0 1-.677.681 366 366 0 0 1-3.236.915c-.094.026-.193.028-.29.041zM0 16.098c.09-.23.152-.45.258-.647.49-.917.992-1.827 1.489-2.74.184-.342.458-.57.832-.676q1.418-.402 2.837-.807c.357-.103.643-.027.905.258a67 67 0 0 0 1.673 1.735c.268.27.336.568.201.918-.429 1.116-.855 2.231-1.288 3.343-.166.426-.48.688-.923.807-1.105.301-2.209.61-3.314.914-.537.149-.756.063-1.05-.404-.462-.734-.929-1.468-1.386-2.205-.09-.15-.15-.318-.234-.496m23.986-6.187c-.057.95-.106 1.87-.166 2.785-.036.533-.207.735-.727.879-1.184.328-2.37.648-3.553.978-.464.129-.874.04-1.244-.258-.894-.718-1.786-1.44-2.684-2.155-.33-.264-.455-.57-.337-.992.23-.82.437-1.646.645-2.472.086-.337.298-.54.62-.635 1.007-.292 2.016-.578 3.024-.867a1.3 1.3 0 0 1 1.043.128q1.434.836 2.866 1.671c.37.22.586.519.513.938M8.16 18.325c.092-.298.156-.534.238-.765.347-.97.713-1.934 1.049-2.91.17-.495.484-.783.99-.918 1.021-.268 2.034-.564 3.05-.853.428-.122.797-.048 1.143.248.858.735 1.725 1.46 2.596 2.184.4.334.57.727.469 1.256-.245 1.286-.46 2.58-.693 3.869-.089.49-.38.807-.862.937-1.343.361-2.687.724-4.034 1.075-.487.126-.882-.045-1.195-.433q-.858-1.06-1.721-2.12c-.243-.299-.506-.585-.722-.901-.142-.21-.216-.464-.308-.669z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/habr.svg b/mkdocs-material/material/templates/.icons/simple/habr.svg new file mode 100644 index 0000000..e93bc92 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/habr.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m1.14 9.295.17.253c-.34-.01-.696-.043-.764-.189q0-.01.004-.021c.19-.05.353-.053.59-.043m1.806.77.082.25-.192.008.046-.256.064-.003zM3.6 11.89c-.17.156-.301.26-.402.497-.14-.115-.213-.343-.258-.598-.05-.278-.066-.587-.104-.818l.012-.118.197-.014.502.95.053.1zm-.254-2.342.077-.512.065-.004q-.072.258-.142.516m-.137-2.322.9.244-.004.04c-.419.31-.806.446-1.014 1.006L3.17 7.27zm.84-1.29c-.058.58.024.836.125 1.196.16.114.224.183.172.352-.27-.134-.556-.274-.97-.252l-.03-.035c.116-.457.342-.738.517-1.1l.187-.162zm1.294-.772.039-.003c-.124.428-.174 1.415-.391 1.807-.513-.243-.503-1.296.071-1.712l.28-.092zm-.478 3.17.432.469c-.17.522-.491.915-.627 1.52l-.255-.02c-.218-.609.327-1.601.42-2.045l.4.046q.074.187.147.376l-.517-.347zM6.047 5.16c-.044.507.068.77.098 1.162q-.381.194-.763.387a5.3 5.3 0 0 1 .373-1.527zm.296-.77.057-.004-.086.247-.169.011.13-.153zM6.4 6.755l-.764.47c.016-.284.378-.667.681-.773l.07.038zm.51-1.778q-.07.393-.138.785l-.143.09-.076.083c-.138-.194-.173-.67-.143-1.032zm.508-.59q0 .014-.003.026L7.22 4.6c-.13.05-.146.048-.31.042q.033-.127.068-.255zm.51-1.032L7.7 3.87l-.79-.057.003-.042c.325-.15.61-.328 1.014-.417zm-.412 1.34.084-.05.073.258-.255-.05zm.666.763c-.303.118-.722.085-.965.22l-.053-.31.158-.207q.386.15.77.303zm-.651.464-.346.013q-.011-.054-.021-.109c.243-.099.651-.108 1.018-.149l-.387.213zm.905 0c-.291.073-.57.33-.761.53-.037-.234.412-.646.627-.775.095.085.105.076.134.245m.51-3.083-.004.04-.306.185-.454.033.004-.04zm-.412.774-.098-.145c.23-.193.737-.087 1.019-.058zm2.278-.76c.425.035.814.135 1.11.32L12 3.168l-.047.066-.407.12q-.368-.052-.734-.105L9.2 3.02l.004-.033a5.4 5.4 0 0 1 1.608-.133zm1.693-.136-.09.122a1.23 1.23 0 0 1-.67-.258l.764.097zm1.356.954.211-.08.219.188c-.03.215-.237.391-.396.6l-.122.008c-.332-.55-.751-1.151-1.486-1.363l-.032-.065.297-.12c.499.174.915.438 1.378.59.06.145.041.096-.07.242zm.614 1.223-.058-.057-.126.009.21-.2zm.225 2.848c.344.298.432.73.289 1.29q-.221-.498-.444-.997.074-.111.146-.222.004-.036.009-.071m.1-2.32-.004.048-.181.207-.07-.137c.109-.195.03-.09.173-.11zm.212-.003.806.299-.007.08q-.102.07-.204.137l-.807-.298.007-.081zm1.57 1.033-.447-.297-.062-.12c.194-.12.166-.114.371-.074q.068.246.138.49zm.254-.098-.09.098c-.108-.056-.127-.127-.164-.259l.233.102zm-.19-.739-.064.005q.105-.1.212-.2-.076.098-.148.195m1.209 1.298-.125.055-.681-.383-.213-.29c.353-.26.366.042.699.207zm.254.228-.254-.093.153-.08zm-.31.416c.092.185.092.133.31.105L17.718 8l-.373-.712.005-.044c.275-.059.363.04.632.08l.103.166-.285.067zm.056.463.509-.278c-.102.23-.235.348-.392.516zm1.018.985c-.138.119-.228.157-.489.179l.21.023-.004.037-.717.304-.018-.92.494-.585.09-.043zm-.255-1.412c1.406-.392 1.134.354.507.923q-.255-.46-.507-.923m1.273.149c-.518 2.434-.618 2.567-2.45 3.613a3 3 0 0 0-.096-.145l.065-.272c1.195-.34 1.874-.966 1.803-2.383l.599-.77zm.062 0q-.03-.126-.062-.252l.19-.006zm-3.117 2.367.018-.269.016-.23.176-.059q.013 0 .025-.003c.05.305 0 .53-.1.775-.086-.055-.103-.078-.135-.214m-1.018 2.258.004-.045.334-.799.07-.168.588.04q.013.066.018.128c.026.304-.079.547-.187.864zm.255 1.036.007-.4.01-.1.43.032.062-.005q-.149.244-.294.49zm-.252-1.67.026-.013.203-.105.023-.002-.03.107-.119.409-.106-.364zm-.397 1.285-.115-.115c.112.078.039.002.115.115m-.624-.307c.143-.09.298-.062.51-.06l-.063.207c-.175.07-.2.044-.397.023zm.312.966.197.466q-.228.154-.457.309c-.136-.187.012-.71.26-.775m-.503-1.62-.064.005.084-.191zm.733.072-.033-.021.112-.236.037-.001.106.248zm1.763-3.355-.014-.087c.067-.082.11-.133.225-.17l.03.152q-.075.049-.149.099zm-.014.63c-.046.061-.128.095-.186.144l-.069-1.29zm-.467 1.73c.168-.094.192-.007.212.22h-.509l.009-.08zm-.25-.713.115-.098.093.166-.043.092-.212-.025zm-.047.684-.265.25-.173-.029-.07.007q.06-.119.123-.236zm-.96-.147c-.106-.074-.03-.064-.05-.12zm.802-1.152-.86-.446c.04-.59.112-1.268.054-1.876.663.24 1.258 1.319.806 2.322m-.605 0c.211.112.2.214.493.304.051.191-.027.267-.149.47l-.312-.012c-.064-.34.006-.535-.032-.762m.058 1.669c-.107-.074-.03-.064-.05-.12zm1.723-2.484.003-.048.23-.169c.04.264.025.704-.035 1.032-.136-.106-.161-.554-.198-.815m0 .815q.078-.129.154-.258l-.09.254zm1.485-.771.043-.003c.012.989-.598 1.169-1.4 1.54l-.128.009.5-1.036zm-1.51-1.932q.013.039.024.077l-.063.046-.191-.258zm-.23.43.007-.045.056-.004.192.258c-.148-.07-.172-.088-.255-.21zm.254.66-.343.323-.737-1.07-.956-.83.21-.164c.463.2 1.273.581 1.436 1.057.053.155-.13.283-.006.412.148.154.296.044.397.271zm-2.148 1.613.078.031.034.744-.119-.028c-.112-.083-.19-.467-.088-.634zm-.564 1.294.082-.003.085.202-.13.05-.125.006q.046-.128.088-.255m-.232 4.126-.11-.377q.235-.067.47-.137l.04-.002-.005.035-.395.48zm-.365-1.032c.047-.152.08-.175.165-.259l.07.028.02.066-.157.154-.098.01zm.12.258-.12-.132.255-.126-.066.253zm-.268 1.17q-.053-.042-.106-.087l.078-.005.393-.304.038.31-.301.206zm.02 2.956c-.613.026-.98-.13-1.48-.174l-.573-1.133-.11-.114c.962-.114 1.567-.578 2.28-.899.252.24.823 1.462.32 2.003-.12.185-.255.204-.438.317zm-2.632-1.273.23-.015c.347.233.583.65.749 1.033l-1.019-.295c.076-.258.108-.52.04-.723m-.732-.974L11.691 16l1.804.176.032.091c-.537.242-1.148.446-1.764.758-.667.053-.828-.196-1.29-.36l.071-.334zm-.071 1.216.023-.224.439-.033c.036.195.074.304.02.516l-.482-.26zm-.51.404.171-.094c.21-.139.367.046.593.119l-.09.088-.673-.113zm.495-.403-.166-.075-.074-.183.255.016zm-.749 0 .255.219c0 .135-.012.12-.043.297zm-.66-.967c.239-.073.557-.057.915-.065l-.333.258-.685-.067zM8.436 3.648c.473-.452 1.659-.317 1.956-.03l.08-.007c-.395.369-1.007.411-1.383.776-.295-.196-.539-.322-.653-.739m2.6.739.2.227c-.178.01-.365.021-.552.037-.421.036-.837.099-1.128.25l-.038.002-.063-.099a3.64 3.64 0 0 1 1.544-.414zm.992-1.29c.329.33.82.526.99 1.032-.69-.321-1.752-.316-2.29-.827.474.101.878.063 1.3-.205m.227 1.806.944.13.074-.006-.757.65c-.12-.239-.148-.563-.261-.774m1.213 1.104-.195-.03.254-.042-.06.072zm-.195-.617.233-.229.021.258-.169-.037zm.462 8.54-.112.005-.096-.09.074-.097.18-.07-.046.253zm-.203.472q.046-.054.094-.108l.008-.1.148.235-.255.023zm-.101.824-.158-.19.509-.068-.243.25zm.096.774-.509-.061.36-.197zm-.357-.728.103.098-.369.094-.395.02.55-.258zM11.746 4.129c.297.008.611.083.763.258-.205-.02-.574.013-.667-.145zm.258 1.032c.145.127.196.277.17.516-.224-.077-.166-.322-.17-.516m.25 1.627.009-.044c.507-.11.616.066.385.224-.2-.028-.29-.103-.393-.18zm.653 6.631.111.028-.004.036-.25.194.104-.255zm-.14-6.294.19-.157.061.258-.254-.056zm.76 6.9-.615.161-.148.007q0-.012.004-.025c.23-.046.378-.122.514-.233l.216.04zm-.439-.606-.07-.143.175-.115.08.043-.1.208zm-1.597 1.785.303-.236.938.08.032.07-.634.366c-.235-.039-.438-.143-.56-.286zm-.471.022.47.258-.763-.135q.146-.06.293-.123m-.038.527-.003.062-.145.08-.107.014.004-.062c.111-.147.092-.098.25-.094zM9.782 5.25l-.073-.077c.253-.138.652-.204 1.044-.235.323-.027.641-.03.869-.035l.124.774c-.333-.036-.65-.08-.993-.095a5 5 0 0 0-.888.032zm.374 10.355.062.11-.06.231-.703.054c.075-.23.187-.341.308-.516zm-.868-.895c-.32-.018-.758-.252-.852-.516l1.019.259zm.358-.014-.191.014.006-.062.212-.196q-.014.121-.027.244m-.7-9.437.31-.098.199.25-.21.008zm-.004 11.08q-.025.084-.048.17l-.074.007-.129-.258.255.026zm.141-1.113.594.12.032.08-.461.574-.557-.082zm4.444-8.088.115-.169.042-.001.32.08.032.046-.357.132zm.689-.834-.18-.11c.183.067.078-.009.18.11m-.058 1.18-.122-.104.255-.154zm-.122 1.806.396.098c.107.042.104.053.113.16-.17-.065-.454-.11-.509-.258m.04-.703.054-.07.161.257-.255-.05zm-5.157 8.491.027.068-.343.131-.167.013.004-.035.117-.183c.162-.075.166-.026.362.006m-.737-12.95c.222.166.28.37.245 1.033-.146-.187-.235-.584-.245-1.032zm.146-.515L8.31 3.8l-.127.009.146-.196zm-.146.258q-.01.093-.02.186l-.235-.043.194-.139zm0 14.968.126-1.314.892-.235-.938 1.501zm.063-3.532.137-.081c.125.148.013.361-.105.516-.098-.092-.109-.15-.083-.359zm-.827-.126.293-.471.47.276q-.241.378-.485.756c-.146-.13-.236-.321-.278-.56zm0 2.021.47-.428.221.02.073.12q-.03.189-.056.376zm-.763-.35.56-.336.426.067.032.059-.449.39c-.224-.023-.373-.083-.49-.185zm-.075-.499.205-.095.088.019.036.042-.593.197-.17-.06zm-.689-.242.15-.363c.278-.036.344.101.553.188l.06.092-.311.213-.253.017zm-.51 1.059.371-.654c.246 0 .276.02.377.15.045.076.006.035-.092.052l-.023.225.386.06c-.076.189-.088.164-.202.284-.38.02-.551-.052-.816-.117zm-.428-.912.647.195.036.077-.415.502-.603-.198zM2.46 15.56l.008-.077.361.278.031.074c-.751.58.398 2.47 1.705 1.245l.562.226c-.216.385-.587.537-.978.755-.935.078-2.244-1.449-1.69-2.501zm.872.264.014.175q-.106-.079-.208-.157l-.047-.101.24.083zm1.286 1.096-.465.36c-.916.096-1.287-.538-1.317-1.317l.179-.216.078-.006c.461.363.869.917 1.495 1.1zm-.887-3.76c-.083-.06-.088-.09-.13-.192l.174-.662.203-.178.131.192zm-.13.223.401-.949.082-.048c.185.326.453.474.534.917l-.604.631a1.2 1.2 0 0 1-.414-.55zm.763.79.51-.497.253.517zm1.272-5.215c-.241.515-.562.865-.754 1.364-.084-.453.422-1.104.585-1.504l.078-.045zm0-1.42c.379-.117.633-.331.904-.571l.115.344-.322.43-.697-.202zm1.273.027-.138.176-.116-.02.002-.028.232-.21zm-.2-1.112.04-.002.16.337-.06.179c-.233-.122-.224-.267-.14-.514m-.048 7.481.235.169-.241-.106zm-.004.259.252.109-.004.03-.54.377c-.155-.07-.174-.209-.22-.36l.005-.032zm-.753-.517.242.098-.13.075-.125.014zm-.013-5.16c.306.086.209.028.222.257-.14-.082-.15-.121-.222-.258zm0 4.609.021-.223c.119.083.16.132.234.258zm.51-3.223c-.096.123-.092.09-.255.161l.111-.258zm0-1.038-.16.167c-.16-.09-.085-.054-.013-.221l.095-.037zm-.021-.439-.234-.168c.18.069.138.027.234.168m-.489 4.735.255.203c-.13-.003-.2-.031-.255-.203m.764-.01-.104.01-.089-.164-.062-.08.138-.014q.058.125.117.248m-.14-4.778L6.4 8.258c.112.078.038.002.114.115zm.015 4.25-.13-.27.055-.222.032-.002.168.516zm-.667 3.003.028.034L5.8 16a.7.7 0 0 1-.418-.516zM5.127 16l.255.226c-.163-.072-.173-.069-.255-.226m.44-2.288.03.223-.215-.258zm-.252 1.207-.188-.467c.223.085.397.34.51.516zm.2-4.594.063-.002-.186.258c-.03-.064.007-.125.11-.2zm-.133 2.218-.051.102-.146-.113-.058-.123.2-.022zM3.6 14.71c.51.332 1.377.64 1.527 1.29A4.2 4.2 0 0 1 3.6 14.71m1.323-.25.204.25-.509-.258zm1.864.766-.387-.39.677-.642.087.707zm.377.431.067-.168.09-.005.097.258zm.343-.947-.089-.258.185.034zm-.343-8.69.002-.023q.126-.03.252-.062l-.176.258zm-2.567 5.335-.233-.516c.299.065.25.278.233.516m-.623.258c-.218-.151-.357-.452-.374-.774.447.105.422.281.51.689zm-.263-1.347c-.325-.307.148-1.535.356-1.818.11-.139.248-.136.43-.19l.121.031c-.306.542-.512 1.28-.585 2.034zm-.475 4.186.155.261-.139.325-.08.085c.114.016.14-.082.31-.221.33.535.834 1.047 1.39 1.338l-.303.534-.92-.592c-.105-.195.04-.419-.129-.538-.153-.108-.35.048-.506.001l-.432-.396c.127-.284.249-.562.5-.707zm-.88-2.846a7 7 0 0 1 .149-.764l.034-.003.133.767.07.4q.3.837.604 1.671c-.484-.264-.783-.875-.74-1.697-.116.265-.02.682.018.916-.297-.252-.335-.753-.269-1.29zm-.442.265a1 1 0 0 1-.086-.31 2 2 0 0 1 .004-.435l.044-.092.197-.195-.111.721-.048.31zm17.722 2.58-.509-.196.494-.061.015.258zm-13.47 4.2.133-.07-.154.257.02-.186zM2.327 9.807l-.217-.02c-.27-.089-.523-.404-.546-.754.413.037.553.233.757.472q.004.15.006.302m-.03-.021c.03-.557-.395-.905-.947-.89.094-.782.774-1.182 1.38-1.445l.117-.009c-.101.982-.024 1.828-.391 2.678-.271.626-1.232.614-1.18 1.58l.007.08c.137 1.284 1.533 1.545 1.726 2.674-2.07 1.053.453 5.478 2.09 2.879.294.042.555.175.92.047.17-.094.203-.17.269-.366l.585.303.03.074c-.536.416-.914.987-1.49 1.377l.055-.158-.15-.027-.083.045-.075.35c.329.336 1.326-.879 1.618-1.117-.165.577-.573.874-.8 1.402l.07.072c.43-.308.957-1.18 1.037-1.843l.644.107c-.807 1.091-2.88 3.491-3.97 4.132.166-.521.43-.919.564-1.347l-.078.006-.07-.072c-.265.522-.702.889-.78 1.593a.7.7 0 0 0 .174.179c1.296-.216 3.46-3.473 4.494-4.363-.28 2.81-1.786 3.248-3.092 4.95 1.187-.592 1.907-2.102 2.922-2.94C7.781 20.91 7.502 23.533 6.8 24l.116-.009c.788-.49.834-2.505 1.097-3.535l.112-1.083 1.125-1.58.082-.045c.126.395.696.824 1.313.709l.443-.186 1.112.416c.146 1.6.09 2.497-.923 3.715 1.035-.529 1.415-2.567 1.07-3.649 2.407.279 2.31-.533 1.854-2.286l.423.007c-.078-.117-.289-.03-.45-.12-.073-.047-.059-.038-.104-.108.572-.645 1.95-.004 1.66 1.067.396-.888-.479-1.678-1.322-1.36.36-.427.796-.778 1.024-1.343l.082-.044 1.98 2.08.117-.009.09-.122q-.945-1.12-1.887-2.24l.202-.092a.41.41 0 0 1 .349-.121l-.1-.05c1.011.101 2.303.944 3.358.672.097-.169.102-.26.043-.425 1.124.028 3.146-.348 3.79-.894-1.73.363-3.678.486-5.266.274l-1.407-.165-.079.006.379-.68c1.16-.022 4.202-.051 4.817-.779l-.136-.182-.53-.076a.4.4 0 0 0-.06.197l.42.045c-.912.23-3.452.715-4.281.432-.087-.106-.023-.474-.019-.739a1 1 0 0 0-.006-.142c1.192-.356 2.077-1.158 2.44-2.368.207-.693.07-1.603.518-2.035.286.025.344.146.554.228-.111-.154-.27-.24-.469-.31l-.373.257c-.341.132-.698-.213-1.277.056-.47-.402-.735-1.037-1.37-1.28l-.065-.11.77-.749c-.252.211-.509.46-.766.71l-.516-.231-.03-.075c.588-.416 1.11-.57 1.779-.438q.047.093.096.185c-.031.053-.059.068-.086.083l-.225-.06c.097.057.198.075.299.093l.085-.083.013-.116c-.146-.13-.191-.224-.478-.234l.137-.202c-.328.226-.994.286-1.32.482l.754-.594.09-.121-1.395.832c-.298-.02-.615-.16-.776-.327l-.077.006 1.656-1.12-.027-.113q-.943.549-1.884 1.099l-.602-.148.056-.541 4.317-3.39.077-.006-.061-.149c-.16-.076-.817.457-1.065.616-.956.613-1.801 1.376-2.741 1.93.388-.493 1.098-.984 1.216-1.702l-.19-.024-.296.252.322-.14c-.208.633-1.15 1.763-1.682 2.121l-.062-.149c.346-.582.687-1.365.527-2.112l-.29-.17-.311.023c.199.079.334.098.48.195.093.724-.263 1.214-.455 1.8l-.082.044c-.128-.237-.12-.351-.383-.394l-.023-.152.18-.244.124-.086c.042.08.044.051.057.188a.4.4 0 0 0 .059-.196l-.147-.066-.389.412c-.325-.217-.683-.445-1.14-.53.259-.537 1.046-1.4.64-2.081-.496-.828-2.189.126-2.809.783a1.2 1.2 0 0 0-.186.244l.186-.144c.612-.456 2.241-1.548 2.594-.675.37.487-.339 1.424-.532 1.805-.66-.067-1.35-.13-2.06-.116a7.4 7.4 0 0 0-2.201.354c-.36.119-1.896 1.039-1.955 1.027l-.7-.678-1.464-.735-.008.077-.086.083 1.876 1.588-.286.175c-.772-.585-1.304-.94-2.453-1.239l-.194.015c.671.462 1.347.885 2.022 1.309l.135.182c-.482.203-.686.625-1.093.887-.636-.304-1.225-.58-1.996-.813l-.054.158 1.444.93.078-.006-.249.172c-.115.387-.34.836-.528 1.382-.72.586-1.653.551-1.798 1.745-.23.063-.392.083-.602.237l-.016.155c.132.184 1.301.679 1.58.727l.172-.166zm8.54-8.256.107.02-.143-.018q-.038 0-.074.003c.113-.21.445-.262.764-.239l-.022.152-.624.031-.008.05zm.446.277.3-.098c.13-.216.204-.445.138-.654-.309-.061-.487.014-.776.136l-.157.257-.06.1a1 1 0 0 0 .06.06c.098.08.216.108.433.09.06.102-.01.057-.117.085zm7.403 2.323-.322.06.198-.014.227.098-.344.63c.177-.209.353-.357.428-.674zm-1.85 10.065c-.08-.143-.167-.237-.254-.259.077.073.166.159.254.259m-1.018 3.096-.254.148.195-.018zm1.018-3.096c.259.292.453.852.397 1.29.294-.635-.041-1.031-.397-1.29"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hackaday.svg b/mkdocs-material/material/templates/.icons/simple/hackaday.svg new file mode 100644 index 0000000..e24b487 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hackaday.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 4.124q0-.305.06-.595l1.956 1.734 2.144-2.38L2.246 1.18c.259-.072.53-.114.812-.114a3.06 3.06 0 0 1 3.058 3.037v.021q0 .23-.033.45l2.385 2.112a6.7 6.7 0 0 0-2.013 2.54L3.982 7.037a3 3 0 0 1-.924.145A3.06 3.06 0 0 1 0 4.124m20.942 12.694q-.46.002-.88.129l-2.308-2.044a6.86 6.86 0 0 1-1.819 2.706l1.993 1.765a3 3 0 0 0-.044.502 3.06 3.06 0 0 0 3.935 2.929l-1.992-1.77 2.14-2.365 1.981 1.76q.051-.27.052-.554v-.026a3.057 3.057 0 0 0-3.058-3.032m-3.397-7.592 2.473-2.189c.292.093.601.145.924.145A3.06 3.06 0 0 0 23.94 3.53l-1.956 1.734-2.144-2.38 1.914-1.703a3 3 0 0 0-.812-.114 3.06 3.06 0 0 0-3.058 3.037v.021q0 .23.033.45l-2.385 2.112a6.7 6.7 0 0 1 2.013 2.54zm-11.3 5.677-2.307 2.044A3.057 3.057 0 0 0 0 19.85v.026q0 .284.052.554l1.982-1.76 2.14 2.365-1.993 1.77a3.06 3.06 0 0 0 3.935-2.929 3 3 0 0 0-.044-.502l1.993-1.765a6.86 6.86 0 0 1-1.82-2.706m8.971 2.657a1.076 1.076 0 1 1-1.961.424h-.192a1.076 1.076 0 1 1-2.127 0h-.15A1.105 1.105 0 0 1 9.7 19.23c-.604 0-1.094-.5-1.094-1.115 0-.21.057-.405.156-.572-1.493-1.142-2.474-3.051-2.474-5.213 0-3.497 2.559-6.332 5.713-6.332s5.713 2.835 5.713 6.332c0 2.173-.991 4.091-2.497 5.231zm-4.194-5.914a2 2 0 0 0-.559-.66 1.8 1.8 0 0 0-.918-.264 1.5 1.5 0 0 0-.319.036c-.405.05-.747.327-.983.647-.207.257-.368.569-.372.905-.032.278.024.556.075.828.066.322.293.584.55.774.119.095.29.226.44.116.1-.134.016-.33.107-.478a.5.5 0 0 1 .258-.326c.263-.132.527-.262.808-.355.228-.067.416-.219.61-.349.255-.197.424-.558.303-.874m.996 2.325c-.279-.007-.63 1.237-.574 1.78.175.72.237-.505.574-.506.323.014.275 1.255.53.504.078-.5-.224-1.77-.53-1.778m4.036-.833c.051-.272.107-.55.075-.828-.004-.336-.165-.648-.372-.905-.236-.32-.578-.596-.983-.647a1.5 1.5 0 0 0-.319-.036c-.32-.001-.644.1-.918.264-.235.171-.42.406-.559.66-.121.316.048.677.303.874.194.13.382.282.61.35.28.092.545.222.808.354a.5.5 0 0 1 .258.326c.091.147.007.344.106.478.151.11.322-.021.44-.116.258-.19.485-.452.551-.774"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hackclub.svg b/mkdocs-material/material/templates/.icons/simple/hackclub.svg new file mode 100644 index 0000000..35add07 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hackclub.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C2.4 0 0 2.4 0 12s2.4 12 12 12 12-2.4 12-12S21.6 0 12 0m4.5 19.51h-3.31v-6.507c0-.975-.187-1.622-.834-1.622-.712 0-1.575 1.003-1.575 2.625v5.503H7.5V4.97l3.29-.563v5.428c.713-.646 1.707-.928 2.72-.928 2.156 0 2.99 1.416 2.99 3.628z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hackerearth.svg b/mkdocs-material/material/templates/.icons/simple/hackerearth.svg new file mode 100644 index 0000000..6c734c5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hackerearth.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.447 20.936H5.553V19.66h12.894zM20.973 0H9.511v6.51h.104c.986-1.276 2.206-1.4 3.538-1.306 1.967.117 3.89 1.346 4.017 5.169v7.322c0 .089-.05.177-.138.177h-2.29c-.09 0-.253-.082-.253-.177V10.6c0-1.783-.58-3.115-2.341-3.115-1.282 0-2.637.892-2.637 2.77v7.417c0 .089-.008.072-.102.072h-2.29c-.09 0-.29.022-.29-.072V0H3.178c-.843 0-1.581.673-1.581 1.515v20.996c0 .843.738 1.489 1.58 1.489h17.797c.843 0 1.431-.646 1.431-1.489V1.515c0-.842-.588-1.515-1.43-1.515"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hackernoon.svg b/mkdocs-material/material/templates/.icons/simple/hackernoon.svg new file mode 100644 index 0000000..6bb1f7e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hackernoon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.701 0v6.223H8.85V4.654h1.576v7.842H12V4.654h1.574v1.569h3.15V0zm11.024 6.223v3.136h1.574V6.223zm1.574 3.136v4.705h1.576v-1.568h1.574v-1.568h-1.574V9.359zm0 4.705h-1.574v3.137h1.574zm-1.574 3.137h-3.15v1.569H8.85V17.2H5.7V24h11.024zm-11.024 0v-3.137H4.125v3.137zm-1.576-3.137V9.36H2.551v4.705zm0-4.705h1.576V6.223H4.125Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hackerone.svg b/mkdocs-material/material/templates/.icons/simple/hackerone.svg new file mode 100644 index 0000000..c04f0e5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hackerone.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.207 0q-.725.002-1.182.3c-.305.2-.46.463-.46.78v21.809q0 .414.476.76.472.351 1.166.351.663 0 1.168-.35.504-.346.506-.761V1.082c0-.32-.163-.577-.49-.782Q7.901.002 7.207 0m9.523 8.662q-.724-.001-1.168.3l-4.439 2.783c-.199.186-.284.469-.247.855q.052.575.524 1.09c.314.347.666.563 1.068.655q.596.134.896-.143l1.755-1.095v9.782q0 .414.461.76c.3.234.687.351 1.15.351q.695 0 1.199-.35c.337-.233.506-.484.506-.761V9.739q-.001-.48-.49-.776-.488-.303-1.215-.301"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hackerrank.svg b/mkdocs-material/material/templates/.icons/simple/hackerrank.svg new file mode 100644 index 0000000..69b7c09 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hackerrank.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0v24h24V0zm9.95 8.002h1.805c.061 0 .111.05.111.111v7.767c0 .061-.05.111-.11.111H9.95a.11.11 0 0 1-.111-.11v-2.87H7.894v2.87c0 .06-.05.11-.11.11H5.976a.11.11 0 0 1-.11-.11V8.112c0-.06.05-.11.11-.11h1.806c.061 0 .11.05.11.11v2.869H9.84v-2.87c0-.06.05-.11.11-.11zm2.999 0h5.778c.061 0 .111.05.111.11v7.767a.11.11 0 0 1-.11.112h-5.78a.11.11 0 0 1-.11-.11v-7.77c0-.06.05-.11.11-.11z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hackster.svg b/mkdocs-material/material/templates/.icons/simple/hackster.svg new file mode 100644 index 0000000..4ee7498 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hackster.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.091 13.294c-.057.05-.247.09-.396.132l-4.778 1.306c-.15.041-.273-.052-.273-.208V13.29a.28.28 0 0 0-.283-.283H8.117a.28.28 0 0 1-.282-.282V11.29a.283.283 0 0 0-.283-.283H5.035c-.1 0-.18-.08-.18-.178 0-.058.025-.098.055-.126.056-.052.246-.093.397-.134l4.758-1.3c.15-.042.272.051.272.208v1.247c0 .156.128.283.284.283h5.24c.156 0 .282.126.282.283v1.42c0 .157.127.284.282.284h2.542a.18.18 0 0 1 .18.179.16.16 0 0 1-.056.12m-2.948 2.288a.39.39 0 0 1-.272.356l-1.954.534c-.15.042-.273-.052-.273-.208v-.728c0-.157.127-.284.283-.284h1.933c.157 0 .283.127.283.284zm-5.81 1.586a.39.39 0 0 1-.272.357l-1.953.535c-.15.04-.273-.053-.273-.209v-3.758c0-.157.127-.284.283-.284h1.933c.156 0 .283.127.283.284zM7.836 8.46a.39.39 0 0 1 .273-.357l1.952-.534c.152-.042.274.052.274.208v.729a.283.283 0 0 1-.283.283H8.118a.283.283 0 0 1-.283-.283zm5.809-1.587c0-.157.122-.316.273-.358l1.954-.533c.15-.042.272.052.272.208v3.759a.283.283 0 0 1-.283.283h-1.933a.283.283 0 0 1-.283-.283zM12 0C5.384 0 0 5.384 0 12c0 6.617 5.384 12 12 12 6.618 0 12-5.383 12-12 0-6.616-5.382-12-12-12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hackthebox.svg b/mkdocs-material/material/templates/.icons/simple/hackthebox.svg new file mode 100644 index 0000000..fd8c8ca --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hackthebox.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22.51 6.457.001-.013a.89.89 0 0 0-.271-.638l-.027-.024q-.028-.025-.057-.048-.03-.022-.06-.04l-.029-.02-9.61-5.547a.89.89 0 0 0-.922.004L1.933 5.674l-.03.02-.023.014-.02.015a1 1 0 0 0-.147.134l-.003.003a.9.9 0 0 0-.221.584v.014l-.001.027v11.07c0 .328.18.63.469.784l9.599 5.542.023.011a1 1 0 0 0 .166.07l.04.01.072.015q.018.004.035.006a.8.8 0 0 0 .216 0q.018-.002.035-.006l.072-.014.04-.012.064-.022a1 1 0 0 0 .102-.047l.023-.011 9.599-5.542a.89.89 0 0 0 .469-.784V6.478zM5.255 6.082l6.537-3.774a.42.42 0 0 1 .418 0l6.537 3.774a.418.418 0 0 1 0 .725l-6.537 3.774a.42.42 0 0 1-.418 0L5.254 6.807a.418.418 0 0 1 0-.725m5.614 14.345a.417.417 0 0 1-.626.361l-6.524-3.766a.42.42 0 0 1-.209-.361V9.127a.417.417 0 0 1 .626-.361l6.524 3.766a.42.42 0 0 1 .209.362zm9.623-3.766a.42.42 0 0 1-.209.36l-6.524 3.767a.417.417 0 0 1-.626-.36v-7.533c0-.15.08-.287.209-.362l6.524-3.766a.417.417 0 0 1 .626.36z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hal.svg b/mkdocs-material/material/templates/.icons/simple/hal.svg new file mode 100644 index 0000000..3fb5363 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.794 5.327c.48.485 1.118.75 1.797.755h.009a2.5 2.5 0 0 0 1.58-.553 12.1 12.1 0 0 0-3.548-3.615 2.555 2.555 0 0 0 .162 3.413m-.647.71A7.06 7.06 0 0 1 16.058.624a12 12 0 0 0-2.64-.62 9.69 9.69 0 0 0 2.834 7.933 9.92 9.92 0 0 0 7.002 2.893h.036q.358 0 .71-.027c-.09-.92-.283-1.81-.566-2.66a7.27 7.27 0 0 1-5.287-2.106m4.6 7.322a21.6 21.6 0 0 1-7.142-4.717 21.2 21.2 0 0 1-5.283-8.61 12.3 12.3 0 0 0-2.605.66 23.9 23.9 0 0 0 5.992 9.85 24.2 24.2 0 0 0 8.027 5.3q.737.299 1.487.549.486-1.242.696-2.597c-.39-.13-.786-.278-1.172-.435m-1.316 6.145L4.54 2.493a12 12 0 0 0-1.913 1.882l16.907 17.029c.7-.562 1.334-1.2 1.896-1.9zm-10.974-5.885a24.2 24.2 0 0 0-8.027-5.3q-.855-.344-1.725-.624a12 12 0 0 0-.67 2.6 21.56 21.56 0 0 1 8.53 5.224 21.24 21.24 0 0 1 5.216 8.405c.903-.135 1.77-.369 2.596-.692-.18-.553-.377-1.1-.602-1.644a23.8 23.8 0 0 0-5.318-7.969m-2.542 2.606A9.91 9.91 0 0 0 0 13.372c.103.921.314 1.806.61 2.65q.135-.005.27-.004c1.865 0 3.729.705 5.144 2.111a7.06 7.06 0 0 1 2.097 5.044c0 .081-.004.167-.004.248.844.287 1.734.48 2.65.575q.034-.404.036-.814a9.69 9.69 0 0 0-2.888-6.957m-2.538 2.61a2.55 2.55 0 0 0-3.437-.162 12.1 12.1 0 0 0 3.63 3.535c.35-.445.543-.993.548-1.568a2.52 2.52 0 0 0-.741-1.806z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/handlebarsdotjs.svg b/mkdocs-material/material/templates/.icons/simple/handlebarsdotjs.svg new file mode 100644 index 0000000..e193bd5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/handlebarsdotjs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.1 4.948a4 4 0 0 0-.398.014C6.32 5.15 5.373 6.375 4.802 6.9c-.572.525-1.656 1.763-2.376 1.545-.721-.217-.924-1.107-.67-1.381s.454-.225.613 0c.097.18.145.383.14.587a1.36 1.36 0 0 0 .438-.665.79.79 0 0 0-.443-1.017c-1.3-.659-2.139.514-2.26.787-.122.273-.336.707-.2 1.695.135.989.612 1.902 2.104 2.261a6.3 6.3 0 0 0 4.238-.495l4.41-1.84a5 5 0 0 1 .556-.101v9.864c0 .506.316.913.708.913s.707-.407.707-.913V8.29a5 5 0 0 1 .437.088l4.41 1.84a6.3 6.3 0 0 0 4.238.494c1.492-.36 1.969-1.272 2.105-2.26.135-.989-.08-1.423-.2-1.696-.122-.273-.962-1.446-2.261-.787a.79.79 0 0 0-.443 1.017c.076.26.229.492.437.665a1.2 1.2 0 0 1 .141-.587c.159-.225.359-.274.613 0s.051 1.164-.67 1.382c-.72.217-1.804-1.02-2.376-1.546-.571-.525-1.518-1.75-3.9-1.938A3.45 3.45 0 0 0 12 6.653a3.45 3.45 0 0 0-2.9-1.705m12.39 2.703v.004l.006.002q-.003-.003-.006-.004zm-18.98 0q-.003.003-.006.004l.006-.001z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/handm.svg b/mkdocs-material/material/templates/.icons/simple/handm.svg new file mode 100644 index 0000000..a6cab5b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/handm.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.866 4.565c.871-.429 1.303-.372 1.313.061.012.565-.071 1.313-.131 1.857-.323 2.947-.864 5.356-.906 8.383 1.424-3.686 2.619-6.248 4.156-9.403.488-1.004.799-.818 1.2-.996 1.563-.695 1.622-.268 1.417.581-.758 3.15-2.695 13.068-2.992 14.595-.086.442-.566.255-.691.082-.556-.769-1.183-.781-1.112-1.293.348-2.546 1.603-8.934 1.93-10.439-1.669 3.42-3.398 7.694-4.286 10.118-.189.515-.531.477-.745.1-.3-.529-.883-.799-.979-1.424-.306-1.987.348-5.776.439-8.172-.908 2.618-2.433 7.701-3.101 9.997-.276.95-1.193.795-.949-.131 1.015-3.854 3.201-10.67 4.148-13.121.222-.576.805-.556 1.289-.795m-5.535-.474c.276.067.254.393.085.838-.499 1.314-1.19 3.04-1.981 5.076.497-.057.767-.076.767-.076.713-.088.846.269.645.648-.16.303-.353.101-1.02 1.096-.376.561-.99.709-1.332.784a183 183 0 0 0-2.557 7.188.339.339 0 0 1-.598.142c-.402-.562-.698-.58-1.01-1.034-.037-.074-.11-.173-.066-.354.229-.936.837-2.859 1.762-5.392-1.165.253-2.426.524-2.947.645a237 237 0 0 0-1.811 4.944c-.358 1.015-1.29.819-.963-.141a167 167 0 0 1 1.673-4.654c-.646-.069-.864-.525-1.225-.906-.139-.147-.443-.126-.592-.332-.267-.371-.241-.536.377-.714A62 62 0 0 1 2.97 11.2a373 373 0 0 1 2.49-6.239c.388-.951 1.387-.862 1.008.075a457 457 0 0 0-2.344 5.893 57 57 0 0 1 2.904-.576 149 149 0 0 1 2.247-5.449c.055-.126.215-.304.381-.332.525-.09 1.379-.552 1.675-.481M9.543 16.426q.123-.076.244-.178l-.183-.55q-.091.117-.179.237c-.349.479-.142.65.118.491m.465-2.275c.433-.489-.423-.693-.226.054l.04.146a7 7 0 0 0 .186-.2m.45 1.473c.429-.372.838-.003.414.624a7 7 0 0 1-.307.424q.067.192.14.381c.219.562-.357.703-.542.237l-.05-.129c-.35.31-.754.505-1.186.37-.711-.221-.892-1.222-.228-1.993.266-.309.466-.524.634-.695a14 14 0 0 1-.118-.401c-.087-.312-.164-.675.148-1.046.586-.695 1.945-.078 1.257.992a8 8 0 0 1-.561.748q.105.331.212.661a4 4 0 0 1 .187-.173"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/handshake.svg b/mkdocs-material/material/templates/.icons/simple/handshake.svg new file mode 100644 index 0000000..ddea25f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/handshake.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.728 0 16.49 24h-4.583l1.87-10.532-4.743 3.893L7.856 24H3.272L7.51 0h4.582L9.806 13.012l4.729-3.862L16.145 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/handshake_protocol.svg b/mkdocs-material/material/templates/.icons/simple/handshake_protocol.svg new file mode 100644 index 0000000..0a2c047 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/handshake_protocol.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.348 7.829-1.491-2.65 2.889.001c.077 0 .167.051.21.12l1.533 2.529zm-5.344 16.046c-.07.125-.161.125-.19.125h-2.956l4.591-8.243a.442.442 0 0 0-.384-.657l-7.825.01-1.556-2.694h11.397c.248-.017.362-.158.393-.231l1.879-3.473h3.101zm-3.91-.314-1.522-2.506c-.023-.037-.034-.128.014-.214l2.694-4.853 3.034-.004zM5.92 18.403l-1.508-2.68 1.52-2.848 1.524 2.64c-.474.891-1.213 2.283-1.536 2.888m-3.668.417a.27.27 0 0 1-.207-.12L.51 16.17h3.141l1.491 2.65-2.891-.001zM8.996.126C9.066 0 9.156 0 9.186 0h2.968L7.551 8.243c-.11.167-.11.712.58.657l7.63-.01c.527.92 1.002 1.752 1.51 2.642H5.922a.47.47 0 0 0-.397.234l-1.879 3.522h-3.1zm3.917.323 1.515 2.496c.023.037.034.128-.015.214L11.72 8.012l-3.032.004zm5.166 5.145 1.509 2.68-1.538 2.844c-.517-.905-.997-1.745-1.529-2.673.328-.6 1.195-2.189 1.558-2.851"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/happycow.svg b/mkdocs-material/material/templates/.icons/simple/happycow.svg new file mode 100644 index 0000000..ff27cd6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/happycow.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.695 1.23h-.03a3.5 3.5 0 0 0-1.118.23c-.84.34-1.563 1.139-1.971 2.192a5.64 5.64 0 0 0-.123 3.604c.181-.295.396-.577.65-.833q.59-.593 1.368-.916c-.173-.81-.494-3.076 1.187-3.648 0 0-1.37.91-.606 3.45a5 5 0 0 1 .393-.09c-.353-.901-.408-1.661-.159-2.265a2.5 2.5 0 0 1 .504-.64c.264-.271.512-.527.478-.78a.33.33 0 0 0-.181-.221.9.9 0 0 0-.392-.084m9.763 1.9a.35.35 0 0 0-.255.12c-.139.196-.04.533.062.888a2.5 2.5 0 0 1 .146.815c-.095.9-.816 1.602-1.333 2.014q.153.126.308.278c2.02-1.938 1.2-3.432 1.2-3.432 1.34 1.435-.417 3.51-.775 3.905.564.718.887 1.54 1.049 2.383a5.62 5.62 0 0 0 1.607-3.246c.137-1.121-.12-2.162-.706-2.859-.236-.28-.86-.862-1.287-.865zm-8.147 1.147c.315.149.84.473.979 1.029l.024.098-.1-.019c-1.08-.205-1.688.307-1.945.613a2 2 0 0 1 .778-.147 2.9 2.9 0 0 1 1.112.238l.164.077-.176.045q-.642.163-.827.585c-.142.331-.04.71.046.932.282-1.168 1.875-1.374 1.897-1.376h.015a2.71 2.71 0 0 1 2.104 1.37c.029-.354-.024-1.085-.883-1.4l-.146-.058.143-.066c.649-.295 1.848.413 2.275.689-.425-1.121-2.016-1.244-2.032-1.245l-.126-.008.08-.097c.284-.343 1.004-.254 1.39-.176-.974-.772-2.051-.164-2.063-.157l-.097.056v-.11a1.1 1.1 0 0 0-.321-.747.97.97 0 0 0-.353.635l-.007.151-.105-.11c-.695-.728-1.448-.812-1.826-.802zm-.622.963c-1.463-.008-2.64.422-3.494 1.284-1.427 1.44-1.603 3.725-1.603 4.775a3 3 0 0 1 .338-.087 3.8 3.8 0 0 1 1.699.042c.023-.625.212-3.264 1.8-3.193q.087.005.18.02c2.518.405 1.309 4.26 1.161 4.701.461.209.965.389 1.55.506a6.3 6.3 0 0 0 1.76.096c.027-.566.278-4.12 2.448-4.103q.235.002.502.063c1.699.408.958 2.792.735 3.411a3.3 3.3 0 0 1 1.234.183q.39.141.715.409c.294-1.769.28-4.039-1.114-5.687a4.5 4.5 0 0 0-2.01-1.383l-.09-.018c.203.2.368.452.45.773l.041.168-.142-.1c-.014-.01-1.373-.955-2.137-.827 1.04.504.767 1.668.764 1.68l-.047.201-.072-.194a2.56 2.56 0 0 0-2.087-1.476 3.2 3.2 0 0 0-.867.265c-.579.278-.896.685-.946 1.207l-.019.2-.101-.178c-.016-.028-.376-.674-.137-1.234q.18-.416.729-.606c-.347-.12-1.155-.32-1.833.092l-.199.122.11-.207a1.8 1.8 0 0 1 .517-.559 2 2 0 0 1 .723-.321 8 8 0 0 0-.558-.025zm-7.441.99c-.539 0-1.113.124-1.583.552a2.1 2.1 0 0 0-.662 1.434 1.46 1.46 0 0 0 .386 1.083c.722.76 2.206.627 3.19.54h.05l.086-.008c.36-.03.639-.061.869-.094.112-.694.334-1.546.78-2.33a6 6 0 0 1-.114-.406c-.242-.106-.48-.207-.638-.266a9.7 9.7 0 0 0-1.454-.409 5 5 0 0 0-.91-.097zm.146.675c.168-.002.342.023.525.056.287.047.883.21 1.13.497s.985 1.36-.747 1.627c-.564.058-1.464.162-1.895-.296-.393-.422-.23-1.168.172-1.55.269-.251.534-.33.815-.334m6.127 1.86c-.75.023-1.342.905-1.324 1.986a2.7 2.7 0 0 0 .116.74c.4.174.788.394 1.196.626q.314.18.64.357c.451-.325.763-.997.75-1.776C9.88 9.617 9.27 8.742 8.52 8.765m11.906.716a9 9 0 0 0-.434.01h-.051l-.411.025a6 6 0 0 1-.644.737c.097.575.122 1.157.1 1.721.225.105.513.229.923.386l.087.035c.875.34 2.33.907 3.25.47a1.3 1.3 0 0 0 .692-.834 1.75 1.75 0 0 0-.203-1.38c-.498-.772-1.459-.992-2.241-1.102a9 9 0 0 0-1.068-.068M8.59 9.713h.004a.415.415 0 0 1 .411.412.412.412 0 1 1-.415-.412m6.861.22c-.602.027-1.238.573-1.564 1.392-.293.736-.238 1.48.08 1.938.355-.064.696-.14 1.022-.214.392-.09.772-.177 1.145-.233a2.8 2.8 0 0 0 .26-.498c.402-1.009.162-2.039-.536-2.317a1 1 0 0 0-.407-.068m5.644.185c.167 0 .321.014.429.028.497.071.909.164 1.195.623.278.44.221 1.12-.287 1.369-.545.264-1.369-.076-1.895-.287-1.578-.708-.562-1.417-.238-1.594.203-.111.518-.142.796-.14m-5.755.643a.41.41 0 0 1 .403.402.412.412 0 1 1-.421-.402zm-9.624.503a4 4 0 0 0-.766.073c-1.625.309-2.713 2.055-2.647 4.247a6.8 6.8 0 0 0 1.785 4.358c1.308 1.443 3.233 2.365 5.567 2.667v.002c8.105 1.041 9.79-3.28 10.114-4.633.511-2.134-.32-4.387-1.817-4.922-.957-.344-1.876-.13-2.94.117-1.063.247-2.276.528-3.722.24-1.18-.236-2.067-.741-2.85-1.186-.89-.507-1.681-.958-2.724-.963m1.662 2.01c.398-.01.88.315 1.159.797.306.552.22 1.11-.201 1.235s-1.015-.22-1.324-.772-.22-1.11.2-1.235a.6.6 0 0 1 .166-.025m-2.563.944c.518.008 1.132.317 1.56.916.622.871.623 2.038.085 2.421-.537.383-1.57.009-2.191-.861-.623-.87-.622-1.904-.077-2.297.17-.123.387-.182.623-.179m10.738.173c.308.007.543.158.602.427.093.432-.287.993-.862 1.273-.575.278-1.12.154-1.213-.278-.094-.431.287-.993.861-1.273.216-.105.427-.153.612-.149m2.083 1.633c.24.008.45.085.605.238.469.467.239 1.464-.527 2.22-.755.756-1.751.994-2.22.527s-.23-1.464.526-2.22c.472-.474 1.039-.743 1.511-.765a1 1 0 0 1 .105 0M7.317 17.782h.002a.13.13 0 0 1 .066.02.14.14 0 0 1 .047.182.9.9 0 0 1-.216.243 4.2 4.2 0 0 0 3.08 2.122c2.08.291 3.66-.662 4.103-.966a1 1 0 0 1-.148-.26.12.12 0 0 1 .086-.162.15.15 0 0 1 .172.087.72.72 0 0 0 .479.43.145.145 0 0 1 .11.153.15.15 0 0 1-.15.096h-.018a1 1 0 0 1-.338-.16c-.437.323-2.111 1.413-4.315 1.06-2.197-.351-3.087-1.835-3.302-2.263a.9.9 0 0 1-.315.061h-.019l-.004-.004a.127.127 0 0 1-.11-.134.118.118 0 0 1 .124-.13.65.65 0 0 0 .552-.308.13.13 0 0 1 .114-.067"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/harbor.svg b/mkdocs-material/material/templates/.icons/simple/harbor.svg new file mode 100644 index 0000000..a90b157 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/harbor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m7.006 15.751 4.256 1.876.066.805-4.388-1.934zm.304-3.435h-.605V11.21h.381V8.95h-.381v-.649l2.118-2.073v-.146c0-.11.09-.2.2-.2s.2.09.2.2v.146l2.12 2.073v.65h-.382v2.259h.381v1.106h-.514l.27 3.313L7.17 13.9zm.39-1.106h.628v-.965c0-.383.313-.696.695-.696s.696.313.696.696v.965h.628V8.95H7.7zm-.81 5.84-.066.747 4.618 2.035-.066-.805zm.23-2.6-.066.747 4.158 1.832-.065-.805-4.026-1.774zM24 12c0 6.617-5.383 12-12 12S0 18.617 0 12 5.383 0 12 0s12 5.383 12 12m-2.43-.715a10 10 0 0 0-.223-1.523l-9.751.332 8.801-2.828-.019-.037A9.8 9.8 0 0 0 19.23 5.59l-7.786 4.03 5.712-5.941a9.68 9.68 0 0 0-5.14-1.474c-5.371 0-9.74 4.369-9.74 9.74a9.74 9.74 0 0 0 4.35 8.11l.151-1.704 4.715 2.078.102 1.246q.21.01.422.01c4.646 0 8.54-3.27 9.507-7.63l-10.08-3.497z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/harmonyos.svg b/mkdocs-material/material/templates/.icons/simple/harmonyos.svg new file mode 100644 index 0000000..313ddea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/harmonyos.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.861 0H3.59v3.548h3.861V0H9.19v8.883H7.458V5.136H3.59v3.746H1.858Zm11.993 0h1.706l2.809 4.7h.1L21.278 0h1.719v8.883h-1.719v-4.38l.1-1.489h-.1l-2.334 3.983h-1.039l-2.347-3.983h-.1l.1 1.489v4.38h-1.706Zm4.702 21.648a4 4 0 0 1-1.154-.161 3.4 3.4 0 0 1-1.01-.484 3.5 3.5 0 0 1-.8-.782 3.8 3.8 0 0 1-.538-1.092l1.666-.62a2.4 2.4 0 0 0 .643 1.116 1.68 1.68 0 0 0 1.207.434 2.2 2.2 0 0 0 .524-.062 1.8 1.8 0 0 0 .459-.2 1 1 0 0 0 .328-.335.9.9 0 0 0 .118-.459 1.05 1.05 0 0 0-.092-.447 1 1 0 0 0-.315-.373 2.5 2.5 0 0 0-.564-.335 8 8 0 0 0-.852-.335l-.577-.2a5 5 0 0 1-.774-.335 3.4 3.4 0 0 1-.7-.509 2.7 2.7 0 0 1-.525-.695 2.1 2.1 0 0 1-.2-.918 2.25 2.25 0 0 1 .21-.968 2.4 2.4 0 0 1 .616-.794 2.9 2.9 0 0 1 .957-.533 3.7 3.7 0 0 1 1.246-.2 3.6 3.6 0 0 1 1.22.186 2.8 2.8 0 0 1 .879.459 2.5 2.5 0 0 1 .59.608 3 3 0 0 1 .328.633l-1.56.62a1.55 1.55 0 0 0-.485-.67 1.4 1.4 0 0 0-.944-.3 1.66 1.66 0 0 0-.957.261.75.75 0 0 0-.38.658.84.84 0 0 0 .367.682 4.2 4.2 0 0 0 1.167.534l.59.186a6.3 6.3 0 0 1 1.023.434 3 3 0 0 1 .8.57 2.2 2.2 0 0 1 .511.769 2.4 2.4 0 0 1 .183.98 2.3 2.3 0 0 1-.3 1.2 2.6 2.6 0 0 1-.747.819 3.4 3.4 0 0 1-1.036.484 4.2 4.2 0 0 1-1.128.161Zm-13.028 0a4.44 4.44 0 0 1-3.23-1.34 4.8 4.8 0 0 1-.956-1.476 4.9 4.9 0 0 1-.339-1.824 4.8 4.8 0 0 1 .339-1.811 4.6 4.6 0 0 1 .956-1.477 4.4 4.4 0 0 1 1.427-.992 4.5 4.5 0 0 1 1.8-.36 4.4 4.4 0 0 1 1.79.36 4.3 4.3 0 0 1 1.44.992 4.4 4.4 0 0 1 .944 1.477 4.7 4.7 0 0 1 .351 1.811 4.8 4.8 0 0 1-.351 1.824 4.6 4.6 0 0 1-.944 1.476 4.5 4.5 0 0 1-3.23 1.34Zm0-1.588a2.8 2.8 0 0 0 1.125-.223 2.8 2.8 0 0 0 .92-.621 2.7 2.7 0 0 0 .617-.955 3.3 3.3 0 0 0 .23-1.253 3.2 3.2 0 0 0-.23-1.24 2.7 2.7 0 0 0-.617-.968 2.8 2.8 0 0 0-.92-.62 2.8 2.8 0 0 0-1.125-.223 2.86 2.86 0 0 0-2.057.844 2.95 2.95 0 0 0-.617.968 3.4 3.4 0 0 0-.218 1.24 3.5 3.5 0 0 0 .218 1.253 3 3 0 0 0 .617.955 2.86 2.86 0 0 0 2.057.843m-3.297 2.428h6.5V24h-6.5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hashicorp.svg b/mkdocs-material/material/templates/.icons/simple/hashicorp.svg new file mode 100644 index 0000000..04a358b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hashicorp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.114 4.094 4.215 7.5v13.09L.666 18.542V5.45L10.114 0zm3.772 13.37 3.549-2.049V2.05L13.885 0v10.426h-3.77v-3.89L6.562 8.585v13.357l3.551 2.054V13.599h3.772zM19.783 3.41V16.5l-5.897 3.405V24l9.448-5.45V5.458l-3.551-2.05z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hashnode.svg b/mkdocs-material/material/templates/.icons/simple/hashnode.svg new file mode 100644 index 0000000..21f8c1a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hashnode.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22.351 8.019-6.37-6.37a5.63 5.63 0 0 0-7.962 0l-6.37 6.37a5.63 5.63 0 0 0 0 7.962l6.37 6.37a5.63 5.63 0 0 0 7.962 0l6.37-6.37a5.63 5.63 0 0 0 0-7.962M12 15.953a3.953 3.953 0 1 1 0-7.906 3.953 3.953 0 0 1 0 7.906"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/haskell.svg b/mkdocs-material/material/templates/.icons/simple/haskell.svg new file mode 100644 index 0000000..2191ba0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/haskell.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 3.535 5.647 12 0 20.465h4.235L9.883 12 4.235 3.535zm5.647 0L11.294 12l-5.647 8.465h4.235l3.53-5.29 3.53 5.29h4.234L9.883 3.535zm8.941 4.938 1.883 2.822H24V8.473zm2.824 4.232 1.882 2.822H24v-2.822z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hasura.svg b/mkdocs-material/material/templates/.icons/simple/hasura.svg new file mode 100644 index 0000000..dd227c2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hasura.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.558 8.172c.707-2.152.282-6.447-1.09-8.032a.42.42 0 0 0-.664.051l-1.69 2.59a1.32 1.32 0 0 1-1.737.276C16.544 1.885 14.354 1.204 12 1.204s-4.544.68-6.378 1.853a1.326 1.326 0 0 1-1.736-.276L2.196.191A.42.42 0 0 0 1.532.14C.16 1.728-.265 6.023.442 8.172c.236.716.3 1.472.16 2.207-.137.73-.276 1.61-.276 2.223C.326 18.898 5.553 24 11.997 24c6.447 0 11.671-5.105 11.671-11.398 0-.613-.138-1.494-.276-2.223a4.47 4.47 0 0 1 .166-2.207m-11.56 13.284c-4.984 0-9.036-3.96-9.036-8.827q0-.239.014-.473c.18-3.316 2.243-6.15 5.16-7.5 1.17-.546 2.481-.848 3.864-.848s2.69.302 3.864.85c2.917 1.351 4.98 4.187 5.16 7.501q.013.236.014.473c-.003 4.864-4.057 8.824-9.04 8.824m3.915-5.43-2.31-3.91-1.98-3.26a.26.26 0 0 0-.223-.125H9.508a.26.26 0 0 0-.227.13.25.25 0 0 0 .003.254l1.895 3.109-2.542 3.787a.25.25 0 0 0-.011.259.26.26 0 0 0 .23.132h1.905a.26.26 0 0 0 .218-.116l1.375-2.096 1.233 2.088a.26.26 0 0 0 .224.127h1.878c.094 0 .18-.049.224-.127a.24.24 0 0 0 0-.251z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hatenabookmark.svg b/mkdocs-material/material/templates/.icons/simple/hatenabookmark.svg new file mode 100644 index 0000000..cc81574 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hatenabookmark.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.47 0A3.53 3.53 0 0 1 24 3.53v16.94A3.53 3.53 0 0 1 20.47 24H3.53A3.53 3.53 0 0 1 0 20.47V3.53A3.53 3.53 0 0 1 3.53 0zm-3.705 14.47a1.412 1.412 0 0 0 0 2.824c.78 0 1.41-.645 1.41-1.425s-.63-1.41-1.41-1.41zM8.61 17.247c1.2 0 2.056-.042 2.58-.12.526-.084.976-.222 1.32-.412.45-.232.78-.564 1.02-.99s.36-.915.36-1.48q0-1.17-.63-1.87c-.42-.48-.99-.734-1.74-.794.66-.18 1.156-.45 1.456-.81.315-.344.465-.824.465-1.424 0-.48-.103-.885-.3-1.26a2.34 2.34 0 0 0-.883-.87c-.345-.195-.735-.315-1.215-.405-.464-.074-1.29-.12-2.474-.12H5.654v10.486H8.61zm.736-4.185q1.058 0 1.44.262c.27.18.39.495.39.93 0 .405-.135.69-.42.855-.27.18-.765.254-1.44.254H8.31v-2.297h1.05zm8.656.706v-7.06h-2.46v7.06H18zM8.925 9.08q1.063 0 1.432.24.367.239.367.83 0 .569-.39.804-.396.231-1.452.232h-.57V9.08h.615z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/haveibeenpwned.svg b/mkdocs-material/material/templates/.icons/simple/haveibeenpwned.svg new file mode 100644 index 0000000..bc0b4f2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/haveibeenpwned.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.03 2.37a2 2 0 0 0-.333.02 1 1 0 0 0-.244.067.5.5 0 0 0-.166.088.5.5 0 0 0-.133.144L.652 4.943a4 4 0 0 0-.308.532 2.2 2.2 0 0 0-.2.496q-.077.255-.11.543A6 6 0 0 0 0 7.143q0 .298.066.474a.48.48 0 0 0 .188.266.75.75 0 0 0 .32.123q.2.033.465.031v.002q.276 0 .475-.033a.9.9 0 0 0 .332-.123.56.56 0 0 0 .187-.266q.067-.176.067-.474V5.729L3.547 2.71a.4.4 0 0 0 .045-.154.18.18 0 0 0-.067-.112.34.34 0 0 0-.177-.054 2 2 0 0 0-.319-.022zm4.347 5.61a2 2 0 0 0-.559.065.65.65 0 0 0-.343.205.8.8 0 0 0-.182.387 3.4 3.4 0 0 0-.043.6q0 .343.043.58a.9.9 0 0 0 .182.386.75.75 0 0 0 .343.205q.216.054.559.053a2.2 2.2 0 0 0 .547-.053.75.75 0 0 0 .344-.205.75.75 0 0 0 .183-.387q.053-.235.053-.58a2.8 2.8 0 0 0-.053-.6.7.7 0 0 0-.183-.386.65.65 0 0 0-.344-.205 2 2 0 0 0-.547-.065m4.05 3.69a.34.34 0 0 0-.308.172q-.102.171-.103.605 0 .435.103.617.104.171.309.17h4.779q.194.001.297-.17.101-.171.101-.617 0-.218-.033-.367a.6.6 0 0 0-.08-.24.25.25 0 0 0-.127-.137.34.34 0 0 0-.158-.033zm7.395 0a.34.34 0 0 0-.308.172q-.104.171-.104.605 0 .435.104.617.102.171.308.17H23.6q.194.001.296-.17.104-.171.104-.617 0-.218-.035-.367a.6.6 0 0 0-.08-.24.25.25 0 0 0-.125-.137.34.34 0 0 0-.16-.033zm-11.32 4.29q-.276 0-.475.034a.9.9 0 0 0-.332.123.56.56 0 0 0-.187.266 1.4 1.4 0 0 0-.067.474v1.414L4.994 21.29a.4.4 0 0 0-.045.154q.011.067.067.112.055.043.177.054.133.02.32.022.199.001.33-.022a1 1 0 0 0 .245-.066.5.5 0 0 0 .166-.088.5.5 0 0 0 .133-.144l1.504-2.254a4 4 0 0 0 .308-.532q.132-.242.197-.496.079-.255.112-.543.033-.286.033-.629a1.4 1.4 0 0 0-.066-.474.48.48 0 0 0-.188-.266.75.75 0 0 0-.32-.123 3 3 0 0 0-.465-.031z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/haxe.svg b/mkdocs-material/material/templates/.icons/simple/haxe.svg new file mode 100644 index 0000000..493a567 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/haxe.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.784 0a.2.2 0 0 0-.043.003h-5.853a.2.2 0 0 0-.1.023L12 2.918 6.21.026a.2.2 0 0 0-.098-.023h-5.9a.22.22 0 0 0-.21.256v5.853a.2.2 0 0 0 .024.1l2.894 5.785L.026 17.79a.2.2 0 0 0-.024.099v5.84a.2.2 0 0 0 .002.078.22.22 0 0 0 .253.19h5.855a.2.2 0 0 0 .099-.023L12 21.076l5.789 2.898a.2.2 0 0 0 .099.023h5.877a.22.22 0 0 0 .232-.257v-5.85a.2.2 0 0 0-.023-.1l-2.895-5.792 2.895-5.786a.2.2 0 0 0 .023-.099V.267a.2.2 0 0 0-.005-.098.22.22 0 0 0-.208-.169M2.022.445H6.06l4.038 2.017zm15.918 0h4.038l-8.075 2.017zM.528.528l11.039 2.76-8.28 8.275-.238-.953zM23.47.535l-2.76 11.031-8.277-8.279zm.084 1.487V6.06l-2.019 4.035zm-23.11.003L2.29 9.398l.175.7L.445 6.06zM12 3.48 20.52 12l-8.517 8.516-8.241-8.234L3.48 12zm8.712 8.952.088.351 2.672 10.688-11.04-2.76zm-17.424 0 8.274 8.274L.531 23.46l.266-1.065zm18.247 1.466 2.02 4.042v4.027zm-19.07 0-2.02 8.08V17.94zm7.626 7.638-4.032 2.018H2.02zm3.818 0 8.071 2.018h-4.04z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hbo.svg b/mkdocs-material/material/templates/.icons/simple/hbo.svg new file mode 100644 index 0000000..a261263 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hbo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.042 16.896H4.414v-3.754H2.708v3.754H.01L0 7.22h2.708v3.6h1.706v-3.6h2.628zm12.043.046C21.795 16.94 24 14.689 24 11.978a4.89 4.89 0 0 0-4.915-4.92c-2.707-.002-4.09 1.991-4.432 2.795.003-1.207-1.187-2.632-2.58-2.634H7.59v9.674l4.181.001c1.686 0 2.886-1.46 2.888-2.713.385.788 1.72 2.762 4.427 2.76zm-7.665-3.936c.387 0 .692.382.692.817s-.305.817-.692.817h-1.33v-1.634zm.005-3.633c.387 0 .692.382.692.817 0 .436-.305.818-.692.818h-1.33V9.373zm1.77 2.607c.305-.039.813-.387.992-.61-.063.276-.068 1.074.006 1.35-.204-.314-.688-.701-.998-.74m3.43 0a2.462 2.462 0 1 1 4.924 0 2.462 2.462 0 0 1-4.925 0zm2.462 1.936a1.936 1.936 0 1 0 0-3.872 1.936 1.936 0 0 0 0 3.872"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hcl.svg b/mkdocs-material/material/templates/.icons/simple/hcl.svg new file mode 100644 index 0000000..6e7d4a3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hcl.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.397 10.401-1.097 2.44H24l-.343.763h-6.363l1.433-3.203zm-6.399 1.09h2.464c-.016-.538-.536-.911-1.568-1.06-2.034-.299-4.235-.171-5.802.694-1.234.686-1.329 1.718-.099 2.223 1.036.422 3.211.466 4.767.201 1.008-.17 1.778-.502 2.21-.997h-2.516c-.326.25-.753.376-1.25.38-1.412.01-1.599-.418-1.352-.91.293-.58.907-.897 1.844-.922.738-.02 1.103.144 1.302.39M0 13.608h2.604l.558-1.28h2.553l-.573 1.278h2.635l1.445-3.203H6.57l-.477 1.08h-2.55l.483-1.08H1.447Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hdfcbank.svg b/mkdocs-material/material/templates/.icons/simple/hdfcbank.svg new file mode 100644 index 0000000..cf098ab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hdfcbank.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.572 0v10.842h3.712V4.485h6.381V0Zm12.413 0v4.485h6.383v6.357h4.06V0Zm-4.64 8.53v6.938h6.963V8.53ZM.572 13.153V24h10.093v-4.486h-6.38v-6.361zm18.796 0v6.361h-6.383V24h10.443V13.153Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/headlessui.svg b/mkdocs-material/material/templates/.icons/simple/headlessui.svg new file mode 100644 index 0000000..a6a9416 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/headlessui.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.477 13.192c-.36-2.274-.584-3.711-.65-4.805-.062-1.035.051-1.354.1-1.468.169-.395.424-.746.746-1.029.093-.081.363-.288 1.366-.548 1.06-.275 2.496-.507 4.769-.867s3.71-.584 4.804-.65c1.034-.062 1.354.051 1.468.1.395.169.746.424 1.029.747.08.093.287.362.547 1.366.242.933.45 2.156.743 3.987l-14.646 4.89c-.085-.515-.176-1.085-.276-1.723m-3.762.596C.018 9.387-.33 7.187.425 5.422a6.7 6.7 0 0 1 1.743-2.401C3.614 1.757 5.813 1.41 10.211.713c4.4-.698 6.6-1.046 8.367-.291.92.393 1.74.99 2.399 1.743 1.264 1.447 1.612 3.647 2.308 8.047.697 4.4 1.045 6.601.29 8.366a6.7 6.7 0 0 1-1.743 2.402c-1.445 1.263-3.645 1.611-8.045 2.308-4.398.697-6.598 1.045-8.363.29a6.7 6.7 0 0 1-2.4-1.743c-1.263-1.448-1.611-3.648-2.308-8.048zm7.759 7.814c1.178-.072 2.695-.31 4.94-.665 2.247-.356 3.762-.599 4.905-.895 1.107-.288 1.617-.568 1.947-.856a4.3 4.3 0 0 0 1.12-1.543c.172-.402.281-.974.212-2.116-.071-1.178-.309-2.696-.665-4.942-.355-2.247-.598-3.763-.894-4.906-.287-1.107-.568-1.618-.855-1.947a4.3 4.3 0 0 0-1.543-1.12c-.402-.174-.974-.282-2.116-.213-1.178.071-2.694.309-4.94.664-2.246.357-3.762.6-4.905.896-1.107.287-1.616.568-1.946.855a4.3 4.3 0 0 0-1.12 1.543c-.173.403-.281.974-.212 2.116.07 1.179.308 2.696.664 4.943s.598 3.762.895 4.905c.287 1.108.567 1.618.855 1.947.423.485.95.868 1.543 1.121.402.173.973.282 2.116.213Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/headphonezone.svg b/mkdocs-material/material/templates/.icons/simple/headphonezone.svg new file mode 100644 index 0000000..b8e524b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/headphonezone.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.63 4.702 17.96 0 9.086 2.484c-.463 1.754-.694 4.139.133 6.655.232-.067.463-.1.695-.133a4.724 4.724 0 0 1 5.133 4.305 4.724 4.724 0 0 1-4.305 5.133 4.724 4.724 0 0 1-5.132-4.305 4.62 4.62 0 0 1 1.159-3.543c-.86-1.325-1.987-3.609-1.954-6.49C1.107 6.623-.847 11.258.378 15.86c1.49 5.828 7.45 9.305 13.245 7.782 4.603-1.192 7.748-5.198 8.113-9.702l2.251-1.622-6.358-7.616Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/headspace.svg b/mkdocs-material/material/templates/.icons/simple/headspace.svg new file mode 100644 index 0000000..fdaa629 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/headspace.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.971 11.861c.28 3.888-1.527 6.094-2.615 7.636-1.694 1.786-3.84 4.22-9.291 4.356-4.624.183-6.896-1.85-8.804-3.617-2.487-2.733-3.136-4.35-3.26-8.375-.013-2.467.939-4.929 2.602-7.095C4.934 1.474 8.64.37 12.065.143c3.592-.14 6.449 1.672 8.399 3.624 2.496 2.632 3.263 4.892 3.505 8.094Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hearth.svg b/mkdocs-material/material/templates/.icons/simple/hearth.svg new file mode 100644 index 0000000..8d7edd9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hearth.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.196 10.318v9.576L.453 24v-9.33zm7.659-4.162 7.692 4.162v9.573L15.853 24v-9.33l-7.658-4.352ZM8.196 0v9.576L.453 13.803V4.155Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hearthisdotat.svg b/mkdocs-material/material/templates/.icons/simple/hearthisdotat.svg new file mode 100644 index 0000000..e35cace --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hearthisdotat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.485 3.515C15.799-1.17 8.2-1.17 3.515 3.515c-4.687 4.686-4.687 12.285 0 16.97 4.685 4.686 12.284 4.686 16.97 0 4.687-4.685 4.687-12.284 0-16.97m-5.81 14.433c-.252.252-1.25.562-1.25-.012 0-.573-.157-3.089-2.028-4.958-1.88-1.88-4.55-2.192-5.056-2.192s-.331-1-.078-1.252c.253-.253.558-.15 1.064-.15 0 0 3.445.464 5.326 2.345 1.868 1.869 2.173 5.153 2.173 5.153 0 .463.102.813-.15 1.066zm4.022-.509c-.36.36-1.786.803-1.786-.015 0-.82-.224-4.41-2.893-7.079C11.335 7.662 7.524 7.217 6.8 7.217c-.723 0-.473-1.426-.113-1.787.361-.36.799-.214 1.52-.214 0 0 4.918.663 7.603 3.348 2.666 2.667 3.1 7.356 3.1 7.356 0 .658.147 1.158-.214 1.52z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hedera.svg b/mkdocs-material/material/templates/.icons/simple/hedera.svg new file mode 100644 index 0000000..a99dadd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hedera.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0a12 12 0 1 0 0 24 12 12 0 0 0 0-24m4.957 17.396h-1.581V14.01H8.622v3.378H7.05V6.604H8.63v3.384h6.754V6.604h1.58zm-1.581-6.259H8.622v1.724h6.754Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/helium.svg b/mkdocs-material/material/templates/.icons/simple/helium.svg new file mode 100644 index 0000000..8484fb9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/helium.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0m2.554 5.606a2.7 2.7 0 0 0-.743 1.386 5.3 5.3 0 0 0-5.596 1.204 5.3 5.3 0 0 0-1.203 5.602 2.7 2.7 0 0 0-1.395.744 2.716 2.716 0 0 0 3.84 3.84 2.7 2.7 0 0 0 .747-1.403 5.3 5.3 0 0 0 1.837.332 5.3 5.3 0 0 0 3.744-1.544 5.3 5.3 0 0 0 1.213-5.576 2.7 2.7 0 0 0 1.396-.745 2.715 2.715 0 1 0-3.84-3.84m3.172 3.173a1.78 1.78 0 0 1-1.523.507.3.3 0 0 0-.08 0 .92.92 0 0 0-.987.604.92.92 0 0 0 .03.7 3.445 3.445 0 0 1-.688 3.87 3.445 3.445 0 0 1-3.87.688.92.92 0 0 0-.71-.028.92.92 0 0 0-.517.479.9.9 0 0 0-.083.453.3.3 0 0 0 0 .092 1.8 1.8 0 0 1-.5 1.564c-.7.699-1.838.699-2.537 0a1.78 1.78 0 0 1-.525-1.268c0-.48.186-.93.525-1.269a1.8 1.8 0 0 1 1.552-.506 1 1 0 0 0 .182.02q.197.001.388-.085a.92.92 0 0 0 .475-.51.92.92 0 0 0-.025-.717 3.445 3.445 0 0 1 .689-3.87 3.445 3.445 0 0 1 3.87-.688.92.92 0 0 0 .707.029.92.92 0 0 0 .52-.48.93.93 0 0 0 .07-.558 1.8 1.8 0 0 1 .5-1.564c.7-.699 1.838-.699 2.537 0 .7.7.7 1.837 0 2.537m-7.118 1.81a1.987 1.987 0 1 0 2.81 2.81 1.987 1.987 0 0 0-2.81-2.81"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/helix.svg b/mkdocs-material/material/templates/.icons/simple/helix.svg new file mode 100644 index 0000000..ecc5cda --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/helix.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.968 4.97 4.364 0v3.55c0 .449.239.863.627 1.087l4.276 2.47zm5.339 3.083-3.7 2.138 4.86 2.807c.11-.19.17-.407.17-.633V9.552c0-.452-.241-.87-.633-1.096zm1.33 12.397c0-.449-.24-.863-.627-1.087l-4.253-2.456-3.7 2.137L19.637 24zm-13.92-4.49 3.7-2.137c-2.703-1.562-4.884-2.82-4.884-2.82a1.26 1.26 0 0 0-.17.632v2.813c0 .452.242.87.634 1.096zm-.287-1.252a.93.93 0 0 1 .343-.342l12.455-7.194-.01.007.786-.455c.392-.226.633-.643.633-1.096V2.815c0-.452-.241-.87-.633-1.096l-.765-.442a.944.944 0 0 1-.005 1.617l-.006.004-13.231 7.641a1.26 1.26 0 0 0-.633 1.096v2.813c0 .453.24.87.633 1.096l.72.416h.002a.944.944 0 0 1-.29-1.252m12.873-6.652a.945.945 0 0 1-.07 1.575l-.005.004-13.231 7.641a1.26 1.26 0 0 0-.633 1.096v2.813c0 .452.24.87.633 1.096l.765.442a.945.945 0 0 1 .01-1.62l12.456-7.194-.01.006.786-.454c.392-.226.633-.644.633-1.096V9.552c0-.453-.241-.87-.633-1.096l-.697-.403z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hellofresh.svg b/mkdocs-material/material/templates/.icons/simple/hellofresh.svg new file mode 100644 index 0000000..c7a0c30 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hellofresh.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.79 22.233c-.967-.097-2-.326-3.043-.759a11 11 0 0 1-1.212-.61c-.362-.207-.657-.458-1.213-.728a6.4 6.4 0 0 0-2.111-.61c-.984-.067-1.038.012-1.319-.075a1.2 1.2 0 0 1-.495-.285 1.4 1.4 0 0 1-.16-.18 1.3 1.3 0 0 1-.195-.4A1 1 0 0 1 0 18.252c0-.157.015-.24.035-.312.076-.278.173-.34.43-.847a6.1 6.1 0 0 0 .618-1.956 5.7 5.7 0 0 0 .055-1.017c-.015-.506-.038-.614-.04-1.045a10.1 10.1 0 0 1 .554-3.286c.206-.607.389-1.007.605-1.433a11.8 11.8 0 0 1 2.935-3.692c.773-.655 1.974-1.5 3.554-2.118a12.4 12.4 0 0 1 3.064-.761c.664-.087 1.807-.124 2.975.053.996.151 2.244.487 3.513 1.2.431.243.681.438 1.014.63.814.47 1.65.705 2.448.801.424.051 1.061.005 1.302.067.147.038.255.086.39.175.113.076.362.277.49.649.061.177.125.608-.098.991l-.156.267c-.05.084-.142.262-.207.396-.661 1.368-.647 2.546-.601 3.263.053.84.05 2.234-.542 3.965-.103.303-.336.931-.702 1.614a12 12 0 0 1-2.537 3.226 12.7 12.7 0 0 1-3.927 2.402c-.897.34-1.583.51-2.302.632-.694.12-1.82.243-3.08.116"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hellyhansen.svg b/mkdocs-material/material/templates/.icons/simple/hellyhansen.svg new file mode 100644 index 0000000..85f8911 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hellyhansen.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.912 5.945a1.089 1.089 0 1 0-.002 2.178 1.089 1.089 0 0 0 .002-2.178m.012.242a.85.85 0 1 1 0 1.7.85.85 0 0 1 0-1.7m-.332.375v.952h.18v-.352h.171l.184.352h.207l-.213-.385c.046-.017.19-.067.19-.28 0-.166-.12-.287-.323-.287zm.18.157h.167c.124 0 .184.057.184.144 0 .089-.065.143-.156.143h-.196zM0 7.039v11.016h3.684v-3.78h3.523v3.78h1.42l2.15-11.016H7.221v3.854H3.695V7.039zm12.127 0L9.988 18.055h3.545V14.2h3.524v3.854h3.697V7.039H17.07v3.78h-3.525v-3.78z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/helm.svg b/mkdocs-material/material/templates/.icons/simple/helm.svg new file mode 100644 index 0000000..721704a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/helm.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.337 0c-.475 0-.861 1.016-.861 2.269 0 .527.069 1.011.183 1.396a8.5 8.5 0 0 0-3.961 1.22 5.2 5.2 0 0 0-.595-1.093c-.606-.866-1.34-1.436-1.79-1.43a.4.4 0 0 0-.217.066c-.39.273-.123 1.326.596 2.353.267.381.559.705.84.948a8.7 8.7 0 0 0-1.528 1.716h1.734a7.18 7.18 0 0 1 5.381-2.421 7.18 7.18 0 0 1 5.382 2.42h1.733a8.7 8.7 0 0 0-1.32-1.53c.35-.249.735-.643 1.078-1.133.719-1.027.986-2.08.596-2.353a.4.4 0 0 0-.217-.065c-.45-.007-1.184.563-1.79 1.43a4.9 4.9 0 0 0-.676 1.325 8.5 8.5 0 0 0-3.899-1.42c.12-.39.193-.887.193-1.429 0-1.253-.386-2.269-.862-2.269M1.624 9.443v5.162h1.358v-1.968h1.64v1.968h1.357V9.443H4.62v1.838H2.98V9.443zm5.912 0v5.162h3.21v-1.108H8.893v-.95h1.64v-1.142h-1.64v-.84h1.853V9.443zm4.698 0v5.162h3.218v-1.362h-1.86v-3.8zm4.706 0v5.162h1.364v-2.643l1.357 1.225 1.35-1.232v2.65h1.365V9.443h-.614l-2.1 1.914-2.109-1.914zm-11.82 7.28a8.7 8.7 0 0 0 1.412 1.548 5.2 5.2 0 0 0-.841.948c-.719 1.027-.985 2.08-.596 2.353.39.273 1.289-.338 2.007-1.364a5.2 5.2 0 0 0 .595-1.092 8.5 8.5 0 0 0 3.961 1.219 5 5 0 0 0-.183 1.396c0 1.253.386 2.269.861 2.269.476 0 .862-1.016.862-2.269 0-.542-.072-1.04-.193-1.43a8.5 8.5 0 0 0 3.9-1.42c.121.4.352.865.675 1.327.719 1.026 1.617 1.637 2.007 1.364s.123-1.326-.596-2.353c-.343-.49-.727-.885-1.077-1.135a8.7 8.7 0 0 0 1.202-1.36h-1.771a7.17 7.17 0 0 1-5.227 2.252 7.17 7.17 0 0 1-5.226-2.252z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/helpdesk.svg b/mkdocs-material/material/templates/.icons/simple/helpdesk.svg new file mode 100644 index 0000000..81cb0df --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/helpdesk.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 10.71 6.12-5.31H12c-2.16 0-4.32.06-6.36.21-.84.06-1.5.69-1.56 1.53-.12 1.26-.18 2.85-.18 4.41v.87c0 1.59.06 3.15.18 4.41.09.81.75 1.47 1.56 1.5a90 90 0 0 0 12.72 0c.81-.03 1.5-.69 1.56-1.5.09-1.2.15-2.67.18-4.17L24 9.3v3.36c0 1.59-.06 3.18-.18 4.47a5.57 5.57 0 0 1-5.19 5.1c-2.13.18-4.38.27-6.63.27s-4.5-.09-6.63-.24a5.57 5.57 0 0 1-5.19-5.1C.06 15.81 0 14.13 0 12.45v-.87C0 9.9.06 8.22.18 6.84a5.57 5.57 0 0 1 5.19-5.1C7.5 1.59 9.75 1.5 12 1.5h12v3.9L12 15.81l-5.61-4.86L9.33 8.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/helpscout.svg b/mkdocs-material/material/templates/.icons/simple/helpscout.svg new file mode 100644 index 0000000..1225028 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/helpscout.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m3.497 14.044 7.022-7.021a4.95 4.95 0 0 0 1.474-3.526A5 5 0 0 0 10.563 0L3.54 7.024a4.95 4.95 0 0 0-1.473 3.525c0 1.373.55 2.6 1.43 3.496zm17.007-4.103-7.023 7.022a4.95 4.95 0 0 0-1.473 3.525c0 1.36.55 2.601 1.43 3.497l7.022-7.022a4.94 4.94 0 0 0 1.474-3.526c0-1.373-.55-2.6-1.43-3.496m-.044-2.904a4.94 4.94 0 0 0 1.474-3.525c0-1.36-.55-2.6-1.43-3.497L3.54 16.965A4.986 4.986 0 0 0 3.497 24Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hepsiemlak.svg b/mkdocs-material/material/templates/.icons/simple/hepsiemlak.svg new file mode 100644 index 0000000..006b93c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hepsiemlak.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.721 14.99c0 .477-.398.785-1.08.785-.32 0-.74-.06-1.046-.272l.25-.472c.202.13.447.226.8.226.295 0 .436-.08.436-.217 0-.11-.12-.173-.391-.212l-.192-.026q-.814-.11-.813-.702c0-.475.374-.755.993-.755.34-.007.678.069.983.219l-.214.485a2 2 0 0 0-.75-.188c-.24 0-.362.083-.362.21 0 .133.17.166.384.197l.209.031c.51.076.793.3.793.691m-2.278-.46c0 .675-.483 1.184-1.124 1.184-.312 0-.532-.119-.683-.293v.961h-.623v-2.977h.61v.248c.152-.183.375-.309.694-.309.642 0 1.126.509 1.126 1.185m-.642 0c0-.344-.23-.621-.6-.621-.354 0-.596.264-.596.62 0 .355.242.62.597.62.369 0 .599-.276.599-.62m-2.092.027a2 2 0 0 1-.012.208h-1.63c.067.333.3.48.591.48a.92.92 0 0 0 .581-.22l.363.4c-.26.24-.593.35-.98.35-.703 0-1.192-.48-1.192-1.208s.474-1.223 1.162-1.223c.662 0 1.114.494 1.117 1.213m-.621-.214c-.057-.296-.235-.463-.5-.463-.292 0-.463.177-.517.463zm6.09 1.368h.607v-2.279h-.608zm-5.469-1.154v-.001zm.608-4.445 2.87 2.519 1.23-1.415-4.1-3.598-4.102 3.598 1.231 1.415zM1.34 13.358c-.264 0-.52.08-.692.308v-.99H0v3.038h.649v-1.258c0-.345.232-.518.51-.518.296 0 .47.183.47.514v1.262h.65v-1.461c0-.533-.391-.895-.938-.895zm16.583 2.356h.608v-3.038h-.608zm5.196-1.217.871-1.08h-.767l-.655.818h-.22l-.001-1.56h-.626l.001 3.039h.626v-.93h.211l.67.93.77-.001zm-1.703-1.09v2.309h-.61v-.255a.86.86 0 0 1-.695.315c-.64 0-1.124-.522-1.124-1.215s.482-1.215 1.123-1.216c.319 0 .541.13.695.317v-.255zm-.592 1.153c0-.364-.242-.636-.6-.636-.366 0-.598.284-.598.637s.233.636.6.635c.357 0 .599-.271.598-.636m-4.281-1.25c-.308 0-.614.105-.796.402-.157-.249-.436-.401-.774-.401-.266 0-.522.088-.689.337v-.275h-.614v2.342h.631V14.43c0-.353.225-.53.496-.53.288 0 .457.188.457.526v1.287h.631V14.43c0-.353.225-.53.496-.53.285 0 .457.188.457.526v1.288h.63v-1.491c0-.543-.374-.913-.925-.913zm-3.025 1.247a2 2 0 0 1-.012.21h-1.629c.067.332.3.48.591.48a.93.93 0 0 0 .58-.222l.364.4c-.261.241-.593.35-.98.35-.704 0-1.192-.48-1.192-1.206 0-.727.473-1.223 1.16-1.224.662 0 1.115.493 1.118 1.212zm-.621-.213c-.057-.295-.235-.462-.5-.462-.292 0-.463.177-.517.462zm-2.439-1.968a.38.38 0 0 0-.351.235.38.38 0 0 0 .082.413.38.38 0 0 0 .414.083.38.38 0 0 0 .123-.62.38.38 0 0 0-.268-.11"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/here.svg b/mkdocs-material/material/templates/.icons/simple/here.svg new file mode 100644 index 0000000..500cfb4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/here.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.29 1.007c-.697.036-1.367.384-2.008 1.036-.97.987-1.104 2.206-.679 3.316l-1.091-1.312c-.106.041-.306.203-.506.406-.572.596-.705 1.516-.558 2.125l-.734-.635-1.45 1.475 1.996 2.03c-1.583-1.326-3.007-1.259-4.323.082-1.331 1.353-1.252 3.006-.147 4.385l-.186-.189c-1.184-1.205-2.328-1.463-3.46-.298-.666.663-.772 1.314-.706 1.897l-2.794-2.83-1.625 1.651 5.372 5.48H0l3.312 3.37 3.282-3.34h3.128l-2.275-2.314c-.798-.8-1.039-1.354-.547-1.855.36-.379.773-.367 1.278.148l2.741 2.803 1.65-1.679-2.049-2.084c1.623 1.368 3.393 1.03 4.738-.351.706-.704 1.09-1.355 1.278-1.801l-1.452-.825a6.5 6.5 0 0 1-.878 1.218c-.799.812-1.543.812-2.048.392l2.94-2.992L17 12.25l1.65-1.678-1.782-1.815c-1.45-1.476-1.025-2.26-.691-2.599.212-.217.425-.378.572-.46a4.2 4.2 0 0 0 .797 1.096c1.728 1.774 3.62 1.53 5.07.042.865-.88 1.279-1.692 1.384-2.099l-1.424-.799a5.9 5.9 0 0 1-1.023 1.489c-.786.812-1.532.813-2.037.394l2.97-3.007-.374-.379C21.13 1.43 20.188.961 19.291 1.007zm-.055 1.918c.273-.002.558.113.838.35l-1.596 1.623c-.452-.527-.465-1.136 0-1.623.226-.23.485-.349.758-.35m-7.357 7.486c.275-.002.564.113.85.35l-1.61 1.626c-.452-.528-.466-1.151 0-1.626.227-.23.486-.349.76-.35"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hermes.svg b/mkdocs-material/material/templates/.icons/simple/hermes.svg new file mode 100644 index 0000000..7211979 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hermes.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.818 4.516-1.05 4.148h2.175L24 4.516m-4.59 9.524h2.17l1.04-4.08h-2.178m-2.41 9.523h2.154l1.056-4.147h-2.16m.193-5.377H5.55v.92l3.341 3.161h9.349m2.41-9.525H0v1.116l3.206 3.032H19.6m-8.372 7.58 3.43 3.24h2.205l1.05-4.147h-6.685"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/heroku.svg b/mkdocs-material/material/templates/.icons/simple/heroku.svg new file mode 100644 index 0000000..8b7f5eb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/heroku.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.61 0H3.39a2.15 2.15 0 0 0-2.16 2.16v19.681A2.15 2.15 0 0 0 3.39 24h17.22a2.15 2.15 0 0 0 2.159-2.159V2.16A2.15 2.15 0 0 0 20.61 0m.96 21.841c0 .539-.421.96-.96.96H3.39a.95.95 0 0 1-.96-.96V2.16c0-.54.42-.961.96-.961h17.22a.95.95 0 0 1 .96.961zM6.63 20.399 9.33 18l-2.7-2.4zm9.72-9.719c-.479-.48-1.379-1.08-2.879-1.08-1.621 0-3.301.421-4.5.84V3.6h-2.4v10.38l1.68-.78s2.76-1.26 5.16-1.26c1.2 0 1.5.66 1.5 1.26v7.2h2.4v-7.2c.059-.179.059-1.501-.961-2.52M13.17 7.5h2.4c1.08-1.26 1.62-2.521 1.8-3.9h-2.399c-.241 1.379-.841 2.64-1.801 3.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hetzner.svg b/mkdocs-material/material/templates/.icons/simple/hetzner.svg new file mode 100644 index 0000000..717f951 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hetzner.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0v24h24V0zm4.602 4.025h2.244c.509 0 .716.215.716.717v5.64h8.883v-5.64c0-.509.215-.717.717-.717h2.229c.5 0 .71.23.724.717v14.516c0 .509-.215.717-.717.717h-2.23c-.51 0-.717-.215-.717-.717v-5.735H7.562v5.735c0 .516-.215.717-.716.717H4.602c-.51 0-.717-.208-.717-.717V4.742c0-.509.207-.717.717-.717"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hevy.svg b/mkdocs-material/material/templates/.icons/simple/hevy.svg new file mode 100644 index 0000000..83a723d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hevy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.76 2.489c1.473 0 2.672 1.16 2.716 2.607q.002 1.622.001 3.244c0 .572-.416 1.2-1.045 1.4-.63.202-1.013-.431-1.044-.975q-.002-1.794-.001-3.587a.624.624 0 0 0-.71-.615c-.375.047-.704.105-1.048.159l-.32.058q-1.33.253-2.122.584c-.338.142-.584.287-.737.423-.096.085-.133.141-.14.177-.041.167-.044.286-.069.449-.047.45-.057.749-.083 1.176l-.018.453c-.041 1.41-.049 2.343-.049 3.648.007 1.219.019 2.056.047 3.192.016.69.044 1.229.074 1.913q.02.348.046.696c.013.218.038.384.058.588q.025.026.053.05c.137.116.377.252.716.39q.495.203 1.212.39c.344.095.68.161 1.001.234.497.104.88.165 1.36.248a.626.626 0 0 0 .72-.512c.008-.033.006-.067.009-.1v-2.091a5.57 5.57 0 0 1 2.688-4.76l2.693-1.559a3.51 3.51 0 0 0 1.759-2.926c.005-.734.002-1.468.002-2.202 0-1.485 1.216-2.69 2.717-2.69q.22 0 .438.036c.506.08.85.148 1.323.236.268.052.478.102.744.16.139.032.271.065.415.1l.264.07c2.073.56 3.168 1.302 3.322 2.444.022.16.031.285.048.437q.023.28.043.56c.034.503.049.91.073 1.418.023.553.032.982.047 1.527l.019.914c.012.75.015 1.337.018 2.082l-.003.941q-.006.635-.015 1.27-.01.506-.026 1.012c-.011.387-.028.681-.044 1.053q-.015.263-.033.524c-.01.153-.026.305-.039.457-.014.167-.036.297-.056.462q-.02.138-.052.273c-.297 1.233-1.592 2.017-3.886 2.553-.243.058-.515.11-.733.156-.293.059-.52.094-.796.143q-.341.055-.682.104c-1.486.213-2.864-.807-3.078-2.277a3 3 0 0 1-.025-.256c-.007-1.09-.003-2.18-.003-3.269 0-.571.506-1.273 1.045-1.4s1.012.432 1.043.976q.004 1.782.002 3.564c.003.38.341.67.717.614.335-.045.572-.09.872-.138.284-.048.5-.096.776-.149.249-.05.437-.102.679-.158.183-.046.322-.088.491-.135.116-.033.23-.072.344-.108.102-.034.201-.073.302-.109q.13-.051.258-.107c.073-.032.143-.07.214-.105.079-.039.134-.082.208-.127q.19-.137.219-.252c.091-.44.106-.946.134-1.327.09-1.976.081-3.96.064-5.744a147 147 0 0 0-.058-2.548l-.031-.783c-.018-.403-.04-.715-.062-1.089-.01-.165-.029-.329-.043-.493l-.015-.128-.047-.044c-.136-.116-.375-.251-.713-.39q-.765-.313-2.063-.59c-.58-.124-1.01-.193-1.518-.282a.625.625 0 0 0-.726.564c-.005.713-.002 1.427-.002 2.14a5.57 5.57 0 0 1-2.689 4.759q-1.344.783-2.692 1.559a3.51 3.51 0 0 0-1.76 2.927v2.201q0 .217-.037.435c-.242 1.465-1.64 2.46-3.12 2.22-.366-.058-.646-.112-1.004-.176-.284-.052-.501-.101-.766-.155-.33-.068-.666-.16-.966-.234C1.52 20.31.421 19.57.255 18.434c-.038-.263-.047-.454-.075-.718-.033-.407-.047-.72-.07-1.12-.03-.593-.044-1.076-.063-1.677-.025-.877-.032-1.546-.043-2.391l-.003-.495L0 11.65l.002-.85c.004-.806.016-1.426.035-2.214.008-.305.022-.61.033-.916.011-.305.034-.61.052-.915.015-.24.037-.423.057-.653.013-.123.033-.246.049-.369.01-.077.029-.152.043-.228.272-1.18 1.41-1.955 3.4-2.48.249-.07.443-.106.679-.163.195-.043.391-.079.587-.118q.232-.043.466-.082c.24-.04.424-.065.654-.101l.342-.047q.18-.024.36-.024"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hexlet.svg b/mkdocs-material/material/templates/.icons/simple/hexlet.svg new file mode 100644 index 0000000..0e69e8f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hexlet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.732 7.099v6.422H7.268V7.099L4.563 6.085V24h2.705v-7.775h9.464V24h2.705V6.085zm3.043-4.057L12 0 4.225 3.042 12 5.746z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hexo.svg b/mkdocs-material/material/templates/.icons/simple/hexo.svg new file mode 100644 index 0000000..a678e41 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hexo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.02 0 1.596 6.02l-.02 12L11.978 24l10.426-6.02.02-12zm4.828 17.14-.96.558-.969-.574V12.99H9.081v4.15l-.96.558-.969-.574V6.854l.964-.552.965.563v4.145h5.838V6.86l.965-.552.964.563z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hey.svg b/mkdocs-material/material/templates/.icons/simple/hey.svg new file mode 100644 index 0000000..dd2dee2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hey.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.57 6.698a5.7 5.7 0 0 0-2.644 1.572c-.84-2.952-2.65-7.42-4.415-8.15a1.28 1.28 0 0 0-1.181.05c-1.104.643-1.823 2.709-1.194 6.624C7.71 2.353 6.863 2.36 6.472 2.353a.96.96 0 0 0-.873.597c-.263.584-.79 2.406.494 6.327C4.547 7.16 4.072 6.89 3.526 6.917a.97.97 0 0 0-.821.557c-.463.873-.41 3.068 1.027 6.34a2.95 2.95 0 0 0-1.773-.73 1.06 1.06 0 0 0-.853.544c-.584 1.073.642 4.083 2.157 6.124C4.49 21.427 6.947 24 10.515 24a8 8 0 0 0 1.489-.141.654.654 0 0 0-.25-1.284c-2.965.578-5.2-1.052-6.553-2.515-2.021-2.19-2.908-4.82-2.959-5.622.424.173 1.644.892 4.018 3.934a.65.65 0 0 0 1.059-.757c-3.337-5.066-3.664-8.132-3.555-9.166.982 1 3.433 4.671 5.28 7.445a.64.64 0 0 0 .88.199.64.64 0 0 0 .238-.873C6.312 8.16 6.446 4.952 6.67 3.874c.577.584 2.11 2.618 5.34 9.626a.64.64 0 0 0 .84.327.64.64 0 0 0 .366-.827c-3.132-8.504-1.772-11.385-1.252-11.712.674 0 2.567 3.247 3.748 7.502q.107.395.205.77a4 4 0 0 0-.385.924c-.64 2.355-1.283 7.7-.045 9.17a1.2 1.2 0 0 0 1.04.444 1.69 1.69 0 0 0 1.232-.757c1.15-1.675.475-5.879-.443-9.557a4.83 4.83 0 0 1 2.567-1.84 1.28 1.28 0 0 1 1.284.307c.526.59 1.445 2.798-1.34 10.583a.654.654 0 0 0 1.231.436c2.22-6.206 2.568-10.204 1.084-11.886A2.53 2.53 0 0 0 19.57 6.7zm-2.888 11.918a.4.4 0 0 1-.218.186c-.48-.571-.48-3.953.045-6.727.995 4.795.417 6.2.173 6.54z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hibernate.svg b/mkdocs-material/material/templates/.icons/simple/hibernate.svg new file mode 100644 index 0000000..5587631 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hibernate.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.365 0 9.98 7.994h8.95L14.31 0zm-.431.248L.46 7.994l4.613 8.008L9.55 8.24zm13.992 7.75-4.475 7.76 4.617 7.992 4.471-7.744zm-4.905 8.006-8.95.002L9.688 24h8.946l-4.615-7.994.001-.002Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hibob.svg b/mkdocs-material/material/templates/.icons/simple/hibob.svg new file mode 100644 index 0000000..264280c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hibob.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.527 17.538c-2.077 0-3.767-1.705-3.767-3.8 0-2.096 1.69-3.8 3.767-3.8s3.767 1.704 3.767 3.8-1.69 3.8-3.766 3.8m0-6.408c-1.426 0-2.586 1.17-2.586 2.607 0 1.439 1.159 2.609 2.585 2.609s2.585-1.17 2.585-2.609c0-1.437-1.16-2.606-2.585-2.606M1.707 10.4V7.082a.86.86 0 0 0-.853-.86.856.856 0 0 0-.854.86v6.632c.002 2.244 1.81 4.065 4.03 4.065s4.029-1.823 4.029-4.065c0-2.24-1.808-4.063-4.029-4.063a3.98 3.98 0 0 0-2.323.748zm2.323 5.658a2.335 2.335 0 0 1-2.323-2.343 2.335 2.335 0 0 1 2.323-2.342 2.335 2.335 0 0 1 2.323 2.342 2.335 2.335 0 0 1-2.323 2.343m16.465-5.854a3.49 3.49 0 0 0-2.848 1.484V6.704a.33.33 0 0 0-.327-.331.33.33 0 0 0-.328.331v7.036c.002 1.949 1.572 3.533 3.504 3.533S24 15.687 24 13.737s-1.573-3.534-3.505-3.534m0 6.408c-1.57 0-2.847-1.289-2.847-2.873s1.278-2.872 2.847-2.872c1.57 0 2.848 1.288 2.848 2.872 0 1.585-1.277 2.873-2.848 2.873"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hilton.svg b/mkdocs-material/material/templates/.icons/simple/hilton.svg new file mode 100644 index 0000000..1dad6c9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hilton.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 7.544v8.912h24V7.544zm23.588 8.503H.406V7.95h23.182zM3.682 14.41h-1.62v-.249l.324-.044V9.873l-.324-.045v-.242h1.62v.242l-.324.045v1.813h2.107V9.873l-.355-.045v-.242h1.647v.242l-.334.045v4.244l.334.044v.25H5.11v-.25l.355-.044v-1.933H3.358v1.933l.324.044zm5.298 0H7.466v-.218l.31-.044V11.24l-.31-.045v-.218h1.203v3.17l.31.045zm2.171.004H9.638v-.215l.303-.041V9.845l-.303-.044V9.59h1.203v4.568l.31.04zm.941-3.116h-.634v-.32h.658v-.717l.88-.262v.978h.807v.32h-.81v2.043c0 .528.108.695.589.695.177 0 .334 0 .48-.037v.235c-.436.153-.804.218-1.114.218-.696 0-.856-.314-.856-.914v-2.24zm3.924 3.214c1.139 0 1.861-.715 1.861-1.786 0-1.176-.678-1.844-1.803-1.844-1.139 0-1.861.74-1.861 1.844 0 1.32.702 1.786 1.803 1.786m.024-3.364c.525 0 .849.474.849 1.558 0 1.111-.304 1.544-.85 1.544-.51 0-.834-.453-.834-1.544 0-1.105.323-1.558.835-1.558m3.72 3.262h-1.521v-.218l.31-.044v-2.884l-.31-.045v-.242h1.21v.478c.375-.3.74-.543 1.248-.543.678 0 .981.396.981 1.173v2.066l.31.041v.218h-1.513v-.218l.303-.044v-1.954c0-.542-.2-.784-.613-.784-.191 0-.495.133-.716.287v2.45l.31.045v.218zM7.738 10.07a.487.487 0 0 1 .975 0 .487.487 0 0 1-.488.485.485.485 0 0 1-.487-.485"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hiltonhotelsandresorts.svg b/mkdocs-material/material/templates/.icons/simple/hiltonhotelsandresorts.svg new file mode 100644 index 0000000..1a6c23e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hiltonhotelsandresorts.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.197 3.696C4.749 3.696 0 7.802 0 12.19c0 2.267 1.275 4.177 2.88 5.5l.122-.083C1.729 16.553.58 14.9.58 12.637.916 7.836 6.826 5.13 12.076 5.13c3.718 0 10.394.86 10.394 7.086 0 3.248-3.465 7.473-10.737 7.473-3.725 0-6.618-1.999-6.618-4.87 0-2.488 1.943-4.258 4.841-4.258.799 0 1.547.187 2.118.342-1.209-.218-3.085.093-4.056.857v4.205h3.561v-4.78a4.4 4.4 0 0 1 1.551.598v4.182h.928c-.73.82-2.088 1.319-3.264 1.135v.176c3.384.267 4.816-1.341 4.816-3.15 0-2.128-1.994-3.378-4.03-3.634V7.349H8.017v3.18c-2.305.465-4.56 1.837-4.56 4.11 0 3.498 4.88 5.665 9.125 5.665 6.452 0 11.417-3.125 11.417-7.51 0-5.31-7.168-9.098-12.803-9.098m4.908 10.552c0-1.545-1.055-2.784-2.975-3.382V7.35h3.557v8.616h-1.112c.391-.552.53-1.178.53-1.717"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hitachi.svg b/mkdocs-material/material/templates/.icons/simple/hitachi.svg new file mode 100644 index 0000000..1a1e25a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hitachi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.787 11.41h-1.026a.9.9 0 0 0-.052-.284.71.71 0 0 0-.459-.427 1.4 1.4 0 0 0-.913.019.89.89 0 0 0-.535.542 2.3 2.3 0 0 0-.04 1.425.88.88 0 0 0 .535.584 1.5 1.5 0 0 0 .977.027.7.7 0 0 0 .428-.384 1 1 0 0 0 .08-.396h1.031a2 2 0 0 1-.049.351c-.09.365-.346.672-.684.814a3.25 3.25 0 0 1-2.251.104c-.477-.15-.89-.493-1.054-.96a2.4 2.4 0 0 1-.133-.788c0-.388.068-.764.254-1.077.192-.321.486-.569.842-.701a3.06 3.06 0 0 1 2.318.063 1.2 1.2 0 0 1 .698.853q.025.115.033.235m-3.979 2.436H12.72l-.32-.793h-1.834c-.001.001-.315.794-.319.793h-1.09l1.727-3.693c0 .002 1.199 0 1.199 0zm5.483.001h-.977s.005-3.693 0-3.693h.977v1.477h1.976c0 .005-.002-1.478 0-1.477h.979s.003 3.686 0 3.693h-.979v-1.626c0 .005-1.976 0-1.976 0 .002.007 0 1.624 0 1.626m-18.312 0H0s.005-3.693 0-3.693h.979s-.002 1.487 0 1.477h1.976c0 .005-.004-1.478 0-1.477h.978s.004 3.686 0 3.693h-.978v-1.626c0 .005-1.976 0-1.976 0 0 .007-.002 1.625 0 1.626m7.531-.001h-.977v-3.065H6.036s.002-.626 0-.627c.002.001 3.971 0 3.971 0v.627H8.51zm-3.801-3.692h.977v3.692h-.977zm18.312 0H24v3.692h-.979zm-11.537.627-.681 1.68h1.361z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hive.svg b/mkdocs-material/material/templates/.icons/simple/hive.svg new file mode 100644 index 0000000..991fa11 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hive.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.442 21.355c.55-.19.74-.256.99-.373.342-.152.605-.39.605-.818a.85.85 0 0 0-.605-.813c-.318-.092-.703.042-.99.122l-5.42 1.46a7.8 7.8 0 0 1-4.057 0l-5.407-1.46c-.287-.08-.672-.214-.99-.122a.85.85 0 0 0-.605.813c0 .427.263.666.605.818.25.117.44.184.99.373l5.138 1.79a6.98 6.98 0 0 0 4.601 0zm-9.263-3.224a7.6 7.6 0 0 0 3.636 0l8.01-1.967c.507-.122.709-.165.99-.257.354-.116.605-.415.605-.806a.85.85 0 0 0-.605-.813c-.281-.08-.697.024-.99.08l-8.664 1.545a6.8 6.8 0 0 1-2.334 0l-8.652-1.545c-.293-.056-.708-.16-.99-.08a.85.85 0 0 0-.604.813c0 .39.25.69.604.806.282.092.483.135.99.257zM14.75.621a24.4 24.4 0 0 0-5.511 0L6.495.933c-.294.03-.715.055-.99.14-.28.092-.605.355-.605.807 0 .39.257.702.605.806.281.08.696.074.99.074h11.01c.293 0 .709.006.99-.074a.835.835 0 0 0 .605-.806c0-.452-.324-.715-.605-.807-.275-.085-.697-.11-.99-.14zm6.037 6.767c.3-.019.709-.037.99-.116a.84.84 0 0 0 0-1.614c-.281-.085-.69-.073-.99-.073H3.214c-.3 0-.709-.012-.99.073a.84.84 0 0 0 0 1.614c.281.079.69.097.99.116l7.808.556c.642.042 1.308.042 1.943 0zm1.62 4.242c.513-.08.708-.104.989-.202.354-.121.605-.409.605-.806a.84.84 0 0 0-.605-.806c-.28-.086-.69-.019-.99.012l-9.232.929a11.8 11.8 0 0 1-2.358 0l-9.22-.93c-.3-.03-.715-.097-.99-.011a.84.84 0 0 0-.605.806c0 .397.25.685.605.806.275.092.476.123.99.202l8.823 1.418c1.038.165 2.12.165 3.158 0Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hive_blockchain.svg b/mkdocs-material/material/templates/.icons/simple/hive_blockchain.svg new file mode 100644 index 0000000..40f1925 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hive_blockchain.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.076 1.637a.1.1 0 0 0-.09.05L.014 11.95a.1.1 0 0 0 0 .104l6.039 10.26c.04.068.14.068.18 0l5.972-10.262a.1.1 0 0 0-.002-.104L6.166 1.687a.1.1 0 0 0-.09-.05m2.863 0a.103.103 0 0 0-.09.154l5.186 8.967a.1.1 0 0 0 .09.053h3.117c.08 0 .13-.088.09-.157l-5.186-8.966a.1.1 0 0 0-.09-.051zm5.891 0a.102.102 0 0 0-.088.154L20.656 12l-5.914 10.209a.102.102 0 0 0 .088.154h3.123a.1.1 0 0 0 .088-.05l5.945-10.262a.1.1 0 0 0 0-.102L18.041 1.688a.1.1 0 0 0-.088-.051zm-.79 11.7a.1.1 0 0 0-.089.052l-5.101 8.82c-.04.069.01.154.09.154h3.117a.1.1 0 0 0 .09-.05l5.1-8.82a.103.103 0 0 0-.09-.155z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hivemq.svg b/mkdocs-material/material/templates/.icons/simple/hivemq.svg new file mode 100644 index 0000000..b1e3ed1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hivemq.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.38 0 0 5.38 0 12s5.38 12 12 12 12-5.38 12-12S18.62 0 12 0m0 1.01c6.06 0 10.99 4.93 10.99 10.99S18.06 22.99 12 22.99 1.01 18.06 1.01 12 5.94 1.01 12 1Zm0 .95C6.47 1.97 1.97 6.47 1.97 12S6.47 22.03 12 22.03 22.03 17.53 22.03 12 17.53 1.97 12 1.97Zm-.9 3.79c.05 0 .1.04.12.09l.23.5c.38-.12.8-.12 1.18 0l.23-.5c.03-.07.12-.11.2-.07.07.03.1.12.07.19l-.21.46v.02c.2.1.39.23.55.39.3.29.49.67.56 1.09a2.016 2.016 0 0 1-.18 1.24c2.77-1.25 5.03-1.6 5.57-.85.48.85-.49 1.92-2.12 3.31l-.04-.04c-.11-.11-.1-.29.01-.4.62-.58 1.98-1.96 1.2-2.36-.87-.44-3.23.17-5.85 1.56 3.73 2.16 6.26 4.74 5.66 5.78-.38.65-1.94.56-3.94-.14l.07-.12c.07-.11.2-.16.33-.12 1.39.42 2.25.62 2.55.17.42-.72-1.7-3.22-4.99-5.12-.08-.05-.17-.1-.25-.14l-.25.14c-3.29 1.9-5.41 4.39-4.99 5.12.3.45 1.16.25 2.55-.17.12-.04.26.01.33.12l.07.12c-2 .71-3.56.79-3.94.14-.6-1.04 1.94-3.62 5.66-5.78-.72-.38-1.47-.72-2.23-1.02-.73-.28-3.08-1.07-3.71-.47-.2.19-.19.54.23 1.12.32.44.78.9 1.07 1.17.11.11.12.28.01.4l-.04.04c-.6-.51-2.83-2.3-2.1-3.32.8-1.12 4.78.52 5.5.85-.48-1.01-.06-2.21.94-2.69l-.02-.04-.2-.45c-.03-.07 0-.16.07-.2.02-.01.05-.02.08-.01Zm.22.96c-.69.32-1.08 1.06-.97 1.82.69-.32 1.08-1.06.97-1.82m1.42 0c-.12.75.27 1.49.97 1.82.12-.75-.28-1.49-.97-1.82m-.7 4.58c.78.46 1.54.95 2.27 1.49.13.4.2.81.18 1.23H9.58c-.02-.42.05-.83.18-1.23.73-.53 1.49-1.03 2.27-1.49Zm-2.31 3.57h4.63c-.11.37-.29.72-.52 1.02h-3.58c-.24-.3-.42-.65-.52-1.02Zm1.3 1.88h2.02c-.31.32-.55.61-1.01 1.44-.46-.83-.7-1.12-1.01-1.44"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/homarr.svg b/mkdocs-material/material/templates/.icons/simple/homarr.svg new file mode 100644 index 0000000..7492a8b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/homarr.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.256 15.698a6.52 6.52 0 0 0 1.25-3.848 6.52 6.52 0 0 0-2.011-4.716 6.5 6.5 0 0 0-.833-.678 6.5 6.5 0 0 0-2.881-1.095q-.001 0-.002.002l1.251 5.1H0a6.03 6.03 0 0 0 4.253 4.991l.435 1.772a6.6 6.6 0 0 0 1.568-1.528Zm14.714-5.235 1.251-5.1-.002-.002a6.5 6.5 0 0 0-2.881 1.095 6.6 6.6 0 0 0-.833.678 6.52 6.52 0 0 0-2.01 4.716 6.52 6.52 0 0 0 1.25 3.848 6.6 6.6 0 0 0 1.567 1.528l.435-1.772A6.03 6.03 0 0 0 24 10.462zm-7.615 3.543a.82.82 0 0 0 .821-.822.82.82 0 0 0-.821-.821.82.82 0 0 0-.822.821c0 .454.368.822.822.822m-2.71-1.643a.82.82 0 0 0-.82.821c0 .454.367.822.82.822a.82.82 0 0 0 .823-.822.82.82 0 0 0-.822-.821m-.538 2.897a7.8 7.8 0 0 0-4.13 2.533 7.8 7.8 0 0 0-1.342 2.252l2.184.013 12.444.056.002-.004a7.83 7.83 0 0 0-9.157-4.85Zm3.247-4.91c.09 0 .178.018.26.046V7.263a2.448 2.448 0 0 1 4.5-1.332q.356-.298.749-.552a3.376 3.376 0 0 0-6.177 1.884v3.433a.82.82 0 0 1 .667-.346zM7.937 4.814a2.45 2.45 0 0 1 2.448 2.449v3.133a.8.8 0 0 1 .26-.046.82.82 0 0 1 .668.346V7.263a3.38 3.38 0 0 0-3.376-3.376 3.38 3.38 0 0 0-2.8 1.492q.39.254.748.552a2.45 2.45 0 0 1 2.052-1.117"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/homeadvisor.svg b/mkdocs-material/material/templates/.icons/simple/homeadvisor.svg new file mode 100644 index 0000000..9a46ac1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/homeadvisor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.98 2.442H8.02L0 10.46h2.275l6.882-6.88 6.881 6.881H24l-8.02-8.018m-.492 9.348L9.157 5.459 4.01 10.605v4.987a1.33 1.33 0 0 0 1.329 1.329h6.077l4.637 4.637v-4.637h2.598a1.33 1.33 0 0 0 1.33-1.33V11.79h-4.494Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/homeassistant.svg b/mkdocs-material/material/templates/.icons/simple/homeassistant.svg new file mode 100644 index 0000000..fe7a479 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/homeassistant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.939 10.627 13.061.749a1.505 1.505 0 0 0-2.121 0l-9.879 9.878C.478 11.21 0 12.363 0 13.187v9c0 .826.675 1.5 1.5 1.5h9.227l-4.063-4.062a2 2 0 0 1-.664.113c-1.13 0-2.05-.92-2.05-2.05s.92-2.05 2.05-2.05 2.05.92 2.05 2.05c0 .233-.041.456-.113.665l3.163 3.163V9.928a2.05 2.05 0 0 1-1.15-1.84c0-1.13.92-2.05 2.05-2.05s2.05.92 2.05 2.05a2.05 2.05 0 0 1-1.15 1.84v8.127l3.146-3.146A2.05 2.05 0 0 1 18 12.239c1.13 0 2.05.92 2.05 2.05s-.92 2.05-2.05 2.05a2 2 0 0 1-.709-.13L12.9 20.602v3.088h9.6c.825 0 1.5-.675 1.5-1.5v-9c0-.825-.477-1.977-1.061-2.561z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/homeassistantcommunitystore.svg b/mkdocs-material/material/templates/.icons/simple/homeassistantcommunitystore.svg new file mode 100644 index 0000000..23e91e6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/homeassistantcommunitystore.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.63.47a.393.393 0 0 0-.39.39v2.417c0 .212.177.39.39.39h20.74c.213 0 .39-.178.39-.39V.859a.393.393 0 0 0-.39-.39zm-.045 4.126a.41.41 0 0 0-.407.337l-1.17 6.314C0 11.274 0 11.3 0 11.327v2.117c0 .23.186.416.416.416h23.168c.23 0 .416-.186.416-.416v-2.126c0-.027 0-.053-.009-.08l-1.169-6.305a.41.41 0 0 0-.407-.337zM1.7 14.781a.457.457 0 0 0-.46.46v7.829c0 .257.203.46.46.46h14.108c.257 0 .46-.203.46-.46v-6.589c0-.257.204-.46.461-.46h4.02c.258 0 .461.203.461.46v6.589c0 .257.204.46.46.46h.62a.456.456 0 0 0 .461-.46v-7.829a.46.46 0 0 0-.46-.46zm1.842 1.55h7.847c.212 0 .39.177.39.39V21.6c0 .212-.178.39-.39.39H3.542a.393.393 0 0 1-.39-.39v-4.88c0-.221.178-.39.39-.39Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/homebrew.svg b/mkdocs-material/material/templates/.icons/simple/homebrew.svg new file mode 100644 index 0000000..8516e35 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/homebrew.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.938 0a.214.214 0 0 0-.206.156c-.316 1.104.179 2.15.838 2.935q.23.27.476.501a2 2 0 0 0-.665.02c-1.184.233-2.193.985-2.74 2.532a3.9 3.9 0 0 0-.2 1.466 1.565 1.565 0 0 0-1.156 1.504 1.59 1.59 0 0 0 1.227 1.541l.026 12.046c0 .195.1.377.264.482l.008.005c.537.31 2.047.812 5.21.812 3.238 0 4.7-.678 5.181-1.04l.008-.007a.57.57 0 0 0 .206-.439c.002-.344.002-1.136.002-1.604a.143.143 0 0 1 .147-.144c.397.006.869.006 1.318.005a1.826 1.826 0 0 0 1.832-1.825v-5.804a1.826 1.826 0 0 0-1.825-1.826H16.56a.14.14 0 0 1-.143-.144V10.6h.007v-.001a1.57 1.57 0 0 0 1.356-1.556c0-.816-.627-1.489-1.424-1.563-.025-1.438-.437-2.126-.736-2.58l-.005-.007c-.364-.51-1.193-1.282-2.275-1.316-.503-.016-.842.124-1.125.254-.217.1-.42.177-.67.22.002-1.286.945-1.981.945-1.981a.214.214 0 0 0 .05-.298s-.087-.122-.21-.26c-.121-.136-.269-.294-.47-.378a.2.2 0 0 0-.079-.017.21.21 0 0 0-.145.055 4.3 4.3 0 0 0-.875 1.101 3 3 0 0 0-.133.273 3.5 3.5 0 0 0-.381-.846C9.794.978 9.063.436 8.017.016A.2.2 0 0 0 7.939 0zm.156.524c.85.378 1.43.83 1.79 1.403.274.438.426.962.484 1.584a3 3 0 0 0-.012.462l-.168-.052a5.5 5.5 0 0 1-1.29-1.106c-.551-.657-.935-1.46-.804-2.291M11.8 1.618c.07.054.141.101.212.18.034.039.032.04.058.073-.332.308-1.07 1.144-.952 2.453a.214.214 0 0 0 .222.195c.469-.017.782-.172 1.056-.299.273-.126.508-.228.931-.214.875.027 1.639.715 1.939 1.134.295.449.65 1 .663 2.36a1.7 1.7 0 0 0-.41.142 1.94 1.94 0 0 0-1.77-1.16 1.94 1.94 0 0 0-1.87 1.448 1.78 1.78 0 0 0-1.356-.64c-.484 0-.91.205-1.233.517a1.87 1.87 0 0 0-1.85-1.625c-.649 0-1.218.335-1.552.84a3 3 0 0 1 .157-.735c.51-1.437 1.355-2.045 2.42-2.254.367-.073.664-.011.99.095s.671.262 1.094.342a.214.214 0 0 0 .252-.245c-.112-.67.073-1.266.336-1.744a3.7 3.7 0 0 1 .663-.863M7.44 6.611a1.442 1.442 0 0 1 1.363 1.925.214.214 0 0 0 .168.283h.005a.214.214 0 0 0 .238-.146 1.373 1.373 0 0 1 2.613-.01.214.214 0 0 0 .417-.09 1.51 1.51 0 0 1 1.504-1.664c.678 0 1.249.445 1.442 1.056a.214.214 0 0 0 .259.143l.15-.04a.2.2 0 0 0 .051-.02 1.14 1.14 0 0 1 1.702.995 1.14 1.14 0 0 1-.985 1.131h-.001a2.2 2.2 0 0 0-.485.126 11 11 0 0 1-1.176.365.21.21 0 0 0-.162.186 1.3 1.3 0 0 1-.146.478 2.07 2.07 0 0 0-.239 1.111l.001.151a.44.44 0 0 1-.16.36.67.67 0 0 1-.43.14.586.586 0 0 1-.588-.59.8.8 0 0 0-.38-.681l-.002-.002c-.24-.145-.43-.37-.532-.636a.21.21 0 0 0-.207-.138 19.5 19.5 0 0 1-5.37-.6l-.003-.002a9 9 0 0 0-.838-.194h.003a1.16 1.16 0 0 1-.937-1.134c0-.619.488-1.118 1.101-1.14a.214.214 0 0 0 .204-.176 1.44 1.44 0 0 1 1.42-1.187m8.549 4.106v.455c0 .314.259.573.572.573h1.329a1.397 1.397 0 0 1 1.397 1.397v5.804a1.396 1.396 0 0 1-1.402 1.396h-.002c-.448.002-.918 0-1.31-.005a.573.573 0 0 0-.584.573c0 .468 0 1.262-.002 1.603v.001q-.002.065-.05.107c-.346.26-1.75.95-4.915.95-3.107 0-4.587-.52-4.99-.752a.14.14 0 0 1-.065-.118l-.025-11.955q.217.05.431.11h.003c.115.031.246.064.383.097v10.37c0 .129.069.247.18.31.453.217 1.767.732 4.071.732 2.32 0 3.595-.626 4.022-.884a.36.36 0 0 0 .164-.3l.001-10.21q.4-.111.792-.254m-7.99.894a.493.493 0 0 1 .494.493v8.578a.493.493 0 0 1-.493.493.493.493 0 0 1-.494-.493v-8.578A.493.493 0 0 1 8 11.611zm8.652 1.14a.663.663 0 0 0-.662.662v5.208a.663.663 0 0 0 .662.662h1.14a.663.663 0 0 0 .662-.662v-5.209a.663.663 0 0 0-.662-.662zm0 .428h1.14a.233.233 0 0 1 .233.233v5.21a.233.233 0 0 1-.233.232h-1.14a.233.233 0 0 1-.233-.233v-5.209a.233.233 0 0 1 .233-.233"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/homebridge.svg b/mkdocs-material/material/templates/.icons/simple/homebridge.svg new file mode 100644 index 0000000..58a9b78 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/homebridge.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0m8.116 12.262a.74.74 0 0 1-.741-.74c0-.008.005-.016.005-.025l-1.46-1.46a1.3 1.3 0 0 1-.38-.917V5.731a.285.285 0 0 0-.284-.283h-.915a.284.284 0 0 0-.284.283v2.413L12.17 4.383a.284.284 0 0 0-.4.003L4.438 11.72a.283.283 0 0 0 0 .4l.696.697a.286.286 0 0 0 .4 0l5.635-5.552a1.3 1.3 0 0 1 1.83.008l5.525 5.525a1.3 1.3 0 0 1 0 1.836l-.679.68a1.305 1.305 0 0 1-1.824.012l-3.876-3.766a.283.283 0 0 0-.4.004l-3.723 3.74a.285.285 0 0 0 0 .4l.687.69a.283.283 0 0 0 .4 0l2.013-1.986a1.3 1.3 0 0 1 1.824 0l1.994 1.96.007.007a1.3 1.3 0 0 1 0 1.837l-1.985 1.984v.013a.74.74 0 1 1-.74-.741c.009 0 .016.005.025.005l1.975-1.98a.28.28 0 0 0 .084-.201.28.28 0 0 0-.085-.2l-1.995-1.96a.285.285 0 0 0-.4 0l-2.006 1.98a1.3 1.3 0 0 1-1.83-.004l-.69-.689a1.3 1.3 0 0 1 0-1.834l3.72-3.74a1.303 1.303 0 0 1 1.826-.016l3.879 3.758a.285.285 0 0 0 .4 0l.679-.679a.285.285 0 0 0 0-.4L12.28 7.986a.284.284 0 0 0-.4 0l-5.637 5.555a1.3 1.3 0 0 1-1.829-.008l-.698-.694-.002-.003a1.296 1.296 0 0 1 .002-1.834l7.334-7.334a1.305 1.305 0 0 1 1.821-.015l2.166 2.097v-.019a1.3 1.3 0 0 1 1.299-1.298h.916a1.3 1.3 0 0 1 1.298 1.298v3.384a.28.28 0 0 0 .083.2l1.467 1.467h.014a.74.74 0 0 1 .001 1.48z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/homepage.svg b/mkdocs-material/material/templates/.icons/simple/homepage.svg new file mode 100644 index 0000000..84fa506 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/homepage.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.992.034C1.217.166.602.841.416 1.769.388 1.901.36 21.858.388 23.895c0 .181 0 .181.923-.593.497-.416 1.328-1.128 1.801-1.516.34-.28.626-.543.637-.576.011-.039.022-1.148.017-2.466L3.76 16.35h1.516c.829 0 1.52.022 1.537.044s.028.538.022 1.142c0 .61.011 1.104.022 1.104.017 0 .643-.522.725-.604.017-.017.401-.335.851-.714.923-.77.917-.764 1.373-1.148.28-.236.34-.264.412-.203.072.066 2.878 2.421 3.592 3.02a1239 1239 0 0 1 3.932 3.306c.003.003 2.02 1.74 2.076 1.702.021-.01.038-3.333.038-7.38-.006-6.574.005-7.365.082-7.381.044-.011.895-.017 1.884-.017h1.801l-.022-3.761c-.005-2.07-.033-3.817-.05-3.877-.142-.495-.51-1.022-.883-1.28-.473-.318.164-.302-10.566-.302-5.442-.005-9.99.011-10.11.033"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/homify.svg b/mkdocs-material/material/templates/.icons/simple/homify.svg new file mode 100644 index 0000000..d9e61ec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/homify.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.383 10.561v.055l-.004.048c-.088 2.33-.057 11.357-.057 11.823.002 1.078-.826 1.943-1.596 1.283l-6.98-5.53a374 374 0 0 1-4.742 4.925c-.977.946-1.786-1.327-1.045-1.808.066-.042 2.223-1.95 4.61-4.05L5.4 13.214c-.446-.356-.618-.946-.363-1.261a.46.46 0 0 1 .328-.127.5.5 0 0 1 .164.037c1.596.722 3.962 2.492 6.314 4.329 2.45-2.15 4.805-4.191 5.116-4.364.38-.214.48.354.354.516-.131.166-2.169 2.326-4.408 4.678 2.204 1.732 4.294 3.389 5.614 4.137l.217-10.62c-.17-.206-5.332-7.163-5.892-7.746-.892.78-5.566 6.112-5.802 6.342 1.067.11 5.597.382 8.452.684.721.07 1.2.606-.346.59l-11.105-.015a.44.44 0 0 1-.394-.267.415.415 0 0 1 .094-.457C3.8 9.613 11.782.748 12.454.184A.7.7 0 0 1 12.935 0a.73.73 0 0 1 .483.227c.083.077 4.292 5.94 6.344 8.802.492.678.617 1.137.621 1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/honda.svg b/mkdocs-material/material/templates/.icons/simple/honda.svg new file mode 100644 index 0000000..77beb5b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/honda.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.902 6.87c-.33-3.218-2.47-3.895-4.354-4.204-.946-.16-2.63-.3-3.716-.34-.946-.06-3.168-.09-3.835-.09-.657 0-2.89.03-3.835.09-1.076.04-2.77.18-3.716.34C2.563 2.985.42 3.66.092 6.87c-.08.877-.1 2.023-.09 3.248.03 2.031.2 3.406.3 4.363.07.657.338 2.62.687 3.636.478 1.395.916 1.803 1.424 2.222.937.757 2.471.996 2.79 1.056 1.733.31 5.24.368 6.784.368s5.05-.05 6.784-.368c.329-.06 1.863-.29 2.79-1.056.508-.419.946-.827 1.424-2.222.35-1.016.628-2.979.698-3.636.1-.957.279-2.332.299-4.363.04-1.225.01-2.371-.08-3.248m-1.176 5.4c-.19 2.57-.418 4.104-.747 5.22-.29.976-.637 1.623-1.165 2.092-.867.787-2.063.956-2.76 1.056-1.514.23-4.055.3-6.057.3s-4.543-.08-6.057-.3c-.697-.1-1.893-.269-2.76-1.056-.518-.469-.876-1.126-1.155-2.093-.329-1.105-.558-2.65-.747-5.22-.11-1.543-.09-4.054.08-5.4.258-2.011 1.255-3.018 3.387-3.396.996-.18 2.34-.31 3.606-.37 1.016-.07 2.7-.1 3.636-.09.936-.01 2.62.03 3.636.09 1.275.06 2.61.19 3.606.37 2.142.378 3.139 1.395 3.388 3.397.199 1.345.229 3.856.11 5.4m-5.202-8.39c-.548 2.462-.767 3.588-1.216 5.37-.428 1.715-.767 3.298-1.335 4.065-.587.777-1.365.947-1.893 1.006-.279.03-.478.04-1.066.05a8 8 0 0 1-1.075-.05c-.528-.06-1.315-.229-1.892-1.006-.578-.767-.907-2.35-1.335-4.064-.47-1.773-.678-2.91-1.236-5.37 0 0-.548.02-.797.04-.329.02-.588.05-.867.09.343 5.372.692 11.079 1.126 16.13a22 22 0 0 0 2.39.169c.33-1.266.748-3.02 1.207-3.767.378-.608.966-.677 1.295-.717.518-.07.956-.08 1.165-.08.2-.01.637 0 1.165.08.33.05.917.11 1.295.717.47.747.877 2.5 1.206 3.766 0 0 .358-.01 1.165-.05q.616-.027 1.226-.12c.458-5.39.785-10.728 1.126-16.128-.28-.04-.538-.07-.867-.09-.23-.02-.787-.04-.787-.04z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/honey.svg b/mkdocs-material/material/templates/.icons/simple/honey.svg new file mode 100644 index 0000000..cf0ba9e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/honey.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.416 5.59c.04-.994.254-2.312.909-3.091.922-1.09 2.794-.914 3.102.658.146.767-.054 1.708-.402 2.367-.734 1.439-2.1 2.622-3.636 3.026.013-.901 0-2.071.027-2.96m12.54 13.904c-.775.901-1.764 1.6-2.714 1.56-1.07-.04-.963-1.372-.963-2.124v-3.16c.014-.605.014-1.21-.053-1.802-.174-1.761-1.204-3.173-3.142-3.307-3.37-.135-4.706 3.132-5.695 5.821v-5.89c2.94-.456 7.02-2.11 7.14-5.875.2-6.4-10.563-6.629-10.523 1.426.014.618.014 1.802.014 2.42-1.445-.215-2.608-2.34-3.143-3.604a.35.35 0 0 0-.427-.215C.43 5.27.137 7.407 1.5 8.86c1.124 1.197 2.915 1.654 4.493 1.735-.013 4.664-.013 7.542-.013 12.194.067.66.962.835 1.484.848.588.013 1.684-.16 1.738-.928.187-2.286 2.125-9.036 4.76-9.036.613 0 .908.403.908.995v5.5c0 2.286 1.284 3.818 3.623 3.832 2.073 0 3.891-1.72 4.8-3.698.281-.632-.922-1.278-1.337-.807z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hono.svg b/mkdocs-material/material/templates/.icons/simple/hono.svg new file mode 100644 index 0000000..cac0d83 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hono.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.445.002a45.5 45.5 0 0 0-5.252 8.146 9 9 0 0 1-.555-.53 28 28 0 0 0-1.205-1.542 8.8 8.8 0 0 0-1.251 2.12 20.7 20.7 0 0 0-1.448 5.88 8.9 8.9 0 0 0 .338 3.468q1.968 5.22 7.445 6.337 4.583.657 8.097-2.312 4.015-3.885 2.047-9.132a33.3 33.3 0 0 0-2.988-5.59A91 91 0 0 0 12.615.053a.22.22 0 0 0-.17-.051m-.336 3.906a51 51 0 0 1 4.794 6.552q.672 1.15 1.108 2.41.91 3.579-1.951 5.904-2.768 1.947-6.072 1.156-3.564-1.105-4.121-4.794a5.1 5.1 0 0 1 .242-2.266q.536-1.361 1.3-2.601l1.446-2.121a397 397 0 0 0 3.254-4.24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/honor.svg b/mkdocs-material/material/templates/.icons/simple/honor.svg new file mode 100644 index 0000000..4f5f0d1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/honor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.601 9.753v1.823H.807V9.753H0v4.498h.807v-1.874h1.794v1.874h.807V9.753zm18.671.801h.898c.369 0 .667.297.667.662a.665.665 0 0 1-.667.663h-.898zm-.806-.801v4.498h.806v-2.002l1.68 2.002H24l-1.376-1.64a1.462 1.462 0 0 0-.444-2.858h-1.716zm-7.63-.014v2.807l-1.959-2.807h-.644v4.498h.807v-2.82l1.968 2.82h.633V9.739zm-7.532 2.26c0-.832.68-1.506 1.517-1.506A1.51 1.51 0 0 1 8.337 12c0 .832-.679 1.506-1.516 1.506-.403 0-.789-.159-1.073-.441A1.5 1.5 0 0 1 5.304 12zM4.497 12c0 .933.566 1.774 1.434 2.132.869.357 1.868.16 2.533-.5s.863-1.653.503-2.515a2.32 2.32 0 0 0-2.146-1.425 2.316 2.316 0 0 0-2.323 2.307zm11.04-.001a1.513 1.513 0 0 1 1.518-1.506c.838 0 1.516.675 1.516 1.507a1.513 1.513 0 0 1-1.518 1.506c-.402 0-.788-.159-1.072-.441a1.5 1.5 0 0 1-.444-1.066M14.73 12c0 .933.566 1.774 1.434 2.132.868.357 1.868.16 2.532-.5.665-.66.864-1.653.504-2.515a2.325 2.325 0 0 0-2.147-1.425 2.316 2.316 0 0 0-2.323 2.307z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hootsuite.svg b/mkdocs-material/material/templates/.icons/simple/hootsuite.svg new file mode 100644 index 0000000..b74ff66 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hootsuite.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.417 11.14c.505.75.28 1.572-.38 2.017s-1.505.343-2.01-.407c-.506-.75-.282-1.572.378-2.017s1.506-.343 2.012.407m5.017-.274c-.66.444-.884 1.266-.379 2.016.506.75 1.352.852 2.012.407.66-.444.884-1.266.379-2.016-.506-.75-1.352-.852-2.012-.407m7.422-7.086L19.03 6.638l.236.272c2.224 2.613 3.591 6.409 4.247 8.606a4.36 4.36 0 0 1-.638 3.8C21.449 21.295 18.398 24 12.369 24c-6.58 0-10-3.25-11.644-5.251a3.12 3.12 0 0 1-.51-3.067c.909-2.444 2.766-7.126 4.257-8.825a13.2 13.2 0 0 1 2.897-2.478L2.4.534c-.27-.208-.034-.632.285-.513l8.077 3.006q.571-.1 1.13-.1c1.407 0 2.737.307 4.074 1.084l7.744-.695c.266-.024.378.331.147.464zm-8.218 13.656a4.13 4.13 0 0 1-3.316-.232c-.073-.037-.143.055-.087.115.457.49 1.273 1.35 1.766 1.775a.253.253 0 0 0 .35-.023l1.369-1.512c.053-.059-.008-.15-.082-.123m.24-1.156-1.796-2.018a.34.34 0 0 0-.513.008l-1.44 1.716a.18.18 0 0 0 .031.262c.333.239 1.148.76 1.942.76.734 0 1.402-.285 1.724-.447a.18.18 0 0 0 .052-.281m1.616-8.409c-.3-.034-.603.035-.862.188l-1.808 1.07c-.45.268-1.02.231-1.432-.091L11.819 7.82a4.7 4.7 0 0 0-1.776-.858c-2.698-.638-4.532.78-5.914 3.44-1.32 2.539-.583 6.184 2.672 7.05 3.438.914 5.71-2.903 6.618-4.175a.44.44 0 0 1 .712-.002c1.408 1.916 3.306 3.968 5.34 3.557 2.656-.535 2.342-3.905 1.512-5.7-.735-1.588-1.83-3.074-3.49-3.262z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hoppscotch.svg b/mkdocs-material/material/templates/.icons/simple/hoppscotch.svg new file mode 100644 index 0000000..4fdfb3b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hoppscotch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.632 4.746a8.89 8.89 0 0 1 5.29 7.938c1.867 1.47 3.723 3.527 2.86 5.465-.968 2.174-4.415 2.085-8.334.985A7.113 7.113 0 0 1 5.063 14.51C1.623 12.334-.75 9.832.218 7.658c.863-1.939 3.634-1.936 5.975-1.532a8.89 8.89 0 0 1 9.439-1.38M1.862 8.39c-.47 1.056 2.056 4.054 8.972 7.133 6.916 3.08 10.834 2.95 11.304 1.894.39-.874-1.212-2.554-3.046-3.856-1.426-1.02-3.38-2.143-5.929-3.278-.694-.309-.964-1.133-.673-1.788.292-.655.933-1.093 2.282-1.156.635-.002.718-.178.747-.329.036-.233-.287-.47-.62-.618-2.647-1.179-5.888-.685-8.134 1.68-2.195-.491-4.514-.556-4.903.318m11.083 5.666c-.24.54-.98.735-1.651.436s-1.02-.979-.78-1.518c.24-.54.979-.735 1.65-.436s1.021.979.78 1.518zm4.02 2.327c.703.202 1.404-.093 1.566-.658.162-.564-.276-1.186-.98-1.387-.702-.202-1.403.093-1.565.658-.162.564.276 1.186.98 1.387zM7.218 9.737c.62.388.87 1.106.559 1.604s-1.066.588-1.686.2-.87-1.105-.56-1.604c.312-.498 1.067-.588 1.687-.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hostinger.svg b/mkdocs-material/material/templates/.icons/simple/hostinger.svg new file mode 100644 index 0000000..dc52e01 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hostinger.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.415 0v7.16l5.785 3.384V2.949zM1.8 0v11.237h18.815L14.89 8.09l-7.457-.003V3.024zm14.615 20.894v-5.019l-7.514-.005c.007.033-5.82-3.197-5.82-3.197l19.119.091V24zM1.8 13.551v7.343l5.633 2.949v-6.988z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hotelsdotcom.svg b/mkdocs-material/material/templates/.icons/simple/hotelsdotcom.svg new file mode 100644 index 0000000..e862d61 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hotelsdotcom.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.064 0H4.936a4.937 4.937 0 0 0-4.93 4.93v14.13A4.94 4.94 0 0 0 4.935 24h14.128a4.926 4.926 0 0 0 4.93-4.941V4.93A4.93 4.93 0 0 0 19.065 0zM8.55 10.63v2.329a.32.32 0 0 1-.337.337H5.884a.32.32 0 0 1-.337-.337V10.63c0-.2.137-.337.337-.337h2.34c.2 0 .336.137.336.337zm5.162 7.491a.32.32 0 0 1-.337.337h-2.328a.32.32 0 0 1-.337-.337v-2.328c0-.2.136-.337.337-.337h2.328c.19 0 .337.136.337.337zm0-5.162a.32.32 0 0 1-.337.337h-2.328a.32.32 0 0 1-.337-.337V10.63c0-.2.136-.337.337-.337h2.328c.2 0 .337.137.337.337zm5.974 4.372a.65.65 0 0 1-.22.516l-2.308 2.297c-.18.168-.432.052-.432-.2V7.28H4.062c-.253 0-.369-.264-.2-.432L6.169 4.55c.137-.147.274-.232.506-.232h11.473c.854 0 1.538.685 1.538 1.539V17.33z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hotjar.svg b/mkdocs-material/material/templates/.icons/simple/hotjar.svg new file mode 100644 index 0000000..523e767 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hotjar.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.119 9.814C12.899 8.27 16.704 6.155 16.704 0h-4.609c0 3.444-1.676 4.375-4.214 5.786C5.1 7.33 1.295 9.444 1.295 15.6h4.61c0-3.444 1.676-4.376 4.214-5.786M18.096 8.4c0 3.444-1.677 4.376-4.215 5.785-2.778 1.544-6.585 3.66-6.585 9.815h4.609c0-3.444 1.676-4.376 4.214-5.786 2.78-1.544 6.586-3.658 6.586-9.814z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hotwire.svg b/mkdocs-material/material/templates/.icons/simple/hotwire.svg new file mode 100644 index 0000000..b615add --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hotwire.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.764 6.917-3.48.81L16.32 0 7.236 11.705l4.334-.854-4.087 7.982 2.364-.532L7.456 24l7.51-8.111-2.77.64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/houdini.svg b/mkdocs-material/material/templates/.icons/simple/houdini.svg new file mode 100644 index 0000000..13cdc9b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/houdini.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 19.635V24h3.824A8.66 8.66 0 0 1 0 19.635m16.042-4.555c0-4.037-3.253-7.92-8.111-8.089C4.483 6.873 1.801 8.136 0 10.005v4.209c1.224-3.549 4.595-5.158 7.419-5.128 3.531.041 6.251 2.703 6.275 5.72 0 2.878-1.183 4.992-4.436 5.516-1.774.296-4.548-.754-4.436-3.434.065-1.381 1.138-2.162 2.366-2.106-1.207 1.618.39 2.801 1.52 2.561a2.51 2.51 0 0 0 1.966-2.502c0-1.017-.958-2.662-3.333-2.6-2.936.068-4.785 2.183-4.85 4.797-.071 3.28 3.007 5.457 6.174 5.483 4.633.059 7.395-2.984 7.377-7.441M0 0v6.906a12.86 12.86 0 0 1 7.931-2.609c6.801 0 11.134 4.762 11.131 10.765 0 4.17-1.946 7.308-4.995 8.938H24V0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/houzz.svg b/mkdocs-material/material/templates/.icons/simple/houzz.svg new file mode 100644 index 0000000..7e1bc55 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/houzz.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.27 0v24h8.05v-7.56h5.36V24h8.05V10.37L6.61 5.75V0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hp.svg b/mkdocs-material/material/templates/.icons/simple/hp.svg new file mode 100644 index 0000000..2d32416 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.007 24h-.357l2.459-6.745h3.38c.59 0 1.236-.454 1.442-1.017l2.665-7.308c.44-1.196-.247-2.171-1.525-2.171h-4.698l-3.93 10.798-2.225 6.127A11.995 11.995 0 0 1 0 12.007C0 6.498 3.71 1.855 8.765.44L6.47 6.759 2.65 17.255h2.542l3.256-8.916h1.91l-3.256 8.916h2.541l3.022-8.325c.44-1.195-.247-2.17-1.525-2.17H8.998l2.46-6.746C11.635 0 11.814 0 11.992 0 18.628 0 24 5.372 24 12.007 24.014 18.629 18.642 24 12.007 24m7.267-15.675h-1.91l-2.678 7.336h1.91z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hsbc.svg b/mkdocs-material/material/templates/.icons/simple/hsbc.svg new file mode 100644 index 0000000..535a703 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hsbc.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m24 12.007-5.996 5.997V5.996zm-5.996-6.01H6.01l5.996 6.01 5.997-6.01zM0 12.006l6.01 5.997V5.996zm6.01 5.997h11.994l-5.997-5.997z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/html5.svg b/mkdocs-material/material/templates/.icons/simple/html5.svg new file mode 100644 index 0000000..28db2c0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/html5.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.5 0h21l-1.91 21.563L11.977 24l-8.564-2.438zm7.031 9.75-.232-2.718 10.059.003.23-2.622L5.412 4.41l.698 8.01h9.126l-.326 3.426-2.91.804-2.955-.81-.188-2.11H6.248l.33 4.171L12 19.351l5.379-1.443.744-8.157z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/htmlacademy.svg b/mkdocs-material/material/templates/.icons/simple/htmlacademy.svg new file mode 100644 index 0000000..2daaa13 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/htmlacademy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0 2.524.994v17.368L12 24l9.476-5.638V.994L12.099.01zm8.236 17.657L12 22.557l-8.236-4.9v-7.119l8.2 4.881.014.885-5.626-3.349-.008.86 5.648 3.394.015.908-5.647-3.36-.008.86L12 19.01l5.703-3.412v-.862l-.008.004v-2.805l2.54-1.517v7.238zm-.006-8.162-2.254 1.328-1.04.613-4.96-2.951-.009.858 4.24 2.521-.037.023-.092.054-.602.355-3.5-2.083-.009.859 2.763 1.643-.652.436-.015.01-2.088-1.23-.008.858 1.37.807-1.395.837-8.16-4.85 8.172-4.912v.001zm.006-.864-8.28-4.882h-.002l-8.19 4.877V2.11L12 1.246l8.237.864v6.52z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/htmx.svg b/mkdocs-material/material/templates/.icons/simple/htmx.svg new file mode 100644 index 0000000..30eeaa7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/htmx.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 13.01v-2l7.09-2.98.58 1.94-5.1 2.05 5.16 2.05-.63 1.9Zm16.37 1.03 5.18-2-5.16-2.09.65-1.88L24 10.95v2.12L17 16zm-2.85-9.98H16l-5.47 15.88H8.05Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/htop.svg b/mkdocs-material/material/templates/.icons/simple/htop.svg new file mode 100644 index 0000000..8b8aa01 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/htop.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.928 16.738v7.233h1.414v-7.233zm10.912 0v7.233h1.414v-7.233zm2.179 0v7.233h1.414v-7.233zm-4.366 0v7.233h1.414v-7.233zm-13.089 0v7.233h1.415v-7.233zm2.183 0v7.233h1.414v-7.233zM24 16.771l-.02 7.178-2.16-.008v-1.257h.827v-4.745h-.814V16.76zm-24-.009.02 7.178 2.16-.008v-1.257h-.827v-4.744h.814v-1.18zm6.928-8.356v7.233h1.414V8.406zm2.182 0v7.233h1.414V8.406zm2.181 0v7.233h1.414V8.406zm4.362 0v7.233h1.414V8.406zm2.187 0v7.233h1.414V8.406zm2.179 0v7.233h1.414V8.406zm-17.455 0v7.233h1.415V8.406zm2.183 0v7.233h1.414V8.406zm8.726 0v7.233h1.415V8.406zM24 8.433l-.02 7.178-2.16-.008v-1.257h.827V9.601h-.814V8.422zM0 8.43l.02 7.178 2.16-.008v-1.257h-.827V9.599h.814v-1.18zM6.928.029v7.233h1.414V.029zm8.725 0v7.233h1.414V.029zm4.366 0v7.233h1.414V.029zm-2.179 0v7.233h1.414V.029zm-15.276 0v7.233h1.415V.029zm2.183 0v7.233h1.414V.029zM24 .055l-.02 7.178-2.16-.009V5.967h.827V1.223h-.814V.044zM0 .052.02 7.23l2.16-.008V5.965h-.827V1.221h.814V.041z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/httpie.svg b/mkdocs-material/material/templates/.icons/simple/httpie.svg new file mode 100644 index 0000000..662c4e7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/httpie.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.28 0C4.4 0 1.992 2.279 1.933 5.155a5.263 5.263 0 0 0 5.26 5.358h4.223a.306.306 0 0 1 .122.584l-6.47 2.835a5.26 5.26 0 0 0-3.135 4.85C1.953 21.683 4.368 24 7.273 24h2.212c2.922 0 5.357-2.345 5.35-5.267a5.26 5.26 0 0 0-3.29-4.867.303.303 0 0 1-.007-.556l7.402-3.246a5.26 5.26 0 0 0 3.128-4.846C22.047 2.317 19.626.003 16.724.003z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/huawei.svg b/mkdocs-material/material/templates/.icons/simple/huawei.svg new file mode 100644 index 0000000..c408906 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/huawei.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.67 6.14S1.82 7.91 1.72 9.78v.35c.08 1.51 1.22 2.4 1.22 2.4 1.83 1.79 6.26 4.04 7.3 4.55 0 0 .06.03.1-.01l.02-.04v-.04C7.52 10.8 3.67 6.14 3.67 6.14M9.65 18.6c-.02-.08-.1-.08-.1-.08l-7.38.26c.8 1.43 2.15 2.53 3.56 2.2.96-.25 3.16-1.78 3.88-2.3.06-.05.04-.09.04-.09zm.08-.78C6.49 15.63.21 12.28.21 12.28c-.15.46-.2.9-.21 1.3v.07c0 1.07.4 1.82.4 1.82.8 1.69 2.34 2.2 2.34 2.2.7.3 1.4.31 1.4.31.12.02 4.4 0 5.54 0 .05 0 .08-.05.08-.05v-.06c0-.03-.03-.05-.03-.05M9.06 3.19a3.42 3.42 0 0 0-2.57 3.15v.41c.03.6.16 1.05.16 1.05.66 2.9 3.86 7.65 4.55 8.65.05.05.1.03.1.03a.1.1 0 0 0 .06-.1c1.06-10.6-1.11-13.42-1.11-13.42-.32.02-1.19.23-1.19.23m8.299 2.27s-.49-1.8-2.44-2.28c0 0-.57-.14-1.17-.22 0 0-2.18 2.81-1.12 13.43.01.07.06.08.06.08.07.03.1-.03.1-.03.72-1.03 3.9-5.76 4.55-8.64 0 0 .36-1.4.02-2.34m-2.92 13.07s-.07 0-.09.05c0 0-.01.07.03.1.7.51 2.85 2 3.88 2.3 0 0 .16.05.43.06h.14c.69-.02 1.9-.37 3-2.26l-7.4-.25zm7.83-8.41c.14-2.06-1.94-3.97-1.94-3.98 0 0-3.85 4.66-6.67 10.8 0 0-.03.08.02.13l.04.01h.06c1.06-.53 5.46-2.77 7.28-4.54 0 0 1.15-.93 1.21-2.42m1.52 2.14s-6.28 3.37-9.52 5.55c0 0-.05.04-.03.11 0 0 .03.06.07.06 1.16 0 5.56 0 5.67-.02 0 0 .57-.02 1.27-.29 0 0 1.56-.5 2.37-2.27 0 0 .73-1.45.17-3.14"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hubspot.svg b/mkdocs-material/material/templates/.icons/simple/hubspot.svg new file mode 100644 index 0000000..02a7101 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hubspot.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.164 7.93V5.084a2.2 2.2 0 0 0 1.267-1.978v-.067A2.2 2.2 0 0 0 17.238.845h-.067a2.2 2.2 0 0 0-2.193 2.193v.067a2.2 2.2 0 0 0 1.252 1.973l.013.006v2.852a6.2 6.2 0 0 0-2.969 1.31l.012-.01-7.828-6.095A2.497 2.497 0 1 0 4.3 4.656l-.012.006 7.697 5.991a6.18 6.18 0 0 0-1.038 3.446 6.2 6.2 0 0 0 1.147 3.607l-.013-.02-2.342 2.343a2 2 0 0 0-.58-.095h-.002a2.033 2.033 0 1 0 2.033 2.033 2 2 0 0 0-.1-.595l.005.014 2.317-2.317a6.247 6.247 0 1 0 4.782-11.134l-.036-.005zm-.964 9.378a3.206 3.206 0 1 1 3.215-3.207v.002a3.206 3.206 0 0 1-3.207 3.207z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/huggingface.svg b/mkdocs-material/material/templates/.icons/simple/huggingface.svg new file mode 100644 index 0000000..9cd0de9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/huggingface.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.445 11.506c0 1.102.167 2.158.484 3.156-.038-.003-.069-.006-.106-.006-.42 0-.801.16-1.07.452-.345.373-.498.833-.431 1.293a1.6 1.6 0 0 0 .214.597 1.43 1.43 0 0 0-.484.758c-.065.245-.131.754.215 1.28a2 2 0 0 0-.063.105c-.208.392-.22.837-.037 1.25.279.626.97 1.118 2.313 1.647.835.329 1.599.54 1.605.543 1.105.284 2.104.427 2.97.427 1.417 0 2.475-.384 3.152-1.144 1.538.265 2.79.14 3.592.006.677.755 1.733 1.139 3.147 1.139.864 0 1.864-.143 2.969-.428.006-.002.77-.214 1.605-.543 1.343-.53 2.034-1.021 2.313-1.647a1.4 1.4 0 0 0-.037-1.25 2 2 0 0 0-.063-.105c.346-.525.28-1.035.215-1.28a1.43 1.43 0 0 0-.484-.758q.166-.27.215-.597c.066-.46-.087-.92-.432-1.293a1.43 1.43 0 0 0-1.07-.452l-.06.002c.317-.996.485-2.052.485-3.152 0-5.807-4.736-10.514-10.579-10.514-5.842 0-10.578 4.707-10.578 10.514m10.578-9.483c5.273 0 9.548 4.246 9.548 9.483a9.4 9.4 0 0 1-.27 2.236l-.011-.015a1.42 1.42 0 0 0-1.108-.506c-.352 0-.714.115-1.076.344-.24.151-.506.422-.78.76-.253-.35-.607-.584-1.013-.647a1.5 1.5 0 0 0-.235-.018c-.926 0-1.482.8-1.693 1.518-.105.243-.607 1.348-1.361 2.098-1.169 1.16-1.446 2.353-.84 3.638a9.3 9.3 0 0 1-2.365-.006c.59-1.212.363-2.439-.843-3.632-.755-.75-1.256-1.855-1.361-2.098-.21-.718-.767-1.518-1.694-1.518q-.117 0-.234.018c-.406.063-.76.297-1.014.646-.273-.337-.539-.608-.779-.76-.362-.228-.724-.343-1.076-.343-.427 0-.81.17-1.082.478a9.4 9.4 0 0 1-.26-2.193c0-5.237 4.275-9.483 9.547-9.483m-3.379 4.98a1.36 1.36 0 0 0-.629 2.563c.351.186.489-.526.836-.648.311-.11.841.399 1.008.086a1.36 1.36 0 0 0-.562-1.84 1.37 1.37 0 0 0-.653-.16m6.84 0a1.36 1.36 0 0 0-1.215 2c.168.314.698-.195 1.009-.085.347.122.486.835.838.648a1.36 1.36 0 0 0 .562-1.84 1.37 1.37 0 0 0-1.193-.722M5.729 8.423a.877.877 0 0 0-.877.877c0 .484.393.877.877.877a.877.877 0 0 0 .877-.877.877.877 0 0 0-.877-.877m12.644 0a.88.88 0 0 0-.88.877c0 .484.395.877.88.877a.877.877 0 0 0 .876-.877.877.877 0 0 0-.877-.877m-9.58 3.037c-.178-.003-.279.11-.279.416 0 .81.388 2.125 1.428 2.924.207-.712 1.346-1.283 1.508-1.201.232.116.22.441.608.726.388-.285.374-.61.605-.726.163-.082 1.301.489 1.508 1.201 1.04-.799 1.428-2.114 1.428-2.924 0-1.221-1.583.64-3.541.649-1.469-.007-2.727-1.056-3.264-1.065m-4.48 3.018c.58.365 1.696 2.275 2.106 3.018a.66.66 0 0 0 .582.353c.418 0 .746-.414.039-.94-1.064-.79-.692-2.084-.184-2.164a.4.4 0 0 1 .066-.004c.462 0 .666.79.666.79s.596 1.49 1.622 2.508c.942.935 1.062 1.703.496 2.666-.016-.004-.016.023-.148.215a1.9 1.9 0 0 1-.72.615c-.505.227-1.139.27-1.783.27-1.037 0-2.101-.183-2.697-.337-.03-.007-3.65-.956-3.192-1.822.077-.145.204-.203.364-.203.646 0 1.823.955 2.328.955.113 0 .196-.086.228-.203.225-.805-3.278-1.052-2.984-2.164.052-.197.193-.276.39-.276.854 0 2.77 1.493 3.173 1.493q.046 0 .064-.028c.201-.322.11-.586-1.309-1.44-1.418-.853-2.431-1.328-1.865-1.94.065-.072.157-.102.27-.102.86 0 2.894 1.84 2.894 1.84s.549.568.881.568a.2.2 0 0 0 .186-.105c.235-.395-2.186-2.219-2.323-2.971-.092-.51.064-.768.356-.768 0 .008.17-.029.494.176m16.226.592c-.137.752-2.558 2.576-2.323 2.97.044.074.11.106.186.106.332 0 .88-.568.88-.568s2.034-1.84 2.896-1.84c.112 0 .204.03.269.101.566.613-.447 1.088-1.865 1.942-1.419.853-1.51 1.116-1.309 1.44q.018.027.064.027c.402 0 2.318-1.493 3.172-1.493.198 0 .34.079.391.276.294 1.112-3.21 1.36-2.984 2.164.032.117.115.203.228.203.505 0 1.682-.955 2.328-.955.16 0 .287.058.364.203.459.866-3.163 1.815-3.192 1.822-.596.154-1.66.336-2.697.336-.636 0-1.261-.04-1.764-.26a1.9 1.9 0 0 1-.739-.624c-.04-.069-.102-.148-.142-.205-.573-.968-.455-1.738.49-2.676 1.026-1.019 1.621-2.508 1.621-2.508s.205-.79.666-.79a.4.4 0 0 1 .067.004c.508.08.88 1.374-.184 2.165-.707.525-.38.94.04.94a.66.66 0 0 0 .581-.354c.41-.743 1.527-2.653 2.106-3.018.559-.353.99-.182.85.592"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hugo.svg b/mkdocs-material/material/templates/.icons/simple/hugo.svg new file mode 100644 index 0000000..f355a30 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hugo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.754 0a4 4 0 0 0-2.049.596L3.33 4.532a4.25 4.25 0 0 0-2.017 3.615v8.03a4.13 4.13 0 0 0 2.067 3.574l6.486 3.733a3.88 3.88 0 0 0 3.835.018l7.043-3.966a3.82 3.82 0 0 0 1.943-3.323V7.752a3.57 3.57 0 0 0-1.774-3.084L13.817.541a4 4 0 0 0-2.063-.54zm.022 1.674c.413-.006.828.1 1.2.315l7.095 4.127c.584.34.941.96.94 1.635v8.462c0 .774-.414 1.484-1.089 1.864l-7.042 3.966a2.2 2.2 0 0 1-2.179-.01l-6.485-3.734a2.45 2.45 0 0 1-1.228-2.123v-8.03c0-.893.461-1.72 1.221-2.19l6.376-3.935a2.3 2.3 0 0 1 1.19-.347zm-4.7 3.844V18.37h2.69v-5.62h4.46v5.62h2.696V5.518h-2.696v4.681h-4.46V5.518Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/humblebundle.svg b/mkdocs-material/material/templates/.icons/simple/humblebundle.svg new file mode 100644 index 0000000..0c2a8f7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/humblebundle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.895 19.341c-3.384 0 1.826-19.186 1.826-19.186L16.233.151s-1.427 4.515-2.37 9.533h-3.005c.078-1.032.116-2.076.099-3.114-.135-8.26-4.974-6.73-7.14-4.835C1.758 3.538.033 6.962 0 9.6c.328-.016 1.624-.022 1.624-.022S2.702 4.66 6.086 4.66c3.385 0-1.834 19.187-1.834 19.187l3.49.002s1.803-5.136 2.7-10.872l2.87-.017c-.167 1.485-.22 3.124-.196 4.646.136 8.26 4.956 6.488 7.122 4.593s3.782-5.9 3.762-7.822c.002-.002-1.645.013-1.665.013.006.152-1.056 4.951-4.44 4.951"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/humhub.svg b/mkdocs-material/material/templates/.icons/simple/humhub.svg new file mode 100644 index 0000000..0958433 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/humhub.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.709 7.78a3.88 3.88 0 0 0-2.451-3.844L11.945.27a3.88 3.88 0 0 0-4.418 1.146l-6.36 7.73a3.895 3.895 0 0 0-.274 4.563l5.387 8.463c.904 1.417 2.628 2.129 4.256 1.708l9.685-2.51c1.627-.421 2.79-1.88 2.89-3.56l.089-2.192s.165-1.303-1.37-1.325c-1.13-.015-.986.962-1.975 1.568-.793.486-3.358.726-4.024-1.93 0 0-.778-2.334.704-4.495s3.168-1.012 3.826-.097c1.31 1.824 3.252.987 3.238-.382z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hungryjacks.svg b/mkdocs-material/material/templates/.icons/simple/hungryjacks.svg new file mode 100644 index 0000000..2f77916 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hungryjacks.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.868.215C1.284.215 0 1.476 0 3.032v17.936c0 1.555 1.284 2.817 2.868 2.817h18.264c1.584 0 2.868-1.262 2.868-2.817V3.032C24 1.476 22.716.215 21.132.215zm9.033 1.82c6.143 0 9.46 2.233 9.743 4.487.043.333.016 1.012.016 1.012v10.585s-.03.612-.325 1.112c-1.067 1.808-4.108 2.674-9.434 2.674s-8.367-.866-9.434-2.674c-.295-.5-.324-1.112-.324-1.112s0-10.679-.003-10.813v-.532c.003-.093.009-.18.018-.252.283-2.254 3.6-4.488 9.743-4.488zm-.13.537c-5.685 0-8.714 1.97-9.08 3.953-.086.455.197.611.48.611H20.37c.283 0 .566-.156.48-.611-.366-1.983-3.395-3.953-9.08-3.953zM6.692 8.21c-.19 0-.47.098-.47.325v1.917c0 .525.658.895 1.232.895s1.233-.37 1.233-.895V8.536c0-.227-.28-.325-.47-.325-.192 0-.471.098-.471.325v1.73c0 .127-.154.2-.292.2s-.29-.073-.29-.2v-1.73c0-.227-.28-.325-.471-.325zm2.75 0c-.195 0-.482.134-.482.38v2.531c0 .246.287.362.483.362s.481-.147.481-.362v-.943c0-.069.09-.055.132 0 0 0 .611.786.814 1.044.203.257.316.26.484.26.196 0 .482-.116.482-.36V8.59c0-.245-.286-.38-.482-.38s-.483.135-.483.38v.935c0 .07-.087.058-.148-.02l-.766-.996c-.117-.156-.265-.298-.514-.298zm4.325 0c-.978 0-1.658.666-1.658 1.628 0 1.133.725 1.645 1.649 1.645.715 0 1.364-.278 1.364-.789v-.89c0-.234-.152-.329-.396-.329h-.69c-.346 0-.422.228-.422.405s.06.419.413.419c.097 0 .126.007.126.07.012.167-.1.266-.42.266-.392 0-.615-.354-.615-.784s.18-.815.699-.815c.185 0 .275.003.58.141.307.138.475-.022.55-.126.077-.104.158-.332-.036-.504-.264-.23-.644-.337-1.144-.337m-10.08.136c-.194 0-.477.11-.477.346v2.445c0 .234.283.346.476.346.194 0 .476-.112.476-.346v-.713c0-.076.054-.097.114-.097h.474c.06 0 .11.021.11.097v.713c0 .234.282.346.475.346.194 0 .476-.112.476-.346V8.693c0-.235-.282-.346-.476-.346-.193 0-.476.11-.476.346v.653c0 .073-.041.1-.105.1h-.486c-.056 0-.106-.027-.106-.1v-.653c0-.235-.282-.346-.476-.346zm12.185 0c-.23 0-.477.12-.477.345v2.465c0 .225.283.322.477.322.193 0 .475-.097.475-.322v-.638c0-.06.055-.079.093-.033l.677.862c.138.177.486.163.648.062.18-.111.313-.358.174-.534l-.53-.678c-.022-.03-.027-.056.018-.09.333-.222.417-.55.417-.836 0-.319-.274-.925-1.074-.925zm4.293 0c-.174-.008-.384.052-.463.2l-.36.566c-.029.05-.062.049-.09.004l-.358-.57c-.105-.197-.441-.233-.619-.168-.232.084-.343.337-.239.535l.706 1.154c.053.092.077.144.076.236v.834c0 .235.285.346.48.346s.48-.111.48-.346v-.834c0-.092.006-.133.074-.233l.707-1.157c.105-.198-.012-.445-.239-.535a.5.5 0 0 0-.155-.031zm-3.636.545c.305 0 .372.133.372.344s-.161.338-.354.338c-.124 0-.193.003-.193-.056V8.96c.035-.046.063-.068.175-.068zM5.163 12.166c-.264 0-.649.164-.649.51v2.599c.028.413-.244.52-.349.214-.15-.367-.526-.287-.67-.214s-.351.26-.264.615c.153.543.543.907 1.291.913 1 0 1.284-.625 1.284-1.297l.005-.07v-2.76c0-.346-.384-.51-.648-.51m2.634 0c-.246.008-.654.115-.75.458L5.97 16.122c-.108.336.188.629.447.675.232.042.633-.132.702-.435l.062-.206c.017-.065.046-.08.1-.08h1.034c.074 0 .08.03.095.08l.062.206c.07.303.47.477.702.435.259-.046.556-.339.447-.675l-1.075-3.498c-.1-.349-.504-.45-.75-.458zm3.833 0c-1.252 0-2.122.949-2.122 2.318s.87 2.32 2.122 2.32c.542 0 .898-.152 1.148-.41.248-.244.143-.544.046-.692-.097-.149-.308-.366-.704-.18-.225.104-.248.128-.427.128-.663 0-.895-.548-.895-1.16h-.001c0-.613.233-1.175.896-1.175.187 0 .225.034.427.128.396.186.607-.031.704-.18.097-.148.202-.444-.046-.688-.279-.287-.618-.41-1.148-.41zm2.347 0c-.258 0-.635.164-.635.512v3.613c0 .348.377.512.635.512s.635-.164.635-.512V15.3l-.001.014c0-.213.12-.096.12-.096l1.173 1.428s.28.375.774-.06c.494-.437.014-.897.014-.897s-.721-.849-.883-1.064c-.145-.194.04-.387.04-.387l.908-1.115c.22-.275.167-.545-.087-.763-.286-.246-.639-.238-.875.067l-1.057 1.277c-.05.068-.12.062-.126-.047v.003l-.001-.013.001.01v-.978c0-.348-.377-.512-.635-.512zm3.254 0c-.182 0-.33.138-.33.31.007.21.132.273.173.288.041.016.03.047.026.066a.34.34 0 0 1-.116.17c-.14.086-.002.266.113.257.128-.01.644-.452.443-.892a.34.34 0 0 0-.31-.2zm1.979 0c-.996 0-1.608.678-1.61 1.684-.001.61.525 1.019 1.052 1.126l.27.055c.123.029.29.097.29.289s-.103.372-.334.372c-.155 0-.197.04-.526-.13-.37-.19-.573.032-.665.175-.092.145-.19.433.045.67.3.282.66.396 1.266.396 1.102 0 1.609-.668 1.6-1.594-.006-.72-.502-1.133-1.073-1.28l-.305-.079c-.104-.028-.276-.105-.276-.263 0-.174.103-.317.301-.317.126 0 .178-.02.449.128.366.199.574-.031.666-.175.091-.143.19-.424-.045-.66-.308-.31-.565-.397-1.105-.397M7.725 14.212c.027-.002.054.022.068.075l.202.668c.02.062-.001.075-.071.075H7.51c-.038 0-.07-.026-.05-.075l.202-.666c.01-.048.036-.076.062-.077zm-4.554 3.665c-.283 0-.566.11-.48.473.516 1.98 3.395 3.018 9.08 3.018 5.684 0 8.563-1.037 9.08-3.018.085-.363-.198-.473-.48-.473h-8.6zm17.161 2.685c.288 0 .534.228.534.536a.53.53 0 0 1-.534.538.53.53 0 0 1-.536-.538c0-.308.246-.536.536-.536m0 .09a.43.43 0 0 0-.43.446c0 .259.189.45.43.45.239 0 .428-.191.428-.45a.43.43 0 0 0-.428-.446m-.21.128h.232c.144 0 .216.055.216.177 0 .11-.07.159-.159.17l.174.273h-.104l-.16-.269h-.107v.269h-.092zm.092.08v.192h.11c.079 0 .149-.006.149-.101 0-.077-.069-.09-.133-.09Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/husqvarna.svg b/mkdocs-material/material/templates/.icons/simple/husqvarna.svg new file mode 100644 index 0000000..9cdb4b8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/husqvarna.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0c1.022 0 1.687.18 1.968.242-.14 1.307-.1 2.354 0 2.657.34 1.005 2.276 1.474 3.058 1.011.86-.522.664-2.11.664-3.156 0 0 1.268.3 2.046.593.632.238 1.563.703 1.563.703.185 1.324.01 3.282-1.292 3.946.982.985 1.312 2.152 1.732 4.304.34 1.93.26 3.28.24 4.405-.1 1.53-.1 2.355-.46 3.743-.52 1.589-.829 2.335-1.883 3.439C17.496 24.132 14.007 24 12 23.998c-2.007.002-5.494.134-7.635-2.111-1.055-1.104-1.363-1.85-1.883-3.439-.36-1.388-.36-2.213-.46-3.743-.021-1.125-.1-2.474.24-4.405.42-2.154.75-3.319 1.732-4.304-1.302-.664-1.477-2.622-1.292-3.946 0 0 .933-.465 1.563-.703C5.043 1.055 6.31.754 6.31.754c0 1.047-.196 2.632.664 3.156.782.461 2.716-.006 3.058-1.011.1-.303.14-1.35 0-2.657C10.313.18 10.979 0 12 0m-.003 21.125c2.342 0 3.09 0 4.251-.322.4-.142 1.122-.342 1.644-1.167.96-1.65.96-4.748.96-6.235 0-1.49 0-4.124-.96-5.754-.52-.844-1.233-1.078-1.644-1.186-1.186-.316-1.948-.297-4.251-.302h.001c-2.303.005-3.065-.014-4.251.302-.41.11-1.122.342-1.644 1.186-.96 1.63-.96 4.266-.96 5.754s0 4.586.96 6.235c.52.825 1.241 1.025 1.644 1.167 1.16.324 1.909.322 4.25.322M12 14.458c2.004 0 1.96.002 1.96.644v4.053h2.724V7.928H13.96V11.3c0 .664.044.662-1.96.662h.002c-2.003 0-1.96.002-1.96-.662V7.928H7.321v11.23h2.721v-4.056c0-.644-.04-.644 1.958-.644"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hyper.svg b/mkdocs-material/material/templates/.icons/simple/hyper.svg new file mode 100644 index 0000000..b407e50 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hyper.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.565 17.91H24v1.964H13.565zm-3.201-5.09-9.187 8.003 2.86-7.004L0 11.179l9.187-8.002-3.11 7.451z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hyperskill.svg b/mkdocs-material/material/templates/.icons/simple/hyperskill.svg new file mode 100644 index 0000000..b8e9d3b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hyperskill.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 22.6a1.4 1.4 0 0 1-1.4 1.4h-1.2a1.4 1.4 0 0 1-1.4-1.4V1.4A1.4 1.4 0 0 1 19.4 0h1.2A1.4 1.4 0 0 1 22 1.4zm-8-14a1.4 1.4 0 0 1-1.4 1.4h-1.2A1.4 1.4 0 0 1 10 8.6V3.4A1.4 1.4 0 0 1 11.4 2h1.2A1.4 1.4 0 0 1 14 3.4zm-8.001 8a1.4 1.4 0 0 1-1.4 1.4H3.4A1.4 1.4 0 0 1 2 16.6V7.4A1.4 1.4 0 0 1 3.4 6h1.2A1.4 1.4 0 0 1 6 7.4v9.2zm8.001 4a1.4 1.4 0 0 1-1.4 1.4h-1.2a1.4 1.4 0 0 1-1.4-1.4v-5.2a1.4 1.4 0 0 1 1.4-1.4h1.2a1.4 1.4 0 0 1 1.4 1.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hyperx.svg b/mkdocs-material/material/templates/.icons/simple/hyperx.svg new file mode 100644 index 0000000..ad0dcc8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hyperx.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.428 5.234c-.036-.005-.055.05-.055.05-.935 2.297-2.446 4.096-4.25 5.503-2.157-1.445-4.476-2.16-6.477-2.5l.508-1.695H10.56l-.445 1.496c-2.12-.194-3.61.004-3.664.008-.085.007-.108.027-.106.056.004.042.084.043.084.043 4.228.324 7.684 1.789 10.367 3.528C9.926 16.098.15 15.826.15 15.826c-.123-.002-.149.019-.15.065-.004.07.113.07.113.07 12.395 1.527 17.776-2.796 18.238-3.143 3.685 2.82 5.513 5.867 5.513 5.867.034.05.069.092.105.079.056-.02.02-.106.02-.106-1.062-3.053-2.666-5.243-4.475-6.808 2.846-2.757 2.926-6.242 2.945-6.499.01-.113-.01-.115-.03-.117zM4.939 6.592l-1.313 4.384h1.582l1.314-4.384Zm1.39 2.023-.222.748h3.625c-.09.297-.483 1.613-.483 1.613h1.594l.422-1.414a22 22 0 0 0-4.936-.947"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hypothesis.svg b/mkdocs-material/material/templates/.icons/simple/hypothesis.svg new file mode 100644 index 0000000..fdc1bb5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hypothesis.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.425 0c-.93 0-1.71.768-1.71 1.72v17.14c0 .94.78 1.71 1.71 1.71h5.95l2.62 3.43 2.62-3.43h5.95c.93 0 1.72-.77 1.72-1.71V1.72c0-.95-.79-1.72-1.72-1.72zm1.71 3.43h2.58v6s.86-1.71 2.56-1.71c1.72 0 3.46.85 3.46 3.52v5.9h-2.58V12c0-1.39-.88-1.93-1.73-1.71-.86.21-1.71 1.12-1.71 3v3.85h-2.58zm12.86 10.29c.95 0 1.72.78 1.72 1.7a1.71 1.71 0 0 1-1.72 1.71 1.71 1.71 0 0 1-1.71-1.71c0-.92.76-1.71 1.71-1.71z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hyprland.svg b/mkdocs-material/material/templates/.icons/simple/hyprland.svg new file mode 100644 index 0000000..0342454 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hyprland.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.1.001c.07.075.116.112.147.158.57.842 1.13 1.69 1.708 2.527.333.482.687.949 1.042 1.414.343.451.706.887 1.05 1.338.397.522.8 1.04 1.169 1.582.473.693.95 1.388 1.359 2.118.348.622.626 1.285.892 1.948.188.47.314.965.449 1.454.062.226.08.466.116.7.045.285.121.57.126.857.012.747.077 1.496-.053 2.239a9.2 9.2 0 0 1-.74 2.36c-.36.765-.798 1.472-1.333 2.125-.485.592-1.054 1.081-1.67 1.53a7.6 7.6 0 0 1-1.438.83c-.458.2-.93.36-1.415.495-1.096.305-2.208.372-3.327.294-.675-.048-1.357-.13-2-.373-.528-.2-1.06-.397-1.566-.646a6.5 6.5 0 0 1-1.13-.719c-.46-.36-.91-.742-1.308-1.167a8 8 0 0 1-.94-1.258 11.4 11.4 0 0 1-.77-1.47c-.239-.545-.393-1.12-.518-1.71-.195-.916-.132-1.833-.092-2.747.022-.525.161-1.05.294-1.564.14-.54.31-1.078.515-1.598s.444-1.032.718-1.52c.343-.613.722-1.207 1.112-1.79.354-.531.737-1.043 1.122-1.552.31-.41.647-.799.961-1.206.317-.412.622-.833.93-1.252.324-.444.651-.887.965-1.339.398-.573.78-1.156 1.175-1.731.057-.082.139-.148.208-.22L10.9.13c.003.063.009.126.009.19 0 .938.005 1.876-.006 2.815a.83.83 0 0 1-.133.408c-.303.48-.613.956-.94 1.419-.31.438-.646.86-.97 1.289q-.4.53-.803 1.058c-.187.244-.383.482-.566.729-.255.346-.511.693-.75 1.051-.287.432-.57.869-.827 1.318-.185.322-.33.667-.485 1.004a5 5 0 0 0-.227.576c-.11.348-.199.702-.309 1.05-.31.978-.245 1.983-.175 2.977.035.504.217 1.003.37 1.493.215.686.582 1.294.997 1.88q.424.601.967 1.082c.3.263.624.505.965.71.388.233.792.456 1.216.609.453.163.93.285 1.408.345.567.072 1.146.056 1.72.083.532.025 1.049-.081 1.566-.183.656-.129 1.255-.412 1.838-.722.697-.37 1.283-.896 1.796-1.488.524-.605.964-1.285 1.244-2.032.296-.787.542-1.603.505-2.468-.02-.468.005-.94-.038-1.404-.032-.343-.129-.682-.22-1.016a12 12 0 0 0-.362-1.167c-.146-.378-.333-.74-.517-1.102a12 12 0 0 0-.523-.943 17 17 0 0 0-.737-1.085c-.394-.53-.81-1.045-1.209-1.572a93 93 0 0 1-1.382-1.866c-.389-.542-.76-1.098-1.13-1.653a.6.6 0 0 1-.108-.311c-.008-1.016-.005-2.031-.005-3.047 0-.034.009-.068.02-.158z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/hyundai.svg b/mkdocs-material/material/templates/.icons/simple/hyundai.svg new file mode 100644 index 0000000..aa0ec0d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/hyundai.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 18.162c-6.627 0-12-2.758-12-6.163 0-3.403 5.373-6.161 12-6.161 6.628 0 12 2.758 12 6.161 0 3.405-5.372 6.163-12 6.163M7.602 7.17C3.701 7.978.973 9.83.973 11.984c0 1.193.838 2.294 2.248 3.176.117.072.194.086.251.083.102-.006.16-.07.201-.146.028-.049.063-.123.097-.197.46-1.084 2.078-4.833 4.203-7.376a1 1 0 0 0 .104-.146c.046-.084.036-.151 0-.192-.058-.065-.224-.065-.475-.016m2.14 1.73c-1.173 2.849 1.047 2.496 1.648 2.363 1.02-.226 1.994-.613 2.774-.925 2.222-.889 3.402-1.78 3.793-2.123a2 2 0 0 0 .108-.099c.055-.058.097-.119.097-.2q0-.14-.237-.223l-.064-.025c-1.698-.541-3.724-.856-5.902-.856-.017 0-.059-.002-.117 0-.26.008-.55.066-.787.189-.778.404-1.116 1.423-1.313 1.899m10.585.003a4 4 0 0 0-.096.198c-.46 1.082-2.077 4.83-4.202 7.373a1 1 0 0 0-.104.147c-.05.084-.039.153 0 .193.057.064.223.065.474.016 3.9-.81 6.628-2.66 6.628-4.815 0-1.193-.836-2.293-2.247-3.175-.116-.073-.194-.087-.25-.083-.103.007-.16.07-.203.146M14.258 15.1c1.173-2.849-1.048-2.494-1.647-2.362-1.022.225-1.996.613-2.775.924-2.223.888-3.402 1.782-3.795 2.123q-.071.063-.106.1c-.057.057-.097.118-.097.2 0 .093.08.17.236.223.012.005.051.022.066.026 1.696.54 3.722.856 5.9.856h.118c.26-.009.552-.068.787-.19.778-.404 1.117-1.423 1.313-1.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/i18next.svg b/mkdocs-material/material/templates/.icons/simple/i18next.svg new file mode 100644 index 0000000..862f9fd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/i18next.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.936 2.487v4.517l5.076 13.036s1.55 3.184-2.882 3.96H7.02s-4.132-.431-3.141-3.702L9.213 7.004V2.487zm2.09 13.108c-4.43-1.374-8.155-.637-9.975-.079l-1.836 4.419c-.783 2.499 2.273 2.941 2.597 2.98l.028.004h8.444c3.54-.598 2.511-2.972 2.415-3.177l-.007-.014zm-7.814.777c.79 0 1.43.386 1.43.865 0 .476-.64.864-1.43.864-.788 0-1.427-.388-1.427-.864 0-.479.639-.865 1.427-.865m5.084 0c.787 0 1.427.386 1.427.865 0 .476-.64.864-1.427.864-.79 0-1.429-.388-1.429-.864 0-.479.638-.865 1.43-.865m-4.5-5.213c-.552 0-1 .54-1 1.205 0 .666.448 1.205 1 1.205s1-.54 1-1.205c0-.666-.448-1.205-1-1.205m3.641-1.297c-.655 0-1.186.638-1.186 1.43 0 .786.531 1.426 1.186 1.426.653 0 1.187-.64 1.187-1.427 0-.79-.533-1.429-1.187-1.429m6.037-2.738s-2.122 1.546-4.086-.42V4.556s2.724-.6 4.086 2.568m-14.844 0c1.36-3.168 4.085-2.568 4.085-2.568v2.148c-1.965 1.966-4.085.42-4.085.42M15.044 0c.495 0 .895.439.895.981s-.4.98-.895.98h-6.09c-.492 0-.894-.438-.894-.98S8.462 0 8.955 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/i3.svg b/mkdocs-material/material/templates/.icons/simple/i3.svg new file mode 100644 index 0000000..0647b8e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/i3.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.933 9.09a1.34 1.34 0 0 0 .031 1.896l6.973 6.945a1.342 1.342 0 1 0 1.893-1.901l-6.973-6.945a1.344 1.344 0 0 0-1.924.005m-1.66 7.176a426 426 0 0 0-1.338-1.339c-.377-.369-.829-.843-1.401-.856a1.7 1.7 0 0 0-.615.132c-.123.05-.383.276-.383.276a1.34 1.34 0 0 0-.394 1.122c.051.414.364.728.653.993.066.063.142.132.262.25.305.298.755.751 1.312 1.312 1.114 1.123 2.658 2.688 4.39 4.414 1.508 1.501 3.668 1.701 5.549 1.149s3.66-1.757 5.148-3.25 2.685-3.278 3.229-5.162.335-4.042-1.173-5.544l-6.22-6.194a1.34 1.34 0 0 0-1.923.005 1.34 1.34 0 0 0 .03 1.896l6.22 6.194c.739.736.858 1.619.488 2.898-.369 1.28-1.325 2.781-2.552 4.013-1.228 1.233-2.725 2.195-4.002 2.57-1.278.374-2.162.259-2.9-.476-1.723-1.716-3.261-3.275-4.38-4.403m-4.946-4.947c.522.52.524 1.376.004 1.897a1.347 1.347 0 0 1-1.897.004 1.35 1.35 0 0 1-.004-1.897 1.35 1.35 0 0 1 1.897-.004m5.364-5.386c.522.519.524 1.376.004 1.897a1.347 1.347 0 0 1-1.897.004 1.35 1.35 0 0 1-.004-1.897 1.347 1.347 0 0 1 1.897-.004M13.213.388c.521.52.523 1.376.004 1.897a1.347 1.347 0 0 1-1.897.004 1.347 1.347 0 0 1-.004-1.897 1.35 1.35 0 0 1 1.897-.004"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/iata.svg b/mkdocs-material/material/templates/.icons/simple/iata.svg new file mode 100644 index 0000000..1c96f5c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/iata.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m3.417 19.695.98-4.885H5.99l-.973 4.884zm4.808-1.6h1.012l-.26-1.792zm-2.235 1.6 2.412-4.885h1.57l.99 4.884H9.487l-.088-.58H7.827l-.25.58zm6.439 0 .547-3.674h-1.394l.238-1.233h4.28l-.237 1.233h-1.327L14 19.695zm5.354-1.6h1.012l-.26-1.792zm-2.23 1.6 2.407-4.885h1.57l.99 4.884h-1.487l-.073-.58h-1.57l-.25.58zM24 9.289h-7.495c-.276 1.372-1.228 2.517-3.125 3.308.215.652.95 1.255 1.714 1.255h4.066c.62 0 1.112-.52 1.31-.94h-4.13c-.254-.044-.265-.25-.01-.271h4.06c.524 0 1-.448 1.276-.935h-4.73c-.237-.04-.237-.238 0-.277h4.77c.48 0 .918-.558 1.1-.934h-5.232c-.26-.033-.26-.277 0-.282H22.9c.415 0 .819-.454 1.1-.924m-24 0h7.495c.27 1.372 1.228 2.517 3.12 3.308-.216.652-.952 1.255-1.715 1.255H4.84c-.62 0-1.112-.52-1.311-.94h4.13c.25-.044.266-.25.01-.271H3.608c-.525 0-1-.448-1.272-.935H7.07c.238-.04.238-.238 0-.277H2.3c-.481 0-.918-.558-1.1-.934h5.232c.26-.033.26-.277 0-.282H1.106c-.42 0-.824-.454-1.106-.924m9.569-4.114c.277.238.586.448.918.58.282-.553.675-1.028 1.129-1.45a4.05 4.05 0 0 0-2.047.87M8.242 7.902h1.67a5.4 5.4 0 0 1 .454-1.91 4 4 0 0 1-1.002-.63 3.83 3.83 0 0 0-1.122 2.54m3.628-1.567V7.9H10.2a4.6 4.6 0 0 1 .414-1.815c.399.143.83.237 1.256.25m2.56-1.161a3.4 3.4 0 0 1-.917.58 5.2 5.2 0 0 0-1.134-1.443 4 4 0 0 1 2.052.863zM15.754 7.9h-1.665a5.1 5.1 0 0 0-.442-1.91c.354-.165.69-.375.984-.63a3.72 3.72 0 0 1 1.123 2.54M12.14 6.335V7.9h1.66c0-.631-.155-1.234-.415-1.815a4 4 0 0 1-1.245.25m-2.571 4.57c.277-.216.597-.454.918-.57.299.559.67 1.018 1.129 1.433a4.05 4.05 0 0 1-2.047-.863M8.242 8.173h1.67c.039.69.182 1.3.454 1.924a4.2 4.2 0 0 0-1.002.625 3.86 3.86 0 0 1-1.122-2.55zm3.628 1.57v-1.57H10.2c.01.63.154 1.255.414 1.814.399-.144.83-.232 1.256-.244m2.56 1.162a3.4 3.4 0 0 0-.917-.57 5.1 5.1 0 0 1-1.134 1.433 4.1 4.1 0 0 0 2.052-.863zm1.323-2.732h-1.665a5.1 5.1 0 0 1-.442 1.924c.354.166.674.366.984.625a3.8 3.8 0 0 0 1.123-2.55zm-3.612 1.57v-1.57h1.66c0 .63-.155 1.244-.415 1.814a4 4 0 0 0-1.245-.244m-.271-5.276a4.4 4.4 0 0 0-1.123 1.382c.36.122.74.222 1.123.222zm.27 0c.444.365.847.846 1.113 1.382a3.3 3.3 0 0 1-1.112.222zm-.27 7.146a4.2 4.2 0 0 1-1.123-1.388c.36-.128.74-.2 1.123-.2zm.27.01c.444-.37.847-.867 1.113-1.4a3.7 3.7 0 0 0-1.112-.197z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ibeacon.svg b/mkdocs-material/material/templates/.icons/simple/ibeacon.svg new file mode 100644 index 0000000..8566eeb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ibeacon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 .053c-6.617 0-12 5.383-12 12 0 6.077 4.541 11.113 10.408 11.894v-.364C4.741 22.804.36 17.931.36 12.053.36 5.635 5.582.413 12 .413s11.64 5.222 11.64 11.64c0 5.878-4.38 10.751-10.048 11.53v.364C19.459 23.166 24 18.13 24 12.053c0-6.617-5.383-12-12-12m0 1.696c-5.653 0-10.251 4.598-10.251 10.25 0 5.112 3.76 9.362 8.66 10.129v-.366c-4.7-.763-8.3-4.85-8.3-9.762 0-5.454 4.437-9.89 9.891-9.89s9.891 4.436 9.891 9.89c0 4.912-3.6 8.999-8.3 9.762v.366c4.9-.767 8.66-5.017 8.66-10.128 0-5.653-4.598-10.25-10.251-10.25zm0 1.736c-4.695 0-8.515 3.82-8.515 8.515 0 4.151 2.986 7.618 6.923 8.365v-.367C6.671 19.256 3.845 15.952 3.845 12c0-4.496 3.659-8.155 8.155-8.155S20.154 7.504 20.154 12c0 3.952-2.825 7.256-6.562 7.998v.367c3.937-.747 6.923-4.214 6.923-8.365 0-4.695-3.82-8.515-8.515-8.515m0 1.725A6.8 6.8 0 0 0 5.21 12c0 3.196 2.22 5.883 5.198 6.602v-.372C7.63 17.52 5.57 14.996 5.57 12A6.437 6.437 0 0 1 12 5.57 6.437 6.437 0 0 1 18.43 12c0 2.996-2.06 5.52-4.838 6.23v.372c2.979-.719 5.198-3.406 5.198-6.602A6.8 6.8 0 0 0 12 5.21m0 1.749A5.047 5.047 0 0 0 6.959 12a5.05 5.05 0 0 0 3.45 4.782v-.38A4.69 4.69 0 0 1 7.318 12c0-2.58 2.1-4.68 4.681-4.68s4.68 2.1 4.68 4.68a4.69 4.69 0 0 1-3.088 4.402v.38A5.05 5.05 0 0 0 17.042 12 5.047 5.047 0 0 0 12 6.96zm0 1.737A3.31 3.31 0 0 0 8.696 12c0 1.245.692 2.33 1.712 2.894v-.42a2.943 2.943 0 1 1 3.184 0v.42A3.3 3.3 0 0 0 15.304 12 3.31 3.31 0 0 0 12 8.696m0 1.712A1.59 1.59 0 0 0 10.408 12 1.59 1.59 0 0 0 12 13.592 1.59 1.59 0 0 0 13.592 12 1.59 1.59 0 0 0 12 10.408"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/iberia.svg b/mkdocs-material/material/templates/.icons/simple/iberia.svg new file mode 100644 index 0000000..0bc5401 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/iberia.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.356 11.563c4.53-3.254 9.047-5.217 13.547-5.723L24 2.978c-6.662 0-7.57 1.457-9.873 3.752M0 21.021c14.719 0 18.189-3.46 20.213-8.17l1.7-4.434c-4.958.143-12.441 3.066-17.673 8.324"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/iced.svg b/mkdocs-material/material/templates/.icons/simple/iced.svg new file mode 100644 index 0000000..e297e65 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/iced.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22.605 0-6.023 6.123 1.313 1.291 6.023-6.123zm-5.638.047L7.932 9.232l1.312 1.29 9.035-9.184zM9.699 1.775c-2.337 2.377-3.477 3.528-4.617 4.68a1972 1972 0 0 0-4.621 4.686l-.379.384 2.867 9.772L12.762 24l10.511-10.5-1.3-1.3-9.02 9.007-1.908-6.83 5.559-5.65-1.311-1.291-5.559 5.65-6.845-1.79C4.506 9.655 5.449 8.703 6.39 7.75c1.14-1.153 2.282-2.305 4.62-4.684L9.7 1.776zM21.605 6.73l-1.53 1.53-6.458 6.565 1.313 1.291 6.45-6.558 1.528-1.528zM2.46 13.088l6.812 1.781 1.895 6.783-6.738-1.857z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/iceland.svg b/mkdocs-material/material/templates/.icons/simple/iceland.svg new file mode 100644 index 0000000..4c01924 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/iceland.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.744 13.919c-.942 0-1.256-.419-1.325-.768L9 12.593c0-1.884-1.151-2.232-1.884-2.232-.942 0-1.988.697-1.988 2.197 0 1.326.907 2.163 2.407 2.163.453 0 .942-.105 1.22-.21l-.139-.697c-.244.07-.593.105-.872.105m-.628-2.756c.384 0 .663.279.698.837l-1.5.314c.035-.733.314-1.151.802-1.151m6.07-.802c-.663 0-1.256.174-1.605.278 0 .036.14.698.175.768.384-.14.907-.244 1.256-.244.558 0 .802.174.802.558v.174c-1.744 0-2.477.628-2.477 1.43 0 .908.803 1.396 1.954 1.396a7 7 0 0 0 1.674-.21v-2.72c.035-.977-.558-1.43-1.779-1.43zm.628 3.523c-.105.035-.314.035-.419.035-.383 0-.837-.175-.837-.628 0-.454.384-.698 1.221-.663v1.256zm9-4.605v1.186a2.3 2.3 0 0 0-.593-.07c-1.012 0-2.093.698-2.093 2.198 0 1.326.872 2.128 2.302 2.128.593 0 1.29-.105 1.57-.174V9.279Zm0 4.64c-.105.035-.244.035-.314.035-.733 0-1.151-.524-1.151-1.396 0-.663.279-1.36 1.081-1.36.105 0 .314.035.384.035zM0 9.279h1.081v5.233H0Zm3.977 5.442c-1.221 0-2.023-.837-2.023-2.058 0-1.326.872-2.268 2.058-2.268.279 0 .628.07.837.175l-.21.732c-.139-.035-.314-.104-.453-.104-.663 0-1.116.558-1.116 1.395s.418 1.326 1.046 1.326c.175 0 .419-.035.628-.105l.175.733c-.21.07-.628.174-.942.174m5.651-5.442h1.081v5.233H9.628Zm9.872 5.233h-1.151v-2.686c0-.559-.28-.698-.698-.698-.21 0-.453.035-.628.07v3.314h-1.15V10.57a9.2 9.2 0 0 1 1.813-.21c1.256 0 1.814.454 1.814 1.396z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/icicibank.svg b/mkdocs-material/material/templates/.icons/simple/icicibank.svg new file mode 100644 index 0000000..b2536e3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/icicibank.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.926 2.096C19.279-1.648 12.698-.243 7.214 5.242 1.73 10.717-.573 18.204 2.074 21.948 2.947 23.186 4.258 23.85 5.813 24c1.051.008 1.913-1.185 2.615-2.777.726-1.668 1.17-3.218 1.514-4.66.508-2.293.544-3.934.29-4.278-.435-.58-1.432-.435-2.556.217-.544.3-1.26.1-.408-.933.861-1.043 4.26-3.563 5.493-3.953 1.342-.39 2.874.136 2.357 1.623-.37 1.085-5.047 13.486-1.596 12.272a22.3 22.3 0 0 0 3.264-2.709c5.484-5.475 7.787-12.962 5.14-16.706m-5.366 3.21c-1.097 1.096-2.52 1.486-3.137.851-.662-.634-.272-2.058.825-3.173 1.106-1.115 2.53-1.459 3.145-.834.635.644.245 2.05-.834 3.155"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/icinga.svg b/mkdocs-material/material/templates/.icons/simple/icinga.svg new file mode 100644 index 0000000..b304dbb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/icinga.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.829.009a2.12 2.12 0 0 0-1.155.47 2.134 2.134 0 0 0-.306 3.004c.174.213.382.38.609.507l-2 4.153a4.1 4.1 0 0 0-4.076.641 4 4 0 0 0-.28.254L4.388 7.213A1.218 1.218 0 0 0 2.72 5.66a1.225 1.225 0 0 0 1.076 2.2q.146-.075.264-.181l2.184 1.786a4.097 4.097 0 0 0 .972 5.907L4.71 18.967a2.73 2.73 0 0 0-1.76-.484 2.762 2.762 0 1 0 2.962 2.548 2.74 2.74 0 0 0-.766-1.695l2.569-3.683a4.11 4.11 0 0 0 3.672-.05l1.444 2.411a.84.84 0 0 0-.263.509.86.86 0 1 0 .953-.755c-.057-.007-.11.01-.165.014L11.87 15.3c.072-.052.145-.101.214-.158a4.1 4.1 0 0 0 1.493-3.473l6.968-1.718c.326.484.888.788 1.511.742a1.678 1.678 0 1 0-1.797-1.548q.013.142.049.277l-6.81 1.68a4.1 4.1 0 0 0-.825-1.73 4.1 4.1 0 0 0-1.18-.985l2.017-4.189c.63.156 1.322.033 1.863-.408A2.135 2.135 0 0 0 13.829.008"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/icloud.svg b/mkdocs-material/material/templates/.icons/simple/icloud.svg new file mode 100644 index 0000000..6d6a834 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/icloud.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.762 4.29a6.51 6.51 0 0 0-5.669 3.332 3.6 3.6 0 0 0-1.558-.36 3.57 3.57 0 0 0-3.516 3A4.92 4.92 0 0 0 0 14.796a4.92 4.92 0 0 0 4.92 4.914 5 5 0 0 0 .617-.045h14.42c2.305-.272 4.041-2.258 4.043-4.589v-.009a4.594 4.594 0 0 0-3.727-4.508 6.51 6.51 0 0 0-6.511-6.27z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/icomoon.svg b/mkdocs-material/material/templates/.icons/simple/icomoon.svg new file mode 100644 index 0000000..684fa6e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/icomoon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0c-1.66 0-3.21.313-4.66.938A12 12 0 0 0 3.5 3.5 12 12 0 0 0 .937 7.34C.313 8.79 0 10.34 0 12s.313 3.21.938 4.66A12 12 0 0 0 3.5 20.5a12 12 0 0 0 3.84 2.56c1.45.63 3 .94 4.66.94s3.21-.31 4.66-.94a12 12 0 0 0 3.84-2.56 12 12 0 0 0 2.56-3.84c.63-1.45.94-3 .94-4.66s-.31-3.21-.94-4.66A12 12 0 0 0 20.5 3.5 12 12 0 0 0 16.66.937C15.21.313 13.66 0 12 0M8.88 1.5a11.7 11.7 0 0 1 2.49 1.92 12.3 12.3 0 0 1 1.9 2.45c.53.9.93 1.86 1.23 2.9.28 1.03.43 2.11.43 3.23s-.15 2.2-.43 3.23a11.7 11.7 0 0 1-1.23 2.9 12.3 12.3 0 0 1-1.9 2.45c-.75.75-1.58 1.38-2.49 1.92a12 12 0 0 1-2.46-1.92 12.3 12.3 0 0 1-1.92-2.45 11.7 11.7 0 0 1-1.19-2.9A11.6 11.6 0 0 1 2.86 12c0-1.12.14-2.2.45-3.23a11.7 11.7 0 0 1 1.19-2.9 12.3 12.3 0 0 1 1.92-2.45C7.17 2.67 8 2.04 8.88 1.5m-.02 7.73c-.77 0-1.42.27-1.96.81A2.67 2.67 0 0 0 6.09 12c0 .77.27 1.42.81 1.96s1.19.81 1.96.81 1.42-.27 1.96-.81.81-1.19.81-1.96-.27-1.42-.81-1.96a2.67 2.67 0 0 0-1.96-.81"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/icon.svg b/mkdocs-material/material/templates/.icons/simple/icon.svg new file mode 100644 index 0000000..3d90188 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/icon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.927 23.935a2.4 2.4 0 0 1-1.882-1.883 2.4 2.4 0 0 1 2.82-2.82 2.4 2.4 0 0 1 1.882 1.882 2.4 2.4 0 0 1-2.82 2.82M21.135 4.768a2.4 2.4 0 0 1-1.882-1.882 2.4 2.4 0 0 1 2.82-2.82 2.4 2.4 0 0 1 1.882 1.882 2.4 2.4 0 0 1-2.82 2.82M12.021 6.01c1.147 0 2.219.324 3.13.883l2.585-2.585A9.583 9.583 0 0 0 4.328 17.716l2.586-2.586a5.99 5.99 0 0 1 5.107-9.12m5.107 2.86a5.99 5.99 0 0 1-8.237 8.237l-2.586 2.585A9.583 9.583 0 0 0 19.713 6.284Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/iconfinder.svg b/mkdocs-material/material/templates/.icons/simple/iconfinder.svg new file mode 100644 index 0000000..3aa8d96 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/iconfinder.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C4.492 2.746-.885 11.312.502 19.963.502 19.963 4.989 24 12 24s11.496-4.037 11.496-4.037C24.882 11.312 19.508 2.746 12 0m0 1.846s2.032.726 3.945 2.488c.073.067.13.163.129.277-.001.168-.128.287-.301.287a.5.5 0 0 1-.137-.027 6.5 6.5 0 0 0-2.316-.4 6.63 6.63 0 0 0-3.914 1.273l-.002.002a7.98 7.98 0 0 1 6.808.768C20.48 9.11 22.597 14.179 21.902 19c0 0-1.646 1.396-4.129 2.172a.37.37 0 0 1-.303-.026c-.144-.084-.185-.255-.1-.404a.5.5 0 0 1 .094-.103 6.6 6.6 0 0 0 1.504-1.809 6.63 6.63 0 0 0 .856-4.027l-.002-.002a7.95 7.95 0 0 1-3.838 5.383c-4.42 2.552-9.99 1.882-13.885-1.184 0 0-.388-2.124.182-4.662a.37.37 0 0 1 .176-.25c.145-.084.31-.033.396.117a.5.5 0 0 1 .045.13c.126.762.405 1.5.814 2.208a6.64 6.64 0 0 0 3.059 2.756 8 8 0 0 1-1.672-2.033 7.93 7.93 0 0 1-1.066-4.205C4.128 8.047 7.464 3.659 12 1.846m0 7.623c-2.726 0-5.117.93-6.483 2.332-.064.32-.1.65-.1.984 0 3.146 2.947 5.695 6.583 5.695 3.635 0 6.584-2.549 6.584-5.695 0-.334-.038-.664-.102-.984C17.116 10.4 14.724 9.469 12 9.469m0 .693a3.12 3.12 0 0 1 0 6.238 3.118 3.118 0 0 1-2.872-4.336 1.3 1.3 0 1 0 1.657-1.656A3.1 3.1 0 0 1 12 10.162"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/iconify.svg b/mkdocs-material/material/templates/.icons/simple/iconify.svg new file mode 100644 index 0000000..600e4a1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/iconify.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 19.5c3.75 0 7.159-3.379 6.768-4.125-.393-.75-2.268 1.875-6.768 1.875s-6-2.625-6.375-1.875S8.25 19.5 12 19.5m4.125-12c.623 0 1.125.502 1.125 1.125v1.5c0 .623-.502 1.125-1.125 1.125A1.123 1.123 0 0 1 15 10.125v-1.5c0-.623.502-1.125 1.125-1.125m-8.25 0C8.498 7.5 9 8.002 9 8.625v1.5c0 .623-.502 1.125-1.125 1.125a1.123 1.123 0 0 1-1.125-1.125v-1.5c0-.623.502-1.125 1.125-1.125M12 0C5.381 0 0 5.381 0 12s5.381 12 12 12 12-5.381 12-12S18.619 0 12 0m0 1.5c5.808 0 10.5 4.692 10.5 10.5S17.808 22.5 12 22.5 1.5 17.808 1.5 12 6.192 1.5 12 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/iconjar.svg b/mkdocs-material/material/templates/.icons/simple/iconjar.svg new file mode 100644 index 0000000..4834227 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/iconjar.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.15 5.875c-.492 0-.936-.453-.936-.954 0-1.155 2.858-2.01 6.11-2.01.295 0 .492 0 .492-.25 0-.452-.985-.602-.985-1.355C9.831.502 10.767 0 11.95 0s2.12.502 2.12 1.306c0 .753-.986.853-.986 1.355 0 .151.148.251.492.251 3.252 0 6.16.803 6.16 2.009a.944.944 0 0 1-.937.953H5.151zm14.732 4.568c1.183.753 1.626 2.109 1.43 3.365l-1.38 7.58C19.636 22.897 18.354 24 16.826 24H7.17c-1.526 0-2.808-1.104-3.104-2.611l-1.38-7.581a3.31 3.31 0 0 1 1.48-3.315c.69-.501.836-1.355 0-1.656-1.184-.452-.938-1.908.245-1.908h7.193c1.133 0 2.514.853 2.514 3.615s-1.282 2.51-1.282 4.468c0 .854.69 1.758 1.527 1.859 1.43.15 2.267-.402 2.267-2.41 0-2.06-1.182-3.013-1.182-4.72 0-2.059 1.28-2.863 2.118-2.863h2.07c1.182 0 1.43 1.457.246 1.909-.837.35-.69 1.205 0 1.656"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/icons8.svg b/mkdocs-material/material/templates/.icons/simple/icons8.svg new file mode 100644 index 0000000..1c553e8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/icons8.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0H0v24h12zm6 12a6 6 0 1 0 0-12 6 6 0 0 0 0 12m0 12a6 6 0 1 0 0-12 6 6 0 0 0 0 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/icq.svg b/mkdocs-material/material/templates/.icons/simple/icq.svg new file mode 100644 index 0000000..bb3f745 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/icq.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.189 0a3.784 3.784 0 0 0-3.055 5.93l1.741 2.562a1.855 1.855 0 0 0 3.334-.13l1.454-2.929h-.006A3.784 3.784 0 0 0 10.189 0m9.173 4.496a4.2 4.2 0 0 0-1.662.306 4.23 4.23 0 0 0-1.817 1.396l-2.214 2.837q-.038.047-.074.096l-.01.012a2.088 2.088 0 0 0 1.509 3.306l3.614.536-.003-.007a4.26 4.26 0 0 0 4.532-5.807 4.26 4.26 0 0 0-3.875-2.675M3.586 7.242A3.154 3.154 0 0 0 .55 9.628a3.15 3.15 0 0 0 3.903 3.804l2.539-.737a1.545 1.545 0 0 0 .742-2.673L5.79 8.118v.005a3.13 3.13 0 0 0-2.204-.881M13.9 13.959a1.886 1.886 0 0 0-1.858 2.233l.387 3.263.005-.003a3.846 3.846 0 0 0 6.134 2.574 3.846 3.846 0 0 0-.9-6.645l-2.877-1.197a1.9 1.9 0 0 0-.89-.225zm-5.55.08c-.377 0-.75.104-1.076.3L4.06 16.018l.006.003a4.2 4.2 0 0 0-1.593 1.485 4.24 4.24 0 0 0 1.342 5.843 4.24 4.24 0 0 0 5.845-1.332 4.2 4.2 0 0 0 .647-2.172l.108-3.45a2.08 2.08 0 0 0-2.062-2.356z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ieee.svg b/mkdocs-material/material/templates/.icons/simple/ieee.svg new file mode 100644 index 0000000..daaa691 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ieee.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.74 14.973h-.05v-.064h.04c.022 0 .051.002.051.03s-.015.034-.04.034zm.101-.03c0-.06-.04-.079-.109-.079h-.099v.265h.057v-.111h.027l.061.111h.068l-.069-.116c.036-.003.064-.02.064-.07m-.11.243c-.098 0-.176-.076-.176-.19 0-.113.078-.188.176-.188.095 0 .177.075.177.188 0 .114-.082.19-.177.19m-.247-.19c0 .156.116.247.247.247.13 0 .247-.09.247-.247a.24.24 0 0 0-.247-.246.24.24 0 0 0-.247.246M3.35 12.61c-.02.374-.025.72-.052 1.096.148.013.315.026.473.003l-.047-1.046-.009-.05c-.12.005-.234.01-.365-.003m-.926-1.051c-.182.091-.45.23-.421.48.04.136.187.224.304.28.647.286 1.506.295 2.19.083.168-.065.395-.16.426-.366-.002-.171-.183-.279-.313-.344v-.008a.6.6 0 0 1 .144-.039v-.004c-.228-.041-.45-.101-.671-.16.043.097.073.2.109.301q.1-.033.207-.047c.117.045.284.11.3.256.014.137-.136.204-.23.26-.501.181-1.065.2-1.588.06-.144-.045-.353-.103-.37-.287.102-.242.367-.292.588-.351-.114-.073-.23-.138-.34-.22-.119.007-.227.059-.335.106m1.107-1.46-.064.208-.326.932c.082.008.183 0 .263.008v.008l-.048 1.054.008.01c.104.01.234.016.34-.002V12.3l-.042-1.022.006-.035.286-.004a47 47 0 0 1-.414-1.14zm-.15-.469c.239-.163.453.065.639.195.717.578 1.393 1.238 1.909 1.984.065.096.094.246.036.355-.134.223-.314.426-.485.633v.011c-.426.454-.876.92-1.363 1.305-.237.144-.455.46-.761.264a11 11 0 0 1-1.927-1.82c-.096-.149-.246-.271-.312-.44-.093-.23.112-.394.229-.566.576-.71 1.291-1.407 2.034-1.92zm.6-.678-.266-.376c-.032-.02-.073-.052-.108-.062-.079-.034-.163.007-.227.056l-.48.624c-.769.953-1.68 1.843-2.673 2.525-.079.061-.195.121-.22.222-.026.091.022.166.078.223a13 13 0 0 1 2.234 1.94c.12.127.217.252.335.37.198.265.43.53.613.813.057.06.066.158.156.187.07.024.156.04.223 0l.066-.067a13.3 13.3 0 0 1 3.034-3.06c.117-.103.34-.142.343-.336a.3.3 0 0 0-.137-.226l-.02-.003c-.6-.408-1.159-.87-1.686-1.394l-.582-.609a17 17 0 0 1-.684-.827zm.039.672c.206.157.42.336.61.518l.034.02a10 10 0 0 1 1.405 1.592c.065.1.122.212.086.343-.133.332-.403.597-.639.887-.51.55-1.05 1.081-1.652 1.506-.122.086-.287.166-.433.097-.444-.232-.818-.613-1.207-.96-.45-.417-.902-.904-1.244-1.413a.4.4 0 0 1-.064-.253c.044-.176.165-.32.279-.469.403-.514.897-1.002 1.397-1.447.011-.012.032-.036.05-.047.215-.186.428-.35.652-.511.234-.182.529-.031.726.137m15.942-.197H24v1.028h-2.569v1.094h2.364v1.028H21.43V13.7H24v1.028h-4.038zm-4.859 0h4.037v1.028h-2.57v1.094h2.363v1.028H16.57V13.7h2.569v1.028h-4.037zm-4.86 0h4.037v1.028h-2.57v1.094h2.365v1.028H11.71V13.7h2.57v1.028h-4.038zm-2.24 0h1.469v5.301H8.004Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ifixit.svg b/mkdocs-material/material/templates/.icons/simple/ifixit.svg new file mode 100644 index 0000000..1be839b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ifixit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.345 12.506 2.37 3.131c.198.261.211.69.025.961l-.119.177c-.181.27-.55.645-.814.831l-.285.201c-.266.195-.697.195-.956-.016l-3.135-2.369c-.255-.195-.681-.195-.94 0l-3.136 2.369c-.258.211-.689.211-.956.03l-.207-.135a4 4 0 0 1-.825-.81l-.181-.256a.87.87 0 0 1 .018-.96l2.377-3.149c.195-.256.195-.675 0-.945L6.197 8.43c-.194-.263-.203-.69-.013-.957l.2-.285c.187-.264.56-.629.828-.814l.175-.119c.27-.196.703-.182.961.014l3.135 2.37c.26.195.684.195.942 0l3.135-2.385c.258-.195.698-.226.979-.061l.33.195c.28.165.639.524.795.81l.12.21c.154.285.123.721-.075.99l-2.37 3.135c-.194.255-.194.676 0 .945zM12 0C5.37 0 0 5.373 0 12s5.37 12 12 12c6.627 0 12-5.373 12-12S18.627 0 12 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ifood.svg b/mkdocs-material/material/templates/.icons/simple/ifood.svg new file mode 100644 index 0000000..4f0c65e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ifood.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.428 1.67c-4.65 0-7.184 4.149-7.184 6.998 0 2.294 2.2 3.299 4.25 3.299l-.006-.006c4.244 0 7.184-3.854 7.184-6.998 0-2.29-2.175-3.293-4.244-3.293m11.328 0c-4.65 0-7.184 4.149-7.184 6.998 0 2.294 2.2 3.299 4.25 3.299l-.006-.006C21.061 11.96 24 8.107 24 4.963c0-2.29-2.18-3.293-4.244-3.293m-5.584 12.85 2.435 1.834c-2.17 2.07-6.124 3.525-9.353 3.17A8.91 8.91 0 0 1 .23 14.541H0a9.6 9.6 0 0 0 8.828 7.758c3.814.24 7.323-.905 9.947-3.13l-.004.007 1.08 2.988 1.555-7.623-7.234-.02Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ifttt.svg b/mkdocs-material/material/templates/.icons/simple/ifttt.svg new file mode 100644 index 0000000..f18618b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ifttt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 8.82h2.024v6.36H0zm11.566 0h-3.47v2.024h1.446v4.337h2.024v-4.337h1.446V8.82zm5.494 0h-3.47v2.024h1.446v4.337h2.024v-4.337h1.446V8.82zm5.494 0h-3.47v2.024h1.446v4.337h2.024v-4.337H24V8.82zM7.518 10.843V8.82H2.892v6.36h2.024v-1.734H6.65v-2.024H4.916v-.578z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/igdb.svg b/mkdocs-material/material/templates/.icons/simple/igdb.svg new file mode 100644 index 0000000..3011e83 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/igdb.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 6.228q-12 .001-24 0v11.543a89 89 0 0 1 2.271-.333 74 74 0 0 1 17.038-.28c1.57.153 3.134.363 4.69.614zm-.706.707v10.013a74.8 74.8 0 0 0-22.588 0V6.934zM7.729 8.84a2.62 2.62 0 0 0-1.857.72 2.55 2.55 0 0 0-.73 1.33c-.098.5-.063 1.03.112 1.51.177.488.515.917.954 1.196.547.354 1.224.472 1.865.401a3.24 3.24 0 0 0 1.786-.777c-.003-.724.002-1.449-.002-2.173-.725.004-1.45-.002-2.174.003.003.317 0 .634.001.951h1.105c.002.236 0 .473.002.71a1.7 1.7 0 0 1-.932.298c-.32.02-.65-.05-.922-.225a1.46 1.46 0 0 1-.59-.744c-.18-.499-.134-1.085.163-1.53.23-.355.619-.61 1.043-.647a1.8 1.8 0 0 1 1.012.206c.152.082.286.192.424.295q.344-.42.692-.838a3 3 0 0 0-.595-.403c-.418-.212-.892-.285-1.357-.283m11.66.086q-.14.002-.28 0c-.68.002-1.359-.004-2.038.003.003 1.666 0 3.332.002 4.998h2.497q.36-.003.709-.097c.276-.076.546-.208.742-.422.194-.208.297-.492.304-.776.016-.278-.032-.572-.195-.804-.175-.252-.453-.408-.734-.514.211-.122.407-.285.521-.505.134-.246.149-.535.117-.807a1.16 1.16 0 0 0-.436-.73c-.264-.207-.599-.304-.93-.334a3 3 0 0 0-.279-.012m-16.715 0v5.002h1.102V8.927q-.552-.002-1.102 0zm8.524 0v5.002h2.016a2.9 2.9 0 0 0 1.07-.211 2.44 2.44 0 0 0 1.174-.993c.34-.555.429-1.244.292-1.876a2.37 2.37 0 0 0-.828-1.338c-.478-.387-1.096-.577-1.707-.584zm6.949.967c.392.002.784-.001 1.176.002.183.011.38.054.51.19.11.112.136.28.112.43a.44.44 0 0 1-.22.316 1.1 1.1 0 0 1-.483.116c-.365.002-.73-.001-1.094.001q-.001-.527-.001-1.054zm-5.031.026c.28 0 .567.053.815.19.274.149.491.396.607.685.113.272.138.574.107.865a1.46 1.46 0 0 1-.335.786 1.43 1.43 0 0 1-.865.466c-.168.031-.34.022-.51.023h-.632V9.92zm5.03 1.948h1.36c.174.006.354.035.505.127a.45.45 0 0 1 .212.308c.025.15.004.32-.099.44-.102.12-.258.176-.409.2-.172.032-.348.02-.522.022-.35-.001-.698.002-1.047-.001z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ign.svg b/mkdocs-material/material/templates/.icons/simple/ign.svg new file mode 100644 index 0000000..0e51e9f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ign.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.38 7.66c.59-.9 1.359-1.67 2.26-2.26.13-1.18.31-2.26.52-3.21a10.6 10.6 0 0 0-6 6c.95-.22 2.03-.39 3.21-.52m10.97-2.3v.02c.9.59 1.67 1.37 2.27 2.27 1.18.13 2.26.31 3.21.52a10.63 10.63 0 0 0-6.02-6.01c.22.95.4 2.02.54 3.2m-8.7 13.26c-.9-.59-1.67-1.37-2.27-2.27h-.03c-1.19-.14-2.26-.32-3.19-.54 1.07 2.75 3.26 4.95 6.01 6.02-.22-.95-.39-2.03-.52-3.21m11-2.27h-.03c-.59.9-1.37 1.67-2.27 2.27v.03c-.14 1.17-.32 2.25-.54 3.19a10.6 10.6 0 0 0 6.03-6.03c-.94.22-2 .4-3.19.54M10.04.01h3.9c.85 1.85 1.2 4.59 1.3 5.52q.06.33.06.63L12 9.12 8.7 6.16c0-.17.02-.35.05-.55.1-.95.43-3.75 1.29-5.61M8.7 17.84c0 .17.02.35.05.55.1.95.43 3.75 1.29 5.61h3.9c.85-1.84 1.2-4.59 1.3-5.52.04-.22.06-.43.06-.64L12 14.88zM6.16 8.69c-.17 0-.35.02-.55.05-.95.12-3.75.45-5.61 1.31v3.9c1.84.85 4.59 1.19 5.52 1.3.22.04.43.06.64.06l2.95-3.3-2.95-3.3zM24 10.03c-1.86-.86-4.66-1.19-5.61-1.29-.2-.03-.38-.05-.55-.05l-2.96 3.3 2.96 3.3c.2 0 .41-.02.64-.06.93-.11 3.68-.45 5.52-1.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/iheartradio.svg b/mkdocs-material/material/templates/.icons/simple/iheartradio.svg new file mode 100644 index 0000000..67cc68c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/iheartradio.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.403 21.983c.597 0 1.023-.306 1.023-.817v-.012c0-.489-.375-.784-1.017-.784H3.182v1.613zm-1.67-1.8c0-.125.102-.228.221-.228h1.489c.488 0 .88.148 1.13.398a1.1 1.1 0 0 1 .307.784v.011c0 .654-.443 1.034-1.062 1.154l.988 1.272c.046.051.074.102.074.164 0 .12-.114.222-.227.222-.091 0-.16-.05-.21-.12l-1.12-1.453h-1.14v1.346a.23.23 0 0 1-.228.227.227.227 0 0 1-.221-.227zm6.674 2.29-.914-2.035-.915 2.034zm-2.812 1.164 1.614-3.528c.056-.125.142-.2.284-.2h.022c.137 0 .228.075.279.2l1.613 3.522a.3.3 0 0 1 .029.113c0 .12-.097.216-.216.216-.108 0-.182-.074-.222-.165l-.415-.914H7.402l-.415.926c-.04.097-.113.153-.216.153a.204.204 0 0 1-.204-.204.26.26 0 0 1 .028-.12m6.078-.118c1.005 0 1.647-.682 1.647-1.563v-.011c0-.88-.642-1.574-1.647-1.574h-.932v3.148zm-1.38-3.335c0-.125.102-.228.221-.228h1.16c1.249 0 2.112.858 2.112 1.977v.012c0 1.119-.863 1.988-2.113 1.988h-1.159a.226.226 0 0 1-.221-.227zm4.481-.029c0-.124.103-.227.222-.227.125 0 .227.103.227.227v3.579a.23.23 0 0 1-.227.227.227.227 0 0 1-.222-.227zm5.027 1.801v-.011c0-.904-.659-1.642-1.568-1.642s-1.556.727-1.556 1.63v.012c0 .903.659 1.642 1.567 1.642.91 0 1.557-.728 1.557-1.631m-3.59 0v-.011c0-1.097.824-2.057 2.033-2.057s2.023.949 2.023 2.045v.012c0 1.096-.824 2.056-2.034 2.056s-2.022-.949-2.022-2.045m2.03-17.192c0 1.397-.754 2.773-2.242 4.092a.345.345 0 0 1-.458-.517c1.333-1.182 2.01-2.385 2.01-3.575v-.016c0-.966-.606-2.103-1.38-2.588a.345.345 0 1 1 .367-.586c.97.61 1.703 1.974 1.703 3.174zM14.76 7.677a.345.345 0 1 1-.337-.602c.799-.448 1.336-1.318 1.339-2.167a2.1 2.1 0 0 0-1.124-1.855.345.345 0 1 1 .321-.611 2.79 2.79 0 0 1 1.493 2.46v.011c-.004 1.09-.683 2.199-1.692 2.764m-2.772-1.015a1.498 1.498 0 1 1 .001-2.997 1.498 1.498 0 0 1-.001 2.997m-2.303.882a.345.345 0 0 1-.47.133c-1.009-.565-1.688-1.674-1.692-2.764v-.01a2.79 2.79 0 0 1 1.493-2.461.346.346 0 0 1 .321.611 2.1 2.1 0 0 0-1.124 1.855c.003.849.54 1.719 1.34 2.166a.345.345 0 0 1 .132.47M7.464 8.825a.344.344 0 0 1-.488.03C5.49 7.536 4.734 6.16 4.734 4.763v-.016c0-1.2.732-2.564 1.703-3.174a.346.346 0 0 1 .367.586c-.774.485-1.38 1.622-1.38 2.588v.016c0 1.19.677 2.393 2.01 3.575a.345.345 0 0 1 .03.487M16.152 0c-1.727 0-3.27.915-4.164 2.252C11.094.915 9.55 0 7.823 0A4.98 4.98 0 0 0 2.84 4.983c0 1.746 1.106 3.005 2.261 4.17l4.518 4.272a.371.371 0 0 0 .626-.27V9.827c0-.963.78-1.743 1.743-1.745a1.745 1.745 0 0 1 1.742 1.745v3.328c0 .326.39.493.626.27l4.518-4.272c1.155-1.165 2.261-2.424 2.261-4.17A4.98 4.98 0 0 0 16.152 0M4.582 14.766h1.194v1.612h1.532v-1.612H8.5v4.307H7.308v-1.637H5.776v1.637H4.582zm6.527 2.353a.563.563 0 0 0-.578-.587c-.308 0-.55.238-.578.587zm-2.264.305v-.012c0-.972.696-1.741 1.68-1.741 1.15 0 1.68.842 1.68 1.82 0 .075 0 .16-.007.24H9.971c.093.364.357.549.72.549.277 0 .498-.105.738-.34l.647.536c-.32.406-.782.677-1.447.677-1.045 0-1.784-.695-1.784-1.729m7.29-1.68h1.17v.67c.19-.454.498-.75 1.051-.725v1.23h-.098c-.609 0-.954.351-.954 1.12v1.034h-1.168zm2.95 2.295v-1.353h-.393v-.942h.393v-.842h1.17v.842h.775v.942h-.775v1.126c0 .234.105.332.32.332.153 0 .301-.043.442-.11v.916c-.209.117-.485.19-.812.19-.7 0-1.12-.307-1.12-1.1m-15.65-3.584a.62.62 0 1 0 0 1.24.62.62 0 0 0 0-1.24m10.502 3.952c-.303.013-.483-.161-.483-.371 0-.203.16-.307.454-.307h.667v.036c-.004.137-.06.617-.638.642m1.746-1.008c0-1.033-.739-1.729-1.784-1.729-.665 0-1.126.271-1.447.677l.647.536c.24-.234.461-.34.738-.34.359 0 .621.182.716.537l.001.025-.77.003c-.956.013-1.458.37-1.458 1.045 0 .65.464.999 1.262.999.432 0 .764-.17.987-.401v.32h1.106v-1.628l.002-.032zM3.458 15.99h-.043a.61.61 0 0 0-.61.61v2.474h1.263V16.6a.61.61 0 0 0-.61-.61"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ikea.svg b/mkdocs-material/material/templates/.icons/simple/ikea.svg new file mode 100644 index 0000000..5d2dfad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ikea.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 7.2v9.6h24V7.2zm12.002 9.12C5.308 16.32.48 14.36.48 12s4.831-4.32 11.522-4.32S23.52 9.64 23.52 12s-4.824 4.32-11.518 4.32m-.225-6.062h4.176v.964c-.103-.047-.203-.047-.306-.047h-1.758v.46h1.689v.732h-1.689v.457h1.758c.103 0 .203 0 .306-.05v.967h-4.176c.052-.101.052-.198.052-.299V10.56c0-.101 0-.198-.052-.302m-7.076.302v2.881c0 .101 0 .198.052.299H2.4c.052-.101.052-.198.052-.299V10.56c0-.101 0-.198-.052-.299h2.353c-.052.101-.052.198-.052.299m6.447 2.881c.076.107.158.208.255.299H8.805c0-.101-.1-.306-.21-.467s-.705-1.044-.705-1.044v1.212c0 .101 0 .198.052.299H5.778c.052-.101.052-.198.052-.299V10.56c0-.101 0-.198-.052-.299h2.164c-.052.101-.052.198-.052.299v1.259s.691-.88.85-1.085c.12-.154.268-.373.268-.473h2.257c-.155.101-.327.282-.468.45l-.826.984s1.039 1.548 1.177 1.746m10.546-3.005a.18.18 0 0 0-.175-.178h-.21v.551h.083v-.195h.12l.11.195h.093l-.12-.212a.18.18 0 0 0 .099-.161m-.189.101h-.114v-.191h.124c.055 0 .093.047.093.101 0 .053-.048.093-.103.09m-.021-.457h-.031a.444.444 0 0 0-.437.457q0 .012-.003.023a.466.466 0 0 0 .482.447.464.464 0 0 0 .458-.47v-.017a.454.454 0 0 0-.469-.44m0 .823a.37.37 0 0 1-.375-.366v-.027a.357.357 0 0 1 .375-.339c.206 0 .375.165.375.366s-.168.366-.375.366m-.877-.339c-.038-.101-.093-.198-.065-.299h-3.017c.014.101-.024.198-.062.299l-1.07 2.881a.9.9 0 0 1-.162.299h1.785c-.014-.101.024-.198.058-.299s.072-.198.072-.198l.021-.054h1.304l.021.05c.048.118.083.198.083.198.041.101.079.198.069.299h2.263a.8.8 0 0 1-.169-.299 690 690 0 0 0-1.131-2.877m-2.167 1.893c.155-.42.289-.772.299-.806q.041-.112.062-.228.026.116.069.228l.316.806z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/iledefrancemobilites.svg b/mkdocs-material/material/templates/.icons/simple/iledefrancemobilites.svg new file mode 100644 index 0000000..d478ee8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/iledefrancemobilites.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.54.001A5.461 5.447 0 0 1 24 5.447v13.107A5.461 5.447 0 0 1 18.54 24H5.459A5.461 5.447 0 0 1 0 18.553V5.446A5.461 5.447 0 0 1 5.46 0h13.081Zm-9.781 15.26c-1.365 1.816-2.503 3.405-3.925 5.334-.34.454-.057.624.398.34.512-.34.967-.736 1.309-1.247.3-.421.857-1.175 1.448-1.977l.595-.808c.33-.445.646-.876.914-1.243.796-1.135 2.047-1.023 2.9.17a398.137 397.144 0 0 0 3.242 4.481c.739 1.02 2.957.851 3.924.794.17 0 .228-.17.17-.283a310.878 310.103 0 0 0-4.663-6.467c-2.047-2.894-4.606-1.42-6.312.907ZM17.8 7.32c-2.9 1.474-3.809 1.304-6.255 1.701-2.445.34-4.266.908-6.313 3.064-.51.567-.74 1.021.058.624 2.9-1.475 3.81-1.305 6.254-1.702 2.446-.34 4.267-.907 6.314-3.064.512-.566.796-1.02-.057-.623Zm-5.06-4.142c-.966-.454-2.218.17-2.786 1.419-.569 1.19-.228 2.553.74 3.007.966.454 2.217-.17 2.786-1.42.568-1.246.228-2.609-.74-3.006"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/imagedotsc.svg b/mkdocs-material/material/templates/.icons/simple/imagedotsc.svg new file mode 100644 index 0000000..819122b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/imagedotsc.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.658 15.812h.255a.437.437 0 0 1 .437.437v3.8a.437.437 0 0 1-.437.436h-3.8a.437.437 0 0 1-.437-.437v-.122l-2.837 1.648v.635c0 .615.498 1.113 1.113 1.113h8.121c.615 0 1.113-.498 1.113-1.113v-8.121c0-.615-.498-1.113-1.113-1.113h-4.056zm-.807-3.337 2.013-3.531c.304-.534.984-.72 1.518-.416l7.056 4.02c.534.305.72.985.416 1.52l-4.021 7.055c-.305.534-.984.72-1.519.416l-.627-.358v-3.265l.155.088a.437.437 0 0 0 .596-.163l1.881-3.301a.437.437 0 0 0-.163-.596l-3.301-1.882a.437.437 0 0 0-.596.164l-.145.253zm4.929-6.549a.437.437 0 0 1 .597.158l1.908 3.286a.437.437 0 0 1-.158.597l-.104.06 2.852 1.625.545-.317c.532-.308.712-.99.404-1.521l-4.08-7.023a1.113 1.113 0 0 0-1.52-.403L11.2 6.467c-.532.308-.713.99-.404 1.521l2.037 3.507 1.63-2.843-.129-.22a.437.437 0 0 1 .159-.598m-4.153.354h-.254a.437.437 0 0 1-.437-.437v-3.8a.437.437 0 0 1 .437-.436h3.8a.437.437 0 0 1 .437.436v.123l2.837-1.648v-.635c0-.615-.498-1.113-1.113-1.113H7.927c-.615 0-1.113.498-1.113 1.113v8.121c0 .615.498 1.113 1.113 1.113h4.056zm-2.455 3.333-.145.253a.437.437 0 0 1-.596.164l-3.3-1.882a.437.437 0 0 1-.164-.596L5.562 6.16a.437.437 0 0 1 .596-.163l.156.088V2.82l-.628-.358a1.113 1.113 0 0 0-1.519.416L.147 9.933a1.113 1.113 0 0 0 .415 1.518l7.056 4.021a1.113 1.113 0 0 0 1.518-.416l2.013-3.53zm3.28.984 2.037 3.507a1.113 1.113 0 0 1-.404 1.522l-7.022 4.078a1.113 1.113 0 0 1-1.522-.403L.176 14.186a1.113 1.113 0 0 1 .404-1.521l.546-.317 2.85 1.624-.103.06a.437.437 0 0 0-.158.598l1.908 3.286a.437.437 0 0 0 .597.158l3.286-1.908a.437.437 0 0 0 .158-.598l-.127-.22z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/imagej.svg b/mkdocs-material/material/templates/.icons/simple/imagej.svg new file mode 100644 index 0000000..86acaa7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/imagej.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.129 17.508H5.057a.187.187 0 0 1-.187-.187v-.444a.187.187 0 0 1 .187-.187h8.072a.187.187 0 0 1 .187.187v.444a.187.187 0 0 1-.187.187m5.623-12.195c-1.423.004-4.218-.01-5.641-.006a.404.404 0 0 0-.404.403v3.607c0 .222.18.403.404.403h1.747v8.19a1.83 1.83 0 0 1-.911 1.576 1.83 1.83 0 0 1-1.822 0 1.83 1.83 0 0 1-.912-1.578H6.941a6.11 6.11 0 0 0 3.047 5.278c.94.543 1.994.814 3.048.814s2.107-.271 3.047-.814a6.12 6.12 0 0 0 3.047-5.274V5.692a.38.38 0 0 0-.378-.379M7.455 15.231h3.276a.64.64 0 0 0 .64-.64V.64A.64.64 0 0 0 10.73 0H7.455a.64.64 0 0 0-.64.64v13.95c0 .354.286.64.64.64"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/imdb.svg b/mkdocs-material/material/templates/.icons/simple/imdb.svg new file mode 100644 index 0000000..3359f21 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/imdb.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.378 0H1.622a1.72 1.72 0 0 0-1.62 1.595L0 22.378c.058.876.712 1.543 1.556 1.62l.045.002h20.797l.043-.002A1.723 1.723 0 0 0 24 22.29V1.71A1.72 1.72 0 0 0 22.415.002zm0 .496a1.214 1.214 0 0 1 1.125 1.214v20.58c0 .637-.487 1.16-1.104 1.214H1.602a1.214 1.214 0 0 1-1.106-1.126V1.628c.041-.61.522-1.092 1.126-1.132zM4.795 8.26v7.364H2.89V8.26zm6.537 0v7.364H9.671v-4.97L9 15.624H7.813l-.699-4.862-.006 4.862H5.44V8.26h2.468c.075.448.149.97.23 1.574l.272 1.871.44-3.445zm2.977 1.33q.112.06.142.203c.028.095.035.311.035.644v2.855c0 .488-.035.786-.096.895q-.092.171-.502.17V9.52c.204 0 .346.02.421.068m-.02 6.034c.454 0 .8-.027 1.024-.074q.345-.072.57-.265a.96.96 0 0 0 .324-.522c.061-.224.102-.665.102-1.322v-2.584q-.002-1.047-.074-1.403a1.3 1.3 0 0 0-.313-.644c-.169-.197-.42-.333-.745-.421-.32-.081-.854-.129-1.77-.129h-1.424v7.364zm5.14-1.783q-.001.529-.055.671c-.033.095-.19.142-.305.142-.108 0-.19-.047-.224-.135q-.06-.134-.06-.623v-1.947q.002-.501.054-.624.052-.121.217-.122c.115 0 .27.041.311.142q.061.145.061.604zm-2.475-5.58v7.363h1.715l.115-.468q.233.285.516.428c.182.088.46.135.678.135.304 0 .563-.075.78-.237a1.05 1.05 0 0 0 .42-.563c.054-.217.088-.543.088-.984v-2.067a7 7 0 0 0-.034-.868 1 1 0 0 0-.17-.42 1 1 0 0 0-.427-.333 1.929 1.929 0 0 0-1.342.013 1.6 1.6 0 0 0-.509.4v-2.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/imessage.svg b/mkdocs-material/material/templates/.icons/simple/imessage.svg new file mode 100644 index 0000000..4d79e86 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/imessage.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.285 0A5.273 5.273 0 0 0 0 5.285v13.43A5.273 5.273 0 0 0 5.285 24h13.43A5.273 5.273 0 0 0 24 18.715V5.285A5.273 5.273 0 0 0 18.715 0ZM12 4.154a8.809 7.337 0 0 1 8.809 7.338A8.809 7.337 0 0 1 12 18.828a8.809 7.337 0 0 1-2.492-.303A8.656 7.337 0 0 1 5.93 19.93a9.929 7.337 0 0 0 1.54-2.155 8.809 7.337 0 0 1-4.279-6.283A8.809 7.337 0 0 1 12 4.154"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/imgur.svg b/mkdocs-material/material/templates/.icons/simple/imgur.svg new file mode 100644 index 0000000..9e92733 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/imgur.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.147 3.043c-.002-.113-.069-.182-.189-.191a14 14 0 0 0-.51-.045l-.162-.01a22 22 0 0 0-1.085-.046l-.217-.005q-.259-.004-.532-.004l-.189-.001q-.442 0-.919.01l-.106.003a56 56 0 0 0-.87.026l-.237.009q-.502.02-1.027.049l-.012.001q-.537.032-1.095.071l-.275.021q-.455.034-.92.076l-.25.021q-.57.053-1.156.115-.12.014-.242.027-.479.053-.965.113l-.33.042q-.604.076-1.212.164a.6.6 0 0 0-.154.045.3.3 0 0 0-.097.074l-.003.002c-.045.055-.047.12.004.179q.002.006.005.012l3.488 3.456-6.629 6.596c-.069.067-.068.165 0 .251.856 1.093 1.44 1.793 2.143 2.492.699.703 1.398 1.286 2.493 2.143a.22.22 0 0 0 .132.051.17.17 0 0 0 .119-.051l6.597-6.629 3.455 3.488a.14.14 0 0 0 .101.047c.096 0 .187-.118.212-.292.746-5.141.882-10.051.634-12.31M15.87 24l6.356-6.357.026-.026.156-.155-.006-.006a3.14 3.14 0 0 0 .822-1.711c.804-5.53.903-10.591.654-12.952a2.9 2.9 0 0 0-.834-1.812 2.96 2.96 0 0 0-1.816-.855C20.458.042 19.476 0 18.318 0c-2.999 0-6.667.284-10.063.777a3.14 3.14 0 0 0-1.887.991L0 8.137V24zm1.528-6.707c-.151 0-.563.405-.563.613a.1.1 0 0 1-.099.1.1.1 0 0 1-.099-.1c0-.208-.411-.613-.563-.613a.1.1 0 0 1-.099-.1c0-.054.044-.098.099-.098.152 0 .563-.404.563-.614 0-.055.044-.098.099-.098.054 0 .099.043.099.098 0 .21.412.614.563.614a.1.1 0 0 1 0 .198M5.4 7.045c.197 0 .735-.528.735-.801a.13.13 0 0 1 .128-.129c.071 0 .128.058.128.129 0 .272.538.801.735.801.071 0 .128.057.128.128a.13.13 0 0 1-.128.128c-.197 0-.735.528-.735.801a.13.13 0 0 1-.128.128.13.13 0 0 1-.128-.128c0-.273-.538-.801-.735-.801a.128.128 0 0 1 0-.256m-3.99 3.26c0-.065.057-.098.119-.118.69-.228 1.269-.8 1.403-1.554.011-.064.053-.118.118-.118.066 0 .107.054.119.118.133.754.711 1.326 1.401 1.554.062.02.118.053.118.118s-.056.098-.118.119c-.69.227-1.269.799-1.403 1.553-.011.064-.053.119-.119.119-.065 0-.106-.054-.118-.119-.134-.754-.713-1.326-1.403-1.553-.061-.022-.117-.054-.117-.119m1.565 9.307c-.113 0-.42.302-.42.459 0 .04-.034.073-.074.073a.074.074 0 0 1-.074-.073c0-.157-.307-.459-.42-.459a.074.074 0 0 1-.074-.073c0-.039.034-.073.074-.073.113 0 .42-.302.42-.457 0-.042.033-.073.074-.073s.074.031.074.073c0 .155.307.457.42.457.04 0 .073.034.073.073a.073.073 0 0 1-.073.073m.568-3.047c-.14 0-.521.375-.521.568a.092.092 0 1 1-.183 0c0-.193-.381-.568-.521-.568a.09.09 0 0 1-.091-.09c0-.051.041-.092.091-.092.14 0 .521-.375.521-.568a.09.09 0 0 1 .092-.09.09.09 0 0 1 .091.09c0 .193.381.568.521.568a.091.091 0 0 1 0 .182m3.334 4.382c-.203 0-.758.546-.758.827 0 .073-.06.133-.132.133a.133.133 0 0 1-.133-.133c0-.281-.555-.827-.758-.827a.134.134 0 0 1-.133-.133c0-.073.059-.132.133-.132.204 0 .758-.545.758-.828 0-.071.06-.132.133-.132s.132.061.132.132c0 .283.555.828.758.828.074 0 .133.059.133.132a.133.133 0 0 1-.133.133m1.922-.806c-1.086-.851-1.869-1.498-2.653-2.287-.789-.784-1.436-1.566-2.287-2.654-.626-.8-.566-1.897.144-2.607l.001-.001.002-.001L9.364 7.26 7.149 5.066l-.003-.003-.002-.003c-.52-.52-.7-1.27-.472-1.958.148-.447.464-.802.867-1.049a2 2 0 0 1 .371-.19 2 2 0 0 1 .468-.131q.007-.001.014-.004C11.746 1.24 15.363.96 18.317.96h.002c1.125 0 2.072.041 2.818.121.469.046.903.249 1.228.576.328.331.525.767.562 1.237.243 2.311.144 7.253-.651 12.714-.001.01-.006.016-.007.025a2.3 2.3 0 0 1-.18.586q-.008.021-.018.042c-.333.699-1.001 1.163-1.771 1.163-.51 0-.992-.2-1.358-.567l-.003-.002-.004-.004-2.192-2.215-5.333 5.359-.001.002h-.001a1.94 1.94 0 0 1-1.378.573c-.44 0-.877-.151-1.231-.429m2.576 2.09c-.139 0-.518.373-.518.566a.09.09 0 0 1-.091.09.09.09 0 0 1-.09-.09c0-.193-.379-.566-.519-.566a.09.09 0 1 1 0-.18c.139 0 .519-.373.519-.566a.09.09 0 0 1 .09-.09c.05 0 .091.041.091.09 0 .193.379.566.518.566.05 0 .091.039.091.09s-.04.09-.091.09m2.115-2.437c.248 0 .922-.662.922-1.003 0-.088.072-.161.161-.161.088 0 .161.073.161.161 0 .341.674 1.003.921 1.003.089 0 .161.073.161.161a.16.16 0 0 1-.161.161c-.247 0-.921.662-.921 1.005a.16.16 0 0 1-.161.162.16.16 0 0 1-.161-.162c0-.343-.674-1.005-.922-1.005a.161.161 0 0 1 0-.322"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/immer.svg b/mkdocs-material/material/templates/.icons/simple/immer.svg new file mode 100644 index 0000000..099099f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/immer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.27 14.333a2.272 2.272 0 0 1 0-4.543 2.272 2.272 0 0 1 0 4.543m19.46.858a3.12 3.12 0 0 1-1.822-.584c-.743.837-1.046 1.047-2.067 1.047-1.541 0-3.12-2.32-4.558-4.315 1.497-2.335 2.87-3.878 4.331-3.878 1.115 0 2.185.493 2.787 1.767a3.1 3.1 0 0 1 1.329-.296 3.1 3.1 0 0 1 1.17.226c-.88-2.599-2.997-3.913-5.113-3.913-2.335 0-4.06 2.16-5.576 4.629-1.783-2.432-3.483-4.63-5.923-4.63-2.077 0-4.154 1.287-5.044 3.83a3.1 3.1 0 0 1 .936-.142 3.1 3.1 0 0 1 1.718.514c.546-.773 1.245-1.235 2.007-1.21 1.537.052 2.928 1.85 4.687 4.325-1.28 1.959-2.923 3.868-4.31 3.868-1.057 0-2.074-.444-2.69-1.574a3.1 3.1 0 0 1-1.412.336c-.371.007-.734-.077-1.085-.185.932 2.417 2.972 3.64 5.013 3.64 2.326 0 3.931-2.056 5.525-4.615 1.748 2.464 3.5 4.724 5.992 4.724 2.025 0 4.297-1.333 5.223-3.75-.358.088-.724.2-1.118.186m0-5.401a2.272 2.272 0 0 0 0 4.543 2.272 2.272 0 0 0 0-4.543"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/immich.svg b/mkdocs-material/material/templates/.icons/simple/immich.svg new file mode 100644 index 0000000..8588926 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/immich.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.986.27C9.577.27 6.78 1.36 6.78 4.164v.152c1.343.597 2.935 1.663 4.412 2.971 1.572 1.391 2.838 2.882 3.653 4.287 1.4-2.503 2.336-5.478 2.347-7.373v-.037c0-2.803-2.796-3.895-5.205-3.895m7.512 4.49a3.6 3.6 0 0 0-1.191.186l-.145.047c-.152 1.461-.675 3.304-1.463 5.113-.837 1.925-1.862 3.59-2.947 4.8 2.813.557 5.93.527 7.736-.048q.02-.005.035-.01c2.667-.866 2.84-3.863 2.096-6.154-.628-1.933-2.08-3.89-4.12-3.933m-14.997.039C2.462 4.842 1.01 6.797.381 8.73c-.744 2.291-.57 5.288 2.096 6.155l.144.047c.982-1.093 2.487-2.277 4.188-3.278 1.808-1.064 3.619-1.808 5.207-2.148-1.949-2.105-4.489-3.913-6.287-4.51l-.036-.012A3.6 3.6 0 0 0 4.502 4.8m4.672 6.758c-2.604 1.202-5.109 3.06-6.233 4.586l-.021.029c-1.648 2.268-.027 4.795 1.922 6.21 1.948 1.417 4.852 2.177 6.5-.091l.09-.121c-.736-1.272-1.396-3.072-1.823-4.998-.453-2.05-.602-4-.435-5.615m1.072 3.338c.339 2.847 1.332 5.803 2.436 7.343l.021.03c1.648 2.268 4.551 1.507 6.5.091s3.57-3.943 1.922-6.21l-.088-.124c-1.437.307-3.352.38-5.316.19-2.09-.202-3.99-.663-5.475-1.32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/imou.svg b/mkdocs-material/material/templates/.icons/simple/imou.svg new file mode 100644 index 0000000..5c8c850 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/imou.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.643 9.148A2.857 2.857 0 0 0 11.787 12a2.857 2.857 0 0 0 5.711 0 2.856 2.856 0 0 0-2.855-2.852m-9.819.006a2.5 2.5 0 0 0-2.502 2.498v2.954c0 .088.072.16.16.16h.973a.16.16 0 0 0 .16-.16v-2.954a1.21 1.21 0 0 1 2.418 0v2.954c0 .088.073.16.162.16h.971a.16.16 0 0 0 .162-.16v-2.954a1.21 1.21 0 0 1 2.418 0v2.954c0 .088.071.16.16.16h.973a.16.16 0 0 0 .16-.16v-2.954a2.5 2.5 0 0 0-2.502-2.498c-.737 0-1.397.321-1.855.828a2.5 2.5 0 0 0-1.858-.828M.16 9.285a.16.16 0 0 0-.16.16v5.16c0 .09.071.16.16.16h.963a.16.16 0 0 0 .162-.16v-5.16a.16.16 0 0 0-.162-.16zm18.29 0a.16.16 0 0 0-.163.16v1.45c0 .089.073.16.162.16h.963a.16.16 0 0 0 .16-.16v-1.45a.16.16 0 0 0-.16-.16zm4.427 0a.16.16 0 0 0-.162.16v1.45c0 .089.073.16.162.16h.963a.16.16 0 0 0 .16-.16v-1.45a.16.16 0 0 0-.16-.16zm-8.234 1.147c.866 0 1.57.703 1.57 1.568a1.57 1.57 0 0 1-3.143 0c0-.865.706-1.568 1.573-1.568m3.806 1.258a.16.16 0 0 0-.162.16v.08c0 1.544 1.2 2.861 2.746 2.92A2.86 2.86 0 0 0 24 12v-.15a.16.16 0 0 0-.16-.16h-.963a.16.16 0 0 0-.162.16V12a1.57 1.57 0 0 1-3.143 0v-.15a.16.16 0 0 0-.16-.16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/improvmx.svg b/mkdocs-material/material/templates/.icons/simple/improvmx.svg new file mode 100644 index 0000000..7af2eac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/improvmx.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.043 7.203 7.326 9.757 7.309 4.75h1.66l6.13-.026h1.66l.009 4.998zm1.72-5.875.008 2.077-3.482.009V1.337h3.473zm4.341 9.11-.025-7.041h-2.98L15.09 0 8.96.017v3.405H5.98l.018 7.041-2.767 1.499.92 3.32a5.8 5.8 0 0 1 1.387.068l-.75-2.724 6.59-3.559.018 8.548h1.328l-.026-8.548 6.615 3.525-.715 2.656a5.8 5.8 0 0 1 1.345.085l.937-3.414-2.784-1.481zm-2.81 7.654a4.623 4.623 0 0 1-6.58 0 5.95 5.95 0 0 0-8.403 0l.91.91a4.657 4.657 0 0 1 6.582 0A5.9 5.9 0 0 0 12 20.748a5.9 5.9 0 0 0 4.197-1.746 4.657 4.657 0 0 1 6.581 0l.911-.91a5.95 5.95 0 0 0-8.403 0m.009 3.252a4.623 4.623 0 0 1-6.581 0 5.87 5.87 0 0 0-3.346-1.652v1.286a4.74 4.74 0 0 1 2.435 1.277A5.9 5.9 0 0 0 12 24a5.9 5.9 0 0 0 4.197-1.745 4.6 4.6 0 0 1 2.299-1.243v-1.303a5.9 5.9 0 0 0-3.21 1.635"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/indeed.svg b/mkdocs-material/material/templates/.icons/simple/indeed.svg new file mode 100644 index 0000000..5abd2f4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/indeed.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.566 21.563v-8.762c.255.023.5.035.758.035 1.223 0 2.374-.32 3.35-.893v9.618c0 .822-.195 1.429-.575 1.834-.378.403-.88.605-1.491.605-.6 0-1.077-.202-1.468-.618-.378-.403-.574-1.01-.574-1.819M11.589.566c2.545-.893 5.442-.845 7.619.987.405.369.867.833 1.051 1.38.22.692-.77-.073-.906-.167-.71-.453-1.418-.833-2.212-1.094C12.86.387 8.812 2.709 6.295 6.315c-1.052 1.594-1.737 3.272-2.3 5.117-.06.202-.109.465-.22.642-.112.203-.048-.546-.048-.57.084-.763.244-1.5.441-2.237C5.33 5.337 7.897 2.066 11.59.566m4.928 7.059a3.02 3.02 0 1 1-6.04 0 3.02 3.02 0 1 1 6.04 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/indiansuperleague.svg b/mkdocs-material/material/templates/.icons/simple/indiansuperleague.svg new file mode 100644 index 0000000..5670e38 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/indiansuperleague.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.598.11C8.954.1 7.555.583 6.943.88a8 8 0 0 0-.351.182C4.782 3.767 4.336 6.699 4.096 7.88c.264.307.527.588.8.85-1.072.038-2.032-.008-2.808-.155-.33.635-.617 1.202-.867 1.73-.222-.523-.406-1.02-.47-1.74-.333.397-.498.778-.556 1.116v.03c-.094.491-.148.973-.177 1.485-.037.68-.015 1.352.058 2.006a12.93 12.93 0 0 0 .277 1.56c.009.033-.008-.015.038.151 0 0 .07.254.072.246.838 2.879 2.312 4.764 4.357 6.381q.15.028.315.047c.313.286.653.561 1.113.88.715.302 1.604.675 2.775.995q.125-.2.342-.422c-.817-.505-1.304-.811-1.974-1.447.954-.069 1.996-.198 3.033-.328v-.004c.078-.667.181-1.268.347-2.024.577.486 1.145.919 1.848 1.434-.05.273-.078.51-.115.855.392.216.682.372.94.502q-.721.135-1.413.239c-.007.588 0 .61.135 1.115.858.298 1.036.339 1.777.51.346-.07.953-.223 1.356-.35h.004c.076-.305.1-.311.279-.766l-.336-.185c.617-.117 1.25-.262 1.877-.43 0 0 .323-.534 1.064-1.896-.182-.156-.61-.51-1.152-.955.313-.825.534-1.423.71-1.922a29 29 0 0 1 .778-.168c.476-1.374.652-1.872 1.506-4.037a33 33 0 0 0-.69-1.168c.204.175.425.364.702.605q.201-.08.402-.166a30 30 0 0 0 2.737-1.295v-.002c.312-1.566.343-2.414.382-3.592-.923-.839-1.54-1.293-2.478-1.972-.745.403-1.6.811-2.559 1.21-.123.052-.247.106-.375.153a28 28 0 0 1-.521 2.688c-.058-.073-.109-.14-.17-.215a48 48 0 0 0-4.473 1.14 39 39 0 0 0-.435 2.635q-.902.193-1.781.346a32 32 0 0 1-1.868-2.336c.216.096.427.19.662.289 1.336-1.036 2.359-1.865 3.29-2.68.332.162.681.33 1.091.526a48 48 0 0 0 2.672-2.307c-.588-1.73-.92-2.413-1.469-3.543l-.976-.273C13.432 1.427 12.939.52 12.939.488A7.4 7.4 0 0 0 10.598.11m6.88.783c-.879.284-1.626.671-1.646.671.25.684.417 1.391.566 2.016.978.502 1.673.974 2.237 1.36.588-.284 1.14-.517 1.652-.684-.149-.912-.355-1.515-.537-2.045-.847-.618-1.636-1.006-2.271-1.318M3.462 3.38l.002.002.002-.002zm.002.002c-.42.414-.822.852-1.192 1.32 0 0-.002.012-.005.016a31 31 0 0 0-.67 1.885q.225.217.549.417c.334-.465.793-1.06 1.142-1.507.17-.542.436-1.253.643-1.78a3 3 0 0 1-.467-.351m11.318.527c.449.925.774 1.67 1.237 2.986a48 48 0 0 1-2.145 1.854l-.61-.293a51 51 0 0 0 2.118-2.016 61 61 0 0 0-.977-2.636zM2.414 9.063c.862.127 1.863.156 2.967.1.724.605 1.557 1.12 2.666 1.657.582.875 1.29 1.805 2.238 2.909a49 49 0 0 0-.982 4.177c.387.372.73.687 1.06.977a22 22 0 0 0-.342 1.902c-1.174.145-2.343.277-3.337.317A22 22 0 0 1 4.57 19.79q-.251.248-.424.484c-1.53-1.43-2.632-3.104-3.29-5.556a4 4 0 0 1-.063-.272c.111-.163.245-.33.39-.502-.031-.762-.06-1.45.01-2.322.291-.732.717-1.584 1.221-2.56m14.832.935.227.291-.03.121.348.291c.682.9 1.132 1.59 1.68 2.547a79 79 0 0 0-1.323 3.55l-.216.05c.09-.267.183-.545.29-.871-1.613-1.574-1.873-1.843-3.337-3.336q-.9.24-1.797.443c.085-.65.199-1.314.35-2.115 2.16-.65 3.791-.96 3.808-.971m-14.09 3.006c-.305 1.126-.383 1.922-.449 2.627.643 1.145 1.344 2.005 1.914 2.695.668.073 1.418.098 2.234.076.07-.912.249-1.807.405-2.603-.854-1.08-1.41-1.988-1.858-2.715a17 17 0 0 1-2.246-.08m19.293 1.043c-.698.429-1.422.843-2.16 1.25-.214.796-.25.916-.685 2.348q.599.362 1.474.947c.643-.349 1.192-.727 1.799-1.098.062-.036.116-.073.174-.105.012 0 .02-.016.023-.028-.013-.013.034-.022.229-.476q.396-.84.668-1.74.014-.046.029-.088c-.385-.378-.392-.374-1.352-1.137zm-3.078 6.281c-.327.356-.784.803-1.133 1.137q.15.226.23.435a12 12 0 0 0 1.39-.584q.002-.001.003-.007c.375-.342.85-.84 1.196-1.204a2.5 2.5 0 0 0-.268-.52c-.465.263-.943.5-1.418.743m-2.523-.523c.292.24.534.44.699.578a96 96 0 0 1-.75 1.338c-.634.164-1.27.306-1.885.416a19 19 0 0 1-1.846-.895c.02-.169.047-.338.079-.517a43 43 0 0 0 3.66-.809z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/indiehackers.svg b/mkdocs-material/material/templates/.icons/simple/indiehackers.svg new file mode 100644 index 0000000..82ca7cb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/indiehackers.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0h24v24H0zm5.4 17.2h2.4V6.8H5.4zm4.8 0h2.4v-4h3.6v4h2.4V6.8h-2.4v4h-3.6v-4h-2.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/indigo.svg b/mkdocs-material/material/templates/.icons/simple/indigo.svg new file mode 100644 index 0000000..5c15479 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/indigo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.99 0c-.25 0-.5.096-.691.287a.983.983 0 0 0 0 1.386.975.975 0 0 0 1.382 0 .983.983 0 0 0 0-1.386A.98.98 0 0 0 22.99 0m-2.444 1.959c-.25 0-.5.096-.691.287a.983.983 0 0 0 0 1.386.977.977 0 0 0 1.382 0 .981.981 0 0 0-.691-1.673M6.384 4.408a.98.98 0 0 0 0 1.959.979.979 0 0 0 0-1.959m2.928 0a.979.979 0 0 0 0 1.959.978.978 0 1 0 0-1.959m3.42 0a.979.979 0 0 0 0 1.959.98.98 0 0 0 0-1.959m2.931 0a.979.979 0 0 0 0 1.959.979.979 0 0 0 0-1.959m2.931 0a.978.978 0 1 0-.001 1.961.978.978 0 0 0 .001-1.961m-2.931 2.939a.98.98 0 0 0 0 1.958.98.98 0 0 0 0-1.958m2.931 0a.98.98 0 0 0 0 1.959.977.977 0 0 0 .976-.979.98.98 0 0 0-.976-.98m-5.373 1.959a.97.97 0 0 0-.691.287.979.979 0 0 0 1.382 1.386.981.981 0 0 0-.691-1.673m5.373.98a.979.979 0 0 0 0 1.959.979.979 0 0 0 0-1.959m-7.327 1.469a.979.979 0 0 0 0 1.959.979.979 0 0 0 0-1.959m7.327 1.47a.98.98 0 0 0 0 1.958.978.978 0 0 0 0-1.958m-9.282.489a.981.981 0 0 0-.69 1.673.975.975 0 0 0 1.381 0 .981.981 0 0 0-.691-1.673m-8.303 2.45a.978.978 0 1 0 .004 1.956.978.978 0 0 0-.004-1.956m2.931 0a.978.978 0 1 0 .004 1.956.978.978 0 0 0-.004-1.956m2.931 0a.978.978 0 0 0 0 1.958.978.978 0 0 0 0-1.958m11.723.489a.98.98 0 0 0 0 1.958.978.978 0 0 0 0-1.958m-11.723 2.45a.978.978 0 0 0 0 1.958.978.978 0 0 0 0-1.958m0 2.938a.979.979 0 0 0 0 1.959.979.979 0 0 0 0-1.959"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/inductiveautomation.svg b/mkdocs-material/material/templates/.icons/simple/inductiveautomation.svg new file mode 100644 index 0000000..84ebd66 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/inductiveautomation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.72 11.998c0-.616-2.647-4.598-2.647-4.598-.21-.362-.885-.362-1.507-.001s-.956.947-.745 1.31l.294.506.821 1.425H9.004l-1.43-.002c-.418 0-.758.61-.76 1.36v.004c.002.75.342 1.36.76 1.36l1.43-.001h3.932l-.82 1.424-.295.507c-.21.362.123.949.745 1.31.622.36 1.297.36 1.507-.002 0 0 2.647-3.982 2.647-4.598zM12 19.473a7.472 7.472 0 1 1 0-14.945 7.472 7.472 0 1 1 0 14.945M21.937 12q0-.483-.046-.955L24 9.63a12 12 0 0 0-.42-1.577l-2.534-.172a10 10 0 0 0-.958-1.655l1.116-2.274a12 12 0 0 0-1.156-1.157L17.773 3.91a10 10 0 0 0-1.656-.958L15.945.419A12 12 0 0 0 14.37 0l-1.415 2.108a10 10 0 0 0-1.912 0L9.631 0A12 12 0 0 0 8.05.422l-.17 2.531a10 10 0 0 0-1.657.958L3.95 2.795q-.616.54-1.156 1.157l1.119 2.274a10 10 0 0 0-.959 1.655L.42 8.053A12 12 0 0 0 0 9.63l2.109 1.413a9.8 9.8 0 0 0 0 1.913L0 14.369a12 12 0 0 0 .42 1.579l2.534.17q.402.877.959 1.653l-1.12 2.275q.542.618 1.16 1.158l2.274-1.117c.517.368 1.07.69 1.654.957l.17 2.534c.513.173 1.038.317 1.578.422l1.415-2.11c.315.029.632.048.956.048.321 0 .642-.02.957-.049L14.372 24a12 12 0 0 0 1.573-.422l.172-2.534c.584-.267 1.14-.589 1.657-.957l2.274 1.117q.616-.539 1.156-1.156l-1.115-2.274q.556-.777.957-1.656l2.532-.17a12 12 0 0 0 .422-1.58l-2.108-1.412a10 10 0 0 0 .045-.956m.658 6.056c.113 0 .315.021.315-.126 0-.094-.125-.111-.225-.111h-.246v.237zm.432.555h-.156l-.276-.425h-.155v.425h-.13v-.922h.401c.167 0 .329.045.329.243 0 .182-.126.25-.292.254zm.314-.457a.72.72 0 0 0-.716-.712.72.72 0 0 0-.717.712c0 .398.33.715.717.715a.72.72 0 0 0 .716-.715m-1.563 0c0-.468.373-.841.847-.841a.84.84 0 0 1 .847.841.84.84 0 0 1-.847.844.84.84 0 0 1-.847-.844"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/inertia.svg b/mkdocs-material/material/templates/.icons/simple/inertia.svg new file mode 100644 index 0000000..4edb310 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/inertia.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.901 5.331H0L6.669 12 0 18.669h6.901L13.571 12zm10.43 0H10.43L17.099 12l-6.67 6.669h6.902L24 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/infiniti.svg b/mkdocs-material/material/templates/.icons/simple/infiniti.svg new file mode 100644 index 0000000..d05bab5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/infiniti.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.953 11.643c0 1.51 1.83 2.69 4.601 3.344l4.841-5.523H12l-4.19 8.06C3.25 16.744 0 14.71 0 12.233c0-3.184 5.376-5.757 12-5.757s12 2.573 12 5.757c0 2.477-3.25 4.511-7.81 5.293L12 9.464h.605l4.84 5.523c2.772-.654 4.601-1.834 4.601-3.344 0-2.664-4.484-4.88-10.047-4.88-5.562 0-10.046 2.216-10.046 4.88"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/influxdb.svg b/mkdocs-material/material/templates/.icons/simple/influxdb.svg new file mode 100644 index 0000000..8489ff5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/influxdb.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23.778 14.482-2.287-9.959c-.13-.545-.624-1.09-1.169-1.248L9.87.051C9.74 0 9.584 0 9.426 0c-.443 0-.909.18-1.222.443L.716 7.412C.3 7.776.092 8.504.222 9.024l2.445 10.662c.13.545.624 1.092 1.169 1.248l9.775 3.015c.13.051.285.051.443.051.443 0 .91-.18 1.223-.443l8.007-7.435c.418-.39.624-1.092.494-1.64M10.962 2.417l7.175 2.21c.285.08.285.21 0 .286l-3.77.858c-.285.08-.674-.05-.883-.26l-2.626-2.834c-.235-.232-.184-.336.104-.26m4.47 12.872c.079.286-.105.444-.39.365l-7.748-2.392c-.285-.079-.338-.313-.13-.52l5.93-5.514c.209-.209.443-.13.52.156zM2.667 8.267l6.293-5.85c.21-.209.545-.18.754.025L12.86 5.85c.209.21.18.545-.026.754l-6.293 5.85c-.21.21-.545.181-.754-.025L2.64 9.024a.536.536 0 0 1 .026-.757zm1.536 9.284L2.54 10.244c-.08-.285.05-.34.234-.13L5.4 12.949c.209.209.285.624.209.909L4.462 17.55c-.079.285-.208.285-.26 0zm9.202 4.264-8.217-2.522a.547.547 0 0 1-.364-.675l1.378-4.421a.547.547 0 0 1 .675-.365l8.216 2.522c.285.079.443.39.364.675L14.08 21.45a.553.553 0 0 1-.674.365zm7.279-5.98L15.2 20.93c-.209.209-.31.13-.234-.155l1.144-3.694c.079-.285.39-.573.674-.624l3.77-.858c.288-.076.339.054.13.234zm.598-1.09-4.523 1.039a.534.534 0 0 1-.65-.39l-1.922-8.372a.534.534 0 0 1 .39-.65L19.1 5.335a.534.534 0 0 1 .649.39l1.923 8.371c.079.31-.102.596-.39.65Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/infomaniak.svg b/mkdocs-material/material/templates/.icons/simple/infomaniak.svg new file mode 100644 index 0000000..429cedd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/infomaniak.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.4 0A2.395 2.395 0 0 0 0 2.4v19.2C0 22.93 1.07 24 2.4 24h19.2c1.33 0 2.4-1.07 2.4-2.4V2.4C24 1.07 22.93 0 21.6 0H10.112v11.712l3.648-4.128h6l-4.58 4.35 4.868 8.13h-5.52l-2.594-5.021-1.822 1.757v3.264H5.12V0Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/infoq.svg b/mkdocs-material/material/templates/.icons/simple/infoq.svg new file mode 100644 index 0000000..91e9fe7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/infoq.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.931 8.321q-.672 0-1.23.191a3.03 3.03 0 0 0-1.835 1.728q-.28.676-.28 1.533.002 1.228.564 2.07l.007.01q.027.04.056.08l.023.032a3 3 0 0 0 .143.18l.018.02a2.95 2.95 0 0 0 1.32.87 3.8 3.8 0 0 0 1.215.18q.495 0 .94-.105a3.2 3.2 0 0 0 .81-.306 2.6 2.6 0 0 0 1.037.7q.364.133.786.175L24 14.504a2.6 2.6 0 0 1-.552-.122 2.3 2.3 0 0 1-.796-.465 3 3 0 0 0 .278-.454 3 3 0 0 0 .228-.633l.002-.006a4.5 4.5 0 0 0 .116-1.051q0-1.566-.915-2.51-.915-.942-2.43-.942M0 8.471v6.584h1.62V8.472Zm9.88 0q-.863 0-1.241.344-.38.345-.38 1.122a3 3 0 0 0 .02.342h-.753v.897h.752v3.879h1.48v-3.879h.92v-.897h-.92v-.187q0-.3.132-.4.13-.1.54-.1h.248V8.567a3.4 3.4 0 0 0-.797-.095zm10.051 1.23q.782 0 1.226.548.443.549.443 1.524-.001.415-.083.753a2 2 0 0 1-.051.184l-.013.04a2 2 0 0 1-.056.142l-.027.06a2 2 0 0 1-.097.178l-.026.04a1.5 1.5 0 0 1-.322.353l-.008.006-.008.005a1.4 1.4 0 0 1-.27.162q-.005 0-.008.003a1.5 1.5 0 0 1-.323.101h-.005l-.003.001a2 2 0 0 1-.369.034q-.782 0-1.225-.549a2 2 0 0 1-.102-.141l-.002-.002q-.046-.074-.087-.152l-.002-.004a2 2 0 0 1-.074-.163l-.012-.034a2.9 2.9 0 0 1-.164-1.017q0-.966.446-1.519.445-.553 1.222-.553m-6.577.3q-1.186 0-1.915.72-.728.72-.728 1.889.001.107.008.21v.002a3 3 0 0 0 .024.239l.002.016q.015.105.036.206l.012.052a3 3 0 0 0 .126.395l.032.072q.03.069.066.135l.05.089q.033.054.068.109.042.06.088.12l.05.066a2.4 2.4 0 0 0 1.253.793q.128.033.26.055h.001q.27.045.567.045 1.19 0 1.92-.717a2 2 0 0 0 .163-.176v-.002q.053-.064.098-.13.025-.03.047-.063.047-.07.088-.146.018-.029.034-.058.046-.086.084-.178l.015-.035a2 2 0 0 0 .075-.21l.004-.012v-.003a2.7 2.7 0 0 0 .099-.49 3 3 0 0 0 .02-.262v-.003c0-.04.004-.079.004-.12q0-1.173-.726-1.89c-.726-.717-1.126-.717-1.925-.717zm-7.74.046q-.447 0-.807.14a1.9 1.9 0 0 0-.645.429v-.455h-1.48v4.894h1.48v-2.882q0-.528.19-.744t.635-.216q.378 0 .553.232.175.231.175.728v2.882h1.48V12.1q0-1.042-.39-1.548-.39-.505-1.19-.505zm7.74 1.102a.99.99 0 0 1 .825.396q.307.396.307 1.065 0 .082-.004.16v.002q-.005.069-.013.134v.003l-.013.083q-.004.028-.009.054-.007.035-.015.068a2 2 0 0 1-.075.242 1.4 1.4 0 0 1-.092.184l-.02.035a1 1 0 0 1-.068.096.99.99 0 0 1-.823.396.99.99 0 0 1-.822-.394 1 1 0 0 1-.065-.093l-.027-.045a1.3 1.3 0 0 1-.107-.232l-.012-.034-.026-.088-.002-.007a2 2 0 0 1-.06-.364 3 3 0 0 1-.008-.2q0-.66.31-1.06a.98.98 0 0 1 .819-.401"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/informatica.svg b/mkdocs-material/material/templates/.icons/simple/informatica.svg new file mode 100644 index 0000000..c682e56 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/informatica.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 0 3.547 10.788-4.5-1.255-.25 4.43 7.121 4.035V18h.001l5.919-6zm-.64.65L.162 12l6.32 6.407L12 24l5.184-5.255-9.736-3.856z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/infosys.svg b/mkdocs-material/material/templates/.icons/simple/infosys.svg new file mode 100644 index 0000000..d02680c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/infosys.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.273 7.57a.725.725 0 1 0 0 1.452.725.725 0 0 0 0-1.452m0 .108c.34 0 .62.28.62.619a.619.619 0 1 1-.62-.62m-15.136.054c-.9 0-1.55.592-1.639 1.641h-.695v.522h.685c.003 1.666-.002 3.334-.002 4.998h.778q-.003-2.499-.002-4.998H9.01c-.646.524-1.067 1.373-1.067 2.334 0 1.593 1.157 2.884 2.582 2.884 1.426 0 2.582-1.291 2.582-2.884q0-.286-.048-.555c.256.413.748.613 1.408.898.778.33 1.213.617 1.213 1.108 0 .588-.556.895-1.182.89-.611 0-1.088-.249-1.62-.73v.924c.325.209.827.328 1.37.328.684-.003 2.092-.25 2.092-1.676-.005-.856-.715-1.224-1.486-1.559-.939-.465-1.297-.563-1.288-1.095 0-.71.618-.922 1.1-.922.21 0 .39.03.559.086.316.12.42.355.533.611.528 1.236 1.034 2.481 1.549 3.723a32 32 0 0 1-.717 1.527l-.004.01-.16.297-.18.336h.762c.332-.734 1.743-4.169 2.047-4.909.2.533.685.747 1.43 1.069.778.329 1.214.616 1.214 1.107 0 .589-.556.894-1.181.889-.635 0-1.126-.269-1.682-.787l-.05-.041v.941c.31.26.87.41 1.482.41.684-.002 2.091-.249 2.091-1.675-.004-.856-.715-1.226-1.486-1.56-.938-.466-1.26-.564-1.25-1.097 0-.709.579-.922 1.06-.922.549 0 .896.204 1.38.555v-.826a3.2 3.2 0 0 0-1.165-.19c-.89-.001-1.696.324-1.9 1.077l-1.105 2.734-.116.344-.101-.344c-.502-1.209-.994-2.424-1.486-3.63-.316-.084-.831-.202-1.194-.196h-.115c-1.03-.002-2.024.433-2.024 1.457q0 .089.006.17c-.412-.981-1.303-1.66-2.338-1.66q-.187 0-.367.027H7.254c-.12-.733.223-1.15.738-1.15.647 0 .924.192 1.205.45h.028c.003-.245.002-.531.002-.794-.185-.086-.506-.147-1.09-.147M0 7.756v7.137h.86V7.756zm23 .139v.765h.139v-.308h.164l.119.308h.154l-.14-.33c.049-.025.132-.052.132-.187 0-.223-.167-.248-.312-.248zm.139.132h.154c.083 0 .129.034.129.102s-.052.1-.117.1h-.166zM4.172 9.356c-.945 0-1.343.335-1.658.673a.3.3 0 0 0-.035.065H2.47v-.043l-.01-.623h-.754v5.465h.775v-3.997c.023-.49.714-.974 1.252-.974.648 0 1.178.436 1.178 1.039v3.932h.775l-.002-4.288c-.023-.483-.609-1.25-1.513-1.25m6.283.556c.974-.017 1.783 1.021 1.805 2.318s-.75 2.362-1.725 2.38c-.974.016-1.782-1.02-1.804-2.317s.75-2.363 1.724-2.38"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/infracost.svg b/mkdocs-material/material/templates/.icons/simple/infracost.svg new file mode 100644 index 0000000..490f60e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/infracost.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.553.444 8.04 7.984h4.03c2.713 0 3.95 2.562 3.95 4.004v11.371c0 .354.286.641.638.641h6.664a.64.64 0 0 0 .639-.64c.004-3.295.039-10.078.039-15.377C24 3.34 20.312.334 16.68.005c-.421-.038-.828.139-1.127.44M0 .64C0 .287.288 0 .643 0h.804c.355 0 .643.287.643.64v6.72c0 .353-.288.64-.643.64H.643A.64.64 0 0 1 0 7.36zM3.618 0a.64.64 0 0 0-.643.64v6.72c0 .353.288.64.643.64h.804a.64.64 0 0 0 .643-.64V.64A.64.64 0 0 0 4.422 0zm2.975 0a.64.64 0 0 0-.643.64v6.72c0 .353.288.64.643.64H8.04L6.326 9.705c-.24.24-.376.566-.376.905v12.75c0 .354.288.64.643.64h.804a.64.64 0 0 0 .643-.64V.64A.64.64 0 0 0 7.397 0zM.377 15.625c-.241.24-.377.566-.377.905v6.83c0 .354.288.64.643.64h.804a.64.64 0 0 0 .643-.64v-9.054a.16.16 0 0 0-.274-.113zm2.598-2.055c0-.34.135-.665.377-.905l1.439-1.432a.16.16 0 0 1 .274.113V23.36c0 .354-.288.64-.643.64h-.804a.64.64 0 0 1-.643-.64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ingress.svg b/mkdocs-material/material/templates/.icons/simple/ingress.svg new file mode 100644 index 0000000..27d624d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ingress.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.55 6.55v10.9q0 .65-.55.95l-9.45 5.45q-.55.3-1.1 0L2 18.4q-.55-.3-.55-.95V6.55q0-.65.55-.95L11.45.15q.55-.3 1.1 0L22 5.6q.55.3.55.95M21 17.8l-3.9-2.25.5-.9 3.9 2.249V6.549l-.05-.048-8.95-5.2v4.5h-1v-4.5l-9 5.2v10.398l3.9-2.248.5.899L3 17.8l8.95 5.15h.1zM4.55 7.675q0-.024.05-.025h14.8q.05 0 .05.025v.075l-7.4 12.799q0 .05-.05.05t-.05-.05L4.55 7.75zm6.95 5.076q0-.45-.45-.7L6.9 9.65h-.05v.05l4.6 7.9q.05-.002.05-.051v-4.8zm.9-1.601 4.2-2.45H7.4l.05.051 4.15 2.399a.7.7 0 0 0 .8 0m4.75-1.45v-.05h-.05l-4.15 2.4q-.45.25-.45.749v4.8h.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/inkdrop.svg b/mkdocs-material/material/templates/.icons/simple/inkdrop.svg new file mode 100644 index 0000000..93e0d00 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/inkdrop.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.854 1.812A3.7 3.7 0 0 1 11.607.02a3.68 3.68 0 0 1 2.656.77 3.7 3.7 0 0 1 .873 1.01c2.164 3.72 4.314 7.45 6.47 11.176.343.595.501 1.282.476 1.963a3.64 3.64 0 0 1-.463 1.658c-1.067 1.862-2.142 3.72-3.213 5.58a3.71 3.71 0 0 1-3.134 1.821c-2.17.004-4.339 0-6.508 0a3.71 3.71 0 0 1-3.137-1.8c-1.082-1.86-2.156-3.723-3.234-5.585a3.71 3.71 0 0 1-.007-3.628C4.534 9.256 6.698 5.537 8.854 1.813ZM4.625 14.15a1.19 1.19 0 0 0 0 1.184c1.074 1.863 2.085 3.627 3.174 5.482a1.19 1.19 0 0 0 1.02.585c2.169.004 4.219.013 6.388 0a1.19 1.19 0 0 0 1.018-.591c1.075-1.858 2.095-3.612 3.154-5.479a1.19 1.19 0 0 0-.004-1.176c-2.15-3.73-4.172-7.26-6.352-10.972a1.2 1.2 0 0 0-1.118-.58 1.19 1.19 0 0 0-.933.584A2975 2975 0 0 0 4.625 14.15Zm8.466 4.064a1.26 1.26 0 0 1-2.182 0l-2.164-3.748a1.26 1.26 0 0 1 1.091-1.89h4.328a1.26 1.26 0 0 1 1.091 1.89z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/inkscape.svg b/mkdocs-material/material/templates/.icons/simple/inkscape.svg new file mode 100644 index 0000000..4357883 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/inkscape.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.666 14.871c.237.147 3.818.875 4.693 1.02.303.064.088.376-.33.587-.943.251-5.517-1.607-4.363-1.607m5.647-13.264 3.505 3.56c.333.34.328.998.142 1.187l-1.74-1.392-.342 2.061-1.455-.767-2.328 1.47-.771-3.1L9.073 6.79H7.16c-.78 0-.871-.99-.163-1.698 1.237-1.335 2.657-2.696 3.429-3.485.776-.793 2.127-.77 2.887 0M9.786.97l-8.86 9.066c-2.993 3.707 2.038 3.276 4.194 4.343.774.791-2.965 1.375-2.191 2.166.773.791 4.678 1.524 5.453 2.314.773.791-1.584 1.63-.81 2.42.773.792 2.563.042 2.898 1.868.238 1.304 3.224.56 4.684-.508.774-.791-1.48-.717-.706-1.508 1.923-1.967 3.715-.714 4.373-2.686.325-.974-2.832-1.501-2.057-2.292 2.226-1.3 9.919-2.146 6.268-5.796L13.85.97c-1.123-1.078-2.998-1.09-4.063 0zm10.177 17.475c0 .45 3.314.745 3.314-.106-.472-1.366-2.922-1.274-3.314.106m-14.928 2.39c.784.679 1.997-.169 2.36-1.116-.76-1.01-3.607.037-2.36 1.116m14.512-1.466c-1.011.908.114 1.828 1.111 1.242.222-.225-.006-1.016-1.11-1.242Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/inoreader.svg b/mkdocs-material/material/templates/.icons/simple/inoreader.svg new file mode 100644 index 0000000..32f62bb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/inoreader.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0m3.6 4.8a3.6 3.6 0 1 0 0 7.2 3.6 3.6 0 0 0 0-7.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/insomnia.svg b/mkdocs-material/material/templates/.icons/simple/insomnia.svg new file mode 100644 index 0000000..b1adb35 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/insomnia.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.136 3.458a8.542 8.542 0 1 1-7.9 5.286A3.322 3.322 0 1 0 8.88 4.1a8.5 8.5 0 0 1 3.256-.642M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0m0 1.22c5.953 0 10.78 4.827 10.78 10.78S17.953 22.78 12 22.78 1.22 17.953 1.22 12 6.047 1.22 12 1.22"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/inspire.svg b/mkdocs-material/material/templates/.icons/simple/inspire.svg new file mode 100644 index 0000000..8826ed5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/inspire.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0v24h24V0zm3.873 3.688a1.874 1.874 0 1 1 .003 3.747 1.874 1.874 0 0 1-.003-3.747m4.49.507h3.532l6.734 10.813h.045V4.195H22v16.118h-3.547L11.736 9.522h-.047v10.79H8.364zM2.24 8.982s.013.004 3.389 0v11.276H2.24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/insta360.svg b/mkdocs-material/material/templates/.icons/simple/insta360.svg new file mode 100644 index 0000000..b310e1b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/insta360.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.402 11.19c-.701.7-1.838.7-2.54 0a1.796 1.796 0 1 1 2.539 0m.998-3.614a6.17 6.17 0 0 0-4.39-1.818 6.17 6.17 0 0 0-4.392 1.818 6.217 6.217 0 0 0 0 8.782 6.17 6.17 0 0 0 4.39 1.819 6.17 6.17 0 0 0 4.392-1.82 6.217 6.217 0 0 0 0-8.78m1.554 10.33a8.35 8.35 0 0 1-5.945 2.462 8.35 8.35 0 0 1-5.944-2.46c-3.277-3.277-3.277-8.607 0-11.883a8.35 8.35 0 0 1 5.944-2.46 8.35 8.35 0 0 1 5.944 2.46c3.278 3.276 3.278 8.606 0 11.882m4.51-11.293-.137-.292a2.78 2.78 0 0 1 .485-3.007c.018-.014.08-.08.117-.118a.4.4 0 0 0 .053-.069.66.66 0 0 0-.097-.81l-.026-.02a1 1 0 0 0-.18-.11l-.068-.034A19.08 19.08 0 0 0 9.71.443l-.016.022a11.7 11.7 0 0 0-6.012 3.218c-3.75 3.75-4.44 9.403-2.065 13.852.023.043.107.195.123.233a2.78 2.78 0 0 1-.556 2.919l-.072.08a.66.66 0 0 0 0 .934q.09.084.198.146l.01.006a19.08 19.08 0 0 0 13 1.677v.002a11.7 11.7 0 0 0 5.997-3.216c3.709-3.708 4.423-9.277 2.144-13.702"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/instacart.svg b/mkdocs-material/material/templates/.icons/simple/instacart.svg new file mode 100644 index 0000000..54b85c5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/instacart.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.629 9.619c1.421 1.429 2.58 3.766 1.917 5.152-1.778 3.715-15.04 10.226-16.169 9.1C.252 22.746 6.768 9.476 10.481 7.697c1.388-.66 3.724.51 5.152 1.92l-.005.014v-.012zm7.028-1.566c-.231-.855-.821-1.717-1.7-1.82-1.61-.186-4.151 2.663-3.971 3.339.181.69 3.766 1.875 5.1.915.691-.494.781-1.56.556-2.414zM17.666.158c1.198.324 2.407 1.148 2.551 2.382.261 2.259-3.732 5.819-4.68 5.564-.948-.251-2.618-5.284-1.269-7.162.695-.972 2.201-1.106 3.399-.788z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/instagram.svg b/mkdocs-material/material/templates/.icons/simple/instagram.svg new file mode 100644 index 0000000..d57b252 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/instagram.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.03.084c-1.277.06-2.149.264-2.91.563a5.9 5.9 0 0 0-2.124 1.388 5.9 5.9 0 0 0-1.38 2.127C.321 4.926.12 5.8.064 7.076s-.069 1.688-.063 4.947.021 3.667.083 4.947c.061 1.277.264 2.149.563 2.911.308.789.72 1.457 1.388 2.123a5.9 5.9 0 0 0 2.129 1.38c.763.295 1.636.496 2.913.552 1.278.056 1.689.069 4.947.063s3.668-.021 4.947-.082c1.28-.06 2.147-.265 2.91-.563a5.9 5.9 0 0 0 2.123-1.388 5.9 5.9 0 0 0 1.38-2.129c.295-.763.496-1.636.551-2.912.056-1.28.07-1.69.063-4.948-.006-3.258-.02-3.667-.081-4.947-.06-1.28-.264-2.148-.564-2.911a5.9 5.9 0 0 0-1.387-2.123 5.86 5.86 0 0 0-2.128-1.38C19.074.322 18.202.12 16.924.066 15.647.009 15.236-.006 11.977 0S8.31.021 7.03.084m.14 21.693c-1.17-.05-1.805-.245-2.228-.408a3.7 3.7 0 0 1-1.382-.895 3.7 3.7 0 0 1-.9-1.378c-.165-.423-.363-1.058-.417-2.228-.06-1.264-.072-1.644-.08-4.848-.006-3.204.006-3.583.061-4.848.05-1.169.246-1.805.408-2.228.216-.561.477-.96.895-1.382a3.7 3.7 0 0 1 1.379-.9c.423-.165 1.057-.361 2.227-.417 1.265-.06 1.644-.072 4.848-.08 3.203-.006 3.583.006 4.85.062 1.168.05 1.804.244 2.227.408.56.216.96.475 1.382.895s.681.817.9 1.378c.165.422.362 1.056.417 2.227.06 1.265.074 1.645.08 4.848.005 3.203-.006 3.583-.061 4.848-.051 1.17-.245 1.805-.408 2.23-.216.56-.477.96-.896 1.38a3.7 3.7 0 0 1-1.378.9c-.422.165-1.058.362-2.226.418-1.266.06-1.645.072-4.85.079s-3.582-.006-4.848-.06m9.783-16.192a1.44 1.44 0 1 0 1.437-1.442 1.44 1.44 0 0 0-1.437 1.442M5.839 12.012a6.161 6.161 0 1 0 12.323-.024 6.162 6.162 0 0 0-12.323.024M8 12.008A4 4 0 1 1 12.008 16 4 4 0 0 1 8 12.008"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/instapaper.svg b/mkdocs-material/material/templates/.icons/simple/instapaper.svg new file mode 100644 index 0000000..0f6942d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/instapaper.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.766 20.259c0 1.819.271 2.089 2.934 2.292V24H6.301v-1.449c2.666-.203 2.934-.473 2.934-2.292V3.708c0-1.784-.27-2.089-2.934-2.292V0h11.398v1.416c-2.662.203-2.934.506-2.934 2.292v16.551z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/instatus.svg b/mkdocs-material/material/templates/.icons/simple/instatus.svg new file mode 100644 index 0000000..059d1ad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/instatus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.994 21.028a9.65 9.65 0 0 0 5.056-9.564 37 37 0 0 0-3.87 3.69c-2.066 2.27-3.748 4.657-4.996 6.983a9.6 9.6 0 0 0 3.81-1.109M3.6 18.465c-1.34 1.82-2.377 4.5-1.303 5.307 1.515 1.14 8.404-2.013 13.908-8.805S23.53 1.17 21.084.094c-1.129-.497-3.486 1.083-4.84 2.394l.585.314c1.332-.852 3.552-1.733 1.499 1.976l-.03.053A9.65 9.65 0 0 0 7.92 4c-4.703 2.506-6.484 8.35-3.978 13.052a9.6 9.6 0 0 0 2.266 2.816c-3.559 2.75-2.69.36-2.193-.816z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/instructables.svg b/mkdocs-material/material/templates/.icons/simple/instructables.svg new file mode 100644 index 0000000..2fc4cff --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/instructables.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.417 0a2 2 0 0 0-.449.037c-.902.2-1.237 1.112-1.621 1.953-.104.225-.192.107-.558.975-1.148-.137-2.559-.106-3.406-.204.14.485.832.198 1.295.204.759.006 1.545.201 2.111.204.034.21.214.442.25.649a4.4 4.4 0 0 1-.112 2.005c-.183.649-1.25 1.189-1.5 2.045-.103.353.013.655-.137 1.09-.11.138-.325.17-.475.271-1.057 1.192-1.673 3.178-1.974 4.903.725.338 1.347.019 1.703.271.216.061.092-.225.271-.204.137.022.131.183.271.204-.113 1.027.067 1.731.067 2.791 1.116.482 2.377.4 3.956.412-.019.204.386.96.057 1.457.488.496-.24 2.178.759 2.22-.332.488-.558 1.08-.546 1.908-.24.107-.04-.232-.204-.204-1.69-.043-2.684-.308-4.494-.204.506.207 1.444.119 2.179.271.079.012.055.125.067.204.295-.14 1.103-.03 1.633 0-.238.125.332.247.341 0 .457.07.83.585 1.225.68 1.307.314 2.045-.631 2.861-1.223.128.268.756.016 1.158 0-.335-.198-1.136-.134-1.499 0 .122-.963-.353-1.328-.817-1.703.19-.107.396-.195.545-.34.019-1.342-.054-1.796-.136-2.996.725-.15 1.761-.244 2.657-.408-.317.969-.14 1.444-.271 2.723.167.083.398.101.612.138-.67.36-1.057 1.895-.204 2.382-.076.174-.366.135-.613.138.01.356.85-.122.75.34.457-.368 3.18-.039 4.29.068-.119-.61-1.453-.12-2.044-.546.764-.487.776-1.962-.068-2.382.646-.43.269-2.197.476-3.2.618-.268 1.59-.18 2.111-.545-.015-.872-.182-1.587-.34-2.316.216-.149.749-.335 1.02-.204.15-.012.146-.174.137-.341.06-.165.2.152.408.067.01-.814-.368-1.225-.75-1.908-.572-1.023-1.319-2.029-2.452-2.453-.954-1.636-1.971-3.205-4.153-3.61-.122-.308-.049-.814-.067-1.225.301-.265.564-.573.546-1.158.828-.353 2.13.085 2.928 0-.128-.42-.866-.155-1.363-.204-.527-.052-1.048-.28-1.499 0-.13-.387-.353-1.106-.59-.93-.141-.337-.132-.865-.092-1.383C12.82.546 11.89.281 10.943.174 10.52.126 9.913.008 9.417 0m-.382.238c1.545.134 3.166.192 4.427.612.217 1.551-.085 2.98.138 4.632-1.648-.28-3.51-.619-5.177-.342.08-1.63.146-3.434.612-4.902zm-.408.271c-.094 1.539-.396 2.843-.408 4.631-.323.244-.674.46-1.091.613-.037-.57.02-1.34.137-1.77.097.106.265.143.475.137.555-.64.28-1.743-.067-2.52.28-.4.49-.871.954-1.09m2.263.79a2.9 2.9 0 0 0-.831.097c.332.006.72-.037.954.067-.475.207-.796.566-.75 1.295.728 1.011 1.971-.226 1.225-1.225.475-.034 1.338.329 1.974.271-.694-.194-1.69-.492-2.572-.505m.356.354c.297.041.324.751.242 1.028-.32.387-.987.14-1.09-.27.161-.086-.025-.522.27-.476-.082.515.165.701.546.75a.97.97 0 0 0 .204-.476c-.058-.234-.283-.304-.408-.475a.4.4 0 0 1 .172-.08.2.2 0 0 1 .064-.001m-3.573.423c.119.417.214 1.172.067 1.77-1.039-.025-.722-1.582-.067-1.77m3.133 0c.225.002.48-.028.475.204a.35.35 0 0 1-.204.204c-.086-.14-.33-.125-.271-.408m1.692.023c-.275.021-.54.247-.535.796.24.119.402.323.817.271.668-.565.177-1.101-.282-1.067zm.01.043c.3.021.516.12.476.476-.22-.095-.274-.357-.475-.476m1.363.138c.393.432.414 1.718-.205 1.907-.024-.567-.06-1.441.205-1.907m-1.494.069c.026.002.05.021.065.067-.19.104-.01.409.07.479-.268.04-.302-.153-.342-.342.016-.059.127-.21.207-.204m.132.135q.32-.045.27.27c-.213.034-.3-.057-.27-.27zM9.102 3.3c-.079.013-.058.125-.067.204 1.527.183 2.773.65 4.086.546-.213-.35-.71-.174-1.02-.204-.945-.095-1.893-.454-2.862-.476-.079.01-.121-.015-.137-.07m2.093 1.902c.932.044 2.03.469 2.542.618.14.04.323-.043.475 0 .485.134 1.198.472 1.5.683.843.59 1.425 1.807 1.974 2.79.195.354.515.61.612.887.302.86.35 1.767.75 2.52l.073.341c.216.759.427 1.82.545 2.453-3.028.43-5.872.75-8.31 1.02-2.022-.328-4.167-.173-5.993-.34-.301-2.304.4-4.595.272-6.948.012-.192.222-.185.271-.34-.174-.01-.35-.013-.341-.205.198-2.105 2.407-3.967 4.698-3.337.238-.036.305-.115.546-.136a3 3 0 0 1 .387-.006zM9.894 9a1.6 1.6 0 0 0-.314.022c-.225.348-.155.662-.137 1.158 1.115 1.192 1.87-1.134.451-1.18m5.063.017c-1.353.032-.382 2.697.684 1.3.253-.807-.137-1.255-.545-1.295a1 1 0 0 0-.139-.005m-2.36.03a1.07 1.07 0 0 0-.704.247c-.085.417.089.944.342 1.225.518.042.91-.043 1.157-.272.094-.727-.3-1.177-.796-1.2m-7.307.11c.36 1.093-.045 2.522-.067 3.677-.566-.091-1.069-.246-1.703-.27.33-1.396.664-2.79 1.77-3.408zm4.885.067a.26.26 0 0 1 .152.07c.162.161-.012.335 0 .545-.277.067-.274-.006-.612 0 .049-.253-.116-.292-.067-.545.194.023.37-.088.527-.07m2.3.003c.598-.053.924.804-.104.75-.076-.22-.274-.318-.34-.546a.8.8 0 0 1 .443-.204m2.579.013c.269-.001.52.163.52.532-.235.274-.472.558-.954.408-.03-.164.122-.15.067-.341-.134.003-.085.186-.27.137-.086-.46.29-.735.637-.736m3.107.258c1.042.503 1.645 1.444 2.111 2.52-.496.042-.789-.119-1.295-.067-.103-.576-.447-.911-.475-1.566.18-.003.402.036.409-.138-.05-.262-.351-.47-.546-.204-.01-.24-.195-.304-.204-.545m-13.282.204c-.088.29-.06.52.271.545.107-.192-.018-.28.07-.545zm5.723.204c.003.207-.144.265-.204.408-.384.022-.714-.015-.75-.34.362.076.673.09.954-.068zm2.586 0v.341c-.271.125-1.21.28-.953-.204.246.308.767.034.953-.137m2.316.204c-.027.387-.762.582-.954.204.412.11.707.013.954-.204m-6.332 1.365c.128.503-.134.634-.204 1.091.926.067 1.98-.021 2.791-.003.043-.06.082-.122 0-.137H9.511c2.553-.527 4.21-.365 7.014-.271.076.213-.019.18.067.341-1.615.326-3.251-.402-4.833.067 1.563-.052 3.196.164 4.903.271.036-.347.088-.832 0-1.225-.247-.064-.07.293-.204.342-1.865-.14-4.677-.125-7.082.204-.094-.088-.066-.296-.066-.475 1.46-.247 4.305.252 5.448-.205-1.7.104-3.724-.012-5.586 0m6.543.064c-.324-.01-.674.014-.89.003.31.302 1.21.015 1.633.204-.118-.15-.418-.196-.742-.207m3.896.615c.318.002.662.07.799.205-.46-.158-.911.167-1.295-.137a1.5 1.5 0 0 1 .496-.068m.15.325c.23-.002.46.023.579.084-.208.143-1.08.363-1.158 0 .12-.05.35-.081.58-.084m.965.244c.244-.038.371.35.363.657-.252.134-.438-.308-.475-.613a.3.3 0 0 1 .112-.044m-17.276.044c.408 0 1.34.067 1.703.341-.588-.094-1.383.022-1.703-.34m16.89.137c.213.268.25.482.271.817-.262-.055-.284-.71-.271-.817m-.95.068h.27c.006.313.171.463.137.816-.387-.021-.332-.484-.408-.816m.609 0c.04.213.32.542.137.749-.107-.146-.311-.548-.137-.75m-16.04.13c.43.01.945.114 1.058.344-.546-.088-1.134-.133-1.634-.27.091-.054.319-.081.577-.075m-.25.343c.117 0 .21.028.22.142-.15.17-.077.557-.342.612 0-.112-.189-.04-.204-.137.094-.176.25-.295.204-.612a2 2 0 0 1 .123-.005m-.393.005q-.026.38-.271.545c-.021-.292-.006-.551.271-.545m1.225.134c.116.137.097.551-.067.612-.143-.076-.274-.649.067-.612m.408.07c.015.125.177.45 0 .545-.021-.119-.314-.524 0-.545m14.574 2.041c.226.025.106.393.137.613-2.38.582-4.564.713-7.163 1.1l-1.216-.01c-1.792.132-4.171.165-5.856-.204-.034-.24-.101-.444-.067-.749 2.282-.167 4.643.314 6.947.137 2.526-.195 4.951-.783 7.218-.887m-.408.137a.32.32 0 0 1-.204.067c.006.199.024.384.27.342.01-.168.013-.33-.066-.409m-2.657.342q-.024.365.341.34.077-.09.067-.27c-.08-.082-.24-.08-.408-.07m-10.488.408c-.046.229.116.25.271.271q.082-.091.07-.271zm6.947.067c-.1.213-.003.277.137.408.174-.005.134-.228.134-.408zm-4.113.075a.25.25 0 0 0-.177.062q-.024.365.341.341c.135-.185.008-.392-.164-.403m8.812.196c.009.521-.083.582-.07 1.158-1.021.07-1.472-.098-2.383-.137.31-.911 1.55-.872 2.453-1.021m-5.582.683c.045.246.094.493.067.816-.869.028-1.737-.222-2.52-.066-.077-.214-.007-.156 0-.409.603-.402 1.913-.229 2.453-.341m3.906.663c.138-.006.327.029.451.153h-.204c-.57-.017-.477-.142-.247-.153m1.382.004c.133-.008.239.01.227.15-.077.09-.537-.007-.613-.138.095.03.254-.004.386-.012m-6.395.215c.182.007.337.04.424.138-.247-.003-.536.037-.612-.137a3 3 0 0 1 .188 0m5.294.063c.424-.002.86.043 1.26.28-.916-.205-2.02.11-2.452-.271.355.044.768-.006 1.192-.009m-6.076.176c.68-.005 1.616.097 2.023.378-.972-.125-1.743.021-2.587-.341.14-.022.338-.036.564-.037m5.515.171c.691.006 1.352.044 1.892.207-.116.18-.01.585-.137.75-.637-.067-1.828.128-2.52 0-.037-.378.036-.644.067-.954q.35-.005.698-.003zm-6.012.136c.573.104 1.92.19 2.52.275-.089.493.167.944 0 1.295-.598.353-1.527.378-2.383.475-.147-.536-.317-1.41-.137-2.045m6.947 1.091c.954-.042 1.407.766 1.292 1.43-.208 1.203-2.502 1.486-3.132.475.009-.716.003-1.45.545-1.633.064.49-.22.59-.204.887.058 1.21 2.282 1.377 2.453.27.13-.855-.622-.898-.954-1.429m-.756.24a.08.08 0 0 1 .104.061c.004.005.009.005.012.01.036.07.043.146.058.223.01.045-.022.076-.061.088a1 1 0 0 1-.204.034c-.061.003-.12-.062-.076-.12.054-.076.088-.16.125-.252a.07.07 0 0 1 .042-.043m1.03.306c.265.006.552.454.475 1.02-.277.488-1.554.528-1.566.342.795.091 1.036-.372 1.362-.75.022-.274-.442-.417-.271-.612m-.364.165c.185-.006.367.25.431.447-.31.21-.5.546-.954.613-.17-.168-.448-.235-.408-.613.47-.04.418-.158.75.068.15-.144-.034-.195 0-.409.058-.072.12-.104.181-.106m-5.29.31c.886.025 1.175.64 1.291 1.43.03.188-.253.063-.271.203.079.034.155.073.204.137-.46.893-3.169 1.45-2.724-.408.07 1.176 1.78.951 2.248.272.226-.957-.438-1.04-.749-1.633m-.476.546c.088.09.255.102.275.262a.3.3 0 0 1-.001.079c-.131.128-.171.006-.342 0 .037-.1-.079-.354.068-.341m.545 0c1.401.551-.159 2.05-1.225 1.227-.094-.265-.31-.966.067-1.09.12.198.161.475.137.817.299.472 1.384.304 1.43-.272-.28-.076-.132-.478-.41-.682m.067.475c.094.089.067.296.07.479-.332.042-.71.237-.887-.138.418.03.491-.28.817-.34m8.503.532a.73.73 0 0 0-.33.084c.392.17.539-.069.33-.084"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/instructure.svg b/mkdocs-material/material/templates/.icons/simple/instructure.svg new file mode 100644 index 0000000..62b4718 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/instructure.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11.996 0-5.11 2.878L12 5.76l5.115-2.878ZM6.032 3.36.918 6.237 6.036 9.12l5.115-2.879Zm11.929 0-5.112 2.878 5.115 2.882 5.118-2.879zM12 11.52.918 17.76 12 24l11.082-6.241Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/intel.svg b/mkdocs-material/material/templates/.icons/simple/intel.svg new file mode 100644 index 0000000..46bf1fe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/intel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.42 7.345v9.18h1.651v-9.18zM0 7.475v1.737h1.737V7.474zm9.78.352v6.053q0 .77.13 1.292.131.511.44.828c.203.21.475.359.803.451q.502.138 1.255.136h.216v-1.533c-.24 0-.445-.012-.593-.037a.67.67 0 0 1-.39-.173.7.7 0 0 1-.173-.377 4 4 0 0 1-.037-.606v-2.182h1.193v-1.416h-1.193V7.827zm-3.505 2.312c-.396 0-.76.08-1.082.241q-.49.242-.822.668l-.087.117v-.902H2.658v6.256h1.639v-3.214q.025-.881.433-1.299c.29-.297.642-.445 1.044-.445.476 0 .841.149 1.082.433.235.284.359.686.359 1.2v3.324h1.663V12.97c.006-.89-.229-1.595-.686-2.09s-1.1-.742-1.917-.742zm10.065.006a3.25 3.25 0 0 0-2.306.946c-.29.29-.525.637-.692 1.033a3.15 3.15 0 0 0-.254 1.273q0 .679.241 1.274c.161.395.39.742.674 1.032s.637.526 1.045.693c.408.173.86.26 1.342.26 1.397 0 2.262-.637 2.782-1.23l-1.187-.904c-.248.297-.841.699-1.583.699-.464 0-.847-.105-1.138-.321a1.6 1.6 0 0 1-.593-.872l-.019-.056h4.915v-.587q-.001-.676-.235-1.267a3.4 3.4 0 0 0-.661-1.033 3 3 0 0 0-1.02-.692 3.35 3.35 0 0 0-1.311-.248m-16.297.118v6.256h1.651v-6.256zm16.278 1.286c1.132 0 1.664.797 1.664 1.255l-3.32.006c0-.458.525-1.255 1.656-1.261m7.073 3.814a.606.606 0 0 0-.606.606.606.606 0 0 0 .606.606.606.606 0 0 0 .606-.606.606.606 0 0 0-.606-.606m-.008.105h.002a.5.5 0 0 1 .5.501.5.5 0 0 1-.5.5.5.5 0 0 1-.5-.5.5.5 0 0 1 .498-.5zm-.233.155v.699h.13v-.285h.093l.173.285h.136l-.18-.297a.2.2 0 0 0 .118-.056c.03-.03.05-.074.05-.136q0-.1-.063-.154c-.037-.038-.105-.056-.185-.056zm.13.099h.154q.028.001.056.012a.06.06 0 0 1 .037.031c.013.013.012.031.012.056a.1.1 0 0 1-.012.055.2.2 0 0 1-.037.031q-.028.011-.056.013h-.154Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/intellijidea.svg b/mkdocs-material/material/templates/.icons/simple/intellijidea.svg new file mode 100644 index 0000000..db92375 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/intellijidea.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0v24h24V0zm3.723 3.111h5v1.834h-1.39v6.277h1.39v1.834h-5v-1.834h1.444V4.945H3.723zm11.055 0H17v6.5c0 .612-.055 1.111-.222 1.556-.167.444-.39.777-.723 1.11-.277.279-.666.557-1.11.668a3.9 3.9 0 0 1-1.445.278c-.778 0-1.444-.167-1.944-.445a4.8 4.8 0 0 1-1.279-1.056l1.39-1.555a3.2 3.2 0 0 0 .833.722c.277.167.611.278.945.278.389 0 .721-.111 1-.389.221-.278.333-.667.333-1.278zM2.222 19.5h9V21h-9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/interactiondesignfoundation.svg b/mkdocs-material/material/templates/.icons/simple/interactiondesignfoundation.svg new file mode 100644 index 0000000..eebf2fc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/interactiondesignfoundation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 12.036C-.035 5.397 5.326.036 11.964 0s12 5.326 12.036 11.965S18.674 23.964 12.036 24H12C5.397 24 .036 18.639 0 12.036m.355 0C.355 18.462 5.574 23.68 12 23.68s11.645-5.218 11.645-11.644S18.461.426 12.036.391H12C5.574.391.355 5.61.355 12.036m13.708 8.055a.6.6 0 0 1 .109.207.8.8 0 0 1 .036.247.8.8 0 0 1-.045.279.52.52 0 0 1-.312.33.7.7 0 0 1-.245.042.7.7 0 0 1-.263-.049.5.5 0 0 1-.188-.135.6.6 0 0 1-.112-.209.9.9 0 0 1-.038-.258.8.8 0 0 1 .036-.25.6.6 0 0 1 .113-.207.5.5 0 0 1 .189-.141.65.65 0 0 1 .264-.052.6.6 0 0 1 .269.053.5.5 0 0 1 .187.143m1.438 0a.6.6 0 0 1 .109.207.8.8 0 0 1 .036.247.8.8 0 0 1-.045.279.6.6 0 0 1-.122.204.5.5 0 0 1-.19.126.7.7 0 0 1-.245.042.7.7 0 0 1-.263-.049.5.5 0 0 1-.188-.135.6.6 0 0 1-.112-.209.9.9 0 0 1-.037-.258.8.8 0 0 1 .036-.25.6.6 0 0 1 .112-.207.5.5 0 0 1 .189-.141.65.65 0 0 1 .264-.052.6.6 0 0 1 .269.053.5.5 0 0 1 .187.143m-6.113.516a.3.3 0 0 1 .072.095q.025.054.025.132a.32.32 0 0 1-.117.256.46.46 0 0 1-.304.099.5.5 0 0 1-.3-.1l-.023.074h-.086l-.011-.392h.079a.5.5 0 0 0 .111.212.4.4 0 0 0 .107.085.3.3 0 0 0 .14.035q.11 0 .169-.051t.06-.143a.2.2 0 0 0-.019-.083.2.2 0 0 0-.055-.061.5.5 0 0 0-.093-.047 1 1 0 0 0-.123-.042 2 2 0 0 1-.119-.044.5.5 0 0 1-.113-.066.3.3 0 0 1-.082-.098.3.3 0 0 1-.032-.138q0-.138.103-.234A.39.39 0 0 1 9.052 20a.53.53 0 0 1 .249.058l.026-.06h.082l.018.363h-.079a.37.37 0 0 0-.104-.198.27.27 0 0 0-.194-.076.2.2 0 0 0-.147.047.14.14 0 0 0-.054.114q0 .051.018.086a.15.15 0 0 0 .053.058.4.4 0 0 0 .086.043l.129.045q.076.024.142.056a.5.5 0 0 1 .111.071m.964.504q-.074.03-.141.052a.5.5 0 0 1-.162.021q-.142 0-.2-.072a.32.32 0 0 1-.057-.202v-.764h-.204v-.11h.208v-.351h.208v.351h.324v.11h-.321v.63q0 .072.005.119a.2.2 0 0 0 .024.083.12.12 0 0 0 .055.05.2.2 0 0 0 .099.017 1 1 0 0 0 .162-.018zm.505-.083a.15.15 0 0 1-.047.109.15.15 0 0 1-.11.046.15.15 0 0 1-.11-.046.15.15 0 0 1-.047-.109.15.15 0 0 1 .047-.11.15.15 0 0 1 .11-.047q.065 0 .11.047a.15.15 0 0 1 .047.11m-2.35-.347-.031.479H7.128v-.082q.034-.002.092-.009a.3.3 0 0 0 .074-.016.1.1 0 0 0 .051-.044.2.2 0 0 0 .014-.07v-1.167a.2.2 0 0 0-.012-.067.1.1 0 0 0-.053-.048.5.5 0 0 0-.083-.026l-.083-.014v-.081h1.256v.391h-.086a.5.5 0 0 0-.098-.184q-.076-.098-.145-.107a1 1 0 0 0-.085-.007q-.05-.002-.112-.002h-.255v.645h.183a.4.4 0 0 0 .129-.017.2.2 0 0 0 .071-.055.3.3 0 0 0 .043-.089.6.6 0 0 0 .024-.105h.085v.637h-.085a.6.6 0 0 0-.025-.117.3.3 0 0 0-.042-.088.17.17 0 0 0-.081-.059.4.4 0 0 0-.119-.013h-.183v.486q0 .073.01.116a.1.1 0 0 0 .04.064q.03.02.081.028.052.006.147.006h.099q.062 0 .105-.005a1 1 0 0 0 .089-.016.14.14 0 0 0 .066-.033.7.7 0 0 0 .111-.166q.058-.112.073-.165zm8.455.479H15.89v-.157a1 1 0 0 1 .086-.079 2 2 0 0 1 .24-.163l.145-.08q.09-.048.139-.085a.4.4 0 0 0 .089-.09.3.3 0 0 0 .042-.089.5.5 0 0 0 .016-.151q0-.142-.077-.21a.3.3 0 0 0-.196-.067q-.075 0-.141.029a.23.23 0 0 0-.1.081l.02.087a.4.4 0 0 1 .012.098.1.1 0 0 1-.036.078q-.035.033-.107.033a.1.1 0 0 1-.088-.039.17.17 0 0 1-.031-.106q0-.061.035-.124a.4.4 0 0 1 .098-.115.5.5 0 0 1 .156-.084.6.6 0 0 1 .2-.032q.235 0 .372.105.138.105.138.279a.5.5 0 0 1-.024.152.3.3 0 0 1-.08.122.6.6 0 0 1-.142.1 7 7 0 0 1-.248.116q-.1.043-.185.093a1 1 0 0 0-.141.094h.88zm-4.185 0h-1.072v-.157a1 1 0 0 1 .085-.079 2 2 0 0 1 .386-.243q.09-.048.139-.085a.5.5 0 0 0 .089-.09.3.3 0 0 0 .042-.089.5.5 0 0 0 .016-.151q0-.142-.077-.21a.3.3 0 0 0-.196-.067q-.075 0-.141.029a.23.23 0 0 0-.1.081l.02.087a.4.4 0 0 1 .012.098.1.1 0 0 1-.036.078q-.035.033-.107.033a.1.1 0 0 1-.088-.039.17.17 0 0 1-.031-.106q0-.061.035-.124a.4.4 0 0 1 .098-.115.5.5 0 0 1 .156-.084.6.6 0 0 1 .2-.032.6.6 0 0 1 .372.105q.138.105.138.279a.4.4 0 0 1-.025.152.3.3 0 0 1-.079.122.6.6 0 0 1-.142.1 7 7 0 0 1-.248.116q-.1.043-.186.093a1 1 0 0 0-.14.094h.88zm1.178-.615q0-.272-.093-.422a.29.29 0 0 0-.254-.15.29.29 0 0 0-.256.15q-.094.15-.094.422 0 .259.09.416.09.158.258.158t.259-.158a.83.83 0 0 0 .09-.416m1.438 0q0-.272-.093-.422t-.253-.15a.29.29 0 0 0-.257.15q-.093.15-.094.422 0 .259.09.416.09.158.258.158a.28.28 0 0 0 .259-.158.83.83 0 0 0 .09-.416M5.148 19.456h-.071c-1.811-1.669-2.911-3.941-3.16-6.391.036-.071.071-.071.142-.071l.036.036a9.9 9.9 0 0 0 3.124 6.248c.036.036.036.107 0 .142h-.071zm13.739 0h-.142c-.035-.036-.035-.107 0-.142 1.776-1.634 2.876-3.87 3.125-6.284-.036-.071 0-.107.071-.142.071-.036.106 0 .142.071 0 .035 0 .071-.036.106a10.2 10.2 0 0 1-3.16 6.391M12.142 8.508a3.9 3.9 0 0 0-.284-1.407c.355 0 .675-.071.994-.213 0 .497.107.958.284 1.42-.35 0-.665.069-.98.207.518.242.815 1.446 1.087 1.958l-.462.249c.32.497.568 1.03.675 1.598l.568-.462-.249-.106c.178-.355.462-.639.817-.852.177.213.39.39.603.532a2.27 2.27 0 0 0-.781.852l-.319-.319c-.249.319-.462.71-.604 1.1.036.426 0 .888-.106 1.314a2.65 2.65 0 0 1 1.171-.355q.16-.64.746-.959l-.391-.461c.426-.426 1.243-1.207 1.704-1.314q.64.586.959 1.385a4.1 4.1 0 0 0-1.846.923l-.32-.462a1.57 1.57 0 0 0-.39.852c.532-.035 1.1 0 1.633.071.035-.213.071-.39.035-.603.284-.036 1.42 0 2.059.461-.142.462-.248.959-.248 1.456 0 0-1.314-.568-2.059-.426.071-.213.142-.462.177-.675a4.7 4.7 0 0 0-2.201.32l.71.142a.7.7 0 0 0 .071-.249c.391.071.746.284 1.03.568a1.37 1.37 0 0 0-.426.675 2.6 2.6 0 0 0-1.03-.533l.249-.39c-.32-.036-.639-.071-.959-.036l-.568.391a2.1 2.1 0 0 0-.497.745c.107.142.142.32.142.497.036.284-.106.533-.355.675 0 .39.142.781.391 1.065l.167.107h4.767v.177H5.858v-.177h4.694c.203-.116.357-.218.383-.32a4.2 4.2 0 0 0 0-1.882A2.44 2.44 0 0 0 9.55 14.84c-.213.036-.426.142-.639.249l.355.248a2.27 2.27 0 0 0-.781.852c-.177-.213-.39-.39-.603-.568.177-.355.461-.639.816-.852l.178.178c.142-.107.284-.213.461-.249-.603-.213-1.242-.39-1.881-.461v.639c-.71-.071-1.385 0-2.059.248 0-.071-.213-1.065.035-1.668.249-.604 1.598.035 2.166.142-.036.142-.071.319-.107.461a5.8 5.8 0 0 1 1.349-.071 1.94 1.94 0 0 0-.887-.71 4 4 0 0 1-.852-.523 4 4 0 0 1-.178-.116l.024-.014-.024-.021-.532.284c-.107-.675-.462-1.349-.923-1.846.532-.107 1.029-.32 1.491-.569.071.498.177 1.527.532 1.989a1.05 1.05 0 0 0-.544.163q.077.067.154.13c.316.188.672.327 1.029.417a1.4 1.4 0 0 1 0-.533h-.248a2.7 2.7 0 0 1 .035-.923c.249-.035.497 0 .71.071a1.9 1.9 0 0 0-.213.888H8.13c0 .213.036.39.142.568.462.142.888.461 1.136.887l.959.249c0-.178-.036-.355-.107-.497l-.248.071a1.65 1.65 0 0 0-.426-.817c.213-.106.461-.213.71-.248.142.284.213.568.248.887h-.284c.107.178.178.355.213.568l.568.249a3.19 3.19 0 0 0-.745-2.308l-.568.462C9.55 12 8.45 11.042 8.45 11.042a4.5 4.5 0 0 0 1.171-.853c.675.355 1.172 1.385 1.278 1.669l-.532.284.639.533.248.355c.142-.107.249-.249.355-.426l-.355-.107c.249-.355.391-.745.462-1.171.248.177.533.284.817.319a2.5 2.5 0 0 1-.426 1.207l-.356-.177a1.5 1.5 0 0 1-.355.603c.213.462.355.994.568 1.491 1.279-1.065.924-3.088.675-4.011l-.603.461a4.8 4.8 0 0 0-1.669-1.598c.035-.035.781-.958 1.491-1.136a.44.44 0 0 1 .284.023v.013l.014-.006zm.675 7.823c.035-.142-.036-.284-.178-.355-.142.036-.213.178-.213.32-.035.142.036.284.178.355.142-.036.248-.178.213-.32m-.249-.639c-.248.071-.355.355-.284.746a.81.81 0 0 1 .249-.675c.106-.071.035-.106.035-.106zm5.787-2.059c.071-.248-.249-1.065-.533-1.633a5.36 5.36 0 0 0 2.308-.745c.071.568.249 1.136.533 1.633-.426-.071-1.811.461-2.308.745M5.61 11.787c-.142.178-.178.959-.142 1.491a6 6 0 0 0-2.095-.248c.142-.497.213-.994.142-1.491.319.248 1.598.284 2.095.248m-3.17.07.009.443-.05.001-.005-.054a.2.2 0 0 0-.009-.049.1.1 0 0 0-.025-.033.1.1 0 0 0-.044-.01l-.713.014a.1.1 0 0 0-.04.008q-.016.009-.027.037a.3.3 0 0 0-.014.053.3.3 0 0 0-.008.051l-.049.001-.009-.443.05-.001q0 .022.006.052a.3.3 0 0 0 .012.051q.009.026.028.035a.1.1 0 0 0 .042.008l.712-.013a.1.1 0 0 0 .04-.011.07.07 0 0 0 .027-.035.3.3 0 0 0 .018-.104zm20.033.454a.2.2 0 0 0-.012-.06.2.2 0 0 0-.023-.057q-.018-.024-.067-.032a1 1 0 0 0-.125-.006l-.72.017-.002-.061.792-.614-.508.011a.7.7 0 0 0-.131.014.12.12 0 0 0-.064.035.4.4 0 0 0-.039.132l-.049.001-.01-.403.05-.001a.4.4 0 0 0 .038.117.1.1 0 0 0 .06.032.6.6 0 0 0 .136.006l.485-.011a.2.2 0 0 0 .063-.012.1.1 0 0 0 .049-.031.2.2 0 0 0 .037-.069.2.2 0 0 0 .016-.069l.05-.001.006.281-.737.57.467-.011a.6.6 0 0 0 .132-.014q.046-.012.061-.033a.3.3 0 0 0 .024-.064.3.3 0 0 0 .012-.067l.05-.002.009.4zM15.16 9.976c.674-.355 1.349-1.633 1.349-1.633.319.391.674.71 1.1.994-.213.746-1.065 1.492-1.313 1.634-.107-.142-.213-.285-.355-.391a2.46 2.46 0 0 0-.604 1.065c.071-.426.249-.816.462-1.172zm2.094.639c.568-.355 1.349-1.1 1.527-1.704a5.5 5.5 0 0 0 1.278 1.278c-.497.284-1.491.888-1.811 1.421a2.7 2.7 0 0 0-.994-.995m-15.627-.171a.3.3 0 0 0 .005.06.2.2 0 0 0 .016.06q.014.027.062.04a1 1 0 0 0 .124.021l.717.072-.006.06-.861.513.505.05a.6.6 0 0 0 .132.003q.047-.006.068-.027a.2.2 0 0 0 .035-.062.4.4 0 0 0 .02-.064l.049.004-.04.402-.049-.005a.4.4 0 0 0-.023-.121.1.1 0 0 0-.056-.039 1 1 0 0 0-.135-.023l-.482-.048a.2.2 0 0 0-.065.005.1.1 0 0 0-.051.024.2.2 0 0 0-.046.064.2.2 0 0 0-.025.067l-.049-.005.028-.28.802-.476-.466-.046a.6.6 0 0 0-.133-.002q-.046.006-.064.025a.3.3 0 0 0-.032.061.3.3 0 0 0-.02.065l-.049-.005.04-.398zm12.326-.539c-.107.462-.32.924-.604 1.314a3.6 3.6 0 0 0 .355-1.385l-.568-.142c.355-.461.426-1.491.462-1.988.497.249.994.426 1.526.497-.426.355-.71 1.278-.781 1.917zm8.372.864a.5.5 0 0 1-.147.126.6.6 0 0 1-.204.068.6.6 0 0 1-.216-.005.47.47 0 0 1-.301-.21.46.46 0 0 1 .029-.532.56.56 0 0 1 .344-.188.6.6 0 0 1 .218.005.46.46 0 0 1 .356.572.4.4 0 0 1-.079.164m-.705.003q.068.03.149.035.082.005.179-.01a1 1 0 0 0 .181-.047.5.5 0 0 0 .134-.079.26.26 0 0 0 .089-.244.26.26 0 0 0-.059-.134.3.3 0 0 0-.116-.079.5.5 0 0 0-.149-.029.84.84 0 0 0-.348.054.5.5 0 0 0-.132.078.26.26 0 0 0-.094.247.27.27 0 0 0 .166.208m-12.78-.689c-.497.035-.958.213-1.384.461-.036-.674-.675-1.633-.994-2.13.639-.035 1.775-.603 1.775-.603-.142.639.213 1.633.603 2.272m-6.758-.72-.011.047a.5.5 0 0 0-.134.031.3.3 0 0 0-.064.032.1.1 0 0 0-.037.04l-.04.15.769.172a.1.1 0 0 0 .043 0 .1.1 0 0 0 .036-.027.3.3 0 0 0 .024-.048.3.3 0 0 0 .022-.059l.048.011-.101.453-.048-.01.008-.059a.2.2 0 0 0 .001-.057.06.06 0 0 0-.018-.038.1.1 0 0 0-.042-.02l-.774-.173-.019.091-.009.061q-.002.022.016.052a.5.5 0 0 0 .153.141l-.01.047-.261-.058.187-.837zm3.528.791c-.213-.568-1.101-1.243-1.101-1.243.32-.213.604-.426.852-.71.497.284.888.675 1.136 1.172-.319.213-.639.461-.887.781m15.639-.336-.112-.428.048-.013.017.052a.2.2 0 0 0 .021.046.1.1 0 0 0 .032.026.1.1 0 0 0 .045-.001l.689-.181a.1.1 0 0 0 .038-.018q.014-.012.017-.042.002-.022.002-.054a.3.3 0 0 0-.005-.052l.048-.013.112.429-.047.012-.019-.048q-.011-.028-.024-.048-.015-.022-.035-.027a.1.1 0 0 0-.042.002l-.689.181a.1.1 0 0 0-.037.02.06.06 0 0 0-.018.04q-.002.015 0 .049a.4.4 0 0 0 .007.056zM8.521 8.343c.355-.142.71-.355.994-.639q.159.746.639 1.385c-.284.106-.568.248-.781.461-.142-.461-.462-.887-.852-1.207m-5.672.05.267.113-.27.768-.046-.016.013-.054.006-.046a.06.06 0 0 0-.016-.038.1.1 0 0 0-.037-.022l-.664-.233a.1.1 0 0 0-.041-.007q-.019.001-.038.021a.5.5 0 0 0-.056.086l-.046-.016.251-.715.223.078-.017.049a.3.3 0 0 0-.125.019q-.07.024-.09.061l-.044.11-.051.146.367.129.037-.104a.2.2 0 0 0 .016-.077.1.1 0 0 0-.017-.052.2.2 0 0 0-.042-.042.3.3 0 0 0-.055-.034l.017-.049.362.127-.017.049a.3.3 0 0 0-.071-.009.2.2 0 0 0-.059.006.1.1 0 0 0-.049.034.3.3 0 0 0-.032.065l-.036.105.277.097q.042.014.068.017a.06.06 0 0 0 .044-.01.1.1 0 0 0 .032-.041l.053-.138a1 1 0 0 0 .027-.115q.002-.029-.006-.044a.7.7 0 0 0-.151-.171zm18.91.508-.016-.044a.6.6 0 0 0 .097-.098.4.4 0 0 0 .037-.062.1.1 0 0 0 .009-.054l-.047-.148-.74.268a.1.1 0 0 0-.036.023.07.07 0 0 0-.016.042.3.3 0 0 0 .005.054.3.3 0 0 0 .013.061l-.047.017-.158-.437.047-.016.025.054q.018.036.029.048.015.018.035.023a.1.1 0 0 0 .047-.006l.745-.269-.032-.088-.025-.056q-.01-.02-.042-.035a.4.4 0 0 0-.143-.036.4.4 0 0 0-.062-.001l-.016-.046.251-.091.291.807zm-11.357-.7a4.6 4.6 0 0 0-1.349-1.633c.036-.035.817-.745 1.456-.887s.852 1.384 1.029 1.917l-.603.248a1 1 0 0 1 0 .639c-.036-.177-.071-.39-.142-.568zm8.237-.781c-.355.284-.675.639-.852 1.065a2.2 2.2 0 0 0-.781-.355c.142-.355.39-1.065.639-1.278.355.107.71.284.994.533zM3.647 7.362l-.117.239a6 6 0 0 0-.539.085l-.044.091.281.137a.1.1 0 0 0 .042.012q.02.001.039-.017a.2.2 0 0 0 .028-.035l.027-.045.044.021-.183.375-.044-.022.017-.045a.2.2 0 0 0 .011-.044.06.06 0 0 0-.01-.039.1.1 0 0 0-.036-.028l-.64-.313a.1.1 0 0 0-.042-.012q-.02-.003-.04.016a.5.5 0 0 0-.057.076l-.044-.022.2-.409a.5.5 0 0 1 .063-.1.3.3 0 0 1 .081-.071.2.2 0 0 1 .095-.03.2.2 0 0 1 .108.025.3.3 0 0 1 .083.06.2.2 0 0 1 .046.079.3.3 0 0 1 .013.09 1 1 0 0 1-.009.103l.396-.073a.3.3 0 0 0 .13-.053.2.2 0 0 0 .032-.034l.025-.038zm10.767.413c.213-.426.675-1.633.639-1.988.426.249.923.391 1.42.462a5.4 5.4 0 0 0-.603 1.952c-.462-.248-1.207-.532-1.42-.461zm6.335.419-.183-.365.044-.022a.4.4 0 0 0 .052.074q.026.027.039.02l.013-.008.013-.011.16-.172-.155-.308-.09.009-.118.021-.029.011q-.025.012-.019.058a.4.4 0 0 0 .028.096l-.044.023-.166-.331.044-.023a.2.2 0 0 0 .063.069.17.17 0 0 0 .118.022q.2-.017.445-.041l.439-.042.025.049-.611.675a.2.2 0 0 0-.028.04.2.2 0 0 0-.013.048.2.2 0 0 0 .004.044l.013.042zM2.827 7.368a.2.2 0 0 0-.15-.016q-.07.023-.111.107l-.052.106.379.186.04-.082a.22.22 0 0 0 .015-.17.22.22 0 0 0-.121-.131m18.104.292.274-.305-.407.04zM8.237 7.527s-.604-.888-1.101-1.065c.284-.213.533-.497.71-.781q.693.372 1.065 1.065c-.284.213-.497.497-.674.781M4.263 6.416l-.222.343L4 6.732a.4.4 0 0 0 .037-.083q.01-.035-.002-.043l-.014-.008-.015-.005-.23-.051-.187.29q.03.043.054.072l.078.092.023.019q.024.015.06-.013a.4.4 0 0 0 .069-.073l.041.027-.201.311-.042-.027a.3.3 0 0 0 .018-.042.15.15 0 0 0 0-.104.3.3 0 0 0-.031-.056q-.115-.163-.261-.363l-.258-.358.03-.046.891.185a.14.14 0 0 0 .096-.009.1.1 0 0 0 .037-.026l.029-.032zm9.903.543a2.7 2.7 0 0 0-1.065 0c-.071-.462-.142-1.42.035-1.811a3.1 3.1 0 0 1 1.385.107c-.249.532-.391 1.1-.355 1.704m6.436-.109a.45.45 0 0 1-.401.065.6.6 0 0 1-.169-.092.7.7 0 0 1-.134-.147l-.228-.338.041-.027a.4.4 0 0 0 .063.071.05.05 0 0 0 .039.01.1.1 0 0 0 .041-.016l.589-.397a.1.1 0 0 0 .03-.03q.012-.017.007-.043a.2.2 0 0 0-.013-.047l-.019-.039.041-.027.24.356a.57.57 0 0 1 .098.326.43.43 0 0 1-.058.203.54.54 0 0 1-.167.172m-.095-.141a.6.6 0 0 0 .134-.122.4.4 0 0 0 .072-.142.3.3 0 0 0 .009-.147.4.4 0 0 0-.06-.147l-.068-.096-.626.423q-.053.035-.052.079 0 .044.043.108.05.072.112.11a.3.3 0 0 0 .131.04.4.4 0 0 0 .147-.024.7.7 0 0 0 .158-.082M3.711 6.53l-.402-.083.241.331zm8.857-.317a3.2 3.2 0 0 0-1.278.178 3.8 3.8 0 0 0-.71-1.846c.035-.036 1.029-.426 1.669-.32.639.107.355 1.456.319 1.988m-7.891-.277a.43.43 0 0 1-.303.153.5.5 0 0 1-.185-.026.6.6 0 0 1-.187-.107.6.6 0 0 1-.142-.165.5.5 0 0 1-.063-.183.4.4 0 0 1 .013-.182.47.47 0 0 1 .298-.309l-.018-.052.035-.043.274.22-.036.043a1 1 0 0 0-.107-.045.4.4 0 0 0-.112-.025.3.3 0 0 0-.107.013.2.2 0 0 0-.087.064.28.28 0 0 0-.054.249.5.5 0 0 0 .07.14q.053.073.134.141.073.06.149.093a.5.5 0 0 0 .15.036.3.3 0 0 0 .139-.022.3.3 0 0 0 .112-.083.29.29 0 0 0 .054-.275.4.4 0 0 0-.037-.087l.052-.024q.075.14.06.255a.43.43 0 0 1-.102.221m15.552-.415a.3.3 0 0 0-.047-.038.3.3 0 0 0-.054-.029q-.03-.008-.073.019a1 1 0 0 0-.099.075l-.542.475-.04-.046.213-.979-.382.335a.6.6 0 0 0-.091.094q-.028.038-.028.068 0 .022.022.068a1 1 0 0 0 .033.059l-.037.032-.266-.303.037-.033a.4.4 0 0 0 .105.066.1.1 0 0 0 .067-.014.7.7 0 0 0 .108-.083l.365-.319a.2.2 0 0 0 .04-.05.1.1 0 0 0 .018-.055.3.3 0 0 0-.047-.141l.037-.032.185.212-.2.91.352-.308a.6.6 0 0 0 .092-.096q.027-.039.025-.064A.2.2 0 0 0 20 5.279a1 1 0 0 0-.034-.059l.037-.033.263.301zM5.165 4.342l-.034.033a.5.5 0 0 0-.203-.056q-.035 0-.053.013l-.116.105.553.57a.1.1 0 0 0 .037.023.06.06 0 0 0 .045-.002.5.5 0 0 0 .098-.065l.035.036-.336.327-.035-.036a1 1 0 0 0 .072-.092.06.06 0 0 0 .006-.042.1.1 0 0 0-.024-.041l-.558-.574-.067.067-.041.046q-.015.018-.015.053a.3.3 0 0 0 .006.073.5.5 0 0 0 .045.131l-.035.034-.188-.193.62-.604zm14.122.157a.3.3 0 0 0-.109-.055q-.029-.003-.068.028a1 1 0 0 0-.088.086l-.282.321a.28.28 0 0 1-.252.099.4.4 0 0 1-.122-.036.46.46 0 0 1-.247-.31.25.25 0 0 1 .06-.209l.384-.437a.1.1 0 0 0 .021-.035.1.1 0 0 0-.005-.044.3.3 0 0 0-.051-.076l.032-.037.308.271-.033.037a.4.4 0 0 0-.08-.049.05.05 0 0 0-.042 0 .1.1 0 0 0-.034.027l-.358.407a.3.3 0 0 0-.048.068.2.2 0 0 0-.014.178.3.3 0 0 0 .08.103.3.3 0 0 0 .112.066.2.2 0 0 0 .103.006.2.2 0 0 0 .082-.032.3.3 0 0 0 .063-.054l.266-.303a.6.6 0 0 0 .075-.101q.024-.045.018-.07a.2.2 0 0 0-.032-.064l-.041-.051.033-.037.301.266zM6.206 4.436l-.344.274-.031-.039.04-.036a.2.2 0 0 0 .034-.038.07.07 0 0 0 .01-.039.1.1 0 0 0-.019-.041l-.44-.554a.1.1 0 0 0-.031-.027q-.017-.008-.045.001a.4.4 0 0 0-.096.045l-.031-.038.345-.274.03.038q-.016.014-.036.036l-.034.041a.06.06 0 0 0-.01.043.1.1 0 0 0 .018.038l.441.554q.014.018.033.025a.07.07 0 0 0 .044.001.4.4 0 0 0 .092-.049zm11.858-.874a.5.5 0 0 1-.007.193.6.6 0 0 1-.088.197.6.6 0 0 1-.15.156.49.49 0 0 1-.359.078.5.5 0 0 1-.171-.072.46.46 0 0 1-.2-.31.5.5 0 0 1 .01-.19.6.6 0 0 1 .236-.347.5.5 0 0 1 .177-.077.463.463 0 0 1 .552.372m-.475.521a.5.5 0 0 0 .126-.087.8.8 0 0 0 .115-.138.8.8 0 0 0 .087-.165.5.5 0 0 0 .033-.152.26.26 0 0 0-.119-.231.25.25 0 0 0-.138-.047.3.3 0 0 0-.136.031.5.5 0 0 0-.123.09.9.9 0 0 0-.196.292.5.5 0 0 0-.033.151.3.3 0 0 0 .025.131.26.26 0 0 0 .094.105.26.26 0 0 0 .13.046.3.3 0 0 0 .135-.026M6.645 3.099q.093.022.175.083.083.06.146.159a.6.6 0 0 1 .084.199.5.5 0 0 1 .001.193.46.46 0 0 1-.204.296.46.46 0 0 1-.364.061.5.5 0 0 1-.171-.084.6.6 0 0 1-.141-.153.6.6 0 0 1-.084-.2.5.5 0 0 1-.002-.193.45.45 0 0 1 .071-.169.48.48 0 0 1 .308-.198.5.5 0 0 1 .181.006m.291.643a.5.5 0 0 0-.029-.151.9.9 0 0 0-.199-.305.5.5 0 0 0-.127-.09.26.26 0 0 0-.259.018.25.25 0 0 0-.098.109.3.3 0 0 0-.025.137.5.5 0 0 0 .034.148.85.85 0 0 0 .192.296.5.5 0 0 0 .125.089.26.26 0 0 0 .264-.016.27.27 0 0 0 .122-.235m1.059-1.426a.3.3 0 0 0-.092.079q-.016.027-.002.075a1 1 0 0 0 .045.116l.308.652-.055.025-.883-.473.217.459q.036.078.066.114.029.038.058.045a.2.2 0 0 0 .071-.002 1 1 0 0 0 .066-.016l.021.045-.365.172-.021-.045a.3.3 0 0 0 .051-.039.2.2 0 0 0 .041-.043.1.1 0 0 0 .005-.068 1 1 0 0 0-.05-.127l-.208-.438a.2.2 0 0 0-.037-.053.1.1 0 0 0-.048-.032.2.2 0 0 0-.078-.006.2.2 0 0 0-.07.013l-.021-.044.254-.121.821.442-.2-.423a.6.6 0 0 0-.066-.115q-.03-.036-.055-.041a.2.2 0 0 0-.069.004.3.3 0 0 0-.066.016l-.021-.045.361-.171zm9.026.746-.046-.023a.4.4 0 0 0 0-.133q-.013-.077-.048-.102l-.102-.059-.147-.076-.182.353.101.052a.3.3 0 0 0 .076.027.13.13 0 0 0 .059-.007.1.1 0 0 0 .044-.031.3.3 0 0 0 .045-.054l.047.023-.178.345-.047-.024a.3.3 0 0 0 .02-.068.2.2 0 0 0 .002-.062.1.1 0 0 0-.03-.055.3.3 0 0 0-.064-.044l-.101-.052-.156.302a.1.1 0 0 0-.01.04.07.07 0 0 0 .015.041.3.3 0 0 0 .078.062l-.023.044-.38-.196.023-.044a1 1 0 0 0 .095.035.06.06 0 0 0 .039-.01.1.1 0 0 0 .028-.034l.327-.632a.1.1 0 0 0 .012-.04q.002-.02-.015-.04a.4.4 0 0 0-.079-.068l.023-.044.687.355zm-1.446-.907a.4.4 0 0 0-.06-.007.2.2 0 0 0-.061.004q-.03.009-.052.054a1 1 0 0 0-.045.117l-.21.689-.058-.018-.335-.944-.148.485a.6.6 0 0 0-.028.129.13.13 0 0 0 .012.072.2.2 0 0 0 .055.046 1 1 0 0 0 .059.033l-.015.047-.386-.118.015-.047.064.005q.047.002.06-.005a.1.1 0 0 0 .049-.046 1 1 0 0 0 .048-.128l.142-.464a.2.2 0 0 0 .008-.064.13.13 0 0 0-.014-.056.2.2 0 0 0-.053-.057.2.2 0 0 0-.061-.037l.014-.047.269.082.31.879.136-.447a.5.5 0 0 0 .028-.13q.003-.047-.012-.068a.4.4 0 0 0-.113-.076l.014-.047.383.117zm-5.657.046a.45.45 0 0 1-.072.401.6.6 0 0 1-.144.128.7.7 0 0 1-.184.077l-.395.102-.012-.048q.02-.005.049-.016a.2.2 0 0 0 .04-.02.06.06 0 0 0 .022-.033.1.1 0 0 0-.001-.044l-.178-.688a.1.1 0 0 0-.018-.039.06.06 0 0 0-.038-.022.2.2 0 0 0-.049-.003l-.043.005-.013-.048.417-.107a.56.56 0 0 1 .34.017.4.4 0 0 1 .173.123.5.5 0 0 1 .106.215m-.165.042a.6.6 0 0 0-.07-.167.4.4 0 0 0-.11-.116.36.36 0 0 0-.294-.05l-.113.032.189.733q.015.061.057.076a.2.2 0 0 0 .116-.005.4.4 0 0 0 .141-.069.3.3 0 0 0 .082-.111.4.4 0 0 0 .027-.146.7.7 0 0 0-.025-.177m4.389.062-.045-.001a.2.2 0 0 0-.047.005.06.06 0 0 0-.034.024.1.1 0 0 0-.016.043l-.031.187-.006.048q-.099.025-.193.032a.8.8 0 0 1-.182-.009.48.48 0 0 1-.308-.191.5.5 0 0 1-.076-.176.6.6 0 0 1 .069-.416.48.48 0 0 1 .506-.233.46.46 0 0 1 .24.111l.036-.042.055.009-.052.342-.056-.01a1 1 0 0 0-.017-.117.4.4 0 0 0-.038-.107.24.24 0 0 0-.182-.129.28.28 0 0 0-.252.08.4.4 0 0 0-.089.131.73.73 0 0 0-.063.365.4.4 0 0 0 .041.153.3.3 0 0 0 .229.175.3.3 0 0 0 .191-.027l.018-.071.02-.116a.2.2 0 0 0 .001-.052.06.06 0 0 0-.027-.038.6.6 0 0 0-.119-.043l.009-.05.427.073zm-3.033-.08.019.289-.808.106-.006-.049q.02-.003.054-.013a.2.2 0 0 0 .043-.015.06.06 0 0 0 .027-.031.1.1 0 0 0 .003-.043l-.092-.699a.1.1 0 0 0-.013-.039q-.01-.016-.035-.024a.3.3 0 0 0-.103-.011l-.006-.049.753-.099.031.234-.052.007a.3.3 0 0 0-.073-.103q-.054-.052-.096-.053l-.118.011-.153.02.051.386.109-.014a.2.2 0 0 0 .076-.02.1.1 0 0 0 .039-.039.2.2 0 0 0 .018-.057.2.2 0 0 0 .006-.064l.052-.007.05.381-.052.007a.3.3 0 0 0-.024-.068.2.2 0 0 0-.032-.049.1.1 0 0 0-.052-.029.3.3 0 0 0-.073.001l-.11.015.038.291a.3.3 0 0 0 .016.069.06.06 0 0 0 .029.035q.02.01.051.01l.148-.016.062-.01.052-.017a.1.1 0 0 0 .037-.025.4.4 0 0 0 .053-.109 1 1 0 0 0 .031-.104zm1.76.301-.442-.028.003-.049.055-.001a.2.2 0 0 0 .05-.005.1.1 0 0 0 .035-.023.1.1 0 0 0 .013-.042l.046-.711a.1.1 0 0 0-.005-.041q-.007-.017-.034-.03a.5.5 0 0 0-.102-.031l.003-.049.442.029-.003.049a.3.3 0 0 0-.052.002.3.3 0 0 0-.052.008q-.027.006-.037.024a.1.1 0 0 0-.012.041l-.046.711a.1.1 0 0 0 .007.041.07.07 0 0 0 .033.03q.014.007.046.015.033.01.056.011zm-.84-.495a.3.3 0 0 1 .048.075.3.3 0 0 1 .016.096.27.27 0 0 1-.092.217.35.35 0 0 1-.237.089.4.4 0 0 1-.132-.018.5.5 0 0 1-.115-.047l-.029.051-.055.001-.017-.336.056-.001a1 1 0 0 0 .043.111.4.4 0 0 0 .063.093.3.3 0 0 0 .086.064.26.26 0 0 0 .196.007.2.2 0 0 0 .057-.036.2.2 0 0 0 .032-.055.2.2 0 0 0 .009-.071.2.2 0 0 0-.035-.109.2.2 0 0 0-.101-.076l-.104-.037a2 2 0 0 1-.102-.04.3.3 0 0 1-.131-.095.26.26 0 0 1-.049-.157.24.24 0 0 1 .021-.106.3.3 0 0 1 .063-.088.34.34 0 0 1 .33-.062.6.6 0 0 1 .099.046l.028-.047.055-.002.012.327-.056.001a2 2 0 0 0-.036-.107.4.4 0 0 0-.052-.092.2.2 0 0 0-.074-.062.2.2 0 0 0-.106-.022.16.16 0 0 0-.111.044.13.13 0 0 0-.045.105.2.2 0 0 0 .032.105q.031.041.088.067l.196.076a1 1 0 0 1 .081.039.3.3 0 0 1 .068.052"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/interactjs.svg b/mkdocs-material/material/templates/.icons/simple/interactjs.svg new file mode 100644 index 0000000..eaa3c84 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/interactjs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.382.01C12.255.006 12.128 0 12 0A11.999 11.999 0 0 0 1.804 18.327l9.911-17.17zm7.097 19.686L11.201 5.121 2.788 19.689l.007.007zm.184 1.538H4.337a12 12 0 0 0 15.326 0m2.917-3.568A12 12 0 0 0 12.382.01l.667 1.148zM12.383.009l-.001.001h.001z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/interbase.svg b/mkdocs-material/material/templates/.icons/simple/interbase.svg new file mode 100644 index 0000000..ab23d26 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/interbase.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.69 8.83c0 .13-.115.246-.247.248a.25.25 0 0 1-.248-.243.24.24 0 0 1 .237-.251.25.25 0 0 1 .258.246m14.294 3.678c-.026.409-.06.818-.113 1.225a11 11 0 0 1-.364 1.674 12 12 0 0 1-.892 2.194 12 12 0 0 1-2.411 3.158 11.95 11.95 0 0 1-7.716 3.235c-.05.002-.855.004-.868.004a12 12 0 0 1-1.452-.133 12 12 0 0 1-1.794-.418 12 12 0 0 1-2.283-.996 12 12 0 0 1-2.913-2.311 11.96 11.96 0 0 1-3.103-6.79 12 12 0 0 1-.073-1.527q.01-.648.087-1.29a11.9 11.9 0 0 1 1.317-4.17 12 12 0 0 1 2.033-2.77 12 12 0 0 1 1.152-1.03A12 12 0 0 1 8.027.677c.481-.17.97-.314 1.47-.411a16 16 0 0 1 1.151-.182 14 14 0 0 1 1.033-.077c.236-.011.473-.001.71.004a11.944 11.944 0 0 1 5.224 1.385A12 12 0 0 1 20.63 3.67a12 12 0 0 1 1.362 1.692 12 12 0 0 1 1.47 3.089q.336 1.083.46 2.21c.068.614.1 1.23.061 1.848m-10.77-3.846c.052.087.129.135.266.136.028-.013.089-.03.14-.063a35 35 0 0 1 2.514-1.495.32.32 0 0 0 .15-.16l.576-1.299c.05-.113.047-.223-.041-.316-.089-.094-.2-.109-.313-.058-.158.069-.317.137-.466.223-.368.212-.693.484-1.005.77-.648.595-1.225 1.256-1.78 1.937a.4.4 0 0 0-.04.057.25.25 0 0 0 0 .268m8.192-2.643q-.069-.013-.14-.015a4.5 4.5 0 0 0-1.063.08c-.682.125-1.334.347-1.972.61-1.028.422-2.007.943-2.963 1.507a37 37 0 0 0-3.139 2.07c-.207.152-.437.082-.487-.157-.02-.096-.058-.187-.09-.28a2.4 2.4 0 0 0-2.38-1.64c-.352.015-.69.1-1.018.222a.46.46 0 0 1-.276.018c-.164-.038-.33-.07-.494-.105l-4.449-.936q-.402-.086-.805-.168c-.036-.007-.083-.04-.116.02.033.054.093.053.142.068l5.565 1.65c.075.022.151.044.22.08.538.275.868.708.978 1.303.022.114.026.233.028.35.006.494-.013.989.016 1.481.055.961.45 1.775 1.137 2.446.572.559 1.157 1.105 1.72 1.672.768.774 1.192 1.717 1.301 2.8a.43.43 0 0 0 .132.277q.942.938 1.88 1.878.033.034.069.065a.25.25 0 0 0 .276.034.26.26 0 0 0 .158-.241q0-.035-.006-.07a12 12 0 0 0-.386-1.946 6 6 0 0 0-1.347-2.45c-.302-.329-.628-.635-.943-.952q-.065-.06-.125-.124c-.115-.124-.114-.265.002-.387q.04-.043.083-.083l8.55-8.545q.048-.044.09-.093a.266.266 0 0 0-.148-.44"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/intercom.svg b/mkdocs-material/material/templates/.icons/simple/intercom.svg new file mode 100644 index 0000000..79490ec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/intercom.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 0H3a3 3 0 0 0-3 3v18a3 3 0 0 0 3 3h18c1.658 0 3-1.342 3-3V3a3 3 0 0 0-3-3m-5.801 4.399c0-.44.36-.8.802-.8.44 0 .8.36.8.8v10.688a.802.802 0 0 1-1.602 0zM11.2 3.994a.8.8 0 0 1 1.6 0v11.602a.8.8 0 0 1-1.6 0zm-4 .405a.801.801 0 0 1 1.601 0v10.688a.801.801 0 0 1-1.601 0zM3.199 6A.801.801 0 0 1 4.8 6v7.195a.8.8 0 0 1-1.601 0zM20.52 18.202c-.123.105-3.086 2.593-8.52 2.593s-8.397-2.486-8.521-2.593a.8.8 0 0 1 1.039-1.218c.047.041 2.693 2.211 7.481 2.211 4.848 0 7.456-2.186 7.479-2.207a.8.8 0 0 1 1.128.086c.289.336.25.84-.086 1.128m.281-5.007a.802.802 0 0 1-1.602 0V6a.802.802 0 0 1 1.602 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/intermarche.svg b/mkdocs-material/material/templates/.icons/simple/intermarche.svg new file mode 100644 index 0000000..8c14532 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/intermarche.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m9.948 13.05.677 1.18h12.782l.15-1.18zm1.961-2.556a3.2 3.2 0 0 0-.694.071 1.7 1.7 0 0 0-.537-.07 2.7 2.7 0 0 0-1.007.168l-.215 1.53.317.552h.384l.254-1.834a.7.7 0 0 1 .2-.03c.17 0 .229.086.23.192l-.234 1.672h.782l.215-1.525a1 1 0 0 0 .008-.093l.03-.214a.7.7 0 0 1 .201-.029c.197 0 .246.115.227.25l-.22 1.608h.778l.215-1.524c.062-.442-.185-.72-.93-.72M8.88 11.88a.73.73 0 0 0 .438-.593l.012-.078h-.004c.062-.442-.185-.72-.93-.72a2.7 2.7 0 0 0-1.007.17v.003L7.1 12.741h.778l.104-.74h.2l1.466 2c.097.13.219.23.375.23h.208l-1.355-2.352zm-.32-.755-.01.084-.025.165a.27.27 0 0 1-.3.247h-.19l.01-.078.09-.638a.6.6 0 0 1 .202-.03c.197 0 .247.114.227.25zm-3.84 1.503c.014-.102-.023-.174-.145-.174h-.09c-.197 0-.247-.114-.228-.25l.165-1.178v-.015l.01-.078h.23c.113 0 .207-.115.231-.289H4.47l.122-.871c-.558.061-.815.32-.871.705l-.066.434-.006.042-.004.03-.14 1.04c-.061.432.17.707.876.72h.322l.016-.114m1.416-2.14a2.7 2.7 0 0 0-1.007.17l-.119.846-.068.509c-.06.43.175.705.877.718h.853l.015-.102c.015-.103-.021-.186-.143-.186H5.92c-.197 0-.246-.114-.227-.25l.025-.186h.244c.714-.01 1.03-.283 1.092-.713l.012-.079h-.004c.06-.44-.187-.719-.931-.719zm.166.642-.011.085-.027.155a.27.27 0 0 1-.3.247h-.191l.01-.078.09-.638a.6.6 0 0 1 .202-.029c.196 0 .245.115.226.25zm16.764-.642a2.7 2.7 0 0 0-1.005.17l-.12.846-.068.509c-.06.43.175.705.876.718h.854l.015-.103c.015-.103-.022-.185-.144-.185h-.625c-.196 0-.246-.114-.226-.25l.025-.186h.244c.713-.01 1.03-.283 1.092-.713l.012-.079h-.004c.061-.44-.186-.719-.93-.719zm.163.642-.01.085-.025.164a.27.27 0 0 1-.3.247h-.191l.01-.077.09-.639a.6.6 0 0 1 .202-.028c.196-.01.246.105.226.24zm-9.025-.632h-.665c-.116 0-.208.115-.233.29h.794c.197 0 .246.121.227.253l-.034.247h-.258c-.703.013-1.017.284-1.078.713l-.012.078h.007c-.06.44.187.719.933.719.342.008.684-.05 1.005-.17l.12-.847.075-.564c.06-.43-.175-.713-.876-.726zm.024 1.245-.09.645a.6.6 0 0 1-.201.03c-.196 0-.245-.115-.227-.25l.01-.085.026-.165a.27.27 0 0 1 .298-.248h.192l-.01.077zm3.16-.456.012-.079h.005c.06-.44-.187-.718-.93-.718a2.7 2.7 0 0 0-1.007.17v.003l-.293 2.08h.778l.104-.74h.198l.437.739h.778l-.513-.862a.73.73 0 0 0 .438-.593zm-.747-.165-.01.085-.039.163a.27.27 0 0 1-.3.247h-.19l.01-.078.09-.638a.6.6 0 0 1 .201-.029c.201.001.25.115.232.25zm2.604 1.33.018-.132a3.3 3.3 0 0 1-.647.073h-.06c-.196 0-.245-.115-.227-.254l.065-.479.018-.136.07-.477a.27.27 0 0 1 .296-.254h.06q.317-.003.624.067l.018-.137c.016-.114.027-.207-.127-.236a3 3 0 0 0-.537-.037c-.744 0-1.07.277-1.13.718l-.117.835c-.06.44.188.719.932.719q.291 0 .58-.048c.085-.02.14-.058.165-.236m1.486-1.946q-.109 0-.21.006l.1-.73c-.558.061-.815.32-.87.706l-.071.507-.247 1.76h.778l.254-1.834a.7.7 0 0 1 .2-.029c.197 0 .246.114.227.25l-.227 1.613h.778l.216-1.524c.062-.442-.186-.72-.932-.72M.865 11.51l.007-.055.243-1.684h-.78l-.27 1.843v.007l-.056.424c-.054.385.128.646.67.706l.18-1.239m22.771-1.53h-1.07l-.042.29h.878c.115 0 .208-.116.233-.29M2.274 12.741l.227-1.613c.019-.135-.03-.25-.227-.25a.6.6 0 0 0-.2.03l-.254 1.833h-.78l.293-2.079a2.7 2.7 0 0 1 1.006-.17c.745 0 .992.28.93.72l-.214 1.525h-.778"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/internetarchive.svg b/mkdocs-material/material/templates/.icons/simple/internetarchive.svg new file mode 100644 index 0000000..3498d9a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/internetarchive.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.667 22.884V24H1.333v-1.116zm-.842-1.675v1.396H2.175v-1.396zM4.233 6.14l.234.118.118 1.882.117 3.058v2.941l-.117 3.666-.02 2.47-.332.098H3.062l-.352-.098-.136-2.47-.118-3.646v-2.941l.118-3.078.107-1.892.244-.107zm16.842 0 .235.118.117 1.882.117 3.058v2.941l-.117 3.666-.02 2.47-.332.098h-1.171l-.352-.098-.137-2.47-.117-3.646v-2.941l.117-3.078.108-1.892.244-.107zm-11.79 0 .235.118.117 1.882.117 3.058v2.941l-.117 3.666-.02 2.47-.331.098H8.114l-.352-.098-.136-2.47-.117-3.646v-2.941l.117-3.078.107-1.892.244-.107zm6.457 0 .234.118.117 1.882.118 3.058v2.941l-.118 3.666-.019 2.47-.332.098H14.57l-.351-.098-.137-2.47-.117-3.646v-2.941l.117-3.078.108-1.892.244-.107zm6.083-2.511V5.58H2.175V3.628zM11.798 0l10.307 2.347-.413.723H1.951l-.618-.587Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/internetcomputer.svg b/mkdocs-material/material/templates/.icons/simple/internetcomputer.svg new file mode 100644 index 0000000..dd26bfb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/internetcomputer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.264 6.24c-2.52 0-5.376 3.024-6.264 3.984-.72-.792-3.696-3.984-6.264-3.984C2.568 6.24 0 8.832 0 12s2.568 5.76 5.736 5.76c2.52 0 5.376-3.024 6.264-3.984.72.792 3.696 3.984 6.264 3.984C21.432 17.76 24 15.168 24 12s-2.568-5.76-5.736-5.76M5.736 15.384A3.38 3.38 0 0 1 2.352 12a3.395 3.395 0 0 1 3.384-3.384c1.176 0 3.24 1.8 4.68 3.384-.408.456-3.144 3.384-4.68 3.384m12.528 0c-1.176 0-3.24-1.8-4.68-3.384.408-.456 3.168-3.384 4.68-3.384A3.38 3.38 0 0 1 21.648 12c-.024 1.872-1.536 3.384-3.384 3.384"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/intigriti.svg b/mkdocs-material/material/templates/.icons/simple/intigriti.svg new file mode 100644 index 0000000..8293c9b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/intigriti.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.913 6.036c-1.105.574-3.763 1.924-5.9 3.009-3.773 1.913-7.026 3.593-7.111 3.667-.032.022.01.404.085.861.574 3.413 2.147 6.453 4.316 8.356l.69.616.692-.595c1.839-1.616 3.327-4.22 4.05-7.058.149-.564.276-1.308.287-1.648l.021-.617-2.955-1.53-.734.371c-.393.202-.723.394-.723.426s.67.393 1.489.797l1.488.733-.064.383c-.393 2.169-1.616 4.752-2.923 6.187l-.606.67-.447-.426c-.924-.893-1.934-2.615-2.519-4.305-.33-.946-.723-2.434-.659-2.487.021-.022 3.04-1.542 6.708-3.391l6.654-3.37.213.35c.67 1.085.723 2.541.138 3.732-.648 1.318-1.754 1.988-3.37 2.062l-.978.043-.064.319c-.031.18-.063.478-.063.68 0 .319.032.361.382.425.574.107 1.765-.032 2.456-.287 1.68-.627 2.849-1.913 3.37-3.731.446-1.563-.032-3.423-1.265-4.848-.213-.244-.447-.446-.51-.446-.075.01-1.032.478-2.148 1.052m-18.54-.552C.184 6.876-.262 8.62.152 10.235c.468 1.808 1.659 3.136 3.37 3.774.691.255 1.882.393 2.456.287.414-.085.457-.202.319-1.03l-.064-.394-.978-.043c-1.626-.074-2.721-.744-3.38-2.083-.574-1.148-.532-2.541.085-3.615l.265-.457L6.073 8.63l3.858 1.956.713-.35c.393-.203.712-.405.712-.447 0-.064-9.344-4.805-9.482-4.805-.043 0-.266.223-.5.5m6.315-3.615-.265.404.233.064c.691.18 1.69.957 2.105 1.637l.213.34-.595.883c-.596.893-1.212 2.03-1.212 2.232 0 .096.956.638 1.137.638.043 0 .287-.404.532-.883.531-1.041.956-1.658 1.658-2.402l.5-.531.446.478a10.2 10.2 0 0 1 1.69 2.424c.245.467.468.882.49.914.063.074 1.2-.542 1.2-.66 0-.19-.648-1.37-1.222-2.21l-.595-.872.223-.35c.33-.532 1.201-1.277 1.754-1.5.266-.117.478-.255.478-.308 0-.064-.106-.245-.244-.415l-.245-.297-.52.244c-.309.149-.872.585-1.34 1.053l-.808.808-.659-.606-.648-.617-.649.617-.659.616-.755-.765c-.606-.617-1.637-1.329-1.913-1.329-.032 0-.18.18-.33.393z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/intuit.svg b/mkdocs-material/material/templates/.icons/simple/intuit.svg new file mode 100644 index 0000000..93fbbef --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/intuit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.32 12.38c0 1.174.974 2.033 2.211 2.033s2.212-.859 2.212-2.033v-2.7h-1.198v2.56c0 .633-.44 1.06-1.017 1.06s-1.017-.424-1.017-1.06V9.68h-1.198l.008 2.699zm7.624-1.619h1.429v3.563h1.198V10.76H24V9.68h-4.056v1.082zM19.17 9.68h-1.198v4.645h1.198zM7.482 10.761h1.43v3.563h1.197V10.76h1.428V9.68H7.482v1.082zM1.198 9.68H0v4.645h1.198zm5.653 1.94c0-1.174-.974-2.032-2.212-2.032s-2.212.858-2.212 2.032v2.705h1.198v-2.56c0-.633.44-1.06 1.017-1.06s1.018.425 1.018 1.06v2.56h1.197L6.85 11.62z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/invision.svg b/mkdocs-material/material/templates/.icons/simple/invision.svg new file mode 100644 index 0000000..aa9c2e4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/invision.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.265 15.108a4.7 4.7 0 0 0-.124 1.036c0 1.215.658 2.021 2.058 2.021 1.16 0 2.102-.69 2.78-1.803l-.415 1.661h2.304l1.319-5.28c.329-1.338.966-2.032 1.934-2.032.761 0 1.235.473 1.235 1.255a2.5 2.5 0 0 1-.103.742l-.679 2.427a3.6 3.6 0 0 0-.144 1.03c0 1.151.679 1.996 2.099 1.996 1.214 0 2.182-.781 2.716-2.654l-.905-.35c-.453 1.255-.844 1.482-1.152 1.482s-.474-.206-.474-.618a2.7 2.7 0 0 1 .103-.638l.66-2.366a5.2 5.2 0 0 0 .226-1.5c0-1.771-1.07-2.695-2.368-2.695-1.214 0-2.449 1.096-3.066 2.249L13.721 9h-3.518l-.495 1.824h1.648l-1.014 4.055c-.797 1.77-2.26 1.799-2.443 1.758-.302-.068-.494-.183-.494-.576a3.9 3.9 0 0 1 .144-.942l1.544-6.124H5.184l-.493 1.824h1.625zm2.902-7.385a1.38 1.38 0 1 0-1.4-1.38 1.384 1.384 0 0 0 1.4 1.38M0 0h24v24H0Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/invoiceninja.svg b/mkdocs-material/material/templates/.icons/simple/invoiceninja.svg new file mode 100644 index 0000000..924c542 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/invoiceninja.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.247 10.326a1.164 1.164 0 1 1-2.328 0 1.164 1.164 0 0 1 2.328 0m-6.288 0a1.164 1.164 0 1 1-2.329 0 1.164 1.164 0 0 1 2.329 0m-.14 13.52c-4.712-.98-8.227-4.257-9.482-8.842-.421-1.537-.421-4.49 0-6.027C1.506 4.709 4.73 1.485 8.997.316c1.538-.421 4.49-.421 6.028 0 4.267 1.169 7.492 4.393 8.66 8.66.24.874.294 1.43.294 3.014s-.054 2.14-.293 3.014c-1.17 4.271-4.439 7.536-8.661 8.65-1.391.367-3.916.46-5.206.192m6.64-9.315c-3.047-1.348-4.054-1.737-4.5-1.737s-1.433.38-4.38 1.684c-2.091.926-3.828 1.76-3.86 1.79h16.663zm-9.873-.361c1.621-.729 3.06-1.387 3.196-1.464.258-.145.337-.09-5.285-3.682-.56-.358-1.023-.698-1.025-.65v7.19a790 790 0 0 0 3.114-1.394m14.078-2.194V8.417c0-.11-1.676.993-3.496 2.12-3 1.854-3.281 2.06-3.004 2.185 1.345.611 6.42 2.862 6.5 2.872zm-8.169.11c.545.125.643.104 1.226-.263.349-.22.655-.419.681-.442s-.05-.181-.167-.35-.215-.5-.215-.739V9.86l-.569.21c-.726.267-2.28.27-3 .005l-.556-.205.013.452c.007.26-.088.563-.225.715-.232.256-.22.276.45.726.64.432.725.455 1.23.327a2.35 2.35 0 0 1 1.132-.002zm-4.23-2.65c-.105-.113-2.97-.954-3.033-.891-.03.03.504.414 1.186.854l1.24.8.34-.344c.186-.188.307-.377.268-.42zm9.76-.373c.473-.306.8-.555.728-.555-.155 0-2.877.804-3.027.894-.057.034.033.229.2.433l.304.37.47-.293c.257-.162.854-.544 1.326-.85zm-1.636-.555c2.11-.59 3.867-1.102 3.904-1.139H3.59c.187.187 7.779 2.195 8.323 2.202.41.005 2.014-.376 4.476-1.063"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/iobroker.svg b/mkdocs-material/material/templates/.icons/simple/iobroker.svg new file mode 100644 index 0000000..6cb19a8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/iobroker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0c-.61 0-1.201.044-1.787.133v3.285a8.9 8.9 0 0 1 3.574.004V.139A12 12 0 0 0 12 0M9.38.295C4.084 1.5.13 6.283.13 12 .129 18.628 5.44 24 12 24s11.871-5.372 11.871-12c0-5.717-3.953-10.499-9.246-11.705v3.34c3.575 1.113 6.18 4.44 6.18 8.365 0 4.83-3.949 8.76-8.8 8.76-4.85 0-8.804-3.93-8.804-8.76 0-3.924 2.605-7.247 6.18-8.365zM12 4.137q-.925.001-1.783.2V19.53a8 8 0 0 0 1.783.2q.924-.001 1.787-.2V4.343A7.7 7.7 0 0 0 12 4.137"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ionic.svg b/mkdocs-material/material/templates/.icons/simple/ionic.svg new file mode 100644 index 0000000..1de3d59 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ionic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22.922 7.027-.103-.23-.169.188c-.408.464-.928.82-1.505 1.036l-.159.061.066.155a9.7 9.7 0 0 1 .75 3.759c0 5.405-4.397 9.806-9.806 9.806S2.194 17.405 2.194 12 6.596 2.194 12 2.194c1.467 0 2.883.319 4.2.947l.155.075.066-.155a3.77 3.77 0 0 1 1.106-1.453l.197-.159-.225-.117A11.9 11.9 0 0 0 12.001.001c-6.619 0-12 5.381-12 12s5.381 12 12 12 12-5.381 12-12c0-1.73-.361-3.403-1.078-4.973zM12 6.53A5.476 5.476 0 0 0 6.53 12 5.476 5.476 0 0 0 12 17.47 5.476 5.476 0 0 0 17.47 12 5.48 5.48 0 0 0 12 6.53m10.345-2.007a2.494 2.494 0 1 1-4.988 0 2.494 2.494 0 0 1 4.988 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ionos.svg b/mkdocs-material/material/templates/.icons/simple/ionos.svg new file mode 100644 index 0000000..dd22d94 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ionos.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.182 15.499a1.8 1.8 0 0 1-.354-.036 1.83 1.83 0 0 1-1.208-.863l-.007-.012a.543.543 0 0 1 .2-.716.5.5 0 0 1 .27-.074.53.53 0 0 1 .462.272l.018.03.057.076.075.077a.74.74 0 0 0 .346.167.76.76 0 0 0 .595-.136.72.72 0 0 0 .3-.54.74.74 0 0 0-.208-.577s-1.6-1.661-1.671-1.738a2 2 0 0 1-.193-.23c-.226-.32-.296-.696-.261-1.07a1.7 1.7 0 0 1 .225-.74s.073-.123.095-.155c.084-.123.251-.283.366-.372a2 2 0 0 1 .306-.185 1.75 1.75 0 0 1 2.282.705.52.52 0 0 1 .055.402.53.53 0 0 1-.253.326.5.5 0 0 1-.259.07.53.53 0 0 1-.46-.27.7.7 0 0 0-.466-.33.72.72 0 0 0-.564.128.69.69 0 0 0-.267.498.7.7 0 0 0 .19.54l1.636 1.686a1.83 1.83 0 0 1 .507 1.393c-.047.524-.307 1-.715 1.305a1.84 1.84 0 0 1-1.099.369m-5.175 0a1.76 1.76 0 0 0 1.759-1.76v-3.478a1.759 1.759 0 0 0-3.518 0v3.478a1.76 1.76 0 0 0 1.759 1.76m0-5.935c.378 0 .697.32.697.697v3.478a.7.7 0 0 1-.697.697.69.69 0 0 1-.697-.697v-3.478a.7.7 0 0 1 .697-.697m-7.898.323v5.08a.53.53 0 0 0 1.061 0V12.09Zm2.88 2.025v-2.88a.531.531 0 0 1 1.062 0v5.084zm1.053 2.94v.114a.533.533 0 0 1-1.007.24l-2.92-6.052v-.121a.53.53 0 0 1 .303-.477.525.525 0 0 1 .709.247Zm-7.907.646a1.76 1.76 0 0 0 1.759-1.759v-3.478a1.759 1.759 0 0 0-3.518 0v3.478a1.76 1.76 0 0 0 1.76 1.76m0-5.935a.707.707 0 0 1 .696.697v3.478a.697.697 0 1 1-1.394 0v-3.478a.7.7 0 0 1 .697-.697M0 14.911a.58.58 0 1 0 1.158 0v-5.83A.58.58 0 0 0 0 9.08z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ios.svg b/mkdocs-material/material/templates/.icons/simple/ios.svg new file mode 100644 index 0000000..d5ce7ec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ios.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.1 6.05c-.614 0-1.1.48-1.1 1.08a1.08 1.08 0 0 0 1.1 1.08c.62 0 1.11-.48 1.11-1.08S1.72 6.05 1.1 6.05m7.61.02c-3.36 0-5.46 2.29-5.46 5.93 0 3.67 2.1 5.95 5.46 5.95 3.34 0 5.45-2.28 5.45-5.95 0-3.64-2.11-5.93-5.45-5.93m10.84 0c-2.5 0-4.28 1.38-4.28 3.43 0 1.63 1.01 2.65 3.13 3.14l1.49.36c1.45.33 2.04.81 2.04 1.64 0 .96-.97 1.64-2.35 1.64-1.41 0-2.47-.69-2.58-1.75h-2c.08 2.12 1.82 3.42 4.46 3.42 2.79 0 4.54-1.37 4.54-3.55 0-1.71-1-2.68-3.32-3.21l-1.33-.3c-1.41-.34-1.99-.79-1.99-1.55 0-.96.88-1.6 2.18-1.6 1.31 0 2.21.65 2.31 1.72h1.96c-.05-2.02-1.72-3.39-4.26-3.39M8.71 7.82c2.04 0 3.35 1.63 3.35 4.18 0 2.57-1.31 4.2-3.35 4.2-2.06 0-3.36-1.63-3.36-4.2 0-2.55 1.3-4.18 3.36-4.18M.111 9.31v8.45H2.1V9.31z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/iota.svg b/mkdocs-material/material/templates/.icons/simple/iota.svg new file mode 100644 index 0000000..edb6809 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/iota.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.446 18.824a.74.74 0 1 0-.742-.74.74.74 0 0 0 .742.74m9.186 2.217a1.158 1.158 0 1 0-1.16-1.157 1.16 1.16 0 0 0 1.16 1.157m-4.395.392a.986.986 0 1 0-.988-.984.987.987 0 0 0 .988.985m2.494 2.07a1.158 1.158 0 1 0-1.16-1.157 1.16 1.16 0 0 0 1.16 1.158m-4.545-.394a.986.986 0 1 0-.987-.985.987.987 0 0 0 .987.985m-1.703-2.168a.863.863 0 1 0-.865-.86.863.863 0 0 0 .865.86m2.049-1.674a.863.863 0 1 0-.863-.866.864.864 0 0 0 .863.866m3.631-.296a.986.986 0 1 0-.988-.985.987.987 0 0 0 .988.985m-1.729-2.143a.863.863 0 1 0-.863-.863.864.864 0 0 0 .863.863m-2.939.32a.74.74 0 1 0-.741-.74.74.74 0 0 0 .741.74m-2.519-.32a.616.616 0 1 0-.618-.616.617.617 0 0 0 .618.616m-.025-1.7a.542.542 0 1 0-.543-.542.543.543 0 0 0 .543.542m2.1.024a.616.616 0 1 0-.617-.616.617.617 0 0 0 .617.616m2.37-.467a.74.74 0 1 0-.74-.74.74.74 0 0 0 .74.74m-.469-1.97a.616.616 0 1 0-.617-.617.617.617 0 0 0 .617.616m-1.95.738a.542.542 0 1 0-.545-.542.543.543 0 0 0 .544.542m-1.779.222a.443.443 0 1 0-.444-.444.445.445 0 0 0 .444.444M8.67 7.123a.863.863 0 1 0-.865-.862.863.863 0 0 0 .865.862m2.246-.025a.74.74 0 1 0-.74-.739.74.74 0 0 0 .74.739m-.42-2.61a.74.74 0 1 0-.74-.74.74.74 0 0 0 .74.74M8.25 4.487a.863.863 0 1 0-.865-.862.863.863 0 0 0 .865.862m-2.618.591a.986.986 0 1 0-.99-.985.986.986 0 0 0 .99.985M6.05 7.69a.986.986 0 1 0-.988-.986.987.987 0 0 0 .988.986M3.186 9.093a1.158 1.158 0 1 0-1.16-1.158 1.16 1.16 0 0 0 1.16 1.158M1.383 14.34A1.38 1.38 0 1 0 0 12.96a1.38 1.38 0 0 0 1.383 1.38m2.963-2.365a1.158 1.158 0 1 0-1.16-1.158 1.16 1.16 0 0 0 1.16 1.158m2.866-1.403a.986.986 0 1 0-.989-.986.987.987 0 0 0 .989.986m2.617-.592a.863.863 0 1 0-.868-.86.863.863 0 0 0 .868.86m2.247 0a.74.74 0 1 0-.74-.739.74.74 0 0 0 .74.74m.692-2.488a.616.616 0 1 0-.618-.615.617.617 0 0 0 .618.615m-.42-2.613a.616.616 0 1 0-.618-.616.617.617 0 0 0 .619.616m7.162 11.48a.616.616 0 1 0-.618-.615.616.616 0 0 0 .618.615m-5.755-10.76a.543.543 0 1 0-.543-.542.54.54 0 0 0 .543.542m1.038.834a.443.443 0 1 0-.445-.443.444.444 0 0 0 .445.443M14.2 8.207a.543.543 0 1 0-.543-.542.543.543 0 0 0 .543.542m-.271 2.167a.616.616 0 1 0-.618-.616.617.617 0 0 0 .618.616m.024 4.631a.616.616 0 1 0-.617-.616.617.617 0 0 0 .617.616m1.68 1.182a.542.542 0 1 0-.544-.542.543.543 0 0 0 .543.542m1.16 1.281a.443.443 0 1 0-.445-.443.444.444 0 0 0 .444.443m1.308-.347a.542.542 0 1 0-.543-.542.54.54 0 0 0 .543.542m-1.058-1.697a.616.616 0 1 0-.618-.615.616.616 0 0 0 .618.615m-1.708-1.65a.74.74 0 1 0-.74-.74.74.74 0 0 0 .74.74m5.557 1.38a.74.74 0 1 0-.74-.74.74.74 0 0 0 .74.74m-2.494-.937a.74.74 0 1 0-.74-.739.74.74 0 0 0 .74.74m3.729-.838a.863.863 0 1 0-.864-.861.863.863 0 0 0 .864.861M16.546 12a.863.863 0 1 0-.863-.862.864.864 0 0 0 .863.862m3.087.419a.863.863 0 1 0-.864-.862.863.863 0 0 0 .864.861m3.383-1.404a.986.986 0 1 0-.987-.986.987.987 0 0 0 .987.986m-2.47-.961a.986.986 0 1 0-.988-.985.987.987 0 0 0 .989.985m-3.086-.418a.986.986 0 1 0-.988-.986.987.987 0 0 0 .988.986m3.482-2.489a1.158 1.158 0 1 0-1.16-1.158 1.16 1.16 0 0 0 1.16 1.158m-3.087-.443a1.158 1.158 0 1 0-1.161-1.158 1.16 1.16 0 0 0 1.16 1.158m1.16 16.035a1.38 1.38 0 1 0-1.383-1.377 1.38 1.38 0 0 0 1.383 1.377M17.46 3.255a1.38 1.38 0 1 0-1.384-1.38 1.38 1.38 0 0 0 1.384 1.38"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ipfs.svg b/mkdocs-material/material/templates/.icons/simple/ipfs.svg new file mode 100644 index 0000000..8d43c65 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ipfs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0 1.608 6v12L12 24l10.392-6V6zm-1.073 1.445za1.8 1.8 0 0 0 2.138 0l7.534 4.35a1.8 1.8 0 0 0 0 .403l-7.535 4.35a1.8 1.8 0 0 0-2.137 0l-7.536-4.35a1.8 1.8 0 0 0 0-.402zM21.324 7.4q.164.12.349.201v8.7a1.8 1.8 0 0 0-1.069 1.852l-7.535 4.35a1.8 1.8 0 0 0-.349-.2l-.009-8.653a1.8 1.8 0 0 0 1.07-1.851zm-18.648.048 7.535 4.35a1.8 1.8 0 0 0 1.069 1.852v8.7q-.186.081-.349.202l-7.535-4.35a1.8 1.8 0 0 0-1.069-1.852v-8.7a2 2 0 0 0 .35-.202z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/iris.svg b/mkdocs-material/material/templates/.icons/simple/iris.svg new file mode 100644 index 0000000..38587d8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/iris.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.691 11.281c-1.26-.322-1.573-.479-1.573-.957v-.021c0-.354.323-.635.937-.635.578 0 1.174.239 1.779.639l.074.05c.026.01.055.002.074-.018l.775-1.121a.06.06 0 0 0-.009-.068q-.033-.024-.068-.05l-.007-.005c-.716-.541-1.584-.843-2.592-.843-1.492 0-2.552.874-2.552 2.196v.021c0 1.448.949 1.854 2.416 2.228 1.22.313 1.468.521 1.468.927v.021c0 .427-.396.687-1.052.687-.797 0-1.461-.315-2.092-.817l-.043-.035a.064.064 0 0 0-.075.012l-.881 1.049a.07.07 0 0 0 0 .073l.068.059a4.64 4.64 0 0 0 2.986 1.075c1.572 0 2.676-.813 2.676-2.259v-.018c.005-1.273-.828-1.805-2.309-2.19M5.765 8.42a.07.07 0 0 1 .068-.065h1.475a.07.07 0 0 1 .064.068v7.157a.064.064 0 0 1-.064.064H5.829a.07.07 0 0 1-.067-.064zM0 13.339c0-.035.029-.063.064-.063h1.475a.07.07 0 0 1 .065.063v2.241a.07.07 0 0 1-.065.064H.064A.064.064 0 0 1 0 15.58zM15.836 8.42c0-.035.029-.064.064-.064h1.476c.034 0 .063.029.063.064v7.16a.064.064 0 0 1-.063.064H15.9a.064.064 0 0 1-.064-.064zm-.887 7.172-1.744-2.551c.926-.344 1.559-1.084 1.559-2.259v-.022c0-.688-.218-1.261-.624-1.667-.478-.477-1.193-.737-2.123-.737H8.749a.064.064 0 0 0-.063.064v7.16c0 .035.028.064.063.064h1.476a.064.064 0 0 0 .064-.064v-2.268h1.26l1.559 2.332h1.81c.038 0 .051-.024.031-.052M2.847 10.966a.07.07 0 0 1 .068-.063h1.47a.07.07 0 0 1 .064.063v4.61a.064.064 0 0 1-.064.063H2.909a.07.07 0 0 1-.068-.063zm7.448.93.008-2.093h1.578c.782 0 1.26.354 1.26 1.041v.021c0 .614-.447 1.031-1.228 1.031z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/irobot.svg b/mkdocs-material/material/templates/.icons/simple/irobot.svg new file mode 100644 index 0000000..e367e2b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/irobot.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.848 8.166c.75-3.536-1.287-7.264-5.747-7.264h-6.955l-1.152 5.4h5.246c1.076 0 1.748.884 1.517 1.941-.23 1.076-1.267 1.903-2.344 1.903H9.11l7.111 13.143h7.437l-4.806-8.82c1.288-.692 4.21-2.632 4.997-6.303zM1.23 17.505 0 23.31h6.342l2.767-13.145c-3.863.135-6.9 2.71-7.88 7.34zM5.4 6.648a2.985 2.985 0 0 0 2.997-2.98A2.986 2.986 0 0 0 5.4.69a2.986 2.986 0 0 0-2.998 2.98c0 1.633 1.346 2.978 2.998 2.978"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/isc2.svg b/mkdocs-material/material/templates/.icons/simple/isc2.svg new file mode 100644 index 0000000..6bd9f16 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/isc2.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.153 8.677c.876 0 1.592.333 2.196.839.014.012.063.051.077.064.059.049.071.052.142-.022l.068-.072.518-.566c.055-.065.046-.07.006-.112l-.071-.069c-.777-.69-1.776-1.183-2.936-1.183-2.454 0-4.366 1.972-4.366 4.45s1.912 4.438 4.366 4.438c1.16 0 2.161-.523 2.939-1.226.086-.074.118-.101.032-.187l-.528-.577c-.086-.087-.109-.066-.195.008-.604.505-1.372.861-2.248.861-1.763 0-3.194-1.431-3.194-3.317 0-1.898 1.431-3.329 3.194-3.329M4.1 9.824c0-.752.617-1.208 1.443-1.208.716 0 1.246.296 1.814.826.086.086.114.134.2.035l.512-.553c.087-.099.04-.123-.046-.209a3.32 3.32 0 0 0-2.492-1.159c-1.419 0-2.541.924-2.541 2.256 0 2.786 4.292 2.207 4.292 4.142 0 .789-.69 1.406-1.714 1.406-.985 0-1.504-.454-2.047-.971-.086-.087-.105-.107-.179-.033l-.585.553c-.087.074-.078.08-.017.179.561.756 1.607 1.344 2.828 1.344 1.53 0 2.849-1.011 2.849-2.429 0-2.934-4.317-2.28-4.317-4.179M1.147 7.639v7.616a.06.06 0 0 1-.019.044L.044 16.346c-.016.016-.044.004-.044-.019V7.639c0-.014.012-.026.026-.026h1.095c.014 0 .026.012.026.026m20.056-.066c-1.11 0-1.99.49-2.533 1.168a1 1 0 0 0-.057.081c-.04.061-.029.066.027.128.14.156.576.649.576.649q.027.028.051.006l.075-.071c.346-.358.936-.95 1.849-.95 1.024 0 1.64.642 1.64 1.578 0 1.33-.762 1.962-2.459 3.389-.494.415-1.405 1.215-1.633 1.414a.16.16 0 0 0-.052.117v1.194c0 .053.063.082.103.047.468-.411 2.405-2.107 3.034-2.641 1.629-1.384 2.068-2.324 2.068-3.532 0-1.467-1.06-2.577-2.689-2.577m2.734 7.792H21.2a.064.064 0 0 0-.064.064v.81c0 .035.029.063.064.063h2.737a.063.063 0 0 0 .063-.063v-.81a.064.064 0 0 0-.063-.064"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/issuu.svg b/mkdocs-material/material/templates/.icons/simple/issuu.svg new file mode 100644 index 0000000..eb9364a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/issuu.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.996 0A1 1 0 0 0 0 .996V12c0 6.628 5.372 12 12 12s12-5.372 12-12S18.628 0 12 0zm11.17 3.582a8.333 8.333 0 0 1 8.254 8.41 8.333 8.333 0 0 1-8.41 8.252c-4.597-.045-8.296-3.81-8.254-8.41.045-4.6 3.81-8.296 8.41-8.252m-.031 2.27a6.107 6.107 0 0 0-6.155 6.046 6.11 6.11 0 0 0 6.05 6.163 6.1 6.1 0 0 0 6.154-6.047 6.107 6.107 0 0 0-6.041-6.162zm-.02 3.013a3.1 3.1 0 0 1 3.063 3.123 3.09 3.09 0 0 1-3.121 3.06l.002-.001a3.091 3.091 0 0 1 .056-6.182"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/istio.svg b/mkdocs-material/material/templates/.icons/simple/istio.svg new file mode 100644 index 0000000..a5eb8ec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/istio.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 21h16l-10 3zm0-1 6-1V8zm7-1 9 1-9-20z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/itchdotio.svg b/mkdocs-material/material/templates/.icons/simple/itchdotio.svg new file mode 100644 index 0000000..c60558f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/itchdotio.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.13 1.338C2.08 1.96.02 4.328 0 4.95v1.03c0 1.303 1.22 2.45 2.325 2.45 1.33 0 2.436-1.102 2.436-2.41 0 1.308 1.07 2.41 2.4 2.41 1.328 0 2.362-1.102 2.362-2.41 0 1.308 1.137 2.41 2.466 2.41h.024c1.33 0 2.466-1.102 2.466-2.41 0 1.308 1.034 2.41 2.363 2.41 1.33 0 2.4-1.102 2.4-2.41 0 1.308 1.106 2.41 2.435 2.41C22.78 8.43 24 7.282 24 5.98V4.95c-.02-.62-2.082-2.99-3.13-3.612-3.253-.114-5.508-.134-8.87-.133-3.362 0-7.945.053-8.87.133m6.376 6.477a2.7 2.7 0 0 1-.468.602c-.5.49-1.19.795-1.947.795a2.79 2.79 0 0 1-1.95-.795 2.6 2.6 0 0 1-.446-.59 2.8 2.8 0 0 1-.486.59 2.8 2.8 0 0 1-1.95.795.8.8 0 0 1-.264-.052 40 40 0 0 0-.168 2.95v.005l-.006 1.167c.02 2.334-.23 7.564 1.03 8.85 1.952.454 5.545.662 9.15.663 3.605 0 7.198-.21 9.15-.664 1.26-1.284 1.01-6.514 1.03-8.848l-.006-1.167v-.004a40 40 0 0 0-.168-2.95.9.9 0 0 1-.263.052 2.8 2.8 0 0 1-1.95-.795 2.7 2.7 0 0 1-.486-.59c-.127.22-.265.412-.447.59a2.79 2.79 0 0 1-1.95.794c-.76 0-1.446-.303-1.948-.793a2.7 2.7 0 0 1-.468-.602 2.7 2.7 0 0 1-.463.602 2.79 2.79 0 0 1-1.95.794h-.16a2.79 2.79 0 0 1-1.95-.793 2.7 2.7 0 0 1-.464-.602zm-2.004 2.59v.002c.795.002 1.5 0 2.373.953A20 20 0 0 1 12 11.253c.72 0 1.438.035 2.125.107.873-.953 1.578-.95 2.372-.953.376 0 1.876 0 2.92 2.934l1.123 4.028c.832 2.995-.266 3.068-1.636 3.07-2.03-.075-3.156-1.55-3.156-3.025-1.124.184-2.436.276-3.748.277-1.312 0-2.624-.093-3.748-.277 0 1.475-1.125 2.95-3.156 3.026-1.37-.004-2.468-.077-1.636-3.072l1.122-4.027c1.045-2.934 2.545-2.934 2.92-2.934zM12 12.714c-.002.002-2.14 1.964-2.523 2.662l1.4-.056v1.22c0 .056.56.033 1.123.007.562.026 1.124.05 1.124-.008v-1.22l1.4.055C14.138 14.677 12 12.713 12 12.713z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/iterm2.svg b/mkdocs-material/material/templates/.icons/simple/iterm2.svg new file mode 100644 index 0000000..def5143 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/iterm2.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.806 3.845h2.563v5.126H7.806zm-1.531 1.65a2 2 0 0 0-.397-.239 1.1 1.1 0 0 0-.463-.084q-.251 0-.391.102a.33.33 0 0 0-.141.28q0 .138.135.227.134.09.337.17t.439.168q.236.086.439.212.203.125.337.307.135.182.135.457 0 .382-.272.648c-.272.266-.435.289-.761.337v.878h-.478v-.866a2.1 2.1 0 0 1-.615-.158 2 2 0 0 1-.526-.314l.311-.471q.257.173.519.28a1.5 1.5 0 0 0 .574.108q.286 0 .433-.108a.34.34 0 0 0 .146-.286.31.31 0 0 0-.135-.257q-.134-.102-.337-.188a8 8 0 0 0-.436-.173 2.6 2.6 0 0 1-.436-.212 1.2 1.2 0 0 1-.337-.302.7.7 0 0 1-.134-.445q0-.387.262-.633.263-.244.711-.304v-.782h.478v.776q.316.036.54.161t.409.311zM4.11 3.053c-.456.244-.813.601-1.057 1.057s-.373.908-.373 2.154v11.472c0 1.246.129 1.698.373 2.154s.601.813 1.057 1.057.908.373 2.154.373h11.472c1.246 0 1.698-.129 2.154-.373s.813-.601 1.057-1.057.373-.908.373-2.154V6.264c0-1.246-.129-1.698-.373-2.154s-.601-.813-1.057-1.057-.908-.373-2.154-.373H6.264c-1.246 0-1.698.129-2.154.373M6.309.932h11.382c1.87 0 2.548.195 3.231.56.684.366 1.22.902 1.586 1.586.365.683.56 1.361.56 3.231v11.382c0 1.87-.195 2.548-.56 3.231a3.8 3.8 0 0 1-1.586 1.586c-.683.365-1.361.56-3.231.56H6.309c-1.87 0-2.548-.195-3.231-.56a3.8 3.8 0 0 1-1.586-1.586c-.365-.683-.56-1.361-.56-3.231V6.309c0-1.87.195-2.548.56-3.231a3.8 3.8 0 0 1 1.586-1.586c.683-.365 1.361-.56 3.231-.56M2.742.716A4.86 4.86 0 0 0 .716 2.742C.249 3.615 0 4.481 0 6.87v10.26c0 2.389.249 3.255.716 4.128a4.86 4.86 0 0 0 2.026 2.026c.873.467 1.739.716 4.128.716h10.26c2.389 0 3.255-.249 4.128-.716a4.86 4.86 0 0 0 2.026-2.026c.467-.873.716-1.739.716-4.128V6.87c0-2.389-.249-3.255-.716-4.128A4.86 4.86 0 0 0 21.258.716C20.385.249 19.519 0 17.13 0H6.87C4.481 0 3.615.249 2.742.716"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/itunes.svg b/mkdocs-material/material/templates/.icons/simple/itunes.svg new file mode 100644 index 0000000..adee2a9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/itunes.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.977 23.999c-2.483 0-4.898-.777-6.954-2.262a11.93 11.93 0 0 1-4.814-7.806A11.95 11.95 0 0 1 2.3 4.994 11.85 11.85 0 0 1 10.08.159a11.83 11.83 0 0 1 8.896 2.104 11.93 11.93 0 0 1 4.815 7.807 11.96 11.96 0 0 1-2.091 8.937 11.86 11.86 0 0 1-7.78 4.835 12 12 0 0 1-1.943.157m-6.474-2.926a11.02 11.02 0 0 0 8.284 1.96 11.04 11.04 0 0 0 7.246-4.504c3.583-5.003 2.445-12.003-2.538-15.603a11.02 11.02 0 0 0-8.284-1.96A11.05 11.05 0 0 0 2.966 5.47C-.618 10.474.521 17.473 5.503 21.073m10.606-3.552a2.08 2.08 0 0 0 1.458-1.468l.062-.216.008-5.786c.006-4.334 0-5.814-.024-5.895a.54.54 0 0 0-.118-.214.5.5 0 0 0-.276-.073c-.073 0-.325.035-.56.078-1.041.19-7.176 1.411-7.281 1.45a.8.8 0 0 0-.399.354l-.065.128s-.031 9.07-.078 9.172a.7.7 0 0 1-.376.35 9 9 0 0 1-.609.137c-1.231.245-1.688.421-2.075.801-.22.216-.382.51-.453.82-.067.294-.045.736.051 1.005.1.281.262.521.473.71q.29.223.674.324c.563.144 1.618-.016 2.158-.328a2.4 2.4 0 0 0 .667-.629c.06-.089.15-.268.2-.399.176-.456.181-8.581.204-8.683a.44.44 0 0 1 .32-.344c.147-.04 6.055-1.207 6.222-1.23.146-.02.284.027.36.12a.3.3 0 0 1 .109.096c.048.07.051.213.058 2.785.008 2.96.012 2.892-.149 3.079-.117.136-.263.189-.864.31-.914.188-1.226.276-1.576.447-.437.213-.679.446-.867.835a1.6 1.6 0 0 0-.182.754c.001.49.169.871.55 1.245q.052.05.104.097c.192.148.387.238.633.294.37.082 1.124.025 1.641-.126"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/itvx.svg b/mkdocs-material/material/templates/.icons/simple/itvx.svg new file mode 100644 index 0000000..cf57480 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/itvx.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.91 11.018a60 60 0 0 0-.98-.27c-.1 0-.16.05-.2.17-.35 1.2-.9 2.53-1.38 3.36-.16-.3-.45-.83-.73-1.3l-1.04-1.83c-.22-.34-.36-.43-.64-.43-.57 0-1.42.51-1.42 1 0 .16.04.28.21.57.2.32.3.6.3.92 0 .82-.62 1.56-1.8 1.56-.55 0-.99-.16-1.27-.45-.27-.28-.4-.65-.4-1.27v-1.03c.2.08.44.12.73.12h.93c.13 0 .17-.05.17-.16v-1c0-.11-.04-.17-.17-.17H6.56v-1.63c0-.2-.05-.33-.16-.43-.16-.15-.5-.22-.89-.22-.4 0-.72.07-.89.22-.1.1-.16.24-.16.43v4c0 .66-.1 1.02-.34 1.27-.2.22-.53.34-.88.34s-.66-.12-.84-.31c-.2-.2-.29-.48-.29-.9v-2.6c0-.11-.04-.16-.16-.16H.18c-.12 0-.17.05-.17.16v2.35c0 .94.25 1.47.67 1.9.55.54 1.48.79 2.38.79.88 0 1.81-.32 2.36-.82a4 4 0 0 0 2.6.82c1.42 0 2.47-.6 3.08-1.6.27.43.47.74.67 1.02.28.42.54.58 1.12.58.54 0 .87-.13 1.17-.59.78-1.18 1.44-2.59 1.92-3.88.05-.16.1-.28.1-.35 0-.08-.05-.14-.17-.18m-14.85-.92c.66 0 1.07-.46 1.07-1.05 0-.6-.4-1.06-1.07-1.06-.65-.01-1.06.46-1.06 1.05s.4 1.05 1.06 1.05zm22.84 5.1-2.28-3.13c-.05-.07-.05-.14 0-.2l2.1-3.07c.07-.09.11-.15.11-.28 0-.12-.07-.25-.19-.37a.51.51 0 0 0-.39-.17.4.4 0 0 0-.24.1l-2.9 2.22c-.06.05-.13.05-.2 0l-2.89-2.22a.4.4 0 0 0-.25-.1.5.5 0 0 0-.38.17c-.12.12-.2.25-.2.37 0 .13.05.2.11.28l2.11 3.07c.05.06.05.13 0 .2l-2.28 3.13a.42.42 0 0 0-.1.26c0 .14.06.26.18.38.11.11.24.18.38.18.1 0 .17-.04.26-.1l3.06-2.23a.17.17 0 0 1 .2 0l3.07 2.23c.09.06.16.1.26.1.14 0 .27-.07.38-.18.12-.12.18-.24.18-.38 0-.1-.04-.17-.1-.26"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/iveco.svg b/mkdocs-material/material/templates/.icons/simple/iveco.svg new file mode 100644 index 0000000..8530731 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/iveco.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.084 10.059a.084.084 0 0 0-.084.084v3.574c0 .046.038.084.084.084h.912a.083.083 0 0 0 .082-.084v-3.574a.083.083 0 0 0-.082-.084zm1.775 0c-.062 0-.105.058-.076.11l1.895 3.257.011.02c.195.306.577.495 1.002.494s.807-.196.997-.508L7.75 10.17c.028-.046-.007-.111-.076-.111H6.658a.09.09 0 0 0-.074.039l-1.857 2.925c-.017.028-.064.023-.079.006L2.936 10.1a.09.09 0 0 0-.077-.04zm7.598 0c-.73-.001-1.324.488-1.324 1.091v1.557c0 .603.594 1.094 1.324 1.094h3.049a.08.08 0 0 0 .082-.084v-.733a.08.08 0 0 0-.082-.084H9.234c-.017 0-.03-.015-.03-.033V10.99c0-.017.013-.033.03-.033h3.272a.08.08 0 0 0 .082-.082v-.732a.08.08 0 0 0-.082-.084zm5.443 0c-.73-.001-1.324.488-1.324 1.091v1.557c0 .603.594 1.094 1.324 1.094h3.05a.084.084 0 0 0 .083-.084v-.733a.084.084 0 0 0-.084-.084h-3.271a.03.03 0 0 1-.032-.033V10.99c0-.017.014-.033.032-.033h3.271a.08.08 0 0 0 .084-.082v-.732a.084.084 0 0 0-.084-.084zm5.334 0c-.73 0-1.324.49-1.324 1.093v1.555c0 .603.594 1.094 1.324 1.094h2.442c.73 0 1.324-.49 1.324-1.094v-1.555c0-.603-.594-1.093-1.324-1.093zm-.226.898h2.879c.015 0 .027.012.027.027v1.889a.027.027 0 0 1-.027.027h-2.88a.027.027 0 0 1-.027-.027v-1.889c0-.015.013-.027.028-.027m-10.215.56a.05.05 0 0 0-.049.051v.73c0 .028.022.052.049.052h2.72a.05.05 0 0 0 .05-.051v-.73a.05.05 0 0 0-.05-.051z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/jabber.svg b/mkdocs-material/material/templates/.icons/simple/jabber.svg new file mode 100644 index 0000000..2de7b7e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/jabber.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.597 11.737c0-.35-.065-.732-.268-1.025-.408-.588-1.283-.775-1.892-.405-.308.188-.48.515-.576.851-.191.668-.104 1.43.03 2.1.043.214.088.428.148.639.021.076.031.186.08.25.087.11.297.141.426.12.387-.065.291-.703.278-.974-.03-.634-.218-1.25-.036-1.881.076-.268.225-.568.494-.684.244-.105.49.023.586.261.156.385.117.83.215 1.23.033.137.07.272.131.399.018.037.043.113.094.108.126-.011.304-.22.398-.298.304-.25.616-.52.965-.705.165-.088.435-.23.603-.08a.6.6 0 0 1 .108.13c.198.31.002.55-.127.845-.166.38-.336.758-.577 1.098-.207.293-.49.549-.655.869-.107.205-.167.43-.123.663.036.188.181.301.373.257.143-.033.24-.156.322-.269.146-.202.281-.412.426-.615.28-.393.61-.76.846-1.183a3.4 3.4 0 0 0 .42-1.664c0-.474-.171-1.198-.723-1.298a1 1 0 0 0-.326.01 1.4 1.4 0 0 0-.374.12 2.7 2.7 0 0 0-.818.637c-.146.16-.276.363-.449.495M9.078.016c-.435.058-.878.052-1.315.12-.838.129-1.64.389-2.425.703q-.43.172-.845.376c-.103.05-.26.09-.343.17-.043.041-.039.139-.044.195-.014.156-.034.313-.05.47-.058.605-.1 1.229-.013 1.834.028.195.09.55.33.587.369.058.656-.397.837-.648.424-.586.905-1.132 1.6-1.394.817-.308 1.753-.381 2.618-.44 2.426-.167 5.078.277 6.865 2.064.254.254.495.524.7.82.8 1.159 1.223 2.477 1.427 3.86.096.65.161 1.308.013 1.955-.257 1.122-.932 2.1-1.706 2.931-.53.57-1.128 1.084-1.749 1.552-.347.261-.736.483-1.062.768-.375.329-.688.74-.925 1.179-.639 1.181-.81 2.602-.622 3.92.038.27.073.542.134.809.018.08.022.217.073.282.097.122.36.189.508.196.154.007.256-.11.294-.249.064-.236.026-.498-.012-.736-.076-.487-.147-.977-.125-1.471a3.7 3.7 0 0 1 1.026-2.425c.643-.673 1.512-1.061 2.243-1.625 1.474-1.136 2.794-2.668 3.301-4.492a5.2 5.2 0 0 0 .159-2.015c-.105-.849-.415-1.697-.708-2.497-.892-2.437-2.422-4.755-4.851-5.87-.964-.443-1.973-.645-3.016-.79q-.735-.1-1.472-.132c-.274-.012-.572-.042-.845-.006M5.277 15.796c-.473.068-.61.447-.523.876.112.548.543.965.97 1.295a6.03 6.03 0 0 0 3.884 1.238c.538-.023 1.124-.112 1.617-.34.265-.122.542-.563.181-.751a.6.6 0 0 0-.169-.051c-.157-.026-.333.041-.482.084-.263.075-.526.153-.797.196-.808.13-1.683-.055-2.352-.534-.542-.387-.98-.898-1.393-1.415-.253-.316-.482-.663-.936-.598m-.615 2.678c-.12.016-.259.011-.362.087-.215.158.022.476.135.62.328.417.76.763 1.192 1.068a7.83 7.83 0 0 0 4.03 1.442c.421.03.85 0 1.267-.07.152-.026.342-.037.482-.103.399-.186.284-.939-.072-1.106-.155-.073-.404.023-.567.046-.385.054-.771.06-1.158.05-1.015-.025-2.096-.338-2.98-.831a5.6 5.6 0 0 1-.966-.693c-.181-.16-.368-.42-.603-.502-.11-.037-.284-.023-.398-.008m.241 2.256a.64.64 0 0 0-.413.236c-.078.088-.152.167-.197.278-.246.609.41 1.183.864 1.47.504.32 1.055.558 1.616.758 1.266.45 2.752.739 4.066.336.391-.12.778-.338 1.062-.634.16-.167.27-.419-.024-.526-.174-.063-.385.098-.543.162a4.6 4.6 0 0 1-1.158.312c-.527.064-1.001-.052-1.508-.179a12 12 0 0 1-1.291-.373 4.5 4.5 0 0 1-1.026-.513c-.094-.066-.206-.125-.282-.211-.25-.282-.439-.612-.707-.88-.116-.116-.281-.256-.459-.236"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/jaeger.svg b/mkdocs-material/material/templates/.icons/simple/jaeger.svg new file mode 100644 index 0000000..73886c7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/jaeger.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.816 22.377c0 .073-.128.132-.286.132-.159 0-.287-.06-.287-.131 0-.073.128-.132.286-.132.159 0 .287.059.287.131m-.738.156c0 .075-.126.136-.281.136s-.282-.061-.282-.136.126-.136.282-.136.281.06.281.136m-.743.14c0 .07-.174.127-.388.127s-.388-.057-.388-.126c0-.07.174-.127.388-.127s.388.057.388.127m-1.136.112c0 .089-.158.16-.354.16s-.354-.071-.354-.16c0-.088.158-.16.354-.16s.354.072.354.16m-1.194.04c0 .096-.237.174-.53.174-.291 0-.528-.078-.528-.175s.237-.175.529-.175.529.078.529.175m1.107-.88c.612-.029.772-.121.791-.325 0 0 .122-.15-.291-.233-.413-.082-.995-.082-.893-.413.102-.335 1.155-.393 1.786-.393s1.345-.039 1.253.301c-.088.34-.549.345-.51.573s.418.16.35.52c-.068.359-1.743.49-2.928.592-1.18.102-1.932-.02-1.743-.34.19-.32 1.573-.252 2.185-.282m-9.97 1.076c.007.045-.127.102-.3.127-.172.025-.317.009-.324-.036-.006-.045.128-.102.3-.127.173-.025.318-.01.325.036m.093.226c.007.053-.148.12-.347.148-.199.03-.366.01-.374-.043s.147-.12.346-.149c.2-.029.367-.01.375.044m.164.204c.008.053-.147.12-.346.148-.199.03-.367.01-.374-.043s.147-.12.346-.149.367-.01.374.044m.739.114c.009.064-.15.138-.355.166-.204.028-.377-.001-.386-.065-.008-.064.15-.138.355-.166.204-.028.377.001.386.065m1.18.13c.007.084-.24.17-.55.196s-.566-.023-.572-.106.239-.17.549-.194.567.022.573.105m1.193.002c.018.084-.2.203-.489.265-.288.063-.536.046-.555-.038-.018-.084.2-.203.49-.265.287-.063.536-.046.554.038m1.246-2.033c.355-.078 1.986-.039 2.03.247.053.292-2.67.544-3.287.631-.617.088-.641.263-.641.263 0 .014-.053.155.35.15.563-.01.956.107.723.379s-2.811.199-3.34 0c-.53-.2-.32-.398-.049-.5.272-.097 1.044-.19 1.937-.36.894-.17 1.928-.728 2.277-.81m6.792-9.734a.646.646 0 1 1-1.291 0 .646.646 0 0 1 1.29 0m-6.233 1.51a.646.646 0 1 1-1.292 0 .646.646 0 0 1 1.291 0m-2.991 6.583c-.354 0-.602-.14-.757-.418a1.3 1.3 0 0 1-.131-.373c-.063-.335-.044-.729.029-1.098.082-.412.228-.796.383-1.039.141-.223.272-.368.389-.465a51 51 0 0 0 .52 1.32c.237.587.455 1.107.616 1.476-.01.02-.025.034-.04.053-.232.31-.557.544-1.009.544m15.016-2.194a.2.2 0 0 0 .019.072c.053.292.233 1.078.354 1.53-1.864.208-4.505.34-7.432.34-2.476 0-4.748-.093-6.515-.248a87 87 0 0 1-.675-1.607c-.597-1.456-1.33-3.393-1.558-4.578-.21-1.092-.462-2.418.116-3.612l-.33-.029c-1.369-.146-1.553-.413-1.626-.524a.38.38 0 0 1-.04-.374c.122-.306.535-.583 1.015-.81a5 5 0 0 0 .136.28c-.437.21-.776.433-.859.646-.02.044-.01.063.005.088.068.097.461.398 2.685.47a.63.63 0 0 1-.5-.504.63.63 0 0 1 .058-.393 6 6 0 0 0-.602.364S1.936 6.765 3.12 6.046a.76.76 0 0 1 .398-.121c.99 0 1.723 2.16 1.723 2.16s-.145.054-.359.15c.262.025.782.146 1.83.569 1.068.432 1.496.46 1.612.46A.63.63 0 0 1 9 9.344l.034.034a23 23 0 0 0 .456-.04q.072-.008.195-.038a.63.63 0 0 1 .286-.583.62.62 0 0 1 .733.044.4.4 0 0 0 .087-.034c.272-.136 1.233-1.16 1.957-2.034a.62.62 0 0 1 .612-.214c.194-.655.97-2.976 2.155-2.976 1.379 0 .578 2.729.442 2.923 0 0-.32-.024-.758-.024-.485 0-1.116.029-1.63.165l.053.039a.624.624 0 0 1 .082.878c-.116.136-.267.32-.442.52.36-.146.733-.306 1.107-.466a49 49 0 0 0 1.724-.792h.01l.004-.01c.442-.213.84-.417 1.175-.606 1.17-.656 1.316-.942 1.33-1.015.01-.048 0-.063-.005-.068-.01-.02-.092-.097-.46-.097-.404 0-.967.092-1.554.219a4 4 0 0 0 .029-.326c.573-.116 1.121-.204 1.529-.204.369 0 .592.068.709.214a.37.37 0 0 1 .068.335c-.044.19-.243.52-1.48 1.214a9 9 0 0 1-.375.204c-.092.053-.194.102-.296.155.558.47.976 1.175 1.238 2.194.53 2.04.937 4.428 1.219 6.321-.462.058-.743.277-.801.631-.063.384.136.592.344.816.224.238.48.505.563 1.107M14.5 5.498c0 .024.004.02.004.02l.063-.117c.044-.073.102-.175.17-.296.073-.122.156-.258.258-.38.048-.057.106-.116.165-.16a.44.44 0 0 1 .184-.082c.02 0 .034-.005.049-.005.014.005.034 0 .048.005.015.005.034.005.049.01l.039.01.01.004c0 .005.004.005.004.01.01.015.015.044.02.078 0 .068-.005.15-.02.223-.01.073-.029.146-.044.214-.033.136-.063.247-.082.33-.024.082-.034.13-.034.13s.034-.033.087-.101c.054-.063.122-.165.195-.291.034-.063.072-.136.102-.219s.058-.175.068-.281a.4.4 0 0 0-.02-.185c-.005-.02-.014-.034-.024-.053l-.015-.025-.02-.024a.4.4 0 0 0-.101-.077l-.01-.005h-.005l-.014-.005h-.005l-.02-.01-.043-.015c-.024-.01-.058-.014-.088-.019s-.063-.005-.092-.005c-.029.005-.063.005-.092.01a.7.7 0 0 0-.32.155c-.088.073-.151.156-.204.238-.102.165-.16.33-.2.471a2 2 0 0 0-.058.35q-.006.058-.005.097m-4.287 3.578a.187.187 0 0 0-.063.252c.014.02.092.131.257.194a.7.7 0 0 0 .252.044c.146 0 .306-.039.471-.112.36-.16 1.238-1.048 2.243-2.257a.184.184 0 0 0-.14-.301.18.18 0 0 0-.141.068c-.433.52-1.656 1.922-2.093 2.146l-.02.01q-.078.03-.15.053l-.223.063-.18-.146a.17.17 0 0 0-.116-.043.2.2 0 0 0-.097.029M9.17 14.304c.058.335.587.524 1.185.427.597-.097 1.038-.451.98-.786s-.587-.525-1.184-.427c-.597.102-1.034.456-.981.786M4.417 7.949l.073.093s-.005-.015-.005-.035c-.005-.019-.005-.048-.014-.087a2 2 0 0 0-.078-.31 2.4 2.4 0 0 0-.175-.418 2 2 0 0 0-.14-.223 1 1 0 0 0-.205-.214c-.048-.03-.097-.063-.165-.083-.014-.004-.034-.004-.053-.01h-.073c-.01 0-.029.006-.034.006l-.029.01-.02.004-.004.005-.01.005a.34.34 0 0 0-.16.136.45.45 0 0 0-.054.175c-.01.106.015.194.035.272.024.077.053.15.082.208a1.5 1.5 0 0 0 .17.272q.036.045.058.068l.024.024-.024-.116c-.014-.073-.039-.18-.058-.301a2 2 0 0 1-.024-.194.6.6 0 0 1 .01-.19.1.1 0 0 1 .024-.053c.01-.005.014-.01.029-.015h.01l.014-.005c.005 0 0 .005 0 .005h.005a.2.2 0 0 1 .063.034c.049.04.102.093.15.15.054.064.102.122.146.185.087.126.175.248.248.35a5 5 0 0 0 .184.252m.355 1.078.034.005c.13.015.553.092 1.592.51.854.344 1.5.52 1.913.52.31 0 .393-.098.422-.132.044-.053.049-.107.044-.136a.19.19 0 0 0-.185-.17.16.16 0 0 0-.082.02l-.088.043h-.116c-.248 0-.762-.082-1.767-.49-1.204-.485-1.646-.539-1.777-.539-.03 0-.039 0-.058.005a.2.2 0 0 0-.117.078.182.182 0 0 0 .15.286zm.043 3.695a2.039 2.039 0 1 0 4.078 0 2.039 2.039 0 0 0-4.078 0m5.525 3.364c-.267.102-.5.247-.704.374.049.218.199.708.631.582.354-.107.15-.733.073-.956m.621.781c.117.044.578.083.534-.475-.014-.195-.029-.33-.038-.423q-.065-.006-.122-.005c-.136 0-.262-.004-.369-.004-.111 0-.17.004-.194.01l-.155.028c.038.253.145.797.344.87m1.787-1.378c.432-.195.432-.525.408-.695-.03-.18-.297-.558-1.38-.568 0 0-.334.782-1.242.928-.908.15-1.296-.025-1.451-.219 0 0-.874.257-.947.81-.073.554.66.749 1.01.554s.873-.616 1.573-.708c.373-.049 1.597.092 2.029-.102m2.47-4.234a2.039 2.039 0 1 0-4.077 0 2.039 2.039 0 0 0 4.078 0M3.117 18.198a3.3 3.3 0 0 0-.024.956c-.66-.14-1.034-.306-1.034-.476s.383-.335 1.058-.48m18.487.038c.573.136.888.287.883.442 0 .248-.767.476-2.063.656.233-.063.495-.233.796-.515a1.5 1.5 0 0 0 .35-.5 1 1 0 0 0 .034-.083m-.35-.072a1.05 1.05 0 0 1-.276.388c-.389.369-.622.447-.753.447-.257 0-.447-.36-.558-1.064-.005-.048-.015-.097-.02-.145-.092-.7-.412-1.04-.645-1.282-.204-.213-.301-.33-.262-.548.053-.316.436-.384.747-.384.146 0 .257.015.257.015h.02c.573.01 1.17.529 1.451 1.252.156.398.219.903.04 1.32M4.71 6.362a2 2 0 0 0-.326-.36c-.01-.398-.01-.757.01-.898.039-.262.69-1.024 1.296-1.607.51-.49 1.486-1.335 2.301-1.5q.189-.037.442-.038c1.554 0 4.7 1.165 4.855 1.32l.01.01c.038-.379.077-.908.01-1.059 0 0 .295.093.349.277 0 0 .733-.738.66-1.655 0 0 .165 0 .184.296 0 0 .53-1.253.918-1.141s-.126 1.86-.403 2.19c0 0 .442-.107.495-.404 0 0 .054.258-.02.403 0 0 .996-.81.957-1.12 0 0 .131.315.092.552 0 0 .826-.66.826-.937 0 0 .126 1.603-1.471 2.19 0 0 .422-.053.626-.092 0 0-.175.228-.442.553q-.242-.152-.563-.15c-.64 0-1.228.485-1.748 1.442.078-.418-.029-.758-.184-.792q-.009-.006-.024-.005c-.16 0-.389.277-.481.69-.092.437.015.806.175.84.058.014.13-.02.204-.088-.15.36-.267.694-.345.932-3.976 1.792-6.505 1.753-7.656 1.573a7 7 0 0 0-.442-.942c-.058-.097-.116-.194-.174-.281 2.776.747 6.476-.65 7.956-1.296-.077-.219-.087-.5-.02-.806.064-.296.195-.549.355-.719a2 2 0 0 0-.072-.242c-.34-.185-3.156-1.234-4.627-1.234-.146 0-.272.015-.379.034-1.3.267-3.277 2.53-3.35 2.85-.024.155-.014.68.005 1.214"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/jaguar.svg b/mkdocs-material/material/templates/.icons/simple/jaguar.svg new file mode 100644 index 0000000..6b8d797 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/jaguar.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.241 6.609a7 7 0 0 0-.293.01s-1.6.072-2.1.798c0 0-.085.098-.037.203 0 0 .01.03-.01.05 0 0-.27.24-.406.455-.048.078-.102.209 0 .3 0 0 .045.035.063.065.039.064.075.159.123.215.07.084.211.228.41.193.073-.013.09-.04.09-.04.1.099.26.096.26.096-.02-.064-.09-.188-.1-.263a.4.4 0 0 1 .015-.162.7.7 0 0 1 .145-.271c.054-.054.192-.115.303-.038.088.063.194.268.106.56 0 .022-.1.23-.205.26 0 0-.01.004-.03.004-.07 0-.2-.073-.2-.073s0 .018.015.094c.012.043.027.09.04.127 0 0-.025.046-.042.072-.025.045-.046.131.01.17 0 0 .23.157.455.171.154.01.212-.095.212-.095.114-.156.2-.29.32-.399.327-.3.786-.38.786-.38.03-.004.533-.144 1.386.539-.244.02-.534.078-.756.117-.632.113-1.037.71-1.155.952-.307.633.32.851.32.851.01-.006.6-.052.886-.683 0 0 .104-.279.383-.188.182.059 1.79.62 2.152.716 0 0 1.077.28 1.482-.215.649.213 1.257.316 2.85.11.277-.036.495-.027.495-.027.372.027.712.278.815.442.42.671.95 2.003 2.796 1.841l.835-.076c.51-.03.924-.05 1.345.172.183.096.285.131.596.428.425.404.816.842 1.336.603.185-.085.393-.415.393-.415a.6.6 0 0 0-.253-.419c.473.113 1.54.185 1.952-.536.107-.168.118-.318.078-.408-.113-.253-.426-.17-.426-.17-.148.03-.317.2-.568.274-.538.16-.968-.026-.968-.026-.829-.359-3.493-1.884-4.848-2.55 0 0-1.555-.78-3.839-1.684 0 0-4.148-1.823-7.212-1.77zm0 .136c3-.051 7.113 1.739 7.154 1.758v.001q.552.22 1.043.425l-.475-.188a43 43 0 0 0-1.828-.645c-1.544-.533-2.22-.627-2.267-.633a6 6 0 0 0-.256-.038l-.278-.032.154.249c-1.09-.771-2.395-.81-2.459-.812-.263 0-.492.075-.67.16l.089-.165-.216-.01a6 6 0 0 0-.901.018 5 5 0 0 1 .908-.088zm-.319.198q.142 0 .307.008l-.036.067c-.077.146-.385.448-.892.336 0 0 0 .226.555.307 0 0 .497.088 1.341.767 0 0-.403-.802-1.088-1.01 0 0-.086-.018-.044-.072 0 0 .404-.38.967-.38 0 0 1.754.038 2.869 1.204 0 0-.05-.203-.225-.49l-.073-.12s.067.008.25.038c0 0 .67.083 2.243.626 0 0 1.179.388 1.824.643.97.387 3.398 1.327 4.947 2.172.276.15 3.077 1.61 3.077 1.61.775.349 1.312.137 1.312.137.175-.066.492-.31.63-.172.071.071.081.167.047.26-.04.14-.24.328-.483.435-.255.114-.787.144-1.094.094 0 0-.596-.06-1.117-.605-.165-.172-.367-.367-.554-.559a1.04 1.04 0 0 0-.62-.333c-.35-.047-1.205-.07-1.526-.177-.215-.072-.474-.217-.819-.728-.166-.244-.283-.311-.509-.455 0 0 .173.138.271.312.142.252.213.435.29.57s.164.254.295.36c.164.131.266.156.443.185.17.028.742.023 1.232.016.483-.008.699.148.857.282.147.124.4.477.554.632.184.184.32.372.684.556.127.064.334.222.323.374-.164.164-.367.207-.855.076.035.034.29.303.727.176a.56.56 0 0 1-.396.15c-.458-.026-.906-.59-1.158-.798-.19-.158-.213-.197-.537-.422-.493-.341-1.598-.245-1.598-.245l-.812.042c-1.58.12-2.244-1.28-2.419-1.572a2 2 0 0 0-.168-.25c-.08-.108-.512-.668-.949-.852 0 0 .43.37.404.614 0 0-.178-.083-.662-.014-2.081.297-2.79-.224-2.79-.224.097-.417-.194-.845-.194-.845.16.05 1.184.396 2.155.2 0 0-1.581.008-2.69-.877 0 0 .69.865.526 1.431 0 0-.113.603-1.316.36-.129-.025-.28-.068-2.08-.568-.424-.127-.57.075-.647.197 0 .178-.213.386-.318.45-.558-.1-.336-.617-.336-.617-.35.502.017.724.133.74q-.106.049-.19.078s-.457-.271-.202-.715c.355-.62.717-.819 1.38-.88.29-.027.531-.048.715-.022.48.066.782.338 1.502.407-1.528-.45-1.532-1.335-1.537-1.352V8.5c-.085.292-.038.538.037.746-.02-.008-.355-.228-.483-.305-.548-.335-.982-.394-.982-.394-.182-.023-.266-.244-.266-.244-.01-.011-.013-.022-.02-.032-.252-.432-.502-.44-.502-.44a.84.84 0 0 1 .136.372c.01.055.014.157.014.187 0 .462-.54.607-.54.607-.372.473-.353.483-.436.495s-.265-.08-.265-.08c-.014-.008-.018-.029-.016-.042 0-.029.028-.047.028-.047.07-.055.127-.11.127-.11.394-.403.441-.6.393-.861-.1-.524-.474-.463-.474-.463-.182.018-.256.168-.256.168a5 5 0 0 0-.195.392c-.08.176-.164.215-.207.223a.4.4 0 0 1-.065.003c-.127-.005-.223-.121-.223-.121-.01-.006-.01-.013-.016-.018-.116-.124-.032-.287-.032-.287.156-.363.46-.416.5-.421l.182-.026c.385-.065.567-.466.567-.466a3 3 0 0 0-.386.014c-.256.045-.343.346-.343.345-.216.05-.21-.136-.172-.193.034-.052.16-.275.991-.467 0 0 .314-.095.978-.092m-.159.12c-.2 0-.305.112-.305.123 0 .006.027.009.07.01l.07.003a.8.8 0 0 0 .32-.083.4.4 0 0 0 .092-.052l-.245-.002zm.164.363v.004c.03.081.108.11.143.12v-.001c.163.05.309.138.437.241-.39-.218-.613-.261-.628-.264a2 2 0 0 1-.157-.032 1 1 0 0 0 .208-.068zm-1.364.05s-.05.16-.247.194c0 0-.077.018-.108.019l.021-.06c0-.012.051-.138.165-.15 0 0 .066-.004.169-.004zm-.683.233a.2.2 0 0 0 .056.047c-.135.057-.485.432-.485.432.177-.262.408-.458.41-.46 0-.003.01-.006.01-.009s.01-.007.01-.01zm.737.315c.038-.005.217-.012.3.27a.43.43 0 0 0-.14-.185.34.34 0 0 0-.254-.055.2.2 0 0 1 .094-.03m-1.282 7.398v.873c0 .255-.056.426-.18.55-.165.162-.437.228-.84.228H0v.256h1.428c.677 0 1.156-.092 1.405-.347.143-.146.212-.329.212-.63v-.93zm2.688 0L3.37 17.33h.412l.348-.406h2.104l.35.406h.796l-1.656-1.907zm4.086 0c-.483 0-.772.056-1.03.2a.83.83 0 0 0-.432.75c0 .385.175.666.557.82q.341.138.917.137h2.055v-.875h-.707v.62H9.336c-.366 0-.58-.053-.737-.173q-.227-.172-.229-.525c0-.229.075-.4.215-.513.158-.128.365-.186.745-.186h1.774v-.255zm5.656 0v.924c0 .24-.03.393-.122.52-.154.217-.397.295-.896.295h-.06c-.476 0-.741-.078-.895-.294-.091-.128-.122-.273-.122-.521v-.923h-.71v.95c0 .246.027.44.15.603.202.264.574.416 1.6.416h.011c1.032 0 1.402-.152 1.604-.416.124-.163.15-.357.15-.603v-.95zm2.677 0-1.654 1.907h.412l.349-.406h2.103l.35.406h.796l-1.656-1.907zm2.986 0v1.908h.71v-.661h.933l1.064.66H24l-1.117-.673c.266-.009.493-.05.667-.143a.52.52 0 0 0 .267-.472c0-.255-.114-.418-.321-.51-.185-.08-.413-.108-.866-.108zm.71.24h1.399c.266 0 .384.026.465.086.077.058.105.146.105.283v.036c0 .123-.03.223-.12.286s-.214.075-.441.075h-1.408zM5.18 15.7l.84.977H4.342zm12.419 0 .84.977h-1.68z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/jamboard.svg b/mkdocs-material/material/templates/.icons/simple/jamboard.svg new file mode 100644 index 0000000..eb8fba1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/jamboard.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.143 0v7.877h7.783V0zm0 8.155v7.784h7.783V8.155zm-.28.005a7.926 7.923 0 0 0-7.789 7.917A7.926 7.923 0 0 0 12 24a7.926 7.923 0 0 0 7.918-7.78h-8.056Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/jameson.svg b/mkdocs-material/material/templates/.icons/simple/jameson.svg new file mode 100644 index 0000000..199f474 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/jameson.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.35 0a.01.01 0 0 1 .012.007l.014.052a.01.01 0 0 1-.004.01c-.594.406-1.168 1.487-.837 2.726l1.259 4.71 1.82 6.808c.373 1.398.892 2.173 1.611 2.28a.01.01 0 0 1 .008.006l.02.055a.01.01 0 0 1-.003.01c-.373.365-.678 1.27-1.064 2.102q-.065.142-.126.285c-.444 1.036-1.388 3.244-4.223 4.331-3.415 1.308-6.886.483-8.35-1.94-.958-1.58-.729-3.739.827-4.614 1.35-.757 2.806-.26 3.354.86.532 1.085.165 2.242-.274 2.623-.09.08-.002.232.204.37.91.629 1.945.595 2.945.065 1.28-.677 1.735-1.84 1.071-4.323L9.278 3.94C8.947 2.7 7.91 2.05 7.194 1.998a.01.01 0 0 1-.008-.007l-.014-.052a.01.01 0 0 1 .007-.012zm1.142.288c.01-.003.017.008.01.015-.386.438-.643 1.101-.35 2.196L18.2 13.894c.534 1.997 1.44 2.106 1.869 2.233a.02.02 0 0 1 .009.032c-.223.226-.78 1.574-1.043 2.227-.412 1.027-1.157 2.176-1.895 2.764-.009.006-.02-.004-.014-.013.673-1.065 1.271-2.549 1.68-3.579.195-.494.383-.937.552-1.151a1 1 0 0 1 .056-.064c.012-.012.005-.032-.011-.033a1 1 0 0 1-.128-.016c-.35-.073-.71-.352-.97-.715-.265-.37-.491-.882-.666-1.535L14.631 2.8c-.327-1.222.144-2.287.861-2.511ZM8.715 16.25c.608.206 1.14.649 1.504 1.401a3.3 3.3 0 0 1 .165 2.502.02.02 0 0 1-.015.013.85.85 0 0 1-.533-.08.06.06 0 0 1-.029-.071 3.44 3.44 0 0 0-.153-2.638 2.8 2.8 0 0 0-.947-1.11c-.01-.006-.003-.02.008-.017"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/jamstack.svg b/mkdocs-material/material/templates/.icons/simple/jamstack.svg new file mode 100644 index 0000000..6919921 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/jamstack.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.365 0 0 5.364 0 12s5.365 12 12 12 12-5.364 12-12V0zm.496 3.318h8.17v8.17h-8.17zm-9.168 9.178h8.16v8.149c-4.382-.257-7.904-3.767-8.16-8.149m9.168.016h8.152a8.684 8.684 0 0 1-8.152 8.148z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/japanairlines.svg b/mkdocs-material/material/templates/.icons/simple/japanairlines.svg new file mode 100644 index 0000000..3c32694 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/japanairlines.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.138.034A12 12 0 0 0 2.35 4.873a9.35 9.35 0 0 0 1.351 7.82.014.014 0 1 1-.022.018 8.23 8.23 0 0 1-2.08-6.656c0-.015-.012-.019-.019-.007A11.9 11.9 0 0 0 .362 9.065a8.76 8.76 0 0 0 2.421 5.358.015.015 0 0 1-.018.023 7.17 7.17 0 0 1-2.64-4.044c0-.015-.02-.015-.02 0a12 12 0 0 0-.058 2.656A7.2 7.2 0 0 0 2.24 16.21c.016.015 0 .035-.016.027A6.5 6.5 0 0 1 .27 14.457c-.007-.011-.02-.007-.017.006a11.996 11.996 0 0 0 23.48 0c0-.013-.009-.017-.017-.006a6.5 6.5 0 0 1-1.955 1.78c-.018.01-.032-.011-.016-.026a7.2 7.2 0 0 0 2.196-3.153h.013a12 12 0 0 0-.06-2.656c0-.015-.017-.015-.02 0a7.17 7.17 0 0 1-2.64 4.044.015.015 0 0 1-.018-.023 8.76 8.76 0 0 0 2.42-5.358 11.9 11.9 0 0 0-1.218-3.017c-.008-.012-.022-.008-.018.007a8.23 8.23 0 0 1-2.08 6.656.015.015 0 1 1-.023-.017 9.34 9.34 0 0 0 1.353-7.821A12 12 0 0 0 11.138.034m.044.311a7.721 7.721 0 0 1 6.238 13.173l-.001.002c-2.454 2.387-6.118.862-5.745-2.07.286-2.26 3.057-4.51 5.156-5.732a.016.016 0 0 0 0-.027 18 18 0 0 1-1.214-1.296 2.413 2.413 0 0 0-3.855.067l-6.032.56a.019.019 0 0 0 0 .037l6.466.375c1.147.064 1.521 1.105.416 1.943-4.107 3.113-4.84 6.407-3.919 9.018a.017.017 0 0 1-.031.014 5.3 5.3 0 0 1-.814-1.875A7.721 7.721 0 0 1 11.182.345M9.12 17.335h1.635l-.874 2.281a2.195 2.195 0 0 1-2.339 1.262 5.3 5.3 0 0 1-1.138-.112l.28-.728c.748.087 1.39.021 1.641-.633zm3.866 0h1.463l.328 3.43H13.14l-.025-.677h-1.477l-.543.678H9.743l2.74-3.176a.7.7 0 0 1 .503-.254zm3.545 0h1.636l-1.039 2.704h2.079l-.28.727h-3.71zm-3.47.999-.88 1.096h.92z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/jasmine.svg b/mkdocs-material/material/templates/.icons/simple/jasmine.svg new file mode 100644 index 0000000..446e632 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/jasmine.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.591 19.649h.771v-3.786h-.77zm-6.874-5.03-.238-.733 3.6-1.17.238.735-3.6 1.17m4.645-5.762L7.138 5.796l.624-.453 2.224 3.062zm5.315.028-.624-.454 2.225-3.062.624.453zm4.592 5.78-3.6-1.17.238-.734 3.6 1.17zM12 .001C5.383.001 0 5.384 0 11.998 0 18.617 5.383 24 12 24s12-5.382 12-12c0-6.617-5.383-12-12-12zm0 2.43c5.284 0 9.569 4.283 9.569 9.567 0 5.287-4.285 9.573-9.569 9.573-5.286 0-9.57-4.286-9.57-9.573 0-5.284 4.285-9.567 9.57-9.567m1.552 7.96.575 1.768.747.242 4.736-1.538-.86-2.645-4.736 1.539zm.337 2.5-1.504 1.093v.785l2.927 4.03 2.25-1.636-2.927-4.029zm-2.275 1.093-1.504-1.093-.747.243-2.927 4.029 2.25 1.635 2.928-4.029zM9.873 12.16l.574-1.767-.462-.635-4.736-1.54-.86 2.646 4.737 1.54zm1.198-2.22h1.859l.462-.636v-4.98H10.61v4.98z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/javascript.svg b/mkdocs-material/material/templates/.icons/simple/javascript.svg new file mode 100644 index 0000000..d5feaa0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/javascript.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0h24v24H0zm22.034 18.276c-.175-1.095-.888-2.015-3.003-2.873-.736-.345-1.554-.585-1.797-1.14-.091-.33-.105-.51-.046-.705.15-.646.915-.84 1.515-.66.39.12.75.42.976.9 1.034-.676 1.034-.676 1.755-1.125-.27-.42-.404-.601-.586-.78-.63-.705-1.469-1.065-2.834-1.034l-.705.089c-.676.165-1.32.525-1.71 1.005-1.14 1.291-.811 3.541.569 4.471 1.365 1.02 3.361 1.244 3.616 2.205.24 1.17-.87 1.545-1.966 1.41-.811-.18-1.26-.586-1.755-1.336l-1.83 1.051c.21.48.45.689.81 1.109 1.74 1.756 6.09 1.666 6.871-1.004.029-.09.24-.705.074-1.65zm-8.983-7.245h-2.248c0 1.938-.009 3.864-.009 5.805 0 1.232.063 2.363-.138 2.711-.33.689-1.18.601-1.566.48-.396-.196-.597-.466-.83-.855-.063-.105-.11-.196-.127-.196l-1.825 1.125c.305.63.75 1.172 1.324 1.517.855.51 2.004.675 3.207.405.783-.226 1.458-.691 1.811-1.411.51-.93.402-2.07.397-3.346.012-2.054 0-4.109 0-6.179z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/jbl.svg b/mkdocs-material/material/templates/.icons/simple/jbl.svg new file mode 100644 index 0000000..2c20e06 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/jbl.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m0 5.265 2.022 4.589 2.022-4.59zm2.022 7.6c.698 0 1.266-.565 1.266-1.26 0-.699-.568-1.262-1.266-1.262a1.262 1.262 0 1 0 0 2.523M.928 16.228c0 .957.862 2.509 3.315 2.509s3.315-1.188 3.315-2.51V5.266H5.369l.001 11.342c0 .62-.503 1.14-1.126 1.14a1.127 1.127 0 0 1-1.128-1.124l-.001-2.311H.928zm8.289 2.311V5.265h4.374c.845 0 2.187.693 2.187 2.162v2.261c0 .662-.58 1.833-1.44 1.833.86 0 1.44.742 1.44 1.305v3.979c0 .676-.546 1.733-2.187 1.733zm3.38-7.559c.796 0 .995-.134.995-2.214s-.2-2.246-.995-2.246h-1.195v4.457zm.995 3.811c0-2.081 0-2.69-.864-2.69h-1.326v5.348l1.326.003c.863 0 .863-.581.863-2.66m3.779 3.748H24v-4.226h-2.189l.002 2.31a1.126 1.126 0 0 1-2.255 0V5.265H17.37Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/jcb.svg b/mkdocs-material/material/templates/.icons/simple/jcb.svg new file mode 100644 index 0000000..290f54b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/jcb.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.05 9.864c.972.074 1.726.367 2.355.685v-1.31s-1.258-.317-2.441-.368C8.838 8.686 7.669 10.305 7.669 12s1.17 3.314 5.295 3.13c1.183-.054 2.44-.37 2.44-.37v-1.309c-.619.308-1.382.611-2.354.683-1.68.128-2.69-.69-2.69-2.134 0-1.445 1.01-2.261 2.69-2.135m7.685 4.122c-.051.01-.158.02-.215.02h-1.8v-1.631h1.8c.057 0 .164.01.215.02a.806.806 0 0 1 .632.795.804.804 0 0 1-.632.796M18.72 9.95h1.632c.059 0 .145.007.177.013.338.058.626.331.626.74a.735.735 0 0 1-.626.739 2 2 0 0 1-.178.013h-1.63zm3.499 1.985V11.9c.913-.133 1.415-.726 1.415-1.42 0-.883-.734-1.392-1.73-1.442-.077-.003-.202-.01-.304-.01h-5.332v5.946h5.755c1.13 0 1.977-.604 1.977-1.547 0-.87-.772-1.422-1.781-1.491zm-17.864.68c0 .878-.591 1.53-1.666 1.53-.917 0-1.817-.272-2.689-.694v1.309s1.402.383 3.191.383c2.971 0 3.837-1.125 3.837-2.529V9.027H4.354z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/jeep.svg b/mkdocs-material/material/templates/.icons/simple/jeep.svg new file mode 100644 index 0000000..dca8a57 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/jeep.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.165 7.169v5.2c0 .677-.444 1.079-1.163 1.079-.718 0-1.099-.529-1.099-1.1v-.93H0v.952c0 .972.296 2.707 3.024 2.707 2.727 0 3.108-1.862 3.108-2.75V7.17Zm4.918 2.156c-1.798 0-2.6 1.648-2.6 3.066 0 1.416.909 2.79 2.769 2.79 1.628.022 2.707-1.035 2.707-1.818h-1.798s-.211.508-.846.508c-.634 0-.993-.36-.993-1.227h3.658c0-2.727-1.353-3.32-2.897-3.32m5.847 0c-1.797 0-2.6 1.648-2.6 3.066 0 1.416.909 2.79 2.77 2.79 1.628.022 2.706-1.035 2.706-1.818H16.01s-.212.508-.846.508c-.635 0-.994-.36-.994-1.227h3.657c0-2.727-1.352-3.32-2.896-3.32m6.743.063c-.913 0-1.318.497-1.34.522-.128.154-.287.317-.287-.078v-.296h-1.82v7.295h1.84v-2.009c0-.148.148-.126.255 0 .106.128.57.444 1.375.444 1.459 0 2.304-1.268 2.304-3.002 0-2.241-1.416-2.876-2.327-2.876m-12.4 1.12c.676 0 .971.508.971 1.037h-1.86c0-.572.233-1.036.888-1.036m5.846 0c.677 0 .973.508.973 1.037H14.23c0-.572.233-1.036.888-1.036m5.92.297c.932 0 1.1.719 1.1 1.459s-.127 1.712-1.013 1.712c-.889 0-1.122-.57-1.102-1.648.022-1.079.444-1.523 1.016-1.523zm2.282 4.566a.586.586 0 0 0-.586.586.585.585 0 1 0 .586-.586m0 .062a.524.524 0 0 1 .524.524.525.525 0 0 1-.524.524.526.526 0 0 1-.525-.524c0-.29.235-.524.525-.524m-.21.202v.621h.072v-.269h.176l.116.27h.08l-.121-.288a.14.14 0 0 0 .072-.045.18.18 0 0 0 .043-.115c0-.103-.08-.174-.195-.174zm.07.068h.172c.072 0 .118.041.118.105 0 .072-.049.116-.128.116h-.162z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/jekyll.svg b/mkdocs-material/material/templates/.icons/simple/jekyll.svg new file mode 100644 index 0000000..dd99bda --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/jekyll.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.073 24q-.523 0-1.02-.189a2.85 2.85 0 0 1-1.726-3.402l-.015-.006.09-.226L12.399 2.01c.105-.27.057-.91.006-1.267a.5.5 0 0 1 .008-.24l.008-.023.006-.015V.458l.009-.019c.108-.292.45-.439 1.008-.439.673 0 1.602.21 2.551.573.797.307 1.523.689 2.033 1.075.602.45.842.854.707 1.2l-.031.045-.016.015a.8.8 0 0 1-.15.165c-.314.271-.764.735-.84.945l-7.063 18.421-.016-.006a2.87 2.87 0 0 1-2.543 1.561H8.07zm-2.187-3.718-.02.05A2.36 2.36 0 0 0 7.23 23.35q.407.156.837.154c.971 0 1.83-.585 2.188-1.5l.027-.061 6.959-18.09c.146-.39.84-1.02.979-1.14l.016-.016c.012-.015.02-.015.02-.03 0-.06-.061-.27-.557-.645-.479-.36-1.154-.72-1.904-1.005-.868-.328-1.768-.539-2.368-.539-.39 0-.524.082-.545.126v.04c.016.104.147 1.035-.034 1.515l-6.962 18.12zm8.95-11.507s-.964 1.109-1.843 1.509c-.88.398-1.529.293-2.32.756-.789.461-1.188 1.103-1.188 1.103L6.27 20.505c-.348.944.168 2.05 1.125 2.42.96.369 2.04-.12 2.412-1.056zM9.905 18.76c.104-.041.225 0 .266.105.042.104 0 .222-.105.264-.104.043-.225 0-.266-.104a.204.204 0 0 1 .105-.265m-1.014-1.802a.297.297 0 0 1-.397-.155.296.296 0 0 1 .154-.397c.154-.07.335 0 .398.153.074.15.008.314-.155.39zm.286-1.096a.58.58 0 0 1 .287-.758.574.574 0 0 1 .75.285.583.583 0 0 1-.285.757c-.3.126-.629 0-.765-.285zm2.426-2.258a.295.295 0 0 1 .398.15c.07.154 0 .336-.153.399a.297.297 0 0 1-.399-.155.293.293 0 0 1 .154-.397zm-1.293-1.379c.105-.042.226 0 .266.105.043.104 0 .226-.104.266-.104.042-.226 0-.265-.104a.205.205 0 0 1 .103-.267M13.681 1.14c.1-.261.993-.162 1.995.226.999.384 1.729.909 1.63 1.17-.104.264-.997.164-1.996-.221-1.005-.385-1.734-.91-1.632-1.176z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/jellyfin.svg b/mkdocs-material/material/templates/.icons/simple/jellyfin.svg new file mode 100644 index 0000000..f57e027 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/jellyfin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 .002C8.826.002-1.398 18.537.16 21.666c1.56 3.129 22.14 3.094 23.682 0S15.177 0 12 0zm7.76 18.949c-1.008 2.028-14.493 2.05-15.514 0C3.224 16.9 9.92 4.755 12.003 4.755c2.081 0 8.77 12.166 7.759 14.196zM12 9.198c-1.054 0-4.446 6.15-3.93 7.189.518 1.04 7.348 1.027 7.86 0 .511-1.027-2.874-7.19-3.93-7.19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/jenkins.svg b/mkdocs-material/material/templates/.icons/simple/jenkins.svg new file mode 100644 index 0000000..0652fcc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/jenkins.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.872 24h-.975a4 4 0 0 1-.07-.197c-.215-.666-.594-1.49-.692-2.154-.146-.984.78-1.039 1.374-1.465.915-.66 1.635-1.025 2.627-1.62.295-.179 1.182-.624 1.281-.829.201-.408-.345-.982-.49-1.3-.225-.507-.345-.937-.376-1.435-.824-.13-1.455-.627-1.844-1.185-.63-.925-1.066-2.635-.525-3.936.045-.103.254-.305.285-.463.06-.308-.105-.72-.12-1.048-.06-1.692.284-3.15 1.425-3.66.463-1.84 2.113-2.453 3.673-3.367.58-.342 1.224-.562 1.89-.807 2.372-.877 6.027-.712 7.994.783.836.633 2.176 1.97 2.656 2.939 1.262 2.555 1.17 6.825.287 9.934-.12.421-.29 1.032-.533 1.533-.168.35-.689 1.05-.625 1.36.064.314 1.19 1.17 1.432 1.395.434.422 1.26.975 1.324 1.5.07.557-.248 1.336-.41 1.875-.217.721-.436 1.441-.654 2.131H2.87zm11.104-3.54a7.7 7.7 0 0 0-2.065-.757c-.87-.164-.78 1.188-.75 1.994.03.643.36 1.316.51 1.744.076.197.09.41.256.449.3.068 1.29-.326 1.575-.479.6-.328 1.064-.844 1.574-1.189.016-.17.016-.34.03-.508a2.65 2.65 0 0 0-1.095-.277c.314-.15.75-.15 1.035-.332l.016-.193c-.496-.03-.69-.254-1.021-.436zm7.454 2.935a18 18 0 0 0 .465-1.752c.06-.287.215-.918.178-1.176-.059-.459-.684-.799-1.004-1.086-.584-.525-.95-.975-1.56-1.469-.249.375-.78.615-.983.914 1.447-.689 1.71 2.625 1.141 3.69.09.329.391.45.514.735l-.086.166h1.29c.013 0 .03 0 .044.014zm-6.634-.012c-.05-.074-.1-.135-.15-.209l-.301.195h.45zm2.77 0c.008-.209.018-.404.03-.598-.53.029-.825-.48-1.196-.527-.324-.045-.6.361-1.02.195-.095.105-.183.227-.284.316q.23.27.424.584h.815a.3.3 0 0 1 .3-.285c.165 0 .284.121.284.27h.66zm2.116 0c-.314-.479-.947-.898-1.68-.555l-.03.541h1.71zm-8.51 0-.104-.344c-.225-.72-.36-1.26-.405-1.68-.914-.436-1.875-.87-2.654-1.426-.15-.105-1.109-1.35-1.23-1.305-1.739.676-3.359 1.86-4.814 2.984.256.557.48 1.141.69 1.74h8.505zm8.265-2.113c-.029-.512-.164-1.56-.48-1.74-.66-.39-1.846.78-2.34.943.045.15.135.271.15.48.285-.074.645-.029.898.092-.299.03-.629.03-.824.164-.074.195.016.48-.029.764.69.197 1.5.303 2.385.332.164-.227.225-.645.211-1.082zm-4.08-.36c-.044.375.046.51.12.943 1.26.391 1.034-1.74-.135-.959zM8.76 19.5c-.45.457 1.27 1.082 1.814 1.115 0-.29.165-.564.135-.77-.65-.118-1.502-.042-1.945-.347zm5.565.215c0 .043-.061.03-.068.064.58.451 1.014.545 1.802.51.354-.262.67-.563 1.043-.807-.855.074-1.931.607-2.774.23zm3.42-17.726c-1.606-.906-4.35-1.591-6.076-.731-1.38.692-3.27 1.84-3.899 3.292.6 1.402-.166 2.686-.226 4.109-.018.757.36 1.42.391 2.242-.2.338-.825.38-1.26.356-.146-.729-.4-1.549-1.155-1.63-1.064-.116-1.845.764-1.89 1.683-.06 1.08.833 2.864 2.085 2.745.488-.046.608-.54 1.139-.54.285.57-.445.75-.523 1.154-.016.105.06.511.104.705.233.944.744 2.16 1.245 2.88.635.9 1.884 1.051 3.229 1.141.24-.525 1.125-.48 1.706-.346-.691-.27-1.336-.945-1.875-1.529-.615-.676-1.23-1.41-1.261-2.28 1.155 1.604 2.1 3 4.2 3.704 1.59.525 3.45-.254 4.664-1.109.51-.359.811-.93 1.17-1.439 1.35-1.936 1.98-4.71 1.846-7.394-.06-1.111-.06-2.221-.436-2.955-.389-.781-1.695-1.471-2.475-.781-.15-.764.63-1.23 1.545-.96-.66-.854-1.336-1.858-2.266-2.384zM13.58 14.896c.615 1.544 2.724 1.363 4.505 1.323-.084.194-.256.435-.465.515-.57.232-2.145.408-2.937-.012-.506-.27-.824-.873-1.102-1.227-.137-.172-.795-.608-.012-.609zm.164-.87c.893.464 2.52.517 3.731.48.066.267.066.593.068.913-1.55.08-3.386-.304-3.794-1.395h-.005zm6.675-.586c-.473.9-1.145 1.897-2.539 1.928-.023-.284-.045-.735 0-.904 1.064-.103 1.727-.646 2.543-1.017zm-.649-.667c-1.02.66-2.154 1.375-3.824 1.21-.351-.31-.485-1-.14-1.458.181.313.06.885.57.97.944.165 2.038-.579 2.73-.84.42-.713-.046-.976-.42-1.433-.782-.93-1.83-2.1-1.802-3.51.314-.224.346.346.391.45.404.96 1.424 2.175 2.174 3 .18.21.48.39.51.524.092.39-.254.854-.209 1.11zm-13.439-.675c-.314-.184-.393-.99-.768-1.01-.535-.03-.438 1.05-.436 1.68-.37-.33-.435-1.365-.164-1.89-.308-.15-.445.164-.618.284.22-1.59 2.34-.734 1.99.96zM4.713 5.995c-.685.756-.54 2.174-.459 3.188 1.244-.785 2.898.06 2.883 1.394.595-.016.223-.744.115-1.215-.353-1.528.592-3.187.041-4.59-1.064.084-1.939.52-2.578 1.215zm9.12 1.113c.307.562.404 1.148.84 1.57.195.19.574.424.387.95-.045.121-.365.391-.551.45-.674.195-2.254.03-1.721-.81.563.015 1.314.36 1.732-.045-.314-.524-.885-1.53-.674-2.13zm6.198-.013h.068c.33.668.6 1.375 1.004 1.965-.27.628-2.053 1.19-2.023.057.39-.17 1.05-.035 1.395-.25-.193-.556-.48-1.006-.434-1.771zm-6.927-1.617c-1.422-.33-2.131.592-2.56 1.553-.384-.094-.231-.615-.135-.883.255-.701 1.28-1.633 2.119-1.506.359.057.848.386.576.834zM9.642 1.593c-1.56.44-3.56 1.574-4.2 2.974.495-.07.84-.321 1.33-.351.186-.016.428.074.641.015.424-.104.78-1.065 1.102-1.41.31-.345.685-.496.94-.81.167-.09.409-.074.42-.33-.073-.075-.15-.135-.232-.105z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/jest.svg b/mkdocs-material/material/templates/.icons/simple/jest.svg new file mode 100644 index 0000000..f614a5d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/jest.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.251 11.82a3.12 3.12 0 0 0-2.328-3.01L22.911 0H8.104L11.1 8.838a3.12 3.12 0 0 0-2.244 2.988 3.12 3.12 0 0 0 1.313 2.536 8.3 8.3 0 0 1-1.084 1.244 8.1 8.1 0 0 1-2.55 1.647c-.834-.563-1.195-1.556-.869-2.446a3.11 3.11 0 0 0-.91-6.08 3.117 3.117 0 0 0-3.113 3.113c0 .848.347 1.626.903 2.182q-.072.144-.146.299c-.465.959-.993 2.043-1.195 3.259-.403 2.432.257 4.384 1.849 5.489A5.1 5.1 0 0 0 5.999 24c1.827 0 3.682-.917 5.475-1.807 1.279-.632 2.599-1.292 3.898-1.612.48-.118.98-.187 1.508-.264 1.07-.153 2.175-.312 3.168-.89a4.48 4.48 0 0 0 2.182-3.091c.174-.994 0-1.994-.444-2.87.298-.48.465-1.042.465-1.647zm-1.355 0c0 .965-.785 1.75-1.75 1.75a1.753 1.753 0 0 1-1.085-3.126l.007-.007q.085-.063.18-.125s.008 0 .008-.007c.028-.014.055-.035.083-.05.007 0 .014-.006.021-.006q.044-.021.097-.042.054-.02.098-.041c.007 0 .013-.007.02-.007.028-.007.056-.021.084-.028.007 0 .02-.007.028-.007.034-.007.062-.014.097-.02h.007l.104-.022c.007 0 .02 0 .028-.007.028 0 .055-.007.083-.007h.035c.035 0 .07-.007.111-.007h.09c.028 0 .05 0 .077.007h.014q.083.009.167.028a1.766 1.766 0 0 1 1.396 1.723zM10.043 1.39h10.93l-2.509 7.4c-.104.02-.208.055-.312.09l-2.64-5.385-2.648 5.35c-.104-.034-.216-.055-.327-.076zm4.968 9.825a3.1 3.1 0 0 0-.938-1.668l1.438-2.904 1.452 2.967c-.43.43-.743.98-.868 1.605zm-3.481-1.098c.034-.007.062-.014.097-.02h.02c.029-.008.056-.008.084-.015h.028c.028 0 .049-.007.076-.007h.271c.028 0 .049.007.07.007.014 0 .02 0 .035.007.027.007.048.007.076.014q.009-.002.028.007l.097.02h.007q.042.01.083.029c.007 0 .014.007.028.007.021.007.049.014.07.027.007 0 .014.007.02.007.028.014.056.021.084.035h.007a.4.4 0 0 1 .09.049h.007c.028.014.056.034.084.048.007 0 .007.007.013.007.028.014.05.035.077.049l.007.007c.083.062.16.132.236.201l.007.007a1.75 1.75 0 0 1 .48 1.209 1.752 1.752 0 0 1-3.502 0 1.74 1.74 0 0 1 1.32-1.695m-6.838-.049c.966 0 1.751.786 1.751 1.751s-.785 1.751-1.75 1.751-1.752-.785-1.752-1.75.786-1.752 1.751-1.752m16.163 6.025a3.07 3.07 0 0 1-1.508 2.133c-.758.438-1.689.577-2.669.716a17 17 0 0 0-1.64.291c-1.445.355-2.834 1.05-4.182 1.717-1.724.854-3.35 1.66-4.857 1.66a3.65 3.65 0 0 1-2.154-.688c-1.529-1.056-1.453-3.036-1.272-4.12.167-1.015.632-1.966 1.077-2.877.028-.055.049-.104.077-.16q.228.084.479.126c-.264 1.473.486 2.994 1.946 3.745l.264.139.284-.104c1.216-.431 2.342-1.133 3.336-2.071a9.3 9.3 0 0 0 1.445-1.716c.16.027.32.034.48.034a3.12 3.12 0 0 0 3.008-2.327h1.167a3.11 3.11 0 0 0 3.01 2.327c.576 0 1.11-.16 1.57-.43.18.52.236 1.063.139 1.605"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/jet.svg b/mkdocs-material/material/templates/.icons/simple/jet.svg new file mode 100644 index 0000000..c02924b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/jet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.778 19.044c3.048-.498 4.755-.73 8.219-2.395L24 13.81c-3.228 3.225-9.249 5.146-15.07 5.098-.75-.01-1.948.017-2.246-.024 3.1.49 6.18.556 9.094.159M3.836 15.764c.75.003 1.805-.014 2.403-.394.535-.467.93-1.106 1.247-1.828l1.545-4.697-2.157.013-1.199 3.664c-.225 1.161-.943 1.566-1.483 1.483l-1.354-.097-.515 1.676zm13.29-.104 1.672-5.074h2.44l.543-1.665-5.907-.01-.556 1.662H16.6l-1.73 5.077 2.257.01m-3.859-.024.564-1.718h-3.204l.297-.909h2.668l.543-1.641h-2.661l.262-.81h3.08l.57-1.713-5.267.027-2.205 6.757zm1.245-9.809c1.883-.072 3.743.083 5.969.277-2.192-.809-5.7-1.407-8.344-1.407-4.344 0-8.644 1.054-12.117 2.675L0 11.07c3.321-3.387 9.114-5.298 14.513-5.243"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/jetblue.svg b/mkdocs-material/material/templates/.icons/simple/jetblue.svg new file mode 100644 index 0000000..be9e945 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/jetblue.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.779 9.795h.926v4.986a1.265 1.265 0 0 1-1.344 1.256H0v-.869h.265c.316 0 .52-.147.52-.491V9.795M.779 7.96h.926v.926H.779zm2.444 3.748a.98.98 0 0 1 .971-1.081.98.98 0 0 1 .97 1.081zm2.867.762v-.762l.001-.074a1.877 1.877 0 0 0-1.868-1.868h-.029c-.887 0-1.897.565-1.897 2.365 0 1.885 1.095 2.337 2.043 2.337a2.12 2.12 0 0 0 1.665-.723l-.671-.564a1.45 1.45 0 0 1-1.005.446q-.036.003-.072.002a1.037 1.037 0 0 1-1.029-1.131zm.734-4.047h.925v1.372h.672v.705h-.672v2.681c0 .254.102.344.328.344h.344v.869h-.48a1.06 1.06 0 0 1-1.129-1.128v-2.738H6.35v-.733h.462zm4.673 3.127a.98.98 0 0 1 1.081.971.98.98 0 0 1-1.081.97H9.99V11.55zm-2.483 2.867h2.755a1.77 1.77 0 0 0 1.761-1.761l-.001-.073a1.45 1.45 0 0 0-1.05-1.49c.588-.201.977-.768.954-1.389 0-1.016-.655-1.732-1.913-1.732H9.019v6.456m2.393-5.587a.935.935 0 0 1 1.034.925.936.936 0 0 1-1.034.926H9.996V8.841zm2.647-.881h.926v5.272c0 .209.119.316.344.316h.316v.869h-.406c-.672 0-1.18-.288-1.18-1.129zm1.976 1.835h.925v2.737a.92.92 0 0 0 .912.986.92.92 0 0 0 .911-.986V9.795h.926v4.599h-.926v-.491a1.47 1.47 0 0 1-1.19.565 1.554 1.554 0 0 1-1.542-1.547l.001-.05zm5.096 1.913a.97.97 0 0 1 .971-1.072c.565 0 .943.372.971 1.072zm2.868.762v-.762l.001-.074a1.877 1.877 0 0 0-1.868-1.868h-.03c-.886 0-1.896.565-1.896 2.365 0 1.885 1.095 2.337 2.037 2.337a2.12 2.12 0 0 0 1.66-.745l-.672-.565a1.45 1.45 0 0 1-1.071.448 1.037 1.037 0 0 1-1.029-1.131z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/jetbrains.svg b/mkdocs-material/material/templates/.icons/simple/jetbrains.svg new file mode 100644 index 0000000..8b7e2e3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/jetbrains.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.529 8.753h-.705v.941h.706c.376 0 .565-.188.565-.471-.001-.329-.236-.47-.566-.47m-3.2.282c0-.235-.188-.329-.471-.329h-.705v.706h.659c.329-.047.517-.141.517-.377m6.212 1.13h.847l-.423-1.083zm-6.588 0h-.847v.706h.847c.329 0 .518-.141.518-.376s-.189-.33-.518-.33M0 0v24h24V0zm8.424 3.012h3.435v.941h-1.176v2.965H9.6V3.953H8.424zm-.236 0v.894h-2.07v.612H8v.847H6.118v.612h2.118v.941H5.082l-.047-3.906zm-2.635 7.623c0 .659-.565 1.082-1.459 1.082H2.071V7.812h2.023c.471 0 .847.141 1.082.329.142.141.236.377.236.659 0 .471-.235.706-.612.894.471.141.753.424.753.941M2.682 5.647c.188.235.376.376.612.376q.423 0 .424-.565V2.965H4.8v2.494c0 .471-.141.847-.376 1.082s-.612.377-1.083.377c-.706.047-1.082-.236-1.364-.612zm8.377 15.341H2.071v-1.506h8.988zm.894-9.223-.282-.706h-1.506l-.282.706h-1.13l.02-.047h-.679l-.8-1.176h-.47v1.176H5.741V7.812h1.835c.612 0 .988.141 1.271.424.235.235.329.518.329.894 0 .612-.329.988-.8 1.224l.605.878 1.465-3.419h1.035l1.647 3.953zm2.4-.047h-1.082V7.812h1.082zm3.953 0h-.941L15.718 9.6v2.165h-1.082V7.812h.988l1.6 2.071V7.812h1.082zm1.929.047a2.49 2.49 0 0 1-1.835-.612l.612-.706c.376.329.8.471 1.271.471.282 0 .471-.094.471-.282s-.141-.235-.659-.376c-.847-.188-1.459-.424-1.459-1.224 0-.706.565-1.271 1.506-1.271.659 0 1.176.188 1.6.518l-.565.753c-.377-.236-.753-.377-1.083-.377-.282 0-.376.094-.376.235 0 .188.141.235.659.376.894.188 1.459.471 1.459 1.224-.001.8-.612 1.271-1.601 1.271"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/jetpackcompose.svg b/mkdocs-material/material/templates/.icons/simple/jetpackcompose.svg new file mode 100644 index 0000000..3854f23 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/jetpackcompose.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.135.003a2.6 2.6 0 0 0-1.42.344L2.55 5.06a2.6 2.6 0 0 0-.953.967l3.957 2.17a1.77 1.77 0 0 1 .603-.588l4.951-2.86a1.76 1.76 0 0 1 1.76 0l4.951 2.86a1.8 1.8 0 0 1 .526.46l3.921-2.265a2.6 2.6 0 0 0-.816-.744L13.291.347a2.6 2.6 0 0 0-1.152-.34Zm-.145 4.912a1.36 1.36 0 0 0-.68.182L6.36 7.953a1.35 1.35 0 0 0-.454.435l1.92 1.055a1.1 1.1 0 0 1 .31-.275l3.34-1.928a1.05 1.05 0 0 1 1.051 0l3.336 1.928a1 1 0 0 1 .238.199l.018-.01-.002-.002 1.877-1.08a1.4 1.4 0 0 0-.373-.322l-4.95-2.86a1.36 1.36 0 0 0-.68-.178Zm10.432 1.149-3.92 2.26a1.76 1.76 0 0 1 .2.812v5.715c0 .627-.332 1.21-.88 1.528l-4.95 2.86a1.8 1.8 0 0 1-.64.214v4.524a2.6 2.6 0 0 0 1.059-.313l8.162-4.713a2.58 2.58 0 0 0 1.289-2.23V7.297a2.6 2.6 0 0 0-.318-1.228Zm-20.937.238a2.6 2.6 0 0 0-.227.99v9.43c0 .918.491 1.767 1.293 2.229l8.162 4.713a2.6 2.6 0 0 0 1.225.336v-4.531a1.76 1.76 0 0 1-.833-.235L6.156 16.38a1.77 1.77 0 0 1-.877-1.528V9.136a1.8 1.8 0 0 1 .131-.676Zm16.67 2.223-1.89 1.092a1.06 1.06 0 0 1 .124.46v3.856c0 .378-.2.72-.526.907l-3.336 1.93a1 1 0 0 1-.295.107v2.17c.152-.027.304-.078.44-.157l4.949-2.859a1.36 1.36 0 0 0 .68-1.18V9.136a1.36 1.36 0 0 0-.147-.607Zm-12.387.13a1.4 1.4 0 0 0-.088.481v5.715a1.36 1.36 0 0 0 .68 1.18l4.95 2.86c.194.112.412.166.627.177v-2.174a1.05 1.05 0 0 1-.46-.123L8.14 14.843a1.05 1.05 0 0 1-.532-.908v-3.853a1 1 0 0 1 .077-.38l-.034-.013z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/jfrog.svg b/mkdocs-material/material/templates/.icons/simple/jfrog.svg new file mode 100644 index 0000000..3c7d96f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/jfrog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10.655 15.631-1.268.353c.11.32.2.893.2 1.665v3.795h1.421v-4.015c.265-.32.552-.474.86-.474.156 0 .277.033.409.11l.386-1.312a1.05 1.05 0 0 0-.53-.122 1.2 1.2 0 0 0-.463.09c-.265.131-.596.43-.805.715 0-.32-.077-.573-.21-.805M5.76 13.757h-.154v7.676h1.477v-3.398h1.864v-1.268H7.082v-1.764H9.41l.088-.673c-1.4-.1-2.668-.32-3.738-.573m-3.452 8.7.684.796c.662-.265 1.49-.86 1.71-1.81.077-.308.1-.506.1-1.51v-6.165H3.308v6.33c0 .828-.032 1.136-.142 1.423-.144.32-.486.695-.86.938zm13.422-3.892c0 1.346-.264 1.92-.871 1.92a.78.78 0 0 1-.717-.464c-.11-.286-.176-.773-.176-1.434 0-.563.055-.96.143-1.268.11-.353.386-.574.728-.574.254 0 .474.11.606.298.199.265.287.76.287 1.522m.87 2.206c.465-.551.674-1.225.674-2.195 0-.916-.187-1.544-.617-2.073-.464-.574-1.06-.85-1.831-.85-1.456 0-2.426 1.18-2.426 2.967s.96 2.934 2.426 2.934c.827.01 1.367-.297 1.775-.783zm4.038-3.177c0 .52-.31.805-.86.805-.497 0-.828-.23-.828-.805 0-.529.31-.838.838-.838.53 0 .85.31.85.838m2.503-1.213-.585-.937c-.33.31-.727.485-1.113.485-.177 0-.276-.022-.662-.12a3.3 3.3 0 0 0-.97-.145c-1.38 0-2.272.75-2.272 1.92 0 .837.375 1.367 1.158 1.576-.32.077-.662.243-.816.43a.8.8 0 0 0-.166.52c0 .176.044.33.11.463a.7.7 0 0 0 .31.275c.253.1.66.166 1.29.177.33 0 .529.01.595.01.386.023.584.09.739.166.143.089.253.287.253.508 0 .22-.132.44-.341.573-.188.132-.497.188-.894.188-.65 0-1.014-.243-1.014-.695 0-.2.022-.243.066-.364h-1.301c-.055.11-.122.265-.122.573 0 .386.144.717.442 1.004.485.474 1.279.606 2.04.606.838 0 1.654-.198 2.128-.727.298-.331.43-.695.43-1.17 0-.507-.143-.893-.463-1.212-.375-.364-.805-.497-1.632-.508l-.761-.01c-.143 0-.232-.056-.232-.133 0-.154.199-.288.563-.464.11.01.143.01.21.01 1.146 0 1.984-.705 1.984-1.686 0-.375-.11-.662-.32-.927.177.022.232.033.364.033.375 0 .673-.12.982-.419M5.384 7.085c-1.764.43-2.966 1.279-2.966 2.25 0 .606.463 1.157 1.224 1.587a2.15 2.15 0 0 1-.353-1.157c.01-1.004.794-1.941 2.095-2.68M24 10.889c0-.64-.397-1.224-1.059-1.709.055.2.1.397.1.596 0 1.82-2.548 3.385-6.165 4.036.408.044.827.066 1.268.066 3.23-.01 5.856-1.345 5.856-2.989m-2.084-.992c0-.673-.574-1.29-1.555-1.798.23.276.353.574.353.883 0 1.62-3.44 2.933-7.698 2.933-4.246 0-7.698-1.312-7.698-2.933q0-.314.165-.596c-.683.452-1.07.97-1.07 1.522 0 1.753 3.916 3.176 8.747 3.176s8.756-1.445 8.756-3.187M18.1 9.81c-1.786 1.147-7.279 1.588-9.639.11-1.853-1.158-1.213-3-6.518-7.036-.694-.53.133-1.092.651-.728s.044.453 1.092 1.5c2.117 2.118 2.095.21 2.426.938.706 1.51 2.25 3.032 2.25 3.032 1.555 1.015 2.79 1.235 5.084-.32 1.456-.981.86 1.566 4.423-.275 1.3-.673 1.246-.22 2.569-2.063.55-.76 1.6.585.408.772-.474.078-1.28.596-1.621 1.412-.496 1.224-.287 2.128-1.125 2.658M8.196 6.7c-.44-.199-.904-.95-1.08-1.246.496-.486.297-1.29.01-1.732-.275-.44-.617-.32-.98-.727-.376-.41.142-1.467.617-.651 1.775 3.055 2.944 1.786 4.39 1.599 1.39-.177 2.624.584 3-1.566.065-.353.407-.43.44.143.033.585.254 1.996 1.015 2.173.76.187 1.378-.177 1.555-.375.176-.2.275-.177.353.33.077.497.275 1.192 1.345.42 2.195-1.566 1.566-2.173 2.426-2.58.485-.232 1.257.518.144 1.08-1.588.805-1.754 1.797-2.757 2.426-1.688 1.059-1.17.044-3.882-.342-1.048-.143-1.38 1.015-2.195.684-1.864-.772-3.177-.618-4.4.364zm5.879-5.657c.066.463.143.452.309.485.165.044.375-.22.375-.463.01-.254-.11-.408-.353-.397-.254.01-.342.132-.331.375m8.16.827c.2.187.728.066.85-.078.32-.352.33-.562.165-.805-.165-.231-.507-.198-.85.056-.341.253-.275.727-.164.827zm-.143 2.338c-.165.22-.176.386-.055.507.132.132.397.242.585.1.187-.155.187-.376.033-.563-.166-.2-.386-.2-.563-.044M5.352 1.45c.253.077.374.32.584.044.11-.133.12-.32-.023-.52-.088-.12-.507-.21-.683-.032-.177.177-.01.464.121.508zM.178 1.295c.463.287.76.717 1.114.33.121-.131.264-.363.01-.826C1.117.457.511.325.301.457c-.22.12-.485.618-.121.838zM4.447 3.49c.143.154.397.143.551.055.144-.088.121-.32-.022-.518-.088-.122-.353-.188-.53 0-.176.187-.098.352 0 .463z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/jfrogpipelines.svg b/mkdocs-material/material/templates/.icons/simple/jfrogpipelines.svg new file mode 100644 index 0000000..9a16f1e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/jfrogpipelines.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10.844 0 .021 1.2C7.226 1.636 4.1 4.387 3.231 8.176c-1.041 4.517 1.518 9.036 5.783 10.55.042.015.639.18.96.272v.01l.203.047c1.848.43 1.777.347 2.132-1.27.304-.117.568-.095.882-.15a7 7 0 0 0 .764-.178c1.081 1.476.687 1.635 2.696.378 2.453-1.534 1.331-1.205.86-2.593l.98-1.336c1.309.313 1.657.537 1.974-.889.608-2.742.89-2.653-1.054-3.083-.109-.31-.233-1.25-.31-1.635.378-.337 1.272-.589 1.197-1.271-.013-.115-1.523-2.754-1.91-2.887-.538-.188-1.091.449-1.523.6-.244-.206-1.176-.798-1.305-1.058.15-.645.544-1.42-.34-1.735-.685-.25-1.501-.443-2.477-.577l.003.004.527.497-.82.904c.67.045 1.185.165 1.848.356-.404 1.974-.029 1.192 1.322 2.258.252.198.85.794 1.098.854.456.108.894-.363 1.219-.532l.71 1.185c-1.368.866-1.019.648-.663 2.224.371 1.645-.506 1.713 1.457 2.198l-.332 1.35c-1.964-.425-1.197-.007-2.256 1.328-.933 1.172-1.275 1.008-.355 2.333l-1.16.68c-.782-1.409-.777-.959-2.22-.652-1.626.335-1.732-.44-2.194 1.458l-.285-.07-1.137-.344C5.879 16.168 3.7 12.38 4.573 8.588a7.52 7.52 0 0 1 5.955-5.702q.184-.032.366-.057l.021 1.176 1.92-2.118zm1.385 6.854a3.6 3.6 0 0 0-1.142.168c-4.232 1.296-2.575 7.69 1.83 6.567 4.049-1.031 2.777-6.665-.688-6.735m-.108 1.389c2.233.046 2.91 3.542.239 4.095-1.201.248-2.176-.667-2.352-1.657-.228-1.284.665-2.222 1.647-2.4q.243-.044.466-.038M1.534 22.392V24h20.932v-1.608z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/jhipster.svg b/mkdocs-material/material/templates/.icons/simple/jhipster.svg new file mode 100644 index 0000000..dab62fe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/jhipster.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.709 7.171c-2.455-.029-6.332 1.749-8.684 2.962-3.434-1.75-10.178-4.729-10.942-1.54-1.03 4.297-2.187 7.563.985 8.167 2.207.42 7.122-2.43 9.912-4.205 2.78 1.771 7.746 4.66 9.96 4.231 3.168-.616 2-3.896.961-8.208-.24-1-1.067-1.394-2.192-1.407"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/jinja.svg b/mkdocs-material/material/templates/.icons/simple/jinja.svg new file mode 100644 index 0000000..64ad7a8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/jinja.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23.718.668-.08.04s-4.563 2.174-8.244 2.651c-1.854.24-4.554.481-6.964.62a66 66 0 0 1-3.254.117c-.917.005-1.63-.032-1.95-.11a20 20 0 0 1-2.4-.732l-.252-.1.346 1.172-.92.81.248.436.44.033 1.052.131.162.514.635.057.318 1.078.092.006s1.338.115 1.762.115c.365 0 .93-.04 1.072-.05l.024.396.287.054v.315l-.8.71.157.028c-.14.01-.227.018-.5.03-.43.017-.934.02-1.203-.018-.586-.086-.71-.086-.71-.086H2.98l-.122.13-.046.446h.152l.055 1.111 2.933-.113-.205 3.682-.02.347-2.242-.127-.02-.761h.538l.057-.42.464-.106.223-.312-2.111-.51-1.705.506.465.388h.166l.025.334.494.028v.763l-.611.157.19.404.105.068v.825h.343v3.296l-.566.086.098 1.247.334.056-.055 2.342 1.803.033-.32-2.303 1.982-.048-.14 1.087-.25 1.032 2.609.033.027-2.28 1.322-.12-.072 1.294-.063.99h1.633l-.053-2.3.176.027.067-1.392h-.243l-.058-.34-.131-1.29.049-1.364h.295v-1.182l-.364.027.04-.806.43-.043.023-.352.172-.025.51-.389-1.827-.375-1.71.379.286.469.239-.02.054-.004.034.442.41-.02.004.674-1.526-.035.053-.877.059-.926v-1.213l.048-1.152 3.485-.178 4.155-.24.033.674-.152 1.949-.063 1.693-1.32-.023-.006-1.018.574-.021.028-.373.27-.041-.012-.057.152-.01.29-.388-2.01-.471-1.986.426.258.45.14-.01v.089h.246v.402l.524.008-.006.856h-.527l-.014.505.187.022-.021.978.393.02-.044 3.615-.523.108.016.423h.176v.985h.289l-.07 1.205-.112 1.314 2.17.057-.07-1.172-.138-.848-.022-.593 1.325-.024-.04 1.002-.009 1.33 1.033.082 1.252-.05.533-.157-.25-.76-.053-1-.08-.583 1.233-.045-.057.742-.006 1.515.738.069.631-.016.416-.13-.187-1.424-.049-.862.25-.027.006-.895.08-.017-.027-.43h-.303l-.049-.527-.023-2.692.222-.006v-.902l.096.014v-.461l-.334-.027.006-.836.57-.051-.033-.362.26-.021-.024-.117.58-.29-2.056-.413-1.88.38.231.432.223-.02.014.077h.203l.011.426.547-.006.035.773-1.67-.012-.212-1.457-.178-.826-.145-1.469.075-.746 3.847-.293.012-1.316.201-.05-.023-.38-.239-.138h-.037l-.357.05-.793.116a62 62 0 0 1-1.625.216l-.19.02-.015-.178-.785-.41.006-.275.271-.008.02-.672c.09-.006.352-.024.771-.062.484-.045 1.04-.105 1.361-.18.597-.14 1.452-.28 1.452-.28l.076-.013.408-1.108.805-.234.066-.184 1.78-.492.306-.252-.717-1.564.047-.236.344-.18.297-.906-.252-.223zM14.825 6.73l-.01.526.407.017-.016.32-.789.518-.086.258-1.86.09.01-.184.112-.18.01-.154.001-.228.067-.156.031-.16v-.092l.08-.323zm-5.18.461-.043.264.199.234-.014.387.176.27-.047.328.025.035-1.847.074.02-.152-.653-.354-.022-.345.29-.014.029-.598zm4.014 8.5 1.258.082-.05 1.938.183 1.54-1.34-.046zm-10.225.084 2.16.112L5.4 17.17v1.219l.137.523-2.09.098zm15.376.01v3.256l-1.29.094-.052-1.723-.158-1.592zm-11.494.076 1.538.006.017 2.996-1.43.026-.076-.928-.006-1.047z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/jira.svg b/mkdocs-material/material/templates/.icons/simple/jira.svg new file mode 100644 index 0000000..389cdfe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/jira.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.571 11.513H0a5.22 5.22 0 0 0 5.232 5.215h2.13v2.057A5.215 5.215 0 0 0 12.575 24V12.518a1.005 1.005 0 0 0-1.005-1.005zm5.723-5.756H5.736a5.215 5.215 0 0 0 5.215 5.214h2.129v2.058a5.22 5.22 0 0 0 5.215 5.214V6.758a1 1 0 0 0-1.001-1.001M23.013 0H11.455a5.215 5.215 0 0 0 5.215 5.215h2.129v2.057A5.215 5.215 0 0 0 24 12.483V1.005A1 1 0 0 0 23.013 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/jirasoftware.svg b/mkdocs-material/material/templates/.icons/simple/jirasoftware.svg new file mode 100644 index 0000000..8176f00 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/jirasoftware.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.004 0c-2.35 2.395-2.365 6.185.133 8.585l3.412 3.413-3.197 3.198a6.5 6.5 0 0 1 1.412 7.04l9.566-9.566a.95.95 0 0 0 0-1.344zm-1.748 1.74L.67 11.327a.95.95 0 0 0 0 1.344C4.45 16.44 8.22 20.244 12 24c2.295-2.298 2.395-6.096-.08-8.533l-3.47-3.469 3.2-3.2c-1.918-1.955-2.363-4.725-1.394-7.057z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/jitpack.svg b/mkdocs-material/material/templates/.icons/simple/jitpack.svg new file mode 100644 index 0000000..d132ea4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/jitpack.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.191 0c-2.03.393-3.466 1.199-4.325 2.318l2.883 1.664a2.8 2.8 0 0 1 1.882-.194c.181-1.091.048-2.358-.44-3.788m-4.94 3.06L5.83 10.715l4.734 2.736 1.113-1.925c-.505-.498-.716-1.256-.742-2.045-.032-.966.202-2.039.638-3.01.324-.72.759-1.387 1.308-1.892L10.252 3.06zm10.498.15c-1.494.289-2.665.803-3.522 1.499a2.82 2.82 0 0 1 .777 1.731l2.874 1.658c.543-1.305.533-2.948-.129-4.888m-18.361.409L.459 6.961l5.186 2.173L8.737 3.78zm12.539 1.016c-.332.005-.64.115-.943.297-.608.364-1.163 1.085-1.543 1.929s-.584 1.805-.558 2.588c.026.782.271 1.325.652 1.546h.001c.382.219.974.16 1.664-.208.69-.369 1.421-1.026 1.962-1.776.541-.751.887-1.594.899-2.303s-.238-1.283-1.042-1.747c-.402-.233-.759-.331-1.091-.326zm2.991 2.853c-.163.728-.524 1.438-.985 2.079-.623.863-1.433 1.602-2.285 2.057-.699.373-1.464.57-2.15.378l-1.111 1.923 4.735 2.734 4.419-7.656zm2.756 3.185-3.09 5.356 4.476 3.406 1.929-3.343zm-14.066 1.59c-1.143.5-2.02 1.177-2.634 2l4.449 2.57c.408-.945.561-2.039.432-3.272zm-3.055 2.855-3.542 6.13v1.899l4.365-7.554zm8.613.354c-1.143.501-2.02 1.177-2.634 2.001l4.449 2.569c.409-.945.562-2.04.432-3.273zm-6.869.653L.722 24h1.099l4.301-7.398-.825-.476zm1.751 1.011L3.094 24H4.19l3.68-6.389zm2.077 1.2L5.911 24h1.093l2.944-5.189zm1.751 1.012L8.28 24h1.086l2.333-4.179zm1.751 1.01L10.647 24h1.084l1.72-3.167z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/jitsi.svg b/mkdocs-material/material/templates/.icons/simple/jitsi.svg new file mode 100644 index 0000000..294bca0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/jitsi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.671 8.622a2.3 2.3 0 0 0-.895-.998c-.464-.294-1.044-.356-1.448-.356q-.204 0-.408.02h-.01a3 3 0 0 1 .034-.185c.02-.103.043-.22.056-.341.054-.521-.132-1.222-.473-1.785-.054-.09-.052-.12-.052-.12a.4.4 0 0 1 .06-.07l.03-.033c.807-.864 1.051-1.814.724-2.829C16.67 0 16.504 0 16.382 0a.2.2 0 0 0-.144.063.22.22 0 0 0-.048.177c.063.638-.081 1.552-.177 1.9-.118.438-.528 1.09-1.824 1.711a3 3 0 0 1-.279.103c-.423.141-1.13.378-1.522.918-.296.347-.368.695-.496 1.322-.114.558-.206 1.237-.026 2.048l.052.207.028.112.015-.003-.016.004c.012.048.004.06-.013.072a1.3 1.3 0 0 1-.192.059c-.192.03-.384.065-.567.1-.584.1-2.348.405-3.161 1.699-.502.798-.573 1.84-.212 3.1.374 1.249 1.116 2.106 1.624 2.281l.008.003q.054.025.105.042a2 2 0 0 1-.007.126l-.01.069c-.056.407-.248.845-.444.857-.103-.02-.512-.252-.801-.442l-.264-.174c-.808-.535-1.254-.829-1.934-.905l-.07-.004c-.72 0-2.016 1.213-2.044 3.63-.014 1.21.113 2.316.378 3.288.189.697.39 1.094.45 1.2l.232.437.107-.48c.562-2.544 1.255-3.157 2.408-3.89.845.792 1.956 1.21 3.22 1.21 1.066 0 2.18-.31 3.139-.873.941-.552 1.668-1.296 2.112-2.156.074.048.163.11.222.152.211.148.256.179.331.179h.007c.082-.003.861-.264 1.658-1.238.463-.566.846-1.266 1.135-2.082.36-1.008.576-2.198.65-3.537.082-1.124-.032-2.02-.339-2.66zm-2.987-6.47c.067.27.076.55.026.824a2.7 2.7 0 0 1-.685 1.442 8.2 8.2 0 0 0 .66-2.267m-.557 3.301q.177.268.265.576a1.47 1.47 0 0 1-.033.811q-.208.493-.55.494h-.03a.6.6 0 0 1-.226-.083c-.292-.171-.45-.624-.336-.956l.014-.03c.018-.049.072-.14.22-.283a8 8 0 0 1 .675-.528zm-3.38-.09.004-.005v-.005c.062-.154.491-.402.776-.567l.107-.062a4 4 0 0 1 .384-.177c.47-.2 1.2-.51 1.802-1.09-.175.613-.595 1.644-1.286 2.269-.154.138-.464.261-.824.403-.387.153-.853.336-1.304.613.035-.353.144-.97.34-1.379zm-.3 1.996c.233-.192.658-.452 2.051-.912l.032.154.028.141c.091.45.192.956 1.13 1.237-.088.192-.267.517-.33.578l-.02.018-.015.024c-.182.293-1.168.931-1.61.931a.3.3 0 0 1-.056-.004c-.266-.051-.877-.594-1.056-.994-.347-.787-.276-1.07-.156-1.171zm-3.471 7.221c-.511-.76-.898-2.087-.645-3.155v-.005c.123-.58.528-.922.696-1.042l.024-.018c.249-.217.757-.446 1.433-.646.096-.025.15-.036.151-.036.125-.026.26-.057.393-.088a7 7 0 0 1 .758-.148 2 2 0 0 0 .19-.03 1.5 1.5 0 0 1 .252-.033.32.32 0 0 1 .192.05c.25.298.864.886 1.266.92h.025c.458-.024 1.176-.471 2.134-1.329.163-.144.314-.27.462-.38l.018-.013a3.5 3.5 0 0 1 .856-.478c-.1.328-.18.89.144 1.68.168.409.492 1.33.76 2.233.462 1.554.398 1.828.388 1.853a.5.5 0 0 1-.062.15.4.4 0 0 1-.103-.036c-.233-.108-.494-.3-.799-.526-.566-.415-1.27-.931-2.301-1.334a6.2 6.2 0 0 0-2.236-.445 4.7 4.7 0 0 0-.897.085c-1.623.32-2.479 1.036-2.938 1.42l-.003.004a.19.19 0 0 0-.06.209.185.185 0 0 0 .177.121 1 1 0 0 0 .218-.05 9 9 0 0 1 1.488-.31q.27-.032.543-.033c.786 0 1.51.24 2.274.76.175.147.282.244.347.307l-.066.018-.464.13c-1.15.326-2.886.817-3.709.817a1.4 1.4 0 0 1-.188-.011c-.213-.032-.474-.254-.715-.61zm-3.39 5.83a4.1 4.1 0 0 0-.7 1.415c-.155-.741-.337-1.96-.234-2.908.215-1.965 1.189-2.623 1.333-2.657h.01c.008 0 .017 0 .036.02.078.085.246.441.124 1.916q-.044.457.218.765c.117.135.265.24.432.305a5 5 0 0 0-1.22 1.144zm1.655-1.929a.4.4 0 0 1-.16.037.13.13 0 0 1-.106-.04c-.032-.033-.102-.144-.08-.473.016-.161.039-.323.06-.48a7 7 0 0 0 .084-.893c.568.372 1.197.765 1.604.947-.266.235-.82.66-1.402.903zm7.404-.053a5.35 5.35 0 0 1-3.47 1.632 6 6 0 0 1-.463.017c-1.736 0-2.618-.736-3.024-1.147 1.962-.846 2.36-2.056 2.534-2.585a2 2 0 0 1 .048-.134c.075-.037.313-.144 1.047-.419.576-.207 1.267-.44 1.876-.645.507-.171.946-.32 1.185-.407l.02-.006a1 1 0 0 1 .096-.023l.013.017c.223.29.592.468.595.47.277.124.573.199.875.221-.007 1.049-.486 2.137-1.33 3.009zm1.522-3.59c-.727 0-.981-.234-1.22-.517-1.179-1.406-2.482-1.637-2.989-1.67a7 7 0 0 0-.473-.016q-.191 0-.374.01a5.7 5.7 0 0 1 1.824-.303c1.3 0 2.553.461 3.72 1.37.477.37.827.632 1.13.843a28 28 0 0 1-.598.168l-.095.026a6 6 0 0 1-.924.088zm.452 2.658c-.076-.067-.192-.174-.311-.283a4.7 4.7 0 0 0 .247-.864c.057-.312.092-.72.109-.937a9 9 0 0 0 1.022-.217q.607-.173.94-.399c-.695 1.735-1.7 2.496-2.007 2.699zm2.404-3.966c-.104-.855-.45-1.912-.585-2.323q-.021-.07-.035-.108c-.01-.033-.04-.12-.105-.297-.167-.465-.514-1.432-.576-1.718-.089-.42.112-.999.24-1.05a.4.4 0 0 1 .124-.022c.236 0 .528.223.758.583.28.432.445 1.005.467 1.608.048 1.316-.074 2.415-.288 3.327"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/johndeere.svg b/mkdocs-material/material/templates/.icons/simple/johndeere.svg new file mode 100644 index 0000000..f479e15 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/johndeere.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.999 1.16c-3.458.001-6.983.746-10.296 2.348A22 22 0 0 0 0 12.007c0 2.806.526 5.657 1.696 8.484A23.6 23.6 0 0 0 12 22.839c3.464 0 6.977-.738 10.303-2.348a22.04 22.04 0 0 0-.006-16.983A23.6 23.6 0 0 0 12 1.161zm0 .917c3.418 0 6.696.757 9.572 2.105a21 21 0 0 1 1.503 7.825c0 2.75-.528 5.386-1.496 7.81-2.878 1.35-6.158 2.107-9.58 2.107-3.42 0-6.7-.757-9.577-2.108a21 21 0 0 1-1.497-7.81c0-2.757.53-5.394 1.502-7.824C5.305 2.834 8.581 2.077 12 2.077zm-.001.687c-3.128 0-6.24.668-9.022 1.924-.9 2.34-1.359 4.8-1.359 7.319 0 2.513.458 4.968 1.354 7.306 2.783 1.258 5.897 1.923 9.027 1.923s6.245-.665 9.028-1.923l.004-.003a10.6 10.6 0 0 0-1.427-1.807c-.01-.005-.169-.055-.169-.055-1.725-.53-2.855-.928-3.355-1.187-.687-.357-1.41-1.224-1.49-1.322a10.6 10.6 0 0 0-2.114.03l-.408.053c-.78.1-1.584.208-2.373.081-.525-.086-1.035-.254-1.575-.43-.832-.272-1.685-.552-2.66-.55h-.038l.017.034c.221.43 1.096 1.737 2.19 2.096.242.058.417.122.493.182l.534 1.086c-.682-.31-2.79-1.381-4.49-3.45v-.003c0-.028-.044-.43-.053-.518 1.013-.378 3.293-.597 3.55-.622l.018-.002.008-.02c.137-1.2.42-2.16.953-3.21a.2.2 0 0 0 .024-.087.1.1 0 0 0-.013-.052c-.03-.056-.102-.067-.106-.067l-1.551-.271-.168-.513a28 28 0 0 1 3.287-.977c.133-.213.17-.328.17-.467 0-.118-.057-.22-.17-.297-.56-.379-2.322-.15-4.105.533-.004-.007-.003-.009-.009-.016.37-.277 1.032-.688 1.523-.916l.019-.011-.006-.019c-.133-.45-1.004-.796-1.102-.83l.006-.038c.885-.06 1.472.354 1.652.65l.009.013.017-.005c.114-.037.513-.164.946-.215l.026-.001-.007-.027C8.94 5.325 8.217 4.82 7.97 4.666c.007-.012.01-.017.017-.025.854.066 1.643.802 1.821 1.424l.005.017.018.001c.23.008.507.034.694.065l.019.004.007-.017a1.3 1.3 0 0 0 .103-.517c0-.56-.316-1.16-.705-1.54.007-.01.01-.02.02-.03 1.123.426 1.409 1.235 1.409 1.988 0 .528-.14 1.03-.23 1.35l-.038.133 1.765-.214c-.168.213-.53.592-1.255.992 0-.004-.746-.095-.746-.095l-.02-.003-.006.02c-.05.153-.487 1.533-.489 2.547q.001.565.317.869c.374.36.993.38 1.426.363 1.84-.067 3.276.046 4.273.34l.06.017.008-.014c.062-.095.11-.272.11-.506 0-.445-.177-1.107-.776-1.856.007-.005.007-.01.015-.015.099.055 1.714.972 1.93 2.356-.039.014-.775.315-.775.315l.024.024c.682.714.918 1.577 1.107 2.268.15.548.33.897.567 1.103.276.237 1.32.736 1.634.883.26.37.71 1.064 1.034 1.602a20.3 20.3 0 0 0 1.067-6.508c0-2.52-.46-4.98-1.358-7.32a22.1 22.1 0 0 0-9.024-1.923"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/joomla.svg b/mkdocs-material/material/templates/.icons/simple/joomla.svg new file mode 100644 index 0000000..b08dc6a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/joomla.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.719 14.759 14.22 17.26l-2.37 2.37-.462.466a5.33 5.33 0 0 1-5.047 1.397 3.21 3.21 0 1 1-3.872-3.844 5.32 5.32 0 0 1 1.396-5.08l.179-.18 2.37 2.37-.184.181a1.974 1.974 0 0 0 0 2.789c.771.78 2.022.78 2.787 0l.465-.465 2.367-2.371 2.502-2.506zm.924 6.652a5.32 5.32 0 0 1-5.328-1.318l-.18-.185 2.365-2.369.18.184a1.974 1.974 0 0 0 2.787 0 1.965 1.965 0 0 0-.004-2.781l-.466-.465-2.365-2.37-2.502-2.503 2.37-2.369 2.499 2.505 2.367 2.37.464.464a5.28 5.28 0 0 1 1.411 5.021A3.215 3.215 0 0 1 24 20.775a3.204 3.204 0 0 1-3.209 3.21 3.19 3.19 0 0 1-3.135-2.565zM6.975 9.461l2.508-2.505 2.37-2.369.462-.461A5.3 5.3 0 0 1 17.58 2.79 3.215 3.215 0 0 1 20.759.015a3.211 3.211 0 0 1 .421 6.395 5.31 5.31 0 0 1-1.35 5.234l-.182.184-2.369-2.369.184-.184a1.967 1.967 0 1 0-2.781-2.78l-.462.461-2.37 2.369-2.505 2.502zm-2.653 2.647-.461-.462a5.31 5.31 0 0 1-1.332-5.288A3.22 3.22 0 0 1 .03 3.224C.03 1.454 1.47.015 3.24.015a3.215 3.215 0 0 1 3.17 2.691 5.32 5.32 0 0 1 4.979 1.415l.184.185-2.37 2.37-.183-.181a1.977 1.977 0 0 0-2.785 0 1.977 1.977 0 0 0-.005 2.79l.465.466 2.37 2.369 2.505 2.505-2.367 2.37-2.51-2.505-2.371-2.37z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/joplin.svg b/mkdocs-material/material/templates/.icons/simple/joplin.svg new file mode 100644 index 0000000..9e61fde --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/joplin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.969 0h-8.904a.15.15 0 0 0-.152.152v2.827c0 .095.077.172.172.172h1.221c.493 0 .894.38.937.863v13.378h-.001l-.017.363-.05.282q-.015.067-.033.132a2.1 2.1 0 0 1-.384.708l-.021.021q-.08.095-.172.18-.095.085-.2.16c-.498.353-1.169.508-1.918.436-.955-.089-1.903-.523-2.669-1.22-.765-.696-1.242-1.558-1.34-2.427-.089-.778.144-1.462.655-1.927l.004-.003q.03-.026.062-.05c.366-.307.842-.493 1.387-.544l.017-.002.298-.014.35.017.024.003c.499.05.993.199 1.462.425q.015 0 .036.011c.143.079.17-.005.174-.061V9.626a.26.26 0 0 0-.203-.256c-2.527-.556-5.005.022-6.754 1.615-1.528 1.389-2.267 3.395-2.027 5.502.213 1.876 1.176 3.679 2.712 5.076 1.497 1.362 3.402 2.213 5.368 2.399q.408.038.809.038c1.877 0 3.619-.644 4.905-1.814a6.32 6.32 0 0 0 2.055-4.288l.01-10.866h.001V4.077a.946.946 0 0 1 .945-.926h1.221a.17.17 0 0 0 .172-.172V.152A.15.15 0 0 0 20.969 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/jordan.svg b/mkdocs-material/material/templates/.icons/simple/jordan.svg new file mode 100644 index 0000000..0ff8169 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/jordan.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.55 2.194v-.075q0-.525.338-.938.337-.412.862-.412c.525 0 .663.112.938.337s.425.525.45.9q.037.563-.338.938c-.375.375-.55.375-.9.375l-.225.075.075.112-.075.413-.15 1.2q.075.075.075.15l-.15.75q-.075.15-.15.225l-.075.3a23 23 0 0 1-.45 1.575v.15q-.075.375-.112.6t-.263.75q-.15.3 0 .975l.075.075q0 .225.188.525c.188.3.187.375.187.525q.075 1.5-.225 2.55l.15.45q.9.45.525.975l.375.15q.9.45 1.275.787.375.338.75.713.3.075.45.225l.225.075q1.575 1.05 3.15 2.55l.3.225v.075l-.075.15.225.15h.075q.225.15.3.15h.075q.075 0 .15-.075l.15-.075q.15-.15.3-.225h.3q.075 0 0 .075l-.3.15-.375.45h.525l.525.075q.225-.075.375-.15l.375-.225q.225-.075.45.15h.075q.075.075-.075.225l-.9.825q-.375.3-.675.375l-.975.675q-.075.075-.15 0l-.225-.3-.15-.3-.188-.263-.225-.3-.187-.225-.15-.187-.3-.225q-.15 0-.3-.075l-.975-.75q-.225 0-.525-.225-1.125-.975-1.5-1.2l-.45-.3-.9-.15q-.45-.075-1.2-.45l-.6-.3q-.6-.3-.825-.3l-.3-.15q-.3-.075-.45-.15l-.15-.15q-.15 0-.3.075l-1.5.75-1.875.825q-.75.6-1.425.975l-.825.375-1.275.9q-.15.15-.3 0l-.15.15q-.225.075-.3.075l-.3.15v.15H3.2l-.15.225q-.15.3-.3.337t-.187.113a.4.4 0 0 1-.075.112l-.15.15-.225.15-.338-.037-.45.075-.3.075q-.375.075-.6-.113-.225-.187-.375-.562-.15-.225.15-.375l.075-.075q.075-.075.225-.075h.45l.6-.225.3-.075q0-.15.075-.225t.225-.075v-.075a.7.7 0 0 1-.075-.3q-.076-.15-.037-.225.037-.075.075-.075h.037l.075.225q.075.375.225.225l.075-.15q.075-.15.225-.15l.15.15.15-.15-.075-.075q0-.075.075-.075l.3-.3q.375-.45.9-.825 1.05-.825 2.25-1.275.375-.375.825-.375.3-.525.9-1.125.525-.375.75-.525.15-.3.375-.3h.075l.15-.15q.15-.075.225-.15v-.375q0-.375.075-.6t.375-.225l.3-.3q-.15-.3-.15-.675h-.075q-.15-.225-.15-.45-.225-.375-.3-.6H9.65q-.075.225-.375.3l-.075.15q-.3.525-.525.787-.225.263-.825.638-.375.375-.525.825-.075.225 0 .45l-.075.15h.075q0 .15.075.15h.075q.15.075.15.187c0 .112-.075.1-.225.075a.6.6 0 0 1-.337-.15q-.113-.112-.188-.112l-.225.225q-.15.225-.3.187-.15-.037-.075-.112l.075-.075q.075-.15 0-.15l-.6.15q-.075.075-.187 0c-.112-.075-.063-.1.037-.15l.375-.15q0-.075-.075-.075-.3.15-.6.075l-.375-.075-.075-.075q0-.075.075-.075.3.075.75-.075l.525-.225.6-.675.075-.15q.3-.6.638-1.088a3.7 3.7 0 0 1 .712-.787l.075-.3q.15-.3.3-.525t.375-.6l.225-.3q.3-.45.675-.45l.225-.225q.075-.075.075-.225l.15-.15-.075-.075q-.45-.375-.45-.675-.075-.525.338-.9c.413-.375.55-.363.825-.338q.412.038.637.263l.15.15q.075 0 .075.075l.3.15v.225q.15.15.15.225.15-.225.45-.525l.375-1.2q0-.3.15-.6l.15-.225v-.15l.225-.9h.15l.225-.9a.93.93 0 0 0 0-.525l-.3-.75z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/jouav.svg b/mkdocs-material/material/templates/.icons/simple/jouav.svg new file mode 100644 index 0000000..9ae5ef4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/jouav.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m4.822 13.107.112-.07A1.36 1.36 0 0 1 4.453 12a1.37 1.37 0 0 1 1.374-1.365c.41 0 .776.18 1.03.462l.016-.027c.115-.203.226-.402.31-.6.038-.078.066-.157.097-.233a2.3 2.3 0 0 0-1.452-.517A2.287 2.287 0 0 0 3.533 12c0 .562.205 1.076.544 1.473a3 3 0 0 0 .14-.058c.2-.085.4-.194.605-.308m2.702-2.642a5 5 0 0 1-.312.787 7 7 0 0 1-.118.216 1.4 1.4 0 0 1 .108.532 1.37 1.37 0 0 1-1.88 1.269 6 6 0 0 1-.316.175 5 5 0 0 1-.673.272l-.012.004a2.3 2.3 0 0 0 1.506.56A2.287 2.287 0 0 0 8.122 12a2.26 2.26 0 0 0-.598-1.535m-6.202-.673H2.72v2.754q0 .887-.437 1.31-.438.42-1.36.42A3.7 3.7 0 0 1 0 14.16v-.96a1.4 1.4 0 0 0 .446.076q.474 0 .674-.23.202-.231.202-.795zm7.555 0h1.4v2.55q-.001.56.199.811.2.25.638.25.45 0 .68-.27.229-.266.228-.791v-2.55h1.332v2.55q0 .969-.56 1.45-.559.484-1.68.484-1.11 0-1.673-.486-.564-.487-.563-1.448zm6.914 0h1.687l1.985 4.383h-1.495l-.372-.928h-2.02l-.39.928h-1.385zm.815.978-.68 1.644h1.337zm2.174-.978h1.462l1.17 3.41 1.156-3.41H24l-1.778 4.383h-1.754z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/jovian.svg b/mkdocs-material/material/templates/.icons/simple/jovian.svg new file mode 100644 index 0000000..95f82ec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/jovian.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.25 1.65C20.25.74 19.51 0 18.6 0H5.4c-.91 0-1.65.74-1.65 1.65v20.7c0 .91.74 1.65 1.65 1.65h13.2c.91 0 1.65-.74 1.65-1.65zm-5.275 4.341a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3m.04 9.018a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3m-6.015 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/jpeg.svg b/mkdocs-material/material/templates/.icons/simple/jpeg.svg new file mode 100644 index 0000000..3b44a67 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/jpeg.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.559 20.407c-.63 0-1.08-.026-1.08-.026V17.22h1.073c1.19 0 1.95.33 1.95 1.426 0 .93-.329 1.76-1.943 1.76m.028-3.965H6.61V24h.87v-2.797h1.275c1.783 0 2.634-1.096 2.634-2.483 0-1.413-.871-2.279-2.8-2.279m4.781 4.13h3.063v-.812H13.37v-2.55h3.548v-.768H12.5v7.42h4.566v-.768H13.37zm8.115-.633v.753h1.289v1.866c-.395.587-1.452.587-1.452.587-.805 0-1.454-.277-1.927-.838-.47-.558-.707-1.158-.707-2.06 0-.947.235-1.675.711-2.257.482-.583 1.15-.905 1.982-.905.427 0 .884.131 1.33.405l.538-.602q-.723-.594-1.84-.593c-1.11 0-2.005.361-2.656 1.08-.657.715-.99 1.668-.99 2.832s.305 2.043.9 2.745c.591.692 1.42 1.047 2.44 1.047.46 0 .932-.043 1.423-.197.378-.12.508-.216 1.075-.216v-3.647zM3.856 16.441h-.584v.768h.584v3.571c0 1.101.033 1.746-.345 2.124a1.27 1.27 0 0 1-.865.367c-1.362 0-1.412-1.091-1.412-1.091H.4c.08 1.942 2.362 1.813 2.362 1.813.607-.033 1.087-.233 1.462-.609.495-.499.507-1.422.507-2.192v-4.75zM17.352 0H3.063v14.282h8.266V8.271h6.023zm.686 9.067h5.213v5.216h-5.213z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/jquery.svg b/mkdocs-material/material/templates/.icons/simple/jquery.svg new file mode 100644 index 0000000..c2c42d6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/jquery.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.525 5.87c-2.126 3.054-1.862 7.026-.237 10.269q.057.117.118.229.035.076.077.15.021.042.047.082.04.078.081.152l.157.266c.03.049.057.097.09.146.056.094.12.187.178.281q.037.06.079.117a6 6 0 0 0 .31.445q.115.16.24.315.042.057.086.115l.22.269c.028.03.055.067.084.099q.148.176.306.35l.005.006a3 3 0 0 0 .425.44q.119.125.245.245l.101.097q.165.158.34.309.002 0 .005.003l.057.05q.153.135.31.26l.125.105q.13.1.26.2l.137.105c.093.07.192.139.287.207q.052.038.106.073l.03.023.28.185.12.08q.221.14.44.272.063.031.123.068.164.095.329.183.09.05.184.094.113.062.234.125a.3.3 0 0 1 .056.023q.049.023.096.047.18.09.375.175.037.014.076.034.215.094.438.182c.034.01.07.027.105.04q.204.078.411.152l.05.018q.23.078.46.15.054.016.111.033c.16.048.314.105.474.137 10.273 1.872 13.258-6.177 13.258-6.177-2.508 3.266-6.958 4.127-11.174 3.169-.156-.036-.312-.086-.47-.132a14 14 0 0 1-.567-.182l-.062-.024q-.202-.07-.4-.148a2 2 0 0 0-.11-.04q-.22-.09-.433-.184c-.031-.01-.057-.024-.088-.036l-.362-.17a2 2 0 0 1-.106-.052c-.094-.044-.188-.095-.28-.143a4 4 0 0 1-.187-.096c-.114-.06-.227-.125-.34-.187q-.052-.035-.112-.066a16 16 0 0 1-.439-.27 2 2 0 0 1-.118-.078 6 6 0 0 1-.312-.207q-.05-.035-.103-.073a10 10 0 0 1-.295-.212q-.064-.05-.132-.1c-.088-.07-.177-.135-.265-.208l-.118-.095a11 11 0 0 1-.335-.28.3.3 0 0 0-.037-.031l-.347-.316-.1-.094q-.123-.125-.25-.246l-.098-.1a9 9 0 0 1-.309-.323l-.015-.016q-.159-.174-.313-.355-.04-.046-.08-.097l-.227-.277a21 21 0 0 1-.34-.449C2.152 11.79 1.306 7.384 3.177 3.771m4.943-.473c-1.54 2.211-1.454 5.169-.254 7.508a9 9 0 0 0 .678 1.133c.23.33.484.721.793.988q.162.181.344.36l.09.09q.172.164.35.325l.016.013a10 10 0 0 0 .414.342c.034.023.063.05.096.073q.21.161.428.316l.015.009q.093.066.198.13c.028.018.06.042.09.06q.158.1.318.197.025.011.048.023c.09.055.188.108.282.157.033.02.065.035.1.054q.1.05.197.102l.032.014q.204.1.408.19.05.02.092.039.167.072.336.137c.05.017.097.037.144.052.102.038.21.073.31.108l.14.045c.147.045.295.104.449.13C22.164 17.206 24 11.098 24 11.098c-1.653 2.38-4.852 3.513-8.261 2.628a8 8 0 0 1-.449-.13c-.048-.014-.09-.029-.136-.043-.104-.036-.211-.07-.312-.109l-.144-.054c-.113-.045-.227-.087-.336-.135-.034-.015-.065-.025-.091-.04q-.211-.093-.418-.192l-.206-.107-.119-.06a6 6 0 0 1-.265-.15 1 1 0 0 1-.062-.035c-.106-.066-.217-.13-.318-.198q-.05-.03-.097-.062l-.208-.136c-.144-.1-.285-.208-.428-.313q-.048-.042-.094-.079c-1.499-1.178-2.681-2.79-3.242-4.613-.59-1.897-.46-4.023.56-5.75m4.292-.147c-.909 1.334-.996 2.99-.37 4.46.665 1.563 2.024 2.79 3.608 3.37q.096.036.196.07l.088.027c.092.03.185.063.28.084 4.381.845 5.567-2.25 5.886-2.704-1.043 1.498-2.792 1.857-4.938 1.335a5 5 0 0 1-.516-.16 6 6 0 0 1-.618-.254 6.5 6.5 0 0 1-1.082-.66c-1.922-1.457-3.113-4.236-1.859-6.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/jrgroup.svg b/mkdocs-material/material/templates/.icons/simple/jrgroup.svg new file mode 100644 index 0000000..f570188 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/jrgroup.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.955 13.653h1.089c2.684 0 2.684-4.123 2.684-4.123s0-4.162-2.684-4.162H9.18v8.869c0 1.556-3.112 1.478-3.112 1.478s-3.073.116-3.073-1.478v-3.423H0v4.395c0 3.19 5.68 3.384 6.107 3.423.428 0 6.107-.194 6.107-3.423V8.363h7.896c.661 0 .661 1.167.661 1.167s0 1.167-.66 1.167h-6.069l5.952 7.702H24Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/jsdelivr.svg b/mkdocs-material/material/templates/.icons/simple/jsdelivr.svg new file mode 100644 index 0000000..55093ca --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/jsdelivr.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.851 0 .811 4.02l1.56 14.7L11.85 24l9.6-5.28 1.74-14.76zm.062 4.622a6.668 6.75 0 0 1 2.666.572 12.5 12.5 0 0 0-2.59 1.95c-.045-.02-.092-.031-.138-.045a1.2 1.2 0 0 0-.346-.056c-.071 0-.141.01-.21.021a9 9 0 0 1-.615-2.318 6.668 6.75 0 0 1 1.171-.122 6.668 6.75 0 0 1 .062-.002m-1.99.312a9.8 9.8 0 0 0 .69 2.504 1.2 1.2 0 0 0-.328.825 1.2 1.2 0 0 0 .18.63c-.937 1.294-1.656 2.803-1.905 4.31-.01.056-.013.11-.02.166-.282.09-.515.284-.656.54-.987-.333-1.885-.968-2.615-2.022a6.668 6.75 0 0 1-.026-.515 6.668 6.75 0 0 1 4.68-6.438m5.507.709a6.668 6.75 0 0 1 2.53 2.9c-.377.953-1.049 1.892-1.893 2.727a1.24 1.24 0 0 0-.644-.184 1.24 1.24 0 0 0-.768.27 11 11 0 0 1-1.318-1.168c-.333-.35-.637-.73-.921-1.123.19-.215.31-.494.31-.802a1.2 1.2 0 0 0-.159-.586c1.058-1.008 2.112-1.67 2.863-2.034m-3.925 1.982a.62.62 0 0 1 .346.114.62.62 0 0 1 .292.524.62.62 0 0 1-.292.524.63.63 0 0 1-.346.113.634.634 0 0 1-.638-.637c0-.355.283-.638.638-.638m-.441 1.771a1.2 1.2 0 0 0 .675.062q.055.073.112.148a11 11 0 0 0 .921 1.119 12 12 0 0 0 1.446 1.277c-.032.11-.054.224-.054.342a1.2 1.2 0 0 0 .066.38 10 10 0 0 1-2.118 1.042c-.087.029-.173.052-.261.078a7.7 7.7 0 0 1-1.87.332 1.15 1.15 0 0 0-.66-.773q.004-.036.01-.073c.219-1.333.873-2.73 1.733-3.934m7.272.19a6.668 6.75 0 0 1 .245 1.786 6.668 6.75 0 0 1-.259 1.856 10 10 0 0 1-1.666-.63 1.24 1.24 0 0 0-.065-.713 9.4 9.4 0 0 0 1.745-2.3zm-2.913 2.101c.367 0 .657.291.657.658s-.291.657-.657.657-.658-.29-.658-.657.29-.658.658-.658m.837 1.59a11 11 0 0 0 1.802.688 6.668 6.75 0 0 1-6.149 4.157 6.668 6.75 0 0 1-.062-.004 6.668 6.75 0 0 1-.042 0c-.087-.042-.168-.08-.266-.129-.312-.154-.667-.352-.846-.5a3.8 3.8 0 0 1-1.294-2.03c.21-.111.38-.284.487-.495a8.4 8.4 0 0 0 1.96-.306 9 9 0 0 0 .513-.154 11 11 0 0 0 2.341-1.13c.205.143.452.23.719.23a1.25 1.25 0 0 0 .837-.328zm-10.707.116a5.8 5.8 0 0 0 2.212 1.298 1.15 1.15 0 0 0 .857.87 4.6 4.6 0 0 0 1.24 2.222 6.668 6.75 0 0 1-4.31-4.39zm3.327.464c.331 0 .595.263.595.596s-.264.595-.595.595a.59.59 0 0 1-.596-.595.59.59 0 0 1 .596-.596"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/jsfiddle.svg b/mkdocs-material/material/templates/.icons/simple/jsfiddle.svg new file mode 100644 index 0000000..0a1baf4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/jsfiddle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.9 3.602c-2.749 0-5.103 1.544-6.35 3.779-.536-.317-1.139-.54-1.806-.54-1.981 0-3.6 1.606-3.6 3.579 0 .263.063.513.118.762C.912 12.09 0 13.602 0 15.344c0 2.763 2.241 5.012 5.008 5.054h14.008c2.746.017 4.984-2.206 4.984-4.937 0-1.946-1.153-3.602-2.799-4.41.003-.062.01-.115.01-.184 0-4.008-3.28-7.265-7.31-7.265zm0 .843c3.58 0 6.47 2.872 6.47 6.422 0 .115-.012.242-.02.387a.42.42 0 0 0 .26.414 4.1 4.1 0 0 1 2.546 3.793 4.094 4.094 0 0 1-4.135 4.096H5.02C2.702 19.52.844 17.653.844 15.344c0-1.545.834-2.883 2.08-3.62a.42.42 0 0 0 .187-.49 2.7 2.7 0 0 1-.125-.814 2.74 2.74 0 0 1 2.758-2.736 2.75 2.75 0 0 1 1.686.576.42.42 0 0 0 .636-.15A6.46 6.46 0 0 1 13.9 4.444zm-5.33 6.877c-1.586 0-2.91 1.213-2.91 2.737 0 1.523 1.324 2.736 2.91 2.736 1.411 0 2.182-.931 2.496-1.266a.421.421 0 1 0-.613-.578c-.378.402-.819 1.002-1.883 1.002-1.162 0-2.068-.86-2.068-1.894 0-1.035.906-1.895 2.068-1.895.533 0 1.105.297 1.686.77.372.303.737.668 1.098 1.043a.4.4 0 0 0 .085.123c.533.552 1.122 1.205 1.774 1.736s1.386.959 2.217.959c1.586 0 2.91-1.213 2.91-2.736s-1.324-2.737-2.91-2.737c-1.411 0-2.182.931-2.496 1.266a.421.421 0 1 0 .613.578c.378-.402.819-1.002 1.883-1.002 1.162 0 2.068.86 2.068 1.895 0 1.034-.906 1.894-2.068 1.894-.533 0-1.105-.297-1.686-.77-.372-.303-.737-.67-1.098-1.044a.4.4 0 0 0-.085-.121c-.533-.552-1.122-1.208-1.774-1.739-.652-.53-1.386-.957-2.217-.957"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/json.svg b/mkdocs-material/material/templates/.icons/simple/json.svg new file mode 100644 index 0000000..f7febd6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/json.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.043 23.968c.479-.004.953-.029 1.426-.094a11.8 11.8 0 0 0 3.146-.863 12.4 12.4 0 0 0 3.793-2.542 12 12 0 0 0 2.44-3.427 11.8 11.8 0 0 0 1.02-3.476c.149-1.16.135-2.346-.045-3.499a12 12 0 0 0-.793-2.788 11 11 0 0 0-.854-1.617c-1.168-1.837-2.861-3.314-4.81-4.3a13 13 0 0 0-2.172-.87h-.005c.119.063.24.132.345.201.12.074.239.146.351.225a9 9 0 0 1 1.559 1.33c1.063 1.145 1.797 2.548 2.218 4.041.284.982.434 1.998.495 3.017.044.743.044 1.491-.047 2.229-.149 1.27-.554 2.51-1.228 3.596a7.5 7.5 0 0 1-1.903 2.084c-1.244.928-2.877 1.482-4.436 1.114a4 4 0 0 1-.748-.258 4.7 4.7 0 0 1-.779-.45 6 6 0 0 1-1.244-1.105 6.5 6.5 0 0 1-1.049-1.747 7.4 7.4 0 0 1-.494-2.54c-.03-1.273.225-2.553.854-3.67a6.4 6.4 0 0 1 1.663-1.918c.225-.178.464-.333.704-.479l.016-.007a5.1 5.1 0 0 0-1.441-.12 5 5 0 0 0-1.228.24c-.359.12-.704.27-1.019.45a6 6 0 0 0-.733.494c-.211.18-.42.36-.615.555-1.123 1.153-1.768 2.682-2.022 4.256-.15.973-.15 1.96-.091 2.95.105 1.395.391 2.787.945 4.062a8.5 8.5 0 0 0 1.348 2.173 8.14 8.14 0 0 0 3.132 2.23 8 8 0 0 0 2.113.54c.074.015.149.015.209.015zm-2.934-.398a4 4 0 0 1-.45-.228 8.5 8.5 0 0 1-2.038-1.534c-1.094-1.137-1.827-2.566-2.247-4.08a15.2 15.2 0 0 1-.495-3.172 12 12 0 0 1 .046-2.082c.135-1.257.495-2.501 1.124-3.58a6.9 6.9 0 0 1 1.783-2.053 6.2 6.2 0 0 1 1.633-.9 5.36 5.36 0 0 1 3.522-.045c.029 0 .029 0 .045.03.015.015.045.015.06.03.045.016.104.045.165.074.239.12.479.271.704.42a6.3 6.3 0 0 1 2.097 2.502c.42.914.615 1.934.631 2.938.014 1.079-.18 2.157-.645 3.146a6.4 6.4 0 0 1-2.638 2.832c.09.03.18.045.271.075.225.044.449.074.688.074 1.468.045 2.892-.66 3.94-1.647q.293-.27.54-.585c.225-.27.435-.54.614-.823.239-.375.435-.75.614-1.154a8 8 0 0 0 .509-1.664c.196-1.004.211-2.022.149-3.026-.135-2.022-.673-4.045-1.842-5.724a9 9 0 0 0-.555-.719 10 10 0 0 0-1.063-1.034 8.5 8.5 0 0 0-1.363-.915 10 10 0 0 0-1.692-.598l-.3-.06c-.209-.03-.42-.044-.634-.06a9 9 0 0 0-1.015.016c-.704.045-1.412.16-2.112.337C5.799 1.227 2.863 3.566 1.3 6.67A11.8 11.8 0 0 0 .238 9.801a11.8 11.8 0 0 0-.104 3.775c.12 1.02.374 2.023.778 2.977.227.57.511 1.124.825 1.648 1.094 1.783 2.683 3.236 4.51 4.24.688.39 1.408.69 2.157.944.226.074.45.15.689.21z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/jsonwebtokens.svg b/mkdocs-material/material/templates/.icons/simple/jsonwebtokens.svg new file mode 100644 index 0000000..7e7b359 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/jsonwebtokens.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.2 0v6.456L12 8.928l1.8-2.472V0zm3.6 6.456v3.072l2.904-.96L20.52 3.36l-2.928-2.136zm2.904 2.112-1.8 2.496 2.928.936 6.144-1.992-1.128-3.432zM17.832 12l-2.928.936 1.8 2.496 6.144 1.992 1.128-3.432zm-1.128 3.432-2.904-.96v3.072l3.792 5.232 2.928-2.136zM13.8 17.544 12 15.072l-1.8 2.472V24h3.6zm-3.6 0v-3.072l-2.904.96L3.48 20.64l2.928 2.136zm-2.904-2.112 1.8-2.496L6.168 12 .024 13.992l1.128 3.432zM6.168 12l2.928-.936-1.8-2.496-6.144-1.992-1.128 3.432zm1.128-3.432 2.904.96V6.456L6.408 1.224 3.48 3.36Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/jsr.svg b/mkdocs-material/material/templates/.icons/simple/jsr.svg new file mode 100644 index 0000000..5a8de76 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/jsr.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.692 5.538v3.693H0v7.384h7.385v1.847h12.923v-3.693H24V7.385h-7.385V5.538Zm1.846 1.847h1.847v7.384H1.846v-3.692h1.846v1.846h1.846zm3.693 0h5.538V9.23h-3.692v1.846h3.692v5.538H9.231V14.77h3.692v-1.846H9.231Zm7.384 1.846h5.539v3.692h-1.846v-1.846h-1.846v5.538h-1.847z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/jss.svg b/mkdocs-material/material/templates/.icons/simple/jss.svg new file mode 100644 index 0000000..998f96b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/jss.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 2.5v19h19.2v-1.95c.506.263 1.124.42 1.857.42 1.687 0 2.943-.877 2.943-2.475 0-1.483-.852-2.143-2.36-2.79l-.444-.19c-.762-.33-1.092-.546-1.092-1.078 0-.431.33-.761.85-.761.51 0 .838.215 1.142.76l1.383-.887c-.585-1.029-1.396-1.422-2.525-1.422-.715 0-1.312.207-1.754.555V2.5zm.36.359h18.48v9.182a2.27 2.27 0 0 0-.487 1.432c0 .654.176 1.152.486 1.552v2.537l-1.018.592c.232.456.57.864 1.018 1.177v1.81H.361zm14.188 8.268c-1.586 0-2.6 1.014-2.6 2.346 0 1.445.85 2.13 2.132 2.675l.443.19c.81.355 1.293.57 1.293 1.18 0 .508-.47.875-1.205.875-.876 0-1.371-.457-1.752-1.078l-1.443.839c.521 1.03 1.587 1.816 3.236 1.816 1.687 0 2.943-.876 2.943-2.475 0-1.483-.852-2.143-2.361-2.79l-.444-.19c-.762-.33-1.092-.546-1.092-1.078 0-.431.33-.761.85-.761.51 0 .838.215 1.143.76l1.382-.887c-.584-1.029-1.396-1.422-2.525-1.422m-5.868.101v6.038c0 .888-.368 1.116-.951 1.116-.61 0-.864-.418-1.143-.913l-1.446.875c.419.886 1.242 1.622 2.664 1.622 1.574 0 2.652-.837 2.652-2.676v-6.062zm10.52 4.173c.345.295.781.532 1.286.747l.443.19c.81.355 1.293.57 1.293 1.18 0 .508-.47.875-1.206.875-.876 0-1.37-.457-1.752-1.078l-.064.037z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/juce.svg b/mkdocs-material/material/templates/.icons/simple/juce.svg new file mode 100644 index 0000000..de39ff5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/juce.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.383 0 0 5.383 0 12s5.383 12 12 12 12-5.383 12-12S18.617 0 12 0m0 22.402c-5.744 0-10.417-4.667-10.417-10.404S6.256 1.595 12 1.595s10.417 4.666 10.417 10.403S17.744 22.402 12 22.402m8.097-5.04a9.8 9.8 0 0 1-2.5 2.572 1.23 1.23 0 0 1-1.787-.42c-.97-1.794-1.75-3.59-2.468-5.391a.504.504 0 0 1 .669-.648c1.729.749 3.503 1.46 5.414 2.04a1.227 1.227 0 0 1 .672 1.847m1.615-5.36q0 .895-.156 1.746a1.235 1.235 0 0 1-1.559.97c-2.01-.583-3.87-1.324-5.687-2.111l.002.001a.503.503 0 0 1 .013-.93c1.802-.713 3.606-1.48 5.416-2.437.727-.385 1.62.04 1.782.846.124.619.19 1.26.19 1.915zm-6.847 7.713c.383.726-.04 1.61-.842 1.78a9.7 9.7 0 0 1-2.021.212 9.7 9.7 0 0 1-1.607-.132 1.233 1.233 0 0 1-.98-1.56c.583-2.003 1.322-3.854 2.107-5.666a.503.503 0 0 1 .93.014h.002c.704 1.78 1.468 3.565 2.411 5.352M9.181 4.276a1.232 1.232 0 0 1 .844-1.782 9.7 9.7 0 0 1 3.692-.05c.722.129 1.176.852.973 1.557-.585 2.028-1.33 3.9-2.125 5.73a.503.503 0 0 1-.93-.013h-.001c-.715-1.81-1.49-3.623-2.453-5.442m-5.374 2.51a9.8 9.8 0 0 1 2.635-2.747 1.233 1.233 0 0 1 1.787.42c1.021 1.88 1.83 3.763 2.578 5.65a.504.504 0 0 1-.668.648c-1.802-.783-3.644-1.53-5.64-2.13a1.234 1.234 0 0 1-.692-1.842zm6.864 7.223c-.763 1.753-1.486 3.55-2.072 5.488a1.23 1.23 0 0 1-1.838.679 9.8 9.8 0 0 1-2.662-2.53 1.23 1.23 0 0 1 .414-1.794c1.834-.99 3.67-1.783 5.51-2.513a.504.504 0 0 1 .648.668zm2.72-3.872c.775-1.777 1.51-3.6 2.103-5.57a1.23 1.23 0 0 1 1.85-.672A9.8 9.8 0 0 1 20 6.497a1.23 1.23 0 0 1-.425 1.779c-1.842.998-3.688 1.796-5.538 2.53a.504.504 0 0 1-.648-.67zm-9.098 4.78a1.23 1.23 0 0 1-1.773-.81 9.7 9.7 0 0 1-.103-3.683 1.234 1.234 0 0 1 1.56-.981c2.02.584 3.888 1.328 5.713 2.119a.503.503 0 0 1-.014.93c-1.79.71-3.585 1.474-5.383 2.425"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/juejin.svg b/mkdocs-material/material/templates/.icons/simple/juejin.svg new file mode 100644 index 0000000..7fdb932 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/juejin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 14.316 7.454-5.88-2.022-1.625L12 11.1l-.004.003-5.432-4.288-2.02 1.624 7.452 5.88Zm0-7.247 2.89-2.298L12 2.453l-.004-.005-2.884 2.318 2.884 2.3Zm0 11.266-.005.002-9.975-7.87L0 12.088l.194.156 11.803 9.308 7.463-5.885L24 12.085l-2.023-1.624Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/juke.svg b/mkdocs-material/material/templates/.icons/simple/juke.svg new file mode 100644 index 0000000..e532934 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/juke.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.965 15.778c-1.947 0-2.751-.929-2.751-2.58V8.409c0-.102.084-.184.188-.184h1.499c.104 0 .188.082.188.184v4.82a.87.87 0 0 0 .876.816c.466 0 .85-.358.876-.816v-4.82a.19.19 0 0 1 .188-.185h1.498c.104 0 .188.083.188.185v4.789c0 1.652-.805 2.58-2.751 2.58zm-4.495-2.66c0 1.652-.726 2.583-2.667 2.583H.188A.186.186 0 0 1 0 15.516v-1.367c0-.102.084-.185.188-.185h.677c.636 0 .73-.336.73-.735V9.582a.4.4 0 0 0-.157-.314L.259 8.456a.13.13 0 0 1-.042-.145.13.13 0 0 1 .125-.087h2.939c.104 0 .188.083.188.185zm10.927.106v2.195a.187.187 0 0 1-.188.185h-1.5a.187.187 0 0 1-.183-.18V8.409c0-.1.081-.182.183-.185h1.5c.104 0 .188.083.188.185v2.2c0 .108.045.122.101.028l1.323-2.251c.08-.136.159-.161.336-.161h1.772c.103 0 .137.084.075.185l-2.063 3.387a.25.25 0 0 0 0 .239l2.063 3.387c.057.101.028.185-.075.185h-1.772c-.179 0-.257-.03-.337-.161l-1.323-2.25c-.056-.094-.101-.082-.101.026zm9.602-1.308a.16.16 0 0 1-.093.13l-2.406 1.45a.1.1 0 0 0-.058.091c0 .039.023.074.057.091l2.446 1.694a.13.13 0 0 1 .042.145.13.13 0 0 1-.126.087h-4.299a.187.187 0 0 1-.188-.18V8.407c0-.102.084-.185.188-.185h4.305c.056 0 .107.035.125.087a.13.13 0 0 1-.042.145l-2.445 1.693a.1.1 0 0 0 0 .182l2.395 1.456q.098.055.098.13z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/julia.svg b/mkdocs-material/material/templates/.icons/simple/julia.svg new file mode 100644 index 0000000..44ada97 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/julia.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.138 17.569a5.569 5.569 0 1 1-11.138 0 5.569 5.569 0 1 1 11.138 0m6.431-11.138a5.569 5.569 0 1 1-11.138 0 5.569 5.569 0 1 1 11.138 0M24 17.569a5.569 5.569 0 1 1-11.138 0 5.569 5.569 0 1 1 11.138 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/junipernetworks.svg b/mkdocs-material/material/templates/.icons/simple/junipernetworks.svg new file mode 100644 index 0000000..ee5104c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/junipernetworks.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.086 13.164c.046 0 .072-.013.072-.062 0-.048-.025-.059-.073-.059h-.102v.121zm-.103.042v.129h-.045V13h.149c.085 0 .117.034.117.1 0 .054-.023.091-.08.102l.075.132h-.048l-.075-.129zm.074-.292a.254.254 0 0 0-.253.253c0 .14.114.254.253.254a.254.254 0 0 0 .253-.254.253.253 0 0 0-.253-.253m-.29.253a.29.29 0 0 1 .29-.29.29.29 0 0 1 .29.29.29.29 0 0 1-.29.291.29.29 0 0 1-.29-.29m-20.745-.66V8.83H1.6v3.677c0 .85.033 1.533-1.44 1.533L0 14.037v.397l.16.002c1.786 0 1.862-.8 1.862-1.929m15.54-1.697h3.134c-.042-.918-.101-1.701-1.44-1.701-1.29 0-1.643.699-1.694 1.7m1.702-2.089c1.794 0 1.853 1.205 1.845 2.476h-3.555c.008 1.12.286 1.955 1.743 1.955.775 0 1.13-.21 1.508-.489l.236.312c-.421.312-.918.556-1.744.556-1.82 0-2.156-1.053-2.156-2.41 0-1.355.388-2.4 2.123-2.4m-4.149 2.706q1.115.002 1.114-1.095c0-.733-.399-1.08-1.132-1.08h-1.729v2.175zm-.006-2.588c1.068 0 1.552.53 1.552 1.474 0 .95-.478 1.527-1.558 1.527h-1.735v1.598h-.412V8.84zm-2.925 0v4.6h-.412v-4.6zm-1.194 4.6h-.43v-2.814c0-.809.009-1.491-1.474-1.491-1.474 0-1.44.682-1.44 1.533v2.771h-.422v-2.771c0-1.129.076-1.93 1.862-1.93 1.794 0 1.904.801 1.904 1.896zM2.747 8.83h.43v2.814c0 .809-.01 1.49 1.473 1.49 1.474 0 1.44-.681 1.44-1.532V8.83h.422v2.772c0 1.128-.076 1.929-1.862 1.929-1.794 0-1.903-.8-1.903-1.896zm18.967 1.837v2.771h.421v-2.771c0-.85-.034-1.533 1.44-1.533q.237 0 .425.023v-.401a5 5 0 0 0-.424-.018c-1.786 0-1.862.8-1.862 1.929zm-.431 4.36a.8.8 0 0 0 .454.129c.262 0 .379-.074.379-.249 0-.18-.151-.206-.38-.247-.273-.048-.459-.094-.459-.351 0-.246.158-.342.46-.342.199 0 .341.045.442.114l-.072.11a.7.7 0 0 0-.37-.1c-.228 0-.326.063-.326.214 0 .161.132.192.358.233.278.05.479.091.479.364 0 .252-.161.373-.508.373a.9.9 0 0 1-.526-.145zm-.789-.442-.254.277v.396h-.132v-1.27h.132v.701l.643-.7h.156l-.456.498.518.771h-.153zm-1.1.032c.18 0 .29-.055.29-.255 0-.197-.107-.249-.296-.249h-.413v.504zm-.038.124h-.38v.517h-.133v-1.27h.549c.295 0 .428.118.428.37 0 .22-.104.348-.326.377l.307.523h-.144zm-.924-.117c0-.343-.16-.528-.506-.528-.345 0-.502.185-.502.528 0 .345.157.53.502.53.346 0 .506-.185.506-.53m-.506-.657c.408 0 .641.203.641.655 0 .455-.233.657-.641.657-.406 0-.638-.202-.638-.657 0-.452.232-.655.638-.655m-2.357.021.334 1.05.341-1.05h.117l.34 1.05.335-1.05h.13l-.408 1.279h-.116l-.343-1.058-.341 1.058h-.118l-.41-1.279zm-1.392.129v-.129h1.088v.129h-.476v1.141h-.136v-1.141zm-.204-.129v.129h-.705v.42h.688v.127h-.688v.47h.712v.124h-.847v-1.27zm-2.054 0 .76 1.048v-1.048h.13v1.27h-.124l-.783-1.078v1.078h-.13v-1.27Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/junit5.svg b/mkdocs-material/material/templates/.icons/simple/junit5.svg new file mode 100644 index 0000000..7f638c5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/junit5.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.886 9.769q2.47 0 3.912 1.307 1.442 1.308 1.442 3.566 0 2.616-1.643 4.09-1.632 1.465-4.65 1.465-2.739 0-4.303-.883v-2.38a7.9 7.9 0 0 0 2.079.793q1.173.28 2.18.28 1.776 0 2.704-.794t.928-2.325q0-2.928-3.733-2.929-.525 0-1.297.112-.771.1-1.352.235l-1.174-.693.626-7.98H16.1v2.335H9.919l-.37 4.046q.393-.066.95-.156.57-.09 1.387-.09zM12 0C5.373 0 0 5.373 0 12a12 12 0 0 0 6.65 10.738v-3.675h.138c.01.004 4.86 2.466 8.021 0 3.163-2.468 1.62-5.785 1.08-6.557-.54-.771-3.317-2.083-5.708-1.851-2.391.231-2.391.308-2.391.308l.617-7.096 7.687-.074V.744A12 12 0 0 0 11.999 0zm4.095.744v3.049l-7.688.074-.617 7.096s0-.077 2.391-.308c2.392-.232 5.169 1.08 5.708 1.851.54.772 2.083 4.089-1.08 6.557-3.16 2.467-8.013.004-8.02 0h-.14v3.675A12 12 0 0 0 12 24c6.628 0 12-5.373 12-12A12.01 12.01 0 0 0 16.35.83a9 9 0 0 0-.255-.086M6.299 22.556"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/jupyter.svg b/mkdocs-material/material/templates/.icons/simple/jupyter.svg new file mode 100644 index 0000000..df3dcc1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/jupyter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.157 22.201A1.784 1.799 0 0 1 5.374 24a1.784 1.799 0 0 1-1.784-1.799 1.784 1.799 0 0 1 1.784-1.799 1.784 1.799 0 0 1 1.783 1.799M20.582 1.427a1.415 1.427 0 0 1-1.415 1.428 1.415 1.427 0 0 1-1.416-1.428A1.415 1.427 0 0 1 19.167 0a1.415 1.427 0 0 1 1.415 1.427M4.992 3.336A1.047 1.056 0 0 1 3.946 4.39a1.047 1.056 0 0 1-1.047-1.055A1.047 1.056 0 0 1 3.946 2.28a1.047 1.056 0 0 1 1.046 1.056m7.336 1.517c3.769 0 7.06 1.38 8.768 3.424a9.36 9.36 0 0 0-3.393-4.547 9.24 9.24 0 0 0-5.377-1.728A9.24 9.24 0 0 0 6.95 3.73a9.36 9.36 0 0 0-3.394 4.547c1.713-2.04 5.004-3.424 8.772-3.424m.001 13.295c-3.768 0-7.06-1.381-8.768-3.425a9.36 9.36 0 0 0 3.394 4.547A9.24 9.24 0 0 0 12.33 21a9.24 9.24 0 0 0 5.377-1.729 9.36 9.36 0 0 0 3.393-4.547c-1.712 2.044-5.003 3.425-8.772 3.425Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/justeat.svg b/mkdocs-material/material/templates/.icons/simple/justeat.svg new file mode 100644 index 0000000..72e2948 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/justeat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.196.232a1.38 1.38 0 0 1 1.528 0 33 33 0 0 1 3.384 2.438s.293.203.301-.14a5.4 5.4 0 0 1 .079-1.329.61.61 0 0 1 .562-.39s1.329.066 2.173.179c.377.05.671.352.711.73 0 0 .543 3.62.665 4.925 0 0 .105.664 1.067 1.79 0 0 1.953 2.735 2.18 3.259 0 0 .454.946-.523 1.074 0 0-1.783.18-1.955.22a.446.446 0 0 0-.39.484s-.094 6.296-.555 9.32c0 0-.121 1.2-.782 1.173 0 0-1.833-.059-2.259-.047 0 0-.183 0-.156-.246 0 0 .934-9.817.301-14.78 0 0-.028-.64-.516-.782 0 0-.445-.18-.871.391a15.57 15.57 0 0 0-2.9 8.86s-.05 1.563.188 1.953c0 0 .148.274.907.336l.96.13s.176 0 .16.233c0 0-.218 2.88-.28 3.393a1 1 0 0 1-.071.34s-.035.098-.336.086c0 0-4.236-.03-4.713 0 0 0-.2 0-.242-.105-.043-.106-.294-3.717-.286-4.229a.255.255 0 0 1 .149-.25 2.55 2.55 0 0 0 1.172-1.871q.078-.823.024-1.646s.156-5.522.195-6.41c0 0 .031-.3-.36-.355a.364.364 0 0 0-.437.27v.03c0 .032-.274 3.643-.223 5.081 0 0 .094.942-.558.961 0 0-.634.095-.665-.69 0 0 .047-3.542.203-5.292a.39.39 0 0 0-.348-.391.39.39 0 0 0-.437.316.1.1 0 0 0 0 .031s-.274 3.39-.223 5.179c0 0 .078.868-.614.836 0 0-.578.066-.61-.704 0 0 .157-4.85.2-5.224A.39.39 0 0 0 6.647 9h-.039a.39.39 0 0 0-.418.325v.035s-.258 5.8-.223 7.503c0 0-.023 1.751 1.27 2.462 0 0 .192.11.196.277 0 0 .145 3.076.277 4.069 0 0 .047.238-.164.238L4.291 24a.67.67 0 0 1-.665-.633 73 73 0 0 1-.601-9.829.5.5 0 0 0-.391-.535S.969 12.85.566 12.749a.692.692 0 0 1-.422-1.02A33.5 33.5 0 0 1 11.197.232Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/justgiving.svg b/mkdocs-material/material/templates/.icons/simple/justgiving.svg new file mode 100644 index 0000000..740d6df --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/justgiving.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.716 9.925H15.33l-4.898 4.919h6.727c-.885 1.975-2.865 3.061-5.16 3.061-3.104 0-5.639-2.67-5.639-5.771C6.36 9.02 8.896 6.42 12 6.42c1.134 0 2.189.295 3.061.871l4.542-4.561A11.92 11.92 0 0 0 12 0C5.37 0 0 5.367 0 12c0 6.623 5.37 12 12 12s12-5.115 12-11.738c0-.896-.103-1.35-.284-2.337"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/k3s.svg b/mkdocs-material/material/templates/.icons/simple/k3s.svg new file mode 100644 index 0000000..0aea0d4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/k3s.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.46 2.172H2.54A2.55 2.55 0 0 0 0 4.712v14.575a2.55 2.55 0 0 0 2.54 2.54h18.92a2.55 2.55 0 0 0 2.54-2.54V4.713a2.55 2.55 0 0 0-2.54-2.54ZM10.14 16.465 5.524 19.15a1.235 1.235 0 1 1-1.242-2.137L8.9 14.33a1.235 1.235 0 1 1 1.241 2.136zm1.817-4.088h-.006a1.235 1.235 0 0 1-1.23-1.24l.023-5.32a1.236 1.236 0 0 1 1.236-1.23h.005a1.235 1.235 0 0 1 1.23 1.241l-.023 5.32a1.236 1.236 0 0 1-1.235 1.23zm8.17 6.32a1.235 1.235 0 0 1-1.688.453l-4.624-2.67a1.235 1.235 0 1 1 1.235-2.14l4.624 2.67a1.235 1.235 0 0 1 .452 1.688z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/k6.svg b/mkdocs-material/material/templates/.icons/simple/k6.svg new file mode 100644 index 0000000..5461a38 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/k6.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 23.646H0L7.99 6.603l4.813 3.538L19.08.354Zm-8.8-3.681h.052a2.3 2.3 0 0 0 1.593-.64 2.09 2.09 0 0 0 .685-1.576 1.91 1.91 0 0 0-.66-1.511 2 2 0 0 0-1.37-.59h-.04a.7.7 0 0 0-.199.027l1.267-1.883-1.01-.705-.477.705-1.22 1.864c-.21.31-.386.582-.495.77q-.169.301-.29.625a1.9 1.9 0 0 0-.138.719 2.09 2.09 0 0 0 .676 1.558c.422.411.989.641 1.578.64Zm-5.365-2.027 1.398 1.978h1.496l-1.645-2.295 1.46-2.029-.97-.671-.427.565-1.314 1.853v-3.725l-1.31-1.068v7.37h1.31v-1.98Zm5.367.792a.963.963 0 1 1 0-1.927h.009a.94.94 0 0 1 .679.29.9.9 0 0 1 .29.668.98.98 0 0 1-.977.967Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/kaggle.svg b/mkdocs-material/material/templates/.icons/simple/kaggle.svg new file mode 100644 index 0000000..b5b6960 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/kaggle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.103 7.348Q0 7.348 0 7.45v6.752q0 .102.103.102h.704q.102 0 .103-.103v-1.48l.418-.4 1.502 1.91a.18.18 0 0 0 .143.072h.909q.072 0 .082-.04.02-.062-.02-.102l-1.982-2.462 1.9-1.839q.03-.03.01-.092-.02-.05-.082-.05h-.94q-.07 0-.143.07L.91 11.608V7.45q0-.102-.103-.102zm18.041 0q-.102 0-.102.102v6.752q0 .101.102.101h.705q.102 0 .102-.102V7.45q0-.102-.102-.102zM5.961 9.625q-.848 0-1.634.542-.082.081-.031.143l.368.52q.04.072.133.021.592-.409 1.164-.409.44.001.669.266a.84.84 0 0 1 .2.644q-.991.102-1.482.245-1.245.357-1.246 1.358 0 .634.46 1.042.47.399 1.113.398.705 0 1.154-.337v.143q0 .103.113.102h.704q.102 0 .102-.102v-2.829q0-.99-.674-1.44-.459-.307-1.113-.307m4.323 0q-1.012 0-1.563.787-.47.654-.47 1.594 0 .99.49 1.644.562.745 1.553.745.797 0 1.277-.398v.531q0 1.287-1.236 1.287-.541 0-1.114-.572a.1.1 0 0 0-.071-.03.1.1 0 0 0-.082.03l-.48.48q-.061.093.01.154.204.173.358.29.153.118.265.19.531.296 1.124.296 1.02 0 1.578-.577.557-.578.557-1.69V9.82q0-.102-.102-.102h-.705q-.103 0-.102.102v.204q-.522-.399-1.287-.399m4.802 0q-1.012 0-1.563.787-.47.654-.47 1.594 0 .99.49 1.644.562.745 1.553.745.797 0 1.277-.398v.531q0 1.287-1.236 1.287-.541 0-1.114-.572a.1.1 0 0 0-.071-.03.1.1 0 0 0-.082.03l-.48.48q-.06.093.01.154.204.173.358.29.152.118.266.19.53.296 1.123.296 1.022 0 1.578-.577.557-.578.557-1.69V9.82q0-.102-.102-.102h-.705q-.102 0-.102.102v.204q-.522-.399-1.287-.399zm6.745 0q-.98 0-1.593.634-.664.694-.664 1.695 0 1.063.674 1.747.695.694 1.737.694.97 0 1.705-.551.082-.061 0-.143l-.48-.49q-.06-.062-.153 0-.45.316-1.011.316-.634 0-1.052-.357a1.32 1.32 0 0 1-.43-.838h3.32q.102 0 .102-.102l.01-.224q.052-1.032-.602-1.717a2.08 2.08 0 0 0-1.563-.664m-.02.787a1.2 1.2 0 0 1 .837.317q.368.316.378.786h-2.461q.09-.49.439-.797.346-.306.807-.306m-11.425.102q.93 0 1.185.654v1.685q-.255.654-1.216.654-.47 0-.766-.296-.399-.378-.398-1.206 0-1.491 1.195-1.491m4.802 0q.93 0 1.185.654v1.685q-.256.654-1.216.654-.47 0-.766-.296-.398-.378-.398-1.206 0-1.491 1.195-1.491m-8.359 1.655v1.021q-.429.429-1.144.378a.9.9 0 0 1-.45-.158.52.52 0 0 1-.224-.363q-.051-.399.45-.613.367-.163 1.368-.265"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/kagi.svg b/mkdocs-material/material/templates/.icons/simple/kagi.svg new file mode 100644 index 0000000..dba6de8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/kagi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.483 18.392h-5.11c-1.382 0-1.622-1.508-1.382-2.11.12-.302.421-.724.661-1.026a6.74 6.74 0 0 0 3.306.844c3.847 0 6.913-3.135 6.913-6.934 0-2.05-.902-3.86-2.284-5.186l.18-.181c.36-.362.902-.603 1.443-.543l.841.06V0H17.61c-1.683 0-3.066 1.025-3.667 2.472a6.8 6.8 0 0 0-1.923-.301c-3.847 0-6.913 3.136-6.913 6.935 0 1.507.481 2.954 1.322 4.1-.12.12-.3.241-.42.302l-.18.18c-1.383 1.327-2.044 3.015-1.684 4.945.18 1.025 1.082 2.11 1.984 2.714.601.422 1.382.603 2.164.603l5.77-.241c.661 0 1.263.301 1.623.904L16.407 24l3.546-1.206-.601-1.327c-.902-1.869-2.765-3.075-4.87-3.075M12.02 5.849c1.803 0 3.306 1.508 3.306 3.317s-1.503 3.316-3.306 3.316-3.306-1.507-3.306-3.316c0-1.87 1.442-3.317 3.306-3.317"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/kahoot.svg b/mkdocs-material/material/templates/.icons/simple/kahoot.svg new file mode 100644 index 0000000..aaff9e9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/kahoot.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.557 18.87 2.747-17.513L16.174 0zM.696 2.348v19.078l4.035.14-.035-6.679 2.487-2.4 2.626 9.078h3.565L10.087 9.722l4.957-5.444-3.496-1.339L4.73 9.443V1.322zm18.295 17.86-.99 2.331L20.12 24l2.088-1.235-.887-2.556Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/kaios.svg b/mkdocs-material/material/templates/.icons/simple/kaios.svg new file mode 100644 index 0000000..6a8cbaf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/kaios.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.342 0a3.674 3.674 0 0 0-3.647 3.674 3.673 3.673 0 0 0 3.673 3.673A3.674 3.674 0 1 0 17.342 0M4.623.16a2.746 2.746 0 0 0-2.747 2.747v18.167a2.747 2.747 0 1 0 5.494 0V2.907A2.75 2.75 0 0 0 4.623.16m6.95 7.208a2.729 2.729 0 0 0-2.237 4.294l7.81 11.155a2.729 2.729 0 1 0 4.471-3.131L13.807 8.53a2.73 2.73 0 0 0-2.234-1.163"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/kakao.svg b/mkdocs-material/material/templates/.icons/simple/kakao.svg new file mode 100644 index 0000000..410fd1d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/kakao.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m3.074 10.44.655.473-1.61 2.02 1.865 2.237-.646.5-2.201-2.692zM.837 15.542H0v-7.03l.837-.182zM21.78 11.16q-.655 0-1.005.49-.35.492-.35 1.438 0 .937.35 1.414t1.005.478q.663 0 1.014-.478.35-.477.35-1.414 0-.946-.35-1.437-.351-.491-1.014-.491m0-.673q1.036 0 1.627.673.592.672.592 1.928 0 1.237-.587 1.9-.586.665-1.632.665-1.037 0-1.628-.664-.591-.665-.592-1.901 0-1.256.596-1.928.596-.673 1.624-.673m-5.534 4.465a1.5 1.5 0 0 0 .357-.045 3 3 0 0 0 .372-.118 2 2 0 0 0 .348-.178 2 2 0 0 0 .29-.223v-1.164h-.87q-.66 0-.964.228-.303.226-.303.718 0 .782.77.782m-1.57-.745q0-.756.504-1.15.505-.397 1.469-.397h.964v-.318q0-1.155-1.019-1.155-.327 0-.686.091t-.66.227l-.245-.59q.373-.21.805-.324.431-.113.84-.114 1.766 0 1.766 1.883v3.183h-.62l-.1-.545q-.372.3-.795.464-.423.163-.805.163-.665 0-1.041-.377-.378-.378-.378-1.041m-1.65-3.766.655.473-1.61 2.02 1.864 2.237-.645.5-2.201-2.692zm-2.237 5.102h-.837v-7.03l.837-.182zm-4.494-.59q.172 0 .358-.046a3 3 0 0 0 .37-.118 2 2 0 0 0 .35-.178 2 2 0 0 0 .29-.223v-1.164h-.87q-.66 0-.965.228-.303.226-.303.718 0 .783.77.782m-1.57-.745q0-.756.505-1.15.504-.397 1.468-.397h.965v-.318q0-1.155-1.02-1.155-.326 0-.686.091t-.66.227l-.245-.59q.373-.21.805-.324.432-.113.841-.113 1.765 0 1.765 1.882v3.183h-.618l-.1-.545q-.375.3-.796.464-.422.163-.806.163-.663 0-1.04-.377-.378-.378-.378-1.041"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/kakaotalk.svg b/mkdocs-material/material/templates/.icons/simple/kakaotalk.svg new file mode 100644 index 0000000..b36bcec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/kakaotalk.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.125 0H1.875C.839 0 0 .84 0 1.875v20.25C0 23.161.84 24 1.875 24h20.25C23.161 24 24 23.16 24 22.125V1.875C24 .839 23.16 0 22.125 0M12 18.75q-.888 0-1.732-.12c-.562.396-3.813 2.679-4.12 2.722 0 0-.125.049-.232-.014s-.088-.229-.088-.229c.032-.22.843-3.018.992-3.533-2.745-1.36-4.57-3.769-4.57-6.513 0-4.246 4.365-7.688 9.75-7.688s9.75 3.442 9.75 7.688S17.385 18.75 12 18.75M8.05 9.867h-.878v3.342c0 .296-.252.537-.563.537s-.562-.24-.562-.537V9.867h-.878a.552.552 0 0 1 0-1.101h2.88a.552.552 0 0 1 0 1.101m10.987 2.957a.56.56 0 0 1 .109.417.56.56 0 0 1-.219.37.56.56 0 0 1-.338.114.56.56 0 0 1-.45-.224l-1.319-1.747-.195.195v1.227a.564.564 0 0 1-.562.563.563.563 0 0 1-.563-.563V9.328a.563.563 0 0 1 1.125 0v1.21l1.57-1.57a.44.44 0 0 1 .311-.126c.14 0 .282.061.388.167a.56.56 0 0 1 .165.356.44.44 0 0 1-.124.343l-1.282 1.281zm-8.35-3.502c-.095-.27-.383-.548-.75-.556-.366.008-.654.286-.749.555l-1.345 3.541c-.171.53-.022.728.133.8a.9.9 0 0 0 .357.077c.235 0 .414-.095.468-.248l.279-.73h1.715l.279.73c.054.153.233.248.468.248a.9.9 0 0 0 .357-.078c.155-.071.304-.268.133-.8zm-1.311 2.443.562-1.596.561 1.596zm5.905 1.383a.53.53 0 0 1-.539.516h-1.804a.53.53 0 0 1-.54-.516v-3.82c0-.31.258-.562.575-.562s.574.252.574.562v3.305h1.195c.297 0 .54.231.54.515"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/kalilinux.svg b/mkdocs-material/material/templates/.icons/simple/kalilinux.svg new file mode 100644 index 0000000..13a707d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/kalilinux.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.778 5.943s-1.97-.13-5.327.92c-3.42 1.07-5.36 2.587-5.36 2.587s5.098-2.847 10.852-3.008zm7.351 3.095.257-.017s-1.468-1.78-4.278-2.648c1.58.642 2.954 1.493 4.021 2.665m.42.74c.039-.068.166.217.263.337.004.024.01.039-.045.027-.005-.025-.013-.032-.013-.032s-.135-.08-.177-.137-.049-.157-.028-.195m3.448 8.479s.312-3.578-5.31-4.403a18 18 0 0 0-2.524-.187c-4.506.06-4.67-5.197-1.275-5.462 1.407-.116 3.087.643 4.73 1.408-.007.204.002.385.136.552s.648.35.813.445c.164.094.691.43 1.014.85.07-.131.654-.512.654-.512s-.14.003-.465-.119c-.326-.122-.713-.49-.722-.511s-.015-.055.06-.07c.059-.049-.072-.207-.13-.265s-.445-.716-.454-.73c-.009-.016-.012-.031-.04-.05-.085-.027-.46.04-.46.04s-.575-.283-.774-.893c.003.107-.099.224 0 .469-.3-.127-.558-.344-.762-.88-.12.305 0 .499 0 .499s-.707-.198-.82-.85c-.124.293 0 .469 0 .469s-1.153-.602-3.069-.61c-1.283-.118-1.55-2.374-1.43-2.754 0 0-1.85-.975-5.493-1.406-3.642-.43-6.628-.065-6.628-.065s6.45-.31 11.617 1.783c.176.785.704 2.094.989 2.723-.815.563-1.733 1.092-1.876 2.97s1.472 3.53 3.474 3.58c1.9.102 3.214.116 4.806.942 1.52.84 2.766 3.4 2.89 5.703.132-1.709-.509-5.383-3.5-6.498 4.181.732 4.549 3.832 4.549 3.832M12.68 5.663l-.15-.485s-2.484-.441-5.822-.204S0 6.38 0 6.38s6.896-1.735 12.68-.717"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/kamailio.svg b/mkdocs-material/material/templates/.icons/simple/kamailio.svg new file mode 100644 index 0000000..5894ccd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/kamailio.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m3.647 13.643 1.113-2.62m-3.277.747 1.366-1.413H2.14L.577 12.009v-1.652H0v3.286h.577v-.953l.512-.526 1.122 1.479h.7L1.482 11.77zm11.06-.746.567 1.314h-.793l-.217.511h1.221l.334.794h.61l-1.446-3.31h-.535l-1.446 3.31h.592c.373-.88.736-1.741 1.112-2.62zm-7.783 0 .568 1.314h-.794l-.217.511H5.54l.333.794h.61l-1.445-3.31H4.5l-1.445 3.31h.591M24 11.995a1.72 1.72 0 0 0-.479-1.197 1.7 1.7 0 0 0-.54-.364 1.8 1.8 0 0 0-.694-.133 1.72 1.72 0 0 0-1.24.505 1.7 1.7 0 0 0-.356.541 1.7 1.7 0 0 0-.127.658 1.72 1.72 0 0 0 .479 1.196q.225.23.54.364.314.135.694.134a1.72 1.72 0 0 0 1.24-.505 1.7 1.7 0 0 0 .356-.542q.127-.309.127-.657m-.606.01q0 .24-.082.453-.081.213-.227.37a1.06 1.06 0 0 1-.798.34 1.08 1.08 0 0 1-.805-.347 1.2 1.2 0 0 1-.23-.373 1.3 1.3 0 0 1-.082-.453q0-.24.082-.453.081-.213.227-.37a1.06 1.06 0 0 1 .798-.34 1.08 1.08 0 0 1 .805.346q.149.16.23.374.082.213.082.453m-4.14-1.648v3.286h.578v-3.286zm-2.938 3.286h2.305v-.526h-1.728v-2.76h-.577zm-1.455-3.286v3.286h.577v-3.286zm-5.163.93v2.356h.577v-3.286H9.66l-1 1.554-1-1.554h-.614v3.286h.568v-2.347l1.028 1.54h.018l1.038-1.55zm-.499-1.74q4.743-1.527 8.606-1.717c1.125-.056 2.34-.077 3.452.12.397.07.782.18 1.137.356q.425.21.671.51.333-1.155-.53-1.688c-.54-.334-1.272-.413-1.889-.464q-4.09-.336-11.447 2.882zm5.637 5.235q-4.788 1.377-8.656 1.447c-1.126.02-2.341.003-3.446-.228a4.2 4.2 0 0 1-1.125-.391 2 2 0 0 1-.655-.53q-.368 1.144.477 1.703c.53.35 1.26.452 1.874.522q4.078.464 11.53-2.523z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/kaniko.svg b/mkdocs-material/material/templates/.icons/simple/kaniko.svg new file mode 100644 index 0000000..7dc7445 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/kaniko.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.783 0h18.434c1.352 0 2.478.963 2.73 2.24a17.1 17.1 0 0 1-3.2 4.42 16.9 16.9 0 0 1-8.399 4.605V3.304h-.696V11.4c-.976.169-1.965.253-2.956.252v.696q1.518.002 2.956.252v8.096h.696v-7.961a16.9 16.9 0 0 1 8.399 4.605 17.1 17.1 0 0 1 3.2 4.42 2.78 2.78 0 0 1-2.73 2.24H2.783A2.783 2.783 0 0 1 0 21.217V2.783A2.783 2.783 0 0 1 2.783 0m18.456 7.152A17.7 17.7 0 0 0 24 3.572v16.856a17.7 17.7 0 0 0-2.761-3.58 17.8 17.8 0 0 0-8.891-4.815v-.066a17.8 17.8 0 0 0 8.891-4.815"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/karlsruherverkehrsverbund.svg b/mkdocs-material/material/templates/.icons/simple/karlsruherverkehrsverbund.svg new file mode 100644 index 0000000..1b69f9b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/karlsruherverkehrsverbund.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.91 6.089c-2.491 2.4-6.153 4.238-11.265 4.3l-.397 1.745h22.316L24 10.388H9.309c2.984-1.01 4.688-2.676 6.56-4.3zm10.45 6.721c-5.723.013-8.441 2.712-10.095 5.101h2.49c2.6-3.296 5.827-3.428 7.196-3.442zm-22.307.475L0 17.887h1.236l.488-2.173 1.097 2.173H4.27l-1.34-2.368 2.23-2.234H3.575l-1.723 1.869.436-1.87zm4.237 0 .509 4.602h1.517l2.63-4.602h-1.32l-1.852 3.463-.265-3.463zm4.89 0 .503 4.602h1.54l2.62-4.602h-1.32l-1.852 3.463-.268-3.463Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/kasasmart.svg b/mkdocs-material/material/templates/.icons/simple/kasasmart.svg new file mode 100644 index 0000000..7227aba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/kasasmart.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0q-.75 0-1.5.75L7.97 3.28l8.83 8.83q1.5 1.5 1.5 3V24h3.3q2.4 0 2.4-2.4v-8.85q0-1.5-1.5-3l-9-9Q12.75 0 12 0M6.9 4.34 2.89 8.37 9.6 15.1q1.5 1.5 1.5 3V24h5.7v-8.89c-.03-.83-.6-1.46-1.06-1.94L6.91 4.34zm-5.08 5.1-.32.31q-1.5 1.5-1.5 3v8.85Q0 24 2.4 24h7.2v-5.9c-.03-.8-.56-1.42-1.06-1.95Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/kashflow.svg b/mkdocs-material/material/templates/.icons/simple/kashflow.svg new file mode 100644 index 0000000..cfb38e2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/kashflow.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.278 2.141-.83 2.702C8.007.174 2.958 4.724 2.958 4.724-1.638 8.564.49 14.678.495 14.678 1.252-.016 14.24 8.943 14.24 8.943c-.237 1.066-.996 2.63-.972 2.654l8.508-1.256zm7.228 7.181C22.747 24.016 9.76 15.057 9.76 15.057c.332-1.066 1.02-2.654 1.02-2.607l-8.51 1.21 5.451 8.2.83-2.702c7.441 4.669 12.49.119 12.49.119 4.597-3.84 2.464-9.954 2.464-9.954z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/kaspersky.svg b/mkdocs-material/material/templates/.icons/simple/kaspersky.svg new file mode 100644 index 0000000..fd16c69 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/kaspersky.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.812 12.014c0 .91-.555 1.34-1.25 1.34h-.424v-.546h.392c.419 0 .698-.226.698-.794 0-.563-.264-.844-.71-.844-.43 0-.738.265-.738.833v2.282H8.2v-3.589h.58v.309h.082a.94.94 0 0 1 .776-.375c.64 0 1.174.463 1.174 1.384m-3.804-.237-.386-.039c-.304-.027-.464-.11-.464-.287 0-.21.204-.33.497-.33.303 0 .496.143.512.347h.557c-.022-.518-.424-.838-1.064-.838-.645 0-1.08.342-1.08.843 0 .42.264.69.865.75l.392.039c.237.022.397.072.397.298 0 .204-.15.352-.54.352-.361 0-.539-.163-.601-.382H5.49c.06.5.481.89 1.203.89.678 0 1.12-.359 1.12-.888 0-.469-.31-.706-.805-.755m6.047.753c-.091.208-.308.366-.616.366-.425 0-.739-.276-.739-.871 0-.568.292-.882.744-.882.403 0 .634.242.657.606h-1.043v.42h1.61v-.277c0-.766-.507-1.262-1.23-1.262-.672 0-1.317.457-1.317 1.395s.645 1.395 1.318 1.395c.615 0 1.054-.38 1.19-.89zm-9.127-1.9c-.634 0-1.108.33-1.163.838h.623c.044-.188.215-.325.54-.325.42 0 .557.22.557.49v.91c-.237.27-.513.397-.788.397-.287 0-.486-.138-.486-.386 0-.237.155-.386.452-.386h.464v-.419h-.48c-.662 0-1.031.331-1.031.838 0 .474.358.833.948.833.331 0 .623-.133.838-.292h.083v.226h.579v-1.776c0-.656-.447-.948-1.136-.948M0 13.354h.579v-3.64H0zm2.432-2.658h-.706l-.844 1.108v.348l.866 1.202h.717L1.45 11.975zm20.928 0-.474 1.053c-.116.254-.226.502-.259.667h-.083c-.033-.165-.148-.408-.264-.661l-.474-1.059h-.64l1.114 2.387-.552 1.202h.618L24 10.696zm-2.322 0h-.706l-.843 1.108v.348l.865 1.202h.717l-1.015-1.379zm-3.625 1.08-.386-.038c-.303-.027-.463-.11-.463-.287 0-.21.204-.33.496-.33.303 0 .496.143.513.347h.557c-.022-.518-.425-.838-1.064-.838-.645 0-1.081.342-1.081.843 0 .42.265.69.866.75l.391.039c.237.022.397.072.397.298 0 .204-.149.352-.54.352-.36 0-.538-.163-.6-.382h-.603c.06.5.481.89 1.203.89.678 0 1.12-.359 1.12-.888 0-.469-.31-.706-.806-.755zm1.193 1.578h.58v-3.64h-.58zm-3.817-2.35h-.083v-.308h-.579v2.658h.579v-1.39c0-.474.219-.75.65-.75h.367v-.584h-.212c-.4 0-.57.15-.722.375z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/katacoda.svg b/mkdocs-material/material/templates/.icons/simple/katacoda.svg new file mode 100644 index 0000000..ab105c2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/katacoda.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.248 3.623a1 1 0 0 0-.228.014c-.192.085-.35.463-.457 1.1-.186 1.094-.18 2.53.017 3.597l.05.262-.208-.182c-.23-.202-.622-.476-.807-.56a1.65 1.65 0 0 0-.957-.112 6 6 0 0 1-.363.055c-.34.04-.573.155-.834.414a1.7 1.7 0 0 0-.41.637c-.05.139-.057.189-.057.42.002.21.013.302.06.478.073.27.316.882.364.91.08.05.139.002.232-.2.105-.223.293-.444.43-.505.092-.043.24-.054.26-.021.015.024-.2.345-.436.654-.198.26-.258.385-.293.61-.078.51.19 1.074.612 1.279.254.124.383.146.795.146.37-.002.368-.001.619-.082a7 7 0 0 1 .465-.135l.212-.05.018.046c.022.057.004.107-.111.32-.211.384-.243.425-.426.518-.44.229-1.054.33-1.361.225a3 3 0 0 0-.413-.09c-1.116-.174-1.183-.192-1.337-.334-.177-.163-.33-.504-.465-1.05-.046-.18-.09-.31-.096-.292l-.12.412c-.27.954-.315 1.05-.663 1.413a6 6 0 0 0-.303.33c-.041.058-.05.163-.016.185a.6.6 0 0 1 .08.106c.072.12.606.643.815.802.253.194.393.269.807.432.722.285.896.318 1.978.38.396.025.736-.041.93-.183.046-.032.15-.083.234-.111.085-.026.234-.082.334-.121.098-.041.187-.074.196-.074s.05.149.09.33c.04.183.08.346.089.36.007.016.026-.16.04-.39.025-.415.026-.42.085-.47l.059-.05.015.06c.01.034.032.13.05.214.049.203.146.44.24.59.084.129.359.472.373.46a5 5 0 0 0-.02-.36c-.015-.242-.017-.36-.002-.375q.022-.024.133.158c.527.86 1.424 1.722 2.387 2.295.95.566 2.434 1.126 3.845 1.453.333.076.91.188.973.188.02 0 .108.045.2.1.663.406 1.502.617 2.097.532.496-.071 1.106-.374 1.404-.7a.56.56 0 0 1 .258-.161 6.5 6.5 0 0 0 1.068-.55c.44-.292.74-.58.96-.923a2.7 2.7 0 0 1 .298-.347 5.15 5.15 0 0 0 1.12-1.73c.104-.273.218-.724.259-1.04a6.3 6.3 0 0 0-.023-1.365l-.038-.205.334-.318q1.84-1.761 2.237-3.541c.093-.42.1-.884.013-1.051-.074-.144-.18-.123-.78.158-.86.405-1.337.55-1.98.607-.26.022-.694.003-.833-.04a.6.6 0 0 1-.14-.145c-.277-.381-.82-.934-1.243-1.278-.47-.376-1.142-.771-1.64-.96l-.19-.07.13-.073c.214-.12.628-.29.817-.334.098-.022.356-.067.578-.102l.404-.058-.49-.072c-1.012-.146-1.714-.207-2.443-.211-.274 0-.496-.006-.496-.01 0-.005.047-.063.103-.133.238-.283.408-.622.47-.937.016-.09.037-.286.046-.436l.016-.273-.163.218a2.5 2.5 0 0 1-.832.737c-.402.233-.77.335-1.502.418-1.56.174-2.654.333-3.144.457l-.205.052-.1-.07-.297-.21a10 10 0 0 0-1.96-1.143 7.6 7.6 0 0 1-1.032-.565c-.45-.28-.56-.325-.785-.334m-.084.242c.02-.007.043-.004.08.002.044.007.136.037.2.063.067.026.265.137.439.246.464.29.716.427 1.12.607a9 9 0 0 1 1.642.938c.648.453.847.64 1.308 1.24.187.244.49.576.524.576.02 0-.15-.336-.344-.674a4.5 4.5 0 0 0-.404-.593c-.096-.116-.106-.106.156-.16l.158-.032.174.162c.093.09.253.216.35.282.195.128.35.28.488.47.122.168.15.225.27.58.119.344.157.434.198.45.08.026.13-.057.176-.29.096-.48.066-.75-.158-1.388a10 10 0 0 1-.152-.453c0-.018.907-.143 1.025-.141q.034 0 .063.104c.045.187.108.3.326.595.222.3.386.596.445.805.02.065.065.3.102.52.085.513.187.919.298 1.167.122.28.156.433.166.784.014.41.07.594.18.572.079-.015.205-.51.244-.97.048-.54.075-1.59.05-1.938-.034-.451-.034-1.217 0-1.237.014-.008.207-.02.429-.027l.408-.01.092.106c.135.157.178.259.178.42 0 .17.1.568.226.91.25.675.405 1.238.453 1.652a.95.95 0 0 1-.021.436c-.09.394-.121.66-.123 1.064-.003.418.017.537.097.58.166.087.363-.218.41-.642.01-.098.095-.473.186-.832.105-.427.173-.758.197-.948.029-.235.12-.85.205-1.353l.014-.084.26.176c.392.26.375.24.449.502.09.317.163.617.23.937.055.268.057.29.06 1.219 0 .84.005.955.038 1.027q.038.084.084.082c.072 0 .228-.163.313-.326.109-.205.139-.3.154-.473.017-.19.04-.314.133-.691.054-.218.08-.382.092-.578l.015-.272.098.13c.205.267.163.24.453.273.366.039.968.02 1.275-.041.497-.1.988-.276 1.623-.58.21-.1.39-.184.4-.184.014 0 .017.11.009.299-.033.81-.47 1.832-1.166 2.726-.436.562-1.25 1.407-1.274 1.325-.004-.016-.051-.144-.101-.284-.114-.317-.505-1.108-.536-1.08-.004.005.04.168.1.364s.115.378.12.404c.004.024.017.088.032.14.013.05.02.1.016.104-.024.024-.534.14-.832.19-.87.148-1.734.13-2.48-.045-.728-.17-1.364-.46-2.686-1.217-1.6-.92-2.058-1.113-2.97-1.252-.255-.04-.41-.05-.866-.05-.832-.003-1.47.084-2.71.362-.904.2-1.416.256-1.673.182-.117-.035-.131-.046-.22-.186-.053-.08-.115-.151-.14-.158-.034-.01-.055-.07-.12-.345-.113-.482-.11-.45-.078-.413.03.04.035.077-.098-.457a12 12 0 0 1-.322-1.742c-.035-.352-.035-1.596 0-1.97.082-.85.22-1.434.377-1.602.028-.03.046-.048.066-.055m.37.973q.007.016.085.107c.065.079.435.46.824.848s.76.78.83.875c.484.653.858 1.708.707 1.998-.093.183-.287.23-.47.113-.118-.074-.282-.284-.375-.482a3 3 0 0 1-.145-.424c-.041-.154-.075-.27-.08-.258l-.072.407c-.072.43-.103.882-.072 1.054q.042.221-.063.098c-.041-.05-.065-.12-.094-.281l-.088-.463c-.056-.292-.05-.303-.11.304a6 6 0 0 1-.054.457c-.045.21-.196.39-.32.39-.1 0-.224-.07-.267-.15l-.045-.077.015.076c.02.106.124.332.172.37.057.047.245.038.35-.017a.57.57 0 0 0 .25-.261c.037-.072.055-.09.084-.08.02.01.09.022.158.027.113.006.13.002.195-.057l.074-.066-.007-.338c-.005-.23 0-.34.015-.34.013 0 .024.009.024.018 0 .047.255.293.357.345A.63.63 0 0 0 9.049 9c.265-.194.293-.606.082-1.244a6 6 0 0 0-.553-1.123c-.276-.414-.89-.98-1.654-1.522-.15-.106-.308-.221-.35-.252q-.05-.038-.04-.021m9.333.12a.3.3 0 0 1-.035.105 2.5 2.5 0 0 1-.31.476l-.071.084-.117-.115a1 1 0 0 1-.115-.13c0-.008.084-.063.19-.124s.25-.155.32-.21a.7.7 0 0 1 .138-.087zM3.734 7.942a1.8 1.8 0 0 1 .512.016c.078.017.195.054.26.084.117.052.482.28.545.344.017.017.092.078.164.135.14.113.338.33.445.486.083.117.184.466.164.566-.015.092-.148.237-.38.42-.273.216-.35.333-.35.533 0 .185.108.447.27.664.056.072.056.078.019.118-.03.034-.056.04-.143.029-.146-.02-.34-.096-.404-.154-.046-.046-.054-.074-.065-.31l-.01-.257-.085.174q-.154.315-.031.49c.054.08.228.185.38.23l.102.032-.174-.012a.85.85 0 0 1-.574-.27c-.157-.156-.207-.258-.19-.378.02-.12.204-.468.352-.668.068-.09.137-.192.154-.227l.034-.066-.084.07a2 2 0 0 0-.163.153l-.193.222c-.324.368-.386.558-.26.809.124.242.508.516.772.55.218.029.228.034.228.09 0 .09.062.18.164.24q.155.09.06.1a.4.4 0 0 0-.136.034 4.6 4.6 0 0 1-1.07.26c-.74.047-1.295-.446-1.254-1.114.013-.23.07-.36.283-.64.42-.552.795-1.207.93-1.628.144-.452.044-.782-.31-1.021-.118-.08-.123-.07.038-.104m-.638.137c.043 0 .132.01.195.024.23.05.44.197.508.363.059.137.049.15-.086.14a.3.3 0 0 0-.217.047.9.9 0 0 0-.262.27c-.008.015.042 0 .112-.033.167-.077.375-.084.445-.012.068.067.047.142-.145.527l-.16.328-.072-.017a1.4 1.4 0 0 0-.215-.012.46.46 0 0 0-.26.065 1.35 1.35 0 0 0-.398.402.3.3 0 0 1-.06.086c-.024 0-.186-.47-.23-.664-.077-.353-.037-.652.138-.946.167-.283.52-.566.707-.568M5.91 9.887c.033-.024.048.036.143.342l.09.285-.096.097a.57.57 0 0 0-.168.41v.104l-.125.02-.125.017-.086-.11c-.118-.154-.216-.368-.227-.503-.008-.105-.004-.116.075-.203.048-.053.158-.152.248-.22.089-.07.19-.155.228-.192.02-.021.032-.04.043-.047m4.627.648a10 10 0 0 1 1.11.008c.139.013.37.046.519.074.703.137 1.175.348 2.564 1.143 2.014 1.154 2.807 1.424 4.19 1.424a6.6 6.6 0 0 0 1.816-.23c.13-.034.238-.06.24-.057.04.047.172.633.212.93.034.26.034.87 0 1.1a4.6 4.6 0 0 1-.213.827c-.244.64-.68 1.318-1.133 1.76l-.131.129-.172-.07-.232-.092c-.035-.014-.06-.041-.06-.061 0-.028-.003-.028-.022 0-.018.026-.022.028-.022.004 0-.015-.045-.071-.1-.12a4 4 0 0 1-.32-.36c-.268-.332-.493-.57-.693-.733-.124-.1-.157-.142-.194-.244a4 4 0 0 1-.17-.62l-.02-.122.167.082c.09.045.263.122.383.17.723.29 1.193.353 1.502.203.278-.135.647-.7.834-1.274l.066-.197.125-.027c.072-.016.17-.035.223-.041.05-.007.097-.02.1-.032.017-.024-.256-.185-.446-.261-.405-.166-.904-.231-1.281-.172-.246.04-.578.18-.807.334-.315.213-.654.644-.806 1.025l-.06.147-.017-.178a4 4 0 0 1 .053-.89c.02-.12.03-.214.022-.21-.022.016-.144.353-.192.534a2.74 2.74 0 0 0-.013 1.378l.017.063-.084-.043c-.215-.107-.514-.186-.888-.234a2 2 0 0 0-.555-.01 4 4 0 0 0-.502.086c-.126.035-.347.092-.488.129a7.3 7.3 0 0 1-1.891.242c-.958-.002-1.504-.107-2.15-.416-.934-.45-1.9-1.24-3.018-2.48a22 22 0 0 0-1.344-1.327c-.305-.272-.4-.402-.476-.635-.053-.165-.045-.27.03-.36l.052-.056.056.086c.105.157.35.246.684.246.31 0 .725-.07 1.728-.293a14 14 0 0 1 1.48-.25zm-4.69.79q.074.006.096.046c.02.033.017.1-.011.272-.035.213-.035.23 0 .308l.035.084-.092.196a7 7 0 0 0-.133.289l-.037.097-.055-.05c-.098-.092-.142-.216-.142-.397 0-.155-.005-.17-.057-.211a.2.2 0 0 0-.084-.047.2.2 0 0 1-.086-.045l-.056-.047.046-.082c.07-.124.305-.346.403-.38a.5.5 0 0 1 .174-.032zm5.278.308c-.14 0-.28.01-.38.03-.262.053-.542.16-.974.372-.346.172-.615.328-.722.424-.011.009.053-.002.14-.023.09-.022.303-.062.477-.088.174-.024.342-.048.375-.055.05-.01.077.016.242.236.403.538.916 1.135 1.297 1.514.277.274.443.402.559.424.037.006.166.033.293.056.862.17 1.6.223 1.834.13.228-.088.66-.407 1.05-.766.12-.111.278-.25.35-.31q.133-.106.076-.09c-.13.038-.314.06-.6.074q-.504.022-.785-.082c-.167-.064-.228-.112-.87-.696a9 9 0 0 0-.714-.607c-.22-.161-.54-.318-.69-.34a2 2 0 0 1-.24-.076 3 3 0 0 0-.343-.1 2 2 0 0 0-.375-.027m-4.781.28.066.058c.037.03.263.238.5.463.24.222.624.616.86.873.927 1.016 1.606 1.63 2.353 2.129 1.002.67 1.905.92 3.19.888.794-.017 1.389-.115 2.199-.357.699-.21 1.514-.12 2.1.236.317.194.557.418.91.854.343.424.438.509.716.648.13.068.252.126.27.133.048.015-.055.157-.283.396-.401.418-1.03.805-1.704 1.05a.52.52 0 0 0-.267.18c-.192.206-.47.385-.822.524-.6.238-1.267.156-2.088-.254-.275-.137-.336-.177-.43-.28a2 2 0 0 1-.176-.243l-.068-.125.014.11c.006.058.024.14.037.179.01.04.018.078.01.084-.023.024-1.395-.275-1.434-.314-.01-.01.005-.071.03-.141.056-.168.077-.374.04-.418-.041-.048-.157-.04-.277.02a.9.9 0 0 1-.313.08c-.113.013-.29.045-.392.076l-.19.052-.127-.042c-.263-.092-.903-.356-.896-.372a1.5 1.5 0 0 1 .182-.146c.222-.163.439-.365.48-.443.04-.08.04-.204-.002-.24-.026-.02-.078-.015-.268.03a3 3 0 0 1-.384.069 2.5 2.5 0 0 0-.535.117.95.95 0 0 1-.483.049c-.16-.017-.183-.027-.392-.166a10 10 0 0 1-.85-.668l-.102-.094h.21c.193-.002.242-.01.538-.105.45-.144.654-.281.64-.434-.01-.083-.017-.086-.487-.144a5 5 0 0 1-.522-.098 4 4 0 0 0-.37-.086c-.151-.028-.27-.072-.513-.185a25 25 0 0 0-.44-.2c-.14-.054-.181-.11-.353-.457a3 3 0 0 0-.09-.172c-.012-.015-.18.18-.202.239-.014.03-.032.098-.047.152l-.028.098-.04-.131a2.5 2.5 0 0 1-.104-.69c0-.174.004-.194.039-.183.02.006.122.03.224.054.105.024.28.076.39.116.204.07.21.07.608.07.336 0 .438-.01.608-.05.435-.1.462-.154.164-.37a8 8 0 0 1-.326-.254 1.7 1.7 0 0 0-.5-.306 1.5 1.5 0 0 1-.238-.12c-.105-.07-.325-.3-.49-.511a1.5 1.5 0 0 0-.206-.221 2 2 0 0 0-.318-.184c-.03-.008.068-.242.242-.566zm4.802.247c.15.002.29.017.31.028.03.017.02.038-.071.16-.185.248-.28.607-.248.968.017.199.027.2-.164-.021a3 3 0 0 1-.446-.695c-.163-.34-.161-.33-.05-.36a2 2 0 0 1 .67-.08zm.606.123c.006 0 .076.035.154.078.079.044.205.122.28.176l.14.098-.07.074c-.255.294-.283.767-.076 1.287.043.107.062.18.047.18-.042 0-.322-.142-.405-.203-.165-.124-.372-.354-.435-.48a.5.5 0 0 1-.065-.294c.002-.348.113-.642.31-.82a1 1 0 0 1 .12-.096m-10.617.256c.008.009.045.09.082.182.128.309.28.504.469.6.145.073.443.145.785.189.5.065.715.104.883.158.29.09.783.06 1.18-.076.069-.024.124-.036.124-.026 0 .04-.241.237-.383.31-.463.245-1.168.33-1.656.21-.11-.028-.194-.044-.19-.035.02.03.617.213.817.248.194.033.442.033.586-.002.04-.011.034 0-.033.043a3.1 3.1 0 0 1-1.145.424 9 9 0 0 0-.472.09c-.242.054-.338.048-.623-.047-.35-.116-.66-.325-1.041-.695l-.225-.215.186-.19c.35-.367.4-.447.558-.93.046-.14.09-.248.098-.24zm4.338.174c.02-.015.044-.001.127.066.034.029.034.038.005.106a7 7 0 0 0-.22.812c-.052.244-.06.32-.063.71 0 .239.01.496.018.57l.017.134-.125.063c-.07.037-.17.078-.224.094a.7.7 0 0 0-.153.064c-.06.044-.152.075-.152.053a.2.2 0 0 1 .04-.072.6.6 0 0 0 .064-.123c.024-.068.148-.371.26-.64a1 1 0 0 0 .06-.155c-.002 0-.06.11-.125.246-.155.313-.36.622-.484.722-.207.17-.446.208-1.07.166-.69-.045-.91-.088-1.366-.254-.361-.13-.797-.314-.797-.335 0-.011.095.017.213.058.31.11.446.114.799.03.157-.04.398-.093.537-.124a4 4 0 0 0 .426-.111c.372-.124.836-.4 1.133-.67.274-.255.678-.768.953-1.22.058-.096.116-.181.127-.19m7.304.31c.009 0 .073.06.145.13.102.104.143.13.195.13.05 0 .09.023.153.09.087.087.088.09.085.256 0 .15-.008.18-.08.318-.143.272-.125.26-.441.272a4 4 0 0 1-.416-.01l-.137-.016.153-.185c.15-.187.302-.453.302-.527 0-.024-.04-.067-.097-.104-.055-.033-.098-.067-.098-.078s.054-.016.12-.016h.126l-.014-.13c-.006-.071-.004-.13.004-.13m.752.74.059.06c.033.034.128.162.213.288.148.22.153.23.105.246-.045.02-.623.024-.64.006a.6.6 0 0 1 .08-.144 1.4 1.4 0 0 0 .138-.3zm6.014.175c.015 0 .03.02.039.046.02.077.016.34-.006.354-.01.006-.027.066-.033.129-.06.46-.354.824-.732.9l-.075.014.05-.074c.09-.133.179-.343.196-.45.013-.104-.003-.378-.03-.42-.005-.01-.054-.02-.104-.02h-.092l.11-.071c.317-.205.655-.408.677-.408m.223.187c.02-.022.21 0 .394.043.214.05.214.05.166.188-.183.518-.473.974-.693 1.087a.76.76 0 0 1-.414.047l-.084-.017.129-.092c.298-.22.484-.632.484-1.08 0-.087.007-.167.018-.176m-1.36.772c.02.01.036.07.074.195.024.078.05.158.06.178.012.03-.014.025-.151-.032-.092-.037-.166-.075-.166-.086s.04-.08.09-.154.074-.112.093-.101m-2.066 1.375c-.011 0-.075.008-.14.017-.256.035-.508.14-.684.29l-.088.073.082.149c.159.292.412.563.654.71.14.083.137.076.043.407-.094.324-.09.32-.271.365-.13.033-.24.04-.553.04h-.393l-.222-.077c-.45-.16-.726-.37-.983-.756-.19-.28-.237-.33-.517-.53-.273-.191-.295-.23-.188-.317l.059-.047-.078-.002a.585.585 0 0 0-.541.36c-.048.13-.057.293-.022.36.035.064.05.053.106-.076a.7.7 0 0 1 .128-.197c.094-.094.125-.091.297.018.246.159.402.315.582.588.096.145.206.298.243.34.087.102.27.254.363.304.04.022.15.105.24.186.09.08.22.174.293.207.15.07.477.172.762.242.357.085.773.05 1.039-.082l.1-.05.124.042c.445.152.95.07 1.235-.205.315-.303.432-.716.29-1.025-.051-.118-.212-.315-.255-.315-.01 0 .003.056.027.123.057.16.062.454.01.602a1.2 1.2 0 0 1-.266.427 1 1 0 0 1-.203.13c-.11.052-.143.056-.38.056-.242-.002-.275-.007-.432-.07a2 2 0 0 1-.307-.157l-.137-.091.05-.135c.028-.074.07-.23.099-.346l.049-.21.13-.05c.414-.148.69-.38.803-.675l.043-.116-.095-.086a2 2 0 0 0-.584-.328c-.14-.045-.44-.102-.512-.093"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/katana.svg b/mkdocs-material/material/templates/.icons/simple/katana.svg new file mode 100644 index 0000000..852e799 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/katana.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0m.016 22.762H12c-5.95-.009-10.765-4.84-10.756-10.789.009-5.95 4.839-10.766 10.789-10.757 5.943.009 10.756 4.829 10.756 10.773 0 5.95-4.823 10.773-10.773 10.773m9.475-10.857a5.562 5.562 0 0 1-9.142 3.214 6.33 6.33 0 0 0 3.251-2.062l.104.169c.339.584.568 1.226.676 1.893a6.3 6.3 0 0 0-.349-2.656 6.328 6.328 0 0 0-8.94-8.63 5.563 5.563 0 0 1 7.418 6.256 6.33 6.33 0 0 0-3.425-1.762l.093-.175a5.5 5.5 0 0 1 1.304-1.533 6.3 6.3 0 0 0-2.122 1.636 6.327 6.327 0 0 0-3.016 12.044 5.564 5.564 0 0 1 1.713-9.562 6.33 6.33 0 0 0 .185 3.818h-.186a5.5 5.5 0 0 1-1.98-.36 6.3 6.3 0 0 0 2.471 1.025 6.33 6.33 0 0 0 8.513 2.758 6.32 6.32 0 0 0 3.432-6.073m-11.018-1.443a5.58 5.58 0 0 1 3.6.998 5.6 5.6 0 0 1-2.667 2.618 5.57 5.57 0 0 1-.933-3.616"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/kaufland.svg b/mkdocs-material/material/templates/.icons/simple/kaufland.svg new file mode 100644 index 0000000..b8042e4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/kaufland.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 24h24V0H0zm23.008-.989H.989V.989h22.022zM3.773 3.776h7.651v7.65H3.773zm8.801 0v7.652l7.653-7.652zm-8.801 8.8h7.651v7.651H3.773zm8.801-.004v7.652h7.653z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/kde.svg b/mkdocs-material/material/templates/.icons/simple/kde.svg new file mode 100644 index 0000000..b60ddb2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/kde.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.881 0 9.89.382v16.435l3.949-.594V9.216l5.308 7.772 4.162-1.317-5.436-7.475 5.479-7.05L19.105.17 13.84 7.22zM4.834 4.005a.2.2 0 0 0-.123.059L3.145 5.63a.2.2 0 0 0-.03.248L4.949 8.9a7.8 7.8 0 0 0-.772 1.759l-3.367.7a.2.2 0 0 0-.162.199v2.215c0 .093.064.174.155.196l3.268.8a7.8 7.8 0 0 0 .801 2.03L2.98 19.683a.2.2 0 0 0 .027.254l1.566 1.567a.204.204 0 0 0 .249.03l2.964-1.8c.582.336 1.21.6 1.874.78l.692 3.325c.02.094.102.161.198.161h2.215a.2.2 0 0 0 .197-.155l.815-3.332a7.8 7.8 0 0 0 1.927-.811l2.922 1.915c.08.053.186.042.254-.026l1.567-1.566a.2.2 0 0 0 .03-.248l-1.067-1.758-.345.11a.12.12 0 0 1-.135-.047L17.371 15.8a6.347 6.347 0 1 1-8.255-8.674V5.488c-.401.14-.79.31-1.159.511l-.001-.002-2.99-1.96a.2.2 0 0 0-.132-.033Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/kdenlive.svg b/mkdocs-material/material/templates/.icons/simple/kdenlive.svg new file mode 100644 index 0000000..90590c0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/kdenlive.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m8.727 1.554 2.727 4.334v16.558h1.091V5.889l2.728-4.335zm-6 4.948V9.8h7.091c.003-.83 0-1.672-.006-2.498 0-.383-.356-.732-.718-.8zm12.303.001c-.402.024-.835.41-.834.837l-.014 12.619c0 .57.767 1.065 1.207.727l8.28-6.331c.441-.335.44-1.12 0-1.455l-8.265-6.287a.55.55 0 0 0-.374-.11M-.001 12v3.299h9.818V12zm4.363 5.497v3.3h5.455v-3.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/kdeplasma.svg b/mkdocs-material/material/templates/.icons/simple/kdeplasma.svg new file mode 100644 index 0000000..4571e9d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/kdeplasma.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 0c-.831 0-1.5.669-1.5 1.5S5.169 3 6 3s1.5-.669 1.5-1.5S6.831 0 6 0m10.5 0-3 3L18 7.5 13.5 12l3 3 4.5-4.5 3-3zM2.25 9A2.245 2.245 0 0 0 0 11.25a2.245 2.245 0 0 0 2.25 2.25 2.245 2.245 0 0 0 2.25-2.25A2.245 2.245 0 0 0 2.25 9M9 18c-1.662 0-3 1.338-3 3s1.338 3 3 3 3-1.338 3-3-1.338-3-3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/kedro.svg b/mkdocs-material/material/templates/.icons/simple/kedro.svg new file mode 100644 index 0000000..6a1bed2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/kedro.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 0 12 12-12 12L0 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/keenetic.svg b/mkdocs-material/material/templates/.icons/simple/keenetic.svg new file mode 100644 index 0000000..f1863ab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/keenetic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.718 10.188 24 2.376h-6.588L9.788 9.812H4.33V2.376H0v19.248h4.33V14.14h7.623c3.2 0 5.412.706 6.588 2.07.706.8 1.035 1.883 1.035 3.248v2.165h4.33v-2.165c0-2.353-.706-4.424-2.07-6.024-1.46-1.647-3.483-2.776-6.118-3.247"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/keepachangelog.svg b/mkdocs-material/material/templates/.icons/simple/keepachangelog.svg new file mode 100644 index 0000000..c669044 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/keepachangelog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.803.179Q8.76.171 7.72.38C5.639.797 3.974 1.828 2.77 3.445 1.232 5.515.367 8.072.049 11.492c-.125 1.353.008 2.711.181 4.216a9.97 9.97 0 0 0 2.144 5.214c.933 1.157 2.004 1.917 3.272 2.324a12 12 0 0 0 3.336.574 6 6 0 0 0 .795-.034l.416-.041a93 93 0 0 0 1.721-.186 21.4 21.4 0 0 0 7.393-2.257c2.007-1.048 3.41-2.594 4.17-4.597.354-.93.523-1.713.523-2.445a4.6 4.6 0 0 0-.064-.762c-.405-2.379-1.235-4.428-2.555-6.264-1.634-2.276-3.288-3.878-5.202-5.045C13.993.86 11.89.193 9.803.18Zm-.439 1.064q1.154-.032 2.376.237h-.001c2.73.597 5.137 2.002 7.154 4.173 2.288 2.46 3.591 5.045 3.988 7.899.071.528-.013 1.114-.096 1.622-.388 2.327-1.663 4.063-3.786 5.16a21 21 0 0 1-7.166 2.182c-.558.066-1.12.123-1.757.187l-.088.01a6.8 6.8 0 0 1-1.658-.03c-.69-.098-1.472-.21-2.224-.389-1.767-.42-3.069-1.622-3.978-3.658-.684-1.538-1.038-3.245-1.081-5.233a17.9 17.9 0 0 1 1.149-6.798c.62-1.641 1.517-3.453 3.462-4.418a8.75 8.75 0 0 1 3.706-.944m1.108 1.47a7.8 7.8 0 0 0-2.24.41c-1.6.525-2.718 1.304-3.523 2.438-1.499 2.118-2.275 4.58-2.31 7.325a10.1 10.1 0 0 0 .803 4.388c1.081 2.569 3.053 4.064 5.707 4.326 2.796.27 5.543-.381 8.178-1.937a8.1 8.1 0 0 0 2.772-2.624 7.1 7.1 0 0 0 1.168-3.86c0-2.162-1.015-4.47-3.049-6.862a6.4 6.4 0 0 0-.704-.707c-2.333-2.006-4.567-2.966-6.802-2.898zm.099 1.035c1.492-.022 3.015.475 4.672 1.508 1.783 1.117 3.161 2.763 4.091 4.909.887 2.02.905 3.938.058 5.696a6.8 6.8 0 0 1-2.907 2.988c-2.253 1.232-4.315 1.776-6.458 1.713h-.022c-1.55.06-2.89-.32-4.098-1.163-.7-.488-1.241-1.202-1.655-2.183a10.9 10.9 0 0 1-.872-4.273A12.7 12.7 0 0 1 4.404 8.09a12 12 0 0 1 .874-1.622l.163-.27c.67-1.108 1.725-1.639 3.103-2.099a6.8 6.8 0 0 1 2.027-.35zm.03 1.62c-1.18.037-2.28.465-3.289 1.283-1.395 1.13-2.23 2.72-2.63 4.993a7.24 7.24 0 0 0 .676 4.613c1.062 2.054 2.8 3.11 5.026 3.05h.008c2.958-.155 5.11-1.249 6.573-3.347a5.6 5.6 0 0 0 1.06-3.245 5.8 5.8 0 0 0-.242-1.639c-.72-2.435-2.161-4.145-4.29-5.085q-1.514-.667-2.892-.624Zm.312 1.064c.77.008 1.547.191 2.35.55 1.862.833 3.073 2.332 3.598 4.462.526 2.13-.27 4.205-2.066 5.423-1.479.999-2.93 1.447-4.438 1.367h-.04c-1.004.08-1.994-.226-2.943-.91a3.67 3.67 0 0 1-1.29-1.72 7.6 7.6 0 0 1-.514-2.727 8.5 8.5 0 0 1 .747-3.38c.676-1.556 1.724-2.503 3.215-2.893q.69-.18 1.38-.172zM9.455 8.758v6.882h1.155v-1.908l1.68 1.908h1.462l-2.273-2.5 1.871-1.958h-1.509l-1.231 1.337V8.758Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/keepassxc.svg b/mkdocs-material/material/templates/.icons/simple/keepassxc.svg new file mode 100644 index 0000000..f1c276e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/keepassxc.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.378 0 0 5.378 0 12c0 6.623 5.378 12 12 12 6.623 0 12-5.377 12-12 0-6.622-5.377-12-12-12m0 .791a11.203 11.203 0 0 1 11.209 11.21A11.2 11.2 0 0 1 12 23.208 11.203 11.203 0 0 1 .791 12 11.203 11.203 0 0 1 12.001.791zm0 1.871a9.4 9.4 0 0 0-1.705.162A1.746 1.746 0 0 0 12 4.95a1.746 1.746 0 0 0 1.706-2.126A9.3 9.3 0 0 0 12 2.662M7.2 4a9.34 9.34 0 0 0-4.54 8 9.338 9.338 0 0 0 18.677 0 9.34 9.34 0 0 0-4.54-7.998 4.89 4.89 0 0 1-2.701 5.365l-.12 2.066 1.482 1.483-1.483 1.482.989.989-.989.988.12 1.857L12 20.328l-2.096-2.096V9.367A4.89 4.89 0 0 1 7.2 4m3.4 6.543v6.99h.7v-6.99z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/keeweb.svg b/mkdocs-material/material/templates/.icons/simple/keeweb.svg new file mode 100644 index 0000000..229693b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/keeweb.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.414 24c-.23 0-.484-.097-.746-.234-.56-.294-.944-.665-.623-1.276L12.83 7.648l-.223-.116c-2.807-1.473-4.053-3.65-3.045-5.573 1.16-2.209 4.75-2.61 8.018-.895 3.27 1.715 4.98 4.896 3.82 7.105-.996 1.9-3.599 2.07-6.216.697l-.321-.167-7.792 14.854c-.17.325-.398.447-.658.447M4.98 20.82l-.147-.077-.033-.017-1.994-1.046-.481-.253a.166.166 0 0 1-.07-.224l.631-1.204a.167.167 0 0 1 .224-.07l.962.505a.167.167 0 0 0 .225-.07l.631-1.203a.167.167 0 0 0-.07-.225l-.48-.252-.481-.253a.166.166 0 0 1-.07-.224l.63-1.204a.166.166 0 0 1 .225-.07l.481.253 1.252.656.775.407h.001l.147.077-.663 1.264-.046.087-.94 1.793-.096.182-.535 1.02v.002zm3.152-6.007-.148-.078-.7-.367-.553-.29a.167.167 0 0 1-.07-.225l.631-1.203a.167.167 0 0 1 .225-.07l.553.29.7.367h.001l.147.078-.078.147-.315.602-.316.601zm10.302-7.121c.415 0 .74-.167.955-.578.658-1.253-.558-3.187-2.716-4.319s-4.44-1.034-5.097.22 1.17 2.076 3.328 3.208c1.45.76 2.68 1.467 3.53 1.469"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/kentico.svg b/mkdocs-material/material/templates/.icons/simple/kentico.svg new file mode 100644 index 0000000..cec9808 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/kentico.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0v24h24V0zm11.65 3.417c.698 0 1.566.216 1.566 1.279v2.72c0 1.5-2.433 1.533-2.433.018V3.63a.146.146 0 0 1 .118-.142c.15-.028.432-.072.75-.071zm5.508 1.76a.15.15 0 0 1 .079.026c.408.277 1.875 1.397.782 2.49L16.091 9.62c-1.06 1.06-2.803-.64-1.733-1.707l2.695-2.695a.15.15 0 0 1 .105-.041m-10.27.4c.263.01.538.123.811.396l1.928 1.93c1.061 1.059-.64 2.803-1.707 1.73L5.226 6.94a.14.14 0 0 1-.018-.182c.209-.307.891-1.208 1.68-1.18zm5.104 4.65H12A1.773 1.773 0 1 1 10.227 12a1.773 1.773 0 0 1 1.765-1.773m-7.291.55h2.728c1.499 0 1.532 2.433.017 2.433h-3.81a.144.144 0 0 1-.142-.117c-.092-.48-.337-2.315 1.207-2.315zm11.859 0h3.802a.14.14 0 0 1 .142.117c.093.48.338 2.316-1.206 2.316h-2.72c-1.5 0-1.533-2.433-.018-2.433m-1.238 3.24c.259.002.523.102.756.337l2.695 2.692a.146.146 0 0 1 .017.184c-.278.41-1.398 1.876-2.49.784l-1.929-1.93c-.829-.827.028-2.072.951-2.066zm-6.657.013c.93-.011 1.811 1.209.975 2.044l-2.694 2.692a.144.144 0 0 1-.184.018c-.408-.278-1.876-1.398-.783-2.49l1.928-1.93a1.08 1.08 0 0 1 .758-.334m3.334 1.403c.608-.007 1.217.364 1.217 1.122v3.802a.144.144 0 0 1-.118.14c-.48.093-2.316.338-2.316-1.206v-2.72c0-.749.609-1.132 1.217-1.138"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/keras.svg b/mkdocs-material/material/templates/.icons/simple/keras.svg new file mode 100644 index 0000000..f9ce47e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/keras.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 0H0v24h24zM8.45 5.16l.2.17v6.24l6.46-6.45h1.96l.2.4-5.14 5.1 5.47 7.94-.2.3h-1.94l-4.65-6.88-2.16 2.08v4.6l-.19.2H7l-.2-.2V5.33l.17-.17z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/keybase.svg b/mkdocs-material/material/templates/.icons/simple/keybase.svg new file mode 100644 index 0000000..56e45c5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/keybase.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.445 21.372a.953.953 0 1 1-.955-.954c.524 0 .951.43.951.955m5.923-.001a.953.953 0 1 1-.958-.954c.526 0 .954.43.954.955m4.544-9.16-.156-.204q-.07-.088-.143-.175c-.045-.06-.094-.113-.141-.169q-.155-.18-.32-.359l-.075-.08-.091-.099-.135-.13q-.023-.027-.05-.054a10.9 10.9 0 0 0-3.955-2.504l-.23-.078.035-.083a4.1 4.1 0 0 0-.12-3.255 4.1 4.1 0 0 0-2.438-2.16c-.656-.216-1.23-.319-1.712-.305-.033-.105-.1-.577.496-1.848L10.662 0l-.287.399c-.33.455-.648.895-.945 1.328a1.86 1.86 0 0 0-1.245-.58L6.79 1.061h-.012q-.051-.004-.104-.003c-.99 0-1.81.771-1.87 1.755l-.088 1.402v.003a1.876 1.876 0 0 0 1.755 1.98l1.002.06c-.065.84.073 1.62.405 2.306a11.3 11.3 0 0 0-3.66 2.484C.912 14.392.912 18.052.912 20.995v1.775l1.305-1.387c.266.93.652 1.807 1.145 2.615H5.06a9.2 9.2 0 0 1-1.68-3.848l1.913-2.03-.985 3.09 1.74-1.267c3.075-2.234 6.745-2.75 10.91-1.53 1.806.533 3.56.04 4.474-1.256l.104-.165c.09.498.14.998.14 1.496 0 1.563-.254 3.687-1.38 5.512h1.612c.776-1.563 1.181-3.432 1.181-5.512-.001-2.2-.786-4.421-2.184-6.274zM8.894 6.192c.122-1.002.577-1.949 1.23-2.97a1.36 1.36 0 0 0 1.283.749c.216-.008.604.025 1.233.232a2.7 2.7 0 0 1 1.608 1.425c.322.681.349 1.442.079 2.15a2.7 2.7 0 0 1-.806 1.108l-.408-.502-.002-.003a1.47 1.47 0 0 0-2.06-.205c-.334.27-.514.66-.534 1.058-1.2-.54-1.8-1.643-1.628-3.04zm4.304 5.11-.52.425a.23.23 0 0 1-.323-.032l-.11-.135a.24.24 0 0 1 .034-.334l.51-.42-1.056-1.299a.307.307 0 0 1 .044-.436.303.303 0 0 1 .435.041l2.963 3.646a.31.31 0 0 1-.168.499.32.32 0 0 1-.31-.104l-.295-.365-1.045.854a.24.24 0 0 1-.154.055.24.24 0 0 1-.186-.09l-.477-.58a.24.24 0 0 1 .035-.335l1.05-.858-.425-.533zM7.752 4.866l-1.196-.075a.463.463 0 0 1-.435-.488l.09-1.4a.46.46 0 0 1 .461-.437h.024l1.401.091a.46.46 0 0 1 .433.488l-.007.101a9.3 9.3 0 0 0-.773 1.72zm12.525 11.482c-.565.805-1.687 1.08-2.924.718-3.886-1.141-7.397-.903-10.469.7l1.636-5.122-5.29 5.609c.098-3.762 2.452-6.967 5.757-8.312.471.373 1.034.66 1.673.841.16.044.322.074.48.102a1.41 1.41 0 0 0 .21 1.408l.075.09c-.172.45-.105.975.221 1.374l.476.582a1.39 1.39 0 0 0 1.079.513c.32 0 .635-.111.886-.314l.285-.232c.174.074.367.113.566.113a1.45 1.45 0 0 0 .928-.326c.623-.51.72-1.435.209-2.06l-1.67-2.057a4 4 0 0 0 .408-.38q.204.055.4.12c.266.096.533.197.795.314a9.6 9.6 0 0 1 2.77 1.897q.046.043.086.083l.17.176q.058.059.11.12.12.128.24.267l.126.15q.066.078.13.16l.114.15q.06.075.117.154c.838 1.149.987 2.329.404 3.157v.005zM7.718 4.115l-.835-.05.053-.836.834.051z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/keycdn.svg b/mkdocs-material/material/templates/.icons/simple/keycdn.svg new file mode 100644 index 0000000..84722d4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/keycdn.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.304 19.06c.226.01.454.04.667.12v-.002l.032.012 2.81-2.74.101.138c.146.2.3.38.464.56l.06.067c.043.043.077.086.12.13l.326.325.077.07.07.06a7.46 7.46 0 0 0 4.653 1.775 7.5 7.5 0 0 0 4.009-1.04l.216.225c.25.266.507.533.756.8a8.86 8.86 0 0 1-5.016 1.4 8.83 8.83 0 0 1-5.461-2.063l.01-.015-1.802 1.776A2.246 2.246 0 1 1 0 21.305a2.245 2.245 0 0 1 2.245-2.245zm17.17-11.583a8.83 8.83 0 0 1 1.28 4.826 8.8 8.8 0 0 1-2.208 5.615l.01.01 1.107 1.177c.446-.06.891.094 1.201.42a1.394 1.394 0 0 1-.052 1.966 1.394 1.394 0 0 1-1.966-.052 1.38 1.38 0 0 1-.352-1.22 337 337 0 0 0-1.95-2.069l-.11-.12.129-.103a7 7 0 0 0 .927-.885 7.43 7.43 0 0 0 1.88-4.775 7.44 7.44 0 0 0-.927-3.812l1.03-.98zM3.827 2.225c.395-.006.765.15 1.04.432.31.326.44.782.352 1.22L7.348 6.11l-.128.104a7 7 0 0 0-.928.885 7.49 7.49 0 0 0-.962 8.594l-1.022.996a8.76 8.76 0 0 1-1.287-4.852c.044-2.067.85-4.065 2.203-5.62L4.052 4.993a1.4 1.4 0 0 1-1.203-.42 1.396 1.396 0 0 1 .052-1.967c.217-.204.497-.335.794-.37q.067-.007.133-.01zM21.746.443a2.247 2.247 0 1 1-.7 4.38l-.002.002-.033-.012-3.049 2.894-.102-.138a7 7 0 0 0-.533-.626l-.034-.043-.265-.266-.12-.103-.077-.07-.06-.05-.077-.07a7.46 7.46 0 0 0-4.619-1.752 7.43 7.43 0 0 0-4.003 1.04l-.98-1.022a8.84 8.84 0 0 1 5.016-1.4 8.8 8.8 0 0 1 5.462 2.07h.017l2.02-1.916A2.246 2.246 0 0 1 21.75.444zm-9.79 5.015c.254 0 .507.02.76.05 3.623.455 6.19 3.76 5.744 7.385a6.624 6.624 0 0 1-7.385 5.745 6.624 6.624 0 0 1-5.746-7.385c.432-3.362 3.257-5.783 6.626-5.795zm-.1 2.84c-1.465.116-2.527 1.226-2.565 2.698.027 1.054.565 1.94 1.504 2.425l-.511 2.4h3.421l-.51-2.4c.935-.506 1.49-1.345 1.505-2.422-.02-1.521-1.197-2.667-2.705-2.705zm.052-.016h-.01z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/keycloak.svg b/mkdocs-material/material/templates/.icons/simple/keycloak.svg new file mode 100644 index 0000000..a5a75ea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/keycloak.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18.742 1.182-12.493.002C4.155 4.784 2.079 8.393 0 12.002c2.071 3.612 4.162 7.214 6.252 10.816l12.49-.004 3.089-5.404h2.158v-.002H24L23.996 6.59h-2.168zM8.327 4.792h2.081l1.04 1.8-3.12 5.413 3.117 5.403-1.035 1.81H8.327a2048 2048 0 0 0-4.168-7.204q2.083-3.611 4.168-7.222m6.241 0 2.086.003q2.088 3.608 4.166 7.222l-4.167 7.2h-2.08c-.382-.562-1.038-1.808-1.038-1.808l3.123-5.405-3.124-5.413z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/keystone.svg b/mkdocs-material/material/templates/.icons/simple/keystone.svg new file mode 100644 index 0000000..96b4266 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/keystone.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.5 0A4.5 4.5 0 0 0 0 4.5v15A4.5 4.5 0 0 0 4.5 24h15a4.5 4.5 0 0 0 4.5-4.5v-15A4.5 4.5 0 0 0 19.5 0zm5.47 14.789v3.586H6.744V5.692H9.97v5.45h.167l4.218-5.45h3.463l-4.385 5.599 4.64 7.084h-3.788l-3.2-5.001z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/kfc.svg b/mkdocs-material/material/templates/.icons/simple/kfc.svg new file mode 100644 index 0000000..75aa3b7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/kfc.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.893 8.23c-4.187.001-5.249 2.365-5.42 3.97-.194 1.802 1.053 3.57 4.127 3.57 1.294 0 2.14-.225 2.44-.32a.22.22 0 0 0 .147-.166l.173-.91a.184.184 0 0 0-.236-.21c-.336.106-.93.252-1.685.252-1.469 0-2.53-.882-2.395-2.4.13-1.47 1.121-2.59 2.485-2.59.82 0 1.183.43 1.156 1.003v.033a.184.184 0 0 0 .182.193h.557c.086 0 .16-.06.18-.143l.39-1.76a.215.215 0 0 0-.15-.255 7.2 7.2 0 0 0-1.95-.266zm-20.157.116a.2.2 0 0 0-.195.156l-.108.484a.2.2 0 0 0 .13.23l.033.01c.208.082.45.266.348.748l-.792 3.62c-.207.987-.542 1.19-.86 1.226h-.01a.2.2 0 0 0-.176.157l-.102.464a.192.192 0 0 0 .187.233h3.487c.085 0 .159-.06.177-.142l.12-.543a.184.184 0 0 0-.112-.21l-.022-.01c-.177-.07-.418-.224-.356-.51l.405-1.85c1.389 2.535 1.848 3.266 3.514 3.265H8.91a.18.18 0 0 0 .177-.142l.105-.47a.195.195 0 0 0-.186-.238c-.376-.006-.56-.093-.935-.575l-1.932-2.614 2.51-2.088c.337-.264.748-.338.976-.368l.022-.002a.185.185 0 0 0 .163-.144l.103-.464a.184.184 0 0 0-.18-.223h-3.02a.2.2 0 0 0-.193.155l-.102.46a.2.2 0 0 0 .138.235c.178.069.217.24.063.366L4.046 11.7l.44-2.014a.68.68 0 0 1 .477-.487l.025-.008a.2.2 0 0 0 .135-.147l.106-.477a.18.18 0 0 0-.177-.22zm8.88 0a.2.2 0 0 0-.194.156l-.107.483a.19.19 0 0 0 .122.221l.02.008c.204.077.487.274.364.758l-1.21 5.48a.182.182 0 0 0 .178.222h2.777c.086 0 .16-.06.179-.143l.12-.547a.174.174 0 0 0-.098-.196l-.027-.013c-.176-.086-.438-.285-.35-.67.009-.05.27-1.24.27-1.24h2.362c.086 0 .16-.06.18-.143l.221-1a.183.183 0 0 0-.18-.224h-2.28l.427-1.94 1.592-.003c.515 0 .672.27.642.728l-.002.024a.184.184 0 0 0 .183.205h.587c.086 0 .16-.06.178-.144l.4-1.8a.184.184 0 0 0-.18-.222z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/khanacademy.svg b/mkdocs-material/material/templates/.icons/simple/khanacademy.svg new file mode 100644 index 0000000..e1963a9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/khanacademy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.724 4.973 13.418.328a3.21 3.21 0 0 0-2.828 0L2.276 4.973A3.05 3.05 0 0 0 .862 7.371v9.256a3.05 3.05 0 0 0 1.414 2.4l8.306 4.645a3.21 3.21 0 0 0 2.828 0l8.314-4.645a3.05 3.05 0 0 0 1.414-2.4V7.373a3.05 3.05 0 0 0-1.414-2.4M12 4.921a2.571 2.571 0 1 1 .001 5.143A2.571 2.571 0 0 1 12 4.92zm3.094 13.627a9.1 9.1 0 0 1-3.103.549 9 9 0 0 1-3.076-.55 8.49 8.49 0 0 1-5.486-7.987v-.857c4.646.017 8.074 3.823 8.074 8.51v.198h.926v-.197c0-4.688 3.445-8.51 8.056-8.51.026.29.043.582.086.856a8.5 8.5 0 0 1-5.477 7.988"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/khronosgroup.svg b/mkdocs-material/material/templates/.icons/simple/khronosgroup.svg new file mode 100644 index 0000000..5d88fc9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/khronosgroup.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.511 12.946H0v-2.615h.511zm.008-1.299.791-1.316h.571l-.839 1.298.839 1.316h-.57zm3.11.238v1.061h-.511v-2.615h.511v1.061h.843v-1.061h.511v2.615h-.51v-1.061zm3.37 1.061h-.511v-2.615h.621q.297 0 .442.021a.79.79 0 0 1 .587.358.8.8 0 0 1 .117.439.8.8 0 0 1-.167.515.74.74 0 0 1-.453.269l.653 1.014h-.609l-.678-1.212zm0-1.34h.114q.311 0 .474-.112a.38.38 0 0 0 .161-.328q0-.208-.136-.307-.135-.099-.422-.099h-.191zm8.51 1.34h-.502v-2.615h.485L16.574 12v-1.669h.502v2.615h-.475l-1.092-1.72zm2.962-1.313a1.35 1.35 0 0 1 .228-.765q.194-.283.487-.435a1.36 1.36 0 0 1 1.141-.053 1.37 1.37 0 0 1 .731.729 1.4 1.4 0 0 1 .005 1.04q-.097.247-.283.436a1.33 1.33 0 0 1-.963.413q-.292 0-.54-.105a1.3 1.3 0 0 1-.436-.309 1.34 1.34 0 0 1-.37-.951m.535-.018a.85.85 0 0 0 .221.58.8.8 0 0 0 .274.201.8.8 0 0 0 .316.071.76.76 0 0 0 .576-.244.85.85 0 0 0 .232-.608.78.78 0 0 0-.235-.569.76.76 0 0 0-.564-.236.8.8 0 0 0-.582.235.78.78 0 0 0-.238.57m3.389.522.469-.001v.037q0 .165.085.263a.29.29 0 0 0 .227.099.32.32 0 0 0 .241-.092.35.35 0 0 0 .089-.25q0-.252-.36-.362l-.074-.023q-.305-.095-.452-.27a.67.67 0 0 1-.147-.443q0-.368.204-.591a.7.7 0 0 1 .544-.223q.318 0 .506.198c.188.198.196.318.21.555h-.464v-.022a.27.27 0 0 0-.076-.2.27.27 0 0 0-.198-.076q-.126 0-.199.079c-.073.079-.072.124-.072.214q0 .058.015.101.015.045.048.079.074.08.316.15.108.028.165.049.269.091.398.262c.129.171.13.259.13.436q0 .404-.225.649a.77.77 0 0 1-.595.245.73.73 0 0 1-.566-.236q-.212-.24-.219-.627m-5.032 1.337-.07.077a.3.3 0 0 0-.103-.065.3.3 0 0 0-.111-.021.26.26 0 0 0-.2.084q-.08.084-.08.205c0 .121.027.15.08.205q.08.084.2.084a.3.3 0 0 0 .189-.067v-.173h-.155v-.102h.266v.336a.6.6 0 0 1-.147.085.4.4 0 0 1-.152.028.383.383 0 0 1-.395-.395.4.4 0 0 1 .233-.363.43.43 0 0 1 .32-.002.3.3 0 0 1 .125.084m1.091-.094h.143a1 1 0 0 1 .099.006.3.3 0 0 1 .068.022q.048.026.076.076c.028.05.028.072.028.114a.18.18 0 0 1-.048.128.2.2 0 0 1-.128.067l.229.31-.106.045-.252-.365v.347l-.112.009zm.113.1v.238h.04q.072 0 .112-.032a.11.11 0 0 0 .04-.09.1.1 0 0 0-.037-.087.2.2 0 0 0-.111-.03h-.044zm1.738-.119a.38.38 0 0 1 .256.095.403.403 0 0 1-.097.665.4.4 0 0 1-.161.032.4.4 0 0 1-.257-.095.4.4 0 0 1-.138-.302.4.4 0 0 1 .254-.371.4.4 0 0 1 .143-.024m0 .104a.26.26 0 0 0-.2.084q-.08.084-.08.205c0 .121.027.15.08.205q.08.083.201.083a.284.284 0 0 0 .281-.289.28.28 0 0 0-.282-.288m1.563-.095v.426q0 .135.035.191.035.054.117.054c.082 0 .096-.017.12-.052s.037-.092.037-.172v-.436l.108-.01v.473q0 .091-.013.141c-.013.05-.025.061-.045.085a.2.2 0 0 1-.087.059.3.3 0 0 1-.115.022q-.136 0-.203-.076t-.067-.231v-.461zm1.515.01h.199q.128 0 .196.058.067.059.067.169 0 .104-.077.167a.34.34 0 0 1-.213.061l-.057-.003h-.003v.297l-.112.009zm.112.1v.25l.031.004.037.001q.081 0 .124-.032a.11.11 0 0 0 .043-.096q0-.066-.039-.097t-.123-.031h-.073zm-12.03-.704c-.897-.032-2.123-.442-2.377-1.033-.219-.538-.001-1.165 1.034-1.61.615-.256 1.544-.328 2.261-.262 1.016.093 1.985.618 1.986.621v.737l-.001.049s-.315-.285-.709-.515c-.371-.217-.71-.369-1.384-.431-.158-.014-.426-.05-.861.01-.176.025-.423.043-.981.288a2.3 2.3 0 0 0-.476.285 3 3 0 0 0-.223.201c-.159.199-.243.349-.203.62.046.204.137.332.399.527.114.085.127.084.177.11.469.243.843.332 1.378.399m.03-2.294c.9-.004 2.176.356 2.507.937.291.528.156 1.162-.817 1.646-.578.28-1.496.389-2.219.351-1.026-.053-2.062-.54-2.063-.541l-.098-.735-.006-.049s.352.272.776.487c.399.201.758.341 1.438.376.159.009.431.032.857-.044.172-.031.417-.059.94-.325a2 2 0 0 0 .632-.512c.132-.205.196-.358.12-.626-.074-.201-.181-.325-.467-.51-.124-.08-.137-.079-.191-.103-.5-.223-.884-.297-1.428-.343"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/kia.svg b/mkdocs-material/material/templates/.icons/simple/kia.svg new file mode 100644 index 0000000..2f7d3a7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/kia.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.923 14.175q.001.07.041.072a.1.1 0 0 0 .058-.024l7.48-4.854a.72.72 0 0 1 .432-.13h1.644c.252 0 .422.168.422.42v3.139c0 .38-.084.6-.42.801l-1.994 1.2a.14.14 0 0 1-.067.024c-.024 0-.048-.019-.048-.088v-3.663c0-.043-.012-.071-.041-.071a.1.1 0 0 0-.058.024l-5.466 3.551a.73.73 0 0 1-.42.127h-3.624c-.254 0-.422-.168-.422-.422V9.757c0-.033-.015-.064-.044-.064a.1.1 0 0 0-.057.024L7.732 11.88c-.036.024-.046.041-.046.058 0 .014.008.029.032.055l2.577 2.575c.034.034.058.06.058.089 0 .024-.039.043-.084.043H7.94c-.183 0-.324-.026-.423-.125l-1.562-1.56a.07.07 0 0 0-.048-.024.1.1 0 0 0-.048.015l-2.61 1.57a.72.72 0 0 1-.423.122H.425C.168 14.7 0 14.53 0 14.279v-3.08c0-.38.084-.6.422-.8L2.43 9.192a.1.1 0 0 1 .052-.016c.032 0 .048.03.048.1V13.4c0 .043.01.063.041.063a.14.14 0 0 0 .06-.024L9.407 9.36a.73.73 0 0 1 .446-.124h3.648c.252 0 .422.168.422.42l-.002 4.518z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/kibana.svg b/mkdocs-material/material/templates/.icons/simple/kibana.svg new file mode 100644 index 0000000..4ceaa3b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/kibana.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.625 0v21.591L21.375 0zm10.864 12.47L3.477 24h17.522a18.76 18.76 0 0 0-7.51-11.53"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/kicad.svg b/mkdocs-material/material/templates/.icons/simple/kicad.svg new file mode 100644 index 0000000..53be2e2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/kicad.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.467 7.304a.891.891 0 1 0 .045 0zM.25 8.01c-.14 0-.25.121-.25.254v8.178c0 .132.11.253.25.253h8.522c.139 0 .247-.12.247-.254V8.266a.254.254 0 0 0-.248-.254h-.26a1 1 0 0 1 .003.361h.144v7.963H.361V8.372H6.51a1 1 0 0 1-.016-.177q0-.094.018-.184zm.262.512v7.664h7.996V8.523h-.033a1.02 1.02 0 0 1-.489.57.85.85 0 0 1-.474.142.85.85 0 0 1-.475-.142 1.02 1.02 0 0 1-.488-.57zm21.56.252a.7.7 0 0 1 .18.355q.018.094.018.41v1.664q-.414-.39-1.14-.39-.548 0-.97.302-.892.642-.892 2.391 0 .526.14.957.203.615.639.97.46.38 1.088.38.743 0 1.222-.471v.373H24q-.202-.224-.201-.773V8.775Zm-9.632.298q-1.177 0-2.038.862-.93.931-.931 2.513 0 1.41.76 2.354.816 1.02 2.19 1.02a3.1 3.1 0 0 0 1.565-.395q.396-.225.45-.211l-.73-1.195q-.519.57-1.186.57a1.18 1.18 0 0 1-.703-.236q-.708-.51-.708-1.907 0-.492.1-.9.308-1.248 1.318-1.248.646 0 1.034.492l.787-1.142a1 1 0 0 1-.334-.127q-.805-.45-1.574-.45M.56 9.175h2.065q-.246.245-.246.852v1.613l1.262-1.596q.386-.487.386-.728a.4.4 0 0 0-.023-.141h2.201q-.25.14-.627.592-.1.12-.355.435L3.57 12.26l1.973 2.715q.18.247.457.555.074.078.215.187H3.957a.7.7 0 0 0 .025-.18q0-.24-.334-.699l-1.269-1.73v1.754q0 .61.246.855H.561a.8.8 0 0 0 .218-.39q.028-.124.028-.462v-4.838q0-.337-.028-.46a.8.8 0 0 0-.219-.391m16.204 1.639q-.356 0-.658.06l-.598.15q-.423.106-.568.106l.435 1.049q.616-.325 1.174-.324.654 0 .654.752-.325-.018-.457-.018-.927 0-1.441.25-.891.434-.89 1.348 0 .4.14.716.196.444.63.686.415.229.92.225.712-.01 1.164-.471v.373h1.64a.7.7 0 0 1-.186-.36 3 3 0 0 1-.018-.414v-2.148q0-.645-.176-1.084-.36-.896-1.765-.896m-10.211.095h1.726v4.034q0 .316.018.414a.7.7 0 0 0 .185.359H6.55q.15-.162.183-.36.018-.097.018-.413v-3.268q0-.316-.018-.408a.73.73 0 0 0-.18-.358m15.07 1.02q.356 0 .647.246v2.193q-.344.277-.713.276-.707 0-.707-1.211 0-1.504.773-1.504m-4.793 1.648q.184 0 .352.03v.761q-.22.377-.7.377a.67.67 0 0 1-.43-.136.48.48 0 0 1-.189-.399q0-.333.334-.502.264-.131.633-.13"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/kick.svg b/mkdocs-material/material/templates/.icons/simple/kick.svg new file mode 100644 index 0000000..041aecb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/kick.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.333 0h8v5.333H12V2.667h2.667V0h8v8H20v2.667h-2.667v2.666H20V16h2.667v8h-8v-2.667H12v-2.666H9.333V24h-8Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/kickstarter.svg b/mkdocs-material/material/templates/.icons/simple/kickstarter.svg new file mode 100644 index 0000000..627c110 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/kickstarter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.168 0c-3.2 0-5.797 2.579-5.797 5.758v12.484C1.371 21.42 3.968 24 7.168 24a5.8 5.8 0 0 0 4.768-2.479l.794.79c2.26 2.245 5.943 2.245 8.203 0a5.72 5.72 0 0 0 1.696-4.075 5.72 5.72 0 0 0-1.696-4.074l-2.182-2.168 2.182-2.156a5.72 5.72 0 0 0 1.696-4.074 5.72 5.72 0 0 0-1.696-4.074c-2.26-2.246-5.942-2.246-8.203 0l-.794.789A5.8 5.8 0 0 0 7.168 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/kik.svg b/mkdocs-material/material/templates/.icons/simple/kik.svg new file mode 100644 index 0000000..6d55d83 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/kik.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.482 16.752a1.25 1.25 0 0 1-1.238 1.242c-.689 0-1.23-.541-1.244-1.23h-.016v-6.243H9v-.029c0-.693.556-1.256 1.237-1.256s1.236.563 1.236 1.258v.045h.016v6.225h-.016zm11.137-4.889c.75 0 1.381.618 1.381 1.377a1.388 1.388 0 0 1-2.776-.004c0-.766.615-1.381 1.379-1.381zm-2.084 4.186c.121.195.193.432.193.686 0 .703-.553 1.26-1.244 1.26a1.24 1.24 0 0 1-1.08-.631l-2.053-2.746-.631.586v1.635h-.014a1.233 1.233 0 0 1-1.225 1.168 1.23 1.23 0 0 1-1.221-1.238v-.025h-.016v-9.45h.027v-.047c0-.69.551-1.253 1.23-1.253.674 0 1.225.562 1.225 1.253v.07h.016l.01 4.597 2.311-2.261c.229-.255.559-.405.928-.405.689 0 1.248.57 1.248 1.26 0 .346-.133.646-.344.871l.012.015-1.621 1.605 2.281 3.061-.016.016zm-13.246 0c.12.195.195.432.195.686 0 .703-.555 1.26-1.244 1.26-.466 0-.871-.256-1.081-.631l-2.054-2.746-.63.586v1.631H2.46a1.23 1.23 0 0 1-1.221 1.17 1.23 1.23 0 0 1-1.225-1.238v-.027H0V7.29h.031q-.005-.022-.004-.044c0-.69.551-1.252 1.23-1.252.675 0 1.225.559 1.225 1.25v.07h.016l.01 4.6 2.311-2.261c.23-.255.562-.405.931-.405.687 0 1.245.57 1.245 1.26 0 .33-.131.646-.346.871l.016.015-1.627 1.605 2.271 3.061-.016.016z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/kingstontechnology.svg b/mkdocs-material/material/templates/.icons/simple/kingstontechnology.svg new file mode 100644 index 0000000..ce59264 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/kingstontechnology.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.123 0c-.544-.003-1.03.009-1.439.021C7.185.17 4.212 1.706 4.212 1.706s-.297.199-.149.843c0 0 .1.792.199 1.138l.05.1c-.1.1-.497.297-.645.496-.347.445-.05 2.477-.05 2.477.347 2.13.694 2.526.694 2.526s.496.644 1.19 1.09c.297.148.247.495.247.495L3.32 24h16.35l-3.42-7.48c.694 0 2.131.346 2.924-1.884.743-2.13 1.14-5.35 1.19-6.291.098-.942-.1-2.924-.051-3.419 0-.149.347-.644.347-.941.05-.446 0-.842-.1-1.585-.049-.298-.098-.644-.197-.991-.05-.248-.1-.397-.298-.496-2.155-.743-4.31-.9-5.942-.912m-1.439.418c.545 0 5.103-.05 7.233.892.198.149.05.892-.05 1.288-.049.297-.396.397-.396.397-.347.099-.446.346-.446.346s.446 4.31.495 4.459c.05.198-.148.198-.544.248-.198 0-2.477.049-2.477.049s-.496-.05-.446-.346c0-.199.099-.596.198-.596h.446s.99.05.694-.049l-1.04-.248s-.249 0-.348.15c-.05.148-.297.94-.297.94s0 .05.05.1c.049.05 2.576 1.883 2.576 1.883s-2.13-.2-2.775-.05c-.644.148-1.981.841-2.823.99-.843.149-3.964.496-4.162.496l-1.239-5.35s-.148-1.338-1.536-1.288c-1.04.05-1.189.296-1.238.395a.48.48 0 0 0 0 .397l3.37 5.747s-2.28-1.09-3.172-2.328c-.495-.644-.941-3.865-.644-4.41.297-.495 2.13-.891 2.923-.792.396.05.743.445.942.693.05.099.098.05.148.1 0 0-.199-1.24-.991-1.289-1.14-.099-2.378.347-2.378.347s-.1 0-.149-.15c-.05-.198-.198-1.238-.198-1.238s.05-.198.248-.297c0 0 3.22-1.486 8.026-1.486m.644 1.427c-.07.003-.1.01-.1.01-2.08.842-3.764 2.675-3.764 2.576.198.05.594 0 .594 0 1.833-1.586 3.419-2.23 3.419-2.23 1.337 0 3.616.793 3.765.743.05 0 .05-.247-.05-.297-.247-.05-.743-.297-1.684-.495-1.375-.297-1.97-.316-2.18-.307m6.788 1.397c.198.05.198.05.297.148.148.1.099.397 0 .446-.1.1-.149-.098-.793-.049 0 0 .297-.594.496-.545m-4.871.102c-.363-.019-.865.047-1.422.195-.743.199-2.23.942-2.23.942.595.248 1.587.347 2.528.495 1.04.1 2.18-.446 2.18-.446-.05-.148-.397-1.04-.744-1.14a1.4 1.4 0 0 0-.313-.046m.786 7.401c.724.018 1.576.102 2.45.325 0 0 .495.396.445.743 0 0-3.567.198-4.954-.942 0 0 .852-.155 2.06-.126m-9.738.176 1.536 1.04 2.526 11.544h-6.44Zm11.803 1.456a9 9 0 0 1 .732.03s.297.248-.496 1.04c-.99.942-2.725 1.685-4.261 1.289 0 0 .566-2.351 4.025-2.36m-8.087 4.192s3.121 1.932 3.617 2.675l.346 4.31h-2.279Zm5.3 3.963s1.834 1.685 2.379 3.023h-3.071z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/kinopoisk.svg b/mkdocs-material/material/templates/.icons/simple/kinopoisk.svg new file mode 100644 index 0000000..b782684 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/kinopoisk.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.049 0C5.45 0 .104 5.373.104 12S5.45 24 12.049 24c3.928 0 7.414-1.904 9.592-4.844l-9.803-5.174 6.256 6.418h-3.559l-4.373-6.086V20.4h-2.89V3.6h2.89v6.095L14.535 3.6h3.559l-6.422 6.627 9.98-5.368C19.476 1.911 15.984 0 12.05 0zm10.924 7.133-9.994 4.027 10.917-.713a12 12 0 0 0-.923-3.314m-10.065 5.68 10.065 4.054c.458-1.036.774-2.149.923-3.314z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/kinsta.svg b/mkdocs-material/material/templates/.icons/simple/kinsta.svg new file mode 100644 index 0000000..2ef359d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/kinsta.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.223 10.404a2 2 0 0 0-.628-.43 1.9 1.9 0 0 0-.762-.154 2 2 0 0 0-.72.135 2 2 0 0 0-.617.381l-.317-.368a.18.18 0 0 0-.136-.062h-.01a.18.18 0 0 0-.18.18v4.07a.18.18 0 0 0 .18.18H7.8a.18.18 0 0 0 .18-.18v-2.349a.8.8 0 0 1 .066-.328.8.8 0 0 1 .18-.27.85.85 0 0 1 .607-.249.8.8 0 0 1 .326.066.85.85 0 0 1 .45.452.8.8 0 0 1 .065.33v2.35a.18.18 0 0 0 .18.181h.765a.18.18 0 0 0 .18-.18v-2.351a2 2 0 0 0-.154-.772 2 2 0 0 0-.422-.632m8.692-.487h-3.02a.18.18 0 0 0-.178.18v.763a.18.18 0 0 0 .179.18h.19a.18.18 0 0 1 .18.18v1.136a1.95 1.95 0 0 0 .154.77 2 2 0 0 0 1.055 1.057 1.9 1.9 0 0 0 .767.155h.675a.18.18 0 0 0 .18-.18v-.763a.18.18 0 0 0-.18-.18h-.676a.8.8 0 0 1-.334-.069.9.9 0 0 1-.272-.183.9.9 0 0 1-.181-.271.8.8 0 0 1-.065-.334v-1.135a.18.18 0 0 1 .18-.18h1.347a.18.18 0 0 0 .18-.18V10.1a.18.18 0 0 0-.181-.183m4.908-.082h-.008a.18.18 0 0 0-.14.066l-.264.317a.18.18 0 0 1-.254.023 3 3 0 0 0-.202-.157 2.5 2.5 0 0 0-.377-.223 2.2 2.2 0 0 0-.408-.15 1.7 1.7 0 0 0-.425-.053 2.3 2.3 0 0 0-.877.172 2.2 2.2 0 0 0-.719.48 2.3 2.3 0 0 0-.485.743 2.5 2.5 0 0 0-.176.95 2.6 2.6 0 0 0 .176.988 2.2 2.2 0 0 0 .485.734 2.1 2.1 0 0 0 .718.457 2.4 2.4 0 0 0 .876.158 1.7 1.7 0 0 0 .423-.054 2.3 2.3 0 0 0 .407-.147 2.5 2.5 0 0 0 .377-.22 3 3 0 0 0 .196-.147.18.18 0 0 1 .258.035l.27.375a.18.18 0 0 0 .326-.106v-4.06a.18.18 0 0 0-.179-.181zm-1.043 2.616a1.3 1.3 0 0 1-.24.385 1.2 1.2 0 0 1-.358.269 1 1 0 0 1-.435.1 1.2 1.2 0 0 1-.435-.078 1 1 0 0 1-.354-.232 1.1 1.1 0 0 1-.239-.378 1.58 1.58 0 0 1 0-1.03 1.1 1.1 0 0 1 .239-.378 1 1 0 0 1 .354-.232 1.2 1.2 0 0 1 .435-.079 1 1 0 0 1 .435.101 1.2 1.2 0 0 1 .357.269 1.3 1.3 0 0 1 .241.385 1.2 1.2 0 0 1 0 .9zM.956 9.91H.181a.18.18 0 0 0-.18.18v4.07a.18.18 0 0 0 .18.18h.774a.18.18 0 0 0 .18-.18v-4.07a.18.18 0 0 0-.18-.18zm3.169.307a.181.181 0 0 0-.136-.299h-.87a.18.18 0 0 0-.136.064l-1.746 2.03a.18.18 0 0 0 0 .238l1.746 2.03a.18.18 0 0 0 .136.063h.869a.181.181 0 0 0 .136-.3L2.573 12.25a.18.18 0 0 1 0-.239zm1.687-.307h-.01a.18.18 0 0 0-.136.063l-.036.042-.72.834a.18.18 0 0 0-.044.118v3.193a.18.18 0 0 0 .18.18h.765a.18.18 0 0 0 .18-.18v-4.07a.18.18 0 0 0-.18-.18Zm9.205 2.072a1.4 1.4 0 0 0-.446-.27 1.5 1.5 0 0 0-.544-.096h-1.173a.27.27 0 0 1-.198-.085.28.28 0 0 1-.083-.205.28.28 0 0 1 .281-.28h2.102a.18.18 0 0 0 .18-.181v-.766a.18.18 0 0 0-.18-.18h-2.103a1.4 1.4 0 0 0-.548.109 1.4 1.4 0 0 0-.744.746 1.44 1.44 0 0 0 0 1.1 1.42 1.42 0 0 0 .744.754 1.4 1.4 0 0 0 .549.111h1.209a.24.24 0 0 1 .241.216.24.24 0 0 1-.238.26H11.63a.18.18 0 0 0-.179.18v.762a.18.18 0 0 0 .18.18h2.393a1.4 1.4 0 0 0 .99-.41 1.5 1.5 0 0 0 .301-.448 1.4 1.4 0 0 0 .112-.548 1.3 1.3 0 0 0-.112-.533 1.3 1.3 0 0 0-.3-.415z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/kirby.svg b/mkdocs-material/material/templates/.icons/simple/kirby.svg new file mode 100644 index 0000000..3d36358 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/kirby.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.571 12-2.857 1.48v.234h2.857V16H7.43v-2.286h2.857v-.25L7.429 12V9.143L12 11.598l4.571-2.455M12 0l10.286 5.999V18L12 24 1.714 18.001V6zM2.857 6.682v10.636L12 22.651l9.143-5.333V6.682L12 1.349Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/kit.svg b/mkdocs-material/material/templates/.icons/simple/kit.svg new file mode 100644 index 0000000..8669b25 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/kit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m3.5 11.633-2.434 2.408V8.687a.53.53 0 0 0-.533-.527.53.53 0 0 0-.533.527v6.624a.53.53 0 0 0 .532.526.53.53 0 0 0 .377-.153l2.974-2.939 2.974 2.94a.535.535 0 0 0 .754 0 .52.52 0 0 0 0-.746l-2.974-2.938L7.61 9.06a.52.52 0 0 0 0-.745.54.54 0 0 0-.753 0l-3.344 3.307q-.004.001-.007.005zm8.826 4.206a.53.53 0 0 1-.533-.526V8.688a.53.53 0 0 1 .533-.528.53.53 0 0 1 .533.528v6.624a.53.53 0 0 1-.533.526zm7.257-6.624v6.098c0 .29.238.526.532.526a.53.53 0 0 0 .533-.526V9.215h2.818A.53.53 0 0 0 24 8.688a.53.53 0 0 0-.533-.527h-6.702a.53.53 0 0 0-.533.527.53.53 0 0 0 .533.527h2.819z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/kitsu.svg b/mkdocs-material/material/templates/.icons/simple/kitsu.svg new file mode 100644 index 0000000..708b671 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/kitsu.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.429 5.441a12.5 12.5 0 0 0 1.916 2.056c.011.011.022.011.022.022.452.387 1.313.947 1.937 1.173 0 0 3.886 1.496 4.091 1.582a1.4 1.4 0 0 0 .237.075.694.694 0 0 0 .808-.549c.011-.065.022-.172.022-.248V5.161c.011-.667-.205-1.679-.398-2.239 0-.011-.011-.022-.011-.032A12 12 0 0 0 8.824.36L8.781.285a.697.697 0 0 0-.958-.162c-.054.032-.086.075-.129.119L7.608.36a4.74 4.74 0 0 0-.786 3.412 8 8 0 0 0-.775.463c-.043.032-.42.291-.71.56A4.8 4.8 0 0 0 1.87 4.3c-.043.011-.097.021-.14.032-.054.022-.107.043-.151.076a.7.7 0 0 0-.193.958zM8.222 1.07c.366.614.678 1.249.925 1.917q-.743.129-1.453.388a3.9 3.9 0 0 1 .528-2.305M4.658 5.463a7.5 7.5 0 0 0-.893 1.216 11.7 11.7 0 0 1-1.453-1.55 3.83 3.83 0 0 1 2.346.334m13.048-.302a7.7 7.7 0 0 0-2.347-.474 7.6 7.6 0 0 0-3.811.818l-.215.108v3.918c0 .054 0 .258-.032.431a1.54 1.54 0 0 1-.646.98 1.55 1.55 0 0 1-1.152.247 2.6 2.6 0 0 1-.409-.118 748 748 0 0 1-3.402-1.313 9 9 0 0 0-.323-.129 30.6 30.6 0 0 0-3.822 3.832l-.075.086a.698.698 0 0 0 .538 1.098.68.68 0 0 0 .42-.118c.011-.011.022-.022.043-.032 1.313-.947 2.756-1.712 4.284-2.325a.7.7 0 0 1 .818.13.704.704 0 0 1 .054.915l-.237.388a20.3 20.3 0 0 0-1.97 4.306l-.032.129a.65.65 0 0 0 .108.538.71.71 0 0 0 .549.301.66.66 0 0 0 .42-.118c.054-.043.108-.086.151-.14l.043-.065a19 19 0 0 1 1.765-2.153 20.16 20.16 0 0 1 10.797-6.018c.032-.011.065-.011.097-.011.237.011.42.215.409.452a.424.424 0 0 1-.344.398c-3.908.829-10.948 5.469-8.483 12.208.043.108.075.172.129.269a.71.71 0 0 0 .538.301.74.74 0 0 0 .657-.398c.398-.754 1.152-1.593 3.326-2.497 6.061-2.508 7.062-6.093 7.17-8.364v-.129a7.72 7.72 0 0 0-5.016-7.451m-6.083 17.762c-.56-1.669-.506-3.283.151-4.823 1.26 2.035 3.456 2.207 3.456 2.207-2.25.937-3.133 1.863-3.607 2.616"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/klarna.svg b/mkdocs-material/material/templates/.icons/simple/klarna.svg new file mode 100644 index 0000000..e12a2df --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/klarna.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.592 2v20H0V2zm11.46 0c0 4.194-1.583 8.105-4.415 11.068l-.278.283L17.702 22h-5.668l-6.893-9.4 1.779-1.332c2.858-2.14 4.535-5.378 4.637-8.924L11.562 2zM21.5 17a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/klm.svg b/mkdocs-material/material/templates/.icons/simple/klm.svg new file mode 100644 index 0000000..dce3b71 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/klm.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.75 13.034H4.5l-2.25 2.257v-2.257H0v6.018h2.25v-2.257l2.25 2.257h3l-3.375-3.385zm3 0H7.5v6.018h6v-1.518H9.75zm10.5 0-1.125 3.385L18 13.034h-3.75v6.018h2.25v-4.514l1.5 4.514h2.25l1.5-4.514v4.514H24v-6.018zM10.5 9.649c.725 0 1.313-.589 1.313-1.316s-.588-1.317-1.313-1.317-1.312.589-1.312 1.317.587 1.316 1.312 1.316m1.688-1.316c0 .727.588 1.316 1.312 1.316s1.313-.589 1.313-1.316-.588-1.317-1.313-1.317-1.312.589-1.312 1.317m2.999 0c0 .727.588 1.316 1.312 1.316s1.313-.589 1.313-1.316-.588-1.317-1.313-1.317-1.312.589-1.312 1.317m-6.375 0c0-.727-.588-1.317-1.313-1.317s-1.312.589-1.312 1.317.588 1.316 1.313 1.316 1.312-.589 1.312-1.316M7.5 10.025h9v1.505h-9zm4.125-2.821h.75v-.752h.75V5.7h-.75v-.753h-.75V5.7h-.75v.752h.75z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/klook.svg b/mkdocs-material/material/templates/.icons/simple/klook.svg new file mode 100644 index 0000000..476d893 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/klook.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.8 0A4.79 4.79 0 0 0 0 4.8v14.4C0 21.86 2.14 24 4.8 24h14.4c2.66 0 4.8-2.14 4.8-4.8V4.8C24 2.14 21.86 0 19.2 0zM12 3.449zc4.242 0 7.833 1.904 7.833 6.17 0 2.932-3.86 7.815-6.164 10.164-.99 1.008-2.32 1.036-3.338 0-2.303-2.349-6.164-7.232-6.164-10.164 0-4.162 3.476-6.171 7.833-6.171m3.54 2.155-5.05 4.96 5.05 4.956a1.84 1.84 0 0 0 0-2.634v-.001l-2.366-2.323 2.366-2.323a1.84 1.84 0 0 0 0-2.635m-7.349.144v9.772a1.86 1.86 0 0 0 1.868-1.852V7.602a1.86 1.86 0 0 0-1.866-1.854z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/knative.svg b/mkdocs-material/material/templates/.icons/simple/knative.svg new file mode 100644 index 0000000..4236a97 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/knative.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10.14 2.358 4.714 2.27-.915 1.584a.27.27 0 0 0-.032.182l.607 3.441a.26.26 0 0 0 .093.16l2.676 2.245c.048.041.11.064.174.064h1.878l.507 2.22a.5.5 0 0 1-.095.415l-5.237 6.567a.5.5 0 0 1-.383.184h-8.4a.5.5 0 0 1-.383-.184L.107 14.939a.5.5 0 0 1-.095-.415l1.869-8.189a.5.5 0 0 1 .266-.333l7.567-3.644a.49.49 0 0 1 .426 0M7.244 16.626h1.667v-2.429l.64-.784 1.822 3.213h1.965l-2.594-4.273 2.462-3.169h-2.065l-1.689 2.473c-.166.265-.342.53-.508.817h-.033v-3.29H7.244zM19.281 2.352l2.975 1.083q.083.031.128.108l1.583 2.742c.029.05.039.108.029.165l-.55 3.118a.24.24 0 0 1-.083.145l-2.426 2.035a.25.25 0 0 1-.157.058h-3.166a.25.25 0 0 1-.158-.058l-2.425-2.035a.24.24 0 0 1-.084-.145l-.55-3.118a.24.24 0 0 1 .029-.165l1.583-2.742a.25.25 0 0 1 .129-.108l2.975-1.083a.24.24 0 0 1 .168 0m-.71 3.404q-.048-.138-.197-.137h-.487V8.57h.79V6.449q.132-.13.278-.2a.7.7 0 0 1 .312-.072q.223 0 .338.136.114.136.114.382V8.57h.787V6.695q0-.246-.064-.452a1 1 0 0 0-.192-.355.9.9 0 0 0-.313-.232 1.2 1.2 0 0 0-.697-.054 1.2 1.2 0 0 0-.436.203 2 2 0 0 0-.184.157z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/knexdotjs.svg b/mkdocs-material/material/templates/.icons/simple/knexdotjs.svg new file mode 100644 index 0000000..167bef0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/knexdotjs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 10.288v.126l-.095.249q-.02.052-.071.076l-2.847 1.29a.024.024 0 0 0 0 .044L24 13.444v.638q-.264.444-.722.655-.05.023-.1.002l-2.224-.902q-.05-.02-.1-.004l-.909.283a.086.087 59.4 0 1-.089-.023l-.822-.86q-.066-.067-.082.025-.3 1.698-1.343 3.057a.02.02 0 0 0 .015.03l1.364-.024q.049 0 .072.043l.416.795a.204.207 88 0 0 .104.095l2.142.908a.14.14 0 0 1 .078.086c.139.475.157 1.172-.426 1.334q-.05.014-.097-.004l-2.9-1.094a.028.028 0 0 0-.035.036l1.068 2.845q.019.05.002.1c-.183.563-.846.543-1.312.414a.176.175 86.1 0 1-.113-.1l-.901-2.137q-.023-.053-.074-.08l-.813-.415q-.047-.025-.047-.079l.018-1.148a.04.04 0 0 1 .004-.018q.024-.052.018-.107-.007-.075-.07-.031-1.44 1.026-3.137 1.247a.033.033 0 0 0-.019.056l.957.912q.045.043.027.102l-.263.826a.28.28 0 0 0 .008.19l.867 2.135q.018.043-.002.085-.19.403-.552.645h-.745l-1.3-2.866a.023.022 44.7 0 0-.04 0l-1.31 2.866h-.604q-.436-.246-.652-.7-.024-.05-.003-.1l.881-2.17q.02-.05.003-.101l-.28-.878a.09.09 0 0 1 .026-.098l.916-.861a.032.032 0 0 0-.016-.056q-1.623-.288-2.937-1.216-.051-.036-.05.026l.023 1.225q0 .055-.047.08l-.837.448a.15.149 87.5 0 0-.067.074l-.938 2.213q-.024.058-.084.075c-.488.144-1.19.164-1.376-.434q-.012-.043.003-.084l1.111-2.955q.037-.096-.06-.06l-2.867 1.08q-.057.021-.116.005c-.59-.162-.56-.902-.416-1.375q.018-.056.072-.08l2.208-.935q.055-.024.083-.077l.433-.83a.107.108 14.6 0 1 .098-.057l1.111.038q.091.003.039-.07a6.9 6.9 0 0 1-1.185-2.876.026.026 0 0 0-.044-.014l-.853.9q-.033.033-.078.019l-.904-.28a.19.184 41.8 0 0-.126.005l-2.222.9q-.048.02-.095-.002-.552-.26-.763-.797v-.327l.07-.15a.13.13 0 0 1 .065-.066l2.928-1.327a.023.023 0 0 0 0-.042L.2 10.734q-.051-.024-.074-.076c-.246-.56.232-1.032.696-1.259a.125.127 43.2 0 1 .105-.004l2.227.906q.05.02.103.004l.909-.287a.087.085 58.8 0 1 .086.023l.783.817q.052.056.066-.02.252-1.493 1.136-2.776.035-.05-.027-.05l-1.158.026a.09.089 75.4 0 1-.08-.047l-.416-.798a.273.272 87.6 0 0-.137-.126l-2.168-.918a.116.112 2.4 0 1-.061-.064c-.177-.475-.193-1.2.402-1.395q.045-.015.09.002L5.585 5.78q.085.032.053-.053l-1.122-2.98a.13.13 0 0 1 0-.087c.206-.578.901-.573 1.389-.408a.133.132 88.3 0 1 .077.074l.934 2.21a.16.16 0 0 0 .07.075l.82.43q.049.024.05.079.028.584-.019 1.212-.006.08.058.032 1.21-.894 2.798-1.226.103-.02.027-.093l-.787-.748q-.044-.04-.026-.099l.288-.9q.016-.053-.004-.103L9.285.965q-.02-.05.003-.097c.22-.461.725-.976 1.261-.698q.055.029.081.085l1.282 2.824a.034.035 45.2 0 0 .063 0l1.313-2.9q.025-.056.08-.078c.568-.233 1.028.223 1.257.69q.028.058.004.115l-.906 2.23a.133.13 47.8 0 0-.003.09l.284.903a.106.103 60 0 1-.028.107l-.86.82a.028.029 28.1 0 0 .015.05 6.85 6.85 0 0 1 2.934 1.2q.058.042.057-.03l-.015-1.157q0-.047.041-.067l.827-.428q.058-.03.084-.09l.939-2.22q.02-.05.072-.066c.505-.153 1.192-.163 1.382.421q.014.042-.002.082l-1.094 2.924q-.028.073.045.046l2.961-1.114q.062-.024.125-.002c.577.192.553.888.408 1.377a.123.124 86.7 0 1-.07.078l-2.217.933q-.054.023-.081.075l-.434.832q-.03.059-.095.057l-1.202-.037q-.094-.003-.04.074.895 1.235 1.202 2.844.012.068.06.017l.779-.822q.028-.03.068-.018l.923.289q.053.016.103-.004l2.213-.897q.05-.02.1 0 .624.253.796.885M10.04 9.025c.344-.205.719-.38 1.113-.461a.09.09 0 0 0 .072-.088V7.099q0-.075-.075-.061-1.2.22-2.162.94-.048.034-.006.076l.96.959q.045.045.1.012zm2.707-.469c.425.104.81.263 1.156.493q.058.037.105-.012l1.035-1.034a.032.032 0 0 0-.004-.049q-1.032-.744-2.278-.933-.062-.009-.062.053v1.42a.064.063 7.7 0 0 .048.062m4.302 2.716a5.16 5.16 0 0 0-.9-2.192.055.055 0 0 0-.084-.007l-1.034 1.033q-.043.044-.01.096.314.5.442 1.079.013.06.075.06h1.45q.07 0 .06-.069zm-8.598.011c.089-.402.24-.773.462-1.12q.034-.053-.01-.097l-.966-.967a.03.03 0 0 0-.047.004q-.69.953-.89 2.171a.058.058 0 0 0 .058.067h1.32q.06 0 .073-.058m5.15.785a1.644 1.644 0 0 0-1.643-1.644 1.644 1.644 0 0 0-1.644 1.644 1.644 1.644 0 0 0 1.644 1.643 1.644 1.644 0 0 0 1.644-1.643zm-6.592.807a5.1 5.1 0 0 0 .905 2.168q.037.051.083.007l.932-.933q.047-.048.01-.104-.342-.52-.48-1.136-.014-.062-.08-.062H7.062q-.061 0-.052.06zm9.067 2.246c.5-.66.824-1.425.962-2.248q.01-.059-.05-.059l-1.452.001a.08.08 0 0 0-.078.064q-.129.592-.481 1.144-.02.03.005.056l1.045 1.046q.026.026.049-.004m-3.344 1.958a5.2 5.2 0 0 0 2.247-.885.05.05 0 0 0 .006-.072l-1.011-1.012q-.042-.041-.091-.01-.537.341-1.145.477-.066.014-.066.08v1.371q0 .06.06.05zm-3.68-.9a5.1 5.1 0 0 0 2.131.88q.067.012.067-.055l.001-1.351q0-.064-.063-.078-.61-.132-1.114-.45a.06.06 0 0 0-.07.007l-.958.96q-.048.048.006.087"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/knime.svg b/mkdocs-material/material/templates/.icons/simple/knime.svg new file mode 100644 index 0000000..c5e8f0f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/knime.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10.445 21.393 11.54-.775.451.775zM7.56 11.113l-5.092 10.28h-.904Zm10.427 2.652-6.43-9.505.452-.775zm2.57 5.216.627.896-10.652.707zM4.655 20.976l-1.143.09 4.709-9.488Zm6.173-14.667.476-.998 5.984 8.782zM19.1 17.364l.847 1.015-8.685 1.413zM6.76 20.532l-1.32.224 3.11-8.162Zm3.406-12.189.472-1.207 5.558 6.732Zm7.403 7.54 1.13 1.016-6.378 1.98zm-8.759 4.08-1.46.448 1.46-6.44zm.8-9.539.363-1.48 4.868 4.477zm-.348 9.402v-7.851l.244-1.085 6.864 3.926.834.758L10.34 19.5zM12.01 1.694 0 22.306h24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/knip.svg b/mkdocs-material/material/templates/.icons/simple/knip.svg new file mode 100644 index 0000000..8127647 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/knip.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.518 0A4.51 4.51 0 0 0 0 4.518v14.964A4.51 4.51 0 0 0 4.518 24h14.964A4.51 4.51 0 0 0 24 19.482V4.518A4.51 4.51 0 0 0 19.482 0Zm12.965 2.547a3 3 0 0 1 .247.008l-5.589 9.747a1.94 1.94 0 0 1-.708.932c-.304.2-.468.176-.77.283a1.08 1.08 0 0 0-.623.537l-.104.33c-.093.296-.24.591-.02.88.145.189.42.26.783.247.316.064.615.193.877.38.27.2.499.448.676.733.52 1.006.554 2.116-.173 3.394-.8 1.506-1.915 2.029-3.194 2.01-.83-.112-1.399-.493-1.75-1.096-.54-.927-.53-1.927-.18-2.908.26-.66.583-1.294.965-1.893l.987-2.472.096.09 5.173-9.107c.97-1.404 2.08-2.09 3.307-2.095M4.752 7.437c1.47-.003 2.418.576 3.038 1.523.158.293.26.613.3.944a2.3 2.3 0 0 1-.096.957c-.191.309-.265.583-.171.804.142.333.471.35.774.415l.339.073c.13.006.262-.012.387-.052l-.617 1.105-.021-.002.005.028-.05.09-2.56-.351c-.709.037-1.42.005-2.123-.095-1.025-.178-1.903-.67-2.439-1.59-.349-.6-.403-1.287-.085-2.06.615-1.123 1.622-1.827 3.319-1.79M4.72 8.545a3.2 3.2 0 0 0-1.74.528c-1.035.735-.67 1.826.298 2.401a2.56 2.56 0 0 0 1.476.34 3.6 3.6 0 0 0 1.16-.25 1.82 1.82 0 0 0 .971-.837v-.001c.313-.625.04-1.212-.455-1.634-.397-.339-.93-.52-1.586-.545zm18.008 2.591c-.574 1.198-1.756 1.902-3.569 2.062l-6.9.005 1.184-2.023zm-11.712.583a.54.54 0 0 0-.277.072.536.536 0 0 0-.134.819.536.536 0 0 0 .866-.625.54.54 0 0 0-.455-.266m-.746 4.82a1.82 1.82 0 0 0-1.207.43 3.6 3.6 0 0 0-.791.886 2.55 2.55 0 0 0-.433 1.45c.023 1.125.792 1.98 1.943 1.445a3.2 3.2 0 0 0 1.381-1.354c.298-.59.404-1.142.304-1.655-.122-.64-.498-1.165-1.196-1.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/knowledgebase.svg b/mkdocs-material/material/templates/.icons/simple/knowledgebase.svg new file mode 100644 index 0000000..65fea00 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/knowledgebase.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.1 5.52V1.5h-.18c-3.36.15-6.15 2.31-7.83 4.02l-.09.09-.09-.09C10.2 3.81 7.44 1.65 4.08 1.5H3.9v4.02H0v6.93c0 1.68.06 3.36.18 4.74a5.57 5.57 0 0 0 5.19 5.1c2.13.12 4.38.21 6.63.21s4.5-.09 6.63-.24a5.57 5.57 0 0 0 5.19-5.1c.12-1.38.18-3.06.18-4.74v-6.9zm0 6.93c0 1.59-.06 3.15-.18 4.41-.09.81-.75 1.47-1.56 1.5a90 90 0 0 1-12.72 0c-.81-.03-1.5-.69-1.56-1.5-.12-1.26-.18-2.85-.18-4.41V5.52c2.82.12 5.64 3.15 6.48 4.32L12 12.09l1.62-2.25c.84-1.2 3.66-4.2 6.48-4.32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/known.svg b/mkdocs-material/material/templates/.icons/simple/known.svg new file mode 100644 index 0000000..ee0cc78 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/known.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.387 16.926h.604v1.936h-6.086v-1.936h.904s.333-.072.26-.386l-2.392-3.776-1.893 1.847v1.322c0 .653.324.993.687.993h.844v1.936H5.414v-1.936h.741c.364 0 .688-.34.688-.993V7.992c0-.364-.324-.855-.688-.855h-.741V5.201h5.901v1.936h-.844c-.363 0-.687.491-.687.855v3.83l4.087-4.144a.316.316 0 0 0-.219-.541h-.747V5.201H19v1.936h-.872c-.363 0-.867.176-1.225.525l-3.058 2.985 3.396 5.276c.304.434.772 1.003 1.146 1.003M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12m-1.684 0c0-5.697-4.619-10.316-10.316-10.316S1.684 6.303 1.684 12 6.303 22.316 12 22.316 22.316 17.697 22.316 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/koa.svg b/mkdocs-material/material/templates/.icons/simple/koa.svg new file mode 100644 index 0000000..847daff --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/koa.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 5.587v12.757h1.19v-4.099l.46-.527 3.147 4.626h1.19L2.33 12.97l2.773-3.13h-.17L1.19 14.058v-8.47zm11.039 4.185q-1.785 0-2.96 1.173-1.155 1.175-1.156 3.3 0 2.127 1.122 3.147t2.909 1.02q1.803 0 2.96-1.173 1.173-1.174 1.173-3.3t-1.122-3.147-2.926-1.02m8.896 0a7.3 7.3 0 0 0-3.079.697l.068.12q.392-.222 1.225-.443.85-.238 1.48-.238t1.02.17q.39.153.545.374.152.221.238.46.102.22.068.374c.007.97 0 1.988 0 2.976a9 9 0 0 0-.834-.034q-.459 0-1.003.051-2.195.136-2.841.749-.323.306-.391.561-.069.255-.068.476 0 .204.034.409.289 1.939 2.432 1.939 1.838 0 2.67-1.514v.357q0 .272.392.646.424.443 1.582.443H24v-.136h-.527l-.187-.034q-.204-.018-.409-.273-.186-.271-.187-.765v-5.698q0-.544-.442-1.038c-.498-.557-1.564-.624-2.313-.63zm-8.862.136q1.292 0 2.075.986.783.987.783 3.045 0 2.04-.85 3.198-.852 1.14-2.144 1.14t-2.075-.987-.783-3.028q0-2.058.85-3.198.851-1.155 2.144-1.156m9.491 4.456q.477 0 .936.034v2.058q-.051.58-.783 1.208a2.42 2.42 0 0 1-1.616.613q-1.36 0-1.513-1.803a3 3 0 0 1-.02-.307q0-.748.392-1.173.39-.426 1.684-.579c.314-.038.64-.039.92-.05z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/koc.svg b/mkdocs-material/material/templates/.icons/simple/koc.svg new file mode 100644 index 0000000..2c38bab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/koc.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.72 9.887c-1.313-3.731-5.036-3.932-5.414-3.943-1.667-.036-3.511.541-4.917 1.906-.568.506-.97 1.095-1.395 1.719-.426-.636-.828-1.213-1.395-1.719C9.204 6.485 7.36 5.908 5.694 5.944c-.39.011-4.114.211-5.414 3.943-.46 1.33-.354 3.06.331 4.33.686 1.46 2.329 2.66 4.066 2.543 1.253-.035 2.624-.824 3.132-2.107.426-1.141.296-2.377-.685-3.354.024.247.035.6-.213.918-.39.541-1.016.683-1.666.447-.568-.259-.78-.67-.721-1.212.035-.46.413-.812.803-.989.757-.33 1.454-.164 2.14.483 1.123 1.247 1.253 3.13 1.785 4.567.378 1.177.969 2.2 2.28 2.495.154.035.32.059.485.047.166 0 .331-.012.485-.047 1.312-.294 1.903-1.318 2.281-2.495.532-1.436.662-3.32 1.773-4.567.686-.647 1.383-.812 2.14-.483.39.177.756.53.803.989.06.541-.153.953-.72 1.212-.65.236-1.265.094-1.667-.447-.248-.318-.237-.671-.213-.918-.981.977-1.111 2.213-.686 3.354.509 1.283 1.88 2.072 3.133 2.107 1.725.118 3.368-1.07 4.054-2.542.674-1.271.78-3.001.32-4.331m-2.637 4.449c-.792.694-1.844.894-2.695.506-.508-.248-.886-.683-1.004-1.154.72.718 2.02 1.071 3.203-.176 0 0 1.11-1.024.484-2.966-.319-.965-1.489-1.754-2.47-1.86-1.466-.235-2.837.259-3.794 1.589-1.123 1.73-1.265 3.66-2.092 5.59a.73.73 0 0 1-.721.448.73.73 0 0 1-.721-.447c-.816-1.919-.946-3.837-2.08-5.58-.958-1.33-2.341-1.824-3.795-1.588-.98.094-2.163.894-2.47 1.86-.627 1.941.484 2.965.484 2.965 1.194 1.248 2.483.883 3.204.177-.119.47-.485.906-1.005 1.153-.851.389-1.915.177-2.707-.506-1.17-1.153-1.347-2.636-.886-4.001.555-1.66 2.246-2.484 3.581-2.59 1.584-.141 3.77.824 4.645 2.484.201.376.627 1.365.627 1.365h2.222s.426-.989.626-1.365c.875-1.648 3.062-2.613 4.646-2.484 1.335.106 3.026.942 3.581 2.59.485 1.353.307 2.836-.863 3.99"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/kodak.svg b/mkdocs-material/material/templates/.icons/simple/kodak.svg new file mode 100644 index 0000000..74a061c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/kodak.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.496 9.076a.735.735 0 0 0 .84-.844c0-.51-.255-.771-.84-.771s-.835.263-.835.77a.733.733 0 0 0 .835.845m.128 2.126h-.82v1.538h.82c.448 0 .634-.307.634-.81 0-.494-.186-.728-.634-.728M2.406 12.848a1.45 1.45 0 0 1-.346-.753 1.06 1.06 0 0 1 .173-.603l6.739-9.138a.45.45 0 0 0 .077-.282.51.51 0 0 0-.52-.51H1.54A1.56 1.56 0 0 0 0 3.106v17.805a1.53 1.53 0 0 0 1.536 1.526h6.993a.513.513 0 0 0 .52-.505v-.005a.63.63 0 0 0-.096-.32zM20.03 16.01h.928l-.464-1.154zm2.468-14.446h-6.782a2.22 2.22 0 0 0-1.522.716L2.905 11.887c-.1.106-.1.271 0 .377l11.59 9.74c.346.279.776.432 1.22.434h6.763A1.517 1.517 0 0 0 24 20.926V3.11a1.54 1.54 0 0 0-1.502-1.546M19.25 3.306h.643v1.166l1.157-1.166h.896l-1.295 1.272 1.345 1.268h-.918l-1.184-1.162v1.162h-.644zm1.332 3.621c.945 0 1.47.437 1.47 1.299 0 .846-.51 1.367-1.47 1.367s-1.47-.521-1.47-1.367c0-.863.527-1.299 1.472-1.299zm1.392 5c0 .824-.367 1.317-1.272 1.317h-1.447v-2.565h1.447c.905 0 1.272.425 1.272 1.248m-.896 8.703-1.184-1.163v1.163h-.643v-2.54h.643v1.166l1.158-1.166h.855l-1.252 1.272L22 20.63zm.325-3.692-.18-.449h-1.286l-.176.449h-.685l1.1-2.586h.848l1.096 2.586z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/kodi.svg b/mkdocs-material/material/templates/.icons/simple/kodi.svg new file mode 100644 index 0000000..ddb7cd8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/kodi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.03.047c-.226 0-.452.107-.669.324Q9.979 1.754 8.598 3.139c-.233.233-.455.48-.703.695-.31.267-.405.583-.399.988.02 1.399.008 2.799.008 4.198q-.001 2.18 0 4.36c0 .11.002.223.03.327.087.337.303.393.546.15q1.964-1.966 3.928-3.933l4.449-4.453c.43-.431.43-.905 0-1.336L12.697.37c-.216-.217-.442-.324-.668-.324zm7.224 7.23c-.223 0-.445.104-.65.309L14.82 11.37c-.428.429-.427.895 0 1.322l3.76 3.766c.44.44.908.44 1.346.002 1.215-1.216 2.427-2.433 3.644-3.647.182-.18.353-.364.43-.615v-.33c-.077-.251-.246-.436-.428-.617-1.224-1.22-2.443-2.445-3.666-3.668-.205-.205-.429-.307-.652-.307zM4.18 7.611c-.086.014-.145.094-.207.157L.209 11.572c-.28.284-.278.677.004.96l2.043 2.046q.884.886 1.767 1.772c.169.168.33.139.416-.084.044-.114.062-.242.063-.364q.005-1.925.004-3.851h-.002V8.184q-.002-.127-.022-.252c-.019-.135-.072-.258-.207-.309a.2.2 0 0 0-.095-.012m7.908 6.838c-.224 0-.447.106-.656.315L7.66 18.537c-.433.434-.433.899.002 1.334q1.823 1.822 3.643 3.649c.18.18.361.354.611.433h.33c.244-.069.423-.226.598-.402 1.222-1.23 2.45-2.453 3.676-3.68.43-.43.427-.905-.004-1.338l-3.772-3.773c-.208-.208-.432-.311-.656-.31z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/koenigsegg.svg b/mkdocs-material/material/templates/.icons/simple/koenigsegg.svg new file mode 100644 index 0000000..a30d90b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/koenigsegg.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.64 2.278A27 27 0 0 0 11.997 0 27 27 0 0 0 7.36 2.278C4.848 3.808 3.357 5.27 3.357 5.27a32 32 0 0 0 1.03 7.299c.827 3.153 2.921 8.043 7.61 11.43 4.689-3.387 6.784-8.277 7.61-11.43a32 32 0 0 0 1.036-7.3s-1.491-1.462-4.003-2.992m2.724 10.228a22 22 0 0 1-2.33 5.562 19 19 0 0 1-5.037 5.621 19 19 0 0 1-5.037-5.621 22 22 0 0 1-2.33-5.562 32.5 32.5 0 0 1-1.027-7.13 25 25 0 0 1 3.883-2.884A27.4 27.4 0 0 1 11.997.265a27.4 27.4 0 0 1 4.51 2.225 25 25 0 0 1 3.883 2.887 32.6 32.6 0 0 1-1.026 7.13m-2.922-6.363c-2.18-.82-3.682-1.24-4.447-1.24-.764 0-2.266.424-4.446 1.24-1.255.473-3.058 1.24-3.058 1.24a39 39 0 0 0 .893 4.925c.75 2.857 2.507 7.188 6.61 10.406 4.108-3.218 5.862-7.548 6.611-10.406a39 39 0 0 0 .894-4.925s-1.803-.766-3.057-1.24zm1.84 6.08c-.76 2.9-2.468 6.974-6.286 10.063-3.824-3.089-5.523-7.165-6.286-10.062a38 38 0 0 1-.85-4.632 92 92 0 0 1 2.813-1.136C10.34 5.451 11.497 5.237 12 5.237s1.66.212 4.327 1.219a93 93 0 0 1 2.813 1.136 38 38 0 0 1-.86 4.63zm-3.32 6.243q.329-.471.62-.945l-1.417.564zm1.326-2.198a20 20 0 0 0 .645-1.395l-2.021.832zm1.016-2.347q.256-.717.442-1.372l-2.235.763zm.692-2.349c.112-.47.212-.94.298-1.393l-2.408.744zm-1.735-3.04 2.217.62c.08-.489.141-.932.19-1.294zm-1.282-2.113c-1.871-.647-2.663-.758-2.983-.758s-1.112.11-2.983.758l2.983.917zm-2.983 12.868-1.616.88a17 17 0 0 0 1.616 1.561 17 17 0 0 0 1.616-1.561zm-3.885-8.369 3.882 1.192 3.885-1.192-3.885-1.192zm.37 2.392 3.512 1.192 3.511-1.192-3.51-1.192zm-.748-4.78 4.26 1.19 4.262-1.19-4.262-1.192zm2.808-5.134-.244.242a1.096 1.096 0 0 0 1.528.02v.632h.35v-.638a1.096 1.096 0 0 0 1.528-.02l-.253-.236a.753.753 0 0 1-1.284-.53.75.75 0 0 1 .464-.692.75.75 0 0 1 .82.163l.244-.243a1.1 1.1 0 0 0-1.529-.02v-.63h-.343v.63a1.1 1.1 0 0 0-1.527.02l.243.242a.753.753 0 0 1 1.284.53.75.75 0 0 1-.464.693.75.75 0 0 1-.82-.163ZM8.403 17.517q.289.475.619.945l.79-.377zm-1.344-2.644q.284.686.644 1.395l1.377-.565ZM6.24 12.55q.186.656.442 1.371l1.793-.608Zm-.549-2.369c.087.452.186.922.297 1.392l2.117-.65zm-.371-2.325c.046.36.11.804.189 1.293l2.218-.617ZM9.08 15.7l2.914 1.19 2.914-1.19-2.914-1.194Zm.742 2.387 2.175 1.192 2.176-1.192-2.176-1.193z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/kofax.svg b/mkdocs-material/material/templates/.icons/simple/kofax.svg new file mode 100644 index 0000000..3fe87bc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/kofax.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m1.38 12.94.576-.5 1.273 1.698h1.835l-2.001-2.593 1.85-1.683h-1.82L1.38 11.545V9.862H0v4.276h1.38zm5.973-3.214c-1.455 0-2.683.5-2.683 2.274s1.228 2.274 2.683 2.274 2.684-.5 2.684-2.274-1.228-2.274-2.684-2.274m0 3.593c-.728 0-1.228-.41-1.228-1.319 0-.894.5-1.319 1.228-1.319.743 0 1.228.425 1.228 1.32 0 .894-.5 1.318-1.228 1.318m4.442.819v-1.653h2.365v-.925h-2.365v-.742h2.547v-.956h-3.926v4.276zM22.21 11.91l1.593-2.063h-1.638L21.407 11l-.758-1.153h-1.637l1.592 2.062-1.607 2.001-1.668-4.048h-1.683l-1.759 4.276h1.471l.243-.698h1.804l.242.698h2.896l.88-1.289.879 1.289H24zm-6.276.651.576-1.622h.015l.577 1.622z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/kofi.svg b/mkdocs-material/material/templates/.icons/simple/kofi.svg new file mode 100644 index 0000000..9b7107a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/kofi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.881 8.948c-.773-4.085-4.859-4.593-4.859-4.593H.723c-.604 0-.679.798-.679.798s-.082 7.324-.022 11.822c.164 2.424 2.586 2.672 2.586 2.672s8.267-.023 11.966-.049c2.438-.426 2.683-2.566 2.658-3.734 4.352.24 7.422-2.831 6.649-6.916m-11.062 3.511c-1.246 1.453-4.011 3.976-4.011 3.976s-.121.119-.31.023c-.076-.057-.108-.09-.108-.09-.443-.441-3.368-3.049-4.034-3.954-.709-.965-1.041-2.7-.091-3.71.951-1.01 3.005-1.086 4.363.407 0 0 1.565-1.782 3.468-.963s1.832 3.011.723 4.311m6.173.478c-.928.116-1.682.028-1.682.028V7.284h1.77s1.971.551 1.971 2.638c0 1.913-.985 2.667-2.059 3.015"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/komoot.svg b/mkdocs-material/material/templates/.icons/simple/komoot.svg new file mode 100644 index 0000000..32db88d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/komoot.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m9.8 14.829 2.2-3.43 2.2 3.43 5.962 5.962A11.95 11.95 0 0 1 12 24c-3.043 0-5.935-1.14-8.162-3.209zM0 12C0 5.385 5.385 0 12 0c6.62 0 12 5.385 12 12 0 2.663-.855 5.175-2.469 7.284l-6.018-6.018c.15-.412.226-.839.226-1.27A3.743 3.743 0 0 0 12 8.257a3.743 3.743 0 0 0-3.739 3.739c0 .431.075.858.226 1.27l-6.018 6.018A11.87 11.87 0 0 1 0 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/konami.svg b/mkdocs-material/material/templates/.icons/simple/konami.svg new file mode 100644 index 0000000..d4d3c19 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/konami.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.167 12.562.59-1.298a2 2 0 0 0 .062-.158h.012c.013.04.037.095.061.158l.575 1.298zm1.887 1.325h1.036l-1.635-3.537a.4.4 0 0 0-.359-.233h-.717c-.041 0-.041.04-.012.055.085.044.146.19.081.325l-1.582 3.39h.702l.39-.87h1.713zm-4.089-3.77v2.152c0 .107.004.174.008.269h-.008a6 6 0 0 0-.273-.348l-1.618-1.871c-.127-.147-.229-.202-.461-.202H8.79c-.037 0-.041.04-.013.055.123.056.22.123.22.345v3.37h.616v-2.425c0-.13-.004-.23-.008-.34h.008c.114.154.27.356.396.502l1.944 2.263h.322a.305.305 0 0 0 .306-.305v-3.465zm11.733 0h-.856c-.04 0-.045.04-.016.055.126.056.224.123.224.345v3.37H24v-3.465a.3.304 0 0 0-.302-.305m-1.386 3.77-.562-3.442a.4.4 0 0 0-.384-.328h-.53l-.921 2.144a2 2 0 0 0-.09.23h-.008a2 2 0 0 0-.081-.218l-.816-1.91a.4.4 0 0 0-.367-.246h-.807c-.04 0-.045.04-.016.055.11.048.192.131.155.34l-.55 3.375h.582l.367-2.382c.017-.118.041-.268.045-.344h.004c.037.1.086.218.139.34l1.015 2.386h.302l1.027-2.429c.057-.142.098-.245.126-.324h.004c.013.095.029.237.053.38l.38 2.373zm-16.205-.25c-.758 0-1.19-.739-1.19-1.59 0-.973.432-1.685 1.19-1.685s1.19.744 1.19 1.59c0 1.001-.432 1.686-1.19 1.686m0-3.66c-1.272 0-2.21.887-2.21 2.022 0 1.14.865 2.022 2.21 2.022 1.272 0 2.206-.883 2.206-2.022 0-1.135-.86-2.021-2.206-2.021M4.33 13.85c-.327-.07-.58-.225-.856-.506-.302-.309-1.387-1.586-1.387-1.586l1.729-1.642h-.934L1.305 11.66c-.07.067-.11.11-.147.154H1.15c.004-.051.004-.107.004-.158v-1.234a.3.304 0 0 0-.302-.305h-.82c-.036 0-.044.04-.012.055.123.056.22.123.22.345v3.37h.914V12.15c0-.047 0-.079-.004-.13h.008c.032.051.09.11.147.182 0 0 .962 1.131 1.064 1.238.407.427.978.578 1.957.483.053-.004.053-.06.004-.072"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/kong.svg b/mkdocs-material/material/templates/.icons/simple/kong.svg new file mode 100644 index 0000000..9eb1a36 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/kong.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.88 18.96h4.405l2.286 2.876-.393.979h-5.69l.139-.979-1.341-2.117zm3.152-12.632 2.36-.004L24 18.97l-.824 3.845h-4.547l.283-1.083L9 9.912zm4.17-5.144 4.932 3.876-.632.651.855 1.191v1.273l-2.458 2.004-4.135-4.884h-2.407l.969-1.777zM4.852 13.597l3.44-2.989 4.565 5.494-1.296 2.012h-4.21l-2.912 3.822-.665.879H0v-4.689l3.517-4.529z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/kongregate.svg b/mkdocs-material/material/templates/.icons/simple/kongregate.svg new file mode 100644 index 0000000..d0aa92d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/kongregate.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.667 0A2.667 2.667 0 0 0 0 2.667v18.666A2.667 2.667 0 0 0 2.667 24h18.666A2.667 2.667 0 0 0 24 21.333V2.667A2.667 2.667 0 0 0 21.333 0ZM5.6 5.333h2.667v5.334H13.6v2.666H8.267v5.334H5.6Zm8 8h1.678a1.6 1.6 0 0 1 1.43.885L17.6 16h1.333v2.667h-2.666zm0-2.666 2.667-5.334h2.666V8H17.6l-.891 1.782a1.6 1.6 0 0 1-1.431.885z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/konva.svg b/mkdocs-material/material/templates/.icons/simple/konva.svg new file mode 100644 index 0000000..7c06507 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/konva.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0m1.391 18.541-.239-3.76-2.391-1.608.152 5.129-4.325.152-.173-13.409L10.5 4.98l.087 5.346 2.217-1.608.109-3.781 4.412.283-.348 4.586-2.608 1.608 2.673 1.174.913 5.694z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/kotlin.svg b/mkdocs-material/material/templates/.icons/simple/kotlin.svg new file mode 100644 index 0000000..e5acffe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/kotlin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 24H0V0h24L12 12Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/koyeb.svg b/mkdocs-material/material/templates/.icons/simple/koyeb.svg new file mode 100644 index 0000000..b744bdb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/koyeb.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 12.822V7.044L11.985.115 24 7.037v5.77L11.992 5.892Zm11.985 1.114L1.92 19.759 0 18.645v-3.557l11.985-6.93L24 15.089v3.542l-1.92 1.13Zm-3.028 9.949L3.95 21.004l8.036-4.656 8.066 4.656-5.009 2.88-3.05-1.759Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/krita.svg b/mkdocs-material/material/templates/.icons/simple/krita.svg new file mode 100644 index 0000000..997aa92 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/krita.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.652.76a.63.63 0 0 0-.5.246c-.352.448-.035.898.362 1.262.206.189 1.77 1.794 3.428 3.527a11 11 0 0 1 1.815-1.983C3.667 2.515 1.694 1.266 1.461 1.1 1.201.914.917.762.652.76m5.105 3.052c1.848 1.148 3.786 2.332 4.693 2.84 1.469.821 3.758 2.684 4.092 4.434.535.466 2.182 1.916 2.596 2.413.698-.211 1.518.133 2.06 1.12.866 1.583.227 3.747-1.968 4.988a5 5 0 0 1-.296.267l.296-.267c1.14-1.468-.714-2.44-1.175-3.864a2.1 2.1 0 0 1-.11-.78c-.533-.282-2.11-1.452-2.795-1.965-1.801.16-4.207-1.773-5.35-3.08-.7-.802-2.32-2.517-3.858-4.123a11.05 11.05 0 0 0-2.046 6.393A11.052 11.052 0 1 0 12.948 1.136c-2.64.004-5.19.954-7.19 2.676zm8.71 7.552c-.515.126-.968.831-1.118 1.306-.038.115-.04.303.066.342.802.592 1.556 1.168 2.4 1.7.162-.393.746-.963 1.096-1.2zm-11.53 1.639c.812 1.898 5.798 7.17 12.06 2.695a2.1 2.1 0 0 0 .114.715c.46 1.42 2.36 2.427 1.238 3.89-2.135 1.364-5 1.201-6.989.528-3.558-1.204-5.914-4.332-6.424-7.828zm13.782.7a1 1 0 0 0-.065.049q-.006.006-.011.008.005-.006.01-.008c.024-.015.044-.034.066-.048z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ktm.svg b/mkdocs-material/material/templates/.icons/simple/ktm.svg new file mode 100644 index 0000000..f7badbb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ktm.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 15.735h3.354l.843-2.06 1.55 2.06h7.225l2.234-2.081-.372 2.081h2.83L20 13.675l-.32 2.06h3.052L24 9.99h-3.068l-2.486 2.191.48-2.19h-2.942l-3.209 3.216 1.342-3.938h4.907l.225-1.003H6.381l-.378 1.003h4.732l-1.994 5.054-1.572-2.066L9.886 9.99H7.612l-2.787 2.23.938-2.23H2.44z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ktor.svg b/mkdocs-material/material/templates/.icons/simple/ktor.svg new file mode 100644 index 0000000..2fcf7ef --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ktor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 0 0 8l8 8V8h8zm8 8v8H8l8 8 8-8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/kuaishou.svg b/mkdocs-material/material/templates/.icons/simple/kuaishou.svg new file mode 100644 index 0000000..bee9891 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/kuaishou.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.315 12.264c2.33 0 4.218 1.88 4.218 4.2V19.8c0 2.32-1.888 4.2-4.218 4.2h-6.202a4.22 4.22 0 0 1-4.023-2.938l-3.676 1.833a2.04 2.04 0 0 1-2.731-.903 2 2 0 0 1-.216-.907v-5.94a2.03 2.03 0 0 1 2.035-2.024 2.04 2.04 0 0 1 .919.218l3.673 1.85a4.22 4.22 0 0 1 4.02-2.925zm-.062 2.162h-6.078c-1.153 0-2.09.921-2.108 2.065v3.247c0 1.148.925 2.081 2.073 2.1h6.113c1.153 0 2.09-.922 2.109-2.065v-3.247a2.104 2.104 0 0 0-2.074-2.1zM4.18 15.72a.554.554 0 0 0-.555.542v3.734a.556.556 0 0 0 .798.496l.01-.004 3.463-1.756V17.51l-3.467-1.73a.56.56 0 0 0-.249-.06M9.28 0a5.67 5.67 0 0 1 4.98 2.965 4.92 4.92 0 0 1 3.36-1.317c2.714 0 4.913 2.177 4.913 4.863s-2.2 4.863-4.912 4.863a4.92 4.92 0 0 1-3.996-2.034 5.65 5.65 0 0 1-4.345 2.034c-3.131 0-5.67-2.546-5.67-5.687S6.149 0 9.28 0m8.34 3.926c-1.441 0-2.61 1.157-2.61 2.585s1.169 2.585 2.61 2.585c1.443 0 2.612-1.157 2.612-2.585s-1.169-2.585-2.611-2.585zM9.28 2.287a3.395 3.395 0 0 0-3.39 3.4c0 1.877 1.518 3.4 3.39 3.4a3.395 3.395 0 0 0 3.39-3.4c0-1.878-1.518-3.4-3.39-3.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/kubernetes.svg b/mkdocs-material/material/templates/.icons/simple/kubernetes.svg new file mode 100644 index 0000000..c345757 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/kubernetes.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10.204 14.35.007.01-.999 2.413a5.17 5.17 0 0 1-2.075-2.597l2.578-.437.004.005a.44.44 0 0 1 .484.606zm-.833-2.129a.44.44 0 0 0 .173-.756l.002-.011L7.585 9.7a5.14 5.14 0 0 0-.73 3.255l2.514-.725zm1.145-1.98a.44.44 0 0 0 .699-.337l.01-.005.15-2.62a5.14 5.14 0 0 0-3.01 1.442l2.147 1.523zm.76 2.75.723.349.722-.347.18-.78-.5-.623h-.804l-.5.623.179.779zm1.5-3.095a.44.44 0 0 0 .7.336l.008.003 2.134-1.513a5.2 5.2 0 0 0-2.992-1.442l.148 2.615zm10.876 5.97-5.773 7.181a1.6 1.6 0 0 1-1.248.594l-9.261.003a1.6 1.6 0 0 1-1.247-.596l-5.776-7.18a1.58 1.58 0 0 1-.307-1.34L2.1 5.573c.108-.47.425-.864.863-1.073L11.305.513a1.6 1.6 0 0 1 1.385 0l8.345 3.985c.438.209.755.604.863 1.073l2.062 8.955c.108.47-.005.963-.308 1.34m-3.289-2.057c-.042-.01-.103-.026-.145-.034-.174-.033-.315-.025-.479-.038-.35-.037-.638-.067-.895-.148-.105-.04-.18-.165-.216-.216l-.201-.059a6.5 6.5 0 0 0-.105-2.332 6.5 6.5 0 0 0-.936-2.163c.052-.047.15-.133.177-.159.008-.09.001-.183.094-.282.197-.185.444-.338.743-.522.142-.084.273-.137.415-.242.032-.024.076-.062.11-.089.24-.191.295-.52.123-.736s-.506-.236-.745-.045c-.034.027-.08.062-.111.088-.134.116-.217.23-.33.35-.246.25-.45.458-.673.609-.097.056-.239.037-.303.033l-.19.135a6.55 6.55 0 0 0-4.146-2.003l-.012-.223c-.065-.062-.143-.115-.163-.25-.022-.268.015-.557.057-.905.023-.163.061-.298.068-.475.001-.04-.001-.099-.001-.142 0-.306-.224-.555-.5-.555-.275 0-.499.249-.499.555l.001.014c0 .041-.002.092 0 .128.006.177.044.312.067.475.042.348.078.637.056.906a.55.55 0 0 1-.162.258l-.012.211a6.42 6.42 0 0 0-4.166 2.003l-.18-.128c-.09.012-.18.04-.297-.029-.223-.15-.427-.358-.673-.608-.113-.12-.195-.234-.329-.349l-.111-.088a.6.6 0 0 0-.348-.132.48.48 0 0 0-.398.176c-.172.216-.117.546.123.737l.007.005.104.083c.142.105.272.159.414.242.299.185.546.338.743.522.076.082.09.226.1.288l.16.143a6.46 6.46 0 0 0-1.02 4.506l-.208.06c-.055.072-.133.184-.215.217-.257.081-.546.11-.895.147-.164.014-.305.006-.48.039-.037.007-.09.02-.133.03l-.004.002-.007.002c-.295.071-.484.342-.423.608.061.267.349.429.645.365l.007-.001.01-.003.129-.029c.17-.046.294-.113.448-.172.33-.118.604-.217.87-.256.112-.009.23.069.288.101l.217-.037a6.5 6.5 0 0 0 2.88 3.596l-.09.218c.033.084.069.199.044.282-.097.252-.263.517-.452.813-.091.136-.185.242-.268.399-.02.037-.045.095-.064.134-.128.275-.034.591.213.71.248.12.556-.007.69-.282v-.002c.02-.039.046-.09.062-.127.07-.162.094-.301.144-.458.132-.332.205-.68.387-.897.05-.06.13-.082.215-.105l.113-.205a6.45 6.45 0 0 0 4.609.012l.106.192c.086.028.18.042.256.155.136.232.229.507.342.84.05.156.074.295.145.457.016.037.043.09.062.129.133.276.442.402.69.282.247-.118.341-.435.213-.71-.02-.039-.045-.096-.065-.134-.083-.156-.177-.261-.268-.398-.19-.296-.346-.541-.443-.793-.04-.13.007-.21.038-.294-.018-.022-.059-.144-.083-.202a6.5 6.5 0 0 0 2.88-3.622c.064.01.176.03.213.038.075-.05.144-.114.28-.104.266.039.54.138.87.256.154.06.277.128.448.173.036.01.088.019.13.028l.009.003.007.001c.297.064.584-.098.645-.365.06-.266-.128-.537-.423-.608M16.4 9.701l-1.95 1.746v.005a.44.44 0 0 0 .173.757l.003.01 2.526.728a5.2 5.2 0 0 0-.108-1.674A5.2 5.2 0 0 0 16.4 9.7zm-4.013 5.325a.44.44 0 0 0-.404-.232.44.44 0 0 0-.372.233h-.002l-1.268 2.292a5.16 5.16 0 0 0 3.326.003l-1.27-2.296zm1.888-1.293a.44.44 0 0 0-.27.036.44.44 0 0 0-.214.572l-.003.004 1.01 2.438a5.15 5.15 0 0 0 2.081-2.615l-2.6-.44z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/kubuntu.svg b/mkdocs-material/material/templates/.icons/simple/kubuntu.svg new file mode 100644 index 0000000..b702030 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/kubuntu.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.257 14.292a.21.21 0 0 1 .11.237l-.577 1.53a.206.206 0 0 1-.203.155l-2.337-.229c-.063.001-.162-.008-.278.126-.017.02-.747.933-.978 1.183q-.117.106-.088.281l.552 2.196a.206.206 0 0 1-.098.232l-1.513.89a.206.206 0 0 1-.255-.042l-1.55-1.705c-.051-.056-.155-.1-.227-.076l-1.645.24c-.08.01-.126.063-.16.116l-.994 2.079a.206.206 0 0 1-.235.089l-1.669-.395a.21.21 0 0 1-.146-.182.2.2 0 0 1 .01-.082l.882-3.244a.22.22 0 0 1 .283-.137h.003a5.84 5.84 0 0 0 2.717.217 5.84 5.84 0 0 0 4.756-4.38l.01-.04c.028-.12.177-.183.297-.155 0 0 2.868.974 3.294 1.082a.2.2 0 0 1 .039.014zM5.539 4.99a.2.2 0 0 1 .066.049l2.392 2.357a.22.22 0 0 1-.019.313v.004a5.84 5.84 0 0 0-1.519 2.263 5.84 5.84 0 0 0 1.494 6.29l.036.04c.09.082.067.233-.015.324 0 0-2.245 2.024-2.547 2.342a.206.206 0 0 1-.293.007l-1.052-1.25a.206.206 0 0 1-.036-.253l1.335-1.926c.03-.055.087-.137.027-.303-.01-.026-.449-1.108-.554-1.432q-.036-.155-.202-.214l-2.18-.594a.206.206 0 0 1-.153-.199l-.037-1.755a.21.21 0 0 1 .162-.203l2.238-.516c.074-.017.162-.086.177-.16l.596-1.552c.03-.076.007-.142-.023-.197L4.111 6.54a.206.206 0 0 1 .037-.25l1.16-1.262a.21.21 0 0 1 .231-.038zm10.49-1.747.032.015 1.538.845a.21.21 0 0 1 .095.241l-.68 2.198c-.02.073-.005.184.052.234l1.046 1.292c.05.064.119.077.182.079l2.3-.203a.206.206 0 0 1 .196.156l.514 1.636a.21.21 0 0 1-.082.22.2.2 0 0 1-.076.032l-3.244.895a.22.22 0 0 1-.262-.173l-.002-.003a5.84 5.84 0 0 0-1.202-2.446 5.84 5.84 0 0 0-6.194-1.851l-.04.012c-.117.037-.248-.06-.285-.177 0 0-.624-2.958-.748-3.378a.206.206 0 0 1 .14-.257l1.61-.286a.206.206 0 0 1 .236.096l.993 2.12c.033.053.076.144.25.174.027.005 1.183.166 1.517.237q.151.046.286-.068l1.61-1.592a.21.21 0 0 1 .219-.048M16.022.696a12 12 0 0 0-8.227.067C1.589 3.086-1.558 9.999.764 16.204c2.324 6.205 9.237 9.353 15.442 7.03s9.352-9.237 7.03-15.442A12 12 0 0 0 16.02.696"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/kucoin.svg b/mkdocs-material/material/templates/.icons/simple/kucoin.svg new file mode 100644 index 0000000..a53e626 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/kucoin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m7.928 11.996 7.122 7.122 4.49-4.49a2.004 2.004 0 0 1 2.865 0 2.004 2.004 0 0 1 0 2.865l-5.918 5.918a2.06 2.06 0 0 1-2.883 0l-8.541-8.542v5.07a2.034 2.034 0 1 1-4.07 0V4.043a2.034 2.034 0 1 1 4.07 0v5.088L13.604.589a2.06 2.06 0 0 1 2.883 0l5.918 5.918c.785.803.785 2.088 0 2.865-.804.785-2.089.785-2.865 0l-4.49-4.49zM15.05 9.96a2.04 2.04 0 0 0-2.053 2.035c0 1.133.902 2.052 2.035 2.052a2.04 2.04 0 0 0 2.053-2.035v-.018A2.07 2.07 0 0 0 15.05 9.96"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/kuma.svg b/mkdocs-material/material/templates/.icons/simple/kuma.svg new file mode 100644 index 0000000..2efadd1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/kuma.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.02 0c-1.118 0-1.935.362-2.474.946A.19.19 0 0 1 16.35 1a17 17 0 0 0-2.634-.623.184.184 0 0 0-.205.158.2.2 0 0 0 .003.07c.186.699 1.305 5.133 2.205 8.51.544 2.043-.866 4.05-2.98 4.044h-1.31c-2.136 0-3.433-2.014-2.94-4.022.83-3.393 1.968-7.792 2.152-8.517a.183.183 0 0 0-.13-.226.2.2 0 0 0-.07-.005 14.4 14.4 0 0 0-3.048.698.19.19 0 0 1-.208-.056C6.646.398 5.806.003 4.643.003c-2.254 0-3.287 1.473-3.287 3.29 0 .952.905 2.24 1.766 3.253a.19.19 0 0 1 .034.18l-1.468 4.259v.011c-.038.148-.604 2.662 3.699 6.661 1.286 1.2 5.77 5.52 6.576 6.293a.18.18 0 0 0 .251 0l6.774-6.293c4.648-4.334 3.54-6.672 3.54-6.672L20.882 6.27a.18.18 0 0 1 .028-.175c.733-.925 1.4-1.991 1.4-2.808C22.31 1.473 21.274 0 19.02 0m-8.025 7.132a.525.525 0 0 0-.527.524l.217 2.157v.003a.525.525 0 0 0 .526.524h1.755a.525.525 0 0 0 .524-.53l.208-2.154a.525.525 0 0 0-.526-.524z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/kununu.svg b/mkdocs-material/material/templates/.icons/simple/kununu.svg new file mode 100644 index 0000000..2b6794b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/kununu.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.686 17.759a3.26 3.26 0 0 1-2.344-1.004 3.49 3.49 0 0 1-.971-2.422l.015-4.668a1.08 1.08 0 0 0-.302-.751 1.01 1.01 0 0 0-.728-.311c-.272 0-.534.112-.727.311-.192.2-.301.47-.3.752l-.015 4.669c0 .908-.349 1.78-.971 2.422a3.26 3.26 0 0 1-2.344 1.002 3.26 3.26 0 0 1-2.343-1.004 3.48 3.48 0 0 1-.97-2.422L8.7 9.665c0-.282-.109-.552-.302-.752a1.007 1.007 0 0 0-1.454.001c-.193.2-.301.47-.301.752l-.014 4.669a3.5 3.5 0 0 1-.56 1.902 3.34 3.34 0 0 1-1.487 1.26 3.2 3.2 0 0 1-1.914.195 3.28 3.28 0 0 1-1.696-.937 3.4 3.4 0 0 1-.721-1.111A3.5 3.5 0 0 1 0 14.333v-3.707c0-.313.121-.613.335-.835s.505-.346.808-.346.594.125.808.346a1.2 1.2 0 0 1 .335.835v3.707c0 .282.108.552.301.751.193.2.455.312.728.312s.534-.112.727-.312c.193-.199.301-.469.301-.751l.015-4.669c0-.908.349-1.779.971-2.422A3.26 3.26 0 0 1 7.673 6.24c.879 0 1.722.361 2.343 1.004s.97 1.514.97 2.423l-.014 4.667c0 .282.109.552.302.752s.454.311.727.311.534-.113.727-.312c.193-.2.301-.47.301-.752l.014-4.668c.001-.909.35-1.78.972-2.422a3.26 3.26 0 0 1 2.344-1.003c.879 0 1.721.362 2.343 1.004.621.643.97 1.514.97 2.423l-.014 4.668c0 .282.108.552.301.751.194.199.455.311.728.311s.534-.112.727-.312.301-.47.301-.752v-3.706c0-.313.12-.613.334-.835s.505-.346.809-.346c.303 0 .593.124.808.346.214.222.334.522.334.835v3.706c0 .908-.349 1.78-.97 2.422a3.26 3.26 0 0 1-2.344 1.004"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/kuula.svg b/mkdocs-material/material/templates/.icons/simple/kuula.svg new file mode 100644 index 0000000..57c5249 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/kuula.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.388 0 0 5.388 0 12s5.388 12 12 12 12-5.388 12-12S18.612 0 12 0m0 2.547A9.433 9.433 0 0 1 21.453 12 9.433 9.433 0 0 1 12 21.453 9.433 9.433 0 0 1 2.547 12 9.433 9.433 0 0 1 12 2.547m-.606 5.366 4.372-.693 2.01 3.944-3.13 3.13-3.944-2.01z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/kx.svg b/mkdocs-material/material/templates/.icons/simple/kx.svg new file mode 100644 index 0000000..dd26ec6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/kx.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 5.873h3.59v12.254H0zm11.746 0L7.65 12l4.097 6.127H7.65L3.59 12l4.06-6.127zm12.254 0L19.903 12 24 18.127h-4.097l-2.03-3.045-2.03 3.045h-4.097L15.843 12l-4.097-6.127h4.097l2.03 3.082 2.03-3.082z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/kyocera.svg b/mkdocs-material/material/templates/.icons/simple/kyocera.svg new file mode 100644 index 0000000..f26d073 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/kyocera.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.677 4.645 2.323 12V4.645zm-7.354 14.71h7.355L2.323 12zm7.354 0L17.032 12 9.677 4.645zM21.677 0h-7.355L9.677 4.645h7.355V12l4.645-4.645zm-12 19.355L14.323 24h7.355v-7.355L17.032 12v7.355z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/labview.svg b/mkdocs-material/material/templates/.icons/simple/labview.svg new file mode 100644 index 0000000..2ccf035 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/labview.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.176 4.469a.817.817 0 0 0-.768.816v7.055a.816.816 0 0 0 1.182.73l7.058-3.527a.818.818 0 0 0 0-1.463L9.59 4.553a.8.8 0 0 0-.414-.084m1.918 3.107h.638v.916h.916v.639h-.916v.918h-.638V9.13h-.918v-.639h.918zm-4.752 7.51v.367h.262c.086 0 .136.05.136.137v3.869h.41v-.273a3 3 0 0 0-.011-.256h.011s.281.603 1.028.603c.82 0 1.41-.646 1.41-1.635 0-.97-.522-1.642-1.361-1.642-.802 0-1.065.598-1.065.598H7.15s.012-.113.012-.256v-1.131c0-.267-.112-.381-.379-.381zm2.855 0v.387h.063c.118 0 .18.018.224.136l1.436 3.85h.467l1.437-3.85c.044-.118.105-.136.223-.136h.834v3.601h-.41v.385h1.25v-.385h-.418v-3.601h.418v-.387h-1.805c-.31 0-.404.056-.516.361l-1.076 2.942c-.08.223-.168.566-.168.566h-.011s-.088-.343-.168-.566L9.9 15.447c-.105-.298-.199-.361-.51-.361zm5.922 0v.387h.404v3.607c0 .268.112.379.38.379h1.89c.268 0 .379-.111.379-.379v-.435h-.404v.29c0 .094-.05.14-.137.14h-1.535c-.087 0-.137-.046-.137-.14v-1.484h1.64v-.387h-1.64v-1.591h1.492c.087 0 .137.043.137.136v.293h.41v-.435c0-.268-.112-.381-.379-.381zM0 15.088v.385h.268c.086 0 .136.043.136.136v3.471c0 .268.112.379.38.379h1.81c.267 0 .379-.111.379-.379v-.435h-.41v.29c0 .094-.05.137-.137.137H.976c-.086 0-.136-.043-.136-.136v-3.47c0-.267-.112-.378-.38-.378zm18.334 0v.385h.076c.118 0 .197.018.229.136l1.002 3.85h.515l.897-3.047c.08-.28.156-.64.156-.64h.012s.067.366.142.646l.815 3.041h.515l1.008-3.85c.031-.118.106-.136.23-.136H24v-.385h-.193c-.311 0-.453.055-.528.36l-.76 3.015c-.055.224-.1.467-.1.467h-.01s-.039-.243-.1-.467l-.877-3.358h-.43l-.963 3.358c-.062.224-.12.467-.12.467h-.01s-.039-.243-.095-.467l-.757-3.016c-.075-.304-.219-.36-.53-.36zM4.637 16.256c-.274 0-1.02.094-1.02.53v.298h.404v-.2c0-.23.454-.273.61-.273.572 0 .808.23.808.883v.037h-.173c-.542 0-1.916.038-1.916 1.076 0 .622.54.926 1.062.926a1.11 1.11 0 0 0 1.04-.678h.01s-.005.094-.005.23c0 .256.106.374.373.374h.43v-.367h-.262c-.087 0-.137-.044-.137-.137v-1.498c0-.672-.236-1.201-1.224-1.201m3.527.387c.578 0 .988.49.988 1.255 0 .796-.452 1.262-1.006 1.262-.671 0-.996-.628-.996-1.256 0-.889.492-1.261 1.014-1.261m-2.906 1.224h.181v.143c0 .54-.362 1.162-.959 1.162-.466 0-.695-.298-.695-.59 0-.703.982-.715 1.473-.715"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/lada.svg b/mkdocs-material/material/templates/.icons/simple/lada.svg new file mode 100644 index 0000000..f08f3ff --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/lada.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.998 7.312c-5.908 0-10.82 1.669-11.81 3.866a2 2 0 0 0-.188.831c0 .193.028.508.227.895 1.078 2.156 5.94 3.784 11.775 3.784C18.629 16.688 24 14.588 24 12c0-2.589-5.375-4.688-12.002-4.688m-.89.993c.42.383.16 1.217-.642 2.368-.894 1.276-1.752 1.976-2.771 2.233L9.91 8.084h.01c.566-.025.949.005 1.188.22zm5.027 4.7c-.065-.04-.045-.139.03-.154l1-.201a.07.07 0 0 0 .052-.047l.16-.474c.015-.044-.018-.087-.063-.09l-1.866-.103a.3.3 0 0 0-.18.048l-.748.496a.385.385 0 0 0-.17.394c.209 1.09-.202 1.684-2.354 1.942-3.127.373-5.461 0-5.868-.074a.22.22 0 0 0-.234.121l-.213.463c-2.209-.657-3.742-1.653-4.112-2.793 0-.036-.081-.226-.081-.535 0-1.893 3.186-3.49 7.544-3.992h.016s-2.232 4.863-2.612 5.688a.088.088 0 0 0 .08.122h.124c1.31.044 2.892.091 4.87-.396 2.102-.518 3.688-2.005 4.296-3.087.616-1.099.263-1.943.195-2.232 3.878.596 6.359 2.095 6.413 3.84-.014.356-.11.704-.283 1.019-.728 1.214-2.796 2.22-5.55 2.76 1.084-1.188.236-2.27-.446-2.712z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/lamborghini.svg b/mkdocs-material/material/templates/.icons/simple/lamborghini.svg new file mode 100644 index 0000000..889225f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/lamborghini.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.192 13.826c-.032.02-.232.114-.288.136-.406.18-.772.152-1.18-.088-.294-.172-.566-.552-.672-.684-.084-.106-.186-.244-.332-.374-.272-.244-.638-.404-1.272-.392a.3.3 0 0 1-.146-.036c-.64-.338-1.746-.752-2.8-.7-.21.016-.24-.136-.31-.306a3.9 3.9 0 0 0-.46-.936c-.168-.238-.24-.24-.378-.278-.152-.042-.32-.06-.42-.236-.012-.022-.062-.116-.006-.182.14-.164.528-.388-.056-.718-.356-.2-.196-.33-.138-.36a.6.6 0 0 1 .392-.042 1 1 0 0 1 .56.36c.19.222.832 1.264 1.222 2.054.006.01.014.066.086.074.108.01.296.01.334.014.06.004.06-.044.054-.064-.552-1.836-1.19-4.124-2.296-5.714-.02-.046-.002-.094.068-.088.988.1 1.276 1.51 1.856 2.434.744 1.19 1.18.724 1.252-.08.048-.56-.1-1.272-.49-1.672-.092-.114-.258-.256-.326-.34-.024-.032-.028-.082.038-.1a.5.5 0 0 1 .118-.006c.458.034 1.092.404 1.36.816.546.846.506 1.3.43 1.6-.128.512-.368.806-.07 1.618.588 1.604.434 1.268.1 2.278-.03.076.018.134.084.128.77-.072 1.004.104 1.17.192.018.01.032.024.044.02.03-.01.04-.048.044-.098.064-.432-.026-.616-.124-.87-.06-.15-.124-.32-.146-.484a.8.8 0 0 1 .07-.488c.131-.274.16-.587.084-.882-.194-.856-.896-2.264-1.344-3.076q-.194-.368-.392-.734c-.032-.06-.02-.128.006-.184l.054-.136c.108-.274.164-.48.196-.72.104-.766-.098-1.312-.652-1.768-.516-.424-1.432-.612-2.654-.544l-.26.016c-1.148.066-2.452.14-3.434.06-.95-.08-1.504-.23-1.696-.46a.33.33 0 0 1-.076-.262A.84.84 0 0 1 9.74.96c.17-.13.37-.2.514-.18.254.012.536.156.86.322.29.15.62.32 1.004.428a3 3 0 0 0 .952.124c.29-.012.576-.072.846-.18a.9.9 0 0 0 .232-.132c.02-.016.026-.048.004-.08-.014-.016-.03-.016-.09-.016a4.5 4.5 0 0 1-1-.12c-.256-.064-.28-.124-.276-.148.006-.056.14-.108.294-.114.752-.034 1.328.006 1.71.034q.241.025.486.016c.022-.002.03-.016.032-.022a.04.04 0 0 0-.012-.04c-.264-.22-1.126-.55-2.11-.724-1.582-.28-2.642-.05-3.252.192a3 3 0 0 0-.714.4q-.46.358-.508.77c-.04.364.224.836 1.72 1.01 1.586.184 3.068.158 4.374.136l.402-.008c.828-.012 1.528.188 1.83.522.289.34.393.798.28 1.228q-.046.173-.14.324c-.094.13-.2.168-.39.118-.612-.162-1.704-.52-2.232-.7-.472-.16-.844-.284-1.16-.362-.936-.23-1.228-.078-1.858.32-.152.096-.306.2-.484.322-.26.176-.55.376-.94.62q-.428.258-.868.494c-.332.18-.674.37-1.01.572-1.076.632-1.248 1.48-1.448 2.46-.14.696-.3 1.484-.832 2.284-.058.086-.52.646-.616.804-.366.586-.56 1.092-.484 1.94.06.636-.16 1.188-.37 1.722-.164.42-.32.82-.346 1.244-.02.264-.01.51 0 .748.014.394.02.788-.1 1.128-.092.26-.328.52-.42.772a3.9 3.9 0 0 0-.198 1.212c-.006.36-.272.622-.554.9-.248.246-.508.504-.602.84-.014.044-.02.078-.038.104-.024.04-.06.064-.11.1a.96.96 0 0 0-.336.408c-.096.253-.089.533.02.78.016.028.058.096.122.104q.067.006.13-.07s.276-.318.382-.412a.086.086 0 0 1 .108-.008c.032.022.038.06.02.1-.012.024-.178.32-.274.568l-.002.008c-.014.034-.03.08-.006.114q.031.054.17.06.06.005.12.004c.508 0 .776-.136.914-.254a.34.34 0 0 0 .08-.124l.02-.04c.1-.272.168-.588.178-.824 0-.1.028-.128.096-.196.268-.272.268-.628.268-.974 0-.32 0-.648.21-.906.57-.64.866-1.384 1.152-2.104.296-.744.6-1.514 1.208-2.154.154-.158.302-.244.4-.228q.075.012.116.094c.13.24.09.562.052.874-.042.354-.082.686.104.904.126.162.16.334.098.494-.08.256-.324 1.032-.902 1.376a2 2 0 0 0-.216.164.4.4 0 0 0-.064.094.47.47 0 0 1-.312.262.96.96 0 0 0-.536.346c-.22.331-.314.73-.264 1.124.01.06.03.138.088.214q.052.072.116.082a.13.13 0 0 0 .1-.028 1 1 0 0 0 .126-.132c.08-.09.178-.204.3-.296.04-.03.08-.022.104-.006.02.016.032.04.024.06a1 1 0 0 1-.094.174c-.06.094-.134.21-.192.348q-.024.047-.006.084c.016.04.06.056.07.06.37.118.92-.022 1.23-.312a.76.76 0 0 0 .228-.59.36.36 0 0 1 .098-.228c.216-.186.306-.476.4-.784l.072-.222c.098-.317.287-.6.542-.812.406-.38.59-.74.706-.96.118-.238.144-.37.23-.508.17-.268.742-.32.954-.194q.131.078.058.214c-.032.058-.334.546-.476.88-.07.164-.228.226-.32.28-.568.332-.672.956-.688 1.212-.006.08.002.186.044.246a.14.14 0 0 0 .09.06.14.14 0 0 0 .106-.028c.032-.026.34-.336.376-.368.052-.044.096-.036.12-.016.022.02.032.062 0 .11-.04.062-.254.382-.228.452.04.118.162.116.282.116.974-.08 1.318-.774 1.318-.774.024-.04.052-.094.036-.238-.028-.26-.088-1.16.432-1.72.154-.172.246-.056.28.02.064.14.156.378.21.498.112.254.188.44.32.692.216.424.546.482.952.432.526-.066.888-.024 1.24.01.3.026.466.046.688-.156.12-.11.35-.31.504-.53.1-.138.128-.226.104-.44-.072-1.082.49-2.022 1.504-2.514.152-.062.32-.044.424.096.228.336.756 1.2.756 1.934a.8.8 0 0 1-.058.234c-.072.2-.16.45.004.79.012.294-.098.524-.194.728-.138.288-.246.516.13.74q.213.12.45.18a.1.1 0 0 0 .04-.012.05.05 0 0 0 .024-.034c.01-.086.02-.38.036-.448.006-.028.02-.06.052-.064.03 0 .06.022.068.046.03.072.106.36.128.404q.026.06.068.076c.15.042.356-.216.432-.35.132-.274.078-.68-.138-1.036a.3.3 0 0 1-.036-.158.97.97 0 0 0-.04-.66 1.5 1.5 0 0 1-.088-.344c-.06-.508.254-2.12.282-2.284.054-.3.098-.514.116-.734a.86.86 0 0 0-.216-.62c-.136-.146-.3-.28-.46-.408a5 5 0 0 1-.378-.33.87.87 0 0 1-.228-.512q0-.03.012-.04a.05.05 0 0 1 .026-.006c.24.018.434.176.676.38.22.18.466.384.81.536.684.304 1.332.26 1.984-.136.276-.196.362-.366.376-.388.018-.03-.008-.116-.088-.07M7.054 11.124c.04-.316.272-.65.374-1.044.146-.444.186-1.22.266-1.836.04-.308.156-.436.378-.464.146-.014.3.114.378.548.272 1.774.804 2.02 1.114 2.49l.016.026c.08.148.104.284-.02.384-.072.06-.316.146-.728-.104-.496-.298-.57-.62-1.392.038 0 0-.11.084-.214.108-.09.02-.188-.014-.172-.146m4.3 6.51c-.03.02-.064.006-.112-.024-.326-.21-1.23-.374-1.992-.068-.786.314-1.504.76-1.552-.018-.01-.688.136-.988-.104-1.396l-.02-.032c-.02-.032.004-.04.012-.04 1.102-.086 1.398-.43 1.466-.55.014-.028-.004-.056-.032-.06-.254-.028-1.518-.066-2.024.008-.894.13-1.494 1.474-1.61 1.602-.134.146-.304.034-.304-.1 0-.224.134-1.314.22-1.692.14-.598.332-1.04.916-1.132.408-.062 1.412-.168 1.344-.44a2.4 2.4 0 0 1-.088-.5c0-.132.068-.16.202-.128.1.02.232.08.404.12 1.26.298 1.908.06 2.66-.274l.318-.144a.168.168 0 0 1 .23.222c-.04.086-.094.126-.21.236-.248.24-1.174 1-.616 2.284.434 1 .56 1.26.87 1.942.05.112.058.16.02.184zm2.346 1.732c-.062.096-.158.164-.34.164-.228 0-.388-.068-.484-.17a.76.76 0 0 1-.174-.688c.03-.12.1-.198.18-.22.032-.012.05-.008.068.014.034.054.156.248.184.288a.34.34 0 0 0 .142.108c.092.038.21.07.272.098.19.082.234.278.152.406m3.638-3.54c-.024.04-.046.046-.078.06-1.142.432-2.052 1.6-1.886 3a.34.34 0 0 1-.09.246s-.24.244-.39.348c-.052.036-.11.064-.244.056l-.51-.032c-.08-.014-.046-.084-.04-.1a.3.3 0 0 0 .016-.05c.044-.21.012-.504-.284-.614-.042-.024-.016-.064-.01-.076.126-.314.286-.7.412-1.242.09-.313.023-.65-.18-.906l-.18-.24c-.052-.058-.038-.12.034-.144l.254-.066c.06-.02.056-.114-.004-.13l-.13-.04a.6.6 0 0 1-.256-.228.6.6 0 0 1-.1-.226l-.014-.074c-.002-.038-.06-.04-.088-.012a.62.62 0 0 0-.114.754c.206.344.198.31.38.57.06.084.098.154.118.24.029.21.008.425-.06.626l-.208.632c-.126.28-.266.214-.344.16-.104-.068-.2-.244-.25-.432 0 0-.144-.526-.14-1.228-.008-.084-.066-.222-.25-.1l-.49.404c-.068.038-.188.018-.164-.142 0 0 .352-1.57.73-2.454.284-.72-.032-1.126-.408-1.572-.618-.788-.756-1.846.68-1.266.386.176.524-.052 1-.094.34-.028.452.11.48.168a.4.4 0 0 1 .04.14c0 .012-.004.02-.02.02-.804.048-1.764.716-1.02 1.766.726 1.028 2.73 1.372 3.626.392.012-.012.014-.042-.004-.056a.04.04 0 0 0-.046-.008 3 3 0 0 1-.556.16c-.428.07-1.334.02-1.76-.47-.246-.28-.24-.602.174-.652.23-.018.344.024.444.026.258-.004.31-.26.258-.38a1 1 0 0 0-.292-.364c-.134-.094-.06-.194.026-.192.828.048 1.62.192 1.92 1.186.012.038.032.164.064.21.064.096.174.168.298.274.3.262.57.73-.344 2.152m1.076-.616c.146-.304.344-.1.44.234.12.426.136 1.108.084 1.46-.064.46-.28.368-.396.204-.184-.258-.38-.6-.52-.836l-.01-.022c-.064-.134-.074-.24-.006-.336.068-.106.34-.564.408-.704"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/landrover.svg b/mkdocs-material/material/templates/.icons/simple/landrover.svg new file mode 100644 index 0000000..a233425 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/landrover.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.182 11.491h.717l.625-1.85.365 1.85h.718l.978-2.858-.75.001-.522 1.554-.299-1.554h-1.01l-.025.074.05.048c.053.053.05.114.005.246zm3.749-2.489-.853 2.49h1.259c.54 0 .847-.12 1.098-.387.313-.332.6-1.195.59-1.67-.009-.485-.322-.8-.98-.8H13.9l-.024.073.05.048c.052.053.05.114.004.246m.685.31h.313c.213 0 .33.071.333.236.002.106-.027.252-.137.565-.098.28-.176.443-.287.562-.088.094-.207.135-.478.135h-.261zm4.066.347H16.78l-.247.68h1.318l-1.497.509-.093.243 2.157-.71.264-.722zM5.043 11.492h1.95l.236-.682H6.095l.75-2.176h-.979l-.024.074.049.048c.053.053.051.114.005.246zm2.153-.001h.83l.359-.632h.859l.008.632h.753l-.162-2.857H8.716l-.025.074.036.036c.06.058.035.142-.184.49zm1.996-2.067h.026l.014.864h-.527zM8.01 12.11H6.776l-.025.074.05.05c.053.051.05.113.004.245l-.862 2.49h.788l.337-.989h.267l.296.988h.792l-.372-1.01a.76.76 0 0 0 .433-.194c.149-.136.252-.326.337-.607.124-.407.049-.64-.031-.76-.11-.164-.342-.287-.78-.287m.068 1.038c-.05.122-.104.151-.175.18a.9.9 0 0 1-.245.026H7.28l.205-.591h.455c.136 0 .192.07.194.152a.8.8 0 0 1-.057.233m10.436-1.038H17.28l-.024.074.05.05c.053.051.05.113.005.245l-.863 2.49h.789l.336-.988h.267l.297.987h.79l-.37-1.01a.76.76 0 0 0 .431-.194c.15-.136.253-.326.338-.607.124-.407.05-.64-.03-.76-.11-.164-.343-.287-.782-.287m.069 1.038c-.05.122-.104.151-.174.18a.9.9 0 0 1-.245.026h-.376l.203-.591h.455c.136 0 .192.07.193.152a.8.8 0 0 1-.056.233m1.367-4.742c-2.365-1.222-5.31-1.69-7.95-1.69s-5.585.468-7.95 1.69C2.72 9.093 1.035 10.331 1.035 12s1.686 2.907 3.015 3.594c2.365 1.222 5.31 1.69 7.95 1.69s5.585-.467 7.95-1.69c1.329-.687 3.015-1.925 3.015-3.594 0-1.67-1.685-2.907-3.015-3.594m-.12 6.954c-2.33 1.203-5.227 1.66-7.83 1.66s-5.5-.457-7.83-1.66C2.939 14.721 1.3 13.546 1.3 12c0-1.548 1.638-2.722 2.87-3.359C6.5 7.438 9.398 6.981 12 6.981s5.5.456 7.83 1.66c1.233.637 2.87 1.81 2.87 3.36 0 1.547-1.638 2.721-2.87 3.359m.595-7.873C18.171 6.322 15.18 5.681 12 5.681c-3.179 0-6.17.641-8.425 1.806C2.24 8.177 0 9.681 0 12s2.24 3.823 3.575 4.513C5.829 17.678 8.821 18.32 12 18.32s6.171-.641 8.425-1.806C21.76 15.823 24 14.32 24 12s-2.24-3.823-3.575-4.513m-.293 8.46C17.967 17.064 15.08 17.68 12 17.68s-5.966-.616-8.132-1.735C1.786 14.87.638 13.468.638 12c0-1.469 1.148-2.87 3.23-3.946C6.034 6.936 8.921 6.32 12 6.32c3.08 0 5.967.617 8.132 1.735 2.083 1.075 3.23 2.477 3.23 3.946 0 1.468-1.147 2.87-3.23 3.946m-9.41-3.87h-.091c-.539 0-.846.144-1.099.412-.314.333-.609 1.23-.603 1.706.006.484.32.82.978.82h.096c.54 0 .848-.145 1.1-.413.314-.333.603-1.23.597-1.706-.006-.484-.32-.82-.979-.82m.046 1.515c-.098.281-.175.462-.288.581-.09.094-.207.161-.48.161-.212 0-.33-.087-.33-.251-.002-.107.027-.268.141-.582.098-.28.175-.462.289-.581.088-.094.207-.161.478-.161.213 0 .331.087.33.25.003.108-.026.27-.14.583M6.035 12.48l-2.157.709-.263.723h1.902l.248-.681H4.446l1.497-.507zm7.846-.369-1.046 2.055h-.022l-.053-2.055h-.875l-.034.074.075.046c.073.051.093.103.102.246l.119 2.492h.975l1.573-2.858zm2.396 1.712.219-.597H15.49l.156-.457h1.088l.24-.66H14.92l-.029.084.05.049c.053.051.05.112.004.246l-.855 2.48h1.92l.232-.663h-1.12l.164-.482z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/langchain.svg b/mkdocs-material/material/templates/.icons/simple/langchain.svg new file mode 100644 index 0000000..ed32fc0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/langchain.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.099 5.918C2.736 5.918 0 8.646 0 12s2.736 6.083 6.099 6.083H17.9C21.264 18.083 24 15.353 24 12s-2.736-6.082-6.099-6.082ZM5.977 7.85c.493.012 1.02.25 1.273.623.368.459.478 1.067.895 1.493.56.612 1.199 1.15 1.716 1.802.49.595.839 1.294 1.144 1.998.124.233.125.52.31.72.09.12.534.448.438.564.055.12.47.286.326.402-.194.04-.413.048-.562-.107-.054.126-.182.06-.281.043l-.025.074c-.33.022-.576-.313-.732-.565-.311-.168-.665-.27-.982-.446-.019.29.045.648-.231.835-.014.557.843.066.922.48-.061.007-.129-.009-.178.038-.223.217-.48-.165-.738-.007-.346.174-.38.316-.81.352-.023-.036-.014-.06.006-.081.12-.14.13-.305.336-.365-.212-.033-.39.084-.569.176-.232.095-.23-.214-.588.017-.04-.033-.02-.062.002-.087.091-.11.21-.127.345-.12-.663-.37-.975.45-1.281.043-.092.024-.127.106-.185.165-.05-.055-.012-.121-.01-.186-.06-.028-.135-.041-.117-.137-.117-.04-.2.03-.286.096-.08-.061.053-.15.077-.213.07-.121.23-.025.311-.112.23-.131.552.08.816.045.203.026.454-.182.352-.39-.217-.277-.179-.639-.183-.97-.027-.192-.491-.438-.626-.646-.166-.187-.295-.404-.424-.618-.467-.9-.32-2.058-.908-2.895-.266.147-.612.078-.841-.119-.124.113-.13.26-.14.417-.296-.297-.259-.856-.021-1.186.096-.13.212-.237.342-.332.029-.02.039-.041.038-.074.117-.527.576-.74 1.07-.727m12.407.46c.557 0 1.08.216 1.473.608s.61.915.61 1.47a2.06 2.06 0 0 1-.61 1.47v.001l-.902.9a2.1 2.1 0 0 1-.86.516l-.016.005-.005.016a2.05 2.05 0 0 1-.474.731l-.902.9c-.394.392-.917.608-1.475.608s-1.08-.216-1.474-.608a2.077 2.077 0 0 1 0-2.94l.902-.9a2.06 2.06 0 0 1 .858-.514l.017-.006.006-.016a2.1 2.1 0 0 1 .475-.733l.902-.9a2.07 2.07 0 0 1 1.474-.608m0 .897a1.18 1.18 0 0 0-.84.346l-.901.9a1.18 1.18 0 0 0-.343.924l.005.058c.033.265.15.504.338.691.13.13.273.212.447.269a1 1 0 0 1 .014.158.88.88 0 0 1-.26.63l-.056.056a1.96 1.96 0 0 1-.78-.48 2.06 2.06 0 0 1-.576-1.096l-.01-.058-.046.037a1 1 0 0 0-.087.08l-.903.899a1.182 1.182 0 0 0 .84 2.019c.304 0 .607-.116.838-.346l.902-.9a1.18 1.18 0 0 0 0-1.673 1.2 1.2 0 0 0-.436-.275 1 1 0 0 1-.014-.16c0-.26.102-.506.29-.693a2.064 2.064 0 0 1 1.372 1.592l.01.058.046-.038a1 1 0 0 0 .088-.08l.902-.899a1.183 1.183 0 0 0 0-1.673 1.18 1.18 0 0 0-.84-.346ZM8.41 14.364c-.08.309-.105.833-.506.848-.033.177.123.244.265.187.141-.064.208.051.256.166.218.032.54-.073.552-.33-.325-.187-.426-.542-.567-.87"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/languagetool.svg b/mkdocs-material/material/templates/.icons/simple/languagetool.svg new file mode 100644 index 0000000..ca65f15 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/languagetool.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.28 20.494 0 18.865c.67-.938 1.36-1.66 2.088-2.171.805-.568 1.667-.869 2.555-.869.824 0 1.539.198 2.178.582q.39.24.734.549c.16.14.281.255.53.504.383.384.537.524.728.633.205.127.422.185.735.185s.53-.058.734-.185c.192-.109.351-.25.734-.633.25-.249.37-.364.537-.51a4.7 4.7 0 0 1 .728-.543c.639-.384 1.348-.582 2.171-.582.824 0 1.533.198 2.172.582.255.153.491.332.728.542.166.147.287.262.536.511.383.384.543.524.735.633.204.127.421.185.734.185.281 0 .588-.109.945-.358.44-.306.92-.81 1.418-1.507L24 18.042c-.67.938-1.36 1.666-2.088 2.17-.805.57-1.667.87-2.555.87-.824 0-1.539-.199-2.178-.582a5 5 0 0 1-.734-.543c-.166-.146-.281-.261-.537-.51v-.007c-.376-.377-.536-.517-.728-.626-.204-.127-.415-.185-.728-.185s-.523.058-.728.185c-.191.109-.35.25-.728.626v.007c-.255.249-.37.364-.536.51-.243.211-.48.39-.735.543-.638.383-1.354.581-2.177.581-.824 0-1.54-.198-2.178-.58a5.6 5.6 0 0 1-.735-.544 11 11 0 0 1-.53-.51c-.383-.384-.536-.524-.728-.633-.204-.127-.421-.185-.734-.185-.281 0-.588.109-.945.358-.44.313-.92.81-1.418 1.507M3.417 2.919h2.33c.965 0 1.75.779 1.75 1.75v6.795h4.554v2.452H6.795c-.964 0-1.75-.786-1.75-1.75V5.371H3.417Zm17.818 1.75v1.82h-2.453V5.37h-1.928v8.545H14.4V5.37h-1.928v1.118H10.02v-1.82c0-.971.786-1.75 1.75-1.75h7.708a1.75 1.75 0 0 1 1.757 1.75zm0 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/lapce.svg b/mkdocs-material/material/templates/.icons/simple/lapce.svg new file mode 100644 index 0000000..dae5715 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/lapce.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.802 1.267 1.608 0v24L8 20.31v-2.535L3.802 20.2Zm4.208 13.9V6.231L18.003 12l-7.798 4.503v2.533L22.392 12 5.806 2.424V16.44Zm5.598-3.231L10.205 9.97v3.93Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/laragon.svg b/mkdocs-material/material/templates/.icons/simple/laragon.svg new file mode 100644 index 0000000..efdc461 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/laragon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.843.979c-2.12-.096-3.477 1.439-3.477 1.439C2.52 2.5.791 8.429.75 8.552l-.248.74c-2.268 8.78 3.889 12.22 3.889 12.22.188.091.375-.066.375-.066.5-.31.252-.53.252-.53-1.43-1.742-1.595-5.864-1.596-5.899-.64-.532-1.248-1.318-1.111-2.342 0 0 .084-.51.584-.197 0 0 1.186.644 2.123.83-.001 0 .476.043.5.177 0 0 .374 1.752-.78 2.32.745.437 1.465.85 1.465.85.124 1.263.81 5.32.81 5.32.064.797.906.954.906.954.483.172 4.12.062 4.12.062 1.014-.044 1.062-.953 1.062-.953.015-.545.03-3.62.03-3.62.096-.575.766-.5.766-.5.703-.03.688.454.688.454-.017.515.045 3.496.045 3.496.03.858.781 1.125.781 1.125.488 0 .828-.004 1.365 0 .252.002 1.473 0 1.473 0 .55-.307 1.377-.969 1.377-.969 5.868-4.91 4.135-11.9 4.135-11.9C22.93 5.88 17.792 5.1 17.792 5.1c-.582-1.811-1.643-2.682-1.643-2.682-1.222-1.015-2.343-1.396-3.306-1.44zm5.006 4.273s1.845 3.08-1.727 7.86c.001.001-2.94 4.116-8.232 1.223 1.084.523 5.536 2.312 8.375-1.98 0 0 2.632-3.437 1.584-7.103M6.703 8.868s1.296.036 1.341 1.82c0 0-1.02-2.668-3.271-.2 0 0 .404-1.729 1.93-1.62"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/laravel.svg b/mkdocs-material/material/templates/.icons/simple/laravel.svg new file mode 100644 index 0000000..fb3be5f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/laravel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.642 5.43a.4.4 0 0 1 .014.1v5.149c0 .135-.073.26-.189.326l-4.323 2.49v4.934a.38.38 0 0 1-.188.326L9.93 23.949a.3.3 0 0 1-.066.027q-.012.005-.024.01a.35.35 0 0 1-.192 0q-.016-.005-.03-.012-.031-.01-.062-.025L.533 18.755a.38.38 0 0 1-.189-.326V2.974q0-.05.014-.098c.003-.012.01-.02.014-.032a.4.4 0 0 1 .023-.058c.004-.013.015-.022.023-.033l.033-.045q.018-.014.037-.027.02-.018.041-.034H.53L5.043.05a.38.38 0 0 1 .375 0L9.93 2.647h.002q.021.015.04.033l.038.027c.013.014.02.03.033.045.008.011.02.021.025.033q.014.029.024.058c.003.011.01.021.013.032q.014.047.014.098v9.652l3.76-2.164V5.527q0-.05.013-.098.007-.014.013-.032a1 1 0 0 1 .024-.059c.007-.012.018-.02.025-.033q.017-.023.033-.043.019-.017.037-.028.02-.017.041-.032h.001l4.513-2.598a.38.38 0 0 1 .375 0l4.513 2.598c.016.01.027.021.042.031q.019.014.036.028.018.022.034.044c.008.012.019.021.024.033a.3.3 0 0 1 .024.06q.01.015.015.032m-.74 5.032V6.179l-1.578.908-2.182 1.256v4.283zm-4.51 7.75v-4.287l-2.147 1.225-6.126 3.498v4.325zM1.093 3.624v14.588l8.273 4.761v-4.325l-4.322-2.445-.002-.003H5.04q-.02-.016-.04-.031-.018-.014-.035-.027l-.001-.002q-.018-.018-.031-.04-.016-.016-.028-.036h-.002q-.01-.022-.02-.047c-.006-.016-.014-.027-.018-.043l-.008-.057q-.005-.02-.006-.041V5.789l-2.18-1.257zM5.23.81 1.47 2.974l3.76 2.164 3.758-2.164zm1.956 13.505 2.182-1.256V3.624l-1.58.91-2.182 1.255v9.435zm11.581-10.95-3.76 2.163 3.76 2.163 3.759-2.164zm-.376 4.978L16.21 7.087l-1.58-.907v4.283l2.182 1.256 1.58.908zm-8.65 9.654 5.514-3.148 2.756-1.572-3.757-2.163-4.323 2.489-3.941 2.27z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/laravelhorizon.svg b/mkdocs-material/material/templates/.icons/simple/laravelhorizon.svg new file mode 100644 index 0000000..e89274e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/laravelhorizon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.486 3.516C15.8-1.171 8.202-1.172 3.516 3.513A11.96 11.96 0 0 0 0 11.998a11.98 11.98 0 0 0 4.2 9.13h.01a12 12 0 0 0 16.274-.642c4.687-4.685 4.688-12.283.002-16.97M16 13.998c-4 0-4-4-8-4-2.5 0-3.44 1.565-4.765 2.74H3.23a8.801 8.801 0 0 1 17.54-1.48c-1.33 1.175-2.27 2.74-4.77 2.74"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/laravelnova.svg b/mkdocs-material/material/templates/.icons/simple/laravelnova.svg new file mode 100644 index 0000000..48f4ab7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/laravelnova.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.333 4.319C16.56.386 9.453.632 4.973 5.057a7.57 7.57 0 0 0 0 10.8c3.018 2.982 7.912 2.982 10.931 0a3.245 3.245 0 0 0 0-4.628 3.34 3.34 0 0 0-4.685 0 1.114 1.114 0 0 1-1.561 0 1.08 1.08 0 0 1 0-1.543 5.57 5.57 0 0 1 7.808 0 5.41 5.41 0 0 1 0 7.714c-3.881 3.834-10.174 3.834-14.055 0a9.734 9.734 0 0 1-.015-13.87C5.596 1.35 8.638 0 12 0c3.75 0 7.105 1.68 9.333 4.319m-.714 16.136A12.18 12.18 0 0 1 12 24a12.18 12.18 0 0 1-9.333-4.319c4.772 3.933 11.88 3.687 16.36-.738a7.57 7.57 0 0 0 0-10.8c-3.018-2.982-7.912-2.982-10.931 0a3.245 3.245 0 0 0 0 4.628 3.34 3.34 0 0 0 4.685 0 1.114 1.114 0 0 1 1.561 0 1.08 1.08 0 0 1 0 1.543 5.57 5.57 0 0 1-7.808 0 5.41 5.41 0 0 1 0-7.714c3.881-3.834 10.174-3.834 14.055 0a9.734 9.734 0 0 1 .03 13.855"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/lastdotfm.svg b/mkdocs-material/material/templates/.icons/simple/lastdotfm.svg new file mode 100644 index 0000000..f552379 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/lastdotfm.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10.584 17.21-.88-2.392s-1.43 1.594-3.573 1.594c-1.897 0-3.244-1.649-3.244-4.288 0-3.382 1.704-4.591 3.381-4.591 2.42 0 3.189 1.567 3.849 3.574l.88 2.749c.88 2.666 2.529 4.81 7.285 4.81 3.409 0 5.718-1.044 5.718-3.793 0-2.227-1.265-3.381-3.63-3.931l-1.758-.385c-1.21-.275-1.567-.77-1.567-1.595 0-.934.742-1.484 1.952-1.484 1.32 0 2.034.495 2.144 1.677l2.749-.33c-.22-2.474-1.924-3.492-4.729-3.492-2.474 0-4.893.935-4.893 3.932 0 1.87.907 3.051 3.189 3.601l1.87.44c1.402.33 1.869.907 1.869 1.704 0 1.017-.99 1.43-2.86 1.43-2.776 0-3.93-1.457-4.59-3.464l-.907-2.75c-1.155-3.573-2.997-4.893-6.653-4.893C2.144 5.333 0 7.89 0 12.233c0 4.18 2.144 6.434 5.993 6.434 3.106 0 4.591-1.457 4.591-1.457"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/lastpass.svg b/mkdocs-material/material/templates/.icons/simple/lastpass.svg new file mode 100644 index 0000000..5f8a972 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/lastpass.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.629 6.857c0-.379.304-.686.686-.686.378 0 .685.312.685.686v10.286a.684.684 0 0 1-.686.686.69.69 0 0 1-.686-.686V6.857zM2.057 10.286a2.057 2.057 0 1 1 0 4.114 2.057 2.057 0 0 1 0-4.114m7.543 0a2.057 2.057 0 1 1 0 4.114 2.057 2.057 0 0 1 0-4.114m7.543 0a2.057 2.057 0 1 1 0 4.114 2.057 2.057 0 0 1 0-4.114"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/latex.svg b/mkdocs-material/material/templates/.icons/simple/latex.svg new file mode 100644 index 0000000..03b2f4c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/latex.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.176 2.814c.233.42.476.78.73 1.09.247-.013 1.132.456 1.312.523.508.282 1.063.63 1.567.966.505.337.96.662 1.272.9.156.12.278.218.352.286a.5.5 0 0 1 .078.082l.01.021a.06.06 0 0 1-.004.047.06.06 0 0 1-.04.03.1.1 0 0 1-.028 0c-.057 0-.203-.163-.497-.415a23.5 23.5 0 0 0-2.759-1.827c-.504-.28-.956-.542-1.264-.613a2.3 2.3 0 0 0-.36-.025 2.7 2.7 0 0 0-.788.133c.494.414.91.716 1.28.949-.57-.182-1.182-.21-1.902.133.526.329.967.567 1.354.745 1.103.156 2.258.696 3.224 1.309.483.307.904.615 1.219.867.157.125.29.237.39.328.098.091.174.154.197.21.03.073-.019.104-.084.058-.032-.022-.088-.102-.184-.191a7 7 0 0 0-.384-.327 14 14 0 0 0-1.209-.857c-.893-.562-2.232-1.013-3.173-1.397a2.46 2.46 0 0 0-1.906.39c.449.2.837.349 1.182.463.812 0 1.892.365 2.935.922 1.042.556 2.04 1.214 2.523 1.774.066.077-.016.126-.074.07-.52-.495-1.463-1.204-2.498-1.756-.639-.337-2.153-1.01-2.886-1.01l.004.002c-.567.02-1.13.195-1.679.716.477.118.885.196 1.244.249-.44.088-.87.3-1.289.722q.485.103.882.162a2.5 2.5 0 0 0-.923.78c.373.03.703.042 1 .044-.36.166-.696.43-.996.85.533.027.98.025 1.364.003-.422.172-.812.464-1.145.968.662.01 1.188-.022 1.628-.076l-.006.002c.99-.073 2.297.127 2.962.847.052.057-.024.118-.072.074-.648-.58-1.493-.827-2.89-.921h-.002c-.543.149-1.046.446-1.46 1.074.536.008.982-.013 1.366-.05-.469.257-.873.644-1.139 1.306.483-.092.888-.19 1.237-.292-.363.265-.668.636-.873 1.194q.484-.108.871-.221a2.5 2.5 0 0 0-.513 1.095c.352-.13.655-.254.926-.377-.257.3-.453.681-.55 1.19.495-.199.899-.388 1.238-.568-.31.333-.543.76-.635 1.356a12 12 0 0 0 1.442-.744c-.433.362-.764.843-.879 1.587.788-.348 1.339-.663 1.767-.955-.184.372-.282.806-.235 1.348.762-.584 1.243-1.056 1.602-1.473-.024.269-.003.56.077.884.546-.939 1.089-1.212 1.65-1.526-.895.451-.762.79-.762 1.184.683-.72 1.635-1.482 1.927-1.96-.39.585-.547 1.14-.65 1.63-1.993 1.054-3.207 1.329-4.568 1.75.528.194 1.093.383.859.652l-.624.622c.399-.124.805-.3 1.158-.059-.035.327-.447.492-.8.683.621-.224.756-.172.92-.12.081.393-.203.603-.388.862 1.565-1.19 3.606-2.13 5.044-2.522 2.022-.681 4.63-1.389 5.339-3.115l.712-2.847-.004.004c-.111-.034-.246-.063-.35-.133a.65.65 0 0 1-.235-.297c-.252.065-.44.03-.56-.088-.117-.117-.167-.296-.203-.491-.203.041-.362.016-.467-.077-.116-.101-.17-.26-.198-.444l-.008-.039.037-.015a.84.84 0 0 0 .302-.194.26.26 0 0 0 .07-.225l-.006-.037.03-.016c.163-.093.345-.169.428-.28a.27.27 0 0 0 .053-.21.9.9 0 0 0-.155-.357l-.027-.04.04-.027c.118-.09.244-.179.308-.26q.048-.06.047-.11c0-.033-.015-.07-.064-.117l-.098-.094.135.006q.321.015.538-.053a.5.5 0 0 0 .274-.197c-.007-.033-.02-.063-.02-.098a.484.484 0 0 1 .967 0c0 .044-.015.084-.026.125.177.014.347.01.507-.06l.002.001.035-.013c.236-.085.334.045.72-.456-1.69-2.19-4.157-.635-4.977 1.622-.21.576-1.405.578-1.751 0-1.37-2.95-5.53-6.068-9.07-7.218m.86 2.145c.906.293 1.913.782 2.77 1.328.43.273.813.543 1.114.779s.566.473.62.575 0 .14-.082.06c-.081-.078-.303-.32-.6-.553a14 14 0 0 0-1.106-.777c-.775-.49-1.982-.958-2.716-1.412m-1.7 2.7c1.116.014 2.35.447 3.434.997a11.5 11.5 0 0 1 1.395.83c.372.263.672.524.734.657.061.134-.02.13-.087.055a4.4 4.4 0 0 0-.704-.626 11.5 11.5 0 0 0-1.385-.826C3.76 8.264 2.439 7.82 1.336 7.66zm14.916.772a.381.381 0 1 0 0 .762.381.381 0 0 0 0-.762M1.7 8.478c.822.072 1.72.368 2.534.75 1.086.509 2.035 1.158 2.434 1.667.035.045-.014.131-.08.062-.428-.44-1.322-1.131-2.397-1.635-.913-.421-2.282-.87-3.262-.78.251-.03.497-.088.771-.064m16.339.01c-.366.475-.53.423-.703.464.094.43.35.586.585.77l-.06.012c2.315-.447 4.186-.286 6.139-.236zm-.178 1.246h-.002l-.004.016zm-.625-.757a1.2 1.2 0 0 1-.563.059.48.48 0 0 1-.42.26.48.48 0 0 1-.435-.278.6.6 0 0 1-.274.188 1.6 1.6 0 0 1-.493.055c.02.035.054.068.055.104a.27.27 0 0 1-.069.174c-.073.092-.189.17-.295.248q.13.21.149.362a.4.4 0 0 1-.07.284c-.106.14-.288.21-.439.293a.37.37 0 0 1-.09.268.9.9 0 0 1-.297.198c.027.156.074.283.154.354.086.076.211.103.425.047l.055-.014.01.055c.033.207.088.385.187.483.1.099.244.135.503.055l.049-.015.016.048a.52.52 0 0 0 .209.282c.087.06.247.112.358.147.798-.869 1.525-1.772 1.884-2.86-.225-.177-.506-.338-.609-.797m-16.23.386c1.165-.08 2.283.196 3.202.626.92.43 1.658.939 1.974 1.307.075.087-.019.12-.072.072a8.2 8.2 0 0 0-1.947-1.29c-.904-.414-2.193-.644-3.157-.715m.864.802c.61.02 1.24.155 1.806.352.756.262 1.421.614 1.747.98.045.05-.007.127-.074.069-.349-.304-.961-.693-1.706-.951-.574-.195-1.613-.369-2.268-.397.197-.022.292-.06.495-.053m1.05 1.788c.423.034.886.133 1.341.407.043.026.049.136-.049.09-.856-.402-1.326-.49-2.457-.31.386-.128.74-.221 1.164-.187zm-.04.788c.4-.035.784-.002 1.297.204.044.018.08.126-.033.094-.857-.243-1.167-.328-2.287.104a1.84 1.84 0 0 1 1.023-.402m1.285.687c.317-.023.635-.026.934.006.052.006.055.105-.006.102a8 8 0 0 0-1.837.115c-.243.046-.423.043-1.405.458.287-.233.794-.452 1.385-.56a9 9 0 0 1 .93-.12zm1.28.49c.099.003.062.104.006.103-.728-.01-1.304.132-1.875.295a10 10 0 0 0-1.318.525c.283-.23.713-.457 1.291-.622.579-.166 1.248-.326 1.896-.302zm.528.398c.036-.005.105.084.018.1-.73.137-1.244.267-1.794.454-.216.074-.58.207-1.243.587.26-.269.656-.492 1.213-.68a10.6 10.6 0 0 1 1.806-.46zm.311.507c.075-.012.097.087.02.102-1.217.241-1.76.556-2.54 1.144.504-.523 1.297-1.051 2.52-1.246m.595.448c.087-.013.11.087.021.1-.872.13-1.477.553-2.255 1.33.295-.493 1.004-1.24 2.234-1.43m.372.39c.046-.006.114.073.023.1a2.6 2.6 0 0 0-.669.3c-.182.118-.3.2-.597.507.111-.245.296-.434.542-.59.247-.157.509-.293.7-.317z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/launchpad.svg b/mkdocs-material/material/templates/.icons/simple/launchpad.svg new file mode 100644 index 0000000..c1f6789 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/launchpad.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.999 18.676-4.432-2.556-4.783 2.764V24zM11.216 24v-5.119l-4.785-2.762-4.43 2.557zm.779-6.475 4.789-2.765V9.236l-4.785-2.76-4.783 2.76v5.527l4.781 2.761zM1.22 6.682v10.641l4.432-2.559V9.239L1.219 6.68zm19.615 1.121-2.484 1.436v5.522l4.43 2.559V6.678zM2.001 5.324l4.435 2.559 4.781-2.762V.003zm15.566 2.559 4.434-2.559L12.782 0v5.121z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/lazarus.svg b/mkdocs-material/material/templates/.icons/simple/lazarus.svg new file mode 100644 index 0000000..3e2b090 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/lazarus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.457.447c0 .198.035.367.092.367.123 0 .51.715.592 1.092.053.288.053.288-.45.398-1.225.248-1.532 1.092-.694 2.383.276.417.276.436.245 1.588-.017 1.092 0 1.192.195 1.589.213.397.5.655 1 .854.419.159 1.94.081 2.349-.13.51-.247 1.224-1.091 1.53-1.588.235-.606.164-1.49-.193-2.284-.357-.724-1.225-1.688-1.94-2.085-.408-.228-.582-.377-.745-.685a4.493 4.369 0 0 0-.531-.754C12.518.755 11.681 0 11.579 0c-.038 0-.075.169-.075.367zm-6.33 1.688a6.127 5.958 0 0 0-.162 1.986c.054.437.027.556-.154.873-.377.676-.53 1.291-.49 2.383.029.725.083.964.287 1.291.46.894 1.123 1.291 2.144 1.589.664.129 1.225.083 1.735-.189 1.634-.715 1.94-1.986.624-3.276-.512-.596-.756-1.093-.756-1.49 0-.526-.255-1.191-.572-1.49-.255-.228-.337-.237-.837-.198a6.772 6.586 0 0 0-.797.12c-.234.055-.276.026-.429-.368a2.144 2.085 0 0 1-.173-.774c.027-.348-.195-.835-.378-.835-.045 0-.133.17-.193.378zm16.338 3.078c-.036.198-.02.377.054.457.063.072.122.347.133.615l.008.487-.327.01c-.674.018-.756.044-1.123.377a2.552 2.482 0 0 0-.49.804c-.091.248-.43 1.092-.796 1.688-.358.725-.654 1.49-.675 1.688-.122.755.317 1.291 1.328 1.887.46.228.664.248 1.327.248.674 0 .858-.037 1.327-.288.736-.347 1.124-.755 1.532-1.49.215-.436.246-.615.235-1.489-.01-1.092-.204-1.688-.704-2.383a4.084 3.972 0 0 1-.46-.993c-.194-.685-.909-1.986-1.123-1.986-.074 0-.154.13-.195.318zM.022 11.17c-.1.17.154 1.688.368 2.284.123.308.285.854.357 1.192.378 1.886 1.736 3.177 3.267 3.276 1.123.074 2.042-.248 2.553-.923.745-.874.867-1.688.357-2.383-.153-.189-.592-.526-.99-.775-.388-.238-1.123-.675-1.532-.963-1.327-.874-1.531-.933-1.735-1.092-.49-.13-.838-.028-1.226.348l-.357.317-.194-.317c-.1-.17-.194-.378-.194-.497 0-.1-.122-.288-.255-.437-.286-.268-.358-.288-.429-.159Zm13.274 2.284c-.654.169-1.327.417-1.634.566-.674.348-1.225.894-1.532 1.49-.173.436-.204.565-.153 1.489.054.834.037.963-.163 1.29-.215.457-.878 1.192-1.226 1.291-.112.046-.295.239-.418.408-.633.933.235 2.78 1.635 3.574.653.348 1.53.497 2.347.417 2.962-.268 6.126-1.092 8.373-2.085 1.532-.695 2.144-1.688 2.144-3.078-.028-1.49-.787-2.383-2.043-2.383-1 0-2.042-.616-2.45-1.49-.317-.615-.939-1.191-1.532-1.588-.326-.13-.653-.199-1.327-.229-.745-.026-1.02.02-2.042.288z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/lazyvim.svg b/mkdocs-material/material/templates/.icons/simple/lazyvim.svg new file mode 100644 index 0000000..af757c9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/lazyvim.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.87 0a2.5 2.5 0 0 0-.697.1q-.187.058-.351.147-.163.09-.297.213l-.008.006q-.133.124-.235.27a1.7 1.7 0 0 0-.27.643 1.8 1.8 0 0 0 .105 1.023q.072.164.176.308.105.14.24.26l.007.004q.137.12.299.205.159.084.348.14.32.093.682.092h2.8l-4.256 5.09-.618.733.01.008q-.046.06-.088.124l-.07.116L.59 9.6q-.03.06-.05.12l-.006.016a1.8 1.8 0 0 0-.122.66q0 .219.042.423.039.204.12.4.084.2.21.372a2 2 0 0 0 1.067.746h.002q.397.117.87.117H9.65q.169 0 .338-.02.163-.02.312-.06l.044-.013q.185-.056.344-.144a1.6 1.6 0 0 0 .297-.21l.012-.01a1.65 1.65 0 0 0 .414-.592q.063-.157.095-.33a2 2 0 0 0 .004-.672 1.6 1.6 0 0 0-.084-.304l-.02-.055a1.5 1.5 0 0 0-.436-.58l-.006-.005a1.65 1.65 0 0 0-.635-.325 2.7 2.7 0 0 0-.675-.087H5.918l4.157-4.95.243-.304a6 6 0 0 0 .353-.486 2.1 2.1 0 0 0 .262-.64q.075-.315.074-.674 0-.46-.142-.83a1.7 1.7 0 0 0-.437-.648 1.8 1.8 0 0 0-.66-.39A2.6 2.6 0 0 0 8.938 0Zm12.36 6.062q-.179 0-.347.024a2 2 0 0 0-.325.073q-.18.054-.338.142a1.6 1.6 0 0 0-.29.21l-.003.003a1.6 1.6 0 0 0-.394.56q-.065.15-.097.317-.03.165-.032.337a1.7 1.7 0 0 0 .135.655q.07.162.171.3.098.131.225.242l.01.012q.133.114.29.197.155.082.335.134a2.4 2.4 0 0 0 .658.09h2.673L13.82 14.24l-.594.703.01.008-.088.123a1 1 0 0 0-.066.113l-.057.112c-.015.036-.046.097-.055.133a1.8 1.8 0 0 0-.118.64 2.1 2.1 0 0 0 .158.796 1.87 1.87 0 0 0 .83.912q.19.102.406.166h.001q.192.057.404.085.214.03.437.03h6.678q.168 0 .325-.02.154-.02.304-.06l.042-.012a1.7 1.7 0 0 0 .33-.14q.155-.083.288-.203l.01-.01q.134-.124.233-.265.103-.146.168-.308.06-.152.093-.318.03-.166.03-.34a1.8 1.8 0 0 0-.112-.605l-.02-.05a1.5 1.5 0 0 0-.417-.56l-.004-.004a1.6 1.6 0 0 0-.29-.19 2 2 0 0 0-.332-.128 2.4 2.4 0 0 0-.65-.083h-3.575l3.727-4.435q.154-.182.262-.314l.234-.291a6 6 0 0 0 .34-.47q.085-.137.15-.293a2.4 2.4 0 0 0 .102-.324 2.8 2.8 0 0 0 .07-.65q0-.445-.14-.8a1.7 1.7 0 0 0-.423-.628 1.8 1.8 0 0 0-.639-.377 2.5 2.5 0 0 0-.804-.12Zm-11.39 9.23q-.127 0-.256.016a1.5 1.5 0 0 0-.498.162q-.12.068-.22.158l-.001.004a1.2 1.2 0 0 0-.37.665 1.2 1.2 0 0 0 .002.506 1.15 1.15 0 0 0 .374.65l.01.01a1.2 1.2 0 0 0 .47.25q.23.067.49.067h1.776l-2.833 3.39-.468.553.01.007-.078.124-.042.084c-.014.03-.027.068-.042.097a1.3 1.3 0 0 0-.09.48q0 .156.03.305.029.147.088.289.063.146.152.27a1.4 1.4 0 0 0 .47.413q.142.076.304.125.142.042.299.063.159.02.32.02h4.776q.118 0 .24-.014.118-.015.224-.044l.034-.01q.135-.041.249-.104.12-.066.219-.154l.007-.008a1.2 1.2 0 0 0 .303-.432q.048-.113.07-.24a1.4 1.4 0 0 0 .002-.486 1.2 1.2 0 0 0-.06-.222l-.016-.042a1.14 1.14 0 0 0-.322-.426 1.2 1.2 0 0 0-.467-.24 1.8 1.8 0 0 0-.483-.06h-2.42l2.768-3.294.167-.21.139-.183a2 2 0 0 0 .106-.158q.066-.104.112-.22a1.8 1.8 0 0 0 .115-.472q.014-.126.013-.247 0-.33-.103-.596a1.26 1.26 0 0 0-.32-.47 1.3 1.3 0 0 0-.478-.284 1.8 1.8 0 0 0-.596-.092z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/lbry.svg b/mkdocs-material/material/templates/.icons/simple/lbry.svg new file mode 100644 index 0000000..c80cde5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/lbry.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23.35 14.19.168-1.066-1.031-.177.067-.414 1.446.245-.237 1.48zm.151-5.496v1.192l-11.734 7.211-8.842-4.336.017-.668 8.792 4.328L22.91 9.557v-.49l-10.55-5.09-11.768 7.28v3.254l11.142 5.512 11.632-7.135.33.507L11.767 20.7 0 14.883v-3.956L12.325 3.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/leaderprice.svg b/mkdocs-material/material/templates/.icons/simple/leaderprice.svg new file mode 100644 index 0000000..749fe43 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/leaderprice.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.836 7.574h-1.1v3.97h2.822v-.965H1.836zM17.08 9.943h1.794V9.15H17.08v-.636h1.987v-.941H15.99v3.97h3.106v-.936h-2.021v-.665zm-12.075 0H6.8V9.15H5.005v-.636h1.992v-.941H3.92v3.97h3.106v-.936H5.005zm17.314.217c.492-.208.815-.613.815-1.22v-.01q-.002-.587-.352-.927c-.265-.27-.685-.43-1.293-.43h-1.877v3.971h1.1v-1.201h.483l.8 1.201h1.27zm-.29-1.153c0 .29-.217.472-.588.472h-.724v-.95h.719c.367 0 .593.16.593.473zm-8.731-1.433h-1.53v3.97h1.51c1.428 0 2.263-.849 2.263-1.997v-.01c-.005-1.148-.825-1.963-2.243-1.963m1.11 1.992c0 .642-.44 1.004-1.096 1.004h-.448V8.553h.448c.656 0 1.095.367 1.095 1.004zM11.734 0 5.497 6.238h12.475zm-2.88 7.574-1.68 3.97h1.149l.28-.704h1.52l.289.704h1.172l-1.679-3.97zm.072 2.417.444-1.158.439 1.158zm-.781 5.248h.482l.8 1.202h1.27l-.946-1.385c.492-.207.815-.613.815-1.22v-.01c0-.39-.12-.7-.352-.926-.265-.27-.685-.43-1.293-.43H7.046v3.966h1.1zm0-1.813h.718c.367 0 .594.159.594.472v.01c0 .29-.217.473-.589.473h-.723zm-1.54.453v-.01c0-.878-.646-1.394-1.65-1.394h-1.7v3.966h1.1v-1.134H4.9c.984 0 1.708-.492 1.708-1.428zm-1.1.048c0 .314-.236.516-.626.516h-.526v-1.046h.516c.396 0 .637.183.637.52zm6.788-1.457H11.19v3.966h1.104zm2.634 4.091c.695 0 1.341-.342 1.737-.916l.024-.034-.892-.613-.025.034a1.02 1.02 0 0 1-1.862-.574 1.02 1.02 0 0 1 1.023-1.018c.338 0 .651.164.84.444l.024.034.892-.613-.024-.034a2.1 2.1 0 0 0-1.737-.912 2.11 2.11 0 0 0-2.103 2.104c0 1.153.94 2.098 2.103 2.098m3.295-1.056v-.666h1.906v-.791h-1.906v-.637h2.103v-.936h-3.193v3.966h3.218v-.936zM11.735 24l6.237-6.238H5.497z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/leaflet.svg b/mkdocs-material/material/templates/.icons/simple/leaflet.svg new file mode 100644 index 0000000..087e782 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/leaflet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.69 0c-.355.574-8.432 4.74-10.856 8.649-2.424 3.91-3.116 6.988-2.237 9.882s2.559 2.763 3.516 3.717c.958.954 2.257 2.113 4.332 1.645 2.717-.613 5.335-2.426 6.638-7.508s.448-9.533-.103-11.99A35 35 0 0 0 17.69 0m-.138.858-9.22 21.585-.574-.577Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/leagueoflegends.svg b/mkdocs-material/material/templates/.icons/simple/leagueoflegends.svg new file mode 100644 index 0000000..54ed0a2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/leagueoflegends.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m1.912 0 1.212 2.474v19.053L1.912 24h14.73l1.337-4.682H8.33V0ZM12 1.516c-.913 0-1.798.112-2.648.312v1.74A9.7 9.7 0 0 1 12 3.2c5.267 0 9.536 4.184 9.536 9.348a9.2 9.2 0 0 1-2.3 6.086l-.273.954-.602 2.112c2.952-1.993 4.89-5.335 4.89-9.122C23.25 6.468 18.213 1.516 12 1.516m0 2.673c-.924 0-1.814.148-2.648.414v13.713h8.817a8.25 8.25 0 0 0 2.36-5.768c0-4.617-3.818-8.359-8.529-8.359M2.104 7.312A10.86 10.86 0 0 0 .75 12.576c0 1.906.492 3.7 1.355 5.266z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/leanpub.svg b/mkdocs-material/material/templates/.icons/simple/leanpub.svg new file mode 100644 index 0000000..604ff53 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/leanpub.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.19 5.284c-.806-.454-2.93-1.478-5.652-1.478-2.445 0-3.837.751-4.538 1.234-.701-.483-2.093-1.235-4.538-1.235-2.723 0-4.846 1.025-5.651 1.479L0 20.194h.054a6.9 6.9 0 0 0 2.957-.673c1.032-.487 2.66-1.06 4.602-1.06 2.364 0 3.71 1.056 4.387 1.733.678-.677 2.023-1.732 4.387-1.732 1.943 0 3.57.572 4.602 1.06a6.9 6.9 0 0 0 2.957.672H24zM20.934 17.78a12.2 12.2 0 0 0-2.875-.801 12 12 0 0 0-1.674-.122c-1.571 0-2.991.392-4.22 1.165l-.166.103-.165-.103c-1.23-.773-2.65-1.165-4.222-1.165-.552 0-1.115.04-1.673.122-.949.137-1.916.407-2.875.801l-1.218.501L3.3 6.321l.108-.048c1.225-.542 2.797-.865 4.205-.865 1.745 0 3.22.556 4.387 1.652 1.168-1.096 2.642-1.652 4.386-1.652 1.409 0 2.98.323 4.206.865l.108.048 1.453 11.961zm-4.085-1.328a12 12 0 0 0-.464-.009c-1.627 0-3.103.402-4.386 1.194-1.283-.792-2.759-1.194-4.387-1.194-.572 0-1.155.043-1.732.126-.983.143-1.983.421-2.973.829l-.565.232 1.34-11.025c1.159-.492 2.618-.783 3.93-.783 1.705 0 3.131.562 4.24 1.672L12 7.64l.146-.146c1.07-1.07 2.433-1.629 4.055-1.669z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/leetcode.svg b/mkdocs-material/material/templates/.icons/simple/leetcode.svg new file mode 100644 index 0000000..82f36e0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/leetcode.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.483 0a1.37 1.37 0 0 0-.961.438L7.116 6.226l-3.854 4.126a5.3 5.3 0 0 0-1.209 2.104 5 5 0 0 0-.125.513 5.5 5.5 0 0 0 .062 2.362 6 6 0 0 0 .349 1.017 5.9 5.9 0 0 0 1.271 1.818l4.277 4.193.039.038c2.248 2.165 5.852 2.133 8.063-.074l2.396-2.392c.54-.54.54-1.414.003-1.955a1.38 1.38 0 0 0-1.951-.003l-2.396 2.392a3.02 3.02 0 0 1-4.205.038l-.02-.019-4.276-4.193c-.652-.64-.972-1.469-.948-2.263a2.7 2.7 0 0 1 .066-.523 2.55 2.55 0 0 1 .619-1.164L9.13 8.114c1.058-1.134 3.204-1.27 4.43-.278l3.501 2.831c.593.48 1.461.387 1.94-.207a1.384 1.384 0 0 0-.207-1.943l-3.5-2.831c-.8-.647-1.766-1.045-2.774-1.202l2.015-2.158A1.384 1.384 0 0 0 13.483 0m-2.866 12.815a1.38 1.38 0 0 0-1.38 1.382 1.38 1.38 0 0 0 1.38 1.382H20.79a1.38 1.38 0 0 0 1.38-1.382 1.38 1.38 0 0 0-1.38-1.382z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/lefthook.svg b/mkdocs-material/material/templates/.icons/simple/lefthook.svg new file mode 100644 index 0000000..0d2ef3c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/lefthook.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m5.46 18.517-.103.03L0 16.14l.121-.273c.854-1.973 2.119-3.704 3.771-5.193a22 22 0 0 1 .714-.618l-.278-.526-.34-.636-.108-.212-.073-.139.067-.14c.744-1.512 1.907-2.36 3.801-2.874 1.156-.303 2.125-.285 2.906.084a17.4 17.4 0 0 1 4.612-1.797l.06-.012L24 13.184l-.097.182a193 193 0 0 1-2.264 4.395c-1.047 1.973-2.784 2.687-5.042 2.36-1.695-.242-3.54-1.029-5.75-2.288l-.666-.369c-1.023.151-2.603.502-4.727 1.053Zm-1.168-7.39A14.4 14.4 0 0 0 .799 15.83l3.704 1.67a31 31 0 0 1 3.784-1.107 1649 1649 0 0 0-3.85-2.155l-.279-.158 1.41-2.209-.671-1.271a21 21 0 0 0-.606.527m2.252 2.941h.006c2.288-.405 4.08-2.221 4.722-3.371a13 13 0 0 0 .35-.557l3.136-5.58a16.6 16.6 0 0 0-4.527 1.96l-.654-.302.327-.206a4.13 4.13 0 0 0-2.076.109c-1.671.442-2.676 1.162-3.342 2.415l.043.073.333.635 1.186 2.24a3 3 0 0 0 1.15.012 3.2 3.2 0 0 0 1.544-.648c.853-.69 1.307-1.21 1.343-1.67.043-.545-.314-1.278-1.313-2.67 1.41.945 2.373 2.458 1.598 3.547v.006a4 4 0 0 1-.26.34c-.255.29-.563.574-.987.92a3.84 3.84 0 0 1-1.834.774 4 4 0 0 1-1.156.018l-1.12 1.756 2.996 1.67v-.012c3.087-.163 5.085-2.034 7.016-5.102-1.477 3.135-3.305 5.145-6.126 5.617a99 99 0 0 1 1.61.908c3.026-.2 4.854-1.859 6.767-4.897-1.459 3.099-3.141 4.927-5.871 5.399a33 33 0 0 0 .89.484l-.03-.03a14 14 0 0 0 .332.182 25 25 0 0 0 .503.242c3.014-.194 4.697-1.64 6.61-4.68-1.405 2.985-2.906 4.631-5.43 5.146 1.846.545 3.341.212 4.842-.727.515-.332 1.75-2.088 3.693-5.278l-7.482-8.026-3.184 5.678a10.5 10.5 0 0 1-1.822 2.324 5.7 5.7 0 0 1-3.777 1.301z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/legacygames.svg b/mkdocs-material/material/templates/.icons/simple/legacygames.svg new file mode 100644 index 0000000..92c02e8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/legacygames.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.62 5.985v12.033L11.992 24l10.37-5.987L22.38 6 11.988 0Zm19.146.955.002 10.123-8.793 5.045-8.758-5.023L3.216 6.94l8.77-5.06Zm-8.781-3.176a2.03 2.03 0 0 1 .87 3.863v2.936l3.863-2.256c.203-.118.427-.196.66-.227l1.602-.218a.104.104 0 0 1 .098.165l-.963 1.308a1.8 1.8 0 0 1-.54.485L13.6 12.13l2.393 1.403c.564-.41 1.393-.46 2.144-.082l.16.088c1.041.618 1.488 1.86.999 2.771-.49.913-1.731 1.15-2.772.532-.748-.444-1.19-1.21-1.198-1.944l-2.472-1.451v3.042a2.03 2.03 0 0 1 1.154 1.673l.006.16a2.03 2.03 0 1 1-2.899-1.833v-2.915l-4.236 2.46a.6.6 0 0 1-.242.079l-1.746.166a.104.104 0 0 1-.093-.165l1.043-1.399a.6.6 0 0 1 .177-.157l4.374-2.555-2.418-1.418c-.564.409-1.391.458-2.142.08l-.16-.087c-1.04-.619-1.488-1.86-.998-2.772s1.73-1.15 2.772-.531c.75.445 1.19 1.212 1.197 1.947l2.471 1.449.001-3.043a2.03 2.03 0 0 1-1.153-1.674l-.006-.16c0-1.12.908-2.03 2.029-2.03"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/leica.svg b/mkdocs-material/material/templates/.icons/simple/leica.svg new file mode 100644 index 0000000..9488cc4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/leica.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.42 10.954c.198.011.35.146.343.29-.033.94-1.19.795-1.19.795s.17-1.126.846-1.085zm9.313 2.064c.794 0 .952-1.605.952-1.64a.41.41 0 0 0-.423-.398c-.66 0-.9 1.203-.9 1.508 0 .116.007.53.37.53zm-9.949-5.08c.036-.318-.12-.662-.555-.662-1.06 0-1.509 2.963-1.509 2.963s1.853-.438 2.064-2.301m-6.244 5.82c-.207.021-.423.114-.423.344 0 .139.235.382.608.37.49-.014 1.085-.475 1.085-.475s-.506-.207-1.085-.239a1 1 0 0 0-.185 0M24 12.003C24 18.628 18.627 24 12 24 5.37 24 0 18.628 0 12.003 0 5.374 5.371 0 12 0c6.627 0 12 5.374 12 12.003M11.933 9.446c0 .446.377.555.794.555s.82-.18.82-.635c0-.456-.48-.555-.82-.555-.471 0-.794.193-.794.635M9.366 10.53c-1.41 0-2.407.866-2.407 1.904 0 .948.808 1.35 1.852 1.35 1.184 0 2.354-.714 2.354-.714s.071.714 1.006.714c.964 0 1.72-.714 1.72-.714s.417.687 1.376.687c.98 0 1.72-.793 1.72-.793s.272.74 1.243.74c.759 0 1.164-.476 1.164-.476s.212.477.873.477c.808 0 1.402-.556 1.402-.556l-.132-.476s-.307.238-.529.238c-.168 0-.265-.137-.265-.291 0-.347.556-2.064.556-2.064l-1.35.026-.052.212s-.201-.37-.9-.37c-1.352 0-2.085 1.166-2.116 1.852-.007.149-.027.158-.027.158-.032.036-.497.583-1.085.583-.47 0-.555-.384-.555-.635 0-.273.233-1.35.873-1.35.348 0 .555.291.555.291l.186-.608s-.292-.236-.9-.238c-1.308-.001-2.19.967-2.222 1.852-.007.132-.03.176-.027.185-.043.053-.35.423-.767.423-.286 0-.291-.219-.291-.317 0-.135.555-2.064.555-2.064l-1.481.026-.503 1.879s-.826.581-1.958.661c-.584.04-.794-.32-.794-.529v-.08c.001 0 .246.027.424.027.14 0 1.878-.134 1.878-1.19 0-.605-.613-.82-1.376-.82m12.568 3.889-.132-.476s-3.096 1.078-9.022 1.005c-4.089-.05-7.224-1.243-7.224-1.243s.119-.212.185-.344c.41-.835.9-2.514.9-2.514s2.805-.785 2.805-3.016c0-.706-.674-1.162-1.323-1.19-2.264-.089-2.877 3.128-3.017 3.677-.007.039-.026.053-.026.053-.698-.095-1.085-.238-1.085-.238l-.159.45c.471.223 1.165.29 1.165.29-.136.865-.82 2.488-.82 2.488s-.608-.186-1.376-.186c-1 0-1.35.47-1.376.768-.066.77.911 1.137 1.587 1.137 1.32 0 2.011-.714 2.011-.714s3.695 1.402 7.567 1.402c5.069 0 9.34-1.35 9.34-1.35z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/lemmy.svg b/mkdocs-material/material/templates/.icons/simple/lemmy.svg new file mode 100644 index 0000000..5bf1eb2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/lemmy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.96 4.223a4 4 0 0 0-.333.019A2.84 2.84 0 0 0 .474 5.628c-.475.8-.593 1.68-.35 2.497.242.816.83 1.558 1.698 2.145l.016.011c.746.45 1.492.743 2.288.9-.02.332-.028.669-.006 1.018.063 1.043.436 2 .996 2.85l-2.006.818a.42.42 0 0 0-.228.224.42.42 0 0 0 .088.455.42.42 0 0 0 .294.123.4.4 0 0 0 .16-.031l2.209-.904c.408.486.87.932 1.372 1.318q.03.02.06.043l-1.291 1.71a.416.416 0 0 0 .664.5l1.314-1.738a9.3 9.3 0 0 0 2.229 1.025c.383.72 1.138 1.187 2.02 1.187.89 0 1.644-.501 2.024-1.207a9.4 9.4 0 0 0 2.208-1.027l1.332 1.76a.416.416 0 0 0 .744-.193.42.42 0 0 0-.08-.307l-1.31-1.735c.008-.007.018-.01.026-.018.497-.38.955-.818 1.362-1.294l2.155.88a.416.416 0 0 0 .541-.228.415.415 0 0 0-.227-.544l-1.944-.792c.577-.854.97-1.819 1.05-2.87.027-.35.025-.691.009-1.026a7 7 0 0 0 2.273-.897l.017-.012c.868-.587 1.456-1.328 1.698-2.145.242-.816.125-1.697-.35-2.497a2.84 2.84 0 0 0-2.155-1.386 3 3 0 0 0-.332-.019c-.786-.015-1.623.23-2.429.694-.593.342-1.125.867-1.543 1.439-1.17-.67-2.693-1.048-4.564-1.078a16 16 0 0 0-.51 0c-2.086.034-3.755.43-5.015 1.144-.003-.003-.005-.011-.008-.015-.423-.591-.973-1.136-1.584-1.489-.805-.465-1.643-.708-2.428-.694Zm.285.736c.557.042 1.17.236 1.779.588.485.28.976.755 1.346 1.27a6 6 0 0 0-.497.408c-.92.852-1.461 1.96-1.668 3.233a6.2 6.2 0 0 1-1.984-.794C1.466 9.15 1.005 8.54.821 7.919.636 7.295.713 6.648 1.098 6c.375-.63.928-.953 1.612-1.032a3 3 0 0 1 .535-.007Zm17.51 0a3 3 0 0 1 .535.008c.684.078 1.237.402 1.612 1.032.385.648.462 1.296.277 1.92-.184.622-.645 1.231-1.4 1.744a6.2 6.2 0 0 1-1.96.789c-.194-1.297-.737-2.434-1.666-3.302a6 6 0 0 0-.47-.392c.364-.49.828-.943 1.293-1.212.61-.351 1.222-.545 1.779-.587Zm-8.749 1.045a15 15 0 0 1 .487 0c2.39.039 4.085.67 5.163 1.678 1.15 1.075 1.642 2.6 1.5 4.467-.132 1.707-1.221 3.228-2.653 4.324a9 9 0 0 1-2.225 1.229c.003-.045.014-.089.014-.135.003-1.196-.932-2.213-2.292-2.213s-2.322 1.015-2.292 2.221c.001.05.014.097.018.147a8.9 8.9 0 0 1-2.278-1.245c-1.423-1.095-2.5-2.613-2.603-4.322-.113-1.857.378-3.339 1.521-4.397s2.986-1.711 5.64-1.754m-3.642 6.829a1.096 1.096 0 1 0 0 2.192 1.096 1.096 0 0 0 0-2.192m7.282.011a1.086 1.086 0 1 0 0 2.173 1.086 1.086 0 0 0 0-2.173M12 16.084c1.024 0 1.565.638 1.563 1.482-.001.785-.672 1.485-1.563 1.485-.917 0-1.54-.562-1.563-1.493-.022-.834.54-1.474 1.563-1.474"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/lemonsqueezy.svg b/mkdocs-material/material/templates/.icons/simple/lemonsqueezy.svg new file mode 100644 index 0000000..dee4ab0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/lemonsqueezy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m7.492 10.835 2.374-6.511a3.15 3.15 0 0 0-.065-2.342C9.031.183 6.943-.398 5.293.265c-1.65.664-2.583 2.17-1.781 4.04l2.82 6.561c.219.51.97.49 1.16-.03m1.68 1.097 6.533-2.776c2.17-.922 2.722-3.69 1.022-5.29l-.068-.063c-1.667-1.547-4.422-1.002-5.37 1.036l-2.932 6.295c-.234.503.295 1.02.816.798m.372.87 6.646-2.512c2.208-.835 4.62.745 4.589 3.04l-.003.09c-.048 2.236-2.393 3.737-4.553 2.947l-6.672-2.442a.595.595 0 0 1-.006-1.123M9.16 14.73l6.437 2.976a3.3 3.3 0 0 1 1.666 1.7c.769 1.8-.283 3.639-1.933 4.3-1.65.663-3.41.236-4.21-1.635l-2.802-6.57c-.217-.508.328-1.008.842-.771"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/lenovo.svg b/mkdocs-material/material/templates/.icons/simple/lenovo.svg new file mode 100644 index 0000000..c3acf29 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/lenovo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.044 12.288c0 .5-.343.867-.815.867-.464 0-.827-.38-.827-.867 0-.51.343-.868.815-.868.464 0 .827.381.827.868m-14.305-.92a.79.79 0 0 0-.651.307 1 1 0 0 0-.172.738l1.479-.614a.71.71 0 0 0-.656-.43zm6.963.052c-.472 0-.816.358-.816.868 0 .486.364.867.828.867.472 0 .815-.368.815-.867 0-.487-.363-.868-.827-.868M24 7.997v8.006H0V7.997zM5.01 13.05H3.088V9.825H2.23v4.003h2.78zm1.137-.094 2.163-.897a1.67 1.67 0 0 0-.37-.86c-.284-.33-.704-.505-1.216-.505-.931 0-1.633.686-1.633 1.593 0 .93.704 1.593 1.726 1.593.572 0 1.158-.272 1.432-.589l-.535-.411c-.357.264-.56.326-.885.326-.292 0-.52-.09-.682-.25m5.57-1.039c0-.709-.507-1.223-1.252-1.223a1.28 1.28 0 0 0-1.005.494v-.442h-.846v3.081h.846v-1.753c0-.316.245-.651.698-.651.35 0 .712.243.712.651v1.753h.847zm3.647.37c0-.904-.725-1.593-1.65-1.593-.933 0-1.663.7-1.663 1.593 0 .903.726 1.592 1.651 1.592.932 0 1.662-.7 1.662-1.592m2.066 1.54 1.268-3.081h-.967l-.765 2.099-.765-2.1h-.966l1.268 3.081zm4.449-1.54c0-.904-.725-1.593-1.65-1.593-.932 0-1.662.7-1.662 1.593 0 .903.725 1.592 1.65 1.592.932 0 1.662-.7 1.662-1.592"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/lens.svg b/mkdocs-material/material/templates/.icons/simple/lens.svg new file mode 100644 index 0000000..539352d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/lens.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.255 3.5H3.5v4.255l3.75 4.715ZM3.5 8.955v7.125h5.665ZM19.545 3.5H10.02L8.87 8.635Zm-.9 17H20.5v-8.4l-4.32-2.105Zm-5.79-12.95 7.645 3.72v-7.4ZM3.5 16.825V20.5h6.88l2.875-3.675zm7.83 3.675h6.545l-1.51-6.435zM0 0h24v24H0Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/leptos.svg b/mkdocs-material/material/templates/.icons/simple/leptos.svg new file mode 100644 index 0000000..64d2778 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/leptos.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.097 17.876A6.21 6.21 0 0 1 5.834 12c0-3.393 2.773-6.166 6.166-6.166.248 0 .517.021.766.042a9.9 9.9 0 0 1 1.49-2.504 3.58 3.58 0 0 1-.85-2.296c0-.331.042-.662.146-.993A20 20 0 0 0 12 0C5.38 0 0 5.38 0 12c0 4.366 2.338 8.172 5.814 10.283l.124-.062a8.43 8.43 0 0 0 4.159-4.345m6.848-14.979c.662 0 1.262-.352 1.593-.952v-.02a12.3 12.3 0 0 0-3.269-1.49v.02a1.9 1.9 0 0 0-.124.642c0 .993.807 1.8 1.8 1.8M19.924 3c-.662 1.014-1.758 1.634-2.98 1.634a3.5 3.5 0 0 1-.806-.103 3 3 0 0 1-.476-.145 8.8 8.8 0 0 0-1.22 1.945c2.275.993 3.724 3.186 3.724 5.669 0 3.393-2.773 6.166-6.166 6.166h-.145a10.37 10.37 0 0 1-4.117 5.048C9.062 23.71 10.51 24 12 24c6.62 0 12-5.38 12-12 0-3.58-1.572-6.807-4.076-9m-8.848 4.67a4.428 4.428 0 1 0 1.849 8.661 4.428 4.428 0 1 0-1.85-8.66z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/lequipe.svg b/mkdocs-material/material/templates/.icons/simple/lequipe.svg new file mode 100644 index 0000000..d69a89e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/lequipe.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m6.109 9.885-.132.301H5l-.258.612h.399l-1.32 3.092h2.398l.265-.611H5.312l.454-1.051h1.172l.234-.557H6.008l.375-.866h1.164l.258-.611H6.711l.133-.309zm3.575.27c-1.223.008-1.74.891-2.024 1.492-.811 1.722.479 2.232.773 2.285.168.031.505.031.674 0l.107.183h.635l-.215-.328c.475-.03 1.034-.678 1.278-1.195.245-.518.962-2.397-1.228-2.437m11.449.012-.269.63h.437l-1.317 3.077h2.422l.242-.551h-1.234l.461-1.078h1.235l.242-.567h-1.235l.383-.885h1.226l.274-.626zm-17.828.004-.27.625h.415c-.087.211-.192.477-.34.805.828-.195 1.249-.844 1.359-1.43zm-2.109.001-.266.619h.398L0 13.89h2.445l.258-.603H1.539l1.336-3.115zm10.749.009-.266.61h.415l-.766 1.804c-.312.682.141 1.31 1.149 1.318 1.038.009 1.39-.636 1.5-.904l1.203-2.828h-.664l-1.203 2.798c-.211.413-1.149.376-.883-.153l1.133-2.645zm5.688.008-.27.603h.426l-1.313 3.098h1.212l.546-1.29h1.203c.571 0 .974-.562 1.164-1.051.196-.502.063-1.36-.718-1.36zm-2.031.001-.258.605h.351l-1.32 3.103h1.211l1.601-3.708zm-5.918.555c.279-.012.553.172.448.431l-.842 1.972-.191-.312-.467.259.115.175c-.406 0-.336-.335-.237-.525l.734-1.715a.49.49 0 0 1 .44-.285m9.308.047h.36c.304 0 .124.61.07.719-.055.108-.211.471-.446.471h-.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/lerna.svg b/mkdocs-material/material/templates/.icons/simple/lerna.svg new file mode 100644 index 0000000..ec83e4e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/lerna.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.218 20.493c-.056 0-.06-.026-.015-.128q.06-.134.005-.18-.054-.053-.2.026a.7.7 0 0 1-.23.077c-.048 0-.14-.067-.212-.144a2.6 2.6 0 0 0-.365-.313 1.8 1.8 0 0 1-.374-.38 1.6 1.6 0 0 0-.247-.298c-.06-.057-.195-.087-.334-.087-.143 0-.267-.036-.328-.093-.098-.087-.103-.087-.072.144l.03.23-.148-.17a.48.48 0 0 1-.15-.363.39.39 0 0 1 .124-.313c.072-.067.16-.103.205-.088.057.02.083-.005.083-.097 0-.077-.03-.13-.077-.13-.052 0-.077-.05-.077-.173 0-.093-.026-.247-.057-.334-.03-.087-.077-.16-.097-.16-.026 0-.057.027-.077.052-.016.03-.057.04-.083.02-.03-.02-.036-.153-.015-.333q.037-.305-.026-.38c-.036-.041-.097-.062-.143-.041-.067.026-.072 0-.047-.144a8 8 0 0 0 .062-.364c.026-.17.015-.195-.092-.216a5 5 0 0 0-.324-.056 2.6 2.6 0 0 1-.436-.113 4 4 0 0 1-.647-.36c-.226-.154-.447-.308-.483-.35-.036-.04-.082-.076-.108-.076s-.123.072-.22.16c-.093.086-.19.22-.206.297-.02.077-.05.24-.072.37q-.038.23-.113.23c-.04 0-.103-.081-.139-.18a1.8 1.8 0 0 1-.066-.435c0-.14-.052-.355-.103-.478a2.5 2.5 0 0 0-.21-.375.7.7 0 0 0-.242-.205c-.072-.026-.318-.052-.544-.057a4 4 0 0 0-.724.062c-.17.036-.385.118-.478.18l-.17.113.165.03c.087.02.22.03.288.03.082 0 .205.078.344.227.118.123.267.24.328.262.062.02.144.118.19.22.041.104.067.222.052.263-.026.06-.04.06-.124-.01a.3.3 0 0 0-.174-.083c-.062 0-.093.098-.139.406-.046.334-.046.442.016.616a1.8 1.8 0 0 0 .246.437c.098.128.308.308.488.405.174.098.375.195.452.216.108.026.205-.005.431-.15.267-.163.313-.18.524-.138.138.026.267.088.318.154a.4.4 0 0 1 .093.16c0 .025-.04.025-.098-.006a.5.5 0 0 0-.185-.05c-.046 0-.067.02-.05.05.014.03.071.052.122.052s.164.036.252.082c.087.046.205.139.267.21.056.072.102.2.102.278 0 .077-.02.149-.046.149s-.056-.031-.072-.072a.33.33 0 0 0-.133-.13c-.088-.045-.113-.035-.185.104-.062.118-.067.175-.026.226.031.036.052.18.041.313-.01.139-.046.252-.082.267-.036.01-.067-.02-.067-.072a.4.4 0 0 0-.046-.17c-.04-.066-.06-.06-.144.01a.37.37 0 0 1-.195.088.5.5 0 0 1-.226-.087 3 3 0 0 0-.45-.23 4 4 0 0 1-.597-.324c-.149-.103-.36-.2-.467-.21-.16-.021-.22-.006-.298.08a.4.4 0 0 1-.257.114c-.087 0-.128.016-.092.03.036.016.061.047.061.073s-.03.046-.072.046c-.04 0-.128-.046-.205-.108-.108-.087-.134-.15-.134-.328 0-.134.031-.247.077-.288.057-.046.062-.082.026-.128-.03-.036-.05-.082-.046-.108a.4.4 0 0 0 0-.113q-.007-.068-.175-.051c-.138.015-.17 0-.185-.093a.35.35 0 0 0-.077-.164.5.5 0 0 0-.19-.077 2 2 0 0 1-.24-.062c-.062-.02-.13-.082-.145-.133-.015-.057-.005-.134.031-.175s.093-.072.134-.072c.04 0 .072-.04.072-.097 0-.052-.077-.154-.165-.221a.95.95 0 0 0-.467-.16 1.8 1.8 0 0 1-.39-.081c-.052-.026-.103-.036-.124-.016a.24.24 0 0 0-.03.123.6.6 0 0 1-.057.216.56.56 0 0 1-.23.216c-.093.05-.186.077-.206.06-.016-.014-.005-.076.025-.132a.5.5 0 0 0 .057-.185c0-.046-.03-.082-.062-.082a.8.8 0 0 0-.215.077 1 1 0 0 1-.385.082 9 9 0 0 1-.53-.005c-.164-.005-.318.005-.349.02-.03.016-.05.108-.05.206 0 .103-.088.339-.21.58-.145.277-.284.462-.438.58-.123.098-.226.19-.226.206s.046.046.103.06c.056.017.103.006.103-.02 0-.024.025-.045.056-.045.03 0 .14-.057.241-.13a.75.75 0 0 1 .375-.127c.113 0 .242.04.324.108a.32.32 0 0 1 .133.23c0 .124 0 .124-.138.037l-.139-.093.036.129c.02.07.046.149.051.18.01.03.052.128.093.225.04.098.066.216.051.267a.4.4 0 0 1-.092.15c-.052.04-.077.015-.124-.11-.05-.153-.06-.158-.123-.071-.046.067-.108.088-.205.067-.118-.02-.139-.01-.129.082.005.062.005.15 0 .2-.005.052-.046.093-.107.093-.077 0-.103-.036-.103-.128 0-.072-.02-.13-.04-.13s-.068.027-.104.063c-.046.046-.108.046-.267 0-.113-.036-.236-.103-.272-.15a2 2 0 0 0-.272-.246c-.175-.133-.226-.148-.334-.107a6 6 0 0 1-.74.123c-.58.056-.63.056-1.01-.046a8 8 0 0 1-.652-.2 2.7 2.7 0 0 1-.483-.257 1.5 1.5 0 0 1-.334-.303 7 7 0 0 1-.2-.32 2 2 0 0 1-.16-.36q-.06-.174-.014-.62c.025-.297.087-.54.174-.734a2.8 2.8 0 0 1 .37-.565c.128-.148.23-.292.23-.318s.073-.072.155-.108.154-.092.154-.133.093-.103.205-.134c.113-.036.231-.108.256-.164.036-.067.108-.103.206-.103.082 0 .2-.046.256-.102a.37.37 0 0 1 .221-.103c.062 0 .15-.02.19-.046.051-.031-.067-.113-.43-.283a4.7 4.7 0 0 1-.868-.54 7 7 0 0 1-.555-.507l-.19-.21v.19a1.2 1.2 0 0 1-.06.359c-.037.092-.073.17-.094.17-.02 0-.128-.31-.246-.684-.17-.534-.216-.76-.216-1.037 0-.195.036-.534.077-.745.04-.211.108-.518.14-.677.035-.165.076-.298.097-.298.02 0 .056.03.077.061.02.036.056.329.077.658.02.344.066.667.113.775.046.103.164.257.26.35.104.086.345.24.54.338s.4.241.457.324c.056.082.123.21.138.292l.036.15-.144-.114c-.077-.061-.173-.113-.214-.113a1 1 0 0 1-.272-.102 1 1 0 0 0-.293-.103c-.072 0-.046.04.087.154.098.082.42.277.72.43a11 11 0 0 0 1.153.494 9 9 0 0 1 .796.308c.13.067.247.082.426.062.134-.016.257-.046.273-.072.015-.026.097-.046.18-.046.081 0 .148-.02.148-.052 0-.025.072-.05.16-.05.087 0 .195-.037.236-.083.056-.057.133-.072.251-.051s.18.01.21-.042c.021-.04.134-.087.247-.102.113-.016.221-.067.247-.113s.113-.077.22-.077q.18-.002.18-.072c0-.041.072-.087.165-.108.092-.02.205-.046.256-.056.052-.016.088-.057.088-.093s.036-.082.082-.097a.8.8 0 0 1 .2-.031c.067 0 .18-.057.252-.13a.7.7 0 0 1 .318-.158c.098-.02.18-.051.18-.072s-.124-.118-.272-.215a6 6 0 0 0-.617-.34c-.19-.087-.41-.164-.487-.164s-.226.021-.334.047a1.3 1.3 0 0 0-.324.133c-.118.077-.128.077-.159 0a.2.2 0 0 1 .02-.17c.031-.045.144-.153.263-.235a.75.75 0 0 0 .272-.34c.051-.159.046-.21-.057-.405a2.5 2.5 0 0 0-.339-.462 1.2 1.2 0 0 0-.523-.344 10 10 0 0 0-.54-.17.9.9 0 0 0-.513-.005 2 2 0 0 0-.41.134c-.13.066-.15.066-.175-.01-.02-.057.061-.17.256-.36.267-.257.293-.293.293-.508q0-.231-.092-.324c-.067-.067-.252-.113-.673-.159a6 6 0 0 0-1.099-.036c-.288.02-.632.067-.765.108-.21.062-.24.062-.24 0 0-.04.046-.103.101-.139s.103-.082.103-.102-.133-.042-.297-.042-.55.026-.857.057c-.314.03-.61.072-.668.098a3 3 0 0 1-.34.097 3 3 0 0 0-.327.093q-.1.037-.052-.026c0-.03.067-.082.13-.108a2.6 2.6 0 0 0 .348-.22c.19-.14.395-.21 1.027-.365a27 27 0 0 0 1.11-.293c.193-.062.337-.139.373-.2.046-.082.036-.108-.062-.144-.067-.026-.293-.026-.502-.01-.21.02-.416.025-.452.015s-.062-.04-.062-.067c0-.025.052-.077.113-.123a.5.5 0 0 1 .252-.082c.077 0 .194-.02.261-.046s.462-.062.873-.077c.416-.016.811-.057.883-.093.072-.03.123-.082.113-.113-.01-.03-.087-.092-.17-.143-.082-.052-.323-.119-.534-.15a8 8 0 0 1-.462-.082q-.076-.024.108-.118c.103-.05.288-.097.41-.097.124 0 .345-.005.484-.005.143 0 .528.077.873.18.338.097.81.246 1.057.328.257.087.498.14.575.123.088-.015.134-.06.134-.123 0-.05-.072-.18-.164-.277a1.5 1.5 0 0 0-.41-.308c-.135-.067-.294-.124-.35-.124-.057 0-.103-.02-.103-.046s.026-.067.062-.087a.5.5 0 0 1 .225-.03c.093.004.196-.027.226-.068.047-.056.041-.108-.02-.22-.04-.083-.185-.226-.318-.314-.134-.087-.309-.159-.386-.159-.082 0-.143-.02-.143-.046s.082-.077.18-.113.18-.087.18-.118c0-.03-.124-.17-.273-.308a4.5 4.5 0 0 0-.73-.519c-.25-.144-.46-.293-.477-.329q-.015-.06.14-.06c.086 0 .466.138.836.302s.862.405 1.088.53c.226.122.77.44 1.207.702s1.238.78 1.772 1.145 1.14.801 1.34.966.508.457.688.647c.174.19.375.462.441.606.088.19.108.297.083.405-.02.082-.077.175-.124.2-.066.041-.113.026-.215-.066-.098-.093-.129-.103-.129-.047 0 .042.124.144.267.226.15.083.39.221.534.319l.267.17.083-.114a.4.4 0 0 0 .082-.18c0-.035.03-.066.072-.066.04 0 .087.036.102.082a1 1 0 0 1 .031.241c0 .088-.02.195-.05.242-.032.05-.027.113.02.18.035.056.087.184.107.282s.14.328.262.513c.123.185.344.457.488.601.15.149.395.334.554.406.16.077.437.19.622.251.272.093.35.103.41.052a.8.8 0 0 1 .165-.098c.061-.02.092 0 .103.082.01.072.056.118.133.129.072.01.113-.01.113-.052 0-.036.067-.108.15-.154.081-.046.16-.072.173-.056.016.015.016.061.006.097a.09.09 0 0 0 .03.103c.031.02.103-.005.16-.057q.1-.09.046-.143c-.03-.031-.052-.067-.052-.088s.047-.046.103-.061a.14.14 0 0 0 .103-.134c0-.072-.03-.108-.103-.108-.056 0-.103-.02-.103-.05 0-.032.021-.052.047-.052s.061-.036.077-.077c.015-.046-.02-.129-.083-.19a.53.53 0 0 0-.24-.129 4 4 0 0 1-.309-.036 10 10 0 0 1-.76-.123 1 1 0 0 1-.25-.077c-.017-.015-.068-.01-.114.016q-.086.044-.185-.026a.4.4 0 0 0-.185-.072.23.23 0 0 1-.15-.072c-.035-.041-.092-.062-.122-.051-.03.01-.108-.02-.16-.082-.05-.057-.123-.103-.154-.103-.03 0-.118-.062-.184-.144a2.6 2.6 0 0 1-.242-.339 1.14 1.14 0 0 1-.133-.513c-.016-.257.005-.365.118-.59.072-.155.164-.288.2-.304.036-.015.067-.066.067-.113 0-.051.062-.118.144-.159.123-.061.128-.072.04-.087a2 2 0 0 1-.328-.129c-.123-.06-.236-.138-.25-.174-.017-.036-.058-.067-.094-.067s-.092-.072-.128-.154c-.036-.087-.082-.154-.108-.154s-.057.02-.072.051c-.015.026-.067.052-.113.052-.062 0-.067-.016-.02-.072.035-.04.046-.129.025-.206-.02-.07-.056-.133-.082-.133s-.046.026-.046.056-.02.042-.052.021c-.03-.015-.04-.164-.025-.329l.025-.297-.164-.026a.45.45 0 0 0-.257.026.16.16 0 0 1-.174-.016.5.5 0 0 0-.236-.072c-.088 0-.165-.03-.175-.06-.01-.032.051-.073.134-.089.082-.015.328-.118.55-.22.307-.15.374-.2.297-.226a.26.26 0 0 0-.165-.01c-.035.015-.06 0-.06-.026s.035-.077.076-.113.097-.052.123-.03c.026.014.036-.03.02-.099-.015-.072 0-.128.031-.128s.067.02.088.051c.015.031.087.052.15.052.065 0 .204-.057.307-.129.102-.072.22-.128.262-.128.04 0 .077.041.077.087 0 .072.015.072.113-.02.061-.057.19-.144.277-.19a.8.8 0 0 1 .236-.082c.041 0 .103-.036.14-.078a.56.56 0 0 1 .235-.123.7.7 0 0 1 .277-.02c.057.015.103.046.103.072s-.062.071-.139.107c-.123.057-.138.098-.144.34-.005.174-.04.302-.092.36-.056.055-.087.066-.087.02q-.002-.057-.052-.037c-.025.016-.05.098-.05.18 0 .118.03.16.127.185a.5.5 0 0 0 .216 0c.077-.03.077-.04-.01-.103-.093-.067-.093-.072-.005-.108a.7.7 0 0 1 .282-.005c.108.016.303.046.437.062.236.03.241.036.16.128a.6.6 0 0 1-.263.13.64.64 0 0 0-.277.137c-.088.093-.098.093-.098.02 0-.045-.015-.086-.04-.086a.4.4 0 0 0-.14.077.3.3 0 0 1-.215.046c-.093-.02-.118-.01-.118.056 0 .046.02.072.05.057.027-.016.068.01.093.061.026.052.041.19.036.308-.005.12-.036.252-.072.298-.036.041-.092.077-.123.077-.03 0-.092-.046-.133-.102-.04-.057-.108-.103-.154-.103a.4.4 0 0 1-.18-.077c-.077-.062-.108-.062-.139-.01a.3.3 0 0 0-.04.102c0 .02.071.118.158.221s.231.22.314.262c.082.041.184.067.226.051q.077-.03.04-.138c-.025-.088-.015-.103.062-.088.052.01.093.047.082.077-.005.031.02.052.062.047a.5.5 0 0 0 .19-.124c.067-.06.19-.18.277-.267s.185-.154.216-.154c.03 0 .077-.046.108-.102a.22.22 0 0 1 .17-.103.43.43 0 0 0 .215-.077.4.4 0 0 1 .2-.077.4.4 0 0 0 .2-.077c.098-.072.098-.077 0-.103a1 1 0 0 1-.19-.082c-.05-.026-.118-.036-.154-.02s-.015-.006.036-.052c.057-.046.13-.082.165-.082a.13.13 0 0 0 .097-.057c.02-.03-.01-.102-.06-.159-.094-.102-.094-.108.06-.072.087.02.216.01.288-.015.097-.036.154-.118.215-.308.047-.144.108-.272.14-.293.03-.015.076-.005.107.026.03.03.072.056.092.056s.19-.149.38-.328.406-.355.483-.38.17-.03.205-.005c.052.03.031.072-.077.164-.102.087-.133.144-.097.195.025.041.072.15.108.241a.53.53 0 0 1 .01.344c-.026.098-.072.19-.098.206-.025.015-.05-.016-.05-.072 0-.057-.02-.118-.047-.134-.026-.015-.036.01-.026.062a.27.27 0 0 1-.056.195c-.072.093-.077.093-.083.01 0-.05-.025-.087-.05-.087-.032 0-.052.057-.052.123 0 .067.036.14.082.154.046.016.195.031.33.031.132 0 .26-.02.276-.046.015-.026 0-.062-.036-.072-.046-.02-.04-.04.02-.082.047-.03.18-.149.298-.262.15-.144.257-.205.365-.205.082 0 .15.015.15.03 0 .016-.058.078-.13.134-.097.077-.128.15-.128.308a.9.9 0 0 1-.05.303c-.032.057-.078.098-.104.098s-.05-.036-.05-.077c0-.04-.022-.077-.043-.077s-.097.056-.164.128-.17.128-.226.128c-.082 0-.092.016-.04.062.035.036.06.123.06.195s.037.18.078.236a.4.4 0 0 1 .077.17c0 .051-.036.061-.139.036a2 2 0 0 1-.195-.052l-.154-.056a10 10 0 0 1-.329-.134c-.138-.056-.277-.082-.359-.06a.9.9 0 0 0-.293.148c-.087.061-.344.164-.57.226-.226.061-.477.154-.565.21l-.148.098h.205a.9.9 0 0 0 .375-.103.86.86 0 0 1 .447-.103c.154 0 .287.02.302.046s-.03.072-.102.103c-.108.046-.123.087-.103.2.015.077.041.237.062.355a.9.9 0 0 1 0 .318c-.02.057-.057.103-.082.103s-.067-.052-.093-.113c-.04-.108-.04-.108-.067.026q-.024.14.052.184c.046.026.138.01.236-.036.087-.04.236-.138.334-.205.154-.118.164-.133.082-.195-.046-.036-.072-.087-.052-.123.021-.03 0-.108-.04-.17a.6.6 0 0 1-.062-.308c.005-.108.025-.21.046-.226.02-.02.092.041.17.13.071.086.153.163.174.163s.051-.062.072-.139l.036-.138.097.16a.8.8 0 0 0 .154.194c.031.02.134-.015.221-.082.088-.067.2-.118.247-.113s.15-.062.23-.144c.078-.082.196-.149.263-.149a.7.7 0 0 0 .287-.103.8.8 0 0 1 .36-.102c.108 0 .195.02.195.051s-.036.051-.077.051c-.04 0-.144.062-.23.144-.155.14-.155.144-.083.344.04.113.077.257.077.32 0 .06-.01.147-.03.19-.017.045-.063.081-.104.081a.08.08 0 0 1-.077-.062c0-.036-.026-.015-.046.041a1 1 0 0 0-.046.164c0 .036.046.062.113.062.061 0 .256.01.42.02l.31.021-.196-.077c-.108-.04-.19-.097-.19-.123s.03-.046.066-.05c.036-.007.103 0 .144 0a.6.6 0 0 0 .22-.048l.14-.05-.196-.176c-.107-.097-.174-.195-.154-.21.02-.02.13 0 .247.046.113.046.226.082.251.082.026 0 .134-.072.242-.159s.246-.246.303-.35a2.3 2.3 0 0 1 .34-.43c.127-.134.271-.242.317-.242s.082.016.082.031a.7.7 0 0 1-.103.16.5.5 0 0 0-.102.2c0 .035.02.071.051.071.026 0 .118.098.206.21.087.12.154.268.154.335 0 .066-.02.118-.047.118-.025 0-.056-.02-.06-.046-.01-.026-.094-.062-.186-.083-.144-.03-.17-.02-.17.062 0 .077.057.113.237.154a.9.9 0 0 0 .4.01.65.65 0 0 0 .262-.149c.092-.102.092-.102-.015-.133-.062-.015-.113-.062-.113-.098s.04-.082.097-.097c.052-.016.19-.123.303-.236s.247-.206.288-.206c.046 0 .082.005.082.016s-.046.107-.103.215a1 1 0 0 0-.103.396c0 .16-.02.195-.102.195-.057 0-.118.03-.144.072-.02.04-.123.118-.22.18a.7.7 0 0 1-.299.107c-.07 0-.113.026-.097.067a.33.33 0 0 1-.02.18c-.037.097-.026.113.071.113.082 0 .134.046.175.143.051.134.056.134.061.021.006-.067-.05-.175-.128-.246q-.14-.13-.056-.129c.04 0 .102.03.133.067.03.036.092.164.134.282.071.206.071.216-.026.216a.55.55 0 0 1-.24-.092c-.114-.072-.248-.088-.705-.088-.442 0-.606.02-.744.098a1.6 1.6 0 0 1-.478.118c-.277.026-.298.036-.22.108.06.061.092.066.122.02.031-.051.083-.051.242.01.113.042.267.088.344.103.077.016.138.052.138.077s-.133.082-.297.129c-.165.04-.36.097-.437.123s-.149.03-.164.01c-.01-.02-.005-.067.02-.108.031-.051-.005-.108-.118-.19a8 8 0 0 0-.354-.246c-.108-.072-.216-.129-.246-.129s-.052.031-.052.067a.44.44 0 0 0 .077.175c.052.072.113.103.18.082.087-.02.113.01.164.205.057.2.087.242.257.298.108.036.195.082.195.098 0 .02.118.061.262.092s.34.062.431.062c.098 0 .185-.02.2-.046s0-.057-.03-.067-.04-.046-.02-.082.133-.057.25-.057c.12.005.304-.03.412-.082.154-.067.23-.072.354-.03.087.03.21.056.272.056.067 0 .15.046.19.102.062.088.103.098.324.057.138-.026.277-.051.302-.062a1 1 0 0 1 .257.02l.35.068c.076.015.138.046.138.066s-.092.067-.205.103c-.15.046-.206.087-.206.16 0 .056-.072.179-.159.282-.087.097-.185.18-.21.18-.026 0-.042-.047-.026-.103.026-.103.026-.103-.129-.01l-.154.092.17.144c.097.082.23.143.313.143a.6.6 0 0 0 .241-.051c.067-.036.088-.087.067-.195-.025-.129-.02-.134.057-.072.046.041.22.087.38.103q.292.031.292.102c0 .036-.092.103-.2.139a1.5 1.5 0 0 0-.354.18c-.123.092-.16.097-.195.04-.036-.056-.062-.056-.15-.004a.6.6 0 0 1-.256.066c-.103 0-.22-.056-.354-.18-.108-.097-.247-.179-.308-.179-.077 0-.098.026-.077.077.015.046.092.077.174.077.113 0 .154.026.17.113.015.062.036.195.051.298.015.097.005.21-.02.25-.037.058-.098.037-.309-.127-.143-.108-.262-.216-.262-.236s-.082-.051-.18-.072a.7.7 0 0 1-.297-.154 6 6 0 0 1-.2-.216c-.062-.072-.18-.102-.488-.128a3.4 3.4 0 0 1-.704-.134 7 7 0 0 1-.77-.354c-.257-.139-.57-.267-.693-.287a1.2 1.2 0 0 0-.426.02c-.118.03-.195.082-.185.113.01.03.18.098.375.144s.493.123.662.174c.17.052.334.118.37.144s.087.031.113.016c.03-.016.103-.006.17.03a.5.5 0 0 0 .158.067c.026 0 .072.041.108.093.036.05.103.092.15.092.045 0 .097.056.112.128.016.072.067.129.103.129.04 0 .072.046.072.097s.036.113.082.129q.086.028.056.164c-.015.087 0 .144.052.16.051.02.061.071.046.148-.015.067-.01.123.02.123.031 0 .052.057.052.129s.02.128.046.128.03.057.02.128c-.015.077 0 .129.031.129s.057.072.057.154c0 .108.026.154.082.154.046 0 .092.046.108.103a.14.14 0 0 0 .128.102.5.5 0 0 0 .2-.056c.098-.052.098-.057-.005-.185-.056-.072-.097-.144-.082-.154.01-.01.067.005.123.03.057.032.17.057.247.057a.7.7 0 0 0 .313-.103.7.7 0 0 1 .288-.102c.066 0 .19-.036.277-.077a.8.8 0 0 0 .216-.15.6.6 0 0 1 .236-.128c.128-.04.2-.04.277 0 .057.031.093.078.077.108-.015.026-.072.052-.123.052a.23.23 0 0 0-.154.072c-.046.05-.04.087.015.133a.6.6 0 0 1 .134.236c.04.123.04.2.005.267-.03.052-.057.072-.057.041 0-.025-.036-.005-.077.052-.077.097-.077.097-.133.005-.046-.077-.067-.082-.103-.026a.34.34 0 0 0-.046.149c0 .057.092.098.308.144.231.046.334.051.416.005.056-.03.118-.046.133-.03.016.015-.025.05-.087.086a.6.6 0 0 1-.313.036c-.17-.02-.19-.015-.139.047.031.04.14.071.231.071.12 0 .221-.046.34-.154.092-.082.133-.143.087-.123a.14.14 0 0 1-.139-.04c-.046-.057-.005-.109.2-.263.144-.102.293-.205.334-.22s.077-.016.077-.006c0 .016-.036.093-.077.175a.8.8 0 0 0-.077.282c0 .072-.03.165-.072.195-.056.047-.077.047-.097-.005-.016-.046-.057-.036-.15.047a1 1 0 0 1-.277.169c-.154.051-.154.056-.154.431 0 .21-.015.4-.04.421-.026.026-.093-.015-.155-.087a.9.9 0 0 0-.313-.2 3.4 3.4 0 0 1-.437-.216 1.6 1.6 0 0 0-.44-.18c-.196-.03-.21-.025-.242.098q-.03.132-.108.103c-.04-.016-.165.04-.267.123a1.2 1.2 0 0 1-.329.185c-.072.015-.149.015-.164 0-.02-.02.061-.113.174-.21.113-.098.206-.196.206-.222s-.036-.046-.077-.046c-.04 0-.077-.025-.077-.056q-.002-.053-.165-.02a2.3 2.3 0 0 1-.446.025c-.154-.005-.303-.03-.324-.051-.02-.021.077-.052.22-.067.145-.016.273-.036.288-.052.016-.015-.05-.159-.148-.318a4 4 0 0 1-.314-.673c-.077-.21-.154-.37-.174-.359-.02.01-.052.092-.067.175-.02.092-.17.303-.375.518-.19.2-.405.396-.477.437a1.2 1.2 0 0 0-.252.185c-.108.102-.118.143-.087.37.02.153.01.328-.026.44a2.2 2.2 0 0 1-.21.412 1.4 1.4 0 0 0-.206.544c-.05.313-.046.334.123.703.098.21.231.545.298.74s.16.416.206.488c.046.07.128.21.174.308.052.113.206.262.411.4.2.134.385.22.483.226a.6.6 0 0 0 .287-.082.6.6 0 0 1 .252-.087c.077 0 .236.102.436.287.257.236.313.319.313.452a.6.6 0 0 1-.046.236c-.025.04-.056.067-.066.052a2 2 0 0 1-.083-.18l-.06-.154-.104.139c-.056.077-.149.138-.205.138-.088 0-.098.02-.072.144.02.077.046.205.061.282.016.077 0 .175-.036.216-.036.04-.092.077-.128.077s-.077-.051-.087-.113c-.01-.072-.046-.108-.093-.092-.04.01-.149.03-.236.04-.144.02-.22-.025-.63-.374-.258-.22-.484-.431-.5-.467-.015-.036-.05-.072-.087-.072s-.149-.062-.257-.134c-.154-.102-.21-.118-.267-.072a.2.2 0 0 1-.174.036c-.057-.015-.103-.01-.103.01s.026.062.062.098c.046.046.036.062-.046.062a.44.44 0 0 1-.226-.093c-.093-.072-.108-.123-.083-.23a.7.7 0 0 1 .134-.242.4.4 0 0 1 .257-.103c.097 0 .144-.02.123-.056-.02-.031-.067-.041-.103-.031-.036.015-.097-.005-.128-.046a.2.2 0 0 0-.149-.072c-.05 0-.103-.067-.134-.165-.04-.128-.077-.164-.18-.164-.117 0-.128-.02-.128-.23 0-.196-.015-.232-.102-.232-.077 0-.103-.036-.103-.154q0-.155-.087-.17c-.067-.01-.093.042-.118.22-.02.13-.01.489.025.797.031.308.103.663.154.78.057.134.19.293.34.412.148.118.302.19.39.19.076 0 .22-.036.318-.083.164-.077.195-.077.441.005.175.062.283.129.31.2a.21.21 0 0 0 .163.124.4.4 0 0 1 .236.144.5.5 0 0 1 .113.246.45.45 0 0 1-.082.226c-.046.062-.103.113-.129.113-.025 0-.046-.056-.046-.123s-.04-.14-.087-.16c-.05-.02-.098-.01-.108.02a.6.6 0 0 1-.097.14c-.057.056-.134.072-.252.05-.154-.024-.164-.02-.118.068.03.05.051.154.051.22a.5.5 0 0 1-.108.263c-.056.072-.138.133-.18.133zm-.257-.36q.025-.001.026-.025t-.026-.026q-.024 0-.025.026.001.024.025.026zm.422-.118c.015-.05-.01-.133-.057-.184-.046-.052-.067-.103-.05-.118.014-.016-.02-.057-.083-.088-.088-.046-.134-.04-.237.02-.066.047-.123.103-.123.124 0 .02.057.067.123.098.108.05.13.04.16-.047.03-.097.035-.097.133.026.056.067.103.154.103.195q.008.053.03-.026zm-.345.016c.036 0 .052-.016.036-.036-.02-.02-.05-.02-.066 0-.02.02-.005.036.03.036m-.77-.257c.036 0 .052-.015.036-.036-.02-.02-.05-.02-.067 0-.02.02-.005.036.031.036m.462 0c.016 0 .067-.046.118-.103a.5.5 0 0 0 .088-.128c0-.015-.057-.026-.123-.026a.27.27 0 0 0-.19.083c-.057.066-.057.087.005.128.046.02.087.046.102.046m-.693-.154q.025-.001.026-.026t-.026-.025q-.024 0-.025.025.001.025.025.026m.416 0a.6.6 0 0 0 .123-.051c.052-.026.098-.077.098-.103s-.057-.051-.123-.051c-.067 0-.139.02-.16.05a.12.12 0 0 0 0 .104c.021.025.047.05.062.05m1.802-.102c.016-.087-.01-.154-.092-.22-.062-.052-.139-.088-.164-.077a.1.1 0 0 0-.057.066c-.005.026.041.057.108.067.062.01.118.036.123.067.005.026.01.072.02.097.006.026.021.067.026.088.01.02.026-.016.036-.088m-.528.047c.056 0 .082-.01.066-.026-.015-.015-.06-.02-.097-.005-.04.015-.026.03.03.03zm-.432-.047c.036 0 .052-.015.036-.036-.02-.02-.05-.02-.067 0-.02.02-.005.036.031.036m-1.006-.05c.036 0 .092-.032.123-.068.03-.036.041-.082.026-.102-.02-.02-.077-.036-.124-.036-.046 0-.107.02-.123.05a.12.12 0 0 0 0 .104.13.13 0 0 0 .098.05zm1.468 0c.088 0 .108-.027.093-.145-.01-.082-.046-.138-.093-.138-.046 0-.082.056-.092.143-.015.113.005.14.092.14m-.508-.052c.02 0 .051-.036.067-.082a1 1 0 0 0 .03-.103c0-.01-.046-.02-.102-.02-.057 0-.103.03-.103.066a.17.17 0 0 0 .036.103.1.1 0 0 0 .072.036m.22 0c.098 0 .134-.026.134-.103q-.002-.102-.102-.103c-.057 0-.103.01-.103.02s-.015.057-.03.104c-.027.06 0 .082.102.082zm-1.586-.052c.01 0 .005-.036-.01-.077-.016-.04-.04-.066-.057-.056-.015.015-.01.05.01.077.021.03.047.056.057.056m1.155 0c.026 0 .047-.046.047-.102 0-.057-.02-.103-.047-.103-.025 0-.06.02-.082.05a.12.12 0 0 0 0 .104c.02.026.057.05.082.05m2.321-.004c.02 0 .041-.046.041-.102a.8.8 0 0 0-.077-.257c-.04-.082-.112-.154-.154-.154a.13.13 0 0 0-.107.077c-.016.04-.016.092 0 .108.015.015.066 0 .107-.036.052-.041.077-.047.077-.01 0 .03-.02.066-.05.087-.032.02-.016.082.04.154.046.077.103.133.123.133m-3.204-.102c.098-.062.098-.077.031-.211-.072-.133-.067-.144.026-.144.056 0 .113-.02.128-.046.016-.026 0-.067-.03-.087-.037-.02-.073-.01-.083.02s-.056.062-.097.062c-.052 0-.067-.03-.047-.103a.27.27 0 0 0-.02-.19c-.03-.046-.057-.067-.062-.04-.005.025-.01.112-.02.194-.005.077.01.144.04.144.032 0 .032.02-.01.04-.05.037-.05.058.01.109q.078.063.047.195c-.015.113-.01.118.087.057m-.118-.51q-.024 0-.025-.024.001-.025.025-.026.025 0 .026.026 0 .024-.026.025m-11.08.493c.015-.015.01-.087-.006-.16-.02-.071-.05-.133-.077-.133s-.056.036-.077.083c-.015.04-.01.066.015.05.025-.014.062.02.083.078.02.062.046.098.061.082zm11.845.005a.13.13 0 0 0 .072-.077c.01-.036-.026-.061-.087-.061-.057 0-.108.02-.108.04a.12.12 0 0 0 .036.078c.015.02.056.03.087.02m-.873-.036c.01 0 .047-.036.083-.077.035-.046.04-.077.01-.077s-.067.036-.082.077c-.016.04-.02.077-.01.077zm.611-.046c.062-.02.118-.067.13-.103q.02-.06-.099-.046c-.06.01-.123.057-.128.103-.01.067.01.077.097.046m-4.133-.03c.01-.011.01-.078-.005-.14-.016-.066-.108-.205-.206-.307s-.19-.175-.205-.16c-.02.02-.03.077-.03.134q0 .1.076.072c.046-.02.093.005.113.056.02.05.077.154.134.23.056.078.107.13.123.114zm-7.903-.052c.072 0 .13-.026.118-.051-.005-.026-.066-.052-.133-.052s-.118.02-.118.052c0 .03.061.056.133.05zm.057-.026c-.036 0-.052-.015-.036-.036.02-.02.051-.02.067 0 .02.02.005.036-.03.036m7.348.04a.28.28 0 0 0 .164-.101c.036-.057.036-.108.005-.14a.5.5 0 0 0-.19-.081c-.108-.026-.144-.016-.144.04 0 .057.042.068.134.052q.137-.03.097.03c-.02.03-.005.063.031.063.047 0 .047.015-.01.05-.056.037-.087.027-.113-.04-.02-.051-.036-.062-.04-.02 0 .035-.027.05-.052.035-.026-.015-.067 0-.088.03-.025.037-.015.047.02.027.032-.02.063-.01.063.02.015.026.061.047.123.036m3.98.01c.01 0 .02-.01.02-.02a.4.4 0 0 0-.093-.092c-.082-.062-.082-.062-.02.02a.4.4 0 0 0 .092.093zm1.458-.02c.082-.005.154-.015.154-.03a.3.3 0 0 0-.072-.114c-.04-.046-.082-.087-.103-.087s-.03.04-.036.092c0 .067-.01.072-.04.026-.02-.036-.083-.051-.129-.03-.047.02-.088.056-.088.08 0 .032.036.037.077.022s.077-.01.077.01.072.036.16.03m-13.069-.03q.025-.001.026-.025 0-.025-.026-.026-.024 0-.025.026.001.024.025.025m10.42 0c.01 0 .03-.056.04-.123a.3.3 0 0 0-.02-.195q-.04-.062-.042.123c0 .108.01.195.021.195zm1.68-.01c.034-.01.075-.062.085-.113.01-.056-.005-.082-.05-.067-.037.01-.078.062-.088.113-.01.057.01.082.051.067zm.558.01c.036 0 .051-.015.036-.036-.02-.02-.052-.02-.067 0-.02.02-.005.036.03.036zM6.6 19.004c.02 0 .041-.02.041-.046a1 1 0 0 0-.056-.19c-.047-.13-.062-.134-.103-.057-.036.062-.03.123.015.195.036.052.083.098.103.098m-.087-.154q-.025-.001-.026-.026.001-.024.026-.025.024 0 .025.025 0 .025-.025.026m12.123.154c.041 0 .062-.02.046-.051-.015-.031-.066-.052-.108-.052-.04 0-.06.02-.046.052.016.025.067.05.108.05zm-13.35-.051c.01 0 .02-.01.02-.021a.4.4 0 0 0-.092-.092c-.082-.062-.082-.062-.02.02a.4.4 0 0 0 .092.093m.564-.067c.088-.041.108-.072.067-.118-.03-.036-.097-.052-.154-.036-.056.015-.118.05-.133.077-.016.03 0 .072.036.092.035.026.118.016.184-.015m.33.067c.035 0 .05-.016.035-.036-.02-.02-.05-.02-.067 0-.02.02-.01.036.031.036m6.495 0q.024-.001.025-.026 0-.024-.025-.026-.025 0-.026.026.001.024.026.026m7.163-.036c.056-.016.097-.057.097-.098a.07.07 0 0 0-.072-.072.2.2 0 0 0-.128.067c-.03.036-.046.082-.03.097.02.016.081.02.133.006m-14.3-.036c0-.005.03-.047.071-.098.062-.082.057-.092-.067-.092-.082 0-.133.03-.133.072 0 .04.03.082.061.097.036.016.067.026.067.02zm6.983.02c.01 0 .02-.01.02-.02s-.026-.041-.062-.062c-.035-.02-.046-.015-.02.02.026.037.051.062.062.062m.17-.077c.01-.01.004-.04-.016-.072-.02-.03-.083-.051-.15-.051-.107 0-.107.005.016.072.072.036.14.06.15.05M3.15 18.8c.055 0 .096-.021.096-.042 0-.025-.062-.071-.133-.102-.093-.041-.129-.088-.108-.16.015-.066-.005-.102-.082-.123-.057-.015-.124-.015-.15 0-.025.016-.04.057-.04.098 0 .04.071.128.16.2.086.072.204.129.255.129zm.41 0a.1.1 0 0 0 .061-.031c.02-.02-.016-.067-.072-.108-.057-.041-.098-.103-.087-.134.01-.03-.016-.082-.057-.113a.27.27 0 0 0-.195-.03c-.082.015-.118.056-.118.133.005.108.005.108.046.005.041-.097.046-.097.046.016 0 .082.057.138.17.19.103.036.19.072.205.072m1.416 0c.01 0 .026-.021.042-.047.015-.025.01-.061-.016-.077-.026-.015-.04.005-.04.047 0 .046.004.077.014.077m1.253-.01c.098 0 .14-.011.088-.026a.5.5 0 0 0-.18 0c-.046.015-.01.025.092.025zm6.136.01q.025-.001.026-.026t-.026-.026q-.024 0-.025.026.001.024.025.026m3.6-.016c.02-.02.02-.051 0-.067-.02-.015-.036-.005-.036.036.005.03.02.047.036.03m3.625.017c.077 0 .14-.021.14-.047s-.027-.061-.058-.082c-.03-.02-.092 0-.138.046-.072.077-.072.083.056.083m-14.285-.052c.026 0 .062-.025.077-.056.02-.031.02-.067.005-.082-.015-.016-.067-.016-.113.005-.046.015-.066.056-.05.082.02.03.055.05.081.05m6.906 0q.025 0 .026-.024 0-.025-.026-.026-.024 0-.025.026.001.024.025.025m8.416-.072a.44.44 0 0 0 .083-.241c0-.082-.026-.144-.067-.144a.2.2 0 0 0-.129.062.24.24 0 0 0-.06.149c0 .046.035.102.081.118.046.015.067.06.046.097-.02.03 0 .01.046-.04zm-17.91.02c.051 0 .046-.03-.03-.112a.44.44 0 0 1-.103-.154c0-.02.025-.041.056-.041.03 0 .041-.02.02-.052-.015-.03.016-.051.078-.051.061 0 .092-.02.077-.051q-.032-.054-.134 0a.4.4 0 0 1-.214.036 1 1 0 0 1-.226-.077.5.5 0 0 0-.16-.062c-.025 0-.046.036-.046.077 0 .04.026.072.057.072a.6.6 0 0 1 .133 0c.04.005.103.067.14.139.055.128.055.133-.063.102-.072-.015-.128-.02-.128-.01s.072.046.154.077c.092.03.144.036.123.005-.015-.026-.01-.051.016-.051.025 0 .077.036.111.077.036.04.098.077.14.077zm1.258-.004c.103 0 .231-.01.277-.031.083-.03.083-.036-.01-.072-.067-.026-.005-.041.175-.041.15 0 .262-.026.246-.051-.015-.026.052-.062.15-.077.097-.021.19-.057.21-.083.015-.025-.026-.05-.098-.05-.087 0-.16-.047-.22-.155-.052-.082-.109-.154-.134-.154s-.03.062-.016.139c.016.077.01.159-.005.184-.015.026-.05.02-.072-.02-.036-.057-.046-.051-.046.015 0 .047.026.098.062.113.036.016.02.026-.03.016-.052-.005-.119-.067-.14-.13-.036-.096-.02-.127.072-.17.098-.044.093-.044-.04-.02-.114.02-.134.017-.078-.02.041-.025.062-.066.041-.081-.02-.02-.056-.02-.087 0a.15.15 0 0 0-.057.113c0 .066-.015.066-.077.02-.06-.051-.097-.046-.195.026-.113.082-.113.087-.005.05a.6.6 0 0 1 .241 0c.072.02.134.058.134.083s-.05.036-.118.016q-.123-.038-.046.015c.04.026.056.087.04.134-.015.046-.06.087-.102.087-.04 0-.077-.02-.077-.051 0-.026.036-.036.077-.02.041.014.077.004.077-.027 0-.03-.087-.056-.195-.056a.53.53 0 0 0-.282.072c-.052.036-.093.082-.093.102s.051.057.113.083c.067.02.205.046.308.04zm.663-.51c-.036 0-.052-.014-.036-.035.02-.02.051-.02.066 0 .02.02.006.036-.03.036m1.463.514a.07.07 0 0 0 .072-.072c0-.041.026-.092.056-.108.036-.026.047 0 .02.072q-.03.108.027.108c.036 0 .092-.041.128-.093a.6.6 0 0 0 .072-.123c0-.02-.093-.03-.206-.02-.113.005-.23.036-.26.066-.032.03-.043.083-.022.113a.16.16 0 0 0 .113.057m6.264 0q.025-.001.026-.026t-.026-.025q-.024 0-.025.025.001.025.025.026m.422-.005c.087.005.113-.02.113-.108 0-.062-.016-.087-.03-.051-.02.046-.048.04-.109-.021-.077-.077-.087-.077-.123.015-.036.093-.036.093-.04.006 0-.062-.037-.088-.094-.077-.05.01-.087.05-.087.092s.056.092.128.108c.067.015.175.036.242.036m3.635.005q.024-.001.026-.026 0-.024-.026-.025-.024 0-.026.025.001.025.026.026m3.045-.01c.036-.005.062-.036.062-.062-.006-.03-.072-.092-.154-.144q-.148-.09-.18-.036c-.02.03.02.077.087.103s.087.05.041.05c-.067.006-.067.01 0 .058.041.02.103.036.144.03zm-14.68-.042c.025 0 .061-.02.082-.05.015-.032-.005-.037-.047-.021-.046.015-.082.04-.082.05s.02.02.046.02zm.97 0a.25.25 0 0 0 .16-.077c.035-.04.05-.092.04-.102-.015-.016-.087 0-.159.025-.077.03-.133.077-.133.103 0 .03.04.05.092.05m6.44-.01c.091.006.097 0 .035-.04a.5.5 0 0 0-.113-.051.04.04 0 0 0-.04.04c0 .027.055.047.117.052m4.343-.03q.046-.072.077-.01c.02.03.057.056.087.056.026 0 .036-.026.016-.062q-.037-.061.04-.03c.042.015.078.004.078-.032 0-.03-.062-.061-.134-.061-.07 0-.148.02-.169.05a.2.2 0 0 0-.036.104c0 .03.02.02.041-.016zm4.416-.031a.23.23 0 0 0-.046-.165c-.04-.051-.082-.061-.118-.025s-.02.087.046.164c.087.097.103.097.118.026m-15.825.005c.02-.02.02-.052 0-.067-.02-.02-.036-.005-.036.036.005.036.02.05.036.03zm.42.015c.021 0 .067-.026.098-.062.03-.035.062-.082.062-.107 0-.026-.052-.031-.118-.01a.7.7 0 0 0-.134.05c-.01.01-.005.042.016.073.025.03.056.056.077.056zm7.816-.077a.5.5 0 0 0 .046-.17c0-.035-.02-.05-.046-.035-.03.015-.052.092-.046.17 0 .122.005.128.046.035m-8.139.026q.024-.001.026-.026 0-.024-.026-.026-.024 0-.026.026.001.024.026.026m6.778 0q.024-.001.026-.026 0-.024-.026-.026-.024 0-.026.026.001.024.026.026m.298-.016a.13.13 0 0 0 .072-.077c.01-.036-.026-.061-.082-.061s-.119-.02-.134-.052c-.015-.025-.067-.051-.108-.051s-.072.036-.072.077c0 .04.02.082.052.082.025.005.072.01.097.01a.2.2 0 0 1 .088.047c.02.025.061.036.087.025m4.647-.113c.01-.071 0-.15-.016-.17-.02-.014-.05 0-.077.042-.025.04-.02.113.016.17.056.087.061.082.077-.042m3.2.129c.091 0 .19-.036.23-.088a.6.6 0 0 0 .072-.128c0-.02-.03-.041-.077-.041-.04 0-.108.046-.139.103-.036.056-.087.102-.113.102-.025 0-.02-.025.01-.061.036-.036.062-.082.062-.103s-.046-.041-.097-.041a.2.2 0 0 0-.134.05c-.02.032-.02.089-.005.13.015.046.092.077.19.077m-18.09-.057c.01 0 0-.02-.016-.051a.44.44 0 0 0-.17-.108c-.097-.036-.117-.061-.066-.092.046-.031.052-.052.01-.077-.03-.02-.056-.01-.056.02 0 .04-.03.04-.113 0-.087-.04-.077-.02.04.077.083.072.2.154.258.18.05.03.108.05.113.05m3.371-.045c.042-.036.067-.077.057-.087-.015-.016-.046-.01-.077.01-.03.02-.057.057-.057.087 0 .036.031.03.077-.01m6.44.026c.01-.01 0-.041-.016-.072-.02-.03-.056-.057-.082-.057s-.02.03.015.072c.031.04.072.067.083.057m4.513.025c.03 0 .062-.01.062-.02s-.026-.093-.057-.18c-.03-.087-.077-.164-.103-.164s-.03.04-.01.087a.5.5 0 0 0 .077.144c.026.03.026.072.01.092-.02.026-.01.04.021.04m3.512-.091a1 1 0 0 0 .041-.123c0-.02-.066-.052-.154-.072-.092-.02-.18-.01-.215.02-.04.042-.04.072.005.119.046.046.077.04.138-.036.072-.093.077-.093.047-.006-.02.057-.006.113.036.14.04.035.077.02.102-.042m-17.724.04c.026 0 .03-.035.015-.076s-.05-.062-.077-.046c-.025.015-.036.05-.015.077s.05.046.077.046m9.473 0q.024-.001.025-.026 0-.024-.025-.025-.025 0-.026.025.001.025.026.026m2.125-.072c.01-.025-.03-.087-.097-.138a.4.4 0 0 0-.185-.093c-.04 0-.072.03-.072.067 0 .036.077.103.164.144.098.036.18.046.19.02M3.57 18.362a.5.5 0 0 0 .164-.082c.03-.026.005-.046-.067-.046-.06 0-.113.025-.113.056 0 .03-.025.04-.05.02-.03-.015-.052-.004-.052.026q0 .056.118.026m9.51-.005c.04-.015.076-.082.076-.154s-.015-.123-.04-.123c-.02 0-.067.046-.103.102-.036.057-.052.129-.036.154.015.026.061.036.102.02zm3.61.03c.015 0 .015-.015-.006-.03-.015-.015.015-.077.067-.14a.36.36 0 0 0 .097-.21c0-.076-.01-.086-.046-.035-.026.036-.06.072-.087.077s-.04.026-.03.046c.004.02-.052.05-.124.072l-.139.036.118.092a.6.6 0 0 0 .15.093zm-.114-.102c-.03 0-.005-.036.062-.082.061-.046.097-.108.082-.14q-.03-.052.03-.014c.047.03.042.062-.025.139-.05.056-.118.097-.149.097m2.506.098c.046-.01.082-.041.082-.067s-.03-.051-.06-.051c-.032 0-.073.03-.084.07-.015.037.01.058.062.048M3.02 18.326a1 1 0 0 0 .231-.036c.093-.025.108-.046.062-.077a.12.12 0 0 0-.129.01.5.5 0 0 1-.164.077c-.103.02-.103.02 0 .026m.822.01q.024-.001.025-.025 0-.025-.025-.026t-.026.026q.001.024.026.025m1.91-.02c.02-.02.02-.051 0-.067-.02-.02-.036-.005-.036.036 0 .036.015.05.036.03zm.174.02c.026 0 .052-.051.057-.118.005-.092.01-.097.03-.02.016.05.047.087.078.077.025-.01.051-.036.046-.057-.005-.02-.005-.072-.005-.113q0-.078-.087-.04a.4.4 0 0 0-.15.112c-.03.04-.05.098-.035.118.005.02.04.04.066.04m.278 0q.024 0 .025-.024 0-.025-.025-.026t-.026.026c0 .015.015.025.026.025m4.626-.015c.016-.015.02-.062.005-.098-.015-.04-.03-.03-.03.03 0 .053.01.083.025.068m.714.015q.024-.001.026-.025 0-.025-.026-.026-.024 0-.026.026c0 .015.016.025.026.025m.118-.04c.015-.047.046-.052.123-.01.072.035.123.04.154.004a.094.094 0 0 0 .016-.113c-.02-.03-.072-.046-.113-.03-.067.025-.067.01.005-.098.046-.072.061-.13.03-.13-.03 0-.05.022-.05.053 0 .025-.047.05-.098.05-.077 0-.098.037-.093.165 0 .098.016.144.026.108zm1.001.035a.04.04 0 0 0 .041-.04c0-.026.01-.083.026-.12.02-.055-.026-.076-.175-.081-.112-.005-.22.015-.24.046-.02.03-.006.077.035.103.046.03.093.015.128-.031.031-.041.077-.077.098-.077.02 0 .01.03-.02.072-.047.056-.047.077.005.097a.5.5 0 0 0 .102.03m.16.006c.035 0 .097-.056.128-.128.03-.072.04-.128.026-.128-.02 0-.077.036-.129.087-.05.046-.092.103-.092.128s.025.04.066.04zm.467-.036c.04-.015.077-.087.077-.154 0-.077-.03-.123-.077-.123q-.078 0-.077.154c0 .118.02.15.077.123m5.396.036c.01 0 .021-.01.021-.02s-.026-.041-.062-.062-.046-.015-.02.02c.02.037.046.062.061.062m-12.364-.071c.04-.026.04-.067 0-.165-.03-.072-.077-.128-.103-.128s-.04.046-.04.103.035.102.081.102.067.026.041.062c-.02.036-.01.046.02.026zm4.416.02c.01 0 0-.02-.016-.051-.015-.031-.06-.052-.092-.052q-.053.002.015.052c.047.025.088.046.093.05m8.775-.055q.077-.061.02-.113-.05-.055-.112.005c-.03.03-.04.082-.02.113.025.04.056.036.112-.005m-16.529.005a.4.4 0 0 0 .195-.077c.093-.067.093-.077.01-.077-.05 0-.092.02-.092.046s-.046.036-.103.02-.102 0-.102.03c0 .032.046.053.092.058m.488 0c.02 0 .026-.031 0-.067a.3.3 0 0 1-.04-.113c0-.03.02-.067.05-.087s.041-.047.026-.057a1 1 0 0 0-.18-.056c-.123-.026-.133-.02-.06.02.05.03.076.077.06.103-.015.026 0 .092.036.149.041.056.087.103.108.108m1.597-.02a.7.7 0 0 0 .308-.134 2 2 0 0 1 .236-.206l.13-.102h-.2c-.15 0-.19-.021-.17-.077.014-.042.004-.083-.02-.093-.027-.01-.007-.041.045-.077.087-.051.092-.046.071.077-.02.118-.015.128.057.067a.4.4 0 0 0 .113-.216c.02-.082.051-.164.077-.174.026-.016.056-.005.077.025.015.03.01.052-.02.052s-.052.04-.052.087c0 .077.015.072.082-.026.046-.061.113-.113.15-.113.035 0 .092-.046.122-.097a.4.4 0 0 0 .052-.134c0-.015-.026-.015-.057.005q-.06.038-.02-.087c.02-.067.025-.113.01-.098a1 1 0 0 0-.087.15q-.059.116-.006.087c.031-.02.057-.01.057.015s-.02.062-.046.082c-.026.016-.057 0-.072-.036q-.025-.06-.067-.015c-.02.03-.108.056-.185.062q-.146.01-.108-.052c.021-.036-.05.026-.154.129-.18.184-.184.2-.113.333.042.077.062.17.052.206s-.046.05-.077.03c-.03-.02-.04.01-.016.078.02.066.01.107-.02.107s-.057-.02-.057-.051-.025-.051-.056-.051a.4.4 0 0 0-.18.097c-.067.052-.103.113-.087.134.02.025.128.03.23.015zm.42-.822c-.04 0-.06-.021-.045-.047s.046-.03.077-.015a.14.14 0 0 1 .046.04c-.005.016-.036.02-.077.02zm.355-.083q-.024-.001-.025-.025.001-.025.025-.026.025 0 .026.026c0 .015-.01.02-.026.025m5.32.91c.056.004.097 0 .097-.011s-.035-.03-.077-.046c-.04-.016-.087-.01-.097.01s.026.04.077.046zm7.866-.026c.021-.01.042-.057.042-.103 0-.072.01-.072.102.01.082.077.118.082.18.026.041-.036.077-.087.077-.113s-.056-.067-.123-.093c-.093-.036-.17-.02-.303.047-.165.082-.175.097-.093.17.041.04.098.066.118.056m.175-.185c-.02.02-.036.005-.036-.036s.016-.052.036-.036a.05.05 0 0 1 0 .072m-16.774.174c.036 0 .05-.015.036-.036-.02-.02-.052-.02-.067 0-.02.02-.005.036.03.036zm.214 0c.026 0 .041-.036.041-.077 0-.04-.02-.077-.046-.077a.1.1 0 0 0-.077.047.07.07 0 0 0 .005.077c.02.015.052.03.077.03m.986-.005q.087-.001.067-.025c-.016-.016-.062-.021-.098-.006q-.054.024.031.03m2.912.006c.061 0 .087-.02.066-.056-.02-.03-.066-.041-.107-.026-.042.016-.072 0-.072-.03 0-.031-.016-.047-.03-.026-.017.02-.017.056.004.087.02.03.082.05.14.05m4.924-.014c.056.005.103-.015.103-.041s-.047-.046-.103-.046c-.057 0-.103.02-.103.04s.046.042.103.047m.714 0a.16.16 0 0 0 .097-.082c.016-.052-.005-.062-.092-.031q-.115.04-.082-.02c.02-.031 0-.057-.047-.057-.066 0-.072.015-.015.103.041.056.103.097.14.087m5.94.015c.01 0 .021-.01.021-.02s-.026-.041-.06-.062c-.037-.02-.048-.015-.022.02.02.032.046.062.062.062zm.406 0q.025-.001.026-.025 0-.025-.026-.026-.024 0-.025.026.001.024.025.025m1.643 0c.098 0 .18-.015.18-.04a.3.3 0 0 0-.046-.11c-.036-.055-.067-.055-.18.022a.5.5 0 0 0-.133.108c0 .01.082.02.18.02zm.344 0c.026 0 .047-.03.047-.072 0-.04-.036-.087-.082-.102-.047-.016-.098-.02-.108-.005-.016.015.005.06.04.102.026.04.078.077.103.077M2.81 18.11c.03-.01.05-.05.04-.087s.01-.082.047-.103c.03-.02.046-.061.026-.092-.02-.03-.067-.041-.108-.026s-.062.047-.052.072c.016.02.005.057-.025.072-.03.016-.036.067-.02.108.02.046.06.067.092.056m1.078-.02c.036-.02.03-.041-.01-.051-.036-.01-.062-.042-.062-.067s.041-.046.087-.046.072-.016.057-.031c-.016-.016-.123 0-.242.036-.118.036-.21.082-.21.108s.036.04.077.04.077-.025.077-.061q0-.06.087.026c.046.04.108.066.14.046m6.747.02c.19-.015.385-.035.437-.04.082-.01.082-.021.01-.093-.067-.067-.088-.067-.123-.01-.026.04-.103.077-.18.087-.072.01-.15-.005-.164-.03-.016-.027-.062-.047-.108-.047-.04 0-.062.02-.047.046.016.026-.015.036-.07.02-.063-.015-.104 0-.104.037 0 .04.097.05.35.03m.657.02c.01 0 .02-.025.02-.05 0-.031-.025-.052-.056-.052-.03 0-.04.02-.02.052.015.025.04.05.056.05m5.156 0c.036 0 .051-.014.036-.035-.02-.02-.052-.02-.067 0-.02.02-.005.036.03.036zm-14.844-.076c.015-.015 0-.056-.036-.087-.036-.036-.062-.041-.062-.01 0 .03.016.066.036.087.016.02.046.02.062.01m.287.026c.026 0 .01-.036-.036-.088-.046-.046-.102-.072-.123-.046-.02.02-.005.062.036.087a.5.5 0 0 0 .123.047m1.103 0c.026 0 .057-.02.077-.047.016-.025.006-.061-.02-.082a.12.12 0 0 0-.103 0 .055.055 0 0 0-.02.082c.01.02.04.047.066.047m13.238 0c.02 0 .041-.047.041-.098 0-.056-.02-.087-.04-.072a.14.14 0 0 0-.042.098c0 .04.02.072.041.072m-14.798-.052c.01 0 .006-.066-.01-.154-.026-.128-.01-.16.093-.2.107-.046.102-.051-.077-.051-.19-.005-.196 0-.165.138a.8.8 0 0 0 .088.206c.03.03.06.06.07.06m.612 0q.025 0 .026-.024-.001-.025-.026-.026t-.025.026q0 .024.025.025m.262 0c.01 0 .02-.01.02-.02s-.025-.041-.06-.062c-.037-.02-.047-.015-.02.02.02.037.045.062.06.062m.153 0c.047 0 .072-.025.062-.061a.14.14 0 0 0-.082-.082c-.03-.01-.062.015-.062.06 0 .047.036.083.082.083m.74 0c.03 0 .051-.025.051-.051 0-.03-.02-.051-.05-.051a.05.05 0 0 0-.053.05c0 .027.026.052.052.052m.796-.01c.025.005.15-.036.267-.082.118-.051.22-.123.22-.164 0-.057-.02-.057-.092.015a.34.34 0 0 1-.185.087c-.05 0-.077-.02-.056-.051s-.005-.036-.052-.02c-.06.02-.066.046-.025.097.04.05.03.072-.036.092-.052.01-.072.026-.04.026m.431.01c.026 0 .062-.025.082-.056s.067-.041.103-.026c.041.016.082.005.103-.02.015-.026.077-.052.133-.052q.1 0 .067-.061c-.02-.036-.016-.047.02-.026.031.02.047.072.026.113q-.03.077.051.046c.047-.015.083-.046.083-.067 0-.02-.026-.061-.057-.092-.04-.041-.04-.067 0-.092.03-.021.051-.006.041.03s.026.072.077.083c.057.01.093-.01.093-.062 0-.046-.026-.082-.057-.082-.03 0-.04-.02-.02-.052.015-.025.005-.051-.026-.051-.03 0-.04-.03-.02-.062.02-.036-.047.02-.144.124-.129.133-.2.174-.252.143a.3.3 0 0 0-.108-.046c-.02 0-.04.036-.04.082s-.047.093-.104.108c-.056.016-.102.046-.102.072.005.026.025.046.051.046m.236-.154q-.024-.001-.025-.025.001-.025.025-.026.025 0 .026.026 0 .024-.026.025m.154.118c.041-.015.077-.04.077-.051s-.036-.02-.077-.02c-.04 0-.077.02-.077.05 0 .032.036.037.077.02m6.68.037a1 1 0 0 0 .15-.082c.071-.046.113-.103.097-.128-.015-.026-.082-.046-.149-.046s-.133.02-.149.046-.015.082 0 .128c.016.046.041.082.052.082zm6.476-.02c.02-.02.02-.052 0-.067-.02-.02-.036-.005-.036.036 0 .036.015.05.036.03zm.452.02q.024-.001.025-.025 0-.025-.025-.026t-.026.026q.001.024.026.025m-5.828-.051c.035 0 .05-.015.035-.036-.02-.02-.05-.02-.066 0-.02.02-.005.036.03.036zm.174 0c.01 0 .016-.051 0-.108a.34.34 0 0 0-.05-.14c-.017-.014-.02.027-.006.099.01.067.025.134.025.139q.015.009.031.01m3.138 0q.024-.001.025-.026 0-.024-.025-.025-.025 0-.026.025.001.025.026.026m.718-.036a.3.3 0 0 0 .14-.087.7.7 0 0 0 .04-.226c0-.093-.01-.165-.026-.165-.015 0-.102.047-.195.103-.092.057-.143.103-.108.103.036 0 .072.03.088.072q.032.077-.082.046c-.103-.02-.103-.015.015.056l.128.083-.154-.026c-.123-.02-.133-.015-.05.02a.4.4 0 0 0 .204.02m1.438.037q.025-.001.026-.026t-.026-.025q-.024 0-.026.025c0 .01.01.026.026.026m.103 0q.024-.001.026-.026 0-.024-.026-.025-.025 0-.026.025c0 .01.01.026.026.026m.755 0c.02 0 .061-.041.087-.092.036-.067.03-.113-.005-.15-.04-.04-.082-.025-.15.057-.066.082-.07.123-.03.149.036.015.077.03.098.036m-17.285-.051c.01 0 .02-.026.02-.052 0-.03-.025-.051-.056-.051-.03 0-.04.02-.02.05.015.027.04.053.056.053m.55-.031a.6.6 0 0 0 .128-.052c.01-.01 0-.04-.02-.077-.027-.046-.052-.04-.083.02a.11.11 0 0 1-.128.052q-.085-.03-.047.03c.026.037.088.047.15.027m.43.03c.051 0 .066-.03.051-.082-.015-.046-.01-.066.015-.05.026.015.062.01.077-.016.016-.026-.01-.062-.056-.077-.05-.02-.108.005-.149.056-.036.052-.057.108-.04.129.01.02.055.04.102.04m1.016 0c.01 0 .036-.025.052-.05.015-.032-.006-.052-.052-.052s-.066.02-.05.05c.02.027.04.053.05.053zm7.713-.02c.02-.02.02-.051 0-.067-.02-.02-.036-.005-.036.036s.015.052.036.03m1.12.02q.024 0 .025-.024 0-.024-.026-.026-.024 0-.025.026c0 .015.01.02.025.026zm6.115 0c.01 0 .02-.01.02-.02s-.025-.04-.06-.061c-.037-.02-.048-.015-.02.02.02.03.044.063.06.063zm.097 0q.025 0 .026-.024t-.026-.026q-.024 0-.025.026c0 .015.015.02.025.026zm-16.79-.05q.025-.001.026-.025-.001-.025-.026-.026t-.025.026c0 .015.015.025.025.025m1.18 0c.042 0 .077-.01.077-.02s-.035-.036-.077-.052c-.04-.015-.077-.005-.077.02 0 .027.036.052.077.052m7.55 0q.023-.001.024-.025 0-.025-.025-.026t-.026.026c0 .015.015.025.026.025zm2.001 0q.025-.001.026-.025 0-.025-.026-.026-.024 0-.025.026c0 .015.015.025.025.025m.4 0c.026 0-.004-.051-.06-.113-.057-.061-.124-.092-.145-.072s.005.072.062.113a.4.4 0 0 0 .144.072zm3.154-.02c.02-.02.02-.052 0-.067-.02-.02-.036-.005-.036.036 0 .036.015.05.036.03zm2.25.02q.023-.001.024-.025 0-.025-.025-.026t-.026.026c0 .015.015.025.026.025m-7.05-.113c.147-.051.147-.056.045-.128-.062-.041-.144-.062-.185-.046-.04.015-.077.06-.077.097 0 .036.015.082.03.103.016.015.098.005.185-.026zm7.42-.025c.03-.047.044-.113.03-.154-.016-.041-.042-.072-.063-.072a.4.4 0 0 0-.133.077c-.098.077-.098.077 0 .149.092.072.113.072.164 0zm-16.36.036a.047.047 0 0 0 .046-.047c0-.025-.026-.061-.057-.082-.03-.02-.066-.02-.082-.005-.015.015-.01.05.005.082.026.026.062.052.088.052m1.15-.01a.3.3 0 0 0 .162-.032c.036-.02.077-.138.098-.256.03-.185.02-.21-.046-.19-.04.015-.093.005-.113-.026-.02-.03.015-.133.072-.226.092-.15.097-.18.03-.236-.04-.036-.123-.046-.18-.03q-.1.03-.102-.032c0-.036.082-.154.185-.256.17-.175.185-.216.19-.504.005-.195-.016-.313-.052-.313-.03 0-.133.026-.23.057a4 4 0 0 0-.417.174c-.133.067-.37.216-.522.329a3 3 0 0 0-.493.483c-.113.148-.206.323-.206.385 0 .077.072.159.242.267.133.082.292.154.354.154s.128.02.15.05c.013.027.095.052.183.052.087 0 .15.02.15.047 0 .025.096.056.214.066.13.016.272.03.33.036zm6.776.01q.024-.001.026-.026 0-.025-.026-.026t-.026.026c0 .015.016.026.026.026m.103 0q.024-.001.025-.026 0-.025-.025-.026t-.026.026c0 .015.015.026.026.026m2.582 0a.3.3 0 0 0 .108-.047c.052-.03.041-.051-.036-.072q-.108-.03-.108.047c-.005.036.016.072.036.072m2.963 0q.025-.001.026-.026t-.026-.026q-.024 0-.025.026.001.024.025.026M1.742 17.7c.04 0 .077-.005.077-.016s-.02-.025-.047-.04a.056.056 0 0 0-.077.015c-.02.025.005.04.047.04zm.205.02c.01 0 .02-.01.02-.02s-.025-.041-.06-.062c-.037-.02-.047-.015-.02.02.02.037.045.062.06.062m.164 0c.02 0 .067-.02.108-.046s.057-.067.04-.098c-.014-.025-.081-.061-.137-.077-.103-.025-.103-.025-.016.072.087.098.087.098-.005.067-.067-.026-.082-.02-.057.026.016.025.047.056.067.056m1.807 0c.025 0 .051-.01.051-.02s-.026-.036-.05-.057c-.032-.015-.053-.005-.053.02s.026.057.052.057m.852 0c.046 0 .067-.025.046-.051a.1.1 0 0 0-.082-.051c-.026 0-.046.02-.046.05 0 .027.036.052.082.052m.863 0c.046 0 .128-.046.19-.108.056-.056.092-.118.077-.133-.016-.016-.098.03-.19.108q-.155.132-.077.133m12.796 0c.01 0 .02-.01.02-.02s-.025-.041-.06-.062c-.037-.02-.048-.015-.02.02.02.037.044.062.06.062m-17.242-.077c.015-.015 0-.056-.036-.092-.05-.052-.056-.046-.03.03.025.052.05.078.066.062m2.86.026q.023-.001.025-.026 0-.024-.026-.025-.024 0-.026.025c0 .01.01.026.026.026m7.035 0q.024-.001.025-.026 0-.024-.025-.025-.025 0-.026.025c0 .01.01.026.026.026m5.032 0q.024-.001.026-.026 0-.024-.026-.025-.024 0-.026.025c0 .01.01.026.026.026m.164-.02c.02-.021.02-.052 0-.067-.02-.021-.036-.006-.036.036 0 .035.016.05.036.03zm-11.83-.031c.01 0 .01-.062-.006-.14-.015-.076-.035-.112-.05-.076-.016.036-.01.097.004.144.02.036.041.072.052.072m.42 0q.025-.001.026-.026t-.025-.026q-.025 0-.026.026.001.024.026.026zm5.803 0q.024-.001.026-.026 0-.025-.026-.026-.024 0-.026.026.001.024.026.026m.41-.067c.073-.031.124-.082.114-.113-.01-.026-.088-.052-.18-.057-.087-.005-.154.01-.144.026a1 1 0 0 1 .046.118c.026.072.052.077.165.026zm4.88.067q.023-.001.025-.026 0-.025-.026-.026t-.026.026q.001.024.026.026m-14.044-.052a.05.05 0 0 0 .05-.051.055.055 0 0 0-.05-.052.05.05 0 0 0-.051.052c0 .025.025.05.05.05m8.452 0c.01 0 .02-.01.02-.02s-.025-.04-.06-.061c-.037-.02-.047-.015-.02.02.02.036.045.062.06.062m-8.73-.051c.012 0 .022-.01.022-.02s-.025-.042-.06-.062c-.037-.02-.047-.016-.02.02.02.036.044.062.06.062m.17-.026c.016-.015 0-.051-.036-.087s-.06-.041-.06-.005c0 .03.014.067.035.087.015.015.046.015.06.005m2.958.026c.041 0 .077-.02.077-.052 0-.025-.036-.035-.077-.02-.04.015-.077.04-.077.05s.036.02.077.02zm5.802 0q.025-.001.026-.026t-.026-.026q-.024 0-.025.026.001.025.025.026m8.031-.016q.084-.014.067-.143a.8.8 0 0 0-.067-.216c-.046-.082-.056-.082-.205.026l-.154.113.138.118c.072.072.175.113.221.102m-8.513-.05c.087.004.097-.006.046-.068-.036-.04-.082-.061-.108-.046-.026.016-.046.046-.046.067 0 .02.046.04.108.046zm5.925-.006c.041 0 .077-.02.077-.041 0-.02-.036-.041-.077-.041-.04 0-.077.02-.077.04 0 .027.036.047.077.042m.324-.02c.077-.031.077-.037-.005-.052-.052-.01-.093-.041-.093-.072s-.01-.046-.025-.03c-.016.015-.016.06.005.107.02.052.066.067.118.046zm1.73.04q.025-.001.026-.025 0-.025-.026-.026-.024 0-.026.026.001.024.026.026zm-15.97-.05a.026.026 0 0 0 .028-.027q-.001-.024-.026-.025-.025 0-.026.025t.026.026zm2.917 0c.041 0 .13-.047.2-.104a.7.7 0 0 0 .19-.251c.037-.082.057-.18.047-.21-.01-.032-.087.01-.175.092-.082.082-.195.22-.246.308-.072.133-.072.164-.016.164zm11.651-.016c.041-.01.067-.134.077-.298.005-.154.026-.344.047-.426.03-.14.025-.144-.083-.082-.06.035-.128.102-.138.154-.016.05-.062.107-.103.123-.04.015-.103.015-.133-.005s-.042-.01-.02.025q.038.06-.109.067c-.133.005-.133.01-.02.03q.123.024.061.063-.067.037.041.066c.057.016.098.01.083-.015-.016-.026.01-.057.056-.072s.067-.051.051-.077c-.015-.026.031-.041.098-.041.072.005.128.026.128.05 0 .027-.046.058-.102.073-.057.016-.103.062-.103.103s.02.062.051.04c.031-.014.052-.01.052.02 0 .032-.042.079-.093.109-.087.057-.087.057 0 .03.051-.014.087-.004.087.027 0 .03.036.05.072.036M16.395 17c-.036 0-.05-.015-.036-.036.02-.02.052-.02.067 0 .02.02.005.036-.03.036zm-14.505.36q.025-.001.026-.026-.001-.024-.026-.026-.024 0-.025.026 0 .025.025.026m2.957-.005c.015.005.057-.052.087-.124.031-.071.036-.128.01-.128s-.082.036-.123.077a.32.32 0 0 1-.195.082c-.102.005-.097.01.036.046.082.02.17.042.185.047m-3.521-.047q.024-.001.025-.025-.001-.025-.025-.026-.025 0-.026.026 0 .024.026.025m.102 0q.025-.001.026-.025-.001-.025-.026-.026t-.025.026q0 .024.025.025m.206 0q.024-.001.025-.025-.001-.025-.025-.026-.025 0-.026.026 0 .024.026.025m8.94 0c.01 0 .02-.01.02-.02s-.027-.041-.063-.062-.046-.015-.02.02c.02.037.046.062.061.062zm.286 0c.108 0 .195-.025.195-.05 0-.032-.062-.078-.133-.104a1 1 0 0 0-.196-.051c-.035 0-.06.046-.06.103 0 .082.035.102.194.102m4.842 0q.025-.001.026-.025 0-.025-.026-.026-.024 0-.026.026.001.024.026.025m.154 0q.025-.001.026-.025 0-.025-.026-.026-.024 0-.026.026.001.024.026.025m.164-.056c.006 0 .01-.03.01-.067 0-.051-.035-.061-.112-.04-.108.03-.108.03-.016.066.062.02.113.04.118.04m2.1.006c.016 0 0-.046-.03-.103s-.067-.102-.082-.102c-.016 0 0 .046.03.102.031.057.067.103.083.103zm-16.712-.082c.025-.015.046-.046.046-.067 0-.02-.036-.04-.077-.04-.04 0-.077.014-.077.035 0 .02.015.05.03.067.02.02.052.02.078.005m.277.03q.024-.001.026-.025-.001-.024-.026-.026-.024 0-.026.026 0 .024.026.026zm16.23 0c.01 0 .02-.01.02-.02s-.025-.04-.06-.061c-.037-.021-.047-.016-.02.02.02.036.045.062.06.062zm-12.185-.05c.041 0 .108-.037.144-.083.062-.072.051-.082-.05-.061-.068.01-.135.046-.145.082-.015.03.01.06.051.06zm.062-.052q-.025-.001-.026-.026.001-.024.026-.025.024 0 .026.025 0 .025-.026.026m4.036.05c.026 0 .046-.01.046-.02a.3.3 0 0 0-.077-.081c-.067-.057-.072-.052-.046.02.015.046.051.082.077.082m.38 0q.024-.001.026-.025 0-.025-.026-.026t-.026.026q.001.024.026.025m7.394 0q.024-.001.026-.025 0-.025-.026-.026-.024 0-.026.026.001.024.026.025m.775-.056c.041-.03.072-.15.072-.257s-.015-.205-.04-.22c-.02-.016-.119.046-.216.133l-.175.16.144.122c.113.098.16.108.215.062m-17.15-.01c.02-.02.02-.052 0-.067-.02-.02-.035-.005-.035.036.005.03.02.046.036.03zm.36 0c.02-.02.02-.052 0-.067-.02-.02-.035-.005-.035.036.005.03.02.046.035.03zm8.975 0a.7.7 0 0 1 .21-.036c.088 0 .114-.02.093-.077-.015-.041-.092-.077-.164-.077-.108 0-.123.01-.057.056.062.04.041.046-.077.026-.087-.016-.123-.016-.087 0 .036.015.051.05.03.082-.025.04-.01.046.052.026m7.143.015q.024-.001.025-.026 0-.024-.025-.025-.025 0-.026.025.001.025.026.026m-15.844-.051c.03 0 .056-.02.056-.052 0-.03-.01-.051-.02-.051s-.036.02-.057.05c-.02.027-.01.053.02.053zm3.141 0c.03 0 .087-.041.13-.093a.6.6 0 0 0 .07-.128c0-.02-.03-.041-.07-.041-.043 0-.099.046-.13.097a.5.5 0 0 0-.05.129c0 .015.02.036.05.036m4.442-.005c.005 0 .02-.026.03-.062.016-.041-.015-.072-.07-.072-.053-.005-.099.01-.099.036s.03.057.062.072c.04.01.072.026.077.026m.2.005c.01 0 .026-.031.041-.067s-.005-.067-.04-.067c-.037 0-.057.03-.042.067.015.036.03.067.041.067m6.285 0c.026 0 .036-.036.02-.077s-.04-.077-.05-.077-.02.036-.02.077c.004.04.024.077.05.077M1.121 17q.025-.001.026-.025-.001-.025-.026-.026t-.025.026q0 .024.025.025m3.075 0c.015 0 .041-.02.056-.051.016-.03.021-.051.006-.051s-.04.02-.057.05c-.015.03-.02.052-.005.052M17.5 17q.025-.001.026-.025 0-.025-.026-.026-.024 0-.025.026.001.024.025.025m.262 0c.01 0 .02-.02.02-.051s-.025-.051-.056-.051c-.03 0-.04.02-.02.05.015.027.04.052.056.052m.206 0c.01 0 .02-.01.02-.02s-.026-.041-.06-.062c-.037-.02-.048-.015-.022.02.02.037.046.062.062.062m-16.365-.05c.01 0-.01-.036-.046-.077s-.077-.067-.093-.046c-.015.015.005.05.046.077a.5.5 0 0 0 .093.046m2.802 0c.01 0 .016-.062.016-.134 0-.077-.02-.112-.046-.087s-.03.087-.016.134c.016.046.036.087.046.087m.36 0q.024-.001.026-.026 0-.024-.026-.025-.024 0-.026.025.001.025.026.026m1.397-.02c.015-.016 0-.067-.03-.12-.032-.05-.058-.076-.058-.06 0 .02.01.072.031.118s.041.077.057.06zm-4.785-.031q.024-.001.026-.026-.001-.024-.026-.026-.024 0-.026.026 0 .024.026.026m.524-.005a.12.12 0 0 0 .097-.052c.02-.03.026-.061.016-.072a.8.8 0 0 0-.195-.046c-.175-.036-.175-.03-.077.067.05.056.123.103.16.103m8.56 0c.055 0 .081-.01.065-.026-.015-.016-.06-.02-.097-.005-.04.015-.026.03.03.03zm5.37-.047a.4.4 0 0 0 .046-.154q0-.075-.047.026a.5.5 0 0 0-.046.154c0 .026.02.015.046-.026m-6.29 0q.025-.001.026-.025 0-.025-.026-.026-.024 0-.025.026.001.024.025.025m.632-.02c.015-.016 0-.057-.03-.098-.032-.04-.047-.082-.027-.102.016-.016.01-.062-.01-.098a.5.5 0 0 1-.06-.144 1 1 0 0 1-.017-.19c0-.061-.015-.123-.036-.138s-.036.04-.03.123c.004.082.025.17.04.2.016.03.01.067-.015.082-.026.016-.062-.005-.077-.051s-.05-.067-.082-.046c-.03.015-.05.06-.05.092q0 .06.045-.01c.036-.057.051-.052.077.036.02.056.082.164.138.24.057.068.118.119.134.104m-.118-.185c-.01 0-.036-.026-.057-.057-.02-.03-.02-.066-.01-.077.015-.015.036.01.057.057.02.04.025.077.01.077m.734.2c.051.005.051-.02.01-.097a.3.3 0 0 0-.18-.134.5.5 0 0 0-.215-.005q-.092.023.046.03c.077.006.14.032.14.057s-.032.052-.068.057-.005.025.062.046c.082.02.17.04.205.046m6.81.005c.01 0 .035-.02.055-.051.016-.03.005-.051-.02-.051-.03 0-.057.02-.057.05 0 .027.01.052.02.052zM4.263 16.78c.02-.021.02-.052 0-.067-.02-.02-.036-.005-.036.036 0 .03.015.046.036.03zm1.11-.047a.8.8 0 0 0 .17-.118c.045-.046.024-.061-.089-.056-.082.005-.149.02-.149.046 0 .02-.036.04-.082.04-.067 0-.072.016-.02.078.05.05.087.057.17.01m.574.062q.024-.001.026-.026 0-.024-.026-.025-.024 0-.026.025.001.025.026.026m10.424 0q.024-.001.025-.026 0-.024-.025-.025-.025 0-.026.025.001.025.026.026m.975 0q.025-.001.026-.026t-.026-.025q-.024 0-.025.025.001.025.025.026m.75-.005c.02 0 .072-.057.118-.123a.6.6 0 0 0 .082-.278.8.8 0 0 0-.036-.241c-.025-.072-.05-.056-.113.087a.54.54 0 0 1-.195.226c-.06.026-.113.077-.113.108 0 .03.052.092.113.139a.5.5 0 0 0 .144.082M1.6 16.693c.01-.03-.005-.082-.036-.118-.04-.04-.057-.036-.057.02 0 .042.016.098.036.119s.046.01.057-.02zm8.713.052q.024-.001.025-.026 0-.024-.025-.026-.025 0-.026.026.001.024.026.026m-8.287-.062c.067-.01.128-.046.14-.087q.02-.07-.094-.052c-.067.01-.128.047-.138.088-.02.046.01.066.092.05m1.817.01q.024 0 .025-.024 0-.025-.025-.026t-.026.026q.001.024.026.025m.113-.015c.02-.02.02-.052 0-.067-.02-.02-.036-.005-.036.036 0 .03.015.046.036.03zm.55.015c.01 0 .035-.036.05-.077.016-.04.006-.077-.02-.077s-.05.036-.05.077c0 .04.01.077.02.077m.26 0q.025-.001.027-.025 0-.025-.026-.026-.024 0-.026.026c0 .015.016.025.026.025zm1.362 0c.036 0 .051-.015.036-.036-.02-.02-.052-.02-.067 0-.02.02-.005.036.03.036zm1.915-.051a.6.6 0 0 0 .113-.216c.015-.077.01-.15-.015-.164s-.057.036-.072.113a2 2 0 0 1-.067.24c-.036.094-.03.094.041.027m1.602.05q.024 0 .026-.024 0-.025-.026-.026-.024 0-.026.026c0 .015.016.025.026.025m.257 0q.024-.001.025-.025 0-.025-.025-.026t-.026.026c0 .015.016.025.026.025m5.648 0q.024-.001.026-.025 0-.025-.026-.026-.024 0-.026.026c0 .015.016.025.026.025m.59-.01c.072 0 .098-.01.062-.026a.2.2 0 0 0-.128 0c-.03.016 0 .026.067.026zm-11.116-.041q.024-.001.025-.026 0-.024-.025-.025-.025 0-.026.025c0 .016.015.026.026.026m11.322-.005c.015 0-.02-.031-.072-.072a.4.4 0 0 0-.195-.077c-.05 0-.092.01-.092.026 0 .015.077.046.164.07.097.027.185.048.195.053m.087.005a.8.8 0 0 0 .21-.103c.098-.061.18-.16.196-.241.015-.077.041-.175.051-.206.016-.05-.01-.046-.118.006a2.5 2.5 0 0 1-.344.133 4 4 0 0 0-.323.118c-.093.046-.129.04-.165-.015q-.046-.07-.046-.016c0 .036.016.072.036.083.02.01.134.035.247.05.18.027.19.027.077-.025l-.129-.056.13-.036c.096-.026.137-.01.163.056.02.052.026.129.005.17-.02.046-.015.082.01.082m1.156-.015c.092.005.102 0 .04-.042a.35.35 0 0 0-.143-.05c-.036 0-.057.014-.04.04.014.026.076.046.143.052M1.685 16.59q.024-.001.026-.026-.001-.025-.026-.026t-.026.026c0 .015.016.026.026.026m2.577-.016c.02-.02.02-.051 0-.067-.02-.02-.036-.005-.036.036 0 .03.015.047.036.03m.154 0c.02-.02.02-.05 0-.066-.02-.02-.036-.005-.036.036 0 .03.015.047.036.03m1.412.017c.03 0 .036-.021.02-.052a.1.1 0 0 0-.082-.051c-.025 0-.036.02-.02.05.015.027.051.053.082.053m4.02 0q.025-.001.026-.026t-.026-.026q-.024 0-.025.026c0 .015.015.026.025.026m.89-.006a.4.4 0 0 0 .01-.118c0-.066-.037-.138-.083-.154s-.118-.005-.154.03c-.062.052-.062.068-.005.104.051.03.051.04-.01.05-.042.006-.01.027.076.047a1 1 0 0 1 .165.04m5.077-.014c.02-.02.02-.051 0-.067-.02-.02-.036-.005-.036.036.005.036.02.052.036.03m-13.92-.03c.01 0 .02-.01.02-.02s-.025-.041-.061-.062-.046-.015-.02.02c.026.037.05.062.062.062zm3.132 0q.024-.001.025-.025 0-.025-.025-.026T5 16.513q.001.024.026.025m.205 0q.025-.001.026-.025 0-.025-.026-.026-.024 0-.025.026.001.024.025.025m.221 0c.01 0 0-.02-.015-.051-.016-.03-.062-.051-.093-.051-.036 0-.03.02.016.05.04.027.082.052.092.052m.585-.005c.047-.005.047-.01-.005-.03-.06-.026-.06-.037 0-.073.057-.036.057-.046.005-.046-.036 0-.056-.02-.04-.04.015-.021-.032-.042-.098-.037a.3.3 0 0 0-.165.04c-.025.02 0 .027.057.006q.1-.04.062.02c-.026.042-.01.047.046.027.046-.016.077-.01.072.015a.2.2 0 0 0 0 .082c0 .02.03.036.066.036m.278-.036c.164-.02.18-.03.102-.082-.046-.036-.072-.077-.05-.098.02-.02 0-.02-.042-.005-.04.016-.123-.005-.18-.046-.097-.077-.097-.077.01-.056.083.015.103 0 .083-.057q-.028-.084-.067-.015-.038.062-.113-.052c-.067-.092-.082-.097-.108-.03-.015.046-.067.077-.108.066s-.077.01-.077.036c0 .03.02.057.046.057.031.005.062.01.077.02.016.005.042.02.067.026.02.005.093.03.154.05.062.02.118.058.118.084 0 .025-.02.046-.05.046s-.052.02-.052.04.087.026.19.016m-.519-.318q-.024-.001-.026-.026.001-.024.026-.026.024 0 .026.026c0 .016-.016.026-.026.026m.205-.02c-.04 0-.06-.021-.046-.042.016-.026.046-.03.077-.015.026.015.046.036.046.046 0 .005-.035.015-.077.01zm-4.286.328a.05.05 0 0 0 .05-.051c0-.031-.02-.052-.05-.052a.052.052 0 0 0 0 .103m.41 0a.6.6 0 0 0 .125-.03c.046-.016.082-.052.082-.073s-.05-.051-.113-.067c-.062-.015-.128-.02-.154-.005-.02.016-.026.057-.01.103.015.036.046.072.072.072zm-.024-.103q-.024-.001-.026-.026 0-.024.026-.025.024 0 .026.025c0 .016-.016.026-.026.026m1.847.103q.025-.001.026-.026t-.026-.025q-.024 0-.025.025.001.025.025.026m.591 0c.03 0 .051-.026.051-.051 0-.031-.02-.052-.05-.052s-.052.02-.052.052c0 .025.02.05.051.05zm2.588 0c.144 0 .298-.02.34-.046.06-.041.06-.052-.027-.083-.056-.02-.17-.056-.25-.087a1.2 1.2 0 0 1-.294-.18c-.082-.066-.149-.154-.149-.195 0-.04-.01-.072-.02-.072a1 1 0 0 0-.155.062c-.07.03-.128.077-.128.098 0 .02.02.05.046.066.026.015.057.072.072.129.02.087.01.092-.067.04-.05-.03-.082-.086-.066-.117.015-.036 0-.077-.026-.093a.067.067 0 0 0-.087.026c-.02.03.02.113.082.18.067.066.15.113.18.102.035-.015.112.02.174.077.077.062.19.093.375.093m-.098-.051q-.024-.001-.025-.026.001-.025.025-.026.025 0 .026.026c0 .015-.015.026-.026.026m-.102-.052q-.025-.001-.026-.026.001-.024.026-.025.024 0 .025.025c0 .016-.015.026-.025.026m-.103-.051q-.024-.001-.026-.026.001-.024.026-.026.024 0 .026.026c0 .016-.016.026-.026.026m-.098-.052c-.01 0-.05-.04-.087-.092-.06-.082-.06-.082.02-.02.052.04.093.077.093.092s-.015.02-.026.02m-.364-.205q-.025-.001-.026-.026.001-.024.026-.025.024 0 .026.025c0 .016-.016.026-.026.026m.257-.103q-.025-.001-.026-.025.001-.025.026-.026t.025.026c0 .015-.015.025-.025.025m1.34.498c.015-.015.02-.061.005-.097-.015-.041-.03-.03-.03.03-.006.057.004.083.025.067m7.646.016q.024-.001.025-.026 0-.024-.025-.025-.025 0-.026.025.001.025.026.026m1.976 0c.031 0 .052-.01.052-.02s-.02-.037-.052-.057c-.03-.016-.05-.005-.05.02 0 .03.02.057.05.057m-12.606-.051q.025-.001.026-.026t-.026-.026q-.024 0-.025.026.001.024.025.026m.591 0c.026 0 .046-.01.046-.021 0-.01-.036-.036-.082-.051-.046-.016-.067-.01-.046.02.02.026.056.052.082.052m1.001 0q.025-.001.026-.026t-.026-.026q-.024 0-.025.026.001.024.025.026m3.75 0q.022-.001.024-.026 0-.025-.025-.026t-.026.026q.001.024.026.026m5.447-.016c.02-.02.02-.051 0-.067-.02-.02-.036-.005-.036.036.005.03.02.047.036.03m2.105.017c.02 0 .077-.036.128-.088q.093-.085.093-.292a.7.7 0 0 0-.046-.283c-.036-.056-.052-.046-.083.04a.3.3 0 0 1-.184.166c-.083.03-.15.07-.15.097s.047.093.103.149c.057.056.103.128.103.154.005.03.02.057.036.057M4.41 16.384q.024-.001.025-.026 0-.024-.025-.025-.025 0-.026.025.001.025.026.026m.77 0q.024-.001.026-.026 0-.024-.026-.025-.025 0-.026.025.001.025.026.026m12.272 0q.025-.001.026-.026t-.026-.025q-.024 0-.026.025.001.025.026.026m-15.676-.072c.083-.005.12-.04.124-.133a.3.3 0 0 0-.062-.195c-.04-.041-.072-.052-.077-.031-.005.026 0 .06 0 .087.005.026-.026.03-.067.016-.056-.021-.072.005-.056.107l.02.144c0 .01.052.01.118.005m.047-.061c-.03.02-.067.01-.088-.02-.02-.032-.025-.068-.015-.078s.05 0 .087.02q.07.046.016.078m2.72.04c.046-.045.046-.076 0-.122-.046-.047-.06-.036-.06.06 0 .099.014.109.06.063zm.144.016a.1.1 0 0 0 .051-.082c0-.03-.02-.046-.05-.046-.027 0-.052.036-.052.082s.025.062.05.046zm.334.026c.015 0 .005-.046-.026-.103-.04-.082-.036-.113.046-.154.057-.03.221-.072.375-.097.262-.047.267-.047.067-.052a.7.7 0 0 1-.319-.087c-.06-.046-.113-.062-.113-.046 0 .02.042.066.093.102.067.052.072.067.015.072-.04 0-.113-.036-.164-.082-.05-.046-.113-.067-.144-.046-.03.02-.056.056-.056.082s.051.046.113.046c.061 0 .092.016.072.036s-.077.036-.124.04c-.046 0-.102-.02-.123-.05-.02-.03-.01-.077.02-.113.042-.051.031-.067-.035-.067-.062 0-.082.03-.062.103.016.056.005.103-.02.103s-.047.02-.047.05c0 .027.072.042.154.032.083-.01.154 0 .154.015 0 .016-.03.067-.06.108-.058.062-.053.062.02.01.066-.051.087-.046.112.016.01.046.036.082.052.082m.375 0c.015 0 0-.036-.036-.077s-.047-.103-.026-.144c.03-.051.026-.051-.03-.005-.057.05-.057.077 0 .144.035.046.076.082.092.082m2.423 0c.031 0 .057-.02.057-.052 0-.03-.01-.05-.02-.05s-.037.02-.057.05c-.02.026-.01.052.02.052m9.217 0q.025-.001.026-.026t-.026-.026q-.024 0-.025.026c0 .016.015.026.025.026m-14.755-.051c.03 0 .097-.025.154-.05.055-.032.096-.073.096-.098s-.056-.057-.127-.067c-.072-.016-.113-.005-.103.015.016.02 0 .057-.025.072s-.052.057-.052.082.026.046.057.046m5.375-.005c.005 0 .087-.04.18-.097a.7.7 0 0 1 .308-.103c.077 0 .143-.02.143-.051 0-.026-.107-.052-.246-.052a1.7 1.7 0 0 1-.442-.071 1 1 0 0 1-.297-.16c-.077-.072-.103-.072-.108-.015a.4.4 0 0 0 0 .113c.005.026-.016.026-.047.01-.03-.02-.035-.056-.02-.087q.03-.054-.03-.016a.084.084 0 0 0-.037.103c.016.036-.005.062-.04.062-.037 0-.057-.036-.042-.082q.024-.084-.036.01c-.05.077-.036.118.087.24.083.083.18.15.216.15.062 0 .062-.01 0-.087-.062-.082-.062-.082.015-.02a1 1 0 0 0 .232.112c.087.02.154.04.164.04m-.58-.25q-.025-.001-.026-.026.001-.024.026-.026.024 0 .025.026 0 .024-.025.026m3.26.256c.036 0 .052-.015.036-.035-.02-.021-.05-.021-.067 0-.02.02-.005.035.031.035m.385 0c.047 0 .088-.077.108-.225a.9.9 0 0 0 0-.334c-.02-.062-.077-.108-.138-.108-.057 0-.088.026-.072.05.02.032-.03.058-.113.058-.108.005-.118.01-.04.03a.8.8 0 0 1 .23.129l.128.103-.149-.036c-.123-.031-.144-.026-.118.046.026.067-.01.087-.185.103l-.215.02.246.01c.133.006.241.026.236.047a.2.2 0 0 0 0 .077c.005.015.041.03.082.03m6.794-.046c.01-.036.01-.077-.01-.097a.05.05 0 0 0-.062 0c-.016.015-.01.06.01.097.036.052.046.052.062 0m-9.454-.051c.108-.02.12-.036.052-.051-.052-.01-.118 0-.144.03-.036.036 0 .04.092.02zm7.59.046q.024-.001.025-.026 0-.024-.025-.025-.025 0-.026.025.001.025.026.026m1.694 0q.025-.001.026-.026t-.026-.025q-.024 0-.025.025.001.025.025.026m-15.25-.051q.025-.001.027-.026-.001-.024-.026-.026-.025 0-.026.026t.026.026m3.44 0q.024-.001.025-.026 0-.024-.026-.026-.024 0-.026.026.001.025.026.026m4.57 0q.025-.001.026-.026t-.026-.026q-.024 0-.026.026.001.025.026.026m5.982 0c.036 0 .052-.016.036-.036-.02-.02-.05-.02-.067 0-.02.02-.005.036.031.036m1.104 0q.025-.001.026-.026t-.026-.026q-.024 0-.025.026.001.025.025.026m-15.814-.052q.024-.001.026-.025-.001-.025-.026-.026t-.026.026q0 .024.026.025m4.055 0q.025-.001.026-.025 0-.025-.026-.026-.024 0-.025.026.001.024.025.025m10.963-.005c.016 0-.02-.03-.072-.072a.45.45 0 0 0-.23-.071c-.108.005-.098.015.071.07zM2.04 16.072c.057 0 .083-.01.067-.026-.015-.015-.062-.02-.097-.005-.042.016-.026.026.03.03m1.966-.014c.02-.021.02-.052 0-.067-.02-.02-.036-.005-.036.036 0 .036.015.05.036.03zm11.697.02c.01 0 .036-.026.057-.051.015-.031.005-.052-.02-.052-.027 0-.057.02-.057.052-.006.025.005.05.02.05m.873-.004c.03 0 .103-.041.16-.092a.7.7 0 0 0 .164-.2.6.6 0 0 0 .061-.165c0-.03-.077-.01-.164.046-.123.077-.267.103-.55.108-.21.005-.344.015-.292.03.051.016.077.047.061.073-.015.025.005.046.047.046.04 0 .092-.02.107-.051.016-.026.067-.052.108-.052s.072.026.072.057c0 .03-.036.04-.077.025-.04-.015-.077-.015-.077-.005 0 .016.077.062.164.098.093.05.19.082.216.082m-15.034-.087a.2.2 0 0 0 0-.13c-.015-.035-.025-.004-.025.063 0 .072.01.103.025.067m1.09.04c.054 0 .116-.02.131-.045.016-.026-.015-.072-.072-.103s-.102-.046-.102-.031a.5.5 0 0 1-.03.103q-.042.077.071.077zm1.826 0q.024-.001.026-.025 0-.024-.026-.026-.025 0-.026.026c0 .015.016.026.026.026zm1.438 0q.024-.001.025-.025 0-.024-.025-.026-.025 0-.026.026c0 .015.015.026.026.026zm.215-.02c.02-.02.02-.051 0-.067-.02-.02-.036-.005-.036.036 0 .036.016.052.036.03m4.303.017c.057 0 .077-.016.041-.031-.036-.016-.05-.046-.036-.072.016-.026-.02-.046-.077-.046s-.107.02-.107.04a.12.12 0 0 0 .035.078c.021.02.083.03.144.03zm-.102-.047q-.025-.001-.026-.025.001-.025.026-.026t.025.026q0 .024-.025.025m2.351-.128a.6.6 0 0 0 .016-.267c-.016-.036-.052-.067-.077-.067s-.052.077-.052.175.016.215.036.267c.026.077.041.05.077-.108m4.791.18c.01 0 .02-.01.02-.02s-.025-.042-.06-.062c-.037-.021-.047-.016-.02.02.02.036.05.062.06.062m-15.506-.052c.01 0 .02-.02.02-.051s-.025-.051-.056-.051c-.03 0-.04.02-.02.05.02.027.046.052.056.052m.15 0c.04 0 .076-.025.076-.056 0-.03.02-.041.046-.026s.062.005.082-.02c.016-.031.016-.052-.01-.052-.02 0-.092.016-.16.03-.06.017-.112.052-.112.078s.036.046.077.046m2.26 0q.021-.001.023-.025 0-.025-.026-.026-.024 0-.026.026c0 .015.016.025.026.025zm1.897 0q.024-.001.026-.025 0-.025-.026-.026-.024 0-.026.026c0 .015.016.025.026.025m.575-.015c.02-.02.02-.051 0-.067-.02-.02-.036-.005-.036.036.005.03.02.046.036.03m8.185.016c.036 0 .051-.015.036-.036-.02-.02-.05-.02-.067 0-.025.02-.01.036.031.036m-9.068-.056c.056 0 .082-.01.067-.026-.016-.015-.062-.02-.098-.005-.04.016-.03.03.03.03zm2.198 0a.6.6 0 0 0 .4-.108c.082-.062.154-.133.154-.154s-.056-.03-.123-.01a1.4 1.4 0 0 1-.42-.026c-.165-.03-.325-.082-.355-.113-.04-.041-.02-.051.072-.026.071.02.313.047.54.062.404.03.415.026.574-.128.092-.088.17-.165.17-.17s-.15-.005-.335.005c-.21.01-.42-.01-.564-.061-.129-.041-.216-.057-.2-.031s.01.05-.02.05c-.032 0-.063.053-.078.109q-.03.108-.108.077c-.046-.015-.082-.01-.082.02s-.04.052-.093.052q-.085.007-.025.03c.051.02.051.042.005.098-.03.04-.082.072-.108.072s-.036-.02-.02-.04c.015-.026-.006-.042-.047-.042-.04 0-.066.04-.06.087.004.057.035.077.081.062.046-.02.061-.005.04.03-.02.037.016.073.11.093.076.016.163.04.194.052.03.01.164.01.298.01m6.562.005c.036 0 .051-.015.036-.036-.02-.02-.05-.02-.067 0-.026.02-.01.036.031.036m2.798 0q.025-.001.026-.026t-.026-.025q-.024 0-.025.025.001.025.025.026M2.977 15.85a.5.5 0 0 1 .128-.03.047.047 0 0 0 .047-.047c0-.026-.052-.077-.113-.123-.113-.072-.118-.067-.129.077-.01.118.005.149.067.123m1.535.02q.025-.001.026-.025t-.026-.026q-.024 0-.025.026.001.024.025.026zm1.053 0c.036 0 .051-.015.036-.035-.02-.02-.05-.02-.067 0-.026.02-.01.036.031.036zm.59 0q.025-.001.026-.025t-.026-.026q-.024 0-.025.026.001.024.025.026zm8.386-.004c.01 0 0-.021-.016-.047a.7.7 0 0 0-.22-.138c-.103-.046-.21-.098-.237-.108q-.036-.014-.005.04c.02.037.134.104.252.16.113.046.215.093.226.093m1.114.005q.024-.001.026-.026 0-.024-.026-.026-.024 0-.026.026.001.024.026.026m.16-.016c.014-.015.02-.061.004-.097-.015-.041-.03-.031-.03.03-.006.057.004.088.025.067zm2.053-.061a.43.43 0 0 0 .067-.252v-.16l-.129.145c-.107.123-.118.164-.066.25.056.109.061.109.128.017m-16.025.025c.01 0 .02-.01.02-.02s-.025-.041-.06-.062c-.037-.02-.047-.015-.02.02.024.037.05.062.06.062m.23 0c.031 0 .052-.02.052-.051s-.02-.051-.052-.051c-.03 0-.05.02-.05.05 0 .032.02.052.05.052m3.23 0c.03 0 .057-.02.057-.051s-.01-.051-.02-.051-.037.02-.057.05c-.02.032-.01.052.02.052m.431-.015a.12.12 0 0 0 .072-.072c.01-.03-.015-.051-.05-.051a.07.07 0 0 0-.073.072c0 .04.026.06.051.05zm.21 0c.042 0 .063-.02.047-.041a.09.09 0 0 0-.077-.041c-.03 0-.046.02-.046.04.005.02.036.042.077.042zm9.608.015c.01 0 .02-.02.02-.051 0-.026-.025-.051-.056-.051-.03 0-.04.025-.02.05.02.03.046.052.056.052m2.105 0c.01 0 .021-.01.021-.02s-.026-.041-.062-.062-.046-.015-.02.02c.026.037.051.062.061.062m-15.44-.051a.6.6 0 0 0 .135-.03c.046-.016.082-.047.082-.073s-.052-.036-.113-.03-.123.035-.134.07c-.01.032 0 .063.03.063m1.787-.015c.02-.021.02-.052 0-.067-.02-.02-.036-.005-.036.036 0 .03.015.046.036.03zm.678.015c.025 0 .061-.036.077-.082a1 1 0 0 0 .03-.103c0-.01-.025-.02-.056-.02-.03 0-.04.025-.02.05.015.032.005.052-.02.052-.032 0-.057.026-.057.052 0 .03.02.05.046.05m.185 0c.04 0 .077-.02.077-.05 0-.026-.036-.036-.077-.02-.04.014-.077.04-.077.05s.036.02.077.02m1.412 0c.036 0 .051-.014.036-.035-.02-.02-.052-.02-.067 0-.02.02-.005.036.03.036zm.41 0c.036 0 .052-.014.036-.035-.02-.02-.05-.02-.066 0-.02.02-.005.036.03.036m3.107 0q.024-.001.026-.026 0-.024-.026-.025-.024 0-.026.025c0 .016.016.026.026.026m-7.24-.082c.046-.016.082-.052.082-.082 0-.026-.026-.041-.06-.031a.13.13 0 0 0-.084.082c-.014.036.01.05.062.03zm1.91.015c.02-.02.02-.051 0-.067-.02-.02-.036-.005-.036.036 0 .03.016.047.036.03m.611.017c.072 0 .077-.016.02-.077a.26.26 0 0 0-.174-.072c-.103.005-.103.01.005.03.062.01.103.047.088.072-.01.026.015.047.061.047m.478 0c.01 0 0-.02-.016-.052a.13.13 0 0 0-.092-.051c-.036 0-.03.02.015.05a.4.4 0 0 0 .093.053m1.29 0c.034 0 .05-.016.034-.036-.02-.02-.05-.02-.066 0-.02.02-.005.036.03.036zm3.208 0q.024-.001.025-.026 0-.024-.025-.026-.025 0-.026.026c0 .015.016.026.026.026m1.206 0c.01 0-.03-.057-.097-.13-.067-.071-.139-.127-.164-.127-.026 0 .02.056.097.128.077.067.15.123.164.129m3.261 0q.025-.001.026-.026t-.026-.026q-.024 0-.026.026c0 .015.016.026.026.026m-12.58-.052q.025-.001.026-.025-.001-.025-.025-.026-.025 0-.026.026c0 .015.016.025.026.025m.138-.02.165-.067c.071-.026.086-.067.06-.16-.02-.092-.01-.117.036-.102.036.01.062.062.052.108s.02.082.061.082.082-.041.082-.087c0-.077.01-.077.047-.016.025.042.066.057.087.03.02-.024.01-.055-.02-.066-.037-.01-.062-.05-.062-.087 0-.04.046-.056.133-.04q.133.022.103-.032c-.02-.03-.082-.051-.144-.046a.16.16 0 0 0-.133.098c-.016.05-.04.092-.062.092-.02 0-.05-.036-.072-.077-.024-.062-.045-.067-.132-.015-.057.036-.098.107-.093.164.005.062-.02.103-.06.103a.11.11 0 0 0-.1.072c-.01.056.006.066.052.046m1.355.02c.041 0 .072-.02.072-.051 0-.026-.046-.051-.108-.051-.056 0-.092.025-.072.05a.15.15 0 0 0 .108.052m.724-.015c.015-.016.02-.062.005-.098-.015-.04-.03-.03-.03.03-.006.058.004.088.025.068m.406.015q.024-.001.025-.025 0-.025-.025-.026t-.026.026q.001.024.026.025m1.324 0c.01 0 .031-.046.047-.102.02-.088.01-.093-.072-.052-.052.03-.098.067-.098.077 0 .016.02.01.052-.005.03-.015.05-.005.05.02s.011.062.021.062m.237 0c.03 0 .056-.02.056-.051 0-.026-.01-.051-.02-.051s-.036.025-.057.05c-.02.032-.01.052.02.052zm.236 0c.01 0 .02-.01.02-.02s-.025-.041-.06-.062c-.037-.02-.047-.015-.02.02.024.037.05.062.06.062m.23-.005c.073 0 .098-.01.063-.025a.2.2 0 0 0-.129 0c-.036.01-.005.025.067.025zm.386.005q.024-.001.026-.025 0-.025-.026-.026-.024 0-.026.026.001.024.026.025m8.627 0q.024-.001.025-.025 0-.025-.025-.026t-.026.026q.001.024.026.025m.128 0c.03 0 .051-.03.051-.061q0-.062.052.015c.04.067.051.062.051-.01q0-.086-.103-.087c-.056 0-.102.035-.102.077 0 .03.02.066.05.066zm.734-.005a.8.8 0 0 0 .288-.072c.077-.04.226-.17.328-.282.103-.113.19-.22.19-.241 0-.016-.04 0-.092.04a.6.6 0 0 0-.113.103 1 1 0 0 1-.18.108 1.6 1.6 0 0 1-.36.113c-.179.03-.19.04-.102.093.098.056.098.056 0 .092-.087.04-.082.046.041.046m1.032-.01c.041 0 .062-.02.047-.041a.09.09 0 0 0-.077-.041c-.03 0-.047.02-.047.04s.036.042.077.042m-13.14-.036q.025-.001.026-.026t-.026-.025q-.024 0-.025.025.001.025.025.026m.873 0q.025-.001.026-.026t-.026-.025q-.024 0-.025.025.001.025.025.026m.103 0q.024-.001.026-.026 0-.024-.026-.025-.025 0-.026.025.001.025.026.026m.334 0c.025 0 .046-.02.046-.041 0-.02-.036-.041-.077-.041-.04 0-.062.02-.046.04a.11.11 0 0 0 .077.042m10.5-.01c.083 0 .124-.01.093-.026a.26.26 0 0 0-.154 0c-.052.015-.026.026.061.026m1.13.01q.024-.001.026-.026 0-.024-.026-.025-.024 0-.026.025.001.025.026.026m-14.537-.051c.01 0 .036-.02.057-.052.015-.025.005-.051-.02-.051-.032 0-.057.026-.057.05-.005.027.005.053.02.053m.822 0q.024-.001.026-.026 0-.024-.026-.026-.024 0-.026.026c0 .015.016.026.026.026m.308 0q.024-.001.026-.026 0-.024-.026-.026-.024 0-.026.026c0 .015.016.026.026.026m.58 0c.02 0 .067-.02.103-.047q.076-.046-.062-.046c-.072 0-.118.02-.102.046.015.026.046.047.061.047m1.007 0c.01 0 .015-.036.015-.077 0-.042-.02-.062-.04-.047-.027.016-.03.047-.016.077a.14.14 0 0 0 .04.047zm1.283 0c.041 0 .088-.036.103-.077.015-.042.015-.077 0-.077s-.062.035-.103.077c-.066.066-.066.077 0 .077m3.882 0c.036 0 .052-.016.036-.036-.015-.02-.05-.02-.066 0s-.006.036.03.036m4.083 0q.024-.001.025-.026 0-.024-.025-.026-.025 0-.026.026.01.024.026.026m.77 0q.024-.001.025-.026 0-.024-.025-.026-.025 0-.026.026.01.024.026.026m-13.494-.072c.02-.02.02-.052 0-.067-.02-.02-.036-.005-.036.036 0 .036.016.05.036.03zm1.48.02q.023-.001.024-.025 0-.025-.026-.026-.024 0-.025.026.001.024.025.025zm3.07-.036c.02-.01.025-.046.01-.072s-.06-.046-.104-.046c-.04 0-.07.02-.07.046s.03.057.06.072c.036.01.082.01.103 0m9.032.036c.01 0 .02-.061.026-.138.005-.103-.005-.118-.04-.062q-.054.077-.02-.108c.02-.133.013-.154-.022-.077-.047.103-.047.103-.057 0-.005-.056-.02-.077-.03-.04-.016.03.01.143.05.24.047.103.088.185.093.185m1.941 0c.036 0 .051-.015.036-.036s-.05-.02-.067 0c-.015.02-.005.036.031.036M4.302 15.46q.024-.001.025-.026 0-.024-.025-.025-.025 0-.026.025c0 .016.016.026.026.026m1.52 0c.025 0 .036-.036.015-.077-.015-.041-.05-.062-.077-.046-.026.015-.03.05-.015.077a.1.1 0 0 0 .077.046m.431 0q.024-.001.026-.026 0-.024-.026-.025-.024 0-.026.025c0 .016.016.026.026.026m.95 0c.03 0 .056-.02.056-.051 0-.026-.01-.052-.02-.052s-.036.026-.057.052c-.02.025-.01.05.021.05zm3.338-.016c.097 0 .138-.01.092-.025a.36.36 0 0 0-.18 0c-.05.015-.01.025.088.025m2.156-.061a.5.5 0 0 0 .046-.154c0-.026-.02-.016-.046.026a.4.4 0 0 0-.046.154q.007.074.046-.026m1.181.077c.036 0 .052-.016.036-.036-.02-.02-.05-.02-.067 0-.015.02-.005.036.031.036m.848 0c.056 0 .077-.057.066-.216l-.01-.22-.026.205-.025.205-.036-.23-.036-.232-.01.247c.005.18.02.24.077.24zm.251 0c.01 0 .03-.067.041-.154.01-.082.005-.154-.02-.154-.02 0-.04.072-.04.154s.01.154.02.154m.832-.036c.041-.015.077-.051.077-.077a.5.5 0 0 0-.057-.154 2.3 2.3 0 0 1-.123-.447c-.04-.21-.072-.282-.072-.19a3 3 0 0 1-.03.283c-.02.107-.02.113.02.025.036-.077.046-.03.041.18 0 .154.01.313.031.344.02.036.072.05.113.036m-.046-.087c-.01.01-.036-.041-.057-.113-.02-.077-.025-.15-.01-.16.01-.01.036.042.056.113.016.078.021.15.01.16zm.477.123a.05.05 0 0 0 .052-.051c0-.031-.02-.052-.052-.052-.03 0-.05.02-.05.052 0 .025.025.05.05.05zm-13.426-.05c.046 0 .082-.01.082-.021 0-.01-.02-.036-.046-.051-.026-.016-.062-.005-.083.02-.02.026 0 .052.047.052m.23 0a.05.05 0 0 0 .051-.052c0-.03-.02-.051-.05-.051-.032 0-.053.02-.053.05 0 .027.026.053.052.053m.18 0q.024-.001.025-.026 0-.025-.026-.026-.024 0-.025.026.01.024.025.026m1.212 0c.036 0 .052-.016.036-.036-.02-.02-.05-.02-.067 0-.025.02-.01.036.031.036m1.623 0c.01 0 .02-.01.02-.021 0-.01-.04-.051-.092-.087-.082-.062-.082-.062-.02.02a.4.4 0 0 0 .092.088m4.21-.077a1 1 0 0 1 .262-.077c.041 0 .108.035.154.077.041.04.098.077.13.077.03 0 .03-.042-.006-.098a.6.6 0 0 0-.16-.175c-.06-.04-.154-.061-.215-.04-.103.025-.098.035.04.066.124.026.134.036.037.04a.9.9 0 0 0-.267.083c-.082.04-.154.088-.154.103-.005.01.077-.015.18-.056zm2.321.077c.01 0 .01-.062-.005-.134s.016-.267.062-.426a2.3 2.3 0 0 1 .154-.396c.062-.092.062-.092.026.006-.02.056-.04.148-.052.205-.01.056-.04.17-.072.246a.8.8 0 0 0-.056.206c0 .036.036-.02.082-.118a1.5 1.5 0 0 0 .103-.334c.015-.082.03-.21.04-.282a1.7 1.7 0 0 1 .18-.422c.103-.184.144-.302.114-.323-.03-.02-.057-.015-.057.01 0 .02-.05.098-.108.17l-.108.128.108-.18c.057-.097.134-.18.175-.18s.067-.05.072-.112-.016-.103-.04-.088c-.027.016-.037.047-.02.067.01.02-.022.036-.074.036-.082 0-.087-.01-.025-.097.05-.072.056-.134.015-.257a1.4 1.4 0 0 0-.154-.303c-.05-.077-.134-.144-.18-.144s-.108-.041-.144-.087c-.056-.077-.087-.077-.2-.026-.077.036-.123.041-.103.01.016-.03.01-.051-.02-.051a.7.7 0 0 0-.185.051q-.132.054-.103 0c.016-.03.005-.051-.03-.051-.036 0-.237.098-.447.21-.21.114-.663.396-1 .617-.34.22-.648.405-.684.405s-.083-.02-.093-.046c-.015-.026.082-.133.216-.246a6 6 0 0 1 .385-.298c.077-.051.133-.103.118-.118-.015-.016-.18.087-.375.22-.19.134-.303.196-.25.134.07-.082.076-.108.024-.108-.04 0 .02-.082.134-.18.113-.097.524-.364.91-.6.39-.231.707-.432.707-.442s-.05-.005-.113.01c-.066.021-.04-.01.062-.071.097-.057.144-.103.103-.103q-.085-.002-.016-.041c.036-.026-.015-.041-.128-.041-.185 0-.185 0-.052.051l.14.051-.21.093c-.12.051-.222.087-.232.077s.05-.052.138-.087c.113-.047.14-.077.093-.108a.3.3 0 0 0-.144-.041c-.062 0-.062.01-.01.04.056.037.05.052-.02.078-.052.02-.114.01-.145-.02q-.059-.062.041-.021.1.039.062-.02c-.02-.037.015-.083.103-.114.077-.03.174-.04.22-.02.047.015.062.01.036-.01-.02-.021.047-.067.154-.098l.196-.057-.226-.04c-.124-.021-.2-.057-.165-.078.031-.02-.108-.03-.313-.025a2.3 2.3 0 0 0-.596.092c-.123.04-.205.056-.19.036a.5.5 0 0 1 .196-.082c.092-.02.138-.046.107-.057-.03-.01-.195.026-.36.082a2.4 2.4 0 0 1-.353.103c-.03 0 .015-.03.102-.067l.154-.066-.23-.041c-.206-.036-.216-.047-.103-.083.071-.02.174-.04.23-.04.103 0 .103 0 0 .04-.066.026-.07.047-.025.047.041 0 .123-.02.18-.047.087-.036.087-.046.01-.046-.05 0-.092-.025-.092-.046s-.155 0-.35.056c-.19.057-.508.108-.708.119-.226.01-.324 0-.257-.026.056-.026.087-.046.067-.046s-.21.03-.42.072c-.21.04-.438.097-.494.128-.077.04-.129.04-.195 0-.083-.057-.083-.057 0-.03.051.015.087.004.087-.021s.14-.077.308-.108c.17-.036.298-.072.288-.082s-.237.015-.504.06c-.267.047-.498.104-.523.124s.04.057.15.077a1 1 0 0 1 .276.093c.061.04.128.03.236-.026a2.3 2.3 0 0 1 .365-.133c.123-.031.261-.041.328-.016.098.036.057.062-.25.165-.2.066-.366.143-.366.164 0 .02.015.04.041.04s.2-.066.4-.148c.196-.082.427-.16.514-.174.087-.016.123-.01.082 0-.06.02-.06.03 0 .066q.07.045-.108.02c-.107-.015-.143-.01-.092.016.067.03.02.067-.216.16-.17.066-.308.143-.308.169 0 .03.036.036.093.015l.53-.21c.24-.093.502-.17.59-.17q.154 0-.299.154a6 6 0 0 0-.63.247l-.18.092.261.2c.144.108.35.33.452.488.102.16.226.38.272.498.056.15.067.237.03.303q-.045.093 0 .124c.031.02.016.082-.05.159-.057.072-.119.118-.13.102-.014-.015-.045.03-.07.103l-.047.129.144-.134c.077-.077.24-.185.36-.246l.215-.113.55.092c.436.072.615.128.852.267.17.098.39.257.498.354.123.108.256.319.36.56.107.185.194.36.204.365m-.01-.74c-.02.02-.036.005-.036-.036s.016-.051.036-.036c.02.026.02.057 0 .072m.041-.133q-.024-.001-.025-.026.001-.024.025-.026.025 0 .026.026c0 .01-.01.026-.026.026m.046-.108c-.01.01-.02.005-.02-.016 0-.02.036-.102.077-.19a.5.5 0 0 1 .103-.154c.015 0-.01.077-.062.17-.04.092-.087.18-.098.19m-.534-.098c-.025.04-.05.057-.05.026a.3.3 0 0 1 .05-.128c.026-.042.052-.052.052-.026s-.02.087-.052.128m.077-.205q-.024-.001-.025-.026.001-.024.025-.026.025 0 .026.026t-.026.026m.047-.103c-.016 0-.01-.02.005-.051.015-.026.04-.052.056-.052s.01.026-.005.052-.04.05-.056.05m.621 0q-.024 0-.026-.025.001-.024.026-.025.024 0 .026.025 0 .025-.026.026m-1.094-.051c-.015 0 .031-.057.093-.13a.7.7 0 0 1 .143-.127c.016 0-.03.057-.092.128a.6.6 0 0 1-.144.129m.575-.103c-.01 0-.02-.01-.02-.02s.04-.052.092-.088c.082-.061.082-.061.02.02a.4.4 0 0 1-.092.088m-1.304-.354c-.18.123-.195.128-.077.025.082-.071.257-.205.385-.292.18-.123.195-.13.077-.026a5 5 0 0 1-.385.293m1.874.149q-.024-.001-.025-.026.001-.024.025-.026.025 0 .026.026 0 .024-.026.026m-1.489-.052q-.024-.001-.025-.025.001-.025.025-.026.025 0 .026.026 0 .024-.026.025m1.125 0c-.016 0-.01-.02.005-.051.015-.026.04-.051.056-.051s.01.025-.005.05c-.015.027-.04.052-.056.052m-.91-.16-.158.124.138-.148c.077-.083.15-.14.16-.124s-.052.082-.14.15zm.55.109c-.015 0-.01-.02.005-.051.016-.026.041-.052.057-.052.015 0 .01.026-.005.052-.016.025-.04.05-.057.05m.57-.204q-.024-.001-.025-.026.001-.024.025-.026.025 0 .026.026c.005.015-.01.026-.026.026m-.36-.052q-.024-.001-.025-.025.001-.025.026-.026t.025.026c.006.015-.01.025-.025.025zm-1.437-.051q-.024-.001-.026-.026.001-.024.026-.025.024 0 .026.025c.005.016-.01.026-.026.026m.924 0q-.024-.001-.025-.026.001-.024.025-.025.025 0 .026.025c.005.016-.01.026-.026.026m-.82-.051q-.026-.001-.027-.026.001-.025.026-.026t.025.026c.006.015-.01.026-.025.026m1.416 0c-.015 0 .041-.057.123-.13a.6.6 0 0 1 .2-.127c.026 0-.03.056-.123.128a1 1 0 0 1-.2.129m-.858-.103c-.015 0-.01-.02.006-.051.015-.026.04-.052.056-.052.015 0 .01.026-.005.052s-.04.05-.057.05zm-.22-.16-.18.119.154-.134c.082-.072.175-.133.2-.133q.04 0 .026.015c-.015.01-.103.072-.2.134zm.744.109q-.024-.001-.025-.026.001-.025.025-.026.025 0 .026.026c0 .015-.016.026-.026.026m-.308-.108c-.03 0-.005-.036.051-.077a3 3 0 0 1 .206-.134c.056-.03.03.005-.05.077-.089.077-.18.134-.207.134m.462-.047c-.025 0-.005-.03.052-.071a.4.4 0 0 1 .15-.077c.024 0 .004.03-.053.07a.4.4 0 0 1-.149.078m-.58-.133c-.072.026-.077.02-.03-.03.035-.037.076-.052.092-.037.02.02-.01.052-.062.067m-2.357-.072c-.015 0 0-.036.036-.082s.298-.195.585-.334c.283-.138.555-.251.596-.251s-.108.082-.334.18a4.3 4.3 0 0 0-.63.333 1.4 1.4 0 0 1-.253.154m2.526 0q-.024-.001-.025-.026.001-.024.025-.025.025 0 .026.025c0 .016-.015.026-.026.026m-1.263-.103c-.056.03-.097.047-.097.03 0-.014.061-.06.133-.107.072-.046.118-.061.098-.03a.4.4 0 0 1-.134.107m.237-.154q-.025-.001-.026-.025.001-.025.026-.026t.025.026c0 .015-.015.025-.025.025m.282-.154c-.113.057-.205.093-.205.077 0-.015.092-.072.205-.128s.205-.092.205-.077a.8.8 0 0 1-.205.128m-.18-.051q-.024-.001-.025-.026.001-.024.025-.025.025 0 .026.025t-.026.026m.103-.051q-.024-.001-.026-.026.001-.024.026-.026.024 0 .026.026 0 .024-.026.026m-.077-.103c-.036 0-.05-.015-.036-.036.02-.02.051-.02.067 0 .02.02.005.036-.03.036m-.026-.205q-.024-.001-.025-.026.001-.025.025-.026.025 0 .026.026 0 .024-.026.026m.103-.052q-.024-.001-.026-.026.001-.024.026-.025.024 0 .026.025 0 .025-.026.026m-.154-.051q-.025-.001-.026-.026.001-.024.026-.026.024 0 .026.026 0 .025-.026.026m.36-.031c-.119.026-.14.02-.078-.02.062-.047.046-.052-.077-.031l-.154.025.17-.077a.57.57 0 0 1 .36-.04c.174.035.18.04.06.071-.07.02-.2.051-.282.072zm.046-.077c.056 0 .082-.01.066-.026-.015-.015-.06-.02-.097-.005-.04.016-.03.03.03.03zm-.663.056q-.024-.001-.026-.025.001-.025.026-.026t.026.026q0 .024-.026.025m-1.155-.056c-.052 0-.04-.015.025-.046.103-.046.103-.046 0-.052-.102-.005-.102-.005 0-.05a.6.6 0 0 1 .18-.047c.046 0 .041.015-.025.046q-.102.046-.026.046c.067.005.067.01 0 .057a.4.4 0 0 1-.154.046m1.283.005c-.035 0-.05-.015-.035-.036.02-.02.05-.02.066 0 .02.02.005.036-.03.036zm.155-.056c-.047 0-.042-.016.025-.047a.6.6 0 0 1 .18-.046c.046 0 .041.016-.026.046a.6.6 0 0 1-.18.047zm-1.828-.052c-.062 0-.072-.015-.03-.03.035-.016.081-.01.096.005.016.015-.015.03-.066.025m3.79 3.723a6 6 0 0 1 .405-.318c.133-.093.385-.237.56-.32a2.7 2.7 0 0 1 .54-.184c.153-.02.224-.061.24-.128.015-.051.005-.108-.016-.123-.025-.016-.05.015-.066.06-.016.053-.026-.127-.03-.394-.006-.267-.02-.467-.037-.452-.015.02-.036.175-.036.344-.005.17-.026.308-.046.308s-.036-.107-.03-.246a1.4 1.4 0 0 0-.03-.365q-.042-.125.02-.087c.03.02.055.01.055-.015a.11.11 0 0 0-.046-.083c-.026-.015-.062.016-.082.072-.02.057-.057.103-.082.103s-.036-.062-.02-.144c.015-.077.015-.113-.006-.077a.11.11 0 0 1-.092.062c-.036 0-.129.067-.206.149-.087.092-.128.174-.102.215.025.042.02.052-.026.026q-.06-.037-.046.057c.01.056-.01.087-.047.082-.035-.005-.143.108-.236.256-.092.15-.292.493-.436.76a6 6 0 0 0-.267.534c0 .02.072-.005.164-.092m.785-.893q-.025-.001-.026-.026.001-.025.026-.026t.025.026c0 .015-.015.026-.025.026m-.257-.052q-.024-.001-.026-.025.001-.025.026-.026t.026.026c0 .015-.016.025-.026.025m.52-.067q-.035.028-.037-.035c0-.036.015-.052.036-.036a.05.05 0 0 1 0 .07m-.212-.034q-.024-.001-.026-.026.001-.025.026-.026t.026.026q0 .024-.026.026m-.205-.052q-.025-.001-.026-.026.001-.024.026-.025.024 0 .025.025 0 .025-.025.026m.924 0q-.025-.001-.026-.026.001-.024.026-.025.024 0 .026.025 0 .025-.026.026m-.642-.103c-.026.042-.05.052-.05.026a.3.3 0 0 1 .05-.128c.026-.041.051-.052.051-.026a.4.4 0 0 1-.05.128m-.23 0q-.025-.001-.027-.025.001-.025.026-.026t.026.026q0 .024-.026.025m.415-.015c-.02.02-.036.005-.036-.036 0-.036.015-.051.036-.036a.05.05 0 0 1 0 .072m.046-.14q-.024 0-.026-.024.001-.025.026-.026t.026.026c0 .015-.016.025-.026.025m.051-.205q-.024-.001-.025-.026.001-.024.025-.025.025 0 .026.025c0 .016-.015.026-.026.026m.057-.118c-.02.02-.036.005-.036-.036 0-.036.015-.051.036-.036a.05.05 0 0 1 0 .072m-.416 1.813q.024-.001.026-.026 0-.025-.026-.026-.024 0-.026.026.001.024.026.026m.52-.016c.02-.02.02-.051 0-.067-.02-.02-.037-.005-.037.036.005.03.02.047.036.03m1.693 0c.02-.02.02-.05 0-.066-.02-.02-.036-.005-.036.036.005.03.02.047.036.03m-11.82-.035c.01 0 .056-.015.097-.03.047-.016.082-.057.082-.083 0-.03-.03-.025-.077.01-.04.036-.102.047-.138.026-.04-.026-.046-.015-.026.02.03.032.051.057.062.057m2.11 0q.025-.001.026-.025 0-.025-.026-.026-.024 0-.026.026.001.024.026.025m.668 0q.024-.001.025-.025 0-.025-.025-.026t-.026.026q.001.024.026.025m.54-.051a.4.4 0 0 0 .127-.103c.016-.026-.015-.051-.072-.051s-.107.025-.107.056c0 .03-.02.04-.052.02-.03-.02-.036 0-.02.047.02.062.051.067.123.03zm.435.05q.025 0 .026-.024 0-.025-.026-.026-.024 0-.025.026.001.024.025.025m2.645 0c.036 0 .051-.015.036-.036-.02-.02-.052-.02-.067 0-.026.02-.01.036.03.036zm3.106 0q.025-.001.026-.025 0-.025-.026-.026-.024 0-.025.026.001.024.025.025m.935-.195c.015-.15-.005-.241-.062-.298-.072-.072-.082-.061-.077.118 0 .144.016.175.052.118s.05-.035.061.103c.005.164.005.164.026-.04zm.811.195q.025-.001.026-.025 0-.025-.026-.026-.024 0-.026.026.001.024.026.025m1.017 0c.061 0 .195-.02.293-.051a2 2 0 0 0 .462-.247q.284-.198.267-.287c-.01-.072.01-.082.092-.057.067.02.16 0 .236-.046l.257-.164c.072-.046.128-.062.128-.041 0 .025-.123.113-.272.195s-.287.174-.303.205c-.02.03-.025.072-.01.093.015.02.051.04.087.04s.13-.06.216-.133c.082-.072.15-.154.144-.18-.005-.025.02-.03.061-.015.052.02.093-.02.134-.118a1 1 0 0 1 .123-.226.7.7 0 0 0 .103-.226c.03-.133.026-.144-.046-.082-.072.057-.077.057-.047-.03.031-.088.026-.093-.06-.021-.078.056-.088.061-.037 0 .036-.041.061-.088.061-.113 0-.02-.046-.062-.102-.093-.082-.04-.103-.04-.093.01.005.036-.02.067-.06.067a1 1 0 0 0-.248.072.7.7 0 0 1-.344.041c-.097-.015-.19-.005-.21.026-.02.03-.15.108-.298.175-.144.066-.324.123-.39.123-.103 0-.113.01-.052.051.057.036.057.051.01.051a.4.4 0 0 1-.153-.046.12.12 0 0 0-.15.02c-.05.057-.04.078.047.103.103.031.103.042.02.088-.072.04-.077.061-.02.097a.5.5 0 0 0 .215.047c.093 0 .134.02.108.061-.025.041.005.046.113.02.082-.02.247-.092.365-.164s.216-.154.216-.18c0-.03.035-.04.082-.025.046.02.066.01.046-.02q-.028-.053.097-.021c.093.02.206-.005.37-.103.134-.072.252-.123.262-.113s-.077.077-.2.15a1.6 1.6 0 0 1-.442.163c-.128.021-.24.072-.267.124-.026.046-.164.149-.303.226s-.292.138-.334.138a.16.16 0 0 1-.123-.072c-.02-.036-.108-.082-.195-.097-.133-.026-.139-.02-.067.036.047.036.072.082.052.108-.02.02 0 .025.051.01.046-.016.103-.01.118.015.016.026 0 .052-.036.052-.05 0-.05.01.005.046.057.036.052.051-.025.072-.067.015-.047.03.056.036l.154.01-.17.046c-.092.026-.153.072-.138.098.015.036.077.056.144.056m.087-.056c-.072 0-.097-.01-.06-.026a.2.2 0 0 1 .127 0c.03.01 0 .026-.067.026m.206-.046c-.036 0-.052-.016-.036-.036.02-.02.051-.02.066 0 .02.02.005.036-.03.036m.184-.088c-.036.016-.066-.005-.066-.046 0-.04.03-.072.066-.072s.067.02.067.046c.005.026-.026.057-.067.072m-.215-.02c-.062 0-.072-.016-.03-.03.035-.017.081-.017.096.004.016.015-.015.03-.066.026m-.052-.103c-.06 0-.072-.015-.03-.03.036-.016.082-.016.097.004.016.016-.015.031-.067.026m.185-.046c-.036 0-.05-.016-.036-.036.02-.02.052-.02.067 0 .02.02.005.036-.03.036zm-.087-.324q-.117.016.005-.02c.082-.02.082-.036.026-.077q-.084-.054-.005-.03c.036.01.066.04.066.066 0 .03-.04.056-.092.061m-.272-.046c-.098 0-.139-.01-.093-.026a.5.5 0 0 1 .18 0c.051.016.01.026-.087.026m.996.005c-.062 0-.072-.015-.03-.03.035-.016.081-.016.097.004.015.016-.016.031-.067.026m-.899-.149a.5.5 0 0 1-.2-.05c-.056-.037-.026-.042.103-.016.097.02.19.04.2.05s-.036.016-.103.016m.083-.102q-.025 0-.026-.026.001-.025.026-.026.024.001.025.026c0 .015-.015.026-.025.026m.128-.052c-.036 0-.05-.015-.036-.036.02-.02.051-.02.067 0 .02.02.005.036-.03.036m.72-.205c-.037 0-.053-.016-.037-.036.02-.02.051-.02.067 0 .02.02.005.036-.03.036m.743-.257q-.024 0-.025-.026.001-.024.025-.025.025.001.026.025c0 .016-.015.026-.026.026m-.77 1.49q.025-.002.026-.026 0-.025-.026-.026-.024.001-.026.026.001.024.026.025zm.38-.134c.093-.088.16-.185.15-.216-.01-.03-.088.041-.17.16l-.149.215zm-14.737.061c.113.005.206-.015.206-.046 0-.026-.03-.036-.072-.02-.04.015-.088-.01-.108-.057-.03-.082-.036-.082-.098 0-.036.051-.082.072-.097.057-.02-.021-.036-.01-.036.015s.097.051.205.051m.93-.04c.03-.052.087-.078.138-.062.077.025.077.02.01-.026a.3.3 0 0 0-.138-.057c-.036 0-.062.052-.062.113 0 .103.005.108.052.031zm1.638.06c.035 0 .05-.015.035-.035-.02-.02-.05-.02-.066 0-.02.02-.005.036.03.036zm1.52 0c.01 0 .035-.02.05-.05.016-.031-.004-.052-.05-.052q-.072.002-.052.052c.015.025.036.05.051.05zm-3.749-.086c.041-.016.072-.047.072-.072 0-.026-.03-.047-.072-.047-.04 0-.087.021-.103.047-.015.025-.015.056 0 .072.02.015.067.015.103 0m2.721.036q.025-.001.026-.026t-.026-.026q-.024.001-.025.026.001.024.025.026m.196 0c.015 0 .04-.026.056-.052.015-.03.02-.051.005-.051s-.04.02-.056.051c-.016.026-.016.052-.005.052m.575 0q.024-.001.025-.026 0-.025-.025-.026-.025.001-.026.026.001.024.026.026m.975 0q.025-.001.026-.026t-.026-.026q-.024.001-.025.026.001.024.025.026m6.44-.103c.02-.072.04-.165.046-.21a.073.073 0 0 0-.072-.083c-.046 0-.067.03-.052.067.016.036.005.067-.025.067-.026 0-.052-.04-.052-.088 0-.077-.01-.077-.05-.015-.042.062-.052.062-.057-.026-.006-.102-.006-.102-.047 0-.04.098-.04.098-.077-.015-.02-.062-.056-.103-.082-.087-.026.015-.046.082-.046.143.005.108.005.108.046.01.041-.092.046-.092.046-.01 0 .052.036.129.082.17.062.061.078.061.083.01 0-.036.025-.02.046.036.026.056.046.072.046.041 0-.036.026-.062.057-.062.03 0 .05.042.056.093q.014.083.051-.04zm.554-.046a.8.8 0 0 0-.005-.247c-.016-.04-.05-.072-.082-.072-.036 0-.04.031 0 .098.03.056.056.164.061.246.005.134.005.134.026-.025m-12.416.071a.1.1 0 0 0 .051-.082c0-.025-.02-.036-.05-.02-.027.015-.052.056-.052.082s.025.036.05.02zm3.41.026c.015 0 .04-.02.056-.05.015-.027.02-.053.005-.053s-.04.026-.056.052-.016.051-.006.051zm2.967-.02c.334-.02.427-.047.586-.17l.19-.15-.432-.03c-.267-.02-.503-.066-.61-.123-.16-.082-.17-.082-.108-.005.04.046.056.103.04.118-.02.02-.087.04-.148.046-.062.006-.129.016-.15.016s-.03.036-.02.082a.2.2 0 0 0 .057.113q.036.029.005-.026c-.02-.036-.01-.061.02-.061.031 0 .042-.026.021-.062-.02-.036-.015-.046.026-.02.03.02.046.056.03.087-.015.03 0 .05.036.05.052.006.052.01-.005.03-.06.028-.06.038 0 .079.036.03.247.04.462.026m6.332.02q.024-.001.025-.026 0-.024-.025-.025-.025 0-.026.025c0 .016.015.026.026.026m.8 0c.031 0 .042-.02.026-.046-.015-.026-.015-.082 0-.128.016-.047.057-.067.083-.052.025.016.01-.036-.042-.118a1.6 1.6 0 0 0-.159-.216c-.05-.056-.067-.056-.072 0-.005.036-.025.01-.046-.061-.03-.093-.04-.103-.046-.036-.005.05.036.164.082.257a1 1 0 0 1 .098.25 1 1 0 0 0 .015.119c.005.02.03.03.062.03zm-.02-.308a.4.4 0 0 1-.092-.087c-.062-.082-.062-.082.02-.02.052.04.088.076.088.092 0 .005-.006.015-.016.015m-13.073.257c.056 0 .092-.02.072-.052-.016-.025-.067-.05-.108-.05s-.072.025-.072.05.051.052.108.052m.272 0c.01 0 .092-.036.185-.082.123-.062.154-.098.108-.14-.047-.04-.077-.035-.118.027-.03.046-.088.072-.124.06-.036-.01-.06.017-.06.063s0 .072.01.072m.498 0c.026 0 .046-.02.046-.052 0-.025-.036-.05-.082-.05s-.067.025-.046.05c.02.026.056.052.082.052m2.383 0q.024-.001.025-.026 0-.024-.025-.026-.025 0-.026.026c0 .016.015.026.026.026m1.278 0c.016 0 .041-.02.057-.052.015-.025.02-.05.005-.05-.016 0-.04.025-.057.05-.015.026-.02.052-.005.052m.467 0q.025-.001.026-.026t-.026-.026q-.024 0-.025.026c0 .016.015.026.025.026m1.85 0q.023-.001.025-.026 0-.024-.026-.026-.024 0-.026.026c0 .016.016.026.026.026m3.131 0q.025-.001.026-.026t-.026-.026q-.024 0-.025.026c0 .016.015.026.025.026M2.66 15.096c.056 0 .082-.01.066-.025-.015-.016-.06-.02-.097-.005-.04.015-.03.03.03.03zm3.892-.03c.02-.01.04-.047.04-.078 0-.03-.025-.035-.05-.02-.03.015-.072-.02-.098-.087-.036-.093-.046-.098-.05-.026a.26.26 0 0 0 .06.16c.031.045.077.066.098.05zm.524.035q.024-.001.025-.025 0-.025-.025-.026t-.026.026q.008.024.026.025m.544-.025a1 1 0 0 0 .267-.18c.092-.082.15-.164.128-.18-.02-.02-.092-.015-.17 0-.102.026-.128.057-.107.134.015.056.005.103-.02.103s-.047-.026-.047-.052c0-.03-.03-.051-.072-.051a.15.15 0 0 0-.107.05c-.02.032-.02.088-.006.135q.025.07.134.04zm6.234.025q.024-.001.025-.025 0-.025-.025-.026t-.026.026q.01.024.026.025m1.232 0q.024-.001.026-.025 0-.025-.026-.026-.024 0-.026.026.01.024.026.025m.257 0q.024-.001.025-.025 0-.025-.025-.026t-.026.026q.01.024.026.025M3.02 15.05c.046 0 .077-.027.067-.057s-.04-.057-.067-.057c-.026 0-.056.026-.067.057-.01.03.02.056.067.056zm2.218-.016c.02-.02.02-.052 0-.067-.02-.02-.036-.005-.036.036 0 .03.016.046.036.03zm.586.015c.025 0 .046-.01.046-.02a.3.3 0 0 0-.077-.083c-.067-.056-.072-.05-.046.02.02.042.056.083.077.083m.431 0q.024-.001.026-.026 0-.024-.026-.025-.024 0-.026.025.01.025.026.026m3.78 0c.035 0 .05-.015.035-.036-.02-.02-.05-.02-.067 0-.025.02-.01.036.031.036zm2.798 0q.024-.001.025-.026 0-.024-.025-.025-.025 0-.026.025.001.025.026.026m.93-.015c.015-.016.02-.062.004-.098-.015-.04-.03-.03-.03.03-.006.057.005.088.025.068zm-11.097-.036q.024-.001.025-.026 0-.024-.025-.026-.025 0-.026.026.001.025.026.026m.15 0c.045 0 .081-.02.081-.052 0-.025-.02-.05-.046-.05s-.062.025-.083.05c-.02.026 0 .052.047.052m.77 0c.014 0 .045-.046.076-.103.046-.082.041-.097-.026-.072q-.076.029-.077-.056c0-.047-.025-.077-.06-.067a.14.14 0 0 0-.084.082c-.01.036.016.062.062.062s.082.036.082.077c.005.04.016.077.026.077m.23 0c.026 0 .062-.02.082-.052.02-.03 0-.036-.046-.02-.04.015-.082.04-.082.05s.02.02.046.02zm.34 0c.04 0 .071-.01.071-.02s-.046-.032-.103-.047-.087-.005-.072.02c.016.026.062.047.103.047m2.926 0q.024-.001.025-.026 0-.024-.025-.026-.025 0-.026.026.001.025.026.026m.277 0c.03 0 .057-.02.057-.052 0-.025-.01-.05-.02-.05s-.037.025-.058.05c-.02.026-.01.052.021.052m6.244 0q.024-.001.026-.026 0-.024-.026-.026-.024 0-.026.026.001.025.026.026m3.851 0q.025-.001.026-.026t-.026-.026q-.024 0-.026.026.001.025.026.026m-14.26-.052c.021 0 .067-.025.098-.061.036-.036.062-.082.062-.103s-.026-.041-.057-.041c-.03 0-.036.026-.015.062s.015.046-.02.02a.13.13 0 0 0-.114-.005c-.03.015-.04.05-.02.082.015.026.046.046.067.046zm9.921-.441c.144-.252.39-.627.544-.837.155-.206.314-.39.355-.406.04-.015.072-.051.072-.072 0-.025-.03-.046-.072-.046-.04 0-.139.057-.22.123-.083.067-.283.355-.453.637-.2.329-.323.493-.35.457-.025-.036-.03-.015-.01.046a.6.6 0 0 1-.046.293 1.4 1.4 0 0 0-.077.226c-.005.026.113-.164.257-.421m2.075.44q.024 0 .025-.024 0-.025-.025-.026t-.026.026c0 .015.015.025.026.025m.318-.066a.36.36 0 0 0 0-.18c-.015-.051-.026-.01-.026.092 0 .103.016.139.026.088m-10.383.015q.025-.001.026-.026t-.026-.025q-.024 0-.025.025c0 .016.015.026.025.026m1.772 0c.03 0 .051-.036.051-.082s-.02-.067-.05-.046a.1.1 0 0 0-.052.082c0 .026.025.046.05.046zm.277 0c.016 0 .041-.026.057-.051.015-.031.02-.052.005-.052-.016 0-.04.02-.057.052-.015.025-.015.05-.005.05m-4.385-.05c.03 0 .057-.026.057-.052 0-.03-.01-.051-.02-.051s-.037.02-.058.05c-.02.027-.01.053.021.053m.205 0c.036 0 .052-.016.036-.036-.02-.02-.05-.02-.066 0-.02.02-.006.036.03.036m.9 0q.023-.001.025-.026 0-.024-.026-.026-.024 0-.026.026.01.024.026.026m1.13 0q.022-.001.024-.026 0-.024-.025-.026-.025 0-.026.026.008.024.026.026m2.417 0c.036 0 .093-.036.13-.077.034-.041.055-.082.045-.082a1 1 0 0 0-.16-.021c-.087-.01-.143.005-.143.046 0 .036.015.082.036.098.015.02.056.036.092.036m7.548 0c.01 0 .005-.103-.01-.226-.026-.19-.01-.267.103-.462.077-.13.174-.257.226-.283.051-.025.092-.097.097-.154.005-.061-.015-.092-.046-.077q-.053.032-.015-.082c.025-.082.02-.103-.02-.077-.042.026-.052 0-.027-.087q.032-.122-.035-.13a.7.7 0 0 1-.155-.035c-.066-.03-.097.016-.148.237a4 4 0 0 0-.072.64c0 .2-.016.356-.03.335a.16.16 0 0 0-.094-.046c-.035-.005-.06.01-.06.036s.04.072.091.103c.052.03.072.05.052.05s0 .063.046.129a1 1 0 0 0 .097.129m.262-1.197c-.01.01-.036-.015-.05-.061a.6.6 0 0 1-.03-.144c0-.03.024-.005.05.062.03.066.041.133.03.143m-.056 1.197c.01 0 .02-.01.02-.02s-.025-.042-.06-.062c-.037-.021-.048-.016-.02.02.024.036.05.062.06.062m-12.586-.052q.025-.001.026-.025 0-.025-.026-.026-.024 0-.025.026.01.024.025.025m2.167-.015c.02-.02.02-.051 0-.067-.02-.02-.036-.005-.036.036.005.03.02.046.036.03m.15-.02c.04-.015.076-.041.076-.051s-.036-.02-.077-.02c-.04 0-.077.02-.077.05 0 .032.03.042.077.02zm.261.02c.02-.02.02-.05 0-.066-.02-.02-.036-.005-.036.036.005.03.02.046.036.03m1.381.016c.01 0 .005-.036-.01-.077-.015-.04-.04-.066-.056-.056-.016.015-.01.05.01.077.02.03.046.056.056.056m.206 0q.024-.001.025-.025 0-.025-.025-.026t-.026.026q.001.024.026.025m2.644-.005c.195-.005.416-.051.524-.108a1.2 1.2 0 0 0 .195-.107c0-.01-.144-.005-.318.005-.288.015-.36 0-.673-.165-.195-.097-.375-.17-.395-.154a.4.4 0 0 0-.098.129c-.046.082-.03.108.077.159.072.03.113.082.098.113-.016.03-.016.04.01.02s.087 0 .15.04c.06.053.194.073.43.068m-.488-.205a.5.5 0 0 1-.18-.082c-.076-.047-.092-.067-.03-.047.082.026.087.016.036-.04-.036-.047-.04-.088-.01-.103a.064.064 0 0 1 .082.02c.015.026.05.04.071.03.021-.014.042.01.042.052 0 .04-.026.077-.057.077-.03 0-.02.02.02.052.042.02.052.04.026.04zm-.154-.2q.025-.001.026-.026t-.026-.026q-.024 0-.025.026.001.024.025.026m-5.617.359c.025 0 .04-.02.04-.046a.12.12 0 0 0-.04-.077c-.026-.016-.04.005-.04.046 0 .04.02.077.04.077m4.072 0q.024-.001.025-.026 0-.024-.025-.025-.025 0-.026.025c0 .016.015.026.026.026m1.13 0q.024-.001.025-.026 0-.024-.026-.025-.024 0-.025.025c0 .016.015.026.025.026zm6.058 0q.025-.001.026-.026t-.026-.025q-.024 0-.025.025c0 .016.015.026.025.026m.103 0q.025-.001.026-.026t-.026-.025q-.024 0-.026.025c0 .016.016.026.026.026m.206 0q.024-.001.025-.026 0-.024-.025-.025-.025 0-.026.025c0 .016.015.026.026.026m-7.78-.077A.1.1 0 0 0 7 14.583q-.002-.045-.052-.02c-.025.015-.05.056-.05.08 0 .026.025.037.05.022zm.858-.01c.03-.01.072-.067.087-.124s.01-.097-.01-.097-.088.015-.15.03c-.06.016-.112.062-.112.098a.1.1 0 0 0 .067.088.2.2 0 0 0 .118.005m.282.036c.02 0 .036-.047.031-.103-.005-.057-.036-.103-.072-.103a.07.07 0 0 0-.067.067.17.17 0 0 0 .036.103.1.1 0 0 0 .072.036m7.055 0q.025-.001.026-.026t-.026-.026q-.024 0-.025.026c-.005.01.01.026.025.026m.257 0q.025-.001.026-.026t-.026-.026q-.024 0-.026.026c-.005.01.01.026.026.026m-12.426-.052q.024-.001.026-.025 0-.025-.026-.026t-.026.026c-.005.01.01.025.026.025m.41 0q.025-.001.026-.025 0-.025-.025-.026t-.026.026c-.005.01.01.025.026.025zm1.402 0c.057 0 .052-.02-.02-.077a.4.4 0 0 0-.175-.077c-.056 0-.05.02.02.077a.4.4 0 0 0 .175.077m.237 0q.024-.001.025-.025 0-.025-.025-.026t-.026.026c0 .01.015.025.026.025m.113-.02c.02-.02.02-.052 0-.067-.02-.02-.036-.005-.036.036 0 .036.015.05.036.03zm1.581.02q.025-.001.026-.025 0-.025-.026-.026-.024 0-.026.026c0 .015.016.025.026.025m.54 0a.055.055 0 0 0 .05-.051.05.05 0 0 0-.05-.051c-.03 0-.052.02-.052.05 0 .027.026.052.051.052zm7.214 0q.024-.001.025-.025 0-.025-.025-.026t-.026.026c0 .015.015.025.026.025m.205 0q.025-.001.026-.025 0-.025-.026-.026-.024 0-.026.026c0 .015.016.025.026.025m1.366 0c.03 0 .041-.072.03-.164-.01-.103-.05-.164-.107-.175-.046-.005-.087.006-.087.03 0 .026.025.058.051.078.03.02.041.052.02.082a.11.11 0 0 0 0 .098.14.14 0 0 0 .093.05m-.03-.255q-.025-.001-.026-.026.001-.024.025-.026.025 0 .026.026 0 .024-.026.026zm-11.523.128c.025-.077.01-.118-.072-.164-.062-.031-.134-.047-.16-.026-.03.02-.015.04.037.05.046.011.102.068.123.13.03.108.036.108.072.01m.518.02c.052-.025.093-.077.093-.112 0-.042-.016-.042-.04-.01-.02.03-.068.05-.104.056l-.128.015c-.047.005-.042.02.01.057a.18.18 0 0 0 .17-.005zm2.465.057c.026 0 .062-.036.082-.082a.105.105 0 0 0-.04-.129.3.3 0 0 0-.109-.046c-.02 0-.036.026-.036.052 0 .03.026.036.062.015q.061-.037.03.072c-.025.067-.015.118.011.118m7.78-.02c.02-.021.02-.052 0-.067-.02-.02-.037-.005-.037.036.005.036.016.051.036.03zm-9.613-.031c.04 0 .082-.02.097-.047.016-.025-.025-.04-.092-.04-.067.004-.113.025-.098.046a.13.13 0 0 0 .093.04zm.56 0c.035 0 .03-.02-.016-.047-.067-.04-.06-.05.01-.082.052-.02.072-.066.057-.108-.02-.056-.04-.046-.093.042-.035.066-.05.133-.04.159.01.015.046.036.082.036m.93 0c.014 0 .025-.01.025-.026q0-.024-.026-.026-.024.001-.026.026c0 .015.016.026.026.026m2.9-.031c.241-.02.467-.052.508-.072.042-.02-.06-.051-.236-.072a2 2 0 0 1-.44-.092c-.073-.031-.119-.083-.104-.103.015-.026-.005-.03-.05-.015a.2.2 0 0 0-.104.107c-.02.057-.005.067.072.047.056-.016.103-.021.103 0 0 .015-.072.056-.16.087-.118.04-.143.067-.092.103.036.02.267.03.503.01m-.36-.031c-.07 0-.097-.01-.06-.026a.2.2 0 0 1 .127 0c.036.016.006.026-.066.026zm5.418.062q.024-.001.026-.026 0-.024-.026-.026-.024.001-.026.026c0 .015.016.026.026.026m1.078 0q.025-.001.026-.026t-.026-.026q-.024.001-.025.026c0 .015.015.026.025.026m-9.807-.052q.024-.001.025-.025 0-.025-.025-.026-.025.001-.026.026c0 .015.015.025.026.025m.616 0q.024-.001.026-.025 0-.025-.026-.026-.024.001-.026.026c0 .015.016.025.026.025m-2.285-.102a.4.4 0 0 0 .051-.165c0-.046-.046-.113-.102-.144-.093-.05-.103-.04-.098.113.005.16.005.16.046.042.036-.12.041-.113.046.05.01.134.021.16.057.104m.103.05c.03 0 .051-.05.051-.112 0-.092-.01-.103-.05-.036a.3.3 0 0 0-.053.118c.005.016.026.03.052.03m1.13 0c.02 0 .081-.045.133-.102.051-.056.082-.113.072-.123s-.072.036-.134.103c-.06.066-.097.123-.072.123zm1.848-.025c.03-.015.051-.061.051-.097s-.056-.067-.128-.067-.129.02-.129.046.021.036.047.02.061.01.077.052c.02.04.056.062.082.046m-2.824-.025c.03 0 .051-.01.051-.021 0-.01-.02-.036-.05-.056-.032-.016-.053-.006-.053.02s.026.057.052.057m.77 0c.036 0 .051-.016.036-.036-.02-.02-.052-.02-.067 0-.02.02-.005.036.03.036zm.75 0c.01 0 .02-.01.02-.021 0-.01-.026-.041-.062-.062-.035-.02-.046-.015-.02.02.02.037.051.063.062.063m.724-.021c.02-.02.02-.051 0-.067-.02-.02-.036-.005-.036.036 0 .036.015.052.036.03m.821 0c.046-.004.103-.055.134-.112.046-.097.046-.097-.03 0-.047.057-.083.072-.083.036s-.02-.051-.052-.03a.1.1 0 0 0-.05.076c0 .026.035.036.081.03m3.096.011.334-.005-.257-.072a5 5 0 0 1-.395-.128c-.077-.03-.128-.072-.113-.092.016-.021-.02-.031-.077-.016-.056.016-.103.041-.103.062s.016.056.041.087c.021.03.083.082.14.113.056.03.25.056.43.051m4.134.01q.024-.001.026-.025 0-.024-.026-.026-.024.001-.026.026.01.024.026.026zm-6.83-.05q.025-.002.026-.026 0-.025-.025-.026-.025.001-.026.026.01.024.026.025zm1.978 0c.036 0 .05-.016.036-.037-.02-.02-.052-.02-.067 0-.02.02-.005.036.03.036zm4.4-.18a7 7 0 0 1 .144-.822c.03-.092.02-.087-.072.02-.092.103-.108.18-.098.565.006.242.016.35.026.237m-10.685.128c.01 0 .02-.02.02-.051s-.026-.052-.056-.052-.04.02-.02.052c.02.025.045.05.056.05zm.102 0q.025-.001.026-.026t-.026-.025q-.024 0-.025.025.001.025.025.026m.252 0c.01 0 .02-.067.02-.15 0-.091-.036-.16-.087-.174a4 4 0 0 1-.174-.061c-.072-.031-.088-.01-.078.097.006.072.031.134.057.134s.03-.036.015-.082c-.025-.067-.015-.072.036-.026.041.03.088.04.103.026.02-.02.036-.01.036.02s-.015.067-.036.077-.01.016.026.005.066.02.066.062.006.072.016.072m1.032 0q.024-.001.026-.026 0-.024-.026-.025-.024 0-.026.025.001.025.026.026m.365-.016c.02-.02.02-.05 0-.066-.02-.02-.036-.005-.036.036.005.03.02.046.036.03m1.581.016c.01 0 .036-.02.057-.051.015-.031.005-.052-.02-.052-.027 0-.057.02-.057.052 0 .03.01.05.02.05zm.822 0c.01 0 .036-.02.056-.051.016-.031.005-.052-.02-.052s-.057.02-.057.052c0 .03.01.05.02.05zm.878 0q.024-.001.025-.026 0-.024-.025-.025-.025 0-.026.025c-.005.016.01.026.026.026m-5.18-.067c.02-.02.02-.051 0-.067-.02-.02-.037-.005-.037.036 0 .03.015.047.036.03m2.48.017a.05.05 0 0 0 .05-.052.05.05 0 0 0-.05-.051c-.032 0-.053.02-.053.05 0 .032.026.053.052.053m2.08-.036c.04-.016.075-.036.075-.047 0-.01-.036-.025-.077-.046-.046-.015-.077 0-.077.046 0 .047.031.067.077.047zm7.983.036c.036 0 .051-.016.036-.036-.02-.02-.05-.02-.067 0-.02.02-.005.036.031.036m-11.245-.052c.036 0 .051-.015.036-.036-.02-.02-.052-.02-.067 0-.02.02-.005.036.03.036zm1.304 0c.015 0 .041-.02.056-.051.016-.031.021-.052.006-.052s-.04.02-.057.052c-.015.026-.02.05-.005.05m1.422-.03a.1.1 0 0 0 .047-.077c0-.025-.036-.03-.077-.015-.042.015-.062.05-.047.077.016.026.052.036.077.015m1.202-.02c.051-.041.072-.041.087.01q.022.062.082-.046c.031-.062.047-.15.026-.195a.1.1 0 0 0-.113-.067c-.046.01-.108.072-.144.139-.036.066-.05.143-.036.17.02.025.062.02.098-.011m-.05 0q-.026-.001-.027-.026.001-.024.026-.026.024 0 .025.026c0 .01-.01.026-.025.026m.82.05q.025 0 .026-.024 0-.025-.026-.026-.024 0-.026.026c0 .01.01.025.026.025m.17-.025c.046-.026.05-.057.015-.103-.03-.036-.036-.082-.015-.103s-.006-.02-.062 0c-.087.036-.087.04-.01.098.046.036.066.082.046.102-.026.026-.01.03.026.005zm2.967.025c.01 0 .021-.01.021-.02s-.026-.041-.062-.062-.046-.015-.02.02c.02.037.046.062.061.062m2.717 0q.024-.001.025-.025 0-.025-.025-.026t-.026.026c0 .01.01.025.026.025m1.058-.061a1 1 0 0 0 .287-.196c.123-.133.144-.138.247-.071a.37.37 0 0 0 .272.04.6.6 0 0 0 .262-.128c.056-.051.138-.097.184-.097a.12.12 0 0 0 .108-.072c.016-.041.13-.14.252-.216.123-.077.216-.154.195-.174a.1.1 0 0 0-.062-.031.3.3 0 0 1-.097-.041c-.04-.026-.082 0-.113.077-.026.066-.05.097-.05.072s-.053 0-.109.061c-.057.062-.103.15-.103.195 0 .082-.005.082-.092 0-.052-.046-.113-.087-.134-.087-.02 0-.026.02-.01.04.015.027-.087.104-.226.176l-.257.133v-.123c0-.067.031-.123.062-.128.036 0 .01-.026-.052-.052-.077-.03-.113-.087-.113-.18 0-.071-.035-.143-.077-.159-.04-.015-.066-.046-.05-.072.014-.02-.027-.025-.088-.01-.082.02-.093.036-.04.057a.5.5 0 0 1 .142.092c.057.057.057.067-.01.067-.046 0-.082-.02-.082-.051s-.03-.052-.072-.052c-.04 0-.082-.046-.097-.103-.02-.071 0-.102.061-.102.052 0 .154-.057.226-.13a.7.7 0 0 0 .134-.148c0-.01-.057-.035-.129-.056a.3.3 0 0 1-.18-.134c-.03-.056-.076-.092-.102-.071a.1.1 0 0 0-.05.082c0 .03.02.036.045.02s.036.02.015.082q-.028.11.067.18c.051.036.072.072.046.072s-.077-.026-.113-.062a.26.26 0 0 1-.06-.164c0-.092-.01-.092-.145.036a.6.6 0 0 1-.185.139c-.02 0 .026-.062.103-.14.092-.086.123-.143.082-.16-.036-.01-.062-.044-.062-.07 0-.036.026-.036.067.005.036.03.082.04.103.026a.12.12 0 0 0 .036-.077c0-.026-.042-.041-.098-.041a.24.24 0 0 0-.16.077c-.035.04-.045.097-.025.128.02.036-.01.046-.097.02-.072-.02-.134-.01-.134.016s.03.077.062.118c.051.057.051.062-.01.04l-.18-.066c-.098-.035-.098-.035-.016.047.046.046.108.087.134.087.025 0 .067.04.087.087.02.052.041.113.046.134 0 .025.052.06.108.087q.102.04.026.04a.4.4 0 0 1-.154-.045.18.18 0 0 1-.077-.14c0-.071-.04-.091-.206-.091-.159 0-.24-.036-.364-.154-.118-.113-.262-.18-.55-.247-.215-.051-.446-.138-.518-.195s-.272-.123-.452-.154a2.5 2.5 0 0 1-.678-.241 3.3 3.3 0 0 1-.616-.442c-.16-.154-.318-.257-.406-.262-.118-.01-.144.005-.144.113 0 .088.021.118.072.103q.071-.024.103.098c.02.087.067.123.15.123.086 0 .117.025.112.113-.005.087.03.118.15.144.081.015.148.046.143.066a.4.4 0 0 0-.016.088c0 .025.046.061.103.082.056.02.14.005.18-.031.061-.051.077-.041.077.072 0 .077.03.133.066.133a.26.26 0 0 0 .134-.061c.051-.052.056-.046.03.02-.015.046-.004.103.026.118.031.02.113-.005.185-.051.123-.082.13-.077.113.01-.015.082.016.093.252.077.22-.015.282 0 .36.093.05.056.122.108.164.108.04 0 .061.015.04.03-.02.016-.07.016-.123-.005a1.2 1.2 0 0 0-.23-.056c-.078-.01-.144 0-.144.02s.035.088.077.139c.077.098.077.098.154 0 .066-.087.077-.087.107-.01.021.046.062.087.098.087s.082-.03.098-.062c.015-.036.015 0 0 .077-.02.093-.01.144.03.144.036 0 .072-.046.088-.097.015-.057.061-.113.102-.129.057-.02.067-.005.041.072-.025.082-.01.103.077.103.062 0 .098.02.083.046-.016.026.005.072.046.108.04.036.103.046.133.026.041-.026.041-.006-.005.077-.046.087-.046.107 0 .077q.062-.038.046.056c-.01.051.01.144.047.205.03.062.056.119.051.129s.01.005.03-.016c.026-.02.021-.113-.01-.205a1.5 1.5 0 0 1-.05-.385c0-.18.015-.205.071-.144a.24.24 0 0 1 .072.144c0 .041.03.103.072.133q.07.055.103.01c.015-.025.01-.066-.02-.081-.03-.016-.052-.072-.047-.119.005-.071.01-.077.04-.01.021.041.073.129.114.19a.7.7 0 0 0 .257.185c.138.056.16.082.092.113-.05.02-.133-.01-.226-.098-.077-.071-.16-.133-.185-.133s-.046.02-.046.051-.03.052-.067.052c-.04 0-.072.066-.077.184a.8.8 0 0 1-.04.247c-.02.036-.016.046.004.02.026-.02.088 0 .14.047.05.046.091.061.091.036a.4.4 0 0 0-.082-.165c-.046-.061-.067-.149-.05-.19.014-.04.05-.077.081-.077.03 0 .051.031.051.062 0 .036.02.097.047.139.04.061.066.061.164-.026.092-.077.103-.082.046-.01-.062.082-.05.092.18.097.138.005.308.005.38 0 .123-.005.123-.005.025.052-.056.03-.236.06-.395.06-.164 0-.298.02-.298.042 0 .02.103.036.226.036q.223.002.298.087c.062.077.056.083-.056.052-.119-.031-.124-.026-.036.036.071.05.133.056.246.015zm.046-.093c-.036 0-.052-.015-.036-.036.02-.02.051-.02.067 0 .015.02.005.036-.03.036m-.026-.103q-.024-.001-.026-.025.001-.025.026-.026t.026.026q0 .024-.026.025m.462-.256q-.024-.001-.025-.026.001-.024.025-.026.025 0 .026.026 0 .024-.026.026m-1.694-.206q-.025-.001-.026-.025.001-.025.026-.026.024.001.025.026 0 .024-.025.025m1.422 0c-.026 0-.062-.046-.072-.102-.015-.057-.02-.103-.01-.103s.046.046.072.103c.03.056.03.102.01.102m-.293-.102q-.024-.001-.025-.026.001-.024.025-.026.025 0 .026.026 0 .024-.026.026m-.364-.103a.4.4 0 0 1-.149-.067c-.05-.04-.077-.097-.057-.128.021-.031.057-.046.088-.031a.06.06 0 0 1 .02.077c-.015.026.016.067.062.098.051.025.067.046.036.05zm-.149-.154q.024-.001.026-.026 0-.024-.026-.025-.024 0-.026.025.001.025.026.026m.565.154q-.025-.001-.026-.026.001-.024.026-.025.024 0 .025.025 0 .025-.025.026m1.643 0q-.024-.001-.026-.026.001-.024.026-.025.024 0 .026.025 0 .025-.026.026m-2.876-.205c-.01 0-.04-.026-.06-.062s-.017-.046.02-.02c.03.02.061.046.061.06q.001.022-.02.02zm.514 0q-.024-.001-.026-.026.001-.025.026-.026t.026.026q0 .024-.026.026m.616 0c-.01 0-.036-.026-.056-.057-.02-.03-.02-.067-.01-.077.015-.015.035.01.056.057.015.04.02.077.01.077m-1.284-.155c-.04 0-.077-.01-.077-.02s.036-.036.077-.051c.041-.016.077-.006.077.02 0 .03-.036.05-.077.05m1.33 0c-.015 0-.01-.024.005-.05.016-.031.041-.051.057-.051.015 0 .01.02-.005.05-.02.027-.046.052-.057.052m-2.408-.564q-.024-.001-.026-.026.001-.024.026-.026.024.001.026.026 0 .024-.026.026m8.714 1.663c.02-.102.03-.2.015-.21-.015-.016-.097 0-.185.03-.133.047-.184.042-.282-.03a.7.7 0 0 1-.175-.216c-.036-.082-.04-.241-.01-.452q.045-.324-.01-.272c-.03.03-.062.21-.072.41-.015.34-.01.37.144.545q.16.185.25.154c.058-.015.125.02.186.103l.098.128zm-19.24.134q.024-.001.025-.026 0-.024-.025-.026-.025 0-.026.026.001.025.026.026m2.305 0c.016 0 .041-.026.057-.052.015-.03.02-.05.005-.05-.016 0-.04.02-.057.05-.02.026-.02.052-.005.052m.673 0c.01 0 .02-.01.02-.02s-.025-.042-.06-.062c-.037-.02-.047-.016-.02.02.024.036.05.062.06.062m.462 0q.024-.001.026-.026 0-.024-.026-.026-.024 0-.026.026.001.025.026.026m.354 0c.01 0 .016-.036.016-.077s-.02-.062-.04-.046c-.027.015-.032.046-.017.077.01.025.031.046.041.046m.7-.103c.096-.113.101-.128.024-.144a.2.2 0 0 0-.159.047c-.04.036-.077.087-.077.113 0 .03.036.02.077-.016.067-.056.072-.051.046.03-.02.078 0 .068.088-.03zm-4.843.05c.005 0 .01-.01.01-.02a.4.4 0 0 0-.082-.102c-.047-.046-.108-.082-.144-.077-.03 0-.005.046.067.103zm.56 0c.004 0 .004-.055.004-.122 0-.092-.046-.144-.185-.2l-.754-.308c-.314-.128-.663-.283-.77-.35a4 4 0 0 1-.482-.348 5 5 0 0 1-.4-.36.8.8 0 0 1-.16-.23c-.02-.063-.056-.165-.077-.237l-.036-.129.077.134a.55.55 0 0 0 .21.195c.073.036.124.082.103.108-.015.026.016.072.072.103.072.036.103.036.103 0 0-.031-.04-.057-.092-.057s-.067-.015-.042-.025.21.056.41.154c.196.097.37.164.376.159.005-.005.005-.041-.015-.072s-.2-.134-.406-.226a2.5 2.5 0 0 1-.585-.39c-.118-.118-.216-.247-.216-.288 0-.036-.04-.149-.087-.252-.047-.097-.108-.18-.13-.18-.02 0-.04.021-.04.042 0 .026.046.22.103.441s.092.416.077.442c-.015.02.015.082.062.128.046.047.092.129.092.175a.6.6 0 0 0 .092.21c.047.067.088.103.088.078 0-.026.082.03.18.123.097.092.164.195.143.22q-.024.046.02.021c.026-.015.103.005.165.046s.098.103.077.134q-.03.053.026.015c.036-.02.102-.005.15.036.045.041.184.123.306.185.123.062.246.092.277.077.036-.02.041-.01.026.02-.02.031.015.072.072.088.061.02.123.02.138.005s.067 0 .113.041a.7.7 0 0 0 .195.108c.072.02.113.015.113-.02 0-.031-.036-.057-.082-.057s-.067-.026-.04-.057q.038-.054.215.139c.15.164.174.18.15.082-.02-.097-.017-.108.045-.056.04.03.072.092.072.133s.025.072.056.072.041-.046.02-.113c-.025-.097-.02-.092.062.026.057.072.103.138.108.138zm-.817-.43c-.02.02-.036.005-.036-.036 0-.036.015-.051.036-.036.02.026.02.057 0 .072m-.267-.082q-.025-.001-.026-.026.001-.024.026-.025.024 0 .025.025 0 .025-.025.026m-.308-.154q-.025-.001-.026-.026.001-.024.026-.025.024 0 .025.025 0 .025-.025.026m-.154-.051q-.025-.001-.026-.026.001-.024.026-.026.024 0 .025.026 0 .024-.025.026m-.41-.257q-.025-.001-.026-.026t.026-.025q.024 0 .026.025-.001.025-.026.026m-.617-.514q-.025-.001-.026-.025 0-.025.026-.026.024.001.025.026-.001.024-.025.025m-.088-.128c-.015.015-.046-.01-.06-.062-.027-.071-.02-.077.03-.03.03.036.046.077.03.092m7.22 1.587a1 1 0 0 0 .22-.124c.113-.087.113-.087.005-.118q-.107-.03-.067-.097c.03-.057.026-.057-.03 0-.062.056-.062.072.004.113.041.025.062.06.041.077-.02.015-.082.005-.138-.026-.087-.046-.113-.036-.154.04-.03.053-.036.114-.02.13.02.02.081.02.138.005m1.29.03q.022-.001.024-.025 0-.025-.025-.026t-.026.026q.001.024.026.025m4.733-.04a.26.26 0 0 0 0-.155c-.015-.051-.026-.02-.026.062 0 .087.01.128.026.092zm6.234.04c.036 0 .15-.092.256-.205.124-.133.221-.195.273-.174.061.025.082-.006.082-.134 0-.087.025-.21.056-.267.031-.056.046-.113.036-.123s-.118.06-.236.164c-.118.103-.2.205-.185.23.015.027-.05.155-.159.278-.103.129-.16.23-.123.23m-14.51-.05q.022-.001.024-.026 0-.024-.025-.025-.025 0-.026.025.001.025.026.026zm9.755 0q.024-.001.026-.026 0-.024-.026-.025-.024 0-.026.025.001.025.026.026m.334 0c.036 0 .051-.015.036-.036-.02-.02-.052-.02-.067 0-.02.02-.005.036.03.036zm-9.012-.051q.024-.001.026-.026 0-.024-.026-.026-.024 0-.026.026.001.025.026.026m2.824 0q.025-.001.026-.026t-.026-.026q-.024 0-.025.026.001.025.025.026M3.183 13.9c.02-.02.02-.051 0-.067-.02-.02-.036-.005-.036.036 0 .036.016.05.036.03zm4.427.02c.025 0 .061-.035.077-.082.025-.072.02-.072-.047-.02a.3.3 0 0 0-.077.082c0 .01.021.02.047.02m.313 0c.03 0 .056-.025.056-.05 0-.032-.01-.052-.02-.052s-.036.02-.057.05c-.02.027-.01.052.02.052zm10.475-.025c.026-.016.051-.057.051-.082s-.025-.036-.05-.02a.1.1 0 0 0-.052.08c0 .027.025.037.05.02zm-11.836-.026q.025-.001.026-.026t-.026-.025q-.024 0-.026.025.001.025.026.026m2.876 0q.024-.001.025-.026 0-.024-.025-.025-.025 0-.026.025.001.025.026.026m-6.419-.051q.025-.001.026-.026t-.026-.026q-.024 0-.026.026.001.024.026.026m5.15-.016c.052-.005.098-.036.098-.066s-.062-.062-.134-.062-.102.01-.066.026c.036.01.051.04.036.066-.016.026.015.04.066.036m.283.016c.04 0 .108-.041.154-.093.067-.072.072-.108.025-.154-.035-.03-.087-.061-.123-.061-.03 0-.087.036-.123.077-.036.04-.05.113-.03.154.015.04.06.077.097.077m5.248 0q.024-.001.025-.026 0-.024-.025-.026-.025 0-.026.026.001.024.026.026m2.798-.01c.098 0 .14-.01.087-.026a.5.5 0 0 0-.18 0c-.046.015-.005.025.093.025zm-7.47-.042q.023-.001.025-.025 0-.025-.026-.026t-.026.026q.001.024.026.025m6.443 0c.03 0 .057-.02.057-.051s-.01-.051-.02-.051-.037.02-.057.05c-.02.027-.01.052.02.052m-12.806-.05c.01 0 .02-.011.02-.021s-.025-.042-.06-.062c-.037-.02-.047-.016-.02.02.02.036.044.062.06.062zm.097 0q.025-.002.026-.027 0-.024-.026-.025-.024 0-.025.025.001.025.025.026zm6.46-.078c.077-.051.123-.113.103-.133-.026-.026-.113-.021-.195.005-.134.04-.14.046-.03.05.107.006.112.016.05.093-.062.067-.05.067.072-.015m.036-.077c-.036 0-.05-.015-.036-.036.02-.02.051-.02.067 0 .025.02.01.036-.03.036m.293.139c.02-.02.02-.052 0-.067-.02-.02-.036-.005-.036.036 0 .03.015.046.036.03zm8.826.015c.01 0 .02-.02.02-.051s-.025-.052-.056-.052c-.03 0-.04.02-.02.052.02.025.041.05.056.05m4.54 0c.03 0 .056-.02.056-.05s-.01-.052-.02-.052-.036.02-.057.052c-.02.025-.01.05.02.05zm-15.277-.05q.025-.001.026-.026t-.026-.026q-.024 0-.025.026c0 .015.015.026.025.026m.216-.057c.02-.04.041-.036.077.01.041.057.046.057.03 0-.01-.035-.04-.066-.066-.066-.025 0-.05.025-.06.056 0 .041.004.036.02 0m2.04.057c.014 0 .312-.19.661-.421s.847-.534 1.12-.668c.266-.133.518-.246.554-.246s.067-.026.067-.052c0-.03-.036-.066-.082-.082a.33.33 0 0 0-.21.031c-.073.03-.473.277-.884.544-.41.267-.863.575-1 .693-.14.119-.243.2-.227.2zm4.728 0q.024-.001.025-.026 0-.024-.025-.026-.025.001-.026.026c0 .015.016.026.026.026m2.901 0c.036 0 .051-.016.036-.036-.02-.02-.05-.02-.067 0-.02.02-.005.036.031.036m5.284-.052a.23.23 0 0 0-.01-.128c-.016-.041-.052-.077-.083-.077-.03 0-.05.03-.05.067 0 .036.03.097.061.128.04.046.066.046.082.01m-16.196-.051q.025-.001.026-.026t-.026-.025q-.024 0-.025.025c0 .016.015.026.025.026m1.644 0c.046 0 .082-.01.082-.02s-.02-.036-.046-.052c-.026-.015-.062-.005-.083.02-.02.026 0 .052.047.052m.54 0c.06 0 .096-.02.081-.046s-.005-.062.026-.082c.036-.026.036-.052 0-.098-.03-.036-.036-.082-.016-.103s-.01-.02-.06 0c-.058.02-.073.047-.037.057s.061.04.061.067c0 .025-.03.04-.06.03-.037-.01-.048-.005-.027.006.02.01.015.056-.02.092-.052.062-.042.077.05.077zm.723 0c.025 0 .046-.01.046-.02s-.036-.036-.082-.052c-.046-.015-.067-.01-.046.02.02.03.056.052.082.052m8.21-.01c.072 0 .098-.01.062-.026a.2.2 0 0 0-.128 0c-.03.015 0 .026.066.026m5.16.01q.026-.001.027-.026-.001-.024-.026-.025-.025.001-.026.025.01.025.026.026zm-14.387-.103a.2.2 0 0 0 .103-.03c.015-.016-.026-.067-.098-.103a1 1 0 0 0-.164-.067c-.02 0 .01.026.056.057.052.03.077.077.062.102-.015.02.005.04.041.04m9.16-.01c.14-.014.314-.066.39-.117.114-.072.13-.108.083-.164-.046-.057-.04-.067.026-.041.046.02.118.005.164-.031.062-.052.067-.072.01-.108-.056-.036-.056-.041 0-.041.036 0 .124-.062.195-.14.071-.076.13-.163.13-.204 0-.057-.032-.057-.145-.01-.077.03-.19.082-.252.107-.06.03-.143.04-.18.026-.046-.015-.066.02-.066.123 0 .123.02.15.128.154.103.005.108.01.026.03a.8.8 0 0 0-.216.083c-.06.03-.113.077-.113.108 0 .026.062.036.144.016q.153-.04.067.02c-.04.03-.16.05-.257.05a.6.6 0 0 1-.25-.045c-.043-.025-.058-.067-.048-.087.016-.026-.01-.077-.056-.118-.072-.067-.077-.067-.052.01.016.046.006.092-.02.103-.036.01-.026.046.02.092.042.04.067.108.052.144-.026.05.026.062.22.04m-9.714-.04q.024-.001.025-.026 0-.024-.025-.025-.025 0-.026.025.008.025.026.026m14.223 0c.015 0 .062-.123.103-.277.046-.154.128-.34.19-.416.061-.077.123-.113.138-.088.02.03.067.026.13-.02.081-.057.086-.082.03-.15a.24.24 0 0 0-.175-.071c-.103.005-.103.01.005.03.062.01.118.047.118.073s-.06.036-.133.015c-.098-.025-.124-.015-.098.026.02.036 0 .062-.062.062a.26.26 0 0 0-.159.06.26.26 0 0 0-.06.16.5.5 0 0 1-.099.226c-.056.072-.087.165-.067.21.026.073.036.073.072-.015.031-.082.041-.077.041.04 0 .073.016.135.026.135m-1.232-.051q.024-.001.025-.026 0-.024-.025-.026-.025 0-.026.026.01.024.026.026m1.006 0c.03 0 .051-.02.051-.052 0-.03-.02-.051-.05-.051-.032 0-.052.02-.052.05 0 .032.02.053.051.053m.668 0c.056 0 .102-.02.102-.041a.13.13 0 0 0-.03-.072c-.016-.016-.062-.02-.103-.005s-.072.046-.072.07c0 .027.046.048.103.048m-13.947-.052q.025-.001.026-.025 0-.025-.026-.026-.024 0-.025.026.01.024.025.025m.463 0q.024-.001.025-.025 0-.025-.025-.026t-.026.026q.01.024.026.025m.852-.036c.041-.02.154-.092.252-.16.097-.066.21-.107.246-.091.041.015.175-.041.298-.13.123-.086.22-.184.215-.214-.005-.036.026-.057.078-.057.05.005.077-.01.061-.03-.015-.021.077-.103.206-.175.128-.072.23-.15.23-.16 0-.015-.05 0-.112.037-.062.036-.36.205-.658.385-.297.18-.62.395-.719.482-.097.083-.143.139-.097.113m.59-.318c-.056.026-.03-.01.052-.082s.174-.13.205-.13.005.037-.05.084a1 1 0 0 1-.207.128m.36-.21q-.025-.001-.026-.026.001-.025.026-.026t.026.026c0 .015-.016.025-.026.025zm2.352.564c.015 0 .04-.02.056-.051.015-.03.02-.051.005-.051s-.04.02-.056.05c-.016.027-.016.052-.005.052m7.25 0c.01 0 .02-.01.02-.02s-.025-.041-.06-.062c-.037-.02-.047-.015-.02.02.024.037.05.062.06.062m-7.312-.082c.03-.015.026-.056-.01-.097-.03-.042-.04-.098-.02-.14q.04-.068-.02-.014c-.032.03-.042.102-.027.164.015.067.051.103.077.087m1.458.03q.025-.001.026-.025t-.026-.025q-.024 0-.025.025.001.025.025.026zm6.45-.004c.046.005.138-.036.205-.093.067-.056.103-.102.077-.102s-.015-.036.015-.077c.047-.052-.015-.047-.225.03l-.288.103-.18-.103c-.097-.056-.18-.087-.18-.066s.052.087.12.149a.5.5 0 0 0 .245.128c.072.01.164.026.21.03zm-3.538-.098c.072-.056.077-.082.025-.113a.23.23 0 0 0-.113-.04c-.025 0-.02.03.01.066.032.036.042.087.021.113q-.022.037.057-.026m.113.052q.024-.001.025-.026 0-.024-.025-.026-.025 0-.026.026c0 .015.015.026.026.026m-9.243-.052q.024-.001.026-.025 0-.025-.026-.026-.024 0-.026.026c0 .015.016.025.026.025m6.04 0c.055 0 .096-.036.096-.077 0-.04-.02-.077-.046-.077a.6.6 0 0 0-.128.03c-.047.016-.067.052-.052.078s.072.046.13.046m.317-.01c.077-.005.144-.036.144-.062 0-.025-.016-.056-.04-.066-.027-.01-.094.02-.145.06-.098.078-.098.078.04.068zm.34.01c.055 0 .117-.025.137-.056s.006-.077-.035-.103a.2.2 0 0 0-.124-.03c-.03.01-.056.056-.066.102q-.014.085.087.087m3.62 0a.33.33 0 0 0 .163-.082c.072-.056.082-.087.036-.108-.036-.015-.046-.051-.03-.087.02-.03-.006-.026-.052.01a.4.4 0 0 0-.087.093c0 .01.025.005.061-.016q.062-.038.016.031c-.03.051-.057.046-.108-.02-.062-.083-.072-.083-.128.03-.062.113-.057.113.03.041.088-.071.093-.066.062.016-.015.056-.005.092.036.092m2.987-.154c.047-.097.103-.23.13-.298.024-.066.065-.102.096-.087.026.016.052.005.052-.02 0-.031.046-.057.107-.057.057 0 .093-.026.072-.051-.015-.031-.082-.052-.149-.052-.06 0-.169.057-.236.124q-.116.123-.138.37l-.02.246zM1.161 13.1c.005 0 .01-.123.005-.267a1.05 1.05 0 0 0-.087-.421c-.046-.082-.082-.134-.087-.103 0 .03-.026.016-.052-.026-.046-.066-.05-.066-.046 0 0 .042.02.124.046.18.042.098.047.098.047.005 0-.056.015-.082.036-.066.015.015.04.164.05.323.01.16.03.313.052.339.016.015.03.036.036.036m-.03-.324c-.02.02-.036.005-.036-.036 0-.035.015-.05.035-.035a.05.05 0 0 1 0 .07zm7.536.324q.025-.001.026-.026t-.026-.025q-.024 0-.025.025.001.025.025.026m5.52 0c.057 0 .108-.02.108-.046s-.03-.072-.072-.108c-.04-.036-.06-.093-.046-.13.015-.034.005-.081-.026-.096-.03-.015-.066-.01-.082.02a.12.12 0 0 0 .01.119.25.25 0 0 1 .026.154q-.028.085.082.087m7.78 0q.024-.001.025-.026 0-.024-.025-.025-.025 0-.026.025c0 .016.015.026.026.026M8.38 12.99c.01-.03.005-.067-.01-.082-.016-.016-.057-.01-.088.01-.046.026-.04.046.01.082.042.026.078.02.088-.01m5.011.057q.025-.001.026-.026t-.026-.026q-.024.001-.025.026c0 .015.015.026.025.026m.514 0c.041 0 .077-.026.077-.052 0-.03-.036-.051-.077-.051-.04 0-.077.02-.077.051 0 .026.036.052.077.052m9.838-.083c.052-.051.098-.107.098-.133s-.057-.005-.129.04c-.07.047-.113.109-.097.134.02.026.077.01.128-.04zm-10.085.03c.036 0 .067-.035.067-.076s-.03-.077-.072-.077c-.04 0-.087.02-.102.046a.07.07 0 0 0 .005.077c.015.02.066.03.102.03m.755-.014c.031-.01.067-.057.077-.108s-.015-.087-.06-.087c-.042 0-.094.02-.109.05a.12.12 0 0 0 0 .104c.015.036.056.05.092.04zm.344.015c.057 0 .098-.02.098-.046s-.03-.057-.062-.072a.3.3 0 0 0-.128 0c-.036.01-.05.046-.036.072s.072.046.128.046m2.953 0c.04 0 .072-.015.072-.04a.3.3 0 0 0-.057-.12c-.046-.066-.05-.061-.025.011.015.052.01.088-.016.088s-.072-.036-.108-.077c-.036-.042-.046-.103-.025-.14.025-.04.015-.045-.02-.025-.032.02-.062.057-.062.082s.035.083.082.124c.051.061.118.097.16.097m-16.076-.051q.024-.001.025-.026-.001-.024-.025-.026-.025.001-.026.026c0 .01.01.026.026.026m6.34 0c.036 0 .052-.016.036-.036-.02-.02-.05-.02-.067 0-.02.02-.005.036.031.036m13.176 0a.32.32 0 0 0 .2-.103c.052-.056.077-.103.062-.103a1 1 0 0 0-.2.103c-.139.082-.15.103-.062.103m-8.118-.052q.024-.001.026-.025 0-.025-.026-.026-.024.001-.026.026c0 .01.01.025.026.025m.308 0c.077 0 .128-.03.128-.071s-.02-.088-.05-.108c-.032-.02-.052-.088-.052-.154 0-.067-.03-.134-.072-.15-.04-.015-.087.01-.108.057-.02.052 0 .108.051.144q.078.062.031.092a.14.14 0 0 0-.056.108c0 .052.051.082.128.082m.514 0c.046 0 .077-.025.066-.056-.01-.03-.04-.056-.066-.056s-.057.025-.067.056c-.01.03.02.056.067.056m5.258 0c.03 0 .16-.128.287-.287.13-.16.236-.318.236-.36 0-.04-.02-.071-.04-.071a.14.14 0 0 0-.083.036.2.2 0 0 1-.087.046 1 1 0 0 1-.103.01c-.03.005-.046.026-.03.046.01.02-.006.067-.042.098-.036.036-.082.046-.108.025-.02-.02-.02-.005 0 .031.021.036.057.052.083.041.025-.015.056.01.072.052.02.046 0 .077-.052.077-.046 0-.06.025-.04.056.025.041-.006.052-.114.026-.118-.026-.133-.026-.056.02.051.031.077.077.061.103-.02.026-.01.046.016.051m-2.948-.05c.041 0 .077-.011.077-.021s-.036-.036-.077-.052c-.04-.015-.077-.005-.077.02s.036.052.077.052zm1.67 0c.035 0 .05-.016.035-.037-.02-.02-.05-.02-.067 0-.02.02-.005.036.031.036zm4.96-.016c.015-.016.02-.062.004-.098-.015-.04-.03-.03-.03.031 0 .056.01.082.025.067zm-9.17-.036c.055 0 .111-.02.127-.046.015-.026-.005-.072-.046-.108-.04-.036-.098-.046-.129-.031-.03.02-.05.067-.05.108s.04.077.097.077m.733-.052c.025-.025.036-.082.015-.128a.13.13 0 0 0-.108-.082c-.04 0-.077.03-.077.067 0 .036.026.092.062.128.036.041.082.046.108.015m7.26.031c.021-.02.021-.051 0-.066-.02-.021-.035-.006-.035.035 0 .036.015.052.035.031m-8.554-.03c.056 0 .097-.026.097-.052 0-.03-.036-.051-.082-.051-.056 0-.072-.026-.05-.093.03-.082.025-.082-.052-.005-.047.046-.072.108-.052.139.02.03.082.061.14.061zm4.6-.006c.037 0 .078-.02.093-.046s.062-.036.108-.02c.041.015.077.005.077-.026 0-.03-.03-.057-.067-.057a.4.4 0 0 0-.17.077c-.056.042-.076.072-.04.072zm1.094-.046a.4.4 0 0 0 .052-.128q-.002-.038-.052.025a.3.3 0 0 0-.05.129c0 .03.025.015.05-.026m1.72.051q.025-.001.026-.025 0-.025-.025-.026-.025.001-.026.026c0 .01.01.025.026.025zm.17 0c.01 0-.005-.03-.036-.071a2 2 0 0 1-.16-.375 2 2 0 0 1-.102-.432c0-.071-.046-.22-.097-.333-.062-.144-.129-.21-.206-.216-.092-.005-.108.01-.082.139.015.082.051.21.077.282s.051.2.051.288c0 .082.02.149.041.149s.067.05.098.112c.03.062.057.088.062.052 0-.036.02-.062.046-.062s.046.046.046.098a.6.6 0 0 0 .123.23.6.6 0 0 0 .14.14zm-.329-.513c-.05 0-.072-.026-.056-.077.015-.041.005-.087-.02-.108-.026-.015-.052-.051-.052-.077s.02-.046.051-.046c.026 0 .047.015.041.036s.016.092.052.154c.061.097.056.118-.016.118m-.092-.41c-.01 0-.036-.026-.057-.052-.015-.031-.005-.051.021-.051s.056.02.056.05c0 .027-.01.052-.02.052zm-.057-.155q-.024-.001-.025-.026.001-.024.025-.025.025.001.026.025c0 .01-.01.026-.026.026m0-.103q-.024-.001-.025-.025.001-.025.025-.026.025.001.026.026c0 .01-.01.025-.026.025m-.05-.102q-.026-.001-.027-.026.001-.024.026-.026.024.001.026.026c0 .01-.01.026-.026.026zM8.54 12.687c.036 0 .051-.015.036-.036-.02-.02-.05-.02-.067 0-.02.02-.005.036.031.036m5.422 0c.067 0 .134-.026.154-.056.021-.031 0-.093-.04-.134-.062-.062-.103-.067-.185-.02-.062.036-.093.087-.077.133.015.041.082.077.148.077m3.477-.005c.02 0 .036-.036.036-.087 0-.052-.072-.129-.16-.18-.087-.051-.18-.077-.205-.062-.026.016-.026.072.01.134a.4.4 0 0 0 .17.149c.056.02.128.046.15.046m1.556-.046c.01 0 .02-.026.02-.052 0-.03-.026-.05-.056-.05s-.04.02-.02.05c.02.026.04.052.056.052m1.38 0q.025-.001.026-.026t-.025-.026q-.025.001-.026.026c0 .01.01.026.026.026zm-9.14-.052q.025-.001.026-.025 0-.025-.025-.026-.025.001-.026.026c0 .01.01.025.026.025zm1.49 0c.041 0 .077-.025.077-.05 0-.032-.02-.052-.05-.052-.027 0-.037-.041-.017-.088.02-.056.016-.071-.025-.046-.03.02-.062.082-.062.139 0 .05.036.097.077.097m1.94-.005c.021.005.027-.02.011-.046-.015-.03-.092-.051-.17-.046l-.138.005.128.04.17.047zm3.036.005c.015 0 .04-.025.056-.05.015-.032.02-.052.005-.052s-.04.02-.056.05c-.016.027-.02.052-.005.052m.677 0c.077 0 .195-.061.278-.148.082-.083.15-.2.15-.262q0-.11-.063-.072c-.046.025-.04.01.005-.046a.27.27 0 0 0 .036-.221c-.03-.118-.046-.123-.118-.067-.077.062-.077.056-.005-.062q.083-.13.036-.23a1.2 1.2 0 0 0-.144-.227c-.092-.118-.103-.118-.185-.04-.046.046-.113.087-.149.087s-.067.036-.067.077c0 .04.067.087.144.107.077.016.17.016.206-.005.036-.025.046-.015.025.02-.02.032-.087.062-.144.062-.107 0-.107 0-.01.078.057.04.077.077.052.077s-.006.035.05.077c.098.071.098.077-.004.082a.7.7 0 0 1-.144 0c-.02-.005-.04.051-.04.118s.035.138.081.154.134.02.195.005c.062-.015.031.01-.06.051-.094.041-.19.067-.21.052-.028-.016-.058.036-.074.113a.4.4 0 0 0-.005.18.4.4 0 0 0 .164.04m-6.15-.071c.158-.006.184-.016.132-.072-.046-.047-.102-.052-.195-.016-.072.026-.133.062-.133.072s.087.02.195.016m1.313.02a.6.6 0 0 0 .154-.03c.047-.016.083-.052.083-.078 0-.025-.072-.046-.154-.046q-.155 0-.155.077c0 .041.031.072.072.077m2.316 0q.025-.001.026-.026t-.026-.025q-.024.001-.026.025.001.016.026.026m.59 0c.037 0 .052-.015.037-.036-.02-.02-.052-.02-.067 0s-.005.036.03.036m1.485 0c.025 0 .061-.02.082-.051.015-.031-.005-.052-.046-.052-.047 0-.083.02-.083.052 0 .03.021.051.047.051m-1.87-.051q.025-.001.026-.026t-.025-.026q-.025.001-.026.026.001.016.026.026zm4.067-.02c.02-.021.02-.052 0-.068-.02-.02-.036-.005-.036.036 0 .036.016.052.036.031zm.195.02q.025-.001.026-.026t-.026-.026q-.024.001-.025.026.001.016.025.026m2.573 0c.01 0 .02-.01.02-.02s-.025-.042-.06-.062c-.037-.021-.047-.016-.02.02.02.03.045.057.06.062m-9.915-.067c.087.005.128-.015.128-.072 0-.051-.03-.072-.077-.051-.04.015-.077.005-.077-.026 0-.03-.02-.041-.05-.02-.032.015-.053.061-.053.092 0 .03.062.072.13.077m2.464.01q.025-.001.026-.025 0-.025-.026-.026-.024.001-.025.026c0 .015.015.025.025.025m1.988 0c.02 0 .04-.036.04-.082s.026-.067.052-.046a.07.07 0 0 1 .02.087c-.02.03-.01.041.026.02.031-.02.062-.066.062-.102s-.082-.103-.175-.149c-.17-.082-.18-.082-.21.026-.026.077-.005.128.056.18a.34.34 0 0 0 .13.066m.374 0q.025-.001.026-.025 0-.025-.026-.026-.024.001-.025.026c0 .015.015.025.025.025m1.022 0c.016 0 .041-.025.057-.051.015-.031.02-.051.005-.051-.016 0-.04.02-.057.05-.015.032-.02.052-.005.052m3.548-.03c.041-.016.077-.042.077-.052s-.036-.02-.077-.02c-.04 0-.077.02-.077.05 0 .027.036.037.077.021zm-9.9-.037a.4.4 0 0 0 .042-.133c.02-.092.01-.103-.052-.057-.04.031-.06.093-.04.134.014.046.04.067.05.056m-.01-.087q-.024-.001-.025-.026.001-.024.025-.025.025.001.026.025 0 .025-.026.026m5.49.103c.015 0 .04-.026.056-.051.015-.031.02-.052.005-.052-.016 0-.04.02-.057.052-.015.03-.02.05-.005.05zm-4.668-.046c.067 0 .138-.026.16-.052.014-.03.01-.051-.01-.051a1 1 0 0 1-.16-.03c-.088-.021-.113-.011-.113.05-.006.052.04.078.123.083m3.44 0q.024-.001.026-.026 0-.024-.026-.026-.024.001-.026.026.001.016.026.026m.195 0a.13.13 0 0 0 .108-.077c.015-.041.01-.077-.015-.077s-.072.036-.108.077c-.052.061-.052.072.015.077m2.11 0c.016 0 .042-.026.057-.052.016-.03.02-.051.005-.051s-.04.02-.056.051c-.016.026-.02.052-.005.052zm3.6 0c.041 0 .108-.052.154-.113s.057-.124.031-.134-.108.02-.18.072c-.072.046-.118.108-.102.134.015.02.061.04.097.04zm-3.748-.052q.024-.001.025-.025 0-.025-.025-.026-.025.001-.026.026.001.016.026.025m-7.24-.051q.024-.001.025-.026 0-.024-.025-.025-.025.001-.026.025.001.016.026.026m1.088 0c.036 0 .067-.03.067-.067a.07.07 0 0 0-.067-.067.07.07 0 0 0-.067.067c0 .036.026.062.067.067m4.093 0c.015 0 .04-.026.056-.051.016-.031.02-.052.005-.052s-.04.02-.056.052c-.016.025-.02.051-.005.051m1.057 0c.026 0 .052-.02.052-.051 0-.026.03-.036.072-.02a.1.1 0 0 0 .113-.037c.025-.046.015-.056-.04-.03-.048.015-.094 0-.109-.037-.016-.036 0-.092.03-.123q.063-.058 0-.056c-.03 0-.07.036-.087.082-.015.046-.02.103 0 .128.016.026.005.046-.025.046s-.057.02-.057.052c0 .02.026.04.051.046m-4.903-.051c.066 0 .138-.02.15-.041.014-.021.01-.067-.01-.093a.25.25 0 0 0-.125-.082c-.05-.02-.097 0-.118.046a.5.5 0 0 0-.03.123c.004.02.06.041.133.047m6.007 0q.025-.001.026-.026-.001-.024-.026-.026-.024.001-.025.026.001.016.025.026m.18-.026a.3.3 0 0 0 .067-.128c.015-.057.01-.093-.016-.077a.3.3 0 0 0-.066.128c-.016.051-.01.087.015.077m-18.26-.026c.012 0 .032-.036.053-.077.015-.04.005-.077-.02-.077s-.052.036-.052.077.01.072.02.077m11.343-.02a.07.07 0 0 0 .071-.072c0-.041-.025-.062-.05-.052a.12.12 0 0 0-.073.072c-.01.031.016.052.052.052m4.775.015c.041 0 .087-.036.108-.082.02-.057.005-.077-.057-.062-.046.01-.097.047-.108.082s.016.062.057.062m.447 0c.025 0 .051-.03.051-.072 0-.04-.036-.087-.082-.102-.046-.016-.098-.021-.113-.006-.016.016 0 .026.03.026.031 0 .057.016.052.036a.2.2 0 0 0 0 .077c.005.026.036.041.062.041m.744 0q.025-.001.026-.026t-.026-.025q-.024.001-.025.025.001.025.025.026m1.078 0q.025-.001.026-.026t-.025-.025q-.025.001-.026.025.001.025.025.026m.257-.01c.072-.01.13-.082.18-.231.041-.118.056-.236.036-.257-.02-.02-.057-.005-.082.03-.026.042-.098.062-.175.047-.118-.02-.128-.01-.103.108.016.072.031.174.031.226.005.067.041.087.113.077m-.102-.298q-.025-.001-.026-.026.001-.024.026-.025.024.001.025.025 0 .025-.025.026m-2.645.257c.036 0 .051-.016.036-.036-.02-.02-.05-.02-.067 0-.02.025-.005.036.031.036m2.131 0q.024-.001.026-.026 0-.024-.026-.026-.024 0-.026.026.001.025.026.026m-17.87-.052q.026-.001.028-.025-.001-.025-.026-.026-.025.001-.026.026t.026.025zm7.6-.113c.13-.061.221-.118.21-.128-.01-.01-.112.02-.23.067-.118.046-.21.103-.21.128s.102-.005.23-.067m5.751.113q.025-.001.026-.025 0-.025-.026-.026-.024.001-.025.026.001.024.025.025m2.825 0q.024-.001.025-.025 0-.025-.025-.026-.025.001-.026.026.001.024.026.025m.852 0c.02 0 .036-.071.03-.154 0-.087-.02-.138-.035-.123s-.03.087-.03.154c0 .072.014.123.035.123m-5.88-.082c.072-.025.072-.036-.005-.082-.046-.026-.097-.036-.112-.02-.016.015-.01.05.005.082.015.03.071.036.113.02zm.252.036q.025-.001.026-.025 0-.025-.026-.026-.024.001-.025.026.001.016.025.025m.288 0c.02 0 .056-.02.072-.046s.015-.082 0-.128c-.016-.047-.062-.083-.098-.083a.15.15 0 0 0-.103.052c-.02.03-.005.087.031.128a.2.2 0 0 0 .098.077m4.154 0c.036 0 .051-.015.036-.036-.02-.02-.052-.02-.067 0-.02.02-.005.036.03.036zm.693 0q.024-.001.026-.025 0-.025-.026-.026-.024.001-.026.026.001.016.026.025m2.31 0c.011 0 .006-.036-.01-.077-.015-.04-.04-.067-.056-.056-.015.015-.01.051.01.077.02.03.046.051.057.056zM.92 11.918q.024-.001.025-.026-.001-.024-.025-.025-.025.001-.026.025c0 .01.01.026.026.026m13.17 0c.036 0 .051-.016.036-.036-.02-.02-.052-.02-.067 0-.02.02-.005.036.03.036m2.98 0a.05.05 0 0 0 .05-.051.055.055 0 0 0-.05-.052.05.05 0 0 0-.052.052c0 .025.025.05.05.05zm-16.2-.087c.04-.016.06-.052.046-.077a.1.1 0 0 0-.077-.047c-.026 0-.047.036-.047.077 0 .047.03.067.077.047zm.164.015c.02-.02.02-.051 0-.067-.02-.02-.036-.005-.036.036 0 .036.015.052.036.031m11.44.02q.024-.001.025-.025 0-.025-.026-.026-.024.001-.025.026.001.024.025.026zm4.775 0c.01 0 .036-.02.05-.046.016-.025.006-.061-.02-.082-.03-.015-.05.005-.05.046s.004.083.02.083zm1.848 0q.025-.001.026-.025 0-.025-.026-.026-.024.001-.026.026.001.024.026.026zm.18-.05a.4.4 0 0 0 .051-.13c0-.025-.02-.015-.05.026a.4.4 0 0 0-.053.129c0 .026.026.015.052-.026zm-11.04-.011c.041-.016.2-.067.35-.113.148-.051.261-.103.246-.113-.016-.015-.15.015-.298.062a1.3 1.3 0 0 0-.324.138q-.052.047.026.026m3.615.005c.056 0 .082-.01.067-.026-.016-.015-.062-.02-.098-.005-.04.016-.026.031.03.031zm2.008.005q.024-.001.025-.026 0-.024-.025-.025-.025.001-.026.025.001.025.026.026m3.08 0q.025-.001.026-.026t-.026-.025q-.024.001-.025.025.001.025.025.026m.668 0q.024-.001.026-.026 0-.024-.026-.025-.024.001-.026.025.001.025.026.026m.334 0c.036 0 .051-.015.036-.036-.02-.02-.052-.02-.067 0-.02.02-.005.036.03.036zm.282 0q.025-.001.026-.026t-.026-.025q-.024.001-.025.025.001.025.025.026m-9.217-.051c.036 0 .052-.016.036-.036-.02-.02-.05-.02-.067 0-.02.02-.005.036.031.036m8.093-.016c.015-.015.02-.061.005-.097-.016-.041-.03-.03-.03.03-.006.057.01.083.025.067m.713.016q.025-.001.026-.026t-.026-.026q-.024.001-.025.026.001.025.025.026m1.094 0c.01 0 .01-.062-.01-.144a3 3 0 0 0-.087-.282c-.03-.077-.077-.139-.103-.139s-.01.067.03.154a.7.7 0 0 1 .078.247c0 .05.015.112.036.133.015.015.04.03.056.03zm.252-.02c.02-.021.02-.052 0-.067-.02-.021-.036-.006-.036.035 0 .036.015.052.036.031zm-12.118-.14c.118-.061.215-.117.215-.128s-.03-.02-.067-.02c-.036 0-.133.056-.22.128l-.154.128zm5.021.108q.025-.001.026-.025 0-.025-.026-.026-.024.001-.025.026.001.024.025.025m.103 0q.024-.001.026-.025 0-.025-.026-.026-.024.001-.026.026.001.024.026.025m.123 0c.031 0 .057-.02.057-.05 0-.032-.01-.052-.02-.052s-.037.02-.057.051c-.02.026-.01.051.02.051m.293-.005s.005-.03.005-.072c0-.04-.02-.077-.04-.077s-.052.021-.068.047c-.015.025 0 .056.036.072.031.015.062.025.067.03m5.448-.015c.02-.02.02-.051 0-.067-.02-.02-.036-.005-.036.036 0 .036.016.052.036.031m1.017.02q.024-.001.025-.025 0-.025-.025-.026-.025.001-.026.026c0 .015.01.02.026.026zm-11.887-.05c.036 0 .051-.016.036-.037-.016-.02-.052-.02-.067 0-.02.016-.005.031.03.036zm6.71-.006c.006 0 .011-.01.011-.02 0-.016-.123-.15-.277-.303a4.4 4.4 0 0 1-.462-.555c-.103-.154-.185-.329-.185-.395a.6.6 0 0 0-.05-.22c-.032-.058-.089-.099-.135-.099s-.123.052-.175.118c-.066.082-.148.118-.287.118-.108 0-.2.026-.21.057-.01.03.02.056.071.056a.26.26 0 0 0 .154-.05c.046-.037.062-.031.062.014 0 .042.051.021.128-.05.123-.114.134-.114.226-.032.052.046.113.185.134.298.02.123.077.241.133.283.057.04.087.092.072.118s-.005.046.026.046c.03 0 .056.025.056.056s-.025.036-.06.016c-.037-.02-.048-.016-.02.025.02.031.055.047.08.031.026-.015.123.052.216.144.092.098.236.21.323.257.088.046.165.087.17.087zm4.304.005q.024-.001.026-.026 0-.024-.026-.025-.025.001-.026.025c0 .01.01.026.026.026m1.432-.02c.026-.01.067-.077.093-.15a.43.43 0 0 0-.016-.277c-.05-.143-.06-.143-.112-.046a.7.7 0 0 1-.098.134c-.02.02-.015.102.02.195.036.087.088.154.113.144m-.513-.031c.01 0 .036-.026.056-.052.016-.03.006-.05-.02-.05s-.057.02-.057.05c0 .026.01.052.021.052m-7.29-.057c.05 0 .081-.01.065-.025-.015-.016-.06-.02-.097-.005q-.06.023.03.03zm5.293.005q.024-.001.025-.025 0-.025-.025-.026-.025.001-.026.026c0 .01.01.025.026.025m.73 0c.014 0 0-.03-.037-.071-.04-.052-.04-.083-.005-.108a.067.067 0 0 0 .02-.093q-.032-.052-.072.041c-.02.057-.015.129.016.165a.3.3 0 0 0 .077.066m.127 0c.026 0 .041-.02.041-.046a.12.12 0 0 0-.04-.077c-.027-.015-.042.005-.042.046-.005.041.015.072.041.077m.17 0q.024-.001.025-.025 0-.025-.026-.026-.024.001-.025.026c0 .01.01.025.025.025zM.873 11.41c.01-.067-.005-.15-.04-.18-.053-.046-.058-.036-.032.036a.8.8 0 0 1 .04.18c.006.046.02.03.032-.036m9.462.097c.036 0 .052-.015.036-.036-.02-.02-.05-.02-.067 0-.02.02-.005.036.031.036m1.782-.02c.02-.021.02-.052 0-.067-.02-.02-.036-.005-.036.036 0 .036.015.051.036.03zm10.12-.01c.016-.016 0-.052-.035-.088s-.062-.041-.062-.005c0 .03.016.067.036.087s.051.02.062.005zM7.41 11.444c.041 0 .237-.03.437-.077.195-.04.672-.133 1.052-.205a10 10 0 0 1 .832-.123c.077 0 .154-.026.175-.062.026-.046-.057-.051-.313-.025-.19.02-.58.082-.868.143a35 35 0 0 0-.724.15 6 6 0 0 0-.437.117c-.128.047-.195.082-.154.082m1.9.01c.036 0 .052-.015.036-.035-.02-.02-.05-.02-.067 0-.02.015-.005.036.031.036zm1.181 0c.036 0 .052-.015.036-.035-.02-.02-.05-.02-.067 0-.02.015-.005.036.031.036zm.36-.004c.051 0 .04-.02-.026-.047a.5.5 0 0 0-.154-.046c-.03 0-.015.02.026.046a.4.4 0 0 0 .154.047m1.56 0c.032 0 .016-.026-.035-.057-.072-.04-.082-.072-.03-.128.045-.057.04-.077-.02-.103-.048-.015-.094-.077-.115-.128-.015-.052-.056-.098-.087-.098s-.04.016-.02.036.01.067-.026.103c-.04.051-.04.067 0 .067.03 0 .056-.031.056-.062 0-.03.036-.01.083.056.046.067.066.134.05.15-.014.015-.004.06.027.097.03.036.087.067.118.067zm-4.97-.119c.108-.035.483-.133.832-.215.467-.108.6-.16.514-.185a.8.8 0 0 0-.2-.036c-.062-.005-.062.005-.01.041q.076.044-.063.067c-.072.015-.133.005-.133-.02s-.026-.047-.057-.047c-.03 0-.04.02-.025.046s-.072.072-.2.103c-.124.03-.247.057-.268.057-.02 0-.005-.021.036-.052.067-.046.067-.051 0-.046a.6.6 0 0 0-.18.046c-.102.046-.102.046 0 .052.057.005.078.02.047.03-.03.01-.113 0-.18-.025q-.129-.053-.036-.052c.052 0 .093-.025.093-.056s.02-.041.051-.02c.026.015.051.01.051-.016s.283-.082.627-.128a18 18 0 0 1 1.12-.119c.271-.015.497-.046.513-.061.015-.016-.308-.005-.72.015a32 32 0 0 1-1.052.041q-.3 0-.18.031c.113.03.103.041-.092.072-.123.02-.246.02-.272.005s-.103-.02-.17 0c-.087.02-.128.077-.149.195a2 2 0 0 1-.06.257c-.03.082-.017.087.163.02m.093-.087c-.062 0-.072-.015-.03-.03.035-.016.081-.016.096.004.016.016-.01.026-.066.026m11.455.154q.025-.001.026-.025 0-.025-.026-.026-.024.001-.025.026c0 .015.01.03.025.025m.13 0c.035 0 .05-.015.035-.036-.02-.02-.052-.02-.067 0-.02.02-.005.036.03.036zm.276-.097c.077-.067.134-.175.134-.237a.4.4 0 0 0-.077-.21c-.057-.077-.077-.082-.077-.02 0 .04-.047 0-.103-.093-.057-.092-.123-.164-.154-.164-.026 0-.04.03-.026.072.016.04-.01.107-.062.159-.082.082-.082.092 0 .174.072.072.098.077.2.016.103-.067.11-.062.047.01-.036.046-.05.113-.03.144.025.04.015.051-.037.025-.04-.02-.04-.01.01.031.047.036.072.103.057.144-.01.046.036.026.118-.051m-.303-.314q-.024-.001-.026-.025.001-.025.026-.026.025.001.026.026t-.026.025m-10.424.36q.025-.001.026-.026t-.026-.025q-.024.001-.025.025.001.025.025.026m1.875 0q.075 0-.026-.046a.5.5 0 0 0-.154-.047c-.03 0-.015.021.026.047a.4.4 0 0 0 .154.046m.328 0q.088-.001.067-.026c-.015-.015-.062-.02-.098-.005q-.06.024.031.03zm.622 0c.077 0 .066-.016-.052-.067-.082-.036-.164-.056-.18-.046s.01.041.052.067a.4.4 0 0 0 .18.046m.2 0c.015 0 .04-.02.056-.051s.02-.052.005-.052-.04.02-.056.052c-.015.03-.02.05-.005.05zm.282 0c.057 0 .108-.01.108-.02s-.036-.031-.077-.052c-.04-.015-.087-.005-.108.02-.015.031.02.052.077.052m1.104 0c.016 0 .041-.02.057-.051.015-.031.02-.052.005-.052-.016 0-.04.02-.057.052-.015.03-.02.05-.005.05zm-3.44-.051c.056 0 .082-.01.067-.026-.016-.016-.062-.02-.098-.005q-.06.022.03.03zm1.083 0c.031 0 .016-.021-.025-.052a.4.4 0 0 0-.129-.051c-.03 0-.015.02.026.051a.26.26 0 0 0 .128.052m6.42 0c.014 0 .025-.01.025-.026q0-.025-.026-.026-.025.001-.026.026.001.024.026.026m.99-.031a.7.7 0 0 0 .2-.082.16.16 0 0 0 .062-.113c0-.036-.046-.103-.103-.154s-.103-.077-.103-.052c0 .02-.056-.02-.128-.092-.072-.077-.149-.134-.175-.134s-.06.046-.077.108a.22.22 0 0 1-.133.134c-.077.02-.093.046-.057.092.031.036.12.067.196.067s.184-.02.24-.046c.098-.047.098-.047.006.03a.7.7 0 0 1-.154.098c-.04.015-.036.046.015.103.057.046.118.061.21.04zm-7.05-.02c.046 0 .061-.032.046-.078-.015-.04-.05-.061-.077-.046a.1.1 0 0 0-.046.077c0 .026.03.046.077.046zm5.802 0q.025-.002.026-.026 0-.025-.026-.026-.024.001-.026.026.001.024.026.025zm.663-.011c.071-.005.133-.026.133-.046s-.026-.052-.05-.067c-.032-.015-.089.005-.135.046-.072.072-.067.077.052.067m1.494.01q.024-.001.025-.025 0-.025-.025-.026-.025.001-.026.026.001.024.026.025m.873 0q.024-.001.025-.025 0-.025-.025-.026-.025.001-.026.026.001.024.026.025m.174-.025c.016-.016-.005-.052-.046-.077-.04-.026-.056-.047-.036-.047s.026-.025.01-.051c-.015-.03-.056-.036-.082-.02-.03.02-.015.071.036.128.046.051.103.082.118.067m2.09.025c.01 0 .016-.056.016-.123 0-.098-.02-.118-.103-.098-.098.026-.098.031-.016.124a.4.4 0 0 0 .103.097m-10.598-.092c.077-.062.092-.062.092 0 0 .04.031.02.057-.046.04-.088.082-.108.174-.083.072.02.124.005.124-.025s-.057-.057-.129-.057-.144.036-.159.077-.046.067-.072.052c-.02-.016-.072.015-.108.066-.06.077-.056.077.02.016zm1.12.04c.03 0 .05-.02.05-.05s-.02-.052-.05-.052c-.032 0-.052.02-.052.051s.02.052.051.052zm4.56-.025c.014-.015 0-.051-.037-.087-.036-.036-.062-.041-.062-.01 0 .03.016.066.036.087.02.026.052.026.062.01m1.68.026c.013 0 .024-.01.024-.026q0-.024-.026-.025-.024.001-.026.025.001.025.026.026zm-6.01-.052q.025-.001.026-.025 0-.025-.026-.026-.024.001-.025.026.001.024.025.025m4.416 0q.025-.001.026-.025 0-.025-.026-.026-.024.001-.025.026.001.024.025.025m.124-.061c.01-.03-.01-.072-.052-.093-.036-.025-.077-.035-.087-.025s.01.051.051.092c.036.046.077.057.088.026m2.341.061q.024-.001.026-.025 0-.025-.026-.026-.024.001-.026.026.001.024.026.025M.97 11.096c.04 0 .072-.036.072-.077 0-.04-.025-.077-.05-.077-.032 0-.053-.036-.053-.077 0-.04.02-.077.047-.077.026 0 .06-.092.082-.21.02-.118.015-.231-.016-.262-.03-.031-.077.067-.133.282-.046.185-.072.37-.05.416.014.041.06.082.1.082m10.32-.02c.036 0 .052-.031.036-.067-.015-.036-.04-.067-.06-.067s-.037.031-.037.067.025.067.061.067m.15.02q.024-.001.025-.025 0-.025-.026-.026-.024.001-.025.026c0 .01.01.025.025.025zm5.57 0c.026 0 .062-.025.083-.061.02-.036.015-.047-.02-.02-.032.02-.062.01-.062-.027 0-.035-.016-.05-.03-.03-.017.02-.089.01-.155-.016-.098-.036-.113-.03-.093.031.016.041.062.067.098.051.036-.015.082-.005.097.021.026.026.057.051.082.051m4.89 0c.03 0 .014-.036-.042-.077a.4.4 0 0 0-.21-.077.24.24 0 0 1-.17-.077c-.046-.056-.046-.102.005-.2.036-.067.18-.22.318-.339.19-.164.283-.21.38-.19a.4.4 0 0 0 .195 0 .12.12 0 0 0 .067-.108c0-.046-.015-.061-.04-.03-.02.03-.104.056-.18.061-.124.01-.134 0-.093-.087a.34.34 0 0 1 .118-.123c.036-.016.02-.026-.03-.031-.052 0-.19.025-.299.056-.17.052-.21.046-.25-.01-.042-.057-.047-.051-.037.026q.016.1-.113.138c-.103.031-.093.036.051.02.165-.02.17-.015.062.037-.093.046-.144.04-.22-.005-.083-.052-.099-.047-.099.036 0 .056.047.113.103.133a.35.35 0 0 0 .206 0c.056-.015.113-.077.133-.133.015-.057.103-.14.185-.18.087-.046.164-.067.18-.057.015.016-.02.067-.077.118a3 3 0 0 1-.288.221 1.4 1.4 0 0 0-.313.344c-.103.175-.118.237-.077.319.04.072.108.102.23.102.098 0 .19.02.206.052.031.04.067.061.098.061m-13.824-.051c.036 0 .051-.015.036-.036-.02-.02-.052-.02-.067 0-.02.02-.005.036.03.036zm4.575 0c.02 0 .051-.036.067-.082a1 1 0 0 0 .03-.247.5.5 0 0 0-.05-.241c-.042-.062-.052-.057-.052.041 0 .062-.02.118-.046.118s-.062.036-.077.082c-.026.072-.02.072.046.02.067-.056.072-.035.061.124-.01.103 0 .185.021.185m6.234 0q.024-.001.025-.026 0-.024-.025-.025-.025.001-.026.025c0 .01.01.026.026.026m-8.22-.051c.014 0 .04-.02.055-.052.016-.025.02-.051.005-.051s-.04.026-.056.051c-.015.026-.02.052-.005.052m.338-.016c.056.005.108-.01.123-.025.01-.021-.03-.072-.092-.119-.108-.082-.113-.077-.124.026-.005.077.026.113.093.118m.03-.036c-.01 0-.04-.025-.06-.061s-.016-.047.02-.02c.03.02.061.045.061.06 0 .016-.01.021-.02.021zm.524.005c.01-.036.01-.077-.01-.097a.05.05 0 0 0-.062 0c-.015.015-.01.061.01.097.032.052.047.052.062 0m5.058.01c.02-.01.041-.046.041-.076 0-.026-.02-.036-.05-.02-.032.014-.058.004-.058-.021a1 1 0 0 1-.01-.113.11.11 0 0 0-.077-.083c-.05-.02-.056 0-.015.077.051.093.04.103-.139.088-.154-.01-.17-.005-.098.036.052.03.13.04.165.025.04-.015.102.005.138.041.031.041.077.062.103.047zm.6.037c.037 0 .052-.016.037-.036-.02-.02-.052-.02-.067 0-.02.02-.005.036.03.036m5.47-.006c.082 0 .21-.03.282-.071a.7.7 0 0 1 .195-.077c.036 0 .051.025.03.056-.02.036-.015.046.027.02.03-.02.046-.061.025-.092-.02-.03-.01-.04.02-.02.032.02.14 0 .242-.047.103-.046.185-.087.185-.102 0-.01-.103-.02-.23-.02-.13 0-.222.02-.207.045.016.02-.07.077-.195.118-.118.042-.287.103-.375.129l-.154.051zm-13.644-.046c.036 0 .052-.02.036-.051-.015-.03-.082-.051-.144-.051-.092 0-.097.01-.036.05a.4.4 0 0 0 .144.052m2.65 0c.015 0 .04-.025.056-.051.016-.03.02-.051.005-.051s-.04.02-.056.05c-.015.027-.02.052-.005.052m5.397 0c.01 0 .035-.025.056-.051.015-.03.005-.051-.02-.051s-.057.02-.057.05c-.005.027.005.052.02.052zm-7.65-.051q.022-.001.024-.026 0-.024-.025-.025-.025.001-.026.025c0 .01.015.026.026.026m1.13 0q.022-.001.024-.026 0-.024-.026-.025-.024.001-.025.025c0 .01.015.026.025.026zm.727-.02c.021-.021.021-.052 0-.067-.02-.02-.036-.005-.036.036 0 .035.016.05.036.03zm.642-.078c.02-.061.057-.113.077-.113s.02.047.005.103c-.02.072 0 .103.062.103.051 0 .14-.057.205-.123.098-.103.103-.129.036-.155a.6.6 0 0 0-.246 0q-.168.033-.098-.02c.052-.036.036-.057-.077-.087a3 3 0 0 1-.323-.113 10 10 0 0 1-.503-.242 2.8 2.8 0 0 1-.534-.36c-.119-.107-.23-.184-.262-.179-.026.01-.01.052.03.098.047.046.072.092.057.108-.015.015.02.04.077.061s.108.067.108.113c0 .057-.03.067-.113.041-.103-.03-.108-.03-.04.052.05.061.117.082.21.061.102-.02.133-.005.138.062 0 .046-.02.103-.05.118-.027.02 0 .046.055.067.062.02.154.01.21-.02.093-.052.103-.042.103.081 0 .129.01.134.2.108.15-.02.196-.01.18.036-.015.036.016.098.062.134.072.061.108.056.241-.021.14-.077.15-.082.123-.005-.015.046-.015.108.006.139.005.046.036.025.061-.047m-.385-.128c-.02.02-.036.005-.036-.036 0-.036.016-.051.036-.036.02.026.02.057 0 .072m-.755-.288c-.036 0-.05-.015-.036-.036.021-.02.052-.02.067 0 .026.021.01.036-.03.036zm1.566.514q.025-.001.026-.026t-.026-.025q-.024.001-.025.025c.005.01.015.026.025.026m3.508-.02c.138.004.164-.006.087-.031a2 2 0 0 0-.36-.067c-.24-.031-.246-.026-.087.03.093.031.257.062.36.067zm.99.02c.026 0 .052-.036.052-.077s-.01-.077-.02-.077-.03.036-.052.077c-.015.041-.01.077.02.077m.134-.016c.016-.015.02-.061.005-.097-.015-.041-.03-.03-.03.03-.006.052.004.083.025.067m2.763.016q.024-.001.025-.026 0-.024-.025-.025-.025.001-.026.025c.005.01.015.026.026.026m1.812-.046c.01-.036.01-.077-.01-.098a.05.05 0 0 0-.062 0c-.015.016-.01.062.01.098.037.051.047.051.062 0m1.007.04c.107 0 .107-.004.01-.056a1.4 1.4 0 0 1-.23-.174.9.9 0 0 0-.268-.17c-.087-.036-.15-.036-.17-.005-.015.026.005.052.047.052.04 0 .174.082.292.18.113.097.257.174.32.174zM7.384 10.82c.056-.015.215-.056.354-.087.14-.031.36-.046.488-.031.164.015.19.015.082-.01-.123-.031-.062-.052.334-.103.267-.036.606-.082.744-.108l.257-.041-.21-.005a6 6 0 0 0-.745.067c-.298.04-.709.113-.92.154-.21.046-.405.108-.436.133-.036.046-.02.052.052.031m.385.01c.072 0 .097-.01.061-.025a.2.2 0 0 0-.128 0c-.03.015 0 .025.067.025m2.08.005c.056 0 .082-.01.066-.025-.015-.016-.06-.02-.097-.005q-.06.023.03.03zm5.442 0q.025 0 .026-.025t-.026-.026q-.024.001-.025.026c0 .015.015.025.025.025m1.433 0c.015 0 .041-.02.056-.05.016-.03.021-.052.006-.052s-.042.02-.057.051-.015.051-.005.051m.827-.01c.133-.01.21-.041.215-.092a.26.26 0 0 0-.025-.139c-.02-.03-.103-.077-.175-.092-.118-.031-.139-.016-.154.087-.01.072-.056.123-.108.128-.072.005-.072 0-.01-.015.051-.016.077-.067.067-.134-.01-.066-.057-.118-.118-.123-.067-.01-.124.03-.16.113-.05.113-.04.134.103.205.087.036.252.067.365.062m1.401-.03c.077-.042.103-.088.083-.15a.6.6 0 0 0-.088-.159c-.04-.056-.06-.046-.092.041a.15.15 0 0 1-.134.103c-.087-.005-.087-.005 0-.03.052-.011.088-.042.088-.057 0-.02-.02-.067-.047-.103-.035-.056-.066-.051-.148.036l-.103.103.2.097c.113.057.185.118.164.139-.02.02.016.01.077-.02m-2.326-.011q.025-.001.026-.026t-.026-.025q-.024.001-.025.025.01.025.025.026m-6.34-.051c.035 0 .05-.016.035-.036-.02-.02-.052-.02-.067 0-.02.02-.005.036.03.036zm.95-.016c.04 0 .076-.02.076-.04 0-.021-.036-.042-.077-.042-.04 0-.077.02-.077.041 0 .02.036.041.077.041m3.727.01c.015.006-.02-.03-.072-.071a.4.4 0 0 0-.139-.077c-.02 0-.04.02-.04.046s.05.056.117.072c.057.015.118.025.134.03m1.201.006c.01 0 .036-.02.052-.047.015-.025.005-.061-.02-.082-.032-.015-.052.005-.052.046 0 .047.01.083.02.083m.165-.016c.02-.02.02-.05 0-.066-.02-.021-.036-.006-.036.035.005.036.02.052.036.031m2.1.016q.024 0 .025-.026 0-.024-.025-.026-.025.001-.026.026.001.024.026.026M7.415 10.68c.025 0 .046-.01.046-.02s-.036-.036-.082-.052c-.047-.015-.067-.01-.047.021.02.03.057.051.083.051m1.36-.01c.144 0 .206-.01.144-.02s-.18-.01-.257 0c-.082.01-.03.02.113.02M11 10.655c.015-.016 0-.057-.036-.088-.036-.036-.062-.04-.062-.01a.13.13 0 0 0 .036.087c.02.02.046.026.062.01zm4.77-.016c.01-.036.01-.077-.01-.097a.05.05 0 0 0-.062 0c-.015.015-.01.061.01.097.036.052.046.052.062 0m.118.041c.03 0 .051-.02.051-.051s-.02-.051-.05-.051-.052.02-.052.051.02.051.051.051m.154 0c.036 0 .051-.015.036-.036-.02-.02-.05-.02-.067 0-.025.021-.01.036.031.036m-8.37-.072c.072-.015.38-.071.693-.128.314-.056.683-.123.822-.154l.257-.051-.308.015c-.17.01-.35.03-.4.051a.8.8 0 0 1-.309.01c-.16-.02-.19-.015-.113.021s.046.046-.128.026c-.144-.015-.19-.01-.129.015.083.031.062.047-.113.077a.9.9 0 0 1-.308.005c-.082-.025-.082-.02-.015.031.062.047.046.057-.077.031-.118-.026-.134-.02-.077.02.04.031.133.047.205.031m1.746.006c.21 0 .298-.01.195-.02a2.4 2.4 0 0 0-.385 0c-.108.01-.026.02.19.02m1.207.015q.024 0 .025-.026 0-.024-.025-.025-.025.001-.026.025.001.025.026.026m.154 0q.024 0 .025-.026 0-.024-.025-.025-.025.001-.026.025.001.025.026.026m3.743 0q.04 0 .026-.015a1.4 1.4 0 0 0-.19-.098c-.093-.046-.165-.062-.165-.036s.062.067.14.093c.076.025.163.05.19.056zm.57-.03c.041-.016.072-.057.062-.088s-.082-.067-.154-.072c-.098-.01-.139.005-.139.062 0 .046.026.082.056.082s.042-.026.021-.057q-.03-.054.036-.03c.041.015.067.05.062.082-.016.025.015.036.056.02zm.22-.01c.011-.03.057-.037.098-.02q.085.03.047-.032c-.02-.03-.083-.062-.139-.062s-.098.02-.098.041c0 .02.016.062.036.082s.047.016.057-.01zm.294.04c.01 0 .02-.02.02-.05 0-.032-.026-.053-.056-.053s-.04.02-.02.052c.02.03.045.051.056.051m1.247 0a.213.213 0 0 0 .21-.19c0-.04-.06-.067-.148-.067-.087 0-.16.031-.18.082-.015.047-.02.103 0 .13.016.024.072.045.118.045m-.385-.05a.28.28 0 0 0 .18-.063.2.2 0 0 0 .062-.128c0-.036-.057-.067-.129-.067s-.149.041-.18.097a.5.5 0 0 0-.05.13c0 .02.05.03.117.03zm-9.263-.053c.026 0 .062-.02.077-.046s.113-.062.22-.082a1.1 1.1 0 0 0 .288-.087c.052-.026.088-.062.072-.072-.01-.01-.133.01-.272.056a4 4 0 0 1-.277.077c-.016 0 .015-.025.067-.056.05-.03.077-.077.061-.103-.015-.026 0-.05.036-.05s.02-.027-.036-.047-.123-.047-.154-.047c-.026 0-.015.02.026.047.061.04.051.05-.052.056l-.128.005.128.046c.103.036.093.041-.077.026-.113-.01-.174-.01-.138.005s.051.046.036.072c-.016.026.025.051.087.051.067 0 .087.016.057.031-.036.016-.062.046-.062.072-.005.026.015.046.041.046m2.778-.005c.072 0 .097-.01.062-.025a.2.2 0 0 0-.129 0c-.036.015-.005.025.067.025m.39.005q.07 0-.036-.108c-.056-.056-.118-.092-.133-.077-.016.016 0 .062.036.108.036.047.092.077.133.077m.431 0c.036 0 .052-.015.036-.036-.02-.02-.05-.02-.066 0-.026.02-.01.036.03.036m1.67 0q.024 0 .025-.025 0-.025-.026-.026-.024.001-.025.026.001.024.025.025zm2.156 0q.024 0 .026-.025 0-.025-.026-.026-.024.001-.026.026.001.024.026.025m.144 0c.025 0 .03-.025.02-.06-.01-.037-.06-.073-.113-.083-.082-.016-.082-.006-.02.061.04.046.087.082.113.082m1.304 0c.02 0 .092-.015.154-.03.062-.016.118-.062.118-.098 0-.041-.092-.072-.246-.087-.18-.016-.262 0-.308.056-.057.072-.062.072-.062-.005 0-.046-.04-.082-.093-.077-.05.005-.21-.01-.359-.036-.17-.026-.267-.02-.267.01 0 .026.036.062.077.083a.26.26 0 0 0 .164-.006c.057-.02.072-.015.047.026-.02.03-.01.062.02.062s.108-.026.164-.057c.088-.046.103-.04.083.01-.02.052.03.072.18.083.123.005.225-.016.25-.052.032-.046.042-.036.042.026 0 .051.015.092.036.092m2.424-.036c.056-.015.107-.06.107-.097 0-.036-.036-.072-.077-.072-.04 0-.077.01-.077.02s-.015.057-.03.098c-.02.062-.006.077.077.051m-10.727-.015c.036 0 .051-.015.036-.036-.02-.02-.05-.02-.067 0-.02.02-.005.036.03.036zm2.798 0q.025-.001.026-.026t-.026-.025q-.024.001-.025.025.001.025.025.026m3.8 0q.025-.001.026-.026t-.026-.025q-.024.001-.025.025.001.025.025.026m.13 0a.05.05 0 0 0 .05-.051c0-.031-.046-.072-.103-.103-.072-.036-.133-.041-.19-.005-.077.046-.067.051.052.051.077 0 .143.026.143.052-.005.035.016.056.047.056m3.593 0c.036 0 .051-.015.036-.036-.02-.02-.05-.02-.067 0-.026.02-.01.036.031.036m-4.03-.051q.024-.001.025-.026 0-.024-.026-.026-.024.001-.026.026.001.024.026.026zm4.21-.005c.051-.01.102-.052.113-.088.015-.046-.01-.061-.067-.051-.05.01-.103.046-.113.087-.015.041.01.062.067.052m1.643.005q.024-.001.025-.026 0-.024-.025-.026-.025.001-.026.026c0 .015.01.03.026.026m1.232 0q.025-.001.026-.026t-.026-.026q-.024.001-.025.026c0 .015.01.03.025.026m.154 0q.025-.001.026-.026t-.026-.026q-.024.001-.025.026c0 .015.01.03.025.026m.92-.016c.03-.01.061-.056.071-.097.01-.062-.01-.072-.092-.052-.057.016-.108.047-.108.067s.015.051.036.072c.02.015.062.02.092.01zm-14.322-.036q.025-.001.026-.025 0-.025-.026-.026-.024.001-.025.026c0 .015.01.03.025.025m4.072-.046c.067-.036.108-.077.088-.092-.016-.016-.072.01-.119.061-.082.088-.082.088.031.031m2.896.01c.052-.01.093-.056.093-.092 0-.046-.057-.072-.154-.072-.088 0-.154-.02-.154-.05 0-.032-.047-.053-.098-.053-.05 0-.113.031-.128.062-.016.036-.026.02-.016-.036.005-.062-.025-.108-.082-.118-.05-.01-.139.02-.19.067-.05.046-.082.118-.067.16.016.04.052.055.077.04.031-.02.026-.05-.02-.077-.05-.03-.04-.046.04-.046.063 0 .14.036.176.082.04.051.123.072.21.061.077-.01.134-.005.118.016-.01.02.005.046.041.061.036.01.108.006.154-.005m2.84.041q.024-.001.026-.025 0-.025-.026-.026-.025.001-.026.026c0 .01.01.025.026.025m.344-.01c.061-.01.113-.04.103-.067-.006-.025-.042-.056-.083-.066-.04-.01-.087.02-.102.066-.026.062-.005.077.082.067m2.865.01c.036 0 .051-.015.036-.036-.02-.02-.05-.02-.067 0-.02.021-.01.036.031.036m-3.44-.05c.036 0 .051-.016.036-.037-.02-.02-.052-.02-.067 0-.02.02-.01.036.03.036zm.38-.016a.14.14 0 0 0 .072-.088q.023-.07-.077-.04a.19.19 0 0 1-.165-.042c-.05-.056-.077-.056-.133-.005s-.052.067.04.082a.35.35 0 0 1 .16.067c.03.02.072.03.103.026m2.47.015q.024-.001.025-.026 0-.024-.025-.025-.025.001-.026.025c0 .01.01.026.026.026m2.074 0c.03 0 .067-.02.082-.051.016-.031.01-.052-.02-.052a.1.1 0 0 0-.082.052c-.02.025-.01.051.02.051M9.746 10.27c.056 0 .082-.01.066-.026-.015-.015-.06-.02-.097-.005q-.06.023.03.03zm.205 0c.057 0 .082-.01.067-.026-.016-.015-.062-.02-.098-.005q-.06.023.031.03zm3.805.005q.024-.001.026-.026 0-.024-.026-.026-.024.001-.026.026c0 .01.01.026.026.026m.257 0q.024-.001.025-.026 0-.024-.025-.026-.025.001-.026.026c0 .01.01.026.026.026m5.545 0q.025-.001.026-.026t-.026-.026q-.024.001-.025.026c0 .01.01.026.025.026m1.202 0c.026 0 .062-.02.082-.052.02-.03-.005-.036-.046-.02-.046.015-.082.04-.082.051s.02.02.046.02zm-13.746-.093c.108-.03.108-.03.015-.072-.082-.036-.077-.04.036-.025.077.01.19-.02.257-.072.118-.087.108-.087-.18-.02a1.6 1.6 0 0 0-.328.097c-.016.015.01.03.061.03.052 0 .077.021.062.047-.026.026.015.03.077.015m2.044.041c.036 0 .051-.015.036-.036-.02-.02-.052-.02-.067 0-.026.021-.01.036.03.036zm.18 0q.024-.001.025-.025 0-.025-.026-.026-.024.001-.025.026c-.005.01.01.025.025.025zm1.021-.005c.052 0 .082-.01.067-.025s-.062-.02-.098-.005q-.06.023.031.03m1.53-.04c.031-.032.041-.068.026-.088-.015-.015-.056-.015-.087.005a.067.067 0 0 0-.026.087c.026.031.051.031.087-.005zm-.04-.006q-.025-.001-.026-.026.001-.024.025-.025.025.001.026.025c0 .01-.01.026-.026.026zm.63.046a.4.4 0 0 0 .134-.072c.093-.066.088-.071-.02-.133-.093-.051-.129-.046-.195.026-.077.082-.077.082.046.025.108-.051.118-.051.062.005-.036.036-.062.088-.062.108-.005.026.015.046.036.041zm4.607.005q.024-.001.025-.025 0-.025-.025-.026-.025.001-.026.026c0 .01.016.025.026.025m.154 0q.024-.001.026-.025 0-.025-.026-.026-.025.001-.026.026c0 .01.016.025.026.025m3.106 0c.031 0 .052-.02.052-.046s-.02-.061-.052-.082c-.03-.015-.05.005-.05.046s.025.082.05.082m.154 0c.036 0 .052-.015.036-.036-.02-.02-.05-.02-.066 0-.02.021-.005.036.03.036m2.337-.102c.082-.082.092-.118.036-.17-.036-.036-.062-.04-.057-.015a1 1 0 0 1 .005.097c-.005.026-.04.006-.082-.05-.072-.098-.077-.093-.077.03 0 .072.016.149.036.17.016.025.077-.006.14-.062m.097.102c.01 0 .036-.036.052-.082.015-.046.01-.067-.02-.046-.026.015-.052.051-.052.082 0 .02.01.046.02.046M8.38 10.085a.6.6 0 0 1 .133-.242c.067-.071.108-.143.093-.159a.13.13 0 0 0-.072-.03c-.026 0-.03.025-.016.05q.024.05-.02.052c-.044.002-.087.072-.128.16-.047.087-.062.184-.04.215.02.041.04.02.05-.046m1.34.087c.036 0 .051-.015.036-.036-.02-.02-.05-.02-.067 0-.02.02-.005.036.031.036m1.72 0q.025-.001.026-.026t-.026-.025q-.024.001-.025.025c0 .01.015.026.025.026m.611 0c.016 0 .041-.02.057-.051.015-.031.02-.052.005-.052-.016 0-.04.02-.057.052-.015.025-.02.051-.005.051m7.307 0c.01 0 .016-.01.016-.015a.5.5 0 0 0-.113-.113l-.113-.098.097.113a.5.5 0 0 0 .113.113m.745 0c.03 0 .036-.02.02-.051a.1.1 0 0 0-.082-.052c-.026 0-.036.02-.02.052.015.025.05.051.082.051m-8.79-.051c.035 0 .05-.016.035-.036-.02-.02-.052-.02-.067 0-.02.02-.005.036.03.036zm2.335 0q.025-.001.026-.026t-.026-.026q-.024.001-.025.026c0 .01.015.026.025.026m1.67-.005c.055 0 .05-.01-.02-.052a2 2 0 0 1-.294-.257c-.108-.112-.2-.236-.2-.277a.08.08 0 0 0-.077-.077c-.047 0-.078-.046-.078-.128 0-.072-.01-.129-.025-.129a.8.8 0 0 0-.18.113c-.082.062-.164.098-.18.088-.015-.016 0-.103.031-.19s.041-.18.02-.2c-.02-.021-.102.04-.184.133-.082.092-.149.21-.149.262a.5.5 0 0 0 .108.23c.056.073.215.186.35.242.132.057.37.139.523.175.154.03.313.061.354.067m1.642-.01a.3.3 0 0 0 .14-.052c.02-.02-.027-.03-.104-.026-.077.005-.139.031-.139.052s.047.03.103.025zm.462 0c.057-.006.103-.026.103-.047 0-.02-.026-.041-.062-.041-.03 0-.123-.072-.205-.164a.6.6 0 0 1-.154-.267c-.005-.057 0-.15.005-.2.01-.078-.01-.088-.108-.057a.8.8 0 0 0-.185.087.17.17 0 0 0-.056.134c.005.066.01.066.03-.01.021-.072.052-.036.134.128.062.123.14.216.175.205.036-.005.056.016.051.052s.026.056.077.05c.051-.01.087.016.087.063.01.04.052.071.108.066zm-.38-.345q-.024-.001-.025-.025.001-.025.025-.026.025.001.026.026-.008.024-.026.025m-.05-.308q-.026-.001-.027-.026.001-.024.026-.025.024.001.026.025-.01.025-.026.026m2.9.668c.03 0 .041-.02.026-.047-.016-.025 0-.056.036-.071.036-.01.046-.042.02-.067-.02-.026-.06-.01-.087.03a.5.5 0 0 0-.05.114c0 .02.024.04.055.04zm-12.426-.052c.036 0 .051-.015.036-.036-.02-.02-.052-.02-.067 0-.026.02-.01.036.03.036zm2.434-.005c.056 0 .082-.01.067-.025-.016-.016-.062-.021-.098-.006-.04.016-.03.031.03.031zm1.571.005c.036 0 .051-.015.036-.036-.02-.02-.05-.02-.067 0-.025.02-.01.036.031.036m.508 0c.026 0 .062-.02.083-.051.02-.03 0-.036-.047-.02-.046.015-.082.04-.082.05s.02.021.046.021m7.682 0c.041 0 .077-.01.077-.02s-.036-.031-.077-.052c-.04-.015-.077-.005-.077.021-.005.026.03.051.077.051m-7.959-.051q.024-.001.026-.026 0-.024-.026-.025-.024.001-.026.025c-.005.01.01.026.026.026m.97 0c.037 0 .103-.108.144-.246.041-.134.067-.268.047-.298-.016-.026-.057.036-.083.138a.8.8 0 0 1-.097.231c-.026.026-.03.016-.01-.015.02-.03.015-.072-.01-.092-.026-.016-.042 0-.037.036a.4.4 0 0 0 .057.138c.036.057.026.067-.04.041-.053-.02-.078-.015-.058.016.005.025.052.051.088.051zm1.485-.051c.046-.047.035-.083-.052-.15a.5.5 0 0 1-.144-.2c-.02-.061-.056-.113-.077-.113-.025 0-.05.031-.066.062a.4.4 0 0 0 0 .154c.01.052.051.093.082.093.03 0 .087.05.128.107.052.083.082.093.13.047m1.797.051c.097 0 .092-.015-.04-.154q-.149-.156-.2-.103c-.032.031-.022.088.04.154a.33.33 0 0 0 .2.103m.518-.015c.031-.01.062-.083.072-.154.016-.113-.005-.14-.092-.14-.062 0-.123.037-.139.078-.015.041 0 .113.036.154.036.046.087.072.123.062m.262-.026c.016-.036.052-.051.077-.036s.046.005.046-.02a.1.1 0 0 0-.05-.083c-.027-.015-.037-.072-.016-.118.03-.082.025-.082-.052 0a.4.4 0 0 0-.087.118c0 .016.026.016.057-.005q.055-.037.025.087c-.015.067-.015.093 0 .057m2.362.041q.025-.001.026-.026t-.026-.025q-.024.001-.025.025.001.025.025.026m.411 0c.01 0 .02-.01.02-.02s-.025-.042-.06-.062c-.037-.02-.047-.016-.02.02.02.036.05.062.06.062m.637 0c.036 0 .051-.015.036-.036-.02-.02-.052-.02-.067 0-.02.02-.005.036.03.036zM6.87 9.936c.144-.016.298-.041.355-.057.077-.02.082-.036.025-.072a.5.5 0 0 0-.226-.04l-.154.005.154.04c.113.031.077.037-.154.026-.17-.01-.25-.005-.18.01.124.026.124.031.026.072q-.1.046.154.016m4.693.03c.026 0 .077-.035.113-.087.062-.077.062-.082-.046-.025-.06.036-.113.072-.113.087s.02.026.046.026zm.714-.02c.01-.01.01-.046-.01-.077-.02-.03-.057-.056-.087-.056-.036 0-.03.03.01.077.03.04.072.066.087.056m1.268.02q.025-.001.026-.025t-.026-.026q-.024.001-.025.026c0 .015.015.026.025.026zm6.188 0a.05.05 0 0 0 .051-.05.05.05 0 0 0-.05-.052c-.03 0-.052.02-.052.051s.025.052.051.052zm-8.765-.082c.051-.02.077-.046.061-.061-.015-.016-.056 0-.092.036-.046.046-.04.056.03.025zm.847.026a.3.3 0 0 0 .128-.072c.083-.061.083-.066-.04-.066-.078 0-.129.03-.129.071s.02.072.041.067m.036-.046q-.024-.001-.026-.026.001-.024.026-.025.024.001.026.025 0 .025-.026.026m7.086.051q.024-.001.026-.025 0-.025-.026-.026-.024.001-.026.026c0 .015.016.025.026.025m.16 0c.01 0 .02-.01.02-.02s-.026-.041-.062-.062-.046-.015-.02.02c.02.037.051.062.061.062zm.312-.036c.036-.015.067-.046.067-.072s-.025-.046-.05-.046c-.03 0-.052.02-.052.052 0 .025-.042.036-.093.02-.072-.02-.077-.02-.015.02.04.026.102.042.143.026m.17.036a.055.055 0 0 0 .051-.051.05.05 0 0 0-.05-.051c-.03 0-.052.02-.052.05 0 .027.025.052.05.052zm3.27-.02c.021-.02.021-.052 0-.067-.02-.02-.035-.005-.035.036 0 .036.015.051.036.03zm.145.02c.01 0 .036-.02.05-.051.016-.03-.004-.051-.05-.051-.047 0-.067.02-.052.05.02.027.041.052.052.052M11.45 9.843c.021-.02.021-.051 0-.066-.02-.02-.035-.005-.035.036 0 .036.015.05.035.03m11.18.02c.01 0 .045-.035.081-.076.052-.062.052-.077-.02-.077-.047 0-.083.036-.083.077s.01.077.021.077zm-12.473-.05q.024-.001.025-.026 0-.024-.025-.026-.025.001-.026.026.001.024.026.026m5.263 0c.03 0 .051-.01.051-.021 0-.01-.02-.036-.05-.056-.032-.016-.053-.006-.053.02 0 .03.026.057.052.057m.59 0q.025-.001.026-.026t-.026-.026q-.024.001-.025.026.001.024.025.026m1.376 0c.036 0 .15-.016.252-.031.103-.016.18-.052.164-.072s.026-.026.088-.01c.082.02.102.01.071-.036q-.047-.07.067-.031.108.029.108-.026c0-.046-.072-.051-.246-.03-.134.02-.267.061-.298.097s-.113.062-.19.056-.129.016-.113.036a.16.16 0 0 0 .097.047m3.713-.006a1 1 0 0 0 .251-.046c.077-.03.047-.04-.113-.03-.118.005-.23.025-.25.046s.03.03.112.03m.714.006q.024-.001.025-.026 0-.024-.025-.026-.025.001-.026.026.001.024.026.026M6.357 9.75c.082 0 .123-.01.092-.026a.26.26 0 0 0-.154 0c-.05.01-.02.026.062.026m1.027.01q.024-.001.025-.025 0-.025-.025-.026-.025.001-.026.026.001.024.026.025m.128 0c.036 0 .051-.015.036-.036-.02-.02-.05-.02-.067 0-.02.02-.005.036.031.036m3.26 0q.025-.001.026-.025 0-.025-.025-.026-.025.001-.026.026.001.024.026.025zm1.413 0c.03 0 .056-.03.056-.072 0-.04.026-.082.062-.092s-.118-.118-.334-.236-.43-.267-.472-.329a.44.44 0 0 1-.077-.19c0-.041.036-.144.072-.22.066-.13.066-.144-.02-.196-.057-.03-.109-.03-.124-.005-.016.026-.016.082 0 .123.015.041-.02.129-.082.19-.103.103-.108.124-.036.175s.072.067-.005.113c-.067.046-.072.072-.026.123.036.036.133.062.216.062.087 0 .17.015.184.04.016.026 0 .062-.03.083q-.056.031-.026-.02c.02-.031.01-.062-.02-.062s-.052.051-.042.113c.016.097.047.113.185.102.093-.005.165.01.165.042 0 .03 0 .066.005.092 0 .02.036.056.077.082a.28.28 0 0 0 .184.005q.11-.031.072.02c-.025.032-.015.057.016.057m-.904-.616c-.015 0-.01-.026.005-.051.016-.031.041-.052.057-.052.015 0 .01.02-.005.052-.016.025-.042.051-.057.051m4.627.616q.024-.001.025-.025 0-.025-.025-.026-.025.001-.026.026c0 .015.015.025.026.025m3.4-.015c.02-.02.02-.052 0-.067-.02-.02-.037-.005-.037.036 0 .03.015.046.036.03zm1.555.015c.036 0 .051-.015.036-.036-.02-.02-.052-.02-.067 0-.02.02-.005.036.03.036zM6.074 9.71c.036 0 .052-.016.036-.036-.02-.02-.05-.02-.066 0s-.006.036.03.036m.59-.01c.083 0 .124-.01.093-.026a.26.26 0 0 0-.154 0c-.05.015-.02.026.062.026zm2.05.01c.01 0 .061-.016.107-.03.067-.027.072-.042.016-.078q-.076-.046.046-.03c.062.01.108 0 .103-.016s.077-.129.18-.247c.107-.118.19-.23.19-.251s-.062-.041-.144-.046c-.077-.006-.17.015-.206.046q-.06.053-.015.113c.026.03.03.087.005.128a.1.1 0 0 1-.128.036c-.047-.02-.093-.005-.103.03-.01.037-.03.13-.05.206-.01.072-.01.139 0 .139m.261-.154q-.024-.001-.025-.026.001-.024.025-.026.025.001.026.026t-.026.026m2.368.154c.01 0 .02-.01.02-.02s-.025-.042-.06-.062c-.037-.02-.048-.016-.022.02.02.036.046.062.062.062m.303 0q.024-.001.025-.026 0-.024-.025-.025-.025.001-.026.025c0 .016.015.026.026.026m3.85 0c.006 0 .011-.03.011-.072s-.046-.087-.098-.098c-.092-.025-.092-.02-.01.072.052.052.093.098.098.098zm.663 0c.016 0 .041-.02.057-.051.015-.031.02-.052.005-.052-.016 0-.04.02-.057.052-.015.03-.02.05-.005.05zm2.732 0c.01 0 .02-.01.02-.02s-.025-.042-.06-.062c-.037-.02-.047-.016-.02.02.02.036.044.062.06.062m2.706-.01c.051.005.087-.016.087-.041s-.036-.062-.082-.077a.8.8 0 0 0-.205-.031c-.067 0-.124.02-.124.046s.052.056.113.072c.067.015.16.03.21.03zM6.28 9.648c.072 0 .097-.01.061-.025a.2.2 0 0 0-.128 0q-.043.024.067.025m.72 0c.096 0 .137-.01.086-.025a.36.36 0 0 0-.18 0c-.046.01-.005.025.093.025m4.132.01q.025-.001.026-.025 0-.025-.026-.026-.024.001-.026.026.001.024.026.026zm5.248-.092a.18.18 0 0 0-.072-.19.34.34 0 0 0-.133-.072c-.02 0-.036.052-.036.113 0 .093.01.103.05.036.047-.067.057-.067.104 0a.5.5 0 0 1 .056.154c.005.041.02.02.03-.04zm.308.077c.02-.02.02-.051 0-.067-.02-.02-.036-.005-.036.036 0 .031.015.047.036.031m2.372.016c.031 0 .067-.047.088-.103.02-.057.01-.134-.02-.17s-.042-.082-.02-.102c.02-.02.004-.036-.032-.036s-.052.03-.036.077c.015.04.01.087-.02.102-.026.016-.093 0-.15-.035a.6.6 0 0 1-.164-.196 9 9 0 0 1-.16-.43 2 2 0 0 1-.097-.422c0-.067.02-.175.046-.246.036-.098.031-.134-.03-.16-.04-.015-.062-.01-.047.016.016.025.016.087-.005.133-.025.062-.04.072-.072.02-.03-.05-.06-.045-.123.021-.046.047-.108.088-.133.088s-.046.025-.046.056c0 .03.046.046.102.03.057-.014.103-.01.103.016s-.062.057-.139.083c-.108.03-.118.046-.046.061.051.01.082.051.072.082s-.05.062-.092.067-.098.01-.129.01c-.03.005-.067.047-.082.098-.02.077.01.087.175.082.107-.005.22-.01.246-.01.026-.005.041-.052.03-.108a.6.6 0 0 0-.045-.149c-.016-.026 0-.103.04-.175.067-.128.073-.118.134.2.036.186.13.453.2.601.103.2.175.283.293.319.087.03.15.077.14.113-.027.036-.01.067.02.067M5.094 9.607c.03 0 .066-.02.082-.051.015-.031.01-.052-.02-.052a.1.1 0 0 0-.083.052c-.015.026-.005.051.02.051zm.826-.01c.098 0 .14-.01.093-.026a.36.36 0 0 0-.18 0c-.05.016-.01.026.087.026m.74.005c.056 0 .082-.01.066-.026-.015-.015-.06-.02-.097-.005-.04.016-.026.031.03.031zm.826.005q.025-.001.026-.025 0-.025-.026-.026-.024.001-.025.026c0 .015.015.025.025.025m.673 0c.01 0 .02-.01.02-.02s-.025-.041-.06-.062c-.037-.02-.047-.015-.02.02.02.037.05.062.06.062m5.633-.092c.077-.077.092-.139.072-.236-.02-.088-.057-.124-.093-.098-.046.026-.046.041 0 .056.036.01.062.042.062.072 0 .026-.02.036-.05.02-.032-.015-.073.021-.099.088a.3.3 0 0 0-.02.165c.015.015.071-.01.128-.067m-.092.04q-.025-.001-.026-.025.001-.024.026-.026.024.001.025.026 0 .025-.025.026zm.102-.102q-.024-.001-.025-.026.001-.024.025-.025.025.001.026.025 0 .025-.026.026m4.596.154c.056 0 .103-.01.103-.02s-.047-.031-.103-.047c-.057-.015-.103-.005-.103.021s.046.046.103.046M6.15 9.556q.025-.001.026-.026t-.026-.026q-.024.001-.025.026c0 .016.015.026.025.026m2.167-.016c.02-.02.02-.05 0-.066-.02-.02-.036-.005-.036.036 0 .03.016.046.036.03m.283.016c.025 0 .04-.026.03-.062a.13.13 0 0 0-.082-.082c-.036-.01-.05.01-.03.062.02.046.056.082.082.082m1.725-.02c.01-.011-.005-.062-.03-.119-.047-.077-.057-.077-.057-.01 0 .046.015.097.03.113.021.02.047.026.057.015zm7.225.02q.024-.001.025-.026 0-.024-.025-.026-.025.001-.026.026c0 .016.015.026.026.026m-6.573-.052q.024-.001.026-.025 0-.025-.026-.026-.024.001-.026.026c0 .015.016.025.026.025m4.683-.015c.02-.02.02-.051 0-.067-.02-.02-.036-.005-.036.036 0 .031.016.046.036.031m2.3.01c.057 0 .083-.01.067-.025-.015-.016-.06-.02-.097-.005-.04.015-.03.03.03.03m.54.005c.025 0 .061-.02.082-.05.02-.032-.005-.037-.046-.021-.042.015-.083.04-.083.051-.005.01.02.02.047.02M5.638 9.448c.056 0 .082-.01.067-.026-.016-.015-.062-.02-.098-.005q-.06.024.03.031zm2.778.005q.024-.001.025-.026 0-.024-.025-.025-.025.001-.026.025.001.025.026.026m4.98 0q.025-.001.026-.026t-.025-.025-.026.025.026.026zm4.262 0q.025-.001.026-.026t-.026-.025q-.024.001-.025.025.001.025.025.026m.642 0c.031 0 .052-.01.052-.02s-.02-.036-.052-.057c-.025-.015-.05-.005-.05.02s.02.057.05.057M5.31 9.381c.04-.01.21-.051.37-.082.163-.036.292-.072.292-.087 0-.016-.108-.01-.242.01a1.3 1.3 0 0 0-.37.113c-.07.036-.092.062-.05.046m.667.01c.097 0 .298-.015.436-.04l.257-.042h-.282c-.155 0-.35.016-.437.036l-.154.041zm9.474.01c.01 0 .02-.056.02-.128 0-.082-.05-.159-.128-.21-.072-.046-.144-.072-.16-.057-.015.016.031.113.108.21.077.104.15.186.16.186zm1.792 0c.01 0 .036-.02.056-.05.015-.031.005-.052-.02-.052s-.057.02-.057.051.01.052.02.052zm.616-.004c.056 0 .082-.01.066-.026-.015-.015-.06-.02-.097-.005q-.06.023.03.03zm.236.005c.036 0 .051-.016.036-.036-.02-.02-.05-.02-.067 0-.026.02-.01.036.031.036m.365 0q.044-.002.02-.052a.1.1 0 0 0-.082-.05c-.026 0-.036.02-.02.05.015.026.05.052.082.052M7.933 9.35c.03 0 .036-.02.02-.05a.1.1 0 0 0-.08-.052c-.032 0-.037.02-.022.051.015.026.051.051.082.051m.34-.061c.035-.026.05-.113.045-.19a2 2 0 0 1-.02-.18c-.005-.02-.026-.03-.052-.01-.025.015-.04.097-.03.18.015.123.005.143-.067.118-.077-.031-.077-.026-.01.051q.07.077.133.03zm.297.061q.024-.001.026-.025 0-.025-.026-.026-.025.001-.026.026c0 .01.01.025.026.025m2.613 0c.016 0 .042-.02.057-.05.015-.032.02-.052.005-.052s-.04.02-.056.051c-.02.026-.02.051-.006.051m2.265 0c.01 0 .02-.01.02-.02s-.025-.041-.06-.062c-.037-.02-.047-.015-.02.02.024.032.05.062.06.062m3.045-.005c.062 0 .056-.015-.026-.056a.66.66 0 0 1-.215-.247 1.1 1.1 0 0 0-.19-.256c-.042-.036-.093-.052-.108-.036-.016.015.077.159.21.313.14.16.283.282.33.282M5.284 9.3q.024-.001.025-.026 0-.024-.025-.025-.025.001-.026.025c0 .01.01.026.026.026m5.802 0q.024-.001.026-.026 0-.024-.026-.025-.024.001-.026.025c0 .01.01.026.026.026m3.646 0q.024-.001.025-.026 0-.024-.025-.025-.025.001-.026.025c0 .01.01.026.026.026m2.757-.02c.062-.016.226-.057.365-.088.14-.031.241-.061.23-.066a2 2 0 0 0-.323-.047c-.17-.015-.339-.01-.38.016-.04.025-.056.082-.036.133.02.057.062.072.144.052m.478.02q.024-.001.025-.026 0-.024-.025-.025-.025.001-.026.025c0 .01.01.026.026.026m.251-.005q.087-.001.067-.026c-.015-.015-.062-.02-.098-.005q-.06.024.031.031M5.386 9.248q.025-.001.026-.026t-.026-.026q-.024.001-.025.026c0 .01.01.026.025.026m2.347-.005c.02 0 .04-.01.04-.026 0-.015-.06-.051-.133-.077-.077-.03-.123-.062-.107-.077.015-.015.123.02.24.082.12.062.232.092.247.077.021-.02-.015-.062-.066-.092a6 6 0 0 0-.308-.154c-.15-.067-.165-.083-.067-.062.077.015.144.02.144.005s-.108-.056-.247-.103c-.226-.071-.236-.071-.139 0 .057.047.067.072.026.052a34 34 0 0 0-.719-.236 13 13 0 0 0-1.15-.314 5 5 0 0 0-.744-.102c-.155 0-.216-.016-.17-.047.046-.025-.02-.036-.18-.025-.205.015-.22.01-.097-.026l.154-.04-.185-.006c-.103-.005-.2.015-.216.041s-.123.026-.246 0c-.118-.026-.555-.03-.965-.02s-.862.035-1.001.056a1.3 1.3 0 0 0-.277.051c-.01.01.262.02.606.02.58 0 .63.011.656.098.02.077.062.093.19.077.087-.01.257-.03.37-.046.113-.015.308-.026.436-.03.216-.006.221-.01.077-.047-.082-.02.103-.026.411-.01.308.015.678.061.822.097.23.062.236.067.051.042-.113-.016-.318-.036-.462-.052-.22-.02-.206-.01.103.052.195.04.487.097.641.128.154.03.35.062.432.077.082.01.174.041.205.067a.25.25 0 0 0 .134.046c.04 0 .297.087.564.19s.534.195.596.205c.057.01.15.041.205.072.047.031.113.062.13.057m-.293-.206a.4.4 0 0 1-.133-.046 7 7 0 0 0-.627-.231 9 9 0 0 0-.893-.257c-.35-.072-.35-.072-.067-.046.154.015.503.098.77.18s.606.21.745.277c.138.062.23.118.205.123m1.114.21c.021 0 .042-.03.042-.071s-.02-.087-.042-.098c-.02-.015-.07-.005-.113.02-.066.042-.066.057 0 .098a.3.3 0 0 0 .113.052zm.242 0q.101 0 .102-.102t-.102-.103q-.102.001-.103.103.001.102.103.103zm4.703 0c.01 0 .02-.025.02-.05 0-.031-.025-.052-.056-.052-.03 0-.04.02-.02.051.02.026.046.052.056.052zm3.194 0c.072 0 .123-.01.108-.02a1 1 0 0 0-.195-.077c-.15-.051-.164-.046-.108.02a.3.3 0 0 0 .195.078zm3.066 0q.024-.001.025-.025 0-.024-.025-.026-.025.001-.026.026c0 .015.015.026.026.026zm.303 0c.097 0 .138-.02.107-.045a.6.6 0 0 0-.19-.083c-.118-.03-.138-.02-.107.047.015.05.087.082.19.082zm-8.98-.05q.022-.001.024-.026 0-.025-.025-.026-.025.001-.026.026c0 .015.016.025.026.025zm2.83 0c.01 0 .044-.052.08-.119.052-.102.052-.108-.015-.051-.04.036-.093.046-.113.026s-.02.005 0 .051c.015.051.036.092.046.092zm.573-.047a1.3 1.3 0 0 0 .206-.159c.061-.062.138-.098.164-.082.026.015.097.005.164-.02.098-.042.082-.047-.087-.037a1 1 0 0 0-.344.103.5.5 0 0 0-.164.164c-.02.062-.006.067.061.031m3.856.046c.077 0 .077-.01.01-.05a.4.4 0 0 0-.117-.052c-.02 0-.026.02-.01.051.015.026.066.051.117.051m-13.01-.05q.023-.002.024-.027 0-.024-.025-.025-.025.001-.026.025c0 .01.015.026.026.026zm2.772 0q.024-.002.025-.027 0-.024-.025-.025-.025.001-.026.025c0 .01.015.026.026.026zm11.502 0q.024-.002.025-.027 0-.024-.025-.025-.025.001-.026.025c0 .01.015.026.026.026zm-6.039-.052c.026 0 .057-.031.072-.072s.015-.087-.005-.103a.15.15 0 0 0-.087-.03c-.03 0-.02.025.02.05.051.031.057.052.01.052-.036 0-.066.026-.066.051.01.026.03.052.056.052m.185 0q.024-.001.026-.026 0-.024-.026-.026-.025.001-.026.026c0 .01.016.026.026.026m5.766 0c.02 0-.102-.139-.267-.308-.164-.17-.375-.34-.457-.38-.087-.04-.174-.067-.195-.052-.02.016-.026.057-.01.098.015.04.092.077.185.077.118 0 .215.067.431.282.15.154.293.283.313.283m-3.764-.385c.036-.196.103-.432.14-.519.035-.087.081-.16.102-.154.02.005.046-.01.061-.03q.025-.032-.005-.016c-.02.015-.06-.016-.097-.062-.062-.082-.082-.072-.257.103-.108.108-.24.195-.303.195a.3.3 0 0 1-.175-.062c-.056-.05-.06-.04-.03.052.025.082.015.113-.03.102-.042-.01-.073.047-.088.16-.016.138 0 .17.061.143.046-.02.087.005.098.057.015.072.03.061.072-.04l.051-.13.062.113c.036.062.082.103.107.088.026-.016.052-.098.052-.175s.03-.17.067-.2c.056-.046.066.02.05.34l-.015.394zm-.616-.18q-.024 0-.025-.026.001-.024.025-.025.025.001.026.025 0 .025-.026.026m.154-.05q-.024-.002-.025-.027.001-.025.025-.026.025.001.026.026t-.026.026m-.154-.052q-.024 0-.025-.025.001-.025.025-.026.025.001.026.026t-.026.025m.206-.103q-.025 0-.026-.025.001-.025.026-.026.024.001.025.026 0 .024-.025.025m1.258.694a.3.3 0 0 0 .066-.124.24.24 0 0 0-.02-.169c-.03-.051-.046-.041-.046.041 0 .062-.026.128-.052.144-.03.015-.04.056-.02.082.015.03.046.041.072.026m.18.025q.024-.001.025-.025 0-.025-.026-.026-.024.001-.025.026c0 .015.015.025.025.025zm.354 0a.4.4 0 0 0 .185-.051c.046-.03.05-.051.015-.051a.5.5 0 0 1-.149-.036q-.092-.038-.05.025c.02.031.02.062 0 .062s-.068-.041-.104-.092c-.062-.083-.067-.077-.036.025q.03.117.14.118m-9.06-.072c.041-.005.082-.03.092-.066.01-.031-.174-.129-.405-.216a35 35 0 0 0-.889-.313c-.256-.082-.75-.21-1.104-.288a7.5 7.5 0 0 0-1.324-.164c-.452-.02-.683-.01-.683.026 0 .03.15.051.374.051.216 0 .791.077 1.366.19.611.118 1.202.267 1.54.385.304.108.643.241.756.298s.23.103.277.097m.436.021c.036 0 .083-.046.093-.103.02-.077 0-.102-.067-.102-.05 0-.108.02-.128.051a.12.12 0 0 0 0 .103c.02.025.061.051.102.051m.38-.005c.041 0 .057-.03.036-.082a.6.6 0 0 1-.03-.129c0-.025-.03-.046-.072-.046-.04 0-.098.031-.134.072-.046.057-.04.082.03.128.057.031.13.057.17.057m.658-.082c.128-.088.133-.088.025-.134-.056-.025-.144-.036-.19-.015-.066.025-.072.051-.025.133.051.098.061.098.19.016m.98.087c.01 0-.02-.056-.066-.123a.4.4 0 0 0-.18-.15c-.057-.015-.103-.01-.098.006 0 .02.02.067.052.113.03.046.051.056.051.036s.051-.005.113.041a1 1 0 0 0 .128.077m.601 0q.025 0 .026-.026 0-.024-.026-.025-.024.001-.026.025.001.025.026.026m5.304-.005c.01 0 0-.02-.015-.05-.015-.032.005-.053.046-.053.046 0 .082-.04.082-.097 0-.062-.066-.134-.164-.18a1 1 0 0 0-.18-.082c-.01 0-.015.056-.015.128s.026.128.056.128.041.021.026.047.01.072.062.102a.4.4 0 0 0 .102.057m-.092-.098c-.026 0-.036-.036-.02-.077.015-.04.04-.077.05-.077s.021.036.021.077-.02.077-.05.077m-7.168.052c.036 0 .067-.041.061-.093a.23.23 0 0 0-.05-.123c-.027-.02-.078-.02-.114-.01-.05.02-.056.051-.015.123.025.056.082.103.118.103m4.857 0c.026 0 .036-.036.02-.077s-.04-.077-.05-.077-.02.036-.02.077c0 .04.02.077.05.077m.51 0c.024 0 .076-.041.112-.088.061-.077.061-.082-.047-.025-.06.036-.113.072-.113.087s.021.026.047.026m-3.565-.052q.024-.001.026-.025 0-.025-.026-.026-.024.001-.026.026.001.024.026.025m2.737 0c.03 0 .067-.025.087-.051.016-.03-.005-.087-.046-.128-.046-.047-.087-.057-.108-.026-.015.03-.01.051.02.051.032 0 .042.036.021.077-.015.041-.005.077.026.077m1.607 0c.026 0 .046-.01.046-.02s-.036-.036-.082-.052c-.046-.015-.067-.01-.046.021.015.026.051.051.082.051m-7.004-.056c.005 0-.005-.036-.02-.082-.016-.047-.17-.175-.34-.283-.169-.108-.328-.2-.354-.2a6 6 0 0 1-.518-.2 12 12 0 0 0-1.166-.39c-.38-.103-.95-.242-1.258-.303-.385-.077-.524-.124-.436-.144.072-.016-.005-.026-.165-.02-.159.004-.282-.006-.272-.026s-.102-.03-.246-.026c-.15.005-.4-.026-.565-.067-.262-.067-.323-.06-.54.01l-.24.083.216.005c.117 0 .23-.02.246-.047.015-.03.077-.05.133-.05s.098.02.098.04c0 .026.061.072.133.113a.55.55 0 0 1 .18.154c.03.052.02.118-.02.175-.037.046-.144.097-.242.108-.097.01-.282.046-.41.082a1.3 1.3 0 0 0-.277.102c-.026.026.087.031.256.01.17-.02.765-.035 1.33-.035.837 0 1.134.02 1.617.113.324.061.786.164 1.027.236.241.067.668.21.95.313.282.108.596.221.693.262.098.03.185.067.19.067m1.53.005q.025-.001.026-.026t-.026-.025q-.024.001-.025.025.001.025.025.026m3.708-.02c.02-.021.02-.052 0-.067-.02-.02-.036-.005-.036.036 0 .036.015.051.036.03zm3.61.02c.035 0 .05-.015.035-.036-.02-.02-.05-.02-.066 0-.02.02-.005.036.03.036zm.143 0a.11.11 0 0 0 .088-.057c.02-.03.02-.066.01-.077-.016-.015-.05.01-.087.057-.04.046-.04.077-.01.077zm2.373-.02c.113.005.19-.016.174-.042a.1.1 0 0 0-.082-.046c-.03 0-.087-.03-.123-.072-.04-.04-.072-.102-.072-.138 0-.047-.015-.052-.057-.01-.03.03-.087.046-.128.03-.04-.015-.072.005-.072.062 0 .051.036.118.077.149.041.03.175.061.283.066zm.36-.031c.035 0 .05-.016.035-.036-.02-.02-.05-.02-.067 0-.02.02-.005.03.031.036zm-11.4-.052c.025 0 .066-.036.092-.082q.046-.086.082-.026c.02.031.077.057.134.057.056 0 .128-.067.17-.149.04-.082.06-.164.045-.18a.13.13 0 0 0-.07-.03c-.027 0-.032.02-.017.05q.022.05-.025.052c-.03 0-.052.041-.042.093.01.051-.01.087-.036.082s-.112-.026-.184-.04c-.108-.027-.139-.011-.16.071-.02.05-.01.097.01.102zm.98-.005c.021 0 .047-.046.062-.103.02-.077 0-.102-.067-.102-.05 0-.113.025-.128.056-.02.031-.005.077.036.103a.3.3 0 0 0 .097.046m2.296-.061c.01-.052-.02-.15-.062-.22-.046-.073-.128-.13-.185-.13s-.102.026-.102.052c0 .03.061.077.133.102.072.026.15.103.164.165.026.102.036.108.052.03zm5.17.061q.025-.001.026-.026t-.025-.025q-.025.001-.026.025c0 .016.01.031.026.026zm2.825 0q.024-.001.025-.026 0-.024-.025-.025-.025.001-.026.025c0 .016.01.031.026.026M9.32 8.683c.077 0 .097-.026.077-.103-.02-.082 0-.102.097-.102.067 0 .123-.02.123-.047 0-.026-.036-.06-.077-.077-.04-.015-.123.016-.18.072-.056.057-.123.103-.153.103s-.036.036-.02.077c.014.041.076.072.133.077m.62-.015c.11 0 .206-.02.222-.047.015-.025-.01-.03-.052-.01-.05.02-.082 0-.082-.046a.13.13 0 0 0-.082-.108c-.062-.026-.072-.005-.05.067.02.066.004.102-.063.123-.046.01 0 .02.108.02zm4.422.01c.015 0 .041-.02.056-.052.016-.03.021-.05.006-.05s-.042.02-.057.05-.02.052-.005.052m.303-.072a.6.6 0 0 0 .18-.205c.03-.072.046-.16.03-.196-.015-.036.01-.102.062-.143.046-.04.098-.067.103-.062a.2.2 0 0 0 .061.01c.026 0 .098-.05.16-.113.092-.087.138-.097.205-.056.067.04.087.036.092-.04.005-.053-.02-.104-.056-.119-.036-.016-.144.01-.24.056a.7.7 0 0 1-.227.067 4 4 0 0 0-.298-.03c-.134-.01-.247-.01-.247 0s.062.05.14.091l.138.072-.113.062c-.062.03-.103.082-.083.108.021.025-.03.061-.102.082-.088.02-.118.051-.082.082.025.026.097.036.16.016.06-.02.096-.057.076-.083-.016-.025 0-.046.036-.046.046 0 .046-.015-.01-.05-.067-.047-.067-.053 0-.053a.5.5 0 0 0 .205-.102.7.7 0 0 1 .16-.103c.014 0 .03.03.03.077 0 .041-.01.067-.026.051-.015-.015-.067.01-.118.062-.05.046-.092.113-.092.15 0 .035-.057.148-.129.251-.072.102-.128.2-.128.215-.005.016.046-.01.113-.05m2.63.02c.04-.037.066-.078.055-.088-.015-.01-.046-.01-.077.01-.03.021-.056.057-.056.088 0 .036.03.03.077-.01zm2.474.035c.02-.02.02-.05 0-.066-.02-.02-.036-.005-.036.036 0 .036.015.05.036.03M8.35 8.626c.026 0 .026-.025.01-.05a.9.9 0 0 0-.236-.155c-.113-.056-.2-.092-.2-.077s.087.082.19.154c.108.072.21.128.236.128m9.458-.015c.031-.01.041-.072.036-.139a.5.5 0 0 0-.056-.174.7.7 0 0 1-.072-.195.75.75 0 0 0-.2-.293c-.093-.082-.175-.139-.185-.128-.01.01.026.082.082.164.056.077.14.231.19.34.051.107.082.22.072.256-.01.03.005.087.036.123s.067.051.097.046m.92.015c.056 0 .082-.01.066-.025-.015-.016-.06-.02-.097-.005q-.06.023.03.03zm1.288 0q.025 0 .026-.025t-.026-.026q-.024.001-.025.026.001.024.025.025m-11.553-.05q.024-.002.026-.027 0-.024-.026-.025-.024.001-.026.025.001.025.026.026zm1.35-.073c.01-.05-.015-.113-.05-.133-.042-.026-.078-.02-.088.01s.015.087.051.133c.067.072.072.072.087-.01m1.26.072a.17.17 0 0 0 .101-.036c.02-.02.01-.067-.02-.103s-.077-.056-.103-.04c-.026.015-.046.061-.046.102 0 .046.03.077.067.077m2.68 0c.014 0 .025-.01.025-.026q0-.024-.026-.025-.025.001-.026.025.001.025.026.026m2.31 0q.024 0 .025-.026 0-.024-.025-.025-.025.001-.026.025.001.025.026.026m3.157 0c.036 0 .052-.015.036-.036-.02-.02-.05-.02-.066 0-.026.02-.005.036.03.036M8.452 8.462a.12.12 0 0 0 .072-.072c.01-.03-.175-.138-.406-.246a13 13 0 0 0-.94-.37 22 22 0 0 0-1.18-.35c-.37-.097-.807-.2-.976-.23a5 5 0 0 1-.4-.087c-.052-.016-.093-.006-.093.025 0 .026.077.067.164.082.092.02.555.124 1.022.237.472.113 1.006.256 1.196.328.185.072.488.185.673.257s.426.175.534.231a1 1 0 0 1 .236.16c.026.03.067.045.098.035m.19.01c.03 0 .056-.025.056-.05 0-.03-.01-.052-.02-.052s-.036.02-.057.051c-.02.03-.01.051.02.051zm7.635-.015c.02-.02.02-.05 0-.067-.02-.02-.036-.005-.036.036 0 .036.016.052.036.031m1.633.02q.024 0 .026-.025 0-.025-.026-.026-.024.001-.026.026c0 .015.01.02.026.026zm3.446 0c.01 0 .02-.01.02-.02s-.026-.04-.062-.062c-.035-.02-.046-.015-.02.02.02.032.046.057.062.063zm-12.514-.05c.026 0 .072-.037.108-.078.036-.04.051-.092.036-.108-.016-.015-.067-.015-.108 0a.13.13 0 0 0-.077.108c-.005.041.015.077.041.077zm5.304-.01c.02.004.052-.016.067-.047.02-.03-.05-.052-.19-.047-.205.006-.21.01-.067.047.088.025.17.046.19.046m.35.01c.035 0 .05-.015.035-.036-.02-.02-.05-.02-.066 0-.02.02-.005.036.03.036zM.656 8.34c.083-.016.19-.05.232-.072.067-.036.067-.04 0-.04a1 1 0 0 0-.23.071l-.155.072zm3.748.036q.025 0 .026-.026 0-.024-.026-.026-.024.001-.025.026.001.025.025.026m4.981-.072c.093-.04.108-.077.067-.123-.03-.036-.082-.067-.113-.062a.3.3 0 0 0-.133.046c-.057.036-.062.062-.01.124.05.056.092.061.19.015zm7-.062c.01-.077-.01-.164-.037-.19-.03-.03-.067-.04-.087-.02-.016.015 0 .102.036.19l.072.16zm1.575.134q.025 0 .026-.026 0-.024-.026-.026-.024.001-.025.026c0 .01.01.026.025.026m3.03 0q.024 0 .026-.026 0-.024-.026-.026-.024.001-.026.026c0 .01.01.026.026.026M4.097 8.323q.025 0 .026-.025t-.026-.026q-.024.001-.025.026c0 .01.01.025.025.025m3.75 0c.014 0 .025-.01.025-.025q0-.025-.026-.026-.025.001-.026.026c0 .01.01.025.026.025m.79-.035c.01-.01.01-.03 0-.042a6 6 0 0 0-.314-.2c-.159-.097-.277-.195-.256-.215.02-.02.01-.026-.02-.006-.032.02-.155-.02-.273-.087s-.195-.139-.175-.164c.02-.026.01-.026-.02-.01-.03.02-.098.02-.139.005-.04-.016-.067-.057-.046-.088.02-.03.01-.04-.026-.015-.03.02-.123 0-.2-.04-.077-.042-.118-.078-.092-.083.025 0-.02-.046-.108-.098a1.7 1.7 0 0 0-.278-.133c-.087-.026-.107-.02-.077.025.026.041.016.057-.03.036-.04-.015-.067-.05-.057-.087s-.01-.046-.04-.03c-.032.02-.273-.052-.54-.155a9 9 0 0 1-.678-.287.8.8 0 0 0-.282-.098c-.052 0-.21-.03-.36-.072A2.6 2.6 0 0 1 4.2 6.29a1 1 0 0 0-.41-.082q-.256 0-.18.046a1 1 0 0 0 .282.077c.113.02.298.087.41.15.13.071.211.158.222.23.015.093-.02.13-.144.175-.087.03-.16.072-.16.092s.15.046.334.062c.185.015.673.113 1.09.215a24 24 0 0 1 1.452.416c.38.13.878.324 1.104.427s.426.2.437.19zm-1.664-.945a.5.5 0 0 1-.18-.072c-.072-.04-.108-.072-.077-.072a.6.6 0 0 1 .18.072c.072.04.103.072.077.072m4.54.945c.01-.01 0-.042-.032-.072-.03-.03-.097-.036-.149-.016-.087.036-.087.041.031.072.072.02.14.026.15.016m5.12.035c.01 0 .02-.056.02-.123s-.03-.133-.073-.149c-.06-.025-.06 0-.02.124.025.077.061.148.072.148m4.723 0c.04 0 .071-.046.071-.102 0-.057-.03-.103-.07-.103-.043 0-.089.02-.109.051a.12.12 0 0 0 0 .103c.015.026.066.051.108.051m-2.547-.05c.025 0 .03-.047.015-.109-.02-.077-.04-.087-.067-.04-.02.035-.03.081-.015.107.01.02.041.041.067.041zm1.432-.016a.3.3 0 0 0 .14-.052c.02-.02-.016-.036-.073-.036-.062 0-.123.026-.139.052-.02.025.01.04.072.036m.334.015c.01 0 .036-.036.051-.082.016-.046.01-.067-.02-.046a.1.1 0 0 0-.05.082c0 .02.01.046.02.046m.57 0q.024 0 .026-.026 0-.024-.026-.025-.024.001-.026.025c0 .01.01.026.026.026m-20.03-.056c.057 0 .082-.01.067-.026-.016-.015-.062-.02-.098-.005q-.06.023.03.03zm6.5-.005c.04 0-.005-.036-.103-.088a6 6 0 0 0-.375-.159c-.108-.04-.205-.056-.22-.046-.01.01.123.082.297.154.18.077.36.14.4.14Zm1.427.01c.02 0 .067-.026.098-.062.036-.036.061-.082.061-.103s-.046-.04-.097-.04c-.057 0-.113.02-.134.05a.12.12 0 0 0 0 .103c.02.026.052.052.072.052m2.583 0c.03 0 .036-.026.02-.052a.1.1 0 0 0-.082-.05c-.03 0-.035.02-.02.05.015.026.056.052.082.052m5.72 0q.025 0 .026-.026 0-.024-.026-.026-.024.001-.025.026.001.025.025.026m.616 0q.025 0 .026-.026 0-.024-.026-.026-.024.001-.025.026.001.025.025.026M1.37 8.164c.057 0 .083-.01.068-.025-.016-.016-.062-.02-.098-.005q-.06.022.03.03m7.373.005c.026 0 .047-.01.047-.02s-.036-.036-.083-.05c-.046-.017-.066-.01-.046.02.02.025.057.05.082.05m1.792-.005c.016 0-.05-.072-.148-.154a14 14 0 0 0-1.582-1.037c-.205-.113-.385-.19-.4-.175s.025.057.092.093.39.241.724.457c.33.216.59.375.575.35-.015-.027-.015-.047.005-.047.016 0 .185.113.37.257.18.143.35.261.364.256m-.79-.508q-.025 0-.026-.026.001-.024.026-.025.024.001.025.025 0 .025-.025.026m1.412.513c.025 0 .051-.01.051-.02s-.026-.036-.05-.057c-.032-.015-.053-.005-.053.021s.021.056.052.056m9.74 0c.006 0 .016-.02.016-.05 0-.032-.04-.052-.092-.052-.077 0-.077.01-.01.051.04.026.081.051.087.051zm.247 0c.015 0 .01-.138-.005-.308-.03-.25-.02-.328.051-.405.046-.052.067-.108.041-.124-.025-.015-.102-.01-.17.01-.097.032-.127.073-.133.216-.005.098.021.196.052.216q.07.043 0 .041c-.046 0-.046.03 0 .123q.06.124.097.062.04-.052.041.056c0 .062.01.113.026.113m-.103-.667q-.024 0-.025-.026.001-.024.025-.025.025.001.026.025 0 .025-.026.026m-19.41.616q.026 0 .027-.026-.001-.024-.025-.025-.025.001-.026.025 0 .025.026.026zm18.48 0c.011 0 .052-.04.088-.092.062-.082.062-.082-.02-.02-.052.04-.093.076-.093.092.005.01.016.02.026.02zm-17.94-.05c.037 0 .052-.017.037-.037-.02-.02-.052-.02-.067 0-.02.02-.005.036.03.036zm6.403-.006q.01 0 .01-.016a.7.7 0 0 0-.174-.128 1 1 0 0 0-.21-.108c-.02 0 .015.041.081.098.067.05.16.107.2.123.047.015.088.03.093.03zm.298 0 .01-.093c.005-.077-.123-.159-.616-.38a73 73 0 0 0-1.114-.488 11 11 0 0 0-.848-.313l-.683-.215a16 16 0 0 0-.713-.206 4 4 0 0 0-.473-.103c-.04 0-.066.016-.046.031.015.016.175.062.354.103.18.041.478.123.663.18s.493.164.683.236c.246.092.328.15.282.18q-.069.046.03.015a.64.64 0 0 1 .283.026c.103.03.36.123.57.21.21.082.663.298 1.002.478.34.185.616.34.616.34m2.51.004a.17.17 0 0 0 .098-.03c.016-.02-.015-.099-.072-.18-.057-.083-.149-.15-.205-.15s-.098.016-.098.036.021.072.047.108c.03.051.056.051.077.015.02-.03.061-.056.092-.056.036 0 .03.026-.005.077-.036.041-.046.098-.03.128a.13.13 0 0 0 .097.052zm2.727 0c.01 0 .031-.02.047-.04.015-.027-.006-.042-.047-.042-.04 0-.06.02-.046.04.016.021.036.042.046.042m4.801 0c.031 0 .052-.01.052-.02s-.02-.037-.052-.057c-.025-.016-.05-.005-.05.02s.02.057.05.057m2.475 0h.118l-.118-.082c-.066-.047-.133-.067-.149-.052s0 .031.031.031.052.02.031.051.02.052.087.052m-19.51-.052c.046 0 .103-.02.118-.05.016-.03.016-.052-.01-.052a.3.3 0 0 0-.118.051c-.067.041-.062.051.01.051m.841-.005c.252 0 .503-.025.56-.046.061-.026-.118-.03-.437-.015a5 5 0 0 0-.56.046c-.01.01.186.015.437.015m11.245.005c.01 0 .021-.025.021-.05 0-.03-.026-.052-.057-.052-.03 0-.04.02-.02.051.02.026.041.051.056.051m.303 0q.025 0 .026-.025t-.026-.026q-.024.001-.025.026.001.024.025.025m3.697 0c.016 0 .067-.082.108-.18s.098-.179.13-.179c.03 0 .04.02.03.041-.016.02-.006.072.02.113.036.062.051.056.077-.015.02-.052.062-.088.098-.088s.077-.046.092-.102c.015-.057.01-.103-.015-.103-.02 0-.072.036-.108.077s-.098.067-.134.051c-.036-.015-.149.02-.246.082-.098.057-.18.13-.18.154 0 .026.036.047.082.047s.067.02.046.051c-.02.026-.02.051 0 .051m2.44 0c.035 0 .05-.015.035-.036-.02-.02-.05-.02-.066 0-.02.021-.005.036.03.036zm.54 0q.022 0 .024-.025 0-.025-.025-.026-.025.001-.026.026.001.024.026.025m.795-.02c.128-.01.272-.036.318-.057a.5.5 0 0 0 .164-.159.45.45 0 0 0 .082-.185c0-.036-.06.01-.143.108a.77.77 0 0 1-.4.242l-.258.071zm-19.64-.03q.024-.002.026-.027-.001-.024-.026-.025-.025.001-.026.025 0 .025.026.026m1.487 0q.024 0 .026-.026 0-.024-.026-.025-.024.001-.026.025.001.025.026.026m7.445 0q.025 0 .026-.026 0-.024-.026-.025-.024.001-.025.025.001.025.025.026m2.778 0c.01 0 .02-.026.02-.05 0-.032-.025-.053-.056-.053-.03 0-.04.02-.02.052.02.025.041.051.056.051m2.46-.02c.118.005.128-.01.123-.18-.005-.103-.015-.15-.03-.098-.016.052-.042.088-.062.088s-.062-.026-.093-.057c-.04-.04-.066-.036-.097.01-.02.036-.016.072.015.088.031.01.046.046.036.082s.03.061.108.067m.344-.01c.026-.016.02-.073-.01-.13-.03-.056-.077-.097-.103-.097s-.05.031-.05.067a.2.2 0 0 0 .06.128c.031.031.077.047.103.031zm-6.018-.026c.015 0-.057-.072-.154-.165a24 24 0 0 0-.54-.477c-.2-.17-.585-.457-.857-.637s-.488-.334-.477-.344c.01-.01.102.03.205.092s.185.098.185.088c0-.016-.092-.082-.2-.16-.129-.087-.21-.112-.22-.07-.01.035-.232-.068-.556-.258-.292-.175-.544-.308-.56-.293q-.022.025 0 .041c.01.01.31.195.658.411.35.216.667.39.703.39s.088.031.113.072c.02.041.283.247.58.457.298.21.668.488.822.616.15.13.288.237.298.237m.133.005c.01 0 .021-.01.021-.02s-.026-.042-.062-.062-.046-.016-.02.02c.02.036.046.062.061.062m3.461 0a.055.055 0 0 0 .052-.052.05.05 0 0 0-.052-.05c-.03 0-.05.02-.05.05 0 .026.025.052.05.052m.154 0c.036 0 .052-.016.036-.036-.02-.02-.05-.02-.066 0-.02.02-.006.036.03.036m4.432-.02q.163-.018.226-.134.06-.116.082-.047c.015.036.04.052.061.031s-.025-.092-.102-.164-.16-.134-.185-.134c-.026 0-.026.036-.01.083.025.071.015.071-.077.025-.062-.03-.113-.082-.113-.108s.036-.05.077-.05c.04 0 .077-.02.077-.052 0-.03-.036-.052-.077-.052-.04 0-.093.062-.108.14a.35.35 0 0 0 .03.24c.047.077.052.113.006.124-.03.01-.057.04-.057.066 0 .031.077.041.17.031zm1.597.02c.015 0 .04-.02.056-.052.016-.03.02-.05.005-.05s-.04.02-.056.05-.02.052-.005.052m.313 0q.024 0 .026-.026 0-.024-.026-.026-.025.001-.026.026.001.024.026.026M6.716 7.86q.025 0 .026-.025t-.026-.026q-.024.001-.026.026.001.024.026.025m6.907 0c.035 0 .05-.015.035-.036-.02-.02-.05-.02-.066 0-.02.02-.005.036.03.036zm2.095 0c.025 0 .061-.046.077-.107q.023-.102-.03-.088c-.032.01-.068.057-.078.108-.01.046.005.087.03.087zm-6.48-.05c.01 0 .02-.01.02-.02s-.026-.043-.062-.063-.046-.016-.02.02c.02.036.046.062.061.062zm1.54 0a.5.5 0 0 0-.02-.129c-.016-.072-.052-.124-.083-.113-.03.01-.21-.082-.39-.21-.185-.13-.313-.206-.283-.175.026.03.211.184.411.344.195.154.36.282.365.282m.15 0q.022 0 .024-.026 0-.024-.025-.025-.025.001-.026.025.001.025.026.026m3.074 0c.01 0 .036-.02.057-.05.015-.032.005-.053-.02-.053-.03 0-.057.02-.057.052 0 .03.01.051.02.051m4.524 0q.025 0 .026-.026 0-.024-.026-.025-.024.001-.025.025.001.025.025.026m-4.636-.05c.02 0 .035-.02.035-.048 0-.025-.025-.06-.05-.082a.12.12 0 0 0-.109.005c-.04.026-.036.047.01.077a.3.3 0 0 0 .114.047m-7.667-.057c.041 0 .062-.005.052-.015a4 4 0 0 0-.427-.134c-.22-.06-.41-.102-.426-.087-.015.01.144.072.35.128.21.057.41.108.451.108m2.88 0c.016 0-.03-.04-.102-.097s-.108-.103-.087-.103a.4.4 0 0 1 .14.051c.055.031.096.046.096.031s-.185-.133-.406-.267c-.226-.133-.405-.267-.4-.293s-.139-.133-.313-.246a7 7 0 0 0-.709-.36c-.21-.087-.416-.174-.452-.184-.05-.02-.04.03.031.17a.9.9 0 0 1 .1.287c0 .066.092.118.35.195.19.056.656.267 1.036.462s.703.354.72.354zm-.235-.2c-.026 0-.195-.082-.38-.18a15 15 0 0 0-.575-.287c-.14-.062-.23-.134-.21-.165.02-.036 0-.04-.068-.015-.072.026-.082.02-.04-.02.04-.042.215.03.667.282.334.19.621.35.631.364.01.01 0 .02-.025.02zm-.56-.467a.6.6 0 0 1-.205-.103c-.088-.057-.134-.098-.103-.098.026 0 .118.047.205.103.082.057.13.098.103.098m-.837-.206c-.02 0-.082-.025-.139-.046-.056-.026-.087-.046-.066-.046s.071-.02.123-.036c.067-.026.077-.016.046.036-.03.051-.02.061.046.036.052-.02.077-.016.057.015-.02.02-.046.046-.067.041m.35-.046c-.027 0-.062-.02-.083-.05-.02-.032 0-.037.046-.02.041.014.082.04.082.05.006.01-.015.02-.046.02zm-.54-.103q-.024 0-.026-.025.001-.025.026-.026.024.001.026.026c0 .015-.016.025-.026.025m.36-.005c-.03 0-.17-.056-.309-.123-.143-.067-.22-.123-.18-.123.042 0 .18.056.31.123.127.067.204.123.18.123m-.463-.046q-.024 0-.025-.026.001-.024.025-.025.025.001.026.025c0 .016-.015.026-.026.026m-.154-.205Q7 6.423 7 6.397q.001-.024.025-.026.025.001.026.026c0 .015-.015.026-.026.026M9.44 7.706c.01 0 .02-.01.02-.02s-.026-.04-.06-.062c-.037-.02-.048-.015-.022.02.026.037.051.062.062.062m7.702 0q.024 0 .026-.025 0-.025-.026-.026-.025.001-.026.026.001.024.026.025m-2.26-.05q.025-.002.026-.027 0-.024-.025-.025-.025.001-.026.025.001.025.026.026zm.32-.01a.16.16 0 0 0 .107-.083c.01-.036-.02-.062-.088-.062-.06 0-.107.03-.107.082 0 .046.036.072.087.062m5.596-.057a.25.25 0 0 0 .056-.19c-.015-.092-.03-.077-.077.077-.046.165-.046.18.02.113zM3.07 7.605q.025 0 .026-.026 0-.024-.026-.026-.024.001-.025.026.001.024.025.026m6.214 0q.024 0 .025-.026 0-.024-.025-.026-.025.001-.026.026.001.024.026.026m1.833 0c.02 0 .04-.01.04-.02a1.2 1.2 0 0 0-.194-.165l-.19-.144.15.164c.081.093.168.165.194.165m2.223 0q.025 0 .026-.026 0-.024-.026-.026-.024.001-.026.026.001.024.026.026m.334 0c.026 0 .051-.02.051-.04a.5.5 0 0 0-.082-.156c-.046-.06-.103-.102-.128-.087a.1.1 0 0 0-.047.077c0 .026.036.046.077.046.042 0 .072.016.072.042a.2.2 0 0 0 0 .077c0 .025.026.04.057.04zm2.531-.03c.052-.02.077-.047.062-.063-.015-.015-.057 0-.092.036q-.078.075.03.026m.324-.026c.04-.036.067-.072.056-.082-.01-.01-.056-.005-.102.01-.047.016-.072.057-.057.082.016.031.057.026.103-.01m-9.043.005q.025 0 .026-.025t-.026-.026q-.024.001-.025.026.001.024.025.025m7.55 0c.01 0 .02-.02.02-.05 0-.032-.027-.052-.057-.052s-.04.02-.02.05c.02.027.045.052.056.052m6.484-.025c.015-.016 0-.052-.036-.088s-.062-.04-.062-.01.016.067.036.087.052.026.062.01zm-8.308-.026c.03 0 .051-.02.051-.046s-.02-.062-.05-.082c-.027-.016-.053.005-.053.046 0 .046.02.082.052.082m2.172 0a.26.26 0 0 0 .128-.046c.051-.03.041-.052-.046-.072-.062-.016-.134-.02-.16-.005s-.03.046-.015.077c.016.03.062.046.093.046m6.752 0c.062 0 .16-.046.216-.103s.102-.128.102-.154c0-.03-.015-.05-.04-.05-.02 0-.119.071-.216.153-.16.14-.165.154-.062.154M7.178 7.4q.025 0 .026-.025t-.026-.026q-.024.001-.025.026.001.024.025.025m11.744-.005c.036 0 .128-.077.195-.164l.128-.165-.18.113a.7.7 0 0 0-.195.165c-.01.03.01.056.052.051M4.76 7.344c.056 0 .082-.01.067-.027-.016-.015-.062-.02-.098-.005-.04.015-.026.03.03.03zm-.252-.058c.082 0 .123-.01.093-.025a.26.26 0 0 0-.154 0c-.052.01-.02.025.061.025m6.213.01q.025 0 .026-.025t-.026-.026q-.024.001-.025.026c0 .015.015.026.025.026zm4.96 0c.057 0 .093-.025.072-.05-.015-.032-.066-.052-.107-.052s-.072.02-.072.051c0 .026.051.052.108.052zm5.207-.05q.025 0 .026-.027 0-.024-.026-.025-.024.001-.025.025c0 .016.015.026.025.026zm.426 0c.01 0 0-.02-.015-.052-.015-.03-.062-.052-.092-.052-.036 0-.03.021.015.052.046.025.087.051.092.051zM10.526 7.19c.005 0 .026-.02.041-.047.016-.025-.195-.205-.472-.4s-.6-.41-.719-.488c-.123-.077-.22-.133-.22-.123s.19.16.42.334c.231.174.54.405.683.518s.262.206.267.206m3.76.005c.025 0 .061-.036.076-.082s.026-.093.015-.103a1 1 0 0 0-.19-.05c-.123-.027-.159-.017-.133.024.02.031.072.062.113.062.04 0 .072.036.072.077 0 .036.02.072.046.072m1.16-.005c.056 0 .082-.01.066-.026-.015-.015-.06-.02-.097-.005q-.062.023.03.03zm.57.005c.061 0 .061-.02-.016-.129-.05-.07-.128-.128-.17-.128-.056 0-.05.02.021.077.057.041.082.077.062.077s-.026.02-.005.051a.15.15 0 0 0 .107.052M4.302 7.127c.113 0 .164-.01.118-.02a.5.5 0 0 0-.205 0c-.067.01-.026.02.087.02m12.077.015c.067 0 .067-.015.015-.077-.036-.04-.082-.06-.108-.046-.025.016-.03.052-.015.077s.067.046.108.046m4.662 0q.025 0 .026-.025t-.026-.026q-.024.001-.025.026c0 .015.015.025.025.025m-17.38-.066c.153 0 .22-.01.138-.02a1.3 1.3 0 0 0-.283 0c-.072.01-.01.02.144.02m5.627.015c.01 0 .02-.01.02-.02s-.025-.04-.06-.062c-.037-.02-.048-.015-.02.02.02.036.044.062.06.062m3.41-.026c.03-.02.05-.092.05-.169 0-.072-.01-.123-.02-.113a.6.6 0 0 0-.05.164c-.02.103-.017.14.02.118m2.746.026q.025 0 .026-.026 0-.024-.026-.025-.024.001-.025.025.001.025.025.026m.2-.005c.057 0 .083-.01.067-.026-.015-.015-.06-.02-.097-.005-.04.016-.026.026.03.031m2.47-.046q.025 0 .026-.026 0-.024-.026-.026-.024.001-.025.026.001.025.025.026m2.98 0c.04 0 .076-.02.076-.046s.015-.088.036-.14q.037-.09-.026-.05a.5.5 0 0 0-.113.138c-.04.077-.036.098.026.098m-11.96-.052c.01 0 .02-.01.02-.02s-.025-.04-.06-.062c-.037-.02-.048-.015-.02.02.02.037.044.062.06.062m6.413 0q.024 0 .026-.025 0-.025-.026-.026-.024.001-.026.026c0 .015.016.025.026.025m.128 0c.036 0 .052-.015.036-.036-.02-.02-.05-.02-.066 0-.02.021-.005.036.03.036m.96 0c.006 0 .026-.025.047-.06q.031-.056-.005-.027c-.02.02-.072 0-.113-.05-.057-.068-.067-.073-.057-.01.01.04.036.091.067.111.03.016.057.031.062.036zm-7.044-.05q.024 0 .025-.027 0-.024-.025-.025-.025.001-.026.025c0 .016.015.026.026.026zm4.318 0c.01 0 .005-.037-.01-.078-.016-.04-.052-.077-.082-.077s-.026.03.01.077a.3.3 0 0 0 .082.077zm4.16 0c.01 0 .004-.037-.01-.078-.016-.04-.052-.077-.083-.077-.03 0-.026.03.01.077a.3.3 0 0 0 .082.077zM9 6.88c.016 0-.04-.057-.128-.129a4 4 0 0 0-.334-.236c-.098-.056-.154-.077-.123-.046.03.03.17.138.308.23.14.098.262.18.277.18zm5.366.005q.024 0 .026-.026 0-.024-.026-.026-.024.001-.026.026.001.024.026.026m-6.033-.108c.015 0-.02-.036-.077-.082a4 4 0 0 0-.478-.257c-.205-.098-.37-.19-.37-.2 0-.016.052-.01.113.005.088.026.077.01-.036-.062a7 7 0 0 0-.446-.24c-.165-.083-.329-.186-.37-.232a.4.4 0 0 1-.087-.21.35.35 0 0 1 .02-.19q.038-.06-.06-.037c-.053.016-.114 0-.135-.03-.02-.03-.056-.057-.087-.057s-.005.062.056.134a.55.55 0 0 1 .108.277.27.27 0 0 1-.103.216c-.092.066-.087.071.103.077.113.005.36.066.55.138s.36.144.374.16c.016.015-.04.015-.123 0-.082-.02.113.102.437.272.318.18.595.313.61.318zm9.104-.046c.02 0 .02-.03 0-.062a5 5 0 0 1-.16-.426c-.082-.252-.107-.303-.092-.164.015.113.005.18-.026.164-.025-.016-.046-.016-.046.005 0 .02.062.14.14.262.081.118.163.22.184.22zm.344 0c.025 0 .051-.036.051-.082s-.026-.067-.05-.047a.1.1 0 0 0-.053.082c0 .021.026.047.052.047m-8.544-.05c.01 0 .02-.01.02-.02s-.025-.042-.06-.063c-.037-.02-.047-.015-.02.02.02.037.045.062.06.062m4.72 0q.024 0 .025-.025 0-.025-.026-.026-.024.001-.025.026c0 .01.01.025.025.025zm4.081 0c.026 0 .052-.01.052-.02s-.026-.036-.052-.057c-.03-.015-.05-.005-.05.02 0 .027.025.057.05.057m-8.652-.05q.025 0 .026-.026 0-.024-.026-.025-.024.001-.025.025.001.025.025.026m4.73-.015c.015-.016.02-.062.005-.098-.016-.04-.03-.03-.03.03-.006.057.01.083.024.068zm-2.065-.036c.016 0 .041-.026.057-.052.015-.03.02-.05.005-.05-.016 0-.04.02-.057.05-.015.026-.02.052-.005.052m1.34 0q.025 0 .026-.026 0-.024-.026-.026-.024.001-.025.026.001.024.025.026m4.524 0c.01 0 .02-.036.02-.077 0-.04-.02-.077-.05-.077-.026 0-.037.036-.02.077.02.04.04.077.05.077M12.39 6.5c.13-.01.241-.02.257-.02.015-.006-.016-.032-.062-.057-.06-.036-.138-.03-.256.02l-.17.072zm.13-.026q-.026 0-.027-.026.001-.024.026-.025.024.001.025.025 0 .025-.025.026m4.553-.185c.02-.139.026-.257.016-.267s-.072.03-.134.087c-.092.088-.103.118-.046.185.036.041.046.077.025.077s-.005.036.031.088c.067.071.077.05.108-.17m.683.236q.024 0 .026-.025 0-.025-.026-.026-.024.001-.026.026.001.024.026.025m-9.448-.102q.024 0 .026-.026 0-.024-.026-.026-.024.001-.026.026.001.024.026.026m6.208-.016c.056-.005.108-.036.118-.072q.013-.055-.082-.036a.35.35 0 0 1-.22-.036l-.124-.06.103.107c.061.061.154.102.205.097m1.87-.01c.122-.01.235-.036.256-.057.02-.02.01-.025-.026-.005-.03.02-.067.016-.077-.01s-.128-.036-.267-.02c-.16.02-.226.046-.18.071.041.02.17.031.293.02zm-8.592-.026q.025 0 .026-.025t-.026-.026q-.024.001-.025.026.001.024.025.025m.416 0c.01 0 .02-.01.02-.02a.4.4 0 0 0-.09-.093c-.084-.06-.084-.06-.022.02a.4.4 0 0 0 .092.093m10.044-.06a.4.4 0 0 0 .118-.089c.016-.025-.04-.02-.123.01-.108.042-.236.042-.452 0-.164-.03-.323-.04-.349-.025-.03.015.123.056.334.087.21.031.426.036.472.016m-10.562.01q.024 0 .025-.026 0-.024-.025-.025-.025.001-.026.025.001.025.026.026m4.508 0a2 2 0 0 0 .216-.082c.174-.072.2-.072.287.01.088.082.098.082.098.005 0-.046.03-.087.062-.087.036 0 .005-.026-.062-.05-.092-.037-.185-.032-.344.03-.118.046-.23.102-.247.133-.02.02-.02.04-.01.04zM9 6.233c.016-.01-.01-.04-.05-.067-.042-.026-.099-.03-.124-.016-.026.016-.006.047.05.067.052.02.11.026.124.016m-2.028-.016q.024 0 .026-.025 0-.025-.026-.026-.024.001-.026.026.001.024.026.025m1.027 0q.024 0 .026-.025 0-.025-.026-.026-.025.001-.026.026.001.024.026.025m5.705-.015c.015-.016.02-.062.005-.098-.016-.04-.03-.03-.03.031-.006.057.01.087.025.067m.4.01q.088 0 .067-.026c-.015-.015-.062-.02-.098-.005-.04.016-.03.031.031.031M6.82 6.167q.024 0 .026-.026 0-.024-.026-.025-.025.001-.026.025.001.025.026.026m1.607 0c.005 0 .01-.02.01-.046s-.087-.088-.195-.134a9 9 0 0 1-.724-.43 8 8 0 0 1-.693-.479c-.154-.133-.154-.138-.03-.108A.5.5 0 0 1 7 5.063c.04.036.107.077.143.097s.062.016.062-.015c0-.026-.128-.123-.282-.21a1.6 1.6 0 0 1-.283-.185c0-.01.051 0 .113.03.108.052.113.052.02-.02-.05-.04-.117-.067-.138-.05-.026.014-.113-.01-.2-.058-.088-.046-.154-.092-.154-.108 0-.015.051 0 .113.031.061.03.092.036.061.005a5 5 0 0 0-.554-.318c-.278-.15-.514-.257-.524-.247s.082.108.21.216c.13.108.268.262.31.344.045.082.065.195.05.247-.026.071.005.102.133.123.088.015.396.15.683.287.288.14.776.406 1.084.59.308.19.57.345.58.345m6.624-.01c.036.005.056-.016.041-.036-.015-.026-.087-.057-.16-.072-.07-.016-.143-.005-.153.015-.016.02.026.052.092.062.062.015.144.03.18.03zm.241.01q.025 0 .026-.026 0-.024-.026-.025-.024.001-.025.025.001.025.025.026m1.361 0c.036 0 .051-.016.036-.036s-.05-.02-.067 0c-.02.02-.01.036.031.036m1.992-.026c.016-.015 0-.05-.036-.087s-.06-.04-.06-.005c0 .03.014.067.035.087.02.015.046.02.061.005M6.716 6.116q.025 0 .026-.026t-.026-.026q-.024.001-.026.026.001.024.026.026m.257 0q.037-.002-.026-.052a.4.4 0 0 0-.128-.05c-.026 0-.016.02.026.05a.3.3 0 0 0 .128.052m2.105 0q.025 0 .026-.026t-.026-.026q-.024.001-.025.026.001.024.025.026m7.26 0a.6.6 0 0 0 .263-.052.45.45 0 0 0 .15-.21.9.9 0 0 0 .05-.298c-.005-.123-.01-.123-.046-.03a.7.7 0 0 0-.046.235.33.33 0 0 1-.093.21.5.5 0 0 1-.24.088c-.083.005-.16.02-.176.036-.015.01.046.02.14.02zM8.991 6.06c.01 0 0-.02-.016-.046a1.5 1.5 0 0 0-.26-.21c-.13-.088-.248-.15-.258-.134-.016.015.097.108.246.205.15.103.278.185.288.185m4.426.005c.03 0 .067-.03.082-.072a.08.08 0 0 1 .103-.046c.046.015.092-.026.128-.113a.55.55 0 0 1 .144-.21.4.4 0 0 1 .2-.067c.062 0 .13-.026.144-.052a.13.13 0 0 0-.005-.113q-.037-.059-.098.026c-.06.082-.066.082-.097 0-.026-.072-.057-.056-.164.103-.072.103-.165.19-.206.19a.08.08 0 0 0-.077.077c0 .041-.015.077-.04.077-.02 0-.068.046-.104.103-.04.061-.04.097-.01.097m.745 0q.024 0 .025-.026 0-.024-.025-.025-.025.001-.026.025.001.025.026.026m2.67-.05q.024-.002.025-.027 0-.024-.025-.026-.025.001-.026.026.001.025.026.026m.102 0q.025 0 .026-.026 0-.024-.026-.026-.024.001-.025.026.001.025.025.026m1.46-.016c.066-.005.143-.066.19-.149.04-.077.055-.143.03-.143s-.108.066-.19.15c-.139.148-.139.153-.03.142m-5.727-.036c.016 0 .042-.02.057-.05.015-.032.02-.052.005-.052s-.04.02-.056.051c-.02.026-.02.051-.006.051m.386-.05c.025 0 .071-.083.107-.18.031-.098.083-.18.108-.18.026 0 .046-.02.046-.052 0-.025-.036-.036-.077-.02-.04.015-.113.097-.154.174a.7.7 0 0 0-.077.2c0 .031.02.057.047.057zm-6.85-.052q.024 0 .025-.026 0-.024-.025-.026-.025.001-.026.026.001.024.026.026m1.232 0q.024 0 .026-.026 0-.024-.026-.026-.024.001-.026.026.001.024.026.026m.868 0c.026 0 .005-.03-.052-.072a.4.4 0 0 0-.148-.077c-.026 0-.006.03.05.072a.4.4 0 0 0 .15.077m8.74-.016c.015-.015.015-.077-.006-.138-.02-.057-.072-.108-.118-.103-.077 0-.077.005.005.051.052.031.093.088.093.134s.005.077.025.056zm.18-.046a.54.54 0 0 0 .045-.24c0-.15-.01-.166-.077-.109a.25.25 0 0 0-.077.154c0 .051.016.134.031.18.026.066.041.072.077.015m.435-.04.057-.155a.3.3 0 0 0 .015-.154c-.01-.057.01-.05.093.02.108.098.108.098.108-.005 0-.07-.04-.113-.129-.128-.072-.015-.144-.005-.159.026-.015.03-.062.036-.097.02-.052-.02-.052.005.005.113a.8.8 0 0 1 .077.242c.005.066.015.077.03.02zm-3.584-.027c.016-.015 0-.05-.036-.087s-.06-.04-.06-.01.014.067.035.087c.02.02.046.026.061.01m.36 0c.015-.015 0-.05-.036-.087s-.062-.04-.062-.01.016.067.036.087.046.026.062.01m3.476-.025q.024 0 .026-.026 0-.024-.026-.026-.024.001-.026.026.001.024.026.026M7.317 5.653c.02 0 .041-.01.041-.02a.7.7 0 0 0-.175-.123 1.7 1.7 0 0 0-.297-.139c-.072-.02-.006.036.133.123.144.087.277.16.298.16Zm.698-.005c.01 0 0-.02-.015-.046a.4.4 0 0 0-.134-.103c-.072-.036-.097-.036-.097 0 0 .031.051.077.113.103a1 1 0 0 0 .133.046m.344 0c.026 0 .005-.03-.05-.077-.058-.04-.36-.23-.669-.416-.313-.185-.62-.375-.693-.41-.123-.072-.123-.072-.025.015.056.046.251.174.436.287.185.108.472.293.642.401s.33.2.36.2Zm-1.514-.046c.035 0 .05-.015.035-.036-.02-.02-.05-.02-.066 0-.02.02-.005.036.03.036zm7.59-.05c.076 0 .076-.006.01-.053a.4.4 0 0 0-.119-.05c-.02 0-.026.02-.01.05.015.026.072.052.118.052m-6.743-.108c.025 0 .005-.036-.046-.077a.4.4 0 0 0-.15-.077c-.03 0-.004.036.047.077.051.04.118.077.15.077m6.603-.15c.046 0 .113-.03.15-.076.035-.04.05-.087.04-.103-.015-.015-.082.02-.149.077-.097.077-.102.098-.04.103zm3.518-.014c.015-.016.02-.062.005-.098-.016-.04-.03-.03-.03.03-.006.057.01.088.024.068zM7.358 5.243c.036 0 .051-.016.036-.036-.02-.02-.05-.02-.067 0-.02.02-.005.036.031.036m10.357-.165a2 2 0 0 0 .067-.174c0-.01-.02-.02-.046-.02s-.088.06-.134.133c-.072.107-.077.143-.02.174.046.031.087 0 .133-.113m-3.117.01c.036 0 .051-.015.036-.035-.02-.02-.05-.02-.067 0-.02.02-.005.036.031.036zm-8.036-.41q.025 0 .026-.026 0-.024-.026-.026-.024.001-.026.026.001.024.026.026m-.616-.462q.024 0 .026-.026 0-.024-.026-.026-.024.001-.026.026.001.024.026.026m-.103-.052q.025 0 .026-.025t-.026-.026q-.024.001-.025.026.001.024.025.025m-.734-.262a.04.04 0 0 0 .041-.04c0-.026-.077-.083-.175-.13a1 1 0 0 0-.215-.08c-.02 0 .036.055.133.122a1 1 0 0 0 .216.128"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/leroymerlin.svg b/mkdocs-material/material/templates/.icons/simple/leroymerlin.svg new file mode 100644 index 0000000..0c2a812 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/leroymerlin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.407 7.419c-.17-.164-.329-.323-.478-.468q1.062-1.083 2.116-2.166c.239.234.468.453.687.683.02.02.01.084-.01.119q-.33.65-.657 1.3c-.02.04-.04.074-.07.139l.134-.055c.449-.204.902-.403 1.35-.612.074-.035.12-.035.184.03.2.199.403.393.583.567-.722.742-1.434 1.464-2.136 2.181q-.268-.262-.513-.503c.348-.353.707-.717 1.065-1.075l-.015-.03-.11.045-1.284.582c-.07.03-.12.04-.174-.025-.075-.09-.21-.164-.224-.258-.015-.095.074-.215.124-.32.18-.393.364-.786.528-1.194q-.554.537-1.1 1.06m11.71 10.357c.01-.045.016-.06.016-.074q.292-1.024.577-2.047c.01-.04.02-.104-.005-.13-.234-.238-.473-.467-.722-.706l-2.116 2.16c.15.145.319.31.493.484.463-.454.941-.917 1.4-1.36 0-.015 0 0-.006.015-.159.667-.313 1.335-.483 1.997-.044.18-.035.304.115.428.17.14.319.309.488.478L24 16.851c-.144-.14-.309-.3-.503-.494-.443.458-.901.926-1.38 1.42zm-7.956-6.582c.124-.13.269-.274.433-.443-.299-.294-.612-.593-.906-.877.164-.164.314-.318.478-.488.234.234.478.478.717.712.14-.144.284-.289.458-.463-.239-.234-.493-.473-.717-.692l.334-.358q.471.461.936.916c.134-.135.274-.28.413-.424q-.748-.73-1.519-1.483l-2.11 2.156c.487.468.99.96 1.483 1.444M3.187 15.102q-.231-.209-.409-.373c.294-.314.588-.622.887-.941-.13-.12-.27-.254-.414-.389-.488.478-.985.966-1.473 1.44l2.15 2.15q.735-.715 1.49-1.453c-.15-.14-.29-.27-.434-.409-.304.294-.617.603-.916.897l-.463-.434c.249-.264.488-.522.737-.786-.14-.13-.284-.264-.468-.439zm5.258-6.647c-.07-.025-.115-.02-.165.035-.149.154-.308.304-.463.453-.02.02-.034.045-.06.075.38.124.743.239 1.111.358.264.085.553.13.787.27.229.139.408.373.602.572.1.104.194.214.294.328.2-.214.373-.398.553-.587-.24-.244-.498-.503-.747-.767a.4.4 0 0 1-.09-.16c-.09-.363-.174-.731-.264-1.095-.07-.294-.144-.592-.219-.906-.214.21-.413.403-.607.598-.02.02-.02.074-.01.11.04.148.084.293.124.442.06.214.12.428.185.667-.364-.149-.698-.268-1.031-.393m11.193 3.998-.558-.542c-.697.712-1.399 1.434-2.116 2.166.478.468.976.95 1.47 1.429.154-.16.323-.329.507-.518-.294-.289-.602-.588-.911-.886q.823-.85 1.608-1.649m-17.532 6.33c.498-.484.986-.962 1.479-1.445-.174-.16-.344-.319-.518-.478-.289.279-.592.578-.906.881-.548-.562-1.09-1.115-1.633-1.673-.18.19-.354.369-.528.558.692.707 1.394 1.43 2.106 2.156zm18.842-4.995c-.697.712-1.4 1.434-2.102 2.15.16.16.339.34.533.529.697-.712 1.404-1.434 2.106-2.156-.159-.16-.343-.334-.537-.523m-2.973-1.759c-.294.23-.612.299-.976.16-.154.478-.309.946-.463 1.424-.19-.185-.368-.354-.543-.538-.025-.03-.015-.105-.005-.15q.187-.857.379-1.722c.005-.02.005-.04-.01-.075-.374.388-.747.777-1.116 1.155l-.552-.538 2.086-2.16c.468.452.921.87 1.344 1.319.284.289.195.856-.144 1.125m-.543-.97c-.154-.17-.333-.32-.498-.474-.154.16-.318.324-.493.503.1.105.205.22.31.329.02.025.039.05.064.064.045.035.09.07.14.09.159.07.338.02.442-.114.115-.14.14-.29.035-.399zm-8.086.084c0 .812-.762 1.543-1.608 1.543-.807 0-1.549-.746-1.549-1.558 0-.901.657-1.569 1.554-1.569a1.58 1.58 0 0 1 1.603 1.584m-.747 0a1.6 1.6 0 0 0-.752-.837.58.58 0 0 0-.642.05c-.21.15-.329.354-.304.623.04.428.657.99 1.086.985.398-.005.757-.463.612-.821m-1.045 2.276c-.17.18-.334.359-.503.533-.025.025-.095.015-.14.005-.538-.14-1.075-.284-1.613-.423a.2.2 0 0 0-.115-.005l1.096 1.125c-.18.194-.359.384-.523.558L3.59 13.091c.03-.035.05-.06.07-.08.338-.338.682-.672 1.02-1.006.225-.219.493-.333.812-.293.408.05.707.378.717.801.005.15-.02.304-.03.463.463.145.926.299 1.375.443m-2.063-.826c-.134-.135-.304-.164-.443-.055-.154.12-.294.259-.443.393.189.175.363.339.552.513.08-.074.185-.169.284-.264.04-.04.08-.074.11-.12.104-.158.084-.323-.06-.467m15.86 6.622H2.554c-.015-.015-.025-.03-.04-.045.04-.02.085-.03.115-.06q1.956-1.935 3.904-3.863l4.566-4.521c.264-.264.533-.518.796-.787.085-.085.13-.085.215 0 1.483 1.494 2.977 2.982 4.466 4.471q2.35 2.354 4.7 4.7a1 1 0 0 0 .1.08c-.01.01-.015.02-.025.025"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/leslibraires.svg b/mkdocs-material/material/templates/.icons/simple/leslibraires.svg new file mode 100644 index 0000000..c518103 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/leslibraires.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.79.002a10.58 10.58 0 0 0-7.735 3.575C.18 7.958.593 14.647 4.981 18.518a10.56 10.56 0 0 0 5.3 2.51L12.002 24l1.717-2.971a10.56 10.56 0 0 0 6.227-3.437c3.876-4.38 3.461-11.07-.926-14.94a10.57 10.57 0 0 0-7.23-2.65M11.277 7.5l.613.512-1.862 2.444c-.005.007-.048.06-.048.115s.045.112.045.113l1.866 2.461-.615.502-2.573-2.403a.88.88 0 0 1-.3-.667c0-.38.22-.596.304-.678zm3.265 0 .613.512-1.863 2.444c-.005.007-.048.06-.048.115s.045.112.046.113l1.866 2.461-.615.502-2.573-2.403a.88.88 0 0 1-.301-.667c0-.38.222-.596.305-.678z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/less.svg b/mkdocs-material/material/templates/.icons/simple/less.svg new file mode 100644 index 0000000..2b1f0a8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/less.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.598 7.15a8 8 0 0 0-1.054.068q-.421.062-.717.249a1.2 1.2 0 0 0-.45.497c-.098.208-.14.47-.14.802V10.3c0 .428-.084.732-.253.884-.169.166-.492.25-.984.25v1.16c.478 0 .815.083.984.249q.253.249.253.912v1.548c0 .594.183 1.009.548 1.23.38.207.984.318 1.813.318v-1.078c-.393 0-.646-.07-.773-.194-.126-.124-.183-.373-.183-.746v-1.465c0-.373-.098-.663-.28-.87-.184-.208-.479-.374-.886-.484.393-.125.688-.29.871-.512.183-.22.281-.511.281-.87V9.167c0-.36.057-.608.183-.733.122-.12.412-.195.787-.2v4.547q0 .624.09 1.044.089.419.314.724.226.304.616.443.39.14.984.14.147 0 .32-.02a5 5 0 0 0 .65-.107l-.036-.98q-.405.057-.667.057-.529 0-.713-.276-.183-.275-.183-1.051V7.149H3.598zm16.818-.001v1.092c.393 0 .647.069.773.193.127.125.183.373.183.733v1.465c0 .359.098.65.28.87.184.222.479.387.872.512-.407.11-.702.276-.885.483-.183.208-.281.498-.281.871v1.465c0 .373-.057.622-.183.746-.126.125-.38.194-.773.194v1.078c.83 0 1.434-.11 1.813-.318.365-.221.548-.636.548-1.23v-1.548q0-.663.253-.912c.169-.166.506-.249.984-.249v-1.16c-.492 0-.815-.084-.984-.25-.168-.151-.253-.456-.253-.884V8.766c0-.332-.042-.594-.14-.801a1.2 1.2 0 0 0-.45-.498 1.8 1.8 0 0 0-.717-.249 7 7 0 0 0-1.04-.069m-6.479 1.975c-.675 0-1.209.14-1.588.421-.38.281-.576.689-.576 1.209 0 .422.112.773.351 1.026s.618.478 1.152.688c.043.015.14.057.296.113.45.183.758.31.913.436a.6.6 0 0 1 .239.478q0 .336-.253.506-.254.168-.717.168c-.295 0-.632-.056-.984-.155a4 4 0 0 1-.885-.337l-.14 1.04c.505.296 1.18.436 2.037.436.717 0 1.265-.155 1.659-.464.393-.309.59-.759.59-1.335q0-.654-.38-1.054c-.252-.267-.632-.492-1.166-.689-.382-.15-.84-.277-1.209-.506a.47.47 0 0 1-.224-.421c0-.183.084-.324.239-.422s.365-.14.646-.14c.506 0 1.026.126 1.574.379l.365-.956q-.843-.42-1.939-.421m4.512 0c-.675 0-1.21.14-1.589.421-.38.281-.576.689-.576 1.209 0 .422.112.773.351 1.026.24.253.619.478 1.153.688.042.015.14.057.295.113.45.183.759.31.914.436a.6.6 0 0 1 .238.478q0 .336-.253.506-.252.168-.716.168a3.7 3.7 0 0 1-.984-.155 4 4 0 0 1-.886-.337l-.14 1.04c.506.296 1.18.436 2.038.436q1.054 0 1.686-.464c.394-.309.59-.759.59-1.335q0-.654-.379-1.054c-.379-.4-.632-.492-1.166-.689-.392-.153-.842-.277-1.209-.506a.47.47 0 0 1-.225-.421c0-.183.085-.324.24-.422s.364-.14.646-.14c.506 0 1.026.126 1.574.379l.337-.956q-.843-.42-1.94-.421zm-9.46.014c-.842 0-1.503.267-1.995.815s-.73 1.279-.73 2.192c0 .956.252 1.687.772 2.22.52.535 1.237.802 2.165.802.8 0 1.49-.183 2.08-.52l-.197-.984a3.66 3.66 0 0 1-1.813.492c-.492 0-.886-.155-1.167-.45-.28-.295-.435-.716-.45-1.25h3.852v-.591c0-.829-.225-1.49-.661-1.982-.45-.491-1.054-.744-1.855-.744zm-.013.983q.57 0 .885.38c.211.253.323.618.323 1.082H7.67c.042-.492.182-.857.407-1.096.253-.239.548-.366.9-.366Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/letsencrypt.svg b/mkdocs-material/material/templates/.icons/simple/letsencrypt.svg new file mode 100644 index 0000000..3b5b619 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/letsencrypt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.991 0a.883.883 0 0 0-.871.817v3.02a.883.883 0 0 0 .88.884.883.883 0 0 0 .88-.88V.816A.883.883 0 0 0 11.991 0m7.705 3.109a.88.88 0 0 0-.521.174L16.8 5.231a.88.88 0 0 0 .559 1.563.88.88 0 0 0 .56-.2l2.37-1.951a.88.88 0 0 0-.594-1.534M4.32 3.122a.883.883 0 0 0-.611 1.52l2.37 1.951a.88.88 0 0 0 .56.2v-.002a.88.88 0 0 0 .56-1.56L4.828 3.283a.9.9 0 0 0-.508-.16zm7.66 3.228a5.046 5.046 0 0 0-5.026 5.045v1.488H5.787a.967.967 0 0 0-.965.964v9.189a.967.967 0 0 0 .965.964h12.426a.967.967 0 0 0 .964-.964v-9.19a.967.967 0 0 0-.964-.963h-1.168v-1.488A5.046 5.046 0 0 0 11.98 6.35m.012 2.893a2.15 2.15 0 0 1 2.16 2.152v1.488H9.847v-1.488a2.15 2.15 0 0 1 2.145-2.152zm7.382.503a.883.883 0 1 0 .07 1.763h3.027a.883.883 0 0 0 0-1.76h-3.027zM1.529 9.75a.883.883 0 0 0 0 1.76h2.999a.883.883 0 0 0 0-1.76zm10.46 6.774a1.28 1.28 0 0 1 .64 2.393v1.245a.63.63 0 0 1-1.259 0v-1.245a1.28 1.28 0 0 1 .619-2.393"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/letterboxd.svg b/mkdocs-material/material/templates/.icons/simple/letterboxd.svg new file mode 100644 index 0000000..11313f9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/letterboxd.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.224 14.352a4.45 4.45 0 0 1-3.775 2.092C1.992 16.444 0 14.454 0 12s1.992-4.444 4.45-4.444c1.592 0 2.988.836 3.774 2.092-.427.682-.673 1.488-.673 2.352s.246 1.67.673 2.352M15.101 12c0-.864.247-1.67.674-2.352-.786-1.256-2.183-2.092-3.775-2.092s-2.989.836-3.775 2.092c.427.682.674 1.488.674 2.352s-.247 1.67-.674 2.352c.786 1.256 2.183 2.092 3.775 2.092s2.989-.836 3.775-2.092A4.4 4.4 0 0 1 15.1 12zm4.45-4.444a4.45 4.45 0 0 0-3.775 2.092c.427.682.673 1.488.673 2.352s-.246 1.67-.673 2.352a4.45 4.45 0 0 0 3.775 2.092C22.008 16.444 24 14.454 24 12s-1.992-4.444-4.45-4.444z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/levelsdotfyi.svg b/mkdocs-material/material/templates/.icons/simple/levelsdotfyi.svg new file mode 100644 index 0000000..27e10bc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/levelsdotfyi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.494 18.913h3.52v-3.52c0-.43.35-.78.781-.78h3.52v-3.52c0-.432.35-.783.781-.783h3.52V6.791c0-.432.35-.782.782-.782h3.519V2.49c0-.432.35-.782.782-.782h3.52c.43 0 .781.35.781.782v20.724c0 .432-.35.782-.782.782H2.494a.78.78 0 0 1-.782-.782v-3.52c0-.43.35-.78.782-.78ZM.172 15.928a.587.587 0 0 1 0-.83L15.102.168a.587.587 0 0 1 .83.83l-14.93 14.93c-.23.23-.6.23-.83 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/lg.svg b/mkdocs-material/material/templates/.icons/simple/lg.svg new file mode 100644 index 0000000..f695533 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/lg.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.522 14.078h3.27v1.33h-4.847v-6.83h1.577zm6.74-1.274h1.284v1.195c-.236.09-.698.18-1.137.18-1.42 0-1.893-.721-1.893-2.186 0-1.398.45-2.221 1.869-2.221.791 0 1.24.248 1.612.722l.982-.903c-.6-.855-1.646-1.114-2.629-1.114-2.208 0-3.368 1.205-3.368 3.504 0 2.288 1.047 3.528 3.358 3.528 1.06 0 2.096-.27 2.66-.665V11.53h-2.739v1.274zM5.291 6.709a5.29 5.29 0 1 1 0 10.582 5.291 5.291 0 1 1 0-10.582m3.16 8.457a4.45 4.45 0 0 0 1.31-3.161v-.242l-.22.001H6.596v.494h2.662l-.001.015a3.985 3.985 0 0 1-3.965 3.708 3.95 3.95 0 0 1-2.811-1.165 3.95 3.95 0 0 1-1.164-2.811c0-1.061.414-2.059 1.164-2.81a3.95 3.95 0 0 1 2.81-1.164l.252.003v-.495l-.251-.003a4.475 4.475 0 0 0-4.47 4.469c0 1.194.465 2.316 1.309 3.161a4.44 4.44 0 0 0 3.16 1.31 4.44 4.44 0 0 0 3.162-1.31m-2.91-1.297V9.644H5.04v4.72h1.556v-.495zm-1.265-3.552a.676.676 0 1 0-.675.674.676.676 0 0 0 .675-.674"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/liberadotchat.svg b/mkdocs-material/material/templates/.icons/simple/liberadotchat.svg new file mode 100644 index 0000000..feec989 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/liberadotchat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.264 2.761-1.23 9.432-1.648 1.882-1.71-11.301h-.002l-.2.042-.066.013-.132.03-.064.016a12 12 0 0 0-1.74.55l-.037.019 3.398 11.263-.158.18-1.598-.703-.105.134L3.445 6.1a11 11 0 0 0-.927 1.047 13 13 0 0 0-.552.76v.006l6.481 7.081-1.021 1.313-7.205-4.15a11.7 11.7 0 0 0-.22 2.31l6.853 2.575-1.576 2.025-4.31.02A12 12 0 0 0 2.18 21.24h.003l1.696-.373h.45l4.863-6.223 1.583.701 3.338-3.812c1.85 3.145 3.844 6.17 5.657 9.337h.453l-.008-.014 1.612.363.016-.018a11 11 0 0 0 .774-1.256 11 11 0 0 0 .353-.726l-3.788-.064-1.333-2.196 6.146-2.241v-.031l.004-.203v-.312l-.004-.064v-.067l-.003-.068-.003-.067-.003-.068-.003-.067-.005-.064-.003-.068-.007-.067-.003-.067-.006-.064-.006-.068-.006-.067-.007-.067-.006-.065a10 10 0 0 0-.113-.796v-.016l-6.506 3.72-1.047-1.725 5.737-6.493a11 11 0 0 0-.888-1.17 12 12 0 0 0-.692-.729l-4.725 7.455-1.372-2.258 2.153-7.754-.055-.021a11.6 11.6 0 0 0-2.006-.595l-.132-.027zm-.159 9.331-3.246 3.721-1.583-.659-4.483 5.708h.496l4.103-5.251 1.574.652 3.084-3.537 4.851 8.152.477-.01zm-.073 1.302-2.912 3.344-1.605-.653-3.746 4.774 12.636.007z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/liberapay.svg b/mkdocs-material/material/templates/.icons/simple/liberapay.svg new file mode 100644 index 0000000..354bc56 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/liberapay.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.32 0A2.32 2.32 0 0 0 0 2.32v19.36A2.32 2.32 0 0 0 2.32 24h19.36A2.32 2.32 0 0 0 24 21.68V2.32A2.32 2.32 0 0 0 21.68 0zm9.208 3.98-2.27 9.405a3 3 0 0 0-.073.539.85.85 0 0 0 .09.432.7.7 0 0 0 .334.302q.236.115.661.147l-.49 2.008q-1.159 0-1.82-.3-.662-.303-.947-.826a2.4 2.4 0 0 1-.278-1.2q.008-.678.188-1.445l2.074-8.67zm3.9 3.888q.915 0 1.576.277.66.277 1.085.76.425.48.629 1.126t.204 1.379v.001q0 1.19-.392 2.179a5.2 5.2 0 0 1-1.086 1.706 4.8 4.8 0 0 1-1.665 1.118q-.972.4-2.114.4-.555 0-1.11-.098l-.735 2.956H9.403l2.71-11.298q.653-.196 1.494-.351a10 10 0 0 1 1.821-.155m-.31 2.041a4.7 4.7 0 0 0-.98.098l-1.143 4.752q.277.066.685.065.638 0 1.16-.237a2.56 2.56 0 0 0 .89-.661q.366-.424.571-1.02a4 4 0 0 0 .204-1.315q0-.702-.31-1.192t-1.077-.49"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/librariesdotio.svg b/mkdocs-material/material/templates/.icons/simple/librariesdotio.svg new file mode 100644 index 0000000..0934341 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/librariesdotio.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.152 23.998c-1.164-.054-1.75.044-2.021-.48-.265-.306-.138-3.465-.185-4.694 1.702-1.365 3.42-2.688 5.145-4.025 0 2.892.147 8.186-.17 8.72-.27.56-1.33.474-2.77.479zm6.468-.62c-.304-.006-.171-6.048-.204-11.204 1.704-1.357 3.42-2.678 5.143-4.01-.028 5.924.123 14.775-.108 15.098-.334.71-1.064.543-2.467.585-1.094-.06-2.058.16-2.364-.469m8.41.018c-.174-.33-.158-7.898-.104-15.204a501 501 0 0 1 5.12 3.977c-.027 1.216.103 11.184-.165 11.18-.28.47-.641.488-2.44.488-.933-.085-1.852.18-2.411-.441M.979 15.564C.957 10.754.927 6.047.999 1.1c.028-.633.251-1.003.94-1.041.538-.07 3.012-.04 3.463.05a.87.87 0 0 1 .624.65c.097 2.718.075 6.154.097 10.776-1.717 1.341-3.431 2.678-5.144 4.024zm8.458-6.656c-.048-2.518 0-7.016.03-7.696.077-1.552 1.087-1.115 2.41-1.2 1.977-.018 2.279.097 2.5.455.246.368.204 2.598.204 4.422-1.693 1.323-3.594 2.83-5.144 4.017zm13.583-.013c-1.706-1.338-3.353-2.633-5.064-3.964.015-1.322-.064-2.744.01-3.995.107-.54.257-.836 1.16-.866 1.118-.122 2.726-.09 3.419.142.524.124.52 1.379.485 5.226z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/librarything.svg b/mkdocs-material/material/templates/.icons/simple/librarything.svg new file mode 100644 index 0000000..571d03f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/librarything.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.16 0h7.68c2.66 0 3.508 0 4.708.4 1.4.5 2.552 1.65 3.052 3.05.4 1.2.4 2.05.4 4.71v7.68c0 2.66 0 3.51-.4 4.71a5.04 5.04 0 0 1-3.05 3.05c-1.2.4-2.05.4-4.71.4H8.16c-2.66 0-3.51 0-4.71-.4A5.04 5.04 0 0 1 .4 20.55C0 19.35 0 18.5 0 15.84V8.16C0 5.5 0 4.65.4 3.45A5.04 5.04 0 0 1 3.45.4C4.65 0 5.5 0 8.16 0m2.834 6.682v-.297l-.023-.321q0-.138-.091-.412a1.6 1.6 0 0 1-.092-.481q0-.137.115-.23a6 6 0 0 0 .24-.194q.149-.126.424-.126.16 0 .527.046.32 0 .481-.138.069-.045.252-.183c.183-.138.183-.199.183-.32q0-.3-.332-.482-.332-.183-.836-.183l-.94.069q-.32 0-1.214.149t-1.397.149a5 5 0 0 1-.7-.08 5 5 0 0 0-.79-.08q-.252.09-.515.171-.264.08-.263.24l.045.207q.138.297.413.458l.183.091q.137.046.23.046.113 0 .343-.023.184 0 .343.092l.252.229q.184.206.264.4t.08.356q0 .114-.046.39a3 3 0 0 0-.046.434q0 .207.104.596.102.39.103.641-.024.39-.023.78v.778q0 .297.046.779.045.48.045.755l-.045.962-.023 1.535-.07 1.26q0 .253.093.664.09.412.091.664 0 .252-.069.642-.068.39-.068.618 0 .114.023.298a.8.8 0 0 1 0 .275.56.56 0 0 1-.126.263l-.218.264q-.206.252-.458.389-.252.138-.71.16-.458.023-.665.195-.206.172-.206.263 0 .596 1.1.596l.16-.023a35 35 0 0 1 1.317-.137q.333-.023.768-.023h.275q.413.023.825.023h2.2q.32-.024.606-.058a4 4 0 0 1 .516-.034q.297 0 .825.149.526.149.893.103.023 0 .264-.069a1.7 1.7 0 0 1 .47-.068q.022 0 .308.034.287.034.47.034.092 0 .32-.046.574-.114.803-.435a.77.77 0 0 0 .16-.435 4 4 0 0 1-.069-.435 3 3 0 0 1 0-.504q.115-.229.252-.458.115-.298.16-.813.046-.516.081-.687a3 3 0 0 1 .195-.527q.16-.356.16-.607a1 1 0 0 0-.114-.481q-.115-.206-.298-.206-.115 0-.367.206-.114.09-.195.343a3 3 0 0 1-.126.344q-.274.412-.55.802a4 4 0 0 0-.229.435q-.228.48-.366.664-.046.069-.367.344a1.1 1.1 0 0 0-.217.24q-.104.15-.287.47l-.39.206-.274.069a2 2 0 0 0-.367.114q-.229.092-.343.115a1.6 1.6 0 0 1-.298.022q-.207 0-.619-.068a4 4 0 0 0-.664-.069l-.481.023q-.825 0-1.215-.893-.251-.573-.39-1.787a2.3 2.3 0 0 1-.022-.366q0-.184.023-.619 0-.115.057-.48a4 4 0 0 0 .057-.596v-1.604q0-.206.023-.527.024-.32.023-.458a2 2 0 0 0-.023-.343q0-.138-.091-.39a1.2 1.2 0 0 1-.092-.389q0-.114.046-.32.045-.207.046-.321 0-.252-.023-.688a14 14 0 0 1-.023-.687q0-.297.092-.733a3.6 3.6 0 0 0 .091-.71"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/libreoffice.svg b/mkdocs-material/material/templates/.icons/simple/libreoffice.svg new file mode 100644 index 0000000..e9308ce --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/libreoffice.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.365 0a.6.6 0 0 0-.555.352.58.58 0 0 0 .128.635l4.985 4.996a.6.6 0 0 0 .635.133.59.59 0 0 0 .363-.53V.577A.605.605 0 0 0 21.335 0zM2.661 0a.59.59 0 0 0-.582.59v22.82a.59.59 0 0 0 .582.59h18.67a.59.59 0 0 0 .59-.59V8.716a.6.6 0 0 0-.17-.42L13.674.182a.6.6 0 0 0-.42-.181zm.59 1.184h9.754l7.733 7.77v13.863H3.251z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/libreofficebase.svg b/mkdocs-material/material/templates/.icons/simple/libreofficebase.svg new file mode 100644 index 0000000..371594c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/libreofficebase.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 13h-1v-1h1zm0 1h-1v1h1zm0 2h-1v1h1zm-.6-16H15l7 7V0zM13 0l9 9v12c0 1.662-1.338 3-3 3H5c-1.662 0-3-1.338-3-3V3c0-1.662 1.338-3 3-3zM6 11c0 .552 1.343 1 3 1s3-.448 3-1v-1c0-.552-1.343-1-3-1s-3 .448-3 1zm0 2c0 .552 1.343 1 3 1s3-.448 3-1v-1c0 .552-1.343 1-3 1s-3-.448-3-1zm0 2c0 .552 1.343 1 3 1s3-.448 3-1v-1c0 .552-1.343 1-3 1s-3-.448-3-1zm0 2c0 .552 1.343 1 3 1s3-.448 3-1v-1c0 .552-1.343 1-3 1s-3-.448-3-1zm12-6h-5v7h5zm-3 1h-1v1h1zm0 4h-1v1h1zm0-2h-1v1h1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/libreofficecalc.svg b/mkdocs-material/material/templates/.icons/simple/libreofficecalc.svg new file mode 100644 index 0000000..896825e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/libreofficecalc.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 13H7v-1h2zm6-3h-2v1h2zm-6 0H7v1h2zm3 0h-2v1h2zm3-10 7 7V0zM9 14H7v1h2zm5 3h1v-3h-1zm2 0h1v-1h-1zm-4 0h1v-2h-1zm1-17 9 9v12c0 1.662-1.338 3-3 3H5c-1.662 0-3-1.338-3-3V3c0-1.662 1.338-3 3-3zm5 13h-7v5h7zm-2-4H6v7h4.5v-1H10v-1h.5v-1H10v-1h2v.5h1V12h2v.5h1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/libreofficedraw.svg b/mkdocs-material/material/templates/.icons/simple/libreofficedraw.svg new file mode 100644 index 0000000..f3a683b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/libreofficedraw.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 0C3.338 0 2 1.338 2 3v18c0 1.662 1.338 3 3 3h14c1.662 0 3-1.338 3-3V9l-9-9zm1 12a3 3 0 0 1 3-3c1.6 0 2.897 1.257 2.984 2.837L11.5 11l-2.298 3.98c-.068.004-.133.02-.203.02a3 3 0 0 1-3-3zm3.191 5 2.31-4 2.31 4H9.19zM18 16h-3.613L13 13.597V11h5zm4-16v7l-7-7zm-5 15h-3v-3h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/libreofficeimpress.svg b/mkdocs-material/material/templates/.icons/simple/libreofficeimpress.svg new file mode 100644 index 0000000..036f3ed --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/libreofficeimpress.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 0v7l-7-7zm-9 0 9 9v12c0 1.662-1.338 3-3 3H5c-1.662 0-3-1.338-3-3V3c0-1.662 1.338-3 3-3zM7 17H6v1h1zm0-2H6v1h1zm0-2H6v1h1zm3 4H8v1h2zm0-2H8v1h2zm0-2H8v1h2zm6-1v-1H8v1zm2 1h-7v5h7zm0-4H6v1h12zm-4 6.707 1 1 2.207-2.207-.707-.707-1.5 1.5-1-1-2.207 2.207.707.707z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/libreofficemath.svg b/mkdocs-material/material/templates/.icons/simple/libreofficemath.svg new file mode 100644 index 0000000..79d0426 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/libreofficemath.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 0v7l-7-7zm-9 0 9 9v12c0 1.662-1.338 3-3 3H5c-1.662 0-3-1.338-3-3V3c0-1.662 1.338-3 3-3zM8 17H6v1h2zm5 0h-2v1h2zm2.293-1.293a1 1 0 0 0 1.414-1.414l-.793-.793.793-.793a1 1 0 0 0-1.414-1.414l-.793.793-.793-.793a1 1 0 1 0-1.414 1.414l.793.793-.793.793a1 1 0 0 0 1.414 1.414l.793-.793zM18 17h-2v1h2zm0-8H9.862L8 13.653 7.338 12H6v1h.662L8 16.347 10.539 10H18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/libreofficewriter.svg b/mkdocs-material/material/templates/.icons/simple/libreofficewriter.svg new file mode 100644 index 0000000..dabdd4a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/libreofficewriter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 0v7l-7-7zm0 9v12c0 1.662-1.338 3-3 3H5c-1.662 0-3-1.338-3-3V3c0-1.662 1.338-3 3-3h8zM6 10h5V9H6zm0 2h5v-1H6zm0 2h5v-1H6zm5 3H6v1h5zm7-2H6v1h12zm0-6h-6v5h6zm-1.5 2a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1M14 11l-1 2h3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/libretranslate.svg b/mkdocs-material/material/templates/.icons/simple/libretranslate.svg new file mode 100644 index 0000000..011da44 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/libretranslate.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.784 0q-1.717 4.666-8.892 7.991l1.362 1.523q5.395-2.638 7.819-5.996 2.478 3.186 8.195 6.125l1.276-1.577q-6.103-2.928-8.42-6.242.118-.183.483-1.255ZM9.547 7.991q-.322 3.508-1.448 5.803-1.116 2.295-3.669 4.569l1.427 1.276q2.842-2.606 4.194-5.556 1.18 1.03 2.413 2.65l1.459-1.309q-1.148-1.459-3.229-3.25.547-2.027.762-3.98zm7.1 0q-.171 4.151-1.415 6.393-1.245 2.241-3.733 3.893l1.405 1.298q3.572-2.606 4.709-5.824 1.726 3.464 4.87 5.867l1.404-1.34q-1.78-1.32-3.014-2.79-1.222-1.48-1.866-3.046-.633-1.576-.633-2.145l.075-.75q.086-.838.086-1.395zm-16.534.81V24h9.444v-1.71H2.05V8.803Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/libretube.svg b/mkdocs-material/material/templates/.icons/simple/libretube.svg new file mode 100644 index 0000000..1375c47 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/libretube.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.12 0a.52.52 0 0 0-.514.52V5.52c0 .187.101.36.264.452l9.877 5.577a.52.52 0 0 1 0 .905L1.87 18.03a.52.52 0 0 0-.264.453v4.997a.52.52 0 0 0 .783.448l19.818-11.616a.378.378 0 0 0 0-.652L2.388.072A.5.5 0 0 0 2.12 0zm-.005 7.946a.52.52 0 0 0-.509.52v7.056c0 .398.43.649.776.452l6.222-3.528a.52.52 0 0 0 0-.904L2.382 8.014a.5.5 0 0 0-.267-.068z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/librewolf.svg b/mkdocs-material/material/templates/.icons/simple/librewolf.svg new file mode 100644 index 0000000..1c1cfbf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/librewolf.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12A12 12 0 0 0 12 0m.03 2.417c2.54 0 4.793.91 6.62 2.672.88.85 1.47 1.654 1.975 2.695.683 1.409.96 2.634.96 4.25 0 2.129-.615 3.985-1.891 5.712a11.6 11.6 0 0 1-1.612 1.695 9.7 9.7 0 0 1-4.774 2.077c-.59.078-1.982.087-2.523.018-1.681-.216-3.289-.886-4.692-1.956-.458-.349-1.316-1.213-1.691-1.702-1.05-1.369-1.703-2.923-1.918-4.566-.092-.703-.092-1.996 0-2.639.464-3.213 2.486-5.968 5.39-7.345 1.35-.64 2.587-.91 4.157-.91m-.032 1.45a7.94 7.94 0 0 0-4.05 1.06c-1.165.657-2.37 1.863-3.03 3.034a8.5 8.5 0 0 0-.981 2.82c-.091.613-.093 1.83-.004 2.417a8.3 8.3 0 0 0 1.27 3.309c.353.531.342.526.653.348.557-.319.702-.473 1.005-1.067.355-.695.734-1.302 1.076-1.723.396-.487.45-.573.648-1.033.1-.231.28-.57.398-.755l.217-.334-.28-.275c-.372-.365-.682-.78-.74-.99-.06-.216.011-.336.29-.498.283-.163.485-.21 1.24-.287.368-.038.767-.107.893-.155.125-.047.498-.251.83-.452.958-.58 1.039-.61 1.613-.598.485.01.486.01.773-.164.603-.364 1.469-1.021 2.607-1.98.219-.183.429-.328.468-.32.16.03.457.757.502 1.231.027.288-.029.573-.2 1.018-.046.122-.067.238-.047.258.049.049.216-.16.216-.27 0-.14.093-.156.219-.038.091.086.17.11.354.11.201 0 .25.02.329.124.133.177.164.661.063.968-.1.298-.4.642-.67.77-.244.114-.736.595-.967.943a11 11 0 0 0-.367.617c-.114.207-.305.518-.425.693-.235.344-.437.823-.631 1.502-.115.398-.124.502-.129 1.391-.006 1.075-.061 1.338-.352 1.669-.33.376-.66 1.202-.687 1.723a4 4 0 0 1-.14.886c-.032.104.027.103.38-.008a8.2 8.2 0 0 0 2.672-1.39c.43-.334 1.172-1.084 1.483-1.497.845-1.12 1.42-2.523 1.588-3.878.082-.653.035-2.034-.09-2.633-.33-1.587-1.039-2.928-2.156-4.076-.697-.715-1.331-1.187-2.148-1.596-1.238-.62-2.3-.872-3.693-.873m1.516 5.314-.696.097-.433.555.696-.098z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/libuv.svg b/mkdocs-material/material/templates/.icons/simple/libuv.svg new file mode 100644 index 0000000..b7c1c02 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/libuv.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.534 19.21c-.573.117-1.183.506-1.656.594-1.044.193-1.66.007-1.108-.22.8-.332 3.44-.415 3.716-2.374s.083-2.843-.055-3.34a7 7 0 0 0-.351-.891 4 4 0 0 0-.134-.523 2 2 0 0 1-.074-.228s-.034-.241.076-.476c.098-.208.433-.659.456-1.095v-.08a1 1 0 0 0-.008-.087l-.002-.026a.8.8 0 0 0-.374-.542c-.123-.082-.29-.107-.382-.224.073-.23.306-.313.404-.501.06-.167.011-.343-.081-.503-.178-.2-.528-.372-.842-.49-.393-.147-.792-.264-1.062-.475-.285-.152-.477-.445-.302-.833a.7.7 0 0 0 .064-.3v-.028q-.002-.029-.006-.055l-.008-.042-.006-.024-.008-.027c-.072-.243-.453-.31-.59-.323-.307-.027-.506-.111-.67-.163.132.069.264.16.433.228.106.044.26.07.389.112 0 0 .239.048.304.214a.6.6 0 0 1 0 .403l-.01.027c-.024.073-.05.143-.056.215-.022.286.153.434.246.673.167.159.406.324.736.473.298.134.653.215.874.348.127.077.36.263.354.399-.004.104-.195.245-.272.348-.056.074-.083.171-.132.24-.043.069-.099.112-.162.112-.083 0-.271.032-.147.041s.446.161.446.161c.435.18.727.514.567.99-.134.399-.442.732-.463 1.17-.023.467.19.85.218 1.22.046.623-.043 1.051-.164 1.52-.056.218-.086.434-.136.647-.213.906-.76 1.299-1.5 1.718-.322.181-.666.516-1.01.622-.056.017-.141-.009-.192 0-.317.057-.602.215-.927.274-.306.057-.628.03-.991.121-.184.066-.42.165-.559.223q-.319.147-.631.3l-.693.396s-.386.224.042.059c.344-.134 1.527-.722 1.031-.377-.342.172-.527.416-.83.624 0 0-1.016.504-1.169.645-.167.155-.372.069-.507.22a1.2 1.2 0 0 1-.49.332c-.138.046-.294.35-.506.506-.211.156-.671.11-1.076.285a2.4 2.4 0 0 1-.824.177q-.061.006-.116.007H9.56a1.6 1.6 0 0 1-.556-.096c-.169-.062-.231-.03-.193-.01s.148.124.148.124c-.472 0-.601-.315-.819-.548.1-.014.381.055.238-.028-.283-.135-.827-.145-.838-.47-.008-.255.11-.2.11-.2.197.346.809.38 1.254.375.83-.01 1.393-.466 1.937-.723a10 10 0 0 0 .382-.246v.004c.171-.112.345-.22.492-.355.256-.236.429-.543.655-.804a.7.7 0 0 1 .146-.153q.095-.09.208-.164l.003.006.03-.02-.006-.01c.548-.311 1.058-.655 1.489-1.072l.003-.005c.062-.056.386-.418.542-.593.185-.246.318-.557.395-.87.028-.114.01-.251.054-.374.069-.19.242-.36.355-.548.117-.195.195-.408.273-.622.341-.938.736-1.685 1.473-2.191.355-.244.787-.402 1.037-.772a1.67 1.67 0 0 1-.703.408c-.811.267-1.338.95-1.603 1.385a5.2 5.2 0 0 0-.477 1.22 4 4 0 0 0-.355-1.395c-.16-.37-.303-.761-.6-.996 0 0-.011.001-.058-.027-.046-.027.767-.048.767-.048.143.006.287.026.434.045a.4.4 0 0 1 .103.006c.447.079.91-.088 1.2-.298.15-.11.412-.197.628-.256.004-.01.025-.02.08-.03 0 0 .33-.104.682-.2a3.3 3.3 0 0 0 .533-.175.8.8 0 0 0 .187-.162c.104-.127.106-.28.192-.498.085-.217.216-.386.218-.573.006-.611-.573-1.098-1.2-.772.617-.16 1.056.142.982.723-.092.716-1.172 1.248-1.829 1.518-.26.107-.565.243-.873.274-.443.045-.846-.05-1.227-.025-.49.032-.815.291-1.228.324-.355.028-.307-.212-.615-.239-.063-.036-.257 0-.45-.01-.532.14-.874-.103-1.309-.299-.314-.141-.648-.27-.982-.299-.838-.07-1.348.046-2.033-.027-.193-.02-.594-.045-.784-.116-.593-.222-1.047-.141-1.69-.15-.469-.007-.903-.032-1.196.02-.08.014-.16.034-.245.05-.628.109-1.583.166-1.555.721.046-.032.033-.118.109-.124-.003.102-.006.204.027.274-.365-.01-.58-.262-.573-.548.012-.487.796-.69 1.337-.822.542-.13 1.105-.284 1.5-.348-.947.139-1.95.228-2.673.572a1 1 0 0 1-.021-.108c-.058-.263-.183-.666-.27-1.058-.102-.451.055-1.242.055-1.242l.004.004c.065-.402.148-.58.228-.821.172-.513.726-.674 1.114-.723a1.74 1.74 0 0 0-.668.901q-.025.207-.039.377c.294-.914 1.113-1.256 1.113-1.256l.262-.283-.003.013c.452-.438 1.05-.777 1.809-.798.383-.01.845.09.844.466 0 .212-.167.392-.393.491a.3.3 0 0 0 .183-.019l.235-.263c.078-.192.07-.435-.06-.581.346-.296.884.036.845.428.101-.085.163-.247.094-.375.465-.273.726.39 1.194.235-.044-.133-.27-.106-.338-.217.612-.087 1.15.128 1.764.08q.057.05.124.1c-1.149.126-.215.126-.215.126.147-.014.5-.038.638-.014.225.04.37-.014.569-.092.004.009.024.008.036-.014.103-.041.222-.086.373-.127a1 1 0 0 0 .174-.042l.024-.005.004-.004c.079-.027.153-.06.216-.09.58-.279 1.06-.934 1.554-1.278.819-.569 1.595.134 2.165.59l-.004.006c.143.098.332.218.537.344.537.233 1.245.437 1.623.811.302.299.405.684.535 1.083.122.373.357.702.49 1.12a.16.16 0 0 0 .05-.092c-.004-.036-.01-.073 0-.097l.008.007a1 1 0 0 0-.043-.249c-.112-.229-.309-.49-.285-.693 0 0 .697.36 1.488.718.273.123.522.326.74.559l.063-.002a.14.14 0 0 0-.004.065c.384.43.657.944.752 1.24a4 4 0 0 0 .16.412h.001q.02.038.032.074c.115.247.227.448.258.503.1.124.181.285.268.42a11.38 11.38 0 0 1-2.465 8.17q-.133.016-.378.066zm-.718 1.12c-.549.18-1.11.516-1.467.55-1.076.102-1.27-.376-.41-.455.325-.03.805-.067 1.188-.248.564-.269 1.142-.529 1.528-.722q-.396.46-.839.875m-11.735.052c-.092.03-.092-.015-.092-.015s-.165-.236-.19-.456c-.026-.218.03-.412.084-.44.055-.03.067.097.112.256.045.16.268.49.268.49.032.067-.09.134-.182.165m.575.1c-.105.036-.105-.016-.105-.016s-.189-.269-.217-.519c-.03-.247.036-.468.099-.5.063-.035.076.11.127.29.051.183.307.558.307.558.036.077-.105.153-.211.188zm.194-.697c-.036-.313.048-.593.129-.636.08-.043.098.14.162.37.065.231.39.706.39.706.046.098-.134.194-.27.238-.135.044-.134-.02-.134-.02s-.24-.34-.277-.658m4.669-3.587c.056-.05.116.056.226.176.11.122.5.313.5.313.063.046-.062.162-.164.232-.1.07-.117.03-.117.03s-.287-.136-.396-.321c-.108-.183-.106-.379-.05-.43zm-.924.492c.069-.065.143.073.281.229.14.16.631.414.631.414.08.06-.076.21-.203.3-.127.091-.148.038-.148.038s-.359-.182-.495-.423c-.136-.237-.136-.493-.066-.558m-.825 1.11c-.122-.256-.111-.52-.04-.584.07-.064.138.083.266.255.131.175.602.467.602.467.075.067-.084.215-.212.301-.128.087-.147.03-.147.03s-.344-.21-.469-.47zm-.754.63c-.102-.269-.075-.54-.003-.6.073-.06.128.097.24.28.115.189.55.522.55.522.069.075-.094.214-.224.292-.129.078-.142.018-.142.018s-.318-.24-.421-.512m-1.017 1.654c-.136.041-.134-.021-.134-.021s-.23-.331-.257-.637c-.026-.304.066-.574.148-.614s.094.136.15.358c.059.225.37.686.37.686.043.094-.14.186-.277.228m.275-1.059c-.066-.304-.002-.59.08-.642.082-.054.116.124.205.34.089.218.48.646.48.646.058.09-.125.21-.267.273-.14.062-.145-.004-.145-.004s-.286-.305-.353-.613m3.688-7.155s.08.013.043.126c-.035.112-.042.46.066.61.11.15-.075.093-.219-.059-.144-.15-.246-.43-.215-.619 0 0-.008-.08.325-.058m-.51.921c.176.195-.092.143-.316-.049-.223-.191-.406-.565-.39-.834 0 0-.022-.11.447-.13 0 0 .114.007.079.17-.033.163.006.65.18.843m-1.19 1.016c1.017.067 1.747-.286 2.264-.647.136-.095.316-.326.546-.174-.098.203-.358.337-.573.448-.377.195-.712.365-1.146.473.732-.112 1.253-.417 1.8-.697.068.14.143.423.192.662h.008s.05.133.034.264c.003.063-.01.116-.055.146a.2.2 0 0 1-.055.052c-.2.13-.794.42-1.27.455q-.023.001-.046.004l-.035.01-.001-.006c-.432.05-.711.228-.16.137.553-.091 1.736-.292 1.305-.13h.002c-.538.21-1.245.415-1.938.348-.448-.043-.91-.263-1.31-.473-.397-.21-.775-.485-1.2-.573-.323-.067-.59.027-.873.075-.188.032-.45.108-.563-.01-.048-.056-.01-.115-.01-.115.108-.266.421-.423.682-.498.819-.235 1.611.198 2.401.25zm.23-.891c.171.248-.126.148-.353-.105s-.38-.71-.323-1.017c0 0-.01-.13.529-.08 0 0 .129.025.066.206-.064.182-.09.747.08.996zm-1.084-.119c.169.283-.146.159-.376-.132-.23-.29-.367-.802-.284-1.136 0 0-.002-.144.58-.064 0 0 .137.035.057.232-.08.196-.145.818.023 1.1m-1.12-.156c.172.286-.147.164-.38-.13-.234-.292-.376-.812-.293-1.155 0 0-.003-.145.585-.072 0 0 .14.034.059.236-.08.2-.143.836.029 1.121m-1.027.323c.212.37-.159.213-.441-.166s-.472-1.053-.397-1.5c0 0-.011-.19.662-.099 0 0 .161.042.081.306-.08.263-.116 1.089.095 1.46zm-1.09-.275c.211.323-.16.2-.441-.128s-.467-.927-.389-1.332c0 0-.01-.171.665-.12 0 0 .162.032.08.272s-.125.985.085 1.308m-1.154-.376c.149.277-.14.154-.345-.133-.205-.285-.318-.787-.232-1.115 0 0 .002-.14.54-.058 0 0 .127.035.046.226-.08.193-.158.802-.009 1.08m-.88-.24c.14.221-.114.125-.303-.102s-.308-.628-.248-.892c0 0-.005-.113.46-.053 0 0 .11.026.05.182-.06.154-.1.644.04.865zm-.925.16c.17.248-.126.149-.353-.105s-.38-.71-.322-1.017c0 0-.01-.13.528-.08 0 0 .129.025.066.206-.064.182-.09.747.081.996m-.746-.066c.175.195-.093.143-.316-.049-.224-.191-.407-.565-.39-.834 0 0-.023-.111.446-.13 0 0 .115.007.08.17-.034.163.005.65.18.843m10.24 10.242c-.516.179-1.435.627-2.173 1.003q-.265.012-.533.012C5.69 23.423.577 18.31.577 12c0-4.888 3.07-9.057 7.387-10.688q.033.03.07.058c.048.039.129.059.17.109.057.067.033.203.058.287.075.259.235.497.501.691.04.029.114.043.148.08.074.085.052.227.108.324.06.102.16.226.284.321.067.052.169.08.232.143.052.05.066.14.103.216.1.204.362.44.488.653a.5.5 0 0 1 .041.088c.053.108.18.338.353.444 0 0 .018.319.336.682-.644-.035-1.265-.399-1.743-.037-.138-.15-.58-.269-.77-.058-.139-.242-.88-.398-1.025-.014-1.053-.472-2.325.202-2.734.878a3 3 0 0 0-.214.114 1.2 1.2 0 0 0-1.102.187c-.417.301-.853 1.65-.778 2.584.008.1.198.336.266.81.068.469.12.623.12.623-.093.162-.204.234-.219.423-.033.41.318.632.646.842.117.054.249.093.392.099.087.137.42.6.973.6l.04-.001c.211.177.431.225.28.006a.4.4 0 0 1-.034-.059.9.9 0 0 0 .334.13c.002 0 .054.013.097.013.015 0 .06 0 .076-.035s-.016-.072-.027-.084c-.044-.051-.094-.184-.131-.307q.06.112.134.205c.262.322.63.475.425.154a1 1 0 0 1-.122-.392.95.95 0 0 0 .562.33c.235.223.528.315.352.077a.6.6 0 0 1-.091-.225c.142.17.382.389.676.389h.027c.202.136.371.158.22-.038a.7.7 0 0 1-.117-.33c.134.272.39.646.834.767.003 0 .08.022.143.022q.073 0 .094-.04c.022-.038-.006-.083-.016-.098a1 1 0 0 1-.078-.16c.2.117.346.127.191-.063a.75.75 0 0 1-.14-.379c.108.29.329.695.764.96.003.002.081.04.168.04a.25.25 0 0 0 .112-.026.1.1 0 0 0 .053-.067c.022-.09-.063-.22-.071-.23a2 2 0 0 1-.134-.35l.003.003c.315.254.723.371.471.118-.153-.154-.212-.417-.217-.632.092.257.315.704.778.792.003 0 .075.014.128.014.029 0 .064-.003.077-.031.005-.012.007-.032-.014-.055a.8.8 0 0 1-.11-.251q.033.025.067.049c.224.147.489.224.523.176.072.06.184.136.337.204q.021.048.04.098s.07.198.098.305c-.363-.094-.984-.276-1.446-.174-.365.08-1.317.606-1.086.976a.2.2 0 0 0 .057.056l.014.005a1 1 0 0 0 .42.075l.061-.001a3 3 0 0 0 .442-.07c.254-.084.482-.034.482-.034l-.004.003q.272.032.569.185c.212.107.5.285.573.373.132.16-.07.532-.146.761l-.013.042-.005.019-.039.1-.033-.047c-.072-.121-.11-.228-.148-.179s-.04.244.032.427l.026.055c-.082.15-.182.307-.287.458a1.2 1.2 0 0 1-.204-.234c-.093-.16-.142-.3-.19-.235-.048.064-.05.322.042.565a.9.9 0 0 0 .123.213 5 5 0 0 1-.307.352 1.7 1.7 0 0 1-.276-.345c-.089-.178-.135-.33-.185-.265s-.06.338.024.603c.034.108.094.207.152.287a17 17 0 0 1-.345.32 1.5 1.5 0 0 1-.178-.284c-.079-.192-.116-.355-.17-.293-.052.063-.075.347-.005.63q.028.105.075.199-.181.162-.34.3a1.3 1.3 0 0 1-.072-.183c-.062-.23-.085-.419-.146-.36-.061.056-.114.361-.069.685q.006.047.017.093l-.03.026q-.104.091-.222.21a1 1 0 0 1-.042-.164c-.04-.24-.045-.43-.108-.385-.062.045-.137.34-.122.67q.003.077.017.155-.138.156-.267.313A2 2 0 0 1 8 19.008c-.045-.25-.055-.45-.119-.401-.058.044-.122.312-.115.623-.064.047-.147.264-.15.51a1 1 0 0 0 .035.246c-.042.058-.114.099-.164.17-.261.365-.155.8.409.896.173.532.61.79 1.282.797.09 0 .185-.03.273-.025.1.007.182.047.273.05.49.015.746-.14 1.118-.25.278-.08.564-.106.737-.173.265-.104.39-.389.6-.523.079-.05.226-.074.355-.15.11-.064.204-.18.3-.224.085-.038.225-.03.328-.074.17-.075.36-.235.573-.35a17 17 0 0 1 1.282-.622c.227-.1.467-.333.6-.348.158-.018.341.113.464.1.25.297.338.713.327 1.248.015.001.004.132.004.132s.087 1.148-1.705 1.768zM7.583.205c.188.052.397.159.197.477-.122-.131-.164-.304-.197-.477m.358.42c.06-.105 0-.159.032-.222.539.07.585.448.352.984-.359-.121-.455-.361-.523-.605C7.86.72 7.904.69 7.94.625zm.588.106c.502.221.58.776.234 1.499a.9.9 0 0 1-.278-.274c-.053-.082-.127-.216-.11-.326.01-.075.07-.177.1-.261.089-.244.123-.463.054-.638m2.403 2.105c-.009-.026.01-.025.031-.045.75.152.81.884.487 1.435-.152.261-.302.399-.536.326-.194-.06-.22-.217-.314-.324.382-.556.375-.966.332-1.392m-.866-.55c-.004-.068-.016-.144.011-.21a.7.7 0 0 1 .27.07c.422.223.596 1.018.351 1.486-.105.2-.211.298-.408.241-.317-.09-.409-.45-.537-.599.346-.368.326-.692.313-.988M9.05 1.287l.02-.01c.825.29 1.299.84.549 1.85-.286-.144-.447-.335-.521-.552-.044-.127-.078-.143-.048-.3.064-.341.085-.717 0-.988m3.201 4.238-.052.024c-.1.051-.206.082-.306.1-.62-.134-.807-.84-.807-.84.58-.256.907-.99.7-1.393.006-.015.02-.012.033-.01.263.117.54.311.673.522.256.399.331 1 .119 1.482-.095.022-.156.044-.232.07l-.04.012-.07.026-.007.003zm1-.501-.122.104c-.036.068-.145.158-.284.217.11-.335.124-.691.132-.955.228.119.38.282.468.467l-.087.075a.6.6 0 0 0-.163-.194q.047.14.057.286zM12 .577c5.596 0 10.251 4.023 11.232 9.335a2 2 0 0 0-.358-.198c-.28-1.248-.882-2.037-2.118-2.487-.414-.151-.807-.326-1.216-.504.024-1.328-1.52-1.3-2.482-1.984-.418-.298-.893-.848-1.371-.95-.926-.197-1.495.448-2.042.899-.134-.146-.335-.29-.627-.42 0 0-.522-.744-.765-.884a.1.1 0 0 1-.034-.026c-.134-.063-.303-.098-.422-.177-.117-.077-.14-.26-.257-.348a1 1 0 0 0-.225-.122c-.095-.038-.256-.03-.351-.083-.117-.064-.127-.272-.211-.376a.84.84 0 0 0-.408-.273c-.08-.026-.198-.028-.27-.066-.079-.043-.098-.177-.16-.26-.143-.192-.384-.341-.66-.439-.06-.02-.139-.02-.182-.05-.051-.034-.057-.119-.088-.184C9.945.718 10.956.577 12 .577m11.343 10.068c-.116-.199-.223-.39-.263-.559q.118.079.212.172.03.192.051.387M12 0a12 12 0 0 0-3.55.535.3.3 0 0 0-.044-.062c-.103-.1-.226-.177-.482-.112A.65.65 0 0 0 7.52.11l-.006.01c.025.233.058.468.235.629l-.003.028C3.22 2.494 0 6.87 0 12c0 6.628 5.372 12 12 12 6.627 0 12-5.372 12-12S18.627 0 12 0M5.9 6.312s-.471.107-.6.942c0 0-.022.42.11.328-.111-.506.37-.735.48-.787.155-.069.283-.046.293.086.01.142-.152.205-.2.352.172-.098.558-.326.518-.623-.03-.218-.235-.412-.6-.298zm6.206.512c-.81-.475-2.907-.393-3.4-.43-.484-.038-.726.579-.726.579-.007.13.1-.02.1-.02.317-.57.595-.466.595-.466 1.003.293 1.182 1.767 1.224 2.108.041.34.127.119.127.119.097-.848-.52-1.882-.65-2.015-.13-.131-.007-.206.408-.09 1.247.35 1.364 2.349 1.44 2.59.075.242.122.01.122.01-.17-1.837-.868-2.29-1.054-2.543-.077-.105.554-.12.831.06 1.568 1.013 1.392 2.953 1.534 2.676.143-.283-.395-2.038-1.15-2.636-.152-.119.524.09.773.319 1.18 1.09 1.324 2.271 1.415 2.612.09.34.133.225.133.225.016-1.155-.899-2.617-1.722-3.098m2.274-.804c.174-.094.379-.707.8-.452.314.189.463.236.463.236s-.219.062-.319.226-.218.29-.566.239c-.366-.055-.433.003-.617.033 0 0 .065-.187.239-.282m-.673.49c.269.059.516.163.764.324.275.179.573.507.983.474.13-.01.368-.137.463-.2.12-.078.404-.263.328-.547-.034-.126-.184-.147-.273-.25-.124-.143-.12-.283-.218-.448.216.044.34.172.572.2a4 4 0 0 0-1.31-.797c.04-.022.065-.113.192-.15.115-.033.484.024.246-.025-.24-.067-.389.002-.546.1-.362.226-.656.745-1.037.971-.165.099-.327.076-.464.25.089.177.18.072.3.099zm2.838-.323c-.09.052.057.1.082.125.104.102.336.29.409.448.15.323.103.817-.164.996-.18.12-1.06.449-1.446.448-1.083-.001-1.193-1.191-1.855-1.594.012.114.095.353.19.476.372.486.727 1.487 1.773 1.32.37-.059 1.061-.314 1.339-.488.301-.188.525-.909.218-1.308-.138-.178-.467-.405-.546-.423"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/lichess.svg b/mkdocs-material/material/templates/.icons/simple/lichess.svg new file mode 100644 index 0000000..18f4e7c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/lichess.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.457 6.161a.237.237 0 0 0-.296.165c-.8 2.785 2.819 5.579 5.214 7.428.653.504 1.216.939 1.591 1.292 1.745 1.642 2.564 2.851 2.733 3.178a.24.24 0 0 0 .275.122c.047-.013 4.726-1.3 3.934-4.574a.3.3 0 0 0-.023-.06L18.204 3.407 18.93.295a.24.24 0 0 0-.262-.293c-1.7.201-3.115.435-4.5 1.425-4.844-.323-8.718.9-11.213 3.539C.334 7.737-.246 11.515.085 14.128c.763 5.655 5.191 8.631 9.081 9.532.993.229 1.974.34 2.923.34 3.344 0 6.297-1.381 7.946-3.85a.24.24 0 0 0-.372-.3c-3.411 3.527-9.002 4.134-13.296 1.444-4.485-2.81-6.202-8.41-3.91-12.749C4.741 4.221 8.801 2.362 13.888 3.31c.056.01.115 0 .165-.029l.335-.197c.926-.546 1.961-1.157 2.873-1.279l-.694 1.993a.24.24 0 0 0 .02.202l6.082 10.192c-.193 2.028-1.706 2.506-2.226 2.611-.287-.645-.814-1.364-2.306-2.803-.422-.407-1.21-.941-2.124-1.56-2.364-1.601-5.937-4.02-5.391-5.984a.24.24 0 0 0-.165-.295"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/lidl.svg b/mkdocs-material/material/templates/.icons/simple/lidl.svg new file mode 100644 index 0000000..b29461f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/lidl.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0v24h24V0zm.209.209h23.582v23.582H.209zm11.789.625C5.83.834.83 5.834.83 12.002s5 11.168 11.168 11.168 11.167-5 11.168-11.166C23.165 5.837 18.166.837 12 .834zm.002.709c5.777 0 10.46 4.682 10.46 10.459v.004c-.004 5.773-4.686 10.452-10.46 10.453-5.777 0-10.46-4.68-10.46-10.457S6.222 1.543 12 1.543M9.229 7.85c-.645 0-1.166.521-1.166 1.166v.004c0 1.044 1.261 1.567 1.999.829s.215-2-.829-1.999zM2.73 10.059v.71h.551v2.465h-.55v.713h4.644v-.65l.537-.54 1.486 1.491-.55.547.357.36 2.973-2.977v-.713l-.826.83-1.848-1.848-2.129 2.133v-.576l-1.904 1.06V10.77h.549v-.711zm8.905 0v.71h.549v2.465h-.555v.713h3.129c2.325 0 2.355-3.888.008-3.888zm4.963 0v.71h.55v2.465h-.55v.713h4.648v-1.943l-1.906 1.06V10.77h.55v-.711zm-2.43 1.21h.133c.687 0 .685 1.461.023 1.461h-.156z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/lifx.svg b/mkdocs-material/material/templates/.icons/simple/lifx.svg new file mode 100644 index 0000000..58b5883 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/lifx.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.128 8.2a3.1 3.1 0 0 0-2.212.92A3.15 3.15 0 0 0 0 11.347a3.14 3.14 0 0 0 .916 2.226l.27.266.014-.014a2.73 2.73 0 0 1 1.932-.795 2.74 2.74 0 0 1 1.931.795l.015.014.266-.27a3.16 3.16 0 0 0 .916-2.226c0-.806-.305-1.612-.916-2.226A3.14 3.14 0 0 0 3.128 8.2m0 .725a2.4 2.4 0 0 1 1.701.707 2.43 2.43 0 0 1 .156 3.252 3.42 3.42 0 0 0-3.72 0 2.45 2.45 0 0 1-.544-1.537c0-.618.234-1.24.706-1.715a2.38 2.38 0 0 1 1.701-.707m5.316.082v6.025h3.167v-1.487H9.928l.004-4.538zm4.247 0v6.022h1.487V9.007zm2.585 0v6.025h1.487V13.15h1.918v-1.41h-1.918v-1.228h3.047l.863 1.545-1.662 2.975h1.662l.813-1.53.696 1.53h1.779l-1.665-2.975L24 9.007h-1.779l-.735 1.686-.735-1.686zM3.128 13.75c-.518 0-1.04.202-1.438.6l.444.443a1.41 1.41 0 0 1 1.996 0l.443-.443c-.4-.398-.92-.6-1.445-.6m0 1.324a.7.7 0 0 0-.507.213l.507.511.508-.511a.7.7 0 0 0-.508-.213"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/lightburn.svg b/mkdocs-material/material/templates/.icons/simple/lightburn.svg new file mode 100644 index 0000000..9c18f4c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/lightburn.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.419 23.947c-.481-.13-.956-.505-1.18-.933-.248-.475-.228.159-.228-7.504V8.606l.214-.312A9.4 9.4 0 0 1 2.968 5.7c1.18-.723 2.468-1.173 3.925-1.372.546-.075 1.87-.103 2.382-.051 2.234.227 4.417 1.19 5.777 2.549l.338.338-.289.295c-.159.162-.323.334-.364.38l-.076.086.524.022c1.01.042 2.43.423 3.41.916.154.078.287.14.296.14s-.074-.172-.185-.384c-.615-1.175-1.069-2.77-1.019-3.583l.018-.295-.347.363-.347.364-.24-.221c-1.801-1.663-3.841-2.598-6.406-2.935-1.354-.178-3.068-.145-4.362.085a11.8 11.8 0 0 0-3.339 1.095c-.892.437-1.708.97-2.405 1.57l-.248.213v-1.86c.003-1.832.004-1.86.079-2.082A1.94 1.94 0 0 1 1.485.052C1.68.006 2.908 0 11.978 0c8.925 0 10.303.007 10.511.05.677.143 1.22.653 1.448 1.361.055.168.058.876.049 10.572-.009 8.875-.018 10.42-.06 10.587-.148.597-.595 1.086-1.208 1.325l-.229.089-2.217.01c-1.22.005-2.217 0-2.217-.01 0-.012.022-.063.048-.113.194-.38.386-1.304.421-2.032.02-.408.025-.435.083-.404.168.09.469.884.48 1.265.01.373.094.473.199.234a6.6 6.6 0 0 0 .256-.92c.143-.837.166-2.06.052-2.827-.175-1.179-.472-2.208-.923-3.199-.352-.771-.841-1.574-1.294-2.122l-.21-.253c-.051-.062-.048-.064.083-.041.431.074.922.339 1.211.652.079.086.152.155.162.155.04 0-.42-.634-.652-.9-.719-.822-1.597-1.403-2.73-1.808-.542-.194-1.292-.373-1.56-.373-.089 0-.114-.016-.131-.086-.082-.324.252-.841.79-1.223.219-.156.23-.169.12-.146a5 5 0 0 0-.84.291c-.309.147-.795.582-1.13 1.007l-.103.132-.323-.007a2 2 0 0 1-.34-.022c-.066-.066.422-.755.796-1.122.3-.294.781-.69.941-.774.044-.023.073-.049.064-.058-.02-.02-.749.27-1.154.458-.537.25-1.139.7-1.713 1.281-.431.437-.463.449-.912.337-.429-.106-1.039-.13-1.415-.053-.9.182-1.457.794-1.434 1.577l.006.205-.447.76c-.49.835-.737 1.178-1.092 1.522-.349.338-.51.444-.616.404-.126-.048-.36-.039-.527.02a.77.77 0 0 0-.45.375c-.118.24-.418.34-.526.174-.085-.128-.327-.233-.476-.205-.174.032-.438.282-.563.531-.213.426-.268 1.07-.126 1.472a.94.94 0 0 0 .621.576c.04.012.168.134.286.271.205.238.292.3.211.149-.057-.107-.045-.296.023-.355.105-.092.198-.126.543-.2.327-.072.338-.072.372-.01.121.22.633.628.79.628.046 0 .044-.015-.017-.1-.122-.171-.206-.39-.206-.54-.001-.204.102-.307.544-.542.333-.176.419-.241.713-.544.579-.597.692-.7.979-.89.574-.38 1.267-.673 1.773-.748.241-.035.277-.032.478.041.18.066.477.227.477.26 0 .004-.22.135-.488.29-.269.155-.588.347-.71.427-.67.434-1.402 1.156-1.937 1.909-.42.59-.703.888-.998 1.045-.237.126-.467.168-1.116.2-.319.016-.468.036-.46.062.028.086.47.298.797.382.508.13 1.012.149 1.434.051.6-.138.94-.362 1.346-.887.536-.693.79-.955 1.151-1.194.917-.607 1.463-.734 2.299-.536.72.17.93.15 1.332-.138.166-.118.308-.276.622-.692.468-.62.751-.937.714-.8-.032.115-.296.64-.587 1.166l-.239.431.13.109c.178.15.335.479.36.759.029.302-.049.59-.265.979-.273.494-.582.878-1.209 1.505a12.6 12.6 0 0 1-3.495 2.503L7.766 24l-3.081-.002c-2.576-.002-3.112-.01-3.266-.052zm6.004-9.468c.126-.427.521-.941.846-1.1a1.55 1.55 0 0 1 1.252-.026l.15.066-.08.142c-.283.505-1.09.92-1.906.98l-.287.02z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/lighthouse.svg b/mkdocs-material/material/templates/.icons/simple/lighthouse.svg new file mode 100644 index 0000000..84c95f5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/lighthouse.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 0 5.5 3.5v5H20v3h-2.25l2 12.5H4.25l2-12.5H4v-3h2.5V3.53zm2.94 13.25-6.22 2.26L8 20.04l7.5-2.75zM12 3.56 9.5 5.17V8.5h5V5.15Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/lightning.svg b/mkdocs-material/material/templates/.icons/simple/lightning.svg new file mode 100644 index 0000000..07cdbeb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/lightning.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0 1.75 6v12L12 24l10.25-6V6zm-1.775 18 1.08-4.657-2.428-2.397L13.79 6l-1.082 4.665 2.414 2.384z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/limesurvey.svg b/mkdocs-material/material/templates/.icons/simple/limesurvey.svg new file mode 100644 index 0000000..ab5ea25 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/limesurvey.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.934 2.301c.718 0 1.436.166 2.154.387.663.22 1.326.552 1.989.884q.912.497 1.823 1.16l.829.663c.165.11.276.22.386.331.056.055.11.11.221.166l.11.166.111.11H9.568l.166-.22.166-.166.331-.332c.221-.276.442-.497.663-.718a7 7 0 0 1 .718-.608c.111-.11.277-.22.387-.276l.166-.166.166-.166c.497-.386 1.05-.718 1.602-1.05a17 17 0 0 1 1.712-.883c1.16-.552 2.376-.94 3.59-1.215.609-.11 1.272-.221 1.88-.277a7.6 7.6 0 0 1 1.933-.055l-.829.497c-.11.056-.276.166-.387.221-.055.056-.11.056-.22.11l-.222.111c-.497.332-1.05.608-1.547.94-.939.662-1.878 1.27-2.872 1.933s-1.878 1.326-2.817 1.989l-.663.497c-.221.166-.442.331-.663.552s-.442.387-.663.553c-.11.11-.221.165-.332.276l-.276.276-1.215 1.05-.774-1.05-.055-.055-.055-.11-.22-.166-.332-.387a9 9 0 0 0-.663-.718L6.917 5.063c-.442-.497-.884-.994-1.381-1.436a12 12 0 0 0-1.602-1.326M20.34 14.294a9.6 9.6 0 0 0-.663-3.536l-3.48 1.492c.994 2.762-.166 5.855-2.762 7.236l1.491 3.48c3.315-1.601 5.414-4.971 5.414-8.672M16.474 6.56l-3.315 2.43c1.105.553 2.044 1.437 2.597 2.486l3.48-1.491c-.608-1.326-1.547-2.486-2.762-3.425M4.763 14.294A5.96 5.96 0 0 1 7.58 9.267L5.15 6.339C1.502 8.825.011 13.52 1.558 17.663l3.535-1.491a5.6 5.6 0 0 1-.331-1.878m5.855 5.91a5.9 5.9 0 0 1-5.248-3.259l-3.48 1.492c2.154 4.585 7.513 6.74 12.264 4.916l-1.492-3.48a6.3 6.3 0 0 1-2.044.332"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/line.svg b/mkdocs-material/material/templates/.icons/simple/line.svg new file mode 100644 index 0000000..a5e8fd0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/line.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.365 9.863a.631.631 0 0 1 0 1.261H17.61v1.125h1.755a.63.63 0 1 1 0 1.259h-2.386a.63.63 0 0 1-.627-.629V8.108c0-.345.282-.63.63-.63h2.386a.63.63 0 0 1-.003 1.26H17.61v1.125zm-3.855 3.016a.63.63 0 0 1-.631.627.62.62 0 0 1-.51-.25l-2.443-3.317v2.94a.63.63 0 0 1-1.257 0V8.108a.627.627 0 0 1 .624-.628c.195 0 .375.104.495.254l2.462 3.33V8.108c0-.345.282-.63.63-.63.345 0 .63.285.63.63zm-5.741 0a.63.63 0 0 1-.631.629.63.63 0 0 1-.627-.629V8.108c0-.345.282-.63.63-.63.346 0 .628.285.628.63zm-2.466.629H4.917a.634.634 0 0 1-.63-.629V8.108c0-.345.285-.63.63-.63.348 0 .63.285.63.63v4.141h1.756a.63.63 0 0 1 0 1.259M24 10.314C24 4.943 18.615.572 12 .572S0 4.943 0 10.314c0 4.811 4.27 8.842 10.035 9.608.391.082.923.258 1.058.59.12.301.079.766.038 1.08l-.164 1.02c-.045.301-.24 1.186 1.049.645 1.291-.539 6.916-4.078 9.436-6.975C23.176 14.393 24 12.458 24 10.314"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/lineageos.svg b/mkdocs-material/material/templates/.icons/simple/lineageos.svg new file mode 100644 index 0000000..021f731 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/lineageos.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.645 12.057a2.4 2.4 0 0 0-1.803.8l-.138-.054a18 18 0 0 0-2.867-.86 4.808 4.808 0 0 0-9.615 0H7.09a18 18 0 0 0-2.765.836l-.138.054a2.404 2.404 0 1 0 .559 1.07 16.6 16.6 0 0 1 2.578-.776 4.808 4.808 0 0 0 9.357 0 16.6 16.6 0 0 1 2.578.77 2.404 2.404 0 1 0 2.386-1.84M2.414 15.663a1.202 1.202 0 1 1 1.202-1.202 1.2 1.2 0 0 1-1.202 1.202m9.616 0a3.606 3.606 0 1 1 3.605-3.606 3.606 3.606 0 0 1-3.605 3.606m9.615 0a1.202 1.202 0 1 1 1.202-1.202 1.2 1.2 0 0 1-1.202 1.202m-7.812-3.606a1.803 1.803 0 1 1-1.803-1.803 1.803 1.803 0 0 1 1.803 1.803"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/linear.svg b/mkdocs-material/material/templates/.icons/simple/linear.svg new file mode 100644 index 0000000..9eca589 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/linear.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.886 4.18A11.98 11.98 0 0 1 11.99 0C18.624 0 24 5.376 24 12.009c0 3.64-1.62 6.903-4.18 9.105L2.887 4.18ZM1.817 5.626l16.556 16.556q-.787.496-1.65.866L.951 7.277q.371-.863.866-1.65ZM.322 9.163l14.515 14.515q-1.066.26-2.195.322L0 11.358a12 12 0 0 1 .322-2.195m-.17 4.862 9.823 9.824a12.02 12.02 0 0 1-9.824-9.824Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/lining.svg b/mkdocs-material/material/templates/.icons/simple/lining.svg new file mode 100644 index 0000000..a605c82 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/lining.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.926 8.815c-.261-.004-.696.011-1.422.084-1.937.194-2.398.828-2.398.828L0 15.177h1.017c4.279-4.664 8.291-6.278 8.291-6.278s.052-.075-.382-.084m2.332 1.571c-1.71-.008-3.181.092-3.803.366-1.422.625-3.838 2.271-6.035 4.425 0 0 .864.115 1.902-.48 0 0 3.416-2.586 6.165-2.07s5.169 1.829 5.169 1.829 1.751 1 3.39.438S24 11.996 24 11.996s-3.266-.776-6.265-1.182c-1.687-.229-4.279-.418-6.477-.428"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/linkedin.svg b/mkdocs-material/material/templates/.icons/simple/linkedin.svg new file mode 100644 index 0000000..daca1c4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/linkedin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433a2.06 2.06 0 0 1-2.063-2.065 2.064 2.064 0 1 1 2.063 2.065m1.782 13.019H3.555V9h3.564zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/linkerd.svg b/mkdocs-material/material/templates/.icons/simple/linkerd.svg new file mode 100644 index 0000000..f1df4b2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/linkerd.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.329 5.04v9.034l1.666.964V6.004zM0 15.038l1.666-.964V5.04L0 6.004zm8.165-.089 7.665 4.424V17.45l-7.176-4.142-.489.282zm8.105 6.989-8.105-4.681v1.923l2.164 1.25-2.604 1.503a.263.263 0 0 0 0 .454l1.27.737 3-1.73 3 1.73 1.27-.737c.178-.093.178-.35.005-.449m6.059-11.511v8.012c0 .202.218.331.396.227l1.142-.657a.27.27 0 0 0 .133-.228V9.468zm-3.271 10.354 1.072-.623a.39.39 0 0 0 .198-.341v-8.233l-1.666.963v8.012c0 .198.218.326.396.222m-4.063 2.348 1.537-.885a.27.27 0 0 0 .134-.227v-8.318l-1.671.964zm-7.532-.89L9 23.124v-8.461l-1.666-.964v8.313c0 .094.05.183.129.227m-3.598-2.076 1.072.623a.265.265 0 0 0 .396-.227v-8.017l-1.666-.963v8.238c0 .144.074.277.198.346M.198 18.048l1.072.623a.265.265 0 0 0 .396-.228v-8.016L0 9.468v8.239c0 .138.074.267.198.341M23.995 6.004l-1.666-.964-3 1.73-1.996-1.152 2.604-1.502a.264.264 0 0 0 0-.455l-1.077-.623a.4.4 0 0 0-.395 0l-2.803 1.616-1.996-1.151L16.27 2a.263.263 0 0 0 0-.454L15.193.923a.4.4 0 0 0-.396 0l-2.802 1.616L9.193.923a.4.4 0 0 0-.396 0l-1.077.623a.263.263 0 0 0 0 .454l14.6 8.432 1.665-.964-3-1.73zM5.135 3.038l-1.072.623a.264.264 0 0 0 0 .455l14.599 8.431 1.666-.963L5.53 3.038a.4.4 0 0 0-.395 0M0 6.004l3 1.729-3 1.735 1.671.959 2.995-1.73 2.001 1.157-3 1.73 1.666.963 3-1.734 1.996 1.156-3 1.73L9 14.663l2.995-1.735 3 1.735 1.666-.964L1.666 5.04z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/linkfire.svg b/mkdocs-material/material/templates/.icons/simple/linkfire.svg new file mode 100644 index 0000000..a480199 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/linkfire.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.08 1.997A10.04 10.04 0 0 0 0 12.006a10.04 10.04 0 0 0 10.08 10 10.04 10.04 0 0 0 7.12-2.933c2.883-2.796 4.509-8.065 5.775-12.861l.038-.152.09-.343a.23.23 0 0 0-.038-.197.23.23 0 0 0-.185-.09h-1.711a.23.23 0 0 1-.215-.14.23.23 0 0 1 .053-.25l2.925-2.646v-.011a.23.23 0 0 0 .053-.246.23.23 0 0 0-.216-.143zm.385 4.645h3.847a1.686 1.686 0 0 1 1.682 1.686v3.844a1.686 1.686 0 0 1-1.682 1.686H10.47a1.686 1.686 0 0 1-1.684-1.686v-.722h1.442v.722a.246.246 0 0 0 .242.242h3.848a.24.24 0 0 0 .242-.242V8.324a.24.24 0 0 0-.242-.242H10.47a.24.24 0 0 0-.242.242v.722H8.784v-.718a1.686 1.686 0 0 1 1.684-1.686zM7.582 9.526h3.84a1.686 1.686 0 0 1 1.684 1.686v.718h-1.44v-.718a.24.24 0 0 0-.24-.242H7.577a.24.24 0 0 0-.242.242v3.847a.24.24 0 0 0 .242.242h3.847a.24.24 0 0 0 .241-.242v-.718h1.448v.718a1.686 1.686 0 0 1-1.686 1.682H7.582a1.686 1.686 0 0 1-1.69-1.682v-3.847a1.686 1.686 0 0 1 1.69-1.686"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/linksys.svg b/mkdocs-material/material/templates/.icons/simple/linksys.svg new file mode 100644 index 0000000..632f937 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/linksys.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.871 0a3.082 3.082 0 1 0 0 6.164 3.082 3.082 0 0 0 0-6.164M1.047.488V24h21.31v-3.469H5.167V.488Zm7.156 0v17.156h14.154v-3.47H12.318V.487Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/linktree.svg b/mkdocs-material/material/templates/.icons/simple/linktree.svg new file mode 100644 index 0000000..e33dfc5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/linktree.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m13.736 5.853 4.005-4.117 2.325 2.38-4.2 4.005h5.908v3.305h-5.937l4.229 4.108-2.325 2.334-5.74-5.769-5.741 5.769-2.325-2.325 4.229-4.108H2.226V8.121h5.909l-4.2-4.004 2.324-2.381 4.005 4.117V0h3.472zm-3.472 10.306h3.472V24h-3.472z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/lintcode.svg b/mkdocs-material/material/templates/.icons/simple/lintcode.svg new file mode 100644 index 0000000..5eb1404 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/lintcode.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.11 0 5.064 10.467l4.797 6.142 1.322-2.289-3.149-4.032 4.722-8.184zm3.029 7.391L12.817 9.68l3.148 4.032-4.721 8.184q.82 1.054 1.646 2.104l6.045-10.469z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/linux.svg b/mkdocs-material/material/templates/.icons/simple/linux.svg new file mode 100644 index 0000000..b376ba5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/linux.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.504 0q-.232 0-.48.021c-4.226.333-3.105 4.807-3.17 6.298-.076 1.092-.3 1.953-1.05 3.02-.885 1.051-2.127 2.75-2.716 4.521-.278.832-.41 1.684-.287 2.489a.4.4 0 0 0-.11.135c-.26.268-.45.6-.663.839-.199.199-.485.267-.797.4-.313.136-.658.269-.864.68-.09.189-.136.394-.132.602 0 .199.027.4.055.536.058.399.116.728.04.97-.249.68-.28 1.145-.106 1.484.174.334.535.47.94.601.81.2 1.91.135 2.774.6.926.466 1.866.67 2.616.47.526-.116.97-.464 1.208-.946.587-.003 1.23-.269 2.26-.334.699-.058 1.574.267 2.577.2.025.134.063.198.114.333l.003.003c.391.778 1.113 1.132 1.884 1.071s1.592-.536 2.257-1.306c.631-.765 1.683-1.084 2.378-1.503.348-.199.629-.469.649-.853.023-.4-.2-.811-.714-1.376v-.097l-.003-.003c-.17-.2-.25-.535-.338-.926-.085-.401-.182-.786-.492-1.046h-.003c-.059-.054-.123-.067-.188-.135a.36.36 0 0 0-.19-.064c.431-1.278.264-2.55-.173-3.694-.533-1.41-1.465-2.638-2.175-3.483-.796-1.005-1.576-1.957-1.56-3.368.026-2.152.236-6.133-3.544-6.139m.529 3.405h.013c.213 0 .396.062.584.198.19.135.33.332.438.533.105.259.158.459.166.724 0-.02.006-.04.006-.06v.105l-.004-.021-.004-.024a1.8 1.8 0 0 1-.15.706.95.95 0 0 1-.213.335 1 1 0 0 0-.088-.042c-.104-.045-.198-.064-.284-.133a1.3 1.3 0 0 0-.22-.066c.05-.06.146-.133.183-.198q.08-.193.088-.402v-.02a1.2 1.2 0 0 0-.061-.4c-.045-.134-.101-.2-.183-.333-.084-.066-.167-.132-.267-.132h-.016c-.093 0-.176.03-.262.132a.8.8 0 0 0-.205.334 1.2 1.2 0 0 0-.09.4v.019q.002.134.02.267c-.193-.067-.438-.135-.607-.202a2 2 0 0 1-.018-.2v-.02a1.8 1.8 0 0 1 .15-.768 1.08 1.08 0 0 1 .43-.533 1 1 0 0 1 .594-.2zm-2.962.059h.036c.142 0 .27.048.399.135.146.129.264.288.344.465.09.199.14.4.153.667v.004c.007.134.006.2-.002.266v.08c-.03.007-.056.018-.083.024-.152.055-.274.135-.393.2q.018-.136.003-.267v-.015c-.012-.133-.04-.2-.082-.333a.6.6 0 0 0-.166-.267.25.25 0 0 0-.183-.064h-.021c-.071.006-.13.04-.186.132a.55.55 0 0 0-.12.27 1 1 0 0 0-.023.33v.015c.012.135.037.2.08.334.046.134.098.2.166.268q.014.014.034.024c-.07.057-.117.07-.176.136a.3.3 0 0 1-.131.068 2.6 2.6 0 0 1-.275-.402 1.8 1.8 0 0 1-.155-.667 1.8 1.8 0 0 1 .08-.668 1.4 1.4 0 0 1 .283-.535c.128-.133.26-.2.418-.2m1.37 1.706c.332 0 .733.065 1.216.399.293.2.523.269 1.052.468h.003c.255.136.405.266.478.399v-.131a.57.57 0 0 1 .016.47c-.123.31-.516.643-1.063.842v.002c-.268.135-.501.333-.775.465-.276.135-.588.292-1.012.267a1.1 1.1 0 0 1-.448-.067 4 4 0 0 1-.322-.198c-.195-.135-.363-.332-.612-.465v-.005h-.005c-.4-.246-.616-.512-.686-.71q-.104-.403.193-.6c.224-.135.38-.271.483-.336.104-.074.143-.102.176-.131h.002v-.003c.169-.202.436-.47.839-.601.139-.036.294-.065.466-.065zm2.8 2.142c.358 1.417 1.196 3.475 1.735 4.473.286.534.855 1.659 1.102 3.024.156-.005.33.018.513.064.646-1.671-.546-3.467-1.089-3.966-.22-.2-.232-.335-.123-.335.59.534 1.365 1.572 1.646 2.757.13.535.16 1.104.021 1.67.067.028.135.06.205.067 1.032.534 1.413.938 1.23 1.537v-.043c-.06-.003-.12 0-.18 0h-.016c.151-.467-.182-.825-1.065-1.224-.915-.4-1.646-.336-1.77.465-.008.043-.013.066-.018.135-.068.023-.139.053-.209.064-.43.268-.662.669-.793 1.187-.13.533-.17 1.156-.205 1.869v.003c-.02.334-.17.838-.319 1.35-1.5 1.072-3.58 1.538-5.348.334a2.7 2.7 0 0 0-.402-.533 1.5 1.5 0 0 0-.275-.333c.182 0 .338-.03.465-.067a.62.62 0 0 0 .314-.334c.108-.267 0-.697-.345-1.163s-.931-.995-1.788-1.521c-.63-.4-.986-.87-1.15-1.396-.165-.534-.143-1.085-.015-1.645.245-1.07.873-2.11 1.274-2.763.107-.065.037.135-.408.974-.396.751-1.14 2.497-.122 3.854a8.1 8.1 0 0 1 .647-2.876c.564-1.278 1.743-3.504 1.836-5.268.048.036.217.135.289.202.218.133.38.333.59.465.21.201.477.335.876.335q.058.005.11.006c.412 0 .73-.134.997-.268.29-.134.52-.334.74-.4h.005c.467-.135.835-.402 1.044-.7zm2.185 8.958c.037.6.343 1.245.882 1.377.588.134 1.434-.333 1.791-.765l.211-.01c.315-.007.577.01.847.268l.003.003c.208.199.305.53.391.876.085.4.154.78.409 1.066.486.527.645.906.636 1.14l.003-.007v.018l-.003-.012c-.015.262-.185.396-.498.595-.63.401-1.746.712-2.457 1.57-.618.737-1.37 1.14-2.036 1.191-.664.053-1.237-.2-1.574-.898l-.005-.003c-.21-.4-.12-1.025.056-1.69.176-.668.428-1.344.463-1.897.037-.714.076-1.335.195-1.814.12-.465.308-.797.641-.984l.045-.022zm-10.814.049h.01q.08 0 .157.014c.376.055.706.333 1.023.752l.91 1.664.003.003c.243.533.754 1.064 1.189 1.637.434.598.77 1.131.729 1.57v.006c-.057.744-.48 1.148-1.125 1.294-.645.135-1.52.002-2.395-.464-.968-.536-2.118-.469-2.857-.602q-.553-.1-.723-.4c-.11-.2-.113-.602.123-1.23v-.004l.002-.003c.117-.334.03-.752-.027-1.118-.055-.401-.083-.71.043-.94.16-.334.396-.4.69-.533.294-.135.64-.202.915-.47h.002v-.002c.256-.268.445-.601.668-.838.19-.201.38-.336.663-.336m7.159-9.074c-.435.201-.945.535-1.488.535-.542 0-.97-.267-1.28-.466-.154-.134-.28-.268-.373-.335-.164-.134-.144-.333-.074-.333.109.016.129.134.199.2.096.066.215.2.36.333.292.2.68.467 1.167.467.485 0 1.053-.267 1.398-.466.195-.135.445-.334.648-.467.156-.136.149-.267.279-.267.128.016.034.134-.147.332a8 8 0 0 1-.69.468zm-1.082-1.583V5.64c-.006-.02.013-.042.029-.05.074-.043.18-.027.26.004.063 0 .16.067.15.135-.006.049-.085.066-.135.066-.055 0-.092-.043-.141-.068-.052-.018-.146-.008-.163-.065m-.551 0c-.02.058-.113.049-.166.066-.047.025-.086.068-.14.068-.05 0-.13-.02-.136-.068-.01-.066.088-.133.15-.133.08-.031.184-.047.259-.005.019.009.036.03.03.05v.02h.003z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/linuxcontainers.svg b/mkdocs-material/material/templates/.icons/simple/linuxcontainers.svg new file mode 100644 index 0000000..6de5dc9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/linuxcontainers.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10.15 8.98 1.647.951-5.756 3.345.005-1.911zm1.723-1.001-1.553.902 1.548.893zM6.028 5.33 6.025 6.4l.543.316 3.602 2.079 1.632-.948-2.19-1.279-3.231-1.887-.351-.203zm.072-.983.359.209 6.321 3.65 5.258 3.037 5.858-3.405L11.956.943zm6.002 12.602-.005 1.924 5.858-3.404.005-1.924zm-.077-9.009-.005 1.922 5.94 3.428.005-1.92zm-10.13.945 4.075 2.352 4.031-2.342-4.075-2.353zM24 7.982l-5.858 3.404-.015 3.982 5.858-3.404zm-12.048 10.04.003-1.073L7.6 14.436l-1.565-.903v.001l-.939-.542L.015 10.06.01 11.979l11.94 6.895zm5.935-4.605-5.922-3.411-5.853 3.401 5.917 3.414zm6.072-1.238-11.862 6.864-.01 4.013 11.863-6.894zM11.944 21.27l.005-2.227L.01 12.148 0 16.162l11.94 6.895zM.021 9.802 1.6 8.885.025 7.976zm5.832-3.39.024-1.636.001-.296L.099 7.848l1.647.951zm.041 4.951L1.749 8.97l-.46.267-1.195.695 5.795 3.345z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/linuxfoundation.svg b/mkdocs-material/material/templates/.icons/simple/linuxfoundation.svg new file mode 100644 index 0000000..3bdcfd5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/linuxfoundation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.8 19.2h9.6V24H0V9.6h4.8zM0 0v7.2h4.8V4.822h14.4V19.2h-2.4V24H24V0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/linuxmint.svg b/mkdocs-material/material/templates/.icons/simple/linuxmint.svg new file mode 100644 index 0000000..23ee670 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/linuxmint.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.438 5.906v8.438c0 2.06 1.69 3.75 3.75 3.75h5.625c2.06 0 3.75-1.69 3.75-3.75V9.656a2.827 2.827 0 0 0-2.813-2.812 2.8 2.8 0 0 0-1.875.737A2.8 2.8 0 0 0 12 6.844a2.827 2.827 0 0 0-2.812 2.812v4.688h1.875V9.656c0-.529.408-.937.937-.937s.938.408.938.937v4.688h1.875V9.656c0-.529.408-.937.937-.937s.938.408.938.937v4.688a1.86 1.86 0 0 1-1.875 1.875H9.188a1.86 1.86 0 0 1-1.875-1.875V5.906ZM12 0C5.384 0 0 5.384 0 12s5.384 12 12 12 12-5.384 12-12S18.616 0 12 0m0 1.875A10.11 10.11 0 0 1 22.125 12 10.11 10.11 0 0 1 12 22.125 10.11 10.11 0 0 1 1.875 12 10.11 10.11 0 0 1 12 1.875"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/linuxprofessionalinstitute.svg b/mkdocs-material/material/templates/.icons/simple/linuxprofessionalinstitute.svg new file mode 100644 index 0000000..16e6db2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/linuxprofessionalinstitute.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0m0 20.987a8.987 8.987 0 1 1 0-17.973 8.987 8.987 0 1 1 0 17.973m5.104-3.003.8-2.998H10.74l2.765-10.491h-2.998L6.912 17.984Zm.29-10.494c0 .822-.67 1.494-1.494 1.494a1.493 1.493 0 0 1 0-2.985c.822 0 1.494.669 1.494 1.49"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/linuxserver.svg b/mkdocs-material/material/templates/.icons/simple/linuxserver.svg new file mode 100644 index 0000000..cd89a96 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/linuxserver.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.256.719c-5.944 2.988-8.144 11.402-4.44 16.91h.002a12.03 12.03 0 0 0 5.12 4.503v-.002c8.72 4.335 19.309-4.302 16.643-13.793-.212-.891-1.081-3.824-3.742-6.095-1.237-1.133-4.163-1.606-6.21-1.152a.5.5 0 0 0-.148.064c-.667.435-1.482.596-2.264.739a.356.356 0 0 0-.29.34c-.011.351.18.76.312 1.037.33.643.925 1.02 1.629 1.11 2.584.739 4.583 3.083 4.814 5.828-1.967 1.247-4.603 1.414-6.885-.477q-.054-.043-.107-.09c-.74-.598-1.884.314-1.389 1.21 1.93 2.526 5.008 3.41 7.842 2.907-3.182.593-7.13 1.05-10.184-.017-.705-1.455-1.771-2.733-3.08-3.649a7.5 7.5 0 0 1 1-4.498c.604-.926-.796-1.836-1.404-.936-.769 1.12-1.249 2.415-1.47 3.75l.061-.4C2.548 5.162 3.862 2.42 6.256.72m10.668.719c.047.004.061.011.061.004.394.032.783.205.816.445.026.188-.17.372-.435.502a1.9 1.9 0 0 1-.547.168c-.473.066-.036-.247-.078-.553s-.55-.488-.076-.554a1.2 1.2 0 0 1 .26-.012m-2.892.472c.478.032.477.497 0 .53-.478-.033-.478-.498 0-.53m-3.958 4.477a.636.636 0 0 0-.636.633v2.139c.348-.171.782-.167 1.187-.018.573.342 1.27.701 2.02.977a.636.636 0 0 0 .535-.63V7.02a.636.636 0 0 0-.637-.633Zm-1.87 3.922a.636.636 0 0 0-.635.637v2.469a.636.636 0 0 0 .634.635h2.47a.635.635 0 0 0 .636-.635v-.15a8.1 8.1 0 0 1-2.406-2.112l-.022-.03-.017-.032a1.38 1.38 0 0 1-.17-.782Zm5.03 0c.69.2 1.408.313 2.108.26a.64.64 0 0 0-.51-.26zm-1.491 3.19a.636.636 0 0 0 .62.55h.8a8.4 8.4 0 0 1-1.42-.55"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/lionair.svg b/mkdocs-material/material/templates/.icons/simple/lionair.svg new file mode 100644 index 0000000..6e33307 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/lionair.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.473 7.088h-.097v.192l.097.096c.07.971-.866 1.537-.866 1.537-.015-.603-.48-.672-.48-.672-1.132-.291-1.443 1.057-1.443 1.057-.127 1.13.673 1.153.673 1.153.45.125.865-.384.865-.384v.192l-.096.865c-.226.766-1.25.48-1.25.48-.444-.182-.48.097-.48.097.05 1.338.673 1.825.673 1.825.733.358.673.48.673.48.157.302-.193.481-.193.481-.324.168-.384.385-.384.385-.128.284.384.864.384.864.192.02.289.385.289.385-.047.468-.481.48-.481.48-.134.086-.384.865-.384.865-.993 3.22-4.364 3.678-5.062 3.739.071.773.077 1.788-.322 2.122 0 0-.422.53-1.441.192 0 0 1.058-.876.864-3.267 0 0-.307-.048-.48-.096 0 0-.233 3.74-2.211 3.844 0 0-.886.03-1.154-.48 0 0 2.136-.685 2.788-3.556l-.384-.192s-1.388 3.682-3.75 3.747c0 0-.887.126-1.442-.96 0 0 2.77-.205 4.71-3.172l-.384-.288s-2.869 3.316-5.287 2.786c0 0-1.677-.366-1.634-1.825 0 0 3.297 1.098 6.537-1.537l-.288-.48s-3.503 1.79-6.152 1.345c0 0-3.487-.667-2.404-3.171 0 0 3.572 2.36 8.171 1.153v-.577s-8.873.756-9.132-4.036c0 0 .113-1.279.672-1.345 0 0 2.346 3.597 8.46 4.709v-.48s-8.614-2.96-8.651-8.265c0 0 .073-2.21 1.826-1.922 0 0 .163 5.086 7.018 9.514l.191-.385S4.582 10.517 4.688 2.86c0 0 .376-3.894 3.269-2.595 0 0-1.898 8.103 3.557 13.55 0 0 .79-1.495 3.076-1.442 0 0 3.54-.145 3.94 3.748 0 0 .308 3.757-3.749 4.132 0 0 .037.189.076.474 3.464-.247 4.058-3.645 4.058-3.645.516-3.73-2.883-4.901-2.883-4.901-2.675-1.016-4.615.96-4.615.96C8.815 11.023 8.534 6.8 8.534 6.8l.673-.288c-.846-.556-.481-1.73-.481-1.73.44.365 2.019-.287 2.019-.287-.227-.895.288-1.058.288-1.058.46-.063 2.691 0 2.691 0 0-.929.673-.864.673-.864.223.249 1.058.384 1.058.384 1.366.581 1.25.672 1.25.672.07.164.192.097.192.097-.015-.815.865-.48.865-.48.088.869 2.499 2.017 2.499 2.017.353.238 0 .673 0 .673l.384.288h.385l.192.096.961.096c.389.093.29.673.29.673m-7.114-2.114s-.534.256-.193.865c0 0 .15.214.481.384 0 0-.68-1.198.865-.865 0 0-.342-.66-1.153-.384m4.518 1.345h-.673v.192l.48.48.385-.768Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/liquibase.svg b/mkdocs-material/material/templates/.icons/simple/liquibase.svg new file mode 100644 index 0000000..dcac335 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/liquibase.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.019 0C6.65 0 2.966 1.922 2.965 3.646S6.692 7.29 12.02 7.29s9.055-1.922 9.055-3.645S17.347 0 12.019 0m9.056 6.45c-1.603 1.283-3.486 1.723-7.333 2.645-5.328 1.242-10.817 2.524-10.817 7.532v.56c2.003-1.722 5.609-2.523 9.135-3.324h.001c4.407-1.002 9.014-2.044 9.014-4.607zm0 5.85c-1.923 1.563-5.328 2.324-8.694 3.085-4.647 1.042-9.456 2.123-9.456 5.007 0 .642.522 1.323 1.483 1.924 1.924-1.282 4.928-2.003 7.812-2.684 4.368-1.041 8.855-2.123 8.855-4.807zm0 5.65c-1.884 1.601-5.25 2.404-8.494 3.165-2.364.562-4.768 1.122-6.45 1.963 1.522.562 3.565.922 5.89.922 5.288 0 9.054-1.885 9.054-3.647z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/listmonk.svg b/mkdocs-material/material/templates/.icons/simple/listmonk.svg new file mode 100644 index 0000000..6b58dae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/listmonk.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0m0 5.195A6.805 6.805 0 0 1 18.805 12 6.805 6.805 0 0 1 12 18.805 6.805 6.805 0 0 1 5.195 12 6.805 6.805 0 0 1 12 5.195"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/lit.svg b/mkdocs-material/material/templates/.icons/simple/lit.svg new file mode 100644 index 0000000..293b72d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/lit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m2.4 9.6 4.8 4.8V24l-4.8-4.8zm4.8-4.8v9.6L12 9.6V0zM12 9.6v9.6l4.8-4.8V4.8zm4.8 4.8V24l4.8-4.8V9.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/litecoin.svg b/mkdocs-material/material/templates/.icons/simple/litecoin.svg new file mode 100644 index 0000000..f0a64ee --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/litecoin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0a12 12 0 1 0 12 12A12 12 0 0 0 12 0m-.262 3.678h2.584a.343.343 0 0 1 .33.435l-2.03 6.918 1.905-.582-.408 1.385-1.924.56-1.248 4.214h6.676a.343.343 0 0 1 .328.437l-.582 2a.46.46 0 0 1-.44.33H6.733l1.723-5.822-1.906.58.42-1.361 1.91-.58 2.422-8.18a.456.456 0 0 1 .437-.334"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/literal.svg b/mkdocs-material/material/templates/.icons/simple/literal.svg new file mode 100644 index 0000000..cc41b4d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/literal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11.148 5.719.128-1.798 3.234.223-1.52-2.902 1.63-.836L16.176 3.4 18.142.65l1.495 1.05-1.916 2.665 3.212.221-.128 1.797-3.167-.217 1.498 2.878-1.628.836-1.578-3.017-1.99 2.771-1.495-1.05L14.36 5.94zm-8.129 9.513L5.197 0l2.569.355-1.817 12.708 5.978.825-.361 2.525zM20.981 21.7 4.328 24l-.36-2.524 16.652-2.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/litiengine.svg b/mkdocs-material/material/templates/.icons/simple/litiengine.svg new file mode 100644 index 0000000..0066888 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/litiengine.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m0 12.018 2.09 2.088L11.987 24l2.146-2.146-9.897-9.893 6.586-6.582-2.09-2.089Zm13.211 6.624 2.08 2.078 5.425-5.422-2.08-2.078zM9.85 2.151l6.606 6.602L9.9 15.306l2.134 2.133 6.555-6.553 3.258 3.257L24 11.993 12 0Zm-3.276 9.853 2.035 2.034 5.453-5.45-2.035-2.035z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/livechat.svg b/mkdocs-material/material/templates/.icons/simple/livechat.svg new file mode 100644 index 0000000..fbdf056 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/livechat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.849 14.91c-.24 2.94-2.73 5.22-5.7 5.19h-3.15l-6 3.9v-3.9l6-3.9h3.15c.93.03 1.71-.66 1.83-1.59.18-3 .18-6-.06-9-.06-.84-.75-1.47-1.56-1.53-2.04-.09-4.2-.18-6.36-.18s-4.32.06-6.36.21c-.84.06-1.5.69-1.56 1.53-.21 3-.24 6-.06 9 .09.93.9 1.59 1.83 1.56h3.15v3.9h-3.15a5.644 5.644 0 0 1-5.7-5.19c-.21-3.21-.18-6.39.06-9.6a5.57 5.57 0 0 1 5.19-5.1c2.1-.15 4.35-.21 6.6-.21s4.5.06 6.63.24a5.57 5.57 0 0 1 5.19 5.1c.21 3.18.24 6.39.03 9.57"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/livejournal.svg b/mkdocs-material/material/templates/.icons/simple/livejournal.svg new file mode 100644 index 0000000..3667825 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/livejournal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.09 14.696a6.57 6.57 0 0 0-3.381 3.399l4.27.883-.886-4.282zM2.475 8.317 0 5.85A11.26 11.26 0 0 1 5.823 0h.006l2.469 2.463a11.2 11.2 0 0 1 4.463-.921C18.967 1.542 24 6.569 24 12.771S18.967 24 12.761 24C6.551 24 1.52 18.976 1.52 12.771c0-1.591.355-3.081.952-4.451l9.143 9.114a11.27 11.27 0 0 1 5.823-5.85l-9.135-9.12h-.008a11.29 11.29 0 0 0-5.823 5.85z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/livewire.svg b/mkdocs-material/material/templates/.icons/simple/livewire.svg new file mode 100644 index 0000000..c336833 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/livewire.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.001 0C6.174 0 1.448 4.957 1.448 11.072c0 2.09.552 4.042 1.51 5.71.25.279.544.484.965.484 1.339 0 1.268-2.065 2.607-2.065s1.411 2.065 2.75 2.065c1.34 0 1.266-2.065 2.606-2.065.584 0 .928.397 1.24.84-.221-.205-.48-.348-.82-.348-1.196 0-1.307 1.678-2.201 2.141v4.51a1.657 1.657 0 0 0 3.312 0V16.45c.308.433.647.815 1.22.815 1.34 0 1.267-2.065 2.606-2.065.465 0 .774.255 1.04.58a1.1 1.1 0 0 0-.43-.088c-1.159 0-1.297 1.574-2.118 2.094v2.436a1.49 1.49 0 0 0 2.98 0V16.37c.324.466.67.895 1.278.895.796 0 1.093-.73 1.485-1.32a11.5 11.5 0 0 0 1.074-4.874C22.552 4.957 17.828 0 12 0m-.566 2.877c2.88 0 5.214 2.784 5.214 5.807s-1.545 5.15-5.214 5.15-5.215-2.127-5.215-5.15 2.335-5.807 5.215-5.807m-1.403 1.66a1.955 2.158 0 0 0-1.955 2.158 1.955 2.158 0 0 0 1.955 2.158 1.955 2.158 0 0 0 1.955-2.158 1.955 2.158 0 0 0-1.955-2.158m-.326.664a.978.996 0 0 1 .979.996.978.996 0 0 1-.979.996.978.996 0 0 1-.977-.996.978.996 0 0 1 .977-.996m-2.95 10.493c-1.074 0-1.272 1.354-1.95 1.964v1.782a1.49 1.49 0 0 0 2.98 0v-3.182c-.264-.324-.577-.564-1.03-.564"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/llvm.svg b/mkdocs-material/material/templates/.icons/simple/llvm.svg new file mode 100644 index 0000000..d7ac3e0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/llvm.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.83 2.978-.086.095a16 16 0 0 0-1.19 1.487 6 6 0 0 0-.446.719 3 3 0 0 0-.249.596.5.5 0 0 0-.033.177v.004a.3.3 0 0 0-.21.29.3.3 0 0 0 .187.284c.038.371.08 1.142.07 2.2l-.004.142a8 8 0 0 1-.434 2.327q-.024-.015-.04-.013c-.03.003-.11.12-.19.251-.058.09-.119.195-.154.291a.4.4 0 0 0-.03.14.3.3 0 0 0 .01.088c.01.037.022.058.022.058l-.003.007a.14.14 0 0 0-.028.067l-.012.029a7 7 0 0 1-.257.527l-.077.142-.07.115-.022-.014a.16.16 0 0 0-.113.024c-.047.035-.151.194-.498.368a1.4 1.4 0 0 1-.32.114 14 14 0 0 0 .248-2.07 5 5 0 0 0-.064-1.057q.004-.016.003-.017l-.005.01a4 4 0 0 0-.104-.458 3.55 3.55 0 0 0-.724-1.385c-.631-.754-1.496-1.14-2.256-1.165l-.125-.002q0-.012.002-.022c.02-.098.024-.127-.087-.032l-.057.054-.146.007a1 1 0 0 1-.003-.108c.004-.076.024-.127-.087-.032a.6.6 0 0 0-.142.167c-.05.008-.08.015-.08.015l.045-.002-.047.008c-.016-.042-.053-.105-.048-.16.01-.118.043-.14-.037-.065-.098.09-.202.226-.22.3l-.096.03c-.018-.019-.074-.07-.086-.179-.013-.11-.012-.166-.08-.05a1.1 1.1 0 0 0-.13.348q-.048.022-.093.046a.27.27 0 0 1-.057-.173c-.005-.144.04-.26-.067-.068a1.6 1.6 0 0 0-.146.406 2 2 0 0 0-.105.08 3 3 0 0 1-.008-.17c-.002-.143.021-.296-.067-.026a2 2 0 0 0-.07.321c-.404.385-.65.917-.644 1.572v.007a3 3 0 0 0 .014.33q.031.356.107.605c-.095.13-.103.689-.01.818.073.104.496.35.586.399a.4.4 0 0 1 .094.093c.115.188.115.567.027.762-.107.238.107.285.285.32s.415-.023.463-.118c.047-.095-.154-.31-.237-.748-.084-.439.13-.474.13-.474s.095.024.237.249c.11.175.227.313.336.413a.7.7 0 0 1-.201.172c.12.005.24-.051.304-.087a1 1 0 0 0 .07.045l-.05.05a.5.5 0 0 0 .109-.022.3.3 0 0 0 .084.022c.155.012.57-.368.57-.439q-.002-.028-.038-.063c-.042-.045-.12-.1-.207-.177a1 1 0 0 1-.11-.116.7.7 0 0 1-.141-.374v-.01l-.003-.031s.007-.007.016-.02v.004l.004-.01c.052-.08.15-.379-.47-1.078a3.05 3.05 0 0 0-.924-.706c-.042-.472.15-.913.626-1.13l-.005.005.008-.006c.227-.102.517-.155.877-.136.69.036 1.22.36 1.59.845.514.712.738 1.78.575 2.856-.068.065-.055.075-.013.077a5 5 0 0 1-.055.273l-.027.015c-.123.074-.071.073 0 .092l-.006.02a4 4 0 0 1-.066.193 1 1 0 0 0-.087.03c-.135.053-.08.06-.012.09l.044.023a6 6 0 0 1-.101.237 1 1 0 0 0-.08.017c-.142.036-.088.05-.024.09l.04.027a7 7 0 0 1-.107.214 1 1 0 0 0-.153.025c-.14.036-.087.05-.023.09q.05.03.08.059l-.094.165-.023.036a.6.6 0 0 0-.206.024c-.142.036-.088.05-.024.09a.7.7 0 0 1 .104.079l-.126.18a.5.5 0 0 0-.23-.005c-.144.02-.092.04-.033.086.068.053.1.099.118.118l-.062.084c-.044-.058-.15-.124-.246-.193a.9.9 0 0 0-.29-.13c-.048 0-.2.268-1.017.197-.819-.071-.87-.15-.942-.15a1 1 0 0 0-.228.059l-.034-.02a11 11 0 0 1-.972-.674c-.464-.37-.72-.647-.72-.647s.137-.125-.047-.284a3 3 0 0 0-.338-.277 2 2 0 0 0-.242-.166l-.088-.127a12 12 0 0 1-.363-.628 11 11 0 0 1-.25-.527c-.16-.36-.27-.682-.346-.964a5.6 5.6 0 0 1-.148-.923 2 2 0 0 1 .004-.242.41.41 0 0 0 .158-.323.41.41 0 0 0-.358-.407c-.204-.427-.982-1.477-3.881-3.68l-.127-.097.005.004-.036-.027C7.067 6.599 7.644 7.587 7.795 8l-.027.033-.018-.013c.018 0 .025-.005.025-.005s-.672-.546-1.787-1.23c-1.118-.687-1.748-.849-1.88-.877l-.026-.006s.206.19.174.285c-.01.032-.168.022-.421.028a4 4 0 0 0-.725.07 4.1 4.1 0 0 0-1.567.63C.238 7.785 0 8.401 0 8.401s.55-.768 1.58-1.305c-.014.337-.047 1.97.445 4.12.53 2.32 1.53 4.487 1.614 4.665.004.178.016.272.016.272s.148-1.79.756-3.647c.175.283.758 1.117 2.075 2.096 1.628 1.21 2.37 1.536 2.4 1.548.001.157.005.24.005.24s.005-.1.018-.263a4.7 4.7 0 0 1 .552-.67 3.6 3.6 0 0 1 .54-.435q.048.166.093.276-.029-.145-.052-.282c.107.01.538.066 1.206.393.343.168.609.395.798.595l-.014.006s.123.112.269.403a2.4 2.4 0 0 0-.73.084 3 3 0 0 0-.098-.19.5.5 0 0 0-.039-.134c-.027-.061-.095-.1-.164-.14a.4.4 0 0 0-.104-.073.2.2 0 0 1-.055-.073c-.084-.184-.798.012-.942.18-.175.204-.209.464-.14.608.021.045.07.082.138.11.002.22.137.75.404 1.133a5 5 0 0 1-.108-.666c-.009-.16 0-.274.015-.35.047.328.174.684.577 1.124-.248-.54-.22-.861-.195-1.143l.01-.044.005-.001c.036.263.142.534.482.963l-.014-.028.014.021a1.63 1.63 0 0 1-.167-1.03l.008-.002q.07.044.134.126c.128.172.188.349.212.47a.53.53 0 0 0 .067.383 18 18 0 0 1-.72.501c-.23.15-.49.313-.757.47q-.21.121-.414.23l-.135-.077h.002l-.008-.004c-.97-.559-1.69-.932-2.518-1.082-.93-.166-1.786.283-1.982 1.082a1.28 1.28 0 0 0 .552 1.38l.012.008q.02.014.04.026l.06.036h.002a2.1 2.1 0 0 0 .69.237l.028.005h.006a4 4 0 0 0 .412.044c.975.047 2.156-.408 3.323-.982q.15.08.306.166c2.547 1.403 4.098 1.585 6.154.728-.502.151-1.208.356-2.094.344a.1.1 0 0 0-.02-.006v.006a6 6 0 0 1-.647-.05l-.03-.004v-.003l-.001.002a6.3 6.3 0 0 1-1.556-.436 8 8 0 0 1-.745-.362 57 57 0 0 1-1.006-.569c.348-.178.692-.363 1.026-.545.355-.189.672-.362.918-.5l.009-.004h.007s.083-.019.16-.043c.17-.052.41-.149.695-.283.028.117.095.215.195.253.235.091.407.027.522-.102l.018-.01.047-.037c.05-.03.107-.067.156-.09l.053-.022q.06-.016.116-.037l.033-.01c-.145.297-.091.581-.091.581.043-.37.22-.608.392-.715q.096-.041.2-.067c.064 0 .116.023.144.07.07.12.217.194.364.226.024.15-.045.404-.4.866l.09-.062.004-.003.072-.053q.213-.162.334-.305a1 1 0 0 0 .19-.305c.013.2-.042.507-.31 1.036 0 0 .317-.276.514-.63.006.191-.01.443-.063.785.345-.673.325-1.085.239-1.326l-.01-.036a.4.4 0 0 0-.01-.065l.042-.057c.118-.166-.048-.344-.154-.414-.06-.04-.2-.154-.454-.157-.225-.27-.51-.15-.958.145a1.3 1.3 0 0 1-.166.092 1 1 0 0 0-.055-.116q.241-.145.494-.308c.317-.207.553-.416.728-.615.51-.517.69-1.02 1.21-1.446h-.013l.06-.031c.854-.458 1.306-.547 1.338-.553l-.003.128.018-.125a1.8 1.8 0 0 1 .481.344 2.1 2.1 0 0 1 .362.487l.044.3s0-.116-.01-.33c.153-.151 1.02-1.043 1.724-2.466.694-1.404.944-2.523 1.017-2.924a18 18 0 0 1 .665 2.466s-.002-.133-.03-.374c.096-.336.515-1.872.626-3.756.1-1.68-.065-2.78-.14-3.173.648.536.995 1.306.995 1.306s-.04-.163-.188-.437l.02.027s-.236-.455-.644-.904a7 7 0 0 0-.157-.172c-.432-.46-.854-.617-1.17-.672a1.6 1.6 0 0 0-.308-.03h-.019c-.125-.003-.2.002-.207-.026-.02-.095.11-.285.11-.285s-.177.046-.554.33c-.23.167-.52.41-.853.76a14 14 0 0 0-.89.994l-.075.095-.023-.017c.076-.33.362-1.117 1.788-3.111zM11.92 14.09l.012.006zm-.263 2.606q.133.064.303.194h-.005a.5.5 0 0 0-.155.07 1 1 0 0 1-.126-.224zm-4.855 1.57q.198-.002.432.047l.02.005.017.004q.165.041.337.102l.057.021q.287.11.611.248c.32.14.62.277.838.375l.183.088c-.22.106-.424.196-.577.261-1.014.416-1.83.536-2.338.391-.944-.269-.76-1.536.42-1.542"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/lmms.svg b/mkdocs-material/material/templates/.icons/simple/lmms.svg new file mode 100644 index 0000000..ecac0fa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/lmms.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.714 0A1.71 1.71 0 0 0 0 1.714v20.572C0 23.236.765 24 1.714 24h20.572A1.71 1.71 0 0 0 24 22.286V1.714A1.71 1.71 0 0 0 22.286 0zM12 3l9 5.143v10.286l-3 1.714-3-1.714V15l3-1.714V9.857L12 6.43 6 9.857v3.429L9 15v3.429l-3 1.714-3-1.714V8.143Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/lobsters.svg b/mkdocs-material/material/templates/.icons/simple/lobsters.svg new file mode 100644 index 0000000..49ff670 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/lobsters.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0v24h24V0zm5.414 4.02h7.86c.105 0 .15.014.15.134-.015.285 0 .556 0 .841v.12c-.21.015-.42 0-.615.03-.3.045-.6.089-.885.164-.525.165-.793.527-.853 1.022a5 5 0 0 0-.047.674v9.586c0 .405.046.808.091 1.198.045.435.33.72.736.87.345.135.718.167 1.078.182.945.03 1.877.014 2.792-.226 1.32-.33 2.204-1.156 2.64-2.46.134-.42.193-.855.298-1.29.015-.03.046-.09.076-.09h.99c-.03 1.8.03 3.599 0 5.399H5.25v-.944c0-.165 0-.149.15-.164.344-.03.689-.045 1.034-.105.69-.12 1.005-.467 1.11-1.172.03-.21.047-.434.047-.644V7.035c0-.27-.032-.54-.062-.795-.045-.465-.344-.749-.779-.914-.405-.15-.825-.166-1.245-.196h-.226v-.976c0-.105.03-.134.135-.134"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/local.svg b/mkdocs-material/material/templates/.icons/simple/local.svg new file mode 100644 index 0000000..ac900d6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/local.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m4.49 11.97 6.682-6.681a.64.64 0 0 0 .204-.476V.838a.7.7 0 0 0-.42-.624.68.68 0 0 0-.736.148L1.4 9.193c-.94.94-1.388 1.85-1.4 2.805s.434 1.85 1.36 2.774l8.858 8.86a.64.64 0 0 0 .476.203.4.4 0 0 0 .26-.082.68.68 0 0 0 .42-.626v-4a.7.7 0 0 0-.204-.476L4.489 11.97zm-2.64 1.32c-.34-.45-.502-.872-.502-1.28.012-.57.34-1.182 1.007-1.85l7.66-7.662v2.057l-7.06 7.06A4.36 4.36 0 0 0 1.85 13.29m8.166 8.205-6.451-6.45a1 1 0 0 0-.094-.12c-.204-.207-.816-.819.094-1.961l6.45 6.449zM13.782.376a.67.67 0 0 0-.734-.15.68.68 0 0 0-.422.626v4.015c.004.18.076.35.204.476l6.681 6.68-6.681 6.682a.64.64 0 0 0-.204.476v3.96a.682.682 0 0 0 1.156.49l8.817-8.817c.94-.94 1.389-1.85 1.4-2.804.017-.952-.433-1.85-1.36-2.775zm.204 4.205V2.5l6.451 6.448q.041.066.094.122c.204.204.816.817-.094 1.96l-6.449-6.45-.002.002zm7.647 9.267-7.66 7.661v-2.04l7.06-7.077a4.45 4.45 0 0 0 1.104-1.674c.34.45.504.872.504 1.28-.014.57-.34 1.17-1.008 1.85m-4.626-1.294H6.9a.516.516 0 0 1-.516-.516v-.054c0-.286.23-.518.516-.518h10.11a.52.52 0 0 1 .518.518v.054a.526.526 0 0 1-.518.516h-.004zm-1.44-2.544v.056a.516.516 0 0 1-.52.516H8.842a.516.516 0 0 1-.518-.516v-.056c0-.285.232-.517.518-.517h6.205c.286 0 .516.232.516.517h.002zm-1.92-1.987v.054a.516.516 0 0 1-.517.518h-2.464a.516.516 0 0 1-.516-.518v-.054c0-.286.232-.516.516-.516h2.464a.51.51 0 0 1 .516.516zm-.517 7.443c.284 0 .516.232.516.518v.054a.516.516 0 0 1-.516.516h-2.464a.516.516 0 0 1-.516-.516v-.054c0-.286.232-.518.516-.518zm1.918-.912H8.843a.516.516 0 0 1-.518-.516v-.054a.52.52 0 0 1 .518-.518h6.205c.286 0 .516.232.516.518v.054a.516.516 0 0 1-.516.516"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/lodash.svg b/mkdocs-material/material/templates/.icons/simple/lodash.svg new file mode 100644 index 0000000..5f8d1de --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/lodash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 20.253h24v2.542H0zM18.061 5.212l.223.031c1.933-.071 3.885 1.006 4.882 2.674.844 1.566.976 3.458.712 5.187-.204 1.657-1.149 3.234-2.644 4.027-2.177 1.139-5.085 1.017-7.017-.59-1.994-1.942-2.461-5.136-1.444-7.678.711-2.207 3-3.661 5.288-3.63zm.234 1.8h-.183c-1.424-.03-2.777.915-3.285 2.237-.732 1.831-.732 4.17.691 5.695 1.17 1.434 3.458 1.597 4.882.438 1.525-1.312 1.83-3.59 1.322-5.451-.275-1.648-1.78-2.929-3.458-2.929zM0 1.205h2.237v14.847h8.848v1.831H0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/logitech.svg b/mkdocs-material/material/templates/.icons/simple/logitech.svg new file mode 100644 index 0000000..e8e0600 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/logitech.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 5.098a1.35 1.35 0 0 1-1.35 1.35 1.35 1.35 0 0 1-1.352-1.35 1.35 1.35 0 0 1 1.351-1.351A1.35 1.35 0 0 1 24 5.097zM16.549 18.31a2.29 2.29 0 0 1-2.322-2.322H12.2c0 2.449 1.9 4.264 4.306 4.264s4.348-1.857 4.348-4.264H18.87c-.043 1.351-1.056 2.322-2.322 2.322zm5.108-2.828h1.984V7.377h-1.984zM0 15.483h1.984V4H0zm7.135-8.359c-2.449 0-4.307 1.858-4.307 4.264a4.27 4.27 0 0 0 4.307 4.306c2.406 0 4.306-1.858 4.306-4.264S9.583 7.124 7.135 7.124m0 6.628c-1.31 0-2.322-1.013-2.322-2.364a2.29 2.29 0 0 1 2.322-2.322 2.29 2.29 0 0 1 2.321 2.322c0 1.309-.97 2.364-2.321 2.364m13.635-4.77V7.377h-2.828c-.464-.21-.929-.253-1.393-.253-2.449 0-4.348 1.858-4.348 4.306s1.9 4.264 4.306 4.264 4.306-1.858 4.306-4.264c0-.844-.254-1.604-.676-2.195zm-4.221 4.77c-1.309 0-2.322-1.013-2.322-2.364a2.29 2.29 0 0 1 2.322-2.322 2.29 2.29 0 0 1 2.322 2.322c0 1.309-1.056 2.364-2.322 2.364"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/logitechg.svg b/mkdocs-material/material/templates/.icons/simple/logitechg.svg new file mode 100644 index 0000000..eb143f7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/logitechg.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.566 0Q10.083 0 7.89.941a12.1 12.1 0 0 0-3.86 2.569 12 12 0 0 0-2.582 3.822Q.482 9.503.506 11.988q0 2.486.941 4.68c.854 1.97 2.677 4.771 6.442 6.367q2.194.965 4.677.965v-4.992q-1.47 0-2.75-.555a7.1 7.1 0 0 1-3.738-3.74 6.96 6.96 0 0 1 0-5.451 7.1 7.1 0 0 1 3.738-3.739 6.8 6.8 0 0 1 2.75-.554Zm.17 9.842v4.943h5.813V20.6h4.945V9.842Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/logmein.svg b/mkdocs-material/material/templates/.icons/simple/logmein.svg new file mode 100644 index 0000000..219d2a5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/logmein.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.372 0 0 5.373 0 12s5.372 12 12 12 12-5.373 12-12S18.628 0 12 0M5.379 4.768h1.74q.22 0 .424.01a.38.38 0 0 1 .303.152.7.7 0 0 1 .11.364q.01.223.01.484v12.093q0 .263.01.587t-.091.485q-.08.143-.363.222a.8.8 0 0 1-.304.02 3 3 0 0 0-.323-.02H5.702q-.223 0-.415-.02a.57.57 0 0 1-.314-.12.48.48 0 0 1-.12-.304 4 4 0 0 1-.02-.424V6.203q0-.282-.01-.667-.01-.383.09-.545a.6.6 0 0 1 .264-.202q.061 0 .11-.01a1 1 0 0 1 .092-.011m10.527 3.687q.303-.011.548.019.848.047 1.464.338a2.97 2.97 0 0 1 1.273 1.133q.142.223.222.475.083.253.164.515.039.162.05.304.008.142.05.284 0 .12.02.16.04.284.04.587v5.661q0 .386-.01.738-.011.356-.294.456a.9.9 0 0 1-.283.04h-1.415q-.244 0-.435-.03a.42.42 0 0 1-.293-.173.6.6 0 0 1-.09-.313 9 9 0 0 1-.01-.416v-4.426q0-.75-.06-1.386-.062-.636-.365-1.082a1.43 1.43 0 0 0-.668-.51c-.186-.095-.488-.156-.827-.156-.397 0-.74.083-.912.207q-.209.087-.362.197-.648.466-.77 1.354-.121.89-.123 2.002v4.125q0 .182-.06.304a.42.42 0 0 1-.323.262q-.223.04-.545.04H10.88q-.224 0-.446-.02t-.323-.142q-.143-.18-.131-.525.009-.345.009-.647V9.6q0-.221.01-.403a.5.5 0 0 1 .112-.305.24.24 0 0 1 .132-.09q.09-.03.191-.05h.102q.102-.021.212-.022h1.06q.163 0 .316.012.15.01.271.05.143.06.193.181c.03.072.03.147.054.24.056.23.118.486.291.508.08.01.159-.025.224-.09.031-.022.114-.11.14-.144.095-.114.28-.278.388-.346.078-.058.142-.1.202-.136.192-.134.483-.261.832-.36q.021-.01.042-.016.167-.054.342-.077l.159-.029c.224-.038.442-.06.643-.068Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/logseq.svg b/mkdocs-material/material/templates/.icons/simple/logseq.svg new file mode 100644 index 0000000..53fa52f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/logseq.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.3 9.838c-2.677-1.366-5.467-1.56-8.316-.607-1.738.58-3.197 1.58-4.267 3.088-1.031 1.452-1.45 3.071-1.184 4.837.268 1.781 1.164 3.228 2.505 4.4C9.96 23.231 12.24 23.942 15.092 24c.41-.053 1.157-.103 1.883-.255 2.004-.418 3.754-1.325 5.08-2.915 1.621-1.942 2.108-4.148 1.272-6.562-.704-2.034-2.138-3.467-4.027-4.43M7.515 6.295c.507-2.162-.88-4.664-2.988-5.37-1.106-.37-2.156-.267-3.075.492C.61 2.114.294 3.064.271 4.146c.009.135.016.285.029.435.01.102.021.205.042.305.351 1.703 1.262 2.98 2.9 3.636 1.912.766 3.808-.244 4.273-2.227m4.064-1.146c1.075.377 2.152.31 3.22-.033.94-.3 1.755-.793 2.341-1.609.803-1.117.5-2.387-.717-3.027-.6-.317-1.246-.438-1.927-.48-.47.076-.95.117-1.41.234-1.068.27-2.002.781-2.653 1.7-.495.697-.64 1.45-.174 2.227.303.504.779.799 1.32.988"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/logstash.svg b/mkdocs-material/material/templates/.icons/simple/logstash.svg new file mode 100644 index 0000000..03da207 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/logstash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.745 24h8.291v-9.164h-8.29zm-2.618 0h.437v-9.164h-9.6A9.163 9.163 0 0 0 11.127 24m.438-9.164h-9.6V0h.873a8.727 8.727 0 0 1 8.727 8.727z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/looker.svg b/mkdocs-material/material/templates/.icons/simple/looker.svg new file mode 100644 index 0000000..11999da --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/looker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.948 0A2.1 2.1 0 0 0 9.85 2.104a2.1 2.1 0 0 0 .356 1.166l.895-.896a.884.884 0 1 1 .565.564l-.895.895A2.096 2.096 0 0 0 13.119.359 2.1 2.1 0 0 0 11.949 0m-.836 6.113a3.26 3.26 0 0 0-.652-1.965L9.295 5.31a1.67 1.67 0 0 1-.317 2.012l.632 1.545a3.28 3.28 0 0 0 1.503-2.754m-3.25 1.666h-.03A1.67 1.67 0 0 1 7.83 4.44a1.67 1.67 0 0 1 .92.275L9.9 3.564a3.28 3.28 0 0 0-4.133 5.094 3.28 3.28 0 0 0 2.728.666zm4.129 1.336c-.728 0-1.452.106-2.15.315l.922 2.252a5.02 5.02 0 1 1-1.127.435l-.91-2.244a7.44 7.44 0 0 0-3.41 9.956v.001a7.44 7.44 0 0 0 9.957 3.41h.001a7.44 7.44 0 0 0 3.412-9.957A7.44 7.44 0 0 0 12 9.113h-.008z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/loom.svg b/mkdocs-material/material/templates/.icons/simple/loom.svg new file mode 100644 index 0000000..21faad0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/loom.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 10.665h-7.018l6.078-3.509-1.335-2.312-6.078 3.509 3.508-6.077L16.843.94l-3.508 6.077V0h-2.67v7.018L7.156.94 4.844 2.275l3.509 6.077-6.078-3.508L.94 7.156l6.078 3.509H0v2.67h7.017L.94 16.844l1.335 2.313 6.077-3.508-3.509 6.077 2.312 1.335 3.509-6.078V24h2.67v-7.017l3.508 6.077 2.312-1.335-3.509-6.078 6.078 3.509 1.335-2.313-6.077-3.508h7.017v-2.67zm-12 4.966a3.645 3.645 0 1 1 0-7.29 3.645 3.645 0 0 1 0 7.29"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/loop.svg b/mkdocs-material/material/templates/.icons/simple/loop.svg new file mode 100644 index 0000000..9cd46cc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/loop.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.371 0 0 5.371 0 12s5.371 12 12 12 12-5.371 12-12c.011-6.629-5.371-12-12-12m.7 22.611C6.837 22.611 2.089 17.863 2.089 12S6.837 1.389 12.7 1.389 23.311 6.137 23.311 12 18.563 22.611 12.7 22.611M7.045 3.413C2.298 6.148.679 12.208 3.413 16.955c2.735 4.737 8.806 6.366 13.542 3.632 4.747-2.735 6.366-8.806 3.632-13.542C17.852 2.297 11.792.678 7.045 3.413m9.823 15.621a8.524 8.524 0 0 1-11.639-3.118A8.524 8.524 0 0 1 8.347 4.277a8.524 8.524 0 0 1 11.639 3.118c2.351 4.069.962 9.287-3.118 11.639M5.229 8.084c-2.166 3.741-.875 8.532 2.866 10.687 3.741 2.166 8.532.875 10.698-2.866s.875-8.532-2.866-10.687c-3.752-2.155-8.543-.875-10.698 2.866m12.842 6.618a6.603 6.603 0 0 1-9.025 2.417c-3.161-1.827-4.244-5.863-2.418-9.025s5.863-4.244 9.025-2.418c3.162 1.817 4.245 5.865 2.418 9.026M6.093 12c0 3.271 2.647 5.918 5.918 5.918s5.918-2.647 5.918-5.918-2.647-5.918-5.918-5.918A5.915 5.915 0 0 0 6.093 12m10.611-.7c0 2.593-2.1 4.693-4.693 4.693s-4.693-2.1-4.693-4.693 2.1-4.693 4.693-4.693c2.582 0 4.693 2.1 4.693 4.693"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/loopback.svg b/mkdocs-material/material/templates/.icons/simple/loopback.svg new file mode 100644 index 0000000..733a13e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/loopback.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m6.333 18.413 2.512-1.615 3.179 1.814 3.209-1.876 2.656 1.515-5.849 3.418zM5.273 6.239l6.687-3.907 6.73 3.839.022 6.755-2.654-1.513-.011-3.701-4.071-2.322-4.05 2.367.011 3.698-.903.526-1.739 1.118zm3.608 2.463 1.913 1.089-1.906 1.11zm4.337 5.514 2.634-1.544 3.271 1.862 2.221-1.296-.013-2.571-1.677-.957-.01-3.054 4.355 2.485.001 5.611-4.859 2.841zm-13.189.661L0 9.249l4.322-2.525.009 3.061-1.675.979.013 2.57 2.234 1.274L15.098 8.66l.009 3.062-10.189 5.944z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/lootcrate.svg b/mkdocs-material/material/templates/.icons/simple/lootcrate.svg new file mode 100644 index 0000000..ff58f55 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/lootcrate.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.895 11.048a.116.116 0 0 0 .031.201c1.621.579 2.393.66 2.393 2.081v4.011c0 .716-.051.88-.531 1.254-.877.683-6.185 4.747-6.392 4.913-.774.62-1.169.556-2.054.339a515 515 0 0 1-9.945-2.577c-1.746-.47-1.701-2.064-1.701-3.203 0-3.945-.015-7.468-.015-11.202 0-1.186.049-1.222.95-1.881.83-.607 4.296-3.135 6.153-4.499.553-.406.828-.607 1.618-.406 1.616.41 6.664 1.649 9.382 2.339 2.083.529 2.535.893 2.535 2.326V8.38c0 .465-.007.638-.408.981-.202.173-1.348 1.14-2.016 1.687m1.624-2.556a.113.113 0 0 0 .141-.112c.001-1.414.011-2.495.011-3.666 0-.622-.35-1.137-1.121-1.343C16.501 2.29 10.486.866 10.191.778c-.197-.059-.322.108-.322.199-.001 4.294.029 7.832.029 11.854 0 .741.408 1.525 1.292 1.765 3.582.973 6.578 1.655 10.331 2.667a.115.115 0 0 0 .143-.112c.001-.848.014-1.405.014-1.95 0-2.27.279-2.679-1.57-3.194-2.198-.612-5.306-1.378-5.554-1.441-.485-.124-.548-.266-.548-.591 0-.122-.011-2.346-.003-2.869.002-.157.006-.31.157-.397.134-.077.264-.046.664.053.448.111 4.598 1.186 6.695 1.73m-7.65 14.735a.114.114 0 0 0 .142-.111c.001-1.185.017-2.484.017-3.352 0-1.475.182-1.334-1.064-1.639-1.474-.36-4.433-1.146-5.967-1.552-.355-.094-.459-.424-.459-.998 0-1.726-.006-4.575-.006-6.577 0-1.834.193-1.599-.703-1.832-.565-.146-2.468-.637-3.313-.828-.144-.032-.225.085-.225.224-.003 3.939.053 8.211.053 11.994 0 1.228.439 1.815 1.321 2.051 3.589.963 6.446 1.652 10.204 2.62"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/lospec.svg b/mkdocs-material/material/templates/.icons/simple/lospec.svg new file mode 100644 index 0000000..43ad999 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/lospec.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.23 0v24h15.541v-8.4h-7.172v3.6h-1.197V0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/lotpolishairlines.svg b/mkdocs-material/material/templates/.icons/simple/lotpolishairlines.svg new file mode 100644 index 0000000..38ed85c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/lotpolishairlines.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.375 0 0 5.375 0 12s5.375 12 12 12 12-5.375 12-12S18.625 0 12 0M.745 12A11.25 11.25 0 0 1 12 .745c1.287 0 2.511.227 3.66.618L9.387 13.93l-8.113 1.476A11.3 11.3 0 0 1 .744 12M12 23.256c-4.997 0-9.237-3.269-10.7-7.773h7.836l7.079 6.952c-1.3.518-2.726.82-4.215.82m4.227-.833a2.25 2.25 0 0 0 .631-1.565c0-.707-.328-1.35-.845-1.754l-4.732-3.621H22.7a11.3 11.3 0 0 1-6.474 6.94m5.161-8.089h-2.7l.202.29h.92l.468.568h-5.086c0-1.009-.82-1.842-1.842-1.842-.1 0-.202.013-.29.025l-1.83.278 5.4-8.984c.215-.353.329-.757.329-1.186 0-.909-.505-1.716-1.25-2.095 4.392 1.527 7.547 5.69 7.547 10.612 0 1.11-.164 2.183-.467 3.192a1.75 1.75 0 0 1-1.401-.858"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ltspice.svg b/mkdocs-material/material/templates/.icons/simple/ltspice.svg new file mode 100644 index 0000000..c6b03cc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ltspice.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.327 3.485c-.797.627-.975 1.621-1.165 3.317-.365 3.257-.64 5.198-1.047 8.658-.199 1.701.976 1.902 2.365 1.886h2.884c.26.002.352.123.319.38-.124.966-.258 2.79-1.19 2.79L0 20.492s2.83-1.032 3.165-3.372l1.34-10.887c.208-1.357 1.288-2.75 2.634-2.75zm5.556 17.03c1.346 0 2.426-1.392 2.634-2.749l1.34-10.887c.335-2.34 3.165-3.372 3.165-3.372l-11.493-.022c-.932 0-1.066 1.823-1.19 2.788-.033.258.059.379.32.38h2.883c1.39-.015 2.564.186 2.365 1.887-.406 3.46-.682 5.4-1.047 8.658-.19 1.696-.368 2.69-1.165 3.317zm8.319-13.862c.259 0 .496-.21.528-.466l.267-2.23a.41.41 0 0 0-.414-.472h-.88c-1.088 0-2.202 1.795-2.255 2.696a.408.408 0 0 0 .411.472z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/lua.svg b/mkdocs-material/material/templates/.icons/simple/lua.svg new file mode 100644 index 0000000..9e0b782 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/lua.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m.38 10.377-.272-.037c-.048.344-.082.695-.101 1.041l.275.016q.027-.512.098-1.02m3.756-7.088-.184-.205c-.258.232-.509.48-.746.734l.202.188c.231-.248.476-.49.728-.717m1.633-1.23-.146-.235q-.446.28-.863.594l.166.219c.27-.203.554-.399.843-.578m-3.945 16.31q.278.447.593.863l.22-.164a12 12 0 0 1-.58-.844zm-.697-1.967-.255.104q.195.479.431.943l.005.01.245-.125-.005-.01a12 12 0 0 1-.421-.922M.298 9.309l.269.063c.076-.332.168-.664.272-.986l-.261-.087c-.108.332-.202.672-.28 1.01M.274 12.42l-.275.01c.012.348.04.699.083 1.043l.273-.033c-.042-.336-.069-.68-.081-1.02m-.018 2.086c.073.34.162.682.264 1.014l.263-.08q-.15-.49-.258-.99zM11.573.275 11.563 0c-.348.012-.699.039-1.044.082l.034.273q.508-.062 1.02-.08m11.648 8.291c.1.326.186.66.256.992l.27-.059c-.072-.34-.16-.682-.262-1.014zm-5.6-7.177a12 12 0 0 0-.947-.449l-.107.252q.473.2.926.439zM15.693.572q-.499-.159-1.01-.277l-.063.268q.5.115.988.273zm-9.019.973q.449-.226.916-.418L7.486.873q-.478.192-.937.428l-.015.008.125.244zm17.053 10.043.275-.01a12 12 0 0 0-.082-1.045l-.273.033c.041.338.068.682.08 1.022M13.654.105q-.52-.07-1.043-.098l-.014.273c.339.018.683.051 1.019.098zm-4.11.422-.058-.27c-.34.072-.681.16-1.014.264l.081.262c.325-.099.659-.185.991-.256M1.921 5.469l.231.15c.185-.285.384-.566.592-.834l-.217-.17q-.321.416-.606.854M.943 7.318l.253.107c.132-.313.28-.625.439-.924l-.243-.128c-.163.307-.314.625-.449.945m17.28 14.625.145.234c.295-.186.586-.385.863-.594l-.164-.219c-.272.204-.557.4-.844.579m3.025-2.724.217.17c.215-.273.418-.561.607-.854l-.23-.148q-.28.429-.594.832m-1.393 1.496.184.203c.258-.23.51-.479.746-.732l-.201-.188c-.23.248-.477.488-.729.717m2.504-3.211.244.129c.162-.307.314-.625.449-.945l-.254-.107a11 11 0 0 1-.439.923m1.258-3.875.273.039q.073-.52.102-1.043l-.275-.014a11 11 0 0 1-.1 1.018m-.461 1.992.264.086q.161-.499.279-1.01l-.268-.063c-.077.333-.169.665-.275.987m-.703-8.949c.154.303.297.617.424.932l.256-.104a12 12 0 0 0-.436-.953zM8.296 23.418q.498.161 1.009.279l.062-.268a12 12 0 0 1-.986-.273zm2.039.471c.345.049.696.082 1.043.102l.014-.275a12 12 0 0 1-1.019-.098zm6.991-1.44q-.456.232-.926.424l.104.256c.318-.131.639-.275.947-.434l.004-.002-.123-.246zm-12.713-.982c.274.213.562.418.854.605l.149-.23a12 12 0 0 1-.833-.592zm7.804 2.258.009.275a13 13 0 0 0 1.045-.084l-.035-.271c-.336.041-.68.068-1.019.08M6.37 22.604q.463.245.946.449l.107-.254a12 12 0 0 1-.924-.439zm-3.287-2.563c.233.258.48.51.734.746l.188-.201c-.249-.23-.49-.477-.717-.729zm11.362 3.434.059.27a12 12 0 0 0 1.014-.266l-.082-.262c-.325.099-.659.185-.991.258M21.18.129a2.689 2.689 0 1 0 0 5.378 2.689 2.689 0 1 0 0-5.378m-5.856 15.318c0 .471.314.66.852.66.67 0 1.297-.396 1.297-1.016v-.645c-.23.107-.379.141-1.107.24-.735.109-1.042.306-1.042.761M12 2.818a9.18 9.18 0 0 0-9.18 9.18A9.18 9.18 0 1 0 12 2.818m-2.487 13.77H5.771v-6.023h.769v5.346h2.974zm4.13 0h-.619v-.67c-.405.57-.811.793-1.446.793-.843 0-1.38-.463-1.38-1.182v-3.271h.686v3c0 .52.347.85.893.85.719 0 1.181-.578 1.181-1.461v-2.389h.686v4.33zm-.53-8.393a2.69 2.69 0 1 1 5.375.001 2.69 2.69 0 0 1-5.375-.001m5.567 7.856v.52c-.223.059-.33.074-.471.074a.73.73 0 0 1-.711-.57 2.03 2.03 0 0 1-1.471.637c-.877 0-1.422-.463-1.422-1.248 0-.527.256-.916.76-1.123.266-.107.414-.141 1.389-.264.545-.066.719-.191.719-.48v-.182c0-.412-.348-.645-.967-.645-.645 0-.957.24-1.016.77h-.693c.041-1 .686-1.404 1.734-1.404 1.066 0 1.627.412 1.627 1.182v2.412c0 .215.133.338.373.338.041-.002.074-.002.149-.017"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/lubuntu.svg b/mkdocs-material/material/templates/.icons/simple/lubuntu.svg new file mode 100644 index 0000000..d28ec0a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/lubuntu.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0m1.287 4.723q.316-.031.63.004a3.17 3.17 0 0 1 2.41 1.642l5.665.781h-6.458a2.58 2.58 0 0 0-1.66-.955 2.57 2.57 0 0 0-1.371.192c-.43.19-.8.495-1.068.88-.268.387-.424.84-.451 1.31-.026.468.078.935.3 1.349a3.13 3.13 0 0 1-.795-1.68 3.13 3.13 0 0 1 .305-1.832 3.14 3.14 0 0 1 1.299-1.332 3.1 3.1 0 0 1 1.195-.36m-9.88 1.09 8.673 6.232-7.154-4.012a3.6 3.6 0 0 0-.072 2.022 3.57 3.57 0 0 0 1.998 2.34l4.748 1.334-6.002-.983c.061.58.275 1.133.619 1.604a3.33 3.33 0 0 0 2.652 1.33 3.95 3.95 0 0 1-3.062-.451 3.9 3.9 0 0 1-1.432-1.563 3.9 3.9 0 0 1-.398-2.08l1.32.371a4.7 4.7 0 0 1-1.246-.986 4.7 4.7 0 0 1-1.111-2.48 4.67 4.67 0 0 1 .466-2.678m11.667 3.132q-.01.138-.008.278c.007 1.143.535 2.21 1.057 3.226.523 1.017 1.064 2.076 1.094 3.22.024.95-.32 1.895-.899 2.651-.578.756-1.377 1.328-2.255 1.696a6.5 6.5 0 0 1-3.91.338l-1 2.373v-3.327a6.23 6.23 0 0 0 3.665-.31c.7-.285 1.352-.707 1.862-1.264s.875-1.255.986-2.002c.15-1-.151-2.007-.447-2.974s-.595-1.977-.436-2.975a3.3 3.3 0 0 1 .291-.93"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/lucia.svg b/mkdocs-material/material/templates/.icons/simple/lucia.svg new file mode 100644 index 0000000..e8915d9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/lucia.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.382 20.714 12 0 3.618 20.714 2.288 24h19.423zM12 13.61l-5.73 7.058 1.288-3.184L12 6.505l4.442 10.978 1.289 3.184z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/lucid.svg b/mkdocs-material/material/templates/.icons/simple/lucid.svg new file mode 100644 index 0000000..743a08b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/lucid.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0 3.694 4.8V24L12 19.2Zm0 19.2v4.502h8.305V14.4Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/lucide.svg b/mkdocs-material/material/templates/.icons/simple/lucide.svg new file mode 100644 index 0000000..2b3683c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/lucide.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.483 1.123a1.1 1.1 0 0 0-.752.362 1.09 1.09 0 0 0 .088 1.54 11.96 11.96 0 0 1 4 8.946 7.62 7.62 0 0 1-7.637 7.636 7.62 7.62 0 0 1-7.637-7.636 3.255 3.255 0 0 1 3.273-3.273c1.82 0 3.273 1.45 3.273 3.273a1.09 1.09 0 0 0 1.09 1.09 1.09 1.09 0 0 0 1.092-1.09c0-3-2.455-5.455-5.455-5.455s-5.454 2.455-5.454 5.455c0 5.408 4.408 9.818 9.818 9.818S24 17.379 24 11.971A14.16 14.16 0 0 0 19.272 1.4a1.1 1.1 0 0 0-.789-.277M9.818 2.15C4.408 2.151 0 6.561 0 11.97a14.16 14.16 0 0 0 4.8 10.637 1.09 1.09 0 0 0 1.54-.096 1.09 1.09 0 0 0-.095-1.54 11.96 11.96 0 0 1-4.063-9 7.62 7.62 0 0 1 7.636-7.637 7.62 7.62 0 0 1 7.637 7.636 3.256 3.256 0 0 1-3.273 3.273 3.256 3.256 0 0 1-3.273-3.273 1.09 1.09 0 0 0-1.09-1.09 1.09 1.09 0 0 0-1.092 1.09c0 3 2.455 5.455 5.455 5.455s5.454-2.455 5.454-5.455c0-5.408-4.408-9.818-9.818-9.818z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ludwig.svg b/mkdocs-material/material/templates/.icons/simple/ludwig.svg new file mode 100644 index 0000000..87417f1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ludwig.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0h24v24H0zm13.714 10.286V3.429h-3.428v10.285H20.57V3.43h-3.428v6.857h-3.429Zm-6.857 6.857V3.429H3.43V20.57h17.14v-3.428H6.857Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/lufthansa.svg b/mkdocs-material/material/templates/.icons/simple/lufthansa.svg new file mode 100644 index 0000000..ae943fe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/lufthansa.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 12c0-6.648-5.352-12-12-12C5.376 0 0 5.352 0 12c0 6.624 5.376 12 12 12 6.648 0 12-5.376 12-12m-.864 0c0 6.12-4.992 11.136-11.136 11.136C5.88 23.136.864 18.121.864 12 .864 5.856 5.88.864 12 .864 18.144.864 23.136 5.856 23.136 12m-6.888-.72c-.264 0-.6 0-1.032.024l.312-.528h.504c1.8 0 3.144.096 4.368.312l.552-.528c-1.368-.24-3.024-.384-4.704-.384h-.408l.264-.504h.456a26 26 0 0 1 4.872.432l.576-.552c-1.728-.336-3.576-.503-5.568-.503q-1.274.004-2.544.12c-.96 2.063-2.496 3.264-4.224 3.24-.672-.025-1.513-.312-2.592-.889l-1.008-.576.312-.288 2.328 1.008.504-.384-4.704-2.136-.72.552L2.112 9l.024.696c2.256 1.032 3.192 1.608 5.568 3.312 3.096 2.208 5.856 3.408 9.696 4.176l1.008-.96h-.24c-2.544 0-4.824-.84-6.144-2.256 1.104-.672 2.471-.983 4.368-.983.504 0 1.224.047 1.896.119l.576-.552a23 23 0 0 0-2.712-.168 22 22 0 0 0-1.824.072l.432-.528q.767-.045 1.536-.048c1.272 0 2.112.048 3.072.192l.552-.528c-1.008-.167-2.4-.264-3.672-.264"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/lumen.svg b/mkdocs-material/material/templates/.icons/simple/lumen.svg new file mode 100644 index 0000000..1116c81 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/lumen.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.649 0a.75.75 0 0 0-.342.072l-4.878 2.23a.75.751 0 1 0 .624 1.366l4.878-2.23A.75.75 0 0 0 11.649 0m5.624.354a.75.75 0 0 0-.341.074L6.425 5.306a.75.75 0 0 0 .632 1.362L17.563 1.79a.75.75 0 0 0-.29-1.436m0 3.002a.75.75 0 0 0-.341.074L6.425 8.31a.75.75 0 0 0 .632 1.362l10.506-4.88a.75.75 0 0 0-.29-1.436m0 3.002a.75.75 0 0 0-.341.074L6.425 11.311a.75.75 0 0 0 .632 1.361l10.506-4.878a.75.75 0 0 0-.29-1.436m.009 3.003a.75.75 0 0 0-.342.07l-3.753 1.688a.75.75 0 0 0-.442.685v3.518l.001.047h-1.503v-2.627a.75.75 0 0 0-.761-.761.75.75 0 0 0-.74.761v2.58l.002.047h-.94a.46.46 0 0 0-.47.555l.19 1.14a.69.69 0 0 0 .656.557h2.28l-2.537.476a.375.375 0 1 0 .139.737l6.003-1.126a.375.375 0 0 0 .307-.41.6.6 0 0 0 .092-.232l.19-1.142a.46.46 0 0 0-.47-.555h-.94l.002-.047V12.29l3.31-1.49a.75.75 0 0 0-.274-1.438zm-2.292 9.385a.4.4 0 0 0-.063.007l-6.004 1.126a.375.375 0 1 0 .139.737l6.003-1.125a.375.375 0 0 0-.075-.745m0 1.876a.4.4 0 0 0-.063.008l-6.004 1.125a.375.375 0 1 0 .139.737l6.003-1.125a.375.375 0 0 0-.075-.745m-.743 1.876a.4.4 0 0 0-.064.006l-4.471.751a.375.375 0 1 0 .124.74l4.472-.75a.375.375 0 0 0-.061-.747"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/lunacy.svg b/mkdocs-material/material/templates/.icons/simple/lunacy.svg new file mode 100644 index 0000000..96fd964 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/lunacy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.031 6h-6v12h11.996v-6l-5.996 5.996Zm6.563 2.309a4.01 4.01 0 0 1-2.371-2.375 4.03 4.03 0 0 1-2.375 2.375 4.04 4.04 0 0 1 2.375 2.375 4.01 4.01 0 0 1 2.37-2.375ZM0 9.602c0-3.364 0-5.043.652-6.325A6.04 6.04 0 0 1 3.277.652C4.56 0 6.238 0 9.602 0h4.796c3.364 0 5.043 0 6.325.652a6.04 6.04 0 0 1 2.625 2.625C24 4.56 24 6.238 24 9.602v4.796c0 3.364 0 5.043-.652 6.325a6.04 6.04 0 0 1-2.625 2.625C19.44 24 17.762 24 14.398 24H9.602c-3.364 0-5.043 0-6.325-.652a6.04 6.04 0 0 1-2.625-2.625C0 19.44 0 17.762 0 14.398Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/lutris.svg b/mkdocs-material/material/templates/.icons/simple/lutris.svg new file mode 100644 index 0000000..f545c88 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/lutris.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.231 18.89.001-.002c-1.293 3.243-5.218 5.232-9.447 5.105C5.3 23.993 0 18.48 0 11.906S5.276.001 11.785.001c1.793 0 3.493.406 5.015 1.13.081-.177.271-.544.451-.557.238-.017.374.137.526.309.154.172.46.429.46.429s1.393-.481 2.955.377 1.783 1.116 2.09 1.716c.152.301.195.829.2 1.282l-.07-.003c-.496 0-.96.455-.96 1.08 0 .263.082.496.215.678l-.01.007a2 2 0 0 0-.132.01 19 19 0 0 0-.389-.142 2.5 2.5 0 0 1-.82-.472 1.402 1.402 0 0 0-1.196-2.112c-.383 0-.73.156-.982.41-.472-.271-1.174-.482-2.527-.565l-.407-.011c-2.282.012-3.611.279-5.979 1.301-.603.283-1.206.615-1.785 1.001-.423.3-.639.67-.709 1.137a1.326 1.326 0 0 0 1.23 1.373h.042c1.27.06 2.039 1.99 2.063 2.497.004.05.004.023.003.08-.032.727-.37 1.267-1.088 1.246a1.23 1.23 0 0 1-.976-.494c-.063-.077-.103-.172-.159-.254-.666-1.081-1.732-1.36-2.771-1.523-.438-.068-1.073-.122-1.31.25a8.3 8.3 0 0 0-.577 3.063c-.02 5.036 4.041 9.118 9.026 9.118 2.575 0 5.349-.952 6.993-2.7l-.035.03c-1.772 1.473-4.66 1.941-6.027 1.941-4.302 0-7.818-3.232-7.818-7.578 0-1.276.288-2.396.814-3.36.495.183.947.483 1.28 1.022l.013.021c.064.092.111.197.182.284.424.524.881.658 1.342.68h.01c.43.013.768-.12 1.024-.342.347-.3.55-.79.577-1.382v-.014c.002-.085 0-.053-.004-.112-.024-.376-.333-1.318-.906-2.027-.266-.331-.587-.607-.95-.774l.12-.074c.756-.457 2.364-.977 4.592-.638 1.13.173 2.055.419 3.483.879 1.657.534 2.579 1.279 3.854 1.427q.226.026.45.003c.41 1.129.634 2.35.634 3.621 0 2.068-.59 3.995-1.611 5.62zm1.947-12.274s-.115.201-.364.322c-.103.05-.282-.075-.45.1-.359.726.516 1.332.923 1.315s.73-.432.712-.793c-.017-.558-.82-.944-.82-.944zm.234-1.432c.255 0 .462.26.462.58s-.207.58-.462.58c-.254 0-.46-.26-.46-.58s.206-.58.46-.58m-3.292-.951c.492 0 .89.403.89.9a.895.895 0 0 1-.89.898.895.895 0 0 1-.89-.899c0-.496.399-.899.89-.899"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/lydia.svg b/mkdocs-material/material/templates/.icons/simple/lydia.svg new file mode 100644 index 0000000..aaaa127 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/lydia.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0m5.895 17.611a.4.4 0 0 1-.168.035h-1.155a.61.61 0 0 1-.56-.377l-4-9.613-3.991 9.607a.61.61 0 0 1-.56.377H6.273a.42.42 0 0 1-.385-.59L10.91 5.575a.79.79 0 0 1 .726-.475h.748a.79.79 0 0 1 .726.48l5.003 11.482a.42.42 0 0 1-.218.549"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/lyft.svg b/mkdocs-material/material/templates/.icons/simple/lyft.svg new file mode 100644 index 0000000..d35833e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/lyft.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.38 15.883c.036.042.125.135.125.135s-.094.059-.152.086a3.05 3.05 0 0 1-1.28.286C1.593 16.39 0 15.29 0 12.878v-8.78h3.512v9.365c0 .95.306 1.781.867 2.42zM24 11.122V7.61h-1.253c-.524-2.76-3.425-4.574-6.341-3.484-1.624.607-2.943 2.548-2.943 4.282v7.979h.153a3.5 3.5 0 0 0 2.38-1.077c.632-.658.98-1.522.98-2.432h1.463V9.366h-1.463V8.4c0-.375.198-.726.526-.909.9-.5 1.815.143 1.815.996v3.22c0 1.273.48 2.456 1.354 3.329a4.67 4.67 0 0 0 3.178 1.351H24v-3.51a1.17 1.17 0 0 1-1.17-1.17v-.586zm-14.927 1.17a.585.585 0 0 1-1.17 0V7.61H4.39v5.853a2.928 2.928 0 0 0 4.83 2.224c-.055.433-.294.792-.69 1.04-.373.234-.857.357-1.402.357a3.8 3.8 0 0 1-1.65-.382s-.093-.044-.21-.11v3.119a6.7 6.7 0 0 0 2.468.484c1.312 0 2.51-.41 3.371-1.155.967-.836 1.478-2.056 1.478-3.528V7.61H9.073z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/maas.svg b/mkdocs-material/material/templates/.icons/simple/maas.svg new file mode 100644 index 0000000..28c5b00 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/maas.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.383 0 0 5.384 0 12s5.383 12 12 12 12-5.384 12-12S18.617 0 12 0M6.343 6.257h11.314c.284 0 .514.23.514.515v.685c0 .285-.23.515-.514.515H6.343a.515.515 0 0 1-.515-.515v-.685c0-.284.23-.515.515-.515m0 3.257h11.314c.284 0 .514.23.514.515v.685c0 .285-.23.515-.514.515H6.343a.515.515 0 0 1-.515-.515v-.685c0-.284.23-.515.515-.515m0 3.257h11.314c.284 0 .514.23.514.515v.685c0 .285-.23.515-.514.515H6.343a.515.515 0 0 1-.514-.515v-.685c0-.284.23-.515.514-.515m0 3.258h11.314c.284 0 .514.23.514.513v.687c0 .284-.23.515-.514.515H6.343a.515.515 0 0 1-.514-.515v-.687c0-.284.23-.513.514-.513"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/macos.svg b/mkdocs-material/material/templates/.icons/simple/macos.svg new file mode 100644 index 0000000..9ce7684 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/macos.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 14.727h.941v-2.453c0-.484.318-.835.771-.835.439 0 .71.276.71.722v2.566h.915V12.25c0-.48.31-.812.764-.812.46 0 .718.28.718.77v2.518h.94v-2.748c0-.801-.517-1.334-1.307-1.334-.578 0-1.054.31-1.247.805h-.023c-.147-.514-.552-.805-1.118-.805-.545 0-.968.306-1.142.771H.903v-.695H0v4.006zm7.82-.646c-.408 0-.68-.208-.68-.537 0-.318.26-.522.714-.552l.926-.057v.307c0 .483-.427.839-.96.839m-.284.71c.514 0 1.017-.268 1.248-.703h.018v.639h.908v-2.76c0-.804-.647-1.33-1.64-1.33-1.021 0-1.66.537-1.701 1.285h.873c.06-.332.344-.548.79-.548.464 0 .748.242.748.662v.287l-1.058.06c-.976.061-1.524.488-1.524 1.199 0 .721.564 1.209 1.338 1.209m6.305-2.642c-.065-.843-.719-1.512-1.777-1.512-1.164 0-1.92.805-1.92 2.087 0 1.3.756 2.082 1.928 2.082 1.005 0 1.697-.59 1.772-1.485h-.888c-.087.453-.397.725-.873.725-.597 0-.982-.483-.982-1.322 0-.824.381-1.323.975-1.323.502 0 .8.321.876.748zm2.906-2.967c-1.591 0-2.589 1.085-2.589 2.82s.998 2.816 2.59 2.816c1.586 0 2.584-1.081 2.584-2.816s-.997-2.82-2.585-2.82m0 .832c.971 0 1.591.77 1.591 1.988 0 1.213-.62 1.984-1.59 1.984-.976 0-1.592-.77-1.592-1.984 0-1.217.616-1.988 1.591-1.988m2.982 3.178c.042 1.006.866 1.626 2.12 1.626 1.32 0 2.151-.65 2.151-1.686 0-.813-.469-1.27-1.576-1.523l-.627-.144c-.67-.158-.945-.37-.945-.733 0-.453.415-.756 1.032-.756.623 0 1.05.306 1.096.817h.93c-.023-.96-.817-1.61-2.019-1.61-1.187 0-2.03.653-2.03 1.62 0 .78.477 1.263 1.482 1.494l.707.166c.688.163.967.39.967.782 0 .454-.457.779-1.115.779-.665 0-1.167-.329-1.228-.832z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/macpaw.svg b/mkdocs-material/material/templates/.icons/simple/macpaw.svg new file mode 100644 index 0000000..3b630a3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/macpaw.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.622.21c.235-.126 1.12-.432 1.38.06s-.483 1.061-.736 1.196c-.252.136-.664.122-.898-.321A.675.675 0 0 1 9.622.21m2.634 4.822c.236-.126 1.12-.431 1.38.06.26.492-.482 1.061-.735 1.196-.253.136-.664.123-.899-.32a.675.675 0 0 1 .254-.936M12 24a11.4 11.4 0 0 1-8.08-3.345 11.38 11.38 0 0 1-3.35-8.077 11.38 11.38 0 0 1 3.35-8.077 11.4 11.4 0 0 1 3.632-2.446 2.835 2.835 0 0 1 3.719 1.508 2.84 2.84 0 0 1-1.508 3.716c-.684.289-1.3.704-1.83 1.233a5.7 5.7 0 0 0-1.684 4.067 5.7 5.7 0 0 0 1.684 4.065A5.73 5.73 0 0 0 12 18.327a5.73 5.73 0 0 0 4.068-1.683 5.71 5.71 0 0 0 1.685-4.065 2.84 2.84 0 0 1 2.838-2.837 2.84 2.84 0 0 1 2.838 2.836 11.3 11.3 0 0 1-.9 4.447 11.4 11.4 0 0 1-2.447 3.63A11.42 11.42 0 0 1 12 24m.426-21.111c.263-.14 1.346-.533 1.635.016.29.549-.633 1.235-.915 1.386s-.742.136-1.003-.359a.754.754 0 0 1 .283-1.043m-1.004-1.806c.263-.14 1.32-.518 1.61.03.29.55-.608 1.221-.89 1.372s-.741.136-1.003-.358a.754.754 0 0 1 .283-1.044"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/macys.svg b/mkdocs-material/material/templates/.icons/simple/macys.svg new file mode 100644 index 0000000..3069c34 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/macys.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.015.624 9.19 9.293H0l7.445 5.384-2.819 8.673L12 17.986l7.422 5.393-2.835-8.713L24 9.292h-9.162L12.015.622z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/magasinsu.svg b/mkdocs-material/material/templates/.icons/simple/magasinsu.svg new file mode 100644 index 0000000..83aa107 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/magasinsu.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.49 7.179h-3.51c-.642 0-.73.26-.73.654v5.7c-.044 1.305-.53 1.723-1.46 1.723-.956 0-1.444-.44-1.464-1.828V7.833c0-.393-.092-.654-.734-.654h-3.51v6.78c0 1.5.29 2.134.912 2.778.962 1 2.645 1.423 4.794 1.423 2.15 0 3.834-.422 4.798-1.423.62-.644.911-1.278.911-2.778zM14.26.906C8.425-.23 2.7 3.809 1.47 9.924.246 16.042 3.98 21.92 9.817 23.054c5.84 1.132 11.565-2.905 12.792-9.02C23.834 7.917 20.1 2.038 14.261.904m-2.465 21.384c-5.664 0-10.253-4.582-10.253-10.234 0-5.65 4.59-10.23 10.253-10.23 5.661 0 10.253 4.58 10.253 10.23 0 5.652-4.592 10.234-10.253 10.234M.026 11.136C-.4 17.289 4.367 22.646 10.869 23.2q-.522-.046-1.052-.147C3.981 21.92.244 16.04 1.471 9.924 2.69 3.85 8.346-.172 14.14.884c-.488-.094-.98-.16-1.486-.196C6.041.235.46 4.91.028 11.138M13.388.755a8 8 0 0 0-.774-.037 10 10 0 0 1 1.648.186c5.836 1.134 9.573 7.01 8.346 13.128-1.228 6.114-6.953 10.153-12.79 9.02a10 10 0 0 1-.767-.182c.992.306 2.06.473 3.183.473 1.126 0 1.996-.152 2.827-.34 3.604-.816 6.523-3.342 7.98-6.506.635-1.421.961-2.96.959-4.515-.001-6.26-4.916-10.743-10.613-11.226"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/magento.svg b/mkdocs-material/material/templates/.icons/simple/magento.svg new file mode 100644 index 0000000..84bf710 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/magento.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 24-4.455-2.572v-12l2.97-1.715v12.001l1.485.902 1.485-.902V7.713l2.971 1.715v12zM22.391 6v12l-2.969 1.714V7.713L12 3.43 4.574 7.713v12.001L1.609 18V6L12 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/magic.svg b/mkdocs-material/material/templates/.icons/simple/magic.svg new file mode 100644 index 0000000..fe61e21 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/magic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0a29.7 29.7 0 0 1-3.611 3.53A27.3 27.3 0 0 1 9.729 12c0 2.948-.47 5.792-1.34 8.47A29.7 29.7 0 0 1 12 24a29.7 29.7 0 0 1 3.611-3.53 27.3 27.3 0 0 1-1.34-8.47c0-2.948.47-5.792 1.34-8.47A29.7 29.7 0 0 1 12 0m6.109 5.381A27.4 27.4 0 0 0 17.3 12c0 2.278.28 4.494.809 6.619a30.7 30.7 0 0 1 4.391-2.424A13.7 13.7 0 0 1 21.843 12c0-1.46.23-2.868.657-4.195a30.7 30.7 0 0 1-4.391-2.424m-12.218 0A31 31 0 0 1 1.5 7.805 13.7 13.7 0 0 1 2.157 12c0 1.46-.23 2.868-.657 4.195a30.7 30.7 0 0 1 4.391 2.424C6.42 16.494 6.7 14.278 6.7 12s-.28-4.494-.809-6.619"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/magisk.svg b/mkdocs-material/material/templates/.icons/simple/magisk.svg new file mode 100644 index 0000000..6684810 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/magisk.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.857 14.458s.155.921-.034 2.952c-.236 2.546.97 6.59.97 6.59s1.645-4.052 1.358-6.67c-.236-2.152.107-2.904.034-2.803-1.264 1.746-2.328-.069-2.328-.069m3.082 2.185c.206 1.591-.023 2.462-.32 4.164-.15.861 3.068-2.589 4.302-4.645.206-.343-1.18 1.337-2.55.137-.952-.832-1.115-1.085-1.854-1.808-.249-.244.277 1.014.423 2.151zm-3.512-2.025c-.739.723-.903.976-1.853 1.808-1.371 1.2-2.757-.48-2.551-.137 1.234 2.057 4.452 5.506 4.302 4.645-.297-1.703-.526-2.574-.32-4.164.147-1.137.673-2.395.423-2.15zm3.166-2.839c1.504.434 2.088 2.523 3.606 2.781.314.053.667.148 1.08.128.77-.037 1.743-.472 3.044-2.318.385-.546-.955 3.514-4.313 3.563-2.46.036-2.747-2.408-4.387-2.482-.592-.027-.629-1.156-.629-1.156s.706-.774 1.598-.517zm-3.186-.012c-1.504.434-2.088 2.523-3.606 2.781-.314.053-.667.148-1.08.128-.77-.037-1.743-.472-3.044-2.318-.385-.546.955 3.514 4.313 3.563 2.46.036 2.747-2.408 4.387-2.482.592-.027.629-1.156.629-1.156s-.706-.774-1.598-.517zm5.626-.02c1.513 1.146 1.062 2.408 1.911 2.048 2.86-1.212 2.36-7.434 2.128-6.682-1.303 4.242-4.143 4.48-6.876 2.528-.534-.38 1.985 1.46 2.837 2.105zm-5.24-2.106C8.06 11.592 5.22 11.355 3.917 7.113c-.231-.752-.731 5.47 2.128 6.682.849.36.398-.902 1.91-2.048.853-.646 3.372-2.486 2.838-2.105zm5.526.584c3.3-.136 3.91-5.545 3.65-4.885-1.165 2.963-5.574 1.848-5.995 3.718-.083.367.747 1.233 2.345 1.167m-6.304-1.167c-.421-1.87-4.831-.755-5.995-3.718-.26-.66.35 4.75 3.65 4.885 1.599.066 2.428-.8 2.345-1.167m3.753-.824s1.794-.964 3.33-1.384c1.435-.393 2.512-1.359 2.631-2.38.09-.76-1.11-2.197-1.11-2.197s-.84 2.334-1.945 3.501c-1.2 1.27-.745 1.1-2.906 2.46m-6.453-2.46c-1.104-1.167-1.945-3.5-1.945-3.5S4.17 3.708 4.26 4.47c.12 1.021 1.196 1.987 2.63 2.38 1.537.421 3.331 1.384 3.331 1.384-2.162-1.36-1.705-1.19-2.906-2.46m6.235 2.312c1.943-1.594 2.976-3.673 4.657-5.949.317-.429-1.419-1.465-2.105-1.533S14.84 3.057 14.775 4.54c-.059 1.354-1.486 3.761-1.224 3.547zM9.214 4.54C9.149 3.056 8.573.535 7.887.603 7.2.671 5.465 1.707 5.782 2.136c1.68 2.276 2.713 4.356 4.657 5.95.261.213-1.165-2.194-1.224-3.548zm4.531-1.602c.137-1.098.631-1.9 1.613-2.574-.868-.29-1.591-.526-1.968-.217s-1.403 1.342-1.266 3.023.007 7.962.305 7.846c.16-4.302 1.522-5.538 1.316-8.077zm-2.186 8.077c.297.116.167-6.165.305-7.846S10.976.455 10.598.146c-.377-.309-1.1-.073-1.968.217.983.674 1.476 1.476 1.613 2.574-.206 2.54 1.156 3.775 1.316 8.077z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mahindra.svg b/mkdocs-material/material/templates/.icons/simple/mahindra.svg new file mode 100644 index 0000000..09a44dc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mahindra.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.145 11.311H6.78a.67.67 0 0 1 .674.66v1.509H5.009a.41.41 0 0 1-.41-.404v-.524a.38.38 0 0 1 .383-.375h1.354l-.144.306h-.998c-.043 0-.092.034-.092.081v.412c0 .047.049.082.092.082h1.73v-.99c0-.191-.169-.338-.357-.338H4.945zm13.427-.787v2.959h-2.383a.41.41 0 0 1-.41-.403v-1.11a.67.67 0 0 1 .675-.659h1.357l-.2.422h-.948c-.188 0-.357.147-.357.337v.91c0 .046.049.08.092.08h1.644v-2.536zM10.2 13.483h.527v-1.51a.67.67 0 0 0-.674-.659H8.932l-.2.422h1.111c.188 0 .357.147.357.337zm-2.195-2.96v2.96h.527v-2.96zm-4.4 2.96h.527v-1.51a.67.67 0 0 0-.674-.659H0v2.169h.526v-1.669c0-.047.05-.081.093-.081h1.09c.043 0 .092.034.092.081v1.669h.527v-1.669c0-.047.049-.081.092-.081h.828c.188 0 .357.147.357.337zm17.72-2.172H20a.67.67 0 0 0-.674.66v1.509h.527v-1.41c0-.19.169-.337.357-.337h.914zm-6.753 0a.67.67 0 0 1 .675.66v1.509h-.527v-1.41c0-.19-.17-.337-.357-.337h-1.268v1.75h-.527v-2.169q.998-.002 2.004-.003m-3.19.137.527-.306v2.338h-.526zm.53-.609v-.322h-.526v.625zm9.782.472h1.632a.67.67 0 0 1 .674.66v1.509h-2.445a.41.41 0 0 1-.41-.404v-.524a.38.38 0 0 1 .383-.375h1.354l-.144.306h-.998c-.043 0-.092.034-.092.081v.412c0 .047.049.082.092.082h1.73v-.99c0-.191-.169-.338-.357-.338h-1.622z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mailboxdotorg.svg b/mkdocs-material/material/templates/.icons/simple/mailboxdotorg.svg new file mode 100644 index 0000000..8acc82c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mailboxdotorg.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.229 22.844H24V10.501l-8.628 5.882c-.613.419-1.226-.003-1.226-.003L0 6.646v13.969s0 2.229 2.229 2.229m12.558-9.273L24 7.261V1.156H2.229S0 1.156 0 3.384v.06z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mailchimp.svg b/mkdocs-material/material/templates/.icons/simple/mailchimp.svg new file mode 100644 index 0000000..e8e19b7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mailchimp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.267 0C6.791-.015-1.82 10.246 1.397 12.964l.79.669a3.9 3.9 0 0 0-.22 1.792c.084.84.518 1.644 1.22 2.266.666.59 1.542.964 2.392.964 1.406 3.24 4.62 5.228 8.386 5.34 4.04.12 7.433-1.776 8.854-5.182.093-.24.488-1.316.488-2.267 0-.956-.54-1.352-.885-1.352-.01-.037-.078-.286-.172-.586s-.19-.51-.19-.51c.375-.563.382-1.065.332-1.35-.053-.353-.2-.653-.496-.964s-.902-.63-1.753-.868l-.446-.124c-.002-.019-.024-1.053-.043-1.497-.014-.32-.042-.822-.197-1.315-.186-.668-.508-1.253-.911-1.627 1.112-1.152 1.806-2.422 1.804-3.511-.003-2.095-2.576-2.729-5.746-1.416l-.672.285L12.7.504C12.304.159 11.817.002 11.267 0m.073.873q.25 0 .465.058c.297.084 1.28 1.224 1.28 1.224s-1.826 1.013-3.52 2.426c-2.28 1.757-4.005 4.311-5.037 7.082-.811.158-1.526.618-1.963 1.253-.261-.218-.748-.64-.834-.804-.698-1.326.761-3.902 1.781-5.357C5.834 3.44 9.37.867 11.34.873m3.286 3.273c.04-.002.06.05.028.074-.143.11-.299.26-.413.414a.04.04 0 0 0 .031.064c.659.004 1.587.235 2.192.574.041.023.012.103-.034.092-.915-.21-2.414-.369-3.97.01-1.39.34-2.45.863-3.224 1.426-.04.028-.086-.023-.055-.06.896-1.035 1.999-1.935 2.987-2.44.034-.018.07.019.052.052-.079.143-.23.447-.278.678-.007.035.032.063.062.042.615-.42 1.684-.868 2.622-.926m3.023 3.205.056.001a.9.9 0 0 1 .456.146c.534.355.61 1.216.638 1.845.015.36.059 1.229.074 1.478.034.571.184.651.487.751.17.057.33.098.563.164.706.198 1.125.4 1.39.658.157.162.23.333.253.497.083.608-.472 1.36-1.942 2.041-1.607.746-3.557.935-4.904.785l-.471-.053c-1.078-.145-1.693 1.247-1.046 2.201.417.615 1.552 1.015 2.688 1.015 2.604 0 4.605-1.111 5.35-2.072a1 1 0 0 0 .06-.085c.036-.055.006-.085-.04-.054-.608.416-3.31 2.069-6.2 1.571 0 0-.351-.057-.672-.182-.255-.1-.788-.344-.853-.891 2.333.72 3.801.039 3.801.039a.07.07 0 0 0 .042-.072.067.067 0 0 0-.074-.06s-1.911.283-3.718-.378c.197-.64.72-.408 1.51-.345a11 11 0 0 0 3.647-.394c.818-.234 1.892-.697 2.727-1.356.281.618.38 1.299.38 1.299s.219-.04.4.073c.173.106.299.326.213.895-.176 1.063-.628 1.926-1.387 2.72a5.7 5.7 0 0 1-1.666 1.244q-.511.27-1.087.46c-2.863.935-5.794-.093-6.739-2.3a3.6 3.6 0 0 1-.189-.522c-.403-1.455-.06-3.2 1.008-4.299.065-.07.132-.153.132-.256 0-.087-.055-.179-.102-.243-.374-.543-1.669-1.466-1.409-3.254.187-1.284 1.31-2.189 2.357-2.135q.133.007.266.015c.453.027.85.085 1.223.1.625.028 1.187-.063 1.853-.618.225-.187.405-.35.71-.401.028-.005.092-.028.215-.028m.022 2.18a.4.4 0 0 0-.06.005c-.335.054-.347.468-.228 1.04.068.32.187.595.32.765q.264-.031.498 0c.089-.205.104-.557.024-.942-.112-.535-.261-.872-.554-.868m-3.66 1.546a1.72 1.72 0 0 0-1.016.326c-.16.117-.311.28-.29.378.008.032.031.056.088.063.131.015.592-.217 1.122-.25.374-.023.684.094.923.2.239.104.386.173.443.113.037-.038.026-.11-.031-.204-.118-.192-.36-.387-.618-.497a1.6 1.6 0 0 0-.621-.129m4.082.81c-.171-.003-.313.186-.317.42-.004.236.131.43.303.432s.314-.185.318-.42c.004-.236-.132-.429-.304-.432m-3.58.172q-.075 0-.155.008c-.311.05-.483.152-.593.247-.094.082-.152.173-.152.237a.075.075 0 0 0 .075.076c.07 0 .228-.063.228-.063a2 2 0 0 1 1.001-.104c.157.018.23.027.265-.026.01-.016.022-.049-.01-.1-.063-.103-.311-.269-.66-.275zm2.26.4c-.127 0-.235.051-.283.148-.075.154.035.363.246.466.21.104.443.063.52-.09.075-.155-.035-.364-.246-.467a.54.54 0 0 0-.237-.058zm-11.635.024q.072 0 .149.003c.73.04 1.806.6 2.052 2.19.217 1.41-.128 2.843-1.449 3.069q-.185.03-.374.026c-1.22-.033-2.539-1.132-2.67-2.435-.145-1.44.591-2.548 1.894-2.811q.177-.037.398-.042m-.07.927a1.14 1.14 0 0 0-.847.364c-.38.418-.439.988-.366 1.19.027.073.07.094.1.098.064.008.16-.039.22-.2l.017-.052a1.6 1.6 0 0 1 .157-.37.69.69 0 0 1 .955-.199c.266.174.369.5.255.81-.058.161-.154.469-.133.721.043.511.357.717.64.738.274.01.466-.143.515-.256.029-.067.005-.107-.011-.125-.043-.053-.113-.037-.18-.021a.6.6 0 0 1-.16.022.35.35 0 0 1-.294-.148c-.078-.12-.073-.3.013-.504q.017-.041.04-.092c.138-.308.368-.825.11-1.317-.195-.37-.513-.602-.894-.65a1 1 0 0 0-.138-.01z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/maildotcom.svg b/mkdocs-material/material/templates/.icons/simple/maildotcom.svg new file mode 100644 index 0000000..e81ee99 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/maildotcom.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.017-.008H0V15.66c0 1.406.96 2.571 2.246 2.914L24 24.01V5.99c.017-3.308-2.674-6-5.983-6zm3 15.668H18V8.786c0-.669-.223-2.229-2.211-2.229-1.32 0-2.28.909-2.28 2.229v6.874H10.49V8.786c0-.669-.205-2.229-2.194-2.229-1.354 0-2.28.909-2.28 2.229v6.874H3V3.609h5.297c1.594 0 2.897.634 3.737 1.662.892-1.028 2.212-1.662 3.737-1.662C19.063 3.609 21 5.786 21 8.854z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/maildotru.svg b/mkdocs-material/material/templates/.icons/simple/maildotru.svg new file mode 100644 index 0000000..8b0e231 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/maildotru.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.61 12c0 1.99-1.62 3.61-3.61 3.61S8.39 13.99 8.39 12 10.01 8.39 12 8.39s3.61 1.62 3.61 3.61M12 0C5.383 0 0 5.383 0 12s5.383 12 12 12c2.424 0 4.761-.722 6.76-2.087l.034-.024-1.617-1.879-.027.017A9.5 9.5 0 0 1 12 21.54c-5.26 0-9.54-4.28-9.54-9.54S6.74 2.46 12 2.46s9.54 4.28 9.54 9.54a9.6 9.6 0 0 1-.225 2.05c-.301 1.239-1.169 1.618-1.82 1.568-.654-.053-1.42-.52-1.426-1.661V12A6.076 6.076 0 0 0 12 5.93 6.076 6.076 0 0 0 5.93 12 6.076 6.076 0 0 0 12 18.07a6.02 6.02 0 0 0 4.3-1.792 3.9 3.9 0 0 0 3.32 1.805c.874 0 1.74-.292 2.437-.821.719-.547 1.256-1.336 1.553-2.285.047-.154.135-.504.135-.507l.002-.013c.175-.76.253-1.52.253-2.457 0-6.617-5.383-12-12-12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mailgun.svg b/mkdocs-material/material/templates/.icons/simple/mailgun.svg new file mode 100644 index 0000000..d634f52 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mailgun.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.837 0c6.602 0 11.984 5.381 11.984 11.994-.017 2.99-3.264 4.84-5.844 3.331l-.06-.035-.055-.033-.022.055c-2.554 4.63-9.162 4.758-11.894.232-2.732-4.527.46-10.313 5.746-10.416a6.87 6.87 0 0 1 7.002 6.866 1.265 1.265 0 0 0 2.52 0c0-5.18-4.197-9.38-9.377-9.387C4.611 2.594.081 10.41 3.683 16.673c3.238 5.632 11.08 6.351 15.289 1.402l1.997 1.686A11.95 11.95 0 0 1 11.837 24C2.6 23.72-2.87 13.543 1.992 5.684A12 12 0 0 1 11.837 0m0 7.745c-3.276-.163-5.5 3.281-4.003 6.2a4.26 4.26 0 0 0 4.014 2.31c3.276-.171 5.137-3.824 3.35-6.575a4.26 4.26 0 0 0-3.36-1.935Zm0 2.53c1.324 0 2.152 1.433 1.49 2.58a1.72 1.72 0 0 1-1.49.86 1.72 1.72 0 1 1 0-3.44"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mailtrap.svg b/mkdocs-material/material/templates/.icons/simple/mailtrap.svg new file mode 100644 index 0000000..b4c1303 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mailtrap.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m5.371 17.607-2.036 1.208c-.277.181-.15.494 0 .557l7.91 4.432a1.55 1.55 0 0 0 1.51 0l8.014-4.491c.243-.144.203-.436 0-.535l-2.153-1.163c-.182-.12-.587-.08-.73.017l-5.131 2.875a1.55 1.55 0 0 1-1.51 0l-5.176-2.9c-.193-.119-.499-.112-.698 0M11.245.197a1.55 1.55 0 0 1 1.51 0l6.37 3.568c.254.129.277.474 0 .63l-1.45.81a1.8 1.8 0 0 1-1.757-.003L12.755 3.43a1.55 1.55 0 0 0-1.51 0L8.078 5.204a1.8 1.8 0 0 1-1.757.002l-1.5-.836c-.236-.1-.285-.401 0-.574zm10.724 5.371c.467.262.755.746.755 1.27v10.325c0 .51-.32.606-.661.428l-2.36-1.273V9.376l-6.948 3.893a1.55 1.55 0 0 1-1.51 0L4.296 9.376v6.94L2.153 17.59c-.256.163-.877.214-.877-.426V6.838c0-.524.288-1.008.755-1.27.752-.393 1.529 0 1.529 0l8.44 4.74 8.427-4.74s.749-.45 1.542 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mainwp.svg b/mkdocs-material/material/templates/.icons/simple/mainwp.svg new file mode 100644 index 0000000..bc1383a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mainwp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0m0 2.4c1.325 0 2.4 1.076 2.4 2.4a2.4 2.4 0 0 1-.703 1.696 2.4 2.4 0 0 1-.595.436l2.978 12.267L12 21.602l-4.08-2.403 2.978-12.267a2.4 2.4 0 0 1-.593-.436 2.4 2.4 0 0 1-.703-1.695A2.4 2.4 0 0 1 12 2.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/majorleaguehacking.svg b/mkdocs-material/material/templates/.icons/simple/majorleaguehacking.svg new file mode 100644 index 0000000..1c653e4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/majorleaguehacking.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.769 6.947q.096 0 .16.063a.23.23 0 0 1 .071.161v7.778a.21.21 0 0 1-.07.161.22.22 0 0 1-.161.064H22.07a.23.23 0 0 1-.231-.224v-2.715a.2.2 0 0 0-.063-.154c-.042-.042-.091-.056-.162-.056h-2.377a.25.25 0 0 0-.161.056.21.21 0 0 0-.07.154v2.714c0 .147-.078.225-.232.225h-1.683c-.155 0-.232-.078-.232-.225V7.171q0-.222.232-.224h1.683q.231.002.231.224v2.63q0 .223.232.225h2.377q.098 0 .162-.063a.22.22 0 0 0 .063-.162v-2.63a.21.21 0 0 1 .07-.161.22.22 0 0 1 .161-.063zm-8.374 6.207c.063 0 .119.02.154.063a.22.22 0 0 1 .063.161v1.55a.23.23 0 0 1-.063.161.2.2 0 0 1-.154.064h-5.45c-.154 0-.231-.078-.231-.225V7.171q0-.222.231-.224h1.67q.23.002.23.224v5.78a.19.19 0 0 0 .07.154c.043.042.099.056.162.056h3.318zm-7.75-6.102q.242.107.42.288c.12.119.21.26.288.42q.105.244.105.52v6.648a.2.2 0 0 1-.063.154.2.2 0 0 1-.154.064H6.649a.18.18 0 0 1-.148-.064.23.23 0 0 1-.056-.154V8.883H5.162v6.045a.23.23 0 0 1-.056.154.2.2 0 0 1-.147.064H3.514a.2.2 0 0 1-.155-.064.2.2 0 0 1-.063-.154V8.883H2.013v6.045c0 .147-.07.218-.218.218H.217c-.147 0-.217-.07-.217-.218V7.164q-.002-.219.217-.217H7.12c.189 0 .357.035.526.105zm16.341 9.314q.009.01.007.02v.45q-.002.042-.014.084-.021.04-.042.07a.15.15 0 0 1-.07.042c-.028.014-.056.014-.084.014h-.639a.4.4 0 0 1-.084-.014q-.04-.021-.07-.042a.15.15 0 0 1-.042-.07c-.014-.028-.014-.056-.014-.084v-.842q.002-.042.014-.084c.007-.028.028-.05.042-.07a.15.15 0 0 1 .07-.042c.028-.014.056-.014.084-.014h.75c.008 0 .022 0 .022.007q.009.01.007.02v.24c0 .006 0 .02-.007.02q-.01.009-.021.007h-.603c-.007 0-.021 0-.021.007q-.009.01-.007.021v.59q-.002.01.007.02c.007.008.014.008.02.008h.358q.01.002.021-.007.009-.01.007-.022v-.315c0-.007 0-.021.007-.021q.01-.009.021-.007h.253q.02.002.028.014m-1.466-.568q.041.021.07.042a.15.15 0 0 1 .042.07c.014.028.014.056.014.084v1.024c0 .007 0 .021-.007.021q-.01.009-.02.007h-.253q-.01.002-.021-.007-.009-.01-.007-.02v-.892q.002-.01-.007-.02t-.021-.008h-.358c-.007 0-.021 0-.021.007s-.007.014-.007.021v.891q-.002.033-.035.035h-.253a.034.034 0 0 1-.035-.035v-1.2q.002-.032.035-.034h.821c.014-.007.042 0 .063.014M21.3 17.01q-.002.033-.035.035h-.253a.034.034 0 0 1-.035-.035v-1.2c0-.02.014-.034.035-.034h.253c.02 0 .035.014.035.035zm-.975-.701c-.007.007-.007.007 0 .014l.42.694q.012.01 0 .021c-.006.007-.006.007-.02.007h-.302c-.007 0-.02 0-.028-.007l-.02-.02-.274-.492q-.009-.01-.007 0l-.148.161q-.012.01-.014.029c-.007.014-.007.02-.007.035v.266q-.002.033-.035.035h-.245q-.033-.002-.035-.035v-1.2q.002-.032.035-.034h.252q.033.002.035.035v.54l.47-.547a.1.1 0 0 1 .028-.021q.02-.009.028-.007h.302q.012-.002.014.007.003.012-.007.02zm-1.648-.218q-.009.01-.007.021v.59q-.002.01.007.02c.007.008.014.008.02.008h.583c.007 0 .021 0 .021.007q.009.01.007.02v.24c0 .006 0 .02-.007.02q-.01.009-.021.007h-.722a.4.4 0 0 1-.085-.014 1 1 0 0 1-.07-.042.15.15 0 0 1-.042-.07c-.014-.028-.014-.056-.014-.084v-.849q.002-.042.014-.084a1 1 0 0 1 .042-.07.15.15 0 0 1 .07-.042c.028-.014.057-.014.085-.014h.722c.007 0 .021 0 .021.007q.009.01.007.02v.24c0 .006 0 .02-.007.02q-.01.009-.021.007h-.582c-.007.035-.014.042-.021.042m-.82-.315q.04.002.083.014.041.021.07.042a.15.15 0 0 1 .043.07.4.4 0 0 1 .014.084v1.024c0 .007 0 .021-.007.021q-.01.009-.021.007h-.253c-.007 0-.021 0-.021-.007q-.009-.01-.007-.02v-.324c0-.007 0-.02-.007-.02q-.01-.01-.021-.008h-.358c-.007 0-.02 0-.02.007q-.01.01-.008.021v.323q-.002.033-.035.035h-.252q-.033-.002-.035-.035v-1.024q.002-.042.014-.084a1 1 0 0 1 .042-.07.15.15 0 0 1 .07-.042c.028-.014.056-.014.084-.014zm-.106.603v-.316h-.428v.316zm-1.066-.603c.007 0 .021 0 .021.007q.009.01.007.02v1.2c0 .007 0 .021-.007.021q-.01.009-.021.007h-.253c-.007 0-.02 0-.02-.007-.008-.007-.008-.014-.008-.02v-.422q.002-.01-.007-.02t-.02-.008h-.358c-.007 0-.021 0-.021.007q-.009.01-.007.021v.421q-.002.033-.035.035h-.253a.034.034 0 0 1-.035-.035v-1.2c0-.02.014-.034.035-.034h.253c.02 0 .035.014.035.035v.407c0 .02.014.035.035.035h.357q.01.002.021-.007.009-.01.007-.021v-.407c0-.007 0-.021.007-.021q.01-.009.022-.007h.245zm-1.943.014q.009.01.007.02v.232q.002.01-.007.021-.01.009-.02.007h-.604q-.009-.002-.007.007v.197q-.002.009.007.007h.52q.01-.002.02.007.009.01.007.02v.183c0 .007 0 .021-.007.021q-.01.009-.02.007h-.52q-.009-.002-.007.007v.197q-.002.009.007.007h.604c.006 0 .02 0 .02.007q.009.01.007.02v.225c0 .007 0 .021-.007.021q-.01.009-.02.007h-.899a.034.034 0 0 1-.035-.035v-1.199c0-.007 0-.021.007-.021q.01-.009.021-.007h.898a.1.1 0 0 0 .028.042m-1.255 0q.009.01.007.02v1.025a.4.4 0 0 1-.014.084q-.021.04-.042.07a.15.15 0 0 1-.07.042c-.028.014-.056.014-.085.014h-.638a.4.4 0 0 1-.084-.014q-.04-.021-.07-.042a.15.15 0 0 1-.042-.07c-.014-.028-.014-.056-.014-.084v-1.024q.002-.033.035-.035h.252q.033.002.035.035v.89q-.002.012.007.022t.022.007h.357q.01.002.021-.007.009-.01.007-.021v-.891c0-.007 0-.021.007-.021q.01-.009.021-.007h.253c.02-.007.028 0 .035.007m-1.333.575q.009.01.007.02v.45a.4.4 0 0 1-.014.084q-.021.04-.042.07a.15.15 0 0 1-.07.042c-.028.014-.056.014-.084.014h-.638a.4.4 0 0 1-.084-.014 1 1 0 0 1-.07-.042.15.15 0 0 1-.043-.07c-.014-.028-.014-.056-.014-.084v-.842q.002-.042.014-.084c.007-.028.028-.05.042-.07a.15.15 0 0 1 .07-.042c.029-.014.057-.014.085-.014h.75c.007 0 .021 0 .021.007q.009.01.007.02v.24c0 .006 0 .02-.007.02q-.01.009-.02.007h-.604c-.007 0-.021 0-.021.007q-.009.01-.007.021v.59q-.002.01.007.02t.021.008h.358q.01.002.02-.007c.008-.007.008-.014.008-.022v-.315c0-.007 0-.021.007-.021q.01-.009.02-.007h.253c.007 0 .021.007.028.014m-1.55-.59c.028 0 .056.008.084.015q.042.021.07.042a.15.15 0 0 1 .043.07.4.4 0 0 1 .014.084v1.024c0 .007 0 .021-.007.021q-.01.009-.021.007h-.26c-.007 0-.02 0-.02-.007-.008-.007-.008-.014-.008-.02v-.324c0-.007 0-.02-.007-.02q-.01-.01-.02-.008h-.366c-.007 0-.02 0-.02.007q-.01.01-.008.021v.323q-.002.033-.035.035h-.252q-.033-.002-.035-.035v-1.024q.002-.042.014-.084a1 1 0 0 1 .042-.07.15.15 0 0 1 .07-.042c.028-.014.056-.014.084-.014zm-.112.604v-.316h-.428v.316zm-1.038-.59q.009.012.007.022v.231q.002.01-.007.021-.01.009-.02.007H8.83q-.009-.002-.007.007v.197q-.002.009.007.007h.519q.01-.002.021.007.009.01.007.02v.183c0 .007 0 .021-.007.021q-.01.009-.021.007h-.52q-.008-.002-.006.007v.197q-.002.009.007.007h.604c.006 0 .02 0 .02.007q.009.01.007.02v.225c0 .007 0 .021-.007.021q-.01.009-.02.007h-.899a.034.034 0 0 1-.035-.035v-1.199c0-.007 0-.021.007-.021q.01-.009.021-.007h.898a.1.1 0 0 0 .028.042zm-1.171.948q.01-.002.02.007t.008.02v.24c0 .006 0 .02-.007.02q-.01.009-.021.007h-.779a.034.034 0 0 1-.035-.035v-1.2q.002-.032.035-.034h.253c.02 0 .035.014.035.035v.89q-.002.011.007.022.01.009.021.007h.463zm-1.704.28q.01.01 0 .021c-.007.007-.007.007-.021.007H6.27c-.007 0-.021 0-.028-.007l-.021-.02-.19-.345q-.001-.009-.013-.007H5.8q-.009-.002-.007.007v.337q-.002.033-.035.035h-.252c-.021 0-.036-.014-.036-.035v-1.2c0-.02.015-.034.036-.034h.82q.042.002.084.014.041.021.07.042a.15.15 0 0 1 .043.07.2.2 0 0 1 .014.084v.477a.2.2 0 0 1-.043.126.23.23 0 0 1-.105.077h-.007q-.009.002-.007.014v.007zm-.358-.947h-.435v.309h.435zm-1.241-.294q.042.002.084.014.04.021.07.042a.15.15 0 0 1 .042.07.4.4 0 0 1 .014.084v.842q-.002.042-.014.084-.021.04-.042.07a.15.15 0 0 1-.07.042c-.028.014-.056.014-.084.014h-.64q-.042-.002-.084-.014-.04-.021-.07-.042a.15.15 0 0 1-.042-.07c-.014-.028-.014-.056-.014-.084v-.842q.002-.042.014-.084c.007-.028.028-.05.042-.07a.15.15 0 0 1 .07-.042c.028-.014.056-.014.084-.014zm-.113.308H4.44v.653h.427zm-1.03-.294q.007.01.006.02v1.025q-.002.042-.014.084-.021.04-.042.07a.15.15 0 0 1-.07.042c-.028.014-.056.014-.084.014h-.547a.4.4 0 0 1-.084-.014 1 1 0 0 1-.07-.042.15.15 0 0 1-.042-.07c-.014-.028-.014-.056-.014-.084v-.386q.002-.033.035-.035h.252q.033.002.035.035v.26q-.002.01.007.02t.021.008h.26c.007 0 .02 0 .02-.007.008-.007.008-.014.008-.021v-.891c0-.007 0-.021.007-.021q.01-.009.02-.007h.253c.021-.014.035-.007.042 0zm-1.354-.014q.042.002.084.014.04.021.07.042a.15.15 0 0 1 .042.07.4.4 0 0 1 .014.084v1.024c0 .007 0 .021-.007.021q-.01.009-.02.007h-.253c-.007 0-.021 0-.021-.007q-.009-.01-.007-.02v-.324c0-.007 0-.02-.007-.02q-.01-.01-.021-.008h-.358c-.007 0-.021 0-.021.007q-.009.01-.007.021v.323q-.002.033-.035.035h-.253a.034.034 0 0 1-.035-.035v-1.024q.002-.042.014-.084a1 1 0 0 1 .042-.07.15.15 0 0 1 .07-.042c.028-.014.057-.014.085-.014zm-.112.603v-.316h-.428v.316zm-1.158-.582q.041.021.07.042a.15.15 0 0 1 .043.07.4.4 0 0 1 .014.084v1.024c0 .007 0 .021-.007.021q-.01.009-.021.007h-.253q-.01.002-.021-.007-.009-.01-.007-.02v-.927H.828v.926c0 .007 0 .021-.007.021q-.01.009-.021.007H.568c-.007 0-.021 0-.021-.007q-.009-.01-.007-.02v-.927H.337v.926q-.002.033-.035.035H.049a.034.034 0 0 1-.035-.035v-1.2q.002-.032.035-.034h1.094c.021-.007.05 0 .07.014"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/make.svg b/mkdocs-material/material/templates/.icons/simple/make.svg new file mode 100644 index 0000000..ccd7276 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/make.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.38 3.498c-.27 0-.511.19-.566.465L9.85 18.986a.58.58 0 0 0 .453.678l4.095.826a.58.58 0 0 0 .682-.455l2.963-15.021a.58.58 0 0 0-.453-.678l-4.096-.826a.6.6 0 0 0-.113-.012zm-5.876.098a.58.58 0 0 0-.516.318L.062 17.697a.575.575 0 0 0 .256.774l3.733 1.877a.58.58 0 0 0 .775-.258l6.926-13.781a.577.577 0 0 0-.256-.776L7.762 3.658a.6.6 0 0 0-.258-.062m11.74.115a.576.576 0 0 0-.576.576v15.426c0 .318.258.578.576.578h4.178a.58.58 0 0 0 .578-.578V4.287a.58.58 0 0 0-.578-.576Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/makerbot.svg b/mkdocs-material/material/templates/.icons/simple/makerbot.svg new file mode 100644 index 0000000..a26065d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/makerbot.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.055 7.328a12 12 0 0 0-2.569-3.813A12 12 0 0 0 16.672.944 11.9 11.9 0 0 0 12 0a11.986 11.986 0 0 0-8.485 3.515A12 12 0 0 0 .943 7.328 11.9 11.9 0 0 0 0 12a11.971 11.971 0 0 0 3.514 8.485 12 12 0 0 0 3.813 2.57C8.81 23.686 10.38 24 12 24c1.619 0 3.189-.314 4.671-.944a12 12 0 0 0 3.814-2.564 12 12 0 0 0 2.57-3.811c.63-1.47.944-3.045.944-4.665 0-1.619-.314-3.18-.944-4.664zM12 22.335C6.293 22.335 1.665 17.707 1.665 12S6.293 1.665 12 1.665 22.335 6.293 22.335 12 17.707 22.335 12 22.335m3.242-18.214H8.757q-1.383 0-2.333.975a3.2 3.2 0 0 0-.953 2.334v10.182c0 .449.135.81.4 1.095.267.269.615.42 1.051.42q.668 0 1.079-.405.409-.406.409-1.08V7.08h2.141v10.529q0 .668.391 1.08.388.41 1.059.411.669 0 1.059-.411.39-.412.39-1.08V7.08h2.142v10.529q0 .668.408 1.08.412.41 1.08.411.651 0 1.05-.423.402-.421.401-1.069V7.426q0-1.364-.953-2.336-.949-.973-2.334-.975v.006z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/malt.svg b/mkdocs-material/material/templates/.icons/simple/malt.svg new file mode 100644 index 0000000..e9c56c8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/malt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.195 8.581c-.069 0-.285.026-.484.113-.432.181-.597.311-.597.58v5.023c0 .277.26.355.735.355.467 0 .649-.087.649-.355V8.858c0-.173-.113-.277-.303-.277m3.502 4.903c-.345.087-.45.113-.57.113-.147 0-.2-.044-.2-.2v-2.161h.788c.207 0 .285-.078.285-.285 0-.173-.078-.26-.285-.26h-.787v-.839c0-.259-.087-.363-.268-.363-.173 0-.415.156-.934.597-.528.45-.83.744-.83.951 0 .121.086.199.224.199h.424v2.335c0 .683.337 1.08.925 1.08.39 0 .675-.146 1.012-.406.311-.242.51-.432.51-.596 0-.139-.103-.217-.294-.165m-15.21-3.078c-.13 0-.285.026-.484.112-.433.19-.597.312-.597.58v3.2c0 .276.26.354.735.354.467 0 .649-.087.649-.355v-3.614c0-.173-.113-.277-.303-.277m1.816 0c-.355 0-.675.121-.986.363-.173.138-.32.294-.32.424 0 .112.078.173.19.173.19 0 .251-.078.416-.078s.25.173.25.476v2.533c0 .277.26.355.735.355.467 0 .649-.087.649-.355v-2.776c0-.657-.39-1.115-.934-1.115m2.43 0c-.337 0-.692.121-1.003.363-.173.138-.32.294-.32.424 0 .112.078.173.19.173.19 0 .25-.078.432-.078s.268.173.268.476v2.533c0 .277.26.355.735.355.467 0 .649-.087.649-.355v-2.776c0-.657-.39-1.115-.951-1.115m5.335 0a1.3 1.3 0 0 0-.484.112c-.26.113-.398.2-.467.312-.26-.303-.597-.398-.977-.398-1.116 0-1.911.942-1.911 2.283 0 1.124.605 1.954 1.461 1.954.26 0 .493-.104.77-.363.216-.2.32-.329.32-.45a.14.14 0 0 0-.147-.147c-.121 0-.251.104-.416.104-.354 0-.596-.545-.596-1.35 0-.803.32-1.348.804-1.348.32 0 .562.242.562.657v2.525c0 .277.26.355.735.355.467 0 .649-.087.649-.355v-3.614c0-.173-.113-.277-.303-.277M3.499 13.563l-.21.21.619.618c.304.304.79.598 1.244.144.339-.34.26-.695.073-.98-.06.004-1.726.008-1.726.008m-.963-2.325.21-.21-.608-.607c-.304-.303-.765-.621-1.243-.143-.351.35-.273.692-.087.97Zm2.86.416a384 384 0 0 1-1.511 1.524h1.154c.43 0 .981-.101.981-.777 0-.496-.296-.683-.624-.747m-3.244-.031H.981c-.43 0-.981.135-.981.778 0 .479.307.676.641.745.04-.046 1.511-1.523 1.511-1.523m1.484 3.04-.618-.618-.608.607a3 3 0 0 1-.137.128c.07.333.266.639.745.639s.676-.307.745-.641q-.064-.054-.127-.115M2.41 10.15l.608.607.618-.618a2 2 0 0 1 .128-.118c-.065-.327-.251-.623-.747-.623s-.682.297-.746.625q.068.058.14.127zm2.742.117c-.455-.454-.94-.16-1.244.144l-2.87 2.87c-.303.303-.621.765-.143 1.243s.94.16 1.243-.143l2.87-2.87c.304-.304.598-.79.144-1.244"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/malwarebytes.svg b/mkdocs-material/material/templates/.icons/simple/malwarebytes.svg new file mode 100644 index 0000000..1795686 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/malwarebytes.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.87 22.903c.157 0 .28-.124.28-.283 0-.124-.088-.283-.245-.283h-.088l-.193-.035c-3.238-.636-5.635-3.55-5.635-6.96 0-1.448.437-2.825 1.19-3.938.123-.159.315-.283.525-.088l5.111 5.228a.33.33 0 0 0 .193.088c.087 0 .157-.035.192-.088l5.146-5.193c.193-.194.368-.159.473.035a7.1 7.1 0 0 1 1.19 3.939 7.04 7.04 0 0 1-1.803 4.716l-.122.124c0 .035-.035.088-.035.123 0 .16.122.283.28.283h.035c.035 0 .087-.035.122-.035 6.826-2.897 6.512-9.75 6.512-9.75a12.21 12.21 0 0 0-4.674-9.626c-.122-.089-.315-.089-.403.035l-6.703 6.853a.305.305 0 0 1-.438 0L5.023 1.195a.297.297 0 0 0-.402-.035A12.24 12.24 0 0 0 0 10.786c0 6.288 4.709 11.48 10.783 12.117Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mambaui.svg b/mkdocs-material/material/templates/.icons/simple/mambaui.svg new file mode 100644 index 0000000..6becbb6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mambaui.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.045 15.831c1.303.349 2.496.773 3.91 1.042a30.7 30.7 0 0 0 .405 6.07c-1.698-1.908-4.137-5.187-4.315-7.112m15.843 0c-1.258.349-2.41.773-3.777 1.042a31.8 31.8 0 0 1-.39 6.07c1.644-1.908 4.001-5.187 4.167-7.112M6.783 1.057c2.317 4.17 9.686 3.63 11.46 0a6.2 6.2 0 0 1 2.337 1.386c-.087 3.608-2.338 4.898-2.338 4.898l.078.837c2.566-.742 3.522-.663 3.336-5.021 1.29 1.058 2.456 3.067 2.335 4.358-.125 1.342-2.037 5.377-1.8 5.306a88 88 0 0 1-8.444 3.204 2.93 2.93 0 0 0-1.944-1.672 12.8 12.8 0 0 0-1.784 1.78c-2.347-.853-4.424-1.8-6.594-2.722l-1.706-.628-.776-1.99C-.099 8.214-.573 6.778 1.1 4.515c.364-.492.997-1.56 1.555-1.795-.109 3.695-1.224 5.454 2.944 5.457l.078-.837s-1.81-.227-2.25-4.898zM8.856 12.26c-.208.279-.337.349-.543.628.052.14-.207.175-.156.314a2.87 2.87 0 0 0 .853 1.151 2.66 2.66 0 0 0 1.705-1.151c-.206-.44-1.443-1.163-1.86-.941Zm5.663 0c-.414.279-.905.663-1.32.942.13.21.802.732.932.942.39.235.296.427.776.21a1.4 1.4 0 0 0 .853-1.256c-.207-.245-.414-.593-.62-.838Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mamp.svg b/mkdocs-material/material/templates/.icons/simple/mamp.svg new file mode 100644 index 0000000..93c552a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mamp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.102 9.629c.245-1.695 2.139-6.979 7.454-7.98 3.137-.592 7.005 1.034 9.72 3.788-1.354.929-2.259 1.732-2.944 2.708.511 1.892 2.018 2.663 3.078 2.984-1.175-.711-1.917-1.381-2.376-2.812 2.513-2.988 5.205-3.954 5.432-3.978 2.102 1.677 3.586 4.735 3.532 7.955-.062 3.728-2.09 7.569-4.415 9.121-.318.151-1.053-.25-1.153-.687.476-1.105 1.601-3.795 1.74-5.806.131-1.928-1.146-3.061-2.219-1.667-1.489 2.494-2.139 5.592-2.789 8.934-1.095.313-2.952.392-3.756-.036-.101-2.068.381-5.601-.991-6.84-.588-.533-1.169-.285-1.562.205-.992 1.227-.972 4.414-.78 6.479-1.109.686-2.99.543-4.179.117-.477-3.245-1.597-7.202-2.512-10.23a17.4 17.4 0 0 0-.34 3.908c-.611-.498-1.308-3.116-.94-6.163"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/man.svg b/mkdocs-material/material/templates/.icons/simple/man.svg new file mode 100644 index 0000000..0ebe3e6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/man.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.979 14.943h2.05L15.46 18.7h-2.054l-.263-.409h-2.278l-.264.41H8.548zm1.025 1.568-.458.711h.916l-.458-.712zM0 17.372C0 10.704 5.372 5.3 12 5.3s12 5.405 12 12.073q0 .674-.072 1.328H22.58q.081-.653.082-1.328c0-5.924-4.774-10.726-10.662-10.726S1.339 11.449 1.339 17.373q0 .675.08 1.328H.073A12.254 12.274 0 0 1 0 17.372m2.237-2.43h1.83l1.22 1.228 1.22-1.227h1.831V18.7H6.363v-1.38l-1.075 1.082-1.076-1.082v1.38H2.237zm13.42 0h1.927l2.17 1.62v-1.62h1.975V18.7h-1.942l-2.156-1.605V18.7h-1.975Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/manageiq.svg b/mkdocs-material/material/templates/.icons/simple/manageiq.svg new file mode 100644 index 0000000..df2cb3a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/manageiq.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.095.1C5.718.094.544 5.26.538 11.637v.022c0 2.069.547 4.005 1.496 5.683l2.869-2.868a7.7 7.7 0 0 1-.54-2.815c0-4.262 3.47-7.73 7.732-7.73s7.732 3.468 7.732 7.73-3.47 7.732-7.732 7.732a7.7 7.7 0 0 1-2.6-.46L6.596 21.83a11.5 11.5 0 0 0 5.499 1.388c2.316 0 4.467-.686 6.275-1.856l2.393 2.392L24 20.512l-2.349-2.349c1.262-1.852 2-4.09 2-6.505C23.66 5.269 18.452.078 12.096.101zm0 9.34c-1.225 0-2.214.991-2.214 2.217s.989 2.215 2.214 2.215a2.216 2.216 0 1 0 0-4.432m-4.24 3.368C7.57 13.09.273 20.39 0 20.662L3.24 23.9l7.855-7.855-3.24-3.238z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/manjaro.svg b/mkdocs-material/material/templates/.icons/simple/manjaro.svg new file mode 100644 index 0000000..56cc47a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/manjaro.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0v24h6.75V6.75h8.625V0zm8.625 8.625V24h6.75V8.625zM17.25 0v24H24V0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mantine.svg b/mkdocs-material/material/templates/.icons/simple/mantine.svg new file mode 100644 index 0000000..8ce9a33 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mantine.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.377 0 0 5.377 0 12s5.377 12 12 12 12-5.377 12-12S18.623 0 12 0m-1.613 6.15a.9.9 0 0 1 .59.176q.647.477 1.177 1.082h2.588a.91.91 0 0 1 .912.906.91.91 0 0 1-.912.907h-1.43c.4.908.604 1.889.602 2.88a7.1 7.1 0 0 1-.601 2.883h1.427a.91.91 0 0 1 .914.907.91.91 0 0 1-.914.906h-2.588a7.4 7.4 0 0 1-1.175 1.082.92.92 0 0 1-1.28-.19.904.904 0 0 1 .191-1.268 5.32 5.32 0 0 0 2.2-4.32c0-1.715-.801-3.29-2.2-4.32a.906.906 0 0 1-.191-1.268H9.7a.92.92 0 0 1 .688-.363zm-.778 4.295a1.36 1.36 0 0 1 1.354 1.354v.033a1.36 1.36 0 0 1-1.354 1.32 1.36 1.36 0 0 1-1.353-1.32v-.033a1.36 1.36 0 0 1 1.353-1.354"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mapbox.svg b/mkdocs-material/material/templates/.icons/simple/mapbox.svg new file mode 100644 index 0000000..a96a85c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mapbox.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.372 0 0 5.372 0 12s5.372 12 12 12 12-5.372 12-12S18.628 0 12 0m5.696 14.943c-4.103 4.103-11.433 2.794-11.433 2.794S4.94 10.421 9.057 6.304c2.281-2.281 6.061-2.187 8.45.189s2.471 6.168.189 8.45m-4.319-7.91-1.174 2.416-2.416 1.174 2.416 1.174 1.174 2.416 1.174-2.416 2.416-1.174-2.416-1.174z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/maplibre.svg b/mkdocs-material/material/templates/.icons/simple/maplibre.svg new file mode 100644 index 0000000..377cf11 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/maplibre.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0m0 3.19c2.937 0 5.371 2.265 5.371 5.035 0 4.111-4.364 7.635-5.035 8.138-.084 0-.084.084-.084.084-.084.084-.168.084-.168.084s-.168 0-.168-.084l-.084-.084c-.84-.503-5.203-3.943-5.203-8.138 0-2.77 2.434-5.036 5.371-5.036zm0 2.601c-1.427 0-2.602 1.173-2.602 2.684 0 1.51 1.175 2.685 2.602 2.685s2.602-1.175 2.602-2.685S13.427 5.79 12 5.79zM8.979 17.287h6.042a.66.66 0 0 1 .67.672v2.014a.66.66 0 0 1-.67.67H8.98a.66.66 0 0 1-.67-.67v-2.014a.66.66 0 0 1 .67-.672zm.755 1.258v.924h4.448v-.924z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mariadb.svg b/mkdocs-material/material/templates/.icons/simple/mariadb.svg new file mode 100644 index 0000000..c8d2599 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mariadb.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.157 4.412c-.676.284-.79.31-1.673.372-.65.045-.757.057-1.212.209-.75.246-1.395.75-2.02 1.59-.296.398-1.249 1.913-1.249 1.988 0 .057-.65.998-.915 1.32-.574.713-1.08 1.079-2.14 1.59-.77.36-1.224.524-4.102 1.477-1.073.353-2.133.738-2.367.864-.852.449-1.515 1.036-2.203 1.938-1.003 1.32-.972 1.313-3.042.947a12 12 0 0 0-.675-.063c-.644-.05-1.023.044-1.332.334L0 17.193l.177.088c.094.05.353.234.561.398.215.17.461.347.55.391.088.044.17.088.183.101s-.089.17-.228.353c-.435.581-.593.871-.574 1.048.019.164.032.17.43.17.517-.006.826-.056 1.261-.208.65-.233 2.058-.94 2.784-1.4.776-.5 1.717-.998 1.956-1.042.082-.02.354-.07.594-.114.58-.107 1.464-.095 2.587.05.108.013.373.045.6.064.227.025.43.057.454.076.026.012.474.037.998.056.934.026 1.104.007 1.3-.189.126-.133.385-.631.498-.985.209-.643.417-.921.366-.492-.113.966-.322 1.692-.713 2.411-.259.499-.663 1.092-.934 1.395-.322.347-.315.36.088.315.619-.063 1.471-.397 2.096-.82.827-.562 1.647-1.691 2.19-3.03.107-.27.22-.22.183.083-.013.094-.038.315-.057.498l-.031.328.353-.202c.833-.48 1.414-1.262 2.127-2.884.227-.518.877-2.922 1.073-3.976a10 10 0 0 1 .271-1.042c.127-.429.196-.555.48-.858.183-.19.625-.555.978-.808.72-.505.953-.75 1.187-1.205.208-.417.284-1.13.132-1.357-.132-.202-.284-.196-.763.006"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mariadbfoundation.svg b/mkdocs-material/material/templates/.icons/simple/mariadbfoundation.svg new file mode 100644 index 0000000..edb9498 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mariadbfoundation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.475 4.031c-.369.013-.262.179-1.06.376-.805.198-1.78.077-2.646.441-2.267.95-2.634 4.624-5.335 6.045-1.77 1-3.576 1.229-5.19 1.735-1.295.52-2.101.864-3.051 1.683-.737.635-.917 1.252-1.687 2.05-.782 1.062-3.744.118-4.506 1.45.402.26.634.332 1.34.24-.146.276-1.074.64-.906 1.048 0 0 2.245.409 4.137-.733.882-.359 1.71-1.119 3.08-1.301 1.777-.236 3.778.373 5.925.544-.444.877-.902 1.395-1.391 2.119-.152.163.13.307.65.209.937-.232 1.615-.483 2.289-.949.878-.606 1.256-1.16 1.997-2.039.644 1.032 2.914 1.26 3.38.367-.867-.367-1.052-2.277-.755-3.101.35-.786.603-1.896.886-2.928.256-.93.413-2.349.718-3.075.365-.903 1.073-1.185 1.605-1.664S24.015 5.67 24 4.574c-.006-.356-.19-.553-.525-.543m-.573.445c.09.307.231.448.841.504-.089.774-.606 1.196-1.183 1.602-.509.356-1.066.7-1.424 1.258-.367.57-.951 2.23-1.52 4.159-.492 1.668-1.065 2.807-2.276 3.807-.15-.36.17-.568.03-.897-.175.496-.558 1.218-.789 1.66-.76 1.454-2.019 2.63-3.901 2.962.893-1.21 1.787-2.543 1.896-4.627-.4.087-.432 1.164-1.078 1.56-.415.045-.995-.05-1.573-.12-1.726-.203-3.465-.282-5.087.24-1.105.353-2.356 1.447-3.292 1.853-1.1.478-1.477.515-2.869.473-.174-.234 1.002-.536.936-1.047-.536-.058-.848.071-1.314-.14a.7.7 0 0 1 .223-.24c.854-.59 3.278-.14 3.927-.777.401-.392.663-.804.935-1.204.265-.388.538-.765.953-1.105.154-.125.394-.341.571-.463.709-.484 1.51-.831 2.373-1.133 1.174-.413 2.361-.552 3.613-1.03.774-.296 1.508-.576 2.193-1.088.162-.121.407-.326.55-.465 2.22-2.192 2.361-5.177 5.415-5.49.37-.038.672-.026.948-.034.317-.01.597-.047.902-.218m-.15.197c-.017 0-.049.015-.093.056-.265.272-.79.884-.98 1.454-.05.155.048.11.082.01.189-.584.788-1.226.971-1.42.045-.052.051-.099.02-.1m.08.133c-.017.002-.046.022-.084.069-.224.306-.657.77-.766 1.36-.027.16.064.103.082-.001.106-.605.608-1.11.763-1.327.037-.058.036-.105.006-.101zm.098.12c-.017.004-.044.026-.077.076-.199.325-.46.699-.519 1.295-.013.162.073.097.083-.008.052-.612.379-1.032.515-1.262.032-.06.028-.107-.002-.1zm.107.091q-.027.006-.071.082c-.169.34-.328.6-.334 1.2.002.163.08.09.081-.015 0-.614.22-.925.335-1.166.026-.063.018-.11-.011-.1zm-2.064.294q-.788.021-.938.68c.432.375 1.338.074 1.177-.672a2 2 0 0 0-.24-.008Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/markdown.svg b/mkdocs-material/material/templates/.icons/simple/markdown.svg new file mode 100644 index 0000000..0444e31 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/markdown.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.27 19.385H1.73A1.73 1.73 0 0 1 0 17.655V6.345a1.73 1.73 0 0 1 1.73-1.73h20.54A1.73 1.73 0 0 1 24 6.345v11.308a1.73 1.73 0 0 1-1.73 1.731zM5.769 15.923v-4.5l2.308 2.885 2.307-2.885v4.5h2.308V8.078h-2.308l-2.307 2.885-2.308-2.885H3.46v7.847zM21.232 12h-2.309V8.077h-2.307V12h-2.308l3.461 4.039z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/marketo.svg b/mkdocs-material/material/templates/.icons/simple/marketo.svg new file mode 100644 index 0000000..4f72c68 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/marketo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.146 0v24l6.134-4.886V3.334zm-2.853 18.758-4.939 2.157V2.086l4.939 1.462zm-11.572-.553 3.78-.999V5.188l-3.762-.606z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/marko.svg b/mkdocs-material/material/templates/.icons/simple/marko.svg new file mode 100644 index 0000000..db2e9bc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/marko.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.4 5.46h-3.39l-2.3 3.77L7.4 5.46H4l-4 6.55 4 6.53h3.39l-4-6.54L5.7 8.23 8.01 12h3.39l2.31-3.78L16.03 12l-4.01 6.54h3.39l4-6.54zm4.6 0h-3.39l4 6.54-4.01 6.54h3.39L24 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/marriott.svg b/mkdocs-material/material/templates/.icons/simple/marriott.svg new file mode 100644 index 0000000..5f60a0d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/marriott.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m8.802 11.083-1.178 2.41c-.8 1.425-1.931 3.167-3.646 3.603-.668.232-1.255.023-1.9-.023L0 20.476a1.6 1.6 0 0 0 .59.386c3.647 1.39 5.122-.1 8.722-8.238l3.403 7.249h4.53l-2.14-4.893 1.213-2.53 3.345 7.311 4.337.027-7.59-16.677-3.475 1.738 2.738 6.222-1.201 2.445L9.45 2.678l-3.7 1.877Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/marvelapp.svg b/mkdocs-material/material/templates/.icons/simple/marvelapp.svg new file mode 100644 index 0000000..0ee4a7b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/marvelapp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.339 8.13c1.373 0-1.162 7.076-.845 10.138s3.696 2.218 3.485.423c-.423-3.063 1.69-12.672 3.696-12.672 1.478 0-1.69 6.547-1.056 10.665.422 2.64 4.012 1.901 3.59.106-1.162-5.386 2.64-10.56 2.112-14.361C21.11.845 20.159 0 19.209 0c-3.379 0-6.125 6.97-6.125 6.97s.423-3.908-2.428-4.119C6.643 2.64 2.525 12.777 2.63 21.964c.106 2.957 3.696 2.429 3.485.106-.211-4.12 2.112-13.94 4.225-13.94z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/maserati.svg b/mkdocs-material/material/templates/.icons/simple/maserati.svg new file mode 100644 index 0000000..b25b2e0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/maserati.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.678 21.213h4.67v.909h-4.67zm.87 2.787h2.93v-1.409h-2.93zm-.844-5.313c.575.523.881 1.28.83 2.056h2.944a2.58 2.58 0 0 1 .818-2.056zm-3.052-2.17v.683h10.696v-.683zm.478 3.087a3.83 3.83 0 0 0 1.74-.917H7.009zm9.74 0 .121-.917h-1.86c.49.451 1.089.768 1.739.917m-8.666-4.556A74 74 0 0 0 5.913 8.63q.967.153 1.913.405A18.9 18.9 0 0 0 3.51 5.583c1.226 2.378 2.378 5.987 2.965 9.465zm9.326 0c.587-3.478 1.74-7.087 2.961-9.465a18.9 18.9 0 0 0-4.308 3.452q.945-.254 1.913-.405a66 66 0 0 0-2.292 6.418zM6.087 16.17h11.83v-.679H6.087zm5.135-1.144q.468-1.11.77-2.278.305 1.167.773 2.278h2.052c-1.743-2.87-2.234-6.665-2.343-10-.009-.343.13-.43.46-.283l1.053.474A15.5 15.5 0 0 1 11.991 0 15.5 15.5 0 0 1 10 5.217l1.052-.474c.33-.152.457-.06.457.283-.109 3.313-.6 7.109-2.34 10zm-5.135 3.191h11.83v-.678H6.087z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mastercard.svg b/mkdocs-material/material/templates/.icons/simple/mastercard.svg new file mode 100644 index 0000000..95f42e1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mastercard.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.343 18.031q.088.074.181.146a7.4 7.4 0 0 1-4.107 1.238 7.416 7.416 0 1 1 4.104-13.593c-.06.051-.12.098-.165.15A7.96 7.96 0 0 0 8.595 12a8 8 0 0 0 2.748 6.031m5.241-13.447c-1.52 0-2.931.456-4.105 1.238.06.051.12.098.165.15A7.96 7.96 0 0 1 15.405 12a8 8 0 0 1-2.748 6.031q-.088.074-.181.146a7.4 7.4 0 0 0 4.107 1.238A7.414 7.414 0 0 0 24 12a7.417 7.417 0 0 0-7.416-7.416M12 6.174q-.144.111-.28.231A7.39 7.39 0 0 0 9.169 12 7.39 7.39 0 0 0 12 17.827q.144-.112.28-.232A7.4 7.4 0 0 0 14.831 12 7.39 7.39 0 0 0 12 6.174"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mastercomfig.svg b/mkdocs-material/material/templates/.icons/simple/mastercomfig.svg new file mode 100644 index 0000000..470fd1e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mastercomfig.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.479 0 .174 5.304.174 11.826V24h1.337v-6.716C3.486 21.064 7.446 23.65 12 23.65s8.514-2.586 10.49-6.367V24h1.336V11.826h-1.337c0 5.798-4.69 10.489-10.489 10.489a10.484 10.484 0 0 1-10.49-10.49C1.51 6.028 6.203 1.338 12 1.338zm0 3.72a8.107 8.107 0 1 0 0 16.214 8.107 8.107 0 0 0 0-16.215zm0 1.336a6.77 6.77 0 1 1 0 13.538 6.77 6.77 0 0 1 0-13.538"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mastodon.svg b/mkdocs-material/material/templates/.icons/simple/mastodon.svg new file mode 100644 index 0000000..b950fb4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mastodon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.268 5.313c-.35-2.578-2.617-4.61-5.304-5.004C17.51.242 15.792 0 11.813 0h-.03c-3.98 0-4.835.242-5.288.309C3.882.692 1.496 2.518.917 5.127.64 6.412.61 7.837.661 9.143c.074 1.874.088 3.745.26 5.611.118 1.24.325 2.47.62 3.68.55 2.237 2.777 4.098 4.96 4.857 2.336.792 4.849.923 7.256.38q.398-.092.786-.213c.585-.184 1.27-.39 1.774-.753a.06.06 0 0 0 .023-.043v-1.809a.05.05 0 0 0-.02-.041.05.05 0 0 0-.046-.01 20.3 20.3 0 0 1-4.709.545c-2.73 0-3.463-1.284-3.674-1.818a5.6 5.6 0 0 1-.319-1.433.053.053 0 0 1 .066-.054c1.517.363 3.072.546 4.632.546.376 0 .75 0 1.125-.01 1.57-.044 3.224-.124 4.768-.422q.059-.011.11-.024c2.435-.464 4.753-1.92 4.989-5.604.008-.145.03-1.52.03-1.67.002-.512.167-3.63-.024-5.545m-3.748 9.195h-2.561V8.29c0-1.309-.55-1.976-1.67-1.976-1.23 0-1.846.79-1.846 2.35v3.403h-2.546V8.663c0-1.56-.617-2.35-1.848-2.35-1.112 0-1.668.668-1.67 1.977v6.218H4.822V8.102q0-1.965 1.011-3.12c.696-.77 1.608-1.164 2.74-1.164 1.311 0 2.302.5 2.962 1.498l.638 1.06.638-1.06c.66-.999 1.65-1.498 2.96-1.498 1.13 0 2.043.395 2.74 1.164q1.012 1.155 1.012 3.12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/materialdesign.svg b/mkdocs-material/material/templates/.icons/simple/materialdesign.svg new file mode 100644 index 0000000..f9ce74b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/materialdesign.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.377 0 0 5.377 0 12s5.377 12 12 12 12-5.377 12-12S18.623 0 12 0m0 .75c2.871 0 5.482 1.082 7.469 2.85H4.53A11.2 11.2 0 0 1 12 .75m-7.186 3.6h14.372L12 18.723zM3.6 4.53v14.94A11.2 11.2 0 0 1 .75 12c0-2.87 1.082-5.481 2.85-7.468zm16.8 0A11.2 11.2 0 0 1 23.25 12c0 2.871-1.082 5.482-2.85 7.469zM4.35 5.1l7.275 14.55H4.35zm15.3 0v14.55h-7.275L19.651 5.1zM4.533 20.4h14.936A11.2 11.2 0 0 1 12 23.25a11.2 11.2 0 0 1-7.468-2.85z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/materialdesignicons.svg b/mkdocs-material/material/templates/.icons/simple/materialdesignicons.svg new file mode 100644 index 0000000..9cbfdd0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/materialdesignicons.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0h7.2v2.4h9.6V0H24v7.2h-2.4v9.6H24V24h-7.2v-2.4H7.2V24H0v-7.2h2.4V7.2H0zm16.8 7.2V4.8H7.2v2.4H4.8v9.6h2.4v2.4h9.6v-2.4h2.4V7.2M2.4 2.4v2.4h2.4V2.4m14.4 0v2.4h2.4V2.4M2.4 19.2v2.4h2.4v-2.4m14.4 0v2.4h2.4v-2.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/materialformkdocs.svg b/mkdocs-material/material/templates/.icons/simple/materialformkdocs.svg new file mode 100644 index 0000000..176303a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/materialformkdocs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17.029 18.772.777 1.166-5.417 2.709L0 16.451V4.063l5.417-2.709 5.298 7.948 7.867-5.24L24 1.354V16.84l-5.417 2.709zm2.023-13.827v13.253l3.949-1.975V2.97zM5.076 2.642 1.458 4.45 12.73 21.358l3.618-1.809z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/matillion.svg b/mkdocs-material/material/templates/.icons/simple/matillion.svg new file mode 100644 index 0000000..f66a4b8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/matillion.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0c-.552 0-1.104.142-1.598.428L2.777 4.831A3.2 3.2 0 0 0 1.18 7.597v8.806c0 1.141.609 2.195 1.597 2.766l7.625 4.403a3.2 3.2 0 0 0 3.195 0l7.626-4.403a3.2 3.2 0 0 0 1.597-2.766V7.597a3.2 3.2 0 0 0-1.597-2.766L13.597.428A3.2 3.2 0 0 0 12 0m.033 6.215a1.383 1.383 0 0 1 1.012 2.286l-7.277 8.403a1.382 1.382 0 0 1-2.09-1.81l7.278-8.402a1.37 1.37 0 0 1 1.077-.477m2.689 3.105.025.001.059.002.082.005.055.007a1 1 0 0 1 .135.026l.073.019.035.012.091.034.038.017q.044.02.087.043l.033.018q.04.023.077.048l.045.031.071.055q.008.006.018.013l.019.019q.034.03.065.062l.037.039.031.033 4.533 5.296a1.38 1.38 0 0 1-1.049 2.281h-.001a1.38 1.38 0 0 1-1.05-.484l-3.484-4.07-3.482 4.07a1.38 1.38 0 0 1-1.051.484h-.001A1.38 1.38 0 0 1 9.164 15.1l4.533-5.296.03-.033.037-.039.062-.059.023-.022.022-.017.066-.05q.023-.017.047-.033l.067-.042.049-.027.072-.036a1 1 0 0 1 .177-.066 1 1 0 0 1 .141-.035l.06-.01.058-.007.081-.005z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/matomo.svg b/mkdocs-material/material/templates/.icons/simple/matomo.svg new file mode 100644 index 0000000..ebbfccd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/matomo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.664 15.37a3.336 3.336 0 0 1-3.332 3.332C1.495 18.702 0 17.208 0 15.37s1.495-3.333 3.332-3.333a3.34 3.34 0 0 1 3.332 3.333m11.565-3.644a3.66 3.66 0 0 1-1.987.591 3.64 3.64 0 0 1-1.872-.529l.008.012a3.7 3.7 0 0 1-1.235-1.19l-2.612-3.693a.2.2 0 0 1-.027-.033A3.31 3.31 0 0 0 7.67 5.298a3.32 3.32 0 0 0-2.848 1.586.2.2 0 0 1-.021.028l-3.428 5.343a3.663 3.663 0 0 1 5.094 1.18l.015.018 2.756 3.869a3.3 3.3 0 0 0 2.699 1.38 3.31 3.31 0 0 0 2.711-1.379l.009-.013c.073-.103.137-.202.195-.305l1.442-2.255zm5.275 1.902-.014-.028-.044-.066-.029-.044-3.525-5.37c.024.168.052.335.052.51 0 .741-.219 1.457-.634 2.068l-2.803 4.38 1.416 2.179-.002.002a.1.1 0 0 1 .024.028 3.34 3.34 0 0 0 2.723 1.415A3.335 3.335 0 0 0 24 15.37c0-.613-.171-1.216-.496-1.742m-7.262-1.666a3.336 3.336 0 0 0 3.332-3.333 3.336 3.336 0 0 0-3.332-3.332 3.336 3.336 0 0 0-3.332 3.332 3.34 3.34 0 0 0 3.332 3.333"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/matrix.svg b/mkdocs-material/material/templates/.icons/simple/matrix.svg new file mode 100644 index 0000000..b2e62c2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/matrix.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.632.55v22.9H2.28V24H0V0h2.28v.55zm7.043 7.26v1.157h.033a3.3 3.3 0 0 1 1.117-1.024c.433-.245.936-.365 1.5-.365q.81.002 1.481.314c.448.208.785.582 1.02 1.108q.382-.562 1.034-.992.651-.43 1.546-.43.679 0 1.26.167c.388.11.716.286.993.53.276.245.489.559.646.951q.229.587.23 1.417v5.728h-2.349V11.52q0-.43-.032-.812a1.8 1.8 0 0 0-.18-.66 1.1 1.1 0 0 0-.438-.448q-.292-.165-.785-.166-.498 0-.803.189a1.4 1.4 0 0 0-.48.499 2 2 0 0 0-.231.696 5.6 5.6 0 0 0-.06.785v4.768h-2.35v-4.8q.002-.38-.018-.752a2.1 2.1 0 0 0-.143-.688 1.05 1.05 0 0 0-.415-.503c-.194-.125-.476-.19-.854-.19q-.168 0-.439.074c-.18.051-.36.143-.53.282a1.64 1.64 0 0 0-.439.595q-.18.39-.18 1.02v4.966H5.46V7.81zm15.693 15.64V.55H21.72V0H24v24h-2.28v-.55z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/matterdotjs.svg b/mkdocs-material/material/templates/.icons/simple/matterdotjs.svg new file mode 100644 index 0000000..94d7b4e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/matterdotjs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.494 9.614c-.152 0-.265.046-.333.121a.41.41 0 0 0-.114.296q.001.47.416.469.25 0 .364-.114a.42.42 0 0 0 .11-.302q.002-.47-.417-.47h-.023zm-17.341.038-1.078 1.866L0 13.383h2.85v-1.9l-.058-.722Zm18.086.015v3.394l.25-.461.022.007a2.2 2.2 0 0 0 .73.224.3.3 0 0 0 .179-.053c.049-.03.068-.065.068-.125 0-.065-.027-.114-.099-.155a1.3 1.3 0 0 0-.17-.091 2.8 2.8 0 0 1-.738-.39c-.151-.129-.227-.322-.227-.567a.76.76 0 0 1 .303-.625 1.2 1.2 0 0 1 .753-.227c.295 0 .53.076.704.212a.84.84 0 0 1 .302.587v.022l-.726.14-.008-.03c-.011-.114-.038-.185-.087-.238a.3.3 0 0 0-.223-.08.23.23 0 0 0-.163.057q-.068.065-.068.129c0 .049.008.079.019.102a.3.3 0 0 0 .05.068l.075.064a1 1 0 0 0 .094.053l.13.05q.062.038.313.15v-.01a1.4 1.4 0 0 1 .44.275c.116.114.177.28.177.489q0 .317-.291.567a1 1 0 0 1-.492.227H24V9.667Zm-10.08.292-.726.215-.03.504-.333.045-.072.503h.39v1.124q0 .578.15.832c.107.17.322.254.655.254a1.43 1.43 0 0 0 .704-.197l-.136-.446a1.6 1.6 0 0 1-.288.049q-.171 0-.242-.102-.073-.1-.072-.356v-1.162h.59l.091-.556h-.68zm1.903 0-.726.215-.03.504-.333.045-.076.503h.394v1.124q0 .578.15.832.156.255.655.254a1.4 1.4 0 0 0 .7-.197l-.136-.446a1.6 1.6 0 0 1-.287.049q-.17 0-.242-.102-.069-.1-.069-.356v-1.162h.59l.091-.556h-.68zm-7.862.67a.85.85 0 0 0-.677.332h-.02l-.071-.31-.598.076.053.757v1.891h.772v-2.001a.39.39 0 0 1 .306-.148c.182 0 .277.114.277.33v1.82h.768v-2.002a.38.38 0 0 1 .31-.148c.178 0 .265.114.265.33v1.82h.78v-1.783q-.002-.965-.78-.965a.9.9 0 0 0-.727.33c-.12-.22-.333-.33-.628-.33Zm3.61 0a2.2 2.2 0 0 0-.564.086 2 2 0 0 0-.473.174l.215.477a2.6 2.6 0 0 1 .666-.151q.205.002.273.083.073.077.072.242v.2l-.44.076a1.4 1.4 0 0 0-.665.273q-.227.198-.227.594 0 .756.726.757a.91.91 0 0 0 .742-.379h.019a.96.96 0 0 0 .386.379l.435-.413a.8.8 0 0 1-.167-.25 1 1 0 0 1-.034-.302v-.95a1.6 1.6 0 0 0-.03-.34.7.7 0 0 0-.113-.277.52.52 0 0 0-.292-.211 1.5 1.5 0 0 0-.492-.069zm6.337 0c-.39.007-.68.136-.881.382a1.6 1.6 0 0 0-.303 1.033q.002 1.393 1.173 1.392a2 2 0 0 0 1.003-.273l-.16-.472a2.1 2.1 0 0 1-.688.147c-.19 0-.318-.05-.393-.147a.76.76 0 0 1-.114-.45h1.04l.36-.05q0-.319-.015-.53c-.03-.352-.114-.605-.242-.756q-.238-.278-.742-.277zm2.683 0a.6.6 0 0 0-.378.155.87.87 0 0 0-.254.423h-.019l-.094-.556-.583.076.057.749v1.9h.768v-1.514q0-.283.159-.428a.52.52 0 0 1 .355-.147 1 1 0 0 1 .273.049l.178-.605a.95.95 0 0 0-.432-.099h-.026zm3.05.018-.772.08v2.395a1.5 1.5 0 0 1-.053.507q-.051.13-.295.31l.423.447a1.9 1.9 0 0 0 .56-.466 1.06 1.06 0 0 0 .137-.598zm1.43 0a1.16 1.16 0 0 0-.727.224.69.69 0 0 0-.28.575c0 .242.076.408.216.526a2.8 2.8 0 0 0 .719.386 2 2 0 0 1 .182.102c.079.045.12.113.12.189a.19.19 0 0 1-.09.174.37.37 0 0 1-.208.05 2.1 2.1 0 0 1-.73-.205l-.25.45c.329.19.654.288.983.288a1.14 1.14 0 0 0 .769-.235c.185-.163.272-.337.272-.533a.6.6 0 0 0-.163-.454 1.3 1.3 0 0 0-.416-.258 4 4 0 0 1-.325-.147l-.114-.05a1 1 0 0 1-.113-.06l-.08-.068a.3.3 0 0 1-.06-.08.4.4 0 0 1-.015-.125.22.22 0 0 1 .075-.166.28.28 0 0 1 .197-.072c.106 0 .19.038.253.099a.44.44 0 0 1 .103.242l.62-.118a.8.8 0 0 0-.265-.53 1 1 0 0 0-.673-.204m-7.204.58h.022q.177 0 .227.113c.034.075.05.212.05.4h-.613a.8.8 0 0 1 .083-.381c.049-.084.125-.125.23-.133zm-6.103 1.01v.472a.47.47 0 0 1-.341.144q-.266 0-.265-.25c0-.113.05-.189.14-.242a1.4 1.4 0 0 1 .466-.125zm-4.295.128v1.007h.48v-.174zm14.094.064a.49.49 0 0 0-.454.489.49.49 0 0 0 .492.488.49.49 0 0 0 .484-.492.49.49 0 0 0-.488-.485h-.037zm2.437.742v.257h.704a2.2 2.2 0 0 1-.704-.257"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mattermost.svg b/mkdocs-material/material/templates/.icons/simple/mattermost.svg new file mode 100644 index 0000000..4421a05 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mattermost.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.081 0C7.048-.034 2.339 3.125.637 8.153c-2.125 6.276 1.24 13.086 7.516 15.21s13.086-1.24 15.21-7.516c1.727-5.1-.172-10.552-4.311-13.557l.126 2.547c2.065 2.282 2.88 5.512 1.852 8.549-1.534 4.532-6.594 6.915-11.3 5.321-4.708-1.593-7.28-6.559-5.745-11.092 1.031-3.046 3.655-5.121 6.694-5.67l1.642-1.94A5 5 0 0 0 12.08 0zm3.528 1.094a.3.3 0 0 0-.123.024l-.004.001a.3.3 0 0 0-.109.071c-.145.142-.657.828-.657.828L13.6 3.4l-1.3 1.585-2.232 2.776s-1.024 1.278-.798 2.851c.226 1.574 1.396 2.34 2.304 2.648.907.307 2.302.408 3.438-.704 1.135-1.112 1.098-2.75 1.098-2.75l-.087-3.56-.07-2.05-.047-1.775s.01-.856-.02-1.057a.3.3 0 0 0-.035-.107l-.006-.012-.007-.011a.28.28 0 0 0-.229-.14"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/matternet.svg b/mkdocs-material/material/templates/.icons/simple/matternet.svg new file mode 100644 index 0000000..3fab2da --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/matternet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.229 4.18-4.066 2.327V1.826L11.993 0 8.827 1.83v4.677L4.78 4.17 1.606 6v3.664L5.657 12l-4.054 2.343V18l3.165 1.831 4.044-2.338v4.681L11.983 24l3.174-1.831v-4.676l4.052 2.327 3.173-1.829v-3.646L18.339 12l4.058-2.336V6l-3.164-1.82zm.373 3.429V5.715l1.639.942v1.905l-1.636-.953zm1.638 9.286-6.075-3.504 1.65-.945L21.239 15v1.896zm-6.827-3.95L12.763 12l6.452-3.726 1.641.944-6.446 3.727zM3.134 9.219l1.641-.944L11.228 12l-1.639.945zm5.69 4.17-6.075 3.508V15l4.435-2.555 1.641.945v-.001zM2.749 8.564V6.66l1.64-.945v1.898zm9.627 0V1.55l1.641.937V7.61zm-2.402-.96V2.493l1.64-.944v7.004zm8.866-1.889v1.898l-6.456 3.734V9.442zm-7.228 3.724v1.897L5.153 7.609V5.715l6.46 3.721zm-2.403 6.513-4.435 2.555-1.64-.944 6.074-3.508zm.765-2.343 1.64-.945v7.453l-1.64.959zm3.656 8.115-1.639.954-1.64-.951 1.64-.946 1.639.946zm.394-.657-1.648-.95v-7.441l1.648.944zm6.831-3.504-1.641.944-4.425-2.555v-1.897l6.075 3.508z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mautic.svg b/mkdocs-material/material/templates/.icons/simple/mautic.svg new file mode 100644 index 0000000..01c2e26 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mautic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.394 0 0 5.374 0 12s5.394 12 12 12c6.626 0 12-5.394 12-11.98a11.9 11.9 0 0 0-.727-4.12.815.815 0 0 0-1.05-.486.815.815 0 0 0-.486 1.05c.425 1.132.627 2.324.627 3.556 0 5.717-4.647 10.364-10.364 10.364S1.637 17.737 1.637 12.02 6.283 1.657 12 1.657c1.374 0 2.707.262 3.98.787A.843.843 0 0 0 17.05 2a.843.843 0 0 0-.444-1.07A11.6 11.6 0 0 0 12 0m8.08 4.323-3.595.707.646.647L12 11.111 7.616 6.606 5.091 17.051h2.343l1.394-5.799L12 14.707l6.788-7.394.646.667zm-2.828 6.445-1.858 1.94 1.03 4.343h2.344z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/max.svg b/mkdocs-material/material/templates/.icons/simple/max.svg new file mode 100644 index 0000000..d2ec889 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/max.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.769 0A1.77 1.77 0 0 0 0 1.769V22.23A1.77 1.77 0 0 0 1.769 24H22.23A1.77 1.77 0 0 0 24 22.231V1.77A1.77 1.77 0 0 0 22.231 0zm12.485 3.28a4.3 4.3 0 0 1 4.3 4.302 4.3 4.3 0 0 1-1.993 3.63 6.1 6.1 0 0 1 1.054 3.422 6.085 6.085 0 0 1-6.085 6.085 6.085 6.085 0 0 1-6.085-6.085 6.085 6.085 0 0 1 4.66-5.916 4.3 4.3 0 0 1-.152-1.136 4.3 4.3 0 0 1 4.301-4.301zm0 1.849a2.453 2.453 0 0 0-2.453 2.453 2.453 2.453 0 0 0 2.453 2.453 2.453 2.453 0 0 0 2.453-2.453 2.453 2.453 0 0 0-2.453-2.453m-2.724 5.268a4.237 4.237 0 0 0-4.237 4.237 4.237 4.237 0 0 0 4.237 4.237 4.237 4.237 0 0 0 4.237-4.237 4.237 4.237 0 0 0-4.237-4.237m.032 2.54a1.781 1.781 0 1 1 0 3.562 1.781 1.781 0 0 1 0-3.562"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/maxplanckgesellschaft.svg b/mkdocs-material/material/templates/.icons/simple/maxplanckgesellschaft.svg new file mode 100644 index 0000000..9e44589 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/maxplanckgesellschaft.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0a12 12 0 1 0 12 12A12.01 12.01 0 0 0 12 0m-.049.331A11.67 11.67 0 0 1 23.67 12 11.68 11.68 0 0 1 12 23.669 11.669 11.669 0 0 1 11.951.33zM12 1.464A10.56 10.56 0 0 0 1.45 12c0 3.371 1.715 6.617 4.503 8.64a1.5 1.5 0 0 0 .32.183.13.13 0 0 0 .126-.023l.034-.057a.11.11 0 0 0 .035-.092c0-.08-.103-.148-.24-.343a3.17 3.17 0 0 1-.537-1.725 2.53 2.53 0 0 1 .514-1.566c.423.446 1.337 1.246 1.314 1.989s-.789.777-.617 1.394c.103.389.389.229.446.526.08.503.765.834 1.062.788.08-.011.138.046.275.194.137.15.708.183.937.138.228-.046.468.16.914.103s.697-.103.937-.103 2.572-.035 4.115.205c.274.046.354-.08.24-.285-.56-.983-.64-1.806-.32-2.858.57.046 1.394.195 2.468-.457a1.26 1.26 0 0 0 .583-1.085c-.011-.24-.114-.537-.057-.766s.148-.308.24-.366c.411-.297.114-.525.046-.548a.39.39 0 0 0 .125-.526c-.08-.08-.308-.709-.045-.834.262-.126.605-.206.925-.355a.514.514 0 0 0 .275-.685 125 125 0 0 0-1.029-2.4c-.16-.355-.057-.583-.103-.835-.046-.251-.308-.8-.491-1.234-.08-.194.434-.148.046-.868 0-.023.537-.229 0-.629a3 3 0 0 1-.686-.766.114.114 0 0 1 0-.148c.308-.274.32-.663-.012-.857-.331-.195-.514 0-.765.16-.08.057-.126.09-.218.057l-.205-.137c.308-.298.377-.595.354-.64s-.526-.149-1.166.114l-.045-.034c.263-.446.114-.766.102-.79h-.011a9.3 9.3 0 0 1 1.417-1.519h.012c.022-.034.034-.069-.023-.103l-.115-.068A10.56 10.56 0 0 0 12 1.464m-.073.316a10.2 10.2 0 0 1 4.805 1.169.046.046 0 0 1 .012.08 11 11 0 0 0-1.166 1.302 8.35 8.35 0 0 0-3.577-.8A8.49 8.49 0 0 0 3.531 12a8.24 8.24 0 0 0 2.046 5.508 2.6 2.6 0 0 0-.217 1.075 2.9 2.9 0 0 0 .377 1.451C3.268 18.07 1.783 15.097 1.783 12A10.206 10.206 0 0 1 11.926 1.78zm.28.266c-.034 0-.046.023-.057.046l-.103 1.142a.046.046 0 0 0 .046.046h.125c.023.011.046-.011.046-.034l.114-1.143a.06.06 0 0 0-.046-.057zm-1.686.111q-.008 0-.017.003h-.137c-.023.011-.046.034-.035.057l.218 1.132c0 .034.023.045.057.045l.125-.023c.023 0 .046-.022.035-.045l-.217-1.132a.04.04 0 0 0-.03-.037zm3.514.106L13.59 3.36a.046.046 0 0 0 .034.069l.126.034a.06.06 0 0 0 .057-.034l.434-1.075a.046.046 0 0 0-.034-.068l-.137-.023zm-5.313.34-.013.003-.114.034a.046.046 0 0 0-.034.068l.514 1.04.057.023.126-.045a.046.046 0 0 0 .035-.069L8.766 2.63a.05.05 0 0 0-.045-.026zm6.913.134a.05.05 0 0 0-.034.017l-.743.949c-.023.023-.011.057.023.068l.126.046c.023.012.034 0 .057-.011l.743-.949a.06.06 0 0 0-.023-.068l-.126-.046a.1.1 0 0 0-.023-.006m-8.592.639a.03.03 0 0 0-.025.007l-.114.068c-.034.012-.034.046-.011.07l.765.879c.012.023.034.023.057.011l.115-.068a.046.046 0 0 0 .011-.069l-.766-.88a.06.06 0 0 0-.032-.018m4.93.498h.028a8 8 0 0 1 3.383.732 2.6 2.6 0 0 0-.469.297A7.2 7.2 0 0 0 12 4.32 7.69 7.69 0 0 0 4.32 12c0 1.84.571 3.451 1.691 4.8-.057.103-.148.24-.251.4h-.011A7.9 7.9 0 0 1 3.874 12a8.137 8.137 0 0 1 8.098-8.126zm-6.51.618-.102.09a.057.057 0 0 0 0 .08l.971.675c.023.011.046.012.058-.011l.103-.08a.057.057 0 0 0 0-.08l-.972-.674zm10.177.191q.012 0 .018.003c.069.034-.091.64-.446.983-.354.342-.925.708-.982.697-.058-.012.194-.674.491-1.017.3-.365.8-.659.919-.666m-3.616.025a6.5 6.5 0 0 1 2.56.526 3.6 3.6 0 0 0-.423.755c0-.218-.057-.389-.046-.526s-.582.103-1.108.948a2.3 2.3 0 0 0-.252.606c-.011-.32-.08-.56-.103-.56a1.84 1.84 0 0 0-.971 1.006 2.6 2.6 0 0 0-.126.388c-.023-.217-.08-.365-.103-.365s-.674.263-.982 1.017a1.8 1.8 0 0 0-.126.526c-.057-.263-.16-.423-.194-.389-.217.274-.652.4-.87 1.097a1.5 1.5 0 0 0-.079.48c-.091-.228-.229-.366-.263-.366s-.697.629-.8 1.246a1.8 1.8 0 0 0 .023.663c-.126-.206-.286-.343-.354-.549-.103.058-.652.572-.663 1.223a2.3 2.3 0 0 0 .08.697c-.183-.331-.434-.48-.469-.468s-.457.468-.548 1.268a1.4 1.4 0 0 0 .045.526c-.171-.194-.32-.297-.33-.286a2.6 2.6 0 0 0-.413 1.018A7.5 7.5 0 0 1 4.651 12c-.16-4.046 3.235-7.303 7.372-7.292zm4.571.618h.035c.091.011-.218.548-.755.777s-.971.285-1.017.263c-.046-.023.469-.663.914-.858a2 2 0 0 1 .823-.182m-2.643.316q.005-.001.003.004c-.011.045.24.754-.297 1.188a2.4 2.4 0 0 0-.64.732c-.057.102-.217-.572.194-1.212.236-.375.693-.71.74-.712M4.15 5.89a.03.03 0 0 0-.024.018l-.08.103a.046.046 0 0 0 .023.08l1.12.435a.05.05 0 0 0 .045-.023l.092-.103c.023-.023.011-.057-.023-.069l-1.12-.434a.06.06 0 0 0-.033-.007m13.44.1q.073 0 .124.044c.297.298-.331.469-.206.697a3.5 3.5 0 0 0 .858.96c.137.115.16.355-.377.469-.538.114-2.697.674-3.84 1.886-1.429 1.508-2.332 3.463-2.457 3.2-.126-.263-.412-.32-.366-.4 2.045-3.52 5.257-6.298 6.011-6.766a.47.47 0 0 1 .254-.09zm-1.339.113.183.126c.115.068.16.09.103.137C13.943 8.57 12 11.372 11.154 12.72c-.023.046-.068.034-.148.034-.903-.068-1.417 1.017-1.017 2.035-.046.205-.48.605-.515.628-.034.023-.114.16.034.149.15-.012.48-.366.618-.515.045.069.251.229.148.32a7.3 7.3 0 0 1-1.588 1.2c-.297.138.48.24 1.794-.948.08-.069.171.274.286.423-.229.743.331 2.183.24 2.628a.32.32 0 0 1-.32.309c-1.303.034-1.429-.034-2.092.16-.308.091-.228.297-.011.24s.526-.172 1.931-.08c.355.011.743-.069.743-.652s-.411-2.102-.274-2.32a.8.8 0 0 0 .4.16c-.023.515.8 2.172.434 3.086-.137.343-.731.309-1.76.206-1.748-.172-2.32.206-2.354 0-.034-.229.183-.446.183-.937s-.755-1.44-1.269-1.977a2.2 2.2 0 0 0 .903-.218c.754-.354.903-1.154.926-1.188a1.3 1.3 0 0 0-.435-.046l.092-.046c.731-.4.925-1.257.891-1.268a2 2 0 0 0-.457-.034l.229-.08c.777-.309.994-1.177.971-1.212a2 2 0 0 0-.4-.046l.217-.091c.709-.354.96-1.154.926-1.177a1.2 1.2 0 0 0-.377-.046 2.7 2.7 0 0 0 .514-.171c.766-.332 1.017-1.063.983-1.097a1.3 1.3 0 0 0-.343-.057 4 4 0 0 0 .503-.15c.754-.25 1.051-.97 1.006-.982l-.423-.091a2.8 2.8 0 0 0 .754-.149c.812-.274 1.097-.766 1.12-.983a.7.7 0 0 0-.263-.091 3.4 3.4 0 0 0 .538-.138c.754-.308 1.074-1.062 1.097-1.12a3.4 3.4 0 0 0 .445-.182zm-1.28.5a2 2 0 0 1 .229.014c.034.023-.286.56-.811.766s-1.006.217-1.075.171c-.057-.034.492-.651.937-.823a2 2 0 0 1 .72-.127zm-2.468.105c.057-.01.217.664 0 .984-.389.582-.412.377-.834.948-.023.023-.023-.743.125-1.074.24-.538.652-.846.709-.858m-9.36.823-.057.023a.6.6 0 0 1-.057.126.046.046 0 0 0 .034.069l1.2.171c.023 0 .045-.011.045-.034l.07-.115a.046.046 0 0 0-.035-.068zm10.289.233a2 2 0 0 1 .476.065c.058.022-.32.571-.88.742s-1.108.149-1.097.115c.012-.035.469-.675.926-.835a1.9 1.9 0 0 1 .575-.087m-2.152.019c.068-.012.194.651-.046 1.063-.194.343-.377.263-.708.765-.035.046-.126-.411.08-1.04a1.44 1.44 0 0 1 .674-.788m6.96.673c.034.005.06.035.034.104-.114.331-1.04.629-.994.4s0-.251.069-.263c.068-.011.4-.126.857-.24a.1.1 0 0 1 .035-.001zm-1.368.317q.047-.001.054.016c.034.091-.206.685-.537.8s-.537.103-.526.045a1.3 1.3 0 0 0 .057-.468c-.02-.12.739-.389.952-.393m1.286.187a.09.09 0 0 1 .093.069c.423 1.017.595 1.291.56 1.805-.034.515.995 2.457 1.075 2.64s.091.389 0 .48c-.377.332-.949.355-1.178.56s-.17.286-.045.594c.126.31.125.195-.126.263-.251.069-.468.663-1.006.56-.205-.034-.057.092.023.103.297.035.423-.057.526-.16s.252-.274.412-.331.33-.057.342.068c.012.126-.217.24-.308.286.114.057.445.217.16.411-.286.195-.526-.057-.56-.08-.035-.022-.194-.022-.149.035s.595.148.515.251c-.4.537-.07.858-.195 1.406-.126.549-.88.857-1.463.96-1.988.354-3.92-1.326-5.051-2.606.103-.24.091-.548-.012-.434-.102.114-.08.274-.32.331-.445.115-.65-.674-.788-.81-.549-.538-.766-1.304-.446-1.978s1.029-.537 1.303-.126.194.8.388.949c.195.148.55.023.618 0s.194.491.914.468.674-1.222.789-1.325c.982-.96.48-1.818.297-2.012s.114-.411.171-.423a1.49 1.49 0 0 0 1.074-.88s.96-.023 1.303-.708c.092-.183.378.171 1.018-.332a.1.1 0 0 1 .066-.034m-8.085.015c.13-.046.188.654-.016 1.094-.206.445-.331.457-.571.731-.035.046-.206-.423-.046-1.006s.457-.64.606-.8a.1.1 0 0 1 .027-.02zm1.82.027c.247.007.444.077.53.084.137.011-.149.514-.754.731-.606.217-1.029.206-1.109.172-.023-.023.389-.72.846-.903a1.2 1.2 0 0 1 .486-.084zm-8.22.22h-.004l-1.235.115-.045.034-.035.137c0 .035.023.07.057.058l1.223-.115a.034.034 0 0 0 .035-.034 1 1 0 0 0 .045-.125.046.046 0 0 0-.04-.07zm11.806.203c.032.003.044.032.052.083a1.2 1.2 0 0 1-.297.858c-.262.285-.525.263-.663.297-.137.034-.091.263-.274.388-.251.172-.606-.057-.537-.16a5 5 0 0 1 1.314-1.257c.243-.15.352-.215.405-.21zm-6.622.724c.092 0 .24.365.24.674a1.2 1.2 0 0 1-.046.343c-.148.491-.445.708-.605.926a1.8 1.8 0 0 1-.183-.663 1.74 1.74 0 0 1 .594-1.28m2.106.104a2 2 0 0 1 .294.021c.034.035-.217.629-.743.857a2.8 2.8 0 0 1-1.177.206c-.034-.023.503-.731.96-.948a1.8 1.8 0 0 1 .665-.136zm6.614.033c-.56.023-1.211.708-1.417.8-.206.091-.149.171-.023.125.126-.045.674-.537 1.223-.731s.411.206.571.183-.034-.389-.354-.377m-14.262.544-.023.004-1.19.412c-.022.011-.033.023-.033.045 0 .023-.012.092-.012.138a.046.046 0 0 0 .069.045l1.177-.411a.034.034 0 0 0 .034-.034c0-.046.012-.103.012-.15q-.001-.048-.034-.049m14.388.004c-.046.012.045.252-.195.263-.525.034-.948.537-1.268.686a1.5 1.5 0 0 1-.434.16.035.035 0 0 0 .011.068c1.337.183 1.851.126 1.863.08.011-.045-.068-.137-.046-.194a1.3 1.3 0 0 0 .012-.629c-.023-.09.205-.034.205-.148s-.068-.297-.148-.286m-.297.537a.09.09 0 0 1 .091.069 1.2 1.2 0 0 1 0 .457c-.023.103-.628.057-.948.023-.08 0-.206-.011.034-.16s.469-.32.823-.389m-3.848.003c.121.01.24.169.248.34.034.412-.206.64-.446.823s-.354.503-.297.583a.17.17 0 0 0 .217-.103c.171-.377.686-.56.766-.766s.034-.503.023-.64.102-.137.182-.125c.08.011.16.16.206.308.332.857-.491 1.372-.628 1.577-.138.206.125.789-.229 1.006-.457.286-.709-.251-.777-.354a.42.42 0 0 1-.057-.355c.034-.16.057-.377-.046-1.062-.046-.309.571-1.052.72-1.189a.15.15 0 0 1 .118-.043m-5.855.169c.057.205.423.365.423.743a1.7 1.7 0 0 1-.583 1.234 2 2 0 0 1-.251-.869c-.023-.72.274-.971.41-1.108zm2.283.046a2 2 0 0 1 .197.011c.034.011-.206.617-.709.869-.503.251-1.177.285-1.154.228.023-.046.4-.731.846-.937a2 2 0 0 1 .82-.17zm-6.738.875a.1.1 0 0 0-.025.004l-1.074.72c-.023 0-.023.023-.023.046s.011.092.011.137a.057.057 0 0 0 .08.035l1.075-.709c.01-.011.022-.023.01-.034v-.149a.06.06 0 0 0-.054-.05m9.195.438a.06.06 0 0 1 .06.047c.068.468 0 1.12-.411 1.028-.115-.023-.16-.24-.138-.331.023-.092.355-.595.457-.732a.06.06 0 0 1 .032-.012m-3.26.012a2 2 0 0 1 .234.012c.057.022-.194.64-.663.868-.468.229-.743.103-1.223.252.035-.172.343-.743.812-.949a2.1 2.1 0 0 1 .84-.183m-2.44.092c.206.103.446.388.468.937.023.548-.365.994-.525 1.074-.103-.423-.297-.503-.297-.914a2.06 2.06 0 0 1 .354-1.097m4.152.227c-.347.016-.568.511-.518 1.041a.91.91 0 0 0 .583.812c.263.091.069.457.423.457.16 0 .194-.24.103-.275-.08-.034-.057.138-.16.115s-.023-.149-.206-.343-.32-.137-.491-.411c-.172-.275-.035-1.372.354-1.235.388.137.183.572.114.914s.286.32.32.24-.126-.102-.16-.217c-.034-.114.4-.868-.206-1.074a.4.4 0 0 0-.156-.024m7.24.093a.08.08 0 0 0-.066.068 4 4 0 0 1-.08.606c-.046.206.137.457.411.308.274-.148.549-.33.834-.388.069-.011.08-.114.012-.114-.103 0-.515.183-.675.286s-.502.308-.48-.092c.012-.149.103-.503.103-.606 0-.051-.028-.071-.058-.068zm-14.64.772a.05.05 0 0 0-.032.016l-.88.972c-.012.011-.023.034-.012.045a.6.6 0 0 1 .046.138.046.046 0 0 0 .08.023l.869-.96c.011-.012.011-.023.011-.046l-.034-.149a.046.046 0 0 0-.047-.039zm4.976.149a.7.7 0 0 1 .226.016c.023.023-.171.674-.674.937s-1.086.309-1.143.24.172-.777.697-1.006c.329-.142.675-.183.894-.187m-2.523.264c.107.011.59.419.6.997a1.65 1.65 0 0 1-.388 1.052c-.149-.137-.469-.491-.503-.949v-.068c0-.492.217-.983.274-1.029q.006-.004.017-.003m1.985 1.07c.133.003.217.018.204.03-.034.035-.206.663-.708.915a1.38 1.38 0 0 1-.995.148c.263-.297.206-.731.64-.937.279-.129.638-.159.86-.155zm-3.866.133a.06.06 0 0 0-.044.023l-.617 1.177c-.012.012 0 .035 0 .046l.08.137a.046.046 0 0 0 .08-.011l.617-1.166c0-.011.011-.023 0-.046l-.069-.137a.06.06 0 0 0-.047-.023m7.66.829q.022.003.044.028c1.783 1.932 2.915 2.31 3.532 2.492.057.023.046.091.023.16-.286 1.005-.435 1.406 0 2.503.057.148.103.262-.023.24-.88-.16-1.075-.297-3.852-.069-.194.023.069-.388.035-.663.251-.034.663-.148.743-.56.08-.411-.24-.868-.206-.937.4-.766-.023-1.611-.354-3.04-.026-.103.012-.16.057-.154zm-6.873.5c-.017.003-.031.014-.031.031l-.331 1.372c-.012.023 0 .034 0 .046l.114.114a.046.046 0 0 0 .08-.012l.32-1.36c.011-.011 0-.023 0-.034l-.103-.137a.05.05 0 0 0-.049-.02m2.489 2.851c.056.007.111.04.154.083.114.115-.08.32-.103.492-.08.022-.331.034-.274-.309.036-.214.13-.277.223-.266m1.583.096c.155-.01.304.046.297.124-.035.492-.24 1.052.137 1.612.149.217-.594.251-.731-.32-.092-.423-.126-1.143.045-1.314a.4.4 0 0 1 .252-.102m.962.04c.203-.002.475.028.546.05.115.034-.091.777.777 1.12.08.034-.011 1.006-1.28.686-.182-.046-.685-.846-.274-1.806.013-.034.11-.048.23-.05zm1.938.018c.23.031.238.746-.112.866-.674.229-.948-.56-.834-.731.114-.172.503.114.834-.103a.16.16 0 0 1 .112-.032m-3.78.073c.128-.004.245.022.251.085.012.126-.126.617.034 1.165-.034.08-.525.046-.662-.32-.069-.308-.046-.72.057-.834.051-.057.191-.091.32-.096"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/maytag.svg b/mkdocs-material/material/templates/.icons/simple/maytag.svg new file mode 100644 index 0000000..c306615 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/maytag.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.167 9.864c-.714 0-1.193.194-1.513.465-.65.55-.648 1.373-.648 1.627 0 .297.025 1.285.61 1.784.338.286.72.396 1.312.396.62 0 .962-.407.962-.407h.026s.065.102.179.196c.105.085.256.16.256.16h.358s-.026-.249-.026-.716v-.662q0-.14.081-.198a.5.5 0 0 1 .236-.073v-.31h-1.803v.31c.066 0 .272.008.348.056.077.048.15.09.15.262v.418c0 .134.036.266.036.266-.226.213-.731.242-.954.16-.343-.126-.532-.321-.532-1.635 0-.36-.025-1.078.281-1.409.178-.192.47-.23.678-.23.38 0 .622.11.794.47.075.159.246.561.246.561h.325l-.056-1.282c-.206-.082-.57-.209-1.346-.209M.015 9.902v.345c.423 0 .582.077.582.287v2.843q0 .209-.15.295-.148.084-.447.084v.349h1.56v-.349q-.302 0-.428-.087-.125-.087-.125-.3v-2.7h.037l1.195 3.436h.579l1.047-3.435h.045v2.776c0 .108-.012.212-.118.268-.078.043-.274.042-.354.042v.349h3.526v-.349c-.09.002-.326-.016-.416-.054-.096-.04-.212-.159-.081-.58l.142-.462h1.303l.121.38c.15.465.195.595.078.66-.103.056-.303.056-.387.056v.349h2.064v-.35c-.045-.002-.158.002-.259-.07-.12-.096-.18-.268-.212-.367a69 69 0 0 1-.874-2.836 17 17 0 0 1-.155-.58H7.163l-1.03 3.099c-.08.24-.173.47-.28.6-.116.142-.297.155-.42.155-.279 0-.376-.05-.376-.31v-2.912c0-.21.16-.287.583-.287v-.345H3.659l-.749 2.623h-.037l-.878-2.623zm9.229 0v.345c.149 0 .262.017.33.049a.4.4 0 0 1 .171.192 75 75 0 0 1 1.026 2.23v.752a.3.3 0 0 1-.035.149.23.23 0 0 1-.113.087.7.7 0 0 1-.203.04 4 4 0 0 1-.283.01v.349h2.288v-.351l-.14-.007a.7.7 0 0 1-.212-.043.24.24 0 0 1-.118-.09.26.26 0 0 1-.037-.148v-.848l.816-1.78c.063-.147.167-.367.263-.434.096-.068.213-.064.41-.066.3-.002.357.04.405.104.042.057.052.184.051.363v2.669q0 .147-.158.215a1.2 1.2 0 0 1-.403.064v.352h2.273v-.352a1.2 1.2 0 0 1-.403-.064q-.158-.068-.158-.215v-2.67c0-.178.009-.303.048-.358.047-.068.104-.108.404-.108.243 0 .338.006.413.066.12.096.21.31.275.457l.176.386h.294l-.067-1.345h-4.583v.349c.138 0 .272.02.315.113.058.125-.012.398-.167.786-.225.564-.389.956-.389.956H11.7l-.562-1.223q-.198-.43-.198-.53c0-.055.01-.105.33-.105v-.346zm8.309 0-1.029 3.099c-.08.24-.167.44-.273.57a.47.47 0 0 1-.321.175v.359h1.424v-.349c-.09.002-.325-.016-.416-.054-.096-.04-.212-.159-.081-.58L17 12.66h1.3l.123.38c.15.465.194.595.077.66-.103.056-.303.056-.387.056v.349h2.065v-.35c-.046-.002-.159.002-.26-.07-.12-.096-.18-.268-.212-.367a71 71 0 0 1-.874-2.836c-.066-.24-.118-.424-.155-.58zm-10.247.66h.027l.475 1.761h-1.08zm10.39 0h.027l.475 1.761h-1.08Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mazda.svg b/mkdocs-material/material/templates/.icons/simple/mazda.svg new file mode 100644 index 0000000..3ff9967 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mazda.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.999 12.876c-.036 0-.105-.046-.222-.26a7.5 7.5 0 0 0-1.975-2.353A8.3 8.3 0 0 0 7.7 9.065l-.345-.136c-1.012-.4-2.061-.813-3.035-1.377a9 9 0 0 1-.32-.19c.194-.34.42-.665.67-.962a6 6 0 0 1 1.253-1.131 7.1 7.1 0 0 1 1.618-.806c1.218-.434 2.677-.647 4.458-.649 1.783.002 3.241.215 4.459.65a7 7 0 0 1 1.619.805 6 6 0 0 1 1.253 1.13c.25.298.475.623.67.963q-.156.097-.32.192c-.976.564-2.023.977-3.037 1.376l-.345.136a8.3 8.3 0 0 0-2.1 1.198 7.5 7.5 0 0 0-1.975 2.354c-.117.213-.187.259-.224.259m0 7.072c-1.544-.002-2.798-.129-3.83-.387-1.013-.252-1.855-.64-2.576-1.188a5.8 5.8 0 0 1-1.392-1.537 7.6 7.6 0 0 1-.81-1.768 10.3 10.3 0 0 1-.467-2.983c0-.674.047-1.313.135-1.901 1.106.596 2.153.895 3.08 1.16l.215.06c1.29.371 2.314.857 3.135 1.488.475.368.89.793 1.23 1.264.369.508.663 1.088.877 1.725.096.289.2.468.403.468.207 0 .308-.18.405-.468a6.12 6.12 0 0 1 2.107-2.988c.82-.632 1.845-1.118 3.135-1.489l.216-.06c.926-.265 1.973-.564 3.078-1.16.09.589.136 1.227.136 1.9 0 .458-.046 1.664-.465 2.984a7.6 7.6 0 0 1-.809 1.768 5.8 5.8 0 0 1-1.396 1.537c-.723.548-1.565.936-2.574 1.188-1.035.258-2.288.385-3.833.387m9.692-14.556c-1.909-2.05-4.99-2.99-9.692-2.995-4.7.005-7.781.944-9.69 2.994C.89 6.913 0 9.018 0 11.874c0 1.579.39 5.6 3.564 7.676 1.9 1.242 4.354 2.046 8.435 2.052 4.083-.006 6.536-.81 8.437-2.052C23.609 17.474 24 13.452 24 11.874c0-2.848-.897-4.968-2.31-6.483Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mcafee.svg b/mkdocs-material/material/templates/.icons/simple/mcafee.svg new file mode 100644 index 0000000..f3136a8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mcafee.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 4.823 1.58 0v19.177L12 24l10.42-4.823V0zm6.172 11.626-6.143 2.843-6.144-2.843V6.69l6.144 2.842 6.143-2.842z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mcdonalds.svg b/mkdocs-material/material/templates/.icons/simple/mcdonalds.svg new file mode 100644 index 0000000..3d118aa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mcdonalds.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.243 3.006c2.066 0 3.742 8.714 3.742 19.478H24c0-11.588-3.042-20.968-6.766-20.968-2.127 0-4.007 2.81-5.248 7.227-1.241-4.416-3.121-7.227-5.231-7.227C3.031 1.516 0 10.888 0 22.476h3.014c0-10.763 1.658-19.47 3.724-19.47s3.741 8.05 3.741 17.98h2.997c0-9.93 1.684-17.98 3.75-17.98Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mclaren.svg b/mkdocs-material/material/templates/.icons/simple/mclaren.svg new file mode 100644 index 0000000..9b19b63 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mclaren.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.062 11.713c3.305-2.139 7.748-2.208 2.564 1.248l.082-.11c1.467-2.016-1.522-1.563-2.578-1.166zM6.967 13.236h1.399v.549H6.747c-.686 0-.987-.206-.987-.754v-.123c0-.466.274-.768.96-.768h1.646v.549H6.967a.25.25 0 0 0-.247.247v.069a.246.246 0 0 0 .247.231M9.6 11.864v1.371h.823v.549h-1.92v-1.92zm-5.198.247c.191-.154.427-.241.672-.247h.549v1.92H4.525v-.96l-1.056.96H2.468v-.96l-1.221.96H0l2.18-1.646c.206-.151.343-.274.699-.274h.686v.96zm9.312.206a.316.316 0 0 1 .343-.316h1.303v.549h-.686v1.234h-.96zm6.431-.316c.823 0 1.111.178 1.111.782v1.001h-.96v-.686a.41.41 0 0 0-.411-.411h-.411v1.097h-.96v-1.783zm-7.487 0c.631 0 .919.261.919.699v.411c0 .507-.288.672-.987.672h-1.083c-.398 0-.686-.041-.837-.178a.5.5 0 0 1-.11-.315v-.069c0-.274.165-.535.686-.535h1.234c0-.123.014-.137-.137-.137h-1.646V12zm-.179 1.166v-.069h-.754a.07.07 0 0 0 0 .138h.686a.07.07 0 0 0 .068-.069m5.02-1.166c.727 0 .878.219.878.521v.069c0 .329-.261.507-.686.507h-1.234c0 .123.123.137.274.137h1.508v.549H16.36c-.59 0-.864-.247-.864-.699v-.315c0-.521.288-.768.946-.768h1.057zm-.151.686a.07.07 0 0 0 0-.138h-.823a.07.07 0 0 0-.069.069v.069z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mdbook.svg b/mkdocs-material/material/templates/.icons/simple/mdbook.svg new file mode 100644 index 0000000..5602406 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mdbook.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.77 5.343c.023.337 0 .613-.073.817l-4.314 14.227c-.072.252-.24.445-.504.6a1.7 1.7 0 0 1-.805.23H3.772c-1.154 0-1.839-.337-2.079-1.01-.096-.264-.096-.469.012-.625.108-.144.288-.216.553-.216h12.52c.89 0 1.514-.168 1.85-.493s.686-1.07 1.034-2.21l3.954-13.05c.216-.71.12-1.334-.265-1.875-.384-.54-.937-.817-1.646-.817H8.735c-.12 0-.373.048-.734.132l.012-.048A2.5 2.5 0 0 0 7.33.933a1 1 0 0 0-.517.168 1.8 1.8 0 0 0-.385.337c-.096.12-.18.264-.276.456a6 6 0 0 0-.228.517 8 8 0 0 1-.217.505c-.084.18-.156.324-.24.444-.06.073-.144.18-.24.3-.096.121-.193.241-.265.337a.8.8 0 0 0-.132.265c-.024.084-.012.216.024.384s.048.289.048.373c-.036.36-.168.829-.396 1.394-.229.564-.433.973-.613 1.213a5 5 0 0 1-.312.325c-.169.168-.277.312-.313.444-.036.048-.036.18-.012.409.036.216.048.372.036.456q-.054.487-.36 1.298a9.5 9.5 0 0 1-.601 1.322c-.024.06-.108.168-.24.336-.133.168-.217.3-.24.409-.025.072-.013.216.011.408.024.193.024.337-.012.433-.072.36-.216.805-.432 1.322-.217.516-.433.949-.65 1.321-.06.097-.131.205-.24.337-.096.132-.18.24-.24.336a.9.9 0 0 0-.12.3.53.53 0 0 0 .048.277c.036.132.048.228.048.313-.012.132-.024.312-.06.528-.024.216-.048.349-.048.385-.216.576-.204 1.19.024 1.826.264.745.745 1.382 1.43 1.899.685.516 1.406.769 2.139.769H17.05c.625 0 1.214-.205 1.767-.625s.925-.937 1.105-1.55l3.966-13.05c.216-.696.12-1.31-.265-1.862-.204-.3-.48-.505-.853-.649M7.16 15.677l1.707-5.143h1.297c.457 0 3.46-.204 3.052 2.103s-2.259 3.028-4.422 3.052-1.634-.012-1.634-.012m2.283-.721c.565-.012 2.271-.349 2.656-2.055.384-1.706-1.382-1.61-1.382-1.61h-1.07l-1.225 3.665c.012.012.469.012 1.021 0m-.396-5.78 1.646-5.107h1.178l.096 4.086 2.835-4.086h1.19l-1.634 5.107h-.853l1.502-4.253-2.944 4.253h-.817l-.096-4.205-1.298 4.205z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mdnwebdocs.svg b/mkdocs-material/material/templates/.icons/simple/mdnwebdocs.svg new file mode 100644 index 0000000..4d6878a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mdnwebdocs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.538 1.1-6.745 21.8h-2.77L18.77 1.1ZM24 1.1v21.8h-2.462V1.1Zm-12 0v21.8H9.538V1.1Zm-2.462 0L2.77 22.9H0L6.746 1.1Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mdx.svg b/mkdocs-material/material/templates/.icons/simple/mdx.svg new file mode 100644 index 0000000..b912dbc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mdx.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.79 7.12h22.42c.436 0 .79.355.79.792v8.176a.79.79 0 0 1-.79.79H.79a.79.79 0 0 1-.79-.79V7.912a.79.79 0 0 1 .79-.791zm2.507 7.605v-3.122l1.89 1.89L7.12 11.56v3.122h1.055v-5.67l-2.99 2.99L2.24 9.056v5.67h1.055v-.001Zm8.44-1.845-1.474-1.473-.746.746 2.747 2.747 2.745-2.747-.746-.746-1.473 1.473v-4h-1.054v4Zm10.041.987-2.175-2.175 2.22-2.22-.746-.746-2.22 2.22-2.22-2.22-.747.746 2.22 2.22-2.176 2.177.746.746 2.177-2.177 2.176 2.175z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mediafire.svg b/mkdocs-material/material/templates/.icons/simple/mediafire.svg new file mode 100644 index 0000000..b4db1dc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mediafire.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.13 7.171c-.496.42 2.943-.458 2.6 1.239-.332 1.633-3.62-.343-7.223-.176-1.594.073-3.054.53-3.985 1.668.973-1.108 2.901-.844 2.398-.081-1.172 1.776-3.376.497-4.92 3.975.185-.4.685-1.196 2.843-1.526 1.586-.242 4.214-.016 5.054 1.297.924 1.444-3.759 1.28-1.167 1.573 3.593.406 6.299 3.31 9.813 3.311 4.55 0 7.422-2.324 7.457-6.146.063-6.923-9.101-8.318-12.87-5.134m6.768 7.554c-1.195-.033-2.404-.512-3.364-.98-2.365-1.155-3.338-1.553-3.338-1.608 0-.067 1.42.484 3.813-.789 1.383-.735 1.432-1.377 2.89-1.505 1.73-.152 2.962 1.13 2.962 2.478s-1.222 2.453-2.963 2.404"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mediamarkt.svg b/mkdocs-material/material/templates/.icons/simple/mediamarkt.svg new file mode 100644 index 0000000..9961d88 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mediamarkt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.829 22.075c-.064.192 2.63-2.76 2.63-2.76-.256-2.759-1.54-5.775-1.54-5.775-2.117-4.428-6.801-5.904-9.56-3.53-.129.065-.322.129-.45.193 2.118-2.952 6.93-2.695 10.075.963 0 0 1.412 1.732 2.438 4.363.257-.898.45-1.86.514-2.823-1.669-2.31-3.594-3.658-3.594-3.658-3.978-2.695-8.663-1.732-9.946 1.604-.129.193-.257.385-.321.578.385-3.594 4.684-5.84 9.176-4.3 0 0 2.182.835 4.428 2.631 0-.128-.064-.256-.128-.449-.257-.962-.578-1.86-1.027-2.695-2.567-1.155-4.877-1.347-4.877-1.347-4.877-.321-8.535 3.08-7.765 6.802v.513c-1.668-3.337.963-7.636 5.776-8.535 0 0 2.246-.385 5.005 0a11.8 11.8 0 0 0-2.374-1.989c-2.76.32-4.813 1.283-4.813 1.283-4.428 2.182-5.84 7.06-3.401 9.819.064.192.192.32.32.449-3.08-2.054-2.887-7.123.77-10.396 0 0 1.733-1.476 4.3-2.503C14.375.193 13.283 0 12.193 0 10.01 1.668 8.79 3.465 8.79 3.465c-2.759 4.171-1.604 9.113 1.99 10.268h.064c.128.064.192.128.32.192-3.657-.192-6.031-4.684-4.427-9.369 0 0 .77-2.053 2.374-4.171-.962.257-1.796.578-2.63 1.09-1.027 2.568-1.284 4.75-1.284 4.75-.321 4.94 3.016 8.599 6.61 7.893H12c.128 0 .257 0 .385-.065-3.273 1.669-7.444-1.026-8.406-5.903 0 0-.385-2.182 0-4.941-.77.77-1.476 1.604-2.054 2.63.321 2.696 1.284 4.685 1.284 4.685 2.181 4.492 6.994 5.968 9.754 3.401l.064-.064c.128-.064.256-.128.32-.257-1.989 3.145-6.994 3.016-10.203-.77 0 0-1.604-2.117-2.438-4.556 0-.064-.642 3.209-.642 3.209 1.604 1.925 3.658 3.529 3.658 3.529 3.979 2.695 8.663 1.668 9.946-1.668a1.4 1.4 0 0 0 .321-.514c-.385 3.594-4.684 5.84-9.176 4.236 0 0-1.99-.77-4.107-2.439 0 .064.064.193.064.257a15 15 0 0 0 1.091 2.823c2.438 1.027 4.62 1.22 4.62 1.22 4.877.32 8.47-3.08 7.765-6.674v-.514c1.54 3.337-1.09 7.508-5.84 8.47 0 0-2.117.386-4.748 0a11.2 11.2 0 0 0 2.117 1.798c2.76-.321 4.813-1.284 4.813-1.284 4.3-2.117 5.776-6.802 3.53-9.625-.065-.193-.193-.385-.321-.578 2.952 2.118 2.76 7.059-.899 10.267 0 0-1.796 1.476-4.427 2.567 1.026.321 2.117.578 3.208.642 2.246-1.733 3.594-3.658 3.594-3.658 2.76-4.17 1.604-9.112-1.925-10.267a1.04 1.04 0 0 0-.45-.257c3.722.193 6.032 4.685 4.428 9.37 0 0-.77 2.245-2.567 4.491.129 0 .257-.064.45-.128a17.6 17.6 0 0 0 2.566-.963c1.091-2.63 1.284-4.94 1.284-4.94.32-4.878-2.888-8.472-6.417-7.958-.129 0-.321-.064-.45-.064h-.128c3.273-1.412 7.316 1.219 8.214 5.968 0 0 .578 2.246.128 4.94-.064.386-.256.963-.577 1.54z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mediapipe.svg b/mkdocs-material/material/templates/.icons/simple/mediapipe.svg new file mode 100644 index 0000000..2e5e5d7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mediapipe.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.182 0a2.18 2.18 0 0 0-2.18 2.114L0 2.182v6.545a2.182 2.182 0 0 0 4.364 0V2.182A2.18 2.18 0 0 0 2.182 0m6.545 0a2.18 2.18 0 0 0-2.18 2.114l-.002.068v13.09a2.182 2.182 0 0 0 4.364 0V2.183A2.18 2.18 0 0 0 8.727 0m6.546 0a2.18 2.18 0 0 0-2.182 2.182 2.18 2.18 0 0 0 2.182 2.182 2.18 2.18 0 0 0 2.182-2.182A2.18 2.18 0 0 0 15.273 0m6.545 0a2.18 2.18 0 0 0-2.18 2.114l-.002.068v19.636a2.182 2.182 0 0 0 4.364 0V2.182A2.18 2.18 0 0 0 21.818 0m-6.545 6.545c-1.183 0-2.145.94-2.181 2.114l-.001.068v13.091a2.182 2.182 0 0 0 4.364 0V8.728a2.18 2.18 0 0 0-2.182-2.183M2.182 13.091a2.18 2.18 0 0 0-2.18 2.114L0 15.273v6.545a2.182 2.182 0 0 0 4.364 0v-6.545a2.18 2.18 0 0 0-2.182-2.182m6.545 6.545a2.18 2.18 0 0 0-2.182 2.182A2.18 2.18 0 0 0 8.727 24a2.18 2.18 0 0 0 2.182-2.182 2.18 2.18 0 0 0-2.182-2.182"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mediatek.svg b/mkdocs-material/material/templates/.icons/simple/mediatek.svg new file mode 100644 index 0000000..d904aa2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mediatek.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.863 8.996c-.296 0-.664.21-.815.467L.064 14.537c-.15.257-.029.467.267.467h19.805c.297 0 .665-.21.816-.467l2.983-5.074c.15-.257.03-.467-.268-.467zm3.41 1.975h1.09l-.232.402h-.776c-.238 0-.312.093-.312.338v.807h1.37l-.233.402H6.502v-1.197c0-.589.307-.752.771-.752m1.444 0h.937c.703 0 1.002.27 1.002.959 0 .73-.301.99-.976.99h-.963zm7.832 0h1.09l-.233.402h-.775c-.239 0-.313.093-.313.338-.004.264-.002.539-.002.807h1.372l-.233.402h-1.678v-1.197c0-.589.308-.752.772-.752m-11.567.004v.986l.569-.984.65-.002v1.941h-.547v-1.191l-.672 1.191h-.546v-1.191l-.688 1.19h-.535l1.121-1.938zm5.98 0h.546v1.941h-.545zm1.798 0h.781v1.941h-.553v-1.383l-.797 1.383h-.552zm1.256 0h1.714l-.232.404h-.504v1.537h-.533v-1.537h-.68zm3.873 0h.547v1.941h-.547zm1.345 0h.545l-.558.968-.002.004h.002l.558.969h-.545l-.56-.97zm-9.994.398v1.145h.297c.432 0 .567-.104.567-.586 0-.483-.135-.559-.567-.559zm-1.847.416h.87l-.185.318h-.86zm9.255 0h.872l-.186.318h-.86Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/medibangpaint.svg b/mkdocs-material/material/templates/.icons/simple/medibangpaint.svg new file mode 100644 index 0000000..6a5d9b0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/medibangpaint.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.516 0H6.478L4.417.164a5.16 5.16 0 0 0-3.184 1.827 5.5 5.5 0 0 0-.981 2.06C-.068 5.336.015 6.992.015 8.548v7.284c0 2.377.038 4.504 1.007 5.878a5.15 5.15 0 0 0 2.435 1.873c1.232.332 2.509.467 3.783.401h6.967c.622 0 1.25.007 1.87.007 2.149 0 4.19-.092 5.504-.921a5.07 5.07 0 0 0 2.013-2.53c.459-1.308.398-3.127.398-4.871V9.415c0-3.264.115-5.748-1.335-7.565S18.727 0 15.516 0m0 .327a23 23 0 0 1 4.167.237 4.32 4.32 0 0 1 2.718 1.49 5.65 5.65 0 0 1 1.108 2.823c.143 1.284.195 2.576.156 3.867v7.475c.005 1.52.011 3.092-.382 4.212a4.72 4.72 0 0 1-1.878 2.36 5.75 5.75 0 0 1-2.307.724 23.5 23.5 0 0 1-3.021.147l-1.87-.008H7.241a12 12 0 0 1-3.675-.381 4.83 4.83 0 0 1-2.276-1.754 5.3 5.3 0 0 1-.81-2.414 26 26 0 0 1-.137-3.272V8.548c0-.268 0-.545-.005-.812A15.6 15.6 0 0 1 .567 4.13a5.2 5.2 0 0 1 .927-1.94A4.83 4.83 0 0 1 4.464.491L5.852.382l.639-.055zm2.147 8.845-.174-.286-.26-.357a7 7 0 0 0-.267-.331c-.029-.034-.055-.061-.085-.094.362 7.124-6.189 10.879-10.683 7.917a6.7 6.7 0 0 0 5.716 3.224c3.665 0 6.68-3.015 6.68-6.679 0-1.194-.32-2.366-.927-3.394M5.674 14.978c.081.207.636.521.795.626 4.195 2.764 10.247-.825 9.908-7.474-.007-.148-.006-.538-.089-.61a7.7 7.7 0 0 0-1.44-.995c-1.103 3.961-6.324 6.303-9.404 4.362a6.6 6.6 0 0 0 .23 4.091m-.075-4.598q.05.05.111.084c1.117.704 2.547.769 3.922.385 2.116-.591 4.119-2.248 4.735-4.458.014-.05.039-.156.028-.165a3.4 3.4 0 0 1-.341-.296c-.679-.715-.826-.975-.382-2.603-3.168.512-6.771 4.01-7.534 5.87q-.003.011-.005.022a6.7 6.7 0 0 0-.534 1.161"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/medium.svg b/mkdocs-material/material/templates/.icons/simple/medium.svg new file mode 100644 index 0000000..4ea2263 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/medium.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.54 12a6.8 6.8 0 0 1-6.77 6.82A6.8 6.8 0 0 1 0 12a6.8 6.8 0 0 1 6.77-6.82A6.8 6.8 0 0 1 13.54 12m7.42 0c0 3.54-1.51 6.42-3.38 6.42s-3.39-2.88-3.39-6.42 1.52-6.42 3.39-6.42 3.38 2.88 3.38 6.42M24 12c0 3.17-.53 5.75-1.19 5.75s-1.19-2.58-1.19-5.75.53-5.75 1.19-5.75S24 8.83 24 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/medusa.svg b/mkdocs-material/material/templates/.icons/simple/medusa.svg new file mode 100644 index 0000000..2cfda63 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/medusa.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.325 3.896 14.891.769a5.73 5.73 0 0 0-5.734 0L3.698 3.896A5.78 5.78 0 0 0 .844 8.848v6.279a5.75 5.75 0 0 0 2.854 4.952l5.434 3.152a5.73 5.73 0 0 0 5.734 0l5.434-3.152a5.69 5.69 0 0 0 2.855-4.952V8.848c.05-2.026-1.052-3.927-2.83-4.952m-8.313 13.682A5.586 5.586 0 0 1 6.428 12a5.586 5.586 0 0 1 5.584-5.578c3.08 0 5.609 2.501 5.609 5.578s-2.504 5.578-5.61 5.578"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/meetup.svg b/mkdocs-material/material/templates/.icons/simple/meetup.svg new file mode 100644 index 0000000..434d857 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/meetup.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.98.555a.5.5 0 0 0-.105.011.53.53 0 1 0 .222 1.04.533.533 0 0 0 .409-.633.53.53 0 0 0-.526-.418m6.455.638a1 1 0 0 0-.514.143.99.99 0 1 0 1.02 1.699.99.99 0 0 0 .34-1.36.99.99 0 0 0-.846-.482m-3.03 2.236a5.03 5.03 0 0 0-4.668 3.248 3.3 3.3 0 0 0-1.46.551 3.374 3.374 0 0 0-.94 4.562 3.634 3.634 0 0 0-.605 4.649 3.6 3.6 0 0 0 2.465 1.597c.018.732.238 1.466.686 2.114a3.9 3.9 0 0 0 5.423.992c.068-.047.12-.106.184-.157.987.881 2.47 1.026 3.607.24a2.9 2.9 0 0 0 1.162-1.69 4.24 4.24 0 0 0 2.584-.739 4.274 4.274 0 0 0 1.19-5.789 2.466 2.466 0 0 0 .433-3.308 2.45 2.45 0 0 0-1.316-.934 4.44 4.44 0 0 0-.776-2.873 4.47 4.47 0 0 0-5.195-1.656 5.1 5.1 0 0 0-2.773-.807zm-5.603.817a.76.76 0 0 0-.423.135.758.758 0 1 0 .863 1.248.757.757 0 0 0 .193-1.055.76.76 0 0 0-.633-.328m15.994 2.37a.84.84 0 0 0-.47.151.845.845 0 1 0 1.175.215.85.85 0 0 0-.705-.365zm-8.15 1.028q.095 0 .182.014a.9.9 0 0 1 .45.187c.169.134.273.241.432.393.24.227.414.089.534.02.208-.122.369-.219.984-.208.633.011 1.363.237 1.514 1.317.168 1.199-1.966 4.289-1.817 5.722.106 1.01 1.815.299 1.96 1.22.186 1.198-2.136.753-2.667.493-.832-.408-1.337-1.34-1.12-2.26.16-.688 1.7-3.498 1.757-3.93.059-.44-.177-.476-.324-.484-.19-.01-.34.081-.526.362-.169.255-2.082 4.085-2.248 4.398-.296.56-.67.694-1.044.674-.548-.029-.798-.32-.72-.848.047-.31 1.26-3.049 1.323-3.476.039-.265-.013-.546-.275-.68-.263-.135-.572.07-.664.227-.128.215-1.848 4.706-2.032 5.038-.316.576-.65.76-1.152.784-1.186.056-2.065-.92-1.678-2.116.173-.532 1.316-4.571 1.895-5.599.389-.69 1.468-1.216 2.217-.892.387.167.925.437 1.084.507.366.163.759-.277.913-.412s.302-.276.49-.357c.142-.06.343-.095.532-.094m10.88 2.057a.5.5 0 0 0-.093.011.467.467 0 0 0-.36.555.47.47 0 0 0 .557.36.47.47 0 0 0 .36-.557.47.47 0 0 0-.464-.37zm-22.518.81a1 1 0 0 0-.832.434 1 1 0 1 0 1.39-.258 1 1 0 0 0-.558-.176m21.294 2.094a.6.6 0 0 0-.127.013.627.627 0 0 0-.48.746.63.63 0 0 0 .746.483.63.63 0 0 0 .482-.746.63.63 0 0 0-.621-.496m-18.24 6.097a.5.5 0 0 0-.092.012.464.464 0 1 0 .195.908.464.464 0 0 0 .356-.553.465.465 0 0 0-.459-.367m13.675 1.55a1.04 1.04 0 0 0-.583.187 1.047 1.047 0 1 0 1.456.265 1.04 1.04 0 0 0-.873-.451zM11.4 22.154a.64.64 0 0 0-.36.115.646.646 0 0 0-.164.899.646.646 0 0 0 .899.164.646.646 0 0 0 .164-.898.65.65 0 0 0-.54-.28z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mega.svg b/mkdocs-material/material/templates/.icons/simple/mega.svg new file mode 100644 index 0000000..05fa333 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mega.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.372 0 0 5.372 0 12s5.372 12 12 12 12-5.372 12-12S18.628 0 12 0m6.23 16.244a.37.37 0 0 1-.373.372H16.29a.37.37 0 0 1-.372-.372v-4.828c0-.04-.046-.06-.08-.033l-3.32 3.32a.74.74 0 0 1-1.043 0l-3.32-3.32c-.027-.027-.08-.007-.08.033v4.828a.37.37 0 0 1-.372.372H6.136a.37.37 0 0 1-.372-.372V7.757c0-.206.166-.372.372-.372h1.076a.75.75 0 0 1 .525.22l4.13 4.13a.18.18 0 0 0 .26 0l4.13-4.13c.14-.14.325-.22.525-.22h1.075c.206 0 .372.166.372.372z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/meilisearch.svg b/mkdocs-material/material/templates/.icons/simple/meilisearch.svg new file mode 100644 index 0000000..0a663be --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/meilisearch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m6.505 18.998 4.434-11.345a4.17 4.17 0 0 1 3.882-2.651h2.674l-4.434 11.345a4.17 4.17 0 0 1-3.883 2.651zm6.505 0 4.434-11.345a4.17 4.17 0 0 1 3.883-2.651H24l-4.434 11.345a4.17 4.17 0 0 1-3.882 2.651zm-13.01 0L4.434 7.653a4.17 4.17 0 0 1 3.882-2.651h2.674L6.556 16.347a4.17 4.17 0 0 1-3.883 2.651z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/meituan.svg b/mkdocs-material/material/templates/.icons/simple/meituan.svg new file mode 100644 index 0000000..bf39f12 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/meituan.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.923 0c-2.408 0-3.28.25-4.16.721A4.906 4.907 0 0 0 .722 2.763C.25 3.643 0 4.516 0 6.923v10.154c0 2.407.25 3.28.72 4.16a4.9 4.9 0 0 0 2.042 2.042c.88.47 1.752.721 4.16.721h10.156c2.407 0 3.28-.25 4.16-.721a4.906 4.907 0 0 0 2.04-2.042c.471-.88.722-1.753.722-4.16V6.923c0-2.407-.25-3.28-.722-4.16A4.906 4.907 0 0 0 21.238.72C20.357.251 19.484 0 17.077 0ZM4.17 7.51h1.084c.04.24.07.488.11.737h3.47c.05-.25.08-.497.1-.736h1.105a10 10 0 0 1-.09.736h1.562v.866H7.62v.696h3.642v.855h-3.64v.667h3.64v.854h-3.64v.816h3.89v.865H7.88c.775.935 2.218 1.532 3.78 1.651l-.538.936c-1.442-.17-3.103-.846-4.028-2.04-.856 1.194-2.487 1.92-4.525 2.07l.318-1.005c1.382-.02 2.814-.736 3.431-1.612h-3.62v-.865h3.86v-.816h-3.64v-.854h3.64v-.667h-3.64v-.855h3.64v-.697H2.7v-.866h1.56zm8.603.182h7.976c.358 0 .567.198.567.547v8.146H13.33c-.358 0-.557-.199-.557-.547zm1.044.885V15.5h6.455V8.577Zm3.999.476h1.024v.756h.975v.835h-.975V13c0 .806-.1 1.402-.318 2.02h-1.113c.338-.717.408-1.224.408-1.99v-2.387h-.935c-.14 1.541-.736 3.451-1.363 4.376h-1.134c.607-.855 1.303-2.526 1.472-4.376h-1.512v-.835h3.472z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/meizu.svg b/mkdocs-material/material/templates/.icons/simple/meizu.svg new file mode 100644 index 0000000..b42f14c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/meizu.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.045 18.818h3.546A.41.41 0 0 0 24 18.41v-3.545a.41.41 0 0 0-.41-.41h-3.545a.41.41 0 0 0-.409.41v3.545c0 .226.184.41.41.41zM13.8 12.11a.095.095 0 0 1-.163-.068V5.591a.41.41 0 0 0-.409-.41H10.59a.55.55 0 0 0-.385.16L.16 15.387a.55.55 0 0 0-.16.385v2.638c0 .226.183.41.41.41h2.637a.55.55 0 0 0 .385-.16l6.769-6.769a.096.096 0 0 1 .163.068v6.451c0 .226.183.41.409.41h2.638a.55.55 0 0 0 .385-.16L23.84 8.613A.55.55 0 0 0 24 8.23V5.59a.41.41 0 0 0-.41-.41h-2.637a.55.55 0 0 0-.386.16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mendeley.svg b/mkdocs-material/material/templates/.icons/simple/mendeley.svg new file mode 100644 index 0000000..407d4b1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mendeley.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.004 9.168h.019a2.355 2.355 0 0 1 1.504 4.166 1.8 1.8 0 0 1-.857.452 2.4 2.4 0 0 1-.648.092h-.02q-.337-.002-.648-.092a1.8 1.8 0 0 1-.856-.452 2.35 2.35 0 0 1-.851-1.81 2.36 2.36 0 0 1 2.357-2.356M2.03 18.642c1.265.159 2.388-.762 2.507-2.057a2.44 2.44 0 0 0-.214-1.236c-1.772-3.889 6.973-3.978 5.495-.308l-.01.016c-.699 1.118-.32 2.57.841 3.24.427.249.9.351 1.363.331.462.02.935-.082 1.362-.33 1.161-.672 1.54-2.123.841-3.24l-.01-.017c-1.477-3.67 7.269-3.58 5.494.308a2.45 2.45 0 0 0-.213 1.236c.12 1.295 1.243 2.216 2.509 2.057a2.35 2.35 0 0 0 1.424-.737s.589-.488.58-1.733c-.008-1.016-.58-1.578-.58-1.578a2.21 2.21 0 0 0-1.814-.646c-1.623-.036-1.864-1.307-1.406-3.703.169-.425.242-.88.227-1.335a3.42 3.42 0 0 0-2.13-3.296q-.06-.024-.119-.046a2 2 0 0 0-.134-.046 3.416 3.416 0 0 0-4.004 1.453c-.817.897-1.187 1.441-2.027 1.441-.8 0-1.211-.544-2.027-1.441a3.41 3.41 0 0 0-4.138-1.408l-.12.046A3.42 3.42 0 0 0 3.6 8.91c-.016.455.058.91.225 1.335.458 2.397.218 3.667-1.404 3.703-.795-.085-1.389.243-1.988.843-.602.6-.552 2.206 0 2.907.4.51.942.863 1.598.945"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mentorcruise.svg b/mkdocs-material/material/templates/.icons/simple/mentorcruise.svg new file mode 100644 index 0000000..48d8fda --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mentorcruise.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0m-.387 3.791v8.08H6.947q2.335-4.04 4.666-8.08m.774 0q2.331 4.04 4.666 8.08h-4.666Zm-9.244 8.854h17.714l-1.68 2.91H4.823Zm2.125 3.683h13.464l-1.68 2.908H6.948Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mercadopago.svg b/mkdocs-material/material/templates/.icons/simple/mercadopago.svg new file mode 100644 index 0000000..9fff8ba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mercadopago.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.115 16.479a.93.927 0 0 1-.939-.886c-.002-.042-.006-.155-.103-.155-.04 0-.074.023-.113.059-.112.103-.254.206-.46.206a.816.814 0 0 1-.305-.066c-.535-.214-.542-.578-.521-.725.006-.038.007-.08-.02-.11l-.032-.03h-.034c-.027 0-.055.012-.093.039a.788.786 0 0 1-.454.16.7.699 0 0 1-.253-.05c-.708-.27-.65-.928-.617-1.126q.008-.062-.03-.092l-.05-.04-.047.043a.728.726 0 0 1-.505.203.73.728 0 0 1-.732-.725c0-.4.328-.722.732-.722.364 0 .675.27.721.63l.026.195.11-.165c.01-.018.307-.46.852-.46.102 0 .21.016.316.05.434.13.508.52.519.68.008.094.075.1.09.1.037 0 .064-.024.083-.045a.746.744 0 0 1 .54-.225q.193 0 .402.09c.69.293.379 1.158.374 1.167-.058.144-.061.207-.005.244l.027.013h.02c.03 0 .07-.014.134-.035.093-.032.235-.08.367-.08a.944.942 0 0 1 .94.93.936.934 0 0 1-.94.928m7.302-4.171c-1.138-.98-3.768-3.24-4.481-3.77-.406-.302-.685-.462-.928-.533a1.559 1.554 0 0 0-.456-.07q-.274 0-.58.095c-.46.145-.918.505-1.362.854l-.023.018c-.414.324-.84.66-1.164.73a1.986 1.98 0 0 1-.43.049c-.362 0-.687-.104-.81-.258q-.03-.037.04-.125l.008-.008 1-1.067c.783-.774 1.525-1.506 3.23-1.545h.085c1.062 0 2.12.469 2.24.524a7 7 0 0 0 3.056.724c1.076 0 2.188-.263 3.354-.795a9.135 9.11 0 0 0-.405-.317c-1.025.44-2.003.66-2.946.66-.962 0-1.925-.229-2.858-.68-.05-.022-1.22-.567-2.44-.57q-.049 0-.096.002c-1.434.033-2.24.536-2.782.976-.528.013-.982.138-1.388.25-.361.1-.673.186-.979.185-.125 0-.35-.01-.37-.012-.35-.01-2.115-.437-3.518-.962q-.213.15-.415.31c1.466.593 3.25 1.053 3.812 1.089.157.01.323.027.491.027.372 0 .744-.103 1.104-.203.213-.059.446-.123.692-.17l-.196.194-1.017 1.087c-.08.08-.254.294-.14.557a.705.703 0 0 0 .268.292c.243.162.677.27 1.08.271q.23 0 .43-.044c.427-.095.874-.448 1.349-.82.377-.296.913-.672 1.323-.782a1.494 1.49 0 0 1 .37-.05.611.61 0 0 1 .095.005c.27.034.533.125 1.003.472.835.62 4.531 3.815 4.566 3.846.002.002.238.203.22.537-.007.186-.11.352-.294.466a.902.9 0 0 1-.484.15.804.802 0 0 1-.428-.124c-.014-.01-1.28-1.157-1.746-1.543-.074-.06-.146-.115-.22-.115a.12.12 0 0 0-.096.045c-.073.09.01.212.105.294l1.48 1.47c.002 0 .184.17.204.395q.017.367-.35.606a.957.955 0 0 1-.526.171.766.764 0 0 1-.42-.127l-.214-.206a21.035 20.978 0 0 0-1.08-1.009c-.072-.058-.148-.112-.221-.112a.13.13 0 0 0-.094.038c-.033.037-.056.103.028.212a.698.696 0 0 0 .075.083l1.078 1.198c.01.01.222.26.024.511l-.038.048a1.18 1.178 0 0 1-.1.096c-.184.15-.43.164-.527.164a.8.798 0 0 1-.147-.012q-.16-.027-.212-.089l-.013-.013c-.06-.06-.602-.609-1.054-.98-.059-.05-.133-.11-.21-.11a.13.13 0 0 0-.096.042c-.09.096.044.24.1.293l.92 1.003a.2.2 0 0 1-.033.062c-.033.044-.144.155-.479.196a.91.907 0 0 1-.122.007c-.345 0-.712-.164-.902-.264a1.343 1.34 0 0 0 .13-.576 1.368 1.365 0 0 0-1.42-1.357c.024-.342-.025-.99-.697-1.274a1.455 1.452 0 0 0-.575-.125q-.22 0-.42.075a1.153 1.15 0 0 0-.671-.564 1.52 1.515 0 0 0-.494-.085q-.421 0-.767.242a1.168 1.165 0 0 0-.903-.43 1.173 1.17 0 0 0-.82.335c-.287-.217-1.425-.93-4.467-1.613a17.39 17.344 0 0 1-.692-.189 4.822 4.82 0 0 0-.077.494l.67.157c3.108.682 4.136 1.391 4.309 1.525a1.145 1.142 0 0 0-.09.442 1.16 1.158 0 0 0 1.378 1.132c.096.467.406.821.879 1.003a1.165 1.162 0 0 0 .415.08q.135 0 .266-.034c.086.22.282.493.722.668a1.233 1.23 0 0 0 .457.094q.183 0 .355-.063a1.373 1.37 0 0 0 1.269.841c.37.002.726-.147.985-.41.221.121.688.341 1.163.341q.09.001.175-.01c.47-.059.689-.24.789-.382a.571.57 0 0 0 .048-.078c.11.032.234.058.373.058.255 0 .501-.086.75-.265.244-.174.418-.424.444-.637v-.01q.125.026.251.026c.265 0 .527-.082.773-.242.48-.31.562-.715.554-.98a1.28 1.279 0 0 0 .978-.194 1.04 1.04 0 0 0 .502-.808 1.088 1.085 0 0 0-.16-.653c.804-.342 2.636-1.003 4.795-1.483a4.734 4.721 0 0 0-.067-.492 27.742 27.667 0 0 0-5.049 1.62zm5.123-.763c0 4.027-5.166 7.293-11.537 7.293S.465 15.572.465 11.545 5.63 4.252 12.004 4.252c6.371 0 11.537 3.265 11.537 7.293zm.46.004c0-4.272-5.374-7.755-12-7.755S.002 7.277.002 11.55L0 12.004c0 4.533 4.695 8.203 11.999 8.203 7.347 0 12-3.67 12-8.204z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mercedes.svg b/mkdocs-material/material/templates/.icons/simple/mercedes.svg new file mode 100644 index 0000000..8add293 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mercedes.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0c6.623 0 12 5.377 12 12s-5.377 12-12 12S0 18.623 0 12 5.377 0 12 0M3.245 17.539A10.36 10.36 0 0 0 12 22.36c3.681 0 6.917-1.924 8.755-4.821L12 14.203zm10.663-6.641 7.267 5.915A10.3 10.3 0 0 0 22.36 12c0-5.577-4.417-10.131-9.94-10.352zm-2.328-9.25C6.057 1.869 1.64 6.423 1.64 12c0 1.737.428 3.374 1.185 4.813l7.267-5.915z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/merck.svg b/mkdocs-material/material/templates/.icons/simple/merck.svg new file mode 100644 index 0000000..5c09462 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/merck.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 6a6 6 0 0 1 12 0zm0 12a6 6 0 0 1 6-6 6 6 0 0 1-6-6 6 6 0 0 0 0 12 6 6 0 1 0 12 0zm6-6a6 6 0 0 1 6 6 6 6 0 1 0 0-12 6 6 0 0 1-6 6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mercurial.svg b/mkdocs-material/material/templates/.icons/simple/mercurial.svg new file mode 100644 index 0000000..8cfe0c0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mercurial.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.822.431A10 10 0 0 0 12.4.51c-7.083.876-7.198 8.33-.956 10.101 7.07 1.07 2.813 6.405 2.209 9.095-.542 2.41 5.714 2.807 8.608-6.769C23.997 7.932 20.7.538 13.82.431m6.165 2.096c-.022.015 0 .066.103.174 1.01 1.067 1.488 1.692 2.469 3.871 2.19 4.87-2.165 12.59-4.996 14.195-1.133.643-2.568.708-3.227.65-.414-.036-.818.438-.554.866.993 1.611 3.541.72 5.72-.832 2.174-1.55 3.659-5.133 4.09-6.717.618-2.277.703-5.907-.96-8.96-.984-1.807-1.944-2.917-2.49-3.204-.07-.036-.134-.058-.155-.043m-13.784.955c-1.947 3.188-.283 7.656 4.773 9.09 6.636 1.885 1.371 6.093 1.525 8.897.154 2.802 5.77 3.82 10.199-3.542.053-.089.1-.182.15-.272-4.426 7.338-10.03 6.321-10.184 3.521-.154-2.803 5.111-7.013-1.526-8.897-4.902-1.391-6.613-5.634-4.937-8.797m-.23 2.906c-.068.054-.036.25.001.486.106.66.52 1.824 1.335 2.89 1.106 1.446 3.018 2.06 4.5 2.5 1.9.564 2.342 1.659 2.56 1.524.217-.134.164-1.318-.48-1.867-.626-.533-2.477-.987-3.37-1.193A5.66 5.66 0 0 1 7.444 8.76c-.863-1.093-1.44-2.398-1.472-2.373M2.835 8.59c-.59-.03-1.278.154-1.761.594-.55.5-.702 1.337-.487 2.014.088.278.316.685.793.753.636.09.767.378 1.519.228.752-.149 1.32-.764 1.549-1.446.261-.943-.128-1.432-.717-1.867-.22-.163-.541-.257-.896-.276m1.79.74c-.048-.03-.06.03.018.244.393 1.083-.37 2.097-1.03 2.566-.657.469-1.491.247-1.832.143s-.522.014-.507.194c.009.101.092.221.243.318a2.46 2.46 0 0 1-1.341-1.96A2.4 2.4 0 0 1 .39 9.562a2.4 2.4 0 0 0-.379 1.567 2.47 2.47 0 0 0 2.695 2.222 2.47 2.47 0 0 0 1.754-1.003c.79-.857.786-2.326.373-2.739-.075-.134-.16-.25-.208-.28zm-1.12.627a.69.69 0 0 1 .546.326c.38.6-.384 1.388-.961 1.539-.613.16-.899.005-.855-.82.028-.516.547-.958 1.047-1.035a1 1 0 0 1 .223-.01m18.691.03c.183.084.193 1.621-.11 2.737-.521 1.924-2.324 4.901-3.532 6.28-.927 1.057-1.963 1.499-3.212 1.684-2.6.506.158-3.82 2.074-3.583s3.972-3.732 4.436-6.155c.142-.738.26-1.002.344-.963m-17.367.621c.014.003.025.091.036.21-.07 1.247-1.215 1.934-1.87 2.025-.178.024-.49.011-.34-.123.098-.089.593-.054 1.04-.294.448-.241.98-.768 1.075-1.518.028-.22.045-.302.06-.3m3.935.111c.406.149.734.324 1.057.424.589.18 1.277.345 1.7.428.657.13 1.342.451 1.75.587.602.2.873.576.851 1.014-.02.438-.23-.055-.56-.276-.31-.208-1.054-.641-2.58-1.142-1.263-.414-1.905-.769-2.218-1.034m14.908 2.118c.126.515-.695 4.097-3.015 7.124-.778 1.015-1.84 1.768-2.89 2.294-.774.388-1.343.463-2.016.564-.525.079-.914.012-.886-.328.038-.447.567-.163 1.333-.35 2.751-.667 3.946-2.044 5.591-4.63 1.281-2.014 1.84-4.249 1.883-4.674m-16.471 2.53c-1-.034-2.08.394-2.747 1.233-1.442 1.874-.348 3.957.095 3.965.444.007.711.07 1.16.385.888.369 2.52.136 3.273-.856s.778-2.36.491-3.186c-.351-1.01-1.272-1.507-2.272-1.54m2.494 1.164q-.027.01.006.115c.622 1.898.048 3.4-1.025 4.173-1.051.759-2.497.886-3.654.286-.34-.176-.48.08-.322.226 2.937 2.721 7.357-1.016 5.41-4.317-.164-.278-.364-.506-.415-.483m-6.115.346a3.78 3.78 0 0 0-.449 2.953 3.775 3.775 0 0 0 4.608 2.697 3.78 3.78 0 0 0 2.42-1.96 3.78 3.78 0 0 1-2.255 1.666 3.775 3.775 0 0 1-4.608-2.695 3.78 3.78 0 0 1 .284-2.662zm5.438.61c.06-.008.102.075.13.283.283 2.196-1.228 2.81-1.72 2.94-1.665.435-1.856-.621-.154-1.186.913-.303 1.485-2.007 1.744-2.038m1.194 1.58c.021-.004.016.1-.006.25-.23 1.543-1.687 2.68-2.928 2.721-.251.026-.582-.082-.274-.147.374-.078 2.548-.642 3.059-2.43.08-.28.127-.39.149-.394"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mermaid.svg b/mkdocs-material/material/templates/.icons/simple/mermaid.svg new file mode 100644 index 0000000..c1fca9c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mermaid.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.99 2.115A12.22 12.22 0 0 0 12 10.149 12.22 12.22 0 0 0 .01 2.115a12.23 12.23 0 0 0 5.32 10.604 6.56 6.56 0 0 1 2.845 5.423v3.754h7.65v-3.754a6.56 6.56 0 0 1 2.844-5.423 12.22 12.22 0 0 0 5.32-10.604Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/messenger.svg b/mkdocs-material/material/templates/.icons/simple/messenger.svg new file mode 100644 index 0000000..d1964e6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/messenger.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.001 11.639C.001 4.949 5.241 0 12.001 0S24 4.95 24 11.639s-5.24 11.638-12 11.638c-1.21 0-2.38-.16-3.47-.46a.96.96 0 0 0-.64.05l-2.39 1.05a.96.96 0 0 1-1.35-.85l-.07-2.14a.97.97 0 0 0-.32-.68A11.39 11.389 0 0 1 .002 11.64zm8.32-2.19-3.52 5.6c-.35.53.32 1.139.82.75l3.79-2.87c.26-.2.6-.2.87 0l2.8 2.1c.84.63 2.04.4 2.6-.48l3.52-5.6c.35-.53-.32-1.13-.82-.75l-3.79 2.87c-.25.2-.6.2-.86 0l-2.8-2.1a1.8 1.8 0 0 0-2.61.48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/meta.svg b/mkdocs-material/material/templates/.icons/simple/meta.svg new file mode 100644 index 0000000..bff3722 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/meta.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.915 4.03c-1.968 0-3.683 1.28-4.871 3.113C.704 9.208 0 11.883 0 14.449c0 .706.07 1.369.21 1.973a7 7 0 0 0 .265.86 5.3 5.3 0 0 0 .371.761c.696 1.159 1.818 1.927 3.593 1.927 1.497 0 2.633-.671 3.965-2.444.76-1.012 1.144-1.626 2.663-4.32l.756-1.339.186-.325c.061.1.121.196.183.3l2.152 3.595c.724 1.21 1.665 2.556 2.47 3.314 1.046.987 1.992 1.22 3.06 1.22 1.075 0 1.876-.355 2.455-.843a3.7 3.7 0 0 0 .81-.973c.542-.939.861-2.127.861-3.745 0-2.72-.681-5.357-2.084-7.45-1.282-1.912-2.957-2.93-4.716-2.93-1.047 0-2.088.467-3.053 1.308-.652.57-1.257 1.29-1.82 2.05-.69-.875-1.335-1.547-1.958-2.056-1.182-.966-2.315-1.303-3.454-1.303zm10.16 2.053c1.147 0 2.188.758 2.992 1.999 1.132 1.748 1.647 4.195 1.647 6.4 0 1.548-.368 2.9-1.839 2.9-.58 0-1.027-.23-1.664-1.004-.496-.601-1.343-1.878-2.832-4.358l-.617-1.028a45 45 0 0 0-1.255-1.98c.07-.109.141-.224.211-.327 1.12-1.667 2.118-2.602 3.358-2.602zm-10.201.553c1.265 0 2.058.791 2.675 1.446.307.327.737.871 1.234 1.579l-1.02 1.566c-.757 1.163-1.882 3.017-2.837 4.338-1.191 1.649-1.81 1.817-2.486 1.817-.524 0-1.038-.237-1.383-.794-.263-.426-.464-1.13-.464-2.046 0-2.221.63-4.535 1.66-6.088.454-.687.964-1.226 1.533-1.533a2.26 2.26 0 0 1 1.088-.285"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/metabase.svg b/mkdocs-material/material/templates/.icons/simple/metabase.svg new file mode 100644 index 0000000..babc685 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/metabase.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.385 6.136c0 .807-.644 1.461-1.438 1.461s-1.438-.654-1.438-1.461.644-1.461 1.438-1.461 1.438.654 1.438 1.461m-1.438 2.63c-.794 0-1.438.654-1.438 1.461s.644 1.461 1.438 1.461 1.438-.654 1.438-1.461-.644-1.461-1.438-1.461m5.465-2.63c0 .807-.644 1.461-1.438 1.461s-1.438-.654-1.438-1.461.644-1.461 1.438-1.461 1.438.654 1.438 1.461m-.35 0c0-.613-.488-1.111-1.088-1.111s-1.088.499-1.088 1.111.488 1.111 1.088 1.111 1.088-.498 1.088-1.111m-1.088 5.592c.794 0 1.438-.654 1.438-1.461s-.644-1.461-1.438-1.461-1.438.654-1.438 1.461.643 1.461 1.438 1.461m5.464-5.592c0 .807-.644 1.461-1.438 1.461s-1.438-.654-1.438-1.461.644-1.461 1.438-1.461 1.438.654 1.438 1.461m-.35 0c0-.613-.488-1.111-1.088-1.111s-1.088.498-1.088 1.111S11.4 7.247 12 7.247s1.088-.498 1.088-1.111m.35-4.675c0 .807-.644 1.461-1.438 1.461s-1.438-.654-1.438-1.461S11.206 0 12 0s1.438.654 1.438 1.461m-.35 0C13.088.848 12.6.35 12 .35s-1.088.498-1.088 1.111S11.4 2.572 12 2.572s1.088-.498 1.088-1.111m.35 8.806c0 .807-.644 1.461-1.438 1.461s-1.438-.654-1.438-1.461.644-1.461 1.438-1.461 1.438.654 1.438 1.461m-.35 0c0-.613-.488-1.111-1.088-1.111s-1.088.498-1.088 1.111.488 1.111 1.088 1.111 1.088-.499 1.088-1.111m4.376-4.131c0 .807-.644 1.461-1.438 1.461s-1.438-.654-1.438-1.461.644-1.461 1.438-1.461 1.438.654 1.438 1.461m-.35 0c0-.613-.488-1.111-1.088-1.111s-1.088.498-1.088 1.111.488 1.111 1.088 1.111 1.088-.498 1.088-1.111m2.939 1.461c.794 0 1.438-.654 1.438-1.461s-.644-1.461-1.438-1.461-1.438.654-1.438 1.461.644 1.461 1.438 1.461m-4.027 1.209c-.794 0-1.438.654-1.438 1.461s.644 1.461 1.438 1.461 1.438-.654 1.438-1.461-.643-1.461-1.438-1.461m4.027 0c-.794 0-1.438.654-1.438 1.461s.644 1.461 1.438 1.461 1.438-.654 1.438-1.461-.644-1.461-1.438-1.461M3.947 12.857a1.45 1.45 0 0 0-1.438 1.461c0 .807.644 1.461 1.438 1.461s1.438-.654 1.438-1.461a1.45 1.45 0 0 0-1.438-1.461m5.465 1.5c0 .807-.644 1.461-1.438 1.461s-1.438-.654-1.438-1.461.644-1.461 1.438-1.461 1.438.655 1.438 1.461m-.35 0c0-.613-.488-1.111-1.088-1.111s-1.088.498-1.088 1.111.488 1.111 1.088 1.111 1.088-.498 1.088-1.111M12 12.896c-.794 0-1.438.654-1.438 1.461s.644 1.461 1.438 1.461 1.438-.654 1.438-1.461-.644-1.461-1.438-1.461m5.464 1.461c0 .807-.644 1.461-1.438 1.461s-1.438-.654-1.438-1.461.644-1.461 1.438-1.461 1.438.655 1.438 1.461m-.35 0c0-.613-.488-1.111-1.088-1.111s-1.088.498-1.088 1.111.488 1.111 1.088 1.111 1.088-.498 1.088-1.111m2.939-1.461c-.794 0-1.438.654-1.438 1.461s.644 1.461 1.438 1.461 1.438-.654 1.438-1.461-.644-1.461-1.438-1.461M3.947 16.948c-.794 0-1.438.654-1.438 1.461s.644 1.461 1.438 1.461 1.438-.654 1.438-1.461-.644-1.461-1.438-1.461m5.465 1.5c0 .807-.644 1.461-1.438 1.461s-1.438-.654-1.438-1.461.644-1.461 1.438-1.461 1.438.654 1.438 1.461m-.35 0c0-.613-.488-1.111-1.088-1.111s-1.088.498-1.088 1.111.488 1.111 1.088 1.111 1.088-.498 1.088-1.111m4.376 0c0 .807-.644 1.461-1.438 1.461s-1.438-.654-1.438-1.461.644-1.461 1.438-1.461 1.438.654 1.438 1.461m-.35 0c0-.613-.488-1.111-1.088-1.111s-1.088.498-1.088 1.111.488 1.111 1.088 1.111 1.088-.498 1.088-1.111m.35 4.091c0 .807-.644 1.461-1.438 1.461s-1.438-.654-1.438-1.461.644-1.461 1.438-1.461 1.438.654 1.438 1.461m-.35 0c0-.613-.488-1.111-1.088-1.111s-1.088.498-1.088 1.111S11.4 23.65 12 23.65s1.088-.498 1.088-1.111m4.376-4.091c0 .807-.644 1.461-1.438 1.461s-1.438-.654-1.438-1.461.644-1.461 1.438-1.461 1.438.654 1.438 1.461m-.35 0c0-.613-.488-1.111-1.088-1.111s-1.088.498-1.088 1.111.488 1.111 1.088 1.111 1.088-.498 1.088-1.111m2.939-1.461c-.794 0-1.438.654-1.438 1.461s.644 1.461 1.438 1.461 1.438-.654 1.438-1.461-.644-1.461-1.438-1.461"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/metacritic.svg b/mkdocs-material/material/templates/.icons/simple/metacritic.svg new file mode 100644 index 0000000..dd58b75 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/metacritic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.99 0A12 12 0 1 0 24 12v-.014A12 12 0 0 0 11.99 0m-.055 2.564a9.4 9.4 0 0 1 9.407 9.389v.01a9.399 9.399 0 1 1-9.408-9.399Zm-1.61 17.198 2.046-2.046-3.94-3.94c-.165-.166-.345-.373-.442-.608-.221-.47-.318-1.203.221-1.742.664-.664 1.548-.387 2.406.47l3.788 3.788 2.046-2.046-3.954-3.954a2.5 2.5 0 0 1-.456-.622c-.263-.539-.25-1.216.235-1.7.677-.678 1.562-.429 2.544.553l3.677 3.677 2.046-2.046-3.982-3.982c-2.018-2.018-3.912-1.949-5.212-.65-.498.499-.802 1.024-.954 1.618a4 4 0 0 0-.055 1.686l-.027.028c-.996-.414-2.13-.166-3 .705-1.162 1.161-1.12 2.392-.982 3.11l-.042.043-1.009-.816-1.77 1.77a64 64 0 0 1 2.213 2.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/metafilter.svg b/mkdocs-material/material/templates/.icons/simple/metafilter.svg new file mode 100644 index 0000000..129cdc9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/metafilter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18.548 5.26-.87 4.894h3.558l-.519 2.83h-3.592l-1.602 8.639h-2.857l3.586-19.248H24l-.537 2.885zm-7.331-2.884L7.19 13.472V2.376H3.581L0 21.624h2.452L5.198 6.728l-.251 14.896h1.421l5.225-14.896-2.786 14.896h2.48l3.581-19.248z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/metasploit.svg b/mkdocs-material/material/templates/.icons/simple/metasploit.svg new file mode 100644 index 0000000..b8a4353 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/metasploit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.353 0h1.368q4.19.218 8.144 1.616.217.077.216.309-.015 4.033-.002 12.102 0 .81-.093 1.173c-.217.845-.76 1.635-1.326 2.325q-.318.388-1.024 1.046-2.955 2.75-6.01 5.094-.183.14-.516.335h-.17q-.627-.42-.945-.673-3.992-3.184-5.442-4.459-1.348-1.185-2.169-2.611c-.369-.64-.466-1.287-.465-2.099q.01-6.048.002-12.218c0-.183.09-.264.261-.325Q7.145.227 11.352 0ZM7.474 7.864q0-.094.069-.031l2.797 2.516a.374.372 21.2 0 1 .122.276l-.006 4.333a.18.18 0 0 0 .183.184l2.524-.018a.11.11 89.8 0 0 .108-.11q-.007-2.201.01-4.461.002-.173.146-.29 1.397-1.145 2.946-2.393.068-.055.068.032v10.881q0 .092.063.024.794-.865 1.628-1.838.71-.83.984-1.87.26-.989.262-1.997.007-4.754.009-9.768a.136.136 0 0 0-.137-.136q-1.15.004-2.424 0c-.287-.002-.441-.022-.619.149Q14.16 5.317 11.982 7.4a.046.046 0 0 1-.062 0Q9.782 5.437 7.769 3.525c-.234-.222-.515-.381-.843-.373q-1.09.026-2.33.005-.184-.004-.184.18-.003 4.54.005 9.032.002.536.036 1.027c.076 1.093.2 2.126.803 3.021.574.852 1.329 1.656 2.126 2.405q.023.022.054.026.04.006.04-.034z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/meteor.svg b/mkdocs-material/material/templates/.icons/simple/meteor.svg new file mode 100644 index 0000000..6ead8ea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/meteor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m0 .234 21.912 20.537s.412.575-.124 1.151c-.535.576-1.236.083-1.236.083zm6.508 2.058 17.01 15.638s.413.576-.123 1.152c-.534.576-1.235.083-1.235.083zM1.936 6.696l17.01 15.638s.412.576-.123 1.152-1.235.082-1.235.082zm10.073-2.635 11.886 10.927s.287.401-.087.805-.863.058-.863.058zm-8.567 7.737 11.886 10.926s.285.4-.088.803c-.375.403-.863.059-.863.059zm14.187-5.185 5.426 4.955s.142.188-.044.377c-.185.188-.428.027-.428.027l-4.954-5.358zM6.178 17.231l5.425 4.956s.144.188-.042.377-.427.026-.427.026z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/metro.svg b/mkdocs-material/material/templates/.icons/simple/metro.svg new file mode 100644 index 0000000..d5a1309 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/metro.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0c-.655 0-1.31.143-1.807.43l-7.31 4.22c-.99.574-1.806 1.98-1.806 3.129v8.442c0 1.14.813 2.555 1.805 3.128l7.311 4.221c.994.573 2.619.573 3.612 0l7.311-4.22c.994-.574 1.807-1.982 1.807-3.129V7.779c0-1.14-.813-2.555-1.807-3.128L13.806.43C13.308.143 12.653 0 11.998 0zm.005 2.606c.29 0 .577.073.834.209l4.718 2.724-1.76 1.067L12 4.414 8.21 6.602 6.448 5.534l4.71-2.72c.26-.137.551-.21.847-.208m7.577 4.237a.905.905 0 0 1 .909.9c-.001 2.472 0 5.432-.008 8.313a1.76 1.76 0 0 1-.84 1.46l-6.8 3.927a1.7 1.7 0 0 1-.843.215 1.7 1.7 0 0 1-.844-.215l-6.802-3.927a1.76 1.76 0 0 1-.842-1.46V7.75a.905.905 0 0 1 1.376-.765C7.188 8.381 9.626 9.835 12 11.3c2.375-1.443 4.757-2.897 7.115-4.322a.9.9 0 0 1 .467-.135M5.32 9.355v6.632L12 19.844l6.682-3.857V9.355l-6.213 3.773a.9.9 0 0 1-.937 0Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/metrodelaciudaddemexico.svg b/mkdocs-material/material/templates/.icons/simple/metrodelaciudaddemexico.svg new file mode 100644 index 0000000..e714ff5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/metrodelaciudaddemexico.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.965 8.704V24H.008V6.864h2.097c1.066 0 1.86.774 1.86 1.84m2.366-1.84c.268.521.521 1.315.521 1.84V24h3.685V8.704a1.784 1.784 0 0 0-1.84-1.84M17.4 24V8.704a1.795 1.795 0 0 0-1.844-1.84h-2.382c.269.521.269 1.315.269 1.84V24M.008 3.953V0h15.549c4.75 0 8.435 3.953 8.435 8.704V24h-3.685V8.704a4.735 4.735 0 0 0-4.75-4.75z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/metrodemadrid.svg b/mkdocs-material/material/templates/.icons/simple/metrodemadrid.svg new file mode 100644 index 0000000..d95342b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/metrodemadrid.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 4.74 0 12l12 7.26L24 12zm0 2.905 3.45 2.087h-6.9zM7.2 10.64h.786l.606 1.77.564-1.77h.79v2.568h-.524l-.006-1.82-.627 1.82h-.432l-.632-1.805v1.805h-.526V10.64zm5.275.148h.51l.001.559h.371v.343h-.37v.92c0 .174.041.215.212.215a.7.7 0 0 0 .158-.014v.4a2 2 0 0 1-.298.018c-.313 0-.584-.073-.584-.443V11.69h-.307v-.341h.307v-.559zm5.222.303 1.5.908-1.5.908zM6.3 11.094v1.812L4.8 12l1.498-.906zm8.455.203a.4.4 0 0 1 .11.017v.475a1 1 0 0 0-.18-.018c-.37 0-.5.27-.5.598v.842h-.508v-1.863h.48l.006.345a.65.65 0 0 1 .592-.396m1.127 0c.58 0 .957.39.957.982s-.377.98-.957.98c-.578 0-.953-.39-.953-.98 0-.593.375-.98.953-.982m-4.738.002c.628 0 .932.532.896 1.103v.004h-1.334c.015.325.172.473.455.473.204 0 .368-.126.4-.24h.446c-.141.439-.445.625-.863.625-.581 0-.942-.407-.942-.98 0-.56.382-.985.942-.985m-.012.383c-.322 0-.416.252-.422.396h.824c-.045-.262-.156-.396-.402-.396m4.75 0c-.343 0-.445.3-.445.597 0 .295.102.596.445.596.349 0 .45-.3.45-.596 0-.3-.104-.597-.45-.597M8.55 14.268h6.9L12 16.355l-3.451-2.087z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/metrodeparis.svg b/mkdocs-material/material/templates/.icons/simple/metrodeparis.svg new file mode 100644 index 0000000..6d0779a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/metrodeparis.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.708 18.099q-.303.228-.714.228-.363 0-.688-.228-.327-.229-.327-.66V9.626h-.023l-2.984 6.057a1.45 1.45 0 0 1-.385.505q-.217.168-.578.168-.36 0-.577-.168a1.44 1.44 0 0 1-.385-.505L8.063 9.627H8.04v7.811a.75.75 0 0 1-.339.66 1.23 1.23 0 0 1-.7.229q-.412 0-.702-.228-.29-.229-.29-.66V6.958q0-.457.29-.853.288-.396 1.036-.396.555 0 .856.252.3.253.542.757l3.277 6.754h.024l3.253-6.754q.24-.504.543-.757.3-.252.855-.252.748 0 1.036.396.29.398.29.854v10.478q0 .433-.302.66zm-5.732 4.156c5.658 0 10.279-4.64 10.279-10.327 0-5.62-4.603-10.183-10.279-10.183-5.674 0-10.23 4.536-10.23 10.183 0 5.59 4.715 10.327 10.23 10.327m0 1.745C5.495 24 0 18.48 0 11.928 0 5.315 5.34 0 11.976 0S24 5.34 24 11.928C24 18.577 18.6 24 11.976 24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mewe.svg b/mkdocs-material/material/templates/.icons/simple/mewe.svg new file mode 100644 index 0000000..3a83ebd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mewe.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.029 7.712a.768.768 0 1 0 0 1.536.768.768 0 0 0 0-1.536m7.883 0a.768.768 0 1 0 0 1.536.768.768 0 0 0 0-1.536m4.414 0a.768.768 0 1 0 0 1.536.768.768 0 0 0 0-1.536m4.418 0a.768.768 0 1 0 0 1.537.768.768 0 0 0 0-1.537m-4.447 2.307c-.27 0-.453.175-.54.428l-1.378 4.175-1.403-4.193a.546.546 0 0 0-.532-.392c-.296 0-.55.227-.55.523 0 .07.018.148.044.21l1.805 5.056c.105.279.296.444.558.444h.105c.261 0 .461-.165.557-.444l1.36-3.985 1.36 3.985c.096.279.288.444.55.444h.105c.261 0 .462-.174.558-.444l1.804-5.057a.6.6 0 0 0 .052-.218.525.525 0 0 0-.531-.514.55.55 0 0 0-.523.383l-1.404 4.202-1.377-4.175c-.079-.253-.27-.428-.541-.428zM.54 10.045a.54.54 0 0 0-.54.541v5.117c0 .297.227.523.523.523a.52.52 0 0 0 .532-.523V12.05l1.482 2.224c.113.174.253.279.444.279.201 0 .34-.105.454-.28l1.49-2.24v3.661a.54.54 0 0 0 .533.532.53.53 0 0 0 .54-.532v-5.108a.54.54 0 0 0-.54-.54h-.114a.54.54 0 0 0-.488.278L3 13.227l-1.85-2.894a.56.56 0 0 0-.497-.288zm8.368 1.439c-1.316 0-2.25 1.081-2.25 2.397v.018c0 1.42 1.03 2.389 2.363 2.389.715 0 1.239-.236 1.657-.61a.46.46 0 0 0 .14-.323.415.415 0 0 0-.419-.427.4.4 0 0 0-.27.096 1.66 1.66 0 0 1-1.09.4c-.68 0-1.212-.418-1.325-1.168h2.885c.27 0 .497-.209.497-.505 0-1.064-.723-2.267-2.188-2.267m12.904 0c-1.317 0-2.25 1.081-2.25 2.397v.018c0 1.42 1.029 2.389 2.363 2.389.715 0 1.238-.236 1.657-.61a.46.46 0 0 0 .139-.323.415.415 0 0 0-.418-.427.4.4 0 0 0-.271.096 1.65 1.65 0 0 1-1.09.4c-.68 0-1.211-.418-1.325-1.168h2.886c.27 0 .497-.209.497-.505 0-1.064-.724-2.267-2.188-2.267m-12.913.863c.698 0 1.099.532 1.169 1.212H7.705c.096-.715.549-1.212 1.194-1.212m12.904 0c.697 0 1.098.532 1.168 1.212h-2.363c.096-.715.55-1.212 1.195-1.212"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mg.svg b/mkdocs-material/material/templates/.icons/simple/mg.svg new file mode 100644 index 0000000..aa52e12 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mg.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.835 8.428q-.023-.276-.053-.552-.024-.206-.052-.411a.6.6 0 0 0-.104-.243q-.13-.165-.266-.323l-.365-.429a42 42 0 0 0-2.509-2.638A43 43 0 0 0 17.3 1.064a9 9 0 0 0-.336-.257.7.7 0 0 0-.252-.1 22 22 0 0 0-1-.102 45 45 0 0 0-3.71-.158 45 45 0 0 0-4.286.211Q7.503.68 7.29.706a.7.7 0 0 0-.253.1q-.17.127-.337.258a43 43 0 0 0-3.185 2.768A43 43 0 0 0 .641 6.898q-.136.16-.267.324a.6.6 0 0 0-.105.243q-.028.205-.05.41-.03.278-.056.553A41 41 0 0 0 0 12.001a41 41 0 0 0 .163 3.574l.057.552q.02.207.05.41.024.132.104.244a24 24 0 0 0 .633.753 43 43 0 0 0 2.507 2.636A42 42 0 0 0 6.7 22.938q.168.13.337.255a.7.7 0 0 0 .253.102l.426.048q.286.028.574.053a45 45 0 0 0 3.712.157q1.857-.001 3.71-.157.29-.025.573-.053.216-.023.427-.048a.7.7 0 0 0 .252-.102q.172-.125.336-.255a42 42 0 0 0 3.187-2.767 42 42 0 0 0 2.509-2.637l.365-.43q.136-.16.266-.323a.6.6 0 0 0 .104-.243q.028-.205.052-.411A40 40 0 0 0 24 12c0-1.191-.058-2.384-.165-3.573m-1.805 6.601q-.02.235-.044.469l-.044.348a.5.5 0 0 1-.089.205q-.11.139-.225.276l-.31.363a36 36 0 0 1-2.126 2.234q-1.291 1.241-2.7 2.346a8 8 0 0 1-.285.216.55.55 0 0 1-.214.087l-.362.04a38 38 0 0 1-3.63.178q-1.576 0-3.146-.132l-.486-.045-.362-.041a.55.55 0 0 1-.214-.087 10 10 0 0 1-.285-.216q-.19-.15-.376-.3a36 36 0 0 1-2.324-2.046 36 36 0 0 1-2.125-2.234q-.273-.315-.536-.639a.5.5 0 0 1-.089-.205 34 34 0 0 1-.09-.817A35 35 0 0 1 1.83 12q.003-1.515.138-3.029.022-.233.048-.467.018-.175.042-.348a.5.5 0 0 1 .089-.206 21 21 0 0 1 .536-.638 36 36 0 0 1 2.125-2.236 36 36 0 0 1 2.7-2.346q.141-.11.285-.218a.6.6 0 0 1 .214-.084q.423-.052.848-.086a39 39 0 0 1 3.146-.135 39 39 0 0 1 3.63.18q.183.018.362.04a.6.6 0 0 1 .214.085 27 27 0 0 1 .662.517 36 36 0 0 1 2.323 2.047q1.111 1.072 2.126 2.236l.31.364q.116.135.225.274a.5.5 0 0 1 .089.205l.044.349q.023.233.044.467.138 1.514.14 3.029-.001 1.516-.14 3.028m-1.225-3c-.098-.01-.981-.012-1.456-.017-.622-.005-1.042 0-1.246-.001-.06 0-.068-.003-.135 0-.003.047-.003.071-.005.13-.002.043-.01.19-.018.384a21 21 0 0 0-.018 1.116l.001.114c.036.002.616.002 1.007.005.053 0 .057.001.11.003-.001.027 0 .052.001.097 0 .048-.055.74-.088.94-.1.149-.163.23-.367.456-.217.24-.256.3-.934.984-.704.712-2.035 1.867-2.513 2.263a10 10 0 0 0-.303.257s.007-.243-.002-.361c.018-4.565.013-7.807-.004-12.84.008-.114-.005-.209 0-.347.15.117.156.123.259.208.7.594 1.438 1.203 2.024 1.79.81.815 1.156 1.174 1.74 1.863.058.073.069.088.108.15.01.064.01.076.021.157.023.193.062.588.068.696.002.062.009.091.007.151.06.006.1 0 .16.004a55 55 0 0 0 1.557 0c.068 0 .072.002.128 0a1.4 1.4 0 0 0 0-.17 12 12 0 0 0-.097-1.292 3 3 0 0 0-.032-.267c-.05-.068-.081-.1-.128-.155A28 28 0 0 0 18.5 6.02c-1.795-1.721-2.75-2.375-2.75-2.375s-.077-.057-.134-.095c-.075-.014-.058-.01-.13-.02a32 32 0 0 0-2.608-.168c-.124-.004-.16-.007-.293-.001.006.15.002.153-.002.267.014 6.216-.02 10.641-.009 16.813v.188s.088.008.203.004c.734 0 2.167-.08 2.534-.14.142-.022.219-.027.319-.056.075-.043.115-.074.176-.126a37 37 0 0 0 2.616-2.267c.983-.941 1.876-1.96 2.09-2.2.09-.099.15-.176.256-.315.045-.166.034-.215.054-.347.093-1.076.167-1.752.167-2.977-.004-.064-.002-.095-.007-.169-.089-.005-.128-.004-.177-.008m-9.539-8.672c-.152.006-.43-.003-.942.026-.537.031-.85.064-.977.075-.073.007-.117.007-.17.013-.022.048-.019.042-.042.103-.779 1.95-1.788 4.655-2.627 6.666-.042.085-.128.3-.128.3s-.039-.064-.139-.267A85 85 0 0 0 4.67 7.276c-.046-.077-.128-.246-.128-.246s-.123.132-.204.204c-.173.155-.805.878-.93 1.046-.064.083-.085.107-.157.21-.03.117-.036.187-.058.316-.045.257-.153 1.364-.18 2.852.004 1.21.076 2.292.186 3.498l.031.322s.137.186.166.219c.605.71 1.046 1.217 1.463 1.643l.358.365s-.018-.257-.025-.39l-.024-.413c-.082-1.297-.244-3.484-.29-4.621-.008-.144.018-.824.018-.824l1.742 3.508s.13-.315.188-.447c.7-1.754 1.366-3.327 2.05-5.081.047-.11.294-.77.294-.77s.007.712 0 .866c-.034 4.924-.019 7.741-.012 10.444l.001.249c0 .138-.003.156-.003.247.181.03.163.03.261.042.317.04.313.051.686.075.385.024.806.035 1.142.043.086-.004.133-.004.175-.006.003-.08.003-.118.003-.193-.029-6.302.044-16.917.044-16.917s.003-.057 0-.162a3 3 0 0 0-.2.001"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/microbit.svg b/mkdocs-material/material/templates/.icons/simple/microbit.svg new file mode 100644 index 0000000..f6c4c9b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/microbit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.857 5.143A6.865 6.865 0 0 0 0 12a6.864 6.864 0 0 0 6.857 6.857h10.287A6.863 6.863 0 0 0 24 12a6.864 6.864 0 0 0-6.856-6.857zm0 2.744h10.287A4.117 4.117 0 0 1 21.257 12a4.12 4.12 0 0 1-4.113 4.116H6.857A4.12 4.12 0 0 1 2.743 12a4.12 4.12 0 0 1 4.114-4.113m10.168 2.729a1.385 1.385 0 1 0 .003 2.77 1.385 1.385 0 0 0-.003-2.77m-10.166 0a1.385 1.385 0 1 0-.003 2.771 1.385 1.385 0 0 0 .003-2.77Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/microdotblog.svg b/mkdocs-material/material/templates/.icons/simple/microdotblog.svg new file mode 100644 index 0000000..02f8a36 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/microdotblog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.4 0 0 4.9 0 10.95S5.4 21.9 12 21.9c1.4 0 2.85-.25 4.2-.7.15-.05.35 0 .45.1 1 1.35 2.55 2.3 4.25 2.7l.25-.1v-.3a4.65 4.65 0 0 1 .2-5.9C22.9 15.85 24 13.5 24 10.95 24 4.9 18.55 0 12 0m-.05 5.2c.15 0 .3.1.35.25L13.55 9l3.85.1c.15 0 .3.1.35.2.05.15 0 .3-.15.4L14.55 12l1.1 3.6c.05.15 0 .3-.15.4h-.4l-3.15-2.15L8.8 16h-.4c-.15-.1-.2-.25-.15-.4l1.1-3.6L6.3 9.7c-.15-.1-.2-.25-.15-.4.05-.1.2-.2.35-.2l3.85-.1 1.25-3.55c.05-.15.2-.25.35-.25"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/microeditor.svg b/mkdocs-material/material/templates/.icons/simple/microeditor.svg new file mode 100644 index 0000000..594b6db --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/microeditor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.372 0 0 5.372 0 12s5.372 12 12 12 12-5.372 12-12S18.628 0 12 0m5.698 13.628c-.117.465-.303.837-.558 1.14-.233.302-.466.488-.721.58-.256.094-.512.14-.791.14-.28 0-.512-.046-.698-.162-.186-.093-.325-.256-.442-.442a1.9 1.9 0 0 1-.232-.675 4.7 4.7 0 0 1-.07-.837c0-.116 0-.232.023-.395.022-.163.047-.372.07-.372h-.047c-.373.93-.883 1.604-1.534 2.14-.652.534-1.372.79-2.164.79-.535 0-.977-.21-1.28-.605-.325-.395-.487-1-.487-1.79 0-.117 0-.233.022-.373.023-.116.023-.162.046-.395h-.163c-.209.465-.395 1.116-.534 1.698-.14.58-.255 1.116-.326 1.604-.093.489-.14.93-.186 1.303-.047.372-.07.628-.093.767.023.116.046.233.07.372.046.14.07.28.116.396s.07.255.093.372.046.209.046.279c0 .325-.07.58-.209.744-.14.162-.302.255-.465.255a.83.83 0 0 1-.535-.186c-.163-.14-.232-.35-.232-.628 0-.396.07-.907.21-1.512.14-.604.348-1.372.604-2.279.14-.418.255-.837.395-1.256.14-.418.256-.814.372-1.162.116-.35.21-.675.302-.954a3.7 3.7 0 0 0 .163-.65c.023-.07.047-.234.07-.466.023-.233.046-.489.093-.79.046-.303.07-.629.116-.954.047-.35.093-.652.116-.93.047-.21.07-.443.117-.698.046-.255.116-.512.209-.72.093-.233.233-.42.395-.583.163-.162.372-.232.628-.232.28 0 .465.093.558.256.093.162.14.372.117.604-.023.233-.047.49-.117.744-.07.256-.14.49-.21.675-.185.581-.371 1.116-.58 1.558-.21.442-.396.93-.558 1.442-.14.35-.186.674-.186.953 0 .512.162.884.465 1.163.325.28.697.395 1.14.395a1.63 1.63 0 0 0 1.022-.372q.489-.383.907-.907c.28-.348.512-.72.698-1.14a8 8 0 0 0 .419-1.069c.023-.046.046-.14.07-.325.046-.187.07-.396.116-.628.046-.233.093-.465.14-.72.046-.257.091-.466.116-.629.046-.186.07-.372.116-.605s.116-.442.21-.65c.092-.21.232-.373.371-.513a.87.87 0 0 1 .605-.209c.302 0 .488.093.605.256.093.163.14.372.14.605a3.6 3.6 0 0 1-.117.697c-.07.233-.116.42-.163.558a23 23 0 0 1-.558 1.558c-.186.466-.349.884-.512 1.21-.14.349-.256.604-.349.814q-.14.315-.14.418c0 .605.14 1.047.396 1.303.256.255.535.395.837.395.512 0 .907-.163 1.21-.465.302-.326.535-.907.674-1.605h.186a5.4 5.4 0 0 1-.14 1.698z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/microgenetics.svg b/mkdocs-material/material/templates/.icons/simple/microgenetics.svg new file mode 100644 index 0000000..662ffe5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/microgenetics.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.008 6c2.595 0 4.31 1.263 5.583 2.726l.248.293q.124.15.242.3c.434.569.809 1.146 1.17 1.674.24.356.465.693.689 1.008l.227.32c.074.105.148.211.24.31.928 1.171 1.889 1.9 3.283 1.991a11.58 11.58 0 0 0 0-5.242c-1.395.091-2.355.819-3.301 1.991-.18-.246-.357-.51-.555-.796a25 25 0 0 0-1.32-1.845c1.006-1.169 2.25-2.175 3.932-2.557C20.453 2.49 16.523 0 12.008 0c-4.5 0-8.44 2.49-10.49 6.173 1.681.384 2.923 1.388 3.931 2.556.086.09.168.18.249.285l.237.3c.479.615.914 1.245 1.305 1.845l.555.826.24.329c.074.104.165.21.239.315 1.051 1.439 2.115 2.43 3.75 2.43 1.65 0 2.701-.99 3.765-2.43l.375.555c.451.66.932 1.38 1.455 2.055-1.273 1.471-3 2.73-5.595 2.73s-4.304-1.275-5.579-2.73l-.24-.3-.24-.3c-.435-.57-.81-1.154-1.17-1.68a40 40 0 0 0-.689-1.006l-.226-.33c-.074-.104-.149-.21-.24-.314C2.664 10.2 1.703 9.465.309 9.375c-.195.849-.3 1.725-.3 2.625s.102 1.776.29 2.621c1.398-.091 2.355-.819 3.295-1.991q.259.368.544.796c.375.566.806 1.208 1.313 1.845-1.009 1.169-2.253 2.175-3.93 2.557A11.98 11.98 0 0 0 12.008 24c4.515 0 8.441-2.49 10.49-6.173-1.68-.384-2.922-1.388-3.93-2.556-.086-.09-.17-.18-.25-.285l-.236-.3a26 26 0 0 1-1.305-1.845L16.223 12a11 11 0 0 0-.23-.33 18 18 0 0 0-.232-.325c-1.051-1.44-2.1-2.431-3.75-2.431s-2.699.99-3.75 2.431l-.375-.56A27 27 0 0 0 6.43 8.726C7.703 7.263 9.383 6 12.008 6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/micropython.svg b/mkdocs-material/material/templates/.icons/simple/micropython.svg new file mode 100644 index 0000000..ba89eff --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/micropython.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0h11.509v18.737h.982V0H24v24h-5.263V5.263h-.983V24H6.246V5.263l-.983.035V24H0zm22.246 19.509h-1.404v2.386h1.404z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/microstation.svg b/mkdocs-material/material/templates/.icons/simple/microstation.svg new file mode 100644 index 0000000..eed72b2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/microstation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 .357c-.938.217-3.086.22-3.631 1.15l-.55.922c-1.376 2.348-4.833 11.069-8.183 11.181-3.35.113 1.762-10.712 2.27-11.797-2.08.489-4.078.193-4.826 2.326-.775 2.212-1.54 4.425-2.363 6.62-1.71 4.532-3.795 8.89-6.634 12.767.064-.086.127-.171-.083.117 2.111-.422 4.03-.352 5.295-2.253 1.17-1.759 1.92-3.73 2.712-5.68l.377-.927.303.286c3.017 2.844 5.334 0 7.697-2.219l.349-.327 1.322 4.977 2.932-3.144a34 34 0 0 1-.713-1.342l-.037-.08C18.302 8.742 21.6 3.935 23.861.566Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/microstrategy.svg b/mkdocs-material/material/templates/.icons/simple/microstrategy.svg new file mode 100644 index 0000000..063b5ed --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/microstrategy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.095 2.572h5.827v18.856H9.096zM0 2.572h5.825v18.856H.001zm18.174 0v18.854H24V8.33z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/midi.svg b/mkdocs-material/material/templates/.icons/simple/midi.svg new file mode 100644 index 0000000..4dcbbe0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/midi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.775 7.517H24v8.966h-2.225zm-8.562 0h6.506c.66 0 1.045.57 1.045 1.247v6.607c0 .84-.35 1.112-1.112 1.112h-6.439v-5.696h2.225v3.505h3.135V9.54h-5.36zm-3.235 0h2.19v8.966h-2.19zM0 7.517h7.854c.66 0 1.045.57 1.045 1.247v7.72H6.708v-6.71H5.427v6.708H3.438V9.775H2.191v6.708H0Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/migadu.svg b/mkdocs-material/material/templates/.icons/simple/migadu.svg new file mode 100644 index 0000000..af759b7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/migadu.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.082 1.898a7.085 7.085 0 0 0-7.08 6.915c.002 7.002-.004 3.868 0 5.921-.064 3.519 2.407 7.254 7.082 7.368h.006l.017-4.311c-.009-.007-.033.006-.023-.018a3 3 0 0 1-.178-.007 4 4 0 0 1-1.228-.364c-.713-.413-1.22-1.234-1.35-2.015-.075-2.297 1.67-3.178 2.754-3.135 1.79.07 2.855 1.473 2.754 3.254v6.596h4.328V15.02a2.8 2.8 0 0 1 .11-.772c.298-1.04 1.204-1.863 2.445-1.982h.383a2.783 2.783 0 0 1 2.57 2.718v7.118H24c-.006-2.361 0-4.722 0-7.082a7.085 7.085 0 0 0-9.836-6.526l-.017-.01a7.086 7.086 0 0 0-7.065-6.586m-2.762 8.32a1.024 1.024 0 0 1 1.024 1.024 1.024 1.024 0 0 1-1.024 1.024 1.024 1.024 0 0 1-1.023-1.024A1.024 1.024 0 0 1 4.32 10.22"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mihoyo.svg b/mkdocs-material/material/templates/.icons/simple/mihoyo.svg new file mode 100644 index 0000000..eab576b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mihoyo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.939 8.8a.65.65 0 0 0-.653.653.65.65 0 0 0 .653.653.65.65 0 0 0 .653-.653.65.65 0 0 0-.653-.653m-5.506 1.886A1.43 1.43 0 0 0 0 12.118v2.474a.59.59 0 0 0 .592.592.59.59 0 0 0 .592-.592v-2.25a.464.464 0 0 1 .465-.464.464.464 0 0 1 .465.465v2.249a.59.59 0 1 0 1.184 0v-2.25a.464.464 0 0 1 .465-.464.464.464 0 0 1 .465.465v1.208c.001.914.736 1.649 1.65 1.649s1.649-.735 1.649-1.649V11.49a.59.59 0 0 0-.592-.592.59.59 0 0 0-.592.592v2.037a.464.464 0 0 1-.465.465.464.464 0 0 1-.466-.465v-1.409a1.43 1.43 0 0 0-1.433-1.432c-.448 0-.853.202-1.115.525-.033.04-.08.079-.158.079s-.125-.038-.158-.079a1.43 1.43 0 0 0-1.115-.525M9.057 9.16a.59.59 0 0 0-.592.591v4.84a.59.59 0 0 0 .592.593.59.59 0 0 0 .592-.592v-1.588a.27.27 0 0 1 .27-.27h.636a.27.27 0 0 1 .27.27v1.588a.59.59 0 0 0 .591.592.59.59 0 0 0 .592-.592V9.75a.59.59 0 0 0-.592-.592.59.59 0 0 0-.592.592v1.465a.27.27 0 0 1-.269.27h-.637a.27.27 0 0 1-.269-.27V9.751a.59.59 0 0 0-.592-.592m7.784 0a.286.286 0 0 0-.203.47l1.166 2.11v2.853a.59.59 0 0 0 .592.592.59.59 0 0 0 .592-.592v-2.853l1.166-2.11c.168-.233-.015-.47-.203-.47h-.606a.27.27 0 0 0-.218.126l-.65 1.188c-.017.03-.046.041-.077.041s-.063-.01-.08-.04l-.655-1.19a.27.27 0 0 0-.218-.125zm-3.776 1.2c-.032 0-.053.155-.053.368s.041.416.082.416c.04 0 .04-.025.237-.196s.228-.171.228-.22-.073-.09-.245-.213c-.171-.122-.216-.155-.249-.155m3.437 0c-.032 0-.077.033-.249.155s-.245.164-.245.213.033.048.229.22.196.196.237.196.081-.204.081-.416-.02-.368-.053-.368m-1.718.343c-1.082 0-1.96 1.006-1.96 2.245s.878 2.245 1.96 2.245 1.959-1.005 1.959-2.245-.877-2.245-1.96-2.245m0 1.118c.541 0 .98.506.98 1.127 0 .622-.438 1.126-.98 1.126s-.979-.504-.979-1.126c0-.62.44-1.127.98-1.127m8.685-1.33c-.334 0-.498.147-.596.22s-.18.147-.269.147c-.229 0-.392-.155-.849-.155-1.082 0-1.96 1.005-1.96 2.245s.878 2.245 1.96 2.245 1.96-1.005 1.96-2.245c0-.452-.12-.894-.343-1.267-.037-.096-.05-.194-.05-.386 0-.265.128-.46.27-.56a.8.8 0 0 1 .408-.138 1.2 1.2 0 0 0-.53-.106m-1.715 1.33c.54 0 .98.505.98 1.127s-.439 1.126-.98 1.126-.98-.504-.98-1.126c0-.62.44-1.126.98-1.127"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mikrotik.svg b/mkdocs-material/material/templates/.icons/simple/mikrotik.svg new file mode 100644 index 0000000..778413b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mikrotik.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.041 6.188a1.4 1.4 0 0 0-.218-.36c-.24-.296-.634-.586-1.14-.864l-4.052-2.22L13.576.519C13.074.243 12.61.065 12.22.013A2 2 0 0 0 12 0c-.432 0-.974.192-1.576.52L6.37 2.74 2.317 4.96c-.504.279-.9.569-1.14.867a2 2 0 0 0-.122.17 2 2 0 0 0-.096.19c-.15.348-.22.816-.22 1.368v8.887c0 .66.1 1.2.316 1.558.216.356.66.706 1.262 1.036l4.054 2.22 4.053 2.223c.504.276.966.456 1.36.506q.218.03.436 0c.39-.05.852-.228 1.356-.506l8.107-4.443c.6-.33 1.046-.68 1.262-1.036q.054-.09.096-.188c.15-.348.22-.818.22-1.37V7.556c0-.552-.07-1.02-.22-1.368M7.233 16.618c0 .2-.218.33-.396.233l-1.45-.796a1.07 1.07 0 0 1-.552-.934v-4.296c0-.2.216-.33.394-.235l1.728.947a.53.53 0 0 1 .276.468v4.612zm11.934-1.497c0 .39-.213.748-.554.936l-1.45.794a.266.266 0 0 1-.394-.234v-5.692c0-.2-.217-.33-.395-.232l-2.62 1.434c-.34.187-.552.545-.552.934v5.646a.53.53 0 0 1-.278.468l-.41.224c-.32.176-.707.176-1.026 0l-.408-.224a.53.53 0 0 1-.278-.468v-5.646c0-.389-.212-.747-.552-.934L4.835 9.16v-.28c0-.388.212-.746.552-.934l.6-.328a1.06 1.06 0 0 1 1.022 0l4.48 2.452c.318.176.704.176 1.021 0l2.07-1.134a.266.266 0 0 0 0-.468L9.932 5.922a.266.266 0 0 1 0-.468l1.556-.852c.32-.176.707-.176 1.026 0l6.1 3.34c.342.188.554.547.553.936z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/milanote.svg b/mkdocs-material/material/templates/.icons/simple/milanote.svg new file mode 100644 index 0000000..2ff8f32 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/milanote.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0m0 12.943L15.057 16H8.943Zm4-4v6.114L12.943 12Zm-8 6.114V8.943L11.057 12Zm8.917 2.227a.67.67 0 0 0 .367-.367l-.003.009a.7.7 0 0 0 .052-.26V7.334a.667.667 0 0 0-1.138-.471L12 11.057 7.805 6.862a.667.667 0 0 0-1.138.471v9.334a.667.667 0 0 0 .666.666h9.334q.139 0 .26-.052l-.01.004z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/milvus.svg b/mkdocs-material/material/templates/.icons/simple/milvus.svg new file mode 100644 index 0000000..e515645 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/milvus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.536 11.997a4.005 4.005 0 0 1-4.015 4.018c-2.36-.005-4.05-1.954-4.01-4.08a4.013 4.013 0 0 1 8.025.061zm8.463-.04a.82.82 0 0 1-.25.616q-1.122 1.128-2.248 2.25-.123.124-.25.054c-.091-.048-.124-.121-.098-.242a13 13 0 0 0 .25-1.626 12 12 0 0 0 .028-1.49 11.6 11.6 0 0 0-.27-2.114.26.26 0 0 1 .017-.213.194.194 0 0 1 .273-.052 1 1 0 0 1 .086.075l2.174 2.174c.171.17.29.366.289.567zM11.226 20c-1.89-.002-3.488-.565-4.926-1.611a8 8 0 0 1-.952-.816q-1.125-1.112-2.253-2.221l-1.931-1.899q-.437-.427-.873-.857c-.393-.39-.387-.83.012-1.217q.443-.433.885-.868 1.433-1.41 2.867-2.818c.532-.522 1.057-1.051 1.604-1.555a8 8 0 0 1 3.786-1.95A7.7 7.7 0 0 1 11.135 4c1.89.015 3.612.546 5.113 1.723a8 8 0 0 1 2.282 2.77 7.6 7.6 0 0 1 .76 2.556c.255 2.404-.414 4.518-2.046 6.312a7.77 7.77 0 0 1-3.927 2.366 9 9 0 0 1-2.091.274zm.364-2.137a6 6 0 0 0 .605-.036 5 5 0 0 0 .38-.05c1.525-.28 2.76-1.051 3.704-2.263.92-1.178 1.28-2.542 1.168-4.028a5.6 5.6 0 0 0-.631-2.168c-.627-1.213-1.596-2.067-2.817-2.646-1.096-.519-2.248-.649-3.443-.464A5.8 5.8 0 0 0 7.33 7.8c-.858.83-1.707 1.669-2.56 2.504-.426.419-.85.841-1.28 1.257-.274.266-.286.588-.013.857q.804.793 1.61 1.583c.722.709 1.44 1.42 2.165 2.126 1.184 1.153 2.604 1.737 4.339 1.738z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/minds.svg b/mkdocs-material/material/templates/.icons/simple/minds.svg new file mode 100644 index 0000000..fc17ad1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/minds.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.496 18.381a.05.05 0 0 0 .03-.033l.693-2.217 3.192-4.791.003-.004.001-.002.001-.002.002-.005v-.003l.002-.003v-.015l-.416-6.947v-.008L19 4.343l-.002-.005-.002-.004-.003-.005-.003-.003v-.001L14.818.016V.014l-.005-.003-.003-.002-.003-.002-.002-.001-.002-.001-.002-.001V.003h-.003l-.002-.001L14.79 0H9.209l-.003.001-.003.001-.005.002-.004.003-.004.002h-.001l-.003.004h-.001l-.003.003-4.172 4.31-.003.005-.006.009-.002.005-.002.008v.002l-.001.003v.003l-.417 6.95v.021l.002.002v.002l.002.002.003.004v.003l3.195 4.79.692 2.215v.003l.001.002.002.003v.001l.001.002v.001l.002.001.001.003.001.001.001.001.002.002.003.004.002.001.002.002h.001l.003.003h.001l.002.001.002.002h.002l.001.001h.002l.001.001h.001l.003.001h.002v.001h.005l.003.001h6.957a.1.1 0 0 0 .02-.004zm-.058-.1H8.889l7.203-2.095zm.618-2.193L8.619 18.25l2.704-5.678zm.068-.08L11.39 12.49l5.14-4.125zm.11-.087.4-7.542 2.668 2.937zm-7.7 2.27-.647-2.07 3.232-3.36zm-.698-2.166-3.094-4.641 6.457 1.143zm11.472-4.858-2.655-2.92 2.256-3.718zm-7.975 1.236L9.3 5.283l7.188 2.983zm-.102.024-6.508-1.152 4.475-5.966zm5.285-4.26L9.315 5.175 14.748.15zm.095-.053L14.87.217l4.015 4.15zM4.693 11.14l.403-6.72 4.03.807zm4.474-6.011-4.015-.803L9.167.178zm.104-.056V.1h5.376zm-.748 13.36v4.143l1.672-1.403zm.057 4.232 1.53.612 1.81.723-1.67-2.737zM12.081 24l3.339-1.335-1.67-1.402zm3.395-1.424v-4.144l-1.67 2.74zm-6.86-4.192L12 23.932l3.383-5.548z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/minetest.svg b/mkdocs-material/material/templates/.icons/simple/minetest.svg new file mode 100644 index 0000000..3c90478 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/minetest.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23.69 12.436-.406.24-2.31 1.355v.558l-1.087.667v1.11l-1.087.664v2.857l4.89-2.872v-4.044zm-.543.96v3.298l-3.803 2.234v-1.583l1.087-.666v-1.11l1.086-.666v-.551zm-3.77-7.854-1.128.792v4.746l.139.08 1.004.577 1.03-.603V6.152zm.026.654.475.278v4.339l-.49.286-.597-.344v-4.13zM6.215 0l-4.24 2.491V7.03l.136.08 2.907 1.708v2.205l.134.08 1.061.637 1.196-.717V8.816l2.662-1.565V2.327zm-.003.643 3.316 2V6.93L6.213 8.878 2.52 6.708V2.812zm.654 8.492v1.57l-.653.39-.651-.39v-1.57l.651.383zm8.947 2.074-7.88 4.54v1.434l.869.5v1.107l3.208 1.881 6.79-4.102v-1.166l1.087-.666v-1.15zm-.002.638 3.533 2.061v.515l-1.086.665v1.164l-6.251 3.777-2.66-1.56v-1.11l-.87-.5v-.785zm-2.98-9.03a.26.26 0 0 0-.143.038l-2.616 1.543v.64l2.753-1.624 3.529 2.067-4.317 2.533a.28.28 0 0 0-.001.48l3.23 1.92-7.058 4.069-7.067-4.175 3.202-1.89-.544-.32-3.337 1.97a.28.28 0 0 0 0 .48l7.608 4.494c.083.049.185.05.27 0l7.606-4.382a.28.28 0 0 0 .003-.482l-3.235-1.922 4.32-2.535a.28.28 0 0 0 0-.48L12.96 2.853a.3.3 0 0 0-.13-.038zm4.34 2.668a.28.28 0 0 1-.136.237l-.407.24v.468l-3.515 2.062.542.322 3.38-1.983a.28.28 0 0 0 .136-.24zm-14.128 8.17v1.1l-1.086-.665v3.978l6.412 3.82v-1.752l-.924-.555V18.47l-1.141-.666v-2.218zm.544.963 2.173 1.286v2.22l1.141.667V19.9l.925.554v.467L2.5 17.75v-2.681l1.087.666v-.49zM11.88 3.33l-1.809 1.065v.003l1.81-1.067zM3.79 8.095.309 10.147v6.979L11.99 24l11.681-7.042v-6.7l-3.25-1.909v.64l2.707 1.59v6.062l-11.141 6.716L.85 16.805v-6.027l-.389-.23a.28.28 0 0 1 0-.48L3.8 8.098zm19.9 4.34-.406.24-2.31 1.356v.558l-1.087.666v1.11l-1.087.665v2.857l4.89-2.872v-4.044zm-.543.96v3.3l-3.803 2.233v-1.584l1.086-.665v-1.11l1.087-.666v-.551zm-3.77-7.853-1.129.792v4.746l.14.08 1.003.577 1.031-.603V6.152zm.025.654.476.278v4.338l-.49.287-.597-.344v-4.13zM6.216 0l-4.24 2.491V7.03l.136.08L5.02 8.817v2.205l.134.08 1.06.637 1.197-.717V8.815l2.662-1.564V2.327zm-.003.643 3.316 2V6.93L6.214 8.878 2.52 6.708V2.812zm.654 8.492v1.57l-.653.39-.651-.39v-1.57l.651.383zm8.947 2.074-7.88 4.54v1.434l.869.5v1.107l3.208 1.881 6.79-4.102v-1.166l1.087-.666v-1.15zm-.002.638 3.533 2.061v.515l-1.087.665v1.164l-6.25 3.777-2.661-1.56v-1.11l-.87-.5v-.786zm-2.98-9.03a.26.26 0 0 0-.143.038l-2.616 1.543v.64l2.753-1.624 3.529 2.067-4.318 2.533a.28.28 0 0 0 0 .48l3.23 1.92-7.059 4.068-7.067-4.174 3.203-1.89-.544-.32-3.337 1.97a.28.28 0 0 0 0 .48L8.07 15.04c.084.05.186.05.27.001l7.607-4.382a.28.28 0 0 0 .003-.482l-3.235-1.922 4.32-2.535a.28.28 0 0 0 0-.481L12.96 2.854a.3.3 0 0 0-.13-.038zm4.34 2.668a.28.28 0 0 1-.136.236l-.407.24v.47l-3.515 2.061.542.322 3.38-1.983a.28.28 0 0 0 .136-.24zm0 .968v.137c0 .1-.052.191-.136.24l-.156.092 1.37.8v-.64zm3.252 1.897v.64l2.725 1.59v.512l-1.984 1.195-1.764 1.03-3.316-1.949v-.95c0-.098-.05-.19-.135-.24l-2.295-1.363-.543.319 2.43 1.444v.95c0 .1.052.192.137.242l3.586 2.107c.083.05.186.05.27.001l1.901-1.11h.004l1.709-1.03v.902l.001.026q.004.03.011.054c.003.007.007.02.011.027q.006.01.012.026l.014.023q.033.045.079.075l.022.015.026.011a.1.1 0 0 0 .026.007.26.26 0 0 0 .16-.007l.026-.011c.015-.007.034-.019.047-.027.007-.007.015-.01.022-.019q.009-.012.018-.018l.019-.023q.008-.01.015-.023a.14.14 0 0 0 .022-.05c.003-.008.004-.02.007-.027l.004-.027.001-.026v-2.222c0-.1-.051-.192-.136-.242zm-17.38 5.305v1.1l-1.086-.665v3.978l6.412 3.819v-1.751l-.925-.555v-1.112l-1.14-.666v-2.218zm.544.963 2.173 1.286v2.22l1.14.667v1.107l.925.555v.467l-5.325-3.17v-2.681l1.087.666v-.49zM11.88 3.33l-1.808 1.065v.003l1.81-1.067zM3.792 8.095.308 10.147v6.978L11.992 24l11.681-7.043v-6.699l-3.25-1.909v.64l2.707 1.59v6.062l-11.141 6.716L.852 16.805v-6.028l-.389-.23a.28.28 0 0 1 0-.48L3.8 8.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mingww64.svg b/mkdocs-material/material/templates/.icons/simple/mingww64.svg new file mode 100644 index 0000000..36965c0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mingww64.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m0 9.396 4.187-4.188 4.187 4.188-4.187 4.187zm0 10.417 4.187-4.187 4.187 4.187L4.187 24zm5.208-5.209 4.187-4.187 4.187 4.187-4.187 4.187zm0-10.417L9.395 0l4.187 4.187-4.187 4.187Zm5.209 5.208 4.187-4.187 4.187 4.187-4.187 4.187zm5.208-5.208L19.812 0 24 4.187l-4.187 4.187zm-5.208 15.626 4.187-4.187 4.187 4.187L14.604 24Zm5.209-5.208 4.187-4.188L24 14.604l-4.187 4.187z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mini.svg b/mkdocs-material/material/templates/.icons/simple/mini.svg new file mode 100644 index 0000000..357ce2c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mini.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 9.172h7.556A5.3 5.3 0 0 1 9.45 7.39a5.1 5.1 0 0 1 2.548-.659q1.376 0 2.553.662a5.25 5.25 0 0 1 1.889 1.78H24l-.748.749h-6.4a4.3 4.3 0 0 1 .3.888h5.233l-.749.75h-4.369q.02.289.02.439t-.02.44h3.49l-.748.748H17.15a4 4 0 0 1-.299.884h2.264l-.758.748H16.44a5.3 5.3 0 0 1-1.89 1.786 5.1 5.1 0 0 1-2.552.666q-1.375 0-2.548-.663a5.3 5.3 0 0 1-1.894-1.788H5.642l-.744-.749h2.26a4 4 0 0 1-.296-.884H4.006l-.758-.748h3.49a7 7 0 0 1-.02-.44q0-.15.02-.44h-4.36l-.758-.749H6.86a4.3 4.3 0 0 1 .296-.888H.749zm7.844 1.072a4.4 4.4 0 0 0-.358 1.754q0 .916.358 1.754t.963 1.444q.604.607 1.44.967.834.358 1.751.358t1.753-.359a4.5 4.5 0 0 0 1.443-.966q.605-.607.965-1.444t.36-1.754-.36-1.754a4.6 4.6 0 0 0-.965-1.443 4.6 4.6 0 0 0-1.443-.963 4.4 4.4 0 0 0-1.753-.36q-.916 0-1.751.36-.836.359-1.44.963a4.5 4.5 0 0 0-.963 1.443m.553 2.942h.468l-.013-1.773.566 1.773.52-.003.556-1.76v1.763h.499v-2.377h-.703l-.603 1.895-.615-1.893-.674-.002zm3.134 0h.495v-2.377h-.495zm1.033 0h.477v-1.712l.949 1.712h.575v-2.377h-.468v1.722l-.949-1.722h-.584zm2.548 0h.486v-2.377h-.486z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/minio.svg b/mkdocs-material/material/templates/.icons/simple/minio.svg new file mode 100644 index 0000000..009191b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/minio.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.207.006a2.16 2.16 0 0 0-1.62.582 2.15 2.15 0 0 0-.095 3.035l3.408 3.55a3.042 3.042 0 0 1-.663 4.688l-.463.239V7.285a15.42 15.42 0 0 0-8.018 10.487v.017l6.549-3.328v7.621L13.779 24V13.682l.897-.463a4.443 4.443 0 0 0 1.22-7.03l-3.37-3.525a.75.75 0 0 1 .037-1.055.75.75 0 0 1 1.056.038l.467.486-.006.006 4.07 4.244a.057.057 0 0 0 .082 0 .06.06 0 0 0 0-.07l-3.14-5.143-.149.143.149-.145C14.494.393 13.829.054 13.207.006m-.902 9.865v2.994l-4.152 2.149a14 14 0 0 1 2.767-3.928 14 14 0 0 1 1.385-1.215"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mintlify.svg b/mkdocs-material/material/templates/.icons/simple/mintlify.svg new file mode 100644 index 0000000..23666f3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mintlify.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.158.002a8.8 8.8 0 0 0-6.249 2.59l-.062.063h-.003L2.655 8.844a1 1 0 0 0-.062.058 8.84 8.84 0 0 0-.83 11.55l6.251-6.249.065-.063a8.78 8.78 0 0 1-1.758-5.385 8.8 8.8 0 0 1 .283-2.151 9 9 0 0 1 2.151-.286 8.8 8.8 0 0 1 5.386 1.76 8.8 8.8 0 0 1 3.032 4.11 8.9 8.9 0 0 1 .225 5.21 9 9 0 0 0-.341.082 8.85 8.85 0 0 1-4.868-.303 8.7 8.7 0 0 1-2.323-1.25l-.064.065L3.55 22.24a8.85 8.85 0 0 0 11.548-.83l.06-.062 6.19-6.187a9 9 0 0 1-.367.337q.188-.165.366-.341l.063-.058A8.82 8.82 0 0 0 24 8.844V.002Zm3.289 17.05"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/minutemailer.svg b/mkdocs-material/material/templates/.icons/simple/minutemailer.svg new file mode 100644 index 0000000..d4e8967 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/minutemailer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.187 19.181 24 4.755 0 12.386l9.196 1.963.043 4.896 2.759-2.617-2.147-2.076z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/miraheze.svg b/mkdocs-material/material/templates/.icons/simple/miraheze.svg new file mode 100644 index 0000000..a22ebab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/miraheze.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m2.677 12.923 3.768.011 1.949 3.369-1.926 3.323H2.666L.727 16.292zm-.004-8.6 3.761.011 1.944 3.367-1.922 3.326H2.662L.727 7.69zm14.882 0 3.768.011 1.95 3.367-1.928 3.326h-3.801L15.606 7.69zm0 8.6 3.768.011 1.95 3.369-1.928 3.323h-3.802l-1.937-3.334zm-7.456 4.373 3.767.011 1.951 3.368L13.889 24h-3.801l-1.939-3.336zm0-17.296 3.767.011 1.951 3.369-1.928 3.324h-3.801L8.149 3.368zm0 8.628 3.767.011 1.951 3.368-1.928 3.325h-3.801l-1.939-3.336z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/miro.svg b/mkdocs-material/material/templates/.icons/simple/miro.svg new file mode 100644 index 0000000..7ffe024 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/miro.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.392 0H13.9L17 4.808 10.444 0H6.949l3.102 6.3L3.494 0H0l3.05 8.131L0 24h3.494L10.05 6.985 6.949 24h3.494L17 5.494 13.899 24h3.493L24 3.672z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/misskey.svg b/mkdocs-material/material/templates/.icons/simple/misskey.svg new file mode 100644 index 0000000..4793b79 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/misskey.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.91 16.892c-1.039.003-1.931-.63-2.352-1.366-.225-.322-.67-.437-.676 0v2.014q0 1.215-.876 2.1-.85.86-2.078.86-1.2 0-2.077-.86A2.93 2.93 0 0 1 0 17.54V6.46q0-.936.526-1.695a2.86 2.86 0 0 1 1.402-1.088 2.9 2.9 0 0 1 1-.177q1.353 0 2.253 1.063l2.997 3.515c.067.05.263.437.732.437.47 0 .692-.386.758-.437l2.972-3.515Q13.567 3.5 14.918 3.5q.501 0 1.001.177a2.73 2.73 0 0 1 1.377 1.088q.55.758.55 1.695v11.08q0 1.215-.875 2.1-.852.86-2.078.86-1.201 0-2.078-.86a2.93 2.93 0 0 1-.85-2.1v-2.014c-.05-.55-.531-.204-.702 0-.45.843-1.313 1.361-2.352 1.366M21.448 8.61q-1.05 0-1.802-.733-.726-.759-.726-1.822c0-1.063.242-1.307.726-1.796a2.44 2.44 0 0 1 1.802-.758q1.05 0 1.803.758.75.735.75 1.796 0 1.063-.75 1.822-.751.732-1.803.733m.025.507q1.05 0 1.777.758.75.759.751 1.822v6.248q0 1.064-.75 1.821a2.4 2.4 0 0 1-1.778.734q-1.05 0-1.802-.733a2.5 2.5 0 0 1-.75-1.822v-6.248a2.5 2.5 0 0 1 .75-1.822 2.44 2.44 0 0 1 1.802-.758"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mitsubishi.svg b/mkdocs-material/material/templates/.icons/simple/mitsubishi.svg new file mode 100644 index 0000000..b0de2ac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mitsubishi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 22.38H0l4-6.92h8zm8 0h8l-4-6.92h-8zm0-13.84-4-6.92-4 6.92 4 6.92Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mix.svg b/mkdocs-material/material/templates/.icons/simple/mix.svg new file mode 100644 index 0000000..7c799bf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mix.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.001 0v21.61c0 1.32 1.074 2.39 2.4 2.39a2.396 2.396 0 0 0 2.402-2.39V8.54c0 .014-.005.026-.006.04V6.364a2.395 2.395 0 0 1 2.399-2.393 2.396 2.396 0 0 1 2.398 2.393v9.356a2.394 2.394 0 0 0 2.398 2.393 2.394 2.394 0 0 0 2.398-2.39v-3.692a2.4 2.4 0 0 1 2.385-2.078 2.4 2.4 0 0 1 2.41 2.389v1.214a2.397 2.397 0 0 0 2.408 2.389 2.4 2.4 0 0 0 2.406-2.39V.006l-.145-.004c-1.31 0-2.558.264-3.693.74A9.45 9.45 0 0 1 23.841 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mixcloud.svg b/mkdocs-material/material/templates/.icons/simple/mixcloud.svg new file mode 100644 index 0000000..9bcdf2a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mixcloud.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m2.462 8.596 1.372 6.49h.319l1.372-6.49h2.462v6.808H6.742v-5.68l.232-.81h-.402l-1.43 6.49H2.854l-1.44-6.49h-.391l.222.81v5.68H0V8.596zM24 8.63v1.429L21.257 12 24 13.941v1.43l-3.235-2.329h-.348l-3.226 2.329v-1.43l2.734-1.94-2.733-1.942V8.63l3.225 2.338h.348zm-7.869 2.75v1.24H9.304v-1.24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mixpanel.svg b/mkdocs-material/material/templates/.icons/simple/mixpanel.svg new file mode 100644 index 0000000..0d3e32a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mixpanel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.967 9.996h3.053c-.763-.477-1.048-1.145-1.431-2.384L7.443 3.366C6.919 1.458 6.49.551 4.39.551H.004v1.145h.621c1.286 0 1.431.477 1.814 1.908L3.44 7.326c.524 1.814 1.337 2.67 3.53 2.67zm7.06 0h3.053c2.194 0 2.956-.86 3.484-2.67l1.001-3.722c.382-1.431.57-1.908 1.814-1.908H24V.551h-4.34c-2.146 0-2.576.86-3.053 2.815l-1.145 4.246c-.384 1.286-.673 1.907-1.435 2.384m-4.007 4.008h4.007V9.996H10.02zM0 23.449h4.39c2.1 0 2.529-.907 3.053-2.815l1.146-4.246c.383-1.239.668-1.907 1.431-2.384H6.967c-2.194 0-3.007.86-3.531 2.67l-1.001 3.722c-.383 1.431-.524 1.907-1.814 1.907H0zm19.65 0h4.343v-1.146h-.622c-1.239 0-1.431-.476-1.814-1.907l-1.001-3.722c-.524-1.814-1.286-2.67-3.483-2.67h-3.046c.762.477 1.041 1.098 1.424 2.384l1.145 4.246c.477 1.955.907 2.815 3.054 2.815"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mlb.svg b/mkdocs-material/material/templates/.icons/simple/mlb.svg new file mode 100644 index 0000000..50d2a5a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mlb.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.003 5.53a1.99 1.99 0 0 1 1.99 1.827l.007.177v8.927a2.007 2.007 0 0 1-1.848 2.002l-.15.006h-20a2 2 0 0 1-1.42-.586 1.98 1.98 0 0 1-.575-1.245L0 16.46V7.535a2 2 0 0 1 .583-1.427 2.02 2.02 0 0 1 1.242-.57l.176-.007h20.002zm-7.5.703H2.001a1.3 1.3 0 0 0-.926.375 1.3 1.3 0 0 0-.374.926v8.927a1.28 1.28 0 0 0 .374.922c.246.245.579.383.926.384h8.116a92 92 0 0 0-.495-.843H8.66c0-2.402.812-3.73 1.784-3.995.133-.024.07-.68-.1-.88h-.561c-.09 0-.038-.169-.038-.169l.456-.972-.062-.266H8.455l1.383-.967c.064-2.55 2.68-2.748 4.255-1.686.937.62 1.008 1.849.937 2.698-.012.054-.244.018-.244.018s-.16.937.257.937h1.838c.749-.03 1.472.478 1.472.478l.176-.643zm7.5 0h-5.59l3.207 5.36.296.038.187.245v.229l.202.041.188.255v.221l.21.037.211.23v.51c.252.228.536.418.843.563.283.108.315.562.486.803.213.352.505.493.444.69-.143.526-.682 1.414-1.184 1.456h-1.986v.85h2.488a1.3 1.3 0 0 0 1.294-1.311V7.534h-.002a1.285 1.285 0 0 0-1.294-1.3zM4.022 14.404a.888.888 0 0 1-.638 1.513.88.88 0 0 1-.88-.888.888.888 0 0 1 1.518-.625"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mlflow.svg b/mkdocs-material/material/templates/.icons/simple/mlflow.svg new file mode 100644 index 0000000..62c8a8f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mlflow.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.883.002a12.044 12.044 0 0 0-9.326 19.463l3.668-2.694A7.573 7.573 0 0 1 12.043 4.45v2.867l6.908-5.14A12 12 0 0 0 11.883.002m9.562 4.533L17.777 7.23a7.573 7.573 0 0 1-5.818 12.322v-2.867l-6.908 5.14a12.046 12.046 0 0 0 16.394-17.29"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mobx.svg b/mkdocs-material/material/templates/.icons/simple/mobx.svg new file mode 100644 index 0000000..aa5d2a9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mobx.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.402 0C.625 0 0 .625 0 1.402v21.196C0 23.375.625 24 1.402 24h21.196c.777 0 1.402-.625 1.402-1.402V1.402C24 .625 23.375 0 22.598 0zm2.882 5.465h3.038v13.068H4.284v-.986h1.863V6.45H4.284zm12.394 0h3.038v.985h-1.863v11.098h1.863v.986h-3.038zm-7.856 3.55h1.35q.162.662.378 1.418.23.742.472 1.485.257.729.513 1.417.256.69.486 1.229.23-.54.486-1.229.257-.688.5-1.417.256-.742.472-1.485.23-.756.392-1.418h1.296a34 34 0 0 1-1.242 3.78 56 56 0 0 1-1.364 3.24h-1.134a63 63 0 0 1-1.377-3.24 36 36 0 0 1-1.228-3.78"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mobxstatetree.svg b/mkdocs-material/material/templates/.icons/simple/mobxstatetree.svg new file mode 100644 index 0000000..5194de9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mobxstatetree.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.436.592c-.533.001-1.073.271-1.432.807L.306 17.553c-.94 1.98.422 3.874 2.269 4.41 3.469.773 6.646-1.292 6.646-1.292 4.68-2.995 7.702-4.685 7.702-4.685 3.73-1.891 6.993.429 7 .434L13.825 1.399c-.331-.54-.856-.808-1.39-.807m.004 1.66c.42-.002.833.21 1.093.635 2.466 3.66 5.27 7.435 7.629 11.161 0 0-2.252-1.172-5.19.318 0 0-2.38 1.33-6.062 3.687 0 0-2.5 1.624-5.23 1.016-1.453-.422-2.526-1.912-1.786-3.471l8.42-12.711c.282-.421.707-.634 1.126-.635m8.42 14.165c-4.035.1-7.535 3.87-10.387 4.983 4.335 5.21 17.314-.97 12.454-4.424-.617-.42-1.315-.578-2.067-.56m-.025 1.016c.545.003 1.04.145 1.457.478 2.288 2.286-6.305 6.262-9.958 3.647 1.18-.091 5.56-4.141 8.501-4.125"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mocha.svg b/mkdocs-material/material/templates/.icons/simple/mocha.svg new file mode 100644 index 0000000..172ebb4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mocha.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.325 0c-.907 1.116-2.442 2.302-.768 4.814.558.628.838 1.953.768 2.372 0 0 2.512-1.464.977-4.116-.907-1.395-1.326-2.582-.977-3.07m-2.79 2.582c-.628.767-1.605 1.535-.489 3.279.35.349.489 1.256.489 1.535 0 0 1.673-.978.627-2.792-.628-.907-.906-1.743-.627-2.022m-5.094 6a.7.7 0 0 0-.697.698c0 2.372.349 10.535 3.837 14.512.14.139.28.208.489.208h5.86c.21 0 .35-.069.489-.208 3.488-3.908 3.837-12.07 3.837-14.512a.7.7 0 0 0-.698-.699H12zm2.023 2.163h9.21c.349 0 .697.278.697.697 0 1.953-.348 7.465-2.72 10.326-.21.14-.35.208-.559.208H9.976a.63.63 0 0 1-.488-.208c-2.372-2.79-2.652-8.373-2.722-10.326 0-.35.28-.697.698-.697m8.792 4.744s-.071.627-1.745 1.255c-2.303.837-6.348.28-6.348.28.349 1.465.906 2.86 1.743 3.907.07.14.28.209.419.209h3.489q.21 0 .418-.209c1.186-1.395 1.745-3.558 2.024-5.442"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mockserviceworker.svg b/mkdocs-material/material/templates/.icons/simple/mockserviceworker.svg new file mode 100644 index 0000000..7f8a642 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mockserviceworker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.5 0A4.49 4.49 0 0 0 0 4.5v15A4.49 4.49 0 0 0 4.5 24h15a4.49 4.49 0 0 0 4.5-4.5v-15A4.49 4.49 0 0 0 19.5 0Zm1.633 4.43 11.715.013c.623.001 1.208.26 1.62.674.414.414.671 1 .67 1.623v.086l-1.224 11.799a2.3 2.3 0 0 1-.836 1.545 2.293 2.293 0 0 1-3.15-.246L4.426 8.262a2.3 2.3 0 0 1-.586-1.657A2.295 2.295 0 0 1 6.133 4.43m2.363 3.35 7.334 8.146.844-8.137zm1.123.501 3.244.004 2.92 3.244-.336 3.227zM4.678 9.287l3.017 3.354-.369 3.57 3.588.004 3.018 3.351-7.78-.01c-.623 0-1.208-.26-1.62-.673-.414-.414-.671-1-.67-1.623v-.086z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/modal.svg b/mkdocs-material/material/templates/.icons/simple/modal.svg new file mode 100644 index 0000000..1c441b8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/modal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.89 5.57 0 14.002l2.521 4.4h5.05l4.396-7.718 4.512 7.709 4.996.037L24 14.057l-4.857-8.452-5.073-.015-2.076 3.598L9.94 5.57Zm.837.729h3.787l1.845 3.252H7.572Zm9.189.021 3.803.012 4.228 7.355-3.736-.027zm-9.82.346L6.94 9.914l-4.209 7.389-1.892-3.3Zm9.187.014 4.297 7.343-1.892 3.282-4.3-7.344zm-6.713 3.6h3.79l-4.212 7.394H3.361Zm11.64 4.109 3.74.027-1.893 3.281-3.74-.027z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/modin.svg b/mkdocs-material/material/templates/.icons/simple/modin.svg new file mode 100644 index 0000000..e1df131 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/modin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.44 7.391h2.066a.36.36 0 0 0 .354-.353.36.36 0 0 0-.354-.359H6.44a.358.358 0 1 0 0 .712m14.08 7.082a1.74 1.74 0 0 0-1.773 1.777 1.773 1.773 0 0 0 1.773 1.796h1.703A1.773 1.773 0 0 0 24 16.273a1.745 1.745 0 0 0-1.777-1.777zm1.703-4.95A1.745 1.745 0 0 0 24 7.744a1.773 1.773 0 0 0-1.777-1.773H20.52a1.773 1.773 0 0 0-1.773 1.773 1.74 1.74 0 0 0 1.773 1.777zm-1.703.697a1.777 1.777 0 0 0-1.773 1.778 1.74 1.74 0 0 0 1.773 1.777h1.703A1.745 1.745 0 0 0 24 11.998a1.777 1.777 0 0 0-1.777-1.773zm-4.886 4.253a1.74 1.74 0 0 0-1.773 1.777 1.77 1.77 0 0 0 1.773 1.796h.633a1.773 1.773 0 0 0 1.777-1.772 1.745 1.745 0 0 0-1.777-1.801zm.633-4.95a1.745 1.745 0 0 0 1.777-1.778 1.773 1.773 0 0 0-1.777-1.773h-.651a1.77 1.77 0 0 0-1.773 1.773 1.74 1.74 0 0 0 1.773 1.777zm-.651.697a1.777 1.777 0 0 0-1.754 1.778 1.74 1.74 0 0 0 1.772 1.777h.633a1.745 1.745 0 0 0 1.796-1.777 1.777 1.777 0 0 0-1.796-1.778zM3.914 8.824h1.033a.354.354 0 0 0 .358-.353.363.363 0 0 0-.358-.358H3.932a.354.354 0 0 0 0 .707zm-3.15-2.13h.27a.354.354 0 0 0 .358-.354.363.363 0 0 0-.358-.358h-.27a.354.354 0 0 0 0 .707zm5.676 9.91h2.066a.354.354 0 0 1 .354.354.36.36 0 0 1-.354.358H6.44a.358.358 0 1 1 0-.712m-2.508-1.42h1.033a.354.354 0 1 1 0 .708H3.932a.354.354 0 0 1 0-.707m-3.15 2.132h.27a.354.354 0 0 1 .359.354.363.363 0 0 1-.359.358h-.27a.354.354 0 0 1 0-.707zm1.587.73h9.027a1.773 1.773 0 0 0 1.772-1.772 1.74 1.74 0 0 0-1.772-1.778H1.694a.358.358 0 0 0 0 .712h.931a.354.354 0 0 1 0 .707H.317a.358.358 0 0 0 0 .712H5.17a.358.358 0 0 1 0 .712H2.378a.354.354 0 0 0-.34.354.36.36 0 0 0 .354.358Zm4.071-6.388h2.066a.354.354 0 0 0 .354-.354.36.36 0 0 0-.354-.358H6.44a.363.363 0 0 0-.358.358.36.36 0 0 0 .358.354m-2.508 1.424h1.033a.358.358 0 1 0 0-.712H3.932a.354.354 0 0 0-.353.353.36.36 0 0 0 .353.359M.782 10.95h.27a.354.354 0 1 0 0-.707h-.27a.36.36 0 0 0-.353.353.36.36 0 0 0 .353.358zm1.587-.712h9.027a1.777 1.777 0 0 1 1.772 1.759 1.74 1.74 0 0 1-1.772 1.777H1.694a.354.354 0 0 1 0-.707h.931a.36.36 0 0 0 .354-.358.36.36 0 0 0-.354-.354H.317a.358.358 0 0 1 0-.712H5.17a.358.358 0 0 0 0-.712H2.378a.358.358 0 0 1 0-.712zm0-4.253h9.027a1.773 1.773 0 0 1 1.772 1.773 1.74 1.74 0 0 1-1.772 1.777H1.694a.36.36 0 0 1-.353-.353.354.354 0 0 1 .34-.359h.93a.354.354 0 0 0 0-.707H.317a.358.358 0 0 1 0-.712H5.17a.358.358 0 0 0 0-.712H2.378a.354.354 0 0 1-.34-.353.36.36 0 0 1 .331-.391Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/modrinth.svg b/mkdocs-material/material/templates/.icons/simple/modrinth.svg new file mode 100644 index 0000000..b5f46ac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/modrinth.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.252.004a11.78 11.768 0 0 0-8.92 3.73 11 11 0 0 0-2.17 3.11 11.37 11.359 0 0 0-1.16 5.169c0 1.42.17 2.5.6 3.77.24.759.77 1.899 1.17 2.529a12.3 12.298 0 0 0 8.85 5.639c.44.05 2.54.07 2.76.02.2-.04.22.1-.26-1.7l-.36-1.37-1.01-.06a8.5 8.489 0 0 1-5.18-1.8 5.3 5.3 0 0 1-1.3-1.26c0-.05.34-.28.74-.5a37.572 37.545 0 0 1 2.88-1.629c.03 0 .5.45 1.06.98l1 .97 2.07-.43 2.06-.43 1.47-1.47c.8-.8 1.48-1.5 1.48-1.52 0-.09-.42-1.63-.46-1.7-.04-.06-.2-.03-1.02.18-.53.13-1.2.3-1.45.4l-.48.15-.53.53-.53.53-.93.1-.93.07-.52-.5a2.7 2.7 0 0 1-.96-1.7l-.13-.6.43-.57c.68-.9.68-.9 1.46-1.1.4-.1.65-.2.83-.33.13-.099.65-.579 1.14-1.069l.9-.9-.7-.7-.7-.7-1.95.54c-1.07.3-1.96.53-1.97.53-.03 0-2.23 2.48-2.63 2.97l-.29.35.28 1.03c.16.56.3 1.16.31 1.34l.03.3-.34.23c-.37.23-2.22 1.3-2.84 1.63-.36.2-.37.2-.44.1-.08-.1-.23-.6-.32-1.03-.18-.86-.17-2.75.02-3.73a8.84 8.84 0 0 1 7.9-6.93c.43-.03.77-.08.78-.1.06-.17.5-2.999.47-3.039-.01-.02-.1-.02-.2-.03Zm3.68.67c-.2 0-.3.1-.37.38-.06.23-.46 2.42-.46 2.52 0 .04.1.11.22.16a8.51 8.499 0 0 1 2.99 2 8.38 8.379 0 0 1 2.16 3.449 6.9 6.9 0 0 1 .4 2.8c0 1.07 0 1.27-.1 1.73a9.4 9.4 0 0 1-1.76 3.769c-.32.4-.98 1.06-1.37 1.38-.38.32-1.54 1.1-1.7 1.14-.1.03-.1.06-.07.26.03.18.64 2.56.7 2.78l.06.06a12.07 12.058 0 0 0 7.27-9.4c.13-.77.13-2.58 0-3.4a11.96 11.948 0 0 0-5.73-8.578c-.7-.42-2.05-1.06-2.25-1.06Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/modx.svg b/mkdocs-material/material/templates/.icons/simple/modx.svg new file mode 100644 index 0000000..09d4203 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/modx.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.145 9.49 4.47-7.19H12.118l-1.24 2.023zM2.92 0v11.497l2.48 1.55 13.435-3.1zm18.16 24V12.503l-1.984-1.263-5.168 8.267zM5.165 14.053l-4.78 7.648h11.497L18.6 10.953Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/moleculer.svg b/mkdocs-material/material/templates/.icons/simple/moleculer.svg new file mode 100644 index 0000000..d848cd3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/moleculer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.442.718a2.58 2.58 0 0 0-2.579 2.579 2.58 2.58 0 0 0 1.368 2.275L12.809 8.27a3.5 3.5 0 0 0-1.077-.172 3.505 3.505 0 0 0-3.505 3.505 3.5 3.5 0 0 0 .085.745l-2.83 1.036a2.97 2.97 0 0 0-2.513-1.39A2.97 2.97 0 0 0 0 14.962a2.97 2.97 0 0 0 2.97 2.97 2.97 2.97 0 0 0 2.969-2.97 3 3 0 0 0-.072-.634l2.716-1.193a3.5 3.5 0 0 0 3.15 1.972 3.5 3.5 0 0 0 2.129-.724l2.276 2.167a4.3 4.3 0 0 0-.749 2.426 4.305 4.305 0 0 0 4.306 4.305A4.305 4.305 0 0 0 24 18.977a4.305 4.305 0 0 0-4.305-4.305 4.3 4.3 0 0 0-2.718.969l-2.424-1.964a3.5 3.5 0 0 0 .684-2.074 3.5 3.5 0 0 0-1.521-2.89l1.204-2.891a2.6 2.6 0 0 0 .522.054 2.58 2.58 0 0 0 2.58-2.58 2.58 2.58 0 0 0-2.58-2.578"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/momenteo.svg b/mkdocs-material/material/templates/.icons/simple/momenteo.svg new file mode 100644 index 0000000..b6a0636 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/momenteo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.925 6.615c-.6.01-1.154.323-1.472.831-.348.41-3.163 3.98-4.142 5.22l.765.968c1.036-1.306 4.096-5.169 4.243-5.348a.765.765 0 0 1 1.265 0c.344.42 1.624 2.047 2.703 3.408q.724.888 1.328 1.862c.626 1.043-.395 2.02-.792 2.457l-3.254-4.098a.81.81 0 0 0-1.25-.016L14.2 15.836 7.548 7.447a1.774 1.774 0 0 0-3.02.024c-.059.067-1.706 2.156-2.989 3.776-.528.701-.956 1.33-1.178 1.7-1.048 1.75.441 3.462 1.239 4.165.174.16.399.257.636.272a.73.73 0 0 0 .677-.368l3.145-3.97s2.882 3.644 3.227 4.07a.64.64 0 0 0 1.033-.005c.198-.253.76-.962 1.373-1.733l-.765-.964c-.548.69-1.021 1.286-1.127 1.426l-3.118-3.938a.81.81 0 0 0-1.25.016l-3.254 4.099c-.397-.438-1.416-1.415-.792-2.458a18 18 0 0 1 1.329-1.861c1.078-1.362 2.358-2.989 2.703-3.408a.765.765 0 0 1 1.264 0l7 8.823a.64.64 0 0 0 1.034.005c.345-.426 3.227-4.07 3.227-4.07l3.146 3.968a.73.73 0 0 0 .675.367c.238-.015.463-.11.638-.272.797-.702 2.286-2.414 1.238-4.165-.222-.37-.65-1-1.179-1.7-1.282-1.621-2.929-3.71-2.989-3.777a1.77 1.77 0 0 0-1.546-.854"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/monero.svg b/mkdocs-material/material/templates/.icons/simple/monero.svg new file mode 100644 index 0000000..446b4b6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/monero.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.365 0 0 5.373 0 12.015c0 1.335.228 2.607.618 3.81h3.577V5.729L12 13.545l7.805-7.815v10.095h3.577c.389-1.203.618-2.475.618-3.81C24 5.375 18.635 0 12 0m-1.788 15.307-3.417-3.421v6.351H1.758C3.87 21.689 7.678 24 12 24s8.162-2.311 10.245-5.764h-5.04v-6.351l-3.386 3.421-1.788 1.79-1.814-1.79z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/moneygram.svg b/mkdocs-material/material/templates/.icons/simple/moneygram.svg new file mode 100644 index 0000000..ab673f6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/moneygram.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12c0-1.826.407-3.555 1.137-5.105a9.8 9.8 0 0 0-.704 3.591c0 5.434 4.387 6.22 6.254 6.203 2.837-.026 6.154-1.416 8.948-3.991l-.471 2.65c-.106.605.29 1.138.896 1.142h.25c.627 0 1.073-.511 1.186-1.143l1.006-5.662c.12-.628-.293-1.14-.921-1.14h-5.673c-.63 0-1.207.334-1.32.968l-.044.255c-.09.603.33 1.057.931 1.057h2.96l-.142.139c-2.04 1.93-4.556 2.988-6.64 2.988-2.08 0-4.41-1.313-4.41-4.269C3.243 3.555 8.99 0 12 0c6.614 0 12 5.373 12 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mongodb.svg b/mkdocs-material/material/templates/.icons/simple/mongodb.svg new file mode 100644 index 0000000..fac3814 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mongodb.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.193 9.555c-1.264-5.58-4.252-7.414-4.573-8.115-.28-.394-.53-.954-.735-1.44-.036.495-.055.685-.523 1.184-.723.566-4.438 3.682-4.74 10.02-.282 5.912 4.27 9.435 4.888 9.884l.07.05A74 74 0 0 1 11.91 24h.481a29 29 0 0 1 .51-3.07c.417-.296.604-.463.85-.693a11.34 11.34 0 0 0 3.639-8.464c.01-.814-.103-1.662-.197-2.218m-5.336 8.195s0-8.291.275-8.29c.213 0 .49 10.695.49 10.695-.381-.045-.765-1.76-.765-2.405"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mongoose.svg b/mkdocs-material/material/templates/.icons/simple/mongoose.svg new file mode 100644 index 0000000..1417b0d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mongoose.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.014 7.37a9 9 0 0 0-.808.025c-.218.017-.434.072-.65.11.229.118.456.213.68.315q.339.155.629.387c-.253-.097-.499-.208-.752-.298a8 8 0 0 0-1.624-.421c-.273-.037-.546-.073-.819.005-.276.078-.354.18-.38.458-.04.46.098.887.281 1.298a4.4 4.4 0 0 0 1.185 1.573 4.6 4.6 0 0 0 1.305.787q.205.078.411.155l-.009.032c-.263-.072-.532-.126-.787-.22a4.1 4.1 0 0 1-1.222-.73 4.2 4.2 0 0 1-1.007-1.22 3.4 3.4 0 0 1-.43-1.609l-.012.005C4.891 7.488.402 11.595.035 11.94l-.034.014q-.002.007.003.016L0 11.974l.005-.002q.007.012.013.024c.087-.019.173-.042.26-.054l.069-.01c.324-.115.655-.205.997-.253.484-.069.985-.159 1.48-.156.468.002.943.074 1.402.153q.193.034.38.087c.335.075.65.21.933.391l.06.03c.403.19.758.47 1.038.811.052.057.141.116.187.178.096.114.142.236.303.363v-1.737h2.01l.939 1.733.942-1.733h2.07v3.357l.343-.226s.375-1 2.116-1.14l1.996-.064c-.308-.637-.307-.637-.159-.83.147-.19 1.28-.314 1.48-.433l2.912-.588c.007-.022.015.012.03.007.072-.022.147-.037.25-.061l.66-.16c.042-.025.093-.034.14-.05.308-.107.577-.245.726-.573.145-.319.339-.616.41-.967.022-.111.003-.208-.078-.288a.73.73 0 0 0-.35-.171c-.421-.173-.84-.35-1.264-.513-.261-.101-.529-.185-.795-.27a31 31 0 0 0-.794-.243q-.366-.106-.736-.205c-.24-.066-.48-.133-.72-.192-.282-.07-.565-.13-.847-.195-.215-.05-.428-.102-.644-.146q-.351-.07-.706-.13c-.302-.053-.602-.112-.905-.153-.366-.05-.734-.082-1.101-.125q-.518-.061-1.038-.07m-3.303.767a.2.2 0 0 1 .056.007c.42.13.83.277 1.216.491.365.203.695.45.979.756.012.013.02.028.036.05l-.645-.293-.021.026.37.551-.022.022a2 2 0 0 0-.665-.322l-.02.02.633.74-.416-.136-.017.02c.163.27.376.505.58.775-.354-.2-.665-.42-.956-.669a4.5 4.5 0 0 1-1.01-1.185c-.107-.19-.201-.385-.222-.606a.5.5 0 0 1 .011-.15.12.12 0 0 1 .113-.097m5.424.668c.154.002.311-.006.464.015.278.037.555.092.832.14.158.027.317.052.474.086q.446.098.89.2.294.068.587.14l-.329.161c-.365.027-.731.055-1.097.057a3.3 3.3 0 0 1-.675-.074c-.28-.058-.514-.196-.652-.466-.02-.04-.09-.063-.14-.078-.18-.054-.362-.1-.544-.168.063-.005.126-.014.19-.013m3.223 2.635.005.02q-.12.031-.239.067c-.455.14-.916.266-1.363.428-.28.101-.544.25-.81.388-.233.119-.315.322-.287.575.019.162.04.324.055.488a1.8 1.8 0 0 1-.288-.701c-.035-.169.058-.273.18-.365.238-.178.496-.318.777-.41.35-.117.702-.233 1.059-.325.251-.065.513-.09.77-.133q.071-.014.141-.032M9.141 13.955v2.676h1.869l.064-.066v-2.61l-.97 1.495z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mongoosedotws.svg b/mkdocs-material/material/templates/.icons/simple/mongoosedotws.svg new file mode 100644 index 0000000..e5509b6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mongoosedotws.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0a4.86 4.86 0 0 0-3.456 1.43L1.43 8.545a4.88 4.88 0 0 0-.09 6.804L7.41 9.28a1.45 1.45 0 0 1 .37-1.434 1.47 1.47 0 0 1 2.079 0c.58.58.58 1.512.006 2.085-.37.37-.89.496-1.368.388l-6.099 6.1 6.147 6.146a4.887 4.887 0 0 0 6.911.007l6.243-6.243-2.951-2.951a1.45 1.45 0 0 1-1.434-.37 1.47 1.47 0 0 1 0-2.08 1.474 1.474 0 0 1 2.085-.006c.37.37.496.89.388 1.368l2.963 2.963a4.87 4.87 0 0 0-.185-6.708l-7.108-7.108A4.88 4.88 0 0 0 12 0m3.16 7.4q.184-.002.361.04c.257.054.508.185.711.388.185.185.317.412.37.657a1.43 1.43 0 0 1-.364 1.428 1.47 1.47 0 0 1-1.368.388l-1.416 1.416a1.457 1.457 0 0 1-1.756 1.756 1.4 1.4 0 0 1-.71-.388 1.35 1.35 0 0 1-.371-.657A1.43 1.43 0 0 1 10.98 11a1.47 1.47 0 0 1 1.368-.388l1.416-1.416a1.46 1.46 0 0 1 1.396-1.795zm.033.733a.736.736 0 0 0-.52 1.254.737.737 0 0 0 1.046.006.737.737 0 0 0-.006-1.046.73.73 0 0 0-.52-.214m-6.374.018a.735.735 0 0 0-.52 1.254.737.737 0 0 0 1.046.006.737.737 0 0 0-.006-1.045.73.73 0 0 0-.52-.215m9.54 3.077a.75.75 0 0 0-.526.22.736.736 0 0 0 1.04 1.04.737.737 0 0 0 .006-1.046.73.73 0 0 0-.52-.214m-6.329.078a.72.72 0 0 0-.41.119 1 1 0 0 0-.12.096q-.051.054-.095.119a.74.74 0 0 0 .102.926.735.735 0 0 0 1.039-1.04.74.74 0 0 0-.516-.22"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/monica.svg b/mkdocs-material/material/templates/.icons/simple/monica.svg new file mode 100644 index 0000000..94c5b82 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/monica.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.99 1.13C1.88 1.13 0 3.369 0 5.575c0 1.4.827 2.505 1.73 3.127a17 17 0 0 0-.978 3.608c-1.205 7.394 5.824 10.56 11.441 10.56s11.85-3.612 11.063-10.56a14.7 14.7 0 0 0-.883-3.682C23.235 7.993 24 6.92 24 5.574c0-2.206-1.879-4.443-3.99-4.443-1.534 0-3.215.245-4.02 1.224a11.8 11.8 0 0 0-3.797-.609c-1.462 0-2.856.218-4.14.666-.787-1.026-2.5-1.281-4.063-1.281zm8.13 2.772c4.505 0 8.24 2.896 8.872 8.467.632 5.57-4.367 8.467-8.873 8.467s-10.146-2.539-9.18-8.467 4.674-8.467 9.18-8.467zM7.604 9.08c-1.752 0-2.771 2.205-2.771 4.377s.666 2.845 2.264 3.227c1.598.38 3.423-1.692 3.423-3.864S9.357 9.08 7.604 9.08m8.852 0c-1.753 0-2.916 1.569-2.916 3.74s1.824 4.245 3.422 3.864 2.266-1.055 2.266-3.227-1.02-4.377-2.772-4.377m-8.38 1.58c.922 0 1.1.71 1.1 1.635 0 .924-.57 1.633-1.493 1.633-.435 0-.566-.11-.762-.36-.22-.28-.384-.603-.33-1.273.09-1.119.562-1.635 1.484-1.635zm7.91 0c.922 0 1.392.516 1.482 1.635.054.67-.11.994-.33 1.273-.197.25-.327.36-.762.36-.923 0-1.494-.709-1.494-1.633s.18-1.635 1.103-1.635zm-3.925 5.004c-.868 0-1.724.089-1.724.637s.868 1.826 1.736 1.826c.869 0 1.711-1.278 1.711-1.826s-.854-.637-1.723-.637"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/monkeytie.svg b/mkdocs-material/material/templates/.icons/simple/monkeytie.svg new file mode 100644 index 0000000..d47f126 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/monkeytie.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.002 0C9.79 0 7.575.71 5.722 2.127a.47.47 0 0 0-.093.658.46.46 0 0 0 .654.093 9.404 9.404 0 0 1 11.44 0c.202.16.5.116.653-.093a.474.474 0 0 0-.093-.658A10.32 10.32 0 0 0 12.003 0zm.03 3.11a11.95 11.95 0 0 0-5.966 1.608 13.8 13.8 0 0 0-4.83 4.747c-.303.536.444 1.021.8.497a12.8 12.8 0 0 1 4.494-4.43 11 11 0 0 1 5.5-1.481c1.905.003 3.78.507 5.432 1.462 1.71.977 3.26 2.457 4.503 4.45a.46.46 0 0 0 .414.23.46.46 0 0 0 .4-.252.46.46 0 0 0-.022-.474v-.002c-1.31-2.12-2.982-3.71-4.834-4.77A11.8 11.8 0 0 0 12.03 3.11zM12 6.164a9.3 9.3 0 0 0-3.71.73c-1.643.706-2.97 1.88-4.064 3.343-1.096 1.46-1.97 3.213-2.73 5.102a.474.474 0 0 0 .262.612c.375.134.552-.144.6-.267.985-2.46 2.16-4.624 3.697-6.14a8.3 8.3 0 0 1 2.6-1.784 8.4 8.4 0 0 1 3.34-.648 9.5 9.5 0 0 1 2.98.447 7.35 7.35 0 0 1 3.39 2.25c.898 1.057 1.557 2.423 1.917 4.09.172.83.255 1.675.255 2.524a9.2 9.2 0 0 1-.17 1.837.47.47 0 0 0 .355.556.47.47 0 0 0 .558-.36c.134-.67.2-1.351.19-2.033 0-.916-.09-1.827-.272-2.722a11.2 11.2 0 0 0-1.207-3.2 8.4 8.4 0 0 0-3.288-3.232c-1.358-.731-2.95-1.104-4.7-1.104zm.102 3.076a7.5 7.5 0 0 0-2.214.3 5.3 5.3 0 0 0-1.45.7 6.6 6.6 0 0 0-1.787 1.906c-.702 1.093-1.19 2.33-1.698 3.479a17 17 0 0 1-.793 1.626c-.27.478-.594.92-.964 1.314-.418.459.216 1.094.665.662v.002c.763-.78 1.28-1.754 1.75-2.776.348-.76.664-1.541 1.007-2.277q.371-.814.846-1.567A5.4 5.4 0 0 1 9.2 10.865c.718-.425 1.603-.685 2.802-.685a5.8 5.8 0 0 1 2.565.538c.518.25.986.59 1.385 1.003.6.633 1.05 1.395 1.322 2.226a8.6 8.6 0 0 1 .438 2.776c-.002.98-.145 1.955-.425 2.895a8.9 8.9 0 0 1-1.21 2.563.47.47 0 0 0 .122.65.465.465 0 0 0 .646-.11 9.9 9.9 0 0 0 1.34-2.836c.3-1.024.458-2.09.46-3.157a9.8 9.8 0 0 0-.385-2.753c-.39-1.317-1.084-2.5-2.128-3.363a5.8 5.8 0 0 0-1.824-1.008 7.5 7.5 0 0 0-2.204-.364zm-.094 3.083c-.726.01-1.425.27-1.986.73a3.7 3.7 0 0 0-1.23 1.779c-.116.358-.185.749-.283 1.189a9 9 0 0 1-.782 2.249c-.438.838-1.11 1.757-2.22 2.72a.474.474 0 0 0-.052.66c.168.198.465.22.66.05.7-.6 1.32-1.285 1.846-2.038a8.7 8.7 0 0 0 1.266-2.705c.11-.393.187-.754.254-1.065a9 9 0 0 1 .19-.777c.168-.525.49-.988.922-1.33a2.26 2.26 0 0 1 1.405-.522c.31.005.617.077.898.213.458.23.84.57 1.12.996.282.414.44.9.45 1.402.02 1.09-.11 2.18-.397 3.234a9.36 9.36 0 0 1-2.403 4.09c-.18.186-.18.48.002.665.272.242.566.113.662-.005a10.3 10.3 0 0 0 2.642-4.495 12.5 12.5 0 0 0 .438-3.49 3.4 3.4 0 0 0-.284-1.327 3.84 3.84 0 0 0-1.245-1.567 3.13 3.13 0 0 0-1.873-.656m-.015 3.08a.47.47 0 0 0-.466.47h.002a7.5 7.5 0 0 1-.244 1.972 7.3 7.3 0 0 1-1.163 2.395 20.4 20.4 0 0 1-1.994 2.308.474.474 0 0 0 .015.667.47.47 0 0 0 .662-.016c1.05-1.096 1.958-2.1 2.622-3.252a7.5 7.5 0 0 0 .76-1.868c.186-.72.282-1.461.274-2.205a.47.47 0 0 0-.468-.47z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/monkeytype.svg b/mkdocs-material/material/templates/.icons/simple/monkeytype.svg new file mode 100644 index 0000000..c8af516 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/monkeytype.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 14.4a.8.8 0 1 1 0 1.6.8.8 0 0 1 0-1.6m-11.2 0h4.8a.8.8 0 1 1 0 1.6H8.8a.8.8 0 1 1 0-1.6M7.2 9.6a.8.8 0 0 1 .8.8V12a.8.8 0 1 1-1.6 0v-1.6a.8.8 0 0 1 .8-.8m-3.999.759A2.4 2.4 0 0 1 7.2 8.612a2.4 2.4 0 0 1 4 1.788V12a.8.8 0 1 1-1.6 0v-1.6a.8.8 0 1 0-1.6 0V12a.8.8 0 1 1-1.6 0v-1.6a.8.8 0 1 0-1.6 0V12a.8.8 0 1 1-1.6 0v-1.6zM17.6 12.8v2.4a.8.8 0 1 1-1.6 0v-2.4h-2.306c-.493 0-.894-.358-.894-.8s.401-.8.894-.8h6.212c.493 0 .894.358.894.8s-.401.8-.894.8zM16.8 8H20a.8.8 0 1 1 0 1.6h-3.2a.8.8 0 1 1 0-1.6M4 14.4h1.6a.8.8 0 1 1 0 1.6H4a.8.8 0 1 1 0-1.6M13.2 8h.4a.8.8 0 1 1 0 1.6h-.4a.8.8 0 1 1 0-1.6M1.6 14.4H0V8.8c0-2.208 1.792-4 4-4h16c2.208 0 4 1.792 4 4v6.4c0 2.208-1.792 4-4 4H4c-2.208 0-4-1.792-4-4v-1.6h1.6v1.6A2.4 2.4 0 0 0 4 17.6h16a2.4 2.4 0 0 0 2.4-2.4V8.8A2.4 2.4 0 0 0 20 6.4H4a2.4 2.4 0 0 0-2.4 2.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/monogame.svg b/mkdocs-material/material/templates/.icons/simple/monogame.svg new file mode 100644 index 0000000..ada26ec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/monogame.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 10.356V7.083a7.083 7.083 0 0 0-12-5.098A7.083 7.083 0 0 0 0 7.083v9.834A7.083 7.083 0 0 0 7.083 24h9.834a7.083 7.083 0 0 0 7.07-7.51H24v-4.332H9.834v4.332h9.834v.427a2.75 2.75 0 0 1-2.751 2.751H7.083a2.75 2.75 0 0 1-2.751-2.751V7.083a2.751 2.751 0 1 1 5.502 0v3.273h4.332V7.083a2.751 2.751 0 1 1 5.502 0v3.273z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/monoprix.svg b/mkdocs-material/material/templates/.icons/simple/monoprix.svg new file mode 100644 index 0000000..7da5c16 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/monoprix.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.072 8.042C21.072 3.612 16.981 0 12 0 6.991 0 2.928 3.612 2.928 8.042S6.99 16.085 12 16.085c.282 0 .564-.029.847-.043.62.339.747.706.761.988.142 1.608-2.44 5.08-4.303 6.49l.254.48c.113-.028 10.723-3.47 11.429-15.026.056-.283.07-.565.084-.875v-.043z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/monster.svg b/mkdocs-material/material/templates/.icons/simple/monster.svg new file mode 100644 index 0000000..7523edc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/monster.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0v24h5.42V12.39l6.58 5.8 6.58-5.8V24H24V0L12 11.23z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/monzo.svg b/mkdocs-material/material/templates/.icons/simple/monzo.svg new file mode 100644 index 0000000..08e57b0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/monzo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.244 1.174a.44.44 0 0 0-.271.13l-3.97 3.97-.001.001c3.884 3.882 8.093 8.092 11.748 11.748v-8.57L4.602 1.305a.44.44 0 0 0-.358-.131m15.483 0a.44.44 0 0 0-.329.13L12.25 8.456v8.568L24 5.275c-1.316-1.322-2.647-2.648-3.97-3.97a.44.44 0 0 0-.301-.131zM0 5.979l.002 10.955c0 .294.118.577.326.785l4.973 4.976c.28.282.76.083.758-.314V12.037zm23.998.003-6.06 6.061v10.338c-.004.399.48.6.76.314l4.974-4.976a1.1 1.1 0 0 0 .326-.785z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/moo.svg b/mkdocs-material/material/templates/.icons/simple/moo.svg new file mode 100644 index 0000000..0744d69 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/moo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.964 24c-2.525 0-4.801-1.107-6.34-3.138-1.109-1.417-1.661-3.078-1.661-4.86 0-.555.06-1.109.185-1.602.299-1.785 1.59-4.678 3.93-8.678C9.805 2.767 11.215.554 11.289.554c.123-.246.308-.554.675-.554.372 0 .555.308.741.555 0 0 1.477 2.215 3.199 5.168 2.342 4 3.631 6.893 3.939 8.678.131.492.193 1.045.193 1.6a7.82 7.82 0 0 1-1.65 4.861C16.766 22.834 14.424 24 11.964 24m0-2.092c1.905 0 3.629-.861 4.801-2.341a6.05 6.05 0 0 0 1.229-3.69c0-.432-.059-.801-.123-1.229-.246-1.354-1.293-3.692-3.074-6.833-1.357-2.399-2.525-4.121-2.525-4.121l-.31-.433-.254.37s-1.171 1.785-2.521 4.125c-1.843 3.149-2.893 5.474-3.072 6.839-.061.431-.123.8-.123 1.229 0 1.355.429 2.587 1.229 3.693 1.11 1.538 2.831 2.399 4.74 2.399z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/moodle.svg b/mkdocs-material/material/templates/.icons/simple/moodle.svg new file mode 100644 index 0000000..4823f8c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/moodle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0m1.135 5.74.035.123-2.736 1.99c.369.261.796.61 1.007.844l.077.104C10.23 11.058 7.78 11.857 5.2 10.982l.02-.16h-.002A6.5 6.5 0 0 1 5.16 9.36c-.75-.003-1.53-.04-2.283-.066l-.516.018c-.1.844-.035 2.135-.025 2.322.35 1.282.298 2.29.295 3.53-.413-1.004-.9-2.098-.416-3.468l-.01-.318c0-.014-.068-1.153.037-2.062l-.408.013-.037-.119C5.792 6.84 8.503 6.218 13.135 5.74m1.623 2.514q1.83 0 2.904.807 1.22.9 1.22 2.658v5.685h-2.734v-5.369q0-1.683-1.39-1.683-1.391 0-1.39 1.683v5.37h-2.735v-5.37q-.001-.776-.293-1.193a5.5 5.5 0 0 0 1.572-1.725q.046.044.088.088.756-.952 2.758-.951m-9.61 3.234c.932.3 1.862.393 2.737.287a4 4 0 0 0-.01.26v5.37H5.143v-5.686q0-.118.005-.23"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/moonrepo.svg b/mkdocs-material/material/templates/.icons/simple/moonrepo.svg new file mode 100644 index 0000000..02da259 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/moonrepo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.514 7.342c.197.52.3 1.071.302 1.627 0 3.525-3.818 5.728-6.87 3.965a4.58 4.58 0 0 1-2.289-3.965c0-3.323 3.428-5.538 6.458-4.176a10.6 10.6 0 0 0-6.46-2.181C4.772 2.614.005 7.381 0 13.265c.002 5.883 4.772 10.653 10.655 10.655 5.883-.004 10.651-4.773 10.655-10.655.002-2.11-.623-4.17-1.796-5.923m-4.673-2.676c0 3.525 3.816 5.729 6.868 3.966A4.58 4.58 0 0 0 24 4.666c0-3.526-3.816-5.727-6.87-3.967a4.59 4.59 0 0 0-2.289 3.967"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/moq.svg b/mkdocs-material/material/templates/.icons/simple/moq.svg new file mode 100644 index 0000000..1fbf1a2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/moq.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.134.001a13 13 0 0 0-1.281.049c-.799.066-1.771.27-2.611.547-.68.216-2.673 1.152-2.673 1.248 0 .024-.072.073-.156.115-.306.138-1.334.973-1.91 1.543-.57.577-1.405 1.602-1.543 1.909-.042.084-.09.156-.113.156C1.75 5.568.815 7.55.61 8.18c-.81 2.504-.81 5.145.006 7.625.198.6.821 1.958 1.11 2.403.066.096.174.282.24.408.066.12.152.223.182.223.036 0 .058.028.058.064 0 .114.727.973 1.375 1.615 1.381 1.375 2.95 2.32 4.871 2.932.739.234 1.428.365 2.485.473 1.009.102 1.106.102 2.115 0 .583-.06 1.29-.16 1.578-.227.697-.162 1.833-.553 2.463-.853.487-.229 1.573-.853 1.795-1.034.054-.042.318-.25.582-.455a12.7 12.7 0 0 0 1.885-1.886c.204-.265.415-.528.457-.582.18-.223.811-1.31 1.04-1.79.293-.624.683-1.771.85-2.486.067-.294.17-1.002.224-1.572.096-.973.096-1.099 0-2.108-.283-2.918-1.405-5.344-3.405-7.35-.642-.648-1.501-1.375-1.615-1.375-.036 0-.067-.024-.067-.06 0-.03-.102-.114-.222-.18a6 6 0 0 1-.408-.24c-.427-.276-1.795-.907-2.39-1.106a12 12 0 0 0-3.685-.619m-7.39 8.311a2 2 0 0 1 .21 0c.19.013.382.062.567.15l.252.121.324-.132c.804-.337 1.712-.006 1.922.697.102.348.102 5.013 0 5.115-.084.084-.937.096-1.069.012-.078-.048-.089-.397-.107-2.402-.018-2.552-.013-2.504-.35-2.354l-.142.072v2.336c0 2.672.041 2.47-.541 2.47s-.541.196-.541-2.434c0-2.012-.012-2.317-.096-2.395-.048-.054-.132-.096-.174-.096s-.126.042-.174.096c-.084.078-.095.378-.095 2.36 0 1.68-.019 2.281-.073 2.335-.114.114-.98.097-1.1-.023-.083-.09-.095-.348-.077-2.51.018-2.168.03-2.432.127-2.648.208-.458.649-.734 1.136-.77m6.825 0q.422-.024.877.09c.576.144 1.122.607 1.404 1.19.156.33.156.336.156 1.831 0 1.46-.004 1.508-.142 1.772-.3.576-.667.9-1.28 1.147-.432.168-1.272.162-1.789-.018-.48-.174-.931-.59-1.177-1.1l-.174-.36V9.862l.156-.299a2.32 2.32 0 0 1 1.969-1.25m6.139.086a3 3 0 0 1 .36 0q.211.014.425.059c.174.036.426.12.558.185.252.126.75.572.75.674 0 .03.036.102.084.15.042.054.132.246.192.426.168.48.17 2.624.008 3.14-.169.53-.548.99-1.1 1.35-.456.295-.462.302-.426.59.036.367.246.666.582.834.33.168.36.222.36.684 0 .396-.114.607-.33.607-.247 0-.828-.246-1.092-.468-.51-.415-.86-1.086-.86-1.663 0-.246-.09-.45-.191-.45-.228 0-.92-.637-1.16-1.063-.24-.439-.282-.786-.258-2.21l.017-1.322.182-.353c.345-.685 1.069-1.115 1.899-1.17Zm-5.983 1.139c-.132 0-.33.05-.443.103-.114.054-.266.18-.332.27-.115.156-.125.263-.143 1.41-.012 1.093 0 1.267.09 1.453.336.649 1.32.649 1.656 0 .09-.186.102-.36.09-1.453-.018-1.147-.028-1.254-.143-1.41-.162-.222-.475-.373-.775-.373m6.018.076a.8.8 0 0 0-.194.021c-.168.042-.427.3-.54.528-.073.156-.09.433-.09 1.334.006 1.26.037 1.386.421 1.668.277.204.792.21 1.08.011.397-.264.427-.406.409-1.757-.018-1.165-.024-1.214-.162-1.418a1.3 1.3 0 0 0-.264-.288c-.1-.058-.425-.103-.66-.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/moqups.svg b/mkdocs-material/material/templates/.icons/simple/moqups.svg new file mode 100644 index 0000000..5cb4017 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/moqups.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.219 0c-2.367 0-3.55 0-4.824.41A5.05 5.05 0 0 0 .402 3.457c-.4 1.297-.4 2.501-.4 4.91v7.266c0 2.409 0 3.613.4 4.91a5.05 5.05 0 0 0 2.993 3.047c1.273.41 2.457.41 4.824.41h7.562c2.367 0 3.55 0 4.824-.41a5.05 5.05 0 0 0 2.993-3.047c.4-1.297.4-2.501.4-4.91V8.367c.003-2.409.002-3.613-.398-4.91A5.05 5.05 0 0 0 20.607.41C19.334 0 18.151 0 15.785 0ZM6.502 6.918a2.62 2.62 0 0 1 1.76.533c.266.226.456.528.545.865a4.3 4.3 0 0 1 3.056-1.398c.433-.017.86.102 1.221.342.342.266.547.67.559 1.103a5 5 0 0 1 1.564-1.123 4 4 0 0 1 1.563-.322 2.12 2.12 0 0 1 1.386.467c.418.402.63.973.573 1.55a5 5 0 0 1-.04.6c-.037.302-.044.359-.216 1.154l-.614 2.903a4.3 4.3 0 0 0-.115.842c-.02.16.032.321.143.439.145.09.316.13.486.113a1.76 1.76 0 0 0 1.037-.4q.345-.257.62-.588a.08.08 0 0 1 .134.066h.004l-.395 1.895a.55.55 0 0 1-.228.348c-.676.453-1.477.772-2.395.775a2.12 2.12 0 0 1-1.386-.467 1.9 1.9 0 0 1-.573-1.55 6.3 6.3 0 0 1 .155-1.276q.364-1.69.716-3.38.098-.416.114-.843a.54.54 0 0 0-.143-.439.8.8 0 0 0-.484-.115c-.38.018-.744.159-1.037.4a2.95 2.95 0 0 0-1.125 1.756l-1.157 5.463a.3.3 0 0 1-.294.24H9.98a.146.146 0 0 1-.142-.178l1.314-6.191a4.2 4.2 0 0 0 .133-.957.52.52 0 0 0-.142-.42.75.75 0 0 0-.465-.113c-.372.015-.73.149-1.02.383l-.01.005a3.06 3.06 0 0 0-1.187 1.838l-1.15 5.44a.244.244 0 0 1-.239.193h-2.08a.16.16 0 0 1-.156-.191l1.37-6.414c.056-.315.065-.586.067-.702a.76.76 0 0 0-.191-.533.56.56 0 0 0-.418-.21 1.4 1.4 0 0 0-.61.142 3.5 3.5 0 0 0-.59.353 3.1 3.1 0 0 0-.624.602l.451-2.094a.45.45 0 0 1 .201-.289 6 6 0 0 1 .45-.256 3.4 3.4 0 0 1 1.56-.361"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/morrisons.svg b/mkdocs-material/material/templates/.icons/simple/morrisons.svg new file mode 100644 index 0000000..1ac5adb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/morrisons.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.514 11.486c0 .28-.224.523-.523.523a.51.51 0 0 1-.524-.523c0-.28.225-.523.524-.523.28 0 .504.243.523.523m2.318-2.112a.52.52 0 0 1-.505.523.52.52 0 0 1-.523-.504.52.52 0 0 1 .504-.524.507.507 0 0 1 .524.505m-1.234-1.57c0 .71-.617 1.103-.617 1.103s-.617-.393-.617-1.103.617-1.103.617-1.103.617.392.617 1.103M10 8.869s-.15.71.355 1.215 1.215.337 1.215.337.15-.71-.355-1.215C10.71 8.72 10 8.869 10 8.869m-.822 1.178c.616.355.654 1.065.654 1.065s-.654.337-1.271-.019c-.617-.355-.654-1.084-.654-1.084s.654-.317 1.27.038m-.317 2.336s.168.71.822.953c.673.243 1.253-.205 1.253-.205s-.15-.71-.823-.953-1.252.205-1.252.205m4.448-.747c-.299.635-1.028.728-1.028.728s-.392-.616-.093-1.252c.299-.635 1.028-.729 1.028-.729s.392.598.093 1.253m2.785-1.608s-.654-.336-1.27.019c-.617.355-.655 1.084-.655 1.084s.654.336 1.271-.019c.617-.374.654-1.084.654-1.084m-1.757 3.308c-.672.243-1.252-.205-1.252-.205s.15-.71.823-.953 1.252.186 1.252.186-.15.73-.823.972M5.607 17.28c-.86 0-1.514-.616-1.514-1.439 0-.822.655-1.44 1.514-1.44.86 0 1.514.618 1.514 1.44 0 .823-.654 1.44-1.514 1.44m0-2.15c-.392 0-.691.318-.691.729s.299.729.691.729c.393 0 .692-.318.692-.73 0-.41-.299-.728-.692-.728m6.804 2.056v-2.673a.04.04 0 0 0-.037-.037h-.73a.04.04 0 0 0-.037.037v2.673a.04.04 0 0 0 .038.037h.729a.04.04 0 0 0 .037-.037m4.449.093c-.86 0-1.514-.616-1.514-1.439 0-.822.654-1.44 1.514-1.44s1.514.618 1.514 1.44c0 .823-.654 1.44-1.514 1.44m0-2.15c-.393 0-.692.318-.692.729s.3.729.692.729.691-.318.691-.73c0-.41-.299-.728-.691-.728m4.486 2.056v-1.701c0-.71-.337-1.065-.99-1.065-.319 0-.636.13-.842.373v-.261a.04.04 0 0 0-.037-.038h-.71a.04.04 0 0 0-.038.038v2.654a.04.04 0 0 0 .037.037h.73a.04.04 0 0 0 .037-.037v-1.234c0-.112.018-.224.037-.317a.64.64 0 0 1 .617-.468c.243 0 .336.112.336.449v1.57a.04.04 0 0 0 .038.037h.729c.037 0 .056-.018.056-.037M3.7 17.224h-.748a.04.04 0 0 1-.037-.037c0-.841-.056-1.794-.094-2.094-.28.393-.523.823-.71 1.271 0 .02-.019.02-.037.02h-.411c-.02 0-.038 0-.038-.02a6.5 6.5 0 0 0-.71-1.27c-.019.299-.094 1.252-.094 2.093a.04.04 0 0 1-.037.037H.037A.04.04 0 0 1 0 17.187c0-1.14.075-2.636.28-3.402 0-.019.02-.019.038-.037h.58c.018 0 .018 0 .018.018.374.412.691.879.934 1.365a6.8 6.8 0 0 1 .935-1.365l.019-.018h.58a.04.04 0 0 1 .037.037c.186.766.28 2.262.28 3.402.037.019.019.037 0 .037m4.617-.037V16.12q0-.195.056-.392a.66.66 0 0 1 .635-.486h.169l.018-.019v-.729a.04.04 0 0 0-.037-.037h-.094a.89.89 0 0 0-.747.411v-.336a.04.04 0 0 0-.038-.038h-.71a.04.04 0 0 0-.037.038v2.673a.04.04 0 0 0 .037.037h.73c0-.019.018-.037.018-.056m2 .037h-.73a.04.04 0 0 1-.037-.037v-2.673a.04.04 0 0 1 .038-.037h.71a.04.04 0 0 1 .037.037v.336a.98.98 0 0 1 .748-.41h.094a.04.04 0 0 1 .037.037v.71c0 .019 0 .019-.019.019 0 0-.018.018-.037 0h-.131a.66.66 0 0 0-.635.486q-.057.195-.057.392v1.066c.02.056.02.074-.018.074.018 0 0 0 0 0m4.747-.86c0 .58-.43.898-1.158.898-.43 0-.767-.15-1.14-.412-.02 0-.02-.018-.02-.037v-.019l.318-.486c0-.018.02-.018.038-.018h.018c.318.205.543.299.823.299.187 0 .299-.056.299-.168v-.02c0-.13-.112-.186-.411-.28l-.112-.037c-.468-.13-.898-.336-.898-.86v-.018c0-.524.43-.86 1.103-.86.337 0 .654.093.954.261.018 0 .018.02.018.038v.019l-.28.542c0 .018-.019.018-.038.018h-.018c-.28-.13-.449-.187-.636-.187-.168 0-.28.075-.28.169v.018c0 .131.168.187.448.262l.094.037c.449.113.878.337.878.841m8.038-.86-.094-.037c-.28-.074-.448-.13-.448-.261v-.02c0-.111.112-.167.28-.167.187 0 .374.056.636.187h.018c.019 0 .019 0 .038-.02l.299-.485v-.019c0-.018 0-.018-.019-.037a1.9 1.9 0 0 0-.953-.262c-.673 0-1.103.318-1.103.86v.019c0 .523.43.729.897.86l.112.037c.28.093.412.15.412.28v.019c-.02.112-.113.168-.3.168-.28 0-.504-.093-.822-.299h-.019c-.018 0-.018 0-.037.019l-.318.486v.018c0 .02 0 .02.019.038.374.262.71.411 1.14.411.73 0 1.159-.318 1.159-.878v-.02c-.019-.522-.449-.747-.897-.896m-10.617-2c0 .28-.224.504-.505.504a.503.503 0 0 1-.504-.504c0-.28.224-.505.504-.505.28.019.505.224.505.505"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/moscowmetro.svg b/mkdocs-material/material/templates/.icons/simple/moscowmetro.svg new file mode 100644 index 0000000..c17a7a1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/moscowmetro.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.603 11.85-2.481-6.26-2.092 3.66-2.092-3.66-2.481 6.262H6.74v.941h3.736v-.941h-.553l.538-1.555 1.569 2.57 1.569-2.57.538 1.555h-.553v.941h3.751v-.941zm5.335-1.912A9.933 9.933 0 0 0 12 0C6.516 0 2.062 4.453 2.062 9.938c0 2.75 1.121 5.23 2.914 7.023a.804.804 0 0 0 1.375-.568.83.83 0 0 0-.239-.582 8.3 8.3 0 0 1-2.42-5.873c0-4.588 3.72-8.324 8.308-8.324s8.324 3.736 8.324 8.324a8.3 8.3 0 0 1-2.436 5.888l-7.024 7.023L12 24l7.039-7.039a9.9 9.9 0 0 0 2.899-7.023"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/motorola.svg b/mkdocs-material/material/templates/.icons/simple/motorola.svg new file mode 100644 index 0000000..2f326c5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/motorola.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12C24.002 5.375 18.632.002 12.007 0zm7.327 18.065s-.581-2.627-1.528-4.197c-.514-.857-1.308-1.553-2.368-1.532-.745 0-1.399.423-2.2 1.553q-.704 1.156-1.235 2.403s-.29-.675-.63-1.343a8 8 0 0 0-.605-1.049c-.804-1.13-1.455-1.539-2.2-1.553-1.049-.021-1.854.675-2.364 1.528-.948 1.574-1.528 4.197-1.528 4.197h-.864l4.606-15.12 3.56 11.804.024.021.024-.021 3.56-11.804 4.61 15.113z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mozilla.svg b/mkdocs-material/material/templates/.icons/simple/mozilla.svg new file mode 100644 index 0000000..f256de1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mozilla.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0v24h24V0zm10.13 6.706c1.481 0 2.858.706 3.352 2.224.565-1.377 1.73-2.224 3.353-2.224 1.87 0 3.565 1.13 3.565 3.564v4.765h1.412v2.26h-4.341v-5.86c0-1.8-.6-2.47-1.765-2.47-1.412 0-1.976 1.024-1.976 2.435V15h1.376v2.259h-4.341v-5.824c0-1.8-.6-2.47-1.765-2.47-1.412 0-1.976 1.024-1.976 2.435V15H9v2.259H2.647V15h1.377V9.176H2.647V6.918H6.99V8.47c.635-1.095 1.693-1.765 3.14-1.765z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mpv.svg b/mkdocs-material/material/templates/.icons/simple/mpv.svg new file mode 100644 index 0000000..8fb531a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mpv.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0m.312 22.775c-6.153 0-11.142-4.988-11.142-11.142S6.16.491 12.312.491c6.154 0 11.142 4.989 11.142 11.142s-4.988 11.142-11.142 11.142m.643-20.464a8.587 8.587 0 1 0 0 17.174 8.587 8.587 0 0 0 0-17.174m-1.113 15.257a5.517 5.517 0 1 1 0-11.034 5.517 5.517 0 0 1 0 11.034m-1.399-7.995L14.4 11.97l-3.957 2.518z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mqtt.svg b/mkdocs-material/material/templates/.icons/simple/mqtt.svg new file mode 100644 index 0000000..021e660 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mqtt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.657 23.994h-9.45A1.21 1.21 0 0 1 0 22.788v-9.18h.071c5.784 0 10.504 4.65 10.586 10.386m7.606 0h-4.045C14.135 16.246 7.795 9.977 0 9.942V6.038h.071c9.983 0 18.121 8.044 18.192 17.956m4.53 0h-.97C21.754 12.071 11.995 2.407 0 2.372v-1.16C0 .55.544.006 1.207.006h7.64C15.733 2.49 21.257 7.789 24 14.508v8.291c0 .663-.544 1.195-1.207 1.195M16.713.006h6.092A1.19 1.19 0 0 1 24 1.2v5.914c-.91-1.242-2.046-2.65-3.158-3.762C19.588 2.11 18.122.987 16.714.005Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/msi.svg b/mkdocs-material/material/templates/.icons/simple/msi.svg new file mode 100644 index 0000000..d681624 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/msi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.362 10.042c-1.044.56-2.193 1.05-3.7 1.142a4.26 4.26 0 0 1-2.321-.556c-.155-.09-.51-.26-.503-.457.011-.242.582-.303.816-.306 5.262-.178 6.29-2.472 6.286-2.563 0-.083-.09.011-.09.011-1.38 1.777-4.937 1.973-4.937 1.973-.877.121-1.761-.08-2.215-.529a.8.8 0 0 1-.215-.39c-.102.122-.17.25-.291.379-.114.128-.458.499-.484.06-.019-.325.076-.393.2-.586a5 5 0 0 1 .193-.276c.374-.49.684-.997 1.123-1.402.037-.038.11-.075.09-.11a6.22 6.22 0 0 0-3.624 4.166 6.5 6.5 0 0 0-.23 1.72c0 .62.082 1.209.21 1.75.258 1.073.56 1.817 1.033 2.66.155-.211.219-.491.306-.752.098-.276.166-.642.302-.87.321-.528 2.079-.396 1.599-.763a4 4 0 0 1-.397-.359 7 7 0 0 1-.673-.831c-.412-.582-.756-1.285-.79-2.2.469 1.21 1.18 2.222 2.313 2.774.378.182.813.378 1.323.367-1.341-.253-2.162-1.285-2.717-2.374-.087-.17-.208-.332-.25-.476a.4.4 0 0 1-.011-.189c.076-.336.484-.17.726-.083a8.5 8.5 0 0 0 3.602.438 6.7 6.7 0 0 0 1.874-.476c.545-.227 1.04-.518 1.452-.896m-2.34 2.657a8 8 0 0 1-2.4-.189 4 4 0 0 1-1.754-.865c-.181-.166-.295-.469-.597-.397-.026.22.151.378.272.514a3.5 3.5 0 0 0 1.573.896c.835.257 2.003.283 2.906.038M11.35 10.22c-.178 0-.771-.098-.786.098-.012.121.245.212.381.25.53.136 1.255.086 1.784.037a8.5 8.5 0 0 0 2.098-.465c.99-.362 1.795-.88 2.457-1.55.181-.18.162-.234-.034-.067a6.4 6.4 0 0 1-1.769 1.032c-1.172.472-2.517.665-4.131.665m6.576-6.717c.136.034.299.027.37.068.133.08.133.273.224.431-.54.091-.718-.302-.972-.585.091.007.227.052.378.086M7.325 16.57c-.393-.613-2.39-3.19-.832-6.989 2.128-5.178 7.88-3.772 8.421-3.557.064-.434.257-.884.764-.994a1.7 1.7 0 0 1 .612 0c-.522.193-1.077.427-1.05.976.022.49.52.835.936.91 0 0 .33.072.567-.075a.02.02 0 0 0 .016-.012c.064-.037.12-.075.204-.105a1 1 0 0 1 .529-.023c.049.011.143.09.227.087.052 0 .136-.076.211-.087.2-.038.397.072.582.147.125.053.465.099.488.273.011.12-.178.264-.28.34a1.8 1.8 0 0 1-.423.23c.56-.045 1.682-.48 1.512.246-.015.076-.057.14-.042.178.578-.197.76-.685.673-1.372-.076.022-.14.17-.2.215v-.004c0-.196.01-.491-.125-.612.068.359-.121.53-.382.654a6 6 0 0 0-.695-.975c-.027.113-.012.26-.046.37a.52.52 0 0 0-.438-.351c-.129-.02-.272.022-.427 0-.2-.034-.431-.174-.446-.325-.027-.25.423-.367.65-.428.049.163.117.295.17.45a1.7 1.7 0 0 1 .964-.43c.102 0 .329.037.363.113.079.162-.129.355-.19.427-.037.038-.098.08-.079.102.39-.102.567-.355.84-.544.143.189.196.59.173.858.31-.303.318-.824.291-1.376a1.76 1.76 0 0 1 .749.597 1.94 1.94 0 0 0-.68-.756c-.1-.064-.228-.094-.303-.166-.068-.068-.151-.303-.242-.322-.113-.022-.265.11-.397.118-.238.019-.367-.144-.416-.378-.578.158-.8-.197-.937-.632-.023-.075-.023-.18-.06-.264-.042-.106-.273-.212-.394-.257a1.1 1.1 0 0 0-.548-.068c-.17.026-.294.113-.491.12-.476.027-.971-.18-1.357-.37A8.3 8.3 0 0 1 12.896.113c-.03-.038-.053-.094-.11-.113.125.385.348.707.556 1.005.639.915 1.47 1.58 2.283 2.215a1.3 1.3 0 0 1-.805-.208 4 4 0 0 1-.65-.416c-.85.726-2.548.81-3.916 1.134.567-.019 1.417.163 1.916.246h-.015c-2.389.094-4.449.794-5.877 2.147.37-.136.706-.306 1.118-.405-.59.537-1.171 1.096-1.644 1.75-.468.647-.967 1.33-.986 2.404.287-.28.578-.642.979-.847a13 13 0 0 0-.85 2.268c-.197.718-.492 1.913-.02 2.582.03-.238.03-.51.19-.624.28.661.76 1.996 2.26 3.319m5.68-14.095c.114.102.333.273.465.265.208 0 .314-.189.458-.272-.719-.321-1.388-.786-2.034-1.168.098.151.227.28.355.435.239.272.477.506.756.74m-8.05 5.16c.075.155 0 .366.011.517.234-.635.688-1.134 1.119-1.572.023-.026.087-.08.049-.072-.227.11-.355.314-.665.34-.174-.196-.174-.793.06-.922.288.087.477-.162.446-.427-.056-.423-.578-.707-.816-.877.125.159.367.303.423.537.02.083.015.242-.075.268-.133.038-.208-.11-.34-.09-.114.018-.167.219-.19.359a2.8 2.8 0 0 0-.03.529c0 .087.034.219-.03.283-.08-.038-.098-.136-.132-.215-.125-.276-.34-.647-.254-1.013.057-.023.163.007.2-.03.02-.227-.143-.443-.29-.586a.98.98 0 0 0-.926-.227c.211.038.68.068.684.302 0 .087-.102.212-.129.28-.166.408.023.93.22 1.194.113.152.28.295.181.575-.128-.008-.246-.09-.363-.155-.166-.095-.34-.185-.423-.329-.083-.162-.09-.325-.204-.446-.284-.321-.896-.544-1.342-.272.378-.011.73.011.877.26a1.1 1.1 0 0 1 .12.454c.008.068-.01.16.023.208.057.098.235.083.34.144.14.08.227.298.382.435a1 1 0 0 0 .133.102c.242.143.816.196.937.446m3.046 10.057c-.578.306-.914.907-.986 1.67.113-.302.43-.46.767-.615.216-.099.601-.197.662-.397.053-.155.037-.405-.038-.507-.083-.113-.227-.147-.405-.15m1.406 2.683a1.71 1.71 0 0 0-.907 1.38c.117-.28.424-.398.734-.53.189-.076.517-.162.578-.317.045-.125.045-.326-.023-.416-.064-.095-.283-.167-.382-.121m1.701 1.625c-.321.287-.506.88-.476 1.444.08-.321.325-.446.605-.631.162-.102.491-.261.552-.42a.47.47 0 0 0-.118-.461c-.181-.151-.453-.026-.567.072m2.627.567c-.313.276-.415.831-.34 1.432.076-.302.238-.45.454-.635.128-.113.332-.264.374-.42.068-.256-.208-.51-.491-.377m.544-6.085c.174.022.34.113.476.158.011-.049-.05-.071-.08-.098-.385-.329-1.277-.196-1.473.208.034.072.155.076.173.162.016.091-.117.223-.185.295-.177.193-.344.303-.544.439-.098.068-.185.181-.302.17.06-.238.189-.333.29-.537.076-.136.25-.499.152-.646-.057-.095-.355-.046-.4-.151-.039-.087.03-.197.079-.25.14-.151.43-.234.687-.287-.393 0-1.103.132-1.27.457-.113.22-.015.53.231.556.095.306-.151.684-.333.824a.34.34 0 0 1-.15.083c-.303.038-.22-.31-.296-.53-.026-.075-.075-.139-.12-.2-.084.783.086 1.554.264 2.17-.019-.215.015-.43.151-.495.31-.151.726.075 1.089.098.378.019.597-.212.858-.22.136 0 .234.092.359.061.087-.022.159-.181.234-.28a1 1 0 0 1 .265-.256c.359-.208.73.075.967.208-.211-.39-.914-.688-1.451-.428-.113.053-.204.193-.336.265-.205.121-.48.087-.745.076-.09-.008-.189.019-.26-.042.067-.34.392-.351.634-.499.348-.208.68-.525.718-1.02 0-.068-.026-.163.027-.227.049-.068.174-.076.29-.06m3.138 5.204c-.136-.17-.446-.125-.488.087-.038.215.151.438.284.574a1.13 1.13 0 0 0 .514.36c.011 0 .019.018.022 0a1 1 0 0 1-.215-.477c-.038-.211-.026-.43-.12-.548m.585-9.343c.359.026.847.14.979.348-.087-.284-.631-1.867-3.156-1.758.503.151 1.077.321 1.512.597.132.08.325.204.302.405-.026.223-.446.434-.748.457-.325.023-.575-.128-.764-.227.321.409.847.715 1.591.635-.018-.094-.143-.204-.09-.347.038-.099.2-.125.374-.114m2.086 6.04c-.098.023-.219.163-.208.302.02.19.254.28.465.265a1.18 1.18 0 0 0 .718-.291c-.396.102-.672-.34-.975-.276m.34-.922c.235-.34.31-.896.393-1.414.042-.276.08-.529.16-.733.09-.22.241-.393.294-.616.05-.216-.038-.37-.113-.548-.174-.4-.348-.798-.673-1.002-.386-.245-.987-.177-1.535-.132a18 18 0 0 0-.767.076 5 5 0 0 1-.794.064c-1.096-.02-1.727-.548-1.848-1.542 0 0 0-.012-.011-.008-.151.99.408 1.576 1.21 1.75.064.136.21.257.162.446-.053.227-.424.234-.684.2a1.4 1.4 0 0 1-.658-.28 3.4 3.4 0 0 1-.854-1 2.7 2.7 0 0 0 2.721 1.836c.48-.034.919-.14 1.3-.287-.555 0-1.292.019-1.451-.367a.5.5 0 0 1 .06-.438c.47.056.889-.046 1.282-.068a2.7 2.7 0 0 1 .96.117 1.22 1.22 0 0 1 .642.438c.272.4.303.987.204 1.561a7 7 0 0 1-.453 1.41c-.37.922-1.111 2.317-1.697 2.835-.703.593-1.584.937-2.608 1.202a6.7 6.7 0 0 1-1.323.208c-1.054.045-1.901-.102-2.46-.598a2.44 2.44 0 0 1-.605-.914 6.5 6.5 0 0 1-.363-3.04c-.038-.007-.064.035-.083.046-.03.03-.057.065-.09.091-.371.333-1.146.813-1.834.488a.64.64 0 0 1-.314-.288c-.189-.363.095-.676.314-.846.162-.125.382-.284.654-.216.162.038.416.246.416.416 0 .098-.223.28-.394.28-.177 0-.29-.144-.377-.227-.016-.027-.046-.087-.087-.06-.19.83.986.8 1.39.404.348-.34.48-1.062.163-1.52-.189-.264-.54-.366-.93-.31-.347.053-.812.152-1.028.314-.302.235-.34.726-.46 1.111a3.7 3.7 0 0 1-.454.972c-.027.038-.072.064-.065.11.465.03.862.15 1.002.487a.9.9 0 0 1 .038.465c-.065.302-.238.555-.102.915.226.597 1.092.71 1.36 1.254.114.223.091.537.235.756.177.269.597.238.986.303.22.045.439.09.605.192.321.19.332.632.718.768.23.075.43-.038.624-.091.15-.042.31-.064.453-.09.337-.054.582.026.9.12a1.4 1.4 0 0 0 .895 0c.257-.098.443-.276.643-.438.408-.325.809-.631 1.353-.805.552-.174 1.21-.261 1.512-.643a2.1 2.1 0 0 0 .302-.839c.14-.631.344-1.202.639-1.652.151-.226.37-.4.525-.623m1.24-4.12c-.087.117-.28.132-.408.212-.027.46.476-.02.408-.216m.19 2.192c-.186.121-.553-.064-.711.095-.084.605.653.159.729-.068 0-.015 0-.03-.023-.027"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/msibusiness.svg b/mkdocs-material/material/templates/.icons/simple/msibusiness.svg new file mode 100644 index 0000000..83be6d8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/msibusiness.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.215 10.794 3.78 2.416h-2.663l-3.78-2.416zM5.656 8.518l-.438 1.626-.175.65-.652 2.416-.175.65-.437 1.622h1.869l.437-1.622.175-.65.651-2.416.175-.65.438-1.626zm6.06 5.342-.437 1.622h4.947l2.543-1.622zm3.556-5.342-2.548 1.626h7.086l.438-1.626zm6.86 0-.438 1.626-.175.65-.651 2.416-.175.65-.437 1.622h1.869l.437-1.622.175-.65.651-2.416.175-.65L24 8.518zm-20.255 0-.438 1.626-.175.65-.651 2.416-.175.65L0 15.482h1.869l.437-1.622.175-.65.651-2.416.175-.65.438-1.626zm7.536 0-.438 1.626-.175.65-.651 2.416-.175.65-.437 1.622h1.869l.437-1.622.175-.65.651-2.416.175-.65.438-1.626z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mta.svg b/mkdocs-material/material/templates/.icons/simple/mta.svg new file mode 100644 index 0000000..ddb6436 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mta.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.171 10.07-1.293-.109v6.861l-1.926.34-.004-7.371-1.637-.145V6.944l4.86.85zm3.668 5.884-1.142.198-.134-1-1.113.145-.14 1.1-1.473.26 1.458-8.651 1.385.24zm-1.48-2.492-.305-2.642h-.068l-.31 2.682zM10.991 24c6.59 0 11.932-5.373 11.932-12 0-6.628-5.342-12-11.932-12C6.86 0 3.22 2.112 1.077 5.323l3.307.583.91 6.965c.003-.012.066-.004.066-.004l.998-6.615 3.309.58v10.735l-2.089.367V13.32s.078-1.987.032-2.327c0 0-.09.002-.092-.005l-1.246 7.18-2.075.366L2.672 10.8l-.092-.007c-.032.28.112 2.707.112 2.707v5.298l-1.364.24C3.498 22.044 7.016 24 10.991 24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mtr.svg b/mkdocs-material/material/templates/.icons/simple/mtr.svg new file mode 100644 index 0000000..c9be36d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mtr.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.987 1.913c-1.9 0-3.693.321-5.298.883C2.756 4.268 0 7.826 0 12c0 4.147 2.756 7.706 6.689 9.204 1.632.562 3.425.883 5.325.883a16.7 16.7 0 0 0 5.27-.856C21.217 19.759 24 16.174 24 12.027V12c0-4.174-2.783-7.732-6.716-9.204a16.3 16.3 0 0 0-5.297-.883M10.89 5.257h2.167v3.827c1.525-.402 2.702-1.766 2.782-3.399l2.168.027c-.16 2.73-2.22 4.95-4.897 5.378v1.793c2.676.428 4.736 2.675 4.924 5.404l-2.167.028c-.08-1.633-1.258-2.997-2.783-3.425v3.853h-2.167V14.89a3.775 3.775 0 0 0-2.81 3.425l-2.167-.028a5.87 5.87 0 0 1 4.923-5.404v-1.766C8.187 10.716 6.1 8.468 5.94 5.74l2.167-.027A3.71 3.71 0 0 0 10.89 9.11Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mubi.svg b/mkdocs-material/material/templates/.icons/simple/mubi.svg new file mode 100644 index 0000000..1f75b6f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mubi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.357.033A3.357 3.357 0 0 0 0 3.39a3.357 3.357 0 0 0 3.357 3.357A3.357 3.357 0 0 0 6.713 3.39 3.357 3.357 0 0 0 3.357.033m8.643 0A3.357 3.357 0 0 0 8.645 3.39 3.357 3.357 0 0 0 12 6.746a3.357 3.357 0 0 0 3.357-3.357A3.357 3.357 0 0 0 12 .033m-8.643 8.61A3.357 3.357 0 0 0 0 12a3.357 3.357 0 0 0 3.357 3.355A3.357 3.357 0 0 0 6.713 12a3.357 3.357 0 0 0-3.356-3.357m8.643 0A3.357 3.357 0 0 0 8.645 12 3.357 3.357 0 0 0 12 15.355 3.357 3.357 0 0 0 15.357 12 3.357 3.357 0 0 0 12 8.643m8.643 0A3.357 3.357 0 0 0 17.287 12a3.357 3.357 0 0 0 3.356 3.355A3.357 3.357 0 0 0 24 12a3.357 3.357 0 0 0-3.357-3.357m-17.286 8.61A3.357 3.357 0 0 0 0 20.612a3.357 3.357 0 0 0 3.357 3.356 3.357 3.357 0 0 0 3.356-3.356 3.357 3.357 0 0 0-3.356-3.357Zm8.643 0a3.357 3.357 0 0 0-3.355 3.358A3.357 3.357 0 0 0 12 23.967a3.357 3.357 0 0 0 3.357-3.356A3.357 3.357 0 0 0 12 17.254z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mui.svg b/mkdocs-material/material/templates/.icons/simple/mui.svg new file mode 100644 index 0000000..839c726 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mui.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.229 15.793a.67.67 0 0 0 .244-.243.67.67 0 0 0 .09-.333l.012-3.858a.67.67 0 0 1 .09-.333.67.67 0 0 1 .245-.243L23 9.58a.67.67 0 0 1 .333-.088.67.67 0 0 1 .333.09.67.67 0 0 1 .244.243.67.67 0 0 1 .089.333v7.014a.67.67 0 0 1-.335.578l-7.893 4.534a.67.67 0 0 1-.662 0l-6.194-3.542a.67.67 0 0 1-.246-.244.67.67 0 0 1-.09-.335v-3.537q.001-.007.008-.004.01.003.008-.005v-.004q0-.004.004-.007l5.102-2.93c.004-.003.002-.01-.003-.01l-.004-.002-.001-.004.01-3.467a.67.67 0 0 0-.333-.58.67.67 0 0 0-.667 0L8.912 9.799a.67.67 0 0 1-.665 0l-3.804-2.19a.667.667 0 0 0-.999.577v6.267a.67.67 0 0 1-.332.577.67.67 0 0 1-.332.09.67.67 0 0 1-.333-.088L.336 13.825a.67.67 0 0 1-.246-.244.67.67 0 0 1-.09-.336L.019 2.292a.667.667 0 0 1 .998-.577l7.23 4.153a.67.67 0 0 0 .665 0l7.228-4.153a.67.67 0 0 1 .333-.088.67.67 0 0 1 .333.09.67.67 0 0 1 .244.244.67.67 0 0 1 .088.333V13.25c0 .117-.03.232-.089.334a.67.67 0 0 1-.245.244l-3.785 2.18a.67.67 0 0 0-.245.245.67.67 0 0 0-.089.334.67.67 0 0 0 .09.334.67.67 0 0 0 .247.244l2.088 1.189a.7.7 0 0 0 .33.087.67.67 0 0 0 .332-.089zm.438-9.828a.67.67 0 0 0 .09.335.67.67 0 0 0 .248.244.67.67 0 0 0 .67-.008l2.001-1.2a.67.67 0 0 0 .237-.243.67.67 0 0 0 .087-.329V2.32a.67.67 0 0 0-.091-.335.67.67 0 0 0-.584-.33.67.67 0 0 0-.334.094l-2 1.2a.67.67 0 0 0-.238.243.67.67 0 0 0-.086.329z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mulesoft.svg b/mkdocs-material/material/templates/.icons/simple/mulesoft.svg new file mode 100644 index 0000000..47144e5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mulesoft.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.373 0 12c0 6.628 5.373 12 12 12 6.628 0 12-5.373 12-12S18.627 0 12 0m0 1.055c6.045 0 10.945 4.9 10.945 10.945S18.045 22.945 12 22.945 1.055 18.045 1.055 12c0-6.044 4.9-10.945 10.945-10.945M7.33 4.364s-2.993 1.647-3.96 5.25c-.647 2.224-.39 4.702.903 6.914a8.96 8.96 0 0 0 3.95 3.596l.802-3.062c-1.801-.85-3.11-2.571-3.11-4.79a5.65 5.65 0 0 1 .943-3.141l3.752 5.866h2.792l3.753-5.866a5.65 5.65 0 0 1 .943 3.14c0 2.22-1.308 3.94-3.109 4.791l.802 3.062a8.96 8.96 0 0 0 3.948-3.594c1.294-2.213 1.551-4.692.904-6.916l.002.003c-.966-3.603-3.96-5.251-3.96-5.251l-.336.527-4.341 6.797h-.003L7.656 4.876z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/muller.svg b/mkdocs-material/material/templates/.icons/simple/muller.svg new file mode 100644 index 0000000..a929d7b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/muller.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.433 14.671c-.056-1.287-.138-2.808-.138-3.013 0-.623.097-2.252.21-2.64.138-.47.76-.582.76-1.133 0-.868-1.388-.91-1.996-.91-1.833 0-1.843.414-2.553 1.711-.5.914-1.067 2.584-1.496 2.487-.613-.138-1.471-2.405-1.956-3.217-.419-.704-.388-.98-2.012-.98-1.113 0-2.4.189-2.4.98 0 .567.792.664.93.95.153.322.209.75.209 1.578 0 2.002-.128 3.288-.24 4.447-.107 1.134-.94.486-.94 1.272 0 .72 1.261.76 1.747.76.54 0 2.027-.03 2.027-.816 0-.746-.889-.056-.889-1.532 0-.455-.138-2.283.291-2.283.25 0 .399.419.485.598l.802 1.797c.832 1.864.945 1.833 1.17 1.864.439.056.939-1.522 1.245-2.155.332-.705.777-1.92 1.205-1.92.486 0 .21 2.375.154 2.61-.097.444-.72.525-.72 1.01 0 .884 1.9.828 2.471.828.608 0 2.507.04 2.507-.884 0-.623-.832-.403-.873-1.409m5.004-4.157c-.75.787-1.317 1.15-2.343 1.492 1.031.362 1.598.735 2.343 1.531 1.297 1.39 1.609 2.635 1.548 4.632v5.81h-5.827c-1.833.016-3.104-.31-4.498-1.536-.843-.74-1.241-1.307-1.66-2.35-.347 1.032-.715 1.604-1.511 2.35-1.39 1.312-2.748 1.65-4.647 1.537H.005v-5.811c-.05-1.772.312-3.12 1.553-4.504.766-.858 1.358-1.261 2.435-1.66-1.077-.382-1.67-.776-2.435-1.618C.29 9.003.015 7.68.005 5.842V.001h5.837c1.9-.016 3.15.29 4.534 1.542.848.77 1.241 1.368 1.624 2.446.429-1.083.848-1.675 1.726-2.446C15.105.343 16.386.052 18.158 0h5.827v5.841c.092 1.87-.225 3.284-1.548 4.672zm-.893-8.042h-3.79c-1.68-.04-2.88.22-4.197 1.317-.76.634-1.123 1.119-1.531 2.017-.383-.893-.736-1.378-1.471-2.017-1.312-1.138-2.41-1.297-4.259-1.317H2.512l-.005 3.784c-.02 1.532.169 2.599 1.088 3.87.669.925 1.22 1.384 2.252 1.87-1.037.505-1.588.98-2.252 1.924-.888 1.262-1.088 2.155-1.072 3.794v3.769h3.773c1.793-.01 2.957-.158 4.274-1.302.73-.639 1.083-1.124 1.456-2.017.413.898.78 1.378 1.542 2.017 1.312 1.093 2.446 1.378 4.187 1.312h3.789v-3.779c-.01-1.521-.082-2.568-.97-3.824-.685-.965-1.282-1.44-2.375-1.895 1.098-.47 1.69-.955 2.375-1.93.878-1.25.934-2.323.97-3.794z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/multisim.svg b/mkdocs-material/material/templates/.icons/simple/multisim.svg new file mode 100644 index 0000000..70e2d53 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/multisim.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.364 5.778c-.162.323-.566.565-.97.565-.646 0-1.131-.484-1.131-1.13s.485-1.132 1.13-1.132c.405 0 .728.242.97.565h3.556V.121H0V2.87h15.03c.162-.324.566-.566.97-.566.647 0 1.131.485 1.131 1.131S16.646 4.566 16 4.566c-.404 0-.727-.243-.97-.566H0v6.545h2.101v-4.04h10.586c.162-.323.566-.566.97-.566.646 0 1.131.485 1.131 1.132s-.485 1.131-1.131 1.131c-.404 0-.728-.242-.97-.566H3.313v3.071h11.798c.162-.323.566-.566.97-.566.646 0 1.131.485 1.131 1.132s-.485 1.131-1.131 1.131c-.404 0-.728-.242-.97-.566H0v3.071h6.546c.161-.323.565-.566.97-.566.646 0 1.13.485 1.13 1.132s-.484 1.131-1.13 1.131c-.405 0-.728-.242-.97-.566H0v3.071h7.677c.161-.323.565-.566.97-.566.646 0 1.13.485 1.13 1.132s-.484 1.131-1.13 1.131c-.405 0-.728-.242-.97-.566H0v3.637h12.606v-7.435c-.323-.161-.566-.565-.566-.97 0-.646.485-1.13 1.132-1.13s1.131.484 1.131 1.13c0 .405-.242.728-.566.97v7.435h2.667v-5.657c-.323-.161-.566-.565-.566-.97 0-.646.485-1.13 1.132-1.13s1.131.484 1.131 1.13c0 .404-.242.728-.566.97v5.657h2.667v-8.323c-.323-.162-.566-.566-.566-.97 0-.647.485-1.132 1.132-1.132s1.131.485 1.131 1.132c0 .404-.242.727-.566.97v8.323H24v-13.9h-2.99c-.162.324-.566.566-.97.566-.646 0-1.13-.484-1.13-1.13s.484-1.132 1.13-1.132c.404 0 .728.242.97.566H24V5.696z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mumble.svg b/mkdocs-material/material/templates/.icons/simple/mumble.svg new file mode 100644 index 0000000..11fcf71 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mumble.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 .08A12 11.92 0 0 0 0 12a12 11.92 0 0 0 12 11.92A12 11.92 0 0 0 24 12 12 11.92 0 0 0 12 .08M9.463 1.56c.393 0 .763.21.944.57-.013 1.409-.007 2.819-.008 4.23v.001c.013.303-.019.633.004.951s.102.627.341.88c.357.447.942.468 1.45.446h-.003.003c.736.093 1.468-.476 1.519-1.225v-.001c.013-1.74.008-3.479 0-5.218.115-.387.562-.669.973-.617h.006c1.457-.108 3.002.616 3.661 1.953l.001.002c.252.448.328 1.023.381 1.496v4.258a3.4 3.4 0 0 0-.757-.174l-.037-.004v.281h-.022v-.193c0-.148-.13-.265-.285-.265h-.36a.3.3 0 0 0-.102.018c-.002-1.298.007-2.592-.01-3.895v-.001a2.2 2.2 0 0 0-.571-1.358c-.337-.368-.801-.606-1.33-.567l-.03.002v3.995c.104 1.115-.673 2.259-1.791 2.469-.742.09-1.498.028-2.252.047h-.002c-1.184.1-2.306-.88-2.39-2.06-.027-1.475-.004-2.952-.012-4.428v-.032h-.032c-.508-.006-.945.241-1.26.606a2.25 2.25 0 0 0-.534 1.319C6.94 6.383 6.95 7.71 6.948 9.04a.3.3 0 0 0-.156-.045H6.44a.273.273 0 0 0-.28.265v.122h-.007v-.217l-.036.004a3.4 3.4 0 0 0-.733.166V5.273c.007-.371.045-.734.139-1.117.401-1.573 2.014-2.627 3.604-2.588l.082.003.08.001h.003a1 1 0 0 1 .17-.013zM17.275 9h.36c.122 0 .217.088.217.196v10.736c0 .107-.095.196-.218.196h-.36c-.122 0-.217-.089-.217-.196V9.196c0-.108.095-.196.218-.196M6.44 9.064h.353q.062 0 .11.03l.013.007a.2.2 0 0 1 .035.028q.053.053.054.131v10.737c0 .108-.093.196-.212.196H6.44c-.12 0-.212-.088-.212-.196V9.26c0-.108.093-.196.212-.196m11.567.118q.083.011.164.025c2.061.356 3.662 2.656 3.662 5.452 0 2.869-1.686 5.217-3.826 5.476zM6.09 9.241v10.952c-2.14-.259-3.826-2.607-3.826-5.476 0-2.775 1.578-5.063 3.618-5.444l.011-.002.034-.006zm11.83 10.642h.022v.326l.036-.004a3 3 0 0 0 .371-.062.2.2 0 0 1-.09.173l-.002.001v.001s-.618.496-.947.707c-.314.187-.49.338-.758.455a2 2 0 0 1-.19.067 1 1 0 0 1-.14.032h-2.206l-.02-.002a.68.68 0 0 0 .052-.456h2.068s.127-.011.28-.085c.19-.091.39-.225.577-.347.209-.137.403-.283.607-.435q.039-.03.072-.06c.148-.008.268-.12.268-.263zm-5.684.39c.487 0 .928.115 1.244.299.317.184.506.433.506.705s-.19.52-.506.705c-.316.183-.757.299-1.244.299-.488 0-.93-.116-1.245-.3-.317-.183-.506-.433-.506-.704 0-.272.19-.521.506-.705s.757-.3 1.245-.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/muo.svg b/mkdocs-material/material/templates/.icons/simple/muo.svg new file mode 100644 index 0000000..ca62985 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/muo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.887 6.016 0 10.903v7.048h19.108l4.873-4.874v-7.06Zm5.46 3.57a.295.295 0 0 1 .314.314v3.652h3V9.9a.303.303 0 0 1 .331-.314.295.295 0 0 1 .315.314v3.72a.506.506 0 0 1-.56.552h-3.18a.502.502 0 0 1-.551-.552V9.9a.303.303 0 0 1 .33-.314zm-5.113.041a.6.6 0 0 1 .465.22l1.638 1.99L8.96 9.81a.47.47 0 0 1 .378-.183h.164a.18.18 0 0 1 .183.183.2.2 0 0 1-.046.128L7.668 12.4a.43.43 0 0 1-.33.19.44.44 0 0 1-.323-.185l-1.45-1.753v3.246a.303.303 0 0 1-.331.315.295.295 0 0 1-.315-.315V9.942a.295.295 0 0 1 .315-.315m9.942 0h3.334a.502.502 0 0 1 .552.552v3.44a.502.502 0 0 1-.552.553h-3.334a.502.502 0 0 1-.552-.552v-3.44a.502.502 0 0 1 .552-.553m.093.62v3.304h3.148v-3.303zm-5.775.584c.032 0 .191.012.191.25v2.817a.303.303 0 0 1-.33.315.295.295 0 0 1-.315-.315V11.49a.6.6 0 0 1 .133-.378l.131-.164.012-.013c.058-.058.104-.104.178-.104M24 14.498l-3.486 3.486H24Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mural.svg b/mkdocs-material/material/templates/.icons/simple/mural.svg new file mode 100644 index 0000000..41fc53f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mural.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.53 8.118H24v13.258h-3.47zM5.497 6.094A2.03 2.03 0 0 1 7.524 8.12h3.47a5.503 5.503 0 0 0-5.497-5.497A5.503 5.503 0 0 0 0 8.121h3.47a2.03 2.03 0 0 1 2.027-2.027m2.027 15.285 3.47-.002V8.12h-3.47v13.258zm8.952-.005v-3.468h-3.47l-2.013.001v3.47zm0-13.256a2.03 2.03 0 0 1 2.027-2.027V2.62a5.503 5.503 0 0 0-5.497 5.497v9.788h3.47zm4.055 0H24a5.503 5.503 0 0 0-5.497-5.497v3.47a2.03 2.03 0 0 1 2.027 2.027zM0 21.378h3.47V8.122H0V21.38z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/musescore.svg b/mkdocs-material/material/templates/.icons/simple/musescore.svg new file mode 100644 index 0000000..10c4bdd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/musescore.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.777 23.997a11.99 11.99 0 0 1-8.98-4.296 12 12 0 0 1-2.406-4.655A12.1 12.1 0 0 1 .273 9.44a11.9 11.9 0 0 1 1.72-4.064 12.06 12.06 0 0 1 4.056-3.799 11.9 11.9 0 0 1 4.13-1.44 12.2 12.2 0 0 1 3.693.007c1.708.27 3.302.89 4.751 1.848.873.577 1.692 1.29 2.385 2.08a11.97 11.97 0 0 1 2.68 5.196c.402 1.718.416 3.556.039 5.291a12 12 0 0 1-4.024 6.643 12 12 0 0 1-4.655 2.407c-.743.195-1.499.316-2.29.367a18 18 0 0 1-.809.026l-.172-.003zm-6.924-6.684a.5.5 0 0 0 .23-.133.55.55 0 0 0 .139-.232c.013-.043.014-.178.018-2.363.004-2.12.005-2.327.018-2.438.033-.298.076-.51.146-.72.101-.303.224-.516.406-.705.14-.144.26-.232.434-.315a1.8 1.8 0 0 1 .504-.148c.114-.017.382-.024.493-.012a1.8 1.8 0 0 1 1.308.807c.166.25.271.528.327.866l.017.106.004 2.438c.004 2.324.005 2.44.019 2.485a.56.56 0 0 0 .133.226.5.5 0 0 0 .201.128c.052.019.068.021.167.021a.46.46 0 0 0 .37-.145.5.5 0 0 0 .149-.3c.006-.042.008-.774.008-2.407 0-1.542.003-2.375.008-2.428q.071-.72.523-1.225c.183-.204.464-.39.73-.482.21-.074.394-.101.626-.095.304.01.55.066.8.186.284.136.514.341.668.597.178.294.28.662.299 1.083.002.053.013.491.023.973.022 1.002.024 1.063.04 1.238.072.787.307 1.426.711 1.935.087.11.311.333.417.417q.651.516 1.532.634c.177.024.507.03.68.012.797-.082 1.53-.463 2.015-1.046.373-.45.606-.99.704-1.64.046-.302.043-.143.046-2.506.003-2.417.007-2.223-.054-2.346a.48.48 0 0 0-.332-.251.58.58 0 0 0-.416.06c-.1.06-.19.183-.22.304-.009.031-.012.478-.016 2.22-.005 2.415 0 2.23-.055 2.51-.18.917-.81 1.522-1.73 1.66a2.4 2.4 0 0 1-.512-.008q-.695-.105-1.13-.557c-.332-.345-.53-.816-.601-1.432-.018-.151-.026-.387-.043-1.212-.018-.853-.026-1.05-.047-1.24-.129-1.123-.68-1.983-1.548-2.417a2.8 2.8 0 0 0-1.121-.294c-.55-.035-1.136.12-1.671.441a3 3 0 0 0-.813.707l-.038.049-.028-.038a3 3 0 0 0-.235-.261c-.457-.433-1.1-.722-1.78-.8a4 4 0 0 0-.65-.001c-.635.07-1.141.286-1.559.666-.48.437-.795 1.103-.912 1.926-.056.393-.057.436-.054 2.915l.002 2.184.022.064a.53.53 0 0 0 .359.339c.078.02.188.02.267 0zm11.99-8.863a.69.69 0 0 0 .546-.505.9.9 0 0 0 .008-.3.69.69 0 0 0-.455-.516.678.678 0 0 0-.895.649c0 .055.005.11.012.142a.684.684 0 0 0 .783.53zm-2.667-.138a.5.5 0 0 0 .32-.265c.046-.092.06-.158.067-.343a2.22 2.22 0 0 1 .617-1.49 1.93 1.93 0 0 1 1.146-.587c.145-.022.434-.024.581-.004q.46.065.822.3c.244.16.474.4.634.663.202.333.326.763.327 1.127q0 .148.036.26a.507.507 0 0 0 .94.068c.053-.111.06-.15.059-.35 0-.198-.01-.318-.043-.514-.217-1.298-1.165-2.294-2.426-2.545a2.5 2.5 0 0 0-.625-.055 3.03 3.03 0 0 0-2.738 1.638 3.3 3.3 0 0 0-.366 1.43c-.01.265.037.418.167.544a.51.51 0 0 0 .482.123"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/musicbrainz.svg b/mkdocs-material/material/templates/.icons/simple/musicbrainz.svg new file mode 100644 index 0000000..03403c2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/musicbrainz.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.582 0 1.418 5.832v12.336L11.582 24V10.01L7.1 12.668v3.664q.015.168 0 .336c-.103.435-.54.804-1 1.111-.802.537-1.752.509-2.166-.111s-.141-1.631.666-2.168c.384-.28.863-.399 1.334-.332V6.619c0-.154.134-.252.226-.308L11.582 3zm.836 0v6.162c.574.03 1.14.16 1.668.387a2.23 2.23 0 0 0 1.656-.717 1.02 1.02 0 1 1 1.832-.803l.004.006a1.022 1.022 0 0 1-1.295 1.197c-.34.403-.792.698-1.297.85.34.263.641.576.891.928a1.04 1.04 0 0 1 .777.125c.768.486.568 1.657-.318 1.857s-1.574-.77-1.09-1.539q.03-.045.065-.09a3.6 3.6 0 0 0-1.436-1.166 4.1 4.1 0 0 0-1.457-.369v4.01c.855.06 1.256.493 1.555.834.227.256.356.39.578.402.323.018.568.008.806 0a5.4 5.4 0 0 1 .895.022c.94-.017 1.272-.226 1.605-.446a2.53 2.53 0 0 1 1.131-.463 1 1 0 0 1 .12-.263 1 1 0 0 1 .105-.137c.023-.025.047-.044.07-.066a4.8 4.8 0 0 1 0-2.405l-.012-.01a1.02 1.02 0 1 1 .692.272h-.057a4.3 4.3 0 0 0 0 1.877h.063a1.02 1.02 0 1 1-.545 1.883l-.047-.033a1 1 0 0 1-.352-.442 1.9 1.9 0 0 0-.814.354 3 3 0 0 1-.703.365c.757.555 1.772 1.6 2.199 2.299a1 1 0 0 1 .256-.033 1.02 1.02 0 1 1-.545 1.88l-.047-.03a1.017 1.017 0 0 1-.27-1.376 1 1 0 0 1 .051-.072c-.445-.775-2.026-2.28-2.46-2.387a4 4 0 0 0-1.31-.117c-.24.008-.513.018-.866 0-.515-.027-.783-.333-1.043-.629s-.51-.56-1.055-.611V18.5a2 2 0 0 0 .426-.135.3.3 0 0 1 .058-.027c.56-.267 1.421-.91 2.096-2.447a1.02 1.02 0 0 1-.27-1.344 1.02 1.02 0 1 1 .915 1.54 6.3 6.3 0 0 1-1.432 2.136 1.8 1.8 0 0 1 .691.306.67.67 0 0 0 .37.168 3.3 3.3 0 0 0 .888-.222 1.02 1.02 0 0 1 1.787-.79v-.005a1.02 1.02 0 0 1-.773 1.683 1.02 1.02 0 0 1-.719-.287 4 4 0 0 1-1.168.287h-.05a1.3 1.3 0 0 1-.71-.275c-.262-.177-.51-.345-1.402-.12a2.1 2.1 0 0 1-.707.2V24l10.164-5.832V5.832zm4.154 4.904a.352.352 0 0 0-.197.639l.018.01c.163.1.378.053.484-.108v-.002a.352.352 0 0 0-.303-.539zm-4.99 1.928L7.082 9.5v2l4.5-2.668zm8.385.38a.35.35 0 0 0-.295.165v.002a.35.35 0 0 0 .096.473l.013.01a.357.357 0 0 0 .487-.108.352.352 0 0 0-.301-.541zM16.09 8.647a.35.35 0 0 0-.277.163.355.355 0 0 0 .296.54c.482 0 .463-.73-.02-.703zm3.877 2.477a.35.35 0 0 0-.295.164.35.35 0 0 0 .094.475l.015.01a.357.357 0 0 0 .485-.11.352.352 0 0 0-.3-.539zm-4.375 3.594a.35.35 0 0 0-.291.172.35.35 0 0 0-.04.265.352.352 0 1 0 .33-.437zm4.375.789a.35.35 0 0 0-.295.164v.002a.35.35 0 0 0 .094.473l.015.01a.357.357 0 0 0 .485-.108.352.352 0 0 0-.3-.54zm-2.803 2.488v.002a.35.35 0 0 0-.223.084.352.352 0 0 0 .23.62.35.35 0 0 0 .23-.085.35.35 0 0 0 .12-.24.353.353 0 0 0-.35-.38h-.007Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mxlinux.svg b/mkdocs-material/material/templates/.icons/simple/mxlinux.svg new file mode 100644 index 0000000..9203360 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mxlinux.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12.001 13.301 3.277 3.819-.75.9-2.133-2.521-1.131-1.338zM24 2.41v19.182c0 .655-.531 1.186-1.186 1.186H1.186A1.186 1.186 0 0 1 0 21.591V2.409c0-.655.531-1.186 1.186-1.186h21.628c.655 0 1.186.53 1.186 1.186zM21.759 19.5l-2.116-2.542-2.115-2.541-.586.704-3.25-3.788 4.913-5.73-1.175-1.008-4.76 5.549-4.743-5.527-1.947 1.67 5 5.827-.73.851L9.01 11.5l-3.384 4-3.385 4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/myanimelist.svg b/mkdocs-material/material/templates/.icons/simple/myanimelist.svg new file mode 100644 index 0000000..275b56f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/myanimelist.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.273 7.247v8.423l-2.103-.003v-5.216l-2.03 2.404-1.989-2.458-.02 5.285H.001L0 7.247h2.203l1.865 2.545 2.015-2.546zm8.628 2.069.025 6.335h-2.365l-.008-2.871h-2.8c.07.499.21 1.266.417 1.779.155.381.298.751.583 1.128l-1.705 1.125c-.349-.636-.622-1.337-.878-2.082a9.3 9.3 0 0 1-.507-2.179c-.085-.75-.097-1.471.107-2.212a3.9 3.9 0 0 1 1.161-1.866c.313-.293.749-.5 1.1-.687s.743-.264 1.107-.359a7.4 7.4 0 0 1 1.191-.183c.398-.034 1.107-.066 2.39-.028l.545 1.749H14.51c-.593.008-.878.001-1.341.209a2.24 2.24 0 0 0-1.278 1.92l2.663.033.038-1.81zm3.992-2.099v6.627l3.107.032-.43 1.775h-4.807V7.187z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/myget.svg b/mkdocs-material/material/templates/.icons/simple/myget.svg new file mode 100644 index 0000000..b09f99a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/myget.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.96 0 1.1 4.34v14.28L11.9 24l11-5.38V13.8h-3.2v2.87l-7.8 3.83-7.64-3.83V8.02l7.64 3.72 10.8-5.6Zm-.24 3.53L16.02 6l-4.15 2.17-5.22-2.56Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/myob.svg b/mkdocs-material/material/templates/.icons/simple/myob.svg new file mode 100644 index 0000000..7c59b7b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/myob.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.77 7.031c-.903 0-1.055.61-1.067.914v6.598h.633c.516.012.633-.316.645-.504v-.047c.398.422.949.656 1.57.656 1.347 0 2.449-1.171 2.449-2.695 0-1.547-1.102-2.719-2.45-2.719-.597 0-1.124.223-1.51.61V7.03zm.27 4.922c0-.82.585-1.488 1.312-1.488.738 0 1.324.644 1.324 1.488 0 .832-.586 1.465-1.324 1.465-.727 0-1.313-.656-1.313-1.465m-6.962 0c0 1.547 1.16 2.707 2.59 2.707 1.441 0 2.602-1.16 2.602-2.707 0-1.559-1.16-2.742-2.602-2.742-1.43 0-2.59 1.183-2.59 2.742m1.324 0c0-.89.575-1.523 1.266-1.523.703 0 1.277.632 1.277 1.523 0 .879-.574 1.488-1.277 1.488-.691 0-1.266-.609-1.266-1.488M3.961 9.95c-.363-.457-.937-.738-1.64-.738C.913 9.21 0 10.207 0 11.53v3.012h.434c.293-.023.867-.164.89-1.031v-2.004c0-.586.41-.996.996-.996.88 0 .961.703.961.996v3.035h.434c.293-.023.867-.164.89-1.02v-2.015c0-.586.422-.996.996-.996.88 0 .973.703.973.996v3.035h.434c.293-.023.879-.164.89-1.043V11.53c0-1.36-.843-2.32-2.296-2.32-.668 0-1.243.281-1.641.738zm7.746-.023-1.113 3.093-1.207-3.21c-.176-.504-.656-.481-.656-.481H7.699l2.051 5.051c0-.012 0-.012-.012-.012 0 0 .012 0 .012.012s.012.023.012.023l-.012-.023c.07.2.047.316-.012.516l-.047.129c-.234.597-.574.761-1.289.714v.012l.493 1.219c.925-.024 1.605-.328 2.074-1.477l2.46-6.164h-.925a.87.87 0 0 0-.797.598zM19.77 7.03c-.903 0-1.055.61-1.067.914v6.598h.633c.516.012.633-.316.645-.504v-.047c.398.422.949.656 1.57.656 1.348 0 2.45-1.172 2.45-2.695 0-1.547-1.103-2.719-2.45-2.719-.598 0-1.125.223-1.512.61V7.03zm.27 4.922c0-.82.585-1.488 1.312-1.488.738 0 1.324.644 1.324 1.488 0 .832-.586 1.465-1.324 1.465-.727 0-1.313-.656-1.313-1.465m-6.962 0c0 1.547 1.16 2.707 2.59 2.707 1.442 0 2.602-1.16 2.602-2.707 0-1.559-1.16-2.742-2.602-2.742-1.43 0-2.59 1.183-2.59 2.742m1.324 0c0-.89.575-1.523 1.266-1.523.703 0 1.277.632 1.277 1.523 0 .879-.574 1.488-1.277 1.488-.691 0-1.266-.61-1.266-1.488M3.961 9.949c-.363-.457-.937-.738-1.64-.738-1.407 0-2.321.996-2.321 2.32v3.012h.434c.293-.023.867-.164.89-1.031v-2.004c0-.586.41-.996.996-.996.88 0 .961.703.961.996v3.035h.434c.293-.023.867-.164.89-1.02v-2.015c0-.586.422-.996.996-.996.88 0 .973.703.973.996v3.035h.434c.293-.023.879-.164.89-1.043v-1.969c0-1.36-.843-2.32-2.296-2.32-.668 0-1.243.281-1.641.738zm7.746-.023-1.113 3.094-1.207-3.211c-.176-.504-.656-.48-.656-.48H7.699l2.051 5.05c0-.012 0-.012-.012-.012 0 0 .012 0 .012.012s.012.023.012.023l-.012-.023c.07.2.047.316-.012.516l-.047.128c-.234.598-.574.762-1.289.715v.012l.493 1.219c.925-.024 1.605-.328 2.074-1.477l2.46-6.164h-.925a.87.87 0 0 0-.797.598z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/myspace.svg b/mkdocs-material/material/templates/.icons/simple/myspace.svg new file mode 100644 index 0000000..06d6acb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/myspace.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.802 12.274A3.81 3.81 0 0 0 23.62 8.47c0-2.101-1.71-3.795-3.818-3.795a3.816 3.816 0 0 0-3.818 3.81 3.817 3.817 0 0 0 3.818 3.811zm-8.602.705a3.43 3.43 0 0 0 3.435-3.424A3.43 3.43 0 0 0 11.2 6.13a3.44 3.44 0 0 0-3.436 3.436A3.436 3.436 0 0 0 11.2 13zm-7.8.635c1.71 0 3.093-1.38 3.093-3.081 0-1.704-1.395-3.084-3.105-3.084A3.086 3.086 0 0 0 .3 10.539c0 1.7 1.387 3.078 3.095 3.078zm0 .705c-1.96 0-3.4 1.717-3.4 3.495v1.196c0 .17.138.31.31.31h6.18a.31.31 0 0 0 .309-.31v-1.196c0-1.779-1.437-3.5-3.398-3.5zm7.8-.56c-2.18 0-3.78 1.915-3.78 3.891v1.331c0 .188.156.344.345.344h6.87a.344.344 0 0 0 .342-.344V17.65c0-1.976-1.598-3.891-3.777-3.891m8.602-.617c-2.422 0-4.197 2.126-4.197 4.323v1.477c0 .21.172.381.382.381h7.63c.21 0 .383-.171.383-.381v-1.477c-.001-2.197-1.776-4.323-4.198-4.323"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/mysql.svg b/mkdocs-material/material/templates/.icons/simple/mysql.svg new file mode 100644 index 0000000..cdfff41 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/mysql.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.405 5.501c-.115 0-.193.014-.274.033v.013h.014c.054.104.146.18.214.273.054.107.1.214.154.32l.014-.015c.094-.066.14-.172.14-.333-.04-.047-.046-.094-.08-.14-.04-.067-.126-.1-.18-.153zM5.77 18.695h-.927a51 51 0 0 0-.27-4.41h-.008l-1.41 4.41H2.45l-1.4-4.41h-.01a73 73 0 0 0-.195 4.41H0q.083-2.95.41-5.53h1.15l1.335 4.064h.008l1.347-4.064h1.095q.363 3.024.428 5.53zm4.017-4.08q-.567 3.069-1.492 4.46-.723 1.074-1.583 1.073-.228 0-.566-.138v-.494q.166.026.386.026.402 0 .647-.222.295-.27.295-.605 0-.233-.23-.944L6.23 14.615h.91l.727 2.36q.247.804.205 1.123.6-1.598.835-3.483zm12.325 4.08h-2.63v-5.53h.885v4.85h1.745zm-3.32.135-1.016-.5q.136-.113.255-.25.649-.76.648-2.253 0-2.745-2.155-2.746-1.056 0-1.65.697-.646.762-.646 2.245-.001 1.459.574 2.14.524.615 1.583.615.396 0 .725-.098l1.325.772.36-.622zM15.5 17.588q-.337-.541-.337-1.736 0-2.09 1.27-2.09.666 0 .977.5.336.543.336 1.723 0 2.107-1.27 2.108-.667 0-.978-.5zm-1.658-.425q0 .706-.516 1.156-.514.45-1.384.45c-.543 0-1.064-.172-1.573-.515l.237-.476q.656.329 1.19.328.498 0 .783-.22a.75.75 0 0 0 .3-.615c0-.33-.23-.61-.648-.845-.388-.213-1.163-.657-1.163-.657-.422-.307-.632-.636-.632-1.177q0-.674.47-1.085.471-.416 1.22-.415.769 0 1.4.41l-.213.476a2.7 2.7 0 0 0-1.064-.23q-.425 0-.654.206a.69.69 0 0 0-.248.524c0 .328.234.61.666.85.393.215 1.187.67 1.187.67.433.305.648.63.648 1.168zm9.382-5.852c-.535-.014-.95.04-1.297.188-.1.04-.26.04-.274.167.055.053.063.14.11.214.08.134.218.313.346.407q.208.167.427.31c.26.16.555.255.81.416.145.094.293.213.44.313.073.05.12.14.214.172v-.02c-.046-.06-.06-.147-.105-.214-.067-.067-.134-.127-.2-.193a3.2 3.2 0 0 0-.695-.675c-.214-.146-.682-.35-.77-.595l-.013-.014c.146-.013.32-.066.46-.106.227-.06.435-.047.67-.106q.16-.042.32-.094v-.06c-.12-.12-.21-.283-.334-.395a9 9 0 0 0-1.104-.823c-.21-.134-.476-.22-.697-.334-.08-.04-.214-.06-.26-.127-.12-.146-.19-.34-.275-.514a18 18 0 0 1-.547-1.163c-.12-.262-.193-.523-.34-.763-.69-1.137-1.437-1.826-2.586-2.5-.247-.14-.543-.2-.856-.274-.167-.008-.334-.02-.5-.027-.11-.047-.216-.174-.31-.235-.38-.24-1.364-.76-1.644-.072-.18.434.267.862.422 1.082.115.153.26.328.34.5.047.116.06.235.107.356.106.294.207.622.347.897.073.14.153.287.247.413.054.073.146.107.167.227-.094.136-.1.334-.154.5-.24.757-.146 1.693.194 2.25.107.166.362.534.703.393.3-.12.234-.5.32-.835.02-.08.007-.133.048-.187v.015c.094.188.188.367.274.555.206.328.566.668.867.895.16.12.287.328.487.402v-.02h-.015c-.043-.058-.1-.086-.154-.133a3.5 3.5 0 0 1-.35-.4 9 9 0 0 1-.747-1.218c-.11-.21-.202-.436-.29-.643-.04-.08-.04-.2-.107-.24-.1.146-.247.273-.32.453-.127.288-.14.642-.188 1.01-.027.007-.014 0-.027.014-.214-.052-.287-.274-.367-.46-.2-.475-.233-1.238-.06-1.785.047-.14.247-.582.167-.716-.042-.127-.174-.2-.247-.303a2.5 2.5 0 0 1-.24-.427c-.16-.374-.24-.788-.414-1.162-.08-.173-.22-.354-.334-.513-.127-.18-.267-.307-.368-.52-.033-.073-.08-.194-.027-.274.014-.054.042-.075.094-.09.088-.072.335.022.422.062.247.1.455.194.662.334.094.066.195.193.315.226h.14c.214.047.455.014.655.073.355.114.675.28.962.46a5.95 5.95 0 0 1 2.085 2.286c.08.154.115.295.188.455.14.33.313.663.455.982.14.315.275.636.476.897.1.14.502.213.682.286.133.06.34.115.46.188.23.14.454.3.67.454.11.076.443.243.463.378"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/n26.svg b/mkdocs-material/material/templates/.icons/simple/n26.svg new file mode 100644 index 0000000..1b7d2df --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/n26.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 3.803v1.195h7.436V3.803zM12.69 7.29c-2.034 0-3.038 1.252-3.038 2.684 0 .234.027.468.092.728l1.393.135a3.7 3.7 0 0 1-.09-.793c0-1.072.71-1.586 1.598-1.586.866 0 1.507.485 1.507 1.652 0 1.186-.58 1.995-1.464 2.88-.925.923-2.4 2.027-3.112 2.534v1.092h6.135v-1.195h-4.168c.695-.48 1.69-1.279 2.133-1.72.502-.503 1.931-1.794 1.931-3.636 0-1.903-1.24-2.775-2.918-2.775zm8.34 0c-1.976 0-3.454 1.517-3.454 4.916 0 3.017 1.233 4.508 3.356 4.508 1.754 0 3.068-1.198 3.068-3.172 0-1.542-.823-3.066-2.793-3.066-1.1 0-1.884.51-2.281 1.263 0-1.78.62-3.33 2.094-3.33.937 0 1.309.538 1.507 1.422l1.366-.271c-.321-1.527-1.292-2.27-2.864-2.27zM.075 7.389v9.228h1.33v-6.312c0-.56-.013-.898-.039-1.223h.026c.136.372.298.699.539 1.123l3.732 6.412h1.69V7.39H6.04v6.31c0 .56.013.898.04 1.223h-.028a7 7 0 0 0-.537-1.123L1.783 7.389H.076zm20.817 4.185c1.114 0 1.744.822 1.744 1.992 0 1.256-.717 2.034-1.701 2.034-1.09 0-1.843-1.001-1.973-2.329.33-1.133 1.063-1.697 1.93-1.697M0 19.008v1.19h7.436v-1.19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/n8n.svg b/mkdocs-material/material/templates/.icons/simple/n8n.svg new file mode 100644 index 0000000..7ea29dc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/n8n.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.474 5.684a2.53 2.53 0 0 0-2.447 1.895H16.13a2.526 2.526 0 0 0-2.492 2.11l-.103.624a1.26 1.26 0 0 1-1.246 1.055h-1.001a2.527 2.527 0 0 0-4.893 0H4.973a2.527 2.527 0 1 0 0 1.264h1.422a2.527 2.527 0 0 0 4.894 0h1a1.26 1.26 0 0 1 1.247 1.055l.103.623a2.526 2.526 0 0 0 2.492 2.111h.37a2.527 2.527 0 1 0 0-1.263h-.37a1.26 1.26 0 0 1-1.246-1.056l-.103-.623A2.52 2.52 0 0 0 13.96 12a2.52 2.52 0 0 0 .82-1.48l.104-.622a1.26 1.26 0 0 1 1.246-1.056h2.896a2.527 2.527 0 1 0 2.447-3.158m0 1.263a1.263 1.263 0 0 1 1.263 1.263 1.263 1.263 0 0 1-1.263 1.264A1.263 1.263 0 0 1 20.21 8.21a1.263 1.263 0 0 1 1.264-1.263m-18.948 3.79A1.263 1.263 0 0 1 3.79 12a1.263 1.263 0 0 1-1.264 1.263A1.263 1.263 0 0 1 1.263 12a1.263 1.263 0 0 1 1.263-1.263m6.316 0A1.263 1.263 0 0 1 10.105 12a1.263 1.263 0 0 1-1.263 1.263A1.263 1.263 0 0 1 7.58 12a1.263 1.263 0 0 1 1.263-1.263m10.106 3.79a1.263 1.263 0 0 1 1.263 1.263 1.263 1.263 0 0 1-1.263 1.263 1.263 1.263 0 0 1-1.264-1.263 1.263 1.263 0 0 1 1.263-1.264"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/namebase.svg b/mkdocs-material/material/templates/.icons/simple/namebase.svg new file mode 100644 index 0000000..7e6f5ca --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/namebase.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.098 2.406c0 1.329-1.052 2.406-2.349 2.406S18.4 3.735 18.4 2.406 19.452 0 20.75 0s2.348 1.077 2.348 2.406m-11.51.542C5.688 2.948.903 7.848.903 13.894V24H7.48V13.895c0-2.326 1.84-4.21 4.11-4.21s4.11 1.884 4.11 4.21V24h6.577V13.895c0-6.046-4.785-10.947-10.687-10.947"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/namecheap.svg b/mkdocs-material/material/templates/.icons/simple/namecheap.svg new file mode 100644 index 0000000..c089a58 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/namecheap.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.295 17.484c.227.403.57.728.985.931-.309.15-.647.229-.99.232h-3.068a2.26 2.26 0 0 1-1.957-1.143L6.705 6.511a2.27 2.27 0 0 0-.974-.922c.309-.153.652-.233.997-.232h3.05c.81.003 1.558.438 1.959 1.143zm-9.329-7.392L6.269 6.755c-.209-.392-.582-.657-.984-.829-.204.165-.391.35-.522.581-.184.349-4.391 8.648-4.569 8.987a2.245 2.245 0 0 0 4.016 1.999zm15.846-1.593a2.245 2.245 0 0 0-1.162-2.955v-.001a2.2 2.2 0 0 0-.892-.187l-.003-.011c-.816 0-1.569.443-1.965 1.157l-3.749 7.414 1.689 3.323c.213.399.59.664.998.839.252-.2.473-.444.605-.742z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/namemc.svg b/mkdocs-material/material/templates/.icons/simple/namemc.svg new file mode 100644 index 0000000..47eee2f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/namemc.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0v24h24V0Zm4.8 4.8H16V8h3.2v11.2H16V8H8v11.2H4.8V8Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/namesilo.svg b/mkdocs-material/material/templates/.icons/simple/namesilo.svg new file mode 100644 index 0000000..b5fc2ca --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/namesilo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.65 0A4.65 4.65 0 0 0 0 4.65v14.7A4.65 4.65 0 0 0 4.65 24h14.7A4.65 4.65 0 0 0 24 19.35V4.65A4.65 4.65 0 0 0 19.35 0Zm7.21 4.2 4.64 3.048V8.86h-.006c-.124.4-2.156.718-4.644.718S7.33 9.26 7.206 8.86H7.2V7.248ZM7.2 9.384c0 .5 2.082.906 4.65.906s4.65-.406 4.65-.906v2.587c0 .5-2.082.905-4.65.905s-4.65-.405-4.65-.905zm0 3.3c0 .5 2.082.906 4.65.906s4.65-.405 4.65-.905v2.586c0 .5-2.082.906-4.65.906s-4.65-.406-4.65-.906zm0 3.301c0 .5 2.082.906 4.65.906s4.65-.406 4.65-.906v2.587c0 .5-2.082.906-4.65.906s-4.65-.406-4.65-.906z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/namuwiki.svg b/mkdocs-material/material/templates/.icons/simple/namuwiki.svg new file mode 100644 index 0000000..c2f46b7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/namuwiki.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.372 0 0 5.372 0 12s5.372 12 12 12 12-5.372 12-12S18.628 0 12 0M6.49 5.922a2.083 2.083 0 0 1 2.096 2.064 2.07 2.07 0 0 1-.832 1.674l1.787 4.22L12.5 12.63l-.385-.908a2 2 0 0 1-.281.023A2.083 2.083 0 0 1 9.738 9.68a2.08 2.08 0 0 1 4.16-.032 2.08 2.08 0 0 1-.767 1.627l1.125 2.657 3.53-1.496a2 2 0 0 1-.046-.413 2.08 2.08 0 1 1 2.096 2.063 2.08 2.08 0 0 1-1.535-.664l-3.614 1.53.496 1.173a.554.554 0 0 1-.292.727.555.555 0 0 1-.727-.295l-1.23-2.909-4.883 2.067q.018.127.02.256a2.083 2.083 0 0 1-2.065 2.095 2.083 2.083 0 0 1-2.096-2.064 2.083 2.083 0 0 1 2.065-2.096 2.07 2.07 0 0 1 1.642.79l.904-.383-1.796-4.245a2 2 0 0 1-.202.012 2.08 2.08 0 0 1-2.095-2.062A2.08 2.08 0 0 1 6.49 5.922M6.5 7.14a.861.861 0 1 0 .015 1.722.861.861 0 0 0-.015-1.722m5.313 1.662a.861.861 0 1 0 .012 1.719.861.861 0 0 0-.013-1.72m7.956 2.343a.861.861 0 1 0 .91.854.863.863 0 0 0-.866-.853zM5.985 15.125a.86.86 0 0 0-.853.867.86.86 0 0 0 .865.856.862.862 0 0 0-.012-1.723"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nano.svg b/mkdocs-material/material/templates/.icons/simple/nano.svg new file mode 100644 index 0000000..e76e0b8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nano.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.286 6.858c-.945 0-1.713.766-1.713 1.713 0 1.284-.428 1.714-1.714 1.714-.945 0-1.713.766-1.713 1.713 0 1.285-.428 1.714-1.714 1.714a1.714 1.714 0 1 0 1.714 1.713c0-1.284.427-1.713 1.713-1.713.946 0 1.714-.767 1.714-1.714 0-1.284.427-1.713 1.713-1.713a1.714 1.714 0 0 0 0-3.427M8.57 6.859c-.945 0-1.713.767-1.713 1.714 0 1.284-.428 1.713-1.714 1.713A1.714 1.714 0 1 0 6.858 12c0-1.284.429-1.713 1.713-1.713s1.714.427 1.714 1.713a1.715 1.715 0 0 0 3.428 0c0-.945-.766-1.713-1.716-1.713-1.285 0-1.714-.428-1.714-1.714 0-.945-.768-1.714-1.714-1.714m-6.856 6.856A1.714 1.714 0 0 0 0 15.43a1.714 1.714 0 0 0 1.714 1.713 1.714 1.714 0 0 0 1.713-1.713 1.714 1.714 0 0 0-1.713-1.714Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nanostores.svg b/mkdocs-material/material/templates/.icons/simple/nanostores.svg new file mode 100644 index 0000000..29bf5dd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nanostores.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.708 24 .6 14.822l7.679-2.995 11.235 7.867zM10.292 0 23.4 9.178l-7.679 2.995L4.486 4.306z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nasa.svg b/mkdocs-material/material/templates/.icons/simple/nasa.svg new file mode 100644 index 0000000..cb306e1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nasa.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.344 13.598c.075.281.195.39.407.39.22 0 .335-.132.335-.39V8.804h1.379v4.794c0 .675-.088.968-.43 1.31-.247.248-.703.439-1.278.439-.464 0-.909-.154-1.192-.438-.249-.25-.386-.505-.599-1.311l-.846-3.196c-.074-.281-.194-.39-.406-.39-.22 0-.336.132-.336.39v4.794H0v-4.794c0-.675.088-.968.43-1.31.247-.248.703-.439 1.278-.439.464 0 .909.154 1.192.438.249.25.385.505.599 1.311zm18.231 1.598-1.591-4.98a.4.4 0 0 0-.06-.132.23.23 0 0 0-.186-.082.23.23 0 0 0-.185.082.4.4 0 0 0-.06.132l-1.591 4.98h-1.425l1.739-5.44c.09-.283.22-.524.384-.684.282-.275.614-.419 1.138-.419.525 0 .857.144 1.139.42.164.16.294.4.384.683L24 15.196zm-7.044 0c.903 0 1.344-.192 1.692-.538.385-.383.569-.802.569-1.427 0-.553-.202-1.064-.51-1.37-.403-.4-.903-.527-1.719-.527h-1.142c-.436 0-.61-.053-.748-.188-.094-.093-.139-.23-.139-.393 0-.168.04-.334.156-.448.103-.1.243-.147.511-.147h3.301V8.804h-3.049c-.903 0-1.343.192-1.691.538-.385.383-.57.802-.57 1.427 0 .553.203 1.064.51 1.37.404.4.904.527 1.72.527h1.141c.437 0 .61.053.748.188.095.093.14.23.14.393 0 .169-.041.335-.157.448-.102.1-.242.147-.51.147h-3.405l-1.306-4.086c-.09-.283-.22-.524-.384-.684-.282-.275-.615-.419-1.139-.419s-.857.144-1.138.42c-.165.16-.294.4-.385.683l-1.738 5.44h1.424l1.592-4.98a.4.4 0 0 1 .06-.132.23.23 0 0 1 .185-.082q.121 0 .186.082a.4.4 0 0 1 .06.132l1.591 4.98z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nationalgrid.svg b/mkdocs-material/material/templates/.icons/simple/nationalgrid.svg new file mode 100644 index 0000000..7ca01c2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nationalgrid.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 11.06h.292v.415h.01c.106-.289.426-.485.764-.485.673 0 .877.355.877.928v1.547H1.65v-1.5c0-.415-.135-.728-.608-.728-.464 0-.742.355-.75.825v1.403H0zm2.467.736c.027-.563.422-.806.969-.806.422 0 .88.13.88.774v1.277c0 .112.056.177.172.177.033 0 .07-.01.093-.019v.247a.8.8 0 0 1-.19.019c-.297 0-.343-.168-.343-.42h-.01c-.204.313-.412.49-.871.49-.44 0-.803-.22-.803-.704 0-.676.655-.699 1.285-.773.241-.028.375-.061.375-.327 0-.396-.282-.494-.625-.494-.362 0-.63.168-.64.56zm1.557.355h-.008c-.038.07-.168.093-.246.107-.497.088-1.113.084-1.113.554 0 .294.26.476.533.476.445 0 .84-.285.834-.755zm1.443-1.091h.487v.247h-.487v1.622c0 .19.028.302.236.317q.126 0 .25-.015v.252c-.088 0-.171.01-.26.01-.388 0-.523-.13-.518-.541v-1.645h-.418v-.247h.418v-.722h.292zm1.308 2.405V11.06h-.293v2.405zm0-2.857v-.47h-.293v.47zm2.702 1.655c0 .69-.398 1.272-1.13 1.272-.734 0-1.132-.583-1.132-1.272s.398-1.273 1.131-1.273 1.131.583 1.131 1.273m-1.97 0c0 .512.278 1.025.84 1.025.56 0 .838-.513.838-1.025 0-.513-.278-1.026-.839-1.026s-.839.513-.839 1.026m2.401-1.203h.293v.415h.01c.106-.289.425-.485.764-.485.673 0 .877.355.877.928v1.547h-.292v-1.5c0-.415-.135-.728-.608-.728-.464 0-.742.355-.751.825v1.403h-.293zm2.467.736c.029-.563.422-.806.97-.806.421 0 .88.13.88.774v1.277c0 .112.056.177.172.177a.3.3 0 0 0 .093-.019v.247a.8.8 0 0 1-.19.019c-.298 0-.344-.168-.344-.42h-.009c-.204.313-.412.49-.872.49-.44 0-.802-.22-.802-.704 0-.676.654-.699 1.285-.773.24-.028.375-.061.375-.327 0-.396-.283-.494-.626-.494-.361 0-.63.168-.64.56zm1.558.355h-.01c-.036.07-.166.093-.245.107-.496.088-1.113.084-1.113.554 0 .294.26.476.534.476.445 0 .839-.285.834-.755zm1.33 1.314v-3.328h-.291v3.328zm2.839-2.48v2.35c0 .428-.033 1.141-1.248 1.141-.51 0-1.047-.219-1.075-.746h.704c.028.126.08.252.455.252.347 0 .514-.168.514-.569v-.298l-.009-.009c-.106.191-.269.373-.658.373-.593 0-1.062-.415-1.062-1.282 0-.857.482-1.277 1.024-1.277.46 0 .645.27.724.434h.01v-.368zm-1.197 1.944c.441 0 .552-.378.552-.718 0-.4-.195-.727-.557-.727-.24 0-.51.178-.51.755 0 .317.13.69.515.69m1.753-1.943h.62v.429h.01c.135-.252.283-.495.678-.495q.062.001.125.01v.661c-.056-.009-.125-.009-.186-.009-.505 0-.598.317-.598.592v1.29h-.649zm2.526 2.478v-2.495h-.648v2.495zm-.802-3.461.477.479.477-.48-.477-.478zM24 13.465h-.635v-.312h-.01c-.157.28-.444.377-.713.377-.732 0-1.039-.652-1.039-1.333 0-.857.482-1.277 1.025-1.277a.79.79 0 0 1 .714.387h.009V10.12H24zm-1.196-.47c.413 0 .575-.346.575-.714 0-.396-.111-.797-.556-.797-.413 0-.552.369-.552.76 0 .294.115.75.533.75z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nationalrail.svg b/mkdocs-material/material/templates/.icons/simple/nationalrail.svg new file mode 100644 index 0000000..97e4413 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nationalrail.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 12C0 5.373 5.372 0 12 0c6.627 0 11.999 5.373 11.999 12 0 6.628-5.372 12-11.999 12S0 18.628 0 12m6.195-5.842 6.076 2.794H2.835v1.884h9.499l-4.616 2.246H2.835v1.868h4.883l5.778 2.795h4.333l-6.092-2.795h9.469v-1.868h-9.453l4.616-2.246h4.837V8.952h-4.868l-5.777-2.794z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nativescript.svg b/mkdocs-material/material/templates/.icons/simple/nativescript.svg new file mode 100644 index 0000000..df8760f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nativescript.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.77 1.76A5.68 5.68 0 0 1 5.8 0h12.6c1.37 0 2.65.6 3.83 1.76A5.43 5.43 0 0 1 24 5.7v12.77c0 1.34-.56 2.58-1.68 3.73a5.77 5.77 0 0 1-4.07 1.8H5.87a6.3 6.3 0 0 1-4.1-1.57C.69 21.45.1 20.03 0 18.13V5.73a5.21 5.21 0 0 1 1.77-3.97m6.25 8.3 7.93 10.06h2.12c.49-.06.88-.2 1.17-.43.3-.23.5-.56.64-1v-4.94c.08-.95.67-1.54 1.77-1.75q-1.65-.6-1.77-1.86V5.42c-.12-.44-.33-.8-.64-1.07a1.83 1.83 0 0 0-1.09-.47H16v10.2L8.02 3.87H5.79c-.56.1-.97.3-1.25.6S4.08 5.25 4 5.9v4.85c-.35.69-.9 1.1-1.65 1.25.85.16 1.4.61 1.65 1.36v4.77c.02.55.2 1 .54 1.37.33.36.7.53 1.1.5H8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/natsdotio.svg b/mkdocs-material/material/templates/.icons/simple/natsdotio.svg new file mode 100644 index 0000000..0a60e11 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/natsdotio.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.004 0H.404v18.807h9.938l1.714 1.602v-.026L15.966 24v-5.193h7.63V0zm7.578 14.45H15.38L6.898 6.519v7.93H4.116V4.376h4.349l8.344 7.784V4.375h2.773z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/naver.svg b/mkdocs-material/material/templates/.icons/simple/naver.svg new file mode 100644 index 0000000..c52f576 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/naver.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.273 12.845 7.376 0H0v24h7.726V11.156L16.624 24H24V0h-7.727z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nba.svg b/mkdocs-material/material/templates/.icons/simple/nba.svg new file mode 100644 index 0000000..c4c20b2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nba.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.19 0a2.486 2.486 0 0 0-2.485 2.484v19.029A2.49 2.49 0 0 0 9.19 24h5.615a2.493 2.493 0 0 0 2.49-2.487V2.484A2.49 2.49 0 0 0 14.81 0zm0 .584h3.21c-.62.237-.707.508-.73 1.366-.105.01-.325-.087-.25.434 0 0 .043.346.18.286-.133.918.023.99-.93 1.031l-.047.067c-.95.093-1.25-.027-2.05 1.603 0 0-.207.505-.268.714-.197.415-.674 1.328-.819 1.919-.046.2-.14.264-.01.553.185.417-.124.527.95.496V9.3s-.286.247-.346.398c-.061.147-.226.89-.22 1.237.019.917.767 1.683.992 2.597l.492.07c.282.634 1.495 2.355 1.743 2.582.057.159.365.355.545.551.149.141 1.025 1.1 2.054 1.692-.007-.001.164.344.249.618-.342.275.32.777.52 1.609.012.107-.19.222.114.495-.022 1.256-.402 1.918.241 2.266H9.191a1.9 1.9 0 0 1-1.9-1.901V2.486a1.9 1.9 0 0 1 1.9-1.902zm3.804.002h1.815a1.9 1.9 0 0 1 1.897 1.898v9.193a1.7 1.7 0 0 0-.22-.397c0-.255-.272-.249-.346-.344-.07-.081.067-.128-.407-.235-.09-.05-.158-.747-.158-.747-.07-.447-.229-.754-.467-1.227-.12-.243-.177-1.001-.305-1.386.071-1.767-.493-2.28-.95-2.569-.174-.11-.262-.191-.433-.29l-.005-.082c-.133-.126-.402-.264-.623-.362-.068-.07-.037-.22.01-.276.15-.02.348-.356.513-.703.129.009.174-.118.214-.19.138-.222.288-.413.096-.542.435-.777.154-1.301-.08-1.321-.095-.195-.26-.316-.551-.42m.551 6.338c.06.319.34 1.929.456 2.187.123.259.535 1.05.73 1.54a1.69 1.69 0 0 0-1.294 1.646 1.69 1.69 0 0 0 1.693 1.691 1.69 1.69 0 0 0 1.576-1.066v8.59a1.89 1.89 0 0 1-1.598 1.877h-.017c.833-.502.319-1.46.16-2.022-.012-.033.014-.074.026-.1.045-.08-.045-.257-.045-.257-.098-.09-.127-.561-.182-.772-.089-.358.157-.971.157-1.18 0-.206-.156-.491-.445-.858-.069-.078-.276-1.86-.462-2.313-.258-.623-.339-.526-.64-1.266-.24-.525-.055-1.295-.59-3.085.005.006.12-.113.12-.113s-.422-1.55-.561-1.975-.385-.456-.385-.456.002-.172.012-.216c.02-.07.516-1.367.558-1.407.001-.03.717-.514.731-.445"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nbb.svg b/mkdocs-material/material/templates/.icons/simple/nbb.svg new file mode 100644 index 0000000..23d9eb8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nbb.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.714 11.176h.02l.167 4.327h2.105L6.5 8.482H4.652l-.915 4.288h-.02L3.63 8.482H1.495L0 15.503h1.79zm7.254.649.01-.02c.462-.098 1.219-.481 1.453-1.583.248-1.16-.362-1.74-1.59-1.74H7.007l-1.494 7.02h2.94c1.209 0 2.153-.619 2.458-2.025.295-1.416-.549-1.613-.944-1.652zm-1.052 1.504c-.099.462-.354.757-.787.757h-.345l.334-1.602h.354c.454 0 .542.373.444.845m.472-2.753c-.108.511-.452.669-.708.669h-.295l.285-1.347h.266c.403 0 .55.225.452.678m6.83 2.901c.295-1.416-.55-1.613-.944-1.652l.01-.02c.462-.098 1.219-.481 1.453-1.583.248-1.16-.362-1.74-1.591-1.74h-2.831l-1.495 7.02h2.94c1.21 0 2.153-.619 2.458-2.025m-1.996-.148c-.098.462-.354.757-.787.757h-.344l.335-1.602h.354c.452 0 .54.373.442.845m.472-2.753c-.108.511-.453.669-.708.669h-.294l.285-1.347h.266q.602 0 .45.678zm4.97-2.094h-2.951c.75.615.51 1.669.51 1.669H19.2l2.338 1.857-2.167 1.834h-2.72c-.117.568-.712 1.424-1.125 1.676h4.148L24 12.01z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nbc.svg b/mkdocs-material/material/templates/.icons/simple/nbc.svg new file mode 100644 index 0000000..0fc50a7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nbc.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.828 4.606c-1.406.006-2.567 1.208-2.416 2.785h1.08s.503-.007.649.338c0 0-1.594.612-1.467 1.609l.992 7.328 3.473-8.432c.53-1.279-.062-3.166-1.698-3.556a2.6 2.6 0 0 0-.613-.072m-5.642.002a2.6 2.6 0 0 0-.628.072c-1.635.387-2.226 2.275-1.697 3.556l3.473 8.432 1.242-9.158c.22-1.63-.956-2.888-2.39-2.903zM4.292 8.31a2.38 2.38 0 0 0-1.559.659c-.803.773-1.427 2.879.371 4.156l6.954 4.926-3.334-8.076c-.488-1.17-1.479-1.7-2.432-1.665m15.272 0c-.908.02-1.825.553-2.29 1.664l-3.332 8.077 6.953-4.926c1.8-1.275 1.172-3.383.37-4.156a2.38 2.38 0 0 0-1.702-.659m1.939 5.788c-.452.007-.935.157-1.42.502l-6.77 4.794h8.026c1.873 0 3.065-1.582 2.533-3.484-.26-.926-1.213-1.832-2.369-1.812M2.496 14.1c-1.155-.019-2.108.885-2.369 1.81-.532 1.902.66 3.484 2.533 3.484h8.025L3.916 14.6c-.485-.344-.968-.493-1.42-.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ndr.svg b/mkdocs-material/material/templates/.icons/simple/ndr.svg new file mode 100644 index 0000000..4900138 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ndr.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m5.184 19.325-3.137-5.648v5.649H0V9.64h2.149l3.267 6.025V9.641h2.047v9.684zm2.279-9.684V.537H8.61v9.104zm0 13.822v-4.138H8.61v4.138zM12.037 9.64c2.395 0 3.63 1.147 3.63 3.368v2.918c0 2.28-1.19 3.398-3.63 3.398H8.61V9.641zm-.19 7.855c1.163 0 1.728-.581 1.728-1.771v-2.498c0-1.176-.58-1.757-1.727-1.757h-1.03v6.026zm9.845 1.83-1.728-3.718h-1.161v3.717h-2.15V9.641h3.384c2.381 0 3.513.944 3.513 2.962 0 1.335-.493 2.134-1.597 2.613L24 19.326zm-1.568-5.475c.857 0 1.365-.494 1.365-1.32 0-.858-.377-1.177-1.365-1.177H18.76v2.498h1.365z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/near.svg b/mkdocs-material/material/templates/.icons/simple/near.svg new file mode 100644 index 0000000..d0edd2e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/near.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.443 0c-.89 0-1.714.46-2.18 1.218l-5.017 7.448a.533.533 0 0 0 .792.7l4.938-4.282a.2.2 0 0 1 .334.151v13.41a.2.2 0 0 1-.354.128L5.03.905A2.56 2.56 0 0 0 3.078 0h-.521A2.557 2.557 0 0 0 0 2.557v18.886a2.557 2.557 0 0 0 4.736 1.338l5.017-7.448a.533.533 0 0 0-.792-.7l-4.938 4.283a.2.2 0 0 1-.333-.152V5.352a.2.2 0 0 1 .354-.128l14.924 17.87c.486.574 1.2.905 1.952.906h.521A2.56 2.56 0 0 0 24 21.445V2.557A2.56 2.56 0 0 0 21.443 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nebula.svg b/mkdocs-material/material/templates/.icons/simple/nebula.svg new file mode 100644 index 0000000..e39b137 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nebula.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.417 9.307 0 14.693h9.167L12 23.413l2.833-8.72H24s-3.915-2.84-7.417-5.386l2.834-8.72L12 5.976C8.499 3.438 4.583.588 4.583.588z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nec.svg b/mkdocs-material/material/templates/.icons/simple/nec.svg new file mode 100644 index 0000000..0e28130 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nec.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.496 8.8a14 14 0 0 0-2.453.198c-.6.11-1.165.223-1.693.57-.807.526-1.076 1.49-1.086 2.394-.012.98.283 2.06 1.21 2.54.735.384 1.537.552 2.355.624 1.397.118 2.792.1 4.171-.09v-.98c-1.04.19-2.107.31-3.184.152-1.652-.24-1.93-1.473-1.93-2.286 0-.451.06-.987.482-1.526.676-.865 2.667-.956 4.55-.59V8.95a23 23 0 0 0-2.422-.15m-12.812.197v4.446c.03.744.295 1.518 1.834 1.581 1.814.075 3.54.045 5.334-.024v-.896c-.89.014-3.487.001-3.65 0-.704-.042-.973-.256-.998-.837a32 32 0 0 1-.02-1.055h4.177v-.834h-4.176V9.851h4.582v-.854zM0 8.997v5.999h1.146v-4.254l3.383 3.764c.41.404.763.478 1.122.49h2.015V8.997h-1.15v4.397l-3.39-3.757c-.232-.227-.753-.64-1.194-.64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/neo4j.svg b/mkdocs-material/material/templates/.icons/simple/neo4j.svg new file mode 100644 index 0000000..02688e3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/neo4j.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.629 13.227c-.593 0-1.139.2-1.58.533l-2.892-1.976a2.6 2.6 0 0 0 .101-.711 2.633 2.633 0 0 0-2.629-2.629A2.63 2.63 0 0 0 0 11.073a2.63 2.63 0 0 0 2.629 2.629c.593 0 1.139-.2 1.579-.533L7.1 15.145c-.063.226-.1.465-.1.711 0 .247.037.484.1.711l-2.892 1.976a2.6 2.6 0 0 0-1.579-.533A2.63 2.63 0 0 0 0 20.639a2.63 2.63 0 0 0 2.629 2.629 2.63 2.63 0 0 0 2.629-2.629c0-.247-.037-.485-.101-.711l2.892-1.976c.441.333.987.533 1.58.533a2.633 2.633 0 0 0 2.629-2.629c0-1.45-1.18-2.629-2.629-2.629M16.112.732c-4.72 0-7.888 2.748-7.888 8.082v3.802a3.53 3.53 0 0 1 3.071.008v-3.81c0-3.459 1.907-5.237 4.817-5.237s4.817 1.778 4.817 5.237v8.309H24V8.814C24 3.448 20.832.732 16.112.732"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/neovim.svg b/mkdocs-material/material/templates/.icons/simple/neovim.svg new file mode 100644 index 0000000..9513a99 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/neovim.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.214 4.954v13.615L7.655 24V10.314L3.312 3.845zm4.999 17.98-4.557-4.548V5.136l.59-.596 3.967 5.908v12.485zm14.573-4.457-.862.937-4.24-6.376V0l5.068 5.092zM7.431.001l12.998 19.835-3.637 3.637L3.787 3.683 7.43 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/neptune.svg b/mkdocs-material/material/templates/.icons/simple/neptune.svg new file mode 100644 index 0000000..08a93dc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/neptune.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 12c0 6.62-5.372 11.986-12 11.986C5.373 23.986 0 18.62 0 12S5.373.014 12 .014C18.628.014 24 5.38 24 12m-9.67-5.291c-.754 0-1.144.476-1.437 1.055-.397.78-.606 1.656-.819 2.636-.27 1.244-.496 2.497-.748 3.744-.06.294-.093.64-.209.916-.062.15-.21.367-.38.198-.192-.19-.258-.568-.313-.828-.295-1.454-.573-2.912-.902-4.358a17 17 0 0 0-.731-2.34 1.54 1.54 0 0 0-.492-.681 1.34 1.34 0 0 0-.768-.27c-.06 0-.482.008-.888.276a1.6 1.6 0 0 0-.582.687c-.359.744-.636 1.587-.871 2.656a12 12 0 0 0-.266 1.62.8.8 0 0 0 .125.488c.092.145.23.26.386.316a.77.77 0 0 0 .678-.056.82.82 0 0 0 .362-.541c.107-.497.202-1.01.293-1.502.045-.249.313-1.539.375-1.702.028-.09.074-.249.162-.357.083-.103.191-.102.27.006.087.122.125.275.161.418.077.304.301 1.515.57 2.732.257 1.183.5 2.369.807 3.54.141.532.393 1 .58 1.3.244.39.632.619 1.063.627.343.01.667-.105.943-.324a2.16 2.16 0 0 0 .649-.918c.392-1.002.612-2.098.826-3.16.36-1.821.54-2.728.62-3.125.027-.125.177-.754.218-.864a.6.6 0 0 1 .125-.255c.063-.066.168-.08.236-.014.178.173.326.81.445 1.41.112.584.24 1.165.36 1.748.199.967.396 1.934.607 2.898.185.853.424 1.449.768 1.936.258.364.564.577.896.645s.696-.008 1.074-.243c.32-.198.606-.546.78-.963.273-.652.432-1.422.578-2.181.058-.305.114-.61.174-.9.081-.395.116-.647.095-.934-.024-.331-.314-.696-.699-.703-.5-.013-.759.242-.846.705q-.222 1.203-.45 2.404c-.052.26-.021.578-.212.787-.029.029-.118.109-.236.088-.075-.013-.173-.077-.252-.248-.154-.43-.524-2.642-1.053-4.955a18 18 0 0 0-.732-2.371c-.268-.69-.685-1.043-1.34-1.043m-9.549 8.428c-.647 0-1.172.534-1.172 1.193 0 .656.548 1.196 1.172 1.195.597 0 1.172-.536 1.172-1.195s-.525-1.193-1.172-1.193"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nestjs.svg b/mkdocs-material/material/templates/.icons/simple/nestjs.svg new file mode 100644 index 0000000..cb90634 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nestjs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.131.047c-.173 0-.334.037-.483.087.316.21.49.49.576.806.007.043.019.074.025.117a1 1 0 0 1 .013.112c.024.545-.143.614-.26.936-.18.415-.13.861.086 1.22a.7.7 0 0 0 .074.137c-.235-1.568 1.073-1.803 1.314-2.293.019-.428-.334-.713-.613-.911a1.37 1.37 0 0 0-.732-.21zM16.102.4c-.024.143-.006.106-.012.18-.006.05-.006.112-.012.161-.013.05-.025.1-.044.149q-.019.075-.05.149l-.067.142c-.02.025-.031.05-.05.075l-.037.055a2 2 0 0 1-.093.124c-.037.038-.068.081-.112.112v.006c-.037.031-.074.068-.118.1-.13.099-.278.173-.415.266-.043.03-.087.056-.124.093a1 1 0 0 0-.118.099c-.043.037-.074.074-.111.118-.031.037-.068.08-.093.124a2 2 0 0 0-.087.13c-.025.05-.043.093-.068.142-.019.05-.037.093-.05.143a2 2 0 0 0-.043.155c-.006.025-.006.056-.012.08-.007.025-.007.05-.013.075 0 .05-.006.105-.006.155q-.002.055.006.111 0 .074.019.155.01.075.03.15c.02.049.032.098.05.148.013.03.031.062.044.087l-1.426-.552c-.241-.068-.477-.13-.719-.186l-.39-.093q-.56-.111-1.128-.167c-.013 0-.019-.006-.031-.006A11 11 0 0 0 8.9 2.855c-.378.025-.756.074-1.134.136a13 13 0 0 0-.837.174l-.279.074c-.092.037-.18.08-.266.118l-.205.093c-.012.006-.024.006-.03.012-.063.031-.118.056-.174.087a3 3 0 0 0-.236.118c-.043.018-.086.043-.124.062l-.055.03q-.085.048-.162.094a2 2 0 0 0-.148.093c-.044.03-.087.055-.124.086-.006.007-.013.007-.019.013-.037.025-.08.056-.118.087l-.012.012-.093.074c-.012.007-.025.019-.037.025-.031.025-.062.056-.093.08-.006.013-.019.02-.025.025-.037.038-.074.069-.111.106-.007 0-.007.006-.013.012a2 2 0 0 0-.111.106c-.007.006-.007.012-.013.012a2 2 0 0 0-.093.1c-.012.012-.03.024-.043.036a1 1 0 0 1-.106.112c-.006.012-.018.019-.024.03-.05.05-.093.1-.143.15l-.018.018c-.1.106-.205.211-.317.304q-.168.15-.347.273a3.8 3.8 0 0 1-.762.421c-.13.056-.267.106-.403.149-.26.056-.527.161-.756.18-.05 0-.105.012-.155.018l-.155.037-.149.056q-.075.03-.148.068c-.044.031-.093.056-.137.087a1 1 0 0 0-.124.106c-.043.03-.087.074-.124.111-.037.043-.074.08-.105.124-.031.05-.068.093-.093.143a1 1 0 0 0-.087.142c-.025.056-.05.106-.068.161q-.028.077-.056.161c-.012.05-.025.1-.03.15 0 .005-.007.012-.007.018-.012.056-.012.13-.019.167C.006 7.95 0 7.986 0 8.03a.66.66 0 0 0 .074.31v.006q.03.056.069.112.035.056.08.111c.031.031.068.069.106.1a1 1 0 0 0 .117.099c.149.13.186.173.378.272.031.019.062.031.1.05.006 0 .012.006.018.006 0 .013 0 .019.006.031a1.3 1.3 0 0 0 .08.298c.02.037.032.074.05.111q.01.02.02.031c.024.05.049.093.073.137l.093.13c.031.037.069.08.106.118s.074.068.118.105c0 0 .006.006.012.006q.055.048.112.087a1 1 0 0 0 .136.08c.043.025.093.05.142.069a1 1 0 0 0 .124.043c.007.006.013.006.025.012.025.007.056.013.08.019-.018.335-.024.65.026.762.055.124.328-.254.6-.688-.036.428-.061.93 0 1.079.069.155.44-.329.763-.862 4.395-1.016 8.405 2.02 8.826 6.31-.08-.67-.905-1.041-1.283-.948-.186.458-.502 1.047-1.01 1.413.043-.41.025-.83-.062-1.24a4 4 0 0 1-.769 1.562c-.588.043-1.177-.242-1.487-.67-.025-.018-.031-.055-.05-.08q-.029-.065-.05-.13a.5.5 0 0 1-.037-.13q-.008-.064-.006-.137v-.093a1 1 0 0 1 .031-.13q.017-.064.044-.13c.024-.043.043-.087.074-.13.105-.298.105-.54-.087-.682a1 1 0 0 0-.118-.062c-.024-.006-.055-.018-.08-.025l-.05-.018a1 1 0 0 0-.13-.031.5.5 0 0 0-.13-.019 1 1 0 0 0-.136-.012c-.031 0-.062.006-.093.006a.5.5 0 0 0-.137.019q-.064.008-.13.024a1 1 0 0 0-.13.044c-.043.018-.08.037-.124.056-.037.018-.074.043-.118.062-1.444.942-.582 3.148.403 3.787-.372.068-.75.148-.855.229l-.013.012q.4.24.837.416c.397.13.818.247 1.004.297v.006a6 6 0 0 0 1.562.112c2.746-.192 4.996-2.281 5.405-5.033l.037.161c.019.112.043.23.056.347v.006q.016.085.025.162v.024q.01.085.012.162.01.102.012.204v.1c0 .03.007.067.007.098 0 .038-.007.075-.007.112v.087c0 .043-.006.08-.006.124q.002.036-.006.08c0 .044-.006.087-.006.137q-.007.027-.006.055l-.02.143q.001.028-.005.056c-.007.062-.019.118-.025.18v.012l-.037.174v.018l-.037.167c0 .007-.007.02-.007.025a2 2 0 0 1-.043.168v.018q-.03.091-.05.174-.008.01-.006.012l-.056.186c-.024.062-.043.118-.068.18s-.043.124-.068.18c-.025.062-.05.117-.074.18h-.007c-.024.055-.05.117-.08.173l-.019.043c-.006.006-.006.013-.012.019a5.9 5.9 0 0 1-1.742 2.082c-.05.031-.099.069-.149.106-.012.012-.03.018-.043.03a3 3 0 0 1-.136.094l.018.037h.007l.26-.037h.006q.241-.039.483-.087c.044-.006.093-.019.137-.031l.087-.019c.043-.006.086-.018.13-.024.037-.013.074-.02.111-.031.62-.15 1.221-.354 1.798-.595a9.9 9.9 0 0 1-3.85 3.142c.714-.05 1.426-.167 2.114-.366a9.9 9.9 0 0 0 5.857-4.68 9.9 9.9 0 0 1-1.667 3.986 9.8 9.8 0 0 0 1.655-1.376 9.82 9.82 0 0 0 2.61-5.268c.21.98.272 1.99.18 2.987 4.474-6.241.371-12.712-1.346-14.416-.006-.013-.012-.019-.012-.031-.006.006-.006.006-.006.012 0-.006 0-.006-.007-.012q-.002.11-.012.223a8 8 0 0 1-.062.415c-.03.136-.068.273-.105.41-.044.13-.093.266-.15.396a5 5 0 0 1-.185.378 5 5 0 0 1-.477.688c-.093.111-.192.21-.292.31a4 4 0 0 1-.18.155l-.142.124a4 4 0 0 1-.347.241 4 4 0 0 1-.366.211q-.195.091-.39.174a4.4 4.4 0 0 1-.818.223c-.143.025-.285.037-.422.05a5 5 0 0 1-.297.012 5 5 0 0 1-.422-.025 3 3 0 0 1-.421-.062 3 3 0 0 1-.415-.105h-.007c.137-.013.273-.025.41-.05a4.5 4.5 0 0 0 .818-.223c.136-.05.266-.112.39-.174.13-.062.248-.13.372-.204q.178-.119.347-.248.168-.13.316-.279c.105-.093.198-.198.291-.304q.14-.167.26-.334c.013-.019.026-.044.038-.062q.095-.15.18-.298a4.3 4.3 0 0 0 .334-.775c.044-.13.075-.266.106-.403.025-.142.05-.278.062-.415.012-.142.025-.285.025-.421 0-.1-.007-.199-.013-.298a7 7 0 0 0-.05-.415 5 5 0 0 0-.092-.415c-.044-.13-.087-.267-.137-.397s-.111-.26-.173-.384q-.102-.187-.211-.366a7 7 0 0 0-.248-.34q-.138-.16-.285-.317a4 4 0 0 0-.161-.155q-.422-.327-.862-.607a1 1 0 0 0-.124-.062 2.4 2.4 0 0 0-.589-.26Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/netapp.svg b/mkdocs-material/material/templates/.icons/simple/netapp.svg new file mode 100644 index 0000000..7fff5e3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/netapp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 2v20h9.33V10h5.34v12H24V2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/netbsd.svg b/mkdocs-material/material/templates/.icons/simple/netbsd.svg new file mode 100644 index 0000000..f4bdbc3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/netbsd.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.686 10.681a.63.63 0 0 1 .193-.464.63.63 0 0 1 .464-.193q.272 0 .465.193a.63.63 0 0 1 .192.464.64.64 0 0 1-.192.465.63.63 0 0 1-.465.193.63.63 0 0 1-.464-.193.63.63 0 0 1-.193-.465m1.206 0a.53.53 0 0 0-.16-.388.53.53 0 0 0-.389-.16.53.53 0 0 0-.388.16.53.53 0 0 0-.161.388.53.53 0 0 0 .16.389.53.53 0 0 0 .39.161.53.53 0 0 0 .388-.161.53.53 0 0 0 .16-.389m-.344.396-.207-.349h-.117v.349h-.114v-.808h.207q.292 0 .292.223 0 .156-.157.22l.221.365zm-.324-.71v.27l.076.001q.113 0 .151-.028.04-.03.04-.11 0-.134-.175-.134h-.092m-3.892 3.28c0 .403.014.667.146.82.132.147.344.213.607.213 1.266 0 1.698-1.127 1.698-2.122 0-1.318-.695-2.1-2.02-2.1-.197 0-.336.036-.38.095-.044.058-.051.197-.051.424zm-1.046-2.319c0-.695-.015-.834-.352-.87l-.139-.015c-.073-.037-.073-.25.015-.257a31 31 0 0 1 1.96-.065c.6 0 1.2.059 1.706.241.958.344 1.485 1.208 1.485 2.122 0 .981-.468 1.771-1.31 2.188-.497.25-1.097.344-1.85.344-.345 0-.71-.044-.974-.044-.351 0-.724.008-1.141.022-.059-.044-.059-.22 0-.256l.226-.036c.33-.059.374-.11.374-.783zm-2.405 3.76c-.673 0-1.09-.19-1.244-.277-.139-.161-.234-.688-.234-1.186.051-.095.22-.102.278-.022.146.476.636 1.149 1.258 1.149.542 0 .79-.373.79-.74 0-.592-.555-.943-.994-1.163-.527-.263-1.098-.702-1.105-1.427 0-.827.636-1.398 1.697-1.398.242 0 .542.03.834.118.095.029.161.043.25.058.057.161.13.556.13 1.047-.036.087-.219.095-.285.022-.124-.374-.439-.908-.965-.908-.483 0-.747.315-.747.68 0 .337.3.645.666.835l.483.256c.454.242 1.032.666 1.032 1.471 0 .9-.74 1.486-1.844 1.486m-4.2-1.354c0 .57.072.93.643.93.542 0 .827-.418.827-1.01 0-.637-.366-1.084-1.068-1.084-.403 0-.403.007-.403.3v.864zm0-1.69c0 .19.007.204.387.204.63 0 .863-.402.863-.841 0-.637-.395-.952-.9-.952-.343 0-.35.06-.35.381zm-1.01-.71c0-.74-.015-.82-.322-.857l-.198-.03c-.066-.036-.08-.255.03-.263.555-.036 1.09-.065 1.821-.065.703 0 1.171.08 1.493.27.314.19.505.498.505.93 0 .615-.52.856-.747.915-.073.014-.146.044-.146.08 0 .022.037.044.103.059.578.124 1.068.504 1.075 1.214.007.673-.395 1.069-.856 1.23-.461.16-1.01.183-1.456.183-.263 0-.541-.03-.754-.03-.358 0-.717.008-1.134.022-.058-.044-.058-.234 0-.256l.213-.044c.329-.065.373-.117.373-.775zM9.038 12.44c-.095 0-.102.007-.102.168v1.097c0 .41 0 .864.512.864.102 0 .22-.051.307-.11.073.022.117.103.102.19-.204.22-.6.425-1.053.425-.607 0-.82-.351-.82-.834v-1.632c0-.154-.007-.168-.139-.168H7.62c-.08-.03-.103-.176-.044-.227a2.8 2.8 0 0 0 .607-.33c.132-.095.315-.248.541-.57.051-.03.183-.022.22.036v.549c0 .139.007.146.139.146h.651c.037.03.059.074.059.14 0 .08-.022.211-.095.256zm-2.627.475c.103 0 .22-.015.3-.066.037-.022.051-.095.051-.168 0-.241-.139-.402-.388-.402-.307 0-.57.292-.57.526 0 .103.102.11.336.11zm-.483.322c-.168 0-.183.015-.183.132 0 .549.351 1.083 1.032 1.083.205 0 .483-.044.68-.38.08-.015.19.043.19.168-.3.622-.84.834-1.28.834-.988 0-1.522-.695-1.522-1.493 0-.922.666-1.64 1.58-1.64.762 0 1.171.491 1.171 1.055 0 .139-.036.241-.263.241H5.927m-1.255.49c0 .476 0 .937.014 1.179-.05.087-.256.168-.431.168-.008 0-.25-.373-.593-.798l-1.69-2.093c-.417-.527-.666-.826-.798-.936-.036.073-.036.197-.036.468v1.42c0 .593.029 1.141.11 1.339.065.154.234.198.424.234l.205.03c.058.058.044.212 0 .255a27 27 0 0 0-.98-.022q-.405 0-.82.022c-.044-.043-.059-.197 0-.256l.124-.022c.198-.044.337-.087.403-.241.073-.198.102-.746.102-1.34v-1.858c0-.402 0-.52-.051-.622-.051-.124-.161-.198-.417-.249l-.205-.029c-.051-.059-.044-.234.03-.256.343.014.709.022 1.009.022.249 0 .46-.008.615-.022.073.33.548.885 1.207 1.668l.614.725c.33.38.535.636.703.805.03-.073.03-.198.03-.33v-1.01c0-.592-.03-1.141-.11-1.339-.067-.153-.227-.197-.425-.234l-.198-.029c-.058-.059-.043-.212 0-.256.396.014.68.022.98.022.272 0 .535-.008.82-.022.044.044.059.197 0 .256l-.131.022c-.19.044-.33.088-.396.242-.08.197-.11.746-.11 1.339zM21.537 3.59c-2.848-1.367-5.425-.715-8.306.148-2.902.868-5.482 1.337-8.381.154l.79 1.41.87 1.557.79 1.41c2.309.652 4.22-.194 6.271-1.22 2.463-1.23 4.688-2.337 7.502-1.696-2.378-1.19-4.534-.895-7.02-.22 2.434-1.24 4.726-2.204 7.484-1.543M13.16 20.478l-2.272-4.385H9.91l2.283 4.826s.23.455.724.203c.493-.25.245-.644.245-.644M4.634 4.025s-.068-.159-.26-.053c-.16.089-.077.253-.077.253l3.004 6.351h.728z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/netcup.svg b/mkdocs-material/material/templates/.icons/simple/netcup.svg new file mode 100644 index 0000000..2539f6a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/netcup.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.25 0A5.24 5.24 0 0 0 0 5.25v13.5A5.24 5.24 0 0 0 5.25 24h13.5A5.24 5.24 0 0 0 24 18.75V5.25A5.24 5.24 0 0 0 18.75 0zm-.045 5.102h9.482c1.745 0 2.631.907 2.631 2.753v8.352h1.477v2.691h-4.666V8.58c0-.514-.298-.785-.889-.785H9.873v11.103H6.682V7.795H5.205z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/netdata.svg b/mkdocs-material/material/templates/.icons/simple/netdata.svg new file mode 100644 index 0000000..57694b4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/netdata.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.764 21.827H9.922L0 2.173h14.084c5.476.01 9.913 4.565 9.916 10.183-.009 5.235-4.14 9.47-9.238 9.47z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/neteasecloudmusic.svg b/mkdocs-material/material/templates/.icons/simple/neteasecloudmusic.svg new file mode 100644 index 0000000..490cfdc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/neteasecloudmusic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.046 9.388a4 4 0 0 0-.66.19c-.809.312-1.447.991-1.666 1.775a2.3 2.3 0 0 0-.074.81 1.85 1.85 0 0 0 .764 1.35 1.483 1.483 0 0 0 2.01-.286c.406-.531.355-1.183.24-1.636-.098-.387-.22-.816-.345-1.249a65 65 0 0 1-.269-.954m-.82 10.07c-3.984 0-7.224-3.24-7.224-7.223 0-.98.226-3.02 1.884-4.822A7.2 7.2 0 0 1 9.502 5.6a.792.792 0 1 1 .587 1.472 5.62 5.62 0 0 0-2.795 2.462 5.54 5.54 0 0 0-.707 2.7 5.645 5.645 0 0 0 5.638 5.638c1.844 0 3.627-.953 4.542-2.428 1.042-1.68.772-3.931-.627-5.238a3.3 3.3 0 0 0-1.437-.777c.172.589.334 1.18.494 1.772.284 1.12.1 2.181-.519 2.989-.39.51-.956.888-1.592 1.064a3.04 3.04 0 0 1-2.58-.44 3.45 3.45 0 0 1-1.44-2.514c-.04-.467.002-.93.128-1.376.35-1.256 1.356-2.339 2.622-2.826a5.5 5.5 0 0 1 .823-.246l-.134-.505c-.37-1.371.25-2.579 1.547-3.007a2.4 2.4 0 0 1 1.025-.105c.792.09 1.476.592 1.709 1.023.258.507-.096 1.153-.706 1.153a.8.8 0 0 1-.54-.213c-.088-.08-.163-.174-.259-.247a.83.83 0 0 0-.632-.166.81.81 0 0 0-.634.551c-.056.191-.031.406.02.595.07.256.159.597.217.82 1.11.098 2.162.54 2.97 1.296 1.974 1.844 2.35 4.886.892 7.233-1.197 1.93-3.509 3.177-5.889 3.177zM0 12c0 6.627 5.373 12 12 12s12-5.373 12-12S18.627 0 12 0 0 5.373 0 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/netflix.svg b/mkdocs-material/material/templates/.icons/simple/netflix.svg new file mode 100644 index 0000000..1cc4006 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/netflix.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.398 0v.006c3.028 8.556 5.37 15.175 8.348 23.596 2.344.058 4.85.398 4.854.398-2.8-7.924-5.923-16.747-8.487-24zm8.489 0v9.63L18.6 22.951c-.043-7.86-.004-15.913.002-22.95zM5.398 1.05V24c1.873-.225 2.81-.312 4.715-.398v-9.22z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/netgear.svg b/mkdocs-material/material/templates/.icons/simple/netgear.svg new file mode 100644 index 0000000..7cfae08 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/netgear.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.496 12.459h.678c-.035.362-.296.545-.67.545-.566 0-.849-.496-.849-.982 0-.479.244-.991.811-.991.347 0 .598.2.716.499l.817-.324c-.285-.588-.813-.88-1.493-.88-1.068 0-1.746.672-1.746 1.691 0 .987.699 1.657 1.74 1.657.555 0 1.017-.186 1.341-.616.295-.391.329-.782.338-1.24h-1.683zM6.86 11.122h.833v2.449h.874v-2.449h.834v-.692H6.86zm-4.565 1.229h-.009L.861 10.43H0v3.141h.861v-1.924H.87l1.425 1.924h.861V10.43h-.861zm15.414-1.921-1.157 3.141h.889l.19-.578h1.149l.189.578h.889l-1.156-3.141zM4.174 13.571h2.098v-.691H5.036v-.543h1.185v-.69H5.036v-.525h1.236v-.692H4.174zm9.761 0h2.099v-.691h-1.237v-.543h1.185v-.69h-1.185v-.525h1.237v-.692h-2.099zm8.954-2.174c0-.67-.497-.967-1.15-.967h-1.34v3.141h.86v-1.208h.062l.785 1.208h1.046l-.987-1.287c.47-.079.724-.453.724-.887m-5.054.971.358-1.096h.024l.359 1.096zm3.646-.53h-.222v-.782h.247c.282 0 .522.049.522.391s-.265.391-.547.391m2.133-1.408a.38.38 0 0 0-.386.378.386.386 0 0 0 .772 0 .376.376 0 0 0-.386-.378m0 .688a.313.313 0 0 1-.315-.31c0-.183.149-.311.316-.311.164 0 .316.132.316.311 0 .183-.15.31-.317.31m.184-.404c0-.104-.101-.122-.174-.122h-.161v.416h.11v-.164h.033l.075.164h.121l-.089-.182c.049-.016.085-.054.085-.112m-.185.061h-.04v-.111h.033c.037 0 .079.006.079.057 0 .045-.039.054-.072.054"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/netlify.svg b/mkdocs-material/material/templates/.icons/simple/netlify.svg new file mode 100644 index 0000000..ea2247a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/netlify.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.49 19.04h-.23L5.13 17.9v-.23l1.73-1.71h1.2l.15.15v1.2L6.5 19.04ZM5.13 6.31V6.1l1.13-1.13h.23L8.2 6.68v1.2l-.15.15h-1.2zm9.96 9.09h-1.65l-.14-.13v-3.83c0-.68-.27-1.2-1.1-1.23-.42 0-.9 0-1.43.02l-.07.08v4.96l-.14.14H8.9l-.13-.14V8.73l.13-.14h3.7a2.6 2.6 0 0 1 2.61 2.6v4.08l-.13.14Zm-8.37-2.44H.14L0 12.82v-1.64l.14-.14h6.58l.14.14v1.64zm17.14 0h-6.58l-.14-.14v-1.64l.14-.14h6.58l.14.14v1.64zM11.05 6.55V1.64l.14-.14h1.65l.14.14v4.9l-.14.14h-1.65zm0 15.81v-4.9l.14-.14h1.65l.14.13v4.91l-.14.14h-1.65z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nette.svg b/mkdocs-material/material/templates/.icons/simple/nette.svg new file mode 100644 index 0000000..78e1245 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nette.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.244 14.334q-.512.364-.65.443-.732.436-1.338.437-.338-.001-.663-.155a1.17 1.17 0 0 1-.486-.403 1 1 0 0 1-.162-.556q0-.438.296-1.113.423-.987.452-1.057a.5.5 0 0 1-.015-.127 3 3 0 0 0-.268.127 7 7 0 0 0-.774.578 14 14 0 0 0-.691.676 6 6 0 0 0-.085 1.001q0 .38.043.761l-1.705.268A6.2 6.2 0 0 1 0 13.706q0-.438.085-.889.085-.45.309-1.014.156-.395.437-.987l1.959-.324q-.183.451-.267.677a9 9 0 0 0-.254.691q.705-.65 1.409-1.001.564-.282 1.015-.282.254 0 .522.098.267.1.387.311.12.21.12.507 0 .422-.24 1.043-.282.705-.549 1.409 0 .099.07.12a.5.5 0 0 0 .141.02q.283 0 .841-.294a1.7 1.7 0 0 1-.052-.424q0-.338.098-.648.1-.31.297-.648.352-.578.986-.987a3.45 3.45 0 0 1 1.339-.521q.254-.029.395-.029.465 0 .831.156.366.154.606.507.141.226.141.45 0 .354-.352.691-.254.24-.684.451a7 7 0 0 1-.853.352q-.31.1-.873.24.183.381.522.614.337.231.718.232.579 0 1.156-.296.027-.015.883-.557a4 4 0 0 1 .096-.641l.047-.214 2.035-.121-.151.525a2 2 0 0 0-.092.529q0 .339.135.471.133.135.387.135.366 0 .958-.31l.454-.274q.005-.113.018-.241.022-.203.084-.5l.048-.213 2.034-.122q-.072.255-.151.525-.091.317-.092.529 0 .339.135.471.133.135.387.135.368 0 .959-.31l.294-.178a2 2 0 0 1-.013-.203q0-.338.099-.648.1-.31.296-.648.352-.578.986-.987.636-.409 1.339-.521.255-.029.396-.029.463 0 .831.156.366.154.605.507.141.226.141.45 0 .354-.352.691-.252.24-.683.451a7 7 0 0 1-.853.352q-.31.1-.874.24.183.381.522.614.339.231.718.232.579 0 1.156-.296.028-.014.958-.606v.634q-.084.057-.675.479a4.6 4.6 0 0 1-.72.437q-.705.31-1.55.31-.563 0-1.001-.133a2.1 2.1 0 0 1-.803-.473 1.6 1.6 0 0 1-.357-.456q-.621.45-.954.64-.747.422-1.352.422c-.227 0-.41-.014-.62-.113q-.537-.225-.748-.584a1.5 1.5 0 0 1-.158-.397q-.653.474-.997.672-.747.422-1.353.422c-.227 0-.41-.014-.62-.113q-.536-.225-.748-.584a1.5 1.5 0 0 1-.177-.493q-.148.101-.625.443a4.7 4.7 0 0 1-.719.437q-.705.31-1.55.31-.565 0-1.001-.133a2.1 2.1 0 0 1-.804-.473 1.7 1.7 0 0 1-.224-.245m2.832-2.574a1 1 0 0 0 .013-.169q0-.366-.309-.366a.8.8 0 0 0-.155.028q-.423.1-.663.536a1.9 1.9 0 0 0-.239.915q.592-.154.859-.309.438-.24.494-.635m12.782 0a.7.7 0 0 0 .014-.169q0-.366-.31-.366a1 1 0 0 0-.155.028q-.422.1-.662.536t-.24.915q.593-.154.86-.309.436-.24.493-.635m-10.838.043.283-1.113.578-.028.549-1.509 2.085-.366-.591 1.776.944-.043-.253 1.057q-1.796.121-3.595.226m3.877 0 .281-1.113.578-.028.549-1.509 2.086-.366-.592 1.776.944-.043-.253 1.057c-1.201.082-2.408.156-3.593.226"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/netto.svg b/mkdocs-material/material/templates/.icons/simple/netto.svg new file mode 100644 index 0000000..fc18abe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/netto.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.878 6.859a.7.7 0 0 0-.434.157.64.64 0 0 0-.228.397L.01 13.625a.63.63 0 0 0 .12.506.62.62 0 0 0 .47.217h20.24v.012c.18 0 .373-.012.553-.036a2.7 2.7 0 0 0 1.084-.35 2.7 2.7 0 0 0 .843-.794q.216-.326.361-.686.144-.344.217-.723c.048-.24.084-.481.096-.734.012-.241 0-.494-.012-.747a2.3 2.3 0 0 0-.145-.602 1.6 1.6 0 0 0-.313-.505 2 2 0 0 0-.47-.374 2.1 2.1 0 0 0-.565-.216 5 5 0 0 0-.458-.085 6 6 0 0 0-.47-.024h-.192a4 4 0 0 0-.41.049c-.131.024-.264.048-.384.084a2 2 0 0 0-.374.143c-.12.06-.228.12-.337.194a3 3 0 0 0-.313.24c-.06.06-.132.12-.18.192l.024-.107a.63.63 0 0 0-.12-.507.62.62 0 0 0-.47-.216h-.602l.096-.53a.63.63 0 0 0-.12-.505.62.62 0 0 0-.47-.217h-.963a.7.7 0 0 0-.433.157.64.64 0 0 0-.23.397l-.133.699h-1.08l.095-.53a.63.63 0 0 0-.12-.506.62.62 0 0 0-.47-.217h-.963a.7.7 0 0 0-.433.157.64.64 0 0 0-.23.397l-.132.699h-.313a.7.7 0 0 0-.433.156.64.64 0 0 0-.229.397l-.036.205a1.8 1.8 0 0 0-.518-.481 2.2 2.2 0 0 0-.674-.253 3.5 3.5 0 0 0-.807-.085c-.096 0-.18 0-.277.011a3.2 3.2 0 0 0-.819.146 2 2 0 0 0-.385.143c-.12.06-.24.12-.348.194a3 3 0 0 0-.326.252 8 8 0 0 0-.29.3 4 4 0 0 0-.24.35c-.024.037-.036.073-.06.109 0 0 0 .012-.012 0-.012 0 0-.012 0-.012l.47-2.409a.63.63 0 0 0-.12-.505.62.62 0 0 0-.47-.216H5.658a.7.7 0 0 0-.433.157.64.64 0 0 0-.23.396l-.408 2.13-.494-2.141a.5.5 0 0 0-.096-.217.6.6 0 0 0-.145-.168.7.7 0 0 0-.433-.157zm-.012.458h1.469c.108 0 .217.084.24.192l.952 4.118c0 .011.024.011.024 0l.806-4.119a.24.24 0 0 1 .23-.192h1.07c.12 0 .18.084.17.192l-1.193 6.128a.24.24 0 0 1-.228.194H3.9a.26.26 0 0 1-.241-.194l-.94-4.056c0-.013-.022-.013-.022 0l-.795 4.056a.24.24 0 0 1-.23.194H.603c-.11 0-.18-.085-.158-.194L1.637 7.51a.24.24 0 0 1 .229-.192zm14.846.42h.963c.108 0 .18.085.157.194l-.205 1.035c0 .012 0 .012.012.012h1.132c.108 0 .18.084.156.193l-.132.674a.24.24 0 0 1-.23.192h-1.131c-.012 0-.012 0-.012.012l-.41 2.144c-.06.324.085.552.314.59.325.06.674.01.95 0 .013 0 .013.011.013.011l-.144.746c-.012.06-.036.109-.097.133-.132.072-.445.192-1.06.192-1.3 0-1.469-.95-1.3-1.842l.385-1.986c0-.013 0-.012-.012-.012h-1.963v.047c-.012 0-.012 0-.012.013l-.409 2.143c-.06.325.084.554.313.59.325.06.674.012.951 0 .012 0 .012.012.012.012l-.144.746c-.012.06-.036.11-.097.133-.132.072-.445.192-1.06.192-1.3 0-1.456-.95-1.3-1.842l.386-1.987c0-.012 0-.01-.012-.01h-.674c-.109 0-.18-.086-.157-.194l.132-.674a.24.24 0 0 1 .23-.193h.673c.012 0 .012 0 .012-.011l.205-1.048a.24.24 0 0 1 .23-.193h.962c.11 0 .18.085.157.194l-.205 1.035c0 .011 0 .011.012.011h1.964c.012 0 .012 0 .012-.012l.204-1.047a.24.24 0 0 1 .229-.193m4.919 1.21c.25.003.508.037.752.09.674.157 1.095.614 1.155 1.3.073.917-.072 1.819-.577 2.602-.374.566-.94.879-1.602.95-.373.037-.758.049-1.132-.023-.915-.17-1.348-.734-1.348-1.818.024-.494.12-1.095.36-1.65.41-.938 1.157-1.396 2.144-1.444a3 3 0 0 1 .248-.007m-12.086.008c.241-.004.49.016.725.07.818.145 1.252.77 1.155 1.674-.12.95-.77 1.276-1.54 1.312-.494.024-1.626.012-1.783.012 0 0-.011 0-.011.012-.025.47.096.855 1.035.867.855.013 1.24-.083 1.722-.216.012-.013.024 0 .024.011l-.169.844c-.012.071-.06.12-.132.143a5.8 5.8 0 0 1-2.12.23c-1.312-.084-1.745-.831-1.733-1.673a4.7 4.7 0 0 1 .36-1.758c.423-.987 1.205-1.457 2.228-1.517a3 3 0 0 1 .24-.01zM9.36 9.998a1.04 1.04 0 0 0-.884.472c-.157.24-.205.433-.23.554 0 0 .001.012.013.012h1.348c.314.012.47-.097.506-.373.048-.325-.12-.553-.397-.625a1.5 1.5 0 0 0-.356-.04m12.043.05c-.372.007-.706.185-.85.628-.145.42-.23.879-.265 1.336-.05.506.24.759.794.747.35.012.638-.157.807-.53.217-.482.289-1 .289-1.517 0-.337-.145-.542-.397-.614a1.4 1.4 0 0 0-.378-.05m-13.361 5.47c-.096 0-.144.072-.18.156l-.241.747-.253-.76c-.024-.071-.084-.131-.168-.131-.097 0-.157.06-.17.156l-.276 1.168a.3.3 0 0 0-.012.108c0 .097.084.169.18.169.12 0 .17-.096.193-.193l.145-.662.204.71c.024.073.073.157.157.157a.17.17 0 0 0 .157-.12c0-.012.012-.025.012-.037l.216-.71.157.662c.024.109.06.193.192.193a.21.21 0 0 0 .157-.193c0-.036-.012-.072-.024-.108l-.277-1.156c-.024-.084-.084-.156-.169-.156m8.85.012a.19.19 0 0 0-.192.192c0 .109.084.18.193.18.096 0 .18-.083.18-.18 0-.108-.084-.192-.18-.192zm-1.517.012c-.133 0-.205.072-.205.204V16.9c0 .133.072.205.205.205h.35c.24 0 .433-.048.614-.23a.76.76 0 0 0 .24-.553.79.79 0 0 0-.47-.722c-.132-.06-.229-.06-.385-.06zm-4.443.012c-.096 0-.157.084-.157.168v1.24c0 .097.06.169.157.169.096 0 .156-.084.156-.17v-.3l.374.398c.048.048.084.084.144.084.096-.024.17-.096.17-.18 0-.06-.049-.11-.086-.145l-.325-.313.301-.217c.06-.036.11-.084.11-.156a.16.16 0 0 0-.158-.157c-.06 0-.096.036-.144.072l-.386.3v-.625c0-.096-.048-.168-.156-.168m12.245.06c-.096 0-.156.072-.156.168v.204c-.096 0-.18.036-.18.145s.084.144.18.144v.674c0 .097.06.169.156.169.097 0 .157-.084.157-.17v-.673h.06c.084 0 .157-.06.157-.144 0-.097-.073-.145-.157-.145h-.06v-.205c0-.096-.06-.168-.157-.168zm-7.426.265c.256.008.467.163.467.445 0 .193-.12.373-.3.434a.7.7 0 0 1-.218.024h-.157v-.903zm1.888.072c-.205 0-.41.108-.41.337 0 .12.073.229.17.277.083.048.18.06.276.096.048.012.097.024.097.085 0 .048-.06.096-.11.096-.18 0-.192-.133-.336-.157-.084-.012-.17.049-.17.133 0 .204.302.3.47.3.24 0 .447-.132.447-.384.036-.23-.145-.301-.301-.338l-.157-.036c-.036-.012-.096-.024-.096-.072s.036-.084.084-.084c.156-.012.18.084.313.084a.13.13 0 0 0 .108-.108c.012-.157-.253-.23-.385-.23zm1.144 0a.586.586 0 0 0-.578.578c0 .325.265.59.59.59.132.012.457-.096.457-.277a.16.16 0 0 0-.156-.157c-.108 0-.145.12-.301.12a.267.267 0 0 1-.265-.264c0-.156.12-.265.277-.265.144 0 .18.108.277.108a.16.16 0 0 0 .156-.156c0-.18-.313-.277-.457-.277m-8.694.012a.143.143 0 0 0-.144.12.2.2 0 0 0-.013.085v.77c0 .097.06.169.157.169.096 0 .157-.085.157-.17v-.516c0-.05 0-.145.072-.145.06 0 .096.06.168.06.097.012.193-.072.193-.18 0-.11-.096-.193-.205-.193a.36.36 0 0 0-.24.096.16.16 0 0 0-.145-.096m2.312 0a.586.586 0 0 0-.578.578c0 .313.265.59.59.59.06 0 .108-.012.168-.024.11-.024.277-.12.277-.253-.012-.084-.048-.12-.144-.12h-.024c-.012 0-.012 0-.024.012-.024.012-.036.024-.06.036a.2.2 0 0 1-.085.048c-.024.012-.06.012-.108.012H12.4a.34.34 0 0 1-.193-.084l-.012-.012.566-.253c.072-.036.12-.072.12-.145 0-.24-.277-.385-.48-.385m1.107 0c-.313 0-.505.253-.505.542v.433c0 .097.06.169.156.169.097 0 .157-.085.157-.17v-.468c0-.11.072-.205.192-.205.073 0 .145.048.17.108a.4.4 0 0 1 .023.169v.396c0 .097.06.169.157.169.12.012.168-.072.168-.157v-.421a.534.534 0 0 0-.518-.566zm6.406 0a.59.59 0 0 0-.59.59c0 .325.277.566.59.566a.56.56 0 0 0 .578-.566.59.59 0 0 0-.578-.59m2.336 0c-.313 0-.505.253-.505.542v.433c0 .097.06.169.156.169s.157-.085.157-.17v-.468c0-.11.072-.205.192-.205a.19.19 0 0 1 .169.108c.024.049.024.109.024.169v.396c0 .097.06.169.156.169.109.012.169-.072.169-.157v-.421a.53.53 0 0 0-.157-.41.52.52 0 0 0-.36-.156zm-13.136.012c-.325 0-.542.265-.542.578s.229.59.542.59c.12 0 .23-.048.325-.132.024.072.072.12.156.12.11-.012.17-.084.17-.18v-.807c0-.097-.06-.17-.17-.17-.084 0-.132.037-.156.12a.45.45 0 0 0-.325-.12zm11.655 0c-.096 0-.156.084-.156.169v.42c0 .158.036.29.144.41a.52.52 0 0 0 .36.157c.314 0 .507-.253.507-.554v-.433c0-.097-.06-.17-.156-.17-.097 0-.157.085-.157.17v.456c0 .109-.072.205-.193.205a.19.19 0 0 1-.168-.11c-.024-.048-.024-.108-.024-.156v-.397c0-.096-.06-.168-.157-.168zm-3.876.012c-.097 0-.157.084-.157.169v.794c0 .097.06.169.157.169.096 0 .156-.084.156-.17v-.793c0-.097-.06-.17-.156-.17zm-4.468.24c.084 0 .144.037.18.097l.012.012-.517.217v-.024c0-.156.144-.301.325-.301zm-3.25.037a.287.287 0 0 1 .264.277c0 .145-.12.265-.265.265-.156 0-.265-.12-.265-.277 0-.144.12-.265.265-.265zm10.756.024c.143.005.248.13.248.265 0 .145-.12.265-.265.265-.144 0-.276-.108-.276-.253a.27.27 0 0 1 .264-.277zm-5.496.036c-.096 0-.168.06-.168.157 0 .096.072.156.168.156h.313c.085 0 .17-.06.17-.156s-.073-.157-.17-.157z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/neutralinojs.svg b/mkdocs-material/material/templates/.icons/simple/neutralinojs.svg new file mode 100644 index 0000000..2ab3296 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/neutralinojs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.563 1.396a.95.95 0 0 0-.534.184c-.404.307-.501.9-.425 1.654.075.755.335 1.704.751 2.8.357.937.835 1.984 1.407 3.095-1.17.146-2.24.338-3.158.57-1.08.274-1.958.6-2.583.973C.397 11.045 0 11.484 0 12s.397.955 1.021 1.328c.55.33 1.308.618 2.217.87a1 1 0 0 0-.006.097c0 .485.365.887.82.887.368 0 .678-.26.784-.616q.89.171 1.898.297a31 31 0 0 0-1.408 3.067c-.421 1.093-.686 2.04-.765 2.795-.08.754.016 1.347.42 1.656.201.154.46.208.734.181s.572-.125.896-.287c.649-.323 1.407-.894 2.244-1.67.962-.89 2.026-2.058 3.118-3.421 1.086 1.37 2.146 2.543 3.103 3.439.834.78 1.588 1.355 2.235 1.682.323.163.62.265.894.293s.534-.025.736-.178c.405-.307.502-.9.426-1.654-.054-.54-.206-1.18-.437-1.9a.91.91 0 0 0 .343-.72.92.92 0 0 0-.238-.625.8.8 0 0 0-.701-.251c-.312-.75-.69-1.557-1.125-2.4a27 27 0 0 0 3.187-.575c1.08-.273 1.958-.597 2.583-.97.624-.374 1.021-.813 1.021-1.329s-.397-.957-1.021-1.33c-.625-.373-1.503-.696-2.583-.969a27 27 0 0 0-3.156-.568 31 31 0 0 0 1.406-3.063c.422-1.093.687-2.04.766-2.795.08-.754-.017-1.347-.42-1.656a.95.95 0 0 0-.531-.185 1.3 1.3 0 0 0-.203.004c-.274.026-.57.127-.895.289-.51.254-1.092.665-1.722 1.205a.8.8 0 0 0-.418-.123c-.456 0-.82.4-.82.886q0 .178.06.334a35 35 0 0 0-2.465 2.791c-1.086-1.37-2.146-2.543-3.103-3.439-.834-.78-1.588-1.355-2.235-1.682-.323-.163-.62-.265-.894-.293a1.3 1.3 0 0 0-.204-.006zm.021.385a1 1 0 0 1 .143.004c.205.02.462.105.757.254.592.298 1.33.855 2.147 1.62.955.893 2.022 2.077 3.119 3.466-.428.544-.859 1.12-1.29 1.72a42 42 0 0 0-3.29.235 31 31 0 0 1-1.453-3.184c-.409-1.075-.658-2.002-.729-2.7-.07-.7.05-1.136.276-1.307a.55.55 0 0 1 .32-.108m12.854.033a.55.55 0 0 1 .32.108c.225.172.343.61.27 1.308s-.33 1.624-.743 2.698a31 31 0 0 1-1.455 3.15 42 42 0 0 0-3.312-.234 49 49 0 0 0-1.274-1.717 35 35 0 0 1 2.436-2.772.78.78 0 0 0 .543.223c.456 0 .82-.401.82-.887a.94.94 0 0 0-.133-.484c.61-.519 1.163-.909 1.625-1.139.297-.147.555-.23.76-.25a1 1 0 0 1 .142-.004zm-6.442 5.622c.344.443.69.913 1.035 1.394q-.51-.012-1.031-.014-.532.001-1.05.014c.35-.481.699-.95 1.046-1.394M12 9.203q.668.001 1.314.02.398.563.793 1.154c.366.55.71 1.093 1.041 1.633a54 54 0 0 1-1.046 1.623q-.395.584-.791 1.138-.646.02-1.311.022-.684-.001-1.348-.022a53 53 0 0 1-.789-1.148 52 52 0 0 1-1.04-1.633 53 53 0 0 1 1.84-2.765q.658-.02 1.337-.022m-1.824.04q-.315.444-.625.905c-.334.496-.647.988-.953 1.477a47 47 0 0 1-1.239-2.178 41 41 0 0 1 2.817-.205zm3.625 0a41 41 0 0 1 2.838.202 47 47 0 0 1-1.264 2.198 53 53 0 0 0-1.574-2.4m3.248.251c1.213.146 2.317.34 3.252.576 1.057.268 1.907.587 2.478.928s.834.689.834.998-.263.655-.834.996c-.57.342-1.421.662-2.478.93-.943.239-2.056.433-3.281.58a47 47 0 0 0-1.416-2.492 47 47 0 0 0 1.445-2.516M6.95 9.496c.424.805.899 1.64 1.418 2.494a47 47 0 0 0-1.443 2.508 30 30 0 0 1-2.059-.318.9.9 0 0 0-.23-.508.8.8 0 0 0-.584-.262.8.8 0 0 0-.696.418c-.894-.247-1.63-.53-2.136-.832C.65 12.655.387 12.31.387 12s.263-.654.834-.996c.57-.342 1.421-.662 2.478-.93.935-.237 2.039-.431 3.252-.578zm4.34.8c-.576 0-1.041.5-1.041 1.112 0 .484.29.897.695 1.049v.063c0 .612.466 1.109 1.041 1.109.576 0 1.041-.497 1.041-1.11q0-.025-.002-.05c.424-.141.73-.565.73-1.063 0-.294-.107-.575-.302-.783a1.01 1.01 0 0 0-.738-.326 1 1 0 0 0-.711.3 1 1 0 0 0-.713-.3zm-2.695 2.061a51 51 0 0 0 1.572 2.397c-.99-.04-1.941-.108-2.832-.205q.573-1.067 1.26-2.192m6.779.02c.448.743.862 1.472 1.236 2.176a42 42 0 0 1-2.814.199q.313-.443.625-.902c.333-.495.647-.986.953-1.473m-8.23 2.537c1.033.117 2.141.198 3.304.236.427.6.854 1.179 1.278 1.723-1.103 1.382-2.176 2.561-3.135 3.45-.821.76-1.562 1.31-2.155 1.605-.296.147-.554.23-.76.25s-.35-.018-.462-.104c-.225-.172-.343-.61-.27-1.308s.329-1.624.742-2.698c.366-.948.861-2.018 1.458-3.154m9.656.004c.459.884.854 1.727 1.178 2.504a.91.91 0 0 0-.348.724c0 .486.364.887.82.887a1 1 0 0 0 .123-.01c.218.686.36 1.293.408 1.782.07.698-.05 1.135-.275 1.306-.113.086-.258.124-.463.104s-.462-.105-.758-.254c-.59-.298-1.329-.855-2.146-1.62-.955-.893-2.023-2.077-3.12-3.466.43-.545.862-1.123 1.294-1.725a42 42 0 0 0 3.287-.232m-3.776.246a49 49 0 0 1-1.05 1.4 49 49 0 0 1-1.04-1.398 47 47 0 0 0 2.09-.002"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/newbalance.svg b/mkdocs-material/material/templates/.icons/simple/newbalance.svg new file mode 100644 index 0000000..59ea85c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/newbalance.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12.169 10.306 1.111-1.937 3.774-.242.132-.236-3.488-.242.82-1.414h6.47c1.99 0 3.46.715 2.887 2.8-.17.638-.979 2.233-3.356 2.899.507.06 1.76.616 1.54 2.057-.384 2.558-3.69 3.774-5.533 3.774l-7.641.006-.38-1.48 4.005-.28.137-.237-4.346-.264-.467-1.755 6.178-.363.137-.231-11.096-.693.534-.925 11.948-.775.138-.231zm5 .385 1.1-.006c.738-.005 1.502-.34 1.783-1.018.259-.632-.088-1.171-.55-1.166h-1.067zm-1.27 2.195-1.326 2.305h1.265c.589 0 1.64-.292 1.964-1.128.302-.781-.253-1.177-.638-1.177zM6.26 16.445l-.77 1.315-5.49.01.534-.923zm.385-10.216 4.417.006.336 1.248-5.276-.33zm5 2.245.484 1.832-7.542-.495.528-.92zm-3.84 5.281-.957 1.661-5.32-.302.534-.924z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/newegg.svg b/mkdocs-material/material/templates/.icons/simple/newegg.svg new file mode 100644 index 0000000..376b1be --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/newegg.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.082 5.873q-.136 0-.276.01c-.73.05-1.504.281-2.256.64a9.6 9.6 0 0 0-3.024 2.3 7 7 0 0 0-.944 1.343c.393-.019.9-.043 1.023-.043.318-.003.547.097.71.246 0 0 .3-.033.416-.087l.002-.002a2 2 0 0 1 .799-.175c.354-.004.632.071.838.197a.52.52 0 0 1 .361-.15l.783-.01a.5.5 0 0 1 .209.042.5.5 0 0 1 .205-.046l.748-.005q.104 0 .197.039a.5.5 0 0 1 .199-.043l.783-.006a.52.52 0 0 1 .371.15l.102-.05q.369-.166.793-.175h.008c.381 0 .673.09.887.233l.17.142.057-.058a1.2 1.2 0 0 1 .278-.197c-.044-1.63-.56-3.1-1.686-3.82-.514-.334-1.114-.48-1.753-.475m-4.481.039a4 4 0 0 0-.276.008c-.703.048-1.447.263-2.173.598-1.394.646-2.722 1.736-3.588 2.946a7 7 0 0 0-.238.357C3.661 12.5 4.193 15.878 6.52 17.37a4.5 4.5 0 0 0 2.222.695l-.187.007a5.15 5.15 0 0 0 2.457-.435 4 4 0 0 1-.522-.284 4.5 4.5 0 0 1-1.466-1.541 5.1 5.1 0 0 1-.579-1.524h-.12a.518.518 0 0 1-.506-.647l.779-3.061a.52.52 0 0 1 .476-.39q.104-.194.221-.383a8 8 0 0 1 1.118-1.396c.84-.848 1.88-1.572 2.946-2.024l-.002-.003c-.517-.331-1.117-.474-1.755-.472Zm-4.384.036C4.976 5.977 2.259 7.807.969 9.88c-1.666 2.675-1.13 6.055 1.197 7.546 1.34.86 2.988.903 4.459.27a4.4 4.4 0 0 1-.603-.324c-2.324-1.489-2.86-4.866-1.193-7.545.896-1.442 2.482-2.762 4.116-3.445-.51-.308-1.1-.442-1.728-.434m15.314 4.579a.74.74 0 0 0-.521.197q-.202.194-.315.629l-.282 1.11a1.5 1.5 0 0 0-.06.468.37.37 0 0 0 .152.264q.134.102.383.097a.8.8 0 0 0 .288-.057 1.1 1.1 0 0 0 .29-.168l-.06.237a.9.9 0 0 1-.102.264q-.052.062-.156.063-.145.002-.093-.207l-.889.01q-.106.446.122.594.223.152.663.146a2 2 0 0 0 .61-.087 1.1 1.1 0 0 0 .429-.241.9.9 0 0 0 .227-.294 6 6 0 0 0 .18-.619l.603-2.36-.852.005-.124.233a.51.51 0 0 0-.493-.284m-2.414.02a.74.74 0 0 0-.517.195q-.202.195-.315.629l-.284 1.11a1.4 1.4 0 0 0-.06.468.36.36 0 0 0 .152.266q.133.101.381.1a.8.8 0 0 0 .286-.06 1.1 1.1 0 0 0 .294-.166l-.063.235a.8.8 0 0 1-.101.266q-.05.06-.152.063-.147.002-.096-.205l-.904.004v.317c.007.141.039.216.138.282q.227.148.665.142a1.9 1.9 0 0 0 .609-.083 1.2 1.2 0 0 0 .426-.242.9.9 0 0 0 .229-.298 5 5 0 0 0 .182-.617l.6-2.359-.847.004-.126.233a.5.5 0 0 0-.2-.213.6.6 0 0 0-.297-.07zm-1.988.02q-.315.005-.588.128a1.1 1.1 0 0 0-.438.361c-.11.154-.202.365-.268.631l-.23.893c-.055.23-.085.4-.085.52a.67.67 0 0 0 .09.324.55.55 0 0 0 .284.235 1.2 1.2 0 0 0 .49.08 1.4 1.4 0 0 0 .52-.09 1.1 1.1 0 0 0 .393-.264 1.3 1.3 0 0 0 .248-.326 2.5 2.5 0 0 0 .146-.436l.059-.224-.87.009-.104.403a1 1 0 0 1-.113.307.17.17 0 0 1-.159.08q-.08.001-.095-.058-.012-.06.04-.268l.169-.661 1.18-.01.102-.408q.113-.445.075-.69a.56.56 0 0 0-.25-.391q-.213-.144-.596-.144zm-5.59.057q-.314.003-.59.128-.274.125-.441.36-.166.233-.266.632l-.23.895q-.086.34-.085.517a.7.7 0 0 0 .09.327.56.56 0 0 0 .284.233q.202.082.49.081a1.5 1.5 0 0 0 .52-.091q.22-.089.391-.264c.114-.114.2-.223.248-.326a2.5 2.5 0 0 0 .146-.437l.057-.225-.87.006-.104.406a1 1 0 0 1-.114.308.18.18 0 0 1-.156.08q-.082.003-.097-.057-.012-.06.04-.268l.169-.663 1.183-.01.105-.406q.114-.446.075-.692a.56.56 0 0 0-.25-.388q-.212-.151-.596-.146zm-1.93.019a.75.75 0 0 0-.351.085q-.166.086-.31.253l.089-.282-.935.01-.781 3.06.919-.008.527-2.07a2.5 2.5 0 0 1 .132-.424.16.16 0 0 1 .142-.08c.061-.003.091.023.093.066q.003.07-.079.386l-.54 2.12.917-.004.548-2.147q.102-.404.104-.572a.37.37 0 0 0-.12-.284q-.119-.111-.355-.11zm6.252 0-.785.006a20 20 0 0 0-.655 1.763l.26-1.76-.749.005q-.592 1.586-.66 1.763l.248-1.76-.783.011-.391 3.057.983-.01.587-1.485q-.122.89-.185 1.44c0 .016.011.022.01.035h.97zm5.968.428q.08-.002.092.054a1 1 0 0 1-.045.27l-.241.948a1.4 1.4 0 0 1-.116.334c-.03.051-.077.073-.136.077q-.08 0-.09-.06a1 1 0 0 1 .044-.268l.263-1.029a.9.9 0 0 1 .098-.26.16.16 0 0 1 .131-.066m-2.41.018q.082 0 .09.059a.9.9 0 0 1-.043.268l-.243.949a1.4 1.4 0 0 1-.112.337.16.16 0 0 1-.138.075q-.08-.001-.09-.061a1 1 0 0 1 .043-.268l.264-1.03a.7.7 0 0 1 .1-.26.16.16 0 0 1 .13-.07zm-2.393.02h.012q.076 0 .083.071a1.2 1.2 0 0 1-.055.307l-.055.227h-.267l.059-.225a1.5 1.5 0 0 1 .1-.319q.037-.057.123-.06zm-5.583.057q.072 0 .079.069.008.07-.05.308l-.06.226-.263.004.056-.226a1.5 1.5 0 0 1 .104-.32q.034-.058.134-.06zm.442 2.806a1.7 1.7 0 0 1-.38.215l-.005.002q-.299.12-.704.127h-.004q-.407-.001-.69-.121a1.2 1.2 0 0 1-.25-.136.52.52 0 0 1-.418.215l-.917.004a.5.5 0 0 1-.137-.016.5.5 0 0 1-.136.018l-.305.004q.123.59.372 1.124a4.57 4.57 0 0 0 1.675 1.943 4.4 4.4 0 0 0 2.22.694c1.87.082 3.828-.952 5.008-2.846q.209-.335.388-.708l-.014-.008c-.175-.115-.28-.237-.331-.426l-.16.075a2 2 0 0 1-.706.126 1.7 1.7 0 0 1-.698-.122c-.204-.085-.765.091-.982.091h-.97a.5.5 0 0 1-.194-.038.5.5 0 0 1-.211.048l-.986.01a.52.52 0 0 1-.465-.275"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/newjapanprowrestling.svg b/mkdocs-material/material/templates/.icons/simple/newjapanprowrestling.svg new file mode 100644 index 0000000..6917967 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/newjapanprowrestling.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.95.086C10.875.082 9.814.24 8.69.563c-3.17.913-6.005 3.227-7.422 6.064a13 13 0 0 0-1.184 3.728c-.122.8-.11 2.422.025 3.3.204 1.327.562 2.498 1.08 3.536a11.8 11.8 0 0 0 2.295 3.187c2.015 2.007 4.58 3.207 7.502 3.51.516.053 1.876.018 2.479-.065 4.408-.602 8.04-3.365 9.696-7.376 1.065-2.578 1.12-5.86.14-8.506a15 15 0 0 0-1.058-2.156 12.04 12.04 0 0 0-4.65-4.299c-1.137-.59-2.306-.98-3.67-1.218A11.7 11.7 0 0 0 11.95.086m.05.207c6.465 0 11.705 5.24 11.705 11.707 0 6.466-5.24 11.706-11.705 11.706C5.534 23.706.293 18.466.293 12S5.533.293 12 .293m-.098.211c-.436 0-.86.018-1.162.053A12 12 0 0 0 2.594 5.24c-.779 1.04-1.52 2.592-1.86 3.9-.253.976-.316 1.513-.318 2.73-.003 1.18.028 1.516.232 2.523.68 3.336 2.987 6.31 6.096 7.856 1.43.71 2.564 1.036 4.334 1.244.41.048 2.023-.016 2.592-.103 3.306-.508 6.203-2.323 7.997-5.01.416-.622 1.028-1.803 1.268-2.45.215-.58.448-1.497.556-2.203.12-.774.12-2.62.004-3.372-.386-2.488-1.483-4.662-3.242-6.425-1.821-1.826-4.14-2.96-6.835-3.346a11 11 0 0 0-1.328-.08zm-.02.113c1.977-.005 3.637.39 5.407 1.287a11.25 11.25 0 0 1 4.638 4.34c1.073 1.834 1.55 3.598 1.553 5.74.002 1.91-.318 3.314-1.12 4.928-.956 1.925-2.185 3.34-3.901 4.491-2.154 1.446-5.024 2.185-7.494 1.93-2.242-.232-4.313-1.066-6.125-2.467-.533-.412-1.422-1.303-1.887-1.893-.68-.864-1.347-2.05-1.709-3.028-.856-2.316-.942-5.08-.226-7.263.166-.508.567-1.497.771-1.903C3.229 3.92 6.165 1.67 9.473.887 10.336.683 10.9.62 11.88.617m.074.211a10.5 10.5 0 0 0-1.518.106c-1.68.24-3.25.85-4.76 1.845-1.313.87-2.577 2.173-3.36 3.467-.498.827-1.036 2.129-1.284 3.11-.436 1.726-.404 3.704.088 5.568.776 2.94 2.922 5.576 5.692 6.99 1.437.733 2.666 1.076 4.496 1.255.35.034.967.027 1.49-.018a11.3 11.3 0 0 0 4.22-1.166 11.04 11.04 0 0 0 5.017-4.885c.848-1.622 1.212-3.13 1.215-5.047.004-1.895-.314-3.284-1.127-4.92-.934-1.882-2.11-3.227-3.811-4.364A11.66 11.66 0 0 0 11.955.83m.668.463q.116 0 .242.022c.37.06.467.15.496.46l.024.233h-.233c-.205 0-.233-.01-.246-.102-.012-.088-.048-.105-.234-.117-.17-.01-.224.002-.246.06-.038.1.035.143.32.18.469.063.627.21.627.594 0 .3-.078.468-.252.55-.18.087-.66.095-.894.015-.175-.06-.322-.285-.32-.49 0-.198.058-.245.265-.21.144.025.188.055.2.13.025.179.542.205.542.028 0-.11-.105-.16-.412-.195-.295-.033-.467-.143-.524-.34-.055-.192.007-.549.112-.654.108-.108.3-.166.533-.164m1.492.193c.038 0 .2.027.393.07.826.18.93.25.93.62 0 .305-.153.718-.3.814-.137.09-.293.09-.618.004l-.262-.068a2 2 0 0 0-.067.275c-.06.295-.075.304-.35.225-.081-.024-.148-.06-.148-.078 0-.02.094-.442.207-.938.114-.495.205-.91.205-.922zm-3.13.26.03.16c.036.19-.002.22-.312.264-.153.02-.22.053-.22.102 0 .056.04.064.218.04.12-.018.253-.043.297-.056.067-.02.08.006.08.16V2.6l-.268.052-.267.055.033.19c.04.216.006.257-.213.257l-.142.002-.1-.603c-.055-.332-.093-.61-.084-.62.01-.009.227-.056.482-.103zm3.56.367q-.055 0-.074.018a.4.4 0 0 0-.051.174c-.012.11.006.14.1.166.244.07.366.047.423-.078.047-.102.042-.128-.027-.178a.8.8 0 0 0-.371-.102m-5.11.033c.19 0 .23.017.33.15.243.33.286.75.094.927-.198.183-.6.29-.85.222-.105-.028-.312-.426-.345-.668a.57.57 0 0 1 .027-.306c.08-.147.485-.324.745-.324m6.803.075c.182-.008.608.135.785.27.215.162.273.342.207.636-.063.285-.407.896-.582 1.033-.153.12-.377.12-.691 0a1.15 1.15 0 0 1-.408-.28c-.16-.174-.168-.2-.14-.398.064-.474.527-1.205.796-1.257zm-9.113.258h.03c.154.004.28.088.398.254l.12.17-.194.12c-.192.12-.198.12-.272.034-.073-.085-.08-.086-.215-.006-.21.124-.286.224-.256.346.037.147.39.63.46.63.108 0 .443-.25.443-.332 0-.106-.072-.103-.233.012l-.13.094-.118-.174a1 1 0 0 1-.117-.205c0-.036.626-.45.68-.45.034 0 .282.36.37.536a.8.8 0 0 1 .052.285c0 .238-.173.44-.543.64-.283.15-.374.167-.545.1-.266-.108-.885-1.005-.885-1.283 0-.184.133-.36.414-.547.217-.145.393-.22.54-.224m2.276.09h-.01a1 1 0 0 0-.138.04c-.157.054-.174.11-.092.29.053.115.145.145.287.09.103-.04.08-.266-.04-.42Zm6.96.19a.22.22 0 0 0-.141.05c-.137.123-.342.626-.291.71.047.078.322.233.412.233.03 0 .126-.117.215-.26.224-.36.254-.51.115-.617a.5.5 0 0 0-.31-.117m1.695.398c.065 0 .87.65.92.742.038.07.036.143-.004.276-.065.215-.344.54-.465.54-.06 0-.088.033-.088.108 0 .06-.068.2-.152.31a3 3 0 0 0-.21.306c-.071.135-.108.13-.302-.04l-.162-.142.17-.23c.185-.252.178-.3-.051-.47l-.125-.093-.125.14a3 3 0 0 0-.2.247l-.075.107-.184-.146-.184-.145.602-.756c.33-.415.617-.754.635-.754m-12.567.32c.018 0 .315.322.66.715l.63.715-.198.203c-.11.112-.23.202-.265.202-.037 0-.286-.117-.553-.26-.522-.28-.523-.278-.065.242l.287.324-.15.145c-.082.08-.17.145-.193.144-.024 0-.327-.324-.674-.72l-.63-.72.14-.144c.28-.288.3-.29.84-.005.269.14.486.242.486.228s-.15-.2-.33-.416l-.328-.393.156-.13a.8.8 0 0 1 .187-.13m6.375.187c.67-.004 1.406.044 1.848.133 2.845.57 5.293 2.692 6.236 5.402.862 2.479.43 5.567-1.058 7.563-.353.472-1.135 1.292-1.57 1.646a8.4 8.4 0 0 1-3.641 1.704c-.447.09-.734.117-1.45.13-.493.01-1.052 0-1.24-.022-.64-.08-1.327-.23-1.797-.392-2.01-.7-3.853-2.35-4.81-4.308-.386-.79-.628-1.688-.733-2.723-.31-3.1 1.067-6.02 3.665-7.766 1.073-.72 2.087-1.1 3.49-1.302a8 8 0 0 1 1.06-.065m.162.14c-.645.003-1.346.05-1.744.13-1.626.328-3.092 1.156-4.302 2.43a7.6 7.6 0 0 0-1.37 1.95 7.8 7.8 0 0 0-.83 2.844c-.07.65-.024 1.777.096 2.383.48 2.416 2.187 4.635 4.426 5.75.718.358 1.74.66 2.668.787.45.062 1.982.025 2.424-.06 1.86-.35 3.39-1.16 4.623-2.456.642-.675.985-1.16 1.367-1.93.956-1.928 1.131-4.37.453-6.314-.211-.605-.69-1.542-1.041-2.035-.347-.487-1.103-1.292-1.565-1.668a7.97 7.97 0 0 0-4.183-1.773 9 9 0 0 0-1.024-.043m6.07.053c-.025.003-.05.03-.091.084-.084.11-.083.112.062.236q.257.22.35.043c.046-.086.009-.137-.242-.328q-.04-.032-.067-.035zm1.468.486.394.414c.216.228.437.47.49.535l.093.12-.176.18-.175.18-.165-.16c-.091-.088-.18-.16-.198-.16s-.267.215-.553.479l-.52.48-.15-.154c-.082-.085-.141-.176-.132-.2.009-.026.233-.25.498-.497.265-.248.487-.47.494-.498.007-.027-.05-.11-.125-.182-.076-.073-.137-.155-.135-.182s.084-.117.182-.2zm-8.737.2c.183.004.384.053.576.157.27.148.423.326.524.612.084.237.094.83.015.91-.08.08-.316.067-.453-.026a6 6 0 0 1-.32-.246 2 2 0 0 0-.41-.256c-.245-.107-.53-.406-.572-.6-.076-.344.238-.557.64-.55m2.432.098h.049a.65.65 0 0 1 .295.068c.306.168.346.57.088.898-.054.068-.296.224-.54.346-.243.123-.493.276-.554.342-.14.15-.168.15-.248-.006-.18-.352-.12-1.052.113-1.318.172-.196.508-.323.797-.33M9.34 4.84q.07 0 .15.004c.333.016.823.89.616 1.097-.073.073-.29.066-.518-.017a3.4 3.4 0 0 0-.604-.112c-.496-.05-.65-.11-.69-.267-.023-.097.01-.148.194-.317.31-.28.52-.38.852-.386Zm5.26.056c.16 0 .307.04.504.14.317.158.668.506.625.618-.041.107-.35.25-.698.323-.346.073-.43.076-.64.015-.203-.058-.33-.274-.33-.56 0-.192.02-.245.156-.38.135-.135.186-.155.383-.155M3.822 5.05h.022c.11.01.293.168.76.56.407.342.74.638.74.657s-.067.1-.15.18l-.147.144-.748-.62-.746-.618.09-.13c.072-.1.114-.167.18-.173m-.588.72c.014 0 .132.216.264.48l.24.483h.575c.315 0 .574.01.574.022s-.058.114-.127.228l-.125.21H3.67l.318.206c.175.114.326.215.336.225.022.022-.185.393-.218.39a23 23 0 0 1-.82-.48 38 38 0 0 1-.82-.498c-.03-.032.19-.395.24-.394.026 0 .158.072.296.16.138.087.27.16.29.16.023 0-.044-.16-.151-.354l-.196-.353.13-.244c.073-.133.145-.24.159-.24m13.02.047h.04l.147.008c.808.058.953.576.446 1.584q-.344.686-.56.356c-.111-.172-.05-.32.277-.66.33-.345.392-.45.392-.64q0-.325-.392-.36c-.347-.03-.6.118-.782.458-.176.332-.264.414-.513.485-.24.068-.283.156-.153.318.21.262.217.31.055.494-.11.125-.141.194-.117.266.017.053.042.173.054.266.03.22-.078.29-.578.379a3.5 3.5 0 0 0-.867.294c-.27.126-.53.236-.578.244-.17.03-.276.245-.27.555l.01.975.004.687-.138.125c-.162.147-.592.283-.797.252a1.5 1.5 0 0 1-.29-.082c-.12-.05-.158-.05-.218 0-.124.103-.09.32.072.455.373.315.453.412.453.545 0 .142.134.242.324.242.083 0 .088-.02.06-.226-.03-.226-.028-.227.202-.44.127-.116.245-.268.262-.336.05-.2.154-.277.537-.398.627-.198 1.162-.124 1.525.21.242.224.323.47.29.903-.023.339-.151.64-.344.82-.166.154-.196.137-.196-.1 0-.172-.017-.213-.103-.245-.181-.067-.714-.09-.79-.033-.038.028-.09.166-.116.304a1.4 1.4 0 0 1-.211.49c-.173.252-.46.505-.514.452-.017-.018-.03-.24-.03-.492 0-.425-.01-.465-.11-.545-.15-.122-.38-.154-.71-.1-.22.036-.317.032-.433-.016-.18-.073-.278-.045-.313.092-.022.09.072.749.147 1.026q.053.193-.237.015c-.077-.047-.28-.24-.45-.427l-.307-.344-.37-.053c-.667-.094-1.104-.41-1.41-1.02-.092-.183-.21-.36-.26-.392-.14-.09-.307.013-.38.236-.048.146-.108.21-.297.32-.13.076-.3.225-.375.33a1 1 0 0 1-.203.22q-.138.057-.295-.297c-.117-.264-.17-1.29-.076-1.514.037-.09.197-.243.443-.422.262-.19.416-.338.48-.46.05-.1.083-.19.073-.2s-.1.046-.2.125c-.098.08-.328.215-.51.303-.382.182-.504.177-.702-.036l-.125-.134-.05.125a2 2 0 0 0-.077.287c-.052.264-.144.395-.428.613a7 7 0 0 0-.637.6c-.2.215-.397.392-.435.392-.08 0-.108-.19-.155-1.035-.045-.81.067-1.314.38-1.705.23-.287.625-.455.939-.402.234.04.314.128.314.343 0 .437.094.419.324-.064.19-.398.268-.48.553-.572.18-.06.352-.215.297-.27-.02-.02-.18-.033-.36-.033-.294 0-.33-.01-.343-.092-.05-.323-.043-.32-.26-.097a.9.9 0 0 1-.4.26 3.1 3.1 0 0 0-.782.37.5.5 0 0 1-.2.086c-.132 0-.056-.33.134-.593a5 5 0 0 0 .322-.545c.272-.54.5-.743.832-.743.152 0 .173.017.24.184.04.1.1.184.13.184.12 0 .156-.164.11-.512-.112-.87-.021-1.33.296-1.48.285-.136.45-.086 1.03.312.35.24.394.258.646.258.147 0 .45-.045.673-.1.31-.076.554-.1 1.047-.103.612-.004.656.002.918.125.514.24.644.446.57.9-.025.156-.032.302-.017.326.08.127-.054.36-.422.737q-.385.395-.36.464c.022.057.14.073.587.09.6.023.723-.003.816-.178.052-.097.047-.137-.04-.304-.12-.234-.18-1.068-.101-1.363.1-.367.485-.647 1.11-.807a1.6 1.6 0 0 1 .633-.04c.817.083.885.072 1.504-.224.413-.198.529-.25.689-.256m4.401.135c.3 0 .648.46.65.856.002.16-.02.213-.16.336-.092.08-.19.136-.22.127s-.094-.094-.145-.188c-.077-.143-.08-.175-.027-.21.054-.032.055-.064.008-.18-.078-.186-.196-.287-.278-.237-.053.033-.038.096.082.358.237.513.186.683-.277.93-.276.147-.39.12-.651-.15-.226-.235-.346-.485-.346-.724 0-.113.34-.474.422-.447.026.01.09.09.144.182.09.156.092.172.02.252s-.07.096.025.267c.057.1.137.19.18.197.144.028.144-.133-.005-.435-.08-.162-.145-.328-.145-.37 0-.248.405-.564.723-.564M7.142 6.32c-.112-.003-.205.028-.256.102-.105.15-.095.618.02.928.082.216.265.44.36.44.016 0 .158-.116.315-.257.413-.368.458-.625.164-.92-.182-.182-.417-.287-.603-.293m10.422.567c.063.004.142.075.263.213.288.326.276.348-.222.435a.35.35 0 0 1-.205-.025c-.101-.06-.103-.234-.004-.442.059-.124.105-.186.168-.18m.355 1h.014a.7.7 0 0 1 .18.055c.266.102.648.442.777.69.105.203.139.63.056.713-.107.108-.32.096-.605-.033-.497-.226-.61-.398-.61-.922 0-.242.022-.342.087-.422.042-.053.064-.08.1-.082m-.95.037q.11.003.25.133c.142.132.289.526.3.806.007.15-.078.19-.27.125a3 3 0 0 1-.282-.133c-.215-.114-.276-.275-.23-.613.028-.213.114-.322.234-.318m-14.482.703a.74.74 0 0 1 .504.186c.292.255.362.586.197.923-.17.35-.62.52-.964.368-.523-.235-.66-.808-.29-1.217a.76.76 0 0 1 .553-.26m18.947.002c.212.003.427.09.582.27a.9.9 0 0 1 .185.359.784.784 0 0 1-.99.873.776.776 0 0 1-.457-1.1.74.74 0 0 1 .68-.402m-12.79.17c-.15 0-.272.009-.272.02 0 .01.043.265.094.568.19 1.128.38 1.367 1.27 1.586.773.19.864.262.827.666-.017.195-.007.298.04.367.058.082.156.132.156.08a2 2 0 0 0-.05-.162c-.04-.11-.038-.162.005-.213.04-.048.046-.167.023-.41-.028-.307-.02-.353.07-.475.09-.125.094-.153.044-.398a2.3 2.3 0 0 1-.024-.623c.03-.345.028-.365-.084-.477-.097-.097-.16-.117-.373-.117-.193 0-.322-.034-.53-.14A2.95 2.95 0 0 0 8.646 8.8m-6.197.062c-.346.027-.59.45-.437.758.158.333.68.41.906.11.19-.233.138-.634-.14-.778a.54.54 0 0 0-.286-.09Zm18.937.002c-.374.013-.623.5-.41.809.168.265.58.348.81.125.232-.196.254-.596.012-.79a.6.6 0 0 0-.412-.144m-6.011.188q.009 0 .012.002c.044.042-.293 1.034-.418 1.23q-.363.57-1.227.389a1.5 1.5 0 0 0-.4-.02l-.194.026.028-.31c.028-.318.095-.502.219-.604.063-.053.072-.037.072.127 0 .273.064.404.27.54.31.206.697.12.947-.208.116-.154.122-.56.01-.78-.045-.086-.066-.173-.046-.193.04-.04.632-.2.727-.2m-6.605.023c.016 0 .108.023.203.05l.172.054-.094.156c-.075.126-.087.204-.065.395.065.547.56.819 1.07.588.18-.083.43-.346.43-.456 0-.03.018-.052.04-.052.094 0 .178.142.208.35.018.122.043.265.055.318.02.09-.002.099-.36.127l-.61.05a1.4 1.4 0 0 1-.383-.017c-.323-.082-.52-.307-.625-.713-.07-.27-.098-.85-.04-.85m8.174.05c.122-.002.278.099.407.284.126.183.129.19.129.918 0 .503-.018.74-.053.752-.03.01-.164-.086-.303-.213-.368-.336-.468-.595-.432-1.111.016-.22.053-.45.082-.516a.18.18 0 0 1 .17-.115m-7.414.183q.046 0 .114.008c.513.057.74.533.365.765-.228.14-.413.123-.602-.055a.6.6 0 0 1-.187-.318c-.025-.144-.013-.188.09-.293.08-.08.127-.107.22-.107m4.72.095h.02c.05.002.089.025.15.07.092.07.128.14.139.274.025.342-.13.543-.457.596-.125.02-.175.002-.262-.092a.6.6 0 0 1-.133-.322c-.02-.176-.006-.223.092-.32a.86.86 0 0 1 .45-.206m-4.571.137c-.122.005-.203.08-.203.197 0 .23.328.302.423.092.07-.152.004-.267-.166-.287zm8.35.004q.078 0 .222.053c.45.16.93.587 1.125 1.004.245.52.246 1.447.004 1.69-.15.15-.277.104-.691-.247a21 21 0 0 0-.565-.463c-.192-.147-.342-.437-.344-.658 0-.08.03-.284.07-.453a2.6 2.6 0 0 0 .06-.574c-.013-.251.006-.35.12-.352m-3.922.127q-.23-.002-.228.24c0 .092.03.14.103.17.116.046.27.018.32-.06.052-.08.042-.234-.02-.295-.03-.03-.11-.055-.175-.055m2.659 1.285c.125 0 .406.335.447.535.053.26.038.738-.03 1.024-.07.3-.227.687-.28.687-.02 0-.117-.094-.217-.21-.277-.324-.316-.494-.198-.837.053-.153.107-.4.12-.545.06-.614.07-.654.158-.654M1.08 11.04l.287.025c.353.03 1.66.116 1.783.116.082 0 .09.027.08.283l-.015.283-.572.225a9 9 0 0 0-.596.246c-.013.012.253.008.588-.01l.607-.031-.013.199-.014.2-.873.079c-.48.043-.96.089-1.067.1l-.195.02.002-.35v-.35l.693-.228c.8-.265.793-.288-.109-.295l-.586-.004v-.254Zm21.001.307.076.002c.202.004.39.028.47.072.222.12.264.235.265.723 0 .537-.085.724-.37.81-.234.07-.648.068-1.052-.006-.522-.095-.65-.168-.713-.4-.06-.217-.033-.713.047-.861.06-.115.28-.231.435-.231.108 0 .117.016.117.2 0 .163-.018.207-.09.226-.135.035-.2.24-.138.428.04.124.08.158.22.187.243.052.733.032.811-.033.09-.076.093-.52.002-.594-.13-.108-.23-.037-.246.174l-.016.197-.214-.015-.215-.014v-.772l.138-.04a2 2 0 0 1 .473-.051zm-15.895.43c.036 0 .09.057.117.126.1.253.237.915.265 1.297.034.46 0 .552-.357.946-.127.14-.292.393-.367.56-.206.458-.317.55-.463.385-.19-.214-.492-1.225-.492-1.64 0-.242.18-.704.36-.923.16-.196.853-.752.937-.752m11.68.095q.053 0 .126.043c.177.1.735.852.85 1.147.143.367.142.903-.004 1.228-.108.242-.281.422-.402.422-.036 0-.261-.19-.502-.424-.605-.585-.7-.786-.54-1.164a6 6 0 0 0 .2-.68c.103-.42.163-.57.27-.572m-14.67.883q.025 0 .028.002c.026.026.248 1.097.23 1.11a3 3 0 0 1-.205.054c-.22.054-.185.103-.3-.42-.062-.28-.102-.33-.21-.262-.05.033-.05.099.012.395.04.195.074.362.074.369 0 .025-.464.124-.484.103a3 3 0 0 1-.1-.394c-.075-.36-.083-.375-.203-.375-.069 0-.137.019-.15.04-.014.023.015.223.064.446.05.224.075.42.057.436-.044.039-.47.18-.545.18-.033 0-.06-.013-.06-.028s-.076-.348-.165-.74a9 9 0 0 1-.148-.725c.032-.026 1.86-.19 2.105-.191m4.896.168c.096 0 .102.01.265.482.08.226.17.382.31.528.247.258.35.41.35.52 0 .116-.59.993-.67.993-.034 0-.13-.091-.212-.205a11 11 0 0 1-.38-.584c-.217-.358-.23-.392-.23-.7 0-.52.28-1.034.567-1.034m12.653.185c.414.006 2.005.093 2.03.118.018.018-.078.712-.102.734a18 18 0 0 1-.76.094c-.412.046-.723.09-.69.103.035.012.352.086.706.164.62.138.64.147.63.256-.03.31-.064.41-.14.406-.043-.002-.51-.143-1.037-.31-.528-.168-.96-.314-.96-.326l.032-.26.03-.236.56-.104c.31-.057.54-.112.514-.121a8 8 0 0 0-.504-.074l-.455-.057.015-.182a.7.7 0 0 1 .033-.2.5.5 0 0 1 .098-.005m-4.49.047c.083-.006.192.057.272.176.088.13.104.216.104.533 0 .454-.058.633-.397 1.227-.198.348-.276.447-.353.447-.054 0-.12-.027-.145-.06a22 22 0 0 1-.29-.424c-.214-.32-.24-.38-.214-.522.048-.253.145-.402.528-.808.197-.21.373-.425.39-.48s.057-.086.106-.09m-12.81.779c.04 0 .115.335.08.367a3 3 0 0 1-.405.2c-.202.09-.353.165-.336.165s.204-.04.414-.09.396-.092.414-.092c.037 0 .145.198.192.35.026.084-.025.124-.405.32-.238.124-.427.23-.42.237s.216-.05.46-.13c.247-.078.455-.134.464-.124s.05.093.088.185l.07.166-.746.235c-.41.129-.867.275-1.017.324a3 3 0 0 1-.305.09c-.017 0-.075-.107-.129-.237a1.5 1.5 0 0 1-.097-.29c0-.031.228-.164.505-.296.278-.131.504-.245.504-.253s-.22.044-.492.117a6 6 0 0 1-.568.133c-.048 0-.108-.094-.172-.26-.055-.143-.092-.265-.084-.274a90 90 0 0 1 1.984-.843m3.42.23c.176 0 .35.188.53.576.086.19.26.502.385.694.144.22.227.398.227.484 0 .075-.102.459-.227.854-.124.394-.24.796-.256.89-.015.099-.053.172-.088.172-.033 0-.214-.182-.402-.402-.434-.51-.748-.934-.902-1.227-.106-.2-.12-.284-.12-.643 0-.35.02-.451.126-.68.204-.44.484-.717.726-.718m10.427.086h.002c.098.005.208.082.35.229.428.445.647 1.477.337 1.595-.117.045-.285-.06-.41-.258-.083-.131-.147-.185-.224-.185-.163 0-.176.107-.053.434.174.462.19.672.072.916-.12.248-.377.486-.527.486-.095 0-.123-.044-.211-.31a5 5 0 0 0-.28-.635c-.248-.457-.24-.53.14-1.14a14 14 0 0 0 .456-.788c.12-.238.222-.35.348-.344m3.093.28c.043.002 2.034.59 2.047.607.02.024-.218.632-.246.63-.016 0-.463-.178-.993-.396s-.968-.4-.974-.404c-.023-.016.137-.436.166-.436m-11.095.229c.043 0 .138.088.213.195.295.422.43.892.43 1.514 0 .432-.003.447-.102.447-.067 0-.21-.111-.408-.318-.393-.41-.566-.758-.53-1.07.033-.273.288-.77.397-.77m1.873.048c.037 0 .375.688.375.763s-.222.244-.32.244a.2.2 0 0 1-.14-.07c-.098-.12-.11-.504-.022-.732.043-.113.09-.205.107-.205m2.023.023.065.16c.102.25.13.557.064.688-.07.137-.196.16-.367.066s-.158-.207.06-.594zm1.784.21q.1 0 .164.099c.089.143.18.785.146 1.017-.04.259-.23.477-.617.707-.36.214-.328.203-.414.149-.05-.032-.056-.105-.03-.332.02-.16.04-.426.048-.59.016-.368.15-.671.396-.893q.178-.16.307-.158zm-2.922.638c.072 0 .31.073.53.164.408.169.562.182 1.015.086.323-.07.338.209.027.482-.2.176-.323.177-.828.002-.553-.192-.79-.185-1.477.045-.3.1-.562.184-.58.184s-.1-.07-.185-.155c-.242-.242-.273-.535-.057-.533.058 0 .195.042.305.092.32.145.456.12.81-.14.2-.148.355-.227.44-.227m9.54.01.291.115.29.115-.276.59c-.153.325-.29.59-.305.59a24 24 0 0 1-.9-.48 44 44 0 0 0-.91-.495c-.044-.016.11-.353.163-.353.02 0 .325.143.674.318l.635.318.17-.36zm-1.94.542c.056 0 .377.14.377.17a1.5 1.5 0 0 1-.1.2c-.056.097-.092.186-.08.195.01.009.33.198.708.422l.7.414c.02.012-.238.43-.265.428a18 18 0 0 1-.71-.457l-.69-.455-.13.162-.13.16-.17-.123-.18-.133c-.01-.008.604-.92.66-.98q.004-.004.009-.003m-16.417.135.118.172a.8.8 0 0 1 .115.217c0 .026-.072.096-.16.156s-.16.135-.16.168c0 .075.222.342.285.342.04 0 .67-.42 1.058-.705l.127-.094.112.135a.7.7 0 0 1 .113.172c.004.089-.96.868-1.254 1.01-.262.13-.357.144-.512.08-.145-.057-.352-.294-.498-.563-.107-.198-.126-.277-.1-.41.036-.2.242-.416.542-.568zm12.547.047c.112 0 .292.263.344.504a1.65 1.65 0 0 1-.021.865c-.113.38-.3.544-1.1.963-.393.206-.72.373-.73.373-.007 0-.025-.19-.042-.424a3 3 0 0 0-.107-.638c-.11-.31-.04-.446.322-.637.342-.18.55-.338.96-.72.17-.158.34-.286.374-.286m-7.302.018q.035 0 .086.01c.24.047.385.135.718.445.17.158.395.354.5.435.31.24.343.456.2 1.338-.074.47-.107.572-.186.586-.037.007-.273-.104-.525-.246-.698-.393-.947-.573-1.1-.791-.124-.177-.142-.241-.156-.594-.022-.525.05-.837.244-1.04.1-.106.144-.143.22-.143m-3.208.986.152.148c.084.082.154.167.154.188s-.12.22-.267.44c-.416.62-.843 1.3-.827 1.316.01.008.325-.282.703-.645.38-.362.7-.661.713-.662.052-.004.558.45.666.598.2.27.137.473-.263.85-.136.13-.293.25-.348.269-.13.042-.368-.075-.562-.275-.085-.088-.177-.158-.204-.16-.026 0-.15.115-.28.257l-.231.26-.328-.38-.328-.376.136-.197a1 1 0 0 0 .133-.236c0-.021-.07-.118-.154-.217l-.155-.18-.222.098-.223.097-.172-.193a1.3 1.3 0 0 1-.172-.22c0-.016.468-.196 1.04-.403zm13.699.004c.112 0 .258.068.38.176.078.067.076.077-.04.199-.093.097-.152.12-.235.1-.082-.021-.144.005-.244.1-.15.145-.17.227-.062.269.04.015.08.027.088.027s.113-.082.236-.184c.288-.238.479-.292.7-.2.447.186.73.527.672.816-.036.18-.24.453-.47.627-.19.144-.424.174-.592.076a3 3 0 0 1-.273-.205l-.18-.15.17-.17.219.207.168-.186c.196-.218.208-.306.053-.377-.104-.047-.135-.032-.34.16-.334.312-.542.337-.828.096-.175-.147-.278-.337-.278-.512 0-.256.434-.7.686-.7m-8.297.469a.25.25 0 0 1 .13.033c.212.114.968 1.278.968 1.492 0 .162-.455.218-.79.098-.434-.155-.584-.396-.585-.936-.002-.424.105-.677.277-.687m-5.72.09c-.027.004-.12.038-.225.083-.214.092-.217.096-.137.184.08.09.083.09.23-.08a1 1 0 0 0 .14-.186zm8.519.13q.02 0 .039.002c.166.012.254.172.252.473-.005.5-.267.846-.73.967-.344.09-.38.088-.575-.01-.11-.055-.165-.116-.174-.195-.024-.21.466-.843.848-1.096q.2-.133.34-.14m4.562.158c.04.002.093.046.176.142l.152.178-.28.223c-.374.298-.362.279-.263.369.084.076.1.07.387-.174l.299-.254.164.203.166.2-.3.238c-.163.13-.298.263-.298.294 0 .032.036.092.08.13.075.068.108.053.42-.198.186-.15.353-.271.373-.271.042 0 .415.41.41.453-.002.024-.712.606-1.03.842l-.11.082-.201-.29c-.63-.89-.996-1.43-.996-1.46 0-.026.498-.453.816-.7a.05.05 0 0 1 .035-.01zm-12.176.529c-.02 0-.09.058-.16.13l-.127.132.196.164.197.162.127-.09c.07-.05.13-.12.13-.152 0-.063-.298-.346-.363-.346m1.23.394c.09-.005.415.18.415.244 0 .018-.12.453-.27.97-.15.514-.267.942-.26.95.007.006.216-.337.462-.766.594-1.036.505-.945.796-.823.232.096.242.106.22.241-.04.223-.09.99-.065.99.012 0 .11-.212.22-.47.108-.26.203-.476.208-.483a.7.7 0 0 1 .2.062c.145.058.185.095.163.15-.017.042-.185.5-.375 1.016-.19.518-.36.953-.375.97-.016.015-.163-.032-.326-.106a6 6 0 0 1-.303-.143c-.004-.005.037-.33.094-.72a10 10 0 0 0 .09-.73c-.008-.008-.153.262-.32.6-.17.336-.313.62-.32.628-.017.016-.78-.385-.878-.46-.04-.033-.033-.104.03-.29l.085-.248-.224-.145-.225-.145-.192.164c-.208.18-.227.177-.49-.048l-.15-.13.857-.617c.472-.341.885-.637.918-.657l.016-.002zm9.802.018c.226 0 .568.38.568.628q0 .15.066.15c.082 0 .287.205.553.55l.207.27-.226.137-.225.14-.232-.319c-.128-.175-.262-.32-.297-.32a.9.9 0 0 0-.252.107l-.186.107.203.358c.113.196.194.375.18.398-.026.042-.36.225-.41.225-.015 0-.234-.43-.486-.952l-.457-.95.103-.076c.184-.14.8-.453.89-.453m-.014.508a.4.4 0 0 0-.19.064c-.253.137-.253.14-.167.271a.4.4 0 0 0 .097.12c.01 0 .1-.053.2-.116.189-.12.204-.144.156-.27q-.027-.07-.096-.07m-1.03.005.342 1.024.342 1.024-.252.095a2 2 0 0 1-.304.098c-.03 0-.168-.227-.305-.504s-.252-.498-.26-.49c-.007.007.059.245.147.53.087.287.16.534.16.55 0 .027-.497.234-.563.234-.017 0-.061-.057-.097-.127-.1-.192-.856-1.8-.856-1.82 0-.023.276-.117.342-.117.029 0 .145.185.256.412.11.226.206.405.213.398a3 3 0 0 0-.1-.422 5 5 0 0 1-.113-.457c0-.043.452-.231.478-.2.007.01.11.2.23.42.12.223.226.397.235.388.01-.01-.053-.214-.138-.453l-.157-.435.2-.074zm-8.95.118c-.028 0-.094.05-.213.15-.107.092-.108.097-.024.16.124.094.163.068.227-.15.03-.106.04-.158.01-.16m2.802.475c.123-.005.908.187 1 .247a.37.37 0 0 1 .137.188c.052.207-.01.736-.105.898-.124.212-.27.252-.64.178-.35-.07-.36-.063-.407.27-.066.457-.046.438-.38.357-.19-.046-.197-.052-.167-.19.04-.187.53-1.925.547-1.945q.003-.002.015-.004m3.487.226c.207 0 .263.02.373.13.17.17.32.66.353 1.157.032.47-.04.674-.277.787-.216.103-.617.137-.805.07a.6.6 0 0 1-.24-.173c-.122-.165-.222-.69-.223-1.178 0-.385.01-.433.117-.56.136-.162.354-.233.702-.233m-1.674.045c.515 0 .574.01.652.096.124.136.153.683.045.847-.073.112-.074.125 0 .207.045.05.087.18.096.305.008.12.02.33.03.463l.019.242-.235-.014-.234-.013-.033-.344a3 3 0 0 0-.057-.402c-.013-.036-.11-.057-.252-.057h-.23v.826h-.252c-.21 0-.253-.013-.252-.08 0-.044.03-.504.068-1.02.037-.519.068-.968.068-.999 0-.043.145-.057.567-.057m-1.526.264q-.02 0-.025.006a1 1 0 0 0-.05.197l-.03.168.2.045.232.05c.018.001.054-.037.08-.085a.5.5 0 0 0 .047-.2c0-.097-.03-.118-.23-.158a1.4 1.4 0 0 0-.185-.023zm3.125.148a.54.54 0 0 0-.263.065c-.08.06-.083.093-.037.51.062.576.142.655.505.503l.164-.068-.025-.336a2 2 0 0 0-.096-.504c-.064-.153-.087-.17-.248-.17m-1.595.047c-.152 0-.16.005-.16.184 0 .178.007.183.16.183a.8.8 0 0 0 .228-.03c.042-.015.072-.08.072-.154 0-.142-.065-.183-.3-.183m2.888.057h.008c.026.028.157.37.147.38a3 3 0 0 1-.278.08l-.263.07-.026-.122-.04-.2c-.013-.062.038-.097.216-.15a2 2 0 0 1 .236-.058"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/newrelic.svg b/mkdocs-material/material/templates/.icons/simple/newrelic.svg new file mode 100644 index 0000000..7312f5d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/newrelic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.002 14.31v7.383L12 24V12L1.608 6v4.616ZM12 0 2.823 5.298l3.998 2.308L12 4.616l6.393 3.692v7.384l-5.178 2.99V23.3l9.176-5.3V6Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/newyorktimes.svg b/mkdocs-material/material/templates/.icons/simple/newyorktimes.svg new file mode 100644 index 0000000..79dc87f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/newyorktimes.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.272 14.815h-.098a7.63 7.63 0 0 1-4.363 4.483v-4.483l2.444-2.182-2.444-2.182V7.397a3.917 3.917 0 0 0 3.927-3.84c0-2.629-2.509-3.556-3.927-3.556a4.3 4.3 0 0 0-1.091.12v.131h.556A1.473 1.473 0 0 1 18 1.583a1.43 1.43 0 0 1-1.488 1.367l-.061-.004c-2.444 0-5.323-1.985-8.454-1.985a4.484 4.484 0 0 0-4.713 4.178A3.12 3.12 0 0 0 5.76 8.346v-.12a1.48 1.48 0 0 1-.676-1.364 1.844 1.844 0 0 1 1.973-1.705l.034.004c2.629 0 6.872 2.182 9.501 2.182h.098v3.142l-2.444 2.182 2.444 2.182v4.549a9.4 9.4 0 0 1-3.033.469 6.75 6.75 0 0 1-4.614-1.516l4.429-1.985V7.451l-6.196 2.727a6.55 6.55 0 0 1 3.589-3.905v-.098c-4.516 1.004-8.138 4.243-8.138 8.705 0 5.193 4.025 9.12 9.818 9.12 6.011 0 8.727-4.363 8.727-8.814zM8.858 18.186a6.87 6.87 0 0 1-2.007-5.16 8.2 8.2 0 0 1 .371-2.596l2.051-.938v8.476z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nexon.svg b/mkdocs-material/material/templates/.icons/simple/nexon.svg new file mode 100644 index 0000000..2443c8f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nexon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.138 10.158v3.693h3.775v-.783H6.126v-.706h2.787v-.789H6.126v-.632h2.787v-.783zm15.778 3.693v-2.234l2.34 2.234H24v-3.693h-.987v2.234l-2.34-2.234h-.745v3.693zm-2.051-3.701h-4.072v3.7h4.072zm-.988 2.918H15.78v-2.127h2.097zm-16.89.783v-2.234l2.34 2.234h.748v-3.693h-.99v2.234l-2.34-2.234H0v3.693zm10.241-1.844-1.633 1.844h1.249l1.009-1.14 1.012 1.14h1.249l-1.637-1.844 1.64-1.849h-1.25l-1.014 1.145-1.012-1.145H9.589z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nextbilliondotai.svg b/mkdocs-material/material/templates/.icons/simple/nextbilliondotai.svg new file mode 100644 index 0000000..6e71faa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nextbilliondotai.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.399 13.37a6 6 0 0 0-.565-.568 6.38 6.38 0 0 0-4.234-1.599h-4.8V6.401a6.38 6.38 0 0 0-1.598-4.234 6 6 0 0 0-.567-.564A6.397 6.397 0 0 0 .002 6.402V11.2a1.6 1.6 0 0 0 1.6 1.599h9.595v4.799a6.37 6.37 0 0 0 .855 3.198l.084.145a6.4 6.4 0 0 0 .662.895 7 7 0 0 0 .564.564 6.5 6.5 0 0 0 .891.658l.146.086a6.41 6.41 0 0 0 7.432-.744 7 7 0 0 0 .566-.566 6.397 6.397 0 0 0 0-8.467zm-11.198-2.171H1.605v-4.8a4.799 4.799 0 0 1 9.596 0zm6.397 11.195a4.77 4.77 0 0 1-3.2-1.225 4 4 0 0 1-.377-.376 4.78 4.78 0 0 1-1.221-3.199v-4.796h4.799a4.799 4.799 0 0 1 0 9.596z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nextcloud.svg b/mkdocs-material/material/templates/.icons/simple/nextcloud.svg new file mode 100644 index 0000000..5f898c6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nextcloud.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.018 6.537c-2.5 0-4.6 1.712-5.241 4.015-.56-1.232-1.793-2.105-3.225-2.105A3.57 3.57 0 0 0 0 12a3.57 3.57 0 0 0 3.552 3.553c1.432 0 2.664-.874 3.224-2.106.641 2.304 2.742 4.016 5.242 4.016 2.487 0 4.576-1.693 5.231-3.977.569 1.21 1.783 2.067 3.198 2.067A3.57 3.57 0 0 0 24 12a3.57 3.57 0 0 0-3.553-3.553c-1.416 0-2.63.858-3.199 2.067-.654-2.284-2.743-3.978-5.23-3.977m0 2.085c1.878 0 3.378 1.5 3.378 3.378s-1.5 3.378-3.378 3.378A3.36 3.36 0 0 1 8.641 12c0-1.878 1.5-3.378 3.377-3.378m-8.466 1.91c.822 0 1.467.645 1.467 1.468s-.644 1.467-1.467 1.468A1.45 1.45 0 0 1 2.085 12a1.45 1.45 0 0 1 1.467-1.467zm16.895 0c.823 0 1.468.645 1.468 1.468s-.645 1.468-1.468 1.468A1.45 1.45 0 0 1 18.98 12a1.45 1.45 0 0 1 1.467-1.467z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nextdns.svg b/mkdocs-material/material/templates/.icons/simple/nextdns.svg new file mode 100644 index 0000000..d8bc6a9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nextdns.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22.195 6.512-.001-.019c-.01-.23-.017-.474-.022-.746a2.543 2.543 0 0 0-2.395-2.492c-2.759-.154-4.894-1.053-6.717-2.831l-.016-.015a1.536 1.536 0 0 0-2.087 0l-.016.015C9.117 2.202 6.982 3.101 4.223 3.256a2.543 2.543 0 0 0-2.395 2.492c-.004.269-.011.513-.022.745l-.001.044c-.053 2.813-.12 6.315 1.052 9.494.644 1.748 1.619 3.267 2.899 4.516 1.458 1.422 3.367 2.552 5.674 3.356q.113.04.233.063a1.7 1.7 0 0 0 .675 0q.12-.023.233-.063c2.305-.806 4.212-1.936 5.668-3.358 1.28-1.25 2.255-2.769 2.9-4.518 1.176-3.188 1.109-6.696 1.056-9.515"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nextdoor.svg b/mkdocs-material/material/templates/.icons/simple/nextdoor.svg new file mode 100644 index 0000000..76bd3ed --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nextdoor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.65 9.997a.07.07 0 0 0-.07.069v1.415c-.123-.177-.42-.37-.805-.37-.745 0-1.316.659-1.316 1.445 0 .787.571 1.447 1.316 1.447.386 0 .682-.194.806-.372v.221c0 .05.04.09.09.09h.607a.07.07 0 0 0 .07-.07v-3.806a.07.07 0 0 0-.07-.069zm-3.913.404a.07.07 0 0 0-.069.07c0 .779.064.7-.504.7a.09.09 0 0 0-.09.09v.486c0 .05.04.089.09.089h.504v1.136c0 .676.476 1.003 1.07 1.003.183 0 .32-.017.434-.046a.07.07 0 0 0 .052-.067v-.526a.07.07 0 0 0-.086-.066 1 1 0 0 1-.227.023c-.33 0-.476-.133-.476-.47v-.987h.608a.07.07 0 0 0 .07-.069v-.527a.07.07 0 0 0-.07-.069h-.608v-.701a.07.07 0 0 0-.069-.07zm-8.396.676c-.516 0-.955.236-1.201.598-.02.03-.055.095-.102.095-.226.002-.24-.276-.247-.524a.07.07 0 0 0-.069-.066l-.653-.004a.07.07 0 0 0-.069.07c.014.606.126 1.018.86 1.181.04.01.068.045.068.087v1.36c0 .037.03.068.069.068h.634a.07.07 0 0 0 .069-.07V12.47c0-.312.221-.667.64-.667.4 0 .642.355.642.667v1.404c0 .038.03.069.069.069h.634a.07.07 0 0 0 .069-.07v-1.508c0-.72-.616-1.287-1.413-1.287zm3.207.033c-.851 0-1.472.626-1.472 1.446 0 .876.65 1.431 1.483 1.447.655.012 1.09-.363 1.194-.494a.07.07 0 0 0-.015-.097l-.435-.34c-.047-.047-.084-.021-.112.001-.07.057-.203.22-.626.237-.37.015-.7-.205-.745-.576h2.03a.07.07 0 0 0 .069-.065c.006-.082.006-.142.006-.196 0-.897-.644-1.363-1.377-1.363m11.652 0c-.812 0-1.472.637-1.472 1.446 0 .81.66 1.447 1.472 1.447s1.472-.638 1.472-1.447-.66-1.446-1.472-1.446m3.229 0c-.812 0-1.472.637-1.472 1.446 0 .81.66 1.447 1.472 1.447s1.472-.638 1.472-1.447-.66-1.446-1.472-1.446m3.314.028a.745.745 0 0 0-.695.476v-.374a.07.07 0 0 0-.069-.069h-.628a.07.07 0 0 0-.07.07v2.632a.07.07 0 0 0 .07.069h.628a.07.07 0 0 0 .07-.07v-1.255c0-.454.24-.737.604-.737.092 0 .175.013.26.035A.07.07 0 0 0 24 11.85v-.624a.07.07 0 0 0-.056-.068 1 1 0 0 0-.201-.02m-16.666.033a.069.069 0 0 0-.058.108l.88 1.305L7 13.832a.07.07 0 0 0 .056.11h.745a.07.07 0 0 0 .056-.03l.564-.79.563.79a.07.07 0 0 0 .056.03h.74a.069.069 0 0 0 .057-.11l-.899-1.248.88-1.305a.069.069 0 0 0-.058-.108h-.738a.07.07 0 0 0-.058.03l-.548.818-.549-.817a.07.07 0 0 0-.057-.03zm-1.552.565c.286 0 .566.155.633.482h-1.31c.073-.338.392-.482.677-.482m8.412.067c.42 0 .705.321.705.753 0 .433-.285.754-.705.754s-.705-.321-.705-.754c0-.432.285-.753.705-.753m3.263.016c.403 0 .694.31.694.737s-.291.737-.694.737-.7-.31-.7-.737c0-.426.297-.737.7-.737m3.229 0c.403 0 .694.31.694.737s-.291.737-.694.737-.7-.31-.7-.737c0-.426.297-.737.7-.737"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nextdotjs.svg b/mkdocs-material/material/templates/.icons/simple/nextdotjs.svg new file mode 100644 index 0000000..544f2a8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nextdotjs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.665 21.978A11.94 11.94 0 0 1 12 24C5.377 24 0 18.623 0 12S5.377 0 12 0s12 5.377 12 12c0 3.583-1.574 6.801-4.067 9.001L9.219 7.2H7.2v9.596h1.615V9.251zm-3.332-8.533 1.6 2.061V7.2h-1.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nextra.svg b/mkdocs-material/material/templates/.icons/simple/nextra.svg new file mode 100644 index 0000000..7b5d872 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nextra.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.68 21.031c-4.98-4.98-4.98-13.083 0-18.063l.978-.978c.22-.22.342-.513.342-.825s-.122-.604-.342-.824c-.44-.441-1.207-.44-1.648 0l-.979.978c-4.98 4.98-13.084 4.98-18.063 0L1.99.34a1.17 1.17 0 0 0-1.649 0 1.17 1.17 0 0 0 0 1.649l.978.978c4.98 4.98 4.98 13.083 0 18.063l-.977.978c-.221.22-.342.513-.342.825 0 .31.121.604.341.824.442.443 1.21.441 1.65 0l.977-.977c4.98-4.983 13.083-4.98 18.064 0l.978.977c.22.22.513.342.824.342.312 0 .605-.122.824-.342.22-.22.342-.512.342-.824 0-.313-.122-.605-.342-.825l-.977-.978z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nextui.svg b/mkdocs-material/material/templates/.icons/simple/nextui.svg new file mode 100644 index 0000000..e3e4e9d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nextui.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.353 0h11.294A6.353 6.353 0 0 1 24 6.353v11.294A6.353 6.353 0 0 1 17.647 24H6.353A6.353 6.353 0 0 1 0 17.647V6.353A6.353 6.353 0 0 1 6.353 0m7.755 6.913h-.933v6.702a2.9 2.9 0 0 1-.362 1.45c-.24.424-.596.77-1.025 1q-.664.366-1.553.365-.888 0-1.55-.364a2.6 2.6 0 0 1-1.024-1 2.87 2.87 0 0 1-.365-1.45V6.912h-.933v6.767a3.56 3.56 0 0 0 .489 1.862c.327.547.798.994 1.362 1.292q.873.474 2.021.474 1.154 0 2.024-.471a3.47 3.47 0 0 0 1.36-1.293c.33-.565.5-1.21.49-1.864zm3.648 10.22V6.914h-.933v10.22h.933Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nexusmods.svg b/mkdocs-material/material/templates/.icons/simple/nexusmods.svg new file mode 100644 index 0000000..e8b7b54 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nexusmods.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.376 0c-.993 0-2.18.686-2.907 1.182-1.676-.36-4.036-.545-6.787.635-1.365-.513-2.425-.562-3.32-.488a2.16 2.16 0 0 0-1.27.429c-.33.22-2.788 2.69-3.069 4.652C-.15 7.508.68 8.932 1.218 9.718c-.44 1.76-.2 4.572.517 6.188-.353 1.041-.713 2.089-.664 3.205.01.584.061 1.188.398 1.684C1.72 21.19 4.528 24 6.545 24c.957 0 1.93-.428 3.07-1.24 2.16.383 4.402.348 6.448-.532 2.573 1.001 4.224.625 4.84.162.587-.457 2.826-2.915 3.07-4.622.1-.672-.023-1.638-1.226-3.397a11 11 0 0 0-.501-6.455c.396-1.069.673-2.188.59-3.337-.015-.68-.221-1.167-.487-1.507-.209-.335-2.415-2.39-4.028-2.91A3.1 3.1 0 0 0 17.376 0m-.03 2.082c.65.015 2.155 1.093 3.01 1.906l.355.34c-.959-.163-2.125.428-3.26 1.55a10.3 10.3 0 0 0-1.358 1.595c-.28.384-.517.768-.753 1.285l1.18.635-3.895 1.477-1.122-4.18 1.033.547c1.358-3.102 2.524-3.973 3.232-4.416h.015a5.1 5.1 0 0 1 1.49-.724zM12 3.065a9 9 0 0 1 2.22.279 8 8 0 0 0-.42.488 8.4 8.4 0 0 0-1.8-.196 8.34 8.34 0 0 0-5.897 2.432 8 8 0 0 1-.37-.433A8.9 8.9 0 0 1 12 3.065m-7.076.305c.71-.002 1.309.127 2.2.466a9.5 9.5 0 0 0-1.713 1.337c-.327-.542-.624-1.156-.488-1.803m-.606.042c-.162.96.428 2.126 1.55 3.264.457.487 1.003.945 1.594 1.358.383.281.767.517 1.283.754l.62-1.182 1.49 3.914-4.176 1.122.546-1.033c-3.099-1.36-3.969-2.526-4.412-3.235v-.015a5.1 5.1 0 0 1-.723-1.491l-.015-.074c.015-.65 1.092-2.156 1.904-3.013Zm16.035 1.483a1.3 1.3 0 0 1 .26.015l.14.023a5 5 0 0 1-.13 1.137v.015q-.152.574-.377 1.148a9.5 9.5 0 0 0-1.346-1.776c.547-.357 1.051-.546 1.453-.562M18.43 5.8a8.9 8.9 0 0 1 2.506 6.2 9 9 0 0 1-.27 2.183 8 8 0 0 0-.488-.425A8.4 8.4 0 0 0 20.364 12 8.33 8.33 0 0 0 18 6.173a8 8 0 0 1 .429-.373M3.315 9.905q.235.222.488.425A8.4 8.4 0 0 0 3.636 12c0 2.248.887 4.286 2.327 5.788a8 8 0 0 1-.426.376A8.9 8.9 0 0 1 3.065 12a9 9 0 0 1 .25-2.095m13.988 1.541-.546 1.034c3.098 1.359 3.969 2.526 4.412 3.235v.014c.34.488.575.99.723 1.492l.014.074c-.014.65-1.092 2.156-1.903 3.013l-.34.354c.163-.96-.427-2.127-1.549-3.264a10.3 10.3 0 0 0-1.594-1.359 7 7 0 0 0-1.283-.753l-.605 1.152-1.505-3.87zm-6.006 1.684 1.121 4.18-1.033-.547c-1.357 3.102-2.523 3.973-3.231 4.416h-.015c-.487.34-.989.576-1.49.724l-.074.015c-.65-.015-2.154-1.093-3.01-1.906l-.354-.34c.959.163 2.124-.428 3.26-1.55.488-.458.945-1.004 1.358-1.595.28-.384.517-.768.753-1.285l-1.166-.635ZM3.72 16.663A9.5 9.5 0 0 0 5.086 18.5c-.697.47-1.33.665-1.777.59l-.138-.024c0-.367.038-.748.128-1.137v-.015c.11-.417.254-.835.42-1.252m14.131 1.314q.194.21.372.43A8.9 8.9 0 0 1 12 20.936a9 9 0 0 1-2.282-.296 8 8 0 0 0 .417-.487 8.34 8.34 0 0 0 7.716-2.175m.696.889c.43.666.607 1.267.534 1.698l-.023.138a5 5 0 0 1-1.136-.128h-.014a11 11 0 0 1-1.114-.366 9.5 9.5 0 0 0 1.753-1.342"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nfc.svg b/mkdocs-material/material/templates/.icons/simple/nfc.svg new file mode 100644 index 0000000..95cb0fd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nfc.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.958 1.98C23.895 1 23.143.256 22.145.197c-1.102-.066-4.668-.12-5.693-.12 1.832 1.264 2.082 3.644 2.255 8.066.101 2.62.01 11.799.002 12.188l-.049 2.504-9.628-9.63v-3.014l7.656 7.658c.02-1.516.04-3.492.04-5.299 0-1.76-.026-3.354-.076-4.193-.288-4.819-.737-7.077-3.253-7.962-.77-.27-1.487-.335-2.683-.351C9.728.032 2.848.037 1.854.091.8.147.09.914.042 1.9c-.048.977-.064 19.174 0 20.165.062.98.815 1.724 1.812 1.782 1.102.067 4.668.075 5.694.075-1.832-1.264-2.083-3.643-2.255-8.066-.1-2.62-.009-11.8 0-12.188l.047-2.504 9.629 9.63v3.013L7.312 6.152c-.02 1.514-.04 3.49-.04 5.298 0 1.76.026 3.354.077 4.192.288 4.82.736 7.077 3.252 7.962.77.271 1.487.337 2.683.352.987.012 7.868.006 8.861-.047 1.056-.056 1.765-.822 1.813-1.811.048-.976.064-19.127 0-20.118"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nginx.svg b/mkdocs-material/material/templates/.icons/simple/nginx.svg new file mode 100644 index 0000000..5685abc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nginx.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0 1.605 6v12L12 24l10.395-6V6zm6 16.59c0 .705-.646 1.29-1.529 1.29-.631 0-1.351-.255-1.801-.81l-6-7.141v6.66c0 .721-.57 1.29-1.274 1.29H7.32c-.721 0-1.29-.6-1.29-1.29V7.41c0-.705.63-1.29 1.5-1.29.646 0 1.38.255 1.83.81l5.97 7.141V7.41c0-.721.6-1.29 1.29-1.29h.075c.72 0 1.29.6 1.29 1.29v9.18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nginxproxymanager.svg b/mkdocs-material/material/templates/.icons/simple/nginxproxymanager.svg new file mode 100644 index 0000000..912f613 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nginxproxymanager.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.008 0A823 823 0 0 0 1.59 6.043V18c3.578 2.087 7.238 4.274 10.418 6 3.928-2.267 6.71-3.868 10.402-6v-3.043l-1.045.6v1.8l-1.545.9-1.56-.9v-1.8l1.56-.885v-.002l.268.156a8 8 0 0 0 .404-1.754v-.002a9 9 0 0 0 .072-1.072 10 10 0 0 0-.072-1.127 9 9 0 0 0-.515-1.97v-.003a8.1 8.1 0 0 0-1.301-2.242 7 7 0 0 0-.615-.699 10 10 0 0 0-.846-.728 8 8 0 0 0-1.902-1.116 5 5 0 0 0-.586-.213v-.957q.616.177 1.2.442a9.2 9.2 0 0 1 1.618.943 9.4 9.4 0 0 1 1.158.986q.409.416.774.872c.532.686.97 1.44 1.302 2.244h-.002a9.5 9.5 0 0 1 .645 2.613q.061.476.056.957c0 .314-.014.614-.043.914-.082.838-.37 1.786-.542 2.373l.472.27 1.045-.602V8.986l-1.303-.742v-.002l1.303.744V6c-3.56-2.057-7.212-4.154-10.402-6m8.08 14.826c-.02.052.003.002.004.002zM12.035 1.213l1.56.9v1.801l-1.56.885-1.545-.885h-.002v-.328a8.5 8.5 0 0 0-1.744.516 8.2 8.2 0 0 0-1.889 1.07l-.001.002a7 7 0 0 0-.9.783 9 9 0 0 0-.616.672 8.8 8.8 0 0 0-1.3 2.228l.228.127 1.287-.742 1.203.686c1.929-1.112 3.397-1.961 5.252-3.014l.027.014c1.926 1.114 3.398 1.955 5.238 3.029.028 1.997.014 4.064.014 6.086-1.874 1.084-3.753 2.16-5.28 3.043a860 860 0 0 1-5.294-3.043V8.957l.043-.027-1.203-.688-1.287.744-.229-.129h-.002a8.4 8.4 0 0 0-.53 2.057q-.067.54-.07 1.086.003.517.07 1.027v.002c.015.215.06.429.102.643l-.83.484a7 7 0 0 1-.2-1.199A7 7 0 0 1 2.52 12c0-.329.028-.672.056-1a9.8 9.8 0 0 1 .658-2.6 9.4 9.4 0 0 1 1.303-2.244c.243-.3.5-.57.758-.842q.556-.558 1.203-1.013-1.823-.125 0-.002a9.4 9.4 0 0 1 1.645-.942 9.9 9.9 0 0 1 2.347-.7l-.002-.542-1.043-.601 1.045.6zm0 .773-.887.514v1.027l.887.516.887-.516V2.5Zm-.03 6.928c-.935.532-1.888 1.084-2.689 1.543v3.086c.933.535 1.892 1.095 2.692 1.557.926-.565 1.865-1.093 2.676-1.557v-3.086c-.945-.542-1.857-1.074-2.678-1.543Zm-7.74 5.758 1.546.885v1.8l-.329.186q.219.266.471.5.417.432.902.785a8 8 0 0 0 1.83 1.059h.002a8.1 8.1 0 0 0 2.061.57q.626.087 1.258.086a8.4 8.4 0 0 0 1.332-.1 8.6 8.6 0 0 0 2.017-.572 8 8 0 0 0 1.86-1.1c.172-.114.315-.242.472-.37l.83.47a10 10 0 0 1-.945.787l.946.541 1.302-.756-1.302.758-.946-.543c-.516.37-1.067.69-1.644.955l-.002.002a9.5 9.5 0 0 1-2.588.756q-.662.086-1.33.086a12 12 0 0 1-1.26-.072v.002a9.4 9.4 0 0 1-2.605-.744 9 9 0 0 1-1.688-.971 9.6 9.6 0 0 1-1.775-1.658h-.002l-.412.244-1.56-.9v-1.801zm0 .756-.886.515v1.028l.887.515.886-.515v-1.028zm15.555 0-.902.515v1.028l.902.515.887-.515v-1.028z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ngrok.svg b/mkdocs-material/material/templates/.icons/simple/ngrok.svg new file mode 100644 index 0000000..6e4ec87 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ngrok.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.951 7.598v6.713h1.463v-1.69l1.61 1.69H24v-.08l-2.123-2.153 2.002-1.846v-.07H21.95l-1.537 1.496v-4.06zm-2.93 2.41a2.63 2.63 0 0 0-1.787.635 2.05 2.05 0 0 0-.703 1.556c-.002.75.311 1.287.7 1.643.526.478 1.221.626 1.767.623.666 0 1.34-.195 1.805-.62.521-.483.713-1.029.713-1.607 0-.73-.31-1.247-.71-1.603-.553-.475-1.202-.628-1.785-.627m-9.062.039c-1.188-.005-2.1.977-2.104 2.25-.004 1.296.908 2.108 2.032 2.096.664.002.983-.244 1.308-.541v1.193h-1.37l-1.03 1.158v.2H9.66v-6.24H8.195v.435c-.381-.408-.772-.542-1.236-.551m-4.805.11-.691.786v-.771H0v4.15h1.463v-2.799c.547.002 1.023-.002 1.49-.003v2.802h1.465v-2.595c-.004-.547-.1-.819-.307-1.061a1.43 1.43 0 0 0-.914-.51zm8.114.005v4.15h1.468l.002-2.779h1.065l1.164-1.314v-.057h-1.598l-.635.715v-.715zm-2.946 1.115c.504 0 .96.444.948.948a.956.956 0 0 1-.948.945c-.523 0-.931-.403-.947-.945-.002-.52.443-.94.947-.948m8.703.001c.525 0 .94.434.944.95-.027.544-.42.95-.944.95s-.934-.417-.95-.95a.955.955 0 0 1 .95-.95"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ngrx.svg b/mkdocs-material/material/templates/.icons/simple/ngrx.svg new file mode 100644 index 0000000..c8ed836 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ngrx.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.024.017V0L12 .008 11.976 0v.017L.812 3.892l1.605 14.875 9.559 5.207V24l.024-.013.024.013v-.026l9.559-5.207 1.605-14.875zm6.868 14.244q-1.64 3.948-6.031 4.166c-2.829 0-4.661-1.7-4.66-1.7q-1.745-1.359-2.398-3.417c-.695-.76-.702-.841-.774-1.145-.072-.303.045-.388.249-.685q.204-.298.098-.85-.26-.36-.3-1.128 0-.37.496-.783.495-.413.607-.632.083-.119.065-1.031-.006-.897.995-.975c1-.08 1.565-.832 1.879-1.174.21-.228.52-.339.91-.341.551-.026 1.052.185 1.484.62 1.075-.055 2.176.235 3.292.863q2.379 1.414 2.596 3.055-.257 2.158-5.788-.113-2.895.819-2.846 3.552 0 2.508 2.422 3.643c-.787-.772-1.122-1.422-1.01-1.959q2.456 2.906 5.588 2.173c-.92.032-1.65-.264-2.198-.893q2.116-.05 3.998-1.972c-.724.576-1.482.794-2.284.657q3.26-2.563 2.307-5.98l-.002-.006a3.02 3.02 0 0 1 .788 2.03q.023 1.175-.795 2.477.613-.478 1.413-2.047c.23 2.117-.625 3.724-2.574 4.825q.934-.085 2.473-1.23m-5.567-6.63a.319.319 0 1 1 .638 0 .319.319 0 0 1-.638 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nhl.svg b/mkdocs-material/material/templates/.icons/simple/nhl.svg new file mode 100644 index 0000000..87f327c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nhl.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.455 0 4.61 2.314c-.262.72-.693 1.172-1.277 1.344l-1.914.565.812 1.843c.376.851.567 1.738.567 2.64 0 2.49-1.272 3.06-1.272 5.827 0 3.988 3.083 6.597 5.948 7.334 1.448.353 1.886.375 3.193.697L12 24l1.334-1.436c1.308-.322 1.744-.344 3.191-.697 2.865-.737 5.95-3.346 5.95-7.334 0-2.767-1.272-3.336-1.272-5.828 0-.9.191-1.788.567-2.639l.812-1.843-1.914-.565c-.585-.172-1.014-.624-1.277-1.344L18.545 0l-1.887 1.563c-.5.414-1.006.623-1.506.623-.668 0-1.429-.326-1.937-.829L12 .157l-1.215 1.2c-.508.503-1.269.829-1.937.829-.5 0-1.006-.21-1.506-.623zm.14.523 1.546 1.28c.508.42 1.09.697 1.707.697.827 0 1.646-.414 2.158-.92L12 .596l.996.984c.512.506 1.33.92 2.156.92.617 0 1.199-.276 1.707-.697l1.545-1.28.694 1.899c.298.817.796 1.335 1.48 1.537l1.572.463-.668 1.517a6.9 6.9 0 0 0-.591 2.766c0 2.591 1.271 3.108 1.271 5.828 0 3.643-2.711 6.257-5.713 7.03-1.484.375-2.177.413-3.283.722C13.022 22.436 12 23.54 12 23.54s-1.022-1.103-1.166-1.254c-1.106-.31-1.797-.347-3.281-.723-3.003-.772-5.715-3.386-5.715-7.029 0-2.72 1.271-3.237 1.271-5.828a6.9 6.9 0 0 0-.591-2.766L1.85 4.422l1.572-.463c.685-.202 1.183-.72 1.482-1.537L5.596.523zM12 1.607s-1.25 1.616-3.152 1.616c-1.475 0-2.93-1.498-2.93-1.498-.658 2.949-3.084 3.16-3.084 3.16s.988 1.746.988 3.814c0 2.654-1.27 3.406-1.27 5.834 0 2.675 1.833 5.482 5.178 6.328 1.59.402 2.687.504 3.495.795.103.097.775.826.775.826s.672-.729.775-.826c.808-.291 1.905-.393 3.495-.795 3.344-.846 5.177-3.653 5.177-6.328 0-2.428-1.267-3.18-1.267-5.834 0-2.068.986-3.814.986-3.814s-2.426-.211-3.084-3.16c0 0-1.455 1.498-2.93 1.498C13.251 3.223 12 1.607 12 1.607m0 1.01s1.258 1.33 3.152 1.33c1.512 0 2.608-1.021 2.608-1.021.769 2.09 2.42 2.422 2.42 2.422s-.715 1.459-.715 3.351c0 2.809 1.27 3.623 1.27 5.834 0 3.091-2.41 5.058-4.643 5.625-1.769.45-2.925.5-3.701.875 0 0-.284.258-.391.377-.107-.119-.389-.377-.389-.377-.776-.375-1.934-.426-3.703-.875-2.233-.567-4.642-2.534-4.642-5.625 0-2.211 1.27-3.025 1.27-5.834 0-1.892-.716-3.351-.716-3.351s1.651-.333 2.42-2.422c0 0 1.096 1.021 2.608 1.021 1.894 0 3.152-1.33 3.152-1.33m0 1.06c-.632.465-1.737 1.08-3.152 1.08-.934 0-1.729-.315-2.29-.628A4.5 4.5 0 0 1 4.862 5.79c.224.67.485 1.708.485 2.908 0 2.313-.79 3.396-1.123 4.705l11.582-8.697q-.314.05-.653.05c-1.414 0-2.52-.615-3.152-1.08zm5.674.805L4.08 14.69c.065 2.008 1.362 3.472 2.844 4.233l11.828-8.883a9 9 0 0 1-.098-1.34c0-1.2.26-2.237.485-2.908a4.4 4.4 0 0 1-1.465-1.309zm-1.666 2.153v3.398l1.8-1.351s-.06.433 0 1.164l-2.822 2.12V8.304c0-.518-.494-.532-.494-.532l1.516-1.136zm-1.871 1.404v4.565l-.975.73v-1.668l-1.121.842v1.67l-1.023.767v-3.662c0-.518-.495-.531-.495-.531l1.518-1.139V11.3l1.121-.842V8.77zm4.838 3.012L7.949 19.33q.079.022.158.042c1.401.357 3.116.54 3.633.836.117.085.26.236.26.236s.143-.15.26-.236c.517-.296 2.232-.48 3.633-.836 1.941-.493 4.03-2.216 4.03-4.84 0-1.307-.573-2.168-.948-3.482zm-8.852.002v4.564l-1.053.791-1.133-1.738v2.59l-.996.746v-3.662c0-.518-.494-.531-.494-.531l1.41-1.06L9.13 14.7v-2.898l.994-.748zm10.346 9.799a.818.818 0 1 0 0 1.637.818.818 0 0 0 0-1.637m0 .175a.643.643 0 1 1 0 1.285.643.643 0 0 1 0-1.285m-.336.176v.934h.176v-.38h.125l.177.38h.194l-.184-.395a.28.28 0 0 0 .184-.262.277.277 0 0 0-.278-.277zm.176.176h.218a.101.101 0 1 1 0 .203h-.218z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nicehash.svg b/mkdocs-material/material/templates/.icons/simple/nicehash.svg new file mode 100644 index 0000000..095ea12 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nicehash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 24c6.627 0 12-5.373 12-12h-8a4 4 0 0 1-8 0H0c0 6.627 5.373 12 12 12M8 4a4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4 4 4 0 0 1 4 4m4-4h12v8H12Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/niconico.svg b/mkdocs-material/material/templates/.icons/simple/niconico.svg new file mode 100644 index 0000000..8fe6a15 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/niconico.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.479 7.534v12.128A2.02 2.02 0 0 0 2.5 21.683h2.389l1.323 2.095a.48.48 0 0 0 .404.22.48.48 0 0 0 .441-.22l1.323-2.095h6.983l1.323 2.095a.48.48 0 0 0 .44.22c.185 0 .332-.073.405-.22l1.323-2.095H21.5a2.02 2.02 0 0 0 2.022-2.021V7.534A2.02 2.02 0 0 0 21.5 5.549h-7.68l4.446-4.447L17.164 0l-5.146 5.145L6.8 0 5.697 1.103l4.41 4.41h-7.57A2.02 2.02 0 0 0 .479 7.57z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nike.svg b/mkdocs-material/material/templates/.icons/simple/nike.svg new file mode 100644 index 0000000..3eec228 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nike.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 7.8 6.442 15.276q-2.184.925-3.668.925-1.68 0-2.437-1.177-.475-.756-.28-1.918.196-1.162 1.036-2.478.7-1.065 2.297-2.8a6.1 6.1 0 0 0-.784 1.848q-.42 1.792.756 2.632.56.392 1.54.392.783 0 1.764-.252z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nikon.svg b/mkdocs-material/material/templates/.icons/simple/nikon.svg new file mode 100644 index 0000000..b47c587 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nikon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.267 8.681c-.69 0-1.054.463-1.054.873 0 .144.032.653.949.653.762 0 1.057-.488 1.057-.854 0-.244-.2-.672-.952-.672m-6.87.215L0 15.146h1.72c.194-1 .455-2.056.711-3.138l1.206 3.136H5.27L6.681 8.9H5l-.715 3.176-1.18-3.18Zm8.587.004L8.6 15.144h1.663l.558-2.375.703 2.375h1.705l-.707-2.508 1.715-2.08h-1.91l-1.38 1.664.743-3.32zm6.608 1.465c-2.582 0-2.962 2.01-3.034 2.379-.19.93.02 2.137 1.235 2.457.8.21 2.051.187 2.855-.47.736-.6 1.1-1.619 1.088-2.575-.012-.92-.79-1.791-2.144-1.791m6.193.072c-.573.038-1.156.35-1.486.807.044-.188.088-.404.14-.658h-1.7l-.999 4.558h1.695l.563-2.586c.104-.476.488-.68.826-.591.146.04.35.15.281.548l-.574 2.63h1.674l.767-3.51a.96.96 0 0 0-.627-1.14 1.6 1.6 0 0 0-.56-.058m-15.66.121-1.02 4.586h1.676l1.022-4.586zm9.23 1.104c.372-.002.472.218.44.426-.09.545-.245 1.081-.362 1.539-.082.254-.321.4-.601.4-.286 0-.458-.178-.432-.406.04-.384.286-1.357.356-1.549.12-.334.451-.408.6-.41z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nim.svg b/mkdocs-material/material/templates/.icons/simple/nim.svg new file mode 100644 index 0000000..f728da6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nim.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.095 3.2s-.92.778-1.857 1.55c-.964-.032-2.856.199-3.88.598C5.412 4.708 4.582 4 4.582 4s-.709 1.305-1.154 2.07c-.662.377-1.325.8-1.917 1.36A82 82 0 0 1 0 6.77c.911 1.967 1.524 3.936 3.19 5.12 2.654-4.483 14.983-4.07 17.691-.025 1.75-.977 2.43-3.078 3.119-5.018-.075.026-1.012.362-1.619.61-.363-.423-1.217-1.072-1.702-1.385a96 96 0 0 0-1.131-2.122s-.794.632-1.715 1.322c-1.243-.246-2.747-.544-4.012-.47A53 53 0 0 1 12.095 3.2M.942 10.95l2.189 5.67c3.801 5.367 13.508 5.74 17.74.105 1.001-2.415 2.352-5.808 2.352-5.808-1.086 1.72-2.852 2.909-3.94 3.549-.774.453-2.558.727-2.558.727l-4.684-2.597-4.71 2.545s-1.761-.303-2.558-.701c-1.608-.92-2.69-2.004-3.83-3.49z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nintendo.svg b/mkdocs-material/material/templates/.icons/simple/nintendo.svg new file mode 100644 index 0000000..a9d1fb8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nintendo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m4.447 12.546-1.202-1.942h-.864v2.793h.864v-1.942l1.202 1.942h.856v-2.793H4.44zm6.828-1.001v-.279h-.451v-.376h-.841v.376h-.458v.279h.458v1.852h.841v-1.852zm-5.491 1.844h.834v-1.852h-.834zm0-2.213h.841v-.572h-.841zm14.663.233c-.676 0-1.224.467-1.224 1.039s.548 1.039 1.224 1.039 1.225-.467 1.225-1.039-.549-1.039-1.225-1.039m.338 1.431c0 .293-.173.414-.338.414s-.346-.121-.346-.414v-.783c0-.294.173-.414.346-.414.165 0 .338.12.338.414zm-2.659-1.212a1.1 1.1 0 0 0-.473-.166c-.601-.053-1.067.482-1.067.971 0 .648.496.881.571.919.285.128.646.135.961-.068v.105h.827v-2.785h-.827c.008 0 .008.595.008 1.024m.008.828v.331c0 .286-.196.361-.331.361s-.331-.075-.331-.361v-.662c0-.287.196-.362.331-.362.128 0 .33.075.33.362zm-9.556-1.001a1.02 1.02 0 0 0-.668.278v-.196h-.834v1.852h.834V12.17c0-.158.172-.339.398-.339.225 0 .383.181.383.339v1.219h.834v-1.008c0-.731-.631-.942-.947-.926m6.798 0a1 1 0 0 0-.668.278v-.196h-.834v1.852h.834V12.17c0-.158.173-.339.398-.339s.383.181.383.339v1.219h.834v-1.008c0-.731-.631-.942-.947-.926m-1.75 1.016c0-.572-.556-1.054-1.232-1.054-.683 0-1.232.467-1.232 1.039s.549 1.039 1.232 1.039c.564 0 1.044-.324 1.187-.76h-.834v.112c0 .339-.225.414-.345.414-.128 0-.353-.075-.353-.413v-.385zm-1.517-.655a.35.35 0 0 1 .293-.166c.112 0 .225.053.293.166.052.09.052.203.052.361h-.698c0-.158.007-.263.06-.361m9.893-.866q0-.135-.203-.135h-.188v.474h.113v-.196h.06l.09.196h.128l-.105-.211c.067-.022.105-.068.105-.128m-.218.068h-.06v-.136h.052q.104 0 .105.068c0 .053-.029.068-.097.068m.007-.392a.433.433 0 0 0-.428.43c0 .233.196.429.429.429a.429.429 0 0 0 0-.859zm0 .776a.35.35 0 0 1-.345-.346.35.35 0 0 1 .346-.347.35.35 0 0 1 .345.347.35.35 0 0 1-.345.346zm-.938-2.364H3.132C1.254 9.03 0 10.386 0 12.004s1.254 2.959 3.14 2.959h17.72c1.886 0 3.14-1.34 3.14-2.959-.007-1.618-1.269-2.966-3.147-2.966m-.008 5.202H3.14c-1.495.008-2.404-1.001-2.404-2.236s.917-2.228 2.404-2.236h17.705c1.487 0 2.404 1.001 2.404 2.236s-.909 2.236-2.404 2.236"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nintendo3ds.svg b/mkdocs-material/material/templates/.icons/simple/nintendo3ds.svg new file mode 100644 index 0000000..bd85a53 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nintendo3ds.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.653 16.63a.712.712 0 1 0 1.424 0 .712.712 0 1 0-1.424 0m-9.45 4.238h7.575c.3 0 .524-.225.544-.524v-5.175c-.02-.282-.263-.525-.544-.507H8.203a.54.54 0 0 0-.544.525v5.156c0 .301.244.525.544.525m13.051-3.525a.73.73 0 0 0 .73-.729.73.73 0 1 0-.73.729m-1.443-.019a.714.714 0 1 0 .001 1.427.714.714 0 0 0-.001-1.427m-.713-2.137a.712.712 0 1 0 1.424 0 .712.712 0 1 0-1.424 0M2.54 16.612a1.65 1.65 0 1 0 3.3 0 1.65 1.65 0 1 0-3.3 0M21.272 0H2.728A2.73 2.73 0 0 0-.01 2.72v18.542C.009 22.781 1.228 24 2.728 24h18.526a2.753 2.753 0 0 0 2.756-2.719V2.737C23.991 1.219 22.772 0 21.272 0m1.913 21.281a1.92 1.92 0 0 1-1.912 1.912H2.728a1.92 1.92 0 0 1-1.913-1.912v-8.456h22.369zm0-9.694H.815v-8.85A1.92 1.92 0 0 1 2.728.824h18.544c1.049 0 1.912.863 1.912 1.913zm-5.775-8.475H6.534c-.3 0-.544.263-.544.563V9.15c0 .3.226.563.544.563h10.875a.55.55 0 0 0 .544-.563V3.656a.543.543 0 0 0-.544-.544"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nintendogamecube.svg b/mkdocs-material/material/templates/.icons/simple/nintendogamecube.svg new file mode 100644 index 0000000..01171a0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nintendogamecube.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m6.816 15.126 4.703 2.715v-5.433L6.814 9.695v5.432zm-2.025 1.168 6.73 3.882v3.82l-10.04-5.79V6.616l3.31 1.91v7.769zM12 6.145 7.298 8.863 12 11.579l4.704-2.717L12 6.146zm0-2.332 5.659 3.274 3.31-1.91L12 0 1.975 5.79 5.28 7.695zm7.207 12.48v-3.947l-2.023 1.167v1.614l-4.703 2.715v.005-5.436L22.518 6.62v11.587L12.48 24v-3.817l6.727-3.887z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nintendoswitch.svg b/mkdocs-material/material/templates/.icons/simple/nintendoswitch.svg new file mode 100644 index 0000000..a68c309 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nintendoswitch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.176 24h3.674c3.376 0 6.15-2.774 6.15-6.15V6.15C24 2.775 21.226 0 17.85 0H14.1c-.074 0-.15.074-.15.15v23.7c-.001.076.075.15.226.15m4.574-13.199c1.351 0 2.399 1.125 2.399 2.398 0 1.352-1.125 2.4-2.399 2.4-1.35 0-2.4-1.049-2.4-2.4-.075-1.349 1.05-2.398 2.4-2.398M11.4 0H6.15C2.775 0 0 2.775 0 6.15v11.7C0 21.226 2.775 24 6.15 24h5.25c.074 0 .15-.074.15-.149V.15c.001-.076-.075-.15-.15-.15M9.676 22.051H6.15a4.194 4.194 0 0 1-4.201-4.201V6.15A4.194 4.194 0 0 1 6.15 1.949H9.6zM3.75 7.199c0 1.275.975 2.25 2.25 2.25s2.25-.975 2.25-2.25c0-1.273-.975-2.25-2.25-2.25s-2.25.977-2.25 2.25"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nissan.svg b/mkdocs-material/material/templates/.icons/simple/nissan.svg new file mode 100644 index 0000000..56ef479 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nissan.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.576 14.955-.01.028c-1.247 3.643-4.685 6.086-8.561 6.086s-7.32-2.448-8.562-6.09l-.01-.029H.71v.329l1.133.133c.7.08.847.39 1.038.78l.048.096c1.638 3.495 5.204 5.752 9.08 5.752s7.443-2.257 9.081-5.747l.048-.095c.19-.39.338-.7 1.038-.781l1.134-.134v-.328zM3.443 9.012c1.247-3.643 4.686-6.09 8.562-6.09s7.319 2.447 8.562 6.09l.01.028h2.728v-.328l-1.134-.133c-.7-.081-.847-.39-1.038-.781l-.047-.096C19.448 4.217 15.88 1.96 12.005 1.96c-3.881 0-7.443 2.257-9.081 5.752l-.048.095c-.19.39-.338.7-1.038.781l-1.133.133v.329h2.724zm13.862 1.586-1.743 2.795h.752l.31-.5h2.033l.31.5h.747l-1.743-2.795zm1.033 1.766h-1.395l.7-1.124zm2.81-1.066 2.071 2.095H24v-2.795h-.614v2.085l-2.062-2.085h-.795v2.795h.619zM0 13.393h.619v-2.095l2.076 2.095h.781v-2.795h-.619v2.085L.795 10.598H0zm4.843-2.795h.619v2.795h-.62zm4.486 2.204c-.02.005-.096.005-.124.005H6.743v.572h2.5c.019 0 .167 0 .195-.005.51-.048.743-.472.743-.843 0-.381-.243-.79-.705-.833-.09-.01-.166-.01-.2-.01H7.643a1 1 0 0 1-.181-.014c-.129-.034-.176-.148-.176-.243 0-.086.047-.2.18-.238a.7.7 0 0 1 .172-.014h2.357v-.562H7.6c-.1 0-.176.004-.238.014a.79.79 0 0 0-.695.805c0 .343.214.743.685.81.086.009.205.009.258.009H9.2c.029 0 .1 0 .114.005.181.023.243.157.243.276a.26.26 0 0 1-.228.266m4.657 0c-.02.005-.096.005-.129.005H11.4v.572h2.5c.019 0 .167 0 .195-.005.51-.048.743-.472.743-.843 0-.381-.243-.79-.705-.833-.09-.01-.166-.01-.2-.01H12.3a1 1 0 0 1-.181-.014c-.129-.034-.176-.148-.176-.243 0-.086.047-.2.18-.238a.7.7 0 0 1 .172-.014h2.357v-.562h-2.395c-.1 0-.176.004-.238.014a.79.79 0 0 0-.695.805c0 .343.214.743.686.81.085.009.204.009.257.009h1.59c.029 0 .1 0 .114.005.181.023.243.157.243.276a.27.27 0 0 1-.228.266"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nixos.svg b/mkdocs-material/material/templates/.icons/simple/nixos.svg new file mode 100644 index 0000000..dcc7ca9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nixos.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m7.352 1.592-1.364.002L5.32 2.75l1.557 2.713-3.137-.008-1.32 2.34h11.69l-1.353-2.332-3.192-.006-2.214-3.865zm6.175 0-2.687.025 5.846 10.127 1.341-2.34-1.59-2.765 2.24-3.85-.683-1.182h-1.336l-1.57 2.705-1.56-2.72zm6.887 4.195-5.846 10.125 2.696-.008 1.601-2.76 4.453.016.682-1.183-.666-1.157-3.13-.008L21.778 8.1l-1.365-2.313zM9.432 8.086l-2.696.008-1.601 2.76-4.453-.016L0 12.02l.666 1.157 3.13.008-1.575 2.71 1.365 2.315zM7.33 12.25l-.006.01-.002-.004-1.342 2.34 1.59 2.765-2.24 3.85.684 1.182H7.35l.004-.006h.001l1.567-2.698 1.558 2.72 2.688-.026-.004-.006h.01zm2.55 3.93 1.354 2.332 3.192.006 2.215 3.865 1.363-.002.668-1.156-1.557-2.713 3.137.008 1.32-2.34z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nodedotjs.svg b/mkdocs-material/material/templates/.icons/simple/nodedotjs.svg new file mode 100644 index 0000000..6dafd42 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nodedotjs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.998 24c-.321 0-.641-.084-.922-.247L8.14 22.016c-.438-.245-.224-.332-.08-.383.585-.203.703-.25 1.328-.604.065-.037.151-.023.218.017l2.256 1.339a.29.29 0 0 0 .272 0l8.795-5.076a.28.28 0 0 0 .134-.238V6.921a.28.28 0 0 0-.137-.242l-8.791-5.072a.28.28 0 0 0-.271 0L3.075 6.68a.28.28 0 0 0-.139.241v10.15a.27.27 0 0 0 .139.235l2.409 1.392c1.307.654 2.108-.116 2.108-.89V7.787c0-.142.114-.253.256-.253h1.115c.139 0 .255.112.255.253v10.021c0 1.745-.95 2.745-2.604 2.745-.508 0-.909 0-2.026-.551L2.28 18.675a1.86 1.86 0 0 1-.922-1.604V6.921c0-.659.353-1.275.922-1.603L11.075.236a1.93 1.93 0 0 1 1.848 0l8.794 5.082c.57.329.924.944.924 1.603v10.15a1.86 1.86 0 0 1-.924 1.604l-8.794 5.078c-.28.163-.599.247-.925.247m7.101-10.007c0-1.9-1.284-2.406-3.987-2.763-2.731-.361-3.009-.548-3.009-1.187 0-.528.235-1.233 2.258-1.233 1.807 0 2.473.389 2.747 1.607a.254.254 0 0 0 .247.199h1.141a.26.26 0 0 0 .186-.081.26.26 0 0 0 .067-.196c-.177-2.098-1.571-3.076-4.388-3.076-2.508 0-4.004 1.058-4.004 2.833 0 1.925 1.488 2.457 3.895 2.695 2.88.282 3.103.703 3.103 1.269 0 .983-.789 1.402-2.642 1.402-2.327 0-2.839-.584-3.011-1.742a.255.255 0 0 0-.253-.215h-1.137a.25.25 0 0 0-.254.253c0 1.482.806 3.248 4.655 3.248 2.788.001 4.386-1.096 4.386-3.013"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nodemon.svg b/mkdocs-material/material/templates/.icons/simple/nodemon.svg new file mode 100644 index 0000000..70abfbb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nodemon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22.33 7.851-.716-.398c1.101-1.569 1.758-3.927.934-7.453 0 0-1.857 5.029-5.59 4.863l-4.37-2.431a1.2 1.2 0 0 0-.536-.15h-.101a1.2 1.2 0 0 0-.538.15L7.042 4.863C3.309 5.03 1.452 0 1.452 0c-.825 3.526-.166 5.884.934 7.453l-.716.398a1.13 1.13 0 0 0-.589.988l.022 14.591c0 .203.109.392.294.491a.58.58 0 0 0 .584 0l5.79-3.204c.366-.211.589-.582.589-.987v-6.817c0-.406.223-.783.588-.984l2.465-1.372a1.2 1.2 0 0 1 .59-.154c.2 0 .407.05.585.154l2.465 1.372c.365.201.588.578.588.984v6.817c0 .405.226.779.59.987l5.788 3.204a.59.59 0 0 0 .589 0 .56.56 0 0 0 .292-.491l.019-14.591a1.13 1.13 0 0 0-.589-.988"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nodered.svg b/mkdocs-material/material/templates/.icons/simple/nodered.svg new file mode 100644 index 0000000..2911df2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nodered.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 0C1.338 0 0 1.338 0 3v6.107h2.858c1.092 0 1.97.868 1.964 1.96v.021c.812-.095 1.312-.352 1.674-.683.416-.382.69-.91 1.016-1.499.325-.59.71-1.244 1.408-1.723.575-.395 1.355-.644 2.384-.686v-.45c0-1.092.88-1.976 1.972-1.976h7.893c1.091 0 1.974.884 1.974 1.976v1.942c0 1.091-.883 2.029-1.974 2.029h-7.893c-1.092 0-1.972-.938-1.972-2.03v-.453c-.853.037-1.408.236-1.798.504-.48.33-.774.802-1.086 1.368-.312.565-.63 1.22-1.222 1.763l-.077.069c3.071.415 4.465 1.555 5.651 2.593 1.39 1.215 2.476 2.275 6.3 2.288v-.46c0-1.092.894-1.946 1.986-1.946H24V3c0-1.662-1.338-3-3-3zm10.276 5.41c-.369 0-.687.268-.687.637v1.942c0 .368.318.636.687.636h7.892a.614.614 0 0 0 .635-.636V6.047a.614.614 0 0 0-.635-.636zM0 10.448v3.267h2.858a.696.696 0 0 0 .678-.69v-1.942c0-.368-.31-.635-.678-.635zm4.821 1.67v.907A1.965 1.965 0 0 1 2.858 15H0v6c0 1.662 1.338 3 3 3h18c1.662 0 3-1.338 3-3v-1.393h-2.942c-1.092 0-1.986-.913-1.986-2.005v-.445c-4.046-.032-5.598-1.333-6.983-2.544-1.437-1.257-2.751-2.431-7.268-2.496zM21.058 15a.644.644 0 0 0-.647.66v1.942c0 .368.278.612.647.612H24V15z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nokia.svg b/mkdocs-material/material/templates/.icons/simple/nokia.svg new file mode 100644 index 0000000..1a08ce8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nokia.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.59 9.348v5.304h.796V9.348Zm-8.497-.09c-1.55 0-2.752 1.127-2.752 2.742 0 1.687 1.202 2.742 2.752 2.742s2.754-1.055 2.751-2.742a2.72 2.72 0 0 0-2.751-2.742M10.05 12c0 1.195-.876 1.987-1.957 1.987-1.082 0-1.958-.792-1.958-1.987 0-1.174.876-1.987 1.958-1.987 1.08 0 1.957.813 1.957 1.987M0 9.176v5.476h.812v-3.619l4.218 3.79v-1.135zM11.442 12l2.952 2.652h1.184L12.622 12l2.956-2.652h-1.184ZM24 14.652h-.875l-.64-1.175h-2.898l-.64 1.175h-.875l1.06-1.958h2.937l-1.465-2.72.432-.798Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nomad.svg b/mkdocs-material/material/templates/.icons/simple/nomad.svg new file mode 100644 index 0000000..98930e0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nomad.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12.004 0-10.4 6v12l10.392 6 10.4-6V6zm4.639 13.204-2.77 1.6-3.347-1.832v3.826l-3.144 1.995V10.8L9.88 9.272l3.462 1.823V7.191l3.301-1.984z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/norco.svg b/mkdocs-material/material/templates/.icons/simple/norco.svg new file mode 100644 index 0000000..2d0b5af --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/norco.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.055 2.707a.97.97 0 0 0-.688.387L0 16.78h4.049l7.27-9.597 1.927 5.74 1.42-1.875-2.578-7.676a.98.98 0 0 0-1.033-.666zM19.95 7.22l-7.27 9.597-1.927-5.74-1.42 1.875 2.578 7.676a.987.987 0 0 0 1.72.28L24 7.218z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nordicsemiconductor.svg b/mkdocs-material/material/templates/.icons/simple/nordicsemiconductor.svg new file mode 100644 index 0000000..3acc8c6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nordicsemiconductor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11.338 12.448 12.08 6.991-2.894 1.73-1.92 1.093c-.298.199-.563.298-.894.165h-.033c-.033 0-.066 0-.1-.033l-11.42-6.587v6.72c-.245 0-.382-.039-.563-.133L.564 19.448a1.14 1.14 0 0 1-.563-.96V5.871l10.766 6.24zm5.755-10.774-4.466 2.553 4.466 2.596zm6.046 2.546-4.436-2.549a1.9 1.9 0 0 0-.86-.198v6.654L7.879 2.334l-1.126-.63c-.497-.264-.927-.297-1.423-.066l-1.953 1.16L.86 4.253a1.78 1.78 0 0 0-.729.827l.244.141 3.262 1.891 7.424 4.303-.659-.382.739.428.577.34 5.077 2.938 6.998 4.05.107.062c.066-.231.099-.653.099-.653V5.71c0-.629-.331-1.192-.86-1.49zM6.907 22.253l4.453-2.58-4.453-2.568z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nordvpn.svg b/mkdocs-material/material/templates/.icons/simple/nordvpn.svg new file mode 100644 index 0000000..fb14e0f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nordvpn.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.284 21.541A12 12 0 0 1 0 14.483C0 7.842 5.373 2.46 12 2.46c6.628 0 12 5.383 12 12.024a12 12 0 0 1-2.284 7.058l-5.763-9.378-.557.942.565 2.619L12 8.934l-2.45 4.145.57 2.645-2.076-3.556z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/normalizedotcss.svg b/mkdocs-material/material/templates/.icons/simple/normalizedotcss.svg new file mode 100644 index 0000000..c4564ed --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/normalizedotcss.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.427 6.361v5.064l-5.381.705 7.058.924v-1.915l5.469 6.5v-5.064l5.382-.705-7.059-.924v1.914zM12 0l12 12-12 12L0 12Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/norton.svg b/mkdocs-material/material/templates/.icons/simple/norton.svg new file mode 100644 index 0000000..275c669 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/norton.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.978 12c0 6.617-5.373 12-11.978 12S.022 18.617.022 12 5.395 0 12 0c1.826 0 3.557.41 5.107 1.146l-1.99 2.567A8.8 8.8 0 0 0 12 3.145c-4.657 0-8.484 3.627-8.815 8.21a10 10 0 0 0-.023.645c0 4.883 3.964 8.855 8.838 8.855s8.838-3.972 8.838-8.855c0-.652-.07-1.29-.205-1.902l2.309-2.979A11.95 11.95 0 0 1 23.978 12m-2.442-7.253L19.518 7.35l-7.082 9.14-5.778-5.175L8.75 8.97l3.27 2.928 5.36-6.918 1.924-2.484a12 12 0 0 1 2.231 2.25"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/norwegian.svg b/mkdocs-material/material/templates/.icons/simple/norwegian.svg new file mode 100644 index 0000000..4f7d8a6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/norwegian.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.696 11.055c-.433-.217-.86-.41-1.305-.63a.5.5 0 0 0 .032-.374l-.193-.213-.275.045-.284.15a2 2 0 0 0-.229-.115l.21-.13c.35-.244.713-.471 1.054-.739.33-.253.67-.507.89-.857.052-.104.132-.217.1-.348l-.064-.112-.107-.06-.228-.09c-.196-.036-.409-.077-.613-.07a3.8 3.8 0 0 0-.773.132c-.364.098-.777.284-1.224.521-.475.252-.916.554-1.36.875-.067-.096-.204-.198-.34-.182-.232.051-.448.232-.627.382-.09-.012-.212-.046-.303-.057-.403-.066-.83-.11-1.226-.153a15 15 0 0 0-.915-.118c-.26-.026-.452-.07-.698-.057l-.308.17-.219.202.006.083c.155.077.328.085.48.15.432.106.619.163 1.126.282.26.061.328.087.594.161.265.11.523.245.773.359-.258.186-.624.436-.92.615l-.22.104-.22-.066c-.339-.148-.598-.265-.9-.397l-.288.076-.091.05-.07.105.062.13c.17.176.33.35.501.521l-.007.006a10 10 0 0 0-.42-.047.5.5 0 0 0-.416.08l.015.143c.292.133.668.199.972.327-5.325 2.388-10.474 3.481-12.505 3.236-1.824-.22-1.614-3.25 1.276-5.67l-.757.001C.04 12.358-1.206 15.865 1.34 16.383c2.828.574 8.586-1.23 14.522-4.218.15.059.288-.041.414-.069.32.079.653.178.977.25l.186-.06.036-.053c-.05-.159-.203-.221-.307-.348.306-.09.606-.196.906-.298.466-.16.863-.354 1.287-.546.272.03.54.04.81.045.223.01.437 0 .656.033.179.006.321.034.503.064.513.098 1.026.186 1.533.299.196.05.364.084.557.13.186-.01.331-.127.49-.206l.089-.19zm-5.937-.255c-.349.185-.735.4-1.247.626a.7.7 0 0 1-.428.066l-.213-.03c-.212-.218-.449-.434-.658-.659l.121-.067h.047c.356.156.674.331 1.033.484l.307-.086c.453-.28.801-.5 1.223-.766.143.058.206.087.342.143-.179.106-.356.198-.527.29m.774-1.016-.077-.133.02-.266.053-.047c.075-.058.239-.164.324-.205l.015.256.07.13c-.137.087-.266.19-.405.265m2.036-.83c-.15.096-.464.357-.473.368-.239-.029-.463-.035-.69-.06l.047-.024c.302-.248.57-.408.907-.613.298-.18.74-.417 1.103-.57.328-.128.661-.232 1.018-.285.198-.029.394-.045.592.02a3 3 0 0 0-.582.183c-.204.084-.528.215-.79.343-.388.194-.712.37-1.132.638"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/notepadplusplus.svg b/mkdocs-material/material/templates/.icons/simple/notepadplusplus.svg new file mode 100644 index 0000000..6adce07 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/notepadplusplus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.443 2.285c-.305.005-.6.06-.853.248-.256.168-.546.32-.723.578a6.3 6.3 0 0 0-.71 2.463c-1.009-.413-2.08-.716-3.177-.676a8.6 8.6 0 0 0-1.93.604c-1.26.657-2.058 1.943-2.53 3.246a6.8 6.8 0 0 0-.604 1.805c-.107.568-.322 1.115-.357 1.695-.002.394.029.788.023 1.182-.422.263-.926.245-1.398.328-.34-.008-.67-.18-1.014-.07-.36.172-.75.269-1.111.437-.087.51-.166 1.225.457 1.424 1.064-.002 2.132.002 3.195.021.192.98.38 1.99.898 2.86.613.987 1.213 2.025 2.147 2.75.888.593 2.02.617 3.039.441.387-.043.656-.35 1.004-.492.212-.126.527-.156.607-.428.698-1.13.163-2.531-.47-3.56-.403-.707-1.275-.853-2.018-.82-.436.065-.712.44-1.063.667-.388.235-.761.735-.468 1.186.251.473.561 1.107 1.193 1.074.399-.046.932-.136 1.106-.553.077-.505-.519-.748-.92-.838.019.247.045.494.07.743q-.31-.213-.625-.418c.128-.667.87-.65 1.38-.854.52.81 1.068 1.852.645 2.815-.489.612-1.37.535-2.054.375-.894-.137-1.487-.933-1.881-1.682-.594-1.035-1.323-2.145-1.196-3.387q.626-.032 1.25.004c.398.094.752.438 1.182.27.922-.252 1.881-.1 2.822-.11a20 20 0 0 1 2.225-.031c.268.073.411.4.72.38.358.12.558-.246.827-.4a18 18 0 0 1 1.79.002c.283.494.706 1.022 1.31 1.092.734.027 1.356-.493 1.753-1.064.52.117 1.082.282 1.586.021 1.095-.464 2.3-.464 3.43-.785v-.322c-.907-.61-2.027-.441-3.043-.695-.775-.133-1.562-.012-2.34-.022-.345-.236-.683-.509-1.119-.537q-.202.087-.404.168c.356.04.728.12.994.38-.336-.02-.684-.004-1.002-.126-.428.157-.835.4-.902.894-.182-.255.083-.493.189-.72-.24-.507-.826-.768-.994-1.315a.29.29 0 0 1 .48-.008q.352.519.573 1.104.325.019.654.045v-.25q-.163.066-.322.142a10 10 0 0 1-.485-1.271c.258.062.506.155.766.207 1.176-.184 2.439-.412 3.36-1.232.194-.2.542-.37.484-.698-.057-.474-.402-.841-.573-1.277.267-.101.535-.2.793-.32.918-.899 1.377-2.185 1.477-3.448-.092-.673-.282-1.413-.803-1.886-.95-.48-2.07-.324-3.035.025-.437.174-.76.527-1.123.813-.296-.066-.477-.41-.672-.633-.375-.64-.89-1.235-1.596-1.51-.293-.011-.608-.055-.914-.05zm.395.516c.59.02 1.109.506 1.443.972.222.37.524.682.885.916a5.22 5.22 0 0 1-.277 3.791c-.167.375-.519.605-.864.795-.91.267-1.874-.133-2.521-.783l.012-.094c-.458-.214-.537-.767-.616-1.21-.39-.893-.293-1.916-.006-2.823.212-.71.756-1.39 1.526-1.498a1.1 1.1 0 0 1 .418-.066m5.592 1.025c.616.002 1.29.28 1.44.926.48 1.112-.052 2.344-.688 3.273-.368.345-.792.627-1.137 1-.425-.844-1.359-1.219-2.223-1.437.16-.808.04-1.628.022-2.44.468-.835 1.44-1.154 2.326-1.304q.127-.017.26-.018m.775 1.62a8 8 0 0 1-.523.138q-.187.272-.381.545c.141.372.636.718.984.38a1.3 1.3 0 0 0-.08-1.064c-.178-.318 0 0 0 0zm-11.988.046c.9-.011 1.793.272 2.601.653.38.153.353.6.438.933.065.26.14.516.217.774.126.383.292.78.62 1.037.546.418 1.108.867 1.794 1.025a2.42 2.42 0 0 0 1.787-.303c.45-.404.668-1.007 1.137-1.396.44.215.927.318 1.351.568.44.278.653.777.912 1.207.09.194.164.392.242.588-.786.782-1.936.988-2.974 1.23-.43.128-.829-.096-1.186-.304-.184.101-.367.209-.552.309a3.7 3.7 0 0 1-2.145.45 33 33 0 0 1-.55-.072c.084-.376.182-.749.259-1.127-.092.008-.277.02-.37.026-.31.476-.325 1.052-.263 1.597q.023.31.037.62a1.57 1.57 0 0 1-.408-.932c.016-.391.065-.778.1-1.168-.41-.177-.571.292-.647.596 0 .168.012.335.024.502-.714.163-1.48.246-2.188.011-.514-.168-1.075-.182-1.557-.445q-.023-.3-.054-.596-.212-.038-.422-.08c-.189.507-.452 1.021-.424 1.575.095.365.401.634.629.925-.335.098-.791.022-1.016.334-.135.601.413.948.772 1.319-.516-.19-1.089-.463-1.266-1.03q.39-.455.881-.797c-.471-.698-.676-1.743-.066-2.421-.118-.143-.257-.39-.477-.268-.172.162-.318.35-.484.52-.7.533-.976 1.386-1.399 2.12q-.308-.012-.615-.013l-.01-.254a4.6 4.6 0 0 1-.023-1.014c.153-.596.418-1.158.568-1.755l.051-.194.086-.293c.452-1.231 1.008-2.494 2.012-3.379.642-.636 1.563-.81 2.396-1.07q.091-.005.182-.008m5.12.496c-.38-.012-.738.145-.675.596-.055.394.323.572.592.76.602-.003.872-.686.707-1.178a1.26 1.26 0 0 0-.623-.178zm-8.064 5.79a1.87 1.87 0 0 0 .225 1.622c-.391.203-.826.213-1.256.211-.09-.648.318-1.202.621-1.736q.207-.045.41-.098zm1.213.544c.353.101.773.09 1.051.358a8 8 0 0 0-.113.525 5 5 0 0 0-.654.465 1.75 1.75 0 0 1-.284-1.348m7.168.324c.211.023.262.279.4.407.236.306.573.512.852.775-.67.018-1.475.102-1.88-.562-.271.074-.543.183-.684.445l-.4-.217q-.007-.376.025-.752h.457q.62.005 1.23-.096m-5.306.147c.02.336.18.73-.07 1.02-.246-.021-.492-.041-.733-.084.326-.195.567-.505.674-.87zm2.51.117c.315.24.445.634.591.986q-1.408.054-2.814-.039c.064-.31.17-.61.252-.916.655-.02 1.313 0 1.97-.03zm.826.535q.228.276.498.512c.24-.277.775-.727.998-.193-.363.174-.813.305-.934.742l-.012.053q.114.572.307 1.123c-.773-.505-.391-1.548-.857-2.237m-10.815.293c-.02.295-.422.42-.373.727q.137.436.354.838c-.491-.023-.989.003-1.475-.088-.046-.256-.161-.635.11-.805.259-.16.47-.389.615-.658.255.04.516.036.77-.014zm.66.153c-.208.362-.461.81-.138 1.191l-.176.078a2.7 2.7 0 0 1-.361-.676 7 7 0 0 0 .28-.566 9 9 0 0 0 .395-.027m.518.086.033.08.11-.047c-.04.227-.205.391-.346.562.233.014.296.764-.041.557l-.127-.225c.024-.227-.012-.48.181-.648l.055-.067.086-.095zm3.943.074c.347.082.895-.121 1.11.166.31.05.603.197.92.205 1.122-.329 2.316-.154 3.47-.154.006.1.02.298.028.398q-1.303.048-2.604.014c-.452-.003-.881-.307-1.338-.17-.2.018-.424.229-.6.043-.28-.003-.562-.012-.843-.018-.045-.17-.1-.34-.143-.484m-2.428.017c.375.05.849-.096 1.131.225l-.12.27c-.74-.036-1.48-.043-2.221-.065.151-.495.8-.404 1.21-.43m15.87.016c.502-.022.98.166 1.478.215.003.207.065.428-.035.623-.608.116-1.185.383-1.81.398q.017-.252.023-.506l.287-.187zm-1.61.014q.153 0 .307.01c.229.044.396.227.588.347-.552.275-1.181.207-1.772.127-.456-.062-.93.022-1.377-.115l.125-.225c.708-.06 1.416-.151 2.13-.144zm-3.761.097q.325.004.652.006.033.33-.28.319c-.517.014-1.034.012-1.55-.018-.05-.306.34-.249.525-.295.217-.013.435-.014.653-.012m-.516.647c.542 0 1.083.051 1.615.152.744-.097 1.494-.005 2.235-.135.306.024.95-.115.876.371-.349.042-.674-.177-1.027-.14-.694.043-1.393.107-2.08-.045-.787.165-1.591.088-2.387.137l-.021-.305c.268-.03.546-.024.789-.035m-10.418.012c.6 0 1.203.111 1.803.132l.125.143c-.808-.002-1.622.062-2.426-.022l-.104-.209q.301-.046.602-.044m3.426.119c.34.003.683.008 1.025.002 1.337.016 2.672.035 4.006.125l-.098.168c-1.304.043-2.606.02-3.91.015l-.822-.029q-.1-.143-.201-.281m8.642.39c.43.192.857.393 1.305.543.259-.104.615-.671.826-.26-.328.305-.791.614-1.26.51-.36-.17-.59-.52-.87-.793zm-11.984.07.33.05c.363.841.38 1.81.873 2.599.284.467.518.96.793 1.432.287.492.762.824 1.207 1.162.955.702 2.52.596 3.197-.438.427-.922-.104-1.898-.474-2.74-.634-.996-2.29-.238-2.242.848.364.218.767.663 1.222.384a11 11 0 0 1-.013-.533c.108.12.19.261.296.383-.255.329-.67.314-1.045.262-.151-.168-.307-.331-.46-.496-.188-1.083 1.193-1.994 2.11-1.446.655.42.838 1.228 1.099 1.91.301.821-.144 1.793-.924 2.159-.601.388-1.346.234-2.018.234-.917-.044-1.515-.793-2.117-1.387-.58-.712-.958-1.557-1.41-2.351a7.7 7.7 0 0 1-.424-2.031z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/notion.svg b/mkdocs-material/material/templates/.icons/simple/notion.svg new file mode 100644 index 0000000..34f0467 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/notion.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.459 4.208c.746.606 1.026.56 2.428.466l13.215-.793c.28 0 .047-.28-.046-.326L17.86 1.968c-.42-.326-.981-.7-2.055-.607L3.01 2.295c-.466.046-.56.28-.374.466zm.793 3.08v13.904c0 .747.373 1.027 1.214.98l14.523-.84c.841-.046.935-.56.935-1.167V6.354c0-.606-.233-.933-.748-.887l-15.177.887c-.56.047-.747.327-.747.933zm14.337.745c.093.42 0 .84-.42.888l-.7.14v10.264c-.608.327-1.168.514-1.635.514-.748 0-.935-.234-1.495-.933l-4.577-7.186v6.952L12.21 19s0 .84-1.168.84l-3.222.186c-.093-.186 0-.653.327-.746l.84-.233V9.854L7.822 9.76c-.094-.42.14-1.026.793-1.073l3.456-.233 4.764 7.279v-6.44l-1.215-.139c-.093-.514.28-.887.747-.933zM1.936 1.035l13.31-.98c1.634-.14 2.055-.047 3.082.7l4.249 2.986c.7.513.934.653.934 1.213v16.378c0 1.026-.373 1.634-1.68 1.726l-15.458.934c-.98.047-1.448-.093-1.962-.747l-3.129-4.06c-.56-.747-.793-1.306-.793-1.96V2.667c0-.839.374-1.54 1.447-1.632"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/notist.svg b/mkdocs-material/material/templates/.icons/simple/notist.svg new file mode 100644 index 0000000..7ed2622 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/notist.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.933 3.8c-1.1.11-2.288.4-3.038.74-1.07.5-1.26.87-.91 1.869.36 1.04.19 2.308-1 7.505C.109 17.79-.04 18.6.01 19.32c.04.47.09.63.29.79.22.18.33.19 1.688.13 3.408-.17 4.057-.22 4.267-.34.24-.13.25-.2.44-1.759.32-2.868 1.788-7.155 3.027-8.894 1.06-1.479 2.359-2.128 3.098-1.549.78.62.76 1.559-.13 4.147-.68 1.999-.79 2.428-.91 3.617-.15 1.46.13 2.49.96 3.408.85.94 2.119 1.41 3.847 1.41 1.64 0 2.968-.41 4.377-1.34 1.29-.86 2.828-2.608 3.008-3.428.1-.41-.07-.859-.35-.969-.41-.15-.65-.04-1.389.63-.859.78-1.249.95-2.008.89-1.01-.08-1.45-.66-1.45-1.92 0-.899.09-1.349.65-3.317.79-2.728.93-3.967.58-5.027C19.434 4.03 17.026 3.26 14.358 4c-1.45.41-3.238 1.449-4.597 2.688-.38.34-.68.59-.68.56 0-.02.07-.35.16-.72.34-1.5.2-2.248-.48-2.598-.39-.2-1.598-.26-2.827-.13z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nounproject.svg b/mkdocs-material/material/templates/.icons/simple/nounproject.svg new file mode 100644 index 0000000..1cf14a3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nounproject.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.672 8.846H24v6.327h-6.328zM6.328 11.99a3.164 3.164 0 0 1-3.164 3.163A3.164 3.164 0 0 1 0 11.991a3.164 3.164 0 0 1 3.164-3.164 3.164 3.164 0 0 1 3.164 3.164m5.504 1.142 2.04 2.021 1.142-1.16-2.022-2.003 2.022-2.003-1.142-1.142-2.04 2.003L9.81 8.846 8.649 9.988l2.022 2.003-2.022 2.003 1.16 1.16Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/novu.svg b/mkdocs-material/material/templates/.icons/simple/novu.svg new file mode 100644 index 0000000..a2512e4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/novu.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.48 9.62a.72.72 0 0 1-1.235.503L8.007.68C9.256.24 10.6 0 12 0c2.387 0 4.611.697 6.48 1.898zm3.36-4.49v4.49c0 3.656-4.44 5.466-6.996 2.853L4.909 2.319A11.98 11.98 0 0 0 0 12c0 2.555.799 4.924 2.16 6.87v-4.465c0-3.657 4.44-5.467 6.996-2.854l9.922 10.14A11.98 11.98 0 0 0 24 12c0-2.555-.799-4.924-2.16-6.87M6.755 13.9l9.22 9.425A12 12 0 0 1 12 24c-2.387 0-4.611-.697-6.48-1.898v-7.697a.72.72 0 0 1 1.235-.504"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/now.svg b/mkdocs-material/material/templates/.icons/simple/now.svg new file mode 100644 index 0000000..3b2d160 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/now.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.8 11.997c0-.974.789-1.763 1.76-1.763.972 0 1.76.79 1.76 1.763 0 .974-.788 1.764-1.76 1.764-.971 0-1.76-.79-1.76-1.764M21.83 9.101l-1.217 2.453-.788-2.319h-.001a1.144 1.144 0 0 0-2.039-.257c-.526.802-1.05 1.61-1.574 2.414l-.278-1.956a1.145 1.145 0 1 0-2.263.342l.049.328a3.675 3.675 0 0 0-6.332.028l.07-.343a1.108 1.108 0 1 0-2.171-.444l-.476 2.338-1.752-2.718a1.106 1.106 0 0 0-2.012.374L.023 14.353a1.11 1.11 0 0 0 1.087 1.336c.513.004.976-.358 1.084-.892l.476-2.338q.888 1.383 1.78 2.764a1.108 1.108 0 0 0 1.993-.456l.469-2.302a3.68 3.68 0 0 0 3.648 3.219 3.68 3.68 0 0 0 3.57-2.797l.262 1.759c.074.579.548 1.037 1.141 1.037.427 0 .776-.245.997-.584l1.885-2.895.905 2.665c.162.475.58.814 1.096.814.479 0 .855-.288 1.06-.716l2.403-4.845a1.15 1.15 0 0 0-.512-1.54 1.143 1.143 0 0 0-1.538.52"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/npm.svg b/mkdocs-material/material/templates/.icons/simple/npm.svg new file mode 100644 index 0000000..b22427c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/npm.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.763 0C.786 0 0 .786 0 1.763v20.474C0 23.214.786 24 1.763 24h20.474c.977 0 1.763-.786 1.763-1.763V1.763C24 .786 23.214 0 22.237 0zM5.13 5.323l13.837.019-.009 13.836h-3.464l.01-10.382h-3.456L12.04 19.17H5.113z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nrwl.svg b/mkdocs-material/material/templates/.icons/simple/nrwl.svg new file mode 100644 index 0000000..c4903f6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nrwl.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.357 8.258a3.4 3.4 0 0 0-.845.123l.054-.02a3.4 3.4 0 0 0-.841.346 3 3 0 0 0-.262.168l-.11.078-.025.022-.01.005-.103.084-.115.104-.05.045-.08.08-.099.107-.03.034-.071.086-.034.04-.066.088-.006.008-.072.1-.014.02-.082.132-.074.127-.012.026-.062.12-.067.143-.054.135-.008.02a3.4 3.4 0 0 0-.131.437l-.031.152-.026.149v.013a3 3 0 0 0-.027.303L0 11.68v.04l.004.124.012.156.015.14.01.057.018.108v.004l.025.123.037.15a3 3 0 0 0 .096.297l.056.144a3.4 3.4 0 0 0 .432.745c.014.02.025.024.04.043l.007.01a3.4 3.4 0 0 0 .305.33l.011.013c.1.09.16.132.137.129q.014.008.03.018l.017.017a.7.7 0 0 1-.205-.08.7.7 0 0 0-.39-.088.696.696 0 0 0-.608.947 2 2 0 0 1 .564-.12 2 2 0 0 1 .34.007 2 2 0 0 0 .283.006q.074-.006.147-.018a1.7 1.7 0 0 0 .584-.203 3.4 3.4 0 0 0 .437.17 4.43 4.43 0 0 0 2.989-.193.5.5 0 0 0 .115-.076.2.2 0 0 0 .076.03l1.789.169v.863H8.75v-.734l1.12.105-4.204-.754-.014-.004c-.01-.1-.095-.172-.13-.218a.13.13 0 0 1-.03-.07 1.64 1.64 0 0 0-1.496-1.52.5.5 0 0 0-.18-.193.5.5 0 0 1-.187-.4.56.56 0 0 0-.498.44 1.393 1.393 0 0 1-.377-2.222 1.8 1.8 0 0 1 1.312-.563A1.824 1.824 0 0 1 5.83 10.96a.9.9 0 0 1-.543.32.9.9 0 0 0-.736.748c.35 0 .585.477 1.236.477a.59.59 0 0 0 .547-.367.59.59 0 0 0 .549.367 1.2 1.2 0 0 0 .49-.106v2.002l1.377.327v-1.592l2.193 2.605H12.1v-4.89h-1.38v2.605l-2.19-2.604H7.373v.427c-.283-.05-.556-.255-.65-.52a3.424 3.424 0 0 0-3.366-2.501M22.109 9.96v4.414c0 1.186.766 1.336 1.485 1.336.219 0 .406-.02.406-.02v-1.03s-.078.007-.164.007c-.305 0-.375-.12-.375-.453V9.96zm-6.816 1.932a2 2 0 0 0-.709.128 1.25 1.25 0 0 0-.535.385v-.453h-1.285v3.79h1.347v-1.74q0-.474.244-.704.246-.23.678-.23a3 3 0 0 1 .307.017v-1.193zm.584.06 1.094 3.787h1.306l.477-1.736.45 1.736h1.306l1.094-3.787h-1.186l-.54 1.932-.52-1.932h-1.15l-.542 1.912-.512-1.912zm-12.281 2.14c.03 0 .07.016.117.027.092.023.17.02.15.108a.171.171 0 0 1-.332-.08c.01-.044.033-.056.065-.055"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nsis.svg b/mkdocs-material/material/templates/.icons/simple/nsis.svg new file mode 100644 index 0000000..a9493e5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nsis.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.736 24H24l-5.132-4.919zm-6.021-5.064 5.133 4.918 5.132-4.919zm-6.539-5.272v9.838l5.132-4.919-1.503-1.441zm21.648-1.626-5.132 4.919 5.132 4.919zm-4.844 6.193-5.132-4.92-5.132 4.92zM1.696 13.165l5.132 4.92 5.132-4.92zm20.608-1.625H12.039l5.133 4.919zM6.828 7.541l-5.132 4.92H11.96zm-5.652 4.421 5.132-4.919-5.132-4.919zm21.128-1.127-5.132-4.92-5.133 4.92zm-6.02-5.065H6.02l5.132 4.919zm6.54-5.272-5.132 4.919 5.132 4.92zm-6.539 4.567L11.152.146 6.02 5.065zM10.264 0H0l5.132 4.919z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ntfy.svg b/mkdocs-material/material/templates/.icons/simple/ntfy.svg new file mode 100644 index 0000000..62ed07b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ntfy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.597 13.693v2.156h6.205v-2.156ZM5.183 6.549v2.363l3.591 1.901.023.01-.023.009-3.591 1.901v2.35l.386-.211 5.456-2.969V9.729ZM3.659 2.037C1.915 2.037.42 3.41.42 5.154v.002L.438 18.73 0 21.963l5.956-1.583h14.806c1.744 0 3.238-1.374 3.238-3.118V5.154c0-1.744-1.493-3.116-3.237-3.117h-.001zm0 2.2h17.104c.613.001 1.037.447 1.037.917v12.108c0 .47-.424.916-1.038.916H5.633l-3.026.915.031-.179-.017-13.76c0-.47.424-.917 1.038-.917"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nubank.svg b/mkdocs-material/material/templates/.icons/simple/nubank.svg new file mode 100644 index 0000000..9721f50 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nubank.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.28 5.434a4 4 0 0 0-2.944 1.252h-.002q-.08-.003-.162-.002A4.19 4.19 0 0 0 .473 8.94c-.308.6-.423 1.244-.459 1.9-.032.589 0 1.186 0 1.77v5.652h3.17s.002-2.784 0-5.178c-.001-1.611-.012-3.047 0-3.342.056-1.394.437-2.305 1.148-3.05 2.359.001 3.886 1.608 3.97 4.167.02.588.026 3.73.026 3.73v3.673h3.168v-4.965c0-1.5.013-2.8-.092-3.695-.292-2.5-1.82-4.168-4.124-4.168m8.39.3-3.166.004v4.965c0 1.501-.013 2.8.092 3.695.292 2.5 1.82 4.168 4.124 4.168a4 4 0 0 0 2.944-1.252h.002q.081.003.164.002c1.543 0 2.99-.883 3.697-2.255.309-.6.423-1.245.459-1.9.032-.59 0-1.187 0-1.77V5.738h-3.17s-.002 2.784 0 5.178c.002 1.611.012 3.047 0 3.342-.056 1.393-.437 2.305-1.148 3.05-2.359-.001-3.886-1.609-3.97-4.167-.02-.588-.028-2.044-.028-3.733Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nucleo.svg b/mkdocs-material/material/templates/.icons/simple/nucleo.svg new file mode 100644 index 0000000..fa781f4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nucleo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.025 0a3.87 3.87 0 0 0-1.964.525L1.354 5.55v.95h15.853a3.9 3.9 0 0 0 3.463-2.115L13.922.508A3.87 3.87 0 0 0 12.025 0m9.81 5.072L13.91 18.801a3.9 3.9 0 0 0 .1 4.056l6.734-3.908a3.87 3.87 0 0 0 1.914-3.35V5.55l-.822-.477zM1.46 7.848l-.117.004.017 7.787a3.87 3.87 0 0 0 1.946 3.334L12.008 24l.824-.475-7.926-13.73A3.9 3.9 0 0 0 1.46 7.848M11.992 9.1a2.6 2.6 0 0 0-2.584 2.6 2.6 2.6 0 0 0 2.6 2.599 2.6 2.6 0 0 0 2.6-2.6 2.6 2.6 0 0 0-2.6-2.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nuget.svg b/mkdocs-material/material/templates/.icons/simple/nuget.svg new file mode 100644 index 0000000..f5b3995 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nuget.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.998.342a1.997 1.997 0 1 0 0 3.995 1.997 1.997 0 0 0 0-3.995m9.18 4.34a6.156 6.156 0 0 0-6.153 6.155v6.667c0 3.4 2.756 6.154 6.154 6.154h6.667c3.4 0 6.154-2.755 6.154-6.154v-6.667a6.154 6.154 0 0 0-6.154-6.155zm-1.477 2.8a2.496 2.496 0 1 1 0 4.993 2.496 2.496 0 0 1 0-4.993m7.968 6.16a3.996 3.996 0 1 1-.002 7.992 3.996 3.996 0 0 1 .002-7.992"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nuke.svg b/mkdocs-material/material/templates/.icons/simple/nuke.svg new file mode 100644 index 0000000..dc733b4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nuke.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.293.004c6.625.162 11.865 5.664 11.703 12.29s-5.664 11.865-12.29 11.703S-.159 18.333.003 11.707l.001-.025C.18 5.066 5.678-.158 12.293.004m0 1.238c-5.941-.164-10.89 4.52-11.054 10.461s4.52 10.89 10.461 11.054 10.89-4.52 11.054-10.461l.001-.025c.15-5.932-4.53-10.866-10.462-11.029m5.842 8.302h2.4c.976 0 .682-.873.682-.873a9.6 9.6 0 0 0-2.111-3.431l-.005.011a10.05 10.05 0 0 0-3.355-2.329.612.612 0 0 0-.894.622c-.044.802-.142 2.395-.142 2.395s.016.769-.627.769c-.813.011-1.489-.044-1.489-.044a2.3 2.3 0 0 1-1.255-.545L8.868 3.511a1.09 1.09 0 0 0-1.407-.196 9.76 9.76 0 0 0-4.713 5.384c-.256.714.333.806.731.806h6a2.09 2.09 0 0 1 1.68.627c.785.824 1.331 1.369 1.331 1.369s.48.54 1.26 1.358c.431.459.632 1.089.545 1.713 0 0-.295 5.744-.295 6-.027.398.038.993.769.775a9.76 9.76 0 0 0 5.618-4.424 1.09 1.09 0 0 0-.12-1.418l-2.471-2.607a2.3 2.3 0 0 1-.496-1.282s-.022-.682.033-1.489c.044-.643.802-.583.802-.583m-2.362 1.374c-.475.469-1.484.229-2.22-.545-.736-.775-.924-1.801-.45-2.254s1.502-.239 2.239.536c.737.774.906 1.794.431 2.263"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/numba.svg b/mkdocs-material/material/templates/.icons/simple/numba.svg new file mode 100644 index 0000000..46832df --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/numba.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.419 15.204s7.235-5.335 4.305-8.786c-3.398-4.003-12.921 4.486-13.962 2.76-1.04-1.725 8.452-5.86 9.481-6.55.112-.075.144-.218.112-.383l1.099-.127-.685-.345.175-.685-.796.621C15.85 1.173 15.34.595 15.049.393c-1.035-.685-2.93-.52-5.685.86-2.756 1.38-9.147 5.685-5.877 10.51 2.93 4.306 11.35-3.094 12.756-1.9 1.205 1.035-8.095 7.411-8.095 7.411h3.965C11.43 18.999 8.148 24 8.148 24l11.934-8.621c-1.253-.186-3.663-.175-3.663-.175M13.175.908a.776.776 0 0 1 .823.716.776.776 0 0 1-.717.823.776.776 0 0 1-.823-.716.77.77 0 0 1 .717-.823"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/numpy.svg b/mkdocs-material/material/templates/.icons/simple/numpy.svg new file mode 100644 index 0000000..21b827f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/numpy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10.315 4.876-4.01-2.024-4.401 2.196 4.118 2.068zm1.838.928 4.205 2.122-4.363 2.19L7.87 8.046zm5.615-2.922 4.32 2.166-3.863 1.94-4.213-2.125zM15.91 1.95 12.021 0 8.174 1.92l4.007 2.02zm-3.04 16.744V24l4.711-2.35-.005-5.31zm4.704-4.206-.005-5.253-4.699 2.336v5.254zm5.655-.984v5.327l-4.018 2.005-.002-5.303zm0-1.863v-5.22l-4.025 2.001.003 5.264zm-12.022-.07L8.033 9.976v6.895s-3.88-8.257-4.24-8.998c-.046-.096-.237-.201-.285-.227A358 358 0 0 0 .773 6.25V18.43l2.82 1.508V13.57s3.84 7.378 3.878 7.458c.04.08.425.858.837 1.132.548.363 2.899 1.776 2.899 1.776z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nunjucks.svg b/mkdocs-material/material/templates/.icons/simple/nunjucks.svg new file mode 100644 index 0000000..3f573d1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nunjucks.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 12v12h24V0H0zm8.2-1.9V3h3v17.3h-3c-.7-2.5-1.4-5-2.2-7.5v7.5H3V3h3c.8 2.3 1.5 4.7 2.2 7.1M20.9 7v11.6c0 .2-.1.7-.5 1.1s-.8.5-.9.6h-5.1c-.2 0-.7-.1-1-.5-.4-.4-.5-.9-.6-1.2v-3.8c1-.2 2-.5 3-.7v3.1h2.1V7zM0 24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nushell.svg b/mkdocs-material/material/templates/.icons/simple/nushell.svg new file mode 100644 index 0000000..be918a6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nushell.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 16.338h1.25v-5.7c.417-.624 1.205-1.309 2.127-1.309 1.176 0 1.34.64 1.34 2.247v4.762h1.25v-5.685c0-1.458-.67-2.32-2.202-2.32-.923 0-1.964.46-2.59 1.264l-.103-1.1H0Zm10.177-7.842h-1.25v5.698c0 1.46.745 2.307 2.263 2.307.921 0 1.889-.431 2.514-1.22l.104 1.057h1.072V8.496h-1.25v5.773c-.432.67-1.265 1.25-2.129 1.25-.907 0-1.324-.446-1.324-1.458zm8.11-.997-.61.952 5.251 3.229-5.251 3.244.669.922L24 12.32v-1.28z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nutanix.svg b/mkdocs-material/material/templates/.icons/simple/nutanix.svg new file mode 100644 index 0000000..3886470 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nutanix.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.394 3.617a.395.395 0 0 0-.393.395c0 .12.054.225.14.297l8.506 7.404a.39.39 0 0 1-.013.588l-8.52 7.412a.393.393 0 0 0 .28.67h4.86a.4.4 0 0 0 .265-.104l9.17-7.98a.396.396 0 0 0 0-.596L5.52 3.721a.39.39 0 0 0-.264-.104zm18.358 0a.4.4 0 0 0-.273.113l-4.716 4.106a.39.39 0 0 0-.04.564l2.427 2.114a.4.4 0 0 0 .291.13.4.4 0 0 0 .278-.119l7.127-6.203a.39.39 0 0 0 .154-.31.395.395 0 0 0-.393-.395zm-2.31 9.742c-.116 0-.22.05-.292.13l-2.426 2.113a.39.39 0 0 0 .039.564l4.716 4.104c.07.07.166.113.273.113h4.855a.393.393 0 0 0 .239-.705l-7.127-6.203a.4.4 0 0 0-.278-.116z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nuxtdotjs.svg b/mkdocs-material/material/templates/.icons/simple/nuxtdotjs.svg new file mode 100644 index 0000000..46f07de --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nuxtdotjs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.464 19.83h8.922c.283 0 .562-.073.807-.21a1.6 1.6 0 0 0 .591-.574 1.53 1.53 0 0 0 .216-.783 1.53 1.53 0 0 0-.217-.782L17.792 7.414a1.6 1.6 0 0 0-.591-.573 1.65 1.65 0 0 0-.807-.21c-.283 0-.562.073-.807.21a1.6 1.6 0 0 0-.59.573L13.463 9.99 10.47 4.953a1.6 1.6 0 0 0-.591-.573 1.65 1.65 0 0 0-.807-.21c-.284 0-.562.073-.807.21a1.6 1.6 0 0 0-.591.573L.216 17.481a1.53 1.53 0 0 0-.217.782c0 .275.074.545.216.783a1.6 1.6 0 0 0 .59.574c.246.137.525.21.808.21h5.6c2.22 0 3.856-.946 4.982-2.79l2.733-4.593 1.464-2.457 4.395 7.382h-5.859Zm-6.341-2.46-3.908-.002 5.858-9.842 2.923 4.921-1.957 3.29c-.748 1.196-1.597 1.632-2.916 1.632"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nvidia.svg b/mkdocs-material/material/templates/.icons/simple/nvidia.svg new file mode 100644 index 0000000..fc09681 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nvidia.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.948 8.798v-1.43a7 7 0 0 1 .424-.018c3.922-.124 6.493 3.374 6.493 3.374s-2.774 3.851-5.75 3.851a3.7 3.7 0 0 1-1.158-.185v-4.346c1.528.185 1.837.857 2.747 2.385l2.04-1.714s-1.492-1.952-4-1.952a6 6 0 0 0-.796.035m0-4.735v2.138l.424-.027c5.45-.185 9.01 4.47 9.01 4.47s-4.08 4.964-8.33 4.964a6.5 6.5 0 0 1-1.095-.097v1.325c.3.035.61.062.91.062 3.957 0 6.82-2.023 9.593-4.408.459.371 2.34 1.263 2.73 1.652-2.633 2.208-8.772 3.984-12.253 3.984-.335 0-.653-.018-.971-.053v1.864H24V4.063zm0 10.326v1.131c-3.657-.654-4.673-4.46-4.673-4.46s1.758-1.944 4.673-2.262v1.237H8.94c-1.528-.186-2.73 1.245-2.73 1.245s.68 2.412 2.739 3.11M2.456 10.9s2.164-3.197 6.5-3.533V6.201C4.153 6.59 0 10.653 0 10.653s2.35 6.802 8.948 7.42v-1.237c-4.84-.6-6.492-5.936-6.492-5.936"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nvm.svg b/mkdocs-material/material/templates/.icons/simple/nvm.svg new file mode 100644 index 0000000..c299677 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nvm.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m7.178 7.98-.199.004a.045.045 0 0 0-.037.068l.104.172a.05.05 0 0 0 .04.022l.198-.005a.045.045 0 0 0 .037-.068l-.104-.171a.05.05 0 0 0-.039-.022m-1.218.084-.162.004a.045.045 0 0 0-.038.068l.085.14a.05.05 0 0 0 .04.023l.162-.004a.045.045 0 0 0 .038-.068L6 8.087a.05.05 0 0 0-.04-.022m.711.396-.28.006a.045.045 0 0 0-.038.068l.17.283a.05.05 0 0 0 .04.022l.281-.006a.045.045 0 0 0 .038-.069l-.171-.282a.05.05 0 0 0-.04-.022m.843.249-.352.007a.045.045 0 0 0-.038.069l.185.305a.05.05 0 0 0 .04.022l.352-.008a.045.045 0 0 0 .038-.068l-.185-.305a.05.05 0 0 0-.04-.022m8.73.125a.45.45 0 0 0-.231.067q-1.342.773-2.687 1.541l.106-.179c.07-.157.027-.224-.145-.224l-1.807-.001a.19.19 0 0 0-.19.109q-.304.535-.615 1.067c-.271.468-.842 1.412-.903 1.513l-1.034 1.885v-.003.003c.08.127.169.263.257.398l.041.065h.002c.13.199.26.397.378.583-.13-.21.114.148.192.23.162.173.3.175.46.003.064-.068.12-.144.174-.22.251-.35.47-.72.687-1.09.454-.77.896-1.546 1.344-2.318q.301-.518.605-1.035l.032-.058.006 4.23c0 .25.118.318.333.195.543-.309 1.084-.623 1.63-.929a.44.44 0 0 0 .244-.425c-.007-.655.002-1.308-.006-1.963-.002-.224.083-.376.282-.48.202-.104.399-.22.593-.34a.43.43 0 0 1 .493-.002c.194.12.39.236.593.34.207.106.29.265.287.495-.007.642.004 1.285-.006 1.927a.47.47 0 0 0 .27.464c.522.29 1.037.59 1.554.885.283.162.382.105.383-.218.003-1.057.007-2.114.004-3.172 0-.16.062-.266.194-.342q.343-.195.684-.393a.41.41 0 0 1 .447.006c.2.12.4.24.608.348s.29.265.287.495c-.006.642.004 1.285-.006 1.927-.003.22.082.36.271.465.526.292 1.047.594 1.57.892.261.149.365.09.366-.209v-2.19h.007c0-.73-.003-1.46.002-2.19a.47.47 0 0 0-.26-.456 313 313 0 0 1-2.797-1.605.5.5 0 0 0-.557.002c-.599.353-1.205.692-1.806 1.043-.093.054-.159.054-.252 0-.616-.359-1.237-.71-1.854-1.066a.46.46 0 0 0-.23-.07zM3.33 8.837q-.119 0-.246.075a334 334 0 0 1-2.811 1.614c-.197.112-.277.259-.274.483.008.718.003 1.436.003 2.154h.005v2.208c0 .292.113.354.37.207.522-.299 1.041-.602 1.568-.893a.47.47 0 0 0 .27-.465c-.009-.654-.001-1.308-.004-1.962-.001-.192.064-.336.24-.431q.336-.187.668-.384a.4.4 0 0 1 .43.001c.207.121.411.247.624.356.21.107.286.268.284.497-.007.648.002 1.296-.005 1.944-.002.206.08.337.257.436.53.296 1.056.601 1.584.902.255.146.364.083.365-.214q.003-2.007.008-4.014l2.072 3.258.747-2.364.121.205-.3-.516-.08-.138-.183-.314a.05.05 0 0 0-.045-.022l-.726.098-.062-.113-.234-.401a.05.05 0 0 0-.04-.023l-.258.004a.045.045 0 0 0-.038.067l.032.054-.554.004-.13-.226a.05.05 0 0 0-.04-.022l-.286.002c-.02-.165-.101-.281-.26-.372A358 358 0 0 1 3.577 8.91a.5.5 0 0 0-.246-.072m2.836.023-.237.005a.045.045 0 0 0-.037.069l.144.237a.05.05 0 0 0 .04.022l.236-.005a.045.045 0 0 0 .038-.068l-.144-.238a.05.05 0 0 0-.04-.022m.55.414-.25.006a.045.045 0 0 0-.037.068l.13.216a.05.05 0 0 0 .04.021l.25-.005a.045.045 0 0 0 .037-.068l-.13-.216a.05.05 0 0 0-.04-.022m.755.04-.366.007a.045.045 0 0 0-.037.069l.19.315a.05.05 0 0 0 .04.022l.224-.004.177.29a.05.05 0 0 0 .04.022l.519-.01a.045.045 0 0 0 .037-.069l-.316-.522a.05.05 0 0 0-.04-.022l-.377.008-.052-.085a.05.05 0 0 0-.04-.021m-1.361.08-.2.003a.045.045 0 0 0-.037.069l.104.171a.05.05 0 0 0 .04.022l.198-.004a.045.045 0 0 0 .038-.068l-.104-.172a.05.05 0 0 0-.04-.022m.602.46-.288.005a.045.045 0 0 0-.038.069l.176.29a.05.05 0 0 0 .04.021l.077-.001.15.247a.05.05 0 0 0 .04.022l.472-.01a.045.045 0 0 0 .037-.068l-.288-.475a.05.05 0 0 0-.039-.021l-.261.005-.038-.063a.05.05 0 0 0-.04-.022m1.925.643-.644.014a.045.045 0 0 0-.038.069l.128.21a.05.05 0 0 0 .04.022l.17-.003.106.173a.05.05 0 0 0 .04.022l.447-.01a.045.045 0 0 0 .037-.068l-.246-.407a.05.05 0 0 0-.04-.022"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nx.svg b/mkdocs-material/material/templates/.icons/simple/nx.svg new file mode 100644 index 0000000..77d065f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nx.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11.987 14.138-3.132 4.923-5.193-8.427-.012 8.822H0V4.544h3.691l5.247 8.833.005-3.998zm.601-5.761c.024-.048 0-3.784.008-3.833h-3.65c.002.059-.005 3.776-.003 3.833zm5.634 4.134a2.06 2.06 0 0 0-1.969 1.336 1.96 1.96 0 0 1 2.343-.739c.396.161.917.422 1.33.283a2.1 2.1 0 0 0-1.704-.88m3.39 1.061c-.375-.13-.8-.277-1.109-.681q-.088-.121-.176-.265a2.1 2.1 0 0 0-.533-.642c-.294-.216-.68-.322-1.18-.322a2.48 2.48 0 0 0-2.294 1.536 2.325 2.325 0 0 1 4.002.388.75.75 0 0 0 .836.334c.493-.105.46.36 1.203.518v-.133c-.003-.446-.246-.55-.75-.733zm2.024 1.266a.72.72 0 0 0 .347-.638c-.01-2.957-2.41-5.487-5.37-5.487a5.36 5.36 0 0 0-4.487 2.418c-.01-.026-1.522-2.39-1.538-2.418H8.943l3.463 5.423-3.379 5.32h3.54l1.54-2.366 1.568 2.366h3.541l-3.21-5.052a.7.7 0 0 1-.084-.32 2.69 2.69 0 0 1 2.69-2.691h.001c1.488 0 1.736.89 2.057 1.308.634.826 1.9.464 1.9 1.541a.707.707 0 0 0 1.066.596m.35.133c-.173.372-.56.338-.755.639-.176.271.114.412.114.412s.337.156.538-.311c.104-.231.14-.488.103-.74"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nxp.svg b/mkdocs-material/material/templates/.icons/simple/nxp.svg new file mode 100644 index 0000000..7304a8c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nxp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.797 7.914 9.317 12l-2.52 4.086-4.272-4.938.001 4.938H.005L0 16.08V7.914h2.524l4.271 4.938V7.914m14.851 2.895c0-.552-.273-.868-1.037-.868h-3.188v2.312h3.405c.592 0 .82-.557.82-1.042zm-.63-2.895C23.42 7.914 24 9.108 24 10.707v.96c0 1.217-.535 2.614-2.323 2.614h-4.26l.002 1.805h-.001L14.898 12l2.52-4.086zm-6.745 0h-.462l-1.702 2.716-1.701-2.716H7.418L9.94 12l-2.52 4.086h2.987l1.701-2.716 1.702 2.716h2.987L14.276 12l2.52-4.086z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/nzxt.svg b/mkdocs-material/material/templates/.icons/simple/nzxt.svg new file mode 100644 index 0000000..96060cc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/nzxt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m1.763 8.936 2.101 3.04-.002-3.04h1.773v6.128H3.99l-2.218-3.227v3.227H0V8.936zm22.237 0v1.614h-1.612v4.514h-1.883V10.55h-1.611V8.936zm-9.598 0 .996 1.573 1.061-1.573h1.947l-1.98 3.034 2.013 3.094h-2.063l-1.005-1.558-.99 1.558h-2.015l1.975-3.038-2.004-3.09zm-2.652 0L9.327 13.51h2.372v1.554H6.573l2.379-4.584H6.704V8.936z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/o2.svg b/mkdocs-material/material/templates/.icons/simple/o2.svg new file mode 100644 index 0000000..e34abc0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/o2.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.473.191C3.827.191 0 4.271 0 9.917c0 5.317 3.86 9.726 9.472 9.726 5.61 0 9.433-4.409 9.433-9.726C18.905 4.27 15.116.19 9.473.19zm-.002 2.77c3.677 0 5.79 3.422 5.79 6.956 0 3.314-1.785 6.956-5.79 6.956-4.007 0-5.827-3.642-5.827-6.956 0-3.534 2.148-6.956 5.827-6.956m11.69 12.48a5.5 5.5 0 0 0-2.44.588l.13 1.367c.543-.353 1.204-.66 1.9-.66.695 0 1.34.355 1.34 1.11 0 1.509-2.791 3.84-3.558 4.584v1.38H24v-1.298h-3.36c1.344-1.32 3.1-2.924 3.1-4.668 0-1.614-1.013-2.403-2.58-2.403z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/observable.svg b/mkdocs-material/material/templates/.icons/simple/observable.svg new file mode 100644 index 0000000..32c9c95 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/observable.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20q-1.597 0-2.77-.696a4.7 4.7 0 0 1-1.794-1.89 10 10 0 0 1-.916-2.53A13.6 13.6 0 0 1 6.23 12q0-1.149.152-2.2.15-1.049.556-2.132A6.8 6.8 0 0 1 7.98 5.79a4.7 4.7 0 0 1 1.668-1.293Q10.681 4 12 4q1.597 0 2.77.696a4.7 4.7 0 0 1 1.794 1.89q.627 1.193.916 2.53T17.77 12q0 1.149-.152 2.2a9.8 9.8 0 0 1-.567 2.132 7.2 7.2 0 0 1-1.042 1.878q-.627.796-1.657 1.293-1.031.498-2.352.497m2.037-5.882c.551-.554.858-1.32.848-2.118q0-1.236-.827-2.118Q13.23 9 12 9t-2.058.882A2.99 2.99 0 0 0 9.115 12q0 1.236.827 2.118Q10.77 15 12 15t2.037-.882M12 24c6.372 0 11.538-5.373 11.538-12S18.372 0 12 0 .462 5.373.462 12 5.628 24 12 24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/obsidian.svg b/mkdocs-material/material/templates/.icons/simple/obsidian.svg new file mode 100644 index 0000000..31e8291 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/obsidian.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.355 18.538a68.967 68.959 0 0 0 1.858-2.954.81.81 0 0 0-.062-.9c-.516-.685-1.504-2.075-2.042-3.362-.553-1.321-.636-3.375-.64-4.377a1.7 1.7 0 0 0-.358-1.05l-3.198-4.064a4 4 0 0 1-.076.543c-.106.503-.307 1.004-.536 1.5-.134.29-.29.6-.446.914l-.31.626c-.516 1.068-.997 2.227-1.132 3.59-.124 1.26.046 2.73.815 4.481q.192.016.386.044a6.36 6.36 0 0 1 3.326 1.505c.916.79 1.744 1.922 2.415 3.5zM8.199 22.569q.11.019.22.02c.78.024 2.095.092 3.16.29.87.16 2.593.64 4.01 1.055 1.083.316 2.198-.548 2.355-1.664.114-.814.33-1.735.725-2.58l-.01.005c-.67-1.87-1.522-3.078-2.416-3.849a5.3 5.3 0 0 0-2.778-1.257c-1.54-.216-2.952.19-3.84.45.532 2.218.368 4.829-1.425 7.531zM5.533 9.938q-.035.15-.098.29L2.82 16.059a1.6 1.6 0 0 0 .313 1.772l4.116 4.24c2.103-3.101 1.796-6.02.836-8.3-.728-1.73-1.832-3.081-2.55-3.831zM9.32 14.01c.615-.183 1.606-.465 2.745-.534-.683-1.725-.848-3.233-.716-4.577.154-1.552.7-2.847 1.235-3.95q.17-.35.328-.664c.149-.297.288-.577.419-.86.217-.47.379-.885.46-1.27.08-.38.08-.72-.014-1.043-.095-.325-.297-.675-.68-1.06a1.6 1.6 0 0 0-1.475.36l-4.95 4.452a1.6 1.6 0 0 0-.513.952l-.427 2.83c.672.59 2.328 2.316 3.335 4.711q.136.317.253.653"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/obsstudio.svg b/mkdocs-material/material/templates/.icons/simple/obsstudio.svg new file mode 100644 index 0000000..a0c9aa0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/obsstudio.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 24C5.383 24 0 18.617 0 12S5.383 0 12 0s12 5.383 12 12-5.383 12-12 12m0-22.891C5.995 1.109 1.11 5.995 1.11 12S5.995 22.89 12 22.89 22.89 18.005 22.89 12 18.005 1.109 12 1.109M6.182 5.99c.352-1.698 1.503-3.229 3.05-3.996-.269.273-.595.483-.844.78-1.02 1.1-1.48 2.692-1.199 4.156.355 2.235 2.455 4.06 4.732 4.028 1.765.079 3.485-.937 4.348-2.468 1.848.063 3.645 1.017 4.7 2.548.54.799.962 1.736.991 2.711-.342-1.295-1.202-2.446-2.375-3.095a4.9 4.9 0 0 0-3.772-.425c-1.56.448-2.849 1.723-3.293 3.293-.377 1.25-.216 2.628.377 3.772-.825 1.429-2.315 2.449-3.932 2.756-1.244.261-2.551.059-3.709-.464 1.036.302 2.161.355 3.191-.011a4.91 4.91 0 0 0 3.024-2.935c.556-1.49.345-3.261-.591-4.54-.7-1.007-1.803-1.717-3.002-1.969-.38-.068-.764-.098-1.148-.134-.611-1.231-.834-2.66-.528-3.996z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ocaml.svg b/mkdocs-material/material/templates/.icons/simple/ocaml.svg new file mode 100644 index 0000000..a2b3288 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ocaml.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.178 21.637c-.085-.17-.187-.524-.255-.676-.067-.135-.27-.506-.37-.625-.22-.253-.27-.27-.338-.608-.12-.574-.405-1.588-.76-2.296-.187-.372-.49-.677-.761-.947-.236-.236-.777-.624-.878-.607-.895.169-1.166 1.046-1.587 1.739-.237.388-.473.71-.66 1.115-.167.371-.151.793-.439 1.115a2.95 2.95 0 0 0-.624 1.097c-.034.084-.101.929-.186 1.131l1.318-.084c1.233.085.877.557 2.787.456l3.022-.1a5.4 5.4 0 0 0-.27-.71zM20.96 1.539H3.023A3.02 3.02 0 0 0 0 4.56v6.587c.44-.152 1.047-1.08 1.25-1.3.337-.389.405-.895.574-1.2.389-.709.456-1.215 1.334-1.215.406 0 .575.1.845.473.186.253.523.743.675 1.064.186.371.474.86.609.962.1.068.185.136.27.17.135.05.253-.051.354-.12.118-.1.17-.286.287-.556.17-.39.339-.827.44-.997.169-.27.236-.608.422-.76.27-.236.641-.253.743-.27.557-.118.81.27 1.08.507.186.168.423.49.609.91.135.339.304.661.388.846.068.185.237.49.338.86.101.322.337.575.44.744 0 0 .152.406 1.03.778a8 8 0 0 0 .81.286c.39.135.76.12 1.233.068.338 0 .524-.49.676-.878.084-.237.185-.895.236-1.081s-.085-.32.034-.49c.135-.186.22-.203.287-.439.17-.523 1.114-.54 1.655-.54.456 0 .389.44 1.149.287.439-.085.86.05 1.318.185.388.102.76.22.98.473.134.17.489.997.134 1.031.033.033.067.118.118.151-.085.322-.422.085-.625.051-.253-.05-.44 0-.693.118-.439.187-1.063.17-1.452.49-.32.271-.32.861-.473 1.2 0 0-.422 1.063-1.317 1.722-.237.17-.692.574-1.672.726-.44.068-.86.068-1.318.05-.22-.016-.438-.016-.658-.016-.136 0-.575-.017-.558.034l-.05.119a.6.6 0 0 0 .033.169c.017.1.017.185.034.27 0 .185-.017.388 0 .574.017.388.17.743.186 1.148.017.44.236.913.456 1.267.085.135.203.152.254.32.067.186 0 .406.033.609.118.794.355 1.638.71 2.364v.017c.439-.067.895-.236 1.47-.32 1.063-.153 2.532-.085 3.478-.17 2.399-.22 3.7.98 5.844.49V4.562a3.045 3.045 0 0 0-3.04-3.023m-8.951 14.187q0-.051 0 0m-6.47 2.769c.17-.372.271-.778.406-1.15.135-.354.337-.86.693-1.046-.05-.05-.744-.068-.929-.085a7 7 0 0 1-.608-.084 23 23 0 0 1-1.15-.236c-.22-.051-.979-.322-1.13-.39-.39-.168-.642-.658-.93-.607-.185.034-.37.101-.49.287-.1.152-.134.423-.202.608-.084.203-.22.405-.32.608-.238.354-.626.676-.795 1.03-.033.085-.05.169-.084.254v4.07c.202.034.405.068.624.135 1.69.456 2.095.49 3.75.304l.152-.017c.118-.27.22-1.165.304-1.435.067-.22.153-.39.187-.591.033-.203 0-.406-.017-.59-.034-.491.354-.661.54-1.065z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/oclif.svg b/mkdocs-material/material/templates/.icons/simple/oclif.svg new file mode 100644 index 0000000..0de7fc7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/oclif.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.887 8.804a.58.58 0 0 0-.417-.172H.585A.586.586 0 0 0 0 9.219v5.562c0 .325.262.587.585.587H14.47a.58.58 0 0 0 .417-.172l2.633-2.774a.607.607 0 0 0 0-.837zm-4.38 1.684c.07-.066.162-.1.257-.097q.091.002.171.047.083.046.134.125a.3.3 0 0 1 .05.172.3.3 0 0 1-.05.173.4.4 0 0 1-.134.124.364.364 0 0 1-.486-.124.3.3 0 0 1-.048-.173.33.33 0 0 1 .106-.247m-6.804 2.86a1.102 1.102 0 0 1-1.971 0 1.4 1.4 0 0 1-.15-.66c-.002-.221.05-.44.153-.635a1.17 1.17 0 0 1 .413-.453c.348-.22.792-.22 1.14 0 .175.111.318.268.413.453.103.195.155.414.153.635a1.4 1.4 0 0 1-.151.66m2.465-1.083a.74.74 0 0 0-.645-.34.54.54 0 0 0-.318.1.7.7 0 0 0-.234.27 1 1 0 0 0-.084.422.95.95 0 0 0 .084.39.58.58 0 0 0 .545.356 1 1 0 0 0 .191-.02.6.6 0 0 0 .128-.054.86.86 0 0 0 .292-.243l.332.385a1.22 1.22 0 0 1-.948.426 1.2 1.2 0 0 1-.617-.16 1.14 1.14 0 0 1-.428-.45 1.35 1.35 0 0 1-.155-.645c-.002-.226.05-.448.155-.648.098-.189.246-.347.428-.458a1.2 1.2 0 0 1 .628-.172 1.3 1.3 0 0 1 .552.12.97.97 0 0 1 .404.345zm2.858 1.618H7.14v-.446h.655V10.87h-.619v-.453h1.2v3.02h.65zm2.581 0H9.943v-.462h.574v-1.474h-.55v-.46h1.118v1.934h.514zm2.812-2.8a1.2 1.2 0 0 0-.264-.194.6.6 0 0 0-.245-.052.44.44 0 0 0-.355.141.63.63 0 0 0-.12.417v.098h.732v.456h-.729v1.934h-.557v-1.94h-.514v-.457h.514v-.1c-.005-.192.04-.382.132-.55a.9.9 0 0 1 .357-.345c.153-.08.324-.121.497-.119.298-.003.585.118.792.334zm-11.213 1.18q.071.205.067.423.003.217-.067.422a.64.64 0 0 1-.194.286.46.46 0 0 1-.297.101.45.45 0 0 1-.291-.1.64.64 0 0 1-.195-.279 1.3 1.3 0 0 1-.067-.43q-.004-.218.068-.422a.6.6 0 0 1 .192-.273.46.46 0 0 1 .295-.088.48.48 0 0 1 .297.094c.087.07.154.16.192.266M24 15.088a.28.28 0 0 1-.28.28h-4.67a.28.28 0 0 1-.279-.28v-.274a.28.28 0 0 1 .28-.28h4.671a.28.28 0 0 1 .278.28z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/octanerender.svg b/mkdocs-material/material/templates/.icons/simple/octanerender.svg new file mode 100644 index 0000000..dba0e10 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/octanerender.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.71 0C8.24 3.9 6.92 6 6.64 9.14c-.01-.01-.03-.01-.04-.02-1.28-.73-2.3-2.22-2.91-3.73l-2.23.87c1.64 4.95 2.81 7.13 5.39 8.94-.02.01-.03.02-.05.03-1.27.74-3.07.89-4.68.66l-.36 2.37c5.11 1.06 7.59 1.15 10.46-.19v.06c0 1.47-.77 3.09-1.78 4.38L12.3 24c3.46-3.89 4.78-5.99 5.06-9.13.02.01.03.01.05.02 1.27.73 2.29 2.21 2.9 3.73l2.23-.87c-1.64-4.95-2.8-7.14-5.39-8.95.02-.01.03-.02.05-.03 1.27-.74 3.07-.88 4.68-.65l.36-2.38c-5.1-1.06-7.58-1.14-10.44.19v-.06c0-1.47.77-3.09 1.78-4.38zm.19 8.82a3.18 3.18 0 0 1 3.28 3.07 3.18 3.18 0 0 1-3.07 3.28 3.18 3.18 0 0 1-3.28-3.07 3.18 3.18 0 0 1 3.07-3.28"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/octave.svg b/mkdocs-material/material/templates/.icons/simple/octave.svg new file mode 100644 index 0000000..f3e2a78 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/octave.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.5.007c-2.414-.09-4.658.715-6.286 2.485C2.913 3.906 2.188 5.75 1.987 7.77h-.42C.703 7.77 0 8.473 0 9.335v4.743c0 .863.702 1.567 1.565 1.567h2.091a17 17 0 0 0 2.57 3.687c4.46 4.848 10.696 6.036 14.561 3.016h2.102c.577 0 1.05-.473 1.05-1.05V18.43a1.03 1.03 0 0 0-.257-.668c.858-3.433-.045-7.642-2.52-11.219.002-.017.01-.032.01-.049V4.482a.82.82 0 0 0-.816-.819h-1.703C16.142 1.372 13.218.11 10.5.007m1.75 2.18c1.78-.01 3.69.62 5.425 1.85a.8.8 0 0 0-.15.445v2.013c0 .449.368.82.816.82h2.016a.8.8 0 0 0 .392-.116c2.248 3.302 2.735 7.322 1.24 10.18h-1.964c-.579 0-1.052.475-1.052 1.051v1.794c-2.991 1.3-7.005.222-9.964-2.992a12.7 12.7 0 0 1-1.55-2.098c.256-.279.416-.647.416-1.056V9.335c0-.862-.702-1.565-1.565-1.565H5.9c.238-1.364.781-2.612 1.688-3.596 1.225-1.331 2.88-1.98 4.661-1.988zm6.091 2.01h2.016c.162 0 .283.123.283.285v2.013c0 .163-.12.285-.283.285H18.34a.28.28 0 0 1-.285-.285V4.482a.28.28 0 0 1 .285-.285zM1.566 8.303h4.743c.578 0 1.033.456 1.033 1.032v4.743c0 .577-.455 1.033-1.032 1.033H1.567a1.024 1.024 0 0 1-1.034-1.032V9.335c0-.576.455-1.032 1.032-1.032zm18.459 9.61h2.865c.29 0 .52.226.52.518v2.865a.51.51 0 0 1-.52.519h-2.865a.51.51 0 0 1-.519-.519v-2.864a.51.51 0 0 1 .519-.518z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/octobercms.svg b/mkdocs-material/material/templates/.icons/simple/octobercms.svg new file mode 100644 index 0000000..ce634a0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/octobercms.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.949 11.496C20.573 5.365 13.894.06 11.143 0 8.391-.059 3.247 6.435 3.04 13.033 2.844 19.219 8.124 23.462 10.397 24c.063-2.91.296-13.627.335-14.877.082-2.553.207-6.527.634-6.659.244-.076.578 2.158.537 3.478-.008.252-.011 1.068-.011 2.226.46-.469.94-.955 1.233-1.242.8-.787 1.155-.693.77.009-.236.432-1.253 1.868-2.001 2.909.004 2.099.013 4.74.023 7.202 1.057-1.237 2.35-2.72 3.03-3.378 1.425-1.382 1.576-1.207.903.243-.413.888-2.434 3.258-3.925 5.127.009 2.185.016 4.021.018 4.898 4-.88 9.373-6.42 9.006-12.44"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/octoprint.svg b/mkdocs-material/material/templates/.icons/simple/octoprint.svg new file mode 100644 index 0000000..84e84f5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/octoprint.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.942 4.613C2.424 5.987 1.107 7.473.476 9.71c-.634 2.248-.585 5.094-.145 7.398s1.12 4.107 1.873 5.83h13.179c-.31-.988-.761-1.967-1.446-3.237-.685-1.268-1.658-2.692-2.648-4.178s-1.985-3.077-1.851-4.472c.094-.987.49-1.976 1.492-2.76 1.16-.909 2.289-1.437 3.353-1.595 3.325-.496 6.422.601 8.925 3.366.288.316.36.726.545 1.127l.166-.653c.15-.589.088-1.359-.152-2.371-.243-1.029-.563-1.792-1.46-2.973-.893-1.176-2.467-2.322-4.48-3.226-1.5-.673-3.305-1-5.798-.879-2.522.124-5.494 1.177-8.087 3.526"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/octopusdeploy.svg b/mkdocs-material/material/templates/.icons/simple/octopusdeploy.svg new file mode 100644 index 0000000..8278334 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/octopusdeploy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.18 18.212c1.805-1.162 3.928-3.162 3.122-5.51-.437-1.282-1.046-2.379-1.127-3.762a8.5 8.5 0 0 1 .515-3.46C6.31 1.14 11.126-.917 15.481.389c4.03 1.216 6.808 5.893 5.119 9.973-.965 2.356-1.395 4.173.755 6.006.582.496 2 1.24 1.992 2.123 0 1.163-2.27-.244-2.522-.445.286.503 3.138 3.487 1.325 3.688-1.67.194-3.147-2.139-4.15-3.142-1.686-1.682-1.395 2.042-1.403 2.81 0 1.212-.868 3.676-2.41 2.072-1.27-1.321-.775-3.433-1.674-4.905-.968-1.612-2.58 1.612-2.983 2.2-.45.66-2.713 3.844-3.596 2.147-.725-1.38.434-3.538 1.007-4.785-.209.453-1.685 1.123-2.115 1.34a5.74 5.74 0 0 1-3.057.706c-2.267-.163-.527-1.368.387-1.96z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/oculus.svg b/mkdocs-material/material/templates/.icons/simple/oculus.svg new file mode 100644 index 0000000..596626d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/oculus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.135 13.949c-.319.221-.675.355-1.057.416s-.761.049-1.142.049H8.063c-.382 0-.762.014-1.145-.049a2.6 2.6 0 0 1-1.057-.416 2.38 2.38 0 0 1-1.027-1.951c0-.796.387-1.515 1.029-1.95.314-.225.674-.359 1.049-.42s.75-.061 1.141-.061h7.875c.375 0 .765-.014 1.14.046s.735.194 1.051.405a2.34 2.34 0 0 1 1.02 1.949c0 .78-.391 1.5-1.035 1.95zm3.174-7.555a7.2 7.2 0 0 0-2.865-1.398 8.8 8.8 0 0 0-1.822-.23c-.449-.015-.899-.01-1.364-.01H8.76c-.457 0-.915-.005-1.372.01a9 9 0 0 0-1.825.23 7.3 7.3 0 0 0-2.865 1.4A7.17 7.17 0 0 0 0 12c0 2.182.99 4.241 2.689 5.606a7.3 7.3 0 0 0 2.865 1.4 8.8 8.8 0 0 0 1.823.229c.45.016.9.012 1.365.012h6.496c.449 0 .914.004 1.364-.012a8.6 8.6 0 0 0 1.814-.229 7.4 7.4 0 0 0 2.866-1.402A7.13 7.13 0 0 0 24 12c0-2.181-.99-4.241-2.691-5.606"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/odnoklassniki.svg b/mkdocs-material/material/templates/.icons/simple/odnoklassniki.svg new file mode 100644 index 0000000..9269cac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/odnoklassniki.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0a6.2 6.2 0 0 0-6.194 6.195 6.2 6.2 0 0 0 6.195 6.192 6.2 6.2 0 0 0 6.193-6.192A6.2 6.2 0 0 0 12.001 0zm0 3.63a2.567 2.567 0 0 1 2.565 2.565 2.57 2.57 0 0 1-2.564 2.564 2.57 2.57 0 0 1-2.565-2.564 2.567 2.567 0 0 1 2.565-2.564zM6.807 12.6a1.814 1.814 0 0 0-.91 3.35 11.6 11.6 0 0 0 3.597 1.49l-3.462 3.463a1.815 1.815 0 0 0 2.567 2.566L12 20.066l3.405 3.403a1.813 1.813 0 0 0 2.564 0c.71-.709.71-1.858 0-2.566l-3.462-3.462a11.6 11.6 0 0 0 3.596-1.49 1.814 1.814 0 1 0-1.932-3.073 7.87 7.87 0 0 1-8.34 0c-.318-.2-.674-.29-1.024-.278"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/odoo.svg b/mkdocs-material/material/templates/.icons/simple/odoo.svg new file mode 100644 index 0000000..7ed352f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/odoo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.1 15.796a2.9 2.9 0 1 1 0-5.8 2.9 2.9 0 0 1 0 5.8m0-1.2a1.7 1.7 0 1 0 .002-3.4H21.1a1.7 1.7 0 0 0 0 3.4m-6.065 1.2a2.9 2.9 0 1 1 0-5.8 2.9 2.9 0 0 1 0 5.8m0-1.2a1.7 1.7 0 1 0 .002-3.4h-.002a1.7 1.7 0 0 0 0 3.4m-3.17-1.738c0 1.62-1.298 2.938-2.898 2.938s-2.9-1.314-2.9-2.936S7.248 10 8.968 10c.636 0 1.224.134 1.7.484v-1.68a.6.6 0 0 1 1.2 0v4.054zm-2.898 1.74a1.7 1.7 0 0 0 .002-3.4h-.002a1.7 1.7 0 0 0 0 3.4M2.9 15.796a2.9 2.9 0 1 1 0-5.8 2.9 2.9 0 0 1 0 5.8zm0-1.2a1.7 1.7 0 1 0 .002-3.4H2.9a1.7 1.7 0 0 0 0 3.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/odysee.svg b/mkdocs-material/material/templates/.icons/simple/odysee.svg new file mode 100644 index 0000000..8b9de5f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/odysee.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.965 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12 12 12 0 0 0-3.209-8.167 7.3 7.3 0 0 1-.799 3.218c-.548.957-2.281 2.77-3.264 3.699a.723.723 0 0 0 .056 1.104c.996.74 2.658 2.151 2.788 3.422.176 1.835 1.6 4.02 1.675 4.159a.7.7 0 0 1-.105.327 12 12 0 0 1-2.03 1.898 2.4 2.4 0 0 1-.807.126c-1.944-.04-1.526-1.866-1.712-2.905s-.78-3.085-2.716-2.788c0 0 .484 4.243-1.489 5.546s-5.843 2.27-6.55-.408 2.46-2.384 2.684-2.384c.223 0 2.233-.632 1.267-2.53s-2.01-3.5-2.01-3.5a11.4 11.4 0 0 0-2.735 1.285 5.4 5.4 0 0 0-1.061.82c-1.065 1.104-2.19 1.713-2.954 1.358a1.4 1.4 0 0 1-.32-.221A12 12 0 0 1 .1 13.503c.43-.641 2.082-2.038 3.696-2.906 1.304-.702 2.737-.988 3.118-1.355-.671-2.235-1.882-5.703.832-7.33C9.881.634 12.69-.142 13.77 2.958s.802 3.796 1.267 3.796 1.608.223 2.09-1.75c.356-1.445.574-2.685 1.379-3.087A12 12 0 0 0 12 0zm-.498 2.125c-.353-.019-.78.05-1.303.224 0 0-1.895.52-1.749 2.53.13 1.777 1.08 2.753 3.053 2.01 1.972-.737 2.31-1.264 1.824-2.753-.364-1.117-.765-1.956-1.825-2.011m.48.726a.25.25 0 0 1 .183.07 1.6 1.6 0 0 1 .232.346.253.253 0 0 1-.197.37.25.25 0 0 1-.233-.131 1.6 1.6 0 0 0-.148-.232.256.256 0 0 1 0-.353.25.25 0 0 1 .163-.07m3.529.152a.22.22 0 0 1 .192.103.22.22 0 0 1-.07.305.22.22 0 1 1-.122-.408M12.609 4.27a.25.25 0 0 1 .227.133 1.5 1.5 0 0 1 .102.982.25.25 0 0 1-.246.205h-.049a.253.253 0 0 1-.2-.295 1 1 0 0 0-.071-.697.253.253 0 0 1 .237-.328m-8.035.552.029.003a.12.12 0 1 1-.147.091.12.12 0 0 1 .118-.094m15.77 3.419.273.539.593.12-.539.275-.123.592-.272-.539-.592-.123.538-.272zm-17.767.535a.22.22 0 0 1 .193.104.22.22 0 0 1-.07.304.22.22 0 1 1-.123-.408m16.004 2.79a.3.3 0 0 1 .062.007.258.258 0 1 1-.31.195.26.26 0 0 1 .248-.202M4.914 16.115a.17.17 0 0 1 .165.14.17.17 0 0 1-.137.197.17.17 0 1 1-.028-.337m9.769 4.094.036.004a.2.2 0 1 1-.233.15.2.2 0 0 1 .197-.154"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ohdear.svg b/mkdocs-material/material/templates/.icons/simple/ohdear.svg new file mode 100644 index 0000000..87840d8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ohdear.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.811 9.333c2.535 0 4.597 1.994 4.597 4.445 0 2.45-2.063 4.444-4.597 4.444-2.214 0-4.067-1.521-4.5-3.54H0v-1.797h6.306c.43-2.024 2.285-3.552 4.504-3.552m7.33-3.555v3.876c.602-.384 1.334-.586 2.14-.586 1.716 0 3.72 1.152 3.72 4.4v4.458h-1.846v-4.458c0-1.024-.25-1.757-.744-2.18-.389-.332-.845-.402-1.159-.402-.963 0-2.11.448-2.11 2.582v4.458h-1.846V5.778zm-7.33 5.374c-1.498 0-2.716 1.178-2.716 2.626s1.218 2.626 2.716 2.626 2.716-1.178 2.716-2.626-1.218-2.626-2.716-2.626"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/okcupid.svg b/mkdocs-material/material/templates/.icons/simple/okcupid.svg new file mode 100644 index 0000000..0cb57b2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/okcupid.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.287 5.336c-1.656 0-2.609.886-2.831 2.632l-.106.804a.275.275 0 0 1-.382.218c-.67-.294-1.472-.45-2.397-.45C2.24 8.54 0 10.794 0 14.146 0 16.933 1.738 18.6 4.65 18.6c1.213 0 2.275-.27 3.142-.766a.27.27 0 0 1 .323.045c.452.44 1.108.688 1.906.688.74 0 1.281-.072 1.702-.228l.489-.18a.28.28 0 0 1 .248.03c.371.234.84.378 1.456.378 1.138 0 1.927-.218 2.474-.535a.28.28 0 0 1 .272-.005q.285.15.61.264c.623.244 1.355.374 2.198.374 3.635 0 4.38-1.791 4.38-2.838 0-.515-.127-1.04-.473-1.435-.01-.013-.027-.023-.038-.04-.387-.539-1.147-.349-1.324-.701-.09-.181-.016-.494.59-.466 1.09.05 1.395-1.399 1.395-2.172 0-.954-.449-2.556-3.455-2.556-1.144 0-2.151.247-2.993.697q-.121.057-.241.116a.27.27 0 0 1-.298-.034c-.435-.379-1.115-.661-2.177-.661q-.336 0-.625.039a.275.275 0 0 1-.312-.31l.118-.888.097-.727a.28.28 0 0 0-.106-.257l-.582-.447c-.735-.563-1.656-.648-2.14-.648zm.013 1.545c.46 0 .92.115 1.2.33l-.773 5.784c1.956-2.712 2.136-2.876 3.122-2.876 1.036 0 1.397.296 1.397.887 0 .345-.098.575-.263.756-.246-.016-.493-.016-.69-.016-.345 0-.542.082-1.512 1.413L14.9 15.18c.082.132.164.247.345.247.148 0 .395-.017.592-.066.164.115.23.346.23.559 0 .772-.773 1.101-2.137 1.101-.64 0-.87-.23-1.216-.97L11.612 13.8l-.411 3.09c-.312.115-.821.131-1.167.131-.723 0-1.051-.295-1.051-.92q0-.271.098-.937l.92-7c.132-1.036.477-1.283 1.299-1.283m-5.716 3.204c2.383 0 3.221 1.184 3.221 2.943 0 2.482-1.512 4.026-4.141 4.026-1.874 0-3.107-.822-3.107-2.909 0-2.432 1.48-4.06 4.027-4.06m14.718.017c1.561 0 1.939.477 1.939 1.101 0 .345-.115.543-.329.707-.377-.115-.772-.18-1.38-.18-1.184 0-1.857.69-1.857 2.169 0 1.084.328 1.479 1.199 1.479.493 0 1.068-.116 1.693-.345.23.115.345.443.345.69 0 .838-.756 1.331-2.613 1.331-1.988 0-3.057-.805-3.057-2.893 0-2.596 1.578-4.059 4.06-4.059M5.452 11.68c-1.002 0-1.56 1.019-1.56 2.383 0 .986.279 1.43 1.084 1.43.903 0 1.594-.872 1.594-2.367 0-.969-.263-1.446-1.117-1.446z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/okta.svg b/mkdocs-material/material/templates/.icons/simple/okta.svg new file mode 100644 index 0000000..a883918 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/okta.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.389 0 0 5.35 0 12s5.35 12 12 12 12-5.35 12-12S18.611 0 12 0m0 18c-3.325 0-6-2.675-6-6s2.675-6 6-6 6 2.675 6 6-2.675 6-6 6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/okx.svg b/mkdocs-material/material/templates/.icons/simple/okx.svg new file mode 100644 index 0000000..ffc8473 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/okx.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.15 8.685c.03.02.05.06.05.1v6.44c0 .04-.02.08-.05.1a.17.17 0 0 1-.11.05H.16a.17.17 0 0 1-.11-.05.14.14 0 0 1-.05-.1v-6.44c0-.04.02-.08.05-.1a.17.17 0 0 1 .11-.05h6.88c.04 0 .08.02.11.05m-2.35 2.35a.14.14 0 0 0-.05-.1.16.16 0 0 0-.11-.05H2.56a.17.17 0 0 0-.11.04.14.14 0 0 0-.05.1v1.95c0 .04.02.08.05.1.03.04.07.05.11.05h2.08c.04 0 .08-.01.11-.04a.14.14 0 0 0 .05-.1zm16.8 0v1.94c0 .09-.07.15-.16.15h-2.08c-.09 0-.16-.06-.16-.15v-1.94c0-.08.07-.15.16-.15h2.08c.09 0 .16.06.16.15m-2.4-2.25v1.95c0 .08-.07.15-.16.15h-2.08c-.09 0-.16-.07-.16-.15v-1.95c0-.08.07-.15.16-.15h2.08c.09 0 .16.07.16.15m4.8 0v1.95c0 .08-.07.15-.16.15h-2.08c-.09 0-.16-.07-.16-.15v-1.95c0-.08.07-.15.16-.15h2.08c.09 0 .16.07.16.15m-4.8 4.5v1.94c0 .08-.07.15-.16.15h-2.08c-.09 0-.16-.07-.16-.15v-1.95c0-.08.07-.15.16-.15h2.08c.09 0 .16.07.16.15zm4.8 0v1.94c0 .08-.07.15-.16.15h-2.08c-.09 0-.16-.07-.16-.15v-1.95c0-.08.07-.15.16-.15h2.08c.09 0 .16.07.16.15zm-8.4-4.5v1.95c0 .08-.07.15-.16.15h-2.08c-.09 0-.16-.07-.16-.15v-1.95c0-.08.07-.15.16-.15h2.08c.09 0 .16.07.16.15m0 4.5v1.94c0 .08-.07.15-.16.15h-2.08c-.09 0-.16-.07-.16-.15v-1.95c0-.08.07-.15.16-.15h2.08c.09 0 .16.07.16.15zm-2.4-.3a.16.16 0 0 1-.16.15H10.8v2.08c0 .04-.02.08-.05.11a.17.17 0 0 1-.11.04H8.56a.17.17 0 0 1-.12-.04.14.14 0 0 1-.04-.1v-6.45c0-.04.01-.08.04-.1a.17.17 0 0 1 .12-.05h2.08c.04 0 .08.02.11.05.03.02.05.06.05.1v2.1h2.24c.04 0 .08.01.11.04s.05.07.05.1v1.97"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ollama.svg b/mkdocs-material/material/templates/.icons/simple/ollama.svg new file mode 100644 index 0000000..edce6f7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ollama.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.361 10.26a.9.9 0 0 0-.558.47l-.072.148.001.207c0 .193.004.217.059.353.076.193.152.312.291.448.24.238.51.3.872.205a.86.86 0 0 0 .517-.436.75.75 0 0 0 .08-.498c-.064-.453-.33-.782-.724-.897a1.1 1.1 0 0 0-.466 0m-9.203.005c-.305.096-.533.32-.65.639a1.2 1.2 0 0 0-.06.52c.057.309.31.59.598.667.362.095.632.033.872-.205.14-.136.215-.255.291-.448.055-.136.059-.16.059-.353l.001-.207-.072-.148a.9.9 0 0 0-.565-.472 1 1 0 0 0-.474.007m4.184 2c-.131.071-.223.25-.195.383.031.143.157.288.353.407.105.063.112.072.117.136.004.038-.01.146-.029.243-.02.094-.036.194-.036.222.002.074.07.195.143.253.064.052.076.054.255.059.164.005.198.001.264-.03.169-.082.212-.234.15-.525-.052-.243-.042-.28.087-.355.137-.08.281-.219.324-.314a.365.365 0 0 0-.175-.48.4.4 0 0 0-.181-.033c-.126 0-.207.03-.355.124l-.085.053-.053-.032c-.219-.13-.259-.145-.391-.143a.4.4 0 0 0-.193.032m.39-2.195c-.373.036-.475.05-.654.086a4.5 4.5 0 0 0-.951.328c-.94.46-1.589 1.226-1.787 2.114-.04.176-.045.234-.045.53 0 .294.005.357.043.524.264 1.16 1.332 2.017 2.714 2.173.3.033 1.596.033 1.896 0 1.11-.125 2.064-.727 2.493-1.571.114-.226.169-.372.22-.602.039-.167.044-.23.044-.523 0-.297-.005-.355-.045-.531-.288-1.29-1.539-2.304-3.072-2.497a7 7 0 0 0-.855-.031zm.645.937a3.3 3.3 0 0 1 1.44.514c.223.148.537.458.671.662.166.251.26.508.303.82.02.143.01.251-.043.482-.08.345-.332.705-.672.957a3 3 0 0 1-.689.348c-.382.122-.632.144-1.525.138-.582-.006-.686-.01-.853-.042q-.856-.16-1.35-.68c-.264-.28-.385-.535-.45-.946-.03-.192.025-.509.137-.776.136-.326.488-.73.836-.963.403-.269.934-.46 1.422-.512.187-.02.586-.02.773-.002m-5.503-11a1.65 1.65 0 0 0-.683.298C5.617.74 5.173 1.666 4.985 2.819c-.07.436-.119 1.04-.119 1.503 0 .544.064 1.24.155 1.721.02.107.031.202.023.208l-.187.152a5.3 5.3 0 0 0-.949 1.02 5.5 5.5 0 0 0-.94 2.339 6.6 6.6 0 0 0-.023 1.357c.091.78.325 1.438.727 2.04l.13.195-.037.064c-.269.452-.498 1.105-.605 1.732-.084.496-.095.629-.095 1.294 0 .67.009.803.088 1.266.095.555.288 1.143.503 1.534.071.128.243.393.264.407.007.003-.014.067-.046.141a7.4 7.4 0 0 0-.548 1.873 5 5 0 0 0-.071.991c0 .56.031.832.148 1.279L3.42 24h1.478l-.05-.091c-.297-.552-.325-1.575-.068-2.597.117-.472.25-.819.498-1.296l.148-.29v-.177c0-.165-.003-.184-.057-.293a.9.9 0 0 0-.194-.25 1.7 1.7 0 0 1-.385-.543c-.424-.92-.506-2.286-.208-3.451.124-.486.329-.918.544-1.154a.8.8 0 0 0 .223-.531c0-.195-.07-.355-.224-.522a3.14 3.14 0 0 1-.817-1.729c-.14-.96.114-2.005.69-2.834.563-.814 1.353-1.336 2.237-1.475.199-.033.57-.028.776.01.226.04.367.028.512-.041.179-.085.268-.19.374-.431.093-.215.165-.333.36-.576.234-.29.46-.489.822-.729.413-.27.884-.467 1.352-.561.17-.035.25-.04.569-.04s.398.005.569.04a4.07 4.07 0 0 1 1.914.997c.117.109.398.457.488.602.034.057.095.177.132.267.105.241.195.346.374.43.14.068.286.082.503.045.343-.058.607-.053.943.016 1.144.23 2.14 1.173 2.581 2.437.385 1.108.276 2.267-.296 3.153-.097.15-.193.27-.333.419-.301.322-.301.722-.001 1.053.493.539.801 1.866.708 3.036-.062.772-.26 1.463-.533 1.854a2 2 0 0 1-.224.258.9.9 0 0 0-.194.25c-.054.109-.057.128-.057.293v.178l.148.29c.248.476.38.823.498 1.295.253 1.008.231 2.01-.059 2.581a1 1 0 0 0-.044.098c0 .006.329.009.732.009h.73l.02-.074.036-.134c.019-.076.057-.3.088-.516a9 9 0 0 0 0-1.258c-.11-.875-.295-1.57-.597-2.226-.032-.074-.053-.138-.046-.141a1.4 1.4 0 0 0 .108-.152c.376-.569.607-1.284.724-2.228.031-.26.031-1.378 0-1.628-.083-.645-.182-1.082-.348-1.525a6 6 0 0 0-.329-.7l-.038-.064.131-.194c.402-.604.636-1.262.727-2.04a6.6 6.6 0 0 0-.024-1.358 5.5 5.5 0 0 0-.939-2.339 5.3 5.3 0 0 0-.95-1.02l-.186-.152a.7.7 0 0 1 .023-.208c.208-1.087.201-2.443-.017-3.503-.19-.924-.535-1.658-.98-2.082-.354-.338-.716-.482-1.15-.455-.996.059-1.8 1.205-2.116 3.01a7 7 0 0 0-.097.726c0 .036-.007.066-.015.066a1 1 0 0 1-.149-.078A4.86 4.86 0 0 0 12 3.03c-.832 0-1.687.243-2.456.698a1 1 0 0 1-.148.078c-.008 0-.015-.03-.015-.066a7 7 0 0 0-.097-.725C8.997 1.392 8.337.319 7.46.048a2 2 0 0 0-.585-.041Zm.293 1.402c.248.197.523.759.682 1.388.03.113.06.244.069.292.007.047.026.152.041.233.067.365.098.76.102 1.24l.002.475-.12.175-.118.178h-.278c-.324 0-.646.041-.954.124l-.238.06c-.033.007-.038-.003-.057-.144a8.4 8.4 0 0 1 .016-2.323c.124-.788.413-1.501.696-1.711.067-.05.079-.049.157.013m9.825-.012c.17.126.358.46.498.888.28.854.36 2.028.212 3.145-.019.14-.024.151-.057.144l-.238-.06a3.7 3.7 0 0 0-.954-.124h-.278l-.119-.178-.119-.175.002-.474c.004-.669.066-1.19.214-1.772.157-.623.434-1.185.68-1.382.078-.062.09-.063.159-.012"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/oneplus.svg b/mkdocs-material/material/templates/.icons/simple/oneplus.svg new file mode 100644 index 0000000..8c3a26a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/oneplus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 3.74V24h20.26V12.428h-2.256v9.317H2.254V5.995h9.318V3.742zM18.004 0v3.74h-3.758v2.256h3.758v3.758h2.255V5.996H24V3.74h-3.758V0zm-6.45 18.756V8.862H9.562c0 .682-.228 1.189-.577 1.504-.367.297-.91.437-1.556.437h-.245v1.625h2.133v6.31h2.237z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/onlyfans.svg b/mkdocs-material/material/templates/.icons/simple/onlyfans.svg new file mode 100644 index 0000000..12691f5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/onlyfans.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 4.003h-4.015c-3.45 0-5.3.197-6.748 1.957a7.996 7.996 0 1 0 2.103 9.211c3.182-.231 5.39-2.134 6.085-5.173 0 0-2.399.585-4.43 0 4.018-.777 6.333-3.037 7.005-5.995M5.61 11.999A2.391 2.391 0 0 1 9.28 9.97a2.966 2.966 0 0 1 2.998-2.528h.008c-.92 1.778-1.407 3.352-1.998 5.263A2.392 2.392 0 0 1 5.61 12Zm2.386-7.996a7.996 7.996 0 1 0 7.996 7.996 7.996 7.996 0 0 0-7.996-7.996m0 10.394A2.399 2.399 0 1 1 10.395 12a2.396 2.396 0 0 1-2.399 2.398Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/onlyoffice.svg b/mkdocs-material/material/templates/.icons/simple/onlyoffice.svg new file mode 100644 index 0000000..ea5d3b9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/onlyoffice.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.501 11.724.631 7.16c-.841-.399-.841-1.014 0-1.376l9.87-4.563c.841-.399 2.194-.399 2.998 0l9.87 4.563c.841.398.841 1.014 0 1.376l-9.87 4.563c-.841.362-2.194.362-2.998 0zm0 5.468-9.87-4.563c-.841-.399-.841-1.014 0-1.376l3.363-1.558 6.507 3.006c.841.398 2.194.398 2.998 0l6.507-3.006 3.363 1.558c.841.398.841 1.014 0 1.376l-9.87 4.563c-.841.398-2.194.398-2.998 0m0 0L.631 12.63c-.841-.399-.841-1.014 0-1.376l3.363-1.558 6.507 3.006c.841.398 2.194.398 2.998 0l6.507-3.006 3.363 1.558c.841.398.841 1.014 0 1.376l-9.87 4.563c-.841.398-2.194.398-2.998 0m0 5.613-9.87-4.563c-.841-.398-.841-1.014 0-1.376l3.436-1.593 6.398 2.97c.84.398 2.193.398 2.997 0l6.398-2.97 3.436 1.593c.841.4.841 1.014 0 1.376l-9.87 4.563c-.768.362-2.12.362-2.925 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/onnx.svg b/mkdocs-material/material/templates/.icons/simple/onnx.svg new file mode 100644 index 0000000..8d07f9b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/onnx.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.033 11.296c-.05 0-.101 0-.151.013L18.86 3.87a.968.968 0 0 0-1.558-1.118L9.286 1.156a.97.97 0 0 0-.968-.854.976.976 0 0 0-.967.967.93.93 0 0 0 .113.453L1.219 10.68a.8.8 0 0 0-.251-.038.968.968 0 0 0 0 1.935h.037l3.368 8.33a1.1 1.1 0 0 0-.088.403.968.968 0 0 0 1.671.666l10.115.993c.1.427.49.728.943.728.54 0 .967-.44.967-.967a1 1 0 0 0-.226-.628l5.114-8.872c.05.013.1.013.164.013.54 0 .967-.44.967-.968a.97.97 0 0 0-.967-.98zm-5.806-7.275a1 1 0 0 0 .453.327L16.147 15.92c-.1.025-.189.05-.277.1L7.451 8.708a.8.8 0 0 0 .038-.251c0-.063-.013-.126-.013-.189zm4.876 8.507-5.177 3.556a1 1 0 0 0-.126-.075l1.546-11.674h.012l3.946 7.288a.96.96 0 0 0-.201.905zM6.383 7.502a.98.98 0 0 0-.83.955v.062l-3.455 2.048 5.378-7.702zm.352 1.91a.9.9 0 0 0 .352-.164l8.356 7.263a1.1 1.1 0 0 0-.063.352v.05l-9.31 3.845a.97.97 0 0 0-.604-.402zm8.896 8.117a.92.92 0 0 0 .503.289l.465 4.046a1.05 1.05 0 0 0-.452.452l-9.814-.955zm1.144.213a.96.96 0 0 0 .54-.867.9.9 0 0 0-.038-.25l4.738-3.255-4.8 8.33zm.251-14.35-9.889 4.31-.113-.075 1.257-5.39h.037c.34 0 .641-.176.817-.44l7.891 1.57zM1.935 11.612c0-.063-.013-.126-.013-.189l3.908-2.3c.076.076.164.151.264.202L4.825 20.243l-3.204-7.904c.188-.176.314-.44.314-.728"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/onstar.svg b/mkdocs-material/material/templates/.icons/simple/onstar.svg new file mode 100644 index 0000000..f8ec55b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/onstar.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.372 0 0 5.372 0 12s5.372 12 12 12 12-5.372 12-12S18.628 0 12 0m-.049.763c6.233 0 11.304 5.066 11.304 11.294s-5.07 11.295-11.304 11.295C5.718 23.352.647 18.286.647 12.057.647 5.83 5.718.763 11.951.763m0 .287C5.877 1.05.936 5.988.936 12.057c0 6.07 4.941 11.008 11.015 11.008s11.016-4.938 11.016-11.008S18.025 1.05 11.951 1.05m4.73 3.25.582 1.7 1.8.064-1.44 1.078.495 1.729-1.472-1.034-1.494 1.004.53-1.717-1.418-1.108 1.8-.028zM7.99 7.11c2.892 0 4.967 2.155 4.967 4.82v.027c0 2.664-2.102 4.847-4.994 4.847s-4.967-2.156-4.967-4.82v-.027c0-2.665 2.102-4.848 4.994-4.848zm-.027 1.9c-1.66 0-2.812 1.313-2.812 2.92v.027c0 1.606 1.179 2.945 2.839 2.945s2.812-1.312 2.812-2.918v-.027c0-1.607-1.178-2.946-2.839-2.946zm9.976.322c1.54 0 2.437 1.018 2.437 2.665v4.646h-2.035V12.64c0-.964-.455-1.46-1.232-1.46s-1.272.496-1.272 1.46v4.003h-2.035V9.466h2.035v1.018c.469-.603 1.071-1.152 2.102-1.152"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/opel.svg b/mkdocs-material/material/templates/.icons/simple/opel.svg new file mode 100644 index 0000000..37b3b48 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/opel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.291 4.57a7.46 7.46 0 0 0-7.338 5.006h.568a6.93 6.93 0 0 1 6.483-4.494 6.92 6.92 0 0 1 6.922 6.924c0 .116 0 .234-.01.351l.533.059c0-.134.01-.273.01-.4a7.46 7.46 0 0 0-7.168-7.446M.869 10.113 0 10.566l13.25 1.44 3.63-1.893H.87zm3.682 1.483v.41a7.46 7.46 0 0 0 14.498 2.441h-.57a6.92 6.92 0 0 1-6.475 4.487 6.93 6.93 0 0 1-6.92-6.928v-.352zm6.193.414-3.63 1.898h16.011l.873-.453v-.006zm13.254 1.44H24l-.002-.007z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/openaccess.svg b/mkdocs-material/material/templates/.icons/simple/openaccess.svg new file mode 100644 index 0000000..a1a0c11 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/openaccess.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.971 13.486a7.6 7.6 0 0 0-.54-1.043V6.415a6.38 6.38 0 0 0-1.88-4.535A6.37 6.37 0 0 0 12.017 0h-.002a6.37 6.37 0 0 0-4.536 1.878 6.38 6.38 0 0 0-1.88 4.537v.877h2.57v-.877c0-1.026.4-1.992 1.127-2.72a3.82 3.82 0 0 1 2.72-1.125 3.85 3.85 0 0 1 3.847 3.845v3.508A7.5 7.5 0 0 0 12 8.865a7.54 7.54 0 0 0-5.35 2.216 7.54 7.54 0 0 0-2.216 5.35 7.54 7.54 0 0 0 2.215 5.35A7.54 7.54 0 0 0 12 24a7.54 7.54 0 0 0 5.35-2.216 7.54 7.54 0 0 0 2.216-5.35c0-1.021-.2-2.012-.595-2.946zM12 21.428a5.003 5.003 0 0 1-4.997-4.996A5.003 5.003 0 0 1 12 11.435a5 5 0 0 1 4.997 4.997A5 5 0 0 1 12 21.428m2.145-4.973a2.12 2.12 0 1 1-4.24 0 2.12 2.12 0 0 1 4.24 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/openai.svg b/mkdocs-material/material/templates/.icons/simple/openai.svg new file mode 100644 index 0000000..efa3e8b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/openai.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.282 9.821a5.99 5.99 0 0 0-.516-4.91 6.05 6.05 0 0 0-6.51-2.9A6.065 6.065 0 0 0 4.981 4.18a5.99 5.99 0 0 0-3.998 2.9 6.05 6.05 0 0 0 .743 7.097 5.98 5.98 0 0 0 .51 4.911 6.05 6.05 0 0 0 6.515 2.9A5.99 5.99 0 0 0 13.26 24a6.06 6.06 0 0 0 5.772-4.206 6 6 0 0 0 3.997-2.9 6.06 6.06 0 0 0-.747-7.073zM13.26 22.43a4.48 4.48 0 0 1-2.876-1.04l.141-.081 4.779-2.758a.8.8 0 0 0 .392-.681v-6.737l2.02 1.168a.07.07 0 0 1 .038.052v5.583a4.504 4.504 0 0 1-4.494 4.494M3.6 18.304a4.47 4.47 0 0 1-.535-3.014l.142.085 4.783 2.759a.77.77 0 0 0 .78 0l5.843-3.369v2.332a.08.08 0 0 1-.033.062L9.74 19.95a4.5 4.5 0 0 1-6.14-1.646M2.34 7.896a4.5 4.5 0 0 1 2.366-1.973V11.6a.77.77 0 0 0 .388.677l5.815 3.354-2.02 1.168a.08.08 0 0 1-.071 0l-4.83-2.786A4.504 4.504 0 0 1 2.34 7.872zm16.597 3.855-5.833-3.387L15.119 7.2a.08.08 0 0 1 .071 0l4.83 2.791a4.494 4.494 0 0 1-.676 8.105v-5.678a.79.79 0 0 0-.407-.667zm2.01-3.023-.141-.085-4.774-2.782a.78.78 0 0 0-.785 0L9.409 9.23V6.897a.07.07 0 0 1 .028-.061l4.83-2.787a4.5 4.5 0 0 1 6.68 4.66zm-12.64 4.135-2.02-1.164a.08.08 0 0 1-.038-.057V6.075a4.5 4.5 0 0 1 7.375-3.453l-.142.08-4.778 2.758a.8.8 0 0 0-.393.681zm1.097-2.365 2.602-1.5 2.607 1.5v2.999l-2.597 1.5-2.607-1.5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/openaigym.svg b/mkdocs-material/material/templates/.icons/simple/openaigym.svg new file mode 100644 index 0000000..c31fb26 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/openaigym.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 9.736V9.72c0-.018-.009-.035-.009-.053-.008-.017-.008-.034-.017-.052 0-.009-.009-.009-.009-.017a.2.2 0 0 0-.026-.044v-.009c-.009-.017-.026-.026-.044-.043l-.008-.009c-.018-.009-.035-.026-.053-.035l-3.72-2.143V3.02c0-.018 0-.044-.008-.061V2.94a.1.1 0 0 0-.017-.052V2.88c-.01-.017-.018-.035-.027-.043 0-.01-.008-.01-.008-.01a.2.2 0 0 0-.035-.043c-.018-.008-.026-.026-.044-.034-.008 0-.008-.01-.017-.01l-.009-.008L16.055.476a.34.34 0 0 0-.34 0l-3.72 2.143L8.286.476a.34.34 0 0 0-.34 0L4.06 2.723c-.01 0-.01.01-.01.01-.008 0-.008.008-.017.008-.017.009-.026.026-.043.035a.2.2 0 0 0-.035.043l-.009.009c-.008.017-.017.026-.026.044v.008c-.009.018-.009.035-.017.052v.018c0 .017-.009.043-.009.06v4.296L.166 9.457c-.018.01-.035.026-.053.035l-.008.009-.044.043v.01c-.009.017-.017.025-.026.043 0 .008-.009.008-.009.017a.1.1 0 0 0-.017.052C0 9.684 0 9.701 0 9.72v4.521a.34.34 0 0 0 .166.296l3.72 2.143v4.295a.34.34 0 0 0 .165.296l3.885 2.248c.009.008.018.008.026.017 0 0 .009 0 .009.009.009 0 .017.008.026.008s.009 0 .018.01q.012-.002.026.008h.061a.4.4 0 0 0 .13-.026c.018-.009.026-.009.044-.018l3.72-2.143 3.72 2.143c.017.009.026.018.043.018a.4.4 0 0 0 .13.026h.062c.008 0 .017 0 .026-.009.008 0 .008 0 .017-.009.009 0 .018-.008.026-.008s.009 0 .009-.009c.009 0 .017-.009.026-.017l3.885-2.248a.34.34 0 0 0 .166-.296V16.68l3.72-2.143a.34.34 0 0 0 .165-.296V9.754c.009-.01.009-.018.009-.018M12.17 20.67s-.009 0-.009-.009c-.009-.008-.017-.008-.035-.017-.008 0-.017-.009-.026-.009s-.017-.009-.035-.009c-.008 0-.026-.008-.035-.008h-.069c-.009 0-.026 0-.035.008-.009 0-.017 0-.035.01-.009 0-.017.008-.026.008-.009.009-.017.009-.035.017 0 0-.009 0-.009.009l-3.37 1.951v-3.702l3.545-2.047 3.545 2.047v3.702zM4.4 7.793c.017-.017.025-.026.034-.026.009-.008.018-.008.026-.017l.026-.026q.016-.014.018-.026c.009-.01.009-.018.017-.026.009-.01.009-.018.018-.027.008-.008.008-.017.008-.034 0-.01.01-.018.01-.035 0-.009 0-.018.008-.035V3.603L7.77 5.46v4.094L4.225 11.6 1.02 9.745zm7.596-4.381 3.545 2.047V9.16l-3.38-1.951s-.009 0-.009-.009c-.008-.009-.017-.009-.034-.017-.01 0-.018-.009-.027-.009-.008 0-.017-.009-.034-.009-.01 0-.018-.008-.035-.008h-.07c-.009 0-.026 0-.035.008-.008 0-.017 0-.035.009-.008 0-.017.009-.026.009-.008.008-.026.008-.035.017 0 0-.008 0-.008.009L8.45 9.16v-3.7zm0 12.675L8.45 14.04V9.945l3.546-2.047 3.545 2.047v4.095zm-7.431-3.903 3.206-1.856v3.947q-.002.01.008.035c0 .008.009.017.009.034 0 .01.009.018.009.035.008.009.008.018.017.026.009.01.009.018.018.027.008.008.017.017.017.026l.026.026q.014.015.026.017c.009.009.018.018.026.018l.01.008 3.38 1.952-3.207 1.855-3.545-2.047zm11.325 6.15-3.206-1.855 3.38-1.952.009-.008c.008-.009.017-.018.026-.018.008-.008.017-.008.026-.017l.026-.026q.015-.014.017-.026c.01-.01.01-.018.018-.027.009-.008.009-.017.017-.026s.009-.017.009-.035c0-.008.009-.017.009-.034 0-.01 0-.018.008-.035v-3.947l3.206 1.856v4.094zm3.885-6.734-3.546-2.047V5.46l3.206-1.856V7.55c0 .008 0 .017.009.034 0 .01.009.018.009.035 0 .009.008.018.008.035.01.009.01.018.018.026s.008.018.017.026c.009.01.018.018.018.026q.012.014.026.027c.008.008.017.017.026.017q.013.015.026.017l.009.01 3.38 1.95zM15.89 1.164l3.205 1.856-3.205 1.855-3.206-1.855zm-7.78 0 3.206 1.856L8.11 4.866 4.905 3.02zM.68 10.337l3.205 1.856v3.702L.68 14.04zM7.77 22.62l-3.205-1.855v-3.703l3.206 1.856zm11.665-1.846-3.206 1.855v-3.702l3.206-1.856zm3.886-6.734-3.206 1.855v-3.702l3.206-1.856Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/openapiinitiative.svg b/mkdocs-material/material/templates/.icons/simple/openapiinitiative.svg new file mode 100644 index 0000000..be7eae4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/openapiinitiative.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.039 0a2.96 2.96 0 0 0-2.65 4.274l-6.447 6.447a2.96 2.96 0 1 0 1.335 1.336l6.447-6.447A2.959 2.959 0 1 0 21.04 0zM10.628 2.745q-.108.001-.214.004-.107.002-.215.005a11 11 0 0 0-1.335.138l-.03.005-.185.033-.105.02a8 8 0 0 0-.289.062l-.032.008a10.7 10.7 0 0 0-2.55.95l-.155.089q-.094.052-.187.105-.07.039-.14.079H5.19l-.01.005-.036.02v.002l.111.184 3.15 5.23a4 4 0 0 1 .38-.202 4.3 4.3 0 0 1 1.628-.413q.107-.007.214-.008zm.428.01v6.333q.489.05.96.209l4.66-4.66q-.259-.181-.528-.347l-.026-.015q-.084-.052-.168-.1l-.098-.056-.099-.055-.171-.092-.027-.014a11 11 0 0 0-1.425-.617c-.69-.241-1.403-.41-2.128-.505l-.089-.012-.09-.01-.17-.019-.049-.004-.204-.017a6 6 0 0 0-.255-.015q-.046-.004-.093-.004M4.782 4.498a10 10 0 0 0-1.36 1.062l4.461 4.461.018.018q.073-.06.149-.116l-.011-.018zm-1.67 1.36q-.074.076-.147.154l-.149.155q-.494.536-.902 1.118l-.039.056a11 11 0 0 0-.216.326 10.6 10.6 0 0 0-1.65 5.276l-.006.215-.003.214h6.317c0-.072.007-.143.01-.214.005-.072.006-.144.013-.215a4.3 4.3 0 0 1 .952-2.3c.045-.055.096-.106.144-.16.048-.052.093-.107.144-.158zm16.255 1.464-4.663 4.663q.158.47.21.959h6.332l-.004-.094a12 12 0 0 0-.032-.456l-.005-.052-.026-.241v-.009l-.033-.24v-.009a11 11 0 0 0-.327-1.493l-.003-.01-.07-.228-.01-.03-.069-.204-.02-.055a6 6 0 0 0-.153-.405l-.093-.227-.063-.144-.037-.081-.08-.171-.024-.052-.096-.194-.014-.027-.112-.212-.004-.008a11 11 0 0 0-.604-.98m-4.43 6.05c0 .071-.006.142-.01.214q-.003.108-.012.214a4.3 4.3 0 0 1-.952 2.301c-.045.055-.096.107-.144.16s-.093.108-.144.159l4.467 4.467q.075-.078.148-.155.076-.078.148-.155.497-.538.905-1.122l.032-.046.098-.144.085-.13.04-.063a10.6 10.6 0 0 0 1.647-5.272q.004-.107.006-.214.003-.107.004-.214zM.01 13.8l.004.093.01.179.005.076.017.206.005.046q.01.115.024.228l.003.022.033.248q.109.758.327 1.497l.002.006q.034.116.071.23l.004.014.005.014a16 16 0 0 0 .153.439l.03.08.059.148.093.228.062.14.038.084.078.169.027.054a11 11 0 0 0 .225.441l.025.043 5.408-3.258.02-.012a4.3 4.3 0 0 1-.395-1.414h-.025zm.505 2.846-.206.058.002.005zm6.425-1.052-5.415 3.262q.125.207.259.406l.008.014.004.005.008.014h.001l.022.032.001.002v.001a11 11 0 0 0 .298.417l.006.008a10 10 0 0 0 .29.368l.033.04q.064.078.13.153l.057.065.112.127.064.069.029.031.083.09.035.035q.073.077.149.153L7.58 16.42a4 4 0 0 1-.285-.321 4.4 4.4 0 0 1-.356-.505zm6.416 1.111q-.075.06-.15.116l.011.018 3.257 5.407q.227-.148.446-.307.473-.348.914-.756l-4.46-4.46zm-5.457.003-.015.015-4.46 4.46.195.176q.033.03.065.058l.152.13.215.174.023.017.191.148.008.005q.403.3.834.564l.03.018.164.097.101.057a6 6 0 0 0 .27.148q.012.007.025.013.243.127.493.24l.158-.385 2.243-5.448.009-.02a4.3 4.3 0 0 1-.701-.467m4.951.353q-.092.054-.187.104a4.32 4.32 0 0 1-3.271.336c-.069-.02-.135-.047-.203-.071-.067-.024-.136-.044-.202-.072l-2.242 5.444-.088.213-.075.183v.001l.017.007.019.007.005.003q.079.03.159.06.1.04.2.077l.102.04c.702.247 1.43.42 2.168.518l.087.012.09.01.172.019a7 7 0 0 0 .252.022q.035 0 .071.003l.184.011.112.005a7 7 0 0 0 .358.007h.05a10.7 10.7 0 0 0 1.793-.15l.185-.034.105-.02.109-.023.18-.04.032-.008a10.7 10.7 0 0 0 2.55-.95q.078-.044.156-.089.094-.052.187-.105.065-.035.13-.073h.001l.002-.002.002-.001.002-.001.007-.004.042-.025-.11-.183-.11-.184zm3.262 5.414-.042.025zm-.055.033h-.002z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/openbadges.svg b/mkdocs-material/material/templates/.icons/simple/openbadges.svg new file mode 100644 index 0000000..f7b432b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/openbadges.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18.43 18.584-8.265-4.749 1.078-.641.719-.411.719.41 1.796 1.027 1.437.821 1.797 1.027 1.438.822 1.078.616zm-3.234 1.873-8.24-4.774 1.797-1.027 8.24 4.75zm-3.209 1.848-8.24-4.748 1.797-1.027 8.24 4.749zM3.03 14.246l8.24-4.748v2.079l-.719.41-1.797 1.027-1.438.821-1.796 1.027-1.437.822-1.053.615v-2.054zm0-3.722 8.24-4.749v2.08l-8.24 4.723zm0-3.722 8.24-4.749v2.054L3.03 8.856zm9.677-4.749 1.797 1.027v9.523l-1.078-.616-.719-.41V2.052zm3.209 1.848 1.796 1.027v9.523l-1.797-1.027V3.901zm3.234 1.875 1.796 1.026v9.523l-1.796-1.027zm3.26.205-1.49-.822-1.796-1.026-1.412-.847-1.797-1.027-1.437-.822L12.68.411 11.962 0l-.719.411-9.651 5.57v12.012l.718.41L11.987 24l1.438-.822 1.797-1.026 1.437-.821 1.797-1.027 1.437-.821 1.797-1.027.718-.411Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/openbsd.svg b/mkdocs-material/material/templates/.icons/simple/openbsd.svg new file mode 100644 index 0000000..d99b52b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/openbsd.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.695 1.653c-.202.47-.146 1.02-.293 1.509-.034.112-.146.452-.308.429-.333-.048-.16-.688-.545-.7l.12.934c-.577.073-.498-.829-.733-1.195-.27-.423-.335.192-.317.38.011.122.036.242.05.363.026.21.032.393.005.603-.552-.007-.35-.733-.754-.844l.03.874c-.612-.005-.89-.557-1.159-1.025-.112-.196-.261-.574-.53-.453.126.544.423 1.064.454 1.63.007.145-.13.516-.333.448-.469-.158-.406-1.008-.796-1.231-.08-.045-.204-.006-.29-.002 0 .45.198.996.356 1.418.034.09.129.41-.069.403-.353-.01-.441-.695-.8-.615.044.185.153.335.215.513.037.109.106.219.126.332.044.247-.269.267-.432.22-.384-.114-.66-.428-.935-.703-.076-.076-.277-.344-.404-.222-.141.135.136.373.215.464.234.271.488.589.6.935.049.148.058.36-.09.462-.146.1-.384-.083-.502-.16-.362-.239-.721-.654-1.176-.664l-.107.271.29.392.752.845-.875-.362c.035.229.583.506.475.742-.064.14-.38.142-.505.124-.446-.064-.762-.396-1.177-.515-.366-.105-.298.18-.09.343q.107.086.211.177.187.161.362.336c.183.183.343.378.513.573l-.875-.03v.06l.845.392-.151.603c-.244 0-.442-.067-.664-.163-.151-.066-.31-.175-.482-.163-.206.014-.328.202-.19.377.206.263.62.412.883.617.1.078.247.212.133.345-.225.264-.832-.074-1.128.013v.06c.275.161.839.253 1 .549.128.231-.232.756-.487.736-.227-.019-.436-.275-.603-.41-.401-.322-.83-.7-1.298-.923-.801-.38-1.597.226-2.232.622.081.256.402-.017.603.029.271.061.477.313.651.513.84.968 1.543 2.064 1.857 3.319.083.33.224.725-.023 1.021-.066.08-.165.09-.238.155-.055.05-.052.118.023.141.138.043.34-.021.475-.054.443-.107.949-.346 1.15-.78.125-.271.169-.797.48-.905.068.29.394.673.363.965-.029.259-.302.56-.461.751-.057.068-.193.217-.112.315.082.097.25-.112.3-.16.229-.216.73-.558.865-.062.118.432-.261 1.13-.45 1.509-.054.105-.297.435-.202.553.11.135.338-.218.387-.282.19-.249.856-.987 1.21-.722.431.324.282.555.119.994-.046.123-.216.433-.1.55.111.114.258.01.315-.098.104-.197.383-.78.661-.631.175.093.441.251.543.425.158.272.02.815-.022 1.111-.024.17-.207.702-.055.825.14.113.254-.228.296-.312.149-.295.32-.597.54-.845.08-.089.192-.237.327-.212.7.131-.015.829.273 1.185.058.072.215.067.3.083l.362-.935c.184.07.455.095.591.248.114.128.137.344.17.506.092.454.142.896.084 1.357.057.042.148.138.225.088.097-.062.11-.315.143-.42.106-.332.269-.65.42-.965.099-.207.37-.427.565-.142.2.292.12.804.246 1.138.32-.158.355-.825.362-1.147l.415.061.25.513.45 1.297c.234-.09.16-.538.187-.754.035-.293.103-.882.318-1.1.086-.087.258-.095.37-.137.129.312.199.666.354.965.06.116.198.242.337.17.133-.068.128-.224.111-.35-.042-.313-.113-.62-.138-.936.598-.042.95.441 1.325.845.145.155.271.362.485.422l-.31-.905-.172-.845c.217-.09.676-.534.905-.47.34.097.6 1.046 1.023.823.18-.095.088-.257.003-.383-.126-.188-.506-.639-.465-.874.03-.175.324-.379.494-.377.391.006 1.071.304 1.297.618l.272-.03c-.04-.54-.85-.787-.966-1.328a.4.4 0 0 1 .004-.172c.086-.347.294-.195.51-.102.067.029.213.103.269.02.06-.091-.048-.212-.087-.289-.082-.156-.156-.337-.122-.513.282.074.455.242.694.4.056.038.18.131.251.08.075-.056-.036-.167-.071-.208-.106-.123-.432-.42-.4-.6.022-.122.227-.252.31-.335.276-.276.59-.556.815-.875h.03c.532.621 2.203.186 1.99-.754-.132.019-.256.123-.392.077-.594-.205-.45-1.157-1.116-1.163-.049-.62-.298-1.24-.599-1.78-.138-.247-.424-.473-.525-.725-.055-.14-.046-.36-.052-.512.349-.054.177-.407.05-.603-.142-.218-.292-.477-.475-.66-.226-.227-.562-.374-.533-.758.027-.357.642-.311.747-.633-.183.008-.363.053-.543.083-.449.075-.527-.076-.317-.475.183-.349.474-.613.73-.905.083-.093.336-.306.205-.441-.107-.112-.286.058-.377.119-.333.22-.705.384-1.086.502-.113.035-.448.166-.486-.035-.051-.272.463-.322.395-.628-.205.049-.61.374-.807.223-.238-.18.111-.643.149-.856.038-.216-.136-.224-.258-.09q-.063.074-.12.15c-.07.087-.126.17-.17.271-.494-.288.44-.623.265-.89-.063-.095-.179 0-.235.05-.117.102-.558.61-.654.237-.106-.412.108-.908.22-1.297.028-.102.159-.376.032-.449-.185-.106-.266.253-.31.359a2.3 2.3 0 0 1-.615.839c-.086.077-.232.225-.36.19-.187-.051-.188-.57-.182-.728.003-.075.045-.205-.028-.26-.096-.071-.147.072-.16.14-.048.222-.186.856-.515.44-.298-.376.163-1.157-.444-1.315l-.332 1.056c-.398-.087-.31-.656-.211-.966l-.181-.06a3 3 0 0 1-.112.362c-.16.451-.375.539-.541.03-.127-.388-.082-.807-.145-1.207-.025-.159-.04-.32-.198-.392m.03.905c.153.364-.008.82.237 1.176.25.364.716.168 1.02.397.108.081.022.256-.007.358-.1.347-.278.604-.465.905.655-.335.875-1.29.965-1.96h.03c-.026.596-.007 1.182 0 1.779.003.27-.037.582.272.633V4.46c.323.093.808.502 1.159.381.179-.061.342-.277.467-.411q.14-.152.244-.332h.03l-.12.965-.302-.06.663.473.261.226-.2.294-.875.636c.637-.094.958-.564 1.418-.935-.15.63-.491 1.262-.332 1.93h.03l.362-1.448c.274.13.37.476.633.633.383.228.919-.204 1.267-.331-.227.322-.57.548-.633.965l-.272-.12c.236.606.519 1.19.62 1.84.093.594-.024 1.183.016 1.78.02.275.133.517.179.784-.563.191-.666.98-1.207 1.236.043-.188.11-.377.11-.573 0-.14-.066-.282-.03-.422.073-.277.314-.508.412-.784.152-.43.05-.835-.009-1.267l.301.03-.758-1.177-.376-.573.139-.392c-.762.586-1.867 1.188-1.87 2.293l.271-.091.09.664-.422.06v.06c.353.1.722.149 1.056.306.244.114.514.265.682.479.56.71.112 1.818-.31 2.473-.213.33-.594.634-.734.996.382-.092.577-.457.792-.754.091-.127.17-.303.325-.362.24-.09.32.354.371.512.065.2.218.546.18.755-.071.401-.415.662-.34 1.116.166-.202.217-.604.482-.702.17-.062.347.095.513.12.36.053.73-.082.996-.326.285-.263.48-.686.408-1.083-.043-.24-.177-.476-.16-.724.012-.2.148-.362.22-.543.173-.427.152-.912-.257-1.189a.86.86 0 0 0-.362-.138c.033-.222.264-.706.53-.418.188.202.29.558.396.81.389.918.392 2.006-.163 2.865-.394.61-1.02 1.11-1.548 1.6l-.21-.604h-.061c-.07.36.185.772.332 1.086-.33-.075-.645-.415-.996-.362.099.17.748.572.242.754.003.148-.11.25-.2.362-.201.248-.454.618-.766.724l-.573-1.508h-.03c.084.661.314 1.305.61 1.9.154.307.403.611.506.935-.187-.159-.306-.413-.466-.603a6.3 6.3 0 0 0-.952-.892c-.227-.177-.45-.376-.754-.345.345.31.868.475.835 1.056-.01.165-.193.237-.322.296-.339.155-.67.322-1.026.438-.098.032-.279.12-.382.087-.11-.037-.097-.277-.109-.369-.037-.285.121-1.028-.172-1.146-.128 1.01.132 1.929.21 2.926h-.03c-.17-.737-.439-1.558-.838-2.202-.11-.177-.343-.597-.579-.543l.62 1.086.013.46-.452.08-1.297.033c.047-.373.13-.746.2-1.116.014-.081.074-.326-.078-.326-.14 0-.169.408-.189.507-.108.542-.204 1.106-.205 1.66h-.03c0-.913-.41-1.73-.784-2.535-.104.155.041.377.086.543.099.371.113.737.065 1.116-.612-.118-1.275-.278-1.84-.543.149-.357.576-.889.573-1.267-.554.556-.804 1.335-1.086 2.052h-.03l.12-1.448-.21-1.237c-.132.133-.06.399-.04.573.033.275.015.688-.188.9-.112.117-.226.014-.346-.034-.335-.136-.582-.36-.875-.564-.104-.072-.293-.15-.28-.302.032-.433.656-.638.672-1.026-.72.31-1.062 1.088-1.629 1.57.186-.785.782-1.703.634-2.535-.152.084-.145.295-.185.453a4.3 4.3 0 0 1-.388.965c-.4-.231-.72-.623-.983-.996-.073-.102-.233-.26-.235-.392-.002-.128.145-.274.225-.362.244-.265.54-.465.872-.603-.237-.147-.706.2-.965.272.175-.37.65-.732.513-1.177-.393.307-.66.97-.935 1.388h-.03l-.574-1.267.754.271c.023-.27-.36-.373-.573-.422.126-.328.476-.578.392-.965h-.06c-.087.28-.269.759-.573.844l-.09-.482h-.03c-.119.253.029.447-.04.687-.037.125-.217.106-.28.222-.085.158-.092.37-.164.539-.172.407-.5.706-.904.874l-.037-.54.459-.515-.483.361c-.062-.161-.203-.465-.12-.633.073-.145.254-.24.362-.362l-.483.241c-.163-.422.135-.3.302-.603-.122.07-.325.2-.471.133-.187-.085-.384-.64-.464-.827l.512-.09v-.03c-.242.03-.626.12-.663-.211h.633v-.03l-.712-.08-.194-.252-.421-.543a2 2 0 0 1 .935 0c-.368-.387-1.024.182-1.327-.453l.754-.15v-.03c-.234 0-.67.135-.874.028-.054-.028-.094-.075-.134-.12-.388-.438.48-.478.766-.44.55.076.975.452 1.358.833.194.193.473.538.754.595.278.055.51-.122.724-.263 0 .212-.022.422.15.573 0-.416.005-.857.07-1.267.023-.152.083-.352.263-.38.225-.034.531.309.693.44.002-.234-.175-.432-.319-.603-.396-.47-1.025-.914-1.58-1.177v-.03c.823.142 1.442.625 2.322.392v-.06l-1.026-.15c.043-.321.276-.734.203-1.057-.1-.44-.568-.644-.746-1.025.306.118.63.29.966.297.188.005.336-.098.512-.14.485-.113.766.123 1.086.446.088-.305-.15-.559-.334-.784-.186-.229-.35-.46-.57-.659-.267-.24-.662-.52-.815-.85.25.049.49.256.694.402.359.255.715.503 1.116.691.211.1.578.265.754.054l-.965-.362c.07-.101.17-.188.221-.302.138-.307-.104-.568-.191-.844.185.068.345.227.543.26.464.078.734-.47 1.086-.653L9.11 6.45c.201-.168.112-.494.078-.724-.099-.664-.493-1.251-.59-1.9h.03c.381.816.835 1.696 1.598 2.201l-.277-.363-.477-.723a1 1 0 0 0 .269-.142c.528-.423.078-1.012.002-1.517h.03c.065.155.14.314.235.453.441.638 1.023.536 1.696.482l-.18 1.328h.03c.089-.283.258-.516.318-.815.11-.544-.006-1.084-.017-1.629h.03c.048.322.179.63.282.936.162.482.293 1.01.653 1.387l-.331-1.357c.958-.001 1.219-.647 1.236-1.509m-.271 2.082-.483 2.172c.372-.227.45-1.053.483-1.448h.03c.065.348.096.696.238 1.025.056.13.117.305.275.302l-.386-1.357zm-2.956.392c.006.771.387 1.473.24 2.262.146-.088.15-.295.152-.452.004-.365-.06-.723-.06-1.086h.03c.105.364.39 1.09.814 1.146-.05-.196-.211-.344-.319-.513-.238-.374-.472-1.13-.857-1.357m6.184.332c-.336.526-.736 1.245-1.237 1.629v.03c.38-.068.791-.549.905-.905h.03c-.005.536-.251 1.105-.03 1.629h.03c.16-.543.077-1.184.215-1.75.043-.177.203-.473.087-.633M14.69 6.57c-.178.402-.265.775-.634 1.056v.06c.265.07.45-.262.513-.482h.03c.026.203.05.624.272.694l-.149-.694zm-6.456.03c.065.743 1.063 1.244.935 2.052.16-.094.119-.269.065-.423-.112-.317-.298-.596-.427-.905.289.264.716.562 1.117.393l-.633-.263zm4.163.242c-.091.3-.347.886-.241 1.176h.06l.211-.724h.03c.075.273.153.687.483.724l-.483-1.176zm-2.021.754.15 1.267h.061l-.03-.905c.197.137.463.474.724.362-.1-.11-.247-.129-.362-.222-.187-.151-.286-.482-.543-.502m6.636.18c-.318.32-.584.539-1.025.664v.061c.261.075.514-.07.724-.211-.035.177-.26.64-.09.754l.289-.875zm1.539.624c.138.01.242.186.323.282.239.279.508.575.612.935-.697-.144-1.452-.045-2.142.12.154-.405.446-.834.785-1.1.115-.092.258-.25.422-.237m-6.697.07-.181.936c.151-.115.187-.481.211-.664l.272.302a1.06 1.06 0 0 0-.302-.573zm2.956.091-.573.573.543-.392.09.543c.106-.154.05-.578-.06-.724m-6.334.078a.3.3 0 0 0-.06.013v.03c.253.256.463.61.621.935.088.179.063.376.253.483-.015-.353-.166-.62-.302-.935.214.124.5.31.754.24v-.06c-.342-.152-.607-.281-.905-.518-.11-.088-.224-.2-.361-.188m-2.082.284c.029.255.237.35.422.49a3.5 3.5 0 0 1 .687.657c.127.166.205.452.37.573-.036-.444-.298-.966-.725-1.147v-.03c.434.084.867.246 1.297.06v-.06l-.513-.02zm14.027.09c.296.115.613.522.724.815l-.664-.09zm-7.3.03-.271.514.301-.332.181.302zm5.95.712a.5.5 0 0 1 .172.031c.365.143.267.9.19 1.188-.061.234-.17.495-.4.604-.167-.3-.415-.496-.724-.64-.154-.073-.41-.101-.517-.243-.103-.137-.208-.646-.068-.78.152-.147.57-.117.766-.117.163 0 .392-.051.581-.043m-3.054.013-.513.392.453-.241-.06.362c.128-.09.175-.371.12-.513m4.404.18c.136.011.37-.002.47.1.331.34.145 1.25-.259 1.44l-.12-.695q.048.002.09-.003v.003h.09l-.04-.013c.356-.085.295-.577-.051-.59l-.09-.03.049.032-.018.001v-.003h-.06l.01.011a.4.4 0 0 0-.071.02zm-1.538.122c-.062.063-.152.11-.198.187-.318.545.886.559.546-.03-.039-.068-.108-.111-.167-.157l-.121.06h-.06zm-6.335.12c0 .154-.03.31.12.392v-.301l.363.12zm-1.676.086q-.07.004-.134.005c.053.194.137.36.302.482l-.181-.392.362.03c-.07-.127-.211-.131-.349-.125m3.685.011c-.09.01-.168.168-.169.325l.15-.271.182.12c-.05-.132-.109-.18-.163-.174m-4.845.084-.513.09.423.513-.241-.422.361-.06zm-2.655.42c-.307.013-.66.365-.904.515v.06l.875.302c-.018-.229-.315-.297-.513-.331l.603-.544a.4.4 0 0 0-.06-.002zm1.6.063-1.237.332v.06l.663.238.393.275c-.043-.32-.383-.375-.604-.543.28-.053.66-.058.785-.362m3.107.332c-.129.02-.23.12-.091.21zm.995.18-.03.212c.094-.056.11-.105.09-.211zm1.357 0c-.117.035-.214.118-.09.212zm1.117.302-.302.09v.121zm1.146.03v.362c.113-.11.113-.25 0-.362m4.272.179c.425.004.846.395.75.847-.062.29-.242.605-.528.718-.149.06-.486.04-.498-.175-.01-.2.388-.478.468-.694-.558.427-.9.79-1.659.694v-.03c.447-.331.634-.895 1.059-1.224a.65.65 0 0 1 .408-.136m-9.943.032c-.146.076-.235.236-.272.393l.362.09-.2-.193zm-4.585.061-1.147.603c.04.225.262.104.423.093.23-.015.657.06.784.27l.211-.03c-.054-.342-.546-.342-.814-.363.197-.2.48-.259.543-.573m5.822.241-.332.423.422.15-.302-.18c.063-.132.31-.247.212-.393m-2.625.09-.362.333c.142.047.468.233.573.09l-.392-.15zm7.813 0 .422.333v.06l-.392.211a.94.94 0 0 0 .543-.211.88.88 0 0 0-.573-.392zm-9.683.121c-.183.41-.464.743-.784 1.056-.184.179-.471.346-.543.603L7.45 13.8l.694-.14c-.414-.296-1.14.033-1.539.21.275-.55.813-.769.935-1.418l-.03-.03zm5.701.03c-.13.043-.146.149-.18.272l.18.03zm1.237.212.03.332a.5.5 0 0 0 .272-.332l-.212.15zm-4.193.422c-.13.038-.2.131-.06.211zm5.34.181-.031.422-.271-.18c.028.182.156.27.332.3l.03-.542zm-6.758.03c-.22.069-.596.692-.694.905.2-.008.895.018.996-.12l-.664-.091zm3.7.059c-.166.01-.327.105-.502.105-.507 0-1.34-.252-1.775.092-.396.314-.42.734-.669 1.132-.121.194-.336.325-.512.465-.065.052-.184.127-.159.227.03.122.238.187.34.233.228.105.477.187.724.238.131.027.328.022.44.103.204.148.135.653.163.876.227-.13.524-.52.633-.755-.241.073-.347.31-.513.483l-.09-.633c.705-.062 1.015-.833 1.43-1.296.253-.282.57-.405.893-.575-.19-.227-.455.013-.634.15-.479.37-.755.816-1.176 1.238l.241-.633h-.03c-.131.314-.288.65-.603.814l.12-.422h-.03c-.127.303-.27.452-.603.452l.301-.694h-.03l-.392.664-.12-.03.301-.573h-.03c-.152.244-.313.59-.633.512l.27-.512c-.15.118-.216.4-.394.471-.081.032-.235-.027-.202-.135.042-.14.272-.278.363-.397.31-.405.56-1.067 1.018-1.316.376-.205.947.054 1.358.05.235-.004.503-.084.573-.333a.4.4 0 0 0-.072-.001zm-7.591.092-.03.181.12-.181zm14.875.029c.228.004.48.037.61.214.133.18.101.427.17.632.052-.216.046-1.024.477-.57.349.367.256 1.162-.087 1.502-.216.213-.735.343-.992.144-.393-.303-.494-.926-.608-1.378-.027-.109-.154-.36-.084-.461.058-.086.209-.08.3-.082q.099-.001.214-.001m2.65.182c.569.103.615.907 1.117 1.147v.06c-.285.143-.38-.002-.573-.211l.211.392c-.233-.036-.283-.262-.422-.423l.21.453c-.346 0-.493-.057-.633-.392h-.03l.06.271-.214-.152.114-.39zm-4.735.03c-.123.036-.188.105-.09.212zm-4.163.242.332.362.15-.362-.15.241zm3.047 0-.03.452-.302-.18c-.017.198.288.424.453.512l-.06-.784zm-8.175.512c-.094.452-.417.859-.707 1.207-.138.166-.35.333-.41.543.5-.144 1.063-.652 1.6-.603-.138-.268-.783.103-1.026.15.196-.29.463-.542.59-.874.052-.14.086-.327-.047-.423m6.998.272c-.23.036-.218.264-.271.452-.128-.127-.258-.303-.452-.271l.573.694zm-2.805.03-.302.272-.03-.151h-.09l.03.392c.176-.03.358-.347.392-.513m.815.483-.151.392h-.03l-.242-.332.211.694h.03c.08-.202.365-.572.182-.754m3.348.18-.09.031.18.995c-.192-.168-.785-.942-1.025-.663.555.177.786.825 1.267 1.116l-.15-.573zm1.508.242c-.153.374.22.775.362 1.116-.392-.202-.74-.539-1.207-.543v.12c.672.06 1.03.747 1.569 1.057-.005-.563-.488-1.21-.664-1.75zm-6.123.453-.212.03c.072.169.197.306.256.482.065.196.023.466.227.573.095-.212.327-.557.271-.784-.17.085-.252.268-.27.453h-.031zm-2.806.03c0 .592-.08 1.148-.241 1.72.21.007.32-.211.433-.363.225-.299.45-.628.804-.784v-.03c-.359-.047-.807.49-.935.784h-.03c.106-.41.2-.924.03-1.327zm5.31.03c-.244.093-.182.42-.182.633l-.693-.482c.038.123.136.16.228.245.18.167.337.557.586.6zm1.538.573c-.213.377.097 1.154.15 1.569h-.03c-.168-.355-.492-.649-.754-.935-.037-.04-.228-.301-.296-.192-.071.114.278.385.343.463a6 6 0 0 1 .642.935c.105.189.197.44.397.543-.15-.778-.39-1.586-.392-2.383zm-10.045.302c.223.066.35.219.362.452l-.694.483zm5.007.24-.03.031c.147.405.293.742.364 1.177.034.202.013.465.179.603.17-.322.23-.695.385-1.026.09-.19.234-.356.188-.573-.29.143-.461.787-.543 1.086-.15-.399-.104-1.092-.543-1.297zm2.051.303c.341.677.594 1.314.785 2.05.212-.118.183-.329.18-.542-.005-.497.186-.99.152-1.478-.143.048-.168.194-.193.332-.06.329-.06.669-.14.995-.163-.38-.293-1.279-.784-1.357m6.365.24.453.665-.664-.302zM8.657 19.18c.647.057.205.652-.06.935zm8.296.724.272.845c-.224-.157-.488-.414-.604-.664zm-5.502.455.344.058-.272.965h-.03l-.06-.754zm2.85.174c.062 0 .121.013.169.053.163.138-.067.805-.141.977l-.332-.965c.086-.022.2-.063.304-.065"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/openbugbounty.svg b/mkdocs-material/material/templates/.icons/simple/openbugbounty.svg new file mode 100644 index 0000000..4e9891f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/openbugbounty.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.092 2.443a1.388 1.388 0 0 0-1.428 1.611c.42 2.567 2.11 4.115 3.58 4.998a14 14 0 0 0 .4 2.926H6.52a1.388 1.388 0 0 0 0 2.777h5.155c.39.767.85 1.475 1.37 2.108-1.816 1.36-3.516 3.734-4.34 4.983a1.388 1.388 0 1 0 2.316 1.531c1.376-2.08 3.15-4.046 4.09-4.604a8.2 8.2 0 0 0 3.757 1.416V6.492h-7.484c-.867-.588-1.753-1.506-1.979-2.886a1.39 1.39 0 0 0-1.313-1.163M18.859 0c-2.971 0-5.501 1.967-6.577 4.765h6.577Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/opencollective.svg b/mkdocs-material/material/templates/.icons/simple/opencollective.svg new file mode 100644 index 0000000..cb71131 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/opencollective.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12c2.54 0 4.894-.79 6.834-2.135l-3.107-3.109a7.715 7.715 0 1 1 0-13.512l3.107-3.109A11.94 11.94 0 0 0 12 0m9.865 5.166-3.109 3.107A7.7 7.7 0 0 1 19.715 12a7.7 7.7 0 0 1-.959 3.727l3.109 3.107A11.94 11.94 0 0 0 24 12c0-2.54-.79-4.894-2.135-6.834"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/opencontainersinitiative.svg b/mkdocs-material/material/templates/.icons/simple/opencontainersinitiative.svg new file mode 100644 index 0000000..f7b6860 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/opencontainersinitiative.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0v24h24V0zm20.547 20.431H3.448V3.573h17.104V20.43zm-5.155-9.979h3.436v8.255h-3.436zm0-5.16h3.436v3.436h-3.436zm-6.789 9.976V8.732h5.074v-3.44H5.164v13.415h8.513v-3.44Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/opencv.svg b/mkdocs-material/material/templates/.icons/simple/opencv.svg new file mode 100644 index 0000000..491a26a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/opencv.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.9.853a5.73 5.73 0 0 0-2.91 10.665l1.641-2.785a.154.154 0 0 0-.05-.204 2.35 2.35 0 1 1 2.635 0 .154.154 0 0 0-.049.204l1.642 2.785A5.73 5.73 0 0 0 11.899.852M5.73 11.689a5.73 5.73 0 1 0 0 11.458c3.179 0 5.807-2.699 5.727-5.876H8.23a.155.155 0 0 0-.152.157c-.008 1.266-1.064 2.34-2.35 2.34a2.35 2.35 0 1 1 .955-4.498.154.154 0 0 0 .196-.06l1.646-2.793a5.7 5.7 0 0 0-2.797-.728m15.442.761-1.637 2.788a.154.154 0 0 0 .05.205 2.35 2.35 0 0 1-1.31 4.3 2.35 2.35 0 0 1-1.325-4.295.154.154 0 0 0 .049-.205l-1.646-2.782a5.73 5.73 0 1 0 5.82-.01"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/openfaas.svg b/mkdocs-material/material/templates/.icons/simple/openfaas.svg new file mode 100644 index 0000000..4597388 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/openfaas.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.304 0A4.31 4.31 0 0 0 0 4.304v15.391A4.31 4.31 0 0 0 4.304 24h15.392A4.31 4.31 0 0 0 24 19.695V4.305A4.31 4.31 0 0 0 19.695 0zm-.006.776h15.398a3.53 3.53 0 0 1 3.528 3.528v15.391q0 .308-.054.61c-1.234-.015-1.858-.412-2.514-.834-.708-.454-1.51-.97-3.04-.97s-2.33.516-3.038.97c-.17.11-.338.217-.514.317a43 43 0 0 1-.775-1.907.8.8 0 0 1 .01-.739c.3-.489 1.23-.691 1.572-.729.361-.027 5.97-.555 6.306-7.153a.42.42 0 0 0-.72-.317c-.457.464-1.886 1.634-3 1.47a11 11 0 0 1-.693-.127c-1.425-.293-3.339-.685-4.972 1.72-1.633-2.406-3.548-2.012-4.972-1.72-.248.05-.48.098-.697.128-1.108.162-2.538-1.007-2.997-1.471a.42.42 0 0 0-.72.316c.336 6.58 5.914 7.124 6.304 7.153.086.012 1.1.16 1.48.717.15.237.184.529.092.793a19 19 0 0 1-.552 1.747q-.16-.097-.32-.198c-.708-.454-1.51-.97-3.039-.97s-2.332.516-3.04.97c-.654.42-1.277.816-2.5.834a3.5 3.5 0 0 1-.055-.61V4.305A3.53 3.53 0 0 1 4.298.775zm4.474 2.108-4.74 1.429 1.293 4.288 3.165-.955-.19 1.229 4.894.757.684-4.426-4.62-.715zm10.494.813-4.938.348.315 4.466 4.938-.347Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/opengl.svg b/mkdocs-material/material/templates/.icons/simple/opengl.svg new file mode 100644 index 0000000..432642c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/opengl.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.921 11.382v.376h.009a.7.7 0 0 1 .362-.336q.247-.105.543-.105.329 0 .574.118t.406.319a1.4 1.4 0 0 1 .244.464q.082.263.082.558t-.08.558a1.3 1.3 0 0 1-.241.459 1.1 1.1 0 0 1-.406.308 1.35 1.35 0 0 1-.568.113 1.5 1.5 0 0 1-.488-.091 1 1 0 0 1-.239-.132.7.7 0 0 1-.189-.207h-.009v1.432H7.45v-3.835zm1.671.986a1 1 0 0 0-.159-.33.8.8 0 0 0-.274-.231.85.85 0 0 0-.392-.086q-.235 0-.4.091a.8.8 0 0 0-.268.239 1 1 0 0 0-.151.335 1.6 1.6 0 0 0 .003.775 1 1 0 0 0 .156.335.8.8 0 0 0 .276.233q.17.088.411.088.242 0 .402-.091a.74.74 0 0 0 .26-.241q.099-.15.142-.343.044-.193.044-.397a1.3 1.3 0 0 0-.05-.377m2.951 1.611q-.319.236-.803.236a1.5 1.5 0 0 1-.591-.107 1.2 1.2 0 0 1-.421-.301 1.3 1.3 0 0 1-.256-.461 2.2 2.2 0 0 1-.096-.585q0-.316.099-.579.1-.263.278-.456a1.25 1.25 0 0 1 .424-.3q.245-.107.537-.107.38 0 .63.153t.402.39.209.516.047.532h-2.127q-.006.182.044.345a.8.8 0 0 0 .159.289.8.8 0 0 0 .28.201q.17.075.401.075a.83.83 0 0 0 .486-.134.65.65 0 0 0 .25-.408h.462q-.095.465-.414.701m-.114-1.78a.79.79 0 0 0-.743-.477.8.8 0 0 0-.326.062.7.7 0 0 0-.249.169.8.8 0 0 0-.164.249 1 1 0 0 0-.071.302h1.628a1 1 0 0 0-.075-.305m1.327-.817v.44h.009q.292-.505.928-.505.282 0 .469.075t.304.21q.116.134.163.32c.047.186.047.261.047.411v1.827h-.471v-1.879a.55.55 0 0 0-.154-.408.58.58 0 0 0-.424-.15 1 1 0 0 0-.372.065.7.7 0 0 0-.262.183.8.8 0 0 0-.157.276 1.1 1.1 0 0 0-.052.346v1.568h-.471v-2.777h.443zm5.174 2.747a1.7 1.7 0 0 1-.644.131q-.513 0-.922-.174a2 2 0 0 1-.691-.48 2.1 2.1 0 0 1-.431-.719q-.15-.413-.15-.89 0-.489.15-.909.15-.419.43-.731t.69-.49a2.3 2.3 0 0 1 .922-.177q.344 0 .665.101t.581.297a1.6 1.6 0 0 1 .634 1.144h-.937q-.087-.366-.338-.55a1 1 0 0 0-.606-.183q-.331 0-.563.125c-.232.125-.279.196-.375.337a1.4 1.4 0 0 0-.209.48 2.3 2.3 0 0 0 0 1.092q.066.26.21.468t.375.333.563.125q.488 0 .754-.241.266-.24.31-.698h-.987v-.717h1.872v2.358h-.623l-.1-.495a1.44 1.44 0 0 1-.58.463M21.825 9.8v3.55H24v.809h-3.154V9.8zM3.801 13.98q.079.045.164.085.4.186.933.186.532 0 .933-.186c.401-.186.491-.292.67-.503q.269-.317.404-.728.135-.412.135-.856 0-.445-.135-.856a2.1 2.1 0 0 0-.404-.728 2 2 0 0 0-.67-.506 2.2 2.2 0 0 0-.933-.189q-.533 0-.933.189l-.03.015c1.425-1.199 4.034-2.001 7.017-2.001 2.512 0 4.765.516 6.263 1.412-1.635-1.501-4.566-2.555-7.918-2.556C4.162 6.757 0 9.103 0 11.999s4.161 5.243 9.294 5.244c3.338.001 6.262-1.051 7.901-2.541-1.498.89-3.741 1.397-6.244 1.397-3.078-.001-5.759-.856-7.15-2.119m.395-3.638q.294-.156.702-.156t.702.156.483.412q.187.256.276.577a2.43 2.43 0 0 1 0 1.3q-.088.321-.276.576a1.4 1.4 0 0 1-.483.412q-.295.155-.702.155a1.5 1.5 0 0 1-.702-.155 1.4 1.4 0 0 1-.483-.412 1.8 1.8 0 0 1-.276-.576 2.43 2.43 0 0 1 0-1.3 1.7 1.7 0 0 1 .276-.577q.188-.256.483-.412"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/openhab.svg b/mkdocs-material/material/templates/.icons/simple/openhab.svg new file mode 100644 index 0000000..3b63578 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/openhab.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 9.103-9.76 9.768c-.376-.553-.725-1.123-.998-1.738l9.39-9.397L12 6.368l1.368 1.368 6.931 6.931-.01.035-.136.403-.156.393-.174.384-.192.374-.175.304zM12 0C5.39 0 0 5.39 0 12c0 1.306.211 2.563.6 3.741l.893-.893.668-.67A10 10 0 0 1 1.922 12C1.922 6.45 6.45 1.922 12 1.922S22.078 6.449 22.078 12 17.551 22.078 12 22.078a10.06 10.06 0 0 1-7.698-3.588l-.012.012-.309.309-.308.309-.308.308-.424.425C5.144 22.39 8.39 24 12.001 24 18.61 24 24 18.61 24 12S18.61 0 12 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/openid.svg b/mkdocs-material/material/templates/.icons/simple/openid.svg new file mode 100644 index 0000000..96d747f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/openid.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.54.889-3.63 1.773v18.17c-4.15-.52-7.27-2.78-7.27-5.5 0-2.58 2.8-4.75 6.63-5.41v-2.31C4.42 8.322 0 11.502 0 15.332c0 3.96 4.74 7.24 10.91 7.78l3.63-1.71zm.64 6.724v2.31c1.43.25 2.71.7 3.76 1.31l-1.97 1.11 7.03 1.53-.5-5.21-1.87 1.06c-1.74-1.06-3.96-1.81-6.45-2.11"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/openjdk.svg b/mkdocs-material/material/templates/.icons/simple/openjdk.svg new file mode 100644 index 0000000..2b78b5e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/openjdk.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.915 0 11.7.215C9.515 2.4 7.47 6.39 6.046 10.483c-1.064 1.024-3.633 2.81-3.711 3.551-.093.87 1.746 2.611 1.55 3.235-.198.625-1.304 1.408-1.014 1.939.1.188.823.011 1.277-.491a13.4 13.4 0 0 0-.017 2.14c.076.906.27 1.668.643 2.232.372.563.956.911 1.667.911.397 0 .727-.114 1.024-.264.298-.149.571-.33.91-.5.68-.34 1.634-.666 3.53-.604 1.903.062 2.872.39 3.559.704s1.15.664 1.925.664c.767 0 1.395-.336 1.807-.9.412-.563.631-1.33.72-2.24.06-.623.055-1.32 0-2.066.454.45 1.117.604 1.213.424.29-.53-.816-1.314-1.013-1.937-.198-.624 1.642-2.366 1.549-3.236-.08-.748-2.707-2.568-3.748-3.586C16.428 6.374 14.308 2.394 12.13.215zm.175 6.038a2.95 2.95 0 0 1 2.943 2.942 2.95 2.95 0 0 1-2.943 2.943A2.95 2.95 0 0 1 9.148 8.98a2.95 2.95 0 0 1 2.942-2.942M8.685 7.983a3.5 3.5 0 0 0-.145.997c0 1.951 1.6 3.55 3.55 3.55s3.55-1.598 3.55-3.55q-.002-.495-.132-.951.502.143.915.336a43 43 0 0 1 2.042 5.829c.678 2.545 1.01 4.92.846 6.607-.082.844-.29 1.51-.606 1.94-.315.431-.713.651-1.315.651-.593 0-.932-.27-1.673-.61-.741-.338-1.825-.694-3.792-.758-1.974-.064-3.073.293-3.821.669-.375.188-.659.373-.911.5s-.466.2-.752.2c-.53 0-.876-.209-1.16-.64-.285-.43-.474-1.101-.545-1.948-.141-1.693.176-4.069.823-6.614a43 43 0 0 1 1.934-5.783c.348-.167.749-.31 1.192-.425m-3.382 4.362a.2.2 0 0 1 .13.031c-.166.56-.323 1.116-.463 1.665a34 34 0 0 0-.547 2.555 4 4 0 0 0-.2-.39c-.58-1.012-.914-1.642-1.16-2.08.315-.24 1.679-1.755 2.24-1.781m13.394.01c.562.027 1.926 1.543 2.24 1.783-.246.438-.58 1.068-1.16 2.08a4 4 0 0 0-.163.309 32 32 0 0 0-.562-2.49 41 41 0 0 0-.482-1.652.2.2 0 0 1 .127-.03"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/openjsfoundation.svg b/mkdocs-material/material/templates/.icons/simple/openjsfoundation.svg new file mode 100644 index 0000000..4dddbeb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/openjsfoundation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.992 0 1.603 6v12L12 24l10.397-5.992V6zM10.97 1.534 8.458 5.878H3.443l7.526-4.344M8.046 6.595 6.87 8.634 3.343 6.595zM7.13 9.603 11.275 12 7.13 14.397 5.748 12zm-.611-.351L5.343 11.29 2.985 7.214zm-4.1-1.595L4.932 12 2.42 16.343zm2.916 5.06 1.175 2.039-3.526 2.038zm1.535 2.648 1.176 2.039H3.343zm-3.427 2.756h5.015l2.511 4.344zM11.64 22.2l-2.35-4.078h2.351V22.2m0-4.794h-2.77l-1.383-2.397 4.145-2.397v4.794zm0-6.023L7.496 8.985l1.382-2.397h2.763v4.794m0-5.504H9.29l2.351-4.076zm5.832 3.374L21 7.214l-2.351 4.076zM18.237 12l-1.382 2.397L12.71 12l4.145-2.397zm-1.122-3.366L15.94 6.595h4.702zm3.428-2.756h-5.015l-2.504-4.344zm-8.19-4.076 2.35 4.076h-2.351zm0 4.793h2.763l1.382 2.397-4.145 2.397zm0 6.023 4.145 2.397-1.382 2.39h-2.763zm0 5.504h2.351l-2.351 4.076zm.672 4.344 2.504-4.344h5.015zm2.917-5.061 1.175-2.039 3.527 2.039zm1.534-2.657 1.176-2.038L21 16.786zm4.1 1.595L19.06 12l2.511-4.343v8.687"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/openlayers.svg b/mkdocs-material/material/templates/.icons/simple/openlayers.svg new file mode 100644 index 0000000..e4a32ac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/openlayers.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.7 13.08a3.5 3.5 0 0 1-1.119 1.619l-7.426 6.196a5.14 5.14 0 0 1-6.317 0L1.412 14.7a3.6 3.6 0 0 1-1.12-1.62 3.3 3.3 0 0 0 1.12 3.639l7.426 6.196a5.14 5.14 0 0 0 6.317 0l7.426-6.196a3.3 3.3 0 0 0 1.12-3.639M8.838 1.086a5.14 5.14 0 0 1 6.317 0l7.426 6.196a3.298 3.298 0 0 1 0 5.258l-7.426 6.187a5.14 5.14 0 0 1-6.317 0L1.412 12.53a3.298 3.298 0 0 1 0-5.248z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/openmediavault.svg b/mkdocs-material/material/templates/.icons/simple/openmediavault.svg new file mode 100644 index 0000000..e1bda44 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/openmediavault.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.945 1.045A.947.947 0 0 0 0 1.988v20.024c0 .534.436.943.945.943h22.11a.944.944 0 0 0 .945-.943V1.988a.94.94 0 0 0-.945-.943Zm.118 1.064h21.875v19.784H1.063ZM3.53 4.385c-.198 0-.361.149-.361.334v3.699c0 .185.162.334.361.334h16.94c.198 0 .36-.15.36-.334v-3.7c0-.184-.161-.333-.36-.333zm2.057.886a1.3 1.3 0 0 1 1.297 1.297 1.3 1.3 0 0 1-1.297 1.3 1.3 1.3 0 0 1-1.299-1.3 1.3 1.3 0 0 1 1.299-1.297m-.002.62a.68.68 0 0 0-.676.677.68.68 0 0 0 .678.678.68.68 0 0 0 .678-.678.68.68 0 0 0-.678-.677ZM3.53 9.816c-.198 0-.361.15-.361.334v3.702c0 .184.162.332.361.332h16.94c.198 0 .36-.15.36-.334v-3.7c0-.184-.161-.334-.36-.334zm2.057.887A1.3 1.3 0 0 1 6.885 12a1.3 1.3 0 0 1-1.297 1.299A1.3 1.3 0 0 1 4.289 12a1.3 1.3 0 0 1 1.299-1.297m-.002.62A.68.68 0 0 0 4.91 12a.68.68 0 0 0 .678.68.68.68 0 0 0 0-1.358ZM3.53 15.247c-.198 0-.361.15-.361.334v3.701c0 .185.162.332.361.332h16.94c.198 0 .36-.15.36-.334v-3.699c0-.184-.161-.334-.36-.334zm2.057.887a1.3 1.3 0 0 1 1.297 1.297 1.3 1.3 0 0 1-1.297 1.298 1.3 1.3 0 0 1-1.299-1.298 1.3 1.3 0 0 1 1.299-1.297m-.002.619a.68.68 0 0 0 .002 1.358.68.68 0 0 0 0-1.358Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/openmined.svg b/mkdocs-material/material/templates/.icons/simple/openmined.svg new file mode 100644 index 0000000..046fd4b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/openmined.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0a1.43 1.43 0 0 0-1.25.725L7.082 7.082.725 10.75a1.44 1.44 0 0 0 0 2.5l6.357 3.668 3.668 6.357a1.44 1.44 0 0 0 2.5 0l3.668-6.357 6.357-3.668c.967-.544.967-1.945 0-2.5l-6.357-3.668L13.25.725A1.43 1.43 0 0 0 12 0m.006 4.237 7.757 7.769-7.769 7.757-7.757-7.757zm-.012 3.112-4.656 4.657 4.656 4.656 4.657-4.656z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/opennebula.svg b/mkdocs-material/material/templates/.icons/simple/opennebula.svg new file mode 100644 index 0000000..cf7700a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/opennebula.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.458 20.15v3.453s-.007.206-.087.283a.38.38 0 0 1-.294.113c-3.859-.005-7.718-.01-11.577-.003-1.576-.005-3.25-.173-4.532-1.117-.074-.08-.485-.289-.188-.259a92 92 0 0 0 14.367-1.92 92 92 0 0 0 2.31-.55zm-18.186.814c.206.302.36.766.71.898 5.88-.29 11.76-1.083 17.476-2.536v-3.391c-2.437 1.16-4.983 2.097-7.558 2.87a65 65 0 0 1-10.628 2.16zm-.66-1.886c.06.387.158.751.299 1.127 6.167-.726 12.276-2.236 17.925-4.864q.31-.148.62-.298v-3.278c-4.392 2.987-9.392 4.986-14.503 6.329-1.438.363-2.876.74-4.341.984m10.85-6.692c-3.178 1.803-6.578 3.195-10.067 4.238-.257.14-.734.086-.732.469a5.2 5.2 0 0 0-.12 1.18c5.668-1.085 11.252-2.89 16.283-5.793a34 34 0 0 0 2.632-1.685V5.899c-2.213 2.657-5.019 4.774-7.997 6.487zM20.905.126c-.963.413-4.859 2.33-5.443 4.875-.236.323-.596-.08-.854-.163-2.209-1.091-5.008-.736-6.9.872C5.82 7.238 4.782 9.976 5.65 12.348c.136.279.277.653-.018.883-.35.243-.743.419-1.05.728-.625.527-1.17 1.204-1.5 1.926 5.184-1.574 10.26-3.834 14.504-7.283 1.423-1.183 2.757-2.503 3.87-3.982V.083c-.073-.154-.296-.067-.551.043"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/openproject.svg b/mkdocs-material/material/templates/.icons/simple/openproject.svg new file mode 100644 index 0000000..1f69635 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/openproject.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.35.37h-1.86a4.63 4.63 0 0 0-4.652 4.624v5.609H4.652A4.63 4.63 0 0 0 0 15.23v3.721c0 2.569 2.083 4.679 4.652 4.679h1.86c2.57 0 4.652-2.11 4.652-4.679v-3.72c0-.063 0-.158-.005-.158H8.373v3.88c0 1.026-.835 1.886-1.861 1.886h-1.86c-1.027 0-1.861-.864-1.861-1.886V15.23a1.84 1.84 0 0 1 1.86-1.833h14.697c2.57 0 4.652-2.11 4.652-4.679V4.997A4.63 4.63 0 0 0 19.35.37m1.861 8.345c0 1.026-.835 1.886-1.861 1.886h-3.721V4.997a1.84 1.84 0 0 1 1.86-1.833h1.86a1.84 1.84 0 0 1 1.862 1.833zm-8.373 9.706v.03c0 .746.629 1.344 1.396 1.344s1.395-.594 1.395-1.34v-3.384h-2.791z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/openscad.svg b/mkdocs-material/material/templates/.icons/simple/openscad.svg new file mode 100644 index 0000000..45a9b81 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/openscad.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.065 2.418c-1.287.016-2.478.283-3.346.701-.895.432-1.426 1.014-1.426 1.627 0 .494.375.98.975 1.397.242-.178.493-.307.729-.422.235-.116.556-.147.976-.15s.856.09.856.09c.008.001 1.498.644 1.498.644l.894-.418h.002s.592-.266 1.268-.258q.067 0 .136.006c.187.013.355.038.655.107.3.07.591.239.777.39.562-.405.897-.879.897-1.364 0-.617-.501-1.203-1.364-1.639-.862-.436-2.068-.71-3.402-.71h-.125zm7.3.143c-.325-.02-.443.02-.695.13-.506.275-1.024.55-1.545.825a9.87 9.87 0 0 1 4.725 8.06c.418-.213.832-.427 1.229-.636 1.157-.844 1.234-3.073.177-5.194-.94-1.885-2.53-3.188-3.89-3.185ZM8.55 2.928a9.65 9.65 0 0 0-6.177 8.16c.425-.214.857-.424 1.294-.617l.002-.002h.002a1.7 1.7 0 0 1 .637-.133c.22-.005.445.029.672.094.454.13.916.386 1.355.726.88.68 1.693 1.714 2.213 2.883.576 1.293.84 2.532.795 3.56s-.412 1.875-1.138 2.268l-.977.467a9.6 9.6 0 0 0 4.744 1.248 9.6 9.6 0 0 0 5.334-1.611c-.745.289-1.48.318-2.086-.006-.54-.29-.915-.833-1.082-1.541-.121-.413-.09-.715-.103-1.147.015-.475.141-.929.207-1.248.104-.434.377-1.154.775-1.865.398-.71.977-1.41 1.611-2.008.635-.598 1.253-.966 1.704-1.082.45-.116.742-.17 1.043-.174s.608.046.921.21c.772.41 1.163 1.295 1.188 2.357.074-.226.108-1.16.129-1.525a9.64 9.64 0 0 0-5.123-8.516c.447.385.717.84.717 1.342 0 .618-.409 1.185-.92 1.523a6.2 6.2 0 0 1-1.498.744 7.3 7.3 0 0 1-2.211.377c-.738.002-1.25.012-1.664-.06a12 12 0 0 1-.844-.166c-.35-.067-.334-.053-.608-.15-.59-.21-.775-.29-1.377-.686-.601-.396-1.04-.972-1.04-1.604 0-.736.602-1.367 1.505-1.818m1.498 2.9c.054.332.147.729.162 1.131q.262.061.538.107c.46-.227.863-.423 1.27-.62l-1.247-.538c-.003 0-.09-.015-.215-.033a9 9 0 0 0-.508-.047m3.291.291-.869.405.022.638c.844-.032 1.631-.174 2.299-.406.02-.298.108-.59.152-.824-.145-.037-.305-.033-.693-.036s-.91.223-.91.223zm1.85-.115c-.04.123-.082.25-.107.39-.014.074-.02.168-.028.256q.4-.16.725-.359a1.8 1.8 0 0 0-.59-.287m-2.967.625c-.291.14-.64.306-.984.477.338.03.675.058 1.002.066zm-7.904 3.959a1.5 1.5 0 0 0-.549.111c-.755.333-1.507.71-2.213 1.088.106.01.208.025.3.037.388.052.811.218 1.509.762.28.219.592.543.898.92.327.388.61.844.865 1.238.173.288.326.575.45.848.151.316.26.641.377.945.112.306.18.617.261.91.078.285.104.573.15.844q.048.402.04.754c-.011.449-.044.854-.168 1.215q-.06.172-.154.328a77 77 0 0 0 2.001-.941c1.25-.676 1.36-2.978.235-5.506-.88-1.978-2.652-3.574-4.002-3.553m14.44.666c.185.347.338.904.13 1.633-.066.172-.12.377-.215.556-.528 1.1-1.506 1.61-1.789 1.739 0 .047-.002.112-.039.463a3.7 3.7 0 0 1-.174.86c-.11.365-.227.628-.384.88-.077.1-.15.257-.506.65-.436.271-1.008.453-1.313.453.17.567.445 1.027.871 1.256.671.358 1.554.239 2.452-.277a6.2 6.2 0 0 0 1.48-1.23c.35-.405.666-.836 1.172-1.72.505-.882.814-2.064.79-3.044-.022-1.004-.384-1.783-1.054-2.14a1.5 1.5 0 0 0-.721-.163c-.248 0-.493.06-.7.084m-.284.047c-.5.165-1.01.47-1.498.875.172.192.37.356.611.537a3.7 3.7 0 0 0 .909.502l.048-.113a3 3 0 0 0 .096-.284c.137-.48.102-.865.012-1.154a1.6 1.6 0 0 0-.178-.363m-17.178.732a.8.8 0 0 0-.468.155c-.473.369-.779.918-.823 1.894-.043.977.211 2.185.774 3.45.503 1.13 1.298 2.135 2.138 2.784.841.65 1.727.944 2.481.6.62-.343.737-.999.758-1.877s-.241-2.098-.807-3.344c-.474-1.044-1.459-2.381-2.139-2.912-.68-.53-1.04-.664-1.386-.71a3 3 0 0 0-.528-.04m15.475.323c-.582.582-1.084 1.197-1.45 1.796l1.444.793a3.2 3.2 0 0 0 .531-.312 3.5 3.5 0 0 0 1.065-1.192 4.3 4.3 0 0 1-.944-.539c-.356-.266-.509-.39-.646-.546m-1.574 2.033a7.5 7.5 0 0 0-.658 1.715l1.955-1.004c-.41-.22-.87-.468-1.297-.711m1.42.935-2.225 1.159-.03.146c.226.053.475.128.782.291.427.227.627.39.781.53q.078-.101.153-.217c.342-.548.472-1.156.523-1.586.012-.108.01-.218.016-.323"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/opensea.svg b/mkdocs-material/material/templates/.icons/simple/opensea.svg new file mode 100644 index 0000000..96938a6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/opensea.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.374 0 0 5.374 0 12s5.374 12 12 12 12-5.374 12-12S18.629 0 12 0M5.92 12.403l.051-.081 3.123-4.884a.107.107 0 0 1 .187.014c.52 1.169.972 2.623.76 3.528-.088.372-.335.876-.614 1.342a2 2 0 0 1-.117.199.1.1 0 0 1-.09.045H6.013a.106.106 0 0 1-.091-.163zm13.914 1.68a.11.11 0 0 1-.065.101c-.243.103-1.07.485-1.414.962-.878 1.222-1.548 2.97-3.048 2.97H9.053a4.02 4.02 0 0 1-4.013-4.028v-.072c0-.058.048-.106.108-.106h3.485c.07 0 .12.063.115.132-.026.226.017.459.125.67.206.42.636.682 1.099.682h1.726v-1.347H9.99a.11.11 0 0 1-.089-.173l.063-.09c.16-.231.391-.586.621-.992.156-.274.308-.566.43-.86q.034-.08.065-.16c.033-.094.067-.182.091-.269a5 5 0 0 0 .065-.223c.057-.25.081-.514.081-.787 0-.108-.004-.221-.014-.327-.005-.117-.02-.235-.034-.352a3 3 0 0 0-.048-.312 7 7 0 0 0-.098-.468l-.014-.06c-.03-.108-.056-.21-.09-.317a12 12 0 0 0-.328-.972 5 5 0 0 0-.142-.355c-.072-.178-.146-.339-.213-.49a4 4 0 0 1-.094-.197 5 5 0 0 0-.103-.213c-.024-.053-.053-.104-.072-.152l-.211-.388c-.029-.053.019-.118.077-.101l1.32.357h.01l.173.05.192.054.07.019v-.783c0-.379.302-.686.679-.686a.66.66 0 0 1 .477.202.7.7 0 0 1 .2.484V6.65l.141.039q.016.007.031.017.052.037.147.11.074.059.165.137a10 10 0 0 1 .574.504c.214.199.454.432.684.691.065.074.127.146.192.226.062.079.132.156.19.232.079.104.16.212.235.324.033.053.074.108.105.161.096.142.178.288.257.435.034.067.067.141.096.213.089.197.159.396.202.598a.7.7 0 0 1 .029.132v.01c.014.057.019.12.024.184a2.1 2.1 0 0 1-.106.874c-.031.084-.06.17-.098.254-.075.17-.161.343-.264.502-.034.06-.075.122-.113.182-.043.063-.089.123-.127.18a4 4 0 0 1-.173.221q-.078.11-.166.209-.12.147-.245.278c-.048.058-.1.118-.156.17-.052.06-.108.113-.156.161-.084.084-.15.147-.208.202l-.137.122a.1.1 0 0 1-.072.03h-1.051v1.346h1.322c.295 0 .576-.104.804-.298.077-.067.415-.36.816-.802a.1.1 0 0 1 .05-.03l3.65-1.057a.108.108 0 0 1 .138.103z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/opensearch.svg b/mkdocs-material/material/templates/.icons/simple/opensearch.svg new file mode 100644 index 0000000..6827000 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/opensearch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.152 8.813a.85.85 0 0 0-.849.848c0 6.982-5.66 12.642-12.642 12.642a.849.849 0 0 0 0 1.697C17.581 24 24 17.58 24 9.661a.85.85 0 0 0-.848-.848M18.03 14.25c.816-1.331 1.606-3.106 1.45-5.59C19.16 3.513 14.497-.392 10.095.03 8.372.197 6.602 1.601 6.76 4.118c.068 1.093.603 1.738 1.473 2.234.828.473 1.891.772 3.097 1.11 1.456.41 3.145.87 4.444 1.827 1.556 1.147 2.62 2.476 2.257 4.961m-16.56-9C.653 6.581-.136 8.356.02 10.84c.321 5.147 4.983 9.052 9.385 8.629 1.723-.166 3.492-1.57 3.335-4.087-.068-1.093-.603-1.738-1.473-2.234-.828-.473-1.891-.772-3.097-1.11-1.456-.41-3.145-.87-4.444-1.827C2.17 9.064 1.106 7.735 1.47 5.25"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/opensourcehardware.svg b/mkdocs-material/material/templates/.icons/simple/opensourcehardware.svg new file mode 100644 index 0000000..573a7f3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/opensourcehardware.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.87 11.525c.071.013.13.084.13.157v3.033a.166.166 0 0 1-.13.157l-2.875.535a.24.24 0 0 0-.17.151l-.898 2.242a.25.25 0 0 0 .017.229l1.633 2.379a.17.17 0 0 1-.02.204l-2.144 2.144a.17.17 0 0 1-.203.019l-2.338-1.604a.23.23 0 0 0-.224-.008l-1.03.55a.12.12 0 0 1-.17-.062l-2.125-5.135a.16.16 0 0 1 .062-.192l.258-.158c.048-.03.113-.08.163-.125a3.354 3.354 0 1 0-3.612 0c.05.046.115.096.163.125l.258.158a.16.16 0 0 1 .062.192L8.552 21.65a.12.12 0 0 1-.17.063l-1.03-.55a.23.23 0 0 0-.224.007L4.79 22.775a.17.17 0 0 1-.204-.019l-2.145-2.144a.17.17 0 0 1-.019-.204l1.633-2.38a.25.25 0 0 0 .017-.228l-.897-2.242a.24.24 0 0 0-.17-.15L.13 14.871a.166.166 0 0 1-.13-.157v-3.032c0-.073.059-.144.13-.157l2.947-.548a.25.25 0 0 0 .175-.15l.903-2.108a.25.25 0 0 0-.014-.227L2.424 5.989a.17.17 0 0 1 .019-.203L4.587 3.64a.166.166 0 0 1 .204-.019L7.337 5.37c.06.041.163.048.229.016l2.043-.836c.07-.023.137-.1.15-.173l.567-3.047a.17.17 0 0 1 .157-.131h3.034c.073 0 .143.059.157.13l.567 3.048a.25.25 0 0 0 .15.173l2.043.836a.25.25 0 0 0 .23-.016l2.546-1.748a.166.166 0 0 1 .203.02l2.144 2.144c.052.051.06.143.02.203l-1.718 2.503a.25.25 0 0 0-.014.227l.903 2.108a.26.26 0 0 0 .175.15z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/opensourceinitiative.svg b/mkdocs-material/material/templates/.icons/simple/opensourceinitiative.svg new file mode 100644 index 0000000..54adab3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/opensourceinitiative.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.959.447A11.94 11.94 0 0 0 0 12.407c0 5.576 3.874 10.097 7.783 11.114.193.05.392-.05.467-.234l2.771-6.822a.396.396 0 0 0-.246-.528C9.365 15.47 8.53 14.32 8.48 12.4c-.024-1.828 1.5-3.45 3.561-3.447 1.931.003 3.479 1.632 3.479 3.453 0 .966-.203 1.687-.575 2.238-.371.552-.922.951-1.695 1.239a.396.396 0 0 0-.23.515l2.685 6.903a.396.396 0 0 0 .465.24C20.163 22.534 24 18.062 24 12.406 24 5.804 18.603.447 11.959.447m0 .791c6.22 0 11.25 4.997 11.25 11.168 0 5.138-3.423 9.208-6.895 10.272L13.9 16.47c.703-.308 1.302-.79 1.702-1.384.477-.708.709-1.602.709-2.68 0-2.266-1.898-4.24-4.27-4.244-2.48-.004-4.382 1.976-4.352 4.25.023 1.995.934 3.492 2.451 4.13L7.648 22.66C4.251 21.592.791 17.458.791 12.406A11.13 11.13 0 0 1 11.959 1.238m10.617 20.149a1.03 1.03 0 0 0 0 2.058 1.03 1.03 0 0 0 0-2.058m0 .162c.48 0 .865.388.865.867a.86.86 0 0 1-.271.623l-.172-.342a.9.9 0 0 0-.111-.178.26.26 0 0 0-.114-.084.3.3 0 0 0 .17-.117.36.36 0 0 0 .061-.21q0-.195-.113-.292-.114-.096-.346-.095h-.41v1.343h.181v-.568h.2q.107 0 .17.045a.5.5 0 0 1 .129.18l.171.343.157.001a.88.88 0 0 1-.567.216.865.865 0 0 1 0-1.732m-.26.322h.229q.132-.001.2.059.066.06.066.177 0 .12-.067.18-.066.06-.2.06h-.228z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/openssl.svg b/mkdocs-material/material/templates/.icons/simple/openssl.svg new file mode 100644 index 0000000..75b8703 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/openssl.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.961 13.532a2 2 0 0 1-.818-.157 1.75 1.75 0 0 1-.616-.437 2 2 0 0 1-.389-.664A2.4 2.4 0 0 1 0 11.442q0-.448.137-.832t.389-.664a1.8 1.8 0 0 1 .617-.438q.365-.157.818-.157.454 0 .818.157t.616.437.389.664.137.832-.137.832a2 2 0 0 1-.389.664 1.74 1.74 0 0 1-.616.437 2 2 0 0 1-.818.158m0-.443q.353 0 .622-.126c.269-.126.331-.199.454-.345q.185-.219.277-.521t.092-.656-.092-.656a1.5 1.5 0 0 0-.277-.524q-.185-.221-.454-.347c-.269-.126-.386-.125-.622-.125q-.353 0-.622.126a1.3 1.3 0 0 0-.454.347 1.5 1.5 0 0 0-.277.524q-.092.302-.092.656 0 .353.092.656.093.303.277.521t.454.345q.27.125.622.125m2.494-2.538h.454v.409h.011q.162-.224.387-.35.224-.126.544-.126.274 0 .504.104t.392.297.255.479.092.644q0 .348-.087.63a1.4 1.4 0 0 1-.249.482 1.1 1.1 0 0 1-.398.305 1.3 1.3 0 0 1-.527.106q-.297 0-.516-.095a1 1 0 0 1-.398-.331h-.01v1.557h-.454zm1.345 2.6a.74.74 0 0 0 .625-.325q.103-.151.154-.359.05-.207.05-.454a2 2 0 0 0-.05-.451 1.1 1.1 0 0 0-.154-.364.75.75 0 0 0-.258-.241.7.7 0 0 0-.361-.087.9.9 0 0 0-.412.09.8.8 0 0 0-.289.247 1.1 1.1 0 0 0-.168.364 1.902 1.902 0 0 0-.006.886q.05.207.16.361a.8.8 0 0 0 .283.244.9.9 0 0 0 .426.089m3.037.375a1.4 1.4 0 0 1-.591-.12q-.26-.12-.44-.328-.18-.207-.275-.485a1.8 1.8 0 0 1-.095-.591q0-.314.098-.591t.28-.485a1.287 1.287 0 0 1 .994-.448q.325 0 .574.12t.417.336.255.516.087.658h-2.24q.011.219.078.409t.185.331a.84.84 0 0 0 .673.297.86.86 0 0 0 .521-.148.78.78 0 0 0 .28-.445h.443q-.1.471-.426.723-.326.25-.818.251m-.028-2.689a.9.9 0 0 0-.359.07.76.76 0 0 0-.266.196 1 1 0 0 0-.179.297 1.3 1.3 0 0 0-.092.367h1.743q-.022-.436-.238-.684-.218-.246-.609-.246m2.311.095h.011q.158-.207.378-.328.222-.12.541-.12.455 0 .714.238.261.238.261.692v2.034h-.454v-1.995q0-.286-.174-.437-.173-.151-.482-.151a.9.9 0 0 0-.319.059.8.8 0 0 0-.252.163.7.7 0 0 0-.165.252.9.9 0 0 0-.059.328v1.782h-.454v-2.897h.454zm4.289 2.598q-.823 0-1.271-.347-.449-.347-.47-.989h.8q.045.366.259.521t.648.155q.158 0 .299-.028a.8.8 0 0 0 .248-.09.5.5 0 0 0 .172-.161.43.43 0 0 0 .065-.24.4.4 0 0 0-.07-.242.56.56 0 0 0-.2-.161 1.6 1.6 0 0 0-.313-.113q-.183-.048-.414-.099a8 8 0 0 1-.521-.138 1.6 1.6 0 0 1-.44-.206 1 1 0 0 1-.304-.332 1.04 1.04 0 0 1-.116-.518q0-.299.116-.524.115-.225.321-.378.206-.152.487-.228t.62-.076q.682 0 1.096.321t.459.935h-.783q-.034-.304-.248-.456a.9.9 0 0 0-.53-.152q-.332 0-.53.13a.39.39 0 0 0-.197.344q0 .124.054.206t.163.144.273.107.389.096q.31.068.583.149.273.082.479.217t.324.344.118.535q0 .304-.118.544t-.327.4a1.5 1.5 0 0 1-.496.245 2.2 2.2 0 0 1-.625.085m3.759 0q-.823 0-1.271-.347c-.448-.347-.456-.561-.47-.989h.8q.045.366.259.521t.648.155q.158 0 .299-.028a.8.8 0 0 0 .248-.09.5.5 0 0 0 .172-.161.43.43 0 0 0 .065-.24.4.4 0 0 0-.07-.242.56.56 0 0 0-.2-.161 1.6 1.6 0 0 0-.313-.113q-.183-.048-.414-.099a8 8 0 0 1-.521-.138 1.6 1.6 0 0 1-.44-.206 1 1 0 0 1-.304-.332 1.04 1.04 0 0 1-.116-.518q0-.299.116-.524t.321-.378.487-.228.62-.076q.681 0 1.096.321.414.321.459.935h-.783q-.034-.304-.248-.456a.9.9 0 0 0-.53-.152q-.332 0-.53.13a.39.39 0 0 0-.197.344q0 .124.054.206t.163.144.273.107.389.096q.31.068.583.149.273.082.479.217t.324.344.118.535q0 .304-.118.544-.119.24-.327.4a1.5 1.5 0 0 1-.496.245q-.287.084-.625.085m2.122-4.12h.817v3.347H24v.682h-2.71z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/openstack.svg b/mkdocs-material/material/templates/.icons/simple/openstack.svg new file mode 100644 index 0000000..5e3e40c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/openstack.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.575 9.29h5.418v5.42h-5.418zM0 9.29h5.419v5.42H0zm18.575 7.827a1.207 1.207 0 0 1-1.206 1.206H6.623a1.207 1.207 0 0 1-1.205-1.206v-.858H0v5.252a2.236 2.236 0 0 0 2.229 2.23h19.53A2.237 2.237 0 0 0 24 21.512V16.26h-5.425zM21.763.258H2.233a2.236 2.236 0 0 0-2.23 2.23V7.74h5.419v-.858a1.206 1.206 0 0 1 1.205-1.206h10.746a1.206 1.206 0 0 1 1.205 1.206v.858H24V2.487A2.237 2.237 0 0 0 21.763.258"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/openstreetmap.svg b/mkdocs-material/material/templates/.icons/simple/openstreetmap.svg new file mode 100644 index 0000000..27fe2ab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/openstreetmap.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.672 23.969c-.352-.089-.534-.234-1.471-1.168C.085 21.688.014 21.579.018 20.999c0-.645-.196-.414 3.368-3.986 3.6-3.608 3.415-3.451 4.064-3.449.302 0 .378.016.62.14l.277.14 1.744-1.744-.218-.343c-.425-.662-.825-1.629-1.006-2.429a7.66 7.66 0 0 1 1.479-6.44c2.49-3.12 6.959-3.812 10.26-1.588 1.812 1.218 2.99 3.099 3.328 5.314.07.467.07 1.579 0 2.074a7.55 7.55 0 0 1-2.205 4.402 6.7 6.7 0 0 1-1.943 1.401c-.959.483-1.775.71-2.881.803-1.573.131-3.32-.305-4.656-1.163l-.343-.218-1.744 1.744.14.28c.125.241.14.316.14.617.003.651.156.467-3.426 4.049-2.761 2.756-3.186 3.164-3.398 3.261-.271.125-.69.171-.945.106zM17.485 13.95a6.43 6.43 0 0 0 4.603-3.51c1.391-2.899.455-6.306-2.227-8.108-.638-.43-1.529-.794-2.367-.962-.581-.117-1.809-.104-2.414.025a6.6 6.6 0 0 0-2.452 1.064c-.444.315-1.177 1.048-1.487 1.487a6.384 6.384 0 0 0 .38 7.907 6.4 6.4 0 0 0 3.901 2.136c.509.078 1.542.058 2.065-.037zm-3.738 7.376a81 81 0 0 1-2.196-.651c-.025-.028 1.207-4.396 1.257-4.449.023-.026 4.242 1.152 4.414 1.236.062.026-.003.288-.525 2.102a399 399 0 0 0-.635 2.236c-.025.087-.069.156-.097.156-.028-.003-1.028-.287-2.219-.631zm2.912.524c0-.053 1.227-4.333 1.246-4.347.047-.034 4.324-1.23 4.341-1.211.019.019-1.199 4.337-1.23 4.36-.02.019-4.126 1.191-4.259 1.218-.054.011-.098 0-.098-.019zm-7.105-1.911c.846-.852 1.599-1.627 1.674-1.728.171-.218.405-.732.472-1.015.026-.118.053-.352.058-.522l.011-.307.182-.051c.103-.028.193-.044.202-.034.023.025-1.207 4.321-1.246 4.36-.02.016-.677.213-1.464.436l-1.425.405 1.537-1.542zm8.289-3.06a1.4 1.4 0 0 1-.059-.187l-.044-.156.156-.028c1.339-.227 2.776-.856 3.908-1.713.16-.125.252-.171.265-.134.054.165.272.95.265.959-.034.034-4.48 1.282-4.492 1.261zm-15.083-1.3c-.05-.039-1.179-3.866-1.264-4.29-.016-.084.146-.044 2.174.536 2.121.604 2.192.629 2.222.74.028.098.011.129-.125.223-.084.059-.769.724-1.523 1.479a64 64 0 0 1-1.39 1.367c-.016 0-.056-.025-.093-.054zm.821-4.378c-1.188-.343-2.164-.623-2.167-.626-.016-.012 1.261-4.433 1.285-4.46.022-.022 4.422 1.211 4.469 1.252.009.009-.269 1.017-.618 2.239-.576 2.02-.643 2.224-.723 2.22-.05-.003-1.059-.285-2.247-.626zm2.959.538c.012-.031.212-.723.444-1.534l.42-1.476.056.321c.093.556.265 1.188.464 1.741.106.296.187.539.181.545-.008.006-.332.101-.719.212-.389.109-.741.21-.786.224q-.085.025-.059-.034zM4.905 6.112c-1.187-.339-2.167-.635-2.18-.654-.04-.062-1.246-4.321-1.23-4.338.026-.025 4.31 1.204 4.351 1.246.047.051 1.28 4.379 1.246 4.376L4.91 6.113zm2.148-1.713-.519-1.806-.078-.28 1.693-.483c.934-.265 1.724-.495 1.76-.508.034-.016-.083.14-.26.336A8.7 8.7 0 0 0 7.69 5.23a4 4 0 0 0-.132.561c0 .293-.115-.025-.505-1.39z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/opensuse.svg b/mkdocs-material/material/templates/.icons/simple/opensuse.svg new file mode 100644 index 0000000..2b616b4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/opensuse.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.724 0a12 12 0 0 0-9.448 4.623c1.464.391 2.5.727 2.81.832.005-.19.037-1.893.037-1.893s.004-.04.025-.06c.026-.026.065-.018.065-.018.385.056 8.602 1.274 12.066 3.292.427.25.638.517.902.786.958.99 2.223 5.108 2.359 5.957.005.033-.036.07-.054.083a5 5 0 0 1-.313.228c-.82.55-2.708 1.872-5.13 1.656-2.176-.193-5.018-1.44-8.445-3.699q.503 1.185 1 2.371c.497.258 5.287 2.7 7.651 2.651 1.904-.04 3.941-.968 4.756-1.458 0 0 .179-.108.257-.048.085.066.061.167.041.27-.05.234-.164.66-.242.863l-.065.165c-.093.25-.183.482-.356.625-.48.436-1.246.784-2.446 1.305-1.855.812-4.865 1.328-7.66 1.31-1.001-.022-1.968-.133-2.817-.232-1.743-.197-3.161-.357-4.026.269A12 12 0 0 0 10.724 24a12 12 0 0 0 12-12 12 12 0 0 0-12-12M13.4 6.963a3.5 3.5 0 0 0-2.521.942 3.5 3.5 0 0 0-1.114 2.449 3.53 3.53 0 0 0 3.39 3.64 3.48 3.48 0 0 0 2.524-.946 3.5 3.5 0 0 0 1.114-2.446 3.527 3.527 0 0 0-3.393-3.64zm-.03 1.035a2.46 2.46 0 0 1 2.368 2.539 2.43 2.43 0 0 1-.774 1.706 2.46 2.46 0 0 1-1.762.659 2.46 2.46 0 0 1-2.364-2.542c.02-.655.3-1.26.777-1.707a2.42 2.42 0 0 1 1.756-.655zm.402 1.23c-.602 0-1.087.325-1.087.727 0 .4.485.725 1.087.725.6 0 1.088-.326 1.088-.725 0-.402-.487-.726-1.088-.726Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/opentelemetry.svg b/mkdocs-material/material/templates/.icons/simple/opentelemetry.svg new file mode 100644 index 0000000..29c4f7e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/opentelemetry.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.697 13.117A2.618 2.618 0 1 0 16.4 16.82a2.618 2.618 0 0 0-3.703-3.703m2.768 2.77a1.296 1.296 0 1 1-1.833-1.832 1.296 1.296 0 0 1 1.833 1.832M16.356.236 14.752 1.84a.81.81 0 0 0 0 1.144l6.263 6.263a.81.81 0 0 0 1.144 0l1.604-1.604a.81.81 0 0 0 0-1.144L17.498.235a.81.81 0 0 0-1.142 0M5.117 20.734a.733.733 0 0 0 0-1.034l-.815-.816a.733.733 0 0 0-1.035 0l-1.684 1.685-.003.002-.462-.463a.654.654 0 1 0-.925.925l2.775 2.775a.654.654 0 1 0 .925-.925l-.463-.462.003-.002zm8.486-15.893-3.564 3.564a.82.82 0 0 0 0 1.154l2.2 2.2a3.98 3.98 0 0 1 5.137.419l1.782-1.782a.82.82 0 0 0 0-1.154l-4.401-4.4a.815.815 0 0 0-1.154 0m-2.288 7.846-1.3-1.3a.786.786 0 0 0-1.108 0l-4.583 4.586a.786.786 0 0 0 0 1.107l2.597 2.598a.786.786 0 0 0 1.108 0l2.947-2.953a3.99 3.99 0 0 1 .339-4.038"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/opentext.svg b/mkdocs-material/material/templates/.icons/simple/opentext.svg new file mode 100644 index 0000000..9a62af7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/opentext.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.412 11.809c0 .786-.468 1.637-1.7 1.637-.894 0-1.712-.49-1.712-1.637 0-.946.616-1.68 1.828-1.616 1.297.074 1.584 1.052 1.584 1.616m-2.307-.596c-.117.17-.159.383-.159.596 0 .478.244.914.765.914.51 0 .755-.404.755-.872 0-.34-.085-.595-.266-.754a.73.73 0 0 0-.553-.17c-.255.01-.414.095-.542.286m10.63-.67c.095-.095.148-.17.318-.244.149-.063.35-.106.585-.106.191 0 .404.032.563.117.33.17.425.446.425.935v2.126h-.946v-1.754c0-.276-.01-.382-.042-.467-.075-.17-.234-.234-.425-.234-.49 0-.49.382-.49.776v1.68h-.935v-3.105h.946zm-1.393 2.02c-.085.181-.361.883-1.584.883-.946 0-1.605-.564-1.605-1.584 0-.744.383-1.669 1.637-1.669.191 0 .733-.021 1.148.404.415.436.436 1.042.446 1.392H8.1c0 .383.223.776.734.776s.69-.33.807-.542zm-.935-1.148c-.022-.127-.043-.308-.181-.435a.66.66 0 0 0-.457-.17.67.67 0 0 0-.478.202c-.128.138-.16.276-.192.414zm13.977-.5H24v-.637h-.616V9.62h-.936v.648H22.3l-.425.638h.574v1.478c0 .297.01.52.138.701.202.287.553.308.883.308.17 0 .297-.02.488-.053v-.712l-.329.01c-.255 0-.255-.159-.244-.35v-1.371zM14.073 9.62h.935v.648h.967l-.425.638h-.553v1.382c-.01.191-.01.35.245.35l.33-.01v.712c-.203.032-.32.053-.49.053-.318 0-.68-.02-.882-.308-.127-.18-.138-.404-.138-.701V9.619h.01zm4.836 2.944-.18.266c-.171.234-.48.606-1.383.606-.946 0-1.573-.563-1.573-1.584 0-.744.383-1.669 1.637-1.669.191 0 .733-.02 1.148.404.415.436.436 1.042.446 1.393H16.73c-.01.382.191.776.69.776.51 0 .66-.33.777-.542zm-.872-1.148c-.021-.127-.042-.308-.18-.435a.66.66 0 0 0-.458-.17.67.67 0 0 0-.478.202c-.127.138-.16.276-.191.414zm4.071 1.956-1.17-1.626.968-1.467h-1.063l-.457.691-.5-.69h-1.062l1.052 1.466-1.084 1.626h1.063l.563-.86.617.86zm-17.41-2.827c.085-.138.372-.35.829-.35.776 0 1.329.573 1.329 1.604 0 .638-.234 1.637-1.372 1.637-.403 0-.722-.223-.797-.35v1.296h-.935v-4.114h.946zm.638.361a.58.58 0 0 0-.479.234c-.138.16-.19.404-.19.68 0 .362.105.585.222.712a.59.59 0 0 0 .425.192c.457 0 .66-.468.66-.925 0-.383-.117-.786-.5-.872-.053-.01-.096-.02-.138-.02z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/opentofu.svg b/mkdocs-material/material/templates/.icons/simple/opentofu.svg new file mode 100644 index 0000000..7a6d448 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/opentofu.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10.184 23.25.002-.01-.033-.017-8.388-4.611a1.68 1.68 0 0 1-.873-1.475V6.864c0-.614.335-1.18.873-1.476l9.424-5.18a1.69 1.69 0 0 1 1.622 0l8.31 4.568.022.012.006.002-.004-.001 1.09.599c.538.296.873.862.873 1.476v10.273c0 .614-.335 1.179-.873 1.475l-8.388 4.611-.03.016-1.006.553a1.69 1.69 0 0 1-1.622 0l-1.003-.552zm.603-1.158-.005-.001.012.006a.388.388 0 0 0 .558-.338l.001-9.147a.39.39 0 0 0-.202-.34L2.763 7.661a.39.39 0 0 0-.576.341v9.135c0 .141.077.272.201.34l8.394 4.613zm-1.983-5.129-.005.003-1.959-1.031-.003-.004.001-.01c.023-.305.153-.525.346-.632.194-.107.45-.101.72.041.272.143.508.397.671.691s.252.628.229.935zM5.71 15.177l-.005.002-1.96-1.031-.002-.004.001-.01c.022-.304.152-.524.346-.632s.449-.101.72.042.508.396.671.69c.162.294.252.628.229.935zm14.981-8.999-.003-.018a.38.38 0 0 0-.191-.25l-8.31-4.567a.39.39 0 0 0-.374 0L3.503 5.91a.39.39 0 0 0-.193.423l.009.007-.009-.007c.022.1.083.194.183.253l8.32 4.572a.39.39 0 0 0 .374 0l8.321-4.573a.385.385 0 0 0 .183-.407M3.319 6.34l-.005-.006-.004-.003zm-.467-1.56-.003.002q.004.006.005.006zm.007.007-.003.001h-.002z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/openverse.svg b/mkdocs-material/material/templates/.icons/simple/openverse.svg new file mode 100644 index 0000000..d5933de --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/openverse.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.882 1.018C2.182 1.018 0 3.214 0 5.932c0 2.704 2.182 4.915 4.882 4.915Zm7.118 0c-2.686 0-4.882 2.196-4.882 4.914 0 2.704 2.182 4.915 4.882 4.915zm7.118 0c-2.696 0-4.881 2.2-4.881 4.914s2.185 4.915 4.88 4.915c2.697 0 4.883-2.2 4.883-4.915s-2.186-4.914-4.882-4.914m0 12.093c-2.696 0-4.881 2.2-4.881 4.915s2.185 4.914 4.88 4.914c2.697 0 4.883-2.2 4.883-4.914s-2.186-4.915-4.882-4.915M12 13.126c-2.686 0-4.882 2.196-4.882 4.9S9.3 22.94 12 22.94zm-7.118.04c-2.7 0-4.882 2.197-4.882 4.9 0 2.719 2.182 4.916 4.882 4.916Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/openvpn.svg b/mkdocs-material/material/templates/.icons/simple/openvpn.svg new file mode 100644 index 0000000..48cfc75 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/openvpn.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 .357C5.385.357 0 5.69 0 12.254c0 4.36 2.358 8.153 5.896 10.204l.77-5.076a7.05 7.05 0 0 1-1.846-4.719c0-3.897 3.18-7.076 7.13-7.076 3.948 0 7.126 3.18 7.126 7.076 0 1.847-.717 3.488-1.846 4.77L18 22.51c3.59-2.05 6-5.899 6-10.258C24 5.69 18.615.357 12 .357m-.05 8.157a3.786 3.786 0 0 0-3.796 3.795 3.74 3.74 0 0 0 2.461 3.54L9.13 23.643h5.64l-1.435-7.795c1.385-.564 2.41-1.898 2.41-3.54a3.786 3.786 0 0 0-3.795-3.794"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/openwrt.svg b/mkdocs-material/material/templates/.icons/simple/openwrt.svg new file mode 100644 index 0000000..607b564 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/openwrt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0A14.12 14.12 0 0 0 1.994 4.154L3.689 5.85A11.72 11.72 0 0 1 12 2.41a11.72 11.72 0 0 1 8.311 3.44l1.696-1.696A14.12 14.12 0 0 0 12 0zm0 4.32a9.8 9.8 0 0 0-6.947 2.893l1.695 1.695A7.41 7.41 0 0 1 12 6.73c2.043 0 3.905.832 5.252 2.178l1.695-1.695A9.81 9.81 0 0 0 12 4.32M4.272 8.076A9.76 9.76 0 0 0 2.16 14.16C2.16 19.58 6.582 24 12 24s9.84-4.42 9.84-9.84a9.86 9.86 0 0 0-2.111-6.084L18.016 9.79a7.4 7.4 0 0 1 1.43 4.371c0 4.105-3.34 7.448-7.446 7.448s-7.447-3.342-7.447-7.448c0-1.628.531-3.141 1.43-4.37zM12 8.643a5.56 5.56 0 0 0-3.906 1.613l1.695 1.695a3.13 3.13 0 0 1 4.422 0l1.695-1.695A5.5 5.5 0 0 0 12 8.643m0 3.888a1.629 1.629 0 1 0 0 3.258 1.629 1.629 0 0 0 0-3.258"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/openzeppelin.svg b/mkdocs-material/material/templates/.icons/simple/openzeppelin.svg new file mode 100644 index 0000000..9669de2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/openzeppelin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.783 24H9.317l2.196-3.69a5.23 5.23 0 0 1 4.494-2.558h6.775ZM1.217 0h21.566l-3.718 6.247H1.217ZM9.76 9.763a5.73 5.73 0 0 1 4.92-2.795h4.01L8.498 24h-7.26Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/openzfs.svg b/mkdocs-material/material/templates/.icons/simple/openzfs.svg new file mode 100644 index 0000000..d659fa8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/openzfs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.357 3.404a.634.634 0 0 1-.901 0 .64.64 0 0 1 0-.905.634.634 0 0 1 .901 0 .63.63 0 0 1 0 .905m-.14 17.858a1.115 1.115 0 0 1-1.574-1.576 1.114 1.114 0 0 1 1.574 0 1.104 1.104 0 0 1 0 1.576m-3.722-2.154a1.11 1.11 0 0 1 0-1.57 1.103 1.103 0 0 1 1.573 0 1.107 1.107 0 0 1 0 1.57c-.435.44-1.145.44-1.573 0m-.576 2.154a1.115 1.115 0 0 1-1.573-1.576 1.114 1.114 0 0 1 1.573 1.576m-3.722-2.154a1.096 1.096 0 0 1 0-1.57 1.103 1.103 0 0 1 1.574 0 1.11 1.11 0 0 1 0 1.57c-.435.44-1.145.44-1.574 0m-.575 2.154a1.115 1.115 0 0 1-1.573-1.576 1.114 1.114 0 0 1 1.573 1.576m-3.728-2.154a1.107 1.107 0 0 1 0-1.57 1.11 1.11 0 0 1 1.58 0 1.107 1.107 0 0 1 0 1.57 1.116 1.116 0 0 1-1.58 0m-.57 2.148c-.434.44-1.144.44-1.573 0a1.096 1.096 0 0 1 0-1.57 1.103 1.103 0 0 1 1.573 0 1.11 1.11 0 0 1 0 1.57M4.604 2.58a.64.64 0 0 1 .908 0 .64.64 0 0 1 0 .904.64.64 0 0 1-.908 0 .646.646 0 0 1 0-.904m1.388 1.388a.64.64 0 0 1 .908 0 .64.64 0 0 1 0 .904.653.653 0 0 1-.908 0 .64.64 0 0 1 0-.904M7.38 5.35a.653.653 0 0 1 .908 0 .64.64 0 1 1-.908.904.64.64 0 0 1 0-.904m0-2.77a.64.64 0 0 1 .908 0 .64.64 0 0 1 0 .905.647.647 0 0 1-.908 0 .64.64 0 0 1 0-.904m1.387 4.157a.647.647 0 0 1 .908 0 .64.64 0 0 1 0 .904.64.64 0 0 1-.908 0 .64.64 0 0 1 0-.904m0-2.77a.64.64 0 0 1 .908 0 .64.64 0 0 1 0 .905.641.641 0 0 1-.908-.904m1.388-1.388a.64.64 0 0 1 .908 0 .64.64 0 0 1 0 .904.64.64 0 0 1-.908 0 .64.64 0 0 1 0-.904m1.388 4.157a.64.64 0 1 1 0 .904.64.64 0 0 1 0-.904m0-2.77a.634.634 0 0 1 .901 0 .634.634 0 0 1 0 .905.645.645 0 0 1-.901 0 .64.64 0 0 1 0-.904M12.93 2.58a.634.634 0 0 1 .901 0 .64.64 0 0 1 0 .904.634.634 0 0 1-.902 0 .64.64 0 0 1 0-.904m.429 12.804a1.114 1.114 0 0 1 1.573 1.576 1.115 1.115 0 0 1-1.573-1.576m.473-6.393a.634.634 0 0 1-.902 0 .64.64 0 0 1 0-.904.64.64 0 0 1 .902.006c.25.245.25.653 0 .898m0-2.77a.634.634 0 0 1-.902 0 .64.64 0 0 1 0-.903.634.634 0 0 1 .902 0 .64.64 0 0 1 0 .904m-2.29 3.253a.645.645 0 0 1 .902 0 .64.64 0 0 1 0 .904.634.634 0 0 1-.901 0 .64.64 0 0 1 0-.904m-.34 3.761a1.103 1.103 0 0 1 1.574 0 1.104 1.104 0 0 1 0 1.576 1.114 1.114 0 0 1-1.573-1.576m-.57 2.148a1.115 1.115 0 1 1-1.578 1.576 1.115 1.115 0 0 1 1.579-1.576m-.48-10.066a.64.64 0 0 1 .908 0 .65.65 0 0 1 0 .904.64.64 0 0 1-.908 0 .64.64 0 0 1 0-.904m0 2.775a.64.64 0 0 1 .902-.006c.25.251.25.66 0 .91a.645.645 0 0 1-.902 0 .64.64 0 0 1 0-.904m4.163-1.388a.634.634 0 0 1 .902 0 .64.64 0 0 1 0 .905.634.634 0 0 1-.902 0 .64.64 0 0 1 0-.905m0-2.775a.645.645 0 0 1 .902 0 .64.64 0 0 1 0 .904.634.634 0 0 1-.902 0 .64.64 0 0 1 0-.904m1.388 1.388a.634.634 0 0 1 .902 0 .64.64 0 0 1 0 .904.634.634 0 0 1-.902 0 .64.64 0 0 1 0-.904m0-2.77a.634.634 0 0 1 .902 0c.249.245.249.653 0 .898a.634.634 0 0 1-.902 0 .63.63 0 0 1 0-.898m1.388 1.382a.645.645 0 0 1 .901 0 .64.64 0 0 1 0 .904.634.634 0 0 1-.901 0 .64.64 0 0 1 0-.904M24 1.827A1.827 1.827 0 0 0 22.171 0H1.835C.825 0 0 .816 0 1.827V8.81h2.724L0 15.19v6.976C0 23.171.819 24 1.835 24h20.336c1.01 0 1.829-.823 1.829-1.834V15.19h-2.724L24 8.81Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/opera.svg b/mkdocs-material/material/templates/.icons/simple/opera.svg new file mode 100644 index 0000000..70ae6ed --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/opera.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.051 5.238c-1.328 1.566-2.186 3.883-2.246 6.48v.564c.061 2.598.918 4.912 2.246 6.479 1.721 2.236 4.279 3.654 7.139 3.654a8.65 8.65 0 0 0 4.807-1.471 11.93 11.93 0 0 1-8.567 3.042C5.064 23.689 0 18.436 0 12 0 5.371 5.373 0 12 0h.045a11.97 11.97 0 0 1 7.953 3.055c-1.408-.93-3.051-1.471-4.81-1.471-2.858 0-5.417 1.42-7.14 3.654zM24 12c0 3.556-1.545 6.748-4.002 8.945-3.078 1.5-5.946.451-6.896-.205 3.023-.664 5.307-4.32 5.307-8.74 0-4.422-2.283-8.075-5.307-8.74.949-.654 3.818-1.703 6.896-.205A11.96 11.96 0 0 1 24 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/operagx.svg b/mkdocs-material/material/templates/.icons/simple/operagx.svg new file mode 100644 index 0000000..8f23bc1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/operagx.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 12.01c0 3.412-1.462 6.674-4.013 8.943A12 12 0 0 1 11.992 24c-.178 0-.385-.019-.563-.019C5.016 23.681 0 18.403 0 11.991 0 5.37 5.372 0 11.99 0h.038c2.944 0 5.775 1.087 7.96 3.047A12.04 12.04 0 0 1 24 12.009zm-9.14 10.443c-2.729-.056-5.279-1.397-7.041-3.684-1.388-1.64-2.203-4.013-2.269-6.516v-.544c.047-2.521.881-4.893 2.269-6.534 1.744-2.269 4.294-3.61 7.012-3.666a10.7 10.7 0 0 0-2.784-.384h-.038c-5.99 0-10.865 4.894-10.865 10.866 0 5.812 4.528 10.584 10.34 10.847a10.1 10.1 0 0 0 3.375-.385zm7.996-10.444c0-3.065-1.303-5.99-3.59-8.053a7.7 7.7 0 0 0-4.228-1.284c-2.447 0-4.754 1.181-6.357 3.244-1.247 1.462-1.969 3.59-2.025 5.83v.526c.056 2.25.778 4.369 2.006 5.812l.02.02c1.602 2.071 3.909 3.252 6.355 3.252a7.7 7.7 0 0 0 4.229-1.284 10.9 10.9 0 0 0 3.59-8.063m-3.75 0c0 4.05-2.184 7.341-4.912 7.585 2.128-1.388 3.61-4.257 3.61-7.585s-1.463-6.197-3.61-7.575c2.728.244 4.912 3.525 4.912 7.575"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/opnsense.svg b/mkdocs-material/material/templates/.icons/simple/opnsense.svg new file mode 100644 index 0000000..890fa55 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/opnsense.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.419 11.08h5.259v1.847h-5.254l1.66.885v1.847l-5.111-2.732h-.005V11.08l5.111-2.737v1.847zm.005 5.54 5.255 2.808v1.841c.01 1.453-1.176 2.744-2.655 2.731H.322v-4.573l5.252-2.808H2.119v-1.847h1.297v1.719l3.216-1.719h2.395v1.846l-3.453 1.847h12.85l-3.455-1.847v-1.846h2.4l3.216 1.719v-1.719h1.297v1.847zM3.949 20.307v-.972l-1.83.979v1.84h18.905c.481-.004.848-.393.857-.879v-.96l-1.764-.943v.936zm-.033-6.496v1.847l5.111-2.732V11.08L3.916 8.343v1.847l1.665.89H.322v1.847h5.254zM23.679 0v4.572L18.42 7.386h3.462v1.847h-1.303V7.508l-3.222 1.725h-2.39V7.386l3.451-1.847H5.578l3.449 1.847v1.847H6.638L3.416 7.508v1.725H2.119V7.386h3.459L.322 4.572V2.731C.3 1.291 1.495-.012 2.976 0zm-1.798 1.846H2.976c-.488.009-.847.394-.857.88v.962l1.797.962v-.957h16.168v.956l1.797-.962z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/oppo.svg b/mkdocs-material/material/templates/.icons/simple/oppo.svg new file mode 100644 index 0000000..fc331f8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/oppo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.85 12.786zC1.639 12.774.858 12.2.858 11.321s.781-1.452 1.99-1.465c1.21.013 1.992.588 1.992 1.465s-.782 1.453-1.99 1.465m.034-3.638h-.073C1.156 9.175 0 10.068 0 11.32s1.156 2.147 2.811 2.174h.073c1.655-.027 2.811-.921 2.811-2.174S4.54 9.175 2.885 9.148zm18.27 3.638c-1.21-.012-1.992-.587-1.992-1.465s.782-1.452 1.991-1.465c1.21.013 1.991.588 1.991 1.465s-.781 1.453-1.99 1.465m.035-3.638h-.073c-1.655.027-2.811.92-2.811 2.173s1.156 2.147 2.81 2.174h.074C22.844 13.468 24 12.574 24 11.32s-1.156-2.146-2.811-2.173zm-6.126 3.638c-1.21-.012-1.99-.587-1.99-1.465s.78-1.452 1.99-1.465c1.21.013 1.991.588 1.991 1.465s-.781 1.453-1.99 1.465zm.036-3.638h-.073c-.789.013-1.464.222-1.955.574v-.37h-.857v5.5h.857v-1.931c.49.351 1.166.56 1.954.574h.074c1.655-.027 2.81-.921 2.81-2.174s-1.155-2.146-2.81-2.173m-6.144 3.638c-1.21-.012-1.99-.587-1.99-1.465s.78-1.452 1.99-1.465c1.21.013 1.991.588 1.991 1.465s-.781 1.453-1.99 1.465zm.037-3.638H8.92c-.789.013-1.464.222-1.955.574v-.37h-.856v5.5h.856v-1.931c.491.351 1.166.56 1.955.574h.073c1.655-.027 2.811-.921 2.811-2.174s-1.156-2.146-2.81-2.173z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/opsgenie.svg b/mkdocs-material/material/templates/.icons/simple/opsgenie.svg new file mode 100644 index 0000000..7e27a1b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/opsgenie.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.002 0a5.988 5.988 0 1 1 0 11.975 5.988 5.988 0 0 1 0-11.975m9.723 13.026h-.03l-4.527-2.242a.67.67 0 0 0-.876.268 22.4 22.4 0 0 1-4.306 5.217 22.4 22.4 0 0 1-4.286-5.2.67.67 0 0 0-.876-.269l-4.535 2.226h-.03a.67.67 0 0 0-.248.902 28.9 28.9 0 0 0 4.55 5.933l-.002.001q.037.037.075.072.502.504 1.027.981.123.11.247.217c.315.278.632.555.96.82.144.117.295.227.441.341.277.216.552.434.837.639q.66.478 1.346.917a.96.96 0 0 0 1.007.017 29 29 0 0 0 1.428-.98q.1-.077.2-.153.538-.397 1.06-.82c.234-.19.46-.39.688-.588.17-.147.34-.291.506-.442.295-.268.58-.545.864-.825.061-.06.127-.118.188-.179l-.004-.002a28.9 28.9 0 0 0 4.565-5.949.67.67 0 0 0-.269-.902"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/opslevel.svg b/mkdocs-material/material/templates/.icons/simple/opslevel.svg new file mode 100644 index 0000000..ee45693 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/opslevel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.246 4.86 13.527.411a3.07 3.07 0 0 0-3.071 0l-2.34 1.344v6.209l3.104-1.793a1.52 1.52 0 0 1 1.544 0l3.884 2.241c.482.282.764.78.764 1.328v4.482a1.54 1.54 0 0 1-.764 1.328l-3.884 2.241V24l8.482-4.897a3.08 3.08 0 0 0 1.544-2.656V7.532a3.05 3.05 0 0 0-1.544-2.672M6.588 14.222V2.652L2.754 4.876A3.08 3.08 0 0 0 1.21 7.532v8.915c0 1.095.581 2.108 1.544 2.656L11.236 24v-6.209L7.352 15.55a1.53 1.53 0 0 1-.764-1.328"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/optimism.svg b/mkdocs-material/material/templates/.icons/simple/optimism.svg new file mode 100644 index 0000000..5e2c043 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/optimism.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0M9.61 8.705q.693 0 1.244.235.549.225.863.683.316.45.316 1.08 0 .19-.045.479a20 20 0 0 1-.324 1.558q-.315 1.234-1.09 1.846-.774.603-2.072.604-1.072 0-1.756-.504-.675-.514-.676-1.46 0-.197.045-.486.117-.648.334-1.558.612-2.477 3.16-2.477m4.17.09h2.397q1 0 1.603.414.613.414.612 1.197-.001.225-.055.47-.224 1.035-.908 1.53-.676.496-1.856.496h-1.217l-.414 1.973a.26.26 0 0 1-.1.162.27.27 0 0 1-.17.063h-1.224q-.1 0-.154-.063a.22.22 0 0 1-.027-.162L13.51 9.02a.26.26 0 0 1 .097-.162.28.28 0 0 1 .172-.063m-4.287 1.207q-.503 0-.863.297-.351.298-.504.91-.162.603-.324 1.477a2 2 0 0 0-.037.379q0 .828.865.828.504 0 .855-.297.36-.297.514-.91.206-.847.314-1.477a2 2 0 0 0 .038-.389q0-.819-.858-.818m5.45.045-.342 1.611h1.035q.379 0 .658-.207a.97.97 0 0 0 .377-.594q.027-.152.027-.27 0-.26-.152-.396-.153-.144-.524-.144z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/oracle.svg b/mkdocs-material/material/templates/.icons/simple/oracle.svg new file mode 100644 index 0000000..15390ac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/oracle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.412 4.412h-8.82a7.588 7.588 0 0 0-.008 15.176h8.828a7.588 7.588 0 0 0 0-15.176m-.193 12.502H7.786a4.915 4.915 0 0 1 0-9.828h8.433a4.914 4.914 0 1 1 0 9.828"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/orange.svg b/mkdocs-material/material/templates/.icons/simple/orange.svg new file mode 100644 index 0000000..982d39e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/orange.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0h24v24H0zm3.43 20.572h17.143v-3.429H3.43z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/orcid.svg b/mkdocs-material/material/templates/.icons/simple/orcid.svg new file mode 100644 index 0000000..df7e200 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/orcid.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.372 0 0 5.372 0 12s5.372 12 12 12 12-5.372 12-12S18.628 0 12 0M7.369 4.378c.525 0 .947.431.947.947s-.422.947-.947.947a.95.95 0 0 1-.947-.947c0-.525.422-.947.947-.947m-.722 3.038h1.444v10.041H6.647zm3.562 0h3.9c3.712 0 5.344 2.653 5.344 5.025 0 2.578-2.016 5.025-5.325 5.025h-3.919zm1.444 1.303v7.444h2.297c3.272 0 4.022-2.484 4.022-3.722 0-2.016-1.284-3.722-4.097-3.722z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/oreilly.svg b/mkdocs-material/material/templates/.icons/simple/oreilly.svg new file mode 100644 index 0000000..3bd5e00 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/oreilly.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.07 10.679v-.672H9.32v3.97h2.751v-.656H9.975v-1h2.002v-.657H9.975v-.985zm2.049 3.299v-3.971h.656v3.314h1.908v.657zm3.111 0v-3.971h.657v3.314h1.907v.657zm-4.456-3.971h.657v3.97h-.657zM1.079 11.023c-.25.25-.407.594-.407.985 0 .39.157.735.407 1a1.42 1.42 0 0 0 1.986 0c.25-.265.406-.61.406-1 0-.391-.156-.735-.407-.985a1.42 1.42 0 0 0-1.985 0M0 12.008c0-1.142.922-2.064 2.064-2.064s2.064.922 2.064 2.064a2.06 2.06 0 0 1-2.064 2.064A2.06 2.06 0 0 1 0 12.008m6.176-.344v-.985h1.329a.5.5 0 0 1 .5.485c0 .281-.234.5-.5.5zm1.657.61c.485-.141.829-.579.829-1.11 0-.642-.516-1.157-1.157-1.157H5.519v3.97h.657v-1.656h.922l.985 1.657h.782zM5.05 10.429a.477.477 0 0 1-.485.484.47.47 0 0 1-.484-.484c0-.266.203-.485.484-.485.266 0 .485.219.485.485m17.684-.422h-.798l-1.016 1.47-1.016-1.47h-.813l1.485 2.157v1.814h.672v-1.814zm.781.813a.404.404 0 0 1-.406-.407c0-.219.172-.406.406-.406.22 0 .407.187.407.406a.414.414 0 0 1-.407.407m0-.892a.487.487 0 0 0-.484.485c0 .266.219.485.484.485a.487.487 0 0 0 .485-.485.487.487 0 0 0-.485-.485m-.125.313h.203c.032 0 .063.031.063.063a.07.07 0 0 1-.063.062h-.203zm.344.063a.14.14 0 0 0-.14-.141h-.282v.5h.078v-.219h.14l.11.22h.094l-.11-.22a.15.15 0 0 0 .11-.14"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/org.svg b/mkdocs-material/material/templates/.icons/simple/org.svg new file mode 100644 index 0000000..3293913 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/org.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.169 0c-.566.004-2.16 3.312-3.376 5.94a2.2 2.2 0 0 1-.408-1.267c-.03-.582-1.089.237-.936 1.275-.068-.035-1.26.227-1.26.23-.23-.93-.802-1.618-1.15-.563-.701 1.663-.88 2.984.115 4.585-.908 4.058-6.948 6.053-6.32 9.33.175.004 1.634 3.48 6.337 2.057 5.557-1.577 8.624 2.116 8.978 2.375.52.526-1.348-4.573-5.302-6.865-2.339-1.276-.87-3.474-.703-4.25 0 0 1.874 1.312 3.232-.692 1.227.316 2.05-.224 3.105.158.64.28 3.336.11 2.334-1.396-.148.129.07.27-.075.46-.043.056-.128.232-.408.315-.314.149-.83.27-1.43-.37-.434-.32-.748-.04-.992-.063.152-.098.577-.315 1.264-.315.388 0 .594.336.854.338.174 0 .685-.262.787-.365.63-.41.697-.278 1.012-.905.17-.759-.215-.92-.332-1.129-.032-.483-.436-.67-.919-.326-1.106-.198-2.192-.105-2.728-.15-1.175-.164-2.153-.786-2.153-.786.143-.19.075-.6-.842-.628-.315-.104-.45-.2-.745-.307.61-1.37.674-2.007 1.418-4.004.261-1.053 1.039-2.685.643-2.682m-4.297 8.093c.03-.086.443.138.952.176.395.03.805.048 1.296-.025.03-.005.172.095-.15.194-.02.01-.062-.01-.065.196 0 .022-.01.04-.02.046-.15.152-.708.223-1.065.1-.436-.17-.482-.316-.517-.443-.305-.147-.47-.123-.43-.244zM9.685 10.2C8.86 9 8.929 8.36 8.96 7.256 7.961 8.288 6.855 8.3 5.18 8.58c-1.299.234-3.657 2.447-4.025 4.742-.043.608-.08 2.183.424 3.498.492 1.13.828 1.727 1.844 2.335-.882-3.169 5.296-5.33 6.263-8.955z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/organicmaps.svg b/mkdocs-material/material/templates/.icons/simple/organicmaps.svg new file mode 100644 index 0000000..3aa9bf6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/organicmaps.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.995 3.972c.573 1.524-2.495 5.23-5.42 6.182-5.289-1.832-5.461 1.244-9.79 4.168 5.117 3.538 10.479.783 10.379-2.7-4.029 2.308-6.552 2.56-8 2.49 4.874-.965 10.136-3.958 11.238-5.217l.002.168c0 6.014-9.29 14.937-9.29 14.937s-4.862-4.656-7.551-9.52c-.376-.004-2.638.818-3.473-.284-.931-1.23 2.523-5.357 5.52-6.588 5.361 2.434 8.3-3.874 9.977-4.223C11.584.419 6.638 1.636 6.08 6.042c2.781-1.58 6.193-2.476 7.77-2.406-4.43.906-9.504 4.182-11.024 5.427C2.825 4.058 6.984 0 12.115 0a9.35 9.35 0 0 1 7.423 3.614s3.027-.985 3.457.358zm-1.061.447c-.399-.542-1.786.092-1.786.092q.293.488.52 1.013a9 9 0 0 1 .394 1.097s1.417-1.46.872-2.202M2.12 13.684c.43.586 1.93-.098 1.93-.098a10 10 0 0 1-.563-1.096 10 10 0 0 1-.425-1.185s-1.53 1.578-.942 2.38"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/origin.svg b/mkdocs-material/material/templates/.icons/simple/origin.svg new file mode 100644 index 0000000..10815de --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/origin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.588 3.11a8.8 8.8 0 0 1 3.417.919 8.8 8.8 0 0 1 2.706 2.094 9.1 9.1 0 0 1 1.715 2.963 8.65 8.65 0 0 1 .465 3.502 8.2 8.2 0 0 1-.307 1.848 9 9 0 0 1-.674 1.703 20 20 0 0 1-1.47 2.412 17.6 17.6 0 0 1-1.762 2.118 18.6 18.6 0 0 1-4.286 3.281l-.037.026a.2.2 0 0 1-.109.023.3.3 0 0 1-.159-.097.27.27 0 0 1-.062-.173q0-.045.012-.085a.2.2 0 0 1 .037-.062q.416-.59.686-1.235a5.4 5.4 0 0 0 .368-1.359.12.12 0 0 0-.038-.085.11.11 0 0 0-.085-.038 9 9 0 0 1-.795.062 5 5 0 0 1-.796-.037 8.82 8.82 0 0 1-6.123-3.013 9.1 9.1 0 0 1-1.715-2.963 8.7 8.7 0 0 1-.465-3.502 8.2 8.2 0 0 1 .306-1.848 8.6 8.6 0 0 1 .675-1.68q.66-1.296 1.469-2.436a18 18 0 0 1 1.76-2.119A18.8 18.8 0 0 1 11.609.05l.038-.025a.2.2 0 0 1 .11-.025.3.3 0 0 1 .157.098.26.26 0 0 1 .062.174.2.2 0 0 1-.012.084.2.2 0 0 1-.036.061 6.5 6.5 0 0 0-.687 1.237q-.269.649-.366 1.358 0 .05.036.086a.12.12 0 0 0 .085.037q.393-.05.795-.06.407-.014.798.034zm-.807 12.367a3.32 3.32 0 0 0 2.521-.855 3.4 3.4 0 0 0 1.176-2.4 3.36 3.36 0 0 0-.856-2.535 3.3 3.3 0 0 0-2.4-1.162 3.36 3.36 0 0 0-2.534.855 3.3 3.3 0 0 0-1.164 2.4 3.38 3.38 0 0 0 .846 2.535q.942 1.09 2.411 1.162"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/osano.svg b/mkdocs-material/material/templates/.icons/simple/osano.svg new file mode 100644 index 0000000..6b18909 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/osano.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 6.091A5.909 5.909 0 1 0 17.909 12 5.91 5.91 0 0 0 12 6.091M12 0A12 12 0 1 1 0 12 12 12 0 0 1 12 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/osf.svg b/mkdocs-material/material/templates/.icons/simple/osf.svg new file mode 100644 index 0000000..914f9ee --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/osf.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.088 0a2.984 2.984 0 0 0-2.986 2.984 3 3 0 0 0 .525 1.68 2.65 2.65 0 0 1 2.482-1.734c1.121 0 2.083.706 2.467 1.695a3 3 0 0 0 .496-1.64A2.984 2.984 0 0 0 12.088 0M5.65 2.666A2.984 2.984 0 0 0 2.666 5.65 2.984 2.984 0 0 0 5.65 8.635 2.984 2.984 0 0 0 8.635 5.65 2.984 2.984 0 0 0 5.65 2.666m12.7 0a2.984 2.984 0 0 0-2.985 2.984 2.984 2.984 0 0 0 2.985 2.985 2.984 2.984 0 0 0 2.986-2.985 2.984 2.984 0 0 0-2.986-2.984m-6.24.764a2.147 2.147 0 0 0-2.147 2.146 2.147 2.147 0 0 0 2.146 2.147 2.147 2.147 0 0 0 2.147-2.147 2.147 2.147 0 0 0-2.147-2.146zM9.112 6.04A3.5 3.5 0 0 1 6.128 9.1a2.15 2.15 0 0 0 1.363.493A2.147 2.147 0 0 0 9.64 7.447a2.15 2.15 0 0 0-.526-1.406zm5.782.047a2.15 2.15 0 0 0-.489 1.36 2.147 2.147 0 0 0 2.147 2.146 2.15 2.15 0 0 0 1.355-.489 3.494 3.494 0 0 1-3.013-3.017M2.985 9.016A2.984 2.984 0 0 0 0 12a2.984 2.984 0 0 0 2.984 2.984 3 3 0 0 0 1.659-.505A2.655 2.655 0 0 1 2.922 12c0-1.131.719-2.102 1.723-2.479a3 3 0 0 0-1.66-.505m18.03 0a3 3 0 0 0-1.673.52 2.655 2.655 0 0 1 1.71 2.474c0 1.12-.705 2.082-1.695 2.467a3 3 0 0 0 1.659.507A2.984 2.984 0 0 0 24 12a2.984 2.984 0 0 0-2.984-2.984zm-15.447.838A2.147 2.147 0 0 0 3.422 12a2.147 2.147 0 0 0 2.146 2.146A2.147 2.147 0 0 0 7.715 12a2.147 2.147 0 0 0-2.147-2.146m12.838.01a2.147 2.147 0 0 0-2.146 2.146 2.147 2.147 0 0 0 2.146 2.146 2.147 2.147 0 0 0 2.147-2.146 2.147 2.147 0 0 0-2.147-2.147zM7.492 14.376a2.15 2.15 0 0 0-1.398.518 3.496 3.496 0 0 1 3.015 3.037 2.15 2.15 0 0 0 .53-1.409 2.147 2.147 0 0 0-2.147-2.146m9.06 0a2.147 2.147 0 0 0-2.146 2.146 2.15 2.15 0 0 0 .492 1.362 3.495 3.495 0 0 1 3.047-2.996 2.15 2.15 0 0 0-1.392-.512zm-10.902.988a2.984 2.984 0 0 0-2.984 2.985 2.984 2.984 0 0 0 2.984 2.986 2.984 2.984 0 0 0 2.985-2.986 2.984 2.984 0 0 0-2.985-2.985m12.7 0a2.984 2.984 0 0 0-2.985 2.985 2.984 2.984 0 0 0 2.985 2.986 2.984 2.984 0 0 0 2.986-2.986 2.984 2.984 0 0 0-2.986-2.985m-6.35.908a2.147 2.147 0 0 0-2.146 2.147A2.147 2.147 0 0 0 12 20.566a2.147 2.147 0 0 0 2.146-2.146A2.147 2.147 0 0 0 12 16.273zm2.268 3.504A2.65 2.65 0 0 1 12 21.067a2.65 2.65 0 0 1-2.188-1.16 2.734 2.635 0 0 0-.46 1.458A2.734 2.635 0 0 0 12.086 24a2.734 2.635 0 0 0 2.734-2.635 2.734 2.635 0 0 0-.552-1.588z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/osgeo.svg b/mkdocs-material/material/templates/.icons/simple/osgeo.svg new file mode 100644 index 0000000..c63510e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/osgeo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.387 0 9.882 2.637a9.59 9.59 0 0 0-7.47 8.764h2.41a7.21 7.21 0 0 1 6.565-6.58V2.425ZM12.6 2.411v2.41a7.205 7.205 0 0 1 6.565 6.566H24l-2.637-1.504A9.59 9.59 0 0 0 12.6 2.41m-.613 3.29-.746 4.555 1.492.998.998 1.492 4.555-.76-4.555-.745 1.971-2.957-2.956 1.971zm.746 5.553-4.449-2.97 2.97 4.449 4.448 2.97zm-1.479 1.479-.999-1.492L5.701 12l4.554.746-1.97 2.957 2.943-1.971.759 4.554.759-4.554zm.733-1.266c.28 0 .52.24.52.52a.52.52 0 1 1-.52-.52M0 12.6l2.638 1.504a9.59 9.59 0 0 0 8.763 7.472v-2.411a7.21 7.21 0 0 1-6.58-6.566H2.425Zm19.165 0a7.205 7.205 0 0 1-6.565 6.565V24l1.504-2.637a9.59 9.59 0 0 0 7.472-8.763z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/oshkosh.svg b/mkdocs-material/material/templates/.icons/simple/oshkosh.svg new file mode 100644 index 0000000..ba4644b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/oshkosh.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.925 9.864V7.232c0-.414.183-.517.449-.517h5.335c.265 0 .428.145.428.537v2.612h-1.57V8.657c0-.227 0-.29-.225-.29H10.72c-.246 0-.246.063-.246.27v1.227h-1.55zm4.641 4.979v.48c0 .226-.041.288-.224.288h-2.54c-.306 0-.327 0-.327-.289v-.479h-1.55v1.925c0 .413.163.517.428.517h5.335c.245 0 .449-.145.449-.538v-1.904zm-2.036-1.905h.876v1.384h1.047V12.31c0-.087-.043-.433-.342-.433h-.534l.897-1.492h-1.111l-.833 1.297v-1.297h-.983v3.937h.983zm11.466-1.072h-.898v-1.47h-1.004v3.915h1.004v-1.298h.898v1.298H24v-3.915h-1.004zm-18.34-.043v-.39h1.773v-1.037H3.886a.38.38 0 0 0-.385.367v1.73c0 .217.086.37.278.37h1.496v.432H3.5v1.016h2.564c.214 0 .364-.194.364-.41v-1.71a.36.36 0 0 0-.364-.368h-1.41zm14.07 0v-.39h1.772v-1.037h-2.542a.38.38 0 0 0-.385.367v1.73c0 .217.086.37.278.37h1.496v.432H17.57v1.016h2.564c.214 0 .363-.194.363-.41v-1.71a.36.36 0 0 0-.363-.368h-1.41zm-9.8.021H8.05v-1.448H7.024v3.915H8.05v-1.298h.876v1.298H9.95v-3.915H8.926zm-6.02-1.066v3.15c0 .21-.173.383-.383.383H.383A.384.384 0 0 1 0 13.928v-3.15c0-.21.172-.382.383-.382h2.14c.21 0 .383.172.383.382m-1 .804a.17.17 0 0 0-.17-.17H1.17a.17.17 0 0 0-.17.17v1.542c0 .094.077.17.17.17h.567a.17.17 0 0 0 .17-.17zm15.07-.804v3.15c0 .21-.173.383-.383.383h-2.14a.384.384 0 0 1-.383-.383v-3.15c0-.21.172-.382.383-.382h2.14c.21 0 .382.172.382.382zm-1 .804a.17.17 0 0 0-.17-.17h-.567a.17.17 0 0 0-.17.17v1.542c0 .094.076.17.17.17h.567a.17.17 0 0 0 .17-.17z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/osmc.svg b/mkdocs-material/material/templates/.icons/simple/osmc.svg new file mode 100644 index 0000000..8bacfc2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/osmc.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.768 12.002c0 5.935-4.829 10.768-10.768 10.768-5.935-.005-10.763-4.833-10.763-10.768 0-5.94 4.828-10.767 10.768-10.767 5.934 0 10.763 4.828 10.763 10.767m.292-4.673a11.9 11.9 0 0 0-2.57-3.813 12 12 0 0 0-3.813-2.57A11.9 11.9 0 0 0 12.005 0a11.93 11.93 0 0 0-8.486 3.516A12 12 0 0 0 .948 7.33c-.63 1.481-.946 3.05-.946 4.672s.316 3.192.942 4.673a11.9 11.9 0 0 0 2.57 3.813A11.96 11.96 0 0 0 12 24c1.619 0 3.191-.32 4.673-.942a11.9 11.9 0 0 0 3.813-2.57 11.96 11.96 0 0 0 3.512-8.486c0-1.623-.311-3.191-.938-4.673M8.566 14.631V9.263l2.574 2.684zM7.327 6.296v11.422l8.116-8.455v6.767c0 .343.279.618.617.618a.62.62 0 0 0 .622-.622v-9.74l-4.677 4.77z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/osu.svg b/mkdocs-material/material/templates/.icons/simple/osu.svg new file mode 100644 index 0000000..459250c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/osu.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.698 10.362a1.94 1.94 0 0 0-.7-.516q-.421-.189-.988-.189c-.567 0-.704.063-.982.189s-.51.298-.692.516q-.273.328-.413.777-.139.448-.139.96 0 .511.14.952.139.44.412.767.274.329.692.512t.982.184c.565 0 .707-.062.988-.184q.422-.184.7-.512.279-.327.413-.767.135-.44.135-.952a3.3 3.3 0 0 0-.135-.96 2.1 2.1 0 0 0-.413-.777m-.965 2.81q-.22.372-.723.372-.494 0-.713-.372-.22-.373-.22-1.073c0-.7.073-.824.22-1.073q.22-.372.713-.372.503 0 .723.372.22.373.22 1.073t-.22 1.073m11.89-.83-.09-4.39a4.5 4.5 0 0 1 .69-.054q.351 0 .701.054l-.09 4.39q-.315.053-.601.053a3.5 3.5 0 0 1-.61-.054m1.319 1.4q0 .332-.054.664a4 4 0 0 1-.655.054 4 4 0 0 1-.664-.054 4 4 0 0 1-.054-.655q0-.323.054-.665a4 4 0 0 1 .655-.054q.323 0 .664.054.054.341.054.656m-3.223-4.03q.315 0 .638.053v4.461q-.288.099-.759.193a5.246 5.246 0 0 1-1.863.023 1.7 1.7 0 0 1-.74-.305q-.32-.234-.507-.683-.189-.449-.189-1.193V9.765a4 4 0 0 1 .638-.054q.313 0 .637.054v2.46q0 .367.058.606a.9.9 0 0 0 .18.377.66.66 0 0 0 .3.197q.18.058.422.058.332 0 .557-.062V9.765a4 4 0 0 1 .628-.054m-4.362 2.683q.08.225.08.548a1.4 1.4 0 0 1-.542 1.117q-.265.212-.642.333-.378.12-.853.12a5 5 0 0 1-.395-.013 3 3 0 0 1-.346-.045 4 4 0 0 1-.327-.076 4 4 0 0 1-.35-.116 2.6 2.6 0 0 1 .085-.49 3 3 0 0 1 .175-.48q.296.117.561.175.265.06.552.059.126 0 .274-.023a1 1 0 0 0 .274-.08.65.65 0 0 0 .21-.153.35.35 0 0 0 .086-.247q0-.216-.13-.31a1.3 1.3 0 0 0-.364-.166l-.556-.162q-.503-.143-.786-.426-.282-.283-.283-.848 0-.682.49-1.068.489-.386 1.332-.386.35 0 .692.062.341.063.691.189a2.5 2.5 0 0 1-.09.485 2.3 2.3 0 0 1-.17.44 4 4 0 0 0-.476-.158 2.2 2.2 0 0 0-.548-.067q-.305 0-.476.094a.32.32 0 0 0-.17.301q0 .197.121.278t.346.153l.511.153q.252.072.454.175t.345.255.225.377M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12c6.628 0 12-5.373 12-12S18.628 0 12 0m0 22.8C6.035 22.8 1.2 17.965 1.2 12S6.035 1.2 12 1.2 22.8 6.035 22.8 12 17.965 22.8 12 22.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/otto.svg b/mkdocs-material/material/templates/.icons/simple/otto.svg new file mode 100644 index 0000000..0e2c7b9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/otto.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.893 7.95c-1.195 0-2.168.37-2.855 1.132q.146-.398.156-.968h-4.191c-.914 0-1.437.402-1.796 1.437l.185-1.437H8.157c-.775 0-1.307.37-1.5 1.096-.524-.84-1.457-1.26-2.636-1.26C1.779 7.95.32 9.246.059 12.01l-.033.35c-.228 2.47 1.067 3.69 3.08 3.69 2.243 0 3.702-1.307 3.963-4.072l.033-.348c.059-.634.015-1.185-.114-1.655h1.899l-.545 4.66c-.108.925.392 1.35 1.23 1.35.512 0 .686-.034.882-.066l.675-5.944h2.21l-.544 4.66c-.11.925.392 1.35 1.23 1.35.511 0 .685-.034.881-.066l.675-5.944h1.089q.563 0 .915-.26c-.342.604-.566 1.366-.654 2.296l-.032.348c-.229 2.471 1.066 3.69 3.08 3.69 2.243 0 3.701-1.306 3.962-4.07l.033-.349c.229-2.46-1.067-3.68-3.08-3.68zM4.86 11.477l-.022.262c-.152 1.872-.762 2.449-1.513 2.449-.675 0-1.153-.457-1.055-1.676l.021-.272c.153-1.862.762-2.45 1.513-2.45.664 0 1.154.468 1.056 1.687m16.873 0-.022.262c-.153 1.872-.762 2.449-1.513 2.449-.675 0-1.154-.457-1.056-1.676l.022-.272c.152-1.862.762-2.45 1.513-2.45.664 0 1.154.468 1.056 1.687"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/outline.svg b/mkdocs-material/material/templates/.icons/simple/outline.svg new file mode 100644 index 0000000..fd1422d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/outline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.081 21.857v.602a1.54 1.54 0 0 1-2.296 1.341l-9.242-5.198a1.54 1.54 0 0 1-.785-1.342V6.742c0-.557.3-1.07.785-1.343L12.785.201a1.54 1.54 0 0 1 2.296 1.343v.601l1.097-.331a1.54 1.54 0 0 1 1.984 1.476v.625l1.349-.169a1.54 1.54 0 0 1 1.731 1.529v13.451a1.54 1.54 0 0 1-1.731 1.528l-1.349-.169v.625a1.54 1.54 0 0 1-1.984 1.476zm0-1.608 1.54.461V3.29l-1.54.463zm3.081-14.782v13.067l1.54.192V5.275zM2.758 16.801V7.2zm1.54-10.059V17.26l9.242 5.199V1.544zm1.54 1.023 1.541-.77v10.01l-1.541-.77z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/overcast.svg b/mkdocs-material/material/templates/.icons/simple/overcast.svg new file mode 100644 index 0000000..bf41056 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/overcast.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 24C5.389 24.018.017 18.671 0 12.061V12C0 5.35 5.351 0 12 0s12 5.35 12 12c0 6.649-5.351 12-12 12m0-4.751.9-.899-.9-3.45-.9 3.45zm-1.15-.05L10.4 20.9l1.05-1.052zm2.3 0-.6.601 1.05 1.051zm.85 3.102L12 20.3l-2 2.001c.65.1 1.3.199 2 .199s1.35-.05 2-.199M12 1.5C6.201 1.5 1.5 6.201 1.5 12a10.45 10.45 0 0 0 7.051 9.899l2.25-8.35a1.95 1.95 0 0 1-.801-1.6c0-1.101.9-2.001 2-2.001s2 .9 2 2.001c0 .649-.301 1.2-.801 1.6l2.25 8.35A10.445 10.445 0 0 0 22.5 12c0-5.799-4.701-10.5-10.5-10.5m6.85 15.7a.774.774 0 0 1-1.049.15.68.68 0 0 1-.15-1.001s1.35-1.799 1.35-4.35-1.35-4.35-1.35-4.35a.68.68 0 0 1 .151-1.001.774.774 0 0 1 1.049.15c.1.101 1.65 2.15 1.65 5.2S18.949 17.1 18.85 17.2m-3.651-1.95c-.3-.3-.249-.85.051-1.15 0 0 .75-.799.75-2.1s-.75-2.051-.75-2.1c-.3-.301-.3-.801-.051-1.15a.69.69 0 0 1 1.051-.051C16.301 8.75 17.5 10 17.5 12s-1.199 3.25-1.25 3.301c-.301.299-.75.25-1.051-.051m-6.398 0c-.301.301-.75.35-1.051.051C7.699 15.199 6.5 14 6.5 12s1.199-3.199 1.25-3.301c.301-.299.801-.299 1.051.051.3.3.249.85-.051 1.15 0 .049-.75.799-.75 2.1s.75 2.1.75 2.1c.3.3.351.799.051 1.15m-2.602 2.101a.776.776 0 0 1-1.05-.15C5.051 17.1 3.5 15.05 3.5 12s1.551-5.1 1.649-5.2a.774.774 0 0 1 1.05-.15.68.68 0 0 1 .151 1S5 9.449 5 12s1.35 4.35 1.35 4.35c.25.3.15.75-.151 1.001"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/overleaf.svg b/mkdocs-material/material/templates/.icons/simple/overleaf.svg new file mode 100644 index 0000000..026d345 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/overleaf.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.352.748C19.11-.51 7.365-.982 7.345 6.027 3.918 8.22 1.65 11.795 1.65 15.625a8.373 8.373 0 0 0 13.122 6.898 8.373 8.373 0 0 0-1.767-14.72c-.606-.234-1.923-.648-2.975-.559-1.5.955-3.33 2.916-4.195 4.87 2.59-3.083 7.505-2.426 9.194 1.228s-.995 7.824-5.02 7.8a5.5 5.5 0 0 1-4.195-1.933c-1.485-1.748-1.868-3.644-1.561-5.497 1.057-6.495 8.759-10.19 14.486-11.61-1.868.99-5.238 2.614-7.595 4.384C18.015 9.138 19.13 3.345 22.352.748"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ovh.svg b/mkdocs-material/material/templates/.icons/simple/ovh.svg new file mode 100644 index 0000000..36f5e17 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ovh.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.881 10.095 2.563-4.45A11.93 11.93 0 0 1 24 11.555c0 2.88-1.017 5.523-2.71 7.594h-6.62l2.04-3.541h-2.696l3.176-5.513zm-2.32-5.243L9.333 19.14l.003.009H2.709A11.95 11.95 0 0 1 0 11.555c0-2.152.57-4.17 1.561-5.918L5.855 13.1 10.6 4.852z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/owasp.svg b/mkdocs-material/material/templates/.icons/simple/owasp.svg new file mode 100644 index 0000000..67cf647 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/owasp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.897 20.503c-.384 0-1.782-2.489-1.97-3.198-.393-1.486-.308-2.114-.285-2.314.072-.613.667-.92.703-1.748.01-.256.14-1.535.243-2.534a1.7 1.7 0 0 1-.733-.343c.676.908-.32 1.995-1.767 3.443-1.536 1.536-4.945 2.961-4.945 2.961s1.425-3.41 2.961-4.945c1.13-1.129 2.04-1.983 2.816-1.983.22 0 .427.067.627.216a1.7 1.7 0 0 1-.343-.733c-.999.103-2.278.232-2.534.244-.829.036-1.135.63-1.747.702-.07.008-.194.024-.388.024-.36 0-.963-.054-1.926-.31-.772-.203-3.648-1.84-3.14-2.045.26-.105 1.087-.176 2.175-.176 1.047 0 2.337.066 3.596.23 1.57.205 3.01.463 3.992.656q.024-.08.058-.154l-1.004-.48s-.8-.92-.715-.984l.012-.003c.126 0 .767.733.829.816l.605.202-.284-.249s-.388-1.438-.287-1.472h.004c.106 0 .459 1.25.489 1.34.07.06.303.152.596.32l-.308-.79s.14-1.305.243-1.305h.003c.105.021-.02 1.089-.047 1.221l.51.783a1.3 1.3 0 0 1 .463-.082c.184 0 .374.036.558.107-.236-.502-.218-1.025.095-1.338a.84.84 0 0 1 .353-.209.46.46 0 0 1 .457-.383c.127 0 .254.05.352.148a.5.5 0 0 1 .147.335c.151-.311.329-.73.317-.867-.03-.307-.386-.852-.39-.857a.076.076 0 0 1 .064-.119c.025 0 .05.012.064.035.016.023.381.582.414.927.018.198-.21.696-.333.95a2.23 2.23 0 0 1 .873.874c.245-.12.715-.334.927-.334l.024.001c.345.033.904.399.927.414a.076.076 0 0 1-.084.128c-.005-.004-.55-.36-.857-.39h-.015c-.15 0-.552.171-.852.317.12.004.242.053.335.147a.48.48 0 0 1 .012.681.46.46 0 0 1-.247.128.85.85 0 0 1-.21.354.92.92 0 0 1-.67.255c-.212 0-.441-.055-.667-.16.132.343.142.708.025 1.02l.783.51c.095-.019.666-.088.993-.088.13 0 .222.011.228.04.02.106-1.305.247-1.305.247l-.79-.308c.168.293.26.527.32.596.091.03 1.374.392 1.34.493q-.007.018-.063.017c-.283 0-1.41-.304-1.41-.304l-.248-.284.202.605c.087.065.876.755.813.841q-.006.007-.016.007c-.139 0-.967-.722-.967-.722l-.481-1.004a1 1 0 0 1-.154.058c.193.982.451 2.422.656 3.992.335 2.569.26 5.261.054 5.77q-.024.06-.076.06M12 24C5.373 24 0 18.627 0 12S5.373 0 12 0s12 5.373 12 12-5.373 12-12 12m0-22.153C6.393 1.847 1.847 6.393 1.847 12S6.393 22.153 12 22.153 22.153 17.607 22.153 12 17.607 1.847 12 1.847"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/owncloud.svg b/mkdocs-material/material/templates/.icons/simple/owncloud.svg new file mode 100644 index 0000000..c95387e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/owncloud.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.189 9.52a1.7 1.7 0 0 1-.22-.825c0-.926.751-1.677 1.677-1.677.34 0 .66.1.926.284a3.5 3.5 0 0 0-.311 1.457c0 .092.009.193.009.285-.065 0-.129-.01-.202-.01a3.7 3.7 0 0 0-1.88.486zm-.367 6.518a3.89 3.89 0 0 1-1.613-3.144c0-.33.045-.651.119-.954h-.101A3.23 3.23 0 0 0 0 15.167a3.232 3.232 0 0 0 5.06 2.659 2.16 2.16 0 0 1-.339-1.155c0-.22.037-.431.101-.633m.138-.348c.293-.56.816-.972 1.448-1.1.055-.01.12-.019.183-.028.065-.009.12-.009.184-.018h.082c.101 0 .193.01.294.018a4.924 4.924 0 0 1 .908-3.575 3 3 0 0 1-.358-.54l-.083-.166c-.027-.055-.055-.11-.073-.165a3.8 3.8 0 0 1-.211-.715c-.082-.01-.165-.01-.247-.01-.605 0-1.183.157-1.678.432-.055.027-.11.064-.165.091-.055.037-.101.065-.156.101a3.54 3.54 0 0 0-1.274 1.605c-.018.055-.046.119-.064.174s-.037.119-.055.174a3.4 3.4 0 0 0-.129.926A3.57 3.57 0 0 0 4.96 15.69zm11.321-4.135c.468-.247.99-.394 1.55-.43a3.24 3.24 0 0 0-3.218-2.952c-.064 0-.129 0-.193.009.028.183.046.376.046.568q0 .457-.11.871a4.9 4.9 0 0 1 1.925 1.934zm-8.608-2.3c.01.064.028.128.037.192.036.147.073.293.128.43.028.065.046.12.073.184.028.055.055.12.083.174.082.165.183.321.293.468.23-.257.477-.495.752-.706.055-.037.1-.073.156-.11l.165-.11a4.8 4.8 0 0 1 2.558-.761h.064c.064 0 .119 0 .183.01q.124.002.248.018a4.7 4.7 0 0 1 1.595.421c.045-.229.073-.458.073-.706a3.2 3.2 0 0 0-.083-.706c-.009-.064-.027-.119-.045-.174a3.19 3.19 0 0 0-3.09-2.365c-1.219 0-2.282.678-2.832 1.669-.028.055-.065.11-.092.165l-.083.183c-.146.376-.238.78-.238 1.21 0 .11.01.21.018.32.019.065.028.13.037.193zm14.558 5.463a1.4 1.4 0 0 0-.284.028c.009.082.009.165.009.238a3.85 3.85 0 0 1-1.064 2.659c.321.375.807.614 1.339.614.971 0 1.769-.798 1.769-1.77 0-.971-.798-1.769-1.77-1.769zm-.651.12c0-.065-.01-.13-.01-.193-.008-.064-.008-.129-.017-.184a3.5 3.5 0 0 0-3.337-2.979h-.184c-.064 0-.119 0-.183.01a3.55 3.55 0 0 0-1.393.393c.256.56.403 1.174.43 1.816 0 .064.01.128.01.192v.055c0 .083 0 .165-.01.248a4.85 4.85 0 0 1-1.402 3.126 3.5 3.5 0 0 0 2.613 1.164c.889 0 1.705-.34 2.328-.89.046-.045.092-.082.138-.128.045-.045.091-.091.128-.137a3.48 3.48 0 0 0 .908-2.356.6.6 0 0 1-.019-.138zM7.866 16.505c-.037-.055-.065-.11-.101-.165a5 5 0 0 1-.541-1.394 1.6 1.6 0 0 0-.358-.036H6.83c-.064 0-.12.009-.184.009-.064.009-.119.018-.183.037-.522.119-.953.476-1.183.944-.027.055-.055.11-.073.174l-.055.174a1.7 1.7 0 0 0-.055.43c0 .34.101.66.266.927.037.055.064.1.11.156.037.046.073.091.12.137a1.76 1.76 0 0 0 1.283.55 1.77 1.77 0 0 0 1.65-1.127 4.6 4.6 0 0 1-.532-.651.5.5 0 0 1-.128-.165M16.5 14.24c.01-.073.01-.155.01-.238v-.12c0-.65-.138-1.264-.386-1.823l-.082-.165-.083-.165a4.54 4.54 0 0 0-1.723-1.76c-.055-.028-.11-.065-.165-.092l-.165-.083a4.5 4.5 0 0 0-1.825-.43h-.229c-.082 0-.156.009-.229.009a4.4 4.4 0 0 0-1.962.632c-.055.037-.11.064-.156.101-.055.037-.1.073-.155.11-.303.22-.578.468-.816.752-.037.046-.083.091-.12.146-.036.046-.073.101-.11.147a4.47 4.47 0 0 0-.843 2.622c0 .257.018.513.064.752.01.073.028.137.037.21.018.074.037.147.055.23.11.412.284.797.504 1.155.037.055.064.11.101.156.037.055.073.1.11.155q.126.18.266.33c.055.055.1.12.156.175.045.055.1.1.156.146a4.53 4.53 0 0 0 6.05.083c.046-.037.092-.083.138-.12.045-.045.091-.082.137-.128a4.55 4.55 0 0 0 1.238-2.567z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/oxygen.svg b/mkdocs-material/material/templates/.icons/simple/oxygen.svg new file mode 100644 index 0000000..f0b3d61 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/oxygen.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.89 12c0-6.627-5.324-12-11.89-12S.109 5.373.109 12 5.433 24 12 24c2.014 0 3.91-.508 5.573-1.4.62.354 1.338.558 2.105.558 2.326 0 4.212-1.865 4.212-4.165 0-.946-.319-1.818-.857-2.517.552-1.383.857-2.894.857-4.476m-21.402.005c0-5.448 4.269-9.864 9.535-9.864s9.535 4.416 9.535 9.864c0 1.07-.166 2.099-.471 3.063a4.2 4.2 0 0 0-1.408-.239c-2.326 0-4.212 1.865-4.212 4.165 0 .72.185 1.397.51 1.988a9.2 9.2 0 0 1-3.953.888c-5.267-.001-9.536-4.418-9.536-9.865m17.191 9.864c-1.514.021-2.84-1.267-2.819-2.788 0-1.54 1.262-2.788 2.819-2.788 1.507-.025 2.843 1.27 2.819 2.788 0 1.54-1.263 2.788-2.819 2.788"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/oyo.svg b/mkdocs-material/material/templates/.icons/simple/oyo.svg new file mode 100644 index 0000000..312eacf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/oyo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.843 16.185C22.135 16.185 24 14.307 24 12c0-2.309-1.865-4.185-4.157-4.185-2.293 0-4.158 1.876-4.158 4.185 0 2.307 1.865 4.185 4.158 4.185m0-5.677c.817 0 1.482.67 1.482 1.492s-.666 1.49-1.483 1.49A1.49 1.49 0 0 1 18.36 12c0-.824.665-1.493 1.482-1.493zM4.157 16.185c2.293 0 4.158-1.878 4.158-4.185 0-2.309-1.865-4.185-4.158-4.185C1.866 7.815 0 9.691 0 12c0 2.307 1.866 4.185 4.157 4.185m0-5.677c.818 0 1.483.67 1.483 1.492s-.665 1.49-1.483 1.49A1.49 1.49 0 0 1 2.677 12c0-.824.664-1.493 1.48-1.493zm7.84-.094L10.722 7.87H7.733l2.791 5.564v2.62h2.948v-2.62l2.791-5.564h-2.99z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/p5dotjs.svg b/mkdocs-material/material/templates/.icons/simple/p5dotjs.svg new file mode 100644 index 0000000..fb24ae2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/p5dotjs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.345 9.122v.784h.035q.105-.164.274-.333a1.9 1.9 0 0 1 .416-.305 2.56 2.56 0 0 1 1.253-.31 2.63 2.63 0 0 1 1.964.854q.363.399.561.936.2.539.2 1.159t-.194 1.163a2.9 2.9 0 0 1-.549.948 2.6 2.6 0 0 1-.866.644q-.51.24-1.152.24-.597 0-1.094-.246a1.86 1.86 0 0 1-.766-.668h-.024v3.558H0V9.12zm3.276 2.785q0-.328-.1-.65a1.8 1.8 0 0 0-.298-.579 1.5 1.5 0 0 0-.503-.416 1.5 1.5 0 0 0-.714-.157 1.44 1.44 0 0 0-.691.163 1.8 1.8 0 0 0-.52.421 1.8 1.8 0 0 0-.328.585 1.97 1.97 0 0 0 0 1.305 1.8 1.8 0 0 0 .328.58 1.7 1.7 0 0 0 .52.414q.305.158.691.159a1.48 1.48 0 0 0 1.217-.586q.198-.256.297-.585a2.3 2.3 0 0 0 .1-.654zm13.682-3.054v6.223q0 .503-.082.952a2 2 0 0 1-.31.785 1.6 1.6 0 0 1-.62.532q-.392.199-1.024.199a3 3 0 0 1-.35-.024 4 4 0 0 1-.281-.047l.117-1.192a1.8 1.8 0 0 0 .386.047.75.75 0 0 0 .397-.094.63.63 0 0 0 .234-.258q.082-.163.105-.38.024-.216.024-.461V8.853zm4.784 1.765a1.6 1.6 0 0 0-.514-.427 1.45 1.45 0 0 0-.714-.18q-.339 0-.62.14a.48.48 0 0 0-.28.467.47.47 0 0 0 .31.462q.309.135.906.276.315.07.638.187.322.115.585.31a1.5 1.5 0 0 1 .427.48q.163.286.163.695 0 .515-.192.872-.194.356-.515.58a2.2 2.2 0 0 1-.75.32 4 4 0 0 1-.883.101 3.5 3.5 0 0 1-1.275-.24 2.7 2.7 0 0 1-1.03-.685l.925-.866a1.83 1.83 0 0 0 1.44.703q.15 0 .31-.035a1 1 0 0 0 .29-.112.6.6 0 0 0 .218-.205.6.6 0 0 0 .081-.316.52.52 0 0 0-.32-.503q-.324-.15-.967-.303a5 5 0 0 1-.614-.182 2 2 0 0 1-.531-.292 1.35 1.35 0 0 1-.375-.451 1.4 1.4 0 0 1-.14-.667q0-.467.192-.806a1.66 1.66 0 0 1 .51-.556q.315-.217.713-.322a3.2 3.2 0 0 1 .819-.105q.608 0 1.187.21t.919.643zm-8.29 2.931.837-.252.164.505-.833.283.517.734-.436.316-.544-.721-.53.701-.423-.322.517-.708-.84-.302.165-.506.843.271v-.872h.564zm-2.887-2.644a2.3 2.3 0 0 0-.602-.819 2.7 2.7 0 0 0-.907-.509 3.5 3.5 0 0 0-1.13-.175q-.221 0-.497.024a2.4 2.4 0 0 0-.474.082l.082-1.79h3.382V6.453H7.05l-.14 4.527a4 4 0 0 1 .426-.175 7 7 0 0 1 .491-.147 5 5 0 0 1 .515-.099 4 4 0 0 1 .497-.035q.34 0 .668.076.327.075.591.269.262.193.426.509t.164.795q0 .375-.123.673a1.4 1.4 0 0 1-.333.497 1.4 1.4 0 0 1-.49.304q-.284.106-.598.106-.562 0-.972-.299a1.63 1.63 0 0 1-.584-.79l-.015.006-1.016.952q.307.504.797.838.713.486 1.754.486a3.4 3.4 0 0 0 1.17-.2 2.7 2.7 0 0 0 1.609-1.491q.24-.543.24-1.233 0-.633-.216-1.118z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/packagist.svg b/mkdocs-material/material/templates/.icons/simple/packagist.svg new file mode 100644 index 0000000..950d311 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/packagist.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.214 23.975c-.098-.053-.329-.062-1.615-.062h-1.26l-.017-.088-.096-.431a4 4 0 0 1-.07-.354c.005-.007-.012-.056-.038-.107l-.048-.094-.547.085c-.301.046-.598.1-.659.116-.1.03-.11.03-.103.004.038-.14.044-.201.028-.266-.018-.07-.017-.072.238-.645.276-.622.266-.594.237-.634-.018-.025-.042-.02-.307.07-.159.05-.294.093-.301.09a17 17 0 0 1 .414-.732c.451-.773.566-.976.566-1.003 0-.01-.12-.146-.271-.304-.15-.157-.311-.329-.357-.384a.6.6 0 0 0-.112-.11c-.05-.017-.264-.231-.738-.734a16 16 0 0 0-.525-.542c-.062-.05-.077-.074-.107-.175a7 7 0 0 0-.291-.714l-.096-.201v-.178c0-.271-.056-.542-.277-1.331l-.054-.191-.087-.01c-.193-.017-.283-.123-.431-.504a6 6 0 0 0-.231-.472c-.1-.191-.221-.428-.271-.532l-.086-.185-.08-.01a.7.7 0 0 0-.361.05c-.12.05-.345.063-.618.037l-.399-.038-.199-.02-.107-.191c-.161-.284-.161-.285-.238-.324-.09-.046-.161-.046-.572 0l-.325.035-.245-.035c-.645-.094-.797-.166-.797-.375 0-.042-.045-.261-.102-.489-.13-.528-.218-1.126-.195-1.332.034-.294.273-.996.636-1.87l.142-.341.023-.547c.142-3.274.178-3.76.284-3.951.035-.062.468-.431.644-.552.335-.224 1.503-.8 2.802-1.379l.384-.171.195-.012.193-.01.522.329.521.329.423-.2.658-.308c.235-.108.236-.11.367-.253.184-.201.492-.566.592-.703.118-.161.395-.388.816-.672.147-.098.185-.116.569-.264l.231-.09h.49c.451 0 .502.003.655.037.358.078.652.193.686.267.022.05.07.08.187.12.14.048.311.168 1.224.863.489.373.472.366 1.539.719l.298.1.176.211c.201.241.358.404.404.419.07.022.485-.08 1.009-.249.266-.085.303-.093.351-.077.03.01.175.02.321.02.271.005.514.034 1.117.137.153.027.281.048.283.048s.244.419.537.933c.293.512.61 1.048.705 1.192.167.249.174.264.189.375.026.191.08 1.008.09 1.309l.023.896c.02.843.036 1.04.09 1.154.093.199.276.747.572 1.719l.12.401.008.93-.14.728-.158.813-.016.083-.439.264-.441.265-.321-.016c-.179-.01-.335-.016-.349-.016-.03 0-.066.113-.135.411-.04.176-.042.178-.092.187l-.666.106c-.92.145-1.037.181-1.341.424-.264.211-.264.208-.556 1.681a17 17 0 0 1-.185.856c-.105.317-.941 1.708-1.246 2.074l-.165.199.064.228c.035.126.073.265.083.309.016.07.314 1.206.421 1.609l.038.14-.201-.084-.328-.136a.6.6 0 0 0-.13-.046c-.003.004.033.15.08.327.08.288.187.763.177.773-.003 0-.15-.008-.331-.022a6 6 0 0 0-.381-.02l-.055.005-.181.662c-.1.363-.184.664-.187.667-.01.007-.536-.02-1.005-.05-.54-.035-.7-.032-.836.017-.125.045-.241.05-.306.014zm1.957-.348c0-.026.023-.181.05-.345.027-.165.05-.337.05-.383q0-.085.04-.175c.02-.05.036-.09.033-.093-.002-.002-.368-.03-.813-.062-.637-.046-.86-.067-1.053-.103l-.244-.046-.58.072c-.414.05-.588.078-.607.095-.02.02-.201.042-.712.094-.376.038-.717.075-.756.083l-.072.013.004.083c.003.065.02.115.083.231.06.113.088.191.12.331.02.1.042.184.046.188.003.003.973.014 2.157.023 2.034.016 2.154.018 2.191.045.046.035.064.02.064-.05zm-4.782-1.179c.873-.123 1.226-.168 1.572-.194.387-.028.897-.087 1.259-.143.057-.01.248-.02.424-.026l.321-.01.377.097.379.098.682.04c.377.023.687.04.69.036a3 3 0 0 0-.07-.229c-.042-.122-.11-.333-.155-.468l-.077-.244-.231-.072-.231-.073-.156.066-.156.065-1.776.057-1.774.058-.118-.06-.118-.057H9.8l-.269.597c-.148.328-.271.602-.276.609-.008.016-.124.03 1.134-.147m6.127-1.036c0-.017-.431-1.435-.444-1.457-.007-.012-.05.024-.115.096l-.105.115.154.568.153.568.169.06c.181.064.191.067.191.05zm-6.788-.713.191-.355-.057-.083c-.032-.046-.063-.08-.068-.073-.007.006-.142.238-.303.515s-.297.511-.302.517c-.004.01.072-.026.171-.075l.176-.09zm2.957-.072c.106-.306.193-.562.193-.57a1 1 0 0 0-.198-.075 4 4 0 0 1-.201-.066.6.6 0 0 1 .063-.11l.068-.104.405-.02c.706-.033 1.114-.155 1.51-.451.15-.11.214-.128.296-.085.07.04.12.128.106.191-.01.042-.028.056-.241.197-.201.13-.876.428-1.114.492-.136.035-.289.12-.323.181-.04.066-.159.92-.132.947.006.006 1.148-.04 1.33-.056.11-.008.117-.01.161-.067.024-.032.13-.153.238-.267.106-.113.301-.333.431-.488s.328-.381.437-.502c.171-.189.263-.318.619-.857.878-1.324.937-1.441 1.003-1.969.045-.375.067-.447.214-.697.146-.249.294-.965.213-1.033-.072-.06-.153-.032-.427.15-.512.341-1.039.841-1.114 1.053-.034.095-.223.373-.285.418l-.519.369c-.582.414-.52.349-.849.879l-.11.174-.327.173-.328.171-.616.015c-1.23.028-1.288.022-1.943-.207l-.431-.153-.344-.303c-.191-.168-.53-.47-.754-.672l-.407-.368-.142-.321a29 29 0 0 1-.497-1.15c-.084-.226-.09-.231-.275-.428-.341-.361-.529-.757-.757-1.612q-.067-.248-.1-.281-.029-.025-.023-.012c.006.01 0 .046-.012.082-.157.441-.209.768-.249 1.559-.02.359-.02.351.096.983.225 1.226.296 1.5.409 1.565.04.024.165.146.291.286.341.376.448.485.604.61.285.231.735.71.901.961.04.06.102.14.135.177.15.163.462.6.899 1.259l.314.475.13-.007c.09-.006.329.012.74.054.336.035.635.064.665.065h.056zm-2.276.455a1 1 0 0 0-.122-.201c-.075-.107-.14-.195-.15-.191-.01.003-.138.268-.181.374-.01.031.341.044.453.018m2.766-2.758c.046-.033.127-.055.376-.105.311-.06.375-.083.628-.211a.3.3 0 0 0 .092-.11.7.7 0 0 1 .11-.138c.04-.036.055-.062.055-.098 0-.078.227-.275 1.091-.946a.9.9 0 0 0 .245-.268c.074-.11.158-.211.263-.309.085-.08.291-.284.459-.451.168-.171.391-.376.497-.462a3 3 0 0 0 .241-.204c.03-.032.157-.106.335-.196.159-.08.295-.156.301-.168.018-.03.09-.06.508-.217.889-.331 1.479-.492 1.79-.492.08 0 .096-.052.067-.219-.068-.395-.296-.552-.808-.552h-.181l-.063-.067c-.06-.065-.067-.087-.124-.325-.115-.485-.185-.532-.742-.516-.435.013-.552.06-1.754.718-.602.331-1.035.702-1.543 1.33a1 1 0 0 1-.11.123c-.311-.002-.303-.472.017-.949l.106-.157-.084-.035c-.236-.107-.532-.123-.74-.04-.291.116-1.023.525-1.117.622-.098.103-.187.106-.187.007 0-.122.114-.285.289-.411.04-.032.11-.088.153-.127a1.6 1.6 0 0 1 .435-.261c.147-.06.142-.052.09-.15-.14-.255-.525-.546-.915-.689-.05-.02-.169-.07-.263-.112-.221-.102-.331-.124-.672-.136-.244-.01-.283-.014-.267-.033.074-.09.311-.133.79-.144l.384-.01.248.11c.697.301.963.462 1.074.645.076.128.084.133.194.112.266-.05.518.032.765.249.135.12.184.13.274.063a.77.77 0 0 0 .273-.502c.035-.271-.06-1.136-.153-1.385-.07-.188-.057-.196.087-.046.171.178.171.178.326-.11.04-.076.103-.176.138-.221.291-.367.281-1.047-.017-1.347-.15-.15-.404-.291-.815-.446-.403-.155-.47-.211-.77-.628-.361-.506-.425-.567-.724-.708-.617-.293-2.101-.562-2.57-.467-.441.09-1.04.447-1.32.789-.175.213-.63.377-1.274.462-.84.108-1.254.828-1.041 1.806.04.191.038.189.165.034.405-.505 1.209-.976 1.93-1.13.575-.12 1.475-.126 2.01-.01l.096.022h-.144c-.75.01-1.904.257-2.722.584l-.176.07-.016.087c-.015.083-.022.093-.281.351-.536.539-.69.796-.775 1.286-.04.239.036.589.15.678.027.022.047.05.042.06a3 3 0 0 0-.026.225c-.076.845.323 1.866.96 2.453l.144.133.108-.09c.317-.259.859-.614.888-.582.043.05.034.09-.033.155-.085.082-.196.226-.496.642l-.259.361.007.104c.01.13.076.337.147.451.03.046.09.15.136.229.167.284.321.52.424.642.096.117.184.241.284.401q.041.068.07.06c.04-.01.09.026.279.204.186.171.083.122.845.408.823.309 1.131.369 1.465.286.09-.022.097-.022.168.015.09.047.09.047.163-.002zm-6.348-3.82c.003-.003.02-.103.037-.225.017-.12.053-.286.08-.367l.193-.644c.177-.602.159-.55.178-.52.025.042.015-.01-.016-.074a2 2 0 0 1-.066-.171l-.034-.108.034-.588.034-.589-.055-.397a6 6 0 0 0-.064-.406c-.032-.032-.464.145-.599.245-.175.13-.401.679-.492 1.194-.12.694-.008 1.647.226 1.916.07.08.226.378.357.68l.034.077.075-.01a.4.4 0 0 0 .078-.013m14.775-1.31c.126-.088.238-.177.246-.196.015-.037.213-1.099.281-1.507l.042-.257-.042-.447-.042-.446-.125-.48c-.124-.475-.128-.484-.264-.755-.216-.431-.194-.236-.379-3.358l-.035-.578-.053-.055c-.07-.075-.337-.458-.963-1.388a14 14 0 0 0-.546-.781 16 16 0 0 0-.821-.146c-.395-.055-.736-.025-1.055.094-.128.048-.14.05-.201.03-.138-.047-.293-.003-.569.164l-.145.087-.166-.221c-.191-.251-.194-.255-.57-.502-.64-.416-.716-.449-1.632-.692-.353-.094-.311-.062-.993-.742l-.535-.532-.585.008c-.989.015-1.482.06-1.6.142-.712.508-1.094.888-1.538 1.531l-.103.15-.386.184c-.422.203-1.034.392-1.201.369-.092-.012-.421-.18-.658-.341-.438-.291-.739-.326-1.088-.124-.284.163-.483.269-1.286.675-.861.437-.965.496-1.246.705l-.164.123-.143.288c-.311.626-.305.602-.321 1.415-.03 1.52-.035 2.008-.016 2.122.03.179.036.374.016.505-.028.171-.387 1.387-.585 1.977-.066.199-.135.52-.159.736-.01.07 0 .175.036.391.026.164.07.451.097.64.066.464.12.562.358.64.209.07.309.063.732-.045.793-.203.813-.197 1.134.378.078.137.112.184.143.193.105.03.725.01.866-.027l.194-.05.056-.015-.02-.096a2.4 2.4 0 0 1-.023-.624c.024-.268.064-.506.153-.889.004-.017-.006-.004-.022.03l-.03.06-.035-.157a1.9 1.9 0 0 0-.291-.672 6.4 6.4 0 0 1-.421-.87l-.093-.231.01-.161c.05-.718.224-1.186.597-1.595.227-.248.293-.351.325-.522.025-.13.106-.807.171-1.395l.057-.547.241-.715c.13-.394.231-.722.225-.728a9 9 0 0 0-.693-.321c-.124-.035-.412-.023-.632.027-.705.161-1.224.532-1.25.893-.007.08-.362.827-.395.828-.02 0-.074-.098-.093-.169-.02-.074-.012-.115.073-.351.032-.088.097-.307.145-.487.12-.443.14-.477.405-.599l.467-.221c.675-.325 1.657-.578 1.899-.49.143.05.359.226.552.446l.092.104-.09.246c-.458 1.266-.575 1.617-.606 1.823-.071.458-.066 1.465.008 1.695.058.188.054.195-.223.377-.477.316-.953.919-.973 1.233-.013.211.09.634.221.888.052.105.589.913.606.913.006 0 .03-.04.057-.09a1.9 1.9 0 0 1 .704-.773c.316-.204.317-.204.341-.313.161-.725.425-1.144.88-1.385l.197-.105-.095-.035c-.145-.053-.271-.143-.428-.308-.697-.733-.966-1.566-.688-2.127.02-.04.052-.122.072-.184.245-.755.931-1.164 1.842-1.101.896.063 1.294.296 1.618.94.311.624.294 1.191-.055 1.751l-.066.106.06-.058c.068-.063.766-.374.946-.421.268-.07.659-.03 1.894.193.499.09.584.125.823.341.05.048.09.076.09.064s-.01-.104-.025-.206c-.083-.617.034-1.401.269-1.786.284-.466 1.375-.883 1.974-.754.301.065.769.355 1.021.635.032.036.06.056.06.045 0-.01-.02-.325-.04-.699a11 11 0 0 1-.03-.689c.008-.006.144-.084.306-.174l.293-.161.052.04c.044.032.169.063.78.191l.763.164c.027.006.085.09.216.307.097.164.271.448.388.632.425.68.502.856.411.941-.093.087-.108.086-.169-.007-.03-.045-.201-.314-.379-.595a16 16 0 0 0-.351-.539c-.02-.02-.998-.346-1.487-.497-.239-.073-.492 1.151-.434 2.099.02.319.02.321.291.57.169.156.858 1.126.993 1.397l.067.136-.006.826-.005.825-.105.177c-.441.742-.694 1.021-.985 1.096-.161.04-.339.175-.324.241.005.022.013.154.02.291q.01.252.027.253c.01 0 .073-.01.14-.023.455-.087.958-.057 1.261.073.11.047.116.064.128.344.017.375.042.407.353.457.348.055.468.114.695.344l.128.13.462.002.462.002zM9.954 3.808a13 13 0 0 0-.833-.494c-.338-.171-.351-.201-.117-.309.341-.157.474-.11.908.315.168.165.369.349.448.411.156.118.328.275.328.297 0 .027-.115.14-.14.14a9 9 0 0 1-.594-.36m3.987.19a.5.5 0 0 1-.235-.191l-.042-.07.03-.068c.04-.095.076-.13.231-.231.074-.05.159-.11.188-.134.159-.14 1.179-.558 1.358-.558.1 0 .13.02.176.125a.6.6 0 0 0 .065.12c.05.056-.06.115-.341.179-.15.034-.502.176-.818.328l-.258.125-.148.201c-.08.11-.15.201-.15.201L13.94 4zm2.25 8.609c.117-.103.612-.334.898-.418.104-.03.171-.307.171-.72v-.234l-.092-.191c-.097-.201-.203-.378-.221-.371-.006.002-.203.251-.437.556l-.427.552.01.249.01.444c0 .225-.006.218.09.134zm1.639-1.799.344-.132.112-.169c.391-.592.512-.901.529-1.379l.01-.308-.228-.361c-.386-.607-.636-1.018-.722-1.187a.4.4 0 0 0-.062-.1c-.062-.04-.245.12-.458.401-.15.201-.226.254-.674.478-.592.295-.876.341-1.292.213a7 7 0 0 0-.552-.156c-.042 0 .133.206.294.347.126.11.221.161.346.181.191.03.547.231 1.094.612.303.214.261.133.291.55l.027.351.08.078c.1.098.214.251.381.51.07.112.13.205.132.205zm-1.719-3.119c.446-.164.704-.665.527-1.023-.194-.391-.634-.702-.998-.702-.425 0-.979.482-.979.853 0 .008.058-.038.127-.104.329-.311.692-.346 1.05-.105.385.258.469.77.173 1.064-.078.08-.067.08.1.02zm-7.704-.16a1 1 0 0 1-.026-.396c.145-.778 1.09-1.005 1.51-.364l.064.1-.009-.129c-.069-.971-1.094-1.234-1.726-.443-.356.447-.299 1.13.105 1.274.103.036.107.034.08-.042zm8.86-.527c.261-.439.226-1.053-.088-1.53-.421-.642-1.084-.841-1.806-.542-.559.231-.776.517-.825 1.081-.022.251-.012.281.058.176.238-.354.644-.547 1.094-.522.712.038 1.24.539 1.385 1.316l.034.183.008.04.04-.05a2 2 0 0 0 .1-.154zm-1.431.09a.13.13 0 0 0 .04-.096.13.13 0 0 0-.04-.095.13.13 0 0 0-.096-.04q-.058 0-.097.04a.13.13 0 0 0-.038.096c0 .123.146.185.233.098zm-8.218-.209c.138-.773.732-1.289 1.48-1.289.485 0 .838.274 1.043.809.054.14.06.143.087.035.07-.274-.01-.848-.163-1.149-.26-.518-1.032-.779-1.751-.591-.415.106-.9.64-.997 1.097-.1.468-.038.849.191 1.167.077.108.077.108.11-.08zm1.928 0a.13.13 0 0 0 .04-.096q0-.058-.04-.097c-.027-.028-.056-.041-.096-.041s-.07.013-.096.04a.13.13 0 0 0-.04.097.136.136 0 0 0 .232.097"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/packer.svg b/mkdocs-material/material/templates/.icons/simple/packer.svg new file mode 100644 index 0000000..3a55f2f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/packer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.844 0v3.38l5.75 3.32v10.148l2.705 1.552c1.676.967 3.045.388 3.045-1.285V9.668c-.014-1.687-1.382-3.832-3.059-4.799zM4.656 2.932v16.574L12.436 24V7.426z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/packt.svg b/mkdocs-material/material/templates/.icons/simple/packt.svg new file mode 100644 index 0000000..9ae11b9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/packt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.965 4.898q-1.061.001-1.908.452a4 4 0 0 0-.891.642v-.937H7.488v14.047h2.657V14.1q.39.374.898.638.859.44 1.92.44 1.37 0 2.453-.674c1.237-.77 2.328-2.27 2.328-4.453 0-2.206-1.09-3.704-2.328-4.477q-1.08-.676-2.451-.676M3.8 5.055 0 9.79l3.822 5.133H7.09L3.012 9.79l3.875-4.736Zm13.312 0 3.875 4.736-4.078 5.133h3.268L24 9.79l-3.8-4.736Zm-4.619 2.318c1.007 0 1.788.493 2.2 1.275.452.86.395 2.034 0 2.78-.221.419-.84 1.277-2.2 1.277q-.736.002-1.299-.336a2.34 2.34 0 0 1-.879-.941q-.316-.604-.316-1.399c0-.795.105-.978.316-1.38.393-.748 1.156-1.276 2.178-1.276"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/paddle.svg b/mkdocs-material/material/templates/.icons/simple/paddle.svg new file mode 100644 index 0000000..bcd90da --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/paddle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.363 7.904v.849a3.95 3.95 0 0 1 3.65 2.425c.198.476.3.987.299 1.502h.791c0-1.04.416-2.037 1.157-2.772a3.96 3.96 0 0 1 2.792-1.149V7.91a3.96 3.96 0 0 1-3.65-2.425 3.9 3.9 0 0 1-.299-1.502h-.791c0 1.04-.416 2.037-1.157 2.772a3.96 3.96 0 0 1-2.792 1.149M13.105 2.51H6.312V0h6.793c4.772 0 8.532 3.735 8.532 8.314s-3.76 8.314-8.532 8.314H9.156V24H6.312v-9.882h6.793c3.319 0 5.688-2.352 5.688-5.804 0-3.451-2.37-5.804-5.688-5.804"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/paddlepaddle.svg b/mkdocs-material/material/templates/.icons/simple/paddlepaddle.svg new file mode 100644 index 0000000..40cb34d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/paddlepaddle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.172 4.832a1.15 1.15 0 0 0 0 2.298 1.15 1.15 0 0 0 0-2.298m9.991 0a1.15 1.15 0 0 0 0 2.298 1.15 1.15 0 0 0 0-2.298M6.673 8.006a.08.08 0 0 0-.077.049l-1.953 4.293H.753a.13.13 0 0 0-.12.076l-.626 1.398a.074.074 0 0 0 .066.104h3.853L1.6 19.047a.085.085 0 0 0 .076.122H3.33c.033 0 .064-.021.078-.051L8.407 8.126a.084.084 0 0 0-.077-.119zm3.478 0a.06.06 0 0 0-.059.037l-.58 1.285c-.019.043.012.09.059.09h1.023c.217-.003.377.012.555.04.825.127 1.336.732 1.324 1.534a1.393 1.393 0 0 1-1.399 1.362H7.41a.16.16 0 0 0-.145.093l-.61 1.34a.097.097 0 0 0 .09.137h4.286c1.776 0 3.194-1.533 2.995-3.299a2.935 2.935 0 0 0-2.81-2.619.2.2 0 0 0-.039.004l-.021-.004zm6.476 0a.09.09 0 0 0-.078.049L11.55 19.047a.086.086 0 0 0 .078.121h1.656c.033 0 .063-.02.076-.05l5-10.992a.085.085 0 0 0-.078-.119zm3.478 0a.06.06 0 0 0-.056.037l-.58 1.285c-.02.043.01.09.056.09h1.023c.218-.003.378.012.555.04.825.127 1.338.732 1.326 1.534a1.393 1.393 0 0 1-1.398 1.362h-3.668a.16.16 0 0 0-.144.093l-.61 1.34a.097.097 0 0 0 .09.137h4.285c1.777 0 3.196-1.533 2.998-3.299a2.94 2.94 0 0 0-2.812-2.619.2.2 0 0 0-.04.004l-.021-.004z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/paddypower.svg b/mkdocs-material/material/templates/.icons/simple/paddypower.svg new file mode 100644 index 0000000..98b3fab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/paddypower.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.014 3.713a18 18 0 0 0-1.626.084c-.816.082-1.714.245-2.53.408l.57 6.368.246 1.96.654 6.857 1.55-.083 1.796-.162v-.082l-.408-4.081v-.573a19 19 0 0 0 2.04-.408 10 10 0 0 0 1.633-.816 5.26 5.26 0 0 0 1.714-2.041 6.5 6.5 0 0 0 .409-2.774 4.75 4.75 0 0 0-2.858-4.082 7.4 7.4 0 0 0-2.694-.572 18 18 0 0 0-.496-.003m-10.775.98a18 18 0 0 0-1.626.085A14 14 0 0 0 0 5.105l.572 6.366.163 1.96.654 6.857 1.551-.082 1.795-.164-.327-4.081v-.571a19 19 0 0 0 2.041-.408 10 10 0 0 0 1.633-.817 5.26 5.26 0 0 0 1.714-2.04 6 6 0 0 0 .408-2.695A4.65 4.65 0 0 0 7.43 5.267a7.4 7.4 0 0 0-2.695-.57 18 18 0 0 0-.496-.004M15.1 6.731l.085.006a3.3 3.3 0 0 1 1.468.325 2.07 2.07 0 0 1 1.062 1.633 2.6 2.6 0 0 1-.164 1.143 1.86 1.86 0 0 1-.571.817 2.45 2.45 0 0 1-1.306.572 1.8 1.8 0 0 1-.653.081l-.409-4.49a1.2 1.2 0 0 1 .488-.087m-10.942.98a1 1 0 0 1 .17.005 3.3 3.3 0 0 1 1.47.327 2.07 2.07 0 0 1 1.06 1.633 5 5 0 0 1-.163 1.143 1.86 1.86 0 0 1-.573.816 2.45 2.45 0 0 1-1.305.57 1.8 1.8 0 0 1-.653.082l-.408-4.49a1.2 1.2 0 0 1 .402-.086m17.801 7.27A2.04 2.04 0 1 0 24 17.023a2.04 2.04 0 0 0-2.04-2.04z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pagekit.svg b/mkdocs-material/material/templates/.icons/simple/pagekit.svg new file mode 100644 index 0000000..b4939f5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pagekit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.401 0v24h9.6v-3.527H5.929V3.526h12.146v13.421h-6.073v3.525H21.6V0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pagerduty.svg b/mkdocs-material/material/templates/.icons/simple/pagerduty.svg new file mode 100644 index 0000000..d31e503 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pagerduty.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.965 1.18C15.085.164 13.769 0 10.683 0H3.73v14.55h6.926c2.743 0 4.8-.164 6.61-1.37 1.975-1.303 3.004-3.484 3.004-6.007 0-2.716-1.262-4.896-3.305-5.994zm-5.5 10.326h-4.21V3.113l3.977-.027c3.62-.028 5.43 1.234 5.43 4.128 0 3.113-2.248 4.292-5.197 4.292M3.73 17.61h3.525V24H3.73Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pagespeedinsights.svg b/mkdocs-material/material/templates/.icons/simple/pagespeedinsights.svg new file mode 100644 index 0000000..47943f2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pagespeedinsights.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.363 1.636H1.635C.732 1.636 0 2.37.001 3.273L0 20.727v.003c0 .903.733 1.634 1.635 1.634h20.73c.904 0 1.635-.734 1.635-1.637V3.273c.016-.89-.76-1.64-1.637-1.637M3.979 2.886c.492-.507 1.279.28.77.772-.491.508-1.278-.279-.77-.771zM1.8 2.89c.507-.509 1.28.265.772.771-.493.502-1.274-.28-.772-.771m21.7 17.838c.012.611-.524 1.148-1.137 1.136H1.635A1.137 1.137 0 0 1 .5 20.727L.501 4.91H23.5zM11 16.159l5.946-4.577c.235-.2.576.129.389.372l-.002-.002-3.936 6.35a1.638 1.638 0 0 1-2.448.405c-.785-.668-.811-1.835.05-2.548zm4.763-.75c.09-.168 2.002-3.181 2.06-3.35 2.056 1.813 3.029 4.382 2.898 7.026h-3.819c.073-1.39-.29-2.678-1.139-3.676m-8.679 3.682H3.278c-.357-7.022 7.148-11.735 13.39-7.92l-3.461 2.618c-3.3-.762-6.364 1.71-6.123 5.302"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pagseguro.svg b/mkdocs-material/material/templates/.icons/simple/pagseguro.svg new file mode 100644 index 0000000..b903f23 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pagseguro.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.482 9.712c1.64 0 3.108.69 4.1 1.813.044-.388.087-.777.087-1.208C21.67 5.007 17.353.69 12 .69s-9.67 4.316-9.67 9.626c0 .345 0 .69.044 1.036a8.69 8.69 0 0 1 7.943-5.137c2.848 0 5.352 1.381 6.95 3.496h.215zm-7.122-2.72c-4.36 0-7.9 3.54-7.9 7.9a7.904 7.904 0 0 0 13.425 5.655 5.53 5.53 0 0 1-3.928-5.31c0-2.676 1.9-4.92 4.446-5.438-1.468-1.684-3.626-2.806-6.043-2.806zM4.79 21.583A11.96 11.96 0 0 1 0 12C0 5.353 5.396 0 12 0s12 5.396 12 12-5.396 12-12 12c-1.554 0-3.022-.302-4.36-.82-1.079-.389-2.028-.907-2.849-1.597zm12.777-1.51a4.827 4.827 0 0 0 4.835-4.835 4.827 4.827 0 0 0-4.835-4.834 4.827 4.827 0 0 0-4.834 4.834 4.827 4.827 0 0 0 4.834 4.835"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/palantir.svg b/mkdocs-material/material/templates/.icons/simple/palantir.svg new file mode 100644 index 0000000..2bafb20 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/palantir.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.147 18 12 21.178 3.853 18 2.5 20.343 12 24l9.5-3.657zM12 0a9.5 9.5 0 1 0 0 19 9.5 9.5 0 0 0 0-19m0 16.078a6.568 6.568 0 1 1 0-13.136 6.568 6.568 0 0 1 0 13.136"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/paloaltonetworks.svg b/mkdocs-material/material/templates/.icons/simple/paloaltonetworks.svg new file mode 100644 index 0000000..4ebc1ae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/paloaltonetworks.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10.278 15.443 1.705 1.705-3.426 3.426-3.427-3.426 8.592-8.591-1.705-1.705 3.426-3.426 3.427 3.426zM0 12.017l3.426 3.426 8.591-8.59-3.426-3.427zm11.983 5.13 3.426 3.427L24 11.983l-3.426-3.426z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/paloaltosoftware.svg b/mkdocs-material/material/templates/.icons/simple/paloaltosoftware.svg new file mode 100644 index 0000000..a8105de --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/paloaltosoftware.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.995.005c-.58 0-1.158.228-1.615.685L.685 10.385c-.913.913-.913 2.318 0 3.231l.842.843 8.01-8.15a3.435 3.435 0 0 1 4.847 0l8.079 8.08.842-.843c.914-.843.915-2.248.072-3.161L13.612.69a2.28 2.28 0 0 0-1.617-.685m0 6.463c-.58 0-1.158.228-1.615.684L.685 16.848c-.913.913-.913 2.318 0 3.23l3.231 3.232c.914.913 2.318.913 3.232 0l4.847-4.846 4.848 4.846c.913.913 2.318.913 3.231 0l3.231-3.231c.914-.843.915-2.318.072-3.231l-9.765-9.696a2.28 2.28 0 0 0-1.617-.684"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/panasonic.svg b/mkdocs-material/material/templates/.icons/simple/panasonic.svg new file mode 100644 index 0000000..8bb0761 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/panasonic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.157 11.485a1.254 1.254 0 0 0-1.18-1.324H0v3.58h1.084v-1.1h.66q.25 0 .496-.059c.497-.103.87-.52.917-1.025zm-1.081.005a.35.35 0 0 1-.337.301c-.081.007-.15.007-.23.007h-.425v-.777h.632a.36.36 0 0 1 .36.326.7.7 0 0 1 0 .143m3.678 1.45c0-.278-.01-.51-.01-.786a1.7 1.7 0 0 0-.057-.42.67.67 0 0 0-.332-.43 1 1 0 0 0-.316-.118 2.6 2.6 0 0 0-1.065-.02q-.15.023-.29.082a.77.77 0 0 0-.455.5.6.6 0 0 0-.024.261.1.1 0 0 0 .014.048l.86.02a.4.4 0 0 1 .025-.153.26.26 0 0 1 .162-.162.5.5 0 0 1 .342 0 .23.23 0 0 1 .156.157.15.15 0 0 1-.02.13.2.2 0 0 1-.1.078l-.074.024q-.17.045-.343.075a7 7 0 0 0-.276.05 3 3 0 0 0-.365.095.8.8 0 0 0-.295.173.62.62 0 0 0-.205.393.8.8 0 0 0 .012.3.71.71 0 0 0 .51.54c.276.083.573.067.84-.044a.83.83 0 0 0 .344-.248q.028.089.057.176.019.048.051.087h.948a.4.4 0 0 1-.068-.207q-.02-.3-.026-.6m-.956-.088a.4.4 0 0 1-.067.193.4.4 0 0 1-.182.145.6.6 0 0 1-.21.054.5.5 0 0 1-.163-.013.24.24 0 0 1-.12-.074.2.2 0 0 1-.057-.106.17.17 0 0 1 .064-.174.3.3 0 0 1 .105-.063q.142-.053.288-.093.177-.052.342-.13a1 1 0 0 1 0 .261M8.06 11.14a1.04 1.04 0 0 0-.755.054 1.7 1.7 0 0 0-.393.262l-.023-.27H5.97v2.56h.982v-1.42a.4.4 0 0 1 .06-.222.383.383 0 0 1 .482-.16c.081.032.142.1.167.183q.02.065.02.131v1.484h1.01V12.09a1.2 1.2 0 0 0-.06-.394.82.82 0 0 0-.572-.558zm5.95 1.25a1.1 1.1 0 0 0-.42-.23l-.106-.03a5 5 0 0 0-.58-.123 2 2 0 0 1-.156-.03.3.3 0 0 1-.068-.024.117.117 0 0 1-.059-.152v-.008a.22.22 0 0 1 .131-.105.5.5 0 0 1 .316 0c.107.03.178.133.17.244h.902a.9.9 0 0 0-.055-.31.55.55 0 0 0-.184-.255.9.9 0 0 0-.242-.138 1.2 1.2 0 0 0-.262-.073 2.6 2.6 0 0 0-.642-.037 2 2 0 0 0-.366.054 1.1 1.1 0 0 0-.444.211.7.7 0 0 0-.28.526.7.7 0 0 0 .052.316.68.68 0 0 0 .393.393q.135.054.278.082l.554.104q.105.016.205.051c.06.018.103.07.113.131a.19.19 0 0 1-.052.176.3.3 0 0 1-.17.086.5.5 0 0 1-.262-.025.4.4 0 0 1-.105-.06.26.26 0 0 1-.089-.132.4.4 0 0 1-.02-.138h-.932v.055a.77.77 0 0 0 .256.555 1 1 0 0 0 .426.24c.33.098.676.12 1.014.065q.241-.035.455-.148a1 1 0 0 0 .176-.118.78.78 0 0 0 .246-.852.63.63 0 0 0-.193-.302zm6.198-2.226h.957v.676h-.957zm0 1.024h.957v2.558h-.957zm2.872 1.505a1 1 0 0 1-.018.154.4.4 0 0 1-.096.2.3.3 0 0 1-.185.097.36.36 0 0 1-.316-.1.53.53 0 0 1-.152-.26 1.17 1.17 0 0 1 .012-.703.4.4 0 0 1 .178-.232.36.36 0 0 1 .407.017c.092.068.153.17.17.284h.874a.8.8 0 0 0-.09-.417 1.12 1.12 0 0 0-.724-.564 1.7 1.7 0 0 0-.806-.02c-.48.094-.863.456-.984.93a1.4 1.4 0 0 0-.03.621q.034.226.151.42c.095.171.227.32.385.435.19.148.416.24.655.262q.27.03.538-.025a1.24 1.24 0 0 0 .685-.38.93.93 0 0 0 .263-.719zm-3.704-1.553a1.04 1.04 0 0 0-.755.054 1.7 1.7 0 0 0-.393.262l-.03-.27h-.919v2.56h.984v-1.429a.43.43 0 0 1 .06-.22.39.39 0 0 1 .484-.16c.08.032.14.1.164.182a.5.5 0 0 1 .021.14v1.483h1.016V12.09a1.2 1.2 0 0 0-.06-.394.82.82 0 0 0-.572-.558zm-7.879 1.8c0-.278-.01-.51-.012-.786q0-.214-.054-.42a.68.68 0 0 0-.333-.43 1 1 0 0 0-.315-.118 2.6 2.6 0 0 0-1.067-.02q-.15.023-.289.082a.77.77 0 0 0-.456.5.6.6 0 0 0-.025.261.2.2 0 0 0 .015.048l.86.02a.4.4 0 0 1 .024-.153.26.26 0 0 1 .163-.162.5.5 0 0 1 .342 0 .23.23 0 0 1 .156.157.15.15 0 0 1-.02.13.2.2 0 0 1-.099.078l-.075.024q-.17.045-.343.075a6 6 0 0 0-.274.05 3 3 0 0 0-.366.095.8.8 0 0 0-.296.173.62.62 0 0 0-.21.393.8.8 0 0 0 .012.3c.056.26.252.468.508.54.277.083.575.067.842-.044a.8.8 0 0 0 .335-.245q.025.087.057.173c.01.032.03.062.052.087h.948a.4.4 0 0 1-.054-.207 14 14 0 0 1-.026-.6m-.97-.084a.44.44 0 0 1-.07.19.37.37 0 0 1-.167.144.7.7 0 0 1-.205.054.5.5 0 0 1-.175-.015.25.25 0 0 1-.122-.073.2.2 0 0 1-.055-.105.17.17 0 0 1 .057-.17.3.3 0 0 1 .105-.063 5 5 0 0 1 .288-.093q.177-.053.344-.13.015.13 0 .261m5.483-1.72a1.9 1.9 0 0 0-.577 0 1.33 1.33 0 0 0-.747.371 1.2 1.2 0 0 0-.383.798c-.02.185-.003.372.048.551.073.278.24.522.47.693.147.117.32.197.504.235.26.055.527.055.787 0 .184-.038.36-.118.507-.235.23-.17.396-.415.468-.693a1.4 1.4 0 0 0 .05-.55 1.2 1.2 0 0 0-.383-.799 1.33 1.33 0 0 0-.743-.37zm.06 1.814a.39.39 0 0 1-.513.193.37.37 0 0 1-.194-.193 1 1 0 0 1-.072-.246 1.4 1.4 0 0 1 .012-.515.7.7 0 0 1 .1-.247.374.374 0 0 1 .622 0 .6.6 0 0 1 .105.247q.052.257.01.515a.9.9 0 0 1-.07.246"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pandas.svg b/mkdocs-material/material/templates/.icons/simple/pandas.svg new file mode 100644 index 0000000..660c4b2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pandas.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.922 0h2.623v18.104h-2.623zm-4.126 12.94h2.623v2.57h-2.623zm0-7.037h2.623v5.446h-2.623zm0 11.197h2.623v5.446h-2.623zM4.456 5.896h2.622V24H4.455zm4.213 2.559h2.623v2.57H8.67zm0 4.151h2.623v5.447H8.67zm0-11.187h2.623v5.446H8.67Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pandora.svg b/mkdocs-material/material/templates/.icons/simple/pandora.svg new file mode 100644 index 0000000..0e8bb4c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pandora.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.882 0v24H8.32a1.085 1.085 0 0 0 1.085-1.085v-4.61h1.612c7.88 0 11.103-4.442 11.103-9.636C22.119 2.257 17.247 0 12.662 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pantheon.svg b/mkdocs-material/material/templates/.icons/simple/pantheon.svg new file mode 100644 index 0000000..693d2ee --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pantheon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.604 0 9.75 5.171H7.018l.904 2.276h5.535zm4.202 7.973.724 1.752h3.09c.066 0 .223-.086.223-.877 0-.79-.157-.875-.224-.875zm-4.367 0c-.306 0-.474 0-.612.456-.166.544-.185 1.571-.185 3.57 0 2 .02 3.028.185 3.572.138.456.306.456.612.456h3.486l-1.727-4.202v.014l-.816-2.116h1.912l.884 2.119 1.826-.016-1.591-3.853zm5.235 2.1.724 1.753h2.562c.068 0 .223-.086.223-.876s-.156-.876-.223-.876zm-3.742.076 2.633 6.403H8.346L14.297 24l-2.146-5.172h2.731l-.913-2.276H12.7l-2.634-6.403zm2.374 2.026.724 1.752h3.93c.067 0 .223-.086.223-.876s-.155-.876-.223-.876zm.868 2.1.723 1.752h2.722c.067 0 .223-.085.223-.875s-.156-.876-.223-.876zm4.624 1.2v.511h.103v-.391l.129.391h.096l.125-.391v.391h.107v-.511h-.15l-.127.394-.127-.394zm-.466 0v.092h.144v.42h.117v-.42h.144v-.092z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/paperlessngx.svg b/mkdocs-material/material/templates/.icons/simple/paperlessngx.svg new file mode 100644 index 0000000..7514e18 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/paperlessngx.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.338 23.028c-.117-.56-.353-1.678-.382-1.678-4.977-2.975-4.388-8.128-2.739-11.073.353 3.71 6.92 6.273 3.092 10.808-.03.059.177.765.353 1.413.766-1.296 1.915-2.856 1.856-3.004C3.806 8.01 18.53 7.126 21.592 0c1.385 6.89-.706 17.55-12.544 20.26-.06.03-2.15 3.71-2.238 3.74 0-.059-.884-.03-.766-.324.059-.177.177-.412.294-.648m-.147-2.768c1.502-1.737-.265-4.712-1.325-5.683 1.796 3.092 1.679 4.888 1.325 5.683"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/paperspace.svg b/mkdocs-material/material/templates/.icons/simple/paperspace.svg new file mode 100644 index 0000000..8993f86 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/paperspace.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.832 10.848c0 3.04-1.883 6.402-4.471 8.879C16.774 22.202 13.275 24 10.093 24c-3.213 0-5.806-1.766-7.44-4.178C1.026 17.42.168 14.2.168 11.226c0-3.04 1.617-5.934 3.945-7.936C6.437 1.292 9.651 0 12.81 0c3.162 0 5.991 1.211 7.916 3.13 1.927 1.919 3.107 4.706 3.107 7.718Zm-11.023-9.69q-.67 0-1.328.078.41-.03.822-.034c2.931.017 5.67 1.04 7.58 2.725-1.77-1.753-4.154-2.768-7.074-2.768Zm-2.716 21.683a9 9 0 0 0 1.972-.23 9.4 9.4 0 0 1-1.844.192 8.13 8.13 0 0 1-4.128-1.11c1.125.732 2.445 1.148 4 1.148m9.052-18.02c-1.76-1.566-4.101-2.482-6.842-2.46-.91-.007-1.794.1-2.64.306q.923-.145 1.902-.145c2.748 0 5.439.772 7.36 2.208q.583.436 1.083.97a9 9 0 0 0-.863-.88ZM10.22 21.643c.966 0 1.95-.178 2.922-.502-.928.24-1.869.369-2.785.369-1.347 0-2.56-.265-3.611-.736.99.557 2.138.869 3.474.869m8.01-15.986c-1.757-1.313-4.077-1.977-6.666-1.977-2.572 0-4.638.738-6.166 2.132-1.524 1.392-2.364 3.285-2.364 5.792 0 2.547.586 4.687 1.825 6.275 1.234 1.58 2.96 2.472 5.498 2.472 2.564 0 5.178-1.038 7.248-2.752 2.067-1.71 3.401-3.9 3.401-6.374 0-2.481-1.03-4.262-2.777-5.568Zm-9 .732h4.719c1.765 0 3.217 1.131 3.217 3.08 0 2.475-1.95 3.961-4.377 3.961H10.35l-.696 3.99H7.287L9.232 6.39Zm3.45 5.149c1.207 0 2.149-.62 2.149-1.874 0-.975-.757-1.377-1.595-1.377h-1.978l-.572 3.246h1.996z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/paperswithcode.svg b/mkdocs-material/material/templates/.icons/simple/paperswithcode.svg new file mode 100644 index 0000000..cb53012 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/paperswithcode.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 2v20h4.4v-2.4h-2V4.4h2V2zm19.6 0v2.4h2v15.2h-2V22H24V2zm-16 3.6v12.8H6V5.6zm7.2 0v12.8h2.4V5.6zm7.2 0v12.8h2.4V5.6zm-10.8.8v11.2h2.4V6.4zm7.2 0v11.2h2.4V6.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/paramountplus.svg b/mkdocs-material/material/templates/.icons/simple/paramountplus.svg new file mode 100644 index 0000000..03b84e2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/paramountplus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.347 21.373c.057-.084.151-.314-.025-.74l-.53-1.428c-.073-.182.084-.293.19-.173 0 0 1.004 1.157 1.264 1.64l.495.822c.425.028 1.6.06 2.732.06a3 3 0 0 1-.316-.364c-1.93-2.392-3.154-3.724-3.166-3.737-.391-.426-.572-.508-.87-.643l-.138-.065v.364c0 .047-.057.073-.086.022l-2.846-5.001a1.6 1.6 0 0 0-.508-.587l-.277-.194-1.354 3.123c.212 0 .354.216.27.409l-1.25 2.893h1.147c.443 0 .883.087 1.294.255l.302.125s-.913 1.878-.913 2.867c0 .181.028.362.075.534h2.104l-.096-.595s1.266.294 2.502.413M12 2.437c-6.627 0-12 5.373-12 12 0 2.669.873 5.133 2.346 7.126.503-.218.783-.542.983-.791l2.234-2.858a.5.5 0 0 1 .179-.138l.336-.146 3.674-4.659.534-.417 1.094-1.524a.5.5 0 0 1 .101-.102l.478-.347a.34.34 0 0 1 .398-.004l.578.407c.308.216.557.504.726.84l2.322 4.077c.051.09.09.129.182.174.454.227.732.268 1.33.913.277.304 1.495 1.666 3.203 3.784.236.318.538.588.963.783A11.95 11.95 0 0 0 24 14.437c0-6.627-5.373-12-12-12M3.236 15.1l-.778-.253-.48.662v-.818l-.778-.253.778-.253v-.818l.48.662.778-.253-.48.662Zm-.185 2.676-.252.778-.253-.778h-.818l.661-.481-.253-.777.663.48.66-.48-.252.777.662.481Zm.156-6.195.253.778-.661-.48-.663.48.253-.778-.66-.48h.817l.253-.778.252.777h.818Zm1.314-1.76L4.04 9.16l-.778.253.48-.661-.48-.663.778.254.48-.662v.818l.778.253-.777.252Zm2.045-2.862-.253.777-.252-.777h-.818l.662-.48-.253-.778.661.48.661-.48-.252.777.662.48Zm2.577-1.313-.48.661V5.49l-.779-.254.778-.253v-.817l.48.66.78-.253-.481.663.48.66zm3.265-.75.253.778-.661-.48-.662.48.252-.777-.66-.481h.818L12 3.637l.252.778h.818zm2.93.595v.816l-.481-.661-.777.252.48-.662-.48-.662.777.253.48-.66v.817l.779.252zm5.426 8.285.778.253.48-.662v.818l.778.253-.778.253v.818l-.48-.662-.778.253.48-.662zm-3.077-6.04-.253-.777h-.818l.662-.48-.253-.778.662.48.662-.48-.254.778.662.48h-.818zm1.792 2.086v-.818l-.777-.252.777-.253V7.68l.481.662.777-.254-.48.663.48.66-.777-.252zm1.469 1.278.253-.777.254.777h.816l-.66.481.252.778-.662-.48-.661.48.253-.778-.662-.48zm.506 6.676-.253.778-.253-.778h-.817l.662-.481-.253-.777.66.48.663-.48-.253.777.661.481zm-12.08-.615.76-1.588c.024-.048-.032-.108-.067-.067l-.664.668c-.313.329-.847 1.25-.95 1.421l-.808 1.335a.109.109 0 0 1 .1.162l-.739 1.238c-.18.309.145.523.189.452 1.157-1.868 1.832-1.719 1.832-1.719l.387-.897c.022-.047-.001-.1-.05-.12-.12-.05-.316-.27.01-.885"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/paritysubstrate.svg b/mkdocs-material/material/templates/.icons/simple/paritysubstrate.svg new file mode 100644 index 0000000..f0547ed --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/paritysubstrate.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.254 0 1.795 6.038l-.254-.152-.008.008v.652l.576-.33-.254-.144L12.313.034zm1.677.965L3.472 7.004l-.212-.128-1.727 1v.601l2.252-1.296-.211-.118 10.458-6.038zm1.677.966L5.148 7.969l-.169-.102-3.446 1.99v.56l3.93-2.27-.17-.093 10.45-6.039zm1.668.957-6.512 3.777-.33-.186L8.57 7.554v.381L6.826 8.943l-.127-.076-5.166 2.972v.517l5.606-3.244-.127-.076 1.558-.898v.398l1.152.66L8.51 9.9l-.085-.051-6.885 3.98v.458l7.283-4.2-.084-.052 1.21-.703 1.178.686-2.55 1.465v.271L1.542 15.82v.407L8.58 12.16v.313l1.092.627-8.13 4.7v.178l.161.093 8.282-4.776 1.127.652-2.532 1.448v.33l-5.471 3.16.27.151 5.2-3.006v.381l3.414-1.973 1.024.593-1.008.584v.102l-7.19 4.15.23.126L12 15.98v.102l1.414-.813 1.118.643-1.82 1.059.16.093-.864.5v.144l-5.47 3.159.186.11 5.284-3.049v.144l1.305-.754.254.153 1.82-1.05v-.305l7.08-4.082v-.517l-7.071 4.09v-.186l-1.118-.643 8.19-4.726v-.457l-8.58 4.954-1.024-.593 2.532-1.473v-.34l7.071-4.072v-.407l-7.071 4.082v-.254l-1.143-.66 8.214-4.743-.008-.203-.153-.085-8.375 4.827-1.084-.618 2.54-1.474v-.372l5.505-3.176-.271-.152-5.242 3.023v-.313L11.975 9.51l-1.178-.686 8.376-4.835-.229-.127-8.358 4.835-1.144-.66 1.855-1.076-.347-.203 6.512-3.76zM11.983 10.5l1.084.627-1.211.703-1.33.762-1.084-.618zm1.389.813 1.152.66-2.558 1.466-1.135-.652L12 12.11zm9.087 2.134L12 19.486v.195l-3.743 2.16.135.084L12 19.842v.195l10.459-6.03zm0 1.931L12 21.417v.246L9.968 22.84l.101.05L12 21.782v.237l10.459-6.03zm0 1.94L12 23.347v.296l-.313.187.059.025.254-.144V24l10.459-6.03Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/parrotsecurity.svg b/mkdocs-material/material/templates/.icons/simple/parrotsecurity.svg new file mode 100644 index 0000000..93ba8ab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/parrotsecurity.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0m6.267 2.784L13.03 5.54l8.05-.179-8.05 3.333-2.154 2.688 5.007 9.038-1.536-1.605 1.645 3.456-4.937-5.527-6.268-6.28L2.77 12.11l.7-3.442 4.018-.261.823-4.06Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/parsedotly.svg b/mkdocs-material/material/templates/.icons/simple/parsedotly.svg new file mode 100644 index 0000000..df149ce --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/parsedotly.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.01 0a.46.46 0 0 0-.29.1s-.724.561-1.193.967-.922.886-.922.886a.93.93 0 0 0-.271.615l.108 3.344c0 .2-.157.205-.226 0l-.868-2.106c-.06-.187-.21-.214-.334-.054a13 13 0 0 0-1.121 1.573 12.6 12.6 0 0 0-.777 1.717.76.76 0 0 0 .1.624l1.762 2.341c.124.16.093.363-.082.253l-1.844-.994c-.17-.11-.312-.033-.307.163a6.9 6.9 0 0 0 .307 1.898 7.6 7.6 0 0 0 2.034 2.91 14.3 14.3 0 0 1 2.83 4.159 3.54 3.54 0 0 1 2.16 0 14.5 14.5 0 0 1 2.811-4.15 7.7 7.7 0 0 0 1.926-2.63c.252-.7.39-1.435.415-2.178v-.01c0-.195-.132-.271-.307-.162l-1.835.994c-.17.11-.215-.093-.09-.253l1.762-2.332a.7.7 0 0 0 .127-.298.8.8 0 0 0-.018-.335q-.345-.938-.823-1.817a13 13 0 0 0-1.075-1.482c-.125-.155-.27-.124-.335.063l-.859 2.124c-.064.187-.23.183-.226 0l.1-3.335a.94.94 0 0 0-.253-.642s-.513-.512-.922-.886A25 25 0 0 0 12.299.1a.46.46 0 0 0-.29-.1zM4.108 14.77c-.129 0-.173.081-.1.182l.778 1.41c.073.105.002.2-.109.117L2.98 15.114a1.4 1.4 0 0 0-.524-.208 1.4 1.4 0 0 0-.56.028c-.378.059-.923.171-.923.171a.24.24 0 0 0-.144.09.26.26 0 0 0-.055.172s.045.549.09.913a1.34 1.34 0 0 0 .462.977l1.771 1.256c.11.073.03.181-.09.136l-1.582-.353c-.12-.045-.181-.001-.144.136 0 0 .258.714.488 1.184q.291.552.66 1.058a.5.5 0 0 0 .162.126.5.5 0 0 0 .2.063l1.906.046c.125 0 .152.144.037.18l-1.22.452c-.12.037-.13.13-.028.208.357.253.75.465 1.157.624.72.231 1.484.289 2.233.18a9 9 0 0 0 1.636-.379 4 4 0 0 1-.036-.46 3.5 3.5 0 0 1 .307-1.42c.2-.446.494-.838.859-1.166h-.018a.6.6 0 0 0-.027-.19 4.9 4.9 0 0 0-.796-2.07 5.3 5.3 0 0 0-.913-.913c-.1-.077-.194-.042-.199.081l-.09 1.284c0 .123-.144.128-.18 0l-.57-1.799a.5.5 0 0 0-.29-.29 9 9 0 0 0-1.166-.315c-.524-.092-1.283-.145-1.283-.145zm15.783.028s-.76.044-1.284.136a9 9 0 0 0-1.175.316.5.5 0 0 0-.172.117.5.5 0 0 0-.117.172l-.57 1.8c-.037.118-.176.113-.18 0l-.091-1.285c0-.123-.089-.158-.19-.08a5.3 5.3 0 0 0-.922.912 4.8 4.8 0 0 0-.795 2.052v.19a3.47 3.47 0 0 1 1.157 2.594 4 4 0 0 1-.027.452 9 9 0 0 0 1.636.389 5 5 0 0 0 2.233-.19c.407-.16.791-.362 1.148-.615.1-.077.092-.171-.028-.208l-1.22-.452c-.115-.036-.079-.176.045-.18l1.899-.046a.55.55 0 0 0 .37-.198c.227-.328.425-.667.606-1.022.235-.456.497-1.184.497-1.184.037-.119-.034-.181-.154-.136l-1.573.353c-.124.046-.196-.063-.09-.136l1.78-1.256a1.34 1.34 0 0 0 .461-.976c.047-.379.091-.913.091-.913l-.009-.018a.26.26 0 0 0-.054-.163.25.25 0 0 0-.145-.1s-.544-.108-.922-.162a1.4 1.4 0 0 0-.56-.027c-.186.03-.366.097-.524.198l-1.7 1.374c-.101.082-.182-.003-.108-.126l.777-1.41c.078-.1.039-.177-.09-.172m-7.883 4.646c-.455 0-.905.13-1.283.38a2.3 2.3 0 0 0-.85 1.021 2.27 2.27 0 0 0 .506 2.486 2.32 2.32 0 0 0 2.504.497 2.29 2.29 0 0 0 1.42-2.106c0-.604-.238-1.19-.67-1.618a2.3 2.3 0 0 0-1.627-.66"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/passport.svg b/mkdocs-material/material/templates/.icons/simple/passport.svg new file mode 100644 index 0000000..a329883 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/passport.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.875 0A9.6 9.6 0 0 0 2.4 9.475h4.8A4.81 4.81 0 0 1 11.875 4.8zm.25 0v4.8A4.81 4.81 0 0 1 16.8 9.475h4.8A9.6 9.6 0 0 0 12.125 0M2.4 9.725V24H12v-4.8H7.2V9.724zm9.6 9.474a9.6 9.6 0 0 0 9.6-9.474h-4.8A4.807 4.807 0 0 1 12 14.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pastebin.svg b/mkdocs-material/material/templates/.icons/simple/pastebin.svg new file mode 100644 index 0000000..4c5c9da --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pastebin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.02 0a2.1 2.1 0 0 0-.722.123L2.624 5.003A2.1 2.1 0 0 0 1.35 7.69l5.324 14.915a2.1 2.1 0 0 0 2.685 1.272l7.746-2.765c.792-.307 1.345-.534 1.464-.608.543-.314.962-.817 1.964-2.334.904-1.362 1.859-3.323 2.097-4.28.24-.97.239-1.48-.502-3.674l-3.146-8.82A2.1 2.1 0 0 0 17.02 0m-.083.414c.72-.031 1.4.403 1.657 1.12l3.68 10.357c.103.433-.281 1.147-.736 1.35-.2.1-.71.293-1.142.429-1.397.463-2.05.878-2.458 1.547-.363.591-.315 1.18.16 2.377.462 1.142.533 1.864.225 2.4-.113.188-.301.322-1.354.733l-.002-.005-7.746 2.765a1.68 1.68 0 0 1-2.157-1.022L1.74 7.55a1.68 1.68 0 0 1 1.022-2.157L16.437.513q.25-.09.5-.099M15.9 2.25l-1.203.885.187.519.523-.316.803 2.235-.696.249c.045.145.216.642.238.664l2.166-.78-.238-.662-.687.248zm-3.29 1.182-1.203.885.186.519.524-.316.803 2.235-.697.25c.046.144.216.64.238.663l2.167-.778-.238-.663-.687.247zM9.085 4.786c-.283 0-.56.076-.8.223-.732.448-.85 1.383-.332 2.558.337.776.873 1.218 1.462 1.215 1.345-.007 1.86-1.4 1.085-2.95-.307-.66-.837-1.036-1.415-1.046m-.191.672c.168-.01.357.085.539.279.145.155.347.51.437.787.35.998.164 1.688-.414 1.546C8.855 7.93 8.21 6 8.62 5.585a.4.4 0 0 1 .273-.127zm-3.765.75c-.283 0-.56.076-.8.223-.732.448-.85 1.382-.332 2.557.337.777.873 1.218 1.462 1.215 1.344-.007 1.86-1.398 1.085-2.95-.307-.66-.838-1.036-1.415-1.045m-.192.672c.168-.01.358.085.54.278.145.155.347.51.437.787.35.999.164 1.689-.415 1.547-.6-.141-1.243-2.072-.834-2.485a.4.4 0 0 1 .272-.127m13.362.655c-.283 0-.56.076-.8.223-.732.448-.85 1.382-.332 2.558.337.776.873 1.218 1.462 1.215 1.345-.007 1.86-1.4 1.085-2.95-.307-.66-.837-1.036-1.415-1.046m-.191.672c.168-.01.357.085.539.278.145.155.347.51.437.787.35.999.164 1.689-.414 1.547-.601-.141-1.244-2.072-.835-2.485a.4.4 0 0 1 .273-.127m-3.766.75a1.53 1.53 0 0 0-.8.222c-.73.448-.848 1.383-.331 2.558.337.776.873 1.218 1.462 1.215 1.344-.007 1.86-1.398 1.085-2.95-.307-.66-.838-1.036-1.416-1.045m-.19.67c.167-.008.357.086.539.28.145.155.347.51.437.787.35.998.164 1.688-.415 1.547-.6-.142-1.244-2.072-.835-2.485a.4.4 0 0 1 .273-.128zm-3.746.744a1.5 1.5 0 0 0-.8.223c-.732.448-.85 1.382-.332 2.557.337.777.873 1.218 1.462 1.215 1.345-.007 1.86-1.398 1.085-2.95-.307-.66-.838-1.036-1.415-1.045m-.192.672c.169-.01.358.085.54.278.145.155.347.51.437.787.35.999.164 1.689-.414 1.547-.601-.141-1.244-2.072-.835-2.485a.4.4 0 0 1 .272-.127m-3.515.616-1.203.884.187.52.524-.316.802 2.233-.696.25c.045.145.216.641.238.663l2.166-.778-.238-.663-.687.247zm15.664 1.33c.034 0 .049.047.064.135.023.11-.064.545-.195.957-.47 1.435-2.052 4.223-3.08 5.396l-.407.47.05-.667c.03-.567-.015-.812-.376-1.71-.496-1.263-.533-1.73-.158-2.31.34-.514 1.028-.907 2.448-1.37.72-.238 1.175-.463 1.385-.664.132-.145.207-.22.253-.235l.015-.003zm-6.43 1.476-1.202.885.187.52.523-.317.803 2.235-.696.25c.045.144.216.641.238.663l2.166-.779-.238-.662-.687.247zm-3.578 1.33c-.283 0-.56.077-.8.223-.731.448-.85 1.382-.332 2.558.337.776.873 1.218 1.462 1.215 1.345-.007 1.86-1.399 1.086-2.95-.307-.66-.838-1.036-1.416-1.046m-.191.672c.168-.009.358.085.54.28.144.153.346.51.437.786.35.998.164 1.688-.415 1.546-.6-.14-1.244-2.072-.835-2.485a.4.4 0 0 1 .273-.127m-3.515.616-1.204.885.187.52.524-.317.803 2.234-.697.25c.045.145.216.642.238.664l2.166-.779-.238-.663-.687.248z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/patreon.svg b/mkdocs-material/material/templates/.icons/simple/patreon.svg new file mode 100644 index 0000000..47f73fd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/patreon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.957 7.21c-.004-3.064-2.391-5.576-5.191-6.482-3.478-1.125-8.064-.962-11.384.604C2.357 3.231 1.093 7.391 1.046 11.54c-.039 3.411.302 12.396 5.369 12.46 3.765.047 4.326-4.804 6.068-7.141 1.24-1.662 2.836-2.132 4.801-2.618 3.376-.836 5.678-3.501 5.673-7.031"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/paychex.svg b/mkdocs-material/material/templates/.icons/simple/paychex.svg new file mode 100644 index 0000000..c93ad11 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/paychex.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.118 11.891-.868-1.766h1.263l.365.977.75-.977H24l-1.57 1.766.919 1.994h-1.303l-.414-1.046-.879 1.046h-1.42Zm-3.907-1.766h3.108l-.197.967h-1.954l-.099.464h1.816l-.188.898h-1.815l-.1.464h1.994l-.197.967h-3.158Zm-3.691 0h1.164l-.276 1.303h1.056l.276-1.303h1.165l-.79 3.76h-1.154l.305-1.49h-1.055l-.316 1.49H12.74zm-.671 2.329c-.07.385-.365 1.52-1.935 1.52-1.095 0-1.618-.71-1.618-1.717 0-1.214.76-2.23 2.043-2.23.839 0 1.589.364 1.608 1.49h-1.095c.01-.356-.158-.553-.513-.553-.642 0-.878.74-.878 1.273 0 .316.078.79.611.79.365 0 .573-.247.642-.583zm-5.754.05-.809-2.379h1.165l.355 1.401.918-1.401h1.362L8.25 12.493l-.286 1.392H6.809Zm-1.894-1.086.138 1.125h-.72Zm-2.477 2.467h1.184l.286-.533h1.224l.059.533h1.135l-.573-3.76H4.895Zm-.987-2.793h.395c.246 0 .503.05.503.336 0 .246-.158.424-.622.424H1.58ZM0 13.885h1.145l.237-1.135h.78c.986 0 1.627-.651 1.627-1.411 0-.83-.444-1.214-1.134-1.214H.789Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/payhip.svg b/mkdocs-material/material/templates/.icons/simple/payhip.svg new file mode 100644 index 0000000..2bce23b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/payhip.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.695 0A3.696 3.696 0 0 0 0 3.695v12.92A7.384 7.384 0 0 0 7.385 24h12.92A3.696 3.696 0 0 0 24 20.305V0zm11.653 5.604h.166a3.88 3.88 0 0 1 2.677 1.132 3.88 3.88 0 0 1 0 5.48l-.36.356c-1.826-1.825-3.648-3.656-5.476-5.482l.358-.354a3.88 3.88 0 0 1 2.635-1.132m-6.627.125a3.88 3.88 0 0 1 2.566 1c2.068 2.062 4.127 4.133 6.192 6.199l-5.481 5.482-6.19-6.203C3.549 9.7 5.346 5.702 8.722 5.729zm-1.744 1.71a.464.464 0 0 0-.465.465v1.817c0 .256.208.463.465.463h1.816a.464.464 0 0 0 .463-.463l.008-1.817A.464.464 0 0 0 8.8 7.44H6.977z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/payloadcms.svg b/mkdocs-material/material/templates/.icons/simple/payloadcms.svg new file mode 100644 index 0000000..4312bf6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/payloadcms.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.068 0 22.08 6.625v12.573L13.787 24V11.427L2.769 4.808zM1.92 18.302l8.31-4.812v9.812z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/payoneer.svg b/mkdocs-material/material/templates/.icons/simple/payoneer.svg new file mode 100644 index 0000000..e87d172 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/payoneer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.474 3.31c.234 1.802 1.035 5.642 1.398 7.263.095.459.201.853.298 1.013.501.865.907-.287.907-.287C5.644 6.616 3.17 3.597 2.38 2.787c-.139-.15-.384-.332-.608-.396-.32-.095-.374.086-.374.236.01.148.065.565.075.682zm21.835-1.463c.31.224 1.386 1.355 0 1.526-1.984.234-5.76.373-12.022 5.61C8.92 10.968 3.607 16.311.76 22.957a.18.18 0 0 1-.216.106c-.255-.074-.714-.352-.48-1.418.32-1.44 3.201-8.938 10.817-15.552 2.485-2.155 8.416-7.232 12.426-4.245z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/paypal.svg b/mkdocs-material/material/templates/.icons/simple/paypal.svg new file mode 100644 index 0000000..2e77643 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/paypal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.016 19.198h-4.2a.562.562 0 0 1-.555-.65L5.093.584A.69.69 0 0 1 5.776 0h7.222c3.417 0 5.904 2.488 5.846 5.5q-.008.376-.066.747A6.794 6.794 0 0 1 12.071 12H8.743a.69.69 0 0 0-.682.583l-.325 2.056-.013.083-.692 4.39zM19.79 6.142c-.01.087-.01.175-.023.261a7.76 7.76 0 0 1-7.695 6.598H9.007l-.283 1.795-.013.083-.692 4.39-.134.843-.014.088H6.86l-.497 3.15a.562.562 0 0 0 .555.65h3.612c.34 0 .63-.249.683-.585l.952-6.031a.69.69 0 0 1 .683-.584h2.126a6.79 6.79 0 0 0 6.707-5.752c.306-1.95-.466-3.744-1.89-4.906z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/paytm.svg b/mkdocs-material/material/templates/.icons/simple/paytm.svg new file mode 100644 index 0000000..7df0620 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/paytm.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.85 8.167-.04.004c-.68.19-.543 1.148-1.781 1.23h-.12a.2.2 0 0 0-.052.005h-.001a.24.24 0 0 0-.184.235v1.09c0 .134.106.241.237.241h.645v4.623c0 .132.104.238.233.238h1.058a.236.236 0 0 0 .233-.238v-4.623h.6c.13 0 .236-.107.236-.241v-1.09a.24.24 0 0 0-.236-.24h-.612V8.386a.22.22 0 0 0-.216-.22zm4.225 1.17c-.398 0-.762.15-1.042.395v-.124a.24.24 0 0 0-.234-.224h-1.07a.24.24 0 0 0-.236.242v5.92a.24.24 0 0 0 .236.242h1.07c.12 0 .217-.091.233-.209v-4.25a.393.393 0 0 1 .371-.408h.196a.4.4 0 0 1 .226.09.4.4 0 0 1 .145.319v4.074l.004.155a.24.24 0 0 0 .237.241h1.07a.24.24 0 0 0 .235-.23l-.001-4.246c0-.14.062-.266.174-.34a.4.4 0 0 1 .196-.068h.198c.23.02.37.2.37.408.005 1.396.004 2.8.004 4.224a.24.24 0 0 0 .237.241h1.07c.13 0 .236-.108.236-.241v-4.543c0-.31-.034-.442-.08-.577a1.6 1.6 0 0 0-1.51-1.09h-.015a1.58 1.58 0 0 0-1.152.5c-.291-.308-.7-.5-1.153-.5zM.232 9.4A.234.234 0 0 0 0 9.636v5.924c0 .132.096.238.216.241h1.09c.13 0 .237-.107.237-.24l.004-1.658H2.57c.857 0 1.453-.605 1.453-1.481v-1.538c0-.877-.596-1.484-1.453-1.484zm9.032 0a.24.24 0 0 0-.237.241v2.47c0 .94.657 1.608 1.579 1.608h.675s.016 0 .037.004a.253.253 0 0 1 .222.253c0 .13-.096.235-.219.251l-.018.004-.303.006H9.739a.24.24 0 0 0-.236.24v1.09a.24.24 0 0 0 .236.242h1.75c.92 0 1.577-.669 1.577-1.608v-4.56a.24.24 0 0 0-.236-.24h-1.07a.24.24 0 0 0-.236.24c-.005.787 0 1.525 0 2.255a.253.253 0 0 1-.25.25h-.449a.253.253 0 0 1-.25-.255c.005-.754-.005-1.5-.005-2.25a.24.24 0 0 0-.236-.24zm-4.004.006a.23.23 0 0 0-.238.226v1.023c0 .132.113.24.252.24h1.413c.112.017.2.1.213.23v.14c-.013.124-.1.214-.207.224h-.7c-.93 0-1.594.63-1.594 1.515v1.269c0 .88.57 1.506 1.495 1.506h1.94c.348 0 .63-.27.63-.6v-4.136c0-1.004-.508-1.637-1.72-1.637zm-3.713 1.572h.678c.139 0 .25.115.25.256v.836a.253.253 0 0 1-.25.256h-.1q-.289.002-.578 0zm4.67 1.977h.445c.139 0 .252.108.252.24v.932a.2.2 0 0 1-.014.076.25.25 0 0 1-.238.164h-.445a.247.247 0 0 1-.252-.24v-.933c0-.132.113-.239.252-.239"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pcgamingwiki.svg b/mkdocs-material/material/templates/.icons/simple/pcgamingwiki.svg new file mode 100644 index 0000000..e02e5a1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pcgamingwiki.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.726 0 3.453 3.461v17.425L12.792 24l7.754-1.034-.002-.598V1.183zm-.742.991-.02 21.948-7.988-2.527L3.95 3.964zm1.349.114 6.4.869v20.189l-6.404.796zm.33.366.007 21.139 5.748-.727V2.228zm-2.152.263L8.251 2.91v4.924l3.279-.422zm-3.61 1.353L4.264 4.274v4.023l3.66-.408zm2.11.015a.74.74 0 0 1 .51.22c.531.502.583 1.41.44 2.076-.128.596-.537 1.477-1.278 1.411-.132-.012-.395-.079-.469-.207L9.212 6.6l.078-.205c.285.122.546.211.839.04.283-.166.471-.503.578-.803.211-.588.211-1.382-.171-1.9-.465-.63-1.126-.3-1.442.288a3 3 0 0 0-.25.937 2 2 0 0 0 .017.441c.02.168.107.341.086.511q-.008.079-.095.095c-.345-.58-.157-1.508.102-2.081.185-.41.615-.824 1.057-.82zM6.427 4.105l-.394 1.098.397-.213-1.151 2.655-.002-.002.502-1.908-.324.155.446-1.634zm3.416.201a.3.3 0 0 1 .106.018c.424.162.294.884.11 1.167-.097.151-.262.157-.424.157v.003c-.066-.24.238-.404.306-.588.04-.108-.002-.199-.045-.29-.102-.053-.186-.022-.223.083a1.3 1.3 0 0 1-.26.457 1.08 1.08 0 0 1 .136-.846.38.38 0 0 1 .294-.16zm-.138.148c-.04 0-.073.052-.073.114s.033.114.073.114.072-.052.072-.114c0-.064-.033-.114-.072-.114m.282 0c-.04 0-.072.052-.072.114s.033.114.072.114c.04 0 .073-.052.073-.114 0-.064-.033-.114-.073-.114m-.46.264c-.04 0-.072.053-.072.115s.033.114.073.114.072-.053.072-.114c0-.064-.033-.115-.072-.115zm.573.06c-.04 0-.072.053-.072.115s.033.114.072.114c.04 0 .073-.053.073-.114 0-.064-.033-.115-.073-.115m-.396.339h.002q.014.021.004.041-.29.66-.583 1.324c-.018-.008-.029-.008-.035-.014a1.2 1.2 0 0 1-.161-.271c-.019-.038.002-.075.025-.106l.677-.904a.2.2 0 0 1 .07-.07zm.305.015c-.04 0-.072.053-.072.114 0 .064.033.115.072.115.041 0 .073-.053.073-.115s-.033-.114-.073-.114m-.18.223c-.04 0-.073.052-.073.114 0 .064.033.114.073.114s.072-.052.072-.114c0-.064-.033-.114-.072-.114m4.285.295 4.992.156.002.401-4.994-.06zm-2.64 2.3-3.225.4-.006 6.944 3.206.1zm-3.561.434-3.628.339.025 6.341 3.594.207zm8.936.54c.33.004.648.287.832.782l1.367.008.033 1.279-1.406.06c-.227 1.04-1.36.943-1.618.058l-1.908.064-.004-1.405 1.846-.068c.229-.542.548-.783.858-.778m.018.41a.64 1.072 0 0 0-.64 1.07.64 1.072 0 0 0 .64 1.073.64 1.072 0 0 0 .64-1.072.64 1.072 0 0 0-.64-1.072zm-11.359.332.368.319 1.617-.058.01.128-1.67.062-.41-.353zm-.246.215a.173.173 0 0 1 .015.346.17.17 0 0 1-.163-.101l-.467.02-.006-.128.467-.02a.18.18 0 0 1 .154-.117m4.985.265c.054.108-.002.307.111.333.153.036.174.075.211.218.017.064-.008.095.058.132.072.041.157.029.159.126.002.133-.056.114-.157.114-.037 0-.05.07-.052.097-.008.098.009.118.104.145.122.035.1.068.1.18 0 .056.011.025-.063.04-.118.022-.145.006-.139.14.009.161.277.03.2.26-.032.1-.195.023-.195.11 0 .11-.023.16.111.17.132.01.124.188.008.228-.07.025-.095-.002-.12.082-.024.085-.022.174-.053.26-.126.092-.24-.036-.24.173 0 .056-.012.097-.022.15-.019.104-.046.015-.12.038-.02-.025 0-.163 0-.196 0-.098-.033-.12-.145-.112-.006.12-.004.248-.1.335-.06-.04-.083-.1-.088-.168-.006-.134.004-.138-.134-.171a.9.9 0 0 0-.03.3c-.108.054-.125-.112-.125-.178 0-.056.023-.118-.047-.139-.07-.018-.095.017-.097.08-.004.127-.01.183-.11.253-.04-.111-.006-.304-.136-.34-.145-.036-.163-.142-.165-.28-.003-.151-.184-.007-.184-.17 0-.016-.013-.101 0-.114.06-.043.12.025.175.002.027-.074.037-.186-.043-.205-.083-.018-.161-.028-.143-.124.023-.118.002-.111.13-.12.098-.006.062-.107.065-.173-.129-.06-.182.016-.182-.154 0-.115-.009-.105.107-.105.1 0 .07-.035.07-.13 0-.106-.19-.013-.198-.158-.004-.062.02-.116.08-.138.106-.042.118-.048.123-.162.006-.165.115-.184.247-.25l-.002-.002c-.002-.106 0-.207.066-.294.124.004.102.2.104.296.212.105.1-.224.21-.317.157-.016-.012.331.143.327.101-.002.08-.05.078-.138-.002-.081.009-.162.079-.213.17.064.016.376.231.326 0-.132-.02-.293.12-.364m-2.987.13a.17.17 0 0 1 .178.168.17.17 0 0 1-.168.178.17.17 0 0 1-.16-.097l-.523.015a.171.171 0 0 1-.329-.067.17.17 0 0 1 .167-.178v-.002a.175.175 0 0 1 .168.116l.508-.014a.17.17 0 0 1 .159-.118zm-1.206.253 1.475 2.15-.11.068-1.448-2.092-1.322.081-.004-.124zm1.501.157-.008.186-.136.197a.17.17 0 0 1-.023.192v-.002a.173.173 0 0 1-.244.017.17.17 0 0 1-.016-.242.17.17 0 0 1 .186-.05zM6.858 11a.17.17 0 0 1 .144.073c.041.06.041.135.004.193l.527.786.002.203-.634-.917a.17.17 0 0 1-.18-.068l-.002.002a.173.173 0 0 1 .043-.24.17.17 0 0 1 .096-.032m-.856.071a.173.173 0 0 1 .014.346.17.17 0 0 1-.163-.102l-1.181.06-.006-.128 1.181-.06a.18.18 0 0 1 .155-.116m.361.683.393.49a.17.17 0 0 1 .085-.022c.095 0 .173.078.173.173a.175.175 0 0 1-.173.174.175.175 0 0 1-.174-.174q.001-.024.008-.05l-.361-.46-1.626.04-.004-.13zm-1.117.436h.002c.059.001.11.032.138.077l.992.027.39.474a.17.17 0 0 1 .085-.023c.095 0 .174.079.174.174a.175.175 0 0 1-.174.174.175.175 0 0 1-.174-.174.2.2 0 0 1 .009-.05l-.36-.445-.919-.027a.164.164 0 0 1-.159.124.166.166 0 0 1-.002-.33zm-.447.205c.06 0 .104.014.15.085.136.213.264.432.394.65q.097.161.196.32c.095.153.12.166.302.178.13.009.262.009.394.009.137 0 .133-.114.263-.102.111.106.111.242 0 .348-.124.008-.11-.12-.203-.12H5.9c-.197 0-.256.043-.358-.116l-.694-1.109h-.171V12.4c.048 0 .088-.004.123-.004zm1.5.34a.17.17 0 0 1 .178.167.17.17 0 0 1-.167.178.17.17 0 0 1-.161-.097l-.459.01a.172.172 0 0 1-.328-.066.17.17 0 0 1 .167-.178v-.002a.175.175 0 0 1 .167.116l.444-.01a.17.17 0 0 1 .16-.118zm.965.181a.171.171 0 1 1-.023.34l-.516.76-.136.001.543-.827a.172.172 0 0 1 .132-.274m-2.437.013a.166.166 0 0 1 0 .331.166.166 0 0 1 0-.331m.364.563c.045 0 .089.017.123.051a.17.17 0 0 1 0 .245.17.17 0 0 1-.244 0 .2.2 0 0 1-.03-.042l-.147-.006-.163.228-.095-.09.2-.266.192.006a.2.2 0 0 1 .043-.075.17.17 0 0 1 .121-.05zm2.157.136c.06.001.129.013.17.013.006.058.01.11-.03.161-.071.002-.14-.029-.21-.035l-.123.17c.024.053.103.003.117.074-.02.085-.184.01-.24.019-.028-.09.174-.317.226-.39a.2.2 0 0 1 .09-.012m8.472.317v7.742l-1.452.174-.004-7.838zM4.337 15.563l-.004 2.125 1.692.231.01-2.234zm1.948.128v4.864l2.927.882v-5.554zm3.313.224.013 5.745.2.062c.15-.515.42-.316.438.14l.386.115c.004-.543.473-.348.395.117l.357.133-.012-6.188-.263-.017c.058.571-.512.565-.421-.027l-.42-.027c.067.549-.508.534-.419-.035zm-4.614.235.276.607.17-.31.396.897-1.292-.2zm.71.013c.091 0 .163.072.163.163a.16.16 0 0 1-.163.164.16.16 0 0 1-.163-.164c0-.09.072-.163.163-.163m4.103.498 1.402.147v1.382l-1.402-.205zm-2.24.019c.178.012.347.048.484.178.308.294-.238.863.008 1.208.221-.213.217-.478.384-.703.166.213.31.641.283.912-.142.172-.256.27-.597.294.01.076-.037.149-.016.238.182.194.382.163.622.149.033.17-.139.695-.267.821-.26-.118-.394-.37-.539-.602a.6.6 0 0 0-.132.126c.035.267.372.606.328.842a.64.64 0 0 1-.365.07c-.128-.018-.18-.088-.21-.225-.069-.303.065-.677-.19-.894-.125.246-.09.518-.123.785-.2-.05-.345-.45-.384-.621.035-.205.142-.356.266-.515.058-.075.077-.15.04-.236-.015-.033-.013-.075-.042-.102-.18.031-.287.17-.41.29-.14-.145-.108-.69.003-.85a.6.6 0 0 1 .467.12c.11-.108.116-.213.019-.325-.075-.085-.304-.184-.345-.271-.033-.13.21-.57.357-.563.161.238.256.507.31.788.056.023.105.044.17.031.032-.32-.04-.626-.141-.926q.015-.017.02-.019m-3.23 1.305v2.12l1.708.417.019-2.284zm5.472.245 1.4.225v1.395l-1.4-.3zm-4.6.3.014 1.398-.337-.432-.301-.066v-.598l.283.041zm.398.095.013.002c.037.085.08.172.105.265.103.393.103.773-.118 1.144l-.002-.002c-.04-.077-.029-.135-.002-.203.064-.168.122-.34.11-.521a1.5 1.5 0 0 0-.096-.464 4 4 0 0 1-.068-.186c.015-.022.03-.037.058-.035m-.143.145c.02.001.028.014.034.027.043.088.074.177.093.275.02.113.01.225.018.337.006.072-.016.143-.027.211a.27.27 0 0 1-.134.197v.002h-.002l.002-.002c-.006-.067.019-.127.033-.187.02-.09.052-.182.064-.273.017-.116-.02-.227-.05-.34l-.045-.154c-.008-.033-.014-.064.004-.093zm-.123.162q.016 0 .033.005a.96.96 0 0 1 .074.424c-.002.056-.023.106-.035.158-.01.039-.037.062-.07.08-.027-.027-.019-.051-.013-.078.017-.077.033-.151.035-.23.005-.12-.033-.232-.06-.35h-.002a.1.1 0 0 1 .038-.009m4.468.835 1.396.318v1.383l-1.396-.385z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pdm.svg b/mkdocs-material/material/templates/.icons/simple/pdm.svg new file mode 100644 index 0000000..6b20fd4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pdm.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.44.418a3.12 3.12 0 0 1 3.12 0l7.69 4.44a3.12 3.12 0 0 1 1.56 2.702v8.88a3.12 3.12 0 0 1-1.56 2.702l-7.69 4.44a3.12 3.12 0 0 1-3.12 0l-7.69-4.44a3.12 3.12 0 0 1-1.56-2.702V7.56a3.12 3.12 0 0 1 1.56-2.702Zm3.87 3.315L12.311 2.58a.62.62 0 0 0-.624 0l-7.69 4.44a.62.62 0 0 0-.312.54v3.774l10.623-6.133Zm2.496 13.643 1.255.725 1.941-1.12a.62.62 0 0 0 .312-.541V7.56a.62.62 0 0 0-.312-.54l-3.196-1.845Zm-2.497-1.441V8.083l-6.8 3.926ZM3.686 14.217v2.223c0 .223.119.429.312.54l7.69 4.44a.62.62 0 0 0 .624 0l3.252-1.878-10.55-6.091Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pdq.svg b/mkdocs-material/material/templates/.icons/simple/pdq.svg new file mode 100644 index 0000000..91832e2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pdq.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.813 7.373a4.66 4.66 0 0 0-3.323 1.354 4.6 4.6 0 0 0-1.2 2.078 4.2 4.2 0 0 0-.696-1.59 3.7 3.7 0 0 0-1.084-1.027c-.323-.2-.731-.4-1.184-.5-.479-.104-.994-.14-1.625-.14H6.707v8.891h3.502a4.5 4.5 0 0 0 1.727-.322 3.7 3.7 0 0 0 1.324-.904c.376-.409.664-.89.847-1.414q.105-.287.172-.596a4.46 4.46 0 0 0 1.237 2.09c.442.415.96.742 1.525.965a5 5 0 0 0 1.89.353q1.271.002 2.42-.693.309.331.858.52c.397.13.813.192 1.23.187.188.004.374-.017.561-.025v-1.801c-.082-.001-.11.014-.188.013q-.628.001-.976-.316c.25-.365.447-.766.582-1.187.123-.412.185-.839.182-1.268a4.6 4.6 0 0 0-.368-1.838 4.5 4.5 0 0 0-1.017-1.482 4.9 4.9 0 0 0-3.402-1.348M0 7.549v8.89l2.18-.002v-2.785h.976q.95 0 1.551-.173c1.117-.318 1.588-1.234 1.738-1.612.17-.41.256-.85.254-1.293a3.3 3.3 0 0 0-.267-1.332 2.7 2.7 0 0 0-1.256-1.34c-.319-.156-.746-.279-1.31-.32a12 12 0 0 0-.95-.033Zm18.81 1.824c.346-.003.689.06 1.01.188a2.35 2.35 0 0 1 1.319 1.334c.127.322.19.665.187 1.011.003.227 0 .573-.308 1.32a20 20 0 0 1-.32-.372c-.24-.288-.534-.513-.91-.788-1.65-1.15-2.842-.697-3.37-.453q.175-1.04.816-1.64t1.577-.6Zm-16.63.174h.828q.803 0 1.158.248t.354.812q0 1.047-1.418 1.047H2.18zm6.8 0h.989q1.043 0 1.605.64.561.64.56 1.84.001 1.173-.554 1.793t-1.625.62H8.98Zm8.467 3.43c.348-.003.692.075 1.004.226q.365.158.668.412.34.305.615.668c-.453.328-.762.337-.949.332a2.2 2.2 0 0 1-1.27-.406 2.4 2.4 0 0 1-.869-1.086c.575-.197.792-.131.801-.146"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/peakdesign.svg b/mkdocs-material/material/templates/.icons/simple/peakdesign.svg new file mode 100644 index 0000000..3928324 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/peakdesign.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m24 10.523-9.446 6.493-4.74-3.271 4.723-3.255 3.738 2.57 3.705-2.537zm-6.743 3.255-2.72-1.886-2.704 1.853 2.737 1.869zm-7.794-.284-3.738-2.57-3.706 2.554H0l9.43-6.493 4.756 3.255zM6.726 10.24l2.737 1.869 2.704-1.869L9.43 8.37z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pearson.svg b/mkdocs-material/material/templates/.icons/simple/pearson.svg new file mode 100644 index 0000000..8663204 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pearson.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.22 1.546C12.596-1.648 5.258.088 2.096 6.928c-2.176 4.71-1.188 12.896 3.88 15.83 5.066 2.934 11.866.472 14.98-5.29 3.542-6.554 2.356-13.034-2.736-15.922m-6.244 18.526a1.2 1.2 0 0 1-.76.248 1.6 1.6 0 0 1-.4-.054 1.1 1.1 0 0 1-.528-.306.94.94 0 0 1-.21-.474 1.15 1.15 0 0 1 .208-.854c.2-.298.532-.48.89-.49a1 1 0 0 1 .186.018c.188.04.366.12.518.24.286.217.456.553.462.912a.94.94 0 0 1-.366.76m7.656-9.834c-.202 1.514-1.14 2.914-2.7 3.84-1.236.738-2.86 1.032-4.46 1.046-.012.248-.062 1.1-.088 1.236a.87.87 0 0 1-.196.42c-.172.218-.47.36-.766.44a2.5 2.5 0 0 1-.632.096.8.8 0 0 1-.568-.234.8.8 0 0 1-.204-.482l-.012-.17c-.034-.144-.22-7.496-.184-7.366.028-.88 1.48-1.034 2.27-.88.79.158.59 1.098.57 2.252 0 0-.04 1.52-.112 3.124a6.2 6.2 0 0 0 2.556-.684c1.512-.732 2.312-1.856 2.312-3.512s-1.648-3.51-4.688-3.51-4.346.75-5.818 1.94c-.332.27-.588.54-.83.72-.24.178-.882.204-1.054-.212-.208-.504.18-1.064.406-1.334.36-.426 1.24-1.284 2.218-1.78C8.772 4.616 10.14 4 12.048 3.954c1.724-.044 4.448.094 6.41 2.26l.014.014c1.02 1.066 1.34 2.684 1.16 4.01"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/peerlist.svg b/mkdocs-material/material/templates/.icons/simple/peerlist.svg new file mode 100644 index 0000000..b4788a7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/peerlist.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C2.667 0 0 2.667 0 12s2.673 12 12 12 12-2.667 12-12S21.327 0 12 0m8.892 20.894c-1.57 1.569-4.247 2.249-8.892 2.249s-7.322-.68-8.892-2.25C1.735 19.522 1.041 17.3.89 13.654A40 40 0 0 1 .857 12c0-1.162.043-2.201.13-3.13.177-1.859.537-3.278 1.106-4.366.284-.544.62-1.006 1.013-1.398s.854-.729 1.398-1.013C5.592 1.524 7.01 1.164 8.87.988 9.799.9 10.838.858 12 .858c4.645 0 7.322.68 8.892 2.248s2.25 4.246 2.25 8.894-.681 7.325-2.25 8.894M20.538 3.46C19.064 1.986 16.51 1.357 12 1.357c-4.513 0-7.067.629-8.54 2.103C1.986 4.933 1.357 7.487 1.357 12c0 4.511.63 7.065 2.105 8.54C4.936 22.014 7.49 22.643 12 22.643s7.064-.629 8.538-2.103 2.105-4.029 2.105-8.54-.63-7.065-2.105-8.54M14.25 16.49a6.1 6.1 0 0 1-2.442.59v2.706H10.45v.357H6.429V5.57h.357V4.214h5.676c3.565 0 6.467 2.81 6.467 6.262 0 2.852-1.981 5.26-4.68 6.013zm-1.788-8.728H10.45v5.428h2.011c1.532 0 2.802-1.2 2.802-2.714s-1.27-2.714-2.802-2.714zm.901 4.351c.117-.239.186-.502.186-.78 0-1.01-.855-1.857-1.945-1.857h-.296V8.62h1.154c1.09 0 1.945.847 1.945 1.857 0 .705-.422 1.323-1.044 1.637zm4.104 1.493q.064-.096.123-.194a5.7 5.7 0 0 0 .526-1.103 6 6 0 0 0 .11-.362q.032-.113.06-.227a6 6 0 0 0 .073-.41c.01-.068.025-.134.032-.203q.037-.31.038-.63c0-3.198-2.687-5.763-5.967-5.763H7.286v14.572h4.022v-3.048h1.154c1.43 0 2.747-.488 3.778-1.303a6 6 0 0 0 .46-.406q.05-.052.1-.105.16-.163.308-.337.064-.08.126-.162.123-.156.233-.319m-5.005 1.775H10.45v3.048H8.143V5.57h4.319c2.837 0 5.11 2.211 5.11 4.905s-2.273 4.905-5.11 4.905z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/peertube.svg b/mkdocs-material/material/templates/.icons/simple/peertube.svg new file mode 100644 index 0000000..7daba3e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/peertube.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pegasusairlines.svg b/mkdocs-material/material/templates/.icons/simple/pegasusairlines.svg new file mode 100644 index 0000000..82522af --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pegasusairlines.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10.511 12.101-.574 1.331H8.77l-.05-.09c-.32.134-.593.185-.966.185a1.076 1.076 0 0 1-1.072-1.18 2.626 2.626 0 0 1 2.601-2.324c.648 0 1.017.12 1.56.383l-.144.342c-.027.067-.105.114-.166.084-.064-.029-.05-.069-.08-.134-.05-.108-.116-.142-.158-.171a.8.8 0 0 0-.496-.138c-.34 0-.647.128-.882.337a2.88 2.88 0 0 0-.963 1.798.478.478 0 0 0 .468.549c.323 0 .5-.187.623-.463l.228-.533c.027-.068-.044-.126-.073-.13-.049-.02-.08-.058-.08-.106 0-.066.05-.12.142-.12h1.416c.084-.004.147.088.113.166-.016.04-.047.062-.103.069-.1.016-.14.058-.177.145m-3.97-.693a.15.15 0 0 0-.13.075c-.05.078-.096.086-.176.092h-.716L6 10.464h.85c.05-.003.075.054.072.082-.002.052.023.097.067.116.06.026.134-.012.166-.085l.203-.471h-2.7c-.093 0-.148.05-.148.116 0 .048.031.089.08.108.042.009.098.07.075.131l-1.287 2.985h2.965l.166-.381a.12.12 0 0 0-.108-.17.16.16 0 0 0-.131.076.23.23 0 0 1-.213.118h-1.19l.509-1.181h.785c.046.003.065.057.063.082-.002.052.011.097.056.116.06.026.135-.012.166-.085l.193-.443c.034-.072-.012-.171-.096-.169m-3.716.722h-.976l-.432 1.014c-.016.028.005.063.032.075.05.018.08.059.08.107 0 .066-.064.119-.143.119H0l1.298-3.018c.019-.044-.023-.087-.049-.095-.048-.019-.08-.06-.08-.107 0-.066.065-.12.144-.12.513 0 1.72 0 2.22.003a.6.6 0 0 1 .555.358q.079.195.08.417c0 .233-.073.45-.194.63-.26.385-.688.617-1.15.617m.017-1.613c-.062-.046-.205-.06-.27-.054l-.548 1.272h.214c.272-.003.49-.156.641-.4.199-.323.182-.69-.037-.818m18.67-.129c.055-.006.086-.028.102-.068.034-.078-.028-.17-.113-.166h-1.34l-1.165 2.704a.5.5 0 0 1-.458.3c-.04 0-.087-.013-.125-.022a.3.3 0 0 1-.221-.298c.006-.198.126-.482.189-.629l.725-1.673c.038-.087.077-.132.177-.148.055-.006.086-.028.102-.068.034-.078-.028-.17-.113-.166H17.81c-.079 0-.143.054-.143.12 0 .048.031.088.08.107.026.008.068.051.049.094l-.526 1.218c-.133.285-.209.607-.216.938 0 .324.186.604.456.742.284.137.6.214.935.214a2.39 2.39 0 0 0 2.227-1.518l.662-1.532c.037-.087.079-.133.179-.149m1.196-.359c-.862.06-1.399.686-1.348 1.409.018.257.112.492.255.685 0 0 .644.773.682.822.022.031.082.122.089.212.016.24-.104.438-.41.46-.357.024-.653-.129-.782-.359-.02-.056-.016-.127-.083-.146-.059-.02-.127.02-.152.091l-.144.414c.323.248.753.393 1.295.353.863-.06 1.4-.685 1.348-1.408-.017-.257-.191-.487-.335-.68-.104-.128-.41-.494-.52-.627-.08-.114-.159-.241-.172-.385-.018-.25.153-.465.46-.487.354-.025.6.123.731.35.02.057.016.128.083.146.06.021.127-.02.152-.09l.143-.407c-.323-.248-.75-.392-1.292-.353m-5.663.85c-.067-.018-.063-.088-.083-.145-.131-.228-.378-.375-.732-.35-.306.021-.477.237-.46.487.014.143.092.27.172.385.112.134.415.496.52.626.144.194.318.423.336.68.05.723-.486 1.348-1.348 1.409-.543.039-.973-.105-1.296-.354l.06-.173H12.82c-.08 0-.142-.052-.142-.118 0-.048.03-.089.08-.107.025-.009.065-.048.05-.092l-.23-.988h-1.049l-.607.983c-.022.045.024.086.048.094.05.019.08.059.08.107.001.066-.063.12-.142.12l-.622.001c-.085.005-.15-.088-.114-.166.02-.046.06-.063.116-.07a.2.2 0 0 0 .154-.096l1.9-3.005h1.164c.079 0 .143.054.143.12 0 .048-.031.088-.08.107-.021.01-.053.031-.052.075l.703 3.02.08-.225c.025-.071.092-.112.151-.091.043.015.07.055.072.105a.1.1 0 0 0 .012.04c.128.23.424.384.78.359.307-.022.428-.22.41-.46a.46.46 0 0 0-.088-.211c-.038-.05-.681-.822-.681-.822a1.3 1.3 0 0 1-.256-.686c-.05-.723.486-1.348 1.349-1.408.542-.04.968.104 1.291.352l-.143.407c-.024.07-.093.111-.151.09m-4.562.855-.192-.83-.513.83z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pelican.svg b/mkdocs-material/material/templates/.icons/simple/pelican.svg new file mode 100644 index 0000000..0896c2f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pelican.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.942 0c.342 1.055 1.876 2.186 2.906 2.624 1.313.558 2.598.685 3.75.812.895.096 1.702.201 2.344.5.162.072.329.148.469.25.459.336.946.987 1.281 1.437.719.958.586 1.745 1.438 2.217.089.05.168.083.281.125.271.102.667.228.844-.156a.8.8 0 0 0 .062-.187c-.071-.23-.32-.433-.469-.531a2.8 2.8 0 0 1-.562-.469c-.35-.358-.348-.95-.594-1.374.31-.131 1.94-.36 2.281-.313.732.033 1.31.079 1.75.531.173.137.25.257.407.375.01.01.02.024.031.031.693.504 1.339.67 1.906.844.15.045.3.105.438.156.213.076.406.16.594.281.222.147.609.542.625.875-.559-.179-.207.032-1.032-.032-.401-.045-.805-.064-1.218-.093a16 16 0 0 1-1.875-.219c-.1-.018-.215-.039-.313-.062-.076-.017-.146-.011-.219-.032v.063c-.016.63.422.958-.593 2.155-.01.013-.02.017-.032.031-.27.315-1.657.917-2.093 1.031-1.86.373-3.292-.828-5.532-.219-.788.293-1.357 1.576-1.719 2.53-.482 1.268-.876 2.796-1.312 4.311-.2.698-.418 1.402-.657 2.062-.575 1.584-1.31 2.943-2.406 3.717-.164.125-.787.41-.812.625.404.203 4.185.056 4.812 0 2.504-.219 3.647-1.774 4.47-3.905.565-1.462 1.064-3.986 2.03-5.31.013-.018.019-.015.032-.031.145-.197.327-.37.5-.5.045-.035.077-.065.125-.094.034-.022.156-.059.344-.093 1.735-.308 9.349-1.348 9.844-6.872.05-.559.015-1.16-.094-1.812a9 9 0 0 0-.219-1.03c-.246-.87-.798-1.615-1.531-2.219a6 6 0 0 0-.625-.468c-.846-.54-1.878-.921-2.97-1.156a11.5 11.5 0 0 0-2.25-.25C9.84.033 6.399.207.943 0m1.625 4.217c.023.038.039.057.062.094 1.6 2.527 3.61 2.503 5.438 2.717.666.078 1.317.185 1.906.469.262.123.512.265.75.468a2.3 2.3 0 0 0-.125-.375c-.444-1.076-1.648-1.666-2.687-1.967-1.394-.499-2.404-.019-5.344-1.406m1.406 3.186c.01.053.01.095.031.156.22.635 1.04 1.65 2.094 1.874.457.164.315.118 1.094.094 1.14-.058 1.692-.08 2.5.25-.02-.05-.042-.11-.062-.156-.623-1.446-1.37-1.2-3.75-1.375-1.02-.307-1.26-.341-1.907-.843"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/peloton.svg b/mkdocs-material/material/templates/.icons/simple/peloton.svg new file mode 100644 index 0000000..0756408 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/peloton.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17.728 5.764 1.731-3.006a1.84 1.84 0 0 0-.672-2.513 1.84 1.84 0 0 0-2.513.673l-1.74 3.007a8.46 8.46 0 0 0-9.86 3.847 8.46 8.46 0 0 0-.664 7.032l3.205-5.558a5.5 5.5 0 0 1 3.353-2.572 5.43 5.43 0 0 1 4.183.554c2.631 1.523 3.541 4.905 2.018 7.536a5.523 5.523 0 0 1-7.536 2.018l1.84-3.185a1.84 1.84 0 0 0 2.511-.672 1.84 1.84 0 0 0-.672-2.512 1.84 1.84 0 0 0-2.512.672L4.545 21.242a1.84 1.84 0 0 0 .672 2.512 1.84 1.84 0 0 0 2.512-.672l1.741-3.007a8.46 8.46 0 0 0 9.86-3.847c2.018-3.491 1.257-7.833-1.602-10.464"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/penny.svg b/mkdocs-material/material/templates/.icons/simple/penny.svg new file mode 100644 index 0000000..50d6891 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/penny.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.053 11.914h.368c.419 0 .675-.245.718-.556.043-.27-.154-.556-.547-.556H2.24zm18.611-.638.839-1.504h1.924l-2.908 4.399H18.56l.933-1.26-1.07-3.049-.727 4.309h-1.54l-.949-2.036-.342 2.036h-1.54l.745-4.4h1.582l.915 1.971.334-1.97h3.37zm-7.21-1.504-.744 4.399h-1.54l-.949-2.036-.342 2.036h-1.54l.745-4.4h1.582l.915 1.971.334-1.97zM3.036 9.707c1.07 0 1.788.547 1.797 1.438l.23-1.373h3.49l-.188 1.112H6.517l-.094.523h1.668l-.188 1.104H6.235l-.094.548h1.873l-.188 1.112H4.32l.402-2.38c-.273.77-1.009 1.227-1.967 1.227h-.88l-.198 1.153H0l.753-4.464zM24 13.345c0 .523-.445.948-.992.948s-.992-.425-.992-.948.445-.948.992-.948c.556.008.992.425.992.948"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/penpot.svg b/mkdocs-material/material/templates/.icons/simple/penpot.svg new file mode 100644 index 0000000..edac87a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/penpot.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.654 0 5.13 3.554v2.01L2.934 6.608l-.02-.009v13.109l8.563 4.045L12 24l.523-.247 8.563-4.045V6.6l-.017.008-2.196-1.045V3.555l-.077-.108L16.349.001l-2.524 3.554v.004L11.989.973l-1.823 2.566-.065-.091zm.447 2.065.976 1.374H6.232l.964-1.358zm8.694 0 .976 1.374h-2.845l.965-1.358zm-4.36.971.976 1.375h-2.845l.965-1.359zM5.962 4.132h1.35v4.544l-1.35-.638Zm2.042 0h1.343v5.506l-1.343-.635zm6.652 0h1.35V9l-1.35.637zm2.042 0h1.343v3.905l-1.343.634zm-6.402.972h1.35v5.62l-1.35-.638zm2.042 0h1.343v4.993l-1.343.634zm6.534 1.493 1.188.486-1.188.561zM5.13 6.6v1.047l-1.187-.561ZM3.96 8.251l7.517 3.55v10.795l-7.516-3.55zm16.08 0v10.794l-7.517 3.55V11.802z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/percy.svg b/mkdocs-material/material/templates/.icons/simple/percy.svg new file mode 100644 index 0000000..aa40caf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/percy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.235 2.4s.569 1.169.616 1.547c0 0-1.856-.646-4.458-.891 0 0 1.25.872 1.734 1.538 0 0-1.84-.093-4.586 0 0 0 1.561.634 2.252 1.215 0 0-3.26.331-5.103.862 0 0 2.076.73 2.652 1.276 0 0-2.648.754-5.316 2.294 0 0 1.482.26 2.642.766 0 0-1.478 1.033-3.668 3.852 0 0 1.62-.309 2.73-.222 0 0-1.407 1.644-2.141 4.158 0 0 .813-.518 1.602-.706 0 0 .084 2.998 1.724 3.478v-.002a.8.8 0 0 0 .225.034q.12 0 .248-.036c.52-.15.915-.663 1.37-1.256.15-.195.303-.395.466-.59q.302-.427.706-.762c.58-.478 1.38-.84 2.358-.695 1.1.093 1.78 1.189 2.327 2.07.283.458.659 1.27 1.289 1.27.696 0 .94-.834 1.25-1.862.292-.97.726-1.891 1.29-2.732 1.085-1.617 2.474-2.495 4.14-3.36 1.595-.83 3.102-1.614 3.858-2.803.379-.594.567-1.325.558-2.169a7 7 0 0 0-.31-1.909c-.139-.455-.505-.902-.939-.72a3.4 3.4 0 0 1-1.151.256c-.858-.805-3.379-2.4-5.038-3.303 0 0 .202.592.482 1.699 0 0-1.787-1.396-3.81-2.296zm0 2.7 3.81.945-1.233.255zM9.957 6.67l4.571.354-1.388.46Zm6.955 1.082-.678.514-2.383.134zm-5.784.514-1.088.73-3.018-.287Zm4.505 1.206-1.105.617-3.002-.176zm-8.282.77-.679 1.312-2.982 1.313zm4.135.533-.77 1.265-3.853.942zm-5.845 2.354-.118 1.313L3.6 16.2zm11.31 3.151c-1.093 1.127-2.002 2.806-2.232 4.121.39.58.746.867 1.08.873h.012q.52-.002.68-.693c.077-.343.094-.813.114-1.36.029-.844.067-1.894.346-2.94zm-7.904 2.512c-1.018.011-2.008.83-2.506 1.532v.001c.283.64.587.953.925.953a1 1 0 0 0 .082-.007c.46-.072.886-.963 1.242-1.825a20 20 0 0 0 .257-.654"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/perforce.svg b/mkdocs-material/material/templates/.icons/simple/perforce.svg new file mode 100644 index 0000000..69f41f8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/perforce.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.741 8.755c.164-.425.352-.834.573-1.219-.213-.196-.745-.613-.712-.646 2.774-3.322 6.391-4.32 9.59-3.74.655.09 1.31.246 1.956.483 4.583 1.702 6.898 6.75 5.18 11.284a9.3 9.3 0 0 1-.614 1.285c.254.22.81.63.778.663-3.077 3.641-7.177 4.484-10.589 3.47a11 11 0 0 1-.982-.295c-4.574-1.702-6.898-6.751-5.18-11.285M19.371.982c-.581.556-1.277 1.227-1.62 1.53a12 12 0 0 0-1.727-.802C10.819-.221 5.337 1.964 2.317 6.03.738 8.364-.195 11.236.034 14.19c0 0 .009 5.556 5.14 8.83.417-.574.948-1.31 1.3-1.785a12.4 12.4 0 0 0 1.817.86c5.892 2.184 12.422-.606 14.557-6.228 0 0 1.563-3.428 1.048-7.176 0 0-.401-5.057-4.525-7.708z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/perl.svg b/mkdocs-material/material/templates/.icons/simple/perl.svg new file mode 100644 index 0000000..7d6fa86 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/perl.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.638 0c-.148 0-.207.689-.252 2.925-.058 2.86-.07 2.949-.51 3.914-.36.793-1.623 2.676-2.037 3.04-.373.328-1.183 1.56-1.58 2.401-.71 1.504-.659 3.52-.04 5.047.518 1.194 1.262 2.156 2.46 3.182.94.805 1.23.919 1.375.544.049-.128-.162-.572-.483-1.018-.313-.436-.843-1.362-1.178-2.059-1.382-2.926-.7-5.357.902-8.045.89-1.393 1.403-2.642 1.579-3.852.22-1.515.043-6.079-.236-6.079m-.757 1.215c-.186 0-.228.26-.228 1.422 0 .782-.08 1.654-.177 1.938-.312.914-1.154 1.737-3.482 3.404-1.684 1.205-3.096 2.652-3.64 3.732-1.666 3.299-.195 7.311 3.42 9.333 1.613.902 2.966 1.253 2.966.768 0-.126-.054-.228-.121-.228s-.632-.332-1.254-.738c-2.69-1.755-3.947-3.927-3.747-6.482.15-1.91.873-3.08 3.796-6.135 2.522-2.636 2.69-2.97 2.693-5.304.001-1.42-.036-1.71-.226-1.71m1.508.632c-.103.017-.14.905-.142 2.903l-.004 2.926-.744 2.812c-.83 2.54-.954 5.133-.345 7.725.558 2.202.796 2.638 1.567 2.857.343.098.89.355 1.216.572.736.49 1.395.435 2.715-.232 1.92-.97 3.209-2.222 4.067-3.953.745-1.648.856-3.71.068-5.35-.7-1.414-1.882-2.554-4.358-4.197-2.162-1.436-2.617-1.82-3.15-2.652-.322-.503-.369-.724-.308-1.444.04-.468.126-.978.192-1.134.101-.239.069-.268-.202-.182-.26.082-.34.027-.42-.286-.061-.245-.112-.372-.152-.365m.714 4.586c.034-.007.135.113.252.306.144.237 1.022 1 1.952 1.697 2.888 2.189 5.27 4.378 4.087 8.2-.405 1.146-.99 2.07-1.963 3.098-.544.575-1.266 1.09-1.53 1.09-.047 0 .252-.43.664-.954 1.337-1.7 1.972-3.718 1.79-5.674-.168-1.796-1.557-3.975-3.753-5.89-.912-.796-1.518-1.536-1.512-1.846q0-.024.013-.027m-1.089 15.492c-.208-.006-.297.349-.297 1.121 0 .94.018.988.342.942.302-.042.347-.15.387-.899.032-.613-.019-.902-.183-1.039q-.145-.121-.249-.125m-1.052.28c-.124-.002-.226.14-.327.43-.085.245-.253.481-.373.527-.322.124-.264.55.075.55.162 0 .402-.109.534-.24.441-.442.579-.824.382-1.062q-.165-.202-.29-.205zm2.074.063c-.312 0-.28.61.053 1.034.309.392.908.567.908.264 0-.252-.775-1.298-.961-1.298"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/perplexity.svg b/mkdocs-material/material/templates/.icons/simple/perplexity.svg new file mode 100644 index 0000000..a2f56d0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/perplexity.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.398 7.09h-2.31V.068l-7.51 6.354V.158h-1.156v6.196L4.49 0v7.09H1.602v10.397H4.49V24l6.933-6.36v6.201h1.155v-6.047l6.932 6.181v-6.488h2.888zm-3.466-4.531v4.53h-5.355zm-13.286.067 4.869 4.464h-4.87zM2.758 16.332V8.245h7.847L4.49 14.36v1.972zm2.888 5.04v-6.534l5.776-5.776v7.011zm12.708.025-5.776-5.15V9.061l5.776 5.776zm2.889-5.065H19.51V14.36l-6.115-6.115h7.848z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/persistent.svg b/mkdocs-material/material/templates/.icons/simple/persistent.svg new file mode 100644 index 0000000..f55b051 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/persistent.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.92 3.984a5.9 5.9 0 0 0-1.2-2.09A5.8 5.8 0 0 0 19.814.49a5.5 5.5 0 0 0-4.542 0c-1.425.642-2.55 1.912-3.062 3.413a6 6 0 0 0-.268 1.158 7.6 7.6 0 0 0-.047 1.167l.02 2.247.034 4.496.011 2.248c.002.375-.002.75.004 1.124.002.186.008.378.007.56.002.18-.01.36-.014.541a8 8 0 0 1-.138 1.082q-.113.542-.34 1.044a5.6 5.6 0 0 1-1.263 1.792c-1.076.998-2.549 1.543-3.992 1.416a5.1 5.1 0 0 1-2.073-.605 5.25 5.25 0 0 1-1.654-1.427 6 6 0 0 1-.594-.936 5.4 5.4 0 0 1-.412-1.034 5.2 5.2 0 0 1-.167-2.195c.053-.362.137-.72.248-1.063q.173-.51.428-.982.246-.458.574-.86a4.3 4.3 0 0 1 .7-.71c1.007-.846 2.343-1.21 3.707-1.214 1.412.002 2.825.024 4.238.015l-.01-1.535c-1.408.03-2.815.128-4.22.235a7.2 7.2 0 0 0-2.287.569 6.4 6.4 0 0 0-1.04.57 6 6 0 0 0-1.66 1.646 6 6 0 0 0-.57 1.025 7.3 7.3 0 0 0-.62 2.267 7.6 7.6 0 0 0 .152 2.412c.187.805.518 1.57.976 2.258a6.4 6.4 0 0 0 1.79 1.788 6.1 6.1 0 0 0 2.412.92c.108.02.215.03.322.041.106.012.213.024.326.027q.168.011.335.01a5.8 5.8 0 0 0 1.658-.24 6.8 6.8 0 0 0 1.253-.504c.402-.21.78-.47 1.135-.76a7.05 7.05 0 0 0 1.864-2.492q.074-.161.136-.327a5.5 5.5 0 0 0 .219-.67 9.4 9.4 0 0 0 .25-1.384c.017-.233.04-.465.047-.697l.01-.302.015-.28.053-1.125.049-2.248.095-4.495.046-2.248.004-.282.002-.067.002-.047.005-.094a4 4 0 0 1 .223-1.087 3.9 3.9 0 0 1 .754-1.252 3.5 3.5 0 0 1 1.164-.856 3.4 3.4 0 0 1 1.402-.298c.487-.009.97.087 1.416.282.457.2.867.491 1.205.858.34.372.614.812.79 1.296.178.492.257 1.016.23 1.539a4 4 0 0 1-.378 1.529 3.77 3.77 0 0 1-2.35 2.016 4 4 0 0 1-.783.149l-.1.006c-.036.003-.06.006-.11.007l-.271.007-.543.015-2.02.056-.037 1.766 2.057.028.543.007.27.004.29-.003a5.6 5.6 0 0 0 3.29-1.204 5.8 5.8 0 0 0 1.523-1.861 6.2 6.2 0 0 0 .384-4.757"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/personio.svg b/mkdocs-material/material/templates/.icons/simple/personio.svg new file mode 100644 index 0000000..36cb9a7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/personio.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.603 24H2.47v-1.563h19.133Zm-6.167-4.044c.557.145 1.137-.244 1.303-.867.166-.624-.157-1.25-.713-1.39-.556-.142-1.137.24-1.304.865-.167.624.156 1.25.714 1.39zM22.37.676c-1.737-1.347-5.387-.43-8.145.576A41.707 41.705 0 0 0 5.64 5.625C3.624 6.985 1.135 8.987.748 10.814a1.43 1.43 0 0 0 .28 1.263c.505.59 1.354.576 1.516.568a.781.781 0 0 0 .51-1.368.78.78 0 0 0-.58-.193 1 1 0 0 1-.181-.016c.58-2.136 6.69-6.232 12.47-8.342 3.858-1.408 5.964-1.342 6.649-.81.284.22.433.487.23 1.062-.545 1.535-3.2 3.96-7.108 6.48-.725.467-1.434.898-2.11 1.29.544-1.92 1.1-3.88 1.582-5.561a.782.782 0 0 0-1.504-.43 2070.72 2070.634 0 0 0-2.002 7.05c-1.564.811-2.754 1.3-3.22 1.366a.783.783 0 0 0-1.025 1.095c.134.226.4.476.929.476q.133 0 .264-.02c.54-.073 1.417-.395 2.485-.884-.758 2.702-1.373 4.975-1.407 5.282a.78.78 0 0 0 .69.858 1 1 0 0 0 .087 0 .783.783 0 0 0 .775-.685c.062-.38.822-3.133 1.746-6.42a58.241 58.239 0 0 0 4.01-2.401c5.435-3.587 7.007-5.917 7.362-7.241.277-1.02-.017-1.93-.825-2.557z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/petsathome.svg b/mkdocs-material/material/templates/.icons/simple/petsathome.svg new file mode 100644 index 0000000..5a3fa37 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/petsathome.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.627 17.554c0-.7.399-1.209 1.19-1.209s1.138.574 1.138 1.203v.065c0 .068-.038.107-.107.107h-1.507c0 .282.227.57.72.57.204 0 .356-.052.551-.12.11-.039.198-.016.198.104 0 .23-.341.535-.928.535-.797 0-1.255-.493-1.255-1.255M7.778 16.066v.321h.383c.068 0 .107.039.107.107v.337c0 .068-.039.107-.107.107h-.383v1.025c0 .249.094.36.237.36a.5.5 0 0 0 .175-.043c.101-.042.159.01.159.104 0 .237-.269.425-.597.425-.505 0-.687-.318-.687-.756v-1.776q.002-.063.062-.091l.502-.211c.088-.039.149-.003.149.091m4.43 1.511c0-.756.46-1.232 1.189-1.232s1.19.476 1.19 1.232c0 .755-.46 1.232-1.19 1.232-.729 0-1.189-.477-1.189-1.232m-7.925 0c0-.756.409-1.232 1.031-1.232a.65.65 0 0 1 .613.389v-.24c0-.068.039-.107.107-.107h.499c.068 0 .107.039.107.107v2.163c0 .068-.039.107-.107.107h-.499c-.068 0-.107-.039-.107-.107v-.237a.65.65 0 0 1-.613.389c-.622 0-1.031-.477-1.031-1.232m12.574 1.19h-.499c-.068 0-.107-.039-.107-.107v-1.453c0-.243-.072-.288-.201-.288a.52.52 0 0 0-.383.172v1.566c0 .068-.039.107-.107.107h-.499c-.068 0-.107-.039-.107-.107v-1.998q.001-.062.061-.091l.503-.21c.091-.039.149-.004.149.091v.343c.13-.318.36-.45.678-.45.282 0 .489.132.587.428a.645.645 0 0 1 .638-.428c.38 0 .688.207.688.732v1.579c0 .068-.039.107-.107.107h-.5c-.068 0-.107-.039-.107-.107v-1.452c0-.243-.071-.289-.201-.289a.52.52 0 0 0-.382.172v1.566c.003.078-.036.117-.104.117m-6.922 0h-.532c-.068 0-.107-.039-.107-.107v-2.792c0-.068.039-.107.107-.107h.532c.068 0 .107.039.107.107v1.038h1.047v-1.038c0-.068.039-.107.107-.107h.532c.068 0 .107.039.107.107v2.792c0 .068-.039.107-.107.107h-.532c-.068 0-.107-.039-.107-.107v-1.184h-1.047v1.184c0 .068-.039.107-.107.107m3.459-.49c.302 0 .461-.236.461-.7s-.159-.7-.461-.7c-.301 0-.46.236-.46.7s.162.7.46.7m-7.921 0c.302 0 .461-.236.461-.7s-.159-.7-.461-.7c-.301 0-.46.236-.46.7s.159.7.46.7m14.805-.995c-.029-.289-.195-.448-.461-.448s-.428.159-.46.448zm1.734-6.598-.661-.159c-.726-.172-.992-.363-.992-.714 0-.353.353-.586.895-.586.619 0 1.076.214 1.835.726.084.052.159.097.214.097.107 0 .181-.042.201-.201a4 4 0 0 0 .032-.545c0-.321-.009-.535-.032-.651-.033-.182-.097-.276-.214-.354-.629-.395-1.333-.564-2.111-.564-1.751 0-2.892.853-2.892 2.166 0 .982.713 1.718 1.952 2.026l.694.172c.885.214.992.415.992.727 0 .363-.308.609-.82.609-.811 0-1.408-.298-2.069-.96-.097-.097-.159-.158-.276-.158a.28.28 0 0 0-.256.149c-.405.671-.713.917-1.141.917-.457 0-.778-.321-.778-.908V9.39h1.005c.133 0 .243-.11.243-.243V8.08a.245.245 0 0 0-.243-.243h-1.005V6.579c0-.276-.182-.383-.457-.266l-1.537.642a.29.29 0 0 0-.182.275v2.983c0 1.868-1.248 3.136-2.837 3.136-.833 0-1.589-.321-1.868-1.132.192.075.513.107.97.107 1.835 0 3.113-1.002 3.113-2.454 0-1.291-1.067-2.143-2.656-2.143-.59 0-1.157.113-1.647.321C9.092 6.323 7.415 5.191 5.1 5.191c-1.057 0-2.017.13-2.902.396-.246.074-.395.233-.395.479v4.212a2.96 2.96 0 0 1-1.281-.969C.447 9.212.392 9.15.276 9.15c-.172 0-.276.13-.276.298 0 .727.853 1.686 1.803 2.156v2.902c0 .133.11.244.243.244h1.903a.245.245 0 0 0 .243-.244v-2.198c.14.01.276.023.428.023 1.258 0 2.205-.198 2.896-.646.139 1.904 1.563 3.233 3.735 3.233 1.119 0 2.442-.395 3.178-1.397.353.852 1.183 1.397 2.198 1.397s1.621-.256 2.133-.843c.662.555 1.398.843 2.38.843 1.751 0 2.86-.875 2.86-2.25-.003-.983-.538-1.631-1.988-1.984M10.93 9.105c.512 0 .788.308.788.736 0 .713-.639 1.193-1.589 1.193-.331 0-.522-.023-.652-.075.004-1.105.568-1.854 1.453-1.854m-6.734 1.514V7.325c0-.202.084-.321.275-.351.289-.052.48-.052.639-.052 1.29 0 2.059.681 2.059 1.813.003 1.193-.914 1.855-2.973 1.884"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/peugeot.svg b/mkdocs-material/material/templates/.icons/simple/peugeot.svg new file mode 100644 index 0000000..94cd93d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/peugeot.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0c3.5 0 7.13.299 10.817.935.055 1.478.118 3.762.013 5.7-.235 4.322-1.186 7.676-2.994 10.557C18.033 20.064 15.241 22.533 12 24c-3.242-1.467-6.033-3.936-7.836-6.808-1.808-2.88-2.759-6.235-2.994-10.557-.105-1.938-.042-4.222.013-5.7A63.7 63.7 0 0 1 12 0m0 .416C8.55.416 5.05.71 1.586 1.29c-.076 2.192-.076 3.936 0 5.324.23 4.248 1.162 7.54 2.93 10.357 1.77 2.818 4.422 5.146 7.484 6.572 3.062-1.426 5.715-3.754 7.484-6.572s2.7-6.11 2.93-10.357c.076-1.388.076-3.132 0-5.324A63.3 63.3 0 0 0 12 .416m-.03 12.62.089.522a.27.27 0 0 1-.003.15c-.048.169-.363 1.59-.538 2.625-.083.477-.154.95-.195 1.355a.95.95 0 0 0 .045.489c.172.577.808 2.083.93 2.358a.3.3 0 0 1 .026.095l.046.355c-.204-.308-1.312-2.345-1.747-3.474-.051-.133-.06-.198-.004-.443.302-1.296 1.121-3.499 1.351-4.032m-1.615-3.132c.03.092.29.98.31 1.192a.4.4 0 0 1-.028.262c-.228.606-.916 2.113-1.181 2.616-.06.11-.115.183-.226.296-.253.258-.739.746-1.039 1.019a.47.47 0 0 0-.16.312 8 8 0 0 0-.082.74c-.008.16.017.235.107.394.529.945 2.296 3.12 2.8 3.576a1 1 0 0 0 .14.106c.074.05.315.206.315.206a.1.1 0 0 1 .024.026l.088.154a38 38 0 0 1-.775-.393 1 1 0 0 1-.125-.084c-.59-.49-2.396-2.607-2.927-3.49-.133-.221-.146-.292-.129-.501.034-.389.085-.878.13-1.092a.6.6 0 0 1 .155-.32c.754-.864 2.206-2.773 2.63-3.59a.37.37 0 0 0 .052-.212c.002-.253-.078-.745-.1-.87a.2.2 0 0 1-.002-.059zm4.93-.474c.082.037.214.08.274.15.937.978 1.686 1.993 1.836 2.26a.4.4 0 0 1 .055.162c.169 1.427.024 2.938-.32 4.253a.4.4 0 0 1-.18.265c-.76.572-2.569 2.072-3.176 2.63a1 1 0 0 0-.171.209c-.153.25-.342.601-.462.825-.124-.27-.393-.928-.485-1.193-.03-.087-.036-.133-.004-.249.15-.55.862-2.153 1-2.443-.001.037.007.134-.007.17-.063.189-.445 1.452-.523 2a.8.8 0 0 0 0 .274c.034.255.187.724.187.724.017-.041.189-.383.309-.477.709-.698 2.197-1.973 3.05-2.664.096-.077.131-.13.153-.277.105-.725.136-2.027.072-2.975a1 1 0 0 0-.17-.5c-.232-.342-.508-.665-.927-1.08a.4.4 0 0 1-.115-.22 65 65 0 0 0-.395-1.844m-7.92 1.509a.33.33 0 0 1 .18-.007c.267.064.832.203 1.26.312.06.016.134.072.166.125l.093.155a.18.18 0 0 1 .006.177 22 22 0 0 1-.306.565l-.088.158c-.163.29-.326.57-.418.717-.06.097-.094.14-.202.178-.42.148-.943.325-1.253.425-.063.021-.085.06-.072.13.022.128.093.564.12.69.01.047.048.085.118.071.183-.034.671-.154.671-.154l-.23.212a.2.2 0 0 1-.054.032 9 9 0 0 1-.56.158c-.078.017-.128-.014-.149-.103 0 0-.138-.59-.188-.791l-.026-.087a7 7 0 0 0-.178-.464.1.1 0 0 1-.009-.044c.002-.137.027-.442.027-.442s.299.28.444.382c.032.023.052.028.092.017.198-.05.655-.202.906-.296a.35.35 0 0 0 .146-.105c.26-.313.585-.8.773-1.169a.22.22 0 0 0 .014-.163l-.04-.133a.17.17 0 0 0-.091-.098 34 34 0 0 0-1.2-.433zm8.742-3.798a.4.4 0 0 1 .3.007c.74.311 1.986 1.044 2.679 1.56.067.05.093.084.11.164.163.74.225 1.885.123 2.848a.5.5 0 0 1-.057.185c-.44.898-.933 1.743-1.453 2.395.008-.08.045-.461.047-.683a.08.08 0 0 1 .03-.06 9 9 0 0 0 .305-.247.4.4 0 0 0 .075-.086c.212-.343.59-1.06.743-1.491a.8.8 0 0 0 .043-.328c-.049-.602-.143-1.434-.284-1.978a.33.33 0 0 0-.17-.215 12 12 0 0 0-.9-.388.8.8 0 0 1-.207-.123 33 33 0 0 0-1.255-1.004.43.43 0 0 0-.352-.075 22 22 0 0 0-.752.186.3.3 0 0 1-.149.01c-.1-.011-.3-.027-.382-.033a21 21 0 0 1 1.506-.644m-7.833 4.86a8 8 0 0 1-.569.823.2.2 0 0 1-.083.06 14 14 0 0 1-.707.237zm-2.427-.398-.108.748-.369-.432c.068-.146.264-.283.477-.316m-.686-1.699-.133.084c-.034.021-.043.03-.057.06a3 3 0 0 1-.085.161.2.2 0 0 1-.047.05 17 17 0 0 1-.477.354q-.015.008-.028-.004a2 2 0 0 1-.098-.114.1.1 0 0 1-.015-.049 2 2 0 0 1 .006-.133c.004-.051.018-.075.08-.14q.105-.108.225-.225c.194-.164.686-.563 1.564-1.19a.2.2 0 0 0 .044-.043c.092-.124.354-.464.418-.545a.2.2 0 0 1 .031-.03 3 3 0 0 1 .26-.184c.244-.154.718-.436.983-.59l-.1.124-.018.016a42 42 0 0 0-.562.432.11.11 0 0 0-.047.078 7 7 0 0 0-.071.5c-.003.04-.02.058-.06.075-.173.07-.378.144-.544.21a.2.2 0 0 0-.066.036c-.017.013-.237.21-.237.21s.479-.118.655-.158a.12.12 0 0 1 .098.011c.037.017.097.041.129.053a.2.2 0 0 0 .129.005c.198-.044.53-.123.708-.17a.6.6 0 0 0 .22-.103c.085-.059.3-.22.3-.22l-.007.044a.06.06 0 0 1-.016.032 4 4 0 0 1-.158.178.6.6 0 0 1-.249.168c-.503.21-1.363.536-2.009.76a.2.2 0 0 0-.092.058l-.08.085s.527.039.688.057a.22.22 0 0 1 .129.057c.132.114.569.565.7.72 0 0-1.243.208-1.819.35a.16.16 0 0 0-.122.12c-.048.168-.16.707-.16.707s-.04-.013-.096-.045a.4.4 0 0 1-.1-.085 6 6 0 0 1-.468-.58c-.031-.047-.044-.107-.005-.155.117-.144.351-.406.48-.541a.3.3 0 0 0 .05-.077c.05-.103.104-.317.129-.413m8.021-2.816a.2.2 0 0 1 .109.015l.256.122a.1.1 0 0 1 .05.063c.035.147.078.341.106.507a.3.3 0 0 1-.036.2 14 14 0 0 1-.446.694.18.18 0 0 0-.022.136c.056.306.286 1.374.286 1.374l-.145-.132a.2.2 0 0 1-.06-.092 37 37 0 0 1-.385-1.24.16.16 0 0 1 .03-.145c.151-.184.372-.478.5-.664.036-.053.048-.11.027-.154a5 5 0 0 0-.127-.237.1.1 0 0 0-.06-.049l-.174-.055a.14.14 0 0 0-.093.001c-.379.138-.889.336-1.2.466-.047.019-.065.02-.12.012-.09-.013-.354-.06-.483-.085a.034.034 0 0 1-.023-.05l.153-.266a.15.15 0 0 1 .096-.07 39 39 0 0 1 1.761-.351M7.737 8.306a.054.054 0 0 1 .055.033.28.28 0 0 1-.008.221.12.12 0 0 1-.076.062l-.246.054a.023.023 0 0 1-.027-.023l.023-.29a.04.04 0 0 1 .036-.036zm2.794-1.854a.037.037 0 0 1 .032.055L9.964 7.54a.26.26 0 0 1-.155.126l-1.122.352a1.7 1.7 0 0 1-.377.07c-.249.02-.988.043-.988.043l.016-.035a.07.07 0 0 1 .038-.037l.35-.149a.2.2 0 0 0 .067-.05l.54-.666a.4.4 0 0 1 .107-.09c.357-.189.992-.471 1.437-.62a.5.5 0 0 1 .142-.024zm-.6-1.198a29 29 0 0 1 4.517-.017.8.8 0 0 1 .263.064c.525.22 1.456.704 2.491 1.296a1 1 0 0 1 .128.092c.274.242.969.954.969.954l-.217-.043a.2.2 0 0 1-.084-.035 17 17 0 0 0-1.615-.95.6.6 0 0 0-.203-.06 15 15 0 0 0-.844-.061.65.65 0 0 1-.303-.08 14 14 0 0 0-.985-.44.6.6 0 0 0-.273-.05c-.441.006-1.446.038-1.959.07a.3.3 0 0 1-.052-.003l-.244-.038c.693-.12 2.407-.273 3.117-.31l-.289-.096a.6.6 0 0 0-.173-.03c-.97-.022-2.303-.018-3.432.067a.6.6 0 0 0-.202.05c-.323.142-1.11.57-1.9 1.008l-.772.433.117-.152a.14.14 0 0 1 .045-.04c.102-.068.41-.268.534-.359.238-.179.613-.495.837-.691a.7.7 0 0 0 .128-.153c.073-.117.152-.244.2-.315a.27.27 0 0 1 .2-.111m-5.276-2.85c.306-.032.477.088.477.398v.171c0 .317-.171.446-.477.477a71 71 0 0 0-1.269.144v.47q-.133.014-.266.032V2.581a71 71 0 0 1 1.535-.177m14.203-.05a71 71 0 0 1 2.022.227v.245a69 69 0 0 0-.874-.105v1.27l-.266-.03v-1.27a68 68 0 0 0-.882-.092zM7.65 2.157V2.4a72 72 0 0 0-1.664.122v.373a69 69 0 0 1 1.48-.11v.244a71 71 0 0 0-1.48.11v.41a70 70 0 0 1 1.664-.122v.244a71 71 0 0 0-1.924.145V2.3a71 71 0 0 1 1.924-.145m8.633.415c0-.34.168-.41.548-.384q.499.035.998.075c.33.028.547.12.547.467v.676c0 .34-.188.402-.547.372a73 73 0 0 0-.998-.075c-.363-.025-.548-.095-.548-.455zm-2.581-.529q.964.024 1.927.073v.244a71 71 0 0 0-1.666-.066v.373q.741.021 1.482.057v.244a70 70 0 0 0-1.482-.056v.409a69 69 0 0 1 1.666.066v.244a71 71 0 0 0-1.927-.073zm-3.344-.001v1.096c0 .347-.182.423-.549.434a68 68 0 0 0-.957.036c-.34.015-.548-.05-.548-.393V2.12l.26-.014v1.142c0 .07.06.126.14.123a70 70 0 0 1 1.254-.048.13.13 0 0 0 .132-.132V2.048zm6.324.38a.125.125 0 0 0-.138.13V3.3c0 .07.06.142.138.148q.648.042 1.296.097a.134.134 0 0 0 .138-.126v-.75c0-.079-.07-.144-.138-.15a70 70 0 0 0-1.296-.098m-5.172-.397q.72-.005 1.437.004v.244a72 72 0 0 0-1.536-.004c-.07.001-.139.061-.139.13v.76c0 .069.07.138.139.137q.689-.006 1.378.002v-.41a67 67 0 0 0-.8-.004V2.64q.53 0 1.06.008v.898a71 71 0 0 0-1.49-.007c-.363.003-.548-.06-.548-.413v-.66c0-.33.166-.439.5-.441m-6.754.616h-.021a70 70 0 0 0-1.348.152v.558a71 71 0 0 1 1.348-.152c.069-.007.138-.07.138-.136v-.307c0-.07-.07-.122-.138-.115z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pexels.svg b/mkdocs-material/material/templates/.icons/simple/pexels.svg new file mode 100644 index 0000000..eaf9734 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pexels.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.5 0A1.5 1.5 0 0 0 0 1.5v21A1.5 1.5 0 0 0 1.5 24h21a1.5 1.5 0 0 0 1.5-1.5v-21A1.5 1.5 0 0 0 22.5 0zm6.75 6.75h5.272a3.843 3.843 0 0 1 .626 7.635v2.865H8.25zm1.5 1.5v7.5h2.898v-2.814h.873a2.343 2.343 0 1 0 0-4.686z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pfsense.svg b/mkdocs-material/material/templates/.icons/simple/pfsense.svg new file mode 100644 index 0000000..d49ea11 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pfsense.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.013 0C.898 0 0 .929 0 2.044v17.775L3.252 8.27h3.282L6.1 9.785h.063c.186-.217.433-.403.742-.62.31-.216.62-.402.96-.588.342-.186.713-.31 1.116-.433.402-.124.805-.155 1.208-.155.867 0 1.579.154 2.198.433.62.279 1.084.712 1.455 1.239.31.464.5 1.019.593 1.669.006.06.027.135.027.189.062.712-.031 1.518-.28 2.385a8.6 8.6 0 0 1-1.02 2.322 10 10 0 0 1-1.58 1.95 8.1 8.1 0 0 1-2.044 1.364 5.5 5.5 0 0 1-2.354.495 5.7 5.7 0 0 1-1.982-.34c-.588-.217-.99-.62-1.238-1.177h-.062L2.353 24h19.603A2.04 2.04 0 0 0 24 21.956V4.706c-.093-.03-.186-.06-.248-.092a2.8 2.8 0 0 0-.557-.062q-.836 0-1.394.372c-.34.248-.65.743-.867 1.518l-.526 1.826h2.013l.495 1.58-1.3 1.27h-2.014l-2.446 8.67h-3.53l2.446-8.67h-1.455l.805-2.85h1.425l.557-2.044c.185-.619.403-1.238.681-1.795a5 5 0 0 1 1.053-1.487c.433-.434.99-.775 1.641-1.022.65-.248 1.487-.372 2.447-.372.248 0 .464 0 .712.031A2.08 2.08 0 0 0 21.988 0zm6.565 11.118c-.898 0-1.672.278-2.323.805-.65.526-1.083 1.239-1.331 2.106s-.217 1.579.155 2.105c.31.557.929.805 1.858.805.898 0 1.672-.278 2.322-.805.65-.526 1.115-1.238 1.363-2.105.247-.867.185-1.58-.155-2.106-.34-.527-.991-.805-1.89-.805Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/phabricator.svg b/mkdocs-material/material/templates/.icons/simple/phabricator.svg new file mode 100644 index 0000000..bcbf0bb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/phabricator.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23.18 10.018-4.426-4.449C17.053 3.782 14.66 2.665 12 2.665S6.947 3.783 5.246 5.568L.821 10.02a2.8 2.8 0 0 0 0 3.962l4.542 4.578c1.692 1.711 4.04 2.773 6.637 2.773s4.945-1.062 6.637-2.774l4.543-4.579a2.8 2.8 0 0 0 0-3.962M12 19.384a7.384 7.384 0 1 1 0-14.768 7.384 7.384 0 0 1 0 14.768m3.651-7.572.999-1.014-.447-1.028H14.78l-.456-.45-.038-1.437-1.008-.431-1.01.998h-.624l-1.047-1.006-1.022.415.035 1.406-.444.443-1.444-.014-.409 1.023 1.034 1.01.006.633-.996 1.007.44 1.031 1.428-.002.456.453.016 1.422 1.068.447.965-1.009.636.01 1.028 1.011 1.044-.423-.043-1.409.442-.44 1.43.013.423-1.03-1.03-1zm-3.715 1.806a1.533 1.533 0 1 1 0-3.065 1.533 1.533 0 0 1 0 3.065"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/philipshue.svg b/mkdocs-material/material/templates/.icons/simple/philipshue.svg new file mode 100644 index 0000000..e6fd9b8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/philipshue.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.672 9.6c-2.043 0-3.505 1.386-3.682 3.416h-.664c-.247 0-.395.144-.395.384s.148.384.395.384h.661c.152 2.09 1.652 3.423 3.915 3.423.944 0 1.685-.144 2.332-.453.158-.075.337-.217.292-.471a.33.33 0 0 0-.15-.242c-.104-.065-.25-.072-.422-.02a8 8 0 0 0-.352.12c-.414.146-.771.273-1.599.273-1.75 0-2.908-1.023-2.952-2.605v-.025h5.444c.313 0 .492-.164.505-.463v-.058C23.994 9.865 21.452 9.6 20.672 9.6m2.376 3.416h-5l.004-.035c.121-1.58 1.161-2.601 2.649-2.601 1.134 0 2.347.685 2.347 2.606zM9.542 10.221c0-.335-.195-.534-.52-.534s-.52.2-.52.534v2.795h1.04zm4.29 3.817c0 1.324-.948 2.361-2.16 2.361-1.433 0-2.13-.763-2.13-2.333v-.282h-1.04v.34c0 2.046.965 3.083 2.868 3.083 1.12 0 1.943-.486 2.443-1.445l.02-.036v.861c0 .334.193.534.519.534.325 0 .52-.2.52-.534v-2.803h-1.04zm.52-4.351c-.326 0-.52.2-.52.534v2.795h1.04v-2.795c0-.335-.195-.534-.52-.534M3.645 9.6c-1.66 0-2.31 1.072-2.471 1.4l-.135.278V7.355c0-.347-.199-.562-.52-.562-.32 0-.519.215-.519.562v5.661h1.039v-.015c0-1.249.72-2.592 2.304-2.592 1.29 0 2.001.828 2.001 2.332v.275h1.04v-.246c0-2.044-.973-3.17-2.739-3.17M0 16.558c0 .347.199.563.52.563.32 0 .519-.216.519-.563v-2.774H0zm5.344 0c0 .347.2.563.52.563s.52-.216.52-.563v-2.774h-1.04z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/phoenixframework.svg b/mkdocs-material/material/templates/.icons/simple/phoenixframework.svg new file mode 100644 index 0000000..89dddcb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/phoenixframework.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m9.012 15.241-.188-.036c-1.34-.248-2.186-1.06-2.588-2.334-.25-.794.204-1.38 1.038-1.416.682-.032 1.15.36 1.562.816.532.588 1.02 1.216 1.542 1.814.754.86 1.64 1.412 2.854 1.24a5.4 5.4 0 0 0 2.86-1.308c.124-.108.26-.2.392-.302l-.084-.098a6 6 0 0 1-2.12.252c-1.092-.054-2.132-.282-3.064-.882-.848-.548-1.476-1.28-1.774-2.26-.24-.79.252-1.344 1.072-1.23.313.049.606.187.842.398.2.168.39.346.594.51.958.77 2.294.812 3.508-.022-1.996-.01-3.354-1.108-4.548-2.5-.466-.544-.922-1.1-1.4-1.636-.92-1.038-1.944-1.952-3.346-2.264-1.79-.398-3.518-.136-5.176.622A4.2 4.2 0 0 0 0 5.217h.352c.836-.022 1.464.35 1.916 1.034.328.498.482 1.06.6 1.64.176.86.086 1.734.188 2.598.26 2.22 1.394 3.768 3.506 4.56.774.292 1.568.39 2.45.19zM3.674 5.113c-.334.084-.6-.05-.874-.328.47-.118.886-.164 1.332-.18a.56.56 0 0 1-.458.508m10.938 12.96c-.03-.212-.212-.306-.356-.42-.634-.492-1.378-.668-2.164-.682a4.1 4.1 0 0 1-1.378-.208c-.204-.076-.43-.174-.426-.436.006-.266.238-.34.448-.404.174-.052.352-.084.548-.13-.5-.32-.988-.364-1.636-.102-1.024.41-2.032.36-3.052-.006-.574-.208-1.086-.534-1.618-.824l-.026.02c.44.722 1.038 1.304 1.71 1.8 1.296.96 2.712 1.53 4.37 1.276a23 23 0 0 1 1.614-.19c.676-.054 1.32.136 1.966.308zm-3.124-10.37c-.036-.026-.07-.09-.144-.024a5.26 5.26 0 0 0 2.284 1.776c1.488.604 3 .708 4.544.174 1.2-.414 2.06-.01 2.508 1.156.066-1.352-.73-2.338-1.996-2.53-.712-.11-1.37.128-2.038.32-1.856.54-3.584.274-5.16-.872zm9.256 5.272.726.064c-.546-.48-1.212-.52-1.888-.48-1.026.058-1.766.65-2.44 1.356-.594.624-1.13 1.324-2.016 1.574l.02.04c.12.002.24.008.36.002 1.288-.058 2.5-.33 3.464-1.264.306-.294.576-.62.87-.926.226-.258.562-.394.904-.366m-2.992-1.596c-.96.084-1.794.48-2.58 1.006-.602.404-1.248.594-1.972.468q-.194-.032-.384-.058l-.006.054c.046.024.092.05.14.07.12.048.24.106.364.136 1.396.33 2.732.16 3.936-.618.76-.49 1.546-.582 2.398-.456q.129.022.258.036c.08.008.164.088.272 0a3.45 3.45 0 0 0-2.426-.638m-3.434-3.26a2.7 2.7 0 0 0 1.534-.364c-.154.014-.22.014-.282.026a2.3 2.3 0 0 1-1.96-.472l-.646-.5c-.856-.652-1.836-.872-2.91-.852.018.052.02.088.038.106 1.168 1.18 2.52 1.996 4.226 2.054zm8.452 6.06c-.724-.72-1.694-.81-2.59-.186.594.028 1.04.216 1.4.592q.191.201.404.378c.548.44 1.474.46 2.016.052-.636-.248-.636-.248-1.23-.838zm-7.198 5.486c-.634-1.18-1.7-1.448-2.936-1.368.364.1.708.26 1.02.474.286.2.526.448.764.702.472.504 1.208.812 1.696.708-.224-.14-.546-.514-.546-.514h-.012l.008.006.004.018c.004-.02.006-.016.008-.01h.02l-.028-.012v.01l.01.004s.114.208-.008-.018"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/phonepe.svg b/mkdocs-material/material/templates/.icons/simple/phonepe.svg new file mode 100644 index 0000000..05551cc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/phonepe.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.206 9.941h2.949v4.692c-.402.201-.938.268-1.34.268-1.072 0-1.609-.536-1.609-1.743zm13.47 4.816c-1.523 6.449-7.985 10.442-14.433 8.919C2.794 22.154-1.199 15.691.324 9.243 1.847 2.794 8.309-1.199 14.757.324c6.449 1.523 10.442 7.985 8.919 14.433m-6.231-5.888a.887.887 0 0 0-.871-.871h-1.609l-3.686-4.222c-.335-.402-.871-.536-1.407-.402l-1.274.401c-.201.067-.268.335-.134.469l4.021 3.82H6.386c-.201 0-.335.134-.335.335v.67c0 .469.402.871.871.871h.938v3.217c0 2.413 1.273 3.82 3.418 3.82.67 0 1.206-.067 1.877-.335v2.145c0 .603.469 1.072 1.072 1.072h.938a.43.43 0 0 0 .402-.402V9.874h1.542c.201 0 .335-.134.335-.335z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/phosphoricons.svg b/mkdocs-material/material/templates/.icons/simple/phosphoricons.svg new file mode 100644 index 0000000..0aa6d31 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/phosphoricons.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.404.001H3.866a.62.62 0 0 0-.619.619v15.173A8.217 8.217 0 0 0 11.449 24a.617.617 0 0 0 .618-.619v-6.969h.332a8.2 8.2 0 0 0 7.715-5.031 8.22 8.22 0 0 0 0-6.349A8.21 8.21 0 0 0 12.399.001zm-1.579 22.736a6.98 6.98 0 0 1-6.317-6.317h6.317zm0-9.562L4.869 1.238h5.967zm1.579 2h-.331V1.238h.331a6.98 6.98 0 0 1 5.016 1.993 7 7 0 0 1 1.546 2.277 6.99 6.99 0 0 1 0 5.397 6.975 6.975 0 0 1-6.562 4.27"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/photobucket.svg b/mkdocs-material/material/templates/.icons/simple/photobucket.svg new file mode 100644 index 0000000..983e29a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/photobucket.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.992 11.498A11.95 11.95 0 0 0 12.008 0c-6.614.008-12 5.385-12 12s5.386 12 12 12a11.957 11.957 0 0 0 11.975-11.373c0-.033 0-.058.009-.092zm-6.013-7.124c.075.025.15.058.234.1a7.8 7.8 0 0 0-1.99-.26c-3.997 0-7.4 3.111-7.752 7.092l-.025.393c0 .1-.008.2-.008.31 0 .1 0 .2.008.292 0 .094.025.12.025.418.351 3.972 3.755 7.075 7.752 7.075.686 0 1.355-.092 1.99-.26-.021 0-.106.05-.234.093-.079.02-.031.014-.109.033-.195.078-.395.14-.593.209a7 7 0 0 1-.62.159c-.2.053-.961.2-1.73.2-4.524 0-8.212-3.679-8.212-8.211s3.68-8.212 8.212-8.212c.259 0 .518.017.794.042a7 7 0 0 1 .77.117l.426.092c.229.056.452.133.677.2.289.105.289.113.352.134zM9.3 11.85v-.1a4.027 4.027 0 0 1 4.014-3.78c2.216 0 4.022 1.806 4.022 4.022s-1.806 4.022-4.022 4.022c-2.124 0-3.889-1.656-4.014-3.755v-.042c-.018-.164 0-.253 0-.368m4.022 5.034A4.89 4.89 0 0 0 18.205 12a4.89 4.89 0 0 0-4.884-4.884c-.117 0-.225.009-.343.017a5 5 0 0 1 1.389-.192A5.066 5.066 0 0 1 19.426 12a5.07 5.07 0 0 1-5.06 5.06 5.1 5.1 0 0 1-1.388-.193c.114.013.229.011.343.017M20.287 12c0-3.228-2.6-5.862-5.812-5.92a6 6 0 0 1 .803-.05 5.99 5.99 0 0 1 5.979 5.978 5.99 5.99 0 0 1-5.979 5.98 6 6 0 0 1-.803-.05c3.211-.076 5.812-2.71 5.812-5.938m-5.009 6.832c3.771 0 6.84-3.069 6.84-6.84s-3.069-6.84-6.84-6.84h-.075c.334-.051.669-.084 1.011-.084a6.914 6.914 0 0 1 6.908 6.522v.803c-.2 3.663-3.236 6.523-6.908 6.523 0-.005-.369.015-1.011-.084zm-3.27 4.298C5.87 23.13.878 18.138.878 12S5.87.87 12.008.87c1.94 0 3.755.485 5.344 1.354-.155-.077-1.01-.36-1.12-.36-.126-.033-.251-.066-.369-.091a11 11 0 0 0-2.374-.268C7.693 1.49 2.985 6.205 2.985 12s4.717 10.512 10.512 10.512c1.248 0 2.22-.236 2.283-.251.228-.044.482-.126.535-.126.21-.042.892-.279 1.054-.36a11.2 11.2 0 0 1-5.36 1.355zm4.934-2.124c-.247.093-.637.23-.928.293-.117.033-.234.059-.376.092-.028.01-.057.011-.084.017a4 4 0 0 1-.41.075 10 10 0 0 1-1.664.142c-5.319 0-9.65-4.332-9.65-9.65S8.17 2.35 13.488 2.35c1.809 0 3.039.474 3.671.727l.352.15q.223.104.434.218c-.137-.052-.278-.094-.418-.142-.334-.104-.766-.19-.878-.217a8 8 0 0 0-.844-.117 10 10 0 0 0-.87-.042c-5.009 0-9.082 4.072-9.082 9.073s4.073 9.073 9.074 9.073c.284 0 .577-.017.861-.042.155-.008.792-.09 1.062-.167.092-.017.176-.042.268-.058.711-.178.75-.243.82-.243-.143.075-.285.15-.436.217-.286.112-.293.126-.56.226"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/photocrowd.svg b/mkdocs-material/material/templates/.icons/simple/photocrowd.svg new file mode 100644 index 0000000..3a29fef --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/photocrowd.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.182 0C.977 0 0 1.058 0 2.364v19.462C0 23.026.977 24 2.182 24h19.636A2.18 2.18 0 0 0 24 21.826V2.364C24 1.058 23.023 0 21.818 0zM12 3.49a1.022 1.022 0 1 1 0 2.045 1.022 1.022 0 0 1 0-2.044zM8.326 4.498a1.022 1.022 0 1 1-.142 2.039 1.022 1.022 0 0 1 .142-2.04zm7.347 0a1.02 1.02 0 0 1 .955 1.529 1.021 1.021 0 1 1-.955-1.53zm-10.23 2.74a1.02 1.02 0 1 1 .145 2.037 1.02 1.02 0 0 1-.145-2.036zm13.113 0a1.02 1.02 0 1 1-.142 2.036 1.02 1.02 0 0 1 .142-2.035zm-7.497.116a1.021 1.021 0 1 1 .119 2.039 1.021 1.021 0 0 1-.12-2.04zm3.687.88a1.021 1.021 0 1 1 .001 2.042 1.021 1.021 0 0 1 0-2.043zm-6.308 1.864a1.02 1.02 0 1 1-.119 2.04 1.02 1.02 0 0 1 .12-2.04zm3.561.88a1.023 1.023 0 1 1-.001 2.047 1.023 1.023 0 0 1 .001-2.047m-7.488.002a1.022 1.022 0 1 1-.001 2.044 1.022 1.022 0 0 1 0-2.044zm14.977 0a1.02 1.02 0 1 1-.001 2.042 1.02 1.02 0 0 1 0-2.042zm-3.793.881a1.02 1.02 0 1 1-.119 2.038 1.02 1.02 0 0 1 .12-2.038zm-6.442 1.866a1.021 1.021 0 1 1-.001 2.042 1.021 1.021 0 0 1 0-2.042zm3.568.883a1.02 1.02 0 1 1 .12 2.038 1.02 1.02 0 0 1-.12-2.038m-7.235.116a1.02 1.02 0 0 1 .44 1.904 1.022 1.022 0 1 1-.44-1.904m12.827 0a1.022 1.022 0 1 1 .142 2.038 1.022 1.022 0 0 1-.142-2.038m-10.229 2.74a1.021 1.021 0 1 1 .142 2.038 1.021 1.021 0 0 1-.142-2.038m7.63 0a1.02 1.02 0 0 1 .44 1.904 1.022 1.022 0 1 1-.44-1.904M12 18.463a1.022 1.022 0 1 1 0 2.045 1.022 1.022 0 0 1 0-2.045"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/photon.svg b/mkdocs-material/material/templates/.icons/simple/photon.svg new file mode 100644 index 0000000..25d1a68 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/photon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m7.454 16.915-3.379 4.091a14 14 0 0 1-1.089-1.079l4.091-3.38c.123.116.252.246.377.368m1.045.809-2.517 4.679a11 11 0 0 1-1.281-.856l3.364-4.138c.357.262.434.262.434.315m-1.913-1.772-4.119 3.345a12 12 0 0 1-.856-1.277l4.682-2.518c.008.053.235.371.293.45M9.682 18.3l-1.558 5.063a12 12 0 0 1-1.419-.588l2.492-4.693c.416.192.478.177.485.217zM5.72 14.319q.089.245.198.481l-4.691 2.496a11.5 11.5 0 0 1-.589-1.423zm5.23 4.292-.532 5.287a12 12 0 0 1-1.51-.315l1.532-5.073q.25.06.51.101m-5.56-5.56q.04.255.1.509L.402 15.09a12 12 0 0 1-.299-1.508zm-.079-1.306v.522l-5.286.513a12 12 0 0 1 0-1.539zm6.948 6.942.51 5.29q-.77.045-1.539 0l.51-5.29q.26.01.519 0m2.832 4.912q-.745.205-1.51.315l-.532-5.287c.17-.026.343-.06.51-.1zm-9.6-13.16q-.062.254-.101.513l-5.286-.535q.1-.762.299-1.505l5.088 1.53zm9.311 7.644 2.492 4.692q-.694.338-1.423.588l-1.551-5.082q.24-.088.482-.198M5.928 9.177a5 5 0 0 0-.201.481L.651 8.085q.252-.731.595-1.423L5.928 9.18zm10.003 8.232 3.364 4.126q-.614.467-1.281.856L15.5 17.724q.22-.135.431-.29zM6.586 8.063a5 5 0 0 0-.29.431L1.617 5.976q.389-.665.856-1.277zm14.427 11.864a12 12 0 0 1-1.089 1.089l-3.379-4.101c.129-.116.245-.245.368-.368zM4.075 2.987l3.379 4.091c-.129.115-.245.245-.368.368l-4.091-3.38c.688-.778 1.163-1.135 1.08-1.079m18.313 15.029a12 12 0 0 1-.856 1.281l-4.116-3.364a6 6 0 0 0 .29-.431l4.682 2.518zM5.985 1.612l2.517 4.679a7 7 0 0 0-.434.29L4.704 2.468q.612-.472 1.281-.856M23.36 15.873q-.245.732-.588 1.423L18.08 14.8q.108-.236.199-.481zM8.137.633l1.548 5.085a6 6 0 0 0-.481.198L6.715 1.221A12 12 0 0 1 8.137.633m15.758 12.949a12 12 0 0 1-.315 1.508l-5.072-1.53q.063-.255.101-.509zM10.418.101l.532 5.287a8 8 0 0 0-.51.1L8.908.416a12 12 0 0 1 1.51-.315m13.556 11.131q.051.767 0 1.535l-5.286-.506v-.523zM12.769.022l-.51 5.29h-.519l-.51-5.29a13 13 0 0 1 1.539 0m10.827 8.89q.207.744.315 1.508l-5.286.535a6 6 0 0 0-.101-.513zM15.1.416l-1.541 5.073a9 9 0 0 0-.51-.101l.532-5.287c.709.094 1.498.273 1.519.315m2.203.824-2.502 4.68a5 5 0 0 0-.481-.202L15.871.636c.745.255 1.413.572 1.432.604m5.466 5.47q.34.691.588 1.422l-5.078 1.573c-.06-.16-.129-.314-.202-.481zm-6.854-.133a8 8 0 0 0-.434-.289l2.517-4.683q.67.386 1.281.856zm6.46-.613L17.7 8.481a7 7 0 0 0-.29-.434l4.11-3.367c0 .03.378.464.855 1.284m-1.362-1.892-4.091 3.383c-.113-.133-.245-.247-.368-.371l3.38-4.091c-.065-.044.476.387 1.079 1.079"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/photopea.svg b/mkdocs-material/material/templates/.icons/simple/photopea.svg new file mode 100644 index 0000000..480761f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/photopea.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.098 0A3.9 3.9 0 0 1 24 3.903v16.194A3.9 3.9 0 0 1 20.098 24H6.393l-.051-10.34v-.074c0-3.92 3.112-7.09 6.963-7.09 2.31 0 4.177 1.902 4.177 4.254s-1.867 4.254-4.177 4.254c-.77 0-1.393-.634-1.393-1.418s.623-1.418 1.393-1.418c.769 0 1.392-.634 1.392-1.418s-.623-1.418-1.392-1.418c-2.31 0-4.178 1.9-4.178 4.253 0 2.352 1.868 4.254 4.178 4.254 3.85 0 6.962-3.169 6.962-7.09S17.155 3.66 13.305 3.66c-5.39 0-9.75 4.436-9.75 9.925v.086l.023 10.315A3.9 3.9 0 0 1 0 20.097V3.903A3.9 3.9 0 0 1 3.902 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/php.svg b/mkdocs-material/material/templates/.icons/simple/php.svg new file mode 100644 index 0000000..1d07e3f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/php.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.01 10.207h-.944l-.515 2.648h.838q.834 0 1.242-.314.408-.315.55-1.049.137-.705-.124-.995-.262-.29-1.047-.29M12 5.688C5.373 5.688 0 8.514 0 12s5.373 6.313 12 6.313S24 15.486 24 12s-5.373-6.312-12-6.312m-3.26 7.451c-.261.25-.575.438-.917.551q-.505.163-1.285.164H5.357l-.327 1.681H3.652l1.23-6.326h2.65q1.195 0 1.744.628.549.627.33 1.752a2.8 2.8 0 0 1-.305.847q-.215.383-.561.703m4.024.715.543-2.799q.094-.478-.068-.651-.16-.174-.687-.174H11.46l-.704 3.625H9.388l1.23-6.327h1.367l-.327 1.682h1.218q1.15 0 1.586.401c.436.401.378.7.263 1.299l-.572 2.944zm7.597-2.265a2.8 2.8 0 0 1-.305.847q-.214.383-.561.703a2.44 2.44 0 0 1-.917.551q-.504.163-1.286.164h-1.18l-.327 1.682h-1.378l1.23-6.326h2.649q1.195 0 1.744.628.55.626.331 1.751m-2.595-1.382h-.943l-.516 2.648h.838q.835 0 1.242-.314.407-.315.551-1.049.137-.705-.125-.995c-.262-.29-.524-.29-1.047-.29"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/phpmyadmin.svg b/mkdocs-material/material/templates/.icons/simple/phpmyadmin.svg new file mode 100644 index 0000000..e4dcdca --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/phpmyadmin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.463 3.476C6.69 5.225 7.497 7.399 7.68 9.798a12.9 12.9 0 0 1-.672 5.254 4.3 4.3 0 0 1 2.969-1.523q.075-.005.148-.008c.08-.491.47-3.45-.977-6.68-1.068-2.386-3-3.16-3.685-3.365m1.777.037s2.406 1.066 3.326 5.547c.607 2.955.049 4.836-.402 5.773a7.35 7.35 0 0 1 4.506-1.994c.86-.065 1.695.02 2.482.233-.1-.741-.593-3.414-2.732-5.92-3.263-3.823-7.18-3.64-7.18-3.64Zm14.817 9.701-17.92 3.049a2.28 2.28 0 0 1 1.535 2.254 2.3 2.3 0 0 1-.106.61c.055-.027 2.689-1.275 6.342-2.034 3.238-.673 5.723-.36 6.285-.273a6.46 6.46 0 0 1 3.864-3.606m-6.213 4.078c-2.318 0-4.641.495-6.614 1.166-2.868.976-2.951 1.348-5.55 1.043C1.844 19.286 0 18.386 0 18.386s2.406 1.97 4.914 2.127c1.986.125 3.505-.822 5.315-1.414 2.661-.871 4.511-.97 6.253-.975C19.361 18.116 24 19.353 24 19.353s-2.11-1.044-5.033-1.72a14 14 0 0 0-3.123-.34Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/phpstorm.svg b/mkdocs-material/material/templates/.icons/simple/phpstorm.svg new file mode 100644 index 0000000..0190a56 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/phpstorm.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.833 6.611v-.055c0-1-.667-1.5-1.778-1.5H4.389v3.056h1.722c1.111-.001 1.722-.668 1.722-1.501M0 0v24h24V0zm2.167 3.111h4.056c2.389 0 3.833 1.389 3.833 3.445v.055c0 2.333-1.778 3.5-4.056 3.5H4.333v3H2.167zM11.278 21h-9v-1.5h9zM18.5 10.222c0 2-1.5 3.111-3.667 3.111-1.5-.056-3-.611-4.222-1.667l1.278-1.556c.89.722 1.833 1.222 3 1.222.889 0 1.444-.333 1.444-.944v-.056c0-.555-.333-.833-2-1.277C12.333 8.555 11 8 11 6v-.056c0-1.833 1.444-3 3.5-3 1.444 0 2.723.444 3.723 1.278l-1.167 1.667c-.889-.611-1.777-1-2.611-1-.833 0-1.278.389-1.278.889v.056c0 .667.445.889 2.167 1.333 2 .556 3.167 1.278 3.167 3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/piaggiogroup.svg b/mkdocs-material/material/templates/.icons/simple/piaggiogroup.svg new file mode 100644 index 0000000..b86b6a0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/piaggiogroup.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.657 21.15h-.42v-2.495h.42v2.494zm-9.79.001h-.42v-2.495l.582.03c.293-.015.58.082.794.27a.96.96 0 0 1 .337.72.6.6 0 0 1-.033.242c-.127.478-.6.806-1.13.781l-.13.002zm0-.82h.264a.7.7 0 0 0 .543-.422.5.5 0 0 0 .064-.24c0-.449-.419-.661-.872-.63v1.291zm10.144-.413c0-.698.608-1.264 1.359-1.264s1.358.566 1.358 1.264c-.003.7-.604 1.271-1.357 1.29h-.003c-.754-.018-1.355-.59-1.357-1.29m.45.003c-.002.471.4.858.907.871a.94.94 0 0 0 .651-.257.8.8 0 0 0 .255-.614c.017-.482-.388-.886-.906-.903-.513.028-.912.425-.906.903zm-1.74 1.228v-1.317h-.42v.93c-1.034.209-1.066-.752-1.066-.843 0-.57.612-1.085 1.486-.842v-.421c-1.65-.33-1.972.925-1.972 1.262 0 0-.163 1.622 1.972 1.231m-6.786-1.231v-1.262h-.453v2.493h.453zm4.46 1.231.008.004V19.83h-.388v.09l-.032.842c-1.035.209-1.067-.752-1.067-.843 0-.57.581-1.085 1.487-.842v-.421c-1.649-.33-2.004.925-1.971 1.262 0 0-.17 1.622 1.962 1.231zm-3.813 0h-.388l.486-1.231.484-1.262h.362l.478 1.262.484 1.231h-.453l-.194-.45h-1.065zm.355-.812h.808l-.163-.421-.224-.63-.258.63zm.589-14.813v-.06C11.454 2.4 8.06 2.34 8.06 2.34H5.474v6.217h2.53s3.522.093 3.522-3.033M22.801 0v21.227c.005.281-.043.561-.141.827-.274.7-.939 1.075-1.937 1.075h-7.42L12.035 24l-1.306-.871h-7.39a2.3 2.3 0 0 1-1.537-.54l-.06-.056a1.8 1.8 0 0 1-.402-.614 2 2 0 0 1-.142-.73V0zM2.923 16.312h3.004v-.09c-.454 0-.453-.572-.453-1.022V9.162s2.908.06 4.04.06q.962-.004 1.905-.18c1.422-.337 3.071-1.203 3.102-3.516l.002-.06c0-3.485-4.202-3.756-4.202-3.756H2.923v.103c.225 0 .453.25.453 1.04v12.349c0 .45-.083.992-.453.992zM22.312.46 2.104 22.22l.02.018c.33.286.766.44 1.216.43h7.55l1.142.763 1.116-.764h7.58c1.088 0 1.584-.458 1.584-1.444z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/piapro.svg b/mkdocs-material/material/templates/.icons/simple/piapro.svg new file mode 100644 index 0000000..b58e35d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/piapro.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.988 0c-4.705 0-8.7 3.492-9.351 8.168-.06.207-.09.444-.09.68V24l5.21-3.403V9.44c0-2.338 1.893-4.261 4.231-4.261s4.261 1.894 4.261 4.232-1.894 4.261-4.231 4.261c-.77 0-1.54-.207-2.22-.621v5.563A9.45 9.45 0 0 0 21.191 11.6C22.405 6.51 19.268 1.45 14.207.266A9.5 9.5 0 0 0 11.988 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/picardsurgeles.svg b/mkdocs-material/material/templates/.icons/simple/picardsurgeles.svg new file mode 100644 index 0000000..f1784af --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/picardsurgeles.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.129 0 8.72.822c.08.149.501.88 1.337 1.368.007.003.575.35 1.172.472l.01.002V4.53l-.02-.001a5.3 5.3 0 0 1-2.248-.861c-.028-.016-1.112-.62-1.846-1.926l-1.413.829c.12.21.851 1.569.731 3.198 0 .008-.043.924-.385 1.745l-.017.037-.033-.02-1.552-.902-.027-.015.012-.029c.003-.006.257-.654.137-1.772-.002-.005-.158-.8-.463-1.321l-1.42.822c.08.15.416.836.23 1.607-.002.01-.223 1.186-1.449 1.636-.01.004-.3.125-.714.138v1.636c.168-.003.96-.034 1.692-.412a4.3 4.3 0 0 0 1.143-.85l.02-.019.022.014 1.559.895.035.02-.025.031c-.008.01-.73.922-1.655 1.414-.008.005-1.064.659-2.363.736l-.428.014v1.635a6.2 6.2 0 0 1 1.262.172c.045.007 1.606.282 2.89 1.675l.286.34.026.033-.036.022-1.572.901-.028.015-.017-.025c-.004-.005-.378-.503-1.294-.952-.007-.003-.792-.32-1.517-.32v1.64c.213.002 1.39.067 2 1.3.005.01.511 1.01-.07 2.083l1.417.814c.089-.15.52-.933.506-1.925 0-.008-.045-.85-.181-1.166l-.011-.029.026-.016 1.56-.91.032-.019.017.036c.003.007.31.71.393 1.737.002.011.119 1.172-.4 2.499-.012.026-.249.558-.346.723l1.42.827c.09-.18.584-1.083 1.72-1.855a5.6 5.6 0 0 1 2.373-.938l.02-.003v1.868l-.011.001c-.006.001-.574.078-1.437.65-.005.005-.732.548-1.07 1.19l1.415.823c.103-.173.686-1.058 1.865-1.103 1.18.045 1.763.93 1.865 1.103l1.415-.822c-.338-.643-1.064-1.186-1.07-1.19-.863-.573-1.432-.65-1.438-.65l-.01-.002V19.47l.02.002c1.39.2 2.365.932 2.373.938 1.136.772 1.63 1.674 1.721 1.855l1.42-.827a12 12 0 0 1-.346-.723c-.52-1.327-.402-2.488-.401-2.499.083-1.027.39-1.73.394-1.737l.016-.036.033.02 1.56.91.026.015-.013.029c-.136.315-.181 1.158-.181 1.165a3.9 3.9 0 0 0 .507 1.926l1.416-.814c-.581-1.072-.075-2.074-.07-2.083a2.28 2.28 0 0 1 2.001-1.3v-1.64c-.725 0-1.51.317-1.517.32-.916.449-1.29.947-1.294.952l-.018.025-.026-.015-1.573-.901-.036-.022.026-.032.286-.341c1.284-1.393 2.844-1.668 2.89-1.676a6.2 6.2 0 0 1 1.262-.17v-1.636l-.428-.013c-1.299-.077-2.355-.731-2.363-.736-.924-.493-1.647-1.405-1.655-1.414l-.025-.03.036-.022 1.558-.894.023-.014.018.02a4.3 4.3 0 0 0 1.144.85c.732.377 1.524.408 1.692.41V7.696a2.2 2.2 0 0 1-.714-.139c-1.226-.449-1.448-1.625-1.45-1.635-.186-.771.15-1.458.232-1.607l-1.42-.822c-.305.521-.462 1.316-.463 1.321-.12 1.118.134 1.766.136 1.772l.012.029-.027.015-1.552.902-.034.02-.015-.037c-.343-.821-.386-1.737-.386-1.745-.12-1.63.611-2.988.731-3.198l-1.413-.829c-.734 1.306-1.818 1.91-1.845 1.926a5.3 5.3 0 0 1-2.25.86l-.018.003V2.664l.01-.002c.596-.123 1.164-.469 1.17-.472A3.7 3.7 0 0 0 15.28.822L13.871 0c-.458.75-1.023.91-1.06.92a2.2 2.2 0 0 1-.811.181 2.2 2.2 0 0 1-.81-.181c-.038-.01-.603-.17-1.06-.92zM8.082 5.058l.056.037c.008.005.828.54 1.696.793.009.003.73.25 1.388.304l.016.001v.466h-.002L7.872 8.612l-.02-.012-.352-.2-.028-.016.013-.028c.004-.009.372-.878.454-1.442v-.006c.003-.006.172-.539.144-1.784zm7.835 0v.066c-.029 1.246.14 1.78.143 1.785v.006c.081.564.45 1.433.454 1.442l.013.028-.028.015-.352.2-.017.01-3.368-1.95v-.467h.016c.657-.056 1.38-.302 1.388-.305.869-.252 1.688-.788 1.696-.793zm-3.916 3.04 2.47 1.434.052.03-.052.031L12 11.033l-2.47-1.44-.053-.03.053-.03zM6.657 9.814l.37.211.018.01v.021l.012 3.9v.02l-.019.01-.355.196-.026.015-.018-.026c-.97-1.335-2.471-2.143-2.486-2.151l-.061-.034.062-.03c1.52-.723 2.475-2.102 2.485-2.116zm10.686 0 .019.026c.01.014.964 1.393 2.484 2.116l.062.03-.06.034c-.015.008-1.518.816-2.487 2.151l-.019.026-.026-.015-.354-.195-.018-.01v-.021l.011-3.9v-.02l.017-.01zm-8.626 1.232 2.503 1.446v2.886l-2.503-1.434zm6.566 0v2.898l-2.503 1.434v-2.886zM7.869 15.4l.018.01 3.35 1.943.001.001v.454h-.018c-.097 0-.582.09-.824.139a8.1 8.1 0 0 0-2.256.95l-.042.028-.01-.05a4 4 0 0 1 0-.423c.021-1.322-.588-2.8-.594-2.814l-.013-.03.03-.014.341-.185zm8.26 0 .018.009.343.185.029.015-.013.029c-.006.015-.615 1.492-.593 2.814.001.036.012.361 0 .422l-.012.05-.042-.028c-.01-.006-.95-.622-2.254-.95-.243-.048-.727-.138-.825-.138h-.018v-.454l.001-.001 3.35-1.943z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/picartodottv.svg b/mkdocs-material/material/templates/.icons/simple/picartodottv.svg new file mode 100644 index 0000000..ecaf30c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/picartodottv.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12c6.628 0 12-5.373 12-12S18.628 0 12 0M7.08 4.182h2.781c.233 0 .42.21.42.47v14.696c0 .26-.187.47-.42.47h-2.78c-.233 0-.42-.21-.42-.47V4.652c0-.26.187-.47.42-.47zm4.664 0a.6.6 0 0 1 .326.091c.355.209 7.451 4.42 8.057 4.78a.604.604 0 0 1 0 1.039c-.436.264-7.558 4.495-8.074 4.789a.577.577 0 0 1-.873-.512v-1.812c0-1.712 2.962-2.201 3.398-2.465a.604.604 0 0 0 0-1.04c-.605-.36-3.398-.746-3.398-2.452V4.79c0-.334.251-.605.564-.61z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/picnic.svg b/mkdocs-material/material/templates/.icons/simple/picnic.svg new file mode 100644 index 0000000..cd4fcba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/picnic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0v24h24V0zm17.492 4.481c.851 0 1.635.279 2.261.749.037.029.068.073.027.158-.054.12-.183.413-.416.757a4 4 0 0 1-.424.555c-.12.117-.12.103-.27.012a2.3 2.3 0 0 0-1.155-.324c-.934 0-1.712.624-1.712 1.655l.005.1c.066 1.034.888 1.603 1.817 1.547a2.3 2.3 0 0 0 .73-.175c.143-.062.314-.153.455-.242.122-.076.148-.116.27-.007.12.114.252.287.395.502.238.345.398.661.458.776.06.1.022.13-.013.16-.412.355-.89.617-1.44.764q-.465.136-.988.138a5 5 0 0 1-.288-.009l-.091-.007c-.864-.058-1.64-.371-2.226-.916-.032-.027-.064-.06-.09-.084-.616-.605-.995-1.468-.995-2.547 0-2.26 1.653-3.562 3.69-3.562m-5.567.108h.15c.752 0 .785.043.837.082a.12.12 0 0 1 .038.073c.037.207.052 1.437.048 2.658.004 1.221-.011 2.438-.048 2.645 0 0-.002.045-.038.075-.052.041-.085.08-.838.083h-.149c-.754-.003-.788-.042-.833-.083-.043-.03-.044-.075-.044-.075-.035-.207-.051-1.424-.047-2.645-.004-1.221.012-2.451.047-2.658 0 0 .001-.04.044-.073.045-.04.079-.082.833-.082m-5.388.001c2.328.047 3.63.92 3.657 2.908v.091c0 1.895-1.357 2.909-3.657 2.909a9 9 0 0 1-.44-.012c-.008.419-.017.738-.03.817 0 0-.007.044-.043.076-.05.039-.083.079-.836.082h-.149c-.754-.003-.786-.043-.835-.082-.04-.032-.042-.076-.042-.076-.048-1.232-.045-2.183-.045-3.346-.002-1.223.009-2.991.045-3.181.017-.094.082-.113.155-.125.307-.038 1.661-.072 2.22-.06zm-.175 1.85a5 5 0 0 0-.249.014v2.162c.154.012.295.025.587.019.951-.016 1.502-.343 1.513-1.083v-.03C8.203 6.781 7.65 6.455 6.7 6.44a6 6 0 0 0-.338 0M11.999 11c.891 0 1.337 1.077.707 1.707s-1.707.184-1.707-.707c0-.55.451-1 1-1m5.493 1.392a3.76 3.76 0 0 1 2.261.748c.037.028.068.076.027.161-.054.117-.183.409-.416.757-.135.21-.248.36-.424.554-.12.118-.12.104-.27.012a2.26 2.26 0 0 0-1.155-.323c-.934 0-1.712.622-1.712 1.654l.005.1c.066 1.032.888 1.607 1.817 1.544a2.2 2.2 0 0 0 .73-.173c.143-.06.314-.153.455-.24.122-.077.148-.118.27-.007.12.112.252.287.395.5.238.344.398.66.458.776.06.097.022.129-.013.161-.412.353-.89.613-1.44.764a3.6 3.6 0 0 1-1.276.13l-.091-.007c-.864-.06-1.64-.373-2.226-.916l-.09-.088c-.616-.603-.995-1.465-.995-2.544 0-2.26 1.653-3.563 3.69-3.563m-12.453.148h.149c.753 0 .786.045.836.085.009.009.02.023.03.031.456.833.806 1.402 1.057 1.826.478.806.674 1.164.9 1.556a90 90 0 0 1 .048-3.337s.004-.046.042-.076c.051-.04.084-.084.836-.085h.15c.751 0 .781.045.831.085.042.03.043.076.043.076.035.202.05 2.093.048 3.312.002 1.222-.013 3.022-.048 3.228 0 0 0 .043-.043.074-.05.04-.08.084-.831.086h-.15c-.752-.002-.785-.047-.836-.086a.1.1 0 0 1-.026-.029c-.024-.03-1.9-3.123-1.962-3.225.003 1.22-.013 2.976-.047 3.18 0 0-.007.043-.042.074-.05.04-.083.084-.836.086h-.149c-.754-.002-.786-.047-.835-.086-.04-.031-.042-.074-.042-.074-.034-.206-.046-2.01-.045-3.232-.001-1.221.011-3.106.045-3.308 0 0 .001-.046.042-.076.05-.04.081-.084.835-.085m6.886 1.256h.149c.753 0 .786.041.838.082q.032.03.038.074c.037.205.052 1.424.048 2.644.004 1.222-.011 2.439-.048 2.645 0 0-.002.043-.038.074-.052.04-.085.084-.838.086h-.149c-.754-.002-.788-.047-.833-.086a.1.1 0 0 1-.044-.074c-.035-.206-.051-1.423-.047-2.645-.004-1.22.012-2.44.047-2.644 0 0 .001-.042.044-.074.045-.04.079-.082.833-.082"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/picpay.svg b/mkdocs-material/material/templates/.icons/simple/picpay.svg new file mode 100644 index 0000000..10f07ce --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/picpay.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.463 1.587v7.537H24V1.587zm1.256 1.256h5.025v5.025h-5.025zm1.256 1.256v2.513h2.513V4.099zM3.77 5.355V8.53h3.376c2.142 0 3.358 1.04 3.358 2.939 0 1.947-1.216 3.011-3.358 3.011H3.769V8.53H0v13.884h3.769v-4.76h3.57c4.333 0 6.815-2.352 6.815-6.32 0-3.771-2.482-5.978-6.814-5.978Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/picrew.svg b/mkdocs-material/material/templates/.icons/simple/picrew.svg new file mode 100644 index 0000000..7ad7225 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/picrew.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.222 10.831a.037.037 0 0 1 .038-.04.6.6 0 0 1 .44.216 1.04 1.04 0 0 1 .21.62.035.035 0 0 1-.04.037c-.474-.062-.593-.22-.648-.833m-.147 0a.037.037 0 0 0-.04-.04.6.6 0 0 0-.44.216 1.04 1.04 0 0 0-.207.62.035.035 0 0 0 .041.037c.47-.062.59-.22.646-.833m-.648 1.002a.036.036 0 0 0-.039.035 1.04 1.04 0 0 0 .21.625.6.6 0 0 0 .438.22.037.037 0 0 0 .039-.04c-.056-.613-.175-.772-.648-.84m.795.844a.037.037 0 0 0 .038.04.6.6 0 0 0 .44-.216 1.04 1.04 0 0 0 .21-.633.036.036 0 0 0-.04-.039c-.474.072-.593.23-.648.843zm2.616-1.846a.037.037 0 0 0-.038-.04.6.6 0 0 0-.44.216 1.04 1.04 0 0 0-.21.62.035.035 0 0 0 .04.037c.473-.062.593-.22.648-.833m.795.844a.035.035 0 0 0 .04-.037 1.04 1.04 0 0 0-.209-.625.6.6 0 0 0-.44-.216.037.037 0 0 0-.039.04c.056.607.175.765.648.832zm-.648 1.003a.037.037 0 0 0 .039.04.6.6 0 0 0 .44-.216 1.04 1.04 0 0 0 .21-.634.036.036 0 0 0-.041-.039c-.473.072-.592.23-.648.843zm-.794-.844a.036.036 0 0 0-.041.039 1.04 1.04 0 0 0 .21.624.6.6 0 0 0 .44.215.037.037 0 0 0 .038-.04c-.055-.612-.175-.771-.647-.839Zm17.22-.964a.29.29 0 0 0-.288.289v.88a.29.29 0 1 0 .577 0v-.88a.29.29 0 0 0-.288-.294zm-2.15-.395a.29.29 0 0 0-.288.289v1.27a.29.29 0 1 0 .577 0V10.76a.29.29 0 0 0-.29-.288Zm4.3 0a.29.29 0 0 0-.287.289v1.27a.29.29 0 1 0 .577 0V10.76a.29.29 0 0 0-.29-.288Zm-5.15 1.568a.29.29 0 0 1-.29.29h-2.745v.105a.29.29 0 0 1-.578 0 2.4 2.4 0 0 1 .05-.454c.262-1.447 2.012-1.974 3.061-1.03a1.5 1.5 0 0 1 .502 1.08zm-2.885-.296h2.25a1 1 0 0 0-.26-.376 1.3 1.3 0 0 0-.891-.322 1.22 1.22 0 0 0-1.099.698m-5.262-1.276a2.05 2.05 0 0 0-1.801 1.035 1.35 1.35 0 0 0-.783-.24 1.36 1.36 0 0 0-.664.17 4.3 4.3 0 0 0-.794-1.912.7.7 0 0 1-.097-.15c.013-.96-1.153-1.406-1.832-.724l-.052.056A1 1 0 0 1 4.11 8.7a5 5 0 0 0-.58-.029 7 7 0 0 0-.708.04c-.646-.763-1.9-.339-1.886.657a.7.7 0 0 1-.098.15 4.4 4.4 0 0 0-.836 2.249.29.29 0 0 0 .576.05A3.8 3.8 0 0 1 1.3 9.87a.8.8 0 0 0 .209-.502.43.43 0 0 1 .269-.431.51.51 0 0 1 .6.136c.151.185.31.241.63.193a5 5 0 0 1 .522-.026 5 5 0 0 1 .522.026c.338.05.492-.018.643-.208a.51.51 0 0 1 .583-.12.43.43 0 0 1 .27.431.8.8 0 0 0 .215.502 3.8 3.8 0 0 1 .724 1.947c.02.198 0 .37.174.47a.29.29 0 0 0 .4-.12.754.754 0 0 1 1.251.01.29.29 0 0 0 .528-.068 1.45 1.45 0 0 1 1.424-1.06 1.48 1.48 0 0 1 1.253.656.29.29 0 1 0 .482-.32 2.05 2.05 0 0 0-1.735-.914m13.721 2.927a1.405 1.405 0 0 1-1.273.989 1.64 1.64 0 0 1-1.3-.546c-.632.723-1.86.749-2.39-.068-.522.372-1.326.614-2.113.614-1.06-.035-1.58-.388-2.298-.956-.764-.712-1.852-.145-2.355.738v1.206a.29.29 0 0 1-.577 0v-1.532a2.09 2.09 0 0 1-1.415.544 2.05 2.05 0 0 1-1.801-1.035 1.37 1.37 0 0 1-1.55.01c-.587 1.096-1.817 1.724-3.377 1.724-1.229 0-2.25-.386-2.916-1.085v1.372a.29.29 0 0 1-.578 0v-2.3a.3.3 0 0 1 .12-.24.29.29 0 0 1 .416.096c.458 1.025 1.528 1.577 2.953 1.583s2.704-.63 2.997-1.78a.29.29 0 0 1 .148-.166.29.29 0 0 1 .376.12c.248.45 1.01.45 1.258 0a.29.29 0 0 1 .492-.02.3.3 0 0 1 .04.09 1.487 1.487 0 0 0 2.846 0 .29.29 0 0 1 .562.007c.014.035.006.43.007.475.44-.421 1.002-.7 1.5-.7.92-.031 1.235.565 1.878.923a2.55 2.55 0 0 0 1.276.353c.857 0 1.652-.311 2.058-.749a.292.292 0 0 1 .42.162c.242.785 1.383.79 1.755-.017a.288.288 0 0 1 .523-.031 1.04 1.04 0 0 0 1.01.635.83.83 0 0 0 .76-.587.289.289 0 0 1 .55.176zM7.68 13.81a.29.29 0 0 0-.288.29v1.274a.29.29 0 1 0 .577 0V14.1a.29.29 0 0 0-.289-.29"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/picxy.svg b/mkdocs-material/material/templates/.icons/simple/picxy.svg new file mode 100644 index 0000000..4a785be --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/picxy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.214 9.193a.74.74 0 0 0-.488.276c-.072.093-.124.205-.215.46a246 246 0 0 1-.792 2.17 41 41 0 0 0-.408 1.147 3 3 0 0 1-.053.167 8 8 0 0 1-.228-.553 179 179 0 0 0-1.23-3.074c-.08-.202-.094-.228-.157-.32a.6.6 0 0 0-.328-.247c-.07-.022-.08-.022-.485-.022h-.413v.893l.157.002c.185 0 .218.012.284.087.037.04.091.166.476 1.076l.653 1.54.332.776c.18.435.406.982.408.994l.01.04c.01.042-.018.123-.12.369-.197.47-.3.644-.495.813q-.389.345-.807.21a3 3 0 0 1-.427-.206 1 1 0 0 0-.177-.086l-.094.162c-.05.086-.095.16-.1.168-.02.024-.21.376-.21.387 0 .03.215.177.387.264a1.9 1.9 0 0 0 .903.215c.32 0 .56-.055.827-.19.42-.212.704-.57.982-1.242.12-.287.56-1.374 1.22-3.01.81-2.003.784-1.94.862-2.098.074-.148.106-.185.198-.234.047-.024.063-.027.183-.032L24 10.09v-.903h-.364c-.2-.002-.39 0-.422.006M10.32 9.17c-.492.05-.865.169-1.238.389a2.75 2.75 0 0 0-.856.834 2.6 2.6 0 0 0-.39 1.098 5 5 0 0 0 .004.844c.044.348.112.579.252.862.1.2.157.292.285.45a2.86 2.86 0 0 0 1.71.984c.124.02.166.022.48.022.38 0 .5-.011.753-.072.422-.101.742-.256 1.137-.55.064-.048.157-.115.206-.15.065-.045.09-.07.09-.084a.2.2 0 0 0-.04-.088 1.5 1.5 0 0 0-.124-.204c-.013-.017-.02-.031-.017-.031s-.002-.01-.013-.022c-.01-.01-.017-.024-.015-.03q.003-.006-.002-.007-.01-.001-.018-.02a7 7 0 0 0-.157-.26l-.032-.051-.314.21a4 4 0 0 1-.448.278c-.17.08-.36.145-.535.18a1.4 1.4 0 0 1-.359.027 1.6 1.6 0 0 1-.62-.093 2.4 2.4 0 0 1-.506-.258 2.2 2.2 0 0 1-.362-.36 1.7 1.7 0 0 1-.307-.64 2 2 0 0 1-.066-.532c0-.2.02-.343.07-.544.053-.208.101-.324.21-.504.28-.462.714-.746 1.245-.816a3 3 0 0 1 .533-.005c.131.015.281.052.367.092a.74.74 0 0 1 .317.267c.042.072.086.274.086.397v.06h.854v-.29c0-.321-.01-.392-.067-.541-.087-.225-.316-.462-.563-.586a2.7 2.7 0 0 0-.545-.194c-.213-.05-.328-.062-.656-.064a7 7 0 0 0-.349.002m-4.765.028c-.004.004-.007.19-.007.413v.407h.256c.283 0 .3.003.363.068.067.072.063-.088.062 1.92 0 1.882.002 2.11.037 2.246q.075.299.356.364c.107.024.608.045.62.025.001-.004 0-1.12-.005-2.478l-.006-2.47-.02-.076q-.072-.26-.259-.352c-.13-.065-.139-.066-.797-.07a12 12 0 0 0-.6.003m7.484.006a10 10 0 0 0-.003.44l.003.427h.17c.13 0 .184.006.232.018.17.046.263.123.401.326a111 111 0 0 1 .952 1.405.1.1 0 0 1 .017.04c0 .006-.41.634-.908 1.395l-.908 1.39c0 .002.26.004.576.004h.575l.643-1.003.655-1.02c.011-.015.026.003.144.175.072.106.373.565.67 1.02l.536.828h.572c.541 0 .57-.002.562-.018l-.912-1.395c-.78-1.196-.9-1.382-.89-1.398.005-.01.216-.333.47-.717.48-.723.531-.795.662-.896a1 1 0 0 1 .142-.084l.085-.041.418-.01v-.893h-.384c-.412 0-.483.006-.626.05a.8.8 0 0 0-.36.222c-.072.073-.108.124-.226.323a48 48 0 0 1-.838 1.335c-.02-.012-.25-.372-.765-1.197-.225-.36-.266-.42-.352-.501-.197-.19-.406-.237-1.05-.237-.198 0-.26.003-.263.012M.461 7.104a.4.4 0 0 0-.168.042.5.5 0 0 0-.276.338c-.02.072-.018-.307-.014 4.27v2.875l.529-.002.526-.003V11.89h.45c.8-.002 1.372-.015 1.557-.037a2.1 2.1 0 0 0 .72-.2 2.03 2.03 0 0 0 .803-.71 2.2 2.2 0 0 0 .392-1.058 5 5 0 0 0 0-.79 2.19 2.19 0 0 0-.783-1.465 2.4 2.4 0 0 0-.95-.452 4 4 0 0 0-.461-.066A73 73 0 0 0 .46 7.105Zm2.15.953a1.5 1.5 0 0 1 .688.24c.09.058.265.227.338.326.164.219.252.453.28.743.014.125.014.11 0 .235-.028.29-.116.524-.28.743a1.9 1.9 0 0 1-.338.327 1.5 1.5 0 0 1-.693.24c-.124.013-.108.013-.233 0a1.5 1.5 0 0 1-.692-.24 2 2 0 0 1-.34-.327 1.4 1.4 0 0 1-.28-.743c-.012-.125-.012-.11 0-.235.03-.29.118-.524.28-.743a2 2 0 0 1 .34-.327c.2-.133.507-.237.706-.24a.4.4 0 0 0 .074-.01.1.1 0 0 1 .038-.002c.008.002.059.008.112.013m-.13.58a.64.64 0 0 0-.422.428.9.9 0 0 0 0 .332c.047.16.163.304.302.376.11.057.163.07.294.07s.182-.013.294-.07a.63.63 0 0 0 .302-.376.9.9 0 0 0 0-.332.64.64 0 0 0-.43-.43.9.9 0 0 0-.34.003zM6.46 7.15a.63.63 0 0 0-.443.445 1 1 0 0 0-.015.155c0 .183.053.312.18.438a.56.56 0 0 0 .437.179 1 1 0 0 0 .156-.015.63.63 0 0 0 .446-.446.9.9 0 0 0 0-.311.63.63 0 0 0-.446-.447.9.9 0 0 0-.316.002z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pihole.svg b/mkdocs-material/material/templates/.icons/simple/pihole.svg new file mode 100644 index 0000000..38ba1a0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pihole.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.344 0c.238 4.792 3.256 7.056 6.252 7.376.165-1.692-4.319-5.6-4.319-5.6-.008-.011.009-.025.019-.014 0 0 4.648 4.01 5.423 5.645 2.762-.15 5.196-1.947 5-4.912 0 0-4.12-.613-5 4.618C11.48 2.753 8.993 0 4.344 0M12 7.682v.002a3.68 3.68 0 0 0-2.591 1.077L4.94 13.227a3.7 3.7 0 0 0-.86 1.356 3.3 3.3 0 0 0-.237 1.255A3.68 3.68 0 0 0 4.92 18.45l4.464 4.466a3.7 3.7 0 0 0 2.251 1.06l.002.001q.14.015.28.017l-.1-.008c.06.003.117.009.177.009l-.077-.001L12 24l-.004-.005a3.68 3.68 0 0 0 2.61-1.077l4.469-4.465a3.7 3.7 0 0 0 1.006-1.888l.012-.063a4 4 0 0 0 .057-.541l.003-.061c0-.017.003-.05.004-.06h-.002a3.68 3.68 0 0 0-1.077-2.607l-4.466-4.468a3.7 3.7 0 0 0-1.564-.927l-.07-.02a3.4 3.4 0 0 0-.946-.133zm3.165 3.357c.023 1.748-1.33 3.078-1.33 4.806.164 2.227 1.733 3.207 3.266 3.146q-.051.005-.104.009c-1.847.135-3.209-1.326-5.002-1.326-2.23.164-3.21 1.736-3.147 3.27l-.008-.104c-.133-1.847 1.328-3.21 1.328-5.002-.173-2.32-1.867-3.284-3.46-3.132q.15-.017.31-.027c1.847-.133 3.209 1.328 5.002 1.328 2.082-.155 3.074-1.536 3.145-2.968M4.344 0c.238 4.792 3.256 7.056 6.252 7.376.165-1.692-4.319-5.6-4.319-5.6-.008-.011.009-.025.019-.014 0 0 4.648 4.01 5.423 5.645 2.762-.15 5.196-1.947 5-4.912 0 0-4.12-.613-5 4.618C11.48 2.753 8.993 0 4.344 0M12 7.682v.002a3.68 3.68 0 0 0-2.591 1.077L4.94 13.227a3.7 3.7 0 0 0-.86 1.356 3.3 3.3 0 0 0-.237 1.255A3.68 3.68 0 0 0 4.92 18.45l4.464 4.466a3.7 3.7 0 0 0 2.251 1.06l.002.001q.14.015.28.017l-.1-.008c.06.003.117.009.177.009l-.077-.001L12 24l-.004-.005a3.68 3.68 0 0 0 2.61-1.077l4.469-4.465a3.7 3.7 0 0 0 1.006-1.888l.012-.063a4 4 0 0 0 .057-.541l.003-.061c0-.017.003-.05.004-.06h-.002a3.68 3.68 0 0 0-1.077-2.607l-4.466-4.468a3.7 3.7 0 0 0-1.564-.927l-.07-.02a3.4 3.4 0 0 0-.946-.133zm3.165 3.357c.023 1.748-1.33 3.078-1.33 4.806.164 2.227 1.733 3.207 3.266 3.146q-.051.005-.104.009c-1.847.135-3.209-1.326-5.002-1.326-2.23.164-3.21 1.736-3.147 3.27l-.008-.104c-.133-1.847 1.328-3.21 1.328-5.002-.173-2.32-1.867-3.284-3.46-3.132q.15-.017.31-.027c1.847-.133 3.209 1.328 5.002 1.328 2.082-.155 3.074-1.536 3.145-2.968"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pimcore.svg b/mkdocs-material/material/templates/.icons/simple/pimcore.svg new file mode 100644 index 0000000..aef35f0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pimcore.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 10.579a.474.474 0 0 1-.474.474H22.19a.084.084 0 0 0-.084.084v.547H24v.158a.474.474 0 0 1-.474.474h-1.421v.547c0 .046.038.084.084.084H24v.158a.474.474 0 0 1-.474.474h-1.579a.474.474 0 0 1-.474-.474v-2.211c0-.261.212-.474.474-.474H24zm-5.589.474a.095.095 0 0 0-.095.095V12h1.421c.27 0 .487-.227.473-.5a.48.48 0 0 0-.481-.448h-1.318m2.431.46c.005.44-.246.821-.614 1.004l.614 1.063h-.547a.31.31 0 0 1-.273-.158l-.456-.789h-1.25v.474a.474.474 0 0 1-.474.474h-.158v-2.684c0-.262.212-.474.474-.474h1.549c.61-.001 1.128.48 1.135 1.09m-5.368 1.435c.522 0 .947-.425.947-.947a.948.948 0 0 0-1.736-.523l-.348.523.345.52c.17.257.461.427.792.427m0-2.526a1.58 1.58 0 1 1-1.316 2.451l-.2-.3-.43.648A2.21 2.21 0 0 1 9.473 12a2.211 2.211 0 0 1 4.05-1.228l.056.084-.379.573-.207-.313a1.578 1.578 0 1 0 .008 1.756l1.156-1.742a1.58 1.58 0 0 1 1.317-.709m-7.393.13-1.067 1.067a.095.095 0 0 1-.134 0l-1.065-1.065a.447.447 0 0 0-.763.316v2.711h.158a.474.474 0 0 0 .474-.474v-1.69c0-.037.045-.056.072-.03l.856.856a.474.474 0 0 0 .67 0l.856-.856a.042.042 0 0 1 .072.03v2.163h.158a.474.474 0 0 0 .474-.474v-2.242a.44.44 0 0 0-.442-.442h-.007a.44.44 0 0 0-.312.13m-4.134 3.028a.474.474 0 0 0 .474-.474v-2.684h-.158a.474.474 0 0 0-.474.474v2.684zM2.039 12a.48.48 0 0 0 .487-.45.475.475 0 0 0-.473-.498H.726a.096.096 0 0 0-.095.095V12zm-.015-1.579c.619 0 1.146.507 1.134 1.126a1.105 1.105 0 0 1-1.105 1.084H.632v.474a.474.474 0 0 1-.474.474H0v-2.684c0-.262.212-.474.474-.474z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pinboard.svg b/mkdocs-material/material/templates/.icons/simple/pinboard.svg new file mode 100644 index 0000000..a3195c7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pinboard.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m13.352 14.585-4.509 4.614.72-4.062L3.428 7.57 0 7.753 7.58 0v2.953l7.214 6.646 4.513-1.105-4.689 4.982L24 24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pinescript.svg b/mkdocs-material/material/templates/.icons/simple/pinescript.svg new file mode 100644 index 0000000..285ecc1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pinescript.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.785 16.14.124 21.287a.66.66 0 0 0 .536 1.044h22.681a.662.662 0 0 0 .536-1.045l-4.2-5.927-1.979 1.161a1.98 1.98 0 0 1-1.976 1.913 1.98 1.98 0 0 1-1.97-2.147l-3.173-2.328a1.97 1.97 0 0 1-2.674-.164zm7.693-14.194L3.813 12.732a.663.663 0 0 0 .197.95l.691.417 2.66-1.515a2 2 0 0 1-.007-.163 1.98 1.98 0 0 1 1.977-1.982 1.98 1.98 0 0 1 1.935 2.385l3.047 2.237a1.972 1.972 0 0 1 2.969.172l2.831-1.66a.665.665 0 0 0 .068-.849L12.553 1.948a.658.658 0 0 0-1.075-.002"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pinetwork.svg b/mkdocs-material/material/templates/.icons/simple/pinetwork.svg new file mode 100644 index 0000000..1ba61af --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pinetwork.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 .002c-6.628 0-12 5.371-12 12s5.372 11.996 12 11.996 12-5.371 12-12S18.624.002 12 .002m0 1.719c5.679 0 10.281 4.602 10.281 10.281S17.68 22.283 12 22.283 1.719 17.681 1.719 12.002 6.32 1.721 12 1.721M9.102 5.943c-.123 0-.227.1-.227.227v1.139c0 .122.1.226.227.226h1.56a.225.225 0 0 0 .227-.226v-1.14c0-.121-.1-.226-.227-.226zm3.685 0c-.122 0-.226.1-.226.227v1.139c0 .122.1.226.226.226h1.559a.23.23 0 0 0 .226-.226v-1.14c0-.121-.1-.226-.226-.226zm3.219 1.407v1.19H7.352c-1.895.026-1.975 2.042-1.975 2.042v1.461H7.43l.008-1.447h1.398v7.574c-.005.457.451.285.451.285l1.461-.516c.23-.099.186-.308.186-.308v-7.022h1.591v7.641c.014.357.366.213.366.213l1.591-.565c.14-.076.118-.195.118-.195l-.022-7.062 1.527-.04c1.909-.027 1.963-2.103 1.963-2.103V7.35z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pingdom.svg b/mkdocs-material/material/templates/.icons/simple/pingdom.svg new file mode 100644 index 0000000..8cc4c7d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pingdom.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11.96 17.804 7.959-3.396-7.049 7.241a14.4 14.4 0 0 0-.91-3.844zM24 11.118a44.2 44.2 0 0 0-15.087 1.92 14.6 14.6 0 0 1 2.535 3.621c4.042-2.25 9.646-5.123 12.552-5.531v-.015zm-12.574.275.207-.06a40 40 0 0 0 4.523-1.656 16.6 16.6 0 0 0 4.159-2.367 9 9 0 0 0 2.915-4.122c.12-.267.211-.549.267-.837-2.024 2.76-10.041 3.048-10.041 3.048l1.89-1.734A26.4 26.4 0 0 0 0 8.645a14.44 14.44 0 0 1 8.139 3.634c1.086-.336 2.196-.576 3.286-.879v-.006z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pino.svg b/mkdocs-material/material/templates/.icons/simple/pino.svg new file mode 100644 index 0000000..650cd2b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pino.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m9.225 5.555 2.789 5.472 2.756-5.505L11.999 0M1.979 20.123h13.769v-.037L8.862 6.29m3.524 5.522 4.131 8.311h5.505L15.137 6.291M4.5 24h14.87l-1.554-3.188H6.056"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pinterest.svg b/mkdocs-material/material/templates/.icons/simple/pinterest.svg new file mode 100644 index 0000000..a6b3a7f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pinterest.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.017 0C5.396 0 .029 5.367.029 11.987c0 5.079 3.158 9.417 7.618 11.162-.105-.949-.199-2.403.041-3.439.219-.937 1.406-5.957 1.406-5.957s-.359-.72-.359-1.781c0-1.663.967-2.911 2.168-2.911 1.024 0 1.518.769 1.518 1.688 0 1.029-.653 2.567-.992 3.992-.285 1.193.6 2.165 1.775 2.165 2.128 0 3.768-2.245 3.768-5.487 0-2.861-2.063-4.869-5.008-4.869-3.41 0-5.409 2.562-5.409 5.199 0 1.033.394 2.143.889 2.741.099.12.112.225.085.345-.09.375-.293 1.199-.334 1.363-.053.225-.172.271-.401.165-1.495-.69-2.433-2.878-2.433-4.646 0-3.776 2.748-7.252 7.92-7.252 4.158 0 7.392 2.967 7.392 6.923 0 4.135-2.607 7.462-6.233 7.462-1.214 0-2.354-.629-2.758-1.379l-.749 2.848c-.269 1.045-1.004 2.352-1.498 3.146 1.123.345 2.306.535 3.55.535 6.607 0 11.985-5.365 11.985-11.987C23.97 5.39 18.592.026 11.985.026z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pioneerdj.svg b/mkdocs-material/material/templates/.icons/simple/pioneerdj.svg new file mode 100644 index 0000000..d355fb3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pioneerdj.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.46 5.569c1.474 1.144 1.715 2.695 1.107 4.319-.565 1.503-1.833 2.96-3.827 4.087-2.21 1.227-4.498 1.554-6.993 1.554H0L4.212 4.308h5.051c2.548 0 4.7.1 6.197 1.26zm-3.112 4.235c.33-.884.246-2.202-.34-2.906-.658-.782-1.673-.873-3.138-.873l-.716.016s-.616-.07-.866.49c-.153.35.064-.263-2.412 6.341-.326.876.452.919.452.919s2.794.17 5.132-1.448c.991-.685 1.577-1.705 1.888-2.539m5.938-1.467L24 8.366l-2.892 7.731c-.944 2.518-2.896 3.595-6.812 3.595l-3.058-.04.731-1.746c4.427.21 5.225-1.76 5.365-2.139l1.846-4.966s.317-.884-.402-.884h-1.132Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/piped.svg b/mkdocs-material/material/templates/.icons/simple/piped.svg new file mode 100644 index 0000000..a8ceda5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/piped.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.947 22.915c0 .6-1.207 1.085-2.7 1.085-1.492 0-2.698-.485-2.698-1.085s1.206-1.086 2.699-1.086 2.699.485 2.699 1.086m-.018-.906V.789S9.593.58 9.06.33A7 7 0 0 0 8.1.07 8 8 0 0 0 6.986 0a8 8 0 0 0-1.043.144 6 6 0 0 0-.786.272A6 6 0 0 0 4.56.79v21.223c.609-.462 1.668-.684 2.687-.684 1.015 0 2.072.22 2.68.68zm1.906-17.195c.66 0 1.192-1 1.192-2.237S12.494.34 11.835.34c-.66 0-1.192 1-1.192 2.237s.533 2.237 1.192 2.237m.045 4.488c-.66 0-1.192 1.102-1.192 2.464 0 1.363.533 2.465 1.192 2.465.66 0 1.192-1.102 1.192-2.465s-.532-2.464-1.192-2.464m7.556-2.16a12 12 0 0 0-.142-1.026 12 12 0 0 0-.27-.994 12 12 0 0 0-.388-.939q-.226-.44-.492-.859a11 11 0 0 0-.578-.76 10 10 0 0 0-.647-.65 9.6 9.6 0 0 0-1.412-.941 9.6 9.6 0 0 0-1.412-.492 11 11 0 0 0-.65-.102 6 6 0 0 0-.626-.053c.433.486.708 1.294.708 2.25 0 1-.3 1.836-.767 2.313.224.041.575.163.708.212.215.096.432.211.641.344.356.258.543.471.73.77.263.474.31.856.247 1.287-.135.651-.495 1.035-.937 1.33a4.3 4.3 0 0 1-.623.297c-.087.026-.438.13-.694.158.453.521.74 1.418.74 2.48 0 1.042-.278 1.923-.716 2.448.114-.002.22-.003.35-.007.414-.037.9-.107 1.395-.207.314-.085.862-.25 1.531-.55a9 9 0 0 0 1.422-.996q.32-.32.605-.673a9 9 0 0 0 .504-.782q.217-.428.39-.876.154-.463.262-.951.086-.495.129-1.003c.02-.343-.001-.686-.008-1.028"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pipx.svg b/mkdocs-material/material/templates/.icons/simple/pipx.svg new file mode 100644 index 0000000..7208772 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pipx.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.801 0q-.007-.002-.02.017a34 34 0 0 0-1.451 2.245l.231-.662a.034.034 0 0 0-.058-.033l-.52.648a.1.1 0 0 0-.042.004l.353-.727a.037.037 0 0 0-.061-.04l-1.073 1.23q-.08.024-.07-.007c.313-.871.874-1.732 1.345-2.53a.05.05 0 0 0 .008-.028q0-.016-.005-.027-.02-.04-.047-.005c-.143.192-.422.71-.602.817a.031.031 0 0 1-.047-.025q0-.008.003-.013l.123-.281a.024.024 0 0 0-.025-.034.03.03 0 0 0-.017.009c-.417.53-.75 1.137-1.099 1.714-.225.373-.637.983-.902 1.515L11.13 8.52l-.934 1.756C9.44 9.075 8.838 7.75 8.15 6.503c-.15-.273-.353-.59-.518-.89a.03.03 0 0 0-.024-.014H7.59a.016.016 0 0 0-.015.021l.154.409a.06.06 0 0 1-.008.053l-.082.107a.08.08 0 0 0-.013.07l.15.505q.033.11-.024.01c-.295-.515-.566-1.099-.845-1.646q-.012-.025-.03-.004-.014.016-.003.037.317.644.504 1.16.004.01-.007.01h-.019a.01.01 0 0 1-.01-.007l-.387-.746a.037.037 0 0 0-.07.015.2.2 0 0 0 .07.174c.01.008.007.024-.005.027l-.024.008a.035.035 0 0 1-.041-.015l-.261-.432a.044.044 0 0 0-.076.002.04.04 0 0 0-.003.032l.46 1.592q.008.025-.019.025-.029 0-.048-.042l-.47-1.017a.027.027 0 0 0-.051.017c.06.335.166.55.177.975q.006.198.248.735c.047.106.061.23.106.337a.009.009 0 0 1-.016.008c-.302-.554-.496-1.088-.902-1.61a.034.034 0 0 0-.06.031c.065.203.096.38.192.592.125.277.103.564.206.814q.075.183.168.36a126 126 0 0 0 2.19 4.587c.02.039.015.095.016.137l-.34.53-1.024 1.834-.86 1.58-.339.614a.024.024 0 0 0 .035.032l.176-.118q.056-.039.035.027a3 3 0 0 1-.295.659q-.027.043.024.033l.173-.035c.003.155-.192.464-.257.64-.01.024.01.05.037.046a.04.04 0 0 0 .024-.015l.482-.714c.121.169-.044.328-.094.486a.044.044 0 0 0 .072.044l.322-.31q.04-.037.058.014l.018.05a.045.045 0 0 0 .082.01l.194-.31a.034.034 0 0 1 .06.028l-.306.876a.031.031 0 0 0 .054.031l.906-1.054a4.2 4.2 0 0 1-.462.956.04.04 0 0 0-.007.022.1.1 0 0 0 .007.024q.02.033.043.001.369-.518.707-1.057a.3.3 0 0 1 .117-.087l.016.15q.008.08.048.012c.176-.295.396-.556.57-.838q.476-.775 1.074-1.47.03-.035.05.004l.11.202c.264.588.538 1.185.864 1.768.405.722.911 1.815 1.38 2.683q.282.52.568 1.04c.33.6.617 1.26.936 1.888.16.336.348.716.67.792q.047.01.03-.034l-.687-1.839q.412.331.682.747.03.049.065.051a.042.042 0 0 0 .045-.048l-.173-1.104q-.015.04 0 0l.11-.156c.093.13.228.224.314.365q.34.567.805 1.024a.05.05 0 0 0 .082-.023.1.1 0 0 0 0-.023c-.174-.731-.567-1.452-.783-2.215q-.075-.266.11-.06.34.375.64.786.463.633.123-.073a14 14 0 0 0-.508-.924c-.643-1.281-1.338-2.527-1.997-3.8-.573-1.108-1.197-2.192-1.73-3.305a.2.2 0 0 1-.019-.065l-.006-.059q.175-.18.358-.488.179-.298.786-1.162c.107-.152.313-.39.457-.63q.148-.248.589-.821c1.077-1.402 2.239-2.795 3.184-4.227a.022.022 0 1 0-.036-.026l-.427.52a.043.043 0 0 1-.077-.024l-.008-.13q-.004-.078-.055-.019l-.497.582h-.033c.008-.035.002-.072.02-.105q.492-.908 1.032-1.8a.044.044 0 0 0-.07-.054q-.139.148-.269.335-.087.125-.144.05l.573-1.097a.024.024 0 0 0-.04-.025l-1.1 1.567-.672.938q-.02.026-.047.01-.028-.016-.01-.049.476-.807.609-1.062.357-.523.647-1.124c.117-.244.33-.514.429-.813a.03.03 0 0 0-.05-.027l-.604.773.392-.78q.368-.686.804-1.4c.204-.333.358-.658.518-1q.003-.006-.001-.01l-.015-.014q-.018-.02-.03.003a24 24 0 0 1-1.123 1.598.9.9 0 0 0-.14.27q-.01.033-.031.006l-.014-.014q-.03-.024-.012-.059.24-.479.415-.984a.3.3 0 0 0 .021-.072q-.016-.119-.097-.029l-.448.491q-.039.054-.009-.044a.1.1 0 0 1 .02-.04c.229-.335.416-.755.588-1.05q.331-.564.646-1.138a.1.1 0 0 0 .01-.045Q17.809.001 17.801 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pivotaltracker.svg b/mkdocs-material/material/templates/.icons/simple/pivotaltracker.svg new file mode 100644 index 0000000..b0020b9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pivotaltracker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.002 0c-6.617 0-12 5.382-12 11.998 0 6.618 5.384 12.002 12 12.002S24 18.616 24 11.998C24 5.382 18.619 0 12.002 0m0 2.43a9.57 9.57 0 0 1 9.568 9.568c0 5.286-4.283 9.572-9.568 9.572s-9.57-4.286-9.57-9.572 4.285-9.568 9.57-9.568m-.135 1.31L8.822 5.498V5.5l2.68 4.64c.425-.113.888-.08 1.31.118l1.41-2.442zm4.17 2.256-2.68 4.643c.325.324.52.749.557 1.195h2.816l2.356-4.076zM4.781 7.984v3.55h.002v-.03h5.36a1.9 1.9 0 0 1 .756-1.08L9.49 7.984zm2.487 4.182L4.912 16.24l3.049 1.762 2.682-4.645a1.93 1.93 0 0 1-.557-1.191zm6.59.33a1.9 1.9 0 0 1-.756 1.078l1.41 2.442h4.707v-3.52h-5.362zm-2.67 1.244-1.41 2.442 2.353 4.076 3.049-1.76-2.68-4.64c-.425.114-.89.08-1.313-.118z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/piwigo.svg b/mkdocs-material/material/templates/.icons/simple/piwigo.svg new file mode 100644 index 0000000..f9c8cf3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/piwigo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.712 12.777A4.713 4.713 0 0 1 12 17.49a4.713 4.713 0 0 1-4.713-4.713A4.713 4.713 0 0 1 12 8.066a4.713 4.713 0 0 1 4.712 4.711m2.4-12.776c-2.572.058-2.358 1.544-8.237 1.555h-4.15A5.947 5.947 0 0 0 .777 7.503v10.55A5.947 5.947 0 0 0 6.725 24h10.55a5.947 5.947 0 0 0 5.948-5.947V4.081l-.008-.018c0-.014.004-.028.004-.043 0-2.227-1.88-4.02-4.108-4.02zm.09 2.545a1.41 1.41 0 0 1 1.407 1.41A1.41 1.41 0 0 1 19.2 5.364a1.41 1.41 0 0 1-1.41-1.408 1.41 1.41 0 0 1 1.41-1.41zM12 6.12a6.656 6.656 0 0 1 6.656 6.655A6.656 6.656 0 0 1 12 19.434a6.656 6.656 0 0 1-6.656-6.657A6.656 6.656 0 0 1 12 6.122z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pix.svg b/mkdocs-material/material/templates/.icons/simple/pix.svg new file mode 100644 index 0000000..4cbb833 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pix.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.283 18.36a3.5 3.5 0 0 0 2.493-1.032l3.6-3.6a.684.684 0 0 1 .946 0l3.613 3.613a3.5 3.5 0 0 0 2.493 1.032h.71l-4.56 4.56a3.647 3.647 0 0 1-5.156 0L4.85 18.36ZM18.428 5.627a3.5 3.5 0 0 0-2.493 1.032l-3.613 3.614a.67.67 0 0 1-.946 0l-3.6-3.6A3.5 3.5 0 0 0 5.283 5.64h-.434l4.573-4.572a3.646 3.646 0 0 1 5.156 0l4.559 4.559ZM1.068 9.422 3.79 6.699h1.492a2.48 2.48 0 0 1 1.744.722l3.6 3.6a1.73 1.73 0 0 0 2.443 0l3.614-3.613a2.48 2.48 0 0 1 1.744-.723h1.767l2.737 2.737a3.646 3.646 0 0 1 0 5.156l-2.736 2.736h-1.768a2.48 2.48 0 0 1-1.744-.722l-3.613-3.613a1.77 1.77 0 0 0-2.444 0l-3.6 3.6a2.48 2.48 0 0 1-1.744.722H3.791l-2.723-2.723a3.646 3.646 0 0 1 0-5.156"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pixabay.svg b/mkdocs-material/material/templates/.icons/simple/pixabay.svg new file mode 100644 index 0000000..86d52b1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pixabay.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.627 10.234a.89.89 0 0 1-.887-.888H1.7c0 .49-.398.888-.888.888H0v9.447h15.56v-9.447H5.64zm-.886 2.796h-3.04v-1.323h3.04zm5.344 5.234a3.27 3.27 0 0 1-3.267-3.269c0-1.802 1.466-3.193 3.267-3.193s3.267 1.39 3.267 3.193a3.27 3.27 0 0 1-3.267 3.269m1.756-3.269c0 .969-.788 1.757-1.756 1.757a1.76 1.76 0 0 1-1.756-1.757c0-.969.788-1.757 1.756-1.757s1.756.788 1.756 1.757M24 9.501l-3.93 10.156-3.164-1.226V16.7l2.242.869 2.765-7.146L11.55 6.407l-.96 2.482H8.86l1.769-4.57z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pixelfed.svg b/mkdocs-material/material/templates/.icons/simple/pixelfed.svg new file mode 100644 index 0000000..7b6aa77 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pixelfed.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 24C5.373 24 0 18.627 0 12S5.373 0 12 0s12 5.373 12 12-5.373 12-12 12m-.953-9.38h2.202c2.074 0 3.755-1.637 3.755-3.656S15.323 7.31 13.249 7.31h-3.177c-1.197 0-2.167.944-2.167 2.109v8.208z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pixiv.svg b/mkdocs-material/material/templates/.icons/simple/pixiv.svg new file mode 100644 index 0000000..bf8c64d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pixiv.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.935 0A4.924 4.924 0 0 0 0 4.935v14.13A4.924 4.924 0 0 0 4.935 24h14.13A4.924 4.924 0 0 0 24 19.065V4.935A4.924 4.924 0 0 0 19.065 0zm7.81 4.547c2.181 0 4.058.676 5.399 1.847a6.12 6.12 0 0 1 2.116 4.66c.005 1.854-.88 3.476-2.257 4.563-1.375 1.092-3.225 1.697-5.258 1.697-2.314 0-4.46-.842-4.46-.842v2.718c.397.116 1.048.365.635.779H5.79c-.41-.41.19-.65.644-.779V7.666c-1.053.81-1.593 1.51-1.868 2.031.32 1.02-.284.969-.284.969l-1.09-1.73s3.868-4.39 9.553-4.39zm-.19.971c-1.423-.003-3.184.473-4.27 1.244v8.646c.988.487 2.484.832 4.26.832h.01c1.596 0 2.98-.593 3.93-1.533.952-.948 1.486-2.183 1.492-3.683-.005-1.54-.504-2.864-1.42-3.86-.918-.992-2.274-1.645-4.002-1.646"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pixlr.svg b/mkdocs-material/material/templates/.icons/simple/pixlr.svg new file mode 100644 index 0000000..7382f1b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pixlr.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.264 14.391a18 18 0 0 1-2.645-.299A16 16 0 0 1 0 11.821v.284c0 6.052 4.483 11.043 10.311 11.85a48.6 48.6 0 0 1-1.808-7.816c-.075-.552-.164-1.135-.239-1.748m6.276-4.633a2.8 2.8 0 0 0 .688-1.494c.015-.12.03-.24.03-.344a2 2 0 0 0-.24-1.016 1.34 1.34 0 0 0-.657-.628c-1.195-.582-2.615.658-3.123 1.69 0 0 0 .014-.015.014-.717 1.36-.523 3.542-.523 3.542a8.3 8.3 0 0 0 2.929-1.031c.329-.195.642-.434.911-.733M12 .045C6.486.045 1.853 3.765.463 8.847c.105.134.643.433.733.493.254.164.523.329.792.493 1.11.647 2.897 1.47 5.155 1.749.314.06.643.074.957.074 0-.12-.015-.239-.015-.358-.015-.583.015-1.18.074-1.764.03-.239.045-.463.09-.702.015-.045.015-.105.03-.15v-.044c.374-2.003 1.42-3.781 3.362-4.648 2.003-.882 4.29-.523 5.545 1.36a5.22 5.22 0 0 1-.12 5.484c-1.315 2.048-3.631 3.034-6.067 3.363a44 44 0 0 0 .642 4.035 48 48 0 0 0 .882 3.511c.015.06.03.12.06.18.194.672.418 1.345.642 2.002C19.278 23.328 24 18.217 24 12.015 23.97 5.41 18.605.045 12 .045"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pkgsrc.svg b/mkdocs-material/material/templates/.icons/simple/pkgsrc.svg new file mode 100644 index 0000000..d0d2afd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pkgsrc.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12.908 8.763 9.157-5.132L11.25 0 1.62 4.42Zm1.5 2.29 9-5.368-.948 11.84-8.191 6.382zM.593 6.712 1.619 18.79 11.922 24l-.12-12.788Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/planet.svg b/mkdocs-material/material/templates/.icons/simple/planet.svg new file mode 100644 index 0000000..1889399 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/planet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.891 6.582c-1.159 0-2.4.457-3.217 1.633h-.033a1.59 1.59 0 0 0-1.59-1.59h-.048v10.86a1.79 1.79 0 0 0 1.784 1.784v-4.703h.034c.343.571 1.29 1.536 3.185 1.536 2.857 0 4.572-2.352 4.572-4.638.002-2.416-1.616-4.882-4.687-4.882m-.066 7.975c-1.714 0-3.07-1.388-3.07-3.217 0-1.666 1.242-3.2 3.023-3.2 1.845 0 3.103 1.616 3.103 3.233-.001 1.905-1.455 3.184-3.056 3.184M12.001 24A12 12 0 1 1 24 12.001 12.013 12.013 0 0 1 12.001 24m0-22.856a10.861 10.861 0 1 0 10.861 10.862 10.87 10.87 0 0 0-10.86-10.862z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/planetscale.svg b/mkdocs-material/material/templates/.icons/simple/planetscale.svg new file mode 100644 index 0000000..0e0d5e1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/planetscale.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 12C0 5.373 5.373 0 12 0c4.873 0 9.067 2.904 10.947 7.077l-15.87 15.87a12 12 0 0 1-1.935-1.099L14.99 12H12l-8.485 8.485A11.96 11.96 0 0 1 0 12m12.004 12L24 12.004C23.998 18.628 18.628 23.998 12.004 24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/plangrid.svg b/mkdocs-material/material/templates/.icons/simple/plangrid.svg new file mode 100644 index 0000000..544aab3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/plangrid.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.6 0c2.6 0 4.262.009 5.828 1.574C23.99 3.141 24 4.794 24 7.401v9.2c0 2.6-.01 4.261-1.574 5.828C20.859 23.991 19.207 24 16.598 24h-9.2c-2.599 0-4.26-.009-5.827-1.574C.01 20.861 0 19.207 0 16.599v-9.2C0 4.8.01 3.138 1.574 1.572 3.141.01 4.793 0 7.4 0zm4.398 11.151C20.57 6.578 16.684 3.002 12 3.002c-4.971 0-9 4.027-9 8.998 0 4.801 3.752 8.734 8.485 9h7.136A2.385 2.385 0 0 0 21 18.619v-7.47zm-2.285 8.589a1.025 1.025 0 0 1 0-2.048 1.024 1.024 0 1 1 0 2.048M12 18.949A6.956 6.956 0 0 1 5.051 12 6.956 6.956 0 0 1 12 5.051 6.956 6.956 0 0 1 18.949 12 6.956 6.956 0 0 1 12 18.949"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/platformdotsh.svg b/mkdocs-material/material/templates/.icons/simple/platformdotsh.svg new file mode 100644 index 0000000..82427c0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/platformdotsh.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 0H0v9.541h24zm0 20.755H0V24h24zM0 12.618h24v4.892H0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/platformio.svg b/mkdocs-material/material/templates/.icons/simple/platformio.svg new file mode 100644 index 0000000..d8b2edd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/platformio.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 23.992c1.25.211 7.051-3.743 9.113-8.217.253-.686.61-1.198.746-2.5.21-2.016-.41-3.912-1.59-5.419-.987-1.163-2.305-2.004-3.88-2.532l.683-2.583a1.371 1.371 0 1 0-.76-.189L15.64 5.1c-1.109-.288-2.328-.437-3.64-.444m5.978 11.667c-1.548 1.346-2.525 1.488-3.045 1.467-.274-.034-.75-.558-.919-1.104-.188-.612-.28-1.282-.273-2.2-.199-2.476 1.465-5.624 3.937-6.041 1.003-.186 2.39.493 2.889 2.088.506 1.422-.645 4.147-2.589 5.79M12 4.656c-1.315.007-2.538.156-3.65.447l-.675-2.56A1.37 1.37 0 0 0 6.962 0a1.372 1.372 0 0 0-.044 2.742L7.6 5.328c-1.57.528-2.885 1.367-3.871 2.528-1.179 1.507-1.8 3.403-1.588 5.419.136 1.302.492 1.814.745 2.5 2.062 4.474 7.862 8.428 9.113 8.217m-1.507-9.507c.007.92-.086 1.589-.274 2.201-.167.546-.644 1.07-.918 1.104-.52.021-1.498-.121-3.045-1.467-1.944-1.643-3.095-4.368-2.589-5.79.5-1.595 1.886-2.274 2.889-2.088 2.471.417 4.136 3.565 3.937 6.04m6.45-2.19a1.24 1.24 0 1 0 0 2.48 1.24 1.24 0 0 0 0-2.48m.416 1.149a.325.325 0 1 1 0-.65.325.325 0 0 1 0 .65M7.25 12.294a1.24 1.24 0 1 0 0 2.48 1.24 1.24 0 0 0 0-2.48m-.418 1.15a.325.325 0 1 1 0-.65.325.325 0 0 1 0 .65"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/platzi.svg b/mkdocs-material/material/templates/.icons/simple/platzi.svg new file mode 100644 index 0000000..7222874 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/platzi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.64 1.127 2.485 9.282a3.84 3.84 0 0 0 0 5.436l8.155 8.155a3.84 3.84 0 0 0 5.436 0l2.72-2.718-2.72-2.718-2.718 2.718L5.203 12l8.155-8.155 5.437 5.437-5.437 5.436 2.718 2.72L21.513 12a3.84 3.84 0 0 0 0-5.437l-5.448-5.436a3.83 3.83 0 0 0-5.425 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/plausibleanalytics.svg b/mkdocs-material/material/templates/.icons/simple/plausibleanalytics.svg new file mode 100644 index 0000000..ea59f63 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/plausibleanalytics.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.184.002c-.638-.01-1.289.022-1.725.1-1.858.322-3.424 1.11-4.72 2.376C4.405 3.781 3.581 5.3 3.181 7.193l-.139.644L3.008 24c.291.008.591-.04.842-.06 2.348-.287 4.344-1.709 5.431-3.866.275-.55.472-1.182.61-1.97.113-.67.12-.892.101-4.381l-.017-3.674.142-.357c.197-.49.743-1.035 1.232-1.233l.358-.142 3.346-.006c1.84 0 3.454-.025 3.58-.049.585-.113 1.211-.603 1.462-1.146.072-.15.168-.442.21-.639.065-.329.06-.419-.036-.789-.298-1.1-1.35-2.623-2.425-3.514C16.624 1.163 15.28.49 13.828.148c-.382-.086-1.007-.137-1.644-.146m8.536 6.8c-.05.18-.098.367-.172.522a2.59 2.59 0 0 1-1.822 1.43c-3.673.056-2.539.055-3.673.056l-3.248.006-.27.107c-.313.126-.827.64-.953.953l-.107.268.017 3.576c.015 2.889.007 3.582-.06 4.125a9 9 0 0 0 1.568.139 8.99 8.99 0 0 0 8.992-8.992 9 9 0 0 0-.272-2.19"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/playcanvas.svg b/mkdocs-material/material/templates/.icons/simple/playcanvas.svg new file mode 100644 index 0000000..3e0813f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/playcanvas.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m6.115 0-.002 3.414 5.823 3.41-5.82 3.414-.003 3.412 11.774-6.826zm11.77 10.35L6.113 17.174 17.887 24l-.002-3.414-5.82-3.412 5.822-3.412z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/playerdotme.svg b/mkdocs-material/material/templates/.icons/simple/playerdotme.svg new file mode 100644 index 0000000..725701b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/playerdotme.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.981 0a8.957 8.957 0 0 0-8.956 8.957v.363C3.283 15.828 10.082 24 10.082 24V13.205c-1.638-.747-2.756-2.369-2.756-4.253a4.66 4.66 0 1 1 6.152 4.416l-.033.01v4.427c4.296-.713 7.531-4.401 7.531-8.845A8.96 8.96 0 0 0 12.017.001h-.038z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/playerfm.svg b/mkdocs-material/material/templates/.icons/simple/playerfm.svg new file mode 100644 index 0000000..e7c973b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/playerfm.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.976 0a12 12 0 0 0-.347.012 19 19 0 0 0-1.129.11c-3.29.448-6.096 2.1-7.993 4.56a12 12 0 0 0-1.22 1.94 12 12 0 0 0-.173.358q-.138.298-.261.603a12 12 0 0 0-.288.788l-.045.143A12 12 0 0 0 0 11.986v.037A12 12 0 0 0 12 24a12 12 0 0 0 11.939-10.79l.003-.024A12 12 0 0 0 24 12.018v-.048a12 12 0 0 0-.769-4.182 9 9 0 0 0-.125-.313 12 12 0 0 0-.226-.507c-1.487-3.15-4.299-5.59-7.698-6.506-.76-.208-1.978-.39-2.813-.444A12 12 0 0 0 12.024 0zm2.321 2.88c.166.001.377.056.675.159 1.782.611 3.773 2.157 4.856 3.764.752 1.118 1.337 2.428 1.337 2.987 0 .358-.35.681-.725.681-.35 0-.708-.305-.804-.68-.13-.525-.83-1.852-1.345-2.534-.917-1.205-2.332-2.262-3.72-2.777-.979-.367-1.232-.795-.778-1.336.152-.182.29-.267.504-.265zm-3.885 1.4q.391.002.7.165c1.31.664 1.24 2.568-.122 3.092-1.686.637-2.533 1.319-3.084 2.437-1.153 2.34-.21 5.1 2.123 6.218 1.712.821 3.668.533 5.03-.725.62-.576.961-1.074 1.267-1.878.428-1.126.917-1.545 1.79-1.545 1.119 0 1.887.943 1.66 2.026-.463 2.13-2.253 4.27-4.42 5.275-1.196.55-1.851.69-3.362.69-1.485 0-2.131-.131-3.284-.655-3.144-1.424-5.075-4.83-4.673-8.21a8.12 8.12 0 0 1 5.511-6.734 2.7 2.7 0 0 1 .864-.156m3.463.96c.217.004.499.105.914.306 1.686.803 3.083 2.279 3.834 4.035.28.672.14 1.109-.41 1.283-.42.123-.7-.104-1.066-.864-.681-1.441-1.65-2.437-3.013-3.11-.795-.384-.891-.471-.97-.847-.035-.2 0-.314.184-.532.157-.184.31-.276.527-.271m-.398 2.443c.23-.001.496.108.84.334.961.629 2.044 1.983 2.044 2.55 0 .289-.28.656-.559.725-.376.097-.646-.087-1.04-.707-.427-.655-.925-1.153-1.44-1.415-.446-.227-.577-.402-.577-.769a.58.58 0 0 1 .245-.515.73.73 0 0 1 .487-.203"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/playstation.svg b/mkdocs-material/material/templates/.icons/simple/playstation.svg new file mode 100644 index 0000000..b41601a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/playstation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.984 2.596v17.547l3.915 1.261V6.688c0-.69.304-1.151.794-.991.636.18.76.814.76 1.505v5.875c2.441 1.193 4.362-.002 4.362-3.152 0-3.237-1.126-4.675-4.438-5.827-1.307-.448-3.728-1.186-5.39-1.502zm4.656 16.241 6.296-2.275c.715-.258.826-.625.246-.818-.586-.192-1.637-.139-2.357.123l-4.205 1.5V14.98l.24-.085s1.201-.42 2.913-.615c1.696-.18 3.785.03 5.437.661 1.848.601 2.04 1.472 1.576 2.072-.465.6-1.622 1.036-1.622 1.036l-8.544 3.107V18.86zM1.807 18.6c-1.9-.545-2.214-1.668-1.352-2.32.801-.586 2.16-1.052 2.16-1.052l5.615-2.013v2.313L4.205 17c-.705.271-.825.632-.239.826.586.195 1.637.15 2.343-.12L8.247 17v2.074c-.12.03-.256.044-.39.073-1.939.331-3.996.196-6.038-.479z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/playstation2.svg b/mkdocs-material/material/templates/.icons/simple/playstation2.svg new file mode 100644 index 0000000..23f1684 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/playstation2.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.46 13.779v.292h4.142v-3.85h3.796V9.93h-4.115v3.85zm16.248-3.558v1.62h-7.195v2.23H24v-.292h-7.168v-1.646H24V9.929h-7.487v.292zm-16.513 0v1.62H0v2.23h.292v-1.938H7.46V9.929H0v.292Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/playstation3.svg b/mkdocs-material/material/templates/.icons/simple/playstation3.svg new file mode 100644 index 0000000..75d7637 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/playstation3.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.362 9.433h-3.148c-.97 0-1.446.6-1.446 1.38v2.365c0 .483-.228.83-.71.83H7.304a.035.035 0 0 0-.035.035v.47q0 .031.03.032h3.11c.97 0 1.45-.597 1.45-1.377v-2.363c0-.484.224-.832.71-.832h2.781c.02 0 .04-.014.04-.033v-.475c0-.02-.02-.035-.04-.035zm-9.266 0H.038c-.022 0-.038.017-.038.035v.477c0 .02.016.036.038.036h5.694c.48 0 .71.347.71.83s-.228.83-.71.83H1.228c-.7 0-1.227.586-1.227 1.365v1.513c0 .02.02.037.04.037h1.03c.02 0 .04-.016.04-.037v-1.513c0-.48.28-.82.68-.82H6.1c.97 0 1.444-.594 1.444-1.374 0-.778-.473-1.38-1.442-1.38zm17.453 2.498a.04.04 0 0 1 0-.056c.3-.25.45-.627.45-1.062 0-.778-.474-1.38-1.446-1.38h-6.057c-.02 0-.036.018-.036.038v.475c0 .02.02.04.04.04h5.7c.48 0 .715.35.715.83s-.23.83-.712.83h-5.7c-.02 0-.036.02-.036.04v.48c0 .02.016.033.037.033h5.7c.63.007.71.62.71.93v.06c0 .485-.23.833-.71.833h-5.7c-.02 0-.036.015-.036.034v.477c0 .02.015.037.036.037h6.05c.973 0 1.446-.645 1.446-1.38v-.057c0-.47-.15-.916-.45-1.19z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/playstation4.svg b/mkdocs-material/material/templates/.icons/simple/playstation4.svg new file mode 100644 index 0000000..316d8b7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/playstation4.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.302 13.18v-2.387c0-.486.227-.834.712-.834h2.99c.017 0 .035-.018.035-.036v-.475q0-.006-.003-.012h-3.66c-.792.1-1.18.653-1.18 1.357v2.386c0 .482-.233.831-.71.831H7.332c-.018 0-.036.012-.036.036v.475q.002.031.023.04h3.584c.933-.025 1.393-.62 1.393-1.385zM.024 14.564h1.05a.04.04 0 0 0 .025-.04v-1.52c0-.487.275-.823.676-.823h4.323c.974 0 1.445-.6 1.445-1.384 0-.705-.386-1.257-1.18-1.357H.006c0 .003-.006.005-.006.01v.475q0 .036.037.036h5.697c.484 0 .712.35.712.833 0 .484-.227.836-.712.836H1.226c-.7 0-1.226.592-1.226 1.373v1.519c0 .02.01.036.028.04zm15.998-.55h5.738c.017 0 .03.012.03.024v.483c0 .024.017.036.035.036h1.035c.018 0 .036-.01.036-.036v-.475c0-.018.02-.036.04-.036h1.028c.024 0 .036-.018.036-.036v-.484c0-.018-.01-.036-.035-.036h-1.03c-.02 0-.037-.017-.037-.035V9.96c0-.283-.104-.463-.28-.523h-.3a1.2 1.2 0 0 0-.303.132l-6.18 3.815c-.24.15-.323.318-.263.445.048.104.185.182.454.182zm.895-.637 4.79-2.961c.03-.024.09-.018.09.048v2.961c0 .018-.016.036-.034.036h-4.817c-.04 0-.06-.012-.065-.024q-.01-.034.036-.06"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/playstation5.svg b/mkdocs-material/material/templates/.icons/simple/playstation5.svg new file mode 100644 index 0000000..3b08355 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/playstation5.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.45 14.57a1.383 1.383 0 0 0 1.383-1.384v-2.378a.833.833 0 0 1 .834-.833h2.684a.037.037 0 0 0 .036-.038v-.476a.036.036 0 0 0-.036-.036h-3.234a1.383 1.383 0 0 0-1.384 1.383v2.38a.834.834 0 0 1-.833.834H7.253a.036.036 0 0 0-.036.037v.476a.036.036 0 0 0 .036.036zm6.045-3.213V9.461a.036.036 0 0 1 .036-.036h7.308a.037.037 0 0 1 .037.036v.476a.04.04 0 0 1-.037.038h-6.21a.036.036 0 0 0-.036.036v1.236a.395.395 0 0 0 .397.397h4.622a1.465 1.465 0 0 1 0 2.925h-6.08a.036.036 0 0 1-.037-.036v-.474a.036.036 0 0 1 .036-.037h5.53a.916.916 0 1 0-.007-1.83h-4.726a.833.833 0 0 1-.833-.835m-10.846.287a.835.835 0 0 0 0-1.67H.037A.037.037 0 0 1 0 9.938v-.476a.036.036 0 0 1 .037-.036h6.152a1.384 1.384 0 0 1 0 2.767H1.933a.833.833 0 0 0-.833.834v1.513a.036.036 0 0 1-.037.036H.037a.036.036 0 0 1-.037-.04v-1.513a1.383 1.383 0 0 1 1.384-1.378Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/playstationportable.svg b/mkdocs-material/material/templates/.icons/simple/playstationportable.svg new file mode 100644 index 0000000..b450ce0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/playstationportable.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 9.93v.296h7.182v1.626H.001v2.217h.295v-1.921h7.182V9.93zm11.29 0v3.844H7.478v.296h4.124v-3.844h3.813V9.93zm5.233 0v.296h7.182v1.626h-7.182v2.217h.296v-1.921H24V9.93z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/playstationvita.svg b/mkdocs-material/material/templates/.icons/simple/playstationvita.svg new file mode 100644 index 0000000..f9995c2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/playstationvita.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.176 12.216H1.274c-.26 0-.453.198-.453.538v1.235H0v-1.19c0-.668.42-1.119 1.014-1.119h1.924c.471-.018.584-.252.584-.592 0-.26-.13-.616-.584-.58H0v-.49h3.176c.832 0 1.16.481 1.16 1.07 0 .669-.328 1.128-1.16 1.128m3.488-1.122v1.813c0 .663-.299 1.076-1.126 1.076H3.761v-.49h1.55c.318 0 .507-.258.507-.586v-1.813c0-.578.28-1.077 1.102-1.077h1.765v.49H7.158c-.412-.017-.494.32-.494.587m4.84 2.904c-.331-.018-.47-.27-.532-.377s-1.92-3.609-1.92-3.609h.924l1.538 2.855c.08.16.262.2.36.012l1.53-2.867h.577s-1.798 3.404-1.87 3.52c-.071.117-.276.484-.607.466m3.005-3.972h.84v3.96h-.84zm3.77.46.003 3.477h-.826V10.49l-1.57-.002v-.483L19.859 10l-.002.489zm3.235-.481c-.314.005-.51.354-.579.467-.071.116-1.873 3.527-1.873 3.527h.578l.44-.84h2.541l.454.84H24s-1.86-3.508-1.923-3.616c-.062-.107-.201-.36-.533-.378zm-.18.996c.078-.005.155.047.2.138l.825 1.525h-2.004l.818-1.538c.043-.082.102-.12.162-.125Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pleroma.svg b/mkdocs-material/material/templates/.icons/simple/pleroma.svg new file mode 100644 index 0000000..1cfcfaa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pleroma.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.36 0a1.87 1.87 0 0 0-1.87 1.868V24h5.964V0zm7.113 0v12h4.168a1.87 1.87 0 0 0 1.868-1.868V0zm0 18.036V24h4.168a1.87 1.87 0 0 0 1.868-1.868v-4.096Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/plesk.svg b/mkdocs-material/material/templates/.icons/simple/plesk.svg new file mode 100644 index 0000000..f79a0e9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/plesk.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.102 7.021v7.353h.736V7.02zm13.655.01v7.343h.735V7.032zm.735 4.633 2.479 2.71h1.019l-2.574-2.731L24 9.122h-.987zm-4.008-2.636q-.803 0-1.31.378-.505.378-.505 1.07 0 .39.148.642.15.252.38.415.231.163.522.267.29.106.59.19.263.074.5.152t.418.194a.9.9 0 0 1 .286.278q.105.163.104.405 0 .315-.286.535-.285.22-.88.221-.913 0-1.485-.735l-.572.504q.429.472.913.678.484.204 1.11.204.408 0 .766-.1a1.9 1.9 0 0 0 .621-.294q.264-.194.419-.478.153-.283.153-.64 0-.389-.153-.646a1.5 1.5 0 0 0-.402-.436 2.3 2.3 0 0 0-.545-.289 13 13 0 0 0-.594-.205q-.242-.074-.467-.152a2 2 0 0 1-.397-.184.9.9 0 0 1-.275-.252.6.6 0 0 1-.104-.357q0-.304.225-.504t.787-.2q.44 0 .759.163t.594.51l.011.01.54-.494q-.408-.472-.853-.661a2.6 2.6 0 0 0-1.018-.19zm-14.688.041q-.882 0-1.796.284v7.626h.725v-2.72q.273.072.546.115a3.54 3.54 0 0 0 1.586-.11q.504-.153.898-.478.394-.326.636-.83.24-.504.241-1.208 0-.577-.2-1.071a2.4 2.4 0 0 0-.572-.851 2.6 2.6 0 0 0-.898-.557 3.3 3.3 0 0 0-1.166-.2m8.886 0q-.483 0-.914.163-.431.164-.756.5a2.4 2.4 0 0 0-.515.845q-.189.51-.189 1.202 0 .525.157.998.159.473.473.84.315.369.788.583.473.216 1.103.216.683 0 1.166-.205t.85-.604l-.44-.462a1.86 1.86 0 0 1-.683.488 2.2 2.2 0 0 1-.84.153q-.831 0-1.314-.526-.483-.525-.514-1.417h3.939q.02-1.356-.568-2.064-.588-.71-1.743-.71m.031.62q.39 0 .683.121.294.12.478.32.183.2.284.484t.1.609H9.074a2.13 2.13 0 0 1 .494-1.103q.167-.19.456-.31t.688-.12zM1.86 9.7q.924 0 1.434.563.51.561.51 1.475 0 .989-.552 1.518-.552.53-1.486.53-.252 0-.52-.057a5 5 0 0 1-.52-.142V9.868a3 3 0 0 1 .557-.132A5 5 0 0 1 1.86 9.7m2.377 6.588v.692H8.66v-.692z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/plex.svg b/mkdocs-material/material/templates/.icons/simple/plex.svg new file mode 100644 index 0000000..1288036 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/plex.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.987 8.409c-.96 0-1.587.28-2.12.933v-.72H0v8.88s.038.018.127.037c.138.03.821.187 1.331-.249.441-.377.542-.814.542-1.318v-1.283c.533.573 1.147.813 2 .813 1.84 0 3.253-1.493 3.253-3.48 0-2.12-1.36-3.613-3.266-3.613m16.748 5.595.406.591c.391.614.894.906 1.492.908.621-.012 1.064-.562 1.226-.755 0 0-.307-.27-.686-.72-.517-.614-1.214-1.755-1.24-1.803zm-3.205-1.955c0-2.08-1.52-3.64-3.52-3.64s-3.467 1.587-3.467 3.573a3.48 3.48 0 0 0 3.507 3.52c1.413 0 2.626-.84 3.253-2.293h-2.04l-.093.093c-.427.4-.72.533-1.227.533-.787 0-1.373-.506-1.453-1.266h4.986c.04-.214.054-.307.054-.52m-7.671-.219c0 .769.11 1.701.868 2.722l.056.069c-.306.526-.742.88-1.248.88-.399 0-.814-.211-1.138-.579a2.18 2.18 0 0 1-.538-1.441V6.409H9.86zm9.283 3.46h-2.39l2.247-3.332-2.247-3.335h2.39l2.248 3.335zM3.573 13.662c-.933 0-1.68-.773-1.68-1.72s.76-1.666 1.68-1.666 1.68.733 1.68 1.68c0 .946-.733 1.706-1.68 1.706m18.361-1.974L24 8.622h-2.391l-.87 1.293zm-9.404-.466c.16-.706.72-1.133 1.493-1.133s1.373.467 1.507 1.133z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/plotly.svg b/mkdocs-material/material/templates/.icons/simple/plotly.svg new file mode 100644 index 0000000..ecb6d4c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/plotly.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.021 0C.967 0 .111.883.111 1.973v20.054c0 1.09.857 1.973 1.91 1.973H21.98c1.054 0 1.91-.884 1.91-1.973V1.973C23.89.883 23.034 0 21.98 0H2.02zM10.1 4.648a.7.7 0 0 1 .304.127 1.2 1.2 0 0 1 .356.373.21.21 0 0 1 .084.163c.165.388.135.857-.149 1.203-.19.232-.429.305-.648.263a.24.24 0 0 1-.096.04c-.41.13-.884-.218-.994-.663-.065-.26-.087-.674.076-.908a.4.4 0 0 1 .082-.086 1 1 0 0 1 .05-.264c.077-.214.256-.214.425-.148a1 1 0 0 1 .09-.006 2 2 0 0 1 .158.008.28.28 0 0 1 .262-.102m8.43 0c.098.012.204.06.304.127a1.2 1.2 0 0 1 .355.373.21.21 0 0 1 .084.163c.166.388.136.857-.148 1.203-.19.232-.43.305-.648.263a.24.24 0 0 1-.096.04c-.41.13-.885-.218-.994-.663-.065-.26-.087-.674.076-.908a.4.4 0 0 1 .082-.086 1 1 0 0 1 .049-.264c.077-.214.256-.214.424-.148a1 1 0 0 1 .091-.006 2 2 0 0 1 .159.008.28.28 0 0 1 .261-.102zm-13.159.16c.224-.013.461.063.649.198a1 1 0 0 1 .23.223l.059.039c.341.244.312.679.074.992l-.004.008a.91.91 0 0 1-.897.558c-.302-.008-.611-.084-.82-.271-.2-.143-.34-.356-.332-.627a.13.13 0 0 1 .092-.127 1.04 1.04 0 0 1 .342-.6.7.7 0 0 1 .607-.393m8.682.003c.224-.014.461.06.648.195a1 1 0 0 1 .229.224l.058.04c.342.244.315.679.076.992l-.005.006a.91.91 0 0 1-.895.558c-.302-.008-.614-.084-.822-.271a.73.73 0 0 1-.33-.627.13.13 0 0 1 .092-.125 1.04 1.04 0 0 1 .34-.6.7.7 0 0 1 .61-.393zm-8.282.496.034.04.011.005a.13.13 0 0 1 .088.076.6.6 0 0 1 .225.125.7.7 0 0 0-.078-.135 1.2 1.2 0 0 0-.28-.111m8.68 0 .033.04.012.005c.039.007.07.038.088.076a.6.6 0 0 1 .225.125.7.7 0 0 0-.079-.135 1.2 1.2 0 0 0-.279-.111m-4.553.119a2 2 0 0 0-.005.295c.075-.042.081-.17.064-.262a.3.3 0 0 0-.059-.033m8.428 0a2 2 0 0 0-.004.295c.076-.042.08-.17.063-.262l-.02-.014-.039-.02zM5.55 5.65l-.086.028.01.04c.057-.032.133-.028.175.028l-.003-.057a.3.3 0 0 1-.075-.023Q5.56 5.66 5.55 5.65m8.68 0-.086.028.011.04c.057-.032.134-.028.176.028l-.004-.057a.3.3 0 0 1-.074-.023zm-9.032.088q.004.026.01.053l.023.078q-.04-.044-.033-.13zm8.68.002a1 1 0 0 0 .033.13q-.04-.043-.033-.13m-3.18.02-.011.017a.38.38 0 0 1-.13.237l-.001.006a.12.12 0 0 1-.04.119l-.029.064a2 2 0 0 1-.148.285.6.6 0 0 0 .217-.205c.1-.156.147-.34.142-.523m8.43 0-.012.017a.38.38 0 0 1-.129.237q0 .002-.002.006c.013.043-.005.088-.039.119l-.029.064a2 2 0 0 1-.148.285.57.57 0 0 0 .216-.205c.1-.156.148-.34.143-.523m-9.961.039a1 1 0 0 0 .004.133c.017.185.078.383.219.513a.6.6 0 0 0 .086.067 1 1 0 0 1-.143-.278 2.6 2.6 0 0 1-.166-.435m8.43 0a1 1 0 0 0 .004.133c.017.185.078.383.218.513a.6.6 0 0 0 .086.067 1 1 0 0 1-.142-.278 2.5 2.5 0 0 1-.166-.435m-11.67.146a.4.4 0 0 1-.028.065l.036.068a.24.24 0 0 0-.008-.133m8.681 0a1 1 0 0 1-.029.065l.035.068a.24.24 0 0 0-.006-.133m-9.09.41a.6.6 0 0 1-.18.038l-.013.015a.5.5 0 0 0 .229-.013l-.035-.04zm8.68 0a.6.6 0 0 1-.18.038l-.013.015a.5.5 0 0 0 .228-.013zm-4.308 2.3a1.06 1.06 0 0 1 1.052 1.072v8.58c0 .592-.47 1.072-1.052 1.072s-1.055-.48-1.055-1.072v-8.58c0-.592.472-1.072 1.055-1.073zm8.431 0a1.06 1.06 0 0 1 1.053 1.072v8.58c0 .592-.47 1.072-1.053 1.072-.582 0-1.054-.48-1.054-1.072v-8.58c0-.592.472-1.072 1.054-1.073zm-12.95.105c.224-.013.461.06.649.195a1 1 0 0 1 .23.225l.059.039c.341.244.312.679.074.992l-.004.006a.91.91 0 0 1-.897.558c-.302-.007-.611-.083-.82-.271-.2-.142-.34-.354-.332-.625a.13.13 0 0 1 .092-.127 1.04 1.04 0 0 1 .342-.6.7.7 0 0 1 .607-.393zm8.682 0c.224-.013.461.06.648.195a1 1 0 0 1 .229.225l.058.039c.342.244.315.679.076.992l-.005.006a.91.91 0 0 1-.895.558c-.302-.007-.614-.083-.822-.271a.73.73 0 0 1-.33-.625.13.13 0 0 1 .092-.127 1.04 1.04 0 0 1 .34-.6.7.7 0 0 1 .61-.393zm-8.282.496.034.043.011.002a.13.13 0 0 1 .088.076.6.6 0 0 1 .225.125.7.7 0 0 0-.078-.133 1.2 1.2 0 0 0-.28-.113m8.68 0 .033.043.012.002c.039.007.07.038.088.076a.6.6 0 0 1 .225.125.7.7 0 0 0-.079-.133 1.2 1.2 0 0 0-.279-.113M5.55 9.6l-.086.027.01.041c.057-.032.133-.029.175.027l-.003-.054a.3.3 0 0 1-.075-.026Q5.56 9.608 5.55 9.6m8.68 0-.086.027.011.041c.057-.032.134-.029.176.027l-.004-.054a.3.3 0 0 1-.074-.026zm-9.032.09a.6.6 0 0 0 .032.123.16.16 0 0 1-.032-.124zm8.68 0a.6.6 0 0 0 .031.123.17.17 0 0 1-.031-.124zm-7.951.206a.4.4 0 0 1-.028.063l.036.07a.24.24 0 0 0-.008-.133m8.681 0a.4.4 0 0 1-.029.063l.035.07a.24.24 0 0 0-.006-.133m-9.09.409a.6.6 0 0 1-.18.037v.002l-.013.015a.55.55 0 0 0 .229-.015zm8.68 0a.6.6 0 0 1-.18.037v.002l-.013.015a.55.55 0 0 0 .228-.015zm-8.525 2.64c.582 0 1.053.48 1.053 1.073v4.289c0 .592-.47 1.072-1.053 1.072-.582 0-1.055-.48-1.055-1.072v-4.29c0-.592.473-1.072 1.055-1.072m8.432 0c.581 0 1.054.48 1.054 1.073v4.289c0 .592-.473 1.072-1.054 1.072-.583 0-1.053-.48-1.053-1.072v-4.29c0-.592.47-1.072 1.053-1.072"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/plume.svg b/mkdocs-material/material/templates/.icons/simple/plume.svg new file mode 100644 index 0000000..387ba63 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/plume.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.528 9.532c0-.368.095-.735.284-1.063v-.001l2.94-5.093a3.78 3.78 0 0 1 3.27-1.887l6.644.002c.294 0 .526.262.476.565-.038.238-.261.402-.502.402l-6.618-.002a2.81 2.81 0 0 0-2.433 1.404L5.65 8.95h.001a1.17 1.17 0 0 0-.002 1.16l-.001-.002 2.75 4.764a.087.087 0 0 1-.074.13h-.767a.35.35 0 0 1-.301-.173L4.81 10.592v-.001a2.1 2.1 0 0 1-.282-1.059m.819 6.926v.001a2.13 2.13 0 0 0 1.837 1.064h4.894c.124 0 .24-.065.301-.173l.384-.664a.087.087 0 0 0-.076-.13H7.186h.001a1.16 1.16 0 0 1-1.003-.583v.002l-2.94-5.092a2.81 2.81 0 0 1 0-2.81l3.312-5.73c.12-.208.089-.483-.098-.636a.483.483 0 0 0-.727.13L2.407 7.59a3.78 3.78 0 0 0 0 3.776Zm14.126-1.99c0 .368-.096.735-.284 1.063v.001l-2.941 5.093a3.78 3.78 0 0 1-3.27 1.887l-6.643-.002a.484.484 0 0 1-.477-.565c.038-.238.262-.402.502-.402l6.618.002a2.81 2.81 0 0 0 2.433-1.404l2.94-5.092a1.17 1.17 0 0 0 .001-1.16l-2.75-4.763a.087.087 0 0 1 .076-.13h.766c.124 0 .24.066.302.174l2.444 4.237.001.002c.188.328.282.694.282 1.059m-6.937 5.525H6.655a3.78 3.78 0 0 1-3.27-1.888L.065 12.35a.483.483 0 0 1 .222-.683c.23-.104.503.005.63.224l3.306 5.73a2.81 2.81 0 0 0 2.432 1.405h5.88-.002a1.17 1.17 0 0 0 1.006-.578v.001l2.75-4.764a.087.087 0 0 1 .151 0l.383.663a.35.35 0 0 1 0 .349l-2.447 4.236v.001a2.13 2.13 0 0 1-1.84 1.06zm11.399-8.341-3.32-5.755a3.78 3.78 0 0 0-3.27-1.888h-5.88a2.13 2.13 0 0 0-1.84 1.059l-.001.002-2.447 4.236a.35.35 0 0 0 0 .348l.383.663a.087.087 0 0 0 .15 0l2.751-4.764v.001a1.16 1.16 0 0 1 1.005-.578h5.88c1.003 0 1.93.535 2.431 1.405l3.306 5.73c.127.22.4.328.63.224a.483.483 0 0 0 .222-.683M18.653 7.54l2.94 5.093a3.78 3.78 0 0 1 0 3.775l-3.324 5.753a.484.484 0 0 1-.727.13c-.187-.152-.218-.427-.097-.636l3.31-5.73a2.81 2.81 0 0 0 .001-2.809l-2.94-5.09a1.17 1.17 0 0 0-1.003-.583h-5.5a.087.087 0 0 1-.076-.13l.384-.664a.35.35 0 0 1 .301-.174l4.892.001h.002a2.13 2.13 0 0 1 1.837 1.064"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pluralsight.svg b/mkdocs-material/material/templates/.icons/simple/pluralsight.svg new file mode 100644 index 0000000..e4cf2db --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pluralsight.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.72 1.755C10.08-.301 3.811 2.625 1.771 8.25c-2.071 5.699.854 11.956 6.494 14.01 5.655 2.055 11.956-.87 14.01-6.51 2.057-5.67-.87-11.939-6.524-13.995zM12 24C5.4 24 0 18.6 0 12S5.4 0 12 0s12 5.4 12 12-5.4 12-12 12M8.926 5.805v12.391L19.68 12zm1.049 1.769L17.625 12l-7.65 4.426zm-3.526-.419v9.689L14.85 12zm1.051 1.8L12.811 12 7.5 15.061V8.939"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/plurk.svg b/mkdocs-material/material/templates/.icons/simple/plurk.svg new file mode 100644 index 0000000..7907685 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/plurk.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.902 1.906a10.07 10.07 0 0 0-7.88 3.707 10 10 0 0 0-.284.357l.004-.003q.35-.295.717-.445l.058-.023c.3-.112.602-.147.9-.088 1.44.289 2.19 2.609 1.676 5.183-.515 2.574-2.1 4.427-3.54 4.139-1.01-.202-1.679-1.405-1.813-2.992v-.005.052a9 9 0 0 0 0 .4v.073l.002.059a11 11 0 0 0 .043.643 10 10 0 0 0 .961 3.443c.06.126.03.276-.078.363l-.277.226a.91.91 0 0 0-.29.97q0 .008.006.017a1 1 0 0 0 .06.142l.05-.04.23-.173a.261.261 0 1 1 .315.416l-.245.186-.037.028 1.177 1.448a.91.91 0 0 0 1.275.131l.258-.21a.3.3 0 0 1 .374 0 10.05 10.05 0 0 0 6.528 2.181 10.04 10.04 0 0 0 5.572-1.855.3.3 0 0 1 .38.025l.163.156a.91.91 0 0 0 1.179.059l-.004-.004-.21-.197a.262.262 0 0 1 .358-.382l.225.21 1.26-1.326a.91.91 0 0 0-.033-1.282l-.263-.25a.3.3 0 0 1-.054-.36 10.06 10.06 0 0 0 1.103-6.671c.3-.278.853-.824 1.069-1.292.231-.502.29-1.02-.323-.792-.476.177-.842.29-1.286.19-1.417-3.593-4.847-6.193-8.851-6.4a10 10 0 0 0-.473-.014zM2.265 6.246a1.228 1.228 0 0 0-1.083 1.765 1.23 1.23 0 1 0 .755 2.236c.176-.124.305-.29.394-.47.187.342.46.627.779.823a6 6 0 0 0 .017.6c.102 1.228.62 2.16 1.4 2.316 1.114.223 2.34-1.21 2.738-3.2.4-1.99-.18-3.784-1.295-4.007-.434-.087-.885.08-1.298.432-.45.383-.854.988-1.14 1.73q-.015-.002-.03-.007c-.14-.04-.214-.131-.311-.152a1.23 1.23 0 0 0-.926-2.065zm2.862 1.245q.08 0 .16.015c.726.143 1.104 1.312.844 2.608-.26 1.298-1.058 2.23-1.783 2.085-.493-.098-.824-.67-.905-1.433.18.07.37.113.56.122.526.024.87-.154 1.14-.513.345-.465.083-1.753-.375-1.92-.356-.13-.567.027-.884.05a2.5 2.5 0 0 1 .557-.72c.22-.185.453-.292.686-.295z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pluscodes.svg b/mkdocs-material/material/templates/.icons/simple/pluscodes.svg new file mode 100644 index 0000000..c0f9fbe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pluscodes.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0a2.4 2.4 0 0 0-2.4 2.4A2.4 2.4 0 0 0 12 4.8a2.4 2.4 0 0 0 2.4-2.4A2.4 2.4 0 0 0 12 0M9.543 9.543v4.914h4.914V9.543zM2.4 9.6A2.4 2.4 0 0 0 0 12a2.4 2.4 0 0 0 2.4 2.4A2.4 2.4 0 0 0 4.8 12a2.4 2.4 0 0 0-2.4-2.4m19.2 0a2.4 2.4 0 0 0-2.4 2.4 2.4 2.4 0 0 0 2.4 2.4A2.4 2.4 0 0 0 24 12a2.4 2.4 0 0 0-2.4-2.4M12 19.2a2.4 2.4 0 0 0-2.4 2.4A2.4 2.4 0 0 0 12 24a2.4 2.4 0 0 0 2.4-2.4 2.4 2.4 0 0 0-2.4-2.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pm2.svg b/mkdocs-material/material/templates/.icons/simple/pm2.svg new file mode 100644 index 0000000..5d22ac3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pm2.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.43 3.223c-.83 1.386-.906 1.499-1.21 1.81-.633.654-1.417 1.003-2.415 1.074-.187.013-1.265.033-2.702.05-.638.008-.75.011-.766.028-.01.011-.185.274-.39.586l-.37.565.104.005c.056.003.443-.003.858-.011a93.159 93.163 0 0 1 1.335-.019c.572 0 .58 0 .667.03.246.084.393.306.355.533a.5.5 0 0 1-.394.42c-.104.027-.375.034-2.821.075-.426.007-.78.015-.784.02a31 31 0 0 0-.747 1.145c.004.004.405 0 .893-.007 3.13-.051 5.844-.092 6.6-.1.727-.008.995-.02 1.19-.054.54-.092.954-.297 1.31-.65.253-.252.475-.572.852-1.23.125-.217.262-.45.307-.52l.138-.223c.033-.054.07-.11.082-.125.033-.038.1-.146.14-.23.034-.07.534-.906.75-1.257.15-.242.232-.312.42-.355.26-.06.58.102.653.332.06.188.033.305-.136.59-1.21 2.035-1.65 2.764-1.887 3.123-.672 1.018-1.684 1.564-2.991 1.613-.105.003-.773.015-1.486.026l-2.052.031-1.591.027a1166.545 1166.596 0 0 1-3.102.048q-.752.008-.78.022a.7.7 0 0 0-.12.186 2.9 2.9 0 0 0-.285.793.4.4 0 0 1-.039.132c-.024.007-.02.787.003.81a.4.4 0 0 1 .04.135c.057.285.197.616.395.932l.092.147 1.316.008c.724.004 2.597.015 4.164.021 1.692.008 2.914.019 3.01.027.318.026.488.052.75.118a3.37 3.37 0 0 1 1.652.95c.255.264.38.44.941 1.339a188 188 0 0 1 1.494 2.44c.142.28.05.571-.223.7a.59.59 0 0 1-.518.01c-.145-.072-.152-.08-.9-1.29a85 85 0 0 0-.512-.822 26.09 26.091 0 0 1-.344-.565c-.37-.62-.588-.93-.82-1.162a2.37 2.37 0 0 0-1.164-.627c-.286-.064-.338-.066-2.328-.077a590.763 590.789 0 0 0-3.215-.014c-.738 0-1.634-.005-1.99-.008-.517-.008-.647-.007-.647.007 0 .008.156.27.348.578l.348.56.332.003c2.407.019 2.53.02 2.619.037.194.04.309.123.386.28a.35.35 0 0 1 .05.212.43.43 0 0 1-.143.342.57.57 0 0 1-.251.142c-.075.022-.142.024-1.214.02-.92-.003-1.134 0-1.126.013a94 94 0 0 0 .704 1.135c.008.007.592.016 1.508.021 1.23.008 1.527.013 1.673.03 1.105.13 1.942.603 2.573 1.457.117.158.248.366.912 1.44l.466.754h.714c.392 0 .714-.003.714-.007s-.257-.42-.57-.924a493.191 493.213 0 0 1-1.49-2.407 13 13 0 0 0-.274-.43 2.4 2.4 0 0 0-1.434-.97c-.252-.061-.428-.077-.874-.083s-.522-.016-.646-.08a.55.55 0 0 1-.231-.227c-.033-.065-.037-.088-.037-.211 0-.127.003-.145.037-.208a.56.56 0 0 1 .357-.275c.07-.021.13-.024.52-.024.345 0 .48.005.625.024.937.12 1.64.445 2.224 1.027.276.276.397.443.758 1.042.127.209.412.672.636 1.028l1.05 1.686.644 1.04h.905c.722 0 .905-.005.9-.018a24 24 0 0 0-.24-.39c-.46-.737-.493-.796-.513-.943-.027-.206.118-.419.345-.5a.55.55 0 0 1 .6.134c.064.063.414.61.936 1.465l.156.255.178-.009a3.3 3.3 0 0 0 1.31-.325c.065-.03.125-.056.134-.059a3.15 3.15 0 0 0 1.078-.886 541.326 541.35 0 0 0 2.393-3.65c2.484-3.806 2.433-3.724 2.554-4.086a2.68 2.68 0 0 0-.115-2.016c-.048-.103-.838-1.387-2.263-3.683a536.842 536.866 0 0 0-2.253-3.617 2.94 2.94 0 0 0-1.1-.915 3.2 3.2 0 0 0-.902-.316c-.18-.033-.193-.036-.183-.052.004-.008-.106-.01-.292-.01l-.298.005-.265.44c-.588.98-.643 1.068-.726 1.151a.57.57 0 0 1-.309.169c-.222.04-.496-.093-.59-.287-.03-.057-.033-.084-.033-.204 0-.187-.009-.167.504-1.01a3 3 0 0 0 .147-.254c0-.007-.29-.012-.71-.012h-.71l-.019.03a442 442 0 0 1-1.829 3.028c-.21.347-.468.776-.57.953-.231.396-.326.54-.49.744a4 4 0 0 1-.563.56q-.795.617-1.92.747c-.361.042-.884.048-1.072.013a.58.58 0 0 1-.384-.276c-.033-.065-.037-.083-.037-.21 0-.12.004-.147.034-.21a.54.54 0 0 1 .352-.279c.073-.02.16-.027.515-.037.264-.007.485-.02.578-.033a3 3 0 0 0 .599-.15c.164-.065.396-.19.532-.288a2.9 2.9 0 0 0 .53-.526c.056-.074.325-.509.599-.966.273-.458.8-1.334 1.171-1.947.37-.614.677-1.124.68-1.135.006-.016-.098-.018-.703-.018h-.708zm7.036.536c0 .01.005.02.012.022.005.001.101.149.212.327.506.81.692 1.117.72 1.194.036.1.04.231.008.323a.65.65 0 0 1-.24.262.54.54 0 0 1-.657-.088c-.08-.075-.165-.201-.46-.685-.11-.182-.214-.346-.229-.366q-.024-.036-.016-.066c.01-.031.56-.88.601-.925.027-.03.05-.03.05.003zM16.08 5.896q-.004.011.005.016c.012.004 1.003 1.593 1.574 2.523.48.778.696 1.127.88 1.413.301.469.413.687.526 1.026.115.342.16.653.147 1.005-.007.24-.03.39-.088.624-.102.4-.325.866-.61 1.278-.09.128-.273.322-.304.322-.01 0-.02.005-.02.012 0 .006-.039.025-.086.04a.63.63 0 0 1-.39-.012.66.66 0 0 1-.294-.283c-.032-.067-.034-.087-.029-.19.007-.14.036-.202.231-.503.25-.385.352-.596.424-.885q.186-.735-.184-1.46a37 37 0 0 0-.692-1.138 342.675 342.69 0 0 1-1.16-1.867c-.308-.496-.569-.918-.584-.938-.014-.021-.024-.045-.02-.054.01-.027.59-.907.62-.938.02-.022.03-.026.043-.016.01.008.015.02.01.026zm3.142.909a.6.6 0 0 1 .26.188c.095.117 1.425 2.23 1.911 3.04.28.462.41.75.5 1.103.062.243.086.431.086.689 0 .343-.037.57-.145.897-.126.382-.217.553-.658 1.236-.16.25-.998 1.548-1.858 2.887l-1.862 2.89c-.163.253-.303.47-.31.485-.008.013-.019.023-.027.02a21 21 0 0 1-.625-1.006c0-.009.012-.033.025-.052a8337.117 8337.482 0 0 1 3.846-5.967c.205-.318.266-.429.343-.62a1.95 1.95 0 0 0 .15-.84c-.014-.316-.077-.54-.254-.894-.13-.266-.255-.476-.562-.95-.125-.193-.269-.42-.319-.504a76.564 76.567 0 0 0-.486-.789c-.764-1.226-.755-1.21-.757-1.35 0-.118.04-.212.128-.307a.67.67 0 0 1 .32-.184.6.6 0 0 1 .294.027zm-4.54 1.215.2.325c1.091 1.747 1.137 1.824 1.247 2.043q.691 1.38.014 2.735c-.096.19-.135.255-.767 1.236-.848 1.32-.947 1.47-.974 1.5-.022.022-.025.024-.025.003 0-.012-.533-.881-1.184-1.93a193.219 193.227 0 0 1-1.184-1.918c0-.007.554-.858 1.233-1.892a612.753 612.78 0 0 0 1.314-2.007.7.7 0 0 1 .096-.127c.007 0 .02.014.03.033zm2.437 6.843a.68.68 0 0 1 .277.26.5.5 0 0 1 .041.153c.01.133-.024.21-.264.588a820.264 820.3 0 0 1-1.25 1.954l-.125.194c-.022.04-.026.042-.048.026a29.746 29.747 0 0 1-.605-.97c-.012-.03 1.237-1.975 1.327-2.068a.55.55 0 0 1 .446-.182.44.44 0 0 1 .201.045"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pnpm.svg b/mkdocs-material/material/templates/.icons/simple/pnpm.svg new file mode 100644 index 0000000..906890b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pnpm.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0v7.5h7.5V0zm8.25 0v7.5h7.498V0zm8.25 0v7.5H24V0zM8.25 8.25v7.5h7.498v-7.5zm8.25 0v7.5H24v-7.5zM0 16.5V24h7.5v-7.5zm8.25 0V24h7.498v-7.5zm8.25 0V24H24v-7.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pocket.svg b/mkdocs-material/material/templates/.icons/simple/pocket.svg new file mode 100644 index 0000000..0e3a828 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pocket.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18.813 10.259-5.646 5.419a1.65 1.65 0 0 1-2.282 0l-5.646-5.419a1.645 1.645 0 0 1 2.276-2.376l4.511 4.322 4.517-4.322a1.643 1.643 0 0 1 2.326.049 1.64 1.64 0 0 1-.045 2.326zm5.083-7.546a2.16 2.16 0 0 0-2.041-1.436H2.179c-.9 0-1.717.564-2.037 1.405-.094.25-.142.511-.142.774v7.245l.084 1.441c.348 3.277 2.047 6.142 4.682 8.139q.069.053.143.105l.03.023a11.9 11.9 0 0 0 4.694 2.072c.786.158 1.591.24 2.389.24.739 0 1.481-.067 2.209-.204.088-.029.176-.045.264-.06.023 0 .049-.015.074-.029a12 12 0 0 0 4.508-2.025l.029-.031.135-.105c2.627-1.995 4.324-4.862 4.686-8.148L24 10.678V3.445c0-.251-.031-.5-.121-.742z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pocketbase.svg b/mkdocs-material/material/templates/.icons/simple/pocketbase.svg new file mode 100644 index 0000000..7c2c9fa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pocketbase.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.684 12a.63.63 0 0 1-.631-.632V4.421c0-.349.282-.632.631-.632h2.37q.69 0 1.287.139.61.125 1.053.44.454.303.715.82.26.502.26 1.246 0 .718-.273 1.247a2.4 2.4 0 0 1-.715.869 3.1 3.1 0 0 1-1.053.503q-.598.165-1.273.164h-.46a.63.63 0 0 0-.632.632v1.52a.63.63 0 0 1-.632.631Zm1.279-4.888c0 .349.283.632.632.632h.343q1.56 0 1.56-1.31 0-.642-.404-.907-.39-.264-1.156-.264h-.343a.63.63 0 0 0-.632.631Zm6.3 13.098a.63.63 0 0 1-.631-.631v-6.947a.63.63 0 0 1 .631-.632h2.203q.66 0 1.216.1.57.09.984.328.414.24.647.63.246.39.246.982 0 .278-.09.554a1.5 1.5 0 0 1-.26.516 1.86 1.86 0 0 1-1.076.7.03.03 0 0 0-.023.03c0 .015.01.028.025.03q.887.167 1.346.626.466.465.466 1.297 0 .63-.246 1.083a2.15 2.15 0 0 1-.685.755 3.4 3.4 0 0 1-1.036.441 5.5 5.5 0 0 1-1.268.139zm1.271-5.542c0 .349.283.631.632.631h.21q.698 0 1.009-.264t.31-.743q0-.453-.323-.642-.31-.202-.984-.202h-.222a.63.63 0 0 0-.632.632Zm0 3.463c0 .349.283.631.632.631h.39q1.528 0 1.528-1.108 0-.54-.376-.78-.361-.24-1.152-.24h-.39a.63.63 0 0 0-.632.632zM1.389 0C.629 0 0 .629 0 1.389V15.03a1.4 1.4 0 0 0 1.389 1.39H8.21a.63.63 0 0 0 .63-.632.63.63 0 0 0-.63-.63H1.389c-.078 0-.125-.05-.125-.128V1.39c0-.078.047-.125.125-.125H15.03c.078 0 .127.047.127.125v6.82a.63.63 0 0 0 .631.63.63.63 0 0 0 .633-.63V1.389A1.4 1.4 0 0 0 15.032 0ZM15.79 7.578a.63.63 0 0 0-.632.633.63.63 0 0 0 .631.63h6.822c.078 0 .125.05.125.128V22.61c0 .078-.047.125-.125.125H8.97c-.077 0-.127-.047-.127-.125v-6.82a.63.63 0 0 0-.631-.63.63.63 0 0 0-.633.63v6.822A1.4 1.4 0 0 0 8.968 24h13.643c.76 0 1.389-.629 1.389-1.389V8.97a1.4 1.4 0 0 0-1.389-1.39Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pocketcasts.svg b/mkdocs-material/material/templates/.icons/simple/pocketcasts.svg new file mode 100644 index 0000000..be40456 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pocketcasts.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.372 0 0 5.372 0 12s5.372 12 12 12 12-5.372 12-12S18.628 0 12 0m3.564 12A3.564 3.564 0 1 0 12 15.564V17.6a5.6 5.6 0 1 1 5.6-5.6zM19 12a7 7 0 1 0-7 7v2.333a9.333 9.333 0 1 1 0-18.666A9.333 9.333 0 0 1 21.333 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/podcastaddict.svg b/mkdocs-material/material/templates/.icons/simple/podcastaddict.svg new file mode 100644 index 0000000..ec03ddc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/podcastaddict.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.36.037C2.41.037 0 2.447 0 5.397v13.207c0 2.95 2.41 5.36 5.36 5.36h13.28c2.945 0 5.36-2.41 5.36-5.36V5.396c0-2.95-2.415-5.36-5.36-5.36zm6.585 4.285a7.72 7.72 0 0 1 7.717 7.544l.005 7.896h-3.39v-1.326a7.7 7.7 0 0 1-4.327 1.326 7.8 7.8 0 0 1-2.384-.378v-4.63a3.65 3.65 0 0 0 2.416.91 3.666 3.666 0 0 0 3.599-2.97h-1.284a2.416 2.416 0 0 1-4.73-.66v-.031c0-1.095.728-2.023 1.728-2.316V8.403a3.67 3.67 0 0 0-2.975 3.6v6.852a7.72 7.72 0 0 1 3.625-14.533m.031 1.87V7.43h.006a4.575 4.575 0 0 1 4.573 4.574v.01h1.237v-.01a5.81 5.81 0 0 0-5.81-5.81zm0 2.149v1.246h.006a2.413 2.413 0 0 1 2.415 2.416v.01h1.247v-.01a3.66 3.66 0 0 0-3.662-3.662zm0 2.252c-.78 0-1.409.629-1.409 1.41s.629 1.409 1.41 1.409 1.409-.629 1.409-1.41-.629-1.409-1.41-1.409"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/podcastindex.svg b/mkdocs-material/material/templates/.icons/simple/podcastindex.svg new file mode 100644 index 0000000..319c250 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/podcastindex.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.006.006c-.237.02-.467.103-.647.236C1.727 2.254.173 4.976.292 8.29c.12 3.195 1.675 6.27 4.067 8.046.24.118.48.236.72.236.358 0 .716-.118.956-.473.478-.591.359-1.301-.24-1.656-1.913-1.302-3.11-3.786-3.11-6.153 0-2.485 1.077-4.616 3.11-6.154.599-.355.598-1.183.24-1.656-.225-.37-.636-.508-1.03-.473m13.753 0c-.314.03-.613.177-.792.473-.36.473-.36 1.301.238 1.656 2.034 1.538 3.11 3.67 3.11 6.154 0 2.367-1.196 4.851-3.11 6.153-.598.355-.717 1.065-.239 1.656.24.355.6.473.958.473.24 0 .478-.118.718-.236 2.512-1.775 4.067-4.851 4.067-8.046.107-3.313-1.435-6.035-4.067-8.047a1.3 1.3 0 0 0-.883-.236m-2.265 3.552a1.2 1.2 0 0 0-.83.376 1.17 1.17 0 0 0 .06 1.669c1.532 1.408 1.663 3.798-.012 5.371a1.195 1.195 0 0 0-.036 1.681 1.2 1.2 0 0 0 1.687.047c2.716-2.556 2.488-6.52-.012-8.827a1.18 1.18 0 0 0-.856-.317m-8.993.007a1.2 1.2 0 0 0-.856.31c-2.5 2.307-2.727 6.271-.011 8.827a1.2 1.2 0 0 0 1.686-.047 1.17 1.17 0 0 0-.048-1.668C6.597 9.413 6.741 7.022 8.26 5.614a1.17 1.17 0 0 0 .06-1.668 1.15 1.15 0 0 0-.819-.381m4.5 2.15a2.57 2.57 0 0 0-2.572 2.57 2.57 2.57 0 0 0 1.193 2.17L7.714 24h2.525l2.877-13.402a2.57 2.57 0 0 0 1.456-2.312A2.57 2.57 0 0 0 12 5.714"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/podman.svg b/mkdocs-material/material/templates/.icons/simple/podman.svg new file mode 100644 index 0000000..94e31a9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/podman.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.2.275 6.75.308a.26.26 0 0 0-.203.098L.056 8.602a.26.26 0 0 0-.05.219l2.356 10.194a.26.26 0 0 0 .14.174l9.43 4.511a.26.26 0 0 0 .224-.002l9.401-4.566a.26.26 0 0 0 .141-.175L23.993 8.75a.26.26 0 0 0-.051-.22L17.403.374A.26.26 0 0 0 17.2.275m-.123.517 6.385 7.966-2.242 9.964-9.177 4.457-9.205-4.402L.54 8.827 6.875.824zM11.46 2.857c-.933 0-1.84.1-2.426.332h-.002c-1.554.569-2.725 2.105-3.074 3.952v.004c-.309 1.463-.392 2.703-.556 3.824-.07.481-.159.94-.283 1.387-.628.497-1.079 1.263-1.244 2.138v.004c-.116.547-.181 1.04-.237 1.5h-.644v.518h8.891c-.061.464-.122.996-.181 1.42H7.596v.517h7.939c-.242-.078-.486-.218-.756-.502h-.697l-.85.488-.232-.396.162-.092h-1.069c.113-.776.17-1.601.373-2.564v-.004c.22-1.164.96-2.112 1.895-2.453l.004-.002h.002c.318-.127.928-.205 1.543-.205.613 0 1.244.075 1.622.207.935.341 1.676 1.29 1.895 2.453v.004c.204.963.26 1.788.373 2.564h-.742l.162.092-.233.396-.85-.488h-.75c-.219.25-.474.412-.747.502h4.392v-.518h-.842c-.103-.743-.181-1.67-.382-2.623v-.002a4 4 0 0 0-.264-.863h1.863v-.517h-2.13a3.5 3.5 0 0 0-.8-.906h1.8v-.518H17.95a9 9 0 0 1-.193-.775h1.484v-.518h-1.576q-.02-.12-.039-.244c-.164-1.12-.246-2.36-.555-3.824v-.004c-.348-1.848-1.52-3.383-3.075-3.952l-.002-.002h-.002c-.65-.227-1.596-.33-2.531-.33zm0 .386c.904 0 1.833.11 2.404.309h.002c1.4.514 2.5 1.934 2.826 3.666v.003c.303 1.436.385 2.66.552 3.805.076.515.173 1.013.315 1.505-.449-.135-1.05-.197-1.648-.197q-.179 0-.352.008l-1.863-1.865a2 2 0 0 0 .11-.246l2.13 1.23.13-.224-2.185-1.262q.023-.104.036-.21l2.302.616.068-.248-2.354-.63c-.02-1.153-1.008-2.078-2.208-2.078-1.205 0-2.196.931-2.206 2.091l-2.303.617.066.25 2.252-.605q.015.114.041.224L7.436 11.24l.129.222 2.087-1.207q.051.134.12.258l-1.266 1.266a7 7 0 0 0-1.045-.075c-.603 0-1.186.064-1.578.22a3 3 0 0 0-.285.124q.113-.502.187-1.021c.168-1.144.248-2.37.551-3.805l.002-.001v-.002c.326-1.733 1.426-3.153 2.828-3.666h.002l.004-.002c.488-.194 1.381-.307 2.287-.307zM8.473 5.194a1.3 1.3 0 0 0-.965.502l-.117.153.306.236.12-.152a.92.92 0 0 1 .673-.352.92.92 0 0 1 .67.262l.139.134.271-.275-.136-.137a1.3 1.3 0 0 0-.961-.37zm6.39 0a1.3 1.3 0 0 0-.96.371l-.138.137.274.275.136-.134a.92.92 0 0 1 .672-.262.92.92 0 0 1 .674.352l.119.152.307-.236-.12-.153c-.23-.3-.587-.486-.964-.502M8.53 6.708c-.642 0-1.164.538-1.164 1.19 0 .65.522 1.187 1.164 1.187.643 0 1.164-.536 1.164-1.188s-.521-1.19-1.164-1.19zm6.273 0c-.643 0-1.162.538-1.162 1.19 0 .65.52 1.187 1.162 1.187.643 0 1.164-.536 1.164-1.188s-.521-1.19-1.164-1.19zm-6.273.387c.428 0 .776.355.776.802s-.348.8-.776.8a.785.785 0 0 1-.775-.8q0-.053.006-.103c.07.191.248.318.445.318a.487.487 0 0 0 .477-.496.49.49 0 0 0-.383-.486.8.8 0 0 1 .23-.035m6.273 0c.428 0 .777.355.777.802s-.349.8-.777.8a.785.785 0 0 1-.77-.9c.072.19.248.315.444.315a.486.486 0 0 0 .479-.496.49.49 0 0 0-.383-.484.8.8 0 0 1 .23-.037m-3.08.716c1.012 0 1.819.775 1.819 1.723 0 .947-.807 1.722-1.819 1.722s-1.82-.775-1.82-1.722c0-.948.808-1.723 1.82-1.723m-.002.528c-.142 0-.258.043-.355.076a.8.8 0 0 1-.232.054c-.107 0-.2.047-.268.127a.6.6 0 0 0-.104.207c-.04.134-.062.268-.08.315a.28.28 0 0 0 .032.25c.033.056.071.1.117.146.09.092.206.183.322.268.12.088.237.166.326.224l-.008.09c-.043.036-.14.102-.324.178a.53.53 0 0 1-.299.025.43.43 0 0 1-.236-.172c.015-.138.044-.293.068-.449l-.376-.095c-.05.238-.067.43-.094.64l.037.059c.143.224.318.344.506.392a.9.9 0 0 0 .52-.033 1.6 1.6 0 0 0 .444-.242c.088.067.244.174.446.242a.9.9 0 0 0 .52.033.87.87 0 0 0 .507-.392l.037-.059a6 6 0 0 0-.096-.637l-.377.092c.032.148.051.32.07.451a.43.43 0 0 1-.237.17.53.53 0 0 1-.3-.025c-.178-.068-.272-.14-.325-.178l-.006-.084c.09-.058.209-.137.336-.23.115-.085.231-.176.322-.268a.7.7 0 0 0 .117-.146.27.27 0 0 0 .031-.25c-.018-.047-.039-.181-.08-.315a.6.6 0 0 0-.103-.207.34.34 0 0 0-.268-.127.8.8 0 0 1-.234-.054c-.097-.033-.212-.076-.354-.076zm.002.386c.057 0 .134.024.23.057.09.03.208.07.337.076.04.102.06.237.09.338a.4.4 0 0 1-.041.045 3 3 0 0 1-.276.228c-.165.122-.271.188-.342.233a5 5 0 0 1-.34-.233 3 3 0 0 1-.275-.228.3.3 0 0 1-.04-.047c.035-.119.046-.234.089-.34.08.012.246-.042.336-.072a.8.8 0 0 1 .232-.057m-3.234.61a.635.635 0 0 0-.611.517l1.084-.289a.61.61 0 0 0-.473-.228m6.336 0a.6.6 0 0 0-.436.187c.352.096.69.184 1.033.275a.63.63 0 0 0-.597-.462m-.623.607c-.007.035-.002.07-.002.103l.921.532a.65.65 0 0 0 .276-.313zm-5.086.05-1.18.315c.078.15.207.264.362.316l.797-.46c.018-.059.015-.12.021-.17zm4.441.714 1.656 1.658a4.2 4.2 0 0 0-.826.146l-.95-1.647a3 3 0 0 0 .12-.157m-3.646.03c.04.055.083.118.129.169l-.658 1.134a3 3 0 0 0-.276-.119l-.002-.002a3 3 0 0 0-.292-.082zm3.338.317.892 1.547c-.623.251-1.149.725-1.523 1.33h-1.652c-.262-.75-.741-1.38-1.358-1.764l.623-1.082c.394.347.919.559 1.492.559a2.25 2.25 0 0 0 1.526-.59M7.46 12.09c.574 0 1.167.073 1.518.195.867.319 1.555 1.203 1.76 2.285l.001.002v.002c.109.513.173.98.227 1.424H9.86a.386.386 0 0 0-.494 0H9.11a1.4 1.4 0 0 0-.078-.418.8.8 0 0 0 .569.238c.45 0 .814-.375.814-.828a.824.824 0 0 0-.814-.828.822.822 0 0 0-.791 1.016 1.5 1.5 0 0 0-1.18-.559c-.798 0-1.46.611-1.48 1.38h-.342a.386.386 0 0 0-.494 0H4.028c.054-.445.116-.912.224-1.425l.002-.002v-.002c.205-1.084.894-1.97 1.764-2.287h.002l.004-.002c.295-.117.863-.191 1.437-.19zm-1.91 1.105a.9.9 0 0 0-.67.348l-.119.154.307.237.119-.155a.53.53 0 0 1 .379-.197.52.52 0 0 1 .377.147l.138.136.272-.275-.137-.137a.9.9 0 0 0-.666-.258m4.094 0a.9.9 0 0 0-.668.258l-.137.137.273.275.137-.136a.52.52 0 0 1 .377-.147.53.53 0 0 1 .379.197l.119.155.307-.237-.12-.154a.9.9 0 0 0-.667-.348m4.222.735a.95.95 0 0 0-.707.365l-.117.154.306.237.12-.155a.57.57 0 0 1 .413-.213.57.57 0 0 1 .414.159l.14.136.27-.275-.138-.137a.94.94 0 0 0-.701-.271m4.374 0a.94.94 0 0 0-.7.271l-.14.137.272.275.139-.136a.57.57 0 0 1 .414-.159.57.57 0 0 1 .414.213l.119.155.306-.237-.117-.154a.95.95 0 0 0-.707-.365m-12.65.232a.824.824 0 0 0-.815.828c0 .453.365.828.814.828.45 0 .815-.375.815-.828a.824.824 0 0 0-.815-.828zm5.518.285h1.242a4 4 0 0 0-.263.864v.002q-.075.354-.127.685h-.602a17 17 0 0 0-.236-1.5l-.002-.002q-.006-.024-.012-.049m-5.519.102a.43.43 0 0 1 .426.441.43.43 0 0 1-.426.442c-.22 0-.4-.171-.422-.397a.3.3 0 0 0 .215.092.31.31 0 0 0 .305-.316.32.32 0 0 0-.129-.258q.015-.003.031-.004m4.014 0c.235 0 .427.193.427.441a.433.433 0 0 1-.427.442.427.427 0 0 1-.422-.405.3.3 0 0 0 .256.145.31.31 0 0 0 .304-.317.31.31 0 0 0-.207-.298q.034-.007.069-.008m4.304.414a.865.865 0 0 0-.856.87c0 .478.382.874.856.874a.87.87 0 0 0 .857-.873.867.867 0 0 0-.857-.871m4.292 0a.867.867 0 0 0-.814 1.14 1.6 1.6 0 0 0-1.295-.652c-.846 0-1.546.65-1.568 1.463l-1.525.408.066.248 1.477-.394c.004.028.009.06.015.087l-1.418.817.131.222 1.367-.789c.235.552.801.94 1.455.94.66 0 1.233-.397 1.463-.957l1.398.806.13-.222-1.45-.836q.007-.039.012-.078l1.511.404.067-.248-1.563-.418a1.4 1.4 0 0 0-.107-.5c.157.186.39.303.648.303a.867.867 0 0 0 .856-.873.865.865 0 0 0-.856-.871m-10.567.043c.598 0 1.071.444 1.092.992h-.41q.011-.014.023-.033a.24.24 0 0 0 .025-.22c-.005-.016-.021-.102-.05-.196a.4.4 0 0 0-.078-.156.28.28 0 0 0-.225-.108.5.5 0 0 1-.129-.031c-.062-.021-.142-.05-.248-.05s-.188.029-.25.05a.5.5 0 0 1-.127.031.29.29 0 0 0-.225.108.4.4 0 0 0-.08.156c-.029.094-.043.18-.048.195a.24.24 0 0 0 .023.22q.012.02.025.034h-.41c.02-.548.494-.992 1.092-.992m6.275.344c.259 0 .47.211.47.484a.477.477 0 0 1-.47.486.47.47 0 0 1-.467-.453.32.32 0 0 0 .246.115c.18 0 .326-.15.326-.338a.34.34 0 0 0-.156-.289q.025-.004.05-.005zm4.292 0c.26 0 .469.211.469.484 0 .272-.21.486-.469.486a.477.477 0 0 1-.47-.486q0-.024.004-.047a.33.33 0 0 0 .312.24c.18 0 .326-.15.326-.338a.34.34 0 0 0-.256-.332 1 1 0 0 1 .084-.007m-10.567.24q.032 0 .125.031c.086.03.117.039.186.049.012.041.022.088.033.129a1.5 1.5 0 0 1-.168.138c-.038.028-.064.045-.088.061h-.176c-.024-.016-.052-.033-.09-.06a2 2 0 0 1-.168-.14l.034-.128c.107-.014.146-.04.185-.049a.5.5 0 0 1 .127-.031m8.458.25c.661 0 1.184.502 1.184 1.113 0 .156-.035.304-.096.44l-.002-.024-.022-.156a2 2 0 0 0-.04-.24l-.377.093.044.274a.24.24 0 0 1-.115.074.3.3 0 0 1-.168-.014c-.087-.03-.132-.063-.18-.094.057-.037.13-.084.198-.134.08-.06.16-.123.226-.19a.5.5 0 0 0 .092-.111.25.25 0 0 0 .026-.225c-.008-.019-.022-.112-.053-.21a.44.44 0 0 0-.084-.163.29.29 0 0 0-.23-.107.6.6 0 0 1-.14-.037c-.065-.022-.152-.055-.263-.055-.11 0-.195.032-.262.055a.6.6 0 0 1-.14.037.3.3 0 0 0-.23.107.4.4 0 0 0-.083.162c-.03.1-.045.192-.052.211a.25.25 0 0 0 .025.225.5.5 0 0 0 .09.111c.066.067.146.13.226.19.068.05.138.095.194.132a.6.6 0 0 1-.18.096.3.3 0 0 1-.17.014.24.24 0 0 1-.111-.076c.008-.09.026-.177.04-.272l-.376-.094c-.032.146-.045.286-.063.409a1.05 1.05 0 0 1-.09-.428c0-.611.521-1.113 1.182-1.113m0 .623q.04 0 .14.033c.066.025.169.052.206.055l.035.156c-.04.04-.112.1-.184.152-.095.07-.14.095-.197.131-.056-.036-.1-.061-.195-.13a1.2 1.2 0 0 1-.184-.157l.035-.152a1 1 0 0 0 .206-.055.5.5 0 0 1 .138-.033m-2.22.353a.43.43 0 0 0-.385.272l.656-.176a.42.42 0 0 0-.271-.096m4.333 0a.4.4 0 0 0-.22.07l.603.16a.43.43 0 0 0-.383-.23m-4.054.567-.607.162a.4.4 0 0 0 .125.113zm3.925.002.407.234a.4.4 0 0 0 .087-.102zm-1.986.234c.067.047.165.108.285.148a.7.7 0 0 0 .389.024.6.6 0 0 0 .232-.121 1.2 1.2 0 0 1-.904.394c-.356 0-.67-.145-.885-.375a.6.6 0 0 0 .207.102c.144.036.28.014.391-.024.12-.04.218-.1.285-.148m-9.524 1.61v.517h6.214v-.518zm3.619 1.292v.517H15.3v-.517z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/poe.svg b/mkdocs-material/material/templates/.icons/simple/poe.svg new file mode 100644 index 0000000..2c7f8ad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/poe.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 12.513V8.36c0-.888-.717-1.608-1.603-1.615h-.013c-.498-.009-1.194-.123-1.688-.619-.44-.439-.584-1.172-.622-1.783l-.001.003q-.002-.022-.003-.044l-.001-.03a1.616 1.616 0 0 0-1.607-1.45H5.54a2 2 0 0 0-.164.008l-.055.009q-.051.005-.102.015l-.069.017q-.042.01-.083.022-.034.01-.07.024-.04.014-.08.03-.032.014-.063.029-.04.018-.08.038l-.059.034q-.038.022-.077.047l-.061.045q-.032.021-.065.05a1 1 0 0 0-.099.09q-.01.007-.018.016l-.014.016a2 2 0 0 0-.094.102q-.024.031-.046.062-.025.031-.047.063l-.045.074-.037.062-.036.076a.7.7 0 0 0-.058.143l-.027.075-.02.074a1 1 0 0 0-.018.078q-.008.044-.013.088-.006.033-.01.069-.004.033-.004.068l-.002-.002c-.036.61-.182 1.345-.62 1.784-.496.495-1.191.61-1.69.618h-.012q-.076 0-.147.007l-.072.012q-.043.005-.084.012l-.082.02-.072.018q-.039.014-.079.027-.036.012-.07.026-.036.015-.072.034a1 1 0 0 0-.072.033l-.068.04-.068.041-.072.054q-.028.02-.053.04a1.6 1.6 0 0 0-.226.227q-.021.026-.041.053l-.054.074q-.023.034-.041.067L.19 7.6q-.017.035-.033.07l-.034.073q-.014.035-.026.07-.016.04-.027.08-.01.035-.018.071l-.02.082-.012.084c-.003.024-.009.048-.01.072q-.01.079-.01.16v4.152c0 .888.717 1.609 1.603 1.616h.01c.5.008 1.196.123 1.69.618.43.43.577 1.143.618 1.746v4.13c0 .524.66.754.986.346l2.333-2.92h11.22c.861 0 1.563-.675 1.611-1.524l.001.003c.037-.61.183-1.344.622-1.783.495-.496 1.19-.61 1.689-.619h.012q.066 0 .132-.007l.022-.001A1.613 1.613 0 0 0 24 12.513m-3.85 1.69c-.502.503-1.215.613-1.717.619H5.566c-.501-.006-1.215-.114-1.717-.618-.408-.409-.565-1.117-.618-1.744V8.415c.052-.627.209-1.337.618-1.745.503-.503 1.216-.613 1.717-.619h12.867c.502.006 1.216.115 1.718.619.409.41.564 1.117.618 1.744v4.041c-.052.63-.209 1.339-.618 1.749zM8.424 7.99c-.892 0-1.615.723-1.615 1.615v1.616a1.615 1.615 0 1 0 3.23 0V9.604c0-.892-.723-1.615-1.615-1.615Zm7.154 0c-.893 0-1.616.723-1.616 1.615v1.616a1.615 1.615 0 1 0 3.231 0V9.604c0-.892-.723-1.615-1.615-1.615z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/poetry.svg b/mkdocs-material/material/templates/.icons/simple/poetry.svg new file mode 100644 index 0000000..8a5fd26 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/poetry.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.604 0a19.14 19.14 0 0 1-5.268 13.213L2.396 0l13.583 13.583a19.15 19.15 0 0 1-13.583 5.624V0zm-1.911 17.297A24.46 24.46 0 0 1 7.189 24l-4.053-4.053a19.9 19.9 0 0 0 13.37-5.838z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pointy.svg b/mkdocs-material/material/templates/.icons/simple/pointy.svg new file mode 100644 index 0000000..172ab0b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pointy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.076.025S4.52.234 2.833 2.751c-1.58 2.351-1.465 5.145-1.1 8.121C2.096 13.831 2.587 24 2.587 24c.002.003 11.235-11.526 11.23-11.506 1.75-1.805 2.408-4.468 2.395-5.961-.037-4.274-3.461-6.815-8.136-6.508m.777 10.774c-1.991 0-3.604-1.632-3.604-3.645 0-2.015 1.614-3.649 3.604-3.649s3.642 1.512 3.642 3.527c0 2.011-1.652 3.767-3.642 3.767m2.765-3.741a1.58 1.58 0 1 1-3.162 0 1.58 1.58 0 0 1 3.162 0m10.879 1.431s-2.325.158-3.644.57c-1.317.413-2.502 1.076-2.502 1.076s.495-.852.705-2.361c.207-1.511-.14-2.652-.14-2.652z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pokemon.svg b/mkdocs-material/material/templates/.icons/simple/pokemon.svg new file mode 100644 index 0000000..2cc9968 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pokemon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.463 11.691c-.081-.436-.651-.676-1.217-.368l.146.498.23.737.104.335c.423-.272.85-.599.737-1.203zm-.562.67-.197-.636-.059-.203a.54.54 0 0 1 .33.033c.053.026.146.084.166.196.047.25-.037.429-.24.608zm9.108-1.362a.774.774 0 1 0-.963 1.207l1.018-1.153zm-.961.812a.5.5 0 0 1 .618-.707zm7.551.225a.4.4 0 0 1 .013.105c-.01.215-.213.382-.454.37-.241-.008-.43-.191-.42-.405.007-.203.187-.362.409-.372a1 1 0 0 0-.132-.017c-.405-.017-.735.27-.748.626-.017.38.289.692.686.709.406.015.735-.272.75-.651a.63.63 0 0 0-.103-.365m-12.255.436c0 .216-.197.39-.438.39-.242 0-.438-.173-.438-.39 0-.202.173-.368.394-.388a1 1 0 0 0-.132-.012c-.404 0-.723.3-.723.656 0 .382.32.68.716.68.405 0 .723-.298.723-.68a.6.6 0 0 0-.119-.358q.016.046.017.102m14.768-2.185-.18.739-.166-.82-2.218-.487.016 1.233.334.075-.024.223-.01-.007c-.414-.218-.927-.24-1.41-.058q-.245.092-.45.242l-.335-2.112h-1.475l-.04.244h-1.553l-.177 1.085-.13-.159a1.99 1.99 0 0 0-1.525-.73l1.318-.709-.918-1.37-1.663 1.913.287.35a2.2 2.2 0 0 0-.674.429L9.696 9.104l-.497.953.019-.916-2.226.712.057 1.196.379-.098.056.605c-.433-.193-.954-.19-1.436.014a2 2 0 0 0-.399.229 1.7 1.7 0 0 0-.077-1.058 1.9 1.9 0 0 0-.817-.9 1.96 1.96 0 0 0-.865-.308c-.77-.135-1.696.003-2.606.392a6.3 6.3 0 0 0-.928.483L0 10.634l.215.363.667 1.127s.204.346.205.345l.361-.177.05-.023 1.658 3.7.16.355.37-.118.896-.288.394-.125-.104-.4-.476-1.829q.205-.152.383-.321c-.027.219-.013.44.047.652.124.443.416.793.818.986.435.21.965.21 1.456.002.247-.104.467-.257.651-.439l.068.728 1.57-.231-.002-1.407 3.282 1.62v-1.57a3.3 3.3 0 0 0 1.347-.436l-.138.843 1.77.279.097-.637.461.854.283-.545.104.895 2.005.352-.106-.674a1.8 1.8 0 0 0 1.038-.198l-.08.718 1.336.189.01.547 1.39.438L24 10.745zm-7.839.81.092-.097-.112.69-.289-.262zm-1.177-2.813.487.661-1.39.689-.097-.146zm-9.202 5.091.555 2.128-.898.287-1.841-4.112c-.1.053-.284.14-.455.223L.59 10.775q.4-.254.865-.45c.868-.369 1.697-.48 2.36-.362.233.027.481.095.7.24.298.168.525.406.657.711.32.74-.215 1.807-1.276 2.461zm4.126-.378c-.01.318-.127.634-.321.903a1.8 1.8 0 0 1-.749.605c-.779.33-1.557 0-1.764-.74-.203-.714.266-1.565 1.02-1.89.483-.202.966-.155 1.312.08.213.146.377.364.453.637a1.3 1.3 0 0 1 .049.406zm4.236 1.504-3.254-1.629.006 1.707-.843.115-.059-.703c.26-.446.355-.972.22-1.454a1.5 1.5 0 0 0-.4-.68l-.121-1.433-.377.098-.017-.362 1.352-.404.083 1.396.997-1.4.974.927-1.362 1.436 1.28.507c.142.27.36.5.634.67.264.163.568.26.889.291v.918zm-1.69-2.36-.454-.174.423-.41q-.03.284.03.584zm3.542.427c-.312.259-.67.427-1.139.54a2 2 0 0 1-.302.051c-.747.073-1.374-.27-1.612-.826a1 1 0 0 1-.069-.209c-.11-.468-.016-.887.215-1.215a1.5 1.5 0 0 1 .235-.261 1.9 1.9 0 0 1 .812-.413c.712-.171 1.339.046 1.723.517l-1.355 1.444a1 1 0 0 0 .345-.033c.323-.079.504-.25.663-.436l.542.486.164.15a3 3 0 0 1-.222.205m2.877 1.927-.294-1.954-.418 1.078-.625-1.348h-.007l-.246 1.56-1.041-.18.146-.87.116-.114.338-.348-.329-.294.35-2.073h1.05l.262 1.436.294-1.663h.752l.312 2.026c-.396.451-.59 1.06-.456 1.615a1.48 1.48 0 0 0 .865 1.035l.04.263zm2.595-.637a1.6 1.6 0 0 1-.377.2 1.4 1.4 0 0 1-.773.077 1.15 1.15 0 0 1-.448-.19 1.12 1.12 0 0 1-.43-.655c-.08-.336-.007-.696.174-1.012.091-.154.207-.298.344-.423.152-.137.33-.25.527-.325.459-.172.912-.112 1.23.116a1.08 1.08 0 0 1 .422.633c.098.406-.018.838-.274 1.187a1.8 1.8 0 0 1-.395.392m2.343 1.841-.77-.229-.066-2.838-.388 2.19-.84-.135.062-.63c.547-.464.838-1.195.679-1.856a1.46 1.46 0 0 0-.434-.744l.071-.743-.317-.085.02-.396 1.448.29.487 2.308.499-2.069 1.1.244z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/polars.svg b/mkdocs-material/material/templates/.icons/simple/polars.svg new file mode 100644 index 0000000..c035145 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/polars.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.954 7.714h.434c.106 0 .193.087.193.197v3.726a.197.197 0 0 1-.193.193h-.434a.197.197 0 0 1-.197-.193V7.911c0-.11.087-.197.197-.197m1.213 1.085h.435c.105 0 .192.087.192.196v2.521a.197.197 0 0 1-.192.193h-.435a.197.197 0 0 1-.197-.193v-2.52c0-.114.087-.197.197-.197m1.206 1.383h.43c.11 0 .197.087.197.197v.718a.197.197 0 0 1-.197.192h-.43a.197.197 0 0 1-.197-.196v-.718a.19.19 0 0 1 .197-.19zm-3.629-2.827h.431a.197.197 0 0 1 .197.196v.719a.197.197 0 0 1-.197.189h-.435a.197.197 0 0 1-.196-.19v-.718a.197.197 0 0 1 .196-.196Zm0 1.444h.431a.197.197 0 0 1 .197.196v.658a.197.197 0 0 1-.197.193h-.435a.197.197 0 0 1-.196-.193v-.658a.197.197 0 0 1 .196-.196zm0 1.387h.431a.197.197 0 0 1 .197.193v1.08a.197.197 0 0 1-.197.193h-.435a.197.197 0 0 1-.196-.192v-1.081a.197.197 0 0 1 .196-.193zm-1.24-3.133h.435a.197.197 0 0 1 .193.196v1.138a.197.197 0 0 1-.193.196h-.434a.197.197 0 0 1-.197-.196V7.249a.197.197 0 0 1 .197-.196Zm0 1.927h.435a.197.197 0 0 1 .193.197v2.162a.197.197 0 0 1-.193.192h-.434a.197.197 0 0 1-.197-.192V9.177a.197.197 0 0 1 .197-.197ZM17.3 6.694h.435a.197.197 0 0 1 .196.192v4.574a.197.197 0 0 1-.196.192H17.3a.197.197 0 0 1-.197-.192V6.886a.197.197 0 0 1 .197-.192m0 10.174h.435a.197.197 0 0 1 .196.197v.718a.197.197 0 0 1-.196.192H17.3a.197.197 0 0 1-.197-.196v-.718a.197.197 0 0 1 .197-.19zm-1.24-.964h.435a.197.197 0 0 1 .196.197v1.678a.197.197 0 0 1-.196.196h-.431a.197.197 0 0 1-.193-.196V16.1a.197.197 0 0 1 .193-.197zm0-5.117h.435a.197.197 0 0 1 .196.196v1.134a.197.197 0 0 1-.196.2h-.431a.197.197 0 0 1-.193-.196v-1.138a.197.197 0 0 1 .193-.196zm0-4.396h.435a.197.197 0 0 1 .196.197v3.605a.197.197 0 0 1-.196.197h-.431a.197.197 0 0 1-.193-.197V6.588a.197.197 0 0 1 .193-.197zm-1.22.06h.434a.197.197 0 0 1 .197.197V8.75a.197.197 0 0 1-.197.192h-.435a.197.197 0 0 1-.192-.192V6.648a.197.197 0 0 1 .192-.196zm0 2.892h.434a.197.197 0 0 1 .197.193v6.138a.197.197 0 0 1-.197.196h-.435a.197.197 0 0 1-.192-.196V9.536a.197.197 0 0 1 .192-.193Zm0 6.924h.434a.197.197 0 0 1 .197.193v1.14a.197.197 0 0 1-.197.193h-.435a.197.197 0 0 1-.192-.193v-1.14a.197.197 0 0 1 .192-.193zm-1.21-9.638h.43a.197.197 0 0 1 .197.2v4.925a.197.197 0 0 1-.196.197h-.435a.197.197 0 0 1-.193-.197V6.83a.197.197 0 0 1 .193-.197Zm0 5.722h.43a.197.197 0 0 1 .197.197v3.908a.197.197 0 0 1-.196.197h-.435a.197.197 0 0 1-.193-.197v-3.908a.197.197 0 0 1 .193-.197Zm-1.217-5.9h.435a.197.197 0 0 1 .192.197v3.179a.197.197 0 0 1-.192.196h-.435a.197.197 0 0 1-.197-.196V6.652a.197.197 0 0 1 .197-.197zm0 3.977h.435a.197.197 0 0 1 .192.192v2.646a.197.197 0 0 1-.192.193h-.435a.197.197 0 0 1-.197-.193V10.62a.197.197 0 0 1 .197-.192m0 3.428h.435a.197.197 0 0 1 .192.196v1.198a.197.197 0 0 1-.192.197h-.435a.197.197 0 0 1-.197-.197v-1.198a.197.197 0 0 1 .197-.196m-1.22-7.522h.434a.197.197 0 0 1 .196.19v1.443a.197.197 0 0 1-.196.193h-.439a.197.197 0 0 1-.196-.193v-1.44a.197.197 0 0 1 .196-.196zm0 2.227h.434a.197.197 0 0 1 .196.192v5.534a.197.197 0 0 1-.196.196h-.439a.197.197 0 0 1-.196-.196V8.753a.197.197 0 0 1 .196-.192Zm-1.225 8.182h.434a.197.197 0 0 1 .197.197v.835a.197.197 0 0 1-.197.197h-.434a.197.197 0 0 1-.193-.197v-.835a.197.197 0 0 1 .193-.197m0-10.658h.434a.197.197 0 0 1 .197.197v5.113a.197.197 0 0 1-.197.193h-.434a.197.197 0 0 1-.193-.193v-5.11a.197.197 0 0 1 .193-.196Zm0 5.904h.434a.197.197 0 0 1 .197.192v2.102a.197.197 0 0 1-.197.196h-.434a.197.197 0 0 1-.193-.196V12.18a.197.197 0 0 1 .193-.192zm-1.221 3.855h.434a.197.197 0 0 1 .193.189v1.742a.197.197 0 0 1-.193.197h-.434a.197.197 0 0 1-.197-.197v-1.738a.197.197 0 0 1 .197-.197zm0-6.025h.434a.197.197 0 0 1 .193.197v4.27a.197.197 0 0 1-.193.193h-.434a.197.197 0 0 1-.197-.196v-4.267a.197.197 0 0 1 .197-.19Zm0-3.794h.434a.197.197 0 0 1 .193.196v3.005a.197.197 0 0 1-.193.196h-.434a.197.197 0 0 1-.197-.196V6.22a.197.197 0 0 1 .197-.196Zm-1.221.06h.435a.197.197 0 0 1 .196.197V7a.197.197 0 0 1-.196.192h-.435A.197.197 0 0 1 7.332 7v-.718a.197.197 0 0 1 .193-.197Zm0 1.448h.435a.197.197 0 0 1 .196.192v5.541a.197.197 0 0 1-.196.193h-.435a.197.197 0 0 1-.193-.193V7.73a.197.197 0 0 1 .193-.193Zm0 6.323h.435a.197.197 0 0 1 .196.193v1.5a.197.197 0 0 1-.196.197h-.435a.197.197 0 0 1-.193-.197v-1.5a.197.197 0 0 1 .193-.193m0 2.286h.435a.197.197 0 0 1 .196.197v.956a.197.197 0 0 1-.196.197h-.435a.197.197 0 0 1-.193-.197v-.956a.197.197 0 0 1 .193-.197M6.305 6.57h.434a.197.197 0 0 1 .193.196v3.606a.197.197 0 0 1-.193.193h-.435a.197.197 0 0 1-.196-.193V6.765a.197.197 0 0 1 .196-.196Zm0 4.395h.434a.197.197 0 0 1 .193.193v.84a.197.197 0 0 1-.193.196h-.435a.197.197 0 0 1-.196-.197v-.839a.197.197 0 0 1 .196-.193Zm0 1.505h.43a.197.197 0 0 1 .197.196v3.727a.197.197 0 0 1-.197.196h-.43a.197.197 0 0 1-.197-.196v-3.727a.197.197 0 0 1 .196-.196ZM5.018 9.577h.56a.136.136 0 0 1 .132.136v2.763a.136.136 0 0 1-.132.136h-.556a.136.136 0 0 1-.136-.136V9.717a.136.136 0 0 1 .136-.14zm0 3.432h.56a.136.136 0 0 1 .132.136v2.483a.136.136 0 0 1-.132.136h-.556a.136.136 0 0 1-.136-.136v-2.475a.136.136 0 0 1 .136-.136zm0-5.96h.56a.136.136 0 0 1 .132.136v1.92a.136.136 0 0 1-.132.136h-.556a.136.136 0 0 1-.136-.136v-1.92a.136.136 0 0 1 .136-.136Zm-1.217.597h.552a.136.136 0 0 1 .136.132v2.884a.136.136 0 0 1-.136.132h-.552a.136.136 0 0 1-.136-.132V7.778a.136.136 0 0 1 .136-.132m0 3.5h.552a.136.136 0 0 1 .136.136v3.904a.136.136 0 0 1-.136.136h-.556a.136.136 0 0 1-.132-.136v-3.9a.136.136 0 0 1 .132-.136Zm-1.168 5.722h.435a.197.197 0 0 1 .197.197v.718a.197.197 0 0 1-.197.192h-.43a.197.197 0 0 1-.194-.196v-.718a.197.197 0 0 1 .193-.19zm-.06-2.562h.563a.136.136 0 0 1 .136.136v1.262a.136.136 0 0 1-.136.136h-.56a.136.136 0 0 1-.132-.136v-1.262a.136.136 0 0 1 .133-.136zm0-4.725h.563a.136.136 0 0 1 .136.132v4.075a.136.136 0 0 1-.136.136h-.56a.136.136 0 0 1-.132-.136V9.713a.136.136 0 0 1 .133-.132Zm-1.213 5.95h.555a.136.136 0 0 1 .136.135v2.173a.136.136 0 0 1-.136.136h-.56a.136.136 0 0 1-.135-.136v-2.173a.136.136 0 0 1 .136-.136zm.06-3.225h.431a.197.197 0 0 1 .197.193v2.506a.197.197 0 0 1-.197.196h-.435a.197.197 0 0 1-.196-.196v-2.506a.197.197 0 0 1 .196-.193ZM.14 15.001h.552c.075 0 .136.06.136.136v2.052c0 .076-.06.136-.136.136H.136A.136.136 0 0 1 0 17.19v-2.052c0-.076.06-.136.136-.136z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/polestar.svg b/mkdocs-material/material/templates/.icons/simple/polestar.svg new file mode 100644 index 0000000..3bd08dd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/polestar.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12.549 0-.457.555v11.191h11.19l.554-.457-9.4-1.89zM.719 12.26l-.555.457L9.563 14.6l1.886 9.4.457-.555V12.26Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/polkadot.svg b/mkdocs-material/material/templates/.icons/simple/polkadot.svg new file mode 100644 index 0000000..5c8ba04 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/polkadot.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0c2.39 0 4.328 1.127 4.328 2.517S14.39 5.034 12 5.034 7.672 3.907 7.672 2.517 9.61 0 12 0m0 18.966c2.39 0 4.328 1.127 4.328 2.517S14.39 24 12 24s-4.328-1.127-4.328-2.517S9.61 18.966 12 18.966M1.606 6C2.8 3.93 4.747 2.816 5.952 3.511s1.212 2.937.017 5.007-3.141 3.182-4.345 2.489S.411 8.07 1.606 6m16.427 9.483c1.2-2.07 3.139-3.184 4.343-2.489s1.211 2.936.016 5.006-3.14 3.185-4.344 2.49-1.211-2.937-.015-5.007m-16.409-2.49c1.205-.7 3.15.419 4.346 2.489s1.187 4.311-.018 5.007S2.8 20.07 1.607 18s-1.187-4.311.017-5.007m16.425-9.481c1.2-.695 3.149.419 4.344 2.489s1.188 4.311-.016 5.007-3.148-.42-4.343-2.49-1.188-4.311.015-5.006"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/poly.svg b/mkdocs-material/material/templates/.icons/simple/poly.svg new file mode 100644 index 0000000..aec4798 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/poly.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.569 16.102c-2.244 0-4.064-1.834-4.064-4.096s1.82-4.095 4.064-4.095 4.063 1.833 4.063 4.095-1.82 4.096-4.063 4.096m11.019-5.671-4.296 2.5.02-.118.012-.104.014-.173v-.013l.001-.012.009-.211.001-.232-.003-.168-.01-.24-.016-.22-.024-.239-.016-.13-.034-.233-.04-.228-.047-.223-.052-.219-.037-.135-.062-.211-.07-.207-.061-.168-.08-.2-.087-.195-.092-.19-.099-.189-.105-.185-.01-.015-.113-.183-.12-.18-.127-.176-.135-.175-.143-.172-.016-.02-.152-.17-.16-.168-.168-.167-.179-.166-.014-.013-.189-.165-.201-.166-.202-.158-.226-.167-.245-.172-.183-.124-.28-.181-.316-.197-.105-.063-.388-.23-.096-.057-.244-.142L1.705 0v3.175l4.296 2.5-.11.041-.096.042-.156.074-.012.006-.01.006-.186.098-.2.114-.142.087-.202.13-.181.124-.193.14-.106.08-.182.145-.175.149-.168.152-.162.155-.098.1-.15.16-.143.163-.114.14-.131.169-.125.172-.117.176-.112.18-.107.185-.01.017-.099.19-.094.194-.088.199-.082.204-.077.211-.009.025-.07.217-.065.223-.06.23-.053.24-.004.02-.047.246-.042.258-.034.256-.031.281-.026.299-.014.223-.016.334-.01.374-.003.125-.004.452V24l2.727-1.588v-5l.092.077.083.063.143.099.01.006.007.005.178.114.2.118.144.08.214.112.195.096.219.1.114.048.218.087.217.08.217.071.215.064.132.035.214.051.214.044.173.03.213.03.212.022.206.015.213.008h.227l.215-.008.216-.015.216-.022.22-.031.221-.039.02-.004.224-.047.226-.055.23-.065.233-.074.013-.004.238-.083.245-.093.233-.096.259-.115.272-.128.194-.097.298-.154.33-.18.102-.057.394-.225.094-.054.244-.142 8.697-5.06z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/polygon.svg b/mkdocs-material/material/templates/.icons/simple/polygon.svg new file mode 100644 index 0000000..388e443 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/polygon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17.82 16.342 5.692-3.287A.98.98 0 0 0 24 12.21V5.635a.98.98 0 0 0-.488-.846l-5.693-3.286a.98.98 0 0 0-.977 0L11.15 4.789a.98.98 0 0 0-.489.846v11.747L6.67 19.686l-3.992-2.304v-4.61l3.992-2.304 2.633 1.52V8.896L7.158 7.658a.98.98 0 0 0-.977 0L.488 10.945a.98.98 0 0 0-.488.846v6.573a.98.98 0 0 0 .488.847l5.693 3.286a.98.98 0 0 0 .977 0l5.692-3.286a.98.98 0 0 0 .489-.846V6.618l.072-.041 3.92-2.263 3.99 2.305v4.609l-3.99 2.304-2.63-1.517v3.092l2.14 1.236a.98.98 0 0 0 .978 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/polymerproject.svg b/mkdocs-material/material/templates/.icons/simple/polymerproject.svg new file mode 100644 index 0000000..e6edd13 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/polymerproject.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.4 3.686 7.2 16.16 4.8 12l4.8-8.314H4.8L0 12l2.4 4.159 2.4 4.155h4.8l7.2-12.469L19.2 12l-4.8 8.314h4.8l2.4-4.155L24 12l-2.4-4.155-2.4-4.159Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/polywork.svg b/mkdocs-material/material/templates/.icons/simple/polywork.svg new file mode 100644 index 0000000..73de2d8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/polywork.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.125 0H4.875A4.865 4.865 0 0 0 0 4.875v14.25C0 21.825 2.175 24 4.875 24h6.6c2.7 0 4.875-2.175 4.875-4.875V16.65h2.775c2.7 0 4.875-2.175 4.875-4.875v-6.9C24 2.175 21.825 0 19.125 0M16.5 1.275h2.625a3.6 3.6 0 0 1 3.6 3.6v2.7H16.5zM15.075 9v6.45H8.85V9zM8.85 1.2h6.225v6.375H8.85zM1.275 4.8a3.6 3.6 0 0 1 3.6-3.6H7.5v6.375H1.275zM7.5 9v6.45H1.2V9zm0 13.725H4.8a3.6 3.6 0 0 1-3.6-3.6V16.8h6.3zm7.575-3.525a3.6 3.6 0 0 1-3.6 3.6H8.85v-5.925h6.225zm7.65-7.35a3.6 3.6 0 0 1-3.6 3.6H16.5V9h6.225z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pond5.svg b/mkdocs-material/material/templates/.icons/simple/pond5.svg new file mode 100644 index 0000000..15283e8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pond5.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.504 11.385h.755c.92 0 1.747.286 1.741 1.388 0 1.047-.932 1.412-1.717 1.412-.993 0-1.75-.359-1.754-1.37v-.14h.944v.14c0 .384.442.53.798.53.233 0 .784-.085.784-.572.006-.475-.508-.572-.797-.572h-1.644V9.875h3.146v.853h-2.256Zm-4.167 2.745h-1.76V9.87h1.76c1.478 0 2.134.985 2.134 2.1 0 1.113-.632 2.16-2.134 2.16m0-3.402h-.816v2.526h.816c.932 0 1.19-.682 1.19-1.297s-.295-1.23-1.19-1.23zm-6.055 1.14v2.262h-.955V9.81l.134-.023 2.598 2.33V9.869h.957v4.333l-.1.017zm-4.431 2.367c-1.374 0-2.319-.848-2.319-2.235s.945-2.235 2.319-2.235c1.373 0 2.318.847 2.318 2.235s-.944 2.234-2.318 2.234zm0-3.618c-.816 0-1.38.61-1.38 1.382 0 .798.564 1.376 1.38 1.376.834 0 1.38-.584 1.38-1.376 0-.779-.546-1.382-1.38-1.382m-4.827 2.308h-.587v-.87h.587c.46 0 .686-.299.686-.64 0-.34-.232-.645-.686-.645H.957v3.36H0V9.87h2.024c1.097 0 1.642.705 1.642 1.527 0 .852-.552 1.516-1.643 1.528z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/popos.svg b/mkdocs-material/material/templates/.icons/simple/popos.svg new file mode 100644 index 0000000..4275499 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/popos.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.372 0 0 5.373 0 12c0 6.628 5.372 12 12 12 6.627 0 12-5.372 12-12 0-6.627-5.373-12-12-12M9.64 2.918c1.091-.026 1.548.229 2.182.635a4.46 4.46 0 0 1 1.902 2.764c.254 1.141.178 2.029-.127 2.664v.05c-.609 1.294-1.622 2.335-3.043 2.842l1.217 3.172c.228.583.432 1.192.254 1.75-.177.558-.989.736-1.572.127-1.116-1.192-4.871-8.702-5.15-9.26s-.584-1.016-.584-1.574c.026-.837 1.318-1.7 1.953-2.131.634-.431 1.877-1.014 2.968-1.039m-.996 2.311c-.789.022-.358 1.669-.197 2.129.178.507.661 1.572 1.193 2.105.127.127.254.229.407.254.152.027.457-.127.584-.33a.93.93 0 0 0 .15-.559 3.2 3.2 0 0 0-.049-1.216c-.228-.787-.711-1.548-1.346-2.055-.127-.102-.279-.229-.457-.279a.9.9 0 0 0-.285-.049m8.414 2.027a2.28 2.28 0 0 1 1.588.636c.305.279.33.582.229.963-.102.38-.457 1.194-.736 1.777l-.709 1.344c-1.37 2.435-1.649 2.689-2.03 2.537-.456-.178-.304-2.614.127-5.582.127-.812.329-1.217.557-1.42.171-.152.6-.248.975-.254zm-1.859 8.332c.554.011.789.7.656 1.232a.86.86 0 0 1-.379.559c-.203.127-.685.127-.965-.102-.278-.228-.33-.609-.254-.914.076-.304.331-.635.686-.736a.8.8 0 0 1 .256-.039m-8.604 2.805h10.809c.52 0 .938.419.938.939v.074c0 .52-.418.94-.938.94H6.595a.936.936 0 0 1-.937-.94v-.074c0-.52.417-.939.937-.939"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/porkbun.svg b/mkdocs-material/material/templates/.icons/simple/porkbun.svg new file mode 100644 index 0000000..618f6fa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/porkbun.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0A11.97 11.97 0 0 0 .018 11.982C.018 18.612 5.37 24 12 24s11.982-5.353 11.982-11.982C23.982 5.388 18.63 0 12 0M5.832 5.885c1.064.248 2.092.638 3.014 1.135-1.1.531-1.987 1.382-2.66 2.375a3.4 3.4 0 0 1-.674-2.057c0-.532.107-.992.32-1.453m12.336 0c.213.425.32.921.32 1.453 0 .78-.248 1.49-.674 2.057-.673-.993-1.596-1.844-2.66-2.375a10 10 0 0 1 3.014-1.135m-6.072.81a6.39 6.39 0 0 1 6.32 6.457v3.829a1.18 1.18 0 0 1-1.17 1.17 1.18 1.18 0 0 1-1.17-1.17v-.958H7.852v.957a1.18 1.18 0 0 1-1.17 1.17 1.18 1.18 0 0 1-1.17-1.17v-3.65c0-3.51 2.73-6.489 6.24-6.63q.173-.007.344-.005m1.5 3.8a.94.94 0 0 0-.922.921c0 .248.07.424.213.602.141.212.353.354.566.46-.142.071-.319.143-.496.143-.213 0-.39.176-.39.389s.177.39.39.39h.178c.602 0 1.134-.355 1.383-.851.39-.142.709-.39.921-.744.071-.107.034-.249-.037-.213-.106-.036-.212-.034-.283.072a1.04 1.04 0 0 1-.426.354v-.143c0-.39-.14-.709-.353-.992a.88.88 0 0 0-.744-.389m0 .53c.212 0 .353.141.388.354v.178c0 .177-.034.354-.105.496a1.06 1.06 0 0 1-.604-.426c-.035-.071-.07-.14-.07-.211 0-.24.206-.39.39-.39"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/porsche.svg b/mkdocs-material/material/templates/.icons/simple/porsche.svg new file mode 100644 index 0000000..eee8c22 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/porsche.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.972 0A26 26 0 0 0 9.93.091a28 28 0 0 0-4.248.685 24 24 0 0 0-2.975.966l-.06.022s.118 7.243.21 10.831a10 10 0 0 0 .569 3.098 15 15 0 0 0 1.622 3.214A12.9 12.9 0 0 0 7.56 21.66a11 11 0 0 0 1.192.873 15 15 0 0 0 2.038 1.031c.233.098.436.192.62.255A5 5 0 0 0 12 24a5 5 0 0 0 .59-.182c.182-.063.387-.156.62-.255a15 15 0 0 0 2.037-1.031 11 11 0 0 0 1.194-.873 12.9 12.9 0 0 0 2.511-2.752 15 15 0 0 0 1.622-3.214 10 10 0 0 0 .57-3.098c.091-3.588.21-10.827.21-10.827l-.057-.026a24 24 0 0 0-2.976-.966 28 28 0 0 0-4.248-.684A26 26 0 0 0 12.031 0zm0 .361h.057c.679.008 1.288.03 1.963.09a26.6 26.6 0 0 1 4.084.663 22.5 22.5 0 0 1 2.861.937l.057.025-.038 2.274-.019-.01a23 23 0 0 0-2.86-.937 26.6 26.6 0 0 0-4.085-.662c-.675-.06-1.281-.1-1.96-.108h-.058c-.679.009-1.29.048-1.965.108a26.6 26.6 0 0 0-4.084.665 23 23 0 0 0-2.861.938l-.02.01-.038-2.281.058-.022a22.5 22.5 0 0 1 2.86-.937A26.6 26.6 0 0 1 10.01.45c.675-.06 1.284-.08 1.963-.089zm.288.216a17 17 0 0 0-.902.008c-.121.005-.288.109-.29.23l-.007.648c-.002.132.172.236.305.239.462.01.87.002 1.318.03.033.003.062.023.062.056l-.003.13a.042.042 0 0 1-.045.046c-.521 0-1.066-.025-1.593.017-.028.002-.027-.005-.028.023l-.024.384-.002.03a16 16 0 0 1 1.882 0 .32.32 0 0 0 .305-.262l.006-.627c0-.129-.158-.224-.261-.23-.442-.028-.945-.013-1.394-.025a.046.046 0 0 1-.044-.05l.009-.145c0-.028.019-.036.047-.037.444-.016 1.107.005 1.562.019a.07.07 0 0 0 .06-.07V.674c0-.017-.032-.067-.063-.068V.605a33 33 0 0 0-.9-.028m-1.88.064c-.423.008-1.341.125-1.862.19L8.515 2.64v.023l.47-.06a.01.01 0 0 0 .01-.006.01.01 0 0 0 .003-.01v-.523l.947-.102c.083-.015.18.046.256.169a.9.9 0 0 1 .114.339l.467-.035c.01 0 .03 0 .028-.01a1 1 0 0 0-.307-.663.32.32 0 0 0 .197-.31 4 4 0 0 0-.022-.564.32.32 0 0 0-.3-.247zm3.59.019a.404.404 0 0 0-.413.332l-.01 1.195a.31.31 0 0 0 .24.289c.61.057 1.21.112 1.89.215.011 0 .032-.007.032-.017v-.416c0-.009-.02-.028-.027-.03-.454-.057-1.053-.137-1.589-.193a.08.08 0 0 1-.058-.07v-.812c0-.034.05-.052.084-.05.529.044 1.056.14 1.584.197.014.002.036-.007.037-.021l.01-.382a.04.04 0 0 0-.029-.033 36 36 0 0 0-1.75-.204zm1.98.237c-.012 0-.022.014-.022.025-.006.274-.045 1.457-.053 1.772v.027c.155.027.326.048.453.074.014.002.035-.008.035-.022-.002-.207 0-.448-.004-.636 0-.013.006-.014.02-.012a31 31 0 0 1 1.102.22c.008 0 .052.007.052.03-.003.217-.007.4-.013.617a.04.04 0 0 0 .027.04q.216.05.42.1c.037.008.043.001.044-.012.022-.451.03-1.174.036-1.784 0-.008-.003-.02-.01-.022-.153-.035-.297-.072-.453-.105-.014-.003-.022.02-.023.035-.015.223-.009.43-.026.652 0 .008 0 .012-.009.01-.37-.076-.765-.158-1.132-.227-.01-.002-.006-.02-.005-.031l.003-.653a.03.03 0 0 0-.026-.03zM7.934.92h-.037c-.543.086-1.089.201-1.64.32a.5.5 0 0 0-.23.143.32.32 0 0 0-.102.205l.004 1.118a.43.43 0 0 0 .106.266.24.24 0 0 0 .204.11 39 39 0 0 1 1.633-.323.5.5 0 0 0 .268-.166.36.36 0 0 0 .098-.23L8.236 1.2a.28.28 0 0 0-.11-.198.3.3 0 0 0-.191-.08zm2.157.197a.076.076 0 0 1 .08.069l.003.189a.17.17 0 0 1-.14.166l-1.062.104-.009-.008V1.23l.009-.004 1.111-.108zm-2.52.29a.2.2 0 0 1 .078.022.12.12 0 0 1 .054.106l-.009.704a.13.13 0 0 1-.049.105.3.3 0 0 1-.12.047 61 61 0 0 1-.997.19.1.1 0 0 1-.088-.017.13.13 0 0 1-.03-.1v-.726a.14.14 0 0 1 .04-.097.24.24 0 0 1 .12-.06c.29-.054.67-.129.968-.172zm10.81 0-.001.001c-.008 0-.008.012-.008.019-.014.606-.03 1.167-.035 1.773 0 .013.006.03.018.033a22 22 0 0 1 2.158.7c.032.011.031-.013.031-.022.003-.138.01-.278.003-.416a.04.04 0 0 0-.025-.033 17 17 0 0 0-1.66-.541.03.03 0 0 1-.019-.026l.008-.18c0-.008.014-.01.022-.008a22 22 0 0 1 1.67.542c.01.003.01-.01.01-.019a5 5 0 0 0 0-.468.03.03 0 0 0-.02-.026 22 22 0 0 0-1.638-.523c-.008-.002-.018-.01-.018-.018v-.192c0-.008.013-.013.021-.01.564.144 1.184.36 1.615.519.038.014.06.008.06-.027 0-.157.006-.168-.002-.324-.002-.02-.004-.04-.022-.047a21 21 0 0 0-2.169-.707zm-12.97.064a.4.4 0 0 0-.084.009c-.65.166-1.303.414-1.956.652a.06.06 0 0 0-.03.052V3.65l.003.33s.471-.177.573-.21c.013-.004.013-.017.013-.031l-.01-.52c0-.015.002-.037.016-.04l1.625-.502a.3.3 0 0 0 .138-.101.24.24 0 0 0 .052-.156l-.017-.683a.27.27 0 0 0-.119-.197.37.37 0 0 0-.204-.068zm-.286.496c.036-.01.07.031.072.063a2 2 0 0 1 .012.25c-.001.045-.066.097-.11.11l-1.184.386c-.011.004-.031 0-.031-.012l.002-.358c0-.017.02-.031.036-.036a11 11 0 0 1 1.203-.403m6.967.981c.653.01 1.246.03 1.9.088a26.6 26.6 0 0 1 4.083.663 22.5 22.5 0 0 1 2.861.937l.014.007-.007.448h-8.851zm-.317.002-.001 4.618H8.827c-.043-.004-.015-.023.015-.052a1.7 1.7 0 0 1 .715-.312c.022-.002.028-.014-.003-.054a.9.9 0 0 0-.93-.212.99.99 0 0 0-.624.603.04.04 0 0 1-.04.031 7 7 0 0 1-.47.013c-.025 0-.037-.032-.035-.056a.74.74 0 0 1 .343-.484 1.1 1.1 0 0 1 .519-.178.04.04 0 0 0 .02-.063.5.5 0 0 0-.105-.093.76.76 0 0 0-.504-.077 1.05 1.05 0 0 0-.948.964c-.01.06.006.074-.053.094-.112.038-.322.064-.434.088-.02.003-.05-.043-.045-.063a1.3 1.3 0 0 1 .244-.522 1 1 0 0 1 .342-.291c.026-.013.05-.044.026-.064-.253-.22-.771.012-.98.241a1.37 1.37 0 0 0-.275.91c0 .016.014.041 0 .047a5 5 0 0 1-.4.15c-.012.003-.014-.028-.016-.04a.93.93 0 0 1 .147-.677.66.66 0 0 1 .244-.241q.014-.011 0-.028c-.115-.149-.569-.042-.708.094-.32.312-.297.615-.312 1.097-.001.023-.03.111-.056.123a.6.6 0 0 1-.184.07c-.021.006-.023.014-.028-.007a.39.39 0 0 0-.57-.222.356.356 0 0 0-.077.532c.015.017.02.034-.003.041a.42.42 0 0 0-.275.534.34.34 0 0 0 .296.21.63.63 0 0 0 .37-.108.043.043 0 0 1 .06.01.386.386 0 0 0 .531.124c.162-.107.234-.273.114-.559-.007-.016.02-.046.034-.054a6.6 6.6 0 0 1 3.144-.88 1.8 1.8 0 0 1 .456.101l.023.008.002.941a.2.2 0 0 1-.034.025 1 1 0 0 0-.432.55c-.004.017-.006.021-.035.024-.193.019-.399.047-.591.062-.011.002-.032-.019-.028-.03a1.87 1.87 0 0 1 .725-.908.06.06 0 0 0 .01-.067.4.4 0 0 0-.168-.093 1.09 1.09 0 0 0-.895.362 1.42 1.42 0 0 0-.312.875c-.001.022.003.058-.019.065-.124.039-.261.074-.39.11-.015.004-.035-.011-.038-.027a1.01 1.01 0 0 1 .486-1.03c.051-.04-.038-.102-.102-.102a.96.96 0 0 0-.913.53 1.3 1.3 0 0 0-.03.793c.003.023.019.063-.006.069-.079.019-.265.09-.323.108q-.03.01-.047-.03a1.04 1.04 0 0 1-.021-.488 1.1 1.1 0 0 1 .268-.493c.008-.01.011-.032 0-.037a.54.54 0 0 0-.378-.025.74.74 0 0 0-.477.38c-.159.297-.118.583.051 1.005.008.02.018.058 0 .07l-.137.08c-.017.013-.032.002-.044-.015-.055-.078-.124-.202-.21-.24a.42.42 0 0 0-.428.035.41.41 0 0 0-.12.431 1 1 0 0 0 .1.152c.01.014-.001.036-.013.047-.059.052-.14.09-.188.14a.395.395 0 0 0-.01.471.365.365 0 0 0 .45.123 2 2 0 0 0 .232-.122c.027-.018.045-.051.07-.025a.55.55 0 0 0 .224.153.43.43 0 0 0 .354-.062.305.305 0 0 0 .168-.338.9.9 0 0 0-.143-.27c-.033-.035-.035-.033 0-.054a7.4 7.4 0 0 1 1.66-.724 5 5 0 0 1 1.69-.207h.046l.003 1.949H3.206c-.054-2.133-.116-5.51-.156-7.836l.014-.007a22.5 22.5 0 0 1 2.86-.937 26.6 26.6 0 0 1 4.084-.663 23 23 0 0 1 1.768-.086zm-3.088.816a1.24 1.24 0 0 0-.693.232c-.286.188-.456.773-.49.982a.044.044 0 0 1-.04.036 6 6 0 0 0-.676.125c-.007.001-.012-.01-.012-.017a1 1 0 0 1 .258-.59 3.5 3.5 0 0 1 .493-.396c.013-.011.004-.045-.012-.051a1.03 1.03 0 0 0-.797.012 1.13 1.13 0 0 0-.675.867 2 2 0 0 0-.029.41c.002.017-.03.018-.045.023-.246.077-.504.167-.71.236-.01.004-.039.002-.039-.01a1.17 1.17 0 0 1 .175-.655c.12-.195.343-.305.505-.469.011-.012.028-.044.011-.051-.41-.165-.797.004-1.124.375a1.4 1.4 0 0 0-.2 1.124c.009.036 0 .075-.019.083a2 2 0 0 1-.23.089.025.025 0 0 1-.033-.02c-.093-.296-.44-.238-.597-.148a.36.36 0 0 0-.139.489.03.03 0 0 1-.01.044.44.44 0 0 0-.205.596.35.35 0 0 0 .428.137 1.2 1.2 0 0 0 .246-.129.03.03 0 0 1 .03.004.393.393 0 0 0 .566.08c.115-.082.16-.096.204-.244a.4.4 0 0 0-.09-.3c-.012-.01-.001-.04.013-.047A9.7 9.7 0 0 1 8.947 5.51a2.35 2.35 0 0 1 1.446.553.07.07 0 0 0 .062.031.1.1 0 0 0 .054-.056.66.66 0 0 0-.204-.678 1.2 1.2 0 0 0-.612-.344c-.012-.003-.02-.029-.01-.037a1 1 0 0 1 .335-.22 3.6 3.6 0 0 1 .605-.05c.014-.001.035-.015.03-.028a.61.61 0 0 0-.527-.4 1.3 1.3 0 0 0-.693.1 1.12 1.12 0 0 0-.5.553.04.04 0 0 1-.032.02 12 12 0 0 0-.594-.007c-.014 0-.035 0-.035-.014a.94.94 0 0 1 .255-.517 2 2 0 0 1 .68-.386c.019-.006.04-.036.029-.051a.55.55 0 0 0-.201-.17 1.2 1.2 0 0 0-.347-.041zm3.405 1.607h8.845c-.012.686-.025 1.433-.04 2.195h-8.805zM8.681 7.801l6.666.003a.016.016 0 0 1 .017.013l-.002 5.138a2.4 2.4 0 0 1-.143.764 3.33 3.33 0 0 1-1.44 1.725 3.47 3.47 0 0 1-1.74.491 3.5 3.5 0 0 1-2.26-.86 3.08 3.08 0 0 1-1.105-2.31L8.667 7.82c0-.013.001-.019.014-.019m6.994.086h5.217c-.012.645-.025 1.296-.034 1.926h-5.183V8.318zm-6.839.071c-.013 0-.014.005-.014.018l.007 4.753a2.97 2.97 0 0 0 1.054 2.225 3.33 3.33 0 0 0 2.153.827 3.3 3.3 0 0 0 1.66-.473 3.2 3.2 0 0 0 1.374-1.66 2.3 2.3 0 0 0 .136-.734l.002-4.94a.015.015 0 0 0-.016-.014zm4.436.304za.11.11 0 0 1 .087.071l.242.715a.08.08 0 0 1-.003.07.07.07 0 0 1-.054.024.065.065 0 0 1-.063-.044l-.038-.125h-.33l-.036.128c-.01.04-.04.044-.071.044a.06.06 0 0 1-.044-.028.06.06 0 0 1-.01-.052l.232-.728a.1.1 0 0 1 .087-.075m-.763.007h.023a.23.23 0 0 1 .235.157.046.046 0 0 1-.031.059.053.053 0 0 1-.07-.02.17.17 0 0 0-.132-.09.15.15 0 0 0-.133.1.5.5 0 0 0-.055.222.5.5 0 0 0 .046.228.16.16 0 0 0 .154.102.23.23 0 0 0 .166-.243v-.039h-.135a.057.057 0 0 1-.059-.063c0-.023.007-.05.059-.05h.192c.064 0 .073.048.073.09a1 1 0 0 1-.011.152.4.4 0 0 1-.15.236.3.3 0 0 1-.15.043.26.26 0 0 1-.227-.145.6.6 0 0 1-.073-.31.6.6 0 0 1 .08-.304.23.23 0 0 1 .198-.125m-2.988.002h.004c.183.002.243.111.243.15 0 .035-.061.08-.095.039a.2.2 0 0 0-.157-.068.14.14 0 0 0-.15.096.114.114 0 0 0 .094.135.6.6 0 0 1 .267.08h-.001a.2.2 0 0 1 .081.18.25.25 0 0 1-.067.175.33.33 0 0 1-.247.088.3.3 0 0 1-.263-.14c-.004-.01-.01-.063.034-.078a.08.08 0 0 1 .082.026.24.24 0 0 0 .156.063.22.22 0 0 0 .148-.05.11.11 0 0 0 .024-.116.22.22 0 0 0-.193-.098.25.25 0 0 1-.172-.07.25.25 0 0 1-.069-.196.22.22 0 0 1 .1-.163.3.3 0 0 1 .181-.053m1.649 0zh.361a.06.06 0 1 1 0 .12l-.114.002v.682a.063.063 0 0 1-.125 0v-.683h-.116a.06.06 0 0 1-.007-.12zm.56 0zh.36a.06.06 0 1 1 0 .12l-.114.002v.682a.063.063 0 0 1-.125 0v-.683h-.115a.06.06 0 0 1-.007-.12zm2.74 0h.361a.06.06 0 1 1 0 .12l-.112.002v.682a.063.063 0 0 1-.125 0v-.683h-.116a.06.06 0 0 1-.007-.12zm-.677.004h.202a.36.36 0 0 1 .208.058.28.28 0 0 1 .108.206.24.24 0 0 1-.071.198.3.3 0 0 1-.117.075l-.02.007.158.2a.1.1 0 0 1 .023.056q-.004.049-.06.05a.07.07 0 0 1-.056-.027l-.187-.258h-.117v.23a.06.06 0 0 1-.063.067.06.06 0 0 1-.062-.067v-.726a.07.07 0 0 1 .016-.05.06.06 0 0 1 .038-.019m-3.87.002h.36a.06.06 0 0 1 0 .121h-.116v.684a.063.063 0 0 1-.125 0v-.684h-.116a.06.06 0 0 1-.003-.12zm.583 0h.002a.063.063 0 0 1 .065.064v.471a.26.26 0 0 0 .037.151.15.15 0 0 0 .127.056.14.14 0 0 0 .125-.056.27.27 0 0 0 .035-.15V8.34h.001a.063.063 0 0 1 .125 0v.432a.47.47 0 0 1-.056.262.25.25 0 0 1-.228.104.26.26 0 0 1-.23-.104.46.46 0 0 1-.061-.262V8.34a.063.063 0 0 1 .058-.063m3.354.115v.328h.13a.18.18 0 0 0 .2-.174.15.15 0 0 0-.051-.109.18.18 0 0 0-.13-.045zm-.584.015-.136.469h.278zm-1.14 1.005c.011 0 .021.002.022.011.002.018-.016.029-.042.042a.2.2 0 0 0-.094.08.3.3 0 0 0-.039.163.12.12 0 0 0 .063.079.3.3 0 0 0 .142.028.5.5 0 0 0 .215-.063.6.6 0 0 1 .276-.02.34.34 0 0 1 .194.063c.024.017.02.038.011.04-.014.005-.029-.012-.044-.01a.7.7 0 0 0-.142.03c-.06.027-.087.037-.116.09a.1.1 0 0 0-.007.073c.01.024.035.04.04.057a.5.5 0 0 0 .064.125l.03.023a3 3 0 0 1 .282.243.3.3 0 0 1 .04.093c.003.012-.007.03-.018.025a.3.3 0 0 1-.036-.029.2.2 0 0 0-.053-.039.4.4 0 0 0-.176-.025c-.027 0-.081.024-.05.036a.36.36 0 0 1 .132.116.43.43 0 0 1 .107.31c0 .006-.012.01-.015.006a.4.4 0 0 0-.102-.109.32.32 0 0 0-.21-.062c-.015.001-.06 0-.055.014a1.2 1.2 0 0 1 .123.191.56.56 0 0 1 .039.276c-.001.005-.02.01-.023.005a1 1 0 0 0-.077-.076.4.4 0 0 0-.094-.06.3.3 0 0 0-.204.028.33.33 0 0 0-.13.132.5.5 0 0 0-.062.205.46.46 0 0 0 .042.257.37.37 0 0 0 .19.164 1 1 0 0 0 .334.044c.139.005.278-.016.417-.02a2 2 0 0 1 .396.003.9.9 0 0 1 .3.12 3 3 0 0 1 .215.183c.008.006.026-.003.035-.009a.46.46 0 0 0 .131-.233.35.35 0 0 0-.056-.246c-.047-.085-.116-.18-.17-.27a3 3 0 0 1-.202-.296.3.3 0 0 1-.017-.221.24.24 0 0 1 .107-.128c.011-.007.022.006.017.021a.2.2 0 0 0-.008.112.3.3 0 0 0 .089.14c.013.01.047-.005.055-.021.018-.043.007-.11.023-.154a.6.6 0 0 1 .108-.226 1.5 1.5 0 0 1 .36-.196c.033-.019.054-.105.091-.091s.017.1-.011.142c-.04.062-.087.1-.131.156a1.5 1.5 0 0 0-.157.247.22.22 0 0 0-.029.137.14.14 0 0 0 .073.094c.022.01.05-.01.07-.025a.4.4 0 0 0 .097-.103c.023-.038.01-.089.032-.128.006-.009.03-.007.037 0a.14.14 0 0 1 .044.084.4.4 0 0 1-.01.113c-.003.008-.024.027-.031.045a.2.2 0 0 1-.02.04c-.036.063-.078.116-.125.126-.01.001-.017.021-.01.03a.4.4 0 0 0 .113.132.2.2 0 0 0 .152.01c.027-.008.048-.027.079-.037.013-.004.005.004.005.017a.3.3 0 0 1-.015.086.2.2 0 0 1-.075.083.4.4 0 0 1-.166.05c-.027.005-.068.025-.058.051a.3.3 0 0 0 .042.085.12.12 0 0 0 .08.039.2.2 0 0 0 .125-.036c.04-.026.061-.074.096-.108.007-.006.026 0 .026.01a.4.4 0 0 1-.041.158.5.5 0 0 1-.128.138c-.015.013-.033.029-.033.049a.2.2 0 0 0 .044.084.13.13 0 0 0 .083.054.3.3 0 0 0 .1 0c.013 0 .01.023-.001.031a.25.25 0 0 1-.117.068.25.25 0 0 1-.128.008c-.081-.02-.134-.05-.214-.073a.23.23 0 0 0-.135-.009.23.23 0 0 0-.106.083.13.13 0 0 0-.03.064c-.006.063.025.13.005.192a1.4 1.4 0 0 1-.081.234 1.3 1.3 0 0 1-.115.165c-.04.054-.093.074-.12.133a1 1 0 0 1-.038.063.5.5 0 0 0-.058.229.45.45 0 0 0 .085.209l.153.237a.15.15 0 0 1 .009.083.09.09 0 0 1-.044.07.9.9 0 0 0-.419.527l-.002.013v.004a.1.1 0 0 1-.021.042.33.33 0 0 1-.19.096q-.082.022-.165.046a.08.08 0 0 0-.044.031.08.08 0 0 0 .009.097.14.14 0 0 1 .03.071.06.06 0 0 1-.013.042.1.1 0 0 1-.028.022.9.9 0 0 1-.216.087c-.05.011-.086-.002-.07-.059a3 3 0 0 1 .098-.293.4.4 0 0 1 .133-.14 2 2 0 0 1 .212-.162.4.4 0 0 0 .119-.126 3 3 0 0 1 .19-.275.16.16 0 0 0 .029-.129.25.25 0 0 0-.142-.185l-.085-.034a.53.53 0 0 1-.246-.175.1.1 0 0 0-.062-.04c-.063.002-.081.09-.083.138a1 1 0 0 0 .004.212.2.2 0 0 1 .004.072.06.06 0 0 1-.039.034 2.7 2.7 0 0 0-.565.279.2.2 0 0 0-.063.07l-.017.029a.19.19 0 0 1-.223.08l-.044-.011a.1.1 0 0 0-.064.017.2.2 0 0 0-.041.036l-.01.019v.014l.004.017.022.06a.066.066 0 0 1-.038.096 1 1 0 0 1-.203.055c-.04.005-.075-.01-.065-.057a1 1 0 0 1 .07-.237.1.1 0 0 1 .057-.06.8.8 0 0 0 .179-.14.27.27 0 0 1 .169-.073.5.5 0 0 0 .262-.1 2 2 0 0 0 .225-.186.37.37 0 0 0-.006-.46l-.02-.035c-.019-.03-.03-.073-.046-.104a.24.24 0 0 1-.039-.104c0-.068.027-.133.031-.201a.024.024 0 0 0-.016-.025.5.5 0 0 0-.137-.03 2.7 2.7 0 0 1-.56.006 1.4 1.4 0 0 1-.39-.18c-.053-.033-.085-.07-.139-.101-.014-.008-.015-.005-.028.006a.67.67 0 0 1-.459.125h-.002a2 2 0 0 1-.294-.077c-.073-.027-.19-.074-.26-.015-.029.025-.022.06-.022.093a1.2 1.2 0 0 1-.01.305.04.04 0 0 0 .003.032l.006.006a.1.1 0 0 0 .036.02l.01.004c.028.01.033.023.05.058a.2.2 0 0 1 .016.062.2.2 0 0 1-.003.062l-.009.039a.2.2 0 0 0 .008.135.1.1 0 0 0 .042.053l.01.004.01.003h.02l.02-.008.004-.002a.05.05 0 0 1 .035-.012l.01.003a.08.08 0 0 1 .063.074.5.5 0 0 1-.046.221.06.06 0 0 1-.077.03l-.018-.007a.45.45 0 0 1-.14-.117.2.2 0 0 1-.049-.112.12.12 0 0 0-.028-.082.1.1 0 0 0-.032-.016.14.14 0 0 1-.07-.046.27.27 0 0 1-.052-.219 1.5 1.5 0 0 0-.046-.64.15.15 0 0 1 .002-.108l.016-.043.007-.016a.06.06 0 0 1 .042-.032l.029-.003a1.5 1.5 0 0 0 .45-.07.2.2 0 0 1 .062-.01l.073.002c.03 0 .06-.027.024-.05a1 1 0 0 1-.084-.087.05.05 0 0 0-.052-.022l-.01.005-.009.005a.098.098 0 0 1-.152-.029.8.8 0 0 1-.087-.202.56.56 0 0 0-.109-.238.24.24 0 0 0-.19-.063.22.22 0 0 0-.13.098l-.063.088a.14.14 0 0 0-.031.067v.016l.008.032a.13.13 0 0 1-.039.154l-.094.075a.1.1 0 0 0-.03.06l-.012.06a.1.1 0 0 0-.003.045l.002.012a.1.1 0 0 0 .031.04l.013.012.012.017a.06.06 0 0 1-.012.07l-.024.021a.8.8 0 0 1-.19.108l-.026.006c-.038.003-.05-.026-.052-.06q-.004-.066-.003-.134a.2.2 0 0 1 .057-.137.36.36 0 0 0 .072-.225.2.2 0 0 1 .04-.13.3.3 0 0 0 .057-.09.3.3 0 0 1 .039-.066 4 4 0 0 0 .281-.384c.054-.086.155-.192.237-.073a.4.4 0 0 0 .078.084 2 2 0 0 0 .259.164c.094.053.109-.042.125-.121v-.003a.3.3 0 0 1 .038-.092 1.3 1.3 0 0 1 .202-.247c.043-.038.105-.076.15-.113.018-.016.023-.018.03-.04.009-.022.024-.05.034-.078s.015-.055.024-.076a.3.3 0 0 0 .044-.098v-.015l-.003-.007a.05.05 0 0 0-.021-.024.2.2 0 0 0-.102-.026h-.003a.4.4 0 0 0-.148.031.1.1 0 0 0-.054.054.2.2 0 0 1-.042.063.1.1 0 0 1-.13.006c-.024-.016-.014-.043 0-.063a.4.4 0 0 0 .035-.05.04.04 0 0 0 .005-.025v-.004l-.002-.005-.005-.006a.05.05 0 0 0-.045-.007l-.083.027a.064.064 0 0 1-.094-.047.2.2 0 0 1-.003-.055.055.055 0 0 1 .04-.05c.02-.006.05-.017.046-.042v-.023a.1.1 0 0 1 .012-.024.1.1 0 0 1 .03-.025 4 4 0 0 0 .32-.234.05.05 0 0 1 .064-.01l.01.006a.22.22 0 0 0 .151.02.05.05 0 0 0 .041-.03v-.01l-.002-.006-.003-.004a.1.1 0 0 0-.035-.021l-.058-.021a.3.3 0 0 1-.052-.025.05.05 0 0 1-.025-.059c.023-.113.147-.114.241-.105h.004a.5.5 0 0 0 .14-.022c.06-.021.106-.067.163-.094s.117-.057.176-.08c.018-.006.033-.002.049-.009a.1.1 0 0 0 .035-.025 1 1 0 0 1 .142-.163.8.8 0 0 1 .236-.092.1.1 0 0 1 .03-.006zm-.425.557a.2.2 0 0 0-.105.026c-.009.005-.015.016-.008.024.018.021.049.03.07.05a.2.2 0 0 1 .035.046c.009.019.024.04.033.06a1 1 0 0 1 .045.123 1.2 1.2 0 0 1 .05.209c.01.057.007.117.01.175v.081q0 .035-.003.07a1 1 0 0 0-.004.098v.08c.002.07.013.12.044.12a.2.2 0 0 0 .084-.019.18.18 0 0 0 .085-.148 2 2 0 0 0-.003-.576.5.5 0 0 0-.188-.362.22.22 0 0 0-.144-.057zm3.96.161h5.177c-.017.825-.034 1.6-.05 2.263h-5.13l.004-1.862zm-.006 2.544h5.123a9.7 9.7 0 0 1-.545 2.911 14.5 14.5 0 0 1-1.56 3.118 12.5 12.5 0 0 1-2.415 2.669 11 11 0 0 1-1.147.848 14.6 14.6 0 0 1-1.96.999c-.224.096-.418.186-.596.247-.193.065-.358.125-.474.156v-.115l.003-7.295a4 4 0 0 0 .316-.023c.005.015.016.057.031.1a.33.33 0 0 0 .219.166.32.32 0 0 0 .306-.107.37.37 0 0 0 .388.067.235.235 0 0 0 .175-.227.43.43 0 0 0-.033-.208l-.036-.066a4 4 0 0 0 .744-.41l.02-.006c.373-.094 1.872-.631 2.791-.643a3.3 3.3 0 0 1 1.627.39 2.8 2.8 0 0 1 .682.56c.006.009.013.028.037.032a.04.04 0 0 0 .034-.022 1.14 1.14 0 0 0 .079-.516c-.02-.282-.3-.486-.383-.57-.003-.003-.01-.021.02-.041a.7.7 0 0 1 .105-.085 1 1 0 0 1 .562-.212c.03.003.02-.04.012-.076-.058-.25-.415-.412-.79-.354a.96.96 0 0 0-.613.417c-.007.011-.042.027-.056.013a3 3 0 0 0-.369-.107c-.045-.01-.021-.044-.019-.05a1 1 0 0 1 .304-.337 1.1 1.1 0 0 1 .494-.224c.022 0 .022-.03.016-.04a.55.55 0 0 0-.375-.302.84.84 0 0 0-.78.14 1.4 1.4 0 0 0-.445.673c-.014.02-.018.036-.036.032-.099-.02-.345-.007-.367-.022-.015-.007-.012-.03-.009-.045a.9.9 0 0 1 .222-.38.9.9 0 0 1 .364-.286.055.055 0 0 0 .01-.094.98.98 0 0 0-1.22.263 2.2 2.2 0 0 0-.304.696c-.002.009-.017.036-.036.036l-.508.112-.083.019-.022.023a3.3 3.3 0 0 0 .497-1.65zm-12.45.085h5.19v.09a3.15 3.15 0 0 0 .837 2.098H3.556a9.7 9.7 0 0 1-.342-2.188zm.415 2.443h5.863a3 3 0 0 0 .112.1 3.9 3.9 0 0 0 2.17.898v1.21h-7.22a14 14 0 0 1-.8-1.827 10 10 0 0 1-.125-.38zm10.584.29-.01.012h-.002l-.002-.002zm1.738.185a.9.9 0 0 0-.507.155.93.93 0 0 0-.392.41 2.7 2.7 0 0 0-.172.775.06.06 0 0 1-.038.035 3 3 0 0 0-.335.087.03.03 0 0 1-.023-.02 1.1 1.1 0 0 1 .15-.727.9.9 0 0 1 .218-.263.037.037 0 0 0-.017-.068.98.98 0 0 0-.648.114.89.89 0 0 0-.452.667 1.6 1.6 0 0 0 .042.594c0 .006.006.027-.016.031-.076.037-.282.145-.355.18-.005.002-.019.005-.022-.006a.58.58 0 0 0-.268-.358.53.53 0 0 0-.446.022.55.55 0 0 0-.216.224.375.375 0 0 0 .127.455c.006.006.017.02 0 .025-.09.049-.092.06-.16.161a.43.43 0 0 0 .052.45.465.465 0 0 0 .7.082c.004-.003.018.005.025.02a.6.6 0 0 0 .143.151.46.46 0 0 0 .455 0 .41.41 0 0 0 .21-.415.38.38 0 0 0-.111-.262c-.013-.016 0-.024.034-.046a5.4 5.4 0 0 1 1.96-.666 3.1 3.1 0 0 1 1.076.022 1.5 1.5 0 0 1 .629.312 3 3 0 0 1 .406.402.16.16 0 0 0 .117-.025.66.66 0 0 0 .014-.517 1.6 1.6 0 0 0-.384-.59c-.003-.002-.003-.013-.003-.02-.004-.03.015-.045.052-.079a1.2 1.2 0 0 1 .562-.297c.027-.002.038-.022.02-.053a.656.656 0 0 0-.808-.298h-.001a.92.92 0 0 0-.454.416c-.006.011-.022.05-.037.038-.09-.008-.242-.032-.331-.04-.041-.002-.025-.039-.024-.045a.74.74 0 0 1 .194-.316 1.2 1.2 0 0 1 .444-.318.02.02 0 0 0 .016-.031.63.63 0 0 0-.465-.229.8.8 0 0 0-.617.238 1.25 1.25 0 0 0-.337.74q-.012.035-.037.035a2 2 0 0 1-.278.025c-.015-.004-.014-.02-.014-.036a.9.9 0 0 1 .101-.406 1.5 1.5 0 0 1 .55-.582c.036-.025.038-.076.026-.082a.9.9 0 0 0-.355-.071M4.707 17.692h7.069v2.19H6.213a11 11 0 0 1-.898-1.181 17 17 0 0 1-.609-1.01zm10.076 1.176a.5.5 0 0 0-.273.069.98.98 0 0 0-.475.56 1.1 1.1 0 0 0 .012.571c.003.007.012.024-.002.03-.078.03-.136.065-.213.096-.004 0-.024.005-.028-.005a.63.63 0 0 1 .088-.736c.017-.015.027-.035-.008-.047a.59.59 0 0 0-.531.193.68.68 0 0 0-.117.659 1 1 0 0 0 .099.261c.003.005.03.021.014.028l-.15.115c-.003.003-.014.008-.019 0a.49.49 0 0 0-.29-.238.34.34 0 0 0-.317.088.36.36 0 0 0 .147.602c.007.003.017.012.005.02a.6.6 0 0 0-.19.212.38.38 0 0 0 .085.406.37.37 0 0 0 .29.089.6.6 0 0 0 .357-.313c.002-.003.021-.017.031-.006a.53.53 0 0 0 .264.2.32.32 0 0 0 .323-.065.35.35 0 0 0 .111-.4.6.6 0 0 0-.201-.216c-.013-.01-.003-.035.023-.055a3 3 0 0 1 1.402-.62 1.8 1.8 0 0 1 1.025.166 1.6 1.6 0 0 1 .337.267c.013.007.05.02.063.008a.397.397 0 0 0 .035-.548.7.7 0 0 0-.206-.165l-.007-.015a.9.9 0 0 1 .301-.393 1.4 1.4 0 0 1 .295-.143c.022-.006.018-.02.007-.047-.128-.293-.635-.304-.874-.15a1.1 1.1 0 0 0-.346.396c-.005.01-.012.04-.025.031l-.213-.064c-.004 0-.004-.024-.002-.028a1.12 1.12 0 0 1 .696-.565c.015-.006.01-.02.007-.028-.11-.268-.661-.245-.93-.074a1.17 1.17 0 0 0-.493.714c-.003.02.006.037-.007.04a1.2 1.2 0 0 1-.23.055.024.024 0 0 1-.022-.023.64.64 0 0 1 .067-.392 2 2 0 0 1 .324-.408.043.043 0 0 0-.003-.063.5.5 0 0 0-.236-.07zm-3.006 1.296v3.417c-.098-.032-.214-.074-.342-.117-.178-.06-.373-.151-.597-.247a14.6 14.6 0 0 1-1.96-1 11 11 0 0 1-1.147-.847 13 13 0 0 1-1.266-1.206h5.31z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/portainer.svg b/mkdocs-material/material/templates/.icons/simple/portainer.svg new file mode 100644 index 0000000..5300f24 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/portainer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.504 0v1.023l-.01-.015-6.106 3.526H3.417v.751h5.359v3.638h1.942V5.284h1.786V15.7c.027 0 .54-.01.751.091V5.285h.531v10.608c.293.147.55.312.751.54V5.286h6.046v-.75h-1.267l-6.061-3.5V0zm0 1.87v2.664H7.889zm.751.031 4.56 2.633h-4.56zM9.142 5.285h1.21v1.686h-1.21zm-4.736 2.73v1.951h1.942v-1.95zm2.19 0v1.951h1.941v-1.95zm-2.19 2.171v1.951h1.942v-1.95zm2.19 0v1.951h1.941v-1.95zm2.18 0v1.951h1.942v-1.95zM4.36 12.43a3.73 3.73 0 0 0-.494 1.851c0 1.227.604 2.308 1.52 2.986.239-.064.477-.1.724-.11.1 0 .165.01.266.019.284-1.191 1.383-1.988 2.665-1.988.724 0 1.438.201 1.924.668.229-.476.302-1.007.302-1.575 0-.65-.165-1.292-.494-1.85zm4.828 3.16c-1.21 0-2.226.844-2.492 1.97a1 1 0 0 0-.275-.009 2.56 2.56 0 0 0-2.564 2.556 2.565 2.565 0 0 0 3.096 2.5A2.58 2.58 0 0 0 9.233 24c.862 0 1.622-.43 2.09-1.081a2.557 2.557 0 0 0 4.186-1.97c0-.567-.193-1.099-.504-1.52a2.557 2.557 0 0 0-3.866-2.94 2.57 2.57 0 0 0-1.951-.898z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/portswigger.svg b/mkdocs-material/material/templates/.icons/simple/portswigger.svg new file mode 100644 index 0000000..295dc13 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/portswigger.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0v24h10.718v-3.805l3.496-4.272h-3.496v-5.205H4.427l6.291-7.767V0Zm13.282 0v3.884L9.786 8.155h3.496v5.205h6.291l-6.291 7.767V24H24V0Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/posit.svg b/mkdocs-material/material/templates/.icons/simple/posit.svg new file mode 100644 index 0000000..63e5ce2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/posit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 .953v6.393l4.852 2.066-3.27 1.447v2.283l3.215 1.432L0 16.615v6.432l11.918-5.256.082-.035.082.035L24 23.047v-6.432l-4.797-2.04 3.215-1.433v-2.283l-3.27-1.447L24 7.346V.953L12 6.25Zm.879 1.352 10.039 4.431-4.96 2.19L.879 6.763Zm22.242 0v4.458l-5.066 2.162-4.973-2.19 10.04-4.431ZM12 7.209l4.945 2.19-4.95 2.107-4.94-2.108zM5.959 9.885l4.926 2.093-.006.002.006.002-4.979 2.12-3.446-1.529v-1.148zm12.082 0 3.514 1.54v1.15l-3.448 1.526-1.107.487-4.994 2.21L7 14.589l4.994-2.133L17 14.588l1.094-.487-4.973-2.12zM5.906 15.06l5.012 2.215-.066.03-9.973 4.404v-4.512zm12.201 0 5.014 2.137v4.512l-9.959-4.404-.066-.03z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/postcss.svg b/mkdocs-material/material/templates/.icons/simple/postcss.svg new file mode 100644 index 0000000..1e71b43 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/postcss.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.627.008q-.352.014-.706.065c-.226.024-.453.064-.672.097-.267.033-.534.05-.801.081-.252.033-.51.082-.762.123-.09.016-.178.048-.268.064-.194.04-.396.057-.59.122A16 16 0 0 0 6.79.917c-.316.13-.624.268-.923.43-.308.17-.6.373-.892.568q-.415.277-.82.592c-.257.203-.501.43-.736.657-.13.13-.235.284-.356.43-.203.236-.405.462-.6.706-.16.203-.308.414-.462.625-.275.373-.51.77-.728 1.168-.09.162-.17.325-.25.487-.123.243-.252.478-.366.73-.08.17-.146.357-.194.544a67 67 0 0 0-.332 1.2c-.098.358-.122.73-.13 1.096-.008.324.024.64.057.965.008.082-.04.18.056.244-.032.09-.008.138.04.154-.056.09.025.146-.007.227-.008.017.025.05.04.073 0 .025-.008.057 0 .08.01.074.04.147.04.229 0 .056.05.12.066.178.008.024 0 .065-.017.08-.048.058-.04.106.033.139.04.105.024.154.016.203.016.073-.008.097 0 .114.065.13.09.275.097.42 0 .034.016.066.033.107.008 0 0 .154 0 .154.04-.024.073-.032.113-.05q.036.16.081.294c.04.065.041.097.025.105.032.145.048.283.105.42 0-.153-.016-.307-.04-.453.113.04.21.08.275.08.008-.023.016-.055.025-.072-.049-.048-.09-.12-.138-.17.016.065 0 .09 0 .114a1 1 0 0 0-.114-.05c.033-.04.065-.08.114-.13 0-.072-.04-.137-.154-.13.05-.015.097-.04.154-.055.09-.048-.008-.138-.008-.25.008-.14-.073-.277-.097-.423-.04-.227-.033-.568-.057-.795-.049-.04-.09.065-.097.073q.04.293.064.584c-.048-.162-.08-.34-.12-.536-.01.057-.017.08-.017.114-.04.04-.008.09.016.146-.056-.025-.12-.016-.12-.016v.227c-.082-.08-.106-.146-.147-.203-.016-.065-.025-.13-.04-.194.015-.04 0-.065 0-.09l-.025-.195a1 1 0 0 0-.008-.13c.065.009.106.016.146.016-.08-.104-.025-.17.008-.234.016-.033.073-.04.09-.074.064-.12.17-.218.17-.373 0-.073.025-.154.032-.227q.027-.207.04-.414c.017-.178 0-.357.041-.527.065-.283.146-.568.235-.852.065-.203.138-.397.22-.6.12-.317.234-.633.388-.933.22-.438.47-.86.713-1.29.154-.268.316-.52.487-.78.16-.25.323-.51.51-.746.26-.332.543-.64.86-.917.323-.292.63-.592.98-.86a10 10 0 0 1 1.44-.925c.414-.219.843-.39 1.273-.552.275-.105.575-.154.859-.243.324-.106.648-.154.988-.162.219-.008.43-.033.648-.057a16 16 0 0 0 .6-.057.4.4 0 0 0-.04.065c-.09.13-.187.26-.276.39-.073.105-.154.218-.227.324-.13.17-.268.34-.39.52-.185.267-.356.543-.55.81-.194.26-.405.504-.608.755-.267.35-.518.706-.785 1.055-.244.332-.502.65-.737.982-.21.292-.398.6-.6.9-.3.446-.6.884-.9 1.33a84 84 0 0 1-.712 1.015c-.016.024-.04.032-.065.048-.064.105-.064.162-.09.21a4 4 0 0 1-.202.358c-.04.065-.097.122-.146.187-.008-.098.13-.147.065-.27-.04.067-.08.123-.12.188l-.1.194c.033.024.088.04.035.088-.005-.02-.032-.032-.053-.048a5 5 0 0 0-.194.293c.05.04.073.024.105-.033.03-.06.072-.104.11-.154l-.042.074a.3.3 0 0 0 .09-.08c0 .088-.05.16-.09.233-.033.065-.114.114-.17.163.008.008.065.032.073.04.073-.024.097-.064.106-.04.024-.033.048-.057.056-.08a.3.3 0 0 1 .162-.18q.046-.026.08-.064c.244-.252.495-.496.714-.764.34-.413.648-.843.973-1.265.137-.178.3-.357.445-.527.024.186.008.365 0 .535-.025.3-.04.6-.065.908-.008.122 0 .244-.008.366 0 .032-.025.056-.025.09 0 .08.025.17.025.25-.025.3-.057.592-.082.893-.008.064.024.13.04.186-.04.438.05.9-.024 1.364.057-.09.073-.147.073-.203.008-.05 0-.097 0-.154v-.08c.008-.147.04-.3.024-.448a1.5 1.5 0 0 1 .016-.47c.017-.065-.007-.146.033-.227v.12c-.008.463.01.926-.056 1.388-.008.04.024.114-.065.106-.073.146.016.252-.065.333-.016.016.016.09.024.138-.032.097-.032.097.016.105.008.18.025.34.033.51.13-.307.064-.624.122-.941.008.13.016.26.008.398 0 .21-.01.414-.017.625q-.002.06-.016.122c-.024.113-.032.227-.072.332-.033.08-.016.203-.016.3v.31c.032.137-.01.21.016.29-.025.083-.033.107-.025.13l.025.123c.162-.016.09.106.153.17-.048.065-.032.09-.032.122 0 .073-.008.138-.016.21 0 .188-.008.374-.008.553 0 .025.008.048.008.073l-.008.227c.016.024 0 .05-.025.073-.008 0-.032-1.03-.032-1.03h-.12c-.017.486.023.924-.066 1.38-.097.007-.13.023-.235.023q-.378-.002-.754.008c-.3 0-.59.008-.89.008-.147 0-.3.017-.446.017-.195 0-.397-.025-.59-.025-.3 0-.593.024-.893.032-.22.008-.437.008-.656.017-.146.008-.292.015-.438.032-.064.008-.12.032-.202.056-.025 0-.08-.008-.13 0-.08.017-.153.065-.235.082-.122.024-.154.056-.138.178v.08c-.008.017.178-.024.178-.024-.016 0-.024.05-.049.09.065-.025.106-.04.147-.057.121.057.226.025.323.05.316.08.64.113.964.145.21.016.414.025.624.032.3.017.6.033.9.033.25 0 .493-.025.744-.025.348 0 .697.016 1.045.025.073 0 .154-.008.235-.008h.592c.527-.016 1.053-.025 1.58-.04.3-.01.608-.025.907-.033l.924-.025c.357-.008.713-.008 1.062-.015.267 0 .526-.01.794-.017.3-.008.607-.032.907-.048.162-.008.324-.025.486-.04.195-.017.398-.04.592-.05.29-.016.59-.024.883-.04.365-.024.73-.057 1.102-.065.34-.016.689-.008 1.03-.016.3-.008.599-.025.907-.033l.51-.025s.34-.008.51-.024c.293-.016.584-.05.876-.057.186-.008.372 0 .559-.008.3-.008.606-.024.906-.024.113 0 .235.016.38.024-.064.057-.105.09-.153.13.032.008.064.025.097.04a.22.22 0 0 1-.13.04c-.016.042-.032.058-.048.139h.145c-.056 0-.105.073-.16.122-.066-.017-.123 0-.156.09.057.03.05.056.04.09-.096.03-.17.063-.128.169q-.05.022-.114.056c-.04.065-.113.08-.097.17.032.008.064.025.09.033-.042.016-.082.04-.123.056-.145.09-.08.13-.048.17q-.037.027-.073.04c.016.074.04.09.048.09l-.085.069.01-.027h-.032q0 .022.005.04l-.02.016c-.024.072-.056.104-.09.153-.03.048-.046.114-.087.162-.17.187-.292.406-.51.552-.081.057-.154.13-.227.203-.146.138-.276.292-.43.422a9 9 0 0 1-.631.478c-.267.187-.534.374-.802.552-.146.097-.308.17-.462.26s-.3.17-.454.26c-.097.064-.186.153-.291.202-.268.114-.551.211-.827.317-.268.114-.462.21-.664.284a5 5 0 0 1-.575.153c-.065.017-.138 0-.211.01-.138.024-.276.057-.414.073-.356.048-.713.08-1.07.13-.21.024-.413.064-.623.09-.146.007-.3-.009-.446-.009-.105 0-.218.025-.324.01-.17-.026-.34-.066-.51-.098-.04-.008-.097-.025-.13-.008-.064.032-.122-.016-.187 0-.04.008-.08-.025-.12-.025-.033-.008-.074.01-.115 0-.09-.024-.17-.056-.268-.048-.096.008-.194-.04-.298-.065l-.43-.097a.7.7 0 0 1-.162-.073c-.21 0-.348-.008-.478-.057-.113-.04-.22-.097-.34-.08-.032.007-.057-.009-.09-.009-.024-.033-.048-.098-.072-.098-.162.008-.26-.13-.397-.17-.073-.024-.13-.105-.202-.13-.18-.073-.324-.227-.527-.25-.064-.01-.13-.042-.202-.066.024.032.04.057.064.08-.235-.113-.453-.242-.672-.364-.032-.008-.056-.04-.08-.057l-.22-.147c-.12.024-.17-.025-.203-.04-.218-.154-.47-.252-.68-.421-.09-.074-.194-.122-.26-.212a1.3 1.3 0 0 0-.404-.316c-.122-.064-.235-.138-.348-.21-.057-.041-.114-.09-.114-.18 0-.056-.024-.113-.097-.08-.032-.05-.065-.106-.105-.122-.097-.04-.162-.114-.235-.18-.073-.064-.13-.153-.22-.185-.161-.065-.26-.203-.355-.316-.228-.268-.43-.56-.64-.844-.017-.024-.05-.04-.074-.065.033.09.073.162.114.243a.5.5 0 0 1-.186-.146c-.008.008.558.942.558.942.05.073.09.146.138.219a.25.25 0 0 1-.243-.13c-.073-.13-.154-.21-.316-.194a1.4 1.4 0 0 1-.04-.18.6.6 0 0 1-.114-.008c.114.179.21.333.316.51l-.08-.047c.145.154.25.349.436.446.04.187.25.276.3.454l-.114-.024c-.065-.081-.138-.162-.21-.251a.4.4 0 0 0 .072.145c.098.122.187.244.3.35.04.04.098.057.098.13.064.032.09.04.113.04.017.049-.008.122.09.106.064.12.128.12.218.08.105.105.162.114.235.05 0 .04.008.08.008.113.032-.017.025-.04.025-.081.04.033.064.049.08.065.08.114.154.219.268.307.154.13.29.268.437.39.283.235.6.43.916.608.39.22.762.455 1.16.665a6.2 6.2 0 0 0 1.513.545c.195.04.38.08.576.13.17.048.34.121.51.161.26.057.527.106.786.154l.179.025c.072.016.16-.016.177.008.04.065.073.032.122.024.057-.016.12-.016.186-.016.227.008.445.056.672.04.05 0 .122-.04.163.04.073-.032.113-.032.146-.04.008.073 0 .073-.016.08-.017.01-.04.017-.073.04.292.058.567.066.81 0a2.7 2.7 0 0 0 1.135-.136c.032.04.056.097.105.016.016-.025.056-.033.089-.04.073-.017.162-.05.227-.026.073.025.097-.04.154-.04.097 0 .186-.008.276-.024.048-.008.097-.033.153-.05a.4.4 0 0 0-.178-.04 7 7 0 0 1 .276-.13c-.017.025-.033.057-.065.057h.113c-.025 0-.057.073-.097.122.29-.073.558-.138.818-.204-.09-.17.097-.113.162-.21a3 3 0 0 1-.243.064c.275-.137.559-.26.834-.38-.04.048-.09.073-.162.114.049.008.08.008.106.015.129.04.097-.08.137-.154.154 0 .219-.024.292-.05q.12-.033.243-.08c.13-.056.25-.13.38-.194.025-.01.065 0 .098 0 .09-.057.12-.106.145-.098.114.017.194-.024.227-.13l.023-.015c.033.07.098.08.203.007q-.1-.002-.187-.016-.008.002-.011.006.06-.047.11-.08c.178-.096.347-.193.526-.29.065 0 .097 0 .113-.008a4 4 0 0 0 .3-.163c-.024-.008-.08-.04-.08-.04a1 1 0 0 0 .154-.04c.193-.23.46-.383.664-.56.089-.008.089-.032.089-.048.032-.041.064-.09.105-.122.177-.163.371-.3.533-.47q.354-.355.673-.732c.194-.227.39-.454.55-.705.228-.35.422-.706.625-1.072.146-.26.275-.52.422-.778.015-.025.048-.057.072-.057.22-.025.438-.04.65-.065.047-.008.104-.04.152-.065-.024-.04-.04-.09-.064-.13-.033-.05-.08-.09-.114-.138-.032-.04-.056-.09-.08-.138-.025-.04-.05-.072-.074-.114a3 3 0 0 1-.138-.275c-.008-.024-.025-.065-.016-.09.146-.315.202-.656.34-.972.138-.325.18-.69.243-1.04.057-.331.09-.664.13-.997.024-.235.057-.462.064-.697.05-.373.033-.723.025-1.072-.008-.308-.025-.624-.04-.933-.017-.317-.025-.633-.058-.95-.056-.43-.113-.868-.21-1.29a7 7 0 0 0-.316-1.014c-.154-.39-.308-.787-.503-1.16-.316-.6-.73-1.136-1.11-1.696-.252-.357-.576-.65-.82-1.014-.135-.21-.34-.39-.541-.55a14 14 0 0 0-1.004-.723 10 10 0 0 0-.794-.504c-.22-.122-.454-.22-.68-.325-.26-.12-.511-.268-.803-.324-.073-.016-.138-.04-.21-.065-.187-.065-.365-.138-.552-.195-.283-.089-.56-.194-.85-.267a8 8 0 0 0-.87-.163c-.323-.047-.655-.064-.98-.096a8 8 0 0 0-.623-.056c-.307-.018-.623-.018-.93-.025-.154-.008-.316-.024-.47-.016Zm.694.94q.156.027.3.041l.389.025c.292.023.583.04.875.08.243.033.486.081.737.122a10.4 10.4 0 0 1 1.572.405c.3.098.59.228.884.35.656.267 1.28.592 1.895.932.194.106.308.276.454.43.21.22.42.438.624.665.234.268.453.544.68.82.201.243.412.486.615.73.065.073.114.163.17.244.13.194.275.38.39.592.08.154.13.333.185.503.08.252.162.495.243.746.056.187.104.382.145.576.033.13.025.268.065.397.05.17 0 .358.05.528.007.017.015.04.023.057.033.032.057.065.008.114-.008.008-.008.04 0 .064.017-.016.025-.032.04-.057 0 .017.01.025.01.033 0 .032-.01.065 0 .097 0 .016.015.04.023.057.016-.017.032-.025.064-.05.073.276.082.552.082.836 0 .268.048.536-.065.795.024-.09-.033-.17-.008-.252l.003.002c-.008 0-.056-.05-.064-.057-.01.025 0 .05-.017.08-.008-.023-.064-.014-.064-.04-.01.115.048.228.04.34.024-.014.12-.023.146-.047a.1.1 0 0 0 .032.016c-.162.122-.12.244-.048.382.016.032.064.097.016.162-.016.016.008.065.016.106h.024v.015l-.073.025c-.016-.025-.113-.073-.113-.114v.414c.08.025.08.138.113.195a.2.2 0 0 0 .033-.064l.008.008q-.01.072-.032.146c-.016.072-.033.137-.04.21 0 .008.015.025.015.033-.09.203-.04.43-.072.64-.025.154 0 .317-.017.48a4 4 0 0 1-.08.42c-.009.025-.026.033-.066.05a.7.7 0 0 0-.008-.252c-.008 0-.114-.057-.122-.057 0 .114.065.268.09.398-.025-.008-.122-.065-.13-.065-.017.097-.017.227-.025.332-.008.082-.08.154-.09.244 0 .05.058.08.05.162h.064c0-.162.074-.308.074-.478h.023c.01.016.033.032.025.04-.016.09-.05.187-.04.276 0 .05.04.097.024.154a1 1 0 0 0-.033.17c-.008-.04-.016-.056-.016-.08l-.09-.008c-.007.05.058.097.05.138-.01.008-.017.008-.033.016l-.267-.39a82 82 0 0 1-.632-.932 2 2 0 0 1-.147-.244q-.372-.645-.833-1.24c-.235-.3-.422-.626-.64-.94-.203-.302-.405-.594-.608-.895-.073-.097-.162-.186-.227-.292-.21-.332-.397-.673-.607-1.006-.178-.276-.372-.544-.56-.81q-.097-.137-.194-.286a.1.1 0 0 1-.016-.055 12 12 0 0 1-.04-.528c0-.162.016-.324.016-.495V6.96c0-.04.008-.073.008-.113.008-.008.016-.025.024-.033-.235 0-.478-.01-.713 0-.154.008-.235-.057-.34-.17-.308-.35-.535-.747-.802-1.12a50 50 0 0 0-.77-1.055c-.211-.284-.422-.56-.632-.844-.236-.324-.462-.65-.705-.973q-.44-.585-.892-1.168c-.138-.179-.292-.35-.446-.536m-.752.426q.026.005.05.038c.218.276.437.56.655.835.163.204.325.398.48.61.185.26.364.52.55.778q.316.448.624.908c.308.455.6.91.907 1.363.227.333.454.658.672.99h-.413c-.38-.008-.77-.04-1.15-.024-.52.025-1.046.08-1.564.122a23 23 0 0 1-1.976.064c-.236 0-.47.033-.705.05-.284.016-.56.032-.843.04-.333.016-.656.024-.99.033-.185.008-.38 0-.582 0V7.18c.26-.357.527-.714.786-1.08.08-.105.145-.22.226-.324.025-.033.058-.05.098-.082l-.008-.015c.032-.04.064-.074.08-.106.042-.065.066-.138.099-.21a.1.1 0 0 1 .032-.033c.114.057.114-.064.154-.105a6 6 0 0 0 .21-.252c.05-.064.098-.12.139-.194.007-.025-.017-.065-.025-.098H9.05c.024-.016.049-.04.073-.056.008 0 .008 0 .016-.008a5 5 0 0 1 .146-.21c.097-.13.202-.26.315-.374q-.024.062-.048.113c.008 0 .008.008.016.008.097-.13.203-.252.3-.382q-.012-.014-.025-.016c-.04.04-.072.082-.113.122q-.012-.014-.025-.016c.082-.106.163-.21.243-.333.017.025.033.057.065.122.033-.08.065-.138.09-.195-.025.025-.057.05-.081.074l-.025-.025.146-.218c.154-.22.308-.447.462-.666.057-.08.13-.146.178-.227.154-.308.398-.552.584-.836.04-.056.097-.105.145-.154q.03-.035.056-.03zm-2.285 3.16c-.048.033-.09.057-.137.09-.01.008-.017.008-.01.008.01.04.01.073.017.13.057-.082.097-.147.146-.21zm6.838 3.342c.073 0 .113.025.154.09q.108.182.227.365c.008.016.024.04.024.064 0 .18 0 .365.008.544.008.187.025.365.032.552 0 .186-.016.38-.008.576.009.276.016.56.016.843h.002v.074c-.008 0-.016.008-.032.008-.033-.114-.065-.236-.106-.35a2.7 2.7 0 0 0-.316-.68c-.163-.228-.308-.463-.47-.698-.04-.057-.098-.106-.146-.154-.17-.187-.34-.382-.56-.52a6.6 6.6 0 0 0-1.012-.52 2 2 0 0 1-.284-.145h.194L15.23 7.9c.3-.008.59-.008.89-.024m-6.083.212q.088-.003.178.008c-.13.065-.26.13-.373.21-.146.098-.283.228-.43.334a2.4 2.4 0 0 0-.396.373c-.154.186-.324.348-.487.527-.113.13-.243.252-.34.39-.137.178-.26.372-.39.575.042-.77.09-1.533.058-2.312.382-.016.746-.04 1.12-.056.29-.017.59-.025.88-.04q.09-.008.18-.01zm2.033.415c.242.008.485.008.728.024.105.008.203.032.3.064.12.04.25.098.365.154q.204.11.397.244c.235.154.453.324.688.462.227.138.405.325.55.536.18.25.382.48.463.787l.12.535c.026.098.083.195.058.308-.04.203-.073.415-.105.617a1 1 0 0 0-.024.244c.015.252-.082.47-.18.698-.031.073-.08.146-.12.227a.2.2 0 0 0 .064.033l.073-.146c.009 0 .009 0 .016.008-.04.113-.072.235-.113.35-.097.25-.194.51-.316.753-.065.138-.178.25-.26.382-.08.113-.145.235-.226.34-.073.09-.145.18-.243.244a6 6 0 0 1-.68.454c-.146.09-.316.138-.478.178h.002c-.26.064-.527.138-.794.17-.227.033-.462.025-.697.025a8 8 0 0 1-.625-.025c-.235-.024-.47-.05-.696-.154-.195-.09-.398-.17-.591-.268-.196-.097-.39-.21-.536-.39-.105-.13-.251-.234-.38-.348a.38.38 0 0 0 .17.235c-.041.05-.098.025-.18-.106-.023.017-.047.025-.064.033.025-.057.049-.114.073-.162-.032-.065-.073-.138-.105-.204a7 7 0 0 1-.187-.324c-.016-.024-.016-.048-.032-.073a2 2 0 0 1-.114-.146c-.064-.097-.12-.202-.202-.3 0 .025.008.05.008.082-.008 0-.016.008-.016.008l-.17-.414c-.008 0-.008 0-.016.008l.145.535c-.008 0-.016.01-.024.01-.024-.034-.048-.066-.065-.106-.016-.066-.065-.066-.105-.04-.025.015-.041.072-.033.096q.088.207.187.414a1 1 0 0 0 .057.138c.008.016.032.032.032.056.033.065.057.13.098.187.073.097.154.195.227.292.072.097.137.203.2.3.009.016.034.016.04.025.043.12.18.21.277.162.025.186.227.25.308.43a4 4 0 0 1-.235-.106c-.008.008-.008.016-.016.032.097.05.195.098.283.154.082.05.163.098.236.155.097.09.21.138.348.17a.1.1 0 0 0-.016-.033c.227.106.462.22.64.308-.843.017-1.742.033-2.674.05 0-.155-.008-.3-.008-.455 0-.065.016-.122.008-.187-.025-.372-.025-.746-.073-1.11a8 8 0 0 1-.04-1.162c.007-.21-.01-.43-.017-.64 0-.284 0-.56.009-.844 0-.04.016-.073.032-.114h.025c.008.017 0 .04.015.05.025.024.066.064.082.056.048-.033.12-.065.138-.114a.8.8 0 0 0 .056-.3c0-.073.033-.12.065-.17.016-.025.025-.05.04-.08-.031-.025-.064-.042-.104-.074.032-.09.024-.195.146-.243.016-.008.016-.05.024-.073.008-.066.015-.14.024-.204.016.025.025.033.04.05q.015-.026.017-.026c0-.032-.008-.097 0-.097.097-.016.057-.122.105-.17.008-.01-.008-.033-.008-.05 0-.015 0-.04.008-.04.113-.024.097-.146.17-.203.024-.016.032-.04.065-.08.064.112-.05.17-.057.25.137-.08.178-.275.097-.332a.5.5 0 0 0 .089-.09c.09-.097.186-.186.267-.283.057-.073.09-.162.146-.235.033-.04.098-.073.146-.098.146-.08.284-.17.373-.307q.026-.025.064-.05c.025-.015.074-.015.082-.04.008-.016-.016-.057-.033-.08.032-.017.065-.05.13-.082-.025.05-.032.08-.05.114l.04.04c.074-.057.188-.12.26-.17 0-.008-.04-.04-.04-.04-.05.024-.121.065-.194.097.015-.024.015-.04.025-.05.113-.072.226-.144.348-.202.283-.13.567-.26.85-.38.049-.025.114-.01.17-.01.025 0 .04 0 .065-.006.13-.04.26-.082.39-.114a.7.7 0 0 1 .178-.024m-.316.12-.234.106c0 .008-.041.073-.033.073.04-.008.13-.073.178-.08.024 0 .057.007.082.015 0-.032 0-.065.007-.114m5.858 1.38c.08.107.17.204.227.309.187.34.43.634.656.942.195.268.373.56.552.835.218.333.429.665.648.998.162.252.332.503.502.747q.233.326.477.64c.137.187.283.374.42.56q.244.344.487.674c.08.113.17.227.26.34.05.065.121.114.17.154a.1.1 0 0 1-.032-.008q.034.05.056.073c.09.05.098.098.05.17v-.001c-.008.016-.025.033-.033.05-.008-.017-.008-.042-.016-.075-.05.13-.154.066-.227.066-.437.008-.883.008-1.32.008-.421 0-.85 0-1.271.008-.138 0-.284.032-.422.04a37 37 0 0 1-.997.033c-.024 0-.048-.04-.09-.073l-.048.073c-.008-.016-.024-.032-.04-.056l-.025.064h-.024c-.016-.113-.048-.22-.048-.332 0-.244.024-.487.032-.73.008-.114 0-.22 0-.325l.09.065a1 1 0 0 1 .048-.08s-.016-.008-.033-.025c.016-.008.033-.025.033-.033.008-.024.024-.05.024-.065 0-.057-.016-.105-.024-.153q.012.002.024-.008l.048.243h.025c-.032-.056.073-.106-.016-.17-.008-.008.008-.057.008-.082-.025-.048-.04-.097-.065-.162.008-.008.033-.016.057-.024q-.046-.026-.081-.04c.08-.073.08-.114.008-.195.016-.008.032-.008.032-.015 0-.074 0-.147-.016-.22-.016-.081.025-.178-.097-.227a.2.2 0 0 0 .032.065s-.024.008-.048.024c-.105-.097-.04-.228-.065-.373a1 1 0 0 1 .138.05c-.017-.058-.057-.123-.081-.196h-.033v-.536c0 .008.056.008.09.017 0-.008.007-.016.007-.025l-.09-.105.017-.016c-.065-.08-.032-.194-.032-.22v-.567c.08.082-.04.187.08.235v-.08h-.008c-.008-.122-.008-.244-.016-.366h-.016c-.008.017-.008.025-.016.04h-.016zm-13.65.665c-.098.113-.187.227-.276.34.015.008.04.065.055.082.09-.122.21-.276.3-.39-.008-.008-.072-.024-.08-.032m-.543.398c-.05.072-.17.202-.22.275.009.008.098-.032.106-.023.05-.073.098-.155.146-.228q-.022-.013-.032-.024m.17.12c-.05.034-.097.075-.146.107.016.016.016.025.016.04-.064-.007-.09.026-.12.114-.01.025-.05.033-.09.065-.01.016-.017.057-.033.097l.008.008a.1.1 0 0 1-.04.025c-.05.048-.106.09-.154.138q-.014.036-.016.073c.056-.057.153-.162.226-.227l.01.008c.03-.05.056-.098.09-.146.006.008.006.016.014.024-.024.065-.048.138-.073.203-.017.008-.04.024-.04.016-.033.025-.058.057-.09.08l-.146.098c-.08.073-.162.138-.25.21-.058.09-.114.17-.18.277.098-.025.122.016.114.097.113.016.122-.073.154-.138.008-.016.016-.05.032-.057.073-.065.154-.12.235-.186.017-.016.017-.05.017-.073 0-.008-.04-.008-.066-.017.073-.08.18-.218.25-.307.042-.025.083-.058.083-.082-.007-.075.032-.104.082-.13-.037.175-.144.325-.252.356.033.016.065.033.09.025s.04-.05.056-.074l.22-.316.072-.122-.032-.033c-.033.058-.065.107-.098.164l-.027-.014.002-.002c-.032-.025-.04-.05-.04-.057a.3.3 0 0 1 .04-.074c.017 0 .04-.008.04-.008.034-.056.034-.097.066-.146-.008-.008-.016-.008-.025-.016zm14.059.999h-.002v.006zm-.002.006a.2.2 0 0 0-.007.067q-.002-.034.007-.067m-.007.147v.008c.008.008.009.008.016 0-.008 0-.008 0-.016-.007zm0 .016c-.024.008-.05.008-.081.017.04.015.079.023.08.04zm0 .056v.002zm-1.192 1.422c-.016.925.09 1.833.21 2.75l-2.786.097a3.3 3.3 0 0 0 .94-.624 1 1 0 0 1 .13-.114c.34-.21.59-.503.818-.828.259-.373.429-.795.64-1.192a1 1 0 0 1 .048-.09m1.134.073.033.08c.04-.007.057-.007.073-.015q-.002-.012.008-.024c-.024-.01-.057-.024-.114-.04zm.024.074-.007.006c.008 0 .016.01.016.01l-.008-.01zM1.07 14.01a.2.2 0 0 0-.073.033c.032.08.073.17.105.252a.2.2 0 0 1 .065-.033c-.033-.08-.065-.17-.097-.252m-.228.333c-.024.04-.048.08-.04.113 0 .024.04.05.065.073 0-.008.008-.016.016-.023-.016-.057-.024-.106-.04-.163m21.657.008c0 .016.008.04 0 .057zm-21.235.18a.3.3 0 0 0-.073.03c.065.139.13.285.194.423.01 0 .073-.032.073-.032-.065-.14-.105-.293-.194-.422m-.162.324c0 .032-.04.024-.04.057-.049 0-.09-.008-.13-.008-.008.008.024.056.033.065h.17c0-.04-.008-.073-.008-.114zm7.453.316q.133.205.276.398l-.008.008c-.017-.008-.041-.017-.057-.033l-.194-.292a.1.1 0 0 1-.017-.08m9.043.438c-.008.097-.016.17-.016.243 0 .016.016.048.024.048.016.01.049-.008.065-.015a.06.06 0 0 0 .016-.032c-.024-.017-.048-.025-.073-.042.154-.08 0-.12-.016-.202m-14.114 4.59c.088.099.177.196.266.302-.048-.025-.105-.04-.13-.073-.056-.065-.104-.138-.16-.203zm.34.286c.024.04.04.089.064.138-.113-.008-.17-.057-.137-.122.024-.008.05-.008.073-.016m15.434 1.241c-.065.015-.114.024-.154.04-.016.033-.033.057-.05.09q.013.001.026.015c.049-.05.105-.09.178-.145m-.414.226c-.09.057-.186.113-.276.17.008.008.008.017.017.025a.8.8 0 0 0 .292-.146c-.008-.017-.025-.034-.033-.05m-3.97 1.542c-.371.106-.493.122-.534.065.187-.025.357-.04.535-.065m-.551.073c.008.016.008.032.016.048-.05 0-.081.017-.122.025-.113.024-.235.04-.348.057-.04.008-.09.05-.105-.025-.017.008-.033.008-.05.017.04.12.139.024.22.072-.18.025-.348.04-.52.065v-.016c.05-.008.107-.016.155-.025v-.024a2 2 0 0 0-.243-.016c-.024 0-.056.033-.08.04a.4.4 0 0 1-.106.017c-.138.008-.275.008-.405.016-.008 0-.025-.008-.033-.008v-.025c.543-.072 1.078-.145 1.62-.218zm-1.694.21v.024a4 4 0 0 1-.453.05v-.025z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/postgresql.svg b/mkdocs-material/material/templates/.icons/simple/postgresql.svg new file mode 100644 index 0000000..15761c5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/postgresql.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.56 14.723a.5.5 0 0 0-.057-.12q-.21-.395-1.007-.231c-1.654.34-2.294.13-2.526-.02 1.342-2.048 2.445-4.522 3.041-6.83.272-1.05.798-3.523.122-4.73a1.6 1.6 0 0 0-.15-.236C21.693.91 19.8.025 17.51.001c-1.495-.016-2.77.346-3.116.479a10 10 0 0 0-.516-.082 8 8 0 0 0-1.312-.127c-1.182-.019-2.203.264-3.05.84C8.66.79 4.729-.534 2.296 1.19.935 2.153.309 3.873.43 6.304c.041.818.507 3.334 1.243 5.744q.69 2.26 1.433 3.582.83 1.493 1.714 1.79c.448.148 1.133.143 1.858-.729a56 56 0 0 1 1.945-2.206c.435.235.906.362 1.39.377v.004a11 11 0 0 0-.247.305c-.339.43-.41.52-1.5.745-.31.064-1.134.233-1.146.811a.6.6 0 0 0 .091.327c.227.423.922.61 1.015.633 1.335.333 2.505.092 3.372-.679-.017 2.231.077 4.418.345 5.088.221.553.762 1.904 2.47 1.904q.375.001.829-.094c1.782-.382 2.556-1.17 2.855-2.906.15-.87.402-2.875.539-4.101.017-.07.036-.12.057-.136 0 0 .07-.048.427.03l.044.007.254.022.015.001c.847.039 1.911-.142 2.531-.43.644-.3 1.806-1.033 1.595-1.67M2.37 11.876c-.744-2.435-1.178-4.885-1.212-5.571-.109-2.172.417-3.683 1.562-4.493 1.837-1.299 4.84-.54 6.108-.13l-.01.01C6.795 3.734 6.843 7.226 6.85 7.44c0 .082.006.199.016.36.034.586.1 1.68-.074 2.918-.16 1.15.194 2.276.973 3.089q.12.126.252.237c-.347.371-1.1 1.193-1.903 2.158-.568.682-.96.551-1.088.508-.392-.13-.813-.587-1.239-1.322-.48-.839-.963-2.032-1.415-3.512m6.007 5.088a1.6 1.6 0 0 1-.432-.178c.089-.039.237-.09.483-.14 1.284-.265 1.482-.451 1.915-1 .099-.127.211-.27.367-.443a.4.4 0 0 0 .074-.13c.17-.151.272-.11.436-.042.156.065.308.26.37.475.03.102.062.295-.045.445-.904 1.266-2.222 1.25-3.168 1.013m2.094-3.988-.052.14c-.133.357-.257.689-.334 1.004-.667-.002-1.317-.288-1.81-.803-.628-.655-.913-1.566-.783-2.5.183-1.308.116-2.447.08-3.059l-.013-.22c.296-.262 1.666-.996 2.643-.772.446.102.718.406.83.928.585 2.704.078 3.83-.33 4.736a9 9 0 0 0-.23.546m7.364 4.572q-.024.266-.062.596l-.146.438a.4.4 0 0 0-.018.108c-.006.475-.054.649-.115.87-.064.229-.135.488-.18 1.057-.11 1.414-.878 2.227-2.417 2.556-1.515.325-1.784-.496-2.02-1.221a7 7 0 0 0-.078-.227c-.215-.586-.19-1.412-.157-2.555.016-.561-.025-1.901-.33-2.646q.006-.44.019-.892a.4.4 0 0 0-.016-.113 2 2 0 0 0-.044-.208c-.122-.428-.42-.786-.78-.935-.142-.059-.403-.167-.717-.087.067-.276.183-.587.309-.925l.053-.142c.06-.16.134-.325.213-.5.426-.948 1.01-2.246.376-5.178-.237-1.098-1.03-1.634-2.232-1.51-.72.075-1.38.366-1.709.532a6 6 0 0 0-.196.104c.092-1.106.439-3.174 1.736-4.482a4 4 0 0 1 .303-.276.35.35 0 0 0 .145-.064c.752-.57 1.695-.85 2.802-.833q.616.01 1.174.081c1.94.355 3.244 1.447 4.036 2.383.814.962 1.255 1.931 1.431 2.454-1.323-.134-2.223.127-2.68.78-.992 1.418.544 4.172 1.282 5.496.135.242.252.452.289.54.24.583.551.972.778 1.256.07.087.138.171.189.245-.4.116-1.12.383-1.055 1.717-.013.156-.043.447-.084.815-.046.208-.07.46-.1.766m.89-1.621c-.04-.832.27-.919.597-1.01l.135-.041a1 1 0 0 0 .134.103c.57.376 1.583.421 3.007.134-.202.177-.519.4-.953.601-.41.19-1.096.333-1.747.364-.72.034-1.086-.08-1.173-.151m.57-9.271c-.006.35-.054.669-.105 1.001-.055.358-.112.728-.127 1.177-.014.436.04.89.093 1.33.107.887.216 1.8-.207 2.701a4 4 0 0 1-.188-.385 8 8 0 0 0-.325-.617c-.616-1.104-2.057-3.69-1.32-4.744.38-.543 1.342-.566 2.179-.463m.228 7.013-.085-.107-.035-.044c.726-1.2.584-2.387.457-3.439-.052-.432-.1-.84-.088-1.222.013-.407.066-.755.118-1.092.064-.415.13-.844.111-1.35a.6.6 0 0 0 .012-.19c-.046-.486-.6-1.938-1.73-3.253a7.8 7.8 0 0 0-2.688-2.04A9.3 9.3 0 0 1 17.62.746c2.052.046 3.675.814 4.824 2.283a1 1 0 0 1 .067.1c.723 1.356-.276 6.275-2.987 10.54m-8.816-6.116c-.025.18-.31.423-.621.423a1 1 0 0 1-.081-.006.8.8 0 0 1-.506-.315c-.046-.06-.12-.178-.106-.285a.22.22 0 0 1 .093-.149c.118-.089.352-.122.61-.086.316.044.642.193.61.418m7.93-.411c.011.08-.049.2-.153.31a.72.72 0 0 1-.408.223 1 1 0 0 1-.075.005c-.293 0-.541-.234-.56-.371-.024-.177.264-.31.56-.352.298-.042.612.009.636.185"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/posthog.svg b/mkdocs-material/material/templates/.icons/simple/posthog.svg new file mode 100644 index 0000000..2e285d0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/posthog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.854 14.5 5 9.647.854 5.5A.5.5 0 0 0 0 5.854V8.44a.5.5 0 0 0 .146.353L5 13.647l.147.146L9.854 18.5l.146.147v-.049q.098.047.207.049h2.586a.5.5 0 0 0 .353-.854zm0-5-4-4a.49.49 0 0 0-.409-.144.52.52 0 0 0-.356.21.5.5 0 0 0-.089.288V8.44a.5.5 0 0 0 .147.353l9 9a.5.5 0 0 0 .853-.354v-2.585a.5.5 0 0 0-.146-.354zm1-4a.5.5 0 0 0-.854.354V8.44a.5.5 0 0 0 .147.353l4 4a.5.5 0 0 0 .853-.354V9.854a.5.5 0 0 0-.146-.354zm12.647 11.515a3.86 3.86 0 0 1-2.232-1.1l-4.708-4.707a.5.5 0 0 0-.854.354v6.585a.5.5 0 0 0 .5.5H23.5a.5.5 0 0 0 .5-.5v-.6c0-.276-.225-.497-.499-.532m-5.394.032a.8.8 0 1 1 0-1.6.8.8 0 0 1 0 1.6M.854 15.5a.5.5 0 0 0-.854.354v2.293a.5.5 0 0 0 .5.5h2.293c.222 0 .39-.135.462-.309a.49.49 0 0 0-.109-.545zM5 14.647.854 10.5a.5.5 0 0 0-.854.353v2.586a.5.5 0 0 0 .146.353L4.854 18.5l.146.147h2.793a.5.5 0 0 0 .353-.854z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/postman.svg b/mkdocs-material/material/templates/.icons/simple/postman.svg new file mode 100644 index 0000000..eb0c15b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/postman.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.527.099C6.955-.744.942 3.9.099 10.473c-.843 6.572 3.8 12.584 10.373 13.428 6.573.843 12.587-3.801 13.428-10.374C24.744 6.955 20.101.943 13.527.099m2.471 7.485a.86.86 0 0 0-.593.25l-4.453 4.453-.307-.307-.643-.643c4.389-4.376 5.18-4.418 5.996-3.753m-4.863 4.861 4.44-4.44a.62.62 0 1 1 .847.903l-4.699 4.125zm.33.694-1.1.238a.06.06 0 0 1-.067-.032.06.06 0 0 1 .01-.073l.645-.645zm-2.803-.459 1.172-1.172.879.878-1.979.426a.074.074 0 0 1-.085-.039.07.07 0 0 1 .013-.093m-3.646 6.058a.076.076 0 0 1-.069-.083.08.08 0 0 1 .022-.046h.002l.946-.946 1.222 1.222zm2.425-1.256a.23.23 0 0 0-.117.256l.203.865a.125.125 0 0 1-.211.117h-.003l-.934-.934-.294-.295 3.762-3.758 1.82-.393.874.874c-1.255 1.102-2.971 2.201-5.1 3.268m5.279-3.428h-.002l-.839-.839 4.699-4.125a1 1 0 0 0 .119-.127c-.148 1.345-2.029 3.245-3.977 5.091m3.657-6.46-.003-.002a1.822 1.822 0 0 1 2.459-2.684l-1.61 1.613a.12.12 0 0 0 0 .169l1.247 1.247a1.82 1.82 0 0 1-2.093-.343m2.578 0a1.7 1.7 0 0 1-.271.218h-.001l-1.207-1.207 1.533-1.533c.661.72.637 1.832-.054 2.522m-.1-1.544a.14.14 0 0 0-.053.157.42.42 0 0 1-.053.45.14.14 0 0 0 .023.197.14.14 0 0 0 .084.03.14.14 0 0 0 .106-.05.69.69 0 0 0 .087-.751.14.14 0 0 0-.194-.033"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/postmates.svg b/mkdocs-material/material/templates/.icons/simple/postmates.svg new file mode 100644 index 0000000..5a0d80d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/postmates.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m2.545 14.954.44-1.284-1.138.692-1.08-.88.342 1.35-1.109.74 1.35.143.396 1.338.492-1.263 1.352.087zm5.308-2.61-1.14.692-1.08-.88.342 1.349-1.108.74 1.35.144.396 1.336.493-1.261 1.352.087-1.046-.924zm-1.328 4.864-1.139.692-1.08-.881.342 1.35-1.108.74 1.35.144.396 1.338.492-1.263 1.353.087-1.046-.924zM15.95 6.744l.72.041a.123.122 0 0 0 .092-.032l1.78-1.67a.032.032 0 0 0-.02-.056l-.7-.04a.2.2 0 0 0-.14.05l-1.754 1.646a.035.035 0 0 0 .022.06zm7.55 3.377a3.1 3.098 0 0 0-4.976-.342l-1.108-.83c.277-.113.857-.368.896-.525.022-.093-.273-.158-.727-.187l2.079-1.896a.05.05 0 0 0 .009-.053l-.529-.996a.04.04 0 0 0-.063-.01l-2.163 1.97c-.646 0-1.796.085-2.127-.123-.528-.333-.59-.822-.785-.997s-.415-.197-.462-.346a.015.015 0 0 1 .011-.019c.102-.026.67-.186.8-.58.129-.396-.135-.932-.18-1.016a.02.02 0 0 1 0-.02l.604-.527a.018.018 0 0 0-.013-.03l-.886.108a.02.02 0 0 1-.015 0c-.047-.062-.4-.484-1.121-.189-.842.34-.687 1.068-.687 1.068.112.753.374.902.8 1.148.012 0 .017.02 0 .027-.274.228-3.035 2.494-5.585 3.378a.05.05 0 0 0 0 .093c.738.32 2.952.147 3.606-.232a.016.016 0 0 1 .025.018c-.072.273-.458 1.873.147 2.37l.034.026-.82.578a.21.21 0 0 0 .147.38l.422-.047a1.2 1.2 0 0 0 .725-.34l.148-.14 1.193.886-.158 1.261a3.1 3.098 0 1 0 2.56 1.623l.305-.195a.748.748 0 0 0 1.218-.756l1.262-.37a.205.205 0 0 0 .147-.24l-.008-.041a.21.21 0 0 0-.203-.164h-1.071a.02.02 0 0 1-.015-.01l-.322-.727.64-3.762 1.034.767a3.1 3.098 0 1 0 5.224 0zm-8.594-2.228 1.46-.025.192.361c-.338.012-.69.039-1.033.082-.247.03-.545-.287-.634-.387a.02.02 0 0 1 .015-.03zm-2.214 2.185c.122-.204.831-1.384.92-1.787a.018.018 0 0 1 .03-.007c.471.55 1.468.866 1.545.885h.008l1.28-.394.287.213-1.34 1.229a.9.9 0 0 0-.52-.228c-.77-.098-1.975.076-2.194.11a.016.016 0 0 1-.006-.021zm3.31 4.029a.8.8 0 0 0-.249.074l-.915-.7a.02.02 0 0 1 0-.019l.458-.948a.016.016 0 0 1 .03 0l.752 1.18zm-1.942-1.025-.626-.468 1.2-1.1zm0-1.623-.974.894-.977-.727a11.265 11.258 0 0 0 1.97-.16zm-.778 1.553.643.478-.077.211a.286.286 0 0 0 .172.369l1.34.488.04.03a.753.752 0 0 0-.019.473l-.295.192a3.09 3.088 0 0 0-1.919-1.217zm-.208 1.661a2.46 2.458 0 0 1 1.465.925l-1.717 1.092zm.822 4.48a2.46 2.46 0 1 1-1.235-4.53l-.309 2.456a.21.21 0 0 0 .096.203.21.21 0 0 0 .223 0l2.089-1.328a2.462 2.46 0 0 1-.866 3.198zm1.83-8.045a.01.01 0 0 1 0-.01 1.3 1.3 0 0 0-.063-.518l1.133-1.033-.49 2.875zm6.486 2.751a2.46 2.458 0 0 1-3.418-3.362l1.95 1.452a.21.21 0 0 0 .237.008.2.2 0 0 0 .054-.05.21.21 0 0 0-.043-.295l-1.953-1.45a2.4 2.4 0 0 1 .526-.443 2.46 2.46 0 1 1 2.644 4.147Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/powers.svg b/mkdocs-material/material/templates/.icons/simple/powers.svg new file mode 100644 index 0000000..409e641 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/powers.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.31 12.347s-.008.73-.008 1.068c0 .34.339.544.777.544v.486h-2.988v-.486c.408 0 .79-.204.79-.544v-2.673c0-.545-.52-.557-.79-.595v-.466h2.55c1.042 0 2.403-.125 2.403 1.228 0 1.403-1.233 1.441-2.304 1.441zm-.017-2.212v1.559h.494c.35 0 .777-.063.777-.772 0-.749-.318-.795-.907-.795-.254 0-.364.008-.364.008M12 4.551l12 7.45-12 7.448L0 12zm-8.645 7.45c2.764 1.713 7.373 4.575 8.645 5.364L20.644 12A7142 7142 0 0 0 12 6.636c-1.272.787-5.881 3.649-8.645 5.365"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/prdotco.svg b/mkdocs-material/material/templates/.icons/simple/prdotco.svg new file mode 100644 index 0000000..53c0bb2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/prdotco.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 4.67a7.3 7.3 0 0 1 5.183 2.147 7.27 7.27 0 0 1 1.898 3.285l1.79-1.79a1.832 1.832 0 0 1 2.592 2.59l-6.28 6.281A7.3 7.3 0 0 1 12 19.33a7.3 7.3 0 0 1-5.183-2.147 7.3 7.3 0 0 1-1.898-3.285l-1.791 1.79a1.832 1.832 0 1 1-2.591-2.59c2.092-2.094 4.19-4.19 5.95-5.951C8.183 5.287 10.258 4.672 12 4.67m2.592 4.738a3.666 3.666 0 1 0-5.184 5.185 3.666 3.666 0 0 0 5.184-5.185"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/preact.svg b/mkdocs-material/material/templates/.icons/simple/preact.svg new file mode 100644 index 0000000..adf825b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/preact.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 10.406A1.594 1.594 0 0 0 10.406 12 1.594 1.594 0 0 0 12 13.594 1.594 1.594 0 0 0 13.594 12 1.594 1.594 0 0 0 12 10.406m5.499-4.33a3 3 0 0 1 .643.054 1.7 1.7 0 0 1 .48.172 1.1 1.1 0 0 1 .29.235 1 1 0 0 1 .185.315 1.5 1.5 0 0 1 .084.452c.007.195-.015.398-.058.603a4.5 4.5 0 0 1-.244.778c-.137.334-.304.66-.49.978q-.37.624-.817 1.207c-.145.191-.3.376-.455.561q-.329-.357-.673-.7a24 24 0 0 0-2.05-1.797l-.23.296.23-.296-.018-.014-.461.592.018.014a23 23 0 0 1 1.984 1.74q.361.355.703.73c-.099.108-.194.22-.296.326q-.149.156-.301.308l.53.53q.159-.158.313-.32c.085-.088.164-.182.248-.272.065.078.135.152.198.231a13 13 0 0 1 .909 1.262c.211.336.404.681.564 1.036a5 5 0 0 1 .293.806 3 3 0 0 1 .102.637c.008.178-.007.351-.05.508a1.1 1.1 0 0 1-.157.338h-.001a1 1 0 0 1-.26.256 1.5 1.5 0 0 1-.418.191c-.188.054-.39.081-.6.09-.266.01-.538-.01-.814-.05a8 8 0 0 1-1.067-.238c-.464-.137-.92-.307-1.369-.5h-.001a18 18 0 0 1-1.71-.86l-.025-.015a24 24 0 0 0 1.686-1.194l-.21-.27.211.27.018-.015-.463-.59-.017.014a23 23 0 0 1-2.168 1.505 19 19 0 0 1-1.827.983 13 13 0 0 1-1.444.576 9 9 0 0 1-1.142.296 5 5 0 0 1-.853.09 3 3 0 0 1-.643-.055 1.7 1.7 0 0 1-.48-.172 1.026 1.026 0 0 1-.475-.549 1.5 1.5 0 0 1-.084-.453 2.5 2.5 0 0 1 .058-.603c.055-.261.14-.52.245-.777a8 8 0 0 1 .49-.978 12 12 0 0 1 1.271-1.767q.348.377.712.737a24 24 0 0 0 2.02 1.765l.461-.591a23 23 0 0 1-1.955-1.709q-.381-.375-.741-.769.147-.164.295-.325a23 23 0 0 1 .31-.317l-.53-.53q-.162.163-.321.328c-.085.089-.165.183-.248.273-.055-.066-.114-.128-.169-.195a14 14 0 0 1-.916-1.263 9 9 0 0 1-.571-1.04 5 5 0 0 1-.308-.838 3 3 0 0 1-.102-.637 1.7 1.7 0 0 1 .05-.507q.051-.187.157-.339h.001c.068-.098.158-.186.26-.256a1.5 1.5 0 0 1 .419-.19 2.5 2.5 0 0 1 .599-.09 4.6 4.6 0 0 1 .814.048 8 8 0 0 1 1.067.24 12 12 0 0 1 1.369.5 17 17 0 0 1 1.736.874 24 24 0 0 0-1.694 1.202l.462.59a23 23 0 0 1 2.13-1.484 19 19 0 0 1 1.83-.99c.474-.222.956-.42 1.448-.583a9 9 0 0 1 1.146-.303c.298-.056.595-.092.887-.096m-.01-.75h-.001a6 6 0 0 0-1.014.108 10 10 0 0 0-1.245.329 14 14 0 0 0-1.529.616c-.583.272-1.146.582-1.696.91a18.04 18.04 0 0 0-2.152-1.112 13 13 0 0 0-1.455-.531 8.4 8.4 0 0 0-1.172-.262 5.2 5.2 0 0 0-.95-.055c-.254.01-.516.043-.776.117a2.2 2.2 0 0 0-.636.294 1.77 1.77 0 0 0-.717 1.014 2.4 2.4 0 0 0-.077.737 3.7 3.7 0 0 0 .127.798 6 6 0 0 0 .351.959 10 10 0 0 0 .62 1.128 14 14 0 0 0 .967 1.335c.08.098.166.19.248.286a16 16 0 0 0-.552.679c-.311.408-.604.834-.867 1.282a8.4 8.4 0 0 0-.538 1.075 5.3 5.3 0 0 0-.283.908 3.2 3.2 0 0 0-.073.782 2.2 2.2 0 0 0 .13.688v.001a1.78 1.78 0 0 0 .81.94 2.4 2.4 0 0 0 .697.253 3.7 3.7 0 0 0 .805.07 6 6 0 0 0 .977-.102l.001-.001a9.4 9.4 0 0 0 1.24-.32 14 14 0 0 0 1.526-.61 19 19 0 0 0 1.742-.93q.181.108.366.214a18 18 0 0 0 1.785.898 13 13 0 0 0 1.455.53c.38.112.772.204 1.172.262a5.3 5.3 0 0 0 .95.056c.254-.01.516-.044.776-.118.218-.063.436-.156.636-.294a1.78 1.78 0 0 0 .717-1.014c.068-.248.087-.497.077-.736a3.7 3.7 0 0 0-.127-.799 6 6 0 0 0-.335-.923 10 10 0 0 0-.612-1.127 15 15 0 0 0-.959-1.333c-.09-.111-.188-.216-.28-.324q.284-.332.552-.679c.311-.409.604-.835.867-1.283a8.4 8.4 0 0 0 .538-1.075 5.3 5.3 0 0 0 .283-.907c.053-.25.083-.513.073-.783a2.2 2.2 0 0 0-.13-.688v-.001a1.78 1.78 0 0 0-.81-.94 2.4 2.4 0 0 0-.697-.252 3.7 3.7 0 0 0-.805-.07M12 0l10.392 6v12L12 24 1.607 18V6Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/precommit.svg b/mkdocs-material/material/templates/.icons/simple/precommit.svg new file mode 100644 index 0000000..0ed9412 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/precommit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0c-.563 0-1.127.215-1.557.645L.645 10.443c-.86.86-.86 2.254 0 3.114l9.798 9.798c.86.86 2.254.86 3.114 0l9.798-9.798c.86-.86.86-2.254 0-3.114L13.557.645A2.2 2.2 0 0 0 12 0m0 1.74c.493 0 .987.186 1.361.56l8.339 8.34c.75.75.75 1.973 0 2.722L13.361 21.7c-.374.375-.868.56-1.361.56s-.987-.185-1.361-.56L2.3 13.361a1.93 1.93 0 0 1 0-2.722L10.639 2.3c.374-.375.868-.56 1.361-.56m0 .62c-.333 0-.664.127-.92.382L2.742 11.08a1.295 1.295 0 0 0 0 1.84l8.338 8.338a1.296 1.296 0 0 0 1.84 0l8.338-8.338a1.295 1.295 0 0 0 0-1.84L12.92 2.742A1.3 1.3 0 0 0 12 2.36M9.207 7.624h3.959q.824 0 1.4.238.578.24.942.633.362.393.527.897a3.34 3.34 0 0 1 0 2.084q-.165.51-.527.902a2.6 2.6 0 0 1-.942.633q-.576.239-1.4.238h-2.043v3.156H9.207zm1.916 1.484v2.657h1.514q.332 0 .64-.05a1.5 1.5 0 0 0 .547-.193 1.05 1.05 0 0 0 .38-.404q.141-.26.142-.682 0-.42-.143-.681a1.05 1.05 0 0 0-.379-.404 1.5 1.5 0 0 0-.547-.194 4 4 0 0 0-.64-.049z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/prefect.svg b/mkdocs-material/material/templates/.icons/simple/prefect.svg new file mode 100644 index 0000000..451a5eb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/prefect.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8.003 4.288 4.002 12 0l7.713 4v8.004L12 16v8l-7.71-4v-8L12 16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/premierleague.svg b/mkdocs-material/material/templates/.icons/simple/premierleague.svg new file mode 100644 index 0000000..8232593 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/premierleague.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.176 0s-.681 1.938-.867 2.527C9.844 2.202 8.386 1.194 7.78.775c.14.806.356 2.124.403 2.403-.124-.093-.821-.698-1.875-1.194.589.682 1.008 1.736 1.271 2.588a10.57 10.57 0 0 1 5.238-1.379c.977 0 1.94.14 2.854.403.093-.884.279-1.968.682-2.758-.915.728-1.474 1.503-1.551 1.596-.031-.186-.093-1.52-.17-2.434-.372.403-1.8 2.016-2.063 2.264C12.384 1.938 11.176 0 11.176 0m1.674 3.86c-1.674 0-3.3.386-4.696 1.115.713.046 1.224.668 1.395 1.164-.558-.45-1.442-.667-1.985-.078-.511.589-.464 1.688.047 2.572-1.193-.605-1.194-2.185-.775-2.867A10.4 10.4 0 0 0 3.61 9.594l1.07.172c-1.24 1.426-2.107 3.953-2.107 5.146l1.75-.543c-.31 1.054-.401 4.602.653 6.385 0 0 1.38-.96 2.945-3.363.65 2.17.356 3.985 0 5.767 2.82 1.581 6.09.696 8.012-.683l.357 1.35c2.248-1.489 3.488-3.628 3.72-6.124l.837.93c1.286-3.829.28-6.883-1.565-9.502l-.078.637-.79-.87s.17-.077.31-.263c.03-.078-.046-.495-.371-.774-.31.078-.56.264-.684.45a3.2 3.2 0 0 0-.93-.543c.062.077.604.79.65 1.007.466.388 1.102.837 1.52 1.395-.34-.403-1.984-.497-2.728-.078 0 0-.744-.868-1.426-1.473-.14-.511.326-.96.326-.96s-.48-.03-.93.42c-.682-.512-1.55-.745-1.55-.745-.961.14-1.612.82-1.612.82.217.14.512.327.776.42.511.217 1.006.139 1.332.139.263 0 .636.078.636.078s.635.495 1.565 1.565c-1.426-.574-2.915.062-3.969-.45-1.24-.62-1.146-1.595-1.146-1.595s-.836-.11-.836-.141c0 0 .618-.82 1.548-1.1l-.464-.402c.558-.465 1.534-1.085 3.115-1.24 0 0 .683.262 2.11 1.285.232-.326.308-1.008.308-1.008.728.248 2.217 1.333 2.806 1.984-.325-.759-.559-1.223-.636-2.013-.357-.357-1.24-1.101-3.069-1.551.295.605.264 1.115.264 1.115-.34-.45-1.055-1.146-1.55-1.332-.295-.015-.605-.047-.93-.047zm3.271 7.068a4.3 4.3 0 0 0 1.256.697v1.348c-.465.403-1.985 1.675-3.008 1.566-.573-1.1-1.115-2.107-1.115-2.107s1.565-1.318 2.867-1.504m2.975.031c.465 1.131.59 2.48.078 3.379-.28-.605-.636-.947-1.008-1.35v-1.347s.418-.264.93-.682m-.977 3.395c.465.511.559 1.068.559 1.068-.202 1.131-.836 1.846-1.301 2.14.046-.821-.172-1.519-.172-1.519-.34.372-1.13.743-1.596.836l-.697-1.3c.822-.032 2.201-1.194 2.201-1.194z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/prepbytes.svg b/mkdocs-material/material/templates/.icons/simple/prepbytes.svg new file mode 100644 index 0000000..278b93b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/prepbytes.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.427 0 .1 5.372.102 12c0 6.628 5.327 12 11.898 12s11.898-5.374 11.898-12c0-6.628-5.327-12-11.898-12m1.408 7.16h1.127v3.914l.268-.185a3.57 3.57 0 0 1 2.252-.7q.015.001.029.003a3.493 3.493 0 0 1 3.297 3.673c-.216 3.54-5.07 4.585-6.625 1.395-.376-.776-.348-.484-.375-4.506zm-4.732.133a3.43 3.43 0 0 1 2.13.754 3.5 3.5 0 0 1-4.263 5.55c-.08-.053-.19-.106-.27-.16-.026 0-.027.857-.027 1.93v1.93H5.12v-3.19c0-3.861.001-4.076.377-4.828A3.6 3.6 0 0 1 7.91 7.375q.381-.085.766-.082m-.069 1.103a2.319 2.319 0 1 0 .59.08 2.2 2.2 0 0 0-.59-.08m8.42 2.897a2.379 2.379 0 0 0-.775 4.666 2.378 2.378 0 0 0 1.258-4.586 1.5 1.5 0 0 0-.483-.08"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/prestashop.svg b/mkdocs-material/material/templates/.icons/simple/prestashop.svg new file mode 100644 index 0000000..87db122 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/prestashop.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.558 1.034C5.174 1.034 0 6.21 0 12.592c0 1.258.201 2.47.574 3.597l.002-.007a12.4 12.4 0 0 1 .53-1.787l.011-.03q.129-.333.277-.66l.084-.181q.12-.256.253-.507.053-.102.108-.203c.02-.038.044-.073.064-.11q.14-.25.29-.493l.075-.114q.187-.292.393-.573l.035-.05q.217-.289.451-.563l.1-.118q.232-.266.481-.517l.099-.097a10 10 0 0 1 .546-.503c.74-2.48 3.005-4.285 5.686-4.285 1.079 0 2.152.31 3.071.873a6 6 0 0 1 2.211 2.407l.007.015.04.074v.003l.004.002a10 10 0 0 1 1.567 1.198q.06.054.12.109c.002 0 .006.005.007.006l-.002-.006-.001-.004v-.003l.042-.084c.377-2.384 1.43-4.102 2.67-4.102.934 0 1.762.975 2.276 2.476l.005.016.001.002q.218.236.424.521l.007.01.021.067-.02-.078c-1.542-4.569-5.863-7.857-10.952-7.857zM9.927 5.477C7.586 5.52 5.34 7.132 4.574 9.365l-.012.034a10 10 0 0 1 1.315-.895c2.806-1.656 6.479-1.646 9.278.016-.895-1.653-2.631-2.819-4.5-3.004a5 5 0 0 0-.728-.039m9.834.5a1.4 1.4 0 0 0-.39.067c-1.265.562-1.719 2.073-2.031 3.303l-.016.072c.365-.62.808-1.215 1.396-1.642.835-.687 2.105-.655 2.916.053.308.326.141.008.031-.22-.342-.75-1.025-1.653-1.906-1.634zM12.35 8.315l-1.07 3.27-.002.005-.006.002-4.498 1.112h-.009l4.456 1.087q.159.166.36.28h.002q.063.035.129.065l.01.005q.062.026.126.047l.021.008q.06.019.12.032l.033.008a1.7 1.7 0 0 0 .318.033 1.55 1.55 0 0 0 1.43-.948c.08-.186.123-.39.123-.604v-.011l-.001-.012a2 2 0 0 0-.01-.16l-.001-.002a2 2 0 0 0-.026-.153l-.001-.004a1.5 1.5 0 0 0-.096-.288v-.003a1.5 1.5 0 0 0-.348-.49v-.003zm3.148.626c.048 1.008.036 2.046-.1 3.057-.17 2.018-1.19 3.798-1.972 5.616l-.03.08-.035.086c1.51-1.522 3.17-3.04 3.969-5.082.383-.636.118-1.342-.115-1.976-.17-.877-1.069-1.278-1.717-1.781m6.172.572-.588 2.688a2 2 0 0 0-.047.2q-.004.03-.01.06a2 2 0 0 0-.016.222l-.002.031h.003c0 .628.297 1.136.663 1.137a.4.4 0 0 0 .182-.045l.027-.015a1 1 0 0 0 .07-.047q.019-.016.036-.033a.8.8 0 0 0 .137-.168l.03-.054a1 1 0 0 0 .052-.108l.017-.04q.03-.08.053-.166l.002-.002.001-.003.404-.451-.407-.456v.001l-.02-.063zm-4.381.856c.69 1.716.85 3.707.091 5.43-.49 1.368-1.587 2.463-1.874 3.905q1.096.172 2.21.186c2.166.029 4.332-.42 6.284-1.365-2.04-2.869-4.121-5.755-6.711-8.156m-4.948.977a.583.583 0 1 1 0 1.166.583.583 0 0 1 0-1.166m9.352.37c.138 0 .249.19.249.426s-.111.426-.249.426c-.137 0-.248-.19-.248-.426 0-.235.11-.426.248-.426m-4.044.184a5 5 0 0 1-.05.29l-.006.023q-.016.076-.033.128c-.48 1.417-1.275 2.52-2.36 3.697q-.221.239-.459.484a59 59 0 0 1-1.196 1.205c-.112.11-.259.261-.425.436-.103.287-.22.61-.318.95q-.065-.023-.131-.049c-2.108-.815-3.519-1.904-3.519-1.904s1.086 1.414 2.915 2.74q.265.192.522.339c-.075 1.194.452 2.34 2.83 2.682a4.8 4.8 0 0 0 1.228.008l-.01-.029-.004-.01s-.167-.133-.379-.377a3.8 3.8 0 0 1-.584-.897 3.4 3.4 0 0 1-.266-.862 3.2 3.2 0 0 1-.006-.972q.025-.18.072-.366c.093-.374.255-.772.507-1.192l.002-.003.241-.404c1.103-1.86 1.797-3.275 1.506-5.441a9 9 0 0 0-.078-.476zm4.681.779.003.036v.01q-.001.019-.003.038.002-.02.003-.043 0-.02-.003-.04zm-.012.275zl-.002.01-.002.014zm1.353 5.928c-2.553 1.138-5.44 1.44-8.192 1.007-.14 1.108.384 2.218 1.214 2.93l.012.01c2.703-.433 4.975-2.168 6.966-3.946z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/presto.svg b/mkdocs-material/material/templates/.icons/simple/presto.svg new file mode 100644 index 0000000..1929695 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/presto.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.372 0C.618 0 0 .618 0 1.372v21.256C0 23.383.618 24 1.37 24h21.257c.754 0 1.371-.617 1.371-1.372V1.372C24 .618 23.382 0 22.628 0zm11.96 4.485h.031a.854.854 0 0 1 .854.854.854.854 0 0 1-.854.854.854.854 0 0 1-.854-.854.854.854 0 0 1 .822-.854m-4.447.094h.007a.76.76 0 0 1 .76.76.76.76 0 0 1-.76.759.76.76 0 0 1-.759-.76.76.76 0 0 1 .752-.76m-4.463.095a.665.665 0 0 1 .664.665.665.665 0 0 1-.664.664.665.665 0 0 1-.665-.664.665.665 0 0 1 .665-.665m11.176 1.951a.95.95 0 0 1 .95.95.95.95 0 0 1-.95.947.95.95 0 0 1-.949-.948.95.95 0 0 1 .95-.949m-4.502.094h.032a.855.855 0 0 1 .855.854.855.855 0 0 1-.855.855.855.855 0 0 1-.855-.855.855.855 0 0 1 .823-.854m-4.446.095h.007a.76.76 0 0 1 .76.76.76.76 0 0 1-.76.76.76.76 0 0 1-.759-.76.76.76 0 0 1 .752-.76m11.167 1.951h.018a1.044 1.044 0 0 1 1.043 1.044 1.044 1.044 0 0 1-1.043 1.044 1.044 1.044 0 0 1-1.044-1.044 1.044 1.044 0 0 1 1.026-1.043m-4.454.095a.95.95 0 0 1 .95.95.95.95 0 0 1-.95.948.95.95 0 0 1-.949-.948.95.95 0 0 1 .95-.95m-4.47.095a.854.854 0 0 1 .854.854.854.854 0 0 1-.855.854.854.854 0 0 1-.854-.854.854.854 0 0 1 .854-.854m11.176 1.951a1.14 1.14 0 0 1 1.139 1.139 1.14 1.14 0 0 1-1.139 1.138 1.14 1.14 0 0 1-1.139-1.138 1.14 1.14 0 0 1 1.139-1.139m-4.47.095a1.044 1.044 0 0 1 1.043 1.044 1.044 1.044 0 0 1-1.043 1.043 1.044 1.044 0 0 1-1.044-1.043 1.044 1.044 0 0 1 1.044-1.044m-4.471.094a.95.95 0 0 1 .95.949.95.95 0 0 1-.95.949.95.95 0 0 1-.95-.949.95.95 0 0 1 .95-.949m6.706 2.046a1.14 1.14 0 0 1 1.139 1.14 1.14 1.14 0 0 1-1.14 1.137 1.14 1.14 0 0 1-1.138-1.138 1.14 1.14 0 0 1 1.139-1.139m-4.489.095h.018a1.044 1.044 0 0 1 1.044 1.043 1.044 1.044 0 0 1-1.044 1.044 1.044 1.044 0 0 1-1.044-1.044 1.044 1.044 0 0 1 1.026-1.043m-4.46.284h.007a.76.76 0 0 1 .76.76.76.76 0 0 1-.76.76.76.76 0 0 1-.759-.76.76.76 0 0 1 .752-.76m6.68 1.857h.033a1.14 1.14 0 0 1 1.14 1.138 1.14 1.14 0 0 1-1.14 1.139 1.14 1.14 0 0 1-1.139-1.14 1.14 1.14 0 0 1 1.106-1.137m-8.915.379h.007a.76.76 0 0 1 .76.759.76.76 0 0 1-.76.76.76.76 0 0 1-.759-.76.76.76 0 0 1 .752-.76m4.47 0h.008a.76.76 0 0 1 .76.759.76.76 0 0 1-.76.76.76.76 0 0 1-.76-.76.76.76 0 0 1 .753-.76M4.417 17.99h.007a.76.76 0 0 1 .76.76.76.76 0 0 1-.76.759.76.76 0 0 1-.76-.759.76.76 0 0 1 .753-.76zm4.47 0h.006a.76.76 0 0 1 .76.76.76.76 0 0 1-.76.76.76.76 0 0 1-.759-.76.76.76 0 0 1 .752-.76m4.477.002a.76.76 0 0 1 .538.222.76.76 0 0 1 0 1.073.76.76 0 0 1-1.075 0 .76.76 0 0 1 0-1.073.76.76 0 0 1 .537-.222"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/prettier.svg b/mkdocs-material/material/templates/.icons/simple/prettier.svg new file mode 100644 index 0000000..954214e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/prettier.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.571 23.429A.57.57 0 0 1 8 24H2.286a.571.571 0 0 1 0-1.143H8c.316 0 .571.256.571.572M8 20.57H6.857a.571.571 0 0 0 0 1.143H8a.571.571 0 0 0 0-1.143m-5.714 1.143H4.57a.571.571 0 0 0 0-1.143H2.286a.571.571 0 0 0 0 1.143M8 18.286H2.286a.571.571 0 0 0 0 1.143H8a.571.571 0 0 0 0-1.143M16 16H5.714a.571.571 0 0 0 0 1.143H16A.571.571 0 0 0 16 16M2.286 17.143h1.143a.571.571 0 0 0 0-1.143H2.286a.571.571 0 0 0 0 1.143m17.143-3.429H16a.571.571 0 0 0 0 1.143h3.429a.571.571 0 0 0 0-1.143M9.143 14.857h4.571a.571.571 0 0 0 0-1.143H9.143a.571.571 0 0 0 0 1.143m-6.857 0h4.571a.571.571 0 0 0 0-1.143H2.286a.571.571 0 0 0 0 1.143M20.57 11.43h-9.14a.571.571 0 0 0 0 1.142h9.142a.571.571 0 0 0 0-1.142zM9.714 12a.57.57 0 0 0-.571-.571H5.714a.571.571 0 0 0 0 1.142h3.429A.57.57 0 0 0 9.714 12m-7.428.571h1.143a.571.571 0 0 0 0-1.142H2.286a.571.571 0 0 0 0 1.142m19.428-3.428H16a.571.571 0 0 0 0 1.143h5.714a.571.571 0 0 0 0-1.143M2.286 10.286H8a.571.571 0 0 0 0-1.143H2.286a.571.571 0 0 0 0 1.143m13.143-2.857A.57.57 0 0 0 16 8h5.714a.571.571 0 0 0 0-1.143H16a.57.57 0 0 0-.571.572m-8.572-.572a.571.571 0 0 0 0 1.143H8a.571.571 0 0 0 0-1.143zM2.286 8H4.57a.571.571 0 0 0 0-1.143H2.286a.571.571 0 0 0 0 1.143m16.571-2.857c0 .315.256.571.572.571h1.142a.571.571 0 0 0 0-1.143H19.43a.57.57 0 0 0-.572.572zm-1.143 0a.57.57 0 0 0-.571-.572H12.57a.571.571 0 0 0 0 1.143h4.572a.57.57 0 0 0 .571-.571zm-15.428.571h8a.571.571 0 0 0 0-1.143h-8a.571.571 0 0 0 0 1.143m5.143-2.857c0 .316.255.572.571.572h11.429a.571.571 0 0 0 0-1.143H8a.57.57 0 0 0-.571.571m-5.143.572h3.428a.571.571 0 0 0 0-1.143H2.286a.571.571 0 0 0 0 1.143m0-2.286H16A.571.571 0 0 0 16 0H2.286a.571.571 0 0 0 0 1.143"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pretzel.svg b/mkdocs-material/material/templates/.icons/simple/pretzel.svg new file mode 100644 index 0000000..783ebf5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pretzel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.439.03 10.757 6.516a.3.3 0 0 0-.142.236v5.426l2.72 1.704v-5.54a.3.3 0 0 1 .143-.235l6.24-3.48a.286.286 0 0 1 .415.237v10.322a2.81 2.81 0 0 1-1.38 2.555 2.83 2.83 0 0 1-2.909-.02l-6.24-3.951-.03-.03a5.57 5.57 0 0 0-6.245.333 5.52 5.52 0 0 0-1.977 5.917 5.46 5.46 0 0 0 2.662 3.331A5.66 5.66 0 0 0 6.676 24a6 6 0 0 0 1.597-.236 5.54 5.54 0 0 0 3.43-2.919l.09-.236-2.308-1.474-.237.56a2.8 2.8 0 0 1-1.74 1.478 2.84 2.84 0 0 1-2.189-.236 2.74 2.74 0 0 1-1.36-1.704c-.413-1.42.414-2.949 1.805-3.45.294-.105.604-.153.916-.142a2.83 2.83 0 0 1 1.449.413l6.241 3.977h.03a5.56 5.56 0 0 0 2.898.797 6 6 0 0 0 1.597-.236 5.57 5.57 0 0 0 2.896-2.049 5.54 5.54 0 0 0 1.067-3.377V.266A.29.29 0 0 0 22.576 0a.3.3 0 0 0-.137.03"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/prevention.svg b/mkdocs-material/material/templates/.icons/simple/prevention.svg new file mode 100644 index 0000000..80773d9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/prevention.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.993 14.246h-.71v-1.891c0-.37-.211-.515-.508-.515-.327 0-.63.217-.63.768v1.638h-.689v-3.015h.688v.442h.015c.166-.298.478-.544.884-.544.565 0 .957.312.957.994zm-2.755-1.522c0 .986-.668 1.595-1.493 1.595s-1.479-.58-1.479-1.587c0-1.015.66-1.602 1.479-1.602s1.493.601 1.493 1.594m-.725.008c0-.63-.304-.979-.768-.979s-.768.363-.768.971c0 .595.304.972.768.972s.768-.37.768-.965zm-2.283-2.138a.403.403 0 0 1-.413.384.396.396 0 0 1-.385-.384.403.403 0 0 1 .385-.414.4.4 0 0 1 .413.384zm-.76.68h.724v3.045h-.725zm-.146 2.85c-.181.115-.333.194-.725.194-.551 0-.855-.318-.855-1.058v-1.412h-.377v-.588h.377v-.746l.754-.327v1.073h.768v.595h-.768v1.334c0 .347.08.485.282.485a.7.7 0 0 0 .348-.094zm-2.102.122h-.71v-1.891c0-.37-.21-.515-.508-.515-.326 0-.623.217-.623.768v1.638h-.696v-3.015h.688v.442h.015c.167-.298.479-.544.883-.544.566 0 .959.312.959.994zm-4.762-1.82c.08-.47.412-.666.732-.666.42 0 .66.298.667.668zm.652-1.296c-.877 0-1.399.652-1.399 1.594 0 .972.623 1.595 1.515 1.595.58 0 .877-.08 1.138-.275l-.203-.58c-.226.137-.478.218-.884.218-.537 0-.805-.393-.826-.72h2.087c.036-1.064-.283-1.832-1.427-1.832zm-4.081.145h.811l.69 2.073.66-2.073h.739L8.879 14.32h-.804zm.218 1.682H5.16c.022.325.29.717.827.717.405 0 .659-.073.883-.217l.203.58c-.267.195-.565.275-1.138.275-.891.007-1.514-.609-1.514-1.588 0-.95.521-1.594 1.398-1.594 1.146 0 1.465.768 1.428 1.827zm-.682-.53c-.007-.37-.247-.66-.668-.66-.318 0-.65.196-.73.66zm-1.928-1.233-.153.704a.8.8 0 0 0-.26-.043c-.602 0-.617.564-.617.732v1.66H2.9V11.23h.703v.465h.015c.137-.356.362-.56.696-.56a.7.7 0 0 1 .326.058zm-1.885.11c0 1.254-.898 1.624-1.957 1.624v1.318H0V9.781a8 8 0 0 1 1.095-.101c.898 0 1.66.405 1.66 1.623zm-.804 0c0-.703-.384-.942-.884-.942-.08 0-.167.02-.26.028v1.842c.6.028 1.144-.175 1.144-.929z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/prezi.svg b/mkdocs-material/material/templates/.icons/simple/prezi.svg new file mode 100644 index 0000000..64b574f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/prezi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.996 0q-.315 0-.63.015l.134 2.547c.333-.02.66-.013.987 0L12.62.015A13 13 0 0 0 11.996 0m-1.89.148c-.413.067-.826.154-1.22.26l.667 2.467c.32-.086.64-.153.973-.206zm3.761 0-.387 2.52c.334.054.66.12.974.207L15.1.408a13 13 0 0 0-1.233-.26M7.699.795c-.393.154-.773.32-1.146.514l1.166 2.273q.443-.22.894-.4zm8.608.007-.92 2.38q.472.179.914.407l1.146-2.28c-.366-.187-.746-.36-1.14-.507M5.46 1.935a11 11 0 0 0-1.02.74l1.607 1.98c.26-.2.527-.4.807-.58zm13.062 0-1.38 2.147q.42.27.8.58l1.62-1.973a13 13 0 0 0-1.04-.754m-6.528 1.56c-1.167 0-2.253.22-3.32.674a8.4 8.4 0 0 0-2.707 1.82A8.3 8.3 0 0 0 4.16 8.703c-.467 1.04-.674 2.14-.674 3.307 0 1.154.207 2.254.674 3.307a8.5 8.5 0 0 0 1.807 2.7 8.4 8.4 0 0 0 2.7 1.82 8.5 8.5 0 0 0 3.32.674 8.4 8.4 0 0 0 3.308-.673 8.8 8.8 0 0 0 2.714-1.82 8.5 8.5 0 0 0 1.806-2.7 8.2 8.2 0 0 0 .687-3.308 8 8 0 0 0-.68-3.307c-.413-1.04-1.04-1.934-1.807-2.714a8.6 8.6 0 0 0-2.713-1.82 8.4 8.4 0 0 0-3.308-.673zm8.495.027-1.814 1.794c.234.24.46.487.674.753l1.98-1.62a11 11 0 0 0-.84-.927m-16.99.007q-.437.44-.826.92l1.994 1.6q.302-.378.653-.727zm8.489.667a7.6 7.6 0 0 1 3.033.606c.947.4 1.76.96 2.474 1.68.72.72 1.28 1.548 1.68 2.474a7.7 7.7 0 0 1 .627 3.054 7.7 7.7 0 0 1-.62 3.034c-.4.927-.96 1.76-1.68 2.48a7.8 7.8 0 0 1-2.474 1.68 7.8 7.8 0 0 1-3.034.607 7.85 7.85 0 0 1-3.033-.607c-.947-.4-1.76-.96-2.494-1.68a7.8 7.8 0 0 1-1.66-2.48A7.7 7.7 0 0 1 4.2 12.01c0-1.073.193-2.08.607-3.054.386-.926.96-1.76 1.66-2.473a7.9 7.9 0 0 1 2.487-1.68 7.6 7.6 0 0 1 3.034-.607m0 .686q-2.95.001-5.021 2.094C5.56 8.363 4.873 10.043 4.873 12.01c0 1.947.687 3.627 2.094 5 1.374 1.388 3.054 2.094 5.02 2.094 1.948 0 3.628-.706 5.021-2.093 1.394-1.374 2.074-3.054 2.074-5.001 0-1.967-.687-3.647-2.074-5.034-1.393-1.387-3.067-2.094-5.02-2.094m10.074.587-2.14 1.394c.187.273.347.56.494.853l2.273-1.167a11 11 0 0 0-.627-1.08m-20.136.007c-.226.353-.44.713-.633 1.093l2.274 1.16c.16-.306.326-.593.506-.873zm10.062.106c1.76 0 3.273.62 4.54 1.887 1.247 1.247 1.854 2.747 1.854 4.541 0 1.76-.607 3.274-1.854 4.52-1.26 1.248-2.78 1.868-4.54 1.868-1.774 0-3.294-.62-4.52-1.867-1.261-1.247-1.888-2.767-1.888-4.521 0-1.787.627-3.294 1.887-4.54 1.234-1.26 2.747-1.888 4.52-1.888zm0 .72c-1.567 0-2.927.547-4.04 1.66-1.121 1.121-1.661 2.461-1.661 4.041 0 1.567.54 2.907 1.66 4.028s2.474 1.68 4.04 1.68c1.58 0 2.908-.56 4.028-1.674q1.68-1.678 1.68-4.027 0-2.37-1.68-4.04c-1.12-1.12-2.44-1.667-4.027-1.667zM12 7.01q.129 0 .259.006c1.36.067 2.507.627 3.434 1.647.927 1.013 1.36 2.213 1.28 3.587-.047 1.387-.607 2.54-1.627 3.467-1.04.927-2.24 1.36-3.614 1.28q-2.078-.118-3.467-1.626c-.913-1.04-1.34-2.234-1.28-3.628.08-1.373.62-2.527 1.66-3.447.944-.869 2.07-1.286 3.355-1.286m11.2.68-2.386.926q.178.452.306.934l2.467-.654c-.106-.413-.24-.813-.386-1.207zM.786 7.71c-.147.386-.28.78-.387 1.186l2.467.66c.087-.32.194-.633.307-.94zm11.222.133c-.16 0-.314.013-.467.026v8.262h.007c.14.033.3.033.46.033s.32 0 .46-.033h.006V7.869c-.153-.013-.306-.026-.466-.026m-1.407.233a4 4 0 0 0-.927.467v6.907c.007.007.013.007.02.014.28.187.593.347.907.453zm2.814.007v7.841a4 4 0 0 0 .926-.467v-6.9q-.438-.301-.926-.474m-4.668 1.32a4.03 4.03 0 0 0-.907 2.594c0 .726.16 1.393.494 1.967a4 4 0 0 0 .413.633zm6.521.013v5.174c.16-.193.294-.406.414-.613.32-.587.473-1.254.473-1.967 0-.987-.287-1.854-.887-2.594m-15.129.707c-.06.414-.106.827-.126 1.247l2.547.133q.028-.498.106-.987zm23.71 0-2.52.4c.047.327.087.654.107.987v.007l2.547-.134v-.006c-.02-.427-.067-.84-.134-1.254m-2.407 2.367c-.026.34-.06.674-.113 1l2.527.394c.067-.414.107-.834.133-1.26zm-18.876.013-2.547.134c.02.42.067.827.127 1.227l2.52-.4a7 7 0 0 1-.1-.96zm18.563 1.947c-.087.32-.193.634-.307.94l2.387.914q.222-.588.394-1.207zm-18.256.014-2.467.653q.16.609.38 1.187l2.387-.9a13 13 0 0 1-.3-.94m.7 1.827L1.3 17.458q.28.55.62 1.073l2.147-1.38q-.262-.41-.494-.86m16.843.006a8 8 0 0 1-.494.854l2.14 1.393q.342-.532.634-1.093zm-15.77 1.64-1.98 1.614q.4.492.84.934l1.814-1.8a9 9 0 0 1-.673-.747zm14.683.014q-.302.392-.654.733l1.8 1.807q.448-.45.847-.94zm-13.276 1.4-1.613 1.98q.49.4 1.02.74l1.4-2.133c-.28-.187-.546-.38-.807-.587m11.882 0a8 8 0 0 1-.78.574l1.38 2.146q.531-.35 1.02-.74zM7.706 20.425l-1.16 2.273c.373.187.76.36 1.153.514l.9-2.387a10 10 0 0 1-.893-.4m8.588 0c-.293.146-.594.28-.9.393l.9 2.394c.4-.154.78-.327 1.16-.514zm-6.734.706-.667 2.467q.6.16 1.22.26l.407-2.52a9 9 0 0 1-.96-.207m4.887 0c-.32.087-.647.154-.973.207l.4 2.52a13 13 0 0 0 1.226-.26zm-2.94.307-.147 2.547q.628.03 1.267 0l-.134-2.547q-.498.03-.986 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/prime.svg b/mkdocs-material/material/templates/.icons/simple/prime.svg new file mode 100644 index 0000000..8d31c61 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/prime.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.787 15.292c-.336-.43-2.222-.204-3.069-.103-.257.031-.296-.193-.065-.356 1.504-1.056 3.968-.75 4.255-.397.288.357-.076 2.827-1.485 4.007-.217.18-.423.084-.327-.155.317-.792 1.027-2.566.69-2.996m-1.093 1.248c-2.627 1.94-6.437 2.97-9.717 2.97-4.597 0-8.737-1.7-11.87-4.528-.246-.222-.026-.525.27-.353 3.38 1.967 7.559 3.151 11.876 3.151a23.6 23.6 0 0 0 9.06-1.854c.444-.188.816.293.381.614m.482-5.038q-1.142 0-1.755-.626-.613-.627-.613-1.797 0-1.198.627-1.88t1.741-.682q.858 0 1.341.415.484.414.484 1.105t-.52 1.046q-.522.355-1.535.355-.525 0-.912-.101.055.617.373.884.318.268.963.268.259 0 .502-.033a6 6 0 0 0 .733-.157l.046-.004q.156 0 .156.212v.424q0 .147-.04.207a.34.34 0 0 1-.162.106 4 4 0 0 1-1.429.258m-.304-2.893q.47 0 .682-.143t.212-.438q0-.58-.69-.58-.885 0-1.024 1.087.37.075.82.074m-9.84 2.755q-.12 0-.176-.055-.055-.056-.055-.175V6.886q0-.129.055-.18.056-.05.176-.05h.663q.212 0 .258.202l.074.249q.488-.322.88-.456.391-.135.806-.134.83 0 1.17.59a3.8 3.8 0 0 1 .885-.452q.414-.138.857-.138.645 0 1 .36.354.359.354 1.004v3.253q0 .12-.05.175t-.18.055h-.885q-.12 0-.175-.055-.055-.056-.055-.175V8.176q0-.627-.562-.627-.498 0-1.005.24v3.345q0 .12-.05.175t-.18.055h-.884q-.12 0-.176-.055-.054-.056-.055-.175V8.176q0-.627-.562-.627-.516 0-1.013.249v3.336q0 .12-.051.175t-.18.055zM9.987 5.927q-.35 0-.562-.193-.212-.194-.212-.525 0-.332.212-.526.211-.193.562-.193.35 0 .562.193a.68.68 0 0 1 .212.526q0 .33-.212.525-.212.193-.562.193m-.443 5.437q-.12 0-.175-.055-.055-.056-.055-.176V6.886q0-.129.055-.18.056-.05.175-.05h.885q.129 0 .18.05c.051.05.05.094.05.18v4.247q0 .12-.05.176t-.18.055zm-3.681 0q-.12 0-.176-.055-.054-.056-.055-.175V6.886q0-.129.055-.18.056-.05.176-.05h.663q.212 0 .258.202l.12.497q.368-.405.695-.575.328-.17.696-.17h.13q.128 0 .183.05.056.051.056.18v.773q0 .12-.051.176-.051.054-.18.055a2 2 0 0 1-.166-.01 3 3 0 0 0-.258-.009q-.21 0-.516.06-.303.06-.515.152v3.097q0 .12-.051.175t-.18.055zM.344 13.262q-.12 0-.175-.05-.055-.052-.055-.18V6.886q0-.129.055-.18t.175-.05h.664q.21 0 .258.202l.064.24a2 2 0 0 1 .668-.424 2.1 2.1 0 0 1 .797-.157q.894 0 1.414.654.521.655.521 1.77 0 .765-.258 1.336-.258.57-.7.88a1.73 1.73 0 0 1-1.014.308q-.377 0-.719-.12a1.7 1.7 0 0 1-.58-.331v2.018q0 .128-.05.18-.052.05-.18.05zm2.018-2.81q.516 0 .76-.35.245-.351.245-1.106 0-.765-.24-1.115t-.765-.35q-.48 0-.903.248v2.424q.405.249.903.249"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/primefaces.svg b/mkdocs-material/material/templates/.icons/simple/primefaces.svg new file mode 100644 index 0000000..5363d31 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/primefaces.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.43 0 3.875 2.564l3.833.367L8.988 0Zm3.104 0L8.081 3.465 1.5 2.931l1.094 4.58 7.853 2.931h1.095V0Zm2.74 0v10.442h1.278l7.853-2.93 1.095-4.58-6.756.547L14.283 0Zm2.556 0 1.28 2.931 3.834-.367L17.387 0ZM2.778 8.244v6.229l4.383 3.663v-5.68l1.278-1.83-1.643.366-2.009-2.016zm18.261 0-2.009.732-2.009 2.016-1.643-.367 1.278 1.832v5.68l4.383-3.664zM9.17 10.625l-1.462 2.199v8.243l1.097 1.65L10.083 24h3.652l1.278-1.284 1.096-1.649v-8.243l-1.46-2.199-.914.55h-3.652zm-4.383 6.23v2.38l2.374 2.382V18.87zm14.243 0-2.374 2.015v2.747l2.374-2.381z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/primeng.svg b/mkdocs-material/material/templates/.icons/simple/primeng.svg new file mode 100644 index 0000000..6302343 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/primeng.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0 .784 3.984l1.711 14.772L12 24l9.506-5.244 1.71-14.772ZM8.354 4.212h1.674L9.19 6.124l-2.51-.24Zm2.032 0h1.315v6.812h-.717L5.843 9.112l-.717-2.988 4.308.35Zm1.794 0h1.314l.953 2.261 4.427-.349-.717 2.988-5.14 1.912h-.837Zm1.673 0h1.674L17.2 5.885l-2.51.239zM5.963 9.59l1.315.478 1.315 1.315 1.076-.24-.837 1.196v3.704l-2.87-2.39zm11.955 0v4.063l-2.87 2.39v-3.704l-.837-1.195 1.077.239 1.314-1.315zm-7.786 1.536.596.36h2.384l.597-.36.953 1.437v5.388l-.715 1.078-.835.838h-2.384l-.834-.838-.715-1.078v-5.388zm-2.854 4.08 1.554 1.315v1.793L7.278 16.76Zm9.324 0v1.554l-1.553 1.554V16.52z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/primereact.svg b/mkdocs-material/material/templates/.icons/simple/primereact.svg new file mode 100644 index 0000000..53c9f41 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/primereact.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.01 0c-1.212 0-2.297.62-2.903 1.66l-1.52 2.608H4.303A3.29 3.29 0 0 0 1.43 5.911a3.23 3.23 0 0 0 0 3.285l1.642 2.819-1.646 2.825a3.2 3.2 0 0 0 0 3.261 3.27 3.27 0 0 0 2.851 1.631h2.925l.865.856L9.09 22.34A3.32 3.32 0 0 0 11.991 24c1.211 0 2.296-.62 2.902-1.66l.816-1.4 1.22-1.208h2.77a3.29 3.29 0 0 0 2.87-1.643c.6-1.028.6-2.256 0-3.285l-1.642-2.82 1.646-2.824a3.2 3.2 0 0 0 0-3.261 3.27 3.27 0 0 0-2.851-1.631H16.43L14.91 1.66A3.32 3.32 0 0 0 12.01 0m0 .719c.948 0 1.798.486 2.273 1.3l1.31 2.249H8.425l1.31-2.248A2.6 2.6 0 0 1 12.01.719m.33 4.265v7.74h.962l5.904-2.174.014-.057.87 1.492-1.33 2.282.171-3.173-1.51.543-1.51 1.494-1.237-.27.962 1.357v4.212l1.452-1.296-.708 1.216v.001l-.744.622v.654l-.412.708V14.49l-1.098-1.63-.687.407h-2.746l-.687-.407-1.098 1.63v6.101l-.412-.706v-.912l-1.036-.867-.729-1.25 1.765 1.574v-4.212l.961-1.358-1.236.271-1.51-1.494-1.511-.543.188 3.455-1.477-2.534.942-1.617.122-.208.088.36 5.904 2.174h.824V4.985Zm1.512 0h.412l.96 2.17 1.935-.2.237.406-2.452.192zm-3.985.001h.412L9.187 7.552l-2.556-.205.072-.124.001.001.163-.28 2.04.21Zm-5.565.001h2.867L5.831 7.282l-1.592-.127.49 2.018-1.237 2.124-1.433-2.46a2.52 2.52 0 0 1 0-2.567 2.57 2.57 0 0 1 2.243-1.284m12.547 0h2.873c.928 0 1.759.476 2.223 1.272a2.5 2.5 0 0 1 0 2.543l-1.437 2.466-1.042-1.789.563-2.323-1.833.143Zm3.659 7.718 1.433 2.46a2.52 2.52 0 0 1 0 2.566 2.57 2.57 0 0 1-2.243 1.283h-2.277V18zm-17.016.03 3.22 5.525v.754H4.277a2.55 2.55 0 0 1-2.223-1.27 2.5 2.5 0 0 1 0-2.544z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/primevideo.svg b/mkdocs-material/material/templates/.icons/simple/primevideo.svg new file mode 100644 index 0000000..d0cc24b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/primevideo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 9.508q0-.064.028-.09.027-.025.086-.025h.329q.105 0 .127.101l.032.119q.137-.133.33-.21a1 1 0 0 1 .396-.079q.442 0 .7.326.257.325.257.88 0 .38-.127.665-.128.285-.347.437a.85.85 0 0 1-.502.154q-.187 0-.355-.06a.9.9 0 0 1-.288-.164v1.003q0 .065-.025.09t-.09.025H.115q-.06 0-.086-.025-.028-.025-.028-.09zm1.113.32a.87.87 0 0 0-.447.124v1.206a.83.83 0 0 0 .447.124q.256 0 .376-.174.121-.175.121-.55 0-.381-.118-.555-.12-.174-.379-.174zm2.248-.087q.182-.202.344-.286a.73.73 0 0 1 .345-.085h.063q.064 0 .092.025t.027.09v.385q0 .06-.025.087t-.089.027l-.082-.004a1.4 1.4 0 0 0-.383.025q-.15.03-.256.076v1.54q0 .06-.025.087-.024.028-.089.028h-.437q-.06 0-.087-.028-.027-.027-.028-.087V9.508q0-.064.028-.09.027-.025.087-.025h.328q.105 0 .128.1zm1.526-.71a.4.4 0 0 1-.278-.096.34.34 0 0 1-.105-.262q0-.165.105-.26a.4.4 0 0 1 .278-.097q.173 0 .278.096t.105.261a.34.34 0 0 1-.105.262.4.4 0 0 1-.278.096m-.333.477q0-.064.027-.09.029-.025.087-.025h.438q.064 0 .089.025c.025.025.025.047.025.09v2.113q0 .06-.025.087-.025.028-.09.028h-.437q-.06 0-.087-.028-.027-.027-.027-.087zm1.837.11q.242-.16.435-.227.195-.067.4-.067.41 0 .579.294.232-.157.438-.225.205-.069.424-.069.319 0 .495.179.175.18.175.5v1.618q0 .06-.025.087-.025.028-.089.027h-.438q-.06 0-.086-.027-.028-.027-.028-.087V10.15q0-.312-.278-.312-.246 0-.497.119v1.664q0 .06-.025.087-.025.028-.09.027h-.437q-.06 0-.086-.027-.028-.027-.028-.087V10.15q0-.312-.278-.312-.255 0-.502.123v1.66q0 .06-.025.087-.025.028-.089.027h-.438q-.059 0-.086-.027t-.027-.087V9.508q0-.064.027-.09t.086-.025h.329q.104 0 .128.101zm4.387 1.16a1.8 1.8 0 0 1-.451-.05q.027.305.185.44.157.132.476.132.127 0 .249-.016a3 3 0 0 0 .362-.078l.023-.002q.078 0 .078.105v.211q0 .073-.02.103a.17.17 0 0 1-.08.053 2 2 0 0 1-.708.128q-.565 0-.868-.312-.304-.31-.304-.893 0-.597.31-.935.31-.34.862-.34.424 0 .664.206a.69.69 0 0 1 .24.55q0 .345-.258.52-.258.178-.76.177zm.064-.99q-.437 0-.506.54.183.037.406.037.232 0 .337-.071t.105-.218q0-.29-.342-.289zm2.948 1.946a.2.2 0 0 1-.075-.011.1.1 0 0 1-.05-.037.3.3 0 0 1-.038-.071l-.777-2.04-.023-.063a.2.2 0 0 1-.009-.05q0-.07.091-.07h.454q.073 0 .107.028.034.027.052.092l.468 1.622.477-1.622a.18.18 0 0 1 .052-.092q.034-.027.107-.027h.44q.091 0 .091.068a.2.2 0 0 1-.009.05l-.022.065-.777 2.039a.3.3 0 0 1-.039.07.1.1 0 0 1-.047.038.2.2 0 0 1-.078.01zm2.02-2.703a.4.4 0 0 1-.277-.097.34.34 0 0 1-.105-.26q0-.165.105-.262a.4.4 0 0 1 .277-.096q.172 0 .277.096.104.096.104.261t-.104.261a.4.4 0 0 1-.277.097m-.218 2.703q-.06 0-.086-.028-.028-.027-.028-.087V9.507q0-.064.028-.09.027-.024.086-.024h.436q.063 0 .089.025.024.025.024.09v2.111q0 .06-.024.087-.026.028-.09.028zm1.948.05a.87.87 0 0 1-.513-.153.97.97 0 0 1-.334-.426 1.6 1.6 0 0 1-.116-.63q0-.569.268-.91a.86.86 0 0 1 .709-.341.98.98 0 0 1 .622.206V8.458q0-.064.027-.09.027-.024.087-.025h.436q.063 0 .088.025t.025.09v3.161q0 .06-.025.087-.025.028-.088.028h-.364a.14.14 0 0 1-.084-.023.14.14 0 0 1-.043-.078l-.027-.105a.96.96 0 0 1-.668.256m.218-.504a.76.76 0 0 0 .418-.128v-1.21a.87.87 0 0 0-.45-.114q-.24 0-.358.18-.119.182-.118.548 0 .367.124.546.126.178.384.178m2.588-.51q-.253 0-.44-.05.027.302.18.432.154.13.465.13.125 0 .242-.016a3 3 0 0 0 .354-.076l.022-.002q.075 0 .075.103v.207q0 .072-.02.101a.17.17 0 0 1-.077.052 1.9 1.9 0 0 1-.69.126q-.551 0-.846-.306-.296-.306-.296-.876 0-.585.302-.917.303-.333.84-.333.414 0 .647.203a.68.68 0 0 1 .234.539q0 .337-.251.51-.252.173-.74.173zm.063-.97q-.428 0-.494.53.178.036.396.036.225 0 .329-.07.102-.069.102-.213 0-.285-.333-.284zm2.442 2.003q-.54 0-.845-.328-.304-.327-.304-.914 0-.582.304-.91.305-.327.845-.327c.54 0 .642.109.845.327q.304.328.304.91 0 .586-.304.914-.305.328-.845.328m0-.514q.477 0 .477-.728 0-.724-.477-.724t-.477.724q0 .729.477.728m-6.844 1.886c.405-.306.944-.408 1.39-.408.418 0 .756.09.828.185.15.2-.039 1.584-.775 2.244-.112.102-.22.047-.17-.087.166-.442.536-1.436.36-1.677-.175-.242-1.158-.115-1.6-.058-.068.008-.107-.02-.112-.061v-.023c.004-.036.03-.078.079-.115m-10.184-.172a.105.105 0 0 1 .106-.091q.04 0 .089.028a11.8 11.8 0 0 0 6.194 1.772c1.52 0 3.19-.34 4.726-1.043.232-.105.426.164.2.346-1.371 1.09-3.359 1.67-5.07 1.67-2.397 0-4.557-.956-6.191-2.547a.17.17 0 0 1-.054-.097Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/primevue.svg b/mkdocs-material/material/templates/.icons/simple/primevue.svg new file mode 100644 index 0000000..bc4fd9c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/primevue.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.41 0 3.845 2.565l3.849.366L8.878.226l2.663 6.883.35.904.384-.93L14.75 1.09v-.001l.275-.667 1.1 2.51 3.848-.367L17.407 0h-8.43Zm2.391 1.72-.73 1.735-2.886-.221-3.723-.302 1.1 4.58 5.282 1.964.014.026 2.558.945h.244l-.001-.005h.882V8.797Zm6.282.16-2.808 6.799v1.763h1.006l-.002.005.244-.005h.035l.002-.001h.024l2.376-.878.01-.018 5.469-2.033 1.099-4.58-4.042.318-2.749.206zM2.745 8.245v6.228l4.398 3.664v-5.68l1.284-1.832-1.65.367L4.76 8.977Zm18.327 0-2.017.733-2.015 2.014-1.65-.367 1.284 1.832v5.68l4.398-3.664zM9.137 10.599l-.304.487.009.016-1.148 1.722v8.245l1.1 1.648L10.075 24h3.665l1.283-1.282 1.1-1.65v-8.244l-1.15-1.723.01-.015-.18-.24-.147-.22-.013.007-.025-.034-.791.487h-3.655zm-4.376 6.256v2.381l2.382 2.382V18.87zm14.295 0-2.382 2.015v2.748l2.382-2.382z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/printables.svg b/mkdocs-material/material/templates/.icons/simple/printables.svg new file mode 100644 index 0000000..77c2db6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/printables.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.678 4.8 12 9.6v9.6l8.322-4.8V4.8L12 0ZM12 19.2l-8.322-4.8V24Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/prisma.svg b/mkdocs-material/material/templates/.icons/simple/prisma.svg new file mode 100644 index 0000000..41874bf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/prisma.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.807 18.285 13.553.757a1.32 1.32 0 0 0-1.129-.755 1.31 1.31 0 0 0-1.206.626l-8.952 14.5a1.36 1.36 0 0 0 .016 1.455l4.376 6.778a1.41 1.41 0 0 0 1.58.581l12.703-3.757c.389-.115.707-.39.873-.755s.164-.783-.007-1.145m-1.848.752L9.18 22.224a.452.452 0 0 1-.575-.52l3.85-18.438c.072-.345.549-.4.699-.08l7.129 15.138a.515.515 0 0 1-.325.713"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/prismic.svg b/mkdocs-material/material/templates/.icons/simple/prismic.svg new file mode 100644 index 0000000..8e6aeae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/prismic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.7 0C5.033 0 4.066.278 3.09.8A5.45 5.45 0 0 0 .825 3.07c-.522.977-.8 1.947-.8 4.622v.998c0 .199.078.388.218.529l1.77 1.774a.15.15 0 0 0 .257-.106V8.019c0-2.006.208-2.733.6-3.467A4.1 4.1 0 0 1 4.568 2.85c.731-.392 1.457-.6 3.459-.6h2.164c.199 0 .39-.08.53-.221l1.77-1.772A.15.15 0 0 0 12.387 0zm7.605 0c-.2 0-.392.08-.532.22l-1.769 1.775a.15.15 0 0 0-.044.104c0 .083.068.15.15.15h2.862c2.002 0 2.728.21 3.46.601a4.1 4.1 0 0 1 1.698 1.702c.39.734.599 1.461.599 3.467v2.17c0 .198.078.39.218.53l1.77 1.774a.15.15 0 0 0 .257-.106V7.692c0-2.675-.278-3.645-.8-4.623A5.45 5.45 0 0 0 20.91.801C19.935.278 18.968 0 16.3 0zM6.761 3.75a2.995 2.995 0 0 0-2.993 2.999v5.691a.75.75 0 0 0 .219.529l1.77 1.776a.149.149 0 0 0 .255-.106v-7.14a1.5 1.5 0 0 1 .097-.53c.072-.2.188-.385.348-.545l2.308-2.421a.15.15 0 0 0-.11-.253zm4.802 0c-.2 0-.39.08-.53.22L9.26 5.744A.151.151 0 0 0 9.366 6h7.124q.28.001.528.097c.2.072.386.188.546.347l2.413 2.313a.15.15 0 0 0 .255-.108v-1.9a2.995 2.995 0 0 0-2.993-3zm6.573 5.463a.15.15 0 0 0-.15.15v7.139a1.5 1.5 0 0 1-.095.53 1.5 1.5 0 0 1-.348.546l-2.308 2.42a.15.15 0 0 0 .108.255h1.896a2.997 2.997 0 0 0 2.993-3.002v-5.69a.75.75 0 0 0-.219-.53l-1.77-1.774a.15.15 0 0 0-.107-.044m-17.96 2.25a.15.15 0 0 0-.15.15v4.695c0 2.674.278 3.645.8 4.623a5.44 5.44 0 0 0 2.263 2.267c.976.522 1.943.802 4.612.802h.994c.2 0 .39-.08.53-.22l1.771-1.775a.149.149 0 0 0-.106-.255H8.027c-2.002 0-2.728-.208-3.46-.6a4.1 4.1 0 0 1-1.698-1.702c-.39-.734-.599-1.461-.599-3.467v-2.172a.75.75 0 0 0-.22-.528L.282 11.507a.15.15 0 0 0-.106-.044m21.703 1.5a.15.15 0 0 0-.15.15v2.868c0 2.006-.208 2.733-.6 3.467a4.1 4.1 0 0 1-1.698 1.702c-.731.392-1.457.6-3.459.6h-2.164a.75.75 0 0 0-.532.22l-1.769 1.773a.15.15 0 0 0-.043.107c0 .083.065.15.148.15H16.3c2.67 0 3.636-.28 4.612-.802a5.44 5.44 0 0 0 2.263-2.267c.522-.978.8-1.948.8-4.623v-.998a.75.75 0 0 0-.22-.529l-1.769-1.774a.15.15 0 0 0-.106-.044zm-17.96 2.238a.15.15 0 0 0-.151.15v1.898a2.997 2.997 0 0 0 2.993 3.001h5.676c.2 0 .39-.08.53-.22l1.773-1.775a.15.15 0 0 0 .044-.104.15.15 0 0 0-.15-.15H7.51a1.5 1.5 0 0 1-.53-.098 1.5 1.5 0 0 1-.546-.347l-2.413-2.313a.15.15 0 0 0-.103-.042z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/privatedivision.svg b/mkdocs-material/material/templates/.icons/simple/privatedivision.svg new file mode 100644 index 0000000..bef5d6a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/privatedivision.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.384.248A.42.42 0 0 0 11.998 0a.43.43 0 0 0-.387.248L6.172 12.002l5.441 11.752a.428.428 0 0 0 .616.18.43.43 0 0 0 .157-.18l5.443-11.752zm-.386 18.449-3.101-6.695 3.101-6.697 3.1 6.697z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/privateinternetaccess.svg b/mkdocs-material/material/templates/.icons/simple/privateinternetaccess.svg new file mode 100644 index 0000000..799bd95 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/privateinternetaccess.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.808 5.764a.812.812 0 1 0-.812.812.81.81 0 0 0 .812-.812m3.196-.812a.812.812 0 1 0 .811.812.81.81 0 0 0-.811-.812m-.876 2.154a1.686 1.686 0 0 1-2.257 0 .21.21 0 0 0-.286.31 2.065 2.065 0 0 0 2.83 0 .21.21 0 1 0-.286-.31M11.947 0A7.16 7.16 0 0 0 4.79 7.158v1.385l.002.03a1.7 1.7 0 0 0-1.389 1.646 2.4 2.4 0 0 0-.33 1.22v9.178a2.415 2.415 0 0 0 1.785 2.328A1.77 1.77 0 0 0 6.473 24h2.005a1.76 1.76 0 0 0 1.577-.967h3.681c.301.594.91.968 1.576.967h2.008a1.77 1.77 0 0 0 1.59-1 2.41 2.41 0 0 0 2.018-2.38V11.44a2.4 2.4 0 0 0-.315-1.197v-.01a1.69 1.69 0 0 0-1.23-1.625V7.16A7.16 7.16 0 0 0 12.223 0Zm.032 2.559h.214a4.48 4.48 0 0 1 4.483 4.48v1.504h-1.008a1.67 1.67 0 0 0-1.174.48H9.527a1.68 1.68 0 0 0-1.183-.48h-.848V7.039a4.48 4.48 0 0 1 4.483-4.48m.025 9.492v.004a1.974 1.974 0 0 1 1.105 3.603.31.31 0 0 0-.132.299l.486 3.297a.3.3 0 0 1-.07.246.31.31 0 0 1-.235.107h-2.316a.31.31 0 0 1-.305-.353l.484-3.297a.29.29 0 0 0-.129-.295 1.975 1.975 0 0 1 .885-3.598 2 2 0 0 1 .227-.013"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/probot.svg b/mkdocs-material/material/templates/.icons/simple/probot.svg new file mode 100644 index 0000000..03905b4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/probot.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 .04a1.743 1.743 0 0 0-.537 3.401l-.631 2.579H2.456A2.456 2.456 0 0 0 0 8.476v13.029a2.456 2.456 0 0 0 2.456 2.456h19.088c1.356 0 2.456-1.1 2.456-2.456V8.476c0-1.356-1.1-2.456-2.456-2.456h-8.403l-.616-2.575A1.743 1.743 0 0 0 11.999.04zM3.933 7.881h16.136c1.101 0 1.994.893 1.994 1.994v10.117a1.994 1.994 0 0 1-1.994 1.994H3.933a1.994 1.994 0 0 1-1.994-1.994V9.875c0-1.101.893-1.994 1.994-1.994m3.254 2.312a4.575 4.575 0 1 0 0 9.15 4.575 4.575 0 0 0 0-9.15m9.743 0a4.575 4.575 0 1 0 0 9.15 4.575 4.575 0 0 0 0-9.15m-9.743 1.07a3.506 3.506 0 1 1 0 7.011 3.506 3.506 0 0 1 0-7.011m9.743 0a3.506 3.506 0 1 1 0 7.011 3.506 3.506 0 0 1 0-7.011m-9.743 1.663a1.843 1.843 0 1 0 0 3.686 1.843 1.843 0 0 0 0-3.686m9.743 0a1.843 1.843 0 1 0 0 3.686 1.843 1.843 0 0 0 0-3.686m-6.927 6.5v2.159h.706v-2.159zm1.077 0v2.159h.705v-2.159zm1.076 0v2.159h.706v-2.159zm1.077 0v2.159h.706v-2.159zm1.077.03v2.1a1.08 1.08 0 0 0 .829-1.049v-.001c0-.51-.354-.937-.829-1.05m-4.678.028a1.08 1.08 0 0 0-.731 1.021v.001c0 .474.306.876.731 1.021z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/processingfoundation.svg b/mkdocs-material/material/templates/.icons/simple/processingfoundation.svg new file mode 100644 index 0000000..a050344 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/processingfoundation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.999 0a12 12 0 1 0 0 24A12 12 0 0 0 12 0zm1.183 5.255h.048c3.273 0 5.247 1.48 5.247 4.103 0 2.727-1.974 4.536-5.295 4.669v-1.742c1.837-.11 2.801-1.061 2.801-2.744 0-1.498-.957-2.442-2.8-2.516zm-1.773.026.005 11.896c.779.052 1.583.18 2.26.337l-.269 1.324H6.788v-1.324a15 15 0 0 1 2.26-.337V6.993a15 15 0 0 1-2.26-.337V5.33h2.26c.64 0 1.469-.028 2.361-.05z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/processwire.svg b/mkdocs-material/material/templates/.icons/simple/processwire.svg new file mode 100644 index 0000000..8ec18b4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/processwire.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.939 5.27C21.211 4.183 20 2.941 18.784 2.137 16.258.407 13.332-.207 10.744.061c-2.699.291-5.01 1.308-6.91 3.004C2.074 4.637.912 6.559.4 8.392c-.518 1.833-.449 3.53-.264 4.808.195 1.297.841 2.929.841 2.929.132.313.315.44.41.493.472.258 1.247.031 1.842-.637.03-.041.046-.098.03-.146-.166-.639-.226-1.12-.285-1.492-.135-.736-.195-1.969-.105-3.109a9 9 0 0 1 .375-1.969c.406-1.367 1.262-2.794 2.6-3.98 1.441-1.277 3.289-2.066 5.046-2.27a9 9 0 0 1 3.199.203 9.6 9.6 0 0 1 2.975 1.348 8.9 8.9 0 0 1 2.374 2.363c.568.797 1.185 2.141 1.366 3.125.256 1.12.256 2.307.074 3.463-.225 1.158-.631 2.284-1.262 3.275-.435.768-1.337 1.783-2.403 2.545a9.4 9.4 0 0 1-3.184 1.434 8.7 8.7 0 0 1-1.728.24c-.521.016-1.212 0-1.697-.082-.721-.115-.871-.299-1.036-.549 0 0-.115-.18-.147-.662.011-4.405.009-3.229.009-5.516 0-.646-.021-1.232-.015-1.764.03-.873.104-1.473.728-2.123a2.43 2.43 0 0 1 1.777-.768c.211 0 .938.01 1.577.541.685.572.8 1.354.827 1.563.156 1.223-.652 2.134-.962 2.365a3.5 3.5 0 0 1-.962.51 4.1 4.1 0 0 1-1.531.182.15.15 0 0 0-.158.119l-.165.856c-.161.65.2.888.41.972.671.207 1.266.293 1.971.24a4.93 4.93 0 0 0 3.052-1.346 4.47 4.47 0 0 0 1.359-2.645 5.88 5.88 0 0 0-.556-3.35 5.37 5.37 0 0 0-2.81-2.583c-1.291-.508-2.318-.526-3.642-.188l-.015.005c-.86.296-1.596.661-2.362 1.452a5.4 5.4 0 0 0-1.217 1.953c-.26.752-.33 1.313-.342 2.185-.016.646.015 1.246.015 1.808v3.701c0 1.184-.04 1.389 0 1.998.022.404.078.861.255 1.352.182.541.564 1.096.826 1.352.367.391.834.705 1.293.9 1.051.467 2.478.541 3.635.496a12 12 0 0 0 2.291-.314 12.2 12.2 0 0 0 4.235-1.918c1.367-.963 2.555-2.277 3.211-3.393.841-1.326 1.385-2.814 1.668-4.343.255-1.532.243-3.103-.099-4.612-.27-1.4-.991-2.936-1.823-4.176z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/producthunt.svg b/mkdocs-material/material/templates/.icons/simple/producthunt.svg new file mode 100644 index 0000000..a2fa2c6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/producthunt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.604 8.4h-3.405V12h3.405a1.8 1.8 0 1 0 0-3.6M12 0C5.372 0 0 5.372 0 12s5.372 12 12 12 12-5.372 12-12S18.628 0 12 0m1.604 14.4h-3.405V18H7.801V6h5.804a4.2 4.2 0 1 1-.001 8.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/progate.svg b/mkdocs-material/material/templates/.icons/simple/progate.svg new file mode 100644 index 0000000..dbaa88e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/progate.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.056 24a17 17 0 0 1-3.457-.698c-1.244-.364-2.899-1-2.913-2.319 0-.946.54-1.755 1.675-2.477a16 16 0 0 1 1.6-.844 40 40 0 0 1 2.2-.928V4.98l-4.41-.476v12.652a.85.85 0 0 1-.895.846.85.85 0 0 1-.904-.846V3.496a.906.906 0 0 1 .904-.903 1 1 0 0 1 .096.014l6.198.67a.9.9 0 0 1 .8.9v11.826a61 61 0 0 0 2.399-1.03c2.27-1.036 3.799-2.091 4.668-3.237 1.056-1.374 1.218-3.075 1.168-4.259a6.26 6.26 0 0 0-1.254-3.515 5.5 5.5 0 0 0-2.095-1.725 6.2 6.2 0 0 0-1.663-.486c-.6-.082-.896-.51-.864-.938s.384-.75.888-.8c.863-.071 1.503.147 2.375.536a7.76 7.76 0 0 1 2.86 2.32 8.17 8.17 0 0 1 1.6 4.522 9 9 0 0 1-.485 3.481 7.4 7.4 0 0 1-1.088 1.966c-1.584 2.065-4.39 3.34-5.31 3.764-.868.4-2.8 1.2-3.18 1.352V23.1a.9.9 0 0 1-.31.682.92.92 0 0 1-.567.218zm-.896-5.318c-.552.2-1.4.512-1.72.66-.32.147-1.215.565-1.61.91-.1.085-.417.385-.339.629s.446.374 1.904.766c.518.14 1.125.274 1.765.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/progress.svg b/mkdocs-material/material/templates/.icons/simple/progress.svg new file mode 100644 index 0000000..a8662b1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/progress.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.235 6.825v11.997a.92.92 0 0 1-.419.725l-.393.235c-1.961 1.135-3.687 2.134-5.431 3.14V9.948L5.759 3.454C7.703 2.338 9.64 1.211 11.586.1a.93.93 0 0 1 .837 0l10.81 6.243v.482zm-8.741 4.562A9632 9632 0 0 0 6.8 6.943a.94.94 0 0 0-.837 0q-2.6 1.5-5.199 3.004l8.113 4.684V24c1.732-.999 3.46-2.006 5.197-2.995a.93.93 0 0 0 .419-.724zM.765 19.317l5.613 3.241V16.07Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/prometheus.svg b/mkdocs-material/material/templates/.icons/simple/prometheus.svg new file mode 100644 index 0000000..d9e7a6f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/prometheus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.372 0 12c0 6.627 5.373 12 12 12s12-5.373 12-12c0-6.628-5.373-12-12-12m0 22.46c-1.885 0-3.414-1.26-3.414-2.814h6.828c0 1.553-1.528 2.813-3.414 2.813zm5.64-3.745H6.36v-2.046h11.28zm-.04-3.098H6.391q-.056-.064-.111-.13c-1.155-1.401-1.427-2.133-1.69-2.879-.005-.025 1.4.287 2.395.511 0 0 .513.119 1.262.255-.72-.843-1.147-1.915-1.147-3.01 0-2.406 1.845-4.508 1.18-6.207.648.053 1.34 1.367 1.387 3.422.689-.951.977-2.69.977-3.755 0-1.103.727-2.385 1.454-2.429-.648 1.069.168 1.984.894 4.256.272.854.237 2.29.447 3.201.07-1.892.395-4.652 1.595-5.605-.529 1.2.079 2.702.494 3.424.671 1.164 1.078 2.047 1.078 3.716a4.64 4.64 0 0 1-1.11 2.996c.792-.149 1.34-.283 1.34-.283l2.573-.502s-.374 1.538-1.81 3.019z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pronounsdotpage.svg b/mkdocs-material/material/templates/.icons/simple/pronounsdotpage.svg new file mode 100644 index 0000000..59821ac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pronounsdotpage.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.991 5.14c.058-.102.01-.185-.108-.185l-2.051.001a.41.41 0 0 0-.321.184l-5.027 8.503c-.702 1.156-1.681 1.411-2.622 1.297-1.615-.196-2.483-1.381-2.483-2.96a2.88 2.88 0 0 1 2.876-2.876h3.192a.41.41 0 0 0 .319-.184l1.15-2.01c.058-.101.01-.184-.107-.184H5.254A5.26 5.26 0 0 0 0 11.98c0 1.4.547 2.91 1.542 3.897.98.972 2.29 1.328 3.688 1.357.789.009 2.956-.009 3.972-1.817l5.79-10.277Zm7.467 2.984c-.98-.972-2.29-1.329-3.688-1.357-.789-.01-2.956.009-3.972 1.816-1.138 2.024-5.79 10.277-5.79 10.277-.057.102-.008.185.109.185l2.051-.001a.41.41 0 0 0 .321-.184l5.027-8.503c.702-1.156 1.681-1.411 2.622-1.297 1.615.196 2.483 1.381 2.483 2.96a2.88 2.88 0 0 1-2.876 2.876h-3.192a.4.4 0 0 0-.319.184l-1.15 2.01c-.058.101-.01.184.107.184h4.555A5.26 5.26 0 0 0 24 12.02c0-1.4-.547-2.91-1.542-3.896"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/prosieben.svg b/mkdocs-material/material/templates/.icons/simple/prosieben.svg new file mode 100644 index 0000000..fb1de65 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/prosieben.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.24 0h23.44v6.64H.24m23.52 1.28V24H.24s2.88-7.84 10.48-12.48c7.12-4.4 13.04-3.6 13.04-3.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/proteus.svg b/mkdocs-material/material/templates/.icons/simple/proteus.svg new file mode 100644 index 0000000..6b74b1c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/proteus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.405 4.799a1.205 1.205 0 0 1 2.41 0l-.002.01c.695.286 1.497.777 2.197 1.256.404.277.818.586 1.235.907a6 6 0 0 0-.426.268l-.067.048c-.34-.258-.68-.513-1.01-.739-.952-.653-1.619-1.006-2.08-1.194-.176.33-.495.557-.88.614.154.58.553 1.366 1.15 2.29l.718 1.045c.145.2.307.409.464.615a39 39 0 0 0 1.348 1.671q.175.205.357.412c.153.176.305.352.465.53q.447.497.924 1c.295.308.598.608.9.906q-.402-.006-.797-.02a42 42 0 0 1-.497-.51 47 47 0 0 1-1.4-1.541l-.29-.336a41 41 0 0 1-1.203-1.463l-.001-.002a33 33 0 0 1-.857-1.146l-.008-.01-.01-.014-.127-.19-.142-.21-.396-.589c-.633-.996-1.048-1.849-1.202-2.49a1.2 1.2 0 0 1-.773-1.118m15.292 13.243c-.328-.815-.913-1.805-1.637-2.844-.199.03-.407.053-.611.079.776 1.102 1.341 2.068 1.656 2.793-.47.151-.813.572-.832 1.089-.633-.267-1.46-.762-2.418-1.468a32 32 0 0 1-2.303-1.903l-.413.366c2.087 1.872 4.08 3.26 5.339 3.691.215.33.569.561.992.561.665 0 1.205-.54 1.205-1.205 0-.585-.425-1.05-.978-1.16m-6.182-2.492-.228.006q-.152.007-.302.008c-.098 0-.192-.006-.29-.006-.126.111-.249.21-.375.317a37 37 0 0 1-.821.684h.001c-1.554 1.251-2.927 2.137-3.842 2.526l.001-.005c0-.529-.346-.965-.821-1.127.27-.607.695-1.351 1.29-2.206.099-.143.217-.294.323-.44-.208-.024-.423-.045-.624-.072-.721 1.014-1.272 1.939-1.593 2.685-.556.106-.985.573-.985 1.16 0 .666.54 1.206 1.205 1.206.397 0 .733-.205.952-.502 1.553-.494 4.027-2.36 6.11-4.234m-5.664-4.67a5 5 0 0 0-.056.758c0 .938.261 1.81.7 2.567.061.007.118.016.18.024.738.083 1.501.14 2.277.179q-.16-.163-.319-.328a45 45 0 0 1-2.782-3.2m8.17-3.374q.404.3.743.672.28.31.508.663c.186.287.333.599.46.92a36 36 0 0 1-2 2.448c-.12.135-.24.273-.361.405a30 30 0 0 1-.762.8 40 40 0 0 1-.857.838l-.202.193c-.19.003-.376.017-.565.017-.173 0-.34-.012-.51-.014l-.191-.188c-.3-.296-.602-.594-.895-.902a45 45 0 0 1-.726-.783l-.366-.408A41 41 0 0 1 7.209 9.63a5 5 0 0 1 .376-.733 5 5 0 0 1 .51-.678c.258-.291.552-.55.87-.776a5 5 0 0 1 .492-.31 5.128 5.128 0 0 1 5.084.053 5 5 0 0 1 .48.32m-.92 6.892a34 34 0 0 0 2.13-.194c.064-.008.122-.02.185-.028.427-.75.683-1.612.683-2.538 0-.196-.021-.387-.043-.578a36 36 0 0 1-2.704 3.09zm-1.445 1.149c.358.322.712.633 1.052.918a5.2 5.2 0 0 0 1.764-1.077c-.928.091-1.871.14-2.816.159m-1.2 1.196c.163.016.323.048.49.048.164 0 .319-.032.478-.047-.156-.135-.315-.285-.473-.426q-.23.2-.495.425m-3.013-1.335a5.2 5.2 0 0 0 1.763 1.064q.528-.419 1.09-.904v-.01l.007-.01a41 41 0 0 1-2.86-.14m6.727-8.102.057.042c1.257-.972 2.359-1.663 3.144-1.95.173.34.498.572.888.631-.148.457-.48 1.169-1.163 2.237l-.637.93c-.196.279-.409.562-.621.844-.437.581-.906 1.163-1.391 1.733l-.18.207c-.48.555-.974 1.1-1.48 1.61a40 40 0 0 1-.863.843c.27-.007.541-.01.81-.024a36 36 0 0 0 .44-.435c.46-.465.91-.959 1.352-1.46l.247-.287c.427-.496.841-.998 1.233-1.506l.002-.002c.365-.473.718-.946 1.04-1.412l.63-.932c.5-.795.99-1.688 1.19-2.398a1.2 1.2 0 0 0 .771-1.118 1.205 1.205 0 0 0-2.408-.01c-.9.342-2.113 1.107-3.481 2.177.137.083.274.171.42.28m.941.915c.128.157.259.31.371.484l.122.188c.233.032.454.075.683.111l.38-.555a35 35 0 0 0-1.556-.228m-8.372.056c-.453.064-.893.147-1.334.228l.371.54c.16-.027.314-.062.476-.088l.122-.193c.108-.172.238-.328.365-.487M23.98 11.4c-.252-1.298-2.532-2.114-4.4-2.57-.25-.062-.53-.11-.796-.165l-.362.537c.435.087.864.178 1.264.283 2.215.579 3.564 1.319 3.702 2.03.039.201-.031.407-.214.629-.547.662-1.995 1.313-3.974 1.788-.876.21-1.836.378-2.84.505q-.048.008-.097.015a34 34 0 0 1-2.108.194c-.227.013-.459.01-.687.02-.272.012-.191.02-.464.025h-.353c-.226.025-.523.02-.746.02-1.522 0-2.91-.082-4.256-.234-3.227-.364-5.76-1.123-6.695-2.088q-.361-.372-.35-.741c.012-.372.771-1.216 3.544-2.018.48-.138.984-.263 1.503-.375l-.353-.524c-.448.1-.899.2-1.317.32C2.51 9.477.04 10.377 0 11.63c-.012.414.162.81.52 1.18 1.094 1.129 3.98 1.978 7.647 2.33 1.2.114 2.526.174 3.859.174.014 0-.014 0 0 0 .26-.001.514-.015.772-.02a36 36 0 0 0 2.95-.178c.185-.02.359-.047.54-.069l.42-.054c3.334-.458 6.022-1.365 6.93-2.465.3-.364.414-.743.34-1.127"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/protocolsdotio.svg b/mkdocs-material/material/templates/.icons/simple/protocolsdotio.svg new file mode 100644 index 0000000..2e0f344 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/protocolsdotio.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.55.927c-.723.046-1.266.47-1.614 1.261a5 5 0 0 0-.215.6 11 11 0 0 0-.42 3.585c.052 1.007-.187 1.888-.6 2.797C.858 11.024.27 12.967.03 15.004c-.136 1.164.169 2.15 1.13 2.871.41.308.834.603 1.28.855 1.24.702 2.573 1.192 3.924 1.634a.8.8 0 0 1 .297.162c1.12 1.033 2.423 1.75 3.846 2.276 1.011.373 2.005.364 3.016-.01 1.057-.391 2.089-.853 2.944-1.576.76-.642 1.612-1.011 2.527-1.334 1.307-.462 2.566-1.037 3.69-1.872.934-.695 1.413-1.596 1.298-2.778-.023-.238-.04-.476-.076-.712-.3-1.942-.888-3.802-1.705-5.58-.356-.776-.658-1.524-.441-2.403-.075-.856-.128-1.726-.233-2.588-.083-.687-.24-1.365-.574-1.983-.442-.82-1.126-1.164-2.037-1-.32.057-.642.144-.94.273-1.61.698-2.904 1.8-3.95 3.198-.1.137-.194.184-.368.182a190 190 0 0 0-3.329-.002c-.144 0-.24-.014-.334-.144-.623-.877-1.389-1.615-2.256-2.247-.735-.536-1.51-1-2.406-1.22a2.6 2.6 0 0 0-.783-.08zm.096 1.152q.13-.002.292.04a4.5 4.5 0 0 1 .996.357c1.43.747 2.596 1.793 3.443 3.174.088.144.178.186.338.178.904-.042 1.806-.097 2.71-.103.62-.004 1.24.06 1.86.103.164.012.25-.04.337-.182.855-1.387 2.024-2.44 3.469-3.182a4.6 4.6 0 0 1 .973-.348c.43-.107.702.006.863.418.188.484.352.99.43 1.5.123.816.166 1.643.226 2.282-.037.648-.07 1.108-.086 1.569a.7.7 0 0 0 .08.322 21.8 21.8 0 0 1 2.174 6.377c.073.416.077.85.064 1.273-.013.481-.324.812-.673 1.1-.873.72-1.888 1.188-2.926 1.602-.714.284-1.452.51-2.174.775-.15.055-.3.149-.418.259-1.224 1.13-2.625 1.94-4.26 2.285-.37.078-.805.014-1.175-.098-1.473-.445-2.788-1.18-3.892-2.27a.7.7 0 0 0-.272-.149c-1.35-.43-2.684-.905-3.931-1.588-.35-.19-.676-.42-1.014-.632-.81-.51-1.026-1.267-.893-2.166.355-2.387 1.13-4.632 2.235-6.772a.75.75 0 0 0 .07-.375c-.106-1.522-.064-3.034.293-4.525.064-.266.162-.529.281-.775.146-.299.32-.442.58-.449m9.222 6.72c-.354.04-.54.264-.72.72q-.048.126-.081.253c-.197.782-.122 1.563-.025 2.352.108.89.498 1.492 1.367 1.832 1.379.54 2.11 1.645 2.442 3.047.08.343.148.688.228 1.068.39-.138.764-.265 1.135-.404.998-.373 1.972-.794 2.863-1.39.15-.1.224-.212.195-.393-.091-.586-.142-1.18-.273-1.758-.409-1.806-1.407-3.178-3.08-4.018-.61-.305-1.222-.614-1.861-.845a9.6 9.6 0 0 0-1.774-.444 1.6 1.6 0 0 0-.416-.02m-4.208.01a2 2 0 0 0-.264.036c-1.57.32-2.996.965-4.298 1.892-.489.348-.91.766-1.225 1.282-.727 1.193-1.073 2.5-1.152 3.886-.01.178.053.288.199.364.722.375 1.433.777 2.172 1.117.583.268 1.2.462 1.824.697.083-.39.15-.737.23-1.08.331-1.402 1.073-2.48 2.436-3.06.05-.02.093-.052.143-.069.723-.249 1.07-.77 1.185-1.516.143-.919.26-1.829-.03-2.736-.22-.7-.494-.872-1.22-.812zm2.594 7.503c-.96.045-1.653.137-2.274.505-.426.254-.559.555-.396.98.366.951 1 1.69 1.89 2.19.33.184.685.193 1.02.01.919-.498 1.555-1.252 1.929-2.22.14-.365.044-.626-.274-.864-.147-.11-.312-.219-.486-.266-.544-.146-1.097-.263-1.409-.335"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/protodotio.svg b/mkdocs-material/material/templates/.icons/simple/protodotio.svg new file mode 100644 index 0000000..9f22969 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/protodotio.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 11.997a1.316 1.316 0 1 1 0-2.632 1.316 1.316 0 0 1 0 2.632m2.916-.021c0-2.828-1.109-5.397-2.916-7.298a10.56 10.56 0 0 0-2.916 7.298c0 1.297.234 2.535.66 3.683-.618.9-1.074 2.16-1.275 3.616.639-.767 1.422-1.306 2.292-1.591.363.555.78 1.096 1.239 1.574.461-.494.876-1.02 1.239-1.59.87.271 1.653.826 2.29 1.576-.199-1.456-.655-2.716-1.275-3.615.427-1.155.66-2.385.66-3.69zM12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10m0-22C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/proton.svg b/mkdocs-material/material/templates/.icons/simple/proton.svg new file mode 100644 index 0000000..1940cd0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/proton.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.474 17.75V24h4.401v-5.979c0-.582.232-1.14.645-1.551a2.2 2.2 0 0 1 1.556-.643h4.513a7.96 7.96 0 0 0 5.612-2.318 7.9 7.9 0 0 0 2.325-5.595 7.9 7.9 0 0 0-2.325-5.596A7.96 7.96 0 0 0 13.587 0H2.474v7.812h4.401V4.129h6.416c.995 0 1.951.394 2.656 1.097.704.7 1.1 1.653 1.101 2.646a3.74 3.74 0 0 1-1.101 2.648 3.77 3.77 0 0 1-2.656 1.097H8.627a6.16 6.16 0 0 0-4.352 1.795 6.13 6.13 0 0 0-1.801 4.338"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/protoncalendar.svg b/mkdocs-material/material/templates/.icons/simple/protoncalendar.svg new file mode 100644 index 0000000..4449d65 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/protoncalendar.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.172 14.818v7.032h-4.276v-1.147c0-.584.21-1.151.592-1.596l3.684-4.288zm-4.93 5.884c0-.741.266-1.46.75-2.022l4.673-5.32c.522-.591 1.524-.92 2.262-.92h.967V7.007a1.92 1.92 0 0 0-1.928-1.914H0v14.295c0 1.36 1.11 2.462 2.482 2.462h7.76zM18.8 5.197a2.54 2.54 0 0 1 .747 1.81v5.434H24V4.613c0-1.36-1.11-2.462-2.482-2.462H2.482A2.473 2.473 0 0 0 .006 4.438h16.96c.694 0 1.345.27 1.834.76zm.34 14.742c.817 0 1.45-.451 1.45-1.136a.95.95 0 0 0-.79-.971v-.013a.96.96 0 0 0 .485-.346.94.94 0 0 0 .185-.565c0-.632-.549-1.081-1.343-1.081-.99 0-1.384.712-1.415 1.21h.843a.54.54 0 0 1 .577-.495c.318 0 .549.196.549.48 0 .283-.213.473-.732.473h-.3v.713h.346c.536 0 .807.176.807.492s-.26.532-.655.532a.67.67 0 0 1-.686-.51h-.873c.063.733.683 1.222 1.551 1.217zm2-3.39v.806l.79-.532v3.06h.82v-3.988h-.635l-.974.655z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/protondb.svg b/mkdocs-material/material/templates/.icons/simple/protondb.svg new file mode 100644 index 0000000..3f67d5a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/protondb.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.744 0C.781 0 0 .781 0 1.744v20.512C0 23.219.781 24 1.744 24h20.512c.963 0 1.744-.782 1.744-1.74V1.744C24 .781 23.218 0 22.26 0zm14.729 2.205v.004c.37 0 .704.08.996.25 1.26.728 1.55 2.996.904 5.846 2.8.855 4.625 2.238 4.625 3.695s-1.813 2.836-4.6 3.691c.65 2.84.367 5.102-.894 5.83a2.03 2.03 0 0 1-1.012.25c-1.232 0-2.846-.869-4.478-2.384-1.633 1.525-3.245 2.404-4.477 2.404-.376 0-.712-.079-1.006-.25-1.26-.728-1.55-2.996-.904-5.846-2.8-.855-4.625-2.238-4.625-3.695 0-1.452 1.814-2.83 4.605-3.69-.65-2.84-.366-5.103.895-5.831a2.03 2.03 0 0 1 1.012-.25V3.23c-.206 0-.377.035-.514.118-.606.352-.866 1.687-.656 3.398q.081.625.236 1.299c.875-.22 1.838-.385 2.85-.492a21 21 0 0 1 1.851-2.24C9.82 3.962 8.446 3.227 7.518 3.227V2.225c1.231 0 2.846.87 4.478 2.384 1.633-1.525 3.245-2.404 4.477-2.404m-.006 1.002c-.929.003-2.3.745-3.758 2.102a22 22 0 0 1 1.867 2.244c1.007.107 1.964.273 2.844.488.098-.455.181-.9.23-1.32.206-1.711-.059-3.04-.67-3.393a1.04 1.04 0 0 0-.513-.117zm-4.483 2.81c-.41.43-.824.91-1.23 1.438a26 26 0 0 1 2.478 0 18 18 0 0 0-1.248-1.437zM12 8.428q-1.025 0-2.03.089a25 25 0 0 0-1.08 1.71 23 23 0 0 0-.927 1.79c.283.6.591 1.196.933 1.783q.528.904 1.084 1.705.999.082 2.02.084 1.025 0 2.03-.088a25 25 0 0 0 1.08-1.71c.332-.592.644-1.194.927-1.79a23 23 0 0 0-.933-1.785 26 26 0 0 0-1.086-1.705A25 25 0 0 0 12 8.428m-3.334.23a23 23 0 0 0-1.848.35c.171.582.377 1.185.621 1.786a26 26 0 0 1 1.227-2.137zm6.658 0a23 23 0 0 1 1.23 2.127c.235-.597.442-1.194.608-1.77a19 19 0 0 0-1.838-.358zm2.81.62a22 22 0 0 1-.997 2.72q.624 1.409 1.008 2.73c.435-.142.854-.287 1.24-.454 1.583-.674 2.61-1.57 2.625-2.27 0-.703-1.027-1.587-2.615-2.267a14 14 0 0 0-1.26-.459zm-12.282.006c-.435.142-.856.287-1.243.453-1.588.67-2.615 1.566-2.615 2.27s1.027 1.588 2.615 2.267c.391.167.812.318 1.252.46a22 22 0 0 1 .996-2.717 22 22 0 0 1-1.005-2.733m6.142.668A2.05 2.05 0 0 1 14.043 12a2.05 2.05 0 0 1-2.049 2.049A2.05 2.05 0 0 1 9.947 12a2.05 2.05 0 0 1 2.047-2.049zm4.56 3.252a24 24 0 0 1-.58 1.08 26 26 0 0 1-.646 1.06 20 20 0 0 0 1.848-.357 19 19 0 0 0-.621-1.783zm-9.115.024a20 20 0 0 0-.605 1.77q.882.211 1.838.35a37 37 0 0 1-.647-1.044c-.21-.357-.4-.72-.586-1.076m9.99 2.728a21 21 0 0 1-2.849.492 21 21 0 0 1-1.851 2.24c1.461 1.35 2.834 2.086 3.763 2.086.205 0 .377-.034.514-.117.606-.352.864-1.685.654-3.396q-.083-.623-.23-1.305zm-10.845.01c-.098.454-.182.9-.23 1.32-.206 1.711.058 3.039.67 3.39.131.079.304.119.51.124.928 0 2.301-.743 3.763-2.102a21.5 21.5 0 0 1-1.867-2.244 22 22 0 0 1-2.846-.488m4.18.586c.41.528.83 1.007 1.246 1.437.41-.43.831-.91 1.232-1.437a26 26 0 0 1-2.478 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/protondrive.svg b/mkdocs-material/material/templates/.icons/simple/protondrive.svg new file mode 100644 index 0000000..953e096 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/protondrive.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 6.595v12.79c0 1.36-1.11 2.462-2.482 2.462h-1.62V9a2.925 2.925 0 0 0-2.93-2.914l-9.42.053a.94.94 0 0 1-.55-.172L4.905 4.493a2.9 2.9 0 0 0-1.694-.536H.1A2.47 2.47 0 0 1 2.482 2.15h4.657c.47 0 .928.148 1.305.424l1.559 1.134c.38.276.837.424 1.308.424h10.207A2.47 2.47 0 0 1 24 6.595M18.897 9v12.85H2.482A2.47 2.47 0 0 1 0 19.387V4.957h3.21c.4 0 .792.122 1.118.353l2.095 1.476a1.94 1.94 0 0 0 1.13.353l9.402-.052A1.92 1.92 0 0 1 18.897 9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/protonmail.svg b/mkdocs-material/material/templates/.icons/simple/protonmail.svg new file mode 100644 index 0000000..39fff86 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/protonmail.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.24 8.998 3.656-3.073v15.81H2.482C1.11 21.735 0 20.609 0 19.223V6.944l7.58 6.38a2.186 2.186 0 0 0 2.871-.042l4.792-4.284zm-5.456 3.538 1.809-1.616a2.44 2.44 0 0 1-1.178-.533L.905 2.395A.552.552 0 0 0 0 2.826v2.811l8.226 6.923a1.186 1.186 0 0 0 1.558-.024M23.871 2.463a.55.55 0 0 0-.776-.068l-3.199 2.688v16.653h1.623c1.371 0 2.481-1.127 2.481-2.513V2.824a.55.55 0 0 0-.129-.36z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/protonvpn.svg b/mkdocs-material/material/templates/.icons/simple/protonvpn.svg new file mode 100644 index 0000000..9169a91 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/protonvpn.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10.176 20.058.858-1.28 6.513-9.838c.57-.86.026-2.014-1.005-2.131L.378 4.95l8.373 15.055a.84.84 0 0 0 1.424.052h.001zM23.586 7.14l-9.662 14.61c-1.036 1.567-3.38 1.478-4.293-.162l-.093-.168c.3-.01.594-.086.855-.235a1.85 1.85 0 0 0 .612-.57l.86-1.28 6.516-9.844c.46-.694.525-1.56.173-2.314a2.38 2.38 0 0 0-1.899-1.364L.493 3.956l-.476-.054C-.163 2.392 1.101.95 2.784 1.143l18.991 2.16c1.856.21 2.835 2.289 1.812 3.838z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/protools.svg b/mkdocs-material/material/templates/.icons/simple/protools.svg new file mode 100644 index 0000000..e01871e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/protools.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.505 15.452Q.27 14.63.14 13.762.01 12.891.01 12q0-2.49.94-4.673.94-2.184 2.572-3.804Q5.155 1.902 7.339.938 9.523 0 12.012 0q2.465 0 4.65.94 2.183.962 3.815 2.583 1.633 1.62 2.572 3.804t.94 4.673q0 .869-.118 1.714-.118.846-.352 1.644.21.047.34.07l.13.024-1.363 3.429-.188-.012-.54-.106Q21.1 19.937 20.02 20.9q-1.057.987-2.325 1.668t-2.724 1.056q-1.433.376-2.96.376-1.55 0-3.005-.376-1.433-.375-2.7-1.068-1.269-.693-2.35-1.656-1.08-.963-1.878-2.16-.282.094-.434.117l-.153.024-1.48-3.382.118.012zM22.744 12q0-2.23-.846-4.18-.845-1.95-2.301-3.405-1.456-1.456-3.429-2.301-1.949-.846-4.156-.846-2.231 0-4.18.846-1.973.845-3.429 2.3Q2.947 5.872 2.102 7.82 1.256 9.77 1.256 12q0 .751.106 1.491t.317 1.444q.892-.516 2.02-1.972 1.127-1.456 1.808-2.912.352-.728.916-1.597.54-.869 1.338-1.632.799-.763 1.855-1.256 1.057-.517 2.396-.517 1.315 0 2.419.587 1.103.587 1.913 1.35t1.304 1.492q.516.727.657.986.165.282.47.94.329.633.728 1.361.4.728.822 1.433.423.68.798 1.033.259.258.564.446t.61.329q.212-.728.33-1.48.117-.751.117-1.526M12.012 22.732q1.338 0 2.583-.305 1.268-.33 2.383-.916 1.116-.587 2.055-1.41.94-.821 1.668-1.83-.94-.494-2.173-1.645-1.233-1.15-2.5-3.358-.142-.235-.494-.94-.352-.704-.857-1.455t-1.115-1.339-1.268-.587q-.681 0-1.386.634-.704.61-1.303 1.386-.6.775-1.022 1.503-.423.704-.54.916-1.174 2.066-2.477 3.205-1.304 1.139-2.29 1.656.728 1.01 1.667 1.831.963.846 2.079 1.433 1.115.587 2.36.892 1.268.329 2.63.329"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/protractor.svg b/mkdocs-material/material/templates/.icons/simple/protractor.svg new file mode 100644 index 0000000..f00cb8b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/protractor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.37 0 0 5.372 0 12s5.371 12 12 12 12-5.372 12-12S18.627 0 12 0m-.273 3.789v1.71h.545v-1.71a9.06 9.06 0 0 1 5.961 2.468l-1.277 1.278.386.386 1.277-1.278a9.06 9.06 0 0 1 2.469 5.96h-1.71v.546h1.717v2.001H2.905v-2H4.62v-.546H2.91a9.06 9.06 0 0 1 2.469-5.96L6.658 7.92l.386-.386-1.278-1.278a9.06 9.06 0 0 1 5.96-2.468zM12 6.965a5.91 5.91 0 0 0-5.913 5.912h11.824A5.91 5.91 0 0 0 12 6.965"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/proxmox.svg b/mkdocs-material/material/templates/.icons/simple/proxmox.svg new file mode 100644 index 0000000..49ce256 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/proxmox.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.928 1.825c-1.09.553-1.09.64-.07 1.78 5.655 6.295 7.004 7.782 7.107 7.782.139.017 7.971-8.542 8.058-8.801.034-.07-.208-.312-.519-.536-.415-.312-.864-.433-1.712-.467-1.59-.104-2.144.242-4.115 2.455-.899 1.003-1.66 1.833-1.66 1.833-.017 0-.76-.813-1.642-1.798S8.473 2.1 8.127 1.91c-.796-.45-2.421-.484-3.2-.086zM1.297 4.367C.45 4.695 0 5.007 0 5.248c0 .121 1.331 1.678 2.94 3.459 1.625 1.78 2.939 3.268 2.939 3.302s-1.331 1.522-2.94 3.303C1.314 17.11.017 18.683.035 18.822c.086.467 1.504 1.055 2.541 1.055 1.678-.018 2.058-.312 5.603-4.202 1.78-1.954 3.233-3.614 3.233-3.666 0-.069-1.435-1.694-3.199-3.63-2.3-2.508-3.423-3.632-3.96-3.874-.812-.398-2.126-.467-2.956-.138m18.467.12c-.502.26-1.764 1.505-3.943 3.891-1.763 1.937-3.199 3.562-3.199 3.631 0 .07 1.453 1.712 3.234 3.666 3.544 3.89 3.925 4.184 5.602 4.202 1.038 0 2.455-.588 2.542-1.055.017-.156-1.28-1.712-2.905-3.493-1.608-1.78-2.94-3.285-2.94-3.32s1.332-1.539 2.94-3.32C22.72 6.91 24.017 5.352 24 5.214c-.087-.45-1.366-.968-2.473-1.038-.795-.034-1.21.035-1.763.312zM7.954 16.973c-2.144 2.369-3.908 4.374-3.943 4.46-.034.07.208.312.52.537.414.311.864.432 1.711.467 1.574.103 2.161-.26 4.15-2.508.864-.968 1.608-1.78 1.625-1.78s.761.812 1.643 1.798c2.023 2.248 2.559 2.576 4.132 2.49.848-.035 1.297-.156 1.712-.467.311-.225.553-.467.519-.536-.087-.26-7.92-8.819-8.058-8.801-.069 0-1.867 1.954-4.011 4.34"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pterodactyl.svg b/mkdocs-material/material/templates/.icons/simple/pterodactyl.svg new file mode 100644 index 0000000..ee800dd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pterodactyl.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.236 3.775a8 8 0 0 0-.535.004c-.576 0-1.573.103-2.201.234-1.834.367-4.348 1.65-5.5 2.855-1.362 1.415-1.362 1.755 0 .917 1.074-.708 4.663-2.227 5.187-2.227.157 0 .287.106.287.264 0 .13.524-.132 1.153-.604.628-.445 1.363-.969 1.625-1.152.334-.197.372-.275-.016-.291m1.262 2.449c-.475.01-.894.041-1.143.094-1.676.34-3.457 1.388-5.29 3.117-.97.917-1.782 1.571-1.782 1.414s.104-.367.262-.445c.419-.262 2.698-3.56 2.54-3.692-.209-.236-3.902 1.57-5.605 2.723-1.99 1.362-4.19 3.746-4.95 5.422-.34.707-.575 1.336-.523 1.389.053.026.89-.525 1.86-1.258.969-.734 1.833-1.257 1.912-1.178s-.42.732-1.127 1.44c-.707.733-1.206 1.31-1.127 1.31s1.152-.42 2.357-.943l2.174-.916.395.601c1.283 1.991 3.325 2.882 6.547 2.803 1.729-.026 2.096.028 2.986.656.55.367 1.153.68 1.336.68s.393.183.498.393c.079.21.418.394.733.394.524-.026.55-.053.158-.289-.262-.13-.473-.394-.473-.55 0-.158.21-.444.473-.628.419-.314.419-.34 0-.367-.236 0-.525.105-.604.262-.288.471-1.1.261-1.545-.367-.393-.629-.393-.655.577-.97l.968-.314-1.832-.89c-.995-.472-2.044-.865-2.306-.865-.42 0-.47-.13-.313-.864.603-2.829 3.325-4.794 8.46-6.103C23.133 8.02 24 7.733 24 7.628c0-.288-4.166-1.23-6.026-1.361a15 15 0 0 0-1.476-.043m-12.354 5.36c.157 0 .159.156-.05.392-.184.236-.394.341-.446.29-.183-.184.182-.683.496-.683zm13.07 6.023a.54.54 0 0 0-.417.264c-.079.13-.054.261.103.261.131 0 .342-.13.42-.261.079-.157.052-.264-.105-.264zm-2.827.787c-.577 0-.628.052-.34.393.183.21.628.392.968.392.577 0 .628-.052.34-.392-.183-.21-.628-.393-.968-.393"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pubg.svg b/mkdocs-material/material/templates/.icons/simple/pubg.svg new file mode 100644 index 0000000..e857195 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pubg.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.425 20.693c-.107-.247-.132-.4-.131-.8 0-.376.015-.478.208-1.416a38 38 0 0 0 .2-1.015c-.1-.056-.481-.376-.7-.587-.49-.472-.799-.938-.942-1.415-.059-.195-.067-.282-.056-.592.013-.341.02-.378.127-.599a2 2 0 0 1 .257-.39c.14-.15.145-.161.188-.465.024-.171.072-.493.105-.715.054-.36.056-.424.018-.592a2.84 2.84 0 0 1 .082-1.529c.358-.99 1.39-1.681 3-2.007 1.226-.249 2.815-.265 4.374-.045 1.537.218 3.344.715 5.011 1.38.214.086.392.152.396.148.014-.014-1.28-.668-1.61-.814A17 17 0 0 0 8.28 8.073C7.472 7.92 7.22 7.9 6.147 7.9c-.931 0-1.068.007-1.46.073a7 7 0 0 0-.836.18c-.1.03-.056-.046.082-.141.516-.356 1.36-.69 2.23-.886.853-.191.851-.177.023-.165-.407.006-.74.002-.74-.009s.025-.041.055-.068a10 10 0 0 0 .342-.376c.493-.56 1.253-1.22 1.923-1.667 1.278-.854 2.553-1.345 4.124-1.588.51-.08 2.061-.08 2.6 0 1.682.245 2.964.707 4.14 1.49.554.37.864.624 1.339 1.101.953.958 1.613 2.02 2.191 3.527.31.808.601 1.76.756 2.474l.072.331.164.115c.09.063.183.152.206.198s.166.448.316.894c.151.445.286.814.3.82s.026.111.026.234c0 .213-.004.225-.086.264-.106.05-1.037.255-1.16.255-.127 0-.23-.11-.322-.343l-.177-.436c-.054-.128-.172-.416-.263-.638-.302-.739-.295-.725-.394-.766-.08-.033-.128-.026-.393.064-.166.057-.35.13-.407.165a.55.55 0 0 0-.221.4c-.001.091.23.762.289.84.067.089 1.591 1.11 1.688 1.131.06.013.253-.014.528-.074l.438-.094c.003 0 .016.215.028.478.021.45.018.486-.043.607-.104.204-.003.16-1.67.723-1.314.444-1.564.497-2.353.497a4.5 4.5 0 0 1-2.388-.644c-.48-.283-1.052-.767-1.224-1.037-.133-.209-.16-.04.34-2.195.1-.427.194-.781.211-.787.017-.005.09.1.163.236s.164.266.202.29.287.14.552.259c.409.182.515.217.695.228a.82.82 0 0 0 .79-.41c.083-.131.097-.2.213-1.07l.158-1.178c.098-.725.09-.957-.046-1.248-.153-.327-.328-.474-.881-.741-.918-.444-.862-.435-1.279-.204-.158.088-.29.161-.293.164a8 8 0 0 0 .313-.006l.318-.01.52.24c.408.19.555.275.678.392.301.29.393.655.31 1.241-.052.37-.085.458-.23.615-.185.202-.334.269-.596.27-.208 0-.243-.01-.732-.24-.509-.24-.516-.242-.79-.249l-.276-.007-.039.156-.166.685c-.162.673-.477 1.976-.735 3.038-.11.454-.258 1.063-.327 1.355-.159.668-.214.86-.307 1.075-.219.503-.689.99-1.2 1.245-.578.287-1.076.342-1.828.205a45 45 0 0 0-4.48-.615c-.606-.053-2.655-.053-3.051 0-.826.111-1.187.19-1.535.337a1.93 1.93 0 0 0-.847.672c-.174.257-.253.71-.191 1.092.029.177-.008.192-.079.03zm.317-3.394c0-.028.06-.365.165-.929.1-.538.212-.748.576-1.086.604-.56 1.758-.924 3.331-1.05.557-.045 2.451-.014 3.072.05 1.287.131 1.77.195 2.88.38.906.151.886.15.7.073a58 58 0 0 0-2.054-.744c-1.222-.412-1.941-.578-3.207-.74-.625-.08-2.496-.081-3.082-.001-1.13.154-1.95.382-2.568.717-.523.282-.895.643-1.049 1.02-.09.22-.075.702.03.956.124.299.332.586.65.9.436.428.556.526.556.454m-.558-4.09c.15-.107.649-.33.963-.43.525-.169.957-.256 1.805-.367.497-.065 2.617-.093 3.284-.043l.716.053c.286.022.316-.01.392-.418l.184-.974c.19-1 .248-1.318.249-1.375 0-.105-.107-.19-.281-.217-.792-.129-2.275-.198-3.255-.153-2.203.1-3.583.628-4.102 1.566a1.6 1.6 0 0 0-.219.662q-.018.188.01.105c.143-.436.52-.88.926-1.094.237-.125.26-.132.26-.088 0 .015-.063.058-.14.096q-.273.131-.513.593c-.153.295-.193.468-.297 1.291a61 61 0 0 1-.096.74c-.021.135-.008.14.114.053m9.586-.184c.066-.052.078-.085.078-.236 0-.159-.01-.184-.102-.266-.12-.108-.188-.114-.298-.028-.161.128-.122.44.069.544.11.06.16.057.253-.014m7.349-1.91c.223-.15.319-.421.251-.712-.118-.515-.662-.73-.966-.384-.283.322-.166.91.22 1.1.178.088.361.087.495-.004m-.321-.32c-.187-.102-.245-.433-.103-.586.108-.117.285-.115.4.006.166.172.172.42.016.551-.105.088-.19.096-.313.029m-6.548-.146c.098-.139.036-.446-.105-.521-.09-.049-.204-.039-.257.022-.14.16-.142.312-.003.476.1.12.29.132.366.023z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/publons.svg b/mkdocs-material/material/templates/.icons/simple/publons.svg new file mode 100644 index 0000000..e0ddc5f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/publons.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0v24h24V0zm10.34 5.1c.083.014.114.096.156.158.054.354.1.71.154 1.065.157-.162.31-.328.49-.464.867-.666 2.05-.94 3.11-.63.72.21 1.315.72 1.756 1.316.187.263.348.547.45.855.198.582.225 1.206.198 1.815-.053 1.12-.433 2.244-1.169 3.103a4.03 4.03 0 0 1-2.616 1.41 4.4 4.4 0 0 1-2.188-.317q.029 1.514.038 3.028c.021.465-.021.938.087 1.396.031.14.123.292.28.308.302.036.608.013.912.02.057 0 .13.037.126.101.004.186.009.373-.004.56-.046.092-.17.07-.255.072a44 44 0 0 0-4.437 0l-.07-.056c-.004-.22-.063-.467.034-.671.3-.035.606.02.904-.032.191-.048.268-.26.295-.434.04-.32.027-.642.042-.963V8.348c0-.156.006-.31-.008-.465a.89.89 0 0 0-.34-.656c-.203-.158-.438-.265-.662-.388-.082-.052-.181-.097-.229-.187a1 1 0 0 1 .008-.337c.056-.066.144-.086.219-.122.73-.315 1.456-.636 2.185-.952.17-.068.346-.144.533-.144zm1.99 1.146c-.053 0-.104 0-.156.013a2.12 2.12 0 0 0-1.493.86c.005 1.44 0 2.88.003 4.32.005.327.073.676.302.924.524.512 1.302.692 2.014.593.577-.096 1.037-.538 1.279-1.054.344-.736.395-1.571.335-2.371-.053-.655-.181-1.312-.449-1.915-.184-.407-.442-.793-.811-1.054a1.7 1.7 0 0 0-1.024-.313z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pubmed.svg b/mkdocs-material/material/templates/.icons/simple/pubmed.svg new file mode 100644 index 0000000..263864b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pubmed.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m8.23 7.982.006-1.005C7.846 1.417 5.096 0 5.096 0l.048 2.291C3.73 1.056 2.6 1.444 2.6 1.444l.118 15.307s4.218-1.796 5.428 5.505C10.238 13.535 21.401 24 21.401 24V9S10.52-.18 8.231 7.982zm9.79 9.941-1.046-5.232-1.904 4.507h-.96l-1.72-4.301-1.046 5.04H9.321l2.093-9.39h.802l2.491 5.543 2.508-5.557h.869l2.075 9.39h-2.138z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pug.svg b/mkdocs-material/material/templates/.icons/simple/pug.svg new file mode 100644 index 0000000..26361ea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pug.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.094 4.636c-2.066 0-3.682.204-4.922.57l.091-.084c.038-.037-.05-.062-.228-.068-.534-.018-1.867.143-2.99.705C2.772 6.358-.073 9.504 0 9.69s1.46 1.345 1.872 1.795c.262.3 1.048 2.959 1.76 2.51.188-.131.265-.651.33-1.293.058.497.115 1.013.193 1.48.112.749 1.087 1.347 1.2 2.059.138 1.014.76 1.723 1.98 2.174.484.668 1.238.33 1.8.634.9.487 1.91.262 2.92.262 1.012 0 1.985.186 2.92-.3.577-.3 1.32.03 1.81-.58 1.225-.45 1.831-1.164 1.972-2.19.112-.712 1.048-1.31 1.16-2.059.064-.38.11-.802.158-1.203.057.5.13.904.291 1.016.674.449 1.498-2.21 1.76-2.51.412-.45 1.797-1.608 1.872-1.795.074-.188-2.808-3.333-4.08-3.932-1.124-.562-2.457-.723-2.991-.705-.167.005-.245.029-.225.062-1.174-.308-2.672-.48-4.61-.48m.03.5c2.203 0 3.848.225 5.01.615.133.045.238.098.358.147.69.715 1.624 1.83 2.014 3.117.025.08.04.166.063.248v.008c.045.77.316 1.417.23 1.99-.153.998-.228 1.973-.373 2.84l-.002.004v.004c-.029.192-.218.476-.478.807-.261.33-.596.702-.682 1.248v.006l-.002.003c-.1.733-.42 1.2-1.17 1.582.125-.444.205-1.055.205-1.963.037-1.123.077-1.572-.86-2.695a5.53 5.53 0 0 0-2.792-1.898c-.111-.39-.722-.836-1.551-.836s-1.415.422-1.535.82a5.53 5.53 0 0 0-2.846 1.914c-.936 1.123-.86 1.61-.86 2.696 0 .903.08 1.513.203 1.96-.77-.384-1.107-.856-1.207-1.58v-.01c-.087-.553-.437-.923-.707-1.253s-.462-.617-.49-.801l-.002-.004V14.1c-.144-.867-.22-1.84-.373-2.838v-.002c-.085-.573.183-1.22.229-1.99v.015c.013-.143.017-.24.025-.37.36-1.16 1.153-2.173 1.805-2.876a6 6 0 0 1 .724-.289c1.192-.391 2.86-.615 5.063-.615M6.913 8.94a1.647 1.647 0 0 0-1.635 1.648 1.647 1.647 0 0 0 1.648 1.647 1.7 1.7 0 0 0 .442-.06q.523-.564 1.111-1.042a1.7 1.7 0 0 0 .094-.545 1.647 1.647 0 0 0-1.647-1.648zm10.297 0a1.647 1.647 0 0 0-1.637 1.648 1.65 1.65 0 0 0 .15.684q.47.396.895.848a1.7 1.7 0 0 0 .604.115 1.647 1.647 0 0 0 1.646-1.647 1.647 1.647 0 0 0-1.646-1.648zm-9.871.486a.41.41 0 0 1 .41.412.41.41 0 0 1-.41.412.41.41 0 0 1-.413-.412.41.41 0 0 1 .413-.412m9.47 0a.41.41 0 0 1 .413.412.41.41 0 0 1-.412.412.41.41 0 0 1-.412-.412.41.41 0 0 1 .412-.412m-5.109 1.486a.15.3 17.23 0 1 .03.004.15.3 17.23 0 1 .054.33.15.3 17.23 0 1-.232.243.15.3 17.23 0 1-.053-.33.15.3 17.23 0 1 .201-.247m.672.022a.3.15 75.54 0 1 .205.254.3.15 75.54 0 1-.07.328.3.15 75.54 0 1-.22-.252.3.15 75.54 0 1 .07-.328.3.15 75.54 0 1 .015-.002m-.316.476s.035.226.185.301.862-.15.862-.15c-.337.262-.973.263-.973.338v.373c0 .408.026 1.461-.031 1.685.823.005 2.09 1.126 2.09 2.508v.075c-.038-1.348-1.61-2.434-2.096-2.434-.487 0-2.06 1.048-2.098 2.434v-.075c0-1.362 1.233-2.47 2.057-2.506-.07-.551-.073-1.137-.073-1.687V11.9a5 5 0 0 0-.656-.237c.185.033.371.05.545.05.15-.076.188-.302.188-.302M9.015 12.76h.008a.15.15 0 0 1 .15.15.15.15 0 0 1-.15.151.15.15 0 0 1-.15-.15.15.15 0 0 1 .142-.15m1.124 0h.007a.15.15 0 0 1 .15.15.15.15 0 0 1-.15.151.15.15 0 0 1-.15-.15.15.15 0 0 1 .143-.15m3.67 0h.007a.15.15 0 0 1 .15.15.15.15 0 0 1-.15.151.15.15 0 0 1-.15-.15.15.15 0 0 1 .143-.15m1.123 0h.008a.15.15 0 0 1 .15.15.15.15 0 0 1-.15.151.15.15 0 0 1-.15-.15.15.15 0 0 1 .142-.15m-5.653.899h.008a.15.15 0 0 1 .148.15.15.15 0 0 1-.148.15.15.15 0 0 1-.15-.15.15.15 0 0 1 .142-.15m5.391 0h.006a.15.15 0 0 1 .15.15.15.15 0 0 1-.15.15.15.15 0 0 1-.149-.15.15.15 0 0 1 .143-.15"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pulumi.svg b/mkdocs-material/material/templates/.icons/simple/pulumi.svg new file mode 100644 index 0000000..6080014 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pulumi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.997 0C10.226 0 8.79.83 8.79 1.856c0 1.025 1.436 1.856 3.207 1.856 1.772 0 3.208-.831 3.208-1.856S13.77 0 11.997 0M5.95 3.488c-1.772 0-3.208.83-3.208 1.856C2.742 6.369 4.178 7.2 5.95 7.2c1.771 0 3.207-.831 3.207-1.856S7.721 3.488 5.95 3.488m12.103 0c-1.772 0-3.208.83-3.208 1.856 0 1.025 1.436 1.856 3.208 1.856 1.771 0 3.207-.831 3.207-1.856s-1.436-1.856-3.207-1.856m-6.056 3.495c-1.771 0-3.207.831-3.207 1.856s1.436 1.856 3.207 1.856c1.772 0 3.208-.83 3.208-1.856 0-1.025-1.436-1.856-3.208-1.856m-10.127.67a1.16 1.16 0 0 0-.55.151c-.888.513-.89 2.172-.004 3.706s2.324 2.362 3.211 1.85c.888-.513.89-2.171.003-3.706-.72-1.246-1.803-2.027-2.66-2zm20.257.004c-.857-.026-1.941.754-2.661 2-.886 1.535-.884 3.194.003 3.707.888.512 2.325-.316 3.211-1.85s.885-3.193-.003-3.706a1.16 1.16 0 0 0-.55-.15zm-6.048 3.492c-.857-.026-1.94.754-2.66 2-.886 1.535-.885 3.194.003 3.706.887.513 2.325-.316 3.21-1.85.887-1.534.885-3.193-.003-3.706a1.16 1.16 0 0 0-.55-.15m-8.16.001a1.16 1.16 0 0 0-.55.151c-.888.513-.89 2.172-.004 3.706.886 1.535 2.324 2.363 3.211 1.85.888-.512.89-2.171.003-3.705-.72-1.247-1.803-2.028-2.66-2.002m-6.047 3.494a1.16 1.16 0 0 0-.55.151c-.888.513-.89 2.172-.004 3.706s2.324 2.362 3.212 1.85c.887-.513.888-2.172.003-3.706-.72-1.246-1.804-2.027-2.661-2.001m20.258.002c-.857-.026-1.941.755-2.66 2.001-.887 1.535-.885 3.193.003 3.706.887.512 2.325-.316 3.21-1.85.886-1.534.885-3.193-.003-3.706a1.16 1.16 0 0 0-.55-.15zm-6.047 3.492c-.858-.026-1.942.754-2.661 2-.886 1.535-.885 3.194.003 3.706.888.513 2.325-.315 3.21-1.85.887-1.533.885-3.193-.002-3.705a1.16 1.16 0 0 0-.55-.151m-8.163.003a1.16 1.16 0 0 0-.55.151c-.887.513-.889 2.172-.003 3.706s2.323 2.363 3.211 1.85.89-2.171.004-3.706c-.72-1.246-1.804-2.027-2.662-2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/puma.svg b/mkdocs-material/material/templates/.icons/simple/puma.svg new file mode 100644 index 0000000..cad816e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/puma.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.845 3.008c-.417-.533-1.146-.106-1.467.08-2.284 1.346-2.621 3.716-3.417 5.077-.626 1.09-1.652 1.89-2.58 1.952-.686.049-1.43-.084-2.168-.405-1.807-.781-2.78-1.792-3.017-1.97-.487-.37-4.23-4.015-7.28-4.164 0 0-.372-.75-.465-.763-.222-.025-.45.451-.616.501-.15.053-.413-.512-.565-.487-.153.02-.302.586-.6.877-.22.213-.486.2-.637.463-.052.096-.034.265-.093.42-.127.32-.551.354-.555.697 0 .381.357.454.669.72.248.212.265.362.554.461.258.088.632-.187.964-.088.277.081.543.14.602.423.054.256 0 .658-.34.613-.112-.015-.598-.174-1.198-.11-.725.077-1.553.309-1.634 1.11-.041.447.514.97 1.055.866.371-.071.196-.506.399-.716.267-.27 1.772.944 3.172.944.593 0 1.031-.15 1.467-.605.04-.029.093-.102.155-.11a.6.6 0 0 1 .195.088c1.131.897 1.984 2.7 6.13 2.721.582.007 1.25.279 1.796.777.48.433.764 1.125 1.037 1.825.418 1.053 1.161 2.069 2.292 3.203.06.068.99.78 1.06.833.012.01.084.167.053.255-.02.69-.123 2.67 1.365 2.753.366.02.275-.231.275-.41-.005-.341-.065-.685.113-1.04.253-.478-.526-.709-.509-1.756.019-.784-.645-.651-.984-1.25-.19-.343-.368-.532-.35-.946.073-2.38-.517-3.948-.805-4.327-.227-.294-.423-.403-.207-.54 1.24-.815 1.525-1.574 1.525-1.574.66-1.541 1.256-2.945 2.075-3.57.166-.12.589-.44.852-.56.763-.362 1.173-.578 1.388-.788.356-.337.635-1.053.294-1.48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/puppet.svg b/mkdocs-material/material/templates/.icons/simple/puppet.svg new file mode 100644 index 0000000..a937076 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/puppet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.984 21.611H6.595v-2.388h2.39zM6.595 2.39h2.39v2.388h-2.39zm13.198 6.028h-5.48l.001-.002-2.941-2.941V0H4.207v7.166h5.48l2.938 2.938.002-.001v3.794l-.003-.003-2.94 2.94H4.207V24h7.166v-5.477l2.94-2.94h5.48z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/puppeteer.svg b/mkdocs-material/material/templates/.icons/simple/puppeteer.svg new file mode 100644 index 0000000..6d48f50 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/puppeteer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.89 17.86h.397v.174h.028a.466.466 0 0 1 .619-.155l-.11.373a.36.36 0 0 0-.184-.043.29.29 0 0 0-.243.11.47.47 0 0 0-.082.29v.635h-.424zm-.26 1.048a.77.77 0 0 1-.27.28.74.74 0 0 1-.398.101.8.8 0 0 1-.3-.054.8.8 0 0 1-.237-.155.7.7 0 0 1-.214-.529q0-.15.056-.282a.7.7 0 0 1 .156-.235.73.73 0 0 1 .529-.22.75.75 0 0 1 .302.056.64.64 0 0 1 .353.384.85.85 0 0 1 .037.402h-1.02q.03.135.127.198a.4.4 0 0 0 .214.062.35.35 0 0 0 .32-.18zm-.376-.54a.2.2 0 0 0-.03-.074.2.2 0 0 0-.058-.07.3.3 0 0 0-.093-.054.325.325 0 0 0-.43.198zm-1.242.54a.77.77 0 0 1-.27.28.74.74 0 0 1-.397.101.8.8 0 0 1-.3-.054.8.8 0 0 1-.237-.155.7.7 0 0 1-.215-.529q0-.15.057-.282a.7.7 0 0 1 .155-.235.73.73 0 0 1 .529-.22q.172 0 .302.056a.64.64 0 0 1 .353.384.85.85 0 0 1 .037.402h-1.02q.03.135.127.198a.4.4 0 0 0 .215.062.35.35 0 0 0 .32-.18zm-.376-.54a.2.2 0 0 0-.028-.074.2.2 0 0 0-.06-.07.3.3 0 0 0-.093-.054.325.325 0 0 0-.43.198zm-1.918-.144-.243-.004.004-.388.25.012-.007-.41.412.004-.016.39.367.02-.012.355-.365.008.013.47c-.012.092.022.145.027.194.08.1.137.068.137.068.02-.008.162-.027.177-.038l.04.388c-.138.082-.377.036-.377.036-.253-.037-.383-.217-.384-.293-.025-.068-.018-.21-.029-.29zm-.412.717c-.037.126-.172.218-.283.285a.77.77 0 0 1-.406.11 1 1 0 0 1-.32-.077c-.09-.038-.165-.113-.233-.18-.068-.065-.093-.142-.131-.23a.8.8 0 0 1-.045-.31c-.015-.194.126-.378.212-.505.28-.238.49-.22.49-.22.387-.075.696.288.718.437.03.086.022.18.022.28-.005.054 0 .05-.031.125h-1.037c.02.09.063.192.104.24.048.06.128.06.207.06s.163.002.214-.032c.053-.034.172-.072.203-.125zm-.37-.558a.4.4 0 0 0-.04-.097c-.014-.026-.05-.046-.076-.066-.024-.023-.071-.037-.109-.05a.3.3 0 0 0-.121-.023.27.27 0 0 0-.168.053c-.057.037-.097.12-.123.19zm-2.34-.372h.028a.4.4 0 0 1 .147-.138.5.5 0 0 1 .254-.06.62.62 0 0 1 .467.207.7.7 0 0 1 .147.232q.053.135.053.3a.8.8 0 0 1-.053.3.7.7 0 0 1-.147.234.65.65 0 0 1-.467.203.5.5 0 0 1-.254-.056.4.4 0 0 1-.147-.142h-.028l.028.198v.565H10.2V17.86h.396zm.336.198a.34.34 0 0 0-.31.201.4.4 0 0 0-.026.141q0 .08.025.145a.4.4 0 0 0 .074.107q.048.041.107.068a.38.38 0 0 0 .257 0 .4.4 0 0 0 .108-.068.3.3 0 0 0 .073-.107.4.4 0 0 0 .028-.145.34.34 0 0 0-.336-.342m-2.026-.198h.03a.4.4 0 0 1 .146-.138.5.5 0 0 1 .254-.06.62.62 0 0 1 .466.207.7.7 0 0 1 .147.232q.054.135.054.3a.8.8 0 0 1-.054.3.7.7 0 0 1-.147.234.65.65 0 0 1-.466.203.5.5 0 0 1-.254-.056.4.4 0 0 1-.147-.142h-.029l.03.198v.565H8.51V17.86h.395zm.337.198a.34.34 0 0 0-.31.201.4.4 0 0 0-.027.141q.001.08.026.145a.4.4 0 0 0 .073.107q.048.041.108.068a.38.38 0 0 0 .257 0 .4.4 0 0 0 .107-.068.3.3 0 0 0 .074-.107.4.4 0 0 0 .028-.145.34.34 0 0 0-.21-.316.3.3 0 0 0-.126-.026m-1.433.86h-.028a.47.47 0 0 1-.424.22q-.261 0-.387-.167a.7.7 0 0 1-.128-.438v-.825h.424v.777q0 .114.054.187.053.07.167.07a.25.25 0 0 0 .217-.11.5.5 0 0 0 .077-.288v-.636h.424v1.385H7.81zm-2.594.175V17.22h.724a.8.8 0 0 1 .285.048.7.7 0 0 1 .23.136.6.6 0 0 1 .15.206.7.7 0 0 1 .053.27.7.7 0 0 1-.054.267.62.62 0 0 1-.379.342.8.8 0 0 1-.285.048h-.283v.707zm.738-1.125q.137 0 .206-.068a.23.23 0 0 0 .068-.172.23.23 0 0 0-.068-.173q-.068-.068-.206-.068h-.297v.48zM18.04 2.758l-.594.05.236 2.932.626.363zm-12.016.01L5.728 6.01l.624-.3.266-2.89zm-.49 5.183-.044.557-1.247 3.137c-.216.224-.308.514-.307.825L3.93 22.84c0 .669.49 1.16 1.158 1.16H18.82c.67 0 1.25-.444 1.25-1.11V12.485c0-.306-.1-.56-.286-.774L18.44 7.748l-.006-.068-.575.257.267 3.33H5.846l.237-2.615.226-.588L6.143 8l.002-.03zm13.112 2.34.323.987c-.088-.014-.158-.006-.245-.01zm-13.316.232-.084.744c-.058-.005-.12.005-.172.007zm-.18 1.134 13.67.008c.47 0 .853.344.853.815v.796H4.313v-.796c0-.47.364-.823.837-.823m.135.553a.27.27 0 0 0-.272.27c0 .36.542.36.542 0a.27.27 0 0 0-.27-.27m.92 0c-.36 0-.36.54 0 .54s.362-.54.002-.54zm.896 0c-.39-.034-.39.572 0 .538.33-.028.33-.51 0-.538m-2.788 1.424h15.36v9.153c0 .595-.38.846-.853.845l-13.668-.004a.83.83 0 0 1-.84-.841zm1.883 4.42c.07-.117.07-.11.068-.186-.008-.073-.004-.076-.053-.135-.054-.054-.123-.138-.2-.134h-.387l-.02.55h.407c.122-.002.16-.084.185-.094zm-.185-.83a.58.58 0 0 1 .442.171q.165.176.164.465a.65.65 0 0 1-.16.462c-.117.12-.263.21-.43.203l-.4.008-.004.774-.412-.013-.005-2.088zm1.793 1.26-.012-.624.366-.004.004 1.435-.36.004v-.122a.58.58 0 0 1-.432.15.56.56 0 0 1-.413-.156c-.103-.11-.13-.31-.123-.46l-.004-.847h.372l-.008.77a.33.33 0 0 0 .075.23.25.25 0 0 0 .198.09q.337 0 .336-.468zm1.805.077a.36.36 0 0 0-.11-.272c-.07-.073-.115-.118-.218-.115-.1 0-.186.018-.266.094a.39.39 0 0 0-.116.293q0 .18.117.29c.07.073.168.114.27.114.102.003.166-.053.238-.126.087-.094.06-.21.085-.278m-.262-.76c.176 0 .333.11.466.245a.7.7 0 0 1 .197.515.7.7 0 0 1-.197.512c-.093.16-.31.255-.486.254-.16.005-.36-.066-.428-.197l.004.76-.4.006-.02-2.04.416-.02v.157c.126-.103.285-.2.448-.193zm2.002.764c-.014-.16-.044-.203-.117-.283-.072-.074-.117-.087-.22-.085-.1 0-.178-.005-.257.07a.39.39 0 0 0-.116.294q0 .18.116.29c.07.073.168.114.27.114.102.003.154-.065.226-.137.073-.08.086-.175.098-.263m-.318-.75c.177 0 .389.096.522.23a.71.71 0 0 1 .198.516.7.7 0 0 1-.198.512c-.105.15-.344.255-.522.254a.48.48 0 0 1-.392-.197v.75l-.405.01-.023-2.034h.428v.137c.126-.103.23-.183.392-.177zm1.268.576.637-.008c-.017-.074-.063-.12-.124-.166a.36.36 0 0 0-.406.003c-.085.068-.054.056-.107.17zm.313-.575c.179-.003.425.078.552.203.133.13.157.308.166.512l-.031.125h-1.03c.02.095.044.186.104.244.059.056.153.07.234.07a.5.5 0 0 0 .383-.17l.316.141c-.046.14-.187.223-.304.296a.76.76 0 0 1-.408.094c-.184.003-.378-.116-.507-.247a.72.72 0 0 1-.2-.523c0-.21.094-.382.23-.518.13-.132.31-.232.495-.227m1.673 1.127c.08-.003.11.002.178-.038l.04.388c-.107.063-.135.038-.26.042a.63.63 0 0 1-.416-.155c-.094-.09-.097-.26-.097-.443l-.012-.513-.243-.004.004-.388.25.012-.007-.41.412.004-.016.39.367.02-.012.355-.365.008.003.507c.002.155.042.225.175.225zm.75-.54h.654a.32.32 0 0 0-.12-.186.36.36 0 0 0-.407.003.3.3 0 0 0-.127.184zm.338-.587c.185 0 .368.092.5.22.133.13.173.295.183.5v.12h-1.03a.4.4 0 0 0 .12.228.3.3 0 0 0 .218.086c.155 0 .297-.06.367-.18l.3.15c-.05.13-.12.19-.238.262a.96.96 0 0 1-.452.125.71.71 0 0 1-.502-.224.77.77 0 0 1-.208-.542c0-.21.106-.382.24-.518.132-.132.316-.232.5-.227zm1.27.587h.654a.32.32 0 0 0-.12-.186.36.36 0 0 0-.407.003.3.3 0 0 0-.127.184zm.337-.587a.74.74 0 0 1 .5.22c.134.13.174.295.184.5v.12h-1.03a.4.4 0 0 0 .12.228.3.3 0 0 0 .217.086c.154 0 .297-.06.368-.18l.3.15c-.05.13-.12.19-.238.262a.96.96 0 0 1-.454.125.71.71 0 0 1-.5-.224.77.77 0 0 1-.208-.542c0-.21.106-.382.24-.518.13-.132.315-.232.5-.227zm1.938.04-.067.364-.18-.023c-.322 0-.36.207-.36.595v.49l-.393.005.008-1.43h.365l-.004.22c.145-.17.215-.286.63-.22zM17.535 7.91l.02-.366 1.317-.687.007.396zM5.04 6.84l1.35.68-.008.393-1.314-.65zm7.21-1.748 4.839 2.448v.392l-4.851-2.46zM6.874 7.51l4.894-2.42-.007.374-4.893 2.444zm3.467-3.974L5.418 1.099 6.64.494l5.352 2.744L17.335.466l1.257.65-4.926 2.478c-.196.098-.13.388.067.486l4.838 2.42-1.22.622-5.353-2.697L6.62 7.129l-1.273-.634 4.998-2.483a.266.266 0 0 0-.004-.477zM5.059 1.888l.007-.377 4.607 2.276-.348.2zm9.648 2.077-.41-.184 4.596-2.303-.028.412zm.422.306 4.124-2.07a.12.12 0 0 0 .07-.11v-.98c0-.046-.008-.136-.05-.157l-1.94-.94a.12.12 0 0 0-.113 0l-5.167 2.623a.12.12 0 0 1-.11 0L6.679.015a.12.12 0 0 0-.11 0L4.616.938c-.04.02-.02.11-.02.157v.995c0 .047.026.09.07.11l4.14 2.047L4.69 6.239c-.04.02-.108.062-.11.108l.017 1.034a.12.12 0 0 0 .068.113l1.933.986c.034.018.122.03.157.014l5.186-2.602a.12.12 0 0 1 .11 0l5.12 2.603a.12.12 0 0 0 .11 0l1.972-.954c.042-.02.103-.05.104-.096l-.007-1.033c0-.047-.047-.15-.09-.17z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/purescript.svg b/mkdocs-material/material/templates/.icons/simple/purescript.svg new file mode 100644 index 0000000..6b329c3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/purescript.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.166 4.6-1.24 1.24 3.97 3.97-3.97 3.97 1.24 1.24 4.58-4.6a.87.87 0 0 0 0-1.23zM6.955 6.74l1.87 1.75h8.23l-1.87-1.75zm-2.1 2.24-4.6 4.6a.87.87 0 0 0 0 1.23l4.6 4.59 1.23-1.24-3.97-3.97 3.97-3.97-1.24-1.24zm3.97 2.14-1.87 1.76h8.23l1.87-1.76zm-1.87 4.39 1.87 1.75h8.23l-1.87-1.75z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/purgecss.svg b/mkdocs-material/material/templates/.icons/simple/purgecss.svg new file mode 100644 index 0000000..259a757 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/purgecss.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.373 0 12a12 12 0 0 0 9.764 11.791c.048-1.003.052-2.55.047-9.967 0-5.484.003-9.995.013-10.023.028-.08 2.26-.042 2.678.047a4.9 4.9 0 0 1 3.078 2.08 4.834 4.834 0 0 1-.7 6.164c-.924.878-2.041 1.334-3.29 1.334-.225 0-.29.012-.305.068-.01.043-.02 2.418-.014 5.287v5.196A12 12 0 0 0 12 24c6.627 0 12-5.373 12-12S18.627 0 12 0m-.691 4.31q-.018.004-.02.063c-.018.245-.023 8.358-.004 8.39.01.02.075-.014.145-.07 2.673-1.952 3.467-2.792 3.738-3.939.14-.746-.174-1.466-1.01-2.3-.699-.72-1.692-1.358-2.779-2.099-.038-.033-.058-.047-.07-.044z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/purism.svg b/mkdocs-material/material/templates/.icons/simple/purism.svg new file mode 100644 index 0000000..9b0e9e7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/purism.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 19.588H0V4.412h24zM2.824 16.765h18.352v-9.53H2.824Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pushbullet.svg b/mkdocs-material/material/templates/.icons/simple/pushbullet.svg new file mode 100644 index 0000000..d91c418 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pushbullet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0m0 1.688A10.31 10.31 0 0 1 22.312 12 10.31 10.31 0 0 1 12 22.312 10.31 10.31 0 0 1 1.688 12 10.31 10.31 0 0 1 12 1.688M7.258 6.92a.659.772 0 0 0-.659.772v8.643a.603.603 0 0 0 .603.603h1.733a.603.603 0 0 0 .603-.603V7.692a.659.772 0 0 0-.658-.772zm6.94.001q-1.462.007-2.867.002c-.28 0-.474.254-.534.499a1.7 1.7 0 0 0-.043.405q.007 4.28.007 8.47c0 .397.21.643.589.641q1.503-.005 2.895 0c.058 0 .129.022.176.02q1.236-.027 2.182-.698c2.02-1.43 2.554-4.264 1.662-6.47-.574-1.417-1.743-2.573-3.27-2.82a5 5 0 0 0-.797-.049"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pusher.svg b/mkdocs-material/material/templates/.icons/simple/pusher.svg new file mode 100644 index 0000000..6f85d58 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pusher.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 23.966v-6.017a.04.04 0 0 1 .018-.03l7.732-4.465a.04.04 0 0 0 .018-.031v-1.711a.036.036 0 0 0-.054-.031l-7.66 4.423a.036.036 0 0 1-.054-.031V14.36a.04.04 0 0 1 .018-.03l7.732-4.465a.04.04 0 0 0 .018-.031V8.124a.036.036 0 0 0-.053-.031l-7.661 4.423a.036.036 0 0 1-.054-.031v-1.711a.04.04 0 0 1 .018-.031L19.75 6.28a.04.04 0 0 0 .018-.03V4.514a.08.08 0 0 0-.035-.062L12.036.01a.07.07 0 0 0-.072 0L10.5.855a.036.036 0 0 0 0 .062l7.661 4.423a.036.036 0 0 1 0 .062l-1.464.845a.08.08 0 0 1-.072 0L8.929 1.804a.08.08 0 0 0-.076 0l-1.46.844a.036.036 0 0 0 0 .062l7.66 4.424a.036.036 0 0 1 0 .062l-1.464.845a.08.08 0 0 1-.076 0L5.821 3.597a.08.08 0 0 0-.076 0l-1.513.876v15.05a.04.04 0 0 0 .018.03l1.482.856a.036.036 0 0 0 .053-.03V5.432a.036.036 0 0 1 .054-.031l1.482.856a.04.04 0 0 1 .018.03v15.029a.04.04 0 0 0 .018.03l1.482.857a.036.036 0 0 0 .054-.032V7.227a.036.036 0 0 1 .054-.031l1.481.855a.04.04 0 0 1 .019.031v15.029a.04.04 0 0 0 .017.03l1.486.856a.036.036 0 0 0 .05-.031"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pwa.svg b/mkdocs-material/material/templates/.icons/simple/pwa.svg new file mode 100644 index 0000000..7c5f164 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pwa.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.597 7.482 24 16.518h-2.51L20.91 14.9h-3.246l.694-1.754h2.002l-.95-2.66zm-8.111 0 1.772 5.84 2.492-5.84h2.415l-3.643 9.036H13.14l-1.64-5.237-1.72 5.237H7.404L6.17 14.402l1.214-3.742 1.342 2.661 1.903-5.839zm-8.746 0q1.596 0 2.424.917a2.7 2.7 0 0 1 .28.368L5.37 12.08l-.385 1.185q-.528.15-1.204.151H2.293v3.102H0V7.482zM3.16 9.235h-.866v2.428h.86q.836 0 1.148-.358.285-.323.284-.873 0-.546-.323-.871-.324-.326-1.103-.326"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pycharm.svg b/mkdocs-material/material/templates/.icons/simple/pycharm.svg new file mode 100644 index 0000000..fb90424 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pycharm.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.833 6.666v-.055c0-1-.667-1.5-1.778-1.5H4.389v3.055h1.723c1.111 0 1.721-.666 1.721-1.5M0 0v24h24V0zm2.223 3.167h4c2.389 0 3.833 1.389 3.833 3.445v.055c0 2.278-1.778 3.5-4.001 3.5H4.389v2.945H2.223zM11.277 21h-9v-1.5h9zm4.779-7.777c-2.944.055-5.111-2.223-5.111-5.057C10.944 5.333 13.056 3 16.111 3c1.889 0 3 .611 3.944 1.556l-1.389 1.61c-.778-.722-1.556-1.111-2.556-1.111-1.658 0-2.873 1.375-2.887 3.084.014 1.709 1.174 3.083 2.887 3.083 1.111 0 1.833-.445 2.61-1.167l1.39 1.389c-.999 1.112-2.166 1.779-4.054 1.779"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pycqa.svg b/mkdocs-material/material/templates/.icons/simple/pycqa.svg new file mode 100644 index 0000000..c2eecb8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pycqa.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.256 6.935c-.176 1.188-.244 1.694.88 1.694l-.008.068H0l.008-.068c1.008 0 1.096-.55 1.283-1.694l.518-3.331c.187-1.187.275-1.693-.745-1.693l.008-.068H4.57c1.893 0 2.901.47 2.901 1.618 0 1.9-2.127 2.383-3.761 2.383h-.176l.008-.08h.148c1.371 0 1.733-1.47 1.733-2.654 0-.825-.335-1.195-1.108-1.195h-.274zm7.905-1.251-.04-.008c-.657 2.511-1.303 3.096-2.343 3.096-1.35 0-1.315-1.008-1.203-1.685l.478-2.929c.028-.195-.127-.343-.402-.255l-.028-.028c.342-.167 1.028-.382 1.498-.382.558 0 .753.207.646.872l-.51 3.136c-.08.462.007.745.314.745.598 0 1.08-1.127 1.439-2.586.167-.677.442-1.94.107-2.108l.028-.028c1.331-.099 1.981-.079 1.734 1.511l-.53 3.359c-.275 1.725-2.566 3.419-3.734 3.419-1.961 0-2.578-1.734-3.977-1.734-.597 0-.825.283-.825.558 0 .243.168.462.518.462.235 0 .53-.235.423-.518 1.343-.135 1.371 1.881-.08 1.881-.753 0-1.155-.538-1.155-1.175 0-.961.88-2.156 2.163-2.156 2.264 0 3.144 2.331 3.706 2.331.733 0 .988-1.833 1.096-2.363zM5.034 22.261a4.528 4.528 0 0 1 .847-8.974 4.53 4.53 0 0 1 4.527 4.527 4.5 4.5 0 0 1-.549 2.162l-1.754-3.034zm3.071-4.32 2.534 4.383H5.575zm7.604-8.397a4.47 4.47 0 0 1-1.563-3.398 4.477 4.477 0 0 1 4.475-4.474A4.476 4.476 0 0 1 21.795 9.3l.009.034a4.472 4.472 0 0 1-6.095.21m5.925-.807a3.978 3.978 0 0 0-1.817-6.382zm.481 10.831 1.594 2.76H13.397l5.156-8.929 2.371 4.106H17.89v1.893l4.055-.001q.078.093.17.171m-3.725-1.563h3.831a.95.95 0 1 1 .831 1.407.95.95 0 0 1-.844-.514H18.39z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pydantic.svg b/mkdocs-material/material/templates/.icons/simple/pydantic.svg new file mode 100644 index 0000000..ad44991 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pydantic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23.826 17.316-4.23-5.866-6.847-9.496c-.348-.48-1.151-.48-1.497 0l-6.845 9.494-4.233 5.868a.925.925 0 0 0 .46 1.417l11.078 3.626h.002a.92.92 0 0 0 .572 0h.002l11.077-3.626c.28-.092.5-.31.59-.592a.92.92 0 0 0-.13-.825h.002ZM12.001 4.07l4.44 6.158-4.152-1.36c-.032-.01-.066-.008-.098-.016a1 1 0 0 0-.096-.016c-.032-.004-.062-.016-.094-.016s-.062.012-.094.016a1 1 0 0 0-.096.016c-.032.006-.066.006-.096.016L7.59 10.221l-.026.008 4.44-6.158h-.002Zm-6.273 8.7 4.834-1.583.516-.168v9.19L2.41 17.372l3.317-4.6Zm7.197 7.437V11.02l5.35 1.752 3.316 4.598-8.666 2.838Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pyg.svg b/mkdocs-material/material/templates/.icons/simple/pyg.svg new file mode 100644 index 0000000..774dbd5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pyg.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.649 8.066-2.65 2.724a1.14 1.14 0 0 0-.531-.18l-.288-2.611a1.15 1.15 0 0 0 .804-.893l2.464.36q0 .08.013.158c.03.159.095.31.188.442m-4.413 3.465H8.67a1.14 1.14 0 0 0-.337-.58l2.806-3.148c.172.135.38.218.597.24l.286 2.616a1.15 1.15 0 0 0-.787.872Zm-6.715-.427 1.886.596q-.015.155.011.31a1.154 1.154 0 0 0 1.347.919q.093-.018.18-.053l2.46 3.033a1.14 1.14 0 0 0-.23.837l-2.73.904a1.15 1.15 0 0 0-1.143-.583l-2.168-5.542a1.14 1.14 0 0 0 .387-.42Zm3.064 7.07c0-.034-.008-.068-.008-.103l2.732-.907a1.15 1.15 0 0 0 2.067-1.002l2.589-1.664c.139.174.326.305.538.374l-.319 3.825c-.03.008-.06.002-.09.008a1.15 1.15 0 0 0-.856.708zM9.464 4.729l1.487 1.456c-.212.26-.298.6-.237.93q.037.188.135.354l-2.9 3.255a1.135 1.135 0 0 0-1.42.555l-1.872-.592a1.2 1.2 0 0 0-.008-.341 1.14 1.14 0 0 0-.258-.53l3.883-4.88a1.14 1.14 0 0 0 1.19-.206Zm7.212 3.827a.97.97 0 0 0 .54-.175l3.208 3.35a1.14 1.14 0 0 0-.206.703l-3.359.783a1.15 1.15 0 0 0-.69-.538l.504-4.123zm1.175-4.003-.929 1.754a1.135 1.135 0 0 0-1.415.723l-2.532-.373a1.135 1.135 0 0 0-1.681-.763L9.735 4.375q.079-.159.103-.334l7.613-.134c.056.254.197.482.4.645Zm-3.058 8.815a1.14 1.14 0 0 0-.064.637c.007.033.022.067.032.103l-2.63 1.692a1.2 1.2 0 0 0-.397-.258l.597-2.633a1.14 1.14 0 0 0 .91-.41zm.858-.719a1.14 1.14 0 0 0-.62.337l-1.574-.879a1.12 1.12 0 0 0-.146-1.011l2.65-2.725q.127.084.273.131l-.505 4.143q-.04.003-.078.004m-7.325.001a1.15 1.15 0 0 0 .36-.676h2.548c.071.37.32.683.665.835l-.6 2.65a1 1 0 0 0-.2.018 1.1 1.1 0 0 0-.364.14zM13.9 23.927l-8.674-1.816 1.068-2.767q.18.026.357-.005a1.15 1.15 0 0 0 .863-.73l6.642 1.237c-.002.43.241.822.627 1.012l-.883 3.07Zm-9.041-2.09-4.82-7.372 2.852-2.947c.246.16.544.22.833.168l2.151 5.52a1.144 1.144 0 0 0 0 2L4.86 21.838Zm16.61-2.668-7.068 4.62.804-2.804q.159.017.316-.01c.523-.1.91-.546.935-1.078zm.07-18.79L24 12.717l-1.483-.31a1.15 1.15 0 0 0-1.285-1.159l-2.104-6.58a1.15 1.15 0 0 0 .58-1.22 1.13 1.13 0 0 0-.25-.515zm2.432 12.783-1.977 5.48-5.604.814a1.1 1.1 0 0 0-.201-.352l4.639-5.697c.594.322 1.338.06 1.598-.565zM0 13.87 1.773 5.4l5.86-1.105c.06.15.152.287.268.4L4.046 9.54a1.14 1.14 0 0 0-.742-.115 1.154 1.154 0 0 0-.92 1.342c.03.16.095.312.189.445zm20.737-2.444-3.212-3.35a1.135 1.135 0 0 0-.215-1.556l.93-1.755c.15.047.31.061.468.043l2.104 6.581zM21.199.1l-2.08 2.557a1.135 1.135 0 0 0-1.51.385L10.21.073 21.2.099ZM2.306 4.848 9.387.218l8.059 3.233v.014L9.822 3.6a1.15 1.15 0 0 0-2.27.26l-5.246.989Zm13.536 13.976a1.2 1.2 0 0 0-.225-.091l.32-3.808a1 1 0 0 0 .135-.012 1.15 1.15 0 0 0 .929-1.28l3.316-.768q.066.143.167.263z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pypi.svg b/mkdocs-material/material/templates/.icons/simple/pypi.svg new file mode 100644 index 0000000..bd140da --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pypi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.922 13.58v3.912L20.55 18.72l-.078.055.052.037 3.45-1.256.026-.036v-3.997l-.053-.036-.025.092zm-.301-7.962-3.04 1.107v3.912l3.339-1.215V5.509zm.299 7.839V9.544l-3.336 1.215v3.913zm-3.45 1.253V10.8l-3.3 1.2v3.913zm-3.436 5.286v-3.912l-3.313 1.206v3.912zm.136-3.939v3.868l3.314-1.206V14.85zm2.093 1.882c-.367.134-.663-.074-.663-.463s.296-.814.663-.947c.365-.133.662.075.662.464s-.297.814-.662.946m-6.038-8.624.365-.132-3.285-1.197-3.323 1.21.102.037 3.184 1.16zm7.282 1.349V6.751L17.17 7.965v3.913zm-3.449 1.254V8.005l-3.302 1.202v3.912zm-3.415-2.672-3.336 1.215v3.913l3.336-1.215zm-6.736 3.919 3.322 1.209v-3.913L6.907 9.252zm3.433-5.292 3.281 1.193V5.198l-3.28-1.193zm10.167-5.158L17.19 3.922v3.913l3.317-1.207zM16.95 3.903 13.724 2.73l-3.269 1.19 3.225 1.174zm-1.585.703-1.624.592v3.868l3.317-1.207V3.991zm-.391 2.778c-.367.134-.662-.074-.662-.464s.295-.813.662-.946c.366-.133.663.074.663.464s-.297.813-.663.946M10.229 18.41v-3.914l-3.322-1.209V17.2zm3.449-1.228v-3.913l-3.371 1.227v3.913zm.078-.028 3.3-1.2V12.04l-3.3 1.2zm-.078 4.063-3.371 1.227v-3.912h-.078v3.912l-3.322-1.209v-3.913l-.053-.058-.025-.06-3.336-1.21v-3.948l.034.013 3.287 1.196.015-.078-3.261-1.187 3.26-1.187v-.109L3.876 9.62l-.307-.112 3.26-1.188v.877l.079-.055V6.769l3.257 1.185.058-.061L7.084 6.75l-.102-.037 3.24-1.179v-.083L6.854 6.677v.018l-.025.018v1.523L3.44 9.47v.02l-.025.017v4.007l-3.39 1.233v.019L0 14.784v3.995l.025.037 3.4 1.237.008-.006.007.01 3.4 1.238.008-.006.006.01 3.4 1.237.014-.009.012.01 3.45-1.256.026-.037zM3.493 9.563l3.257 1.185-3.257 1.187V9.562zM3.4 19.96.078 18.752v-3.913l2.361.86.96.349zm.015-3.99-3.08-1.12-.182-.066 3.262-1.187zm3.399 5.231-3.321-1.209V16.08l3.321 1.209zM23.791 5.434l-3.21-1.17v2.338zm-3.404-2.791-3.24-1.18-3.27 1.19 3.247 1.182z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pypy.svg b/mkdocs-material/material/templates/.icons/simple/pypy.svg new file mode 100644 index 0000000..0cb5c94 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pypy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.947 0q-.15 0-.3.016a2.7 2.7 0 0 0-1.27.447c-.164.009-.324.038-.488.053-1.78.279-3.037 1.197-3.92 2.286-1.702 2.515-1.711 6.092-1.481 8.471a6.55 6.55 0 0 1 1.86-3.765c.069-.069.15-.136.22-.217l.034-.034q.134-.117.272-.228a9 9 0 0 1 .416-.309c.028-.014.056-.027.084-.055l.436-.273.03-.016.068-.035a5 5 0 0 1 .478-.225c.029-.014.07-.029.098-.043.127-.056.268-.098.395-.14q-.004-.004-.008-.006l.022-.008a2 2 0 0 0-.268-.238 1.8 1.8 0 0 0-.731-.268 3.3 3.3 0 0 0-.829-.041 4.4 4.4 0 0 0-.799.115c.248-.102.497-.19.77-.242.279-.07.573-.111.88-.112.265 0 .55.036.82.135l.002.004c.028.014.042.015.07.03.07.028.155.069.225.11q.014.01.026.018l.002.012c.14.084.268.196.394.323l.014.013q.005 0 .01-.002a2.82 2.82 0 0 0 2.407.944l.254-.04h.041l.557-.114c1.867-.435 2.185-.507 3.135-1.036.4-.321.562-.548.63-.762.07-.217.055-.455.073-.797l-.002.01c-.001-.374-.282-.8-.696-1.22-.41-.417-.932-.824-1.366-1.196-.53-.374-.785-.718-1.031-.973a1.7 1.7 0 0 0-.63-.434A2.8 2.8 0 0 0 12.947 0m2.362.934c.12.113.231.224.405.346l.008.004.005.006c.425.365.963.78 1.402 1.225s.795.93.797 1.465v.004l-.002.006c-.017.319.008.589-.088.885s-.311.588-.754.94l-.012.01-.012.008a10 10 0 0 1-.584.303c1.232.485 2.467 1.071 3.808 2.118v-.002c1.21.937 2.345 2.057 3.49 3.74-.105-5.25-3.649-9.647-8.463-11.058M8.534.98a11.6 11.6 0 0 0-2.155.897q-.105.059-.209.12a11.77 11.77 0 0 0-5.942 10.02c.033 1.843.683 3.221 1.708 4.232 1.061 1.048 2.528 1.703 4.109 2.034 1.585.333 3.247.442 4.743.362a6.2 6.2 0 0 1-1.92-.692 11 11 0 0 1-.55-.322 13 13 0 0 1-.45-.338l-.295-.252a1.7 1.7 0 0 1-.225-.225 6.8 6.8 0 0 1-1.237-1.702c-.028-.056-.056-.126-.084-.182a6.4 6.4 0 0 1-.318-.858c-.104-.294-.318-.938-.489-2.003v-.006c-.299-2.347-.525-6.536 1.464-9.467l.004-.006.004-.006A6.9 6.9 0 0 1 8.534.98m4.776 3.853q.089-.002.182.004c.492.043.87.282.856.55-.028.252-.434.436-.926.408-.492-.042-.872-.282-.858-.55.012-.233.336-.401.746-.412m2.699 1.491c-.164.061-.451.142-.657.2 1.835 1.094 3.106 3.045 3.215 5.315l.004.068q.005.114.007.233v.04c0 .037-.005.072-.006.108.101 2.366-.31 3.562-1.291 5.62v.002c-.99 2.092-3.237 4.63-5.012 6.089 6.255-.14 11.293-5.145 11.494-11.384-1.22-1.9-2.408-3.086-3.696-4.084-1.43-1.117-2.725-1.7-4.058-2.207m2.104 8.256c-.045.118-.087.238-.138.352-.029.056-.056.126-.084.182a6.5 6.5 0 0 1-1.462 1.927l-.295.252c-.14.112-.295.225-.45.338a5 5 0 0 1-.549.322c-.183.1-.375.185-.568.268v.002l-.016.006a7 7 0 0 1-.412.154c-2.013.742-5.2.867-8.166.244-1.63-.341-3.157-1.02-4.282-2.13a6 6 0 0 1-1.164-1.625C1.703 20.009 6.232 23.859 11.694 24c1.76-1.35 4.256-4.096 5.27-6.241v-.002c.598-1.253.97-2.146 1.15-3.178z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pyscaffold.svg b/mkdocs-material/material/templates/.icons/simple/pyscaffold.svg new file mode 100644 index 0000000..f21388d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pyscaffold.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.402 2.06C.357 2.06 0 5.626 0 5.626l5.36.996s-3.65.862-4.227 1.054c.167.456 1.701.623 1.701.623h5.434c.886 0 1.342-.815 1.342-.815h9.056c.193 0 1.366 0 1.366 1.582s-1.366 1.777-1.366 1.777H7.787c-.175 0-1.577.258-2.765 1.361h.077v.11h-.184a5.2 5.2 0 0 0-1.352 2.327h4.57c.154-.072.27-.11.27-.11h10.208c1.819.003 3.51-.837 4.466-2.218h-.282v-.11h.331c.523-.907.865-2.176.874-3.068 0-3.73-2.84-5.527-4.72-5.527h-9.25c-.61-1.192-2.101-1.55-2.101-1.55h-.896l.316 1.096h-.283v4.02h.283q-.16.551-.318 1.105l-.318-1.106h.261V3.155h-.26l.315-1.096zm.788 1.419a.557.557 0 0 1 .566.56.553.553 0 0 1-.561.56c-.747.003-.752-1.117-.005-1.12m2.019 8.726h.33v.108h-.33zm.44 0h.33v.108h-.33zm.439 0h.332v.108h-.331zm.44 0h.33v.108h-.33zm.44 0h.33v.108h-.33zm.44 0h.33v.108h-.33zm.768 0v.108h-.327v-.11c.101.005.22.001.327.002m.109 0h.33v.108h-.33zm.44 0h.33v.108h-.33zm.44 0h.33v.108h-.33zm.44 0h.33v.108h-.33zm.44 0h.33v.108h-.33zm.44 0h.329v.108h-.33zm.439 0h.33v.108h-.33zm.44 0h.33v.108h-.33zm.44 0h.329v.108h-.33zm.439 0h.33v.108h-.33zm.44 0h.33v.108h-.33zm.44 0h.33v.108h-.33zm.44 0h.329v.108h-.33zm.439 0h.33v.108h-.33v-.11zm.44 0h.33v.108h-.33v-.11zm.44 0h.33v.108h-.33v-.11zm.439 0h.33v.108h-.33zm.44 0h.33v.108h-.33zm.44 0h.33v.108h-.33zm.44 0h.329v.108h-.33zm.439 0h.33v.108h-.33zm.44 0h.33v.108h-.33zm.44 0h.33v.108h-.33zm.439 0h.33v.108h-.33zm.44 0h.33v.108h-.33zm.44 0h.33v.108h-.33zm.44 0h.329v.108h-.33zm.439 0h.33v.108h-.33zm.44 0h.33v.108h-.33zm.44 0h.33v.108h-.33zm.44 0h.329v.108h-.33zm.439 0h.33v.108h-.33zm.44 0h.33v.108h-.33zM3.52 14.812c-.015.061-.022.13-.036.193l.277-.192zm.543 0-.622.43a7 7 0 0 0-.097.765l1.726-1.194zm1.306 0-2.038 1.412c-.005.11-.019.208-.019.321 0 .184.017.351.03.524l3.262-2.256zm1.532 0L3.354 17.27c.022.217.057.418.099.615 1.38-.925 2.753-1.89 4.123-2.838q.136-.139.273-.233c-.314.001-.64-.001-.948-.002m.404.627-3.532 2.445h.992l2.337-1.62c.005-.284.073-.565.2-.825zm-.203 1.037-2.039 1.408h1.003l1.149-.795a2 2 0 0 1-.113-.614zm.173.778-.908.63h.843l.336-.233a1.5 1.5 0 0 1-.27-.398zm.397.517-.163.113h.348c-.064-.041-.119-.055-.185-.113m-4.186.283c.835 3.483 4.47 3.888 4.47 3.888h7.856c2.412 0 4.141-3.805 4.141-3.805-3.864.002-7.729-.007-11.593-.012 0 0-.092-.018-.224-.071H3.485zm9.045.099.26 1h-.231v1.786h.23l-.259.98-.275-.98h.211v-1.787h-.21Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pysyft.svg b/mkdocs-material/material/templates/.icons/simple/pysyft.svg new file mode 100644 index 0000000..7188226 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pysyft.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.524 17.985 1.413-.46V13.64Zm6.485-5.632L24 9.305l-6.786-4.93zm-4.346-4.515 2.414 7.422 1.489-2.052zm.136 3.2 1.59 4.898-1.59 1.156zM9.732 20.19l3.688-1.198H8.863ZM12 22.03l4.159-3.023-5.747 1.87zm3.266 1.225 3.894-5.363-6.305 4.581zm4.149.158h-3.2l5.788-7.967Zm-9.657-1.947-6.305-4.581v2.532zm-5.175 1.947h8.377l-9.365-3.045Zm-.365-9.346-.607 1.87 4.16 3.021zm2.722 2.284-2.278-3.14.87-1.197ZM0 9.305l2.592 7.98V7.422Zm5.865-3.091-2.41.784v6.635Zm.952-.14-1.593 4.898 3.561-4.897Zm2.915.159 1.413.46-3.696 2.685zm4.863-3.761L11.998.587 5.206 5.52ZM8.946 5.213h7.81L15.267 3.16zm3.083.862 5.765 1.872-.61-1.872zm5.908 2.823v1.488l-3.702-2.688Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pytest.svg b/mkdocs-material/material/templates/.icons/simple/pytest.svg new file mode 100644 index 0000000..db844b0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pytest.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.615 0v.887h3.84V0zm5.022 0v.887h3.842V0zm4.957 0v.887h3.841V0zm4.935 0v.887h3.842V0zM2.447 1.895a.935.935 0 0 0-.935.935c0 .517.418.938.935.938h19.106c.517 0 .935-.42.935-.938a.935.935 0 0 0-.935-.936zm.168 2.847V24h3.84V4.742zm5.022 0v15.801h3.842v-15.8zm4.957 0v10.549h3.85V4.742zm4.935 0v6.494h3.842V4.742z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/python.svg b/mkdocs-material/material/templates/.icons/simple/python.svg new file mode 100644 index 0000000..8d84a15 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/python.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.25.18.9.2.73.26.59.3.45.32.34.34.25.34.16.33.1.3.04.26.02.2-.01.13V8.5l-.05.63-.13.55-.21.46-.26.38-.3.31-.33.25-.35.19-.35.14-.33.1-.3.07-.26.04-.21.02H8.77l-.69.05-.59.14-.5.22-.41.27-.33.32-.27.35-.2.36-.15.37-.1.35-.07.32-.04.27-.02.21v3.06H3.17l-.21-.03-.28-.07-.32-.12-.35-.18-.36-.26-.36-.36-.35-.46-.32-.59-.28-.73-.21-.88-.14-1.05-.05-1.23.06-1.22.16-1.04.24-.87.32-.71.36-.57.4-.44.42-.33.42-.24.4-.16.36-.1.32-.05.24-.01h.16l.06.01h8.16v-.83H6.18l-.01-2.75-.02-.37.05-.34.11-.31.17-.28.25-.26.31-.23.38-.2.44-.18.51-.15.58-.12.64-.1.71-.06.77-.04.84-.02 1.27.05zm-6.3 1.98-.23.33-.08.41.08.41.23.34.33.22.41.09.41-.09.33-.22.23-.34.08-.41-.08-.41-.23-.33-.33-.22-.41-.09-.41.09zm13.09 3.95.28.06.32.12.35.18.36.27.36.35.35.47.32.59.28.73.21.88.14 1.04.05 1.23-.06 1.23-.16 1.04-.24.86-.32.71-.36.57-.4.45-.42.33-.42.24-.4.16-.36.09-.32.05-.24.02-.16-.01h-8.22v.82h5.84l.01 2.76.02.36-.05.34-.11.31-.17.29-.25.25-.31.24-.38.2-.44.17-.51.15-.58.13-.64.09-.71.07-.77.04-.84.01-1.27-.04-1.07-.14-.9-.2-.73-.25-.59-.3-.45-.33-.34-.34-.25-.34-.16-.33-.1-.3-.04-.25-.02-.2.01-.13v-5.34l.05-.64.13-.54.21-.46.26-.38.3-.32.33-.24.35-.2.35-.14.33-.1.3-.06.26-.04.21-.02.13-.01h5.84l.69-.05.59-.14.5-.21.41-.28.33-.32.27-.35.2-.36.15-.36.1-.35.07-.32.04-.28.02-.21V6.07h2.09l.14.01zm-6.47 14.25-.23.33-.08.41.08.41.23.33.33.23.41.08.41-.08.33-.23.23-.33.08-.41-.08-.41-.23-.33-.33-.23-.41-.08-.41.08z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pythonanywhere.svg b/mkdocs-material/material/templates/.icons/simple/pythonanywhere.svg new file mode 100644 index 0000000..7ac78cb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pythonanywhere.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.435 20.69c-.09-.11-.219-.182-.328-.255-.092-.055-.128-.11-.11-.238.183-1.077.347-2.154.511-3.25.11-.73.22-1.46.347-2.227.165.11.329.22.475.329.036.036.018.091.018.128-.036.255-.073.53-.128.785l-.273 1.77-.274 1.753c-.019.146-.037.31-.073.457.073.018.11-.037.164-.055 1.387-.73 2.775-1.442 4.163-2.173l.11-.054c.036-.019.072-.037.109 0 .146.09.292.2.456.31-.073.036-.11.073-.164.091-1.607.84-3.195 1.68-4.802 2.52-.055.018-.11.036-.128.091zm-4.874-9.858c-.037.292-.091.547-.128.803-.128.84-.274 1.661-.402 2.501-.073.493-.164.986-.237 1.479-.018.091-.055.128-.128.146-.146.036-.31.091-.456.146-.018-.037 0-.073 0-.11.146-.912.292-1.807.438-2.72.146-.876.274-1.77.42-2.647.018-.073.036-.128.128-.146.127-.037.237-.073.365-.11.073-.036.128-.018.2.037l.932.93c.986.987 1.99 1.973 2.976 2.94.018.019.036.055.073.073-.183.073-.366.11-.53.183-.055.018-.091-.037-.11-.055-.237-.237-.474-.475-.73-.712a376 376 0 0 1-2.702-2.684c-.036 0-.054-.018-.11-.054m4.748 2.83a8 8 0 0 1-.402-.384c-.037-.037-.018-.091 0-.128.11-.328.219-.657.347-.986l1.205-3.45a.3.3 0 0 0 .036-.128c-.073-.018-.128.018-.182.036-1.497.475-2.976.932-4.473 1.406-.238.073-.165.092-.329-.073l-.274-.274c.037-.054.11-.054.165-.073 1.734-.547 3.468-1.095 5.185-1.643.127-.036.2-.018.292.073.054.073.146.146.219.22.073.054.073.127.054.2-.2.548-.383 1.096-.584 1.643-.401 1.15-.803 2.3-1.205 3.433a.3.3 0 0 1-.054.127m-.31 1.15a5 5 0 0 0-.074.53c0 .073-.055.073-.11.091-.401.128-.784.256-1.168.365-1.132.366-2.282.712-3.414 1.078-.036.018-.091.036-.146.054a.3.3 0 0 0 .146.11c1.278.876 2.556 1.77 3.834 2.647.11.073.183.146.128.292-.037.128-.037.256-.073.384-.055 0-.091-.037-.128-.055C8.496 19.284 7 18.244 5.502 17.22c-.091-.073-.128-.127-.11-.255.019-.11.055-.201.055-.31 0-.092.055-.128.128-.147 1.77-.566 3.56-1.113 5.33-1.68.02 0 .056 0 .092-.017M6.944 3.62c-.018.183-.055.365-.073.53 0 .073-.073.073-.128.073-.328.11-.675.2-1.004.31-1.205.365-2.391.73-3.596 1.095-.037.019-.092.019-.128.073.055.037.091.073.146.11 1.278.895 2.538 1.807 3.816 2.702.09.073.127.128.11.256a3 3 0 0 0-.074.42c-.055-.019-.091-.055-.146-.074L1.431 5.994c-.11-.074-.146-.147-.11-.256.018-.11.037-.2.055-.31 0-.073.036-.11.128-.147l1.26-.383c1.35-.402 2.683-.821 4.034-1.223.037-.037.091-.037.146-.055m5.477 3.725c-.146.054-.292.09-.438.146-.091.036-.164.018-.237-.055-.493-.511-1.004-1.004-1.516-1.516a184 184 0 0 0-1.825-1.807c-.037-.036-.055-.091-.128-.11a6 6 0 0 0-.091.566c-.146.859-.274 1.717-.42 2.556-.092.548-.183 1.078-.256 1.625-.018.092-.036.128-.128.146-.146.037-.31.092-.456.146-.018-.11.018-.2.036-.273l.548-3.396c.091-.603.201-1.205.292-1.808.019-.073.037-.11.11-.127.128-.037.237-.073.365-.11.091-.037.146-.018.219.055l1.46 1.46c.786.785 1.589 1.57 2.374 2.355.018.037.073.073.091.147m.672 7.755a3.7 3.7 0 0 1-.13-.76c-.115-.959-.014-1.885.36-2.774.572-1.388 1.56-2.417 2.904-3.073a8.1 8.1 0 0 1 2.116-.676c.05.059.027.13.023.185l.032.332c.013.074-.026.108-.1.12-.484.113-.97.262-1.423.469-1.228.536-2.164 1.367-2.76 2.57a4.95 4.95 0 0 0-.526 2.544c.02.24.04.478.078.719.013.074.009.129-.085.159a3.6 3.6 0 0 0-.489.185m2.53 1.77c.013-.183.006-.348.02-.53.004-.073.025-.108.117-.12.481-.076.947-.19 1.382-.397 1.606-.712 2.66-1.92 3.09-3.628.177-.683.207-1.376.146-2.076.002-.036-.012-.092-.01-.129.006-.072-.06-.169-.002-.22.04-.052.131-.045.205-.058.13-.028.242-.057.373-.102.057.242.075.5.077.737a7.3 7.3 0 0 1-.054 1.552 5.65 5.65 0 0 1-1.478 3.081c-.87.928-1.953 1.492-3.179 1.754a2.8 2.8 0 0 1-.687.135m5.343-10.442c.054.004.075-.032.113-.047a54 54 0 0 1 2.265-1.251c.039-.034.095-.048.147-.008.157.102.333.206.509.31a.6.6 0 0 1-.134.082c-.95.501-1.917.983-2.867 1.483a.9.9 0 0 0-.195.17c-.349.543-.718 1.103-1.067 1.646-.062.105-.062.105-.167.043-.106-.063-.193-.124-.299-.186s-.105-.062-.044-.15l.677-1.05c.143-.21.268-.42.41-.63a.37.37 0 0 0 .07-.197 182 182 0 0 1 .211-3.297c.142.064.263.164.405.23.16.083.19.177.176.36a76 76 0 0 0-.16 2.038c-.01.145-.039.29-.05.454m-3.882 4.468c-.018.255-.316.6-.575.637a.46.46 0 0 1-.465-.16.43.43 0 0 1-.077-.463.87.87 0 0 1 .436-.482.45.45 0 0 1 .474.033c.156.12.238.255.207.435m1.856 1.21c-.018.255-.317.6-.577.655-.186.042-.328-.023-.464-.16a.4.4 0 0 1-.08-.445c.09-.232.23-.405.457-.5.322-.16.688.104.664.45M.883 6.432c.164.091.292.2.456.31.055.037.037.091.019.146l-.165 1.04c-.2 1.242-.401 2.465-.602 3.707 0 .036-.037.091 0 .146.055-.037.11-.055.164-.091l4.108-2.246c.11-.055.182-.055.274.018.11.092.219.165.347.256-.037.055-.092.073-.128.091-1.589.877-3.177 1.735-4.747 2.61-.11.056-.183.074-.274-.017-.073-.073-.164-.128-.255-.183-.073-.036-.092-.091-.073-.164.073-.438.146-.858.2-1.296.22-1.388.457-2.776.676-4.163a.25.25 0 0 1 0-.164"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pytorch.svg b/mkdocs-material/material/templates/.icons/simple/pytorch.svg new file mode 100644 index 0000000..371b99c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pytorch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.005 0 4.952 7.053a9.865 9.865 0 0 0 0 14.022 9.866 9.866 0 0 0 14.022 0c3.984-3.9 3.986-10.205.085-14.023l-1.744 1.743c2.904 2.905 2.904 7.634 0 10.538s-7.634 2.904-10.538 0-2.904-7.634 0-10.538l4.647-4.646.582-.665zm3.568 3.899a1.327 1.327 0 0 0-1.327 1.327 1.327 1.327 0 0 0 1.327 1.328A1.327 1.327 0 0 0 16.9 5.226 1.327 1.327 0 0 0 15.573 3.9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/pyup.svg b/mkdocs-material/material/templates/.icons/simple/pyup.svg new file mode 100644 index 0000000..d80548d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/pyup.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0 1.608 6v12l3.984 2.3v-12L12 4.6l6.408 3.7v7.4L12 19.4l-2.95-1.705v4.602L12 24l10.392-6V6zm0 8.593-2.95 1.703v3.408L12 15.407l2.95-1.703v-3.408z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/qantas.svg b/mkdocs-material/material/templates/.icons/simple/qantas.svg new file mode 100644 index 0000000..db47604 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/qantas.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m0 3.47.218.572c1.925 5.006 5.566 2.689 10.415 7.139l.056.05c.652.599 1.1.044.888-.306a.76.76 0 0 1-.165-.532 6.7 6.7 0 0 1 2.606 1.369l-.06.126c-.366.73-3.959.421-4 1.943a.97.97 0 0 0 .607.923l.71.287a17.3 17.3 0 0 1 6.086 4.146.086.086 0 0 1-.063.147.08.08 0 0 1-.054-.018 17.3 17.3 0 0 0-8.173-3.61.47.47 0 0 1-.39-.41c-.548-5.089-5.575-5.434-7.492-8.705l5.313 13.94H24L9.979 6.449a10.02 10.02 0 0 0-7.045-2.98Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/qase.svg b/mkdocs-material/material/templates/.icons/simple/qase.svg new file mode 100644 index 0000000..8436acc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/qase.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.85 18.994s-.802.46-1.795.28c-.19-.03-.37-.1-.551-.19a11.77 11.77 0 0 0 2.367-7.088C23.87 5.428 18.525.1 11.935.1S0 5.428 0 11.996s5.346 11.897 11.935 11.897c2.087 0 4.042-.54 5.747-1.47.562.59 1.344 1.21 2.297 1.4 1.796.34 3.1-.48 3.631-1.58.451-.96.482-2.1.24-3.249m-11.925-.13c-3.79 0-6.88-3.079-6.88-6.858s3.09-6.858 6.88-6.858c3.792 0 6.89 3.07 6.89 6.848 0 1.16-.29 2.26-.812 3.22-.15-.19-.28-.37-.37-.49-.352-.48-.713-.97-1.064-1.47-.461-.65-1.524-1.95-2.989-2.23-1.795-.34-3.099.48-3.63 1.58-.452.96-.482 2.1-.251 3.239 0 0 .802-.46 1.795-.28.722.13 1.404.68 2.277 1.76.07.09.371.49.772 1.01-.802.34-1.685.53-2.618.53"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/qatarairways.svg b/mkdocs-material/material/templates/.icons/simple/qatarairways.svg new file mode 100644 index 0000000..204b80b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/qatarairways.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.633 13.143q.016.425-.006.84c-2.752.11-5.362.274-5.362.462 0 .183 2.552.347 5.27.454a7 7 0 0 1-.186.924c-2.68.11-5.17.273-5.17.456 0 .174 2.326.33 4.897.44q-.175.494-.396.954c-2.21.105-4.04.247-4.04.402 0 .145 1.595.279 3.609.38a10 10 0 0 1-.354.536q-.2.277-.422.55c-1.26.094-2.123.203-2.123.32 0 .1.616.193 1.568.276a9 9 0 0 1-1.856 1.414s-.854-.733-1.557-1.592c-.63-.764-1.96-2.78-2.271-3.229-.314-.451-.52-.585-.887-.453-.491.173-1.063.26-1.238.26s-.271-.067.025-.184c.291-.118 1.45-.665 2.023-1.799.64-1.274.077-3.033.077-3.033-.216.94-.705 1.29-.705 1.29.159-.872-.014-1.664-.446-2.22l-.24 1.107s-.15-.01-.525.304c-.37.314-.474.77-.474.77.296.12.644-.176.644-.176-.446 1.685-1.093 3.054-1.562 3.78-.472.724-.856.998-1.33 1.19-.396.159-.529-.028-.529-.028a7 7 0 0 1-.878-.902s-.021-.04.05-.036c.196.003.54-.327.616-.467.084-.158.078-.277.033-.286-.04-.007-.115.119-.492.353-.37.236-.537.074-.665-.06-.093-.1 0-.232.057-.312.06-.074 2.025-3.736 7.222-7.588 6.822-5.045 11.171-6.405 11.42-6.505.166-.065.434-.15.496-.088.065.071.1.128.088.211-.008.082-.05.123-.363.262-2.62 1.154-5.674 3.073-7.408 4.191-2.136 1.04-4.172 2.525-4.245 2.561-.164.101-.046.25.058.188 3.6-2.397 7.826-4.03 12.498-5.368.22-.062.342-.062.382-.014a.4.4 0 0 1 .064.187c.006.084-.064.13-.258.206-5.011 1.864-8.71 3.592-11.091 5.194 0 0-.245.146-.248.318 0 .065.132.073.132.073 1.19.021 2.784.092 3.538.136 0 0-.104.384-.83.692-.56.24-1.077.202-1.592.204-.117 0-.21.112-.122.238.047.06 1.14 1.816 5.104 2.217m-9.09 3.693c-.539.193-1.177.296-1.437.296-.451 0-1.189.25-1.45.476a337 337 0 0 0 3.413-.069l-.322-.472a1.6 1.6 0 0 0-.187-.236c-.01.003-.008 0-.016.005M2.92 8.682c1.43 0 4.068-.035 6.675-.095q.445-.358.928-.718C7.633 7.796 4.52 7.75 2.92 7.75c-.676 0-1.226.21-1.226.466 0 .257.55.465 1.226.465m.407-2.247c0 .202.433.366.965.366 1.631 0 5.267-.059 7.918-.15.198-.138.395-.279.591-.411a283 283 0 0 0-8.509-.171c-.532 0-.965.164-.965.366m11.784 5.069c.29.173.647.348 1.085.508 1.387-.07 2.28-.147 2.28-.23 0-.1-1.374-.195-3.365-.278m-13.018-.982c1.214 0 3.196-.023 5.36-.064q.466-.447.991-.906a352 352 0 0 0-6.351-.082c-.762 0-1.378.236-1.378.526s.616.526 1.378.526m13.8-2.448a31 31 0 0 0-.606.322c1.023-.055 1.67-.115 1.67-.179 0-.05-.402-.097-1.063-.143m-9.433-2.8c1.556 0 6.286-.116 6.286-.258 0-.145-4.732-.261-6.286-.261-.301 0-.547.116-.547.26 0 .143.246.26.547.26M16.645 9.95a1 1 0 0 1-.095.218c.862-.054 1.391-.113 1.391-.173 0-.058-.479-.113-1.264-.165zm-5.878 8.619c-2.952-.077-6.2-.124-7.846-.124-.676 0-1.226.209-1.226.466 0 .256.55.465 1.226.465 1.735 0 5.237-.053 8.314-.137q-.235-.331-.468-.67m1.402 1.905c-2.654-.09-6.254-.148-7.876-.148-.532 0-.965.164-.965.367 0 .2.433.364.965.364 1.702 0 5.575-.062 8.245-.161a13 13 0 0 1-.37-.422m-6.253 1.638c0 .142.246.262.547.262 1.554 0 6.286-.12 6.286-.262s-4.73-.258-6.286-.258c-.301 0-.547.115-.547.258m-2.798-6.218c.028-.13.087-.274.205-.43-.017.02-.024.039-.006.007.106-.183.244-.41.419-.671-.814-.009-1.53-.014-2.093-.014-.808 0-1.465.25-1.465.558s.657.558 1.465.558c.415 0 .915-.003 1.475-.008m1.2 1.748c-.198-.193-.862-.957-.943-1.03-.483-.003-.918-.006-1.28-.006-.762 0-1.378.234-1.378.527 0 .288.616.525 1.378.525.587 0 1.348-.007 2.223-.016m-.105-3.532c.243-.327.517-.692.839-1.084-1.427-.019-2.678-.03-3.556-.03-.827 0-1.495.254-1.495.567s.668.568 1.495.568c.698 0 1.644-.007 2.717-.02m-2.57-1.771c.97 0 2.404-.015 4.025-.039.298-.327.607-.67.949-1.023a299 299 0 0 0-4.974-.052c-.808 0-1.465.246-1.465.556s.657.558 1.465.558"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/qbittorrent.svg b/mkdocs-material/material/templates/.icons/simple/qbittorrent.svg new file mode 100644 index 0000000..8479fb8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/qbittorrent.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.911 23.994c-1.31 0-2.605-.232-3.831-.705-3.4-1.024-6.2-3.865-7.433-7.58-1.23-3.708-.685-7.654 1.459-10.554C4.062 2.038 7.677.094 11.742.008c4.064-.079 7.758 1.703 9.882 4.785a12.07 12.07 0 0 1 2.369 7.145c.138 3.733-1.75 7.368-5.052 9.728-2.147 1.535-4.61 2.328-7.03 2.328m.11-22.314q-.121 0-.244.002c-3.5.074-6.599 1.725-8.29 4.415-1.856 2.516-2.31 5.893-1.25 9.086 1.06 3.197 3.448 5.636 6.386 6.523 3.025 1.165 6.496.633 9.345-1.402 2.847-2.035 4.473-5.144 4.351-8.318v-.032c0-2.214-.73-4.41-2.055-6.185-1.78-2.58-4.84-4.09-8.243-4.09zM9.406 20.246v-4.578a2.66 2.66 0 0 1-.952.863 2.6 2.6 0 0 1-1.29.344q-1.524 0-2.63-1.33-1.097-1.33-1.097-3.646 0-1.408.444-2.527.451-1.119 1.299-1.69A3.26 3.26 0 0 1 7.052 7.1q1.587 0 2.5 1.46V7.31h1.306v12.935H9.406zm-4.477-8.285q0 1.805.694 2.711.694.9 1.662.9.928 0 1.597-.855.67-.863.67-2.615 0-1.866-.71-2.81-.703-.94-1.654-.941-.944 0-1.605.88-.653.872-.654 2.73m9.55 4.702h-1.346V3.755h1.452v4.604q.92-1.259 2.347-1.258.79 0 1.492.351c.464.222.864.558 1.161.978q.46.625.718 1.514.258.89.258 1.902 0 2.404-1.088 3.716-1.09 1.312-2.614 1.312-1.517 0-2.379-1.382v1.17m-.016-4.746q0 1.683.42 2.432.684 1.223 1.854 1.223.952 0 1.646-.898.693-.907.693-2.695 0-1.83-.67-2.703-.66-.871-1.605-.872-.95 0-1.645.907-.694.9-.694 2.607"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/qemu.svg b/mkdocs-material/material/templates/.icons/simple/qemu.svg new file mode 100644 index 0000000..1e1c925 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/qemu.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.003.064C5.376.064 0 5.407 0 12s5.376 11.936 12.003 11.936c2.169 0 4.2-.57 5.955-1.57l.624 1.57h4.841l-1.893-4.679A11.85 11.85 0 0 0 24 12C24 5.407 18.63.064 12.003.064M8.818 2.03c.398.339.324.198.86.134.61-.397.893.942 1.147.195.748.097 1.542.34 2.25.584a3.45 3.45 0 0 1 1.859 1.128l-.014.007.35.463c.045.08.082.164.12.248.142 1.205 1.48 1.19 2.377 1.625.767.272 1.69.686 1.785 1.611-.193-.042-.941-.921-1.53-1.007a4 4 0 0 1-1.094-.255L14.86 6.38v-.007a3 3 0 0 1-.309-.053v.013l-2.927-.362c.048.033.1.077.148.12l3 .585v-.007l.209.053.839.188c.166.016.334.043.47.067.856.236 1.868.194 2.571.792-.184.352-1.21.153-1.719.108-.062-.012-.131-.023-.194-.034l-.034-.007c-.696-.113-1.411-.12-2.081.088h-.007a3.2 3.2 0 0 0-.671.302c-.968.563-2.164.767-2.967 1.577-.787.847-.739 2.012-.604 3.095h.033v.275q.02.143.04.282c.41 2.19 1.5 4.2 1.84 6.412.065.843.203 1.932.309 2.618-.306-.091-.475-1.462-.544-1.007a38 38 0 0 0-3.565-5.25c-.853-1.004-1.697-2.06-2.712-2.894-.685-.528-.468-1.55-.537-2.302-.23-.926-.094-1.848.06-2.773.313-.963.418-1.968.846-2.893.653-.581.669-1.63 1.303-2.135.094.058.157.085.2.1l.068.008h.007c.09-.095-.888-1.116.02-.712.035-.537.854-.128.866-.597m3.847 2.182c-.323.009-.574.13-.645.335-.114.33.273.755.866.96.594.205 1.168.109 1.282-.221s-.272-.762-.866-.967a1.8 1.8 0 0 0-.637-.107"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/qgis.svg b/mkdocs-material/material/templates/.icons/simple/qgis.svg new file mode 100644 index 0000000..e23b023 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/qgis.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.879 13.006v3.65l-3.004-3.048v-3.495h3.582l2.852 2.893zm10.886 7.606V24h-3.654l-5.73-5.9v-3.55h3.354zm-10.828-1.448 3.372 3.371c-1.309.442-2.557.726-4.325.726C5.136 23.26 0 18.243 0 11.565 0 4.92 5.136 0 11.984 0 18.864 0 24 4.952 24 11.565c0 2.12-.523 4.076-1.457 5.759l-3.625-3.725a8.4 8.4 0 0 0 .24-2.005c0-4.291-3.148-7.527-7.1-7.527-3.954 0-7.248 3.236-7.248 7.527s3.33 7.6 7.247 7.6c.548 0 .661.017.88-.03"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/qi.svg b/mkdocs-material/material/templates/.icons/simple/qi.svg new file mode 100644 index 0000000..f795ffa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/qi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.574 0a1.525 1.525 0 1 0 0 3.05 1.525 1.525 0 0 0 0-3.05m-4.637 2.856a7.626 7.626 0 0 0-.135 15.248c.296 0 .296.293.296.293v2.65s0 2.762 2.657 2.953c.295.01.295-.295.295-.295V3.785s0-.294-.295-.414a7.7 7.7 0 0 0-2.818-.515m4.748 1.662c-.11-.002-.11.179-.11.39v11.146c0 .294 0 .526.295.295l.032-.027a7.626 7.626 0 0 0 .94-10.743 7.6 7.6 0 0 0-.971-.966c-.083-.066-.143-.094-.186-.095zm-4.751 1.389c.165 0 .165.164.165.164v8.82s0 .164-.165.164a4.576 4.576 0 0 1 0-9.148"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/qiita.svg b/mkdocs-material/material/templates/.icons/simple/qiita.svg new file mode 100644 index 0000000..86833cd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/qiita.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.57 8.343a3.7 3.7 0 0 0-1.376.269 3.6 3.6 0 0 0-1.14.738 3.5 3.5 0 0 0-.773 1.102A3.3 3.3 0 0 0 0 11.814a3.3 3.3 0 0 0 .281 1.357 3.5 3.5 0 0 0 .775 1.107A3.64 3.64 0 0 0 3.6 15.29a3.7 3.7 0 0 0 .987-.13 3.7 3.7 0 0 0 .888-.374l.687.698a.58.58 0 0 0 .824 0 .58.58 0 0 0 0-.817l-.624-.624a3.5 3.5 0 0 0 .613-1.022 3.3 3.3 0 0 0 .226-1.208 3.3 3.3 0 0 0-.282-1.362 3.5 3.5 0 0 0-.775-1.102A3.6 3.6 0 0 0 5 8.612a3.7 3.7 0 0 0-1.398-.27h-.031zm11.306.185v1.484h-.765v1.063h.765v2.142q0 .628.159 1.028a1.56 1.56 0 0 0 .433.63 1.5 1.5 0 0 0 .643.317 2.7 2.7 0 0 0 .694.086h.853v-1.013h-.736a1.3 1.3 0 0 1-.352-.048.7.7 0 0 1-.291-.169.8.8 0 0 1-.2-.324 1.6 1.6 0 0 1-.074-.519v-2.13h1.666v-1.063h-1.66V8.528zM9.4 8.856a.69.69 0 0 0-.69.691.69.69 0 0 0 .69.69.69.69 0 0 0 .691-.69.69.69 0 0 0-.69-.691zm2.771 0a.69.69 0 0 0-.69.691.69.69 0 0 0 .69.69.69.69 0 0 0 .691-.69.69.69 0 0 0-.69-.691zm-8.6.538h.03a2.35 2.35 0 0 1 .93.187 2.35 2.35 0 0 1 1.264 1.28 2.5 2.5 0 0 1 .186.957 2.4 2.4 0 0 1-.186.957 2.4 2.4 0 0 1-.506.767 2.36 2.36 0 0 1-1.688.698 2.3 2.3 0 0 1-.93-.186 2.4 2.4 0 0 1-.755-.512 2.43 2.43 0 0 1-.699-1.723 2.44 2.44 0 0 1 .699-1.727 2.4 2.4 0 0 1 .756-.511 2.3 2.3 0 0 1 .898-.187zm17.648.773a2.7 2.7 0 0 0-1.02.201 2.5 2.5 0 0 0-.815.552 2.4 2.4 0 0 0-.525.814 2.7 2.7 0 0 0-.186.998 2.6 2.6 0 0 0 .186.997 2.5 2.5 0 0 0 .525.814 2.4 2.4 0 0 0 .815.546 2.7 2.7 0 0 0 1.059.2 2.4 2.4 0 0 0 .518-.056 2.5 2.5 0 0 0 .46-.146 2.4 2.4 0 0 0 .394-.213 2.4 2.4 0 0 0 .329-.263l.065.53H24v-4.829h-.976l-.068.533a2.5 2.5 0 0 0-.322-.26 2.3 2.3 0 0 0-.394-.217 2.6 2.6 0 0 0-.462-.145 2.4 2.4 0 0 0-.521-.056zm-12.375.844v4.138h1.113V11.01zm2.77 0v4.138h1.114V11.01zm9.72.145h.024a1.56 1.56 0 0 1 1.098.445 1.5 1.5 0 0 1 .334.495 1.6 1.6 0 0 1 .121.631 1.6 1.6 0 0 1-.121.64 1.6 1.6 0 0 1-.331.498 1.5 1.5 0 0 1-.49.324 1.64 1.64 0 0 1-1.207 0 1.5 1.5 0 0 1-.493-.324 1.5 1.5 0 0 1-.333-.5 1.6 1.6 0 0 1-.122-.638 1.6 1.6 0 0 1 .12-.637 1.5 1.5 0 0 1 .328-.495 1.5 1.5 0 0 1 .49-.323 1.6 1.6 0 0 1 .581-.116z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/qiskit.svg b/mkdocs-material/material/templates/.icons/simple/qiskit.svg new file mode 100644 index 0000000..4f80699 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/qiskit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.969 0v.001A12 12 0 0 0 1.697 5.844a11.99 11.99 0 0 0-.124 12.084 12 12 0 0 0 9.787 6.037 6.2 6.2 0 0 0 1.366-.005 12 12 0 0 0 9.572-5.821 12 12 0 0 0 1.694-5.97 1 1 0 0 0 .008-.126v-.034a1 1 0 0 0-.006-.11 12 12 0 0 0-1.416-5.56A12 12 0 0 0 12.28.002q-.12-.002-.24-.001zm.008.84c1.229 0 2.065.274 2.065.513 0 .24-.857.548-2.056.548s-2.091-.29-2.091-.53c0-.235.823-.517 1.998-.53zm2.874.368a11.2 11.2 0 0 1 4.996 2.835c-1.968-.754-4.83-1.17-7.604-1.2-1.347 0-2.703.09-3.977.26a1 1 0 0 0-1.247-.274 1 1 0 0 0-.518.57c-.862.18-1.653.402-2.335.663a11.2 11.2 0 0 1 4.916-2.83 1 1 0 0 0-.01.138c0 1.234 2.022 1.336 2.914 1.336.89 0 2.88-.12 2.88-1.336q-.002-.084-.015-.163zm-2.608 2.44c4.789.06 8.31 1.152 9.126 2.25q.037.055.073.111a.73.73 0 0 1 .107.363c0 .826-1.731 1.706-4.446 2.23a36 36 0 0 0-4.809-.362q-.894.001-1.787.045l-2.24-3.883c.136-.166.208-.346.23-.524a30 30 0 0 1 3.746-.23m-5.694.557a.99.99 0 0 0 .946.574q.07.005.137 0L9.697 8.33c-.956.064-1.894.16-2.787.292-2.742-.529-4.437-1.43-4.437-2.25 0-.096.027-.193.072-.29q.076-.119.153-.235c.516-.62 1.902-1.223 3.851-1.642m15.546 2.979a11.1 11.1 0 0 1 1 3.353c-.874-.668-2.314-1.2-4.043-1.584 1.46-.448 2.566-1.045 3.043-1.77m-20.17.031c.489.729 1.599 1.32 3.045 1.762-1.729.385-3.159.915-4.03 1.57q.098-.746.3-1.487a11 11 0 0 1 .685-1.845m10.352 1.813q.439.005.864.02c-.444.018-.895.031-1.36.031a32 32 0 0 1-.827-.02l-.004-.009a40 40 0 0 1 1.327-.022zm4.918.38c3.65.552 5.954 1.615 5.997 2.58v.046c-.053.963-2.38 2-5.943 2.553a28 28 0 0 0-3.333-.42L12.38 11.53l-.944-1.636q.163.005.327.008c1.875 0 3.771-.171 5.432-.493zm-10.374.016a27 27 0 0 0 3.767.44l1.158 1.99 1.31 2.268a32 32 0 0 0-.813-.024c-1.895 0-3.811.173-5.485.499-3.462-.535-5.7-1.53-5.913-2.46v-.263c.214-.935 2.522-1.92 5.976-2.45m16.27 4.077a11.2 11.2 0 0 1-.977 3.295c-.467-.72-1.535-1.302-2.937-1.739 1.68-.387 3.064-.912 3.913-1.556m-22.144.02c.852.652 2.233 1.173 3.89 1.553-1.39.436-2.444 1.009-2.921 1.702a11.2 11.2 0 0 1-.969-3.256m11.296 1.365q.658.013 1.283.049l.008.014a40 40 0 0 1-1.788.04 39 39 0 0 1-1.435-.042 31 31 0 0 1 1.932-.06m5.092.523c2.613.54 4.22 1.41 4.231 2.218a.7.7 0 0 1-.103.35l-.036.055c-.406.611-1.697 1.22-3.565 1.66a.99.99 0 0 0-.82-.42 1 1 0 0 0-.155 0l-2.078-3.57c.868-.07 1.717-.167 2.527-.293M6.67 15.42c1.603.248 3.346.387 5.06.408.758 0 1.52-.023 2.272-.068l2.235 3.888a1.05 1.05 0 0 0-.2.386c-1.275.186-2.709.299-4.256.299-4.702-.059-8.179-1.1-9.087-2.172a11 11 0 0 1-.186-.294.7.7 0 0 1-.05-.24c.01-.8 1.637-1.667 4.212-2.207zm13.264 4.468q-.092.094-.187.186a11.15 11.15 0 0 1-4.721 2.69c.05-.12.08-.245.08-.375 0-.557-.486-1.031-1.252-1.322a29 29 0 0 0 2.295-.246c.25.415.775.663 1.32.408a.99.99 0 0 0 .58-.766c.69-.163 1.325-.356 1.885-.575m-15.784.048c1.592.61 3.765.996 6.001 1.14-.745.286-1.215.748-1.215 1.296v.017q.002.195.082.374a11.2 11.2 0 0 1-4.868-2.827m7.87 1.596c1.389 0 2.263.497 2.28.857.013.257-.457.574-1.225.734a11 11 0 0 1-2.198-.008c-.715-.174-1.135-.49-1.135-.726 0-.343.89-.857 2.279-.857"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/qiwi.svg b/mkdocs-material/material/templates/.icons/simple/qiwi.svg new file mode 100644 index 0000000..23c06c1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/qiwi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.064 0C5.17 0 .391 4.778.391 10.673S5.17 21.346 11.065 21.346c1.567 0 3.118-.293 5.398-.31 2.033 0 4.267.714 6.718 2.886.248.217.574-.062.357-.326-2.405-3.056-4.64-3.63-6.873-4.126-2.73-.606-4.126-2.126-5.104-3.817-.186-.341-.28-.279-.295.156-.018.639.03 1.278.14 1.908h-.326a7.066 7.066 0 0 1-7.06-7.06A7.065 7.065 0 0 1 11.08 3.6a7.064 7.064 0 0 1 7.013 7.88c-.528-.093-1.537-.108-2.25-.046-.264.031-.233.155-.031.187 2.327.434 3.925 1.877 4.297 4.499.015.062.093.077.124.03a10.74 10.74 0 0 0 1.505-5.476C21.738 4.778 16.96 0 11.064 0m7.644 15.077a.31.31 0 0 0-.306.157c-.124.218-.03.636.202 1.009s.45.558.606.558.294-.186.232-.667c-.03-.264-.186-.868-.59-1.024-.047-.021-.101-.023-.144-.033m-2.214 1.787c-.217 0-.388.076-.497.216-.279.341-.155.962.28 1.335.186.17.466.263.73.263a.82.82 0 0 0 .635-.278c.249-.342.11-.808-.372-1.211-.248-.217-.527-.325-.776-.325"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/qlik.svg b/mkdocs-material/material/templates/.icons/simple/qlik.svg new file mode 100644 index 0000000..bfa5607 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/qlik.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23.752 20.137-3.13-2.633a11.2 11.2 0 0 0 1.73-5.965C22.352 5.37 17.344.362 11.176.362S0 5.37 0 11.54s5.008 11.176 11.176 11.176c2.393 0 4.622-.756 6.444-2.044l3.333 2.799s.497.423.92-.074l1.989-2.357c-.019 0 .386-.497-.11-.902m-5.708-8.598a6.867 6.867 0 1 1-13.735 0 6.867 6.867 0 0 1 13.735 0m-11.287 0a4.4 4.4 0 1 1 8.8 0 4.4 4.4 0 0 1-8.8 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/qmk.svg b/mkdocs-material/material/templates/.icons/simple/qmk.svg new file mode 100644 index 0000000..c88c4c0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/qmk.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.78 0a.33.33 0 0 1 .33.33v2.127h1.453V.331c0-.16.114-.293.264-.324L8.894 0h.661a.33.33 0 0 1 .331.33v2.127h1.452V.331c0-.16.114-.293.265-.324L11.669 0h.662a.33.33 0 0 1 .33.33v2.127h1.452V.331c0-.16.114-.293.265-.324L14.445 0h.661a.33.33 0 0 1 .331.33l-.001 2.127h1.453V.331c0-.16.114-.293.264-.324L17.22 0h.662a.33.33 0 0 1 .33.33v2.127h.468a2.864 2.864 0 0 1 2.863 2.863l-.001.467h2.127c.16 0 .293.114.324.265l.007.067v.661a.33.33 0 0 1-.33.33h-2.128v1.453h2.127c.16 0 .293.114.324.264l.007.067v.661a.33.33 0 0 1-.33.331h-2.128v1.452h2.127c.16 0 .293.114.324.265l.007.066v.662a.33.33 0 0 1-.33.33h-2.128v1.452h2.127c.16 0 .293.114.324.265l.007.067v.661a.33.33 0 0 1-.33.331l-2.128-.001v1.453h2.127c.16 0 .293.114.324.264l.007.067v.662a.33.33 0 0 1-.33.33h-2.128v.468a2.864 2.864 0 0 1-2.862 2.863l-.468-.001v2.127a.33.33 0 0 1-.264.324l-.066.007h-.662a.33.33 0 0 1-.33-.33l-.001-2.128h-1.453l.001 2.127c0 .16-.114.293-.264.324l-.067.007h-.661a.33.33 0 0 1-.331-.33l-.001-2.128h-1.452v2.127a.33.33 0 0 1-.264.324l-.066.007h-.662a.33.33 0 0 1-.33-.33l-.001-2.128H9.886v2.127a.33.33 0 0 1-.264.324L9.555 24h-.661a.33.33 0 0 1-.331-.33v-2.128H7.11v2.127a.33.33 0 0 1-.33.331h-.662a.33.33 0 0 1-.33-.33l-.001-2.128H5.32a2.864 2.864 0 0 1-2.863-2.862v-.468H.331a.33.33 0 0 1-.324-.264L0 17.882v-.662a.33.33 0 0 1 .33-.33l2.127-.001v-1.453l-2.126.001a.33.33 0 0 1-.324-.264L0 15.106v-.661a.33.33 0 0 1 .33-.331l2.127-.001v-1.452H.331a.33.33 0 0 1-.324-.264L0 12.331v-.662a.33.33 0 0 1 .33-.33l2.127-.001V9.886H.331a.33.33 0 0 1-.324-.264L0 9.555v-.661a.33.33 0 0 1 .33-.33l2.127-.001V7.11H.331a.33.33 0 0 1-.324-.263L0 6.78v-.66a.33.33 0 0 1 .33-.331l2.127-.001V5.32A2.864 2.864 0 0 1 5.32 2.457h.467V.331c0-.16.114-.293.265-.324L6.118 0zm9.915 6.275q-.231 0-.372.018a1 1 0 0 0-.23.053.26.26 0 0 0-.125.088.2.2 0 0 0-.035.115v4.428q0 .709-.2 1.288-.198.58-.592.992t-.988.646-1.39.244V6.549a.2.2 0 0 0-.035-.115.26.26 0 0 0-.124-.088 1 1 0 0 0-.235-.053 3 3 0 0 0-.368-.018q-.203 0-.35.018a1 1 0 0 0-.238.053.3.3 0 0 0-.133.088.2.2 0 0 0-.04.115v7.598q-.797-.018-1.395-.244a2.6 2.6 0 0 1-.987-.637 2.6 2.6 0 0 1-.584-1 4.2 4.2 0 0 1-.195-1.324V6.549a.2.2 0 0 0-.036-.115.26.26 0 0 0-.124-.088 1 1 0 0 0-.234-.053 3 3 0 0 0-.368-.018q-.221 0-.367.018a1 1 0 0 0-.23.053.3.3 0 0 0-.124.088.2.2 0 0 0-.04.115v4.525q0 1.045.318 1.851.32.805.921 1.36.603.552 1.47.845.868.292 1.975.319v2.116a.2.2 0 0 0 .04.124.26.26 0 0 0 .124.084q.084.03.23.049.146.017.367.017t.368-.017a1 1 0 0 0 .235-.049q.088-.03.124-.084a.2.2 0 0 0 .035-.124v-2.116q1.089-.027 1.953-.346a4.2 4.2 0 0 0 1.47-.903q.606-.585.934-1.412.327-.828.327-1.873V6.549a.2.2 0 0 0-.04-.115.3.3 0 0 0-.124-.088 1 1 0 0 0-.23-.053 3 3 0 0 0-.358-.018"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/qnap.svg b/mkdocs-material/material/templates/.icons/simple/qnap.svg new file mode 100644 index 0000000..d31e99c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/qnap.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.316 9.955Q0 9.955 0 11.018v1.95q0 1.057 1.316 1.057h2.57c0-.006.15.005.378-.029-.215-.309-.612-.643-.983-.912l-.068-.049h-1.6v-2.113h2.131v1.793c.64.2 1.08.455 1.379.7q.075-.194.076-.446v-1.951q0-1.005-1.176-1.06v-.003zm4.965.053q-.232 0-.357.13c-.147.154-.117.347-.131.354v3.518h1.445l-.011-2.406c.006-.036.032-.088.142-.075 0 0 .043.002.06.034.28.445 2.104 2.447 2.104 2.447h1.5v-4.002H9.57v2.328c-.022.053-.095.044-.13.006-.259-.4-1.251-1.764-1.569-2.2-.02-.024-.125-.134-.355-.134Zm6.584 0q-.549 0-.844.23a.77.77 0 0 0-.302.639v3.133h1.527v-1.067h2.14v1.067h1.53v-3.133q0-.407-.297-.639-.296-.23-.846-.23zm5.918 0q-.549 0-.846.232a.77.77 0 0 0-.302.62v3.15h1.53v-1.045h2.47q1.007.001 1.008-.809v-1.283q-.002-.462-.248-.664c-.28-.222-.743-.188-.704-.201zm4.725.072a.47.47 0 0 0 .023.94.47.47 0 0 0 .469-.47.47.47 0 0 0-.469-.47zm.002.068h.021c.222.001.4.182.4.403a.4.4 0 0 1-.4.398.4.4 0 0 1-.4-.398c0-.214.167-.391.379-.403m-.19.141v.533h.073v-.236q.06-.001.12.002c.033.007.065.046.07.05.044.059.08.123.12.184h.088l-.092-.144a.4.4 0 0 0-.058-.07.2.2 0 0 0-.043-.028.2.2 0 0 0 .113-.049.144.144 0 0 0 .014-.175c-.022-.036-.056-.067-.166-.067zm.073.059h.168c.15 0 .134.14.058.168-.074.019-.151.006-.226.01zm-10.147.7h2.14v1.159h-2.14zm5.897 0h1.943v1.038h-1.943zm-16.358 1.54c.48.304 1.352.907 1.64 1.457h1.089c-.186-.331-.814-1.13-2.729-1.457"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/qt.svg b/mkdocs-material/material/templates/.icons/simple/qt.svg new file mode 100644 index 0000000..0422f5a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/qt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.693 3.162H3.33L0 6.49v14.348h20.671L24 17.51V3.162zM12.785 18.4l-1.562.728-1.35-2.217c-.196.057-.499.09-.924.09q-2.37 0-3.305-1.276c-.622-.85-.932-2.2-.932-4.033q.002-2.76.949-4.098.945-1.34 3.288-1.341c1.562 0 2.658.441 3.28 1.333.63.883.94 2.25.94 4.098q-.002 1.828-.384 2.945c-.261.752-.679 1.325-1.268 1.718zm4.736-1.587q-1.287 0-1.766-.59-.482-.588-.483-2.232v-3.534H14.11V9.051h1.162V6.843h1.644V9.05h2.094v1.415h-2.094v3.346c0 .622.05 1.03.14 1.227.09.204.326.303.695.303l1.243-.05.073 1.326q-1.006.195-1.546.196m-8.58-9.08q-1.425-.002-1.963.94c-.352.63-.532 1.629-.532 3.011 0 1.374.172 2.364.515 2.953s1.006.892 1.98.892c.973 0 1.628-.295 1.971-.876.335-.58.507-1.57.507-2.953 0-1.39-.172-2.396-.523-3.026s-1.006-.94-1.955-.94Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/qualcomm.svg b/mkdocs-material/material/templates/.icons/simple/qualcomm.svg new file mode 100644 index 0000000..fc3888a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/qualcomm.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C6.23 0 1.576 4.486 1.576 10.474c0 6.004 4.653 10.474 10.424 10.474.984 0 1.935-.134 2.835-.384l1.134 2.919c.117.317.35.517.768.517h1.8c.435 0 .751-.284.551-.834l-1.467-3.82c2.885-1.817 4.803-5.036 4.803-8.889C22.424 4.487 17.77 0 12 0m4.536 16.562-1.317-3.42c-.117-.283-.35-.55-.85-.55H12.65c-.433 0-.767.284-.567.834l1.735 4.486A7.2 7.2 0 0 1 12 18.13c-4.22 0-7.222-3.319-7.222-7.655S7.78 2.819 12 2.819s7.222 3.319 7.222 7.655c0 2.535-1.018 4.703-2.686 6.087"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/qualtrics.svg b/mkdocs-material/material/templates/.icons/simple/qualtrics.svg new file mode 100644 index 0000000..5e93a00 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/qualtrics.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.14 5.518-2.695 9.538h-.034l-2.89-9.538H8.125l-2.19 3.893-2.318-3.893H.368l3.78 6.116L0 18.486h2.993l2.66-4.534 2.755 4.534h4.906v-8.99h.034q.102.564.195.966t.175.744q.085.342.184.65t.2.677l1.926 5.949h2.523l1.942-5.95q.213-.718.398-1.385a15 15 0 0 0 .32-1.506h.035v8.845H24V5.514zM7.373 11.651l3.383-5.616v11.118z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/qualys.svg b/mkdocs-material/material/templates/.icons/simple/qualys.svg new file mode 100644 index 0000000..5a5e658 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/qualys.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.999 0c-6.564 0-9.86 3.512-9.86 3.512s-.378 2.599-.137 7.833C2.365 19.25 11.999 24 12 24s9.635-4.749 9.998-12.655c.241-5.234-.136-7.833-.136-7.833S18.562 0 11.999 0m-.679 2.92a7.366 7.366 0 0 1 8.046 7.334 7.12 7.12 0 0 1-2.771 5.634c-1.18-.108-2.41-.442-2.968-.76 1.438-.918 3.304-2.704 3.304-4.874A4.936 4.936 0 0 0 12 5.324c-2.717 0-4.928 2.273-4.928 5.069 0 2.332 1.236 4.162 3.672 5.44 1.595.837 3.973 1.45 6.485 1.773-.418.622-1.533 1.686-2.184 2.046-3.009-.494-5.651-1.536-7.458-3.097-1.932-1.67-2.954-3.848-2.954-6.301a7.366 7.366 0 0 1 6.686-7.335"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/quantcast.svg b/mkdocs-material/material/templates/.icons/simple/quantcast.svg new file mode 100644 index 0000000..05af127 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/quantcast.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.548 10.96c-.306 0-.579.102-.806.43h-.011v-.353H10v2.724h.763v-1.548c0-.37.191-.634.497-.634.24 0 .408.132.408.525v1.66h.763v-1.851c0-.528-.227-.952-.884-.952zm-1.952 2.8v-1.917c0-.627-.562-.88-1.236-.88-.954 0-1.25.537-1.277.956h.73c.017-.245.202-.402.514-.402.334 0 .536.16.536.483v.126l-.705.043c-1.064.064-1.16.544-1.16.836 0 .621.526.832.955.832.318 0 .68-.096.933-.43h.01v.354zm-.73-.937c0 .328-.388.46-.626.46-.256 0-.478-.073-.478-.317 0-.197.118-.303.466-.334l.635-.06Zm11.831-1.065c0-.165.203-.244.402-.244.292 0 .455.138.466.365l.764-.017c-.042-.592-.503-.901-1.202-.901-.806 0-1.129.455-1.129.873 0 1.124 1.632.71 1.632 1.166 0 .222-.256.28-.45.28-.227 0-.46-.106-.471-.37h-.764c.064.806.825.921 1.207.921 1.124 0 1.242-.7 1.242-.913 0-1.098-1.697-.674-1.697-1.16m-.983 2.003v-1.918c0-.627-.561-.88-1.235-.88-.955 0-1.25.537-1.278.956h.73c.017-.245.202-.402.514-.402.334 0 .537.16.537.483v.126l-.705.042c-1.065.065-1.16.545-1.16.837 0 .621.525.832.955.832.317 0 .68-.096.932-.43h.011v.354zm-.73-.938c0 .328-.387.46-.626.46-.255 0-.477-.073-.477-.317 0-.197.118-.303.466-.334l.635-.06v.25zm-2.769-.02c-.047.25-.196.416-.477.416-.399 0-.525-.402-.525-.764 0-.351.059-.848.53-.848.197 0 .413.084.439.44h.744l.05-.002c-.036-.579-.424-1.087-1.235-1.087-.826 0-1.326.59-1.326 1.463 0 .837.45 1.41 1.343 1.41.73 0 1.092-.432 1.207-1.03zm-3.201-1.755v-.795h.772v.795h.407v.59h-.407v1.393c0 .123.053.182.253.182a.6.6 0 0 0 .154-.017v.607c-.123.017-.247.03-.37.03-.503 0-.81-.123-.81-.718v-1.48h-.353v-.587zm9.807 0v-.795h.772v.795H24v.59h-.407v1.393c0 .123.053.182.253.182a.6.6 0 0 0 .154-.017v.607a3 3 0 0 1-.37.03c-.503 0-.81-.123-.81-.718v-1.48h-.353v-.587ZM5.94 12.584c0 .37-.191.635-.497.635-.24 0-.408-.132-.408-.525v-1.66h-.764v1.85c0 .526.298.95.955.95.306 0 .509-.101.736-.43h.011v.354h.73v-2.724H5.94Zm-3.27 1.163.25.43h.89l-.47-.815c.426-.388.648-.958.648-1.525 0-1-.685-2.013-1.994-2.013S0 10.837 0 11.837s.685 2.014 1.994 2.014q.368-.002.677-.104zm-1.808-1.91c0-.649.348-1.303 1.126-1.303s1.126.654 1.126 1.303c0 .28-.064.565-.202.792h-.89l.272.472a1.2 1.2 0 0 1-.306.04c-.778 0-1.126-.655-1.126-1.304"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/quantconnect.svg b/mkdocs-material/material/templates/.icons/simple/quantconnect.svg new file mode 100644 index 0000000..8b72b51 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/quantconnect.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.067 16.664a12.1 12.1 0 0 1-6.404 6.404A12 12 0 0 1 12 24v-2.797a8.6 8.6 0 0 0 3.546-.747 9.5 9.5 0 0 0 2.983-1.927 11.4 11.4 0 0 0 1.927-2.922A9.15 9.15 0 0 0 21.204 12a8.6 8.6 0 0 0-.746-3.545 8.93 8.93 0 0 0-4.911-4.912 9.53 9.53 0 0 0-7.091 0 9.48 9.48 0 0 0-4.911 4.912A9.8 9.8 0 0 0 2.798 12H0a12 12 0 0 1 .932-4.662A12.1 12.1 0 0 1 7.336.933a12.12 12.12 0 0 1 9.326 0 11.5 11.5 0 0 1 3.792 2.609 11.5 11.5 0 0 1 2.613 3.796 12.12 12.12 0 0 1 0 9.326M11.998 9.886V7.089a4.79 4.79 0 0 0-3.483 1.43A4.7 4.7 0 0 0 7.025 12a4.6 4.6 0 0 0 1.49 3.478 4.81 4.81 0 0 0 6.799.165 5 5 0 0 0 .165-.165A4.34 4.34 0 0 0 16.91 12H14.11a2.06 2.06 0 0 1-.621 1.492 2.02 2.02 0 0 1-1.492.622A2.123 2.123 0 0 1 9.884 12a2.02 2.02 0 0 1 .622-1.492 2.06 2.06 0 0 1 1.492-.621m5.972 8.08a7.04 7.04 0 0 0 1.806-2.676 7.5 7.5 0 0 0 .684-3.296 7.66 7.66 0 0 0-.684-3.295A8.45 8.45 0 0 0 15.3 4.223a7.5 7.5 0 0 0-3.295-.683v2.797a5.3 5.3 0 0 1 3.98 1.679 5.4 5.4 0 0 1 1.677 3.979 5.658 5.658 0 0 1-11.315 0H3.548a8.4 8.4 0 0 0 .616 3.298 9.3 9.3 0 0 0 4.54 4.538 9.04 9.04 0 0 0 6.59 0 8 8 0 0 0 2.676-1.864"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/quarkus.svg b/mkdocs-material/material/templates/.icons/simple/quarkus.svg new file mode 100644 index 0000000..fcb64df --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/quarkus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.981 0A3.993 3.993 0 0 0 0 3.981V20.02A3.993 3.993 0 0 0 3.981 24h10.983L12 16.8l-2.15 4.546H3.98c-.72 0-1.327-.608-1.327-1.327V3.98c0-.72.608-1.327 1.327-1.327h16.04c.72 0 1.327.608 1.327 1.327v16.04c0 .72-.608 1.327-1.327 1.327h-3.48L17.63 24h2.388A3.993 3.993 0 0 0 24 20.019V3.98A3.993 3.993 0 0 0 20.019 0zm4.324 4.217v3.858l3.341-1.93zm7.39 0-3.341 1.929 3.34 1.929zM12 6.35 8.305 8.483 12 10.617l3.695-2.134zM8.104 8.832v4.266l3.695 2.133v-4.266zm7.792 0L12.2 10.965v4.266l3.695-2.133zm-8.146.204-3.34 1.93 3.34 1.928zm8.5 0v3.858l3.34-1.929zm-8.146 4.47v3.859l3.341-1.93zm7.792 0-3.341 1.93 3.34 1.929z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/quarto.svg b/mkdocs-material/material/templates/.icons/simple/quarto.svg new file mode 100644 index 0000000..a9b0826 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/quarto.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.65 12.854V24c6.042-.325 10.923-5.105 11.33-11.125H12.65Zm-1.504 0H.02c.427 5.94 5.166 10.699 11.105 11.105V12.854Zm1.505-1.505H24C23.675 5.247 18.753.325 12.65 0Zm-1.505 0V0C5.106.427.326 5.308 0 11.35Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/quasar.svg b/mkdocs-material/material/templates/.icons/simple/quasar.svg new file mode 100644 index 0000000..339f578 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/quasar.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.743 12a1.742 1.742 0 1 1-3.484 0 1.742 1.742 0 0 1 3.484 0m5.585-1.65 1.267-.732a9 9 0 0 0-.861-2.084 9 9 0 0 0-1.369-1.789l-2.014 1.163a6.7 6.7 0 0 0-2.103-1.219 8.3 8.3 0 0 0-1.627 2.322c2.242-.152 4.557.66 6.707 2.339zm-9.562 8.82v1.464a9 9 0 0 0 2.235.295 9 9 0 0 0 2.234-.29v-2.326a6.7 6.7 0 0 0 2.106-1.211 8.3 8.3 0 0 0-1.197-2.57c-.989 2.017-2.85 3.616-5.378 4.638m-4.354-5.962c.947.247 1.894.33 2.825.248C6.983 11.591 6.528 9.18 6.908 6.48L5.64 5.747a9 9 0 0 0-1.373 1.788 9 9 0 0 0-.865 2.08l2.014 1.163a6.7 6.7 0 0 0-.004 2.43zm13.173.014a6.7 6.7 0 0 0 .004-2.43 8.3 8.3 0 0 0-2.824-.25c1.253 1.866 1.708 4.277 1.328 6.978l1.267.732a9 9 0 0 0 1.374-1.788 9 9 0 0 0 .865-2.08zm-13.912.428-1.267.731c.198.728.487 1.429.861 2.084a9 9 0 0 0 1.369 1.789L7.65 17.09a6.7 6.7 0 0 0 2.102 1.219 8.3 8.3 0 0 0 1.628-2.322c-2.242.152-4.557-.659-6.707-2.338zm9.562-8.821V3.366A9 9 0 0 0 12 3.07a9 9 0 0 0-2.234.29v2.326A6.7 6.7 0 0 0 7.66 6.898c.26.944.66 1.806 1.197 2.57.989-2.018 2.85-3.617 5.378-4.639zM24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12m-1.535 0C22.465 6.23 17.77 1.535 12 1.535S1.535 6.23 1.535 12 6.23 22.465 12 22.465 22.465 17.77 22.465 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/qubesos.svg b/mkdocs-material/material/templates/.icons/simple/qubesos.svg new file mode 100644 index 0000000..cdcbaa9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/qubesos.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.893 20.79-2.289-1.332 1.547-.895a2.4 2.4 0 0 0 1.2-2.08V7.098l-.003-.059a2.4 2.4 0 0 0-1.198-2.027l-3.899-2.255-4.21-2.436a3 3 0 0 0-.237-.118L12.77.187l-.093-.036-.052-.019q-.043-.014-.085-.027l-.062-.019-.079-.02-.072-.017-.073-.013-.079-.013-.068-.008-.087-.008-.063-.004L11.9 0h-.03l-.082.001-.076.002-.093.007-.064.006q-.055.007-.11.016-.021.005-.044.009l-.154.034a2.4 2.4 0 0 0-.602.245L5.536 3.277l-3 1.736a2.41 2.41 0 0 0-1.201 2.083v9.385a2.4 2.4 0 0 0 1.2 2.08l8.108 4.693a2.4 2.4 0 0 0 2.4.002l1.804-1.044 2.302 1.339c1.03.599 2.687.599 3.716 0l1.03-.6c1.027-.597 1.027-1.562-.002-2.161m-10.71-2.695-4.46-2.583a1.32 1.32 0 0 1-.66-1.143V9.206c0-.236.063-.464.177-.662l.002.001c.116-.2.282-.368.482-.485l4.459-2.58q.139-.079.289-.122l.034-.01q.053-.013.105-.022.034-.007.068-.013.046-.004.093-.006.042-.002.083-.004.054.001.11.007.029.002.058.005.056.009.11.022.028.005.055.012.059.017.115.04l.045.015q.078.033.154.076l4.46 2.58c.198.116.364.283.48.483l.002.003-.003.002c.116.201.177.43.177.661v5.161c0 .15-.028.295-.076.433a1.32 1.32 0 0 1-.583.71l-4.46 2.582a1.31 1.31 0 0 1-1.316 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/quest.svg b/mkdocs-material/material/templates/.icons/simple/quest.svg new file mode 100644 index 0000000..3338559 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/quest.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.284 8.755q-.082 0-.166.002c-.096 0-.2.01-.296.029a3.225 3.225 0 0 0-2.82 3.325 3.243 3.243 0 0 0 3.354 3.115 3.2 3.2 0 0 0 1.79-.629l-.495-.362a.17.17 0 0 0-.19-.01c-.381.22-.82.334-1.296.324C1.86 14.521.784 13.463.717 12.16a2.52 2.52 0 0 1 2.744-2.62 2.52 2.52 0 0 1 2.276 2.324 2.53 2.53 0 0 1-.428 1.59.18.18 0 0 0 .038.249l.42.304c.485-.61.733-1.352.704-2.133a3.244 3.244 0 0 0-3.187-3.118zm2.482 5.251s-.095.124-.286.305-.343.296-.343.296l.553.41a.2.2 0 0 0 .229 0 3.3 3.3 0 0 0 .381-.372.177.177 0 0 0-.03-.267zm17.586-4.572c-.038 0-.076 0-.105.028a.2.2 0 0 0-.095.058.2.2 0 0 0-.067.085c-.01.029-.019.067-.028.105 0 .038 0 .076.019.114a.4.4 0 0 0 .067.096c.028.019.057.047.095.057s.076.019.114.019.076-.01.114-.02a.2.2 0 0 0 .096-.056c.019-.029.047-.058.057-.096a.5.5 0 0 0 .019-.114.4.4 0 0 0-.02-.114.2.2 0 0 0-.056-.086 1 1 0 0 0-.096-.057.5.5 0 0 0-.114-.02zm-2.124.01v1.295h-.277c-.114 0-.2.095-.2.2v.41h.477v2.276c0 1.086.552 1.601 1.486 1.601A2.08 2.08 0 0 0 24 14.797l-.22-.352a.186.186 0 0 0-.247-.067c-.228.124-.486.21-.762.21-.505 0-.857-.296-.857-.972v-2.267h1.152a.17.17 0 0 0 .172-.172v-.438h-1.334V9.624a.18.18 0 0 0-.18-.18zm2.124.037c.038 0 .067.01.095.02a.2.2 0 0 1 .077.047.2.2 0 0 1 .047.076c.01.029.02.057.02.096a.3.3 0 0 1-.02.095.2.2 0 0 1-.047.076.2.2 0 0 1-.077.048.3.3 0 0 1-.095.019.3.3 0 0 1-.095-.02.2.2 0 0 1-.076-.047.2.2 0 0 1-.048-.076c-.01-.038-.01-.067-.02-.095 0-.039.01-.067.02-.096a.2.2 0 0 1 .048-.076.2.2 0 0 1 .076-.048.3.3 0 0 1 .095-.019m-.124.067v.333h.048V9.74h.057l.095.142h.058l-.096-.142a1 1 0 0 0 .067-.029.09.09 0 0 0 .029-.067c0-.038-.01-.057-.03-.076a.2.2 0 0 0-.085-.019zm.067.038h.095s.01.01.02.01l.018.019c.01.01.01.019.01.028s0 .02-.01.029c0 .01-.01.019-.019.019-.01.01-.019.01-.028.01h-.029v-.01h-.057zm-9.25 1.143c-1.23 0-2.144.924-2.144 2.249 0 1.343.915 2.248 2.191 2.248.639 0 1.239-.162 1.782-.677l-.257-.323a.177.177 0 0 0-.239-.029 2 2 0 0 1-1.248.438c-.78 0-1.438-.476-1.533-1.41h3.286a.19.19 0 0 0 .19-.19v-.067c-.009-1.315-.856-2.23-2.028-2.239m-6.602.01a.18.18 0 0 0-.181.18v2.43c0 1.286.914 1.896 1.962 1.896 1.039 0 1.963-.61 1.963-1.896V10.91a.17.17 0 0 0-.172-.171h-.505v2.544c0 .895-.533 1.314-1.276 1.314s-1.286-.419-1.286-1.314v-2.544zm11.032 0c-1.039 0-1.725.495-1.725 1.315 0 .647.457 1.086 1.43 1.2l.514.057c.61.067.905.286.905.629 0 .457-.458.695-1.191.695-.62 0-1.02-.152-1.334-.352a.2.2 0 0 0-.276.066l-.21.334c.543.419 1.239.552 1.8.552 1.163 0 1.906-.523 1.906-1.343 0-.714-.533-1.095-1.448-1.21l-.514-.066c-.572-.067-.886-.248-.886-.61 0-.42.4-.676 1.019-.676.495 0 .962.152 1.267.314.086.047.19.019.238-.067l.134-.21a.184.184 0 0 0-.067-.247 3.26 3.26 0 0 0-1.562-.381m-4.44.6c.734 0 1.267.524 1.353 1.334h-2.782c.105-.781.629-1.334 1.43-1.334z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/quickbooks.svg b/mkdocs-material/material/templates/.icons/simple/quickbooks.svg new file mode 100644 index 0000000..151448d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/quickbooks.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0m.642 4.134c.955 0 1.73.775 1.73 1.733v9.066h1.6a2.934 2.934 0 0 0 0-5.866h-.666V7.333h.665A4.663 4.663 0 0 1 20.63 12a4.66 4.66 0 0 1-4.658 4.667h-3.329zM7.984 7.333h3.329v12.533c-.956 0-1.73-.776-1.73-1.733V9.066h-1.6a2.934 2.934 0 0 0 0 5.867h.666v1.733h-.665A4.66 4.66 0 0 1 3.326 12a4.66 4.66 0 0 1 4.658-4.667"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/quicklook.svg b/mkdocs-material/material/templates/.icons/simple/quicklook.svg new file mode 100644 index 0000000..4e24aa6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/quicklook.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22.682 19.189-.002-.002-3.07-3.068a7.03 7.03 0 0 0 1.332-4.12 7.07 7.07 0 0 0-7.068-7.067V1.037A1.04 1.04 0 0 0 12.653.016L1.67 1.965a.83.83 0 0 0-.687.818v18.434c0 .403.29.748.687.818l10.982 1.949a1.04 1.04 0 0 0 1.22-1.022v-3.894a7.03 7.03 0 0 0 4.12-1.332l3.069 3.07c.446.446 1.17.447 1.617 0h.001c.447-.447.448-1.17.002-1.617zm-8.808-.62a6.576 6.576 0 0 1-6.569-6.57 6.576 6.576 0 0 1 6.569-6.567A6.576 6.576 0 0 1 20.442 12a6.576 6.576 0 0 1-6.568 6.568zm5.28-6.57a5.287 5.287 0 0 1-5.28 5.282c-2.913 0-5.282-2.369-5.282-5.28s2.37-5.282 5.282-5.282a5.287 5.287 0 0 1 5.28 5.28"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/quicktime.svg b/mkdocs-material/material/templates/.icons/simple/quicktime.svg new file mode 100644 index 0000000..37763f4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/quicktime.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.002 0a11.998 12 0 1 0 6.629 22l1.98 1.97h3.139l.25-.25v-3.15l-2-1.98A11.938 11.94 0 0 0 24 12 11.998 12 0 0 0 12.002 0m0 4.2a7.8 7.8 0 0 1 6.949 11.33l-5.25-5.26a2.404 2.404 0 1 0-3.4 3.4l5.27 5.26a7.76 7.76 0 0 1-3.57.87 7.799 7.8 0 0 1 0-15.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/quicktype.svg b/mkdocs-material/material/templates/.icons/simple/quicktype.svg new file mode 100644 index 0000000..307a0a6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/quicktype.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.226 14.393a2.9 2.9 0 0 0 .612-.804c.538-1.032.365-2.246.047-2.983-.614-1.422-2.041-2.225-3.683-2.225-1.497 0-2.427.64-2.868 1.048-.474.44-1.144 1.31-1.144 2.729q0 .902.288 1.603c.253.616.795 1.486 2.053 1.914a5 5 0 0 0 1.609.249h4.145c.466 0 .71-.405.705-.717a.694.694 0 0 0-.705-.683l-.29.005q-.774.06-1.332.35zM12 24C5.373 24 0 18.627 0 12S5.373 0 12 0s12 5.373 12 12-5.373 12-12 12m1.424-15.41a.852.852 0 0 0 0 1.705h5a.852.852 0 1 0 0-1.705zm1.662 6.259c0 .478.375.865.838.865a.85.85 0 0 0 .838-.865V11.55c0-.478-.375-.656-.838-.656s-.838.178-.838.656zm-4.951-1.763c-.321.84-1.063 1.323-1.943 1.323-.875 0-1.612-.468-1.928-1.323-.18-.486-.227-1.19.005-1.79a2 2 0 0 1 1.103-1.146q.38-.16.83-.16c1.032 0 1.675.604 1.938 1.306a2.67 2.67 0 0 1-.005 1.79"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/quip.svg b/mkdocs-material/material/templates/.icons/simple/quip.svg new file mode 100644 index 0000000..a151b71 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/quip.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.154 22.154H12a10.06 10.06 0 0 1-7.4-3.201C2.66 16.89 1.69 14.19 1.868 11.35c.315-5.091 4.39-9.168 9.482-9.484q.33-.02.657-.02A10.06 10.06 0 0 1 18.952 4.6a10.06 10.06 0 0 1 3.202 7.4zm-1.938-18.9C17.778.963 14.59-.186 11.236.024 5.218.399.398 5.219.024 11.237c-.207 3.353.94 6.543 3.231 8.98A12.05 12.05 0 0 0 12 24h11.077c.51 0 .923-.413.923-.922V12a12.05 12.05 0 0 0-3.784-8.745m-4.062 11.976H7.846a.923.923 0 0 0 0 1.846h8.308a.923.923 0 0 0 0-1.846M7.846 8.77h8.308a.923.923 0 0 0 0-1.847H7.846a.923.923 0 0 0 0 1.847m-2.769 2.308a.923.923 0 0 0 0 1.845h13.846a.923.923 0 0 0 0-1.846z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/quizlet.svg b/mkdocs-material/material/templates/.icons/simple/quizlet.svg new file mode 100644 index 0000000..ce4d33b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/quizlet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.779.025a11.8 11.8 0 0 0-5.338.896A11.8 11.8 0 0 0 3.058 4.11 11.93 11.93 0 0 0 .427 14.363a11.9 11.9 0 0 0 2.3 4.921 11.84 11.84 0 0 0 4.24 3.378 11.78 11.78 0 0 0 10.533-.226.33.33 0 0 1 .331.018 9.14 9.14 0 0 0 5.197 1.545.33.33 0 0 0 .332-.332v-4.038a.334.334 0 0 0-.276-.331 4.7 4.7 0 0 1-1.106-.319.33.33 0 0 1-.191-.352.3.3 0 0 1 .05-.133 11.94 11.94 0 0 0 .772-11.871 11.87 11.87 0 0 0-4.042-4.628A11.8 11.8 0 0 0 12.765.018zM4.843 11.898a7.24 7.24 0 0 1 1.205-4.005 7.2 7.2 0 0 1 3.215-2.657 7.13 7.13 0 0 1 7.815 1.558 7.24 7.24 0 0 1 1.555 7.854 7.2 7.2 0 0 1-2.643 3.234 7.15 7.15 0 0 1-9.049-.896 7.23 7.23 0 0 1-2.103-5.089z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/quora.svg b/mkdocs-material/material/templates/.icons/simple/quora.svg new file mode 100644 index 0000000..1f2e1f4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/quora.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.38.948A11.963 11.963 0 0 1 21.248 19.54l2.41 2.422c.732.736.21 1.99-.828 1.99l-10.71.01h-.324A11.963 11.963 0 0 1 7.382.95Zm7.322 4.428a7.172 7.172 0 1 0-5.488 13.252 7.172 7.172 0 0 0 5.489-13.252Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/qwant.svg b/mkdocs-material/material/templates/.icons/simple/qwant.svg new file mode 100644 index 0000000..79f77aa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/qwant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.313 5.163c4.289 0 7.766 2.589 7.766 7.616 0 4.759-3.072 7.301-7.003 7.59 1.87 1.142 4.693 1.143 6.45-.348l.547.297-.615 3.074-.226.285c-3.118.918-5.947-.099-7.921-3.329-3.816-.37-6.765-2.9-6.765-7.568 0-5.03 3.477-7.617 7.766-7.617zm0 13.88c2.756 0 4.08-2.804 4.08-6.264s-1.148-6.264-4.08-6.264c-2.85 0-4.08 2.805-4.08 6.264s1.182 6.264 4.08 6.264m8.719-16.319L18.734 0h.263l.703 2.725 2.754.71v.248l-2.754.71-.703 2.725h-.263l-.702-2.725-2.696-.695V3.42z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/qwik.svg b/mkdocs-material/material/templates/.icons/simple/qwik.svg new file mode 100644 index 0000000..8db427e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/qwik.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.547 0a2.96 2.96 0 0 0-2.56 1.479L.532 9.19a2.96 2.96 0 0 0 0 2.957l4.453 7.713a2.96 2.96 0 0 0 2.561 1.477H12l8.594 2.648a.284.284 0 0 0 .336-.402l-1.916-3.723 4.453-7.713a2.96 2.96 0 0 0 0-2.957L19.014 1.48A2.96 2.96 0 0 0 16.453 0zm0 .766 10.185 9.904-1.896 1.899.578 7.533L6.268 10.67l2.37-2.373z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/qwiklabs.svg b/mkdocs-material/material/templates/.icons/simple/qwiklabs.svg new file mode 100644 index 0000000..857a484 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/qwiklabs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.346 18.205A6.464 6.464 0 0 0 12 5.72a6.462 6.462 0 0 0-2.346 12.485.69.69 0 0 0 .961-.623v-5.4a1.385 1.385 0 1 1 2.77 0v5.4a.692.692 0 0 0 .961.623m.809 5.558C20.252 22.378 24 17.718 24 12.182c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.536 3.748 10.196 8.845 11.581l.049.013.059.016.001-.002a1.385 1.385 0 0 0 .635-2.695 9.231 9.231 0 1 1 4.824-.001 1.385 1.385 0 0 0 .635 2.695l.001.002.059-.016.049-.013z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/qzone.svg b/mkdocs-material/material/templates/.icons/simple/qzone.svg new file mode 100644 index 0000000..cbdb5e1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/qzone.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.987 9.201c-.032-.099-.127-.223-.334-.258S16.3 7.537 16.3 7.537s-.105-.022-.198-.07c-.092-.047-.127-.167-.127-.167S12.447.954 12.349.768C12.25.58 12.104.53 12 .53s-.25.05-.349.238C11.553.954 8.025 7.3 8.025 7.3s-.036.12-.129.167c-.092.047-.197.07-.197.07S.555 8.907.347 8.942c-.208.036-.302.16-.333.258a.48.48 0 0 0 .125.45L5.5 15.14s.072.08.12.172c.015.104.004.21.004.21s-1.189 7.243-1.22 7.451a.46.46 0 0 0 .16.43c.082.062.232.106.42.013.19-.093 6.813-3.261 6.813-3.261s.098-.044.201-.061.201.06.201.06 6.624 3.17 6.813 3.262c.188.094.338.05.421-.013a.46.46 0 0 0 .16-.43l-.93-5.678c.875-.54 1.424-1.039 1.848-1.747-2.594.97-6.007 1.717-9.416 1.866-.915.041-2.41.097-3.473-.015-.679-.07-1.17-.144-1.244-.438-.053-.215.054-.46.545-.83l2.862-2.156c1.285-.968 3.56-2.47 3.56-2.732 0-.285-2.145-.78-4.038-.78-1.945 0-2.276.131-2.812.167-.488.034-.769.005-.804-.138-.06-.248.183-.389.588-.568.71-.314 1.86-.594 1.985-.626.194-.052 3.082-.805 5.618-.535 1.319.14 3.245.668 3.245 1.276 0 .342-1.721 1.495-3.226 2.598-1.149.843-2.217 1.56-2.217 1.688 0 .342 3.534 1.241 6.69 1.01l.003-.022c.048-.092.12-.172.12-.172l5.362-5.49a.48.48 0 0 0 .127-.45"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/r.svg b/mkdocs-material/material/templates/.icons/simple/r.svg new file mode 100644 index 0000000..408046c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/r.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2.746c-6.627 0-12 3.599-12 8.037 0 3.897 4.144 7.144 9.64 7.88V16.26c-2.924-.915-4.925-2.755-4.925-4.877 0-3.035 4.084-5.494 9.12-5.494 5.038 0 8.757 1.683 8.757 5.494 0 1.976-.999 3.379-2.662 4.272.09.066.174.128.258.216.169.149.25.363.372.544 2.128-1.45 3.44-3.437 3.44-5.631 0-4.44-5.373-8.038-12-8.038m-2.111 4.99v13.516l4.093-.002-.002-5.291h1.1c.225 0 .321.066.549.25.272.22.715.982.715.982l2.164 4.063 4.627-.002-2.864-4.826s-.086-.193-.265-.383a2.2 2.2 0 0 0-.582-.416c-.422-.214-1.149-.434-1.149-.434s3.578-.264 3.578-3.826-3.744-3.63-3.744-3.63zm4.127 2.93 2.478.002s1.149-.062 1.149 1.127c0 1.165-1.149 1.17-1.149 1.17h-2.478zm1.754 6.119c-.494.049-1.012.079-1.54.088v1.807a17 17 0 0 0 2.37-.473l-.471-.891s-.108-.183-.248-.394c-.039-.054-.08-.098-.111-.137"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/r3.svg b/mkdocs-material/material/templates/.icons/simple/r3.svg new file mode 100644 index 0000000..ebcf989 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/r3.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 13.457c0 .841-.688 1.53-1.53 1.53s-1.53-.689-1.53-1.53a1.53 1.53 0 1 1 3.06 0M6.147 2.853c-1.123 0-2.172.3-3.08.828v-.828H0v12.134h3.067V9a3.077 3.077 0 0 1 3.08-3.08l1.029-.007 2.105-3.06zm8.746 6.08 2.078-3.02v-3.06h-6.615l-2.104 3.06h4.99l-2.565 3.735 1.53 2.653a3.098 3.098 0 0 1 4.65 2.686c0 1.717-1.39 3.1-3.1 3.1s-3.1-1.39-3.1-3.1h-3.06c0 3.4 2.76 6.16 6.154 6.16 3.4 0 6.16-2.76 6.16-6.16a6.16 6.16 0 0 0-5.018-6.054"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rabbitmq.svg b/mkdocs-material/material/templates/.icons/simple/rabbitmq.svg new file mode 100644 index 0000000..926471c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rabbitmq.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.035 9.601h-7.677a.956.956 0 0 1-.962-.962V.962a.956.956 0 0 0-.962-.956H10.56a.956.956 0 0 0-.962.956V8.64a.956.956 0 0 1-.962.962H5.762a.956.956 0 0 1-.961-.962V.962A.956.956 0 0 0 3.839 0H.959a.956.956 0 0 0-.956.962v22.076A.956.956 0 0 0 .965 24h22.07a.956.956 0 0 0 .962-.962V10.58a.956.956 0 0 0-.962-.98zm-3.86 8.152a1.437 1.437 0 0 1-1.437 1.443h-1.924a1.437 1.437 0 0 1-1.436-1.443v-1.917a1.437 1.437 0 0 1 1.436-1.443h1.924a1.437 1.437 0 0 1 1.437 1.443z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/racket.svg b/mkdocs-material/material/templates/.icons/simple/racket.svg new file mode 100644 index 0000000..f4fc9a3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/racket.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0a12 12 0 0 0-4.104.721c4.872 2.556 11.316 10.893 13.547 18.686A11.96 11.96 0 0 0 24 12c0-6.627-5.373-12-12-12M4.093 2.974A11.97 11.97 0 0 0 0 12c0 3.026 1.12 5.789 2.968 7.9 1.629-4.894 4.691-9.611 7.313-12.246-1.872-2.016-3.968-3.618-6.188-4.68m2.276 19.625A11.95 11.95 0 0 0 12 24c2.092 0 4.059-.536 5.772-1.478-.987-4.561-2.851-8.739-5.28-12.147-2.597 2.8-5.186 7.702-6.123 12.224"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/radar.svg b/mkdocs-material/material/templates/.icons/simple/radar.svg new file mode 100644 index 0000000..b779f1d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/radar.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0 2.197 23.975 12 19.952 21.803 24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/radarr.svg b/mkdocs-material/material/templates/.icons/simple/radarr.svg new file mode 100644 index 0000000..13a5d0f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/radarr.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.274 0C3.189.039 1.19 1.547 1.19 4.705l.184 14.518c0 1.47 1.103 2.205 2.573 2.021L3.764 3.786c0-1.654.919-1.838 2.022-1.103l14.7 8.27c1.103.734 1.655 1.47 1.838 2.756.92-1.654.552-4.043-1.286-5.33L7.991.846A4.56 4.56 0 0 0 5.274.001zm1.982 6.91-.184 10.107 9.004-5.146Zm13.598 6.064-15.068 8.82c-.92.552-2.022.736-3.124.368.918 1.47 3.307 2.389 5.145 1.47l12.68-7.35c1.102-.736 1.286-2.022.367-3.308"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/radiopublic.svg b/mkdocs-material/material/templates/.icons/simple/radiopublic.svg new file mode 100644 index 0000000..2248ff8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/radiopublic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.793 4.07c3.012-.284 6.025-1.978 9.037-.536v19.892c-4.155-1.99-8.31 1.989-12.466 0v-3.499c-3.064.27-6.13 1.988-9.194.54V.573c4.208 1.99 8.416-1.989 12.623 0zm2.295 10.798c.362-.085.725-.174 1.087-.258 1.606-.38 2.245-1.403 2.244-3.015V8.997c0-1.584-.413-2.59-2.364-2.134-1.088.256-2.175.542-3.263.644v12.97c.765-.071 1.53-.234 2.296-.414zm0-2.11v-3.66l.43-.103c.538-.128.587.157.588.627v2.162c0 .401-.05.744-.587.872zM6.94 17.11v-5.544l.483-.113c.467-.11.603.015.604.625v3.783c.001.576.087.834.207.947.766-.173 1.53-.323 2.296-.377v-.088c-.085-.15-.19-.385-.19-.943v-4.41c.002-.964-.621-1.331-.983-1.402.43-.272 1.019-.802 1.018-1.879V5.633c0-1.39-.707-2.125-2.106-1.804-1.208.272-2.417.605-3.625.718v12.97c.766-.07 1.53-.23 2.296-.408m0-7.688V6.144l.518-.122c.466-.11.569.041.57.599v1.76c0 .61-.172.825-.64.935z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/radixui.svg b/mkdocs-material/material/templates/.icons/simple/radixui.svg new file mode 100644 index 0000000..9024c70 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/radixui.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.52 24a7.68 7.68 0 0 1-7.68-7.68 7.68 7.68 0 0 1 7.68-7.68zm0-24v7.68H3.84V0zm4.8 7.68a3.84 3.84 0 1 1 0-7.68 3.84 3.84 0 0 1 0 7.68"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/radstudio.svg b/mkdocs-material/material/templates/.icons/simple/radstudio.svg new file mode 100644 index 0000000..544282c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/radstudio.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12.147 10.534.735 1.953h-1.471zm-7.26-1.386c-.403.004-.806 0-1.208 0-.02 0-.038.002-.062.004v2.096q.026.003.048.004c.415 0 .829.006 1.243-.001A1.042 1.042 0 0 0 5.917 9.99a1.05 1.05 0 0 0-1.03-.842m19.097 3.36c-.026.409-.06.818-.113 1.225a11 11 0 0 1-.364 1.674 12 12 0 0 1-.892 2.194 12 12 0 0 1-2.411 3.158 11.95 11.95 0 0 1-7.716 3.235c-.05.002-.855.005-.868.004a12 12 0 0 1-1.452-.133 12 12 0 0 1-1.794-.418 12 12 0 0 1-2.283-.996 12 12 0 0 1-2.913-2.311 11.96 11.96 0 0 1-3.103-6.79 12 12 0 0 1-.073-1.526q.01-.649.087-1.292a11.9 11.9 0 0 1 1.317-4.17 12 12 0 0 1 2.033-2.769 12 12 0 0 1 1.152-1.03A12 12 0 0 1 8.027.677c.481-.17.97-.314 1.47-.411a16 16 0 0 1 1.151-.182 14 14 0 0 1 1.033-.077c.236-.011.473-.001.71.004a11.944 11.944 0 0 1 5.224 1.385A12 12 0 0 1 20.63 3.67a12 12 0 0 1 1.362 1.692 12 12 0 0 1 1.47 3.089q.336 1.083.46 2.21c.068.614.1 1.23.061 1.848M8.016 14.834l-.836-1.983a2.1 2.1 0 0 0-.298-.509c-.071-.087-.149-.17-.22-.252.09-.104.189-.205.274-.316a2.59 2.59 0 0 0-.142-3.322c-.512-.556-1.156-.83-1.908-.84-.672-.008-1.345-.003-2.017.002a1 1 0 0 0-.31.055c-.29.1-.482.393-.482.716l.001 6.703q0 .117.027.232a.75.75 0 0 0 .726.581.77.77 0 0 0 .783-.774v-2.336q.033-.003.057-.004h1.12a.2.2 0 0 1 .063.008c.2.06.391.139.564.256.13.089.25.188.317.337q.049.11.096.22l.776 1.835a.76.76 0 0 0 1.013.4.77.77 0 0 0 .396-1.009m7.38.001-.548-1.46q-.983-2.62-1.967-5.24a.76.76 0 0 0-.729-.502.77.77 0 0 0-.742.502l-2.509 6.69c-.035.096-.05.2-.064.255.009.256.075.443.222.594.384.396 1.07.25 1.267-.269q.252-.663.5-1.327c.017-.047.038-.065.09-.065q1.236.003 2.47 0c.052 0 .073.016.091.064q.25.675.509 1.35a.76.76 0 0 0 1.199.29.78.78 0 0 0 .21-.882m7.14-3.645c-.15-1.092-.663-1.988-1.523-2.679-.72-.578-1.55-.867-2.468-.897-.486-.015-.974-.004-1.46-.002a.73.73 0 0 0-.364.1.74.74 0 0 0-.384.679q-.003 1.68-.001 3.36v3.366a.76.76 0 0 0 .782.783h1.32a4.1 4.1 0 0 0 1.308-.211 4 4 0 0 0 2.063-1.532c.626-.892.876-1.886.728-2.967m-3.224-1.894c-.463-.182-.948-.149-1.43-.144q-.002 0-.009.006v5.203q.027.003.049.004.273.001.545 0a2.5 2.5 0 0 0 1.695-.657c.67-.604.972-1.37.86-2.264-.134-1.05-.725-1.763-1.71-2.148z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/railway.svg b/mkdocs-material/material/templates/.icons/simple/railway.svg new file mode 100644 index 0000000..5b59f04 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/railway.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.113 10.27A13 13 0 0 0 0 11.48h18.23a2.3 2.3 0 0 0-.235-.347c-3.117-4.027-4.793-3.677-7.19-3.78-.8-.034-1.34-.048-4.524-.048-1.704 0-3.555.005-5.358.01-.234.63-.459 1.24-.567 1.737h9.342v1.216H.113zm18.26 2.426H.009q.029.488.094.961h16.955c.754 0 1.179-.429 1.315-.96zm-17.318 4.28s2.81 6.902 10.93 7.024c4.855 0 9.027-2.883 10.92-7.024H1.056zM11.988 0C7.5 0 3.593 2.466 1.531 6.108l4.75-.005v-.002c3.71 0 3.849.016 4.573.047l.448.016c1.563.052 3.485.22 4.996 1.364.82.621 2.007 1.99 2.712 2.965.654.902.842 1.94.396 2.934-.408.914-1.289 1.458-2.353 1.458H.391s.099.42.249.886h22.748A12 12 0 0 0 24 12.005C24 5.377 18.621 0 11.988 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rainmeter.svg b/mkdocs-material/material/templates/.icons/simple/rainmeter.svg new file mode 100644 index 0000000..55d865f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rainmeter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.7 1.088 12 0l-.7 1.088c-.751 1.168-7.342 11.525-7.342 15.366C3.958 20.615 7.565 24 12 24s8.042-3.385 8.042-7.546c0-3.84-6.591-14.197-7.342-15.366M12 22.335c-3.516 0-6.377-2.638-6.377-5.881C5.623 13.908 9.732 6.756 12 3.1c2.268 3.656 6.377 10.809 6.377 13.355 0 3.242-2.861 5.88-6.377 5.88m4.957-6.017c0 2.548-2.22 4.615-4.957 4.615s-4.957-2.067-4.957-4.615q.001-.245.058-.549s1.306-2.616 4.847 0c2.999 2.215 4.95 0 4.95 0q.058.304.059.549"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rakuten.svg b/mkdocs-material/material/templates/.icons/simple/rakuten.svg new file mode 100644 index 0000000..a503df5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rakuten.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.277 21.3 3.939 24 .722 21.3zM7.6 19.276H3.939V0h6.052a6.653 6.653 0 0 1 6.65 6.646c0 2.234-1.108 4.204-2.799 5.418l5.418 7.211h-4.585l-4.486-5.979H7.6zm0-9.64h2.392a2.99 2.99 0 0 0 2.989-2.989 2.994 2.994 0 0 0-2.989-2.986H7.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ram.svg b/mkdocs-material/material/templates/.icons/simple/ram.svg new file mode 100644 index 0000000..9f86f45 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ram.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11.46 22.432-.515-1.14h-.024l-.579 1.14zm.222.755h-1.556L9.792 24H7.344l1.791-3.359h3.627L14.494 24h-2.448zm9.516-1.122h-.105L20.048 24h-1.492l-1.042-1.926-.099.001L17.406 24h-2.239v-3.359h3.522l.627 1.056h.03l.686-1.056h3.403V24h-2.239zm-18.319.1h.467c.501 0 .647-.161.65-.322.007-.311-.052-.553-.625-.553h-.492zm.512.703h-.499V24H.564v-3.359h3.358c1.761 0 2.48.29 2.566 1.037.043.372-.161 1.043-.977 1.11L6.728 24H4.265zM11.844.412c-2.642.003-5.658.155-6.66.24-1.093.093-1.289.164-1.29 1.087l-.009.838c-.008.658-.02 1.587-.02 2.633 0 1.704.101 3.717.226 5.373.134 1.761.24 3.152 2.458 4.475 1.704 1.016 4.668 2.484 4.697 2.498.171.085.565.275.699.327a.5.5 0 0 0 .126 0c.137-.054.572-.27.786-.366.021-.009 2.077-.95 4.608-2.459 2.218-1.323 2.324-2.714 2.459-4.476.125-1.656.226-3.67.226-5.374 0-1.045-.012-1.974-.02-2.632l-.008-.838c-.004-.813-.158-.993-1.291-1.087-1.002-.083-4.018-.238-6.66-.241h-.327zM12.173 0c2.632.003 5.647.139 6.7.243 1.337.131 1.662.194 1.662 1.496 0 1.027.047 5.619-.199 8.875-.138 1.806-.257 3.365-2.658 4.798a51 51 0 0 1-4.71 2.487c-.311.138-.721.37-.804.387a.9.9 0 0 1-.312 0c-.092-.019-.593-.265-.786-.36s-3.067-1.525-4.726-2.514c-2.401-1.432-2.52-2.991-2.658-4.798-.247-3.256-.2-7.849-.2-8.875 0-1.302.325-1.365 1.662-1.496C6.197.139 9.212.003 11.844 0zM8.279 2.312c1.95 0 2.955 1.664 3.532 2.876l-.181.991c-1.01-2.1-2.215-3.436-3.674-3.436-1.577 0-2.465 2.012-2.693 2.351.407-1.034 1.591-2.782 3.016-2.782m10.343 2.783c-.229-.339-1.116-2.351-2.693-2.351-1.459 0-2.663 1.336-3.674 3.436l-.182-.992c.576-1.212 1.581-2.876 3.532-2.876 1.426 0 2.611 1.748 3.017 2.783m-3.444 4.12c-.163.071-.288.117-.288.117l.098-.846.522-.684c.161.769.149 1.203-.332 1.413m-6.374 0c-.481-.21-.493-.644-.332-1.414l.522.684.098.846s-.126-.045-.288-.116m8.367-4.41c-1.276-.025-2.381.961-3.127 3.352l.419.264-.173.998-.952.338-.187 1.292.462-.587.649-.132-.289.778-.895.499-.318 2.084.12.783-.92.356v.001l-.844-.357.12-.783-.318-2.084-.895-.499-.288-.778.649.132.462.587-.188-1.292-.952-.338-.173-.998.418-.264c-.745-2.39-1.85-3.376-3.127-3.352-1.02.02-1.778 1.209-1.693 2.466l.885.105c.317 1.773.612 4.025 1.28 4.025.203 0 .212-.319.212-.577 0-.627-.378-1.38-.378-2.575 0-.552.179-1.027.587-1.027.277 0 .402.074.532.315-.11.818-.114 1.52.525 1.953.141.095.446.382.446.382s.525 2.067.557 2.205c.03.126.104.298.161.403l.666 1.163s.199 1.249.241 1.465c.105.533.648.579 1.091.583h.123c.444-.003.986-.049 1.091-.583.042-.215.241-1.465.241-1.465l.666-1.163c.057-.105.132-.277.161-.403.032-.138.558-2.205.558-2.205s.305-.287.446-.382c.638-.433.635-1.135.524-1.953.131-.241.255-.315.532-.315.408 0 .587.475.587 1.027 0 1.196-.378 1.948-.378 2.575 0 .259.008.577.212.577.667 0 .963-2.252 1.279-4.025l.885-.105c.086-1.257-.672-2.446-1.692-2.466m-4.953-3.33c1.928 0 5.848.197 6.1.222.326.029.541.074.614.153.073.074.095.158.107.344.012.173.023.858.023.859.007.612.018 1.475.018 2.446 0 .57-.004 1.176-.014 1.791l.132.086c.011-.644.015-1.281.015-1.877 0-.972-.011-1.836-.018-2.448 0-.001-.011-.684-.023-.866-.012-.189-.038-.323-.146-.43-.136-.13-.366-.157-.695-.192-.265-.026-4.175-.222-6.113-.223-.278.002-.571-.003-.854-.003-2.323 0-5.419.21-5.675.226-.379.025-.58.033-.717.189-.106.13-.137.323-.144.513-.005.185-.007.786-.007.787-.007.611-.018 1.476-.018 2.448 0 .587.004 1.214.015 1.848l.132-.086c-.01-.604-.013-1.201-.013-1.762 0-.971.011-1.835.018-2.447 0-.001.002-.603.008-.784.004-.176.041-.348.113-.431.074-.096.236-.12.621-.141.257-.016 3.349-.226 5.665-.226zm7.121 6.071-.146.277s-.582.061-.602.061c-.281 2.239-1.19 4.63-2.183 4.63-.327 0-.336-.507-.336-1.111 0-.257.036-.486.076-.687-.106.197-.289.918-.289 1.534 0 .72.405 1.116 1.097 1.116.702 0 1.289-.343 1.673-.981-.248.686-.732 1.281-1.767 1.903a46 46 0 0 1-4.298 2.27c-.181.081-.416.187-.601.266-.17-.079-.333-.161-.47-.228-.025-.012-2.769-1.371-4.34-2.308-.969-.581-1.455-1.14-1.716-1.772.382.551.915.85 1.565.85.692 0 1.097-.396 1.097-1.116 0-.616-.182-1.337-.289-1.534.041.201.076.43.076.687 0 .603-.009 1.111-.336 1.111-.993 0-1.905-2.402-2.185-4.641l-.564-.058-.18-.336s-.033 1.075.003 1.78.11 1.312.337 2.17q.064.246.15.462c.198.946.658 1.729 1.974 2.509 1.58.942 4.322 2.3 4.349 2.313.149.073.349.173.527.254.194-.081.459-.201.658-.29.021-.01 1.971-.883 4.312-2.278 1.458-.864 1.865-1.731 2.029-2.82q.02-.075.039-.152c.194-.868.274-1.322.31-2.028.032-.606.031-1.591.03-1.853"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rancher.svg b/mkdocs-material/material/templates/.icons/simple/rancher.svg new file mode 100644 index 0000000..f73308a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rancher.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.727 9.007a.713.713 0 0 1-.726.855h-1.542V8.798h.468a.883.883 0 0 0 .875-.875v-.388c0-.477.12-.875.269-.875.139 0 .328.388.407.865zm-3.49-1.253c.486 0 .874.388.894.885v4.555a.883.883 0 0 1-.875.875h-2.357a.883.883 0 0 1-.875-.875v-1.79a.87.87 0 0 0-.348.696v1.502c0 .477.397.875.875.875h1.531v2.327a.535.535 0 0 1-.537.538h-2.884a.535.535 0 0 1-.537-.538v-2.168a.535.535 0 0 0-.537-.537h-7.2a.535.535 0 0 0-.538.537v2.168a.535.535 0 0 1-.537.538H2.428a.535.535 0 0 1-.537-.538V10.58L.588 11.603c-.06.04-.14.04-.189-.02l-.368-.438a.135.135 0 0 1-.01-.159l1.91-2.914a.54.54 0 0 1 .487-.318h10.165a.54.54 0 0 1 .527.627l-.21 1.243a.54.54 0 0 0 .528.626h2.039a.535.535 0 0 0 .527-.437q-.195.06-.418.06h-1.452c-.487 0-.815-.388-.736-.866l.249-1.482c.08-.477.258-.865.407-.865.15 0 .269.398.269.875v.229c.02-.01.05-.01.08-.01h4.843zm3.65-.537c0-.388.288-.557.556-.557s.557.17.557.557c0 .378-.288.547-.557.547-.268 0-.557-.17-.557-.547zm.984 0c0-.308-.2-.438-.418-.438-.219 0-.428.13-.428.438 0 .298.21.438.428.438.219-.01.418-.14.418-.438m-.607-.279h.199c.1 0 .199.03.199.17 0 .08-.06.129-.13.149l.13.228h-.12l-.119-.218h-.05v.218h-.109zm.199.25c.05 0 .09-.03.09-.08 0-.06-.05-.07-.09-.07h-.1v.15z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rapid.svg b/mkdocs-material/material/templates/.icons/simple/rapid.svg new file mode 100644 index 0000000..6436f44 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rapid.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.028 15.798c-.212-.065-.228-.359.017-.457 4.216-1.993 3.938-6.519 3.938-6.519C19.967 4.232 16.6-.016 11.158 0 5.112.033 1.468 4.787 1.5 10.407 1.55 20.26 9.067 24.017 11.42 24l-.016-3.905c0-.62 0-1.11.375-1.11 0 0 2.42 2.434 5.116 2.417 4.183-.016 5.605-3.529 5.605-3.529zm-4.837-3.006a3.86 3.86 0 0 1-3.89-3.855 3.86 3.86 0 0 1 3.857-3.889 3.86 3.86 0 0 1 3.89 3.856c0 2.14-1.716 3.888-3.857 3.888"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rarible.svg b/mkdocs-material/material/templates/.icons/simple/rarible.svg new file mode 100644 index 0000000..8d1d336 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rarible.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.8 0A4.79 4.79 0 0 0 0 4.8v14.4A4.79 4.79 0 0 0 4.8 24h14.4a4.79 4.79 0 0 0 4.8-4.8V4.8A4.79 4.79 0 0 0 19.2 0zm1.32 7.68h8.202c2.06 0 3.666.44 3.666 2.334 0 1.137-.671 1.702-1.427 1.898.904.268 1.558 1 1.558 2.16v2.131h-3.451V14.18c0-.62-.37-.87-1-.87H9.572v2.893H6.12zm3.452 2.5v.834h4.155c.452 0 .726-.06.726-.416 0-.358-.274-.418-.726-.418z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rasa.svg b/mkdocs-material/material/templates/.icons/simple/rasa.svg new file mode 100644 index 0000000..1491ddb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rasa.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.848 15.852-3.882-2.034H.97V7.515h22.06v6.303h-2.182zM0 6.545v8.243h16.727l5.091 2.667v-2.667H24V6.545zm1.94 1.94h4.12v2.18l-1.33.517 1.362 1.666H4.84l-1.06-1.296-.87.339v.957h-.97zM8 12.848h-.97V8.485h4.364v4.363h-.97v-1.454H8zm4.364-1.696V8.485h4.363v.97h-3.394v.727h3.394v2.666h-4.363v-.97h3.394v-.726zm5.333-.243V8.485h4.364v4.363h-.97v-1.454h-2.424v1.454h-.97zm-14.788-.06 2.182-.848v-.546H2.909zM8 9.456v.97h2.424v-.97zm13.09.97v-.97h-2.423v.97h2.424Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/raspberrypi.svg b/mkdocs-material/material/templates/.icons/simple/raspberrypi.svg new file mode 100644 index 0000000..481001e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/raspberrypi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.896 10.896-.173-.303c.007-2.174-1.002-3.06-2.179-3.734.356-.094.724-.172.825-.619.611-.156.74-.44.8-.74.16-.106.696-.406.64-.92.3-.207.467-.473.382-.85.322-.35.407-.641.27-.909.387-.48.215-.73.05-.982.29-.525.034-1.088-.776-.994-.322-.473-1.024-.366-1.133-.364-.121-.152-.281-.282-.775-.219-.32-.285-.677-.236-1.046-.096-.438-.34-.727-.068-1.058.036-.53-.171-.652.063-.912.158-.578-.12-.754.141-1.03.418l-.323-.006c-.872.506-1.305 1.536-1.459 2.066-.153-.53-.586-1.56-1.457-2.066l-.323.006C9.942.501 9.766.239 9.19.36 8.927.265 8.806.03 8.276.202 8.059.134 7.86-.007 7.624 0a.7.7 0 0 0-.405.166c-.37-.14-.727-.189-1.046.096-.494-.063-.654.068-.776.22-.108-.003-.81-.11-1.133.363-.81-.094-1.065.47-.776.994-.165.252-.336.502.05.982-.136.268-.051.558.27.91-.084.376.083.642.383.849-.056.515.48.814.639.92.061.3.19.584.801.74.1.448.469.525.825.619-1.177.673-2.186 1.56-2.18 3.735l-.172.302c-1.349.809-2.562 3.406-.664 5.517.124.661.332 1.136.517 1.661.277 2.117 2.084 3.108 2.56 3.226.699.524 1.443 1.02 2.45 1.37.948.963 1.976 1.33 3.01 1.33h.046c1.034 0 2.062-.367 3.01-1.33 1.007-.35 1.751-.847 2.45-1.37.476-.118 2.284-1.109 2.56-3.226.186-.525.394-1 .517-1.66 1.899-2.112.685-4.71-.664-5.518m-1.04-.371c-.07.876-4.635-3.05-3.846-3.181 2.139-.356 3.919.896 3.847 3.18m-2.015 4.365c-1.148.74-2.802.262-3.695-1.069s-.686-3.01.462-3.75 2.803-.263 3.696 1.068c.892 1.33.686 3.01-.463 3.75M13.66 1.372c.04.197.084.321.135.358.254-.272.462-.55.788-.813.001.154-.077.321.117.443a2.3 2.3 0 0 1 .727-.624c-.152.26-.026.34.055.448.24-.206.468-.414.91-.576-.12.148-.29.292-.11.461.247-.154.496-.309 1.083-.418-.132.147-.406.295-.24.442Q17.59.915 18.158.84c-.182.15-.334.296-.184.412.332-.102.79-.24 1.237-.121l-.283.285c-.032.038.662.03 1.12.036-.167.232-.338.456-.437.855.045.046.272.02.486 0-.22.462-.6.578-.69.776.135.101.32.075.524.006-.158.325-.49.548-.751.812.066.047.182.075.456.043a4.2 4.2 0 0 1-.88.703c.06.07.272.068.467.072-.313.307-.717.466-1.095.667.188.13.323.1.467.097-.267.22-.722.335-1.144.467.08.125.16.159.332.194-.447.247-1.087.134-1.268.26.044.125.167.206.314.274-.72.041-2.688-.027-3.065-1.516.737-.81 2.081-1.76 4.394-2.934-1.8.602-3.423 1.405-4.782 2.51-1.598-.744-.496-2.62.283-3.365m-1.613 5.372c1.133-.012 2.536.832 2.53 1.629-.005.702-.985 1.271-2.52 1.26-1.505-.017-2.518-.715-2.514-1.395.002-.56 1.228-1.527 2.504-1.494m-5.764-.6c.172-.036.252-.07.332-.195-.422-.132-.877-.247-1.145-.466.145.001.28.031.468-.097-.378-.201-.782-.36-1.095-.667.195-.005.406-.002.467-.073a4.2 4.2 0 0 1-.88-.703c.274.032.39.004.456-.043-.262-.264-.593-.487-.751-.812.203.069.389.095.523-.006-.089-.198-.47-.314-.69-.776.215.02.442.046.487 0-.1-.399-.27-.623-.437-.855.458-.007 1.152.002 1.12-.036l-.283-.285c.447-.119.905.019 1.237.121.15-.116-.002-.263-.184-.412q.569.076 1.034.254C7.106.946 6.833.798 6.7.651c.587.11.836.264 1.083.418.18-.17.01-.313-.111-.46.443.161.67.37.911.575.081-.108.207-.187.055-.448.315.178.552.389.727.624.194-.122.116-.289.117-.442.326.261.534.54.788.812.05-.037.095-.161.135-.358.78.745 1.88 2.621.283 3.365C9.33 3.633 7.707 2.83 5.909 2.228c2.312 1.174 3.656 2.124 4.392 2.933-.377 1.49-2.345 1.558-3.065 1.516.147-.068.27-.149.314-.273-.18-.126-.821-.013-1.268-.26m2.817 1.133c.788.13-3.777 4.056-3.847 3.18C5.18 8.174 6.96 6.922 9.1 7.278m-4.847 8.756c-1.109-.879-1.466-3.453.59-4.61 1.24-.327.419 5.052-.59 4.61m4.266 4.6c-.626.371-2.145.218-3.225-1.31-.729-1.282-.635-2.587-.123-2.97.765-.46 1.946.16 2.856 1.2.792.94 1.153 2.592.492 3.08m-1.242-5.61c-1.148-.74-1.355-2.42-.462-3.75s2.547-1.81 3.695-1.068c1.148.74 1.355 2.42.463 3.75-.893 1.331-2.547 1.81-3.695 1.069m4.795 8.229c-1.376.058-2.726-1.11-2.708-1.516-.02-.594 1.676-1.058 2.782-1.03 1.113-.049 2.607.352 2.61.884.018.517-1.355 1.684-2.684 1.662m2.759-5.858c.008 1.39-1.226 2.522-2.757 2.53-1.53.007-2.777-1.114-2.785-2.504v-.026c-.008-1.39 1.226-2.523 2.756-2.53s2.778 1.113 2.786 2.503zm3.855 2.003c-1.186 1.62-2.792 1.684-3.39 1.232-.625-.58-.148-2.385.71-3.374.98-1.092 2.03-1.804 2.76-1.248.492.483.78 2.301-.08 3.39m1.072-3.43c-1.009.44-1.83-4.938-.59-4.61 2.057 1.157 1.7 3.73.59 4.61m-.026-8.328h.299v-.53h.299c.15 0 .205.062.226.205.015.108.011.239.048.325h.298c-.053-.076-.052-.236-.057-.321-.01-.138-.051-.28-.198-.318v-.004c.15-.06.215-.18.215-.34 0-.206-.154-.375-.397-.375h-.732zm.299-1.126h.327c.133 0 .205.058.205.188 0 .137-.072.194-.205.194h-.327zm-1.034.464a1.27 1.27 0 1 0 2.54 0 1.27 1.27 0 0 0-2.54 0m2.328 0a1.058 1.058 0 1 1-2.116 0 1.058 1.058 0 0 1 2.116 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ravelry.svg b/mkdocs-material/material/templates/.icons/simple/ravelry.svg new file mode 100644 index 0000000..2cfc902 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ravelry.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.972 10.924c-.06-.511-.084-1.03-.185-1.532-.123-.61-.28-1.218-.476-1.809a9.1 9.1 0 0 0-1.526-2.841c-.295-.37-.594-.74-.93-1.072a11.7 11.7 0 0 0-2.328-1.785 12 12 0 0 0-2.803-1.22c-.544-.152-1.1-.268-1.656-.376-.335-.064-.68-.082-1.02-.122-.015-.002-.03-.018-.044-.028h-1.596c-.119.02-.237.046-.357.058a9 9 0 0 0-1.693.35c-.683.202-1.335.48-1.965.809-.66.345-1.286.748-1.882 1.193a12 12 0 0 0-.889.718c-.502.455-1.006.911-1.479 1.397a12 12 0 0 0-1.662 2.172 9.8 9.8 0 0 0-1.393 3.922 10 10 0 0 0-.077 1.755c.033.666.095 1.33.219 1.989.17.913.439 1.79.826 2.634a10.4 10.4 0 0 0 2.49 3.357 12.4 12.4 0 0 0 2.064 1.512c.877.517 1.798.93 2.763 1.25a13 13 0 0 0 2.008.485c.3.05.607.062.91.093.02.002.04.018.059.028h1.595c.124-.02.248-.047.372-.057.808-.066 1.587-.264 2.347-.53a11 11 0 0 0 2.42-1.177c.481-.318.958-.646 1.42-.993.286-.215.543-.47.805-.714q.293-.276.57-.569a11.5 11.5 0 0 0 1.552-2.057c.472-.793.858-1.626 1.103-2.517.14-.515.244-1.04.346-1.564.051-.261.062-.53.093-.795.002-.016.017-.03.027-.045v-1.831c-.01-.03-.025-.058-.028-.088m-7.962-.057s-.82-.147-1.407-.147c-1.344 0-1.66.736-1.66 1.83v4.629H9.312V7.753h3.633v1.578c.44-1.325 1.323-1.788 3.066-1.788z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ray.svg b/mkdocs-material/material/templates/.icons/simple/ray.svg new file mode 100644 index 0000000..4533a8f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ray.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.153 12.826c-.63-.183-1.03.15-1.378.846-.58 1.13-1.643 1.644-2.888 1.594s-2.257-.63-2.788-1.776c-.233-.498-.498-.664-1.046-.68-.93-.017-1.643.016-2.174 1.062-.631 1.261-2.258 1.693-3.619 1.261a3.234 3.234 0 0 1-2.257-3.22 3.2 3.2 0 0 1 2.29-3.02 3.28 3.28 0 0 1 3.702 1.327c.216.315.216.863.597.93.648.1 1.328.033 1.992.033.299 0 .316-.266.399-.465.58-1.295 1.61-1.959 2.987-1.975 1.361-.017 2.39.647 2.955 1.892.215.465.48.598.946.548.166-.017.332.016.498 0 .464-.083 1.062.282 1.344-.448s-.382-.913-.68-1.245c-.847-.946-1.81-1.793-2.673-2.706-.415-.465-.763-.614-1.41-.415-1.876.614-3.619-.431-4.15-2.357-.448-1.676.714-3.535 2.44-3.917a3.293 3.293 0 0 1 3.95 2.457c.017.05.017.083.033.133.117.564.117 1.145-.132 1.626-.283.531-.133.83.249 1.195a153 153 0 0 1 3.286 3.27c.299.299.498.349.913.2 1.51-.565 2.97-.1 3.884 1.161a3.27 3.27 0 0 1-.067 3.801c-.896 1.195-2.357 1.643-3.834 1.079-.381-.15-.58-.1-.846.182a164 164 0 0 1-3.403 3.386c-.299.3-.415.532-.232.98a3.2 3.2 0 0 1-1.278 3.917A3.3 3.3 0 0 1 9.646 23c-1.062-1.062-1.228-2.688-.415-4.033a3.196 3.196 0 0 1 3.835-1.294c.498.182.78.083 1.145-.283 1.012-1.045 2.058-2.058 3.087-3.103.266-.266.68-.449.432-1.03-.233-.547-.631-.414-1.03-.431zM11.97 4.942c.913.016 1.643-.714 1.66-1.627v-.05a1.646 1.646 0 0 0-1.76-1.56 1.63 1.63 0 0 0-1.543 1.527 1.64 1.64 0 0 0 1.577 1.71zm.033 5.41a1.66 1.66 0 0 0-1.676 1.61v.084a1.73 1.73 0 0 0 1.643 1.66c.847.016 1.643-.78 1.677-1.627a1.65 1.65 0 0 0-1.577-1.71c-.017-.016-.05-.016-.067-.016zm7.088 1.694c.016.896.747 1.61 1.626 1.643a1.723 1.723 0 0 0 1.66-1.726 1.666 1.666 0 0 0-1.66-1.61 1.623 1.623 0 0 0-1.643 1.577c.017.05.017.083.017.116M3.24 10.353a1.69 1.69 0 0 0-1.66 1.626c-.017.847.863 1.727 1.693 1.71a1.687 1.687 0 0 0 1.626-1.743 1.615 1.615 0 0 0-1.643-1.593Zm8.68 12c.98.033 1.71-.647 1.727-1.593a1.646 1.646 0 0 0-1.51-1.793 1.646 1.646 0 0 0-1.793 1.51v.233a1.61 1.61 0 0 0 1.543 1.66c0-.017.017-.017.033-.017"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/raycast.svg b/mkdocs-material/material/templates/.icons/simple/raycast.svg new file mode 100644 index 0000000..e9efb3f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/raycast.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.004 15.492v2.504L0 11.992l1.258-1.249Zm2.504 2.504H6.004L12.008 24l1.253-1.253zm14.24-4.747L24 11.997 12.003 0 10.75 1.251 15.491 6h-2.865L9.317 2.692 8.065 3.944l2.06 2.06H8.691v9.31H18v-1.432l2.06 2.06 1.252-1.252L18 11.37V8.506ZM6.63 5.372 5.38 6.625l1.342 1.343 1.251-1.253Zm10.655 10.655-1.247 1.251 1.342 1.343 1.253-1.251zM3.944 8.059 2.692 9.31l3.312 3.314v-2.506zm9.936 9.937h-2.504l3.314 3.312 1.25-1.252z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/raylib.svg b/mkdocs-material/material/templates/.icons/simple/raylib.svg new file mode 100644 index 0000000..d6c3f1b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/raylib.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0v24h24V0zm1.5 1.5h21v21h-21zm14.813 15.469v3.281h.937v-.469h-.469V16.97zm1.406 0v.468h.468v-.468zm.937 0v3.281H21v-2.344h-1.875v-.937zm-10.781.937v2.344h.469v-1.875h1.875v-.469zm2.813 0v.469h1.874v.469h-1.874v1.406h2.343v-2.344zm2.812 0v2.344h1.875v.469H13.5v.468h2.344v-3.28h-.469v1.874h-1.406v-1.875zm4.219 0v2.344h.468v-2.344zm1.406.469h1.406v1.406h-1.406zm-7.969.938h1.406v.468h-1.406z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/razer.svg b/mkdocs-material/material/templates/.icons/simple/razer.svg new file mode 100644 index 0000000..5065dc4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/razer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.4 0a.39.39 0 0 0-.278.125L22.91.35l-.401.182a.7.7 0 0 0-.417 0 .3.3 0 0 1-.171 0 1 1 0 0 0-.567 0A.9.9 0 0 0 21 .596a.88.88 0 0 0-.412.337l-.037.048a1.25 1.25 0 0 0-.898.684 1 1 0 0 0-.07.225 2 2 0 0 0-.337-.193 2.03 2.03 0 0 0-2.063.305 2.08 2.08 0 0 0-.69 2.139c.086.376.23.737.428 1.069a12 12 0 0 0 1.737 2.138c.526.512.996 1.078 1.401 1.69l.053.096c.396.754.321 1.31-.219 1.647a1.36 1.36 0 0 1-.572.198 2.5 2.5 0 0 0-.144-2.07 2.3 2.3 0 0 0-.3-.406c-.79-.866-1.63-.674-1.962-.449a.385.385 0 0 0-.15.455l.027.058a.39.39 0 0 0 .38.188 1.07 1.07 0 0 1 .962.582c.23.384.23.862 0 1.246a5 5 0 0 1-.534-.535l-.07-.07-.037-.042a3.37 3.37 0 0 0-1.92-1.208 3.1 3.1 0 0 0-.406-1.455 4.4 4.4 0 0 0-1.358-1.48 3 3 0 0 0-.267-.16 3.085 3.085 0 0 0-2.251-2.717 2.7 2.7 0 0 0-2.968 1.139c-.053.086-.112.171-.165.267a12.3 12.3 0 0 0-1.038 2.78 11.6 11.6 0 0 1-.775 2.187l-.059.107c-.213.374-.406.583-.609.647a.4.4 0 0 1-.374-.064c-.203-.14-.155-.423 0-.973a3 3 0 0 0 .128-.45 1.2 1.2 0 0 0-.203-.946 1.07 1.07 0 0 0-.786-.411c-.49-.018-.94.27-1.128.722l-.08.15a.97.97 0 0 0-.316-.46 1 1 0 0 0-.294-.129 1 1 0 0 0-.535-.198.34.34 0 0 1-.17-.053.7.7 0 0 0-.434-.097l-.326-.256-.144-.278c-.18-.35-.707-.238-.727.155a.385.385 0 0 0 .032.727l.305.075.342.267a.7.7 0 0 0 .192.37.3.3 0 0 1 .086.149c.058.184.167.347.315.47a.88.88 0 0 0 .727.465h.06c.262.313.662.477 1.068.439a1 1 0 0 0 .23-.054 2 2 0 0 0 0 .38 2.03 2.03 0 0 0 1.3 1.636 2.08 2.08 0 0 0 2.208-.481c.276-.26.51-.562.695-.893.422-.817.75-1.68.978-2.572.179-.711.433-1.401.76-2.058l.058-.096c.454-.722.973-.936 1.535-.637.18.096.338.231.46.396-.714.12-1.34.543-1.717 1.16q-.126.22-.203.46c-.353 1.117.23 1.748.593 1.925.16.077.353.035.466-.102l.037-.053a.39.39 0 0 0 0-.423 1.07 1.07 0 0 1 0-1.128c.218-.384.627-.62 1.07-.615q-.06.368-.177.722l-.034.093a3.53 3.53 0 0 0-.084 2.324 3.1 3.1 0 0 0-1.07 1.07 4.4 4.4 0 0 0-.603 1.913 3 3 0 0 0 0 .31 3.085 3.085 0 0 0-1.23 3.31 2.7 2.7 0 0 0 2.47 2h.31a12.3 12.3 0 0 0 2.925-.493 11.6 11.6 0 0 1 2.283-.422h.117c.304-.037.61.035.866.203.102.09.152.224.134.358 0 .246-.289.348-.855.466a3 3 0 0 0-.45.117 1.2 1.2 0 0 0-.721.647 1.07 1.07 0 0 0 .037.888c.229.435.704.683 1.193.62h.165a.97.97 0 0 0-.235.502.9.9 0 0 0 0 .364c-.019.183.013.368.091.535a.34.34 0 0 1 .043.176c-.002.151.045.3.133.422l-.058.412-.166.262a.385.385 0 0 0 .497.535c.287.265.74-.016.63-.39l-.085-.3.064-.433a.7.7 0 0 0 .22-.353.3.3 0 0 1 .085-.15c.131-.141.218-.318.252-.508a.9.9 0 0 0 .122-.336.88.88 0 0 0-.085-.535v-.053c.134-.376.08-.794-.144-1.123a1 1 0 0 0-.16-.171q.173-.074.33-.182a2.03 2.03 0 0 0 .77-1.94 2.08 2.08 0 0 0-1.518-1.674 3.7 3.7 0 0 0-1.123-.155c-.919.043-1.83.19-2.716.438-.697.198-1.414.322-2.138.369h-.112c-.85-.032-1.294-.374-1.316-1.01a1.4 1.4 0 0 1 .113-.594c.459.559 1.138.89 1.86.909q.255 0 .503-.054c1.144-.25 1.4-1.069 1.374-1.475a.385.385 0 0 0-.321-.353h-.064a.39.39 0 0 0-.353.235 1.07 1.07 0 0 1-.984.535 1.21 1.21 0 0 1-1.069-.631q.35-.132.716-.209h.155a3.37 3.37 0 0 0 2.01-1.069c.449.243.95.372 1.46.374.679.01 1.35-.138 1.962-.433q.141-.066.273-.15a3.085 3.085 0 0 0 3.48-.587 2.7 2.7 0 0 0 .498-3.139 7 7 0 0 0-.15-.273 12.3 12.3 0 0 0-1.887-2.288 11.6 11.6 0 0 1-1.508-1.764l-.064-.102a1.3 1.3 0 0 1-.257-.85.4.4 0 0 1 .16-.267c.225-.107.444.08.83.508q.151.177.326.331c.25.225.584.334.92.3a1.07 1.07 0 0 0 .748-.476c.263-.416.24-.951-.06-1.342l-.085-.145c.18.035.365.019.535-.048a.9.9 0 0 0 .32-.197c.178-.076.33-.2.44-.359a.34.34 0 0 1 .133-.123.7.7 0 0 0 .3-.326l.384-.155h.31a.385.385 0 0 0 .353-.577l-.005.01a.4.4 0 0 0-.118-.128A.385.385 0 0 0 23.4 0m.006.398-.187.315.347.086-.395.005-.658.262a.26.26 0 0 1-.171.262c-.316.182-.198.321-.583.487-.08.032-.107.101-.256.176s-.407-.027-.535 0a.32.32 0 0 0-.203.535c.085.144.486.679.192 1.112a.71.71 0 0 1-1.107.102c-.368-.305-.866-1.214-1.577-.877-.71.336-.502 1.128-.085 1.796.882 1.39 2.705 2.673 3.523 4.277 1 2-1.107 4.336-3.673 3.117a2.3 2.3 0 0 1-.396.24c-1.069.535-2.512.578-3.395-.117-.395.941-1.79 1.182-2.031 1.24-.423.08-.832.22-1.214.418.487 1.614 2.47 1.454 2.908.427 0 0 .054.824-1.069 1.07a2.14 2.14 0 0 1-2.288-1.16c-.33.346-.507.81-.492 1.288.027.69.46 1.337 1.69 1.385 1.662.064 4.25-1.203 6.014-.669 1.344.335 1.723 2.065.642 2.93a2.7 2.7 0 0 1-1.23.385c-.182.01-.198.091-.181.145.016.053.117.053.278.053.582-.053 1.208.283.93 1.166-.043.123.155.352.117.534-.053.262-.112.203-.112.289-.07.412-.235.326-.337.679a.26.26 0 0 1-.203.208l-.101.706.112.38-.182-.321-.251.257.214-.332.101-.7a.26.26 0 0 1-.16-.267c0-.364-.182-.332-.128-.75.037-.085 0-.042 0-.31.016-.186.23-.341.272-.48.043-.14.054-.45-.369-.45-.198.006-.85.075-1.069-.39a.71.71 0 0 1 .465-1.01c.45-.16 1.497-.123 1.556-.91.059-.785-.727-.999-1.513-.972-1.657.059-3.663 1.01-5.48.903-2.23-.128-3.198-3.133-.861-4.737a2.3 2.3 0 0 1 0-.465c.09-1.219.77-2.47 1.812-2.85-.593-.818-.128-2.149-.058-2.384.135-.4.213-.818.23-1.24-1.642-.37-2.497 1.411-1.824 2.304 0 0-.743-.369-.395-1.465a2.14 2.14 0 0 1 2.138-1.4 1.79 1.79 0 0 0-.871-1.07c-.61-.3-1.385-.267-2.043.77-.887 1.411-1.063 4.293-2.427 5.544-.961 1-2.652.463-2.86-.909a2.7 2.7 0 0 1 .278-1.256c.08-.166.032-.214-.038-.23s-.123.07-.187.214a.823.823 0 0 1-1.475.224c-.097-.107-.342.006-.535-.17-.192-.177-.128-.188-.192-.241-.321-.273-.16-.375-.418-.636a.26.26 0 0 1-.08-.284L.796 7.2.41 7.102h.38l-.102-.347.182.353.534.438a.26.26 0 0 1 .31 0c.321.182.38.01.717.262.07.054.133.027.283.134s.187.374.278.476a.32.32 0 0 0 .572-.096c.086-.193.332-.77.866-.728.457.027.77.47.642.91-.091.47-.652 1.357 0 1.801s1.235-.134 1.604-.829c.775-1.46.957-3.678 1.957-5.202 1.23-1.887 4.309-1.224 4.533 1.604q.218.09.412.225c1.032.69 1.759 1.924 1.567 2.994 1.02-.129 1.919.957 2.09 1.138.28.328.606.612.968.845 1.165-1.23.037-2.865-1.07-2.732 0 0 .69-.46 1.466.39a2.14 2.14 0 0 1 .139 2.561c.465.113.956.034 1.363-.219.583-.353.925-1.07.353-2.138-.776-1.476-3.187-3.075-3.588-4.876-.384-1.333.928-2.528 2.219-2.021.38.21.705.51.946.871.102.155.166.134.214.086s-.005-.14-.096-.268a.823.823 0 0 1 .534-1.39c.145-.027.161-.289.418-.374.256-.086.23-.016.31-.048.395-.15.406.043.759-.048.1-.038.212-.01.283.07l.68-.263zm-10.297 6.26c-.065.53-.348 1.647-.187 2.332.155.871.823.823 1.069.395.163-.332.2-.711.107-1.069a3.1 3.1 0 0 0-.984-1.636zm.256.872c.17.262.293.551.364.856a1.3 1.3 0 0 1 0 .759c-.086.187-.332.187-.423-.23-.04-.462-.02-.928.06-1.385zm1.727 2.661c-.517.012-.67.472-.47.82.207.31.521.534.882.63a3.1 3.1 0 0 0 1.908-.037c-.422-.32-1.25-1.123-1.903-1.342a1.3 1.3 0 0 0-.417-.07zm.088.401a.8.8 0 0 1 .201.04c.429.197.83.45 1.192.753a2.8 2.8 0 0 1-.962-.107 1.3 1.3 0 0 1-.642-.396c-.095-.134-.036-.3.21-.29zm-2.285.183a1.54 1.54 0 0 0-.984.45 3.1 3.1 0 0 0-.936 1.673c.535-.203 1.604-.519 2.139-.973.663-.588.251-1.166-.22-1.15zm-.025.341c.188.008.276.217-.04.488a5.4 5.4 0 0 1-1.234.631c.134-.277.315-.528.534-.743a1.3 1.3 0 0 1 .7-.374z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/razorpay.svg b/mkdocs-material/material/templates/.icons/simple/razorpay.svg new file mode 100644 index 0000000..2292247 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/razorpay.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22.436 0-11.91 7.773-1.174 4.276 6.625-4.297L11.65 24h4.391zM14.26 10.098 3.389 17.166 1.564 24h9.008z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rclone.svg b/mkdocs-material/material/templates/.icons/simple/rclone.svg new file mode 100644 index 0000000..bd0c96a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rclone.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.842.626a7.33 7.33 0 0 0-6.196 3.667 7.3 7.3 0 0 0-.966 4.175 8 8 0 0 1 2.657-.454l1.47-.002c-.009-.559.125-1.128.425-1.648a3.196 3.196 0 0 1 5.535 3.196l-1.478 2.564 1.195 2.072h2.391l1.478-2.566A7.336 7.336 0 0 0 11.842.626m-1.545 8.073-2.96.003a7.337 7.337 0 1 0 4.096 13.423 8 8 0 0 1-1.72-2.075l-.737-1.273c-.48.288-1.039.457-1.64.457a3.196 3.196 0 1 1 0-6.391l2.96-.002 1.197-2.071zm9.587.747a8 8 0 0 1-.935 2.528l-.734 1.275c.489.271.915.671 1.215 1.192a3.196 3.196 0 0 1-5.535 3.195l-1.482-2.563H10.02l-1.195 2.071 1.483 2.563a7.336 7.336 0 0 0 12.707-7.337 7.3 7.3 0 0 0-3.132-2.924"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/react.svg b/mkdocs-material/material/templates/.icons/simple/react.svg new file mode 100644 index 0000000..876915c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/react.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.23 12.004a2.236 2.236 0 0 1-2.235 2.236 2.236 2.236 0 0 1-2.236-2.236 2.236 2.236 0 0 1 2.235-2.236 2.236 2.236 0 0 1 2.236 2.236m2.648-10.69c-1.346 0-3.107.96-4.888 2.622-1.78-1.653-3.542-2.602-4.887-2.602-.41 0-.783.093-1.106.278-1.375.793-1.683 3.264-.973 6.365C1.98 8.917 0 10.42 0 12.004c0 1.59 1.99 3.097 5.043 4.03-.704 3.113-.39 5.588.988 6.38.32.187.69.275 1.102.275 1.345 0 3.107-.96 4.888-2.624 1.78 1.654 3.542 2.603 4.887 2.603.41 0 .783-.09 1.106-.275 1.374-.792 1.683-3.263.973-6.365C22.02 15.096 24 13.59 24 12.004c0-1.59-1.99-3.097-5.043-4.032.704-3.11.39-5.587-.988-6.38a2.17 2.17 0 0 0-1.092-.278zm-.005 1.09v.006c.225 0 .406.044.558.127.666.382.955 1.835.73 3.704-.054.46-.142.945-.25 1.44a23.5 23.5 0 0 0-3.107-.534A24 24 0 0 0 12.769 4.7c1.592-1.48 3.087-2.292 4.105-2.295zm-9.77.02c1.012 0 2.514.808 4.11 2.28-.686.72-1.37 1.537-2.02 2.442a23 23 0 0 0-3.113.538 15 15 0 0 1-.254-1.42c-.23-1.868.054-3.32.714-3.707.19-.09.4-.127.563-.132zm4.882 3.05q.684.704 1.36 1.564c-.44-.02-.89-.034-1.345-.034q-.691-.001-1.36.034c.44-.572.895-1.096 1.345-1.565zM12 8.1c.74 0 1.477.034 2.202.093q.61.874 1.183 1.86.557.961 1.018 1.946c-.308.655-.646 1.31-1.013 1.95-.38.66-.773 1.288-1.18 1.87a25.6 25.6 0 0 1-4.412.005 27 27 0 0 1-1.183-1.86q-.557-.961-1.018-1.946a25 25 0 0 1 1.013-1.954c.38-.66.773-1.286 1.18-1.868A25 25 0 0 1 12 8.098zm-3.635.254c-.24.377-.48.763-.704 1.16q-.336.585-.635 1.174c-.265-.656-.49-1.31-.676-1.947.64-.15 1.315-.283 2.015-.386zm7.26 0q1.044.153 2.006.387c-.18.632-.405 1.282-.66 1.933a25.952 25.952 0 0 0-1.345-2.32zm3.063.675q.727.226 1.375.498c1.732.74 2.852 1.708 2.852 2.476-.005.768-1.125 1.74-2.857 2.475-.42.18-.88.342-1.355.493a24 24 0 0 0-1.1-2.98c.45-1.017.81-2.01 1.085-2.964zm-13.395.004c.278.96.645 1.957 1.1 2.98a23 23 0 0 0-1.086 2.964c-.484-.15-.944-.318-1.37-.5-1.732-.737-2.852-1.706-2.852-2.474s1.12-1.742 2.852-2.476c.42-.18.88-.342 1.356-.494m11.678 4.28c.265.657.49 1.312.676 1.948-.64.157-1.316.29-2.016.39a26 26 0 0 0 1.341-2.338zm-9.945.02c.2.392.41.783.64 1.175q.345.586.705 1.143a22 22 0 0 1-2.006-.386c.18-.63.406-1.282.66-1.933zM17.92 16.32c.112.493.2.968.254 1.423.23 1.868-.054 3.32-.714 3.708-.147.09-.338.128-.563.128-1.012 0-2.514-.807-4.11-2.28.686-.72 1.37-1.536 2.02-2.44 1.107-.118 2.154-.3 3.113-.54zm-11.83.01c.96.234 2.006.415 3.107.532.66.905 1.345 1.727 2.035 2.446-1.595 1.483-3.092 2.295-4.11 2.295a1.2 1.2 0 0 1-.553-.132c-.666-.38-.955-1.834-.73-3.703.054-.46.142-.944.25-1.438zm4.56.64q.661.032 1.345.034.691.001 1.36-.034c-.44.572-.895 1.095-1.345 1.565q-.684-.706-1.36-1.565"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/reactbootstrap.svg b/mkdocs-material/material/templates/.icons/simple/reactbootstrap.svg new file mode 100644 index 0000000..fc9a694 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/reactbootstrap.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.679.626c-.5 0-.948.112-1.33.333-.367.213-.675.53-.917.942-.226.386-.393.856-.496 1.396-.197 1.042-.155 2.346.124 3.77q.053.271.116.542a17 17 0 0 0-.644.209C3.187 8.287 2.062 8.9 1.279 9.59c-.406.358-.72.736-.935 1.124A2.6 2.6 0 0 0 0 11.97c0 .846.469 1.703 1.355 2.48.835.733 2.015 1.372 3.412 1.85q.195.066.395.128a17 17 0 0 0-.128.61c-.266 1.399-.297 2.68-.09 3.703.107.53.277.99.506 1.37.243.404.552.716.917.927.386.222.839.335 1.348.335.692 0 1.467-.206 2.302-.61.818-.398 1.653-.967 2.482-1.691a13 13 0 0 0 .391-.356h6.146q1.302 0 2.246-.38.943-.38 1.548-1.023t.887-1.534A6.2 6.2 0 0 0 24 15.871c0-1.188-.215-2.172-.642-2.96q-.634-1.167-1.867-1.514a.03.03 0 0 1-.02-.033.03.03 0 0 1 .016-.03 3.5 3.5 0 0 0 1.411-1.442q.498-.935.498-2.25c0-1.447-.366-2.523-1.095-3.238q-1.093-1.073-2.906-1.072h-6.512a16 16 0 0 0-.308-.282c-.861-.763-1.72-1.363-2.552-1.78C9.169.844 8.38.627 7.679.627m.007 1.7c.434 0 .995.17 1.623.492.68.35 1.419.87 2.134 1.505l.136.123a26 26 0 0 0-1.846 2.302c-1.016.1-1.992.248-2.907.441a15 15 0 0 1-.092-.434L6.73 6.74c-.218-1.114-.271-2.131-.153-2.942.101-.696.328-1.194.624-1.365a.96.96 0 0 1 .484-.107m5.16 3.217v12.912l-.765-.946-.5-.617c-.253-.312-.657-.889-1.14-1.624a29 29 0 0 1-.794-1.282l-.015-.025c-.23-.398-.403-.72-.54-.977a39 39 0 0 1-.507-.981l.03-.058.002-.004a31 31 0 0 1 .566-1.098l.001-.003.208-.402.306-.507.002-.004q.172-.293.353-.584l.21-.348c.281-.464.507-.803.863-1.294.191-.264.373-.496.661-.856v-.001l.015-.018.005-.007q.176-.225.351-.437l.004-.005.002-.003a83 83 0 0 1 .683-.831zm2.391.252h3.829q.963.001 1.474.536c.51.535.51.974.51 1.852 0 .78-.19 1.375-.567 1.794-.378.419-.85.624-1.417.624h-3.829c-.014 0-.025-.015-.025-.033v-4.74c0-.018.011-.033.025-.033M8.498 8.616a32 32 0 0 0-.793 1.375 23 23 0 0 1-.417-1.16 23 23 0 0 1 1.21-.215m-2.865.634c.288.892.649 1.816 1.072 2.748a26 26 0 0 0-1.087 2.79 12 12 0 0 1-.3-.098c-1.162-.397-2.13-.91-2.798-1.482-.512-.438-.817-.9-.817-1.236 0-.345.305-.79.838-1.22.62-.502 1.503-.96 2.551-1.326a15 15 0 0 1 .541-.176m9.604 3.543h4.149c.718 0 1.27.224 1.67.692s.597 1.125.597 1.988c0 .877-.2 1.56-.597 2.037q-.591.723-1.67.722h-4.149c-.014 0-.025-.015-.025-.033v-5.373c0-.019.01-.033.025-.033M7.707 14a31 31 0 0 0 .818 1.411 22 22 0 0 1-1.252-.209q.195-.591.434-1.202m-.894 2.844c.902.185 1.89.324 2.94.414a26 26 0 0 0 1.862 2.317q-.117.108-.236.212c-.917.803-1.839 1.382-2.664 1.677l-.018.007c-.37.13-.7.196-.98.196q-.313 0-.498-.106c-.3-.173-.532-.66-.639-1.336-.124-.789-.08-1.782.126-2.872q.049-.255.107-.509"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/reacthookform.svg b/mkdocs-material/material/templates/.icons/simple/reacthookform.svg new file mode 100644 index 0000000..6bdfbb5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/reacthookform.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.775 17.348H5.806a.282.282 0 1 0 0 .563h4.97a.282.282 0 1 0 0-.563m7.32 0h-4.969a.282.282 0 1 0 0 .563h4.969a.282.282 0 0 0 0-.563m-7.334-6.475H5.807a.282.282 0 1 0 0 .563h4.954a.282.282 0 1 0 0-.563m7.32 0h-4.955a.282.282 0 1 0 0 .563h4.955a.282.282 0 0 0 0-.563m.552-9.2h-4.341a2.404 2.404 0 0 0-4.58 0H5.366a3.097 3.097 0 0 0-3.096 3.096v16.134A3.097 3.097 0 0 0 5.367 24h13.266a3.097 3.097 0 0 0 3.096-3.097V4.77a3.097 3.097 0 0 0-3.096-3.096m-8.705.563a.28.28 0 0 0 .281-.223 1.841 1.841 0 0 1 3.598 0 .28.28 0 0 0 .282.223h1.514V4.08a.845.845 0 0 1-.844.844H9.255a.845.845 0 0 1-.844-.844V2.236Zm11.238 18.667c0 1.4-1.134 2.534-2.533 2.534H5.367a2.534 2.534 0 0 1-2.533-2.534V4.77c0-1.399 1.134-2.533 2.533-2.533h2.48V4.08c0 .777.63 1.407 1.408 1.407h5.49c.777 0 1.407-.63 1.407-1.407V2.236h2.48c1.4 0 2.534 1.134 2.534 2.533z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/reactiveresume.svg b/mkdocs-material/material/templates/.icons/simple/reactiveresume.svg new file mode 100644 index 0000000..80500ee --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/reactiveresume.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 3.393v12.949h3.662v-3.44h2c1.8-.002 4.084-.395 5.276-2.183q.703-1.073.703-2.535 0-1.479-.704-2.551-.703-1.092-1.998-1.666c-.85-.382-1.836-.574-3.02-.574zm3.662 2.886h2.035q1.147 0 1.701.5.574.498.575 1.405-.001.888-.575 1.388-.554.5-1.7.5H3.661V6.28zm8.906 4.301 3.764 5.012-3.764 5.015h3.92l1.795-2.388 1.795 2.388H24L16.488 10.58zm7.51 0-1.369 1.834 1.969 2.61L24 10.58zM9.096 12.912s-1.496.628-3.467.604l2.115 2.826h3.92z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/reactivex.svg b/mkdocs-material/material/templates/.icons/simple/reactivex.svg new file mode 100644 index 0000000..db5de2f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/reactivex.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.402 2.343c-2.224.984-3.615 2.583-4.4 3.747-.852 1.268-1.184 2.319-1.184 2.328-.002.036.005-.017 0 .019-.246.7-.473 1.798-.473 1.807-.265 1.344-.142 2.593-.142 2.612l.029.246a10 10 0 0 1 .132-1.012c.019-.133.37-2.016 1.694-3.511.142-.218 1.675-2.233 4.495-2.233.606 0 1.24.094 1.874.283h.019c.038.01.87.313 1.173.464.284.142.786.36.795.36h.02c2.715 1.325 5.062 1.75 5.081 1.76q1.008.17 1.817.17c1.079 0 1.855-.236 2.262-.69.237-.26.307-.559.293-.814.019-.985-.785-2.044-1.467-2.754a11 11 0 0 0-1.542-1.344c-2.044-1.514-4.23-2.28-6.52-2.28-2.347.009-3.937.832-3.956.842m7.419 2.659c.284 0 .511.227.511.51a.51.51 0 0 1-.511.512.51.51 0 0 1-.511-.511c0-.284.227-.511.511-.511m-6.605-1.94c.075 0 .123.019.142.019l3.227 1.003-.123.255-1.543-.482c-.548-.17-1.12-.351-1.656-.52-.01 0-.028-.01-.047-.01-.02 0-.048 0-.067.01-.293.075-1.097.359-1.334.785a.48.48 0 0 0-.038.378c0 .01.17.54.596 1.088l2.14-.104 1.428-.066-.142.293-3.549.17c-.53-.643-.738-1.286-.738-1.286C6.181 3.554 8.083 3.07 8.083 3.07q.068-.003.133-.01zm11.223 15.747c2.177-.946 3.104-2.584 3.104-2.584 2.035-2.772 1.344-5.697 1.344-5.697-1.296 2.82-2.48 3.596-2.48 3.596 3.19-4.854.02-7.788.02-7.788C22.723 9.1 21 12.468 21 12.468c-1.448 3.048-3.502 4.136-3.502 4.136 2.29.426 3.975-1.117 3.975-1.117-3.284 3.549-6.842 3.379-6.842 3.379 1.495 1.675 3.738 1.533 3.738 1.533-2.934.69-5.688-.284-7.95-2.167-.425-.35-.832-.73-1.21-1.136-.144-.15-.28-.31-.417-.464-.047 1.751 1.779 3.379 1.779 3.379-2.29-.947-3.34-3-3.34-3s-1.543-2.631-.426-5.631c1.107-2.962 4.419-3.626 4.504-3.645a53 53 0 0 0-.814-.367c-.293-.142-1.145-.455-1.145-.455a6.4 6.4 0 0 0-1.798-.274c-2.792 0-4.277 2.11-4.277 2.11-1.316 1.477-1.628 3.388-1.628 3.388-.37 1.827.028 3.748.028 3.748s.038.151.048.217c.303.72.69 1.43 1.145 2.101 2.46 3.672 6.454 4.94 6.454 4.94 5.914 2.006 9.955-.946 9.955-.946 3.72-2.555 4.467-5.508 4.467-5.508-3.01 2.338-4.306 2.12-4.306 2.12zM1.307 14.948a12.6 12.6 0 0 1-.36-1.78c-.01-.098-.025-.207-.037-.302 0 0-.133-1.287.151-2.697 0 0 .01-.038.02-.095.036-.203.093-.407.132-.577.085-.37.208-.814.33-1.174 0 0 1.307-4.287 5.726-6.245 0 0 1.524-.805 3.823-.862a3.7 3.7 0 0 0-.51-.435c-1.08-.72-2.688-.956-3.663.057-.293.303-.54.634-.814.937-.312.34-.69.624-1.126.785-.378.142-.757.114-1.145.18-.397.066-.804.208-1.126.464-.35.284-.492.662-.53 1.097-.038.341-.028.691-.047 1.032-.048 1.003-.37 1.287-1.089 1.845-.303.227-.558.53-.747.852-.568 1.003.34 2.044.388 3.057.01.208-.01.416-.085.615-.076.217-.228.36-.35.54-.171.236-.285.52-.237.813s.199.568.34.823c.275.455.616.862.975 1.25.012.016.038.04.054.052z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/reactos.svg b/mkdocs-material/material/templates/.icons/simple/reactos.svg new file mode 100644 index 0000000..1d73086 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/reactos.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.21 24c-1.148-.007-2.477-.334-3.89-.915-2.823-1.163-6.04-3.372-9.036-6.367S2.075 10.505.913 7.68C-.25 4.857-.383 2.36.988.989 2.358-.38 4.855-.248 7.679.915q.46.189.932.415-.498.169-.974.383l-.141-.058C4.832.558 2.698.519 1.607 1.609.517 2.7.557 4.83 1.653 7.494s3.235 5.793 6.147 8.704c2.91 2.911 6.044 5.05 8.708 6.147s4.79 1.136 5.88.045c1.091-1.09 1.056-3.22-.041-5.884-.108-.263-.23-.531-.358-.803q.2-.476.354-.973.423.81.744 1.589c1.163 2.823 1.292 5.32-.079 6.691-.685.685-1.651.997-2.799.99zM3.79 24c-1.148.008-2.117-.305-2.802-.99-1.37-1.37-1.238-3.868-.075-6.691.235-.572.517-1.16.836-1.76q.147.5.34.978a18 18 0 0 0-.436.969C.556 19.169.521 21.3 1.611 22.39c1.091 1.091 3.221 1.051 5.885-.045.922-.38 3.021-1.69 4.026-2.308q.324.243.649.474c-1.157.733-3.415 2.13-4.492 2.574-1.412.581-2.74.907-3.888.915zm9.753-4.458a25 25 0 0 1-.645-.433 35 35 0 0 0 3.302-2.911c2.912-2.911 5.05-6.04 6.147-8.704s1.132-4.794.042-5.885c-1.091-1.09-3.217-1.055-5.88.042l-.072.029a11 11 0 0 0-.99-.379q.443-.211.874-.39c2.824-1.163 5.321-1.292 6.691.078s1.238 3.864.075 6.688c-1.162 2.823-3.376 6.046-6.37 9.04a36 36 0 0 1-3.174 2.825m1.95 1.156c-.325-.17-1.798-1.073-2.135-1.273 1.002-.806 2.423-1.97 3.396-2.944 1.718-1.718 3.981-4.787 5.162-6.555-.008.111-.093 2.49-.105 2.6a9.8 9.8 0 0 1-6.318 8.172m-6.928-.034c-3.407-1.308-6.043-4.71-6.287-8.198-.01-.151-.06-.399-.054-.984.007-.602.056-1.423.159-1.283 1.036 1.42 3.976 5.455 5.352 6.83.973.973 1.927 1.624 2.929 2.43a113 113 0 0 1-2.1 1.205zm3.43-2.208a33 33 0 0 1-3.443-3.01c-2.54-2.54-4.462-5.254-5.568-7.582 1.45-3.597 4.973-6.138 9.087-6.138 4.051 0 7.53 2.465 9.02 5.976-1.093 2.363-3.045 5.145-5.643 7.743a33 33 0 0 1-3.452 3.011z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/reactquery.svg b/mkdocs-material/material/templates/.icons/simple/reactquery.svg new file mode 100644 index 0000000..0cf3be2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/reactquery.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.93 13.688a.343.343 0 0 1 .468.132l.063.106q.72 1.277 1.5 2.426a36 36 0 0 0 2.074 2.742.346.346 0 0 1-.039.484l-.074.066c-2.543 2.223-4.191 2.665-4.953 1.333-.746-1.305-.477-3.672.808-7.11a.34.34 0 0 1 .153-.18M17.75 16.3a.34.34 0 0 1 .395.27l.02.1q.942 4.93-1.325 4.93c-1.48 0-3.36-1.402-5.649-4.203a.33.33 0 0 1-.074-.222c0-.188.156-.34.344-.34h.121a33 33 0 0 0 2.809-.098q1.606-.128 3.359-.437m.871-6.977a.353.353 0 0 1 .445-.21l.102.034q4.895 1.665 3.719 3.664-1.148 1.957-6.684 2.848a.36.36 0 0 1-.238-.047.343.343 0 0 1-.125-.476l.062-.106a34 34 0 0 0 1.367-2.523q.717-1.484 1.352-3.184M7.797 8.34a.36.36 0 0 1 .238.047.343.343 0 0 1 .125.476l-.062.106a34 34 0 0 0-1.367 2.523q-.717 1.483-1.352 3.184a.353.353 0 0 1-.445.21l-.102-.034q-4.895-1.666-3.719-3.664Q2.261 9.23 7.797 8.34m5.281-3.984c2.543-2.223 4.192-2.664 4.953-1.332.746 1.304.477 3.671-.808 7.109a.34.34 0 0 1-.153.18.343.343 0 0 1-.468-.133l-.063-.106a35 35 0 0 0-1.5-2.426 36 36 0 0 0-2.074-2.742.346.346 0 0 1 .039-.484ZM7.285 2.274q2.22 0 5.649 4.203a.35.35 0 0 1 .078.218.35.35 0 0 1-.348.344l-.117-.004a35 35 0 0 0-2.809.102 36 36 0 0 0-3.363.437.343.343 0 0 1-.394-.273l-.02-.098q-.944-4.929 1.324-4.93m2.871 5.812h3.688a.64.64 0 0 1 .55.316l1.848 3.22a.64.64 0 0 1 0 .628l-1.847 3.223a.64.64 0 0 1-.551.316h-3.688a.63.63 0 0 1-.547-.316L7.758 12.25a.64.64 0 0 1 0-.629L9.61 8.402a.63.63 0 0 1 .546-.316m3.23.793a.64.64 0 0 1 .552.316l1.39 2.426a.64.64 0 0 1 0 .629l-1.39 2.43a.64.64 0 0 1-.551.316h-2.774a.63.63 0 0 1-.546-.316l-1.395-2.43a.64.64 0 0 1 0-.629l1.395-2.426a.63.63 0 0 1 .546-.316Zm-.491.867h-1.79a.62.62 0 0 0-.546.316l-.899 1.56a.64.64 0 0 0 0 .628l.899 1.563a.63.63 0 0 0 .547.316h1.789a.63.63 0 0 0 .547-.316l.898-1.563a.64.64 0 0 0 0-.629l-.898-1.558a.62.62 0 0 0-.547-.317m-.477.828c.227 0 .438.121.547.317l.422.73a.63.63 0 0 1 0 .629l-.422.734a.63.63 0 0 1-.547.317h-.836a.63.63 0 0 1-.547-.317l-.422-.734a.63.63 0 0 1 0-.629l.422-.73a.63.63 0 0 1 .547-.317zm-.418.817a.55.55 0 0 0-.473.273.55.55 0 0 0 0 .547.54.54 0 0 0 .473.27.54.54 0 0 0 .473-.27.55.55 0 0 0 0-.547.55.55 0 0 0-.473-.273Zm-4.422.546h.98M18.982 7.75c.39-1.894.476-3.344.222-4.398-.148-.63-.422-1.137-.84-1.508-.441-.39-1-.582-1.625-.582-1.035 0-2.12.472-3.281 1.367a15 15 0 0 0-1.473 1.316 1 1 0 0 0-.136-.144c-1.446-1.285-2.66-2.082-3.7-2.39-.617-.184-1.195-.2-1.722-.024-.559.187-1.004.574-1.317 1.117-.515.894-.652 2.074-.46 3.527q.119.885.402 1.934a1 1 0 0 0-.215.047C3.008 8.62 1.71 9.269.926 10.015c-.465.442-.77.938-.883 1.481-.113.578 0 1.156.312 1.7.516.894 1.465 1.597 2.817 2.155q.813.334 1.844.61a1 1 0 0 0-.07.226c-.391 1.891-.477 3.344-.223 4.395.148.629.425 1.14.84 1.508.44.39 1 .582 1.625.582 1.035 0 2.12-.473 3.28-1.364q.715-.556 1.489-1.336a1.2 1.2 0 0 0 .195.227c1.446 1.285 2.66 2.082 3.7 2.39.617.184 1.195.2 1.722.024.559-.187 1.004-.574 1.317-1.117.515-.894.652-2.074.46-3.527a15 15 0 0 0-.425-2.012 1.2 1.2 0 0 0 .238-.047c1.828-.61 3.125-1.258 3.91-2.004.465-.441.77-.937.883-1.48.113-.578 0-1.157-.312-1.7-.516-.894-1.465-1.597-2.817-2.156a15 15 0 0 0-1.906-.625 1 1 0 0 0 .059-.195"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/reactrouter.svg b/mkdocs-material/material/templates/.icons/simple/reactrouter.svg new file mode 100644 index 0000000..69e1511 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/reactrouter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.118 5.466a2.3 2.3 0 0 0-.623.08c-.278.067-.702.332-.953.583-.41.423-.49.609-.662 1.469-.08.423.41 1.43.847 1.734.45.317 1.085.502 2.065.608 1.429.16 1.84.636 1.84 2.197 0 1.377-.385 1.747-1.96 1.906-1.707.172-2.58.834-2.765 2.117-.106.781.41 1.76 1.125 2.091 1.627.768 3.15-.198 3.467-2.196.211-1.284.622-1.642 1.998-1.747 1.588-.133 2.409-.675 2.713-1.787.278-1.02-.304-2.157-1.297-2.554-.264-.106-.873-.238-1.35-.291-1.495-.16-1.879-.424-2.038-1.39-.225-1.337-.317-1.562-.794-2.09a2.17 2.17 0 0 0-1.613-.73m-4.785 4.36a2.2 2.2 0 0 0-.497.048c-1.469.318-2.17 2.051-1.35 3.295 1.178 1.774 3.944.953 3.97-1.177.012-1.193-.98-2.143-2.123-2.166M2.089 14.19a2.2 2.2 0 0 0-.427.052c-2.158.476-2.237 3.626-.106 4.182.53.145.582.145 1.111.013 1.191-.318 1.866-1.456 1.549-2.607-.278-1.02-1.144-1.664-2.127-1.64m19.824.008c-.233.002-.477.058-.784.162-1.39.477-1.866 2.092-.98 3.336.557.794 1.96 1.058 2.82.516 1.416-.874 1.363-3.057-.093-3.746-.38-.186-.663-.271-.963-.268"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/reacttable.svg b/mkdocs-material/material/templates/.icons/simple/reacttable.svg new file mode 100644 index 0000000..cd86689 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/reacttable.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.738 1.263c.626 0 1.183.192 1.624.581.417.369.692.88.842 1.507.253 1.054.169 2.505-.222 4.398a1 1 0 0 1-.06.195q1.068.28 1.906.626c1.352.559 2.301 1.264 2.817 2.158.313.542.427 1.12.31 1.696-.11.546-.415 1.04-.882 1.482-.784.745-2.08 1.396-3.91 2.002a1 1 0 0 1-.236.05q.302 1.093.424 2.013c.193 1.452.056 2.629-.46 3.524-.314.543-.758.93-1.316 1.118-.528.177-1.107.16-1.725-.023-1.039-.308-2.253-1.106-3.696-2.39a1.1 1.1 0 0 1-.195-.228 15 15 0 0 1-1.491 1.335c-1.16.894-2.247 1.364-3.28 1.364-.626 0-1.183-.19-1.624-.58-.417-.37-.692-.88-.842-1.507-.253-1.054-.169-2.506.222-4.398a1 1 0 0 1 .072-.224 15 15 0 0 1-1.844-.61C1.82 14.793.871 14.088.355 13.194c-.313-.542-.427-1.12-.31-1.697.11-.545.415-1.039.882-1.482.784-.744 2.08-1.396 3.91-2.002q.107-.034.215-.048a15 15 0 0 1-.403-1.936c-.193-1.452-.056-2.629.46-3.524.314-.543.758-.93 1.316-1.118.528-.177 1.107-.16 1.725.023 1.039.308 2.253 1.106 3.696 2.39q.076.067.137.147.765-.772 1.475-1.32c1.16-.893 2.247-1.364 3.28-1.364M7.359 13.761a.342.342 0 0 0-.582.106q-1.926 5.154-.809 7.11 1.143 1.998 4.953-1.33l.077-.068.053-.059a.35.35 0 0 0-.016-.427 36 36 0 0 1-2.074-2.743 34 34 0 0 1-1.502-2.425l-.06-.106zm10.46 2.534-.067.005a36 36 0 0 1-3.363.437 33 33 0 0 1-2.808.1h-.12l-.07.006a.343.343 0 0 0-.198.554q3.43 4.204 5.647 4.203 2.268 0 1.326-4.928l-.02-.1-.02-.066a.34.34 0 0 0-.374-.206zm-6.231-1.137H9.385l.252.44a.63.63 0 0 0 .548.318h1.403zm3.087 0h-2.203v.758h1.403a.63.63 0 0 0 .548-.317zM19 9.098a.355.355 0 0 0-.379.226 36 36 0 0 1-1.352 3.184 34 34 0 0 1-1.366 2.525l-.063.106-.03.064a.345.345 0 0 0 .155.412.36.36 0 0 0 .237.044q5.537-.892 6.687-2.846 1.176-1.998-3.72-3.666l-.1-.033zm-11.118-.76-.082.003q-5.537.892-6.687 2.846-1.176 1.998 3.72 3.666l.1.033.069.016a.355.355 0 0 0 .379-.226 36 36 0 0 1 1.352-3.184 34 34 0 0 1 1.366-2.525l.063-.106.03-.064a.345.345 0 0 0-.155-.412.36.36 0 0 0-.237-.044zm3.707 5.051H8.37l.507.885h2.71v-.885zm4.102 0h-3.218v.885h2.71zm-4.102-1.768H7.862l-.073.128a.63.63 0 0 0 0 .628l.073.128h3.726zm4.61 0h-3.726v.884h3.726l.073-.128a.63.63 0 0 0 0-.628zm-4.61-1.768h-2.71l-.508.884h3.218zm3.595 0h-2.711v.884h3.218zm2.849-6.83q-1.143-1.998-4.953 1.33l-.077.068-.053.059a.35.35 0 0 0 .016.427q1.153 1.389 2.074 2.743.78 1.147 1.502 2.425l.06.106.04.058a.342.342 0 0 0 .582-.106q1.926-5.154.809-7.11m-6.444 5.188h-1.403a.63.63 0 0 0-.548.317l-.253.44h2.204zm2.287 0h-1.403v.757h2.204l-.253-.44a.63.63 0 0 0-.548-.317m-6.59-5.937q-2.266 0-1.326 4.928l.02.1.02.065c.06.146.214.235.375.207a36 36 0 0 1 3.363-.437 33 33 0 0 1 2.807-.1h.12l.07-.006a.343.343 0 0 0 .198-.554Q9.504 2.274 7.286 2.274"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/readdotcv.svg b/mkdocs-material/material/templates/.icons/simple/readdotcv.svg new file mode 100644 index 0000000..3b57423 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/readdotcv.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.832 3.367 8.668.108a3.15 3.15 0 0 0-3.856 2.226L.943 16.777a3.15 3.15 0 0 0 2.226 3.856l12.163 3.259a3.15 3.15 0 0 0 3.855-2.226l3.87-14.443a3.15 3.15 0 0 0-2.226-3.856M6.332 2.741a1.574 1.574 0 0 1 1.928-1.113l12.163 3.26a1.574 1.574 0 0 1 1.113 1.927l-3.87 14.444a1.574 1.574 0 0 1-1.928 1.113l-12.163-3.26a1.574 1.574 0 0 1-1.113-1.927zm2.634 2.336a.787.787 0 1 0-.407 1.52l9.122 2.444a.787.787 0 1 0 .407-1.52zM6.985 9.434a.787.787 0 0 1 .963-.557l9.123 2.445a.787.787 0 0 1-.408 1.52l-9.122-2.444a.787.787 0 0 1-.556-.964m-.055 3.244a.787.787 0 0 0-.407 1.52l5.32 1.427a.787.787 0 0 0 .408-1.52z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/readme.svg b/mkdocs-material/material/templates/.icons/simple/readme.svg new file mode 100644 index 0000000..c7d6507 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/readme.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.011 3.269H16.19a4.29 4.29 0 0 0-4.185 3.345A4.29 4.29 0 0 0 7.819 3.27H2a2 2 0 0 0-2.001 2v10.244a2 2 0 0 0 2 2h3.738c4.257 0 5.53 1.025 6.138 3.134a.11.11 0 0 0 .112.084h.024a.11.11 0 0 0 .112-.084c.612-2.109 1.885-3.133 6.138-3.133h3.737a2 2 0 0 0 2.001-2V5.27a2 2 0 0 0-1.989-2ZM10.083 14.325a.144.144 0 0 1-.144.144H3.257a.144.144 0 0 1-.144-.144v-.953a.144.144 0 0 1 .144-.144H9.94a.144.144 0 0 1 .144.144zm0-2.537a.144.144 0 0 1-.144.144H3.257a.144.144 0 0 1-.144-.144v-.952a.144.144 0 0 1 .144-.144H9.94a.144.144 0 0 1 .144.144zm0-2.537a.144.144 0 0 1-.144.144H3.257a.144.144 0 0 1-.144-.144V8.3a.144.144 0 0 1 .144-.144H9.94a.144.144 0 0 1 .144.144zm10.804 5.07a.144.144 0 0 1-.144.144h-6.682a.144.144 0 0 1-.144-.144v-.953a.144.144 0 0 1 .144-.144h6.682a.144.144 0 0 1 .144.144zm0-2.537a.144.144 0 0 1-.144.144h-6.682a.144.144 0 0 1-.144-.144v-.952a.144.144 0 0 1 .144-.144h6.682a.144.144 0 0 1 .144.144zm0-2.537a.144.144 0 0 1-.144.144h-6.682a.144.144 0 0 1-.144-.144V8.3a.144.144 0 0 1 .144-.144h6.682a.144.144 0 0 1 .144.144v.952z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/readthedocs.svg b/mkdocs-material/material/templates/.icons/simple/readthedocs.svg new file mode 100644 index 0000000..59bfe3c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/readthedocs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.732 0a59 59 0 0 0-4.977.218V24a63 63 0 0 1 3.619-.687q.255-.041.509-.078.323-.05.644-.096l.205-.03zm1.18.003V22.96a61 61 0 0 1 12.333-.213V1.485A61 61 0 0 0 8.912.003m1.707 1.81h.015c3.06.088 6.125.404 9.167.95a.59.59 0 0 1 .476.686.59.59 0 0 1-.569.484.6.6 0 0 1-.116-.009 60.6 60.6 0 0 0-8.992-.931.59.59 0 0 1-.573-.607.59.59 0 0 1 .592-.572zm-4.212.028a.59.59 0 0 1 .578.565.59.59 0 0 1-.564.614 60 60 0 0 0-2.355.144l-.04.002a.59.59 0 0 1-.595-.542.59.59 0 0 1 .54-.635q1.2-.097 2.401-.148zm4.202 2.834h.015a61.6 61.6 0 0 1 9.167.8.59.59 0 0 1 .488.677.59.59 0 0 1-.602.494 1 1 0 0 1-.076-.006 60.4 60.4 0 0 0-8.99-.786.59.59 0 0 1-.584-.596.59.59 0 0 1 .582-.583m-4.211.097a.59.59 0 0 1 .587.555.59.59 0 0 1-.554.622q-1.18.069-2.356.184l-.04.003a.59.59 0 0 1-.603-.533.59.59 0 0 1 .53-.644q1.2-.117 2.4-.187zM10.6 7.535h.015c3.06-.013 6.125.204 9.167.65a.59.59 0 0 1 .498.67.59.59 0 0 1-.593.504 1 1 0 0 1-.076-.006 60 60 0 0 0-8.992-.638.59.59 0 0 1-.592-.588.59.59 0 0 1 .573-.592m1.153 2.846a61 61 0 0 1 8.02.515.59.59 0 0 1 .509.66.59.59 0 0 1-.586.514 1 1 0 0 1-.076-.005 60 60 0 0 0-8.99-.492.59.59 0 0 1-.603-.577.59.59 0 0 1 .578-.603q.573-.012 1.148-.012m1.139 2.832a61 61 0 0 1 6.871.394.59.59 0 0 1 .52.652.59.59 0 0 1-.577.523 1 1 0 0 1-.076-.004 60 60 0 0 0-8.991-.344.59.59 0 0 1-.61-.568.59.59 0 0 1 .567-.611q1.147-.042 2.296-.042"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/realm.svg b/mkdocs-material/material/templates/.icons/simple/realm.svg new file mode 100644 index 0000000..0d01fc7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/realm.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 .029a12.12 12.12 0 0 0-8.484 3.504v.003C1.291 5.76 0 8.855 0 11.998s1.285 6.244 3.516 8.465l.001.002a12.17 12.17 0 0 0 8.479 3.505H12c3.148 0 6.255-1.283 8.482-3.508l.002-.002A12.08 12.08 0 0 0 24 12.005V12a12.06 12.06 0 0 0-3.518-8.464A12.12 12.12 0 0 0 12 .03zm0 1.336c.48 0 .96.046 1.435.113-2.03.566-3.765 1.622-5.554 1.949a7.4 7.4 0 0 1-2.225.044C7.482 2.135 9.74 1.364 12 1.364zm4.135 1.072q.26.002.521.023a10.6 10.6 0 0 1 2.883 2.022c.092.09.173.194.262.289a10.3 10.3 0 0 1-4.442 1.178c-2.43.06-4.958-.794-7.69-.823a12.7 12.7 0 0 0-4.362.744c.32-.457.672-.893 1.062-1.293 1.223.322 2.5.39 3.748.164h.002c2.264-.412 4.133-1.625 6.049-2.08a8.3 8.3 0 0 1 1.967-.225zM20.67 5.84a10.9 10.9 0 0 1 1.433 2.824 11 11 0 0 0-1.35-.644h-.001a11.3 11.3 0 0 0-6.62-.493h-.003c-1.489.345-2.841.968-4.154 1.524q-.701.297-1.399.553a11 11 0 0 0-1.445-.257h-.002a9.6 9.6 0 0 0-4.194.55 8 8 0 0 1-1.244-.536 11 11 0 0 1 .53-1.557C3.892 6.927 5.773 6.44 7.654 6.46c2.445.026 4.992.89 7.738.822h.004A11.6 11.6 0 0 0 20.67 5.84m-4.031 2.742a10 10 0 0 1 3.625.681 10 10 0 0 1 2.283 1.282q.055.378.082.758a10.7 10.7 0 0 0-2.244-.329 10.3 10.3 0 0 0-3.201.38c-.697.199-1.353.464-1.989.76-1.087-.371-2.166-.86-3.277-1.336a35 35 0 0 0-1.324-.538c1.3-.552 2.554-1.113 3.834-1.41a10 10 0 0 1 2.21-.248zM5.873 10.644q.562-.022 1.125.032c1.475.148 2.935.704 4.393 1.33.717.309 1.453.625 2.203.928-1.1.604-2.156 1.225-3.237 1.7-1.05-.393-2.131-.757-3.302-.917-1.835-.25-3.717.06-5.387.828a10.5 10.5 0 0 1-.32-2.3c.403-.3.828-.57 1.28-.79a8.3 8.3 0 0 1 3.245-.81zm14.463 1.667c.775.029 1.547.16 2.29.379a10.7 10.7 0 0 1-.304 1.893c-.67.439-1.383.808-2.139 1.08-1.828.658-3.85.79-5.75.374-.78-.17-1.557-.45-2.341-.75 1.889-.973 3.598-2.12 5.457-2.646h.002a9 9 0 0 1 2.785-.33M5.504 14.976a8 8 0 0 1 1.369.065c2.354.323 4.617 1.719 7.275 2.302.357.078.717.134 1.078.178q-.525.15-1.043.332v.002h-.001c-1.283.462-2.455 1.042-3.637 1.388-2.151.625-4.443.54-6.543-.23a10.7 10.7 0 0 1-1.926-3.18 8.6 8.6 0 0 1 3.428-.858zm16.144 1.5c-.067.145-.133.29-.207.433-.221-.017-.442-.04-.664-.048.298-.112.584-.251.871-.385m-1.7 1.703a16 16 0 0 1 .696.016c-.333.464-.696.911-1.105 1.323h-.002v.002c-1.966 1.963-4.754 3.113-7.535 3.113a10.8 10.8 0 0 1-5.793-1.725c1.57.19 3.173.065 4.71-.382h.003c1.332-.39 2.526-.987 3.71-1.414a16.1 16.1 0 0 1 5.315-.934z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/reason.svg b/mkdocs-material/material/templates/.icons/simple/reason.svg new file mode 100644 index 0000000..8c05860 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/reason.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0v24h24V0zm11.52 21.89-1.33-2.54H8.4v2.54H6v-9.2h4.13c2.44 0 3.83 1.19 3.83 3.24 0 1.39-.58 2.4-1.64 2.96l1.92 3zm11.36 0H15.5v-9.2h7.24v1.92H17.9v1.72h4.38v1.9l-4.38.01v1.73h4.99v1.92zM11.68 16c0 .93-.56 1.43-1.53 1.43H8.4v-2.82h1.75c.97 0 1.53.49 1.53 1.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/reasonstudios.svg b/mkdocs-material/material/templates/.icons/simple/reasonstudios.svg new file mode 100644 index 0000000..3b79ce1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/reasonstudios.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m2.49 5.114 8.3-4.79a2.42 2.42 0 0 1 2.39-.017l.03.017 8.299 4.79a2.42 2.42 0 0 1 1.211 2.065v9.611a2.42 2.42 0 0 1-1.184 2.08l-.027.016-8.299 4.79a2.42 2.42 0 0 1-2.39.017l-.03-.017-8.3-4.79a2.42 2.42 0 0 1-1.21-2.065V7.21c0-.855.45-1.645 1.184-2.08zl8.3-4.79zM12 4.026 5.092 8.013v7.974L12 19.974V12l6.908-3.987z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/recoil.svg b/mkdocs-material/material/templates/.icons/simple/recoil.svg new file mode 100644 index 0000000..a0c811d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/recoil.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.09 8.862a3.02 3.02 0 0 0-2.615-2.43l-.245-.03a1.66 1.66 0 0 1-1.453-1.645v-.856a2.028 2.028 0 1 0-1.602-.02v.874a3.263 3.263 0 0 0 2.855 3.236l.245.032c.764.096 1.144.66 1.246 1.155.1.495-.03 1.163-.698 1.55a2.6 2.6 0 0 1-1.055.337l-3.68.346a4.2 4.2 0 0 0-1.71.546 3.02 3.02 0 0 0-1.468 3.257 3.02 3.02 0 0 0 2.615 2.43l.245.032a1.66 1.66 0 0 1 1.453 1.644v.777a2.03 2.03 0 1 0 1.602.016v-.793a3.263 3.263 0 0 0-2.856-3.236l-.244-.032c-.764-.096-1.145-.66-1.246-1.155s.03-1.163.697-1.55a2.6 2.6 0 0 1 1.057-.337l3.68-.345a4.2 4.2 0 0 0 1.71-.546 3.02 3.02 0 0 0 1.467-3.258zm-2.653 4.708a6 6 0 0 1-.436.06l-1.543.147 1.93 2.119a3.47 3.47 0 0 1 .906 2.34H16.9a5.07 5.07 0 0 0-1.325-3.42zm-5.003-3.11a5 5 0 0 1 .546-.08l1.427-.136L9.469 8.12a3.47 3.47 0 0 1-.905-2.34H6.963c0 1.267.47 2.483 1.324 3.42z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/red.svg b/mkdocs-material/material/templates/.icons/simple/red.svg new file mode 100644 index 0000000..dfa121d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/red.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 6.679V0L8.655 4.945Zm0 1.976v6.69l7.673-4L16.327 6.4zm0-1.976 3.345-1.734L12 0Zm8.655 6.133L12 17.322V24l12-6.242ZM12 24v-6.679l-8.655-4.509L0 17.758ZM4.327 11.345l7.673 4v-6.69L7.673 6.4Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/redash.svg b/mkdocs-material/material/templates/.icons/simple/redash.svg new file mode 100644 index 0000000..432c1a0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/redash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C6.775 0 2.546 4.238 2.546 9.455c0 4.971 3.842 9.05 8.727 9.423V24c3.405-3.49 5.837-6.072 7.307-7.756a9.5 9.5 0 0 0 1.532-1.93l.005-.006.007-.014a9.4 9.4 0 0 0 1.33-4.84C21.455 4.238 17.226 0 12 0m3.821 5.818h1.385c.337.001.611.25.612.558v6.157c-.001.308-.275.557-.612.558H15.82c-.337-.001-.611-.25-.612-.558V6.376c0-.307.275-.557.612-.558M9.297 7.921h1.386c.338 0 .611.25.613.558v4.054c-.002.308-.275.557-.613.558H9.297c-.337-.001-.61-.25-.61-.558V8.479c0-.308.273-.558.61-.558m3.222 1.534h1.396c.337 0 .61.25.61.558v2.52c0 .308-.273.557-.61.558h-1.396c-.338-.001-.612-.25-.613-.558v-2.52c.001-.308.275-.558.613-.558M6.067 10.71h1.396c.337.001.61.25.61.559v1.264c0 .308-.273.557-.61.558H6.067c-.338-.001-.611-.25-.612-.558v-1.264c0-.308.274-.558.612-.559"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/redbubble.svg b/mkdocs-material/material/templates/.icons/simple/redbubble.svg new file mode 100644 index 0000000..5de07df --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/redbubble.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.633 16.324h-3.199a.32.32 0 0 1-.32-.322V7.974a.32.32 0 0 1 .32-.32H16.4c2.226 0 2.693 1.31 2.693 2.408q0 .954-.504 1.511c.816.337 1.256 1.096 1.256 2.194 0 1.601-1.201 2.557-3.212 2.557m-4.644 0H5.345a.32.32 0 0 1-.32-.322V7.974a.32.32 0 0 1 .32-.32h3.103c1.939 0 3.096 1.043 3.096 2.791 0 1.163-.585 2.077-1.527 2.448l2.21 2.897a.322.322 0 0 1-.24.533M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12c6.628 0 12-5.373 12-12S18.63 0 12.001 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/redbull.svg b/mkdocs-material/material/templates/.icons/simple/redbull.svg new file mode 100644 index 0000000..c48c191 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/redbull.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.381 11.374c-.389 1.244-1.019 2.33-2.142 3.082l-.33.251-.264.236-.091.107-.025.041-.011.028-.004.016v.013l.001.009.002.007.002.006.005.007.002.002.01.008.012.007.011.004a.2.2 0 0 0 .046.006h.024c.178-.007.512-.141.629-.245l-.139.137-.164.149-.173.146-.18.141-.185.136-.197.134-.204.13-.206.123-.213.118-.223.115-.226.108-.225.1-.236.097-.045.018c-1.97.763-4.327.854-5.914-.44.353.344.787.728 1.199.98-.251-.043-.429-.237-.666-.311.004.008.575.751 2.282.946l.316.032.48.031.464.014.448-.009.44-.039.464-.084.401-.107.599-.181.294-.081.128-.033q.155-.04.333-.077l.041-.009c.073.031-.524.339-1.344.57-.361.132-.739.2-1.119.227l-.269.012-.216.001-.218-.005-.264-.015-.315-.027-.31-.034-.056-.007c-.401-.049-.781-.107-1.122-.143h-.006.006c.03.015.209.096 1.067.402-.061.022-.346.061-1.536-.448 2.417 1.392 4.988.759 7.266-.585l.352-.215.053-.034.294-.191.151-.103q.267-.182.526-.374c0 .009-.004.021-.004.031l.075.01c-.014.041-.014.041-.214.279.435-.351.659-.896 1.12-1.225-.236.473-.538.813-1.1 1.361q.049-.037.095-.078l.028-.026-.028.026a7.9 7.9 0 0 1-3.682 1.965q.19-.021.373-.073c-.22.061-.227.068-.32.099.058-.007.058-.007.358-.068-.175.086-.377.127-.865.226 2.806-.444 5.721-2.571 5.956-5.449a.14.14 0 0 1-.152-.143c.009-.562-.147-.982-.42-1.302-.163.58-.413 1.136-1.027 2.072-.26.393-.72.41-1.005.771l-.021-.013-.032-.028-.005-.003-.004-.002-.001-.001h-.003l-.007.001h-.003l-.001.001a.2.2 0 0 0-.058.051l.062-.07.067-.092.016-.031.005-.014.002-.01v-.01l-.001-.009-.001-.003-.002-.004-.001-.003-.003-.003-.005-.006-.009-.006-.04-.019-.006-.004-.004-.004-.002-.003-.002-.002-.002-.006v-.006l.001-.007.004-.011.023-.034.014-.016c.622-.687 1.192-1.306 1.438-2.228l.006-.021-.027.032c-.087.103-.147.147-.24.265l.11-.39.035-.127.065-.26.052-.225a1 1 0 0 0-.118-.055m-2.257 6.199a9 9 0 0 1-1.105.547c-.38.155-.768.279-1.152.354a10 10 0 0 0 2.257-.901m-6.505.203.051.02-.001-.012zm3.644-2.807c-.372-.201-.515-.63-.744-.945-.6-.62-.701-1.681-.858-2.549-.158-.843-.878-1.467-1.378-2.119-.443-.361-1.599-1.457-2.145-1.632-.72-.299-1.348.267-1.947.544-.487.201-1.002.258-1.432.63-.674.865-1.079.173-1.861.858-1.165 1.22-1.606.146-3.207 1.575-.429.257-.831.515-1.348.487-.823-.039-1.103-1.145-.459-1.633.449-.502 1.552-1.019 1.004-1.831-.57-.508-1.24-.292-1.918-.858-.313.49.087 1.155.601 1.318.211.131.701-.078.802.227-.217.434-.81.669-1.088 1.089-.693.8-.009 2.112.973 2.173.363.117.825-.179 1.06-.057.028.286 0 .544.057.802.027.282.348.584.172.858-.285.245-.654.37-1.03.347-.195.225-.228.48-.344.744-.142.258-.428.372-.629.487-.133.201-.265.424-.545.458-.171.201-.2.458-.257.716.716.19.87.094 1.26-.515.143-.143.344-.029.486 0 .407-.049.711-.321 1.003-.573 1.042-.272 1.032.41 2.233-.372.201-.086.287-.315.373-.487.1-.192.378-.562.028-.658-.899 1.819-2.464.338-3.665 1.715-.184.051-.041-.235 0-.287.862-1.256 2.823-.15 3.493-1.776.117-.25.051-1.247.343-1.232.029 0 .115.029.115.086-.278 1.214-.094 1.591 1.202 1.378.444-.128 1.716.325 1.69-.286 0-.114-.115-.171 0-.257.028-.029.114 0 .143.028.081.49.511.85.919 1.06.823.56.49 1.291-.459 1.26-.315-.172-.4-.487-.63-.745-.267-.234-.633-.122-.944-.057-.155.233.212.511.286.745.143.086.344-.058.458.114.115.171.172.344.344.458.496.476 1.532-.36 2.061-.401.463.051.674-.371.831-.716.261-.477-.434-.948-.487-1.374-.158-.044-.368-.167-.487 0 .088.213.579.993.544 1.231-.064.173-.21.572-.429.544.058-.2.144-.428.144-.658-.105-.245-.565-.953-.602-1.203.092-.242.562-.102.744-.344.201-.315.258-.629.316-1.03a.13.13 0 0 1 .086-.087c.279.18-.005 1.042-.172 1.232-.016.297.568.098.687 0 .221.046.67-.175.773-.029a1.55 1.55 0 0 0-.286.573c-.172.2-.458.344-.458.63.031.18.273-.11.286.114-.249.317-.218.394-.143.745.261.368.761.065 1.088-.028.552-.217 1.172.126 1.604-.459.116.01.222.074.286.172.319.335.769.513 1.231.487.188-.13-.222-.233-.286-.287-.201-.114-.459-.286-.516-.515-.075-.32-.306-.613-.458-.916.669.01.739 1.406 1.716 1.203.048-.033.043-.069.029-.115zm-16.866.687c-.339.139-.159.558-.371.773 0 .028-.058.086 0 .115.142.028.257.086.429.114.076-.256.15-.541.2-.773-.058-.086-.143-.2-.258-.229m17.317-.39c-.085.109-.274.115-.356.19a.12.12 0 0 0-.023.082.24.24 0 0 1-.073.242c-.087.094-.25.136-.397.126-.734.008-1.092-.351-1.392-.523-.41.265-.665.37-1.201.287-.315-.025-.596.134-.902.212.434.372 2.193.844 1.545.524-1.072-.607-.295-.203.645.019a7 7 0 0 0 1.625.2 8 8 0 0 0 2.427-1.279.3.3 0 0 1-.118-.021.2.2 0 0 1-.095-.081c-.031-.052-.048-.136.023-.251.074-.119.286-.327.734-.651l.004-.003c1.097-.736 1.71-1.8 2.088-3.015a4 4 0 0 0-.798-.2c-.405 1.006-.503 1.716-1.458 2.285-1.108.725-.414.539-.403.534q.13-.053.245-.132c-.429.689-1.174 1.129-2.063 1.327a.2.2 0 0 1-.057.128m-16.687.39c.2-.115.315-.315.401-.487-.062-.096-.136-.223-.286-.172q-.206.159-.429.287c-.072.194.107.439.315.372zm8.648-.63c.114.143.114.343.258.458a.62.62 0 0 0 .486-.143c.086-.057-.028-.143-.057-.229-.086-.115-.028-.344-.229-.344-.217.051-.455-.012-.659.057 0 .087.172.087.201.201m5.125-.344a1.7 1.7 0 0 1-.4.057h-.029c-.169-.156.184-.468.372-.458h.086c.105.044.078.32-.029.401m7.828-3.179c-.038.169-.078.328-.12.489a.142.142 0 0 1 .133.177c-.243.936-.807 1.571-1.433 2.262l.003.005c.1-.07.207-.127.313-.184.163-.088.326-.176.442-.351.632-.962.872-1.515 1.032-2.115q-.165-.159-.37-.283m-.948-2.516.117.073c1.725 1.116 2.457 3.197 1.833 4.905l.006-.005c.29-.834.408-1.718.349-2.599-.306-2.281-1.087-4.283-3.87-5.019 1.721.416 1.85.631 2.075.779-1.337-1.235-3.49-1.664-5.667-1.295 1.253-.404 3.303-.361 4.61.417l.031.019c-3.108-1.906-6.839-1.075-9.134 1.114.429.083.806.366 1.157.637l.109-.059.127-.064.131-.062.27-.119.281-.11.295-.105.306-.096.285-.079.323-.079.299-.064.273-.05.17-.027.17-.025.138-.018.172-.019c1.705-.182 3.539.045 4.907.946l.013.008a4.45 4.45 0 0 1 1.518 1.685c-.033.021-.065.016-.094-.001l-.038-.029-.108-.115-.02-.015c-.014-.005-.046-.036-.061-.043l-.209-.189-.248-.186-.266-.162-.044-.024c-.773-.418-1.714-.603-2.55-.779l-.051-.01.415.146.459.135.494.143.299.099.242.094.16.071.143.072.085.046zm-1.112 4.436c.186-.409.62-.629.762-1.123-.021.073.134.103.195.103.245-.042.251-.379.33-.449-.061.766-.578 1.393-1.144 1.912a.26.26 0 0 0-.244-.011c-.024-.144.286-.344.101-.432m-5.023-.402c-.032.056-.081.202-.143.201s-.089.009-.086-.057c-.005-.193-.036-.429-.201-.544-.374-.582-.468.147-.601.057-.08-.162.046-.345.115-.487.032-.038.044-.083.086-.114.061-.353.383-.152.458.057.197.245.429.521.401.802-.029-.029-.029.028-.029.085m-.549-3.278c-.217-.28-.442-.582-.683-.803 1.207-.431 3.157-.54 4.121-.577.228-.007.352-.022.403-.037a.2.2 0 0 0 .087-.052.14.14 0 0 0 .037-.115.15.15 0 0 0-.066-.11.6.6 0 0 0-.18-.059 8 8 0 0 0-1.056-.106h-.002c-.657 0-1.409.067-2.124.192q.383-.13.779-.209a.14.14 0 0 0 .114-.146.14.14 0 0 0-.128-.134c-.122-.013-.895.075-1.605.241-.485.113-.938.266-1.149.438l-.013.013q-.107-.09-.213-.176c1.546-.816 4.032-1.269 6.157-.782 1.178.269 2.246.83 2.973 1.785-.868-.665-2.087-.901-3.134-1.122a.142.142 0 0 0-.082.27c.762.303 1.566.393 2.28.798 1.572.902 2.381 2.603 2.161 4.159.016-.994-.449-1.573-1.164-1.938-2.191-.92-4.263.309-6 .558v-.014l-.003-.005c-.1-.215.937-.435 1.075-.518.082-.085.222-.056.315-.132.092-.091.23-.111.353-.135.323-.165.679-.219 1.039-.226.127.019.245-.052.372-.043a.35.35 0 0 1 .188-.03c.385-.029.779-.065 1.111-.299.035-.021.153-.086.053-.099-.629-.17-.932.26-1.506-.256.009-.022-.181-.103-.208-.103-.304.061-.589.197-.905.202-.144.032-.201-.04-.345-.04-.193.045-.46.169-.657.184-.092-.017-.542.218-.551.056h-.01c-.048-.182 2.822-1.254 1.641-.532.065.056.447-.105.807-.132.404-.086.941.211 1.118-.185-.007-.065-.162-.046-.2-.019-.077.042-.16.014-.241.032-.135.016-.66-.079-.779-.071-.095-.081.528-.064.583-.073.205-.031.452-.077.657-.115q.137-.016.274-.006c.186.044.684-.024.153-.153-.14-.027-.581-.041-.652-.019-.108.014-.576.153-.825.095-.225-.068.7-.106.59-.168-1.148-.145-2.457-.109-4.724 1q-.107-.133-.236-.284m-2.543.902c-.029.029-.058.029-.115.029-.077-.29-.104-.592-.258-.831-.08-.079-.184-.181-.115-.315a.14.14 0 0 1 .173-.029c.262.196.306.469.315.802.057.057.028.229 0 .344m1.73-1.808.213-.075.252-.076.266-.068.313-.068.36-.067.313-.049.37-.049.442-.05.467-.042.53-.036.414-.023.446-.018.194-.018.035-.008.013-.005.005-.003v-.001l.003-.002v-.001l.001-.004q0-.003-.004-.007l-.004-.003-.006-.003c-.113-.058-.879-.133-1.149-.136-1.19 0-2.697.224-3.712.611zm2.074-1.11.027.001a6.5 6.5 0 0 0-.867.238l-.496.169-.452.166-.341.132-.285.117-.209-.174c.434-.355 1.968-.598 2.491-.642zm3.546.188c.08.059.363.23.812.232a.14.14 0 0 0 .131-.086.14.14 0 0 0-.028-.154c-.09-.093-.249-.173-.434-.235-.245-.082-.537-.139-.734-.184a.14.14 0 0 0-.102.016.14.14 0 0 0-.068.083.14.14 0 0 0 .008.111c.01.021.039.059.094.09.075.041.234.099.321.127m-.287-.278q-.005-.006.003-.011c.302.069.834.165 1.057.344l.04.035a1.5 1.5 0 0 1-.438-.066l-.099-.035-.092-.042-.065-.037a.2.2 0 0 1-.05-.036h.001l-.277-.103-.043-.021a.1.1 0 0 1-.037-.028m.305.284.002.001z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/redcandlegames.svg b/mkdocs-material/material/templates/.icons/simple/redcandlegames.svg new file mode 100644 index 0000000..084e93e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/redcandlegames.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.387 3.168q.028.194.08.378l.004.02a3.3 3.3 0 0 0 .326.77l.014.025q.186.31.434.57a1.5 1.5 0 0 1 .631-1.212.21.21 0 0 1 .24 0c.393.28.627.73.63 1.211a3.2 3.2 0 0 0 .435-.569l.014-.025q.21-.358.327-.77l.005-.02q.048-.187.078-.378l.01-.065a4 4 0 0 0 .028-.41v-.012a3.29 3.29 0 0 0-1.326-2.64.215.215 0 0 0-.34.15 3.3 3.3 0 0 1-1.616 2.482l-.01.02q0 .21.027.41zM5.137 13.72a.205.205 0 0 0-.222.207l.003.344q0 1.602-.122 3.172a42 42 0 0 1-.49 3.973.204.204 0 0 0 .182.239q1.02.09 2.048.158a.466.466 0 0 0 .49-.383 42 42 0 0 0 .614-7.534l-.003-.003a82 82 0 0 1-2.5-.173m13.94.551.002-.344a.205.205 0 0 0-.22-.207q-1.246.106-2.501.171l-.004.003q-.015 1.89.133 3.74a42 42 0 0 0 .476 3.76c.045.253.272.43.528.415a85 85 0 0 0 2.015-.156.203.203 0 0 0 .183-.237 41 41 0 0 1-.49-3.973 42 42 0 0 1-.123-3.172m-6.48-6.908v.896c0 .229.186.414.415.413l.57-.008a88 88 0 0 0 2.83-.1.41.41 0 0 0 .384-.352q.075-.497.157-.992.079-.461.167-.922a.184.184 0 0 0-.19-.218q-.66.04-1.323.068c-.53.022-1.062.044-1.596.056q-.707.013-1.415.018zm-5.397.847a.41.41 0 0 0 .383.352q.515.026 1.03.045a78 78 0 0 0 2.396.063.41.41 0 0 0 .416-.413V6.224a83 83 0 0 1-1.417-.018c-.534-.012-1.065-.034-1.596-.056a74 74 0 0 1-1.347-.07.182.182 0 0 0-.19.217q.09.46.166.922.086.495.16.99m12.13 1.473q-1.371.12-2.745.198c-.42.024-.84.04-1.261.057a88 88 0 0 1-2.727.064c-.2.002-.398.008-.597.008-.193 0-.38-.006-.573-.008A89 89 0 0 1 8.7 9.938q-.645-.023-1.287-.056a83 83 0 0 1-3.77-.295.22.22 0 0 0-.238.248c.049.352.09.703.137 1.057.045.345.096.688.136 1.033a.46.46 0 0 0 .415.412q.39.038.784.07c.906.077 1.816.145 2.73.192.392.02.788.033 1.184.05q.012.643.016 1.292l.004.333a87 87 0 0 1-.533 9.412.22.22 0 0 0 .208.245q1.35.055 2.72.069a.22.22 0 0 0 .222-.221V12.704h1.17v11.071c0 .122.1.22.223.22q1.365-.012 2.719-.069a.22.22 0 0 0 .209-.245 82 82 0 0 1-.46-5.996 82 82 0 0 1-.074-3.415l.004-.333q.004-.648.016-1.292a75 75 0 0 0 1.16-.047 82 82 0 0 0 2.73-.192l.82-.074a.42.42 0 0 0 .374-.372c.041-.358.095-.713.142-1.07l.136-1.057a.22.22 0 0 0-.238-.248q-.515.053-1.028.097"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/reddit.svg b/mkdocs-material/material/templates/.icons/simple/reddit.svg new file mode 100644 index 0000000..0b1ac7d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/reddit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.373 0 12c0 3.314 1.343 6.314 3.515 8.485l-2.286 2.286A.72.72 0 0 0 1.738 24H12c6.627 0 12-5.373 12-12S18.627 0 12 0m4.388 3.199a1.999 1.999 0 1 1-1.947 2.46v.002a2.37 2.37 0 0 0-2.032 2.341v.007c1.776.067 3.4.567 4.686 1.363a2.802 2.802 0 1 1 2.908 4.753c-.088 3.256-3.637 5.876-7.997 5.876-4.361 0-7.905-2.617-7.998-5.87a2.8 2.8 0 0 1 1.189-5.34c.645 0 1.239.218 1.712.585 1.275-.79 2.881-1.291 4.64-1.365v-.01a3.23 3.23 0 0 1 2.88-3.207 2 2 0 0 1 1.959-1.595m-8.085 8.376c-.784 0-1.459.78-1.506 1.797s.64 1.429 1.426 1.429 1.371-.369 1.418-1.385-.553-1.841-1.338-1.841m7.406 0c-.786 0-1.385.824-1.338 1.841s.634 1.385 1.418 1.385c.785 0 1.473-.413 1.426-1.429-.046-1.017-.721-1.797-1.506-1.797m-3.703 4.013c-.974 0-1.907.048-2.77.135a.222.222 0 0 0-.183.305 3.2 3.2 0 0 0 2.953 1.964 3.2 3.2 0 0 0 2.953-1.964.222.222 0 0 0-.184-.305 28 28 0 0 0-2.769-.135"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/redhat.svg b/mkdocs-material/material/templates/.icons/simple/redhat.svg new file mode 100644 index 0000000..398c067 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/redhat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.009 13.386c1.577 0 3.86-.326 3.86-2.202a1.8 1.8 0 0 0-.04-.431l-.94-4.08c-.216-.898-.406-1.305-1.982-2.093-1.223-.625-3.888-1.658-4.676-1.658-.733 0-.947.946-1.822.946-.842 0-1.467-.706-2.255-.706-.757 0-1.25.515-1.63 1.576 0 0-1.06 2.99-1.197 3.424a.8.8 0 0 0-.028.245c0 1.162 4.577 4.974 10.71 4.974m4.101-1.435c.218 1.032.218 1.14.218 1.277 0 1.765-1.984 2.745-4.593 2.745-5.895.004-11.06-3.451-11.06-5.734a2.3 2.3 0 0 1 .19-.925C2.746 9.415 0 9.794 0 12.217c0 3.969 9.405 8.861 16.851 8.861 5.71 0 7.149-2.582 7.149-4.62 0-1.605-1.387-3.425-3.887-4.512"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/redhatopenshift.svg b/mkdocs-material/material/templates/.icons/simple/redhatopenshift.svg new file mode 100644 index 0000000..1e11e66 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/redhatopenshift.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.665 11.812a11.1 11.1 0 0 0-1.08-3.966L24 6.599a11 11 0 0 0-.943-1.595l-1.601.583a11.015 11.015 0 0 0-19.945 7.258l1.604-.584q.077.924.305 1.822L0 15.335a11.2 11.2 0 0 0 1.721 3.731l1.812-.659c3.526 4.95 10.398 6.106 15.349 2.58a11 11 0 0 0 3.599-4.332 10.9 10.9 0 0 0 .991-5.497zm-4.74-2.635a7.18 7.18 0 0 1 .895 4.032l1.809-.657a7 7 0 0 1-.646 2.471 7.166 7.166 0 0 1-9.514 3.472 7.1 7.1 0 0 1-2.092-1.49l-1.813.66a7.2 7.2 0 0 1-1.903-3.667l3.426-1.242a7.1 7.1 0 0 1-.111-1.896H6.97l-1.604.583a7.14 7.14 0 0 1 10.156-5.929v-.006a7.1 7.1 0 0 1 2.082 1.483l1.599-.582.006.005c.441.454.82.965 1.128 1.518z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/redis.svg b/mkdocs-material/material/templates/.icons/simple/redis.svg new file mode 100644 index 0000000..4f80d51 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/redis.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.71 13.145c-1.66 2.092-3.452 4.483-7.038 4.483-3.203 0-4.397-2.825-4.48-5.12.701 1.484 2.073 2.685 4.214 2.63 4.117-.133 6.94-3.852 6.94-7.239 0-4.05-3.022-6.972-8.268-6.972-3.752 0-8.4 1.428-11.455 3.685C2.59 6.937 3.885 9.958 4.35 9.626c2.648-1.904 4.748-3.13 6.784-3.744C8.12 9.244.886 17.05 0 18.425c.1 1.261 1.66 4.648 2.424 4.648.232 0 .431-.133.664-.365a101 101 0 0 0 5.54-6.765c.222 3.104 1.748 6.898 6.014 6.898 3.819 0 7.604-2.756 9.33-8.965.2-.764-.73-1.361-1.261-.73zm-4.349-5.013c0 1.959-1.926 2.922-3.685 2.922a4.45 4.45 0 0 1-2.235-.568c1.051-1.592 2.092-3.225 3.21-4.973 1.972.334 2.71 1.43 2.71 2.619"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/redmine.svg b/mkdocs-material/material/templates/.icons/simple/redmine.svg new file mode 100644 index 0000000..da3e553 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/redmine.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.092 15.088c.789.243 4.098 1.005 4.098 1.005.198.061.139.21.139.21-.228 1.798-.178 3.17-.178 3.644 0 .21-.153.18-.153.18H.168c-.209 0-.164-.19-.164-.19.04-.599.212-2.303.878-4.746 0 0 .033-.157.21-.103m21.816 0c-.789.243-4.098 1.005-4.098 1.005-.198.061-.139.21-.139.21.228 1.798.178 3.17.178 3.644 0 .21.153.18.153.18h4.83c.21 0 .164-.19.164-.19-.04-.599-.212-2.303-.878-4.746 0 0-.034-.157-.21-.103m-1.929-5.354-3.448 1.667c-.164.063-.082.212-.082.212.476 1.134.766 2.091.99 3.251.038.194.169.132.169.132l3.879-1.684s.116-.044.068-.193c-.172-.531-1.05-2.649-1.402-3.341 0 0-.062-.105-.174-.044m-17.958 0 3.448 1.667c.164.063.082.212.082.212a15.6 15.6 0 0 0-.991 3.251c-.037.194-.169.132-.169.132l-3.878-1.684s-.116-.044-.068-.193c.172-.531 1.05-2.649 1.402-3.341 0 0 .062-.105.174-.044m4.085-4.368 2.302 2.681c.099.128-.032.222-.032.222-.923.498-1.59 1.25-2.161 2.111-.114.17-.236.046-.236.046L4.062 8.242s-.126-.074-.016-.22c.854-1.134 1.63-1.934 2.871-2.689 0 0 .094-.089.189.033m9.788 0-2.302 2.681c-.099.128.032.222.032.222.923.498 1.59 1.25 2.161 2.111.114.17.236.046.236.046l2.917-2.184s.126-.074.016-.22c-.854-1.134-1.63-1.934-2.871-2.689 0 0-.094-.089-.189.033M12 7.661c.388 0 1.105.037 1.444.093.177.03.221-.088.221-.088l1.449-3.028s.097-.114-.106-.188c-1.082-.396-1.657-.578-3.008-.578-1.335 0-1.926.182-3.008.578-.203.074-.106.188-.106.188l1.449 3.028s.044.118.221.088c.339-.056 1.056-.093 1.444-.093"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/redox.svg b/mkdocs-material/material/templates/.icons/simple/redox.svg new file mode 100644 index 0000000..81aba74 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/redox.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.694 6.05a.286.286 0 0 0-.258.241A5.72 5.72 0 0 0 .912 8.903H.91a.284.284 0 0 0-.386.263c0 .09.042.169.107.22A5.7 5.7 0 0 0 0 12c0 .942.227 1.83.631 2.614a.283.283 0 0 0 .281.484 5.72 5.72 0 0 0 4.524 2.611v.002a.284.284 0 0 0 .56-.002 5.71 5.71 0 0 0 4.522-2.611h.002a.285.285 0 0 0 .388-.264.3.3 0 0 0-.03-.127l-.015-.03-.029.017a2.4 2.4 0 0 1-.459.185l-.031.01.01.031a.3.3 0 0 0 .021.05 5.52 5.52 0 0 1-4.42 2.548v-.002a.283.283 0 0 0-.48.004 5.52 5.52 0 0 1-4.42-2.55l.001-.001a.284.284 0 0 0-.242-.418A5.5 5.5 0 0 1 .191 12a5.5 5.5 0 0 1 .623-2.55.284.284 0 0 0 .24-.42 5.52 5.52 0 0 1 4.42-2.55.283.283 0 0 0 .483 0 5.52 5.52 0 0 1 4.418 2.552.3.3 0 0 0-.035.134.285.285 0 0 0 .277.284 5.5 5.5 0 0 1 .465 1.232 2 2 0 0 1 .238.189 5.7 5.7 0 0 0-.52-1.484.28.28 0 0 0 .108-.22.285.285 0 0 0-.389-.265 5.71 5.71 0 0 0-4.523-2.609.285.285 0 0 0-.281-.244zm-.006 1.417a.29.29 0 0 0-.248.22 4.314 4.314 0 0 0-4.024 4.302c0 2.28 1.775 4.149 4.018 4.3a.284.284 0 0 0 .281.244.29.29 0 0 0 .281-.242 4.3 4.3 0 0 0 2.945-1.431 2 2 0 0 1-.187-.077 4.1 4.1 0 0 1-2.797 1.319.28.28 0 0 0-.242-.135.29.29 0 0 0-.24.133 4.118 4.118 0 0 1-.012-8.223v.003a.283.283 0 0 0 .506-.003 4.12 4.12 0 0 1 3.507 2.403 2 2 0 0 1 .204-.016 4.31 4.31 0 0 0-3.688-2.576v-.002a.285.285 0 0 0-.277-.219zM3.959 9.506v4.985h.496V9.957h.703q.765 0 1.147.182a.85.85 0 0 1 .389.367q.138.247.138.59 0 .825-.723 1.039-.342.096-1.146.096l1.682 2.26h.618l-1.398-1.862q.72-.076 1.096-.465.38-.391.379-1.06 0-.455-.185-.797a1.37 1.37 0 0 0-.532-.547q-.457-.254-1.431-.254Zm11.629 0v1.881a1.8 1.8 0 0 0-1.45-.676q-.552 0-1.004.254a1.86 1.86 0 0 0-.704.7 1.96 1.96 0 0 0-.254.99q0 .54.263.982a1.86 1.86 0 0 0 .721.692q.461.25 1.026.25.461 0 .786-.178.329-.178.616-.58v.67h.502V9.505Zm-5.891 1.205a1.9 1.9 0 0 0-.964.254 1.86 1.86 0 0 0-.692.695 1.9 1.9 0 0 0-.254.97q0 .4.152.763a1.9 1.9 0 0 0 .41.623 1.9 1.9 0 0 0 .624.412 2 2 0 0 0 .765.15 1.8 1.8 0 0 0 1.096-.357 1.95 1.95 0 0 0 .7-.947h-.522a1.3 1.3 0 0 1-.51.613 1.4 1.4 0 0 1-.777.23 1.42 1.42 0 0 1-.989-.378 1.31 1.31 0 0 1-.45-.928h3.339q0-.37-.05-.614a1.8 1.8 0 0 0-.17-.48 1.8 1.8 0 0 0-.702-.736 1.95 1.95 0 0 0-1.006-.27Zm9.008 0q-.814.018-1.35.551-.554.547-.554 1.387 0 .547.254.988a1.83 1.83 0 0 0 .709.692q.45.25 1.007.25.814 0 1.348-.547t.533-1.378q0-.549-.246-.994a1.77 1.77 0 0 0-.68-.695 1.9 1.9 0 0 0-.968-.254zm2.162.09 1.285 1.809-1.285 1.88h.567l1.001-1.48.99 1.48H24l-1.291-1.88L24 10.8h-.574l-.99 1.423-1.002-1.422zm-11.234.37q.031-.002.064 0 .537 0 .92.317.385.32.51.87H8.301q.101-.534.488-.86a1.34 1.34 0 0 1 .844-.328zm4.4 0q.035-.002.072 0 .634-.001 1.069.427.435.425.435 1.037 0 .614-.421 1.049-.423.435-1.016.434a1.453 1.453 0 0 1-1.488-1.475q0-.614.413-1.041.39-.406.936-.432m4.611 0q.037-.002.075 0 .626-.002 1.027.42.402.418.402 1.071 0 .636-.392 1.047-.39.408-.998.408-.626 0-1.037-.413-.412-.416-.412-1.05 0-.639.402-1.06a1.32 1.32 0 0 1 .933-.423z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/redragon.svg b/mkdocs-material/material/templates/.icons/simple/redragon.svg new file mode 100644 index 0000000..7b75540 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/redragon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.995 4.077v.06A11 11 0 0 1 16.22 8.42c.605 2.167.876 4.414.805 6.662a1 1 0 0 1 0 .113 6.3 6.3 0 0 0-.721-1.846 4.4 4.4 0 0 0-1.367-1.45c.025.064.059.113.059.168a7 7 0 0 1 .528 2.245 4.7 4.7 0 0 1-1.076 3.41 1.4 1.4 0 0 0-.113.203l-.069-.065a3.95 3.95 0 0 0-.138-2.374c-.578 2.216-2.068 3.538-4.047 4.437 2.404-.01 4.723-.375 6.697-1.856.015.533-.148.958-.696 1.841 1.673-.839 2.403-2.23 2.586-4.012.45.536.755 1.178.888 1.866.128.656.192 1.327.286 1.974.71-1.747.686-3.593.444-5.512 2.137 1.248 3.02 3.266 3.701 5.428a25 25 0 0 0-.133-3.494c-.17-1.698-.59-3.36-1.248-4.935a11.84 11.84 0 0 0-6.638-6.583 8.8 8.8 0 0 0-1.973-.563m-2.734.11c-.306.522-.587 1.06-.933 1.539a18 18 0 0 1-1.14 1.524 1.31 1.31 0 0 1-.943.43l.445-2.083a.6.6 0 0 0-.143.188c-.3.46-.592.928-.908 1.372a.63.63 0 0 1-.726.247c-.493-.144-.987-.282-1.48-.44a.26.26 0 0 0-.326.08A18 18 0 0 1 3.785 8.42c-1.076.953-2.24 1.746-3.785 1.638v.065c.434 1.026.864 2.053 1.318 3.074a1.65 1.65 0 0 0 .69.74 12 12 0 0 1-.183-1.283c-.024-.523.094-.617.617-.667a.17.17 0 0 1 .203.129c.074.187.163.37.246.558.104-.227.193-.44.296-.642a.3.3 0 0 1 .149-.133c.222-.094.45-.168.686-.257l.177.356c.153-.35.296-.696.46-1.037a.375.375 0 0 1 .468-.173v.242a4.93 4.93 0 0 0 .493 2.626 4.2 4.2 0 0 1 .281 1.046c.04.162-.043.257-.196.257l-.4.044a1.7 1.7 0 0 1 .27.247c.075.094.179.27.144.32a.9.9 0 0 1-.39.267.54.54 0 0 1-.315 0 10 10 0 0 1-.81-.272 4 4 0 0 1-.414-.212l-.08.094.716.612a1.55 1.55 0 0 0 1.24.41.987.987 0 0 0 .986-.988c.045-.306.005-.616.045-.922a2.7 2.7 0 0 1 .927-1.974 2.56 2.56 0 0 0-1.214.74 6.4 6.4 0 0 1-.079-1.135 1.545 1.545 0 0 1 1.402-1.653 21 21 0 0 1 1.648-.281c.805-.08 1.599-.246 2.369-.494a4.4 4.4 0 0 0 1.406-.794 18 18 0 0 1-2.872.38 8.88 8.88 0 0 0 3.4-4.777c-1.056 1.48-2.202 2.867-3.87 3.701a22.7 22.7 0 0 0 1.447-4.086zM5.443 8.07c-.03.153-.054.305-.094.454-.074.29-.163.577-.237.868a.197.197 0 0 1-.198.178c-.384.045-.764.103-1.183.157zM9.4 10.775a4 4 0 0 0-.577.053 2.9 2.9 0 0 0-1.48.523.99.99 0 0 0-.43.923 1.1 1.1 0 0 1 .972-.671 3.07 3.07 0 0 1 1.762.34c.49.234.772.76.696 1.298a2.34 2.34 0 0 1-.687 1.377 5.8 5.8 0 0 1-1.914 1.308 9.7 9.7 0 0 0-2.32 1.41 3.95 3.95 0 0 0-1.396 2.567h5.921a2.023 2.023 0 0 1 .987-2.551l-.26 1.115a5.43 5.43 0 0 0 1.243-2.665c.171.407.245.848.216 1.288a5.6 5.6 0 0 0 .44-2.866l.518.561c-.049-.4-.09-.755-.134-1.11a3.1 3.1 0 0 0-1.865-2.585 4.2 4.2 0 0 0-1.692-.315"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/redsys.svg b/mkdocs-material/material/templates/.icons/simple/redsys.svg new file mode 100644 index 0000000..dc4ba23 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/redsys.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.626 24c-3.989-.108-7.476-2.03-9.89-5.873A10.9 10.9 0 0 1 .17 13.959a12.4 12.4 0 0 1 .239-4.996c.44-1.711 1.275-3.197 2.339-4.58.075-.099.169-.263.314-.174.098.061.023.207-.019.324-.473 1.36-.46 2.756.225 3.984.783 1.411 1.964 2.438 3.67 2.705 1.636.258 3.07-.211 4.21-1.317 1.378-1.34 1.95-2.99 1.415-4.946-.285-1.036-.768-1.922-1.612-2.578-1.092-.848-2.33-1.26-3.722-1.12-.098.01-.225.08-.267-.056s.103-.14.187-.178A11.9 11.9 0 0 1 12.071 0c1.74.01 3.427.384 5.006 1.125 2.152 1.008 3.91 2.498 5.133 4.552a12.4 12.4 0 0 1 1.688 4.93c.154 1.313.08 2.584-.188 3.863-.333 1.575-.942 3.028-1.875 4.34-.853 1.2-1.851 2.241-3.103 3.052-.998.647-2.025 1.177-3.16 1.538-1.115.356-2.245.544-3.946.595z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/redux.svg b/mkdocs-material/material/templates/.icons/simple/redux.svg new file mode 100644 index 0000000..04e86b6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/redux.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.634 16.504c.87-.075 1.543-.84 1.5-1.754-.047-.914-.796-1.648-1.709-1.648h-.061a1.71 1.71 0 0 0-1.648 1.769c.03.479.226.869.494 1.153-1.048 2.038-2.621 3.536-5.005 4.795-1.603.838-3.296 1.154-4.944.93-1.378-.195-2.456-.81-3.116-1.799-.988-1.499-1.078-3.116-.255-4.734.6-1.17 1.499-2.023 2.099-2.443a10 10 0 0 1-.42-1.543C-.868 14.408-.416 18.752.932 20.805c1.004 1.498 3.057 2.456 5.304 2.456.6 0 1.23-.044 1.843-.194 3.897-.749 6.848-3.086 8.541-6.532zm5.348-3.746c-2.32-2.728-5.738-4.226-9.634-4.226h-.51c-.253-.554-.837-.899-1.498-.899h-.045c-.943 0-1.678.81-1.647 1.753.03.898.794 1.648 1.708 1.648h.074a1.69 1.69 0 0 0 1.499-1.049h.555c2.309 0 4.495.674 6.488 1.992 1.527 1.005 2.622 2.323 3.237 3.897.538 1.288.509 2.547-.045 3.597-.855 1.647-2.294 2.517-4.196 2.517-1.199 0-2.367-.375-2.967-.644-.36.298-.96.793-1.394 1.093 1.318.598 2.652.943 3.94.943 2.922 0 5.094-1.647 5.919-3.236.898-1.798.824-4.824-1.47-7.416zM6.49 17.042c.03.899.793 1.648 1.708 1.648h.06a1.69 1.69 0 0 0 1.648-1.768c0-.9-.779-1.647-1.693-1.647h-.06c-.06 0-.15 0-.226.029-1.243-2.098-1.768-4.347-1.572-6.772.12-1.828.72-3.417 1.797-4.735.9-1.124 2.593-1.68 3.747-1.708 3.236-.061 4.585 3.971 4.689 5.574l1.498.45C17.741 3.197 14.686.62 11.764.62 9.02.62 6.49 2.613 5.47 5.535 4.077 9.43 4.991 13.177 6.7 16.174c-.15.195-.24.539-.21.868"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/reduxsaga.svg b/mkdocs-material/material/templates/.icons/simple/reduxsaga.svg new file mode 100644 index 0000000..e4a06fa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/reduxsaga.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.871 4.678a3.3 3.3 0 0 0-1.953.631C4.455 6.35 3.724 8.235 3.534 10.007c-.204 1.938.23 4.166 1.398 5.638-.194.57.193 1.202.793 1.268a.975.975 0 0 0 1.06-.713c.197-.66-.425-1.342-1.13-1.189-.982-1.321-1.29-3.038-1.186-4.653.125-1.576.683-3.255 1.985-4.245.81-.602 1.828-.622 2.65-.075 1.107.742 1.763 2.132 1.97 3.43l.51.199.551.288c-.198-1.888-1.097-3.866-2.576-4.774a3.15 3.15 0 0 0-1.688-.503m9.515 3.946a8.8 8.8 0 0 0-3.056.526.97.97 0 0 0-1.246.27c-.394.505-.162 1.297.475 1.495.615.211 1.29-.284 1.265-.918a7.8 7.8 0 0 1 2.839-.403c1.575.07 3.665.654 4.626 2.148.076.119.165.404.521.4a.484.484 0 0 0 .422-.7c-.526-.99-1.522-1.725-2.636-2.194-.984-.412-2.095-.62-3.21-.624m-11.06.717c-.455-.003-.93.296-.979.933.012 1.233 1.657 1.33 1.912.24 1.887-.271 3.894.584 5.3 1.717.973.77 1.852 1.993 2.072 3.083.162.071.61.265 1.002.306-.146-1.638-1.215-3.101-2.452-4.127-1.568-1.33-4.123-2.328-6.218-1.903a.9.9 0 0 0-.636-.249zm-3.418 1.86c-.866.609-1.65 1.36-2.185 2.282C.008 14.668-.312 16.24.4 17.499c.66 1.218 2.082 1.78 3.41 1.812a7.3 7.3 0 0 0 2.265-.297c2.104-.59 4.373-2.222 5.274-4.362a.96.96 0 0 0 .79-.705c.2-.72-.463-1.372-1.169-1.191-.686.175-.966 1.012-.522 1.54-.607 1.389-1.8 2.449-3.112 3.161-1.493.804-3.306 1.188-4.758.659-.93-.304-1.642-1.13-1.618-2.215 0-1.297.924-2.677 2.062-3.573-.118-.538-.107-.74-.114-1.128zm20.103 1.53a.94.94 0 0 0-.672.292c-.344.327-.364.902-.092 1.248-.546.823-1.508 1.384-2.455 1.706-1.855.613-4.111.503-5.798-.38a4.5 4.5 0 0 1-.99-.674c-.141-.128-.183-.157-.296-.188-.5-.105-.783.486-.457.808 1.269 1.189 3.037 1.706 4.744 1.777.664.024 1.33-.02 1.983-.14 1.622-.302 3.318-1.107 4.168-2.521.639-.072 1.038-.775.769-1.344a.96.96 0 0 0-.904-.584m-8.746 4.514c-.83 1.12-2.646 1.45-4.75.723-.19.13-.302.214-.433.3-.13.087-.29.17-.607.366 2.558 1.032 5.444 1.076 6.739-1.082a3.4 3.4 0 0 1-.949-.307"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/redwoodjs.svg b/mkdocs-material/material/templates/.icons/simple/redwoodjs.svg new file mode 100644 index 0000000..5ac3a64 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/redwoodjs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m6.989 3.47 4.66 3.181c.105.07.228.108.354.111a.63.63 0 0 0 .354-.111l4.664-3.192a.637.637 0 0 0-.089-1.087L12.272.065a.64.64 0 0 0-.56 0L7.067 2.372a.636.636 0 0 0-.078 1.098m6.597 4.179c0 .211.104.408.276.528l3.736 2.553a.63.63 0 0 0 .776-.05l3.134-2.803a.637.637 0 0 0-.028-.973l-2.992-2.393a.635.635 0 0 0-.751-.029l-3.874 2.65a.64.64 0 0 0-.277.517m-9.291 3.474a.64.64 0 0 1 .209.538.63.63 0 0 1-.315.485l-2.231 1.337a.63.63 0 0 1-.718-.049.64.64 0 0 1-.21-.693l.825-2.596a.63.63 0 0 1 1.023-.281zm12.1.271-4.033-2.76a.63.63 0 0 0-.708 0l-4.033 2.76a.65.65 0 0 0-.276.485.66.66 0 0 0 .212.521l4.03 3.605a.635.635 0 0 0 .842 0l4.03-3.605a.647.647 0 0 0-.064-1.006m-10.758-.713-3.13-2.803a.65.65 0 0 1-.213-.503.63.63 0 0 1 .237-.481l2.992-2.407a.64.64 0 0 1 .754-.029l3.87 2.65a.64.64 0 0 1 0 1.07l-3.732 2.553a.63.63 0 0 1-.778-.05m16.073 4.026-3.187-1.908a.63.63 0 0 0-.744.071l-3.895 3.477a.64.64 0 0 0-.204.587.64.64 0 0 0 .388.483l5.404 2.19a.634.634 0 0 0 .815-.332l1.675-3.752a.64.64 0 0 0-.252-.816m.442-4.561.825 2.596h-.007a.635.635 0 0 1-.927.742l-2.234-1.337a.62.62 0 0 1-.305-.485.63.63 0 0 1 .209-.538l1.416-1.262a.63.63 0 0 1 1.023.284m-11.82 6.786a.64.64 0 0 0-.202-.585L6.235 12.87a.63.63 0 0 0-.744-.071l-3.187 1.908a.65.65 0 0 0-.255.813l1.678 3.752a.63.63 0 0 0 .814.332l5.4-2.19a.64.64 0 0 0 .391-.482m1.912 1.07 4.334 1.755c.212.091.358.29.382.521a.64.64 0 0 1-.269.596l-4.338 3.013A.63.63 0 0 1 12 24a.64.64 0 0 1-.354-.114l-4.334-3.013a.635.635 0 0 1 .124-1.117l4.334-1.755a.64.64 0 0 1 .474.001"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/reebok.svg b/mkdocs-material/material/templates/.icons/simple/reebok.svg new file mode 100644 index 0000000..a63e835 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/reebok.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.991 11.48c2.753-1.1 4.467-1.732 9.009-2.84-2.467.163-7.922.537-11.682 1.271l2.673 1.57m-8.56 3.651h3.6c.713-1.08 1.422-1.606 2.248-2.191a71 71 0 0 0-1.892-.701c-2.297 1.014-3.575 2.375-3.953 2.892m.709-3.928c-3.21 1.147-4.994 2.393-6.199 3.928h3.975c.387-.539 1.862-2.093 4.633-3.174a57 57 0 0 0-2.41-.754M8.79 8.788H0c8.862 1.6 13.133 3.66 20 6.572-.587-.439-10.051-6.013-11.209-6.572"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/refine.svg b/mkdocs-material/material/templates/.icons/simple/refine.svg new file mode 100644 index 0000000..39fe93e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/refine.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.789.422a4 4 0 0 0-3.578 0l-8 4A4 4 0 0 0 0 8v8c0 1.515.856 2.9 2.211 3.578l8 4a4 4 0 0 0 3.578 0l8-4A4 4 0 0 0 24 16V8c0-1.515-.856-2.9-2.211-3.578zM8 8a4 4 0 0 1 8 0v8a4 4 0 0 1-8 0zm6 0a2 2 0 1 1-3.999.001A2 2 0 0 1 14 8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/relay.svg b/mkdocs-material/material/templates/.icons/simple/relay.svg new file mode 100644 index 0000000..2196b67 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/relay.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.264 4.937A2.264 2.264 0 1 0 4.456 7.77h10.339c.988 0 1.791.803 1.791 1.791s-.803 1.792-1.791 1.792h-5.73a3.037 3.037 0 0 0-3.034 3.033 3.036 3.036 0 0 0 3.033 3.033h10.494a2.264 2.264 0 1 0 0-1.242H9.064a1.793 1.793 0 0 1-1.791-1.791c0-.988.803-1.792 1.791-1.792h5.73a3.036 3.036 0 0 0 3.034-3.033 3.036 3.036 0 0 0-3.033-3.033H4.427a2.265 2.265 0 0 0-2.163-1.592"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/relianceindustrieslimited.svg b/mkdocs-material/material/templates/.icons/simple/relianceindustrieslimited.svg new file mode 100644 index 0000000..4628f8d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/relianceindustrieslimited.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.65 18.44c.717-1.506 1.356-3.046 1.661-4.787.119 1.818 1.2 3.435 1.72 5.177.199.842.214 1.714-.107 2.584-.349.948-.911 1.759-1.582 2.488C7.528 21.936 6.97 20.11 7.65 18.44m11.547 3.765c-.825.623-1.902.716-2.744.311 0 0-.229-.093-.439-.34-1.6-1.868-3.215-3.725-4.828-5.583 1.431.264 3-.438 3.805-1.712.81-1.212.777-2.942.016-4.154-.916-1.324-2.695-1.758-4.19-1.555-2.588.373-4.447 2.722-5.026 5.182-.595 2.799-.166 5.44.761 7.932a6.9 6.9 0 0 0 .856 1.538c-2.727-1.215-5.137-3.45-6.402-6.457-1.4-3.232-1.372-7.324.294-10.606C2.608 4.225 4.923 1.876 7.789.884c1.157-.49 2.47-.746 3.81-.786h.716c1.91.057 3.838.55 5.435 1.466 3.548 1.807 6.232 6.3 6.244 10.314.123 4.153-1.674 7.915-4.797 10.327"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/remark.svg b/mkdocs-material/material/templates/.icons/simple/remark.svg new file mode 100644 index 0000000..9aae2c9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/remark.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.204 18.089V12.66q0-2.477 1.156-3.947t3.108-1.47q.494 0 1.03.092.54.088.953.245V5.976q-.279-.122-.754-.195-.478-.073-1.007-.073-1.76 0-2.902.88-1.144.881-1.458 2.497h-.157V6.01H0v1.186h2.737V18.09Zm-3.959 0H8.04v-1.187H.245ZM19.1 7.109q1.604 0 2.507 1.095.904 1.091.904 3.02H15.6q0-1.94.93-3.027t2.569-1.088zm4.846 7.998h-1.458q-.28.884-1.133 1.378-.854.494-2.087.494-1.68 0-2.676-1.114-.991-1.118-.991-3.013v-.414H24v-.953q0-1.807-.578-3.074-.574-1.267-1.67-1.933-1.094-.67-2.652-.67-1.493 0-2.615.658-1.118.655-1.738 1.838-.617 1.183-.617 2.775v1.761q0 2.58 1.352 4.016 1.351 1.436 3.786 1.436 1.221 0 2.205-.394.98-.39 1.627-1.11.643-.717.846-1.681"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/remedyentertainment.svg b/mkdocs-material/material/templates/.icons/simple/remedyentertainment.svg new file mode 100644 index 0000000..9dfbdf1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/remedyentertainment.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.717 5.245v6.613a3.31 3.31 0 0 0 3.306-3.307 3.31 3.31 0 0 0-3.306-3.306m-4.594 0h-3.45v6.613h3.455a3.31 3.31 0 0 0 3.306-3.307 3.31 3.31 0 0 0-3.311-3.306m11.448 9.915v-1.507a8.6 8.6 0 0 1-2.714 2.379l2.714 4.792v-2.878L24 24h-7.574l-2.709-4.789V24h-1.656l-3.907-6.897H5.673V24H0V0h9.123a8.5 8.5 0 0 1 4.589 1.337V0a8.55 8.55 0 0 1 6.859 3.441V1.939a8.53 8.53 0 0 1 3.133 6.612 8.52 8.52 0 0 1-3.133 6.609"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/remix.svg b/mkdocs-material/material/templates/.icons/simple/remix.svg new file mode 100644 index 0000000..d817aaf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/remix.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.511 18.508c.216 2.773.216 4.073.216 5.492H15.31c0-.309.006-.592.011-.878.018-.892.036-1.821-.109-3.698-.19-2.747-1.374-3.358-3.55-3.358H1.574v-5H11.97c2.748 0 4.122-.835 4.122-3.049 0-1.946-1.374-3.125-4.122-3.125H1.573V0h11.541c6.221 0 9.313 2.938 9.313 7.632 0 3.511-2.176 5.8-5.114 6.182 2.48.497 3.93 1.909 4.198 4.694M1.573 24v-3.727h6.784c1.133 0 1.379.84 1.379 1.342V24Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/removedotbg.svg b/mkdocs-material/material/templates/.icons/simple/removedotbg.svg new file mode 100644 index 0000000..714feb4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/removedotbg.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23.729 13.55-1.903-.995-9.134 4.776a1.5 1.5 0 0 1-1.383.002l-9.137-4.778-1.903.995a.5.5 0 0 0 0 .888l11.499 6.011a.5.5 0 0 0 .462 0l11.499-6.011a.5.5 0 0 0 0-.888M.269 10.447l11.499 6.013a.5.5 0 0 0 .462 0l11.499-6.013a.5.5 0 0 0 0-.887l-11.5-6.012a.5.5 0 0 0-.462 0L.268 9.559a.5.5 0 0 0 .001.887z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/renault.svg b/mkdocs-material/material/templates/.icons/simple/renault.svg new file mode 100644 index 0000000..319d807 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/renault.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17.463 11.99-4.097-7.692-.924 1.707 3.213 5.985-5.483 10.283L4.69 11.99 11.096 0H9.27L2.882 11.99 9.269 24h1.807zm3.655 0L14.711 0h-1.807L6.517 11.99l4.117 7.712.904-1.707-3.193-6.005 5.463-10.263L19.29 11.99 12.904 24h1.807Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/render.svg b/mkdocs-material/material/templates/.icons/simple/render.svg new file mode 100644 index 0000000..6fc8cb4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/render.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.263.007c-3.121-.147-5.744 2.109-6.192 5.082-.018.138-.045.272-.067.405-.696 3.703-3.936 6.507-7.827 6.507a7.9 7.9 0 0 1-3.825-.979.202.202 0 0 0-.302.178V24H12v-8.999c0-1.656 1.338-3 2.987-3h2.988c3.382 0 6.103-2.817 5.97-6.244-.12-3.084-2.61-5.603-5.682-5.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/renovate.svg b/mkdocs-material/material/templates/.icons/simple/renovate.svg new file mode 100644 index 0000000..9795b44 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/renovate.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.372 0 0 5.372 0 12s5.372 12 12 12 12-5.371 12-12S18.63 0 12 0M9.973 5.046 8.827 3.9l1.146-1.146 3.33 3.33-1.146 1.147-1.085-1.086L9.858 7.36 8.766 6.267 9.98 5.053zM6.445 3.933l1.147 1.146-1.147 1.144L5.3 5.077zM2.98 9.689 1.833 8.543l1.146-1.146 1.146 1.146zm2.283 2.323-1.17-1.17 1.146-1.146 1.147 1.146L7.568 9.66 6.445 8.54 5.3 7.391l1.146-1.146 2.27 2.269L9.859 7.37l1.062 1.062-1.18 1.181-3.438 3.439zm3.726 3.406a.35.35 0 0 1-.494 0l-1.58-1.578a.35.35 0 0 1 0-.494l6.668-6.669a.35.35 0 0 1 .495 0l1.577 1.578a.35.35 0 0 1 0 .494zM19.81 19.01c-.24.248-.46.513-.76.7-.325.204-.951.15-1.22-.133-.127-.134-.263-.26-.392-.39-.877-.876-1.749-1.755-2.63-2.627-.274-.272-.433-.593-.347-.965.038-.157.134-.32.258-.504-.227-.225-.527-.549-.764-.802a1.7 1.7 0 0 1-.298-.42c-.236-.499-.096-.932.272-1.31.422-.43.853-.855 1.28-1.282l2.238-2.236c.045-.044.09-.084.13-.13q.156-.194.006-.39c-.03-.04-.068-.075-.105-.112q-.598-.599-1.196-1.193c-.035-.036-.075-.07-.112-.106-.092-.082-.235-.077-.338-.005-.072.052-.138.115-.222.186l-.549-.535c.361-.6 1.163-.731 1.671-.258q.756.7 1.458 1.454a1.13 1.13 0 0 1-.033 1.556l-.738.738-2.824 2.822a2 2 0 0 0-.085.09c-.159.175-.164.339.003.51.248.258.504.509.776.783.23-.164.457-.26.726-.256.305.005.553.122.764.333q.781.784 1.564 1.564c.464.464.911.942 1.394 1.385.392.36.525 1.064.073 1.533"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/renpy.svg b/mkdocs-material/material/templates/.icons/simple/renpy.svg new file mode 100644 index 0000000..01b732c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/renpy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.166 0S6.908 1.035 6.25 4.744c-1.365.903-2.056 1.624-2.06 1.916 0 .023.02.042.031.063.115-.054 5.565-2.614 9.422-2.967a8 8 0 0 1 .707-.03c1.8-.007 4.532.365 4.569.37-.063-.269-1.722-1.02-2.817-1.217C13.504.009 10.166 0 10.166 0m8.754 4.096c-.039-.003-3.665-.261-5.342-.096-3.94.388-9.242 2.675-9.356 2.725.16.27 1.288.38 1.848.384-.085 1.63-.804 4.532-.674 4.553.09.014.295-.547.295-.547s-.105.322-.201.692c.404-.02.597-.04.851-.018.057.005.143.01.184.078.134-.26.137-.494.137-.494s.056.211.043.494c.096-.082.209-.316.209-.316s-.009.201-.018.324c.08.048.213.033.213.033a7 7 0 0 1-.092.592c-.062.312-.16.488-.4.803-.297.002-.617.244-.748.57-.02.17.246.37.246.37l-.39 1.896a1.74 1.74 0 0 0-.583.937s-.078.912-.013 1.23c.04.202 1 .846 1.671.89.397.025 1.19-.618 1.19-.618l.506-.049c.276.346.528.441.931.553l.11.34s-.182.149-.182.26c0 .11.197.214.197.214s-1.108.156-1.074 1.53c.018.728 1.01 1.074 1.824 1.105.855.033 2.012-.513 2.012-.513s.184.066.412.048c.262-.02.549-.205.549-.205s-.426.331-.436 1.268c-.002.25.172.537.364.7.114.095.3.17.412.171.173.001-.359-.495-.375-.813-.028-.541.69-.626 1.135-.626.471-.001 1.812.614 2.82.626 1.57.02 2.583-1.212 2.613-2.16.037-1.14-.951-1.834-1.304-2.21-.052-.233-.324-.722-.604-.782-.487-.104-.963.09-.963.09s-.112-.03-.223-.088c.794-1.087.876-1.977.887-2.728.032-2.214-1.539-3.268-1.762-3.39.371-.38.53-.64.622-.847a28 28 0 0 0-.18 1.051l.369-.326v.379s.44-.45.504-.914c.039.377.021.914.021.914s.552-.561.737-1.92c.035.862.066 1.508.066 1.508s.29-1.837.192-3.75c-.048-.928-.144-2.02-.47-2.746.825-.647 1.245-.959 1.227-1.16 0-.004-.007-.009-.007-.012M10.504.25s.961.233 1.406.578c.737.573 1.562 1.75 1.562 1.75s-.98-1.165-1.625-1.625C11.451.67 10.504.25 10.504.25m-.516.031s-.72.785-1 1.235c-.42.672-1 2.156-1 2.156s.358-1.511.766-2.156C9.064 1.024 9.988.28 9.988.28zm3.914 2.56c.813.013 1.465.054 1.465.054s-2.596.027-3.867.253c-2.02.36-4.73 1.538-4.73 1.538S9.273 3.36 11.478 2.96c.638-.116 1.611-.132 2.424-.12zm-3.031 3.07s-.122.283-.23.552c-.056-.01-.112-.027-.165-.026.19-.26.395-.527.395-.527zm1.293.01s-.513 1.13-.598 2.433c.17-.534.299-.83.299-.83s-.064.815.12 1.425c.131-1.169.774-1.955.774-1.955s-.209.81-.12 1.37c.107-.826.398-1.69.398-1.69s-.187 1.808.209 2.64c.385-.368.718-1.193.718-1.193s.074.246.045.508c.506-.967.452-2.574.452-2.574s.122.406.26.998c-.19.13-.315.271-.315.271s.136-.113.326-.215c.08.347.155.75.223 1.176q-.007-.002-.014-.004c-.62-.006-.944.26-1.047.594-.288.935.01 1.18.453 1.18.836-.001.961-1.149.961-1.149s.119.33.094.57c-.01.104-.102.274-.102.274l.336-.242s-.092-.74-.394-1.069c.145-.587.24-1.068.285-1.42q.075.035.143.085c.063.634.133 1.446.117 2.066.171-.286.31-.586.31-.586l.01.52s-.344.88-.906 2.033c-1.185.85-1.903 1.111-3.17 1.181-.478.027-1.305-.175-1.305-.175s-.556-1.118-1.037-1.106c-.288.007-.719.22-.719.22s-.542-1.166-.232-4.009c.041-.38.674-.928.674-.928s-.258.515-.414 1.284l-.116.14s.093-.094.112-.115a6 6 0 0 0-.102.713c.123-.289.29-.541.29-.541s-.064.57.12.84c.355-.915.75-1.59 1.063-2.053.013-.003.028-.012.04-.014.053-.009.122.01.183.016a5.7 5.7 0 0 0-.354 1.531c-.886.086-1.043 1.293-1.043 1.293l.324.309s-.104-.216-.105-.34c.273.375.461.746 1.025.74 1.124-.013.951-1.56.951-1.56l.07.023s-.376-.51-1.171-.477l-.006.002a8.3 8.3 0 0 1 .851-1.384c.128.051.16.068.252.115-.154.395-.29.859-.27 1.312.138-.467.311-.861.48-1.209l.074.037-.069-.048a9 9 0 0 1 .567-1.012zm-.344.013s-.222.368-.42.863c-.08-.057-.105-.075-.219-.139.362-.464.639-.724.639-.724m3.767.375.067.644a1 1 0 0 0-.117-.055c.031-.307.05-.59.05-.59zm-4.539 2.105c.068.002.135.05.17.123.05.1.024.214-.056.252-.08.04-.184-.01-.233-.111-.049-.1-.023-.214.057-.252a.13.13 0 0 1 .062-.012m4.04.106c.058.002.121.05.16.123.053.1.042.211-.024.25-.065.038-.162-.01-.215-.11s-.042-.211.024-.25a.1.1 0 0 1 .054-.013zm-3.83.714s-.004.734-.805.793c-.556.042-.805-.445-.805-.445l.106.04s.077-.066.156-.028c.089.043.097.168.097.168s.06.075.399.066c.633-.016.851-.594.851-.594zm3.824.102s-.145.637-.72.648c-.606.012-.48-.527-.48-.527s.058.343.5.379c.428.035.7-.5.7-.5m-2.578 1.5c-.239-.003-.704.125-.704.125l.157.453-.016-.36s.347-.075.523-.077c.158-.003.47.054.47.054l-.063.406.25-.476s-.408-.123-.618-.125zm-2.915.318c.529-.084 1.037 1.046 1.133 1.166.174.217.616.38.672.696.064.359-.46.992-.46.992s-.046-.26-.212-.352c.102.179.102.446.102.446s-.103.755-1.406.976c-1.3.22-1.557-.389-1.557-.389s-.117-.312-.035-.691c-.157.168-.088.541-.088.541s-.828-.338-.943-.717c-.09-.295.188-.58.265-.879.133-.514.024-1.275.602-1.486.329-.12.848.067 1.093.022.285-.054.413-.257.834-.325m.008.244c-.29.017-.447.375-.492.72-.049.374.14 1.124.14 1.124s-.104-.738-.046-1.101c.052-.33.177-.575.414-.579.446-.006.625.344.68.72.05.342.023 1.038.023 1.038s.095-.72.055-1.078c-.044-.382-.3-.87-.774-.844m-1.726.227c-.355.066-.533.52-.532.941.002.478.547 1.317.547 1.317s-.414-.843-.414-1.297c0-.474.111-.744.407-.813.3-.069.584.2.734.563.129.312.101 1.008.101 1.008s.062-.714-.023-1.055c-.1-.402-.474-.728-.82-.664m7.156.32c1.36.023 2.372 1.958 2.365 2.94-.014 2.137-.426 2.398-1.25 3.58-1.214 1.742-4.018 3.821-5.699 3.9-1.064.05-1.817-.482-1.814-.912.006-1.313.996-1.441.996-1.441 2.425-.29 2.477-.52 4.117-2.2 1.587-1.625 1.808-3.87.273-4.552l-.379-.135s.227-1.2 1.39-1.18zm-1.022.098.028.178s-.382.309-.477.867l-.783-.373.016-.315c.56-.016 1.216-.357 1.216-.357m-3.046.314.347.067-.021.187zm.486.051s.339.052.508.055c.22.003.68-.055.68-.055l.017.457-.271.592-.977-.713zm-1.846.297c-.104 0-.188.106-.187.236 0 .13.084.235.187.235.104 0 .19-.104.19-.235 0-.13-.085-.237-.19-.236m.059.078c.05 0 .091.043.092.096 0 .054-.041.098-.092.098s-.093-.044-.092-.098c0-.053.042-.096.092-.096m-1.307.164a.2.2 0 0 0-.056.012c-.098.037-.14.166-.092.287.046.121.162.19.26.152.098-.035.14-.165.093-.287-.036-.097-.12-.164-.205-.164m.05.059c.041-.004.08.02.097.06.02.051-.003.108-.051.125-.048.02-.102-.007-.121-.058a.093.093 0 0 1 .05-.123.1.1 0 0 1 .026-.004zm4.423.037.732.768.254.199.22-.586s.868.283.89 1.662l-1.127-.623-.077.182 1.19.695q-.028.243-.108.49c-.02-.03-.04-.068-.06-.072-.562.133-1.453.492-1.453.492l.008 1.834c-.154.166-.308.337-.461.49l-.073-2.515.207-.586c-.042-.06-.314-.449-.377-.702-.029-.118.033-.245.004-.363-.035-.144-.186-.246-.209-.392-.017-.117-.014-.308.067-.348.044-.022.127.027.127.076 0 .088-.08.096-.082.154-.008.193.19.343.23.532.025.113-.022.235.006.347.049.197.222.479.28.569l.519-1.465-.695-.748-.352.375zm-5.953.053s-.26.496-.182.736c.124.381 1.002.84 1.002.84s-.59.247-.437 1.148c.12.714 1.125.633 1.125.633s.048.538-.004.932c-.055.407-.383.845-.383.845s.408-.413.474-.828c.027-.166.018-.5.018-.5s.093.16.125.246c.07.188.14.582.14.582s-.017-.385-.054-.574a7 7 0 0 0-.207-.687l.363-.047s.08.25.344.285c.161.022.488.004.488.004s.004.3-.05.457c-.095.27-.47.75-.47.75s-.255.372-.456.426c-.265.07-.682.025-.682.025s-.82.69-1.275.69c-.424 0-1.418-.674-1.508-.823-.105-.173.014-.723.01-1.084-.005-.327.597-.949.597-.949l.42-1.96s-.294-.213-.25-.348c.157-.478.645-.489.645-.489zm4.613.166.758.254-.778-.16zm-.36.57 1.725 1.818-.178.43.075 2.584c-1.202 1.182-3.051 1.203-3.051 1.203s-.202-.063-.217-.183c-.013-.106.158-.235.158-.235-.171-.552-.21-.736-.224-1.34l-.155-.144s.312-.425.448-.701c.088-.18.075-.327.072-.598 0 0 .373-.11.535-.215.251-.162.201-.385.201-.385s.262.06.602-.015a.89.89 0 0 0 .678-.856c.01-.811-.883-.953-.883-.953zm-1.285.035a.273.273 0 0 0-.103.526.273.273 0 0 1 .209-.45q.053.001.101.022a.27.27 0 0 0-.207-.098m-1.148.227a.273.273 0 0 0-.273.273c0 .11.067.208.168.25a.273.273 0 0 1 .21-.447q.053 0 .102.021a.27.27 0 0 0-.207-.097m2.135.263s.699.024.857.76c.081.377-.301.828-.767.881-.111.013-.409-.037-.409-.037s-.054-.114-.154-.115c-.227-.003-.342.138-.72.185-.3.038-.386-.011-.575.022-.214.037-.267.207-.267.207s-.325.063-.524.066c-.771.014-.883-.294-.941-.74-.083-.634.486-.797.486-.797s.025.108.35.258l-.23.068.06.264-.215.066.027.287.254-.027.045.26.266-.012-.051-.303.227-.05.025-.442c.218.039.474.063.826.033a1.8 1.8 0 0 0 .82-.28.7.7 0 0 0-.056.269c0 .38.316.687.707.687s.707-.308.707-.687a.697.697 0 0 0-.87-.668c.075-.089.122-.155.122-.155m3 .188 1.1.615c0 .028-.009.058-.01.086l-1.13-.644zm-2.807.037c.05.002.1.02.137.06l.01.01a.2.2 0 0 1-.008.28l-.477.447a.2.2 0 0 1-.279-.01l-.008-.01a.195.195 0 0 1 .008-.277l.094-.09.033.074a.15.15 0 1 0 .185.147.15.15 0 0 0-.125-.147l.01-.17.28-.261a.2.2 0 0 1 .14-.053m-.006.059a.15.15 0 1 0 .016.3.15.15 0 0 0-.016-.3m.244.34c.05.001.1.02.137.06l.01.01a.2.2 0 0 1-.008.28l-.476.446a.2.2 0 0 1-.28-.01l-.008-.01a.195.195 0 0 1 .008-.277l.477-.447a.2.2 0 0 1 .14-.053zm-.007.058a.15.15 0 1 0 .002 0zm-3.008.047.136.232-.109.024zm1.537.35a.08.08 0 0 0-.049.04l-.062.118a.087.087 0 0 0 .035.117.09.09 0 0 0 .117-.037l.06-.117a.085.085 0 0 0-.035-.116.1.1 0 0 0-.066-.006zm1.014.025a.15.15 0 1 0 .002 0zm-1.483.057a.1.1 0 0 0-.05.043l-.061.117a.085.085 0 0 0 .035.115.085.085 0 0 0 .115-.035l.063-.12a.085.085 0 0 0-.037-.115.08.08 0 0 0-.065-.005m5.397.357c.024.008.04.04.054.07a4 4 0 0 1-.285.608l-.765.279s-.015-.196-.028-.293c-.02-.148-.281-.172-.281-.172s.896-.376 1.305-.492m-4.43.045c.06-.002.11.016.14.064.154.25-.203.55-.722.637-.66.111-.89-.2-.73-.437.09-.137.498-.035.675-.059.17-.023.455-.2.637-.205m3.125.54c.077.01.193.031.197.124.007.138.028.414.028.414l.74-.27a8 8 0 0 1-.576.78l-.065-.365v.449c-.11.132-.216.258-.332.385zm-2.006.032a5 5 0 0 0-.973.108c-.128.183-.072.564-.072.564l2.133-.105s-.014-.334-.106-.487a5.4 5.4 0 0 0-.982-.08m-.076.09c.263-.007.551.008.992.05.068.152.067.34.067.34l-1.934.087s-.014-.204.035-.387c.339-.053.577-.083.84-.09m1.066.59s-.11.838-.023 1.32c-.462.113-1.205.137-1.828.11-.056-.511-.086-1.22-.086-1.22s-.08.55-.008 1.36c.714-.004 1.466-.006 2.031-.14-.067-.742-.086-1.43-.086-1.43m-1.222.246s-.03.34-.028.512c.002.188.04.562.04.562s.045-.37.042-.555c-.002-.174-.054-.519-.054-.519m.484.098s-.043.285-.043.43c0 .147.047.44.047.44s.028-.29.027-.437c0-.145-.031-.433-.031-.433m-2.465.539.133.105c-.003.25.006.502.098.79-.258-.034-.617-.217-.782-.45.298-.122.346-.167.551-.445m8.694.078c.25.139.459.393.457.611-.003.254-.264-.15-.557-.404.233.249.397.632.215.637-.238.006-.255-.311-.602-.514-.184-.107-.496-.152-.496-.152s.371-.174.983-.178m-1.073.273c.741-.002.851.642 1.137.64.313-.003.172-.28.172-.28s.106.151.21.136c0 0 1.301 1.029 1.321 1.989.022 1.08-1.257 2.173-2.312 2.164-1.381-.02-2.043-.67-3.008-.68-.725.034-1.213.328-1.227.727-.006.193.174.558.174.558s-.306-.258-.322-.527c-.041-.738.523-1.603 1.402-1.666.953-.11 1.383.232 2.613.322.48.035 1.162-.482 1.149-.766-.038-.823-1.73-.808-1.73-.808l.343-.309c-.023-1.231-.637-1.086-.637-1.086l.36-.406s.21-.007.355-.008m-.808.516c.161-.025.325 0 .453.187.138.203.176.746.176.746s-.448.437-.735.547c-.01-.128-.007-.244-.023-.402-.013-.123-.172-.28-.362-.309v-.171a7 7 0 0 0 .49-.598zm-.563.674v1.513c-.136.058-.245.115-.414.172-.255.087-.544-.005-.805.063-.285.073-.53.26-.804.367-.409.16-.95.176-.95.176s1.708-.936 2.973-2.291m.072.16c.127.025.282.153.288.256.012.26.022.344.03.504.158-.017.427-.262.427-.262s.042.256-.055.406c-.081.125-.349.271-.69.42zm.85.549s1.6.075 1.602.71c0 .4-.705.64-1.125.641-.571.002-1.54-.344-1.54-.344s.913-.39 1.032-.574c.097-.151.031-.433.031-.433"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/renren.svg b/mkdocs-material/material/templates/.icons/simple/renren.svg new file mode 100644 index 0000000..ebd07e4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/renren.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.66 9.553V5.254A6.794 6.794 0 0 0 1.606 16.34c2.379-1.152 4.042-3.755 4.054-6.787m1.132 4.115c-.423 1.752-1.687 3.25-3.262 4.245a6.76 6.76 0 0 0 3.26.833 6.8 6.8 0 0 0 3.264-.833c-1.575-.996-2.84-2.494-3.262-4.245m5.184-6.103a6.8 6.8 0 0 0-4.052-2.31V9.52c0 3.045 1.667 5.663 4.051 6.818a6.77 6.77 0 0 1-1.607-4.387 6.76 6.76 0 0 1 1.608-4.386c1.003 1.183 1.655 2.714 1.655 4.387 0 1.674-.65 3.203-1.655 4.388 2.38-1.15 4.088-3.755 4.1-6.787V5.254a6.9 6.9 0 0 0-4.1 2.31zM18.34 9.52c0 3.046 1.667 5.663 4.053 6.82A6.793 6.793 0 0 0 18.34 5.255zm-1.132 4.148c-.423 1.752-1.687 3.25-3.263 4.245a6.76 6.76 0 0 0 3.262.833 6.8 6.8 0 0 0 3.263-.833c-1.575-.996-2.839-2.494-3.262-4.245"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/replit.svg b/mkdocs-material/material/templates/.icons/simple/replit.svg new file mode 100644 index 0000000..2ef3aaa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/replit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 1.5A1.5 1.5 0 0 1 3.5 0h7A1.5 1.5 0 0 1 12 1.5V8H3.5A1.5 1.5 0 0 1 2 6.5ZM12 8h8.5A1.5 1.5 0 0 1 22 9.5v5a1.5 1.5 0 0 1-1.5 1.5H12ZM2 17.5A1.5 1.5 0 0 1 3.5 16H12v6.5a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 2 22.5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/republicofgamers.svg b/mkdocs-material/material/templates/.icons/simple/republicofgamers.svg new file mode 100644 index 0000000..783d19e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/republicofgamers.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.39 5.583c-1.346.012-3.433.196-5.937.977-1.602.498-3.916 2.742-8.224 6.908-.57.32-2.67-.891-3.881-1.46 0 0 1.993 3.169 2.705 4.095 1.068 1.46 3.027 2.314 3.027 2.314-.178-.178-1.53-1.603-1.922-2.422-.25-.391.034-.962 1.957-2.386 1.745-1.282 7.942-6.515 13.924-7.94 0 0-.6-.095-1.648-.086M24 7.771c-2.065.213-4.06.819-5.947 1.709-3.775 1.78-10.149 6.338-10.149 6.338.285.178.57.355.856.498 3.062 1.353 7.585 2.171 8.44 1.886 2.385-.783 5.055-5.802 5.874-8.117 0 0-2.493.997-5.021 2.172-2.101.997-4.414 2.137-4.414 2.137l5.875-1.781s-1.568 3.703-3.633 4.13-5.697-1.033-5.697-1.033c.285-.249 4.13-3.063 13.103-6.73.392-.285.642-.746.713-1.21M0 11.294c.356.962.82 1.853 1.354 2.707.64.82 3.274 1.496 3.63 1.567C3.346 14.428 0 11.294 0 11.294"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rescript.svg b/mkdocs-material/material/templates/.icons/simple/rescript.svg new file mode 100644 index 0000000..d2c1d43 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rescript.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.29 1.8q-.45-.6-.9-.9c-1.3-.9-2.899-.9-6.098-.9H7.696C4.498 0 2.9 0 1.8.8c-.4.3-.7.6-1 1C0 2.9 0 4.5 0 7.7v8.6c0 3.2 0 4.8.8 5.9q.45.6.9.9c1.199.9 2.798.9 5.996.9h8.596c3.199 0 4.798 0 5.898-.8q.6-.45.9-.9c.799-1.1.799-2.7.799-5.9V7.7c.2-3.2.2-4.8-.6-5.9ZM11.194 16.5c0 .2 0 .5-.1.8 0 .2-.1.3-.1.5-.1.1-.2.3-.4.5s-.4.3-.6.4c-.3.1-.7.1-1.399.1-.8 0-1.1 0-1.4-.1q-.6-.3-.899-.9c-.1-.3-.1-.7-.1-1.4v-8c0-.9 0-1.4.2-1.7s.4-.5.8-.7c.3-.2.8-.2 1.699-.2h2.299zm5.097-4.9a2.794 2.794 0 0 1-2.798-2.8c0-1.6 1.3-2.8 2.798-2.8 1.5 0 2.8 1.3 2.8 2.8s-1.3 2.8-2.8 2.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rescuetime.svg b/mkdocs-material/material/templates/.icons/simple/rescuetime.svg new file mode 100644 index 0000000..892bd4f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rescuetime.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 7.626v8.749c0 .597-.485 1.092-1.091 1.092h-5.447v5.452c0 .596-.485 1.092-1.091 1.092H7.629a1.094 1.094 0 0 1-1.091-1.092v-5.452H1.091A1.093 1.093 0 0 1 0 16.375V7.626c0-.597.485-1.092 1.091-1.092h5.447V1.082c0-.596.485-1.092 1.091-1.092h8.742c.596 0 1.091.485 1.091 1.092v5.452h5.447A1.1 1.1 0 0 1 24 7.626m-3.325 4.339-2.192-1.649.333 1.042-4.891-.344c.152.304.243.638.243.992 0 .343-.081.667-.213.95l4.871-.364-.323 1.022zm-7.579.03-.495-8 1.021.324-1.647-2.185-1.647 2.195 1.04-.334-.454 8c0 .597.485 1.093 1.091 1.093.596 0 1.091-.486 1.091-1.093"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/researchgate.svg b/mkdocs-material/material/templates/.icons/simple/researchgate.svg new file mode 100644 index 0000000..2486e3f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/researchgate.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.586 0q-1.226.001-2.073.565-.846.565-1.213 1.68a3 3 0 0 0-.112.437 8 8 0 0 0-.078.53 9 9 0 0 0-.05.727q-.014.423-.013 1.016a31.121 31.123 0 0 0 .014 1.017 9 9 0 0 0 .05.727 8 8 0 0 0 .077.53h-.005a3 3 0 0 0 .113.438q.368 1.114 1.214 1.68.847.564 2.075.564c.8 0 1.536-.213 2.105-.603.57-.39.94-.916 1.175-1.65.076-.235.135-.558.177-.93a11 11 0 0 0 .043-1.207v-.82q0-.142-.14-.142h-3.064q-.14 0-.14.141v.956q0 .14.14.14h1.666q.084.001.084.086c0 .36 0 .62-.036.865-.038.244-.1.447-.147.606-.108.385-.348.664-.638.876s-.738.35-1.227.35c-.545 0-.901-.15-1.21-.353-.306-.203-.517-.454-.67-.915a3.1 3.1 0 0 1-.147-.762 17.366 17.367 0 0 1-.034-.656q-.015-.39-.014-.939a26.401 26.403 0 0 1 .014-.938 16 16 0 0 1 .035-.656 3.2 3.2 0 0 1 .148-.76 1.9 1.9 0 0 1 .742-1.01c.344-.244.593-.352 1.137-.352.508 0 .815.096 1.144.303.33.207.528.492.764.925q.069.141.198.07l1.044-.43q.113-.072.042-.199a3.6 3.6 0 0 0-.466-.742 3 3 0 0 0-.679-.607 3.3 3.3 0 0 0-.903-.41A4 4 0 0 0 19.586 0M8.217 5.836c-1.69 0-3.036.086-4.297.086-1.146 0-2.291 0-3.007-.029v.831l1.088.2c.744.144 1.174.488 1.174 2.264v11.288c0 1.777-.43 2.12-1.174 2.263l-1.088.2v.832c.773-.029 2.12-.086 3.465-.086 1.29 0 2.951.057 3.667.086v-.831l-1.49-.2c-.773-.115-1.174-.487-1.174-2.264v-4.784c.688.057 1.29.057 2.206.057 1.748 3.123 3.41 5.472 4.355 6.56.86 1.032 2.177 1.691 3.839 1.691.487 0 1.003-.086 1.318-.23v-.744c-1.031 0-2.063-.716-2.808-1.518-1.26-1.376-2.95-3.582-4.355-6.074 2.32-.545 4.04-2.722 4.04-4.9 0-3.208-2.492-4.698-5.758-4.698zm-.515 1.29c2.406 0 3.839 1.26 3.839 3.552 0 2.263-1.547 3.782-4.097 3.782-.974 0-1.404-.03-2.063-.086v-7.19c.66-.059 1.547-.059 2.32-.059z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/resend.svg b/mkdocs-material/material/templates/.icons/simple/resend.svg new file mode 100644 index 0000000..a5d944c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/resend.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.023 0v24h5.553v-8.434h2.998L15.326 24h6.65l-5.372-9.258a7.65 7.65 0 0 0 3.316-3.016q1.063-1.815 1.062-4.08 0-2.194-1.062-3.91-1.063-1.747-2.95-2.742Q15.12 0 12.823 0Zm5.553 4.87h4.219q1.097 0 1.851.376.788.378 1.2 1.098.412.685.412 1.611c0 .926-.126 1.165-.378 1.645q-.343.72-1.03 1.13-.651.379-1.542.38H7.576Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/resharper.svg b/mkdocs-material/material/templates/.icons/simple/resharper.svg new file mode 100644 index 0000000..dc0c059 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/resharper.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 0H0v24h24zM3.006 19.476h9v1.5h-9zm9.824-9.392h-.98V8.432h1.264l.324-1.908h-1.136V4.872h1.416l.324-1.864h1.704l-.332 1.864h1.88l.324-1.864h1.7l-.304 1.864h.98v1.652h-1.28l-.324 1.908h1.136v1.652h-1.42l-.336 1.936h-1.7l.332-1.936h-1.868l-.32 1.936h-1.72zM3.014 3.008H7.15q1.716 0 2.632.912c.529.553.808 1.3.772 2.064v.028a2.8 2.8 0 0 1-.536 1.784 3.07 3.07 0 0 1-1.404.992l2.204 3.224h-2.32L6.63 9.24H5.014v2.772h-2zm13.672 5.424.328-1.908h-1.876l-.32 1.908zM7.014 7.408c.415.014.821-.129 1.136-.4a1.2 1.2 0 0 0 .4-.928v-.028a1.16 1.16 0 0 0-.4-.968 1.84 1.84 0 0 0-1.148-.32H5.014v2.592z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/resurrectionremixos.svg b/mkdocs-material/material/templates/.icons/simple/resurrectionremixos.svg new file mode 100644 index 0000000..817d263 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/resurrectionremixos.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m24 3.53-9.952.078C9.142 3.647 6.994 8.265 0 16.345c1.569.753 3.323 1.24 4.338.119 1.703-1.883 4.275-5.48 7.154-8.346 1.793-1.784 6.01-.865 9.95-1.23 1.351-.125 2.41-2.48 2.558-3.359zm-.147 6.076-7.326.044c-4.39 0-5.38 2.492-11.91 10.24 1.194.563 3.28.84 3.763.257 1.78-2.158 2.506-3.51 5.36-6.362 1.657-1.658 4.39-.687 7.86-1.01 1.267-.12 2.132-2.449 2.253-3.169"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/retool.svg b/mkdocs-material/material/templates/.icons/simple/retool.svg new file mode 100644 index 0000000..871f1f3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/retool.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 2.2A2.2 2.2 0 0 1 2.2 0h8.6A2.2 2.2 0 0 1 13 2.2v1.7A1.1 1.1 0 0 1 11.9 5H1.1A1.1 1.1 0 0 1 0 3.9zm0 6.9A1.1 1.1 0 0 1 1.1 8h20.7a2.2 2.2 0 0 1 2.2 2.2v5.7a1.1 1.1 0 0 1-1.1 1.1H2.2A2.2 2.2 0 0 1 0 14.8zm11 12a1.1 1.1 0 0 1 1.1-1.1h10.8a1.1 1.1 0 0 1 1.1 1.1v.7a2.2 2.2 0 0 1-2.2 2.2h-8.6a2.2 2.2 0 0 1-2.2-2.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/retroarch.svg b/mkdocs-material/material/templates/.icons/simple/retroarch.svg new file mode 100644 index 0000000..00debe8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/retroarch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.84 5.76 8.4 7.68H5.28l-.72 2.88H2.64l.72-2.88H1.44L0 13.44h3.84l-.48 1.92h3.36L4.2 18.24h2.82l2.34-2.88h5.28l2.34 2.88h2.82l-2.52-2.88h3.36l-.48-1.92H24l-1.44-5.76h-1.92l.72 2.88h-1.92l-.72-2.88H15.6l1.56-1.92h-2.04l-1.68 1.92h-2.88L8.88 5.76zm.24 3.84H9v1.92H7.08zm7.925 0h1.92v1.92h-1.92Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/retropie.svg b/mkdocs-material/material/templates/.icons/simple/retropie.svg new file mode 100644 index 0000000..98aa6cf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/retropie.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.923 0a3.59 3.59 0 0 0-1.531 6.839c.04.475.18 2.156.315 3.874a1 1 0 0 1-.126.016c-.25.016-.499-.027-.748-.007-.32.024-.59.197-.914.197-.298 0-.608-.006-.88.136-.446.232-1.106.086-1.474.467-.298.308-.859.153-1.199.475-.088.083-.101.222-.213.26-.126.043-.257.07-.383.113-.247.083-.51.226-.607.486-.061.166.022.188-.146.257a1.4 1.4 0 0 0-.33.182c-.182.141-.231.336-.258.568-.002.017.003.315.003.314a.9.9 0 0 0-.221.256c-.133.235-.107.484-.009.728.107.264.198.364.209.636-.012.13.05.266.098.383.192.47.307.835.831.884l1.48 3.964C6.564 23.015 9.25 24 11.949 24c2.72 0 5.448-1.001 6.204-2.986l1.522-4.002c.327-.06.603-.178.726-.538.086-.189.174-.393.202-.6a.7.7 0 0 0-.01-.249c.062-.08.123-.15.167-.243.211-.445.162-.964-.268-1.25.114-.407-.014-.695-.385-.91-.188-.109-.29-.091-.347-.296-.053-.19-.14-.339-.307-.437-.215-.126-.458-.15-.684-.243-.093-.242-.33-.385-.565-.462-.195-.064-.398-.073-.594-.126-.203-.054-.317-.242-.524-.318-.225-.081-.463-.089-.698-.113-.253-.027-.43-.18-.669-.243-.253-.066-.502-.05-.758-.065-.258-.015-.476-.15-.73-.182-.202-.026-.403-.009-.606-.001a2 2 0 0 1-.474-.053c.136-1.721.266-3.391.3-3.843A3.59 3.59 0 0 0 11.924 0zm.95.826c.292-.007.684.158 1.009.518.518.573.59 1.257.332 1.397-.261.145-.741-.145-1.187-.529-.438-.388-.721-.863-.536-1.193.068-.123.207-.19.382-.193M10.766 6.99a3.6 3.6 0 0 0 2.312 0c-.197 2.54-.459 5.87-.486 6.08-.014.083-.098.176-.218.242a1 1 0 0 1-.464.102c-.027 0-.664-.005-.68-.409-.032-.825-.342-4.563-.464-6.015m2.371 3.856q.116.027.237.04c.302.025.597-.048.899.015.137.028.25.101.385.134.168.04.339.047.511.043a1.7 1.7 0 0 1 .463.052c.164.044.273.156.43.204.352.106.793.02 1.095.254.059.045.08.113.145.148q.104.052.218.082c.13.035.265.046.396.074.151.032.311.082.43.178a.3.3 0 0 1 .12.197c.009.072.088.1.156.13.215.094.453.11.657.232a.46.46 0 0 1 .205.227l.006.02.002.006.01.044c.004.034.014.132.027.222q.086.06.186.099c.18.071.474.207.537.4l.003.007.004.023a.24.24 0 0 1-.001.124c-.02.075-.066.238-.095.366.105.077.228.133.317.23q.07.077.1.172l.001.001.002.007.007.03c.046.185-.041.53-.136.636a2 2 0 0 0-.182.253.4.4 0 0 1 .054.166l.002.018v.016l-.001.029-.002.012-.003.018a2.3 2.3 0 0 1-.18.53c-.12.387-.574.307-.864.408-.028.154-.164.81-.284.965-.237.305-.633.282-.969.27a1.2 1.2 0 0 0-.503.089.7.7 0 0 0-.2.13c-.078.075-.09.155-.121.254-.108.352-.47.512-.795.543-.271.025-.509-.057-.772-.102a1.55 1.55 0 0 0-.773.058.9.9 0 0 0-.322.187c-.086.082-.154.173-.253.24a1.3 1.3 0 0 1-.735.211c-.261 0-.525-.066-.754-.2a1.5 1.5 0 0 0-.747-.183c-.255 0-.522.05-.747.183a1.5 1.5 0 0 1-.757.203c-.337 0-.694-.112-.926-.38-.182-.211-.457-.3-.72-.328-.378-.04-.718.123-1.09.123-.33 0-.713-.112-.889-.431-.067-.123-.067-.267-.17-.367-.135-.132-.33-.192-.509-.214-.354-.044-.702.068-1.03-.14a.59.59 0 0 1-.263-.372c-.023-.084-.161-.562-.18-.663-.029-.15-.484-.048-.637-.135-.138-.08-.208-.29-.253-.389-.044-.098-.18-.405-.19-.5l.006-.005q-.003-.017-.004-.036a.42.42 0 0 1 .104-.283.7.7 0 0 1-.199-.194c-.044-.085-.255-.454-.19-.64l.005-.004a.52.52 0 0 1 .18-.262c.069-.057.16-.1.237-.154a1 1 0 0 1-.058-.054c-.1-.136-.081-.427.014-.566l.012-.02.002-.003.003-.002a.3.3 0 0 1 .029-.036c.117-.124.279-.185.437-.248a1 1 0 0 0 .187-.097c.009-.088.003-.189.01-.246a.27.27 0 0 1 .093-.178c.16-.17.522-.23.707-.296a.8.8 0 0 0 .22-.108c.04-.03.036-.133.07-.18.09-.126.259-.19.408-.23.167-.045.342-.053.508-.1a.8.8 0 0 0 .233-.098c.055-.039.082-.113.146-.154.323-.205.74-.116 1.093-.237.125-.043.211-.136.341-.177.176-.056.37-.073.555-.064.164.008.334-.009.493-.05.142-.035.26-.11.408-.136.327-.057.652.03.98-.02.043.551.083 1.081.11 1.475-.67.17-1.125.495-1.125.87 0 .553.983 1 2.195 1s2.195-.447 2.195-1c0-.366-.435-.683-1.08-.858.034-.404.072-.866.123-1.508m3.865 2.053c-.318 0-.626.059-.891.17-.375.157-.6.407-.634.703a.65.65 0 0 0 .022.252l.02.409.01.2.002.027a1.3 1.3 0 0 0-.347-.207 2.3 2.3 0 0 0-.892-.17c-.319 0-.627.058-.892.169-.375.157-.6.407-.633.703a.65.65 0 0 0 .023.258l.02.402.01.201a.47.47 0 0 0 .073.268l.026.044c.117.214.336.388.63.501.232.09.493.137.754.137.34 0 .662-.078.93-.226.324-.178.51-.436.526-.725l.006-.074c.004-.03.008-.058.011-.119l.023-.416a.7.7 0 0 0 .026-.173q-.001-.024-.004-.049.175.16.438.262c.233.09.493.137.755.137.34 0 .661-.078.93-.226.324-.179.51-.436.525-.725.002-.042.004-.056.006-.074a1 1 0 0 0 .011-.12l.023-.41a.7.7 0 0 0 .026-.178c.001-.299-.192-.56-.543-.735a2.3 2.3 0 0 0-.99-.216m0 .27a2 2 0 0 1 .862.183c.164.082.402.243.401.498q-.002.135-.092.254l-.134.116a1 1 0 0 1-.217.143q-.014.007-.028.013a2.1 2.1 0 0 1-.788.149c-.293 0-.571-.056-.807-.16l-.025-.01a1 1 0 0 1-.207-.14l-.132-.114a.41.41 0 0 1-.09-.299c.023-.194.19-.366.47-.484.232-.098.505-.149.787-.149m-1.212 1.266q.111.09.256.157.027.015.054.024c.268.128.58.198.906.198s.642-.068.912-.196l.023-.013a1.3 1.3 0 0 0 .274-.164c-.006.08-.011.077-.016.177-.012.228-.198.399-.385.502a1.7 1.7 0 0 1-.8.193 1.9 1.9 0 0 1-.658-.119c-.192-.074-.389-.194-.49-.38-.059-.103-.061-.08-.067-.194zm-1.498.117a2 2 0 0 1 .862.184c.164.08.401.242.4.497a.42.42 0 0 1-.093.255l-.132.115a1 1 0 0 1-.213.14 2.1 2.1 0 0 1-.82.165 2 2 0 0 1-.802-.157l-.03-.013a1 1 0 0 1-.207-.139l-.133-.116a.41.41 0 0 1-.089-.297c.022-.195.19-.367.47-.485a2 2 0 0 1 .787-.149m-1.212 1.266q.12.097.28.17l.033.013c.268.127.577.196.903.196s.642-.067.912-.196l.025-.014q.155-.071.271-.163c-.005.08-.01.078-.016.177-.011.228-.197.4-.385.502a1.67 1.67 0 0 1-.8.193 1.8 1.8 0 0 1-.657-.119c-.192-.074-.389-.194-.491-.38-.058-.104-.06-.08-.066-.194zm-8.06 2.297q.147.095.318.14c.408.11 1.054-.132 1.236.345.208.541.85.741 1.381.698.43-.035 1.06-.306 1.41.092.404.46 1.092.576 1.665.425.525-.138.91-.457 1.478-.238.627.24 1.206.454 1.853.102.455-.247.623-.592 1.215-.492.522.089 1.02.2 1.503-.104.352-.22.362-.73.783-.78.37-.044.731.044 1.083-.139h.002l-.036.094-1.013 2.66c-.328.863-1.097 1.584-2.223 2.087-1.048.467-2.372.725-3.728.725-1.347 0-2.656-.255-3.686-.717-1.11-.498-1.866-1.217-2.188-2.08z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/revanced.svg b/mkdocs-material/material/templates/.icons/simple/revanced.svg new file mode 100644 index 0000000..24acb1f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/revanced.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.1 0a.28.28 0 0 0-.23.42l6.88 11.93a.28.28 0 0 0 .48 0L19.13.42A.28.28 0 0 0 18.9 0ZM.5 0a.33.33 0 0 0-.3.46L10.43 23.8c.05.12.17.2.3.2h2.54c.13 0 .25-.08.3-.2L23.8.46a.33.33 0 0 0-.3-.46h-2.32a.24.24 0 0 0-.21.14L12.2 20.08a.23.23 0 0 1-.42 0L3.03.14A.23.23 0 0 0 2.82 0Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/revealdotjs.svg b/mkdocs-material/material/templates/.icons/simple/revealdotjs.svg new file mode 100644 index 0000000..f2d06e6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/revealdotjs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.271 1.352a.774.774 0 0 0-.787.775v19.761c0 .49.45.857.93.758l6.676-1.382-2.77-.614-3.675.762V2.607l3.101.686 2.777-.574-6.097-1.35a1 1 0 0 0-.155-.017m15.315.002L5.145 4.344v15.092l14.43 3.195a.774.774 0 0 0 .94-.758V2.111a.773.773 0 0 0-.93-.757zM2.984 4.79l-2.367.49A.774.774 0 0 0 0 6.04v11.639a.774.774 0 0 0 .607.754l2.377.525V4.791zm18.034.252V6.23l1.822.405v11.011l-1.822.377v1.186l2.365-.49A.774.774 0 0 0 24 17.96V6.322a.774.774 0 0 0-.607-.754z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/reverbnation.svg b/mkdocs-material/material/templates/.icons/simple/reverbnation.svg new file mode 100644 index 0000000..f7400bd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/reverbnation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m24 9.324-9.143-.03L11.971.57 9.143 9.294 0 9.324h.031l7.367 5.355-2.855 8.749h.029l7.459-5.386 7.396 5.386-2.855-8.73L24 9.315"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/revoltdotchat.svg b/mkdocs-material/material/templates/.icons/simple/revoltdotchat.svg new file mode 100644 index 0000000..f91ec97 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/revoltdotchat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.005 7.796c0 1.88-1.023 3.009-3.207 3.009h-3.615v-5.95H13.8c2.183 0 3.206 1.162 3.206 2.94zM.853 0l3.5 4.866v19.133h5.832v-9.06h1.398L16.563 24h6.583l-5.525-9.504a6.97 6.97 0 0 0 3.879-2.532 7 7 0 0 0 1.44-4.408C22.94 3.384 20.009 0 14.143 0h-9.79z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/revolut.svg b/mkdocs-material/material/templates/.icons/simple/revolut.svg new file mode 100644 index 0000000..0412cb6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/revolut.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.913 6.957C20.913 3.12 17.79 0 13.95 0H2.424v3.86h10.978c1.738 0 3.177 1.366 3.209 3.044a3.08 3.08 0 0 1-.888 2.232 3.08 3.08 0 0 1-2.214.93H9.232a.276.276 0 0 0-.275.275v3.431q0 .09.052.162L16.265 24h5.311l-7.273-10.094c3.663-.184 6.61-3.261 6.61-6.95M6.894 5.923h-4.47V24h4.47z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/revue.svg b/mkdocs-material/material/templates/.icons/simple/revue.svg new file mode 100644 index 0000000..426d345 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/revue.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.3 7.13c-1.62 0-3.42.871-4.196 2.558-.49 1.065.918 1.397.988 1.065.23-1.09 1.447-2.805 3.22-2.805.936 0 1.483.616 1.483 1.704 0 1.349-1.559 2.06-2.25 2.29.307-1.41.415-1.836.415-2.087 0-.554-.321-.646-.648-.646-.397 0-.684.29-.684.29.23.418-.159 1.904-.327 2.506-.203.73-.485 1.81-.661 2.496s1.052.5 1.135.298c.09-.22.326-1.027.54-1.876.358-.112.768-.27.768-.27.18 1.192 1.138 4.216 3.874 4.216 2.346 0 2.196-1.488 2.002-1.392-.235.118-.647.325-1.527.325-2.735 0-3.298-3.506-3.298-3.506s2.07-.873 2.07-2.644c0-1.774-1.445-2.521-2.903-2.521zM14.223 10c-.443 0-.781.383-.781.792 0 .674.552.693.542 1.236-.01.542-.876 2.082-1.46 2.082-.217 0-.251-.219-.251-.321 0-1.038.55-2.52.55-3.019 0-.47-.286-.59-.628-.59a.97.97 0 0 0-.703.287c.157.325.003 1.1-.172 1.846-.303.858-1.285 1.89-2.163 1.893-1.147.007-.98-1.2-.98-1.2s2.698.06 2.614-1.81c-.036-.787-.796-1.125-1.479-1.095-1.392.063-2.5 1.385-2.427 3.02.058 1.291 1.025 1.906 2.053 1.86.91-.04 1.59-.451 2.079-.93.064.537.402.937 1.049.937 1.687 0 3.021-2.429 3.021-3.935 0-.55-.289-1.052-.864-1.052zm8.326.117c-1.393.029-2.57 1.325-2.536 2.961q.006.236.043.443c-.18.236-.5.59-.789.59-.159 0-.218-.14-.218-.299 0-1.202.555-2.385.555-3.084 0-.424-.29-.546-.648-.546-.442 0-.688.288-.688.288.241.663-.616 3.641-1.518 3.641-.213 0-.25-.167-.25-.303 0-.893.551-2.388.551-3.057 0-.444-.296-.576-.646-.576-.414 0-.69.295-.69.295.298.572-.484 2.757-.484 3.39 0 .632.351 1.131.97 1.131 1.003 0 1.585-1.258 1.585-1.258s-.134 1.258 1.085 1.258c.625 0 1.122-.53 1.383-.884.321.602.95.897 1.803.88.612-.013 1.053-.189 1.393-.494.524-.472.175-1.195-.02-.982-.346.376-.781.664-1.263.674-.926.02-.814-1.161-.814-1.161s2.686.094 2.647-1.777c-.016-.788-.768-1.144-1.451-1.13m-13.21.721c.165-.007.281.076.29.275.05 1.108-1.463 1.224-1.463 1.224.065-.542.574-1.472 1.174-1.499zm13.17.016c.184-.004.28.083.285.283.022 1.088-1.445 1.186-1.445 1.186.077-.54.496-1.455 1.16-1.469"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rewe.svg b/mkdocs-material/material/templates/.icons/simple/rewe.svg new file mode 100644 index 0000000..2feaa4d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rewe.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.597 12.45h.025l.579-3.166c.066-.36.214-.488.63-.488h.58c.307 0 .481.118.481.395q0 .095-.026.216l-1.278 5.285c-.078.357-.195.512-.635.512h-.696c-.396 0-.51-.138-.598-.495l-.799-3.449h-.015l-.807 3.455c-.081.363-.195.49-.588.49h-.697c-.449 0-.56-.145-.642-.497l-1.269-5.3c-.016-.082-.036-.153-.036-.216 0-.278.18-.396.49-.396h.69c.417 0 .57.126.635.488l.575 3.167h.015l.738-3.167c.085-.362.233-.488.63-.488h.653c.391 0 .543.126.63.488l.735 3.167zM.498 15.205c-.349 0-.498-.144-.498-.496V9.3c0-.355.15-.503.498-.503h1.835c1.984 0 2.736.747 2.736 2.02 0 .776-.42 1.425-1.35 1.75l1.467 2.025c.089.124.125.22.125.306 0 .205-.24.307-.508.307H3.72c-.32 0-.444-.126-.669-.49l-1.206-1.931h-.019v1.926c0 .353-.15.495-.51.495zm19.479 0c-.35 0-.485-.127-.485-.478V9.285c0-.362.136-.49.485-.49h3.251c.356 0 .486.127.486.489v.462c0 .347-.13.478-.486.478h-1.867v1.061h1.583c.358 0 .484.13.484.49v.426c0 .348-.126.477-.485.477H21.36v1.095h2.143c.363 0 .497.133.497.49v.463c0 .351-.134.478-.497.478zm-13.411 0c-.351 0-.498-.144-.498-.496V9.3c0-.355.147-.503.498-.503h3.211c.354 0 .504.149.504.503v.429c0 .347-.15.496-.504.496H7.928v1.06H9.49c.36 0 .511.146.511.507v.388c0 .35-.15.499-.51.499H7.927v1.094h2.131c.356 0 .51.146.51.512v.423c0 .352-.154.495-.51.495H6.566zM2.351 11.68c.557 0 .793-.234.793-.743s-.236-.745-.793-.745h-.526v1.488z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rezgo.svg b/mkdocs-material/material/templates/.icons/simple/rezgo.svg new file mode 100644 index 0000000..cf95f59 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rezgo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.147 16.705c-.015-3.076.004-6.175-.024-9.238 0-2.052.836-3.917 2.193-5.274A7.44 7.44 0 0 1 17.59 0c1.482.015 2.999.008 4.493.008v3.728c-1.494 0-3.012-.005-4.493.006a3.713 3.713 0 0 0-3.725 3.725c-.01 3.063.004 6.162.01 9.238zm-5.4-.633-3.61.965c.845 3.15 3.287 5.236 6.274 6.253a13.7 13.7 0 0 0 4.026.704c1.385.039 2.78-.117 4.092-.469 3.31-.886 6.186-3 7.334-6.371l-3.538-1.199c-.699 2.053-2.574 3.374-4.76 3.96-.982.263-2.013.38-3.025.352a10 10 0 0 1-2.93-.514c-1.868-.636-3.378-1.87-3.862-3.681zM6.986 3.354a2.887 2.887 0 1 1-5.775 0 2.887 2.887 0 0 1 5.775 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rhinoceros.svg b/mkdocs-material/material/templates/.icons/simple/rhinoceros.svg new file mode 100644 index 0000000..6b6ab64 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rhinoceros.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.823 3.103q-.15 0-.34.017c-.511.044-1.25.18-1.802.329a6.3 6.3 0 0 0-1.15.42c-.231.112-.33.178-.354.273-.023.094.028.217.16.436s.346.533.535.961.356.97.361 1.651c.006.68-.149 1.5-.245 1.962s-.133.568-.227.618-.245.044-.525-.021c-.281-.065-.69-.187-1.1-.259s-.819-.093-1.122-.038c-.304.056-.504.189-.645.369-.14.18-.224.406-.282.75A7 7 0 0 0 0 11.687c.005.317.047.49.136.584.088.094.223.109.492.054s.672-.18 1.224-.215a6.3 6.3 0 0 1 1.94.202c.685.182 1.353.49 1.95.93.598.438 1.127 1.007 1.566 1.593.438.586.787 1.189 1.004 1.541.217.353.304.455.372.42s.117-.207.145-.417a3.1 3.1 0 0 0-.02-.848 7.5 7.5 0 0 0-.32-1.365 5.6 5.6 0 0 0-.495-1.018c-.146-.247-.241-.408-.245-.51s.085-.148.51-.315c.424-.167 1.185-.457 1.958-.808s1.556-.764 2.042-1.106c.486-.341.674-.61.724-.937.05-.326-.039-.71-.16-1.076a7 7 0 0 0-.529-1.193A14 14 0 0 0 11.28 5.6a9 9 0 0 0-1.1-1.236c-.282-.255-.421-.31-.51-.29s-.131.115-.168.47c-.037.356-.07.973-.144 1.559a7.5 7.5 0 0 1-.432 1.773 12.5 12.5 0 0 1-.99 1.982c-.388.64-.803 1.212-1.054 1.462-.25.25-.336.18-.477.064l-.486-.4c-.15-.125-.253-.213-.273-.293s.045-.15.27-.448c.227-.299.615-.825.96-1.478a7.8 7.8 0 0 0 .796-2.282 10 10 0 0 0 .095-2.338c-.044-.564-.124-.77-.306-.896-.137-.095-.332-.146-.638-.146m6.48 7.034h-.012c-.084.01-.192.112-.415.294a7 7 0 0 1-1.017.7c-.458.257-1.038.507-1.51.734-.47.226-.831.429-1.004.712-.172.283-.155.648.04.85.194.204.566.246.883.259s.58-.002.826.087c.246.09.475.285.764.516.288.23.637.498.925.561s.518-.079.766-.202c.249-.124.516-.23.888-.225.371.005.847.12 1.318.37.47.248.938.63 1.184.866.247.236.272.327.245.362-.028.036-.108.018-.304-.14-.196-.157-.508-.454-.917-.688s-.916-.404-1.4-.391c-.482.013-.94.21-1.23.55s-.412.822-.546 1.164c-.133.341-.28.543-.47.617s-.424.02-.703-.099c-.28-.12-.604-.307-.874-.442-.269-.136-.484-.22-.62-.353s-.195-.31-.203-.571c-.01-.26.032-.6.05-.853.02-.25.018-.413-.038-.56a1.1 1.1 0 0 0-.232-.35c-.07-.07-.099-.075-.113-.058s-.012.058.01.158c.023.1.067.26.05.581-.019.321-.098.803-.16 1.17s-.107.618-.02.808.306.322.707.54c.4.22.982.527 1.518.855.537.327 1.027.673 1.562 1.089.534.415 1.112.9 1.5 1.238.39.339.588.532.742.59.154.059.264-.018.307-.138.044-.12.023-.285-.014-.429a1.2 1.2 0 0 0-.24-.46 5 5 0 0 0-.68-.704c-.287-.243-.614-.463-.803-.614s-.242-.233-.212-.259.14.004.302.108c.162.103.375.28.612.459.237.178.499.356.733.584.235.228.443.506.583.706.14.201.214.324.294.372.08.049.165.022.277-.05a3 3 0 0 0 .426-.355c.178-.169.398-.393.551-.633s.242-.496.299-.772.08-.572.247-.862.476-.574.994-1.025 1.244-1.07 1.891-1.664c.648-.595 1.216-1.165 1.696-1.802.479-.638.87-1.342 1.067-1.743.199-.4.205-.498.14-.526-.063-.027-.198.015-.61.313-.414.297-1.106.849-1.886 1.43-.781.58-1.65 1.19-2.336 1.569-.686.378-1.19.524-1.55.562-.361.037-.58-.034-.724-.11-.143-.077-.21-.158-.224-.241-.013-.084.03-.17.135-.275s.277-.232.447-.392.338-.354.468-.556.22-.411.261-.592.034-.333-.04-.376-.215.023-.376.11c-.162.086-.343.192-.593.3a2.7 2.7 0 0 1-.92.235 1.63 1.63 0 0 1-1.088-.313c-.343-.26-.635-.71-.866-1.147s-.398-.865-.512-1.12c-.108-.242-.168-.33-.246-.33zm-2.215 4.075a.42.42 0 0 0-.294.115c-.094.086-.145.2-.034.338.112.137.385.297.636.469.252.172.481.357.666.42.184.064.323.006.402-.096s.1-.247-.003-.404-.327-.325-.564-.481c-.238-.157-.488-.302-.681-.346a.6.6 0 0 0-.128-.015m.252.208q.038 0 .083.01c.118.026.272.115.418.211s.283.2.333.289.014.163-.048.216a.26.26 0 0 1-.247.053c-.1-.031-.216-.126-.36-.219-.145-.093-.319-.184-.387-.268s-.031-.162.029-.218a.26.26 0 0 1 .18-.074zm4.778 3.728c.211-.008.42.06.602.24.183.178.34.467.383.732s-.03.505-.125.692a1.6 1.6 0 0 1-.289.397c-.074.074-.109.095-.14.095h-.003c-.033-.001-.062-.023-.208-.171a7 7 0 0 1-.573-.642c-.165-.22-.232-.383-.263-.568-.032-.185-.027-.39.082-.536s.323-.23.534-.239m.093 1.111a.26.26 0 0 0-.153.046c-.058.041-.105.113-.093.185.012.073.085.146.174.255s.195.255.264.335c.068.08.1.093.127.091.029-.002.054-.018.086-.048a.35.35 0 0 0 .094-.157.5.5 0 0 0 .002-.316.67.67 0 0 0-.218-.282.48.48 0 0 0-.283-.109"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rich.svg b/mkdocs-material/material/templates/.icons/simple/rich.svg new file mode 100644 index 0000000..25014d9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rich.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.419 10.32v-.645c0-.531.437-.968.968-.968h3.225a.96.96 0 0 1 .552.175 2.3 2.3 0 0 0-.904.47h-2.873a.325.325 0 0 0-.323.323v3.224c0 .177.146.323.323.323h2.921l.048.067v.578h-2.969a.973.973 0 0 1-.968-.968v-1.934h-5.13l.08.967h3.115v.645H4.423l.058.698a8.8 8.8 0 0 0 2.001.347 8 8 0 0 1 2.625.564c.138.04.244.146.288.276a4.2 4.2 0 0 0-1.771-.395H6.88c-.25 0-.485.065-.688.18a9.5 9.5 0 0 1-1.654-.286l.147 1.772q.4-.067.798-.15c.018.224.09.434.203.616q-.471.1-.947.179l.09 1.09c.03.332.31.589.643.591h2.101c-.335.14-.626.364-.846.645H5.472a1.3 1.3 0 0 1-1.285-1.183l-.548-6.556H2.358l.758 7.578c.081.821.78 1.453 1.605 1.451h1.565q.002.181.033.355c-.293.04-.566.141-.806.29h-.792a2.257 2.257 0 0 1-2.246-2.032l-.794-7.933-.001-.032c0-.088.036-.169.094-.228l2.58-2.58a.32.32 0 0 1 .228-.094h1.023a1 1 0 0 1-.056-.323.97.97 0 0 1 .713-.933 1 1 0 0 1-.068-.357c0-.53.437-.967.968-.967h1.29a.972.972 0 0 1 .922 1.26 1 1 0 0 1 .436-.258 1 1 0 0 1-.068-.357c0-.531.437-.968.967-.968h1.29a.973.973 0 0 1 .913 1.29h1.667c.331 0 .639.17.816.449a.95.95 0 0 1 .474-.126h2.58a.972.972 0 0 1 .912 1.29h.461l-.282-.174 1.876-3.051h-2.645V3.87h.637a5 5 0 0 0-.027-.323c-.64-.002-.853-.011-1.57-.04l-.09-.004a2.7 2.7 0 0 1-.673-.089.45.45 0 0 1-.267-.189.4.4 0 0 1-.041-.282.46.46 0 0 1 .238-.274q.089-.048.181-.089h-3.87v1.29h4.837v.645H2.579l1.087 1.766-.549.338-1.389-2.258a.3.3 0 0 1-.048-.169C1.68 1.802 3.205 0 5.227 0h.078c.403 0 .747.275.855.645h11.679A.895.895 0 0 1 18.693 0h.078c2.023 0 3.548 1.802 3.548 4.192a.32.32 0 0 1-.067.196L20.191 7.74h.193c.53 0 .967.437.967.967a.97.97 0 0 1-.22.614l1.083 1.082c.065.06.106.145.106.239l-.001.032-.794 7.933a2.26 2.26 0 0 1-2.188 2.032 2.05 2.05 0 0 0-.805-.29q.032-.174.032-.355h.714a1.614 1.614 0 0 0 1.604-1.451l.76-7.578h-1.283l-.546 6.556a1.303 1.303 0 0 1-1.287 1.183h-.403a2 2 0 0 0-.319-.328v-.317h.722a.65.65 0 0 0 .643-.591l.004-.054c-.578 0-1.099-.002-1.636-.018v-.645c.553.017 1.091.018 1.69.018l.08-.96a8 8 0 0 0-1.77.237v-.665a9 9 0 0 1 1.824-.219l.081-.971q-.956.012-1.905.105v-.647a23 23 0 0 1 1.958-.103l.081-.969h-1.521q.201-.302.298-.645h1.276l.081-.967h-1.276a2.3 2.3 0 0 0-.129-.645h2.079a.324.324 0 0 0 .322-.323.323.323 0 0 0-.322-.322.325.325 0 0 1-.323-.323c0-.177.146-.322.323-.322a.324.324 0 0 0 .322-.323.323.323 0 0 0-.322-.322h-1.935a.325.325 0 0 1-.323-.323c0-.177.146-.322.323-.322a.324.324 0 0 0 .322-.323.323.323 0 0 0-.322-.322h-2.58a.32.32 0 0 0-.277.161.32.32 0 0 1-.279.161h-.089a.323.323 0 0 1-.322-.322.325.325 0 0 0-.323-.323h-2.58a.323.323 0 0 1-.322-.322c0-.177.145-.323.322-.323a.324.324 0 0 0 .323-.322.325.325 0 0 0-.323-.323h-1.29a.323.323 0 0 0 0 .645c.177 0 .323.146.323.323a.324.324 0 0 1-.323.322h-.645a.32.32 0 0 0-.302.218.32.32 0 0 1-.305.215.33.33 0 0 1-.179-.054.3.3 0 0 0-.181-.056h-.645a.325.325 0 0 1-.323-.323c0-.177.146-.322.323-.322a.324.324 0 0 0 .322-.323.323.323 0 0 0-.322-.322h-1.29a.324.324 0 0 0-.323.322c0 .177.146.323.323.323a.323.323 0 0 1 0 .645h-.645a.324.324 0 0 0-.323.322c0 .177.146.323.323.323a.323.323 0 0 1 0 .645H4.904a.324.324 0 0 0-.322.322c0 .177.146.323.322.323s.323.145.323.322a.325.325 0 0 1-.323.323H4.26a.324.324 0 0 0-.323.322c0 .177.146.323.323.323h1.289a.3.3 0 0 0 .081-.013.3.3 0 0 1 .162 0 .4.4 0 0 0 .08.013h2.58a.324.324 0 0 0 .322-.323.323.323 0 0 0-.322-.322h-.968V9.03h.968a.97.97 0 0 1 .911 1.29zm3.225-6.45V1.29h-1.29v2.58zm-10.309 0h1.609c.089-1.854.936-2.52 1.452-2.754A.25.25 0 0 0 5.55.89a.246.246 0 0 0-.244-.245h-.079C3.662.645 2.46 2.01 2.335 3.87m2.255 0h6.119V2.257c-1.154 0-2.459.001-3.508.003h-.077q.099.06.208.119.19.1.368.223a.43.43 0 0 1 .18.536.45.45 0 0 1-.258.228 2.1 2.1 0 0 1-.696.123c-.793.043-1.475.055-2.309.058q-.018.153-.027.323m14.663-.969c-.226-.759-.637-1.071-.917-1.198a.9.9 0 0 1-.434-.413h-4.613v.645c1.274 0 3.003 0 4.155.002h.055q.195-.01.385.032a.515.515 0 0 1 .44.528.54.54 0 0 1-.265.373c.494.021.727.029 1.194.031M6.096 1.29a.9.9 0 0 1-.434.413c-.279.127-.691.439-.917 1.198a41 41 0 0 0 2.103-.054 2 2 0 0 1-.295-.207.63.63 0 0 1-.235-.405.58.58 0 0 1 .417-.572c.132-.04.271-.056.409-.048h.055c1.051-.002 2.356-.003 3.51-.003V1.29zm-3.315 9.03h.566a1 1 0 0 1-.056-.323q0-.108.024-.212zm17.273-6.45h1.609C21.538 2.01 20.337.645 18.771.645h-.078a.245.245 0 0 0-.244.244.25.25 0 0 0 .154.226c.516.235 1.362.901 1.451 2.755m-6.698 12.638a5.4 5.4 0 0 1-1.062.19q-.296.037-.593.069l-.167.014a4 4 0 0 0-.289-.618q.193-.022.386-.037.29-.032.58-.068a4.8 4.8 0 0 0 1.145-.222zm-.284-3.609h-2.363a.323.323 0 0 1-.322-.322v-2.58c0-.177.145-.322.322-.322h2.24a2.2 2.2 0 0 0-.359.645h-1.558v1.934h1.627q.096.212.236.403zm-5.467 5.147.005-.01v.008zM3.292 11.61v.644h-.645v-.644zm1.29 7.094v.645h-.645v-.645zm16.769-7.417v.645h-.645v-.645zm-1.29 7.417v.645h-.645v-.645zM8.774 11.932v.645h-.645v-.645zm3.548-1.29v1.29h-.645v-1.29zM4.064 6.927l.395.642-.549.338-.395-.642zm14.18 13.902c.875 0 1.586.712 1.586 1.585 0 .875-.711 1.586-1.586 1.586H6.606a1.586 1.586 0 0 1 0-3.171h.427a1.6 1.6 0 0 1-.247-.845c0-.785.574-1.437 1.324-1.563v-.786c0-.385-.172-.744-.473-.986l-.034-.028a1.16 1.16 0 0 0-.723-.254c-.497 0-.902-.404-.902-.9s.405-.9.902-.9h.744c.836 0 1.653.288 2.304.812a3.63 3.63 0 0 1 1.363 2.842v.177h2.565v-5.272l-.557-.764a1.76 1.76 0 0 1-.342-1.045v-.233a1.78 1.78 0 0 1 1.781-1.775h1.418a1.78 1.78 0 0 1 1.781 1.775v.233c0 .379-.118.739-.341 1.045l-.559.764v5.376a1.59 1.59 0 0 1 1.027 1.482c0 .311-.092.599-.246.845zm-3.385-5.232a.263.263 0 0 1-.021-.372l.345-.389v-.794a1.8 1.8 0 0 1-.586-.196v4.552h1.7v-4.552a1.8 1.8 0 0 1-.585.196v.794l.345.389a.264.264 0 0 1-.023.372.26.26 0 0 1-.175.068.27.27 0 0 1-.198-.089l-.214-.241-.214.241a.27.27 0 0 1-.198.089.27.27 0 0 1-.176-.068m-6.758.475a2 2 0 0 1 .75 1.563v.763h1.7v-.177a3 3 0 0 0-.076-.662l-.406-.062a1.67 1.67 0 0 1-1.398-1.438l-.072-.585a3 3 0 0 0-.975-.167H6.88a.16.16 0 0 0-.162.16.16.16 0 0 0 .162.159c.431 0 .852.149 1.186.418zm8.342 7.188a3.01 3.01 0 0 1 2.057-1.616l.06-.012a.8.8 0 0 0-.316-.063H6.606a.847.847 0 0 0 0 1.691h.558l-.007-.006a.82.82 0 0 1-.265-.604c0-.409.307-.76.714-.816l.985-.136a1.116 1.116 0 0 1 1.197 1.497l-.025.065zm-8.817-3.672a.84.84 0 0 0-.099.396c0 .466.379.845.846.845h4.31a1.524 1.524 0 0 1 2.267-1.097l.199.113c.374.214.636.574.73.984h.599a.847.847 0 0 0 0-1.691h-4.935l-.125.202a2.15 2.15 0 0 1-1.831 1.017c-.348 0-.701-.085-1.028-.261zm6.072-8.271c0 .22.068.431.199.608l.709.971a1.044 1.044 0 0 0 1.682 0l.71-.971c.13-.177.199-.388.199-.608v-.233c0-.451-.293-.835-.698-.976v.301a.265.265 0 0 1-.265.265.265.265 0 0 1-.264-.265v-.359h-.258v.684a.265.265 0 0 1-.265.265.265.265 0 0 1-.264-.265v-.684h-.258v.359a.265.265 0 0 1-.265.265.265.265 0 0 1-.264-.265v-.301a1.04 1.04 0 0 0-.698.976zm1.157.309a.3.3 0 0 1-.303.301.3.3 0 0 1-.302-.301.303.303 0 0 1 .605 0m1.672.012a.303.303 0 0 1-.303.302.3.3 0 0 1-.302-.302.302.302 0 0 1 .605 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rider.svg b/mkdocs-material/material/templates/.icons/simple/rider.svg new file mode 100644 index 0000000..7fecc06 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rider.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0v24h24V0zm7.031 3.113A4.06 4.06 0 0 1 9.72 4.14a3.23 3.23 0 0 1 .84 2.28A3.16 3.16 0 0 1 8.4 9.54l2.46 3.6H8.28L6.12 9.9H4.38v3.24H2.16V3.12c1.61-.004 3.281.009 4.871-.007m5.509.007h3.96c3.18 0 5.34 2.16 5.34 5.04 0 2.82-2.16 5.04-5.34 5.04h-3.96zm4.069 1.976c-.607.01-1.235.004-1.849.004v6.06h1.74a2.88 2.88 0 0 0 3.06-3 2.897 2.897 0 0 0-2.951-3.064M4.319 5.1v2.88H6.6c1.08 0 1.68-.6 1.68-1.44 0-.96-.66-1.44-1.74-1.44zM2.16 19.5h9V21h-9Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rimacautomobili.svg b/mkdocs-material/material/templates/.icons/simple/rimacautomobili.svg new file mode 100644 index 0000000..74c4f61 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rimacautomobili.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.422 1.317C18.428.488 15.194-.017 12.007 0 8.819-.017 5.586.487 2.594 1.317a.49.49 0 0 0-.342.455c0 7.95 2.976 17.802 9.479 22.142a.46.46 0 0 0 .537 0c6.503-4.34 9.495-14.175 9.479-22.142.016-.21-.13-.39-.326-.455zM15.91 17.055c-1.025 1.723-2.244 3.267-3.691 4.454a.32.319 0 0 1-.407 0C7.845 18.241 5.537 12.47 4.658 6.893L3.65 6.356h7.479c2.407 0 2.715.78 2.715 1.35s-.308 1.35-2.714 1.35H8.934a.13.13 0 0 0-.13.13q0 .049.05.097l7.332 7.332.78.78zm1.333-2.65-4.374-4.374c-.065-.065-.016-.162.065-.18l.862-.096c1.805-.195 2.845-1.106 2.845-2.244 0-1.317-1.398-2.049-3.723-2.049H4.446A24.735 24.733 0 0 1 4.268 3.3a.46.46 0 0 1 .374-.487 32.298 32.296 0 0 1 7.3-.862h.13c2.39 0 4.878.293 7.301.862.227.049.39.26.373.487-.179 3.625-.99 7.593-2.503 11.104z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rime.svg b/mkdocs-material/material/templates/.icons/simple/rime.svg new file mode 100644 index 0000000..08b1e61 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rime.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.733 0H2.267C1 0 0 1 0 2.267v19.466C0 23 1 24 2.267 24h19.466C23 24 24 23 24 21.733V2.267C24 1 22.933 0 21.733 0m-1.6 20.667H19.8c-.6 0-5.933-.134-7.733-.134-1.934 0-7.867.134-7.934.134H3.8v-1.134L3.733 18.4h.334c.066 0 4.2-.2 6.733-.267v-2.466c-2.733-.134-4.667-.867-5.933-2.134-1.934-2-1.8-4.866-1.734-7.933v-.867l2.4.067v.933c-.066 2.6-.2 4.867 1.067 6.134.8.8 2.133 1.266 4.2 1.4V3.533h2.4V13.2q3-.2 4.2-1.4c1.2-1.267 1.133-3.533 1.067-6.133v-.934l2.4-.066v.866c.133 3.067.2 5.934-1.734 7.934-1.266 1.266-3.2 2-5.933 2.133v2.467c2.467.066 6.667.266 6.733.266h.334l-.067 1.134Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ring.svg b/mkdocs-material/material/templates/.icons/simple/ring.svg new file mode 100644 index 0000000..ffef917 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ring.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 16.375a3.05 3.05 0 0 1-.246 1.231 3.11 3.11 0 0 1-1.672 1.66 3.1 3.1 0 0 1-1.225.247 3.7 3.7 0 0 1-.71-.073 4 4 0 0 1-.739-.218 3.2 3.2 0 0 1-.676-.37 2 2 0 0 1-.507-.515.46.46 0 0 1-.08-.275.44.44 0 0 1 .152-.346.5.5 0 0 1 .346-.138.6.6 0 0 1 .201.04.4.4 0 0 1 .186.17.05.05 0 0 0 .016.032l.064.065a1.8 1.8 0 0 0 .798.507 3 3 0 0 0 .943.154 2.1 2.1 0 0 0 .846-.17 2.2 2.2 0 0 0 1.16-1.16 2.1 2.1 0 0 0 .176-.841v-1.109a3.1 3.1 0 0 1-.985.637 3.1 3.1 0 0 1-1.193.234 3.05 3.05 0 0 1-1.231-.246 3.14 3.14 0 0 1-1.66-1.66 3 3 0 0 1-.247-1.232v-2.544a3.1 3.1 0 0 1 .247-1.225 3.2 3.2 0 0 1 .668-1 3.2 3.2 0 0 1 .986-.669 3.15 3.15 0 0 1 2.463 0 3.1 3.1 0 0 1 1.668 1.668 3.1 3.1 0 0 1 .246 1.225v5.92zm-.967-5.92a2.1 2.1 0 0 0-.17-.846 2.2 2.2 0 0 0-1.16-1.16 2.2 2.2 0 0 0-1.692 0 2.2 2.2 0 0 0-1.166 1.16 2.1 2.1 0 0 0-.168.845v2.531a2.1 2.1 0 0 0 .168.853 2.2 2.2 0 0 0 .468.693 2.2 2.2 0 0 0 .694.467 2.2 2.2 0 0 0 1.692 0 2.2 2.2 0 0 0 1.16-1.16 2.1 2.1 0 0 0 .174-.853zm-7.252 5.356a.44.44 0 0 1-.154.363.51.51 0 0 1-.66 0 .43.43 0 0 1-.153-.363v-5.356a2.1 2.1 0 0 0-.17-.846 2.2 2.2 0 0 0-1.16-1.16 2.2 2.2 0 0 0-1.692 0 2.2 2.2 0 0 0-1.16 1.16 2.1 2.1 0 0 0-.17.846v5.356a.43.43 0 0 1-.152.363.51.51 0 0 1-.661 0 .43.43 0 0 1-.153-.363v-5.356a3.1 3.1 0 0 1 .246-1.225 3.2 3.2 0 0 1 .67-1 3.2 3.2 0 0 1 .984-.669 3.15 3.15 0 0 1 2.464 0 3.1 3.1 0 0 1 1.667 1.668 3.1 3.1 0 0 1 .247 1.225zm-8.383 0a.44.44 0 0 1-.152.363.51.51 0 0 1-.662 0 .43.43 0 0 1-.152-.363V7.956a.44.44 0 0 1 .152-.363.51.51 0 0 1 .662 0 .44.44 0 0 1 .152.363zM4.982 8.44a.46.46 0 0 1-.145.338.48.48 0 0 1-.355.142.5.5 0 0 1-.339-.145l-.016-.017a.2.2 0 0 0-.032-.024.1.1 0 0 1-.033-.025 1.9 1.9 0 0 0-1.24-.43q-.871 0-1.363.595-.491.596-.492 1.693v5.243a.44.44 0 0 1-.153.363.53.53 0 0 1-.33.123.53.53 0 0 1-.33-.123.43.43 0 0 1-.153-.363v-5.243A4.4 4.4 0 0 1 .18 9.303a3 3 0 0 1 .53-1.031 2.55 2.55 0 0 1 .878-.706 2.8 2.8 0 0 1 1.231-.257 3.1 3.1 0 0 1 1.065.209 2.6 2.6 0 0 1 .934.58.48.48 0 0 1 .163.343zm2.76-3.128a.826.826 0 0 1-.826.827.826.826 0 0 1-.827-.827.826.826 0 0 1 .827-.826.826.826 0 0 1 .826.826"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/riotgames.svg b/mkdocs-material/material/templates/.icons/simple/riotgames.svg new file mode 100644 index 0000000..978a73d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/riotgames.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.458.86 0 7.093l3.353 12.761 2.552-.313-.701-8.024.838-.373 1.447 8.202 4.361-.535-.775-8.857.83-.37 1.591 9.025 4.412-.542-.849-9.708.84-.374 1.74 9.87L24 17.318V3.5Zm.316 19.356.222 1.256L24 23.14v-4.18l-10.22 1.256Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ripple.svg b/mkdocs-material/material/templates/.icons/simple/ripple.svg new file mode 100644 index 0000000..ae097e9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ripple.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.55 14.65c-.846-.486-1.805-.632-2.752-.666-.79-.023-1.974-.541-1.974-1.985 0-1.072.868-1.94 1.985-1.985.947-.034 1.906-.18 2.752-.666A5.02 5.02 0 0 0 22.4 2.502 5.04 5.04 0 0 0 15.53.674a4.99 4.99 0 0 0-2.504 4.343c0 .97.35 1.861.79 2.696.372.699.553 1.996-.71 2.73-.948.54-2.132.202-2.719-.745-.496-.801-1.094-1.545-1.94-2.03A5.01 5.01 0 0 0 1.6 9.495a5.02 5.02 0 0 0 1.84 6.845 5.03 5.03 0 0 0 5.008 0c.846-.485 1.444-1.23 1.94-2.03.406-.654 1.433-1.489 2.718-.744.948.541 1.241 1.737.711 2.73-.44.823-.79 1.725-.79 2.695A5.01 5.01 0 0 0 18.034 24a5.01 5.01 0 0 0 5.008-5.008 4.98 4.98 0 0 0-2.492-4.343z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/riscv.svg b/mkdocs-material/material/templates/.icons/simple/riscv.svg new file mode 100644 index 0000000..5d9fa9a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/riscv.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.95.051h16.947v6.21L13.473 21.004l-.524.734-5.789-6.842c4.103-.74 6.21-3.896 6.21-7.37C13.37 4.05 11.263.472 6.95.05m-5.475 13.37 8.74 10.528H0V3.419h5.474c2.945 0 4.422 1.999 4.422 4.107s-1.477 4.21-4.422 4.21H1.475zm14.07 10.528H24V12.157l-7.685 10.738z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/riseup.svg b/mkdocs-material/material/templates/.icons/simple/riseup.svg new file mode 100644 index 0000000..ecef44c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/riseup.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10.5 24-1.485-9.007-8.961-1.738L8.16 9.06 7.045 0l6.495 6.414 8.271-3.861-4.093 8.16 6.228 6.673-9.024-1.372z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ritzcarlton.svg b/mkdocs-material/material/templates/.icons/simple/ritzcarlton.svg new file mode 100644 index 0000000..97900f6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ritzcarlton.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.543 16.862a2.8 2.8 0 0 1-1.168-.743h-.071q-.33.023-1.416-.142c-1.086-.165-1.33-.519-1.817-1.227a2.33 2.33 0 0 1-1.086 1.097q-.73.366-1.817.39a4.2 4.2 0 0 1-1.215.696q-.625.224-1.428.224-.945 0-1.711-.602c-.766-.602-.767-.94-.767-1.616q0-.236.024-.472.023-.237.094-.425.448.59 1.015.861.566.272.991.272.66 0 .932-.496.272-.495.272-1.321v-.342q0-.178-.024-.343-.024-.92.106-1.817t1.121-1.723l.236-.189q-.189.048-.342.083a1.2 1.2 0 0 1-.248.035q-.165 0-.448-.354a1.66 1.66 0 0 1-.354-.731q-.071-.19.035-.295c.106-.105.17-.154.295-.248h.024l.023-.024q-.023-.024-.07-.012a.5.5 0 0 1-.118.012.23.23 0 0 1-.107.024h-.13a1.5 1.5 0 0 1-.707-.165 7 7 0 0 1-.225-.095q-.105-.047-.224-.047c-.119 0-.15.004-.212.012s-.11.02-.142.035H5.7q-.047 0-.094-.059-.048-.06-.048-.177 0-.33.248-.472.247-.141.437-.141.165 0 .307.047l.283.094q.165.048.307.083a.4.4 0 0 0 .283-.036 7 7 0 0 1-.154-.247 7 7 0 0 0-.153-.248l-.153.035a1 1 0 0 1-.083.012q-.213 0-.366-.236-.153-.235-.295-1.11a2.3 2.3 0 0 1-.271-.46.9.9 0 0 1-.083-.318q0-.213.165-.354a2.5 2.5 0 0 1 .425-.283L8.39 2.289q.189-.472.39-.72c.201-.248.303-.271.507-.318q.354-.071.802-.118.45-.048.968-.071a1.4 1.4 0 0 1 .354-.33.8.8 0 0 1 .425-.118q.047 0 .106.011c.059.011.083.02.13.036q.117.023.248.047.129.024.295.024.117 0 .318-.012c.201-.012.295-.02.484-.036q.118-.094.366-.212t.53-.236q.12-.07.26-.13.142-.06.26-.106.19.118.53.437c.34.319.398.436.508.672q1.511.26 1.876.72.366.46.366 1.239c0 .779.142.905.425 1.156q.425.378.66.496a.47.47 0 0 1-.341.141 1.2 1.2 0 0 1-.437-.094q.543.33.85.79t.4 1.05q-.235-.14-.495-.259c-.26-.119-.346-.134-.519-.165q.307.33.448.779t.142.991q0 .425-.165.956t-.614 1.12q.071.072.118.201a.8.8 0 0 1 .047.319q0 .52-.212.92c-.212.4-.299.52-.472.756a10 10 0 0 0-.425.696 1.6 1.6 0 0 0-.189.79q0 .686.46.968c.46.282.61.283.91.283q.211 0 .518-.07.308-.072.614-.307.047.141.083.307c.036.166.035.228.035.354q0 .825-.555 1.333c-.555.508-.908.507-1.616.507q-.566 0-1.24-.224m1.616 3.646a.5.5 0 0 1 .236.177q.071.107.024.248a3 3 0 0 1-.07.236l-.095.283q-.142.378-.295.85c-.153.472-.154.621-.154.92q0 .165.012.247c.012.082.012.098.012.13s.004.059.012.082.012.052.012.083q0 .119-.083.177a.28.28 0 0 1-.2.059H6.571a.34.34 0 0 1-.2-.059q-.083-.06-.083-.177v-.083q0-.035.024-.082 0-.048.011-.13c.011-.082.012-.138.012-.248q0-.447-.153-.92c-.153-.473-.2-.597-.295-.849a4 4 0 0 0-.095-.295 2 2 0 0 0-.094-.224.33.33 0 0 1 .047-.248.5.5 0 0 1 .236-.177l-1.557-3.587.118-.023q.117.166.507.448t1.003.283l.047.071a.71.71 0 0 0-.212.625q.047.366.354.366.212 0 .295-.141a.8.8 0 0 0 .106-.284l.07-.023q.024 0 .072.035a11 11 0 0 1 .342.212q.129.084.177.13l-.047.236-.048.236a1 1 0 0 0-.035.142.4.4 0 0 1-.035.118h-.071a.34.34 0 0 0-.165-.153.5.5 0 0 0-.142-.036.27.27 0 0 0-.224.106.43.43 0 0 0-.083.272q0 .284.165.507.166.224.567.224.424 0 .814-.212c.39-.212.39-.362.39-.66a.86.86 0 0 0-.154-.473 1.05 1.05 0 0 0-.484-.377v-.071a3.3 3.3 0 0 0 .449-.437q.212-.247.26-.39h.07q.095.12.366.32t.53.27v.072q-.236.235-.306.448c-.07.213-.07.26-.07.354q0 .377.259.59t.944.212q.495 0 .908-.177t.413-.649q0-.26-.153-.4a.52.52 0 0 0-.366-.142.5.5 0 0 0-.248.059.7.7 0 0 0-.224.247h-.07q0-.023-.048-.07a6 6 0 0 0-.189-.225 3 3 0 0 0-.26-.247v-.071q.095-.07.225-.224a4 4 0 0 0 .271-.366h.071q.213.235.319.295.105.06.271.059a.6.6 0 0 0 .26-.071q.141-.071.141-.283 0-.26-.26-.39c-.26-.13-.346-.16-.519-.224v-.07q.426-.166.791-.555c.365-.389.39-.484.437-.673h.094q.07.283.437.673c.367.39.507.444.79.554v.071q-.26.095-.519.224c-.259.129-.26.217-.26.39q0 .212.142.283a.58.58 0 0 0 .531.012q.106-.06.295-.295h.094q.142.212.272.366.13.153.224.224v.07q-.165.143-.26.248a6 6 0 0 0-.188.225q-.048.047-.048.07h-.094a.7.7 0 0 0-.224-.247.46.46 0 0 0-.224-.06.52.52 0 0 0-.366.142.52.52 0 0 0-.154.401q0 .472.413.65.414.176.909.176.683 0 .944-.212.26-.213.26-.59 0-.141-.071-.354c-.071-.213-.15-.291-.307-.448v-.071q.26-.07.53-.272.273-.2.343-.318h.094q.048.141.248.39.201.246.437.436v.07a1.06 1.06 0 0 0-.46.378.86.86 0 0 0-.154.472q0 .45.39.66c.39.21.53.213.814.213q.4 0 .566-.224a.83.83 0 0 0 .165-.507q0-.165-.082-.272a.27.27 0 0 0-.224-.106.6.6 0 0 0-.154.036.25.25 0 0 0-.153.153h-.07a.4.4 0 0 1-.036-.118 1 1 0 0 0-.036-.142l-.047-.236-.047-.236q.047-.046.177-.13c.13-.084.169-.106.248-.153q.047-.023.094-.059c.047-.036.055-.035.07-.035l.072.023a.8.8 0 0 0 .106.284q.082.141.271.141.33 0 .378-.366a.71.71 0 0 0-.213-.625l.048-.07q.613 0 1.003-.284c.39-.284.428-.338.507-.448l.118.023-1.558 3.587zM5.345 15.482a5 5 0 0 1-.566-.284q.236.874.885 1.098c.649.224.782.224 1.05.224q.448 0 .826-.106.377-.107.731-.413a2 2 0 0 1-.53-.095q-.201-.07-.248-.165 1.015-.118 1.144-1.192.13-1.073.106-2.112v-.661q0-1.486.696-2.16.697-.672 3.127-1.71a7.8 7.8 0 0 0 1.582-.897q.825-.59.826-1.534 0-.33-.26-.861c-.26-.531-.606-.704-1.298-1.05a1 1 0 0 0-.094-.083 1 1 0 0 0-.095-.06l-.448-.471q.944-.19 1.935.484.99.672.991 1.734 0 .968-.684 1.723c-.684.755-1.22.999-2.29 1.487l-.117.047q-1.393.614-2.325 1.263t-.932 2.088a7 7 0 0 0 .189 1.652q.024-.967.4-2.207.379-1.239 2.054-1.663a4.6 4.6 0 0 0-.401 1.911q0 1.04.401 1.924.4.885 1.18 1.451.803.59 1.982.59-1.368-.778-1.77-1.876a9.3 9.3 0 0 1-.519-2.089 2.6 2.6 0 0 0-.236.697q-.094.437-.023.696a3.5 3.5 0 0 1-.295-.755 3.3 3.3 0 0 1-.107-.85q0-.708.284-1.487.282-.779 1.463-1.369a4.5 4.5 0 0 0-.531.756q-.225.4-.224.944 0 .235.023.483.024.248.118.508.048-.637.413-1.216c.365-.579.515-.79.814-1.215q.33-.449.661-.944.331-.496.566-1.038.119.141.142.507c.023.366-.031.468-.142.673q.425-.307.638-.838c.213-.531.212-.775.212-1.263q0-.424-.189-1.074-.189-.648-.873-1.31.284.142 1.038.827c.754.685.756 1.077.756 1.864q0 .708-.579 1.7-.578.99-1.97 2.029.944-.213 2.136-.968 1.191-.755 1.191-2.525 0-.755-.72-2.018c-.72-1.263-1.301-1.333-2.465-1.475a.26.26 0 0 1 .106-.153q.082-.06.177-.106.188-.118.365-.283t.177-.472q0-.285-.212-.614c-.212-.329-.385-.472-.731-.755q-1.18.189-1.381.602c-.201.413-.2.444-.2.507q0 .26.212.484c.212.224.338.31.59.484q.094.046.059.094-.035.047-.083.047-.047 0-.13-.059-.083-.06-.224-.153-.33-.26-.932-.614c-.602-.354-.854-.354-1.357-.354q-.732 0-1.38.06-.65.058-.791.129-.164.07-.272.189c-.108.119-.106.165-.106.26q.165-.072.354-.13a1.1 1.1 0 0 1 .33-.06q.12 0 .331.06.212.058.212.177H9.9q-.213 0-.284.047c-.071.047-.07.063-.07.094q0 .094.047.154a.25.25 0 0 0 .118.082.13.13 0 0 0 .094.012.3.3 0 0 1 .071-.012.2.2 0 0 1 .07-.023h.072q.023 0 .023.023v.047q0 .048-.082.142c-.082.094-.138.126-.248.189q.118-.024.26-.047c.142-.023.157-.024.188-.024q0 .024-.059.094c-.059.07-.067.079-.082.095a.15.15 0 0 1-.06.035.4.4 0 0 1-.106.012.6.6 0 0 0-.153.024l-.153.047q-.165.07-.33.094a.45.45 0 0 1-.26-.023l.094-.095.142-.047q-.26.024-.366-.06-.106-.082-.177-.412-.732.354-1.298.637a23 23 0 0 0-.944.496q-.165.07-.165.188 0 .12.118.26l.519-.236a.3.3 0 0 1 .083.06q.035.035.035.105t-.047.13q-.048.06-.095.13a1 1 0 0 0-.153.2.46.46 0 0 0-.059.225q0 .094.094.413t.166.318a.2.2 0 0 0 .094-.023.4.4 0 0 0 .094-.071q.024 0 .048-.024c.024-.024.031-.023.047-.023a1.7 1.7 0 0 1 .39-.177q.247-.083.766-.13.26-.236.39-.295a.5.5 0 0 1 .2-.06q.119 0 .212.06.095.06.213.177l1.203 1.109-.047.378q-.543 0-.861.165-.32.165-.838.684a.9.9 0 0 1-.342.224q-.177.06-.319.083a3 3 0 0 0-.224.083q-.082.034-.082.153 0 .189.224.531.225.342.436.342.237 0 .755-.295c.518-.295.598-.42.756-.672q.307-.543.967-.744t1.015-.2h.212q.118 0 .236.023h.332a.64.64 0 0 0 .436-.153q.178-.153.319-.555-.165.094-.46.142a4 4 0 0 1-.342.047q-.19 0-.248-.024c-.058-.024-.051-.039-.036-.07q.285-.118.437-.213a.7.7 0 0 0 .2-.165.5.5 0 0 0 .024-.165v-.508q0-.153.095-.295a.63.63 0 0 1 .212.236q.094.165.094.284.072-.165.107-.284a.95.95 0 0 0-.024-.578.66.66 0 0 0-.2-.271q.47 0 .625.366.153.366.153.767 0 .944-.66 1.38c-.66.436-.976.578-1.605.862a5 5 0 0 0-.425.165l-.425.189q-1.63.754-2.361 1.652-.731.896-.731 3.233v.047q0 .543-.225 1.629-.224 1.085-1.569 1.085-.496 0-.826-.141m2.867-8.768q.012-.012.012-.035.024-.024.047-.024c.023 0 .04.008.071.024q.024 0 .036.011l.035.036q.235-.166.52-.283.283-.119.424-.118a1.1 1.1 0 0 0-.307-.142 1.3 1.3 0 0 0-.354-.047q-.141 0-.295.047a.9.9 0 0 0-.318.189l-.048.047a.3.3 0 0 1-.07.047q-.142.119-.378.272t-.566.059l-.19-.048a.5.5 0 0 1-.164-.07q-.12-.024-.213-.048c-.093-.024-.134-.023-.212-.023a.5.5 0 0 0-.272.07q-.106.072-.106.142 0 .048.024.071.024.024.094.024a.1.1 0 0 0 .047-.012.1.1 0 0 1 .048-.012.4.4 0 0 0 .094-.012.5.5 0 0 1 .118-.012.6.6 0 0 1 .212.048q.119.047.26.094.14.07.319.142.177.07.365.07.33 0 .484-.153t.248-.319zm3.859 16.39h2.773q1.261 0 2.277-.023l.425-1.841a48 48 0 0 0-2.761-.295 35 35 0 0 0-5.44 0 49 49 0 0 0-2.75.295l.426 1.84a99 99 0 0 0 2.277.024zM7.41 3.67q.225-.082.39-.107a.5.5 0 0 1-.13.307 1.6 1.6 0 0 1-.248.26v.023a.27.27 0 0 1-.154-.059.18.18 0 0 1-.082-.153q0-.189.224-.271m-.083 18.42q0 .023.13.165.13.141.154.141c.024 0 .062-.047.141-.141s.118-.15.118-.166q0-.07-.118-.2c-.118-.13-.126-.13-.141-.13s-.067.043-.154.13q-.13.13-.13.2zm.095-16.568q-.071.165.023.378c.094.213.181.212.354.212q.024-.189.024-.366c0-.177-.024-.216-.07-.295q-.12.024-.213.036-.095.012-.118.035m1.227 1.652a.25.25 0 0 0-.13-.224.46.46 0 0 0-.248-.083q-.047.142-.047.26c0 .118.016.15.047.212q.048 0 .154-.023c.106-.023.145-.063.224-.142m-.378 15.4q-.047-.036-.047-.107v-.85q0-.094.047-.13c.047-.036.071-.035.118-.035l.732-.047q.378-.024.613-.024.095 0 .154.06a.18.18 0 0 1 .059.13v.849q0 .094-.06.141c-.06.047-.09.048-.153.048H8.39a.2.2 0 0 1-.118-.036zm.425-.579q0 .024.165.212.165.19.213.19c.048 0 .098-.064.2-.19q.154-.188.154-.212 0-.07-.154-.248c-.154-.178-.169-.177-.2-.177s-.103.06-.213.177-.165.2-.165.248m2.584-8.708a7 7 0 0 0-.153-.59q-.095-.449-.189-.933a3.2 3.2 0 0 1-.024-1.026q-.447.495-.554 1.073-.105.579-.154 1.17-.047.683-.188 1.332-.143.65-.732 1.24.78 0 1.416-.425.637-.426.637-1.298 0-.26-.059-.543M9.97 3.94a3 3 0 0 0-.13.437.34.34 0 0 0 .06.295.7.7 0 0 0 .188.165q.12.07.26.141.213.095.448.236c.235.141.3.236.425.425l.024-.047a1.1 1.1 0 0 0-.26-.53 5 5 0 0 0-.377-.367q-.189-.141-.354-.318a.8.8 0 0 1-.236-.437zm.307 18.054q0 .023.13.165t.153.142.142-.142.118-.165q0-.046-.118-.177-.118-.13-.142-.13t-.153.13c-.13.13-.13.146-.13.177m2.455.66H11.41q-.094 0-.142-.058a.2.2 0 0 1-.047-.13v-.92q0-.094.047-.142.049-.047.142-.047h1.322q.095 0 .141.047.047.048.047.142v.92q0 .07-.047.13-.046.06-.141.059zm-1.062-.66q0 .024.165.212.165.19.236.19.023 0 .189-.19.165-.188.165-.212 0-.07-.165-.248-.165-.177-.19-.177-.07 0-.235.177-.165.176-.165.248m2.194 0q0-.046-.13-.177c-.13-.131-.137-.13-.153-.13q-.024 0-.141.13-.119.13-.118.177 0 .023.118.165t.141.142.154-.142.13-.165zm.2-20.083a.8.8 0 0 1-.129-.425q0-.143.095-.33c.095-.187.251-.244.566-.355q.024 0 .024.012V.85a.2.2 0 0 1-.024.094 2 2 0 0 0-.06.142.6.6 0 0 0-.034.212q0 .213.165.319t.283.106q.141 0 .224-.083c.083-.083.083-.114.083-.177q0-.07.012-.153.01-.083.059-.083a.58.58 0 0 1 .165.425.65.65 0 0 1-.177.437 1.6 1.6 0 0 1-.531.365l-.118-.07q-.473-.26-.602-.472zm2.821 7.882q-.589.283-1.133.472-.684.236-1.18.53t-.495 1.098a1.8 1.8 0 0 0 .33 1.039q.024-.66.236-1.11.212-.448.614-.66a1.8 1.8 0 0 0-.283.672 4 4 0 0 0-.071.72q0 1.864 1.003 2.856 1.002.99 2.206.991.637 0 .98-.283t.389-.85a1.1 1.1 0 0 1-.484.2 3 3 0 0 1-.413.036q-1.18 0-1.71-.85-.532-.849-.272-2.052-.142.447-.33.755a1.44 1.44 0 0 1-.449.472q.07-.19.06-.413a9 9 0 0 1-.013-.484 4 4 0 0 1-.047-.614q0-.59.33-.956t.708-.72q.402-.33.732-.708c.33-.378.33-.582.33-.99a2.95 2.95 0 0 1-1.038.849m-2.478 12.815q-.095 0-.153-.048c-.058-.048-.06-.078-.06-.141v-.85q0-.07.06-.13a.2.2 0 0 1 .153-.059q.213 0 .602.024l.743.047q.071 0 .118.036c.047.036.047.067.047.13v.849q0 .071-.047.106c-.047.035-.07.036-.118.036zm.307-.614q0 .024.165.212.165.19.213.19.023 0 .188-.19.165-.188.165-.212 0-.07-.165-.248c-.165-.178-.173-.177-.188-.177q-.048 0-.213.177c-.165.177-.165.2-.165.248M16.2 1.971a.74.74 0 0 1-.024.318q.401.26.767.578.366.32.673.696a3 3 0 0 1-.142-.471 3 3 0 0 0-.319-.826q-.224-.402-1.05-.59a1 1 0 0 1 .095.295m.59 20.118q0-.07-.118-.2t-.142-.13-.153.13c-.129.13-.13.153-.13.2q0 .024.13.166c.13.142.137.141.153.141q.024 0 .142-.141.117-.142.118-.166"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rive.svg b/mkdocs-material/material/templates/.icons/simple/rive.svg new file mode 100644 index 0000000..384727b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rive.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.643 1.475c0 .814.668 1.475 1.49 1.475H14.49q2.112 0 3.48 1.29 1.366 1.291 1.366 3.32 0 1.875-1.367 3.072-1.366 1.169-3.479 1.168H9.12c-.824 0-1.491.66-1.491 1.475s.667 1.475 1.491 1.475h5.93l5.342 8.482q.497.768 1.398.768.995 0 1.398-.768.403-.8-.155-1.69l-4.753-7.56q1.926-.861 3.044-2.52 1.119-1.69 1.119-3.902 0-2.244-1.026-3.934-.993-1.69-2.795-2.643Q16.82 0 14.49 0H2.134C1.311 0 .643.66.643 1.475"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/roadmapdotsh.svg b/mkdocs-material/material/templates/.icons/simple/roadmapdotsh.svg new file mode 100644 index 0000000..903a0a5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/roadmapdotsh.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.693 0H3.307A3.307 3.307 0 0 0 0 3.307v17.386A3.307 3.307 0 0 0 3.307 24h17.386A3.307 3.307 0 0 0 24 20.693V3.307A3.307 3.307 0 0 0 20.693 0m-7.706 9.18q-.523.046-1.021.142-.5.094-.95.214a3.6 3.6 0 0 0-.736.237v8.097a5.5 5.5 0 0 1-.76.143q-.498.07-1.045.07a6 6 0 0 1-.95-.07 1.6 1.6 0 0 1-.688-.285 1.5 1.5 0 0 1-.452-.57q-.142-.38-.142-.974V9.061q0-.546.19-.926.213-.405.594-.713a4 4 0 0 1 .926-.546 9.1 9.1 0 0 1 2.54-.736 8 8 0 0 1 1.378-.119q1.14 0 1.804.451.666.428.665 1.425 0 .333-.095.665a3 3 0 0 1-.237.57q-.512 0-1.021.047zm5.113 8.453q-.618.665-1.686.665c-1.068 0-1.274-.222-1.686-.665q-.618-.665-.617-1.662 0-.998.617-1.663.618-.664 1.686-.664c1.068 0 1.274.221 1.686.664q.617.666.617 1.663t-.617 1.662"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/roamresearch.svg b/mkdocs-material/material/templates/.icons/simple/roamresearch.svg new file mode 100644 index 0000000..c63b003 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/roamresearch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.14.028C7.315.36 4.072 2.263 1.98 5.411.487 7.646-.232 10.589.067 13.211q.48 4.16 3.242 7.049c4.643 4.852 12.252 5.001 17.038.343 1.085-1.057 1.738-1.959 2.407-3.303a11.94 11.94 0 0 0-2.429-13.925C18.372 1.495 16.015.388 13.27.078c-.68-.083-1.56-.1-2.13-.05m4.814 2.567c1.112.437 2.086 1.068 3.032 1.986.62.598 1.323 1.46 1.3 1.599-.016.072-1.626.725-1.792.725-.056 0-.078-.072-.078-.25 0-.138-.011-.248-.028-.248-.01 0-.758.459-1.654 1.023-.897.565-1.666 1.024-1.71 1.024-.05 0-.133-.061-.194-.139-.127-.16-.216-.171-.354-.044-.066.056-.1.166-.1.316v.226l-.824.46c-.46.249-.89.453-.968.453h-.144V8.161c0-.863.016-2.025.038-2.573.034-.99.04-1.007.155-1.007.117 0 .128-.028.155-.514.067-1.107.25-1.284 1.362-1.323l.514-.016.16-.233c.156-.226.167-.226.366-.171.116.028.46.15.764.271m-7.05.011.122.183.641-.006c.604 0 .659.011.902.15.355.21.482.497.526 1.145l.033.498.172.016.171.017.017 2.716.011 2.722-.232.138a3 3 0 0 0-.936.875l-.177.27h-5.24v-.325l-.592-.017-.598-.017-.398-.586c-.332-.493-.454-.626-.758-.825-.415-.265-.404-.193-.139-1.023.659-2.025 2.203-3.945 4.1-5.107.67-.409 1.932-.995 2.159-1.001.055-.005.155.078.216.177m12.163 4.902c.354.686.725 1.588.725 1.765 0 .071-.1.149-.327.26-.326.154-.393.237-.393.503 0 .155-.166.36-.564.692l-.327.27h-.99v.333h-2.767v-.886l-.332-.42c-.183-.227-.332-.432-.332-.454s1.073-.68 2.39-1.46c2.17-1.29 2.402-1.417 2.485-1.34.05.045.244.377.432.737m-5.556 3.087c.243.354.454.664.46.686.01.027-.394.05-.892.05h-.918l-.2-.332c-.11-.183-.193-.36-.182-.388.028-.083 1.167-.708 1.234-.68.033.011.254.31.498.664m-7.282 2.567c.254.398.442.741.415.769-.111.1-5.163 3.32-5.213 3.32-.155 0-.813-1.317-1.024-2.048-.249-.863-.265-.769.188-1.045.178-.111.371-.321.637-.703l.387-.548.603-.027.609-.028.017-.21.016-.205H7.77zm1.815-.476c.066.122.127.249.127.288 0 .077-.996.686-1.057.647-.05-.028-.714-1.1-.714-1.15 0-.023.343-.028.758-.023l.758.017zm9.158-.044.016.21.554.028c.597.027.525 0 1.184.481.011.006.06.194.11.41.095.425.128.459.493.547.288.072.293.133.072.78-.57 1.682-1.787 3.425-3.287 4.686-.642.542-.603.542-.559-.055.045-.614-.027-.935-.254-1.162-.26-.255-.526-.221-1.3.177-.51.26-.698.332-.897.332-.327 0-.631-.094-.825-.255l-.16-.127.393-.36c.42-.381.62-.73.525-.907-.16-.298-.453-.37-1.045-.26-.498.1-.864.105-1.013.028-.188-.105-.288-.376-.26-.741.028-.332.022-.343-.216-.62l-.238-.282v-1.765l.393-.271c.216-.144.559-.448.758-.675l.37-.404h5.17zm-7.814 2.157v.758l-.276.282-.277.283.083.238c.1.282.105.52.022.674-.1.194-.293.222-.896.133a8 8 0 0 0-.764-.083c-.68 0-.703.482-.06 1.256.31.37.31.365-.084.564-.553.277-.902.25-1.389-.116-.41-.304-.647-.393-.968-.36-.21.017-.31.061-.443.2l-.177.177.006.686c0 .382-.011.691-.023.691-.06 0-1.023-.846-1.45-1.272-.442-.448-.995-1.123-.995-1.217 0-.044 1.516-.72 1.615-.72.034 0 .045.084.034.194-.011.105-.006.194.01.194.017 0 1.362-.747 2.989-1.66a204 204 0 0 1 3.005-1.66c.022 0 .038.343.038.758"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/robinhood.svg b/mkdocs-material/material/templates/.icons/simple/robinhood.svg new file mode 100644 index 0000000..1d48b83 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/robinhood.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.84 24h.53c.096 0 .192-.048.224-.128C7.591 13.696 11.94 8.656 14.67 5.638c.112-.128.064-.225-.096-.225h-4.88a.55.55 0 0 0-.45.225L5.746 9.972c-.514.642-.642 1.236-.642 2.086v4.43c-1.14 3.194-1.862 5.361-2.392 7.32-.032.125.016.192.129.192M20.447.646c-.754-.802-4.157-.834-5.73-.224a3 3 0 0 0-.786.465 41 41 0 0 0-3.323 3.178c-.112.113-.064.225.097.225h5.409c.497 0 .786.289.786.786v6.1c0 .16.128.208.225.064l3.258-4.254c.53-.69.69-.898.835-1.861.192-1.413.08-3.58-.77-4.479m-6.982 16.18 2.231-3.676a.7.7 0 0 0 .064-.29V6.73c0-.16-.112-.225-.224-.097-3.355 3.74-5.971 7.672-8.395 12.407-.06.12.016.225.16.177l5.009-1.54c.565-.174.882-.402 1.155-.852"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/roblox.svg b/mkdocs-material/material/templates/.icons/simple/roblox.svg new file mode 100644 index 0000000..2bd158f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/roblox.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.926 23.998 0 18.892 5.075.002 24 5.108ZM15.348 10.09l-5.282-1.453-1.414 5.273 5.282 1.453z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/robloxstudio.svg b/mkdocs-material/material/templates/.icons/simple/robloxstudio.svg new file mode 100644 index 0000000..f2354e8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/robloxstudio.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m13.936 15.356-12.11-3.244L0 18.93 18.928 24l2.68-9.99-6.818-1.83zM5.072 0 2.394 9.992l6.816 1.83.854-3.178 12.11 3.246L24 5.072z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/roboflow.svg b/mkdocs-material/material/templates/.icons/simple/roboflow.svg new file mode 100644 index 0000000..150be98 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/roboflow.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0m.512 3.6a9.6 9.6 0 0 1 2.594.39c1.764.52 3.511 1.747 3.823 3.68.066.41.065.829.007 1.24-.208 1.466-1.09 2.777-2.09 3.83-1.063 1.122-2.417 1.854-3.54 2.898-.657.611-.925 1.36-.132 1.995 1.084.553 1.986.266 2.97-.332.582-.353 1.08-.823 1.511-1.345.219-.264.422-.542.617-.825.164-.24.317-.517.537-.716a.8.8 0 0 1 .502-.267.69.69 0 0 1 .7.406c.118.28.013.64-.113.9-.652 1.346-1.368 2.25-1.867 2.78-1.486 1.653-3.809 2.736-5.955 1.846-1.234-.51-2.198-1.658-2.37-2.998-.32-2.502 2.588-3.95 4.12-5.368.937-.868 1.965-2.203 1.486-3.562-.459-1.302-1.988-1.868-3.246-2-1.24-.128-2.5.128-3.624.654-.882.412-1.625 1.038-2.32 1.711-.23.223-.45.46-.688.673-.206.184-.453.352-.732.39-.417.056-.813-.248-.76-.688.086-.712.592-1.332 1.036-1.862q.412-.493.884-.928a9.3 9.3 0 0 1 2.397-1.6 9.9 9.9 0 0 1 4.253-.901m-2.22 5.264c1.558-.055 1.92 1.034.882 1.843-1.763 1.372-3.997 2.745-4.224 4.95-.092.887.352 2.293.89 3.24.04.07.061.153.058.24-.01.231-.19.42-.428.409-.162-.008-.311-.09-.45-.176-.639-.395-1.238-.89-1.705-1.481a5 5 0 0 1-.665-1.116 4.6 4.6 0 0 1-.323-1.196 4.6 4.6 0 0 1 .011-1.238q.045-.315.128-.62c.673-2.49 3.377-4.564 5.498-4.828q.172-.021.328-.027"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/robotframework.svg b/mkdocs-material/material/templates/.icons/simple/robotframework.svg new file mode 100644 index 0000000..7ebb7b1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/robotframework.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.957 10.225a3.405 3.405 0 0 1 3.4-3.403 3.406 3.406 0 0 1 3.402 3.403 1.235 1.235 0 1 1-2.469 0 .932.932 0 0 0-1.865 0 1.234 1.234 0 1 1-2.468 0m14.086 5.717c0 .684-.552 1.236-1.234 1.236H6.357a1.234 1.234 0 0 1-1.234-1.236c0-.684.553-1.237 1.234-1.237H17.81c.682 0 1.234.553 1.234 1.237m-5.35-5.025a1.235 1.235 0 0 1 .333-1.714l2.862-1.933a1.23 1.23 0 0 1 1.715.328 1.235 1.235 0 0 1-.334 1.715l-2.862 1.933c-.545.383-1.335.238-1.715-.329m7.839 7.602a.88.88 0 0 1-.258.623l-2.128 2.127a.88.88 0 0 1-.623.258H5.477a.88.88 0 0 1-.623-.258l-2.128-2.127a.88.88 0 0 1-.258-.623V5.482a.88.88 0 0 1 .258-.623l2.128-2.128a.88.88 0 0 1 .623-.258h13.046a.88.88 0 0 1 .623.258l2.128 2.128a.88.88 0 0 1 .258.623zm1.81-15.083L20.565.658A2.25 2.25 0 0 0 18.977 0H5.022a2.25 2.25 0 0 0-1.588.658L.657 3.436A2.25 2.25 0 0 0 0 5.023v13.955c0 .595.237 1.166.658 1.587l2.778 2.778c.42.42.991.657 1.587.657h13.954a2.25 2.25 0 0 0 1.588-.657l2.778-2.778A2.24 2.24 0 0 0 24 18.977V5.023a2.25 2.25 0 0 0-.657-1.587"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rocket.svg b/mkdocs-material/material/templates/.icons/simple/rocket.svg new file mode 100644 index 0000000..beda532 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rocket.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.735.238V.236a.25.25 0 0 0-.2-.188c-.256-.04-6.336-.924-14.17 7.051a28 28 0 0 0-2.12 2.576l-4.047 1.166a.25.25 0 0 0-.124.08l-2.856 3.5a.248.248 0 0 0 .126.394l3.887 1.096.484-.566q.268-.311.574-.58l.54-.472-.38.608a5.6 5.6 0 0 1-.482.66l-.52.606c.008.79.214 1.488.62 2.068L3.68 19.653c-.148.16-.036.272.12.428l1.11 1.086c.153.16.255.258.41.1l1.505-1.534c.34.122 1.162.334 2.4.14l.75-.576q.32-.247.672-.442l.644-.36-.514.53q-.28.288-.6.534l-.62.476 1.424 3.804a.246.246 0 0 0 .404.09l3.242-3.144a.25.25 0 0 0 .072-.136l.698-4.108c.884-.78 1.78-1.686 2.66-2.694 5.072-5.806 5.798-10.315 5.78-12.487-.008-.702-.094-1.094-.1-1.122zM16.49 11.165c-1.274 1.296-3.1 1.564-4.082.6-.98-.962-.744-2.794.53-4.09s3.1-1.566 4.08-.602c.982.964.746 2.796-.528 4.092"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rocketdotchat.svg b/mkdocs-material/material/templates/.icons/simple/rocketdotchat.svg new file mode 100644 index 0000000..a858355 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rocketdotchat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.915 8.321c-.642-.997-1.542-1.879-2.672-2.624-2.185-1.436-5.056-2.227-8.084-2.227-1.012 0-2.009.088-2.976.262a9.8 9.8 0 0 0-2.046-1.509C4.378.848 1.947 1.361.719 1.802a.59.59 0 0 0-.229.964c.866.894 2.299 2.66 1.946 4.267C1.067 8.431.324 10.117.324 11.872c0 1.789.742 3.475 2.112 4.873.352 1.607-1.081 3.374-1.947 4.268a.59.59 0 0 0 .229.963c1.228.442 3.659.955 6.418-.421a10 10 0 0 0 2.046-1.509c.968.174 1.964.262 2.976.262 3.029 0 5.9-.79 8.084-2.226 1.131-.744 2.031-1.626 2.672-2.624.715-1.11 1.077-2.306 1.077-3.552.001-1.279-.361-2.473-1.076-3.585m-10.881 9.916c-1.309 0-2.558-.169-3.696-.474l-.832.8A7.6 7.6 0 0 1 5.972 19.7a6 6 0 0 1-2.17.613q.06-.11.117-.221 1.25-2.297.674-4.128c-1.363-1.071-2.181-2.442-2.181-3.935 0-3.427 4.308-6.206 9.621-6.206s9.622 2.779 9.622 6.206c.001 3.429-4.307 6.208-9.621 6.208M8.85 12.01c0 .777-.635 1.407-1.418 1.407s-1.418-.63-1.418-1.407.635-1.407 1.418-1.407 1.418.63 1.418 1.407m4.563 0c0 .777-.635 1.407-1.418 1.407s-1.418-.63-1.418-1.407.635-1.407 1.418-1.407 1.418.63 1.418 1.407m4.565 0c0 .777-.635 1.407-1.418 1.407s-1.418-.63-1.418-1.407.635-1.407 1.418-1.407 1.418.63 1.418 1.407"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rocksdb.svg b/mkdocs-material/material/templates/.icons/simple/rocksdb.svg new file mode 100644 index 0000000..2f92797 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rocksdb.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.299 2.519-2.102.985q.007.01.006.02a.8.8 0 0 0 .303.337c-2.557 1.32-3.643 3.104-3.643 3.104L4.09 12.228a1.183 1.183 0 0 1-1.598-.482 1.183 1.183 0 0 1 .483-1.596l2.771-1.492A2.23 2.23 0 0 0 6.912 6.84l-1.664.894-2.771 1.494a2.23 2.23 0 0 0 2.109 3.927l1.25-.674c-.09.493-.05 1.019.146 1.516.066.17.11.277.11.277.443.96-.14 1.713-.903 1.713h-.242l-.879 3.828a.93.93 0 0 0-.441-.255l-.438 1.802a.92.92 0 0 0 1.061-.521l1.992-3.578c2.522-.246 3.85-1.954 3.79-4.36 2.611.16 6.093-1.48 7.64-3.726 1.175 1.492 3.395 1.28 4.385.902l.19-.064a.9.9 0 0 0-.11.44l1.857-.02a.933.933 0 0 0-.94-.913h-.01l-3.192-.275-.73-1.914v-2.03a1 1 0 0 0 .483.126c.527 0 .96-.406 1.01-.918l.764-.508-.035-1.03a.19.19 0 0 0-.192-.187l-.955-.014a.73.73 0 0 0-.898-.252zm.25.508c.166 0 .303.135.303.3a.305.305 0 0 1-.303.304.3.3 0 0 1-.295-.303c0-.166.13-.3.295-.3zM5.48 4.567a.53.53 0 0 0-.232.686l.127.22.924-.495-.12-.221a.53.53 0 0 0-.699-.19m12.487.235c.156 0 .281.144.281.144s-.045.056-.115.096c.11.045.185.115.185.115s-.075.072-.185.117a.5.5 0 0 1 .115.094s-.125.147-.281.147-.281-.147-.281-.147.044-.053.115-.094a.6.6 0 0 1-.186-.117s.075-.07.186-.115c-.07-.04-.115-.096-.115-.096s.125-.144.28-.144zm-1.461.693c.156 0 .281.145.281.145s-.045.05-.115.095c.11.046.185.116.185.116s-.075.07-.185.115c.07.04.115.095.115.095s-.125.147-.281.147-.281-.147-.281-.147.045-.055.115-.095a.7.7 0 0 1-.186-.115s.075-.07.186-.116c-.07-.04-.115-.095-.115-.095s.125-.145.28-.145zm-9.9.05-.924.497.048.096c.09.17.137.352.141.533l.98-.53a2.1 2.1 0 0 0-.197-.501zm11.236.948c.156 0 .281.147.281.147s-.045.055-.115.095c.11.046.185.116.185.116s-.075.07-.185.115c.07.04.115.095.115.095s-.13.147-.281.147c-.156 0-.281-.147-.281-.147s.044-.055.115-.095a.7.7 0 0 1-.186-.115s.075-.07.186-.116c-.07-.04-.115-.095-.115-.095s.125-.147.28-.147zm-2.844.399c.156 0 .281.144.281.144s-.045.056-.115.096c.11.045.186.115.186.115s-.075.07-.186.115c.07.04.115.096.115.096s-.125.146-.281.146-.281-.146-.281-.146.045-.056.115-.096c-.11-.045-.186-.115-.186-.115s.076-.07.186-.115c-.07-.04-.115-.096-.115-.096s.125-.144.281-.144m7.807.18q-.023.008-.045.025l.004-.004-2.711.972.326.866c.508-.13 1.286-.69 1.834-1.121a.94.94 0 0 0 .045.453L24 7.617a.93.93 0 0 0-1.195-.547zm-6.37.255c.156 0 .282.147.282.147s-.045.055-.115.095a.6.6 0 0 1 .185.116s-.075.07-.185.115c.07.04.115.095.115.095s-.126.147-.281.147-.282-.147-.282-.147.045-.055.116-.095c-.111-.045-.186-.115-.186-.115s.075-.07.186-.116c-.07-.04-.116-.095-.116-.095s.126-.147.282-.147zm1.778.559c.156 0 .281.144.281.144s-.045.056-.115.096a.6.6 0 0 1 .185.115s-.075.072-.185.117a.5.5 0 0 1 .115.094s-.125.147-.281.147-.281-.147-.281-.147.045-.053.115-.094c-.11-.045-.186-.117-.186-.117s.075-.07.186-.115c-.07-.04-.115-.096-.115-.096s.125-.144.28-.144zm-3.887.386c.156 0 .281.145.281.145s-.044.055-.115.096c.11.045.186.115.186.115s-.075.072-.186.117a.5.5 0 0 1 .115.094s-.125.146-.28.146c-.157 0-.282-.146-.282-.146s.045-.054.115-.094c-.11-.045-.185-.117-.185-.117s.075-.07.185-.115c-.07-.04-.115-.096-.115-.096s.125-.145.281-.145m-1.904.25c.156 0 .281.147.281.147s-.045.055-.115.096c.11.045.185.115.185.115s-.075.07-.185.115c.07.04.115.096.115.096s-.125.146-.281.146-.281-.146-.281-.146.045-.05.115-.096a.7.7 0 0 1-.186-.115s.075-.07.186-.115c-.07-.04-.115-.096-.115-.096s.125-.147.28-.147zm3.611.342c.156 0 .281.147.281.147s-.044.055-.115.095c.11.04.186.116.186.116s-.075.07-.186.115c.07.04.115.096.115.096s-.125.146-.28.146c-.157 0-.282-.146-.282-.146s.045-.056.115-.096c-.11-.045-.185-.115-.185-.115s.075-.07.185-.116c-.07-.04-.115-.095-.115-.095s.125-.147.281-.147m-2.703.85c.156 0 .281.146.281.146s-.045.054-.115.094c.11.04.186.117.186.117s-.075.07-.186.116c.07.04.115.095.115.095s-.125.145-.28.145c-.157 0-.282-.145-.282-.145s.047-.055.117-.095c-.11-.046-.187-.116-.187-.116s.077-.072.187-.117a.5.5 0 0 1-.117-.094s.125-.146.281-.146m-2.27.02c.156 0 .282.146.282.146s-.045.055-.115.096c.11.045.185.115.185.115s-.075.07-.185.115c.07.04.115.096.115.096s-.126.144-.281.144-.282-.144-.282-.144.045-.056.116-.096c-.111-.045-.186-.115-.186-.115s.075-.07.186-.115c-.07-.04-.116-.096-.116-.096s.126-.147.282-.147zm3.758.306c.156 0 .282.146.282.146s-.045.056-.116.096c.11.045.186.115.186.115s-.075.07-.186.116c.07.04.116.095.116.095s-.126.145-.282.145-.28-.145-.28-.145.044-.055.114-.095a.7.7 0 0 1-.185-.116s.075-.07.185-.115c-.07-.04-.115-.096-.115-.096s.126-.146.281-.146m-5.662.322c.156 0 .281.145.281.145s-.044.055-.115.096c.11.04.186.115.186.115s-.075.07-.186.115c.07.04.116.096.116.096s-.126.146-.282.146-.281-.146-.281-.146.045-.056.115-.096c-.11-.045-.185-.115-.185-.115s.075-.07.185-.115c-.07-.04-.115-.096-.115-.096s.126-.145.281-.145m3.356.803c.155 0 .281.147.281.147s-.045.055-.115.095a.6.6 0 0 1 .185.115s-.075.07-.185.116c.07.04.115.095.115.095s-.126.145-.281.145-.282-.145-.282-.145.045-.055.116-.095c-.11-.046-.186-.116-.186-.116s.075-.07.186-.115c-.07-.04-.116-.095-.116-.095s.126-.147.282-.147m-1.848.262c.156 0 .281.146.281.146s-.045.054-.115.094a.5.5 0 0 1 .186.117s-.075.07-.186.115c.07.04.115.096.115.096s-.125.145-.28.145c-.157 0-.282-.145-.282-.145s.045-.055.115-.096c-.11-.045-.185-.115-.185-.115s.075-.072.185-.117c-.07-.04-.115-.094-.115-.094s.125-.146.281-.146m-3.316.08c.155 0 .28.146.28.146s-.044.056-.114.096c.11.045.185.115.185.115s-.075.07-.185.115c.07.04.115.096.115.096s-.126.145-.281.145-.282-.145-.282-.145.047-.055.118-.096a.7.7 0 0 1-.188-.115s.077-.07.188-.115c-.07-.04-.118-.096-.118-.096s.126-.146.282-.146m16.646.527-5.705 1.428-2.23 2.53-3.25.08-1.227 2.814-3.193.834-2 1.824h16.093c.834 0 1.512-.68 1.512-1.514zm-15.053.217c.156 0 .282.144.282.144s-.045.056-.116.096c.11.04.186.115.186.115s-.075.07-.186.116c.07.04.116.095.116.095s-.126.147-.282.147-.28-.147-.28-.147.044-.055.114-.095a.7.7 0 0 1-.185-.116s.075-.07.185-.115c-.07-.04-.115-.096-.115-.096s.126-.144.281-.144m-1.898 1.014c.156 0 .281.146.281.146s-.047.056-.117.096a.7.7 0 0 1 .188.115s-.077.07-.188.115c.07.04.117.096.117.096s-.13.15-.281.145c-.156 0-.281-.145-.281-.145s.045-.056.115-.096c-.11-.045-.186-.115-.186-.115s.075-.07.186-.115c-.07-.04-.115-.096-.115-.096s.125-.146.281-.146m1.582.552c.156 0 .281.147.281.147s-.045.055-.115.096c.11.045.186.115.186.115s-.075.07-.186.115c.07.04.115.096.115.096s-.125.144-.281.144-.281-.144-.281-.144.045-.056.115-.096c-.11-.045-.186-.115-.186-.115s.075-.07.186-.115c-.07-.04-.115-.096-.115-.096s.125-.147.281-.147m-1.086 1.256c.156 0 .281.147.281.147s-.045.055-.115.095c.11.04.186.116.186.116s-.075.07-.186.115c.07.04.115.096.115.096s-.125.144-.28.144c-.157 0-.282-.144-.282-.144s.045-.056.115-.096c-.11-.045-.186-.115-.186-.115s.076-.07.186-.116c-.07-.04-.115-.095-.115-.095s.125-.147.281-.147m-3.203 1.155-2.709 2.325a.97.97 0 0 0-.205-.473L0 19.277a.93.93 0 0 0 1.195.192l2.649-1.201z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rockstargames.svg b/mkdocs-material/material/templates/.icons/simple/rockstargames.svg new file mode 100644 index 0000000..cb1d6bf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rockstargames.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.971 6.816h3.241c1.469 0 2.741-.448 2.741-2.084 0-1.3-1.117-1.576-2.19-1.576H6.748zm12.834 8.753h5.168l-4.664 3.228.755 5.087-4.041-3.07L10.599 24l2.536-5.392s-2.95-3.075-2.947-3.075c-.198-.262-.265-.936-.265-1.226 0-.367.024-.739.049-1.134.028-.451.058-.933.058-1.476 0-1.338-.59-2.038-2.036-2.038H5.283l-1.18 5.525H.026L3.269 0h7.672c2.852 0 5.027.702 5.027 3.936 0 2.276-1.12 3.894-3.592 4.233v.045c1.162.276 1.598 1.062 1.598 2.527 0 .585-.018 1.098-.034 1.581-.015.428-.03.834-.03 1.243 0 .525.137 1.382.48 1.968h.567l3.028-5.06zm-1.233-2.948-2.187 3.654h-3.457l2.103 2.189-1.73 3.672 3.777-2.218 2.976 2.263-.553-3.731 3.093-2.139h-3.43z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rockwellautomation.svg b/mkdocs-material/material/templates/.icons/simple/rockwellautomation.svg new file mode 100644 index 0000000..d96c741 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rockwellautomation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23.125 6.157-4.668-4.668a.77.77 0 0 0-.98-.087l-8.983 6.05c1.7.106 2.732.796 2.732 2.367 0 1.372-.74 2.226-1.992 2.375v.024c.582.106.968.376 1.254.74.1.126.169.275.208.434l.71 2.15 3.052-7.648a.71.71 0 0 1 .657-.445h2.682l3.567 8.932h-2.207c-.448 0-.867-.283-1.056-.708q-.171-.489-.344-.978h-3.24l-.629 1.686h-4.84a.54.54 0 0 1-.524-.452l-.805-2.34c-.112-.401-.51-.464-.902-.464h-.783v3.256H3.279v-5.414L1.63 12.076a.56.56 0 0 0-.238.456v3.448c0 .222.132.42.334.51l15.54 6.504a.77.77 0 0 0 .847-.16l5.008-4.987A2.98 2.98 0 0 0 24 15.732V8.269a3 3 0 0 0-.875-2.111M8.375 10.28c0-.806-.55-.923-1.135-.923H6.072v1.9h1.126c.596 0 1.177-.077 1.177-.977m6.868 2.422h1.814l-.888-2.523ZM6.83 7.435 16.431.322a.177.177 0 0 0-.105-.32H8.455A3.44 3.44 0 0 0 6.021 1.01L1.008 6.022A3.44 3.44 0 0 0 0 8.456v7.088a3.44 3.44 0 0 0 1.008 2.434l5.013 5.012a3.44 3.44 0 0 0 2.434 1.008h6.818c.19 0 .247-.257.075-.338l-13.55-6.388a1.62 1.62 0 0 1-.926-1.46v-3.4c0-.356.169-.69.454-.9l1.952-1.447v-2.63Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rockylinux.svg b/mkdocs-material/material/templates/.icons/simple/rockylinux.svg new file mode 100644 index 0000000..a65cff8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rockylinux.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.332 15.957A12 12 0 0 0 24 12c0-6.627-5.373-12-12-12S0 5.373 0 12c0 3.28 1.315 6.251 3.447 8.417L15.62 8.245l3.005 3.005zm-2.192 3.819-5.52-5.52L6.975 22.9c1.528.706 3.23 1.1 5.025 1.1 3.661 0 6.94-1.64 9.14-4.224"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/roku.svg b/mkdocs-material/material/templates/.icons/simple/roku.svg new file mode 100644 index 0000000..385c9d2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/roku.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.34 9.853-2.254 2.254v-2.26H12.13v5.744h1.957v-2.33l2.353 2.33h2.46l-2.988-2.99 2.477-2.476v3.411c0 1.133.679 2.177 2.393 2.177.815 0 1.56-.462 1.922-.88l.88.759H24v-5.74h-1.951v3.718c-.22.384-.528.627-1.002.627-.482 0-.703-.286-.703-1.198V9.853zm-4.591 2.869A3.004 3.004 0 1 1 8.738 9.73a2.997 2.997 0 0 1 3.011 2.99m-3.011-1.57c-.518 0-.956.704-.956 1.572 0 .867.438 1.57.956 1.57.528 0 .968-.702.968-1.57s-.438-1.572-.968-1.572m-2.206 4.447H4.313L2.55 13.153h-.594v2.44H0V8.26h2.8c1.616 0 2.935 1.1 2.935 2.45 0 .826-.505 1.562-1.273 2.013l2.07 2.875m-2.75-4.888A1.226 1.226 0 0 0 2.56 9.478h-.604v2.453h.605a1.225 1.225 0 0 0 1.22-1.221Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/roll20.svg b/mkdocs-material/material/templates/.icons/simple/roll20.svg new file mode 100644 index 0000000..60da1f8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/roll20.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.383 0q-.03.002-.06.014h-.037L4.03 3.654a.25.25 0 0 0-.129.211c0 .136.11.239.239.239l-.008.013a.2.2 0 0 0 .096-.021l7.181-1.567a.245.245 0 0 0 .21-.236V.225A.24.24 0 0 0 11.382 0zm1.22.008c-.128 0-.23.1-.236.222V2.3c0 .122.094.217.21.23l-.007-.013 7.182 1.574a.236.236 0 0 0 .203-.428L12.7.02h-.008l-.027-.012h-.06zm.57 3.404a.24.24 0 0 0-.237.242q0 .073.04.123l6.749 11.868c.04.06.108.101.19.101.128 0 .229-.1.235-.223l2.428-9.921c0-.014.008-.02.008-.034a.24.24 0 0 0-.203-.23l-9.121-1.9.013-.006s-.027-.001-.04-.008zm-2.38.012-.06.008c-.014 0-.028-.001-.042.006l-9.12 1.9a.24.24 0 0 0-.204.23c0 .014 0 .02.006.034h.014l2.427 9.921a.24.24 0 0 0 .239.23c.081 0 .148-.04.19-.1l6.747-11.87c.02-.04.041-.073.041-.12a.24.24 0 0 0-.238-.24zm1.193.306a.24.24 0 0 0-.195.108L4.676 16.404h.008a.22.22 0 0 0-.041.13c0 .135.109.237.238.237H19.1a.236.236 0 0 0 .237-.238.3.3 0 0 0-.041-.129L12.184 3.838a.24.24 0 0 0-.198-.108M1.543 9.305a.24.24 0 0 0-.23.209v.035l.298 8.062v.008c0 .136.108.236.237.236q.059 0 .109-.033l1.268-.754h.005l.008-.006.014-.007a.24.24 0 0 0 .115-.203.1.1 0 0 0-.008-.041L1.773 9.514a.24.24 0 0 0-.23-.21zm20.908.006a.24.24 0 0 0-.23.21l-1.588 7.297c0 .014-.006.028-.006.041 0 .089.047.156.115.203l.02.014s.007 0 .013.006l1.268.76a.234.234 0 0 0 .346-.209v-.008l.299-8.063v-.007l-.006-.006V9.52a.24.24 0 0 0-.23-.21zm-12.105.828c1.064 0 1.492.698 1.492 1.35 0 .86-.611 1.193-1.317 1.58-.311.169-.671.393-.746.63h1.995s.054.028.054.055v.766s-.027.054-.054.054H8.799s-.053-.027-.053-.054v-.368h-.014c0-.99.638-1.465 1.323-1.838.786-.42.847-.603.847-.834 0-.142-.054-.474-.556-.474-.38 0-.623.279-.623.713a.054.054 0 0 1-.055.054h-.82s-.055-.027-.055-.054c0-.76.488-1.58 1.553-1.58m3.431.013c.794 0 1.641.59 1.641 2.252s-.847 2.25-1.64 2.25c-.794 0-1.65-.588-1.65-2.25s.856-2.252 1.65-2.252zm-.002.854c-.657 0-.724.97-.724 1.39 0 .326.053 1.383.724 1.383.672 0 .727-1.057.727-1.383 0-.413-.069-1.39-.727-1.39M5.4 17.523a.236.236 0 0 0-.236.239c0 .074.04.142.094.19l6.578 5.993a.24.24 0 0 0 .15.055.23.23 0 0 0 .149-.055l6.578-5.994c.054-.047.096-.109.096-.183l.005-.006a.24.24 0 0 0-.23-.239zm-1.662.143c-.054 0-.1.02-.134.047H3.59l-1.235.74a.25.25 0 0 0-.12.21c0 .087.046.162.12.202l5.975 3.522c.034.013.075.033.115.033.136 0 .239-.11.239-.238a.24.24 0 0 0-.063-.155l.022-.007-4.748-4.307H3.88a.26.26 0 0 0-.143-.047zm16.496.006a.24.24 0 0 0-.136.049h-.014l-4.746 4.306a.3.3 0 0 0-.063.162c0 .136.11.237.239.237.04 0 .081-.013.115-.033l5.975-3.514a.25.25 0 0 0 .12-.21.23.23 0 0 0-.12-.202l.013-.008-1.234-.738h-.014a.25.25 0 0 0-.135-.05z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rollsroyce.svg b/mkdocs-material/material/templates/.icons/simple/rollsroyce.svg new file mode 100644 index 0000000..feda99e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rollsroyce.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.363 3.663H9.961v6.865q-.615.295-1.341.511a8 8 0 0 1-.776.182V3.968s.06-1.041-.519-1.393v-.13h5.434c.244.297.463.697.604 1.218m.958 9.391c2.465-1.182 3.652-3.262 3.674-5.646.015-1.622-.557-2.618-1.197-3.148a2 2 0 0 0-.117-.089 6.5 6.5 0 0 0-.612-1.618q.178.026.324.057c1.788.38 3.225 1.436 3.905 3.474.554 1.662.285 3.724-.904 5.377-.281.391-1.03 1.226-1.89 1.842-.156.112-.25.174-.414.277 1.077 1.726 1.608 2.717 2.295 4.6.6 1.644 1.055 3.83 1.117 4.344.15 1.223.515 1.32.599 1.345V24h-4.295v-.13c.132-.07 1.293-.546 1.299-2.367.006-1.337-.32-2.808-.914-4.46a23 23 0 0 0-1.277-2.829l-.014-.021a8 8 0 0 1-.872.321c-.223-.516-.45-.983-.707-1.459zm-4.36-.144v1.116c.325-.014 1.34-.096 2.254-.274.207.468.387.912.511 1.257l.017.048a26 26 0 0 1-1.23.166 33 33 0 0 1-1.552.131v7.21c0 .159.037 1.008.59 1.306V24H7.254v-.13c.538-.283.59-1.147.59-1.305v-9.27a19 19 0 0 0 2.118-.385zm.457-11.66-.462-.007H5.662v10.575c.426-.019 2.013-.152 3.052-.46 3.465-1.025 5.12-3.447 5.146-6.293.015-1.655-.568-2.672-1.222-3.212-.407-.337-.946-.496-1.338-.554-.22-.044-.71-.05-.882-.05zM3.502 20.557V1.554S3.564.492 2.972.133V0h7.346c.613.001 1.415.063 1.907.17 1.824.387 3.291 1.464 3.985 3.544.565 1.696.291 3.8-.922 5.487-.287.4-1.05 1.25-1.93 1.88a7 7 0 0 1-.422.281c1.1 1.762 1.641 2.773 2.343 4.695.612 1.677 1.076 3.909 1.14 4.432.151 1.248.525 1.374.61 1.4v.132h-4.382l-.001-.133c.136-.072 1.32-.583 1.326-2.442.007-1.363-.326-2.865-.932-4.55a23 23 0 0 0-1.305-2.887l-.014-.022c-.582.265-1.812.624-2.61.775-.571.108-1.15.197-1.865.277-.623.07-1.227.111-1.584.134v7.384c0 .161.038 1.028.603 1.332v.132H2.9v-.132c.549-.29.603-1.17.603-1.332Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rollupdotjs.svg b/mkdocs-material/material/templates/.icons/simple/rollupdotjs.svg new file mode 100644 index 0000000..c6765ec --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rollupdotjs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.42 0a.37.37 0 0 0-.369.37v19.515c.577-1.488 1.557-3.617 3.138-6.53 5.7-10.479 6.447-11.536 9.415-11.536 1.56 0 3.134.704 4.152 1.955A7.96 7.96 0 0 0 13.101 0zm12.72 2.544c-1.19.01-2.258.466-2.699 1.498-.967 2.256 1.624 4.767 2.757 4.568 1.442-.255-.255-3.563-.255-3.563 2.205 4.156 1.697 2.884-2.29 6.7-3.986 3.815-8.057 11.872-8.651 12.21a.5.5 0 0 1-.08.043h15.636a.373.373 0 0 0 .33-.538L16.8 15.37a.37.37 0 0 1 .144-.488A7.96 7.96 0 0 0 20.95 7.97c0-1.425-.373-2.761-1.03-3.92-.927-.952-2.43-1.516-3.779-1.506z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/roon.svg b/mkdocs-material/material/templates/.icons/simple/roon.svg new file mode 100644 index 0000000..a21a215 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/roon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.29 9.198c.138-.024.235-.17.235-.32a.31.31 0 0 0-.183-.3s-.088-.06-.577-.06C1.059 8.519 0 9.599 0 11.337v3.799a.356.356 0 0 0 .711 0v-3.798c0-1.378.847-2.189 2.136-2.137.086.004.335.025.443-.002m17.89-.693c-1.64 0-2.83 1.19-2.83 2.832v3.798a.356.356 0 1 0 .71 0v-3.798c0-1.222.892-2.109 2.12-2.109 1.222 0 2.109.887 2.109 2.109v3.798a.355.355 0 1 0 .711 0v-3.798c0-1.641-1.186-2.832-2.82-2.832m-6.897 0c-1.837 0-3.33 1.578-3.33 3.518 0 1.912 1.493 3.467 3.33 3.467 1.843 0 3.343-1.555 3.343-3.467 0-1.94-1.5-3.518-3.343-3.518m2.62 3.518c0 1.533-1.176 2.781-2.62 2.781s-2.62-1.248-2.62-2.781c0-1.562 1.175-2.832 2.62-2.832 1.444 0 2.62 1.27 2.62 2.832M6.872 8.505c-1.836 0-3.33 1.578-3.33 3.518 0 1.912 1.494 3.467 3.33 3.467 1.844 0 3.343-1.555 3.343-3.467 0-1.94-1.5-3.518-3.343-3.518m2.62 3.518c0 1.533-1.175 2.781-2.62 2.781-1.444 0-2.62-1.248-2.62-2.781 0-1.562 1.176-2.832 2.62-2.832s2.62 1.27 2.62 2.832"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rootme.svg b/mkdocs-material/material/templates/.icons/simple/rootme.svg new file mode 100644 index 0000000..0cc0c61 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rootme.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.364 9.897c0-.448-.029-.896-.096-1.325 0-.028-.009-.057-.009-.086-.582-3.785-3.452-6.894-7.228-7.723a.96.96 0 1 0-1.144 1.144v3.519c0 .057.028.114.076.152a.2.2 0 0 0 .105.029c.019 0 .048 0 .067-.01l1.411-.534a.7.7 0 0 0 .41.286v1.659c-.715.878-1.602 1.669-2.546 2.375l-1.077-2.499a.73.73 0 0 0 .333-.61.734.734 0 1 0-.734.734h.038l1.125 2.603c-.658.477-1.335.906-2.002 1.297l-3.204-.963a.16.16 0 0 0-.114.01l-.954.372a.734.734 0 1 0 .143.438c0-.028-.009-.057-.009-.086l.896-.352 2.794.839a33.5 33.5 0 0 1-4.873 2.231l-.171.057a.92.92 0 0 0-.553-.181h-.029a8.7 8.7 0 0 1-.677-3.366c0-.572.057-1.135.162-1.678H7.69a.726.726 0 0 0 .706.543.734.734 0 0 0 0-1.468.73.73 0 0 0-.706.543h-4.1c.772-3.137 3.251-5.644 6.455-6.388a.98.98 0 0 0 .82.467c.534 0 .963-.429.963-.963S11.399 0 10.865 0a.97.97 0 0 0-.944.763c-4.205.953-7.285 4.739-7.285 9.125a9.3 9.3 0 0 0 .735 3.642.967.967 0 0 0 .372 1.602v3.757c0 .067.019.134.057.191l.21.143 2.851 2.012v2.403c0 .2.162.362.362.362h9.535c.2 0 .362-.162.362-.362v-2.403l2.861-2.012.21-.153a.34.34 0 0 0 .057-.19v-3.786a.958.958 0 0 0 .353-1.535 9 9 0 0 0 .763-3.662m-1.383 3.366h-.086a.96.96 0 0 0-.334 1.86v3.509l-3.003 2.117a.36.36 0 0 0-.153.295v2.022a.21.21 0 0 1-.21.209H15.08a.21.21 0 0 1-.21-.209v-.725c0-.191-.133-.362-.324-.382a.367.367 0 0 0-.401.363v.753c0 .115-.095.21-.209.21h-1.364a.21.21 0 0 1-.21-.21v-1.116c0-.19-.133-.362-.324-.381a.366.366 0 0 0-.4.362v1.145a.21.21 0 0 1-.21.209h-1.364a.21.21 0 0 1-.209-.209v-.744c0-.191-.134-.362-.325-.382a.366.366 0 0 0-.4.363v.753c0 .115-.095.21-.21.21H7.805a.21.21 0 0 1-.21-.21v-2.021a.37.37 0 0 0-.153-.296l-2.994-2.117v-3.547a.96.96 0 0 0 .563-.877c0-.057-.01-.114-.019-.172.381-.133 3.289-1.173 6.15-2.956 3.871-2.412 6.017-5.149 6.264-7.961a8.74 8.74 0 0 1 3.157 5.473c-.048 4.777-8.372 7.723-8.458 7.752-.019.009-.067.019-.105.038-.105-.019-.21-.038-.324-.057-.076-.019-.162-.029-.239-.048-.124-.019-.247-.048-.371-.076-.02-.01-.048-.01-.067-.01l-.143-.028c-.057-.01-.115-.029-.172-.039a5 5 0 0 1-.391-.095c-.238-.057-.467-.124-.696-.181-.219-.067-.448-.124-.658-.191H8.92a6 6 0 0 1-.467-.152 1 1 0 0 0-.153-.048c-.076-.029-.143-.048-.209-.067a3 3 0 0 1-.344-.124h-.009a6 6 0 0 1-.458-.171c-.143-.058-.267-.105-.362-.143-.096-.048-.181-.077-.229-.105-.057-.029-.086-.038-.086-.038s.019.028.057.066c.038.048.096.115.181.191.077.076.182.172.306.267s.267.2.419.305h.01a2.1 2.1 0 0 0-.096.61c0 1.097.897 1.993 1.993 1.993.849 0 1.573-.534 1.86-1.287l.295.029c.172.009.334.009.486.009.01 0 .019.01.029.01l1.611 1.64c.41.41 1.049.477 1.526.162l2.517-1.411a.8.8 0 0 0 .363-.658v-2.899c.972-.772 1.85-1.688 2.422-2.727a8.1 8.1 0 0 1-.601 2.145m-7.799 5.87-.002-.002q-.002-.003-.008-.003l-.013-.009-.003-.002a.03.03 0 0 1-.013-.009c-.01 0-.019-.009-.029-.009-.009 0-.019-.01-.019-.01-.009 0-.019 0-.028-.009h-.115c-.009 0-.019 0-.028.009-.01 0-.019.01-.019.01-.01 0-.019.009-.029.009-.009 0-.019.01-.029.02-.009 0-.009.009-.019.009l-.038.038-.772.963a.276.276 0 0 0 .219.448.28.28 0 0 0 .219-.104l.01-.01a.7.7 0 0 1 1.097 0l.009.01a.287.287 0 0 0 .391.047.277.277 0 0 0 .048-.391l-.782-.953c-.01-.01-.019-.019-.019-.029l-.019-.019zm-1.622-2.265c-.038.076-.095.152-.143.219a1.256 1.256 0 0 1-1.907 0 1.23 1.23 0 0 1-.295-.81c0-.077.009-.144.019-.22.152.076.314.153.476.229.22.095.449.191.687.267a9 9 0 0 0 1.163.315m-6.503-2.184a.5.5 0 0 1-.305-.114.449.449 0 0 1-.133-.506.47.47 0 0 1 .429-.295c.085 0 .162.028.229.067a.46.46 0 0 1 .228.4.46.46 0 0 1-.066.229.42.42 0 0 1-.382.219m16.21-.181a.48.48 0 0 1-.362.181.47.47 0 0 1-.334-.143.47.47 0 0 1-.124-.315c0-.2.124-.371.305-.429a.5.5 0 0 1 .162-.028.48.48 0 0 1 .458.372.3.3 0 0 1 .009.095.7.7 0 0 1-.114.267m-5.845-9.869c0 .029.009.048.009.067l-1.163.438V1.897a.92.92 0 0 0 .658-.457 8.5 8.5 0 0 1 2.823 1.201c-.01 1.411-.554 2.708-1.412 3.881V5.34a.73.73 0 0 0 .544-.706c0-.4-.324-.734-.734-.734a.74.74 0 0 0-.725.734m-3.48-1.735a.734.734 0 0 0-.735.696l-1.458.534a.19.19 0 0 0-.134.181v.925H7.442a.73.73 0 0 0-.705-.544.735.735 0 1 0 0 1.469.73.73 0 0 0 .705-.544h1.364a.19.19 0 0 0 .19-.19v-.983l1.288-.476c.124.238.372.4.648.4a.734.734 0 0 0 .734-.734.725.725 0 0 0-.724-.734m-.41-2.241a.46.46 0 0 1 .343-.153.468.468 0 1 1-.258.859.48.48 0 0 1-.209-.382.45.45 0 0 1 .124-.324m2.097.305a.467.467 0 0 1 .801-.324.462.462 0 0 1-.076.696.43.43 0 0 1-.267.086.45.45 0 0 1-.458-.458"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/roots.svg b/mkdocs-material/material/templates/.icons/simple/roots.svg new file mode 100644 index 0000000..ad4dad5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/roots.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.513 12.27 2.6 18.177a.24.24 0 0 1-.174.072l-.02-.001a.25.25 0 0 1-.178-.102 12 12 0 0 1-.889-1.452.25.25 0 0 1 .045-.287l5.638-5.628a9.4 9.4 0 0 0 2.776-6.694.245.245 0 0 1 .49 0v3.911a6 6 0 0 1-1.774 4.274zM18 .842a.24.24 0 0 0-.245 0 .25.25 0 0 0-.122.212v10.855a6 6 0 0 0 1.773 4.273l1.997 1.995a.25.25 0 0 0 .173.072l.021-.001a.26.26 0 0 0 .18-.102A11.9 11.9 0 0 0 24 11.21c0-4.255-2.298-8.228-6-10.367zM6.367 4.085V1.054A.244.244 0 0 0 6 .842C2.3 2.982 0 6.954 0 11.21c0 .34.018.705.056 1.115.01.094.072.174.161.208a.3.3 0 0 0 .084.014.25.25 0 0 0 .172-.071l4.123-4.118a6 6 0 0 0 1.771-4.273m10.614 14.52a9.4 9.4 0 0 1-2.778-6.696V7.996a.245.245 0 1 0-.489 0 9.4 9.4 0 0 1-2.776 6.696l-5.915 5.905a.24.24 0 0 0-.071.193.24.24 0 0 0 .102.18A11.93 11.93 0 0 0 12 23.192a11.93 11.93 0 0 0 6.947-2.222.24.24 0 0 0 .1-.18.24.24 0 0 0-.068-.193z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rootsbedrock.svg b/mkdocs-material/material/templates/.icons/simple/rootsbedrock.svg new file mode 100644 index 0000000..4025167 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rootsbedrock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.4 0 0 .4v5.2l.343.343 11.314-1.886L12 4.4V8l11.52-1.92.48-.48V.4l-.4-.4zm.08 9.92L0 10.4v3.2l.343.343L12 12V8zM12 12v4l11.52-1.92.48-.48v-3.2l-.343-.343zM.48 17.92 0 18.4v5.2l.4.4h23.2l.4-.4v-5.2l-.343-.343-11.314 1.886L12 19.6V16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rootssage.svg b/mkdocs-material/material/templates/.icons/simple/rootssage.svg new file mode 100644 index 0000000..a2d3cb2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rootssage.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m7.384 4.232 1.71 5.075-4.478-3.136L0 9.403l1.753 5.2.01.03H7.3L2.82 17.77l1.754 5.2.01.03h5.705L12 17.925l1.7 5.045.01.03h5.707l1.763-5.23-4.48-3.137h5.537L24 9.403l-4.616-3.232-4.479 3.136 1.711-5.075L12 1zm.105 10.342 1.723-5.111h5.576l1.723 5.111-4.51 3.16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ros.svg b/mkdocs-material/material/templates/.icons/simple/ros.svg new file mode 100644 index 0000000..ad33f0f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ros.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.807 0C1.353 0 .173 1.22.173 2.722c0 1.504 1.18 2.723 2.634 2.723 1.455 0 2.635-1.22 2.635-2.723S4.262 0 2.807 0M12 0c-1.455 0-2.634 1.22-2.634 2.722 0 1.504 1.18 2.723 2.634 2.723 1.455 0 2.634-1.22 2.634-2.723S13.454 0 12 0m9.193 0c-1.455 0-2.635 1.22-2.635 2.722 0 1.504 1.18 2.723 2.635 2.723s2.634-1.22 2.634-2.723S22.647 0 21.193 0M2.807 9.277C1.353 9.277.173 10.497.173 12s1.18 2.722 2.634 2.722c1.455 0 2.635-1.219 2.635-2.722 0-1.504-1.18-2.723-2.635-2.723m9.193 0c-1.455 0-2.634 1.22-2.634 2.723s1.18 2.722 2.634 2.722c1.455 0 2.634-1.219 2.634-2.722 0-1.504-1.18-2.723-2.634-2.723m9.193 0c-1.455 0-2.635 1.22-2.635 2.723s1.18 2.722 2.635 2.722 2.634-1.219 2.634-2.722c0-1.504-1.18-2.723-2.634-2.723M2.807 18.555c-1.454 0-2.634 1.22-2.634 2.722C.173 22.781 1.353 24 2.807 24c1.455 0 2.635-1.22 2.635-2.723s-1.18-2.722-2.635-2.722m9.193 0c-1.455 0-2.634 1.22-2.634 2.722C9.366 22.781 10.546 24 12 24c1.455 0 2.634-1.22 2.634-2.723s-1.18-2.722-2.634-2.722m9.193 0c-1.455 0-2.635 1.22-2.635 2.722 0 1.504 1.18 2.723 2.635 2.723s2.634-1.22 2.634-2.723-1.18-2.722-2.634-2.722"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rossmann.svg b/mkdocs-material/material/templates/.icons/simple/rossmann.svg new file mode 100644 index 0000000..5fe2b3f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rossmann.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.391 0 0 5.391 0 12s5.391 12 12 12 12-5.391 12-12S18.609 0 12 0m0 2.088a9.93 9.93 0 0 1 7.477 3.39H16l.348-.607c.347-.783-.958-1.392-1.393-.61l-.607 1.218H4.52C6.435 3.392 9.131 2.088 12 2.088m8.434 4.695A10.07 10.07 0 0 1 21.912 12c0 4.087-2.522 7.653-6.174 9.13l-3.912-3.911q-.13-.131 0-.262l1.39-2.783c.088-.087.174-.174.26-.174h2.436c.087 0 .088.087.088.174l-.697 1.478s0 .174.088.174l.869.61c.087.087.175-.001.261-.088l.956-2.26c.087-.087.174-.174.261-.174h.87s.087 0 .087.174L18 15.652s-.001.174.086.174l.957.61c.087.087.173-.001.26-.088 0-.087 1.045-2.26 1.045-2.434.26-.609.172-1.652-1.045-1.652h-1.39a.19.19 0 0 1-.175-.174v-4.61q0-.26.262-.26zm-16.782.088s9.13.434 9.217.434.26 0 .26.174c.087.173.87 2.174.957 2.261s.087.348-.348.348H4.87a1.15 1.15 0 0 0-1.13 1.13v3.305c0 .261.086.522.173.696.261.26.696.433.783.433.087.087.174.001.174-.086v-4.261c0-.087.087-.174.174-.174H6s.173 0 .086.088c-.348.435-.434.87-.434 1.652 0 1.217.87 1.999 1.217 2.26 0 0 .087.087 0 .174S6 17.044 6 17.13q-.13.131 0 .262l4.348 4.26c-4.696-.87-8.174-4.87-8.174-9.653 0-1.913.522-3.65 1.478-5.129M9.912 14h.957s.173 0 .086.174-1.39 2.696-1.39 2.783v.174l4.52 4.435c-.52.174-1.042.173-1.564.26l-4.435-4.433c-.087-.087 0-.175 0-.262s1.48-2.87 1.566-2.957c0-.087.086-.174.26-.174"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rotaryinternational.svg b/mkdocs-material/material/templates/.icons/simple/rotaryinternational.svg new file mode 100644 index 0000000..44783ac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rotaryinternational.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.301 9.504c.09.03.125.129.152.227.467 1.572.467 2.916 0 4.5-.038.136-.093.211-.165.24-.105.032-.218-.043-.314-.113l-3.061-2.077c-.118-.078-.187-.186-.187-.3 0-.112.067-.219.187-.3l3.06-2.075c.14-.1.247-.131.328-.102m-1.122 6.928c-1.134 1.195-2.296 1.867-3.893 2.25q-.203.049-.287-.025c-.084-.07-.073-.21-.065-.331l.265-3.689c.017-.144.073-.252.175-.313.097-.053.223-.048.347.012l3.33 1.611c.154.076.237.152.253.236.017.092-.05.173-.125.25zm-5.177-2.327a2.163 2.163 0 0 1-2.162-2.16c0-.728.363-1.403.972-1.805a.436.436 0 0 1 .48.728A1.29 1.29 0 0 0 12 13.233a1.29 1.29 0 0 0 .709-2.366.437.437 0 0 1 .482-.728A2.162 2.162 0 0 1 12 14.105zm-.95 4.606c-.073.06-.174.04-.275.016-1.59-.38-2.757-1.052-3.895-2.25q-.122-.13-.122-.23c0-.013 0-.02.002-.034.015-.104.144-.166.25-.218l3.33-1.615c.13-.06.255-.064.353-.006.096.057.157.166.167.305l.27 3.696c.01.175-.015.282-.08.336m-5.018-4.33c-.145.1-.25.135-.333.106-.09-.032-.12-.13-.15-.23-.47-1.569-.47-2.915-.005-4.5.04-.135.097-.21.17-.237.105-.037.217.04.317.11l3.059 2.08c.115.076.183.182.183.298 0 .112-.068.218-.18.3zm.79-6.832h.001c1.138-1.196 2.304-1.87 3.894-2.25.099-.023.203-.042.273.02.067.053.092.162.079.339l-.27 3.685c-.008.142-.066.254-.166.309-.097.058-.224.055-.35-.007L6.959 8.033c-.108-.054-.235-.11-.257-.22-.01-.075.026-.164.122-.264m6.177-2.26c.077-.061.177-.042.277-.021 1.59.385 2.756 1.057 3.895 2.253q.123.129.125.236l-.002.028c-.025.109-.146.166-.255.219l-3.328 1.61c-.131.063-.254.069-.35.01-.097-.057-.158-.166-.17-.31l-.267-3.685c-.012-.176.013-.285.076-.34zm-.996-1.272c-4.36 0-7.908 3.55-7.908 7.911 0 4.362 3.548 7.91 7.908 7.91 4.362 0 7.912-3.548 7.912-7.91 0-4.361-3.55-7.91-7.912-7.91m0 16.903c-4.955 0-8.99-4.034-8.99-8.994 0-4.958 4.035-8.99 8.99-8.99 4.96 0 8.993 4.032 8.993 8.99 0 4.96-4.033 8.994-8.993 8.994m11.973-9.295-.002-.033-.026-.015c-.508-.308-1.176-.483-1.83-.497a58 58 0 0 1-.103-.785c.623-.176 1.222-.515 1.64-.95l.023-.02-.006-.032a3.6 3.6 0 0 0-.2-.753l-.013-.03-.032-.008c-.574-.164-1.261-.16-1.893 0a65 65 0 0 0-.296-.723c.555-.34 1.043-.82 1.336-1.34l.016-.025-.012-.033a4 4 0 0 0-.39-.674l-.016-.024h-.035c-.59-.013-1.25.167-1.833.48-.052-.07-.43-.563-.482-.631.454-.468.8-1.062.948-1.64l.008-.034-.022-.024a3.6 3.6 0 0 0-.546-.556l-.025-.019-.032.006c-.582.147-1.17.495-1.64.945l-.634-.497c.313-.553.497-1.192.497-1.78l-.004-.08-.025-.02a3.3 3.3 0 0 0-.675-.39l-.03-.01-.025.012c-.522.29-1 .775-1.335 1.33a68 68 0 0 1-.76-.317c.078-.313.127-.635.127-.958a3.2 3.2 0 0 0-.128-.932l-.007-.03-.033-.013a3.4 3.4 0 0 0-.745-.205l-.034-.003-.021.022c-.43.418-.769 1.014-.948 1.638a41 41 0 0 0-.8-.102c-.008-.647-.183-1.31-.491-1.825l-.016-.03h-.032a3.6 3.6 0 0 0-.78 0h-.034l-.015.03c-.306.51-.478 1.173-.49 1.824-.09.012-.717.088-.808.103-.18-.628-.52-1.226-.948-1.642L9.297.311l-.035.006c-.23.034-.55.12-.75.2l-.03.013-.01.03a3.6 3.6 0 0 0-.124.944c0 .316.05.64.124.95-.078.034-.683.293-.764.326-.337-.555-.817-1.044-1.337-1.337l-.028-.017-.032.011c-.2.088-.49.255-.672.393l-.028.017v.086c0 .583.18 1.224.49 1.781-.067.056-.52.41-.589.465-.467-.45-1.058-.799-1.642-.949l-.029-.007-.022.022c-.18.134-.42.37-.557.547l-.02.026.007.032c.146.58.494 1.17.944 1.644-.05.069-.444.583-.5.654-.564-.315-1.223-.503-1.825-.494l-.03.002-.02.027a3.7 3.7 0 0 0-.391.675l-.013.028.017.029c.288.518.778 1.003 1.335 1.342-.03.08-.259.637-.294.718-.642-.16-1.325-.16-1.896.006l-.031.008-.011.027c-.084.2-.171.516-.205.754l-.004.032.022.025c.417.429 1.015.768 1.64.94l-.105.791c-.649.013-1.318.184-1.828.491l-.028.015-.004.034a3.5 3.5 0 0 0 0 .78l.004.031.028.015c.51.306 1.173.48 1.827.49.012.09.1.724.11.811-.625.184-1.22.526-1.636.954l-.023.027.004.03c.036.234.122.556.203.75l.013.03.029.01c.579.164 1.263.157 1.898 0 .032.08.278.641.312.722-.555.333-1.043.815-1.337 1.335l-.014.03.01.03c.086.205.256.494.392.673l.021.027.028.002c.598.008 1.258-.17 1.83-.486.053.068.44.57.49.64-.448.46-.798 1.05-.946 1.637l-.008.03.02.027c.137.175.373.41.55.553l.025.022.03-.01c.58-.145 1.17-.49 1.641-.943l.647.496c-.308.566-.489 1.21-.489 1.798v.066l.03.02c.174.134.46.297.671.39l.03.012.03-.015c.523-.29 1.004-.78 1.342-1.342l.71.287a3.8 3.8 0 0 0-.123.945c0 .33.043.653.126.943l.008.03.032.014c.198.084.515.17.75.208l.034.005.022-.026c.432-.42.77-1.018.939-1.637.09.015.724.104.812.114.013.652.188 1.317.494 1.823l.013.028.035.005c.225.028.56.028.78 0l.03-.005.018-.028c.303-.506.478-1.172.494-1.827.088-.013.68-.095.77-.11.174.63.514 1.22.946 1.642l.023.02.03-.001c.235-.038.555-.121.754-.202l.028-.014.011-.03c.083-.292.122-.613.122-.943 0-.318-.045-.644-.122-.957.081-.03.655-.28.736-.315.34.557.82 1.046 1.338 1.34l.026.012.03-.01c.207-.086.5-.254.678-.394l.026-.016v-.087c0-.576-.18-1.217-.483-1.78l.61-.476c.474.45 1.064.795 1.643.945l.032.009.023-.021c.177-.14.417-.378.555-.55l.022-.03-.012-.026c-.143-.578-.488-1.17-.94-1.642.053-.07.435-.572.487-.643.574.315 1.235.495 1.828.484h.032l.02-.025a3 3 0 0 0 .39-.68l.014-.026-.016-.028c-.283-.51-.768-.996-1.324-1.346l.293-.713c.63.162 1.314.167 1.89 0l.027-.01.013-.028c.085-.203.17-.517.206-.75l.004-.033-.024-.025c-.417-.432-1.012-.767-1.631-.945.014-.087.097-.68.106-.77.656-.01 1.324-.185 1.833-.49l.026-.018.002-.035c.015-.108.02-.25.02-.389 0-.14-.005-.278-.02-.387"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rottentomatoes.svg b/mkdocs-material/material/templates/.icons/simple/rottentomatoes.svg new file mode 100644 index 0000000..8cb09d5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rottentomatoes.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.866 0 4.335 1.262l2.082 1.8c-2.629-.989-4.842 1.4-5.012 2.338 1.384-.323 2.24-.422 3.344-.335-7.042 4.634-4.978 13.148-1.434 16.094 5.784 4.612 13.77 3.202 17.91-1.316C27.26 13.363 22.993.65 10.86 2.766c.107-1.17.633-1.503 1.243-1.602-.89-1.493-3.67-.734-4.556 1.374C7.52 2.602 5.866 0 5.866 0M4.422 7.217H6.9c2.673 0 2.898.012 3.55.202 1.06.307 1.868.973 2.313 1.904q.074.158.13.305l7.623.008.027 2.912-2.745-.024v7.549l-2.982-.016v-7.522l-2.127.016a2.9 2.9 0 0 1-1.056 1.134c-.287.176-.3.19-.254.264.127.2 2.125 3.642 2.125 3.659l-3.39.019-2.013-3.376c-.034-.047-.122-.068-.344-.084l-.297-.02.037 3.48-3.075-.038zm3.016 2.288.024.338c.014.186.024.729.024 1.206v.867l.582-.025c.32-.013.695-.049.833-.078.694-.146 1.048-.478 1.087-1.018.027-.378-.063-.636-.303-.87-.318-.309-.761-.416-1.733-.418Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/roundcube.svg b/mkdocs-material/material/templates/.icons/simple/roundcube.svg new file mode 100644 index 0000000..ee8971f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/roundcube.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.002.072a8.3 8.3 0 0 0-8.266 7.512L.498 9.454l4.682 2.704A7.8 7.8 0 0 1 12.002.572a7.802 7.802 0 0 1 6.824 11.582l4.676-2.7-3.236-1.87A8.3 8.3 0 0 0 12.002.072M0 9.742v7.399l11.75 6.787v-7.399zm24 0-5.777 3.338-5.248 3.031h-.002l-.108.063-.615.355v7.399L24 17.14V9.744z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rsocket.svg b/mkdocs-material/material/templates/.icons/simple/rsocket.svg new file mode 100644 index 0000000..f8695e0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rsocket.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.002.003a11 11 0 0 1-.707.025c-2.73-.003-5.46.015-8.188-.023-1.33-.02-2.586.259-3.806.738a12 12 0 0 0-4.81 3.433C3.376 5.481 2.603 6.96 2.1 8.598c-.351 1.141-.442 2.316-.457 3.484-.05 3.852-.03 7.704-.045 11.557-.001.272.12.34.36.34a747 747 0 0 1 3.88.015c.206.001.304-.07.303-.299-.007-2.077-.004-4.155-.004-6.232h.004c0-1.615-.005-3.229.002-4.844.003-.735.04-1.462.201-2.19.293-1.334.876-2.494 1.8-3.503 1.412-1.54 3.096-2.387 5.227-2.406 2.739-.024 5.477-.017 8.215-.01.758.002.757.007.76-.748q.005-1.713.013-3.427c.001-.279-.08-.35-.357-.332m.072 6.468a8 8 0 0 1-.51.018l-8.129.008c-.445 0-.899.017-1.322.134-2.36.656-3.866 2.68-3.992 4.979-.117 2.144.81 3.793 2.563 4.992.639.437 1.353.742 2.12.803 1.526.12 3.06.044 4.588.084.19.005.282-.077.266-.274-.007-.089-.056-.206.053-.254.11-.048.19.054.27.115.502.384.999.775 1.507 1.15.205.152.162.26-.006.395-.477.385-.95.776-1.426 1.164-.073.06-.145.132-.25.098-.119-.039-.103-.147-.097-.238.016-.243-.11-.303-.332-.303q-4.432.008-8.865.006c-.432 0-.42-.009-.416.412.012 1.303.04 2.604-.018 3.906-.011.259.094.335.328.334q2.295-.003 4.588-.002v-.033c.916 0 1.832.007 2.748-.002.726-.007 1.462.043 2.176-.106 1.478-.309 2.655-1.106 3.506-2.351 1.002-1.468 1.187-3.08.683-4.76a5.2 5.2 0 0 0-1.982-2.757c-.885-.637-1.852-1.061-2.986-1.065-1.18-.004-2.36-.007-3.54-.023-.25-.004-.277.132-.25.33.012.082.028.179-.064.228-.093.051-.162-.024-.224-.076-.515-.428-1.026-.862-1.543-1.287-.136-.111-.155-.213-.01-.316a16 16 0 0 0 1.543-1.286c.06-.056.126-.133.22-.076.079.048.051.133.045.207-.026.325.025.38.352.381.68.004 1.358-.03 2.037-.037 2.114-.022 4.23-.007 6.345 0 .237 0 .353-.079.352-.324-.004-1.293-.003-2.588-.006-3.88 0-.214-.11-.308-.322-.294z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rss.svg b/mkdocs-material/material/templates/.icons/simple/rss.svg new file mode 100644 index 0000000..2cc45cd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rss.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.199 24C19.199 13.467 10.533 4.8 0 4.8V0c13.165 0 24 10.835 24 24zM3.291 17.415a3.3 3.3 0 0 1 3.293 3.295A3.303 3.303 0 0 1 3.283 24C1.47 24 0 22.526 0 20.71s1.475-3.294 3.291-3.295M15.909 24h-4.665c0-6.169-5.075-11.245-11.244-11.245V8.09c8.727 0 15.909 7.184 15.909 15.91"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rstudioide.svg b/mkdocs-material/material/templates/.icons/simple/rstudioide.svg new file mode 100644 index 0000000..5b06eb1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rstudioide.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.178.002a12 12 0 0 0-8.662 3.515 12 12 0 0 0 0 16.97 12 12 0 0 0 16.97 0 12 12 0 0 0 0-16.97A12 12 0 0 0 12.179.002zM7.77 5.995c.562.128 1.05.217 1.663.217.921 0 1.863-.217 2.786-.217 1.79 0 3.45.814 3.45 2.8 0 1.54-.921 2.517-2.35 2.93l2.788 4.107h1.301v1.01h-1.986l-3.293-4.934h-1.757v3.924h1.718v1.01H7.77v-1.01h1.483V7.134L7.77 6.951v-.957zm4.466 1.012c-.596 0-1.213.053-1.864.127v3.798l.941.02c2.298.034 3.183-.85 3.183-2.026 0-1.376-.997-1.919-2.26-1.919"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rte.svg b/mkdocs-material/material/templates/.icons/simple/rte.svg new file mode 100644 index 0000000..7de9975 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rte.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.983 12.857V9.038s.734-.018 1.615-.018c.131 0 .258.01.373.016 1.41.115 1.992.883 1.992 1.807 0 1.036-.82 1.819-1.992 1.986a3.5 3.5 0 0 1-.474.028zm2.84 1.244c1.736-.168 3.197-1.446 3.197-3.102 0-1.763-1.018-3.324-4.049-3.45a10 10 0 0 0-.393-.01c-2.098 0-3.537.1-3.537.1s.097 1.035.097 1.558v7.624C.138 17.522 0 18.26 0 18.26h2.118s-.135-.737-.135-1.577v-3.101l1.988 2.08 1.006 1.043c.62.677 1.702 1.555 1.702 1.555h2.8s-1.253-.878-1.835-1.438zm19.055-7.198a8.1 8.1 0 0 0-2.036-.284c-1.784 0-3.321.541-4.603 1.682l.02-1.261c1.36-.925 2.9-1.34 4.583-1.34.738 0 1.378.1 2.056.276zM11.282 18.259s.117-.778.117-1.458V9.402h-.501c-.68 0-1.736 0-2.516.077l-.066-1.718h8.124l-.041 1.718c-.802-.077-1.838-.077-2.539-.077h-.617v7.399c0 .68.136 1.458.136 1.458zm10.419-1.524c-1.838 0-3.386-1.315-3.666-3.175h3.482c.385 0 1.222.082 1.222.082V12.1s-.822.061-1.28.061h-3.424c.347-1.822 1.845-3.08 3.666-3.08.96 0 2.139.438 2.139.438l.023-1.622s-.84-.318-2.162-.318c-3.063 0-5.741 2.34-5.741 5.32 0 3.223 2.678 5.4 5.74 5.4 1.44 0 2.3-.384 2.3-.384l-.04-1.676c-.001 0-1.062.496-2.26.496Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rtl.svg b/mkdocs-material/material/templates/.icons/simple/rtl.svg new file mode 100644 index 0000000..db57827 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rtl.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 9.889v4.222h7.498V9.89H0zm8.25 0v4.222h7.5V9.89h-7.5zm8.252 0v4.222H24V9.89h-7.498zm-14.365.966H4.12c.61 0 .945.275.945.733 0 .397-.254.662-.691.723l.977.824h-.754l-.926-.795H2.656v.795h-.52zm8.281 0h3.164v.448H12.26v1.832h-.52v-1.832h-1.322zm8.414 0h.518v1.832h2.32v.448h-2.838zm-16.176.428v.631H4.06c.325 0 .478-.103.478-.316s-.153-.315-.478-.315z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rtlzwei.svg b/mkdocs-material/material/templates/.icons/simple/rtlzwei.svg new file mode 100644 index 0000000..b37dc45 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rtlzwei.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0v24h7.38v-3.69H3.692L3.69 3.69h9.229V0zm16.61 0v3.69h3.7v16.62h-9.238V24H24V0zm-.003 6.49-3.689.717v9.227l3.69-.715V6.49zm-5.535 1.076-3.69.715v9.229l3.69-.717z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rtm.svg b/mkdocs-material/material/templates/.icons/simple/rtm.svg new file mode 100644 index 0000000..9b656e5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rtm.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.584 9.054H1.98l-.487 1.413h3.408c.54 0 .594.25.51.494s-.18.323-.719.323h-3.43L0 14.946h1.917l.892-2.454c.263 0 .33.024.436.257l1.043 2.197h2.084l-1.148-2.46c1.368-.15 1.985-.822 2.206-1.698.211-.837-.173-1.734-1.846-1.734m2.817 0-.487 1.413H10l-1.541 4.48 2.036-.001 1.54-4.479h1.94l.486-1.413zm7.89 0h-1.306l-.485 1.414h.624c.272 0 .416.22.322.493l-1.368 3.985h2.036l1.37-3.988c.37-1.08.053-1.905-1.194-1.904m3.186 0h-1.16l-.486 1.414h.48c.271 0 .415.22.322.493l-1.368 3.985H19.3l1.37-3.988c.37-1.08.053-1.904-1.194-1.904m3.185 0h-1.16l-.485 1.414h.479c.272 0 .416.22.323.493l-1.369 3.985h2.036l1.37-3.988c.37-1.08.054-1.904-1.194-1.904"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rubocop.svg b/mkdocs-material/material/templates/.icons/simple/rubocop.svg new file mode 100644 index 0000000..a467926 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rubocop.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.06 0C7.71 0 4.121 3.25 3.584 7.455h16.952C19.998 3.25 16.41 0 12.06 0M3.93 7.95a1.54 1.54 0 0 0-1.537 1.537v.772c-.358.22-.598.613-.598 1.06v2.065c0 .448.24.842.598 1.061v.802a1.54 1.54 0 0 0 1.536 1.536h16.14a1.54 1.54 0 0 0 1.536-1.536v-.802c.358-.22.6-.612.6-1.06V11.32c0-.448-.242-.842-.6-1.061v-.772A1.54 1.54 0 0 0 20.07 7.95zm1.47 3.146h13.2c.622 0 1.132.51 1.132 1.134s-.51 1.133-1.133 1.133H5.4c-.624 0-1.134-.51-1.134-1.133s.51-1.134 1.134-1.134m-1.42 5.998v3.276A3.64 3.64 0 0 0 7.61 24h8.94a3.64 3.64 0 0 0 3.628-3.63v-3.276h-1.995v3.267c0 .898-.735 1.633-1.633 1.633h-.89v-.003a.62.62 0 0 1-.48-.23h-.002l-1.063-1.358h-.002a.62.62 0 0 0-.488-.245h-3.093a.62.62 0 0 0-.463.214h-.002L8.98 21.758h-.002a.62.62 0 0 1-.481.23v.004h-.89a1.64 1.64 0 0 1-1.633-1.633v-3.267zm4.996.795-.82.95.774.67.515-.596h5.046l.516.596.774-.67-.82-.95z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ruby.svg b/mkdocs-material/material/templates/.icons/simple/ruby.svg new file mode 100644 index 0000000..87fbb0a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ruby.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.156.083c3.033.525 3.893 2.598 3.829 4.77L24 4.822 22.635 22.71 4.89 23.926h.016C3.433 23.864.15 23.729 0 19.139l1.645-3 2.819 6.586.503 1.172 2.805-9.144-.03.007.016-.03 9.255 2.956-1.396-5.431-.99-3.9 8.82-.569-.615-.51L16.5 2.114 20.159.073zM5.13 5.073c3.561-3.533 8.157-5.621 9.922-3.84 1.762 1.777-.105 6.105-3.673 9.636-3.563 3.532-8.103 5.734-9.864 3.957-1.766-1.777.045-6.217 3.612-9.75z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rubygems.svg b/mkdocs-material/material/templates/.icons/simple/rubygems.svg new file mode 100644 index 0000000..74ea2b3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rubygems.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m7.81 7.9-2.97 2.95 7.19 7.18 2.96-2.95 4.22-4.23-2.96-2.96v-.01H7.8zM12 0 1.53 6v12L12 24l10.47-6V6zm8.47 16.85L12 21.73l-8.47-4.88V7.12L12 2.24l8.47 4.88z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rubymine.svg b/mkdocs-material/material/templates/.icons/simple/rubymine.svg new file mode 100644 index 0000000..e1b999f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rubymine.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0v24h24V0Zm3.056 3H6.92q.945 0 1.665.347t1.106.977c.262.42.392.902.392 1.46q0 .835-.399 1.478a2.6 2.6 0 0 1-1.125.99 2 2 0 0 1-.297.103l-.13.04L10.276 12H8.264l-1.94-3.4H4.811V12H3.056Zm8.51 0h2.444l1.851 5.907.154.773.136-.773L17.937 3h2.482v9h-1.736V5.578l.026-.47L16.613 12H15.34l-2.07-6.846.026.424V12h-1.73ZM4.812 4.459V7.14h1.993q.444-.001.771-.161.335-.167.515-.47c.12-.205.18-.439.18-.713q0-.411-.18-.707a1.17 1.17 0 0 0-.515-.462 1.7 1.7 0 0 0-.77-.168ZM2.996 19.2h9.6V21h-9.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rubyonrails.svg b/mkdocs-material/material/templates/.icons/simple/rubyonrails.svg new file mode 100644 index 0000000..a425432 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rubyonrails.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.741 19.365h8.36s-1.598-7.291 3.693-10.243l.134-.066c1.286-.637 4.907-2.431 10.702 1.854.19-.159.37-.286.37-.286s-5.503-5.492-11.63-4.878c-3.079.275-6.867 3.079-9.09 6.783S.741 19.365.741 19.365m8.804-.783a11 11 0 0 1-.127-1.333l1.143.412c.063.498.159.963.254 1.376zm-7.799-4.317L.529 13.82c-.201.455-.423.984-.529 1.27l1.217.444c.137-.359.36-.878.529-1.269m7.831.296.857.677q.063-.619.222-1.238l-.762-.603c-.137.391-.233.783-.317 1.164m2.042-2.646-.508-.762c.191-.243.413-.486.656-.709l.476.72a6 6 0 0 0-.624.751M4.19 8.878l.752.656c-.254.265-.498.551-.72.836l-.815-.698c.244-.265.508-.529.783-.794m9.799 1.027-.243-.73c.265-.117.571-.233.931-.339l.233.698a7 7 0 0 0-.921.371m3.122-.656.042-.667c.339.021.688.064 1.048.138l-.042.656a6 6 0 0 0-1.048-.127M8.942 6.392l-.476-.731c-.265.138-.54.286-.826.455l.487.741c.275-.169.54-.328.815-.465m9.217-.053.042-.709c-.095-.053-.36-.18-1.026-.371l-.043.699c.349.116.688.243 1.027.381M13.238 5.28h.106l-.212-.645q-.492 0-1.016.063l.201.625a9 9 0 0 1 .921-.043"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rubysinatra.svg b/mkdocs-material/material/templates/.icons/simple/rubysinatra.svg new file mode 100644 index 0000000..c3ff055 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rubysinatra.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.224 10.525c-1.215.4-3.32 1.384-3.943 1.934q-.103.09-.207.194c-.49.43-.76.851-.89 1.285A4.4 4.4 0 0 0 0 15.208c-.005.842.247 1.369.247 1.369.714 1.428 2.416 2.4 4.21 2.963 1.777.593 5.622.289 7.521.046 5.091-.684 8.389-1.657 10.319-3.237C23.924 15.042 24 13.644 24 13.127a1.5 1.5 0 0 0-.02-.219c-.032-.553-.258-1.62-1.49-2.38a3 3 0 0 0-.33-.197q-.187-.098-.375-.186l-.035-.027-.191-.078a12 12 0 0 0-.629-.264c-.515-.225-.971-.387-1.372-.477a70 70 0 0 1-.041-1.703c0-.7-.244-1.08-.441-1.277-.12-.119-.557-.265-.997-.4a19 19 0 0 0-.93-.287l-.079-.027v.005l-.417-.12h-.001l-.448-.128-.094-.015-.033-.01-.07-.02-.028-.008-.641-.19-.091-.012v-.003l-.213-.057v-.004l-.32-.09v-.001a18 18 0 0 0-.669-.167 70 70 0 0 0-2.689-.502c-.182-.046-1.367-.152-1.367-.152a6 6 0 0 0-1.106.023 4 4 0 0 0-.779.19c-.113.024-.245.103-.383.216a1.4 1.4 0 0 0-.177.146l-.002.002-.125.12-.007.008c-.217.217-.36.412-.454.584-.174.249-.304.479-.341.61-.032.119-.129.578-.228 1.044-.091.432-.184.871-.228 1.054-.048.2-.334.906-.601 1.567-.124.304-.243.598-.334.83m14.384.642c0-.06.076-.06.076.015 0 0 0 .016-.003.036l.003.025c0 .03 0 .456-.03.957q-.013.207-.031.426c-.011.144-.023.289-.03.425-.007.225-.008.431-.007.59.007.154.007.246.007.246v.106c0 .259-.152.593-.396.745l-.04.026h-.001l-.021.013a1.8 1.8 0 0 1-.409.23c-.22.106-.516.223-.942.339-.836.243-1.459.35-1.869.395-1.003.122-2.188.182-3.601.182-.29 0-1.414 0-1.687-.015-3.739-.106-5.988-1.23-5.988-2.036v-.106s.32-2.478.32-2.63.09-.273.09-.182v.06q0 .045.002.093.003.015.008.025t.006.02c.32 1.018 3.45 1.717 7.279 1.717h.638l.205-.003h.001c1.15-.012 3.818-.042 5.842-.954.35-.228.578-.456.578-.745"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ruff.svg b/mkdocs-material/material/templates/.icons/simple/ruff.svg new file mode 100644 index 0000000..716e91d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ruff.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 0C1.338 0 0 1.338 0 3v18c0 1.662 1.338 3 3 3h18c1.662 0 3-1.338 3-3V3c0-1.662-1.338-3-3-3Zm4.2 7.2h8.641c.53 0 .959.43.959.959v3.266a.96.96 0 0 1-.959.959h-.961v.768h1.92V16.8h-4.416v-2.88h-.768v2.88H7.2Zm3.648 3.648v.768h2.304v-.768z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rumahweb.svg b/mkdocs-material/material/templates/.icons/simple/rumahweb.svg new file mode 100644 index 0000000..e17791e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rumahweb.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 12.149c.028-.275.148-.543.36-.753l7.182-7.092a1 1 0 0 1 .103-.091c.308-.265 1.807-1.473 3.743-1.553h.402c1.126.047 2.374.5 3.61 1.731 2.534 2.542 5.076 5.077 7.615 7.615 1.14 1.14 1.198 2.585.642 3.795a4 4 0 0 1-.819 1.173 4 4 0 0 1-1.188.823c-1.208.537-2.646.458-3.86-.753l-.053-.056-6.222-6.061a.93.93 0 0 0-1.03-.207 1.6 1.6 0 0 0-.499.325c-.15.141-.272.304-.352.473-.136.291-.141.627.085.907l6.806 6.802c.483.485.481 1.27-.005 1.752a1.246 1.246 0 0 1-1.758-.004l-6.889-6.89c-.999-1.138-1.021-2.48-.488-3.614a4.1 4.1 0 0 1 2.185-2.05c1.183-.468 2.553-.365 3.679.731 2.103 2.044 4.197 4.098 6.304 6.138.359.356.76.392 1.085.248a1.6 1.6 0 0 0 .76-.763c.154-.335.148-.726-.146-1.018-2.54-2.533-5.07-5.077-7.615-7.605-1.977-1.973-4.04-.345-4.347-.082l-7.178 7.086a1.245 1.245 0 0 1-1.757-.003A1.25 1.25 0 0 1 0 12.402z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rumble.svg b/mkdocs-material/material/templates/.icons/simple/rumble.svg new file mode 100644 index 0000000..0268e61 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rumble.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.453 13.546a1.88 1.88 0 0 0 .275-2.645 2 2 0 0 0-.275-.275A21.2 21.2 0 0 0 10.14 7.85c-1.066-.51-2.256.2-2.426 1.414a23.5 23.5 0 0 0-.14 5.502c.116 1.23 1.292 1.964 2.372 1.492a19.6 19.6 0 0 0 4.506-2.704zm6.932-5.4a5.85 5.85 0 0 1 .014 7.872 26.15 26.15 0 0 1-13.104 7.828 5.116 5.116 0 0 1-6.167-3.578c-1.524-5.2-1.3-11.08.17-16.305C3.07 1.22 5.651-.503 8.308.131c4.925 1.174 9.545 4.196 13.077 8.013z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rundeck.svg b/mkdocs-material/material/templates/.icons/simple/rundeck.svg new file mode 100644 index 0000000..255f61c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rundeck.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.35 4.8 16.325 0H.115L3.14 4.8zM.115 24h16.21l3.025-4.8H3.14zM6.163 9.6h16.21l1.512 2.4-1.512 2.4H6.163L7.675 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/runkeeper.svg b/mkdocs-material/material/templates/.icons/simple/runkeeper.svg new file mode 100644 index 0000000..164063c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/runkeeper.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.429 10.42c-.52 0-1.091.318-1.45.619l.029.04c.556-.39 1.33-.644 1.544-.263.112.201-.079.607-.348.928.065-.142.022-.414-.353-.414-.624 0-1.851.826-1.851 1.672 0 .339.235.56.622.56 1.035 0 2.44-1.698 2.44-2.551 0-.301-.173-.59-.633-.59zm8.738.714v1.903h.454v-.306l.345-.229.628.535h.626l-.91-.764.891-.595h-.68l-.9.619v-1.163zm-7.464.19v1.712h.453v-.543h.98l.546.544h.58l-.589-.575a.77.77 0 0 0 .399-.196.49.49 0 0 0 .14-.357.5.5 0 0 0-.23-.433q-.228-.153-.634-.153zm-1.853.207c.297 0 .274.265.1.492l-.096.106c-.345.34-.664.52-.88.52v-.001c-.179 0-.265-.138-.22-.297.093-.33.69-.82 1.096-.82m17.228.09h-.012a1.3 1.3 0 0 0-.403.063.8.8 0 0 0-.292.166v-.172h-.45v1.902h.455v-.711a.8.8 0 0 0 .293.163 1.3 1.3 0 0 0 .397.061 1.3 1.3 0 0 0 .498-.092.8.8 0 0 0 .349-.26.65.65 0 0 0 0-.769.8.8 0 0 0-.349-.259 1.3 1.3 0 0 0-.486-.092m-9.133 0h-.011a.96.96 0 0 0-.44.096.7.7 0 0 0-.29.258v-.297h-.432v1.359h.454v-.568a.45.45 0 0 1 .081-.271.5.5 0 0 1 .22-.17.8.8 0 0 1 .312-.057.56.56 0 0 1 .261.06.44.44 0 0 1 .18.167.5.5 0 0 1 .065.248v.59h.456v-.663a.7.7 0 0 0-.117-.414.7.7 0 0 0-.314-.254 1.1 1.1 0 0 0-.425-.084m6.667 0a1.5 1.5 0 0 0-.523.094.87.87 0 0 0-.364.263.6.6 0 0 0-.132.378.6.6 0 0 0 .133.385.85.85 0 0 0 .385.26q.252.092.594.091a2.6 2.6 0 0 0 .418-.03q.185-.03.397-.085v-.33a6 6 0 0 1-.398.087 2.4 2.4 0 0 1-.4.03q-.267 0-.45-.073-.18-.073-.224-.213l1.569.003v-.078a.7.7 0 0 0-.131-.42.8.8 0 0 0-.36-.27 1.5 1.5 0 0 0-.514-.092m7.388 0a1.5 1.5 0 0 0-.582.111q-.247.108-.342.284v-.338h-.449v1.359h.454v-.5a.39.39 0 0 1 .144-.306.9.9 0 0 1 .357-.18 1.5 1.5 0 0 1 .418-.052zm-9.66 0a1.5 1.5 0 0 0-.524.094.87.87 0 0 0-.363.263.6.6 0 0 0-.133.378.6.6 0 0 0 .134.385.85.85 0 0 0 .385.26q.252.092.594.092a2.6 2.6 0 0 0 .418-.03q.184-.032.397-.086v-.33a5 5 0 0 1-.398.087 2.4 2.4 0 0 1-.4.03q-.267 0-.45-.072-.18-.074-.224-.213l1.569.002v-.078a.7.7 0 0 0-.131-.42.8.8 0 0 0-.36-.27 1.5 1.5 0 0 0-.515-.092zm6.958 0a1.5 1.5 0 0 0-.523.094.87.87 0 0 0-.364.263.6.6 0 0 0-.132.378.6.6 0 0 0 .134.385.85.85 0 0 0 .385.26q.252.092.594.092a2.6 2.6 0 0 0 .418-.03q.184-.032.397-.086v-.33q-.22.056-.398.087a2.4 2.4 0 0 1-.4.03 1.2 1.2 0 0 1-.45-.072q-.18-.074-.224-.213l1.569.002v-.078a.7.7 0 0 0-.131-.42.8.8 0 0 0-.36-.27 1.5 1.5 0 0 0-.515-.092m-17.142.057h1.15a.7.7 0 0 1 .304.054.18.18 0 0 1 .115.177q0 .121-.115.176a.7.7 0 0 1-.304.056h-1.15zm3.837 0v.645a.36.36 0 0 1-.07.222.46.46 0 0 1-.197.146.8.8 0 0 1-.287.052.7.7 0 0 1-.279-.052.45.45 0 0 1-.192-.148.37.37 0 0 1-.07-.22v-.645h-.456v.645a.7.7 0 0 0 .123.407.8.8 0 0 0 .35.268q.225.095.53.095t.532-.095a.8.8 0 0 0 .35-.268.7.7 0 0 0 .122-.407v-.645zm6.343.243q.21 0 .354.083a.35.35 0 0 1 .178.217h-1.09a.35.35 0 0 1 .188-.22q.15-.08.37-.08m2.272 0q.21 0 .355.083a.35.35 0 0 1 .177.217h-1.09a.35.35 0 0 1 .189-.22q.15-.08.37-.08zm4.687 0q.21 0 .354.083a.35.35 0 0 1 .177.217h-1.089a.36.36 0 0 1 .188-.22q.15-.08.37-.08m-2.293.033a.9.9 0 0 1 .29.05.46.46 0 0 1 .203.143.33.33 0 0 1 .071.209.34.34 0 0 1-.07.211.46.46 0 0 1-.204.142.9.9 0 0 1-.312.05 1 1 0 0 1-.305-.044.5.5 0 0 1-.227-.137.31.31 0 0 1-.086-.222.3.3 0 0 1 .086-.22.54.54 0 0 1 .228-.135 1 1 0 0 1 .304-.047z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/runkit.svg b/mkdocs-material/material/templates/.icons/simple/runkit.svg new file mode 100644 index 0000000..3adf5c8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/runkit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.97 14.797a3 3 0 0 1-1.47 3.02l-9 5.2a3 3 0 0 1-3 0l-9-5.2a3 3 0 0 1-1.47-3.02l1.32-7.2a3 3 0 0 1 .98-1.82 3 3 0 0 1 .49-.35l7.55-4.37a3.01 3.01 0 0 1 3.28.02l7.53 4.35c.1.05.19.1.28.17a3 3 0 0 1 1.19 2zm-9.54-10.77-7.72 1.59c-.43.08-.51.64-.14.86l5.6 3.23c.23.13.5.07.63-.19l1.58-3.6.53-1.22c.16-.35-.11-.75-.5-.67z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/runrundotit.svg b/mkdocs-material/material/templates/.icons/simple/runrundotit.svg new file mode 100644 index 0000000..a27cc43 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/runrundotit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.933 10.995c.289-1.241.554-2.402.715-3.377.293-1.762.364-2.985.28-4.197h.134c2.995 0 4.642 1.256 4.642 3.364 0 2.769-2.795 4.174-5.771 4.21m10.006 7.318c-.544.701-1.352 1.4-2.306 1.4-1.844 0-3.433-2.808-3.71-6.624 3.514-.662 6.575-3.086 6.575-6.823C22.498 3.18 19.313 0 13.55 0 6.478 0 .471 3.84.471 8.648c0 1.696.886 3.249 2.396 3.249.874 0 1.775-.345 2.36-1.167-.4-.767-.622-1.376-.575-2.277.086-1.613 1.982-3.354 3.734-4.198.029 2.846-.402 5.014-1.105 8.305-.755 3.537-1.747 6.57-1.747 9.087 0 1.073.502 2.353 1.773 2.353 1.351 0 2.533-.789 3.302-1.663-.199-1.552-.226-3.313.25-6.255a55 55 0 0 1 .636-3.187c.43 4.649 2.332 11.045 6.867 11.045 2.742 0 5.167-1.693 5.167-3.918 0-1.012-.636-1.83-1.59-1.709"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rust.svg b/mkdocs-material/material/templates/.icons/simple/rust.svg new file mode 100644 index 0000000..9c9da44 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rust.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23.835 11.703-1.008-.623-.028-.294.866-.807a.348.348 0 0 0-.116-.578l-1.106-.414a9 9 0 0 0-.087-.285l.69-.96a.346.346 0 0 0-.226-.544l-1.166-.19a9 9 0 0 0-.14-.261l.49-1.076a.34.34 0 0 0-.028-.336.35.35 0 0 0-.3-.154l-1.185.041a7 7 0 0 0-.188-.227l.273-1.153a.347.347 0 0 0-.417-.417l-1.153.273-.228-.188.041-1.184a.344.344 0 0 0-.49-.328l-1.076.49-.262-.14-.19-1.167a.348.348 0 0 0-.545-.226l-.96.69a9 9 0 0 0-.285-.086L14.597.453a.348.348 0 0 0-.578-.116l-.807.867a9 9 0 0 0-.294-.028L12.295.168a.346.346 0 0 0-.59 0l-.623 1.008-.294.028L9.98.337a.346.346 0 0 0-.578.116l-.414 1.106-.285.086-.959-.69a.348.348 0 0 0-.545.226l-.19 1.167a9 9 0 0 0-.262.14l-1.076-.49a.346.346 0 0 0-.49.328l.041 1.184a8 8 0 0 0-.228.187l-1.153-.272a.347.347 0 0 0-.417.417l.271 1.153-.186.227-1.184-.042a.346.346 0 0 0-.328.49l.49 1.077a9 9 0 0 0-.14.262l-1.166.19a.348.348 0 0 0-.226.544l.69.958-.087.286-1.106.414a.348.348 0 0 0-.116.578l.866.807a9 9 0 0 0-.028.294l-1.008.623a.344.344 0 0 0 0 .59l1.008.623q.012.147.028.294l-.866.807a.346.346 0 0 0 .116.578l1.106.415q.042.144.087.285l-.69.959a.345.345 0 0 0 .227.544l1.166.19q.069.132.14.262l-.49 1.076a.346.346 0 0 0 .328.49l1.183-.041q.093.115.187.227l-.27 1.154a.346.346 0 0 0 .416.417l1.153-.272q.113.096.228.187l-.041 1.184a.344.344 0 0 0 .49.327l1.076-.49q.13.073.262.14l.19 1.167a.348.348 0 0 0 .545.227l.959-.69a9 9 0 0 0 .285.086l.414 1.107a.345.345 0 0 0 .578.115l.808-.865.294.03.623 1.006a.347.347 0 0 0 .59 0l.623-1.007q.148-.013.294-.03l.807.866a.348.348 0 0 0 .578-.115l.414-1.107a9 9 0 0 0 .285-.087l.959.69a.345.345 0 0 0 .545-.226l.19-1.166.262-.14 1.076.49a.347.347 0 0 0 .49-.328l-.041-1.184a7 7 0 0 0 .227-.187l1.153.272a.347.347 0 0 0 .417-.416l-.272-1.155q.095-.112.187-.227l1.184.041a.344.344 0 0 0 .328-.49l-.49-1.076q.072-.13.141-.262l1.166-.19a.348.348 0 0 0 .226-.544l-.69-.959.087-.285 1.106-.414a.346.346 0 0 0 .116-.579l-.866-.807q.016-.147.028-.294l1.008-.624a.344.344 0 0 0 0-.589zm-6.742 8.355a.714.714 0 0 1 .299-1.396.714.714 0 1 1-.3 1.396zm-.342-2.314a.65.65 0 0 0-.771.5l-.358 1.669a8.7 8.7 0 0 1-3.619.78 8.7 8.7 0 0 1-3.695-.815L7.95 18.21a.65.65 0 0 0-.772-.5l-1.473.317a9 9 0 0 1-.761-.898h7.167c.081 0 .136-.014.136-.088v-2.536c0-.074-.054-.088-.136-.088h-2.096v-1.608h2.268c.206 0 1.106.059 1.393 1.209.09.353.288 1.504.424 1.873.134.413.683 1.238 1.268 1.238h3.572a1 1 0 0 0 .13-.013 9 9 0 0 1-.813.952zm-9.914 2.28a.714.714 0 1 1-.3-1.396.714.714 0 0 1 .3 1.396M4.117 8.997a.714.714 0 1 1-1.303.58.714.714 0 0 1 1.304-.58m-.834 1.981 1.534-.682a.65.65 0 0 0 .33-.858l-.316-.715h1.244v5.602H3.567a8.8 8.8 0 0 1-.284-3.348zm6.734-.543V8.784h2.96c.153 0 1.08.177 1.08.87 0 .574-.712.78-1.296.78zm10.757 1.486q0 .329-.024.651h-.9c-.09 0-.127.059-.127.148v.413c0 .973-.548 1.184-1.03 1.238-.457.052-.964-.191-1.027-.472-.27-1.518-.72-1.843-1.43-2.403.882-.56 1.799-1.386 1.799-2.492 0-1.193-.82-1.945-1.377-2.315-.783-.516-1.65-.62-1.883-.62H5.468a8.77 8.77 0 0 1 4.907-2.77l1.098 1.152a.65.65 0 0 0 .918.02l1.227-1.173a8.78 8.78 0 0 1 6.004 4.276l-.84 1.898a.65.65 0 0 0 .33.859l1.618.718q.042.43.042.872zm-9.3-9.6a.713.713 0 1 1 .984 1.032.714.714 0 0 1-.984-1.031m8.339 6.71a.71.71 0 0 1 .939-.362.714.714 0 1 1-.94.364z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rustdesk.svg b/mkdocs-material/material/templates/.icons/simple/rustdesk.svg new file mode 100644 index 0000000..997b493 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rustdesk.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.608 5.601-1.97 1.96c-.348.31-.516.81-.321 1.233 1.313 2.747.814 6.023-1.34 8.175-2.156 2.152-5.435 2.65-8.184 1.338-.406-.182-.881-.028-1.193.288l-2.003 2a1.065 1.065 0 0 0 .192 1.671 12.005 12.005 0 0 0 14.686-1.765 11.97 11.97 0 0 0 1.806-14.665 1.065 1.065 0 0 0-1.673-.234zM3.561 3.474a11.97 11.97 0 0 0-1.864 14.663 1.065 1.065 0 0 0 1.672.235l1.961-1.948c.355-.31.528-.816.331-1.245-1.313-2.747-.816-6.022 1.34-8.174 2.154-2.153 5.434-2.65 8.184-1.339.4.18.87.03 1.182-.277l2.015-2.012a1.063 1.063 0 0 0-.192-1.671A12.01 12.01 0 0 0 3.519 3.527z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rxdb.svg b/mkdocs-material/material/templates/.icons/simple/rxdb.svg new file mode 100644 index 0000000..eed0ea3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rxdb.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.096 3.452h1.15v-1.15h1.151v1.15h6.411v4.932H4.192V1.15h1.15V2.3h1.151V0h1.15v1.15h1.152v2.302h1.15V1.151h1.151zM4.192 14.466h15.616V9.534H4.192zm15.616 1.15H4.192v4.932h6.41v1.15h1.151v-1.15h1.151v2.301h1.15v-2.301h1.152v2.301h1.15V24h1.151v-2.301h1.15v1.15h1.151z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ryanair.svg b/mkdocs-material/material/templates/.icons/simple/ryanair.svg new file mode 100644 index 0000000..57d5a61 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ryanair.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.847.008c-.718.047-1.464.288-1.986.81-.796.996-1.692 1.891-2.787 2.488a.3.3 0 0 1-.396 0c-.1-.299.198-.497.198-.696.1-.398.2-.895 0-1.393C4.478.72 3.583.62 2.886.72c-.298 0-.596.1-.994.2-.1 0-.3.098-.3.297.1.398-.098.897-.198 1.195-.1.2 0 .298 0 .597-.1 0 0 .099-.099.099 0 .497.697.298.995.596 0 .1.1.2.1.3.099.099.098.298.098.398C1.991 5.198.6 5.694.201 6.092-.396 6.888.7 7.187.7 7.585v.198c0 .497.198.797.198 1.195.398.995.994 1.89 1.591 2.885.2.299.4.696.698 1.193.1.2.197.398.396.498 1.99 1.99 4.676 3.183 6.467 5.172l1.195 1.493c.597.796 1.193 1.592 1.69 2.487.299.398.498.896.896 1.294.299-.1.1-.497.1-.696.099 0-.1-.001 0-.1-.1-.399-.3-.796-.4-1.194-.099-.1-.098-.198-.098-.198-.1-.497-.299-.995-.498-1.492-.398-.796-.695-1.692-1.193-2.487-.497-.796-1.193-1.593-2.089-2.19a5.5 5.5 0 0 1-1.593-1.394c-.597-.795-1.094-1.69-1.591-2.586-.2-.398-.298-.894-.597-1.292-.497-.696-1.59-1.095-1.69-1.89.1-.995.497-1.791 1.094-2.587 1.094-1.492 2.984-2.29 4.974-2.19 2.09-.1 4.08.797 6.368.896 1.193.1 2.486-.1 3.58-.398l.896-.298a9.9 9.9 0 0 0 2.686-1.393c.199-.1.198-.299.198-.398-.1-.1-.198 0-.297 0-.697.1-1.195.398-1.89.398h-1.095c-1.691-.199-3.284-.596-4.776-1.094C14.129.92 12.437.322 10.546.024a4 4 0 0 0-.7-.016zm.264 4.685c-.303.056-.51.28-.659.504a18.4 18.4 0 0 0-1.492 5.671c0 .2.001.498.2.597 0 .1.198.1.198 0 .796-1.89 1.195-3.78 2.29-5.57.099-.3.496-.598.197-.996-.099-.1-.199-.2-.398-.2a.9.9 0 0 0-.336-.006m2.922.504c-.199 0-.197.1-.297.2-1.094 1.79-1.89 3.878-2.487 5.868-.299.895-.498 1.89-.3 2.786 0 .1.101.1.2.1.1 0 .2-.1.2-.199.596-2.387 1.988-4.577 3.083-6.766.199-.597.597-1.093.497-1.79-.199-.198-.597-.2-.896-.2zm6.568 0c-.398.1-.697.498-.797.796-.994 2.487-2.387 4.775-3.482 7.163-.795 2.188-1.79 4.279-1.89 6.666 0 .2 0 .398.2.597.1 0 .198.1.198 0 .299-.498.398-1.096.597-1.693.696-1.89 1.392-3.78 2.487-5.57 1.293-2.09 2.886-4.08 3.682-6.368.1-.398.298-.696.1-1.094-.2-.298-.597-.398-1.095-.497m-3.284.099c-.398.1-.597.399-.796.697-.498 1.095-1.094 1.99-1.592 3.084-1.194 2.189-1.79 4.477-2.089 6.964 0 .299 0 .696.1.995.099 0 .299 0 .299-.1.199-.696.397-1.392.596-1.989.896-3.084 2.986-5.571 4.279-8.456.1-.2.298-.697 0-.896-.199-.1-.498-.2-.797-.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/rye.svg b/mkdocs-material/material/templates/.icons/simple/rye.svg new file mode 100644 index 0000000..1099e11 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/rye.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.372 0 0 5.372 0 11.999c0 5.422 3.597 10.003 8.536 11.49.011-.186.028-.406.049-.669.026-.316-.142-.784-.382-.963-2.67-1.997-3.534-4.125-2.906-7.394a.197.197 0 0 1 .335-.101c.72.747 1.234 1.218 1.988 2.094 1.121 1.305 1.557 2.839 1.42 4.59.123-.531.3-1.057.358-1.596.242-2.222.775-4.326 2.426-5.958.425-.42.939-.823 1.488-1.033 1.448-.552 2.953-.965 3.931-2.339.08.049-.451 1.869-.541 2.263-.645 2.193-.42 2.3-1.186 4.45-.506 1.417-1.596 2.404-3.125 2.798-1.504.386-2.349 1.4-2.56 2.898-.077.558-.123.947-.149 1.246.75.147 1.525.225 2.318.225 6.628 0 12-5.372 12-11.999S18.629 0 12 0m-1.158 13.463a1.4 1.4 0 0 1-.306.689c-.578.658-1.105 1.844-1.418 3.425-.567-1.75-2.556-3.304-3.273-4.606-.247-.448-.051-1.963.281-3.223.607-1.782.637-2.096.981-3.594 1.689 1.365 2.041 2.267 2.954 3.879.456.804.957 1.904.782 3.43zm4.227-2.272c-1.586.647-2.565 1.018-3.576 1.82.252-1.354-.602-2.944-1.137-4.146-.079-.177.948-1.858 1.13-2.14 1.205-1.498 1.17-1.767 2.83-2.38 1.354-.5 2.719-.97 4.065-1.449-.24 3.291-.805 7.273-3.312 8.295"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/s7airlines.svg b/mkdocs-material/material/templates/.icons/simple/s7airlines.svg new file mode 100644 index 0000000..58c0479 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/s7airlines.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.004 0C5.375 0 0 5.373 0 12.002S5.375 24 12.004 24C18.63 24 24 18.632 24 12.002S18.631 0 12.004 0m-.875 5.739h1.705L12 7.825h-1.168c-1.255 0-2.061.004-2.496.148-.423.132-.735.29-.906.54-.157.202-.21.477-.21.716 0 .25.027.487.275.806.305.305.809.699 1.797 1.307 1.97 1.229 2.552 2.204 2.552 3.487 0 2.09-1.97 4.084-5.272 4.084-.992 0-2.377-.146-2.961-.332l-.307-.09c.12-.397.512-1.493.685-1.956l.31.078c.648.16 1.664.252 2.338.252 1.932 0 2.682-.872 2.682-1.638 0-.7-.382-1.084-2.299-2.246-1.796-1.11-2.417-2.076-2.417-3.409 0-1.6 1.03-2.818 2.522-3.399.888-.33 2.114-.434 4.004-.434m2.959 0h5.871c.276 0 .329.195.223.407-.384.952-4.007 10.028-4.007 10.028h-2.421s2.861-7.291 3.336-8.377c-.33 0-.581.028-1.89.028h-1.947Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sabanci.svg b/mkdocs-material/material/templates/.icons/simple/sabanci.svg new file mode 100644 index 0000000..258f3cd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sabanci.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.388 8.88a16 16 0 0 0-1.537.105c-1.144.146-1.54.646-1.54 1.873 0 .971.258 1.44.904 1.66.313.11.85.156 1.743.156h1.7a9 9 0 0 1 .923.02c.379.036.563.21.563.524 0 .546-.243.6-2.428.6a8.5 8.5 0 0 1-1.173-.063c-.276-.066-.34-.176-.359-.637H2.339v.36c0 .876.296 1.318.988 1.493.451.121 1.078.158 2.472.158a23 23 0 0 0 2.583-.092c1.17-.127 1.613-.632 1.613-1.868 0-.638-.13-1.1-.377-1.377-.286-.33-.665-.441-1.588-.485-.497-.02-.866-.03-.971-.03H5.308a3.2 3.2 0 0 1-.728-.035.47.47 0 0 1-.413-.486c0-.34.165-.472.626-.508a38 38 0 0 1 1.7-.046c1.265 0 1.44.075 1.44.61h1.804c0-1.062-.204-1.487-.82-1.718-.471-.174-.96-.21-2.76-.21a16 16 0 0 0-.77-.004m11.221.045-3.46 6.15h2.123l.59-1.097h3.967l.607 1.097h2.05l-3.368-6.15Zm1.236 1.318 1.338 2.455h-2.649ZM0 12.001a6.153 6.153 0 0 1 11.998-1.928 6.156 6.156 0 1 1 0 3.854A6.153 6.153 0 0 1 0 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/safari.svg b/mkdocs-material/material/templates/.icons/simple/safari.svg new file mode 100644 index 0000000..444c186 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/safari.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0m-.004.953h.006c.063 0 .113.05.113.113v1.842c0 .063-.05.113-.113.113h-.006a.11.11 0 0 1-.113-.113V1.066c0-.063.05-.113.113-.113m-.941.041a.115.115 0 0 1 .11.104l.077.918a.11.11 0 0 1-.101.12h-.01a.11.11 0 0 1-.12-.1l-.08-.919a.11.11 0 0 1 .102-.12h.01zm1.892 0h.018a.113.113 0 0 1 .103.121l-.08.92a.11.11 0 0 1-.12.102h-.009a.11.11 0 0 1-.101-.121l.078-.92a.11.11 0 0 1 .111-.102m-2.838.123a.11.11 0 0 1 .106.092l.32 1.818c.01.06-.03.119-.09.13l-.01.001a.11.11 0 0 1-.128-.09l-.32-1.818a.11.11 0 0 1 .09-.129l.01-.002zm3.784.002h.021l.008.002c.061.01.102.07.092.131l-.32 1.814a.11.11 0 0 1-.132.09h-.005a.113.113 0 0 1-.092-.13l.32-1.815a.11.11 0 0 1 .108-.092m-4.715.203c.048.002.09.035.103.084l.239.893a.11.11 0 0 1-.079.139l-.005.001a.114.114 0 0 1-.14-.08l-.237-.894a.11.11 0 0 1 .078-.137l.006-.002a.1.1 0 0 1 .035-.004m5.644 0a.1.1 0 0 1 .033.004l.006.002c.06.016.097.079.08.139l-.24.892a.11.11 0 0 1-.137.08l-.005-.002a.114.114 0 0 1-.08-.138l.24-.893a.11.11 0 0 1 .103-.084m-6.562.285a.11.11 0 0 1 .107.073L9 3.42a.107.107 0 0 1-.064.139l-.012.005a.11.11 0 0 1-.14-.066L8.15 1.76a.11.11 0 0 1 .065-.14l.014-.005a.1.1 0 0 1 .03-.008zm7.469.002q.021 0 .042.006l.012.006c.057.02.087.082.067.139l-.633 1.738a.11.11 0 0 1-.14.066l-.013-.003A.11.11 0 0 1 15 3.42l.633-1.738a.11.11 0 0 1 .096-.073m-8.352.366a.11.11 0 0 1 .105.064l.393.838a.11.11 0 0 1-.055.148l-.008.004a.11.11 0 0 1-.146-.054l-.395-.838a.11.11 0 0 1 .055-.149l.008-.004a.1.1 0 0 1 .043-.01zm9.246 0a.1.1 0 0 1 .043.01l.006.003a.11.11 0 0 1 .053.149l-.391.838a.11.11 0 0 1-.148.054l-.006-.002a.11.11 0 0 1-.055-.148l.393-.84a.11.11 0 0 1 .105-.064m-10.092.44c.04-.002.08.018.102.056l.922 1.597a.113.113 0 0 1-.041.155l-.006.002a.113.113 0 0 1-.154-.041l-.922-1.598a.113.113 0 0 1 .04-.154l.007-.002a.1.1 0 0 1 .052-.016zm10.94.001a.1.1 0 0 1 .052.014l.004.002a.114.114 0 0 1 .041.156l-.923 1.596a.114.114 0 0 1-.157.04l-.004-.001a.11.11 0 0 1-.04-.155l.925-1.595a.11.11 0 0 1 .102-.057M5.729 2.93a.11.11 0 0 1 .093.047l.532.753a.114.114 0 0 1-.028.159l-.004.002a.114.114 0 0 1-.158-.028l-.531-.752a.114.114 0 0 1 .027-.158l.006-.002a.1.1 0 0 1 .063-.021m12.542 0a.1.1 0 0 1 .063.02l.006.003a.11.11 0 0 1 .027.156l-.531.756a.11.11 0 0 1-.156.028l-.006-.004a.11.11 0 0 1-.028-.157l.532-.755a.11.11 0 0 1 .093-.047m.747.578a.1.1 0 0 1 .08.027l.006.004c.047.04.053.111.013.158L17.932 5.11a.11.11 0 0 1-.157.016l-.005-.006a.11.11 0 0 1-.014-.156l1.185-1.414a.11.11 0 0 1 .077-.041zM4.984 3.51a.1.1 0 0 1 .077.039L6.244 4.96a.11.11 0 0 1-.014.158l-.003.004a.11.11 0 0 1-.159-.014L4.883 3.697a.11.11 0 0 1 .013-.158l.006-.004a.11.11 0 0 1 .082-.025m-.714.64q.042 0 .076.032l.658.66a.107.107 0 0 1 0 .152l-.01.01a.107.107 0 0 1-.152 0l-.66-.658a.11.11 0 0 1 0-.155l.01-.01a.1.1 0 0 1 .078-.03zm15.462 0q.043 0 .077.032l.007.007a.11.11 0 0 1 0 .155l-.658.66a.11.11 0 0 1-.154 0l-.008-.008a.11.11 0 0 1 0-.154l.658-.66a.1.1 0 0 1 .078-.032m.707.66c.038 0 .071.02.092.075a.11.11 0 0 1-.023.117l-7.606 8.08c-3.084 2.024-6.149 4.04-9.222 6.05-.078.051-.17.082-.211-.028a.11.11 0 0 1 .023-.118l7.594-8.08a8381 8381 0 0 1 9.234-6.049.25.25 0 0 1 .12-.046zm-16.824.045a.1.1 0 0 1 .08.026l1.416 1.187a.11.11 0 0 1 .014.157l-.006.005a.11.11 0 0 1-.156.014L3.549 5.057a.11.11 0 0 1-.014-.155l.006-.007a.1.1 0 0 1 .074-.04m17.336.756c.036 0 .072.017.094.05l.004.003a.114.114 0 0 1-.028.158l-.753.53a.11.11 0 0 1-.157-.028l-.004-.004a.114.114 0 0 1 .028-.158l.754-.53a.1.1 0 0 1 .062-.02zm-17.904.002q.031 0 .06.02l.76.531c.05.035.06.103.026.152l-.006.01a.11.11 0 0 1-.153.026l-.76-.532a.11.11 0 0 1-.025-.152l.006-.01a.11.11 0 0 1 .092-.045m-.512.803q.027 0 .053.016l1.596.923a.11.11 0 0 1 .04.153l-.003.006a.11.11 0 0 1-.153.04L2.473 6.63a.11.11 0 0 1-.041-.152l.004-.006a.11.11 0 0 1 .1-.055zm18.932 0a.11.11 0 0 1 .1.055l.001.004a.113.113 0 0 1-.04.154l-1.596.926a.113.113 0 0 1-.155-.041l-.002-.004a.113.113 0 0 1 .041-.155l1.596-.925a.1.1 0 0 1 .055-.014m-19.373.846q.021 0 .043.01l.838.392a.11.11 0 0 1 .052.147l-.004.01a.11.11 0 0 1-.146.052l-.838-.393a.11.11 0 0 1-.053-.146l.004-.01a.11.11 0 0 1 .104-.062m19.81.002a.11.11 0 0 1 .106.062l.002.008a.11.11 0 0 1-.053.146l-.838.393a.11.11 0 0 1-.146-.053l-.004-.008a.11.11 0 0 1 .052-.146l.838-.393a.1.1 0 0 1 .043-.01zm-20.183.88q.02 0 .043.006l1.732.631a.11.11 0 0 1 .067.145l-.002.006a.11.11 0 0 1-.143.066l-1.732-.63a.113.113 0 0 1-.069-.145l.002-.004a.12.12 0 0 1 .102-.074zm20.549 0a.11.11 0 0 1 .11.075l.003.004a.115.115 0 0 1-.069.146l-1.732.629a.11.11 0 0 1-.145-.066l-.001-.006a.113.113 0 0 1 .068-.145l1.732-.63a.1.1 0 0 1 .034-.006zm-20.836.909a.1.1 0 0 1 .033.004l.892.24c.06.016.096.077.08.137l-.002.007a.11.11 0 0 1-.136.079l-.895-.239a.113.113 0 0 1-.078-.138l.002-.006a.11.11 0 0 1 .104-.084m21.13.002a.115.115 0 0 1 .106.084v.004a.11.11 0 0 1-.078.138l-.893.239a.11.11 0 0 1-.138-.079v-.005a.11.11 0 0 1 .078-.14l.892-.237a.1.1 0 0 1 .033-.004m-21.335.93.023.001 1.814.323a.11.11 0 0 1 .09.13v.006a.11.11 0 0 1-.13.09l-1.815-.322a.113.113 0 0 1-.092-.131l.002-.006a.11.11 0 0 1 .108-.092zm21.519.001h.022c.052.002.1.038.109.092v.006c.01.062-.03.12-.092.13l-1.814.321a.113.113 0 0 1-.131-.092v-.005a.113.113 0 0 1 .092-.131zm-21.644.944h.011l.922.084a.11.11 0 0 1 .102.119l-.002.01a.11.11 0 0 1-.121.1l-.922-.083a.11.11 0 0 1-.1-.12v-.009a.11.11 0 0 1 .11-.101m21.779.002h.012a.11.11 0 0 1 .11.101v.008a.11.11 0 0 1-.1.121l-.923.08a.11.11 0 0 1-.12-.101v-.008a.11.11 0 0 1 .1-.121l.92-.08zm-11.82.73L6.091 16.95c2.02-1.324 4.039-2.646 6.066-3.976l-1.095-1.31zm11.87.219c.063 0 .114.05.114.113v.004c0 .063-.05.113-.113.113l-1.844.004a.113.113 0 0 1-.113-.113v-.004c0-.063.05-.113.113-.113zm-21.869.002h1.844c.062 0 .112.05.112.111v.008c0 .062-.05.111-.112.111H1.064a.11.11 0 0 1-.11-.111v-.008a.11.11 0 0 1 .11-.111m.952.875h.011a.11.11 0 0 1 .11.101v.006a.11.11 0 0 1-.102.121l-.922.08a.11.11 0 0 1-.119-.101l-.002-.006a.11.11 0 0 1 .102-.121zm19.955 0h.011l.922.08a.11.11 0 0 1 .102.119v.008a.11.11 0 0 1-.121.101l-.922-.08a.11.11 0 0 1-.102-.119v-.008a.11.11 0 0 1 .11-.101m-18.924.705c.053.001.098.04.107.094l.002.004a.11.11 0 0 1-.092.13l-1.812.32a.113.113 0 0 1-.13-.091v-.004a.115.115 0 0 1 .09-.133l1.811-.318zm17.902 0q.012 0 .024.002l1.816.32c.061.011.1.07.09.131v.004a.113.113 0 0 1-.131.092l-1.816-.32a.11.11 0 0 1-.09-.131v-.004a.11.11 0 0 1 .107-.094M2.332 14.477a.11.11 0 0 1 .104.082l.002.005a.11.11 0 0 1-.08.137l-.891.24a.11.11 0 0 1-.137-.08l-.002-.006a.11.11 0 0 1 .08-.136l.89-.239a.1.1 0 0 1 .034-.003m19.332 0q.018 0 .035.003l.893.239c.06.016.096.077.08.136l-.002.006a.11.11 0 0 1-.137.078l-.894-.238a.11.11 0 0 1-.078-.137l.002-.005a.11.11 0 0 1 .101-.082m-18.213.517a.11.11 0 0 1 .11.074l.002.004a.11.11 0 0 1-.067.145l-1.732.63a.113.113 0 0 1-.145-.068l-.002-.004a.113.113 0 0 1 .069-.144L3.418 15a.1.1 0 0 1 .033-.006m17.086 0q.022-.002.043.006l1.734.63a.11.11 0 0 1 .067.143l-.002.008a.11.11 0 0 1-.143.067l-1.734-.631a.11.11 0 0 1-.066-.143l.002-.008a.11.11 0 0 1 .1-.072zM2.92 16.117a.11.11 0 0 1 .103.063l.004.01a.11.11 0 0 1-.052.144l-.838.393a.11.11 0 0 1-.147-.055l-.004-.008a.11.11 0 0 1 .053-.146l.838-.391a.1.1 0 0 1 .043-.01m18.158 0a.1.1 0 0 1 .043.01l.838.39c.056.027.08.093.055.149l-.002.004a.11.11 0 0 1-.149.055l-.838-.391a.11.11 0 0 1-.054-.148l.002-.004a.11.11 0 0 1 .105-.065m-16.957.315c.04-.001.078.02.1.056l.004.004a.11.11 0 0 1-.041.153l-1.596.921a.113.113 0 0 1-.154-.04l-.002-.005a.113.113 0 0 1 .04-.154l1.596-.922a.1.1 0 0 1 .053-.013m15.756 0q.027 0 .053.013l1.597.924a.11.11 0 0 1 .041.152l-.002.004a.11.11 0 0 1-.152.041l-1.598-.921a.113.113 0 0 1-.04-.155l.001-.002a.11.11 0 0 1 .1-.056m.328 1.193a.1.1 0 0 1 .06.021l.758.534c.05.035.061.102.026.152l-.004.008a.11.11 0 0 1-.154.027l-.756-.535a.11.11 0 0 1-.028-.152l.006-.008a.11.11 0 0 1 .092-.047m-16.412.002c.035 0 .072.016.094.047l.004.008a.11.11 0 0 1-.028.152l-.756.531a.11.11 0 0 1-.152-.025l-.006-.008a.11.11 0 0 1 .028-.152l.755-.534a.1.1 0 0 1 .061-.019m15.162.102a.11.11 0 0 1 .082.025l1.414 1.187a.11.11 0 0 1 .014.157l-.004.004a.113.113 0 0 1-.158.013L18.89 17.93a.11.11 0 0 1-.014-.157l.004-.005a.1.1 0 0 1 .074-.04zm-12.812 1.12a.1.1 0 0 1 .08.026l.007.008a.11.11 0 0 1 .014.154L5.06 20.451a.11.11 0 0 1-.155.012l-.008-.006a.11.11 0 0 1-.013-.154l1.185-1.414a.1.1 0 0 1 .075-.04zm11.703 0c.032 0 .065.015.088.042l1.181 1.41c.04.048.035.12-.013.16l-.002.002a.114.114 0 0 1-.16-.014l-1.182-1.41a.114.114 0 0 1 .013-.16l.002-.002a.12.12 0 0 1 .073-.027zm-12.928.114q.042 0 .074.031l.014.012a.107.107 0 0 1 0 .15l-.662.66a.105.105 0 0 1-.149 0l-.011-.011a.105.105 0 0 1 0-.149l.66-.662a.1.1 0 0 1 .074-.031m14.164 0q.041 0 .074.031l.66.662a.106.106 0 0 1 0 .15l-.011.012a.106.106 0 0 1-.15-.002l-.66-.66a.106.106 0 0 1 .001-.15l.01-.012a.1.1 0 0 1 .076-.031m-11.627.797a.1.1 0 0 1 .05.015l.007.004a.11.11 0 0 1 .04.15l-.921 1.598a.11.11 0 0 1-.15.041l-.008-.004a.11.11 0 0 1-.04-.152l.922-1.596a.11.11 0 0 1 .1-.056m9.088.002a.11.11 0 0 1 .1.054l.925 1.596a.113.113 0 0 1-.04.154h-.005a.11.11 0 0 1-.152-.039l-.926-1.595a.113.113 0 0 1 .041-.155l.004-.002a.1.1 0 0 1 .053-.013m-10.285.324q.032 0 .062.021l.004.002a.113.113 0 0 1 .028.157l-.53.755a.11.11 0 0 1-.156.028l-.004-.002a.11.11 0 0 1-.027-.156l.53-.756a.11.11 0 0 1 .093-.05zm11.484.002c.036 0 .072.015.094.047l.53.756c.035.05.023.12-.028.156l-.004.002a.11.11 0 0 1-.156-.028l-.53-.755a.11.11 0 0 1 .028-.157l.004-.002a.1.1 0 0 1 .062-.02zm-8.863.342a.1.1 0 0 1 .043.006l.012.005c.056.02.084.081.064.137l-.633 1.74a.105.105 0 0 1-.136.063l-.014-.004a.106.106 0 0 1-.065-.137l.633-1.74a.11.11 0 0 1 .096-.07m6.232 0a.11.11 0 0 1 .106.07l.633 1.738a.107.107 0 0 1-.065.137l-.015.006a.107.107 0 0 1-.137-.065L15 20.578a.107.107 0 0 1 .064-.137l.014-.005a.1.1 0 0 1 .033-.006m-4.695.41q.011 0 .021.002l.006.002c.062.01.101.067.09.129l-.318 1.812a.113.113 0 0 1-.131.092l-.004-.002a.11.11 0 0 1-.092-.129l.32-1.812a.11.11 0 0 1 .108-.094m3.146.002q.012-.001.022 0a.11.11 0 0 1 .107.092l.32 1.812a.11.11 0 0 1-.091.131l-.004.002a.113.113 0 0 1-.13-.092l-.321-1.812a.113.113 0 0 1 .092-.131zm-5.79.119a.1.1 0 0 1 .042.01l.004.002a.114.114 0 0 1 .055.15l-.393.834a.11.11 0 0 1-.148.055l-.004-.002a.11.11 0 0 1-.055-.149l.393-.836a.11.11 0 0 1 .105-.064zm8.458 0a.11.11 0 0 1 .104.062l.39.84a.11.11 0 0 1-.052.147l-.008.004a.11.11 0 0 1-.146-.055l-.391-.838a.11.11 0 0 1 .053-.146l.008-.004a.1.1 0 0 1 .042-.01m-4.236.018H12c.063 0 .115.05.115.113l.002 1.84c0 .063-.05.113-.113.113h-.006a.113.113 0 0 1-.113-.113l-.004-1.838c0-.063.05-.115.113-.115m-2.592.578q.016-.001.034.004l.005.002a.11.11 0 0 1 .079.136l-.24.893a.11.11 0 0 1-.137.078l-.006-.002a.11.11 0 0 1-.078-.137l.24-.89a.11.11 0 0 1 .103-.084m5.196.002a.11.11 0 0 1 .103.082l.24.89a.11.11 0 0 1-.078.137l-.006.002a.11.11 0 0 1-.136-.078l-.24-.89a.11.11 0 0 1 .078-.138l.005-.002a.1.1 0 0 1 .034-.003m-3.475.302h.01l.008.002c.061.006.107.06.101.121l-.08.92a.11.11 0 0 1-.121.102h-.008a.11.11 0 0 1-.1-.121l.08-.922a.11.11 0 0 1 .11-.102m1.736 0h.02a.11.11 0 0 1 .107.102l.08.924a.11.11 0 0 1-.101.119l-.008.002a.11.11 0 0 1-.12-.102l-.08-.924a.11.11 0 0 1 .102-.12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sage.svg b/mkdocs-material/material/templates/.icons/simple/sage.svg new file mode 100644 index 0000000..672a029 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sage.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.702 5.316C1.167 5.316 0 6.48 0 7.972c0 1.635 1.167 2.267 2.46 2.655 1.224.387 1.804.818 1.804 1.666 0 .86-.64 1.465-1.477 1.465-.84 0-1.566-.604-1.566-1.535 0-.516.242-.647.242-.934 0-.33-.227-.574-.599-.574-.423 0-.864.647-.864 1.566 0 1.48 1.266 2.57 2.787 2.57 1.535 0 2.701-1.163 2.701-2.656 0-1.623-1.166-2.267-2.472-2.655-1.209-.372-1.792-.818-1.792-1.666 0-.845.626-1.45 1.463-1.45.867 0 1.565.617 1.577 1.465.016.388.285.617.599.617a.592.592 0 0 0 .61-.647c-.027-1.48-1.263-2.543-2.771-2.543m6.171 9.52c.683 0 1.21-.23 1.21-.69a.57.57 0 0 0-.557-.574c-.2 0-.341.085-.668.085-.882 0-1.577-.76-1.577-1.65 0-.962.71-1.725 1.608-1.725 1.009 0 1.65.775 1.65 1.895v2.054c0 .36.284.604.625.604.327 0 .61-.244.61-.604v-2.097c0-1.72-1.178-2.984-2.858-2.984-1.566 0-2.86 1.22-2.86 2.856 0 1.58 1.282 2.83 2.817 2.83m6.257 3.848c1.535 0 2.701-1.163 2.701-2.656 0-1.635-1.166-2.267-2.472-2.655-1.209-.387-1.792-.818-1.792-1.666s.64-1.465 1.463-1.465c.84 0 1.577.604 1.577 1.535 0 .519-.241.647-.241.934 0 .33.226.574.583.574.441 0 .882-.647.882-1.566 0-1.48-1.278-2.57-2.801-2.57-1.535 0-2.687 1.163-2.687 2.656 0 1.623 1.152 2.267 2.46 2.655 1.224.372 1.804.818 1.804 1.666 0 .86-.64 1.45-1.462 1.45-.883 0-1.566-.601-1.578-1.465-.015-.388-.3-.604-.598-.604-.327 0-.626.216-.61.631.011 1.499 1.247 2.546 2.77 2.546zm6.171-3.849c.795 0 1.424-.229 1.862-.503.426-.272.595-.504.595-.76 0-.272-.2-.516-.568-.516-.441 0-.795.66-1.877.66-.952 0-1.707-.76-1.707-1.722 0-.95.725-1.724 1.635-1.724.982 0 1.508.647 1.508 1.062 0 .116-.085.174-.2.174h-1.194c-.326 0-.568.216-.568.503 0 .314.242.546.568.546h1.636c.625 0 1.009-.33 1.009-.89 0-1.408-1.194-2.512-2.774-2.512-1.566 0-2.83 1.263-2.83 2.84s1.312 2.842 2.905 2.842"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sahibinden.svg b/mkdocs-material/material/templates/.icons/simple/sahibinden.svg new file mode 100644 index 0000000..250a296 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sahibinden.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0v24h24V0zm11.517 4.723c.563-.007 1.13-.004 1.69.063 2.412.054 4.853 2.18 4.879 4.508h-3.319c.009-.694-.603-1.555-1.279-1.732-1.105-.269-2.46-.355-3.43.294-.738.445-1.065 1.672-.095 2.056 2.288 1.083 5.158.846 7.224 2.372 1.698 1.21 1.598 3.666.274 5.086-1.718 1.84-4.636 2.132-7.099 1.782-2.448-.117-4.755-2.245-4.819-4.562h3.311c-.056.832.638 1.557 1.46 1.822 1.27.275 2.726.358 3.93-.19.96-.323 1.024-1.544.284-2.103-1.595-.897-3.565-.924-5.297-1.518-2.012-.39-3.643-2.278-3.26-4.197.424-2.342 3.127-3.727 5.546-3.681"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sailfishos.svg b/mkdocs-material/material/templates/.icons/simple/sailfishos.svg new file mode 100644 index 0000000..2f6c887 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sailfishos.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.981 5.105a.31.31 0 0 0-.407-.174l-2.338.815a24 24 0 0 1-3.13.822c-2.163.395-3.716-1.337-3.716-1.337a.32.32 0 0 0-.36-.102 5 5 0 0 0-.455.174A13.15 13.15 0 0 1 15.277.507a.264.264 0 0 0 0-.372.37.37 0 0 0-.408-.113 27 27 0 0 0-4.196 2.601C7.796 4.86 6.195 7.137 5.997 9.421c-.15 1.858 1.073 3.075 2.242 4.196l.204.198a4.5 4.5 0 0 1-.287 3.59c-1.044 2.303-3.357 4.311-6.259 5.396-.911.348-1.678.6-1.678.6a.31.31 0 0 0-.204.371A.32.32 0 0 0 .32 24h.078a34.3 34.3 0 0 0 6.594-2.356l.599-.3c3.717-1.93 5.7-4.196 5.929-6.69.156-1.588-.786-2.655-1.799-3.596 1.295-1.799 5.491-3.225 5.521-3.225l4.143-1.44a37 37 0 0 0 2.398-.844.3.3 0 0 0 .18-.42zm-11.012.521a10.2 10.2 0 0 0-3.513 2.728 3.3 3.3 0 0 1-.227-1.54c.155-1.709 1.984-3.693 2.266-3.993a30 30 0 0 1 2.793-1.756 12.8 12.8 0 0 0-1.349 4.561Zm-7.715 16.12a10.6 10.6 0 0 0 3.513-4.094 5.74 5.74 0 0 0 .557-2.878 3.04 3.04 0 0 1 .87 2.26c-.228 2.182-2.926 3.74-2.95 3.765-.647.342-1.312.653-1.99.947m7.607-7.146c-.15 1.715-1.247 3.178-2.745 4.389a4 4 0 0 0 .677-1.883c.156-1.636-.989-2.775-2.11-3.866s-2.188-2.158-2.062-3.723c.156-1.834 1.3-3.47 2.697-4.856a5.2 5.2 0 0 0-.76 2.128c-.205 2.009 1.144 3.25 2.313 4.34 1.169 1.092 2.11 1.96 1.984 3.471zm-1.654-4.016a9.4 9.4 0 0 1-1.45-1.57c1.096-1.757 3.596-2.902 4.327-3.196a5.15 5.15 0 0 0 2.848 1.397c-.612.222-4.34 1.535-5.725 3.37"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sailsdotjs.svg b/mkdocs-material/material/templates/.icons/simple/sailsdotjs.svg new file mode 100644 index 0000000..02e76c2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sailsdotjs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.238 24s-9.175-14.602 9.7-24v24zm12.621 0V9.125S17.871 14.039 23.992 24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/salesforce.svg b/mkdocs-material/material/templates/.icons/simple/salesforce.svg new file mode 100644 index 0000000..2ead063 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/salesforce.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.006 5.415a4.2 4.2 0 0 1 3.045-1.306c1.56 0 2.954.9 3.69 2.205.63-.3 1.35-.45 2.1-.45 2.85 0 5.159 2.34 5.159 5.22s-2.31 5.22-5.176 5.22c-.345 0-.69-.044-1.02-.104a3.75 3.75 0 0 1-3.3 1.95c-.6 0-1.155-.15-1.65-.375A4.31 4.31 0 0 1 8.88 20.4a4.3 4.3 0 0 1-4.05-2.82c-.27.062-.54.076-.825.076-2.204 0-4.005-1.8-4.005-4.05 0-1.5.811-2.805 2.01-3.51-.255-.57-.39-1.2-.39-1.846 0-2.58 2.1-4.65 4.65-4.65 1.53 0 2.85.705 3.72 1.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/salla.svg b/mkdocs-material/material/templates/.icons/simple/salla.svg new file mode 100644 index 0000000..3f2df99 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/salla.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.862 13.439a1.27 1.27 0 0 0-.81-.555 1.27 1.27 0 0 0-.964.18c-3.422 2.231-6.75 2.231-10.178 0a1.27 1.27 0 0 0-.964-.18 1.283 1.283 0 0 0-.434 2.327c2.142 1.394 4.326 2.1 6.49 2.1 2.166 0 4.348-.706 6.488-2.102a1.27 1.27 0 0 0 .555-.81 1.27 1.27 0 0 0-.18-.964zm5.103 2.82-1.171-9.764a5.24 5.24 0 0 0-5.2-4.614H6.406a5.236 5.236 0 0 0-5.198 4.612l-1.17 9.766a5.235 5.235 0 0 0 5.198 5.86h13.529a5.238 5.238 0 0 0 5.198-5.86zm-3.21 2.4c-.532.6-1.265.929-2.066.929H5.311c-.801 0-1.536-.33-2.066-.929a2.73 2.73 0 0 1-.676-2.16l1.157-9.657A2.764 2.764 0 0 1 6.468 4.41h11.064a2.765 2.765 0 0 1 2.742 2.432l1.157 9.656a2.72 2.72 0 0 1-.676 2.161"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/saltproject.svg b/mkdocs-material/material/templates/.icons/simple/saltproject.svg new file mode 100644 index 0000000..c11a9f9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/saltproject.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 12v10.56h12L18 12h6V1.44H12L6 12Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/samsclub.svg b/mkdocs-material/material/templates/.icons/simple/samsclub.svg new file mode 100644 index 0000000..1d9b4d8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/samsclub.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.275 1.71 9.403 9.504a1.12 1.12 0 0 1 .001 1.569l-9.401 9.507-1.624-1.64a1.136 1.136 0 0 1 0-1.596L19.631 12l-6.917-6.99a1.225 1.225 0 0 1 0-1.72l1.56-1.579zm-3.026 1.572L9.695 1.71.34 11.17a1.186 1.186 0 0 0 0 1.663l9.356 9.457 1.553-1.57a1.237 1.237 0 0 0 0-1.737L4.341 12l6.909-6.985a1.235 1.235 0 0 0-.001-1.734z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/samsung.svg b/mkdocs-material/material/templates/.icons/simple/samsung.svg new file mode 100644 index 0000000..f745ec8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/samsung.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.817 10.28.046 2.694h-.023l-.78-2.693h-1.283v3.392h.848l-.046-2.785h.023l.836 2.785h1.227v-3.392zm-16.15 0-.641 3.428h.928l.47-3.118h.023l.459 3.118h.916l-.63-3.427zm5.181 0-.424 2.614h-.023l-.424-2.613H6.58l-.069 3.427h.86l.023-3.083h.011l.573 3.083h.871l.573-3.083h.023l.023 3.083h.86l-.08-3.427zm-7.266 2.454a.5.5 0 0 1 .011.252c-.023.114-.103.229-.332.229-.218 0-.344-.126-.344-.31v-.332H0v.264c0 .768.607.997 1.25.997.618 0 1.134-.218 1.214-.78.046-.298.012-.492 0-.561-.16-.722-1.467-.929-1.559-1.33a.5.5 0 0 1 0-.183c.023-.115.104-.23.31-.23s.32.127.32.31v.206h.86v-.24c0-.745-.676-.86-1.157-.86-.608 0-1.112.206-1.204.757a1.04 1.04 0 0 0 .012.458c.137.71 1.364.917 1.536 1.352m11.152 0c.034.08.022.184.011.253-.023.114-.103.229-.332.229-.218 0-.344-.126-.344-.31v-.332h-.917v.264c0 .756.596.985 1.238.985.619 0 1.123-.206 1.203-.779.046-.298.012-.481 0-.562-.137-.71-1.433-.928-1.524-1.318a.5.5 0 0 1 0-.183c.023-.115.103-.23.31-.23.194 0 .32.127.32.31v.206h.848v-.24c0-.745-.665-.86-1.146-.86-.607 0-1.1.195-1.192.757-.023.149-.023.286.012.458.137.71 1.34.905 1.513 1.352m2.888.459c.24 0 .31-.16.332-.252.012-.035.012-.092.012-.126V10.28h.87v2.464c0 .069 0 .195-.01.23-.058.641-.562.847-1.193.847-.63 0-1.134-.206-1.192-.848 0-.034-.011-.16-.011-.229v-2.464h.87v2.533c0 .046 0 .091.012.126 0 .091.07.252.31.252m7.152-.034c.252 0 .332-.16.355-.253.011-.034.011-.091.011-.126v-.493h-.355v-.504H24v.917c0 .069 0 .115-.011.23-.058.63-.597.847-1.204.847s-1.146-.217-1.203-.848c-.012-.114-.012-.16-.012-.229v-1.444c0-.057.012-.172.012-.23.08-.641.596-.847 1.203-.847s1.135.206 1.203.848c.012.103.012.229.012.229v.115h-.86v-.195s0-.08-.011-.126c-.012-.08-.08-.252-.344-.252-.252 0-.32.16-.344.252-.011.045-.011.103-.011.16v1.57c0 .046 0 .092.011.126 0 .092.092.253.333.253"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/samsungpay.svg b/mkdocs-material/material/templates/.icons/simple/samsungpay.svg new file mode 100644 index 0000000..6552829 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/samsungpay.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m6.703 17.387.617-1.5-1.205-2.795h.724l.817 1.98.776-1.98h.711l-1.752 4.295Zm-2.492-1.295c-.708 0-1.445-.569-1.445-1.528 0-.975.712-1.531 1.455-1.531.387 0 .735.16.946.411v-.352h.677v2.94h-.677v-.382a1.22 1.22 0 0 1-.956.442m-4.206-.06v-3.666h1.258c.759 0 1.32.581 1.32 1.305 0 .728-.562 1.312-1.325 1.312H.69v1.05zm4.315-.562c.503 0 .88-.407.88-.914 0-.497-.377-.906-.88-.906a.886.886 0 0 0-.888.906c0 .512.386.914.888.914M.69 14.348h.52c.408 0 .686-.3.686-.677a.66.66 0 0 0-.685-.672H.69Zm.557-4.063C.603 10.285 0 10.055 0 9.29v-.265h.92l.002.333c0 .187.13.31.344.31.228 0 .305-.117.333-.232a.44.44 0 0 0-.005-.252C1.417 8.74.198 8.538.049 7.837a1.2 1.2 0 0 1-.007-.463c.09-.56.588-.76 1.198-.76.485 0 1.156.114 1.156.861v.242h-.854v-.213c0-.187-.12-.31-.32-.31-.215 0-.289.122-.313.232a.4.4 0 0 0 .002.18c.098.401 1.4.615 1.545 1.333.014.072.044.266.002.562-.081.573-.59.784-1.21.784zm11.154-.018c-.638 0-1.234-.227-1.234-.984V9.02h.911v.328c0 .185.129.31.341.31.227 0 .303-.117.331-.23a.44.44 0 0 0-.005-.25c-.175-.44-1.382-.641-1.529-1.336a1.2 1.2 0 0 1-.008-.458c.09-.554.585-.753 1.188-.753.48 0 1.143.115 1.143.855v.24h-.846v-.212c0-.185-.116-.307-.315-.307-.212 0-.289.12-.313.23a.4.4 0 0 0 .005.176c.096.398 1.385.61 1.529 1.32.015.073.044.265.003.558-.081.567-.586.776-1.2.776zm3.224-.013c-.63 0-1.138-.21-1.198-.85a3 3 0 0 1-.008-.223V6.72h.867v2.538c0 .044 0 .093.008.13.017.085.092.248.331.248.238 0 .311-.163.328-.248a1 1 0 0 0 .008-.13V6.72h.867v2.461a3 3 0 0 1-.008.224c-.06.64-.564.849-1.195.849m7.156-.037c-.608 0-1.148-.221-1.205-.846a3 3 0 0 1-.014-.227V7.702c0-.061.009-.17.016-.227.077-.641.595-.846 1.203-.846s1.14.203 1.203.846c.011.11.008.227.008.227v.114h-.864v-.193s0-.08-.01-.13c-.016-.075-.082-.25-.345-.25-.249 0-.322.166-.34.25a1 1 0 0 0-.014.162v1.567a1 1 0 0 0 .008.13c.016.092.104.25.352.25s.333-.158.349-.25a1 1 0 0 0 .008-.13v-.497h-.352v-.5H24v.92c0 .064-.003.112-.013.226-.057.625-.598.846-1.206.846m-19.745-.065.636-3.432h1.526l.633 3.432h-.922l-.456-3.114-.02.002-.47 3.112Zm3.48 0L6.59 6.72h1.4l.421 2.625h.021l.422-2.625h1.399l.075 3.432h-.857l-.02-3.083H9.43l-.573 3.083h-.87L7.414 7.07h-.018l-.021 3.083Zm11.268-.036V6.72h1.273l.79 2.693h.018l-.047-2.693h.851v3.396h-1.221l-.849-2.787h-.018l.047 2.787z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sandisk.svg b/mkdocs-material/material/templates/.icons/simple/sandisk.svg new file mode 100644 index 0000000..6121fb9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sandisk.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.537 9.668c-.92 0-1.537.524-1.537 1.328 0 .788.598 1.121 1.38 1.361.494.152 1.08.358 1.08.844 0 .29-.263.625-.796.625-.41 0-.678-.143-.834-.308-.156-.16-.308-.316-.447-.612-.015-.039-.041-.074-.074-.074H.07c-.033 0-.058.026-.058.072v.897c0 .036.02.086.056.107.458.269 1.063.37 1.56.37.886-.005 1.575-.594 1.575-1.538-.006-1.014-.935-1.143-1.676-1.398-.646-.222-.78-.41-.78-.672 0-.284.263-.57.827-.57.197 0 .404.065.596.185.12.074.244.196.385.438.015.025.048.045.066.045h.203c.03-.003.041-.023.041-.059 0-.145.004-.537.004-.768 0-.04-.027-.07-.07-.086a3.8 3.8 0 0 0-1.262-.187m17.639.033s-.065.052-.065.164a.25.25 0 0 0 .065.174h.428q.073 0 .072.08v3.69c0 .054-.026.08-.065.08h-.406s-.064.059-.064.164.064.174.064.174l1.766-.004s.047-.074.047-.174-.047-.16-.047-.16h-.291c-.036 0-.069-.03-.069-.077v-.857c.083-.087.232-.239.25-.26.054-.054.11-.033.141.014.036.057.708 1.083.723 1.111.03.051.013.074-.026.074l-.21.004s-.052.075-.052.162.047.165.047.165l1.76.004s.057-.073.057-.165c0-.091-.065-.17-.065-.17s-.048.002-.109.002c-.2 0-.356-.061-.443-.195-.04-.058-1.091-1.667-1.114-1.705.266-.369.403-.504.639-.627.156-.082.443-.142.66-.142.003 0 .05-.042.05-.16 0-.12-.054-.163-.054-.163H21.81c-.039 0-.09.03-.127.082-.022.033-.85 1.222-1.07 1.541V9.818c0-.066-.04-.117-.117-.117zm-4.268.004c-.043 0-.07.028-.08.064l-.164.56c-.022.064.01.116.064.116h.844c.048 0 .083-.021.092-.06l.195-.604c.015-.05-.018-.076-.066-.076zm-4.424.008s-.088.056-.088.185c0 .16.088.196.088.196h.655c.95 0 1.545.634 1.545 1.879 0 1.342-.59 1.925-1.633 1.925h-.422c-.066 0-.116-.08-.117-.117l-.002-1.955c0-.646-.444-1.002-1.162-1.002-.483 0-.827.217-1.022.584v-.406c0-.065-.04-.094-.092-.094H7.02s-.08.07-.08.195c0 .135.08.186.08.186h.272c.072 0 .148.08.148.166v2.328c0 .048-.066.11-.113.11h-.26l-.12.334 1.734.002s.06-.056.06-.176c0-.113-.058-.16-.058-.16h-.207a.11.11 0 0 1-.108-.104v-1.812c.171-.464.501-.737.776-.737.258 0 .421.194.421.485l-.002 2.039c0 .073-.055.129-.103.129h-.246s-.069.047-.069.16c0 .117.069.175.069.175h2.039c2.031 0 2.555-1.217 2.555-2.255.01-1.632-1.124-2.26-2.586-2.26zm13.133 1.02a.38.38 0 0 0-.264.105.36.36 0 0 0-.119.28.38.38 0 0 0 .11.27.37.37 0 0 0 .271.11.37.37 0 0 0 .27-.107.37.37 0 0 0 .115-.276.37.37 0 0 0-.111-.267.37.37 0 0 0-.272-.116m-18.543.054c-.447 0-.801.05-1.166.176-.04.015-.05.055-.05.11 0 .18-.005.281-.005.49 0 .043.031.068.063.068h.191c.04 0 .073-.02.108-.06.108-.142.24-.255.342-.313a.9.9 0 0 1 .408-.113c.37 0 .525.269.525.584v.496c-1.396-.083-1.969.33-1.969.988 0 .751.52 1.066 1.028 1.066.463 0 .808-.176 1.002-.445.04.236.178.395.363.395h.729l.119-.332h-.108c-.22-.023-.245-.154-.25-.3V11.82c0-.26-.092-.56-.312-.744-.273-.23-.671-.289-1.018-.289zm18.547.018q.13 0 .223.093a.3.3 0 0 1 .091.223.32.32 0 0 1-.093.225.3.3 0 0 1-.223.092.3.3 0 0 1-.223-.092q-.091-.094-.091-.225c0-.13.03-.16.092-.223a.3.3 0 0 1 .224-.093m-5.974.039c-.573 0-1.194.326-1.194 1.033 0 .603.49.93.908 1.045.714.192.918.295.918.6 0 .264-.208.421-.566.421-.36 0-.697-.265-.897-.736-.03-.048-.05-.066-.084-.066-.099-.003-.2 0-.228 0-.029 0-.059.014-.059.06v.694c0 .054.074.113.074.113s.207.127.438.207c.192.066.428.117.76.117.841 0 1.242-.524 1.242-1.133 0-.556-.31-.896-1.016-1.064-.678-.164-.816-.283-.816-.522 0-.202.177-.418.53-.418.35 0 .677.209.827.452.021.033.049.046.092.046h.166a.046.046 0 0 0 .047-.043v-.584c0-.039-.015-.08-.064-.095-.258-.077-.648-.127-1.079-.127m-3.364.066s-.078.073-.078.186c0 .115.078.19.078.19l.33.001c.026 0 .045.018.045.05l-.004 2.462c0 .054-.047.094-.086.094h-.377s-.072.046-.072.16c0 .108.072.172.072.172h1.875s.061-.07.061-.178c-.003-.102-.064-.152-.064-.152l-.383.004c-.059 0-.09-.038-.09-.092l-.004-2.768c0-.08-.028-.129-.12-.129zm9.164 0v.424h.11v-.152h.023l.025.002q.026 0 .04.007c.015.008.024.015.029.03a.2.2 0 0 1 .008.054q.002.04.008.059h.107l-.002-.014v-.064q0-.067-.04-.094a.2.2 0 0 0-.062-.023.14.14 0 0 0 .075-.028q.03-.028.029-.078a.11.11 0 0 0-.059-.101.2.2 0 0 0-.084-.022zm.115.072h.028a.3.3 0 0 1 .066.008q.034.015.034.05-.003.035-.024.052-.023.014-.06.013h-.043zM5.494 12.59v.812h-.002c-.14.185-.373.342-.62.342-.323 0-.503-.159-.503-.516 0-.412.197-.638 1.125-.638"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sanfranciscomunicipalrailway.svg b/mkdocs-material/material/templates/.icons/simple/sanfranciscomunicipalrailway.svg new file mode 100644 index 0000000..9b6d68f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sanfranciscomunicipalrailway.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.62 15.698v-4.847s0-.232-.237-.232c-.225 0-.225.232-.225.232v6.678h-.924V9.925s-.022-1.154 1.15-1.154c1.153 0 1.153 1.153 1.153 1.153v4.156s0 1.618 1.616 1.618c1.615 0 1.615-1.618 1.615-1.618V6.448h.924v9.25s0 2.073-2.54 2.073c-2.532 0-2.532-2.073-2.532-2.073m-5.542-1.607V6.448h.925v6.71s-.023.233.23.233c.254 0 .23-.232.23-.232v-6.71h.923v7.631s.095 1.157-1.153 1.157-1.155-1.146-1.155-1.146m-8.306 1.146L2.77 10.85s0-.232-.23-.232c-.232 0-.232.232-.232.232v6.678h-.922V9.925s0-1.154 1.154-1.154 1.154 1.153 1.154 1.153v4.156s0 1.618 1.613 1.618c1.618 0 1.618-1.618 1.618-1.618V9.925s-.02-1.154 1.15-1.154c1.158 0 1.158 1.153 1.158 1.153v7.605H8.31v-6.678s0-.232-.237-.232c-.225 0-.225.232-.225.232v4.386s-.03 2.534-2.542 2.534-2.535-2.534-2.535-2.534m19.385-8.789H24V17.53h-1.843zM9.695 15.237V9.924s0-1.61-1.62-1.61c-1.612 0-1.612 1.61-1.612 1.61v4.156s0 1.157-1.156 1.157c-1.154 0-1.154-1.157-1.154-1.157V9.925s0-1.611-1.613-1.611c-1.616 0-1.616 1.61-1.616 1.61v7.605H0V8.771s0-2.543 2.54-2.543 2.54 2.543 2.54 2.543l.01 4.42s-.01.2.217.2c.242 0 .235-.232.235-.232V8.77s0-2.543 2.532-2.543c2.545 0 2.54 2.543 2.54 2.543l.005 5.31s-.075 1.617 1.613 1.617c1.69 0 1.614-1.618 1.614-1.618l.002-5.31s0-2.541 2.535-2.541c2.537 0 2.537 2.542 2.537 2.542l.008 4.388s-.008.232.225.232c.23 0 .23-.232.23-.232v-6.71h.924v7.631s0 1.157-1.154 1.157c-1.157 0-1.157-1.157-1.157-1.157V9.925s0-1.611-1.613-1.611c-1.611 0-1.611 1.61-1.611 1.61v5.313s0 2.534-2.54 2.534c-2.537 0-2.537-2.534-2.537-2.534"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sanic.svg b/mkdocs-material/material/templates/.icons/simple/sanic.svg new file mode 100644 index 0000000..d6af15e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sanic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.37 0 0 5.37 0 12s5.37 12 12 12 12-5.37 12-12S18.63 0 12 0m-.703 6.676c.584-.01.694-.037 1.379-.037.758 0 .758.064 1.507.064.548 0 .767-.027 1.114-.036.064 0 .137 0 .219.018a.5.5 0 0 1 .237.11.84.84 0 0 1 .265.52q.014.165-.027.329a.84.84 0 0 1-.365.493c-.037.018-.083.027-.12.037-.1.009-.255.018-.383.027-.246 0-.475-.01-.94-.01-.758 0-.758.056-1.507.056H11.15c-.183-.01-.274.009-.411-.046a.7.7 0 0 1-.22-.21.6.6 0 0 1-.1-.292c-.027-.676.119-1.014.877-1.023zM5.516 8.21c.256-.466.703-.776 1.169-1.032.447-.274.922-.466 1.48-.466.365 0 .447-.027.73-.036.256.018.301.018.438.128.146.146.265.32.302.538a.82.82 0 0 1-.183.63c-.356.311-.667.183-1.288.183-.42 0-.758.256-1.04.53-.275.283-.466.62-.466 1.041s.118.831.392 1.114c.283.274.694.466 1.114.466.75 0 .75-.11 1.507-.11.75 0 .75-.018 1.498-.018.758 0 .758.137 1.507.137.246 0 .511-.1.721.082a.84.84 0 0 1 .302.54c.009.118 0 .227-.028.337-.146.447-.155.548-.995.557-.75 0-.75-.146-1.507-.146-.749 0-.749.119-1.498.119-.758 0-.758-.12-1.507-.12-.557 0-1.04-.109-1.497-.364-.466-.274-.895-.594-1.17-1.06-.255-.447-.337-.995-.337-1.534.009-.539.1-1.068.356-1.516m3.251 8.557a.8.8 0 0 1-.155.292.7.7 0 0 1-.256.21c-.2.092-.575.055-.886.064-.73 0-.776-.036-1.516-.036a.78.78 0 0 1-.776-.786c.01-.41.393-.748.804-.748.721 0 .758-.037 1.48-.037.693.018.83-.027 1.04.146a.84.84 0 0 1 .302.539c.009.128-.01.247-.037.356m9.516-.95c-.274.466-.648.804-1.114 1.078-.448.256-.94.41-1.48.41-.757 0-.757.065-1.506.065-.758 0-.758-.028-1.507-.028-.75 0-.75.037-1.507.037-.877-.027-1.507.137-1.598-.621a.75.75 0 0 1 .045-.347c.037-.11.1-.22.174-.31a.8.8 0 0 1 .274-.229c.347-.146.712-.091 1.114-.091.758 0 .758.064 1.507.064.758 0 .758.027 1.507.027s.749.037 1.507.037c.42 0 .858-.192 1.123-.466.274-.283.365-.703.365-1.142 0-.42-.192-.748-.475-1.022-.274-.284-.593-.503-1.023-.503-.547.019-.913.073-1.114-.2a.6.6 0 0 1-.1-.293.75.75 0 0 1 .046-.347c.036-.11.1-.22.173-.31a.8.8 0 0 1 .274-.229c.183-.091.402-.055.73-.055.54 0 1.097.019 1.553.274.466.256.749.758 1.005 1.224.255.439.557.923.557 1.47-.01.558-.265 1.06-.53 1.507m-.164-7.643c-.484 0-.393.009-.557.009-.32.009-.594.009-.758-.265a.7.7 0 0 1-.092-.274.9.9 0 0 1 .037-.338c.036-.11.073-.21.137-.329.137-.219.256-.283.484-.32.137-.036.502-.045.767-.027.438 0 .721.42.703.859a.7.7 0 0 1-.721.684z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sanity.svg b/mkdocs-material/material/templates/.icons/simple/sanity.svg new file mode 100644 index 0000000..1865984 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sanity.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.394 7.31a5.8 5.8 0 0 1-.833-.68c-.913-.91-1.38-2.067-1.38-3.568v-.575C6.699.929 9.039 0 11.828 0c5.394 0 8.515 2.8 9.285 6.74H16.22c-.54-1.554-1.89-2.764-4.352-2.764-2.422 0-4.136 1.276-4.473 3.334h-.002ZM4.683 3.062c0 3.236 2.034 5.162 6.106 6.177l4.316.983c3.854.87 6.2 3.03 6.2 6.55a6.6 6.6 0 0 1-1.436 4.239c0-3.511-1.85-5.409-6.31-6.55l-4.236-.946c-3.393-.76-6.011-2.536-6.011-6.36a6.58 6.58 0 0 1 1.37-4.093ZM17.18 16.484c-.292 2.235-2.092 3.495-4.698 3.495-2.314 0-4.048-.946-4.703-2.99H2.694C3.518 21.44 7.224 24 12.519 24c2.828 0 5.277-.87 6.85-2.439v-.55c0-1.66-.433-2.876-1.342-3.816a5.5 5.5 0 0 0-.847-.71z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/saopaulometro.svg b/mkdocs-material/material/templates/.icons/simple/saopaulometro.svg new file mode 100644 index 0000000..cfaa5cf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/saopaulometro.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m13.366 6.543 5.092 5.456-5.092 5.456zM24 0v24H0V0zm-5.542 11.999 1.747-1.872L11.976 1.9l-8.227 8.228 1.747 1.871-1.747 1.871 8.227 8.229 8.228-8.229zm-7.87 5.455V6.543l-5.092 5.456z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sap.svg b/mkdocs-material/material/templates/.icons/simple/sap.svg new file mode 100644 index 0000000..62ae66c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sap.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 6.064v11.872h12.13L24 6.064zm3.264 2.208h.005c.863.001 1.915.245 2.676.633l-.82 1.43c-.835-.404-1.255-.442-1.73-.467-.708-.038-1.064.215-1.069.488-.007.332.669.633 1.305.838.964.306 2.19.715 2.377 1.9L7.77 8.437h2.046l2.064 5.576-.007-5.575h2.37c2.257 0 3.318.764 3.318 2.519 0 1.575-1.09 2.514-2.936 2.514h-.763l-.01 2.094-3.588-.003-.25-.908c-.37.122-.787.189-1.23.189-.456 0-.885-.071-1.263-.2l-.358.919-2 .006.09-.462q-.043.038-.087.074c-.535.43-1.208.629-2.037.644l-.213.002a5.1 5.1 0 0 1-2.581-.675l.73-1.448c.79.467 1.286.572 1.956.558.347-.007.598-.07.761-.239a.56.56 0 0 0 .156-.369c.007-.376-.53-.553-1.185-.756-.531-.164-1.135-.389-1.606-.735-.559-.41-.825-.924-.812-1.65a2 2 0 0 1 .566-1.377c.519-.537 1.357-.863 2.363-.863m10.597 1.67v1.904h.521c.694 0 1.247-.23 1.248-.964 0-.709-.554-.94-1.248-.94zm-5.087.767-.748 2.362c.223.085.481.133.757.133.268 0 .52-.047.742-.126l-.736-2.37z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sartorius.svg b/mkdocs-material/material/templates/.icons/simple/sartorius.svg new file mode 100644 index 0000000..338d8a2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sartorius.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.377 12.499c0 .61-.29 1.071-.932 1.071s-.932-.473-.932-1.071V9.988h-.588v2.51c0 .821.514 1.596 1.52 1.596.983 0 1.51-.775 1.51-1.596v-.165h-.578zm-3.84 1.513h.588V9.988h-.588ZM12.21 9.994h-.096v.512h.095c.838 0 1.498.67 1.498 1.532 0 .868-.66 1.537-1.498 1.537s-1.499-.67-1.499-1.537h-.546c0 1.147.905 2.05 2.045 2.05s2.045-.903 2.045-2.05a2.03 2.03 0 0 0-2.045-2.044m11.052 1.799c-.285-.129-.628-.194-.878-.299-.274-.117-.374-.275-.374-.537 0-.315.262-.555.66-.555.524 0 .768.257.78.63h.53c.017-.583-.405-1.126-1.31-1.126-.743 0-1.238.461-1.238 1.045 0 .495.23.777.6.975.285.152.585.187.864.292.41.15.533.36.533.655 0 .404-.278.662-.736.662h-.058v.478h.035c.814 0 1.33-.508 1.33-1.143 0-.417-.203-.839-.737-1.077m-6.406-.535c0-.728-.523-1.27-1.277-1.27h-1.194v.53h1.175c.38 0 .749.298.749.74 0 .425-.339.745-.766.745h-.62v.53l.467-.004.78 1.484h.648l-.844-1.552c.442-.135.882-.592.882-1.204Zm-5.538-1.27H8.348v.53h.714v3.494h.581v-3.495h1.676zm-7.312 0L2.47 14.012h.57l1.271-3.331 1.313 3.331h.612L4.613 9.988ZM.553 12.761v-.215H0v.215c-.017.652.42 1.252 1.412 1.252h.036v-.489h-.036c-.528 0-.859-.337-.859-.763zm1.412-.961c-.285-.128-.648-.198-.897-.303-.273-.116-.357-.28-.357-.542 0-.315.261-.554.66-.554.522 0 .766.257.778.63h.528c.018-.583-.404-1.125-1.307-1.125-.742 0-1.241.46-1.241 1.043 0 .467.19.781.582.979.285.145.594.187.873.291.297.111.41.204.452.367h.6c-.083-.343-.315-.622-.671-.786zm6.13-.543c0-.728-.522-1.27-1.277-1.27H5.602v.53H6.8c.38 0 .748.297.748.74 0 .425-.338.745-.766.745H6.14v.53l.49-.005.781 1.484h.647l-.843-1.552c.44-.133.88-.59.88-1.202z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sass.svg b/mkdocs-material/material/templates/.icons/simple/sass.svg new file mode 100644 index 0000000..9360983 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sass.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0M9.615 15.998c.175.645.156 1.248-.024 1.792l-.065.18q-.037.092-.078.176-.21.435-.555.81c-.698.759-1.672 1.047-2.09.805-.45-.262-.226-1.335.584-2.19.871-.918 2.12-1.509 2.12-1.509v-.003zm9.911-10.861c-.542-2.133-4.077-2.834-7.422-1.645-1.989.707-4.144 1.818-5.693 3.267C4.568 8.48 4.275 9.98 4.396 10.607c.427 2.211 3.457 3.657 4.703 4.73v.006c-.367.18-3.056 1.529-3.686 2.925-.675 1.47.105 2.521.615 2.655 1.575.436 3.195-.36 4.065-1.649.84-1.261.766-2.881.404-3.676.496-.135 1.08-.195 1.83-.104 2.101.24 2.521 1.56 2.43 2.1-.09.539-.523.854-.674.944-.15.091-.195.12-.181.181.015.09.091.09.21.075.165-.03 1.096-.45 1.141-1.471.045-1.29-1.186-2.729-3.375-2.7-.9.016-1.471.091-1.875.256a.4.4 0 0 0-.105-.105c-1.35-1.455-3.855-2.475-3.75-4.41.03-.705.285-2.564 4.8-4.814 3.705-1.846 6.661-1.335 7.171-.21.733 1.604-1.576 4.59-5.431 5.024-1.47.165-2.235-.404-2.431-.615-.209-.225-.239-.24-.314-.194-.12.06-.045.255 0 .375.12.3.585.825 1.396 1.095.704.225 2.43.359 4.5-.45 2.324-.899 4.139-3.405 3.614-5.505z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sat1.svg b/mkdocs-material/material/templates/.icons/simple/sat1.svg new file mode 100644 index 0000000..8d7622f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sat1.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.344.007q-.438.014-.881.06C.37 1.155 3.963 16.689 4.493 18.204.527 9.78 2.858 4.5 4.61 2.712c.05-.05-.004-.136-.05-.095C.605 5.824.25 9.45.25 9.45c-.683 3.952 3.158 7.833 4.246 8.765-2.967-2-3.84-3.436-4.381-5.416-.016-.06-.118-.08-.113 0 .08 1.064.185 2.49 1.005 4.173.752.973 2.814 1.247 3.49 1.246h.002l-.003-.006c.883-3.249 2.674-8.92 5.495-12.739 2.728-3.537 4.83-4.65 5.402-4.904.048-.023.025-.077-.03-.114-.128-.082-1.978-.513-4.02-.448M4.498 18.219c.715 1.21 2.93 4.546 6.976 5.7 1.382.277 5.617-.02 8.6-3.011.055-.053.008-.175-.105-.1-1.97 1.345-8.14 2.683-15.47-2.589l-.003.002c-1.053.447-2.22.28-2.73.044-.064-.03-.124-.02-.09.044.749 1.264 1.166 1.7 2.11 2.545.051.053.104.04.08-.064-.01-.046-.189-1.342.63-2.565-.105.822-.206 3.105.692 3.71 1.058.723 2.147 1.415 4.084 1.83.076.018.145-.071.07-.11-3.165-1.546-3.91-3.474-4.844-5.433zM17.612 1.4c-.226.025-.462.214-1.016.551C9.973 6.36 5.058 17.034 4.498 18.216c0 0 11.07-2.39 17.855-9.29 1.06-1.084 1.138-.85.64-2.053-.24-.597-.866-1.813-1.95-3.036-.854-.955-1.97-1.703-2.466-2.01-.52-.316-.738-.454-.965-.428zM4.498 18.214c1.363.78 16.115 7.063 18.958-2.725.665-2.284.576-4.674.468-4.963-.022-.062-.073-.034-.076-.014-.35.516-1.828 2.42-5.78 4.494C13.826 17.118 7.84 17.913 4.5 18.215z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/satellite.svg b/mkdocs-material/material/templates/.icons/simple/satellite.svg new file mode 100644 index 0000000..70b7afc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/satellite.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.413 7.62c.042 0 .063.02.105.02.062 0 .148-.02.21-.061l.736-.415c.21-.124.273-.372.148-.559l-.946-1.635a.37.37 0 0 0-.253-.187c-.105-.02-.23-.02-.315.042l-.735.414c-.211.125-.274.373-.148.56l.946 1.635c.042.082.147.145.252.186m3.699 4.06-.735.413c-.21.125-.274.374-.148.56l.946 1.635a.37.37 0 0 0 .253.187c.041 0 .062.02.104.02a.4.4 0 0 0 .211-.062l.735-.414c.21-.125.274-.373.148-.56l-.946-1.635a.38.38 0 0 0-.252-.187.56.56 0 0 0-.316.042ZM11.989 0C6.105 0 1.333 4.7 1.333 10.499q0 1.429.379 2.795c.147.56.735.87 1.282.725.567-.145.882-.725.736-1.263a8 8 0 0 1-.316-2.237C3.436 5.86 7.28 2.071 11.99 2.071s8.555 3.79 8.555 8.428c0 3.189-1.787 6.067-4.667 7.517a6.4 6.4 0 0 1-.861.372c-.126.041-.252.104-.4.145a1.05 1.05 0 0 0-.735.994c0 .498.084 1.056.274 1.657l-2.46-1.305c-.987-.517-1.955-1.056-2.753-1.822-.904-.87-1.198-1.429-1.282-2.444-.084-.931.147-1.594.904-2.505.4-.497.924-.85 1.344-1.097q.6-.374 1.262-.685a2.1 2.1 0 0 0 2.27.146 2.053 2.053 0 0 0 .798-2.816c-.567-.995-1.849-1.347-2.858-.788a2.02 2.02 0 0 0-1.051 1.575c-.525.249-1.05.538-1.534.849-.547.331-1.262.828-1.87 1.573-.758.932-1.514 2.133-1.367 3.976.126 1.532.631 2.527 1.892 3.748 1.009.974 2.101 1.595 3.258 2.196l3.95 2.05c.211.103.463.165.694.165.379 0 .736-.145 1.009-.394a1.41 1.41 0 0 0 .315-1.656 7.7 7.7 0 0 1-.588-1.677c.252-.104.505-.229.756-.332 3.595-1.801 5.823-5.384 5.823-9.36C22.645 4.701 17.875 0 11.989 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/saturn.svg b/mkdocs-material/material/templates/.icons/simple/saturn.svg new file mode 100644 index 0000000..ad88f7b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/saturn.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.039 11.459c.001.015.022.244.03.407.006.113 0 .29 0 .3.003 0 .029.023.03.024 1.428 1.17 2.943 2.767 3.204 3.94.073.325.056.618-.072.868-.152.293-.439.503-.834.638-2.046.7-6.925-.642-10.907-2.609-2.845-1.406-5.342-3.081-7.032-4.719-1.57-1.523-1.995-2.71-1.59-3.427.155-.271.42-.472.776-.609 1.299-.507 3.788-.152 6.239.579-1.16.866-1.968 2.034-2.342 3.202l-.001.007-.001.006c-.115 1.07 1.434 2.47 3 3.25-.002-.006.084.032.084.026-.002-.006-.015-.109-.017-.113-.366-2.66 1.648-6.64 3.765-7.513.136-.056.254-.09.27-.095l-.273-.027q-.11-.01-.228-.015a8 8 0 0 0-.272-.01 6.44 6.44 0 0 0-3.4.892C5.378 5.057 2.383 4.892 1.13 5.31q-.747.251-1 .751c-.174.35-.175.79-.002 1.306.57 1.704 3.058 4.032 6.211 6.099.457 2.407 2.615 4.875 5.703 5.204l.142.015a.3.3 0 0 1 .05 0l-.173-.132c-.955-.736-1.813-1.949-2.107-3l.185.093.143.07c4.985 2.465 10.215 3.72 12.53 2.947.519-.174.9-.418 1.075-.768.167-.335.139-.78-.029-1.278-.436-1.3-2.304-3.284-4.675-5.052l-.145-.107"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/saucelabs.svg b/mkdocs-material/material/templates/.icons/simple/saucelabs.svg new file mode 100644 index 0000000..4d83f88 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/saucelabs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.434 7.344a3.02 3.02 0 0 0-2.435-1.22h-7l-2 5.876h4.838l-2 5.876H10L8 23.75h9c1.291 0 2.438-.809 2.847-2.009l3.999-11.75a2.89 2.89 0 0 0-.412-2.647ZM10 11.999H7.162l2-5.876h4.837L16 .25H7c-1.291 0-2.438.809-2.847 2.009L.154 14.008a2.89 2.89 0 0 0 .412 2.647 3.02 3.02 0 0 0 2.435 1.22h7l2-5.876z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/saudia.svg b/mkdocs-material/material/templates/.icons/simple/saudia.svg new file mode 100644 index 0000000..d2476f2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/saudia.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.759 5.065c.947.22 1.577.709 1.577.709s-.565-.89-1.494-1.3c-.69-.304-1.367-.308-1.897-.228a.8.8 0 0 1 .166-.225c.163-.15.347-.237.347-.237s-.393-.098-.734.03a1.4 1.4 0 0 0-.419.255 3 3 0 0 0-.056-.3c-.04-.163-.233-.513-.25-.543-.016.03-.209.38-.249.544a3 3 0 0 0-.056.3 1.4 1.4 0 0 0-.419-.256c-.34-.128-.733-.03-.733-.03s.183.087.346.237q.104.097.166.225c-.53-.08-1.206-.076-1.896.229-.93.41-1.495 1.299-1.495 1.299s.63-.488 1.578-.709a3.5 3.5 0 0 1 1.268-.056c-.592.13-1.422.438-2.034 1.217-.533.678-.67 1.627-.67 1.627s.433-.554 1.162-1.172a5.4 5.4 0 0 1 1.208-.773c-.454.43-.678 1.09-.77 1.341-.275.763-.098 1.61-.098 1.61s.116-.553.54-1.273a4.5 4.5 0 0 1 1.02-1.17c-.391 1.448.012 2.874.012 2.874s.245-1.098.613-2.028c.156-.396.336-.696.508-.92.172.224.352.523.508.92.368.93.613 2.028.613 2.028s.403-1.426.012-2.875c.327.268.716.657 1.019 1.17.424.72.541 1.274.541 1.274s.177-.847-.1-1.61c-.09-.25-.315-.91-.768-1.341a5.4 5.4 0 0 1 1.208.773c.729.618 1.161 1.172 1.161 1.172s-.136-.949-.67-1.627c-.611-.78-1.441-1.088-2.034-1.217.37-.049.803-.052 1.27.056zm-3.502 4.931L.112 7.762a.094.094 0 0 0-.087.155l3.537 3.91c1.083-.193 2.175-.202 3.25.034 1.608.352 3.107 1.062 4.58 1.777zm-3.006 7.01-.638-.708q.647-.357 1.288-.726c.715-.412 1.416-.85 2.133-1.262-1.674-.961-2.948-1.559-4.027-1.928-1.089-.43-2.284-.515-3.444-.556l4.044 4.47a4 4 0 0 1-.377.246c-1.339.792-2.152.903-3.24.983 1.002.209 1.425.483 2.893.153.515-.116 1.342-.65 1.37-.668l3.406 3.764-.215-5.758c-.834.501-1.659 1.017-2.481 1.538m3.78-6.558-.136 3.642c1.474-.715 2.974-1.425 4.582-1.777 1.074-.235 2.166-.226 3.249-.035l3.537-3.909a.094.094 0 0 0-.087-.155m-3.45 4.064-4.045 4.47c.019.014.153.114.377.246 1.34.792 2.152.903 3.24.983-1.002.209-1.425.483-2.892.153-.516-.116-1.343-.65-1.371-.668l-3.406 3.764.215-5.758c1.076.645 2.134 1.318 3.193 1.99l.638-.708a80 80 0 0 1-1.288-.726c-.714-.412-1.416-.85-2.132-1.262 1.948-1.108 3.05-1.594 4.026-1.928 1.089-.43 2.284-.515 3.445-.556"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/scala.svg b/mkdocs-material/material/templates/.icons/simple/scala.svg new file mode 100644 index 0000000..d078a4c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/scala.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.589 24c4.537 0 13.81-1.516 14.821-3v-5.729c-.957 1.408-10.284 2.912-14.821 2.912zm0-7.635c4.537 0 13.81-1.516 14.821-3V7.636c-.957 1.408-10.284 2.912-14.821 2.912zm0-7.636c4.537 0 13.81-1.516 14.821-3V0C18.453 1.408 9.126 2.912 4.589 2.912z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/scaleway.svg b/mkdocs-material/material/templates/.icons/simple/scaleway.svg new file mode 100644 index 0000000..cb51e3b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/scaleway.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.605 11.11v5.72a1.77 1.77 0 0 1-1.54 1.69h-4a1.43 1.43 0 0 1-1.31-1.22 1 1 0 0 1 0-.18 1.37 1.37 0 0 1 1.37-1.36h1.74a1 1 0 0 0 1-1v-3.62a1.4 1.4 0 0 1 1.18-1.39h.17a1.37 1.37 0 0 1 1.39 1.36m-6.46 1.74V9.26a1 1 0 0 1 1-1h1.85a1.37 1.37 0 0 0 1.37-1.37 1 1 0 0 0 0-.17 1.45 1.45 0 0 0-1.41-1.2h-3.96a1.81 1.81 0 0 0-1.58 1.66v5.7a1.37 1.37 0 0 0 1.37 1.37h.21a1.4 1.4 0 0 0 1.15-1.4m12-4.29V20a4.53 4.53 0 0 1-4.15 4h-7.58a8.57 8.57 0 0 1-8.56-8.57V4.54A4.54 4.54 0 0 1 6.395 0h7.18a8.56 8.56 0 0 1 8.56 8.56zm-2.74 0a5.83 5.83 0 0 0-5.82-5.82h-7.19a1.79 1.79 0 0 0-1.8 1.8v10.89a5.83 5.83 0 0 0 5.82 5.8h7.44a1.79 1.79 0 0 0 1.54-1.48z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/scania.svg b/mkdocs-material/material/templates/.icons/simple/scania.svg new file mode 100644 index 0000000..025b457 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/scania.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 .6c-2.167 0-4.264.667-6.019 1.888a33 33 0 0 1-2.167-.48A12.26 12.26 0 0 0 0 8.615a33 33 0 0 1 1.5 1.636 10.54 10.54 0 0 0 6.018 10.423q.37 1.048.668 2.117a12.27 12.27 0 0 0 7.629 0q.296-1.07.667-2.118A10.54 10.54 0 0 0 22.5 10.252q.723-.846 1.5-1.636a12.26 12.26 0 0 0-3.814-6.609q-1.075.277-2.167.481A10.54 10.54 0 0 0 12 .6m0 .642c1.806 0 3.562.494 5.086 1.407a32.7 32.7 0 0 1-10.172 0A9.9 9.9 0 0 1 12 1.242M3.994 2.715q.647.16 1.301.293a10.54 10.54 0 0 0-3.687 6.387 36 36 0 0 0-.904-.98 11.6 11.6 0 0 1 3.29-5.7m16.012 0a11.6 11.6 0 0 1 3.29 5.7q-.461.482-.904.98a10.54 10.54 0 0 0-3.687-6.387q.654-.133 1.301-.293m-13.873.454a33.4 33.4 0 0 0 11.734 0 9.89 9.89 0 0 1 3.966 6.873 33.4 33.4 0 0 0-5.866 10.16 9.9 9.9 0 0 1-7.935 0 33.4 33.4 0 0 0-5.866-10.16 9.9 9.9 0 0 1 3.967-6.873m6.018.867a.662.662 0 0 0-.448 1.132.652.652 0 0 0-.971.573.652.652 0 0 0 1.03.535c-.241.404-.606.944-1.13.944-.547 0-.811-.228-1.052-.633a.55.55 0 0 0 .318-.021c.316-.105.493-.423.404-.823-.079-.354-.456-.55-.799-.45a.64.64 0 0 0-.291.18.7.7 0 0 0 .064-.519c-.098-.349-.512-.628-.873-.574l1.415 3.475c-.073.078-.18.196-.256.329-.302-.153-.909-.379-1.514-.135a1.6 1.6 0 0 0-.522.349c-.45.45-.676 1.2-.793 1.731a8 8 0 0 0-.08.415c.188-.141.31-.23.424-.306.102-.068.2-.124.336-.194.247-.127.583-.264.886-.264.163 0 .347.043.472.148.045.037.405.543 1.114.729.666.175.68.287.69.377 0 0-.116.19-.367.365a2.7 2.7 0 0 0-.346-.445c-.331-.346-.862-.532-1.296-.529-.413.004-.718.192-1.526.192-.82 0-1.39-.207-1.81-.454-.302-.164-.52-.37-.723-.535.108.263.213.472.307.684.07.151.327.667.648.947.413.35.822.465 1.224.465.408 0 .81-.119 1.206-.236.39-.116.766-.228 1.142-.228.487 0 .752.163.964.294a6 6 0 0 1-.225.15c-.3.191-.539.262-.771.262-.286 0-.801-.15-1.25-.33a1 1 0 0 0-.006.102v.116c0 .253.041.557.326.85q.185.188.454.29c.187.07.407.105.646.117a3 3 0 0 0-.31.316c-.24.296-.435.692-.435 1.202 0 .262.046.481.111.691.047.149.093.284.157.445l.212-.255c.004-.004.236-.278.555-.51a3 3 0 0 0-.326 1.325c0 1.012.563 1.834 1.332 2.48 0 0 .183.163.312.263-.003-.162 0-.267 0-.408 0-.493.08-1.448.405-2.025.035.135.075.334.11.558.045.298.081.641.081.94 0 .496-.072.863-.156 1.127-.098.304-.18.42-.255.547a3.3 3.3 0 0 0 .882-.09 2.3 2.3 0 0 0 1.72-1.555q.136-.424.136-.94c0-.198-.018-.403-.046-.603l-.024-.16c.055.044.093.085.14.138.18.207.343.524.343 1.036 0 .175-.01.445-.084.749.174-.058.351-.163.52-.27q.308-.195.572-.46c.48-.48.811-1.117.818-1.845.005-.475-.096-.855-.32-1.299q-.038-.072-.077-.146.078.034.147.08c.255.164.42.424.53.718.066.177.114.35.147.554.074-.09.162-.212.262-.385.201-.348.414-.883.414-1.647 0-.375-.049-.806-.22-1.255a2.9 2.9 0 0 0-.85-1.202c.264.029.511.146.7.333.125.126.223.28.313.452l.095.19c.009-.093.008-.123.01-.204-.02-1.351-.397-2.34-1.626-2.978l-.007-.004c.43-.488.638-1.038.783-1.63-.296-.075-.843-.138-1.673.25l1.32-3.254c-.362-.054-.775.225-.873.574a.7.7 0 0 0 .065.519.64.64 0 0 0-.292-.181c-.343-.1-.72.097-.8.451-.088.4.089.718.405.822.134.04.177.045.318.021-.241.405-.494.629-1.041.629-.524 0-.892-.535-1.133-.94 0 0 .246.122.385.122a.65.65 0 0 0 .645-.657.65.65 0 0 0-.645-.658.63.63 0 0 0-.33.093.7.7 0 0 0 .202-.481.65.65 0 0 0-.645-.658m3.608 3.585h.147l-.047.14c-.151.447-.629 1.516-1.802 1.779l.005.022.05.247c.497-.092.817-.303 1.107-.555.742.361 1.242.961 1.42 1.76l.034.157a.7.7 0 0 0-.114-.1 1.35 1.35 0 0 0-.719-.194c-.262 0-.489.063-.602.102.186.159.337.297.471.431.41.411.677.803.837 1.235.12.326.18.67.18 1.048 0 .403-.072.772-.213 1.098-.011.026-.04.092-.052.127a1 1 0 0 0-.044-.126c-.341-.72-.91-.872-1.328-.872q-.104.001-.184.008l.006.01c.278.428.698 1.075.698 1.87 0 .26-.048.516-.142.759a2.4 2.4 0 0 1-.55.83 2.6 2.6 0 0 1-.397.333l-.1.071a.5.5 0 0 0 .02-.12c.024-.897-.475-1.61-1.272-1.827l.018.076c.087.353.186.752.186 1.292 0 .583-.145 1.066-.43 1.436a1.95 1.95 0 0 1-.688.556 2.2 2.2 0 0 1-.652.219l-.109.018a1 1 0 0 0 .045-.087 1 1 0 0 0 .054-.161c.124-.455.127-1.001.127-1.069 0-.845-.21-1.618-.336-2.08l-.026-.098c-.1.074-.166.14-.211.186l-.02.021c-.263.263-.455.723-.57 1.367a7 7 0 0 0-.07.537l-.013.195-.003.121s-.072-.08-.09-.098a5 5 0 0 1-.188-.204 3.2 3.2 0 0 1-.483-.71 2.5 2.5 0 0 1-.177-.482 2.3 2.3 0 0 1-.07-.561c0-1.062.641-1.774.918-2.058l-.09.016a3 3 0 0 0-.326.08 2.2 2.2 0 0 0-.546.252 3.2 3.2 0 0 0-.603.513s-.018-.083-.021-.107a2.5 2.5 0 0 1-.04-.391c0-.441.168-.833.5-1.163.312-.313.551-.413 1.265-.712l.218-.091-.314.043c-.438.062-.638.09-1.009.09-.525 0-.887-.107-1.106-.327a.8.8 0 0 1-.123-.158 1.6 1.6 0 0 1-.117-.243l.272.099c.054.017.117.036.17.05a2 2 0 0 0 .49.07c.444 0 .804-.194 1.24-.508q.275-.197.456-.378c.182-.182.221-.28.222-.297-.008-.269-.016-.523-.951-.768a1.8 1.8 0 0 1-.913-.59 1 1 0 0 0-.063-.068 1.05 1.05 0 0 0-.682-.229c-.196 0-.409.043-.651.132a5 5 0 0 0-.395.166l-.108.05.036-.113a3.8 3.8 0 0 1 .3-.705q.278-.467.676-.629.208-.084.447-.084c.385 0 .732.167.875.247.01.71.438 1.12.93 1.12a.86.86 0 0 0 .643-.275c.121-.122.196-.258.244-.366a.7.7 0 0 0 .07-.2l.005.001a.5.5 0 0 1 .211.132l.236-.21a1.1 1.1 0 0 0-.401-.264 1.4 1.4 0 0 0-.464-.098 1.7 1.7 0 0 0-.36.026c-.123.02-.222.048-.396.048a.7.7 0 0 1-.358-.09 1.7 1.7 0 0 1 .525-.535l.006-.004h3.817l.074.003a3.3 3.3 0 0 0-.747.655l.215.17c.498-.622 1.272-1.01 2.02-1.01zm-.457.494c-.621.08-1.182.635-1.182.635l.127.27c.293-.062.521-.22.69-.389.248-.248.347-.437.365-.516m-5.542.543.138.038c.055.016.132.032.207.042l.036.006.007.035a.27.27 0 0 0 .072.144.3.3 0 0 0 .43 0 .3.3 0 0 0 .088-.196l.002-.048.047-.002a3 3 0 0 1 .22 0l.117.008-.018.07a.85.85 0 0 1-.228.425.6.6 0 0 1-.469.192.58.58 0 0 1-.41-.175.8.8 0 0 1-.219-.43zm4.513 1.49-.133.416c.085.098.148.19.2.267.146.214.238.41.29.614.05.2.056.392.056.57q0 .214-.046.425c-.022.101-.053.21-.079.293-.024.08-.079.226-.079.226s-.008-.165-.023-.255-.029-.186-.053-.264a1.44 1.44 0 0 0-.353-.604 1.4 1.4 0 0 0-.35-.253 2 2 0 0 0-.284-.118c.022.083.045.173.07.28.064.276.093.504.093.716 0 .337-.075.622-.232.871a1.3 1.3 0 0 1-.187.234 2 2 0 0 1-.386.316c.036-.06.065-.122.1-.193.042-.087.068-.18.087-.248.186-.657-.121-1.063-.37-1.312a2 2 0 0 0-.103-.098l-.014.277c-.022.318-.08.68-.35.948a2 2 0 0 1-.139.13c-.052.042-.111.092-.19.14.033-.064.06-.096.11-.218a.97.97 0 0 0-.029-.78l-.34.183q.014.039.024.076a.7.7 0 0 1-.086.577c-.05.08-.115.16-.204.25-.079.077-.162.152-.235.218l-.156.141.139-.001c.15-.002.35-.01.563-.047.34-.062.605-.192.813-.4a1.3 1.3 0 0 0 .218-.287q-.014.164-.084.34a2.3 2.3 0 0 1-.239.436c-.065.095-.138.2-.232.315l-.086.105.134-.02q.244-.035.48-.098a1.74 1.74 0 0 0 1.078-.777c.1-.158.172-.323.218-.504a2.4 2.4 0 0 0 .066-.696q.044.078.083.172.08.202.11.47c.01.112.016.235.016.385v.03c0 .144 0 .281-.011.436l-.011.152.103-.112c.134-.147.279-.315.427-.55a2.54 2.54 0 0 0 .332-1.978 2.3 2.3 0 0 0-.359-.76 3 3 0 0 0-.349-.417zm-3.275.165a.5.5 0 0 0-.215.049c.273.029.341.113.467.238.066.067.129.138.194.204.12.12.231.219.436.219a.6.6 0 0 0 .157-.022 1 1 0 0 0 .305-.141.5.5 0 0 1-.203.041c-.511 0-.663-.588-1.14-.588zm-5.83.1c.06.038.186.127.365.2.167.07.343.135.55.184.278.065.586.097.94.097a5.4 5.4 0 0 0 1.162-.153 2 2 0 0 1 .413-.062c.215 0 .424.035.578.116.153.082.261.17.395.279a2.7 2.7 0 0 0-.48-.071c-.143-.01-.34.003-.465.022-.28.041-.525.114-.783.19l-.03.01c-.39.115-.759.224-1.123.224-.422 0-.803-.157-1.101-.455-.065-.065-.171-.17-.242-.27a2 2 0 0 1-.179-.31zm-3.061.567a32.7 32.7 0 0 1 5.084 8.805 9.9 9.9 0 0 1-5.086-8.647q0-.08.002-.158m19.786 0 .002.157a9.9 9.9 0 0 1-5.086 8.648 32.7 32.7 0 0 1 5.085-8.805zM8.313 21.007a10.54 10.54 0 0 0 7.375 0q-.21.634-.396 1.274a11.6 11.6 0 0 1-6.583 0 33 33 0 0 0-.397-1.273z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/schneiderelectric.svg b/mkdocs-material/material/templates/.icons/simple/schneiderelectric.svg new file mode 100644 index 0000000..bee280d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/schneiderelectric.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.73.313c-3.56-.049-7.797 1.68-11.288 5.02-.87.83-1.607 1.725-2.28 2.642h3.042L5.497 9.99H1.864c-.346.636-.672 1.266-.922 1.906h4.307l-.687 2.016H.327c-.724 3.079-.262 5.953 1.559 7.777 3.54 3.538 11.01 2.292 16.591-3.048.977-.93 1.783-1.931 2.511-2.96h-3.906l.596-2.013h4.568c.334-.64.643-1.274.883-1.914h-4.992l.554-2.01h5.051c.623-2.917.132-5.62-1.638-7.39C20.76 1.01 18.867.34 16.73.312Zm-1.044 4.714h4.968l-.634 2.938h-3.002c-.323 0-.46.054-.592.201-.05.058-.07.115-.09.23l-1.639 6.22c-.385 2.179-3.065 4.359-6.555 4.359H3.288l.842-3.198h3.119a.98.98 0 0 0 .775-.347c.076-.09.177-.232.19-.377L9.509 9.62c.381-2.182 2.686-4.592 6.177-4.592Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/scikitlearn.svg b/mkdocs-material/material/templates/.icons/simple/scikitlearn.svg new file mode 100644 index 0000000..f08d42b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/scikitlearn.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.601 5.53c-1.91.035-3.981.91-5.63 2.56-2.93 2.93-2.083 8.53-1.088 9.525.805.804 6.595 1.843 9.526-1.088a10 10 0 0 0 .584-.643q.064-.437.489-1.106a1.9 1.9 0 0 1-.537.176q-.217.398-.676.855-.53.503-.76.656a.8.8 0 0 1-.437.152q-.524 0-.494-.924-.33.474-.612.7a.9.9 0 0 1-.578.224q-.292 0-.496-.273a1.03 1.03 0 0 1-.193-.507 4 4 0 0 1-.726.583q-.335.197-.74.197-.45 0-.727-.288a.98.98 0 0 1-.257-.524v.004q-.45.414-.79.611a1.3 1.3 0 0 1-.649.197.7.7 0 0 1-.571-.275q-.218-.275-.218-.739 0-.695.302-1.67.301-.976.733-1.797l.842-.312a.2.2 0 0 1 .06-.013q.095 0 .157.14.06.142.061.38 0 .677-.312 1.31-.31.633-.974 1.352-.027.345-.027.474 0 .289.106.458.107.17.282.169a.7.7 0 0 0 .382-.13q.198-.127.602-.523.04-.626.482-1.142.487-.57 1.08-.569.308 0 .494.16a.52.52 0 0 1 .186.417q0 .687-1.459 1.114.133.646.693.646a.8.8 0 0 0 .417-.117q.194-.115.575-.497.048-.378.259-.728.273-.45.701-.73.427-.278.756-.278.415 0 .58.381l.677-.374h.186l-.292.971q-.225.732-.226 1.004 0 .285.202.285.129 0 .285-.137.156-.138.437-.42v.001q.215-.233.392-.494-.285-.127-.285-.375 0-.255.174-.545.173-.29.479-.29.258 0 .258.265 0 .209-.149.596.55-.06.961-.842l.228-.01c1.059-2.438.828-5.075-.83-6.732-1.019-1.02-2.408-1.5-3.895-1.471m4.725 8.203a9 9 0 0 1-1.333 2.151 1 1 0 0 0-.012.147q0 .252.14.423.139.17.34.17.444-.001 1.254-.787-.002.06-.003.121 0 .219.036.666l.733-.172q0-.3.01-.474.016-.236.066-.517.03-.166.152-.315l.186-.216a5 5 0 0 1 .378-.397q.093-.083.162-.13a.26.26 0 0 1 .123-.046q.083 0 .083.106 0 .105-.156.497-.292.73-.292 1.084 0 .262.136.418a.45.45 0 0 0 .358.155q.548 0 1.313-.808v-.381q-.542.64-.784.64-.163 0-.163-.2 0-.15.195-.65.285-.73.285-1.048a.46.46 0 0 0-.112-.319.36.36 0 0 0-.282-.127q-.247 0-.567.233-.319.234-.863.84.08-.393.335-1.08l-.809.156a6.5 6.5 0 0 0-.399 1.074q-.06.234-.092.48a8 8 0 0 1-.49.45.38.38 0 0 1-.229.08.21.21 0 0 1-.174-.082.35.35 0 0 1-.064-.222q0-.15.056-.343t.249-.731l.308-.849zm-17.21-2.927c-.863-.016-1.67.263-2.261.854-1.352 1.352-1.07 3.827.631 5.527 1.7 1.701 4.95 1.21 5.527.632.467-.466 1.07-3.827-.631-5.527-.957-.957-2.158-1.465-3.267-1.486zm12.285.358h.166v.21H15.4zm.427 0h.166v.865l.46-.455h.195l-.364.362.428.684h-.198l-.357-.575-.164.166v.41h-.166zm1.016 0h.166v.21h-.166zm.481.122h.166v.288h.172v.135h-.172v.717q0 .056.02.075.018.02.074.02a.2.2 0 0 0 .078-.01v.141a1 1 0 0 1-.136.014.23.23 0 0 1-.15-.043.15.15 0 0 1-.052-.123v-.79h-.141v-.136h.141zm-3.562.258q.121 0 .207.038.085.036.13.11a.26.26 0 0 1 .045.173h-.176q-.009-.167-.208-.167a.3.3 0 0 0-.164.041.13.13 0 0 0-.06.117q0 .053.045.088.045.036.15.06l.16.039a.47.47 0 0 1 .224.105q.07.069.07.186a.3.3 0 0 1-.052.175.33.33 0 0 1-.152.116.6.6 0 0 1-.226.041q-.205 0-.309-.088-.103-.089-.109-.269h.176q.006.056.017.084a.2.2 0 0 0 .034.054q.066.065.204.065a.3.3 0 0 0 .177-.045.14.14 0 0 0 .067-.119.12.12 0 0 0-.038-.09.3.3 0 0 0-.124-.055l-.156-.038a1 1 0 0 1-.159-.05.4.4 0 0 1-.098-.061.2.2 0 0 1-.058-.083.3.3 0 0 1-.016-.108q0-.144.109-.232a.45.45 0 0 1 .29-.087m1.035 0a.5.5 0 0 1 .202.043.35.35 0 0 1 .187.212.6.6 0 0 1 .023.126h-.168a.26.26 0 0 0-.078-.168.24.24 0 0 0-.17-.06.25.25 0 0 0-.155.05.3.3 0 0 0-.1.144.7.7 0 0 0-.034.224.6.6 0 0 0 .035.214.3.3 0 0 0 .101.135.26.26 0 0 0 .157.048q.213 0 .256-.252h.167a.5.5 0 0 1-.065.22.35.35 0 0 1-.146.138.5.5 0 0 1-.216.048.45.45 0 0 1-.246-.066.44.44 0 0 1-.161-.192.7.7 0 0 1-.057-.293q0-.128.032-.233a.5.5 0 0 1 .095-.182.4.4 0 0 1 .15-.117.45.45 0 0 1 .191-.04zm.603.03h.166v1.046H15.4zm1.443 0h.166v1.046h-.166zm-5.05.618q-.121 0-.356.611-.232.61-.459 1.71.422-.468.683-1.05.262-.58.262-.999a.46.46 0 0 0-.036-.197q-.038-.075-.093-.075zm4.662 1.797q-.332 0-.629.563-.296.564-.296 1.038 0 .18.088.29a.27.27 0 0 0 .223.111q.332 0 .625-.565.294-.566.294-1.043a.46.46 0 0 0-.083-.29.27.27 0 0 0-.222-.104m-2.848.007q-.219 0-.417.333-.2.332-.2.866.849-.238.849-.881 0-.318-.232-.318"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/scilab.svg b/mkdocs-material/material/templates/.icons/simple/scilab.svg new file mode 100644 index 0000000..ad915a9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/scilab.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.813 1.803c-1.103 0-1.99.888-1.99 1.99v16.414c0 1.102.887 1.99 1.99 1.99h16.375c1.102 0 1.99-.888 1.99-1.99V3.793c0-1.102-.888-1.99-1.99-1.99zm8.82 1.234a1.802 1.825 0 0 1 1.803 1.824 1.802 1.825 0 0 1-1.803 1.827A1.802 1.825 0 0 1 10.83 4.86a1.802 1.825 0 0 1 1.803-1.824Zm2.986 3.496a1.802 1.825 0 0 1 1.803 1.826 1.802 1.825 0 0 1-1.803 1.825 1.802 1.825 0 0 1-1.803-1.825 1.802 1.825 0 0 1 1.803-1.826m-7.346.26a1.802 1.825 0 0 1 1.803 1.824 1.802 1.825 0 0 1-1.803 1.826 1.802 1.825 0 0 1-1.802-1.826 1.802 1.825 0 0 1 1.802-1.824m3.98 2.633a1.802 1.825 0 0 1 1.804 1.826 1.802 1.825 0 0 1-1.803 1.824 1.802 1.825 0 0 1-1.803-1.824 1.802 1.825 0 0 1 1.803-1.826zm7.044.053a1.802 1.825 0 0 1 1.803 1.826 1.802 1.825 0 0 1-1.803 1.824 1.802 1.825 0 0 1-1.8-1.824 1.802 1.825 0 0 1 1.8-1.826m-3.402 2.535a1.802 1.825 0 0 1 1.802 1.826 1.802 1.825 0 0 1-1.802 1.824 1.802 1.825 0 0 1-1.803-1.824 1.802 1.825 0 0 1 1.803-1.826m-11.614.953a1.802 1.825 0 0 1 1.803 1.826 1.802 1.825 0 0 1-1.803 1.824 1.802 1.825 0 0 1-1.802-1.824 1.802 1.825 0 0 1 1.802-1.826m15.518.93a1.802 1.825 0 0 1 1.803 1.824 1.802 1.825 0 0 1-1.803 1.826 1.802 1.825 0 0 1-1.803-1.826 1.802 1.825 0 0 1 1.803-1.825zM7.81 15.665a1.802 1.825 0 0 1 1.802 1.824 1.802 1.825 0 0 1-1.802 1.826 1.802 1.825 0 0 1-1.803-1.826 1.802 1.825 0 0 1 1.803-1.824M3.564 0A3.556 3.556 0 0 0 0 3.564v16.872A3.556 3.556 0 0 0 3.564 24h16.872A3.556 3.556 0 0 0 24 20.436V3.564A3.556 3.556 0 0 0 20.436 0Zm-.002 1.021h16.875a2.536 2.536 0 0 1 2.542 2.542v16.875a2.536 2.536 0 0 1-2.542 2.54H3.563a2.536 2.536 0 0 1-2.54-2.54V3.563a2.536 2.536 0 0 1 2.54-2.542z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/scipy.svg b/mkdocs-material/material/templates/.icons/simple/scipy.svg new file mode 100644 index 0000000..08f2f28 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/scipy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.697 13.496c-.784-1.072-1.982-1.519-3.694-1.88l-1.592-.375-1.201-.515c-.631-.446-1.17-1.634-1.017-2.681a3 3 0 0 1 3.386-2.526 2.96 2.96 0 0 1 1.962 1.155L15.35 9.05c1.033 1.33 2.195 1.727 3.459 1.098l.637-.27a.22.22 0 0 1 .278.087l.127.19a.3.3 0 0 0 .156.131.33.33 0 0 0 .33-.058l1.467-1.384c.257-.22.182-.422.182-.422l-.354-.806s-.097-.193-.431-.149l-1.968.181a.327.327 0 0 0-.27.411l.071.227c.014.047.014.1-.005.148a.22.22 0 0 1-.124.125l-.556.235c-.582.341-1.244.123-1.686-.417l-.505-.67-1.438-1.91a4.42 4.42 0 0 0-2.929-1.72C9.355 3.733 7.095 5.42 6.741 7.84c-.179 1.22.187 2.375.855 3.302.485.674 1.373 1.06 1.854 1.18l1.262.36 1.208.277c.166.04.634.155.91.255.256.092.845.31 1.324.701.572.582.875 1.413.746 2.284a2.744 2.744 0 0 1-4.897 1.255l-1.726-2.292a2.3 2.3 0 0 0-1.514-.89 2.3 2.3 0 0 0-1.708.439l-3.632 2.71A11 11 0 0 1 0 12C0 5.798 5.133.768 11.465.768c4.715 0 8.761 2.788 10.523 6.77l.581-.27.393-1.072.411.144-.353.96.98.337-.148.402-1.095-.382-.603.277c.5 1.262.778 2.632.778 4.066 0 6.203-5.135 11.232-11.467 11.232a11.53 11.53 0 0 1-9.26-4.61l3.721-2.788a.855.855 0 0 1 1.163.19l1.826 2.455a4.19 4.19 0 0 0 2.673 1.502c2.302.322 4.439-1.273 4.773-3.563a4.14 4.14 0 0 0-.664-2.922"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/scopus.svg b/mkdocs-material/material/templates/.icons/simple/scopus.svg new file mode 100644 index 0000000..6d5a8cc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/scopus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m24 19.059-.14-1.777c-1.426.772-2.945 1.076-4.465 1.076-3.319 0-5.96-2.782-5.96-6.475 0-3.903 2.595-6.31 5.633-6.31 1.917 0 3.39.303 4.792 1.075L24 4.895c-1.286-.608-2.337-.889-4.698-.889-4.534 0-7.97 3.53-7.97 8.017 0 5.12 4.09 7.924 7.9 7.924 1.916 0 3.506-.257 4.768-.888m-14.954-3.46c0-2.22-1.964-3.225-3.857-4.347C3.716 10.364 2.15 9.756 2.15 8.12c0-1.215.889-2.548 2.642-2.548 1.519 0 2.57.234 3.903 1.029l.117-1.847c-1.239-.514-2.127-.748-4.137-.748C1.8 4.006.047 5.876.047 8.26s2.103 3.413 4.02 4.581c1.426.865 2.922 1.45 2.922 2.992 0 1.496-1.333 2.571-2.922 2.571-1.566 0-2.594-.35-3.786-1.075L0 19.176c1.215.56 2.454.818 4.16.818 2.385 0 4.885-1.473 4.885-4.395z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/scpfoundation.svg b/mkdocs-material/material/templates/.icons/simple/scpfoundation.svg new file mode 100644 index 0000000..9cbc48f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/scpfoundation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.577 5.064v.555l-.045.01c-.026 0-.148.015-.272.028a7 7 0 0 0-3.146 1.14A7.1 7.1 0 0 0 6.18 8.73a7.01 7.01 0 0 0-.507 6.893c.05.103.09.19.09.195 0 0-.236.145-.528.313a35 35 0 0 0-.544.317c-.014.01.013.063.196.38a9 9 0 0 0 .22.37 26 26 0 0 0 .55-.312c.297-.173.544-.313.55-.313.003 0 .052.063.106.14a7 7 0 0 0 1.801 1.74 7.3 7.3 0 0 0 1.69.826 7 7 0 0 0 4.41 0 7.2 7.2 0 0 0 1.69-.825 7 7 0 0 0 1.816-1.764c.063-.09.117-.162.12-.162s.244.138.536.306c.292.17.539.31.548.314.013.01.064-.075.23-.362.192-.331.21-.371.195-.383-.01-.01-.255-.15-.546-.317a17 17 0 0 1-.527-.313s.036-.082.08-.174a7.03 7.03 0 0 0 .566-4.14 7.1 7.1 0 0 0-1.084-2.73 7 7 0 0 0-1.622-1.714 6.7 6.7 0 0 0-1.08-.663 6.8 6.8 0 0 0-2.378-.697l-.27-.028-.048-.01v-1.11h-.863zm0 3.102v1.25h-.492c-.285 0-.49 0-.487.01.01.032 1.428 2.775 1.432 2.775s1.42-2.743 1.434-2.774c.002-.01-.213-.01-.51-.01h-.514V6.915h.05c.151 0 .606.076.912.152a5.3 5.3 0 0 1 1.137.42 5.6 5.6 0 0 1 1.165.755c.165.136.589.567.73.742.21.26.406.545.567.828.086.152.263.52.33.69a5.74 5.74 0 0 1 .115 3.918c-.096.29-.27.703-.294.703-.013 0-1.993-1.14-2.013-1.16-.013-.011.022-.08.223-.427.13-.228.24-.418.24-.424 0-.011.007-.011-.25-.022-.102 0-.195-.01-.204-.011-.01 0-.105-.01-.215-.01s-.224-.01-.254-.012c-.03 0-.126-.01-.216-.011-.088 0-.183-.01-.21-.011s-.134-.01-.237-.012c-.104 0-.205-.01-.225-.01s-.118-.01-.22-.011-.203-.01-.224-.011-.13-.01-.243-.011-.212-.01-.22-.011c-.042-.01-.4-.018-.4-.012 0 0 .307.484.682 1.067l.843 1.31c.146.226.163.25.176.233.008-.011.124-.21.259-.443l.245-.424.032.019 1.013.584c.538.31.978.57.978.575 0 .016-.16.23-.29.39a9 9 0 0 1-.718.728 6 6 0 0 1-.76.54 8 8 0 0 1-.817.403 5.74 5.74 0 0 1-4.236 0c-.2-.08-.634-.292-.816-.403a6 6 0 0 1-.76-.54 8 8 0 0 1-.696-.7 4 4 0 0 1-.29-.383c.002 0 .443-.257.98-.567l1.01-.583.034-.021.235.407c.13.224.24.416.248.427.011.017.02.01.08-.086.036-.058.132-.21.213-.333l.267-.415c.114-.18.485-.756.583-.906l.242-.377.255-.396a1 1 0 0 0 .058-.101c0-.01-.026-.01-.083-.01-.046 0-.15.01-.23.012-.08 0-.182.01-.226.01-.088.01-.239.014-.453.023-.075 0-.172.01-.216.01s-.14.01-.216.012c-.137.01-.26.012-.45.022-.058 0-.212.01-.342.016-.13.01-.285.013-.342.016-.059 0-.153.01-.21.01-.263.014-.349.02-.349.027 0 0 .113.203.252.443l.253.437-.03.017c-.093.06-1.996 1.153-2.004 1.153-.013 0-.114-.214-.19-.406a5.8 5.8 0 0 1-.406-2.49 5.77 5.77 0 0 1 1.291-3.287c.143-.174.567-.606.732-.742.378-.313.73-.54 1.164-.756.4-.196.725-.317 1.137-.42.31-.077.733-.148.9-.15h.061zM8.531.806l-.168.964c-.088.513-.165.94-.17.947a1 1 0 0 1-.164.077 10.6 10.6 0 0 0-6.498 8.22 2 2 0 0 1-.04.215c-.02.053-.064.467-.084.825a15 15 0 0 0 0 1.134c.013.235.033.455.066.736l.024.199-.043.04-.328.303-.2.183c-.09.085-.106.1-.562.522-.198.18-.36.335-.364.34-.003 0 .132.246.299.536l1.738 3.01a200 200 0 0 0 1.446 2.484c.006 0 .091-.03.19-.066l.468-.171c.95-.348 1.182-.432 1.19-.432a.4.4 0 0 1 .075.053c.197.165.681.506 1 .704a11 11 0 0 0 1.898.926 10.64 10.64 0 0 0 4.967.593 10.7 10.7 0 0 0 2.583-.647c.106-.042.203-.078.215-.08.059-.01.404-.167.745-.34.553-.28 1.037-.58 1.545-.96l.208-.152.056.017.089.028a133 133 0 0 1 1.343.419c.015.01.077.025.14.043l.213.067a.6.6 0 0 0 .11.028c.013 0 3.486-6.017 3.482-6.027-.003-.01-.21-.182-1.076-.904l-.415-.347c-.02-.02-.02-.023.002-.18.12-.844.134-1.68.045-2.56a10.59 10.59 0 0 0-5.284-8.136 12 12 0 0 0-1.226-.6c-.05-.02-.092-.045-.094-.054s-.104-.452-.223-.983l-.222-.984c-.005-.017-.18-.018-3.489-.018h-3.48Zm6.395.55a183 183 0 0 1 .426 1.832c.008.03.02.037.213.11.425.165.93.4 1.282.597a9.97 9.97 0 0 1 5.106 7.923c.035.432.042 1.199.012 1.558-.028.345-.081.75-.143 1.093l-.013.073.048.046a6 6 0 0 0 .255.219c.006.01.062.053.123.102l.214.177.41.344c.413.345.384.318.37.34-.004.01-.66 1.142-1.452 2.516-.867 1.503-1.45 2.5-1.458 2.5-.01 0-.095-.024-.191-.053l-.213-.064a45 45 0 0 1-.857-.262c-.012-.01-.043-.015-.07-.022-.027-.01-.058-.016-.07-.022-.012-.01-.055-.02-.097-.03l-.207-.062c-.13-.04-.132-.04-.16-.02l-.18.145c-.261.21-.743.56-.773.56a1 1 0 0 0-.106.062 10.05 10.05 0 0 1-4.744 1.559 16 16 0 0 1-1.284 0c-1.405-.105-2.64-.443-3.845-1.05a10 10 0 0 1-1.764-1.131.6.6 0 0 0-.088-.066 1 1 0 0 1-.117-.095l-.104-.09-.05.01a5 5 0 0 0-.466.164l-.528.195-.529.193a2 2 0 0 1-.188.066c-.006 0-.666-1.134-1.466-2.52l-1.455-2.52.037-.031.214-.202.248-.233.173-.164c.056-.054.128-.12.16-.15l.1-.09.41-.385.072-.07-.015-.077a8 8 0 0 1-.118-1c0-.087-.006-.32-.01-.518A9.97 9.97 0 0 1 6.46 4.329a9.9 9.9 0 0 1 2.178-1.1c.124-.044.13-.048.138-.082.011-.043.081-.437.214-1.202l.103-.586.005-.024h2.91c2.765 0 2.912 0 2.918.018z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/scrapbox.svg b/mkdocs-material/material/templates/.icons/simple/scrapbox.svg new file mode 100644 index 0000000..4454336 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/scrapbox.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0m0 3c.194 0 .388.04.535.117l4.93 2.592c.296.156.295.406 0 .562L12.32 8.977c-.177.092-.177.244 0 .337l5.145 2.706c.183.096.342.286.44.498l-4.987 2.623a.53.53 0 0 0-.281.476v.002a.54.54 0 0 0 .281.479l4.836 2.545a.95.95 0 0 1-.29.248l-4.929 2.591c-.296.156-.774.156-1.07 0l-4.93-2.591c-.296-.156-.295-.407 0-.563l5.145-2.705c.176-.092.177-.245 0-.338L6.535 12.58a1 1 0 0 1-.373-.367l4.942-2.57a.52.52 0 0 0 .279-.26.55.55 0 0 0 0-.48.52.52 0 0 0-.28-.258l-4.939-2.57a1 1 0 0 1 .371-.366l4.93-2.592A1.2 1.2 0 0 1 12 3M6 7.176l3.781 1.967L6 11.109zm12 6.48v3.926l-3.732-1.963z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/scrapy.svg b/mkdocs-material/material/templates/.icons/simple/scrapy.svg new file mode 100644 index 0000000..516f82a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/scrapy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.373 0 12c0 6.628 5.373 12 12 12 6.628 0 12-5.372 12-12 0-6.627-5.372-12-12-12m0 1.113c6.003 0 10.887 4.884 10.887 10.887S18.003 22.887 12 22.887 1.113 18.003 1.113 12 5.997 1.113 12 1.113m7.03 5.201c-.536-.002-1.28.304-2.255 1.098a537 537 0 0 1-3.814 3.045l1.025 1.3c4.694-2.558 6.19-3.167 6.116-4.294-.042-.634-.384-1.146-1.073-1.149Zm-.507.752c.147 0 .266.106.266.239 0 .132-.119.238-.266.238-.146 0-.265-.106-.265-.238 0-.171.162-.239.265-.239m-1.58 1.489c0 .131-.118.238-.265.238s-.264-.107-.264-.238c0-.128.11-.234.24-.24s.29.077.29.24zm-2.109 1.01c.147 0 .266.106.266.238s-.12.238-.266.238-.266-.106-.266-.238c0-.148.139-.239.266-.239zm-2.445.972c-1.502.225-5.807.992-8.01 2.672l3.574 5.387s4.706-2.932 5.863-6.244z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/scratch.svg b/mkdocs-material/material/templates/.icons/simple/scratch.svg new file mode 100644 index 0000000..2884c06 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/scratch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.406 11.312c-.78-.123-1.198-.654-.99-2.295l.023-.198c.175-1.426.321-1.743.996-1.706.198.013.426.14.654.33.211.247.68.568.945 1.204.19.466.254.77.281 1.098l.042.402v-.002a.68.68 0 0 0 1.342-.007c.008-.044.176-4.365.176-4.436 0-.38-.302-.69-.68-.696a.685.685 0 0 0-.682.688c0 .009-.001.605-.014 1.206-.536-.592-1.223-1.123-1.994-1.17-2.058-.11-2.283 1.811-2.419 2.918l-.02.196c-.278 2.189.441 3.569 2.13 3.837 1.838.293 3.063.72 3.074 1.868.007.446-.224.903-.627 1.254a2.16 2.16 0 0 1-1.749.507 3 3 0 0 1-.539-.141c-.24-.136-.847-.51-1.154-.942-.26-.364-.35-.937-.378-1.3.004-.163.005-.27.005-.283a.69.69 0 0 0-.669-.703.69.69 0 0 0-.696.682c0 .013-.017 1.367-.066 2.183-.07 1.313 0 2.426 0 2.474.028.382.35.67.727.644a.68.68 0 0 0 .635-.733c0-.006-.033-.545-.029-1.29a5.2 5.2 0 0 0 1.938.773 3.45 3.45 0 0 0 2.856-.82c.713-.619 1.122-1.464 1.11-2.32-.024-2.555-2.865-3.004-4.228-3.222M14.174 0a5.5 5.5 0 0 0-2.724.723h-.112c-2.637 0-4.937 1.392-6.15 3.728-.728 1.393-.9 2.75-.999 3.579-.012.089-.018.17-.028.262-.12.974-.123 1.904-.01 2.772a5.8 5.8 0 0 0-.625 2.529v.016a59 59 0 0 1-.057 1.95 30 30 0 0 0-.008 2.94l.013.209C3.698 21.676 6.159 24 9.083 24a5.5 5.5 0 0 0 3.463-1.21 8.36 8.36 0 0 0 5.195-2.08c1.826-1.587 2.859-3.845 2.83-6.19-.013-1.362-.346-2.638-.978-3.763.117-1.273.221-4.996.221-5.03 0-3.103-2.484-5.67-5.539-5.727zm.056 2.675c1.642.03 2.978 1.412 2.978 3.081 0 .038-.145 4.497-.215 4.883a3.2 3.2 0 0 1-.203.69c.756.89 1.165 2 1.175 3.256.021 1.555-.681 3.076-1.926 4.16a5.76 5.76 0 0 1-3.8 1.444 6 6 0 0 1-.718-.048 3 3 0 0 1-.172.215 2.97 2.97 0 0 1-2.264 1.038c-1.573 0-2.897-1.255-3.013-2.856l-.008-.122a27 27 0 0 1 .005-2.662c.039-.679.06-1.831.062-2.08a3.12 3.12 0 0 1 .783-2.025c-.237-.835-.312-1.836-.167-3.02l.024-.212c.083-.695.208-1.72.72-2.7.765-1.473 2.168-2.318 3.848-2.318a4.6 4.6 0 0 1 .824.07c.546-.5 1.27-.81 2.067-.794"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/screencastify.svg b/mkdocs-material/material/templates/.icons/simple/screencastify.svg new file mode 100644 index 0000000..0a61752 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/screencastify.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.898 2.347c-.472.008-.914.38-.914.891v4.278H1.1c-.541 0-1.1.437-1.1.978v7.02c0 .54.559.907 1.1.907h5.884V7.533h6.408c.542 0 .926.437.926.979v1.623l3.667-2.095v7.927l-3.667-2.095v1.676c0 .541-.384.908-.926.908H6.984v4.313c0 .68.786 1.1 1.38.768l9.638-5.535 5.553-3.195c.593-.402.593-1.257 0-1.59l-5.553-3.194L8.364 2.47a.9.9 0 0 0-.466-.123"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/scribd.svg b/mkdocs-material/material/templates/.icons/simple/scribd.svg new file mode 100644 index 0000000..65cb0a7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/scribd.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.635 0C6.633 0 3.139 3.067 3.139 7.459v.06c.008.085.004.169.004.254 0 1.725.438 3.09 1.253 4.057q1.223 1.45 3.21 1.451 1.662 0 2.617-1.008a3.38 3.38 0 0 0 .955-2.412q0-1.44-.926-2.263-.927-.823-1.979-.823a4.5 4.5 0 0 0-.859.112q-.516.129-.687.129-.765 0-.764-.924 0-1.552 1.547-2.67.454-.326.927-.568c.907-.411 1.988-.637 3.198-.637 2.33 0 4.423.61 6.238 1.816l-1.004 1.602 1.893 1.248 2.205-3.303-.799-.644C17.75.987 14.878 0 11.635 0m5.683 10.682q-1.662 0-2.617 1.007a3.38 3.38 0 0 0-.955 2.413q0 1.44.928 2.263.926.823 1.976.823.325 0 .86-.112.515-.129.687-.129.765 0 .764.924 0 .332-.072.645c-.849 2.079-3.022 3.267-6.166 3.267-2.671 0-5.233-.848-7.319-2.408l1.233-1.52-1.785-1.39L2.25 19.63l.783.703C5.673 22.698 9.114 24 12.723 24q.602-.001 1.172-.05c2.077-.094 4.15-.87 5.61-2.188q2.245-2.026 2.245-5.592 0-2.587-1.223-4.037-1.221-1.452-3.209-1.451"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/scrimba.svg b/mkdocs-material/material/templates/.icons/simple/scrimba.svg new file mode 100644 index 0000000..642ef8f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/scrimba.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 6.222a2.22 2.22 0 0 1-2.222 2.222h-8.89a2.222 2.222 0 0 1 0-4.444h8.89C23.005 4 24 4.995 24 6.222m-7.333 9.334h-8.89a2.222 2.222 0 0 0 0 4.444h8.89a2.222 2.222 0 0 0 0-4.444m0-5.778H13.11a2.222 2.222 0 0 0 0 4.444h3.556a2.222 2.222 0 0 0 0-4.444zM2.222 15.556a2.222 2.222 0 1 0 0 4.444 2.222 2.222 0 0 0 0-4.444"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/scrollreveal.svg b/mkdocs-material/material/templates/.icons/simple/scrollreveal.svg new file mode 100644 index 0000000..b6ec5c4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/scrollreveal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.714 2.857A1.71 1.71 0 0 0 0 4.571v6.858c0 .95.765 1.714 1.714 1.714a1.71 1.71 0 0 0 1.715-1.714V4.57a1.71 1.71 0 0 0-1.715-1.714zm6.857 0a1.71 1.71 0 0 0-1.714 1.714v1.143c0 .95.765 1.715 1.714 1.715a1.71 1.71 0 0 0 1.715-1.715V4.571A1.71 1.71 0 0 0 8.57 2.857zm6.858 0a1.71 1.71 0 0 0-1.715 1.714V19.43c0 .95.765 1.714 1.715 1.714a1.71 1.71 0 0 0 1.714-1.714V4.57a1.71 1.71 0 0 0-1.714-1.714zm6.857 0a1.71 1.71 0 0 0-1.715 1.714v6.858c0 .95.765 1.714 1.715 1.714A1.71 1.71 0 0 0 24 11.429V4.57a1.71 1.71 0 0 0-1.714-1.714zm-13.715 8a1.71 1.71 0 0 0-1.714 1.714v6.858c0 .95.765 1.714 1.714 1.714a1.71 1.71 0 0 0 1.715-1.714V12.57a1.71 1.71 0 0 0-1.715-1.714zm-6.857 5.714A1.71 1.71 0 0 0 0 18.286v1.143c0 .95.765 1.714 1.714 1.714a1.71 1.71 0 0 0 1.715-1.714v-1.143a1.71 1.71 0 0 0-1.715-1.715m20.572 0a1.71 1.71 0 0 0-1.715 1.715v1.143c0 .95.765 1.714 1.715 1.714A1.71 1.71 0 0 0 24 19.429v-1.143a1.71 1.71 0 0 0-1.714-1.715"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/scrumalliance.svg b/mkdocs-material/material/templates/.icons/simple/scrumalliance.svg new file mode 100644 index 0000000..c3ada31 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/scrumalliance.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.611 7.684a.3.3 0 1 0 .34.254.3.3 0 0 0-.34-.254m.88.002a.325.325 0 0 0-.296.324.325.325 0 0 0 .327.326.325.325 0 0 0 .324-.326.325.325 0 0 0-.325-.324zm-1.665.392a.275.275 0 0 0-.232.31c.022.15.16.253.31.231a.27.27 0 0 0 .23-.309.273.273 0 0 0-.308-.232m2.086.375a.35.35 0 0 0 .35.35.35.35 0 0 0 .347-.35.35.35 0 0 0-.348-.347.35.35 0 0 0-.349.347m3.965.027c-.613 0-1.17.34-1.17.989 0 .999 1.344.734 1.344 1.435 0 .36-.287.611-.692.611-.296 0-.626-.098-.574-.392l.047-.262h-.4l-.061.332c-.096.564.536.744.932.744.643 0 1.195-.397 1.195-1.06 0-1.037-1.344-.768-1.344-1.436 0-.336.297-.545.666-.545.218 0 .513.072.469.3l-.04.232h.401l.07-.362c.083-.43-.482-.586-.843-.586m-6.541.287a.245.245 0 0 0-.207.278.244.244 0 0 0 .277.205.243.243 0 0 0 .207-.275.246.246 0 0 0-.277-.207m3.326.127a.367.367 0 0 0-.31.416.367.367 0 0 0 .415.311.367.367 0 0 0 .311-.416.367.367 0 0 0-.416-.31m5.664.534c-.778 0-1.4.68-1.4 1.457 0 .625.403 1.052 1.047 1.052.578 0 .914-.355.914-.355l-.121-.355s-.315.312-.754.312c-.41 0-.657-.27-.657-.687 0-.554.448-1.028.926-1.028.209 0 .452.085.422.28l-.03.162h.374l.052-.276c.07-.426-.455-.562-.773-.562m7.625 0c-.413 0-.768.369-.873.582h-.01c.03-.085.067-.272.067-.328 0-.128-.066-.198-.24-.198h-.497l-.064.356h.273c.07 0 .087.036.078.097l-.347 1.944h.422l.191-1.07c.087-.474.405-.967.826-.967.244 0 .315.138.315.332 0 .08-.019.174-.032.27l-.255 1.435h.42l.197-1.096c.078-.46.391-.941.8-.941.253 0 .32.137.32.345 0 .228-.185 1.028-.185 1.25 0 .408.287.45.483.45.104 0 .187-.008.187-.008l.065-.356s-.045.01-.106.01c-.109 0-.195-.03-.195-.209 0-.19.191-.981.191-1.266 0-.407-.229-.632-.603-.632-.366 0-.696.255-.865.582h-.01c-.022-.38-.2-.582-.553-.582m-4.963.027c-.348 0-.643.298-.79.639h-.01c.034-.114.077-.345.077-.407 0-.137-.064-.203-.234-.203h-.496l-.07.354h.275c.074 0 .087.048.078.105l-.343 1.938h.421l.157-.89c.095-.55.46-1.087.865-1.087.056 0 .096.011.117.016l.084-.455a1 1 0 0 0-.13-.01m.492.03-.066.353h.365l-.203 1.166a1.6 1.6 0 0 0-.031.303c0 .45.282.63.617.63.461 0 .767-.328.91-.574h.008c-.03.36.144.526.44.526a3 3 0 0 0 .2-.008l.065-.356s-.04.01-.105.01c-.109 0-.196-.038-.196-.209a1 1 0 0 1 .014-.146l.305-1.696h-.787l-.067.354h.365l-.129.734c-.078.455-.435.947-.875.947-.247 0-.33-.127-.33-.336 0-.075.014-.174.036-.273l.252-1.426zM.193 9.57a.226.226 0 0 0-.191.256.23.23 0 0 0 .258.192.225.225 0 0 0 .191-.256.23.23 0 0 0-.258-.192m.219.778a.19.19 0 0 0-.162.216.193.193 0 0 0 .219.162.19.19 0 0 0 .162-.216.194.194 0 0 0-.219-.162m.494.648a.166.166 0 0 0-.14.188.164.164 0 0 0 .187.138.166.166 0 0 0 .14-.187.164.164 0 0 0-.187-.139m2.487.22a.401.401 0 1 0 0 .803.403.403 0 0 0 .402-.402c0-.221-.18-.4-.402-.4m-1.811.077a.157.157 0 0 0-.145.156.157.157 0 0 0 .159.158.157.157 0 0 0 .156-.158.157.157 0 0 0-.156-.156zm.672.092a.436.436 0 0 0-.418.435.436.436 0 1 0 .435-.435zm2.205.175a.366.366 0 0 0-.365.368c0 .202.163.367.365.367a.367.367 0 0 0 .367-.367.37.37 0 0 0-.367-.368m-3.065.51a.466.466 0 0 0-.466.467c0 .258.208.467.466.467a.466.466 0 0 0 .467-.467.466.466 0 0 0-.467-.467m3.858.323a.32.32 0 0 0-.318.32c0 .177.14.32.318.32a.32.32 0 0 0 .32-.32.32.32 0 0 0-.32-.32m2.812.482L6.49 15.93h-.308l-.05.275h.98l.052-.275h-.348l.44-.858h1.191l.135.858h-.354l-.046.275h.964l.05-.275h-.31l-.484-3.055zm1.684 0-.049.266h.393l-.44 2.466a1 1 0 0 0-.021.18c0 .374.256.432.426.432.07 0 .152-.014.152-.014l.047-.275s-.034.01-.108.01c-.104 0-.209-.015-.209-.214 0-.037.01-.1.018-.156l.478-2.695zm1.162 0-.049.266h.39l-.437 2.466a1 1 0 0 0-.023.18c0 .374.258.432.428.432.07 0 .152-.014.152-.014l.047-.275s-.034.01-.108.01c-.104 0-.209-.015-.209-.214 0-.037.01-.1.018-.156l.477-2.695zm1.639 0-.074.402h.336l.074-.402zm-11.592.299a.493.493 0 0 0-.492.492c0 .272.22.49.492.49a.49.49 0 0 0 .492-.49.493.493 0 0 0-.492-.492m22.576.039c-.256 0-.463.23-.463.518 0 .287.207.517.463.517.26 0 .467-.23.467-.517 0-.289-.208-.518-.467-.518m-15.355.004h.008s0 .104.017.213l.21 1.363H7.39l.703-1.363c.052-.11.084-.213.084-.213m15.355.092c.21 0 .371.184.371.421s-.161.422-.37.422c-.208 0-.368-.185-.368-.422s.16-.422.367-.422m-17.945.097a.297.297 0 0 0-.297.297.298.298 0 0 0 .596 0 .3.3 0 0 0-.3-.297m17.787.055v.535h.092v-.207h.08l.092.207h.101l-.094-.197c-.011-.024-.017-.03-.017-.03v-.003c.04-.012.09-.059.09-.141 0-.1-.062-.164-.155-.164zm.092.076h.078c.048 0 .08.033.08.088 0 .057-.032.09-.08.09h-.078zm-9.16.229c-.457 0-.795.246-.795.246l.09.261s.297-.222.658-.222c.335 0 .447.174.447.426 0 .085-.035.27-.035.27h-.143c-.6 0-1.484.155-1.484.917 0 .384.288.598.64.598.518 0 .81-.512.805-.512h.008c-.022.317.14.465.397.465.078 0 .164-.01.164-.01l.049-.265s-.04.01-.114.01c-.1 0-.205-.025-.205-.223 0-.2.219-1.018.219-1.297 0-.46-.284-.664-.701-.664m2.92 0c-.54 0-.888.427-.975.63h-.01c.04-.099.074-.327.074-.379 0-.123-.055-.195-.22-.195h-.418l-.05.266h.298c.07 0 .087.047.078.103l-.361 2.014h.295l.197-1.094c.095-.558.53-1.043 1-1.043.243 0 .379.129.379.399 0 .265-.205 1.127-.205 1.34 0 .36.26.408.418.408.073 0 .16-.01.16-.01l.049-.265s-.04.01-.11.01c-.104 0-.209-.02-.209-.223 0-.19.205-1.057.205-1.35 0-.393-.213-.611-.595-.611m2.53 0c-.726 0-1.378.649-1.378 1.459 0 .639.408 1.037 1.004 1.037.557 0 .888-.356.888-.356l-.095-.265s-.313.332-.77.332c-.426 0-.722-.29-.722-.768 0-.649.53-1.15 1.039-1.15.213 0 .51.09.474.312l-.031.176h.275l.043-.252c.066-.388-.43-.525-.726-.525m2.311 0c-.74 0-1.279.715-1.279 1.492 0 .601.392 1.004.992 1.004.461 0 .822-.313.822-.313l-.091-.265s-.323.289-.719.289c-.461 0-.7-.327-.7-.739 0-.118.022-.218.022-.218h1.68s.06-.204.06-.389c0-.497-.247-.861-.787-.861m-10.058.056-.047.266h.39l-.277 1.535c-.009.066-.023.126-.023.174 0 .374.262.418.427.418.061 0 .153-.01.153-.01l.047-.266s-.036.01-.11.01c-.104 0-.207-.024-.207-.222a1 1 0 0 1 .012-.137l.322-1.768zm10.045.213c.287 0 .5.186.5.565 0 .094-.018.18-.018.18h-1.369c.157-.484.526-.745.887-.745M5.45 14.46a.25.25 0 1 0 0 .502.25.25 0 1 0 0-.502m9.051.53h.127l-.022.103c-.095.412-.439.904-.847.904-.292 0-.414-.175-.414-.379 0-.587.79-.629 1.156-.629m-9.568.404a.22.22 0 0 0-.22.216.22.22 0 0 0 .22.22c.12 0 .216-.1.216-.22a.216.216 0 0 0-.216-.216m-.809.513a.21.21 0 0 0-.207.207c0 .114.093.205.207.205a.204.204 0 0 0 .205-.205.206.206 0 0 0-.205-.207"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/scrutinizerci.svg b/mkdocs-material/material/templates/.icons/simple/scrutinizerci.svg new file mode 100644 index 0000000..b552187 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/scrutinizerci.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.862 0 6.879.06a6.139 6.127 0 0 0-3.744 2.508 6.36 6.36 0 0 0-1.357 2.64l-.12.553-.12.857c-.06.8-.06 1.351.12 1.471h5.276c.06 0-.186-.246-.186-.672 0-.738.252-.924.552-1.23.552-.426 2.945-.12 4.728-.246 2.448 0 4.602-.06 4.848-.12 2.7-.427 5.03-2.388 5.522-4.536.12-.547.12-1.105.06-1.165C22.398 0 21.418 0 14.86 0zM9.194 9.007c-3.758-.015-7.47 0-7.53.06-.126.126-.06.798.06 1.35a5.64 5.64 0 0 0 1.843 2.761 7.55 7.55 0 0 0 3.312 1.59c.366.126 1.044.126 4.597.126 4.236 0 4.915.06 5.22.24a1.842 1.836 0 0 1 .372.372c.18.24.18.307.18.98 0 .671-.065.731-.185 1.043a1.5 1.5 0 0 1-.426.366c-.186.12-.307.12-4.357.18-4.67 0-5.155 0-6.32.431a6.445 6.433 0 0 0-2.46 1.35c-1.163 1.04-1.841 2.203-1.961 3.428l.06.611a283.022 282.613 0 0 0 15.404 0l.492-.12a4.543 4.537 0 0 0 .737-.245l.367-.18a7.735 7.723 0 0 0 3.499-4.297 8.407 8.395 0 0 0-.373-6.06 8.527 8.521 0 0 0-2.328-2.88 6.937 6.925 0 0 0-2.394-.985c-.246-.06-4.051-.106-7.81-.12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/scylladb.svg b/mkdocs-material/material/templates/.icons/simple/scylladb.svg new file mode 100644 index 0000000..63a6c63 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/scylladb.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.992 2.435C17.229.868 14.75 0 12.004 0 9.259 0 6.779.868 5.017 2.435 3.246 4.012 2.272 6.244 2.272 8.706c0 2.373 2.382 13.567 2.479 14.045.169.735.815 1.24 1.541 1.24.089 0 .168-.009.257-.018.151-.026.292-.07.434-.141.301.133.638.186.965.124.248-.045.479-.151.673-.31a1.58 1.58 0 0 0 1.63.203c.23-.106.425-.265.576-.451a1.6 1.6 0 0 0 1.231.602 1.6 1.6 0 0 0 .823-.239 1.7 1.7 0 0 0 .408-.354c.248.301.611.513 1 .566.39.062.797-.035 1.116-.256.036-.018.062-.045.089-.071.186.15.407.257.637.301q.253.053.505.026c.151-.017.292-.053.434-.115.124.053.248.089.381.115a1.58 1.58 0 0 0 1.798-1.222c.097-.478 2.479-11.663 2.479-14.045.009-2.462-.965-4.685-2.736-6.271m-.186 20.219c-.124.558-.655.93-1.222.868a1.6 1.6 0 0 0 .443-.833l.07-.425.275-1.691c.088-.567.177-1.134.248-1.701a.156.156 0 0 0-.115-.168.16.16 0 0 0-.186.115c-.124.558-.239 1.125-.354 1.683l-.328 1.683-.08.416c-.026.115-.071.23-.124.327a1 1 0 0 1-.221.275 1 1 0 0 1-.292.195 1.5 1.5 0 0 1-.337.097 1.14 1.14 0 0 1-.77-.195c.106-.159.194-.336.239-.531.017-.044.017-.097.026-.142 0-.026.009-.053.009-.071l.009-.062.08-.743.097-.992c.062-.665.124-1.329.168-1.993a.147.147 0 0 0-.133-.159.164.164 0 0 0-.177.132c-.097.656-.186 1.32-.274 1.975l-.186 1.488c-.018.16-.036.346-.071.461a1.1 1.1 0 0 1-.469.655 1.1 1.1 0 0 1-.78.168 1.1 1.1 0 0 1-.814-.566c.026-.071.044-.142.061-.204.036-.142.036-.292.036-.408l.009-.735c.009-.487.017-.983.017-1.47a40 40 0 0 0 0-1.47c0-.079-.062-.15-.141-.15a.145.145 0 0 0-.16.141c-.026.487-.062.983-.079 1.47-.027.488-.045.983-.071 1.471l-.036.735c0 .062 0 .124-.008.177 0 .053-.009.097-.018.15-.027.098-.053.195-.106.284a1.11 1.11 0 0 1-.992.593.9.9 0 0 1-.301-.044c-.098-.027-.186-.071-.275-.115a1.15 1.15 0 0 1-.416-.434 1 1 0 0 1-.106-.284c-.027-.097-.027-.195-.036-.327l-.035-.735c-.018-.488-.045-.983-.071-1.471l-.08-1.47a.154.154 0 0 0-.15-.141.15.15 0 0 0-.151.15v1.47c0 .487.009.983.018 1.47l.009.735c0 .116.008.266.035.408.018.071.035.142.062.212a1.17 1.17 0 0 1-.523.47 1.11 1.11 0 0 1-1.337-.346 1 1 0 0 1-.177-.327 1.4 1.4 0 0 1-.044-.186c-.009-.027-.009-.071-.018-.107l-.018-.115-.23-1.797c-.08-.603-.159-1.205-.257-1.798-.009-.08-.079-.133-.159-.133-.089.009-.151.08-.142.168.044.602.098 1.205.151 1.807l.177 1.806.009.116c0 .035.009.07.017.124.009.088.036.177.062.256.045.151.124.293.213.426a1.13 1.13 0 0 1-1.125.097 1.15 1.15 0 0 1-.629-.806l-.079-.416-.328-1.674c-.115-.558-.23-1.116-.354-1.674-.018-.08-.089-.133-.168-.115-.08.009-.142.089-.133.177.079.567.159 1.125.248 1.692l.274 1.682.071.425c.027.169.089.328.16.47.07.133.159.257.274.363-.018 0-.027.009-.044.009a1.126 1.126 0 0 1-1.276-.859c-.026-.115-2.47-11.619-2.47-13.949 0-2.338.921-4.437 2.586-5.933C6.956 1.284 9.33.461 11.96.461s5.004.823 6.678 2.32c1.673 1.488 2.586 3.595 2.586 5.933.053 2.33-2.392 13.834-2.418 13.94m-4.517-11.451a1.32 1.32 0 0 0-.726-.407h-.035a.235.235 0 0 0-.248.212.235.235 0 0 0 .212.248.8.8 0 0 1 .354.106 11.2 11.2 0 0 1-3.701 1.621 11.2 11.2 0 0 1-4.198.186.193.193 0 1 0-.062.381c.212.035.434.062.646.08 0 .008 0 .017.009.026.186.558.664 1.302 1.284 1.302a.8.8 0 0 0 .195-.027c.23-.053.611-.292.611-1.248 0-.018-.009-.027-.009-.045a12 12 0 0 0 1.612-.248c.053-.008.106-.026.151-.035.124.496.31 1.116.93 1.116.256 0 .531-.142.744-.381.177-.204.46-.664.371-1.435a11.5 11.5 0 0 0 1.745-.974.8.8 0 0 1 .115.292c.018.08.089.133.169.124a.15.15 0 0 0 .141-.168 1.2 1.2 0 0 0-.31-.726m-6.11 2.489c0 .442-.107.761-.266.797-.346.088-.7-.426-.868-.815.381.018.753.018 1.134 0 .008.009 0 .018 0 .018m3.551.106c-.115.133-.266.221-.39.221-.212 0-.336-.186-.487-.77.39-.115.779-.248 1.151-.399.018.381-.079.718-.274.948m-2.878-1.515a4.471 4.471 0 1 1 4.472-4.472 4.476 4.476 0 0 1-4.472 4.472m0-8.475A4.014 4.014 0 0 0 4.84 7.82a4.014 4.014 0 0 0 4.012 4.012 4.013 4.013 0 0 0 4.011-4.012 4.02 4.02 0 0 0-4.011-4.012m.876 1.231c-.735.151-.876 1.754-.442 2.196.292.293.876.381.876.585s-.584.292-.876.584c-.443.443-.293 2.046.442 2.197.868.177 2.197-.877 2.197-2.781s-1.329-2.958-2.197-2.781"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/seagate.svg b/mkdocs-material/material/templates/.icons/simple/seagate.svg new file mode 100644 index 0000000..43c4561 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/seagate.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11.228 22.684-.776-2.955c.273-.132.498-.236.796-.384 1.239-.528 2.436-1.132 3.55-1.892 1.395-.952 2.698-2.015 3.833-3.268.89-.983 1.632-2.068 2.056-3.342.282-.848.42-1.715.296-2.609a4.75 4.75 0 0 0-.796-2.037 5.14 5.14 0 0 0-1.974-1.72c-1.007-.51-2.08-.697-3.198-.664-.99.03-1.945.248-2.874.587-1.71.625-3.278 1.518-4.783 2.528-.44.295-.842.636-1.192 1.038-.19.218-.336.46-.398.749-.104.487.175.858.672.881.348.017.658-.118.962-.262.946-.446 1.8-1.049 2.683-1.6.725-.452 1.458-.894 2.255-1.211.786-.313 1.597-.485 2.447-.343.925.155 1.67.592 2.122 1.442.317.595.342 1.227.176 1.87-.19.734-.615 1.33-1.117 1.877a10.2 10.2 0 0 1-2.372 1.899c-.924.542-1.84 1.1-2.788 1.598-1.109.583-2.29.996-3.493 1.345-1.01.293-2.038.426-3.086.333-.88-.078-1.707-.334-2.437-.842a3.93 3.93 0 0 1-1.44-1.82c-.455-1.16-.431-2.343-.143-3.534C.534 9 1.217 7.838 2.059 6.757c.64-.821 1.376-1.547 2.17-2.215a24 24 0 0 1 3.596-2.524c.433-.246.873-.478 1.285-.702l.421.866c-.38.205-.757.401-1.127.608a20.1 20.1 0 0 0-4.36 3.241 9.2 9.2 0 0 0-1.757 2.367c-.474.928-.729 1.91-.617 2.958.123 1.147.661 2.029 1.718 2.558.63.316 1.303.41 1.997.395.956-.02 1.858-.292 2.748-.611 1.328-.475 2.563-1.137 3.765-1.864.706-.426 1.41-.86 2.007-1.436.315-.305.63-.615.791-1.038.286-.754-.12-1.406-.928-1.483-.44-.041-.838.105-1.226.284-1.026.475-1.949 1.125-2.905 1.72-.73.453-1.469.894-2.273 1.208-.557.218-1.132.354-1.736.284-1.037-.118-1.685-.937-1.572-1.975.088-.816.485-1.481 1.022-2.075.593-.657 1.285-1.195 2.028-1.67 1.141-.729 2.3-1.428 3.539-1.983 1.436-.644 2.91-1.154 4.49-1.293 1.144-.101 2.275-.037 3.391.253a7.8 7.8 0 0 1 2.715 1.28A7 7 0 0 1 23.2 6.138c.446.796.7 1.65.775 2.559a7.5 7.5 0 0 1-.31 2.808 10.5 10.5 0 0 1-1.127 2.537 15.3 15.3 0 0 1-2.449 3.008c-.964.914-1.937 1.815-3.034 2.572-1.427.984-2.913 1.86-4.52 2.519-.43.176-.857.356-1.307.543"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/searxng.svg b/mkdocs-material/material/templates/.icons/simple/searxng.svg new file mode 100644 index 0000000..afee1a8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/searxng.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m13.716 17.261 6.873 6.582L24 20.282l-6.824-6.536a9.1 9.1 0 0 0 1.143-4.43c0-5.055-4.105-9.159-9.16-9.159S0 4.261 0 9.316s4.104 9.159 9.159 9.159a9.1 9.1 0 0 0 4.557-1.214M9.159 2.773a6.546 6.546 0 0 1 6.543 6.543 6.545 6.545 0 0 1-6.543 6.542 6.545 6.545 0 0 1-6.542-6.542 6.545 6.545 0 0 1 6.542-6.543M7.26 5.713a4.065 4.065 0 0 1 4.744.747 4.06 4.06 0 0 1 .707 4.749l1.157.611a5.38 5.38 0 0 0-.935-6.282 5.38 5.38 0 0 0-6.274-.987z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/seat.svg b/mkdocs-material/material/templates/.icons/simple/seat.svg new file mode 100644 index 0000000..5440474 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/seat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m0 10.325 23.98 4.46c-.021.657-.062 2.712-.103 3.903-.041 1.418-.35 2.281-.925 2.815-.801.72-1.747.884-4.007 1.007-5.219.288-10.54.247-17.219-.226-.699-.04-.966-.185-1.089-.267-.288-.205-.329-.431-.411-1.603-.062-.801-.164-3.123-.205-3.904 3.102.206 7.849.37 11.712.37.966 0 3.493.02 4.171.02.534 0 1.233-.143 1.582-.698L0 13.222zm.02-1.253c.021-.76.062-2.65.103-3.76.041-1.418.35-2.281.925-2.815.801-.72 1.747-.884 4.007-1.007 5.219-.288 10.54-.247 17.219.226.699.04.966.185 1.089.267.288.205.329.431.411 1.603.041.678.144 2.486.185 3.472-2.301-.123-6.206-.308-9.596-.35-3.39-.04-6.452.021-6.822.063-.74.102-1.089.452-1.192.595L24 10.634v2.568Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/seatgeek.svg b/mkdocs-material/material/templates/.icons/simple/seatgeek.svg new file mode 100644 index 0000000..90d6638 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/seatgeek.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.866 11.277h-.177l-.703-.001v-.001c-1.337-.002-3.426-.009-3.845-.011v-7.37c2.111.089 4.044.121 4.044.121l.304 1.556c.001 0-.745.007-2.361-.03v1.394l1.486.022v1.31L9.128 8.25v1.452c.832.008 1.595.013 2.411.014l1.99-5.615c.3-.008 1.573-.041 1.886-.054l2.637 7.225c-.661.003-1.331-.009-1.993-.006l-.448-1.302q-1.14.012-2.281.016l-.445 1.293c-.355 0-.685 0-1.019.004m2.607-4.625-.693 2.015q.691-.006 1.38-.016zm4.389-1.197q-1.079.066-2.157.112l.307-1.594q2.854-.158 5.694-.497l.306 1.645q-1.079.106-2.16.192l-.01 5.953c-.66.006-1.32-.001-1.98.004zM6.533 9.069c0 1.246-.901 2.401-2.674 2.401-1.61 0-2.42-.752-2.42-.752V8.699c1.101 1.043 3.266 1.745 3.266.482 0-.96-3.266-1.125-3.266-3.518 0-1.342 1.247-2.186 2.675-2.186 1.009 0 1.855.193 2.065.258l-.083 1.772c-.884-.521-2.801-.763-2.801.134 0 .992 3.239 1.002 3.238 3.428m14.861 11.155-1.957-3.596v3.433c-.673-.053-1.982-.133-1.982-.133V12.5l1.982.004c-.007 1.059.008 2.118 0 3.176l2.028-3.18h2.233l-2.314 3.569L24 20.525a91 91 0 0 0-2.606-.301M9.132 18.231q1.338-.029 2.678-.029l-.307 1.561c-.869.003-3.428.062-4.358.122v-7.374h4.038l.307 1.536s-.973-.007-2.358-.008v1.399l1.481-.013v1.323l-1.481.018zm5.162-.001c.707.015 1.905.054 2.682.082l-.32 1.573a87 87 0 0 0-4.349-.121v-7.253l4.051.002.306 1.551-2.371-.015v1.389q.691.006 1.379.017v1.321q-.689-.015-1.379-.025zM3.617 15.549l2.604-.059v4.445s-.7.032-2.26.178C1.746 20.321 0 19.022 0 16.468c0-3.034 2.222-3.993 4.225-3.993.868 0 1.379.016 1.667.031l.328 1.723s-.58-.122-1.673-.122c-1.24 0-2.585.415-2.585 2.078 0 1.791.745 2.392 2.556 2.228l-.001-1.536-1.206.059z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/securityscorecard.svg b/mkdocs-material/material/templates/.icons/simple/securityscorecard.svg new file mode 100644 index 0000000..a3bf877 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/securityscorecard.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.37 2.5 12 5 7.63 7.5v-5L12 0ZM22.487 6l.003 4.986-8.728-4.993L18.118 3.5Zm-4.369 9.508-.001 4.997 4.377-2.5-.003-5.018-4.373-2.502zm-10.49 5.994L12 24l4.369-2.495v-4.997zM7.63 9.5v5.001l4.37 2.5 4.37-2.494V9.5L12 7Zm-6.124 8.504L1.508 13l8.747 5.003-4.376 2.5ZM5.882 3.5l-4.37 2.501L1.51 11l4.372 2.502z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sefaria.svg b/mkdocs-material/material/templates/.icons/simple/sefaria.svg new file mode 100644 index 0000000..999fd51 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sefaria.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.615 15.412c-.62 2.915-2.733 4.152-7.425 4.152-11.54 0-7.45-9.28-5.84-11.186.678-.85 1.152-1.553 2.874-1.553h3.273c4.567 0 5.437.217 6.582 2.55.617 1.258.975 3.971.536 6.036m1.238-5.79c-.385-2.492-.889-5.202-3.052-6.706-1.31-.911-2.663-.981-4.177-.981-1.026 0-4.666-.041-6.257-.041C5.833 1.893 4.779.618 4.779 0 3.777 1.234 3.001 2.597 3.272 4.245c.244 1.484 1.261 2.433 2.75 2.622C4.338 9.25 2.81 11.994 2.881 14.9c.046 1.83.467 9.1 8.686 9.1h1.497c3.507 0 5.632-2.606 6.25-3.614 1.822-2.963 2.122-7.548 1.537-10.764Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sega.svg b/mkdocs-material/material/templates/.icons/simple/sega.svg new file mode 100644 index 0000000..5407a14 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sega.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.229 4.14-.006 3.33h-10.6a.4.4 0 0 0 0 .798l2.76-.016a7.87 7.87 0 0 1-.001 15.738L2.748 24l.005-3.375h10.635a4.505 4.505 0 1 0-.002-9.01l-2.771-.03a3.723 3.723 0 1 1-.004-7.446zM2.763 19.843l-.004-3.331h10.609c.21 0 .383-.175.383-.387a.385.385 0 0 0-.384-.385h-2.744c-4.345 0-7.867-3.525-7.867-7.871S6.278 0 10.623 0l10.6.003.006 3.35-10.604.003c-2.49 0-4.5 2.019-4.5 4.507a4.51 4.51 0 0 0 4.515 4.504l2.775.03a3.722 3.722 0 0 1 0 7.443H2.765z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/selenium.svg b/mkdocs-material/material/templates/.icons/simple/selenium.svg new file mode 100644 index 0000000..4fc588b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/selenium.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23.174 3.468-7.416 8.322a.23.23 0 0 1-.33 0l-3.786-3.9a.23.23 0 0 1 0-.282L12.872 6a.228.228 0 0 1 .366 0l2.106 2.346a.228.228 0 0 0 .342 0l5.94-8.094A.162.162 0 0 0 21.5 0H.716a.174.174 0 0 0-.174.174v23.652A.174.174 0 0 0 .716 24h22.566a.174.174 0 0 0 .174-.174V3.6a.162.162 0 0 0-.282-.132M6.932 21.366a5.7 5.7 0 0 1-4.05-1.44.22.22 0 0 1 0-.288l.882-1.236a.222.222 0 0 1 .33-.036 4.34 4.34 0 0 0 2.964 1.158c1.158 0 1.722-.534 1.722-1.098 0-1.752-5.7-.552-5.7-4.278 0-1.65 1.428-3 3.756-3a5.57 5.57 0 0 1 3.708 1.242.22.22 0 0 1 0 .3l-.906 1.2a.22.22 0 0 1-.318.036 4.3 4.3 0 0 0-2.706-.936c-.906 0-1.41.402-1.41.996 0 1.572 5.688.522 5.688 4.2.006 1.812-1.284 3.18-3.96 3.18m12.438-3.432a.19.19 0 0 1-.192.192h-5.202a.06.06 0 0 0-.06.066 1.986 1.986 0 0 0 2.106 1.638 3.26 3.26 0 0 0 1.8-.6.19.19 0 0 1 .276.042l.636.93a.2.2 0 0 1-.042.264 4.7 4.7 0 0 1-2.892.9 3.726 3.726 0 0 1-3.93-3.87 3.744 3.744 0 0 1 3.81-3.852c2.196 0 3.684 1.644 3.684 4.05zm-3.684-2.748a1.76 1.76 0 0 0-1.8 1.56.06.06 0 0 0 .06.066h3.492a.06.06 0 0 0 .06-.066 1.7 1.7 0 0 0-1.812-1.56"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sellfy.svg b/mkdocs-material/material/templates/.icons/simple/sellfy.svg new file mode 100644 index 0000000..3e612fc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sellfy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.179.818C15.533-.273 8.406-.273.8.818-.266 8.377-.266 15.424.8 22.946 4.511 23.491 8.22 24 12.005 24c3.748 0 7.459-.51 11.17-1.017 1.1-7.56 1.1-14.607 0-22.165zm-11.54 18.314c-2.055 0-4.226-.689-5.179-1.199l.807-3.126c1.064.705 2.682 1.395 4.446 1.395 1.395 0 2.24-.436 2.24-1.305 0-.615-.435-.975-1.575-1.26l-2.279-.631c-2.416-.66-3.557-1.891-3.557-3.855 0-2.365 1.83-4.256 5.619-4.256 1.99 0 3.973.545 5.07 1.092l-.951 2.976c-1.104-.615-2.79-1.125-4.226-1.125-1.365 0-1.95.436-1.95 1.092 0 .619.404.87 1.291 1.092l2.488.734c2.566.736 3.707 1.966 3.707 3.885-.076 2.701-2.461 4.517-5.957 4.517z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/semanticrelease.svg b/mkdocs-material/material/templates/.icons/simple/semanticrelease.svg new file mode 100644 index 0000000..9039570 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/semanticrelease.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.952 14.4a2.4 2.4 0 1 1 0-4.8 2.4 2.4 0 0 1 0 4.8m0-.72a1.68 1.68 0 1 0 0-3.36 1.68 1.68 0 0 0 0 3.36M8.304 3.12v1.728c.096.528 1.008 2.64 1.68 3.888C9.12 8.112 7.2 6.672 6.672 5.952a4.4 4.4 0 0 1-.816-1.392L2.448 6.48v4.128c.432.24 1.104.72 1.488.864.528.192 2.832.432 4.224.48-1.008.432-3.168 1.392-4.08 1.488-.768.144-1.296.048-1.632 0v4.08l3.312 1.872c.432-.192 1.152-.576 1.488-.816.432-.336 1.776-2.208 2.496-3.408-.096 1.056-.384 3.408-.72 4.272-.288.72-.624 1.104-.816 1.392L12 22.992l3.504-2.016c.048-.432.096-1.344 0-1.824-.048-.528-1.008-2.64-1.632-3.888.864.672 2.736 2.112 3.312 2.832a4.2 4.2 0 0 1 .816 1.44l3.552-2.016v-4.032c-.384-.24-1.152-.72-1.632-.912s-2.784-.432-4.176-.48c1.008-.48 3.168-1.392 4.08-1.488.864-.144 1.392-.048 1.728.048V6.48l-3.36-1.92-1.488.912c-.432.336-1.776 2.208-2.544 3.36.144-1.056.432-3.408.768-4.272.288-.72.624-1.152.864-1.392L12 1.008zM12 0l10.416 6v12L12 24 1.584 18V6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/semanticscholar.svg b/mkdocs-material/material/templates/.icons/simple/semanticscholar.svg new file mode 100644 index 0000000..6598b82 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/semanticscholar.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 8.609c-.848.536-1.436.83-2.146 1.245-4.152 2.509-8.15 5.295-11.247 8.981l-1.488 1.817-4.568-7.268c1.021.814 3.564 3.098 4.603 3.599l3.356-2.526c2.336-1.644 8.946-5.226 11.49-5.848M8.046 15.201c.346.277.692.537.969.744.761-3.668.121-7.613-1.886-11.039 3.374-.052 6.731-.087 10.105-.139a14.8 14.8 0 0 1 1.298 5.295c.294-.156.588-.294.883-.433-.104-1.868-.641-3.91-1.662-6.263-4.602-.018-9.188-.018-13.79-.018 2.993 3.547 4.36 7.839 4.083 11.853m-.623-.484c.087.086.191.155.277.225-.138-3.409-1.419-6.887-3.824-9.881H1.73c3.098 2.855 4.984 6.299 5.693 9.656m-.744-.658c.104.087.208.173.329.277-.9-2.526-2.492-5.018-4.741-7.198H0c2.89 2.076 5.122 4.481 6.679 6.921"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/semanticui.svg b/mkdocs-material/material/templates/.icons/simple/semanticui.svg new file mode 100644 index 0000000..cc5f1fc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/semanticui.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0v24h24V0Zm12.086 3.648a7.76 7.76 0 0 1 5.51 2.141l-1.818 2.232c-.488-.302-2.51-1.465-4.122-1.136-1.223.25-1.35 1.088-1.356 1.162-.031.373.364.963.718 1.148 1.656.858 3.761 1.561 4.617 2.024 2.452 1.325 2.638 3.322 2.295 4.873-.902 4.092-6.821 4.835-10.516 2.638a7 7 0 0 1-1.424-1.097l2.037-2.442c.319.189.45.408 1.485.955 2.47 1.308 4.132.398 4.29.292.528-.356.547-.957.538-1.155-.03-.627-.502-.97-1.115-1.236-1.01-.438-2.7-1.108-3.87-1.647-1.687-.777-2.757-2.046-2.76-3.982-.003-3.209 2.827-4.261 3.91-4.547a7 7 0 0 1 1.58-.223Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/semanticuireact.svg b/mkdocs-material/material/templates/.icons/simple/semanticuireact.svg new file mode 100644 index 0000000..460c30e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/semanticuireact.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.857 23.995C4.52 23.9-.237 17.431.012 11.775-.004 6.167 4.646.066 12.111 0c6.254.027 11.978 5.271 11.885 12.202-.072 6.813-5.84 11.973-12.14 11.793zm.175-4.92c.988.93 3.497 3.166 5.362 1.957 1.434-.93 1.157-3.975.75-5.5 1.597-.365 4.44-1.76 4.37-3.506-.078-2-2.615-3.057-4.408-3.545.347-1.495.913-4.317-.745-5.527-1.637-1.195-4.302.88-5.354 1.969-1.025-.879-3.361-3.096-5.22-2.046-1.46.824-1.513 3.087-.875 5.598-1.441.34-4.459 1.532-4.42 3.546.04 2.183 3.342 3.175 4.397 3.553-.495 1.639-.768 4.596.884 5.55 1.88 1.085 4.39-1.292 5.26-2.048zm-5.244-3.321c.126.039.216.054.362.113.035-.362.268-.685.486-.875-.221-.005-.544-.066-.615-.113.172-.562.439-1.357.657-1.782.25.375.393.674.6 1.1a3.4 3.4 0 0 1 .66-.68c-.645-1.294-1.514-2.837-1.896-4.38.227-.112.426-.116.618-.15.053-.324.162-.638.288-.95-.378-.003-.764.097-1.15.19-.525-1.693-.604-4.156.511-4.624 1.354-.48 3.525 1.331 4.052 2.013l-.337.351c.668-.123 1.305-.107 1.988.013a2.5 2.5 0 0 0-.358-.382c1.172-1.273 3.307-2.653 4.306-1.81.906.852.681 2.98.286 4.456-.466-.083-.72-.138-1.065-.194-.097.51-.163.523-.366.83.317.035.617.065 1.188.234-.19.624-.387 1.202-.662 1.776-.273-.415-.473-.829-.932-1.55l-.565.74c.725 1.284 1.45 2.526 2.143 4.79-.196.114-.309.103-.604.165a4.2 4.2 0 0 1-.333.96c.451-.087.794-.142 1.182-.233.4 1.242.676 3.872-.423 4.554-1.172.677-3.229-.943-4.141-1.918.086-.13.11-.172.26-.274-.594.062-1.29.082-1.779.044.13.108.169.163.207.245-1.43 1.496-3.372 2.559-4.275 1.822-.887-.724-.77-2.846-.293-4.481m6.072 1.5c2.67-.512 3.576-3.241 2.114-4.976-.405-.48-1.479-1.024-2.257-1.275-1.523-.49-2.556-1.136-1.716-1.962.826-.81 2.851.083 3.182.503l1.155-1.49c-1.161-1.105-2.702-1.52-4.337-1.222C9.54 7.1 8.488 8.336 8.418 9.308c-.155 2.168.875 2.764 2.821 3.598 1.592.682 2.139.913 2.051 1.487-.246 1.618-2.867.959-3.977-.09l-1.361 1.58c1.696 1.405 3.33 1.653 4.908 1.371M2.404 12.055c-.097-1.216 2.43-2.463 3.731-2.682.318.892.625 1.788 1.031 2.608-.412.86-.737 1.764-1.042 2.679-1.08-.236-3.616-1.31-3.72-2.605m14.455-.082c.452-1.08.812-2.016 1.013-2.64 1.2.252 3.78 1.37 3.724 2.668-.061 1.442-2.362 2.165-3.703 2.669a29 29 0 0 0-1.034-2.697"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/semanticweb.svg b/mkdocs-material/material/templates/.icons/simple/semanticweb.svg new file mode 100644 index 0000000..c6ddefd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/semanticweb.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.602 0s-1.524 5.809-8.516 2.658c-.776-.35-.954-.444-.982-.469L2.074 6.301l10.043 4.896s.776-.326 2.026-.933C20.273 7.287 21.602 0 21.602 0M1.59 8.486v10.448L10.947 24V13.242zm20.82 0-9.357 4.756V24l9.357-5.066z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/semaphoreci.svg b/mkdocs-material/material/templates/.icons/simple/semaphoreci.svg new file mode 100644 index 0000000..dd0b9ac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/semaphoreci.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.503 13.255-4.158-4.228a3.04 3.04 0 0 0-4.359 0l-3.292 3.347a1.207 1.207 0 0 1-1.721 0l-1.631-1.659L10.5 6.487a6.53 6.53 0 0 1 9.342 0L24 10.715zM8.83 19.479a6.53 6.53 0 0 1-4.671-1.965L0 13.295l2.487-2.529 4.157 4.218a3.056 3.056 0 0 0 4.36 0l3.291-3.348a1.207 1.207 0 0 1 1.721 0l1.631 1.659-4.147 4.229a6.52 6.52 0 0 1-4.671 1.955"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/semrush.svg b/mkdocs-material/material/templates/.icons/simple/semrush.svg new file mode 100644 index 0000000..27cd6f5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/semrush.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.698 11.911c0 .444-.226.516-.79.516-.596 0-.706-.1-.77-.554-.118-1.152-.896-2.13-2.201-2.24-.418-.034-.518-.19-.518-.706 0-.48.074-.708.446-.708 2.265.01 3.833 1.832 3.833 3.69zm3.3 0c0-3.456-2.338-7.11-7.74-7.11H5.52c-.218 0-.354.11-.354.31 0 .109.082.209.156.26.388.31.97.654 1.73 1.036.743.372 1.323.616 1.903.852.246.1.336.208.336.344 0 .19-.136.308-.4.308H.372c-.254 0-.372.164-.372.326 0 .136.044.254.162.372.69.726 1.796 1.596 3.4 2.604 1.466.91 2.98 1.74 4.533 2.492.236.11.308.236.308.372-.008.154-.126.28-.4.28H4.1c-.216 0-.344.12-.344.3 0 .1.08.226.19.326.888.808 2.311 1.688 4.207 2.494 2.53 1.08 5.094 1.721 7.98 1.721 5.465 0 7.867-4.087 7.867-7.289zm-7.133 5.104c-2.794 0-5.132-2.276-5.132-5.114 0-2.794 2.33-5.04 5.132-5.04 2.863 0 5.111 2.24 5.111 5.04a5.086 5.086 0 0 1-5.111 5.114"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/semver.svg b/mkdocs-material/material/templates/.icons/simple/semver.svg new file mode 100644 index 0000000..ca07556 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/semver.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.357 9.024A12.07 12.07 0 0 0 2.97 19.867a12.05 12.05 0 0 0 10.38 4.063c7.768-.703 13.086-9.799 9.517-16.8-.416-1.19-2.07-.368-1.903.596q.431 1.052.713 2.155a9.98 9.98 0 0 1-3.926 10.25 9.965 9.965 0 0 1-14.807-3.809A9.98 9.98 0 0 1 4.44 5.448a9.97 9.97 0 0 1 4.85-3.044 9.87 9.87 0 0 1 7.02.631.333.333 0 0 1 .155.429l-3.962 10.62c-.107.81-.69.786-.797 0l-2.38-7.37a1.57 1.57 0 0 0-.773-.988c-1.19-.56-3.093.667-2.379 2.155l3.914 10.441c.524 1.393 1.023 1.834 2.058 1.834s1.535-.44 2.058-1.834L20 3.94a1.036 1.036 0 0 0-.369-1.19C13.1-2.907 2.32.641.357 9.023z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sencha.svg b/mkdocs-material/material/templates/.icons/simple/sencha.svg new file mode 100644 index 0000000..26be78d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sencha.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.287 24c.458-1.221.917-1.532.917-2.442 0-1.452-.878-2.8-2.237-3.434l-5.831-2.813C5.211 13.85 3.392 10.97 3.392 7.797c0-3.23 1.867-6.133 4.871-7.576L8.712 0a3.72 3.72 0 0 0-.916 2.44c0 1.453.878 2.801 2.237 3.435l5.831 2.813c2.926 1.462 4.744 4.342 4.744 7.514 0 3.23-1.867 6.133-4.871 7.577z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sendgrid.svg b/mkdocs-material/material/templates/.icons/simple/sendgrid.svg new file mode 100644 index 0000000..ce4e52c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sendgrid.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.8 24h13.6c.88 0 1.6-.72 1.6-1.6v-4.8c0-.88-.72-1.6-1.6-1.6H9.6c-.88 0-1.6-.72-1.6-1.6V9.6C8 8.72 7.28 8 6.4 8H1.6C.72 8 0 8.72 0 9.6v13.6c0 .44.36.8.8.8M23.2 0H9.6C8.72 0 8 .72 8 1.6v4.8C8 7.28 8.72 8 9.6 8h4.8c.88 0 1.6.72 1.6 1.6v4.8c0 .88.72 1.6 1.6 1.6h4.8c.88 0 1.6-.72 1.6-1.6V.8c0-.44-.36-.8-.8-.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sennheiser.svg b/mkdocs-material/material/templates/.icons/simple/sennheiser.svg new file mode 100644 index 0000000..5a88345 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sennheiser.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 3v18h24V3zm13.209 1.659c-1.428.548-2.799 1.757-3.905 4.182-.321.703-.925 2.062-1.2 2.67-2.224 4.882-3.364 5.932-6.72 5.932V4.35H13.15c.184-.011.235.25.06.309zm9.428 1.894V19.65H10.851c-.181.005-.227-.25-.055-.309 1.427-.548 2.798-1.757 3.904-4.182.321-.703.926-2.062 1.2-2.67 2.22-4.882 3.36-5.932 6.716-5.932z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sensu.svg b/mkdocs-material/material/templates/.icons/simple/sensu.svg new file mode 100644 index 0000000..283a727 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sensu.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 12 12 0 0 12l12 12zM12 3.197l4.418 4.418c-1.445-.386-2.93-.586-4.418-.586s-2.974.199-4.418.588L12 3.196zM8.069 16.87c1.19-.658 2.534-1.008 3.931-1.008s2.741.35 3.931 1.008L12 20.804zm9.509-1.647c-1.697-1.08-3.636-1.622-5.578-1.622s-3.881.542-5.578 1.622l-3.103-3.101C5.822 10.284 8.834 9.29 12 9.29s6.178.994 8.681 2.832z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sentry.svg b/mkdocs-material/material/templates/.icons/simple/sentry.svg new file mode 100644 index 0000000..7fa2081 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sentry.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.91 2.505c-.873-1.448-2.972-1.448-3.844 0L6.904 7.92a15.48 15.48 0 0 1 8.53 12.811h-2.221A13.3 13.3 0 0 0 5.784 9.814l-2.926 5.06a7.65 7.65 0 0 1 4.435 5.848H2.194a.365.365 0 0 1-.298-.534l1.413-2.402a5.2 5.2 0 0 0-1.614-.913L.296 19.275a2.18 2.18 0 0 0 .812 2.999 2.24 2.24 0 0 0 1.086.288h6.983a9.32 9.32 0 0 0-3.845-8.318l1.11-1.922a11.47 11.47 0 0 1 4.95 10.24h5.915a17.24 17.24 0 0 0-7.885-15.28l2.244-3.845a.37.37 0 0 1 .504-.13c.255.14 9.75 16.708 9.928 16.9a.365.365 0 0 1-.327.543h-2.287q.043.918 0 1.831h2.297a2.206 2.206 0 0 0 1.922-3.31z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sepa.svg b/mkdocs-material/material/templates/.icons/simple/sepa.svg new file mode 100644 index 0000000..8416b91 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sepa.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.553 8.72v6.56h1.766v-1.694h1.052l.293-.01q.868-.013.984-.033.985-.13 1.3-.994.16-.436.16-1.434 0-.83-.145-1.243-.277-.786-1.09-1.04-.354-.111-1.031-.111zm6.79 0-1.971 6.56h1.826l.317-1.134h2.36l.337 1.133H24l-1.995-6.558zm-9.339.031a3.36 3.36 0 0 0-1.888.574 3.27 3.27 0 0 0-1.199 1.455h-.742l-.464.996h.969a3 3 0 0 0 .004.526h-.467l-.465.995H6.94a3.33 3.33 0 0 0 3.064 1.973 3.37 3.37 0 0 0 1.876-.564l.013-.009v-1.241l-.05.056a2.293 2.293 0 0 1-3.618-.215h2.396l.465-.995H7.838a2.4 2.4 0 0 1-.012-.526h3.505l.008-.017.438-.939.019-.04H8.154a2.31 2.31 0 0 1 1.963-1.108c.694 0 1.344.31 1.783.85l.028.035.409-.875-.015-.014a3.36 3.36 0 0 0-2.318-.917m-7.2.004q-.658 0-1.196.048-.646.051-1.062.348a1.1 1.1 0 0 0-.41.565q-.128.372-.128.99 0 .81.236 1.21.269.47 1.074.621.308.052 1.094.109.981.066 1.098.103.316.095.316.528a1.1 1.1 0 0 1-.037.315.48.48 0 0 1-.298.287q-.127.048-.589.048h-.604a1 1 0 0 1-.41-.09q-.246-.121-.246-.549v-.136H0q0 .8.118 1.143.213.618.879.82.543.165 1.922.164.826 0 1.228-.075.96-.18 1.233-.853.151-.368.151-1.16 0-.344-.033-.617a1.2 1.2 0 0 0-.355-.74q-.379-.363-1.22-.448-.265-.028-1.33-.1l-.331-.023a.8.8 0 0 1-.35-.094q-.185-.113-.185-.471 0-.396.208-.514t.852-.118q.661 0 .808.205.095.138.095.542h1.642q.016-.217.016-.326 0-1.325-1.072-1.613-.44-.119-1.473-.119zm17.894 1.27.827 2.843h-1.63zm-6.38.13h1.116q.27 0 .342.01.36.063.456.345.067.201.067.617a3 3 0 0 1-.033.512q-.053.258-.21.344-.114.063-.637.082h-1.1Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sequelize.svg b/mkdocs-material/material/templates/.icons/simple/sequelize.svg new file mode 100644 index 0000000..ffd6a59 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sequelize.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.026 0 1.595 5.992v12.016L12.026 24l10.38-5.992V5.992zM12 3.484l7.43 4.227v8.578l-7.43 4.227-7.348-4.182-.08-8.623zm.049.59q-1.465.845-2.928 1.692v.254l2.608 1.523v.482l.402-.232.256.15v-.336c.884-.506 1.807-1.04 2.568-1.48.004-.123.003-.253.004-.373zM8.335 6.14c-.97.553-1.931 1.122-2.893 1.691v3.402l2.893 1.67.402-.232V9.754l2.49-1.44V7.83zm7.443.088-2.892 1.67v.337l2.636 1.541v3.067l.256.148 2.893-1.67V7.918zM12.13 8.37l-2.893 1.672v3.424q1.447.833 2.893 1.67l2.893-1.672v-3.402zm-6.197 3.723q-.246.143-.49.285v3.402l2.892 1.672.402-.232v-2.918l.473-.274-.473-.273v-.508l-.402.233c-.825-.478-1.69-.976-2.402-1.387m12.248.086-2.403 1.388-.255-.148v.334l-.493.285.493.287v3.067l.255.148 2.893-1.672v-3.402zm-8.47 2.138q-.236.138-.474.274v3.424l2.893 1.67 2.893-1.67v-3.403l-.49-.287-2.403 1.389z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/serverfault.svg b/mkdocs-material/material/templates/.icons/simple/serverfault.svg new file mode 100644 index 0000000..7cecdde --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/serverfault.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 18.185v2.274h-4.89v-2.274zm-24-.106h11.505v2.274H0zm12.89 0h4.89v2.274h-4.89zm6.221-3.607H24v2.274h-4.89zM0 14.367h11.505v2.274H0zm12.89 0h4.89v2.274h-4.89zm6.221-3.346H24v2.273h-4.89zM0 10.916h11.505v2.271H0zm12.89 0h4.89v2.271h-4.89zm6.22-3.609H24v2.279h-4.89zM0 7.206h11.505V9.48H0V7.201zm12.89 0h4.89V9.48h-4.89V7.201zm6.221-3.556H24v2.276h-4.89v-2.28zM0 3.541h11.505v2.274H0zm12.89 0h4.89v2.274h-4.89z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/serverless.svg b/mkdocs-material/material/templates/.icons/simple/serverless.svg new file mode 100644 index 0000000..53f61e4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/serverless.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 17.57h4.248l-1.316 3.974H0zm0-7.557h6.75l-1.316 3.974H0zm0-7.557h9.252L7.936 6.431H0zm13.44 0H24v3.975H12.123zM9.62 13.987l1.317-3.974H24v3.974zM8.436 17.57H24v3.975H7.119Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/session.svg b/mkdocs-material/material/templates/.icons/simple/session.svg new file mode 100644 index 0000000..25e273e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/session.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.431 12.193-4.53-2.51h3.071a4.847 4.847 0 0 0 4.842-4.841A4.85 4.85 0 0 0 17.972 0H7.252a6.073 6.073 0 0 0-6.066 6.066 6.57 6.57 0 0 0 3.383 5.741l4.53 2.51H6.028a4.847 4.847 0 0 0-4.842 4.841A4.85 4.85 0 0 0 6.028 24h10.72a6.073 6.073 0 0 0 6.066-6.066 6.57 6.57 0 0 0-3.383-5.741m-14.136-1.7a5.07 5.07 0 0 1-2.607-4.309C2.627 3.61 4.79 1.5 7.367 1.5h10.508c1.797 0 3.345 1.378 3.434 3.173a3.345 3.345 0 0 1-3.337 3.51H11.92a.67.67 0 0 0-.67.67l-.001 4.94zM16.633 22.5H6.124c-1.797 0-3.345-1.378-3.434-3.173a3.345 3.345 0 0 1 3.337-3.51h6.053c.37 0 .67-.3.67-.67v-4.94l5.954 3.3a5.07 5.07 0 0 1 2.608 4.309c.06 2.575-2.103 4.684-4.679 4.684"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sessionize.svg b/mkdocs-material/material/templates/.icons/simple/sessionize.svg new file mode 100644 index 0000000..4f8c238 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sessionize.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0c6.628 0 12 5.372 12 12v10c0 1.097-.903 2-2 2h-7.5l-.001-.169c-.049-2.894-1.347-4.902-3.709-5.96L24 12l-.32-.109Q19.393 10.393 16.5 7.5T12.109.319zL4 18q0 1 .5 1.5.501.5 1.5.5l.187.001c3.771.04 5.313 1.295 5.313 3.999H2c-1.097 0-2-.903-2-2V2C0 .903.903 0 2 0zm7.207 4.793c-.781-.781-1.73-1.097-2.121-.707-.39.39-.074 1.34.707 2.121s1.731 1.098 2.121.707c.391-.39.074-1.34-.707-2.121"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/setapp.svg b/mkdocs-material/material/templates/.icons/simple/setapp.svg new file mode 100644 index 0000000..978752b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/setapp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.095 8.133a.62.62 0 0 1 0-.874l2.771-2.773a.62.62 0 0 1 .877 0l2.77 2.772a.62.62 0 0 1 0 .875l-2.77 2.772a.62.62 0 0 1-.877 0zM11.562 6.6 8.79 3.83a.62.62 0 0 1 0-.877L11.56.182a.62.62 0 0 1 .877 0l2.773 2.77a.62.62 0 0 1 0 .878L12.438 6.6a.62.62 0 0 1-.876 0zm0 2.19a.62.62 0 0 1 .876 0l2.773 2.772a.62.62 0 0 1 0 .877l-2.773 2.77a.62.62 0 0 1-.876 0L8.79 12.442a.62.62 0 0 1 0-.877zm-4.305 2.115-2.77-2.772a.62.62 0 0 1 0-.876l2.77-2.771a.62.62 0 0 1 .877 0l2.772 2.771a.62.62 0 0 1 0 .876l-2.774 2.772a.62.62 0 0 1-.875 0zm9.485 2.19 2.772 2.772a.62.62 0 0 1 0 .875l-2.77 2.772a.62.62 0 0 1-.876 0l-2.773-2.772a.62.62 0 0 1 0-.875l2.773-2.772a.62.62 0 0 1 .875 0zM12.438 17.4l2.772 2.772a.62.62 0 0 1 0 .876l-2.772 2.771a.62.62 0 0 1-.876 0l-2.771-2.77a.62.62 0 0 1 0-.878l2.77-2.771a.62.62 0 0 1 .877 0m-1.532-1.532a.62.62 0 0 1 0 .875l-2.772 2.773a.62.62 0 0 1-.876 0l-2.773-2.772a.62.62 0 0 1 0-.875l2.772-2.772a.62.62 0 0 1 .877 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sfml.svg b/mkdocs-material/material/templates/.icons/simple/sfml.svg new file mode 100644 index 0000000..4ea07da --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sfml.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.187.334C11.114.312 9.877.863 7.959 2.24L3.162 5.726C.252 7.84-.839 8.527.692 13.329l1.832 5.639c1.111 3.42 1.428 4.67 6.467 4.699h5.929c3.597 0 4.884.085 6.468-4.7l1.832-5.638c1.111-3.421 1.59-4.618-2.47-7.603L15.952 2.24C14.407 1.118 13.403.358 12.187.334m-.162 1.883q.098.003.195.01c1.078.083 1.679.639 2.34 1.119l.02.02-2.129 8.168h-.925L9.404 3.365q.01-.01.02-.02c.773-.594 1.524-1.07 2.41-1.124zm4.103 2.272.09.064 3.878 2.816c.92.632 1.677 1.278 1.928 2.315.254 1.05-.095 1.794-.347 2.571l-2.109 6.506c-.316 1.07-.699 1.987-1.607 2.546-.921.567-1.735.47-2.552.47H8.568c-1.117.03-2.106-.042-2.919-.734-.823-.7-.982-1.505-1.234-2.282L2.3 12.255c-.375-1.054-.607-2.02-.2-3.009.413-1 1.127-1.397 1.788-1.877l3.876-2.816.084-.058.836 3.208-.212.155L5.7 9.863c-.563.41-.667.51-.714.547.012.06.036.285.238.849l2.128 6.544c.199.672.275.804.296.855.065.009.285.05.874.032h6.885c.63 0 .827-.017.9-.019.026-.057.141-.252.309-.823l2.128-6.55c.194-.598.24-.805.257-.862-.048-.045-.202-.215-.688-.547L15.51 7.858l-.219-.161z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/shadcnui.svg b/mkdocs-material/material/templates/.icons/simple/shadcnui.svg new file mode 100644 index 0000000..f800c5c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/shadcnui.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.219 11.784 11.784 22.219a1.045 1.045 0 0 0 1.476 1.476L23.695 13.26a1.045 1.045 0 0 0-1.476-1.476M20.132.305.305 20.132a1.045 1.045 0 0 0 1.476 1.476L21.608 1.781A1.045 1.045 0 0 0 20.132.305"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/shadow.svg b/mkdocs-material/material/templates/.icons/simple/shadow.svg new file mode 100644 index 0000000..da7c66f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/shadow.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.373 0 12a11.97 11.97 0 0 0 3.918 8.87 4.5 4.5 0 0 1-.2-1.324 4.453 4.453 0 1 1 5.891 4.216Q10.77 23.998 12 24c6.627 0 12-5.373 12-12S18.627 0 12 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/shanghaimetro.svg b/mkdocs-material/material/templates/.icons/simple/shanghaimetro.svg new file mode 100644 index 0000000..acd0687 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/shanghaimetro.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.383 11.664h-1.716l-3.432-4.487-3.073 3.606L9.31 7.177l-3.513 4.487H3.63c.185-4.464 3.872-8.047 8.383-8.047 3.953 0 7.27 2.748 8.15 6.424h3.687C22.91 4.359 17.96.01 12 .01c-6.632 0-12 5.369-12 12 0 1.102.15 2.169.429 3.177h6.516l2.412-2.55 2.805 3.478 2.945-3.502 1.902 2.61h2.69c-1.287 2.967-4.256 5.495-7.699 5.495-2.84 0-5.357-1.681-6.875-3.942H.997C2.852 21.02 7.072 23.988 12 23.988c6.632 0 12-5.368 12-12 0-.116 0-.231-.012-.347z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sharex.svg b/mkdocs-material/material/templates/.icons/simple/sharex.svg new file mode 100644 index 0000000..b58faf7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sharex.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.217 15.774v.054c.083 3.469 2.543 6.416 5.99 7.607h-.002c1.095.377 2.246.568 3.404.565 5.159 0 9.347-3.697 9.389-8.275a7.5 7.5 0 0 0-.563-2.668c-1.19 3.446-4.138 5.906-7.607 5.987h-.176c-2.01 0-3.854-.8-5.294-2.13-1.656-1.53-2.78-3.765-3.01-6.295-1.3 1.407-2.093 3.2-2.13 5.155Zm3.01-10.557H8.17c-3.36.08-6.23 2.39-7.49 5.669l-.117.32A10.4 10.4 0 0 0 0 14.608c0 5.159 3.697 9.347 8.275 9.389a7.5 7.5 0 0 0 2.668-.563c-3.446-1.19-5.906-4.138-5.987-7.607v-.176c0-2.01.8-3.854 2.13-5.296 1.53-1.656 3.765-2.78 6.296-3.01-1.407-1.3-3.2-2.093-5.155-2.129Zm7.601 13.566.324-.015c3.327-.223 6.129-2.636 7.283-5.974A10.4 10.4 0 0 0 24 9.392c0-5.16-3.697-9.347-8.275-9.39a7.5 7.5 0 0 0-2.668.563c3.446 1.19 5.906 4.14 5.987 7.607v.176c0 2.01-.8 3.854-2.13 5.294-1.53 1.656-3.765 2.78-6.295 3.01 1.407 1.3 3.2 2.094 5.155 2.13zM.002 8.275a7.5 7.5 0 0 0 .563 2.668c1.19-3.446 4.14-5.906 7.607-5.987h.176c2.01 0 3.854.8 5.294 2.13q.502.465.925.999c1.146 1.436 1.9 3.27 2.085 5.297 1.3-1.407 2.094-3.2 2.13-5.155V8.17C18.7 4.703 16.24 1.756 12.795.564A10.4 10.4 0 0 0 9.393 0C4.23 0 .045 3.697.002 8.275"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sharp.svg b/mkdocs-material/material/templates/.icons/simple/sharp.svg new file mode 100644 index 0000000..c7cd155 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sharp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.22.088v5.96l-3.742.502v3.523l3.743-.5v3.573l3.492-.468V9.105L24 8.263l-.463-3.46-5.824.779V.088zM6.288 1.144v5.962L0 7.948l.463 3.462 5.852-.784 3.464-.464V1.146zm3.52 9.719-3.492.467v3.578l-6.183.828.463 3.46 5.824-.779v5.495h3.492V17.95l3.611-.484v-3.523l-3.715.497zm13.73 1.74-5.824.779-3.492.467v9.018h3.492v-5.962l6.287-.84Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/shazam.svg b/mkdocs-material/material/templates/.icons/simple/shazam.svg new file mode 100644 index 0000000..a666d0d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/shazam.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.373 0-.001 5.371-.001 12c0 6.625 5.374 12 12.001 12s12-5.375 12-12c0-6.629-5.373-12-12-12M9.872 16.736c-1.287 0-2.573-.426-3.561-1.281-1.214-1.049-1.934-2.479-2.029-4.024a5.53 5.53 0 0 1 1.436-4.067C6.86 6.101 8.907 4.139 8.993 4.055a1.39 1.39 0 0 1 1.966.045c.53.557.512 1.439-.044 1.971-.021.02-2.061 1.976-3.137 3.164a2.76 2.76 0 0 0-.719 2.027c.049.789.428 1.529 1.07 2.086.844.73 2.51.891 3.553-.043a26 26 0 0 0 1.38-1.386c.52-.567 1.4-.603 1.965-.081.565.52.603 1.402.083 1.969-.035.035-.852.924-1.572 1.572-1.005.902-2.336 1.357-3.666 1.357m8.41-.099c-1.143 1.262-3.189 3.225-3.276 3.309a1.392 1.392 0 1 1-1.922-2.016c.021-.02 2.063-1.977 3.137-3.166a2.76 2.76 0 0 0 .719-2.027c-.048-.789-.428-1.529-1.07-2.084-.844-.73-2.51-.893-3.552.044a24 24 0 0 0-1.38 1.384 1.391 1.391 0 1 1-2.048-1.887c.034-.037.85-.926 1.571-1.573 1.979-1.778 5.221-1.813 7.227-.077 1.214 1.051 1.935 2.48 2.028 4.025a5.53 5.53 0 0 1-1.434 4.068"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/shell.svg b/mkdocs-material/material/templates/.icons/simple/shell.svg new file mode 100644 index 0000000..e75b053 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/shell.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 .863C5.34.863 0 6.251 0 12.98c0 .996.038 1.374.246 2.33l3.662 2.71.57 4.515h6.102l.326.227c.377.262.705.375 1.082.375.352 0 .732-.101 1.024-.313l.39-.289h6.094l.563-4.515 3.695-2.71c.208-.956.246-1.334.246-2.33C24 6.252 18.661.863 12 .863m.996 2.258c.9 0 1.778.224 2.512.649l-2.465 12.548 3.42-12.062c1.059.36 1.863.941 2.508 1.814l.025.034-4.902 10.615 5.572-9.713.033.03c.758.708 1.247 1.567 1.492 2.648l-6.195 7.666 6.436-6.5.01.021c.253.563.417 1.36.417 1.996 0 .509-.024.712-.164 1.25l-3.554 2.602-.467 3.71h-4.475l-.517.395c-.199.158-.482.266-.682.266-.199 0-.483-.108-.682-.266l-.517-.394H6.322l-.445-3.61-3.627-2.666c-.11-.436-.16-.83-.16-1.261 0-.72.159-1.49.426-2.053l.013-.024 6.45 6.551L2.75 9.621c.25-1.063.874-2.09 1.64-2.713l5.542 9.776L4.979 6.1c.555-.814 1.45-1.455 2.546-1.827l3.424 12.069L8.355 3.816l.055-.03c.814-.45 1.598-.657 2.457-.657.195 0 .286.004.528.03l.587 13.05.46-13.059c.224-.025.309-.029.554-.029"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/shelly.svg b/mkdocs-material/material/templates/.icons/simple/shelly.svg new file mode 100644 index 0000000..6634a3f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/shelly.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.373 0 12a12 12 0 0 0 .033.88c1.07-.443 2.495-.679 4.322-.679h5.762q-.25.914-1.142 1.436-.798.462-1.823.463h-.927q-1.335 0-2.32.463-1.287.605-1.286 1.789-.001 1.34 1.774 2.1a7.4 7.4 0 0 0 2.927.581q1.976 0 3.297-.867 1.535-.996 1.535-2.857 0-1.281-.976-3.676-.975-2.395-.975-3.723 0-4.186 6.916-4.324c.641-.01 1.337-.005 1.916-.004q.888 0 1.66.147A12 12 0 0 0 12 0m4.758 5.691q-1.809 0-1.809 1.506 0 .772 1.067 3.451 1.065 2.68 1.064 4.198 0 3.249-3.607 4.875-2.69 1.196-6.297 1.197c-1.268 0-2.442-.114-3.543-.316A12 12 0 0 0 12 24c6.627 0 12-5.373 12-12a12 12 0 0 0-.781-4.256 3.4 3.4 0 0 1-.832.77h-4.371l1.425-2.828a300 300 0 0 0-2.683.005"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/shenzhenmetro.svg b/mkdocs-material/material/templates/.icons/simple/shenzhenmetro.svg new file mode 100644 index 0000000..b7c7c41 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/shenzhenmetro.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.27 0v.155c0 4.69 3.033 8.751 7.331 10.434v2.736C3.303 14.99.271 19.019.271 23.768V24H4.36v-.232c0-2.459 1.278-4.623 3.24-5.934V24h3.165v-7.384q.612-.097 1.234-.1c.423 0 .834.038 1.235.1V24h3.165v-6.148c1.925 1.313 3.163 3.469 3.163 5.916V24h4.168v-.232c0-4.691-3.033-8.751-7.331-10.434V10.6c4.298-1.665 7.33-5.696 7.33-10.446V.001h-4.09v.154c0 2.458-1.277 4.622-3.24 5.934V0h-3.165v7.305q-.613.099-1.235.103a8 8 0 0 1-1.234-.103V.001H7.6V6.07C5.675 4.757 4.438 2.602 4.438.154V.001zm10.495 11.358c.82.084 1.648.084 2.469.001v1.205a12.2 12.2 0 0 0-2.47 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/shieldsdotio.svg b/mkdocs-material/material/templates/.icons/simple/shieldsdotio.svg new file mode 100644 index 0000000..2676d89 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/shieldsdotio.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.084 13.11a.93.93 0 0 1-.187-.548l.347-.03a.63.63 0 0 0 .434.572c.295.108.65.096.916-.08.18-.137.226-.446.04-.597-.19-.16-.447-.182-.676-.25-.284-.068-.596-.137-.802-.36a.686.686 0 0 1 .036-.903c.247-.256.633-.309.972-.275.298.03.613.162.758.44.051.11.132.272.08.377-.109.02-.22.018-.33.03-.01-.253-.21-.494-.468-.514-.23-.038-.488-.03-.69.098-.17.12-.224.407-.046.544.155.123.359.146.543.2.322.075.679.135.92.382.243.265.23.708-.01.971-.244.281-.643.36-.998.329-.314-.018-.645-.124-.839-.386m2.827.343v-.746c.006-.217-.018-.438.032-.652.065-.288.415-.433.68-.336.167.054.24.235.243.398.004.446 0 .891.001 1.337h.341v-.907c-.006-.245.021-.493-.04-.732-.058-.247-.307-.394-.547-.413a.79.79 0 0 0-.71.271v-.996h-.34v2.777h.34zm2.161-2.776h-.341v.392h.341zm0 .765h-.341v2.012h.341zm.451 1.382c-.102-.401-.049-.883.255-1.186.373-.364 1.054-.318 1.362.108.166.224.203.517.19.789h-1.5c-.016.35.276.727.649.686a.56.56 0 0 0 .49-.415l.353.043c-.085.42-.527.7-.943.653-.392-.008-.78-.282-.856-.678m.327-.57h1.123c.016-.336-.317-.657-.657-.57a.584.584 0 0 0-.466.57m2.235-1.577h-.34v2.777h.34zm.432 2.041c-.062-.335-.015-.7.168-.99.226-.328.723-.442 1.056-.211.051.028.124.139.157.123v-.963h.338v2.776h-.316V13.2c-.171.296-.579.371-.877.236-.288-.124-.481-.413-.526-.718m.325-.268c-.009.272.078.589.339.721a.496.496 0 0 0 .665-.259c.109-.242.09-.518.047-.773-.052-.237-.248-.461-.504-.461a.51.51 0 0 0-.497.385c-.04.125-.048.257-.05.387m2.14.942c.16.082.344.107.522.108.256-.004.535-.08.692-.297.161-.209.156-.544-.048-.723-.181-.135-.41-.176-.623-.238-.136-.05-.29-.057-.411-.142-.104-.062-.114-.213-.038-.301.11-.118.286-.129.437-.12.187-.007.372.137.387.328l.333-.046a.75.75 0 0 0-.102-.289c-.12-.178-.346-.247-.55-.269-.252-.023-.536.011-.727.194a.526.526 0 0 0 .012.762c.185.136.418.18.635.24.13.043.276.054.386.141.114.093.079.274-.02.365-.134.118-.33.129-.499.103-.209-.014-.377-.203-.392-.408l-.337.054v-.001c.03.217.15.429.344.539zm7.102-2.284c-.46-.341-1.219-.134-1.405.417a1.9 1.9 0 0 0-.082.582c-.046.518.35 1.072.894 1.085.46.027.916-.322.97-.788.095-.452.016-1.005-.377-1.296M24 9.938v4.122c0 .575-.337 1.072-.823 1.308a.96.96 0 0 1-.51.146h-6.138l-.041.002q-.03 0-.062-.002H1.455A1.456 1.456 0 0 1 0 14.06V9.938c0-.802.652-1.454 1.455-1.454h21.212c.187 0 .362.054.51.146.486.236.823.733.823 1.308m-7.03-.484H1.455a.485.485 0 0 0-.485.484v4.122c0 .267.217.484.485.484H16.48a.485.485 0 0 0 .489-.445zm1.714 1.223h-.368v2.777h.368zm3.022.642c-.273-.594-1.04-.83-1.633-.618-.572.19-.888.823-.855 1.4 0 .272.07.543.204.78.396.718 1.518.836 2.07.236.443-.474.489-1.227.214-1.798"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/shikimori.svg b/mkdocs-material/material/templates/.icons/simple/shikimori.svg new file mode 100644 index 0000000..e813e2e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/shikimori.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.803.003c-.025.027.03.12.18.297.098.113.16.233.233.444.055.16.12.316.145.347.036.049.04.037.042-.11V.818l.218.3c.331.457.537.7.675.798.07.046.113.092.095.098-.049.015-.478-.221-.678-.374a1.2 1.2 0 0 0-.211-.141c-.015 0-.065-.046-.107-.102a1 1 0 0 0-.206-.19c-.171-.119-.352-.29-.395-.373C2.763.772 2.668.732 2.668.78c0 .05.245.377.435.58.583.622 1.178.932 2.769 1.428.337.105.635.209.662.233.025.022.074.04.108.04.03 0 .079.015.104.03.04.025.036.032-.01.032q-.055 0-.046.055.015.083.448.144c.129.018.16.012.16-.024 0-.05-.09-.083-.221-.083-.05 0-.086-.016-.086-.03 0-.02.03-.026.07-.02.037.01.166.03.282.052.276.046.353.077.353.135 0 .065.083.092.138.046q.046-.04.046-.003c0 .019.015.034.03.034.019 0 .031-.021.031-.046 0-.058-.03-.058.485.021.306.046.42.077.374.093-.098.036-.043.085.095.085.07 0 .12.016.12.034 0 .028.07.03.244.018.16-.012.252-.009.264.013.013.018.065.027.12.018.052-.01.196.003.312.025.307.058 1.132.104 2.977.169 2.983.104 5.157.327 5.973.615.362.13.908.405 1.009.51.16.168.208.306.19.533a.8.8 0 0 0 0 .224c.089.089.285-.086.285-.254 0-.034.064-.117.147-.188.33-.29.38-.454.343-1.119-.024-.448-.03-.478-.23-1.134-.26-.859-.321-.99-.634-1.322-.368-.386-.702-.607-1.16-.763a18 18 0 0 1-.52-.19c-.249-.098-.427-.141-.788-.193-.512-.074-1.613-.126-1.956-.092-.123.012-.614 0-1.15-.034-.61-.033-.984-.046-1.073-.027a2 2 0 0 1-.295.03.4.4 0 0 0-.29.098c-.126.092-.215.12-.565.178-.564.092-.929.165-1.082.218-.12.043-.316.07-.62.089-.83.052-1.302.095-1.407.129-.07.021-.34.027-.79.018-.55-.012-.69-.006-.718.028-.028.03-.015.04.058.04.181 0 1.797.125 1.812.14s-.273.003-1.097-.049a3 3 0 0 0-.472-.01c-.059.038-.494.032-.911-.011a10 10 0 0 1-1.472-.255 4 4 0 0 0-.644-.1C4.547.952 4.198.838 3.704.59 3.379.43 3.343.423 3.343.554v.101L3.244.533a1.2 1.2 0 0 1-.15-.23c-.055-.117-.26-.328-.291-.3M3.26 3.19c-.57.027-1.094.47-1.47 1.263-.224.475-.264.66-.279 1.291-.012.497-.006.598.064 1.012.15.861.19.962.506 1.272.334.331 1.165.785 1.628.89.16.033.347.076.414.094.258.065.61.089 1.487.101.843.015.914.013 1.027-.043.08-.04.249-.07.49-.088.203-.019.417-.046.476-.065a1.4 1.4 0 0 1 .276-.03c.095 0 .19-.019.208-.037.074-.074.423-.15.757-.169.187-.01.362-.027.393-.043.101-.055.052-.086-.113-.067a.5.5 0 0 1-.221-.016c-.05-.03-.034-.033.082-.036.077 0 .227-.01.335-.022.165-.015.184-.025.138-.058-.114-.083-.015-.104.493-.104.457 0 .59-.022.454-.074a1.2 1.2 0 0 0-.252-.022c-.113-.003-.162-.012-.113-.015.052-.006.163-.027.252-.043.086-.018.625-.04 1.196-.046.57-.006 1.054-.012 1.075-.015q.041-.001.022-.061c-.012-.044-.006-.062.027-.062.025 0 .083-.049.13-.107.091-.12.116-.114.155.043l.028.101.22.01c.176.006.234-.004.292-.047a.5.5 0 0 1 .184-.076l.114-.022-.019.178c-.018.144-.015.172.022.16a3 3 0 0 1 .22-.056l.175-.033-.067-.09a.4.4 0 0 0-.194-.116l-.122-.03.184-.007a5 5 0 0 1 .3 0c.065.003.114-.009.114-.027s-.018-.034-.037-.037c-.021-.003-.089-.006-.147-.01a.7.7 0 0 1-.215-.073.4.4 0 0 0-.159-.067c-.03 0-.055-.016-.055-.03 0-.022.092-.031.254-.025.248.009.252.009.26.092.013.095.013.095.08.067a.05.05 0 0 0 .031-.058c-.018-.049.037-.09.083-.059.018.01.092.022.16.028.165.01.971.074 1.18.095.11.012.159.03.159.062 0 .052.037.054.083.008.024-.024.144-.02.435.007.356.034.402.043.402.095q-.002.054.07.058c.037 0 .166.012.282.025.12.012.233.018.252.009.021-.007.089-.098.15-.202.12-.2.221-.326.26-.326.016 0 .019.022.01.047-.013.024-.003.046.015.046.022 0 .034.024.028.052-.006.036.021.058.092.073.113.025.165.058.089.058-.028 0-.053.019-.053.04s.181.099.445.184c.282.095.444.163.444.19 0 .03-.095.01-.358-.08-.625-.214-.898-.26-.898-.153 0 .046.049.068.285.123.153.037.3.064.325.064a.34.34 0 0 1 .129.074c.049.043.294.144.563.233.273.092.516.19.565.233a.8.8 0 0 0 .193.116c.193.083.47.331.678.61.3.405.297.39.131.39-.076 0-.294-.022-.484-.046a7 7 0 0 0-.53-.05c-.215-.005-1.969.028-2.625.05l-.445.015-.07-.15a1.6 1.6 0 0 0-.254-.331c-.175-.172-.184-.175-.224-.117-.025.034-.117.163-.206.282l-.162.224-.2.007c-.11 0-.223.003-.25 0-.068-.006-.071.03-.01.144l.043.085-.313.022c-.852.058-2.66.282-3.268.408a4.5 4.5 0 0 1-.678.052c-.46.006-.502.018-.794.187-.052.027-.092.034-.129.015q-.052-.03-.085.012c-.034.04-.144.058-.954.144-.178.019-.475.059-.665.09-.331.054-.35.054-.524 0-.184-.059-.758-.136-1.248-.17l-.276-.021-.162.147c-.092.08-.218.218-.286.307-.092.125-.14.166-.2.166-.125 0-1.244.174-2.056.321-.877.16-1.208.19-1.466.138-.266-.055-.27-.058-.257-.395.012-.285.009-.294-.065-.331-.168-.086-.33-.037-.551.162a.28.28 0 0 1-.2.068.8.8 0 0 0-.3.08l-.181.082.009.16a.5.5 0 0 1-.022.217c-.024.037-.03.2-.018.47.012.327.003.447-.04.606l-.052.197.147.208c.295.414.503.73.503.763 0 .019.092.117.208.218.506.445.721.565 1.218.669.527.113.613.107.941-.068.15-.082.325-.196.39-.257.08-.074.306-.194.742-.387.677-.3.763-.334.763-.294 0 .012.043.426.095.914.107 1.023.14 2.005.095 2.759-.037.592-.064.674-.481 1.46-.647 1.216-1.423 2.394-2.008 3.047-.105.12-.264.325-.353.46-.169.254-.481.595-.871.944-.132.12-.218.22-.208.245.009.025.104.074.211.11.105.04.206.083.224.099.049.049.11.03.337-.092l.22-.123.09.062c.107.07.3.076.463.015.064-.025.193-.052.288-.058.19-.019.313-.07.512-.224a.8.8 0 0 1 .215-.12c.089-.018.858-.797 1.27-1.288.128-.15.45-.49.72-.754.377-.374.545-.515.76-.644.31-.183.555-.407.585-.539a1 1 0 0 1 .092-.212c.095-.162.203-.579.175-.683a1.3 1.3 0 0 0-.101-.233c-.08-.141-.086-.19-.101-.583-.028-.69-.138-1.051-.488-1.594-.202-.313-.251-.423-.377-.828-.208-.696-.27-1.35-.165-1.861.049-.255.073-.288.279-.408.107-.064.248-.165.316-.227l.125-.116.595-.068c.328-.04.696-.088.812-.113.12-.024.383-.08.586-.12.205-.042.497-.116.647-.165.15-.052.362-.114.472-.138.215-.05.947-.12.972-.095.009.01.018.448.015.975 0 .828-.009 1.052-.08 1.662a22 22 0 0 0-.174 2.526c-.028 1.146-.037 1.198-.224 1.333-.135.098-.273.08-.68-.1a39 39 0 0 0-.951-.393 18 18 0 0 1-1.003-.441c-.233-.117-.423-.203-.423-.194s.117.16.26.334c.145.175.261.325.261.334s-.027.02-.064.02c-.055 0-.058.005-.015.063.027.04.036.101.027.166-.012.083-.003.11.058.15.04.028.105.104.145.172a.7.7 0 0 0 .14.177.7.7 0 0 1 .133.163c.03.058.134.166.233.24a.9.9 0 0 1 .21.208c.02.046.109.113.213.165.242.123.597.436.655.574.034.085.102.153.298.282.157.104.432.343.739.647.558.551.589.57 1.042.542.295-.021.442-.076.617-.236.07-.064.156-.132.187-.15a.8.8 0 0 0 .165-.2.8.8 0 0 1 .193-.22c.129-.077.359-.402.359-.506 0-.153.058-.251.26-.441.178-.166.215-.221.326-.494.172-.417.232-.687.288-1.223.067-.662.061-1.462-.015-1.962-.126-.816-.604-3.088-.748-3.542-.12-.377-.233-.867-.233-1.008 0-.034.064-.037.315-.022.23.016.41.01.675-.03.312-.046.42-.05.75-.019.212.019.393.04.4.05.024.02.496 1.557.576 1.87.165.64.169.686.202 2.299.016.843.03 1.843.037 2.223.006.64.012.71.089.993.098.359.205.592.426.91.089.127.224.347.3.488.154.285.353.521.61.717.338.261.666.473.868.565.243.11.439.285.632.558.08.11.193.26.254.337.062.077.138.193.172.26.058.123.077.136.408.234.153.046.576.055.812.015.132-.022.181-.052.393-.258.285-.276.42-.469.42-.607 0-.214.03-.279.156-.328q.12-.047.12-.104c0-.193-.203-.972-.307-1.175-.068-.134-.947-1.324-1.686-2.283-.785-1.015-1.061-1.457-1.224-1.935-.052-.163-.248-1.276-.37-2.143a8.4 8.4 0 0 0-.531-1.922c-.092-.233-.156-.423-.141-.423.074 0 1.653.441 1.745.487.058.03.297.16.527.288.23.132.454.236.493.236.046 0 .24.108.466.26l.39.262.202-.016c.292-.028.346-.04.47-.126.174-.12.278-.138.416-.073.267.126.451.147.289.034-.243-.17-.267-.252-.126-.464.169-.257.187-.275.361-.364.28-.141.298-.175.39-.678.043-.245.1-.484.126-.533.07-.148.055-.242-.065-.356a2 2 0 0 1-.23-.291c-.095-.147-.122-.218-.122-.325 0-.12-.013-.144-.101-.2a1.3 1.3 0 0 0-.218-.107c-.132-.046-.337-.263-.31-.324l.034-.083c.025-.062-.224-.197-.47-.255-.244-.058-.241-.058-.198-.107.021-.028.02-.123.002-.3-.092-.84-.432-1.43-.999-1.727a1.2 1.2 0 0 1-.239-.147c-.058-.089-.782-.365-1.18-.447a8 8 0 0 1-.552-.138 5 5 0 0 0-.61-.12c-.457-.043-1.073-.147-1.276-.212a6 6 0 0 0-.533-.12c-.193-.036-.359-.076-.368-.091-.012-.018-.086-.016-.187.003-.117.021-.291.021-.567-.003a16 16 0 0 0-1.196-.031c-.674.003-.858-.006-1.202-.061a5 5 0 0 0-.659-.065c-.337-.003-1.33-.104-1.153-.12.028 0 .12-.017.205-.036.141-.03.15-.037.123-.098-.03-.065-.046-.067-.478-.064-.368 0-.454.009-.481.049-.031.04-.062.043-.197.018-.144-.03-.153-.037-.107-.073.049-.037.05-.046.01-.074a.2.2 0 0 0-.096-.031c-.04 0-1.956-.19-2.753-.273-.157-.018-.294-.036-.303-.049-.01-.009.006-.015.033-.015.03 0 .052-.012.052-.028 0-.046-.156-.058-.37-.024-.15.021-.23.021-.28-.003-.058-.025-.04-.028.093-.015.29.03.168-.04-.139-.077-.165-.022-.337-.043-.38-.05a.5.5 0 0 1-.138-.045c-.03-.019-.368-.077-.748-.129a9 9 0 0 1-.95-.172c-.497-.14-.954-.37-1.217-.607l-.138-.122.049-.117a.86.86 0 0 1 .46-.493c.315-.154.46-.178 1.076-.197.56-.012.693-.036.628-.11-.03-.043-.472-.11-.692-.11-.138 0-.482-.068-.798-.16a1.2 1.2 0 0 0-.4-.049m8.85 2.95a.3.3 0 0 0-.068.006c-.18.03-.285.073-.377.15l-.092.073.147.003a.45.45 0 0 0 .353-.131q.107-.097.037-.1m5.776.951a.5.5 0 0 1 .162.032c.092.028.193.04.224.031.03-.009.067-.003.08.019.015.027-.03.03-.184.015q-.203-.023-.203.009c0 .018.037.04.086.05.224.048.26.073.068.054a6 6 0 0 0-.368-.024c-.16 0-.169.003-.178.08-.01.07-.03.085-.18.116-.206.04-.178.043-.332-.028-.138-.067-.442-.14-.819-.199-.14-.021-.21-.04-.162-.043.052 0 .334.031.629.074.545.077.699.092.665.058a6 6 0 0 0-.534-.12l-.515-.1.3-.004c.264-.003.31.007.39.065.068.049.101.058.126.034.021-.022.113-.028.257-.02.193.016.245.01.353-.048a.4.4 0 0 1 .135-.05m-4.347.513q.024-.001.036.01c.013.01 0 .03-.024.046-.058.037-.083.037-.107.003-.014-.025.05-.057.095-.059m4.987.09q.008-.003.034.037a.15.15 0 0 0 .098.052c.05 0 .053.006.013.03a.2.2 0 0 1-.061.028c-.062-.006-.092-.043-.092-.098q0-.045.008-.049m-3.951.18c-.062 0-.104.053-.104.126 0 .016.07.028.156.028.147 0 .153-.003.116-.052-.06-.08-.098-.101-.168-.101m6.19 1.831c.021-.009.074.012.116.043.068.052.068.058.013.055-.086 0-.184-.076-.13-.098"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/shopee.svg b/mkdocs-material/material/templates/.icons/simple/shopee.svg new file mode 100644 index 0000000..f28c612 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/shopee.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.941 17.963c.23-1.879-.98-3.077-4.175-4.097-1.548-.528-2.277-1.22-2.26-2.171.065-1.056 1.048-1.825 2.352-1.85a5.3 5.3 0 0 1 2.883.89c.116.072.197.06.263-.04.09-.144.315-.493.39-.62.051-.08.061-.186-.068-.28-.185-.137-.704-.415-.983-.532a6.5 6.5 0 0 0-2.511-.514c-1.91.008-3.413 1.215-3.54 2.826q-.122 1.746 1.73 2.827c.263.152 1.68.716 2.244.892 1.774.552 2.695 1.542 2.478 2.697-.197 1.047-1.299 1.724-2.818 1.744-1.203-.046-2.287-.537-3.127-1.19l-.141-.11c-.104-.08-.218-.075-.287.03-.05.077-.376.547-.458.67-.077.108-.035.168.045.234.35.293.817.613 1.134.775a6.7 6.7 0 0 0 2.829.727 4.9 4.9 0 0 0 2.075-.354c1.095-.465 1.803-1.394 1.945-2.554M12 1.401c-2.068 0-3.754 1.95-3.833 4.39h7.665C15.751 3.35 14.066 1.4 12 1.4m7.851 22.598-.08.001-15.784-.002c-1.074-.04-1.863-.91-1.971-1.991l-.01-.195-.707-15.526a.46.46 0 0 1 .45-.494h4.975C6.845 2.568 9.16 0 12 0s5.153 2.569 5.275 5.79h4.968a.46.46 0 0 1 .458.483l-.773 15.588-.007.131c-.094 1.094-.979 1.977-2.07 2.006z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/shopify.svg b/mkdocs-material/material/templates/.icons/simple/shopify.svg new file mode 100644 index 0000000..4e77d16 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/shopify.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.337 23.979 7.216-1.561s-2.604-17.613-2.625-17.73c-.018-.116-.114-.192-.211-.192s-1.929-.136-1.929-.136-1.275-1.274-1.439-1.411a.4.4 0 0 0-.121-.074l-.914 21.104zM11.71 11.305s-.81-.424-1.774-.424c-1.447 0-1.504.906-1.504 1.141 0 1.232 3.24 1.715 3.24 4.629 0 2.295-1.44 3.76-3.406 3.76-2.354 0-3.54-1.465-3.54-1.465l.646-2.086s1.245 1.066 2.28 1.066a.944.944 0 0 0 .975-.932c0-1.619-2.654-1.694-2.654-4.359-.034-2.237 1.571-4.416 4.827-4.416 1.257 0 1.875.361 1.875.361l-.945 2.715zM11.17.83c.136 0 .271.038.405.135-.984.465-2.064 1.639-2.508 3.992a63 63 0 0 1-1.889.578C7.697 3.75 8.951.84 11.17.84zm1.235 2.949v.135c-.754.232-1.583.484-2.394.736.466-1.777 1.333-2.645 2.085-2.971.193.501.309 1.176.309 2.1m.539-2.234c.694.074 1.141.867 1.429 1.755-.349.114-.735.231-1.158.366v-.252c0-.752-.096-1.371-.271-1.871zm2.992 1.289c-.02 0-.06.021-.078.021s-.289.075-.714.21c-.423-1.233-1.176-2.37-2.508-2.37h-.115C12.135.209 11.669 0 11.265 0 8.159 0 6.675 3.877 6.21 5.846c-1.194.365-2.063.636-2.16.674-.675.213-.694.232-.772.87-.075.462-1.83 14.063-1.83 14.063L15.009 24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/shopware.svg b/mkdocs-material/material/templates/.icons/simple/shopware.svg new file mode 100644 index 0000000..83f852f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/shopware.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.948 10.891a.17.17 0 0 0-.061-.118c-2.503-2.078-4.53-2.926-6.99-2.926-1.313 0-2.32.264-2.992.783a2.22 2.22 0 0 0-.89 1.812c0 2.06 2.518 3 5.436 4.088 1.502.56 3.057 1.14 4.483 1.932a.16.16 0 0 0 .083.022.2.2 0 0 0 .059-.01.17.17 0 0 0 .102-.101c.545-1.396.822-2.867.822-4.374a13 13 0 0 0-.052-1.108m-4.81 10.48c-1.043-.786-2.58-1.383-4.206-2.013-1.937-.75-4.132-1.603-5.78-2.913-1.867-1.487-2.776-3.362-2.776-5.732 0-2.129.883-3.947 2.553-5.262 1.873-1.474 4.712-2.254 8.207-2.254.966 0 1.888.058 2.743.176a.17.17 0 0 0 .179-.098.17.17 0 0 0-.042-.2A11.96 11.96 0 0 0 12.001.001a11.92 11.92 0 0 0-8.486 3.515A11.92 11.92 0 0 0 0 11.999c0 3.205 1.247 6.218 3.515 8.484A11.92 11.92 0 0 0 12 23.998c2.59 0 5.057-.814 7.135-2.35a.17.17 0 0 0 .07-.138.17.17 0 0 0-.068-.14"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/shortcut.svg b/mkdocs-material/material/templates/.icons/simple/shortcut.svg new file mode 100644 index 0000000..7c9a781 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/shortcut.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 6a6 6 0 0 0-6-6H6a5.98 5.98 0 0 0-4.242 1.758 6 6 0 0 0 0 8.484l2.137 2.137A6.01 6.01 0 0 0 0 18a6 6 0 0 0 6 6h12a5.98 5.98 0 0 0 4.242-1.758 6 6 0 0 0 0-8.484l-2.137-2.137A6 6 0 0 0 24 6M3.404 20.598c-.694-.694-1.075-1.615-1.075-2.596s.38-1.903 1.075-2.595a3.65 3.65 0 0 1 2.443-1.074l7.34 7.34H6a3.66 3.66 0 0 1-2.596-1.075m17.192-5.194C21.29 16.1 21.67 17.02 21.67 18s-.38 1.904-1.075 2.596A3.64 3.64 0 0 1 18 21.67a3.64 3.64 0 0 1-2.596-1.075l-12-11.998C2.71 7.904 2.33 6.983 2.33 6.002s.38-1.903 1.075-2.595C4.1 2.712 5.02 2.33 6 2.33s1.904.381 2.596 1.076zm0-6.806a3.65 3.65 0 0 1-2.443 1.073l-7.34-7.342H18a3.64 3.64 0 0 1 2.596 1.075C21.29 4.1 21.67 5.02 21.67 6s-.38 1.904-1.075 2.598z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/showpad.svg b/mkdocs-material/material/templates/.icons/simple/showpad.svg new file mode 100644 index 0000000..7e713b1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/showpad.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 11.987c0-.09 0-.179-.013-.28v-.039c0-.076-.012-.153-.012-.242v-.013a5.476 5.476 0 0 0-4.877-4.877h-.013c-.076-.013-.153-.013-.242-.013h-.039c-.09 0-.178-.012-.28-.012a5.43 5.43 0 0 0-3.869 1.608L12.791 9.97l1.354 1.353 1.34-1.353h-.013l.511-.51a3.54 3.54 0 0 1 2.528-1.047h.204a.6.6 0 0 1 .153.013h.013a3.56 3.56 0 0 1 3.179 3.178v.013c0 .051.012.102.012.153v.409c0 .05-.012.102-.012.153a3.57 3.57 0 0 1-1.98 2.834l-.037.013a.4.4 0 0 0-.103.05l-.076.026-.064.026-.115.038-.025.013a3.56 3.56 0 0 1-3.69-.855l-.498-.498-3.37-3.358L6.74 5.26 5.387 6.613 0 12l1.353 1.353L6.74 18.74l1.354-1.353 3.37-3.37-1.353-1.353-3.37 3.37L2.693 12 6.74 7.953l2.017 2.03 5.388 5.387.498.498a5.4 5.4 0 0 0 3.88 1.596c.613 0 1.213-.102 1.788-.294l.05-.013c.052-.025.116-.038.167-.063l.102-.039.102-.05.153-.077.051-.026a5.5 5.5 0 0 0 3.051-4.353c.013-.077.013-.166.013-.243z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/showtime.svg b/mkdocs-material/material/templates/.icons/simple/showtime.svg new file mode 100644 index 0000000..2506a96 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/showtime.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.99 12.167c0-4.808 1.779-7.84 3.903-8.16C18.769 1.397 15.221 0 11.999 0 8.451 0 5.265 1.54 3.07 3.985c2.094.416 2.806 2.174 2.806 4.892H3.314c0-1.605-.334-2.436-1.284-2.436-.427 0-.758.217-.954.587q-.042.09-.084.184a2.1 2.1 0 0 0-.114.71c0 3.324 5.46 3.159 5.46 8.27 0 1.995-1.53 3.855-3.252 3.855C5.35 22.52 8.441 24 12 24c3.46 0 6.577-1.464 8.766-3.808-2.018-.509-3.776-3.413-3.776-8.025m-1.142 7.921h-2.746V13.26h-2.967v6.83H7.384V4.327h2.746v6.348h2.972V4.327h2.746zM2.372 17.58c-1.32 0-2.399-2.32-2.372-5.8 1.905 1.72 3.681 2.11 3.681 4.145 0 .981-.543 1.655-1.309 1.655M24 12.002c0 2.844-.896 5.409-2.1 5.409-1.445 0-2.181-2.703-2.181-5.498 0-2.654.771-5.308 2.181-5.308 1.676 0 2.1 4.102 2.1 5.397"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/showwcase.svg b/mkdocs-material/material/templates/.icons/simple/showwcase.svg new file mode 100644 index 0000000..a34dc59 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/showwcase.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.554 2.938q.84-.155 1.695-.22c.128-.01.218-.031.273-.121.094-.153.26-.211.492-.228.624-.047 1.243-.05 1.869-.007.301.02.503.097.618.295.046.078.124.107.242.116q.368.026.733.076c.316.042.629.096.957.15a2 2 0 0 0-.244-.512c-.379-.605-.986-1.018-1.89-1.185-.679-.126-1.366-.114-2.054-.075-.43.025-.842.11-1.226.259-.8.307-1.193.831-1.466 1.452Zm-8.079.553c.272.103.527.245.757.423.503.385.849.843 1.17 1.313.356.522.637 1.067.901 1.62.053-.033.057-.07.068-.108.135-.437.293-.869.496-1.292.36-.75.841-1.444 1.718-1.953.088-.051.08-.087.015-.147a5.4 5.4 0 0 0-.927-.706 1.8 1.8 0 0 0-.955-.24c-.793.013-1.515.2-2.199.475-.394.158-.76.343-1.044.615m7.245-.165c-1.072.24-1.899.706-2.473 1.406-.458.557-.708 1.173-.936 1.793a15 15 0 0 0-.55 1.969 53 53 0 0 0-.589 3.215q-.183 1.175-.34 2.354c-.15 1.115-.285 2.23-.295 3.352-.01.985.021 1.966.44 2.916.274.623.746 1.135 1.54 1.477.823.353 1.724.544 2.647.688 1.366.213 2.755.283 4.148.3 1.498.016 2.994-.01 4.48-.167 1.09-.115 2.157-.29 3.168-.62.92-.3 1.59-.768 1.955-1.463.362-.69.486-1.408.528-2.136.095-1.644-.124-3.277-.354-4.91a83 83 0 0 0-.573-3.588c-.135-.73-.28-1.459-.468-2.182-.22-.84-.48-1.672-.931-2.466-.55-.967-1.473-1.65-2.876-1.944-3.4-.71-7.039-.326-8.521.006m14.169 9.746c0 .095.005.19.038.283l.111.766c-.016.048-.008.094.024.156.026-.064.083-.1.065-.155l.336-1.198c.023-.045.045-.089.033-.137.065-.11.08-.228.12-.342.244-.69.41-1.392.566-2.095.173-.773.321-1.55.512-2.32a9.9 9.9 0 0 0 .296-2.862c-.017-.356-.04-.714-.172-1.083-.11.062-.206.108-.29.165-.386.26-.66.582-.906.915-.699.95-1.153 1.967-1.577 2.993-.021.052-.009.102.003.154.22.93.38 1.867.53 2.804q.157.978.31 1.956zM.067 4.334c-.07.204-.066.412-.067.62-.002.941.139 1.874.308 2.807.147.81.352 1.613.551 2.417q.287 1.17.6 2.335c.2.739.272 1.487.348 2.236.005.054-.007.113.045.168.01-.016.023-.027.025-.039q.204-1.646.469-3.282c.172-1.064.337-2.129.58-3.186.032-.138.07-.272 0-.417-.141-.284-.247-.576-.382-.861-.357-.754-.737-1.502-1.306-2.189-.23-.278-.47-.555-.84-.754-.083-.052-.174-.145-.274-.112-.084.027-.053.141-.07.217-.002.013.008.027.013.04m22.248-1.497a7.2 7.2 0 0 0-2.429-.4 1.25 1.25 0 0 0-.673.197c-.343.22-.58.494-.784.787-.042.06.003.084.056.116q.35.209.646.49c.676.643 1.022 1.392 1.307 2.16.087.234.164.47.256.734.28-.574.55-1.12.903-1.64.43-.632.893-1.249 1.699-1.682.063-.033.13-.056.195-.085.084-.022.033-.044 0-.066-.016-.048-.06-.082-.111-.112a.43.43 0 0 0-.19-.131 2.4 2.4 0 0 0-.596-.28c-.09-.035-.171-.083-.28-.088z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/shutterstock.svg b/mkdocs-material/material/templates/.icons/simple/shutterstock.svg new file mode 100644 index 0000000..5a866d1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/shutterstock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.839 18.761h5.313a1.53 1.53 0 0 0 1.527-1.528v-5.76h5.237v5.76A6.767 6.767 0 0 1 15.152 24H9.839zM14.16 5.237H8.85a1.53 1.53 0 0 0-1.53 1.527v5.761H2.085V6.764A6.763 6.763 0 0 1 8.85 0h5.31z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sidekiq.svg b/mkdocs-material/material/templates/.icons/simple/sidekiq.svg new file mode 100644 index 0000000..5b18202 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sidekiq.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.639 23.767C4.145 22.67 0 17.815 0 12 0 5.377 5.377 0 12 0c4.47 0 8.373 2.449 10.437 6.078-.159.124-.425.289-.625.467q-.274.243-1.149.598-.55-.492-.722-.411c-.174.081-1.435.742-2.023.919s-2.621 1.601-3.156 1.734c-.534.132-.984.284-1.218.461-.234.176-.526.105-.857.14-.167.018-.435.303-.924.434a.7.7 0 0 0-.156.308q-.491 1.435-.711 1.887-.219.45-.784 1.232.468.534.467.733c0 .2-.034 1.332-.143 1.863q-.108.53-.22 5.317 0 .83-.166 1.028c-.167.197-.361.727-.361.871q-.002.04-.05.108M22.747 6.659A11.94 11.94 0 0 1 24 12c0 6.623-5.377 12-12 12q-.795 0-1.564-.101c.26-.328.445-.295.597-.434s.425-.514.288-.677q-.137-.164-.137-.713.311-.183.472-.184c.161 0 .03-.574.239-1.178q.21-.603.996-6.286.482-1.42.653-1.556c.171-.136.568-.477 1.363-1.156q1.893-1.172 2.111-1.361c.219-.19 2.354-.798 2.646-1.185q.292-.387 1.241-.895v-.241q.598-.205.783-.205c.186 0 .435.113.567-.177.133-.291.046-.615.231-.767a6 6 0 0 0 .261-.225M9.253 13.361q-.03.069-.026.081a1.9 1.9 0 0 0 0 .615c.104.721-.598.905-.598.905l.37.319c.744-.136.744-1.083.744-1.083a3 3 0 0 1-.052-.678c.002.001.436-.513.81-1.309.192-.409.374-.921.498-1.258.12-.326.143-.536.125-.595 0 .02-.219-.072-.428-.129l.001-.011-.376-.345q1.349-.519 1.533-.757c.184-.238.516-.958.516-1.231q0-.272.08-1.891-.789.099-.92 0c-.132-.099-.256-.493-.256-.826q0-.332-.205-.896l-.372-.103q-.084-.415-.178-.415t-.198.198q-.118.455-.118.566c0 .11-.08.424.118.65q.199.227.466.826-.167.613 0 .781c.167.167 0 .388 0 .516q0 .128-.09.594-1.534.266-1.757.177c-.223-.089-.384.005-.706.193l-.409.392q.105-.454 0-.666c-.106-.213-.165-.347-.165-.54 0-.08-.111-.264-.111-.397q0-.081.045-.269l-.291-.276q.103-.005.115-.058.013-.052-.189-.141-1.434.072-1.87.568t-.067 1.387q.258.425.446.623.189.197.58.422l-.343.195-.237.723-.576 1.053-.959 2.359-.185.564q.186 1.1.329 1.226.141.126.519.103.38.422.493.302c.03-.032.078-.079.056-.234-.01-.07-.107-.205-.099-.296.007-.087.089-.185.116-.373a3 3 0 0 0 0-.469l1.519-1.556.874.185 1.154.205z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sidequest.svg b/mkdocs-material/material/templates/.icons/simple/sidequest.svg new file mode 100644 index 0000000..2814294 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sidequest.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 10.409 18.689 1.21H8.065l2.518 4.359.769 1.331-.918 1.592H8.598l-.769-1.333-2.517-4.36L0 11.999l5.311 9.199 2.518-4.36.769-1.333h1.836l.919 1.593-.77 1.332-2.517 4.359H18.69L24 13.59h-6.571l-.919-1.591.919-1.59zM5.288 5.328 6.27 7.03 4.763 9.64h6.334l3.169-5.486h-3.015l-.983-1.702h7.046l-5.183 8.977H1.763zm4.98 16.219.983-1.703h3.015l-3.169-5.488H4.763l1.507 2.611-.982 1.704-3.525-6.104h10.368l1.364 2.363 3.819 6.617zm8.084-4.062 1.505-2.61h1.969l-3.525 6.102-3.109-5.382-2.077-3.596 2.459-4.257 2.727-4.72 3.525 6.102h-1.969l-1.505-2.611-3.17 5.486z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/siemens.svg b/mkdocs-material/material/templates/.icons/simple/siemens.svg new file mode 100644 index 0000000..fcd7da9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/siemens.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.478 10.016q.361 0 1.046.14v.726a2.5 2.5 0 0 0-.946-.213q-.615 0-.615.354 0 .132.124.216.103.067.568.286.67.312.89.541.264.273.264.705 0 .621-.516.949-.418.264-1.085.264-.563 0-1.133-.139v-.755q.615.203 1.09.203.655 0 .655-.362a.3.3 0 0 0-.095-.227q-.098-.097-.5-.27-.722-.312-.94-.53a1 1 0 0 1-.284-.73q0-.566.413-.864.408-.294 1.064-.294m21.19 0q.37 0 .956.123l.09.016v.727a2.5 2.5 0 0 0-.948-.213q-.613 0-.612.354 0 .132.123.216.099.065.57.286.665.312.889.541.264.273.264.705 0 .621-.514.949-.42.264-1.087.264-.564 0-1.134-.139v-.755q.61.203 1.09.203.655 0 .655-.362 0-.135-.092-.227-.098-.098-.503-.27-.72-.308-.94-.53a1 1 0 0 1-.284-.732q0-.564.413-.862.408-.294 1.064-.294m-12.674.066.92 2.444.942-2.444h1.257v3.825h-.968v-2.708l-1.072 2.747h-.632l-1.052-2.747v2.708H8.67v-3.825zm-5.587 0v3.825H3.386v-3.825zm3.554 0v.692H6.327v.864H7.75v.63H6.327v.908h1.677v.73h-2.66v-3.824zm8.707 0v.692h-1.634v.864h1.422v.63h-1.422v.908h1.677v.73H14.05v-3.824zm1.898 0 1.255 2.56v-2.56h.719v3.825h-1.15l-1.288-2.595v2.595h-.72v-3.825z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sifive.svg b/mkdocs-material/material/templates/.icons/simple/sifive.svg new file mode 100644 index 0000000..5596be0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sifive.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m2.906 12.408 3.118-9.671h11.952l1.213 3.762H8.632l-.675 2.135h11.92l1.792 5.558L12 21.319l-9.189-6.777h6.205l2.957 2.18 5.85-4.312zM19.416.443H4.585L0 14.73l12 8.826 12-8.83z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/signal.svg b/mkdocs-material/material/templates/.icons/simple/signal.svg new file mode 100644 index 0000000..efae802 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/signal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m9.12.35.27 1.09a10.9 10.9 0 0 0-3.015 1.248l-.578-.964A12 12 0 0 1 9.12.35m5.76 0-.27 1.09a10.9 10.9 0 0 1 3.015 1.248l.581-.964A12 12 0 0 0 14.88.35M1.725 5.797A12 12 0 0 0 .351 9.119l1.09.27A10.9 10.9 0 0 1 2.69 6.374zm-.6 6.202a11 11 0 0 1 .122-1.63l-1.112-.168a12 12 0 0 0 0 3.596l1.112-.169A11 11 0 0 1 1.125 12zm17.078 10.275-.578-.964a10.9 10.9 0 0 1-3.011 1.247l.27 1.091a12 12 0 0 0 3.319-1.374M22.875 12a11 11 0 0 1-.122 1.63l1.112.168a12 12 0 0 0 0-3.596l-1.112.169a11 11 0 0 1 .122 1.63zm.774 2.88-1.09-.27a10.9 10.9 0 0 1-1.248 3.015l.964.581a12 12 0 0 0 1.374-3.326m-10.02 7.875a11 11 0 0 1-3.258 0l-.17 1.112a12 12 0 0 0 3.597 0zm7.125-4.303a11 11 0 0 1-2.304 2.302l.668.906a12 12 0 0 0 2.542-2.535zM18.45 3.245a11 11 0 0 1 2.304 2.304l.906-.675a12 12 0 0 0-2.535-2.535zM3.246 5.549A11 11 0 0 1 5.55 3.245l-.675-.906A12 12 0 0 0 2.34 4.874zm19.029.248-.964.577a10.9 10.9 0 0 1 1.247 3.011l1.091-.27a12 12 0 0 0-1.374-3.318M10.371 1.246a11 11 0 0 1 3.258 0L13.8.134a12 12 0 0 0-3.597 0zM3.823 21.957 1.5 22.5l.542-2.323-1.095-.257-.542 2.323a1.125 1.125 0 0 0 1.352 1.352l2.321-.532zm-2.642-3.041 1.095.255.375-1.61a10.8 10.8 0 0 1-1.21-2.952l-1.09.27a12 12 0 0 0 1.106 2.852zm5.25 2.437-1.61.375.255 1.095 1.185-.275a12 12 0 0 0 2.851 1.106l.27-1.091a10.8 10.8 0 0 1-2.943-1.217zM12 2.25a9.75 9.75 0 0 0-8.25 14.938l-.938 4 4-.938A9.75 9.75 0 1 0 12 2.25"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/similarweb.svg b/mkdocs-material/material/templates/.icons/simple/similarweb.svg new file mode 100644 index 0000000..10258d2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/similarweb.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.099 5.781c-1.283-2-3.14-3.67-5.27-4.52l-.63-.213a7.4 7.4 0 0 0-2.15-.331c-2.307.01-4.175 1.92-4.175 4.275a4.3 4.3 0 0 0 .867 2.602l-.26-.342c.124.186.26.37.417.556.663.802 1.604 1.635 2.822 2.58 2.999 2.32 4.943 4.378 5.104 6.93.038.344.062.696.062 1.051 0 1.297-.283 2.67-.764 3.635h.005s-.207.377-.077.487c.066.057.21.1.46-.053a12.1 12.1 0 0 0 3.4-3.33 12.1 12.1 0 0 0 2.088-6.635 12.1 12.1 0 0 0-1.9-6.692zm-9.096 8.718-1.878-1.55c-3.934-2.87-5.98-5.966-4.859-9.783a9 9 0 0 1 .37-1.016v-.004s.278-.583-.327-.295a12.07 12.07 0 0 0-6.292 9.975 12.1 12.1 0 0 0 2.053 7.421 9.4 9.4 0 0 0 2.154 2.168H4.22c4.148 3.053 7.706 1.446 7.706 1.446h.003a4.85 4.85 0 0 0 2.962-4.492 4.86 4.86 0 0 0-1.889-3.87z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/simkl.svg b/mkdocs-material/material/templates/.icons/simple/simkl.svg new file mode 100644 index 0000000..1049f18 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/simkl.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.84 0A3.83 3.83 0 0 0 0 3.84v16.32A3.83 3.83 0 0 0 3.84 24h16.32A3.83 3.83 0 0 0 24 20.16V3.84A3.83 3.83 0 0 0 20.16 0zm8.567 4.11q3.11 0 4.393.186 1.69.252 2.438.877 1.009.867 1.009 3.104 0 .241-.01.768h-4.234q-.021-.537-.074-.746-.147-.615-.966-.692-.725-.065-3.53-.066-2.775 0-3.289.165-.578.2-.578 1.024 0 .792.61.969.514.143 4.633.275 3.73.11 4.76.275 1.04.165 1.654.495t.983.936q.556.892.557 2.873 0 2.212-.546 3.247-.547 1.024-1.785 1.398-1.219.374-6.71.374-3.338 0-4.82-.187-1.806-.22-2.593-.86-.85-.684-1.008-1.93a10.5 10.5 0 0 1-.085-1.434v-.789H7.44q-.01 1.11.43 1.428.232.151.525.203.294.056 1.03.077a166 166 0 0 0 2.405.022q2.793-.01 3.234-.033.83-.065 1.092-.23.368-.242.368-1.077 0-.57-.231-.802-.316-.318-1.503-.34-.82 0-3.425-.132-2.69-.133-3.488-.154-2.08-.066-2.932-.505-1.092-.56-1.429-1.91-.189-.747-.189-1.956 0-2.547.925-3.59.693-.79 2.102-1.044 1.271-.22 6.053-.22z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/simpleanalytics.svg b/mkdocs-material/material/templates/.icons/simple/simpleanalytics.svg new file mode 100644 index 0000000..fbec27a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/simpleanalytics.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.019 13.019h3.849V24h-3.85zm8.943-6.68h3.85V24h-3.85zM19.132 0h3.85v24h-3.85z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/simpleicons.svg b/mkdocs-material/material/templates/.icons/simple/simpleicons.svg new file mode 100644 index 0000000..2603fe0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/simpleicons.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C8.688 0 6 2.688 6 6s2.688 6 6 6c4.64-.001 7.526 5.039 5.176 9.04h1.68A7.507 7.507 0 0 0 12 10.5 4.5 4.5 0 0 1 7.5 6c0-2.484 2.016-4.5 4.5-4.5s4.5 2.016 4.5 4.5H18c0-3.312-2.688-6-6-6m0 3a3 3 0 0 0 0 6c4 0 4-6 0-6m0 1.5A1.5 1.5 0 0 1 13.5 6v.002c-.002 1.336-1.617 2.003-2.561 1.058S10.664 4.5 12 4.5M7.5 15v1.5H9v6H4.5V24h15v-1.5H15v-6h1.5V15Zm3 1.5h3v6h-3zm-6 1.47c0 1.09.216 2.109.644 3.069h1.684A5.96 5.96 0 0 1 6 17.97Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/simplelogin.svg b/mkdocs-material/material/templates/.icons/simple/simplelogin.svg new file mode 100644 index 0000000..baf09c8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/simplelogin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.451 3.672q.16.158.277.348c.178.293.272.628.272.97v9.604c0 .342-.095.679-.274.971a1.9 1.9 0 0 1-.383.444c-.335.286-.76.443-1.201.443H11.727a9.77 9.77 0 0 1-5.2 4.365l-.136.049-.135-.052a9.74 9.74 0 0 1-4.499-3.526A9.7 9.7 0 0 1 0 11.701a9.8 9.8 0 0 1 .227-2.1l.052-.237.236-.058q.083-.02.162-.042a12 12 0 0 0 5.568-3.262l.04-.043.232-.239v-.73c0-.343.095-.68.274-.972q.117-.19.278-.346a1.84 1.84 0 0 1 1.193-.537h13.994a1.84 1.84 0 0 1 1.195.537m-15.075.346q-.05 0-.098.004h-.142l.023.021 6.815 6.029a.435.435 0 0 0 .576 0l6.815-6.029.023-.021h-.146a1 1 0 0 0-.098-.004zm-.898.605a.95.95 0 0 0-.072.367v1.586a12 12 0 0 0 4.938 2.681l.114.029.057.015.237.058.051.239a9 9 0 0 1 .1.565l.417-.369zM2.329 16.719a9.05 9.05 0 0 0 4.074 3.312 9 9 0 0 0 5.68-10.036 12.74 12.74 0 0 1-5.555-3.169 12.75 12.75 0 0 1-5.583 3.177 9 9 0 0 0-.161 1.698 9.04 9.04 0 0 0 1.545 5.018m10.684-5.098a9.7 9.7 0 0 1-.837 3.944h10.212l-.028-.025-5.826-5.153-.985.87a.43.43 0 0 1-.575 0l-.985-.87-.984.87q.008.182.008.364m10.029 3.339a.9.9 0 0 0 .072-.366l.001-9.603a1 1 0 0 0-.071-.364l-5.84 5.168zM6.609 8.206a10.24 10.24 0 0 0 4.379 2.464q.11.607.118 1.223v.082a7.23 7.23 0 0 1-1.705 4.655l-.007.008a7.23 7.23 0 0 1-2.97 2.095 7.26 7.26 0 0 1-4.515-6.692q0-.689.129-1.365a10.25 10.25 0 0 0 4.486-2.551zm-3.177 5.053 2.752 2.752h.001l3.831-3.831-.847-.846-2.983 2.984-1.908-1.907z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/simplenote.svg b/mkdocs-material/material/templates/.icons/simple/simplenote.svg new file mode 100644 index 0000000..b4c8466 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/simplenote.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.466 3.62c-.004.052-.014.104-.018.158-.406 4.626 2.747 8.548 8.03 9.994 2.024.553 5.374 2.018 5.06 5.599a5.06 5.06 0 0 1-1.803 3.46c-1.022.857-2.308 1.21-3.64 1.166C5.147 23.794 0 18.367 0 12.05a11.95 11.95 0 0 1 3.467-8.428zM9.82 1.032C10.727.27 11.876-.046 13.055.005 18.996.27 24 5.67 24 11.936a11.94 11.94 0 0 1-2.667 7.536c.332-4.908-2.94-8.897-8.59-10.441-2.337-.64-4.749-2.274-4.514-4.948A4.47 4.47 0 0 1 9.82 1.03z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sinaweibo.svg b/mkdocs-material/material/templates/.icons/simple/sinaweibo.svg new file mode 100644 index 0000000..0b6e4c8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sinaweibo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.098 20.323c-3.977.391-7.414-1.406-7.672-4.02-.259-2.609 2.759-5.047 6.74-5.441 3.979-.394 7.413 1.404 7.671 4.018.259 2.6-2.759 5.049-6.737 5.439zM9.05 17.219c-.384.616-1.208.884-1.829.602-.612-.279-.793-.991-.406-1.593.379-.595 1.176-.861 1.793-.601.622.263.82.972.442 1.592m1.27-1.627c-.141.237-.449.353-.689.253-.236-.09-.313-.361-.177-.586.138-.227.436-.346.672-.24.239.09.315.36.18.601zm.176-2.719c-1.893-.493-4.033.45-4.857 2.118-.836 1.704-.026 3.591 1.886 4.21 1.983.64 4.318-.341 5.132-2.179.8-1.793-.201-3.642-2.161-4.149m7.563-1.224c-.346-.105-.57-.18-.405-.615.375-.977.42-1.804 0-2.404-.781-1.112-2.915-1.053-5.364-.03 0 0-.766.331-.571-.271.376-1.217.315-2.224-.27-2.809-1.338-1.337-4.869.045-7.888 3.08C1.309 10.87 0 13.273 0 15.348c0 3.981 5.099 6.395 10.086 6.395 6.536 0 10.888-3.801 10.888-6.82 0-1.822-1.547-2.854-2.915-3.284zm1.908-5.092a3.1 3.1 0 0 0-2.96-.962.786.786 0 0 0-.616.932.79.79 0 0 0 .932.602 1.51 1.51 0 0 1 1.442.465c.376.421.466.977.316 1.473a.786.786 0 0 0 .51.992.813.813 0 0 0 .992-.512 3.11 3.11 0 0 0-.646-3.035zm2.418-2.195c-1.576-1.757-3.905-2.419-6.054-1.968a.91.91 0 0 0-.706 1.081.91.91 0 0 0 1.082.707 4.5 4.5 0 0 1 4.296 1.383 4.53 4.53 0 0 1 .947 4.416.91.91 0 0 0 .586 1.157c.479.165.991-.104 1.157-.586a6.39 6.39 0 0 0-1.338-6.235z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/singaporeairlines.svg b/mkdocs-material/material/templates/.icons/simple/singaporeairlines.svg new file mode 100644 index 0000000..f217ef5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/singaporeairlines.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.981 0 7.786 1.79c-.473.728-.062 1.51-.062 1.51l5.475 9.055c1.263 2.17-.536 4.535-.536 4.535L9.36 22.015h2.738c1.387 0 2.014-1.133 2.014-1.133l1.73-2.673c.628-.978 1.45-1.008 1.45-1.008h1.572c-.977.41-1.418 1.418-1.418 1.418L15.5 21.612c-.76 1.133-1.643.969-1.643.969h-7.83l3.713-5.792c.875-1.318 0-2.42 0-2.42L4.796 6.355 3.756 7.93c-.907 1.45-.032 2.294-.032 2.294l3.56 5.722c.79 1.193.224 1.914.224 1.914l-4 6.14h10.513a2.97 2.97 0 0 0 2.674-1.574l2.232-3.364c.535-.852 1.728-.728 1.728-.728l-1.512-2.388h-2.17c-1.542 0-2.14 1.286-2.14 1.286l-2.045 3.117h-.002c-.187.225-.404.505-.628.35-.217-.155.093-.566.093-.566l2.744-4.28c.404-.666 1.133-1.986 1.133-3.148s-.915-2.666-.915-2.666zM7.004 3.146 5.618 5.224c-.41.69 0 1.41 0 1.41l4.69 7.77c.659 1.161.154 2.262.154 2.262l-3.364 5.31h1.668l3.62-5.622c1.543-2.332.124-4.216.124-4.216z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/singlestore.svg b/mkdocs-material/material/templates/.icons/simple/singlestore.svg new file mode 100644 index 0000000..e5df720 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/singlestore.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.029 5.063c-.914-1.916-2.8-3.432-5.114-4.033C11.4.887 10.858.83 10.258.8c-.886 0-1.743.114-2.629.343-2.2.658-3.742 1.945-4.657 2.947C1.801 5.435 1.03 6.837.572 8.238c0 .029-.028.057-.028.115C.515 8.467.4 8.81.4 8.896c-.029.057-.029.143-.057.2l-.086.344c0 .028 0 .057-.028.086-.743 3.69.49 7.001 1.234 8.231.185.308.338.564.49.8C.27 9.403 5.116 5.035 10.63 4.92c2.886-.057 5.771 1.116 7.171 3.461-.086-1.287-.171-2.002-.771-3.318zM12.543 0c2.572.715 4.914 2.517 5.886 4.72 1.485 3.575 1.143 8.095-.486 10.784-1.371 2.203-3.485 3.375-5.914 3.347-3.771-.029-6.828-3.032-6.857-6.808 0-3.776 2.971-6.894 6.857-6.894.629 0 1.535.087 2.563.516 0 0-.739-.438-2.638-.732C6.497 4.218.058 8.353 1.544 17.878c2.057 3.662 6 6.15 10.485 6.122 6.6-.029 12-5.435 11.97-12.072C24 5.578 18.83.172 12.544 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sitecore.svg b/mkdocs-material/material/templates/.icons/simple/sitecore.svg new file mode 100644 index 0000000..2c6a4df --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sitecore.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.37 0 0 5.37 0 12s5.37 12 12 12 12-5.37 12-12S18.63 0 12 0m0 3.266A8.714 8.714 0 0 1 20.734 12c0 4.815-3.92 8.734-8.734 8.734A8.73 8.73 0 0 1 3.266 12 8.73 8.73 0 0 1 12 3.266m6.701 3.847-2.878 1.839c.87 1.379.991 2.879.314 4.403-.774 1.838-2.613 3.41-4.694 4.16a7.3 7.3 0 0 0 2.662-.87c2.032-1.137 3.194-3.073 3.29-5.468v-.218h2.83c-.168-1.427-.725-2.734-1.524-3.846m-.87 4.282c-.17 2.42-1.428 4.476-3.508 5.613a8.1 8.1 0 0 1-3.92.992 9.2 9.2 0 0 1-3.194-.58c1.259.774 2.662 1.21 4.113 1.21h.025c2.613 0 4.984-1.38 6.314-3.727l.121-.193 1.621 1.04A8.2 8.2 0 0 0 20.3 12c0-.194-.025-.387-.025-.605zm.072 3.943c-1.427 2.323-3.846 3.726-6.556 3.726-2.637 0-5.105-1.306-6.847-3.532 1.33 2.807 4.185 4.766 7.5 4.766a8.27 8.27 0 0 0 7.185-4.161z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sitepoint.svg b/mkdocs-material/material/templates/.icons/simple/sitepoint.svg new file mode 100644 index 0000000..c684de8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sitepoint.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m2.471 10.533 1.771 1.688 5.598 5.141 2.4-2.291a.804.804 0 0 0-.046-.985L9.99 12.184l.01-.005-2.371-2.266a.79.79 0 0 1 .021-1.079l6.39-6.076L11.146 0 2.475 8.238a1.57 1.57 0 0 0 0 2.295zm19.056 2.937-1.77-1.691-5.595-5.142-2.411 2.291a.77.77 0 0 0 .045.985l2.205 1.891h-.006l2.369 2.265a.77.77 0 0 1-.029 1.064l-6.391 6.075L12.855 24l8.67-8.238a1.57 1.57 0 0 0 0-2.295z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/siyuan.svg b/mkdocs-material/material/templates/.icons/simple/siyuan.svg new file mode 100644 index 0000000..19f80c8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/siyuan.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m0 8.455 6.818-6.819L12 6.818l5.182-5.182L24 8.455v13.909l-6.818-6.819v-2.314l5.182 5.182v-9.28L17.182 3.95v11.594L12 20.727l-5.182-5.182v-2.314L12 18.413v-9.28L6.818 3.95v11.594L0 22.364Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/skaffold.svg b/mkdocs-material/material/templates/.icons/simple/skaffold.svg new file mode 100644 index 0000000..e2ece39 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/skaffold.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.602 20.097H24v3.836H6.602zm-2.766-6.692h13.562v3.837H0V6.714h3.836zm13.562-9.502H0V.067h17.398zm2.766 6.692H6.602V6.758H24v10.528h-3.836z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sketch.svg b/mkdocs-material/material/templates/.icons/simple/sketch.svg new file mode 100644 index 0000000..3560dc4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sketch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 1.25 6.75 6.637V2zm0 0-6.05 7h12.1zm0 0L5.25 2v5.887zM5.25 2 0 9l4.416-.68zM0 9l11.959 13.703.008-.014L4.443 9zm18.75-7 .834 6.32L24 9zM24 9h-4.506l-7.523 13.69.029.06zM12 22.75l-.031-.057-.008.012zM5.436 9l6.533 13.686L18.564 9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sketchfab.svg b/mkdocs-material/material/templates/.icons/simple/sketchfab.svg new file mode 100644 index 0000000..dbec4df --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sketchfab.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.3 0A11.98 11.98 0 0 0 .037 11a14 14 0 0 0 0 2 11.98 11.98 0 0 0 11.29 11h1.346a12.045 12.045 0 0 0 11.3-11.36 14 14 0 0 0 0-1.7A12.05 12.05 0 0 0 12.674 0zM15 6.51l2.99 1.74s-6.064 3.24-6.084 3.24S5.812 8.27 5.8 8.26l2.994-1.77 2.992-1.76zm-6.476 5.126L11 13v5.92l-2.527-1.4-2.46-1.43v-5.76zm9.461 1.572v2.924L15.5 17.574 13 19.017v-6.024l2.489-1.345 2.5-1.355z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sketchup.svg b/mkdocs-material/material/templates/.icons/simple/sketchup.svg new file mode 100644 index 0000000..ae3a778 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sketchup.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m.968 9.027 7.717 4.428-.006 1.32-4.39-2.518-2.763 1.57 7.148 4.12.005 1.27-7.658-4.405c.02.516.488 2.106 1.383 3.337.91 1.247 1.946 1.776 1.946 1.776L11.428 24V11.849L.975 5.846zm22.064-3.8L15.22.723S13.982 0 12.008 0C9.952 0 8.76.746 8.76.746l-7.236 4.14 11.009 6.328V24l7.245-4.136s1.295-.715 2.279-2.414c.867-1.496.975-2.943.975-2.943zM11.251 7.308s1.615-.298 2.98.49l2.171 1.25s.003 1.097.003 2.736c0 1.313-1.112 2.674-1.112 2.674l.002-4.816zm6.402 10.562-2.358 1.353v-1.269l1.835-1.05c1.748-1.26 2.037-3.117 2.037-3.761l-.007-5.705-5.006-2.881s-.76-.499-2.129-.499c-1.367 0-2.113.461-2.113.461L8.154 5.53l-1.11-.641L9.473 3.5s.95-.527 2.544-.527c1.462 0 2.6.571 2.6.571L20.27 6.81l-.007 6.226c.04.957-.406 3.296-2.61 4.835z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/skillshare.svg b/mkdocs-material/material/templates/.icons/simple/skillshare.svg new file mode 100644 index 0000000..6d21885 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/skillshare.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.783 6.056a.77.77 0 0 0-.773.764c0 .421.346.763.773.763a.77.77 0 0 0 .772-.763.77.77 0 0 0-.772-.764M1.895 8.1C.821 8.1.111 8.622.111 9.413c0 .634.381 1.06 1.048 1.225l.836.21c.248.078.348.2.347.39 0 .21-.21.327-.424.337-.31.014-.537-.154-.554-.422H0c.02.8.802 1.362 1.974 1.362 1.108 0 1.827-.513 1.827-1.382 0-.634-.399-1.034-1.057-1.208l-.81-.224c-.274-.081-.369-.202-.369-.372 0-.185.146-.294.335-.316.274-.032.486.087.486.382v.02H3.78v-.02h-.001c0-.834-.706-1.294-1.884-1.294zm2.485.116v4.19h1.318v-1.821l1.274 1.82h1.62l-1.629-2.201 1.604-1.977h-1.56l-1.309 1.76v-1.77zm4.744 0v4.19h1.318v-4.19zm2.084 0v4.191h3.218v-1.244h-1.892V8.217zm3.937 0v4.191h3.218v-1.244h-1.892V8.217zm-13.25 5.308c-1.074 0-1.784.522-1.784 1.312 0 .635.381 1.06 1.048 1.225l.836.21c.248.078.348.2.347.39 0 .21-.21.328-.424.338-.31.014-.537-.155-.554-.423H0c.02.8.802 1.362 1.974 1.362 1.108 0 1.827-.512 1.827-1.382 0-.634-.399-1.034-1.057-1.207l-.81-.225c-.274-.081-.369-.201-.369-.371 0-.186.146-.295.335-.317.274-.032.486.087.486.383v.019H3.78v-.02h-.001c0-.834-.706-1.294-1.884-1.294m9.19.015c-1.215 0-1.986.953-1.986 2.202 0 1.257.72 2.202 1.968 2.201.58 0 1.1-.286 1.326-.702v.59h1.318v-4.179h-1.318v.599c-.225-.425-.702-.711-1.309-.711zm8.751 0c-1.36 0-2.253.832-2.253 2.202 0 1.396.875 2.202 2.296 2.202 1.11 0 1.951-.546 2.08-1.37h-1.3c-.113.26-.373.373-.78.373-.59 0-.954-.295-.98-.841h3.087c.026-.234.035-.364.035-.581 0-1.179-.884-1.985-2.185-1.985m-2.87.043c-.51 0-1.005.32-1.152.945v-.876h-1.327v4.179h1.327v-1.613c0-.927.382-1.395 1.1-1.395a3 3 0 0 1 .393.025l.007-1.23a1.3 1.3 0 0 0-.347-.035zM4.38 13.65v4.191h1.3v-1.485h1.59v1.485h1.3V13.65h-1.3v1.505H5.68V13.65zm15.448.781c.564 0 .876.295.885.85H18.9c.008-.511.356-.85.927-.85zm-8.38.217c.66 0 .997.494.997 1.093 0 .607-.337 1.1-.997 1.1-.616 0-.997-.468-.997-1.1 0-.634.382-1.093.997-1.093m11.78 1.741a.77.77 0 0 0-.772.764c0 .422.345.764.772.764a.77.77 0 0 0 .772-.764.77.77 0 0 0-.772-.764"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/skoda.svg b/mkdocs-material/material/templates/.icons/simple/skoda.svg new file mode 100644 index 0000000..aa5bf97 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/skoda.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0m0 22.964C5.945 22.964 1.036 18.055 1.036 12S5.945 1.036 12 1.036 22.964 5.945 22.964 12 18.055 22.964 12 22.964m5.189-7.233-.269.726h-.984c.263-.709 3.578-8.617-2.936-13.981a9.5 9.5 0 0 0-4.053.448c.217.175 2.474 2.027 3.537 4.315l-.312.084c-.586-.639-2.716-2.983-4.745-3.738a9.6 9.6 0 0 0-2.845 2.36c.953.487 3.444 1.974 4.39 3.13-.054.024-.267.139-.267.139-1.736-1.32-4.82-2.004-4.977-2.038a9.5 9.5 0 0 0-1.227 3.61c4.776.96 6.062 3.17 6.282 5.671h-.905l-1.554-.677a.9.9 0 0 0-.253-.053H3.177a9.6 9.6 0 0 0 1.926 2.915h1.234c.106 0 .2-.013.292-.066l1.249-.638h9.042l.269.726a4.84 4.84 0 0 0 2.947-1.466 4.84 4.84 0 0 0-2.947-1.467m-4.14-.579a1.19 1.19 0 0 1-.504-1.216 1.19 1.19 0 0 1 .931-.93 1.19 1.19 0 0 1 1.216.503c.31.464.257 1.093-.147 1.496a1.186 1.186 0 0 1-1.496.147"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sky.svg b/mkdocs-material/material/templates/.icons/simple/sky.svg new file mode 100644 index 0000000..958f6d4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sky.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.387 13.656c0 1.423-.933 2.454-2.823 2.675-1.35.147-3.337-.025-4.294-.148-.025-.147-.074-.343-.074-.49 0-1.252.663-1.522 1.3-1.522.664 0 1.694.123 2.455.123.834 0 1.104-.295 1.104-.565 0-.368-.343-.515-1.006-.638l-1.767-.343C.785 12.453 0 11.423 0 10.343c0-1.325.933-2.454 2.798-2.65 1.398-.148 3.116.024 4.049.122.024.172.049.32.049.491 0 1.252-.663 1.522-1.276 1.522-.491 0-1.227-.099-2.086-.099-.884 0-1.227.246-1.227.54 0 .32.343.442.883.54l1.718.32c1.742.294 2.479 1.3 2.479 2.527m3.092 1.521c0 .761-.295 1.203-1.792 1.203-.196 0-.368-.025-.54-.05V6.22c0-.76.27-1.57 1.767-1.57.196 0 .393.024.565.049zm6.085 3.927c.197.098.59.22 1.105.245.859.025 1.325-.319 1.693-1.08L24 7.913a2.5 2.5 0 0 0-.957-.22c-.589 0-1.399.122-1.914 1.325l-1.497 3.534-2.945-4.81c-.196-.05-.662-.148-1.006-.148-1.03 0-1.62.393-2.233 1.031l-2.871 3.141 2.306 3.632c.418.663.982 1.006 1.89 1.006.589 0 1.104-.147 1.325-.245l-2.773-4.196 1.963-2.086 3.24 5.08Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/skypack.svg b/mkdocs-material/material/templates/.icons/simple/skypack.svg new file mode 100644 index 0000000..47fbdb6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/skypack.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.82 11.27-5.997-2.994 5.999-2.993c.28-.14.453-.42.453-.734a.82.82 0 0 0-.454-.735L12.366.087a.81.81 0 0 0-.733 0L4.178 3.814a.82.82 0 0 0-.453.735v7.454c0 .28.15.548.384.699l.07.034 5.998 2.994-5.999 2.993a.82.82 0 0 0-.453.734c0 .314.174.594.453.735l7.455 3.727a.8.8 0 0 0 .361.081.8.8 0 0 0 .361-.081l7.454-3.727c.28-.14.455-.42.455-.735v-7.454a.79.79 0 0 0-.443-.733zm-7.814-9.54 5.625 2.819-5.625 2.818L6.38 4.55zm-6.64 4.135 4.811 2.41-4.81 2.412zm1.014 6.138 5.626-2.819 5.625 2.82-5.625 2.818zm4.81 5.044v4.81l-4.81-2.41zm7.455 1.91-5.824 2.911v-5.625l5.824-2.912z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/skyrock.svg b/mkdocs-material/material/templates/.icons/simple/skyrock.svg new file mode 100644 index 0000000..ade4b12 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/skyrock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.416 14.39A3.2 3.2 0 0 0 9.81 12.8a10 10 0 0 0-1.877-.637l-2.964-.804c-.463-.133-.907-.315-1.276-.638-.247-.215-.4-.479-.401-.817-.002-.738.447-1.333 1.196-1.552.697-.204 1.407-.196 2.116-.064.775.144 1.37.527 1.728 1.261.238.488.249.736.249.736l2.684-.003v-.097a4.4 4.4 0 0 0-.088-.726c-.333-1.59-1.214-2.718-2.771-3.266-1.011-.356-2.06-.41-3.118-.356-.755.039-1.497.152-2.21.413-.996.364-1.775.98-2.24 1.951-.332.692-.414 1.428-.385 2.187.026.654.222 1.254.516 1.832.357.7.974 1.082 1.66 1.375.857.367 1.778.513 2.67.756.622.169 1.25.311 1.854.542.465.178.916.384 1.303.709.414.347.546.776.413 1.3-.15.584-.544.937-1.091 1.103-1.09.331-2.226.308-3.288-.126-.45-.184-.819-.479-1.052-.92a2.9 2.9 0 0 1-.28-.837s-.027-.148-.025-.196H1.695c-.444 0-1.014.003-1.458-.001l.009.12c.051.735.198 1.448.55 2.102.646 1.196 1.675 1.896 2.97 2.233.893.232 1.803.285 2.72.255.778-.025 1.545-.122 2.289-.364.87-.284 1.632-.73 2.183-1.487.457-.63.693-1.339.774-2.105.085-.789.025-1.56-.316-2.288Zm4.513.434 7.834-5.667-9.693.003L11.086 0l-1.7 5.172.102.048q.965.459 1.669 1.262c.765.87 1.205 1.888 1.37 3.032.067.471.07.946.092 1.42l.006.174c1.579-.005 3.537-.003 5.116-.002l-4.127 2.968 1.4 4.27.177.537s-1.477-1.064-2.2-1.587a5.4 5.4 0 0 1-.667 1.804l-.053.09 5.803 4.196.848.616-1.485-4.555z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/slack.svg b/mkdocs-material/material/templates/.icons/simple/slack.svg new file mode 100644 index 0000000..ecc2b44 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/slack.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.042 15.165a2.53 2.53 0 0 1-2.52 2.523A2.53 2.53 0 0 1 0 15.165a2.527 2.527 0 0 1 2.522-2.52h2.52zm1.271 0a2.527 2.527 0 0 1 2.521-2.52 2.527 2.527 0 0 1 2.521 2.52v6.313A2.53 2.53 0 0 1 8.834 24a2.53 2.53 0 0 1-2.521-2.522zM8.834 5.042a2.53 2.53 0 0 1-2.521-2.52A2.53 2.53 0 0 1 8.834 0a2.53 2.53 0 0 1 2.521 2.522v2.52zm0 1.271a2.53 2.53 0 0 1 2.521 2.521 2.53 2.53 0 0 1-2.521 2.521H2.522A2.53 2.53 0 0 1 0 8.834a2.53 2.53 0 0 1 2.522-2.521zm10.122 2.521a2.53 2.53 0 0 1 2.522-2.521A2.53 2.53 0 0 1 24 8.834a2.53 2.53 0 0 1-2.522 2.521h-2.522zm-1.268 0a2.53 2.53 0 0 1-2.523 2.521 2.527 2.527 0 0 1-2.52-2.521V2.522A2.527 2.527 0 0 1 15.165 0a2.53 2.53 0 0 1 2.523 2.522zm-2.523 10.122a2.53 2.53 0 0 1 2.523 2.522A2.53 2.53 0 0 1 15.165 24a2.527 2.527 0 0 1-2.52-2.522v-2.522zm0-1.268a2.527 2.527 0 0 1-2.52-2.523 2.526 2.526 0 0 1 2.52-2.52h6.313A2.527 2.527 0 0 1 24 15.165a2.53 2.53 0 0 1-2.522 2.523z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/slackware.svg b/mkdocs-material/material/templates/.icons/simple/slackware.svg new file mode 100644 index 0000000..fe2aada --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/slackware.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.924 1.228c-.584-.01-1.251 0-1.485.027-2.46.282-4.138 1.3-4.753 2.891-.218.552-.274 1.002-.243 1.772.048 1.21.419 2.004 1.262 2.742 1.225 1.06 2.98 1.508 5.998 1.508 2.737 0 3.71.413 3.916 1.675.313 1.867-1.57 3.07-4.414 2.827-1.878-.16-3.496-.912-4.223-1.967a8 8 0 0 1-.355-.62c-.382-.76-.64-.978-1.176-.978-.43.005-.732.165-.918.494l-.133.24v4.03l.137.296c.165.344.4.546.744.63.35.09.794-.036 1.42-.402l.5-.29.826.185c1.82.403 2.75.523 4.065.523 1.103.005 1.548-.046 2.455-.285 1.124-.297 1.974-.785 2.717-1.57.8-.844 1.15-1.853 1.097-3.147-.069-1.628-.695-2.698-2-3.414-.96-.525-2.292-.79-4.377-.88-2.042-.086-2.794-.155-3.515-.32-.51-.12-.785-.25-1.076-.515-.653-.589-.59-1.755.136-2.482.642-.637 1.511-.928 2.774-.928 1.432.005 2.393.27 3.412.955.185.127.721.62 1.193 1.092.886.902 1.135 1.082 1.506 1.082.244 0 .59-.163.732-.344.26-.329.303-.63.303-2.2 0-1.66-.043-1.91-.377-2.282-.387-.425-.848-.42-1.75.031l-.59.297-.63-.17c-1.496-.392-2.038-.477-3.178-.504zM0 13.775v9h24v-1H1v-8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/slashdot.svg b/mkdocs-material/material/templates/.icons/simple/slashdot.svg new file mode 100644 index 0000000..d342f2b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/slashdot.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.777 0 7.037 24H1.868L14.605 0zm2.354 19.801c0 2.268-1.841 4.105-4.109 4.105a4.106 4.106 0 1 1 0-8.212 4.11 4.11 0 0 1 4.109 4.107"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/slickpic.svg b/mkdocs-material/material/templates/.icons/simple/slickpic.svg new file mode 100644 index 0000000..236ace2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/slickpic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.483 18.308 6.056 14.085l2.52-9.201L24 9.104zm-13.414-5.37 12.263 3.354 1.654-6.033L9.72 6.9l-1.65 6.034zm.457 2.857-4.891 1.311-1.625-6.045 4.146-1.11.501-1.835L0 9.902l2.478 9.215 9.178-2.467"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/slides.svg b/mkdocs-material/material/templates/.icons/simple/slides.svg new file mode 100644 index 0000000..4f0a9a4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/slides.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.695.395 4.578.97l5.7.552zm-2.443.851-.04.406H6.44ZM0 2.152V21.85h19.697V2.152Zm20.197.836V20.24l1.66-17.092zm2.084.965-1.65 17.002L24 4.301ZM9.928 7.361q.893 0 1.593.227.7.228.7.508 0 .227-.201.586-.203.359-.36.359-.017 0-.226-.105a2.8 2.8 0 0 0-1.34-.315q-.743 0-1.155.307a.95.95 0 0 0-.412.797q0 .49.307.77.305.279 1.041.507 1.645.508 2.232 1.111.586.605.586 1.82 0 1.218-.867 2.006t-2.074.788-2.082-.36q-.876-.359-.875-.691 0-.175.219-.526.217-.35.392-.35.018 0 .281.167.264.166.752.334.49.165 1.182.166.692 0 1.139-.395.445-.394.445-1.068 0-.675-.393-1.05-.394-.377-1.568-.71-1.172-.331-1.697-.848T7.021 9.83q0-1.05.805-1.76.806-.708 2.102-.709m5.86 14.989 4.165.404.04-.404zm1.126.613 3.18.642.066-.328z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/slideshare.svg b/mkdocs-material/material/templates/.icons/simple/slideshare.svg new file mode 100644 index 0000000..71188d3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/slideshare.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.222.21C1.762.21 1.06 1.337 1.06 2.497v7.883c-.53-.502-1.096-.15-1.058.295.038.439.59 1.546 1.436 2.517.843.968 1.924 1.776 2.94 2.268a11.2 11.2 0 0 0-.491 3.598c.09 1.096.378 1.95.903 2.75.918 1.407 2.32 1.985 3.674 1.985 1.209 0 2.494-.563 2.698-2.373v-4.694c1.308.552 3.47.363 4.47-.39.19-.14.326-.207.416-.113.095.09.106.166-.113.439a5.6 5.6 0 0 1-3.103 1.965l.008 2.72a2.53 2.53 0 0 0 2.543 2.446c1.64.015 2.48-.556 3.148-1.164.632-.567 1.399-1.754 1.558-3.243a10.1 10.1 0 0 0-.454-3.926 10.4 10.4 0 0 0 2.948-2.268C23.213 12.5 24 11.185 24 10.675s-.556-.782-1.036-.302V2.497c0-.824-.48-2.29-2.135-2.29zm.423 1.35H20.41c.756 0 1.17.28 1.17 1.224v8.904a8.7 8.7 0 0 1-3.555 1.534c-1.606.352-2.94.087-3.666.148-.718.06-1.428.529-1.296 1.79-.491-.154-1.236-.683-1.682-1.117-.438-.428-.87-.711-1.534-.692-1.013.03-1.663.102-2.57.01a9.66 9.66 0 0 1-4.838-1.786V2.78c0-.87.378-1.22 1.206-1.22m4.497 4.988a2.994 2.994 0 1 0 0 5.987 2.993 2.993 0 0 0 0-5.983zm7.71 0a2.994 2.994 0 1 0 0 5.987 2.993 2.993 0 0 0 0-5.983z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/slint.svg b/mkdocs-material/material/templates/.icons/simple/slint.svg new file mode 100644 index 0000000..20f9791 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/slint.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m6.503 23.914 13.61-9.399s.614-.351.614-.906c0-.739-.776-.979-.776-.979l-7.488-2.953c-.267-.104-.634.189-.29.56l2.479 2.471s.688.675.688 1.117-.423.836-.423.836l-9.02 8.684c-.32.31.113.87.606.569M17.497.087 3.887 9.484s-.614.351-.614.906c0 .739.776.98.776.98l7.488 2.953c.267.103.636-.19.29-.559l-2.479-2.48s-.688-.673-.688-1.116.423-.837.423-.837L18.097.654c.326-.31-.106-.87-.6-.567"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/smart.svg b/mkdocs-material/material/templates/.icons/simple/smart.svg new file mode 100644 index 0000000..16265ea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/smart.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.85.846A11.14 11.14 0 0 0 0 11.979v.04a11.136 11.136 0 0 0 10.844 11.135h.283a11 11 0 0 0 4.041-.758.395.395 0 0 0 .256-.369v-5.564a.21.21 0 0 0-.274-.195c-1.202.489-2.215.957-3.96.957a5.22 5.22 0 0 1-5.22-5.22 5.22 5.22 0 0 1 5.22-5.22c1.745 0 2.758.467 3.96.955a.21.21 0 0 0 .274-.193V1.979a.395.395 0 0 0-.256-.37 11 11 0 0 0-4.037-.763Zm5.863 1.82v18.67a.238.238 0 0 0 .377.19c3.413-2.122 6.91-8.16 6.91-9.52s-3.497-7.396-6.91-9.522a.238.238 0 0 0-.377.182"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/smartthings.svg b/mkdocs-material/material/templates/.icons/simple/smartthings.svg new file mode 100644 index 0000000..e3cafbd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/smartthings.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.51 0C8.338 0 5.034.537 2.694 2.694.5 5.174 0 8.464 0 11.525v.942c0 3.165.537 6.499 2.694 8.84C5.188 23.513 8.494 24 11.569 24h.854c3.18 0 6.528-.53 8.883-2.694C23.514 18.811 24 15.5 24 12.423v-.853c0-3.18-.53-6.528-2.694-8.876C18.826.494 15.544 0 12.482 0zM12 3.505c1.244 0 2.256.99 2.256 2.206 0 1.065-.685 1.976-1.715 2.181v1.59c1.48.214 2.528 1.43 2.528 2.934 0 1.654-1.377 3-3.07 3s-3.068-1.346-3.068-3q.002-.255.045-.497l-1.536-.488a2.26 2.26 0 0 1-1.962 1.12q-.357 0-.698-.11c-1.183-.375-1.833-1.622-1.449-2.78a2.25 2.25 0 0 1 2.146-1.524q.357 0 .698.108a2.23 2.23 0 0 1 1.313 1.098c.204.391.282.823.232 1.249l1.535.488c.44-.86 1.378-1.453 2.384-1.599V7.892c-1.029-.205-1.896-1.116-1.896-2.181 0-1.217 1.012-2.206 2.257-2.206m0 .882c-.747 0-1.354.594-1.354 1.324S11.253 7.035 12 7.035c.746 0 1.354-.594 1.354-1.324S12.746 4.387 12 4.387m6.522 3.75c.98 0 1.843.613 2.146 1.525a2.15 2.15 0 0 1-.135 1.683 2.22 2.22 0 0 1-1.314 1.096q-.341.11-.698.11a2.26 2.26 0 0 1-1.962-1.12l-.634.201-.278-.838.632-.202a2.21 2.21 0 0 1 1.546-2.347 2.3 2.3 0 0 1 .697-.108M5.476 9.02c-.588 0-1.105.368-1.287.915a1.32 1.32 0 0 0 .869 1.668q.205.065.419.065c.588 0 1.105-.368 1.287-.915a1.3 1.3 0 0 0-.081-1.01 1.34 1.34 0 0 0-.788-.658 1.4 1.4 0 0 0-.42-.065zm13.045 0q-.213 0-.419.065a1.32 1.32 0 0 0-.869 1.668c.182.547.7.915 1.287.915a1.4 1.4 0 0 0 .42-.065c.344-.11.623-.343.787-.659.165-.315.193-.673.082-1.009a1.35 1.35 0 0 0-1.288-.915M12 10.474c-1.095 0-1.986.871-1.986 1.942s.89 1.941 1.986 1.941c1.094 0 1.985-.87 1.985-1.94 0-1.072-.89-1.943-1.985-1.943m-2.706 4.831.73.519-.39.526c.709.757.801 1.925.16 2.787a2.28 2.28 0 0 1-1.827.91c-.478 0-.937-.147-1.325-.422a2.177 2.177 0 0 1-.499-3.082 2.28 2.28 0 0 1 2.76-.71zm5.41 0 .392.528a2.285 2.285 0 0 1 2.76.71 2.18 2.18 0 0 1-.499 3.082 2.28 2.28 0 0 1-1.325.421 2.28 2.28 0 0 1-1.827-.91 2.17 2.17 0 0 1 .16-2.785l-.39-.527zm-6.734 1.21a1.37 1.37 0 0 0-1.097.547c-.44.59-.304 1.42.3 1.849a1.37 1.37 0 0 0 1.891-.293c.44-.59.305-1.42-.3-1.85a1.36 1.36 0 0 0-.794-.252zm8.059 0c-.287 0-.561.088-.795.254a1.307 1.307 0 0 0-.299 1.849 1.37 1.37 0 0 0 1.891.293 1.307 1.307 0 0 0 .3-1.85 1.37 1.37 0 0 0-1.097-.545Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/smashdotgg.svg b/mkdocs-material/material/templates/.icons/simple/smashdotgg.svg new file mode 100644 index 0000000..e4fb75d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/smashdotgg.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.01 4.32c-.622.044-1.096.236-1.41.574a1.44 1.44 0 0 0-.332.546c-.138.366-.134.288-.142 2.57-.008 2.096-.002 2.328.066 2.628.142.612.524 1.03 1.124 1.228.342.114.58.14 1.192.128.586-.01.686-.028.962-.17a1.35 1.35 0 0 0 .496-.494l.074-.14-.004.6c-.006.686-.01.7-.176.784l-.088.046H16.5v2h1.986c1.976 0 2.386-.012 2.714-.072.98-.178 1.508-.71 1.62-1.628.012-.11.02-1.616.02-4.394V4.3h-2.76v.93l-.048-.114q-.255-.618-.932-.756c-.226-.046-.736-.066-1.09-.04m1.844 2.124a.4.4 0 0 1 .128.15l.048.096v2.94l-.048.096a.4.4 0 0 1-.128.15c-.08.052-.088.054-.392.054-.292 0-.316-.002-.388-.046-.152-.096-.144.004-.15-1.68-.004-1.018.002-1.53.016-1.584.052-.196.16-.242.552-.236.268.006.284.008.362.06M10.17 4.32c-.62.044-1.048.214-1.384.55-.16.16-.194.21-.282.392-.112.23-.172.448-.204.738-.016.128-.02.872-.016 2.29.008 2.048.008 2.104.05 2.28.096.412.218.648.464.89.294.29.604.434 1.112.51.312.046 1.084.042 1.33-.01.398-.082.72-.314.886-.64l.076-.15-.006.61c-.006.698-.01.71-.176.794l-.088.046H8.66v2.002l2.176-.008c1.594-.006 2.22-.014 2.344-.032.6-.09 1.094-.314 1.372-.628.186-.21.314-.478.394-.824.042-.18.042-.184.048-4.506L15 4.3h-2.76v.474l-.002.476-.039-.104c-.147-.416-.48-.692-.944-.786-.222-.046-.733-.064-1.086-.04zm1.844 2.124a.4.4 0 0 1 .128.15l.048.096.006 1.396c.004.91-.002 1.436-.016 1.51-.026.142-.094.246-.194.296-.064.032-.122.038-.376.038-.34 0-.402-.02-.48-.15-.04-.068-.04-.098-.04-1.62 0-1.52 0-1.552.04-1.62a.34.34 0 0 1 .13-.116c.084-.044.11-.046.382-.04.278.006.294.008.372.06M2.64 9.11v9.11H0v1.2h2.64V24h3.84v-4.58H24v-1.2H6.48V0H2.64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/smashingmagazine.svg b/mkdocs-material/material/templates/.icons/simple/smashingmagazine.svg new file mode 100644 index 0000000..a44dc84 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/smashingmagazine.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.734 12.002c.766.524 1.662 1.01 2.708 1.443q2.677 1.113 3.601 1.936c.615.547.928 1.248.928 2.104-.005 1.457-1.023 2.189-3.076 2.189q-2.964-.002-5.326-1.875l-1.871 4.186q2.133 1.14 3.475 1.496l.141.033-1.798.416a2.365 2.365 0 0 1-2.832-1.771L.061 6.5a2.37 2.37 0 0 1 1.773-2.835l4.375-1.009a5 5 0 0 0-.441.485l-.018.021Q4.62 4.584 4.619 6.667c0 2.101 1.03 3.87 3.079 5.296l.046.029zm10.358.072c-.84-.672-1.904-1.268-3.24-1.786q-2.97-1.178-3.871-1.872c-.6-.465-.914-.981-.914-1.557 0-1.459.914-2.19 2.76-2.19 2.041 0 3.646.494 4.786 1.476l1.515-4.08A14.2 14.2 0 0 0 15.723.849l-.06-.015c-.256-.061-.525-.12-.811-.164l2.625-.602a2.383 2.383 0 0 1 2.836 1.771l3.63 15.647c.284 1.274-.51 2.551-1.784 2.835l-2.985.69c.824-1.051 1.245-2.34 1.245-3.87 0-1.575-.437-2.911-1.306-4.021a8 8 0 0 0-1.006-1.006l-.044-.029z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/smrt.svg b/mkdocs-material/material/templates/.icons/simple/smrt.svg new file mode 100644 index 0000000..2a2b2a3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/smrt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.654 13.753c.81 4.437 4.677 7.81 9.339 7.81 4.677 0 8.617-4.088 9.396-8.542h-2.563c-.75 3.06-3.55 6.039-6.833 6.039-2.369 0-4.453-1.199-5.727-3h5.292c.435 0 .854-.23 1.214-.702l1.29-1.858a.67.67 0 0 1 .614-.36h7.54L24 10.831H13.612a.78.78 0 0 0-.615.328l-1.709 2.293a.58.58 0 0 1-.495.288zm18.678-3.506c-.81-4.44-4.647-7.81-9.324-7.81s-8.5 3.975-9.279 8.43h2.563c.75-3.06 3.433-5.927 6.73-5.927 2.37 0 4.453 1.198 5.727 2.996h-5.307c-.434 0-.854.23-1.214.706L9.938 10.5a.67.67 0 0 1-.614.36h-7.54L0 13.138h10.388c.254 0 .48-.145.615-.329l1.709-2.31a.58.58 0 0 1 .495-.289z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/smugmug.svg b/mkdocs-material/material/templates/.icons/simple/smugmug.svg new file mode 100644 index 0000000..4980b68 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/smugmug.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18.31 0-.35.01c-1.55.13-2.46 1.2-2.6 2.28-.15 1.2.65 2.4 2.58 2.28 2.15-.12 3.09-1.2 3.1-2.28.02-1.15-1-2.28-2.73-2.29M7.21.34A2.66 2.66 0 0 0 4.56 2.6C4.41 3.73 5.12 4.87 7 4.85c2.23-.04 3.31-1.37 3.16-2.57-.12-1-1.09-1.92-2.94-1.94zm12.35 8.71a7 7 0 0 0-.4.02c-5.28.54-5.54.6-15.26.82C-.2 9.9.62 24 9.38 24c8.2 0 18.12-15.15 10.18-14.95m-1.1 2.7c3.18-.07-2.9 9.53-8.8 9.56-7.46 0-6.44-8.8-5.18-8.85 8.67-.35 10.88-.64 13.98-.71"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/snapchat.svg b/mkdocs-material/material/templates/.icons/simple/snapchat.svg new file mode 100644 index 0000000..14e9791 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/snapchat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.206.793c.99 0 4.347.276 5.93 3.821.529 1.193.403 3.219.299 4.847l-.003.06c-.012.18-.022.345-.03.51.075.045.203.09.401.09.3-.016.659-.12 1.033-.301a1 1 0 0 1 .464-.104c.182 0 .359.029.509.09.45.149.734.479.734.838q.022.674-1.213 1.168c-.089.029-.209.075-.344.119-.45.135-1.139.36-1.333.81-.09.224-.061.524.12.868l.015.015c.06.136 1.526 3.475 4.791 4.014.255.044.435.27.42.509a.6.6 0 0 1-.045.225c-.24.569-1.273.988-3.146 1.271-.059.091-.12.375-.164.57-.029.179-.074.36-.134.553-.076.271-.27.405-.555.405h-.03a3 3 0 0 1-.538-.074 6 6 0 0 0-1.273-.135c-.3 0-.599.015-.913.074-.6.104-1.123.464-1.723.884-.853.599-1.826 1.288-3.294 1.288-.06 0-.119-.015-.18-.015h-.149c-1.468 0-2.427-.675-3.279-1.288-.599-.42-1.107-.779-1.707-.884a7 7 0 0 0-.928-.074c-.54 0-.958.089-1.272.149a3 3 0 0 1-.54.074c-.374 0-.523-.224-.583-.42-.061-.192-.09-.389-.135-.567-.046-.181-.105-.494-.166-.57-1.918-.222-2.95-.642-3.189-1.226a.6.6 0 0 1-.055-.225.496.496 0 0 1 .42-.509c3.264-.54 4.73-3.879 4.791-4.02l.016-.029c.18-.345.224-.645.119-.869-.195-.434-.884-.658-1.332-.809a2 2 0 0 1-.346-.119c-1.107-.435-1.257-.93-1.197-1.273.09-.479.674-.793 1.168-.793.146 0 .27.029.383.074.42.194.789.3 1.104.3.234 0 .384-.06.465-.105l-.046-.569c-.098-1.626-.225-3.651.307-4.837C7.392 1.077 10.739.807 11.727.807l.419-.015h.06z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/snapcraft.svg b/mkdocs-material/material/templates/.icons/simple/snapcraft.svg new file mode 100644 index 0000000..c5411bd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/snapcraft.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.804 13.367V5.69l5.292 2.362zM3.701 23.514l6.49-12.22 2.847 2.843L3.7 23.514zM0 .486l13.355 4.848v8.484zm21.803 4.848H14.11L24 9.748z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sncf.svg b/mkdocs-material/material/templates/.icons/simple/sncf.svg new file mode 100644 index 0000000..09a4e25 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sncf.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.093 5.76c4.628 0 14.881.633 21.698 4.934.21.135.25.27.173.519-.039.115-2.151 6.74-2.151 6.74-.096.287-.25.287-.423.287H.384c-.25 0-.384-.172-.384-.384V6.182c0-.25.173-.384.46-.384.423 0 .96-.038 1.633-.038m.288 6.355c-.384.941.71 1.517 1.67 1.959.788.345 1.345.71 1.133 1.113-.134.346-.71.5-1.478.5-.672 0-1.517-.212-2.19-.519l-.383.845c.5.211 1.478.519 2.342.557 1.594.038 2.65-.346 3.073-1.229.426-.976-.575-1.51-1.518-1.963l-.092-.045-.138-.066c-.787-.345-1.305-.557-1.17-.94.133-.461.92-.634 1.631-.596.346 0 .595.039.922.135l.25-.807c-.346-.077-.634-.096-1.057-.096-1.42-.038-2.688.346-2.995 1.152m13.595-1.21c-1.344 0-2.554.461-3.284 1.268 0 .038-.038.038-.077.038-.038 0-.038 0-.038-.038l.384-1.19h-1.133l-1.267 3.82c-.384-1.113-1.21-2.63-2.19-3.82H7.163l-.883 2.803c.442.345.576.595.73.921 0 0 0 .039.038.039 0 0 .038 0 .038-.039 0-.038.788-2.419.788-2.419a14.5 14.5 0 0 1 2.016 4.167h1.267l.634-1.997s0-.039.038-.039c0 0 .039 0 .039.039.172 1.229 1.44 2.074 3.225 2.074 1.133 0 2.19-.308 2.439-.423l.672-2.112h2.573l.25-.807h-2.612l.461-1.363h3.072l.288-.845h-4.34l-1.44 4.551c-.326.077-.71.096-1.094.096-.845 0-1.555-.211-1.94-.672a1.47 1.47 0 0 1-.326-1.267c.173-1.152 1.306-1.901 2.823-1.901.326 0 .634 0 .96.077l.327-.884c-.346-.076-.807-.076-1.23-.076z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/snort.svg b/mkdocs-material/material/templates/.icons/simple/snort.svg new file mode 100644 index 0000000..141e765 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/snort.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.53 14.994c.257-.027.46-.392.582-.555-.23-.163-.718.217-.582.555m11.815-1.747c-1.03 1.34-2.629 3.305-2.588 4.511.23-1.016 1.355-1.26 2.94-3.36.84-1.097 1.138-1.3 2.222-3.211.04-.054.718-.271.556-.474-1.315.474-2.575 1.829-3.13 2.534m4.43-5.054c-.325-.529-1.26-.773-1.991-.637-2.683.623-6.3-.23-7.276-.8-.068 0 .149-.528.013-.731.203-.136.271-.217.528-.15.461.204 1.03.123 1.49.055-.27-.528-.541-1.558-.948-2.154-.393.325-1.002.582-1.395.853-.732-1.978-3.211-2.33-5.217-1.192-.054.027-.108.027-.108.027s-.542-1.138-.772-1.667C7.38 2.217 6.757 2.8 6.486 2.8c-.542 0-1.192 0-1.72-.068 0 .922.352 1.992.392 2.792-.8.799-1.585 1.585-2.113 2.588-.583-.136-1.233-.23-1.843.027-.38.162-.827.636-.678 1.165.082.298.461.61 1.193.8-1.41 1.354-2.128 4.213-.84 5.202-.326.325-.719.637-.84 1.07-.15.57.176.773.569.854.731.136 1.26-.23 1.802-.555 1.138.677 1.91.623 3.238.69.135 0 .447.394.447.394s-.894-.095-1.355.04c-.623.19-1.165.772-.732 1.274.637.759 1.87 1.03 2.981.759.678.718.366 1.896-.772 2.37.99-.067 2.14-.731 2.263-2.1.027-.257-.122-.677-.325-.88-.136-.136-.312-.325-.312-.325s.555-1.057-.596-1.653c.46-.095 1.328-.461 1.328-.461s.352.406.663.46c.34.055.732-.135.868-.46.19-.488-.393-.867-.393-.867l.46-.732s.407.38.583.678c.57.948.678 1.896 1.206 2.831.27.461.732.84 1.192 1.044a2.5 2.5 0 0 0 1.274.08c.745-.135 1.341-.378 1.761-.636 2.954-1.761 5.027-4.065 6.83-7.33.446-.88 1.422-2.602.758-3.658m-8.4-3.943s.176.311.27.528c.136.325.394.962.394.962l-.529-.095-.501-.352s-.068.257-.352.474c-.136-.393.149-.582-.244-1.016.311-.203.962-.501.962-.501m-7.29 15.853c.122.704-.501 1.422-.935 1.693.38-.582.746-.84.312-2.046-.176-.474-.596-.813-1.03-1.097-.135-.095-.311-.15-.515-.203-.216-.055-.46.108-.664.311 0 0 .624.312 1.166.407.311.406-.312.42-.312.42-.068.067-1.788-.176-1.68-1.016.04-.326.69-.935 1.992-.434.731.284 1.558 1.3 1.666 1.965m-.732-2.48c.326.149.326.528.326.867 0 .068-.068.068-.136.136-.203-.366-.542-.542-.867-.8-.068-.054-.108-.081-.04-.149.216-.203.487-.176.717-.054m2.426-1.138c-.122.46-.556.38-.596.149-.04-.203.217-.271.298-.366.068.04.311.149.298.217m2.507 1.22c-.719-2.141-2.697-4.106-3.659-4.675-.054-.027-.176.149-.176.149s.867.813 1.003 1.409c.135.528-.163 1.097-.501 1.49-1.328 1.26-3.117 1.016-4.824.895-.528-.041-1.314-.393-.908-1.193-.596.461-1.517 1.328-2.195 1.057-.135-.054-.325-.38-.19-.69.244-.516 1.057-1.315 1.762-1.667.04-.068-.054-.204-.312-.082-.27.122-.8.637-1.016.529-1.206-.597-.434-2.819-.04-3.55.487-.908 1.124-1.07 1.788-1.274-.786-.135-1.396-.217-1.789-.623-.203-.271-.108-.474.095-.732a1.56 1.56 0 0 1 .705-.42c.27-.081.501-.04.759.014.65.135.69.474 1.016.406-.068-.149-.407-.46-.339-.596a5.95 5.95 0 0 1 1.572-1.978c.095-.082.162-.095.298-.095.203.068.122.27.244.46.203.34.745.326 1.07.068.664-.528.88-1.517 1.152-2.317 0-.067.217-.487-.15-.365-.175.731-.46 1.327-.866 1.991-.203.271-.434.502-.76.38-.067-.068-.202-.109-.23-.312-.135-.948-.325-2.723-.325-2.723s.922.122 1.274.04c.203-.04.664-.596 1.125-.786.325.461.636.908.921 1.355 1.328-.596 2.886-1.07 4.2-.08.461.392.962.893 1.111 1.34.122.34.19 1.166.109 1.789 1.124.596 2.235.935 3.495 1.179.556.108.99.162 1.532.203.27.027.907.108 2.167-.108-2.588.528-4.674 2.195-6.422 4.213-.867.99-2.412 3.415-2.615 4.296-.081.365-.095.555-.081 1.002Zm10.568-6.572c-.434 1.273-1.545 2.954-2.696 4.2-1.07 1.165-4.106 3.956-6.247 3.835-1.002-.055-1.395-1.084-1.03-2.236.678-2.181 3.7-6.612 7.534-8.197.8-.325 2.195-.474 2.52-.054.434.61.19 1.653-.08 2.452Zm-2.914-.068c.177-.339.38-.474.448-.745.068-.46.88-.163.921-.772-1.382.216-3.13 1.883-4.281 3.306-1.193 1.463-2.886 3.577-2.724 5.121.271-1.273.746-.745 2.683-3.103 1.057-1.273 2.141-2.303 2.954-3.807m-6.504-5.569c-.217-.23-.38.325-.501.23-.42-.311.23-1.409-.583-1.544-.664-.122-1.151.637-1.585 1.07.203.65.962-1.165 1.49-.636.217.216.204.677.312.935-.38-.136-.8.447-.637.934.054.15.23.258.312.176.149-.094-.081-.176-.095-.216a.61.61 0 0 1 .176-.637c.176-.15.15.095.081.311-.04.136-.149.217-.121.312.243.203.42-.623.42-.623s.528.217.731-.312m.082.474c-.068.068-.163.109-.19.244-.027.15-.163.34-.095.488.285.15.583-.298.501-.582 0-.082-.067-.23-.216-.15m.067.34c-.013.121-.027.108-.081.203s-.081.013-.095-.068.014-.095.054-.23c.027-.109.068-.095.082-.095.067 0 .054.067.04.19"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/snowflake.svg b/mkdocs-material/material/templates/.icons/simple/snowflake.svg new file mode 100644 index 0000000..584deb9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/snowflake.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 3.459c0 .646-.418 1.18-1.141 1.18s-1.142-.534-1.142-1.18c0-.647.419-1.18 1.142-1.18S24 2.812 24 3.459m-.228 0c0-.533-.38-.951-.913-.951s-.913.38-.913.95c0 .533.38.952.913.952.57 0 .913-.419.913-.951m-1.37-.533h.495c.266 0 .456.152.456.38 0 .153-.076.229-.19.305l.19.266v.038h-.266l-.19-.266h-.229v.266h-.266zm.495.228h-.229v.267h.229c.114 0 .152-.038.152-.114.038-.077-.038-.153-.152-.153M7.602 12.4a2 2 0 0 0 .076-.456c0-.114-.038-.228-.038-.342-.114-.343-.304-.647-.646-.838l-4.87-2.777c-.685-.38-1.56-.152-1.94.533-.381.685-.153 1.56.532 1.94l2.701 1.56-2.701 1.56c-.685.38-.913 1.256-.533 1.94.38.685 1.256.914 1.94.533l4.832-2.777c.343-.267.571-.533.647-.876m1.332 2.626c-.266-.038-.57.038-.837.19l-4.832 2.777c-.685.38-.913 1.256-.532 1.94.38.686 1.255.914 1.94.533l2.701-1.56v3.12c0 .8.647 1.408 1.446 1.408s1.407-.647 1.407-1.408v-5.592c0-.761-.57-1.37-1.293-1.408m4.946-6.088c.266.038.57-.038.837-.19l4.832-2.777c.685-.38.913-1.256.532-1.94-.38-.686-1.255-.914-1.94-.533l-2.701 1.56V1.975c0-.799-.647-1.408-1.446-1.408s-1.446.609-1.446 1.408V7.53c0 .76.609 1.37 1.332 1.407zM3.265 5.97l4.832 2.777c.266.152.533.19.837.19.723-.038 1.331-.684 1.331-1.407V1.975c0-.799-.646-1.408-1.407-1.408-.799 0-1.446.647-1.446 1.408v3.12l-2.701-1.56c-.685-.38-1.56-.152-1.94.533-.419.646-.19 1.521.494 1.902m9.093 6.011a.4.4 0 0 0-.114-.266l-.57-.571a.35.35 0 0 0-.267-.114.4.4 0 0 0-.266.114l-.571.57a.4.4 0 0 0-.114.267c0 .076.038.19.114.267l.57.57a.35.35 0 0 0 .267.114.4.4 0 0 0 .266-.114l.571-.57a.4.4 0 0 0 .114-.267m1.598.533L11.94 14.53c-.039.038-.153.114-.229.114h-.608a.4.4 0 0 1-.267-.114L8.82 12.514a.4.4 0 0 1-.076-.229v-.608c0-.076.038-.19.114-.267l2.016-2.016a.4.4 0 0 1 .267-.114h.608a.4.4 0 0 1 .267.114l2.016 2.016a.35.35 0 0 1 .114.267v.608c-.076.077-.114.19-.19.229m5.593 5.44-4.832-2.777c-.266-.152-.57-.19-.837-.152-.723.038-1.332.684-1.332 1.408v5.554c0 .8.647 1.408 1.408 1.408.799 0 1.446-.647 1.446-1.408v-3.12l2.7 1.56c.686.38 1.561.152 1.941-.533.419-.646.19-1.521-.494-1.94m2.549-7.533-2.701 1.56 2.7 1.56c.686.38.914 1.256.533 1.94-.38.685-1.255.913-1.94.533l-4.832-2.778a1.64 1.64 0 0 1-.647-.798c-.037-.153-.076-.305-.076-.457 0-.114.039-.228.039-.342.114-.343.342-.647.646-.837l4.832-2.778c.685-.38 1.56-.152 1.94.533.457.609.19 1.484-.494 1.864"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/snowpack.svg b/mkdocs-material/material/templates/.icons/simple/snowpack.svg new file mode 100644 index 0000000..48045d4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/snowpack.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23.81 19.751-10.8-16.8a1.2 1.2 0 0 0-2.02 0l-10.8 16.8a1.2 1.2 0 0 0-.043 1.224A1.2 1.2 0 0 0 1.2 21.6h21.6a1.2 1.2 0 0 0 1.053-.625 1.2 1.2 0 0 0-.044-1.224M12 5.82l3.202 4.981H12l-2.4 2.4-1.427-1.427z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/snyk.svg b/mkdocs-material/material/templates/.icons/simple/snyk.svg new file mode 100644 index 0000000..2030ff6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/snyk.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.097 13.344c.143-.37.06-2.117-.222-4.675l-.004-.04.904-2.431v-.05c0-1.06-1.374-3.9-2.186-5.41L15.192 0l-.84 5.854-.503.829-.125-.042c-.351-.118-1.042-.316-1.728-.316-.65 0-1.294.171-1.72.315l-.125.042-.504-.827L8.807 0l-.396.737c-.812 1.51-2.186 4.35-2.186 5.411v.05l.904 2.432-.004.039c-.283 2.558-.366 4.305-.222 4.674.13.332.642 1.041 1.072 1.605l-.619 5.724.617.442.576-5.329c.012.414.064 1.277.275 2.068l-.389 3.592L12 24l4.279-3.067.375-.268-.62-5.73c.428-.561.934-1.262 1.063-1.591M15.59 2.298c.694 1.408 1.421 3.08 1.471 3.779l-.388 1.045c-.935-1.31-1.228-3.441-1.253-3.636zm-1.124 7.8c.84 0 .212.712.138.792h-1.587c.144-.18.69-.792 1.45-.792zm-.452 1.468a.18.18 0 0 1-.175.153.292.292 0 1 0 .441-.31h.504v.024a.662.662 0 0 1-1.325 0v-.025h.511l-.008.007c.039.038.06.093.052.15zM12.39 19.29q.146.095.306.156-.251.286-.697.287-.447 0-.697-.288.161-.06.306-.156a.57.57 0 0 0 .391.114c.103 0 .255 0 .391-.113m-2.62-7.724a.18.18 0 0 1-.174.153.292.292 0 1 0 .441-.31h.504v.024a.662.662 0 0 1-1.326 0v-.025h.511l-.008.007c.039.038.06.093.052.15zm-.374-.676c-.074-.08-.702-.792.138-.792.759 0 1.305.612 1.45.792zM6.948 6.077c.05-.699.778-2.37 1.471-3.78l.185 1.29c-.07.48-.393 2.37-1.257 3.56zM9.473 18.09c-.373-1.02-.377-2.446-.377-2.507v-.097l-.06-.076c-.551-.683-1.477-1.9-1.616-2.257l-.005-.014c-.124-.43.1-2.997.268-4.513l.008-.066-.187-.502.07-.075c.476-.497.88-1.213 1.203-2.126L9 5.223l.118.82.807 1.326.22-.094c.009-.004.934-.4 1.851-.4H12v.44h-.004c-.812 0-1.669.36-1.677.363l-.571.246-.797-1.308c-.27.62-.585 1.137-.94 1.543l.129.347-.019.169c-.24 2.156-.348 4.044-.285 4.332.086.2.523.812 1 1.437l.748-.218 1.17-1.334.184 3.458c-.011.015-.28.393-.28.609 0 .235.344.541.685.786q.006-.015.013-.03c.12-.212.275-.251.346-.087.04.092.028.369.028.369l.005.002v.328c-.013.027-.302.674-1.014.674-.275 0-.948-.089-1.248-.911m2.536 2.409c-.527 0-1.297-.257-1.374-.952q.043.002.086.003.09 0 .177-.01c.235.455.665.6 1.102.6.436 0 .865-.146 1.1-.6q.088.01.18.01.043 0 .085-.003c-.076.695-.835.952-1.356.952m2.956-5.09-.061.077v.097c0 .06-.004 1.487-.377 2.507-.3.822-.973.91-1.248.91-.71 0-1.002-.658-1.014-.686V18l.005-.004s-.012-.276.028-.368c.07-.164.226-.126.346.088q.008.014.013.03c.34-.246.686-.552.686-.787 0-.216-.269-.593-.28-.61l.183-3.457 1.17 1.334 1.2.35c-.23.304-.463.6-.651.834zm-8.472-1.907c-.22-.563-.022-2.916.187-4.817l-.895-2.409v-.128c0-.312.095-.734.246-1.207-1.177.253-1.808.49-1.808.49v12.996l2.67 1.914.577-5.332c-.538-.718-.868-1.226-.977-1.507m3.853-7.346c.446-.136 1.042-.27 1.65-.27.61 0 1.21.135 1.658.27l.276-.453.184-1.288s-1.288-.068-2.103-.068q-1.138.002-2.125.07l.184 1.286zm7.623-1.217c.151.474.247.896.247 1.21v.127l-.895 2.409c.208 1.901.406 4.253.186 4.818-.109.279-.435.782-.968 1.493l.578 5.337 2.66-1.906V5.432s-.632-.24-1.808-.493"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/socialblade.svg b/mkdocs-material/material/templates/.icons/simple/socialblade.svg new file mode 100644 index 0000000..004bd32 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/socialblade.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.323 16.688H0v1.893h2.323zm3.612-3.097H3.613v4.99h2.322zm3.613 1.205H7.226v3.785h2.322zm3.613-.861H10.84v4.646h2.322zm3.613-1.892h-2.322v6.538h2.322zm3.613-1.978h-2.323v8.516h2.323zM24 5.42h-2.323v13.16H24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/society6.svg b/mkdocs-material/material/templates/.icons/simple/society6.svg new file mode 100644 index 0000000..f126825 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/society6.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0m7.928 4.966.042.876-.916.157q-1.058.291-1.843.813c-.785.522-.966.73-1.33 1.148a6.2 6.2 0 0 0-.888 1.339l-.016.036q-.364.76-.65 1.599a5 5 0 0 1 1.31-.812l.033-.012q.78-.335 1.864-.335 1.259.001 2.111.884c.852.883.853 1.355.853 2.298q0 2.113-1.624 3.659c-1.624 1.546-2.414 1.547-3.992 1.547q-1.883 0-3.003-1.122c-1.12-1.122-1.12-1.743-1.12-2.981q0-3.544 2.52-6.073c2.52-2.529 3.895-2.692 6.65-3.023zM7.925 9.103q.652 0 1.211.081c.388.055.739.159 1.065.307l-.024-.01c.286.13.524.322.705.56l.003.004q.253.348.252.844c-.001.496-.118.614-.356.852q-.356.356-.933.356-.497 0-.828-.272c-.331-.272-.399-.394-.537-.642q-.206-.38-.327-.784c-.121-.404-.146-.493-.197-.674q-.601.037-1.094.459c-.493.422-.495.629-.495 1.046q0 .38.116.596c.116.216.184.265.311.358l.003.002c.162.115.348.217.544.296l.018.006c.151.069.431.177.714.279l.132.041q1.167.433 1.76 1.038.48.492.569 1.241c-.008-.117.117 1.109.018.183q.005.084.006.171 0 .649-.289 1.245c-.289.596-.464.728-.818.992a4.3 4.3 0 0 1-1.336.646l-.03.007q-.774.22-1.967.221-1.083 0-1.789-.184c-.706-.184-.845-.282-1.12-.474q-.422-.289-.575-.617c-.153-.328-.155-.425-.155-.617q0-.524.373-.916c.373-.392.58-.391.991-.391q.515 0 .863.278.356.291.574.691l.006.012c.136.244.259.528.352.824l.009.032c.035.09.106.322.172.556l.034.139q.97.001 1.469-.436c.499-.437.498-.691.498-1.196q0-.333-.15-.558c-.15-.225-.234-.283-.399-.398q-.248-.162-.635-.315c-.387-.153-.513-.198-.765-.289q-1.039-.369-1.644-1.023c-.605-.654-.605-.978-.605-1.628v-.013c0-.391.093-.76.259-1.087l-.006.014q.255-.51.794-.944.532-.414 1.348-.661c.816-.247 1.179-.249 1.906-.249zm8.017 1.874q-.494 0-.933.199c-.439.199-.605.397-.934.792q-.06.274-.21 1.055c-.15.781-.152 1.162-.152 1.923q.001 1.166.365 1.82c.364.654.566.655.968.655q.939 0 1.628-1.295h.002q.69-1.296.69-3.144 0-.928-.402-1.468c-.402-.54-.608-.538-1.022-.538z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/socketdotio.svg b/mkdocs-material/material/templates/.icons/simple/socketdotio.svg new file mode 100644 index 0000000..fc347c4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/socketdotio.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.936.014a12.2 12.2 0 0 0-2.975.378C4.281 1.555.568 5.794.091 10.602c-.59 4.548 1.709 9.285 5.644 11.634 3.861 2.418 9.093 2.32 12.874-.223 3.397-2.206 5.512-6.228 5.386-10.285-.058-4.016-2.31-7.916-5.76-9.98C16.355.589 14.144.006 11.937.015m-.063 1.696c4.945-.007 9.789 3.813 10.282 8.924.945 5.66-3.753 11.413-9.488 11.58-5.454.544-10.724-4.08-10.88-9.557-.406-4.434 2.517-8.834 6.698-10.3a9.1 9.1 0 0 1 3.388-.646zm5.091 3.225c-2.687 2.084-5.26 4.307-7.889 6.456 1.203.017 2.412.016 3.621.01 1.41-2.165 2.86-4.3 4.268-6.467m-5.665 7.653c-1.41 2.166-2.86 4.309-4.27 6.474 2.693-2.08 5.255-4.32 7.902-6.456a255 255 0 0 0-3.632-.018"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/softpedia.svg b/mkdocs-material/material/templates/.icons/simple/softpedia.svg new file mode 100644 index 0000000..04e24ad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/softpedia.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.88 18.093V24c4.526 0 9.959-.326 13.765-1.628a14.7 14.7 0 0 0 2.708-1.23c1.255-.752 2.208-1.668 2.844-2.763a7 7 0 0 0 .725-1.709l.197-1.723c0-.63-.09-1.23-.257-1.819a6.7 6.7 0 0 0-.696-1.531c-.484-.78-1.165-1.45-2.012-2.024a12 12 0 0 0-1.95-.999c-1.722-.642-4.38-1.295-5.356-1.654-.882-.294-1.784-.738-1.784-1.012H20.59V0H10.11C7.522 0 5.677 1.148 4.573 3.46c-1.18 2.461-.741 4.704 1.286 6.714q.84.841 2.042 1.477c.862.452 2.072.903 3.615 1.34a95 95 0 0 0 2.374.684c.56.178 1 .342 1.332.493l.62.328c.272.191.332.506.18.957-.165.22-.437.452-.8.67-.938.574-2.375 1.026-4.311 1.34-2.39.424-5.4.63-9.03.63z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sogou.svg b/mkdocs-material/material/templates/.icons/simple/sogou.svg new file mode 100644 index 0000000..201ad2c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sogou.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.801 22.74 17.79 24c1.561-.676 2.926-1.62 4.051-2.851l-.946-1.318a10.3 10.3 0 0 1-4.08 2.909zM12 22.199c-5.775 0-10.455-4.619-10.455-10.35C1.545 6.15 6.225 1.53 12 1.53s10.456 4.65 10.456 10.35c0 2.55-.946 4.891-2.507 6.69l.945 1.261C22.801 17.729 24 14.939 24 11.88 24 5.295 18.63 0 12 0S0 5.311 0 11.85c0 6.57 5.37 11.88 12 11.88 1.71 0 3.33-.346 4.801-.99l-.961-1.26c-1.2.45-2.49.719-3.84.719m6-9.553c-2.25-1.86-5.34-2.101-7.801-3.556-.75-.479-.148-1.395.602-1.425 2.699-.45 5.369.63 7.889 1.5l.151-2.655c-3.151-1.14-6.57-1.875-9.901-1.35-1.2.3-2.4.675-3.254 1.56-1.171 1.2-.961 3.36.389 4.32 2.236 1.755 5.176 2.011 7.621 3.36.96.39.555 1.68-.391 1.77-2.925.555-5.805-.721-8.325-2.1-.03 1.02-.06 2.01-.06 3 3.195 1.409 6.75 2.069 10.2 1.529 1.17-.225 2.37-.6 3.225-1.454 1.229-1.2 1.111-3.511-.33-4.5H18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/solana.svg b/mkdocs-material/material/templates/.icons/simple/solana.svg new file mode 100644 index 0000000..a0e605d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/solana.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23.876 18.031-3.962 4.14a.9.9 0 0 1-.306.21.9.9 0 0 1-.367.074H.46a.47.47 0 0 1-.252-.073.45.45 0 0 1-.17-.196.44.44 0 0 1-.031-.255.44.44 0 0 1 .117-.23l3.965-4.139a.9.9 0 0 1 .305-.21.9.9 0 0 1 .366-.075h18.78a.47.47 0 0 1 .252.074.45.45 0 0 1 .17.196.44.44 0 0 1 .031.255.44.44 0 0 1-.117.23m-3.962-8.335a.9.9 0 0 0-.306-.21.9.9 0 0 0-.367-.075H.46a.47.47 0 0 0-.252.073.45.45 0 0 0-.17.197.44.44 0 0 0-.031.254.44.44 0 0 0 .117.23l3.965 4.14a.9.9 0 0 0 .305.21.9.9 0 0 0 .366.074h18.78a.47.47 0 0 0 .252-.073.45.45 0 0 0 .17-.196.44.44 0 0 0 .031-.255.44.44 0 0 0-.117-.23zM.46 6.723h18.782a.9.9 0 0 0 .367-.075.9.9 0 0 0 .306-.21l3.962-4.14a.44.44 0 0 0 .117-.23.44.44 0 0 0-.032-.254.45.45 0 0 0-.17-.196.47.47 0 0 0-.252-.073H4.76a.9.9 0 0 0-.366.074.9.9 0 0 0-.305.21L.125 5.97a.44.44 0 0 0-.117.23.44.44 0 0 0 .03.254.45.45 0 0 0 .17.196.47.47 0 0 0 .252.074z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/solid.svg b/mkdocs-material/material/templates/.icons/simple/solid.svg new file mode 100644 index 0000000..381855e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/solid.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.558.788A9 9 0 0 0 9.776.99l-.453.15c-.906.303-1.656.755-2.1 1.348l-.301.452-2.035 3.528c.426-.387.974-.698 1.643-.894h.001l.613-.154h.001a9 9 0 0 1 1.777-.206c2.916-.053 6.033 1.148 8.423 2.36 2.317 1.175 3.888 2.32 3.987 2.39L24 5.518c-.082-.06-1.66-1.21-3.991-2.386-2.393-1.206-5.521-2.396-8.45-2.343zM8.924 5.366a8.6 8.6 0 0 0-1.745.203l-.606.151c-1.278.376-2.095 1.16-2.43 2.108s-.188 2.065.487 3.116c.33.43.747.813 1.216 1.147L12.328 10h.001a6.94 6.94 0 0 1 6.013 1.013l2.844-.963c-.17-.124-1.663-1.2-3.91-2.34-2.379-1.206-5.479-2.396-8.352-2.344m5.435 4.497a6.8 6.8 0 0 0-1.984.283L2.94 13.189 0 18.334l9.276-2.992a6.945 6.945 0 0 1 7.408 2.314v.001c.695.903.89 1.906.66 2.808l2.572-4.63c.595-1.041.45-2.225-.302-3.429a6.8 6.8 0 0 0-5.255-2.543m-3.031 5.341a6.8 6.8 0 0 0-2.006.283L.008 18.492c.175.131 2.02 1.498 4.687 2.768 2.797 1.332 6.37 2.467 9.468 1.712l.454-.152h.002c1.278-.376 2.134-1.162 2.487-2.09.353-.93.207-2.004-.541-2.978a6.8 6.8 0 0 0-5.237-2.548"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/solidity.svg b/mkdocs-material/material/templates/.icons/simple/solidity.svg new file mode 100644 index 0000000..78de184 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/solidity.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.409 6.608 7.981.255l3.572 6.353zM8.411 0l3.569 6.348L15.552 0zm4.036 17.392 3.572 6.354 3.575-6.354zm-.608-10.284h-7.43l3.715 6.605zm.428-.25h7.428L15.982.255zM15.589 24l-3.569-6.349L8.448 24zm-3.856-6.858H4.306l3.712 6.603zm.428-.25h7.433l-3.718-6.605z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sololearn.svg b/mkdocs-material/material/templates/.icons/simple/sololearn.svg new file mode 100644 index 0000000..f31e9eb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sololearn.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.621 16.084a8.48 8.48 0 0 1-2.922 6.427c-.603.53-.19 1.522.613 1.442a9 9 0 0 0 1.587-.3 8.32 8.32 0 0 0 5.787-5.887 8.555 8.555 0 0 0-8.258-10.832 9 9 0 0 0-1.045.06c-.794.1-.995 1.161-.29 1.542 2.701 1.452 4.53 4.285 4.53 7.548zM7.906 18.597a8.54 8.54 0 0 1-6.45-2.913c-.532-.6-1.527-.19-1.446.61a9 9 0 0 0 .3 1.582c.794 2.823 3.064 5.026 5.907 5.766 5.727 1.492 10.87-2.773 10.87-8.229 0-.35-.02-.7-.06-1.04-.1-.792-1.165-.992-1.547-.29a8.6 8.6 0 0 1-7.574 4.514M5.382 7.916a8.48 8.48 0 0 1 2.924-6.427c.603-.531.19-1.522-.613-1.442a10 10 0 0 0-1.598.29A8.34 8.34 0 0 0 .31 6.224a8.555 8.555 0 0 0 8.258 10.832c.352 0 .704-.02 1.045-.06.794-.1.995-1.162.29-1.542a8.54 8.541 0 0 1-4.52-7.538zm10.72-2.513a8.54 8.54 0 0 1 6.45 2.913c.53.6 1.526.19 1.445-.61a9 9 0 0 0-.3-1.583C22.902 3.3 20.632 1.098 17.788.357 12.071-1.145 6.928 3.12 6.928 8.576c0 .35.02.7.06 1.041.1.791 1.168.991 1.549.29A8.58 8.58 0 0 1 16.1 5.404z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/solus.svg b/mkdocs-material/material/templates/.icons/simple/solus.svg new file mode 100644 index 0000000..7229e36 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/solus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.453 0c-.18.587-.369 1.167-.565 1.75A11.64 11.64 0 0 0 0 12.364a11.6 11.6 0 0 0 .516 3.403l-.339.598L0 16.73l.279.143a3.5 3.5 0 0 0 .741.222A11.6 11.6 0 0 0 2 18.868c4.034.343 8.55.512 12.446-.056 3.192-.463 5.94-1.423 7.735-3.117.252-.233.474-.474.674-.722.019-.038.037-.053.06-.076.011 0 .026-.037.038-.052.015 0 .03-.038.041-.057.008 0 .015-.038.023-.038.33-.444.587-.892.801-1.31l.181-.365-.365-.365a6 6 0 0 0-.361-.35A11.64 11.64 0 0 0 11.635.722a11.6 11.6 0 0 0-3.211.463C7.96.508 7.596.041 7.453 0m.365 1.637C9.06 3.82 10.13 5.06 11.454 7.457c.132 1.524.67 9.45.727 10.181-.392-.037-2.485-.24-5.104-.515-1.43-.147-2.899-.316-4.092-.49l-1.9-.447c2.149-3.787 5.551-9.727 6.737-14.548zm4.543 6.18s4.991 3.927 7.092 8.73c-2.56 1.26-4.916 1.098-6.361 1.09 1.023-2.634 1.023-6.21-.73-9.82zm3.456 2.184a45 45 0 0 1 2.91.907c1.768.629 3.417 1.49 4.365 2.364a6.96 6.96 0 0 1-2.91 2.91c.151-1.495-.39-2.933-1.456-4.002-.787-.787-1.822-1.453-2.91-2.183zm6.707 6.478c-2.352 1.667-5.126 2.68-7.965 3.112a41 41 0 0 1-3.715.34h-.323a54 54 0 0 1-3.727 0 86 86 0 0 1-4.178-.23h-.003c2.555 3.255 6.993 4.893 11.092 4.102a11.4 11.4 0 0 0 4.498-1.852h.007a12 12 0 0 0 .903-.685l.038-.037a11.56 11.56 0 0 0 3.376-4.762zM2.511 19.584l.023.038c-.008 0-.015-.038-.023-.038"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sonar.svg b/mkdocs-material/material/templates/.icons/simple/sonar.svg new file mode 100644 index 0000000..6c5b9e2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sonar.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.63 5.037a4 4 0 0 0-.702.044 14.9 14.9 0 0 1 1.018 5.465c0 5.693-3.172 10.745-7.802 12.587q.35.023.707.024h.035a7.43 7.43 0 0 0 5.748-2.764c1.773-2.194 2.861-5.15 2.861-8.391a13.6 13.6 0 0 0-1.865-6.965m-.738 5.509a13.8 13.8 0 0 0-.98-5.172c-.136.056-.233.107-.304.142a.8.8 0 0 0-.424.804q.125 1.08.127 2.169c0 3.312-1.069 6.49-3.011 8.946-1.837 2.321-4.301 3.815-6.981 4.242l.023.014a5.46 5.46 0 0 0 5.103.153c3.782-1.854 6.447-6.22 6.447-11.298M24 12.002a11.1 11.1 0 0 0-.85-4.276 4.9 4.9 0 0 0-1.072-1.627 3.6 3.6 0 0 0-.842-.631A4 4 0 0 0 21 5.356a14.84 14.84 0 0 1 1.544 6.642c0 3.294-1.073 6.467-2.982 8.901A11.14 11.14 0 0 0 24 12.002m-3.147-7.771A11.12 11.12 0 0 0 12.856.843C6.691.843 1.64 5.95 1.702 12.115c.013 1.461.315 2.905.888 4.25q-.276-.036-.555-.024c-.5.023-1.207-.157-1.527-.247-.32-.089-.606.167-.476.465v.009c1.108 2.536 3.562 4.187 5.906 4.182q.233 0 .466-.024c5.488-.418 9.843-5.746 9.843-12.236q0-.614-.053-1.22a.24.24 0 0 0-.054-.132.24.24 0 0 0-.263-.075.24.24 0 0 0-.117.084c-1.518 2.009-3.766 5.541-6.579 3.7-1.084-.706-1.661-2.225-1.335-3.772.586-2.777 3.822-4.608 5.248-4.034.112.045.513.205.65.571.208.558-.421 1.018-.742 2.007-.345 1.071-.15 2.206.092 2.256.271.054.726-.94 1.845-1.844.813-.654 1.426-.839 1.811-1.534.371-.678-.29-1.392-.065-1.456.225-.063.435.717 1.105 1.105.559.325 1.058.122 1.794.092q.41-.003.813.063s.144.02.372.067a.08.08 0 0 0 .052-.003.1.1 0 0 0 .04-.034.08.08 0 0 0 .012-.051.1.1 0 0 0-.02-.049m-8.314 8.599a.79.79 0 0 1 .508-.307.65.65 0 0 1 .499.135c.271.251.191.736-.042 1.015-.217.258-.644.427-.941.236a.68.68 0 0 1-.263-.542.8.8 0 0 1 .239-.537"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sonarcloud.svg b/mkdocs-material/material/templates/.icons/simple/sonarcloud.svg new file mode 100644 index 0000000..45a921d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sonarcloud.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.406 10.9a7.1 7.1 0 0 0-3.377-2.358v-.085c0-4.035-3.156-7.324-7.047-7.324-3.893 0-7.05 3.282-7.05 7.325v.1C2.081 9.492 0 12.268 0 15.542c0 4.035 3.159 7.325 7.05 7.325a6.9 6.9 0 0 0 4.952-2.108 6.89 6.89 0 0 0 4.947 2.108c3.884 0 7.051-3.282 7.051-7.325a7.57 7.57 0 0 0-1.594-4.643zM16.95 21.014c-2.903 0-5.267-2.456-5.267-5.474a.91.91 0 0 0-.89-.924.906.906 0 0 0-.892.925c0 1.368.367 2.651.994 3.748a5.16 5.16 0 0 1-3.845 1.733c-2.904 0-5.27-2.457-5.27-5.474 0-3.016 2.366-5.473 5.27-5.473.63 0 1.241.117 1.827.335.007 0 .013.007.02.007.203.071.489.21.578.287a.86.86 0 0 0 1.249-.1.94.94 0 0 0-.097-1.3c-.39-.342-.995-.575-1.144-.63a6.8 6.8 0 0 0-2.425-.443q-.169-.002-.338.007c.12-2.916 2.433-5.247 5.27-5.247 2.903 0 5.267 2.456 5.267 5.474a5.57 5.57 0 0 1-2.215 4.463.95.95 0 0 0-.21 1.283c.171.25.45.39.727.39a.86.86 0 0 0 .516-.172 7.38 7.38 0 0 0 2.709-4.02c2.035.785 3.449 2.829 3.449 5.139-.007 3.01-2.371 5.466-5.283 5.466"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sonarlint.svg b/mkdocs-material/material/templates/.icons/simple/sonarlint.svg new file mode 100644 index 0000000..e7ab125 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sonarlint.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.412 0 0 5.342 0 12c0 6.66 5.411 12 12 12s12-5.41 12-12c0-6.658-5.41-12-12-12m0 2.22A9.77 9.77 0 0 1 21.78 12 9.77 9.77 0 0 1 12 21.78 9.77 9.77 0 0 1 2.22 12 9.77 9.77 0 0 1 12 2.22M5.203 9.988c-.763 0-1.179.763-1.456 1.387 0 0-.208.555-.347.763-.07.277-.486 1.18-.14 1.665.209.277.486-.139.694-.347.139-.208.418-.833.418-.833.346-.555.485-.832.831-.832.347 0 .555.278.832.902.347.625.695 1.388 1.458 1.388s1.179-.763 1.456-1.388c.278-.555.485-.902.832-.902s.556.278.833.902c.347.625.694 1.388 1.457 1.388s1.179-.763 1.456-1.388c.278-.555.485-.902.832-.902s.556.278.833.902c.347.625.694 1.388 1.457 1.388s1.179-.763 1.456-1.388c.277-.555.486-.902.833-.902s.555.278.832.902c0 0 .139.277.347.624.07.138.416.693.693.693.278 0 .347-.832.07-1.525-.278-.625-.485-1.11-.485-1.11-.347-.624-.694-1.387-1.457-1.387s-1.18.763-1.458 1.387c-.277.555-.485.901-.831.901-.347 0-.555-.277-.832-.9-.347-.625-.695-1.388-1.458-1.388s-1.179.763-1.456 1.387c-.278.555-.485.901-.832.901s-.556-.277-.833-.9c-.347-.625-.694-1.388-1.457-1.388s-1.179.763-1.456 1.387c-.278.555-.485.901-.832.901s-.556-.277-.833-.9c-.347-.625-.694-1.388-1.457-1.388"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sonarqube.svg b/mkdocs-material/material/templates/.icons/simple/sonarqube.svg new file mode 100644 index 0000000..7087387 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sonarqube.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.685.386-.465.766c3.477 2.112 6.305 5.27 7.966 8.89L24 9.67c-1.734-3.783-4.687-7.08-8.315-9.284M8.462.91l-.305 1.075c6.89 1.976 12.384 7.64 13.997 14.421l1.085-.258C21.535 8.977 15.735 2.997 8.462.909zM0 2.667v1.342c10.963 0 19.883 8.795 19.883 19.605h1.342c0-11.55-9.522-20.947-21.225-20.947"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sonarr.svg b/mkdocs-material/material/templates/.icons/simple/sonarr.svg new file mode 100644 index 0000000..10e8781 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sonarr.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.212 4.282Q23.989 7.588 23.989 12q0 4.272-2.602 7.489a934 934 0 0 1-2.101-2.095c-1.477-1.477-1.792-3.293-1.792-5.278 0-2.224.127-3.486 1.577-4.935l2.478-2.478a13 13 0 0 0-.337-.421m-17.7 16.193Q.806 17.779.188 14.213A12 12 0 0 1 .011 12q0-.42.017-.802 0-.039.022-.078.23-3.901 2.767-6.865-.163.19-.316.387S3.852 5.988 4.83 6.965c1.408 1.409 1.726 3.215 1.726 5.151 0 1.985-.249 3.762-1.781 5.295-1.035 1.035-2.119 2.124-2.119 2.124q.169.204.349.404c.029-.027 1.297-1.348 2.123-2.175 1.638-1.637 1.928-3.528 1.928-5.648 0-2.072-.365-3.997-1.873-5.504a620 620 0 0 0-2.366-2.357q.252-.294.523-.576l3.117 3.106-.194.195 1.903 1.898.547-.549L6.81 6.432l-.196.196L3.495 3.52c.01-.009.436-.416.643-.597.009.011 2.28 2.283 2.28 2.283 1.538 1.537 3.5 1.955 5.621 1.955 2.18 0 4.134-.442 5.731-2.038.907-.908 2.153-2.149 2.162-2.16.17.151.491.461.56.528l.013.013-3.111 3.028-.001.002-.197-.194-1.876 1.903.552.543 1.875-1.903-.197-.194 3.109-3.026q.29.305.553.619c-.03.025-2.495 2.546-2.495 2.546-1.556 1.556-1.723 2.9-1.723 5.288 0 2.121.361 4.054 1.939 5.632a577 577 0 0 0 2.133 2.124c-.183.208-.599.645-.613.66l-3.066-3.174.195-.196-1.995-1.986-.546.549 1.995 1.986.195-.196 3.065 3.172c-.021.019-.385.362-.552.506-.01-.013-1.974-1.978-1.974-1.978-1.842-1.842-3.299-2.039-5.731-2.039-2.338 0-3.92.239-5.632 1.95-.944.944-2.078 2.085-2.089 2.099-.275-.23-.649-.594-.649-.594l3.019-3.024.199.192 1.854-1.925-.558-.538-1.854 1.926.199.191zM12 8.672A3.33 3.33 0 0 0 8.672 12 3.33 3.33 0 0 0 12 15.328 3.33 3.33 0 0 0 15.328 12 3.33 3.33 0 0 0 12 8.672M4.52 2.6Q7.737 0 12.011 0q4.32 0 7.541 2.639s-1.215 1.209-2.136 2.13c-1.496 1.496-3.334 1.892-5.377 1.892-1.985 0-3.829-.37-5.267-1.809zm14.837 18.909a10 10 0 0 1-.342.256Q15.983 24 12.011 24q-3.978 0-6.993-2.235-.156-.111-.31-.227s1.096-1.101 2.053-2.058c1.602-1.602 3.09-1.804 5.278-1.804 2.28 0 3.651.166 5.377 1.892z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sonatype.svg b/mkdocs-material/material/templates/.icons/simple/sonatype.svg new file mode 100644 index 0000000..a6c0178 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sonatype.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.457 20.6c0 .511-.428.903-1.21.903-.494 0-.946-.157-1.247-.452l.289-.458c.205.211.608.41.988.41.379 0 .572-.139.572-.355 0-.253-.307-.344-.663-.422-.5-.108-1.096-.24-1.096-.891 0-.476.41-.885 1.144-.885.494 0 .868.174 1.132.41l-.265.445c-.174-.199-.5-.35-.86-.35-.332 0-.543.121-.543.326 0 .223.29.3.633.38.506.107 1.126.252 1.126.938m3.311-.627c0 .837-.566 1.53-1.5 1.53-.92 0-1.492-.693-1.492-1.53 0-.83.572-1.523 1.493-1.523.933 0 1.5.692 1.5 1.523m-.656 0c0-.512-.301-.963-.843-.963-.536 0-.837.451-.837.963 0 .518.3.97.837.97.542 0 .843-.452.843-.97m2.812-1.523c-.458 0-.831.24-1.024.47v-.398h-.632v2.909H6.9V19.4a.96.96 0 0 1 .747-.391c.355 0 .584.15.584.602v1.819h.632v-2.048c0-.596-.313-.933-.94-.933m4.074 1.054v1.926h-.632v-.313c-.217.247-.554.386-.94.386-.475 0-1.011-.32-1.011-.964 0-.668.536-.945 1.011-.945.392 0 .729.126.94.373v-.433c0-.337-.277-.542-.68-.542-.326 0-.609.12-.862.367l-.259-.44a1.73 1.73 0 0 1 1.223-.47c.644 0 1.21.272 1.21 1.055m-.632.824c-.145-.198-.416-.3-.693-.3-.355 0-.62.204-.62.523 0 .313.265.518.62.518.277 0 .548-.102.693-.3zm2.487.615c-.18 0-.277-.145-.277-.344v-1.523h.59v-.554h-.59v-.795h-.632v.795h-.482v.554h.482v1.68c0 .482.259.747.746.747.295 0 .482-.078.596-.187l-.15-.476c-.048.055-.163.103-.283.103zm2.117-.241-.849-2.18h-.674l1.192 2.945-.144.33c-.085.193-.217.254-.416.254a.7.7 0 0 1-.241-.048l-.096.566c.09.024.265.042.355.042.452-.006.801-.163 1-.657l1.403-3.432h-.68zm4.689-.729c0 .958-.536 1.53-1.289 1.53-.367 0-.698-.163-.933-.476v1.511h-.632v-4.016h.632v.397a1.16 1.16 0 0 1 .933-.47c.753 0 1.289.567 1.289 1.524m-.657 0c0-.56-.319-.963-.819-.963-.295 0-.608.174-.746.391v1.15a.96.96 0 0 0 .746.392c.5 0 .82-.404.82-.97m3.998.211h-2.246c.048.44.38.8.927.8.283 0 .62-.114.825-.318l.29.415c-.29.277-.717.422-1.181.422-.873 0-1.523-.608-1.523-1.53 0-.843.614-1.523 1.475-1.523.873 0 1.433.668 1.433 1.583zm-.614-.446c-.012-.343-.247-.77-.82-.77-.541 0-.788.415-.818.77zm-5.434-8.04L12 15.135l-5.952-3.437V4.826L12 1.389l5.952 3.437zm-1.707-5.887L12 3.361 7.755 5.81v4.902L12 13.163l4.245-2.45z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/songkick.svg b/mkdocs-material/material/templates/.icons/simple/songkick.svg new file mode 100644 index 0000000..f9ca34a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/songkick.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.55 18.779c-1.855 0-3.372-.339-4.598-1.602l1.92-1.908c.63.631 1.74.853 2.715.853 1.186 0 1.739-.391 1.739-1.089 0-.291-.06-.529-.239-.717-.15-.154-.404-.273-.795-.324l-1.455-.205c-1.064-.152-1.891-.51-2.43-1.072-.555-.578-.84-1.395-.84-2.434C2.536 8.066 4.2 6.45 6.96 6.45c1.74 0 3.048.407 4.086 1.448L9.171 9.77c-.765-.766-1.77-.715-2.295-.715-1.039 0-1.465.597-1.465 1.125 0 .152.051.375.24.561.15.153.404.307.832.359l1.467.203c1.09.153 1.875.495 2.385 1.005.645.63.9 1.53.9 2.655 0 2.47-2.127 3.819-4.68 3.819zM20.813 2.651C19.178 1.432 17.37.612 15.089.237v10.875l3.261-4.539h3.565l-4.095 5.72s.944 1.51 1.515 2.405c.586.899 1.139 1.14 1.965 1.14h.57v2.806h-.872c-1.812 0-2.9-.33-3.72-1.575-.504-.811-2.175-3.436-2.175-3.436v4.995H12.12V-.001H12c-3.852 0-6.509.931-8.811 2.652C-.132 5.137.001 8.451.001 11.997s-.133 6.867 3.188 9.352C5.491 23.074 8.148 24 12 24s6.51-.927 8.812-2.651C24.131 18.865 24 15.544 24 11.997c0-3.546.132-6.859-3.188-9.346z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/songoda.svg b/mkdocs-material/material/templates/.icons/simple/songoda.svg new file mode 100644 index 0000000..73570e8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/songoda.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.23 4.917c-1.414-.156-6.227-.945-10.604-4.688a.97.97 0 0 0-1.251 0C6.997 3.967 2.185 4.76.77 4.917a.435.435 0 0 0-.385.463c.29 3.924 1.918 14.211 10.998 18.482.39.184.844.184 1.234 0 9.079-4.27 10.708-14.557 10.998-18.482a.435.435 0 0 0-.385-.463m-1.704 2.016c-.581 4.255-2.54 11.442-9.126 14.896a.87.87 0 0 1-.807 0C5.006 18.373 3.048 11.19 2.47 6.935a.365.365 0 0 1 .285-.404 23 23 0 0 0 2.208-.596v3.38c0 .489.402.89.89.89.489 0 .89-.401.89-.89V5.279a22.3 22.3 0 0 0 4.989-2.87.44.44 0 0 1 .534 0c3.338 2.556 6.805 3.656 8.975 4.12.186.04.31.217.285.405zm-5.831 7.812q0 1.384-1.04 2.246-1.03.86-2.654.86-2.043.001-3.135-1.114-.56-.577-.56-1.063a.77.77 0 0 1 .28-.584q.278-.262.733-.262.533 0 .9.501.6.825 1.71.824.674 0 1.083-.297.516-.377.515-1.14 0-.817-.75-1.43-.542-.441-1.59-.936-1.283-.607-1.938-1.365-.672-.771-.672-1.93 0-1.505 1.196-2.298.898-.606 2.26-.606 1.492 0 2.454.801.61.51.611 1.04 0 .405-.41.667a1.13 1.13 0 0 1-.627.188q-.541 0-.785-.374-.436-.681-1.258-.681-.882 0-1.17.718a2 2 0 0 0-.14.741c-.005.3.108.591.315.809q.446.494 1.598 1.062 1.38.682 2.018 1.258 1.056.98 1.056 2.365"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sonicwall.svg b/mkdocs-material/material/templates/.icons/simple/sonicwall.svg new file mode 100644 index 0000000..6629af0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sonicwall.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.678 10.007a.31.31 0 0 0 .016.62.31.31 0 0 0 .306-.308.31.31 0 0 0-.302-.312zm.016.043a.27.27 0 0 1 .27.269.27.27 0 1 1-.27-.27zm-9.503.053-.614 1.863-.013.04-.013-.04-.624-1.855h-.619l.986 2.74h.508l.618-1.788.013-.037.013.037.619 1.787h.507l.986-2.74h-.603l-.622 1.856-.015.04-.013-.04-.613-1.863zm-5.48.006v2.743h.258V10.11zm-7.823 0-.038.002c-.481 0-.85.306-.85.712 0 .41.26.63.898.759.6.12.715.279.715.526 0 .288-.26.49-.631.49a1.23 1.23 0 0 1-.923-.37l-.02-.02v.313a1.48 1.48 0 0 0 .923.31c.524 0 .89-.302.89-.738.005-.393-.257-.614-.872-.738-.619-.127-.739-.288-.739-.541 0-.27.255-.464.608-.464a1.1 1.1 0 0 1 .759.287l.022.018v-.318a1.3 1.3 0 0 0-.742-.227zm4.92.002v2.747h.284v-2.081l1.813 2.08h.063v-2.746h-.272v2.106l-1.828-2.106zm11.672 0-.642 1.721c-.637.117-1.051.393-.848.943.278.76 1.549 1.218 1.549 1.218s-1.285-.801-.613-1.34c.296-.238.819-.414 1.313-.54l.278.719h.541l-.322-.833c.403-.08.708-.122.708-.122s-.36-.043-.785-.077l-.653-1.69zm2.136 0v2.721h1.554v-.49h-1.034v-2.231zm2.106 0v2.721h1.555v-.49H22.24v-2.231zm-17.953.008h-.042a1.3 1.3 0 0 0-.67.176 1.3 1.3 0 0 0-.491.499 1.4 1.4 0 0 0-.185.69 1.3 1.3 0 0 0 .397.953 1.32 1.32 0 0 0 .971.395 1.35 1.35 0 0 0 1.359-1.356 1.3 1.3 0 0 0-.397-.965 1.34 1.34 0 0 0-.942-.392m7.3.002a1.38 1.38 0 0 0-.96.392 1.3 1.3 0 0 0-.4.96 1.38 1.38 0 0 0 .33.923 1.35 1.35 0 0 0 1.077.454 1.5 1.5 0 0 0 .65-.136 1.5 1.5 0 0 0 .265-.185v-.338a1.16 1.16 0 0 1-.899.412 1.13 1.13 0 0 1-.823-.325 1.07 1.07 0 0 1-.325-.794 1.1 1.1 0 0 1 .146-.565 1.1 1.1 0 0 1 .41-.402 1.16 1.16 0 0 1 .576-.15 1.2 1.2 0 0 1 .515.12 1.1 1.1 0 0 1 .4.314v-.35a1.5 1.5 0 0 0-.26-.185 1.5 1.5 0 0 0-.66-.145zm12.661.009h-.174v.37h.094v-.142h.035l.085.142.11-.002-.103-.153a.1.1 0 0 0 .068-.102.11.11 0 0 0-.115-.113m-.026.063a.05.05 0 0 1 .046.054q0 .048-.054.048h-.046v-.101h.054zm-19.97.178h.006a1.1 1.1 0 0 1 .548.153 1.1 1.1 0 0 1 .405.399 1.1 1.1 0 0 1 .143.553 1.1 1.1 0 0 1-.143.564 1.05 1.05 0 0 1-.4.399 1.1 1.1 0 0 1-.553.145 1.087 1.087 0 0 1-1.091-1.095 1.1 1.1 0 0 1 .144-.564 1.11 1.11 0 0 1 .94-.554zm14.015.465.368.931q-.048-.001-.097-.004a7 7 0 0 0-.622.01h-.018z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sonos.svg b/mkdocs-material/material/templates/.icons/simple/sonos.svg new file mode 100644 index 0000000..295251c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sonos.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12.988 12.36-2.813-2.634v4.429h.837V11.7l2.813 2.633V9.905h-.837zM6.464 9.665A2.3 2.3 0 0 0 4.13 12c0 1.257 1.077 2.334 2.334 2.334A2.3 2.3 0 0 0 8.798 12a2.3 2.3 0 0 0-2.334-2.334m0 3.83A1.48 1.48 0 0 1 4.968 12c0-.838.658-1.496 1.496-1.496S7.96 11.162 7.96 12s-.658 1.496-1.496 1.496M2.694 12c-.24-.18-.54-.3-.958-.419-.838-.24-.838-.479-.838-.598 0-.24.299-.48.718-.48.36 0 .658.18.778.24l.06.06.658-.479-.06-.06s-.538-.598-1.436-.598c-.419 0-.838.12-1.137.359-.3.24-.479.598-.479.958s.18.718.479.957c.24.18.538.3.957.42.838.239.838.478.838.598 0 .239-.299.478-.718.478-.359 0-.658-.18-.778-.239l-.06-.06-.658.479.06.06s.538.598 1.436.598c.42 0 .838-.12 1.137-.359.3-.24.48-.598.48-.957 0-.36-.18-.659-.48-.958m14.843-2.334A2.3 2.3 0 0 0 15.202 12a2.337 2.337 0 0 0 2.334 2.334A2.3 2.3 0 0 0 19.87 12a2.337 2.337 0 0 0-2.334-2.334m0 3.83A1.48 1.48 0 0 1 16.04 12c0-.838.658-1.496 1.496-1.496s1.496.658 1.496 1.496-.718 1.496-1.496 1.496m3.77-1.556c.24.18.54.3.958.42.838.239.838.478.838.598 0 .239-.299.478-.718.478-.36 0-.658-.18-.778-.239h-.06l-.658.479.06.06s.538.598 1.436.598c.419 0 .838-.12 1.137-.359s.479-.598.479-.958-.18-.718-.479-.957c-.24-.18-.538-.3-.957-.42-.838-.239-.838-.478-.838-.598 0-.239.299-.478.718-.478.359 0 .658.18.778.239l.06.06.658-.479-.06-.06s-.538-.598-1.436-.598c-.42 0-.838.12-1.137.359-.3.24-.48.598-.48.957-.059.36.12.659.48.898"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sony.svg b/mkdocs-material/material/templates/.icons/simple/sony.svg new file mode 100644 index 0000000..1ec16d3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sony.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.55 9.888c.921 0 1.658.23 2.221.742.385.349.6.846.594 1.367a1.9 1.9 0 0 1-.594 1.373c-.527.484-1.348.742-2.22.742s-1.68-.258-2.215-.742a1.8 1.8 0 0 1-.603-1.373c0-.518.218-1.015.603-1.367.5-.454 1.384-.742 2.214-.742m.003 3.67c.461 0 .888-.161 1.188-.458.3-.3.433-.66.433-1.103 0-.424-.148-.821-.433-1.103-.294-.29-.733-.454-1.188-.454s-.893.163-1.19.454c-.285.282-.434.679-.434 1.103a1.56 1.56 0 0 0 .434 1.103c.297.294.733.457 1.19.457M3.712 11.59q.24.061.466.163a1.4 1.4 0 0 1 .379.258c.197.206.309.482.306.767a.96.96 0 0 1-.379.778 2.1 2.1 0 0 1-.709.349 3.7 3.7 0 0 1-1.194.17c-.352 0-.546-.041-.813-.097l-.077-.016a4.7 4.7 0 0 1-.858-.278.07.07 0 0 0-.042-.012.084.084 0 0 0-.082.084v.203H.121v-1.478h.524a.76.76 0 0 0 .137.418c.212.26.44.36.657.44.367.12.752.184 1.136.196.553 0 .876-.134.946-.163l.009-.004.006-.002c.062-.023.312-.114.312-.392 0-.274-.234-.334-.387-.373l-.022-.005c-.17-.046-.562-.088-.99-.133l-.152-.016c-.485-.051-.97-.127-1.197-.175-.498-.11-.694-.292-.816-.405l-.008-.008a1.02 1.02 0 0 1-.276-.7c0-.496.34-.796.758-.98.445-.2.975-.289 1.439-.289.82.003 1.487.27 1.727.394.097.052.145-.012.145-.06v-.149h.527v1.288h-.472a.9.9 0 0 0-.294-.491 1.3 1.3 0 0 0-.297-.179 3.1 3.1 0 0 0-1.251-.245c-.443 0-.867.085-1.08.215q-.199.124-.2.306c0 .173.146.242.22.263.196.06.632.103.971.137l.204.021c.327.033 1.012.124 1.315.2zm18.167-.997v-.479H24v.47h-.476c-.172 0-.242.033-.372.179l-1.427 1.63a.1.1 0 0 0-.019.07v.742a1 1 0 0 0 .012.103.15.15 0 0 0 .1.09 1 1 0 0 0 .13.01h.486v.47H19.86v-.47h.46a1 1 0 0 0 .13-.01.16.16 0 0 0 .104-.09 1 1 0 0 0 .009-.1v-.742c0-.025 0-.025-.033-.064L19.119 10.8c-.076-.079-.206-.206-.406-.206h-.458v-.47h2.588v.47h-.312c-.07 0-.118.07-.058.146l.879 1.051c.009.012.015.012.027.003s.894-1.045.9-1.054a.09.09 0 0 0-.018-.128.1.1 0 0 0-.06-.018zm-6.284-.003h.485c.221 0 .26.085.263.291l.028 1.566-2.582-2.324h-1.845v.47h.412c.297 0 .318.164.318.31v2.213c0 .128.001.295-.182.295h-.506v.467h2.164v-.47h-.528c-.212 0-.22-.097-.224-.303v-1.882l2.973 2.651h.757l-.04-2.996c.004-.218.019-.291.243-.291h.473v-.47h-2.209Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/soriana.svg b/mkdocs-material/material/templates/.icons/simple/soriana.svg new file mode 100644 index 0000000..587149a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/soriana.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.994 3.2c-1.16 0-2.772.494-3.94 2.104-.223.314-.39.664-.494 1.034a4.27 4.27 0 0 0 .678 3.692c.6.812 1.368 1.42 2.044 1.96.332.26 1.034.926 1.26 1.208.34.422.596.674.902 1.606.186.564.212 1.308.12 1.73C21.684 14.384 24 11.594 24 8.56c0-3.486-2.498-5.36-5.006-5.36M15.05 14.986c-.886-1.204-1.908-1.936-2.754-2.706-.368-.336-.772-.584-1.07-.88-1.434-1.424-2.102-3.18-1.764-5.34.268-1.692 1.108-2.806 2.124-3.622a7.1 7.1 0 0 0-4.278-1.372C3.274 1.066-.1 4.31.002 8.306c.184 7.22 9.224 13.37 12.948 14.628 1.992-1.02 3.05-2.928 3.05-4.884 0-1.426-.612-2.6-.95-3.064"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/soundcharts.svg b/mkdocs-material/material/templates/.icons/simple/soundcharts.svg new file mode 100644 index 0000000..3400a18 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/soundcharts.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.038 0h6.052v17.229h-.702v-4.333h-.413v4.333h-.29v-2.521h-.412v2.52h-.29v-4.04h-.413v4.04h-.289V13.98h-.414v3.25h-.33v-2.521h-.371v2.52h-.331v-3.791h-.413v3.792h-.289v-4.333h-.414v4.333h-.701c.02-5.73.02-11.457.02-17.229ZM8.995 7.624h6.01v9.605h-.66v-2.23h-.414v2.23h-.288v-3.5h-.414v3.5h-.289v-3.5h-.413v3.5h-.33v-2.77h-.372v2.77h-.331v-2.77h-.413v2.77h-.289V14.23h-.414v3h-.289v-3.793h-.412v3.793h-.703c.02-2.687.02-6.958.02-9.605zM7.28 12.896h-.414v4.29h-.288v-1.978h-.414v1.98h-.33v-2.772h-.372v2.77h-.33v-4.04h-.414v4.04H4.43v-2.228h-.414v2.229h-.289v-3.25h-.414v3.25h-.289v-3.75h-.412v3.75H1.91V11.54h6.011v5.646h-.66c.02-1.395.02-2.833.02-4.291zm5.969 5.5h.371V24h-.371Zm4.213 0h.33v5.52h-.33zm-7.436 5.396h-.33v-5.398h.33zm7.064-5.397v5.397h-.33v-5.398zm-4.544 0h.33v5.23h-.33zm6.342 0h.33v5.23h-.33zm-9.894 0h.33v4.897h-.33zM19.92 23.25h-.33v-4.856h.33v4.855zm-9.17-.042h-.33v-4.833h.33zm4.254-.042h-.33v-4.79h.33zm-3.511-.374h-.372v-4.417h.372zm9.852.208h-.33v-4.625h.33zm-9.191-.208h-.33v-4.417h.33zm3.883-4.397h.331v4.417h-.33Zm-9.852 4.063v-4.082h.371v4.083zm11.98-.042v-4.04h.371v4.041zM4.8 18.396h.33v4.25H4.8v-4.252Zm16.916 0h.372v4h-.372v-4.002ZM6.91 22.415v-4.04h.33v4.041h-.33Zm-1.426-.042v-3.998h.33v4h-.33Zm15.162 0h-.331v-3.998h.33v4zm-16.96-.04h-.33v-3.917h.33zm-.701-.23h-.372v-3.709h.372Zm10.967-3.709h.372v3.625h-.372zm-5.97 3.793h-.33v-3.793h.33zm-6.009-3.794h.33v3.584h-.33zm2.128 0h.33v3.584H4.1z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/soundcloud.svg b/mkdocs-material/material/templates/.icons/simple/soundcloud.svg new file mode 100644 index 0000000..56a466b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/soundcloud.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.999 14.165c-.052 1.796-1.612 3.169-3.4 3.169h-8.18a.68.68 0 0 1-.675-.683V7.862a.75.75 0 0 1 .452-.724s.75-.513 2.333-.513a5.36 5.36 0 0 1 2.763.755 5.43 5.43 0 0 1 2.57 3.54c.282-.08.574-.121.868-.12.884 0 1.73.358 2.347.992s.948 1.49.922 2.373M10.721 8.421c.247 2.98.427 5.697 0 8.672a.264.264 0 0 1-.53 0c-.395-2.946-.22-5.718 0-8.672a.264.264 0 0 1 .53 0M9.072 9.448c.285 2.659.37 4.986-.006 7.655a.277.277 0 0 1-.55 0c-.331-2.63-.256-5.02 0-7.655a.277.277 0 0 1 .556 0m-1.663-.257c.27 2.726.39 5.171 0 7.904a.266.266 0 0 1-.532 0c-.38-2.69-.257-5.21 0-7.904a.266.266 0 0 1 .532 0m-1.647.77a26.1 26.1 0 0 1-.008 7.147.272.272 0 0 1-.542 0 28 28 0 0 1 0-7.147.275.275 0 0 1 .55 0m-1.67 1.769c.421 1.865.228 3.5-.029 5.388a.257.257 0 0 1-.514 0c-.21-1.858-.398-3.549 0-5.389a.272.272 0 0 1 .543 0Zm-1.655-.273c.388 1.897.26 3.508-.01 5.412-.026.28-.514.283-.54 0-.244-1.878-.347-3.54-.01-5.412a.283.283 0 0 1 .56 0m-1.668.911c.4 1.268.257 2.292-.026 3.572a.257.257 0 0 1-.514 0c-.241-1.262-.354-2.312-.023-3.572a.283.283 0 0 1 .563 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sourceengine.svg b/mkdocs-material/material/templates/.icons/simple/sourceengine.svg new file mode 100644 index 0000000..120312a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sourceengine.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.865.716h-.26L7.64.784a12.76 12.76 0 0 0-7.01 1.69l.002.001A1.211 1.211 0 0 0 1.21 4.75c.35 0 .662-.148.883-.383a10.32 10.32 0 0 1 8.818-.462c5.275 2.165 7.805 8.22 5.64 13.495a10.3 10.3 0 0 1-2.495 3.613l.01.013a1.21 1.21 0 1 0 1.63 1.69 12.6 12.6 0 0 0 3.04-4.419c.05-.118 4.952-12.06 4.964-12.093A3.99 3.99 0 0 0 21.522.996c-.55-.226-1.064-.278-1.657-.28M6.067 6.851c-2.635 0-5.342.807-5.342 3.941 0 2.16 1.946 2.85 3.893 3.277 2.422.522 3.823.878 3.823 1.9 0 1.187-1.235 1.567-2.208 1.567-1.33 0-2.564-.594-2.588-2.066H.44c.143 3.252 2.92 4.32 5.77 4.32 2.801 0 5.603-1.044 5.603-4.273 0-2.28-1.923-2.992-3.894-3.443-1.923-.45-3.823-.617-3.823-1.828 0-.997 1.116-1.14 1.877-1.14 1.21 0 2.207.357 2.302 1.662h3.205c-.26-3.015-2.73-3.917-5.413-3.917"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sourceforge.svg b/mkdocs-material/material/templates/.icons/simple/sourceforge.svg new file mode 100644 index 0000000..2ca19d1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sourceforge.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.998 1.465a.35.35 0 0 0-.24.103L.102 11.215a.334.334 0 0 0 0 .48l9.152 9.135a.32.32 0 0 0 .24.106.34.34 0 0 0 .238-.106l1.37-1.385a.334.334 0 0 0 0-.48L3.93 11.79a.47.47 0 0 1 0-.664l9.078-9.078a.35.35 0 0 0 .072-.377.34.34 0 0 0-.312-.207zm4.531 1.592a.35.35 0 0 0-.24.105l-1.393 1.393a.334.334 0 0 0 0 .48l7.172 7.182a.47.47 0 0 1 .137.328c0 .12-.049.24-.137.328l-9.078 9.078a.35.35 0 0 0-.072.377c.04.096.144.207.313.207v-.008H14a.34.34 0 0 0 .24-.095l9.657-9.655a.32.32 0 0 0 .103-.24.35.35 0 0 0-.103-.24L14.77 3.162a.32.32 0 0 0-.24-.105m-3.095 3.156a.224.224 0 0 0-.211.238c.144 2.218-2.643 2.764-2.643 6.246v.024c0 2.121 1.603 3.842 3.58 3.842s3.578-1.72 3.578-3.842v-.024c0-.984-.368-1.922-.744-2.627-.072-.136-.29-.087-.266.041.673 2.995-1.015 4.851-1.015 2.545 0-3.93-1.394-5.716-2.131-6.388a.2.2 0 0 0-.148-.055"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sourcehut.svg b/mkdocs-material/material/templates/.icons/simple/sourcehut.svg new file mode 100644 index 0000000..873694e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sourcehut.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.371 0 0 5.371 0 12s5.371 12 12 12 12-5.371 12-12S18.629 0 12 0m0 21.677A9.675 9.675 0 0 1 2.323 12 9.675 9.675 0 0 1 12 2.323 9.675 9.675 0 0 1 21.677 12 9.675 9.675 0 0 1 12 21.677"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sourcetree.svg b/mkdocs-material/material/templates/.icons/simple/sourcetree.svg new file mode 100644 index 0000000..ed2cef5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sourcetree.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.999 0C6.756 0 2.474 4.245 2.474 9.525c0 4.21 2.769 7.792 6.572 9.047v4.764c0 .37.295.664.664.664h4.506a.66.66 0 0 0 .664-.664v-4.764q.037-.014.074-.027v.064c3.694-1.22 6.412-4.634 6.565-8.687q.007-.187.007-.375v-.022q-.001-.228-.013-.455C21.275 4.037 17.125 0 11.999 0m0 6.352a3.214 3.214 0 0 1 2.664 5.005v.002A3.22 3.22 0 0 1 12 12.775a3.212 3.212 0 0 1 0-6.424z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/southwestairlines.svg b/mkdocs-material/material/templates/.icons/simple/southwestairlines.svg new file mode 100644 index 0000000..981f3fa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/southwestairlines.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.163 2.419C21.038 1.219 19.35.58 17.437.58c-2.062 0-3.637.675-4.725 1.275 2.063 1.163 6.526 3.75 11.175 7.163.075-.45.113-.938.113-1.388-.038-2.175-.675-4.012-1.837-5.212zm1.35 8.212C18.186 6.244 15 4.031 11.55 1.97 10.612 1.406 8.775.58 6.675.58 4.688.581 3 1.22 1.837 2.42 1.087 3.206.563 4.18.262 5.38 3 7.294 10.462 12.656 18 18.581c2.512-2.362 4.613-5.1 5.512-7.95zM0 7.781c0 6.15 6.487 11.85 12 15.638 1.575-1.088 3.225-2.325 4.8-3.713A737 737 0 0 0 .15 6.131C.038 6.62 0 7.181 0 7.781"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/spacemacs.svg b/mkdocs-material/material/templates/.icons/simple/spacemacs.svg new file mode 100644 index 0000000..ef32daf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/spacemacs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.997.011c-1.79.015-3.452.397-4.968 1.093l.005-.002c3.638 2.026 6.955 5.634 8.932 8.241.398.534.753 1.006 1.078 1.434l.004-.019c.412-1.738-.313-5.239-1.518-7.331-.117-.203-.201-.379-.187-.392l.006.002.002-.007c.098.024 1.031.995 1.373 1.433.599.767.832 1.213 1.162 2.23.858 2.645 1.424 4.801 1.901 7.249.239 1.228.675 3.458.731 3.884.007.057-.009.128-.01.143a5 5 0 0 0-.29-.264c-.645-.568-1.924-1.417-3.183-2.114-1.57-.87-3.118-1.614-6.575-3.162-3.156-1.413-4.61-2.086-5.751-2.661l-1.024-.51c.12.301.249.624.399 1.005 0 0 1.933 1.08 2.174 1.408 0 0 2.322 4.367 3.353 6.955.767 1.949 1.634 4.264 2.155 4.904l.06.069c-1.026-.251-5.745-2.598-5.745-2.598-.518-4.399-1.969-9.61-3.855-14.94a7 7 0 0 1-.125-.271c.001-.015.141.121.311.303C4.313 8.13 8.368 9.98 12.675 10.775a16.5 16.5 0 0 0 3.533.223c-.307-.392-.64-.821-1.009-1.302-3.418-4.455-6.774-6.326-9.78-7.469-.079-.028-.154-.061-.231-.088A11.9 11.9 0 0 0 .669 8.071a12 12 0 0 0-.67 4.016l.003-.088c.033 5.018 3.129 9.616 8.052 11.33 1.335.465 2.696.68 4.032.67l-.088-.003c5.018-.033 9.616-3.129 11.33-8.052.465-1.335.68-2.696.67-4.032l-.003.088c-.033-5.018-3.129-9.616-8.052-11.33A12 12 0 0 0 11.911 0l.088.003zm6.133 6.11-.002.007zc.531.511 1.376 1.503 2.336 2.062.789.99 1.216 1.963 1.748 2.629-.219-.188-1.111-.972-1.111-.972s-1.378-1.305-2.141-2.153c-.293-.326-.32-.38-.478-.628-.062-.097-.275-.825-.354-.935h-.001l.002-.007z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/spaceship.svg b/mkdocs-material/material/templates/.icons/simple/spaceship.svg new file mode 100644 index 0000000..2faa1f3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/spaceship.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1.253c1.044 0 1.956.569 2.44 1.412l4.589 7.932 4.45 7.691c.047.074.21.359.27.494a2.808 2.808 0 0 1-3.406 3.836l-7.901-2.606a1.4 1.4 0 0 0-.442-.07 1.4 1.4 0 0 0-.442.07l-7.9 2.606-.162.046a2.8 2.8 0 0 1-.684.083 2.81 2.81 0 0 1-2.644-3.763c.03-.091.074-.176.111-.264.072-.15.161-.288.242-.432l4.449-7.691 4.588-7.932A2.81 2.81 0 0 1 12 1.253"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/spacex.svg b/mkdocs-material/material/templates/.icons/simple/spacex.svg new file mode 100644 index 0000000..87066ae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/spacex.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 7.417C8.882 8.287 1.89 14.75.321 16.28L0 16.583h2.797C10.356 9.005 21.222 7.663 24 7.417m-17.046 6.35c-.472.321-.945.68-1.398 1.02l2.457 1.796h2.778zM2.948 10.8H.189l3.25 2.381c.473-.321 1.02-.661 1.512-.945Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/spacy.svg b/mkdocs-material/material/templates/.icons/simple/spacy.svg new file mode 100644 index 0000000..86a5ca7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/spacy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.001 11.213c-.55-.065-.591-.803-1.297-.738-.342 0-.66.143-.66.457 0 .473.73.517 1.17.636.75.228 1.476.383 1.476 1.199 0 1.035-.811 1.394-1.884 1.394-.897 0-1.806-.318-1.806-1.142 0-.228.22-.407.432-.407.269 0 .363.114.457.301.208.367.44.563 1.019.563.367 0 .742-.139.742-.457 0-.452-.46-.55-.937-.66C.869 12.122.143 12 .057 11.062c-.09-1.598 3.242-1.659 3.433-.257-.004.253-.24.408-.489.408M6.964 9.81c1.171 0 1.835.979 1.835 2.186 0 1.211-.644 2.185-1.835 2.185-.66 0-1.072-.281-1.37-.713v1.598c0 .481-.155.714-.505.714-.428 0-.506-.273-.506-.714v-4.648c0-.379.159-.612.506-.612.326 0 .505.257.505.612v.13c.331-.416.71-.738 1.37-.738m-.277 3.54c.685 0 .991-.632.991-1.37 0-.722-.31-1.37-.991-1.37-.714 0-1.044.587-1.044 1.37 0 .762.335 1.37 1.044 1.37m2.907-2.398c0-.84.967-1.142 1.904-1.142 1.317 0 1.86.384 1.86 1.656v1.223c0 .29.179.869.179 1.044 0 .265-.244.432-.505.432-.29 0-.506-.342-.661-.587-.428.342-.881.587-1.574.587-.766 0-1.37-.453-1.37-1.199 0-.66.473-1.039 1.044-1.17 0 .004 1.835-.432 1.835-.436 0-.563-.2-.812-.791-.812-.522 0-.787.143-.991.457-.163.237-.143.379-.457.379-.253-.004-.473-.175-.473-.432m1.566 2.524c.803 0 1.142-.424 1.142-1.268v-.18c-.216.074-1.089.29-1.325.327-.253.049-.506.236-.506.534.008.326.342.587.689.587m5.9-5.26c1.134 0 2.361.677 2.361 1.753a.49.49 0 0 1-.481.506c-.371 0-.424-.2-.587-.481-.273-.502-.596-.836-1.297-.836-1.085-.008-1.57.921-1.57 2.079 0 1.167.404 2.007 1.525 2.007.746 0 1.158-.433 1.37-.991.086-.257.241-.506.563-.506.253 0 .506.257.506.534 0 1.142-1.167 1.933-2.365 1.933-1.313 0-2.055-.555-2.463-1.476a3.5 3.5 0 0 1-.326-1.525c-.009-1.77 1.023-2.997 2.764-2.997m6.483 1.594c.29 0 .457.188.457.481 0 .119-.094.355-.13.482l-1.395 3.665c-.31.795-.542 1.346-1.598 1.346-.502 0-.938-.045-.938-.481 0-.253.191-.38.457-.38.048 0 .13.025.179.025.077 0 .13.024.179.024.53 0 .604-.542.791-.917L20.2 10.724c-.078-.18-.131-.302-.131-.408 0-.294.229-.506.534-.506.343 0 .478.269.563.563l.889 2.642.889-2.442c.134-.379.147-.763.599-.763"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sparkar.svg b/mkdocs-material/material/templates/.icons/simple/sparkar.svg new file mode 100644 index 0000000..348b9e2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sparkar.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.199 20.001 20.801 12v8.001L11.999 24zM11.998 0 3.199 3.999V12l17.602-8.001zM3.803 12.275l7.592 3.453 8.803-4.002-7.594-3.45z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sparkasse.svg b/mkdocs-material/material/templates/.icons/simple/sparkasse.svg new file mode 100644 index 0000000..5657485 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sparkasse.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.06 12.306v1.846h14.175v6.777c.03 1.661-1.406 3.107-3.07 3.07H5.835c-1.658.031-3.1-1.412-3.07-3.07v-1.225h14.143v-1.846H2.765v-6.777c-.03-1.658 1.412-3.101 3.07-3.07h12.33c1.664-.037 3.1 1.41 3.07 3.07v1.225zm4.924-6.148a3.079 3.079 0 1 0 0-6.158 3.079 3.079 0 0 0 0 6.158"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sparkfun.svg b/mkdocs-material/material/templates/.icons/simple/sparkfun.svg new file mode 100644 index 0000000..12f87fb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sparkfun.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.307 5.476c-.756.134-1.975-.615-2.59-1.362-.755-.922-.66-1.647-.071-2.29.883-.978 2.396-.6 2.396-.6s-2.772-2.432-5.658-.44c-2.571 1.77-1.833 4.183.487 6.288 2.09 1.902.42 3.988-1.686 3.717-1.443-.184-2.034-1.343-1.687-2.054.298-.608 1.335-.982 1.335-.982s-1.19-.484-2.592.044c-1.259.474-2.297 1.515-2.214 4.12V24s1.301-1.604 2.83-3.236c1.714-1.84 2.495-3.084 4.254-2.938 3.328.205 5.735-1.273 7.371-3.645 3.141-4.563.67-9.68-1.43-10.343 0 0 .34 1.438-.745 1.638"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sparkpost.svg b/mkdocs-material/material/templates/.icons/simple/sparkpost.svg new file mode 100644 index 0000000..e1818ab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sparkpost.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.2 9c-1.351.9-1.8 2.7-1.65 3.9-2.25-2.25 3.45-8.55-3-12.9C15.15 5.4 6 9.75 6 17.4c0 3 1.95 5.701 6 6.6 4.05-.898 6-3.6 6-6.6 0-4.5-2.7-6-1.8-8.4M12 20.852c-1.8 0-3.45-1.5-3.45-3.451 0-1.801 1.5-3.45 3.45-3.45 1.8 0 3.45 1.5 3.45 3.45-.15 1.951-1.65 3.451-3.45 3.451"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/spdx.svg b/mkdocs-material/material/templates/.icons/simple/spdx.svg new file mode 100644 index 0000000..7ddd8bf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/spdx.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0v24h8.222l2.089-2.373 2.09-2.374V13.2h6.577l2.51-2.488L24 8.223V0H12zm5.2 5.2h13.791L12.2 12c-3.735 3.74-6.838 6.8-6.896 6.8S5.2 15.74 5.2 12zm8.4 8.8v10H24V14h-5.2z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/speakerdeck.svg b/mkdocs-material/material/templates/.icons/simple/speakerdeck.svg new file mode 100644 index 0000000..ac62f99 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/speakerdeck.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.025 13.875H4.687a4.688 4.688 0 0 1 0-9.375h6.227a1.875 1.875 0 0 1 0 3.75H4.592a.937.937 0 1 0 0 1.875h5.337a4.687 4.687 0 1 1 0 9.375H1.875a1.875 1.875 0 0 1 0-3.75h8.15a.938.938 0 0 0 0-1.875M13.97 19.5a5.64 5.64 0 0 0 2.396-3.75h3.026a.93.93 0 0 0 .921-.938V9.189a.93.93 0 0 0-.921-.938h-5.497c.438-.498.704-1.155.704-1.875s-.266-1.377-.704-1.875h6.418C22.35 4.5 24 6.179 24 8.25v7.5c0 2.071-1.65 3.75-3.687 3.75z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/spectrum.svg b/mkdocs-material/material/templates/.icons/simple/spectrum.svg new file mode 100644 index 0000000..090d100 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/spectrum.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 10.2A1.8 1.8 0 0 0 1.8 12h1.8a8.4 8.4 0 0 1 8.4 8.4v1.8a1.8 1.8 0 0 0 1.8 1.8h8.4a1.8 1.8 0 0 0 1.8-1.8v-1.8C24 9.133 14.867 0 3.6 0H1.8A1.8 1.8 0 0 0 0 1.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/speedtest.svg b/mkdocs-material/material/templates/.icons/simple/speedtest.svg new file mode 100644 index 0000000..82153cc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/speedtest.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11.628 16.186-2.047-2.14 6.791-5.953 1.21 1.302zm8.837 6.047c2.14-2.14 3.535-5.117 3.535-8.466 0-6.604-5.395-12-12-12s-12 5.396-12 12c0 3.35 1.302 6.326 3.535 8.466l1.674-1.675c-1.767-1.767-2.79-4.093-2.79-6.79A9.57 9.57 0 0 1 12 4.185a9.57 9.57 0 0 1 9.581 9.581c0 2.605-1.116 5.024-2.79 6.791Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/speedypage.svg b/mkdocs-material/material/templates/.icons/simple/speedypage.svg new file mode 100644 index 0000000..e71961e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/speedypage.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.356 11.774a8.66 8.66 0 0 1-7.797 8.623C12.559 20.503 0 22.18 0 22.18l1.383-4.978 10.192-1.544v-.025a3.617 3.617 0 0 0 3.405-3.807 3.4 3.4 0 0 0-.212-1.01h5.534c.054.318.054.638.054.958m-16.686.452c0-4.444 3.381-8.171 7.797-8.623C11.467 3.471 24 1.82 24 1.82l-1.41 4.978-10.19 1.57v.025a3.556 3.556 0 0 0-3.353 3.781c.026.346.08.664.214.984H3.724c-.026-.32-.054-.612-.054-.932"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sphinx.svg b/mkdocs-material/material/templates/.icons/simple/sphinx.svg new file mode 100644 index 0000000..66a12c9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sphinx.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.284 19.861c0-.654.177-1.834.393-2.623.499-1.822.774-4.079.497-4.079-.116 0-.959.762-1.873 1.694-3.472 3.54-7.197 5.543-10.312 5.543-1.778 0-2.987-.45-4.154-1.545C.128 18.186 0 17.858 0 16.703c0-1.188.117-1.468.909-2.175.718-.642 1.171-.813 2.157-.813.76.171 1.21.16 1.457.461.251.296.338 1.265.035 1.832-.162.303-.585.491-1.105.491-.49 0-.77-.116-.669-.278.315-.511-.135-.857-.713-.548-.699.374-.711 1.698-.021 2.322.969.878 3.65 1.208 5.262.648 1.743-.605 4.022-2.061 5.841-3.732l1.6-1.469-2.088-.013c-2.186-.012-3.608-.273-8.211-1.506-1.531-.41-3.003-.765-3.271-.789-.304-.026-.503-.274-.487-.656.027-.646.378-1.127.793-1.308.249-.109 1.977-.274 3.809-.761 7.136-1.898 7.569-1.629 12.323-.426 1.553.393 3.351.821 4.147.835 1.227.022 1.493.124 1.74.666.16.351.291.686.291.745s-.695.424-1.545.813c-3.12 1.428-4.104 2.185-3.088 3.635.421.602.412.666-.14 1.052-.323.227-.59.687-.593 1.022-.009.908-.583 2.856-1.417 3.624l-.732.675zm1.594-8.328c1.242-.346 1.994-.738 3.539-1.562-1.272-.372-4.462-.895-4.462-.895-2.354-.472-2.108-.448-2.214.071a3.5 3.5 0 0 1-.45 1.105c-.541.848-2.521 1.026-3.656.483-.356-.171-.714-.821-.709-1.283.007-.65-.362-.801-.598-.714-.191.07-.813.079-2.179.448-4.514 1.217-5.132 1.078-2.189 1.495.353.05 2.223.572 3.136.815 2.239.597 2.658.641 5.556.581 2.015-.042 2.858-.163 4.226-.544M.732 6.258c.056-.577.088-.702 1.692-1.025.919-.185 3.185-.785 5.036-1.333 4.254-1.26 5.462-1.263 9.873-.026 1.904.535 4.037.973 4.74.975 1.097.002 1.668.487 1.668.487.505 1.16.412 1.24-1.558 1.24-1.374 0-2.558-.232-4.385-.857-1.389-.476-3.369-.923-4.451-1.004-1.974-.149-1.971-.15-8.072 1.529-1.072.295-2.553.624-3.29.732l-1.342.196z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/spigotmc.svg b/mkdocs-material/material/templates/.icons/simple/spigotmc.svg new file mode 100644 index 0000000..46fe6b5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/spigotmc.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.644 2.44a1.37 1.37 0 0 0-.603.331c-.245.2-.588.232-2.023.133l-1.713-.116.049.713.049.713h.652c.36-.016 1.207-.05 1.876-.083l1.224-.083v3.317l-.44.05c-.425.05-.457.1-.457.862 0 .713-.05.813-.36.863-.26.033-.39.182-.44.464-.016.232-.114.448-.18.497-.08.05-.228.597-.326 1.211-.228 1.526-.375 1.708-1.37 1.84-1.436.167-2.056.134-2.056-.148 0-.2-.244-.25-1.158-.25-1.012 0-1.158-.032-1.24-.33-.065-.25-.228-.333-.62-.333s-.555.083-.62.332c-.082.299-.228.332-1.224.332-1.011 0-1.158.033-1.256.332-.049.182-.18.331-.26.331-.082 0-.148.863-.148 1.99 0 1.609.05 1.99.229 1.99.13 0 .293.15.342.332.082.282.245.332 1.175.332.914 0 1.077.05 1.142.331.13.465 1.11.465 1.24 0 .065-.282.228-.331 1.158-.331.849 0 1.077-.05 1.077-.25 0-.397 2.121-.33 3.426.117 1.583.53 5.14.53 6.82 0 .653-.199 1.256-.332 1.338-.282.359.232.163.896-.343 1.178-.587.298-.587.563 0 1.956l.343.797 1.599-.067c1.73-.083 2.822-.48 3.915-1.41l.539-.464-.31-.912c-.327-.962-.734-1.327-1.518-1.327-.342 0-.473-.149-.766-.796-.506-1.144-1.224-1.758-2.758-2.355-.799-.315-1.582-.746-1.99-1.127-.604-.548-.685-.73-.832-1.775-.098-.63-.245-1.194-.326-1.244-.066-.05-.164-.265-.18-.497-.049-.282-.18-.431-.424-.464-.326-.05-.375-.15-.375-.863 0-.763-.033-.812-.44-.862-.458-.05-.458-.05-.507-1.526-.032-.929.017-1.542.13-1.658.115-.116.93-.183 2.09-.183h1.908l.05-.564c.032-.298-.017-.63-.099-.713-.098-.1-.816-.083-1.909.05-1.256.15-1.778.15-1.86.017-.146-.25-.848-.481-1.24-.398"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/spine.svg b/mkdocs-material/material/templates/.icons/simple/spine.svg new file mode 100644 index 0000000..dc6c1b5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/spine.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.157 2.207c.066 2.004 1.454 3.117 4.221 3.55 2.345.368 4.46.181 5.151-1.829C17.874.01 14.681.985 11.915.55S7.051-1.013 7.157 2.207m.831 8.23c.257 1.497 1.652 2.355 3.786 2.297 2.135-.059 3.728-.892 3.949-2.507.409-2.988-1.946-1.832-4.08-1.774-2.136.059-4.161-.952-3.655 1.984m2.778 6.852c.424 1.117 1.587 1.589 3.159 1.253 1.569-.335 2.656-.856 2.568-2.129-.159-2.357-1.713-1.616-3.283-1.279-1.571.333-3.272-.039-2.444 2.155m1.348 5.221c.123.943.939 1.5 2.215 1.49 1.279-.011 2.248-.515 2.412-1.525.308-1.871-1.123-1.175-2.4-1.165-1.28.01-2.47-.65-2.227 1.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/spinnaker.svg b/mkdocs-material/material/templates/.icons/simple/spinnaker.svg new file mode 100644 index 0000000..92970c9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/spinnaker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.343 0C17.785 8.741 11.317 21.987.815 23.882c10.806 1.064 19.481-5.327 21.646-8.066C24.627 13.076 21.343 0 21.343 0M.815 23.882.8 23.88v.004l.015-.003zM17.182 5.8C15.409 10.988 10.477 18.547 5.4 20.39c.885.033 1.74-.019 2.561-.132 3.989-3.221 7.14-8.037 9.577-12.771-.193-.981-.356-1.687-.356-1.687"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/spinrilla.svg b/mkdocs-material/material/templates/.icons/simple/spinrilla.svg new file mode 100644 index 0000000..a6cf0ea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/spinrilla.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8.816a3.184 3.184 0 1 0 0 6.368 3.184 3.184 0 1 0 0-6.368M12 0v3.918A8.08 8.08 0 0 0 3.918 12H0A12 12 0 0 1 12 0m0 24v-3.918A8.08 8.08 0 0 0 20.082 12H24a12 12 0 0 1-12 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/splunk.svg b/mkdocs-material/material/templates/.icons/simple/splunk.svg new file mode 100644 index 0000000..2872462 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/splunk.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23.348 11.911-2.241-1.091v-.65L24 11.621v.593l-2.893 1.438v-.636zm-5.397 1.841h-.961v-5.31h.961v3.116h.102l1.28-1.481.723.31-1.23 1.316 1.453 1.809-.888.311-1.44-1.996zm-2.577-.002v-2.068a3 3 0 0 0-.026-.42.8.8 0 0 0-.09-.26q-.168-.303-.59-.304a.9.9 0 0 0-.461.113.67.67 0 0 0-.286.33 1 1 0 0 0-.07.263q-.019.195-.017.395v1.95h-.961v-3.614h.961l.002.485q.277-.302.566-.437.29-.134.673-.134.43 0 .721.177a1.02 1.02 0 0 1 .475.665 2 2 0 0 1 .054.448q.003.15.004.358v2.053zm-4.115.002-.002-.485a1.8 1.8 0 0 1-.565.437 1.6 1.6 0 0 1-.674.135q-.427 0-.72-.17a.97.97 0 0 1-.425-.504.8.8 0 0 1-.054-.167 2 2 0 0 1-.033-.199 2 2 0 0 1-.017-.258 16 16 0 0 1-.005-.355V10.13h.956v2.07q-.004.212.026.42.023.139.09.26.168.306.59.306.54 0 .74-.449.053-.123.074-.257.025-.201.022-.403v-1.95h.955v3.624zM7.184 8.44h.955v5.31h-.955zM5.759 11.9q0-.594-.24-.937a.76.76 0 0 0-.657-.345.8.8 0 0 0-.693.366q-.257.367-.253.99 0 .607.25.957a.8.8 0 0 0 .69.347.7.7 0 0 0 .433-.135 1 1 0 0 0 .277-.34c.071-.14.121-.292.147-.448q.043-.224.046-.455m1.01-.036c.003.266-.04.532-.129.786q-.123.347-.364.626c-.31.361-.764.567-1.24.563a1.7 1.7 0 0 1-.313-.028 1 1 0 0 1-.275-.098 1.3 1.3 0 0 1-.257-.178 2.4 2.4 0 0 1-.265-.268v2.293h-.929v-5.425h.93l.004.529q.254-.318.55-.468.295-.15.688-.147a1.5 1.5 0 0 1 1.156.507c.148.166.259.361.33.571.08.236.12.485.115.737m-4.21.89a.95.95 0 0 1-.102.441 1 1 0 0 1-.282.345q-.196.15-.43.22a1.8 1.8 0 0 1-.546.08 2 2 0 0 1-.637-.097 2 2 0 0 1-.563-.32l.312-.505q.224.189.405.275.174.086.368.087a.56.56 0 0 0 .373-.12.4.4 0 0 0 .14-.322.48.48 0 0 0-.12-.318 1.3 1.3 0 0 0-.187-.173 9 9 0 0 0-.308-.232 7 7 0 0 1-.281-.21 2 2 0 0 1-.252-.232 1 1 0 0 1-.18-.275.8.8 0 0 1-.069-.347.9.9 0 0 1 .094-.409.9.9 0 0 1 .255-.314 1.2 1.2 0 0 1 .39-.203q.242-.075.494-.072.278 0 .545.076.262.075.488.219l-.282.454a1.05 1.05 0 0 0-.608-.201.5.5 0 0 0-.323.102.3.3 0 0 0-.126.253c0 .098.041.193.113.26q.112.117.385.325.277.203.457.355c.104.085.202.182.286.286q.099.122.145.273a.8.8 0 0 1 .046.299"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/spoj.svg b/mkdocs-material/material/templates/.icons/simple/spoj.svg new file mode 100644 index 0000000..ed5a163 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/spoj.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.143.056c-.522.127-.713.219-2.28 1.114-.88.506-1.68.957-1.76 1.008-.202.113-.417.236-.59.337-.587.337-3.293 1.893-3.453 1.973-1.05.581-1.72 1.453-2.013 2.587-.084.34-.084 9.532 0 9.865.282 1.131.957 2 2.013 2.587.152.084 2.866 1.64 3.453 1.973.173.102.388.224.59.337.085.051.882.507 1.774 1.012C10.89 24.005 10.89 24 12.01 24c1.11 0 1.125-.004 3-1.076.818-.468 1.546-.885 1.626-.928.072-.047.203-.119.283-.164l.295-.17c.08-.046.21-.118.286-.163.582-.337 3.293-1.893 3.44-1.973 1.05-.582 1.72-1.454 2.013-2.587.084-.341.084-9.532 0-9.866-.282-1.13-.957-2-2.013-2.586a860 860 0 0 1-3.726-2.137l-.295-.17c-.08-.046-.21-.118-.283-.164-.076-.042-.809-.46-1.626-.928C13.183.047 13.117.022 12.09.004c-.51-.013-.763.004-.95.051zm3.014 4.32c.838.156 2.493.759 2.493.91 0 .03-.207.62-.46 1.313-.384 1.058-.472 1.26-.536 1.251-.047 0-.3-.1-.566-.218-.92-.4-1.48-.515-2.546-.51-1.19 0-1.773.21-2.027.732-.088.186-.109.287-.109.548 0 .414.093.616.421.924.304.279.734.502 1.507.788 2.44.899 3.346 1.36 4.026 2.093.759.806 1.04 1.707.995 3.187-.021.83-.101 1.172-.41 1.786-.64 1.291-1.92 2.04-3.906 2.28-.472.059-.813.067-1.706.051-1.135-.021-1.494-.059-2.347-.244-.801-.173-2.16-.696-2.226-.852-.018-.05.838-2.586.893-2.64.01-.008.212.072.452.182 1.16.518 2.04.7 3.4.704 1.07 0 1.626-.131 2.026-.494.275-.244.355-.434.374-.894.017-.371.013-.406-.114-.663a1.5 1.5 0 0 0-.354-.464c-.304-.265-1.232-.717-2.187-1.055-.953-.34-1.36-.51-1.893-.776-1.176-.594-1.947-1.453-2.253-2.52-.088-.294-.096-.417-.094-1.171 0-.798.01-.864.12-1.223.35-1.142 1.032-1.946 2.12-2.506a6.5 6.5 0 0 1 1.613-.523c.218-.039.446-.076.507-.084a22 22 0 0 1 1.2-.005c.881.013 1.19.03 1.573.101z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/spond.svg b/mkdocs-material/material/templates/.icons/simple/spond.svg new file mode 100644 index 0000000..85e810f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/spond.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0m-1.403 2.281a3.77 3.77 0 0 0-.17 2.847c.61 1.79 2.336 2.772 4.069 3.213 2.633.672 4.715 1.388 5.892 2.502 1.037.982 1.435 2.416.803 4.618-.17.59-.486 1.124-.802 1.643-.125-.706-.424-1.411-.924-2.094-3.269-4.462-10.438-3.57-13.174-7.307-.803-1.096-.747-2.236.092-3.288.979-1.226 2.69-1.917 4.214-2.134m3.163.11q.207-.015.43.036a9.84 9.84 0 0 1 7.076 6.318c-1.514-1.132-3.655-1.86-6.233-2.517-1.528-.39-2.3-1.087-2.542-1.798-.326-.956.308-1.98 1.27-2.04zM3.611 6.895c.125.706.424 1.412.924 2.094 3.269 4.462 10.438 3.57 13.174 7.307.803 1.095.747 2.236-.092 3.288-.979 1.226-2.69 1.916-4.214 2.133.427-.89.489-1.91.17-2.846-.61-1.79-2.336-2.772-4.069-3.213-2.633-.672-4.715-1.388-5.892-2.502-1.037-.982-1.435-2.416-.803-4.618.17-.59.486-1.124.802-1.643m-.877 8.36c1.514 1.13 3.655 1.858 6.233 2.516 1.528.39 2.3 1.087 2.542 1.798.336.985-.347 2.042-1.357 2.042q-.166 0-.342-.039a9.84 9.84 0 0 1-7.076-6.318z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/spotify.svg b/mkdocs-material/material/templates/.icons/simple/spotify.svg new file mode 100644 index 0000000..b4a9b61 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/spotify.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.66 0 12 0m5.521 17.34c-.24.359-.66.48-1.021.24-2.82-1.74-6.36-2.101-10.561-1.141-.418.122-.779-.179-.899-.539-.12-.421.18-.78.54-.9 4.56-1.021 8.52-.6 11.64 1.32.42.18.479.659.301 1.02m1.44-3.3c-.301.42-.841.6-1.262.3-3.239-1.98-8.159-2.58-11.939-1.38-.479.12-1.02-.12-1.14-.6s.12-1.021.6-1.141C9.6 9.9 15 10.561 18.72 12.84c.361.181.54.78.241 1.2m.12-3.36C15.24 8.4 8.82 8.16 5.16 9.301c-.6.179-1.2-.181-1.38-.721-.18-.601.18-1.2.72-1.381 4.26-1.26 11.28-1.02 15.721 1.621.539.3.719 1.02.419 1.56-.299.421-1.02.599-1.559.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/spotlight.svg b/mkdocs-material/material/templates/.icons/simple/spotlight.svg new file mode 100644 index 0000000..2c6367f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/spotlight.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.126 6.408c.008.101.008.194 0 .295-.034.589-.295 1.027-.656 1.388a2.1 2.1 0 0 1-1.464.606 2.1 2.1 0 0 1-1.498-.572 2.126 2.126 0 0 1-.126-2.996l.101-.101c.353-.345.757-.547 1.372-.606a2.11 2.11 0 0 1 1.582.555c.396.37.64.884.69 1.431zm8.465 7.288-.631 1.22a3.7 3.7 0 0 0-.37 1.144l-.21 1.363a3.69 3.69 0 0 1-2.003 2.752l-1.229.614c-.362.185-.69.421-.976.707l-.968.985a3.7 3.7 0 0 1-3.24 1.052l-1.355-.227a3.6 3.6 0 0 0-1.203 0l-1.355.227a3.71 3.71 0 0 1-3.24-1.052l-.968-.985a3.7 3.7 0 0 0-.976-.707l-1.229-.614a3.71 3.71 0 0 1-2.003-2.752l-.21-1.363a3.6 3.6 0 0 0-.37-1.144l-.64-1.22a3.68 3.68 0 0 1 0-3.4l.631-1.22a3.7 3.7 0 0 0 .37-1.144l.21-1.363a3.69 3.69 0 0 1 2.003-2.752l1.229-.614q.545-.278.976-.707l.968-.976a3.7 3.7 0 0 1 3.24-1.052l1.355.227c.396.067.808.067 1.203 0l1.355-.227a3.71 3.71 0 0 1 3.24 1.052l.968.976c.286.286.614.53.976.707l1.229.614a3.71 3.71 0 0 1 2.003 2.752l.21 1.363c.059.404.185.791.37 1.144l.631 1.22a3.7 3.7 0 0 1 .008 3.4zm-7.287-7.33a3.05 3.05 0 0 0-.345-1.296 3.38 3.38 0 0 0-3.223-1.826c-.135.017-.252.025-.37.042a3.3 3.3 0 0 0-1.868 1.052 3.26 3.26 0 0 0-.841 2.44c.076.926.488 1.717 1.086 2.23.438.379.993.715 1.691.816 1.338.202 2.365-.328 3.029-1.052a3.24 3.24 0 0 0 .841-2.407zm-9.736 6.766c.244-.135.48-.278.715-.412-.084-.968-.16-2.011-.236-2.903.985-.412 1.683-1.212 1.994-2.339.252-.909.143-1.977-.32-2.575a1.53 1.53 0 0 0-.597-.488c-.404-.151-.892-.034-1.229.109a3 3 0 0 0-.522.303c-.32.227-.614.48-.884.774.286 2.491.572 5.108.85 7.657q.113-.051.227-.126zm.126-7.153c.017-.076.202-.185.269-.236a.86.86 0 0 1 .429-.16c.463-.017.572.379.597.825q.025.354 0 .707c-.059.783-.429 1.287-1.043 1.54-.05-.488-.084-1.077-.143-1.641-.025-.227-.059-.53-.093-.799-.008-.076-.017-.151-.017-.236zm-1.136 6.278a6 6 0 0 0-.421-1.212 4.6 4.6 0 0 1-.37-1.237c-.067-.597.05-1.119.429-1.397-.143-.463-.261-.917-.404-1.372-.825.438-1.397 1.229-1.397 2.407 0 .724.269 1.195.53 1.717.177.345.328.698.446 1.069.118.396.227.833.194 1.245-.067.791-.396 1.346-.825 1.818-.042.05-.185.168-.185.202.025.059.05.109.084.16.168.353.32.656.488 1.001.025.05.05.151.084.168s.101-.067.143-.118q.215-.227.404-.48c.698-.968 1.119-2.474.799-3.972zm2.777 1.674c.345-.976.673-1.986.926-3.012.076-.303.168-.614.227-.926.008-.034.034-.109 0-.126-.446.135-.909.252-1.346.396-.185 1.523-.64 2.878-1.153 4.148s-1.144 2.44-1.801 3.559c.808.875 1.834 1.54 2.962 2.095.202-.337.421-.665.614-1.01-.69-.421-1.405-.825-1.994-1.346a40 40 0 0 0 1.565-3.778m2.625-2.684c-.286-.194-.64-.337-.951-.505-.623 2.39-1.456 4.594-2.255 6.833.278.151.547.32.833.471.539-1.043.867-2.163 1.296-3.299.21-.555.387-1.128.564-1.708s.353-1.186.513-1.792m2.424 6.993v-.993c0-.227-.008-.48-.017-.875-.597.076-1.203.126-1.792.21-.025.328-.025.673-.042 1.018.261.017.673-.034.934-.034 0 .488 0 .909.008 1.321 0 .16.025.32-.017.454-.059.202-.269.328-.539.303-.311-.034-.555-.353-.69-.614-.463-.909-.311-2.407-.126-3.416a5.3 5.3 0 0 1 .732-1.927c.345-.547.816-1.001 1.489-1.195 0-.278-.017-.656-.034-.968-.008-.143 0-.32-.034-.396-.008-.008-.025.008-.034.008a3.7 3.7 0 0 0-1.128.64 4.8 4.8 0 0 0-1.22 1.414 6 6 0 0 0-.286.589c-.362.808-.53 1.742-.631 2.777-.076.791-.084 1.515.034 2.23q.065.343.194.673c.295.774.867 1.422 2.028 1.262.446-.059.808-.236 1.186-.396 0-.74-.017-1.515-.017-2.087zm3.559-4.477a22 22 0 0 1-.109-1.691c-.025-.783 0-1.54.042-2.322 0-.008 0-.008-.008-.008-.303.236-.648.48-.976.715a.4.4 0 0 0-.126.118 1 1 0 0 0 0 .202c-.008 1.128.059 2.322.084 3.332-.278.118-.555.269-.833.379a89 89 0 0 1-.261-3.408c-.37.126-.707.278-1.069.412.076.555.151 1.086.202 1.599.093.816.135 1.632.143 2.449 0 .236 0 .471-.017.707-.034.496-.025 1.001-.059 1.498-.076.959-.067 1.986-.067 2.895.194-.084.379-.194.572-.286.194-.084.379-.185.564-.295 0-.362.017-.648.025-.959.034-1.186.067-2.179.025-3.231.32-.151.64-.303.976-.446.227 1.355.682 2.541 1.094 3.753.345-.261.64-.572.968-.858a23 23 0 0 1-.614-1.919 13 13 0 0 1-.555-2.634zm2.583-3.787c.194-.076.37-.194.555-.286s.362-.194.539-.303c-.337-.968-.757-1.851-1.338-2.609a10 10 0 0 0-1.977-1.986c0-.017-.025 0-.025.008a7 7 0 0 0-.513.724c-.034.059-.151.21-.143.269q.075.1.177.177c.067.067.135.118.185.168.303.311.555.589.833.926.042.05.143.16.143.21a1.4 1.4 0 0 1-.076.269c-.135.48-.227.951-.311 1.456a12.5 12.5 0 0 0-.151 2.962c.076 1.052.278 2.003.505 2.928.109.454.244.909.412 1.346.126.328.252.656.396.951.05.101.076.219.16.295.286-.37.589-.724.867-1.094-.421-.749-.707-1.666-.926-2.617a7 7 0 0 1-.177-1.01c-.126-1.372-.177-2.861.194-4.157.295.429.522.892.673 1.372z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/spreadshirt.svg b/mkdocs-material/material/templates/.icons/simple/spreadshirt.svg new file mode 100644 index 0000000..eb90afc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/spreadshirt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 6.306 7.796 2.102 0 9.898l12 12 12-12-7.796-7.796zm0 12L3.592 9.898l4.204-4.204L12 9.898l4.184-4.184 4.204 4.204"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/spreaker.svg b/mkdocs-material/material/templates/.icons/simple/spreaker.svg new file mode 100644 index 0000000..bff0e83 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/spreaker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.615 0-5.64 6.54L.529 4.718l8.68 7.372-8.537 7.463 8.411-1.984L14.843 24l.71-8.601 7.918-3.483-7.963-3.33L14.621 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/spring.svg b/mkdocs-material/material/templates/.icons/simple/spring.svg new file mode 100644 index 0000000..1734ba6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/spring.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.854 1.416a10.5 10.5 0 0 1-1.284 2.247A11.967 11.967 0 1 0 3.852 20.776l.444.395a11.954 11.954 0 0 0 19.632-8.297c.346-3.013-.568-6.865-2.074-11.458zM5.58 20.875a1.017 1.017 0 1 1-.149-1.433 1.04 1.04 0 0 1 .149 1.432m16.199-3.581c-2.939 3.926-9.26 2.593-13.286 2.79 0 0-.716.05-1.432.148 0 0 .272-.123.618-.247 2.84-.987 4.173-1.185 5.901-2.074 3.235-1.654 6.47-5.284 7.112-9.038-1.235 3.606-4.988 6.717-8.396 7.976-2.346.865-6.568 1.704-6.568 1.704l-.173-.099c-2.865-1.407-2.963-7.63 2.272-9.63 2.296-.89 4.47-.395 6.963-.988 2.643-.617 5.705-2.593 6.94-5.186 1.382 4.174 3.061 10.643.049 14.644"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/spring_creators.svg b/mkdocs-material/material/templates/.icons/simple/spring_creators.svg new file mode 100644 index 0000000..35a0a25 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/spring_creators.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.563 24c-1.839 0-4.435-.537-7.028-2.87l2.035-2.262c3.636 3.273 7.425 1.98 8.595.888.078-.079.156-.153.234-.23-3.83-.373-6.629-3.086-6.822-3.277-2.933-2.889-3.6-6.808-1.512-8.93s6.015-1.522 8.95 1.357c.257.246 3.116 3.052 3.677 6.605a6.78 6.78 0 0 0 2.727-5.426 6.62 6.62 0 0 0-1.995-4.791c-1.334-1.303-3.222-2.02-5.306-2.02V0c2.88 0 5.519 1.024 7.43 2.882 1.881 1.83 2.917 4.304 2.917 6.973a9.83 9.83 0 0 1-6.116 9.086c-.416 1.1-1.12 2.117-2.106 3.04-.97.905-2.865 1.908-5.28 2.01q-.194.01-.4.009M7.283 9.077c-.425 0-.79.115-1.046.375-.749.762-.275 2.904 1.48 4.633l.008.009c.025.024 2.771 2.687 6.025 2.414v-.005c.015-2.873-2.808-5.597-2.837-5.625l-.02-.019C9.85 9.832 8.37 9.077 7.283 9.077"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/springboot.svg b/mkdocs-material/material/templates/.icons/simple/springboot.svg new file mode 100644 index 0000000..181ac0b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/springboot.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23.693 10.706-4.73-8.185c-.41-.71-1.417-1.294-2.24-1.294h-9.45c-.82 0-1.831.584-2.24 1.294L.306 10.706c-.41.71-.41 1.873 0 2.584l4.725 8.189c.41.71 1.417 1.294 2.24 1.294h9.455c.82 0 1.826-.584 2.24-1.294l4.726-8.19c.41-.71.41-1.873 0-2.583zM10.976 5.755c0-.537.438-.975.974-.975s.975.438.975.975v5.821a.976.976 0 0 1-1.948 0zm.974 12.43a6.616 6.616 0 0 1-6.607-6.609A6.64 6.64 0 0 1 8.01 6.272a.866.866 0 0 1 1.214.18.866.866 0 0 1-.178 1.213 4.876 4.876 0 0 0 5.812 7.827 4.88 4.88 0 0 0 1.967-3.916 4.9 4.9 0 0 0-1.986-3.925.87.87 0 0 1-.183-1.214.87.87 0 0 1 1.214-.183 6.63 6.63 0 0 1 2.687 5.322 6.613 6.613 0 0 1-6.608 6.608"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/springsecurity.svg b/mkdocs-material/material/templates/.icons/simple/springsecurity.svg new file mode 100644 index 0000000..62be057 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/springsecurity.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.59 2.066 11.993 0 3.41 2.066v6.612h4.557a3.8 3.8 0 0 0 0 .954H3.41v3.106C3.41 19.867 11.994 24 11.994 24s8.582-4.133 8.582-11.258V9.635h-4.545a3.6 3.6 0 0 0 0-.954h4.558zM12 12.262h-.006a3.109 3.109 0 1 1 .006 0m-.006-4.579a.804.804 0 0 0-.37 1.52v.208l.238.237v.159l.159.159v.159l-.14.14.15.246v.159l-.16.189.223.222.246-.246V9.218a.804.804 0 0 0-.346-1.535m0 .836a.299.299 0 1 1 .298-.299.3.3 0 0 1-.298.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/spyderide.svg b/mkdocs-material/material/templates/.icons/simple/spyderide.svg new file mode 100644 index 0000000..dd28214 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/spyderide.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.383.3s-.717 1.14-1.798 2.931l-6.274-.035a73 73 0 0 0-.353-2.74L8.05.59q.205 1.405.337 2.6h-.02a.52.52 0 0 0-.412.198l-4.377 5.48c-2.193.054-3.49-.07-3.49-.07L0 9.714s1.212.116 3.27.08l1.434 6.47c-1.812 1.535-3.169 2.362-3.169 2.362l.477.784s1.281-.779 3.024-2.225a.5.5 0 0 0 .086.053l6.6 3.249c-.01 2.007.058 3.214.058 3.214l.917-.052s-.07-1.265-.056-3.356l6.218-2.978a.53.53 0 0 0 .215-.19l.245.243c1.149 1.118 1.93 1.598 1.93 1.598l.477-.784s-.67-.406-1.767-1.472a19 19 0 0 1-.612-.623l1.422-6.16A116 116 0 0 1 24 8.718l-.306-.866s-1.224.434-3.162 1.183l-4.166-5.322A201 201 0 0 1 18.16.79zM9.419 4.256l5.532.032c-.586.981-1.237 2.09-1.932 3.297l-3.368.597a52 52 0 0 0-.232-3.926m-.91.13c.192 2.06.225 3.46.23 4.087a52 52 0 0 1-3.766.339zm7.276.294 3.343 4.27a1.8 1.8 0 0 0-.656.086c-.451.14-.857.405-1.22.768q-.36.36-.582.776-.566.234-1.165.485l-1.64-3.109c.692-1.2 1.34-2.304 1.92-3.276m-2.666 3.824 1.68 3.184-.75.783a1 1 0 0 1-.122-.102l-1.313-1.313-1.418-1.417a2.9 2.9 0 0 0-.943-.627zM6.984 9.586l-.05.048-2.147 2.147-.448-2.02c.795-.032 1.68-.087 2.645-.175m2.418.958c.22.051.418.158.576.313l1.312 1.313 1.418 1.418q.07.07.143.134l-.534.557-3.214-1.582zm-.938.091-.31 2.247c-.86.98-1.732 1.847-2.549 2.59l-.465-2.1.247.247 2.766-2.766a1.2 1.2 0 0 1 .311-.218m7.934 1.05.004.038-.232.232-.087-.137zm2.724.696-.634 2.743c-.42-.5-.873-1.071-1.334-1.715l.502-.503c.22.009.437-.028.625-.086.3-.093.58-.243.841-.439m-3.747.033.1.159a1.3 1.3 0 0 1-.374.126zM8.78 13.563l3.136 1.544a89 89 0 0 0-.178 4.207L5.9 16.44a34 34 0 0 0 2.879-2.877zm7.67.437a28 28 0 0 0 1.782 2.228l-.054.237-5.521 2.644c.025-1.18.078-2.547.18-4.047l.813-.85a3.16 3.16 0 0 0 2.8-.212"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sqlalchemy.svg b/mkdocs-material/material/templates/.icons/simple/sqlalchemy.svg new file mode 100644 index 0000000..02ed307 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sqlalchemy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.8 15.955a44 44 0 0 1-1.673-.691c-1.736-.757-1.981-.772-2.499-.143-.119.146-.25.236-.287.2-.111-.111.219-.644.617-.993.325-.285.433-.325.791-.285.228.025.985.29 1.682.586 1.573.669 2.034.811 2.635.811.731 0 1.106-.512.876-1.192-.057-.171-.04-.228.074-.228.213 0 .322.797.168 1.255a1.6 1.6 0 0 1-.424.614c-.251.211-.41.257-.879.254a3.9 3.9 0 0 1-1.082-.188zm.301-2.225c0-.048.179-.134.401-.188l.401-.099.086-1.446c.094-1.599.025-3.172-.148-3.383-.063-.074-.253-.165-.427-.205-.705-.156-.236-.264 1.133-.264s1.803.099 1.152.264c-.561.14-.564.148-.564 2.43 0 1.266.046 2.22.111 2.342.092.171.228.207.752.207 1.081 0 1.453-.255 1.747-1.203.088-.284.315-.233.236.054-.037.134-.097.54-.134.91l-.068.669H14.44c-1.286 0-2.339-.04-2.339-.088m5.312-.068c0-.086.083-.171.219-.236.183-.086.302-.265.734-1.11.686-1.337 1.767-3.634 1.87-3.978.079-.262.097-.276.392-.31.171-.02.313-.031.316-.025l.527 1.152c.284.628.856 1.824 1.271 2.654.695 1.397.772 1.523 1.005 1.636.142.069.253.174.253.237 0 .099-.122.111-1.175.111-1.056 0-1.175-.012-1.175-.114 0-.068.091-.142.236-.191.134-.043.236-.122.236-.182 0-.057-.139-.432-.31-.834l-.31-.731h-2.35l-.225.495c-.421.928-.43 1.147-.037 1.252.196.054.25.097.227.185-.025.103-.127.117-.867.117-.794.006-.837 0-.837-.128m-15.652.025a11 11 0 0 1-.808-.196l-.549-.154.282-.518.281-.518-.227-.281c-.322-.399-.737-1.272-.74-1.554-.003-.657.851-1.61 1.898-2.122.72-.353 1.291-.362 2.009-.026l.54.253.157-.224c.085-.123.156-.285.156-.356s.071-.134.157-.134c.085 0 .156.023.156.048 0 .063-.629 1.651-.669 1.691-.017.016-.187-.063-.381-.177-.546-.321-1.232-.535-1.764-.549-1.238-.031-1.667 1.178-.794 2.236l.308.373.839-.68c.942-.76 1.05-.777 1.784-.27.825.569.839 1.434.042 2.339-.705.805-1.431 1.027-2.677.819m5.984-.165c-.646-.301-1.229-.876-1.565-1.547-.538-1.076-.373-1.765.646-2.695.856-.782 1.556-1.087 2.498-1.087.68 0 .825.037 1.266.307 1.044.646 1.303 1.878.675 3.221-.737 1.577-2.294 2.37-3.52 1.801m-3.872-.702c.409-.322.381-.917-.063-1.389-.558-.592-.731-.566-1.713.253-.976.814-.982.783.185 1.155.771.251 1.255.242 1.591-.019m6.034-.046c.484-.239.817-1.343.68-2.259-.17-1.13-1.698-1.901-2.819-1.423-1.153.493-1.17 1.804-.037 2.985.791.828 1.471 1.044 2.176.697m11.359-1.414c.04-.071-.845-2.003-.928-2.023-.06-.017-.976 1.872-.976 2.014 0 .072 1.861.08 1.904.009"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sqlite.svg b/mkdocs-material/material/templates/.icons/simple/sqlite.svg new file mode 100644 index 0000000..7d97b5b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sqlite.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.678.521c-1.032-.92-2.28-.55-3.513.544a9 9 0 0 0-.547.535c-2.109 2.237-4.066 6.38-4.674 9.544.237.48.422 1.093.544 1.561a13 13 0 0 1 .164.703s-.019-.071-.096-.296l-.05-.146-.033-.08c-.138-.32-.518-.995-.686-1.289-.143.423-.27.818-.376 1.176.484.884.778 2.4.778 2.4s-.025-.099-.147-.442c-.107-.303-.644-1.244-.772-1.464-.217.804-.304 1.346-.226 1.478.152.256.296.698.422 1.186.286 1.1.485 2.44.485 2.44l.017.224a22 22 0 0 0 .056 2.748c.095 1.146.273 2.13.5 2.657l.155-.084c-.334-1.038-.47-2.399-.41-3.967.09-2.398.642-5.29 1.661-8.304 1.723-4.55 4.113-8.201 6.3-9.945-1.993 1.8-4.692 7.63-5.5 9.788-.904 2.416-1.545 4.684-1.931 6.857.666-2.037 2.821-2.912 2.821-2.912s1.057-1.304 2.292-3.166c-.74.169-1.955.458-2.362.629-.6.251-.762.337-.762.337s1.945-1.184 3.613-1.72C21.695 7.9 24.195 2.767 21.678.521m-18.573.543A1.84 1.84 0 0 0 1.27 2.9v16.608a1.84 1.84 0 0 0 1.835 1.834h9.418a23 23 0 0 1-.052-2.707c-.006-.062-.011-.141-.016-.2a27 27 0 0 0-.473-2.378c-.121-.47-.275-.898-.369-1.057-.116-.197-.098-.31-.097-.432 0-.12.015-.245.037-.386a10 10 0 0 1 .234-1.045l.217-.028c-.017-.035-.014-.065-.031-.097l-.041-.381a33 33 0 0 1 .382-1.194l.2-.019c-.008-.016-.01-.038-.018-.053l-.043-.316c.63-3.28 2.587-7.443 4.8-9.791.066-.069.133-.128.198-.194Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/square.svg b/mkdocs-material/material/templates/.icons/simple/square.svg new file mode 100644 index 0000000..4aa070a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/square.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.01 0A4.01 4.01 0 0 0 0 4.01v15.98c0 2.21 1.8 4 4.01 4.01h15.98C22.2 24 24 22.2 24 19.99V4a4.01 4.01 0 0 0-4.01-4H4zm1.62 4.36h12.74c.7 0 1.26.57 1.26 1.27v12.74c0 .7-.56 1.27-1.26 1.27H5.63c-.7 0-1.26-.57-1.26-1.27V5.63a1.27 1.27 0 0 1 1.26-1.27m3.83 4.35a.73.73 0 0 0-.73.73v5.09c0 .4.32.72.72.72h5.1a.73.73 0 0 0 .73-.72V9.44a.73.73 0 0 0-.73-.73h-5.1Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/squareenix.svg b/mkdocs-material/material/templates/.icons/simple/squareenix.svg new file mode 100644 index 0000000..a1bb9ba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/squareenix.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.723 0v24h20.554v-4.496H7.037V4.088h15.006V0zm9.751 9.46v4.497h8.584V9.459z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/squarespace.svg b/mkdocs-material/material/templates/.icons/simple/squarespace.svg new file mode 100644 index 0000000..cd5df53 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/squarespace.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.655 8.719c-1.802-1.801-4.726-1.801-6.564 0l-7.351 7.35c-.45.45-.45 1.2 0 1.65s1.2.449 1.65 0l7.351-7.351a2.31 2.31 0 0 1 3.264 0c.9.9.9 2.364 0 3.264l-7.239 7.239c.9.899 2.362.899 3.263 0l5.589-5.589c1.836-1.838 1.836-4.763.037-6.563m-2.475 2.437a1.177 1.177 0 0 0-1.65 0l-7.354 7.389a2.31 2.31 0 0 1-3.262 0c-.45-.45-1.2-.45-1.65 0s-.45 1.2 0 1.649c1.801 1.801 4.726 1.801 6.564 0l7.351-7.35c.449-.487.449-1.239.001-1.688m-2.439-7.35c-1.801-1.801-4.726-1.801-6.564 0l-7.351 7.351c-.45.449-.45 1.199 0 1.649s1.2.45 1.65 0l7.395-7.351a2.32 2.32 0 0 1 3.27 0c.451.45 1.201.45 1.65 0 .421-.487.421-1.199-.029-1.649zm-2.475 2.437c-.45-.45-1.2-.45-1.65 0l-7.351 7.389c-.899.9-2.363.9-3.265 0a2.31 2.31 0 0 1 0-3.264l7.239-7.239c-.9-.9-2.362-.9-3.263 0L1.35 8.719c-1.8 1.8-1.8 4.725 0 6.563 1.801 1.801 4.725 1.801 6.564 0l7.35-7.351c.451-.488.451-1.238 0-1.688z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/srgssr.svg b/mkdocs-material/material/templates/.icons/simple/srgssr.svg new file mode 100644 index 0000000..4a63dbd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/srgssr.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 7.861v8.278h24V7.86Zm2.979 2.135c.494 0 .883.032 1.06.057.08.012.122.047.11.138l-.073.457c-.024.135-.068.153-.226.141a12 12 0 0 0-.914-.043c-.281 0-.575.062-.575.379 0 .226.14.323.446.402l.45.116c.806.207 1.038.604 1.038 1.134 0 .903-.706 1.221-1.676 1.221-.433 0-.878-.032-1.055-.057-.079-.012-.123-.047-.11-.138l.073-.471c.025-.134.067-.153.225-.14.152.012.597.048.853.048.561 0 .793-.06.793-.402 0-.232-.157-.34-.529-.438l-.451-.117c-.592-.152-.934-.524-.934-1.152 0-.695.489-1.135 1.495-1.135m7.275 0c.628 0 .903.037.945.043.128.012.151.068.133.19l-.072.439c-.025.134-.068.15-.227.139a12 12 0 0 0-.719-.03c-.768 0-1.123.239-1.123 1.172 0 .738.214 1.274 1.043 1.274.14 0 .263-.006.3-.012v-.854h-.286c-.122 0-.16-.044-.16-.166v-.42c0-.121.038-.164.16-.164h1c.122 0 .158.043.158.164v1.958c0 .134-.038.184-.166.214s-.376.06-1.04.06c-1.483 0-1.96-.853-1.96-2.054 0-1.214.58-1.953 2.014-1.953m4.129 0c.494 0 .885.03 1.062.055.08.012.122.049.11.14l-.075.457c-.024.135-.065.153-.224.141a12 12 0 0 0-.914-.043c-.28 0-.574.062-.574.379 0 .226.14.323.445.402l.451.116c.805.207 1.037.604 1.037 1.134 0 .903-.708 1.22-1.678 1.22a10 10 0 0 1-1.054-.056c-.08-.012-.122-.047-.11-.138l.075-.471c.024-.134.066-.153.224-.14.152.012.598.048.854.048.56 0 .793-.06.793-.402 0-.232-.16-.342-.532-.44l-.45-.115c-.592-.152-.932-.524-.932-1.152 0-.695.486-1.135 1.492-1.135m3.154 0c.494 0 .884.03 1.06.055.08.012.122.049.11.14l-.072.457c-.024.135-.068.153-.227.141a12 12 0 0 0-.914-.043c-.28 0-.574.062-.574.379 0 .226.14.323.445.402l.451.116c.805.207 1.038.604 1.038 1.134 0 .903-.707 1.22-1.676 1.22a9 9 0 0 1-1.057-.056c-.08-.012-.122-.047-.11-.138l.075-.471c.024-.134.066-.153.225-.14.152.012.597.048.853.048.561 0 .793-.06.793-.402 0-.232-.157-.342-.53-.44l-.452-.115c-.592-.152-.932-.524-.932-1.152 0-.695.488-1.135 1.494-1.135M4.98 10.04h1.359c.94 0 1.367.427 1.367 1.19 0 .591-.336.86-.635 1.048l.89 1.477c.099.152-.006.207-.09.207h-.665c-.146 0-.197-.043-.258-.147l-.724-1.304c-.075-.128-.071-.183-.037-.319l.06-.255c.055-.232.116-.152.293-.225.14-.061.281-.16.281-.47 0-.342-.177-.475-.543-.475h-.58v3.03c0 .123-.036.165-.158.165h-.56c-.122 0-.159-.042-.159-.164v-3.594c0-.122.037-.164.159-.164m14.558 0h1.36c.939 0 1.365.427 1.365 1.19 0 .591-.334.86-.633 1.048l.89 1.477c.098.152-.006.207-.091.207h-.666c-.147 0-.195-.043-.256-.147l-.725-1.304c-.08-.14-.07-.184-.037-.319l.06-.255c.055-.232.117-.152.294-.225.14-.061.28-.16.28-.47 0-.342-.176-.475-.542-.475h-.58v3.029c0 .122-.036.166-.158.166h-.56c-.123 0-.16-.044-.16-.166v-3.592c0-.122.037-.164.16-.164z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ssrn.svg b/mkdocs-material/material/templates/.icons/simple/ssrn.svg new file mode 100644 index 0000000..e0bf080 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ssrn.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.087 7.242c-1.704 0-2.878.996-2.878 2.395 0 .627.21 1.141.611 1.56.45.465.932.723 2.058 1.108 1.173.37 1.398.483 1.64.66.417.337.658.803.658 1.301 0 1.013-.964 1.833-2.154 1.833-.723 0-1.478-.29-1.945-.756-.353-.353-.594-.755-.803-1.366-.032-.08-.065-.128-.129-.128-.08 0-.145.08-.145.192 0 .129.065.499.177.852.097.338.161.563.161.595.097.482.113.498.241.611.338.257 1.334.498 2.074.498 1.848 0 3.166-1.173 3.166-2.813 0-1.205-.787-2.073-2.41-2.604-1.624-.53-1.705-.579-2.074-.98a1.48 1.48 0 0 1-.386-1.013c0-.868.707-1.495 1.688-1.495 1.173 0 2.266.691 2.572 1.64.08.257.112.305.209.305.064 0 .128-.08.128-.193 0-.048-.016-.16-.032-.29-.177-1.092-.193-1.14-.21-1.333 0-.225-.047-.322-.16-.322a.12.12 0 0 0-.064.032c-.16.129-.177.145-.257.145a.5.5 0 0 1-.129-.032c-.852-.354-.996-.402-1.607-.402m5.256.032c-1.222 0-2.17.498-2.604 1.302l.096.659c.017.096.016.16.016.193 0 .257-.16.45-.369.498.048.499.257.933.61 1.286.45.466.933.724 2.058 1.11 1.158.385 1.399.482 1.64.658.418.322.659.804.659 1.302 0 1.013-.964 1.833-2.154 1.833-.723 0-1.48-.29-1.945-.755a2.8 2.8 0 0 1-.386-.483c-.096.225-.209.45-.338.643.097.45.113.483.242.579.337.257 1.334.498 2.073.498 1.833 0 3.167-1.173 3.167-2.813-.032-1.173-.836-2.025-2.46-2.572-1.64-.546-1.72-.578-2.073-.98a1.48 1.48 0 0 1-.386-1.013c0-.884.707-1.495 1.688-1.495 1.173 0 2.25.691 2.572 1.64.08.257.128.305.209.305.064 0 .129-.08.129-.193 0-.048-.017-.144-.033-.289-.177-1.093-.192-1.141-.209-1.334 0-.225-.048-.322-.16-.322-.032 0-.049.016-.065.032-.16.13-.176.145-.257.145-.032 0-.064-.016-.129-.032-.835-.37-.996-.402-1.591-.402m4.662.177c-.306 0-.643.016-.98.032-.724.048-.724.048-1.062.048h-.128a.8.8 0 0 1 .048.306c.016.128.016.193.112.723l.113.707a1 1 0 0 1 .016.193.5.5 0 0 1-.145.37v2.524q.434.626.434 1.446c0 .627-.177 1.19-.482 1.656-.08.579-.29.723-.82.884-.128.032-.16.048-.16.129 0 .096.048.128.176.128.048 0 .21-.016.338-.032.225-.032.563-.048.884-.048.627 0 1.318.016 1.479.048.177.016.321.032.402.032.112 0 .209-.048.209-.128s-.08-.129-.241-.145c-.933-.096-1.238-.434-1.206-1.35v-2.38c.016-.224.048-.257.386-.24h.723c.29 0 .37.048.515.273.048.08.08.128.08.144l1.623 2.492c.66 1.013 1.238 1.399 2.042 1.399.482 0 .932-.129.932-.258 0-.048-.048-.096-.112-.096-.691.016-1.158-.37-1.977-1.624l-1.833-2.668c1.06-.547 1.64-1.318 1.64-2.299 0-.707-.29-1.334-.804-1.72s-1.174-.546-2.202-.546m10.802.112c-.08 0-.177.016-.322.033-.16.032-.321.048-.595.048-.385 0-1.028-.032-1.27-.048l-.289-.016c-.128 0-.193.048-.193.128 0 .096.049.145.193.177 1.254.177 1.367.466 1.334 3.536v3.15c0 .21-.016.258-.08.242-.032 0-.08-.048-.177-.16l-6.044-6.88c-.128-.145-.209-.193-.353-.193-.048 0-.129 0-.225.016h-.113c-.032 0-.321 0-.514-.016.08.048.16.112.24.16.58.434.933 1.174.933 1.977 0 .129-.016.258-.032.37v4.18l.16.24c.145.21.258.386.37.547v-4.71c0-.225.032-.289.129-.289.064 0 .08.016.16.096l5.546 6.366c.21.241.21.241.306.241.16 0 .209-.097.209-.386v-.128c.016-.386.016-.98.016-1.817v-4.276l.016-.417c-.016-1.592.048-1.753.659-1.913.096-.016.129-.049.129-.113 0-.08-.08-.145-.193-.145m-11.156.338c.611 0 1.27.209 1.64.547.466.385.739 1.028.739 1.64 0 1.092-.691 1.767-1.849 1.767h-.739c-.434-.016-.466-.048-.466-.466V8.721c0-.45 0-.499.08-.611.097-.129.29-.209.595-.209"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sst.svg b/mkdocs-material/material/templates/.icons/simple/sst.svg new file mode 100644 index 0000000..96088eb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sst.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.68 7.205h-3.776a.263.263 0 0 1-.223-.403l1.666-2.664a.897.897 0 0 0-.76-1.372H4.092c-.54 0-1.04.29-1.31.758C2.09 4.734.758 7.054.23 7.974a1.7 1.7 0 0 0-.223.839L0 15.77a1.5 1.5 0 0 0 1.499 1.5h4.78a.082.082 0 0 1 .067.127l-1.648 2.43a.9.9 0 0 0 .745 1.406h14.542a2.07 2.07 0 0 0 1.81-1.068c.465-.842 1.201-2.008 1.656-2.831.36-.653.549-1.387.549-2.133V8.526c0-.73-.591-1.32-1.32-1.32zm-18.65-1.9a1.43 1.43 0 0 1 1.43-1.43h13.278a.339.339 0 0 1 .284.525l-1.744 2.67a.3.3 0 0 1-.25.135H9.363c-.514 0-.993.26-1.274.69-.833 1.278-2.342 3.882-2.347 3.923h-.187a1.456 1.456 0 0 1-1.526-1.455V5.306zM2.255 16.35a.521.521 0 0 1-.41-.843l1.606-2.055a1.66 1.66 0 0 1 1.308-.64l14.028-.049a.321.321 0 0 1 .275.49l-1.233 2.015c-.194.316-.538.51-.91.51H7.854a1 1 0 0 0-.905.572zm19.934 1.113c-.366.635-.975 1.532-1.33 2.15-.25.433-.71.7-1.21.7H6.075a.27.27 0 0 1-.221-.425l1.968-2.793a.94.94 0 0 1 .765-.396h13.16a.51.51 0 0 1 .442.764m.795-2.451a.766.766 0 0 1-.766.765h-2.631a.49.49 0 0 1-.416-.75l1.086-1.746a.968.968 0 0 0-.822-1.48H7.782a.389.389 0 0 1-.329-.597c.43-.675.936-1.767 1.371-2.452a1.35 1.35 0 0 1 1.136-.624h12.274a.75.75 0 0 1 .75.75z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/stackbit.svg b/mkdocs-material/material/templates/.icons/simple/stackbit.svg new file mode 100644 index 0000000..91f07c0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/stackbit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.949 2.306 1.17 7.967A2.36 2.36 0 0 0 .008 10.21v3.775a2.37 2.37 0 0 0 1.207 2.25l9.778 5.472a2.26 2.26 0 0 0 2.23 0l9.594-5.473a2.37 2.37 0 0 0 1.176-2.25V10.21a2.37 2.37 0 0 0-1.163-2.232l-9.593-5.662A2.27 2.27 0 0 0 12.085 2c-.392 0-.784.102-1.136.306m.775 14.037L1.946 10.68a.75.75 0 0 1-.289-.295.764.764 0 0 1 .289-1.026L11.724 3.7a.72.72 0 0 1 .738 0l9.593 5.674c.353.209.474.67.27 1.032a.73.73 0 0 1-1.008.276L12.09 5.23l-8.276 4.792 8.638 5a.767.767 0 0 1 .282 1.033.74.74 0 0 1-.646.386.7.7 0 0 1-.363-.097m.014 3.963L1.96 14.833a1 1 0 0 1-.081-.046.765.765 0 0 1-.228-1.042.73.73 0 0 1 1.018-.233l9.42 5.27 9.238-5.27a.73.73 0 0 1 1.005.293.765.765 0 0 1-.286 1.028l-9.594 5.473a.72.72 0 0 1-.714 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/stackblitz.svg b/mkdocs-material/material/templates/.icons/simple/stackblitz.svg new file mode 100644 index 0000000..9640fcf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/stackblitz.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.797 14.182H3.635L16.728 0l-3.525 9.818h7.162L7.272 24l3.524-9.818Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/stackedit.svg b/mkdocs-material/material/templates/.icons/simple/stackedit.svg new file mode 100644 index 0000000..3292674 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/stackedit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 0C2.689 0 0 2.689 0 6v12c0 3.311 2.689 6 6 6h12c3.311 0 6-2.689 6-6V6c0-3.311-2.689-6-6-6zm.227 1.871h11.546A3.98 3.98 0 0 1 21.75 5.85v11.545a3.98 3.98 0 0 1-3.977 3.976H6.227a3.98 3.98 0 0 1-3.977-3.976V5.85a3.98 3.98 0 0 1 3.977-3.98zm-.223 2.31V6.01H4.633V7.7h1.37v1.903h-1.37v1.689h1.37v1.828h1.4v-1.828h1.695v1.828h1.398v-1.828h1.371v-1.69h-1.37v-1.9h1.37V6.01h-1.37V4.182h-1.4V6.01H7.403V4.182H6.004zm1.398 3.52h1.696v1.903H7.402z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/stackexchange.svg b/mkdocs-material/material/templates/.icons/simple/stackexchange.svg new file mode 100644 index 0000000..ef9c187 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/stackexchange.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.728 15.577v1.036c0 1.754-1.395 3.177-3.1 3.177h-.904L13.645 24v-4.21H5.371c-1.704 0-3.099-1.423-3.099-3.181v-1.032zM2.275 10.463h19.323v3.979H2.275zm0-5.141h19.323v3.979H2.275zM18.575 0c1.681 0 3.023 1.42 3.023 3.178v1.034H2.275V3.178C2.275 1.422 3.67 0 5.375 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/stackhawk.svg b/mkdocs-material/material/templates/.icons/simple/stackhawk.svg new file mode 100644 index 0000000..574b112 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/stackhawk.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.674 6.989q.163.139.298.255L12 4.34l4.971 2.867.298-.256-5.27-3.039zm12.33 6.063q-.18.09-.37.162v2.612l-3.315 1.911c.096.025.16.037.16.037-.11.148-.383.258-.607.33l.22.197 3.91-2.256zm-6.165 10.51 1.182-.683-.682-.46-.179.102a9 9 0 0 1-.321 1.04Zm-4.32-5.788s.065-.013.161-.037l-3.308-1.911v-2.572a4 4 0 0 1-.37-.149v2.935l3.997 2.308.238-.22c-.23-.059-.592-.18-.718-.354M5.36 5.788q.212.205.42.399L12 2.594l6.154 3.554q.208-.193.42-.4L12 1.953zm15.34 5.74a7 7 0 0 1-.553.648v4.523L15.95 19.12a11 11 0 0 1 .388.418l4.363-2.52v-5.491ZM4.689 5.116l7.389-4.26L19.3 5.023q.265-.28.508-.562L12.075 0 4.172 4.563c.168.18.34.368.517.553M9.416 21.61l-6.992-4.037V8.205c-.25-.27-.501-.579-.74-.891V18l7.698 4.443a8 8 0 0 1 .034-.834ZM21.732 7.913v9.659l-6.997 4.04c.025.287.038.575.033.836L22.474 18V6.965a16 16 0 0 1-.742.948M9.625 20.028l-.235-.136-.793.186.934.54c.039-.246.07-.45.094-.59m-1.476-.854L3.86 16.7v-4.414a7 7 0 0 1-.552-.619v5.353l4.459 2.575q.179-.21.382-.42Zm3.16 4.384a9 9 0 0 1-.319-1.042l-.175-.1-.682.462zm3.342-3.69-.143.083c.022.123.057.332.096.587l.841-.486zm-2.91-7.697c.111.238.234.483.348.732.11-.25.233-.494.349-.732.8-1.658 1.202-2.62.175-3.15l-.045-.035c-.168-.166-.332-.25-.479-.25a.7.7 0 0 0-.477.25l-.046.035c-1.026.53-.625 1.493.176 3.15Zm11.14-7.228c-2.374 3.884-7.401 5.72-7.401 5.72 8.85-5.24 8.518-10.51 8.518-10.51-3.172 5.97-8.499 9.199-10.452 10.231-.118.593-.441 1.261-.773 1.948-.17.354-.348.722-.51 1.104l-.172.396-.17-.396c-.162-.377-.34-.744-.511-1.104-.311-.647-.616-1.278-.75-1.843C8.891 9.584 3.292 6.341.002.152c0 0-.332 5.27 8.518 10.51 0 0-5.025-1.836-7.402-5.72 0 0 1.694 5.123 6.799 6.284 0 0-3.221-.043-5.052-1.94 0 0-.105 2.282 4.808 2.626 0 0-2.415.586-3.597-.488 0 0 .058 1.157 3.672 1.268 0 0 1.593-.111 2.606.597-.033 1.296.27 2.64.574 3.645-.053.036-.069.293-1.866.86 0 .029 1.152.309 1.713-.22.12.127-1.305.516-2.642 2.188.016-.066 1.749-.631 2.97-1.177.014-.007-.901.904-1.088 3.617.032-.01.566-.884 1.406-1.857-.06 1.252.164 2.5.65 3.655a8.3 8.3 0 0 0 .653-3.494c.762.907 1.24 1.686 1.27 1.696-.185-2.713-1.104-3.624-1.089-3.617 1.216.546 2.956 1.106 2.971 1.177-1.335-1.672-2.771-2.061-2.643-2.187.56.526 1.717.246 1.713.22-1.818-.574-1.813-.829-1.868-.861.305-1.002.61-2.347.58-3.646 1.015-.704 2.597-.59 2.597-.59 3.614-.11 3.672-1.268 3.672-1.268-1.182 1.074-3.597.488-3.597.488 4.913-.343 4.808-2.625 4.808-2.625-1.834 1.89-5.05 1.933-5.05 1.933 5.1-1.16 6.793-6.283 6.793-6.283"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/stackoverflow.svg b/mkdocs-material/material/templates/.icons/simple/stackoverflow.svg new file mode 100644 index 0000000..e7fd941 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/stackoverflow.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.725 0-1.72 1.277 6.39 8.588 1.716-1.277zm-3.94 3.418-1.369 1.644 8.225 6.85 1.369-1.644zm-3.15 4.465-.905 1.94 9.702 4.517.904-1.94zm-1.85 4.86-.44 2.093 10.473 2.201.44-2.092-10.473-2.203zM1.89 15.47V24h19.19v-8.53h-2.133v6.397H4.021v-6.396zm4.265 2.133v2.13h10.66v-2.13H6.154Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/stackpath.svg b/mkdocs-material/material/templates/.icons/simple/stackpath.svg new file mode 100644 index 0000000..47f0076 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/stackpath.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.721 7.34c-1.01 0-1.84.23-2.5.7-.66.46-.99 1.08-.99 1.84 0 .78.276 1.38.83 1.79.55.42 1.4.8 2.54 1.16.55.2.93.38 1.14.56.22.17.32.42.32.74 0 .28-.1.51-.32.68-.21.19-.54.27-.97.27-.57 0-1-.12-1.27-.34-.3-.24-.44-.6-.44-1.12H.014l-.013.04c-.02.97.346 1.71 1.1 2.23.75.52 1.64.77 2.67.77q1.53 0 2.46-.66c.62-.46.94-1.09.94-1.88s-.26-1.4-.78-1.85c-.53-.45-1.3-.83-2.33-1.13-.67-.25-1.12-.45-1.37-.61q-.36-.24-.36-.63 0-.42.36-.69c.24-.21.57-.29 1-.29s.77.12 1.01.34c.25.24.37.52.37.88h2.04l.01-.03c.03-.81-.29-1.48-.93-2s-1.46-.77-2.47-.77m4.78.06v9.18h2.15v-3.15h1.3c1.09 0 1.95-.27 2.59-.83.64-.55.96-1.28.96-2.18 0-.92-.32-1.63-.96-2.19s-1.5-.83-2.59-.83zm9.609 0-3.18 9.19h1.99l3.26-9.19m1.75 0-3.18 9.19h1.99L24 7.4M10.65 9.04h1.3c.46 0 .82.13 1.05.39.25.26.37.57.37 1 0 .4-.12.73-.37.98-.23.26-.59.38-1.05.38h-1.3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/stackshare.svg b/mkdocs-material/material/templates/.icons/simple/stackshare.svg new file mode 100644 index 0000000..1dbf211 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/stackshare.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.209 6.697c-.035-.274 0-.594 0-.594v-.01a1.56 1.56 0 0 1 1.525-1.254l.014.001h.002c.859 0 1.557.698 1.557 1.556s-.697 1.556-1.557 1.556l-.009-.001h-.007a1.56 1.56 0 0 1-1.525-1.254M24 1.54v20.92c0 .851-.646 1.54-1.443 1.54H1.444C.647 24 0 23.311 0 22.46V1.54C0 .69.647 0 1.444 0h21.113C23.354 0 24 .69 24 1.54m-2.303 16.007a2.962 2.962 0 0 0-5.805-.828h-1.758l-2.74-4.717-.002-.004.002-.004 2.736-4.709h1.748a2.963 2.963 0 1 0 2.018-3.673 2.96 2.96 0 0 0-2.018 2.017h-2.665l-.026-.016-3.227 5.552-.025.042H8.018a2.962 2.962 0 1 0-5.69 1.657 2.964 2.964 0 0 0 5.69 0h1.961l3.208 5.52.015-.009h2.69a2.96 2.96 0 0 0 2.842 2.134h.002a2.96 2.96 0 0 0 2.961-2.962m-2.933-1.619a1.56 1.56 0 0 0-1.527 1.254q-.004.043-.007.085c-.004.017-.015.029-.018.046-.041.301 0 .602 0 .602a1.553 1.553 0 0 0 1.837 1.209 1.54 1.54 0 0 0 1.164-1.088c.065-.172.105-.356.105-.551 0-.859-.697-1.557-1.554-1.557M5.2 10.417c-.858 0-1.556.698-1.556 1.557l.002.018-.001.008a1.547 1.547 0 0 0 2.84.85c.171-.249.272-.551.272-.875 0-.86-.698-1.558-1.557-1.558"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/stadia.svg b/mkdocs-material/material/templates/.icons/simple/stadia.svg new file mode 100644 index 0000000..ef1c2d2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/stadia.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.525 10.03a18.28 18.28 0 0 1 15.78.263c.264.198.658 0 .724-.263l.92-2.827c.132-.263 0-.658-.328-.79A22.36 22.36 0 0 0 .279 8.65a.66.66 0 0 0-.197.855l2.17 4.8c.13.329.525.526.854.395 2.433-.921 6.18-1.841 9.995-1.315-2.63.46-4.669 1.38-6.313 2.367a.66.66 0 0 0-.197.854l1.315 3.025c.132.263.46.329.658.132a7.4 7.4 0 0 1 1.512-1.184c2.104-1.184 4.997-2.104 8.876-1.907a.66.66 0 0 0 .658-.46l.986-2.959c.132-.263 0-.658-.263-.789A20.05 20.05 0 0 0 6.46 10.03z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/staffbase.svg b/mkdocs-material/material/templates/.icons/simple/staffbase.svg new file mode 100644 index 0000000..f7fcd55 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/staffbase.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.847 20.095a7.8 7.8 0 0 1-6.286-3.238l1.714-1.238C8.323 17.048 10.037 18 11.847 18s3.523-.857 4.571-2.381l1.714 1.238a7.8 7.8 0 0 1-6.285 3.238m.19-18c1.62 0 3.238.476 4.762 1.334l1.048.476 2.857-.572-.477 2.857c2.381 3.715 2.191 9.239-1.047 12.667a9.75 9.75 0 0 1-7.048 3.048 9.98 9.98 0 0 1-6.857-2.762c-3.905-3.81-4-10-.286-13.905 1.905-2.095 4.477-3.143 7.048-3.143m0-2.095C8.799 0 5.751 1.333 3.466 3.714c-4.572 4.762-4.477 12.381.285 16.953A11.9 11.9 0 0 0 12.037 24c3.238 0 6.381-1.333 8.571-3.619 3.62-3.714 4.286-9.81 1.81-14.571l.38-2.096.477-2.952-2.952.571-2.19.381-.382-.19C15.941.476 14.037 0 12.037 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/stagetimer.svg b/mkdocs-material/material/templates/.icons/simple/stagetimer.svg new file mode 100644 index 0000000..a9064bf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/stagetimer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.127 2.639c0 .821.662 1.475 1.464 1.644a7.83 7.83 0 0 1 6.201 7.666c0 4.326-3.499 7.833-7.815 7.833a7.77 7.77 0 0 1-3.932-1.062c-.716-.419-1.66-.372-2.207.253l-.794.906c-.549.625-.491 1.586.196 2.053A11.95 11.95 0 0 0 11.977 24C18.617 24 24 18.605 24 11.949 24 5.86 19.495.826 13.644.013c-.829-.116-1.517.571-1.517 1.411zM2.01 15.376c-.8.27-1.236 1.135-.866 1.886q.383.777.871 1.492c.473.693 1.449.752 2.085.202l.921-.797c.636-.551.686-1.502.26-2.224l-.035-.06c-.419-.726-1.277-1.158-2.077-.889zm-.322-1.384c-.807.162-1.6-.369-1.658-1.198q-.06-.857 0-1.714c.058-.829.851-1.36 1.658-1.198l1.168.233c.807.162 1.316.957 1.312 1.788v.068c.004.831-.505 1.626-1.312 1.787z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/standardjs.svg b/mkdocs-material/material/templates/.icons/simple/standardjs.svg new file mode 100644 index 0000000..9dc797b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/standardjs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.966 0 1.608 5.965v12.07L12.035 24l10.358-5.965V5.965Zm1.421 7.02h.651v3.483h-.651l.015-.3c-.116.218-.333.343-.647.343-.501 0-.93-.443-.93-1.075s.424-1.066.92-1.066c.329 0 .512.13.642.333zm6.83 0h.65v3.483h-.65l.014-.3c-.116.218-.333.343-.646.343-.502 0-.931-.443-.931-1.075s.424-1.066.921-1.066c.328 0 .511.13.641.333zm-14.928.358h.646v1.07h.526v.54h-.526v.763c0 .207.068.25.17.25.105 0 .183-.058.226-.086l.246.453a.87.87 0 0 1-.574.188c-.415 0-.714-.207-.714-.825v-.743h-.304v-.54h.304zM3.895 8.405c.338 0 .58.11.748.284l-.347.372a.63.63 0 0 0-.396-.154q-.223-.002-.222.12c0 .116.13.13.41.193.3.068.676.207.676.641 0 .377-.198.685-.845.685-.477 0-.757-.178-.935-.39l.38-.338a.74.74 0 0 0 .512.217c.212 0 .28-.039.28-.125 0-.111-.13-.111-.463-.198-.28-.072-.593-.227-.593-.656 0-.463.356-.651.795-.651m4.018 0c.526 0 .926.284.926.93v1.168h-.646l.014-.285c-.154.237-.333.328-.608.328-.376 0-.723-.169-.723-.646 0-.439.333-.617.84-.617h.477c-.01-.237-.126-.343-.343-.343a.64.64 0 0 0-.468.188l-.361-.385c.193-.189.41-.338.892-.338m2.71 0c.449 0 .772.328.772.911v1.187h-.651V9.36c0-.232-.11-.362-.342-.362-.26 0-.415.145-.415.405v1.1h-.651V8.448h.65l-.014.338a.7.7 0 0 1 .651-.381m4.857 0c.526 0 .926.284.926.93v1.168h-.646l.014-.285c-.154.237-.332.328-.607.328-.376 0-.724-.169-.724-.646 0-.439.333-.617.84-.617h.477c-.01-.237-.125-.343-.343-.343a.64.64 0 0 0-.467.188l-.362-.385c.193-.189.41-.338.892-.338m2.667 0c.135 0 .237.038.319.082l-.208.593a.6.6 0 0 0-.25-.063c-.295 0-.454.135-.454.574v.912h-.651V8.448h.651l-.01.372c.15-.338.391-.415.603-.415m-5.204.574c-.275 0-.448.188-.448.492 0 .323.173.506.448.506.28 0 .463-.183.463-.506 0-.304-.183-.492-.463-.492m6.83 0c-.275 0-.449.188-.449.492 0 .323.174.506.449.506.28 0 .463-.183.463-.506 0-.304-.184-.492-.463-.492m-12.024.69c-.164 0-.236.072-.236.188s.096.183.28.183c.265 0 .4-.116.4-.29v-.082zm7.567 0c-.164 0-.236.072-.236.188s.096.183.28.183c.265 0 .4-.116.4-.29v-.082zm-1.261 2.478c.766 0 1.317.267 1.713.965l-.938.603c-.207-.37-.431-.517-.775-.517-.354 0-.578.224-.578.517 0 .361.224.508.741.732l.302.129c1.024.439 1.602.887 1.602 1.895 0 1.085-.853 1.679-1.999 1.679-1.12 0-1.843-.534-2.196-1.232l.982-.568c.258.422.594.732 1.189.732.5 0 .818-.25.818-.594 0-.414-.328-.56-.879-.801l-.301-.13c-.87-.37-1.447-.835-1.447-1.817 0-.904.689-1.593 1.766-1.593m-3.988.069h1.206v4.117c0 1.249-.732 1.817-1.8 1.817-.965 0-1.525-.5-1.809-1.102l.982-.595c.19.336.362.62.775.62.396 0 .646-.155.646-.757z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/standardresume.svg b/mkdocs-material/material/templates/.icons/simple/standardresume.svg new file mode 100644 index 0000000..5fc9fb3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/standardresume.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.524 17.138v-2.093h3.111v2.358q0 1.959.306 2.76.306.785 1.149.786.845 0 1.115-.654.28-.653.281-2.131-.001-1.48-.49-2.573-.49-1.105-1.554-2.305L3.852 11.5a10.8 10.8 0 0 1-1.74-2.625Q1.501 7.516 1.5 5.73q0-2.905 1.028-4.317Q3.554 0 6.064 0c2.51 0 2.802.55 3.39 1.653q.893 1.638.893 4.797v1.452H7.324v-1.68q0-1.705-.268-2.438-.269-.746-1.041-.745-.757 0-1.101.56-.33.558-.33 1.678t.342 1.785q.344.667 1.236 1.707l1.775 2.091q1.335 1.574 2.007 3.186.685 1.611.685 3.518 0 3.29-1.016 4.864Q8.599 23.999 6.053 24q-2.534 0-3.537-1.746-.99-1.759-.99-5.117Zm15.849-4.426-1.053-.052v11.073h-3.28V.28h5.422q1.687 0 2.52.746.832.733 1.09 2.066.27 1.318.269 3.464 0 2.132-.416 3.252a2.4 2.4 0 0 1-1.542 1.505q1.112.215 1.554 1.64.44 1.426.44 5.943 0 4.504.123 4.837h-3.28q-.123-.266-.122-8.407 0-1.56-.344-2.066-.343-.52-1.381-.547Zm-1.041-2.824h1.31q.622 0 .918-.306.306-.307.415-1.053.124-.746.123-2.28v-.144q0-1.904-.294-2.492-.293-.586-1.357-.586h-1.115z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/starbucks.svg b/mkdocs-material/material/templates/.icons/simple/starbucks.svg new file mode 100644 index 0000000..eceffe3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/starbucks.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.207 5.28c-.105-.019-.612-.104-1.207-.104s-1.102.085-1.207.104c-.06.01-.084-.048-.038-.083.042-.03 1.245-.946 1.245-.946l1.244.946c.047.035.024.094-.037.083m-2.078 5.945s-.064.023-.08.079c.252.193.425.634.951.634s.7-.44.951-.635c-.016-.056-.08-.078-.08-.078s-.33.077-.871.077c-.542 0-.871-.077-.871-.077m.871-.742c-.146 0-.178-.055-.278-.055-.094 0-.279.076-.319.146a.15.15 0 0 0 .042.095c.212.031.309.15.555.15s.343-.119.556-.15a.16.16 0 0 0 .041-.095c-.04-.07-.224-.145-.319-.146-.1 0-.132.055-.278.055m11.987 2.27a12 12 0 0 1-.076.853c-1.36.225-1.845-.986-3.237-.925q.124.443.203.903c1.148 0 1.61 1.073 2.888.915q-.1.492-.242.97c-1.01.1-1.365-.904-2.534-.876q.015.249.015.504l-.005.28 2.27.866a12 12 0 0 1-.397.948c-.682-.037-.917-.912-1.955-.843a9 9 0 0 1-.118.665c.901-.063 1.095.767 1.74.834a12 12 0 0 1-.53.877c-.382-.205-.714-.823-1.44-.861a9 9 0 0 0 .196-.7c-.644 0-1.38-.25-1.996-.812.2-1.14-1.568-2.299-1.568-3.133 0-.906.458-1.407.458-2.628 0-.907-.44-1.89-1.104-2.562a2.2 2.2 0 0 0-.411-.33c.61.754 1.078 1.649 1.078 2.685 0 1.15-.535 1.757-.535 2.819 0 1.061 1.553 1.98 1.553 3.074 0 .43-.138.85-.592 1.677.697.696 1.605 1.076 2.19 1.076.19 0 .293-.058.361-.207a9 9 0 0 0 .167-.391c.63.024.92.597 1.269.826q-.288.387-.604.746c-.234-.259-.549-.695-1.01-.816a9 9 0 0 1-.26.473c.396.108.667.508.877.771a12 12 0 0 1-.707.676c-.153-.239-.392-.541-.66-.704a8 8 0 0 1-.307.39c.227.155.428.432.559.658q-.424.341-.88.645c-.15-1.22-1.814-2.055-1.365-3.47-.147.25-.323.561-.323.937 0 1.024 1.09 1.836 1.178 2.854q-.34.202-.693.383c-.04-1.119-1.194-2.343-1.194-3.26 0-1.025 1.342-2.055 1.342-3.264 0-1.21-1.549-2.049-1.549-3.111s.659-1.673.659-3.035c0-.997-.474-2.006-1.206-2.65a2 2 0 0 0-.41-.286c.69.828 1.09 1.58 1.09 2.719 0 1.28-.755 1.99-.755 3.244s1.52 1.95 1.52 3.12c0 1.168-1.414 2.152-1.414 3.353 0 1.092 1.246 2.182 1.265 3.477a12 12 0 0 1-.833.326c.159-1.309-1.245-2.659-1.245-3.727 0-1.167 1.467-2.171 1.467-3.43s-1.491-1.845-1.491-3.138.915-2.007.915-3.435a3.48 3.48 0 0 0-1.352-2.734l-.051-.038c-.076-.056-.138.011-.084.078.568.71.872 1.427.872 2.49 0 1.305-1.052 2.366-1.052 3.632 0 1.493 1.412 1.92 1.412 3.145s-1.514 2.205-1.514 3.505c0 1.206 1.433 2.545 1.187 3.937a12 12 0 0 1-.874.192c.269-1.733-1.137-2.978-1.137-4.112 0-1.228 1.568-2.322 1.568-3.522 0-1.131-1.125-1.501-1.273-2.659-.02-.158-.147-.275-.322-.246-.229.042-.522.192-.982.192s-.753-.15-.982-.192c-.174-.029-.301.088-.321.246-.148 1.158-1.274 1.527-1.274 2.66 0 1.199 1.568 2.293 1.568 3.52 0 1.135-1.405 2.38-1.137 4.113a12 12 0 0 1-.874-.192c-.246-1.392 1.187-2.73 1.187-3.937 0-1.3-1.514-2.28-1.514-3.505s1.412-1.652 1.412-3.145c0-1.266-1.051-2.326-1.051-3.633 0-1.062.303-1.78.872-2.49.053-.066-.009-.133-.085-.077l-.05.038a3.48 3.48 0 0 0-1.351 2.732c0 1.428.915 2.143.915 3.436 0 1.292-1.492 1.878-1.492 3.138 0 1.258 1.467 2.262 1.467 3.43 0 1.068-1.403 2.418-1.244 3.727a12 12 0 0 1-.833-.326c.019-1.296 1.265-2.386 1.265-3.478 0-1.2-1.414-2.185-1.414-3.353s1.519-1.866 1.519-3.12c0-1.253-.754-1.964-.754-3.244 0-1.14.4-1.89 1.09-2.718-.154.08-.281.17-.41.285a3.63 3.63 0 0 0-1.206 2.65c0 1.362.659 1.973.659 3.035s-1.549 1.9-1.549 3.111c0 1.21 1.342 2.24 1.342 3.264 0 .918-1.155 2.142-1.194 3.26a12 12 0 0 1-.693-.383c.087-1.017 1.178-1.83 1.178-2.854 0-.375-.176-.687-.323-.936.448 1.414-1.216 2.25-1.366 3.469a12 12 0 0 1-.88-.645c.131-.225.332-.503.56-.657a8 8 0 0 1-.308-.391c-.268.163-.507.466-.66.704a12 12 0 0 1-.707-.675c.21-.264.482-.664.878-.772a9 9 0 0 1-.261-.473c-.46.122-.776.558-1.01.817a12 12 0 0 1-.603-.746c.35-.23.638-.803 1.269-.827q.079.197.167.39c.068.15.17.208.36.208.586 0 1.493-.38 2.19-1.076-.453-.826-.59-1.246-.59-1.677 0-1.094 1.552-2.012 1.552-3.074s-.535-1.668-.535-2.818c0-1.037.468-1.931 1.078-2.686a2.2 2.2 0 0 0-.412.33C6.781 8.7 6.34 9.683 6.34 10.589c0 1.221.459 1.723.459 2.629 0 .834-1.768 1.993-1.568 3.132-.617.562-1.353.813-1.997.813a9 9 0 0 0 .195.7c-.725.038-1.056.656-1.44.86a12 12 0 0 1-.53-.876c.646-.068.84-.897 1.742-.834a9 9 0 0 1-.118-.665c-1.038-.07-1.274.806-1.956.843a12 12 0 0 1-.396-.948L3 15.376l-.005-.28q0-.255.014-.505c-1.168-.027-1.524.976-2.534.877a12 12 0 0 1-.241-.97c1.276.157 1.74-.916 2.888-.915a9 9 0 0 1 .202-.904c-1.392-.06-1.878 1.15-3.236.925a12 12 0 0 1-.076-.852c1.58.176 2.171-1.122 3.61-.963a8 8 0 0 1 .47-.997c-1.803-.317-2.415 1.191-4.093.96C.181 5.28 5.484.09 12 .09s11.819 5.19 12 11.663c-1.679.232-2.29-1.276-4.093-.96q.267.481.47.997c1.438-.159 2.03 1.14 3.61.963zM6.84 7.718c-.884-.361-1.954-.278-2.868.31-.142-.851-.603-1.607-1.26-2.062-.091-.063-.185-.004-.177.102.139 1.796-.912 3.356-2.203 4.728 1.331.4 2.464-1.314 4.19-.716A9 9 0 0 1 6.84 7.718M12 6.631c-1.114 0-2.048.63-2.292 1.445-.02.062.006.103.078.07.2-.09.429-.133.677-.133.454 0 .855.167 1.092.457.104.346.113.847-.005 1.132-.187-.042-.255-.186-.438-.186-.182 0-.324.128-.634.128s-.346-.146-.55-.146c-.24 0-.284.247-.284.525 0 1.242 1.142 2.95 2.356 2.95s2.354-1.708 2.354-2.95c0-.279-.057-.517-.307-.55a.76.76 0 0 1-.526.171c-.31 0-.395-.128-.578-.128-.22 0-.198.465-.46.49-.175-.419-.183-.957-.038-1.436.237-.29.637-.457 1.092-.457.248 0 .477.044.676.133.072.033.097-.008.079-.07-.244-.814-1.178-1.445-2.292-1.445m1.774 1.782c-.267 0-.58.082-.777.301-.02.06-.02.149.008.208.485-.166.912-.173 1.119.058.11-.1.145-.19.145-.294 0-.161-.164-.273-.495-.273m-3.898.567c.234-.234.727-.224 1.238-.035.023-.254-.433-.533-.888-.533-.331 0-.495.112-.495.274 0 .104.035.195.145.294m7.68-4.203c-.88.063-1.643.365-2.262.868a9 9 0 0 1 1.019-2.026c-1.12.119-2.057.529-2.74 1.229l-.536-1.403 1.188-1.048-1.59-.113L12 .805l-.635 1.48-1.59.112 1.187 1.049-.534 1.402c-.684-.7-1.62-1.11-2.74-1.229a9 9 0 0 1 1.017 2.026c-.618-.503-1.382-.805-2.262-.868.528.679.996 1.402 1.342 2.18.04.088.124.117.214.071a8.96 8.96 0 0 1 4-.936c1.438 0 2.795.338 4.001.936.091.046.175.017.214-.07.347-.779.815-1.502 1.343-2.18zm1.922 5.304c1.726-.598 2.86 1.115 4.19.716-1.291-1.372-2.341-2.932-2.202-4.729.008-.105-.087-.165-.177-.102-.657.456-1.119 1.212-1.26 2.062-.914-.587-1.984-.67-2.868-.309a9 9 0 0 1 2.317 2.362"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/stardock.svg b/mkdocs-material/material/templates/.icons/simple/stardock.svg new file mode 100644 index 0000000..8ab48e2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/stardock.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.337 3.28q-.162.001-.336.017c-1.553.129-3.886.917-6.557 2.217a7.3 7.3 0 0 0-3.71-.994c-4.124 0-7.478 3.354-7.478 7.496 0 .674.093 1.33.262 1.95-3.224 2.697-5.04 5.153-4.385 6.221.712 1.125 3.992.412 8.115-1.556a7.55 7.55 0 0 0 3.484.863c4.124 0 7.48-3.356 7.48-7.478 0-.544-.058-1.086-.17-1.592 3.504-2.867 5.529-5.491 4.816-6.615-.24-.375-.768-.545-1.521-.53Zm-4.324 1.708c-1.912.769-4.666 1.706-5.64 3.711-.564 1.143.371 2.436.84 3.035.47.62 1.35 2.174-.13 3.786-1.5 1.63-7.028 3.318-7.028 3.318 1.78-.843 4.91-2.06 5.396-4.16.375-1.593-1.142-2.493-1.555-3.205-.412-.712-.842-1.93 1.313-3.54 2.156-1.631 6.804-2.945 6.804-2.945m1.02.758c.67-.007 1.153.151 1.378.498.43.675-.207 1.95-1.556 3.393a7.5 7.5 0 0 0-2.323-3.393c.975-.318 1.832-.49 2.502-.498zM4.8 14.79a7.6 7.6 0 0 0 2.305 3.074c-1.762.525-3.074.524-3.467-.113-.394-.618.075-1.706 1.162-2.96z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/starlingbank.svg b/mkdocs-material/material/templates/.icons/simple/starlingbank.svg new file mode 100644 index 0000000..0ef0b45 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/starlingbank.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0m2.738 3.822h.666v2.724h-.666a4.794 4.794 0 0 0-4.789 4.788V12H7.226v-.666c0-4.142 3.37-7.512 7.512-7.512M14.05 12h2.723v.666c0 4.142-3.37 7.512-7.512 7.512h-.666v-2.724h.666a4.794 4.794 0 0 0 4.789-4.788z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/starship.svg b/mkdocs-material/material/templates/.icons/simple/starship.svg new file mode 100644 index 0000000..2f93fd2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/starship.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.521 9.62a1.057 1.057 0 1 1-2.115 0 1.057 1.057 0 0 1 2.115 0M24 12c0 6.627-5.373 12-12 12q-.525 0-1.04-.044c2.019-1.89 2.548-5.061 2.548-5.061l-3.226-1.053s-1.499 3.23-5.599 3.67A11.98 11.98 0 0 1 0 12C0 5.373 5.373 0 12 0s12 5.373 12 12M8.628 6.606c-1.23-.13-1.885-.83-2.03-2.031-.142 1.159-.77 1.88-2.032 2.031 1.168.227 1.83.918 2.031 2.032-.02-1.154.666-1.825 2.031-2.032m7.786 5.207c1.11-2.483.392-4.252-1.233-6.246-2.043 1.5-3.759 3.023-3.636 5.149-1.375.675-2.261 1.206-3.147 2.289l2.779 1.103-.368 1.267 3.637 1.062.443-1.181 2.825.651c.014-1.496-.38-3.097-1.3-4.094"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/startrek.svg b/mkdocs-material/material/templates/.icons/simple/startrek.svg new file mode 100644 index 0000000..cec46ae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/startrek.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.943 14.596c.094 0 .3.095.576.462a58 58 0 0 1 2.165 3.23c-1.627.646-3.595 1.01-5.684 1.01-.988 0-1.948-.097-2.856-.26 1.417-1.507 2.918-2.856 4.703-3.98.555-.278.819-.462 1.096-.462m2.424-6.202c2.858 1.055 4.788 2.906 4.788 4.998 0 1.415-.881 2.73-2.338 3.755-.385-2.26-.898-4.477-1.644-6.616a39 39 0 0 0-.808-2.136zM7.73 8.077a39 39 0 0 0-1.096 3.288 56 56 0 0 0-1.327 6.404c-2.11-1.1-3.462-2.69-3.462-4.385.001-2.274 2.44-4.337 5.885-5.307M12.463.086c-.095 0-.08-.007-.174.086a25.9 25.9 0 0 0-3.663 5.77C3.631 6.89 0 9.887 0 13.385c0 2.588 1.991 4.903 5.048 6.317a65 65 0 0 0-.347 4.01c0 .094.108.202.203.202h.086c.094 0 .08.007.173-.086a80 80 0 0 1 2.538-3.203c1.338.336 2.78.52 4.299.52 2.455 0 4.738-.48 6.635-1.298.46.772.908 1.555 1.385 2.395 0 .094.194.086.288.086a.175.175 0 0 0 .173-.173 70 70 0 0 0-.346-3.088c2.369-1.42 3.865-3.45 3.865-5.682 0-3.252-3.156-6.072-7.615-7.212a33.5 33.5 0 0 0-3.75-6c0-.094-.078-.087-.172-.087"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/starz.svg b/mkdocs-material/material/templates/.icons/simple/starz.svg new file mode 100644 index 0000000..dfb07e0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/starz.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.27 9.283C.377 9.283.13 10.471.13 10.834c0 2.199 2.932 1.396 2.932 2.236 0 .208-.164.428-.737.428-.631 0-.76-.29-.76-.51H0c.005.402.168 1.729 2.326 1.729 1.6 0 2.287-.752 2.287-1.703 0-2.18-2.996-1.355-2.996-2.18 0-.163.129-.408.631-.408s.631.245.631.408h1.49c0-.392-.208-1.55-2.1-1.55zm2.277.147v1.404h1.42v3.736h1.549v-3.736h1.44V9.43Zm5.619 0-2.035 5.14h1.643l.183-.558h1.799l.186.558h1.64l-2.035-5.14Zm3.742 0v5.14h1.549v-2.164l1.289 2.164h1.836l-1.312-1.902c.7-.314.992-.93.992-1.557h-.002c0-.928-.613-1.681-2.121-1.681h-.002zm4.93 0v1.404h2.037L18.65 14.57h4.182l.78-1.404h-2.454l2.223-3.736Zm-3.381 1.265h.682c.416 0 .58.225.58.504 0 .28-.164.506-.58.506v-.002h-.682zm-4.601.61.558 1.677H10.3zm12.836 2.715a.31.31 0 0 0 0 .619.31.31 0 0 0 .308-.309.31.31 0 0 0-.309-.31m-.014.06h.013a.25.25 0 0 1 .248.25.25.25 0 0 1-.248.248.25.25 0 0 1-.013-.498m-.094.084v.33h.06v-.129h.048l.07.13h.07l-.078-.138a.1.1 0 0 0 .047-.033.1.1 0 0 0 .02-.06c0-.06-.042-.1-.106-.1zm.06.063h.065q.048 0 .049.039-.001.039-.049.039h-.064z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/statamic.svg b/mkdocs-material/material/templates/.icons/simple/statamic.svg new file mode 100644 index 0000000..c7501f3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/statamic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.78 21.639c1.754 0 2.398-.756 2.398-2.607v-3.62c0-1.722.837-2.704 1.641-3.17.242-.145.242-.483 0-.644-.836-.531-1.64-1.642-1.64-3.122v-3.54c0-1.996-.548-2.575-2.302-2.575H4.123c-1.754 0-2.301.58-2.301 2.575v3.556c0 1.48-.805 2.59-1.641 3.122a.377.377 0 0 0 0 .643c.804.451 1.64 1.433 1.64 3.17v3.605c0 1.85.645 2.607 2.399 2.607zm-7.82-3.299c-1.883 0-3.25-.563-4.522-1.673a.9.9 0 0 1-.29-.676.83.83 0 0 1 .193-.563l.403-.515c.193-.242.402-.354.643-.354.274 0 .531.112.805.29a5.33 5.33 0 0 0 2.993.884c.885 0 1.593-.37 1.593-1.126 0-1.963-6.533-.885-6.533-5.294 0-2.366 1.93-3.685 4.441-3.685 1.77 0 3.074.515 4.04 1.126.24.161.402.483.402.805 0 .193-.049.37-.161.53l-.29.435c-.21.29-.45.435-.756.435-.21 0-.435-.08-.676-.193a5.1 5.1 0 0 0-2.398-.564c-.95 0-1.513.515-1.513 1.046 0 2.012 6.534.918 6.534 5.198 0 2.414-1.947 3.894-4.908 3.894"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/statista.svg b/mkdocs-material/material/templates/.icons/simple/statista.svg new file mode 100644 index 0000000..14310ab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/statista.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.86 0a.84.84 0 0 0-.84.84v15.217h.12s3.611-.068 5.143-.874a10.9 10.9 0 0 0 3.337-3.051l.903-1.275.286-.406c.034-.04.182-.257.267-.383s.458-.65.818-1.176a16.9 16.9 0 0 1 5.263-4.744c3.337-1.714 7.76-1.542 7.76-1.542h.068V.892a.84.84 0 0 0-.84-.892Zm23.12 7.949a1 1 0 0 1-.217.029s-3.606.068-5.154.88a10.9 10.9 0 0 0-3.339 3.045l-.885 1.28c-.131.183-.257.365-.29.405l-.27.383-.817 1.177s-2.177 3.144-5.263 4.744c-3.2 1.663-7.388 1.554-7.731 1.542v1.714a.84.84 0 0 0 .84.852H23.14a.84.84 0 0 0 .84-.84z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/statuspage.svg b/mkdocs-material/material/templates/.icons/simple/statuspage.svg new file mode 100644 index 0000000..4f6f6f7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/statuspage.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.008 9.597a5.623 5.623 0 1 1 0 11.245 5.623 5.623 0 0 1 0-11.245M.154 8.717l3.02 3.574a.64.64 0 0 0 .913.068c4.885-4.379 10.97-4.379 15.84 0a.64.64 0 0 0 .916-.068l3.006-3.574a.646.646 0 0 0-.075-.906c-7.1-6.204-16.462-6.204-23.555 0a.65.65 0 0 0-.065.906"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/statuspal.svg b/mkdocs-material/material/templates/.icons/simple/statuspal.svg new file mode 100644 index 0000000..8f26325 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/statuspal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.275 9.296c0-1.242-1.02-2.25-2.275-2.25-1.256 0-2.275 1.008-2.275 2.25 0 .936.58 1.737 1.403 2.077L5.934 24A12.06 12.06 0 0 1 12 22.349c2.085 0 4.17.55 6.066 1.65l-5.194-12.626a2.25 2.25 0 0 0 1.403-2.077m1.187 12.01A13.4 13.4 0 0 0 12 20.849a13.4 13.4 0 0 0-3.463.457L12 13.389zM16.55 13.5a5.58 5.58 0 0 0-.723-7.535 5.73 5.73 0 0 0-7.654 0A5.58 5.58 0 0 0 7.45 13.5a6.167 6.167 0 0 1 .143-8.716c2.446-2.379 6.368-2.379 8.813 0a6.167 6.167 0 0 1 .144 8.716m0 3c3.047-1.988 4.416-5.716 3.366-9.174C18.867 3.867 15.65 1.5 12 1.5S5.131 3.867 4.083 7.326s.32 7.186 3.367 9.174c-3.481-2.029-5.16-6.111-4.096-9.968C4.417 2.675 7.96 0 12 0c4.042 0 7.583 2.675 8.646 6.532s-.615 7.94-4.096 9.968"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/steam.svg b/mkdocs-material/material/templates/.icons/simple/steam.svg new file mode 100644 index 0000000..ead3d14 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/steam.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.979 0C5.678 0 .511 4.86.022 11.037l6.432 2.658a3.4 3.4 0 0 1 1.912-.59q.094.001.188.006l2.861-4.142V8.91a4.53 4.53 0 0 1 4.524-4.524c2.494 0 4.524 2.031 4.524 4.527s-2.03 4.525-4.524 4.525h-.105l-4.076 2.911q.002.078.004.159a3.39 3.39 0 0 1-3.39 3.396 3.41 3.41 0 0 1-3.331-2.727L.436 15.27C1.862 20.307 6.486 24 11.979 24c6.627 0 11.999-5.373 11.999-12S18.605 0 11.979 0M7.54 18.21l-1.473-.61c.262.543.714.999 1.314 1.25a2.551 2.551 0 0 0 3.337-3.324 2.547 2.547 0 0 0-3.255-1.413l1.523.63a1.878 1.878 0 0 1-1.445 3.467zm11.415-9.303a3.02 3.02 0 0 0-3.015-3.015 3.015 3.015 0 1 0 3.015 3.015m-5.273-.005a2.264 2.264 0 1 1 4.531 0 2.267 2.267 0 0 1-2.266 2.265 2.264 2.264 0 0 1-2.265-2.265"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/steamdb.svg b/mkdocs-material/material/templates/.icons/simple/steamdb.svg new file mode 100644 index 0000000..6447dbc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/steamdb.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.981 0C5.72 0 .581 2.231.02 5.081l6.675 1.257c.544-.17 1.162-.244 1.8-.244l3.131-1.875c-.037-.469.244-.956.881-1.35.9-.581 2.307-.9 3.732-.9a8.6 8.6 0 0 1 2.812.412c2.1.713 2.569 2.082 1.069 3.057-.956.618-2.494.937-4.013.9l-4.125 1.48c-.037.3-.243.582-.637.845-1.106.712-3.263.88-4.8.356-.675-.225-1.125-.563-1.313-.9L.47 7.2c.431.675 1.125 1.294 2.025 1.838C.938 9.938 0 11.062 0 12.28c0 1.2.9 2.307 2.419 3.206C.9 16.37 0 17.476 0 18.675 0 21.619 5.363 24 12 24c6.619 0 12-2.381 12-5.325 0-1.2-.9-2.306-2.419-3.188C23.1 14.588 24 13.482 24 12.282c0-1.219-.938-2.362-2.512-3.262 1.556-.956 2.493-2.138 2.493-3.413 0-3.093-5.381-5.606-12-5.606zm4.275 2.663c-.975.018-1.912.225-2.512.618-1.031.675-.713 1.594.712 2.082s3.394.337 4.425-.338c1.032-.675.713-1.594-.712-2.062a6.4 6.4 0 0 0-1.913-.282zm.057.318c1.387 0 2.493.525 2.493 1.163 0 .637-1.106 1.162-2.493 1.162-1.388 0-2.494-.525-2.494-1.162 0-.638 1.106-1.163 2.494-1.163M8.493 6.45c-.3.019-.58.038-.862.075l1.707.319a2.03.94 0 1 1-1.52 1.744l-1.668-.32c.188.17.45.32.806.45 1.2.413 2.888.282 3.75-.28s.6-1.35-.6-1.744c-.487-.169-1.068-.244-1.612-.244zm11.944 3.113v1.743c0 2.063-3.787 3.732-8.437 3.732-4.669 0-8.437-1.67-8.437-3.732V9.581c2.156.994 5.137 1.613 8.418 1.613 3.3 0 6.3-.619 8.475-1.631zm0 6.487v1.65c0 2.063-3.787 3.731-8.437 3.731-4.669 0-8.437-1.668-8.437-3.731v-1.65c2.175.956 5.137 1.538 8.437 1.538s6.281-.582 8.438-1.538z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/steamdeck.svg b/mkdocs-material/material/templates/.icons/simple/steamdeck.svg new file mode 100644 index 0000000..b532f73 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/steamdeck.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.999 0v4.309c4.242 0 7.694 3.45 7.694 7.691s-3.452 7.691-7.694 7.691V24c6.617 0 12-5.383 12-12s-5.383-12-12-12m0 6.011c-3.313 0-6 2.687-5.998 6a5.999 5.999 0 1 0 5.998-6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/steamworks.svg b/mkdocs-material/material/templates/.icons/simple/steamworks.svg new file mode 100644 index 0000000..075e7e3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/steamworks.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.928 9.49v2.071h-1.503v1.503h1.503v-1.5H24V9.49zm-5.915.498v1.075h1.075V9.988zm2.326 2.572a.6.6 0 0 0-.382.144.5.5 0 0 0-.155.383.44.44 0 0 0 .145.35.63.63 0 0 0 .33.14l.103.015.112.02a1 1 0 0 1 .163.037.4.4 0 0 1 .102.065.34.34 0 0 1 .1.268.35.35 0 0 1-.127.29.53.53 0 0 1-.347.105.7.7 0 0 1-.285-.05.75.75 0 0 1-.24-.175l-.098.102a.8.8 0 0 0 .27.193.9.9 0 0 0 .343.06.68.68 0 0 0 .455-.144.5.5 0 0 0 .175-.39.5.5 0 0 0-.043-.208.4.4 0 0 0-.12-.16.5.5 0 0 0-.13-.08.8.8 0 0 0-.2-.047l-.112-.02-.088-.013a1 1 0 0 1-.152-.045.5.5 0 0 1-.123-.072.32.32 0 0 1-.095-.25.38.38 0 0 1 .115-.287.44.44 0 0 1 .313-.105.6.6 0 0 1 .252.045.8.8 0 0 1 .195.132l.09-.092a.71.71 0 0 0-.53-.21zm-17.664.005a.67.67 0 0 0-.432.161.54.54 0 0 0-.175.42.52.52 0 0 0 .132.375.6.6 0 0 0 .359.157l.12.015.105.015a.28.28 0 0 1 .172.076.23.23 0 0 1 .05.155q0 .238-.327.237a.8.8 0 0 1-.251-.037.5.5 0 0 1-.195-.123l-.233.24a.76.76 0 0 0 .295.195 1.2 1.2 0 0 0 .38.058.76.76 0 0 0 .492-.156.53.53 0 0 0 .193-.431.54.54 0 0 0-.143-.405.5.5 0 0 0-.145-.093 1 1 0 0 0-.21-.052l-.107-.015-.113-.015a.3.3 0 0 1-.167-.078.2.2 0 0 1-.058-.135.22.22 0 0 1 .075-.172.3.3 0 0 1 .213-.068.8.8 0 0 1 .205.027.4.4 0 0 1 .172.105l.228-.232a.7.7 0 0 0-.26-.17 1 1 0 0 0-.338-.053H.675zm12.091.003a.6.6 0 0 0-.238.05.65.65 0 0 0-.21.146.5.5 0 0 0-.097.134.6.6 0 0 0-.05.153 1.4 1.4 0 0 0-.02.19 8 8 0 0 0 0 .595 1.3 1.3 0 0 0 .02.19.6.6 0 0 0 .05.152.5.5 0 0 0 .097.135.65.65 0 0 0 .21.145.7.7 0 0 0 .251.05.6.6 0 0 0 .251-.05.65.65 0 0 0 .21-.145.5.5 0 0 0 .097-.135.6.6 0 0 0 .05-.152 1.4 1.4 0 0 0 .02-.19 8 8 0 0 0 0-.595 1.3 1.3 0 0 0-.02-.19.6.6 0 0 0-.05-.153.5.5 0 0 0-.097-.134.65.65 0 0 0-.21-.146.7.7 0 0 0-.25-.05zm-10.949.015v.333H2.3v1.575h.36v-1.575h.482v-.333zm1.878 0v1.908h1.218v-.33h-.855v-.464h.727v-.333h-.727v-.448h.855v-.333zm2.298 0-.673 1.908h.375l.113-.337h.655l.11.337h.377l-.675-1.908zm1.442 0v1.908h.36v-1.11l.355.722h.245l.352-.722v1.11h.36v-1.908h-.354l-.48 1.03-.483-1.03zm2.198 0 .46 1.908h.144l.437-1.66.435 1.66h.143l.46-1.908h-.147l-.39 1.658-.43-1.658H10.6l-.43 1.658-.39-1.658zm4.452 0v1.908h.14v-.882h.508l.44.882h.162l-.445-.882a.49.49 0 0 0 .428-.516.49.49 0 0 0-.148-.374.55.55 0 0 0-.382-.136zm1.93 0v1.908h.14v-.515l.44-.553.593 1.068v-.002h.167l-.667-1.177.57-.728h-.168l-.935 1.192v-1.192zm3.188.033v.19h.026v-.128l.045.093h.024l.042-.093v.128h.028v-.19h-.028l-.055.118-.055-.118zm-.165.002v.025h.052v.163h.028v-.163h.052v-.025zm-6.26.08a.5.5 0 0 1 .352.148.5.5 0 0 1 .077.107.5.5 0 0 1 .043.132 1 1 0 0 1 .018.175 8 8 0 0 1 0 .556 1 1 0 0 1-.018.175.5.5 0 0 1-.043.132.5.5 0 0 1-.077.107.49.49 0 0 1-.7 0 .5.5 0 0 1-.078-.107.6.6 0 0 1-.042-.132 1 1 0 0 1-.018-.175 8 8 0 0 1 0-.556 1 1 0 0 1 .018-.175.5.5 0 0 1 .042-.132.5.5 0 0 1 .078-.107.5.5 0 0 1 .349-.148zm2.007.015a.43.43 0 0 1 .28.098.35.35 0 0 1 .11.289.36.36 0 0 1-.113.286.43.43 0 0 1-.294.098h-.543v-.77h.545zm-8.643.433.228.692h-.46z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/steelseries.svg b/mkdocs-material/material/templates/.icons/simple/steelseries.svg new file mode 100644 index 0000000..7a0dfbf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/steelseries.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.08 0a1.81 1.81 0 0 0-1.812 1.809V4.38c-4.02.744-7.195 3.912-7.94 7.92H1.812a1.808 1.808 0 1 0 0 3.615h2.516A9.926 9.926 0 0 0 14.08 24C19.55 24 24 19.561 24 14.107c0-4.836-3.5-8.875-8.107-9.726V1.809c0-1-.812-1.809-1.813-1.809M4.693 3.176a1.812 1.812 0 1 0 0 3.623A1.817 1.817 0 0 0 6.51 4.986c0-1-.816-1.81-1.817-1.81m9.387 4.656c3.468 0 6.293 2.814 6.293 6.275 0 3.46-2.825 6.278-6.293 6.278-3.47 0-6.293-2.818-6.293-6.278 0-3.461 2.824-6.275 6.293-6.275m-.017 2.404c-2.147 0-3.893 1.74-3.893 3.881S11.916 18 14.063 18a3.89 3.89 0 0 0 3.892-3.883 3.89 3.89 0 0 0-3.892-3.88m0 2.717a1.165 1.165 0 1 1 0 2.332c-.645 0-1.17-.525-1.17-1.168 0-.644.525-1.164 1.17-1.164"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/steem.svg b/mkdocs-material/material/templates/.icons/simple/steem.svg new file mode 100644 index 0000000..652b93e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/steem.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17.683 16.148-.114.114q-.354.355-.748.666l-.298.235a.11.11 0 0 1-.176-.11l.12-.53a3.3 3.3 0 0 0-.084-1.746l-.064-.195a7 7 0 0 0-.257-.671l-1.387-3.27-.149-.445a2 2 0 0 1-.093-.425l-.025-.223a2.07 2.07 0 0 1 .59-1.696l.115-.114a8 8 0 0 1 .747-.666l.299-.235a.11.11 0 0 1 .126-.007c.04.025.06.071.049.117l-.119.53a3.3 3.3 0 0 0 .083 1.746l.064.195q.111.342.257.671l1.387 3.27.15.445q.068.207.093.425l.025.223a2.07 2.07 0 0 1-.591 1.696m-3.997 1.073-.146.147q-.446.447-.941.838l-.39.307a.12.12 0 0 1-.192-.12l.154-.687a4.17 4.17 0 0 0-.105-2.205l-.08-.248a9 9 0 0 0-.325-.848L9.91 10.28l-.188-.56a2.6 2.6 0 0 1-.117-.532l-.032-.285a2.59 2.59 0 0 1 .74-2.124l.146-.147q.446-.447.941-.838l.39-.307a.12.12 0 0 1 .138-.007.12.12 0 0 1 .054.127l-.154.687a4.17 4.17 0 0 0 .105 2.205l.08.248q.142.432.325.848l1.75 4.125.188.56q.086.26.117.532l.032.285a2.59 2.59 0 0 1-.74 2.124zM9 16.148l-.114.114a8 8 0 0 1-.747.666l-.299.235a.11.11 0 0 1-.175-.11l.12-.53a3.3 3.3 0 0 0-.084-1.746l-.064-.195a7 7 0 0 0-.257-.671l-1.387-3.27-.15-.445a2 2 0 0 1-.093-.425l-.025-.223a2.07 2.07 0 0 1 .591-1.696l.114-.114a8 8 0 0 1 .748-.666l.298-.235a.11.11 0 0 1 .127-.007.11.11 0 0 1 .049.117l-.12.53a3.3 3.3 0 0 0 .084 1.746l.064.195q.111.342.257.671l1.387 3.27.149.445q.069.207.093.425l.025.223a2.07 2.07 0 0 1-.59 1.696zM12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/steemit.svg b/mkdocs-material/material/templates/.icons/simple/steemit.svg new file mode 100644 index 0000000..6dc628b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/steemit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.982 7.246c-1-1-2.163-1.73-3.4-2.202.721-2.12 3.277-2.892 3.277-2.892S14.895-.944 8.31.29C6.114.64 4.008 1.988 2.468 3.768a9.15 9.15 0 0 0 .991 12.984c.598.512 1.934 1.308 1.958 1.349-.876 2.226-3.678 2.835-3.678 2.835s3.703 2.316 8.676 2.917c1.319.163 2.72.204 4.17.05 2.302-.188 4.596-1.406 6.34-3.12a9.525 9.525 0 0 0 .058-13.538zm-1.704 12.058c-1.41 1.382-3.515 2.26-5.137 2.381-1.147.114-2.376.13-3.555-.016-1.737-.212-2.99-.69-4.22-1.154.623-.601 1.246-1.43 1.5-2.145a1.65 1.65 0 0 0-.05-1.308 6.995 6.995 0 0 1 1.426-8.077 7.2 7.2 0 0 1 5.931-1.99 7.14 7.14 0 0 1 4.228 2.047c2.785 2.795 2.687 7.524-.123 10.262"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/steinberg.svg b/mkdocs-material/material/templates/.icons/simple/steinberg.svg new file mode 100644 index 0000000..d017471 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/steinberg.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.48 12.63c.643-.372.643-1.01 0-1.38l-4.769-2.755c-.642-.37-1.195-.052-1.195.69v5.508c0 .742.553 1.06 1.195.69zM12 2.724a9.275 9.275 0 1 1-.001 18.55 9.275 9.275 0 0 1 0-18.55M12 0C5.384 0 .002 5.383.002 12s5.382 12 12 12S24 18.617 24 12 18.617 0 12 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/stellar.svg b/mkdocs-material/material/templates/.icons/simple/stellar.svg new file mode 100644 index 0000000..7076de6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/stellar.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.283 1.851A10.154 10.154 0 0 0 1.846 12.002q0 .388.03.773A1.85 1.85 0 0 1 .872 14.56L0 15.005v2.074l2.568-1.309.832-.424.82-.417 14.71-7.496 1.653-.842L24 4.85V2.776l-3.387 1.728-2.89 1.473-13.955 7.108a8 8 0 0 1-.07-1.086 8.313 8.313 0 0 1 12.366-7.247l1.654-.843.247-.126a10.15 10.15 0 0 0-5.682-1.932M24 6.925 5.055 16.571l-1.653.844L0 19.15v2.072L3.378 19.5l2.89-1.473 13.97-7.117a8.5 8.5 0 0 1 .07 1.092A8.313 8.313 0 0 1 7.93 19.248l-.101.054-1.793.914a10.154 10.154 0 0 0 16.119-8.214q0-.392-.03-.78a1.85 1.85 0 0 1 1.003-1.785L24 8.992Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/stencil.svg b/mkdocs-material/material/templates/.icons/simple/stencil.svg new file mode 100644 index 0000000..237ab0a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/stencil.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.85 15.66h9.25l-5 5.34H3.9ZM24 9.328H4.997L0 14.672h19.003ZM10.884 3H20.1l-4.977 5.34H5.9Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/stencyl.svg b/mkdocs-material/material/templates/.icons/simple/stencyl.svg new file mode 100644 index 0000000..e7e3b11 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/stencyl.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.36 2.675a9.8 9.8 0 0 0-2.783.759L9.389 1.622l.433 2.835a8.3 8.3 0 0 0-1.935 2.038L4.982 6l1.951 2.352a10 10 0 0 0-.589 2.548L3.374 12l2.952 1.099c.083.883.258 1.763.565 2.597l-1.894 2.283 2.819-.426a8 8 0 0 0 2.025 2.08l-.47 2.751 2.247-1.806c.864.333 1.78.523 2.705.597L15.372 24l1.059-2.846c1.418-.144 2.841-.46 4.103-1.144-.229-1.019-.468-2.035-.692-3.055-2.042 1.044-4.605 1.442-6.736.403-1.763-.896-2.773-2.842-2.911-4.785-.152-2.15.502-4.51 2.314-5.801 1.724-1.192 4.024-1.208 5.964-.586.428.149.836.353 1.224.603q.459-1.578.93-3.154c-1.32-.674-2.811-.98-4.291-1.044L15.372 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/stimulus.svg b/mkdocs-material/material/templates/.icons/simple/stimulus.svg new file mode 100644 index 0000000..1ae2b8b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/stimulus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.704 0A.704.704 0 0 0 0 .704v2.824h5.648a3.1 3.1 0 0 1 1.312.36l3.232 1.9a.4.4 0 0 1 0 .712l-1.536.904a1.31 1.31 0 0 1-1.2 0l-1.2-.7a3.1 3.1 0 0 0-1.316-.36H0v4.236h4.94a3 3 0 0 0 1.316-.36l10.8-6.344a3 3 0 0 1 1.312-.36H24V.692A.704.704 0 0 0 23.296 0zM19.06 6.352a3.1 3.1 0 0 0-1.316.36l-10.8 6.348a3.1 3.1 0 0 1-1.312.36H0v4.236h4.94a3.1 3.1 0 0 0 1.316-.36l10.8-6.348a3.1 3.1 0 0 1 1.312-.36H24V6.352h-3.376zm0 7.072a3.1 3.1 0 0 0-1.316.36l-10.8 6.344a3 3 0 0 1-1.312.36H0v2.824A.71.71 0 0 0 .704 24h22.592a.71.71 0 0 0 .704-.7v-2.824h-5.648a3 3 0 0 1-1.312-.36l-3.232-1.896a.4.4 0 0 1 0-.716l1.536-.9a1.31 1.31 0 0 1 1.2 0l1.2.696a3 3 0 0 0 1.316.36H24v-4.236h-3.376z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/stitcher.svg b/mkdocs-material/material/templates/.icons/simple/stitcher.svg new file mode 100644 index 0000000..b6d70dc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/stitcher.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.59 8.516H24v6.928h-4.41zM0 8.854h4.41v7.803H0zm4.914-1.328h4.388v8.572H4.914zm4.892.725h4.388v8.81H9.806zm4.892-1.312h4.388v9.158h-4.388Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/stmicroelectronics.svg b/mkdocs-material/material/templates/.icons/simple/stmicroelectronics.svg new file mode 100644 index 0000000..757a3ef --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/stmicroelectronics.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.818 5.61H6.402a3.22 3.22 0 0 0-2.95 1.919L.014 15.811a.18.18 0 0 0 .168.25h7.864c.555 0 .802-.538.366-.968l-2.888-2.705C4.008 10.9 4.658 7.45 7.81 7.45h15.396a.18.18 0 0 0 .172-.121l.609-1.472a.2.2 0 0 0 .013-.07.18.18 0 0 0-.182-.177m-1.736 4.216h-2.956a.48.48 0 0 0-.445.292l-3.312 8a.2.2 0 0 0-.022.084.18.18 0 0 0 .182.179h1.103a3.22 3.22 0 0 0 2.98-1.963l2.632-6.355a.2.2 0 0 0 .013-.067.18.18 0 0 0-.175-.17m-5.811.179c0-.1-.082-.18-.182-.18H7.706c-.455 0-.853.555-.371 1l2.769 2.579s1.12 1.033.88 2.512c-.206 1.303-1.095 2.1-1.743 2.386a.045.045 0 0 0-.022.074.04.04 0 0 0 .042.012h3.228a.48.48 0 0 0 .445-.293l3.322-8.027a.14.14 0 0 0 .015-.063"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/stockx.svg b/mkdocs-material/material/templates/.icons/simple/stockx.svg new file mode 100644 index 0000000..d07c832 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/stockx.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.74 16.5 22.5 24v-6l-7-6 7-6V0L10.26 10.5v-3L1.5 0v6l7 6-7 6v6l12.24-10.5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/stopstalk.svg b/mkdocs-material/material/templates/.icons/simple/stopstalk.svg new file mode 100644 index 0000000..6f08d18 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/stopstalk.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0m-.049 2.953H12a9.05 9.05 0 0 1 3.46.688L13.57 6.42l2.72.047 1.14-1.703A9.05 9.05 0 0 1 21.047 12 9.046 9.046 0 0 1 12 21.047a9 9 0 0 1-2.916-.483l1.937-2.828-2.72-.047-1.258 1.88A9.05 9.05 0 0 1 2.953 12a9.046 9.046 0 0 1 8.998-9.047m1.713 4.072a.55.55 0 0 0-.42.172c-.17.156-.266.248-.297.264-.653-.28-1.196-.42-1.662-.42-.653 0-1.213.219-1.664.639-.45.435-.684.994-.684 1.724 0 .638.204 1.26.577 1.866.388.606 1.024 1.429 1.957 2.455.373.42.7.808.965 1.166.264.342.404.638.404.902 0 .14-.063.264-.188.357a.76.76 0 0 1-.466.14c-.513 0-1.025-.483-1.538-1.462-.14-.28-.248-.45-.326-.527-.077-.078-.328-.11-.732-.11-.311 0-.465.063-.465.172q0 .024.092.42l.435 2.004c.016.14.048.217.11.248q.07.047.279.047c.358 0 .59-.077.684-.232.046-.078.11-.125.187-.125a.9.9 0 0 1 .358.109 3.2 3.2 0 0 0 1.212.248c.653 0 1.243-.217 1.772-.621.528-.42.809-1.01.809-1.787a3.44 3.44 0 0 0-.467-1.787c-.311-.529-.965-1.384-1.975-2.58-.87-1.026-1.305-1.711-1.305-2.069 0-.28.14-.42.436-.42.404 0 .87.405 1.383 1.213.248.389.42.606.498.653.093.062.279.078.574.078.264 0 .42 0 .482-.032.063-.03.094-.076.094-.154 0-.015-.016-.079-.031-.187l-.467-2.051c-.03-.14-.078-.22-.14-.266a10 10 0 0 0-.48-.047Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/storyblok.svg b/mkdocs-material/material/templates/.icons/simple/storyblok.svg new file mode 100644 index 0000000..19be468 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/storyblok.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.953 11.462H9.088v2.34h4.748c.281 0 .538-.118.749-.305.187-.187.304-.468.304-.819a1.4 1.4 0 0 0-.257-.842c-.188-.234-.398-.374-.679-.374m.164-2.83c.21-.14.304-.445.304-.843 0-.35-.094-.608-.257-.771a.94.94 0 0 0-.608-.234H9.088v2.105h4.374c.234 0 .468-.117.655-.257M21.251 0H2.89c-.585 0-1.053.468-1.053 1.03v18.385c0 .562.468.912 1.03.912H5.58V24l3.368-3.65h12.304c.562 0 .913-.35.913-.935V1.053c0-.562-.351-1.03-.936-1.03zm-3.087 14.9a2.8 2.8 0 0 1-1.006 1.03c-.445.28-.936.538-1.497.655-.562.14-1.17.257-1.801.257H5.579v-13.1h9.403c.468 0 .866.094 1.24.305.351.187.679.444.936.748.524.64.806 1.443.795 2.27 0 .608-.164 1.192-.468 1.754a2.92 2.92 0 0 1-1.403 1.263c.748.21 1.333.585 1.778 1.123.42.561.631 1.286.631 2.199 0 .584-.117 1.076-.35 1.497z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/storybook.svg b/mkdocs-material/material/templates/.icons/simple/storybook.svg new file mode 100644 index 0000000..bb40604 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/storybook.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.71.243-.12 2.71a.18.18 0 0 0 .29.15l1.06-.8.9.7a.18.18 0 0 0 .28-.14l-.1-2.76 1.33-.1a1.2 1.2 0 0 1 1.279 1.2v21.596a1.2 1.2 0 0 1-1.26 1.2l-16.096-.72a1.2 1.2 0 0 1-1.15-1.16l-.75-19.797a1.2 1.2 0 0 1 1.13-1.27L16.7.222zM13.64 9.3c0 .47 3.16.24 3.59-.08 0-3.2-1.72-4.89-4.859-4.89-3.15 0-4.899 1.72-4.899 4.29 0 4.45 5.999 4.53 5.999 6.959 0 .7-.32 1.1-1.05 1.1-.96 0-1.35-.49-1.3-2.16 0-.36-3.649-.48-3.769 0-.27 4.03 2.23 5.2 5.099 5.2 2.79 0 4.969-1.49 4.969-4.18 0-4.77-6.099-4.64-6.099-6.999 0-.97.72-1.1 1.13-1.1.45 0 1.25.07 1.19 1.87z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/strapi.svg b/mkdocs-material/material/templates/.icons/simple/strapi.svg new file mode 100644 index 0000000..2358574 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/strapi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.32 0c-3.922 0-5.882 0-7.1 1.219C0 2.438 0 4.399 0 8.32v7.36c0 3.922 0 5.882 1.219 7.101S4.399 24 8.32 24h7.36c3.922 0 5.882 0 7.101-1.219S24 19.601 24 15.68V8.32c0-3.922 0-5.882-1.219-7.101S19.601 0 15.68 0zm.41 7.28h7.83a.16.16 0 0 1 .16.16v7.83h-3.87v-3.71a.41.41 0 0 0-.313-.398l-.086-.012h-3.72zm-.5.25v3.87H4.553a.08.08 0 0 1-.057-.136L8.23 7.529zm.25 4.12h3.87v3.87H8.64a.16.16 0 0 1-.16-.16zm4.12 4.12h3.87l-3.734 3.734a.08.08 0 0 1-.136-.057z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/strava.svg b/mkdocs-material/material/templates/.icons/simple/strava.svg new file mode 100644 index 0000000..c58ceb9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/strava.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.387 17.944-2.089-4.116h-3.065L15.387 24l5.15-10.172h-3.066m-7.008-5.599 2.836 5.598h4.172L10.463 0l-7 13.828h4.169"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/streamlabs.svg b/mkdocs-material/material/templates/.icons/simple/streamlabs.svg new file mode 100644 index 0000000..0213f00 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/streamlabs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.688 1.346a1.4 1.4 0 0 0-.274.006 8.4 8.4 0 0 0-1.484.308A10.06 10.06 0 0 0 .32 8.27a8.5 8.5 0 0 0-.31 1.486 1.343 1.343 0 0 0 2.662.332 5.7 5.7 0 0 1 .21-1.02 7.37 7.37 0 0 1 4.845-4.847c.288-.09.615-.157 1.02-.207A1.34 1.34 0 0 0 9.91 2.516a1.34 1.34 0 0 0-1.223-1.17Zm4.049 5.223c-2.63 0-3.944 0-4.948.511a4.7 4.7 0 0 0-2.048 2.051c-.512 1.004-.512 2.318-.512 4.947v4.29c0 1.501-.001 2.254.29 2.828.258.504.669.914 1.173 1.171.574.292 1.326.291 2.828.291h6.97c2.628 0 3.945.002 4.948-.51a4.7 4.7 0 0 0 2.05-2.05C24 19.094 24 17.78 24 15.15v-1.073c0-2.629 0-3.943-.512-4.947a4.7 4.7 0 0 0-2.05-2.05c-1.003-.512-2.32-.512-4.948-.512zm.537 6.705c.74 0 1.34.6 1.34 1.34v2.683a1.342 1.342 0 0 1-2.682 0v-2.684c0-.74.602-1.34 1.342-1.34m5.363 0c.74 0 1.34.6 1.34 1.34v2.683a1.34 1.34 0 0 1-2.68 0v-2.684c0-.74.599-1.34 1.34-1.34"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/streamlit.svg b/mkdocs-material/material/templates/.icons/simple/streamlit.svg new file mode 100644 index 0000000..ce6617c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/streamlit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.673 11.32 6.862-3.618c.233-.136.554.12.442.387L20.463 17.1zm-8.556-.229 3.473-5.187c.203-.328.578-.316.793-.028l7.886 11.75zm-3.375 7.25c-.28 0-.835-.284-.993-.716l-3.72-9.46c-.118-.331.139-.614.48-.464l19.474 10.306c-.149.147-.453.337-.72.334z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/streamrunners.svg b/mkdocs-material/material/templates/.icons/simple/streamrunners.svg new file mode 100644 index 0000000..42685dd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/streamrunners.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.572 12.737a.854.854 0 0 0 0-1.48l-12.66-7.31c-.695-.4-1.51.292-1.225 1.043l.98 2.587c.106.28-.1.578-.4.578H7.55c-.658 0-1.275.32-1.656.857L3.632 12.21h8.553c.02 0 .034.02.027.04-.847 2.253-1.69 4.508-2.537 6.761-.282.75.532 1.44 1.227 1.04zM.001 17.052a.01.01 0 0 0 0 .006h8.297a.64.64 0 0 0 .612-.452l.656-2.134a.64.64 0 0 0-.613-.83l-6.805.018a.08.08 0 0 0-.067.036Q1.04 15.372 0 17.052Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/stripe.svg b/mkdocs-material/material/templates/.icons/simple/stripe.svg new file mode 100644 index 0000000..bd3b3ca --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/stripe.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.976 9.15c-2.172-.806-3.356-1.426-3.356-2.409 0-.831.683-1.305 1.901-1.305 2.227 0 4.515.858 6.09 1.631l.89-5.494C18.252.975 15.697 0 12.165 0 9.667 0 7.589.654 6.104 1.872 4.56 3.147 3.757 4.992 3.757 7.218c0 4.039 2.467 5.76 6.476 7.219 2.585.92 3.445 1.574 3.445 2.583 0 .98-.84 1.545-2.354 1.545-1.875 0-4.965-.921-6.99-2.109l-.9 5.555C5.175 22.99 8.385 24 11.714 24c2.641 0 4.843-.624 6.328-1.813 1.664-1.305 2.525-3.236 2.525-5.732 0-4.128-2.524-5.851-6.594-7.305z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/strongswan.svg b/mkdocs-material/material/templates/.icons/simple/strongswan.svg new file mode 100644 index 0000000..b502ad8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/strongswan.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.803 5.24a3.16 3.16 0 0 0-1.647.5c-.245.185-.54.52-.518 1.165.022.32.031.294.112.58.232.433.458.622.826.94.06.047.079.06.133.099.275.258.553.556.79.823.207.256.432.54.604.825.229.392.263.369.546.928.287.645.398 1.392.226 2.068a4.6 4.6 0 0 1-.88 1.646l.347 1.137.303-1.115.463.003.298 1.114.34-1.112h.466l-.554 1.662c.3-.39.528-.74.763-1.197l.409.07c.036-.093.079-.155.145-.183.04-.018.063-.032.19-.032.1-.001.216.016.253.095.013.035.028.064.023.183a4 4 0 0 1-.436.104c-.302.059-.427.105-.521.192a.44.44 0 0 0-.152.355c0 .11.02.184.07.26.079.122.19.197.344.23.1.022.302.018.393-.008a.9.9 0 0 0 .27-.138l.07-.053.056.173h.482l-.015-.03a1 1 0 0 1-.075-.22c-.012-.054-.014-.132-.015-.548 0-.401-.003-.497-.014-.552-.022-.112-.04-.16-.102-.216a.46.46 0 0 0-.257-.14 1.7 1.7 0 0 0-.494-.025c-.216.018-.42.11-.49.22q0 .002-.002.003c.734-1.491 1.002-3.19.274-4.696-.42-.92-1.036-1.522-1.751-2.102.71.009 1.367.094 2.033.02.167-.012.3-.02.455-.056a.6.6 0 0 1 .318-.073c.335-.116.376-.214.379-.292-.021-.181-.335-.323-.487-.393l-.96.202c-.057-.04-.835-.292-.83-.595.003-.122.13-.138.16-.433l.001-.263-.058-.298c-.063-.082-.425-.313-.626-.421-.241-.12-.386-.19-.562-.235a3.2 3.2 0 0 0-1.096-.171m-6.332.657c-1.667-.01-3.283.509-4.457 1.83-.55.579-1.06 1.274-1.458 1.923.396.083.697.186 1.165.32.438.097.78.378 1.082.488l.09-.048c-1.001-.5-.685-.4-.284-.266.723.654 1.823.52 2.545 1.162l.243.14c.113-.04-.322-.275-.248-.282l.063.004c-.022-.001-.862-.533-.795-.53-.085-.145-.267-.225-.358-.308.227.073.587.375.732.428l.074-.063c.033-.029.005.135.141.165l.1-.165c.017-.026.087.146.131.157.03.008.004-.061.074-.111-.123-.079-.14-.075-.26-.138-.154-.029-.183-.042-.459-.238.29-.024.326.09.46.15.44.126.9.28 1.274.562l.033-.04c.017-.02.546.385.51.35l.065-.083c.012-.015.132.172.142.161l.06-.067c.252.226.276.377.528.551.16.075.54.373.79.528.505.45.711.64-.029.077-.166-.093-.617-.525-.528-.161.166.125.671.372.446.387.008.004.039.076.375.265.143.081.447.298.447.298l.014-.025.176.16c-.012-.012-.127-.013-.188-.022-.282-.22-.27-.194-.296-.193-.211.236.208.156.032.3.154.084.302.212.417.327.012.122.13.19.264.317s.285.315.389.41c.846-.389 1.315-.976 1.551-1.524.295-.756.245-1.02.086-1.586-.178-.557-.711-1.153-1.183-1.527-.25-.223-.495-.368-.878-.655-.69-.751-.954-1.401-1.019-1.966-.076-.516.06-.998.168-1.315-.7-.07-1.452-.15-2.065-.145zM5.556 9.65c-.08-.014-.157-.028-.229-.03a.34.34 0 0 0-.252.089c.13.015.26.03.398.074zm-.083.133-.08.126c.219.023.314.015.515.04.19.05.542.15.71.207.016.013.088-.033.05-.054-.39-.174-.815-.208-1.195-.319m-.08.126h-.169l.14.045zm-.028.045-.031.065c.216.031.986.29 1.045.297.043.005.063-.048.025-.065-.134-.052-.317-.096-.508-.154a6 6 0 0 0-.531-.143m-.031.065c-.21-.043-.326-.098-.578-.169-.258-.106-1.13-.252-.557.03.042.098-.506-.041-.341-.095-.06.002-.98-.273-.721-.092-.392-.14-.308-.129-.365.069-.2-.123-.331-.165-.466-.166-.08 0-.163.015-.262.037-.348-.063-.124-.019-.166.143.114.124.781.278.922.31.322.069 1.115.315 1.085.254-.282-.164.146.009.267.068.144.088.58.079.55.225a.35.35 0 0 1 .21.077c.123-.215.245-.432.422-.69zm-.528-.254c.067.07.14.053.232.078.066-.006.292-.018.336-.013-.017-.004-.23-.063-.568-.065m-.408.075c.095.002.427.224.194.138-.243-.065-.326-.128-.21-.135zm-2.675.011c-.034-.003-.056.08.119.104.054.008-.078-.093-.12-.104zm.22.07c-.03.021.03.068.363.128.274.05-.301-.129-.362-.128zm2.878.03c.04 0 .237.123.165.115-.236-.028-.255-.116-.165-.115m-2.507.19c.229.144.31.17.052.134.147.097.48.15.348.306.055.027.201-.006.224.047s.016.063-.101.13c-.08.05-.49-.063-.683-.09-.22-.057-.376-.06-.594-.09-.468-.046-.003.087-.672.046-.545-.032-.193.11-.244.122-.1.137-.284-.069-.313-.044-.044.057-.01.187-.287.006L0 10.862c.397-.01.522.146.597-.035.17.013.3.096.354.133s-.134.11-.016.095c.101-.112.172.067.24.057.044 0 .12-.082.17-.088.021.006.079.098.13.093.043-.004.129-.07.149-.057.389.066.488.097.556.176.252-.012.55.164.963.209.981.336-.904-.193-1.462-.16-.188.017-.872-.13-.538.058.288.127.482.255.624.159.048-.026.894.356.338.019.12.017.227-.01.326.045.303.163.47.058.565.134.277.156.474.111.698.135.126.022.411.06.476.104.114.023.067.014.212.038l.102-.267c-.671-.075-.693-.112-1.543-.368l.014-.056c.209.068.343.1.52.127l.012-.094c.09.022.47.105.489.091-.215-.094-.2-.044-.163-.114.11-.033.557.165.613.139.156-.005.123.003.162.007.154-.415.171-.38.276-.654a2 2 0 0 1-.245-.109c-.089.042.196.142-.306-.008-.147-.1-.125-.145-.153-.002-.054-.037-.089-.005-.339-.193-.351-.122-1.261-.338-1.507-.336zm2.274 1.301-.104.268c.212.02.167.005.303-.01s.471.118.621.191c.088.057.095.074.363.167.147.025.574.242.876.316.036-.01.363.114.526.15q.151.06.28.157c.147.061.207.087.38.11.164.071-.018.024.201.117.24.123.358.242.442.267.104-.053.34-.12.38-.13-.172-.04-.438-.242-.817-.388-.623-.15-1.137-.55-1.71-.804l-.419-.113c-.038.003-.043.021-.044.05.394.123.534.162.677.235.182.16.322.185.351.221-.325-.097-.295-.085-.59-.174-.237-.078-.274-.133-.58-.227-.158-.049-.356-.166-.536-.233a2.2 2.2 0 0 0-.6-.17m-.206.535C3.678 13.9 3.315 14.845 1.76 15.86c-.364.229-.778.4-1.21.427v2.467c1.51.002 3.019.001 4.528.006-.276-2.279 1.124-4.583 3.202-5.505-.38-.288-.39-.202-.451-.172-.248-.181-1.15-.677-1.16-.688-.1-.011-.36-.125-.398-.075-.025.055.13.072.187.084.225.041 1.242.664 1.32.792-.448.025-.81-.41-1.181-.505l.008-.118c-.236-.12-.415-.122-.481-.166-.08.146-1.016-.346-1.17-.341-.23.033-.213-.036-.572-.089m.938-1.331c-.017 0-.007.01.056.041.053.019.515.205.256.143-.168.117.425.013.244.116-.398-.111.547.306.308.07-.093-.147-.131-.088-.193-.12-.183-.093-.297-.127-.414-.178-.03-.009-.216-.07-.257-.072m-4.318.02c.13 0 .266.01.313.014.366-.045.425.12.107.088-.03-.002-.108-.073-.233.049-.074-.009-.126-.086-.212-.104.071.1.293.142-.131.088-.258-.114-.06-.137.156-.135m.741.033c.05-.002.111.017.128.077-.257-.015-.21-.074-.128-.077m8.753.28-.003.001c-.122.08.05.232.385.348-.099-.138-.042-.143-.195-.193.067.172-.15-.155-.187-.156m-5.734.12c-.23.14.486.301.387.255-.042-.173.399.174.217-.043-.26-.058-.11-.103-.203-.096-.158.066-.295-.098-.401-.115zm-2.067.017q.007 0 .016.005c.023.014.052.05.093.072.01.037-.029.04-.069.029s-.081-.033-.078-.045c.011-.047.023-.062.038-.062zm.845.09c.016 0 .048.025.095.102-.097-.004-.126-.1-.095-.101zm7.412.046c-.084.073.188.295.27.145-.136-.126.054.123-.27-.145m-3.99.003c-.277.065-.275.007.053.197.3.138-.003.095-.126.012.004.03.25.217.22.19.118.083.454.215.32.042.12-.15-.193-.162-.194-.184a.9.9 0 0 1-.28-.183c-.185.014.119-.06.007-.074m-.007.074h.004q-.006-.003-.004 0m.28.183q.043.012.055-.017c-.04.007-.055.013-.055.017m.28 2.852v.485h-.192v.242h.192l.008 1.018c.008.224.129.388.334.447.17.028.32.013.478-.028l-.004-.264a.7.7 0 0 1-.245.058c-.17-.01-.23-.035-.275-.203l-.005-1.03.53.002v-.242h-.527v-.485zm4.614.436a.7.7 0 0 0-.459.179l-.056.045v-.175h-.293v1.689h.293v-1.259l.064-.047a.9.9 0 0 1 .258-.136.6.6 0 0 1 .236 0c.06.017.11.058.138.113.047.092.05.125.054.754l.004.575h.292l-.003-.625c-.003-.606-.004-.628-.022-.7-.05-.205-.167-.34-.344-.393a.7.7 0 0 0-.162-.02m11.251.002a.75.75 0 0 0-.306.068.9.9 0 0 0-.228.168l-.034.039v-.237h-.444v1.715h.477l-.003-.893c-.01-.438.226-.504.398-.511.195.006.274.14.28.332q-.002.537.004 1.072H24l-.003-.65c-.003-.591-.005-.656-.018-.71a.46.46 0 0 0-.286-.337.8.8 0 0 0-.313-.056m-13.111 0a1 1 0 0 0-.198.02c-.3.082-.498.337-.54.699-.016.131-.006.355.02.468.04.173.1.284.214.399a.5.5 0 0 0 .147.114.8.8 0 0 0 .234.077c.08.013.265.004.345-.015a.68.68 0 0 0 .44-.35c.076-.15.097-.247.103-.475a1.1 1.1 0 0 0-.048-.432.694.694 0 0 0-.717-.505m3.394.001a.67.67 0 0 0-.477.196.7.7 0 0 0-.176.266c-.073.18-.093.425-.053.662.05.3.21.497.444.56a.85.85 0 0 0 .446-.02c.091-.04.154-.093.225-.148l-.002.135a1 1 0 0 1-.018.182c-.027.11-.072.184-.163.23a.54.54 0 0 1-.297.055c-.196-.004-.364-.073-.488-.116l-.004.307c.1.024.21.047.295.057.185.023.381.012.514-.03.256-.06.425-.299.448-.67v-1.62h-.266l-.014.07-.077-.042c-.156-.074-.264-.073-.337-.074m-7.03.003a.8.8 0 0 0-.213.025c-.193.057-.337.192-.38.357a.7.7 0 0 0-.013.137c0 .15.038.247.13.333.09.085.186.118.471.177.202.042.28.078.313.177.02.175.002.215-.107.283a.7.7 0 0 1-.242.042c-.15.014-.372-.071-.554-.218H6.02v.32q.166.084.355.128c.1.026.382.015.452-.008.149-.048.3-.15.358-.261a.45.45 0 0 0 .06-.254c-.001-.257-.122-.39-.418-.459l-.216-.05a.6.6 0 0 1-.23-.095c-.045-.041-.069-.136-.052-.206.015-.06.05-.098.108-.133.177-.108.498-.048.722.13h.023v-.308a1.3 1.3 0 0 0-.337-.105 2 2 0 0 0-.21-.012zm2.676.042a.68.68 0 0 0-.395.175l-.093.08.001-.253H8.54l.004 1.686.285.002-.004-1.199a.9.9 0 0 1 .251-.162c.148-.053.195-.04.363-.023v-.305zm.965.204q.077 0 .154.022c.14.044.237.162.283.343.025.1.032.37.013.482-.038.219-.14.361-.296.413a.45.45 0 0 1-.43-.08c-.113-.106-.163-.247-.171-.486-.01-.277.04-.463.155-.578a.42.42 0 0 1 .292-.116m3.42.008h.042a.8.8 0 0 1 .336.098v.918l-.05.035a.8.8 0 0 1-.24.11.6.6 0 0 1-.28 0c-.118-.038-.19-.122-.232-.276a1.3 1.3 0 0 1-.03-.335c.016-.214.066-.34.174-.442a.37.37 0 0 1 .28-.108m3.96.105c-1.014.897-1.887 1.096-2.407 1.228.247.696.34 1.51.289 2.245 1.596-.265 3.04-.904 4.076-2.083l-.43-.001-.31-1.098-.299 1.098-.46.001zm3.78.58c.007.002.007.028.004.129-.005.156-.019.204-.078.27a.46.46 0 0 1-.2.114c-.111.028-.212.005-.283-.065-.112-.112-.073-.274.079-.33.045-.017.08-.026.329-.083z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/stryker.svg b/mkdocs-material/material/templates/.icons/simple/stryker.svg new file mode 100644 index 0000000..5966dce --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/stryker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.852 0C5.34.08.079 5.341 0 11.852h1.857v.296H0C.08 18.66 5.34 23.921 11.852 24v-1.857h.296V24C18.66 23.92 23.921 18.66 24 12.148h-1.857v-.296H24C23.92 5.34 18.66.079 12.148 0v1.857h-.296Zm.505 2.83c1.44 0 2.561.31 3.373.894q1.22.874 1.88 2.371l.234.53-2.73.957-.191-.472c-.222-.545-.52-.973-.909-1.27-.384-.29-.924-.418-1.612-.418-.73 0-1.332.162-1.8.505-.425.313-.61.817-.61 1.49q-.002.5.13.883c.081.23.22.437.408.62q.334.323.881.614.596.32 1.481.65a18 18 0 0 1 1.756.784 6.4 6.4 0 0 1 1.545 1.106A4.9 4.9 0 0 1 17.28 13.7c.26.624.399 1.382.399 2.277a4.9 4.9 0 0 1-.427 2.013 5.1 5.1 0 0 1-1.183 1.657 5.6 5.6 0 0 1-1.792 1.108 6.2 6.2 0 0 1-2.266.406q-1.248-.001-2.183-.316a5.6 5.6 0 0 1-1.638-.84 5 5 0 0 1-1.145-1.198 6 6 0 0 1-.692-1.362l-.177-.496 2.662-.998.18.517a4 4 0 0 0 .38.797q.217.359.556.63.348.28.844.453.513.178 1.238.177a3.7 3.7 0 0 0 .966-.132 2.3 2.3 0 0 0 .813-.403 2 2 0 0 0 .569-.728c.154-.32.224-.711.224-1.173 0-.505-.057-.925-.184-1.258a2.1 2.1 0 0 0-.554-.81q-.417-.385-1.09-.688a58 58 0 0 0-1.798-.774c-1.342-.548-2.325-1.22-2.962-1.997-.666-.814-1.007-1.814-1.007-3.009q0-.984.364-1.85a4.25 4.25 0 0 1 1.079-1.527 5.1 5.1 0 0 1 1.683-.992q.965-.353 2.22-.355z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/stubhub.svg b/mkdocs-material/material/templates/.icons/simple/stubhub.svg new file mode 100644 index 0000000..cb70b80 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/stubhub.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.78 6.566.21 8.148a.23.23 0 0 0-.21.227V8.4l.725 6.884v.004c.003.036.006.07.006.11 0 .123-.016.243-.048.347L.344 16.84c-.04.122.026.182.146.134l1.805-.75q.003 0 .006-.002h.003q.196-.075.418-.076h.036l20.04 1.29c.127 0 .23-.097.243-.222L24 6.784v-.02c0-.11-.09-.198-.2-.198zm-19.245 3.68h.053c.823 0 1.25.304 1.275.892v.045h-.516l-.006-.04c-.027-.26-.273-.386-.753-.386h-.045q-.719.011-.717.434v.08a.2.2 0 0 0 .07.136.5.5 0 0 0 .19.11l1.204.403-.007-.005.01.004a1 1 0 0 1 .46.306.8.8 0 0 1 .175.502v.117c0 .287-.14.54-.36.695-.235.18-.575.268-.997.268s-.75-.093-.99-.268v-.002a.86.86 0 0 1-.36-.7v-.07h.516v.05c0 .146.063.255.21.346s.358.137.628.137.49-.048.637-.136.22-.2.22-.346v-.072c0-.167-.098-.277-.3-.344L3.935 12a.93.93 0 0 1-.45-.28.7.7 0 0 1-.16-.444v-.084c0-.616.403-.935 1.21-.943zm8.292.08h.518v1.448h1.588v-1.447h.52v3.47h-.522v-1.52h-1.585v1.52h-.518v-3.47zm-6.495.007h.5v.945h.535v.51h-.535v.89q0 .312.168.487l-.002.004a.58.58 0 0 0 .334.17h.035v.485l-.047-.004h-.004a1.04 1.04 0 0 1-.68-.308c-.203-.21-.305-.492-.305-.834zm11.913 0h.5v1.12c.155-.157.367-.24.633-.24.755 0 1.14.395 1.142 1.175v.283c0 .342-.103.624-.305.835s-.486.316-.836.316-.628-.105-.83-.315-.306-.494-.306-.834v-2.337zm-8.084.002h.5v1.12q.235-.242.634-.243c.76 0 1.14.396 1.144 1.176v.283c0 .342-.105.624-.307.835s-.483.316-.833.316-.627-.105-.83-.315-.307-.494-.307-.834v-2.335zm-2.395.945h.492v1.367q.002.389.113.545c.07.095.204.146.387.146h.016c.185 0 .31-.047.385-.146s.115-.287.115-.545H9.27V11.28h.49v1.367c0 .417-.08.72-.23.902q-.22.26-.71.272h-.115q-.49-.011-.71-.273c-.156-.18-.23-.486-.23-.903V11.28zm8.077 0h.492v1.367q.001.389.115.545.107.144.384.146h.025q.27-.001.378-.146.114-.157.115-.545h-.004V11.28h.49v1.367c0 .417-.083.728-.23.902s-.384.264-.71.272h-.12q-.488-.011-.71-.273c-.155-.18-.228-.486-.228-.903V11.28zm-4.548.422c-.207 0-.37.05-.473.156s-.16.285-.16.53v.288c0 .208.062.366.17.486s.26.182.464.182c.203 0 .357-.056.47-.18s.17-.28.17-.488v-.283q-.001-.37-.163-.53c-.162-.16-.266-.16-.476-.16zm8.083 0c-.207 0-.37.05-.473.156s-.16.285-.16.53v.288c0 .208.06.366.166.486s.267.182.467.182.355-.06.47-.18.17-.285.17-.488v-.283q-.001-.37-.163-.53c-.162-.16-.267-.16-.477-.16z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/studio3t.svg b/mkdocs-material/material/templates/.icons/simple/studio3t.svg new file mode 100644 index 0000000..f287768 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/studio3t.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.336 3.194c-3.37.044-8.92 1.972-11.414 7.826q-.24.577-.418 1.177A13 13 0 0 0 .1 14.094l-.004-.002c-.405 4.071.519 6.19 1.877 6.62.909.288 1.707-.099 2.646-.888 1.032-.867 1.436-1.523 1.32-2.426-.12-.932-1.126-1.61-2.037-1.853-1.318-.383-.787-1.228-.787-1.228s1.421 1.02 3.711.763c2.089-.234 2.486-.672 2.486-.672-.003-2.155 1.152-3.657 2.664-3.802-1.05.495-1.656 2.205-1.654 3.593l.006 3.674.521.002c1.533.002 2.839-1.54 2.836-3.281v-.72s1.146-.623 2.774-.805c.77-.087 1.372-.006 1.892.15a2.15 2.15 0 0 1-.514-1.318c-.007-.225.362-.324.444 0 .29 1.302 1.035 1.859 2.898 2.418a3.8 3.8 0 0 0 1.057.021c.807-.111 1.615-.558 1.744-1.508.12-.89-.323-1.498-.776-2.12l-.109-.153a5.3 5.3 0 0 1-.48-.77 7 7 0 0 1-.293-.763c-.107-.318-.213-.634-.375-.922-2.136-3.785-5.939-4.958-9.611-4.91m8.058 6.287h.027c.29 0 .525.254.526.566 0 .312-.233.565-.524.565-.29 0-.527-.255-.527-.567 0-.302.22-.55.498-.564m-6.035 4.728c.21 2.063-.963 2.934-.963 2.934 1.636-.098 3.485-1.592 3.392-3.51 0 0-.725-.105-2.429.576"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/studyverse.svg b/mkdocs-material/material/templates/.icons/simple/studyverse.svg new file mode 100644 index 0000000..689790e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/studyverse.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.267 21.4c1.552-.126 3.057-.622 4.325-1.536.55-.404 1.063-.881 1.427-1.462.186-.297.307-.62.297-.975a2.26 2.26 0 0 0-.59-1.566c-.385-.437-.852-.777-1.353-1.068a13 13 0 0 0-2.397-1.076c-2.426-.842-5.068-1.584-7.366-2.726-.746-.381-1.482-.808-2.089-1.392-.3-.301-.573-.656-.698-1.068-.226-.763-.227-1.605.1-2.34.107-.253.27-.453.421-.68-.063-.088-.094-.192-.217-.204-.206.027-.408.125-.6.202A7.6 7.6 0 0 0 .915 7.43C.523 7.89.172 8.462.06 9.062c-.174.972.03 1.99.605 2.797.706 1.02 1.889 1.715 3.015 2.18 2.748 1.094 5.544 2.072 8.304 3.134.352.139.695.234.968.512.173.178.296.428.184.673-.137.318-.539.46-.856.502-.742.093-1.476-.175-2.166-.41-2.105-.733-4.17-1.588-6.227-2.444-.116-.047-.167-.05-.268.03-.038.117-.013.208.05.31.411.69.89 1.342 1.427 1.938 1.107 1.229 2.507 2.307 4.097 2.814 1.01.328 2.023.348 3.074.302m7.608-2.708c.233-.033.46-.147.676-.238a7.6 7.6 0 0 0 2.561-1.917c.51-.608.875-1.307.884-2.119a3.67 3.67 0 0 0-.81-2.481c-.722-.918-1.834-1.555-2.9-1.992-2.852-1.132-5.752-2.144-8.614-3.251-.295-.116-.58-.27-.754-.545-.105-.167-.136-.371-.035-.548.146-.276.5-.409.79-.455.693-.104 1.389.122 2.037.343 2.18.748 4.316 1.637 6.444 2.52.088.038.154.01.226-.045.041-.115.012-.212-.048-.312A12.2 12.2 0 0 0 18.59 5.38c-1.053-1.091-2.36-2.03-3.817-2.49-.727-.23-1.512-.316-2.272-.307a8.8 8.8 0 0 0-3.333.597c-1.012.4-1.992 1.007-2.729 1.814-.297.335-.6.737-.713 1.177a2.23 2.23 0 0 0 .191 1.443c.244.48.671.88 1.1 1.196 1.188.845 2.518 1.325 3.89 1.772 2.102.703 4.331 1.381 6.327 2.348.774.386 1.585.842 2.214 1.442.302.295.582.649.715 1.054.25.802.244 1.697-.123 2.463-.102.22-.257.392-.378.6.055.087.089.2.212.203z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/styledcomponents.svg b/mkdocs-material/material/templates/.icons/simple/styledcomponents.svg new file mode 100644 index 0000000..8f58ac7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/styledcomponents.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.214 6.762-.075.391c-.116.741-.074.953.244 1.228l.307.254-.318 1.418c-.19.846-.423 1.555-.571 1.788-.127.201-.275.497-.307.656-.053.19-.233.381-.508.55-.243.138-.72.508-1.058.805-.27.243-.456.392-.557.456l-.33.261a1.4 1.4 0 0 0-.189.411c-.023.107-.01.178.024.23q.05.075.168.107a1 1 0 0 0 .282.023 3 3 0 0 0 .632-.112c.07-.019.125-.037.173-.053.074-.091.245-.263.548-.562.804-.793 1.111-1.227.794-1.11-.117.042-.064-.064.137-.276.424-.413.667-1.037 1.175-2.994.402-1.545.402-1.567.698-1.567.139 0 .532.024.532.024V6.762h-.902zm3.839 3.165c-.064 0-.17.096-.233.202-.116.19.021.306 1.767 1.396 1.037.657 1.873 1.217 1.852 1.26-.021.031-.868.582-1.883 1.217-1.842 1.142-1.852 1.153-1.683 1.386.212.275 0 .37 2.391-1.122L24 13.155v-.836l-1.937-1.196c-1.047-.656-1.957-1.185-2.01-1.196m-16.085.117c-.053 0-.963.54-2.01 1.185L0 12.425v.836l1.947 1.217c1.08.666 1.99 1.217 2.032 1.217s.127-.096.212-.212c.127-.201.02-.286-1.768-1.418C.72 12.996.54 12.848.71 12.732c.106-.074.91-.572 1.778-1.111 1.979-1.217 1.873-1.133 1.714-1.387-.063-.105-.17-.2-.233-.19zm8.684.023c-.292-.002-.92.443-2.8 1.978-.081.193-.088.326-.051.412q.037.087.129.13c.06.03.138.048.224.055.171.015.373-.012.536-.044l.11-.025a.4.4 0 0 1 .144-.118c.116-.064.603-.508 1.09-.984.857-.868 1.058-1.26.709-1.387a.2.2 0 0 0-.09-.017zm2.196.603c-.257.007-.72.305-1.513.938-.398.323-.65.497-.785.533l-.524.414c-.197.36-.226.583-.174.706a.25.25 0 0 0 .138.134.6.6 0 0 0 .24.045 2.2 2.2 0 0 0 .58-.085 4 4 0 0 0 .291-.092l.029-.012.053-.028c.1-.129.33-.372.618-.652.91-.878 1.375-1.502 1.28-1.735-.043-.113-.117-.17-.233-.166m-2.424 1.08c-.074.008-.24.136-.539.398-.432.382-.903.602-1.066.504l-.114.024c-.166.033-.373.06-.558.045a.7.7 0 0 1-.252-.063.34.34 0 0 1-.168-.17c-.037-.09-.037-.202.005-.345l-.65.534-1.471 1.217v1.973l4.82-3.797a.4.4 0 0 1 .016-.123c.037-.134.035-.202-.023-.196zm2.074.639c-.073 0-.195.103-.39.31-.265.283-.682.557-.903.613l-.034.018-.11.042q-.091.031-.228.068c-.18.049-.404.094-.604.089a.7.7 0 0 1-.275-.054.34.34 0 0 1-.184-.18c-.058-.139-.035-.334.092-.611L7.61 16.033v1.205h1.868l3.962-3.112q.154-.172.467-.465c.56-.519.687-.698.687-.963 0-.206-.023-.31-.096-.31zm.943 1.95-.339.338c-.19.18-.529.402-.761.497l-.046.02-.003.005-.01.01c-.009.007-.013.008-.02.011a3 3 0 0 1-.282.093 3 3 0 0 1-.65.115 1 1 0 0 1-.31-.027.36.36 0 0 1-.218-.144q-.074-.111-.035-.295a1 1 0 0 1 .095-.25l-3.197 2.526h4.252l.508-.582c.698-.814 1.016-1.396 1.016-1.894z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/stylelint.svg b/mkdocs-material/material/templates/.icons/simple/stylelint.svg new file mode 100644 index 0000000..009b9b3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/stylelint.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.415.549 0 3.712 2.242 5.65.547 7.483l11.176 15.909h.114c-2.625-9.386-2.55-9.428-4.446-16.12l-.456.263c-.248.143-.451.026-.451-.26V4.084C5.98 2.321 5.586.958 5.47.549zm15.115 0c-.116.41-.51 1.772-1.014 3.535v3.191c0 .286-.203.403-.45.26l-.457-.264c-1.897 6.693-1.821 6.735-4.446 16.12-.017.07.06.09.114 0L23.453 7.484 21.757 5.65 24 3.712 20.585.549zm-11.496.75c-.118.007-.2.105-.2.271v5.127c0 .242.172.34.38.22l3.068-1.772a.34.34 0 0 1-.086-.222V3.287q.002-.101.056-.182L7.215 1.35a.33.33 0 0 0-.18-.051zm9.939 0a.33.33 0 0 0-.18.052l-3.038 1.753a.33.33 0 0 1 .057.183v1.636a.34.34 0 0 1-.088.223l3.068 1.77c.21.122.38.023.38-.218V1.57c0-.166-.08-.264-.199-.27zm-6.35 1.863c-.101 0-.183.056-.183.125v1.636c0 .069.082.125.183.125h2.761c.101 0 .184-.056.184-.125V3.287c0-.07-.083-.125-.184-.125zm1.294 3.642a.83.83 0 0 0-.83.83.83.83 0 0 0 .83.828.83.83 0 0 0 .829-.829.83.83 0 0 0-.83-.829zm-.01 4.93a.83.83 0 0 0-.82.829.83.83 0 0 0 .83.829.83.83 0 0 0 .828-.83.83.83 0 0 0-.829-.828zm.01 4.93a.83.83 0 0 0-.83.828.83.83 0 0 0 .83.83.83.83 0 0 0 .829-.83.83.83 0 0 0-.83-.829z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/styleshare.svg b/mkdocs-material/material/templates/.icons/simple/styleshare.svg new file mode 100644 index 0000000..20e6007 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/styleshare.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.752 7.22a2.04 2.04 0 0 0-2.049 2.048c0 .455.146.89.414 1.241l2.628 3.662c.31.537.124 1.242-.414 1.572-.538.311-1.241.125-1.572-.414a1.154 1.154 0 0 1 .372-1.551l.042-.021c.206-.145.269-.414.124-.621a.47.47 0 0 0-.373-.207.4.4 0 0 0-.207.063l-.041.021c-.951.6-1.262 1.861-.662 2.813.601.953 1.862 1.264 2.813.662.952-.6 1.263-1.861.662-2.813-.041-.063-.082-.104-.104-.166l-2.627-3.683a1.1 1.1 0 0 1-.145-.58c0-.641.517-1.138 1.138-1.138s1.138.517 1.138 1.138c0 .394-.207.745-.538.973-.021 0-.021.021-.041.021-.207.145-.27.414-.124.621.082.124.228.186.372.207a.4.4 0 0 0 .207-.062l.041-.021c.952-.6 1.263-1.862.662-2.814a2.03 2.03 0 0 0-1.716-.951m0 8.091a.58.58 0 0 0 .579-.58.578.578 0 1 0-1.158 0c0 .332.268.58.579.58m0-6.622a.58.58 0 0 0-.579.58.578.578 0 1 0 1.158 0c-.02-.331-.268-.58-.579-.58M12 0C5.379 0 0 5.379 0 12s5.379 12 12 12 12-5.379 12-12S18.621 0 12 0M9.269 17.357a2.613 2.613 0 0 1-2.627-2.605 2.62 2.62 0 0 1 1.593-2.421L7.138 10.8c-.848-1.18-.579-2.814.579-3.642s2.814-.58 3.641.579c.828 1.159.58 2.814-.579 3.642a2.6 2.6 0 0 1-.517.29l1.138 1.615a2.6 2.6 0 0 1-.703 3.619 2.5 2.5 0 0 1-1.428.454m7.655-4.074c.808 1.199.497 2.813-.703 3.619s-2.814.498-3.621-.703a2.6 2.6 0 0 1 .704-3.621c.145-.104.289-.165.435-.248l-1.117-1.531a2.633 2.633 0 0 1 .579-3.662 2.634 2.634 0 0 1 3.662.58 2.635 2.635 0 0 1-.579 3.662 2.6 2.6 0 0 1-.518.29zM8.255 9.827a1.1 1.1 0 0 1-.145-.579c0-.641.517-1.138 1.138-1.138.642 0 1.138.517 1.138 1.138 0 .394-.207.766-.538.973l-.041.021c-.207.145-.269.414-.125.621.083.124.228.186.373.207a.4.4 0 0 0 .207-.062l.041-.021a2.055 2.055 0 0 0 .683-2.814 2.055 2.055 0 0 0-2.814-.684 2.07 2.07 0 0 0-.682 2.814c.042.063.083.125.124.166l2.627 3.663c.104.166.145.373.145.578 0 .643-.497 1.139-1.138 1.16a1.153 1.153 0 0 1-1.158-1.139c0-.393.207-.766.538-.973l.042-.02c.207-.146.269-.414.124-.621a.47.47 0 0 0-.373-.207.4.4 0 0 0-.207.063l-.042.021c-.952.599-1.262 1.863-.662 2.814s1.862 1.262 2.814.662c.6-.373.972-1.035.972-1.738 0-.455-.145-.889-.414-1.242zm1.014 5.484c.31 0 .579-.248.579-.58a.58.58 0 0 0-1.159 0c0 .332.249.58.58.58m0-6.622a.575.575 0 0 0-.58.559c0 .311.249.58.559.58s.58-.249.58-.559a.56.56 0 0 0-.559-.58"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/stylus.svg b/mkdocs-material/material/templates/.icons/simple/stylus.svg new file mode 100644 index 0000000..f411afa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/stylus.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.671 8.861c-.445-.354-1.697.239-2.05 1.118-.446 1.116-1.105 2.746-1.752 3.46-.683.75-.751.17-.683-.262.158-1.02 1.153-3.381 1.696-4.047-.202-.3-1.52-.256-2.435 1.166-.342.536-1.122 2.325-1.99 3.734-.19.305-.427.092-.243-.621.207-.825.818-3.089 1.604-4.871 2.064-.409 4.254-.696 5.933-.702.226-.06.377-.263 0-.275-1.447-.049-3.62.122-5.652.38.391-.782.812-1.404 1.239-1.667-.464-.293-1.404-.177-1.94.617a11 11 0 0 0-.702 1.244c-1.49.232-2.765.494-3.412.739-.671.256-.598 1.068-.19.915.85-.317 1.996-.647 3.272-.94-.812 1.831-1.447 3.992-1.599 4.87-.379 2.137.946 2.124 1.593 1.282.702-.922 2.166-4.163 2.392-4.504.067-.116.16-.055.11.048-1.635 3.265-1.496 4.529-.17 4.248.597-.128 1.629-1.153 1.897-1.684.055-.128.171-.116.146-.061-1.037 2.692-2.355 4.87-3.24 5.554-.805.616-1.404-.72 1.446-2.637.422-.286.226-.677-.25-.543-1.47.232-5.681 1.568-7.53 2.85-.142.098-.27.177-.264.379.006.116.208.073.306.012 2.393-1.435 4.351-1.995 6.597-2.466.03.013.067.019.097.007.104-.025.098.03.031.073a4 4 0 0 1-.342.177c-1.513.591-2.429 1.897-2.105 2.563.275.574 1.758.366 2.46-.012 1.72-.934 2.971-2.765 3.826-5.292.745-2.24 1.685-4.778 1.904-4.852M3.7 16.094c.623-.745.696-1.514.214-2.942-.305-.903-.812-1.599-.44-2.16.397-.598 1.24-.019.538.78l.14.098c.842.098 1.257-1.056.628-1.386-1.66-.866-3.113.8-2.472 2.729.275.817.66 1.684.348 2.374-.268.592-.787.94-1.135.952-.726.037-.244-1.63.592-2.045.073-.036.177-.085.08-.207-1.032-.116-1.636.36-1.984 1.025-1.013 1.934 1.922 2.649 3.49.782zm19.974-2.064c-2.8-.366-8.842.122-11.509.831-.794.207-.574.628-.171.549.006 0 .177-.043.183-.043 2.191-.427 7.507-.8 10.607-.207.372.067 1.49-1.05.89-1.13m-9.22-.329c.78-.39 1.94-2.808 2.702-4.131.055-.098.153-.02.098.048-1.928 3.32-1.11 3.705-.348 3.656 1.02-.061 1.96-1.526 2.167-1.856.086-.128.135-.024.086.068-.05.152-.226.421-.391.787-.232.519.012.72.214.812.317.153 1.183.055 1.317-.476-.865-.018 1.209-4.108 1.423-4.358-.58-.336-1.477.031-1.886.836-.872 1.727-1.605 3.119-2.063 3.143-.89.049 1.026-3.85 1.337-3.973-.19-.275-1.404-.159-2.082.89-.244.38-1.732 3.016-2.099 3.45-.647.769-.696.11-.513-.66.061-.262.165-.598.3-.97.427-.964.885-1.27 1.166-1.581 1.885-2.093 2.966-3.79 2.538-4.455-.378-.592-1.642-.33-2.453.89-1.496 2.241-2.874 5.31-3.051 6.715-.171 1.403.847 1.506 1.537 1.165zm7.372-3.296c.238.586.598 1.166.384 1.679-.177.439-.41.623-.665.665-.36.06-.263-1.068.354-1.404.055-.03.134-.177.06-.262-.78-.043-1.22.33-1.458.824-.69 1.447 1.563 1.842 2.667.42.44-.567.458-1.128.036-2.147-.267-.647-.676-1.13-.42-1.557.275-.45.933-.061.44.544l.11.06c.64.037.902-.817.414-1.03-1.287-.55-2.49.835-1.922 2.208m-6.579-.811c.067-.153.11-.195.226-.452.67-1.477 1.514-3.033 2.093-3.759.36-.379.866.134-.049 1.538a14 14 0 0 1-1.812 2.264v.006c-.171.189-.324.348-.391.44-.049.06-.104.049-.067-.037"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/subaru.svg b/mkdocs-material/material/templates/.icons/simple/subaru.svg new file mode 100644 index 0000000..8d124e0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/subaru.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 4.983c3.004 0 6.224.612 8.786 2.239C22.451 8.286 24 9.9 24 12.002c0 2.456-2.097 4.242-4.106 5.287-2.391 1.238-5.216 1.728-7.894 1.728-3.003 0-6.217-.605-8.78-2.238C1.556 15.714 0 14.101 0 12.003 0 9.536 2.092 7.757 4.106 6.71 6.504 5.474 9.323 4.983 12 4.983m-.025.746c-2.793 0-5.802.523-8.225 1.983-1.524.912-3.03 2.347-3.03 4.253 0 2.239 2.04 3.806 3.864 4.706 2.258 1.102 4.897 1.53 7.391 1.53 2.798 0 5.809-.523 8.232-1.983 1.517-.918 3.029-2.346 3.029-4.253 0-2.243-2.035-3.813-3.864-4.705-2.258-1.104-4.898-1.53-7.397-1.53zm-10.54 4.686 4.597-.784 1.384-3.003L8.794 9.63l4.596.784-4.596.792-1.378 3.01-1.384-3.01zm10.106 2.289 2.028-.356.605-1.359.606 1.359 2.028.356-2.028.35-.606 1.36-.605-1.36zm4.196-3.621 2.028-.35.605-1.365.606 1.364 2.028.35-2.028.357-.606 1.36-.606-1.36zM13.57 15.51l2.02-.35.607-1.365.612 1.365 2.027.35-2.027.357-.612 1.36-.606-1.36zm-6.23.491 2.028-.35.612-1.366.605 1.366 2.028.35-2.028.357-.605 1.359-.612-1.359zm10.196-3.353 2.022-.357.605-1.359.612 1.359 2.028.357-2.028.35-.612 1.357-.606-1.357Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sublimetext.svg b/mkdocs-material/material/templates/.icons/simple/sublimetext.svg new file mode 100644 index 0000000..d9ed3f4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sublimetext.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.953.004a.4.4 0 0 0-.18.017L3.225 5.585c-.175.055-.323.214-.402.398a.4.4 0 0 0-.06.22v5.726a.4.4 0 0 0 .06.22c.079.183.227.341.402.397l7.454 2.364-7.454 2.363c-.255.08-.463.374-.463.655v5.688c0 .282.208.444.463.363l17.55-5.565c.237-.075.426-.336.452-.6.003-.022.013-.04.013-.065V12.06c0-.281-.208-.575-.463-.656L13.4 9.065l7.375-2.339c.255-.08.462-.375.462-.656V.384c0-.211-.117-.355-.283-.38z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/substack.svg b/mkdocs-material/material/templates/.icons/simple/substack.svg new file mode 100644 index 0000000..d57df15 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/substack.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.539 8.242H1.46V5.406h21.08zM1.46 10.812V24L12 18.11 22.54 24V10.812zM22.54 0H1.46v2.836h21.08z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/subtitleedit.svg b/mkdocs-material/material/templates/.icons/simple/subtitleedit.svg new file mode 100644 index 0000000..af09319 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/subtitleedit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.858.02C1.744.23.16 1.91.02 4.09c-.038.598-.02 15.896.02 16.156.3 1.996 1.752 3.455 3.7 3.719.418.057 16.38.04 16.674-.018 1.433-.28 2.614-1.164 3.156-2.363.2-.443.304-.776.377-1.208.047-.282.075-16.036.029-16.509A4.266 4.266 0 0 0 20.348.048C20.065.008 4.261-.02 3.858.02m7.237 6.15c.707.707 1.285 1.299 1.285 1.315 0 .024-.57.03-2.79.03-3.106 0-2.95-.008-3.286.16-1.145.58-1.175 2.2-.052 2.8.34.18.265.174 1.725.192 1.404.018 1.475.023 1.976.153 1.495.388 2.688 1.64 3.015 3.164a4.2 4.2 0 0 1-3.547 5.057c-.347.046-6.605.05-6.605.004 0-.016.573-.602 1.273-1.302L5.36 16.47l1.87-.01c2.07-.009 1.97-.002 2.326-.172a1.566 1.566 0 0 0 .421-2.532c-.431-.43-.571-.461-2.05-.462-1.802 0-2.364-.125-3.253-.721-3.078-2.066-2.152-6.837 1.475-7.597.38-.08.522-.086 2.11-.089l1.551-.003 1.284 1.285m10.067-1.256c0 .017-.578.608-1.284 1.315l-1.284 1.286h-4.427L12.87 6.216a68.614 68.608 0 0 1-1.296-1.315c0-.01 2.157-.018 4.793-.018 3.813 0 4.794.006 4.794.03m-2.562 7.06-.006 1.308h-4.449l-.033-.094c-.336-.942-.695-1.527-1.346-2.194a4 4 0 0 1-.292-.313c0-.01 1.38-.016 3.066-.016h3.066zm1.278 5.78a67.498 67.492 0 0 1 1.284 1.302c0 .01-1.955.018-4.344.018s-4.344-.008-4.344-.018.103-.12.228-.243a5.45 5.45 0 0 0 1.38-2.185l.053-.16h4.458l1.285 1.285"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/subversion.svg b/mkdocs-material/material/templates/.icons/simple/subversion.svg new file mode 100644 index 0000000..25725e3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/subversion.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 20.753v-6.306q-4.928 1.942-12.23 3.786Q4.968 19.95 0 20.708v.045zM0 14.078v5.133q5.608-.825 10.13-1.967 4.443-1.122 6.847-2.18 2.402-1.055 2.22-1.78-.16-.63-2.217-.645-1.054.015-2.904.15-1.855.136-4.61.426-4.274.457-7.1.694-1.344.113-2.366.17zm1.035 2.95q.09.001.16.07a.233.233 0 0 1-.256.382.2.2 0 0 1-.075-.05c-.023-.014-.04-.044-.05-.074 0-.015-.016-.045-.016-.09 0-.06.03-.12.075-.165s.105-.06.18-.06zm.81 0q.094.001.165.07a.23.23 0 0 1 .066.166q0 .098-.067.168a.27.27 0 0 1-.27.048.2.2 0 0 1-.076-.05c-.03-.014-.045-.044-.06-.074-.015-.015-.015-.045-.015-.09 0-.06.014-.12.06-.165s.104-.06.164-.06zm-.81-1.51q.09-.001.16.07.07.067.07.165 0 .097-.07.165c-.07.068-.1.07-.164.07a.23.23 0 0 1-.167-.07.23.23 0 0 1-.07-.165c0-.067.016-.123.06-.168s.106-.068.166-.068zm.81 0q.094-.001.165.07.067.067.066.165 0 .097-.067.165c-.06.045-.106.07-.18.07s-.12-.024-.166-.07a.24.24 0 0 1-.075-.165c0-.067.014-.123.06-.168s.104-.068.164-.068zM24 4.597V9.41q-2.452.15-6.138.534c-2.49.27-4.52.48-6.093.615-1.576.15-2.713.226-3.41.24-1.363.03-2.09-.15-2.195-.554-.105-.45.705-1.05 2.445-1.77 1.74-.735 4.05-1.47 6.9-2.19 2.505-.63 5.34-1.185 8.49-1.65zm-.855-1.35q-4.883.909-10.114 2.23Q4.865 7.541 0 9.573V3.248h23.146z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/suckless.svg b/mkdocs-material/material/templates/.icons/simple/suckless.svg new file mode 100644 index 0000000..3acf1dc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/suckless.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 4h24v4H4v2h20v10H0v-4h20v-2H0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sui.svg b/mkdocs-material/material/templates/.icons/simple/sui.svg new file mode 100644 index 0000000..85f3fd8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sui.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.636 10.009a7.16 7.16 0 0 1 1.565 4.474 7.2 7.2 0 0 1-1.608 4.53l-.087.106-.023-.135a7 7 0 0 0-.07-.349c-.502-2.21-2.142-4.106-4.84-5.642-1.823-1.034-2.866-2.278-3.14-3.693-.177-.915-.046-1.834.209-2.62.254-.787.631-1.446.953-1.843l1.05-1.284a.46.46 0 0 1 .713 0l5.28 6.456zm1.66-1.283L12.26.123a.336.336 0 0 0-.52 0L4.704 8.726l-.023.029a9.33 9.33 0 0 0-2.07 5.872C2.612 19.803 6.816 24 12 24s9.388-4.197 9.388-9.373a9.32 9.32 0 0 0-2.07-5.871zM6.389 9.981l.63-.77.018.142q.023.17.055.34c.408 2.136 1.862 3.917 4.294 5.297 2.114 1.203 3.345 2.586 3.7 4.103a5.3 5.3 0 0 1 .109 1.801l-.004.034-.03.014A7.2 7.2 0 0 1 12 21.67c-3.976 0-7.2-3.218-7.2-7.188 0-1.705.594-3.27 1.587-4.503z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sumologic.svg b/mkdocs-material/material/templates/.icons/simple/sumologic.svg new file mode 100644 index 0000000..c60d70a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sumologic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.922 10.756v2.513h-.586v-.266c-.134.216-.379.341-.737.341-.595 0-.89-.308-.89-.799v-1.79h.64v1.62c0 .262.142.416.417.416.32 0 .516-.184.516-.52v-1.515zm4.161.757v1.756h-.64v-1.564c0-.3-.121-.483-.4-.483s-.441.208-.441.5v1.547h-.64v-1.564q0-.482-.4-.483c-.283 0-.441.208-.441.5v1.547H5.48v-2.513h.595v.279q.22-.363.716-.362c.32 0 .561.133.699.37.17-.245.424-.37.753-.37.536 0 .84.32.84.84m5.143 1.756h-.64V9.774h.64zm6.949 0h-.641v-2.513h.64zm-.654-2.892h.662v-.611h-.662zm3.055 2.035c-.263.279-.441.387-.683.387-.287 0-.49-.167-.582-.425v-.732c.095-.262.3-.428.59-.428.213 0 .383.074.654.328l.4-.395c-.321-.35-.633-.478-1.053-.478-.587 0-1.04.307-1.22.823v1.032c.175.516.62.82 1.203.82.453 0 .765-.15 1.115-.583zm-22.257-.69c-.175-.038-.3-.072-.37-.088-.088-.025-.154-.058-.188-.104v-.192c.059-.091.2-.15.396-.15.27 0 .457.063.753.296l.345-.416c-.35-.291-.649-.395-1.082-.395-.499 0-.844.204-.982.495v.632c.109.212.358.333.858.441q.266.064.37.084c.091.029.175.066.22.133v.22c-.062.1-.212.154-.407.154a1 1 0 0 1-.408-.079 1.9 1.9 0 0 1-.454-.295L0 12.87c.4.353.736.474 1.215.474.512 0 .874-.196 1.011-.508V12.2c-.116-.237-.395-.362-.907-.479zm9.445-1.053c-.578 0-1.032.312-1.215.81v1.058c.183.5.641.811 1.215.811s1.028-.312 1.211-.807v-1.065c-.187-.495-.64-.807-1.21-.807zm.591 1.71c-.1.266-.312.424-.595.424s-.495-.158-.6-.424v-.741c.1-.266.313-.429.6-.429s.491.163.59.429zm4.585-1.71c-.578 0-1.032.312-1.219.81v1.058c.187.5.641.811 1.22.811.578 0 1.027-.312 1.21-.807v-1.065c-.183-.495-.636-.807-1.21-.807zm.591 1.71c-.1.266-.312.424-.59.424a.62.62 0 0 1-.6-.424v-.741c.1-.266.312-.429.6-.429.286 0 .49.163.59.429zm2.85-1.623v.279q-.242-.363-.765-.362c-.475 0-.857.29-1.024.753v1.036c.163.462.545.749 1.024.749q.479-.001.732-.32v.2c0 .415-.241.61-.616.61-.278 0-.507-.082-.873-.299l-.313.462c.354.237.77.366 1.195.37.707 0 1.227-.378 1.227-1.086v-2.392zm-.079 1.527a.58.58 0 0 1-.545.387.57.57 0 0 1-.545-.387v-.687a.57.57 0 0 1 .545-.382.57.57 0 0 1 .545.382z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/suno.svg b/mkdocs-material/material/templates/.icons/simple/suno.svg new file mode 100644 index 0000000..f17b163 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/suno.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.5 0C20.642 0 24 5.373 24 12h-9c0 6.627-3.358 12-7.5 12S0 18.627 0 12h9c0-6.627 3.358-12 7.5-12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sunrise.svg b/mkdocs-material/material/templates/.icons/simple/sunrise.svg new file mode 100644 index 0000000..f442914 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sunrise.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.001 0A12 12 0 1 0 24 11.999 12.01 12.01 0 0 0 12.001 0m0 2.464a9.53 9.53 0 0 1 9.514 8.889 9.5 9.5 0 0 1-.863 4.649H3.35a9.53 9.53 0 0 1 .616-9.14 9.53 9.53 0 0 1 8.036-4.398"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/supabase.svg b/mkdocs-material/material/templates/.icons/simple/supabase.svg new file mode 100644 index 0000000..218f62c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/supabase.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.9 1.036c-.015-.986-1.26-1.41-1.874-.637L.764 12.05C-.33 13.427.65 15.455 2.409 15.455h9.579l.113 7.51c.014.985 1.259 1.408 1.873.636l9.262-11.653c1.093-1.375.113-3.403-1.645-3.403h-9.642z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/supercrease.svg b/mkdocs-material/material/templates/.icons/simple/supercrease.svg new file mode 100644 index 0000000..03a516e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/supercrease.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12.13 5.553-.265.472s-.047.082-.082.15c-.045.014-4.562 1.305-5.752 1.651-.705.197-1.214.345-1.33.381-.115-.185-.38-.635-.38-.635l-1.087.324-1.224.358-.219.07s-.022.126-.059.299c-.08.439-.218 1.213-.242 1.305-.023.023-.149.22-.334.463-.173.254-.405.555-.601.843-.162.22-.312.415-.416.565L0 11.996s.058-.012.139-.035l1.017-.174c-.092.52-.279 1.525-.279 1.525l.209.29.601.83.417.566q.064 0 .128.012a68 68 0 0 1-.613 1.248.4.4 0 0 1-.037.092l1.041.888.717.612.37.312.116.092.322.055-.011.023 3.027.115s-.553-.645-.59-.681c.705.023 2.37.093 2.37.093l-1.4-1.617-.09-.115s-.418.197-.602.277c-.012-.011-.012-.035-.024-.058l-.057.037-.082-.21-.127-.368.198-.266.717.232.61.21.694.218 1.446-.195.242-.035s.323-.265.623-.508c.093-.08.186-.163.267-.232.255.462.866 1.604 1.004 1.859-.058.139-.423 1.098-.423 1.098l1.523.08.799.035 1.744.092-.3-.704 1.628.08-.592-1.398-.844-.531s-.172.037-.195.037v-.15c.011-.012.045-.036.069-.059l.126-.103s.07-1.317.094-1.963a2 2 0 0 0 .01-.233c.082.035.269.117.512.233 1.317.6 4.574 2.078 4.99 2.275l.265-.174 1.133-.717-.336-.174.163-.38.347-.832.924-2.252-.785.705s-1.318 1.131-1.688 1.443c-.011-.011-.127-.092-.127-.092l.67-1.605-.935.277c-.195.081-.497.197-.705.29 0-.024-.38-.843-.52-1.132v-.011c.347-.185 1.387-.766 1.387-.766l-.035-.068-.416-.809-.59-1.164-.324-.623s-.753.808-.971 1.039c-.093-.046-.335-.196-.67-.393-.15-.08-.311-.185-.484-.289-1.029-.6-2.439-1.42-3.075-1.8-.207-.116-.335-.198-.335-.198s.023.094.046.198l.092.46a2 2 0 0 1-.277.024c-.254.035-.542.057-.797.08-.208.023-.369.035-.473.047-.058-.093-.207-.346-.38-.635h-.005c-.229-.373-.472-.773-.472-.773Zm.05.633 3.558 5.86-1.113.507-.127.058-3.324 1.537-.98.45-.987-3.198 2.857-5.007zm-.239.252-1.949 3.42-.865 1.517-.01.016 1.024 3.316.572-.262.5-.226.182.341.05.094-1.076.893-1.539.207-2.1-.639-1.212-.37.12-.198-.722-.047 1.752-2.584-2.02-3.383zm3.016.375 4.031 2.36-2.093 2.253-.204.219-.615.584-.053-.258-1.02-4.961-.007-.035zm-.039.251.998 4.795.02.092-.092.111-2.916-4.802zm-10.719.868.328.552.795 1.33 1.25 2.1-1.763 2.598-.116.156-1.775-.08h-.025l-.045-.002-.516-.02-1.041-1.414.338-1.802.006-.028.504-2.793zm15.678.404.973 1.9-2.334 1.274-2.645 1.326-.088.043v-.004l-.236.121.154-.166.059-.062.015-.018 3.036-3.264.273-.293.035-.037zm-18.121 1.82-.205 1.125-.696.125zm17.742.914.79 1.686.097.367-.2.162-2.091-1.469.46-.236.602-.328zm-1.486.79 2.611 1.84.29.206.68.477.038.025.246.176.49.354-.797.476-5.588-2.543 2.03-1.012Zm-2.202.244-.437.548-.021.01.01.006-.425.533-.277-.574 1.15-.524Zm5.827.07-.69 1.648-.002.006-.691-.494.223-.18-.002-.004 1.101-.927zm-.305.146-.879.745-.088-.329-.006-.023zm-5.604.016-.005.176-.08.033-.116.045.202-.254Zm7.569.06-1.002 2.39-.58-.417.074-.092 1.465-1.826zm-7.438.141-.074.082-.103.111-.131-.062.25-.102zm-1.273.125.082.168.252.524.515-.649.188.09-.297.318.051.063.129-.069.19-.093-.114 2.299-.129.1v-.017l-1.119.938-.209.027v-.234l.197-.162.172-3.262zm-.176.08-.152 2.881-.016.3-.197.163-1.053.861-.201.04-1.242-2.313-.125-.234-.137-.255zm8.502.004-1.14 1.424-.202-.274zm-1.744.762.55.726-.072.086-.634-.443zm-16.307 1.07.639.041-.064.102-.008.013-.035.057-.563.947-.226.37-.053.085-.01.018-.023.037-.004.008-.014.021-.025.05-1.479-1.651 1.738.076zM2.8 14.67h.084l1.504 1.678-2.324-.174zm2.676.146 1.132.344-.265.438-.084.14-.801-.894zm-.06.102.75.84-1.196-.09zm9.96.652v.582l-.877.153zm-10.453.176 1.322.1.026.029.015-.025.06.004.307.902-.527.25-.338.16-.162-.174-.1.045-.914-.771.248-.418zm1.4.041.014.04-.023-.026.01-.014Zm9.535.363.63.39.322.759-1.538-.076-.037-.102-.69-.445-.044.008-.373.066v-.305l.09-.015-.008.008 1.244-.215v-.004zm-1.812.041v.573l-.889.154zM2.12 16.26l2.346.175.025.03.016-.027.043.003.318.907-.935.441-1.813-1.53Zm5.264.244.773.887-2.258-.088-.058-.073zm7.144.258.633.4.006.012.045.127h.008l.26.623-2.989-.145.272-.707.988-.174.373-.064zm-8.922.33.243.28.01.01.519.598-2.455-.093 1.015-.473.577-.28z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/supermicro.svg b/mkdocs-material/material/templates/.icons/simple/supermicro.svg new file mode 100644 index 0000000..1ad6a01 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/supermicro.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.937 5.842q-.734-.011-1.494.03c-3.99.218-7.831 1.51-10.236 3.443-.469.379-1.18 1.133-1.453 1.543-.539.8-.754 1.444-.754 2.252 0 1.55 1.026 2.85 3.006 3.798 1.218.586 2.67.97 4.392 1.164 1.203.133 3.198.114 4.568-.046 3.963-.465 7.517-1.921 9.52-3.893.242-.242.77-.851.789-.914 0-.004.105.031.234.074.554.188 1.148-.078 1.398-.629.133-.28.121-.732-.023-1.025a1.15 1.15 0 0 0-.621-.57l-.188-.067v-.199c0-.855-.422-1.727-1.203-2.484-1.568-1.52-4.513-2.421-7.935-2.477m-.156.395c.638-.008 1.257.013 1.836.064 2.276.2 4.213.782 5.587 1.684.504.332 1.176 1.002 1.418 1.416.234.402.375.848.403 1.27l.02.331-.24.004a1.08 1.08 0 0 0-.823.41c-.196.25-.254.422-.25.778 0 .336.082.556.289.795l.129.144-.348.352c-.683.69-1.46 1.242-2.482 1.75-2.585 1.296-6.064 1.974-9.258 1.806-2.178-.113-3.916-.502-5.365-1.197-1.527-.73-2.478-1.723-2.72-2.82-.613-2.776 3.139-5.614 8.593-6.508a22 22 0 0 1 3.21-.28ZM23 7.784l-.01.002c-.03 0-.059 0-.088.01-.04.007-.079.026-.117.042a.44.44 0 0 0-.138.125c-.016.027-.035.052-.043.082a.4.4 0 0 0-.032.122.5.5 0 0 0 .016.152.44.44 0 0 0 .174.228.5.5 0 0 0 .187.067.46.46 0 0 0 .248-.047.4.4 0 0 0 .215-.281c.005-.035.013-.069.008-.104.001-.026-.006-.054-.01-.08a.44.44 0 0 0-.191-.26.5.5 0 0 0-.21-.058zm-.031.086h.06a.3.3 0 0 1 .112.033q.03.012.054.035c.023.02.048.041.063.068a.3.3 0 0 1 .037.075c.012.027.013.057.02.086-.002.031.004.064-.004.095-.003.033-.018.062-.032.092-.006.019-.019.034-.029.05a.3.3 0 0 1-.076.075c-.017.015-.04.02-.059.03-.022.006-.044.016-.068.017q-.008 0-.018.002c-.03 0-.061.004-.091-.002a.3.3 0 0 1-.154-.078.2.2 0 0 1-.044-.047c-.018-.02-.026-.045-.039-.068q-.011-.03-.017-.063c-.008-.027-.006-.056-.006-.084-.002-.039.01-.077.021-.113.014-.026.024-.054.043-.076.015-.024.039-.04.057-.059a.3.3 0 0 1 .066-.041c.023-.007.045-.018.069-.021a.1.1 0 0 1 .035-.006m.047.12-.055.003h-.053l-.02.004-.019.002-.015.002-.016.001v.415h.094v-.17l.037.002.035.002.012.003.013.002.012.012.004.008.004.007.002.01.002.008.011.038.006.014.006.014h.104l-.006-.012-.008-.035-.01-.037-.006-.022-.006-.02-.007-.015-.008-.013-.01-.012-.01-.01-.015-.008-.014-.01V8.17l.012-.006.013-.006.012-.006.012-.008.01-.01.007-.013.006-.014.002-.02v-.019l-.002-.013-.002-.014-.008-.014-.008-.013-.01-.012-.01-.01-.015-.006-.015-.008-.018-.004-.018-.005-.029-.002zm-.055.07h.053l.017.005.016.006.014.012.01.01.001.007.004.01v.021l-.006.014-.005.01-.01.006-.01.01-.018.003-.013.008-.04.002h-.04v-.121l.013-.002zM4.203 10.318q-.105.007-.104.054c0 .098-.058.102-.285.024a1.04 1.04 0 0 0-.703-.024.83.83 0 0 0-.574.825c0 .406.176.605.887 1.011.175.102.375.245.437.319.192.214.149.445-.094.547-.417.171-.863-.11-.94-.602-.024-.156-.032-.162-.157-.162h-.133v1.17h.133c.097 0 .137-.02.152-.074.02-.075.024-.075.262 0 .718.222 1.32-.048 1.445-.649.102-.48-.117-.775-.875-1.19-.57-.312-.73-.534-.52-.734a.44.44 0 0 1 .454-.117c.261.067.511.41.511.703 0 .055.032.07.137.07h.137V10.32h-.17zm15.046.584-.039.002c-.078 0-.12.023-.136.078-.024.074-.032.074-.149.012-.172-.086-.625-.106-.851-.032-.246.078-.551.364-.684.633-.086.176-.113.29-.125.555-.02.41.078.709.312.963.512.554 1.465.449 1.813-.2l.074-.144-.094-.074-.093-.078-.18.203c-.27.312-.524.379-.852.234-.32-.148-.48-.58-.398-1.088.086-.554.367-.812.797-.734.18.035.387.242.457.46.05.145.074.169.18.18l.125.012-.02-.246c-.061-.704-.058-.739-.137-.736m-8.394.033v.14c0 .137.002.141.135.141.113 0 .144.02.176.102.023.054.039.45.039.875s-.016.818-.04.873c-.03.082-.062.101-.175.101-.129 0-.135.008-.135.137v.137h1.17v-.133c0-.129-.008-.137-.145-.148l-.148-.012-.012-.403c-.004-.218.004-.396.02-.392.015 0 .203.244.414.545l.379.543h1.523v-.137c0-.125-.012-.137-.11-.137-.19 0-.202-.043-.202-.703l.004-.603.347.779c.465 1.046.43 1.042.863.059l.329-.74.011.552c.004.305 0 .578-.008.606-.011.027-.082.05-.16.05-.129 0-.136.008-.136.137v.137h2.224v-.137c0-.125-.008-.137-.117-.137-.074 0-.129-.027-.156-.074-.043-.082-.055-1.635-.016-1.79.02-.067.055-.087.156-.087.125 0 .133-.008.133-.136v-.137h-1.865l-.34.77c-.187.425-.355.786-.37.802-.017.016-.189-.322-.384-.76l-.355-.793-.395-.011-.39-.012v.14c0 .125.008.137.117.137.094 0 .129.024.156.102.024.054.04.45.04.875s-.016.818-.04.873c-.027.082-.062.101-.164.101a.6.6 0 0 1-.254-.078c-.117-.07-.414-.432-.57-.697-.063-.11-.063-.11.078-.203.195-.129.281-.258.309-.473a.64.64 0 0 0-.329-.648c-.18-.102-.203-.106-.894-.117zm8.55 0v.137c0 .132.008.14.149.152l.145.012v1.912l-.145.012c-.14.011-.148.02-.148.148v.133h1.169v-.133c0-.129-.007-.137-.144-.148l-.149-.012-.011-.41c-.012-.488-.04-.5.453.195l.344.488.378.012.38.012v-.133c0-.125-.012-.137-.149-.156-.172-.032-.293-.149-.594-.575-.187-.265-.199-.29-.136-.33.039-.02.128-.09.199-.148.324-.277.238-.844-.157-1.055-.144-.074-.23-.086-.87-.097zm-14.876.008v.136c0 .13.008.137.133.137.086 0 .14.024.156.063.012.035.024.383.024.777 0 .937.058 1.111.449 1.318.125.067.227.082.508.082.48 0 .677-.101.86-.445.063-.117.079-.252.095-.955l.02-.82.237-.012c.223-.012.243-.004.266.078.04.149.027 1.658-.016 1.764-.027.078-.062.101-.156.101-.11 0-.117.012-.117.137v.137h1.133v-.133c0-.129-.008-.137-.145-.149l-.148-.011-.012-.38-.012-.376.23.002c.403.004.638-.127.766-.443.168-.403-.066-.844-.519-.97-.078-.019-.602-.038-1.164-.038H6.092v.133c0 .128.007.136.148.148l.145.012.011.734c.012.86-.012.947-.281 1.08-.27.129-.543.082-.676-.11-.062-.093-.07-.193-.07-.903v-.801l.148-.012c.137-.012.145-.02.145-.148v-.133h-.566Zm4.295 0v.133c0 .128.008.136.148.148l.145.012.012.933c.011 1.008.011.998-.196.998-.097 0-.11.016-.11.137v.137h1.9l.12-.39.118-.391h-.13c-.1 0-.14.027-.21.136-.156.254-.243.293-.63.293h-.347v-.78h.293c.203 0 .3.017.309.048.011.027.027.096.039.154.02.09.047.11.14.11h.118v-.975h.12c.094 0 .118-.012.098-.063a2 2 0 0 1-.023-.351v-.29H9.78Zm7.173.275q.051 0 .135.006l.246.012v1.912h-.254c-.234 0-.253-.008-.277-.098-.043-.152-.039-1.623.004-1.736.026-.073.043-.095.146-.096m-6.353.03.352.015c.246.008.367.027.406.07a.5.5 0 0 1 .082.184c.023.117.02.129-.074.129-.078 0-.106.023-.125.105a1 1 0 0 1-.04.157c-.007.035-.105.05-.308.05h-.293v-.355zm2.213.011a.35.35 0 0 1 .148.043c.18.082.27.363.176.543-.05.094-.238.191-.37.191h-.099v-.367c0-.367.012-.402.145-.41m8.55 0a.35.35 0 0 1 .149.043c.113.05.215.215.215.344 0 .21-.2.39-.434.39-.066 0-.074-.035-.074-.367 0-.367.012-.402.144-.41m-12.599.035h.133c.102 0 .16.032.238.125.09.11.106.153.09.313-.023.242-.117.344-.312.344h-.149v-.391z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/superuser.svg b/mkdocs-material/material/templates/.icons/simple/superuser.svg new file mode 100644 index 0000000..1353e86 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/superuser.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.523 0c-.223 0-.336.111-.336.28v23.439c0 .196.113.252.336.252h5.594c.224 0 .335-.084.307-.252v-1.483c0-.167-.14-.252-.363-.252H5.543c-.252 0-.363-.083-.363-.279V2.293c0-.196.112-.307.42-.307h2.488c.224 0 .336-.056.336-.252V.28c0-.196-.14-.28-.364-.28zm8.8.02c-.224 0-.364.083-.364.279v1.398c0 .196.112.28.336.28h.447c2.154 0 3.664 1.706 3.664 3.412v4.42c0 1.37.98 2.517 2.518 3.216.112.056.139.14.139.196s-.027.112-.14.14c-1.677.616-2.517 2.294-2.517 3.496v3.916c0 1.735-1.51 1.258-3.664 1.258h-.447c-.224 0-.336.084-.336.28v1.398c0 .196.14.28.363.28h.56c3.609 0 6.516.335 6.516-2.714v-4.082c0-1.426 1.008-2.295 2.49-2.714.672-.196.95-.307.923-.56v-1.173c0-.447-.308-.477-.868-.644-1.51-.532-2.515-1.342-2.515-2.74V5.64c0-3.05-2.937-5.621-6.545-5.621h-.56zm.183 8.396c-.336 0-.645.252-.645.588v1.342c0 .307.281.588.645.588h1.482c.336 0 .643-.253.643-.588V9.004c0-.308-.28-.588-.643-.588z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/surrealdb.svg b/mkdocs-material/material/templates/.icons/simple/surrealdb.svg new file mode 100644 index 0000000..e977915 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/surrealdb.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 6.314 5.714 3.165v-1.27L12 5.054c-.85.47-4.957 2.74-5.714 3.157.703.39 8.085 4.467 12.572 6.946v1.264L12 20.209c-1.71-.943-5.15-2.844-6.858-3.79v-3.788L12 16.42l1.144-.632-9.146-5.05v6.316L12 21.472l8-4.42v-2.526L8.57 8.21Zm-8.002.632v2.528l11.428 6.316-3.428 1.896-5.714-3.165v1.27l5.714 3.156c.85-.47 4.957-2.74 5.714-3.157-.703-.39-8.083-4.467-12.57-6.948V7.578L12 3.789c1.707.945 5.148 2.846 6.858 3.789v3.789L12 7.577l-1.144.633L20 13.263V6.946l-8-4.42c-.791.438-7.416 4.1-8.002 4.42M12 0 1.713 5.685v12.63L12 24l10.287-5.682V5.685Zm9.14 17.683L12 22.736l-9.143-5.053V6.317L12 1.264l9.143 5.053z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/surveymonkey.svg b/mkdocs-material/material/templates/.icons/simple/surveymonkey.svg new file mode 100644 index 0000000..270ccb4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/surveymonkey.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.163 13.184a2.9 2.9 0 0 0-.678.084 8.74 8.74 0 0 0-6.917-6.445 8 8 0 0 0-.441-.067c.026-.825.064-1.779 1.278-2.636l-.192-.484s-2.37.735-2.639 2.76c-.117-.551-1.22-1.24-1.767-1.371l-.272.438s.724.362.901 1.361a8.74 8.74 0 0 0-6.92 6.44 2.834 2.834 0 1 0-1.362 5.502 2.84 2.84 0 0 0 1.72-.114 8.7 8.7 0 0 0 .92 1.712l2.352-1.585c-.638-.807-1.02-1.988-1.087-3.173-.07-1.294.244-2.576 1.07-3.33 1.702-1.449 3.556-.788 4.713.6h.312c1.16-1.388 3.017-2.048 4.713-.6.825.754 1.14 2.038 1.07 3.33-.065 1.185-.448 2.366-1.087 3.173l2.353 1.585a8.7 8.7 0 0 0 .922-1.712 2.833 2.833 0 0 0 2.082-5.27 2.8 2.8 0 0 0-1.044-.198M2.786 16.848a.836.836 0 0 1 0-1.672.84.84 0 0 1 .469.144q.01.66.09 1.314c-.148.134-.374.233-.559.214m18.427 0a.84.84 0 0 1-.558-.215 13 13 0 0 0 .09-1.314.835.835 0 0 1 1.304.693c.007.457-.383.858-.836.836"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/suse.svg b/mkdocs-material/material/templates/.icons/simple/suse.svg new file mode 100644 index 0000000..9cdda67 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/suse.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.67 10.227a.39.39 0 0 1-.43 0 .39.39 0 0 1-.061-.602.383.383 0 0 1 .551 0c.17.17.15.462-.06.602m-1.12.882a1.444 1.444 0 1 1 .658-2.81 1.444 1.444 0 0 1-.659 2.81m-5.012 4.374c.04.118.09.273.205.335q.01.005.02.008c.212.078.76.065.76.065h1.005c.086.001.842-.001.823-.085-.091-.405-.558-.477-.914-.688-.328-.196-.64-.418-.78-.799-.074-.197-.03-.65.096-.816a.65.65 0 0 1 .375-.231c.162-.035.33-.005.493.012.2.02.397.056.597.08a7.4 7.4 0 0 0 1.161.06 6.4 6.4 0 0 0 1.89-.326 4.3 4.3 0 0 0 1.2-.602c.41-.305.303-.276-.113-.234q-.747.075-1.497.03c-.465-.028-.925-.083-1.345-.299-.332-.171-.617-.342-.88-.608a.18.18 0 0 1 .009-.23c.07-.073.218-.031.263.007a3.25 3.25 0 0 0 1.85.733c.383.02.755.026 1.138.01.192-.009.48-.008.673-.01.099 0 .37.028.42-.077a.2.2 0 0 0 .012-.1c-.056-1.532-.17-3.26-1.772-3.993-1.197-.547-2.99-1.394-3.747-1.746a.27.27 0 0 0-.381.245c0 .511.026 1.247.026 1.916-.363-.37-.974-.603-1.44-.817a14 14 0 0 0-1.63-.621 17.5 17.5 0 0 0-3.44-.676 13.2 13.2 0 0 0-3.963.2C5.511 6.67 3.407 7.7 1.809 9.206c-.98.923-1.75 2.237-1.802 3.57-.074 1.886.454 2.9 1.426 3.944 1.549 1.664 4.883 1.897 6.234-.077.607-.888.74-2.093.298-3.075-.44-.98-1.455-1.69-2.53-1.726-.833-.028-1.722.396-2.041 1.167a1.68 1.68 0 0 0 .339 1.774c.173.179.407.325.663.267a.38.38 0 0 0 .3-.3c.033-.225-.164-.372-.286-.545a.84.84 0 0 1 .1-1.048c.232-.224.575-.29.897-.29.3 0 .608.055.867.206.364.214.606.607.69 1.021.25 1.24-.758 2.246-2.124 2.325-.698.041-1.41-.142-1.955-.581-1.381-1.111-1.72-3.383-.14-4.595 1.498-1.15 3.39-.854 4.505-.256.893.478 1.558 1.261 2.063 2.127.253.435.468.89.668 1.351.193.445.373.892.758 1.218.255.216.57.208.903.208h1.907c.259 0 .195-.173.084-.287-.253-.258-.616-.317-.952-.41-.769-.21-.69-1.228-.478-1.228.687 0 .709.02 1.31.013.87-.012 1.132-.063 1.811.189.364.134.712.489.94.813.12.171.218.337.274.502"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/suzuki.svg b/mkdocs-material/material/templates/.icons/simple/suzuki.svg new file mode 100644 index 0000000..82935d7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/suzuki.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.369 19.995C13.51 22.39 12 24 12 24L.105 15.705s5.003-3.715 9.186-.87l5.61 3.882.683-.453L.106 7.321s2.226-.65 6.524-3.315C10.49 1.609 12 0 12 0l11.895 8.296s-5.003 3.715-9.187.87L9.1 5.281l-.683.454L23.893 16.68s-2.224.649-6.524 3.315"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/svelte.svg b/mkdocs-material/material/templates/.icons/simple/svelte.svg new file mode 100644 index 0000000..1ad7e5e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/svelte.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.354 21.125a4.44 4.44 0 0 1-4.765-1.767 4.1 4.1 0 0 1-.703-3.107 4 4 0 0 1 .134-.522l.105-.321.287.21a7.2 7.2 0 0 0 2.186 1.092l.208.063-.02.208a1.25 1.25 0 0 0 .226.83 1.34 1.34 0 0 0 1.435.533 1.2 1.2 0 0 0 .343-.15l5.59-3.562a1.16 1.16 0 0 0 .524-.778 1.24 1.24 0 0 0-.211-.937 1.34 1.34 0 0 0-1.435-.533 1.2 1.2 0 0 0-.343.15l-2.133 1.36a4 4 0 0 1-1.135.499 4.44 4.44 0 0 1-4.765-1.766 4.1 4.1 0 0 1-.702-3.108 3.86 3.86 0 0 1 1.742-2.582l5.589-3.563a4 4 0 0 1 1.135-.499 4.44 4.44 0 0 1 4.765 1.767 4.1 4.1 0 0 1 .703 3.107 4 4 0 0 1-.134.522l-.105.321-.286-.21a7.2 7.2 0 0 0-2.187-1.093l-.208-.063.02-.207a1.25 1.25 0 0 0-.226-.831 1.34 1.34 0 0 0-1.435-.532 1.2 1.2 0 0 0-.343.15L8.62 9.368a1.16 1.16 0 0 0-.524.778 1.24 1.24 0 0 0 .211.937 1.34 1.34 0 0 0 1.435.533 1.2 1.2 0 0 0 .344-.151l2.132-1.36a4 4 0 0 1 1.135-.498 4.44 4.44 0 0 1 4.765 1.766 4.1 4.1 0 0 1 .702 3.108 3.86 3.86 0 0 1-1.742 2.583l-5.589 3.562a4 4 0 0 1-1.135.499m10.358-17.95C18.484-.015 14.082-.96 10.9 1.068L5.31 4.63a6.41 6.41 0 0 0-2.896 4.295 6.75 6.75 0 0 0 .666 4.336 6.4 6.4 0 0 0-.96 2.396 6.83 6.83 0 0 0 1.168 5.167c2.229 3.19 6.63 4.135 9.812 2.108l5.59-3.562a6.4 6.4 0 0 0 2.896-4.295 6.76 6.76 0 0 0-.665-4.336 6.4 6.4 0 0 0 .958-2.396 6.83 6.83 0 0 0-1.167-5.168"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/svg.svg b/mkdocs-material/material/templates/.icons/simple/svg.svg new file mode 100644 index 0000000..f1ca05d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/svg.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0c-1.497 0-2.749.965-3.248 2.17a3.45 3.45 0 0 0-.238 1.416 3.5 3.5 0 0 0-1.168-.834 3.5 3.5 0 0 0-1.463-.256 3.5 3.5 0 0 0-2.367 1.02c-1.06 1.058-1.263 2.625-.764 3.83.179.432.47.82.82 1.154a3.5 3.5 0 0 0-1.402.252C.965 9.251 0 10.502 0 12c0 1.497.965 2.749 2.17 3.248.437.181.924.25 1.414.236-.357.338-.65.732-.832 1.17-.499 1.205-.295 2.772.764 3.83 1.058 1.06 2.625 1.263 3.83.764.437-.181.83-.476 1.168-.832-.014.49.057.977.238 1.414C9.251 23.035 10.502 24 12 24c1.497 0 2.749-.965 3.248-2.17a3.45 3.45 0 0 0 .238-1.416c.338.356.73.653 1.168.834 1.205.499 2.772.295 3.83-.764 1.06-1.058 1.263-2.625.764-3.83a3.5 3.5 0 0 0-.834-1.168 3.45 3.45 0 0 0 1.416-.238C23.035 14.749 24 13.498 24 12c0-1.497-.965-2.749-2.17-3.248a3.5 3.5 0 0 0-1.414-.236c.357-.338.65-.732.832-1.17.499-1.205.295-2.772-.764-3.83a3.5 3.5 0 0 0-2.367-1.02 3.5 3.5 0 0 0-1.463.256c-.437.181-.83.475-1.168.832a3.45 3.45 0 0 0-.238-1.414C14.749.965 13.498 0 12 0m-.041 1.613a1.902 1.902 0 0 1 1.387 3.246v3.893L16.098 6A1.902 1.902 0 1 1 18 7.902l-2.752 2.752h3.893a1.902 1.902 0 1 1 0 2.692h-3.893L18 16.098A1.902 1.902 0 1 1 16.098 18l-2.752-2.752v3.893a1.902 1.902 0 1 1-2.692 0v-3.893L7.902 18A1.902 1.902 0 1 1 6 16.098l2.752-2.752H4.859a1.902 1.902 0 1 1 0-2.692h3.893L6 7.902A1.902 1.902 0 1 1 7.902 6l2.752 2.752V4.859a1.902 1.902 0 0 1 1.305-3.246"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/svgdotjs.svg b/mkdocs-material/material/templates/.icons/simple/svgdotjs.svg new file mode 100644 index 0000000..3978e25 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/svgdotjs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 12 12 0 0 12l12 12zm-18.569-.554 4.665-4.665c.335-.601.841-1.258 1.565-1.982a.48.48 0 0 1 .678 0 .48.48 0 0 1 0 .678c-1.254 1.254-1.786 2.24-1.836 3.093-.035.59.174 1.1.49 1.573.36.536.854 1.026 1.346 1.518 1.13 1.13 2.206 2.289 2.116 3.826a3.5 3.5 0 0 1-.149.808l4.002-4.002a.6.6 0 0 1-.073-.293.627.627 0 1 1 .627.627.6.6 0 0 1-.293-.073l-4.665 4.665c-.335.601-.841 1.258-1.565 1.982a.48.48 0 0 1-.678 0 .48.48 0 0 1 0-.678c1.254-1.254 1.786-2.24 1.836-3.093.035-.59-.174-1.1-.49-1.573-.36-.536-.854-1.026-1.346-1.518-1.13-1.13-2.206-2.289-2.116-3.826q.021-.384.149-.808l-4.002 4.002a.627.627 0 0 1-.554.92.627.627 0 0 1-.627-.627.627.627 0 0 1 .92-.554m-.293.296c.143 0 .258.115.258.258a.257.257 0 0 1-.258.258A.257.257 0 0 1 4.88 12c0-.143.115-.258.258-.258m13.724 0c.143 0 .258.115.258.258a.257.257 0 0 1-.258.258.257.257 0 0 1-.258-.258c0-.143.115-.258.258-.258"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/svgo.svg b/mkdocs-material/material/templates/.icons/simple/svgo.svg new file mode 100644 index 0000000..5fb2a26 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/svgo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.969 9.57a10.4 10.4 0 0 0-1.242-2.85 24 24 0 0 0 1.172-1.8L19.072 2.1a24 24 0 0 0-1.85 1.21 10.3 10.3 0 0 0-2.76-1.138c-.12-.72-.267-1.448-.456-2.173H10c-.187.71-.327 1.42-.447 2.131A10.3 10.3 0 0 0 6.708 3.26 23 23 0 0 0 4.93 2.101L2.102 4.928c.341.582.707 1.138 1.087 1.68a10.3 10.3 0 0 0-1.32 2.988 25 25 0 0 0-1.868.403v4c.58.152 1.157.274 1.737.38a10.3 10.3 0 0 0 1.281 3.26c-.32.462-.629.937-.917 1.432l2.829 2.828a21 21 0 0 0 1.38-.88 10.3 10.3 0 0 0 3.341 1.391q.144.795.348 1.59h4c.142-.544.258-1.086.36-1.63a10.3 10.3 0 0 0 3.257-1.407c.472.326.96.642 1.457.936l2.827-2.828a25 25 0 0 0-1.004-1.56 10.3 10.3 0 0 0 1.2-3.11c.633-.11 1.268-.24 1.902-.405V10a24 24 0 0 0-2.03-.428m-2.915 5.19a7.6 7.6 0 0 1-4.052 4.398 7.54 7.54 0 0 1-5.99.08c-1.887-.79-3.454-2.382-4.175-4.34a7.55 7.55 0 0 1 .288-5.944 7.6 7.6 0 0 1 3.824-3.647 7.56 7.56 0 0 1 6.119.082 7.6 7.6 0 0 1 3.643 3.55 7.56 7.56 0 0 1 .343 5.82m-1.688-.142a1.52 1.52 0 1 1-2.838-.396l-1.2-.897a2.08 2.08 0 0 1-2.418.437l-.96 1.495a1.283 1.283 0 1 1-.405-.259l.96-1.496a2.07 2.07 0 0 1-.7-2.122l-2.063-.808a.96.96 0 0 1-.873.39.96.96 0 1 1 1.052-.858v.02l2.06.81a2.07 2.07 0 0 1 2.675-.943l.97-1.665a1.04 1.04 0 0 1-.281-1.048 1.035 1.035 0 1 1 .695 1.288l-.973 1.665c.846.633 1.082 1.8.548 2.712l1.2.892a1.5 1.5 0 0 1 .76-.404 1.52 1.52 0 0 1 1.792 1.187z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/svgtrace.svg b/mkdocs-material/material/templates/.icons/simple/svgtrace.svg new file mode 100644 index 0000000..eb3f5d7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/svgtrace.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.46 2.943a2.55 2.55 0 0 0-1.427.901 2.9 2.9 0 0 0-.463.975l-.054.243H3.58v-.546c0-.603-.025-.71-.194-.81-.086-.051-.242-.057-1.628-.057H.223l-.111.112L0 3.873v3.125l.096.107.096.108 1.537.008c1.683.009 1.641.013 1.775-.186.071-.105.075-.143.075-.665v-.553h3.956l-.377.19c-.833.424-1.498.888-2.097 1.468A6.9 6.9 0 0 0 3.615 9.44a9 9 0 0 0-.527 1.425c-.034.143-.053.173-.113.173-.122 0-.45.096-.624.184a1.89 1.89 0 0 0-.984 2.212 1.9 1.9 0 0 0 1.807 1.38c.33 0 .54-.05.862-.203a1.89 1.89 0 0 0 1.054-1.698c0-.307-.107-.697-.263-.96-.172-.29-.524-.613-.802-.737-.118-.053-.215-.114-.215-.137s.065-.241.146-.487c.724-2.202 2.401-3.69 5.14-4.56.208-.065.394-.125.414-.132.021-.007.074.1.123.25.273.829.92 1.42 1.794 1.64.382.097.945.077 1.33-.047.742-.24 1.368-.877 1.61-1.637l.069-.22.326.11a8.2 8.2 0 0 1 3.13 1.936 8.2 8.2 0 0 1 2.217 3.716l.079.28-.17.076c-.788.353-1.264 1.264-1.09 2.087a1.93 1.93 0 0 0 1.575 1.517 1.92 1.92 0 0 0 2.079-1.257 1.89 1.89 0 0 0-1.215-2.41 1.8 1.8 0 0 0-.347-.082c-.086 0-.094-.013-.15-.255-.34-1.44-1.233-3.001-2.365-4.129-.58-.577-1.468-1.248-2.029-1.531a1 1 0 0 1-.189-.111c0-.01.931-.016 2.069-.016h2.069v1.18l.095.108.096.107h3.157l.107-.107.107-.107.01-1.512c.01-1.66.01-1.664-.188-1.78-.086-.051-.242-.057-1.628-.057h-1.533l-.112.112-.112.112V5.06h-5.968l-.023-.149c-.061-.41-.304-.882-.633-1.231a2.5 2.5 0 0 0-1.264-.737c-.249-.059-.823-.06-1.076-.001m-.037 9.13c-.056.03-.14.15-.235.335-1.723 3.355-4.168 8.178-4.182 8.249-.043.218.18.455.397.42.057-.01.99-.42 2.072-.912s2.005-.908 2.05-.926c.072-.028.341.088 2.053.88 1.084.501 2.027.932 2.097.957.155.055.3.018.418-.108.181-.193.266-.003-2.034-4.578-1.497-2.977-2.134-4.212-2.205-4.277a.38.38 0 0 0-.431-.04"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/swagger.svg b/mkdocs-material/material/templates/.icons/simple/swagger.svg new file mode 100644 index 0000000..756e6fa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/swagger.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.383 0 0 5.383 0 12s5.383 12 12 12c6.616 0 12-5.383 12-12S18.616 0 12 0m0 1.144c5.995 0 10.856 4.86 10.856 10.856S17.996 22.856 12 22.856 1.144 17.996 1.144 12 6.004 1.144 12 1.144M8.37 5.868a7 7 0 0 0-.423.005c-.983.056-1.573.517-1.735 1.472-.115.665-.096 1.348-.143 2.017q-.018.526-.115 1.038c-.134.609-.397.798-1.016.83a3 3 0 0 0-.244.042v1.463c1.126.055 1.278.452 1.37 1.629.033.429-.013.858.015 1.287.018.406.073.808.156 1.2.259 1.075 1.307 1.435 2.575 1.218v-1.283c-.203 0-.383.005-.558 0-.43-.013-.591-.12-.632-.535-.056-.535-.042-1.08-.075-1.62-.064-1.001-.175-1.988-1.153-2.625.503-.37.868-.812.983-1.398.083-.41.134-.821.166-1.237.028-.415-.023-.84.014-1.25.06-.665.102-.937.9-.91.12 0 .235-.017.369-.027v-1.31q-.239-.001-.454-.006m7.593.009a4.3 4.3 0 0 0-.813.06v1.274c.245 0 .434 0 .623.005.328.004.577.13.61.494.032.332.031.669.064 1.006.065.669.101 1.347.217 2.007.102.544.475.95.941 1.283-.817.549-1.057 1.333-1.098 2.215-.023.604-.037 1.213-.069 1.822-.028.554-.222.734-.78.748-.157.004-.31.018-.484.028v1.305c.327 0 .627.019.927 0 .932-.055 1.495-.507 1.68-1.412q.117-.748.138-1.504c.032-.461.028-.927.074-1.384.069-.715.397-1.01 1.112-1.057a1 1 0 0 0 .199-.046v-1.463c-.12-.014-.204-.027-.291-.032-.536-.023-.804-.203-.937-.71a5 5 0 0 1-.152-.993c-.037-.618-.033-1.241-.074-1.86-.08-1.192-.794-1.753-1.887-1.786m-6.89 5.28a.844.844 0 0 0-.083 1.684h.055a.83.83 0 0 0 .877-.78v-.046a.845.845 0 0 0-.83-.858zm2.911 0a.81.81 0 0 0-.834.78c0 .027 0 .05.004.078 0 .503.342.826.859.826.507 0 .826-.332.826-.853-.005-.503-.342-.836-.855-.831m2.963 0a.86.86 0 0 0-.876.835c0 .47.378.849.849.849h.009c.425.074.853-.337.881-.83.023-.457-.392-.854-.863-.854"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/swarm.svg b/mkdocs-material/material/templates/.icons/simple/swarm.svg new file mode 100644 index 0000000..6a44498 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/swarm.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.358 1.216c-1.82.023-4.234 2.581-2.57 6.704.018.034.08.17.091.204h.003c5.172-2.298 4.45-6.287 3.112-6.8a1.7 1.7 0 0 0-.636-.108M4.001 2.768c-1.867.027-3.392.81-3.874 2.06-.91 2.365 3.07 7.996 12.229 3.93l.004-.003a6 6 0 0 1-.16-.362C10.193 4.303 6.73 2.728 4 2.768zM15.51 9.432l-.138.034a7.1 7.1 0 0 0-2.153.951c-.949.624-1.786 1.549-2.147 2.641-.097.295-.17.618-.194.928a9.15 9.15 0 0 0 .77 4.451 9.16 9.16 0 0 0 2.681 3.46c.686.544 1.92.887 2.93.887.949 0 1.884-.282 2.725-.71.262-.133.841-.494.879-.52a3.85 3.85 0 0 1-1.378-.663c-1.447-1.107-2.594-2.595-3.409-4.423-.826-1.854-1.163-3.73-1.002-5.575a3.8 3.8 0 0 1 .436-1.46zm3.498.026c-.868 0-1.704.722-1.783 1.623-.132 1.503.166 3.033.824 4.51.648 1.453 1.567 2.683 2.749 3.586a1.73 1.73 0 0 0 1.06.346c.677 0 1.353-.36 1.621-1.002a6.74 6.74 0 0 0-.068-5.356 6.75 6.75 0 0 0-3.891-3.618 1.5 1.5 0 0 0-.512-.089m-10.05 5.498a29 29 0 0 0-2.175 4.098c-.023.054-.378.932-.483 1.205a.676.676 0 0 0 .384.86c.273.107 1.164.43 1.22.449a29 29 0 0 0 4.453 1.12 11.2 11.2 0 0 1-2.442-3.48 11.1 11.1 0 0 1-.958-4.252z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sway.svg b/mkdocs-material/material/templates/.icons/simple/sway.svg new file mode 100644 index 0000000..4650657 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sway.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.785.813a2 2 0 0 0-.17.012c-.753.076-1.484.31-2.209.52-.742.221-1.459.52-2.148.888-.52.275-1.234.763-1.537 1.272-.193.31-.181.766.117.976.07.059.17.1.264.123.87.21 2.342-.794 3.002-1.115.846-.415 1.729-.732 2.587-1.117.328-.146 1.4-.484 1.407-.963.02-.521-.849-.61-1.313-.596m6.51.615c-.796-.006-1.606.104-2.37.162-1.395.106-2.816.584-4.048 1.168-.146.076-.297.145-.443.233-.34.193-.648.403-.881.666-.783.925-.295 1.598.54 1.988.284.132.605.231.932.297.38.076.766.109 1.102.092.11-.006.224-.018.336-.025l.004.02c.11.379.45.671.83.794s.794.117 1.185.094a13 13 0 0 0 4.147-.975c.269-.105.52-.223.713-.433.175-.216.273-.52.144-.778-.157-.31-.548-.39-.886-.402a5 5 0 0 0-.684.027q.047-.03.094-.062c.438-.321 1.43-.906 1.675-1.338.328-.578-.36-1.184-.986-1.354a5.6 5.6 0 0 0-1.404-.173Zm-9.51 3.627q-.041 0-.084.002C9.73 5.12 8.353 6.164 8.025 6.8c-.455.9.782 1.449 1.524 1.186.765-.263 1.91-1.196 2.039-2.043.04-.274-.052-.596-.297-.754a.9.9 0 0 0-.506-.133Zm-3.933.928c-.597.009-1.518.884-1.793 1.139-.485.444-.469.834.326.834.66-.012 1.349-.45 1.74-.922.146-.181.275-.403.21-.613-.074-.294-.229-.42-.427-.436zm6.187.184c-.175.838-.77 1.52-1.504 2.076-1.185.9-2.55 1.535-3.847 2.265-2.001 1.138-4.058 2.834-4.596 5.126a5 5 0 0 0-.137 1.376c.023.307.273.46.514.46a.6.6 0 0 0 .176-.028.41.41 0 0 0 .28-.431 5 5 0 0 1 .005-.489 4.4 4.4 0 0 1 .297-1.332c.237-.604.6-1.146 1.044-1.636a8 8 0 0 1 .47-.473q.246-.23.513-.442a12 12 0 0 1 .545-.414c.372-.266.76-.514 1.148-.748.047.03.1.057.166.07 2.269.474 4.626.158 6.672-.84q-.14.005-.28.003a9 9 0 0 1-.456-.022 6 6 0 0 1-.453-.053 1.36 1.36 0 0 1-.592-.246 9.3 9.3 0 0 1-3.793.368l.426-.237c1.75-.955 3.85-2.145 4.308-4.086a5 5 0 0 1-.718-.193 5 5 0 0 1-.188-.074m6.615 1.146c-1.57.024-3.16.415-4.527 1.21-.013.006-.024.017-.037.024a8.7 8.7 0 0 0-1.451.606c-.257.14-.543.374-.467.648.062.214.305.304.531.342q.042.01.082.016a7.6 7.6 0 0 0 2.037-.037 7.7 7.7 0 0 0 1.579-.409c.257-.093.52-.221.625-.478a.5.5 0 0 0 .03-.192 7.2 7.2 0 0 0 1.91-.87c.18-.117.378-.298.349-.52-.041-.263-.38-.352-.66-.34zm.655 2.256c-1.14.03-2.77.796-3.26 1.11-.263.169-.543.426-.484.73.052.327.444.479.783.52.823.105 4.672-.316 4.058-1.835-.162-.401-.58-.539-1.097-.525m-5.641 4.258a7 7 0 0 0-1.375.117c-1.022.204-1.997.583-3.014.752-.876.134-1.715-.139-2.615-.127-.942.014-1.886.167-2.8.424a4 4 0 0 0-.116.24 3.9 3.9 0 0 0-.322 1.756 1 1 0 0 1-.01.18.9.9 0 0 1-.312.578c-.324.273-.819.292-1.176.074a.97.97 0 0 1-.469-.748q0-.039-.002-.078a5 5 0 0 1 .01-.572q.02-.285.068-.569-.394.146-.795.281-.4.136-.795.28a59 59 0 0 0-.945.361l11.992 4.566 12.002-4.564.006-.002c-.053-.023-.094-.03-.146-.053-1.759-.671-3.463-1.285-5.215-1.974a19 19 0 0 0-.97-.356c-.976-.326-1.979-.552-3.001-.566M0 17.31v1.3l11.992 4.577 12.002-4.578v-1.297l-12.002 4.565z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/swc.svg b/mkdocs-material/material/templates/.icons/simple/swc.svg new file mode 100644 index 0000000..dc32f4d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/swc.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.063 7.797a.99.99 0 0 0-.7 1.69l3.987 3.986a.42.42 0 0 1 .093.48.42.42 0 0 1-.408.272.44.44 0 0 1-.312-.13L4.135 8.509a2.4 2.4 0 0 0-1.711-.71c-.507 0-.99.152-1.395.436a2.44 2.44 0 0 0-.994 2.403c.084.487.32.934.678 1.293L2.25 13.47c.183.183.14.379.098.48a.42.42 0 0 1-.409.274h-.695a.987.987 0 1 0 0 1.976h.705c.507 0 .987-.149 1.393-.433a2.45 2.45 0 0 0 .994-2.405 2.4 2.4 0 0 0-.678-1.293l-1.54-1.54a.42.42 0 0 1-.096-.483.42.42 0 0 1 .408-.272c.116 0 .226.045.31.13l5.588 5.587a2.4 2.4 0 0 0 1.711.71 2.38 2.38 0 0 0 1.996-1.048l.342.34a2.4 2.4 0 0 0 1.71.711h.05a2.4 2.4 0 0 0 1.392-.435c.374-.265.664-.631.842-1.059.176-.43.232-.896.152-1.346a2.4 2.4 0 0 0-.677-1.293l-1.541-1.539a.42.42 0 0 1-.096-.482.42.42 0 0 1 .408-.274h1.053a2.4 2.4 0 0 0-.008.862c.084.487.32.934.678 1.293l3.562 3.562a2.4 2.4 0 0 0 1.711.711c1.316 0 2.39-1.07 2.387-2.389a.99.99 0 1 0-1.979 0 .41.41 0 0 1-.408.409.44.44 0 0 1-.31-.13l-3.563-3.562a.42.42 0 0 1-.097-.482.42.42 0 0 1 .408-.274h.593a.987.987 0 1 0 0-1.976h-4.027c-.507 0-.989.15-1.394.435a2.44 2.44 0 0 0-.994 2.403c.084.487.319.934.677 1.293l1.537 1.54a.42.42 0 0 1 .096.483.42.42 0 0 1-.406.271h-.05a.44.44 0 0 1-.311-.128l-2.022-2.02-.004-.006-3.984-3.982a1 1 0 0 0-.7-.291zm-4.64.867c.416 0 .806.16 1.1.455l5.59 5.588c.247.247.575.383.924.383a1.29 1.29 0 0 0 1.209-.807c.205-.497.1-1.04-.281-1.422L6.976 8.875a.12.12 0 0 1 0-.174c.05-.05.127-.05.176 0l6.006 6.006c.247.247.575.383.924.383h.05a1.29 1.29 0 0 0 1.21-.807 1.29 1.29 0 0 0-.285-1.424l-1.541-1.54a1.53 1.53 0 0 1-.336-1.694 1.53 1.53 0 0 1 1.437-.959h4.027c.07 0 .124.054.124.123 0 .07-.054.123-.124.123h-.593a1.29 1.29 0 0 0-1.21.807 1.29 1.29 0 0 0 .286 1.424l3.562 3.564c.248.247.576.383.924.383.702 0 1.274-.571 1.274-1.273 0-.07.055-.124.125-.124.069 0 .123.054.123.124a1.52 1.52 0 0 1-1.522 1.519c-.415 0-.805-.16-1.1-.455l-3.562-3.563a1.53 1.53 0 0 1-.336-1.693 1.56 1.56 0 0 1 .586-.713h-2.584a1.29 1.29 0 0 0-1.209.807 1.28 1.28 0 0 0 .283 1.424l1.541 1.54a1.53 1.53 0 0 1 .336 1.694 1.53 1.53 0 0 1-1.435.959h-.051c-.415 0-.805-.16-1.1-.455l-1.422-1.42c.065.3.034.614-.09.916a1.53 1.53 0 0 1-1.435.959c-.415 0-.807-.16-1.102-.455L3.346 9.293a1.3 1.3 0 0 0-.924-.383 1.29 1.29 0 0 0-1.21.807 1.29 1.29 0 0 0 .284 1.424l1.54 1.54a1.53 1.53 0 0 1 .337 1.694 1.53 1.53 0 0 1-1.436.959h-.693c-.07 0-.123-.054-.123-.123s.054-.123.123-.123h.695a1.29 1.29 0 0 0 1.21-.807 1.28 1.28 0 0 0-.286-1.423l-1.539-1.541a1.53 1.53 0 0 1-.336-1.692c.245-.593.793-.96 1.436-.96z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/swift.svg b/mkdocs-material/material/templates/.icons/simple/swift.svg new file mode 100644 index 0000000..80b3d34 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/swift.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.508 0q-.43 0-.86.002-.362.001-.724.01-.198.005-.395.015A9 9 0 0 0 4.348.15 5.5 5.5 0 0 0 2.85.645 5.04 5.04 0 0 0 .645 2.848c-.245.48-.4.972-.495 1.5-.093.52-.122 1.05-.136 1.576a35 35 0 0 0-.012.724Q0 7.078 0 7.508v8.984q0 .431.002.862.002.36.012.722c.014.526.043 1.057.136 1.576.095.528.25 1.02.495 1.5a5.03 5.03 0 0 0 2.205 2.203c.48.244.97.4 1.498.495.52.093 1.05.124 1.576.138q.362.01.724.01.43.003.86.002h8.984q.43 0 .86-.002.362 0 .724-.01a10.5 10.5 0 0 0 1.578-.138 5.3 5.3 0 0 0 1.498-.495 5.04 5.04 0 0 0 2.203-2.203c.245-.48.4-.972.495-1.5.093-.52.124-1.05.138-1.576q.01-.361.01-.722.003-.431.002-.862V7.508q0-.43-.002-.86a34 34 0 0 0-.01-.724 10.5 10.5 0 0 0-.138-1.576 5.3 5.3 0 0 0-.495-1.5A5.04 5.04 0 0 0 21.152.645 5.3 5.3 0 0 0 19.654.15a10.5 10.5 0 0 0-1.578-.138 35 35 0 0 0-.722-.01Q16.923 0 16.492 0zm6.035 3.41c4.114 2.47 6.545 7.162 5.549 11.131-.024.093-.05.181-.076.272l.002.001c2.062 2.538 1.5 5.258 1.236 4.745-1.072-2.086-3.066-1.568-4.088-1.043a7 7 0 0 1-.281.158l-.02.012-.002.002c-2.115 1.123-4.957 1.205-7.812-.022a12.57 12.57 0 0 1-5.64-4.838c.649.48 1.35.902 2.097 1.252 3.019 1.414 6.051 1.311 8.197-.002C9.651 12.73 7.101 9.67 5.146 7.191a10.6 10.6 0 0 1-1.005-1.384c2.34 2.142 6.038 4.83 7.365 5.576C8.69 8.408 6.208 4.743 6.324 4.86c4.436 4.47 8.528 6.996 8.528 6.996.154.085.27.154.36.213q.128-.322.224-.668c.708-2.588-.09-5.548-1.893-7.992z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/swiggy.svg b/mkdocs-material/material/templates/.icons/simple/swiggy.svg new file mode 100644 index 0000000..28e3fa0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/swiggy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.034 24c-.376-.411-2.075-2.584-3.95-5.513-.547-.916-.901-1.63-.833-1.814.178-.48 3.355-.743 4.333-.308.298.132.29.307.29.409 0 .44-.022 1.619-.022 1.619a.441.441 0 1 0 .883-.002l-.005-2.939c0-.255-.278-.319-.331-.329-.511-.002-1.548-.006-2.661-.006-2.457 0-3.006.101-3.423-.172-.904-.591-2.383-4.577-2.417-6.819C3.849 4.964 5.723 2.225 8.362.868A8.1 8.1 0 0 1 12.026 0c4.177 0 7.617 3.153 8.075 7.209l.001.011c.084.981-5.321 1.189-6.39.904-.164-.044-.206-.212-.206-.284L13.5 4.996a.442.442 0 0 0-.884.002l.009 3.866a.33.33 0 0 0 .268.32l3.354-.001c1.79 0 2.542.207 3.042.588.333.254.461.739.349 1.37C18.633 16.755 12.273 23.71 12.034 24"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/swiper.svg b/mkdocs-material/material/templates/.icons/simple/swiper.svg new file mode 100644 index 0000000..caf27ba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/swiper.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0m4.884 17.908a4.3 4.3 0 0 1-1.092 1.488 4.8 4.8 0 0 1-1.644.936q-.948.324-2.028.324c-1.08 0-1.368-.1-1.944-.3q-.864-.3-1.536-.792c-.672-.492-.832-.704-1.152-1.128a6.6 6.6 0 0 1-.768-1.284l1.68-1.008q.216.504.564.972t.804.828a3.7 3.7 0 0 0 2.328.792q.6 0 1.164-.168t.996-.504.696-.828.264-1.164q0-.648-.252-1.116a3 3 0 0 0-.684-.84 5 5 0 0 0-1.032-.672q-.6-.3-1.296-.636a45 45 0 0 1-1.644-.816 7.6 7.6 0 0 1-1.488-1.008 4.8 4.8 0 0 1-1.068-1.332q-.408-.756-.408-1.764 0-.84.312-1.668a4.5 4.5 0 0 1 .912-1.476q.6-.648 1.5-1.056c.9-.408 1.3-.408 2.1-.408q.888 0 1.644.228a6 6 0 0 1 2.412 1.38q.456.432.744.84l-1.512 1.224a4.2 4.2 0 0 0-1.284-1.188 4.2 4.2 0 0 0-.924-.408 3.6 3.6 0 0 0-1.08-.156q-.696 0-1.212.216a2.7 2.7 0 0 0-.876.576q-.36.36-.54.828t-.18.948q0 .6.264 1.044t.744.828c.48.384.712.504 1.176.744q.696.36 1.56.744.96.432 1.74.9t1.32 1.02.828 1.248.288 1.632q0 1.104-.396 1.98"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/swr.svg b/mkdocs-material/material/templates/.icons/simple/swr.svg new file mode 100644 index 0000000..6eae058 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/swr.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 12.187a2.66 2.66 0 0 0 2.648 2.647 2.66 2.66 0 0 0 2.647-2.646v-.376a1.097 1.097 0 0 1 1.092-1.086c.326 0 .636.147.844.399h1.712a2.66 2.66 0 0 0-2.558-1.959 2.664 2.664 0 0 0-2.647 2.647v.374c0 .598-.493 1.09-1.091 1.09a1.096 1.096 0 0 1-1.09-1.09.314.314 0 0 0-.312-.312H.311a.313.313 0 0 0-.311.312m10.131 2.647a2.664 2.664 0 0 1-2.555-1.96h1.71a1.088 1.088 0 0 0 1.935-.683v-.379a2.663 2.663 0 0 1 2.648-2.646 2.65 2.65 0 0 1 2.647 2.591l.008.43a1.097 1.097 0 0 0 1.092 1.086c.326 0 .636-.146.843-.399h1.712a2.66 2.66 0 0 1-2.556 1.96 2.66 2.66 0 0 1-2.648-2.646l-.008-.389v-.017a1.096 1.096 0 0 0-1.09-1.059 1.096 1.096 0 0 0-1.09 1.09v.374a2.663 2.663 0 0 1-2.648 2.647m10.376-3.708a1.09 1.09 0 0 1 1.936.683v.004c0 .171.14.312.311.312h.935a.313.313 0 0 0 .311-.312 2.663 2.663 0 0 0-2.648-2.647 2.66 2.66 0 0 0-2.557 1.96z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/symantec.svg b/mkdocs-material/material/templates/.icons/simple/symantec.svg new file mode 100644 index 0000000..4aef59b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/symantec.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.877 0v.738h.738V0zm0 .738h-.738v.739h.738zm0 .739v.738h.738v-.738zm-.738 0h-1.477v.738h-.738V3.69h-.738v.74h-1.479v.725A10.57 10.57 0 0 0 11 2.77C5.136 2.77.385 7.52.385 13.385.385 19.248 5.136 24 11 24s10.615-4.752 10.615-10.615c0-2.56-.904-4.906-2.412-6.739h.72v-.738h.74V4.43h.737v-.74h.739v-.738H21.4v-.738h.739v-.738zM19.186 3.69v-.738h-.74v.738zM11 6.154a7.2 7.2 0 0 1 4.033 1.23h-.28v.739h-.737c-1.927 2.409-2.414 3.466-3.182 5.414-.871-1.763-1.911-2.978-3.711-3.783l-.02-.006c-.327-.083-.493-.125-.718.19-.23.322-.092.613.183.955a35 35 0 0 0 .586.703c.547.646 1.095 1.289 1.508 2.035.408.738.877 1.772 1.242 2.574.223.49.406.894.51 1.088.22.406.752.584.955.584.985-.117 1.08-.582 1.242-1.379l.057-.264c.336-1.574.771-3.203 2.824-5.158v-.736h.738V9.6h.74v-.295a7.2 7.2 0 0 1 1.26 4.08c0 3.99-3.24 7.23-7.23 7.23s-7.2-3.24-7.2-7.23 3.21-7.23 7.2-7.23z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/symbolab.svg b/mkdocs-material/material/templates/.icons/simple/symbolab.svg new file mode 100644 index 0000000..8a9a4ac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/symbolab.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.382 0C1.513 0 0 1.547 0 3.455v17.09C0 22.451 1.513 24 3.382 24h17.236C22.487 24 24 22.452 24 20.544V3.454C24 1.548 22.485 0 20.618 0zm4.541 6.789q1.275 0 2.104.456c.829.456.827.68.826 1.132q0 .486-.29.764c-.29.278-.467.276-.81.276q-.289 0-.937-.188c-.648-.188-.76-.19-.98-.19q-.545 0-.87.255a.81.81 0 0 0-.324.67q0 .656 1.431 1.107l.518.161q1.542.517 2.248 1.304c.706.787.708 1.177.712 1.958q-.01 1.616-1.156 2.615c-1.146.999-1.773 1.001-3.022 1.001q-1.438 0-2.457-.517c-1.019-.517-1.018-.748-1.018-1.21-.012-.3.108-.592.328-.797s.512-.302.881-.302q.273 0 1.144.273c.871.273 1.07.274 1.468.274.318.01.627-.106.864-.319a1.03 1.03 0 0 0 .347-.789 1.04 1.04 0 0 0-.357-.82q-.356-.308-1.52-.663-1.69-.502-2.36-1.192c-.67-.69-.671-1.079-.67-1.856q0-1.498 1.085-2.452c1.085-.954 1.662-.952 2.815-.951m6.338 2.886c.254-.01.504.078.697.245q.267.244.512.908l1.344 3.592 1.465-3.793a1.85 1.85 0 0 1 .432-.723.9.9 0 0 1 .63-.229 1.17 1.17 0 0 1 .848.307q.314.306.314.83a1.6 1.6 0 0 1-.05.374l-.004.002a3.5 3.5 0 0 1-.146.45l-3.626 8.619q-.229.546-.465.757a.84.84 0 0 1-.577.21q-.544 0-.862-.31c-.318-.31-.32-.486-.321-.841q0-.206.051-.405.054-.215.148-.414l.98-2.125-2.404-5.607a1.3 1.3 0 0 1-.09-.292 2 2 0 0 1-.028-.374 1.15 1.15 0 0 1 .332-.84c.214-.223.511-.348.82-.341"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/symfony.svg b/mkdocs-material/material/templates/.icons/simple/symfony.svg new file mode 100644 index 0000000..e9e7048 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/symfony.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 12c0 6.628-5.372 12-12 12S0 18.628 0 12 5.372 0 12 0s12 5.372 12 12m-6.753-7.561c-1.22.042-2.283.715-3.075 1.644-.878 1.02-1.461 2.229-1.881 3.461-.753-.614-1.332-1.414-2.539-1.761a3.1 3.1 0 0 0-2.813.514c-.41.319-.71.757-.861 1.254-.36 1.176.381 2.225.719 2.6l.737.79c.15.154.519.56.339 1.138-.193.631-.951 1.037-1.732.799-.348-.106-.848-.366-.734-.73.045-.15.152-.263.21-.391.052-.11.077-.194.095-.242.141-.465-.053-1.07-.551-1.223-.465-.143-.939-.03-1.125.566-.209.68.117 1.913 1.86 2.449 2.04.628 3.765-.484 4.009-1.932.153-.907-.255-1.582-1.006-2.447l-.612-.677c-.371-.37-.497-1.002-.114-1.485.324-.409.785-.584 1.539-.379 1.103.3 1.594 1.063 2.412 1.68-.338 1.11-.56 2.223-.759 3.222l-.123.746c-.585 3.07-1.033 4.757-2.194 5.726-.234.166-.57.416-1.073.434-.266.005-.352-.176-.355-.257-.006-.184.15-.271.255-.353.154-.083.39-.224.372-.674-.016-.532-.456-.994-1.094-.973-.477.017-1.203.465-1.176 1.286.028.85.819 1.485 2.012 1.444.638-.021 2.062-.281 3.464-1.949 1.633-1.911 2.09-4.101 2.434-5.706l.383-2.116q.318.037.69.048c2.032.044 3.049-1.01 3.064-1.776.01-.464-.304-.921-.744-.91a.85.85 0 0 0-.806.654c-.094.428.646.813.068 1.189-.41.266-1.146.452-2.184.3l.188-1.042c.386-1.976.859-4.407 2.661-4.467.132-.007.612.006.623.323.003.105-.022.134-.147.375a.86.86 0 0 0-.168.537c.017.504.4.836.957.816.743-.023.955-.748.945-1.119-.032-.874-.952-1.424-2.17-1.386"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/symphony.svg b/mkdocs-material/material/templates/.icons/simple/symphony.svg new file mode 100644 index 0000000..7e0414c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/symphony.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.471 8.118v-4.22c0-.864-.468-1.677-1.22-2.12C18.124 1.113 15.684 0 12 0S5.876 1.113 4.75 1.777a2.48 2.48 0 0 0-1.22 2.12v6.338l13.412 3.882v2.824c0 .382-.24.65-.648.849L12 19.941l-4.315-2.162c-.386-.188-.626-.456-.626-.838v-2.118L3.53 13.764v3.177c0 1.744 1 3.228 2.588 4.001L12 24l5.86-3.047c1.61-.784 2.61-2.268 2.61-4.011v-5.294L7.059 7.765V4.542C8.017 4.08 9.651 3.529 12 3.529s3.983.55 4.941 1.013v2.517z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/sympy.svg b/mkdocs-material/material/templates/.icons/simple/sympy.svg new file mode 100644 index 0000000..0051209 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/sympy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.836 17.793a.55.55 0 0 0 .087-.281q.006-.165-.083-.221-.082-.06-.202-.012a.5.5 0 0 0-.216.18.54.54 0 0 0-.094.293q-.012.335.215.44.234.102.546-.025.574-.231.943-.966.36-.7.4-1.458c.162.948-.068 1.997-.646 2.765a3 3 0 0 1-.672.39l-1 .3a7 7 0 0 1-.493.082v-5.656c.828.222 1.664.468 2.272 1.015l-.045 1.278q-.064 1.782-.75 2.06-.277.111-.456.005a.55.55 0 0 0 .194-.19zm.366-11.578c-.128-.045-.388-.114-.55-.157-.234-.062-.537-.142-.696-.157a1.5 1.5 0 0 0-.48.03c-.073.02-.26.083-.041.16.124.047.31.096.517.15.158.043.456.122.633.154.25.045.484.017.595-.012.092-.024.246-.086.022-.168m4.53-1.354c.255.04.521.08.783.135l.995.348-2.996.9-5.066 1.52-2.7-.81q.099-.276.26-.52l2.832.835.575-.168-.405-.12-.363.106L6.08 6.33a2.3 2.3 0 0 1 .64-.602c1.519-.953 3.292-1.206 4.98-1.172l2.794.826-.363.106.406.12.575-.168-2.93-.866c.765.04 1.507.13 2.193.232zm-4.65 1.103c-.28-.074-.967-.255-1.708-.06-.74.194-.062.376.22.45s.948.25 1.69.056c.737-.193.084-.37-.203-.446zm3.748-.5-.135-.035-.43.113-1.651-.438a.26.26 0 0 0-.172-.003c-.034.01-.04.01-.048.023-.073.105-.39.188-.455.205l-.06.016.134.036.06-.016c.05-.013.216-.058.343-.12l1.482.393-.426.11.135.037c.127-.038.453-.123.603-.163s.476-.124.62-.158M8.62 9.542q.196.05.386.11c.674.153 1.37.336 2.044.58q.056-.706.387-1.36.375-.736.95-.968.312-.125.54-.022.233.1.221.437a.54.54 0 0 1-.102.304.47.47 0 0 1-.207.168q-.12.048-.21 0-.082-.06-.076-.233a.55.55 0 0 1 .087-.28.55.55 0 0 1 .195-.19q-.179-.106-.455.005-.69.276-.751 2.06l-.01.303c.721.308 1.403.7 1.99 1.217v-.796c0-.282-.03-.312-.305-.227v-.178l.563-.24v1.682c.293.293.557.622.783.995.156.252.273.516.362.79.11-.193.166-.517.21-.796l.09-.55c.035-.225.082-.52.082-.659 0-.23-.074-.34-.188-.304-.156.05-.36.337-.465.864-.02.098-.02.104-.07.12-.02.006-.06.018-.06-.04 0-.13.212-.95.603-1.072.098-.03.29-.044.375.274.04-.12.168-.443.383-.51.113-.036.34-.038.34.255 0 .224-.12.343-.192.365-.102.032-.137-.067-.137-.14 0 0 0-.219.156-.326-.063-.06-.16-.03-.172-.027-.184.057-.29.407-.344.723l-.133.83c-.03.204-.074.465-.074.603 0 .3.106.335.184.31.164-.05.36-.336.465-.863.02-.098.023-.105.07-.12.027-.01.06-.018.06.04 0 .114-.2.947-.603 1.072-.102.032-.293.028-.37-.275-.039.11-.097.24-.174.344.2.673.242 1.392.284 2.095q.013.222.027.439v.007q.014.512-.036.977l1.57-.471V5.588L8.62 8.07zM2.73 8.306l-.146-.044.15.356a4 4 0 0 1-.005-.312zM8.274 19.32v-5.79a19 19 0 0 1-.462-.13c-1.38-.314-2.726-1.096-3.894-2.26a3 3 0 0 1-.182-.164l.656 1.547c.026.058.062.132.062.194 0 0 0 .075-.08.176l-2.213 2.888 2.434.741c1.385.42 1.984.265 2.143-1.781l.22.067-.247 2.884-4.895-1.49c-.132-.04-.22-.067-.22-.205 0-.038 0-.063.088-.174l2.1-2.76-2.197-5.207c0-.288.018-.283.23-.22l.93.285c.045-.488.157-.97.322-1.414L0 5.588v11.277l8.204 2.46zm0-9.862V8.07L5.66 7.286c-.06.33-.06.785.214 1.215.566.548 1.373.728 2.154.9zM3.398 5.661 2.19 5.304l.575-.168.406.12-.363.106.644.19q.15-.286.332-.538l-.09-.024.06-.016.073-.02a3.84 3.84 0 0 1 1.798-1.342c1.04-.456 2.195-.733 3.538-.84l-.716-.25-8.062 2.82 2.798.84a5 5 0 0 1 .214-.52zm17.455.147a.145.145 0 0 0-.145.146.145.145 0 0 0 .145.145.145.145 0 0 0 .144-.146.14.14 0 0 0-.043-.103.14.14 0 0 0-.1-.042zm-.89 1.76a.1.1 0 0 1-.038.077.16.16 0 0 1-.108.04c-.078 0-.145-.053-.145-.116 0-.037.023-.063.037-.076a.16.16 0 0 1 .108-.04c.08 0 .145.053.145.115zm3.313 1.245c-.3 0-.397-.13-.53-.31l-.319-.409c.21-.316.174-.683-.104-1-.226-.262-.407-.606-.58-.938-.195-.368-.395-.75-.648-1.003-.212-.212-.65-.45-1.177-.642-.864.145-1.588.158-2.5-.21-1.663-.703-3.578-1.106-5.693-1.2-2.47-.138-4.366.126-5.965.83l-.015.005C4.667 4.31 3.81 5.26 3.45 6.48l-.005.016c-.577 1.43-.584 3.342.7 4.385l.012.012c1.125 1.124 2.418 1.876 3.74 2.176a22 22 0 0 0 .668.186c1.085.29 2.207.59 2.918 1.52q.011.014.02.033c.573 1.243.39 2.822-.455 3.93a.2.2 0 0 1-.03.03c-.634.508-1.57.807-2.855.912q-.03.003-.06-.006a150 150 0 0 1-2.6-.748c-.867-.254-1.762-.517-2.584-.743a6 6 0 0 1-.554-.17l.144.182c.225.286.566.718.714.845l.007.006c1.33 1.274 2.46 1.73 3.967 2.09 1.894.439 3.556.56 5.506-.273 1.633-1.02 2.37-2.447 2.316-4.49q-.016-.218-.027-.439c-.058-.99-.12-2.01-.632-2.843-1.16-1.907-3.398-2.64-5.434-3.103l-.014-.004c-.306-.098-.623-.168-.96-.243-.833-.186-1.696-.378-2.333-1.006a.1.1 0 0 1-.023-.028C5.303 8.26 5.212 7.7 5.34 7.13a2.75 2.75 0 0 1 1.2-1.696c2.454-1.542 5.506-1.329 7.89-.97l.354.056c.82.126 1.84.283 2.462.877a.17.17 0 0 1 .053.13c-.015.48.163.723.37 1.005.133.184.285.393.387.678.33.805 1.12.905 1.955 1.01.337.044.686.088 1 .183l.035.015c.433.248.91.127 1.206-.128.093.118.262.335.284.365.13.176.278.374.624.41.005.087-.001.185-.006.28a4 4 0 0 0-.008.206h.259q.001-.088.008-.19.011-.146.007-.288h.309L24 9.07v-.258zM5.666 19.418c0 .15-.322.27-.72.27-.4 0-.722-.12-.722-.27s.323-.27.72-.27c.4 0 .723.12.723.27zm2.555.997c0 .235-.315.426-.703.426-.39 0-.704-.19-.704-.425 0-.236.315-.427.703-.427s.704.19.704.426m3.534.108c0 .283-.343.513-.767.513s-.768-.23-.768-.512c0-.284.343-.514.767-.514s.768.228.768.513m1.21-1.177c-.353 0-.64-.3-.64-.67s.287-.67.64-.67.64.3.64.67a.655.655 0 0 1-.64.67m.641-4.023c.37 0 .67.368.67.823s-.3.823-.67.823-.67-.368-.67-.823.3-.823.67-.823m-1.402-2.926c.404 0 .73.34.73.762 0 .42-.326.762-.73.762s-.731-.34-.731-.762c0-.42.327-.762.731-.762m-4.206-.853c0-.438.396-.792.884-.792s.884.355.884.792-.395.793-.883.793-.884-.354-.885-.792zM3.853 7.23c0-.286.246-.518.55-.518.302 0 .548.232.548.518s-.247.518-.55.518-.548-.232-.548-.518m1.574 1.943a.72.72 0 0 1 .73.708.72.72 0 0 1-.73.708.72.72 0 0 1-.73-.708.72.72 0 0 1 .73-.708m.68-3.937c0 .252-.231.457-.517.457s-.518-.204-.518-.457c0-.252.232-.457.518-.457s.518.204.518.457zm1.7-1.088c0 .185-.191.336-.426.337-.236 0-.427-.15-.427-.336s.19-.336.426-.337c.236.001.427.151.427.336m1.95-.475c0 .168-.162.305-.364.305s-.366-.136-.366-.304c0-.169.163-.306.365-.306s.366.136.366.305zm2.178-.078c0 .135-.15.244-.335.244s-.335-.109-.336-.243c0-.136.15-.244.335-.244s.335.107.336.243m1.592.382c-.144 0-.26-.1-.26-.226 0-.125.116-.226.26-.226s.26.101.26.226-.117.226-.26.226m2.11.118c0 .118-.12.213-.273.214-.15 0-.274-.095-.275-.213 0-.119.122-.214.274-.215.152 0 .275.095.275.214zm1.565.745c-.1 0-.183-.096-.183-.213 0-.118.082-.214.183-.214s.183.097.183.214-.082.213-.183.213m3.02 2.73a.36.36 0 0 1-.124.268.42.42 0 0 1-.28.104c-.223 0-.404-.167-.405-.372a.36.36 0 0 1 .123-.27.42.42 0 0 1 .28-.104c.224 0 .404.167.405.373h-.13zm1.035-1.616a.404.404 0 0 1-.403.405.405.405 0 0 1-.287-.69.4.4 0 0 1 .285-.118.4.4 0 0 1 .286.118.4.4 0 0 1 .12.285z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/syncthing.svg b/mkdocs-material/material/templates/.icons/simple/syncthing.svg new file mode 100644 index 0000000..46044f6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/syncthing.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0m0 2.412c3.115 0 5.885 1.5 7.629 3.815a1.834 1.834 0 0 1 1.564 3.162c.23.818.354 1.68.354 2.57a9.5 9.5 0 0 1-2.166 6.05c.128.281.189.595.162.92a1.854 1.854 0 0 1-2.004 1.678 1.86 1.86 0 0 1-.877-.322A9.5 9.5 0 0 1 12 21.505c-3.84 0-7.154-2.277-8.668-5.552-.3-.01-.601-.092-.879-.254-.858-.51-1.144-1.634-.633-2.513.164-.276.39-.493.653-.643a10 10 0 0 1-.02-.584c0-5.265 4.282-9.547 9.547-9.547m0 1.227a8.31 8.31 0 0 0-8.31 8.683c.22.036.439.111.644.23.323.2.564.484.713.805l6.984-.644a1.78 1.78 0 0 1 .787-1.08c.288-.19.612-.286.936-.295.34-.01.68.08.978.254l3.51-2.914a1.82 1.82 0 0 1 .317-1.84A8.3 8.3 0 0 0 12 3.638zm7.027 5.98-3.502 2.91a1.83 1.83 0 0 1-.23 1.719l1.904 2.744c.212-.06.436-.085.668-.066.238.024.46.092.66.193a8.3 8.3 0 0 0 1.793-5.16 8.4 8.4 0 0 0-.265-2.092 1.84 1.84 0 0 1-1.028-.248m-6.886 4.315-6.975.644a1.8 1.8 0 0 1-.66 1.004A8.31 8.31 0 0 0 12 20.279a8.3 8.3 0 0 0 3.938-.986 1.9 1.9 0 0 1-.075-.69c.028-.341.148-.65.332-.908L14.29 14.95a1.84 1.84 0 0 1-2.148-1.015z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/synology.svg b/mkdocs-material/material/templates/.icons/simple/synology.svg new file mode 100644 index 0000000..964b905 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/synology.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m13.44 8.927-.889.37.056.117a.6.6 0 0 1 .212-.054q.076.001.126.046.05.042.072.16.022.119.022.634v2.736q0 .284-.042.381a.3.3 0 0 1-.118.142q-.079.046-.286.045v.12h1.481v-.12q-.231 0-.32-.048a.3.3 0 0 1-.126-.142q-.04-.09-.04-.378V8.927zm-11.722.34q-.494 0-.84.147-.35.15-.534.436a1.1 1.1 0 0 0-.185.612q0 .508.393.864.276.252.968.422.537.135.688.191a.7.7 0 0 1 .31.183q.087.106.088.259 0 .232-.21.41-.212.175-.628.176-.393 0-.625-.197-.23-.199-.307-.619L0 12.23q.084.72.517 1.096.434.378 1.244.378.556-.002.93-.156a1.26 1.26 0 0 0 .781-1.169 1.3 1.3 0 0 0-.171-.684 1.2 1.2 0 0 0-.472-.437q-.3-.16-.927-.31-.628-.147-.79-.286a.326.326 0 0 1 .009-.524q.21-.157.586-.156.361 0 .542.145.181.147.237.471l.864-.028q-.019-.591-.425-.949-.407-.353-1.208-.353zm21.808.33a.475.475 0 1 0-.002.95.475.475 0 0 0 .002-.95m0 .072a.4.4 0 0 1 .401.403c0 .116-.05.22-.128.294l-.086-.135a.4.4 0 0 0-.065-.078.2.2 0 0 0-.048-.03.2.2 0 0 0 .127-.057.14.14 0 0 0 .043-.109.2.2 0 0 0-.025-.091.13.13 0 0 0-.067-.055.3.3 0 0 0-.123-.02h-.266v.606h.08v-.268h.091q.03 0 .045.003.02.005.036.014.018.014.04.043.023.03.059.083l.08.125h.043a.4.4 0 0 1-.237.08.405.405 0 0 1-.404-.405c0-.224.18-.403.404-.403m-.157.191h.191q.067 0 .097.027a.09.09 0 0 1 .03.07.1.1 0 0 1-.016.055.08.08 0 0 1-.047.035.2.2 0 0 1-.085.013h-.17zm-15.037.6q-.616-.001-1.023.514v-.455h-.754v3.105h.814v-1.401c0-.348.022-.583.063-.713a.6.6 0 0 1 .234-.306.67.67 0 0 1 .385-.118q.167 0 .287.082.119.08.17.229.055.148.054.646v1.581h.816V11.7a2.5 2.5 0 0 0-.046-.55.9.9 0 0 0-.16-.343.83.83 0 0 0-.341-.25 1.3 1.3 0 0 0-.499-.097m2.65 0a1.7 1.7 0 0 0-.826.2 1.4 1.4 0 0 0-.571.586 1.7 1.7 0 0 0-.202.793q0 .534.202.904.201.374.588.566.388.194.814.194.69-.001 1.144-.463.455-.464.455-1.167 0-.697-.451-1.156-.449-.457-1.154-.457zm7.315.05q-.527 0-.865.323a1.02 1.02 0 0 0-.336.77q0 .29.147.534c.1.162.24.285.423.379q-.334.281-.429.44a.55.55 0 0 0-.092.271q0 .102.071.184t.24.187a10 10 0 0 0-.329.355c-.113.145-.19.253-.226.336a.4.4 0 0 0-.034.157q0 .178.246.343.437.284 1.071.284.825 0 1.337-.477.349-.326.35-.694a.61.61 0 0 0-.183-.45.84.84 0 0 0-.49-.227 9 9 0 0 0-.878-.053 4 4 0 0 1-.46-.027q-.159-.023-.212-.075-.056-.054-.056-.112a.4.4 0 0 1 .05-.159.9.9 0 0 1 .186-.221q.234.072.459.07.54 0 .864-.301a.96.96 0 0 0 .323-.722q0-.37-.187-.61h.394c.097 0 .15-.002.167-.01a.06.06 0 0 0 .035-.025.3.3 0 0 0 .018-.12.2.2 0 0 0-.02-.105.1.1 0 0 0-.033-.028 1 1 0 0 0-.166-.008h-.639a1.3 1.3 0 0 0-.746-.21zm-2.752 0q-.378 0-.714.194a1.44 1.44 0 0 0-.546.61 1.8 1.8 0 0 0-.205.825q0 .571.34 1.03a1.29 1.29 0 0 0 1.09.543q.419 0 .76-.211.344-.21.54-.627.194-.414.194-.821 0-.577-.354-1.022a1.34 1.34 0 0 0-1.105-.522zm-12.182.009 1.174 3.113a1.2 1.2 0 0 1-.21.431q-.135.168-.419.167-.154 0-.344-.04l.067.645q.228.05.464.052.232-.001.418-.052a1 1 0 0 0 .31-.138.9.9 0 0 0 .224-.234 2.2 2.2 0 0 0 .205-.414l.199-.545 1.085-2.985h-.844l-.722 2.204-.74-2.204zm16.631.078v.122a.8.8 0 0 1 .245.091q.052.043.136.157.108.152.158.255l1.088 2.275-.213.526q-.119.292-.236.393-.118.103-.217.104a1 1 0 0 1-.167-.05 1 1 0 0 0-.3-.07c-.105 0-.19.025-.25.084a.29.29 0 0 0-.092.22q0 .146.126.257a.46.46 0 0 0 .322.112q.27.002.56-.223.29-.224.469-.664l1.226-3.014a1.6 1.6 0 0 1 .113-.254.6.6 0 0 1 .145-.146.5.5 0 0 1 .188-.053v-.122h-.978v.122q.14 0 .197.023a.17.17 0 0 1 .083.057.15.15 0 0 1 .023.087q0 .136-.056.271l-.675 1.671-.737-1.53q-.11-.225-.11-.356a.21.21 0 0 1 .074-.16.35.35 0 0 1 .224-.063h.068v-.122zm-1.753.08q.26.001.43.217.224.293.224.815 0 .398-.16.584a.52.52 0 0 1-.41.188.53.53 0 0 1-.43-.216q-.223-.286-.223-.802c0-.268.054-.461.163-.59a.52.52 0 0 1 .406-.197zm-2.798.054q.362-.002.598.312.346.46.346 1.263 0 .643-.209.905a.65.65 0 0 1-.528.264q-.429-.002-.691-.477c-.174-.32-.263-.695-.263-1.135q0-.406.11-.669a.73.73 0 0 1 .285-.361.67.67 0 0 1 .352-.102m-4.463.395q.323.001.543.247.216.244.216.703 0 .468-.216.712a.7.7 0 0 1-.543.248.7.7 0 0 1-.542-.248q-.22-.242-.22-.708 0-.463.22-.707a.7.7 0 0 1 .542-.247m6.66 2.498q.398.056 1.142.08.51.01.68.083t.17.241q0 .235-.282.442-.284.208-.874.208-.622-.001-.951-.204-.191-.115-.19-.277c0-.078.024-.169.076-.26a1.5 1.5 0 0 1 .228-.313z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/system76.svg b/mkdocs-material/material/templates/.icons/simple/system76.svg new file mode 100644 index 0000000..076264f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/system76.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.575.007A11.993 11.993 0 0 0 3.52 20.481l.124.121 6.532-12.11H3.188l1.227 2.066a.63.63 0 0 1 .076.49.68.68 0 0 1-.65.506.64.64 0 0 1-.544-.298L1.474 8.188a.63.63 0 0 1-.095-.342v-.027a.65.65 0 0 1 .642-.628h9.256c.167 0 .368.06.47.14l.01.008a.73.73 0 0 1 .22.942L4.908 21.388a.7.7 0 0 1-.14.182 11.99 11.99 0 0 0 14.225.185h-5.632a.744.744 0 0 1-.744-.744v-.015a.744.744 0 0 1 .744-.744h7.352a11.994 11.994 0 0 0-.232-16.733 12 12 0 0 0-1.618-1.358l-.003.006-.033.099c-.233.433-2.941 5.33-3.838 6.951l-.329.595c-.753 1.302-1.099 2.767-.925 3.92a3.8 3.8 0 0 0 .657 1.624 3.91 3.91 0 0 0 2.55 1.593 4 4 0 0 0 .682.058 3.98 3.98 0 0 0 2.405-.798 3.8 3.8 0 0 0 1.48-2.412 3.78 3.78 0 0 0-.7-2.892 4.01 4.01 0 0 0-2.583-1.581l-.177-.026a.7.7 0 0 1-.614-.718.7.7 0 0 1 .233-.503.7.7 0 0 1 .549-.172 5.4 5.4 0 0 1 3.735 2.182 5.18 5.18 0 0 1 .942 3.943 5.18 5.18 0 0 1-2.18 3.418 5.4 5.4 0 0 1-3.088.963h-.001a5.5 5.5 0 0 1-.915-.078 5.3 5.3 0 0 1-3.472-2.174 5.6 5.6 0 0 1-.425-.706c-.717-1.416-.753-3.07-.102-4.785a18 18 0 0 1 .758-1.678l4.078-7.45.096-.117.004-.008a12 12 0 0 0-.98-.467 12 12 0 0 0-5.093-.94z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tabelog.svg b/mkdocs-material/material/templates/.icons/simple/tabelog.svg new file mode 100644 index 0000000..878710c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tabelog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 14.492a.18.18 0 0 0-.14-.182l-2.252-.543a.18.18 0 0 0-.163.04.18.18 0 0 0-.061.151 3 3 0 0 1-.57-.246 2.58 2.58 0 0 1-1.208-1.631c-.148-.605-.54-1.662-.8-2.362l-.186-.51a2.4 2.4 0 0 0-.248-.485l.905-.425a.24.24 0 0 0 .112-.325l-.347-.708a.24.24 0 0 0-.325-.11l-1.19.606a3.4 3.4 0 0 0-.545-.383c-.252-.14-.65-.342-1.063-.546l1.965-1.14a.24.24 0 0 0 .085-.333l-.407-.675a.24.24 0 0 0-.334-.082l-2.587 1.613-.373-.177c-.087-.056-.586-.338-1.38-.03-.759.294-1.448.508-1.454.51-.058.019-.562.184-.763.45-.207.276-.767.906-.957 1.011-.223.124-.503.37-.557.654l-.007.049a.45.45 0 0 0 .104.338.82.82 0 0 0 .466.26L.117 15.264a.246.246 0 0 0-.082.336l.076.125a.247.247 0 0 0 .335.086l8.882-5.153c-.009.164-.004.578.251.798a.58.58 0 0 0 .435.129L.749 16.297a.246.246 0 0 0-.111.329l.064.13a.247.247 0 0 0 .327.115l9.087-4.27a4 4 0 0 0-.184.776.8.8 0 0 0 .002.214c.064.38.234.642.476.735.12.046.298.06.524-.046.05.192.142.435.315.574a.5.5 0 0 0 .375.11c.293-.033.648-.293.883-.648.16-.241.253-.503.278-.767a1.5 1.5 0 0 0 0-.275c.238.083.582.255.767.6.36.666 1.675 2.5 2.488 2.88l.469.231c.697.355 1.652.84 2.997 1.091l.02.008a.2.2 0 0 0-.023.07.18.18 0 0 0 .105.182l2.34 1.08a.18.18 0 0 0 .128.009c.074-.021 1.847-.591 1.924-4.934m-7.195-6.794a3 3 0 0 1 .366.245l-2.632 1.34a4 4 0 0 0-.338-.191l-.383-.182c-.229-.108-.525-.246-.811-.387l2.531-1.469c.486.238.98.484 1.267.644M9.517 8.701c.023-.123.185-.296.375-.402.297-.164.935-.93 1.072-1.11.098-.13.408-.266.58-.321.006-.002.706-.22 1.477-.519.663-.257 1.043-.008 1.059.003l.026.015.166.078-2.37 1.477c-.409-.153-.895.004-1.166.284a.96.96 0 0 0-.227.436c-.159.316-.425.31-.458.308h-.008q-.01-.001-.021-.001c-.096.002-.369-.021-.486-.162-.02-.025-.026-.05-.02-.086m.3 2.478c-.128-.11-.131-.411-.122-.529l.09-.258.977-.567q.113.156.266.29c-.041.369-.166.63-.167.633v.001c-.002.003-.156.29-.775.454-.183.05-.247-.006-.268-.024m1.373-.272v-.001a2.4 2.4 0 0 0 .17-.55l.467.305-.685.349zm-.25 2.942c-.159.124-.3.173-.399.136-.114-.044-.206-.214-.247-.455a.5.5 0 0 1 0-.136c.02-.226.134-.6.282-1.01l1.148-.538c-.104.247-.196.55-.21.865-.02.505-.498 1.055-.573 1.138m8.68 3.881-.03-.008c-1.303-.24-2.236-.715-2.917-1.061l-.48-.237c-.698-.326-1.97-2.073-2.32-2.722-.308-.572-.916-.772-1.175-.833-.05-.172-.155-.491-.282-.66a.183.183 0 0 0-.256-.035.183.183 0 0 0-.036.256c.094.125.204.46.252.642l.001.002.001.004c.139.463-.051.85-.176 1.038-.196.295-.459.468-.618.486a.13.13 0 0 1-.105-.032c-.117-.094-.193-.345-.223-.525.162-.19.6-.75.625-1.318.02-.49.277-.97.39-1.137l.555-.261c.393.27.655.46.727.533l.121.115c.259.24.798.74.863 1.257.091.728.951 2.402 1.935 2.871a.18.18 0 0 0 .244-.086.18.18 0 0 0-.086-.244c-.864-.41-1.65-1.944-1.73-2.586-.082-.65-.665-1.19-.978-1.48l-.11-.104c-.252-.253-1.87-1.308-2.361-1.625-.475-.307-.586-.7-.61-.908-.028-.243.034-.483.158-.611.186-.192.6-.345.897-.133.338.242 1.198.646 1.768.913l.376.179c.35.173.649.413.652.416.041.035 1.122.96 1.505 1.214.516.34.951.126 1.11-.035a.18.18 0 0 0-.003-.256.183.183 0 0 0-.257-.002c-.026.026-.266.24-.648-.012-.183-.12-.55-.417-.872-.684l2.512-1.18c.107.161.19.317.236.45l.19.516c.256.692.644 1.737.786 2.32a2.93 2.93 0 0 0 1.375 1.86c.223.132.498.236.777.32.018.847-.088 2.865-1.425 3.518zm2.406 1.32-1.88-.868c1.137-.555 1.498-1.893 1.596-2.926a8 8 0 0 0 .024-1.075l1.864.45q-.014.471-.05.879c-.259 2.74-1.3 3.415-1.554 3.54"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tableau.svg b/mkdocs-material/material/templates/.icons/simple/tableau.svg new file mode 100644 index 0000000..6815000 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tableau.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.654.174v2.203H9.682v.58h1.972V5.16h.696V2.957h1.97v-.58h-1.97V.174h-.348zm6.03 2.262-.002 1.623v1.623h-2.957v.927h2.957v3.188h1.043l.011-1.582.02-1.576 1.465-.02 1.46-.01v-.927h-2.953V2.436h-.522zm-12.407.06v3.19H2.291v.925h2.986v3.19h.985V6.61h3.013v-.925H6.262V2.496H5.77zm6.086 5.27v3.593H8.06v1.188h3.304v3.596h1.28v-3.596h3.309v-1.188h-3.31V7.766h-.637zm9.721 1.55v2.221h-2.012v.811h2.012v2.261h.887v-2.261H24v-.811h-2.029v-2.22h-.422zm-19.111.131v2.174H0v.621h1.973v2.194h.667v-2.194h2v-.62H2.609V9.446h-.318zm15.709 4.516v3.254h-3.016v.927h3.016v3.217h1.072v-3.216h2.986v-.928h-2.986v-3.254h-.533zm-12.463.008v3.246H2.262v.928h2.957v3.189H6.32v-3.189h2.955v-.928H6.32V13.97h-.55zm6.316 4.578.002 1.103v1.1H9.566v.812h1.971v2.262h.928l.012-1.119.017-1.143h1.969v-.812h-2v-2.203h-.465z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tablecheck.svg b/mkdocs-material/material/templates/.icons/simple/tablecheck.svg new file mode 100644 index 0000000..449f4e6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tablecheck.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.914 3.828 7.248.164C7.125.04 6.878-.001 6.713.04A13.25 13.25 0 0 0 .041 6.67a.45.45 0 0 0 .124.534l3.664 3.664c.124.124.371.082.412-.122a7.9 7.9 0 0 1 2.217-4.33 7.9 7.9 0 0 1 4.332-2.216c.165 0 .247-.247.124-.37m9.266 7.08 3.666-3.664c.123-.123.165-.37.123-.534A13.25 13.25 0 0 0 17.339.04a.45.45 0 0 0-.29-.03.45.45 0 0 0-.246.153l-3.665 3.664c-.124.123-.082.371.123.412a7.9 7.9 0 0 1 4.332 2.215 7.9 7.9 0 0 1 2.216 4.33c0 .164.248.247.371.123m3.666 5.887L20.18 13.09c-.123-.123-.37-.082-.412.124-.535 3.336-3.17 6.01-6.548 6.546-.205.041-.288.288-.123.412l3.666 3.663c.122.124.37.165.534.124a13.17 13.17 0 0 0 6.63-6.628c.125-.206.084-.412-.081-.536M3.83 13.09.164 16.795c-.124.124-.165.371-.124.536a13.17 13.17 0 0 0 6.63 6.628.45.45 0 0 0 .29.03.45.45 0 0 0 .246-.154l3.666-3.663c.123-.124.082-.371-.124-.412a7.9 7.9 0 0 1-4.333-2.215 7.9 7.9 0 0 1-2.216-4.33c0-.166-.247-.247-.37-.125z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tacobell.svg b/mkdocs-material/material/templates/.icons/simple/tacobell.svg new file mode 100644 index 0000000..3e0faa3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tacobell.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.079 1.137a12 12 0 0 0-.913.032c-1.497.08-2.957.504-4.321 1.109.28-.001.588-.048.839.108.308.171.45.527.744.711.419.163.87.007 1.297-.04a7.04 7.04 0 0 1 4 .74c.788.414 1.5.96 2.152 1.563 1.005.884 1.831 1.948 2.827 2.842.324.289.698.525 1.103.683.949.373 1.998.344 2.953.692.301.101.571.27.844.43-.164-.537-.34-1.07-.562-1.586a12.04 12.04 0 0 0-4.88-5.588 11.9 11.9 0 0 0-6.083-1.696ZM4.988 3.4a11.94 11.94 0 0 0-3.99 4.943A12.1 12.1 0 0 0 .004 13.4c0 2.995.006 5.99-.002 8.984-.016.163.083.301.15.441 1.158.071 2.322.014 3.483.03-.57-.207-1.224-.547-1.334-1.207-.18-.953.278-1.878.77-2.664.789-1.228 1.834-2.263 2.91-3.238 1.308-1.132 2.754-2.092 4.238-2.975.397-.256.855-.458 1.14-.85-.26.021-.514.085-.75.195-.988.43-1.924.967-2.847 1.52-.88.545-1.767 1.084-2.594 1.709-.58.414-1.12.877-1.68 1.316-.124-.94-.348-1.862-.584-2.78-.29-1.219-.477-2.475-.396-3.73.06-1.285.47-2.562 1.234-3.602.294-.431.7-.775.978-1.217.24-.377-.12-.768-.09-1.161-.006-.3.193-.54.358-.772zm15.56 8.85a4 4 0 0 0-.498.028c-1.316.16-2.574.614-3.798 1.105-2.741 1.152-5.388 2.576-7.741 4.404-.938.75-1.865 1.545-2.56 2.534-.209.33-.472.733-.323 1.136.191.265.547.312.85.353 1.055.094 2.114-.078 3.145-.298a20.1 20.1 0 0 0 5.923-2.359c1.375-.794 2.703-1.68 3.896-2.73.668-.606 1.312-1.26 1.773-2.043.213-.376.401-.787.392-1.228.003-.249-.024-.56-.265-.697-.24-.152-.515-.2-.794-.205m3.426.076c-.79 1.992-2.352 3.548-3.97 4.898a27 27 0 0 1-4.556 2.964c-2.185 1.22-4.537 2.177-6.999 2.66 5.035.022 10.07.004 15.106.009.226.031.457-.143.441-.38.007-2.865 0-5.73.003-8.594.001-.52.007-1.04-.025-1.557zm-11.257 3.431c.36.77.401 1.697.054 2.478a3 3 0 0 1-1.768 1.647 3.03 3.03 0 0 1-3.066-.701c1.402-1.382 3.06-2.478 4.78-3.424"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tado.svg b/mkdocs-material/material/templates/.icons/simple/tado.svg new file mode 100644 index 0000000..9a4225f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tado.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.486 7.795a1.514 1.514 0 1 0 0 3.029 1.514 1.514 0 0 0 0-3.029m-8.504.003v2.456c-.457-.344-.945-.563-1.686-.563-1.814 0-2.833 1.364-2.833 3.267 0 1.792 1.019 3.247 2.833 3.247 1.781 0 2.817-1.46 2.82-3.247v-5.16zM1.89 7.799l-1.124.378V9.69H0v.945h.757v3.873c0 .84.67 1.51 1.518 1.51h1.128v-.943h-.946a.566.566 0 0 1-.568-.566v-3.874h3.215V9.69H1.89zm20.596.375a1.135 1.135 0 1 1 0 2.27 1.135 1.135 0 0 1 0-2.27M5.48 9.69v.946h1.906c.354 0 .549.277.549.54v.773l-1.322-.001c-1.134 0-2.267.769-2.267 2.08 0 1.307 1.13 2.087 2.265 2.087.953 0 1.326-.57 1.326-.57v.47H9.07v-4.864c0-.784-.667-1.461-1.51-1.461zm12.861.002c-1.808 0-2.835 1.369-2.835 3.237 0 1.911 1.027 3.276 2.835 3.276 1.787 0 2.828-1.36 2.828-3.276 0-1.863-1.046-3.237-2.828-3.237m-6.046.95c1.14 0 1.68 1.185 1.68 2.316 0 1.117-.55 2.305-1.68 2.305-1.232 0-1.697-1.188-1.697-2.305 0-1.13.56-2.316 1.697-2.316m6.046.005c1.12 0 1.703 1.18 1.703 2.3 0 1.117-.572 2.313-1.703 2.313-1.126 0-1.707-1.165-1.707-2.307 0-1.126.57-2.306 1.707-2.306M6.614 12.9h1.322v1.207c0 .5-.373 1.062-1.323 1.062-.367 0-1.133-.19-1.133-1.134 0-.842.758-1.135 1.134-1.135"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/taichigraphics.svg b/mkdocs-material/material/templates/.icons/simple/taichigraphics.svg new file mode 100644 index 0000000..69e0af4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/taichigraphics.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.343 20.672a1.94 1.94 0 0 0 1.94-1.94 1.94 1.94 0 1 0-3.88 0 1.94 1.94 0 0 0 1.94 1.94M9.058 12.796a6.858 6.858 0 1 0-2.324-9.67q-.094.148-.185.3c-.06.103-.11.205-.167.31a6.86 6.86 0 0 0 2.676 9.06m0-.003h-4.23l-2.113 3.663 2.114 3.667h4.229l2.116-3.667zm0 7.33L6.82 23.999h4.48Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/taichilang.svg b/mkdocs-material/material/templates/.icons/simple/taichilang.svg new file mode 100644 index 0000000..49ab5f3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/taichilang.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.526 4.678c-.02 1.605-.817 2.897-2.211 3.854-1.218.838-2.47 1.627-3.632 2.54C7.786 12.568 6.544 14.506 6.505 17c-.042 2.711 1.175 4.797 3.434 6.274.042.027.09.05.13.075.2.123.364.306.22.524-.07.103-.327.154-.473.115-1.216-.298-2.385-.731-3.455-1.395C2.899 20.443.877 17.33.409 13.274-.254 7.468 3.193 2.09 8.683.354c1.356-.431 2.723-.526 4.073.042 1.723.72 2.826 2.381 2.77 4.282m8.146 9.265c-.027 1.07-.328 2.27-1.444 3.112-1.3.98-2.976.916-3.998-.149a2.8 2.8 0 0 1-.645-1.08 2.9 2.9 0 0 1-.12-1.255 2.9 2.9 0 0 1 .434-1.186 2.84 2.84 0 0 1 .897-.878q.21-.131.422-.253c1.167-.658 1.692-1.689 1.731-3.005a2 2 0 0 1 .09-.38c.13.055.28.083.388.17 1.434 1.126 2.245 2.815 2.245 4.904"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tails.svg b/mkdocs-material/material/templates/.icons/simple/tails.svg new file mode 100644 index 0000000..bc29ef7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tails.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.356 11.162v3.98c0 .122-.081.154-.181.071l-2.032-1.682a.55.55 0 0 1-.181-.37v-.501l-.635-.516c-.68-.554-1.226-1.677-1.226-2.5 0-.822.549-1.036 1.226-.478l.635.516V9.18c0-.122.081-.154.181-.071l2.032 1.682c.1.082.181.248.181.37zm-2.993-1.265c-.358-.296-.648-.182-.648.253s.29 1.027.648 1.323l.599.486v-1.576zm2.839 10.037.013-.01.037-.036.004-.004a.4.4 0 0 0 .032-.046l.007-.013.019-.042.004-.01a.3.3 0 0 0 .013-.055v-.014l.003-.027.003-.152-5.223-4.28.022-12.91-.147-.111-.004-.003-.034-.02q-.01-.007-.022-.013l-.03-.01q-.015-.007-.03-.011l-.026-.004q-.02-.004-.039-.005H15.8l-.023.001-.037.003-.03.007q-.016.004-.031.01-.015.005-.029.012l-.029.015-.014.01q-.018.005-.035.013l-3.444 1.726.72.57.027 10.067-5.246-4.32-.003-5.241L7.623.328l-.001-.01-.004-.035q-.001-.015-.005-.03l-.008-.03Q7.599.207 7.59.19L7.588.181l-.01-.015Q7.57.15 7.558.135L7.54.112A.4.4 0 0 0 7.466.05L7.44.035Q7.425.028 7.41.022a.4.4 0 0 0-.061-.016L7.314.002 7.294 0l-.009.001-.036.004q-.015.001-.03.005T7.19.019l-.033.012-.009.004L2.825 2.2l-.016.01a.3.3 0 0 0-.077.061.3.3 0 0 0-.053.078.4.4 0 0 0-.023.06.3.3 0 0 0-.01.065q-.002.01-.002.02l.006 10.108v.02l.002.008q0 .023.006.044l.002.009.004.011a.3.3 0 0 0 .02.054v.001h.001a.4.4 0 0 0 .031.05l.007.01.006.006.031.032.006.006q.006.004.01.008.002.001.005.004l4.7 3.909-.107 2.673v.038l.004.025.002.015q0 .008.004.015 0 .006.003.011l.001.005.003.01.017.04v.002a.3.3 0 0 0 .031.049l.006.008.005.005a.3.3 0 0 0 .037.039l.005.003.003.002.003.004 5.317 4.212a.33.33 0 0 0 .35.035l7.988-4 .004-.002a.3.3 0 0 0 .045-.029M5.475 10.985 3.819 9.706v1.1l.844.585-1.392.698-.006-9.376 2.176-1.09.023 2.392-1.546-1.236v1.1l1.554 1.235.024 1.182L3.901 5.02v1.1l1.603 1.275-.006 1.283-1.573-1.257v1.1l1.58 1.256.01 1.187zm3.433 6.038-5.309-4.365 3.668-1.837 5.309 4.365zM6.123 1.282l.733-.367.079 9.34-.733.366zm2.494 7.114-.001-1.59L9.925 7.83l.001 1.591zm1.309-1.828-1.31-1.025V3.952l1.309 1.025zm1.092-.752c.507.646 1.026 1.907 1.026 3.073s-.519 1.562-1.026 1.362z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tailscale.svg b/mkdocs-material/material/templates/.icons/simple/tailscale.svg new file mode 100644 index 0000000..fa88398 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tailscale.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0m-9 9a3 3 0 1 1-6 0 3 3 0 0 1 6 0m0-9a3 3 0 1 1-6 0 3 3 0 0 1 6 0m6-6a3 3 0 1 1 0-6 3 3 0 0 1 0 6m0-.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5M3 24a3 3 0 1 1 0-6 3 3 0 0 1 0 6m0-.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5m18 .5a3 3 0 1 1 0-6 3 3 0 0 1 0 6m0-.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5M6 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0m9-9a3 3 0 1 1-6 0 3 3 0 0 1 6 0m-3 2.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5M6 3a3 3 0 1 1-6 0 3 3 0 0 1 6 0M3 5.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tailwindcss.svg b/mkdocs-material/material/templates/.icons/simple/tailwindcss.svg new file mode 100644 index 0000000..ed76056 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tailwindcss.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.001 4.8q-4.8 0-6 4.8 1.8-2.4 4.2-1.8c.913.228 1.565.89 2.288 1.624C13.666 10.618 15.027 12 18.001 12q4.8 0 6-4.8-1.8 2.4-4.2 1.8c-.913-.228-1.565-.89-2.288-1.624C16.337 6.182 14.976 4.8 12.001 4.8m-6 7.2q-4.8 0-6 4.8 1.8-2.4 4.2-1.8c.913.228 1.565.89 2.288 1.624 1.177 1.194 2.538 2.576 5.512 2.576q4.8 0 6-4.8-1.8 2.4-4.2 1.8c-.913-.228-1.565-.89-2.288-1.624C10.337 13.382 8.976 12 6.001 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/taipy.svg b/mkdocs-material/material/templates/.icons/simple/taipy.svg new file mode 100644 index 0000000..9290ff1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/taipy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.273 4.153a.97.97 0 0 1 .917-.65h21.325a.486.486 0 0 1 .458.646l-1.245 3.56a.97.97 0 0 1-.917.65H.486a.486.486 0 0 1-.459-.646Zm4.855 6.07a.97.97 0 0 1 .917-.65h8.337a.486.486 0 0 1 .458.645l-1.245 3.56a.97.97 0 0 1-.917.65H5.341a.486.486 0 0 1-.458-.646Zm2.698 6.068a.97.97 0 0 1 .917-.65h3.482a.486.486 0 0 1 .458.646l-1.246 3.56a.97.97 0 0 1-.916.65H8.039a.486.486 0 0 1-.458-.646Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/taketwointeractivesoftware.svg b/mkdocs-material/material/templates/.icons/simple/taketwointeractivesoftware.svg new file mode 100644 index 0000000..f1ceae0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/taketwointeractivesoftware.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17.012 16.776.417-.257 4.155-3.1c1.413-1.248 2.293-2.686 2.293-4.607-.006-3.849-3.037-5.771-6.614-5.771-1.663 0-3.122.447-4.283 1.256V2.852L0 2.86l.007 4.395 3.85-.008.016 13.886 5.355-.008-.016-13.886h1.443a8 8 0 0 0-.516 2.02l4.518.884c.076-1.376.547-3.102 2.219-3.102 1.101 0 1.753.832 1.753 1.87 0 1.557-1.305 2.653-2.4 3.592l-6.082 4.56.006 4.085 13.642-.016.205-4.371z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/talend.svg b/mkdocs-material/material/templates/.icons/simple/talend.svg new file mode 100644 index 0000000..409f822 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/talend.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.875.025c-.41.043-1.233.19-1.795.324-.653.156-1.099.303-1.856.632A11.96 11.96 0 0 0 .974 7.23C.531 8.25.367 8.817.12 10.166c-.117.61-.121.722-.121 1.838s.004 1.228.121 1.838c.247 1.349.411 1.915.852 2.936a11.96 11.96 0 0 0 6.251 6.249c1.021.441 1.588.605 2.937.852.61.117.723.121 1.839.121s1.229-.004 1.839-.121c1.35-.247 1.916-.41 2.937-.852a11.96 11.96 0 0 0 6.25-6.249c.442-1.02.606-1.587.853-2.936.117-.61.121-.722.121-1.838s-.004-1.228-.121-1.838c-.247-1.35-.411-1.916-.852-2.936-1.315-3.062-3.842-5.415-7.06-6.582C15.513.483 14.764.302 13.95.15c-.645-.12-.822-.134-1.735-.147-.558-.008-1.163 0-1.34.022m1.536 5.34.108.104v2.859h2.293l.073.117c.139.212.06.735-.134.934-.069.065-.194.073-1.155.073h-1.081l.013 3.49c.013 3.174.021 3.516.09 3.715.148.445.364.597.831.592.329 0 .597-.064 1.224-.302.381-.139.411-.143.485-.078.1.09.26.424.26.536 0 .143-.347.398-.926.68-.922.444-1.661.613-2.47.557-1.519-.104-2.367-.614-2.678-1.617-.087-.277-.09-.398-.104-3.931l-.013-3.642h-.554c-.618 0-.679-.026-.722-.311-.035-.203.1-.342.459-.467a6.06 6.06 0 0 0 2.496-1.717c.354-.415.48-.601.748-1.116.125-.237.272-.467.32-.506a.32.32 0 0 1 .437.03"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/talenthouse.svg b/mkdocs-material/material/templates/.icons/simple/talenthouse.svg new file mode 100644 index 0000000..807d024 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/talenthouse.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.373 7.42V0H1.627v7.42h6.66V24h7.428V7.42h6.66zM12.31 0h-.623zm-.004 3.41V.618h8.865L17.652 3.41Zm-5.948 0L2.83.618h8.857V3.41zm-.608.308-3.503 2.76V.949ZM2.837 6.802l3.52-2.781h4.894L8.46 6.8H2.837Zm6.068.438 2.78-2.782v14.781l-1.602 2.046-1.183 1.51Zm.326 16.142.555-.706 2.216-2.825 2.77 3.535zm3.078-18.924 2.786 2.782v15.556l-2.786-3.556zM15.55 6.8l-2.8-2.78h4.904l3.519 2.78zm6.206-.322L18.25 3.71 21.744.963l.02-.015Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/talos.svg b/mkdocs-material/material/templates/.icons/simple/talos.svg new file mode 100644 index 0000000..1d8cced --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/talos.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.678 11.98c0-2.664-1.13-6.896-2.867-10.804a12 12 0 0 0-1.585.917c1.608 3.668 2.647 7.553 2.647 9.886 0 2.254-1.08 6.145-2.735 9.865a12 12 0 0 0 1.576.93c1.79-3.976 2.964-8.229 2.964-10.795m6.442 0c0-2.336 1.042-6.22 2.646-9.89a12 12 0 0 0-1.608-.922c-1.756 3.957-2.843 8.166-2.843 10.816 0 2.564 1.177 6.819 2.965 10.797a12 12 0 0 0 1.575-.931c-1.655-3.723-2.735-7.616-2.735-9.87m5.45 6.525.31.307a12 12 0 0 0 .936-1.612c-1.866-1.893-3.457-3.938-3.47-5.233-.012-1.264 1.57-3.308 3.446-5.222a12 12 0 0 0-.945-1.603l-.259.258c-2.739 2.766-4.063 4.92-4.047 6.583.016 1.662 1.332 3.81 4.028 6.522M2.411 5.405l-.26-.259a12 12 0 0 0-.946 1.608c3.123 3.173 3.452 4.704 3.448 5.217-.012 1.3-1.603 3.34-3.47 5.229a12 12 0 0 0 .939 1.608c.106-.106.207-.204.31-.308 2.694-2.711 4.01-4.842 4.026-6.516S5.15 8.175 2.411 5.404M12.002 24c.303 0 .602-.016.898-.037V.037A12 12 0 0 0 12 0c-.304 0-.605.015-.905.037v23.925q.448.035.903.038z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tamiya.svg b/mkdocs-material/material/templates/.icons/simple/tamiya.svg new file mode 100644 index 0000000..38bf4f2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tamiya.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 6.408v4.27h4.496l1.36-4.27Zm5.856 0 1.398 4.27h4.496v-4.27Zm5.894 4.27-3.627 2.644 1.398 4.27h2.23Zm-2.23 6.914-3.664-2.645-3.627 2.645Zm-7.291 0 1.398-4.27L0 10.678v6.914zM12.25 6.408v4.27h4.496l1.36-4.27zm5.856 0 1.398 4.27H24v-4.27ZM24 10.678l-3.627 2.644 1.398 4.27H24Zm-2.23 6.914-3.664-2.645-3.627 2.645zm-7.29 0 1.397-4.27-3.627-2.644v6.914z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tampermonkey.svg b/mkdocs-material/material/templates/.icons/simple/tampermonkey.svg new file mode 100644 index 0000000..1db0d31 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tampermonkey.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.955.002C3-.071.275 2.386.043 5.335c-.069 3.32-.011 6.646-.03 9.969.06 1.87-.276 3.873.715 5.573 1.083 2.076 3.456 3.288 5.77 3.105 4.003-.011 8.008.022 12.011-.017 2.953-.156 5.478-2.815 5.482-5.772-.007-4.235.023-8.473-.015-12.708C23.82 2.533 21.16.007 18.205.003c-4.083-.005-8.167 0-12.25-.002zm.447 12.683c2.333-.046 4.506 1.805 4.83 4.116.412 2.287-1.056 4.716-3.274 5.411-2.187.783-4.825-.268-5.874-2.341-1.137-2.039-.52-4.827 1.37-6.197a4.9 4.9 0 0 1 2.948-.99zm11.245 0c2.333-.046 4.505 1.805 4.829 4.116.413 2.287-1.056 4.716-3.273 5.411-2.188.783-4.825-.268-5.875-2.341-1.136-2.039-.52-4.827 1.37-6.197a4.9 4.9 0 0 1 2.949-.99z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/taobao.svg b/mkdocs-material/material/templates/.icons/simple/taobao.svg new file mode 100644 index 0000000..d2532e2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/taobao.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.31 9.9a.959.959 0 1 1 0 1.918.959.959 0 0 1 0-1.917m2.39 3.047H13.292v-.96h4.15V9.76h-2.887v-.768h2.887v-.923h-2.508v.203h-1.642V5.373h1.642v.35c.494-.06 1.463-.181 2.517-.296v-.825h1.852v.64c.925-.08 1.753-.13 2.211-.11 1.49.07 2.445.28 2.485 1.272.036.99-1.424 1.905-1.424 1.905l-.45-.434v.193h-2.813v.923h3.23v.768h-3.23v2.228H23.7zm-2.174-5.648-.012-.011s1.373-.76.343-1.272c-.863-.43-5.534.305-6.923.625V7.3zM1.882 6.417a1 1 0 0 0 0-2 1 1 0 0 0-1 1 1 1 0 0 0 1 1m3.41-.86a7 7 0 0 0 .371-.72l-1.466-.412s-.59 1.93-1.644 2.828c0 0 1.02.59 1.01.573a10 10 0 0 0 .781-.88c.235-.1.459-.197.68-.287-.272.487-.71 1.22-1.148 1.681l.618.539s.42-.404.879-.891h.524v.9H3.856v.72h2.041v1.723q-.038 0-.078-.002c-.224-.01-.575-.047-.712-.265-.168-.263-.044-.75-.035-1.046H3.661l-.05.026s-.517 2.315 1.49 2.263c1.879.052 2.954-.523 3.472-.918l.206.764 1.158-.482-.785-1.919-.94.292.176.658c-.242.18-.518.316-.819.413V9.608h1.995v-.72H7.57v-.9h2.003v-.72H6.015c.257-.311.459-.598.51-.78l-.62-.168c2.661-.952 4.142-.789 4.129.773v4.113s.156 1.412-1.461 1.31l-.876-.187-.207.83s3.782 1.081 4.091-1.824-.077-4.758-.077-4.758-.345-2.682-6.213-1.02zM.058 12.153l1.587.99c1.097-2.38 1.026-2.065 1.302-2.92.283-.873.345-1.54-.136-2.022-.617-.62-.685-.677-1.602-1.358l-.66 1.013 1.216.758s.814.415.428 1.19c-.362.738-2.135 2.35-2.135 2.35m19.94 6.849s-.018.523-.67.523c-.59 0-.636-.411-.636-.411-.249.3-.621.454-1.07.454-.76 0-1.296-.513-1.296-1.29 0-.785.557-1.28 1.398-1.28.383 0 .725.147.926.404q.012-.105.014-.196c0-.563-.31-.813-1.01-.813-.339 0-.666.049-1.014.14.11-.218.192-.379.297-.457.12-.097.43-.14.942-.14 1.269 0 1.742.425 1.742 1.427v1.203c0 .316.033.436.377.436zm-1.327-.745c0-.482-.255-.747-.638-.747-.404 0-.667.282-.667.76 0 .466.278.76.654.76.388 0 .651-.274.651-.773m5.27-.501c0 1.153-.692 1.827-1.778 1.827-1.096 0-1.777-.674-1.777-1.827 0-1.159.681-1.825 1.777-1.825 1.086 0 1.779.671 1.779 1.825m-1.086 0c0-.87-.237-1.3-.692-1.3-.473 0-.694.43-.694 1.3 0 .866.22 1.299.694 1.299.467 0 .692-.433.692-1.3m-7.131-.044c0 1.17-.654 1.856-1.577 1.856-.423 0-.806-.163-1.047-.47 0 0-.108.427-.661.427-.689 0-.665-.523-.665-.523.387.016.376-.215.376-.436V15.68c0-.356-.074-.48-.427-.487.014-.107.078-.538.679-.538.816 0 .761.915.761.915v.786c.23-.268.552-.394.99-.394.963 0 1.57.645 1.57 1.75m-1.094.08c0-.898-.272-1.355-.762-1.355-.439 0-.74.396-.74 1.104v.36c0 .721.316 1.117.763 1.117.477 0 .739-.413.739-1.226m-3.243-.036c0 1.153-.688 1.827-1.78 1.827-1.094 0-1.773-.674-1.773-1.827 0-1.159.68-1.825 1.773-1.825s1.78.671 1.78 1.825m-1.083 0c0-.87-.236-1.3-.697-1.3-.467 0-.688.43-.688 1.3 0 .866.22 1.299.688 1.299.469 0 .697-.433.697-1.3m-5.99-2.716c-.267.078-.79.097-1.55.097-.926 0-1.54-.039-1.855-.039-.52 0-.726.134-.909.66.3-.103.673-.11 1.135-.11.352 0 .411.044.411.295v2.903c0 .282.118.679.726.679.71 0 .834-.526.834-.526-.355-.007-.425-.131-.425-.487v-2.56c0-.267.102-.28.471-.28.126 0 .21.007.26.007.546 0 .69-.104.903-.64m3.131 3.962s-.018.523-.666.523c-.556 0-.64-.412-.64-.412-.249.3-.621.455-1.066.455-.766 0-1.3-.513-1.3-1.29 0-.785.557-1.28 1.4-1.28.384 0 .727.147.925.404.004-.07.01-.136.01-.196 0-.563-.304-.813-1.006-.813-.338 0-.667.049-1.015.14.113-.218.192-.379.294-.457.13-.097.433-.14.947-.14 1.265 0 1.746.425 1.746 1.427v1.203c0 .316.028.436.371.436m-1.326-.745c0-.482-.256-.747-.638-.747-.401 0-.667.282-.667.76 0 .466.28.76.652.76.389 0 .653-.274.653-.773"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tapas.svg b/mkdocs-material/material/templates/.icons/simple/tapas.svg new file mode 100644 index 0000000..e6a607b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tapas.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.67 1.56c.282-.134.542-.338.81-.513.253-.163.54-.436.894-.33.103.296-.162.503-.331.662-.538.511-1.154.975-1.72 1.456A240 240 0 0 1 1.5 7.598a7 7 0 0 1-.612.445c-.183.118-.456.359-.71.165.071-.337.306-.567.512-.778.213-.216.414-.446.629-.66-.248-.427-.473-.821-.662-1.274-.186-.449-.378-.971-.38-1.554-.002-1.109.635-2.043 1.34-2.68C2.34.61 3.306.066 4.429.006 6.015-.078 6.933.71 7.67 1.56m5.012 18.075v.198c-.278.01-.532-.01-.795-.016v-.198c.277-.008.535.006.795.016m-1.59 0v.198c-.282-.012-.52.021-.792.018v-.198a10 10 0 0 1 .793-.018zm3.177.05c-.007.067.013.158-.017.199-.251-.02-.518-.024-.778-.033v-.198c.275.003.542.009.795.032m-4.763 0v.199c-.274.002-.512.039-.795.032v-.197c.28.001.516-.036.795-.034m5.555.034c.255.033.544.029.793.064.013.084-.014.129-.015.2-.255-.033-.544-.03-.794-.067a.7.7 0 0 0 .016-.197m-7.142.065v.2c-.26.02-.517.046-.778.065-.022-.05-.018-.126-.017-.198.265-.024.521-.053.795-.067m8.73.067c.269.023.537.048.793.082-.02.058-.004.148-.032.199-.25-.036-.518-.053-.778-.083-.01-.083.017-.128.017-.198m-10.319.082c-.006.08.03.113.017.199-.259.022-.568.082-.793.082.012-.077-.02-.114-.018-.182.252-.045.529-.066.794-.099m12.684.199c.012.084-.027.114-.017.196-.256-.044-.54-.063-.794-.114.01-.058.025-.109.017-.182.228.008.545.062.795.1zm-14.288 0c.06.022.033.133.05.196q-.388.06-.777.117a.7.7 0 0 1-.034-.197c.253-.038.515-.072.761-.116m15.86.233a.6.6 0 0 1-.034.213c-.247-.055-.52-.083-.777-.132a.7.7 0 0 1 .034-.197c.263.032.503.09.776.116zm-17.414.016c.02.057.036.116.034.196-.263.04-.503.105-.778.133-.004-.073-.034-.12-.033-.197.275-.028.515-.092.777-.132m18.208.132c.255.052.508.109.778.148-.004.072-.034.119-.034.197-.28-.021-.495-.11-.778-.133-.018-.041.016-.15.034-.212m1.289-3.787c.156.092.47.098.595.246.099.115.144.486.182.744.203 1.296.287 2.808.332 4.219.008.266.016.583.016.891 0 .298.06.704 0 .91-.041.147-.24.194-.363.264a57 57 0 0 0-.065-2.843c-.124-.101-.444-.047-.464-.166-.044-.252.267-.09.447-.065-.045-1.272-.177-2.46-.33-3.623-.147-.074-.336-.105-.498-.164-.252.259-.636.939-1.223.81-.22-.047-.363-.342-.464-.545a3.2 3.2 0 0 1-.265-.744c-4.88-.936-11.589-1.016-16.502-.05-.153.655-.43 2.053-1.34 1.52a2 2 0 0 1-.81-.991 8 8 0 0 1-.547.133c-.192 1.084-.288 2.268-.346 3.489.166.01.416-.122.595-.1.004.066.028.114.033.18-.166.106-.437.105-.645.166a45 45 0 0 0-.066 2.976c-.08.022-.273-.122-.347-.213.064-2.301.179-4.553.363-6.732.28-.087.568-.17.844-.264-.04-.383-.117-.827.05-1.09.14-.224.531-.352.81-.432.99-.28 1.979-.05 2.63.413.14.102.247.239.396.299.025-.09-.094-.15-.149-.199-.567-.511-1.498-.958-2.612-.761-.348-1.09-.79-2.142-.794-3.538-.005-1.553.562-2.899 1.205-3.953.66-1.078 1.541-1.954 2.498-2.645a11.5 11.5 0 0 1 8.087-2.051c3.01.369 5.008 1.79 6.45 3.853.69.99 1.248 2.174 1.62 3.524.374 1.352.378 3.098-.05 4.53-1.383-.283-2.637.15-3.125 1.026-.004.015-.016.017-.016.033.498-.678 1.736-1.168 2.976-.86.328.082.746.2.908.43.224.317.122.989-.016 1.373M16.22 9.382c.055.383.227.783.445.944.376.27.602.001.63-.38.035-.504-.174-1.1-.431-1.324-.105-.09-.299-.145-.412-.115-.256.065-.283.528-.232.875m-8.649 1.092c-.033.556.16 1.277.529 1.472.43.227.633-.095.661-.495.045-.626-.273-1.714-.86-1.605-.25.047-.313.339-.33.628m6.83 2.579c-.266.06-.633-.058-.926-.117a22 22 0 0 0-.91-.164c-.567-.088-1.344-.211-1.9.1-.198.11-.444.351-.465.662-.027.46.342.791.612.993.323.237.663.399 1.092.527.917.278 2.293.353 3.075.017.735-.316 1.706-1.062 1.72-2.05.01-.59-.272-1.119-.859-1.042-.65.085-.882.951-1.44 1.074z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/target.svg b/mkdocs-material/material/templates/.icons/simple/target.svg new file mode 100644 index 0000000..aa08d92 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/target.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0m0 19.826a7.827 7.827 0 1 0 0-15.652 7.827 7.827 0 0 0 0 15.652m0-3.985a3.84 3.84 0 1 1 0-7.68 3.84 3.84 0 0 1 0 7.68"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tarom.svg b/mkdocs-material/material/templates/.icons/simple/tarom.svg new file mode 100644 index 0000000..a3ad2b5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tarom.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.054 0C5.424 0 .028 5.37 0 11.973 0 18.603 5.424 24 12.054 24 18.657 24 24 18.603 24 11.973 24 5.398 18.657 0 12.054 0m0 .877c2.603 0 5.068.96 6.986 2.52L7.178 15.123a21 21 0 0 1-.75-.101c-.55-.082-.988-.147-1.552-.089-.904.082-2.135.876-2.902 1.725a11.2 11.2 0 0 1-1.015-4.711C.959 5.864 5.917.877 12.054.877m7.37 2.876c2.247 2.054 3.672 4.987 3.672 8.22 0 2.137-.549 4.055-1.59 5.753l-10.218-1.862ZM4.876 16.738c.795.028 1.644.084 2.521.33l9.534 4.712-5.15-4.219 9.479.547c-2 3.014-5.398 4.96-9.179 4.96-4.328 0-8.082-2.465-9.945-6.054.96-.164 1.809-.303 2.74-.276"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/task.svg b/mkdocs-material/material/templates/.icons/simple/task.svg new file mode 100644 index 0000000..73b6dc7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/task.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.857 18.013 11.736 24V12.456L1.857 6.468Zm20.286 0V6.468l-9.879 5.988V24Zm-.246-12.014L12 0 2.103 5.999 12 11.998Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tasmota.svg b/mkdocs-material/material/templates/.icons/simple/tasmota.svg new file mode 100644 index 0000000..0bfe1a8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tasmota.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0 0 12l1.371 1.372L12 2.743l10.629 10.629L24 12zm0 8.463a7.41 7.41 0 0 0-2.64 14.334v-2.133a5.464 5.464 0 0 1 1.671-10.17V24h1.94V10.494a5.464 5.464 0 0 1 1.669 10.171v2.133A7.41 7.41 0 0 0 12 8.463"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tata.svg b/mkdocs-material/material/templates/.icons/simple/tata.svg new file mode 100644 index 0000000..132cc85 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tata.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.774 11.568c.193-1.322.168-2.013-1.768-1.906-2.223.124-4.476.265-7.849 1.027A5.6 5.6 0 0 0 0 12c0 1.52.618 2.99 1.787 4.254 1.06 1.144 2.556 2.095 4.326 2.752a15.5 15.5 0 0 0 2.014.588c.13-.527.959-3.907 1.616-7.823l.03-.202m14.07-.88c-3.372-.762-5.624-.902-7.846-1.026-1.937-.107-1.962.584-1.768 1.906l.046.298c.65 3.848 1.458 7.16 1.598 7.72C20.595 18.508 24 15.516 24 12q-.001-.665-.157-1.311m-.491-1.324a7.2 7.2 0 0 0-1.14-1.618c-1.06-1.144-2.555-2.095-4.325-2.752-1.784-.662-3.82-1.011-5.887-1.011-2.068 0-4.103.35-5.887 1.01-1.77.658-3.266 1.61-4.326 2.753A7.2 7.2 0 0 0 .648 9.366c2.304-.557 6.245-1.293 9.904-1.37.353-.008.596.105.756.307.196.248.18 1.128.175 1.522l-.104 10.18a19 19 0 0 0 1.244 0l-.104-10.18c-.005-.394-.02-1.274.175-1.522.16-.202.403-.315.756-.308 3.658.078 7.597.813 9.902 1.37"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tauri.svg b/mkdocs-material/material/templates/.icons/simple/tauri.svg new file mode 100644 index 0000000..57ae193 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tauri.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.912 0a8.72 8.72 0 0 0-8.308 6.139c1.05-.515 2.18-.845 3.342-.976 2.415-3.363 7.4-3.412 9.88-.097s1.025 8.084-2.883 9.45a6.1 6.1 0 0 1-.3 2.762 8.7 8.7 0 0 0 3.01-1.225A8.72 8.72 0 0 0 13.913 0zm.082 6.451a2.284 2.284 0 1 0-.15 4.566 2.284 2.284 0 0 0 .15-4.566m-5.629.27a8.7 8.7 0 0 0-3.031 1.235 8.72 8.72 0 1 0 13.06 9.913 10.2 10.2 0 0 1-3.343.965 6.125 6.125 0 1 1-7.028-9.343 6.114 6.115 0 0 1 .342-2.772zm1.713 6.27a2.284 2.284 0 0 0-2.284 2.283 2.284 2.284 0 0 0 2.284 2.284 2.284 2.284 0 0 0 2.284-2.284 2.284 2.284 0 0 0-2.284-2.284z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/taxbuzz.svg b/mkdocs-material/material/templates/.icons/simple/taxbuzz.svg new file mode 100644 index 0000000..a0a0c25 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/taxbuzz.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.79 6.255c3.939-2.066 5.753.089 5.753.089-2.289-.952-5.753-.089-5.753-.089m6.556.089c-1.245-1.204-.595-4.787-.595-4.787-1.754 3.27.595 4.787.595 4.787m14.821 8.8s.312.728.505 1.606l-8.548 6.452-2.343-6.373c-.704.236-2.667.723-5.506.055-3.598-.847-3.835-1.516-4.995-2.319S.318 12.068.124 11.413c-.193-.654-.208-1.918.297-2.825s1.903-1.501 1.903-1.501.818-.342 2.988-.446c2.172-.104 3.614.639 3.614.639s-.788-2.601-.238-4.727S10.903.829 10.903.829s1.606.416 2.943 2.602c.885 1.445 1.177 2.263 1.274 2.654 1.535-.355 3.389-1.046 5.349-2.304 0 0 .954 2.695 3.531 10.785zm-11.551-7.76.55 1.412c4.765.238 7.938-2.453 7.938-2.453l-.327-.847c-4.177 2.84-8.161 1.888-8.161 1.888m-.776-5.66s1.182 1.691 2.096 4.62c0 0 .981.085 1.762-.227-.001 0-1.506-4.237-3.858-4.393m-.569 6.734.557.112-.825-2.364c2.071.228 2.341.138 2.341.138-.424-1.959-1.84-4.675-1.84-4.675-.958.144-1.136 1.293-1.136 1.293-.703 3.267.903 5.496.903 5.496m-8.942.602c6.69 1.16 9.968 3.769 9.968 3.769L9.891 9.033S8.469 7.505 5.209 7.436c-3.244-.067-3.88 1.624-3.88 1.624m11.016 6.657-.728-1.951c-4.62-3.2-10.354-4.504-10.354-4.504s-.156.19-.212 1.026.346 1.628.948 2.598 1.762 1.594 2.564 2.099c.803.505 2.839.978 4.616 1.12 1.787.14 3.166-.388 3.166-.388m.579-4.705c5.337-.268 7.79-2.787 7.79-2.787l-.446-1.257c-3.345 2.869-7.879 2.497-7.879 2.497zm.996 2.527c4.668-.788 7.344-3.479 7.344-3.479l-.387-1.189c-3.226 2.81-7.671 2.78-7.671 2.78zm.967 2.713c3.925-1.527 7.024-4.382 7.024-4.382l-.39-1.137c-3.267 2.754-7.403 3.456-7.403 3.456zm7.648-2.386-.479-1.316c-2.341 2.33-6.946 4.393-6.946 4.393l.751 1.94zm-18.01 3.077c3.687 3.062 8.08.461 8.08.461-4.72 1.085-8.08-.461-8.08-.461"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tcs.svg b/mkdocs-material/material/templates/.icons/simple/tcs.svg new file mode 100644 index 0000000..0ee8120 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tcs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 16.262c0-1.305-.522-2.174-1.827-3.088l-1.785-1.24c-.033-.022-.06-.045-.092-.068-.629-.473-.91-.912-.91-1.43 0-.696.567-1.13 1.371-1.13 1.022 0 1.503.477 2.111.477.479 0 .805-.326.805-.804 0-.348-.174-.631-.631-.848-.718-.348-1.503-.48-2.35-.48-.892 0-1.676.262-2.241.697v-.001a4 4 0 0 0-.326.283l-.008.01c-.65.695-1.19 1.714-1.623 3.145l-.501 1.652c-.893 2.912-2.306 4.304-4.504 4.304-2.415 0-3.938-1.675-3.938-4.153v.026-.025c0-2.468 1.509-4.159 3.69-4.174l.03-.002a4.86 4.86 0 0 1 2.089.457c.282.13.522.174.74.174.1 0 .192-.017.279-.041.362-.103.592-.408.592-.83 0-.326-.196-.653-.653-.87-.827-.414-1.894-.653-3.046-.653-.86 0-1.653.152-2.359.436-2.117.851-3.452 2.886-3.452 5.545l.002-.024-.001.024c0 .931.169 1.783.479 2.536-.452.985-1.143 1.509-2.046 1.509-1.087 0-1.804-.63-1.806-2.06V9.477h2.546c.588 0 .979-.348.979-.848s-.39-.848-.98-.848H2.09V5.563c0-.653-.435-1.088-1.044-1.088C.435 4.475 0 4.911 0 5.563v10.285c0 2.393 1.37 3.655 3.7 3.655.486.001.97-.08 1.43-.24h.005a3.5 3.5 0 0 0 1.81-1.514c1.034 1.117 2.565 1.775 4.48 1.775.999 0 1.868-.195 2.65-.607h.003c1.588-.827 2.72-2.502 3.503-5.068l.457-1.5a3 3 0 0 1-.162-.234c.308.492.785.953 1.468 1.43l1.631 1.13c.244.17.463.34.668.51.289.322.378.67.378 1.078 0 .935-.74 1.566-1.807 1.566-1.022 0-1.893-.522-2.371-.522s-.806.325-.806.804c0 .348.174.63.632.848.631.304 1.653.566 2.567.566 1.153 0 2.111-.348 2.785-.957a2 2 0 0 0 .156-.161A3.1 3.1 0 0 0 24 16.262"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/teal.svg b/mkdocs-material/material/templates/.icons/simple/teal.svg new file mode 100644 index 0000000..61a5431 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/teal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.069 2.334v4.129h7.897a3.17 3.17 0 0 1 2.25.947c.596.604.932 1.425.933 2.281l.008 4.244v3.61H7.253A3.17 3.17 0 0 1 5 16.598a3.25 3.25 0 0 1-.932-2.283V6.463H0v8.014c0 .944.184 1.879.541 2.752a7.2 7.2 0 0 0 1.537 2.332 7.1 7.1 0 0 0 2.301 1.558c.86.362 1.783.547 2.714.547h4.723a3.32 3.32 0 0 0 2.365-.992c.627-.636.98-1.498.98-2.397v-.732h8.824l-2.328-2.283L24 12.965h-6.309a5.8 5.8 0 0 0 2.191-2.884 5.9 5.9 0 0 0 .071-3.639 5.8 5.8 0 0 0-2.075-2.971 5.7 5.7 0 0 0-3.411-1.137zm6.707 6.137c-1.212 0-2.194.997-2.194 2.225s.982 2.225 2.194 2.225 2.194-.996 2.194-2.225c0-1.228-.982-2.225-2.194-2.225"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/teamcity.svg b/mkdocs-material/material/templates/.icons/simple/teamcity.svg new file mode 100644 index 0000000..2948744 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/teamcity.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0v24h24V0zm2.664 2.964h7.48v1.832H7.396v7.196H5.412V4.796H2.664zm9.328 18h-9v-1.5h9zm5.564-9.218a4.6 4.6 0 0 1-2.036.374 4.556 4.556 0 0 1-4.628-4.616V7.48A4.584 4.584 0 0 1 15.6 2.812 4.66 4.66 0 0 1 19.16 4.2l-1.264 1.456a3.34 3.34 0 0 0-2.312-1.02 2.67 2.67 0 0 0-2.616 2.8v.028a2.68 2.68 0 0 0 2.616 2.836 3.23 3.23 0 0 0 2.376-1.056l1.264 1.276a4.6 4.6 0 0 1-1.668 1.226"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/teamspeak.svg b/mkdocs-material/material/templates/.icons/simple/teamspeak.svg new file mode 100644 index 0000000..ee83c9f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/teamspeak.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.005.605h-.09l-.028.001h-.064l-.03.001-.07.001-.02.001-.09.003h-.022l-.07.003-.03.001-.063.003L11.4.62l-.09.005-.09.006h-.015l-.01.001-.064.005-.03.002-.07.005-.02.002-.088.008-.02.001-.07.007-.027.003-.065.006-.025.003-.088.01-.09.01-.023.003-.066.008-.008.002-.015.002h-.003l-.073.01-.015.002-.05.007-.04.006-.014.002-.073.01-.024.005-.07.01-.02.004-.088.015-.035.006-.018.004-.035.006-.02.003-.07.013-.02.004-.08.015h-.003l-.004.001-.005.001-.087.018-.007.002H9.57l-.034.008-.043.01-.018.002L9.4.89l-.013.003-.09.02-.09.02-.01.003-.08.02-.011.003-.087.022-.092.024-.088.024-.01.002-.084.024h-.003l-.09.026-.091.027H8.56l-.073.023-.01.003-.005.002h-.003l-.028.01-.19.062-.08.025-.257.091-.075.027a8 8 0 0 0-.305.12q-.03.01-.061.023l-.144.06a13 13 0 0 0-.53.24l-.07.034-.08.04q-.256.128-.506.267-.231.27-.45.548l-.06.08-.036.043.005-.003q-.054.073-.11.146-.117.154-.231.31-.085.12-.167.243-.123.175-.24.355-.08.126-.158.25c-.074.12-.15.24-.22.362q-.076.128-.148.258c-.07.126-.141.25-.21.38q-.067.13-.132.26a16 16 0 0 0-.187.379q-.067.144-.132.29a16 16 0 0 0-.433 1.063l-.05.128.009-.012q-.192.534-.348 1.084l-.107.049-.015.006a5 5 0 0 0-.56.307l-.035.022a5 5 0 0 0-.493.37l-.045.038a5 5 0 0 0-.427.427l-.044.05a5 5 0 0 0-.366.488l-.025.04a5 5 0 0 0-.302.553l-.01.024a5 5 0 0 0-.227.606l-.003.013q-.091.311-.14.64v.01a4.7 4.7 0 0 0 0 1.318v.01q.049.328.14.64l.004.014q.092.312.226.605l.01.024q.134.288.303.554l.024.038q.168.259.368.49l.041.049q.2.226.426.426l.048.04q.232.2.49.367l.04.027q.267.17.557.304l.015.006q.295.135.61.228l.017.005q.311.09.637.138l.012.002a4.7 4.7 0 0 0 1.315 0l.012-.002q.327-.047.637-.138l.017-.005a5 5 0 0 0 .609-.227l.017-.008q.289-.134.555-.303l.042-.027q.256-.167.49-.366l.045-.04q.228-.2.429-.43l.039-.044q.2-.234.37-.493l.02-.035a5 5 0 0 0 .306-.557l.01-.021q.134-.295.227-.61l.002-.008q.091-.312.14-.64v-.02a4.7 4.7 0 0 0 .04-.881v-.002q-.001-.074-.01-.147l-.006-.085a4 4 0 0 0-.028-.222v-.005a4.6 4.6 0 0 0-.304-1.098v-.001q-.045-.105-.094-.21l-.002-.003-.083-.165-.02-.04-.07-.123-.05-.085-.037-.06-.087-.137-.012-.016A4.7 4.7 0 0 0 7.14 8.635q-.027-.017-.053-.033l-.096-.055q-.053-.032-.11-.063l-.044-.022a4.6 4.6 0 0 0-1.368-.464 13.7 13.7 0 0 1 3.39-5.233 10.3 10.3 0 0 1 3.147-.493c5.7 0 10.329 4.629 10.33 10.329v.002c0 2.13-.647 4.11-1.753 5.756l-.013.018C18.5 21.46 14.682 23.57 9.503 23.02l.02.016c5.2 1.138 9.375-.545 11.882-3.46l-.018.026a11 11 0 0 0 .308-.372q.026-.035.054-.071.141-.183.275-.37l.1-.146a11 11 0 0 0 .506-.816l.076-.133q.26-.48.469-.981l.062-.158a11 11 0 0 0 .314-.901q.025-.08.047-.157a10 10 0 0 0 .136-.527l.003-.018q.057-.256.103-.516l.025-.16a11 11 0 0 0 .108-.95q.008-.09.012-.177.014-.272.015-.545C24.001 5.982 18.626.605 12.005.605m.232 3.277c1.363 1.373 2.135 3.205 2.41 5.229.104.765-.046 1.61-.77 2.13-.058.333.115.696.267 1.055.388.92.98 1.757 1.408 2.642.384.798-.632 1.388-1.374 1.63a6 6 0 0 1-.275.084c.048.383.274.67.215 1.003a.98.98 0 0 1-.372.6s.28.878-.38 1.26c-.152.087-.33.104-.364.34-.064.468-.134.926-.504 1.307q-.084.085-.177.159c4.326-.152 7.97-3.507 8.372-7.93.435-4.794-3.104-9.04-7.9-9.476a9 9 0 0 0-.556-.034zm-1.973.17a8.7 8.7 0 0 0-2.003.672c.388.134.736.316.97.534 1.09 1.01 1.629 2.003 1.93 3.383.267 1.218.395 1.809-.245 2.253-.865.6.923 3.164 1.272 3.906-.46.592-1.062.579-1.38.743-.176.09-.103.426-.074.685.028.254.26.413.133.61-.114.175-.55.188-.737.31.182.2.585.399.53.658-.04.2-.492.166-.666.622-.093.245-.045.698-.238.927-.448.53-.917.62-1.85.517a16 16 0 0 1-.908-.127 8.6 8.6 0 0 0 2.263 1.137c.25.082.517.11.78.082.492-.046.834-.226 1.166-.62.22-.26.165-.776.27-1.054.199-.52.713-.478.76-.706.06-.296-.398-.523-.604-.75.214-.138.707-.153.838-.353.145-.223-.12-.404-.152-.693-.032-.294-.115-.676.085-.78.36-.186 1.045-.172 1.569-.844-.397-.844-2.43-3.76-1.447-4.442.728-.506.583-1.177.28-2.563-.344-1.57-.957-2.698-2.195-3.847a2.2 2.2 0 0 0-.347-.26"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/teamviewer.svg b/mkdocs-material/material/templates/.icons/simple/teamviewer.svg new file mode 100644 index 0000000..bcbb70c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/teamviewer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.597 24H1.406A1.41 1.41 0 0 1 0 22.594V1.406A1.41 1.41 0 0 1 1.406 0h21.191a1.41 1.41 0 0 1 1.406 1.406v21.188A1.41 1.41 0 0 1 22.597 24M11.911 2.109c-5.405.047-9.763 4.482-9.802 9.89-.04 5.507 4.381 9.885 9.89 9.89 5.415.003 9.796-4.5 9.89-9.89.097-5.572-4.406-9.939-9.978-9.89M9.65 8.633l-.889 2.159H15.3l-.889-2.159 6.642 3.365-6.642 3.365.889-2.159H8.761l.882 2.159-6.659-3.365z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/techcrunch.svg b/mkdocs-material/material/templates/.icons/simple/techcrunch.svg new file mode 100644 index 0000000..3e6bc10 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/techcrunch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 6v4h4v8h4v-8h4V6Zm12 4v8h12v-4h-8v-4zm4 0h8V6h-8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ted.svg b/mkdocs-material/material/templates/.icons/simple/ted.svg new file mode 100644 index 0000000..a77c518 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ted.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 7.664v2.223h2.43v6.449H5.1v-6.45h2.43V7.665zm7.945 0v8.672h7.31v-2.223h-4.638v-1.08h4.637v-2.066h-4.637v-1.08h4.637V7.664zm7.759 0v8.672h3.863c3.024 0 4.433-1.688 4.433-4.349 0-2.185-1.021-4.323-3.912-4.323zm2.672 2.223h.85c1.931 0 2.102 1.518 2.102 2.063 0 .815-.243 2.163-1.907 2.163h-1.045z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/teepublic.svg b/mkdocs-material/material/templates/.icons/simple/teepublic.svg new file mode 100644 index 0000000..f0fca0e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/teepublic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.998.488s-.57.33-.68.982c-.097.584.138 1.114.19 1.22q-.613.383-1.165.849c.506-.577.561-1.384.038-2.147 0 0-.516.41-.53 1.07-.013.6.306 1.096.365 1.183q-.507.443-.956.95c.356-.63.27-1.396-.335-2.043 0 0-.448.483-.363 1.138.074.568.433.999.527 1.103q-.333.394-.628.823-.15.222-.289.45c.39-.726.232-1.569-.53-2.179 0 0-.375.543-.196 1.179.175.62.68 1.016.705 1.035q-.416.684-.718 1.42c.226-.78-.098-1.562-.955-2.006 0 0-.26.605.04 1.194.28.551.821.84.89.874q-.27.668-.444 1.368c.063-.763-.372-1.445-1.247-1.747 0 0-.17.636.21 1.175.346.487.894.696.997.732q-.145.627-.211 1.273c-.11-.69-.63-1.226-1.476-1.382 0 0-.073.655.385 1.131.382.396.9.534 1.062.569a11 11 0 0 0-.01 1.342C1.48 11.351.881 10.872 0 10.839c0 0 .022.659.544 1.064.45.349 1.004.402 1.149.41q.06.7.21 1.382c-.308-.657-.984-1.032-1.864-.911 0 0 .135.645.72.953.503.265 1.059.223 1.203.205q.166.672.42 1.316c-.396-.623-1.128-.905-1.992-.655 0 0 .227.618.85.838.549.195 1.105.062 1.228.028q.256.605.585 1.176c-.487-.514-1.23-.66-2.019-.296 0 0 .318.578.966.703.554.106 1.067-.091 1.205-.151a10 10 0 0 0 .895 1.231c-.566-.568-1.4-.667-2.201-.145 0 0 .397.526 1.057.556.635.029 1.163-.318 1.202-.344q.538.626 1.165 1.155c-.675-.49-1.54-.44-2.245.249 0 0 .493.438 1.146.337.643-.098 1.1-.56 1.114-.574q.583.491 1.231.892c-.724-.35-1.545-.164-2.127.598 0 0 .551.362 1.183.169.592-.181.97-.665 1.015-.724q.571.346 1.183.617c-.705-.135-1.4.187-1.824.958 0 0 .599.276 1.195-.009.51-.245.806-.712.88-.84q.655.27 1.344.447c-.751-.069-1.43.349-1.75 1.205 0 0 .633.186 1.18-.182.494-.332.718-.872.757-.977l.153.035.081.018q1.056.232 1.864.497c-.82.315-1.6.74-1.958 1.293a.097.097 0 0 0 .081.15.1.1 0 0 0 .081-.045c.31-.478 1.012-.912 2.093-1.296 1.082.384 1.783.818 2.093 1.296a.1.1 0 0 0 .082.044.097.097 0 0 0 .081-.15c-.359-.552-1.138-.977-1.958-1.292a19 19 0 0 1 1.863-.497l.082-.018q.075-.016.152-.035c.04.105.263.645.757.977.548.368 1.18.182 1.18.182-.32-.856-.998-1.274-1.75-1.205a10 10 0 0 0 1.345-.448c.074.129.369.596.88.841.595.285 1.195.01 1.195.01-.424-.772-1.12-1.094-1.825-.959q.611-.27 1.183-.617c.046.06.424.543 1.015.724.632.193 1.183-.17 1.183-.17-.582-.761-1.402-.946-2.127-.598q.648-.4 1.232-.891c.013.014.47.476 1.113.574.653.1 1.146-.337 1.146-.337-.704-.688-1.57-.739-2.245-.25q.627-.528 1.166-1.154c.04.028.568.373 1.202.344.66-.03 1.057-.556 1.057-.556-.802-.521-1.635-.423-2.2.144l.13-.156q.416-.514.763-1.074c.139.06.651.257 1.205.15.649-.124.966-.702.966-.702-.79-.363-1.53-.218-2.019.295q.33-.57.585-1.175c.123.034.68.167 1.229-.028.622-.22.85-.838.85-.838-.865-.25-1.596.032-1.993.655q.253-.644.42-1.316c.144.018.7.06 1.203-.205.585-.308.72-.953.72-.953-.88-.121-1.556.254-1.864.912q.15-.683.21-1.383c.146-.008.7-.062 1.15-.41.522-.405.543-1.064.543-1.064-.88.033-1.479.511-1.674 1.203a11 11 0 0 0-.01-1.34c.162-.036.68-.173 1.062-.569.458-.476.385-1.131.385-1.131-.846.156-1.364.693-1.476 1.381q-.066-.645-.21-1.272c.103-.036.65-.245.996-.732.38-.539.21-1.175.21-1.175-.875.302-1.31.984-1.246 1.748a10 10 0 0 0-.443-1.37c.067-.034.608-.322.89-.873.3-.589.038-1.194.038-1.194-.857.444-1.18 1.227-.954 2.006a10.4 10.4 0 0 0-.719-1.42c.025-.02.53-.415.706-1.035.178-.636-.196-1.179-.196-1.179-.763.61-.922 1.453-.532 2.178a10 10 0 0 0-.288-.449 10 10 0 0 0-.628-.823c.094-.104.454-.535.527-1.103.086-.655-.363-1.138-.363-1.138-.604.647-.69 1.413-.334 2.043q-.45-.508-.957-.95c.06-.087.378-.584.365-1.183-.013-.66-.53-1.07-.53-1.07-.523.763-.467 1.57.038 2.147q-.552-.465-1.164-.85c.05-.105.287-.635.19-1.219-.11-.651-.68-.982-.68-.982-.403.822-.239 1.605.33 2.103a10 10 0 0 0-1.2-.619c-.504-.813-1.318-1.082-2.1-.795 0 0 .317.603.93.892.413.193.823.127 1.049.062q.602.26 1.156.585c-.57-.164-1.168.043-1.588.639 0 0 .475.288 1 .104.435-.15.721-.493.808-.609q.566.354 1.075.772c-.54-.246-1.163-.128-1.667.401 0 0 .43.354.976.249.45-.087.782-.383.886-.485q.537.466 1.001.998c-.507-.376-1.175-.374-1.78.097 0 0 .371.413.927.39.482-.018.87-.287.965-.358q.42.498.77 1.046c-.443-.378-1.065-.44-1.691-.085 0 0 .307.463.86.522.444.046.84-.13.979-.202q.341.564.607 1.17c-.363-.441-.952-.615-1.624-.392 0 0 .21.513.742.68.427.132.85.036 1-.007q.245.607.41 1.245c-.29-.512-.858-.783-1.572-.657 0 0 .135.539.637.78.412.197.854.158.999.137q.162.704.224 1.437c-.172-.626-.718-1.039-1.5-1.02 0 0 .052.553.512.866.412.28.9.287 1 .286a11 11 0 0 1 .004 1.392c-.101-.615-.574-1.077-1.327-1.168 0 0-.028.554.382.931.35.32.805.406.93.424q-.06.707-.216 1.389c-.004-.613-.39-1.138-1.105-1.355 0 0-.123.542.215.983.287.374.716.537.84.579q-.161.641-.402 1.251c.06-.587-.248-1.138-.906-1.448 0 0-.2.518.071 1.004.221.397.602.619.735.687a10 10 0 0 1-.612 1.212c.167-.583-.051-1.192-.668-1.605 0 0-.276.482-.08 1.003.163.434.517.713.63.794q-.328.529-.716 1.012c.188-.525.043-1.11-.472-1.576 0 0-.343.437-.225.981.092.42.363.73.484.852q-.406.472-.866.893c.263-.473.226-1.057-.177-1.6 0 0-.422.362-.412.918.007.43.214.788.308.93q-.477.406-1.003.753c.36-.434.423-1.037.092-1.654 0 0-.47.297-.54.85-.057.436.106.83.175.977a10 10 0 0 1-1.239.644c.505-.365.706-.995.45-1.71 0 0-.508.223-.66.758-.132.46-.002.909.038 1.026a10 10 0 0 1-1.256.423c.513-.3.776-.88.632-1.596 0 0-.536.148-.764.655-.188.416-.137.856-.114 1.002l-.15.035-.08.018c-.427.093-1.27.279-2.12.577a18 18 0 0 0-2.12-.577l-.08-.018-.15-.035c.024-.146.074-.586-.113-1.002-.228-.507-.764-.655-.764-.655-.144.717.119 1.296.632 1.596a10 10 0 0 1-1.256-.423c.039-.118.17-.566.038-1.026-.152-.535-.66-.758-.66-.758-.257.715-.055 1.345.45 1.71a10 10 0 0 1-1.24-.644c.07-.146.232-.54.176-.978-.07-.552-.54-.849-.54-.849-.332.617-.269 1.22.092 1.654q-.525-.346-1.004-.753c.094-.142.301-.5.308-.93.01-.556-.412-.918-.412-.918-.403.543-.44 1.127-.177 1.6q-.46-.421-.865-.893c.12-.122.392-.433.484-.852.118-.544-.225-.98-.225-.98-.515.465-.66 1.05-.473 1.575a10 10 0 0 1-.716-1.012c.114-.08.468-.36.63-.794.196-.52-.08-1.003-.08-1.003-.617.413-.834 1.022-.667 1.605q-.346-.584-.612-1.212c.133-.068.513-.29.734-.687.272-.486.071-1.004.071-1.004-.658.31-.965.861-.905 1.448q-.241-.61-.403-1.251c.125-.042.554-.205.84-.579.34-.441.216-.983.216-.983-.716.217-1.101.742-1.106 1.354a10 10 0 0 1-.217-1.388c.127-.018.582-.104.932-.424.41-.377.382-.931.382-.931-.753.091-1.226.553-1.328 1.167a10 10 0 0 1 .005-1.391c.1.002.588-.005.999-.286.46-.313.512-.866.512-.866-.781-.019-1.327.393-1.5 1.019a10 10 0 0 1 .225-1.436c.145.021.587.06 1-.137.5-.241.635-.78.635-.78-.713-.126-1.281.146-1.571.657q.165-.639.41-1.245c.15.043.573.14 1 .006.53-.166.742-.68.742-.68-.673-.222-1.261-.048-1.624.393a10 10 0 0 1 .607-1.17c.139.072.534.248.978.202.553-.059.86-.522.86-.522-.625-.355-1.247-.293-1.691.085q.35-.547.77-1.046c.096.071.483.34.965.359.556.022.927-.391.927-.391-.604-.47-1.272-.473-1.78-.097a10 10 0 0 1 1.002-.998c.103.102.436.398.886.485.546.105.975-.249.975-.249-.503-.529-1.127-.647-1.667-.4q.51-.42 1.076-.773c.086.116.373.459.807.61.526.183 1-.105 1-.105-.42-.596-1.018-.803-1.588-.639q.555-.325 1.157-.585c.226.065.636.13 1.048-.062.614-.289.932-.892.932-.892-.784-.287-1.597-.018-2.102.795a10 10 0 0 0-1.2.62c.57-.499.734-1.282.331-2.104m3.935 5.19c-.045-.005-.225.052-.412.088s-.696.062-.874.102-.607.188-.727.21c-.121.023-.496.245-.79.335-.295.089-.67.308-.95.392-.282.085-.697.246-.88.304s-.504.214-.518.245c-.013.032.184.545.318.834.134.29.347.763.4.91.055.148.113.282.162.295s.45.098.562.116c.111.018.473.023.593.014.12-.01.38 0 .487.053 0 0 .035.527.035.571 0 .045-.009.848-.026.946-.018.099-.08.946-.117 1.34-.035.392-.089 1.49-.089 1.632 0 .143-.053 1.214-.053 1.41v.955c0 .17.044.572.062.607s2.178.188 2.802.26c.625.07 1.419.142 2.08.124.66-.018 1.66-.107 2.133-.107s.803 0 .839-.036-.036-.874-.036-1.151c0-.276-.036-1.58-.036-1.91s-.027-1.196-.027-1.321-.035-1.526-.062-1.999-.098-1.285-.08-1.339c.017-.053.268-.107.365-.09.099.019.572.09.679.09s.41.027.473-.017c.062-.045.607-1.071.67-1.214.062-.143.303-.714.303-.759 0-.044-.813-.401-1.045-.526s-.87-.442-1.088-.513-.505-.143-.643-.21-.607-.192-.861-.25-.608-.194-.738-.207c-.129-.014-.343-.045-.38-.05-.035-.004-.173-.116-.209-.093-.035.022-.392.354-.642.408s-.86.075-1.164-.041-.472-.404-.516-.408"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/teespring.svg b/mkdocs-material/material/templates/.icons/simple/teespring.svg new file mode 100644 index 0000000..308f089 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/teespring.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.78 8.348c-.77 0-1.396.615-1.396 1.37 0 1.075.406 2.058 1.075 2.813.277.312.598.584.956.807a5 5 0 0 0 .736-3.874q-.009-.043-.02-.087a1.39 1.39 0 0 0-1.35-1.029zm-8.612 3.958q.208.55.533 1.032c.356-.223.678-.495.955-.807a4.22 4.22 0 0 0 1.076-2.813c0-.755-.626-1.37-1.397-1.37-.65 0-1.195.438-1.35 1.029q-.01.043-.02.086a5 5 0 0 0 .205 2.843zm15.501-.67L24 12.29a5.87 5.87 0 0 1-5.243 3.18 6 6 0 0 1-1.926-.32 6.75 6.75 0 0 1-4.774 1.963 6.74 6.74 0 0 1-4.774-1.964 6 6 0 0 1-1.926.32A5.87 5.87 0 0 1 0 12.054l1.362-.595a4.38 4.38 0 0 0 3.995 2.549q.487-.002.946-.102a6.45 6.45 0 0 1-.945-3.367 6.5 6.5 0 0 1 .19-1.554c.328-1.208 1.45-2.098 2.786-2.098l.079.002q.121.003.242.016c1.444.157 2.565 1.357 2.565 2.814 0 1.958-.999 3.687-2.522 4.724a5.24 5.24 0 0 0 3.36 1.21 5.25 5.25 0 0 0 3.358-1.21c-1.523-1.037-2.522-2.767-2.522-4.724 0-1.458 1.122-2.658 2.564-2.814q.12-.013.242-.016l.08-.002a2.88 2.88 0 0 1 2.832 2.286 6.48 6.48 0 0 1-.8 4.733q.457.1.945.102c1.71 0 3.191-.967 3.91-2.372z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tekton.svg b/mkdocs-material/material/templates/.icons/simple/tekton.svg new file mode 100644 index 0000000..430c0ed --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tekton.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.882 0a.924.924 0 0 0-.89.678 6.5 6.5 0 0 0-.188 2.455A6.6 6.6 0 0 0 1.562 5.5a7.3 7.3 0 0 0 .906 1.307 10 10 0 0 0-.125.785 10 10 0 0 0-.072 1.36c.003.186.008.374.03.564.042.54.534 1.181.87 1.594a7.1 7.1 0 0 0 2.026 1.716 1 1 0 0 0 .033.082q.124.266.31.493a6 6 0 0 0-.505 1.673 8 8 0 0 0-.174 1.301 2.2 2.2 0 0 0-.463.283 2.66 2.66 0 0 0-.846 1.23 3 3 0 0 0-.11.411l-.228-.062-.025.16c-.116.73-.064 1.361.232 2.006a1.44 1.44 0 0 0-.693.293 1.2 1.2 0 0 0-.354.458c-.146.33-.293.714-.293 1.08 0 .272.085.544.3.721a.7.7 0 0 0 .449.162h2.369c.14.373.41.72.806.825q.169.041.342.046.181.008.36.008c.308.006.617.003.925 0q.724-.009 1.452-.027a.77.77 0 0 0 .677-.443.77.77 0 0 0 .682.443q.723.018 1.447.027c.309 0 .617.003.926 0a7 7 0 0 0 .36-.008 2 2 0 0 0 .34-.047c.396-.103.666-.448.804-.824h2.392a.7.7 0 0 0 .448-.162c.213-.177.3-.449.3-.72-.003-.367-.147-.75-.296-1.08-.211-.468-.61-.688-1.069-.753.296-.644.349-1.276.233-2.005l-.026-.16-.205.056-.006-.03a.4.4 0 0 0 .026-.05 7 7 0 0 1 .45-.889 8.6 8.6 0 0 1 .743-1.074 6 6 0 0 1 .459-.508c.29-.28.656-.515 1.068-.543.29-.02.576.065.807.24.174.132.26.282.342.477.137.333.222.618.494.877.482.455 1.2.464 1.773.195.45-.21.829-.596.948-1.088a1.3 1.3 0 0 0 .03-.45c-.094-.92-.66-1.753-1.353-2.337-.632-.53-1.45-.92-2.283-.94-.785-.022-1.559.22-2.24.599-1.16.644-2.082 1.69-2.775 2.851a8 8 0 0 0-.094-.525 6 6 0 0 0-.237-1.004 5 5 0 0 0-.17-.455 2 2 0 0 0 .25-.328 4 4 0 0 0 .217-.399l.037-.084a7.2 7.2 0 0 0 2.024-1.715c.345-.42.822-1.045.871-1.601.021-.186.028-.378.031-.57a10 10 0 0 0-.076-1.383 12 12 0 0 0-.123-.748 7.3 7.3 0 0 0 .904-1.309 6.6 6.6 0 0 0 .758-2.365A6.5 6.5 0 0 0 18.79.682a.916.916 0 0 0-.89-.682c-1.563 0-2.913.639-4.165 1.463a7.35 7.35 0 0 0-7.684 0C4.795.64 3.446 0 1.882 0zM1.9.92h.074c.867.477 1.644 1.444 2.215 2.406a11 11 0 0 0-.34.463 8 8 0 0 0-.975 2.047c-.699-.94-1.587-2.67-.998-4.898.01-.003.015-.012.024-.018m15.908 0h.072l.022.022c.59 2.229-.299 3.956-.998 4.896a8 8 0 0 0-1.037-2.14 6 6 0 0 0-.274-.372c.571-.962 1.348-1.93 2.215-2.406zM3.187 1.1c.773.207 1.5.582 2.19 1.02a7 7 0 0 0-.792.738 10 10 0 0 0-.423-.635A7.5 7.5 0 0 0 3.187 1.1m13.408 0a7.5 7.5 0 0 0-.974 1.123q-.224.312-.424.638a7 7 0 0 0-.791-.742c.687-.437 1.417-.812 2.19-1.02m-6.887.17v2.593c-1.386.03-2.748.416-3.582 1.155-.965.852-1.609 2.326-1.539 3.101.061.693 1.174 1.168 2.655 1.412a1.4 1.4 0 0 0-.153.428 2 2 0 0 0 .002.637 16 16 0 0 1-1.513-.244 15 15 0 0 1-2.325-.696 1 1 0 0 1-.06-.22S2.88 6.585 4.468 4.209c1.27-1.9 3.246-2.881 5.24-2.94m.366 0c1.96.055 3.904 1.006 5.183 2.853 1.655 2.391 1.336 5.31 1.336 5.31a.8.8 0 0 1-.053.214q-1.139.447-2.336.703c-.448.094-.952.18-1.511.244a2 2 0 0 0 .004-.639 1.4 1.4 0 0 0-.155-.428c1.481-.244 2.594-.714 2.655-1.41.07-.775-.574-2.251-1.54-3.103-.836-.736-2.197-1.12-3.583-1.15zm-.854.712a.214.214 0 0 0-.217.217c0 .194.235.29.371.153a.216.216 0 0 0-.154-.37m1.342 0a.22.22 0 0 0-.217.217c0 .194.233.29.37.153a.216.216 0 0 0-.153-.37m-1.342.955a.22.22 0 0 0-.217.217c0 .194.235.291.371.155s.04-.371-.154-.371m1.342 0a.22.22 0 0 0-.217.217.217.217 0 1 0 .217-.217M7.05 6.695c.33.002.642.15.854.404.222.262.345.594.343.937a.22.22 0 0 1-.22.219.22.22 0 0 1-.22-.219 1 1 0 0 0-.231-.648.71.71 0 0 0-.53-.254.66.66 0 0 0-.379.119.84.84 0 0 0-.287.346.217.217 0 0 1-.289.103.217.217 0 0 1-.105-.289 1.34 1.34 0 0 1 .437-.523 1.1 1.1 0 0 1 .627-.196m5.686 0c.223 0 .44.068.625.195.188.133.34.314.437.523a.22.22 0 0 1-.105.29.22.22 0 0 1-.291-.104.84.84 0 0 0-.287-.346.66.66 0 0 0-.38-.12.7.7 0 0 0-.529.255 1 1 0 0 0-.23.648.22.22 0 0 1-.22.215.22.22 0 0 1-.221-.215 1.43 1.43 0 0 1 .345-.937 1.13 1.13 0 0 1 .856-.405zm-2.85 2.199h.01c.974-.01 2.161.435 2.277 1.15.113.684-.264 1.148-.847 1.414-.865.32-1.169-.098-1.303-.363-.064-.128-.091-.194-.125-.197H9.89c-.027.012-.062.072-.133.191-.137.241-.42.603-1.02.48-.735-.238-1.263-.734-1.132-1.525.119-.715 1.307-1.16 2.281-1.15m.004.332c-.59 0-1.305.172-1.375.539-.116.608.786.9 1.381.899s1.487-.295 1.371-.9c-.07-.366-.786-.538-1.377-.538m-6.383.91a15 15 0 0 0 1.996.572 16 16 0 0 0 1.707.268 1 1 0 0 0 .084.152c.27.461.73.752 1.243.926-.272.113-.483.291-.532.572a.65.65 0 0 0 .034.332l.004.012a9.5 9.5 0 0 1-1.182-.317c-1.212-.418-2.224-1.087-3.027-2.07a5 5 0 0 1-.327-.447m12.764.004c-.08.107-.161.217-.25.318-.455.547-.94 1.052-1.535 1.44-.825.537-1.754.871-2.74 1.07a.65.65 0 0 0 .033-.357c-.052-.272-.256-.446-.522-.56.513-.173.972-.467 1.24-.925a2 2 0 0 0 .077-.15 17 17 0 0 0 1.707-.268 15 15 0 0 0 1.99-.568m-6.348 2.226c.752.002 1.49.145 1.338.442-.07.137-.254.24-.48.314q-.441.054-.89.08a17 17 0 0 1-.888-.08c-.24-.08-.432-.194-.49-.344-.104-.273.66-.414 1.41-.412m9.653.51c.467.012.953.177 1.392.445-.455.132-.827.502-1.025.953a1.8 1.8 0 0 0-.131.446 1.9 1.9 0 0 0-.785-.223.3.3 0 0 0-.037-.076c-.266-.36-.303-1.033.006-1.38a1 1 0 0 1 .07-.067 2 2 0 0 1 .103-.08 2.6 2.6 0 0 1 .407-.018m-1.121.17a1.66 1.66 0 0 0-.133.707c.004.273.07.54.197.781a2.3 2.3 0 0 0-.69.276.2.2 0 0 0-.054-.035c-.171-.074-.317-.241-.412-.403-.104-.18-.23-.522-.098-.715l.002-.006c.144-.097.288-.19.432-.27a4.4 4.4 0 0 1 .756-.335zm-11.995.203q.279.101.565.186a6.1 6.1 0 0 0 3.246.716 6 6 0 0 0 1.441-.271 5.8 5.8 0 0 0 1.055-.445 9 9 0 0 0 .565-.186 3.74 3.74 0 0 1-1.983 1.371c.718-.091 1.463-.276 2.049-.62.327.793.51 1.868.34 3.294a12 12 0 0 1-.16.975c-.733-.41-1.746-.083-2.512.357-.098-1.414-.403-2.455-.531-2.84-.116-.354-.536-.283-.545.037.058.156.095.36.129.522.055.284.1.574.142.861.07.48.144.986.178 1.469q.01.162.016.324a5.5 5.5 0 0 1-1.383.008q.004-.164.013-.328a12 12 0 0 1 .065-.588q.057-.452.123-.9c.046-.303.09-.608.148-.907.022-.113.05-.269.084-.4.006-.324-.18-.33-.29-.32-.104.009-.18.093-.239.267a12 12 0 0 0-.512 2.762c-.849-.565-1.534-.742-2.511-.299a11 11 0 0 1-.164-1c-.184-1.542.046-2.672.421-3.484.58.403 1.33.632 2.073.757a3.74 3.74 0 0 1-1.823-1.318m14.899.483a.37.37 0 0 1 .26.097q.004 0 .01.006c.488.476.84 1.08.904 1.688.07.699-1.064 1.247-1.574.761-.29-.275-.269-.806-.733-1.261a.2.2 0 0 0 .02-.08c.021-.593.496-1.239 1.113-1.211m-4.592.314a1.6 1.6 0 0 0 .197.555 1.5 1.5 0 0 0 .46.504l-.145.13c-.153.15-.3.312-.44.477a.3.3 0 0 0-.109-.022.75.75 0 0 1-.488-.18c-.144-.112-.351-.357-.336-.568a7 7 0 0 1 .861-.896m-1.203 1.35c.098.185.235.347.4.476.16.128.348.215.55.256a9.5 9.5 0 0 0-.85 1.38 2.4 2.4 0 0 0-.61-.734 2 2 0 0 0-.224-.154 10 10 0 0 1 .734-1.224m-1.174 1.617c.593.275.966.901 1.049 1.604-.48.14-1.005.391-1.447.61q.248-.915.363-1.858a6 6 0 0 0 .035-.356m-9.262.014q.015.174.034.343.115.944.363 1.862c-.437-.217-.949-.462-1.422-.606.08-.696.442-1.318 1.025-1.6m1.897 1.666c.52.02 1.032.287 1.414.62.021 1.473.33 2.856.53 3.128.2.268.093.754.093.754s-2.602.067-2.856 0c-.253-.067-.555-.815-.136-1.248.195-.202.475-.251.722-.248.507.11.837.423 1.182.863-.073-.755-.497-.952-.799-1.135-.098-.058-.135-.086-.187-.184a10.8 10.8 0 0 1-.883-2.285c.292-.202.608-.278.92-.265m5.469 0a1.48 1.48 0 0 1 .92.265 11 11 0 0 1-.88 2.285.42.42 0 0 1-.187.184c-.302.183-.725.38-.799 1.135.345-.44.675-.754 1.182-.863.247-.003.53.046.723.248.418.433.116 1.18-.137 1.248-.254.067-2.856 0-2.856 0s-.106-.485.096-.754c.199-.272.51-1.655.531-3.127.378-.334.887-.6 1.407-.621m-8.66.388c.464.123 1.231.477 1.9.828a12 12 0 0 0 .498 1.231 1.4 1.4 0 0 0-.621.37 1.38 1.38 0 0 0-.38.905H2.83c-.242-.201.028-2.03 2.394-.955-.522-.415-1.412-.97-1.39-2.379zm11.849 0c.021 1.408-.868 1.964-1.387 2.38 2.364-1.076 2.635.753 2.39.954h-2.444a1.324 1.324 0 0 0-1.018-1.246 9 9 0 0 0 .477-1.215c.69-.37 1.503-.747 1.982-.873m-5.186.412a10 10 0 0 1-.18 1.739c-.039.201-.14.689-.243.869a1 1 0 0 0-.078.129c-.15.002-.27.001-.42.002a2 2 0 0 0-.096-.158 2 2 0 0 1-.098-.276 7 7 0 0 1-.177-.793 10 10 0 0 1-.14-1.5 4.9 4.9 0 0 0 1.432-.012"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tele5.svg b/mkdocs-material/material/templates/.icons/simple/tele5.svg new file mode 100644 index 0000000..010379e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tele5.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.006 0v5.027H3.83V0h-.685v4.18H2.23V.074h-.677V4.18h-.87V0H.007zm5.623.004v14.154h8.658V7.254h8.791V.004zM3.145 6.076v3.9H.005v.85H3.83v-4.75zM23 9.926 5.389 18.502c2.371 4.857 8.236 6.874 13.1 4.506v.002c4.863-2.37 6.883-8.227 4.511-13.084M.006 12.129v5.027H3.83V12.13h-.685v4.18H2.23v-4.106h-.677v4.106h-.87v-4.18H.007zm0 6.07v5.791h.687v-2.47H3.83v-.848H.693v-2.473z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/telegram.svg b/mkdocs-material/material/templates/.icons/simple/telegram.svg new file mode 100644 index 0000000..a6886eb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/telegram.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.944 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0zm4.962 7.224c.1-.002.321.023.465.14a.5.5 0 0 1 .171.325c.016.093.036.306.02.472-.18 1.898-.962 6.502-1.36 8.627-.168.9-.499 1.201-.82 1.23-.696.065-1.225-.46-1.9-.902-1.056-.693-1.653-1.124-2.678-1.8-1.185-.78-.417-1.21.258-1.91.177-.184 3.247-2.977 3.307-3.23.007-.032.014-.15-.056-.212s-.174-.041-.249-.024q-.159.037-5.061 3.345-.72.495-1.302.48c-.428-.008-1.252-.241-1.865-.44-.752-.245-1.349-.374-1.297-.789q.04-.324.893-.663 5.247-2.286 6.998-3.014c3.332-1.386 4.025-1.627 4.476-1.635"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/telegraph.svg b/mkdocs-material/material/templates/.icons/simple/telegraph.svg new file mode 100644 index 0000000..dfd2aed --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/telegraph.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0v24h24V0zm6 6h12v3h-4.5v9h-3V9H6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/telequebec.svg b/mkdocs-material/material/templates/.icons/simple/telequebec.svg new file mode 100644 index 0000000..ada6196 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/telequebec.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.054 5.568c-1.105.008-1.99.05-2.655.083L4.483 9.404A42 42 0 0 1 .322 7.99c.643.665 1.93 1.394 3.646 2.059l-.43.536C2.21 10.155 1.009 9.726 0 9.297c.58.6 1.652 1.265 3.067 1.887l-1.394 1.78c1.716.322 4.482 1.094 7.57 2.253 2.382.922 4.312 1.844 5.77 2.638l.987.579 2.53-3.796c2.51.085 4.376-.172 5.105-.751-1.244.064-2.767.021-4.525-.13l.472-.707c2.166 0 3.775-.3 4.418-.857-1.072.064-2.38.064-3.84-.022l3.24-4.847c-1.352-.3-3.625-.901-6.306-1.309l-3.067-.321a52 52 0 0 0-3.973-.126m.4 1.241c.854-.005 1.878.01 3.08.086l2.38.236c2.08.3 3.84.75 4.89.965L18.102 12c-1.866-.171-3.904-.471-6.07-.858a75 75 0 0 1-6.027-1.33l2.38-2.959c.526-.01 1.213-.037 2.068-.043zm2.72.535c-.493.004-1.03.223-1.464.645-.772.73-.9 1.844-.3 2.445s1.694.493 2.466-.258c.773-.729.901-1.844.3-2.445a1.38 1.38 0 0 0-1.002-.387m-7.79 3.24c1.951.665 4.29 1.265 6.798 1.737 1.888.343 3.646.558 5.233.665l-.385.557a76 76 0 0 1-5.384-.879 82 82 0 0 1-6.649-1.608Zm-.966 1.158c2.06.794 4.611 1.523 7.378 2.06a44 44 0 0 0 4.569.685l-1.266 1.845-.815-.386c-1.115-.6-2.616-1.287-4.46-1.974-2.381-.857-4.526-1.436-5.856-1.672Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/temporal.svg b/mkdocs-material/material/templates/.icons/simple/temporal.svg new file mode 100644 index 0000000..4a2fb1c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/temporal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.206 7.794C15.64 3.546 14.204 0 12 0S8.361 3.546 7.794 7.794C3.546 8.36 0 9.796 0 12s3.546 3.639 7.794 4.206C8.36 20.453 9.796 24 12 24s3.639-3.546 4.206-7.794C20.454 15.64 24 14.204 24 12s-3.547-3.64-7.794-4.206m-8.55 7.174c-4.069-.587-6.44-1.932-6.44-2.969s2.372-2.381 6.44-2.969c-.09.98-.137 1.98-.137 2.97s.047 1.99.137 2.968M12 1.215c1.036 0 2.381 2.372 2.969 6.44a32.7 32.7 0 0 0-5.938 0c.587-4.068 1.932-6.44 2.969-6.44m4.344 13.753c-.2.03-1.022.126-1.23.146a57 57 0 0 1-.145 1.23c-.588 4.068-1.933 6.44-2.97 6.44-1.036 0-2.38-2.372-2.968-6.44-.03-.2-.126-1.022-.147-1.23a32 32 0 0 1 0-6.23 31.8 31.8 0 0 1 7.46.146c4.068.587 6.442 1.933 6.442 2.969-.001 1.036-2.374 2.382-6.442 2.97z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tencentqq.svg b/mkdocs-material/material/templates/.icons/simple/tencentqq.svg new file mode 100644 index 0000000..431cb02 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tencentqq.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.395 15.035a40 40 0 0 0-.803-2.264l-1.079-2.695c.001-.032.014-.562.014-.836C19.526 4.632 17.351 0 12 0S4.474 4.632 4.474 9.241c0 .274.013.804.014.836l-1.08 2.695a39 39 0 0 0-.802 2.264c-1.021 3.283-.69 4.643-.438 4.673.54.065 2.103-2.472 2.103-2.472 0 1.469.756 3.387 2.394 4.771-.612.188-1.363.479-1.845.835-.434.32-.379.646-.301.778.343.578 5.883.369 7.482.189 1.6.18 7.14.389 7.483-.189.078-.132.132-.458-.301-.778-.483-.356-1.233-.646-1.846-.836 1.637-1.384 2.393-3.302 2.393-4.771 0 0 1.563 2.537 2.103 2.472.251-.03.581-1.39-.438-4.673"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tensorflow.svg b/mkdocs-material/material/templates/.icons/simple/tensorflow.svg new file mode 100644 index 0000000..b9d3691 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tensorflow.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.292 5.856 11.54 0v24l-4.095-2.378V7.603l-6.168 3.564.015-5.31zm21.43 5.311-.014-5.31L12.46 0v24l4.095-2.378V14.87l3.092 1.788-.018-4.618-3.074-1.756V7.603z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/teradata.svg b/mkdocs-material/material/templates/.icons/simple/teradata.svg new file mode 100644 index 0000000..49671eb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/teradata.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5 0 0 5.65 0 12.08 0 18.83 5 24 12 24s12-5.17 12-11.92C24 5.65 19 0 12 0M8.47 3.44h3.5V6.7h3.58v2.86h-3.58v5.22c0 1.58.77 2.27 1.93 2.27.42 0 .98-.12 1.51-.32.38 1 1.05 1.9 1.77 2.62a7 7 0 0 1-3.52.97c-3.12 0-5.19-1.65-5.19-5.28V3.45Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/teratail.svg b/mkdocs-material/material/templates/.icons/simple/teratail.svg new file mode 100644 index 0000000..7b9967a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/teratail.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.81.968h4.375L24 23.032h-5.107L12.121 6.605h-.198L5.148 23.03H0Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/termius.svg b/mkdocs-material/material/templates/.icons/simple/termius.svg new file mode 100644 index 0000000..4fc3228 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/termius.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.812 19.381A6.194 6.194 0 0 0 24 13.193c0-1.7-.723-3.352-1.958-4.515a6.01 6.01 0 0 0-6.005-5.955 6 6 0 0 0-2.731.656 5.99 5.99 0 0 0-4.12-1.635 6.01 6.01 0 0 0-6 5.743A6.22 6.22 0 0 0 0 12.917a6.225 6.225 0 0 0 6.706 6.2 6.43 6.43 0 0 0 5.508 3.14 6.4 6.4 0 0 0 5.347-2.881q.126.005.25.005zm-5.598 1.242A4.79 4.79 0 0 1 7.9 17.888l-.267-.562-.613.108a4.592 4.592 0 0 1-5.387-4.516A4.59 4.59 0 0 1 4.34 8.734l.506-.228-.026-.555a4.377 4.377 0 0 1 4.367-4.574c1.297 0 2.512.566 3.347 1.56l.47.56.609-.407a4.35 4.35 0 0 1 2.425-.734 4.38 4.38 0 0 1 4.364 4.632l-.025.416.322.265a4.61 4.61 0 0 1 1.669 3.524 4.56 4.56 0 0 1-5.14 4.518l-.554-.071-.267.49a4.76 4.76 0 0 1-4.192 2.493zm3.102-6.533.016-.007c.212-.091.288-.171.288-.393v-.278c0-.244-.14-.401-.37-.401h-.013l-.046.01a4.5 4.5 0 0 1-1.502.272c-.48 0-.954-.09-1.409-.27l-.013-.005-.052-.007c-.23 0-.37.157-.37.401v.278c0 .209.078.303.261.382l.02.009.02.008a3.9 3.9 0 0 0 1.544.32c.525 0 1.071-.107 1.626-.319m-7.081-2.285c0-.224.116-.348.272-.38l1.501-.394-1.505-.395c-.156-.041-.268-.164-.268-.38v-.473c0-.207.124-.296.266-.296q.07 0 .141.028l2.68.867c.203.068.315.231.315.455v.387c0 .224-.112.388-.316.456l-2.685.868a.4.4 0 0 1-.125.02c-.168 0-.276-.12-.276-.297z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/terraform.svg b/mkdocs-material/material/templates/.icons/simple/terraform.svg new file mode 100644 index 0000000..1c14f1f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/terraform.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.44 0v7.575l6.561 3.79V3.787zm21.12 4.227-6.561 3.791v7.574l6.56-3.787zM8.72 4.23v7.575l6.561 3.787V8.018zm0 8.405v7.575L15.28 24v-7.578z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tesco.svg b/mkdocs-material/material/templates/.icons/simple/tesco.svg new file mode 100644 index 0000000..fafc06d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tesco.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.621 8.791c-1.018 0-2.013.308-2.013 1.327 0 1.752 3.079.828 3.079 1.894 0 .355-.545.497-.971.497-.781 0-1.35-.118-2.037-.52v.876c.521.165 1.208.26 1.99.26 1.065 0 2.06-.284 2.06-1.303 0-1.847-3.079-1.018-3.079-1.918 0-.355.498-.497.924-.497.734 0 1.515.213 1.942.616v-.947h-.048a7.1 7.1 0 0 0-1.847-.285zm9.733 0c-1.61.024-2.723.924-2.723 2.226 0 1.255 1.018 2.108 2.51 2.108 1.586 0 2.7-.9 2.7-2.202 0-1.279-.995-2.132-2.487-2.132m-4.31.024c-1.847 0-3.055.876-3.055 2.226 0 1.231 1.113 2.06 2.795 2.06a6.2 6.2 0 0 0 1.586-.213v-1.042c-.403.426-.876.592-1.397.592-.994 0-1.658-.615-1.658-1.515 0-.876.71-1.516 1.682-1.516.544 0 .97.19 1.302.52v-.994c-.355-.094-.805-.118-1.255-.118zM.16 8.933v.995c.355-.26 1.066-.379 1.847-.379v2.7c0 .402-.024.497-.213.71h1.563c-.166-.213-.213-.331-.213-.71V9.526h.047c.687 0 1.492.118 1.847.402v-.995zm5.304 0c.166.214.19.332.19.711v2.605c0 .402-.024.52-.19.71H9.23v-.97c-.521.378-1.492.378-1.895.355H6.79V11.23h.403c.284 0 .758.023 1.042.118v-.829c-.284.095-.781.119-1.042.119H6.79V9.573h.545c.498 0 1.35.095 1.658.379V8.933zm15.748.498c.829 0 1.374.687 1.374 1.54.023.828-.522 1.514-1.35 1.514-.853 0-1.398-.686-1.398-1.515 0-.852.545-1.54 1.374-1.54M1.842 14.12c-.498 0-.877.26-1.066.45 0 0-.45.45-.758.615-.024 0-.024.024 0 .024h2.794c.545 0 .805-.19 1.137-.474 0 0 .474-.45.829-.592.023 0 .023-.023 0-.023zm4.806 0c-.497 0-.876.26-1.041.45 0 0-.45.45-.758.615-.024 0-.024.024 0 .024h2.794c.545 0 .805-.19 1.137-.474 0 0 .473-.45.805-.592.023 0 .023-.023 0-.023zm4.784 0c-.474 0-.853.26-1.042.45 0 0-.45.45-.758.615-.024 0-.024.024 0 .024h2.794c.545 0 .806-.19 1.137-.474 0 0 .474-.45.805-.592.024 0 .024-.023 0-.023zm4.807 0c-.474 0-.852.26-1.042.45 0 0-.45.45-.758.615-.023 0-.023.024 0 .024h2.794c.545 0 .805-.19 1.137-.474 0 0 .474-.45.805-.592.024 0 .024-.023 0-.023zm4.807 0c-.473 0-.852.26-1.065.45 0 0-.45.45-.758.615-.024 0-.024.024 0 .024h2.818c.544 0 .805-.19 1.136-.474 0 0 .474-.45.805-.592.024 0 .024-.023 0-.023z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tesla.svg b/mkdocs-material/material/templates/.icons/simple/tesla.svg new file mode 100644 index 0000000..d69a024 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tesla.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 5.362 2.475-3.026s4.245.09 8.471 2.054c-1.082 1.636-3.231 2.438-3.231 2.438-.146-1.439-1.154-1.79-4.354-1.79L12 24 8.619 5.034c-3.18 0-4.188.354-4.335 1.792 0 0-2.146-.795-3.229-2.43C5.28 2.431 9.525 2.34 9.525 2.34zl-.004.002H12zm0-3.899c3.415-.03 7.326.528 11.328 2.28.535-.968.672-1.395.672-1.395C19.625.612 15.528.015 12 0 8.472.015 4.375.61 0 2.349c0 0 .195.525.672 1.396C4.674 1.989 8.585 1.435 12 1.46z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/testcafe.svg b/mkdocs-material/material/templates/.icons/simple/testcafe.svg new file mode 100644 index 0000000..7d95527 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/testcafe.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.315 4.319-8.69 8.719-3.31-3.322-2.069 2.076 5.379 5.398 10.76-10.796zM5.849 14.689 0 19.682h24l-5.864-4.991h-3.2l-1.024.896h3.584l3.072 2.815H3.417l3.072-2.815h2.688l-.896-.896z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/testin.svg b/mkdocs-material/material/templates/.icons/simple/testin.svg new file mode 100644 index 0000000..ccc4c2a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/testin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.052 9.923H3.067v5.232H1.985V9.923H0V8.841h5.052zm3.459 1.74c.413.788.326 1.696.326 1.696H5.31c.134.391.461.718 1.182.718h2.172v1.083H6.492c-1.028 0-1.587-.451-1.874-.829-.304-.399-.471-.936-.471-1.513 0-1.165.806-2.345 2.345-2.345.897-.001 1.616.421 2.019 1.19m-.895.659c-.152-.35-.469-.767-1.124-.767-.74 0-1.046.411-1.173.767zm4.971-.05H10.89a.344.344 0 0 1-.344-.344.4.4 0 0 1 .118-.279.32.32 0 0 1 .224-.099h2.47v-1.082h-2.44c-.429 0-.75.147-1.018.415a1.49 1.49 0 0 0-.436 1.045c0 .787.64 1.427 1.427 1.427h1.697c.212 0 .384.17.384.378 0 .19-.157.344-.35.344H9.719v1.083h2.902c.79 0 1.433-.64 1.433-1.426 0-.806-.658-1.462-1.467-1.462m3.839-3.427h-1.083v1.624h-1.26v1.083h1.26v1.533c0 1.086 1.118 2.075 2.345 2.075v-1.083c-.68 0-1.263-.546-1.263-.992v-1.533h1.265v-1.083h-1.265V8.845zm1.981 6.31h1.083v-4.691h-1.083zm.542-6.311a.54.54 0 1 0 0 1.081.54.54 0 0 0 0-1.081m3.112 1.617c-1.02 0-1.849.825-1.849 1.838v2.856h1.083v-2.856c0-.417.344-.755.767-.755.44 0 .857.367.857.755v2.856H24v-2.856c0-.996-.888-1.838-1.939-1.838"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/testinglibrary.svg b/mkdocs-material/material/templates/.icons/simple/testinglibrary.svg new file mode 100644 index 0000000..112df65 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/testinglibrary.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.447 9.756q.041.076.078.186c-.028-.06-.047-.129-.078-.186.592 2.304-1.95 5.003-5.13 4.239h.001c4.596-3.01 2.332-6.772.19-8.58-1.762-1.49-.721-1.95.021-1.95.237 0 .443.046.519.121l-.005-.004.006.004c-.018-1.433-5.066-1.11-.65 3.494 2.268 2.365-.408 7.596-3.596 3.618a1 1 0 0 1-.071-.113c.515-.214.937-.795.937-1.753a2.4 2.4 0 0 0-.197-.986c.368-.75.707-1.647.707-2.77 0-2.684-1.742-5.076-4.18-5.076s-4.18 2.392-4.18 5.076c0 1.123.339 2.02.707 2.771a2.4 2.4 0 0 0-.197.988c0 .958.421 1.54.937 1.753a1 1 0 0 1-.072.113C6.006 14.679 3.33 9.447 5.598 7.083c4.417-4.604-.633-4.926-.651-3.494l.008-.004c.078-.074.28-.12.515-.12.742 0 1.783.46.021 1.95-2.133 1.8-4.383 5.538.139 8.542.018.013.03.027.049.04-3.176.764-5.714-1.928-5.131-4.232l.004-.01q-.001.004-.004.006l.001-.003-.003.007c-1.174 1.61-.606 5.779 3.778 6.168q.027.006.054.012c-4.36 1-3.048 7.02.021 6.056L4.388 22l.016-.003C2.27 21.652 2.11 19 3.176 18.087c1.172-1.006 2.519-.137 5.302-.932l.03-.004c-.03 2.446 2.352 3.76 1.103 5.16-1.316 1.473-3.112-.1-2.858-1.55l.006-.029-.004.008v-.004l-.004.012C5.65 22.598 7.044 24 8.61 24c.899 0 1.855-.462 2.429-1.567 1.214-2.337-2.385-6.432.96-6.432s-.255 4.095.959 6.432c.574 1.105 1.53 1.567 2.43 1.567 1.571 0 2.97-1.411 1.85-3.268l.005.021-.006-.017c.276 1.457-1.533 3.057-2.855 1.575-1.244-1.404 1.131-2.718 1.106-5.163 2.806.812 4.157-.072 5.334.94 1.066.911.906 3.564-1.228 3.91h.007c3.07.958 4.377-5.054.018-6.057l.005-.001c4.44-.362 5.009-4.573 3.822-6.184zm-20.238.39C3.072 7.9 5.019 6.073 5.62 5.565c.838-.707 1.165-1.272.998-1.727a.81.81 0 0 0-.656-.512 1.4 1.4 0 0 0-.573.03c.169-.082.365-.13.574-.13.475 0 .866.223.995.569.117.313.12 1.007-1.174 2.133-2.047 1.783-2.213 3.922-1.685 5.33.458 1.223 1.47 2.014 2.58 2.014q.266 0 .533-.057c-.54.46-1.16.61-1.412.656-1.494-1.045-2.512-2.419-2.591-3.727zm5.208 6.873c-1.135.302-2.295.319-3.038.323-.924.006-1.655.01-2.333.593-.617.528-.873 1.594-.609 2.536.091.325.19.656.426.857.178.153.482.37.787.522l-.016-.004c.019.01.033.023.052.033-.993-.212-1.572-1.18-1.642-2.134-.088-1.205.602-2.728 2.832-3.055.354-.052.728-.083 1.101-.114.91-.076 1.85-.155 2.497-.54-.024.38-.046.788-.057.983m.25-2.684c-.65.998-1.936 1.153-3.07 1.29q-.479.056-.883.138l-.356-.024c-1.801-.156-3.141-1.006-3.775-2.396a4.07 4.07 0 0 1-.353-2.055s.038-.376.108-.77c-.087 1.095.207 2.138.88 2.997a4.65 4.65 0 0 0 3.636 1.762c1.33 0 2.588-.59 3.545-1.663.33-.37.478-.398.516-.398.128.186.019.708-.247 1.119zm6.372-5.503c0 1.347-1.527 1.347-1.527 0s1.527-1.347 1.527 0M13.234 3.34c0 .741-1.235.741-1.235 0 0-.74 1.235-.74 1.235 0m-.258 8.156c0 .749-.06 1.356-.133 1.356s-.126-.605-.125-1.355c0-.75.062-1.356.133-1.356.07 0 .128.606.125 1.355m-.952-1.614c.056 0 .1.73.1 1.631s-.044 1.631-.1 1.631-.1-.73-.1-1.63c0-.902.045-1.632.1-1.632m-.193-8.21c0 .511-.849.511-.849 0s.85-.506.85 0zm-.587 4.22c0-.354.587-.351.587 0 0 .354-.587.354-.587 0m.046 5.622c0 .768-.064 1.39-.137 1.39s-.132-.622-.131-1.389.064-1.389.138-1.389.132.62.13 1.388m0-7.495c0 .51-.849.51-.849 0s.849-.51.849 0m-1.147-1.234c0 .353-.587.353-.587 0s.587-.353.587 0m-.08 2.508c0 .255-.425.255-.425 0 0-.256.424-.256.424 0zm-1.1 3.54c0-1.347 1.528-1.347 1.528 0s-1.528 1.347-1.528 0m5.327 9.088c-.078.74-.273 1.38-.446 1.946-.347 1.138-.622 2.036.242 3.002.363.407.829.622 1.346.622.64 0 1.278-.34 1.664-.889a2 2 0 0 0 .325-.844c.017.16.026.31.015.417a1.6 1.6 0 0 1-.197.646c-.336.595-1.063.98-1.85.98-.95 0-1.77-.532-2.253-1.459-.481-.927-.132-2.214.177-3.35.302-1.115.564-2.077.104-2.678-.263-.345-.727-.512-1.417-.512s-1.155.167-1.418.512c-.46.6-.198 1.563.104 2.678.309 1.136.658 2.423.177 3.35s-1.303 1.459-2.252 1.459c-.788 0-1.515-.385-1.851-.98a1.62 1.62 0 0 1-.182-1.058c.048.296.142.582.323.84.387.547 1.025.888 1.665.888.518 0 .984-.215 1.348-.622.862-.966.588-1.862.24-2.998-.173-.567-.369-1.21-.445-1.95-.1-.966.119-1.827.6-2.36.399-.441.967-.666 1.69-.666s1.293.224 1.69.665c.48.533.7 1.393.6 2.36zm3.029-4.647c1.11 0 2.122-.79 2.579-2.014.526-1.408.36-3.547-1.69-5.33-1.295-1.127-1.292-1.82-1.175-2.134.13-.345.52-.569.994-.569.193 0 .372.045.532.115l.011.004a1.5 1.5 0 0 0-.533-.018.81.81 0 0 0-.656.512c-.166.455.16 1.02.998 1.728.6.507 2.548 2.334 2.411 4.578-.08 1.308-1.097 2.682-2.591 3.727a3.1 3.1 0 0 1-1.412-.656q.267.057.532.057m4.635 6.469c-.07.956-.65 1.922-1.645 2.134q.022-.013.042-.027c.305-.153.608-.368.785-.52.235-.202.335-.533.426-.858.264-.942.008-2.008-.609-2.536-.678-.582-1.409-.587-2.333-.593-.743-.004-1.903-.021-3.04-.323-.01-.196-.03-.602-.054-.983.647.386 1.589.465 2.5.542.373.031.744.062 1.097.113 2.23.327 2.919 1.848 2.83 3.05zm-2.666-3.979q-.405-.082-.886-.14c-1.135-.136-2.421-.291-3.07-1.29-.268-.41-.38-.93-.292-1.09a.1.1 0 0 1 .048-.009c.09 0 .238.073.511.379.957 1.073 2.217 1.663 3.546 1.663 1.414 0 2.774-.66 3.637-1.763.672-.858.965-1.9.88-2.994.07.393.107.77.107.77a4.07 4.07 0 0 1-.353 2.054c-.634 1.39-1.974 2.24-3.775 2.396zm-9.69-7.495a.24.24 0 0 1 .11.221.236.236 0 1 1-.47 0 .235.235 0 0 1 .36-.221m4.295.443a.24.24 0 0 1-.11-.222.235.235 0 1 1 .469 0 .236.236 0 0 1-.359.222"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/testrail.svg b/mkdocs-material/material/templates/.icons/simple/testrail.svg new file mode 100644 index 0000000..0c67c55 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/testrail.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.27 23.896 4.5 21.124a.35.35 0 0 1 0-.5l2.772-2.77a.35.35 0 0 1 .5 0l2.772 2.772a.35.35 0 0 1 0 .5l-2.772 2.77a.35.35 0 0 1-.5 0zm4.48-4.48-2.772-2.772a.35.35 0 0 1 0-.498l2.772-2.772a.35.35 0 0 1 .5 0l2.77 2.772a.35.35 0 0 1 0 .5l-2.77 2.77a.35.35 0 0 1-.499 0zm4.48-4.48-2.77-2.772a.35.35 0 0 1 0-.498l2.771-2.772a.35.35 0 0 1 .5 0l2.77 2.772a.35.35 0 0 1 0 .498l-2.772 2.772a.35.35 0 0 1-.5 0h.002zm-8.876.084-2.772-2.77a.35.35 0 0 1 0-.499l2.772-2.773a.35.35 0 0 1 .5 0l2.772 2.772a.35.35 0 0 1 0 .498l-2.772 2.774a.35.35 0 0 1-.5 0zm4.48-4.48L9.062 7.77a.35.35 0 0 1 0-.5l2.772-2.772a.35.35 0 0 1 .5 0l2.77 2.772a.35.35 0 0 1 0 .498l-2.77 2.772a.35.35 0 0 1-.499 0v-.002.001zM7.44 6.15 4.666 3.37a.35.35 0 0 1 0-.5L7.44.104a.35.35 0 0 1 .5 0l2.772 2.772a.35.35 0 0 1 0 .5L7.938 6.142a.35.35 0 0 1-.5 0l.002.006z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tether.svg b/mkdocs-material/material/templates/.icons/simple/tether.svg new file mode 100644 index 0000000..9acf1e6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tether.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.754 10.518c0 .625-2.238 1.148-5.238 1.28l.002.001a23 23 0 0 1-1.5.033c-.779 0-1.33-.023-1.524-.032-3.006-.133-5.25-.656-5.25-1.282s2.244-1.15 5.25-1.284v2.044c.196.015.759.048 1.537.048.933 0 1.4-.04 1.485-.047V9.236c3 .133 5.238.657 5.238 1.282m5.19.546L12.124 22.39a.18.18 0 0 1-.249 0L.056 11.064a.18.18 0 0 1-.038-.208l4.376-9.192a.18.18 0 0 1 .163-.103h14.888a.18.18 0 0 1 .16.103l4.377 9.192a.18.18 0 0 1-.038.208m-4.478-.404c0-.806-2.552-1.48-5.947-1.637V7.195h4.186v-2.79H6.308v2.79h4.185v1.829c-3.402.156-5.96.83-5.96 1.637 0 .808 2.558 1.48 5.96 1.638v5.862h3.025v-5.864c3.394-.157 5.948-.83 5.948-1.637"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/textpattern.svg b/mkdocs-material/material/templates/.icons/simple/textpattern.svg new file mode 100644 index 0000000..e871715 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/textpattern.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.638 10.8h-.559s-.918-.776-1.872-1.692S0 7.721 0 7.721v-.559L7.162 0h.559s.744.61 1.631 1.448 1.448 1.63 1.448 1.63v.559L8.607 5.83l4.397 4.117 3.272-3.271c.841-.84 1.736-2.719 1.736-2.719l2.346-2.346.61-.413L24 4.231l-.414.611-2.344 2.344s-1.606.684-2.718 1.737-3.34 3.34-3.34 3.34 1.933 2.146 4.057 4.27c2.146 2.146 4.484 4.271 4.651 4.426.334.309-.347 1.373-.906 2.027s-.857.697-1.247.901-.836-.051-.836-.051-2.056-2.261-4.082-4.304c-1.975-1.991-4.559-4.349-4.559-4.349l-7.079 7.078c-.433.434-.597 1.089-.597 1.089l-.649.65s-.701-.396-1.553-1.255-1.182-1.487-1.182-1.487l.646-.646s.598-.084 1.088-.597 7.01-7.009 7.01-7.009L5.827 8.608zm17.267 13.04c-.02-.019-.034-.033 0 0M17.449 8.756l.453-.453c.86-.86 3.194-1.392 3.194-1.392l2.26-2.26.258-.381-2.682-2.682-.381.258-2.261 2.261s-.942 1.925-1.802 2.784l-.423.423-.03.03L3.148 20.231c-.491.492-1.147.655-1.147.655l-.409.41s.551.787 1.004 1.24c.453.454.765.647.765.647l.462-.475s.246-.573.737-1.065zm-4.656 1.406L8.995 6.585s-.626.197-1.088.815-.488 1.125-.066 1.547l3.085 3.082zm2.642 2.818s-.714.181-1.097.746-.359.927.052 1.339c.412.412 2.378 2.199 3.888 3.718s3.746 3.864 4.004 4.04l.26.177s.389-.303.668-.702.627-.981.462-1.132c-.166-.152-1.828-1.669-4.027-3.81s-4.21-4.376-4.21-4.376M.299 7.287v.339s.369.523 1.36 1.514 1.514 1.36 1.514 1.36h.339l-.091-.257s-.766-.399-1.615-1.249c-.85-.85-1.25-1.616-1.25-1.616s2.058-2.009 3.442-3.393C5.383 2.6 7.377.557 7.377.557s.737.429 1.587 1.279 1.279 1.586 1.279 1.586l.257.091v-.339s-.369-.523-1.36-1.514S7.626.3 7.626.3h-.339z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tga.svg b/mkdocs-material/material/templates/.icons/simple/tga.svg new file mode 100644 index 0000000..ae6deac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tga.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.878 12.482c-.043.03-.06.038-.074.051q-.975.97-1.943 1.945c-.04.04-.061.119-.061.18-.005.602-.003 1.203-.003 1.805 0 .035.007.07.013.13.303-.295.584-.575.873-.846.106-.1.18-.207.226-.346.256-.778.519-1.553.779-2.33.062-.186.12-.374.19-.589m-4.345 1.916c.068-.061.105-.092.139-.126l2.001-1.95q1.536-1.49 3.068-2.982a.44.44 0 0 0 .108-.183q.35-1.17.693-2.343c.044-.148.084-.298.135-.477-.047.033-.064.041-.077.054q-.883.876-1.765 1.753-1.023 1.024-2.045 2.05-1.086 1.084-2.169 2.172a.3.3 0 0 0-.079.19c-.008.456-.007.912-.009 1.368zM23.543.024 23.512 0q-.34.349-.683.695-1.418 1.422-2.839 2.842c-1.058 1.056-2.12 2.108-3.177 3.164a1196 1196 0 0 0-3.466 3.473.3.3 0 0 0-.073.19c-.01.558-.01 1.117-.013 1.675 0 .042.006.083.01.144.04-.033.068-.05.09-.073q1.56-1.53 3.116-3.062l3.432-3.384c.898-.885 1.799-1.77 2.695-2.657a.45.45 0 0 0 .11-.181c.15-.492.293-.985.438-1.478l.39-1.324M4.148 12.48c.013.064.017.101.029.135q.489 1.44.985 2.877a.6.6 0 0 0 .146.227q.452.453.914.897c.11.107.227.207.355.323-.23.225-.427.423-.63.617-.06.057-.081.107-.048.19.115.287.223.578.334.868q.082.214.166.427l.06.035 1.1-1.173 1.221 1.284c-.006.007-.027.033-.05.056q-.772.772-1.547 1.54c-.062.062-.073.111-.038.19.061.137.11.28.166.419l.352.879 2.158-2.125 1.18 1.208-2.634 2.636c.032.003.054.008.076.008.621 0 1.243.002 1.865-.003a.27.27 0 0 0 .163-.072c.16-.148.314-.303.47-.456l1.117-1.1c.042.04.078.07.112.103.488.48.974.96 1.468 1.434.055.053.15.09.227.09.544.008 1.088.005 1.632.005h.13zm12.148 9.842c.031-.04.043-.05.047-.061.166-.425.327-.852.497-1.275.038-.093-.016-.133-.067-.183q-1.853-1.845-3.703-3.691-2.384-2.383-4.766-4.768Q5.636 9.678 2.97 7.011c-.19-.19-.374-.389-.56-.584l-.042.03c.009.045.013.091.026.135.242.824.482 1.648.73 2.47.041.134.09.287.184.383.703.71 1.418 1.41 2.13 2.113q1.584 1.566 3.17 3.13a.32.32 0 0 1 .105.255c-.007.427-.006.855-.007 1.282v.5q.023.014.047.027l.917-.992c.068.058.098.08.125.107.356.351.71.705 1.07 1.052a.35.35 0 0 1 .118.28c-.006.524-.004 1.049-.004 1.573 0 .047.004.093.008.175l.96-.928c.027.013.037.015.044.022q.619.606 1.233 1.217a.22.22 0 0 1 .058.14c.002.302-.005.603-.006.903-.002.26 0 .518 0 .818l.966-.933zm1.258-3.252-1.059-1.138-.942.91v-.207c0-.48.002-.96-.003-1.442 0-.063-.013-.144-.052-.185-.406-.431-.818-.856-1.242-1.295l-.984.953v-.192c0-.52.002-1.04-.003-1.559a.3.3 0 0 0-.062-.181c-.39-.42-.787-.832-1.215-1.281l-.95 1.037-.056-.037q-.005-.067-.007-.135c0-.549.006-1.098-.002-1.647a.38.38 0 0 0-.097-.238 1129 1129 0 0 0-3.293-3.275L2.77 4.38c-.451-.447-.908-.89-1.355-1.342a.7.7 0 0 1-.16-.268C.988 1.89.73 1.004.47.121.462.09.462.058.458.027L.495 0C.66.174.823.353.993.523q2.545 2.541 5.09 5.082 2.296 2.296 4.591 4.594 2.071 2.07 4.142 4.137 1.619 1.615 3.233 3.235c.035.035.065.115.05.156-.16.432-.33.86-.497 1.29-.003.008-.012.014-.048.053"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/thangs.svg b/mkdocs-material/material/templates/.icons/simple/thangs.svg new file mode 100644 index 0000000..71b7978 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/thangs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.18 13.902a1.902 1.902 0 1 1 0-3.804 1.902 1.902 0 0 1 0 3.804m0-5.722A3.82 3.82 0 0 0 16.36 12v3.82h3.82a3.82 3.82 0 1 0 0-7.64m-8.656 5.722A1.907 1.907 0 0 1 9.611 12c0-1.05.857-1.902 1.913-1.902s1.913.852 1.913 1.902-.857 1.902-1.913 1.902m-7.683 0A1.907 1.907 0 0 1 1.928 12c0-1.05.857-1.902 1.913-1.902S5.754 10.95 5.754 12s-.856 1.902-1.913 1.902m11.514-2.107-.002-.032a4 4 0 0 0-.04-.37l-.004-.019a4 4 0 0 0-.081-.373V11a3.836 3.836 0 0 0-3.704-2.82H3.84a3.83 3.83 0 0 0-3.794 3.254l-.001.008q-.027.176-.036.357l-.002.02v.016C.006 11.89 0 11.945 0 12c0 .07.007.137.01.206l.002.032q.012.187.041.37l.003.018a3.83 3.83 0 0 0 3.786 3.194h11.523V12q-.002-.104-.01-.205"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/thanos.svg b/mkdocs-material/material/templates/.icons/simple/thanos.svg new file mode 100644 index 0000000..a65bfce --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/thanos.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0v24h16.998A7 7 0 0 0 24 16.998V0Zm18.707 15.129h.896v.895h-.896zm-.281-3.857h1.455v1.456h-1.455Zm-.224-3.801h1.903v1.905h-1.903Zm-3.073 11.234h.895v.896h-.896zm-.28-3.902h1.456v1.457h-1.456zm-.224-3.755h1.906v1.904h-1.904Zm.224-1.897V7.696h1.456V9.15Zm-6.874 9.554h.896v.896h-.896Zm-.28-3.856h1.456v1.454H7.695Zm.28-2.401v-.896h.896v.896zm-.28-4.752h1.456V9.15H7.695ZM4.4 18.706h.897v.895H4.4Zm0-3.577h.897v.895H4.4Zm-.28-3.857h1.455v1.456H4.12Zm-.224-3.801H5.8v1.905H3.895Zm-.837-4.413H20.94v3.577h-7.153v14.307h-3.576V6.635H3.058Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/thealgorithms.svg b/mkdocs-material/material/templates/.icons/simple/thealgorithms.svg new file mode 100644 index 0000000..85b8a40 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/thealgorithms.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.226 19.857H1.353l1.79-4.225h4.812L13.308 3.21H7.564l-4.226 9.82h2.587c.18.3.511.51.887.51a1.04 1.04 0 0 0 1.038-1.037c0-.572-.467-1.023-1.038-1.023-.421 0-.767.24-.932.602H4.647l3.503-7.94h3.76L7.383 14.684l-4.766.03L0 20.79h8.842L10 18.263h3.835l1.278 2.526H24L15.985 3.211Zm2.27-2.586 1.384-3.023 1.503 3.023zm5.218 2.691-.872-1.759h2.737c.18.33.526.556.917.556a1.04 1.04 0 0 0 1.038-1.037 1.04 1.04 0 0 0-1.038-1.038c-.42 0-.782.256-.947.617H14.42l-2.09-4.06 1.534-3.369 1.729 3.519h.812c.165.346.526.601.932.601a1.04 1.04 0 0 0 1.038-1.037 1.04 1.04 0 0 0-1.038-1.038 1.03 1.03 0 0 0-.962.662h-.3l-1.79-3.64 1.699-3.728 6.677 14.751Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/theboringcompany.svg b/mkdocs-material/material/templates/.icons/simple/theboringcompany.svg new file mode 100644 index 0000000..db2b889 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/theboringcompany.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 6.959v.463h.424v1.625h.57V7.422h.445v-.463zm1.643 0v2.088h.57v-.842h.742v.842h.57V6.959h-.57v.781h-.742v-.78h-.57zm2.287 0v2.088h1.199V8.54h-.621v-.295h.596v-.508h-.596v-.312h.62v-.467H3.93zm17.91 2.73c-1.31 0-2.22.902-2.22 2.217 0 1.316.932 2.211 2.208 2.211 1.522 0 2.301-1.167 2.154-2.492H21.83v.887h.867c-.071.455-.425.61-.87.61-.66 0-1.02-.462-1.02-1.21-.012-.742.427-1.236 1.025-1.236.41 0 .73.216.893.66l1.064-.457c-.345-.759-1.026-1.19-1.95-1.19zm-15.877.012c-1.375 0-2.313.99-2.313 2.21s.974 2.206 2.313 2.206 2.31-.987 2.31-2.207-.935-2.209-2.31-2.209m-5.875.13v4.171h1.687c1.153 0 1.516-.615 1.516-1.268 0-.494-.275-.86-.824-.986.278-.147.43-.473.43-.853 0-.57-.317-1.065-1.07-1.065H.086zm8.816 0v4.171h1.123v-1.545l.993 1.545h1.373v-.047l-1.274-1.66c.584-.133.889-.601.889-1.186 0-.688-.49-1.279-1.24-1.279zm3.909 0v4.171h1.105V9.83zm1.931 0v4.171h1.125v-2.473l1.938 2.473h1.113V9.83h-1.113v2.465L15.869 9.83zm-13.533.839h.187c.238 0 .457.114.457.39 0 .27-.22.391-.457.391h-.187zm8.816.021h.307c.265 0 .521.216.521.48 0 .266-.201.481-.521.481h-.307v-.96zm-8.816 1.577h.25c.414-.002.693.138.693.421 0 .271-.21.412-.513.416l-.43.006zm8.156 2.552c-.656 0-1.103.498-1.103 1.112 0 .613.464 1.109 1.103 1.109.187 0 .358-.042.508-.117v-.658h-.037a.54.54 0 0 1-.44.214.54.54 0 0 1-.548-.548c0-.304.222-.551.548-.551a.54.54 0 0 1 .444.217h.033v-.662a1.14 1.14 0 0 0-.508-.116m1.918 0c-.692 0-1.164.498-1.164 1.112 0 .613.49 1.109 1.164 1.109s1.162-.496 1.162-1.11c0-.613-.47-1.11-1.162-1.11zm1.715.045-.352 2.117h.57l.184-1.103.422 1.103h.285l.422-1.103.182 1.103h.57l-.351-2.117-.563.004-.402 1.05-.403-1.05zm2.57 0v2.112h.592v-.68h.324c.504 0 .717-.317.717-.71 0-.388-.21-.722-.822-.722zm2.356 0-.81 2.117h.626l.113-.34h.75l.114.34h.629l-.81-2.117zm1.594 0v2.112h.568V15.74l.97 1.237h.561v-2.112h-.562v1.244l-.97-1.244zm2.218 0 .785 1.114v.998h.567v-.989l.79-1.123h-.689l-.38.574-.381-.574zm-5.576.485h.207c.31 0 .318.478-.014.478h-.193zm-4.877.03c.337 0 .565.248.565.552a.547.547 0 0 1-.565.548.55.55 0 0 1-.566-.548c0-.304.23-.551.566-.551zm6.945.198.211.602h-.42l.21-.602z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/theconversation.svg b/mkdocs-material/material/templates/.icons/simple/theconversation.svg new file mode 100644 index 0000000..f7435e0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/theconversation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.996 10.543c-.131-4.91-4.289-8.773-9.2-8.773H9.005a8.997 8.997 0 0 0-5.957 15.746L1.05 22.23l4.942-2.98c.95.36 1.964.524 3.012.524h6.024c5.04 0 9.099-4.156 8.969-9.23zm-8.937 5.958H9.07c-2.587 0-5.205-2.03-5.696-4.583a5.724 5.724 0 0 1 5.63-6.874h5.99c2.586 0 5.205 2.03 5.696 4.582.688 3.667-2.095 6.875-5.63 6.875z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/thefinals.svg b/mkdocs-material/material/templates/.icons/simple/thefinals.svg new file mode 100644 index 0000000..f466c3c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/thefinals.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.523 19.319H24L14.965 6.295c-.626-.904-1.51-1.614-2.847-1.614-1.38 0-2.264.775-2.889 1.614L0 19.319h5.261l3.372-4.759 3.256 4.759h5.478l-5.934-8.712.599-.846zm0 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/theguardian.svg b/mkdocs-material/material/templates/.icons/simple/theguardian.svg new file mode 100644 index 0000000..fa73c50 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/theguardian.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m9.272 8.129-1.16.207V8.4l.32.127v3.577l-.28.16v.103h1.52v-.103l-.264-.145V9.961a.64.64 0 0 1 .4-.129c.24 0 .368.112.368.408v1.871l-.272.145v.111h1.512v-.111l-.271-.145v-1.863c0-.536-.225-.816-.729-.816a1.54 1.54 0 0 0-.992.361l-.031.031V8.13zm-4.512.566-.047 1.121H4.8l.744-1.007h.318v3.23l-.416.217v.111H7.36v-.119l-.416-.217V8.81h.32L8 9.816h.111l-.047-1.12zm8.033.785c-.888 0-1.434.569-1.434 1.489 0 .936.505 1.478 1.48 1.478.553 0 .952-.303 1.104-.52v-.11c-.2.103-.414.24-.718.24-.632 0-.896-.457-.928-1.05h1.752v-.023c0-1.088-.432-1.504-1.256-1.504m-.033.12c.256 0 .385.488.385 1.224l-.866.047c.002-.715.218-1.271.48-1.271m2.577 1.896-1.217.217v.08l.328.111v.928c-.088-.048-.271-.088-.511-.088-.84 0-1.4.52-1.4 1.6 0 1.024.48 1.52 1.128 1.52a1.07 1.07 0 0 0 .8-.329h.032v.32l.096.016 1.201-.158v-.106l-.338-.119v-3.976zm1.367 0a.513.513 0 0 0-.527.512.51.51 0 0 0 .527.511c.288 0 .537-.215.537-.511 0-.288-.249-.512-.537-.512m-14.52.184C1.04 11.68 0 12.233 0 13.793c0 1.456.84 2.07 2.145 2.07a4 4 0 0 0 1.359-.23v-1.465l.367-.2v-.136H2.072v.12l.375.216v1.48a.8.8 0 0 1-.336.055c-.568 0-.806-.624-.814-2.008-.008-1.16.302-1.863.91-1.863.208 0 .314.016.434.072l.664 1.047h.111l-.023-1.088c-.248-.104-.721-.183-1.21-.183m20.714 1.033c-.36.016-.714.157-.954.375h-.039v-.367h-.12l-1.2.214v.122l.336.111v2.36l-.287.16v.113h1.566v-.114l-.271-.152v-2.264a.65.65 0 0 1 .408-.127c.248 0 .385.12.385.424v1.951l-.281.16v.114H24v-.113l-.28-.16v-2.008c0-.56-.231-.8-.751-.8zm-5.772.04-1.236.224v.096l.336.127v2.32l-.282.16v.114h1.56v-.113l-.27-.153v-2.76zM5 12.76l-1.2.217v.087l.329.143v1.8c0 .52.264.856.84.856a1.34 1.34 0 0 0 .902-.375h.033v.36l.12.007 1.193-.152v-.08l-.32-.135v-2.72l-.13-.008-1.199.217v.087l.328.143v2.129a.49.49 0 0 1-.392.183c-.232 0-.367-.087-.367-.375v-2.369zm3.545 0a3.5 3.5 0 0 0-1.098.191v.809h.088l.656-.88.13-.017c.367 0 .495.201.495.793v.393l-.007-.01-.649.129c-.624.12-.928.393-.928.897s.32.798.8.798c.375 0 .617-.127.777-.351h.03c.089.216.273.343.673.343.248 0 .472-.063.584-.127v-.08l-.287-.08v-1.92c0-.664-.464-.888-1.264-.888m2.879 0-.008.008-1.2.224v.08l.329.096v2.352l-.281.16v.113h1.56v-.113l-.271-.153v-1.734c.176-.08.382-.129.654-.129.088 0 .192 0 .248.016v-.897c-.032-.016-.094-.015-.15-.015-.344 0-.632.24-.76.88h-.026v-.88zm7.488 0c-.464 0-.816.103-1.096.191v.809h.088l.657-.88.127-.017c.36 0 .496.201.496.793v.393h-.008l-.64.127c-.633.12-.936.384-.936.888s.32.8.8.8c.376 0 .616-.128.776-.352h.023c.088.216.272.343.672.343.256 0 .482-.063.594-.127v-.08l-.29-.08v-1.92c0-.664-.463-.888-1.263-.888m-4.8.144c.2-.008.255.056.335.104v2.377a.42.42 0 0 1-.279.103c-.432.016-.584-.425-.584-1.209 0-.872.207-1.359.527-1.375m-5.295 1.287v1.186c-.056.064-.128.103-.248.103-.216 0-.377-.129-.377-.609 0-.44.104-.64.424-.664zm10.368 0v1.186h-.008c-.048.064-.12.103-.24.103-.225 0-.383-.129-.383-.609 0-.44.111-.64.431-.664z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/theirishtimes.svg b/mkdocs-material/material/templates/.icons/simple/theirishtimes.svg new file mode 100644 index 0000000..94ec96b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/theirishtimes.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.636 4.093V8.33h.42q.27-1.735 1.3-2.67.73-.672 2.35-.672h1.197V17.22q0 1.186-.127 1.465-.173.396-.473.557-.415.247-1.096.246h-.518v.417h8.26v-.417h-.517q-.665 0-1.049-.228-.384-.226-.516-.528-.132-.304-.131-1.512V4.988h1.197q1.115 0 1.56.208.797.381 1.256 1.023.458.64.834 2.11H24V4.093zM7.74 19.488q-.658 0-1.044-.227-.387-.226-.519-.529-.132-.302-.132-1.512V6.778q-.001-1.185.127-1.464.171-.396.472-.559.415-.244 1.096-.244h.519v-.418H0v.418h.521q.66 0 1.05.227.387.227.515.53.128.301.129 1.51v10.444q-.001 1.185-.128 1.465-.164.396-.463.557-.42.245-1.103.245H0v.418h8.26v-.418h-.52Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/themighty.svg b/mkdocs-material/material/templates/.icons/simple/themighty.svg new file mode 100644 index 0000000..8bc75c6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/themighty.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.178.001h-4.432L12.05 13.988 9.309.001H4.856c.216.219.334.634.39 1.072v21.21c0 .621-.105 1.383-.425 1.717 1.014-.214 2.307-.416 3.414-.611V9.375l2.489 12.375c.07.46.135 1.084-.021 1.198q1.27-.194 2.544-.366c-.105-.16-.064-.652-.005-1.061L15.696 9.15v13.095c1.054-.123 2.366-.24 3.47-.349l.012-.008c-.324-.328-.43-1.1-.43-1.724V1.726c0-.627.105-1.396.43-1.726z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/themodelsresource.svg b/mkdocs-material/material/templates/.icons/simple/themodelsresource.svg new file mode 100644 index 0000000..d01c0e6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/themodelsresource.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.25 0C.557 0 0 .557 0 1.25v21.5C0 23.442.557 24 1.25 24h21.5c.692 0 1.25-.558 1.25-1.25V1.25C24 .557 23.442 0 22.75 0h-2.734c1.667 1.037 1.521 11.428 1.68 18.734.023 1.1.616 3.805.616 3.805s-1.702.913-3.15 1.373c-.652-2.478-.633-3.488-.633-3.488l-.181-10.67-.4-4.62c-2.156 3.08-3.445 6.123-3.987 8.007-1.442.915-1.92 1.09-2.957 1.384-1.056-.552-3.91-3.216-4.961-3.921 2.096 6.826 2.238 9.642 2.238 9.642s-2.231 1.759-2.797 1.606c-.232-.064-.495-.275-.507-.516-.183-3.672-.76-5.902-1.508-8.773C2.576 9.13.32 4.07.32 4.07c.948-.641 1.52-.883 2.836-1.265L11.61 11S16.073 3.616 17.104.906c0 0 2.244-.748 2.71-.906z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/themoviedatabase.svg b/mkdocs-material/material/templates/.icons/simple/themoviedatabase.svg new file mode 100644 index 0000000..b672485 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/themoviedatabase.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.62 12a2.29 2.29 0 0 1 2.292-2.295h-.013A2.29 2.29 0 0 1 11.189 12a2.29 2.29 0 0 1-2.29 2.291h.013A2.29 2.29 0 0 1 6.62 12m10.72-4.062h4.266a2.29 2.29 0 0 0 2.29-2.291 2.29 2.29 0 0 0-2.29-2.296H17.34a2.29 2.29 0 0 0-2.291 2.296 2.29 2.29 0 0 0 2.29 2.29zM2.688 20.645h8.285a2.29 2.29 0 0 0 2.291-2.292 2.29 2.29 0 0 0-2.29-2.295H2.687a2.29 2.29 0 0 0-2.291 2.295 2.29 2.29 0 0 0 2.29 2.292zm10.881-6.354h.81l1.894-4.586H15.19l-1.154 3.008h-.013l-1.135-3.008h-1.154zm4.208 0h1.011V9.705h-1.011zm2.878 0h3.235v-.93h-2.223v-.933h1.99v-.934h-1.99v-.855h2.107v-.934h-3.112zM1.31 7.941h1.01V4.247h1.31v-.895H0v.895h1.31zm3.747 0h1.011V5.959h1.958v1.984h1.011v-4.59h-1.01v1.711H6.061V3.351H5.057zm5.348 0h3.242v-.933H11.41v-.934h1.99v-.933h-1.99v-.856h2.107v-.934h-3.112zM.162 14.296h1.005v-3.52h.013l1.167 3.52h.765l1.206-3.52h.013v3.52h1.011v-4.59H3.82L2.755 12.7h-.013L1.686 9.705H.156zm14.534 6.353h1.641a3.2 3.2 0 0 0 .98-.149 2.5 2.5 0 0 0 .824-.437 2.1 2.1 0 0 0 .567-.713 2.2 2.2 0 0 0 .223-.983 2.4 2.4 0 0 0-.218-1.07 1.96 1.96 0 0 0-.586-.716 2.4 2.4 0 0 0-.873-.392 4.4 4.4 0 0 0-1.046-.13h-1.519zm1.013-3.656h.596a2.3 2.3 0 0 1 .606.08 1.5 1.5 0 0 1 .503.244 1.2 1.2 0 0 1 .34.412 1.3 1.3 0 0 1 .13.587 1.55 1.55 0 0 1-.13.658 1.1 1.1 0 0 1-.347.433 1.4 1.4 0 0 1-.518.238 2.8 2.8 0 0 1-.649.07h-.538zm4.686 3.656h1.88a3 3 0 0 0 .613-.064 1.7 1.7 0 0 0 .554-.214 1.2 1.2 0 0 0 .402-.39 1.1 1.1 0 0 0 .155-.606 1.2 1.2 0 0 0-.071-.415 1 1 0 0 0-.204-.34 1.1 1.1 0 0 0-.317-.24 1.3 1.3 0 0 0-.413-.13v-.012a1.2 1.2 0 0 0 .575-.366.96.96 0 0 0 .216-.648 1.1 1.1 0 0 0-.149-.603 1 1 0 0 0-.389-.354 1.7 1.7 0 0 0-.54-.169 4.5 4.5 0 0 0-.6-.041h-1.712zm1.011-3.734h.687a1.4 1.4 0 0 1 .24.022.8.8 0 0 1 .22.075.43.43 0 0 1 .16.147.4.4 0 0 1 .061.236.5.5 0 0 1-.055.233.43.43 0 0 1-.146.156.6.6 0 0 1-.204.084 1 1 0 0 1-.23.026h-.745zm0 1.835h.765a2 2 0 0 1 .266.02 1 1 0 0 1 .26.07.5.5 0 0 1 .204.152.4.4 0 0 1 .08.26.5.5 0 0 1-.06.253.5.5 0 0 1-.16.168.6.6 0 0 1-.217.09 1 1 0 0 1-.237.027H21.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/thenorthface.svg b/mkdocs-material/material/templates/.icons/simple/thenorthface.svg new file mode 100644 index 0000000..d9ce1db --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/thenorthface.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.816 6.36v3.36h.228a4.847 4.847 0 0 1 4.764 4.764v3.036H24v-3.132c0-4.428-3.6-8.028-8.028-8.028H15.9Zm-9.06.012v.6h1.008V9.72h.696V6.972h1.008v-.6zm2.964 0V9.72h.696v-1.5h1.308v1.5h.696V6.372h-.696v1.272h-1.308V6.372Zm3 0V9.72h2.4v-.588h-1.752v-.876h1.548v-.588h-1.548V6.96h1.752v-.588ZM4.644 10.14c-.444 0-1.608.192-1.608 1.752s1.164 1.752 1.608 1.752 1.608-.192 1.608-1.752-1.164-1.752-1.608-1.752M0 10.236v3.336h.648v-2.376H.66l1.368 2.376h.696v-3.336h-.648v2.316h-.012L.732 10.236Zm6.54 0 .012 3.336h.684v-1.308h.72c.516 0 .54.18.54.636 0 .348.024.516.072.672h.768v-.084c-.144-.048-.144-.168-.144-.66 0-.624-.144-.732-.42-.852.324-.108.516-.42.516-.792 0-.288-.168-.948-1.056-.948zm2.916 0v.588h1.02v2.748h.696v-2.748h1.008v-.588zm2.976 0v3.336h.696v-1.5h1.296v1.5h.696v-3.336h-.696v1.26h-1.296v-1.26zm3.372 0v3.348h.156c1.08 0 1.944.876 1.944 1.944v1.992h2.388v-2.988c-.012-2.316-1.86-4.2-4.152-4.296h-.252Zm-11.16.504c.372 0 .9.228.9 1.164s-.528 1.164-.9 1.164-.912-.228-.912-1.164.54-1.164.912-1.164m2.58.072h.864c.408 0 .492.252.492.432 0 .324-.18.456-.54.456h-.816Zm3.684 3.204c-.876 0-1.572.612-1.572 1.812 0 1.188.648 1.8 1.56 1.8.864 0 1.344-.516 1.488-1.26h-.72c-.084.42-.36.648-.756.648-.612 0-.852-.552-.852-1.164 0-.972.504-1.2.852-1.2.588 0 .696.384.756.588v-.012h.72c-.036-.504-.456-1.212-1.476-1.212m-6.696.084v3.432h.708v-1.44h1.512v-.612H4.92v-.768h1.728V14.1Zm3.228 0-1.224 3.432h.756l.228-.708h1.284l.216.708h.78L8.268 14.1Zm5.232 0v3.432h2.46v-.612h-1.8v-.888h1.596v-.6h-1.596v-.72h1.8V14.1Zm3.144.012v3.432h1.596v-1.992c0-.792-.648-1.44-1.44-1.44zm-7.98.768h.012l.42 1.356h-.876Zm-4.92.912a.927.927 0 0 0-.936.924c0 .528.432.924.936.924a.917.917 0 0 0 .924-.924.917.917 0 0 0-.924-.924m0 .144c.42 0 .756.336.756.78 0 .456-.324.792-.756.792s-.768-.348-.768-.792.336-.78.768-.78m-.36.24v1.092h.168V16.8h.18l.3.468h.18l-.312-.48c.168-.024.288-.108.288-.3 0-.216-.132-.312-.384-.312zm.168.132h.228c.12 0 .24.024.24.168 0 .168-.144.18-.288.18h-.18z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/theodinproject.svg b/mkdocs-material/material/templates/.icons/simple/theodinproject.svg new file mode 100644 index 0000000..7262d24 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/theodinproject.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m3.002 0 1.99 7.387 1.576 1.576v.576l.975 1.924c.806-1.53 2.844-2.064 4.312-.969l.202.15.2-.15c1.47-1.095 3.508-.561 4.315.969l.975-1.926v-.69l1.46-1.46L20.999 0l-3.633 1.86v3.257c-.655-.395-2.981-1.691-5.308-1.691-2.494 0-4.987 1.489-5.422 1.762V1.859zm6.111 10.229a.324.324 0 0 0-.326.322v.998c0 .267.22.484.49.484h.56c.305 0 .594-.12.81-.332a1.12 1.12 0 0 0 .335-.797v-.353a.325.325 0 0 0-.328-.323zm5.291.392a.514.514 0 0 0-.517.51c0 .28.232.51.517.51a.514.514 0 0 0 .518-.51.513.513 0 0 0-.518-.51m-7.836.023L5.103 16.06l1.497 2.95 1.375-5.103.197-.097zm10.979 0-1.604 3.165.198.097 1.375 5.104 1.496-2.951zm-5.49 1.805-1.828.903-1.649 8.843L12.057 24l3.476-1.805-1.646-8.843zm-2.389 1.18-1.27.625-1.654 6.137 1.469 1.049zm4.78 0 1.454 7.81 1.467-1.048-1.652-6.137zm-3.016.084h1.28v.451a.62.62 0 0 1-.187.445.64.64 0 0 1-.453.186.65.65 0 0 1-.453-.186.62.62 0 0 1-.187-.445z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/theregister.svg b/mkdocs-material/material/templates/.icons/simple/theregister.svg new file mode 100644 index 0000000..2f219bd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/theregister.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.368 12.858a43 43 0 0 1-2.612 1.818c-.893.568-1.683.977-2.378 1.22-.695.245-1.167.198-1.413-.132q-.347-.627-.028-1.826.315-1.201.893-2.485.572-1.174.99-2.39.417-1.217.4-2.458-.019-1.238-.758-2.47-.65-1.006-1.94-1.508c-.863-.337-1.823-.504-2.883-.492a9.5 9.5 0 0 0-3.148.58 6.8 6.8 0 0 0-2.23 1.402q-1.011.94-1.6 2.345c-.134.341-.221.794-.27 1.346a18 18 0 0 0-.082 1.49c-.004.444-.008.678-.004.698q-.648.447-1.481 1.096-.835.647-1.64 1.552a15.4 15.4 0 0 0-1.437 1.973q-.59.981-.727 1.505c-.048.143-.008.532.119 1.183.127.643.457 1.386 1 2.227q.818 1.263 2.617 2.331.02.017.09-.067a1 1 0 0 0 .084-.087 7 7 0 0 1-.43-.476c-.261-.302-.515-.699-.757-1.175a2.9 2.9 0 0 1-.31-1.52q.072-1.097 1.394-2.006 1.326-.917 4.53-1.592c.606-.155 1.131-.385 1.58-.707q.674-.471.706-.532c-.167 1.703.14 3.26.901 4.653a12.1 12.1 0 0 0 2.537 3.176l9.906-9.878L24 11.6c-.472.37-1.012.79-1.632 1.258M9.438 7.363q-.233.619-.466 1.243-.226.624-.246.707c.028.048.127.163.282.337.163.171.254.286.282.342q.019.151-.17.707c-.124.37-.374.647-.739.838q-.72.27-1.346.103c-.417-.103-.75-.242-1.008-.413-.254-.175-.388-.266-.396-.286l4.032-4.39.016.142q-.01.052-.242.67z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/thesoundsresource.svg b/mkdocs-material/material/templates/.icons/simple/thesoundsresource.svg new file mode 100644 index 0000000..0cf569d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/thesoundsresource.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.25 0C.557 0 0 .557 0 1.25v4.807c.003-.02.001-.04.006-.06.16-.7 1.27-1.914 3.219-3.589C4.028 1.718 6.149.275 8.348 0zm8.21 0c1.119.23 2.168 1.177 1.55 2.338-.357.67-1.87 1.872-2.947 2.156l-.708-.098c.16-.56 1.48-1.784 1.473-2.453-.004-.47-.617-.87-1.193-.841-.728.036-2.025.873-3.166 1.845-1.142.973-2.129 2.08-2.112 2.658.028.91 2.086 1.213 4.176 1.182 2.148-.032 2.382-.095 4.164.006 1.596.09 5.601 1.363 5.44 3.535a3.1 3.1 0 0 1-.362 1.272c.087-.004.153-.021.245-.022.558-.003 1.337.84 1.337.84l-1.955.486s-.207-.247-.332-.242c-.267.01-4.72 3.241-4.53 6.768.111 2.084 2.746 3.566 5.187 3.508 2.584-.062 6.062-1.033 6.171-4.698.057-1.885-1.71-3.145-3.529-2.95-.737.078-2.585.79-2.478 2.165.083 1.077.747 1.45.902 1.416.549-.118 1.453-.43 1.453-.43l.219.297c-.038.391-2.31 1.254-3.207 1.248-1.468-.01-1.821-1.74-1.635-2.728.34-1.808 4.57-3.007 6.322-2.961 3.288.086 4.041 2.53 4.041 2.53l.014.015V1.25C24 .557 23.442 0 22.75 0zM0 6.324V22.75C0 23.442.557 24 1.25 24h12.037l-.006-.014s-4.661-.659-4.861-3.933c-.168-2.745 2.402-5.515 2.44-5.555-2.062.668-4.418 1.118-5.292 1.104-1.717-.029-5.058-.58-5.054-2.313.002-1.322.912-3.015 2.593-3.103.262-.017.442.017.643.384-.613.607-1.081 1.068-1.045 1.918.052 1.216 1.85 1.551 2.815 1.766.727.163 2.28.508 4.748-.332 2.495-.85 3.544-1.898 3.523-3.3-.009-.558-.476-1.458-2.36-2.087-1.732-.579-2.191-.664-4.267-.633-1.954.03-1.897.019-3.504-.013-1.822-.037-2.51-.402-2.883-.582C.474 7.16.07 6.784 0 6.324m24 13.123-.014.01s-.199 1.26-3.314 2.916c-2.064 1.097-5.568 1.625-5.568 1.625l-.002.002h7.648c.692 0 1.25-.558 1.25-1.25z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/thespritersresource.svg b/mkdocs-material/material/templates/.icons/simple/thespritersresource.svg new file mode 100644 index 0000000..e681733 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/thespritersresource.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.25 0C.557 0 0 .557 0 1.25v6.674C4.756 2.364 9.47.04 12.879.066c1.472.011 3.551.87 3.46 2.747-.074 1.558-3.202 3.763-4.71 4.197L10.5 6.893c.075-.687 2.257-2.77 2.246-3.79-.006-.633-.976-1.38-1.853-1.318-2.047.145-8.146 5.276-8.059 6.944.07 1.356 3.274 1.823 6.46 1.775 3.276-.05 3.634-.116 6.352.01 2.129.098 8.24 2.02 8.293 5.39.039 2.465-2.673 4.325-6.326 5.776-3.402 1.351-8.208 2.291-9.789 2.265-2.62-.043-7.763-.901-7.758-3.543.004-2.015 1.494-4.58 3.907-4.732.399-.025.74.028 1.047.588-.934.925-1.683 1.592-1.627 2.888.08 1.855 3.02 2.501 4.492 2.829.435.096 3.397.582 6.767-.489 4.035-1.28 5.742-2.996 5.71-5.134-.014-.85-.923-2.285-3.563-3.149-2.374-.776-3.476-1.012-6.64-.965-2.98.045-5.872.109-8.263-.43-1.134-.255-1.875-.804-1.875-.804L0 10.982V22.75C0 23.442.557 24 1.25 24h21.5c.692 0 1.25-.558 1.25-1.25V1.25C24 .557 23.442 0 22.75 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/thewashingtonpost.svg b/mkdocs-material/material/templates/.icons/simple/thewashingtonpost.svg new file mode 100644 index 0000000..04168dc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/thewashingtonpost.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 15.366V6.922l-2.188-1.998-2.426 2.569V5.66h-.357v2.236l-.571.595V6.589L16.65 4.924l-2.164 2.212.261.261.547-.547.69.619v2.093h-.119c-1.046 0-1.689.714-1.689 1.689 0 .5.072.737.143.904h.238a1.03 1.03 0 0 1 1.023-.833h.404v3.782c-1.26.428-1.998 1.522-2.14 3.02l.166.096c.57-.69 1.308-1.118 1.974-1.284v5.209l.048.023 2.26-2.069 1.07 1 .047-.025v-4.043c.476.142.904.475 1.213.904zm-2.426.523c-.571-.57-1.26-.88-2.165-.999V7.85l1.023-1.095 1.142 1.047zm-2.545 4.4-.571-.523V8.825l.57-.571zm-5.78-6.017V7.04L11.06 4.9 8.8 7.255 6.399 4.9 4.115 7.302v-.785c0-2.021-1.26-1.688-1.26-2.997 0-.832.523-1.237 1.165-1.546l-.143-.142C1.927 2.522.88 3.544.88 4.662c0 1 .761 1.047.761 2.212v2.973C.214 9.847 0 11.18 0 11.703c0 .309.048.594.095.737h.19c.072-.404.31-.69.81-.69h.546v3.806l2.807 2.426 2.07-2.33 2.71 2.33zm-2.45 1.879-1.927-1.642V7.73l.833-.832 1.094 1.094zm-4.424-.904-.595.69-1.665-1.428V7.802l.904-.928L6.375 8.23Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/theweatherchannel.svg b/mkdocs-material/material/templates/.icons/simple/theweatherchannel.svg new file mode 100644 index 0000000..268c611 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/theweatherchannel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0v24h24V0Zm5.732 6.106c.036.168.053.456.053.752v.615c0 .095-.012.223-.012.26.211-.2.56-.335.873-.335.392 0 .706.17.803.442.06.174.078.276.078.572v2.158h-.789V8.496c0-.307-.084-.42-.314-.42-.2 0-.458.12-.639.283v2.211h-.818V7.002c0-.29-.024-.578-.06-.705zm-4.205.275h3.02l-.139.701h-1v3.488h-.857V7.082H1.527Zm7.891 1.037c.355 0 .691.121.89.326.284.29.41.704.41 1.35v.187H8.936v.024c0 .476.235.748.65.748q.415 0 .784-.309l.315.483c-.357.287-.732.427-1.164.427-.887 0-1.46-.627-1.46-1.595.001-.557.116-.924.387-1.225.253-.284.56-.416.97-.416m.013.59c-.308 0-.483.242-.483.67v.011h.934v-.037c0-.229-.023-.348-.096-.463a.4.4 0 0 0-.355-.181m5.959 3.642c.035.17.054.457.054.752v.614c0 .096-.013.223-.013.26.21-.2.56-.333.875-.333.39 0 .704.17.8.44.06.177.078.279.078.574v2.158h-.789v-2.074c0-.306-.085-.422-.314-.422-.199 0-.457.122-.637.285v2.211h-.82v-3.568c0-.29-.024-.578-.06-.705zm-13.893.276h.893l.36 1.652c.17.784.224 1.38.224 1.38.017-.163.09-.761.216-1.339l.373-1.693h.922l.389 1.875c.078.391.18 1.11.18 1.11.011-.134.143-.986.228-1.395l.344-1.59h.885l-1.012 4.222h-.922l-.375-1.703a11 11 0 0 1-.197-1.217s-.073.59-.201 1.206l-.348 1.715h-.957Zm12.043.17c-.03.282-.047.62-.047.933h.723l-.205.555h-.518v1.549c0 .391.072.494.35.494.072 0 .144-.02.289-.06l.101.48c-.237.097-.447.14-.658.14-.41 0-.734-.18-.83-.453-.048-.134-.055-.194-.055-.476v-1.676h-.306v-.553h.306c0-.3 0-.5.03-.728zm7.883.86c.072.126.113.265.127.438.115-.155.306-.323.459-.39a.7.7 0 0 1 .263-.049c.122 0 .174.012.301.066l-.22.713a.47.47 0 0 0-.237-.06c-.181 0-.344.083-.492.258v2.183h-.81v-2.062c0-.415-.048-.729-.114-.903zm-13.6.007c.355 0 .694.121.893.326.283.29.41.706.41 1.35v.185H7.342v.026c0 .475.235.746.65.746.278 0 .536-.103.783-.307l.315.482c-.356.289-.73.428-1.164.428-.886 0-1.46-.627-1.46-1.596 0-.555.115-.924.386-1.224.253-.284.56-.416.97-.416zm11.131 0c.356 0 .693.121.893.326.282.29.41.706.41 1.35v.185H18.47v.026c0 .475.236.746.652.746q.414 0 .783-.307l.313.482c-.356.289-.729.428-1.163.428-.885 0-1.459-.627-1.459-1.596 0-.555.114-.924.385-1.224.254-.284.562-.416.971-.416m-8.053.002c.518 0 .874.192.994.535.042.126.061.223.055.555l-.018 1.037v.053c0 .33.055.456.29.632l-.428.494c-.187-.078-.356-.216-.434-.375-.06.06-.127.122-.187.164-.151.109-.367.168-.62.168-.688 0-1.062-.35-1.062-.964 0-.723.5-1.059 1.48-1.059.061 0 .117-.001.182.004v-.127c0-.342-.066-.457-.361-.457-.259 0-.56.128-.89.352l-.345-.58c.164-.103.284-.163.503-.252.3-.128.559-.18.841-.18m-3.066.588c-.307 0-.48.242-.48.67v.011h.933v-.037c0-.229-.024-.348-.096-.463-.079-.121-.194-.181-.357-.181m11.103 0c-.29.014-.455.256-.455.67v.011h.936v-.037c0-.229-.026-.348-.098-.463-.078-.121-.193-.181-.355-.181zm-7.832 1.21c-.561.001-.754.105-.754.471 0 .241.152.405.358.405.15 0 .3-.079.42-.211l.014-.664zM5.912 17.29c.035.17.055.457.055.754v.613c0 .096-.012.223-.012.26.21-.2.56-.332.873-.332.392 0 .704.168.8.44.061.175.079.277.079.574v2.156h-.79V19.68c0-.307-.083-.422-.312-.422-.199 0-.458.12-.638.283v2.213h-.82v-3.569c0-.29-.025-.577-.061-.705zm15.684.004c.03.169.043.37.043.803V20.5c0 .53.005.601.052.686.03.053.098.084.164.084.03 0 .046-.001.088-.012l.139.482a1.3 1.3 0 0 1-.48.084c-.345 0-.62-.16-.717-.422-.061-.155-.073-.251-.073-.691v-2.3c0-.405-.013-.652-.043-.93zm-18.057.182c.415 0 .83.133 1.06.332l-.378.572q-.317-.235-.668-.235a.87.87 0 0 0-.713.362c-.163.24-.235.59-.235 1.078 0 .572.048.891.174 1.121.17.308.447.469.809.469.246 0 .47-.071.717-.27l.384.53c-.331.27-.685.39-1.162.39-.579 0-1.024-.186-1.367-.578-.338-.38-.508-.885-.508-1.5 0-.524.092-.94.283-1.3.327-.61.929-.972 1.604-.972zm8.512 1.115a.8.8 0 0 1 .113.385c.12-.083.223-.156.355-.229.163-.083.373-.13.553-.13.344 0 .647.178.742.445.043.114.06.247.06.439v2.254h-.796v-2.008c0-.35-.06-.451-.27-.451-.162 0-.372.109-.56.277v2.182h-.809v-2.237c0-.265-.034-.516-.105-.722zm3.144 0a.8.8 0 0 1 .113.385c.121-.083.224-.156.356-.229.164-.083.375-.13.555-.13.343 0 .644.178.74.445.044.114.06.247.06.439v2.254h-.794v-2.008c0-.35-.062-.451-.272-.451-.162 0-.375.109-.56.277v2.182h-.81v-2.237c0-.265-.035-.516-.106-.722zm-5.531.012c.516 0 .873.192.992.537.043.126.063.224.057.554l-.018 1.037v.053c0 .332.054.457.29.633l-.43.494c-.187-.079-.355-.217-.432-.375-.06.061-.127.122-.188.164-.15.109-.367.168-.62.168-.688 0-1.061-.35-1.061-.963 0-.723.5-1.062 1.482-1.062.06 0 .116 0 .182.006v-.125c0-.345-.067-.457-.363-.457-.26 0-.561.126-.891.35l-.346-.58c.164-.103.285-.163.502-.253.302-.127.56-.182.844-.182m9.27 0c.354 0 .693.122.892.327.283.288.41.704.41 1.347v.188h-1.783v.025c0 .475.235.746.65.746q.415-.001.784-.308l.314.484c-.356.289-.73.426-1.164.426-.886 0-1.457-.627-1.457-1.596 0-.555.114-.922.385-1.222.253-.285.56-.416.968-.416m.012.59c-.306 0-.48.24-.48.67v.011h.933v-.035c0-.23-.023-.351-.095-.465-.08-.121-.194-.182-.358-.182m-9.078 1.211c-.56 0-.75.104-.75.471 0 .242.148.404.354.404.15 0 .301-.08.422-.213l.011-.662z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/thingiverse.svg b/mkdocs-material/material/templates/.icons/simple/thingiverse.svg new file mode 100644 index 0000000..a8f25eb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/thingiverse.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.955.005C5.425-.152-.091 5.485.007 11.805c-.235 6.756 5.537 12.25 12.052 12.196C18.621 23.9 23.912 18.595 24 12.03 24.031 5.483 18.505-.18 11.955.005m-.047 1.701a10.276 10.276 0 0 1 7.36 17.529 10.275 10.275 0 0 1-17.556-7.287C1.71 6.308 6.268 1.728 11.907 1.706zm-5.55 4.781c-.322 0-.358.033-.358.361v2.248c0 .351.04.391.398.391h3.823c.274 0 .274.004.274.265v9.736a.18.18 0 0 0 .051.146c.04.038.093.059.148.053h2.555c.247-.003.283-.035.283-.28v-9.32c0-.124.004-.239 0-.39s.055-.21.218-.21h3.9c.319.004.35-.032.35-.344V6.855c0-.34-.024-.363-.37-.363h-5.626z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/thinkpad.svg b/mkdocs-material/material/templates/.icons/simple/thinkpad.svg new file mode 100644 index 0000000..26d7c9d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/thinkpad.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.002 7.891a.677.677 0 0 0-.106 1.05.7.7 0 0 0 1.066-.103.68.68 0 0 0 .117-.379l.001-.001a.68.68 0 0 0-.203-.483.7.7 0 0 0-.875-.084m10.239.403a1.27 1.27 0 0 0-.881-.342h-1.466v8.195h1.148v-3.559h.318c.675 0 1.27-.68 1.27-1.337l-.001-2.106a1.22 1.22 0 0 0-.388-.851m-.654 3.052c0 .334-.283.334-.543.334V8.87h.158c.301 0 .384.198.384.71zm4.162 4.798.001-.001h-.001zm-1.384-6.666c-.848 0-1.376.407-1.376 1.103v1.283h1.078v-.934c.009-.289-.023-.708.31-.708.307 0 .256.506.256.724 0 1.639-1.65 1.023-1.65 2.308v2.207c0 .498.247.763.755.763.417 0 .614-.141.859-.532h.068a1 1 0 0 0 .065.451h1.02v-5.559c-.001-.679-.536-1.106-1.385-1.106m.304 5.561a.315.315 0 0 1-.317.293.3.3 0 0 1-.107-.011.3.3 0 0 1-.162-.134.3.3 0 0 1-.03-.101v-1.713c.003-.328.287-.517.613-.693h.003zm3.268-7.109v2.039h-.027a1.05 1.05 0 0 0-.842-.503c-.428 0-.809.247-.809.722v5.253c-.013.551.371.782.809.782.322-.038.612-.212.798-.477h.071v.396H24V7.93zm-.001 6.992c-.013.352-.154.411-.326.411-.158 0-.29-.102-.29-.411v-4.168c0-.259.097-.384.29-.384.158 0 .313.039.326.391zM0 8.951h1.09v7.169h1.177V8.951h1.078V7.92H0zm5.504.518a.84.84 0 0 0-.799.475h-.046V7.905H3.604v8.224h1.064v-5.388c0-.174.046-.379.317-.379.245 0 .298.165.298.389v5.379H6.35v-5.602c0-.693-.116-1.059-.846-1.059m1.352.083h1.06v6.583h-1.06zm3.448-.069a.88.88 0 0 0-.799.465h-.044v-.389H8.404v6.581h1.054v-5.334c0-.185.014-.43.342-.43.245 0 .282.22.282.43v5.336h1.068v-5.496c.001-.693.01-1.163-.846-1.163m4.193.079H13.43l-.611 3.033h-.101V7.928h-1.065v8.215h1.065v-3.476h.101l.622 3.476h1.091l-.676-3.604z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/thirdweb.svg b/mkdocs-material/material/templates/.icons/simple/thirdweb.svg new file mode 100644 index 0000000..b94f98b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/thirdweb.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 13.594c-.116.393-.29.764-.439 1.143a871 871 0 0 1-1.293 3.233q-.15.37-.297.741a.91.91 0 0 1-.848.573.91.91 0 0 1-.844-.578c-1.94-4.853-3.19-7.97-5.101-12.752a.9.9 0 0 1 .032-.76.9.9 0 0 1 .602-.462q.027-.007.052-.015h4.247q.02.007.04.012a.9.9 0 0 1 .66.567l.743 1.858 1.945 4.865c.17.428.36.847.5 1.286zM4.998 4.714q.072.018.143.041a.86.86 0 0 1 .544.506A911 911 0 0 1 6.94 8.394c.629 1.57 1.255 3.14 1.886 4.71a.9.9 0 0 1 0 .699L6.85 18.725a.9.9 0 0 1-.329.406.92.92 0 0 1-1.028-.003.9.9 0 0 1-.342-.434c-.394-1-.796-1.997-1.195-2.995-1.078-2.727-2.17-5.448-3.258-8.171q-.311-.78-.625-1.56a.91.91 0 0 1 .45-1.177 2 2 0 0 1 .238-.077zm7.627 0c.147.03.286.092.407.18a.95.95 0 0 1 .3.412q1.22 3.051 2.44 6.1.336.843.676 1.684a.93.93 0 0 1 0 .724l-1.958 4.882c-.13.323-.364.524-.71.577-.429.064-.813-.148-.968-.524-.981-2.438-1.954-4.88-2.93-7.32q-.816-2.05-1.637-4.1c-.181-.453-.356-.91-.546-1.36a.91.91 0 0 1 .027-.769.9.9 0 0 1 .607-.472l.045-.014Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/threadless.svg b/mkdocs-material/material/templates/.icons/simple/threadless.svg new file mode 100644 index 0000000..70d8576 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/threadless.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.866 12.281c-.08-.188-.177-.734-.019-1.047.19.243.403.552.019 1.047m-1.49-3.192c-.231.826-.262 2.255-.027 2.852.643-1.25.111-2.625.027-2.852m-1.63 2.403c.05-1.249.05-2.138-.22-2.64-.228.678-.114 1.388.22 2.64m.491 1.2c.422.553.654.257.716-.002-.538-2.057-.18-3.149.187-4.397q0 0-.003-.002c-.02-.014-1.055.404-1.164.448.833 1.335-.164 2.85.264 3.953m5.03-.183c.741-.561.678-1.729.776-2.34h-.003s-1.154.444-1.291.498c.594.314.79.956.518 1.842m-6.58-.155c.232.529.65.312.824.09-.231-.469-.292-.668-.41-1.041-.383.058-.674.363-.415.95zm4.882.362c.534-.533.817-1.614.836-2.18l-.003-.001s-1.085.416-1.19.458c.446.468.35 1.017-.048 1.697.117.14.3.092.405.027zm2.817-1.715c.05.496-.082.952-.225 1.179.459.053.754-.709.225-1.179m-1.713.365c.004.366-.22.875-.22.875.462.31.673-.27.22-.875m-2.103 1.275c-.392-.722-.262-1.492.089-2.044l-.002-.001-.492.184a4.1 4.1 0 0 1-.52 1.768c.094.282.796.418.925.094zm3.316.047c-.544.517-1.093.546-1.66.074-.298.423-.688.603-1.37.359-.395.311-1.159.318-1.574-.063-.419.636-1.078.551-1.497-.096-.271.516-.776.535-1.184.171-.37.452-.875.496-1.171.044-.129.437-.691.699-1.334.348-.2.36-.831.684-1.54.388-.928.883-1.681.729-1.666-1.276l-.38-.097s.046 1.276.032 1.422c-.016.455-.38.538-.498.573-.344.101-.656-.178-.7-.419-.16-.899-.332-1.924-.38-1.94-.234-.076-.45 2.15-1.068 2.647-.672.54-1.12.125-1.595-.178l-.409.433c-.169-.917-.29-1.79-.059-2.628-.3.077-.737-.055-.8-.267.214-.295.566-.288.759-.258.11-.359.138-.795.042-1.255.617.017.66.48.662.608a1.6 1.6 0 0 1-.093.559.68.68 0 0 1 .644.011.41.41 0 0 1 .216.33 1.67 1.67 0 0 1-.83.159c-.457 1.142.27 1.924.908 2.104.321-2.082.139-4.514.652-5.645q-.002 0-.003-.002l-2.04.804a4.2 4.2 0 0 0-.294 1.127c-.055.024-1.874.707-1.866.75.07.363.075.723 0 1.08l-.008.004c-.25.1-.541.177-.742.367-.164.155.22.293.328.324a1 1 0 0 0 .286.026 1 1 0 0 0 .135-.02q-.025.093-.045.187a4 4 0 0 0-.082.759c-.014.565.085 1.13.186 1.682l.567-.223.104-.038c.145.093.295.178.461.233.358.116.739-.097 1.062-.222.451-.175.903-.351 1.35-.536a.6.6 0 0 0 .238.214c.346.184.963-.186 1.248-.297l.222-.087a.7.7 0 0 0 .24.244.53.53 0 0 0 .337.052 1 1 0 0 0 .189-.051c.327-.109.647-.244.967-.372.51.073.957-.144 1.465-.342l.05-.02c.23.055.446.033.663-.027.191-.053.384-.135.59-.218.284.244 1.006-.111 1.104-.15.366.273 1.084-.043 1.176-.097.247.274.568.426.953.292q.313-.11.623-.229c.304.158.663.179 1 .091a5 5 0 0 0 .45-.144c.178.052.354.085.542.076.318-.015.654-.198.946-.318.382.303 1.186.068 1.634-.133a2.43 2.43 0 0 0 1.401.146c.137-.026 1.687-.606 2.413-.91a2.37 2.37 0 0 1-1.958-.13zM5.169 9.794l-.211 3.028c.318-.498.468-2.332.211-3.028m7.725 3.156c.036.131.377.098.418-.105-.386-.557-.667-1.827.664-1.997-.207-1.118-.047-1.95.438-2.735l-.002-.002c-.016-.014-2.016.763-2.04.803a3.54 3.54 0 0 0-.51 1.639c.507-.028.73 1.298 1.032 2.397m-6.095.993s.182.278.33.095c.155-.193-.116-1.998-.12-2.025h-.004c-.088.009-.226.083-.301.111l-.06.023a1.9 1.9 0 0 1 .128.509c.058.466.027 1.287.027 1.287m1.272-2.047c.403.5.542 1.04.346 1.724.253.356.447.314.741.023-.595-.405-.555-1.904.442-2.462l-.038.011c-.241.085-1.587.555-1.976.782l-.077.046a2 2 0 0 1 .352.081zm3.463 1.188c.137.08.551.031.652-.414-.21-.686-.257-.943-.354-1.385-.455.085-.697 1.565-.298 1.8zm-1.564.361c.176.105.774.153.847-.23-.205-1.618.497-2.497.941-2.642l-.033.01-.107.038-1.84.642c.765.448.8 1.629.192 2.182m-.402-.287c.597-.633.351-1.314.076-1.35-.484.432-.396 1.128-.076 1.35m13.072-2.192a.1.1 0 0 0 .035-.01.03.03 0 0 0 .01-.03q0-.021-.014-.026a.1.1 0 0 0-.038-.004l-.056.006.007.07zm1.352-.601q-.001-.004-.004-.008l-1.105.42a.33.33 0 1 1-.355-.093l-.556.211a1.5 1.5 0 0 1 .088.194c.139.381.13.845-.086 1.347 1.464-.068 2.103-1.138 2.018-2.072zm-1.384.358a.275.275 0 1 1-.246.302.276.276 0 0 1 .246-.303zm-.092.13.032.307.055-.005-.013-.129.027-.004a.02.02 0 0 1 .015.005l.014.017.076.098.064-.007-.096-.123v-.003l.02-.011a.08.08 0 0 0 .03-.079.08.08 0 0 0-.045-.07.13.13 0 0 0-.067-.008z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/threads.svg b/mkdocs-material/material/templates/.icons/simple/threads.svg new file mode 100644 index 0000000..a1d75ad --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/threads.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.186 24h-.007c-3.581-.024-6.334-1.205-8.184-3.509C2.35 18.44 1.5 15.586 1.472 12.01v-.017c.03-3.579.879-6.43 2.525-8.482C5.845 1.205 8.6.024 12.18 0h.014c2.746.02 5.043.725 6.826 2.098 1.677 1.29 2.858 3.13 3.509 5.467l-2.04.569c-1.104-3.96-3.898-5.984-8.304-6.015-2.91.022-5.11.936-6.54 2.717C4.307 6.504 3.616 8.914 3.589 12c.027 3.086.718 5.496 2.057 7.164 1.43 1.783 3.631 2.698 6.54 2.717 2.623-.02 4.358-.631 5.8-2.045 1.647-1.613 1.618-3.593 1.09-4.798-.31-.71-.873-1.3-1.634-1.75-.192 1.352-.622 2.446-1.284 3.272-.886 1.102-2.14 1.704-3.73 1.79-1.202.065-2.361-.218-3.259-.801-1.063-.689-1.685-1.74-1.752-2.964-.065-1.19.408-2.285 1.33-3.082.88-.76 2.119-1.207 3.583-1.291a14 14 0 0 1 3.02.142c-.126-.742-.375-1.332-.75-1.757-.513-.586-1.308-.883-2.359-.89h-.029c-.844 0-1.992.232-2.721 1.32l-1.757-1.18c.98-1.454 2.568-2.256 4.478-2.256h.044c3.194.02 5.097 1.975 5.287 5.388q.163.07.321.142c1.49.7 2.58 1.761 3.154 3.07.797 1.82.871 4.79-1.548 7.158-1.85 1.81-4.094 2.628-7.277 2.65Zm1.003-11.69q-.362 0-.739.021c-1.836.103-2.98.946-2.916 2.143.067 1.256 1.452 1.839 2.784 1.767 1.224-.065 2.818-.543 3.086-3.71a10.5 10.5 0 0 0-2.215-.221"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/threedotjs.svg b/mkdocs-material/material/templates/.icons/simple/threedotjs.svg new file mode 100644 index 0000000..6c63508 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/threedotjs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.38 0a.268.268 0 0 0-.256.332l2.894 11.716.01.04 2.89 11.708a.268.268 0 0 0 .447.128L23.802 7.15a.268.268 0 0 0-.112-.45l-5.784-1.667a.3.3 0 0 0-.123-.035L6.38 1.715a.27.27 0 0 0-.144-.04L.456.01A.3.3 0 0 0 .38 0m.374.654L5.71 2.08 1.99 5.664zM6.61 2.34l4.864 1.4-3.65 3.515zm-.522.12 1.217 4.926-4.877-1.4zm6.28 1.538 4.878 1.404-3.662 3.53zm-.52.13 1.208 4.9-4.853-1.392zm6.3 1.534 4.947 1.424-3.715 3.574zm-.524.12 1.215 4.926-4.876-1.398zm-15.432.696 4.964 1.424-3.726 3.586zM8.047 8.15l4.877 1.4-3.66 3.527zm-.518.137 1.236 5.017-4.963-1.432zm6.274 1.535 4.965 1.425-3.73 3.586zm-.52.127 1.235 5.012-4.958-1.43zm-9.63 2.438 4.873 1.406-3.656 3.523zm5.854 1.687 4.863 1.403-3.648 3.51zm-.54.04 1.214 4.927-4.875-1.4zm-3.896 4.02 5.037 1.442-3.782 3.638z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/threema.svg b/mkdocs-material/material/templates/.icons/simple/threema.svg new file mode 100644 index 0000000..ee34032 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/threema.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.998 20.486a1.757 1.757 0 1 1 0 3.514 1.757 1.757 0 0 1 0-3.514m-6.335 0a1.757 1.757 0 1 1 0 3.514 1.757 1.757 0 0 1 0-3.514m12.671 0a1.757 1.757 0 1 1 0 3.514 1.757 1.757 0 0 1 0-3.514M12 0c5.7 0 10.322 4.066 10.322 9.082S17.7 18.165 12 18.165a11.45 11.45 0 0 1-4.523-.917l-5.171 1.293 1.105-4.42c-1.094-1.442-1.733-3.175-1.733-5.039C1.678 4.066 6.3 0 12 0m-.001 4.235A2.926 2.926 0 0 0 9.072 7.16v1.17h-.115a.47.47 0 0 0-.47.47v4.126c0 .26.21.471.47.471h6.086c.26 0 .47-.21.47-.47V8.798a.47.47 0 0 0-.47-.47h-.115v-1.17a2.927 2.927 0 0 0-2.93-2.924zm0 1.17c.972 0 1.758.786 1.758 1.754v1.17h-3.514v-1.17c0-.968.786-1.754 1.756-1.754"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/thumbtack.svg b/mkdocs-material/material/templates/.icons/simple/thumbtack.svg new file mode 100644 index 0000000..845a4b5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/thumbtack.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.18 6.38h11.69v2.68H6.17zm7.27 3.8v3.14c0 3.23-.02 3.74-.14 4.36a7.95 7.95 0 0 1-1.3 2.87c-.03 0-.78-1.35-.9-1.62-.17-.4-.3-.8-.4-1.25l-.09-.41-.02-5.78.16-.2a3.3 3.3 0 0 1 2.44-1.1zM12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/thunderbird.svg b/mkdocs-material/material/templates/.icons/simple/thunderbird.svg new file mode 100644 index 0000000..adb426a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/thunderbird.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.948 4.444h-.005c-1.92.788-2.126 2.55-1.817 3.499v.02C9.236 7.18 10.658 6.76 12 6.76c3.26 0 5.902 2.156 5.902 4.815S15.259 16.391 12 16.391l-.083-.002c-.155-.006-.354-.013-.435.118-.096.156.116.397.238.536 1.274 1.441 3.123 1.622 3.608 1.67l.076.008c-4.281.414-9.304-2.32-9.306-7.076 0-1.12.414-2.073 1.075-2.83l-.005-.002h-.003C7.31 6.38 6.376 3.47 4.629 2.898c-.124-.04-.246.054-.262.183-.23 1.924-.727 2.59-1.264 3.31-.805 1.08-1.39 2.328-1.365 3.698a11 11 0 0 1-.705-1.91c-.024-.09-.17-.365-.333-.272-.13.072-.227.274-.296.485A12.1 12.1 0 0 0 0 11.489c0 6.536 5.475 12 12 12 6.627 0 12-5.372 12-12 0-2.526-.781-4.87-2.115-6.805l.167-.002c.518 0 1.024.045 1.51.129-.734-.816-1.724-1.475-2.877-1.904a8.5 8.5 0 0 1 2.494-.495c-1.426-1.166-3.508-1.9-5.827-1.9-3.355 0-6.648 1.29-7.404 3.93zm.682 9.166c-.87-.905-3.473-3.91-3.473-3.91l.202.01 4.075 3.042c.305.223.74.22 1.043-.004l3.996-3.034.212-.018s-2.518 2.935-3.483 3.9c-.964.968-1.703.919-2.572.014m2.774-10.083s.055.625-.576.824c-.722.227-1.042-.38-1.042-.38s.09-.417.676-.61c.626-.206.942.166.942.166"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/thunderstore.svg b/mkdocs-material/material/templates/.icons/simple/thunderstore.svg new file mode 100644 index 0000000..507d08e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/thunderstore.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m.322 13.174 4.706 8.192L7.2 16.855 4.824 12.72a1.42 1.42 0 0 1 0-1.444l2.965-5.16c.265-.46.718-.723 1.245-.723h1.595l-3.086 6.953h3.812L6.171 22.403 16.583 9.914h-3.201l2.184-4.52h6.052L24 1.25H7.175c-.86 0-1.598.428-2.028 1.174l-4.825 8.4a2.3 2.3 0 0 0 0 2.35m7.213 9.576h9.29a2.29 2.29 0 0 0 2.03-1.176l4.825-8.4a2.32 2.32 0 0 0 0-2.35l-1.93-3.36h-4.763l2.19 3.813c.262.46.262.987 0 1.444l-2.964 5.162a1.41 1.41 0 0 1-1.248.723h-2.154l-1.497-.017z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/thurgauerkantonalbank.svg b/mkdocs-material/material/templates/.icons/simple/thurgauerkantonalbank.svg new file mode 100644 index 0000000..80ca6dc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/thurgauerkantonalbank.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.872 2.262H10.775l-6.14 9.743 6.14 9.771h11.097l-6.135-9.77zM0 .297v23.406h24V.297zm23.057 22.486L.943 22.778V1.228h22.109z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/thymeleaf.svg b/mkdocs-material/material/templates/.icons/simple/thymeleaf.svg new file mode 100644 index 0000000..397ce7b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/thymeleaf.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.727 0C.782 0 .02.761.02 1.707v20.586C.02 23.24.782 24 1.727 24h20.546c.945 0 1.707-.761 1.707-1.707V1.707C23.98.76 23.218 0 22.273 0zm18.714 3.273c-1.861 3.694-3.3 7.627-5.674 11.046-1.064 1.574-2.329 3.163-4.16 3.86-1.31.552-2.936.337-3.98-.647-.628-.523-.54-1.43-.173-2.075.96-1.224 2.34-2.02 3.59-2.915 3.842-2.625 7.446-5.654 10.397-9.27zm-1.693 1.25c-2.503 2.751-5.381 5.16-8.452 7.269l-.003.002-.003.003c-1.327.979-2.835 1.824-3.993 3.114-.349.333-.583 1.042-.537 1.481-.622-1.043-.8-2.614-.257-3.74.526-1.19 1.742-1.807 2.876-2.292 3.757-1.353 6.695-2.926 10.369-5.836z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ticketmaster.svg b/mkdocs-material/material/templates/.icons/simple/ticketmaster.svg new file mode 100644 index 0000000..35bc820 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ticketmaster.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.515 11.333c-.245 0-.482.047-.716.13l-.077.45c.217-.104.45-.168.69-.168.193 0 .422.063.422.282 0 .063 0 .126-.016.185h-.192c-.516 0-1.293.055-1.293.77 0 .4.27.618.65.618.303 0 .491-.139.68-.383h.008l-.058.333h.463c.049-.408.257-1.258.257-1.548 0-.509-.396-.669-.818-.669m-.38 1.855c-.14 0-.278-.076-.278-.227 0-.366.442-.412.707-.412h.192c-.085.349-.212.639-.621.639m-8.647-.783.656 1.195h-.64l-.562-1.165h-.009L4.688 13.6h-.555l.674-3.2h.566l-.376 1.8h.008l.792-.797h.736zm3.807.746c.095 0 .19-.021.256-.051l-.09.448c-.091.022-.194.052-.284.052-.359 0-.611-.155-.611-.582 0-.173.031-.341.067-.518l.15-.75H8.4l.083-.423h.382l.09-.458.569-.202-.13.66h.473l-.083.422H9.31l-.193.971a1 1 0 0 0-.024.216c0 .133.083.215.2.215m-8.4 0c.095 0 .19-.021.256-.051l-.09.448c-.091.022-.194.052-.284.052-.359 0-.611-.155-.611-.582 0-.173.031-.341.067-.518l.15-.75H0l.083-.423h.382l.091-.458.568-.202-.13.66h.473l-.083.422H.91l-.193.971a1 1 0 0 0-.024.216c0 .133.083.215.2.215m2.102-.552c0 .282.093.563.485.563.141 0 .316-.037.465-.109l-.064.446a1.24 1.24 0 0 1-.55.101c-.567 0-.933-.374-.933-.934 0-.757.507-1.333 1.296-1.333.213 0 .417.038.57.084l-.14.463a.8.8 0 0 0-.418-.11c-.456 0-.711.421-.711.83m-.458-1.643h-.61l.128-.556h.61zm-.095.408-.5 2.236h-.61l.5-2.236zm18.356.794c0 .164-.02.323-.051.483h-1.253c.001-.103.01-.217.056-.387h.728a1 1 0 0 0 .012-.147c0-.231-.115-.362-.337-.362-.313 0-.458.19-.56.466a1.2 1.2 0 0 0-.087.43v.018q0 .03.003.06c.026.34.224.469.565.469.218 0 .428-.059.626-.156l-.067.446a2.2 2.2 0 0 1-.65.122c-.588 0-.985-.303-.985-.946 0-.673.492-1.32 1.163-1.32.504 0 .837.272.837.824m1.773-.825c.076 0 .156.004.227.022l-.125.563a.8.8 0 0 0-.227-.034c-.423 0-.628.365-.704.722l-.214.994h-.597l.41-1.918.054-.297h.57l-.08.417h.009c.107-.24.4-.469.677-.469zm1.143.263q.001-.176-.214-.176h-.239v.626h.102v-.277h.085l.175.277h.108l-.178-.277c.098 0 .161-.072.161-.173m-.351.093V11.5h.12c.066 0 .13.02.13.092 0 .08-.051.097-.13.097zm-10.165.25c0 .198-.05.422-.095.603L12.88 13.6h-.556l.224-1.08c.03-.133.07-.34.07-.473a.256.256 0 0 0-.26-.266c-.387 0-.482.464-.553.765l-.22 1.054h-.556l.224-1.08c.029-.133.07-.34.07-.473a.256.256 0 0 0-.261-.266c-.378 0-.482.468-.552.765l-.22 1.054h-.557l.39-1.97.046-.245h.52l-.05.297h.008a.77.77 0 0 1 .656-.349c.253 0 .514.155.544.422h.008c.141-.288.453-.422.751-.422.32 0 .594.271.594.607m10.267-.739a.534.534 0 0 0-.534.534.534.534 0 0 0 .534.533.534.534 0 0 0 .533-.533.534.534 0 0 0-.533-.534m.002.987c-.249 0-.434-.198-.434-.453 0-.256.185-.454.433-.454.245 0 .43.198.43.454 0 .255-.185.453-.43.453m-5.418.533a1 1 0 0 0-.024.216c0 .133.083.215.201.215.095 0 .19-.021.256-.051l-.09.448c-.09.022-.193.052-.284.052-.359 0-.611-.155-.611-.582 0-.173.032-.341.067-.518l.15-.75h-.383l.083-.423h.383l.09-.458.568-.202-.13.66h.473l-.083.422h-.473zm-1.404-1.387c.216 0 .437.038.553.067l-.128.425a1 1 0 0 0-.394-.08c-.176 0-.397.047-.397.22 0 .273.767.374.767.903 0 .564-.516.732-1.022.732-.239 0-.477-.034-.693-.13l.128-.45c.168.088.335.168.564.168.199 0 .406-.063.406-.24 0-.349-.767-.383-.767-.925 0-.509.516-.69.983-.69m-8.38.825q-.002.245-.052.483H6.963c0-.103.009-.217.056-.387h.728a1 1 0 0 0 .012-.147c0-.231-.115-.362-.338-.362-.313 0-.457.19-.56.466a1.2 1.2 0 0 0-.086.43v.018l.002.06c.026.34.225.469.565.469.218 0 .429-.059.627-.156l-.068.446a2.2 2.2 0 0 1-.65.122c-.588 0-.984-.303-.984-.946 0-.673.492-1.32 1.162-1.32.504 0 .838.272.838.824"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ticktick.svg b/mkdocs-material/material/templates/.icons/simple/ticktick.svg new file mode 100644 index 0000000..19e591e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ticktick.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.383 0 0 5.383 0 12s5.383 12 12 12 12-5.383 12-12h-2.7c0 5.128-4.172 9.3-9.3 9.3S2.7 17.128 2.7 12 6.872 2.7 12 2.7zm7.4 2.583-7.505 9.371L8.388 9.08l-2.002 2.436 4.741 3.888a1.573 1.573 0 0 0 2.231-.233l8.504-10.617z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tidal.svg b/mkdocs-material/material/templates/.icons/simple/tidal.svg new file mode 100644 index 0000000..a1c9866 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tidal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.012 3.992 8.008 7.996 4.004 3.992 0 7.996 4.004 12l4.004-4.004L12.012 12l-4.004 4.004 4.004 4.004 4.004-4.004L12.012 12l4.004-4.004zm4.03 4.004 3.979-3.979L24 7.996l-3.979 3.979z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tiddlywiki.svg b/mkdocs-material/material/templates/.icons/simple/tiddlywiki.svg new file mode 100644 index 0000000..7f35f41 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tiddlywiki.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 0 10.23 6v12L12 24 1.77 18V6zm3.961 17.889.154-.02c.113-.043.22-.081.288-.19.227-.329-.357-.462-.566-.827s-1.071-2.364-.418-2.924 1.359-.79 1.629-1.315c.117-.236.238-.475.269-.742.159.132.283.255.497.262.567.036 1.054-.658 1.307-1.315.135-.404.244-.832.218-1.226-.069-.76.013-1.582.62-2.087-.599.302-1.167.69-1.845.789-.374-.114-.75-.216-1.147-.2-.194-.253-.456-.727-.797-.782-.58.208-.597 1.105-.842 2.321a5.4 5.4 0 0 0-1.154-.193c-.54-.035-1.42.134-2.038.116-.619-.018-1.836-.562-2.849-.445-.407.05-.817.12-1.195.291-.231.105-.565.421-.733.468-1.69.473-4.442.453-3.879-2.102.044-.196.056-.373-.03-.417-.11-.055-.17.06-.234.187-.985 2.138.764 3.514 2.752 3.52.625-.048.324-.007.904-.118l-.015.082a1.87 1.87 0 0 0 .865 1.718c-.27.771-.805 1.389-1.173 2.097.138.881 1.031 2.057 1.4 2.225.326.147 1.036.149 1.2-.089.059-.111.02-.351-.044-.474.277.308.651.736 1.013.942.217.104.434.17.677.18l.31-.016c.154-.033.336-.058.44-.195.116-.2.007-.756-.476-.796s-.795-.222-1.24-.882c-.365-.638.077-1.517.226-2.145.765.123 1.535.22 2.31.222.336-.017.67-.03 1.001-.093.106.27.402 1.025.404 1.239.007.601-.219 1.205-.121 1.807.06.177.005.512.35.526l.388.018.267-.008c.341.573.637.572 1.307.591m-7.518-1.66-.063-.056c-.184-.198-.66-.544-.572-.865.075-.238.213-.457.323-.683l-.004.023c-.02.282-.059.56.032.837.278.228.663.59.918.837-.138-.038-.4-.117-.53-.066l-.104-.026z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tide.svg b/mkdocs-material/material/templates/.icons/simple/tide.svg new file mode 100644 index 0000000..1515ee6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tide.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.694 12.509h3.393c-.206-.846-.883-1.272-1.647-1.272-.883 0-1.5.48-1.746 1.272m1.746 4.48c-2.238 0-3.679-1.57-3.679-3.648 0-2.024 1.501-3.662 3.693-3.662 2.211 0 3.546 1.532 3.546 3.569 0 .273-.027.626-.027.672h-5.346c.206.886.87 1.465 1.853 1.465.844 0 1.461-.366 1.853-.932l1.421.872c-.677 1.025-1.76 1.665-3.314 1.665m-6.179-3.634a1.89 1.89 0 0 0-1.906-1.884c-1.036 0-1.84.846-1.84 1.884 0 1.052.804 1.884 1.84 1.884 1.09 0 1.906-.832 1.906-1.884m-.026 2.956c-.492.386-1.256.613-2.046.613a3.546 3.546 0 0 1-3.533-3.569c0-2.024 1.62-3.608 3.533-3.608.79 0 1.554.246 2.046.626v-2.91h1.892v9.368h-1.892zM7.796 9.814H5.904v7.01h1.892zm-2.922 0v1.697H2.91v2.816c0 .626.285.872.93.872h1.04v1.625H3.706c-1.853 0-2.69-.832-2.69-2.404v-2.91H0V9.814a1.01 1.01 0 0 0 1.01-1.012V8.01h1.892v1.804zm3.124-1.657c0 .632-.511 1.145-1.142 1.145a1.144 1.144 0 0 1 0-2.29 1.135 1.135 0 0 1 1.142 1.145"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tidyverse.svg b/mkdocs-material/material/templates/.icons/simple/tidyverse.svg new file mode 100644 index 0000000..02b063d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tidyverse.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.392 18V5.999l-.829-.478L13.706.984 12 0l-1.706.984-7.857 4.537-.829.478v12.002l.829.478 7.956 4.594 1.609.927 1.61-.927 7.956-4.594zm-19.955-.45V6.508L12 .984l9.563 5.522v11.042L12 23.072zm10.061 4.416v.228l.197.113.193-.113v-.228l-.193-.112zm-1.419-.111v.17l.148.082.141-.082v-.17l-.141-.082zm-.757-1.072.292-.164.291.167v.333l-.291.165-.292-.167zm1.757-.006v.207l.178.102.176-.102v-.207l-.176-.101zm2.788-.026v-.15l-.127-.074-.131.074v.15l.131.073zm-6.425-.468.291-.164.292.166v.334l-.292.164-.291-.166zm4.898-.246v.39l.339.192.333-.192v-.39l-.333-.193zm-3.445.291v.133l.116.067.117-.067v-.133l-.117-.068zm2.289-.54.113-.065.113.065v.129l-.113.063-.113-.065zm3.127-.149v.167l.144.082.141-.082v-.167l-.141-.082zm1.403-.159v.122l.105.059.104-.059v-.122l-.104-.06zm-9.8-.432.178-.102.182.102v.207l-.182.101-.178-.101zm.903.149v.101l.091.054.087-.054v-.101l-.087-.051zm5.115-.241v.206l.179.102.175-.102v-.206l-.175-.099zm-2.883.196v-.108l-.091-.051-.091.051v.108l.091.05zm1.453-.309v.206l.178.103.176-.103v-.206l-.176-.102zm3.03.038.113-.062.11.062v.127l-.11.065-.113-.065zm-5.561-.129.178-.102.181.102v.207l-.181.102-.178-.102zm6.542-.418v.257l.223.128.218-.128v-.257l-.218-.125zm-5.439.008v.207l.178.101.175-.101v-.207l-.175-.101zm-3.869.124v.111l.097.053.093-.053v-.111l-.093-.053zm11.941-.576v.351l.306.172.297-.172v-.351l-.297-.175zm-13.076.028.288-.161.289.164v.331l-.289.161-.288-.161zm8.941.444v-.102l-.088-.051-.09.051v.102l.09.051zm2.953-.192v.127l.11.062.108-.062v-.127l-.108-.062zm-8.811-.521v.425l.368.212.362-.212v-.425l-.362-.207zm-.941.21v.15l.129.076.13-.076v-.15l-.13-.077zm12.408-.153.125-.071.124.071v.145l-.124.07-.125-.07zm-7.99-.011v-.461l-.391-.224-.399.224v.461l.399.226zm3.335-.532.319-.181.322.183v.371l-.322.179-.319-.182zm-2.886.509.026-.026h-.009q-.006.013-.017.026m4.995-.444v.206l.178.102.176-.102v-.206l-.176-.102zm-13.637-.207v.323l.28.161.277-.161v-.323l-.277-.161zm10.803.238v-.266l-.223-.13-.232.13v.266l.232.13zm-9.552-.283v.139l.125.07.118-.07v-.139l-.118-.07zm8.457 0 .12-.068.121.068v.139l-.121.068-.12-.071zm-5.871-.105v.207l.178.105.175-.105v-.207l-.175-.099zm12.514.003v.131l.113.065.111-.065v-.131l-.111-.065zm-3.692-.136.178-.101.181.101v.207l-.181.102-.178-.102zm-3.91-.019v.207l.179.101.175-.101v-.207l-.175-.102zm6.263.161v-.207l-.175-.101-.181.101v.207l.181.102zm-8.2-.294v-.204l-.175-.102-.179.102v.204l.179.101zm-4.045-.275v.136l.119.068.116-.068v-.136l-.116-.067zm-3.388.032.091-.051.087.051v.101l-.087.051-.091-.051zm5.524-.187v.206l.178.102.179-.102v-.206l-.179-.099zm-2.823-.005v.206l.179.102.174-.102v-.206l-.174-.103zm2.3.067.091-.051.093.051v.105l-.093.051-.091-.051zm13.314-.107.127-.074.127.074v.147l-.127.073-.127-.073zm-9.795-.012.118-.067.119.067v.139l-.119.065-.118-.067zm3.679-.22.221-.125.218.125v.252l-.218.121-.221-.121zm-1.623.133v-.354l-.303-.175-.308.175v.354l.308.175zm1.026.084v-.149l-.127-.074-.13.074v.149l.13.074zm3.771.003v-.122l-.105-.061-.108.061v.122l.108.062zm1.083-.282.181-.099.178.101v.207l-.178.099-.181-.102zm-15.356.24v-.119l-.098-.059-.103.059v.119l.103.056zm5.326-.105v.105l.088.051.088-.051v-.105l-.088-.05zm2.662-.104v.125l.11.061.105-.061v-.125l-.105-.063zm-7.312-.04.125-.07.124.07v.144l-.124.071-.125-.071zm12.196-.3v.331l.289.164.283-.164v-.331l-.283-.164zm-9.687-.138v.319l.277.159.271-.159v-.319l-.271-.156zm-1.494-.119.292-.164.289.164v.333l-.289.164-.292-.164zm5.092.396v-.206l-.176-.102-.18.102v.206l.18.101zm-8.075-.487v.277l.243.136.234-.136v-.277l-.234-.138zm11.438-.211.283-.162.28.162v.322l-.28.158-.283-.158zm-2.472.33v-.206l-.175-.102-.178.102v.206l.178.102zm-4.961-.231v.135l.119.068.116-.068v-.135l-.116-.066zm9.229-.154.181-.099.178.102v.207l-.178.099-.181-.102zm3.751-.045.181-.102.178.102v.207l-.178.101-.181-.101zm-1.089-.036v.206l.178.102.175-.102v-.206l-.175-.103zm-8.596-.034.178-.099.181.101v.207l-.181.099-.178-.102zm7.074.203v-.207l-.175-.101-.181.101v.207l.181.102zm1.027-.028v-.207l-.176-.102-.178.102v.207l.178.102zm-10.384-.24.178-.099.182.101v.207l-.182.099-.178-.102zm-3.657-.028v-.324l-.274-.158-.281.158v.324l.281.16zm.495-.148.178-.101.181.101v.207l-.181.101-.178-.101zm2.271.187v-.136l-.113-.065-.116.065v.136l.116.064zm4.147-.017.085.051.087-.051v-.099l-.087-.048-.085.048zm-5.335-.006v-.119l-.099-.059-.105.059v.119l.105.057zm7.258-.359.201-.113.207.116v.235l-.207.113-.201-.116zm7.666.009v.214l.189.108.184-.108v-.214l-.184-.108zm-11.473-3.31.504 1.437c.053.162.11.351.147.498h.008c.042-.146.09-.33.147-.509l.455-1.426h.441l-.625 1.734c-.3.835-.504 1.262-.787 1.525a1.1 1.1 0 0 1-.512.286l-.104-.371a1.1 1.1 0 0 0 .365-.215 1.3 1.3 0 0 0 .35-.492.3.3 0 0 0 .034-.105.4.4 0 0 0-.028-.116l-.848-2.243zm3.182 3.46v-.136l-.113-.065-.116.065v.136l.116.064zm-9.373-.796v-.104l-.089-.051-.093.051v.104l.093.055zm5.442-.859c0 .215.005.464.019.628H7.91l-.02-.421h-.008a.84.84 0 0 1-.783.478c-.554 0-.982-.498-.982-1.236-.006-.808.47-1.306 1.03-1.306.35 0 .588.175.693.373h.008V9.91h.416zm8.613.178c.164.107.353.17.551.176.303 0 .447-.162.447-.362 0-.212-.119-.326-.427-.447-.413-.156-.609-.396-.609-.69 0-.393.301-.713.793-.713a1.1 1.1 0 0 1 .563.15l-.105.322a.87.87 0 0 0-.47-.142c-.246 0-.385.15-.385.331 0 .201.139.291.435.413.399.162.603.374.603.735 0 .428-.314.73-.857.73-.252 0-.484-.065-.645-.166zm2.073-.685c.008.599.37.846.786.846.301 0 .479-.057.637-.127l.071.317a1.8 1.8 0 0 1-.764.15c-.707 0-1.128-.493-1.128-1.228s.407-1.312 1.077-1.312c.75 0 .948.698.948 1.145q-.001.102-.014.206H18.95zm-5.521 0c.008.599.37.846.786.846.3 0 .478-.057.637-.127l.071.317a1.8 1.8 0 0 1-.764.15c-.707 0-1.128-.493-1.128-1.228s.407-1.312 1.077-1.312c.749 0 .947.698.947 1.148q0 .103-.014.206zm-9.137-1.997v.699h.597v.336h-.597v1.312c0 .303.082.473.315.473a.9.9 0 0 0 .243-.031l.019.33a1 1 0 0 1-.37.059c-.195 0-.35-.065-.45-.186-.119-.13-.161-.348-.161-.633v-1.327h-.359v-.336h.356v-.583zM15.477 11.8c0-.286-.006-.532-.02-.758h.365l.014.479h.02c.105-.329.356-.535.636-.535a.4.4 0 0 1 .119.018v.418a.5.5 0 0 0-.142-.014c-.294 0-.503.238-.56.569a2 2 0 0 0-.019.206v1.299h-.413zM5.265 13.478v-2.432h.419v2.432zm5.954-2.436.45 1.369c.077.221.139.421.184.622h.014c.054-.201.119-.401.196-.622l.446-1.369h.436l-.902 2.432h-.399l-.874-2.432zm10.155 2.187v-.148l-.125-.073-.13.073v.148l.13.073zM7.845 12.032a1 1 0 0 0-.02-.187c-.062-.282-.288-.512-.603-.512-.432 0-.687.402-.687.939 0 .493.229.9.678.9.281 0 .535-.195.611-.529a1 1 0 0 0 .02-.192v-.419zm-5.018.424v.173l.15.088.147-.088v-.173l-.147-.085zm11.826-.433c.006-.282-.11-.718-.58-.718-.421 0-.608.413-.638.718zm5.521 0c.006-.282-.11-.718-.579-.718-.422 0-.609.413-.643.718zm-17.61-.48.108-.06.11.06v.124l-.11.062-.108-.062zm18.555-.416.128-.071.127.074v.147l-.127.07-.128-.073zm-18.142-.365v-.15l-.127-.076-.133.076v.15l.133.077zm2.752-.405a.254.254 0 0 1-.237.272h-.028c-.147 0-.252-.122-.252-.272 0-.155.111-.277.261-.277.157.004.256.122.256.277m14.409-.447.293-.166.295.166v.34l-.295.167-.293-.167zm-.88-.158v.207l.178.102.175-.102v-.207l-.175-.099zm-2.099-.11v.207l.181.101.175-.101v-.207l-.175-.102zm-5.823.113v-.206l-.176-.102-.178.102v.206l.178.102zm1.388-.501-.339-.194-.348.194v.403l.348.194.339-.194zm1.055.233V9.28l-.175-.102-.179.102v.207l.179.101zm-6.712-.074v-.207l-.175-.099-.178.099v.207l.178.102zm14.06.048v-.102l-.087-.048-.085.048v.102l.085.048zm-5.551-.314.18-.101.178.101v.207l-.178.101-.18-.101zM2.847 9.113l.181-.102.178.102v.206l-.178.103-.181-.103zm11.58 0v.206l.178.103.176-.103v-.206l-.176-.102zm5.103.107v.099l.087.051.085-.051V9.22l-.085-.05zm-9.923-.036v.082l.071.039.068-.039v-.082l-.068-.039zm8.477-.484v.396l.345.198.337-.198V8.7l-.337-.198zm-13.189.43v-.206l-.178-.102-.181.099v.206l.181.105zm12.086-.333.178-.103.181.103v.206l-.181.102-.178-.102zm-8.387.09v-.28l-.24-.138-.243.138v.28l.243.139zm-2.749-.145v.128l.11.065.108-.065v-.128l-.108-.062zm-1.932-.228v.11l.097.054.093-.054v-.11l-.093-.055zm1.649-.026v-.263l-.226-.13-.229.13v.263l.229.133zm10.002-.017v.073l.062.034.063-.034v-.073l-.063-.036zm-3.015-.045.087-.051.091.051v.102l-.091.05-.087-.05zm-4.721-.495-.343-.198-.35.198v.404l.35.199.343-.199zm6.55.246-.174-.099-.182.099v.209l.182.102.174-.102zm6.326-.226.305-.172.305.174v.351l-.305.173-.305-.173zm-10.299-.003.294-.167.294.167v.339l-.294.164-.294-.166zm9.481.195v.207l.181.101.176-.101v-.207l-.176-.099zm-4.885-.017.181-.102.178.102v.207l-.178.102-.181-.102zM3.707 7.807v.31l.269.154.271-.154v-.31l-.271-.153zm8.103.155-.175-.102-.178.102v.206l.178.103.175-.103zm4.978-.108v-.423l-.358-.207-.371.207v.423l.371.21zm-7.899.108v-.207l-.176-.101-.181.101v.207l.181.102zm9.509-.252.159-.091.158.091v.184l-.158.091-.159-.091zM6.6 7.773v-.269l-.234-.133-.233.13v.268l.233.134zM2.94 7.6v.133l.117.065.113-.065V7.6l-.113-.065zm9.94.031.181.102.175-.102v-.206l-.175-.102-.181.102zm-2.981.051.09.051.088-.051V7.58l-.088-.05-.09.05zm-5.041-.043v-.104l-.087-.051-.094.051v.104l.094.055zm9.959-.325.178-.102.182.102v.206l-.182.103-.178-.103zm-1.111-.045.257.147.255-.147v-.297l-.255-.147-.257.147zm4.395.073v-.146l-.127-.074-.127.074v.146l.127.074zm1.361-.174v.113l.099.056.095-.056v-.113l-.095-.055zM7.837 7.111v-.207l-.176-.102-.181.102v.207l.181.101zm-4.023-.37v.293l.255.144.249-.144v-.293l-.249-.145zm4.537.123.181-.101.179.101v.207l-.179.102-.181-.102zm12.066-.039.179-.102.181.102v.207l-.181.101-.179-.101zm-14.855.223v-.104l-.087-.048-.091.048v.104l.091.051zm11.532-.26v.206l.182.103.174-.103v-.206l-.174-.102zm-4.279-.252-.306-.175-.314.175v.363l.314.178.306-.178zm-6.087.06v.139l.121.067.116-.067v-.139l-.116-.068zm4.415.04v-.207l-.175-.101-.182.101v.207l.182.101zm3.1-.36.181-.102.178.102v.206l-.178.103-.181-.103zm-5.04-.209.288-.162.289.164v.332l-.289.164-.288-.164zm9.206.34V6.2l-.175-.099-.179.099v.207l.179.101zm1.567-.049v.102l.088.048.088-.048v-.102l-.088-.048zm-.543.009V6.16l-.175-.101-.179.101v.207l.179.101zm-3.162-.199.122-.067.124.067v.142l-.124.071-.122-.071zm-.645.089V6.05l-.175-.099-.181.099v.207l.181.104zm-7.21-.066v-.206l-.175-.099-.178.099v.206l.178.102zm-3.21-.246.178-.101.178.101v.207l-.178.101-.178-.101zm1.279.232v-.09l-.077-.046-.079.046v.09l.079.046zm6.33-.486.178-.102.181.102v.206l-.181.102-.178-.102zM6.773 5.68v-.337l-.286-.164-.291.164v.337l.291.164zm10.912-.085V5.19l-.342-.198-.351.198v.405l.351.197zm-5.538.039v-.133l-.116-.068-.116.068v.133l.116.068zm-2.215-.096.178.102.176-.102v-.206l-.176-.103-.178.103zm4.028.003v-.105l-.09-.053-.091.053v.105l.091.054zm4.922-.003v-.099l-.085-.051-.088.051v.099l.088.051zm-2.843-.305.178-.103.181.103v.206l-.181.102-.178-.102zm-5.035-.419.178-.102.182.102v.207l-.182.101-.178-.101zm6.616-.13.182-.102.178.102v.207l-.178.101-.182-.101zm-4.019-.042.181-.099.178.101v.207l-.178.099-.181-.102zm-.727.158v-.136l-.116-.068-.122.068V4.8l.122.067zm2.249-.116v-.207l-.178-.102-.179.102v.207l.179.102zm.554-.175.138-.079.139.079v.158l-.139.079-.138-.079zm-4.042-.015v.102l.088.051.087-.051v-.102l-.087-.05zm-1.592-.082V4.07l-.292-.164-.294.164v.342l.294.167zm-1.941.057v-.156l-.13-.076-.135.076v.156l.135.076zm2.447-.003v-.153l-.13-.076-.133.076v.153l.133.077zm.416-.37.178.101.175-.101v-.207l-.175-.102-.178.102zm-.076-.204v-.207l-.176-.101-.178.101v.207l.178.102zm3.776-.201v-.43l-.366-.209-.373.209v.43l.373.215zm-3.171-.167.308.175.303-.175v-.353l-.303-.173-.308.173zm-1.892-.365.129-.073.128.073v.148l-.128.073-.129-.073zm3.736-.619v.206l.178.102.176-.102V2.54l-.176-.102zm.871-.04.179-.102.18.102v.207l-.18.102-.179-.102zm-2.783.124v-.206l-.175-.102-.181.102v.206l.181.102zm2.164-.288V2.13l-.176-.102-.178.102v.206l.178.102zm-2.448-.491.105-.061.108.061v.122l-.108.061-.105-.061zm1.198-.088V1.55l-.173-.101-.181.101v.207l.181.101z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tietoevry.svg b/mkdocs-material/material/templates/.icons/simple/tietoevry.svg new file mode 100644 index 0000000..4f7a84e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tietoevry.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 1.239v1.966H0v1.282h1v2.55c0 1.641.434 2.131 2.121 2.131.36 0 .72-.047 1.084-.059V7.654c-.174 0-.351.024-.514.024-.43 0-.709-.105-.709-.582v-2.61h1.223v-1.28H2.982L2.98 1.238zm3.744 0v1.427h1.98V1.24zm9.66 0v1.966h-1v1.282h1v2.55c0 1.641.434 2.131 2.12 2.131.36 0 .72-.047 1.085-.059V7.654c-.174 0-.352.024-.514.024-.43 0-.709-.105-.709-.582v-2.61h1.223v-1.28h-1.223l-.002-1.967zm-4.201 1.814a3.13 3.13 0 0 0-3.111 3.088c0 1.967 1.338 3.12 3.306 3.12 1.351 0 2.642-.588 3.004-1.944H11.55a1.18 1.18 0 0 1-1.128.644 1.27 1.27 0 0 1-1.35-1.334h4.435c.094-1.989-.99-3.572-3.156-3.572zm10.761 0a3 3 0 0 0-.158.002 3.104 3.104 0 1 0 3.193 3.11 3.044 3.044 0 0 0-3.035-3.112m-16.22.152V9.11h1.98V3.205zm5.588 1.15h.02a1.206 1.206 0 0 1 1.175 1.198H9.072a1.287 1.287 0 0 1 1.26-1.197zm10.474.17c.919 0 1.21.893 1.21 1.64 0 .745-.29 1.626-1.21 1.626s-1.197-.88-1.197-1.627c0-.746.278-1.638 1.197-1.638zM4.599 10.54a2.37 2.37 0 0 0-1.376.428 1.5 1.5 0 0 0-.327.701l-.683 2.361a.98.98 0 0 1-.334.656c-.469.282-1.426.301-1.34 1.336a5.4 5.4 0 0 0 .428 1.547 1.17 1.17 0 0 1 .068.69q-.045.301-.105.601c-.034.174-.114.55.004.692.117.142.34.13.607.097a16 16 0 0 0 3.322-.994 3 3 0 0 0 .61-.344 1.62 1.62 0 0 0 .488-1.002.39.39 0 0 0-.16-.414c-.124-.07-.293-.026-.55.045-.422.115-1.469.519-1.831.63-.147.044-.437.113-.549-.028-.186-.234.08-.967.24-1.375a1.51 1.51 0 0 1 1.178-.957c.282-.081.745-.229.933-.293a.85.85 0 0 0 .594-.672c.132-.532-.272-.614-.64-.717-.528-.146-.858-.163-.627-.675a.53.53 0 0 1 .388-.36c.21-.055 1.983-.338 2.688-.467.395-.072.53-.285.695-.627.359-.743-.089-.79-.451-.757-.817.075-2.13.314-2.691.396-.3.045-.101-.47-.45-.494zm11.067 1.149a5 5 0 0 0-1.707 1.136c-.045-.303-.052-.637-.36-.672a1.3 1.3 0 0 0-.68.18 1.1 1.1 0 0 0-.49.47l-.718 1.659a.13.13 0 0 1-.108.08.72.72 0 0 0-.539.45.62.62 0 0 0 .123.657c-.142.384-.52 1.28-.52 1.28-.469 1.097-.438 1.478-.27 1.71a1.3 1.3 0 0 0 .743.35c.272.045.48-.118.707-.48.336-.535 1.01-1.948 1.01-1.948a10.65 10.65 0 0 0 4.03 2.436s-1.423 1.967-1.628 3.054c0 0-.105.714.852.711a1.8 1.8 0 0 0 .865-.22.47.47 0 0 0 .219-.282.22.22 0 0 0-.022-.152.5.5 0 0 0-.097-.103c-.05-.05-.043-.113-.016-.186.527-1.54 2.67-4.155 3.125-4.722 1.206-1.503 3.433-3.843 3.592-4.03.288-.371.344-.593-.127-1.056-.423-.416-.705-.17-.912.045-.035.041-.994.996-2.004 2.162-.786.907-1.467 1.752-1.467 1.752a9 9 0 0 1 .06-1.284c.049-.406.18-1.196.221-1.447.2-1.27-.58-1.321-.87-1.34-.306-.018-.451.146-.542.534a14.5 14.5 0 0 0-.357 4.31c.032.362.102.734.11.758l-.184.256a7.3 7.3 0 0 1-2.881-1.657A5.5 5.5 0 0 0 16 15.557a2.54 2.54 0 0 0 1.332-2.346 1.695 1.695 0 0 0-1.667-1.523zm-4.625.205a.54.54 0 0 0-.514.337c-.254.436-.93 1.679-1.541 2.641a10.4 10.4 0 0 1-1.07 1.52s0-2.442-.031-2.653c-.1-.7-.467-.63-.74-.582-.708.12-.7.388-.733.615a33 33 0 0 0 .066 3.41c.026.314-.024 1.42.616 1.51.481.068.94-.375 1.289-.76a20 20 0 0 0 1.564-2.01 37 37 0 0 0 1.787-2.763c.231-.408.218-.695-.31-1.092a.54.54 0 0 0-.383-.173m4.513 1.306a.35.35 0 0 1 .24.022c.295.16-.044.85-.61 1.271a3 3 0 0 1-1.638.678 6.2 6.2 0 0 1 .995-1.295c.344-.345.732-.619 1.013-.676"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tiktok.svg b/mkdocs-material/material/templates/.icons/simple/tiktok.svg new file mode 100644 index 0000000..144794e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tiktok.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.525.02c1.31-.02 2.61-.01 3.91-.02.08 1.53.63 3.09 1.75 4.17 1.12 1.11 2.7 1.62 4.24 1.79v4.03c-1.44-.05-2.89-.35-4.2-.97-.57-.26-1.1-.59-1.62-.93-.01 2.92.01 5.84-.02 8.75-.08 1.4-.54 2.79-1.35 3.94-1.31 1.92-3.58 3.17-5.91 3.21-1.43.08-2.86-.31-4.08-1.03-2.02-1.19-3.44-3.37-3.65-5.71-.02-.5-.03-1-.01-1.49.18-1.9 1.12-3.72 2.58-4.96 1.66-1.44 3.98-2.13 6.15-1.72.02 1.48-.04 2.96-.04 4.44-.99-.32-2.15-.23-3.02.37-.63.41-1.11 1.04-1.36 1.75-.21.51-.15 1.07-.14 1.61.24 1.64 1.82 3.02 3.5 2.87 1.12-.01 2.19-.66 2.77-1.61.19-.33.4-.67.41-1.06.1-1.79.06-3.57.07-5.36.01-4.03-.01-8.05.02-12.07"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tildapublishing.svg b/mkdocs-material/material/templates/.icons/simple/tildapublishing.svg new file mode 100644 index 0000000..7c2b466 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tildapublishing.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.384 0 0 5.384 0 12s5.384 12 12 12 12-5.384 12-12S18.616 0 12 0m0 .775C18.192.775 23.225 5.808 23.225 12S18.192 23.225 12 23.225.775 18.192.775 12 5.808.775 12 .775M8.904 6.584c-1.36 0-2.52 1.16-2.52 3.287l1.352.193c.192-1.352.576-1.935 1.352-1.935s1.167.19 2.52.967c1.351.776 1.735.968 3.095.968s2.714-.969 2.522-3.289H15.87c0 1.16-.382 1.745-1.158 1.745s-1.169-.191-2.713-.967-1.736-.969-3.096-.969zm2.127 3.48v8.905h1.553v-8.32z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tile.svg b/mkdocs-material/material/templates/.icons/simple/tile.svg new file mode 100644 index 0000000..43900b1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tile.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.486 8.483h1.617a.16.16 0 0 1 .15.15v9.706a.16.16 0 0 1-.15.15H7.486a.16.16 0 0 1-.15-.15V8.633c0-.075.075-.15.15-.15m3.536-2.972h1.617c.076 0 .151.075.151.15v12.64c0 .075-.075.15-.15.15h-1.618a.16.16 0 0 1-.15-.15V5.66c0-.075.075-.15.15-.15zM5.68 8.483H1.918V5.66a.16.16 0 0 0-.15-.15H.15a.16.16 0 0 0-.15.15v7.787c0 2.746 2.257 5.003 5.003 5.003h.677c.075 0 .15-.075.15-.15v-1.618a.16.16 0 0 0-.15-.15h-.677a3.1 3.1 0 0 1-3.085-3.085v-3.084H5.68c.075 0 .15-.076.15-.15V8.595c0-.076-.075-.113-.15-.113zM22.533 9.95a5.02 5.02 0 0 0-7.035 0c-1.956 1.918-1.918 5.078 0 7.034 1.919 1.956 5.079 1.919 7.035 0a4.5 4.5 0 0 0 .865-1.166.08.08 0 0 0-.075-.075h-2.07l-.225.075c-1.279 1.129-3.235.978-4.363-.338-.339-.414-.602-.903-.678-1.43q0-.113.113-.113h7.75c.075 0 .15-.075.15-.15v-.301a5.01 5.01 0 0 0-1.467-3.536m-.903 2.257h-5.266q-.114 0-.113-.113a3.07 3.07 0 0 1 2.708-1.655c1.129 0 2.182.64 2.709 1.655 0 .038 0 .075-.038.113M9.404 6.602a1.09 1.09 0 0 1-1.09 1.09 1.09 1.09 0 0 1-1.091-1.09 1.09 1.09 0 0 1 1.09-1.091 1.09 1.09 0 0 1 1.091 1.09Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/timescale.svg b/mkdocs-material/material/templates/.icons/simple/timescale.svg new file mode 100644 index 0000000..4178932 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/timescale.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.537.763c-1.167.7-2.21 1.582-3.08 2.61L3.79 4.836a10.4 10.4 0 0 1 3.627-2.881zm13.028.085-1.991 1.12a10.4 10.4 0 0 1 3.762 3.07l1.18-1.654a12.4 12.4 0 0 0-2.95-2.536zm-6.564.752a9.8 9.8 0 0 0-4.131.91l.59 1.011a8.5 8.5 0 0 1 3.541-.762c1.261 0 2.457.274 3.534.76l.59-1.012a9.8 9.8 0 0 0-4.124-.907M11.4 3.535l-.55 6.626h.003l-.002.04q.004.166.033.318.015.169.097.342c.114.289.298.505.516.607q.077.058.158.111l.033.02v.004l6.68 3.596.348-.476-6.058-4.6q-.01-.002-.014-.008L12 3.535zm1.423.052c.19.234.361.523.502.855 3.155.604 5.54 3.325 5.54 6.596 0 .877-.176 1.712-.484 2.48a3.7 3.7 0 0 1 .52.76 7.3 7.3 0 0 0 .754-3.24c0-3.868-2.99-7.05-6.832-7.45zm-2.284.095c-3.527.667-6.19 3.708-6.19 7.356 0 2.584 1.335 4.863 3.367 6.21a10 10 0 0 1 .295-.743c-1.74-1.219-2.874-3.214-2.874-5.467 0-3.054 2.082-5.632 4.932-6.45a3.7 3.7 0 0 1 .47-.906m9.15 1.675-.801.893a8.1 8.1 0 0 1 1.551 4.777c0 2.916-1.542 5.481-3.872 6.952q.156.583.251 1.209c2.87-1.632 4.802-4.677 4.802-8.16a9.22 9.22 0 0 0-1.93-5.67zm-15.38.007a9.25 9.25 0 0 0-1.93 5.665c0 3.507 1.954 6.567 4.858 8.19q.093-.629.248-1.206c-2.36-1.468-3.923-4.045-3.923-6.984 0-1.777.573-3.422 1.549-4.772zm9.314.043q.066.304.107.64a5.33 5.33 0 0 1 3.213 2.912l.577-.148a5.94 5.94 0 0 0-3.897-3.404m-3.816.187a5.94 5.94 0 0 0-3.319 3.198l.58.148A5.32 5.32 0 0 1 9.73 6.257q.023-.342.077-.663M6.733 9.672l-.62.63.315.614 1.727.618.942-.618-.312-.923zm10.615 0-2.048.321-.315.923.942.618 1.73-.618.315-.614zM6.1 11.869A5.82 5.82 0 0 0 8.42 15.7q.15-.256.315-.493a5.25 5.25 0 0 1-2.038-3.34zm11.206 0q-.046.269-.118.529.26.205.493.41c.097-.302.174-.617.22-.94zm-15.679.217L0 14.158c.966 3.661 3.638 6.65 7.132 8.111a9 9 0 0 1-.05-1.031q0-.564.05-1.111c-3.024-1.563-5.166-4.544-5.505-8.041m20.707.055c-.352 3.45-2.464 6.394-5.441 7.957q.049.563.053 1.136 0 .564-.05 1.005c3.506-1.488 6.175-4.522 7.104-8.223zm-6.544 2.617a5 5 0 0 1-.486.42q.167.237.318.493.399-.3.74-.66a11 11 0 0 1-.572-.253m1.502.559a7 7 0 0 1-1.25 1.156c.106.236.207.485.294.741a7.7 7.7 0 0 0 1.857-1.772 3.6 3.6 0 0 1-.9-.125zm-2.988.63-2.303.913-2.307-.91-.587 1.435 2.448.946c-.134.46-.568.798-1.08.798q-.052-.001-.104-.007l-.5.686q.284.095.6.096a1.92 1.92 0 0 0 1.52-.738 1.92 1.92 0 0 0 2.183.62l-.49-.67a1.12 1.12 0 0 1-1.26-.805l2.47-.926zm1.156 4.775c-1.09.377-2.256.58-3.476.58-1.17 0-2.29-.186-3.34-.534.231.88.59 1.654 1.05 2.262a12.683 12.683 0 0 0 4.731-.029c.453-.61.807-1.39 1.035-2.28z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tina.svg b/mkdocs-material/material/templates/.icons/simple/tina.svg new file mode 100644 index 0000000..d83d5a9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tina.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.46 10.662c1.166-.965 1.683-6.666 2.188-8.715.505-2.05 2.593-1.946 2.593-1.946s-.542.944-.321 1.648 1.736 1.333 1.736 1.333l-.327.861s-.682-.087-1.088.725.261 8.853.261 8.853-2.44 4.813-2.44 6.845.962 3.734.962 3.734h-1.35s-1.98-2.356-2.386-3.533-.243-2.355-.243-2.355-2.152-.122-4.061 0-3.181 1.762-3.41 2.68c-.23.917-.325 3.208-.325 3.208H5.182c-.65-2.004-1.166-2.722-.886-3.734.776-2.804.623-4.394.444-5.102-.18-.708-1.395-1.326-1.395-1.326.595-1.213 1.203-1.796 3.817-1.857s6.132-.354 7.298-1.319m-5.183 8.209s.136 3.708 1.392 5.129H9.413c-1.464-1.3-1.74-3.852-1.74-3.852.081-.324.965-1.069 1.604-1.277"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tinder.svg b/mkdocs-material/material/templates/.icons/simple/tinder.svg new file mode 100644 index 0000000..f01f9ca --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tinder.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.317 9.451a.248.248 0 0 0 .37.063l.015-.012c.39-.325.741-.66 1.071-1.017 3.209-3.483 1.335-7.759 1.32-7.799a.5.5 0 0 1 .15-.594.49.49 0 0 1 .615.033c10.875 10.114 7.995 17.818 7.785 18.337-.87 3.141-4.335 5.414-8.444 5.53-.138.008-.242.008-.363.008-4.852 0-8.977-2.989-8.977-6.807v-.06c0-5.297 4.795-10.522 5.009-10.744a.44.44 0 0 1 .525-.105c.18.076.297.255.291.451q-.065 1.553.631 2.7v.015z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tindie.svg b/mkdocs-material/material/templates/.icons/simple/tindie.svg new file mode 100644 index 0000000..56da402 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tindie.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.576 1.742q-.077 0-.152.008c-1.724.137-3.14 1.095-4.098 2.773a8 8 0 0 0-.53 1.126c-.659-.396-1.624-.825-2.706-.825q-.305 0-.602.046c-.729.112-2.949.453-4.497 1.938-.77.74-1.333 1.733-1.687 2.49-.861-.7-2.262-1.565-3.924-1.565-.737 0-1.459.172-2.147.513-.78.355-1.239 1.496-1.233 2.4.005.701.288 1.223.777 1.433a.8.8 0 0 0 .321.054c.736 0 3.983-.568 5.928-.938l1.662 4.448.081.08.214.212.767.762.974.97c-.153.118-.319.25-.486.392-.914.773-1.321 1.388-1.321 1.886 0 1.016 1.629 2.313 2.955 2.313.302 0 .585-.11.841-.229l.535-.416c.415-.383.758-.935 1.027-1.484 1.002-.094 1.966-.459 2.773-.871l1.013-.584c.684-.44 1.121-.819 1.165-.857l.167-.147.269-6.285L18.1 7.202c.821-.301 1.848-.687 2.799-1.058 2.667-1.042 2.771-1.185 2.881-1.336.291-.402.293-.932.007-1.495-.394-.772-1.329-1.571-2.211-1.571m0 1.041c.39 0 1.025.496 1.284 1.003.084.165.107.294.095.366-.539.301-3.252 1.358-5.268 2.094.428-1.228 1.488-3.278 3.827-3.459l.022-.002q.02-.002.04-.002M14.09 5.865c.967 0 1.851.461 2.385.812.197.13.348.245.436.317l.017.045.01.029.182.488 1.493 3.995-.097 2.281c-.858-.114-1.604-.115-2.285-.015a6 6 0 0 0-1.043.247l-.206.073-.629-1.534-.426-1.04-2.139-5.221a10 10 0 0 1 1.858-.443 3 3 0 0 1 .444-.034m-2.727.641 2.072 5.056.426 1.041.7 1.706c-1.103.498-2.128 1.306-3.361 2.364l-.925-.921-.692-.687-.047-.126-1.475-3.948-.159-.427c.044-.121.114-.302.208-.52.297-.69.839-1.754 1.602-2.485.491-.472 1.077-.81 1.651-1.053m1.013.158a.233.233 0 1 0 .232.233.23.23 0 0 0-.232-.233m.39.845a.234.234 0 0 0-.233.233.233.233 0 0 0 .466 0 .234.234 0 0 0-.233-.233m.325.781a.233.233 0 0 0-.233.232.233.233 0 0 0 .466 0 .233.233 0 0 0-.233-.232m-9.711.483c1.41 0 2.64.809 3.365 1.416-1.978.376-4.892.877-5.597.902-.057-.067-.106-.226-.108-.452-.004-.646.339-1.32.626-1.447l.021-.01a3.8 3.8 0 0 1 1.693-.409m12.7.38a1.6 1.6 0 0 0-.887.264 1.62 1.62 0 0 0-.703 1.028c-.089.425-.007.859.23 1.222a1.62 1.62 0 0 0 1.363.737 1.627 1.627 0 0 0-.003-3.251m0 .91a.715.715 0 0 1 .392 1.315.7.7 0 0 1-.389.116.715.715 0 0 1-.702-.862.71.71 0 0 1 .31-.452.7.7 0 0 1 .389-.117m-5.23.951c-.316 0-.623.091-.888.265a1.62 1.62 0 0 0-.703 1.027c-.089.425-.007.859.23 1.222a1.62 1.62 0 0 0 2.25.473c.364-.237.613-.602.703-1.027a1.61 1.61 0 0 0-.23-1.223 1.62 1.62 0 0 0-1.362-.737m0 .91a.716.716 0 0 1 .701.863.715.715 0 0 1-.699.568.71.71 0 0 1-.6-.324.7.7 0 0 1-.102-.538.71.71 0 0 1 .31-.452.7.7 0 0 1 .39-.117m6.315 2.275q.123-.002.251.001.507.01 1.08.089l-.123 2.881a11 11 0 0 1-1.386.935c-.641.367-1.426.728-2.246.901a4.7 4.7 0 0 1-1.104.104l-.034-.034a426 426 0 0 0-2.024-2.026l-.055-.055c1.452-1.245 2.574-2.11 3.874-2.522a5.7 5.7 0 0 1 1.053-.227q.343-.042.714-.047m-.237.203a.233.233 0 1 0 0 .466.233.233 0 0 0 0-.466m.845 0a.233.233 0 0 0 0 .466.233.233 0 0 0 0-.466m-.609 1.287c-.44.069-1.343.456-2.137.826-.793.369-1.476.722-1.476.722 1.795 1.468 3.8-.765 3.613-1.548m-5.699 2.717a358 358 0 0 1 1.572 1.577l.055.056-.028.144c-.24.399-.506.716-.777.848a.95.95 0 0 1-.415.087c-.897 0-1.881-.897-1.914-1.216.054-.25.714-.894 1.507-1.496"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tinkercad.svg b/mkdocs-material/material/templates/.icons/simple/tinkercad.svg new file mode 100644 index 0000000..c29df99 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tinkercad.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0v7.32h7.32V0zm8.34 0v7.32h7.32V0zm8.34 0v7.32H24V0zM1.605 1.266h4.106V2.33h-1.4v3.725H3.055V2.33h-1.45V1.265zm9.77 0h1.256V6.05h-1.256zm6.814 0h1.692l1.455 3.289v-3.29h1.158v4.79H20.82l-1.47-3.26V6.05h-1.16V1.266zM0 8.34v7.32h7.32V8.34zm8.34 0v7.32h7.32V8.34zm8.34 0v7.32H24V8.34zm-6.32 1.265h3.19v.965h-1.935v.92H13.5v.92h-1.885v1.065h2.03v.916h-3.286zm8.16 0h1.906c1.075 0 1.719.495 1.719 1.315 0 .535-.284.935-.8 1.135.22.14.35.37.485.705l.645 1.625h-1.35l-.006.006-.433-1.221c-.2-.535-.287-.664-.702-.664h-.254v1.885h-1.21zM1.596 9.61h1.26v1.756L4.3 9.61h1.51l-2.022 2.25 2.182 2.536H4.39l-1.541-1.94v1.94H1.596zm18.134.916v1.065h.334c.375 0 .827-.095.827-.57 0-.36-.226-.495-.801-.495zM0 16.68V24h7.32v-7.32zm8.34 0V24h7.32v-7.32zm8.34 0V24H24v-7.32zm-12.42 1.2c.375 0 .815.066 1.17.17l.09.024-.055 1.022-.16-.067a2.4 2.4 0 0 0-.89-.174c-.876 0-1.466.555-1.466 1.485s.54 1.484 1.446 1.484q.526 0 .925-.18l-.006-.003.16-.07.055.993-.08.032c-.33.13-.753.199-1.193.199-.765 0-1.411-.22-1.871-.635-.475-.43-.73-1.06-.73-1.82 0-1.425 1.095-2.46 2.605-2.46m6.996.07h1.484l1.824 4.784H13.26l-.4-1.16H11.1l-.41 1.16H9.435l1.82-4.785zm6.965 0h1.718c1.625 0 2.522.825 2.522 2.325v.004c0 1.535-.992 2.455-2.647 2.455h-1.593zm1.26.915v2.95h.195c.975 0 1.488-.55 1.488-1.54 0-.895-.49-1.41-1.375-1.41h-.309zm-7.5.19-.596 1.6h1.17z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tinygrad.svg b/mkdocs-material/material/templates/.icons/simple/tinygrad.svg new file mode 100644 index 0000000..b3aa475 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tinygrad.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.846 7.385V9.23H0v1.846h1.846v3.692h3.692v-1.846H3.692v-1.846h1.846V9.23H3.692V7.385zm5.539 0V9.23H9.23V7.385zm3.692 1.846v5.538h1.846v-3.692h1.846V9.23h-1.846zm3.692 1.846v3.692h1.846v-3.692zm3.693-1.846v3.692h3.692v1.846H24V9.231h-1.846v1.846h-1.846V9.23Zm3.692 5.538h-3.692v1.846h3.692zm-14.77-3.692v3.692h1.847v-3.692z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tinyletter.svg b/mkdocs-material/material/templates/.icons/simple/tinyletter.svg new file mode 100644 index 0000000..c655f18 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tinyletter.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.069 18.202h-4.913v3.207l-4.22-3.207H4.93a.643.643 0 0 1-.643-.642v-1.69l3.987-3.028L12 15.672l3.725-2.83 3.987 3.03v1.688a.643.643 0 0 1-.643.642M7.213 12.035l-2.925 2.222V9.813zm12.499-2.222v4.444l-2.925-2.222zM4.932 5.61h2.735L12 9.128l4.338-3.518h2.73c.355 0 .644.288.644.642v1.946L12 14.058l-7.712-5.86V6.252c0-.354.289-.642.643-.642zm3.407-3.772c.356-.356.83-.553 1.335-.553.504 0 .978.197 1.334.553L12 2.83l.992-.992c.356-.356.83-.553 1.334-.553s.979.197 1.335.553c.357.357.553.83.553 1.335 0 .494-.188.959-.53 1.313L12 7.473 8.317 4.486a1.89 1.89 0 0 1 .022-2.648m10.73 2.486h-1.787A3.17 3.17 0 0 0 16.57.93c-.6-.6-1.396-.93-2.244-.93-.847 0-1.644.33-2.243.93L12 1.011 11.917.93A3.15 3.15 0 0 0 9.674 0 3.15 3.15 0 0 0 7.43.93a3.18 3.18 0 0 0-.711 3.394H4.93a1.93 1.93 0 0 0-1.928 1.928V17.56a1.93 1.93 0 0 0 1.928 1.928h4.572L15.44 24v-4.512h3.628a1.93 1.93 0 0 0 1.928-1.928V6.252a1.93 1.93 0 0 0-1.928-1.928"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tistory.svg b/mkdocs-material/material/templates/.icons/simple/tistory.svg new file mode 100644 index 0000000..501a1a5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tistory.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 3a3 3 0 1 0 6 0 3 3 0 0 0-6 0m9 18a3 3 0 1 0 6 0 3 3 0 0 0-6 0m0-9a3 3 0 1 0 6 0 3 3 0 0 0-6 0m0-9a3 3 0 1 0 6 0 3 3 0 0 0-6 0m9 0a3 3 0 1 0 6 0 3 3 0 0 0-6 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tldraw.svg b/mkdocs-material/material/templates/.icons/simple/tldraw.svg new file mode 100644 index 0000000..a7d8015 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tldraw.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.474 0H2.526C1.131 0 0 1.18 0 2.637v18.726C0 22.819 1.131 24 2.526 24h18.948C22.869 24 24 22.82 24 21.363V2.637C24 1.181 22.869 0 21.474 0m-11.01 5.388q.595-.607 1.474-.607.854 0 1.448.607.595.606.595 1.476c0 .87-.198 1.072-.595 1.476a1.95 1.95 0 0 1-1.448.607q-.879 0-1.474-.607-.594-.606-.594-1.476c0-.87.198-1.072.594-1.476m3.13 11.49a4.9 4.9 0 0 1-2.018 2.136q-.724.422-1.19-.026-.438-.422.26-1.002.387-.29.646-.738.258-.449.336-.923.026-.21-.181-.21-.517-.027-1.06-.581t-.543-1.37q0-.87.594-1.477a2.02 2.02 0 0 1 1.5-.633q.828 0 1.448.633.62.605.724 1.37.207 1.424-.517 2.822z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tmobile.svg b/mkdocs-material/material/templates/.icons/simple/tmobile.svg new file mode 100644 index 0000000..0be4dea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tmobile.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.722 15.84h-4.8v-4.8h4.791v4.8zM1.922 0v8.16H3.36v-.236c0-3.844 2.159-6.24 6.239-6.24h.237v17.279c0 2.396-.957 3.36-3.36 3.36h-.72V24h12.478v-1.676h-.72c-2.395 0-3.36-.957-3.36-3.361V1.676h.237c4.08 0 6.239 2.396 6.239 6.24v.236h1.439V0Zm15.356 15.84h4.8v-4.8h-4.791v4.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tmux.svg b/mkdocs-material/material/templates/.icons/simple/tmux.svg new file mode 100644 index 0000000..c72e529 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tmux.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 2.251V10.5H12.45V0h9.3A2.25 2.25 0 0 1 24 2.251M12.45 11.4H24v10.5h-.008A2.25 2.25 0 0 1 21.75 24H2.25a2.247 2.247 0 0 1-2.242-2.1H0V2.251A2.25 2.25 0 0 1 2.25 0h9.3v21.6h.9zm11.242 10.5H.308a1.95 1.95 0 0 0 1.942 1.8h19.5a1.95 1.95 0 0 0 1.942-1.8"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/todoist.svg b/mkdocs-material/material/templates/.icons/simple/todoist.svg new file mode 100644 index 0000000..dffbc20 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/todoist.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 0H3C1.35 0 0 1.35 0 3v3.858s3.854 2.24 4.098 2.38c.31.18.694.177 1.004 0 .26-.147 8.02-4.608 8.136-4.675a.77.77 0 0 1 .748-.01c.164.097.606.348.84.48.232.134.221.502.013.622l-9.712 5.59c-.346.2-.69.204-1.048.002C3.478 10.907.998 9.463 0 8.882v2.02l4.098 2.38c.31.18.694.177 1.004 0 .26-.147 8.02-4.609 8.136-4.676a.77.77 0 0 1 .748-.008c.164.096.606.347.84.48.232.133.221.5.013.62-.208.121-9.288 5.346-9.712 5.59-.346.2-.69.205-1.048.002C3.478 14.951.998 13.506 0 12.926v2.02l4.098 2.38c.31.18.694.177 1.004 0 .26-.147 8.02-4.609 8.136-4.676a.77.77 0 0 1 .748-.009c.164.097.606.348.84.48.232.133.221.502.013.622l-9.712 5.59c-.346.199-.69.204-1.048.001C3.478 18.994.998 17.55 0 16.97V21c0 1.65 1.35 3 3 3h18c1.65 0 3-1.35 3-3V3c0-1.65-1.35-3-3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/toggl.svg b/mkdocs-material/material/templates/.icons/simple/toggl.svg new file mode 100644 index 0000000..9f216e1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/toggl.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.356 7.446v.64c0 .711-.541 1.286-1.209 1.286q-.074 0-.147-.009v1.58h.82v1.588c0 .625.112 1.107.338 1.434.347.501.734.83 1.676.83.546 0 1.004-.126 1.304-.293v-1.868a1.3 1.3 0 0 1-.444.074c-.363 0-.512-.112-.647-.282q-.13-.169-.13-.489v-.994h1.22V9.161h-1.22V7.446zm19.862 0v5.04c0 .627.093 1.149.319 1.478.347.5.816.827 1.75.83a1.8 1.8 0 0 0 .713-.173v-1.92c-.441.055-.594-.256-.594-.565v-4.69zm-6.552.519-.722 1.004a2.9 2.9 0 0 0-.883-.133c-.628 0-1.258.185-1.718.617-.449.419-.658 1.005-.658 1.605s.21 1.186.658 1.605q.06.056.12.104l-.084.045c-.21.12-.402.273-.568.451-.284.303-.568.756-.568 1.36 0 0-.039 1.286 1.438 1.286h1.071c.247 0 .498.157.498.403 0 .086-.025.17-.072.242h2.048c.309-.351.475-.806.466-1.274-.014-.403-.133-.831-.435-1.113-.34-.316-.831-.46-1.288-.46h-2.038c-.2 0-.379-.151-.379-.338a.34.34 0 0 1 .252-.326s.034-.008.072-.02c.371.171.776.258 1.185.254.627 0 1.256-.185 1.717-.617.449-.419.658-1.005.658-1.605s-.21-1.186-.658-1.605a2 2 0 0 0-.433-.31c.432.1.879-.023 1.186-.553zm5.182 0-.722 1.004a2.9 2.9 0 0 0-.882-.133c-.628 0-1.257.185-1.717.617-.449.419-.658 1.005-.658 1.605s.21 1.186.658 1.605q.198.184.436.313a2.6 2.6 0 0 0-.32.287c-.284.303-.568.756-.568 1.36 0 0-.039 1.286 1.438 1.286h1.07c.247 0 .498.157.498.403 0 .086-.024.17-.071.242h2.048c.309-.351.475-.806.466-1.274-.015-.403-.135-.831-.439-1.113-.34-.316-.831-.46-1.288-.46l-2.362-.017c-.15 0-.263-.094-.263-.232 0-.115.057-.283.2-.311.282.088.576.132.872.13.628 0 1.257-.185 1.718-.616.448-.42.658-1.006.658-1.606s-.21-1.185-.658-1.604a2 2 0 0 0-.435-.31c.433.1.879-.024 1.186-.554zm-12.45.886c-.771 0-1.542.247-2.107.823-.552.561-.808 1.346-.808 2.149s.257 1.587.807 2.149c.566.576 1.337.823 2.107.823s1.541-.247 2.106-.823c.55-.562.807-1.346.807-2.149s-.257-1.588-.807-2.15c-.565-.575-1.335-.822-2.106-.822zm5.74 1.622a.566.566 0 1 1-.582.565.53.53 0 0 1 .143-.378h.001a.56.56 0 0 1 .438-.187m5.194.001a.564.564 0 1 1-.581.564.53.53 0 0 1 .144-.378.56.56 0 0 1 .437-.186m-10.872.593a.73.73 0 1 1-.75.732.68.68 0 0 1 .186-.49.73.73 0 0 1 .564-.242"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/toggltrack.svg b/mkdocs-material/material/templates/.icons/simple/toggltrack.svg new file mode 100644 index 0000000..001b332 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/toggltrack.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0a12 12 0 1 0 0 24 12 12 0 0 0 0-24m-.883 4.322h1.766v8.757h-1.766zm-.74 2.053v1.789a4.448 4.448 0 1 0 3.247 0V6.375a6.146 6.146 0 1 1-5.669 10.552 6.145 6.145 0 0 1 2.421-10.552z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tokyometro.svg b/mkdocs-material/material/templates/.icons/simple/tokyometro.svg new file mode 100644 index 0000000..7f110fe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tokyometro.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.983 18.21c2.86.006 4.04-.949 4.043-2.392.003-1.702-1.694-3.782-2.923-5.073 2.318-2.082 5.325-3.622 6.508-2.432 1.367 1.367.02 5.418-3.213 9.892l4.26 1.222c3.613-6.43 4.38-12.76 1.89-14.473-1.946-1.329-6.852 1.337-10.55 4.721-3.687-3.398-8.58-6.08-10.532-4.759-2.5 1.704-1.748 8.037 1.84 14.48l4.267-1.207C4.35 13.703 3.02 9.65 4.393 8.285c1.184-1.185 4.186.365 6.5 2.456-1.237 1.286-2.943 3.36-2.945 5.062-.003 1.444 1.176 2.402 4.035 2.408zm.004-2.34c-.947 0-1.745-.242-1.743-1.05 0-.748.637-1.88 1.75-3.106 1.11 1.23 1.74 2.364 1.738 3.113 0 .807-.8 1.045-1.745 1.044z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/toll.svg b/mkdocs-material/material/templates/.icons/simple/toll.svg new file mode 100644 index 0000000..67cc201 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/toll.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.852 13.351H24l-.645 1.455h-3.346c-.689 0-1.158-.584-.898-1.15l1.978-4.463h2.356l-1.75 3.954c-.037.088-.008.202.157.204M6.147 10.647l-1.843 4.159H3.303c-.601 0-1.061-.556-.852-1.045l1.379-3.114H0l.112-.252h7.375c.375 0 .955-.058 1.534-.338.155-.074.845-.473 1.503-.864h1.474c-.411.194-2.381 1.141-2.617 1.227-.618.225-1.017.227-1.526.227zm.538-.471H.209c.195-.442.632-.983 1.933-.983h6.18c-.351.44-.704.983-1.637.983m10.001 2.971c-.037.088-.007.202.157.204h2.149l-.644 1.455h-3.347c-.689 0-1.157-.584-.898-1.15l1.978-4.463h2.356l-1.75 3.954zm-1.831-3.439c.283.402.128 1-.107 1.506l-.91 2.055c-.686 1.655-3.056 1.536-3.056 1.536H8.085s-2.332.122-1.315-2.167l.785-1.774h.655c.531 0 1.182-.165 1.48-.282l3.509-1.389h.616c.497 0 .871.24 1.037.515zm-2.4 1.376c.119-.291-.054-.437-.294-.437h-1.7c-.343-.002-.512.168-.563.279-.036.074-.854 1.925-.854 1.925-.233.518.261.501.261.501h1.617s.52.002.756-.512z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/toml.svg b/mkdocs-material/material/templates/.icons/simple/toml.svg new file mode 100644 index 0000000..771f147 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/toml.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.014 0h5.34v2.652H2.888v18.681h2.468V24H.015zm17.622 5.049v2.78h-4.274v12.935h-3.008V7.83H6.059V5.05zM23.986 24h-5.34v-2.652h2.467V2.667h-2.468V0h5.34v24Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tomorrowland.svg b/mkdocs-material/material/templates/.icons/simple/tomorrowland.svg new file mode 100644 index 0000000..7cb2032 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tomorrowland.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.97 0c-.009.01-.35.35-.747.758-.826.835-1.504 1.271-2.524 1.62-.582.205-.836.243-1.496.204-.427-.02-.883-.067-1-.115-.194-.058-.223-.04-.223.174 0 .33-.251 1.02-.523 1.437l-.234.35.244.3c.126.175.281.311.33.311s.31-.175.592-.389c.738-.563 2.039-1.212 3.048-1.513.797-.253.99-.274 2.563-.274s1.766.021 2.563.274c1.01.3 2.31.95 3.048 1.513.282.214.544.39.592.39.049 0 .204-.137.33-.302l.244-.31-.283-.448a4.2 4.2 0 0 1-.416-.98c-.107-.437-.165-.523-.31-.494-.107.02-.534.057-.971.076-.621.03-.913.001-1.408-.164-1.03-.35-1.825-.845-2.641-1.67-.417-.417-.768-.758-.777-.748zm-.284 3.328a2.4 2.4 0 0 0-.317.022c-1.369.213-2.504.882-3.203 1.882l-.273.39.273.388c.301.437.805.873 1.805 1.572.825.583 1.583 1.408 1.787 1.97.097.243.193.438.232.428.03 0 .175-.251.32-.552.302-.641.846-1.225 1.73-1.846.96-.68 1.512-1.164 1.794-1.572l.264-.38-.291-.427a4.43 4.43 0 0 0-2.32-1.66c-.45-.126-1.267-.22-1.801-.215m-7.502.031-.475.524C3.059 4.6 2.155 5.99 1.902 6.66c-.63 1.7-.464 3.127.536 4.486.796 1.078 2.357 2.165 4.095 2.854.447.165.807.34.807.379 0 .029-.126.088-.291.127-.456.097-1.408.766-1.66 1.174-.185.29-.233.504-.223.96.01 1.35.97 2.526 2.834 3.477.602.301 1.184.553 1.291.553.32 0 1.108-.874 1.477-1.66.699-1.437 1-3.408.912-5.912-.078-2.272-.32-3.059-1.252-4.04-.272-.29-.827-.727-1.235-.97C6 6.117 4.465 4.738 4.243 3.64zm15.634.094c-.036-.003-.047.037-.05.11-.01.96-1.728 2.525-4.961 4.525-.408.243-.963.68-1.235.97-.932.981-1.174 1.768-1.252 4.04-.087 2.504.213 4.475.912 5.912.37.786 1.157 1.66 1.477 1.66.107 0 .68-.242 1.271-.543 1.874-.951 2.844-2.137 2.854-3.486.01-.457-.038-.67-.223-.961-.252-.408-1.204-1.077-1.66-1.174-.165-.039-.29-.098-.29-.127 0-.039.36-.214.806-.379 1.738-.69 3.3-1.776 4.096-2.854 1-1.359 1.166-2.787.535-4.486-.262-.699-1.176-2.088-1.827-2.787-.267-.291-.393-.415-.453-.42m-7.994.533.274.004c.757.03 1.018.078 1.484.291.505.233 1.621 1.165 1.621 1.35 0 .126-1.183 1.02-1.746 1.31-.476.253-.632.282-1.457.282-.883 0-.951-.02-1.602-.37a7 7 0 0 1-1.156-.785l-.484-.418L9 5.36c.36-.447 1-.904 1.611-1.157.425-.178.634-.221 1.213-.217m.188.19a1.36 1.36 0 0 0-.692.174c-1.34.708-.844 2.728.68 2.728 1.485 0 2.01-1.951.719-2.69a1.5 1.5 0 0 0-.707-.212m-.282.635c.157-.001.3.096.387.287.214.456-.476.98-.767.591-.224-.281-.224-.466.01-.699a.54.54 0 0 1 .37-.18zm-9.943 6.46c-.039-.019-.078.563-.078 1.291 0 2.593.67 4.428 2.379 6.467 1.466 1.748 4.282 3.612 7.058 4.65l.844.321.807-.32c4.165-1.65 7.416-4.34 8.717-7.223.534-1.165.7-1.933.748-3.477.029-.786.029-1.504-.01-1.591-.049-.127-.135-.078-.436.261-.359.408-.37.457-.427 1.301-.272 4.088-3.224 7.534-7.33 8.563-1 .252-3.311.225-4.33-.047-4.03-1.107-6.856-4.477-7.118-8.516-.058-.825-.078-.893-.398-1.262-.194-.213-.377-.408-.426-.418"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ton.svg b/mkdocs-material/material/templates/.icons/simple/ton.svg new file mode 100644 index 0000000..ef917de --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ton.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0M7.902 6.697h8.196c1.505 0 2.462 1.628 1.705 2.94l-5.059 8.765a.86.86 0 0 1-1.488 0L6.199 9.637c-.758-1.314.197-2.94 1.703-2.94m4.844 1.496v7.58l1.102-2.128 2.656-4.756a.465.465 0 0 0-.408-.696zM7.9 8.195a.464.464 0 0 0-.408.694l2.658 4.754 1.102 2.13V8.195z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/topcoder.svg b/mkdocs-material/material/templates/.icons/simple/topcoder.svg new file mode 100644 index 0000000..bcea50b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/topcoder.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.004 7.555c-1.87 0-3.88.979-5.559 2.678 1.741.384 3.587.997 5.046 1.662l.513.23c.204-.09.367-.163.513-.23 1.464-.667 3.318-1.282 5.064-1.667-1.645-1.796-3.508-2.673-5.577-2.673m8.751 2.723c-.675.016-1.44.101-2.282.254.608.784 1.26 2 1.928 3.503a44 44 0 0 1 .981 2.4c.305-.06.58-.232.825-.542 1.393-1.761 2.038-3.366 1.708-4.349-.26-.776-1.152-1.19-2.515-1.258a9 9 0 0 0-.645-.008m-17.506 0a9 9 0 0 0-.646.008c-1.365.068-2.258.481-2.518 1.258-.33.983.315 2.588 1.708 4.35.258.325.549.499.873.55.15-1.468 1.501-4.253 2.868-5.911a15 15 0 0 0-2.285-.254zm14.69.352c-1.184.197-3.63.971-5.15 1.638l-.036.017a10 10 0 0 1 1.798.599c1.268.55 1.504.694 5.169 3.06.206.134.37.227.587.32q.291.127.566.174a43 43 0 0 0-1.316-3.092c-.46-.96-.906-1.758-1.323-2.338q-.151-.21-.295-.378m-11.866.004c-1.35 1.538-2.758 4.38-2.927 5.802.361-.061.79-.24 1.222-.49.317-.185.65-.394 1.054-.659.243-.16 1.153-.768 1.087-.724 1.939-1.29 3.253-1.982 4.678-2.288-1.589-.69-3.798-1.417-5.114-1.64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/topdotgg.svg b/mkdocs-material/material/templates/.icons/simple/topdotgg.svg new file mode 100644 index 0000000..2f4bb3a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/topdotgg.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 4.379h7.622V12H2.329A2.32 2.32 0 0 1 .008 9.679Zm24 0H8.757v15.243h3.114a4.507 4.507 0 0 0 4.507-4.508V12h3.115A4.507 4.507 0 0 0 24 7.493z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/toptal.svg b/mkdocs-material/material/templates/.icons/simple/toptal.svg new file mode 100644 index 0000000..57abf8d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/toptal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.227 10.038 10.188 0l-2.04 2.04 3.773 3.769-8.155 8.153L13.807 24l2.039-2.039-3.772-3.771 8.16-8.152zM8.301 14.269l6.066-6.063 1.223 1.223-6.064 6.113-1.223-1.26z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/torbrowser.svg b/mkdocs-material/material/templates/.icons/simple/torbrowser.svg new file mode 100644 index 0000000..57c8a14 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/torbrowser.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 21.82v-1.46A8.36 8.36 0 0 0 20.36 12 8.36 8.36 0 0 0 12 3.64V2.18A9.83 9.83 0 0 1 21.82 12 9.83 9.83 0 0 1 12 21.82m0-5.09A4.74 4.74 0 0 0 16.73 12 4.74 4.74 0 0 0 12 7.27V5.82A6.17 6.17 0 0 1 18.18 12 6.17 6.17 0 0 1 12 18.18zm0-7.27A2.54 2.54 0 0 1 14.55 12 2.54 2.54 0 0 1 12 14.54zM0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0 12 12 0 0 0 0 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/torproject.svg b/mkdocs-material/material/templates/.icons/simple/torproject.svg new file mode 100644 index 0000000..e26a06e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/torproject.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.982 1.14a8.42 8.42 0 0 0-4.47 3.12 21.4 21.4 0 0 1 3-4.26 12.4 12.4 0 0 0-4 4.36l.64-2.55a14.6 14.6 0 0 0-1.9 5.35l1.12.48a33.1 33.1 0 0 1 5.61-6.5m.82 13.069c-.82-1.52-2.92-3.01-5.13-4.39-.51-.3-.61-1.41-.53-1.89l-.51-.24a6.4 6.4 0 0 0 .16 2.39c.24.75 1 1.6 1.52 2.8a18 18 0 0 1 .72 2.92 13.2 13.2 0 0 1-.54 6.119 4.26 4.26 0 0 1-1.43 1.92l-.24.16c4.16.13 8.83-4.63 5.98-9.79zm-5.4 4.789a6.6 6.6 0 0 0-.42-2 12 12 0 0 0-.75-1.44 6.2 6.2 0 0 1-.16-2.07 7 7 0 0 0 .32 1.94 11 11 0 0 1 .69 1.3 9 9 0 0 1 .59 2.27 10.4 10.4 0 0 1-.35 3 5 5 0 0 1-.4 1 4.9 4.9 0 0 0 .7-1.52 12.4 12.4 0 0 0 .36-4.48 11.6 11.6 0 0 0-.46-1.89c-.44-1.2-1.07-2.23-1.15-2.47a16.2 16.2 0 0 1-.39-3.359 14.3 14.3 0 0 0 .44 3.12c.08.24.8 1.38 1.3 2.58a7.5 7.5 0 0 1 .48 1.73 10.7 10.7 0 0 1-.53 5.159 4 4 0 0 1-.35.82 3.7 3.7 0 0 0 .8-1.41 16.14 16.14 0 0 0 0-8.11c-.42-1.28-1.41-2.4-1.65-3.169a7.7 7.7 0 0 1-.08-2.39l-2.15-1c.56 1.44.66 2.56.08 3-2.26 1.87-5.999 4-5.999 7.11 0 3.319 2 6.908 7.05 7.178a13 13 0 0 1-1.7-.56 3.45 3.45 0 0 1-1.31-.9l-.13-.14a9.34 9.34 0 0 1-2-3.639 2.7 2.7 0 0 1-.08-1.52 6.68 6.68 0 0 1 3.28-4 10 10 0 0 0 1-.61c.47-.29.77-1.53 1.08-2.53-.16.77-.34 2.26-1.06 2.82-.29.22-.61.43-.93.64-1.28.88-2.54 1.7-3.17 3.81a2.8 2.8 0 0 0 .08 1.38 9.3 9.3 0 0 0 1.95 3.51s.13.13.13.16a3 3 0 0 0 1.94 1.15c-.29-.16-.53-.35-.74-.48a4.36 4.36 0 0 1-2-3.6 3.7 3.7 0 0 1 2.18-3.39 3.58 3.58 0 0 0 1.68-2.38 3.12 3.12 0 0 1-1.59 2.5 4 4 0 0 0-2.1 3.17 5.66 5.66 0 0 0 1.89 3.4 4.1 4.1 0 0 0 1.59.72 3 3 0 0 1-.48-.5 5 5 0 0 1-.45-1 3 3 0 0 1-.27-1 3.6 3.6 0 0 1 .64-2.37 2.84 2.84 0 0 0 .9-1.35 2.87 2.87 0 0 1-.72 1.51 3 3 0 0 0-.56 2.24 4 4 0 0 0 .29.93 4 4 0 0 0 .51 1c.18.21.26.37.55.48a6.5 6.5 0 0 0 .49-2.35 9.5 9.5 0 0 0 0-1.76c-.13-.8-.4-1.6-.4-2.24.12.59.43 1.38.61 2.21a5.6 5.6 0 0 1 .11 1.73c0 .56-.08 1-.16 1.49a2 2 0 0 1-.45.93 3.2 3.2 0 0 0 1.11-2 7.9 7.9 0 0 0 .32-2.36z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/toshiba.svg b/mkdocs-material/material/templates/.icons/simple/toshiba.svg new file mode 100644 index 0000000..d212978 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/toshiba.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.174 10.172c-1.065 0-1.578.187-1.65 1.148a9 9 0 0 0-.022.68c0 .218.004.451.021.68.073.96.586 1.148 1.65 1.148s1.58-.188 1.653-1.148c.018-.229.022-.462.022-.68 0-.217-.005-.451-.022-.68-.073-.96-.588-1.148-1.652-1.148m3.79 0c-.41 0-.82.04-.985.121-.322.156-.545.38-.545 1.02 0 .375.1.654.293.796.281.21.553.23 1.31.27.305.016.47.078.47.34 0 .332-.294.332-.564.332-.28 0-.366-.025-.46-.096-.084-.063-.105-.176-.106-.348h-.95c0 .487.01.884.47 1.084.41.18 1.67.18 2.048.014.328-.145.563-.337.563-.994 0-.455-.091-.735-.44-.941-.248-.147-.945-.17-1.298-.192-.258-.016-.356-.11-.356-.338 0-.297.285-.308.53-.308.202 0 .34.018.439.105.038.039.086.099.088.307h.947c0-.408-.014-.848-.455-1.051-.175-.08-.587-.121-.998-.121zm2.206.062v3.532h.996v-1.362h1.156v1.362h.996v-3.532h-.996v1.29h-1.156v-1.29zm4.023 0v3.532h1.002v-3.532zm1.891 0v3.532h1.887c.869 0 1.162-.376 1.162-.952 0-.401-.092-.755-.643-.894.444-.114.574-.379.574-.762 0-.776-.487-.924-1.181-.924zm4.373 0-1.068 3.532h1.037l.187-.655h1.16l.19.655H24l-1.07-3.532zM0 10.236v.881h1.055v2.65H2.11v-2.65h1.055v-.88zm5.174.762c.418 0 .633.063.66.607.004.085.01.201.01.395 0 .195-.006.31-.01.395-.027.544-.242.607-.66.607s-.633-.063-.66-.607A8 8 0 0 1 4.506 12c0-.194.003-.31.008-.395.027-.544.242-.607.66-.607m12.906.045h.69c.18 0 .293.085.293.291 0 .176-.112.285-.293.285h-.69zm4.111.064h.006l.354 1.22h-.713zm-4.11 1.207h.689c.279 0 .337.124.337.323s-.11.32-.337.32h-.69z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/totvs.svg b/mkdocs-material/material/templates/.icons/simple/totvs.svg new file mode 100644 index 0000000..0044cc3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/totvs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.385 0 0 5.339 0 12c0 6.614 5.385 12 12 12 6.614 0 12-5.386 12-12S18.614 0 12 0M8.648 3.813c1.275-.068 10.697 2.302 11.43 2.943.614.85.614 9.118 0 9.685-.284.095-2.127-.283-4.205-.755 0 2.031-.143 3.966-.426 4.203-.756.236-10.772-2.267-11.527-2.928-.615-.85-.615-9.119 0-9.686.283-.094 2.079.284 4.205.756 0-2.031.142-3.969.425-4.205a.5.5 0 0 1 .098-.013m-.523 4.265c-.048 2.362.095 4.961.425 5.434.426.378 4.158 1.418 7.276 2.174.047-2.41-.095-5.008-.426-5.481-.425-.378-4.157-1.418-7.275-2.127"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tourbox.svg b/mkdocs-material/material/templates/.icons/simple/tourbox.svg new file mode 100644 index 0000000..8dae948 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tourbox.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.401 9.664c0-.28.3-.506.898-.668a6.7 6.7 0 0 1 1.716-.202 6.7 6.7 0 0 1 1.715.202q.906.246.904.668v1.632q.002.424-.904.67-.75.205-1.715.204a6.6 6.6 0 0 1-1.716-.203q-.899-.247-.898-.67Zm2.614 3.417q3.551 0 3.55-1.785V9.664q.001-1.784-3.55-1.784-3.545.002-3.545 1.784v1.632q0 1.786 3.545 1.787m10.542-1.75V7.906h-.931v3.431c0 .24-.127.43-.38.557q-.637.327-1.8.327a4.6 4.6 0 0 1-1.43-.207q-.746-.248-.747-.677v-3.43h-.931v3.423q0 .986 1.108 1.449c.544.222 1.21.339 1.999.339a5.3 5.3 0 0 0 2.004-.332q1.108-.456 1.108-1.456m2.262-3.264h.008a.03.03 0 0 0 .02-.01zm-.637 1.592c0-.235.126-.415.384-.552q.68-.355 1.959-.354.553-.002 1.196.127L24 8.01a7 7 0 0 0-1.475-.13q-.961.001-1.696.185-1.594.442-1.594 1.594v3.424h.947zM5.839 14.19a7.6 7.6 0 0 0-1.46.134l.182.86a7.3 7.3 0 0 1 1.275-.134c.524 0 1.017.07 1.493.213.572.167.86.392.86.665v1.63q0 .418-.81.658a5.6 5.6 0 0 1-1.54.192 5.5 5.5 0 0 1-1.54-.195c-.545-.16-.81-.38-.81-.658v-4.498c.21.01.42.025.65.025v-1.063a12 12 0 0 1-1.709-.25q-1.311-.295-1.31-.75V8.234h3.03V7.192H1.118V4.697H0v6.32c0 1.072.893 1.722 2.65 1.958v4.59q-.001 1.739 3.19 1.738 3.188.002 3.188-1.738v-1.632q0-1.746-3.188-1.746m10.132 3.3q0 .424-.903.67a6.8 6.8 0 0 1-1.716.202 6.7 6.7 0 0 1-1.716-.202q-.9-.246-.9-.67v-1.633c0-.28.3-.506.9-.668a6.6 6.6 0 0 1 1.716-.202c.64 0 1.215.065 1.716.202q.903.247.903.668zm-2.62-3.417q-3.548.002-3.547 1.784v1.632q-.001 1.786 3.548 1.787 3.548-.002 3.548-1.787v-1.632q0-1.784-3.548-1.784m9.669.514q0 .444-1.025.934c-.564.235-.995.404-1.28.506a18 18 0 0 1-1.286-.506c-.683-.33-1.02-.638-1.02-.932v-.49h-.93v.49q-.001.67.67 1.2.386.315 1.28.728c-1.298.668-1.948 1.44-1.948 2.308v.45h.928v-.45q-.001-.532.904-1.123a6.8 6.8 0 0 1 1.41-.704c.523.2.988.43 1.396.704q.9.591.9 1.123v.45h.932v-.45c0-.868-.648-1.64-1.95-2.308q.898-.413 1.284-.728.665-.531.666-1.2v-.49h-.931zm0 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tower.svg b/mkdocs-material/material/templates/.icons/simple/tower.svg new file mode 100644 index 0000000..49a4022 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tower.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.733 11.831c.324 0 .442.028.564.084a.73.73 0 0 1 .3.249c.077.11.126.22.186.538l.265 1.415.015.081H2.937l.015-.08.265-1.416c.06-.318.109-.429.186-.538a.73.73 0 0 1 .3-.25c.122-.055.24-.083.564-.083zm1.149 3.052-1.227 1.743c-.174.246-.248.325-.343.401a.9.9 0 0 1-.315.163c-.117.034-.224.05-.525.05H5.528c-.301 0-.408-.016-.525-.05a.9.9 0 0 1-.315-.163c-.095-.076-.169-.155-.343-.401l-1.227-1.743-.007-.01h17.778zM2.232 0h19.536c.482 0 .657.05.834.144a1 1 0 0 1 .408.41c.095.176.145.35.145.833v.945c0 .482-.05.657-.145.833a1 1 0 0 1-.408.409c-.177.094-.352.144-.834.144H2.232c-.482 0-.657-.05-.834-.144a1 1 0 0 1-.408-.41c-.095-.175-.145-.35-.145-.832v-.945C.845.904.895.73.99.553a1 1 0 0 1 .408-.409C1.575.05 1.75 0 2.232 0m5.273 4.733 1.028 6.422H4.637L2.75 4.731Zm8.651 0-1.088 6.422H9.209L8.121 4.732Zm5.094.002-1.88 6.422h-3.63l1.025-6.423zM8.106 18.254a18 18 0 0 1 1.567 5.45.34.34 0 0 0 .335.296h3.972c.17 0 .313-.127.334-.296a18 18 0 0 1 1.567-5.45z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/toyota.svg b/mkdocs-material/material/templates/.icons/simple/toyota.svg new file mode 100644 index 0000000..83e9564 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/toyota.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3.848C5.223 3.848 0 7.298 0 12s5.224 8.152 12 8.152S24 16.702 24 12s-5.223-8.152-12-8.152m7.334 3.839c0 1.08-1.725 1.913-4.488 2.246-.26-2.58-1.005-4.279-1.963-4.913 2.948.184 6.45 1.227 6.45 2.667zM12 16.401c-.96 0-1.746-1.5-1.808-4.389q.866.071 1.808.072.942 0 1.807-.072c-.061 2.89-.847 4.389-1.807 4.389m0-6.308q-.886 0-1.69-.054c.261-1.728.92-3.15 1.69-3.15s1.428 1.422 1.689 3.15q-.803.053-1.689.054m-.882-5.075c-.956.633-1.706 2.333-1.964 4.915C6.391 9.6 4.665 8.767 4.665 7.687c0-1.44 3.504-2.49 6.453-2.669M2.037 11.68a5.27 5.27 0 0 1 1.048-3.164c.27 1.547 2.522 2.881 5.972 3.37V12c0 3.772.879 6.203 2.087 6.97-5.107-.321-9.107-3.48-9.107-7.29m10.823 7.29c1.207-.767 2.087-3.198 2.087-6.97v-.115c3.447-.488 5.704-1.826 5.972-3.37a5.26 5.26 0 0 1 1.049 3.165c-.004 3.81-4.008 6.969-9.109 7.29z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tplink.svg b/mkdocs-material/material/templates/.icons/simple/tplink.svg new file mode 100644 index 0000000..604403f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tplink.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.185 0C10.218 0 6.25 3.984 6.25 8.903V10.8h4.99V8.903c0-2.135 1.736-3.863 3.946-3.863 2.187 0 3.708 1.536 3.708 3.815 0 2.257-1.64 3.912-3.827 3.912h-1.878v5.039h1.878c4.874 0 8.819-4.007 8.819-8.952C23.885 3.72 20.2 0 15.185 0M.115 12.6v4.103c0 .624.523 1.248 1.236 1.248h4.753v4.801c0 .624.523 1.248 1.236 1.248h4.065V12.6Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tqdm.svg b/mkdocs-material/material/templates/.icons/simple/tqdm.svg new file mode 100644 index 0000000..6ccbcf6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tqdm.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 14.562a2.338 2.338 0 1 1 0-4.677 2.338 2.338 0 0 1 0 4.677M12 0C5.392 0 .036 5.473.036 12.224c0 5.579 3.659 10.281 8.658 11.746.428.126.87-.162.962-.598l.141-.669c.086-.41-.169-.799-.57-.92-4.039-1.221-6.986-5.037-6.986-9.559 0-5.507 4.37-9.972 9.76-9.972s9.76 4.464 9.76 9.972c0 4.515-2.938 8.325-6.967 9.552-.4.122-.654.511-.567.919l.142.67c.093.437.535.723.963.596 4.986-1.474 8.633-6.169 8.633-11.738C23.964 5.473 18.608 0 12 0m7.152 12.224c0-4.04-3.202-7.315-7.152-7.315s-7.152 3.275-7.152 7.315c0 3.191 1.999 5.903 4.786 6.902a.79.79 0 0 0 1.037-.582l.042-.199a.77.77 0 0 0-.489-.889c-2.118-.752-3.639-2.809-3.639-5.232 0-3.059 2.424-5.539 5.415-5.539s5.415 2.48 5.415 5.539c0 2.418-1.516 4.472-3.628 5.227a.77.77 0 0 0-.487.89l.042.199a.79.79 0 0 0 1.038.58c2.78-1.003 4.772-3.71 4.772-6.896"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/traccar.svg b/mkdocs-material/material/templates/.icons/simple/traccar.svg new file mode 100644 index 0000000..8a689a3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/traccar.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.001 1.61C.262 4.923-1.704 12.26 1.61 17.999s10.65 7.705 16.389 4.392S25.704 11.74 22.39 6 11.74-1.704 6 1.61m.706 1.222C11.77-.091 18.245 1.644 21.168 6.707s1.189 11.538-3.874 14.461-11.538 1.189-14.462-3.874S1.644 5.756 6.707 2.832m3.914 14.315a3.768 3.768 0 1 1-3.768-6.526l1.884 3.263Zm5.725-11.395L15.17 7.247c.665.511 1.28 1.156 1.725 1.927s.696 1.626.807 2.458l1.882-.272a8.404 8.404 0 0 0-3.238-5.608m-2.272 3.011-1.176 1.495c.274.216.548.48.734.8s.276.69.325 1.036l1.883-.272a4.6 4.6 0 0 0-.577-1.706 4.6 4.6 0 0 0-1.189-1.353Zm-3.832 3.708a.942.942 0 1 0 1.884 0 .942.942 0 1 0-1.884 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tradingview.svg b/mkdocs-material/material/templates/.icons/simple/tradingview.svg new file mode 100644 index 0000000..5c89906 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tradingview.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.865 8.279a2.452 2.452 0 1 1-4.904 0 2.452 2.452 0 0 1 4.904 0M9.75 6H0v4.904h4.846v7.269H9.75Zm8.596 0H24l-5.106 12.173H13.24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/traefikmesh.svg b/mkdocs-material/material/templates/.icons/simple/traefikmesh.svg new file mode 100644 index 0000000..aafcec3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/traefikmesh.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m8.646 4.738.034.02 2.945 1.66a.66.66 0 0 0 .65 0l2.92-1.644a.992.992 0 0 1 1.008 1.71l-.033.02-1.688.952a.33.33 0 0 0 0 .574l4.555 2.57a.66.66 0 0 0 .65 0l2.815-1.59a.993.993 0 0 1 1.01 1.71l-.035.02-1.585.89a.33.33 0 0 0 0 .578l1.594.897a.992.993 0 0 1-.94 1.748l-.035-.02-2.826-1.591a.66.66 0 0 0-.65 0l-4.605 2.595a.33.33 0 0 0 0 .575l1.905 1.072a.993.993 0 0 1-.94 1.748l-.035-.018-3.133-1.767a.66.66 0 0 0-.65 0L8.416 19.23a.992.992 0 0 1-1.006-1.71l.033-.02 1.93-1.088a.33.33 0 0 0 0-.575l-4.564-2.572a.66.66 0 0 0-.65 0l-2.689 1.51a.993.993 0 0 1-1.005-1.711l.034-.018 1.452-.817a.33.33 0 0 0 0-.577l-1.45-.817a.992.992 0 0 1 .941-1.746l.033.018 2.685 1.515a.66.66 0 0 0 .65 0l4.607-2.596a.33.33 0 0 0 0-.576l-1.711-.963a.992.993 0 0 1 .94-1.748Zm2.977 4.324-4.609 2.59a.33.33 0 0 0 0 .58l4.563 2.57a.66.66 0 0 0 .65 0l4.606-2.595a.33.33 0 0 0 0-.577l-4.558-2.57a.66.66 0 0 0-.65 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/traefikproxy.svg b/mkdocs-material/material/templates/.icons/simple/traefikproxy.svg new file mode 100644 index 0000000..58b04c1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/traefikproxy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1.19c1.088 0 2.056.768 2.056 1.714 0 .947-.921 1.715-2.056 1.715q-.195 0-.509-.064a.7.7 0 0 0-.475.076l-7.37 4.195a.344.344 0 0 0 .001.597l7.99 4.49a.69.69 0 0 0 .669 0l8.034-4.468a.343.343 0 0 0 .003-.598l-2.507-1.424a.68.68 0 0 0-.67-.003l-2.647 1.468a.23.23 0 0 0-.119.18l-.001.025c0 .946-.921 1.714-2.056 1.714s-2.056-.768-2.056-1.714c0-.947.921-1.715 2.056-1.715q.063 0 .145.007l.087.008.096.013a.7.7 0 0 0 .425-.08l3.913-2.173c.3-.166.662-.171.965-.017l.04.023 5.465 3.104a1.03 1.03 0 0 1 .03 1.773l-.037.021-3.656 2.033a.343.343 0 0 0 .007.604l3.62 1.906c.72.378.736 1.402.03 1.804l-10.995 6.272a1.03 1.03 0 0 1-1.019 0L.526 16.43a1.03 1.03 0 0 1 .034-1.806l3.66-1.911a.343.343 0 0 0 .01-.603L.524 10.029a1.03 1.03 0 0 1-.041-1.77l.036-.021L9.618 3.06a.7.7 0 0 0 .308-.369l.011-.036c.32-.952 1.046-1.466 2.063-1.466Zm5.076 12.63-4.492 2.586-.041.022a1.02 1.02 0 0 1-.973-.018l-4.478-2.527a.68.68 0 0 0-.65-.01L3.86 15.224a.343.343 0 0 0-.012.602l7.887 4.515a.68.68 0 0 0 .677 0l7.956-4.547a.343.343 0 0 0-.01-.602l-2.623-1.384a.68.68 0 0 0-.659.012"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/trailforks.svg b/mkdocs-material/material/templates/.icons/simple/trailforks.svg new file mode 100644 index 0000000..d4813f6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/trailforks.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1.608 0 22.392h24zm-1.292 5.698h2.584v5.885l2.664 1.917v5.587h-2.204V16.05L12 14.788l-1.752 1.262v4.645H8.044v-5.587l2.664-1.917z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/trainerroad.svg b/mkdocs-material/material/templates/.icons/simple/trainerroad.svg new file mode 100644 index 0000000..27f5780 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/trainerroad.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.289 14.039c.157-.064.44-.199.51-.234 1.105-.56 1.92-1.222 2.42-1.966.527-.756.8-1.658.78-2.579 0-1.253-.456-2.193-1.398-2.874-.922-.668-2.225-.971-3.874-1.012H1.357L0 8.421h5.528a.05.05 0 0 1 .038.016.02.02 0 0 1 .004.019L2.785 16.85h3.668c.063 0 .12-.041.14-.102l2.759-8.303a.04.04 0 0 1 .042-.024l2.823.001q.022 0 .038.015a.02.02 0 0 1 .004.019L9.473 16.85h3.669c.064 0 .12-.042.14-.103l.742-2.26a.04.04 0 0 1 .042-.024s2.452.005 2.452.003c.864 1.363 1.807 2.878 2.616 4.16l3.844-.002c.118 0 .19-.13.125-.229l-2.832-4.321c-.01-.022.013-.025.018-.035m-.45-3.355c-.437.412-1.185.612-2.163.612h-2.583l.952-2.874 2.353.001c1.14.017 1.826.514 1.838 1.337a1.22 1.22 0 0 1-.397.924"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/trakt.svg b/mkdocs-material/material/templates/.icons/simple/trakt.svg new file mode 100644 index 0000000..5d8a31b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/trakt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 24C5.385 24 0 18.615 0 12S5.385 0 12 0s12 5.385 12 12-5.385 12-12 12m0-22.789C6.05 1.211 1.211 6.05 1.211 12S6.05 22.79 12 22.79 22.79 17.95 22.79 12 17.95 1.211 12 1.211m-7.11 17.32A9.6 9.6 0 0 0 12 21.644a9.6 9.6 0 0 0 4.027-.876l-6.697-6.68zm14.288-.067a9.65 9.65 0 0 0 2.484-6.466c0-3.885-2.287-7.215-5.568-8.76l-6.089 6.076 9.164 9.15zm-9.877-8.429L4.227 15.09l-.679-.68 5.337-5.336 6.23-6.225A9.8 9.8 0 0 0 12 2.34C6.663 2.337 2.337 6.663 2.337 12c0 2.172.713 4.178 1.939 5.801l5.056-5.055.359.329 7.245 7.245a3 3 0 0 0 .42-.266L9.33 12.05l-4.854 4.855-.679-.679 5.535-5.535.359.331 8.46 8.437c.135-.1.255-.215.375-.316L9.39 10.027l-.083.015zm3.047 1.028-.678-.676 4.788-4.79.679.689-4.789 4.785zm4.542-6.578-5.52 5.52-.68-.679 5.521-5.52.679.684z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/transifex.svg b/mkdocs-material/material/templates/.icons/simple/transifex.svg new file mode 100644 index 0000000..ea4cd8e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/transifex.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.073 12.851-2.758-2.757 3.722-3.659a.33.33 0 0 1 .467.003l2.27 2.309a.33.33 0 0 1-.004.468zm0 0h-.001zm-9.04-6.433 12.87 12.869c.129.13.129.34 0 .469l-2.289 2.289a.33.33 0 0 1-.468 0l-5.168-5.168-2.863 2.815c-.604.593-1.244 1.159-1.975 1.591a7 7 0 0 1-2.248.83c-2.191.42-4.557-.047-6.303-1.468A7.07 7.07 0 0 1 0 15.207V2.069a.33.33 0 0 1 .331-.33h3.237a.33.33 0 0 1 .331.33v4.125H6.65c.178 0 .323.145.323.323v3.617a.323.323 0 0 1-.323.323H3.899v4.75c0 1.272.808 2.429 1.988 2.893.753.295 1.617.321 2.397.131.852-.206 1.484-.717 2.097-1.319l2.839-2.792-4.945-4.945a.33.33 0 0 1 0-.468l2.289-2.289a.333.333 0 0 1 .469 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/transmission.svg b/mkdocs-material/material/templates/.icons/simple/transmission.svg new file mode 100644 index 0000000..84e4cf0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/transmission.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.696 9.46v12.794c0 .945.884 1.709 1.715 1.709H20.57c.878 0 1.715-.61 1.715-1.709V9.467a73 73 0 0 1-6.863.77v5.147h3.432l-6.863 6.863-6.863-6.863H8.56v-5.086a47.5 47.5 0 0 1-6.843-.831h-.02zM15.42.037v8.417c2.246-.147 4.531-.167 6.863-.542C23.223 7.764 24 7.1 24 6.089v-3.8c0-1.012-.784-1.662-1.716-1.83C19.945.03 17.667.164 15.421.037zM8.56.05C6.239.191 3.96.077 1.716.46.777.619 0 1.277 0 2.289v3.8C0 7.1.784 7.73 1.716 7.912c2.218.442 4.504.476 6.843.603z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/transportforireland.svg b/mkdocs-material/material/templates/.icons/simple/transportforireland.svg new file mode 100644 index 0000000..9fc4d8d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/transportforireland.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0v12c0 6.62 5.38 12 12 12h12V11.978h-.022c0-6.62-5.38-11.978-12-11.978zm3.376 8.145h6.337v1.546h-2.33v6.12H5.706v-6.12h-2.33zm8.014 0h5.837V9.67h-4.138v1.633h3.659v1.546h-3.659v2.962H11.39zm7.535 0h1.678v7.666h-1.678Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/transportforlondon.svg b/mkdocs-material/material/templates/.icons/simple/transportforlondon.svg new file mode 100644 index 0000000..f3c137c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/transportforlondon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2.25a9.73 9.73 0 0 0-9.49 7.5H0v4.5h2.51a9.73 9.73 0 0 0 9.49 7.5c4.62 0 8.48-3.2 9.49-7.5H24v-4.5h-2.51A9.73 9.73 0 0 0 12 2.25M12 6c2.5 0 4.66 1.56 5.56 3.75H6.44A6.02 6.02 0 0 1 12 6m-5.56 8.25h11.12A6.02 6.02 0 0 1 12 18a6.02 6.02 0 0 1-5.56-3.75"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/travisci.svg b/mkdocs-material/material/templates/.icons/simple/travisci.svg new file mode 100644 index 0000000..8c6cc2e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/travisci.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.32 13.025a.485.485 0 1 1-.97 0c0-.446-.167-.758-.406-.758s-.405.312-.405.758a.485.485 0 1 1-.97 0c0-1.187.713-1.728 1.375-1.728s1.376.541 1.376 1.728m6.017.485a.485.485 0 0 0 .485-.485c0-.446.167-.758.405-.758s.405.312.405.758a.485.485 0 1 0 .97 0c0-1.187-.713-1.728-1.375-1.728s-1.375.541-1.375 1.728c0 .268.217.485.485.485m7.967-4.454-.191 2.459a.8.8 0 0 1-.367.623.85.85 0 0 1-.46.13 1.1 1.1 0 0 1-.366-.068c-.271-.101-.544-.192-.817-.285a9 9 0 0 1-.094 1.614c-.04.242-.092.471-.138.707a.5.5 0 0 1-.024.125 19.5 19.5 0 0 1-1.033 3.513l.033-.02.897-.537c.193-.137.599-.122.815.1a.65.65 0 0 1 .173.577.7.7 0 0 1-.053.159c-.061.135-.319.706-.866 1.906-.675 1.483-2.06 1.77-2.121 1.782.001.001-.907.214-1.879.44C15.458 23.419 13.87 24 12.087 24c-1.84 0-3.448-.58-4.787-1.713l-1.924-.45c-.041-.008-1.427-.294-2.103-1.778l-.87-1.914c-.005-.019-.05-.158-.053-.177-.009-.625.621-.914 1.023-.632l.858.512c.006.003.074.043.171.085a20.4 20.4 0 0 1-.982-3.444c-.063-.317-.129-.63-.183-.96a9 9 0 0 1-.09-1.7q-.536.175-1.066.372c-.292.109-.593.087-.827-.062a.8.8 0 0 1-.366-.621L.695 9.055c-.036-.475.305-.969.794-1.152l.3-.117c.225-.089.505-.198.837-.318C3.65 3.124 7.566 0 12.041 0c4.516 0 8.438 3.158 9.434 7.549.472.153.843.281 1.036.355.492.183.833.677.793 1.152m-4.612 8.973c.369-.815.678-1.708.93-2.67l-.997.713a.95.95 0 0 1-.655.166l-4.467-.47a.96.96 0 0 1-.821-.698l-.558-1.923a3 3 0 0 0-.244 0l-.56 1.93a.955.955 0 0 1-.82.691l-4.471.471a.95.95 0 0 1-.642-.162l-.723-.503q.347 1.335.824 2.451c.609-.028 1.207-.069 1.209-.069.001 0 .434-.039.788-.332l1.061-.885c.148-.165.652-.465 1.33-.271.196.055.495.146.815.243q.094.029.17.092c.532.445 1.832.445 2.365.002a.5.5 0 0 1 .168-.091c.337-.103.631-.192.823-.247.68-.193 1.182.108 1.374.314l1.016.843c.353.294.785.332.789.332-.001.001.658.045 1.296.073m-6.605 5.001a6.4 6.4 0 0 0 1.949-.313c-.932-.209-1.555-1.019-1.588-1.062l-.406-.542-.407.543c-.031.043-.641.842-1.558 1.06.63.196 1.295.314 2.01.314m6.941-4.016a64 64 0 0 1-1.701-.089 2.5 2.5 0 0 1-1.339-.554l-1.065-.888c-.055-.051-.187-.152-.442-.083-.176.05-.436.13-.717.216-.878.655-2.567.655-3.443-.003a44 44 0 0 0-.709-.212c-.258-.076-.386.03-.411.052l-1.097.918a2.52 2.52 0 0 1-1.341.553s-.872.059-1.594.085h-.002l-.106.004a2.4 2.4 0 0 1-1.341-.343l-.018-.01.453.996c.463 1.017 1.389 1.225 1.427 1.232.014.004 2.754.646 3.822.889.781.174 1.447-.696 1.454-.705l.795-1.061c.183-.245.594-.245.776 0l.796 1.061c.007.009.682.881 1.455.705 1.067-.243 3.807-.886 3.807-.886a2.2 2.2 0 0 0 1.442-1.236l.452-.993-.026.015a2.27 2.27 0 0 1-1.327.337m1.096-7.412a28.3 28.3 0 0 0-15.998-.075 8 8 0 0 0 .067 1.845c.045.275.1.535.152.8l1.591 1.108 4.461-.476.642-2.243a.49.49 0 0 1 .395-.345 3.9 3.9 0 0 1 1.135.003.48.48 0 0 1 .394.344l.652 2.245 4.462.468 1.864-1.336c.036-.19.079-.374.111-.568a8 8 0 0 0 .072-1.77m2.214-2.623c-.005-.034-.073-.133-.165-.167l-.004-.001c-.22-.083-.68-.242-1.256-.423l-.007-.005c-.955-.299-2.771-.823-4.267-.99a.485.485 0 0 1 .108-.964c1.192.134 2.529.466 3.637.787C19.298 3.552 15.913.97 12.041.97c-3.832 0-7.207 2.549-8.318 6.165a20 20 0 0 1 3.27-.705.484.484 0 1 1 .121.962 19.2 19.2 0 0 0-3.909.899l-.005.004c-.432.149-.785.288-1.056.394l-.315.123c-.094.035-.162.135-.167.175l.177 2.264a29.4 29.4 0 0 1 10.164-1.817c3.442 0 6.881.607 10.157 1.82zm-8.534-5.986h-3.539a.485.485 0 0 0-.485.485v.811a.485.485 0 1 0 .97 0v-.326h.746v3.308h-.521a.485.485 0 1 0 0 .97h2.061a.485.485 0 1 0 0-.97h-.57V3.963h.853v.326a.485.485 0 1 0 .97 0v-.811a.485.485 0 0 0-.485-.485"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/treehouse.svg b/mkdocs-material/material/templates/.icons/simple/treehouse.svg new file mode 100644 index 0000000..783901c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/treehouse.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.398 4.386c-.821-.448-2.09.298-2.837 1.642l-1.418 2.389c-.523.97-.448 2.165.224 3.135l.075.075a23 23 0 0 0 1.791 2.09c.15.15.299.373.373.672.224.821-.224 1.717-1.12 1.94-.82.225-1.716-.223-1.94-1.119-.075-.224-.075-.448-.075-.597.075-.373-.074-.896-.597-1.493-.522-.523-1.493.522-1.866 1.567v.075c-.299 1.045-.523 2.016-.448 2.09 0 .075.075.075.075.15.448.895.149 1.94-.747 2.388s-1.94.15-2.389-.746-.15-1.941.747-2.389c.074 0 .074-.075.149-.075s.224-.448.448-1.045c.15-.522.224-.746.299-.97.074-.299.224-1.045.149-1.344-.075-.373-.448-.373-.821-.15-.224.15-.672.523-.821.673a2.9 2.9 0 0 0-.822 1.12 2.3 2.3 0 0 1-.373.522 1.636 1.636 0 0 1-2.24-.224 1.636 1.636 0 0 1 .225-2.24c.224-.149.448-.298.671-.298.374-.075 1.717-.896 2.539-1.493.149-.075.373-.299.448-.373.223-.299 0-.523-.224-.523-.672.075-1.419.15-1.568.373-.075.075-.15.224-.299.299-.597.448-1.493.299-1.94-.299-.449-.597-.3-1.493.298-1.94.224-.225.597-.3.821-.3.523 0 1.866.3 2.911.075l.299-.074c1.12-.224 2.464-1.195 2.986-2.165 0 0 .523-.896 1.12-2.016.672-1.12.597-2.388-.075-2.762L13.157.28c-.672-.373-1.642-.373-2.314 0l-8.66 4.927C1.513 5.58.99 6.476.99 7.222v9.555c0 .747.523 1.643 1.195 2.016l8.659 4.927c.672.373 1.717.373 2.314 0l8.66-4.927c.671-.373 1.194-1.269 1.194-2.015V7.222c0-.746-.523-1.642-1.194-2.015 0 0-.598-.373-1.419-.821z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/trello.svg b/mkdocs-material/material/templates/.icons/simple/trello.svg new file mode 100644 index 0000000..0d251a9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/trello.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.147 0H2.853A2.86 2.86 0 0 0 0 2.853v18.294A2.86 2.86 0 0 0 2.853 24h18.294A2.86 2.86 0 0 0 24 21.147V2.853A2.86 2.86 0 0 0 21.147 0M10.34 17.287a.953.953 0 0 1-.953.953h-4a.954.954 0 0 1-.954-.953V5.38a.953.953 0 0 1 .954-.953h4a.954.954 0 0 1 .953.953zm9.233-5.467a.944.944 0 0 1-.953.947h-4a.947.947 0 0 1-.953-.947V5.38a.953.953 0 0 1 .953-.953h4a.954.954 0 0 1 .953.953z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/trendmicro.svg b/mkdocs-material/material/templates/.icons/simple/trendmicro.svg new file mode 100644 index 0000000..d906c13 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/trendmicro.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.38 0 0 5.37 0 12c0 2.45.734 4.72 2 6.62-.5-1.17-.42-2.68.19-4.33l.01-.04.05-.13.05-.12.02-.05c.22-.55.5-1.12.84-1.69.05-.1.09-.19.14-.26H1.86l.35-.79c1.19-.33 3.17-.99 5.06-2.82h1.05l-1.29 2.75H9.1l-.38.82H6.66s-.97 1.94-1.3 3.32c-.25 1.54 0 2.72 1.38 3.13.85.26 1.92.2 3.07-.12 2.69-.84 5.53-2.67 7.62-5.11 3.44-3.99 3.51-8.08.15-9.13-2.15-.67-5.19.08-8 1.75 3.5-2.26 7.36-3.3 10.01-2.49.5.15.94.37 1.3.63A11.97 11.97 0 0 0 12 0m10.17 5.63c.83 2.18-.2 5.44-2.97 8.66-4.16 4.84-10.73 7.76-14.7 6.54a4.5 4.5 0 0 1-1.26-.62A11.96 11.96 0 0 0 12 24c6.63 0 12-5.37 12-12 0-2.34-.67-4.5-1.83-6.37"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/treyarch.svg b/mkdocs-material/material/templates/.icons/simple/treyarch.svg new file mode 100644 index 0000000..4a9c61a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/treyarch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.313 23.017C.576 22.764-.232 21.704.058 20.061a6.6 6.6 0 0 1 .88-2.288c1.328-2.123 3.2-3.896 5.3-5.016.556-.297 1.881-.863 2.02-.863.03 0 .106.232.167.516.095.442.19.64.67 1.397.308.485.587.908.62.941.085.085.164-.471.164-1.153v-.572l.25.463c.294.542.588.98.743 1.109.06.05.006-.1-.122-.333-.982-1.793-1.62-4.265-1.622-6.286-.002-2.003.488-3.555 1.417-4.488.444-.446.813-.628 1.35-.667 1-.072 1.748.635 2.235 2.113.08.247.13.467.108.488-.022.023-.04-.003-.04-.058 0-.053-.133-.37-.295-.703-.332-.682-.786-1.219-1.187-1.402-.257-.118-.759-.166-.844-.082-.023.023.133.23.347.46.482.514.865 1.27 1.099 2.165.151.58.176.826.203 2.042.058 2.547-.35 4.406-1.289 5.861-.396.616-.456.554-.083-.087.154-.265.272-.564.295-.752.022-.172.026-.313.011-.313s-.11.148-.212.329c-.164.292-.21.33-.405.33h-.22l.134.215.134.217-.598.788c-.496.654-.916 1.19-1.179 1.503-.047.055-.741-1.063-1.084-1.745a7 7 0 0 0-.197-.375c-.047-.053-1.217.549-1.728.889-1.559 1.037-2.59 2.74-2.16 3.57.318.614 1.731.37 3.166-.55.181-.115.556-.393.833-.616s.568-.406.646-.406c.081 0 .297-.146.502-.34.197-.186.374-.324.392-.306.06.061-1.838 1.857-2.473 2.34-1.562 1.185-2.92 1.643-3.876 1.306-.265-.094-.272-.093-.27.05.002.223.23.674.403.799.152.11.148.11-.174.067-.974-.134-1.547-.72-1.548-1.583 0-.385.213-1.165.477-1.74.595-1.298 2.396-3.08 3.694-3.653.296-.13.418-.248.824-.787.372-.496.453-.642.374-.673-.128-.049-.332.03-1.307.513-2.741 1.355-4.636 3.4-5.194 5.605-.231.916-.078 1.967.366 2.507l.153.187-.031-.814c-.026-.681-.009-.904.107-1.362.136-.539.492-1.363.7-1.622.076-.093.069-.054-.024.137-.397.82-.532 1.769-.344 2.416.305 1.051 1.716 1.562 3.24 1.173 1.04-.265 2.373-1.01 3.749-2.096.9-.71 2.84-2.689 3.375-3.44 1.631-2.296 2.48-5.781 2.15-8.84-.261-2.422-1.335-4.097-2.825-4.405a5 5 0 0 1-.62-.177c-.22-.088-.24-.11-.132-.153.335-.13 1.167-.046 1.701.175.09.038.112.03.078-.026-.094-.152-.54-.29-1.093-.338l-.56-.049.461-.01.461-.012-.259-.137c-.208-.11-.327-.128-.609-.095-.695.082-1.577.512-2.201 1.074-.431.389-.197.015.298-.476 1.1-1.088 2.587-1.296 4.117-.574.573.27 1.346 1 1.706 1.61.443.754.77 1.763.945 2.918.19 1.254.056 4-.267 5.48l-.118.54.631.208c.61.2 1.675.653 1.634.694-.01.011-.36-.11-.775-.268s-.768-.275-.784-.258c-.076.075 1.393 1.451 1.906 1.786 1.974 1.286 3.3 2.717 3.524 3.804.023.11-.032.027-.122-.184-.396-.93-1.05-1.723-2.146-2.605-1.376-1.107-2.975-2.005-3.94-2.213-.449-.097-.182.074.558.36 1.925.74 3.764 2.121 4.814 3.617.762 1.085.872 2.134.263 2.506-.325.198-1.153.183-2.036-.038-.589-.148-2.732-.934-2.679-.983.01-.008.226.038.48.103 1.368.36 2.145-.015 2.057-.994-.116-1.275-1.615-2.72-3.596-3.466-.231-.087-.427-.15-.434-.14a46 46 0 0 1-1.034 1.788l-.514.847.156.273a2 2 0 0 1 .202.602c.08.581.244.85.737 1.213 1.082.795 2.677 1.561 3.92 1.882.337.087.55.16.472.162-.188.004-1.284-.287-1.736-.462-1.087-.42-2.078-.994-3.483-2.017-.696-.506-.962-.667-1.001-.604-.064.103.116.267 1.027.938 1.96 1.444 4.675 2.543 6.282 2.543.992 0 1.62-.34 1.981-1.073a2.9 2.9 0 0 0 .256-.84l.051-.425.092.296c.099.32.13 1.549.048 1.877-.05.195-.048.195.08-.034.524-.927.54-2.254.043-3.38a10 10 0 0 0-.494-.9c-.407-.665-.165-.407.389.413.95 1.407 1.38 2.8 1.197 3.87a3.3 3.3 0 0 1-.239.774c-.31.605-.987 1.113-1.783 1.337-.483.136-1.965.121-2.657-.026-2.165-.463-4.985-2.04-6.989-3.908l-.365-.34-.658.639c-1.713 1.66-3.34 2.755-4.841 3.258-.647.216-1.636.411-2.53.499-.81.079-1.024.078-1.583-.003zM12.97 10.99c.393-1.77.336-3.854-.135-4.908-.61-1.367-1.746-.996-2.083.68-.154.766-.19 1.6-.112 2.55.063.764.213 1.789.3 2.04.02.06.277.082.98.082h.951zm6.514 9.62a.6.6 0 0 1 .23 0c.064.014.012.03-.115.03-.126 0-.178-.016-.115-.03m2.637-2.227c0-.182.013-.248.028-.148s.015.248 0 .33c-.016.08-.029-.001-.028-.183zM7.786 10c-.268-1.136-.324-1.7-.288-2.866.025-.78.072-1.22.174-1.63.137-.549.468-1.535.503-1.5.01.009-.005.147-.034.303-.03.16-.024.394.012.537.051.2.034.366-.08.802-.19.72-.258 2.574-.128 3.452.048.324.078.618.067.655a4 4 0 0 0-.019.51c.001.245-.008.445-.02.445-.01 0-.095-.319-.187-.708"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tricentis.svg b/mkdocs-material/material/templates/.icons/simple/tricentis.svg new file mode 100644 index 0000000..cb3276f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tricentis.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.271 10.42 6.86 3.006 9.833.034l4.438 4.438L18.742 0l2.974 2.974ZM9.825 24l-2.973-2.974 7.445-7.445 7.412 7.412-2.974 2.973-4.438-4.437zm-4.567-4.568-2.974-2.974 4.47-4.47-4.437-4.439 2.974-2.974 7.412 7.412Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/trilium.svg b/mkdocs-material/material/templates/.icons/simple/trilium.svg new file mode 100644 index 0000000..3e22eda --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/trilium.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.855 20.514c-.778-.725-.812-1.463-.873-1.589-.08.247-.125.405-.137.85-.756-.732-1.286-1.58-1.313-2.594-.038-1.36.574-1.852.57-1.85 0 0-.475.245-.897.592.31-1.825 1.44-3.531 3.095-4a7.75 7.75 0 0 0-.572 3.878c-.609.644-.892 1.417-.89 2.197a2.9 2.9 0 0 1 .928-1.896c.212 1.497.836 2.973 1.858 4.265-.686-.988-1.83-3.266-1.393-5.932.866.433 1.533 1.181 1.876 2.24-.225-1.06-.83-1.972-1.826-2.602.116-.755.319-1.49.595-2.18.459.068 2.213.593 2.707 3.957a4.5 4.5 0 0 0-.7-.3c.01.004.223.18.448 1.083.205.793.098 1.752-.003 2.482a8 8 0 0 0-.693-.275s.376.325.499 1.28c.11.854.105 1.93.123 1.916.006 0-2.099-.31-3.402-1.522M3.19 5.83c1.068-.31 1.748.048 1.894.06-.179-.2-.297-.324-.69-.568 1.063-.286 2.107-.311 3.033.198C8.667 6.203 8.78 7.004 8.78 7c0 0 .035-.55-.05-1.108 1.47 1.234 2.397 3.134 1.929 4.85a8.03 8.03 0 0 0-3.172-2.547 3.23 3.23 0 0 0-1.495-1.944c.66.478 1.055 1.114 1.203 1.82-1.456-.598-3.115-.82-4.823-.593 1.255-.09 3.913.092 6.07 1.882-.853.541-1.882.74-3.016.488 1.072.357 2.214.3 3.315-.253a10.3 10.3 0 0 1 1.637 1.674c-.307.372-1.72 1.652-5.003.323.365-.217.644-.463.644-.463-.008.006-.28.103-1.212-.173-.821-.234-1.625-.833-2.226-1.307.354-.242.62-.47.62-.47s-.494.163-1.418-.23C.96 8.596-.003 8.028 0 8.05c-.004.006 1.403-1.7 3.19-2.22M19.408 2.21c-1.407-.044-2.136.615-2.312.676.16-.303.267-.495.677-.921-1.394-.015-2.686.287-3.671 1.209-1.322 1.237-1.22 2.261-1.222 2.256 0 0-.209-.668-.272-1.383-1.438 1.991-2.006 4.63-.916 6.599a10.4 10.4 0 0 1 3.138-4.152c.046-1.164.515-2.149 1.255-2.875-.668.8-.963 1.711-.933 2.63 1.611-1.203 3.587-2.004 5.757-2.267a11 11 0 0 0-4.239 1.769c.779.356 1.668.411 2.603.086-.896.42-1.891.488-2.897.123a12.6 12.6 0 0 0-2.37 2.276c1.212.396 2.537.314 3.857-.358-1.211.782-2.634 1.075-4.155.742a13.4 13.4 0 0 0-1.51 2.588c.488.36 2.61 1.492 6.252-1.193a6 6 0 0 1-.931-.367c.011.005.375.038 1.438-.599.94-.55 1.75-1.545 2.346-2.32a10 10 0 0 1-.903-.385s.656.045 1.674-.735c.909-.695 1.923-1.703 1.926-1.675.006.006-2.237-1.652-4.592-1.724"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/triller.svg b/mkdocs-material/material/templates/.icons/simple/triller.svg new file mode 100644 index 0000000..a4abc51 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/triller.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.548 5.216 7.005 20.012l-.29-.167 8.54-14.788a9.37 9.37 0 0 0-6.07-.906L2.73 15.333l-.609 1.055a9.34 9.34 0 0 0 3.818 4.806l-1.522 2.64.289.166 2.303-3.987h-.002a9.37 9.37 0 0 0 6.068.905l6.321-10.945.287.167-6.168 10.683-.964 1.67a9.32 9.32 0 0 0 7.55-7.555 9.27 9.27 0 0 0-.413-4.802l2.299-3.982-.29-.167L20.14 8.68a9.34 9.34 0 0 0-3.816-4.806zm-5.842-2.64a9.324 9.324 0 0 0-7.132 12.359L8.893 3.989l.292.162L11.483.167 11.193 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/trillertv.svg b/mkdocs-material/material/templates/.icons/simple/trillertv.svg new file mode 100644 index 0000000..c216174 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/trillertv.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m9.496.07-1.8 3.107-.868-.498c-1.269-.729-2.852.184-2.852 1.64v6.28l3.9-6.734L9.933.319a.14.14 0 0 0-.053-.19l-.19-.11a.143.143 0 0 0-.193.05Zm-.713 3.734-4.807 8.301v7.163c0 .674.338 1.23.826 1.562l-1.65 2.85a.14.14 0 0 0 .05.192l.192.109a.14.14 0 0 0 .193-.05l1.665-2.874L13.629 6.59Zm11.63 2.547-1.8 3.108-4.33-2.49-8.217 14.186a1.9 1.9 0 0 0 .764-.248l8.598-4.948 5.42-9.356a.14.14 0 0 0-.05-.193q-.097-.054-.192-.11c-.027-.02-.14-.041-.193.051m-.711 3.735-2.967 5.123 3.08-1.774c1.268-.731 1.268-2.556 0-3.285z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/trino.svg b/mkdocs-material/material/templates/.icons/simple/trino.svg new file mode 100644 index 0000000..dd80bdd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/trino.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.124 16.853a.162.162 0 1 1 .158.161.16.16 0 0 1-.158-.161m-5.607-.158a.161.161 0 1 0 0 .323.161.161 0 0 0 0-.323m10.134-.664v1.986a1.053 1.053 0 0 1-1.103.996h-.384a5.1 5.1 0 0 1-1.13 1.718.32.32 0 0 0 0 .465l.238.219a.304.304 0 0 1 .039.43c-1.126 1.384-2.967 2.152-5.05 2.152a6.58 6.58 0 0 1-4.82-1.898l-.008-.01a.63.63 0 0 1 .055-.89.323.323 0 0 0 0-.472 4.9 4.9 0 0 1-1.126-1.714h-.35a1.057 1.057 0 0 1-1.107-.996v-1.986a1.057 1.057 0 0 1 1.107-.992h.273a5.77 5.77 0 0 1 2.08-3.094C6.94 10.846 6.21 8.69 6.137 6.938 6.023 4.47 6.218.078 7.825 0s1.372 4.028 1.1 6.695a33 33 0 0 0-.124 4.45 7 7 0 0 1 2.483-.43 7.2 7.2 0 0 1 1.737.207c.261-1.268.876-3.574 2.03-5.196 1.671-2.352 3.435-4.78 4.61-4.1 1.177.68-.307 3.14-1.329 4.427s-2.786 3.209-3.374 4.227c-.211.384-.43.803-.596 1.153a5.74 5.74 0 0 1 2.917 3.613h.073V12.74a.31.31 0 0 0-.18-.285.92.92 0 0 1-.558-.814 1.02 1.02 0 0 1 .905-.905c.56-.06 1.06.345 1.12.905a.92.92 0 0 1-.553.814.31.31 0 0 0-.169.285v2.152a.31.31 0 0 0 .17.28.97.97 0 0 1 .564.858m-1.022-3.974a.435.435 0 0 0 .461-.415.415.415 0 1 0-.461.415m-.423 3.478q.147.721.15 1.456v.365h.411a.323.323 0 0 0 .323-.319V16.03a.52.52 0 0 0-.569-.495zm-3.728-4.481.611.238a37 37 0 0 1 2.383-3.866c1.288-1.726 2.337-3.582 1.872-3.87s-1.618 1.23-2.771 3.109a35 35 0 0 0-2.095 4.389m-4.054.672.015 1.334a.32.32 0 0 0 .385.315 6.4 6.4 0 0 1 1.456-.165 6 6 0 0 1 1.453.173.324.324 0 0 0 .384-.315v-1.342a.32.32 0 0 0-.242-.311 6.7 6.7 0 0 0-1.603-.184 6.7 6.7 0 0 0-1.602.184.32.32 0 0 0-.246.311m1.706 6.864v.384a.69.69 0 0 1-.5.27c-.307 0-.537-.42-.537-.42a.073.073 0 0 0-.1-.03l-.003.001a.07.07 0 0 0-.024.095c.011.023.28.495.665.495a.7.7 0 0 0 .384-.126.33.33 0 0 1 .361 0 .83.83 0 0 0 .473.134.96.96 0 0 0 .657-.48.07.07 0 0 0-.027-.096.07.07 0 0 0-.1.027c0 .023-.219.384-.542.407a.8.8 0 0 1-.576-.269v-.384a.32.32 0 0 1 .127-.254c.196-.15.415-.396.415-.492a.54.54 0 0 0-.577-.419c-.376 0-.653.25-.653.458 0 .134.254.338.423.46a.32.32 0 0 1 .134.239m-3.347-6.944.577-.308c-.02-1.126-.035-3.143 0-4.542.053-2.037.153-4.574-.523-4.547s-1.15 1.98-.888 4.758a33 33 0 0 0 .834 4.639m-3.305 5.391a.32.32 0 0 0 .319.32h.4a3 3 0 0 1 0-.366 7.6 7.6 0 0 1 .146-1.456c-.05 0-.34 0-.387-.002a.49.49 0 0 0-.478.498zm.918 1.472a5 5 0 0 1-.123-.557.32.32 0 0 0-.319-.273H4.46c0 .016-.002.34 0 .355a.52.52 0 0 0 .553.483zm10.127 2.917-.088-.08a.32.32 0 0 0-.385-.027 7 7 0 0 1-3.804 1.006 7 7 0 0 1-3.794-1.006.32.32 0 0 0-.384.027l-.088.08a.315.315 0 0 0 0 .458 6.03 6.03 0 0 0 4.292 1.598 6.05 6.05 0 0 0 4.29-1.598.315.315 0 0 0-.04-.458m1.449-4.416c0-2.455-1.153-4.327-3.025-5.226a.328.328 0 0 0-.465.292v1.33a.33.33 0 0 0 .204.296c1.733.71 2.928 2.186 2.928 3.877 0 2.271-2.156 3.809-5.342 3.809s-5.341-1.541-5.341-3.809c0-1.69 1.195-3.167 2.928-3.877a.32.32 0 0 0 .204-.296v-1.322a.325.325 0 0 0-.462-.292c-1.887.883-3.04 2.767-3.04 5.207 0 2.99 2.287 4.996 5.711 4.996 3.429 0 5.7-2.01 5.7-4.985m-8.609-.538H8.36a.584.584 0 1 0 .004 0m5.162.592a.574.574 0 0 0 .584.573.584.584 0 1 0-.584-.573m4.569.623h-.5a.32.32 0 0 0-.315.273 8 8 0 0 1-.127.557h.402a.52.52 0 0 0 .536-.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tripadvisor.svg b/mkdocs-material/material/templates/.icons/simple/tripadvisor.svg new file mode 100644 index 0000000..a263d97 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tripadvisor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.006 4.295c-2.67 0-5.338.784-7.645 2.353H0l1.963 2.135a5.997 5.997 0 0 0 4.04 10.43 5.98 5.98 0 0 0 4.075-1.6L12 19.705l1.922-2.09a5.97 5.97 0 0 0 4.072 1.598 6 6 0 0 0 6-5.998 5.98 5.98 0 0 0-1.957-4.432L24 6.648h-4.35a13.57 13.57 0 0 0-7.644-2.353M12 6.255c1.531 0 3.063.303 4.504.903C13.943 8.138 12 10.43 12 13.1c0-2.671-1.942-4.962-4.504-5.942A11.7 11.7 0 0 1 12 6.256zM6.002 9.157a4.059 4.059 0 1 1 0 8.118 4.059 4.059 0 0 1 0-8.118m11.992.002a4.057 4.057 0 1 1 .003 8.115 4.057 4.057 0 0 1-.003-8.115m-11.992 1.93a2.128 2.128 0 0 0 0 4.256 2.128 2.128 0 0 0 0-4.256m11.992 0a2.128 2.128 0 0 0 0 4.256 2.128 2.128 0 0 0 0-4.256"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tripdotcom.svg b/mkdocs-material/material/templates/.icons/simple/tripdotcom.svg new file mode 100644 index 0000000..3fdc7d2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tripdotcom.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.834 9.002c-.68 0-1.29.31-1.707.799v-.514h-1.708v8.348h1.897v-2.923c.416.344.943.551 1.518.551 1.677 0 3.036-1.401 3.036-3.13s-1.36-3.13-3.036-3.13zm-.19 4.516c-.733 0-1.328-.62-1.328-1.385s.595-1.385 1.328-1.385 1.328.62 1.328 1.385-.594 1.385-1.328 1.385m6.356.607a1.138 1.138 0 1 1-2.277 0 1.138 1.138 0 0 1 2.277 0M13.205 7.428a1.062 1.062 0 1 1-2.125 0 1.062 1.062 0 0 1 2.125 0m-2.011 1.859h1.897v5.692h-1.897zM6.83 8.225H4.364v6.754H2.466V8.225H0V6.63h6.83zm3.035 1.033q.194.002.38.03v1.74a1.6 1.6 0 0 0-.297-.031c-.88 0-1.594.612-1.594 1.593v2.389H6.451V9.287h1.707v.9c.363-.558.991-.93 1.707-.93z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/trivago.svg b/mkdocs-material/material/templates/.icons/simple/trivago.svg new file mode 100644 index 0000000..a1cb409 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/trivago.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.811 0a.25.25 0 0 0-.133.042L2.83 3.18a.43.43 0 0 0-.195.358v9.285c0 .141.115.256.256.256h5.18L18.432 7.35a.43.43 0 0 0 .22-.373v-5.3a.256.256 0 0 0-.38-.224L8.073 7.092V.256A.256.256 0 0 0 7.81 0m.017 14.707h-4.93a.257.257 0 0 0-.256.268 9.367 9.367 0 0 0 18.721 0 .26.26 0 0 0-.256-.268h-4.932a.26.26 0 0 0-.254.238 3.93 3.93 0 0 1-3.918 3.619c-2.478 0-3.48-2.105-3.48-2.105a4 4 0 0 1-.44-1.519.255.255 0 0 0-.255-.233"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/trivy.svg b/mkdocs-material/material/templates/.icons/simple/trivy.svg new file mode 100644 index 0000000..40afe01 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/trivy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.375 7.311 1.962 5.918a.1.1 0 0 1 0-.174L11.828.047a.34.34 0 0 1 .344 0l9.864 5.696a.1.1 0 0 1 0 .175L19.624 7.31a1 1 0 0 1-.052-.074c-.914-1.478-2.124-2.592-3.596-3.31-4.088-1.994-9.164-.505-11.6 3.385Zm7.887 16.588v-3.14c5.693-2.087 9.01-7.766 7.588-12.985l2.436-1.42a.1.1 0 0 1 .151.088v11.645a.1.1 0 0 1-.05.087l-9.973 5.812a.1.1 0 0 1-.152-.087m-.559-3.141v3.14a.1.1 0 0 1-.151.086l-9.933-5.81a.11.11 0 0 1-.056-.099V6.436a.1.1 0 0 1 .15-.087l2.44 1.41c-1.455 5.307 1.846 10.993 7.55 13ZM7.013 8.834 4.807 7.561c2.306-3.665 7.094-5.066 10.95-3.186 1.385.676 2.526 1.727 3.39 3.124l.04.062-2.195 1.268a5.57 5.57 0 0 0-2.429-2.307c-2.603-1.27-5.901-.253-7.552 2.311Zm9.337 5.2c.813-1.371 1.088-2.99.798-4.685l2.255-1.314c1.245 4.86-1.864 10.169-7.14 12.192v-3.072c1.86-.67 3.272-1.747 4.087-3.12ZM4.6 8.018l2.27 1.31c-.225 1.571.112 3.204.951 4.606.919 1.536 2.225 2.629 3.881 3.25v3.045C6.327 18.25 3.297 13.042 4.601 8.017Zm5.303 2.486-2.459-1.42c1.52-2.34 4.53-3.268 6.9-2.112A5.08 5.08 0 0 1 16.56 9.08l-2.471 1.427a2.31 2.31 0 0 0-2.03-1.195c-.825 0-1.645.43-2.156 1.192m4.338.522 2.443-1.408c.22 1.51-.043 2.945-.765 4.162-.735 1.238-1.998 2.224-3.658 2.856v-2.631c1.25-.691 1.968-1.771 1.98-2.979m-5.991 2.65A6.58 6.58 0 0 1 7.34 9.6l2.446 1.412c-.016 1.271.73 2.437 1.917 2.997v2.624a6.98 6.98 0 0 1-3.453-2.956Zm3.853-.148-.137.073-.157-.075c-1.023-.504-1.524-1.606-1.557-2.417a2 2 0 0 1 .004-.23 2.15 2.15 0 0 1 1.163-.957c.508-.178 1.034-.153 1.444.071.6.327.84.797.86.86.008.156.004.253.004.256-.038.981-.63 1.863-1.624 2.419"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/trove.svg b/mkdocs-material/material/templates/.icons/simple/trove.svg new file mode 100644 index 0000000..8a0f72d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/trove.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.922 8.43c-1.393.035-2.506 1.213-2.486 2.606a2.53 2.53 0 0 0 1.763 2.392l.25-1.123a1.42 1.42 0 0 1-.875-1.307c0-.883.816-1.594 1.72-1.396.56.122.994.58 1.095 1.143a1.42 1.42 0 0 1-.854 1.558l.25 1.123a2.54 2.54 0 0 0 1.764-2.428 2.557 2.557 0 0 0-2.627-2.568M.189 8.5a.14.14 0 0 0-.136.137v.776c0 .07.058.134.136.134h1.016v3.797a.14.14 0 0 0 .135.135h.853a.14.14 0 0 0 .137-.135V9.547h1.016a.136.136 0 0 0 .136-.134v-.776a.14.14 0 0 0-.136-.137zm4.504 0a.136.136 0 0 0-.134.137v4.707c0 .071.056.137.134.137h.846a.143.143 0 0 0 .137-.137v-1.812h.49l.945 1.884a.13.13 0 0 0 .114.065h.947c.12 0 .17-.115.121-.207l-.975-1.807c.62-.249 1.053-.775 1.053-1.43 0-.846-.697-1.537-1.55-1.537zm10.356 0c-.107 0-.164.094-.121.186l2.218 4.787a.14.14 0 0 0 .122.078h.072c.057 0 .1-.035.12-.078l2.233-4.787c.043-.092-.014-.186-.12-.186h-.946a.14.14 0 0 0-.121.079l-1.174 2.597h-.043L16.115 8.58a.14.14 0 0 0-.12-.079zm5.805 0a.14.14 0 0 0-.137.137v4.707c0 .071.058.137.137.137h2.943a.136.136 0 0 0 .135-.137v-.775a.134.134 0 0 0-.135-.135h-1.97v-.96h1.622a.134.134 0 0 0 .135-.136v-.775a.14.14 0 0 0-.135-.135h-1.623v-.88h1.97a.134.134 0 0 0 .136-.135v-.776a.136.136 0 0 0-.135-.137zM5.676 9.518h1.053c.291 0 .539.242.539.541s-.248.568-.54.568H5.677zM.135 14.526A.134.134 0 0 0 0 14.66v.775c0 .071.056.135.135.135h10.588l.232-1.045zm12.896 0 .233 1.045h10.601a.134.134 0 0 0 .135-.135v-.775a.134.134 0 0 0-.135-.135z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/trpc.svg b/mkdocs-material/material/templates/.icons/simple/trpc.svg new file mode 100644 index 0000000..dac5628 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/trpc.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 12c0 6.62-5.38 12-12 12S0 18.62 0 12 5.38 0 12 0s12 5.38 12 12M1.21 12A10.78 10.78 0 0 0 12 22.79 10.78 10.78 0 0 0 22.79 12 10.78 10.78 0 0 0 12 1.21 10.78 10.78 0 0 0 1.21 12m10.915-6.086 2.162 1.248a.25.25 0 0 1 .125.217v1.103l2.473 1.428a.25.25 0 0 1 .125.217v2.355l.955.551a.25.25 0 0 1 .125.217v2.496a.25.25 0 0 1-.125.217l-2.162 1.248a.25.25 0 0 1-.25 0l-.956-.552-2.472 1.427a.25.25 0 0 1-.25 0l-2.472-1.427-.956.552a.25.25 0 0 1-.25 0l-2.162-1.248a.25.25 0 0 1-.125-.217V13.25a.25.25 0 0 1 .125-.217l.955-.551v-2.355a.25.25 0 0 1 .125-.217l2.473-1.428V7.38a.25.25 0 0 1 .125-.217l2.162-1.248a.25.25 0 0 1 .25 0Zm1.268 10.049a.25.25 0 0 1-.125-.217V13.25a.25.25 0 0 1 .125-.217l2.16-1.248a.25.25 0 0 1 .25 0l.707.408v-1.922l-2.098-1.21v.814a.25.25 0 0 1-.125.217l-2.162 1.248a.25.25 0 0 1-.25 0l-2.162-1.248a.25.25 0 0 1-.125-.217V9.06L7.49 10.271v1.922l.707-.408a.25.25 0 0 1 .25 0l2.16 1.248a.25.25 0 0 1 .125.217v2.496a.25.25 0 0 1-.125.217l-.705.408L12 17.582l2.098-1.211ZM10.088 9.73l1.662.96V8.766l-1.662-.955Zm3.824 0V7.811l-1.662.955v1.924ZM12 6.418l-1.66.96 1.66.954 1.66-.954Zm-5.59 9.184 1.66.958v-1.921l-1.66-.956Zm3.822 0v-1.92l-1.662.957v1.923Zm-1.91-3.311-1.662.96 1.661.955 1.66-.956Zm5.446 3.31 1.66.96v-1.922l-1.66-.956Zm3.822 0v-1.918l-1.662.956v1.922Zm-1.912-3.31-1.66.96 1.66.955 1.66-.956Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/truenas.svg b/mkdocs-material/material/templates/.icons/simple/truenas.svg new file mode 100644 index 0000000..43f53b3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/truenas.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 10.049v5.114l-10.949 6.324v-5.114zm-24 0v5.114l10.956 6.324v-5.114zm12.004-.605-4.433 2.559 4.433 2.559 4.429-2.559zm10.952-1.207-9.905-5.723v5.118l5.473 3.164zm-12-.605V2.513L1.044 8.236l4.432 2.555z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/trueup.svg b/mkdocs-material/material/templates/.icons/simple/trueup.svg new file mode 100644 index 0000000..dcdabe4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/trueup.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.17 4.8a1.2 1.2 0 1 0 .06 2.4 1.2 1.2 0 0 0-.06-2.4m-8.4 0a1.2 1.2 0 1 0 .06 2.4 1.2 1.2 0 0 0-.06-2.4M10.2 0a6.61 6.61 0 0 0-6.6 6.6v4.8A12.614 12.614 0 0 0 16.2 24h3.6a.6.6 0 0 0 .6-.6V6.6A6.61 6.61 0 0 0 13.8 0Zm0 1.2h3.6a5.3 5.3 0 0 1 2.525.656A6.15 6.15 0 0 0 12 5.631a6.15 6.15 0 0 0-4.325-3.775A5.3 5.3 0 0 1 10.2 1.2M6.333 2.844C9.505 3.13 11.4 5.403 11.4 9a.6.6 0 0 0 1.2 0c0-3.597 1.895-5.87 5.067-6.156A5.38 5.38 0 0 1 19.2 6.6v.6c0 3.905-4.423 7.2-7.2 7.2s-7.2-3.295-7.2-7.2v-.6c0-1.404.551-2.752 1.533-3.756M4.8 11.068C6.505 13.758 9.681 15.6 12 15.6c1.09 0 2.371-.413 3.6-1.124V16.2c0 2.932.782 5.138 2.316 6.6H16.2A11.413 11.413 0 0 1 4.8 11.4Zm14.4 0v11.25c-1.609-1.21-2.4-3.218-2.4-6.118v-2.523a10.3 10.3 0 0 0 2.4-2.61z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/trulia.svg b/mkdocs-material/material/templates/.icons/simple/trulia.svg new file mode 100644 index 0000000..f858da6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/trulia.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.696 8.937a.668.668 0 0 0 .095 1.329.67.67 0 0 0 .668-.668.668.668 0 0 0-.763-.661m-4.396.281v1.121h.751v3.473h-.75v1.12h2.625v-1.12h-.75V9.218ZM.751 9.339v1.381h-.75v1.128h.75v1.086c0 1.18.95 2.136 2.123 2.136a2 2 0 0 0 .46-.05v-1.116a1.1 1.1 0 0 1-.383.069c-.596 0-1.079-.47-1.079-1.047v-1.078h1.463V10.72H1.872V9.34Zm20.92 1.26c-1.115-.004-2.02.981-2.019 2.191s.904 2.196 2.02 2.19l.087-.001c.422-.011.876-.21 1.113-.488v.422H24v-4.246h-1.127l-.001.423c-.238-.279-.692-.477-1.113-.487q-.044-.003-.088-.002zm-14.824.048c-.518.003-.928.153-1.297.654l-.227-.64H4.225v1.127h.52v3.145h1.117v-2.199a.99.99 0 0 1 .985-.99h.34v-1.097Zm9.655.047v1.117h.75v3.121h1.874v-1.117h-.75v-3.12zm-8.26.03v2.213c0 1.177.948 2.131 2.119 2.131s2.119-.952 2.119-2.13v-2.214H11.36v2.254a1.002 1.002 0 1 1-2 0v-2.254zm13.585.972c.593 0 1.074.5 1.074 1.119 0 .618-.481 1.119-1.074 1.119s-1.074-.5-1.075-1.12c-.001-.617.481-1.118 1.075-1.118"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/trustedshops.svg b/mkdocs-material/material/templates/.icons/simple/trustedshops.svg new file mode 100644 index 0000000..3d999dc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/trustedshops.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.187 14.332c-1.1 1.626-2.63 3.108-4.687 3.108-2.175 0-3.442-1.362-3.442-3.562 0-3.561 2.63-7.052 6.335-7.052 1.242 0 2.916.502 2.916 2.009 0 2.7-4.231 3.609-6.311 4.135-.072.457-.143.908-.143 1.362 0 .933.501 1.793 1.53 1.793 1.338 0 2.412-1.29 3.203-2.247zm-1.148-5.808c0-.55-.31-.978-.884-.978-1.722 0-2.608 3.346-2.94 4.66 1.601-.48 3.824-1.794 3.824-3.682M12 0a12 12 0 1 0 12 11.997A11.997 11.997 0 0 0 12 0m-.1 19.523a7.563 7.563 0 1 1 7.564-7.563 7.563 7.563 0 0 1-7.563 7.56Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/trustpilot.svg b/mkdocs-material/material/templates/.icons/simple/trustpilot.svg new file mode 100644 index 0000000..1b4c00f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/trustpilot.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17.227 16.67 2.19 6.742-7.413-5.388zM24 9.31h-9.165L12.005.589l-2.84 8.723L0 9.3l7.422 5.397-2.84 8.714 7.422-5.388 4.583-3.326z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tryhackme.svg b/mkdocs-material/material/templates/.icons/simple/tryhackme.svg new file mode 100644 index 0000000..49cd0c3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tryhackme.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.705 0C7.54 0 4.902 2.285 4.349 5.291a4.525 4.525 0 0 0-4.107 4.5 4.525 4.525 0 0 0 4.52 4.52h6.761a.625.625 0 1 0 0-1.25H4.761a3.273 3.273 0 0 1-3.27-3.27A3.273 3.273 0 0 1 6.59 7.08a.625.625 0 0 0 .7-1.035 4.5 4.5 0 0 0-1.68-.69 5.22 5.22 0 0 1 5.096-4.104 5.22 5.22 0 0 1 5.174 4.57 5 5 0 0 0-.488.305.625.625 0 1 0 .731 1.013 3.25 3.25 0 0 1 1.912-.616 3.28 3.28 0 0 1 3.203 2.61.625.625 0 0 0 1.225-.251 4.53 4.53 0 0 0-4.428-3.61 4.5 4.5 0 0 0-.958.105C16.556 2.328 13.9 0 10.705 0m5.192 10.64a.9.9 0 0 0-.462.108.9.9 0 0 0-.313.29 1.3 1.3 0 0 0-.175.427 2.4 2.4 0 0 0-.054.514q0 .271.054.517.055.246.175.43a.9.9 0 0 0 .313.297q.19.11.462.11.27 0 .46-.11a.9.9 0 0 0 .309-.296q.12-.185.173-.431.054-.246.054-.517 0-.27-.054-.514a1.3 1.3 0 0 0-.173-.426.9.9 0 0 0-.309-.291.9.9 0 0 0-.46-.108m6.486 0a.9.9 0 0 0-.462.108.9.9 0 0 0-.313.29 1.3 1.3 0 0 0-.175.427 2.4 2.4 0 0 0-.053.514q0 .271.053.517.055.246.175.43a.9.9 0 0 0 .313.297q.19.11.462.11.27 0 .46-.11a.9.9 0 0 0 .31-.296q.117-.185.172-.431t.054-.517q0-.27-.054-.514a1.3 1.3 0 0 0-.173-.426.9.9 0 0 0-.308-.291.9.9 0 0 0-.461-.108m-8.537.068-.84.618.313.43.476-.368v1.877h.603v-2.557zm6.486 0-.841.618.314.43.477-.368v1.877h.603v-2.557zm-4.435.445q.119 0 .193.084.074.085.114.21.039.125.054.269a2.5 2.5 0 0 1 0 .533q-.015.145-.054.27a.6.6 0 0 1-.114.21.24.24 0 0 1-.193.085.25.25 0 0 1-.195-.086.6.6 0 0 1-.118-.209 1.3 1.3 0 0 1-.056-.27 2.7 2.7 0 0 1 0-.533q.015-.144.056-.27a.6.6 0 0 1 .118-.209.25.25 0 0 1 .195-.084m6.486 0q.12 0 .193.084.074.085.114.21t.054.269a2.5 2.5 0 0 1 0 .533q-.014.145-.054.27a.6.6 0 0 1-.114.21.24.24 0 0 1-.193.085.25.25 0 0 1-.195-.086.6.6 0 0 1-.117-.209 1.3 1.3 0 0 1-.056-.27 2.6 2.6 0 0 1 0-.533q.014-.144.056-.27a.6.6 0 0 1 .117-.209.25.25 0 0 1 .195-.084m-2.191 3.51a.93.93 0 0 0-.463.109.9.9 0 0 0-.312.291q-.12.182-.175.426a2.4 2.4 0 0 0-.054.514q0 .27.054.516t.175.432a.9.9 0 0 0 .312.296.9.9 0 0 0 .463.11q.27 0 .46-.11a.9.9 0 0 0 .308-.296 1.3 1.3 0 0 0 .174-.432q.054-.245.054-.516 0-.27-.054-.514a1.3 1.3 0 0 0-.174-.426.9.9 0 0 0-.309-.291.9.9 0 0 0-.46-.108zm-6.402.07-.841.617.314.43.476-.369v1.878h.604v-2.557zm2.125 0-.841.617.314.43.477-.369v1.878h.603v-2.557zm2.116 0-.84.617.313.43.477-.369v1.878h.603v-2.557zm2.16.443q.12 0 .194.085a.6.6 0 0 1 .114.21q.04.124.053.269a2.6 2.6 0 0 1 0 .532 1.3 1.3 0 0 1-.053.27.6.6 0 0 1-.114.21.24.24 0 0 1-.193.085.25.25 0 0 1-.196-.085.6.6 0 0 1-.117-.21 1.3 1.3 0 0 1-.056-.27 2.6 2.6 0 0 1 0-.532q.014-.145.056-.27a.6.6 0 0 1 .117-.209.25.25 0 0 1 .196-.085zm-6.729 3.073a.7.7 0 0 0-.335.078.66.66 0 0 0-.227.211.9.9 0 0 0-.127.31q-.04.177-.04.373c0 .196.013.256.04.375a.9.9 0 0 0 .127.313.65.65 0 0 0 .227.215q.138.08.335.08a.66.66 0 0 0 .334-.08.65.65 0 0 0 .225-.215q.086-.135.125-.313a1.8 1.8 0 0 0 .04-.375q0-.195-.04-.373a.9.9 0 0 0-.125-.31.66.66 0 0 0-.225-.21.67.67 0 0 0-.334-.08zm3.086 0a.7.7 0 0 0-.336.078.66.66 0 0 0-.226.211.9.9 0 0 0-.127.31 1.7 1.7 0 0 0-.04.373q0 .197.04.375a.9.9 0 0 0 .127.313q.088.135.226.215.14.08.336.08a.66.66 0 0 0 .334-.08.65.65 0 0 0 .224-.215q.087-.135.126-.313a1.75 1.75 0 0 0 0-.748 1 1 0 0 0-.126-.31.66.66 0 0 0-.224-.21.67.67 0 0 0-.334-.08zm5.108 0a.7.7 0 0 0-.336.078.66.66 0 0 0-.226.211.9.9 0 0 0-.127.31q-.04.177-.04.373c0 .196.013.256.04.375a.9.9 0 0 0 .127.313q.087.135.226.215.14.08.336.08t.334-.08a.65.65 0 0 0 .224-.215q.087-.135.126-.313a1.8 1.8 0 0 0 .04-.375q0-.195-.04-.373a1 1 0 0 0-.126-.31.66.66 0 0 0-.224-.21.67.67 0 0 0-.334-.08zm-6.658.05-.61.448.227.311.346-.266v1.362h.438v-1.856zm3.068 0-.61.448.227.311.346-.266v1.362h.438v-1.856zm5.108 0-.611.448.228.311.346-.266v1.362h.438v-1.856zm-9.712.322q.087 0 .14.062a.4.4 0 0 1 .083.151 1 1 0 0 1 .04.196 2 2 0 0 1 0 .386 1 1 0 0 1-.04.197.4.4 0 0 1-.083.152.18.18 0 0 1-.14.061.18.18 0 0 1-.141-.06.4.4 0 0 1-.085-.153 1 1 0 0 1-.041-.197 2 2 0 0 1 0-.386 1 1 0 0 1 .04-.196.4.4 0 0 1 .086-.151.18.18 0 0 1 .141-.062m3.086 0q.086 0 .14.062a.4.4 0 0 1 .082.151 1 1 0 0 1 .04.196 2 2 0 0 1 0 .386 1 1 0 0 1-.04.197.4.4 0 0 1-.082.152.18.18 0 0 1-.14.061.18.18 0 0 1-.141-.06.4.4 0 0 1-.086-.153 1 1 0 0 1-.04-.197 2 2 0 0 1-.011-.195q0-.086.01-.191a1 1 0 0 1 .041-.196.4.4 0 0 1 .086-.151.18.18 0 0 1 .141-.062m5.108 0q.087 0 .14.062a.4.4 0 0 1 .082.151 1 1 0 0 1 .04.196 2 2 0 0 1 0 .386 1 1 0 0 1-.04.197.4.4 0 0 1-.082.152.18.18 0 0 1-.14.061.18.18 0 0 1-.142-.06.4.4 0 0 1-.085-.153 1 1 0 0 1-.04-.197 2 2 0 0 1-.011-.195q0-.086.01-.191a1 1 0 0 1 .04-.196.5.5 0 0 1 .086-.151.18.18 0 0 1 .142-.062m-1.684 1.814a.7.7 0 0 0-.336.079.66.66 0 0 0-.227.21.9.9 0 0 0-.127.31 1.7 1.7 0 0 0 0 .748 1 1 0 0 0 .127.314q.088.135.227.215.14.08.336.08a.66.66 0 0 0 .334-.08.65.65 0 0 0 .224-.215q.087-.135.126-.314a1.7 1.7 0 0 0-.001-.747.9.9 0 0 0-.125-.31.65.65 0 0 0-.224-.211.67.67 0 0 0-.334-.079m3.063 0a.7.7 0 0 0-.336.079.7.7 0 0 0-.227.21.9.9 0 0 0-.127.31 1.7 1.7 0 0 0 0 .748.9.9 0 0 0 .127.314.66.66 0 0 0 .227.215q.138.08.336.08a.65.65 0 0 0 .334-.08.65.65 0 0 0 .223-.215q.087-.135.126-.314a1.7 1.7 0 0 0 0-.747.9.9 0 0 0-.126-.31.65.65 0 0 0-.223-.211.67.67 0 0 0-.334-.079m-1.545.05-.611.448.228.312.346-.267v1.363h.438v-1.856zm-1.518.323q.086 0 .14.061a.4.4 0 0 1 .082.152 1 1 0 0 1 .04.195 2 2 0 0 1 0 .387 1 1 0 0 1-.04.197.4.4 0 0 1-.082.152.18.18 0 0 1-.14.06.18.18 0 0 1-.142-.06.4.4 0 0 1-.085-.152 1 1 0 0 1-.04-.197 2 2 0 0 1-.011-.195q0-.087.01-.192a1 1 0 0 1 .041-.195q.03-.09.085-.152a.18.18 0 0 1 .142-.061m3.063 0q.086 0 .14.061a.4.4 0 0 1 .082.152 1 1 0 0 1 .04.195 2 2 0 0 1 0 .387 1 1 0 0 1-.04.197.4.4 0 0 1-.083.152.18.18 0 0 1-.14.06.18.18 0 0 1-.141-.06.4.4 0 0 1-.085-.152 1 1 0 0 1-.04-.197 2 2 0 0 1 0-.387 1 1 0 0 1 .04-.195q.03-.09.085-.152a.18.18 0 0 1 .142-.061m-9.713.185a.47.47 0 0 0-.232.055.46.46 0 0 0-.157.146.6.6 0 0 0-.089.215 1.2 1.2 0 0 0-.027.259q0 .135.027.26a.7.7 0 0 0 .089.216q.06.094.157.149a.46.46 0 0 0 .232.056q.136-.001.231-.056a.45.45 0 0 0 .156-.149.7.7 0 0 0 .087-.217 1.2 1.2 0 0 0 0-.518.7.7 0 0 0-.087-.215.45.45 0 0 0-.156-.146.46.46 0 0 0-.23-.055zm1.052.035-.423.31.158.217.24-.185v.944h.303v-1.286zm-1.052.224q.06 0 .097.042a.3.3 0 0 1 .057.105.7.7 0 0 1 .028.136q.006.073.007.133 0 .06-.007.135a.7.7 0 0 1-.028.136.3.3 0 0 1-.057.105.12.12 0 0 1-.097.043.13.13 0 0 1-.098-.043.3.3 0 0 1-.059-.105.6.6 0 0 1-.028-.136 1.4 1.4 0 0 1 0-.268.6.6 0 0 1 .028-.136.3.3 0 0 1 .06-.105.13.13 0 0 1 .097-.042m3.775 1.394a.46.46 0 0 0-.232.054.45.45 0 0 0-.157.146.6.6 0 0 0-.088.214 1.2 1.2 0 0 0 0 .519.6.6 0 0 0 .088.217.46.46 0 0 0 .157.15.46.46 0 0 0 .232.054.45.45 0 0 0 .232-.055.45.45 0 0 0 .155-.149.7.7 0 0 0 .087-.217 1.2 1.2 0 0 0 0-.519.6.6 0 0 0-.087-.214.45.45 0 0 0-.155-.146.46.46 0 0 0-.232-.054m1.052.034-.423.31.158.216.24-.185v.945h.303V22.68zm-1.052.223q.06 0 .098.043a.3.3 0 0 1 .057.105.6.6 0 0 1 .027.135 1.3 1.3 0 0 1 0 .268.7.7 0 0 1-.027.137.3.3 0 0 1-.057.105.12.12 0 0 1-.098.042.13.13 0 0 1-.098-.042.3.3 0 0 1-.059-.105.6.6 0 0 1-.028-.137 1.4 1.4 0 0 1 0-.268.6.6 0 0 1 .028-.135.3.3 0 0 1 .06-.105.12.12 0 0 1 .097-.043"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tryitonline.svg b/mkdocs-material/material/templates/.icons/simple/tryitonline.svg new file mode 100644 index 0000000..f20b29e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tryitonline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.75 6a.75.75 0 1 0 0 1.5H4.5v9.75a.75.75 0 1 0 1.5 0V7.5h17.25a.75.75 0 1 0 0-1.5zm10.5 3a.75.75 0 0 0-.75.75v7.5a.75.75 0 1 0 1.5 0v-7.5a.75.75 0 0 0-.75-.75m8.25 0a4.51 4.51 0 0 0-4.5 4.5c0 2.48 2.02 4.5 4.5 4.5s4.5-2.02 4.5-4.5S21.98 9 19.5 9m0 1.5c1.67 0 3 1.33 3 3s-1.33 3-3 3-3-1.33-3-3 1.33-3 3-3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tsnode.svg b/mkdocs-material/material/templates/.icons/simple/tsnode.svg new file mode 100644 index 0000000..be9bc48 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tsnode.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.999 0c-.196 0-.392.05-.568.153L2.026 5.58a1.14 1.14 0 0 0-.568.983V17.43c0 .406.216.781.568.984l5.787 3.344v-7.344H4.748v-1.943h8.342v1.943h-3.065v8.622l1.406.812c.351.203.784.203 1.136 0l2.317-1.338a3.96 3.96 0 0 1-1.195-1.413l1.801-1.042c.361.59.806 1.06 1.48 1.25l2.174-1.256c-.127-.568-.698-.823-1.584-1.21l-.553-.238c-1.596-.68-2.655-1.532-2.655-3.334 0-1.658 1.265-2.922 3.24-2.922 1.406 0 2.417.49 3.144 1.77l-1.723 1.105c-.379-.68-.79-.948-1.421-.948-.648 0-1.06.41-1.06.948 0 .663.412.932 1.36 1.343l.553.237c1.336.573 2.255 1.155 2.676 2.107l.853-.493c.352-.203.568-.578.568-.984V6.565c0-.406-.216-.782-.568-.984L12.567.153A1.13 1.13 0 0 0 11.999 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tubi.svg b/mkdocs-material/material/templates/.icons/simple/tubi.svg new file mode 100644 index 0000000..52372b0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tubi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.696 15.272v-.752c.4.548 1.107.917 1.934.917 1.475 0 2.28-.956 2.28-2.865 0-1.714-.893-2.858-2.235-2.858-.851 0-1.55.347-1.979.908v-2.06h-2.674v6.71zm1.57-2.614c0 .827-.337 1.275-.827 1.275-.486 0-.837-.452-.837-1.275s.342-1.28.837-1.28.828.452.828 1.28zM6.94 9.988v3.6c0 1.236.754 1.841 1.955 1.841.959 0 1.625-.396 2.028-1.064v.91h2.597V9.989h-2.675v3.14c0 .493-.346.693-.666.693s-.568-.192-.568-.655V9.989Zm14.39 0H24v5.276h-2.67ZM6.553 11.136c0 .781-.635 1.415-1.42 1.415a1.42 1.42 0 0 1-1.419-1.415c0-.782.636-1.415 1.42-1.415s1.42.633 1.42 1.415zM3.49 9.702v2.668c.005.653.327.924.976.924.225 0 .526-.053.672-.166v1.931c-.49.243-.869.378-1.535.378 0 0-.069 0-.18-.006l-.003.006c-1.614 0-2.51-1.035-2.482-2.686v-.47H0V9.99h.92V8.563h2.569Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tui.svg b/mkdocs-material/material/templates/.icons/simple/tui.svg new file mode 100644 index 0000000..2199b27 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tui.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 4.517a2.117 2.117 0 0 1-2.117 2.117 2.117 2.117 0 0 1-2.117-2.117A2.117 2.117 0 0 1 21.883 2.4 2.117 2.117 0 0 1 24 4.517M1.14 7.747h5.705c.564 0 .98.178 1.147.972.185.884.113 1.499-.886 1.569l-1.791.132c1.318 8.33 9.028 11.045 13.222 2.073.695-1.485.922-1.755 1.683-1.567 1.031.256 1.172.79.677 2.283-3.624 11.057-15.819 12.166-18.211-2.604l-1.455.105C.046 10.794 0 9.796 0 9.24c0-1.099.407-1.493 1.14-1.493z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tumblr.svg b/mkdocs-material/material/templates/.icons/simple/tumblr.svg new file mode 100644 index 0000000..ce32d1b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tumblr.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.563 24c-5.093 0-7.031-3.756-7.031-6.411V9.747H5.116V6.648c3.63-1.313 4.512-4.596 4.71-6.469C9.84.051 9.941 0 9.999 0h3.517v6.114h4.801v3.633h-4.82v7.47c.016 1.001.375 2.371 2.207 2.371h.09c.631-.02 1.486-.205 1.936-.419l1.156 3.425c-.436.636-2.4 1.374-4.156 1.404h-.178z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tunein.svg b/mkdocs-material/material/templates/.icons/simple/tunein.svg new file mode 100644 index 0000000..795a4fd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tunein.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.66 11.398v.742c0 .105-.11.105-.11.105h-.847s-.11 0-.11.11v4.03c0 .11-.105.11-.105.11h-.855c-.106 0-.106-.11-.106-.11v-4.03s0-.11-.109-.11h-.844c-.105 0-.105-.105-.105-.105v-.742c0-.106.105-.106.105-.106H7.66zm15.458-7.52H12.301c-.68 0-.836.16-.836.816v2.414c0 .493 0 .493-.492.493H.813C.137 7.6 0 7.737 0 8.425v5.41c0 1.754 0 3.508.023 5.266 0 .922.102 1.02 1.04 1.02H9.89c.664 0 1.32.01 1.984-.01.48-.006.669-.202.669-.682v-2.56c0-.468 0-.468.469-.468h10.195c.633 0 .793-.152.793-.78V4.736c0-.7-.164-.86-.883-.86zm-11.64 14.625c0 .5-.013.5-.525.5-3.148 0-6.293 0-9.445.008-.32 0-.43-.078-.43-.418.016-3.16.008-6.324 0-9.48-.008-.34.086-.446.442-.446 3.187.012 6.363.008 9.55.008.117 0 .23.015.4.023 0 .18 0 .32.01.442-.003 3.113-.003 6.242-.003 9.363zm7.69-5.844c0 .102-.104.102-.104.102h-2.57c-.106 0-.106-.102-.106-.102v-.72c0-.1.105-.1.105-.1h.617s.102 0 .102-.102V8.659s0-.101-.102-.101h-.515c-.102 0-.102-.102-.102-.102v-.82c0-.106.102-.106.102-.106h2.367c.102 0 .102.106.102.106v.715c0 .105-.102.105-.102.105h-.516s-.101 0-.101.102v3.074s0 .105.1.105h.618c.106 0 .106.102.106.102z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/turbo.svg b/mkdocs-material/material/templates/.icons/simple/turbo.svg new file mode 100644 index 0000000..81f1a55 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/turbo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.267 0H.737A.737.737 0 0 0 0 .737v3.09h12a8.177 8.177 0 0 1 6.803 12.705h5.177V.737A.733.733 0 0 0 23.267 0M3.827 12a8.15 8.15 0 0 1 1.37-4.532H0v15.8A.733.733 0 0 0 .737 24h22.53a.733.733 0 0 0 .733-.733v-3.094H12A8.173 8.173 0 0 1 3.827 12m14.115-.207a9.2 9.2 0 0 1-2.282.554 4 4 0 0 0-.024-.92A9.7 9.7 0 0 0 17.6 9.112a.882.882 0 0 0-1.49-.944 8.8 8.8 0 0 1-1.215 1.549 3.6 3.6 0 0 0-.756-.721 7.3 7.3 0 0 0-.124-1.545 12.4 12.4 0 0 0-.561-2.012.88.88 0 0 0-1.131-.525.84.84 0 0 0-.323.203.89.89 0 0 0-.207.928c.08.21.147.398.207.61q.131.424.22.796a8 8 0 0 1 .127.912 3.4 3.4 0 0 0-.917.024A9.8 9.8 0 0 0 9.113 6.42a.884.884 0 0 0-.944 1.494 8.8 8.8 0 0 1 1.553 1.195 3.7 3.7 0 0 0-.725.756 9.5 9.5 0 0 0-3.557.69.882.882 0 0 0 .606 1.656 9.3 9.3 0 0 1 2.318-.57c0 .12-.02.24-.02.359a4 4 0 0 0 .044.558 9.7 9.7 0 0 0-1.968 2.314.88.88 0 0 0 .745 1.354.88.88 0 0 0 .749-.399 8.6 8.6 0 0 1 1.195-1.549 4 4 0 0 0 .756.725 7 7 0 0 0 .128 1.541 12 12 0 0 0 .561 2.012.88.88 0 0 0 .825.561.9.9 0 0 0 .302-.052.9.9 0 0 0 .319-.207.88.88 0 0 0 .207-.924c-.076-.215-.147-.398-.207-.613q-.132-.422-.215-.797a7 7 0 0 1-.143-.872H12a4 4 0 0 0 .562-.04 9.7 9.7 0 0 0 2.31 1.964.882.882 0 1 0 .943-1.49 9 9 0 0 1-1.549-1.214 3.7 3.7 0 0 0 .725-.757h.203a10 10 0 0 0 3.35-.69.884.884 0 0 0-.602-1.66zM13.96 12v.16a1.95 1.95 0 0 1-.693 1.35 2 2 0 0 1-.243.175 2 2 0 0 1-1.032.29h-.16a1.95 1.95 0 0 1-1.345-.689 2 2 0 0 1-.18-.247 2 2 0 0 1-.29-1.031v-.16a2 2 0 0 1 .047-.298 2 2 0 0 1 .642-1.048 3 3 0 0 1 .247-.179 2 2 0 0 1 1.031-.29h.16a2 2 0 0 1 .302.047 2 2 0 0 1 1.048.646 2 2 0 0 1 .175.242A2 2 0 0 1 13.975 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/turborepo.svg b/mkdocs-material/material/templates/.icons/simple/turborepo.svg new file mode 100644 index 0000000..bc4d2d1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/turborepo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.155 12.058q0 .755.285 1.392t.771 1.106 1.123.738q.655.252 1.375.252.721 0 1.359-.252a3.6 3.6 0 0 0 1.14-.738 3.37 3.37 0 0 0 1.073-2.498 3.37 3.37 0 0 0-1.073-2.498 3.4 3.4 0 0 0-1.14-.721 3.5 3.5 0 0 0-1.359-.269q-.72 0-1.374.269-.638.251-1.124.72a3.5 3.5 0 0 0-.771 1.107 3.4 3.4 0 0 0-.285 1.392m-3.437 0q0-1.408.52-2.616a6.5 6.5 0 0 1 1.441-2.13 6.5 6.5 0 0 1 2.197-1.408q1.29-.52 2.833-.52 1.527 0 2.817.52a6.5 6.5 0 0 1 2.213 1.409 6.54 6.54 0 0 1 1.979 4.745q0 1.408-.52 2.632a6.45 6.45 0 0 1-1.459 2.113 6.7 6.7 0 0 1-2.213 1.425q-1.29.503-2.817.503-1.543 0-2.833-.503a6.7 6.7 0 0 1-2.197-1.425 6.6 6.6 0 0 1-1.442-2.113 6.7 6.7 0 0 1-.52-2.632ZM10.144.008a11.86 11.86 0 0 0-7.805 2.569l1.523.857C5.67 2.1 7.955 1.53 10.144 1.625V.007Zm8.09 3.616C16.331 1.625 13.856.388 11.191.102V1.72a10.73 10.73 0 0 1 5.901 3.046zm3.427 7.805c-.095-2.475-1.047-4.95-2.665-7.043l-1.142 1.142c1.332 1.808 2.094 3.807 2.189 5.9h1.618Zm-2.665 8.185c1.618-2.094 2.57-4.568 2.665-7.043h-1.618c-.095 2.094-.857 4.093-2.19 5.901zm-7.805 4.284c2.57-.286 5.14-1.523 7.043-3.522l-1.142-1.142c-1.618 1.713-3.712 2.76-5.901 3.046zm-8.852-2.475a11.87 11.87 0 0 0 7.805 2.57v-1.618c-2.19.095-4.378-.476-6.282-1.809z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/turbosquid.svg b/mkdocs-material/material/templates/.icons/simple/turbosquid.svg new file mode 100644 index 0000000..506bc45 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/turbosquid.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.909.01C9.832.153 7.89 1.617 7.89 1.617s4.235-1.383 5.42.752c.861 1.552-.133 3.989-1.67 6.6-1.418-1.212-5.21-4.035-8.73-3.038C-1.528 7.187.43 13.176.43 13.176S.45 8.632 2.803 8.14c1.71-.358 3.673 1.364 5.63 3.664-1.567 1.005-5.368 3.815-5.526 7.545C2.705 24.048 8.883 24 8.883 24s-4.224-1.424-3.955-3.863c.196-1.773 2.403-3.148 5.149-4.338.451 1.833 1.894 6.393 5.316 7.701 4.313 1.648 6.176-4.37 6.176-4.37s-2.627 3.662-4.816 2.647c-1.59-.737-2.189-3.308-2.448-6.343 1.845.127 6.536.137 8.811-2.785 2.867-3.681-2.158-7.353-2.158-7.353s2.597 3.687.976 5.5c-1.178 1.317-3.755 1.103-6.66.417.689-1.753 2.146-6.31.129-9.423C14.45.32 13.155-.074 11.909.01m-1.266 2.487c-.547 0-1.097.072-1.557.162.78.292 1.413.754 1.862 1.361a3.6 3.6 0 0 1 .646 1.524 10 10 0 0 0 .524-1.475 1.25 1.25 0 0 0-.186-1.039 1.23 1.23 0 0 0-.93-.523 5 5 0 0 0-.359-.01m9.713 4.283c-.032.849-.263 1.606-.691 2.228a3.5 3.5 0 0 1-1.219 1.098 10 10 0 0 0 1.115.065q.214 0 .418-.01a1.2 1.2 0 0 0 .912-.502 1.28 1.28 0 0 0 .198-1.065c-.164-.657-.459-1.302-.733-1.814M3.362 9.626a1.23 1.23 0 0 0-1.143.802c-.245.629-.378 1.33-.451 1.91.785-1.018 1.825-1.582 2.967-1.582a3.4 3.4 0 0 1 .494.036 9.6 9.6 0 0 0-1.211-.965 1.2 1.2 0 0 0-.656-.201m12.953 8.546c.12.576.26 1.076.424 1.512a1.21 1.21 0 0 0 1.135.795 1.25 1.25 0 0 0 .666-.202c.559-.362 1.07-.848 1.463-1.273a4.4 4.4 0 0 1-1.211.178 3.47 3.47 0 0 1-2.477-1.01m-8.168.428a10 10 0 0 0-1.272.877 1.24 1.24 0 0 0-.449.95 1.27 1.27 0 0 0 .451.981c.51.431 1.122.78 1.64 1.03-.465-.707-.711-1.46-.724-2.221a3.6 3.6 0 0 1 .354-1.617"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/turkishairlines.svg b/mkdocs-material/material/templates/.icons/simple/turkishairlines.svg new file mode 100644 index 0000000..a03ec11 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/turkishairlines.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.168 13.988a11.9 11.9 0 0 0 1.69 4.423c3.095-.863 5.817-2.495 6.785-6.132 1.065-4.003-.15-8.199-3.057-10.422C1.626 4.364-.657 9.077.168 13.988m23.664-3.975c1.098 6.534-3.308 12.722-9.844 13.819-1.1.185-2.19.214-3.245.103a12.02 12.02 0 0 1-8.46-4.892l19.428-5.57c.279-.08.207-.349-.024-.333l-8.145.569c1.148-1.108 2.021-2.467 1.915-4.345-.214-3.043-3.311-6.013-9.071-7.967a12 12 0 0 1 6.87-1.333c5.228.548 9.663 4.512 10.576 9.95"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/turso.svg b/mkdocs-material/material/templates/.icons/simple/turso.svg new file mode 100644 index 0000000..07a3b80 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/turso.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23.31.803-.563-.42-1.11 1.189-.891-1.286-.512.235.704 1.798-.326.35L18.082 0l-.574.284 2.25 4.836-2.108.741h-.05l-1.143-1.359-1.144 1.36H8.687l-1.144-1.36-1.146 1.363H6.36L4.24 5.12 6.491.284 5.919 0l-2.53 2.668-.327-.349.705-1.798-.512-.236-.89 1.287L1.253.382.69.804 2.42 3.69l-.89.939.311 2.375 2.061.787L3.9 8.817H1.947v.444l.755 1.078 1.197.433v6.971l3.057 4.55L7.657 24l1.101-1.606L9.9 24l.999-1.606L12 24l1.102-1.606L14.1 24l1.141-1.606L16.343 24l.701-1.706 3.058-4.55v-6.972l1.196-.433.756-1.078v-.444h-1.952l.003-1.03 2.054-.784.311-2.375-.89-.939zm-8.93 18.718H8.033l.793-1.615.794 1.615.793-1.083.793 1.083.794-1.083.793 1.083.794-1.083zl.793-1.615.794 1.615zm3.886-7.39-3.3 1.084-.143 3.061-2.827.627-2.826-.627-.142-3.06-3.3-1.085v-1.635l4.266 1.21-.052 4.126h4.109l-.052-4.127 4.266-1.209z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tutanota.svg b/mkdocs-material/material/templates/.icons/simple/tutanota.svg new file mode 100644 index 0000000..387bc1d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tutanota.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.158.934C.978.934.025 1.895.023 3.08.017 9.74.005 16.413 0 23.066c.793-.297 1.67-.56 2.56-.918 6.188-2.485 11.249-4.598 11.253-6.983a2 2 0 0 0-.016-.23c-.32-2.356-5.916-3.087-5.908-4.166a.4.4 0 0 1 .05-.177c.673-1.184 3.336-1.128 4.316-1.212.982-.085 3.285-.067 3.397-.773a.4.4 0 0 0 .005-.065c.003-.656-1.584-.913-1.584-.913s1.925.29 1.92 1.042a.5.5 0 0 1-.015.114c-.207.81-1.901.962-3.021 1.017-1.06.054-2.673.175-2.679.695q0 .045.015.095c.253.76 6.167 1.127 9.95 3.102 2.178 1.136 3.26 3.004 3.757 4.974V3.08A2.14 2.14 0 0 0 21.866.934z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tv4play.svg b/mkdocs-material/material/templates/.icons/simple/tv4play.svg new file mode 100644 index 0000000..64b3816 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tv4play.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.374 15.93V3.718c0-.209-.279-.307-.402-.12L.037 18.289a.2.2 0 0 0-.006.223c.036.072.108.12.192.12h7.331v1.656c0 .113.102.215.222.215h2.376c.12 0 .222-.102.222-.215v-1.656h1.435c.12 0 .222-.096.222-.222v-2.257a.22.22 0 0 0-.224-.222zm-2.826.008H4.795l2.753-4.073zm16.313-3.744L16.704 8.06c-.078-.049-.169.035-.132.12a10.5 10.5 0 0 1 .894 4.26 10.5 10.5 0 0 1-.888 4.248c-.036.083.053.161.131.12l7.152-4.127a.283.283 0 0 0 0-.487"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/tvtime.svg b/mkdocs-material/material/templates/.icons/simple/tvtime.svg new file mode 100644 index 0000000..f655e82 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/tvtime.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0v24h24V0zm4.8 4.8h14.4v4.8h-4.8v9.6H9.6V9.6H4.8Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/twilio.svg b/mkdocs-material/material/templates/.icons/simple/twilio.svg new file mode 100644 index 0000000..e583b58 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/twilio.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.381-.008.008 5.352 0 11.971V12c0 6.64 5.359 12 12 12 6.64 0 12-5.36 12-12 0-6.641-5.36-12-12-12m0 20.801c-4.846.015-8.786-3.904-8.801-8.75V12a8.777 8.777 0 0 1 8.75-8.801H12a8.776 8.776 0 0 1 8.801 8.75V12c.015 4.847-3.904 8.786-8.75 8.801zm5.44-11.76a2.49 2.49 0 0 1-2.481 2.479 2.49 2.49 0 0 1-2.479-2.479 2.49 2.49 0 0 1 2.479-2.481 2.493 2.493 0 0 1 2.481 2.481m0 5.919c0 1.36-1.12 2.48-2.481 2.48a2.49 2.49 0 0 1-2.479-2.48 2.49 2.49 0 0 1 2.479-2.479 2.49 2.49 0 0 1 2.481 2.479m-5.919 0c0 1.36-1.12 2.48-2.479 2.48a2.49 2.49 0 0 1-2.481-2.48 2.49 2.49 0 0 1 2.481-2.479 2.49 2.49 0 0 1 2.479 2.479m0-5.919a2.49 2.49 0 0 1-2.479 2.479 2.49 2.49 0 0 1-2.481-2.479A2.493 2.493 0 0 1 9.042 6.56a2.493 2.493 0 0 1 2.479 2.481"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/twinkly.svg b/mkdocs-material/material/templates/.icons/simple/twinkly.svg new file mode 100644 index 0000000..4acdf96 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/twinkly.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.041 0H4.031C1.832 0 0 1.797 0 3.994v16.012C0 22.202 1.833 24 4.03 24h16.011C22.238 24 24 22.202 24 20.006V3.994C24 1.797 22.238 0 20.041 0m.41 10.376a3.2 3.2 0 0 1-.341.864c-.277.487-.591.861-.919 1.221a56 56 0 0 1-1.276 1.3.12.12 0 0 0-.028.13c.135.336.613 1.394.627 2.8.012 1.28-.157 2.164-.194 2.332-.147.688-.854 1.061-1.515.974-.041-.005-1.035-.096-3.094-1.287-.71-.41-1.402-1.107-1.402-1.107l-.017.013c-1.59 1.65-3.82 2.734-3.82 2.734a1.727 1.727 0 0 1-2.315-.778c-.083-.167-.493-1.535-.22-3.841.065-.543.419-1.818.45-1.913-.121-.107-1.215-1.245-1.593-1.732-1.35-1.736-1.296-2.47-1.296-2.47.063-.946.92-1.369 1.094-1.463a5.725 5.725 0 0 1 3-.588A5.9 5.9 0 0 1 9.475 8c.585.24 1.121.555 1.59.935.471.369.877.799 1.237 1.25a.18.18 0 0 1 .001.226.175.175 0 0 1-.22.04l-.002-.001c-.979-.546-1.992-.946-2.985-1.048-.496-.045-.978-.044-1.44.043-.357.065-.693.18-1.01.318a.057.057 0 0 0-.019.09c.213.232.907.988 2.486 1.952.796.485 1.24 1.007.98 1.8 0 0-.73 2.074-.568 2.123.16.048 2.087-1.505 2.087-1.505.667-.452 1.457-.329 2.034.374 1.09 1.325 2.265 2.284 2.366 2.219.101-.066-.135-1.687-.556-3.117-.146-.496.066-.86.4-1.108.31-.228 2.087-1.62 2.604-2.347.238-.334.206-.464-.189-.6-1.644-.565-3.38.028-3.38.028a.634.634 0 0 1-.82-.366.6.6 0 0 1-.04-.198 8 8 0 0 0-.536-2.552c-.266-.672-.633-1.301-1.117-1.823a.062.062 0 0 0-.092.002c-.323.375-.623.769-.863 1.21-.465.854-.57 1.52-.674 1.856-.013.044-.057.068-.106.08-.092.025-.177-.054-.17-.149.138-1.756 1.275-3.323 1.715-3.871.126-.155.144-.197.304-.082l.037.021c.827.601 1.455 1.43 1.91 2.32a9 9 0 0 1 .72 1.946.07.07 0 0 0 .087.049c.656-.2 1.342-.28 2.006-.27.49.01.925.046 1.439.147.276.06.546.146.843.31.288.164.62.438.81.86.195.42.184.877.108 1.214"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/twinmotion.svg b/mkdocs-material/material/templates/.icons/simple/twinmotion.svg new file mode 100644 index 0000000..0919eea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/twinmotion.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 .118c-4.92 0-9.15 2.961-11 7.2h15.799v.004l-2.364 16.547C19.895 22.744 24 17.91 24 12.118h-6.261l.688-4.8H23C21.148 3.077 16.92.117 12 .117m-12 12c0 5.816 4.14 10.666 9.633 11.765l1.681-11.765Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/twitch.svg b/mkdocs-material/material/templates/.icons/simple/twitch.svg new file mode 100644 index 0000000..8150b90 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/twitch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.571 4.714h1.715v5.143H11.57zm4.715 0H18v5.143h-1.714zM6 0 1.714 4.286v15.428h5.143V24l4.286-4.286h3.428L22.286 12V0zm14.571 11.143-3.428 3.428h-3.429l-3 3v-3H6.857V1.714h13.714Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/typeform.svg b/mkdocs-material/material/templates/.icons/simple/typeform.svg new file mode 100644 index 0000000..c0a85af --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/typeform.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.502 13.035c-.5 0-.756-.411-.756-.917 0-.505.252-.894.756-.894.513 0 .756.407.756.894-.004.515-.261.917-.756.917m-4.888-1.81c.292 0 .414.17.414.317 0 .357-.365.514-1.126.536 0-.442.253-.854.712-.854Zm-3.241 1.81c-.473 0-.67-.384-.67-.917 0-.527.202-.894.67-.894.477 0 .702.38.702.894 0 .537-.234.917-.702.917m-3.997-2.334h-.738l1.224 2.808c-.234.519-.36.648-.522.648-.171 0-.333-.138-.45-.259l-.324.43c.22.232.522.366.832.366.387 0 .685-.224.856-.626l1.413-3.371h-.725l-.738 2.012zm19.553.523c.36 0 .432.246.432.823v1.516H24v-1.914c0-.689-.473-.988-.91-.988-.386 0-.742.241-.94.688a.9.9 0 0 0-.891-.688c-.365 0-.73.232-.927.666v-.626h-.64v2.857h.64v-1.22c0-.617.324-1.114.765-1.114.36 0 .427.246.427.823v1.516h.64l-.005-1.225c0-.617.329-1.114.77-1.114m-5.1-.523h-.324v2.857h.639v-1.095c0-.693.306-1.163.76-1.163.118 0 .217.005.325.05l.099-.676c-.081-.009-.153-.018-.225-.018-.45 0-.774.309-.964.707V10.7h-.31Zm-2.327-.045c-.846 0-1.418.644-1.418 1.458 0 .845.58 1.475 1.418 1.475.85 0 1.431-.648 1.431-1.475-.004-.818-.594-1.458-1.431-1.458m-4.852 2.38c-.333 0-.581-.17-.685-.515.847-.036 1.675-.242 1.675-.988 0-.43-.423-.872-1.03-.872-.82 0-1.374.666-1.374 1.457 0 .828.545 1.476 1.36 1.476.567 0 .927-.228 1.21-.559l-.31-.42c-.329.335-.531.42-.846.42Zm-3.151-2.38c-.324 0-.648.188-.774.483v-.438h-.64v3.98h.64v-1.422c.135.205.445.34.72.34.85 0 1.3-.631 1.3-1.48-.004-.841-.445-1.463-1.246-1.463m-4.483-1.1H0v.622h1.18v3.38h.67v-3.38h1.166zm9.502 1.145h-.383v.572h.383v2.285h.639v-2.285h.621v-.572h-.621v-.447c0-.286.117-.385.382-.385.1 0 .19.027.311.068l.144-.537c-.117-.067-.351-.094-.504-.094-.612 0-.972.367-.972 1.002z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/typeorm.svg b/mkdocs-material/material/templates/.icons/simple/typeorm.svg new file mode 100644 index 0000000..2097951 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/typeorm.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.593 6.863c0 .9-.008 1.742.004 2.583.006.355.07.708.21 1.038.133.306.35.544.652.692.153.075.314.131.47.204a.134.13 0 0 1 .066.099q.008.58 0 1.16c0 .039-.052.097-.093.11a1.818 1.82 0 0 0-1.178 1.22c-.125.387-.137.785-.137 1.187q.002 2.24-.006 4.48c0 .466-.07.926-.225 1.363-.087.241-.226.463-.347.69-.016.031-.05.052-.08.073-.185.137-.365.287-.56.407-.169.103-.354.177-.535.255-.114.048-.236.082-.352.121q-.025.01-.05.014c-.23.028-.46.062-.689.083q-.418.033-.834.052c-.061.003-.123-.02-.183-.026-.104-.01-.13-.07-.128-.168a31.962 32 0 0 0 0-1.017c0-.104.027-.15.139-.141.117.007.24.012.354-.004q.332-.047.655-.125a2.996 3 0 0 0 .44-.153.94.94 0 0 0 .456-.409c.125-.208.185-.437.236-.676.057-.263.036-.52.04-.78.007-1.485 0-2.97.008-4.456q.003-.47.078-.935a2.148 2.15 0 0 1 1.09-1.585l.25-.143c.061-.037.054-.107-.016-.144a2.797 2.8 0 0 1-.815-.646 2.097 2.1 0 0 1-.39-.711c-.18-.551-.205-1.12-.202-1.694.002-1.446-.01-2.892 0-4.337a2.996 3 0 0 0-.072-.666c-.08-.37-.24-.712-.59-.909a2.298 2.3 0 0 0-.467-.177 2.996 3 0 0 0-.503-.11 3.995 4 0 0 0-.54-.025c-.113.001-.153-.03-.15-.147.006-.364.003-.728.001-1.092 0-.089.03-.122.117-.119.196.005.39-.007.584.004.272.016.545.035.815.073a3.096 3.1 0 0 1 1.598.714c.252.215.408.479.534.772.15.346.226.71.275 1.082.13.99.03 1.986.072 2.918ZM1.421 6.715c0-.581-.006-1.163.002-1.745.006-.382.009-.77.049-1.149.027-.263.11-.52.18-.778a1.798 1.8 0 0 1 .366-.723 2.466 2.4 0 0 1 .508-.449c.194-.127.416-.208.629-.305.17-.076.348-.108.53-.141A8.29 8.3 0 0 1 5.258 1.3c.09 0 .122.027.12.117q-.004.558 0 1.118c0 .091-.028.126-.123.122a1.598 1.6 0 0 0-.321.003 7.99 8 0 0 0-.704.127c-.15.035-.291.094-.434.148a.94.94 0 0 0-.46.406c-.123.208-.183.44-.238.68-.067.3.008.588.002.882-.02 1.329-.006 2.658-.01 3.99a9.988 10 0 0 1-.051 1.098c-.08.724-.385 1.328-1.024 1.727q-.173.103-.345.209c-.023.014-.051.049-.047.068a.14.14 0 0 0 .058.084 2.897 2.9 0 0 1 .843.678c.19.23.311.494.4.78.15.496.159 1.006.164 1.516.008 1.298.002 2.597.003 3.896 0 .144.015.288.013.431 0 .072-.025.143-.027.215q-.004.126.005.253c.003.052.02.104.029.156.043.301.137.583.336.817.131.153.303.252.494.321.201.072.41.1.616.149.246.058.485.044.73.054.065.003.09.03.09.093 0 .392.002.784-.005 1.176 0 .029-.053.081-.082.081-.252.005-.503.01-.754-.002a4.994 5 0 0 1-.678-.069c-.234-.044-.46-.122-.69-.186a2.148 2.15 0 0 1-.955-.572 1.898 1.9 0 0 1-.376-.54 4.195 4.2 0 0 1-.292-.87 4.994 5 0 0 1-.103-.964c-.015-1.423-.013-2.846-.023-4.268-.002-.322-.004-.645-.039-.964-.04-.36-.12-.712-.342-1.013a1.498 1.5 0 0 0-.624-.487c-.11-.048-.226-.083-.334-.137-.037-.02-.077-.075-.077-.115q-.006-.56-.003-1.118c0-.1.088-.118.155-.141.372-.13.676-.348.891-.684a2.048 2.05 0 0 0 .344-1.087c.022-.92.03-1.841.044-2.76h-.016Zm6.035.98v-3.11c0-.295.175-.472.472-.472h5.152c.296 0 .473.177.473.472v6.2c0 .32-.17.49-.488.49-1.708 0-3.412-.002-5.12.004-.287 0-.494-.197-.49-.493.006-1.03.002-2.06.002-3.091m.245.002v3.091c0 .208.035.242.24.242h5.119c.214 0 .246-.03.246-.244V4.603c0-.213-.033-.245-.244-.245H7.945c-.21 0-.242.033-.242.247zm-.245 8.39v-3.1c0-.298.173-.474.471-.474h5.152c.3 0 .473.177.473.48v6.184q0 .499-.496.499h-5.11c-.32 0-.488-.17-.488-.489zm.245.006v3.109c0 .189.039.228.227.228h5.142c.202 0 .236-.035.236-.239v-6.197c0-.197-.038-.234-.233-.234H7.941c-.205 0-.24.035-.24.243zm8.741-4.058q-.002 2.09.002 4.184c0 .11-.03.143-.14.142a96.883 97 0 0 0-1.752 0c-.104 0-.12-.04-.12-.13 0-.093.03-.12.12-.12.5.004 1 0 1.499.004.108 0 .148-.031.148-.145q-.003-3.934 0-7.868c0-.112-.036-.147-.147-.146-.5.005-.999 0-1.498.004-.1 0-.123-.034-.123-.128 0-.09.024-.122.119-.121q.888.005 1.776 0c.096 0 .117.033.117.122q-.002 2.101 0 4.202m-5.9-6.336q-1.024 0-2.047-.002c-.04 0-.109-.01-.113-.028-.012-.061-.004-.127 0-.191 0-.01.031-.02.052-.023q.04-.004.082-.002h4.046c.133 0 .194.088.137.208-.01.024-.066.036-.1.036q-.846.002-1.691.001zm.273 1.413c-.585 0-1.17-.004-1.758.003-.13 0-.118-.068-.123-.153-.007-.102.055-.097.123-.097h3.526c.068 0 .13-.004.123.097-.005.086.006.154-.123.153-.59-.008-1.178-.003-1.766-.003Zm.005 1.307c.59 0 1.178.002 1.767-.002.103 0 .118.041.12.13 0 .093-.03.12-.12.12a737.113 738 0 0 0-3.536 0c-.092 0-.121-.029-.12-.121 0-.09.02-.13.121-.13q.886.005 1.768.003m-.009 1.797c-.585 0-1.173-.002-1.759.002-.093 0-.12-.03-.12-.122 0-.093.023-.128.123-.126q1.764.006 3.528 0c.098 0 .123.03.123.125.002.1-.03.124-.127.123q-.884-.003-1.768-.002M8.564 8.664H8.53c-.16 0-.202-.034-.147-.187.045-.129.185-.035.28-.055.027-.004.087.033.092.06.03.172.017.181-.19.181Zm.003-1.799h.034c.166 0 .206.031.148.19-.047.13-.187.034-.284.052-.023.006-.08-.038-.084-.064-.024-.177-.02-.177.185-.177Zm.002 3.351h-.051q-.206.001-.138-.2c.006-.02.038-.04.06-.042.06-.006.118-.002.176-.002.133 0 .19.086.135.208-.006.018-.041.03-.066.034-.038.006-.078.002-.117.002Zm1.973 3.638q1.025.001 2.047-.002c.092 0 .12.027.12.12 0 .09-.017.13-.119.128a878.942 880 0 0 0-4.093 0c-.096 0-.126-.027-.126-.124s.03-.125.125-.125q1.025.004 2.046.003m.272 1.658c-.585 0-1.171-.004-1.758.003-.134 0-.113-.076-.119-.156-.007-.097.051-.094.12-.094h3.533c.075 0 .126.005.12.103-.007.081.006.15-.12.148-.592-.006-1.184-.002-1.776-.002Zm0 1.551q-.88-.002-1.758.002c-.1 0-.12-.037-.121-.129 0-.091.029-.12.12-.12q1.768.004 3.535 0c.09 0 .121.027.12.12 0 .089-.016.13-.12.128q-.887-.004-1.775-.002Zm.009 1.309q.883.002 1.767-.002c.096 0 .12.033.12.122-.002.086-.015.127-.116.126a742.107 743 0 0 0-3.545 0c-.092 0-.116-.033-.113-.118.001-.08.005-.131.11-.13q.889.004 1.778.002m-2.257-3.108h.025c.177 0 .2.013.157.185-.033.13-.161.042-.246.06-.043.008-.117.033-.127-.06-.02-.179-.016-.184.192-.184Zm-.003 1.554h.046c.14 0 .19.07.141.204-.006.019-.039.036-.062.038-.062.005-.124-.003-.187.003-.1.012-.132-.026-.133-.13-.003-.187.133-.087.195-.115m.002 1.798h-.051c-.135 0-.184-.067-.136-.202.006-.018.038-.038.062-.04.054-.006.11-.002.165-.002.145 0 .192.062.146.2-.006.02-.038.038-.06.042-.042.005-.085.001-.125.001Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/typer.svg b/mkdocs-material/material/templates/.icons/simple/typer.svg new file mode 100644 index 0000000..36c4b14 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/typer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.818 3.646H2.182C.982 3.646 0 4.483 0 5.505v3.707h2.182V5.486h19.636v13.036H2.182v-3.735H0v3.726c0 1.022.982 1.84 2.182 1.84h19.636c1.2 0 2.182-.818 2.182-1.84V5.505c0-1.032-.982-1.859-2.182-1.859m-10.909 12.07L15.273 12l-4.364-3.717v2.787H0v1.859h10.909z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/typescript.svg b/mkdocs-material/material/templates/.icons/simple/typescript.svg new file mode 100644 index 0000000..17eef6f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/typescript.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.125 0C.502 0 0 .502 0 1.125v21.75C0 23.498.502 24 1.125 24h21.75c.623 0 1.125-.502 1.125-1.125V1.125C24 .502 23.498 0 22.875 0zm17.363 9.75q.918 0 1.627.111a6.4 6.4 0 0 1 1.306.34v2.458a4 4 0 0 0-.643-.361 5 5 0 0 0-.717-.26 5.5 5.5 0 0 0-1.426-.2q-.45 0-.819.086a2.1 2.1 0 0 0-.623.242q-.254.156-.393.374a.9.9 0 0 0-.14.49q0 .294.156.529.156.234.443.444c.287.21.423.276.696.41q.41.203.926.416.705.296 1.266.628.561.333.963.753.402.418.614.957.213.538.214 1.253 0 .986-.373 1.656a3.03 3.03 0 0 1-1.012 1.085 4.4 4.4 0 0 1-1.487.596q-.85.18-1.79.18a10 10 0 0 1-1.84-.164 5.5 5.5 0 0 1-1.512-.493v-2.63a5.03 5.03 0 0 0 3.237 1.2q.5 0 .872-.09.373-.09.623-.25.249-.162.373-.38a1.02 1.02 0 0 0-.074-1.089 2.1 2.1 0 0 0-.537-.5 5.6 5.6 0 0 0-.807-.444 28 28 0 0 0-1.007-.436q-1.377-.575-2.053-1.405t-.676-2.005q0-.92.369-1.582.368-.662 1.004-1.089a4.5 4.5 0 0 1 1.47-.629 7.5 7.5 0 0 1 1.77-.201m-15.113.188h9.563v2.166H9.506v9.646H6.789v-9.646H3.375z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/typo3.svg b/mkdocs-material/material/templates/.icons/simple/typo3.svg new file mode 100644 index 0000000..aa76f86 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/typo3.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.08 16.539a3.3 3.3 0 0 1-1.012.144c-3.048 0-7.524-10.652-7.524-14.197 0-1.305.31-1.74.745-2.114C6.56.808 2.082 2.177.651 3.917c-.31.436-.497 1.12-.497 1.99C.154 11.442 6.06 24 10.228 24c1.928 0 5.178-3.168 7.852-7.46M16.134 0c3.855 0 7.713.622 7.713 2.798 0 4.415-2.8 9.765-4.23 9.765-2.549 0-5.72-7.09-5.72-10.635C13.897.31 14.518 0 16.134 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/typst.svg b/mkdocs-material/material/templates/.icons/simple/typst.svg new file mode 100644 index 0000000..9807741 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/typst.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.654 17.846q0 1.67.479 2.242.48.572 1.743.572 1.308 0 3.356-1.319l.871 1.45q-3.835 3.21-6.318 3.209-2.485 0-3.922-1.187-1.438-1.23-1.438-4.307V6.989H5.246l-.349-1.626 2.528-.791V2.418L12.654 0v4.835l5.142-.395-.48 2.857-4.662-.176z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/uber.svg b/mkdocs-material/material/templates/.icons/simple/uber.svg new file mode 100644 index 0000000..0721f5f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/uber.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 7.97v4.958c0 1.867 1.302 3.101 3 3.101.826 0 1.562-.316 2.094-.87v.736H6.27V7.97H5.082v4.888c0 1.257-.85 2.106-1.947 2.106-1.11 0-1.946-.827-1.946-2.106V7.971H0zm7.44 0v7.925h1.13v-.725c.521.532 1.257.86 2.06.86a3.006 3.006 0 0 0 3.034-3.01 3.01 3.01 0 0 0-3.033-3.024 2.86 2.86 0 0 0-2.049.861V7.971H7.439zm9.869 2.038c-1.687 0-2.965 1.37-2.965 3 0 1.72 1.334 3.01 3.066 3.01 1.053 0 1.913-.463 2.49-1.233l-.826-.611c-.43.577-.996.847-1.664.847-.973 0-1.753-.7-1.912-1.64h4.697v-.373c0-1.72-1.222-3-2.886-3m6.295.068c-.634 0-1.098.294-1.381.758v-.713h-1.131v5.774h1.142V12.61c0-.894.544-1.47 1.291-1.47H24v-1.065h-.396zm-6.319.928c.85 0 1.564.588 1.756 1.47H15.52c.203-.882.916-1.47 1.765-1.47m-6.732.012c1.086 0 1.98.883 1.98 2.004a1.993 1.993 0 0 1-1.98 2.001A1.99 1.99 0 0 1 8.56 13.02a1.99 1.99 0 0 1 1.992-2.004z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ubereats.svg b/mkdocs-material/material/templates/.icons/simple/ubereats.svg new file mode 100644 index 0000000..ee88d80 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ubereats.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 2.865v4.997c0 1.883 1.332 3.13 3.084 3.13a2.97 2.97 0 0 0 2.15-.877v.743h1.211V2.864H5.223v4.934c0 1.265-.87 2.12-1.995 2.122-1.139-.002-1.997-.834-1.997-2.122V2.865zm7.363 0v7.993h1.162v-.732a3 3 0 0 0 2.118.876 3.044 3.044 0 1 0 0-6.086 2.97 2.97 0 0 0-2.107.876V2.865zm9.885 2.056a3.02 3.02 0 0 0-3.035 3.024c0 1.737 1.373 3.037 3.153 3.037a3.12 3.12 0 0 0 2.558-1.243l-.85-.618a2.05 2.05 0 0 1-1.708.858 1.97 1.97 0 0 1-1.97-1.655h4.817v-.379c0-1.734-1.254-3.024-2.964-3.024zm6.163.066a1.6 1.6 0 0 0-1.376.766v-.719h-1.163v5.824h1.174V7.546c0-.902.559-1.484 1.327-1.484h.495V4.989zm-6.203.944a1.844 1.844 0 0 1 1.834 1.486h-3.618a1.844 1.844 0 0 1 1.784-1.486m-6.659.006a2.021 2.021 0 1 1 .002 4.042 2.02 2.02 0 0 1-1.416-.598 2.02 2.02 0 0 1-.585-1.422 2.02 2.02 0 0 1 .584-1.422 2.02 2.02 0 0 1 1.415-.6M0 12.987v7.971h5.722v-1.367H1.546v-1.97H5.61v-1.315H1.545v-1.955h4.176v-1.365zm14.56.41v1.685H13.41v1.338h1.154v3.143c0 .793.572 1.421 1.6 1.421h1.643l-.006-1.338h-1.141c-.348 0-.572-.15-.572-.464v-2.768H17.8v-1.332h-1.706v-1.686zm-5.297 1.527a3.103 3.103 0 1 0 .07 6.205 3 3 0 0 0 1.913-.666v.532h1.517v-5.913h-1.509v.526a3 3 0 0 0-1.92-.684zm11.771.007c-1.585 0-2.7.644-2.7 1.886 0 .86.613 1.421 1.936 1.695l1.448.328c.57.11.722.259.722.49 0 .371-.438.603-1.127.603-.876 0-1.378-.19-1.573-.848h-1.533c.22 1.231 1.157 2.05 3.049 2.05h.002c1.752 0 2.742-.819 2.742-1.953 0-.806-.585-1.408-1.809-1.667l-1.294-.26c-.751-.136-.988-.274-.988-.546 0-.357.361-.575 1.03-.575.722 0 1.252.192 1.405.847h1.518c-.086-1.229-.99-2.05-2.827-2.05m-11.567 1.25c1.01.01 1.819.837 1.807 1.847a1.8 1.8 0 0 1-1.825 1.802 1.824 1.824 0 0 1 .018-3.648"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ubiquiti.svg b/mkdocs-material/material/templates/.icons/simple/ubiquiti.svg new file mode 100644 index 0000000..cfd3073 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ubiquiti.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.163 0h-1.488v1.488h1.488zm-5.207 10.423V7.44h2.976v2.977h2.975v.943c0 1.091-.092 2.383-.306 3.398-.12.567-.3 1.13-.512 1.672a12 12 0 0 1-.741 1.56 11.7 11.7 0 0 1-1.246 1.775l-.025.03-.042.049c-.115.134-.228.268-.353.398a12 12 0 0 1-.45.449 11.83 11.83 0 0 1-6.98 3.243A16 16 0 0 1 12 24c-.314-.001-.94-.033-1.252-.065a11.84 11.84 0 0 1-6.98-3.243 12 12 0 0 1-.45-.45c-.131-.135-.25-.274-.368-.415h-.001l-.051-.06a11.7 11.7 0 0 1-1.246-1.777 12 12 0 0 1-.74-1.56 10.6 10.6 0 0 1-.513-1.671c-.214-1.016-.306-2.307-.306-3.397V.186h5.952v10.237s0 .784.01 1.041l.002.06c.012.332.024.658.059.982.098.919.301 1.79.72 2.528.122.213.245.42.392.616a5.99 5.99 0 0 0 3.957 2.34c.202.03.61.055.815.055s.613-.025.815-.055a6 6 0 0 0 3.957-2.34c.148-.196.27-.403.392-.616.419-.737.622-1.61.72-2.528.035-.325.047-.65.06-.983l.002-.059c.01-.257.01-1.041.01-1.041m.742-8.19h2.233v2.231h2.976v2.977h-2.976V4.465h-2.233z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ubisoft.svg b/mkdocs-material/material/templates/.icons/simple/ubisoft.svg new file mode 100644 index 0000000..da1d1a0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ubisoft.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.561 11.988C23.301-.304 6.954-4.89.656 6.634c.282.206.661.477.943.672a11.8 11.8 0 0 0-.976 3.067 12 12 0 0 0-.184 2.071C.439 18.818 5.621 24 12.005 24s11.556-5.17 11.556-11.556v-.455zm-20.27 2.06c-.152 1.246-.054 1.636-.054 1.788l-.282.098c-.108-.206-.37-.932-.488-1.908C2.163 10.308 4.7 6.96 8.57 6.33c3.544-.52 6.937 1.68 7.728 4.758l-.282.098c-.087-.087-.228-.336-.77-.878-4.281-4.281-11.002-2.32-11.956 3.74zm11.002 2.081a3.15 3.15 0 0 1-2.59 1.355 3.15 3.15 0 0 1-3.155-3.155 3.16 3.16 0 0 1 2.927-3.144c1.018-.043 1.972.51 2.416 1.398a2.58 2.58 0 0 1-.455 2.95c.293.205.575.4.856.595zm6.58.12c-1.669 3.782-5.106 5.766-8.77 5.712-7.034-.347-9.083-8.466-4.38-11.393l.207.206c-.076.108-.358.325-.791 1.182-.51 1.041-.672 2.081-.607 2.732.369 5.67 8.314 6.83 11.045 1.214C21.057 8.217 11.822.401 3.626 6.374l-.184-.184C5.599 2.808 9.816 1.3 13.837 2.309c6.147 1.55 9.453 7.956 7.035 13.94z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ublockorigin.svg b/mkdocs-material/material/templates/.icons/simple/ublockorigin.svg new file mode 100644 index 0000000..4d5fb07 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ublockorigin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C7.502 3 6.002 3 1.5 3c0 15.002 0 15.002 10.5 21 10.5-5.998 10.5-5.998 10.5-21-4.498 0-5.998 0-10.5-3M5.956 7.472h1.512v4.536c0 1.322.19 1.508 1.512 1.508s1.512-.19 1.512-1.512V7.472H12v.767a3.75 3.75 0 0 1 2.268-.767 3.79 3.79 0 0 1 3.776 3.78 3.79 3.79 0 0 1-3.78 3.775 3.765 3.764 0 0 1-2.684-1.133c-.464.77-1.315 1.133-2.6 1.133-2.079 0-3.024-.944-3.024-3.023zm8.308 1.512A2.254 2.254 0 0 0 12 11.252a2.254 2.254 0 0 0 2.268 2.264 2.254 2.254 0 0 0 2.264-2.268 2.254 2.254 0 0 0-2.268-2.264"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ubuntu.svg b/mkdocs-material/material/templates/.icons/simple/ubuntu.svg new file mode 100644 index 0000000..7d1176c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ubuntu.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.61.455a3.41 3.41 0 0 0-3.41 3.41 3.41 3.41 0 0 0 3.41 3.41 3.41 3.41 0 0 0 3.41-3.41 3.41 3.41 0 0 0-3.41-3.41M12.92.8C8.923.777 5.137 2.941 3.148 6.451a5 5 0 0 1 .26-.007 4.9 4.9 0 0 1 2.585.737A8.32 8.32 0 0 1 12.688 3.6 4.94 4.94 0 0 1 13.723.834 11 11 0 0 0 12.92.8m9.226 4.994a4.9 4.9 0 0 1-1.918 2.246 8.36 8.36 0 0 1-.273 8.303 4.9 4.9 0 0 1 1.632 2.54 11.16 11.16 0 0 0 .559-13.089M3.41 7.932A3.41 3.41 0 0 0 0 11.342a3.41 3.41 0 0 0 3.41 3.409 3.41 3.41 0 0 0 3.41-3.41 3.41 3.41 0 0 0-3.41-3.41zm2.027 7.866a4.9 4.9 0 0 1-2.915.358 11.1 11.1 0 0 0 7.991 6.698 11.2 11.2 0 0 0 2.422.249 4.88 4.88 0 0 1-.999-2.85 9 9 0 0 1-.836-.136 8.3 8.3 0 0 1-5.663-4.32zm11.405.928a3.41 3.41 0 0 0-3.41 3.41 3.41 3.41 0 0 0 3.41 3.41 3.41 3.41 0 0 0 3.41-3.41 3.41 3.41 0 0 0-3.41-3.41"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ubuntumate.svg b/mkdocs-material/material/templates/.icons/simple/ubuntumate.svg new file mode 100644 index 0000000..9280c35 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ubuntumate.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.372 0 12c0 6.627 5.373 12 12 12s12-5.373 12-12c0-6.628-5.373-12-12-12m2.005 3.245L18.667 6 14 8.755ZM12 4.66c.342 0 .676.028 1.005.073v1.021A6.33 6.33 0 0 0 6.12 9.63l-.865-.51C6.378 6.503 8.978 4.66 12 4.66m0 2.495c.342 0 .677.041 1 .11v1.036a3.9 3.9 0 0 0-1-.13 3.81 3.81 0 0 0-3.672 2.76l-.896-.531A4.855 4.855 0 0 1 12 7.156Zm5.885.464A7.3 7.3 0 0 1 19.34 12a7.3 7.3 0 0 1-1.5 4.437l-.87-.515A6.3 6.3 0 0 0 18.329 12a6.3 6.3 0 0 0-1.313-3.865zm-2.171 1.286a4.81 4.81 0 0 1-.047 6.25l-.891-.526A3.8 3.8 0 0 0 15.828 12c0-.996-.377-1.899-.995-2.578zm-12.209.339L8.167 12 3.5 14.755Zm4.823 3.823A3.81 3.81 0 0 0 12 15.823c.346 0 .681-.047 1-.13v1.041a4.8 4.8 0 0 1-1 .11c-2.106 0-3.906-1.362-4.568-3.25zM6.12 14.37A6.33 6.33 0 0 0 12 18.328q.509 0 .995-.078v1.016a7 7 0 0 1-.995.073c-3.022 0-5.622-1.842-6.745-4.459zm7.88.963 4.661 2.75-4.666 2.756z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/udacity.svg b/mkdocs-material/material/templates/.icons/simple/udacity.svg new file mode 100644 index 0000000..45144cd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/udacity.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 0 0 4.8v9.6C0 20.8 4.8 24 8.8 24c1.348 0 2.786-.362 4.1-1.088l6.303-3.633C21.687 18.155 24 15.64 24 11.2V.8L22.4 0 16 4v10.4c0 1.6-.3 2.898-.785 3.948-2.002-.257-5.615-1.597-5.615-7.15V.802zm0 1.76v9.44c0 5.342 3.346 7.9 6.313 8.597-1.618 1.99-4.025 2.603-5.512 2.603-2.4 0-7.2-1.6-7.2-8V5.6zm14.4.04v9.4c0 5.45-3.482 6.84-5.504 7.132.446-1.14.704-2.45.704-3.932V4.8z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/udemy.svg b/mkdocs-material/material/templates/.icons/simple/udemy.svg new file mode 100644 index 0000000..59bc6d4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/udemy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0 5.81 3.573v3.574l6.189-3.574 6.191 3.574V3.573zM5.81 10.148v8.144c0 1.85.589 3.243 1.741 4.234S10.177 24 11.973 24s3.269-.482 4.448-1.474c1.179-.991 1.768-2.439 1.768-4.314v-8.064h-3.242v7.85c0 2.036-1.509 3.055-2.948 3.055-1.428 0-2.947-.991-2.947-3.027v-7.878z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ufc.svg b/mkdocs-material/material/templates/.icons/simple/ufc.svg new file mode 100644 index 0000000..7168416 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ufc.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.308 7.843h2.797s-1.86 6.639-1.951 6.998c-.177.69-.353 1.316-2.043 1.316-2.037 0-3.22-.007-3.777 0-.698.007-1.521-.633-1.296-1.464l1.91-6.85H4.8s-1.6 5.71-1.634 5.857c-.029.148-.19.557.698.564.64.014.69-.155.803-.564.268-.922 1.64-5.857 1.64-5.857zm10.272 0-.507 1.824H9.986l.507-1.824zm-8.404 8.314 1.459-5.244h6.086l-.507 1.823h-3.262l-.95 3.421zm11.47-5.385c-.26.957-.493 1.774-.754 2.738-.05.17-.162.416-.127.57.078.367 1.29.226 1.726.226h1.945c-.155.612-.33 1.21-.5 1.81h-4.63c-.676-.064-1.557-.353-1.472-1.226.028-.274.156-.584.24-.887a1190 1190 0 0 0 1.24-4.463c.176-.648.317-1.197.83-1.457.333-.17.861-.218 1.255-.24H24q-.245.91-.5 1.81h-2.643c-.317 0-.669-.036-.845.084-.19.141-.295.775-.366 1.035"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/uikit.svg b/mkdocs-material/material/templates/.icons/simple/uikit.svg new file mode 100644 index 0000000..f2f347b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/uikit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17.697 3.292-4.109 2.489 4.738 2.696v7.077l-6.365 3.538-6.258-3.538v-5.485L1.596 7.956V18l10.219 6 10.589-6V6.002zm-1.904-.989L11.813 0 7.665 2.568l4.032 2.218z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/uipath.svg b/mkdocs-material/material/templates/.icons/simple/uipath.svg new file mode 100644 index 0000000..f8f4cdd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/uipath.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 7.882v8.235h8.235V7.882zm.852.852h6.53v6.53H.852zm22.268.695c-.514 0-.886.345-.886.873 0 .511.36.878.886.878.518 0 .88-.359.88-.878 0-.521-.359-.873-.88-.873m-17.023.055a.5.5 0 0 0-.522.522c0 .302.22.509.522.509s.522-.206.522-.509a.5.5 0 0 0-.522-.522m17.023.102c.437 0 .716.278.716.716 0 .426-.274.712-.716.712-.426 0-.719-.271-.719-.712s.278-.716.719-.716m-.347.213v.988h.197v-.318h.14l.176.318h.22l-.186-.347a.32.32 0 0 0 .206-.311c0-.203-.159-.33-.374-.33zm-3.74.002v4.468h.853v-1.774c0-.571.302-.914.804-.914s.763.33.763.838v1.85h.852v-1.946c0-.88-.619-1.45-1.409-1.45-.509 0-.818.192-1.01.515V9.801zm3.937.157h.157c.115 0 .193.064.193.171 0 .118-.078.181-.193.181h-.157zm-21.375.049v2.495c0 1.141.625 1.808 1.684 1.808 1.079 0 1.718-.681 1.718-1.808v-2.495h-.852v2.495c0 .646-.275 1.004-.846 1.004-.591 0-.852-.378-.852-1.004v-2.495zm7.547 0v4.262h.852v-1.375h.77c.928 0 1.533-.543 1.533-1.457 0-.88-.591-1.43-1.533-1.43zm7.809 0v.914h-.399v.722h.399v1.45c0 .791.35 1.176 1.161 1.176h.447v-.729h-.337c-.33 0-.419-.144-.419-.44v-1.457h.749v-.722h-.749v-.914zm-6.957.687h.681c.488 0 .756.276.756.743 0 .502-.268.776-.756.776h-.681zm4.138.186c-.921 0-1.546.728-1.546 1.718 0 .997.639 1.712 1.546 1.712.537 0 .887-.193 1.086-.516v.475h.853v-3.348h-.853v.523c-.206-.344-.563-.564-1.086-.564m-8.461.041v3.348h.852v-3.348zm8.661.701c.543 0 .886.399.886.976 0 .585-.364.963-.886.963-.578 0-.88-.406-.88-.963 0-.598.337-.976.88-.976"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ulule.svg b/mkdocs-material/material/templates/.icons/simple/ulule.svg new file mode 100644 index 0000000..7911e12 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ulule.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0A11.99 11.99 0 0 0 1.676 5.884l-.822-.822a.5.5 0 0 0-.707 0A.5.5 0 0 0 0 5.416V12c0 6.627 5.372 12 12 12 6.627 0 12-5.373 12-12V5.416a.5.5 0 0 0-.854-.354l-.823.822A11.99 11.99 0 0 0 12 0M6.814 7.626a5.53 5.53 0 0 1 4.971 3.095 2.74 2.74 0 0 0 .13 3.754.12.12 0 0 0 .17 0 2.74 2.74 0 0 0 .13-3.754 5.53 5.53 0 0 1 5.411-3.077c2.702.214 4.876 2.41 5.064 5.113a5.528 5.528 0 0 1-10.419 2.944.304.304 0 0 0-.542 0 5.528 5.528 0 0 1-10.42-2.944c.189-2.703 2.363-4.9 5.064-5.113q.222-.018.44-.018zm-.42 1.22a3.501 3.496 0 0 0-.235.008c-.013.16-.116.262-.248.388l-.052.05c-.117.113-.335.323-.333.7a.875.875 0 0 0 .856.858c.485-.003.88-.383.882-.85.002-.325-.137-.523-.347-.722-.143-.13-.289-.281-.308-.422a3.501 3.496 0 0 0-.214-.01zm11.211 0a3.501 3.495 0 0 0-.235.008c-.013.16-.117.262-.249.388l-.051.05c-.118.113-.336.323-.334.7a.875.875 0 0 0 .856.858c.485-.003.88-.383.882-.85.002-.325-.136-.523-.347-.723-.143-.13-.288-.28-.307-.42a3.501 3.495 0 0 0-.215-.011M6.093 8.86a3.501 3.496 0 0 0-3.2 3.48 3.501 3.496 0 0 0 3.502 3.496 3.501 3.496 0 0 0 3.5-3.496 3.501 3.496 0 0 0-3.033-3.46 2.393 2.393 0 1 1-2.86 2.362A2.386 2.386 0 0 1 6.093 8.86m11.816 0a2.386 2.386 0 0 1 2.088 2.382 2.391 2.391 0 1 1-4.784-.033 2.39 2.39 0 0 1 1.92-2.328 3.501 3.495 0 0 0-3.03 3.46 3.501 3.495 0 0 0 3.502 3.495 3.501 3.495 0 0 0 3.501-3.496 3.501 3.495 0 0 0-3.197-3.48"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/umami.svg b/mkdocs-material/material/templates/.icons/simple/umami.svg new file mode 100644 index 0000000..b19038d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/umami.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.203 8.611H.857a.845.845 0 0 0-.841.841v.858a13 13 0 0 0-.016.6c0 6.627 5.373 12 12 12 6.527 0 11.837-5.212 11.996-11.701 0-.025.004-.05.004-.075V9.452a.845.845 0 0 0-.841-.841h-1.346c-1.159-4.329-5.112-7.521-9.805-7.521S3.363 4.282 2.203 8.611m18.444 0H3.37c1.127-3.702 4.57-6.399 8.638-6.399 4.069 0 7.512 2.697 8.639 6.399"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/umbraco.svg b/mkdocs-material/material/templates/.icons/simple/umbraco.svg new file mode 100644 index 0000000..f0289e2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/umbraco.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 11.982A12 12 0 1 1 12 24 12 12 0 0 1 0 11.982m11.756 4.11a12 12 0 0 1-2.773-.25 2.12 2.12 0 0 1-1.514-1.218q-.41-.943-.396-2.895a18 18 0 0 1 .127-2.04q.118-.988.236-1.629l.082-.425v-.038a.244.244 0 0 0-.201-.236l-1.544-.246H5.74a.24.24 0 0 0-.235.189 7 7 0 0 0-.089.409c-.088.455-.17.9-.26 1.548a20 20 0 0 0-.176 2.12 11 11 0 0 0 0 1.486q.05 1.977.675 3.155.626 1.179 2.106 1.695 1.482.517 4.135.506h.22q2.655.01 4.134-.506 1.478-.518 2.1-1.695t.678-3.147a11 11 0 0 0 0-1.485 20 20 0 0 0-.176-2.121 30 30 0 0 0-.26-1.548 7 7 0 0 0-.088-.41.24.24 0 0 0-.236-.188h-.04l-1.548.242a.236.236 0 0 0-.203.236v.037l.081.426q.118.643.236 1.63a19 19 0 0 1 .126 2.039q.019 1.95-.396 2.892a2.12 2.12 0 0 1-1.502 1.22 11.8 11.8 0 0 1-2.769.247Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/uml.svg b/mkdocs-material/material/templates/.icons/simple/uml.svg new file mode 100644 index 0000000..b4a9b88 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/uml.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.768 0 7.182 1.604s6.126 2.72 6.852 3.055c.72.335 1.744.947.565 1.629s-2.423.477-3.259.09c-.835-.384-7.012-3.257-7.012-3.257L.666 4.777s6.4 2.935 7.4 3.417c1.003.482 4.753 1.784 8.48.002 3.727-1.781 3.261-2.577 3.268-2.724s-.036-.933-.632-1.467c-.599-.534-2.378-1.375-3.127-1.73C15.305 1.916 10.77 0 10.77 0ZM.411 5.299v13.215l2.904 1.402v-7.963l1.585 8.6 2.58 1.243 1.66-7.154v7.826l2.916 1.38V10.643L7.629 8.628l-1.403 6.296-1.412-7.598Zm16.76 3.115-4.624 2.315L12.559 24l11.03-5.225-.025-3.613-6.393 2.92Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/unacademy.svg b/mkdocs-material/material/templates/.icons/simple/unacademy.svg new file mode 100644 index 0000000..df2ff3d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/unacademy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.715 2.188a.696.696 0 0 0-.711.713H0l.002.027c-.01.306.03.658.123 1.081.905 5.546 5.875 9.788 11.87 9.788 5.935 0 10.864-4.157 11.84-9.622.126-.512.177-.921.162-1.273a.696.696 0 0 0-.713-.714zm11.243 13.82c-2.967 0-5.432 2.079-5.92 4.81a2.3 2.3 0 0 0-.08.638c0 .201.15.356.355.356h11.285a.35.35 0 0 0 .356-.356h.002v-.014a2.2 2.2 0 0 0-.063-.54c-.453-2.774-2.938-4.894-5.935-4.894"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/underarmour.svg b/mkdocs-material/material/templates/.icons/simple/underarmour.svg new file mode 100644 index 0000000..67f806c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/underarmour.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.954 12a17 17 0 0 1-.324.233c-.826.585-2.023.985-3.58.985h-.104c-1.556 0-2.755-.4-3.58-.985L8.042 12q.133-.099.324-.234c.825-.584 2.024-.985 3.58-.985h.104c1.557 0 2.756.401 3.58.985q.192.134.325.234M24 7.181s-.709-.541-2.95-1.365c-1.968-.721-3.452-.883-3.452-.883l.006 4.243c0 .598-.162 1.143-.618 1.765-1.672-.61-3.254-.985-4.981-.985-1.728 0-3.308.375-4.98.985-.457-.619-.62-1.168-.62-1.765l.007-4.243s-1.494.16-3.463.883C.709 6.642 0 7.181 0 7.181c.093 1.926 1.78 3.638 4.435 4.82C1.777 13.18.09 14.887 0 16.818c0 0 .709.54 2.949 1.365 1.968.721 3.453.883 3.453.883l-.007-4.244c0-.597.164-1.143.619-1.764 1.672.61 3.252.983 4.98.983 1.727 0 3.309-.374 4.98-.983.457.62.62 1.167.62 1.764l-.006 4.244s1.484-.16 3.452-.883c2.241-.826 2.95-1.365 2.95-1.365-.093-1.927-1.78-3.64-4.435-4.819 2.657-1.182 4.343-2.888 4.435-4.82"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/underscoredotjs.svg b/mkdocs-material/material/templates/.icons/simple/underscoredotjs.svg new file mode 100644 index 0000000..346eaba --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/underscoredotjs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.704 9.96a1.2 1.2 0 0 0-.3.047 1.02 1.02 0 0 0-.696.586c-.074.16-.08.202-.08.613 0 .413.006.453.08.61a1.05 1.05 0 0 0 .478.508c.158.076.204.085.507.085.452 0 .564-.025.564-.125 0-.076-.003-.076-.143-.052-.277.045-.652.027-.8-.04-.286-.13-.476-.424-.512-.798-.061-.597.155-1.057.579-1.214.183-.067.545-.067.752.003.133.045.167.05.188.015.067-.107-.005-.155-.304-.21a1.6 1.6 0 0 0-.313-.026zm-2.227.01a.7.7 0 0 0-.16.017.77.77 0 0 0-.469.358.8.8 0 0 0-.033.244c0 .314.142.46.646.653.512.2.603.28.603.55 0 .42-.515.59-1.213.4-.064-.016-.07-.011-.062.068.01.08.026.093.178.125.242.05.634.047.817-.005.182-.055.362-.2.42-.34a.8.8 0 0 0 .042-.277c0-.3-.14-.453-.562-.615-.55-.212-.687-.316-.693-.537a.4.4 0 0 1 .216-.403c.116-.066.173-.08.354-.08.116 0 .296.027.393.056.183.055.228.043.23-.064 0-.074-.43-.154-.706-.15zm4.233 0a1 1 0 0 0-.226.02c-.507.106-.8.55-.8 1.201 0 .453.142.817.4 1.024.205.16.326.196.68.196.258-.004.329-.016.457-.078.383-.188.593-.59.593-1.14s-.216-.957-.593-1.13a1.4 1.4 0 0 0-.51-.094zm7.536.001a1 1 0 0 0-.257.026.7.7 0 0 0-.41.307.78.78 0 0 0 0 .563c.07.13.263.252.64.391.48.182.629.36.543.645-.069.23-.32.37-.657.37a2 2 0 0 1-.527-.076c-.094-.02-.1-.018-.1.054 0 .12.155.16.61.16.354 0 .388-.007.537-.086a.605.605 0 0 0 .29-.793c-.08-.177-.229-.277-.677-.45-.426-.162-.533-.262-.533-.5 0-.194.07-.303.248-.395.152-.08.48-.08.71-.003.16.055.166.055.206 0 .061-.085.052-.097-.12-.15a2 2 0 0 0-.503-.063m-18.367.04v2.39l.48-.013c.423-.012.5-.02.666-.09.48-.196.67-.559.643-1.214-.02-.506-.17-.77-.535-.95-.2-.1-.204-.1-.728-.11Zm4.08 0v2.382h.152V11.36h.593l.304.517c.296.509.305.518.405.518h.1l-.097-.176a18 18 0 0 0-.32-.537l-.216-.362.15-.076a.64.64 0 0 0 .335-.737c-.049-.204-.11-.293-.277-.39-.133-.08-.16-.08-.633-.09zm-8.958.01.009.903c.01.876.013.912.08 1.05.157.32.463.472.888.442.37-.024.583-.155.733-.449.07-.134.075-.158.083-1.043l.013-.904h-.19v.843c0 .52-.012.892-.032.968-.05.178-.254.362-.454.41-.31.077-.653-.017-.8-.217-.134-.18-.144-.264-.144-1.155v-.85H.095Zm2.44 0v2.373h.152l.005-1.054.01-1.056.7 1.052c.637.96.71 1.058.786 1.058h.083V10.02h-.154v2.084l-.693-1.04c-.67-1.014-.695-1.043-.79-1.046Zm4.657 0v2.373h1.31v-.152H7.251l.007-.513.01-.508.54-.009.54-.007v-.152h-1.1l.01-.45.01-.447.572-.008c.544-.007.568-.01.568-.067 0-.06-.02-.06-.653-.06zm10.173 0v2.373h.152V11.36h.602l.3.517c.29.5.302.516.4.518.05 0 .097-.005.097-.018 0-.008-.14-.25-.307-.535a6 6 0 0 1-.298-.525 1 1 0 0 1 .133-.073c.234-.12.35-.313.35-.594a.6.6 0 0 0-.453-.6 4 4 0 0 0-.542-.03zm1.947 0v2.373h1.31v-.152h-1.126v-1.037h1.067v-.152h-1.067v-.912h.564c.542 0 .563-.003.563-.06 0-.058-.02-.06-.653-.06zm2.59 0v1.264c0 1.079-.008 1.283-.048 1.368-.066.137-.17.183-.4.177-.172-.004-.193.003-.193.054 0 .084.133.13.33.11.206-.02.334-.097.413-.25.06-.12.064-.17.073-1.427l.01-1.297h-.091zm-12.7.11.33.021c.18.013.373.037.432.055.325.097.44.54.21.8-.129.142-.31.2-.674.2h-.295v-.538zm-3.885.013a4 4 0 0 1 .376.03c.43.047.667.197.803.498.061.133.07.204.07.52 0 .34-.006.377-.085.54a1 1 0 0 1-.21.28c-.182.16-.35.208-.775.222l-.375.016v-1.034c0-.57.01-1.043.022-1.052.013-.015.077-.02.174-.02m12.387 0c.09 0 .213.01.346.026.295.034.432.107.503.26.12.263.036.556-.196.69-.11.06-.175.072-.483.081l-.36.012v-.515c0-.282.01-.526.023-.536.012-.013.073-.02.165-.018zm-1.858 0a1.2 1.2 0 0 1 .334.044.87.87 0 0 1 .458.472c.058.14.067.23.067.532 0 .401-.045.573-.21.79-.21.274-.703.36-1.06.188-.334-.16-.462-.44-.46-.993 0-.288.014-.38.07-.523.077-.194.296-.42.467-.472a1.1 1.1 0 0 1 .333-.036zm5.352 1.98c-.052 0-.072.018-.097.07-.048.11.01.232.11.232.098 0 .147-.066.134-.19-.01-.087-.02-.1-.107-.11zm-9.082 1.308c-6.59 0-11.99.01-11.999.02a1.2 1.2 0 0 0-.021.305v.283H24v-.608z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/undertale.svg b/mkdocs-material/material/templates/.icons/simple/undertale.svg new file mode 100644 index 0000000..dbf25f9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/undertale.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 0v1.5H1.5V3H0v12h3v3h3v3h3v3h6v-3h3v-3h3v-3h3V3h-1.5V1.5H21V0h-3v1.5h-3V3h-1.5v3h-3V3H9V1.5H6V0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/unicode.svg b/mkdocs-material/material/templates/.icons/simple/unicode.svg new file mode 100644 index 0000000..10a3459 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/unicode.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.2 0a.2.2 0 0 0-.2.2v23.6c0 .11.09.2.2.2h23.6a.2.2 0 0 0 .2-.2V.2a.2.2 0 0 0-.2-.2zm19.488 5.27A1.31 1.31 0 0 1 21 6.582a1.31 1.31 0 0 1-1.313 1.313 1.31 1.31 0 0 1-1.31-1.313 1.31 1.31 0 0 1 1.31-1.312zM3.15 6.05h1.996q.153 0 .153.151v7.49q0 1.37.666 2.188.665.818 2.033.816.57.002 1.047-.15.474-.154.824-.506.351-.353.553-.932.2-.578.2-1.453V6.223q.001-.02.005-.035l-.006-.004q0-.134.133-.133h2.682q.114 0 .152.027a.3.3 0 0 1 .076.104q.343.627.809 1.464.464.836.959 1.749l.998 1.843q.5.93.94 1.758.438.829.77 1.475.334.648.505 1.008h.02q-.001-.19-.01-.428a26 26 0 0 1-.02-.57q-.01-.335-.02-.81-.011-.473-.01-1.14v-3.21q0-.154.17-.153H20.6q.171 0 .171.172v9.03q0 .17-.189.17h-2.414q-.172-.001-.248-.134a174 174 0 0 0-1.623-3.021 232 232 0 0 1-2.121-3.946 96 96 0 0 1-.883-1.718 38 38 0 0 1-.371-.768v4.815q0 1.33-.39 2.271t-1.055 1.541a4.1 4.1 0 0 1-1.588.873 6.9 6.9 0 0 1-1.97.277 6.4 6.4 0 0 1-2.032-.304 4.2 4.2 0 0 1-1.559-.903 3.9 3.9 0 0 1-.988-1.511q-.342-.913-.342-2.149v-7.64q0-.172.152-.172Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/unilever.svg b/mkdocs-material/material/templates/.icons/simple/unilever.svg new file mode 100644 index 0000000..01be391 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/unilever.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.436 6.626c.115.846 1.392 1.99 1.746 1.96.234-.018.32-1.104.32-1.96 0-.488.03-.876-.23-.962-.41.828-1.487.995-1.836.962zm.072-.379c.928 0 1.774-.74 1.774-1.392 0-.3-.143-.555-.507-.598.063.082.091.14.091.287 0 .493-.746 1.034-1.56 1.034-.296 0-.382.205-.382.31-.005.26.234.36.584.36zm-.196-1.004c-.125 0-.302 0-.402-.196a.7.7 0 0 1-.063-.22c-.023-.125-.047-.249-.143-.316.153.048.306.048.435.048.402 0 .785-.278 1.081-.278.197 0 .254.125.254.25.01.392-.79.712-1.153.712zM1.372 12.232c.301 0 .24-1.856.732-1.856.115 0 .148.115.148.263 0 .421-.205 1.033-.205 1.373 0 .172.047.23.124.225.215 0 .588-2.043.952-2.043.115 0 .172.115.172.234 0 .426-.545 1.66-.545 2.005 0 .057.024.1.057.1.225 0 .67-.961.813-1.444.082-.25.187-.383.287-.383.091 0 .173.1.173.306 0 .483-.445 1.612-.837 2.373-.302.588-.775 1.435-.775 1.909 0 .239.047.492.387.789-.57-.034-.804-.091-1.014-.536-.952 1.894 1.76 1.713.832 3.397-.167-.302-1.507-.613-1.507-2.378 0-1.526 1.335-2.416 1.335-3.047a.41.41 0 0 0-.158-.33c-.296-.249-.301-.455-.536-.455-.167 0-.373.393-.162.742.072.115.138.182.138.296 0 .25-.392.919-.67.914-.277 0-.487-.684-.487-1.789 0-.98.225-1.971.497-1.971.082 0 .1.058.1.124 0 .115-.033.35-.033.742.005.416.096.45.182.44m2.272 2.612c.373 0 .684-.277.684-.89v-.909c0-.349.03-.741.259-1.014-.029.115-.029.24-.029.354 0 .765.421 1.292.421 2.033 0 .278-.081.426-.292.421-.205 0-.186-.186-.234-.186-.034 0-.091.114-.091.239 0 .181.139.478.502.483.32 0 .579-.292.579-.622 0-.804-.622-1.693-.622-2.55 0-.373.1-.622.177-.818 0 1.77 1.507 3.062 1.507 3.803a.297.297 0 0 1-.311.302.29.29 0 0 1-.301-.287c0-.063-.01-.082-.034-.082-.052 0-.215.177-.215.412 0 .296.24.65.684.65.507 0 .785-.43.785-.813 0-.938-1.828-2.354-1.828-3.87 0-.258.043-.68.23-1-1.177.756-1.54 1.765-1.54 2.65 0 .766-.03 1.148-.422 1.148-.205 0-.258-.186-.33-.186-.052 0-.081.163-.081.206.01.335.244.516.488.516h.014zM19.833 4.64c-.172 0-.454.187-.679.187-.282-.005-.2-.36-.512-.36a.5.5 0 0 0-.23.063c-.645.325-1.148.201-1.262.278-.029.014-.053.038-.062.09 0 .67.712 1.703 1.899 1.703.813 0 1.497-.277 1.497-.731 0-.397-.383-1.23-.65-1.23m-.741 1.301c-.655 0-1.086-.354-1.081-.588 0-.029.019-.048.052-.048.106 0 .393.144.766.206.435.072.67.081.784.081.115 0 .168.029.168.062 0 .11-.297.287-.69.287M3.832 18.207c-.292.072-.766.536-.766 1.268 0 .87.938 2.215 2.478 2.215 1.301 0 1.622-.9 1.622-1.507 0-1.345-.828-2.292-1.909-2.292-.588 0-1.114.43-1.114 1.062 0 .593.445 1.474 1.507 1.474.497 0 .794-.36.794-.766 0-.402-.364-.952-.9-.952-.162 0-.277.105-.277.278 0 .215.296.42.665.425.09 0 .162-.019.196-.033.02.024.024.067.024.105 0 .206-.196.33-.498.33-.454 0-.89-.34-.89-.875 0-.32.278-.55.68-.55.794 0 1.268.708 1.268 1.406 0 .632-.35 1-1.062.995-1.436.005-2.124-1.287-1.818-2.583m11.055 2.837c-.091-.173-.02-.47-.287-.47-.182 0-.196.144-.215.26-.388-.11-.708-.168-.995-.168q-.308 0-.536.081c-.1-.182-.54-.526-.923-.65-.149.803-.871 1.434-1.943 1.525-.062.527-.473.66-.794.66-.23.005-.598-.076-.617-.167-.124-.756-.698-1.181-.947-1.282.01.081.02.168.02.249 0 .64-.44 1.043-1.259 1.043a2.5 2.5 0 0 1-.42-.034c.937 1.043 1.606.66 2.042.857.569.258 1.033 1.052 2.86 1.052.665 0 1.345-.258 1.79-.545.08.268.358.507.813.507.775 0 1.21-.24 1.21-.436 0-.052-.005-.134-.139-.134s-.115.034-.54.034c-.493-.005-1.297-.196-1.674-1.057-.068-.144-.173-.144-.206-.144-.249 0-.632.885-2.2.885-.656.005-.962-.244-.962-.301 0-.01 0-.02.033-.02.062 0 .306.03.608.03.99 0 1.789-.455 2.272-.981.167-.187.249-.216.392-.216.125 0 .259.11.32.278.22.57.728 1.024 1.283 1.024.75 0 .76-1.282.937-1.345a.3.3 0 0 0 .106.02c.09 0 .234-.067.234-.235 0-.182-.22-.23-.263-.32m-1.215.961a.36.36 0 0 1-.354-.359c0-.2.158-.358.354-.358s.359.162.359.358a.36.36 0 0 1-.36.36m6.424-5.18c-1.31 0-.97 1.147-2.502 1.497-.282.062-.363.153-.363.277 0 .235.13.536.292.536.665 0 1.703-1.383 1.89-1.383v-.009c.078.005.157.012.152.196 0 .502-1.444 1.158-1.444 1.517 0 .215.512.67 1.01.67.721.004 1.367-1.474 1.52-1.474.12 0 .163.086.163.177 0 .402-.488 1.186-1.344 1.526-.177.071-.206.153-.206.215 0 .196.225.488.43.488.25 0 1.924-1.459 1.924-2.636 0-1.105-.8-1.598-1.521-1.598m.603 1.267a.6.6 0 0 1-.263-.067c-.115-.052-.32-.225-.32-.488 0-.239.134-.34.258-.34.383 0 .784.34.79.608 0 .215-.207.287-.465.287M3.727 6.874a.36.36 0 0 0 .354.359.357.357 0 0 0 0-.713.367.367 0 0 0-.36.354zm-.464-.799c0 .197.157.354.354.354a.36.36 0 0 0 .358-.358c0-.197-.162-.36-.358-.36s-.354.173-.354.364M2.942 8.51c-.206.053-.631.302-.631.747 0 .32.253.526.56.526.162 0 .277-.034.349-.091a1.04 1.04 0 0 1-.34-.775c0-.177.029-.292.062-.407m-2.186.13c-.01.042-.01.09-.01.133 0 .421.216.651.512.651.22 0 .483-.134.713-.426a2 2 0 0 1-.32.029c-.321 0-.685-.091-.895-.388m-.311.798c0 .675.206.995.57 1 .286 0 .669-.206 1.123-.598-.349.081-.617.134-.856.139-.32-.005-.564-.13-.837-.54zm2.31-3.568c.043-.144.082-.32.082-.517 0-.426-.196-1.076-.804-1.076a.594.594 0 0 0-.598.607c0 .708.708.99 1.32.986m.45.899c-.115-.153-.072-.292-.143-.364-.043-.043-.168-.043-.33-.062a2 2 0 0 0-.197-.01c-.291 0-.64.039-1.033.288-.77.488-.66 1.31-.78 1.511a.2.2 0 0 0-.028.1c0 .082.09.173.172.168.072 0 .115-.019.153-.019.215 0 .46.148.799.153.206 0 .445-.062.746-.215.641-.32.89-1.115.89-1.249 0-.167-.134-.148-.249-.301m-1.21 1.349c-.292 0-.613-.364-.613-.694 0-.177.134-.401.23-.401.034 0 .057.024.057.09.053.436.345.684.608.814.029.024.048.024.048.043 0 .052-.168.143-.33.148m.837-.55c-.311 0-.56-.474-.56-.742 0-.167.1-.186.23-.186.062 0 .09.01.139.033.076.043.076.216.177.354.062.082.23.182.23.254 0 .124-.072.287-.216.287zm.852.21c-.197.23-.402.622-.402 1.029 0 .478.296.88.756.88.435 0 .64-.373.64-.756-.004-.603-.545-1.024-.995-1.153m-1.91-1.712s-.258.196-.578.196a.67.67 0 0 1-.684-.684.75.75 0 0 1 .473-.703c-.01.052-.01.095-.01.153-.004.502.278.89.8 1.038M17.49 9.022c0 .206.172.378.378.373a.374.374 0 0 0 0-.746.38.38 0 0 0-.378.373m.024 1.124c0 .23.182.421.421.421a.42.42 0 0 0 .421-.42.42.42 0 0 0-.42-.422.43.43 0 0 0-.422.421m-1.282.76c0 .345.273.618.617.618.34 0 .617-.277.617-.617s-.277-.617-.617-.617a.62.62 0 0 0-.617.617m.33-1.262a.36.36 0 0 0 .354.359c.196 0 .36-.163.36-.36s-.164-.358-.36-.358a.36.36 0 0 0-.349.364zm-1.167.718c0 .196.158.353.354.353s.359-.157.359-.354-.163-.354-.359-.354a.363.363 0 0 0-.354.355m.918-2.091c0 .306.264.57.57.57s.57-.26.57-.57-.26-.57-.57-.57a.577.577 0 0 0-.57.57m.665-1.09c0 .181.149.344.345.339a.34.34 0 0 0 .34-.34.34.34 0 0 0-.34-.34c-.191.005-.35.154-.344.34m-1.612.856c0 .181.149.344.33.34a.34.34 0 0 0 .34-.34.34.34 0 0 0-.34-.34.34.34 0 0 0-.33.34m-.043 1.162c0 .306.24.55.536.545a.54.54 0 0 0 .545-.545.54.54 0 0 0-.545-.545.53.53 0 0 0-.536.545m-1.124.564c0 .273.23.503.502.507a.51.51 0 0 0 .507-.507.513.513 0 0 0-.507-.507.51.51 0 0 0-.502.507m.301-1.258c0 .196.158.354.354.354s.36-.162.36-.358-.163-.36-.36-.36a.35.35 0 0 0-.349.36H14.5zm3.134 2.751c0-.177.162-.33.335-.33.196 0 .344.148.344.33 0 .206-.153.35-.35.344a.33.33 0 0 1-.33-.344zm.301 9.367c.072-.063.091-.163.091-.259v-.205c0-.259-.392-.412-.928-.412-.65 0-1 .292-1 .416v.412c0 .172.388.344.88.344.378 0 .728-.1.957-.296m.464.095c-.23.177-.775.58-1.674.584-.483 0-.694-.153-.766-.153-.09 0-.186.09-.287.206-.21.248-.488.712-.488 1.224 0 .354.273.708.79.713 1.67 0 2.913-1.043 2.913-1.89.005-.48-.283-.685-.488-.684m-.842 1.636c-.225.153-.526.278-.97.282.071-.215.124-.435.124-.65 0-.072-.01-.124-.02-.206h.115c.699-.005 1.005-.282 1.057-.277.043 0 .1.024.1.186 0 .196-.09.455-.406.665m1.153-9.132c0 .215.067.478.297.483.186 0 .349-.287.349-.598 0-.358-.062-.631-.062-.775 0-.062.028-.09.062-.09.134.009.263.377.402.377.162 0 .402-.296.497-.296.029 0 .034.033.034.043 0 .134-.206.43-.206.55 0 .1.512.115.512.206 0 .134-.54.134-.799.248-.249.106-.402.24-.402.421s.182.216.436.216c.598 0 1.014-.32 1.148-.32.028 0 .048.023.048.042 0 .091-.302.383-.302.512 0 .148.55.33.55.421-.01.029-.043.033-.105.033-.1 0-.249-.028-.368-.028-.072 0-.134.01-.163.043-.062.067.024.545-.105.545-.115 0-.421-1.052-1.105-1.052-.1 0-.168.081-.168.215 0 .354.345.765.675.962.148.1.402.196.402.253 0 .105-.57.01-.57.187 0 .158.067.401.067.545 0 .043-.01.096-.062.1-.105 0-.368-.488-.493-.488-.105 0-.34.292-.435.292-.024 0-.043-.028-.043-.052 0-.206.33-.67.33-1.124 0-.216-.029-.68-.287-.68-.215 0-.454.34-.56.675-.062.196-.019.952-.162.952-.134 0-.1-.507-.278-.507-.134 0-.416.239-.516.239-.02 0-.034-.01-.034-.029 0-.105.258-.454.258-.526 0-.134-.588-.153-.588-.258 0-.063.23-.106.445-.144.454-.081 1.124-.411 1.124-.875 0-.517-.497-.742-.827-.952-.168-.106-.36-.196-.36-.268s.216-.072.302-.072c.134 0 .268-.01.268-.115 0-.081-.019-.239-.019-.363 0-.091.01-.163.043-.163.134 0 .32.435.411.435.144 0 .34-.358.474-.358.043 0 .057.024.057.105-.004.335-.172.713-.172 1.033m-4.253-2.607c.1.756 1.12.378 1.12 1.292 0 .134-.034.33-.034.497 0 .196.024.364.173.364.153 0 .186-.106.186-.25s-.033-.32-.033-.42c0-.311.224-.383.358-.383.34 0 .594.345 1.11.35-.115.569-1.291.42-1.291 1.042 0 .306.306.388.512.388.186 0 .248-.029.248-.187 0-.09-.019-.186-.019-.249 0-.033.029-.071.072-.071.196 0 1.153.732 1.153.952 0 .205-1.014.411-1.311.411-.09 0-.105-.062-.105-.096 0-.062.153-.248.153-.358 0-.082-.134-.134-.493-.134-.167 0-.297.019-.297.153 0 .239.388.536.388.756 0 .177-.105.287-.392.287-.24 0-.603-.187-.603-.498 0-.249.258-.497.258-.65 0-.044-.033-.115-.138-.115-.33 0-.421.875-1.589.97.187-.167.35-.358.35-.74 0-.187-.043-.34-.043-.546 0-.268.124-.402.3-.402.331 0 .494.469.709.469.115 0 .24-.105.24-.268 0-.68-1.302-.579-1.302-1.53-.01-.269.086-.59.32-1.034zm2.995 5.554q.092.15.091.287c0 .249-.168.483-.168.741 0 .297.23.536.56.536.364 0 .617-.292.617-.64-.005-.48-.435-.881-1.1-.924m-2.952.57c.091.09.115.181.115.267 0 .134-.062.277-.062.426 0 .215.158.402.388.402a.417.417 0 0 0 .42-.426c.005-.335-.34-.67-.856-.67zm.216-1.053c.411.057.512.196.512.31 0 .197-.177.259-.35.259-.124 0-.268-.029-.42-.029-.197 0-.393.043-.556.23.115.024.287.1.287.277 0 .517-1.435.091-1.435 1.416 0 .708.732 1.474 1.842 1.469.57 0 .938-.187.938-.402 0-.167-.302-.053-.302-.196 0-.062.106-.177.106-.277 0-.043-.034-.125-.106-.125-.162 0-.464.258-1.08.263-.484 0-.953-.277-.953-.65 0-.082.034-.125.091-.125.053 0 .125.034.182.034.053 0 .062-.034.062-.134s0-.373.168-.373.492.626 1.727.626c.406 0 1.2-.08 1.497-.349-.01.98-.775 2.272-2.382 2.272-1.665 0-2.56-1.339-2.56-2.568a2.625 2.625 0 0 1 2.64-2.603c.393 0 .718.139.718.302 0 .248-.583.1-.626.373m.97-.469a.67.67 0 0 1 .163.454c0 .383-.291.775-.291 1.148 0 .503.33.814.784.814.498 0 .785-.421.785-.876 0-.66-.503-1.358-1.44-1.54m.68 1.411c-.124-.01-.215-.1-.215-.225 0-.067.043-.177.057-.263.02-.12-.01-.225.062-.225.163 0 .33.259.33.445 0 .144-.09.268-.234.268M8.95 5.511c-.454.01-.875.383-1.162.89a1.7 1.7 0 0 0 .029-.306c0-.694-.373-1.32-1.077-1.32-.569 0-1.086.33-1.3.97.061-.067.248-.181.4-.181.178 0 .23.153.23.392 0 .162-.038.349-.1.526-.11.292-.306.383-.411.383-.445 0-.244-.732-.47-.732-.186 0-.238.392-.238.545 0 .507.33 1.043 1.062 1.043.775 0 1.215-.368 1.688-.866.091.536.383 1.454 1.168 1.454.425 0 .731-.354.765-.765a.34.34 0 0 1-.225.096c-.163 0-.196-.23-.196-.436 0-.33.096-.684.249-.684.081 0 .124.053.143.292.015.187 0 .392.115.392s.187-.368.187-.617c0-.574-.268-1.076-.857-1.076M6.31 7.233c-.077 0-.096-.072-.1-.134 0-.35.382-1.909.66-1.909.066 0 .09.053.09.125 0 .277-.349 1.918-.65 1.918m1.186-.665c-.23.258-.354.364-.454.364-.053.004-.106-.086-.106-.192 0-.191.134-.904.402-.904.106 0 .177.196.177.373 0 .134 0 .244-.019.36zm.521.617c-.09.005-.138-.143-.157-.464.143-.239.239-.344.33-.344.038 0 .072.033.072.186v.005h.004c0 .311-.148.622-.249.617m.479.54c-.057 0-.1-.08-.096-.267 0-.483.311-1.364.498-1.364.052 0 .072.125.072.24 0 .535-.25 1.392-.474 1.392m-1.215.187c-.383 0-.402.464-.402 1.402-.287-.617-.756-1.272-1.31-1.272-.374 0-.517.248-.517.684 0 .09.01.23.024.3.043-.152.186-.214.363-.214.383 0 .847.296 1.153.693-.35-.062-.689-.124-.971-.124-.177 0-.34.019-.474.081-.258.115-.607.498-.607 1.077 0 .09.01.181.024.291.31-.693 1.138-1.009 1.674-1.009.105 0 .182.01.254.02-.278.248-.34.683-.36.98-.009.143-.061.153-.162.148 0 .297.23.732.23.952 0 .081-.043.153-.091.168 0 .387.387.674.387.923 0 .062-.019.115-.043.143.029.158.46.436.512.565.067.158.148.196.196.196.153 0 .392-.177.392-.34 0-.052-.043-.115-.08-.143-.168-.125-.26-.392-.33-.57-.063 0-.144-.023-.173-.129-.048-.186-.053-.526-.125-.732-.114-.028-.167-.071-.167-.31 0-.115.072-.57.072-.732-.053 0-.125-.034-.125-.144 0-.287.287-.507.364-.875.507.378.627.755.627 1.095 0 .177-.029.35-.062.507.373-.186.937-.464.937-1.024 0-.33-.153-.693-1.157-.837a3.2 3.2 0 0 1 1.033-.177c.569 0 .904.182.97.584.116-.177.207-.383.207-.57 0-.435-.364-.722-.828-.722-.545 0-1.024.287-1.54.627.234-.483.392-.765.679-.765.043 0 .09.01.139.019-.096-.383-.503-.77-.713-.766m15.02 6.425c.446 0 .8.584.8 1.258 0 .722-.34 1.507-.943 2.047-.01-1.2-1.483-.818-1.483-1.693 0-.373.268-.622.589-.622.287 0 .502.081.674.24a.78.78 0 0 1-.239-.57c-.005-.35.21-.66.603-.66m-6.615-9.118c-.072-.115-.34-.177-.464-.177-.392 0-.66.277-.713.526a.9.9 0 0 1-.062-.301c0-.392.268-.876.918-.876.57 0 .79.297.871.297.09 0 .177-.09.249-.09.095 0 .1.147.1.257 0 .354-.162.971-.564 1.201a.9.9 0 0 0-.445-.426.15.15 0 0 1-.091-.134c.005-.105.096-.23.2-.277zm-1.344.65c.23.23.435.321.684.321.1 0 .215-.029.277-.029.081 0 .139.034.139.1 0 .101-.091.26-.196.35.105.048.23.057.344.062.507 0 1.086-.32 1.086-1.124.105.139.172.435.172.57 0 .97-.712 1.344-1.373 1.344-.43 0-.64-.144-.698-.144-.167 0-.158.34-.277.33-.206-.033-.393-.488-.393-.97 0-.288.077-.599.24-.819h-.005zM6.712.202c0-.053-.268-.105-.632-.105-.579 0-.497.483-.942.478-.464 0-.35-.497-.938-.497-.359 0-.684.062-.684.143 0 .1.421.058.421.354 0 .311-.9.402-.9.588 0 .058.068.091.158.091.197 0 .508-.09.732-.09.125 0 .24.023.24.143 0 .225-.484.622-.484.804 0 .057.048.067.091.071.177 0 .483-.454.766-.454.473 0 .158 1.005.42 1.01.269 0 .154-.99.536-.99.311 0 .55.683.756.683.053 0 .096-.043.096-.105 0-.187-.268-.57-.268-.818 0-.153.105-.225.249-.225.206 0 .478.124.627.124.052 0 .105-.019.105-.08 0-.216-.794-.446-.794-.723.01-.273.45-.273.445-.402m2.095.909c0 .158.56.502.823.507.153 0 .196-.206.196-.421 0-.268-.115-.277-.35-.277-.296.004-.67.086-.67.19zm.928 1.765c0-.536-1.445-1.507-1.464-1.923q.002-.059.053-.11C8.572.58 9.6.392 9.6.167c0-.114-.215-.114-.32-.114-.828 0-2.043.3-2.043.598 0 .306 1.086 1.038 1.086 1.406 0 .1-.062.134-.163.139-.301 0-.961-.364-1.272-.364-.144 0-.197.096-.197.24 0 .42.503 1.234.503 1.473 0 .028-.01.062-.043.062-.163 0-.919-.89-1.187-.89-.095 0-.105.134-.105.33v.302c0 .205-.01.33-.105.33-.23 0-.34-.651-.56-.651-.23 0-.277 1.158-.497 1.153-.259 0-.034-1.273-.287-1.273-.278 0-.589.847-.785.847-.072 0-.09-.072-.09-.134 0-.258.152-.68.152-.928 0-.124-.033-.196-.143-.196-.278 0-.885.445-1.115.445-.033 0-.081-.02-.081-.053 0-.215.97-.89.97-1.196 0-.296-1.338-.1-1.338-.435 0-.287.952-.579.952-.875 0-.259-1.134-.373-1.57-.373C.837.01.55.072.55.225c0 .23 1.2.306 1.2.502S.513 1.45.513 1.751c0 .263 1.746.024 1.746.296C2.258 2.35.732 3.66.732 4.095c0 .1.067.139.172.143.464 0 1.665-.88 1.995-.88.115 0 .124.139.124.263 0 .235-.081.589-.081.847 0 .206.057.344.23.35.33 0 .631-.56.856-.56.287 0 .115 1.645.55 1.65.363 0 .517-1.784.746-1.784s.421.511.627.511c.268 0 .143-.899.43-.899.311 0 1.201 1.076 1.598 1.072.124 0 .168-.1.168-.225 0-.474-.66-1.54-.66-1.88 0-.091.023-.115.124-.115.349 0 1.358.478 1.842.478.181.02.277-.071.282-.191m-8.142-.517c0 .177-.68.775-.918.775-.091 0-.115-.105-.115-.205 0-.177.081-.426.177-.507.115-.106.382-.158.588-.158.13 0 .268.024.268.095m6.554.919c0 .306 1.12 1.842 1.325 1.837.177 0 .31-.311.31-.579a.4.4 0 0 0-.052-.196c-.163-.225-1.292-1.115-1.54-1.115-.024-.004-.048.02-.043.053M23.507.172c-.445 0-.521-.138-.823-.138-.363 0-.622.248-.622.621 0 .125.044.32.044.58 0 .315-.063.607-.34.607-.253 0-.354-.168-.354-.364 0-.354.187-.593.187-.827 0-.426-.527-.55-1.077-.55-.66 0-1.373.177-1.373.267 0 .153.952.063 1.622.919-.435.01-1.282.206-1.282.32 0 .144 1.516.307 1.516.938.005.416-.33.46-.459.464-.502 0-.77-.512-.904-.512a.07.07 0 0 0-.072.072c0 .081.072.292.072.517 0 .569-.631.631-.631.746 0 .043.019.062.09.072a9 9 0 0 0 1.383.105c1.612 0 2.932-.503 2.932-1.909 0-.775-.239-1.024-.239-1.402 0-.124.091-.382.33-.526M21.221 3.22c-.1 0-.216 0-.33-.01 1.042-.167 1.621-.77 1.621-1.564.235.067.378.306.373.56 0 .463-.444 1.014-1.664 1.014M22.689.793c-.129-.005-.23-.096-.23-.22 0-.13.106-.22.23-.225a.225.225 0 0 1 .225.225c0 .124-.1.225-.225.22m.56 11.581c-.416 0-.66.732-1.067.775.258-1.071 1.32-1.621 1.32-2.621 0-1.134-.952-1.53-1.349-1.784-.665-.938-1.138-1.68-2.205-1.68-.454 0-.741.082-1.052.082-.603-.005-.79-.235-.833-.235-.01 0-.019.01-.019.043 0 .828.436 2.727 2.354 2.727 1.024 0 1.464-.392 1.703-.392.258 0 1.086.282 1.086 1.23 0 .525-.416 1.061-.57 1.061-.148.005-.306-.234-.306-.488 0-.282.153-.799.153-1.119 0-.12-.019-.177-.09-.177-.163 0-.929.478-.929 1.096 0 .526.775.846 1.067 1-.292.482-.469.793-.612 1.238 0-.335-.32-1.019-.421-1.306-.493-1.34-.665-1.588-1.68-1.703.154.536 1.9 1.828 1.9 3.148 0 .081-.01.196-.02.24-.525-1.541-1.43-1.895-1.76-2.273-.535-.588-.23-1.158-1.086-1.478a.43.43 0 0 1 .072.258c0 .282-.162.641-.162.89 0 .928 1.09.65 1.722 1.158.622.502.97 1.32 1.23 2.229.248-.397.391-.88.836-.88.287 0 .383.358.383.607 0 .053 0 .1-.01.134.426-.364.651-.952.651-1.344 0-.263-.09-.436-.306-.436m-1.66-3.496c-.09 0-.263-.048-.378-.048-.306 0-.521.42-.68.42-.057 0-.08-.052-.08-.1 0-.172.3-.378.3-.493 0-.08-.128-.105-.18-.105-.307 0-.733.416-.972.416-.043 0-.1-.024-.1-.08 0-.116.32-.278.32-.403 0-.11-.139-.134-.23-.134-.148 0-.445.082-.631.082-.1 0-.182-.02-.182-.1 0-.183.579-.063.579-.278 0-.105-.182-.302-.182-.402 0-.038.048-.067.091-.067.206 0 .421.56.66.56.106 0 .134-.082.134-.197s-.024-.172-.024-.272c0-.105.043-.134.077-.134.148 0 .282.803.694.803.181-.004.052-.492.215-.492.1 0 .124.143.134.225.043.526.516.545.516.732 0 .019-.028.067-.081.067M17.006.057c-.598 0-1.033.292-1.268.292C15.6.36 15.386 0 15.276 0c-.044 0-.092.09-.092.24 0 .1 0 .41-.105.41-.215 0-1.042-.612-1.042-.392 0 .206.55.833.55.995s-.546.311-.546.421c0 .196.584.23.584.483 0 .25-.608.445-.608.627 0 .148.608.048.608.23 0 .186-.445.813-.445.99 0 .048.01.048.048.048.167.005.68-.579.799-.579.143 0 .172.344.196.555.019.1.033.115.081.115.105 0 .278-.412.392-.412.168 0 .627.47 1.383.474 1.076 0 2.095-.756 2.095-2.095 0-1.292-.909-2.053-2.167-2.053M15.48 2.932c-.029 0-.043-.033-.043-.08l-.019-.355c0-.033-.02-.072-.062-.072-.105 0-.311-.01-.373-.01q-.063 0-.062-.028c.009-.067.363-.32.368-.378 0-.1-.35-.287-.35-.392 0-.02.02-.029.044-.029.1 0 .263.034.401.034.115 0 .134-.498.22-.498.063 0 .173.469.264.469.114 0 .33-.134.42-.134.02 0 .034.01.034.029 0 .062-.225.301-.225.378 0 .081.503.181.503.248 0 .091-.507.082-.507.163 0 .057.181.306.181.387q0 .03-.028.03c-.072 0-.35-.125-.431-.125-.1 0-.258.363-.335.363m1.545.77c-.626 0-1.033-.31-1.033-.473 0-.081.053-.134.124-.134.197 0 .627.297.766.297.033 0 .062-.02.062-.072 0-.163-.153-.426-.153-.56 0-.033.029-.062.081-.062.24 0 .593.1.79.1.062 0 .08-.033.08-.071 0-.196-.578-.58-.578-.694 0-.105.722-.268.722-.435 0-.177-.98-.053-.98-.225 0-.124.186-.34.186-.435q-.001-.064-.095-.063c-.082 0-.507.168-.69.168-.09 0-.195-.02-.195-.144 0-.205.349-.425.894-.425.88 0 1.407.607 1.407 1.621-.005 1.287-.9 1.608-1.388 1.608m-6.037 15.423a.4.4 0 0 1-.1.259c-.096-.177-.373-.268-.498-.268-.918 0-.569 1.33-1.55 1.33-.411 0-.444-.053-.598-.053-.062 0-.1.029-.1.081 0 .23.33.8 1.244.804.918 0 1.798-.56 1.798-1.258a.95.95 0 0 0-.081-.364c.034-.052.124-.09.206-.09.143 0 .215.157.354.162a.24.24 0 0 0 .248-.249c0-.114-.062-.196-.167-.248a.3.3 0 0 0 .124-.24c0-.153-.105-.291-.287-.291-.08 0-.134.028-.196.086-.019-.158-.105-.311-.277-.311-.134 0-.235.095-.235.253.02.125.115.24.115.397zm-2.87-.645c-.062 0-.143.01-.23.01a.43.43 0 0 1-.268-.082c-.143-.125-.186-.794-.454-1.196-.292-.445-.612-.57-1.052-.57-.311 0-.66.168-.66.422 0 .153.086.258.65.406.713.182 1.076.56 1.143 1.014.072.436.158.79.33.971.225.254.665.47 1.039.47.32 0 .578-.106.578-.403 0-.32-.435-1.042-1.076-1.042m.474.98c-.268 0-.67-.287-.67-.445 0-.134.124-.205.225-.205.225 0 .626.272.626.507-.004.062-.047.138-.181.143m2.133-3.922c-.411-.149-.593-.388-.674-.857-.201.273-.297.531-.297.684 0 .603.828.613.828 1.014-.005.235-.421.474-.971.479-.641-.005-1.072-.105-1.474-.507-.105-.115-.153-.216-.287-.216-.153 0-.215.268-.215.508 0 .875.832 1.908 1.99 1.908 1.445-.005 2.004-1 2.004-1.803 0-.469-.11-.914-.904-1.21m-.426 2.44c-.114 0-.138-.073-.138-.173 0-.081.028-.234.028-.35 0-.315.12-.291.426-.43h-.005c.216-.1.297-.234.364-.234.081 0 .153.053.153.177 0 .464-.507 1.01-.828 1.01m-2.525-5.459c0-.57 1.353-.875 1.353-1.579 0-.114-.043-.32-.124-.473.474.263.823.698.823 1.052 0 .617-.641.9-.641 1.282 0 .445.684.512.684 1.072 0 .454-.65.98-.65 1.569 0 .46.32.832.813.89-.163.033-.302.062-.455.062-.9 0-1.827-.742-1.827-1.622 0-.435.186-.818.473-1.095.249.215.503.354.665.354.144 0 .206-.072.206-.177-.01-.326-1.316-.636-1.32-1.335m-2.555 3.755c-.033-.32-.325-.56-.622-.521a.57.57 0 0 0-.296.12c-.082-.268-.33-.498-.675-.445a.575.575 0 0 0-.483.65.7.7 0 0 0 .048.177s-.053.01-.091.014c-.259.048-.546.311-.498.651.039.306.32.536.641.498a.7.7 0 0 0 .297-.091.54.54 0 0 0 .627.425c.33-.043.55-.3.516-.631a.7.7 0 0 0-.052-.206l.076-.01c.32-.062.54-.32.512-.63m-1.249.67a.34.34 0 1 1-.08-.675.337.337 0 0 1 .377.297.34.34 0 0 1-.297.378"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/uniqlo.svg b/mkdocs-material/material/templates/.icons/simple/uniqlo.svg new file mode 100644 index 0000000..757bd31 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/uniqlo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0v24h24V0zm3.006 3.236h1.52v5.051a1.007 1.007 0 1 0 2.014 0v-5.05h1.517v5.056a2.525 2.525 0 1 1-5.051 0zm7.07 0h1.514l2.023 4.328V3.236h1.516v7.575h-1.516L11.59 6.482v4.329h-1.514zm7.569.01h1.488v7.576h-1.488zM5.533 13.078a2.526 2.526 0 0 1 2.524 2.53v2.523a2.5 2.5 0 0 1-.75 1.793l.75 2.248H6.539l-.518-1.563a2.5 2.5 0 0 1-.488.043 2.524 2.524 0 0 1-2.527-2.521v-2.524a2.527 2.527 0 0 1 2.527-2.529m4.547 0h1.514v6.057h3.535v1.517H10.08zm8.336 0a2.526 2.526 0 0 1 2.523 2.53v2.523a2.525 2.525 0 0 1-2.523 2.521 2.53 2.53 0 0 1-2.531-2.521v-2.524a2.533 2.533 0 0 1 2.531-2.529m-12.88 1.52a1.007 1.007 0 0 0-1.01 1.01v2.523c0 .552.45 1.006 1.01 1.006.558 0 1.003-.454 1.003-1.006v-2.524c0-.559-.445-1.01-1.004-1.01zm12.88 0a1.01 1.01 0 0 0-1.012 1.01v2.523c0 .552.453 1.006 1.012 1.006a1.01 1.01 0 0 0 1.01-1.006v-2.524c0-.559-.455-1.01-1.01-1.01z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/uniqlo_ja.svg b/mkdocs-material/material/templates/.icons/simple/uniqlo_ja.svg new file mode 100644 index 0000000..e9165a2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/uniqlo_ja.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 .01v23.98h24V.01Zm4.291 3.28h4.553l.006 5.803h1.511v1.511h-6.82v-1.51h3.783v-4.29H4.291zm10.11 0h5.302v1.514H14.4zm-.762 5.807h6.816v1.511H13.64zM4.29 13.385l6.072.002-1.513 7.322H2.777l.305-1.516h4.553l.892-4.29H5.49l-.457 2.148H3.521Zm9.348 0h6.816v7.324H13.64zm1.517 1.517v4.291h3.787v-4.29z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/unitedairlines.svg b/mkdocs-material/material/templates/.icons/simple/unitedairlines.svg new file mode 100644 index 0000000..926f861 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/unitedairlines.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.327 3.067c8.654 0 15.695 7.068 15.695 15.754 0 1.762-.298 3.515-.875 5.179H24V0H0v4.003l.019-.007a15.6 15.6 0 0 1 5.308-.929M0 10.534c.975-1.389 1.116-2.983.26-3.761a1.6 1.6 0 0 0-.26-.19zm5.027-5.057c-.863-.99-2.3-1.33-3.969-1.092l-.135.02a8 8 0 0 0-.386.077C.28 4.542.104 4.6 0 4.64v.5a9 9 0 0 1 .505-.37q.5-.106.968-.136C.99 4.91.434 5.283 0 5.627v.385l.015.009s1.224-.969 2.196-1.386q.351.026.672.099A14.6 14.6 0 0 0 .284 6.168c.15.088.285.199.303.213.019-.012 1.427-.892 2.977-1.42.21.096.413.216.589.351-1.688.474-3.31 1.321-3.31 1.321q.137.16.242.344l.029-.011c1.727-.74 3.562-1.118 3.562-1.118q.216.295.352.658s-1.647.188-3.765.868c.093.292.119.512.119.515 0 0 1.997-.447 3.839-.497.026.296.016.628-.026.969-1.09-.058-3.69.08-3.791.089 0 0-.01.374-.107.726 0 0 1.899.061 3.626.383a8.4 8.4 0 0 1-.507 1.22c-1.15-.346-2.897-.766-3.357-.871a5.6 5.6 0 0 1-.453.88s2.134.93 2.953 1.386h.002v.001c-.356.532-1.06 1.277-1.06 1.277l-.58-.43-1.916-1.337L0 11.68v1.765l1.107 1.292c-.364.294-.736.562-1.107.802v1.053l.041-.026a16 16 0 0 0 1.492-1.151c3.819-3.323 5.383-7.773 3.495-9.94m4.701.184C7.917 3.221 5.08 3.57 4.234 3.688c-.929.13-1.631.334-1.631.334.207.019.49.056.694.097.15-.036 1.454-.333 2.402-.209h.003c-.697.076-1.647.363-1.746.394h-.002a3.2 3.2 0 0 1 .663.3c.102-.026 1.392-.369 2.623-.393 0 0 .455.202.893.503-1.59-.006-2.907.3-2.942.308.186.165.371.364.537.603 1.744-.262 3.248-.148 3.248-.148s.204.25.296.383a5 5 0 0 1 .327.563c-1.779-.208-3.48-.059-3.482-.059q.176.455.24.968c.197-.002 1.704.001 3.623.346q.092.662.02 1.41a26 26 0 0 0-3.622-.65q-.053.646-.242 1.336c.192.045 2.317.552 3.506 1.034a12 12 0 0 1-.707 1.76c-.958-.472-3.307-1.39-3.307-1.39a13 13 0 0 1-.858 1.588s2.014 1.15 2.984 1.786a18 18 0 0 1-1.511 1.875c-.704-.63-2.464-1.994-2.597-2.097a25 25 0 0 1-1.496 1.596l2.112 2.422-.06.053c-.458.38-.95.736-1.366 1.022-.361.245-.66.435-.762.501a303 303 0 0 1-1.615-2.596q-.228.168-.458.326v4.539q.373-.179.745-.376a19 19 0 0 0 3.422-2.19 22 22 0 0 0 2.125-1.93 19 19 0 0 0 2.2-2.704c2.329-3.438 2.952-7.023 1.236-9.333m3.701.829a3.5 3.5 0 0 0-.4-.468 5 5 0 0 0-.4-.344c-1.502-1.133-4.268-1.7-4.268-1.7.264.141.484.285.485.286.013.004 1.128.283 2.117.767 0 0-.9-.204-1.476-.284.238.21.465.45.664.703 0 0 1.835.335 2.64.776 0 0 .386.397.701 1.093-1.257-.51-2.682-.777-2.682-.777.19.424.325.878.408 1.35 0 0 1.566.383 2.742.948.102.559.14 1.136.118 1.72a22 22 0 0 0-2.77-1.134 9.3 9.3 0 0 1-.287 1.865s1.898.847 2.75 1.362a13.3 13.3 0 0 1-.77 2.201c-1.299-.844-2.673-1.594-2.673-1.594-.346.83-1.195 2.187-1.195 2.187.022.015 1.436.986 2.52 1.847a21 21 0 0 1-1.807 2.346 304 304 0 0 0-2.312-2.068 22 22 0 0 1-2.095 2.12l2.008 2.273c-1.302 1.074-2.601 1.887-2.601 1.887L3.17 21.47s-1.18.897-3.17 1.84V24h6.537c7.297-5.52 9.886-13.415 6.892-17.511M12.967 24c1.704-1.905 3.155-4.147 4.027-6.547.757-2.082 1.169-4.625.5-6.887a6 6 0 0 0-.155-.45 5.4 5.4 0 0 0-.794-1.415 15.2 15.2 0 0 0-2.749-2.413q.226.288.402.589s1.231.913 1.946 1.84c-.917-.652-1.436-.917-1.503-.95l-.008-.004c.348.859.453 1.57.453 1.57s1.088.568 2.067 1.416c.136.627.192 1.27.183 1.913-.987-.869-2.13-1.547-2.13-1.547a11.7 11.7 0 0 1-.284 2.204s1.079.683 2.13 1.64c0 0-.302 1.358-.789 2.424a26 26 0 0 0-2.069-1.726s-.5 1.305-1.312 2.616a61 61 0 0 1 1.959 1.789 21.4 21.4 0 0 1-1.943 2.57v.001l-1.807-1.798a24 24 0 0 1-2.392 2.55c.04.046.404.45.553.615zm3.213 0h.902c2.567-3.792 2.696-7.153 2.696-7.797 0-1.216-.204-2.334-.546-3.219 0 0-.532-1.375-1.362-2.6a12 12 0 0 1 .377 1.413c.163.273.9 1.572.999 3.001v.004s-.52-.729-.907-1.19a12 12 0 0 1-.28 2.33s.772.894 1.117 1.47c0 0-.235 1.258-.738 2.462-.512-.745-1.166-1.468-1.166-1.468a19 19 0 0 1-1.406 2.778s.978 1.144 1.192 1.47c-.287.484-.567.905-.878 1.346m3.27 0c.194-.525.369-1.085.512-1.654a15.2 15.2 0 0 0 .28-5.658c-.069.998-.243 1.873-.243 1.873.041.132.114.349.147.482v.001a18 18 0 0 1-.575 2.995c-.131-.484-.307-.95-.318-.98h-.001c-.353.94-.881 2.05-1.361 2.941Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/unitednations.svg b/mkdocs-material/material/templates/.icons/simple/unitednations.svg new file mode 100644 index 0000000..1ef43e2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/unitednations.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.024 20.255a3.12 3.12 0 0 1-2.048.242 7 7 0 0 1-1.366-.463l-.968-.396a4.74 4.74 0 0 0-2.599-.066h-.088a4.36 4.36 0 0 0-2.598.066c-.33.11-.639.264-.969.396-.44.199-.903.375-1.365.485a3.14 3.14 0 0 1-2.048-.242l-.088-.044c-.022 0-.022 0-.022.022a3.34 3.34 0 0 0 2.752.991 4 4 0 0 0 1.718-.661l.925-.617a1.57 1.57 0 0 1 1.167-.22c.22.022.044.132.022.154a8.8 8.8 0 0 0-1.564.97c-.33.241-.925.814-.925.814l.44.374.485-.528a8.7 8.7 0 0 1 2.026-1.564.165.165 0 0 1 .198 0 8.7 8.7 0 0 1 2.026 1.564l.485.528.44-.374-.925-.815a8.8 8.8 0 0 0-1.563-.969c-.044-.022-.198-.132.022-.154.396-.088.814 0 1.167.22l.925.617a4 4 0 0 0 1.717.66c.397.045.815.023 1.211-.088a3.76 3.76 0 0 0 1.542-.902s-.022-.022-.044-.022zm2.157-1.916a3.1 3.1 0 0 1-.924.484c-.463.133-.97.22-1.454.22-.638.023-1.255.067-1.893.155-.044 0-.066 0-.044-.022.55-.22.99-.66 1.233-1.19l.616-1.254v-.045c-.044.022-.66.551-.947.815l-1.035 1.013a4 4 0 0 1-1.607.837h-.022l-.022.022 1.189.286a7.5 7.5 0 0 0 1.563.286 3.67 3.67 0 0 0 3.392-1.585c0-.022-.023-.022-.045-.022m1.938-2.95a4.6 4.6 0 0 1-1.1.968c-.353.242-.727.44-1.124.617a5.5 5.5 0 0 0-1.387.814l-.088.067c-.022 0-.022 0-.022-.023 0-.022.66-.682.859-2.07.022-.506.11-.99.22-1.475v-.044a6.4 6.4 0 0 0-1.057 1.894l-.396 1.123c-.155.506-.44.969-.815 1.343l-.044.044v.022c.044 0 .088-.022.132-.022l1.277-.264a4.45 4.45 0 0 0 1.938-.815 4.5 4.5 0 0 0 1.387-1.63c.088-.175.154-.352.22-.528.044-.044.022-.044 0-.022m.837-3.303a3.9 3.9 0 0 1-1.013 1.586 15 15 0 0 0-1.453 1.651c0 .022-.044 0-.022-.022a4.45 4.45 0 0 0 .132-1.871c-.088-.529-.308-1.101-.374-1.74l-.023-.022c0 .022-.022.044-.022.066a6.3 6.3 0 0 0-.264 1.277c-.022.529.066 1.211.022 1.74-.044.616-.088 1.255-.374 1.805v.044l1.321-.814a5 5 0 0 0 1.387-1.322A3.95 3.95 0 0 0 24 12.151v-.088c-.022 0-.044.022-.044.022m-1.41.353q.034 0 0 0c0 .022 0 0 0 0 0-.177 0-.353-.021-.529-.044-.616-.419-1.123-.749-1.651a8 8 0 0 1-.595-1.057s-.022-.022-.044-.022c0 .044 0 .242.022.352.11.88.33 1.762.661 2.598.198.529.264 1.08.22 1.63 0 .044 0 .044.022.066.198-.286.595-.683.837-.991s1.563-1.806.925-3.875c-.022-.089-.066-.177-.11-.265l-.022.022c0 1.498-.727 2.136-1.013 3.15a5 5 0 0 0-.132.572m.022-3.083-.132-.352-.088-.199a3.1 3.1 0 0 0-.903-1.013 4.3 4.3 0 0 1-.793-.88h-.066c.022.066.22.726.352 1.035.22.418.485.836.793 1.189l.066.088q.56.76.859 1.651c0 .022.022.022.022.022l.374-1.145c.132-.396.242-.815.33-1.233.133-.99-.176-2.246-.748-2.95 0 0-.022.021-.022.044l.022.088.044.132c.11.528.132 1.1.022 1.63-.088.418-.11.858-.11 1.298 0 .066.044.617.044.639s-.022 0-.044 0m-1.784-5.571c.176.176.33.374.419.616.154.375.198.925.308 1.344l.198.726c0 .022-.022.044-.044.022a4.3 4.3 0 0 0-1.19-.99c-.307-.177-.55-.419-.77-.683l-.11-.154s-.022-.022-.044 0v.066c.11.484.33.947.683 1.32.286.265.594.507.88.75a9.6 9.6 0 0 1 1.057 1.057s.022.022.022 0v-.353l.022-1.057V6.14c0-.352-.066-.727-.198-1.057-.22-.55-.638-.99-1.145-1.255-.022-.022-.066-.022-.11-.044 0 0 0 .022.022.044M18.54 2.793c.308.286.573.617.815.969.22.352.462.66.77.947.199.198.793.66.947.792-.022-.176-.308-1.43-1.079-2.047a3.9 3.9 0 0 0-1.519-.75v.045zM6.208 19.946a7 7 0 0 0 1.52-.286l1.188-.286h.022s0-.022-.022-.022h-.022a4.3 4.3 0 0 1-1.63-.837l-1.034-.99-.947-.816v.045c.088.132.419.858.617 1.255.242.55.682.969 1.233 1.189.022.022 0 .022-.044.022a18 18 0 0 0-1.894-.154c-.484 0-.99-.088-1.453-.22a3.1 3.1 0 0 1-.925-.485h-.044a3.84 3.84 0 0 0 1.761 1.365 4.8 4.8 0 0 0 1.674.22m-.506-1.299c.044 0 .066.022.132.022v-.022l-.044-.044a3.5 3.5 0 0 1-.815-1.343l-.396-1.123a6.4 6.4 0 0 0-1.057-1.894v.044c.132.485.198.97.242 1.476.198 1.365.859 2.025.859 2.047s0 .045-.022.022l-.089-.066a5.5 5.5 0 0 0-1.387-.814 7 7 0 0 1-1.123-.617 4.6 4.6 0 0 1-1.1-.969H.878c.066.176.132.353.22.529.33.638.815 1.21 1.41 1.63.572.44 1.233.726 1.937.814.419.11.837.22 1.256.308m-3.546-2.862 1.322.814s.022-.022.022-.044c-.287-.572-.33-1.189-.375-1.805-.044-.55.044-1.211.022-1.74a6.5 6.5 0 0 0-.264-1.299c0-.022-.022-.044-.022-.066l-.022.022c-.044.639-.286 1.211-.374 1.74a4.5 4.5 0 0 0 .132 1.871c.022.022-.022.044-.022.022a13 13 0 0 0-1.454-1.65 3.84 3.84 0 0 1-1.01-1.565s-.023-.022-.045-.022 0 .044 0 .088c0 .815.243 1.63.727 2.312.352.507.815.97 1.365 1.322m-.242-1.938c.022-.022.022-.022.022-.066-.044-.55.022-1.123.242-1.63.309-.836.529-1.695.661-2.598 0-.11.022-.308.022-.352-.022 0-.022 0-.022.022a8 8 0 0 1-.595 1.057c-.352.484-.704 1.013-.748 1.63a2.1 2.1 0 0 0 0 .528s0 .022-.022.022v-.022l-.154-.529C1.01 10.896.307 10.258.307 8.76l-.022-.022c-.044.088-.066.176-.11.265-.639 2.07.66 3.567.924 3.875s.617.683.815.969M.99 9.729l.375 1.145s.022 0 .022-.022c.198-.594.506-1.145.858-1.651l.066-.088q.463-.562.793-1.19c.132-.308.33-.968.353-1.034H3.39c-.22.33-.484.616-.792.88a3 3 0 0 0-.925 1.035c-.022.066-.066.132-.088.199l-.132.374s-.022.044-.022 0 .044-.55.044-.639c0-.44-.044-.88-.132-1.299a4.1 4.1 0 0 1 .022-1.63c0-.043.022-.087.044-.131 0-.022.022-.066.022-.089s0-.022-.022-.044C.835 6.25.505 7.527.637 8.496c.11.418.22.837.352 1.233m.793-3.215.022 1.057v.33h.022c.308-.396.66-.748 1.035-1.078l.88-.75a2.8 2.8 0 0 0 .683-1.32v-.066h-.022l-.11.154a2.8 2.8 0 0 1-.748.682c-.529.33-.881.573-1.19.991-.021.022-.044.022-.021-.022l.198-.726c.11-.419.154-.97.308-1.344.088-.22.242-.44.418-.616v-.044c-.044 0-.066.022-.11.044-.55.286-.947.749-1.167 1.277-.132.33-.22.683-.198 1.057zM2.949 5.48l.969-.792c.286-.287.55-.595.77-.947a5 5 0 0 1 .815-.969l.066-.066V2.66a3.65 3.65 0 0 0-1.519.749c-.815.638-1.079 1.893-1.1 2.07m8.851 6.826c.066-.089-.088-.155-.132 0-.044.154.066.11.132 0m1.674-3.876c-.067-.022-.309.264-.265.308a.73.73 0 0 0 .265-.308m.044-.044c.044.022.198-.066.176-.088s-.22-.11-.22-.066c0 .088.022.132.044.154m2.972 2.73c.088-.022.066-.154 0-.154s-.154.11-.132.11.088.066.132.044m-1.079-2.928c-.066 0-.088.066-.022.11.066.022.11 0 .154-.022a.15.15 0 0 0 .088-.132c0-.066-.088-.154-.044-.198s.11.022.155 0 .066-.066.066-.11c0-.045-.022-.177-.11-.177s-.177.177-.177.177a.19.19 0 0 0 0 .154c.022.088 0 .198-.11.198m1.454.022c0 .044.11.33.132.396s.044.308.088.286.044-.154.022-.22a3 3 0 0 0-.11-.462c-.022-.088-.176-.419-.22-.397-.045.023.066.22.088.309.022.088-.022.044 0 .088m-.771-3.744c.066.022.066-.11-.044-.198s-.286-.044-.242 0c.088.066.176.154.286.198m-3.303-.946c-.154-.088-.022-.22-.132-.309-.132-.044-.264-.022-.353.066-.11.133.133.088.199.133.066.044.286.198.308.176s0-.066-.022-.066m.88-.44c-.197-.089-.924-.089-.902.11s.418 0 .528 0 .55-.023.375-.11m-2.004 8.499c-.044-.022-.11.022-.132-.022s-.066-.022-.066 0-.022.066.022.11a.134.134 0 0 0 .176 0 .07.07 0 0 0 0-.088m-.418-1.475c.066 0 .066-.044.088-.044s0 .044.066.044.132-.155-.066-.155c-.155 0-.133.155-.088.155m.264.176c-.11-.022-.088.044-.176.044-.133.022-.022-.088-.066-.132-.022-.022-.089.088-.11.154 0 .044 0 .132.043.154l.419.044c.088 0 0-.242-.11-.264M10.15 11.71c.044 0 .066-.132.044-.198s-.155-.022-.155.022.089.176.11.176m-1.761 0c0-.044 0-.22-.044-.264s-.044.022-.066.022-.022-.088-.044-.088 0 .132.044.22.11.22.11.11m-.044-.396q.066-.198.066-.397c0-.11-.066-.198-.088-.198s0 .066.022.176c0 .11-.044.22-.066.33 0 .023.044.133.066.089m-2.246 4.932c3.28 3.281 8.566 3.281 11.847 0s3.28-8.566 0-11.847-8.566-3.28-11.847 0-3.281 8.588 0 11.847M4.006 10.5h1.277q.033.991.33 1.916a.8.8 0 0 1-.198-.088c-.088-.044-.154.022-.176.022-.088 0-.198-.066-.198 0s.088.022.088.066-.22.044-.242-.044-.066-.177-.088-.066-.11.088-.154.11c-.022.022-.044.066-.044.11s-.11.022-.11.088.066.088.088.154.088.11.044.132-.022-.022-.066 0 .198.683.242.66-.066-.22-.066-.308.022-.11.088-.154.242.264.308.22-.022-.088.044-.11.264.287.33.199c.044-.067.088.044.088.066.067.11.177.11.243.242s.22.374.33.374.044-.11.088-.11.088.154.154.242a.32.32 0 0 0 .198.132c.154.199.33.397.507.595l-.903.903A7.74 7.74 0 0 1 4.006 10.5m7.289-1.828-.089.044a1.2 1.2 0 0 0-.33.22l-.903-.902c.529-.463 1.19-.749 1.872-.771V8.54a1.8 1.8 0 0 0-.462.11c.044-.088.132-.176.132-.176s-.154.088-.22.198m-.683 2.092s0 .022 0 0v.044c0-.044-.022-.066-.044-.11-.022-.022-.044-.044-.066-.044h-.11l-.044.022h-.309c-.044 0-.066 0-.066-.022-.022-.088.11-.022.199-.286.022-.022.022-.066.044-.088l.044-.066.022-.022c.044-.044.088-.044.132-.044h.044l.044.044.066.132c.022.022.044.022.044.044a.3.3 0 0 1 .088.066l.022.022v.022c.022.022.022.022.044.022h.088c.044-.022.044 0 .066 0v.022c0 .022 0 .022-.022.044 0 .022-.022.022-.022.044-.022.022-.044.044-.066.044-.044 0-.088-.022-.11-.022s-.044 0-.044.022v.11m-2.422 2.114a.8.8 0 0 1-.088-.396.74.74 0 0 0-.11-.375c-.022-.088-.044-.176-.044-.264 0-.154-.133-.11-.133-.154s.11 0 .11-.044-.132-.22-.242-.264-.066-.11-.066-.176 0-.133-.044-.177c-.022-.088 0-.242.11-.242.044 0 .11.044.177 0s.022-.176.022-.286h.616c0 .088.022.198.022.286-.044.022-.066.066-.044.088s.044.044.066.022c.11.639.396 1.233.837 1.718l-.903.903c-.066-.066-.132-.155-.198-.243v-.066c0-.154-.11-.242-.154-.374m-.793-1.497a5 5 0 0 1-.11-.837h.528c-.044.066-.154.132-.176.198s-.154.286-.066.374c.198.22-.044.309-.176.265m.11 3.259-.11.11-.154-.154c.088-.044.176-.022.264.044m1.365-5.66c-.022 0-.022.023-.044.023-.066.066-.242.044-.22.11s.485-.155.485-.11-.199.11-.33.176-.177.176-.397.176c-.11 0-.154.088-.198.154a1.6 1.6 0 0 0-.154.264.9.9 0 0 1-.088.397h-.64a4.76 4.76 0 0 1 1.256-3.04l.903.904a6 6 0 0 0-.573.946m.837-.66.793.793h-.088c-.088 0-.088-.066-.154-.066-.133.022-.155.066-.177.044a1.2 1.2 0 0 0-.33-.22.6.6 0 0 0-.44.021c-.022 0-.022.022-.044.022.154-.198.308-.396.44-.594m-1.1 1.607c0 .088-.023.177-.023.265h-.462c-.022-.066 0-.133.044-.199.044-.088.154-.132.264-.11a.7.7 0 0 1 .176.044m.396 1.035.045.066c.044.044.088.088.132.066s.154 0 .176 0c.066.022.11.066.154.11.044.067.132.023.198.067s.132.088.044.132.088.132.11.132.044-.044.044-.11c0-.022.044-.11.11-.088s.265.264.33.176c.067-.088.023-.198.045-.242 0-.022.022-.044.044-.044.066.11.11.198.198.286l-.903.903a2.77 2.77 0 0 1-.727-1.454m.705-3.149-.88-.902a4.76 4.76 0 0 1 3.038-1.255v1.277c-.793.022-1.541.33-2.158.88M8.542 6.602 7.64 5.7a6.4 6.4 0 0 1 4.206-1.74v1.277a5.07 5.07 0 0 0-3.303 1.365m-.264.243a5.12 5.12 0 0 0-1.365 3.303H5.635a6.4 6.4 0 0 1 1.74-4.206zM6.913 10.5c0 .242.022.462.066.705-.022 0-.022-.067-.088-.045s-.309.44-.419.617c-.088.154.044.484-.088.595a1.3 1.3 0 0 1-.396.066h-.022a6.3 6.3 0 0 1-.353-1.894zm4.91 7.839a7.94 7.94 0 0 1-5.35-2.224l.902-.903a6.75 6.75 0 0 0 4.448 1.85zm0-1.63a6.4 6.4 0 0 1-4.206-1.74l.154-.153a.5.5 0 0 0 .11.066.5.5 0 0 0 .309.044c.088-.022.264-.176.374-.176s.286.044.396-.022-.066-.287-.132-.397c-.022-.022-.022-.044-.044-.066a4.95 4.95 0 0 0 3.083 1.167zm0-1.651a4.76 4.76 0 0 1-3.039-1.255l.903-.903c.419.374.925.66 1.497.793-.198.088-.286.22-.264.33s-.132.176-.132.308.176.22.198.353c.022.066.176.176.309.264.176.044.352.066.506.044zm-.044-1.762c-.066-.044-.11.044-.198.088a3.18 3.18 0 0 1-1.63-.748l.903-.903c.286.22.617.374.969.396 0 .044.044.088.044.177s-.066.132-.044.176.22 0 .242-.066-.066-.11-.088-.177c-.022-.044-.022-.066-.044-.11H12c.066 0 .132 0 .198-.022a.05.05 0 0 0 .044-.044c0-.022.022-.044.022-.066s.022-.022.022-.044l.022.022c.022.044.067.176.11.154s.067-.22.045-.264a.165.165 0 0 1 0-.198c0-.022.022-.154.066-.132s0 .132 0 .176c0 .066.044.154.11.11.044-.022.088-.088.132-.066s-.11.066-.132.11.066.066.044.088-.044 0-.066.022.044.154 0 .176-.198.066-.242.088-.089-.022-.067-.044 0-.11-.044-.11-.044.022-.044.066.044.11.044.133-.066.044-.11.066c-.044.066-.11.132-.176.176s-.198.044-.198.088.066.044.088.066c.044.066.066.154-.022.198s-.198-.066-.242-.044-.066.132-.088.264.242.176.374.11c.088-.044.066-.176.154-.22s.066-.132.154-.11.066-.066.155-.066.088.066.198.088c.176.044.176.176.198.11s.044-.11-.088-.154-.198-.198-.088-.154c.132.066.242.066.264.132s.154.044.176.11c.022.11.11 0 .044-.066s-.044-.088 0-.132.066.022.132-.066-.022-.066-.044-.11 0-.286.088-.242.176-.022.132-.044c-.044-.023.022-.155.044-.155s0 .088.022.11.243-.066.265.045-.154.176-.198.176c-.089 0-.155.088-.22.176-.067.088-.133.11-.089.198s.132.066.22.022.155-.11.199-.132c.088-.044.154.22.11.264s-.132.066-.176.11c-.133.066-.265.132-.419.132-.088.022-.088.044-.11.132s-.418.022-.506.022.066-.198-.066-.176l-.397.066c-.022 0-.154.11-.264.022m1.167 2.048c.11.044.22.132.286.22.066.11.088.155.044.265-.11.198-.066.33.154.396.133.044.177.176.265.264a6.8 6.8 0 0 1-1.498.22v-1.277c.243-.022.507-.044.75-.088m-.75-.264v-.154c.287-.044.22.132.419.066a.17.17 0 0 1 .176.044 5 5 0 0 0-.595.044m0 3.281v-1.3a6.7 6.7 0 0 0 1.96-.352c.022.023.044.023.066.023a.46.46 0 0 0 .242-.089 2.6 2.6 0 0 0 .595-.33 6.7 6.7 0 0 0 1.585-1.123l.903.903c-1.431 1.41-3.347 2.202-5.35 2.268m3.567-11.516.308-.309a.55.55 0 0 0 .308.176c.11.023.154.067.176.177s.132.154.243.176.176.154.264.154.374.396.484.528c.066.066.154.177.22.089.066-.089.066-.067.11-.089a6.5 6.5 0 0 1 .551 2.4h-1.277c0-.286-.044-.572-.11-.858a.6.6 0 0 0 .066-.286c0-.089-.088-.133-.154-.067a3 3 0 0 0-.176-.484c-.023-.088-.045-.198-.067-.286 0-.022-.044-.044-.088-.088-.044-.088-.066-.154-.11-.22.066-.045.088-.155 0-.133-.132.022-.044-.066-.088-.11s-.044 0-.066.022a6 6 0 0 0-.572-.748v-.022c-.044 0-.044-.022-.022-.022m.77 7.464c-.044-.088-.066-.198-.11-.286-.022-.088-.198-.088-.198-.044 0 .088 0 .176-.022.264v.022l-.462-.462a5.12 5.12 0 0 0 1.365-3.303h1.277a6.3 6.3 0 0 1-1.74 4.184l-.066-.066a.53.53 0 0 0-.044-.309m-1.057.881c.066-.11.199-.308.265-.418s-.177-.264-.309-.309-.132-.11-.132-.22c.066-.044.132-.11.198-.176l.903.903a6.3 6.3 0 0 1-.969.749c-.022-.044.132-.199.176-.265s-.176-.154-.132-.264m.55-5.263c-.11-.154.045-.176.199-.242.088-.044.198.022.198-.022s.044-.132.088-.154.11-.066.132-.11c0 .044.022.088.022.132a.5.5 0 0 0-.066.242c0 .066 0 .154.066 0 0-.022.022-.022.022-.044.044.154.044.286.044.419h-.946v-.022c.066-.11.308-.089.242-.199m.176-1.805s0 .022-.022.022c-.022.022-.132-.154-.132-.022s.044.176.132.198.044.066.11.088c.022 0 .066.022.088.044.11.242.176.484.242.749a.3.3 0 0 0-.088.066c-.044.044-.022.132-.066.198-.066.11-.088.176-.264.132-.11-.044-.022-.176 0-.286s.066-.088.066-.154-.22-.309-.33-.22c-.11.088-.088.176-.176.264-.044.044-.088.044-.155 0s-.088-.088-.066-.132-.154-.243-.22-.33a.46.46 0 0 0-.352-.177 3.5 3.5 0 0 0-.419-.572l.903-.903c.309.33.55.66.749 1.035m-1.52.616-.043.066c-.022.044-.133-.044-.155-.022s.155.243-.022.177c-.176-.067-.066-.067-.066-.133s-.154-.11-.066-.154 0-.11.088-.132.066-.11-.044-.132-.088.242-.154.198c-.066-.022-.132-.022-.198-.022l.308-.308a.2.2 0 0 0 .11.022c.044.176.155.308.243.44m-.353 4.47c.132.022.287.044.419.088.088.044.154.133.22.022q.198-.297.264-.66c.044-.33-.022-.44-.066-.44s-.132.088-.22.088c-.044 0-.044.088-.044.154s-.088.132-.11.088-.066-.022-.044.022-.176.022-.265-.022c-.132-.066.155-.066.287-.176.11-.088.22-.199.33-.309.066-.11.066-.242.176-.33s.286-.066.308-.198.044-.11.11-.088.683-.022.683-.22c0-.089-.132-.199-.264-.22-.088 0-.11-.177-.154-.265a1.6 1.6 0 0 0-.154-.264h.924a4.76 4.76 0 0 1-1.255 3.039l-.022-.022v-.088c.022-.177-.11-.463-.154-.419s0 .044-.132.242c-.044.066-.11.177-.198.177s-.088-.045-.22-.023a1 1 0 0 1-.353 0 2.5 2.5 0 0 1-.594-.286c.022-.022.088.022.088-.044s.352.132.44.154m3.457 2.665-.902-.903a6.75 6.75 0 0 0 1.85-4.448h1.298a7.9 7.9 0 0 1-2.246 5.35m2.246-5.724h-1.299a6.56 6.56 0 0 0-.66-2.73l.022-.023c.088-.088-.419-.749-.507-.815s-.176-.176-.286-.286a4 4 0 0 1-.484-.572l.946-.947a7.88 7.88 0 0 1 2.268 5.373m-7.839-7.84a8.04 8.04 0 0 1 5.373 2.225l-.88.88c-.045-.022-.089-.044-.067-.088.044-.066-.066-.066-.088-.242a.7.7 0 0 0-.33-.418c-.11-.066-.176-.154-.286-.199-.11-.044-.33-.176-.44-.132a.8.8 0 0 1-.22.044 6.7 6.7 0 0 0-3.04-.792l-.022-1.277zm0 1.652c.947.022 1.85.264 2.709.683a.9.9 0 0 0 .176.396c.044.11.11.198.176.308.066.066.022.198.044.309 0 .044.044.088.066.132v.176c0 .022.088.022.154-.022s.11-.132.199-.11.198.198.264.308l-.419.418c-.044-.088-.088-.198-.066-.198s.066.022.088.022c.089 0-.066-.066-.066-.088-.066-.066-.066-.154-.154-.22s-.22-.022-.264-.11a1.2 1.2 0 0 0-.352-.397c-.022 0 .176.243.11.287s-.309-.154-.33-.11c-.023.044.264.154.352.242.044.044.132.176.22.286a5.12 5.12 0 0 0-2.907-1.035zm0 1.63a4.76 4.76 0 0 1 3.04 1.255l-.904.902a3.5 3.5 0 0 0-2.136-.88zm0 1.651a3.04 3.04 0 0 1 1.872.77l-.044.045-.044-.022c-.11-.044-.33.176-.286.198s.132-.088.176-.066h.022l-.374.396c-.11.044-.22.132-.22.198v.022l-.133.132-.066-.066a1.1 1.1 0 0 0-.352-.198c.066-.044.088-.11.11-.198 0-.132-.044-.088-.11-.022s-.132.088-.176.154a1 1 0 0 0-.353-.066V7.241zm-.154 1.63c.022.043 0 .088-.022.11-.044.044-.176-.11-.198.022-.044.132.088.066.088.088a.4.4 0 0 0 .264.154c.088 0 .22 0 .22.088 0 .044.11.044.133.088 0 .066.066.176.11.154s.11.022.132.066 0 .066-.022.11c-.066.066.066.044.088.176s-.11.044-.132.133c-.044.066-.088.11-.132.176-.022.022.022.066.044.044s.066-.088.132-.088.132.242.198.264.044.11.066.132-.11 0-.088.044.154.066.154.132c-.022.066-.066.132-.154.132-.066 0-.176-.154-.176-.11s.044.176.11.176.22-.066.154.022-.044.22-.088.22-.066 0-.022.067c.022.066 0 .132-.044.198-.044.044-.154 0-.154-.022s.132-.022.132-.088-.066-.088-.198-.044c-.066.022-.088-.022-.132-.022s-.176.154-.176.176v.11a.37.37 0 0 1-.067.22c-.088.022-.154.022-.242.022-.352 0-.704-.154-.969-.374a.4.4 0 0 1 .177-.044c.066.022.088-.022.132-.044s.154.044.22 0 .22-.33.198-.397.154-.176.132-.198-.044.022-.044 0 .044-.022 0-.11-.11-.044-.154-.044c-.066-.044-.176-.066-.198-.044s-.088-.044-.11-.022c-.022 0-.066.022-.066.066-.022.044.022.088.022.132-.022.088-.155.154-.155.22s-.066.022-.088.044 0 .066-.044.066-.11.11-.154.199c-.066-.088-.132-.199-.198-.287.044-.022.088-.044.11-.022.066.044.33-.418.286-.55s-.11-.044-.176-.022-.066-.044-.044-.066.308-.022.154-.11c-.066-.044-.242-.044-.22-.11s.11 0 .132 0c.11.044.176-.177.242-.177.11 0 .067-.22-.044-.154s-.154.044-.198.11-.154.154-.154.066c0-.044.242-.176.286-.242a.5.5 0 0 0 .11-.176c.023-.066.33-.11.397-.154.044-.044.088-.11.088-.176s-.088-.044-.11-.088.11 0 .11-.066-.11 0-.154-.044c0-.022 0-.022.022-.044.198-.067.33-.089.484-.089h.044m-.242-6.561v1.277a6.75 6.75 0 0 0-4.448 1.85l-.903-.903a7.94 7.94 0 0 1 5.351-2.224M6.208 4.797l.903.903a6.75 6.75 0 0 0-1.85 4.448H3.984a8.15 8.15 0 0 1 2.224-5.351"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/unity.svg b/mkdocs-material/material/templates/.icons/simple/unity.svg new file mode 100644 index 0000000..da2b30c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/unity.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12.929 4.294 3.8 2.193c.136.077.141.29 0 .367l-4.515 2.608a.42.42 0 0 1-.425 0L7.274 6.854c-.139-.074-.141-.293 0-.367l3.797-2.193V0L1.376 5.598v11.195l3.718-2.146v-4.385c-.003-.157.18-.269.317-.184l4.515 2.607a.43.43 0 0 1 .214.368v5.213c.002.156-.181.268-.318.184l-3.8-2.193-3.717 2.145L12 24l9.695-5.598-3.717-2.145-3.8 2.192c-.134.082-.323-.024-.318-.183v-5.213c0-.156.087-.296.214-.368l4.515-2.607c.134-.082.322.022.318.184v4.385l3.717 2.146V5.598L12.93 0Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/unjs.svg b/mkdocs-material/material/templates/.icons/simple/unjs.svg new file mode 100644 index 0000000..fb8e5a7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/unjs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.686 0H1.29A1.48 1.48 0 0 0 0 1.297V22.68C.085 23.43.711 24 1.484 24h21.014A1.5 1.5 0 0 0 24 22.498V1.484C24 .711 23.412.077 22.686 0m-4.393 15.05c.52-.011 1.004.113 1.398.514q.06.065.116.131c.246.327.353.694.398 1.08.024.209.03.42.031.63.004.883.001 1.768.002 2.652 0 .203-.065.368-.252.468a.445.445 0 0 1-.658-.38c-.004-.214-.002-.428-.002-.641 0-.779.002-1.557-.004-2.336-.002-.282-.056-.556-.213-.799a.94.94 0 0 0-.713-.433q-.931-.108-1.527.617c-.17.208-.238.452-.238.718v2.836a.46.46 0 0 1-.61.448c-.178-.056-.295-.232-.3-.453q-.002-.129 0-.258l-.002-4.131c0-.184.055-.342.215-.443a.43.43 0 0 1 .449-.022c.155.08.236.213.248.387.002.035 0 .072 0 .12.03-.024.053-.04.074-.06.388-.352.839-.583 1.363-.63q.113-.01.225-.014zm-7.75.151c.235.014.413.226.414.496v1.647c0 .424-.002.847.006 1.271q.005.317.156.598c.142.259.36.423.645.5.364.107.753.09 1.107-.047.371-.146.58-.434.649-.82.026-.146.032-.299.033-.448.003-.9.001-1.802.002-2.703 0-.25.12-.422.338-.48.052-.014.109-.01.164-.014.258.044.408.214.408.47-.001 1.024.012 2.047-.018 3.07-.02.696-.333 1.254-.95 1.613-.262.152-.55.234-.85.27-.386.054-.779.03-1.155-.071-.598-.174-1.044-.53-1.283-1.121-.126-.312-.161-.638-.162-.97q-.003-1.387 0-2.776c0-.304.205-.502.496-.485"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/unlicense.svg b/mkdocs-material/material/templates/.icons/simple/unlicense.svg new file mode 100644 index 0000000..19bb661 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/unlicense.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12M12 2.449A9.55 9.55 0 0 0 2.449 12c0 2.09.672 4.024 1.811 5.597L17.597 4.26A9.5 9.5 0 0 0 12 2.449m0 19.102A9.55 9.55 0 0 0 21.551 12c0-2.09-.672-4.024-1.811-5.597L6.403 19.74A9.5 9.5 0 0 0 12 21.551m0-2.816a6.7 6.7 0 0 1-3.34-.885l2.32-2.32a3.674 3.674 0 0 0 4.388-2.06h3.206A6.74 6.74 0 0 1 12 18.734ZM5.265 12A6.735 6.735 0 0 1 15.34 6.15l-2.32 2.32a3.673 3.673 0 0 0-4.55 4.55l-2.32 2.32A6.7 6.7 0 0 1 5.265 12m13.28-1.592h-2.443L17.85 8.66c.309.54.545 1.128.695 1.748"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/unocss.svg b/mkdocs-material/material/templates/.icons/simple/unocss.svg new file mode 100644 index 0000000..4ac19a5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/unocss.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.86 18.4a5.57 5.57 0 1 1 11.14 0 5.57 5.57 0 0 1-11.14 0m0-12.8A5.57 5.57 0 1 1 24 5.602v5.013a.557.557 0 0 1-.557.557H13.417a.557.557 0 0 1-.557-.557zm-1.72 12.8A5.57 5.57 0 1 1 0 18.4v-5.014a.557.557 0 0 1 .557-.557h10.026a.557.557 0 0 1 .557.557z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/unpkg.svg b/mkdocs-material/material/templates/.icons/simple/unpkg.svg new file mode 100644 index 0000000..dfada45 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/unpkg.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0v24h24V0zm4.322 2.977 4.37.002a.043.043 0 0 1 .044.04 9543 9543 0 0 1 0 9.165q0 1.126.09 1.957.057.505.287 1.03.503 1.153 1.715 1.405.94.195 1.893-.008c1.166-.248 1.813-1.268 1.96-2.404q.1-.77.1-2.018-.002-4.724.002-9.119 0-.05.049-.05h4.338a.033.033 0 0 1 .033.033v9.869c0 1.465-.17 2.918-.746 4.234-.777 1.775-2.323 2.836-4.195 3.211q-2.55.513-5.07-.013c-2.226-.465-3.808-1.828-4.46-4.03a10.2 10.2 0 0 1-.416-2.586 65 65 0 0 1-.029-1.88q-.003-4.555 0-8.801 0-.037.035-.037"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/unraid.svg b/mkdocs-material/material/templates/.icons/simple/unraid.svg new file mode 100644 index 0000000..29d2ddb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/unraid.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.406 8.528h1.17v6.926h-1.17zM1.17 15.454H0V8.528h1.17zm4.534.828h1.17v2.645h-1.17zm-2.86-2.969h1.169v4.282h-1.17zm5.703 0h1.17v4.282h-1.17zM22.83 8.528H24v6.926h-1.17zm-4.534-.81h-1.17V5.073h1.17zm2.86 2.95h-1.169V6.406h1.17zm-5.72 0h-1.17V6.406h1.17z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/unrealengine.svg b/mkdocs-material/material/templates/.icons/simple/unrealengine.svg new file mode 100644 index 0000000..9883a50 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/unrealengine.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0a12 12 0 1 0 12 12A12 12 0 0 0 12 0m0 23.52A11.52 11.52 0 1 1 23.52 12 11.52 11.52 0 0 1 12 23.52m7.13-9.791c-.206.997-1.126 3.557-4.06 4.942l-1.179-1.325-1.988 2a7.34 7.34 0 0 1-5.804-2.978 3 3 0 0 0 .65.123c.326.006.678-.114.678-.66v-5.394a.89.89 0 0 0-1.116-.89c-.92.212-1.656 2.509-1.656 2.509a7.3 7.3 0 0 1 2.528-5.597 7.4 7.4 0 0 1 3.73-1.721c-1.006.573-1.57 1.507-1.57 2.29 0 1.262.76 1.109.984.923v7.28a1.2 1.2 0 0 0 .148.256 1.08 1.08 0 0 0 .88.445c.76 0 1.747-.868 1.747-.868V9.172c0-.6-.452-1.324-.905-1.572 0 0 .838-.149 1.484.346a6 6 0 0 1 .387-.425c1.508-1.48 2.929-1.902 4.112-2.112 0 0-2.151 1.69-2.151 3.96 0 1.687.043 5.801.043 5.801.799.771 1.986-.342 3.059-1.441Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/unsplash.svg b/mkdocs-material/material/templates/.icons/simple/unsplash.svg new file mode 100644 index 0000000..05a748f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/unsplash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.5 6.75V0h9v6.75zm9 3.75H24V24H0V10.5h7.5v6.75h9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/untappd.svg b/mkdocs-material/material/templates/.icons/simple/untappd.svg new file mode 100644 index 0000000..fa321cd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/untappd.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11 13.299-5.824 8.133c-.298.416-.8.635-1.308.572-.578-.072-1.374-.289-2.195-.879S.392 19.849.139 19.323a1.4 1.4 0 0 1 .122-1.425l5.824-8.133a3.1 3.1 0 0 1 1.062-.927l1.146-.604c.23-.121.436-.283.608-.478.556-.631 2.049-2.284 4.696-4.957l.046-.212a.13.13 0 0 1 .096-.1l.146-.037a.135.135 0 0 0 .101-.141l-.015-.18a.13.13 0 0 1 .125-.142c.176-.005.518.046 1.001.393s.64.656.692.824a.13.13 0 0 1-.095.164l-.175.044a.13.13 0 0 0-.101.141l.012.15a.13.13 0 0 1-.063.123l-.186.112c-1.679 3.369-2.764 5.316-3.183 6.046a2.2 2.2 0 0 0-.257.73l-.205 1.281A3.1 3.1 0 0 1 11 13.3zm12.739 4.598-5.824-8.133a3.1 3.1 0 0 0-1.062-.927l-1.146-.605a2.1 2.1 0 0 1-.608-.478 51 51 0 0 0-.587-.654.09.09 0 0 0-.142.018 97 97 0 0 1-1.745 3.223 1.4 1.4 0 0 0-.171.485 3.5 3.5 0 0 0 0 1.103l.01.064c.075.471.259.918.536 1.305l5.824 8.133c.296.413.79.635 1.294.574a4.76 4.76 0 0 0 2.209-.881 4.76 4.76 0 0 0 1.533-1.802 1.4 1.4 0 0 0-.122-1.425zM8.306 3.366l.175.044a.134.134 0 0 1 .101.141l-.012.15a.13.13 0 0 0 .063.123l.186.112q.465.933.869 1.721c.026.051.091.06.129.019q.655-.703 1.585-1.668a.137.137 0 0 0 .003-.19c-.315-.322-.645-.659-1.002-1.02l-.046-.212a.13.13 0 0 0-.096-.099l-.146-.037a.135.135 0 0 1-.101-.141l.015-.18a.13.13 0 0 0-.123-.142c-.175-.005-.518.045-1.002.393-.483.347-.64.656-.692.824a.13.13 0 0 0 .095.164z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/upcloud.svg b/mkdocs-material/material/templates/.icons/simple/upcloud.svg new file mode 100644 index 0000000..a9c93d0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/upcloud.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.116 12.996a1.885 1.885 0 1 1 0 3.77H8.664V11.87h.888v4.007h12.585a1.01 1.01 0 0 0 .997-.996 1.03 1.03 0 0 0-1.04-.997H10.397v-.888zM13.43 7.235H8.664v1.992h.888V8.101h3.9a1.01 1.01 0 0 1 .996.996 1.065 1.065 0 0 1-1.018 1.04H1.885a1.885 1.885 0 1 0 0 3.77h5.891v-.889H1.885a.996.996 0 0 1 0-1.993H13.45a1.9 1.9 0 0 0 1.885-1.884 1.94 1.94 0 0 0-1.906-1.906"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/uphold.svg b/mkdocs-material/material/templates/.icons/simple/uphold.svg new file mode 100644 index 0000000..c5e4f55 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/uphold.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.274 22.332a7.9 7.9 0 0 1-2.22.334h-.107a7.8 7.8 0 0 1-2.237-.34.668.668 0 1 0-.379 1.282 9.3 9.3 0 0 0 2.616.392h.107a9.2 9.2 0 0 0 2.6-.39.667.667 0 1 0-.38-1.278M20.101 5.91v-.04a8.522 8.522 0 0 0-16.207.026v.016c-.752 2.213-.48 5.175.734 7.935 1.66 3.774 4.674 6.406 7.343 6.406h.075c2.669 0 5.682-2.624 7.342-6.406 1.199-2.754 1.47-5.722.713-7.938zm-3.916-3.23c-1.35-.05-2.818.534-4.185 1.676-1.382-1.142-2.85-1.727-4.2-1.676a7.23 7.23 0 0 1 8.385 0m-3.09 15.995a2.6 2.6 0 0 1-2.205 0c-2.277-1.049-2.736-5.266-1.006-9.2A12 12 0 0 1 12 6.198a11.9 11.9 0 0 1 2.112 3.277c1.718 3.934 1.26 8.151-1.017 9.2m-7.26-5.356c-1.09-2.472-1.335-5.071-.684-6.99.347-1.007.932-1.722 1.687-2.072 1.183-.547 2.715-.16 4.183 1.028a13.3 13.3 0 0 0-2.357 3.651c-1.17 2.67-1.428 5.389-.889 7.505a12.7 12.7 0 0 1-1.94-3.122m12.315 0a12.7 12.7 0 0 1-1.94 3.125c.533-2.12.266-4.852-.89-7.508a13.3 13.3 0 0 0-2.356-3.651c1.468-1.188 2.997-1.575 4.18-1.028.758.35 1.334 1.068 1.69 2.072.658 1.905.402 4.518-.695 6.99z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/uplabs.svg b/mkdocs-material/material/templates/.icons/simple/uplabs.svg new file mode 100644 index 0000000..7680c93 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/uplabs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.804 19.205c-.112-.111-.186-.26-.297-.372q-1.333-1.34-4.11-1.34c-1.816 0-3.186.446-4.075 1.34-.111.112-.185.223-.296.372zm2.88-.044V5.164h2.959V6.9c.406-.702.887-1.219 1.479-1.588a4.06 4.06 0 0 1 2.034-.517c1.516 0 2.7.517 3.55 1.514S24 8.709 24 10.482c0 1.736-.444 3.102-1.294 4.136s-1.997 1.551-3.402 1.551c-.851 0-1.554-.147-2.145-.48-.592-.295-1.11-.812-1.516-1.477.037.259.073.554.073.886 0 .296.037.665.037 1.071v2.955h-3.069zm2.81-8.679c0 .96.222 1.699.703 2.253.481.517 1.147.812 1.96.812.85 0 1.516-.258 1.96-.812.48-.517.703-1.293.703-2.253s-.222-1.699-.703-2.253c-.48-.554-1.146-.812-1.997-.812-.813 0-1.479.295-1.96.85-.444.48-.665 1.255-.665 2.215zM7.73 5.201v5.577q0 1.385-.555 1.994c-.37.406-.961.628-1.775.628-.813 0-1.405-.185-1.775-.591-.37-.407-.555-1.071-.555-2.031V5.2H0v5.577c0 1.661.333 2.88.998 3.767.111.11.185.258.296.369q1.332 1.33 4.105 1.33c1.812 0 3.18-.444 4.068-1.33.11-.111.185-.222.296-.37q.998-1.33.998-3.766V5.2Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/upptime.svg b/mkdocs-material/material/templates/.icons/simple/upptime.svg new file mode 100644 index 0000000..f7bc4bd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/upptime.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.86 15.68c1.926 0 3.489 1.526 3.489 3.406s-1.563 3.407-3.488 3.407-3.489-1.526-3.489-3.407c0-1.88 1.563-3.407 3.489-3.407ZM24 14.884 12 1.507 0 14.885l3.158 3.52L12 8.548l8.842 9.857z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ups.svg b/mkdocs-material/material/templates/.icons/simple/ups.svg new file mode 100644 index 0000000..5d23dfe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ups.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11.668 14.544-.028-5.226c.138-.055.387-.111.608-.111.995 0 1.41.774 1.41 2.682 0 1.853-.47 2.765-1.438 2.765-.22 0-.441-.055-.552-.11M3.124 7.438c4.203-3.843 9.29-4.866 14.018-4.866 1.3 0 2.544.083 3.76.194h-.028v11.253c0 2.184-.774 3.926-2.295 5.171-1.355 1.134-5.447 2.959-6.581 3.456-1.161-.525-5.253-2.378-6.581-3.456-1.493-1.244-2.295-3.014-2.295-5.171V7.438zm12.664 2.599c.028.912.276 1.576 1.687 2.406.747.442 1.051.747 1.051 1.272 0 .581-.387.94-1.023.94-.553 0-1.189-.304-1.631-.691v1.576c.553.304 1.217.525 1.88.525 1.687 0 2.433-1.189 2.461-2.267.028-.995-.249-1.742-1.659-2.571-.608-.387-1.134-.636-1.106-1.244 0-.581.525-.802.995-.802.581 0 1.161.332 1.521.691V8.378c-.304-.221-.94-.581-1.88-.553-1.135.028-2.296.829-2.296 2.212m-5.834 9.484h1.714l-.028-3.594c.166.028.415.083.774.083 1.908 0 2.986-1.687 2.986-4.175 0-2.461-1.106-4.009-3.152-4.009-.94 0-1.687.221-2.295.608zm-5.945-6.166c0 1.797.829 2.71 2.516 2.71 1.051 0 1.908-.249 2.571-.691V7.991H7.41v6.387c-.194.138-.47.221-.802.221-.774 0-.885-.719-.885-1.189V7.991H4.009zM22.12 2.295v11.723c0 2.516-.94 4.645-2.765 6.111-1.549 1.3-6.332 3.429-7.355 3.871-1.023-.442-5.806-2.571-7.355-3.843-1.797-1.465-2.765-3.594-2.765-6.111V2.295C4.756.747 8.074 0 12 0s7.244.747 10.12 2.295m-.304.221c-2.71-1.465-6-2.184-9.788-2.184s-7.079.746-9.788 2.184v11.502c0 2.433.912 4.452 2.627 5.862 1.576 1.3 6.581 3.484 7.161 3.76.581-.249 5.585-2.433 7.161-3.733 1.714-1.41 2.627-3.429 2.627-5.862zm-2.433 20.295c0 .47-.387.829-.829.829a.83.83 0 0 1-.829-.829c0-.47.387-.829.829-.829s.801.359.829.829m-.166 0a.68.68 0 0 0-.664-.691c-.359 0-.664.332-.664.691s.304.664.664.664a.673.673 0 0 0 .664-.664m-.553.055c.028.055.304.442.304.442h-.221s-.276-.387-.276-.415h-.028v.415h-.194v-.995l.304-.028c.249 0 .332.166.332.304s-.083.25-.221.277m.027-.276c0-.055 0-.138-.166-.138h-.083v.304h.028c.194 0 .221-.083.221-.166"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/upstash.svg b/mkdocs-material/material/templates/.icons/simple/upstash.svg new file mode 100644 index 0000000..ed06253 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/upstash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.803 0c-2.61 0-5.22.995-7.211 2.986-3.982 3.983-3.982 10.44 0 14.422a5.1 5.1 0 0 0 7.21-7.21L12 12a2.55 2.55 0 0 1-3.605 3.605A7.649 7.649 0 0 1 19.21 4.79l1.803-1.803A10.17 10.17 0 0 0 13.803 0M12 12a2.55 2.55 0 0 1 3.605-3.605A7.649 7.649 0 0 1 4.79 19.21l-1.803 1.803c3.983 3.982 10.44 3.982 14.422 0s3.982-10.44 0-14.422A5.08 5.08 0 0 0 13.803 5.1a5.1 5.1 0 0 0-3.605 8.703z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/uptimekuma.svg b/mkdocs-material/material/templates/.icons/simple/uptimekuma.svg new file mode 100644 index 0000000..b202841 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/uptimekuma.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.759.955c-4.071 0-7.93 2.265-10.06 5.774l-.16.263-.116.284c-1.81 4.44-2.188 9.118.621 12.459 2.67 3.174 6.221 3.328 9.477 3.308s6.323-.482 8.995-2.032C22.75 19.714 24 16.917 24 14.53c0-2.388-.724-4.698-1.882-7.343l-.112-.257-.148-.238C19.683 3.2 15.83.955 11.758.955Zm0 3.868q4.378 0 6.816 3.914 3.114 7.121 0 8.929c-3.116 1.808-11.234 2.359-13.57-.42q-2.337-2.78 0-8.51 2.376-3.913 6.754-3.913"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/uptobox.svg b/mkdocs-material/material/templates/.icons/simple/uptobox.svg new file mode 100644 index 0000000..073ef3d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/uptobox.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.803 9.948c0 .037.17.49.37.992l.377.927-.36.917c-.585 1.504-.595 1.362.095 1.333.568-.028.596-.038.69-.33.161-.464.237-.473.407-.048l.152.397h.747c.416 0 .737-.028.718-.075-.274-.558-.832-2.062-.832-2.241 0-.067.151-.511.331-.984.18-.463.331-.88.331-.908s-.236-.047-.539-.028c-.52.028-.539.038-.643.36-.132.397-.246.387-.388-.03-.104-.302-.104-.302-.775-.33-.378-.02-.68.01-.68.047zm-3.243.103c-.142.152-.16.435-.16 1.977 0 1.617.018 1.815.17 1.947.141.133.396.16 1.418.16 1.626 0 1.531.124 1.531-2.126 0-2.26.095-2.128-1.55-2.128-1.097 0-1.277.02-1.41.17zm1.541 2.014c0 .899-.019 1.04-.15 1.012-.077-.02-.143-.057-.143-.104.01-.038.01-.492.01-1.012 0-.775.028-.945.141-.945.114 0 .142.18.142 1.05zm-5.2-.056v2.127h1.408c1.712 0 1.665.029 1.646-1.125-.003-.173 0-.562-.052-.741-.046-.16-.124-.1-.125-.254-.002-.132.08-.131.12-.258.05-.158.037-.455.037-.62.01-.964-.009-1.06-.188-1.153-.104-.057-.747-.104-1.513-.104H13.9zm1.683-.653c-.038.369-.303.369-.34 0-.039-.274.15-.491.292-.35.048.048.067.199.048.35m.02 1.41c0 .264-.039.33-.19.33-.142 0-.19-.066-.19-.265 0-.302.066-.397.256-.397.075 0 .123.114.123.33zm-4.947-2.715c-.142.152-.16.435-.16 1.977 0 1.617.018 1.815.17 1.947.141.133.387.16 1.361.16 1.021 0 1.201-.018 1.333-.17.142-.15.161-.434.161-1.975 0-1.617-.019-1.816-.17-1.948-.142-.132-.388-.16-1.362-.16-1.02 0-1.2.018-1.333.17zm1.541 2.014c0 .965-.009 1.03-.189 1.03s-.189-.065-.189-1.03c0-.737.038-1.05.123-1.078.227-.075.255.048.255 1.078m-5.106-2.042a.145.145 0 0 1-.142.142c-.113 0-.14.123-.14.52s.027.52.14.52c.123 0 .142.217.142 1.352 0 .927.038 1.39.114 1.466.075.075.51.113 1.324.113 1.626 0 1.607.02 1.57-1.494l-.03-1.106H8.748l-.028.775c-.02.615-.057.785-.16.785-.115 0-.143-.18-.143-.945v-.937l.832-.028.823-.028v-.946c-.56-.017-1.146-.04-1.694-.061-.057-.02-.074-.13-.09-.158-.114-.208-1.195-.17-1.195.03zm-3.687 1.986v2.137l.67-.03.672-.027.02-.757.01-.756.708-.028c.388-.02.756-.076.822-.133.17-.132.17-2.26.01-2.42-.076-.076-.548-.114-1.513-.114h-1.4zm1.74-.936c.085.217-.02.51-.18.51-.18 0-.274-.36-.142-.52.151-.18.246-.18.321.01zm-5.144.784c0 2.45-.114 2.28 1.626 2.28 1.588 0 1.494.15 1.494-2.346V9.87l-.68.03-.682.027-.01 1.485c0 1.03-.037 1.522-.113 1.598-.18.18-.217-.02-.236-1.617l-.028-1.466-.68-.028-.69-.028z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/upwork.svg b/mkdocs-material/material/templates/.icons/simple/upwork.svg new file mode 100644 index 0000000..571e25c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/upwork.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.561 13.158c-1.102 0-2.135-.467-3.074-1.227l.228-1.076.008-.042c.207-1.143.849-3.06 2.839-3.06a2.705 2.705 0 0 1 2.703 2.703 2.707 2.707 0 0 1-2.704 2.702m0-8.14c-2.539 0-4.51 1.649-5.31 4.366-1.22-1.834-2.148-4.036-2.687-5.892H7.828v7.112a2.55 2.55 0 0 1-2.547 2.548 2.55 2.55 0 0 1-2.545-2.548V3.492H0v7.112c0 2.914 2.37 5.303 5.281 5.303 2.913 0 5.283-2.389 5.283-5.303v-1.19c.529 1.107 1.182 2.229 1.974 3.221l-1.673 7.873h2.797l1.213-5.71c1.063.679 2.285 1.109 3.686 1.109 3 0 5.439-2.452 5.439-5.45 0-3-2.439-5.439-5.439-5.439"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/usps.svg b/mkdocs-material/material/templates/.icons/simple/usps.svg new file mode 100644 index 0000000..79a2763 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/usps.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.145 4.577 0 19.423h20.855L24 4.577zm-.157 3.806h9.436c.157 0 5.064 0 5.159.975H9.09l1.321 4.026c1.51-.723 5.222-2.233 7.455-2.328.944-.031 1.321.126 1.132.252-.126.063-1.038.189-1.761.377-1.258.315-1.321.315-2.642.755-1.478.503-2.705 1.069-4.53 1.919L.723 18.983zm16.483 1.698c-.535-.094-2.768.063-3.334.063-.126 0-.472.031-.472-.063 0-.063.126-.063.377-.094s1.006-.157 1.258-.283c.063-.063.22-.157.315-.252.031-.063.063-.094.157-.094h1.164c.755 0 1.195.094 1.132.723-.031.315-.472 1.132-.629 1.384-.063.094-.189.189-.157 0 .126-.503.597-1.321.189-1.384m.88 8.902H2.076s17.363-6.794 17.552-6.92c0 0 1.541-2.076.629-2.925-.283-.283-.692-.283-2.265-.283 0 0-.063-.598-2.485-1.164-.283-.063-11.858-2.517-11.858-2.517h19.628zm2.925-.695c0-.195-.114-.293-.358-.293h-.406v1.008h.146v-.439h.179l.276.455h.179L23 18.564c.162-.016.276-.097.276-.276m-.455.146h-.163v-.341h.211c.114 0 .228.016.228.163 0 .162-.13.178-.276.178m.016-.829a.87.87 0 0 0-.894.878c0 .504.406.894.894.894s.894-.39.894-.894a.88.88 0 0 0-.894-.878m0 1.642c-.423 0-.731-.325-.731-.764 0-.423.325-.748.731-.748s.731.325.731.748c0 .439-.325.764-.731.764"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/utorrent.svg b/mkdocs-material/material/templates/.icons/simple/utorrent.svg new file mode 100644 index 0000000..bb42f04 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/utorrent.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.684 23.94a12.01 12.01 0 0 0 9.599-7.79c-.118.044-.26.096-.432.147-2 .59-3.404-.466-3.687-.649-.283-.18-.587-.48-.643-.464-.183 1.132-1.218 2.706-3.58 3.42-1.295.391-2.687.4-3.681-.157l.328.822c.13.328.351.866.488 1.192 0 0 .858 2.044 1.608 3.48M2.723 7.153l3.54-.66c.323-.059.68.124.794.407l2.432 6.07c.332.633.399.773.615 1.043 0 0 1.68 2.398 4.24 1.812 1.726-.394 2.532-1.69 2.587-2.612.057-.296-.032-.669-.185-1.016L13.832 5.61c-.117-.266.022-.527.306-.581l2.953-.55a.69.69 0 0 1 .706.376l3.227 6.91c.13.276.394.712.588.966 0 0 .671.964 1.747.78.266 0 .569-.143.569-.143q.071-.645.072-1.31c0-6.627-5.373-12-12.002-12C5.372.06 0 5.433 0 12.06c0 5.319 3.46 9.827 8.252 11.402a25 25 0 0 1-.919-2.121L2.298 7.808c-.111-.297.083-.59.425-.654"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/uv.svg b/mkdocs-material/material/templates/.icons/simple/uv.svg new file mode 100644 index 0000000..96e5556 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/uv.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m0 .106.05 11.95.04 9.56a2.39 2.39 0 0 0 2.4 2.379l9.56-.04 5.975-.026.608-.002c1.316-.006 2.38-1.097 2.38-2.413h1.094v2.39H24L23.9.005 12.905.051l.046 9.525v5.963h-1.958l.046-5.955-.046-9.525Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/v.svg b/mkdocs-material/material/templates/.icons/simple/v.svg new file mode 100644 index 0000000..b8ebad2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/v.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.583 23.497c.067.192-.043.348-.247.348H9.074c-.408 0-.85-.311-.988-.695L.043.784C-.105.393.149.115.528.16L6.92.776c.405.039.844.383.978.767zM23.473.16l-6.392.616c-.406.039-.844.383-.978.768l-3.827 10.99 3.678 10.509L23.959.783c.137-.383-.08-.662-.485-.623"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/v2ex.svg b/mkdocs-material/material/templates/.icons/simple/v2ex.svg new file mode 100644 index 0000000..daab6cb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/v2ex.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.671 1.933h13.821a1.34 1.34 0 0 1 .98.425l8.166 8.725a1.34 1.34 0 0 1 0 1.834l-8.166 8.724a1.34 1.34 0 0 1-.98.426H.673A.67.67 0 0 1 0 21.395v-6.878h13.19l2.276-2.28a.336.336 0 0 0 0-.474l-2.276-2.28H0V2.604a.67.67 0 0 1 .671-.671"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/v8.svg b/mkdocs-material/material/templates/.icons/simple/v8.svg new file mode 100644 index 0000000..0e0615a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/v8.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.832 6q0-.242.023-.479c.019-.207.07-.401.112-.599l-.694-1.377H0l2.182 3.818h1.527l2.097 3.98a6.53 6.53 0 0 1 1.727-2.745A5.1 5.1 0 0 1 6.832 6m3.533 13.663L12 22.637l1.637-2.975c-.535.138-1.079.234-1.637.234s-1.101-.096-1.635-.233m7.363-16.118-.717 1.258c.056.238.112.476.134.726a5.15 5.15 0 0 1-.677 3.07 6.57 6.57 0 0 1 1.727 2.746l2.097-3.981h1.527L24 3.545zm.118 8.462a6 6 0 0 0-2.073-3.31A4.64 4.64 0 0 0 12 1.363 4.635 4.635 0 0 0 7.363 6a4.62 4.62 0 0 0 .865 2.697A5.99 5.99 0 0 0 6 13.363a6.01 6.01 0 0 0 3.814 5.592 6.02 6.02 0 0 0 4.375-.003 6.006 6.006 0 0 0 3.657-6.945M12 4.227c1.129 0 2.046.917 2.046 2.045a2.046 2.046 0 0 1-4.092 0c0-1.128.918-2.045 2.046-2.045m0 11.456a2.32 2.32 0 0 1 0-4.637c1.282 0 2.318 1.037 2.318 2.318S13.282 15.683 12 15.683"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/vaadin.svg b/mkdocs-material/material/templates/.icons/simple/vaadin.svg new file mode 100644 index 0000000..e03b05a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/vaadin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.166.521C.506.521 0 1.055 0 1.715v1.97c0 2.316 1.054 3.473 3.502 3.473h5.43c1.623 0 1.783.685 1.783 1.35q0 .1.012.193a1.268 1.268 0 0 0 2.531-.004c.007-.062.012-.121.012-.19 0-.664.16-1.349 1.783-1.349h5.43C22.93 7.158 24 6.001 24 3.686V1.715c0-.66-.524-1.194-1.184-1.194s-1.189.534-1.189 1.194l-.004.685c0 .746-.476 1.27-1.594 1.27h-5.322c-2.422 0-2.608 1.796-2.687 2.748h-.055c-.08-.952-.266-2.748-2.688-2.748H3.955c-1.118 0-1.629-.544-1.629-1.29v-.665c0-.66-.5-1.194-1.16-1.194m5.875 10.553a1.586 1.586 0 0 0-1.375 2.371c1.657 3.06 3.308 6.13 4.967 9.184a1.415 1.415 0 0 0 2.586.02l.033-.06 4.945-9.142a1.587 1.587 0 0 0-1.377-2.373c-.702 0-1.179.345-1.502 1.082l-3.386 6.313-3.383-6.305c-.326-.745-.805-1.09-1.508-1.09"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/vagrant.svg b/mkdocs-material/material/templates/.icons/simple/vagrant.svg new file mode 100644 index 0000000..136dab9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/vagrant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.556 0 .392 1.846V4.11l7.124 17.3L11.998 24l4.523-2.611 7.083-17.345V1.848l.004-.002L20.44 0l-5.274 3.087v2.111l-3.168 7.384-3.164-7.384V3.109l-.017-.008.017-.01z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/vala.svg b/mkdocs-material/material/templates/.icons/simple/vala.svg new file mode 100644 index 0000000..980982d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/vala.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.384 24 8.868 2.14q-2.25.844-3.515 2.64-1.25 1.797-1.25 4.47 0 .608.062 1 .078.374.156.609.078.218.141.343.078.125.078.22-.828 0-1.468-.157-.641-.172-1.079-.531-.422-.359-.656-.953-.22-.593-.22-1.469 0-1.062.453-2.093.469-1.03 1.266-1.953.812-.921 1.89-1.703 1.095-.781 2.329-1.344Q8.305.641 9.648.33 11.008 0 12.352 0q.36 0 .656.016.312.015.624.046l.282 19.687L20.648.155h2.234L13.992 24h-4.61Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/valorant.svg b/mkdocs-material/material/templates/.icons/simple/valorant.svg new file mode 100644 index 0000000..03d76ae --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/valorant.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.792 2.152a.25.25 0 0 0-.098.083q-5.077 6.345-10.15 12.69c-.107.093-.025.288.119.265 2.439.003 4.877 0 7.316.001a.66.66 0 0 0 .552-.25q1.162-1.45 2.324-2.903a.72.72 0 0 0 .144-.49c-.002-3.077 0-6.153-.003-9.23.016-.11-.1-.206-.204-.167zM.077 2.166c-.077.038-.074.132-.076.205q.002 4.612.001 9.225a.68.68 0 0 0 .158.463l7.64 9.55c.12.152.308.25.505.247 2.455 0 4.91.003 7.365 0 .142.02.222-.174.116-.265C10.661 15.176 5.526 8.766.4 2.35c-.08-.094-.174-.272-.322-.184z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/valve.svg b/mkdocs-material/material/templates/.icons/simple/valve.svg new file mode 100644 index 0000000..0eee267 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/valve.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 8.579v6.842h24V8.58zm1.8 1.415h.793l.776 3.044.76-3.044h.836l-1.227 4.029H3zm5.488 0h1.084l1.145 4.034h-.814l-.27-1.007H7.228s-.21.81-.254.99c-.242.017-.83 0-.83 0zm4.184 0h.792v3.352h1.69v.677h-2.482zm3.45 0h.816l.776 3.005.754-3.005h.815l-1.222 4.034h-.716zm4.828 0h1.69v.522h-1.084v.584h.99v.523h-.99v.6h1.084v.523h-1.69zm-11.902.68-.426 1.702h.89z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/vapor.svg b/mkdocs-material/material/templates/.icons/simple/vapor.svg new file mode 100644 index 0000000..bbff136 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/vapor.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.75 13.908v1.56L12 24 1.25 15.468v-1.56L12 22.44zM12 17.267 1.25 8.824 12 0l10.75 8.824zm.356-4.635a3.193 3.193 0 0 0 3.193-3.193 3.185 3.185 0 0 0-3.029-3.176l.001-.016-4.514-.427 1.205 4.102a3.184 3.184 0 0 0 3.144 2.71M12 20.269 1.25 11.737v1.533L12 21.802l10.75-8.532v-1.533zm0-2.366L1.25 9.46v1.64L12 19.63l10.75-8.532V9.46z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/vault.svg b/mkdocs-material/material/templates/.icons/simple/vault.svg new file mode 100644 index 0000000..a11d01a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/vault.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m0 0 11.955 24L24 0zm13.366 4.827h1.393v1.38h-1.393zm-2.77 5.569H9.22V8.993h1.389zm0-2.087H9.22V6.906h1.389zm0-2.086H9.22V4.819h1.389zm2.087 6.263h-1.377V11.08h1.388zm0-2.09h-1.377V8.993h1.388zm0-2.087h-1.377V6.906h1.388zm0-2.086h-1.377V4.819h1.388zm.683.683h1.393v1.389h-1.393zm0 3.475V8.993h1.389v1.388Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/vaultwarden.svg b/mkdocs-material/material/templates/.icons/simple/vaultwarden.svg new file mode 100644 index 0000000..e8e8208 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/vaultwarden.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.54.448c-.142.238-.333.524-.438.628-.171.181-.18.172-.733-.371-.667-.667-.772-.648-1.086.21-.133.352-.295.6-.429.676-.19.095-.285.066-.761-.276-.8-.562-.943-.477-1.096.619-.038.276-.114.476-.21.514-.076.029-.4-.067-.704-.22-.781-.37-.896-.285-.905.62 0 .371-.048.724-.095.771-.067.067-.315.048-.781-.066-.915-.22-.972-.162-.753.752.114.467.133.715.067.781-.048.048-.4.095-.772.095-.914.01-.99.124-.61.905.372.781.277 1.01-.447 1.105-1.067.153-1.133.286-.543 1.076.476.63.448.724-.343 1.01-.847.324-.867.429-.2 1.095.543.553.553.562.372.734-.105.105-.39.295-.629.438-.59.343-.59.571 0 .914.238.143.524.334.629.438.18.172.171.181-.372.734-.667.667-.647.771.21 1.086.352.133.6.295.676.428.095.19.067.286-.276.762-.562.8-.476.943.619 1.096.276.038.476.114.514.21.029.075-.066.4-.219.704-.371.781-.286.895.62.905.37 0 .723.048.77.095.067.067.048.314-.066.781-.219.915-.162.972.753.753.466-.115.714-.134.78-.067.048.048.096.4.096.771.01.915.124.991.905.61.78-.371 1.01-.276 1.105.448.152 1.067.285 1.133 1.076.543.629-.477.724-.448 1.01.343.323.847.419.866 1.105.19.666-.648.609-.657 1.161.276.343.581.572.581.915 0 .552-.933.495-.924 1.162-.276.686.676.78.657 1.095-.2.133-.352.295-.6.429-.676.19-.096.286-.067.762.276.8.562.943.476 1.095-.619.038-.276.114-.476.21-.514.076-.029.4.066.705.219.78.371.895.285.905-.62 0-.37.047-.723.095-.771.066-.067.314-.048.78.067.915.219.972.162.753-.753-.114-.467-.133-.714-.067-.78.048-.048.4-.096.772-.096.914-.01.99-.124.61-.905-.372-.78-.277-1.01.447-1.105 1.067-.152 1.134-.286.543-1.076-.476-.629-.448-.724.343-1.01.848-.324.867-.419.19-1.105-.647-.666-.657-.61.277-1.162.295-.18.438-.324.438-.457s-.143-.276-.438-.457c-.934-.552-.924-.495-.276-1.162.676-.686.657-.781-.2-1.095-.353-.134-.6-.296-.677-.429-.095-.19-.067-.286.276-.762.562-.8.477-.943-.619-1.095-.276-.038-.476-.115-.514-.21-.029-.076.067-.4.219-.705.372-.78.286-.895-.619-.905-.371 0-.724-.047-.772-.095-.066-.066-.047-.314.067-.78.22-.915.162-.972-.752-.753-.467.114-.715.133-.781.066-.048-.047-.096-.4-.096-.771-.01-.915-.123-.99-.905-.61-.78.372-1.01.277-1.104-.447-.153-1.067-.286-1.134-1.077-.543-.628.476-.724.447-1.01-.343-.323-.848-.428-.867-1.095-.2-.552.543-.562.552-.733.371-.105-.105-.295-.39-.438-.628C12.274.143 12.13 0 11.998 0c-.134 0-.276.143-.457.448m.934 1.933c.105.105.19.315.19.476a.76.76 0 0 1-.19.477c-.41.41-1.143.104-1.143-.477 0-.362.305-.666.667-.666.162 0 .371.085.476.19m-1.467 1.62c.924.895 1.057.895 1.981 0l.686-.667.667.19c.762.21 1.943.715 1.943.838 0 .038-.895 2.63-1.99 5.744-1.096 3.114-2.049 5.838-2.106 6.058-.067.228-.152.41-.19.41s-.115-.163-.162-.353c-.057-.2-1-2.943-2.105-6.106a604 604 0 0 1-2.02-5.79c0-.115 2.115-.934 2.563-.982.028-.01.352.286.733.657m-3.343 9.6c1.352 3.791 2.429 6.906 2.4 6.934-.067.077-1.076-.219-1.505-.447-.343-.172-.352-.19-.476-1-.076-.524-.19-.905-.305-1.058-.19-.238-.219-.238-.867-.171-1.428.162-1.371.18-1.933-.572-.61-.81-1.181-1.943-1.457-2.905-.162-.533-.22-1.066-.257-2.095l-.048-1.381.857-.457c1.153-.6 1.181-.705.59-1.877-.428-.847-.428-.8.125-1.6.152-.229.314-.38.352-.333.038.038 1.171 3.171 2.524 6.962m11.82-6.21.238.4-.39.772c-.59 1.18-.562 1.286.58 1.886l.848.447v1.077c0 1.247-.171 2.219-.58 3.257-.315.79-.944 1.838-1.449 2.429l-.323.38-.753-.113a9 9 0 0 0-1.01-.115c-.4 0-.6.353-.733 1.286l-.124.829-.504.219c-.581.257-1.286.467-1.353.39-.038-.038 4.01-11.524 4.848-13.772l.095-.238.191.238c.105.123.295.41.419.628M3.76 8.715c.447.438.18 1.095-.448 1.095-.4 0-.648-.238-.648-.628 0-.629.658-.915 1.096-.467m17.22-.133c.277.152.353.266.353.6 0 .38-.248.628-.638.628-.638 0-.915-.647-.458-1.095.258-.267.43-.295.743-.133zM7.236 19.154c.343.82-.829 1.324-1.21.515-.142-.296-.142-.343.01-.572.324-.495.99-.467 1.2.057zm10.563-.257c.238.19.305.524.153.82-.391.761-1.524.218-1.191-.563.171-.428.667-.552 1.038-.257"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/vauxhall.svg b/mkdocs-material/material/templates/.icons/simple/vauxhall.svg new file mode 100644 index 0000000..71b0703 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/vauxhall.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.002 24C5.375 24.001.002 18.63 0 12.002-.001 5.375 5.37.002 11.998 0s12 5.37 12.002 11.998c.007 6.621-5.375 12.007-11.998 12.002M15.8 5.371c.338.022.658.038.978.066a4.1 4.1 0 0 1 1.496.386.77.77 0 0 1 .413.414q.074.226.076.464c0 .14.034.213.185.25.351.091.699.204 1.044.314.395.096.694.42.759.822.053.28.062.568.028.853a7 7 0 0 1-.238.962c0 .053-.066.094-.1.138a1 1 0 0 1-.132-.132c-.054-.09-.091-.194-.141-.288a.73.73 0 0 0-.612-.417 8.5 8.5 0 0 0-2.02.038.8.8 0 0 0-.206.1c.063.04.122.085.185.12a.5.5 0 0 0 .135.03l.815.154a.79.79 0 0 1 .627.477c.072.172.035.241-.144.263h-.213c-.562.044-1.123.072-1.681.135-.41.044-.561.244-.574.658-.029.911.023 1.823.154 2.725a2.57 2.57 0 0 0 1.326 2.023 30 30 0 0 0 3.214 1.567c.107.047.166.032.217-.075.16-.313.332-.646.482-.975.5-1.063.818-2.203.941-3.37a10.4 10.4 0 0 0-.085-2.647 11 11 0 0 0-1.204-3.65 10.9 10.9 0 0 0-3.449-3.741 10.35 10.35 0 0 0-4.954-1.828 11.1 11.1 0 0 0-3.299.182 10.66 10.66 0 0 0-6.356 3.995c-.15.174.092.232.239.207h5.989c.279 0 .313.063.172.313q-1.606 2.822-3.208 5.645a.56.56 0 0 1-.542.313H1.432c-.226 0-.235 0-.238.232.004.855.109 1.707.314 2.537.035.17.137.32.282.417a3.4 3.4 0 0 0 1.966.627h4.01a.176.176 0 0 0 .201-.144c.035-.144.078-.286.12-.427.07-.187-.201-.136-.286-.14-.22 0-.44-.023-.659-.045-.208.015-.181-.195-.103-.332.354-.752.7-1.511 1.063-2.26.129-.291.37-.517.668-.628.266-.097.53-.213.79-.332.06-.029.097-.104.144-.154a.6.6 0 0 0-.179-.085c-.188-.018-.379-.015-.567-.034s-.2-.097-.12-.232c.383-.627.766-1.27 1.158-1.9a1 1 0 0 1 .599-.427 5 5 0 0 0 .536-.178 1 1 0 0 0 .213-.157l-.025-.057c-.176-.025-.351-.047-.527-.075-.175-.028-.185-.106-.1-.238s.141-.213.21-.314a4.3 4.3 0 0 1 1.254-1.351c.462-.276.97-.467 1.499-.565a.7.7 0 0 0 .289-.156c.743-.662 1.44-1.38 2.2-2.032-.137.67-.238 1.31-.344 1.96zM2.56 6.604l.022.134c.314 1.314.605 2.628.9 3.945.025.107.072.135.179.132h1.687a.28.28 0 0 0 .294-.17Q6.734 8.698 7.837 6.76c.025-.043.044-.087.079-.153H6.778a.42.42 0 0 0-.417.244c-.52.922-1.047 1.84-1.567 2.76l-.091.14q-.328-1.409-.646-2.78c-.094-.418-.06-.358-.455-.361l-1.04-.006zm.627 11.639c.958 1.52 2.473 2.693 4.076 3.502a.176.176 0 0 0 .22-.028q.546-.448 1.097-.887l.386-.314a15 15 0 0 1-.777-.95.48.48 0 0 0-.295-.213l-3.876-.916-.83-.194zm14.938-11.26c-.088-.019-.14-.038-.191-.044-.263-.034-.53-.05-.787-.11a.83.83 0 0 0-.724.189c-.035.025-.072.072-.066.103a.14.14 0 0 0 .09.088c.314.097.628.197.957.27a.4.4 0 0 0 .314-.066q.218-.2.404-.43z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/vbulletin.svg b/mkdocs-material/material/templates/.icons/simple/vbulletin.svg new file mode 100644 index 0000000..e6b0969 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/vbulletin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.09 10.316V24h21.82V0h-2.417l-5.461 19.613h-6.09l-3.134-9.246zm9.283-4.444 1.363 6.308L13.955 0H1.089v5.872Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/vectary.svg b/mkdocs-material/material/templates/.icons/simple/vectary.svg new file mode 100644 index 0000000..e7d4a52 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/vectary.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.18 2.318a7 7 0 0 0-.274.012c-.628.017-1.293.412-1.61.955-.341.527-.394 1.301-.126 1.87l4.271 9.667c.24.581.845 1.063 1.465 1.164.614.133 1.356-.094 1.791-.547 1.039-1.005 1.847-2.464 2.143-4.021s.079-3.212-.52-4.527c-.57-1.329-1.648-2.603-2.998-3.434A7.77 7.77 0 0 0 2.18 2.318m18.857 0a7.6 7.6 0 0 0-2.834.59c-1.798.765-3.267 2.3-3.914 3.862L8.172 20.62a.46.46 0 0 0 .262.613c1.573.617 3.698.622 5.496-.142 1.797-.765 3.269-2.3 3.916-3.862L23.96 3.38a.46.46 0 0 0-.26-.613c-.787-.309-1.711-.464-2.664-.448"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/vectorlogozone.svg b/mkdocs-material/material/templates/.icons/simple/vectorlogozone.svg new file mode 100644 index 0000000..4a2a02e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/vectorlogozone.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.458 0-5.311 2.024 1.989.534-4.847 16.085-4.867-16.25H1.48L8.974 24h4.645l7.043-20.226 1.858.499Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/vectorworks.svg b/mkdocs-material/material/templates/.icons/simple/vectorworks.svg new file mode 100644 index 0000000..6845f94 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/vectorworks.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.6 0 12 0m0 22.725c-5.925 0-10.725-4.8-10.725-10.725S6.075 1.275 12 1.275 22.725 6.075 22.725 12 17.925 22.725 12 22.725M8.775 7.5h-2.25c-.15 0-.208.086-.15.225l4.425 10.65c.04.098.15.225.3.225h1.95c.15 0 .206-.086.15-.225l-4.35-10.8c-.028-.07-.035-.075-.075-.075m8.7 0h-2.25c-.075 0-.13.023-.15.075L13.35 11.85a.6.6 0 0 0 0 .375l1.05 2.55c.075.15.225.15.3 0l2.925-7.05c.057-.139 0-.225-.15-.225"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/veeam.svg b/mkdocs-material/material/templates/.icons/simple/veeam.svg new file mode 100644 index 0000000..0bf8d33 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/veeam.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.63 9.842c-1.104 0-2 .945-2 2.101v.108c0 1.322.846 2.038 1.974 2.1.051.007.108.007.16.007.435 0 .794-.115 1.195-.361.04-.023.201-.132.361-.338.132-.166.138-.411 0-.543-.2-.189-.412-.086-.595.074-.292.246-.516.442-1.1.442-.55 0-1.064-.316-1.19-.94 0-.023.01-.045.034-.045H8.16a.473.473 0 0 0 .47-.504c0-1.156-.894-2.1-1.999-2.1zm4.466 0c-1.1 0-1.996.945-1.996 2.101v.108c0 1.322.846 2.038 1.974 2.1.052.007.11.007.16.007.435 0 .795-.115 1.196-.361.04-.023.2-.132.361-.338.132-.166.137-.411 0-.543-.2-.189-.413-.086-.596.074-.292.246-.515.442-1.1.442-.549 0-1.063-.316-1.189-.94-.006-.023.01-.045.028-.045h2.691a.473.473 0 0 0 .47-.504c-.007-1.156-.9-2.1-1.999-2.1zm-6.89.04a.4.4 0 0 0-.344.223l-1.42 3.063c-.034.063-.062.11-.136.11s-.105-.047-.14-.11l-1.42-3.057a.38.38 0 0 0-.53-.177.43.43 0 0 0-.172.56l1.39 2.828.16.32a.8.8 0 0 0 .712.46.79.79 0 0 0 .709-.46l.16-.32 1.385-2.834a.423.423 0 0 0-.166-.56.4.4 0 0 0-.188-.045zm11.362 0a.76.76 0 0 0-.504.188.8.8 0 0 0-.207.27l-1.59 3.137c0 .005-.007.006-.007.01v.007a.43.43 0 0 0 .03.442c0 .005.005.006.005.01 0 .007.006.005.006.01a.37.37 0 0 0 .516.077s.005 0 .005-.006a.1.1 0 0 0 .024-.017l.015-.018.006-.006a.5.5 0 0 0 .076-.103l.057-.125.332-.7c.006-.017.028-.027.045-.027h1.484c.195 0 .354-.167.354-.379 0-.206-.159-.377-.354-.377h-1.099a.033.033 0 0 1-.03-.046l.08-.172.602-1.207v-.006s0-.006.006-.006c.011-.023.04-.108.098-.125q.051-.018.086 0c.063.017.084.091.113.148l1.455 3.022a.393.393 0 0 0 .48.195s.006 0 .006-.006l.035-.017c.006 0 .007-.006.012-.006 0 0 .006 0 .006-.006.006 0 .006-.006.012-.006s.01-.004.01-.01c.006 0 .006-.006.011-.006q.009-.01.018-.012l.017-.017.006-.006a.41.41 0 0 0 .092-.498l-1.598-3.154a.79.79 0 0 0-.709-.45zm3.508 0c-.39 0-.709.332-.709.778v3.018c0 .183.104.354.264.406.263.086.486-.143.486-.412l-.058-2.938a.03.03 0 0 1 .052-.017l1.442 2.93c.137.28.367.449.625.449.257 0 .49-.167.623-.448l1.449-2.935c.01-.029.05-.019.05.016l-.056 2.955c0 .234.177.423.389.412.206-.006.367-.207.367-.43V10.66c.01-.452-.31-.77-.7-.777a.68.68 0 0 0-.61.394c-.361.739-1.426 2.93-1.426 2.936-.006.01-.03.064-.075.064-.04 0-.068-.047-.074-.064-.35-.727-1.047-2.164-1.408-2.908-.143-.287-.38-.422-.63-.422zm-12.45.647c.697 0 1.14.527 1.208 1.145 0 .023-.012.045-.035.045H5.47q-.034-.01-.033-.045c.074-.607.49-1.145 1.19-1.145zm4.47 0h.002c.697.001 1.138.527 1.207 1.145 0 .023-.013.045-.035.045H9.94c-.023-.006-.04-.022-.034-.045.075-.606.493-1.144 1.19-1.145"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/veed.svg b/mkdocs-material/material/templates/.icons/simple/veed.svg new file mode 100644 index 0000000..b8b2180 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/veed.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.985 3.448 17.514 19.32a2.41 2.41 0 0 1-2.235 1.502h-6.54a2.41 2.41 0 0 1-2.234-1.5L.015 3.447a.196.196 0 0 1 .181-.27h6.55a.39.39 0 0 1 .368.254l4.905 13.083 4.866-13.082a.39.39 0 0 1 .367-.255h6.552c.139 0 .234.141.181.27z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/veepee.svg b/mkdocs-material/material/templates/.icons/simple/veepee.svg new file mode 100644 index 0000000..ff30c4a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/veepee.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.808 9.941a11.6 11.6 0 0 0-.872-3.51c.784-1.634 1.59-2.239 1.59-2.239s1.658 4.244.203 8.605c-.9 2.698-1.977 4.328-2.554 5.028-.129.156-.243.205-.172.11 1.36-1.834 2.109-4.749 1.805-7.994m1.317 5.143c-.672.809-1.35 1.594-2.1 2.195-.108.086-.176.08-.093-.011 2.653-2.896 5.536-9.314 1.8-15.64 0 0-1.477 1.02-2.69 3.134C15.846 2.922 14.106 1.379 11.94 0c0 0-5.479 6.107-3.056 14.954-6.99.964-4.452 6.361-3.344 7.137.052.037.096.018.025-.091-.393-.603-1.491-2.71.773-4.732 1.215-1.084 3.761-1.367 3.761-1.367-.579-4.248-.538-8.086 2.364-12.333.371.246 4.616 2.112 4.776 8.396.355 3.941-1.691 7.096-3.677 8.324-3.519 1.888-7.468 2.814-10.901 3.619-.291.069-.178.1.016.092 8.156-.343 15.407-4.011 18.195-7.512.537-.673.777-1.414.415-1.824-.361-.411-1.016.244-1.162.421"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/vega.svg b/mkdocs-material/material/templates/.icons/simple/vega.svg new file mode 100644 index 0000000..86795e2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/vega.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.39 8.693H24l-3.123-6.68ZM6.68 1.987H0L7.098 22.03h.008l2.86-10.73zm14.197-.016-7.098 20.042h-6.68L14.195 1.97"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/vegas.svg b/mkdocs-material/material/templates/.icons/simple/vegas.svg new file mode 100644 index 0000000..1d88890 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/vegas.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.23 9.104c-.608 0-1.088.092-1.457.277-.369.166-.627.46-.793.848-.166.424-.24.997-.24 1.716 0 1.017.109 2.076.776 2.6.258.203.589.297 1.013.297.295 0 .59 0 .83-.074.222-.074.425-.185.573-.332a.6.6 0 0 0 .148-.166v.478h.96v-3.191h-1.09v1.992a1.8 1.8 0 0 1-.534.223 1.6 1.6 0 0 1-.443.054.9.9 0 0 1-.555-.166c-.13-.11-.24-.294-.295-.553-.127-.595-.106-1.58-.037-2.029.055-.24.11-.425.203-.555.207-.33.671-.35.941-.35h.553c.185 0 .35.018.535.018s.37.002.555.02l.072-.887c-.37-.11-.507-.151-1.05-.201-.221-.024-.443-.013-.665-.02m9.74 0c-.583 0-1.195.096-1.548.332-.273.182-.48.467-.48 1.236 0 .687.195 1.27 1.162 1.605l1.125.387c.129.037.24.092.314.129a.4.4 0 0 1 .166.186c.076.151.079.532-.02.663a.33.33 0 0 1-.257.166c-.305.053-.615.033-.922.038-.166 0-.35-.02-.59-.02s-.517-.017-.83-.017l-.02.902c.24.055.776.13 1.108.148.332.019.61.037.775.037.277 0 .7-.018.96-.074.257-.055.46-.147.626-.257a1.07 1.07 0 0 0 .35-.499 2.5 2.5 0 0 0 .111-.793c0-.424-.092-.757-.258-1.015s-.479-.46-.922-.608l-1.07-.351c-.221-.074-.369-.148-.461-.24-.154-.123-.154-.46-.094-.702a.33.33 0 0 1 .13-.146c.073-.018.148-.057.259-.057.11-.018.24-.017.387-.017h.922c.313 0 .59.017.83.017l.02-.847a8.4 8.4 0 0 0-1.772-.203Zm-15.292.074c-.642 0-1.18.41-1.18 1.125v3.34c0 .332.11.607.332.81.203.203.497.315.848.315h.904c.277 0 .757-.02.904-.02.13-.018.515-.036.774-.055v-.884H7.12a.4.4 0 0 1-.295-.112.53.53 0 0 1-.094-.314v-1.088h2.233v-.867H6.732v-.867c0-.148.02-.24.094-.313.056-.074.166-.111.295-.111H9.26v-.885c-.258-.018-.57-.038-.774-.057-.602-.027-1.206-.017-1.808-.017M0 9.215l1.531 5.201c.04.197.212.332.424.332H3.08a.42.42 0 0 0 .426-.332l1.512-5.201H3.764l-1.145 4.52s-.019.017-.037.017h-.147c-.018 0-.037 0-.037-.018l-1.125-4.52zm16.492 0c-.119 0-.38.07-.424.332l-1.605 5.22h1.254l.406-1.456h1.9l.407 1.457h1.254l-1.606-5.221a.47.47 0 0 0-.146-.24.46.46 0 0 0-.278-.092zm.645.976c.018 0 .037.02.037.037l.592 2.141h-1.403l.59-2.14c.019-.019.019-.037.028-.037z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/velog.svg b/mkdocs-material/material/templates/.icons/simple/velog.svg new file mode 100644 index 0000000..eb95c3c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/velog.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 0C1.338 0 0 1.338 0 3v18c0 1.662 1.338 3 3 3h18c1.662 0 3-1.338 3-3V3c0-1.662-1.338-3-3-3zm6.883 6.25q.945 0 1.125.9l1.463 8.303q.697-.923 1.146-1.553a14 14 0 0 0 1.283-2.273q.608-1.283.608-2.295 0-.607-.338-.967-.315-.382-1.193-.967.9-1.148 2.25-1.148.72 0 1.193.428.495.427.494 1.26 0 1.395-1.17 3.488-1.147 2.07-4.431 6.232l-2.227.156-1.711-9.628h-2.25V7.24q.9-.293 2.115-.63 1.215-.36 1.643-.36"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/venmo.svg b/mkdocs-material/material/templates/.icons/simple/venmo.svg new file mode 100644 index 0000000..c6e83fd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/venmo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.772 13.119c-.267 0-.381-.251-.38-.655 0-.533.121-1.575.712-1.575.267 0 .357.243.357.598 0 .533-.13 1.632-.689 1.632m.502-3.377c-1.677 0-2.405 1.285-2.405 2.658 0 1.042.421 1.874 1.693 1.874 1.717 0 2.438-1.406 2.438-2.763 0-1.025-.462-1.769-1.726-1.769m-3.833 0c-.558 0-.964.17-1.393.477-.154-.275-.462-.477-.932-.477-.542 0-.947.219-1.247.437l-.04-.364H13.54l-.688 4.354h1.506l.479-3.053c.129-.065.323-.154.518-.154.145 0 .267.049.267.267 0 .056-.016.145-.024.218l-.429 2.722h1.498l.478-3.053c.138-.073.324-.154.51-.154.146 0 .268.049.268.267 0 .056-.017.145-.025.218l-.429 2.722h1.499l.461-2.908c.025-.153.049-.388.049-.549 0-.582-.267-.97-1.037-.97m-6.871 0c-.575 0-.98.219-1.287.421l-.017-.348H8.962l-.689 4.354H9.78l.478-3.053c.13-.065.324-.154.518-.154.147 0 .268.049.268.242 0 .081-.024.227-.032.299l-.422 2.666h1.499l.462-2.908c.024-.153.049-.388.049-.549 0-.582-.268-.97-1.03-.97m-5.631 1.834c.041-.485.413-.824.697-.824.162 0 .299.097.299.291 0 .404-.713.533-.996.533m.843-1.834c-1.604 0-2.382 1.39-2.382 2.698 0 1.01.478 1.817 1.814 1.817.527 0 1.07-.113 1.418-.282l.186-1.26c-.494.25-.874.347-1.271.347-.365 0-.64-.194-.64-.687.826-.008 2.252-.347 2.252-1.453 0-.687-.494-1.18-1.377-1.18m-4.239.267c.089.186.146.412.146.743 0 .606-.429 1.494-.777 2.06l-.373-2.989L0 9.969l.705 4.2h1.757c.77-1.01 1.718-2.448 1.718-3.554 0-.347-.073-.622-.235-.889z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/vercel.svg b/mkdocs-material/material/templates/.icons/simple/vercel.svg new file mode 100644 index 0000000..4376306 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/vercel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 22.525H0l12-21.05z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/verdaccio.svg b/mkdocs-material/material/templates/.icons/simple/verdaccio.svg new file mode 100644 index 0000000..bb70d2e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/verdaccio.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.376 9.84 18.72 7.2h-4.8v.566h.864l-.192.377H12.96v.566h1.344l-.288.565H12v.566h1.728zm-4.255 8.64 3.68-7.265h-3.68l-1.064 2.103L8.959 7.2H5.28l5.712 11.28zM8.88 0h6.24A8.86 8.86 0 0 1 24 8.88v6.24A8.86 8.86 0 0 1 15.12 24H8.88A8.86 8.86 0 0 1 0 15.12V8.88A8.86 8.86 0 0 1 8.88 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/veritas.svg b/mkdocs-material/material/templates/.icons/simple/veritas.svg new file mode 100644 index 0000000..8622078 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/veritas.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m0 9.746 1.248 3.871a.77.77 0 0 0 .734.533.77.77 0 0 0 .733-.533l1.248-3.87H3.27l-1.184 3.665a.11.11 0 0 1-.103.076.11.11 0 0 1-.106-.076L.693 9.746zm5.313 0a1.1 1.1 0 0 0-1.1 1.102v2.2a1.1 1.1 0 0 0 1.1 1.102h2.091v-.662H5.313a.44.44 0 0 1-.44-.44v-.775h2.092v-.65H4.873v-.775a.44.44 0 0 1 .44-.442h2.091v-.66zm3.76 0a.99.99 0 0 0-.991.99v3.414h.66v-3.414a.33.33 0 0 1 .33-.33h1.432a.55.55 0 0 1 .514.354.55.55 0 0 1-.317.71l-1.11.409a.77.77 0 0 0-.476.98.77.77 0 0 0 .414.454l2.074.94v-.722l-1.814-.803a.13.13 0 0 1-.07-.078.13.13 0 0 1 .082-.166l1.136-.396a1.212 1.212 0 0 0-.433-2.342zm3.308 0v4.404h.662V9.746zm1.21 0v.66h1.278v3.744h.66v-3.744h1.278v-.66zm4.708 0a.77.77 0 0 0-.733.533l-1.25 3.871h.696l1.183-3.668a.11.11 0 0 1 .104-.076c.047 0 .088.029.105.076l1.182 3.668h.695l-1.25-3.87a.77.77 0 0 0-.732-.534m3.334 0a1.265 1.265 0 1 0 0 2.531l1.101.002c.335 0 .606.27.606.604a.605.605 0 0 1-.606.605h-2.146v.662h2.146a1.267 1.267 0 0 0 0-2.533h-1.101a.605.605 0 0 1-.606-.605c0-.335.271-.606.606-.606h2.146v-.66z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/verizon.svg b/mkdocs-material/material/templates/.icons/simple/verizon.svg new file mode 100644 index 0000000..62edcea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/verizon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.302 0H22v.003L10.674 24H7.662L2 12h3.727l3.449 7.337z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/vespa.svg b/mkdocs-material/material/templates/.icons/simple/vespa.svg new file mode 100644 index 0000000..b365267 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/vespa.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23.736 11.006-.029-.008c-.127.055-.274.05-.415.067-.202-.12-.4-.248-.606-.36-.079.06-.16.141-.256.168-.11.017-.235.017-.324-.053a.46.46 0 0 1-.22-.422l.207-.93-.01-.03c-.37.025-.753.01-1.131.01-.146.021-.094.197-.168.281-.208-.118-.419-.23-.66-.28-.707-.176-1.404.125-1.84.708-.118.13-.154.305-.297.415l-.915.57c-.02.007-.052.027-.071 0a1.49 1.49 0 0 0-.92-.972c-.873-.23-1.704.1-2.347.707-.032.097-.037.204-.069.3-.498.337-.987.7-1.488 1.031-.02.017-.062.015-.077-.011a1.78 1.78 0 0 0-.66-1.128c-.088-.054-.166-.145-.275-.145l-.462.404-2.458 2.128a.93.93 0 0 1-.693.113c-.028-.014-.089-.002-.086-.048l1.18-1.029.052-.08c-.069-.138-.127-.28-.233-.405-.371-.505-1.063-.643-1.634-.473-.576.176-.997.743-1.12 1.302l-2.45 1.59c-.019.008-.053.033-.066-.004.004-.39.078-.77.221-1.114.334-.85 1.268-1.584 2.204-1.56.045-.009.057-.054.042-.093a7 7 0 0 1-.747-1.158c-.35.06-.65.263-.95.471-.982.819-1.432 1.964-1.459 3.269-.496-.637-.782-1.354-.924-2.115-.18-.805.042-1.7.542-2.31.106-.155.26-.283.352-.442-.337-.358-.65-.751-.834-1.182-.047-.103-.073-.219-.127-.314-.172.072-.33.185-.48.32-.69.648-1.085 1.468-1.03 2.466.094 1.63 1.02 3.04 2.258 4.247-.101.045-.214.052-.321.079-.352.072-.713.136-1.057.218a2 2 0 0 1-.488.856c-.012.017-.038.053-.005.066l7.79-1.515 3.459-.69c.518-.096 1.03-.212 1.572-.272.021.166-.054.316-.058.498.343-.055.68-.127 1.019-.191l.043-.021.105-.572.033-.046 4.804-.941 2.813-.562 1.984-.368.044-.039a1.5 1.5 0 0 1-.264-.401M6.364 14.131l-2.377.46 1.728-1.14c.163.015.196.207.313.304.124.143.286.24.428.346zm.388-.87a.57.57 0 0 1 .029-.41.59.59 0 0 1 .648-.247c.067-.001.103.058.148.1l-.008.035-.734.612c-.036-.011-.067-.055-.083-.09m3.669-.37c-.113.193-.462.091-.407.378.022.065.08.123.106.181-.424.104-.859.173-1.291.25l.022-.052 1.5-1.299a.08.08 0 0 1 .066.005l.085.15a.44.44 0 0 1-.081.388zm2.937-.044c-.454.098-.912.193-1.375.268.027-.097.079-.196.127-.29.08-.085.19-.12.281-.19l1.096-.7.03.003c-.043.3-.063.628-.159.91zm1.573-.272-.446.076-.027-.032c.024-.098.023-.209.074-.293l.03.002a.95.95 0 0 0 .4.22zm.7-.746a.44.44 0 0 1-.41.169.61.61 0 0 1-.457-.355c-.071-.18-.064-.429.093-.567.158-.119.41-.107.571-.002a.65.65 0 0 1 .242.292.5.5 0 0 1-.038.463zm.964.439c.056-.12.162-.21.19-.34l1.16-.767c.014-.003.026-.015.043-.009a.95.95 0 0 0 .485.734zm3.234-1.142a.42.42 0 0 1-.417.102c-.148-.044-.304-.176-.34-.334-.05-.132-.029-.319.076-.42.127-.124.325-.138.481-.067.104.05.208.152.256.263.063.139.05.34-.056.456m.861.371c-.012-.054.058-.082.07-.132l.077-.174c.12.035.191.175.326.184-.136.068-.307.095-.473.122"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/vestel.svg b/mkdocs-material/material/templates/.icons/simple/vestel.svg new file mode 100644 index 0000000..856639b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/vestel.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.051 9.4h-1.388s-1.647.059-1.774 1.593 1.582 1.503 1.901 2.158c.203.419-.295.739-.718.739H8.928v.71h1.94s2.031-.11 1.745-1.857c-.183-1.127-1.425-.952-1.842-1.71-.416-.757.31-.972.388-.972h.882zm.205.037h4.103v.659h-1.208v4.468h-1.634v-4.468h-1.261zm4.397 0h3.393v.605h-1.758v1.709h1.599v.605h-1.599v1.496h1.866v.712h-3.501zm3.775 0h1.707v4.415H24v.712h-3.572zm-15.386 0H8.49v.605H6.677v1.709h1.6v.605h-1.6v1.496h1.919v.712H5.042zm-1.051-.001-1.1 3.578-1.135-3.578H0l1.801 5.126h1.313L4.87 9.436z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/vexxhost.svg b/mkdocs-material/material/templates/.icons/simple/vexxhost.svg new file mode 100644 index 0000000..068c8ac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/vexxhost.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.787 16.045a23 23 0 0 0-1.402 2.185q.241-.451.509-.898.569-.948 1.225-1.88c3.684-5.16 9.117-9.202 14.354-11.112l-.43-1.317c-.018-.012-.032-.02-.04-.014-7.366 2.68-14.173 9.534-16.55 17.194q.172-.42.37-.836c3.407-5.592 9.963-10.16 16.079-12.157l-.183-1.252c-5.385 1.683-10.555 5.398-13.932 10.087M23.04 3.023v-.014h-.03s.011.002.03.014M7.385 18.23l.509-.898q-.267.447-.51.898zM23.05 8.058a11.5 11.5 0 0 1 .798 4.092 11.792 11.792 0 0 1-18.604 9.683A12.084 12.084 0 0 1 4.238 2.916 11.9 11.9 0 0 1 7.908.713a11.5 11.5 0 0 1 4.196-.711 11.18 11.18 0 0 1 7.616 3.11A11.42 11.42 0 0 0 12.11.6a10.9 10.9 0 0 0-3.9.843 11.2 11.2 0 0 0-3.34 2.173A11.5 11.5 0 0 0 2.5 6.781a11.19 11.19 0 0 0 .711 11.266 11 11 0 0 0 2.72 2.827 10.9 10.9 0 0 0 3.554 1.658 11.07 11.07 0 0 0 7.7-.732 11.44 11.44 0 0 0 5.386-5.715 11.8 11.8 0 0 0 .948-3.938 12.1 12.1 0 0 0-.47-4.09zM9.173 6.873H6.79l3.504 4.872a30 30 0 0 1 1.277-1.529zm5.971 11.61h2.358l-3.98-5.551q-.764.597-1.477 1.234zm-1.01 0h.385l-2.843-3.966-.237.22zM6.182 6.873H5.76l4.01 5.563q.099-.139.21-.274zm-.837 0h-.421L9.36 13.01q.097-.141.199-.28zm7.957 11.61h.381l-2.516-3.509-.237.237z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/vfairs.svg b/mkdocs-material/material/templates/.icons/simple/vfairs.svg new file mode 100644 index 0000000..a9c8b74 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/vfairs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.316 5.923c-.01-.014-.027-.024-.04-.035a.4.4 0 0 0-.06-.047L12.223.061a.4.4 0 0 0-.08-.033C12.128.02 12.113.02 12.1.015a.4.4 0 0 0-.325.046l-9.992 5.78a.4.4 0 0 0-.143.141c-.015.014-.02.034-.028.05a.4.4 0 0 0-.048.191v11.56l.007.05c.007.14.088.266.212.331l9.992 5.78a.56.56 0 0 0 .487 0l9.888-5.756a.44.44 0 0 0 .284-.406V6.223a.4.4 0 0 0-.119-.3zM2.45 17.015V6.99l8.665 5.012-8.665 5.012zm10.452-5.023 8.648-5.001v10.024c-2.905-1.676-5.634-3.268-8.648-5.023m-.46-.757V1.211l8.666 5.012zm-.885 0L2.891 6.223l8.666-5.012zm0 1.535v10.024l-8.665-5.012zm.925.023 5.477 3.168 3.129 1.821-8.606 5.01Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/viadeo.svg b/mkdocs-material/material/templates/.icons/simple/viadeo.svg new file mode 100644 index 0000000..1fe0f0a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/viadeo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.289 13.898q.541 1.326.543 2.875 0 2.896-1.977 5.063Q12.878 24 9.77 24c-2.082 0-3.778-.72-5.098-2.164q-1.977-2.167-1.978-5.063-.001-2.872 1.869-4.98c1.375-1.55 3.106-2.324 5.204-2.324q1.326.001 2.454.413c-.245.48-.466 1.07-.526 1.704a5 5 0 0 0-1.933-.376q-2.181 0-3.742 1.638T4.459 16.81c0 1 .24 1.931.71 2.795.48.864 1.115 1.53 1.925 2s1.694.705 2.66.705 1.859-.234 2.66-.704a5.06 5.06 0 0 0 1.925-2.001c.835-1.497.962-3.465.298-5.039a5.2 5.2 0 0 0 1.652-.67M20.387.428l-.012-.014c-.758 1.615-2.159 1.917-2.159 1.917-1.401.361-1.892.9-1.892.9-1.402 1.416-.295 3.134-.295 3.134 3.03-.693 4.137-3.186 4.137-3.186-.133 1.682-3.732 3.658-3.732 3.658 1.195 1.173 2.33 1.033 3.083.583.996-.59 1.475-1.895 1.475-1.895.966-2.899-.605-5.097-.605-5.097M7.03 20.474s.428.074.912.052c0 0 10.329-7.021 7.61-14.315l-.04-.118v.007c.033.487-4.484 13.061-8.482 14.374m8.383-15.19C15.049 1.41 12.933 0 12.933 0c1.49 2.513 2.3 4.77 2.481 5.306z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/viaplay.svg b/mkdocs-material/material/templates/.icons/simple/viaplay.svg new file mode 100644 index 0000000..8ca1686 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/viaplay.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.277 6.638C.474 8.243 0 10.067 0 12s.474 3.757 1.277 5.362L12 12ZM12 0a11.97 11.97 0 0 0-7.769 2.845l12.547 6.748v4.814L4.231 21.155C6.31 22.942 9.046 24 12 24c6.638 0 12-5.362 12-12S18.638 0 12 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/viber.svg b/mkdocs-material/material/templates/.icons/simple/viber.svg new file mode 100644 index 0000000..968ad22 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/viber.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.4 0C9.473.028 5.333.344 3.02 2.467 1.302 4.187.696 6.7.633 9.817S.488 18.776 6.12 20.36h.003l-.004 2.416s-.037.977.61 1.177c.777.242 1.234-.5 1.98-1.302.407-.44.972-1.084 1.397-1.58 3.85.326 6.812-.416 7.15-.525.776-.252 5.176-.816 5.892-6.657.74-6.02-.36-9.83-2.34-11.546-.596-.55-3.006-2.3-8.375-2.323 0 0-.395-.025-1.037-.017zm.058 1.693c.545-.004.88.017.88.017 4.542.02 6.717 1.388 7.222 1.846 1.675 1.435 2.53 4.868 1.906 9.897v.002c-.604 4.878-4.174 5.184-4.832 5.395-.28.09-2.882.737-6.153.524 0 0-2.436 2.94-3.197 3.704-.12.12-.26.167-.352.144-.13-.033-.166-.188-.165-.414l.02-4.018c-4.762-1.32-4.485-6.292-4.43-8.895.054-2.604.543-4.738 1.996-6.173 1.96-1.773 5.474-2.018 7.11-2.03zm.38 2.602a.304.304 0 0 0-.004.607c1.624.01 2.946.537 4.028 1.592 1.073 1.046 1.62 2.468 1.633 4.334.002.167.14.3.307.3a.304.304 0 0 0 .3-.304c-.014-1.984-.618-3.596-1.816-4.764-1.19-1.16-2.692-1.753-4.447-1.765zm-3.96.695a.98.98 0 0 0-.616.117l-.01.002c-.43.247-.816.562-1.146.932q-.004.004-.008.008-.4.484-.46.948a.6.6 0 0 0-.007.14q0 .205.065.4l.013.01c.135.48.473 1.276 1.205 2.604.42.768.903 1.5 1.446 2.186q.405.517.87.984l.132.132q.466.463.984.87a15.5 15.5 0 0 0 2.186 1.447c1.328.733 2.126 1.07 2.604 1.206l.01.014a1.3 1.3 0 0 0 .54.055q.466-.055.948-.46c.004 0 .003-.002.008-.005.37-.33.683-.72.93-1.148l.003-.01c.225-.432.15-.842-.18-1.12-.004 0-.698-.58-1.037-.83q-.54-.383-1.113-.71c-.51-.285-1.032-.106-1.248.174l-.447.564c-.23.283-.657.246-.657.246-3.12-.796-3.955-3.955-3.955-3.955s-.037-.426.248-.656l.563-.448c.277-.215.456-.737.17-1.248a13 13 0 0 0-.71-1.115 28 28 0 0 0-.83-1.035.82.82 0 0 0-.502-.297zm4.49.88a.303.303 0 0 0-.018.606c1.16.085 2.017.466 2.645 1.15.63.688.93 1.524.906 2.57a.306.306 0 0 0 .61.013c.025-1.175-.334-2.193-1.067-2.994-.74-.81-1.777-1.253-3.05-1.346h-.024zm.463 1.63a.305.305 0 0 0-.3.287c-.008.167.12.31.288.32.523.028.875.175 1.113.422.24.245.388.62.416 1.164a.304.304 0 0 0 .605-.03c-.03-.644-.215-1.178-.58-1.557-.367-.378-.893-.574-1.52-.607h-.018z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/viblo.svg b/mkdocs-material/material/templates/.icons/simple/viblo.svg new file mode 100644 index 0000000..db3e77d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/viblo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.569 19.68h2.904L21.621.018 18.705 0l-4.428 10.668H9.705L5.295 0H2.379zm-7.02 1.854h16.908V24H3.549z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/victoriametrics.svg b/mkdocs-material/material/templates/.icons/simple/victoriametrics.svg new file mode 100644 index 0000000..450ac47 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/victoriametrics.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.893 3.078C.239 1.537 4.846.009 11.963 0h.076c7.116.009 11.723 1.537 10.067 3.078 0 0-6.168 5.655-8.301 7.473-.404.346-1.084.607-1.766.616h-.076c-.682-.009-1.362-.271-1.767-.616-2.132-1.818-8.301-7.473-8.303-7.473m20.549 2.771V8.58c0 .3-.115.698-.319.885-1.332 1.222-6.47 5.925-8.319 7.502-.405.345-1.085.606-1.767.615h-.072c-.683-.009-1.362-.27-1.767-.615-1.849-1.577-6.987-6.28-8.32-7.502-.204-.187-.318-.585-.318-.885V5.849c1.96 1.788 7.163 6.505 8.638 7.764.404.346 1.084.607 1.767.616h.072c.682-.009 1.362-.271 1.767-.616 1.474-1.258 6.678-5.973 8.638-7.764m0 6.418v2.73c0 .301-.115.698-.319.885-1.332 1.222-6.47 5.926-8.319 7.502-.405.346-1.085.607-1.767.616h-.072c-.683-.009-1.362-.271-1.767-.616-1.849-1.576-6.987-6.28-8.32-7.502-.204-.187-.318-.585-.318-.885v-2.73c1.96 1.788 7.163 6.505 8.638 7.764.404.346 1.084.606 1.767.615h.072c.682-.009 1.362-.27 1.767-.615 1.474-1.258 6.678-5.976 8.638-7.764"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/victronenergy.svg b/mkdocs-material/material/templates/.icons/simple/victronenergy.svg new file mode 100644 index 0000000..75d1f88 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/victronenergy.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.183 4.65c-.522.001-1.295.137-2.1.751 0 0-1.7 1.039-2.096 5.166 0 0-.144 1.019-.066 1.535 0 0 .066.603.687.657 0 0 .749.058.797-.644.047-.702.063-.987.063-.987S4.586 8.384 5.7 6.993l.269.202s.38-1.441 1.874-2.465c0 0-.254-.081-.66-.08m2.729.023c-.635.001-1.632.167-2.437 1.042 0 0-1.279 1.14-1.656 3.973 0 0-.158 1.522-.185 2.262 0 0-.013.718.678.809 0 0 .71.044.757-.711 0 0 .046-3.468 1.329-5.055l.319.198s.555-1.603 1.826-2.461c0 0-.25-.058-.631-.057m2.854.016q-.086-.002-.175.003s-1.792-.073-2.844 1.733c0 0-1.216 1.771-1.211 5.397 0 0-.074.86.601.938 0 0 .798.05.798-.862 0 0 .036-3.578 1.401-5.025 0 0 1.209 1.452 1.308 4.866 0 0 .042 2.34.479 3.63 0 0 .395-1.448.475-3.452 0 0-.034-.366.284-.624 0 0 .209-.102.168-.468 0 0-.292-2.978-1.284-4.666 0 0 2.103-.136 2.52 4.071 0 0 .004.615.345.999 0 0 .25.177.275.609 0 0 .061.595-.118 2.521 0 0-.042.422.144 1.021 0 0 .52-1.438.382-2.848 0 0-.068-1.144.501-1.53 0 0-.048-3.193-1.318-4.941 0 0-.944-1.359-2.731-1.372m-8.559.019c-.563.005-1.316.162-2.073.771 0 0-1.8 1.208-2.13 6.299 0 0-.1.847.648.972 0 0 .753.145.853-.489.099-.636.08-3.847 1.503-5.495 0 0 .138-.208.516-.371.317-.194.567-.55.753-.832 0 0 .277-.369.867-.714 0 0-.374-.146-.937-.141M8.068 8.62s-.519 1.438-.383 2.847c0 0 .069 1.145-.5 1.531 0 0 .048 3.194 1.319 4.941 0 0 1.004 1.448 2.905 1.369 0 0 1.792.073 2.845-1.734 0 0 1.214-1.77 1.21-5.397 0 0 .074-.859-.601-.938 0 0-.799-.05-.799.863 0 0-.035 3.578-1.401 5.024 0 0-1.209-1.451-1.308-4.864 0 0-.041-2.34-.477-3.63 0 0-.396 1.446-.475 3.451 0 0 .033.366-.285.624 0 0-.209.102-.169.468 0 0 .293 2.979 1.286 4.666 0 0-2.104.136-2.521-4.071 0 0-.004-.615-.345-.999 0 0-.25-.177-.275-.608 0 0-.061-.596.117-2.522 0 0 .042-.422-.143-1.021m15.161 2.617c-.217-.011-.66.026-.734.503-.099.634-.08 3.845-1.503 5.494 0 0-.138.208-.517.37-.315.195-.565.551-.752.833 0 0-.278.369-.867.713 0 0 1.495.588 3.01-.63 0 0 1.8-1.207 2.129-6.299 0 0 .101-.847-.647-.971 0 0-.047-.01-.119-.013m-5.571.004c-.137.002-.687.051-.726.711 0 0-.048 3.468-1.331 5.056l-.318-.198s-.555 1.603-1.825 2.46c0 0 1.779.415 3.068-.984 0 0 1.278-1.141 1.655-3.973 0 0 .158-1.522.185-2.263 0 0 .014-.718-.677-.808zm2.701.001c-.144-.002-.723.03-.763.643l-.065.987s-.118 2.744-1.231 4.136l-.269-.202s-.38 1.44-1.874 2.464c0 0 1.329.422 2.76-.671 0 0 1.699-1.038 2.096-5.166 0 0 .145-1.019.065-1.535 0 0-.064-.603-.687-.656z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/vim.svg b/mkdocs-material/material/templates/.icons/simple/vim.svg new file mode 100644 index 0000000..92775f5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/vim.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 11.986h-.027l-4.318-4.318 4.303-4.414V1.461l-.649-.648h-8.198l-.66.605v1.045L12.015.027V0L12 .014 11.986 0v.027l-1.29 1.291-.538-.539H2.035l-.638.692v1.885l.616.616h.72v5.31L.027 11.987H0L.014 12 0 12.014h.027l2.706 2.706v6.467l.907.523h2.322l1.857-1.904 4.166 4.166V24l.015-.014.014.014v-.028l2.51-2.509h.485c.111 0 .211-.07.25-.179l.146-.426a.26.26 0 0 0-.037-.239l1.462-1.462-.612 1.962a.265.265 0 0 0 .255.344h1.824a.27.27 0 0 0 .243-.163l.165-.394a.27.27 0 0 0-.247-.365h-.075l.84-2.644h1.232l-1.016 3.221a.266.266 0 0 0 .255.344h2.002c.11 0 .207-.066.248-.17l.164-.428a.266.266 0 0 0-.249-.358h-.145l1.131-3.673a.26.26 0 0 0-.039-.24l-.375-.504-.003-.005a.27.27 0 0 0-.209-.102h-1.436a.27.27 0 0 0-.19.081l-.4.439h-.624l-.042-.046 4.445-4.445H24L23.986 12zM9.838 21.139l1.579-4.509h-.501l.297-.304h1.659l-1.563 4.555h.623l-.079.258zm3.695-7.516.15.151-.269.922-.225.226h-.969l-.181-.181.311-.871.288-.247zM5.59 20.829H3.877l-.262-.15V3.091H2.379l-.1-.1V1.815l.143-.154h7.371l.213.214v1.108l-.142.173H8.785v8.688l8.807-8.688h-2.086l-.175-.188V1.805l.121-.111h7.49l.132.133v1.07L12.979 13.25h-.373q-.022-.001-.042.001l-.02.003a.26.26 0 0 0-.119.06l-.343.295-.004.003a.3.3 0 0 0-.073.111l-.296.83zm14.768-3.952.474-.519h1.334l.309.415-1.265 4.107h.493l-.08.209H19.84l1.124-3.564h-2.015l-1.077 3.391h.424l-.073.174h-1.605l1.107-3.548h-2.096l-1.062 3.339h.436l-.072.209H13.27l1.514-4.46h-.586l.091-.271h1.65l.519.537h.906l.491-.554h1.061l.489.535z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/vimeo.svg b/mkdocs-material/material/templates/.icons/simple/vimeo.svg new file mode 100644 index 0000000..5197517 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/vimeo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.977 6.417c-.105 2.338-1.74 5.543-4.894 9.609-3.268 4.247-6.026 6.37-8.29 6.37-1.41 0-2.578-1.294-3.553-3.881L5.322 11.4Q4.244 7.524 3.01 7.523q-.27 0-1.881 1.132l-1.13-1.457A315 315 0 0 0 3.502 4.07C5.08 2.702 6.266 1.985 7.055 1.91q2.8-.27 3.447 3.839.698 4.43.97 5.507.81 3.675 1.777 3.674.752 0 2.265-2.385 1.505-2.383 1.612-3.628c.144-1.371-.395-2.061-1.614-2.061-.574 0-1.167.12-1.777.39C14.92 3.38 17.169 1.49 20.497 1.61c2.473.06 3.628 1.664 3.493 4.797z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/vimeolivestream.svg b/mkdocs-material/material/templates/.icons/simple/vimeolivestream.svg new file mode 100644 index 0000000..3d11bea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/vimeolivestream.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.672 10.63q-.165.001-.3.116t-.14.24q-.01.24.252.24a.4.4 0 0 0 .293-.125.35.35 0 0 0 .115-.23.23.23 0 0 0-.06-.16.2.2 0 0 0-.16-.08zm9.127.636v1.737c0 .327.22.365.344.365a1 1 0 0 0 .074-.006v-.181s-.023.003-.05.003c-.077 0-.166-.03-.166-.226v-1.692zm.63 0v.253h.21v-.253zm4.693.182v.431h-.199v.17h.196v.764c0 .5.347.555.519.555a1 1 0 0 0 .085-.006v-.181s-.026.006-.068.006c-.112 0-.335-.045-.335-.395v-.744h.374v-.17h-.373v-.43zM1.745 11.5q-.425-.015-.575.503a.4.4 0 0 1 .15-.035q.157 0 .138.184-.01.111-.137.324-.129.213-.193.213-.082 0-.151-.328a8 8 0 0 1-.083-.492q-.054-.367-.293-.343-.1.01-.303.193L0 12l.096.13a.6.6 0 0 1 .16-.101q.105 0 .197.346l.165.636q.123.346.302.346.288 0 .705-.569.292-.396.38-.67.115-.09.142-.09.082 0 .082.126 0 .024-.09.356-.088.333-.093.492a.37.37 0 0 0 .07.25.26.26 0 0 0 .218.096q.308 0 .615-.279l.053-.051a.4.4 0 0 0 .085.177q.132.15.447.14-.043-.106-.033-.376c.01-.2.06-.395.147-.574q.132-.274.248-.274.133 0 .124.178-.005.12-.045.275a1.4 1.4 0 0 0-.045.308q-.009.246.105.352.128.12.448.11a.75.75 0 0 1-.039-.317 1.4 1.4 0 0 1 .19-.608q.165-.298.285-.298.11 0 .105.183a2 2 0 0 1-.057.337 2 2 0 0 0-.057.37q-.01.348.289.347.308 0 .614-.279l.01-.01.022.038q.16.26.533.26.5 0 .986-.293l.104-.065a.7.7 0 0 0 .072.122q.188.246.55.246a.95.95 0 0 0 .73-.323q.294-.322.311-.765.014-.327-.142-.534-.165-.226-.486-.226-.5 0-.83.384-.308.348-.284.76 0 .03.004.06l-.034.016q-.39.177-.72.177-.165 0-.248-.12a1.37 1.37 0 0 0 .739-.361q.275-.26.257-.505-.029-.385-.477-.385-.487.001-.844.386-.326.352-.33.742a.7.7 0 0 0 .006.126q-.077.054-.117.054-.087 0-.11-.039-.022-.038-.018-.14 0-.038.057-.294a2.3 2.3 0 0 0 .062-.392q.01-.196-.073-.302-.096-.13-.317-.11a.66.66 0 0 0-.353.144q-.1.077-.206.207l-.069.063a.5.5 0 0 0-.073-.304q-.098-.13-.321-.11a.8.8 0 0 0-.473.216.9.9 0 0 0-.16.193.47.47 0 0 0-.064-.354q-.075-.113-.193-.103-.069.005-.262.192-.265.26-.289.28l.11.13q.129-.098.156-.098.051 0 .042.087-.004.125-.043.348a4 4 0 0 0-.033.24l-.005.003q-.165.143-.229.143-.147 0-.142-.207.07-.45.128-.744a.42.42 0 0 0-.052-.28q-.072-.109-.223-.095-.096.01-.293.193l-.137.13q-.014-.34-.297-.35m13.221.301c-.403 0-.735.294-.735.785 0 .461.335.782.78.782.334 0 .551-.208.551-.208l-.092-.155s-.18.182-.453.182c-.309 0-.57-.208-.578-.592h1.144s.006-.068.006-.104c0-.372-.21-.69-.623-.69m1.334 0c-.27 0-.51.146-.51.413 0 .488.804.408.804.735 0 .157-.14.238-.3.238a.64.64 0 0 1-.444-.182l-.11.146s.19.217.552.217c.299 0 .51-.175.51-.42 0-.493-.804-.403-.804-.734 0-.166.145-.232.297-.232.246 0 .373.137.373.137l.092-.154s-.146-.164-.46-.164m3.2 0c-.403 0-.735.294-.735.785 0 .461.335.782.78.782.334 0 .55-.208.55-.208l-.091-.155s-.181.182-.454.182c-.308 0-.569-.208-.578-.592h1.144s.006-.068.006-.104c0-.372-.21-.69-.622-.69m1.414 0c-.335 0-.53.17-.53.17l.094.154s.175-.143.421-.143c.214 0 .37.099.37.387v.039h-.082c-.258 0-.913.012-.913.517 0 .297.258.443.507.443.373 0 .498-.324.498-.324h.006s-.006.05-.006.125v.164h.192v-.958c0-.375-.198-.574-.557-.574m1.575.023a.61.61 0 0 0-.54.378h-.006s.006-.053.006-.119v-.223h-.199v1.495h.202v-.707q0-.1.02-.2c.063-.228.247-.44.49-.44.281 0 .314.22.314.447v.9h.201v-.707c0-.08.006-.152.027-.217.057-.22.243-.422.471-.422.273 0 .323.202.323.446v.9H24v-.95c0-.37-.133-.58-.495-.58a.61.61 0 0 0-.548.374h-.006c-.045-.247-.187-.375-.462-.375m-3.876.021c-.234 0-.4.172-.471.398h-.006s.006-.053.006-.118v-.265h-.199v1.495h.202v-.63a1 1 0 0 1 .041-.291c.066-.22.223-.387.433-.387.039 0 .074.006.074.006v-.199s-.038-.009-.08-.009m-6.179.015v1.495h.202V11.86zm.371 0 .572 1.495h.22l.569-1.495h-.211l-.412 1.097c-.03.077-.053.179-.053.179h-.006s-.024-.104-.05-.179l-.416-1.097zm-4.338.052q.072 0 .112.108a.6.6 0 0 1 .034.24.95.95 0 0 1-.133.444q-.146.256-.353.256-.092 0-.142-.106a.43.43 0 0 1-.041-.213.97.97 0 0 1 .137-.464q.152-.265.386-.265m-1.722.056q.105 0 .1.13-.005.096-.137.249-.163.177-.39.264a.7.7 0 0 1 .146-.444q.144-.2.28-.199zm8.215.003c.223 0 .412.145.424.457h-.936c.047-.3.263-.457.512-.457m4.534 0c.222 0 .412.145.424.457h-.937c.048-.3.264-.457.513-.457m-9.031.26c-.149 0-.223.111-.223.223 0 .111.074.222.223.222.148 0 .222-.111.222-.222 0-.112-.074-.223-.222-.223m10.72.343h.087v.066c0 .258-.172.555-.457.555-.222 0-.332-.142-.332-.282 0-.33.469-.339.703-.339z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/virgin.svg b/mkdocs-material/material/templates/.icons/simple/virgin.svg new file mode 100644 index 0000000..00e7874 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/virgin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m7.951 9.821.008-.004c.044-.06.105-.114.13-.18.04-.11.066-.228-.005-.34-.016-.026-.024-.056-.036-.084-.035-.09-.08-.118-.204-.116a.56.56 0 0 0-.281.086 3 3 0 0 0-.298.211c-.05.04-.09.092-.135.137-.06.06-.074.14-.11.21a.46.46 0 0 0-.053.222c.002.094.041.18.113.23.08.054.184.092.29.042a2 2 0 0 0 .216-.116c.133-.086.282-.156.365-.298M24 9.423c-.008-.01-.02-.02-.023-.033a.64.64 0 0 0-.173-.28.3.3 0 0 0-.123-.06c-.039-.01-.082.002-.122-.007a1 1 0 0 0-.688.098c-.217.113-.43.233-.65.341a6 6 0 0 1-.448.192c-.106.042-.167.02-.234-.06-.009-.012-.02-.025-.032-.028-.05-.012-.05-.055-.063-.09-.005-.015-.01-.04-.017-.042-.068-.011-.046-.038-.016-.07.01-.01.015-.023.025-.038-.034-.032-.09-.05-.064-.11.002-.004-.008-.016-.015-.019-.044-.019-.024-.052-.021-.082.005-.057.006-.064.032-.088l-.052-.05.053-.094c-.046-.01-.063-.038-.036-.066.032-.031.027-.06.022-.096-.002-.016-.005-.037.003-.05.02-.03.016-.058.006-.09-.006-.02.006-.044.01-.07q-.07-.029-.042-.104c.005-.012.009-.03.004-.04-.025-.047.002-.081.019-.1-.013-.05-.03-.084-.03-.119a10 10 0 0 1 .002-.412c0-.022.02-.043.031-.066-.03-.053-.03-.053.014-.096-.014-.03-.032-.057-.037-.085-.008-.053.051-.034.07-.054-.008-.05-.02-.095-.022-.14 0-.041-.007-.082.01-.125.014-.038.002-.085.002-.131l-.046.004-.007-.149c-.002-.054.008-.1.066-.102v-.127c-.021-.032-.045-.061-.062-.094-.022-.043.013-.073.041-.107-.057-.027-.067-.073-.08-.123-.016-.063-.03-.142-.075-.18-.042-.036-.077-.085-.131-.109l-.033-.013c-.22-.099-.437-.061-.647.024-.114.046-.218.117-.326.178a.3.3 0 0 0-.07.052q-.117.113-.23.228a1 1 0 0 0-.08.095.75.75 0 0 1-.338.244.36.36 0 0 1-.275-.01c-.066-.029-.117-.039-.179 0a.17.17 0 0 1-.093.018c-.273-.036-.497.075-.682.252a.93.93 0 0 0-.263.547c-.015.107-.015.217-.02.325q-.014.268-.026.536l-.036.682c-.007.138-.009.276-.016.413q-.026.48-.05.961a1 1 0 0 0 .007.182c.023.16.08.25.22.279a.52.52 0 0 0 .331-.028c.088-.041.18-.077.26-.13.099-.066.219-.12.235-.26q.001-.004.004-.008.061-.104.115-.213a.12.12 0 0 0 .013-.072c-.007-.032-.048-.055-.007-.099.019-.02 0-.07.007-.106.007-.039.022-.076.034-.118l-.061-.049.032-.03c-.068-.063-.013-.116.022-.17-.019-.021-.062-.004-.057-.05.012-.12-.027-.244.034-.36.002-.004.005-.013.003-.015-.047-.054-.004-.1.008-.153.03.038.048.006.067-.002l-.011-.068c-.01-.052.002-.11-.054-.148-.013-.008-.016-.051-.006-.07a.4.4 0 0 1 .074-.096c.03-.029.035-.057.02-.094a1 1 0 0 1-.036-.106c-.005-.024-.011-.057 0-.075.012-.018.044-.022.066-.032v-.115l-.04-.026.026-.057c.055.009.055.009.044-.042-.001-.008-.004-.02 0-.024.045-.053.025-.117.033-.176.002-.017 0-.038.01-.049.049-.058.05-.128.056-.188.038-.034.09-.058.1-.093.022-.077.078-.12.134-.164a.2.2 0 0 0 .066-.078.4.4 0 0 1 .102-.137c.068-.054.148-.093.22-.143.11-.076.227-.039.342-.026.023.003.047.025.064.045.066.075.106.164.03.304a.36.36 0 0 0-.01.344c.102.188.009.359.026.538-.04.054-.02.109-.002.164a.07.07 0 0 1 0 .041.5.5 0 0 0-.015.327c.006.018.002.04 0 .061-.01.156-.039.31-.035.467.002.13 0 .258.005.387a.45.45 0 0 0 .118.286c.04.045.095.077.145.111.044.03.049.047.01.08a.4.4 0 0 1-.051.035q-.099.06-.199.116l-.696.39-.996.558q-.294.164-.586.33c-.224.13-.446.264-.671.393-.031.018-.071.022-.106.034-.016.005-.034.01-.046.021a.8.8 0 0 1-.221.14c-.07.033-.14.064-.206.103-.12.073-.238.152-.357.227l-.557.343q-.355.216-.709.435c-.13.081-.255.169-.384.253-.023.015-.05.024-.082.04-.005-.033-.011-.053-.011-.072a6 6 0 0 1 0-.227 3 3 0 0 1 .01-.19c.007-.078.028-.152.013-.233-.013-.07.006-.144.01-.216.005-.051.024-.107.01-.154a.5.5 0 0 1-.013-.208 4 4 0 0 0 .024-.39c0-.046.014-.091.018-.137q.01-.132.02-.263c.02-.201.042-.402.057-.603.016-.201.023-.403.037-.604.008-.115 0-.239.041-.342.044-.11-.008-.218.033-.32-.049-.108.04-.214.004-.321-.002-.005.013-.013.014-.02a.1.1 0 0 0 0-.045c-.003-.02-.014-.039-.014-.058 0-.059-.002-.119.005-.177a.35.35 0 0 0-.09-.284.36.36 0 0 0-.232-.114.7.7 0 0 0-.39.052c-.174.08-.304.197-.34.387a4 4 0 0 0-.05.427c-.017.22-.027.439-.042.658q-.017.214-.038.429c-.007.08.005.163-.047.234a.03.03 0 0 0-.003.022c.034.078.01.158.005.235-.007.152-.036.303-.049.454-.022.254-.062.505-.103.756-.028.176-.08.34-.213.474a.79.79 0 0 1-.503.25.24.24 0 0 1-.252-.131.7.7 0 0 1-.082-.239c-.015-.156-.04-.314.003-.471.005-.02 0-.04 0-.061.002-.047.001-.094.005-.14a4 4 0 0 1 .026-.21c.005-.033.008-.07.024-.1.028-.056.024-.104-.002-.16a.2.2 0 0 1-.019-.126c.014-.085.019-.171.051-.254.032-.084.046-.175.072-.262a.25.25 0 0 1 .048-.103c.04-.042.047-.092.061-.142a.5.5 0 0 1 .044-.113c.03-.051.063-.104.086-.155.024-.052.04-.1.089-.134a.12.12 0 0 0 .036-.058.27.27 0 0 1 .102-.13c.029-.02.067-.038.081-.066.05-.095.123-.177.146-.286.012-.054.01-.111.027-.16a.25.25 0 0 0-.009-.182.2.2 0 0 0-.084-.086.34.34 0 0 0-.237-.023c-.164.047-.337.073-.468.198-.014.013-.037.018-.053.03-.104.083-.216.157-.308.25-.086.088-.15.195-.224.294q-.248.337-.376.733c-.095.288-.133.587-.175.884-.026.188.001.382-.061.566-.01.027-.006.058-.004.088.006.063.018.126.02.19.003.114 0 .228-.001.343-.001.24-.018.48.036.718.026.115.056.23.13.323a.8.8 0 0 0 .602.307c.146.009.29-.011.431-.044.05-.011.099-.036.154-.013.012.005.033-.005.049-.012q.03-.016.06-.031c.076-.031.149-.07.232-.077a.1.1 0 0 0 .039-.014q.163-.109.326-.219c.02-.013.05-.03.068-.024.016.006.028.04.03.064.003.06-.005.122.002.182a1.7 1.7 0 0 1-.003.344.1.1 0 0 1-.044.071q-.225.148-.443.307-.324.242-.644.485a24 24 0 0 1-.384.281q-.202.142-.404.285c-.15.11-.297.224-.448.332-.193.14-.39.274-.584.413-.047.035-.086.08-.131.118q-.087.068-.175.135l-.255.203-.353.282q-.213.172-.426.343c-.076.06-.155.116-.229.178-.114.098-.221.202-.336.298-.142.12-.29.232-.433.35a45 45 0 0 0-.515.432q-.226.191-.447.388-.205.188-.407.38-.247.227-.494.455c-.229.217-.467.425-.661.675l-.214.28a.33.33 0 0 0-.057.217.8.8 0 0 0 .079.322.5.5 0 0 0 .188.202c.154.093.32.111.495.105a.38.38 0 0 0 .257-.113q.116-.108.23-.216.118-.113.234-.228.03-.027.058-.055l.123-.124.073-.077.204-.228c.025-.029.047-.06.074-.086l.596-.589q.068-.068.133-.139l.087-.097c.028-.034.05-.072.08-.103.056-.056.116-.107.172-.163.096-.094.188-.193.288-.284.092-.085.194-.16.288-.243.042-.037.074-.083.112-.123l.246-.252q.01-.008.021-.016.226-.179.447-.36c.21-.171.417-.346.627-.517.14-.114.285-.221.424-.335.203-.166.401-.337.605-.502.116-.095.24-.182.358-.274q.173-.137.347-.274l.489-.377q.234-.181.473-.355c.085-.06.176-.116.28-.155.004.027.01.047.009.066-.003.07-.01.139-.011.208q-.003.312-.002.625l-.001.79q0 .474-.002.948c0 .056.022.117-.027.167-.007.007.002.027.003.041.003.037.009.075.008.112-.004.093-.014.186-.015.279 0 .082.012.163.014.245a7 7 0 0 1-.004.314l-.014.358c-.003.137-.003.275-.009.412-.006.152-.018.304-.023.456-.007.202-.004.404-.016.605-.016.277-.007.55.083.816.031.09.055.184.126.259a.7.7 0 0 0 .34.195q.034.01.066.023c.07.021.132.02.203.015a.4.4 0 0 0 .16-.05q.117-.062.226-.134a.5.5 0 0 0 .118-.13c.022-.03.025-.073.047-.103.023-.031.057-.054.087-.08l-.078-.045q.017-.038.034-.07c.006-.012.024-.023.022-.032-.01-.053.024-.085.06-.121-.03-.017-.074-.028-.077-.046-.01-.053-.051-.082-.077-.12l.042-.075-.05-.018c.094-.003.05-.098.1-.124-.02-.027-.06-.031-.036-.081.014-.03-.033-.06-.076-.06q-.071.002-.073-.067l-.008-.129.058-.026-.002-.014-.065-.01c.077-.022.1-.084.127-.146a.4.4 0 0 1-.077-.256c.002-.026-.003-.06-.054-.053-.043.005-.079-.056-.064-.1.015-.043.031-.082-.01-.124l.057-.025c.025-.063-.03-.12-.011-.18-.044-.029-.047-.067-.02-.11l-.056-.006.048-.124-.1-.105c.03-.066.03-.066.006-.166l.051-.029c-.024-.026-.022-.073-.071-.07-.006 0-.014-.012-.017-.02-.026-.06-.001-.111.064-.135l-.023-.036c-.043-.069-.064-.136.015-.198.01-.008.012-.038.006-.054-.02-.064-.045-.127-.064-.18.02-.054.035-.102.056-.147.018-.04.028-.074-.003-.113-.007-.01.003-.032.005-.053l-.056-.074.08-.02c-.002-.014 0-.03-.007-.035q-.034-.025-.069-.046c0-.037-.007-.076.003-.11.01-.032.037-.059.058-.09-.005-.054-.016-.116-.014-.178.001-.067.015-.133.022-.2q.001-.015-.005-.025c-.025-.024-.023-.048-.017-.08.01-.044.008-.09.01-.136l.016-.473a.4.4 0 0 0-.016-.108c-.013-.039-.02-.075.023-.109.008-.006.009-.032.003-.042-.029-.043-.02-.093-.02-.138a3 3 0 0 1 .004-.356c.005-.052.03-.1-.005-.15-.006-.008-.003-.03.003-.04.029-.05.024-.094-.006-.14-.01-.016-.01-.039-.01-.041.021-.028.049-.058.046-.06-.06-.068-.013-.136.003-.199.015-.059.018-.108-.028-.148.007-.061.058-.117.004-.176-.005-.006.007-.033.017-.046.022-.029.045-.055.014-.092-.006-.007-.002-.023-.001-.034.006-.097.022-.194.016-.29-.005-.086.04-.123.103-.161.053-.033.119-.054.139-.125.002-.009.016-.016.026-.023q.136-.098.274-.191c.202-.136.4-.276.618-.388.088-.045.162-.114.245-.168.19-.123.38-.248.575-.366.219-.133.442-.26.664-.39.26-.152.517-.307.78-.455a94 94 0 0 1 1.162-.639q.39-.209.783-.414.312-.165.627-.329c.178-.092.355-.188.538-.27.27-.12.54-.237.817-.341.262-.1.53-.184.798-.27.226-.073.455-.134.66-.257.215-.128.399-.285.498-.522a.7.7 0 0 1 .073-.124c.005-.008.026-.006.039-.009v-.035c-.04-.05-.04-.05 0-.106zm-7.653-2.757a.4.4 0 0 0 .122.071c.098.039.208.054.3.013.154-.068.3-.16.39-.32a.4.4 0 0 1 .043-.06c.086-.1.17-.199.202-.34a.5.5 0 0 0 .014-.157c-.007-.091-.063-.15-.1-.218-.035-.005-.07-.003-.098-.014a.47.47 0 0 0-.297-.008.9.9 0 0 0-.464.294c-.158.18-.254.387-.17.64a.24.24 0 0 0 .058.1m-.54 5.139a.6.6 0 0 0 .281-.06 9 9 0 0 0 .335-.164.7.7 0 0 0 .255-.219c.05-.07.123-.136.12-.231-.002-.033.014-.067.017-.1.002-.025-.004-.05-.008-.076-.006-.033-.022-.067-.02-.1a18 18 0 0 1 .024-.497c.003-.054.015-.108.023-.161l.074.004c-.017-.023-.031-.038-.041-.054l-.031-.065.105.018c-.021-.03-.027-.054-.043-.061-.054-.023-.055-.064-.054-.105.002-.042-.009-.097.017-.123.064-.063.068-.128.056-.203a1 1 0 0 1-.01-.143q.006-.147.014-.293c0-.005-.007-.01-.008-.016-.002-.028-.012-.058-.003-.083a.17.17 0 0 0 .003-.11.54.54 0 0 1-.005-.278c.014-.056.031-.112.043-.17.002-.008-.018-.02-.029-.033.053-.074.058-.151.064-.227.003-.04-.019-.078.011-.122a.24.24 0 0 0 .033-.13c0-.053.013-.106-.021-.161-.026-.041-.061-.084-.06-.14.003-.091-.051-.144-.156-.15-.139-.01-.278-.007-.403.058a.98.98 0 0 0-.552.773q-.009.09-.022.181c-.04.284-.082.567-.117.85-.039.319-.07.638-.107.957-.026.231-.055.463-.079.695-.015.148-.033.297-.028.444.005.179.108.284.322.295m-10.31 1.223a.33.33 0 0 1 .073-.282c.018-.02.034-.062.024-.08-.024-.04.014-.058.018-.087.006-.03-.028-.06 0-.093.01-.012.01-.033.012-.05.003-.038 0-.077.007-.113l.122-.521c.052-.223.098-.447.156-.669.047-.183.08-.372.166-.544.019-.037.025-.08.046-.116.032-.056.023-.13.081-.173q.012-.012.016-.032l.054-.206c.016-.061.028-.124.098-.152.012-.005.022-.02.027-.034.034-.076.07-.151.07-.237 0-.032-.007-.064-.002-.095.02-.126.051-.25.06-.377a.4.4 0 0 1 .06-.19c.066-.111.089-.235.114-.355.02-.094.068-.168.113-.247.018-.032.03-.054.009-.088a.09.09 0 0 1-.003-.093c.065-.126.095-.262.125-.399a3 3 0 0 1 .06-.23c.027-.088.062-.173.091-.26.03-.086.054-.173.083-.26.02-.062.037-.128.071-.183a.6.6 0 0 0 .08-.203 1 1 0 0 1 .064-.194c.055-.124.116-.247.175-.37.02-.04.045-.077.062-.117a.2.2 0 0 0 .022-.094.35.35 0 0 1 .034-.164c.084-.188.161-.379.249-.565.15-.32.256-.662.468-.953.049-.066.077-.146.12-.216a4.3 4.3 0 0 1 .439-.566c.053-.06.116-.113.176-.17.027.015.047.012.05-.015.01-.072.063-.094.121-.115.013-.005.03-.012.035-.023.019-.046.063-.082.053-.139-.002-.013.005-.03.013-.04.044-.064.092-.124.135-.188a.74.74 0 0 0 .133-.393 1.1 1.1 0 0 0-.043-.352.79.79 0 0 0-.568-.571 1.3 1.3 0 0 0-.246-.056 1 1 0 0 0-.19 0 .95.95 0 0 0-.492.27c-.13.123-.244.258-.335.416a4 4 0 0 0-.248.526l-.146.375c-.037.094-.08.186-.116.281q-.148.39-.293.78c-.093.248-.19.496-.281.745-.06.16-.112.322-.17.482L6.175 6.26c-.02.053-.033.111-.064.157-.048.073-.064.153-.085.234-.026.1-.052.203-.098.296-.077.157-.123.322-.172.488-.033.113-.037.237-.107.34-.011.015-.012.04-.012.06-.002.073.008.149-.049.21q-.004.008-.004.017l-.076.294-.132.465q-.062.22-.119.44c-.018.072-.021.147-.04.219-.027.094-.067.185-.092.28q-.133.5-.262 1.003-.02.067-.037.137l-.106.434q-.023.096-.044.192c-.06.298-.112.597-.177.894-.055.25-.107.501-.143.755-.035.236-.084.47-.126.705q-.024.128-.042.255l-.054.354c-.043.277-.089.553-.13.83-.026.171-.044.343-.07.513-.007.051-.03.1-.048.152-.032-.026-.058-.04-.074-.061a.14.14 0 0 1-.025-.07c-.003-.062 0-.124-.003-.185 0-.013-.01-.03-.021-.035-.038-.016-.033-.046-.034-.076-.003-.106 0-.213-.036-.318-.01-.031 0-.07.003-.106.003-.058.011-.117.01-.176 0-.028-.006-.066-.025-.082-.071-.06-.074-.15-.092-.226a.44.44 0 0 1 .028-.241c.027-.07.034-.129 0-.194l-.02-.049c-.032-.093-.077-.183-.072-.284a.6.6 0 0 0-.04-.217c-.027-.077-.063-.16-.008-.237-.02-.043-.06-.085-.054-.122.017-.137-.057-.246-.1-.364-.016-.044-.032-.081-.016-.112-.02-.039-.045-.067-.051-.097-.015-.08-.014-.16-.034-.24-.03-.116-.034-.238-.055-.357-.022-.125-.075-.246-.038-.377a.04.04 0 0 0-.003-.027c-.025-.049.016-.12-.053-.157-.006-.002.001-.027 0-.04 0-.023.004-.047-.005-.066-.036-.085-.022-.182-.066-.265-.006-.012 0-.03 0-.044q0-.027-.004-.052c-.01-.04-.024-.08-.03-.12-.023-.14-.04-.283-.064-.424a104 104 0 0 0-.16-.923.85.85 0 0 0-.144-.345c-.17-.24-.53-.289-.772-.142a.66.66 0 0 0-.279.342c-.036.095-.06.194-.099.288-.117.287-.174.595-.31.876-.008.109-.057.205-.092.306-.029.081-.041.167-.067.25-.027.088-.063.173-.09.262-.039.13-.096.254-.127.389a.7.7 0 0 1-.116.288c-.025.033-.026.084-.037.126-.015.058-.014.128-.049.17-.053.063-.065.137-.089.208-.012.037-.01.077-.023.113-.058.168-.14.326-.187.5-.054.204-.138.4-.208.6a1 1 0 0 0-.047.163.43.43 0 0 0 .287.49c.182.063.35.022.507-.076.052-.032.093-.081.14-.122-.018-.066.042-.106.058-.163.02-.073.059-.14.084-.213.03-.083.092-.15.104-.242.005-.04.042-.075.065-.113-.022-.016-.006-.036.004-.058.03-.067.068-.133.087-.203.015-.055.02-.11.044-.166.038-.085.035-.187.088-.27-.013-.084.048-.145.08-.21a.33.33 0 0 0 .037-.201c.032-.016.077-.023.066-.077 0-.004.018-.012.025-.02.02-.02.044-.038.055-.063.024-.05.04-.105.062-.156.007-.017.033-.04.042-.037a.4.4 0 0 1 .11.053c.034.024.047.058.027.101-.005.01.001.026.003.045.031-.008.054-.049.083-.012q-.01.041-.017.083a1 1 0 0 0-.004.127c.002.037.016.073.014.109a.12.12 0 0 0 .034.096.24.24 0 0 1 .057.098c.018.078.026.158.039.237l.11.706q.011.075.014.15c.002.091-.018.185.046.267.01.012.006.034.009.052q.04.28.081.557.042.265.082.53.055.361.108.722.038.27.08.538l.12.748c.017.108.052.214.016.324-.007.022-.008.046-.012.065.096.077.102.107.041.21.048 0 .063.03.07.069.025.154.041.31.08.463.005.02.008.045 0 .062a.07.07 0 0 0 .01.082.1.1 0 0 1 .02.05q.046.249.087.498c.03.182.054.366.09.546.044.213.103.423.144.636.036.19.25.391.486.36.2-.025.428-.14.491-.384a6 6 0 0 0 .104-.47c.037-.204.065-.411.094-.617q.06-.406.113-.814c.036-.277.066-.556.101-.833l.098-.754c.013-.097.02-.197.049-.29.026-.085.07-.163.057-.253q.147-.055.064-.131c-.04-.037-.045-.073-.04-.118l.01-.088c.014-.103.034-.206.037-.31.002-.067.019-.134.061-.172.078-.07.07-.165.1-.248.023-.065.01-.144.014-.22-.049-.014-.084-.034-.077-.086.009-.065.012-.131.025-.195.028-.139.062-.276.092-.414a.2.2 0 0 0 0-.079c-.013-.044.003-.073.032-.103a.1.1 0 0 0 .03-.06 3 3 0 0 0 .008-.245c0-.043.011-.079.025-.119.027-.082.074-.161.048-.257-.008-.027.012-.07.033-.096.081-.098.083-.207.056-.32m2.18-.666c-.015-.065-.001-.08.065-.115-.021-.038-.06-.075-.053-.102.017-.067-.016-.12-.034-.176a.23.23 0 0 0-.2-.16.5.5 0 0 0-.195.014 1.2 1.2 0 0 0-.333.157c-.172.11-.3.248-.386.425a1.8 1.8 0 0 0-.16.569c-.019.152-.03.306-.043.459q-.001.021-.001.044-.005.163-.013.327l-.028.504c-.002.039.011.081-.03.113-.008.006-.004.027-.003.041 0 .072.015.146 0 .214-.035.149-.03.299-.037.448-.008.171-.021.342-.026.513-.004.183-.01.366 0 .548.008.162.114.249.288.263a.46.46 0 0 0 .241-.05 2.2 2.2 0 0 0 .391-.253c.031-.024.045-.075.104-.054.006.002.027-.012.028-.02.005-.06.06-.032.097-.044l.02-.083-.084-.005q.008-.049.019-.093c.007-.03.021-.06.026-.09.015-.086.014-.176.044-.256.046-.118.012-.235.021-.352.006-.083-.004-.166.005-.249.014-.138.036-.275.056-.413.01-.068.026-.136.037-.204a2 2 0 0 0 .024-.18c.004-.054 0-.106.025-.16a.5.5 0 0 0 .04-.184c.008-.127.005-.254.007-.381 0-.015-.002-.032.005-.043.055-.088.055-.188.07-.283a.8.8 0 0 0 .019-.18.25.25 0 0 1 .03-.143c.015-.025.031-.06.022-.08a.13.13 0 0 1 .008-.12c-.025-.063-.052-.113-.065-.166m1.132-.94a1.3 1.3 0 0 0-.12.473c-.01.155-.014.31-.021.465q-.011.224-.025.447-.012.14-.026.278c-.004.048.005.1-.012.142a.6.6 0 0 0-.04.268l-.002.008c.004.071-.021.141-.006.214.006.03.001.065-.002.097-.007.064-.037.134-.02.19.032.11.006.217.007.325 0 .094-.035.184-.024.282.012.1.004.203.005.304 0 .082.027.156.066.225.06.107.166.164.269.145.193-.036.402-.137.57-.304a.7.7 0 0 0 .206-.398 4 4 0 0 0 .042-.492q.01-.36.028-.719c.003-.06.026-.124.016-.183-.018-.102.009-.201.008-.302 0-.049.01-.106.053-.134.003-.055-.006-.102.01-.136.028-.06.027-.123.044-.184.009-.033.034-.064.034-.097a.24.24 0 0 1 .046-.133c.103-.16.21-.318.366-.433a7 7 0 0 0 .29-.228c.136-.112.273-.226.26-.431 0-.014.009-.028.008-.042-.003-.036-.001-.075-.014-.107-.028-.067-.064-.13-.097-.195-.048-.095-.13-.124-.229-.124-.096 0-.18.041-.265.081q-.082.042-.168.082c-.054.024-.112.039-.163.068a.8.8 0 0 1-.3.096 1.3 1.3 0 0 0-.455.125.74.74 0 0 0-.34.327"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/virginatlantic.svg b/mkdocs-material/material/templates/.icons/simple/virginatlantic.svg new file mode 100644 index 0000000..f20249c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/virginatlantic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 3.559c-3.102 0-3.836.489-5.06 1.877L0 15.232c7.143-.326 9.348 6.858 16.572 4.858L24 3.559zm-2.477 1.586a.6.6 0 0 1 .395.128c.204.164.164.409.164.409-.04.367-.408.611-.408.611-.327.286-.776 1.102-.776 1.102-.49.775-1.06 2.286-1.55 3.796-.653 2.286-1.063 4.408-1.104 4.612-.04.204-.122.449-.326.449-.286 0-.326-.367-.326-.408s-.367-4.49-.367-4.49-.042-.204-.082-.204c0 0-.08-.04-.163.164l-.408.897c-.163.408-.449.246-.449.246-.245-.122-.082-.408-.082-.408l.898-2.246c.205-.49.53-.45.53-.45.285.041.287.327.287.45.04.122.326 3.43.326 3.43.04.367.082.244.082.244C8.858 9.517 10.94 5.6 10.94 5.6c.197-.34.408-.445.584-.455zm4.793 2.793c.126-.01.174.07.174.07.123.204-.164.449-.164.449-.245.286-.449.082-.449.082-.204-.163.123-.45.123-.45.138-.106.241-.146.316-.152zm2.178.394.037.002c.368 0 .326.49.326.49l-.123 1.346c-.081.571.368.37.368.37 0-.042.122-.084.49-.247.326-.122.49-.04.572.082s.04.245-.041.367c-.082.163-.449.286-.734.367-.204.041-.37.123-.37.123-.49.123-1.06.368-1.06.368a29 29 0 0 0-3.55 1.795c-.042.163-.042.285-.042.367 0 0-.162 2.204-.203 2.531 0 0-.002.41.04.654.04.245.205.775-.122.979a.394.394 0 0 1-.572-.082c0-.041-.123-.163-.041-.776 0 0 .164-1.592.205-2.082l.082-1.142c-2.694 1.673-4.164 3.183-4.164 3.183-.163.164-.53.45-.776.123-.244-.326.409-.816.409-.816 1.428-1.225 3.102-2.285 4.572-3.143l.039-.367s.042-.122-.08-.04c0 0-.49.286-.858.122 0 0-.287-.123-.287-.572 0 0 .001-1.388.573-1.959 0 0 .325-.326.652-.326.204 0 .165.286-.08.49-.245.245-.286.529-.367.856 0 0-.206.939.12.898 0 0 .328.001.45-.57 0 0 .203-1.308.244-1.471 0-.163.043-.53.37-.53 0 0 .325 0 .284.245 0 0-.244 1.591-.367 2.734a34 34 0 0 1 3.592-1.795c.082-.04.041-.04.041-.04-.245-.082-.123-.614-.123-.614l.123-1.102c0-.285-.326-.123-.326-.123-.245.164-.408.45-.408.45-.123.204-.205 1.142-.205 1.142-.041.49-.327.572-.327.572-.326.123-.367-.082-.367-.082-.04-.122.041-.57.041-.57l.162-1.185c.041-.531.409-.612.409-.612a.45.45 0 0 1 .326 0c.122.041.205 0 .287 0 .122 0 .285-.164.285-.164.245-.214.421-.244.494-.246m-2.486.897c.222.01.115.373.115.412-.04.04-.246 1.591-.246 1.591-.04.409-.408.49-.408.49-.327.082-.244-.245-.244-.245l.04-.327.286-1.51c.04-.326.408-.408.408-.408a.3.3 0 0 1 .049-.003m-5.237.53a.19.19 0 0 1 .21.126s.08.163-.206.408c0 0-.327.327-.49.041 0 0-.121-.204.205-.45 0 0 .144-.11.281-.124zm1.57.829c.144.017.19.154.19.154.123.286-.328.49-.328.49-.408.245-.447.776-.447.776l-.082.734c-.041.53-.408.612-.408.612-.49.163-.286-.694-.286-.694.041-.204.163-1.224.163-1.224.04-.613.408-.612.367-.653.04 0 .326-.04.326-.04s.124-.042.328-.124a.34.34 0 0 1 .178-.031zm-2 .68c.1.001.292.057.231.455l-.246 1.345-.082.49s-.04.245-.244.368c0 0-.49.244-.45-.123l.247-1.96s.08-.488.488-.57c0 0 .024-.006.057-.005z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/virginmedia.svg b/mkdocs-material/material/templates/.icons/simple/virginmedia.svg new file mode 100644 index 0000000..79b92c8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/virginmedia.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.225 5.021c-1.098 0-2.067.346-2.883 1.024C1.416 6.813 0 8.635 0 12s1.416 5.187 2.342 5.955c.816.678 1.785 1.024 2.883 1.024 1.629 0 3.229-.75 4.271-1.401 2.828-1.769 5.082-5.143 5.082-5.143 1.093 1.502 2.081 2.494 3.199 3.21.687.419 1.723.914 2.787.914.725 0 1.371-.22 1.904-.677C23.487 15.008 24 13.658 24 12s-.513-3.008-1.532-3.882c-.532-.457-1.18-.677-1.904-.677-1.064 0-2.1.495-2.787.914-1.118.716-2.106 1.708-3.2 3.21 0 0-2.253-3.374-5.08-5.143-1.043-.651-2.643-1.401-4.272-1.401m0 .513c1.51 0 3.011.722 4 1.324 1.69 1.084 3.25 2.647 5.036 5.142-1.785 2.494-3.346 4.057-5.037 5.142-.988.602-2.49 1.323-3.999 1.323-.974 0-1.833-.305-2.554-.904C1.085 16.243.514 13.916.514 12s.571-4.243 2.157-5.561c.721-.6 1.58-.905 2.554-.905m15.34 2.42c.6 0 1.13.188 1.575.558.993.828 1.347 2.273 1.347 3.488s-.354 2.66-1.347 3.488c-.444.37-.974.557-1.576.557-.945 0-1.889-.454-2.515-.835-1.067-.685-2.01-1.63-3.154-3.21 1.144-1.581 2.087-2.526 3.154-3.21.626-.381 1.57-.836 2.515-.836zm-17.6 3.505-.01.013.01-.01z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/virtualbox.svg b/mkdocs-material/material/templates/.icons/simple/virtualbox.svg new file mode 100644 index 0000000..90f2dfa --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/virtualbox.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0a.5.5 0 0 0-.188.047L2.17 4.274c-.265.169-.378.363-.372.692l.832 10.278c.009.107.047.165.128.25l3.564 2.713s.015 2.015.455 2.806C7.109 21.61 8.652 24.033 12 24s4.988-2.03 5.484-3.028c.47-.946.46-2.912.46-2.912l3.255-2.548a.31.31 0 0 0 .14-.258l.86-10.31c.026-.312-.103-.57-.368-.685L12.181.047A.4.4 0 0 0 12 0m-.051 1.078c.054.002.108.02.188.056l7.417 3.429L12.132 8.9c-.115.058-.166.049-.264 0l-7.35-4.264c-.113-.074-.12-.125 0-.197l7.234-3.314a.5.5 0 0 1 .197-.047m.01.688L5.905 4.591l6.042 3.49 6.067-3.48zm0 .375 5.232 2.46-3.262 1.82-1.04-.557 1.764-2.208-2.138.838L13.639 3.1l-3.252 1.346 1.1-1.15-.978-.45zm-1.837.849.784.388-2.115 2.098 3.615-1.492-1.246 1.502 2.237-.932-1.136 1.419 1.232.666-1.56.885-5.148-2.946zm-6.93 3.902q.042.002.135.054l7.28 4.577.017 7.818-6.853-5.057c-.077-.073-.104-.098-.103-.193l-.52-7.137q0-.063.044-.062m17.592.086q.043 0 .043.062l-.495 7.027c0 .096-.026.12-.103.193l-6.843 5.081.043-7.805 7.219-4.504a.35.35 0 0 1 .136-.054m-.805 3.206-.177.126-.133.442-.049-.315-.226.15.145.598-.224.915.233-.195.085-.527.064.413.278-.184-.195-.682zm-15.71.249c-.12-.011-.19.127-.169.37.028.327.21.72.408.877l.419.33c.2.158.338.018.307-.313-.03-.33-.216-.724-.414-.879l-.417-.323a.27.27 0 0 0-.134-.062m.075.235a.2.2 0 0 1 .087.041l.397.31c.129.101.25.358.27.57.02.215-.07.304-.199.202l-.4-.315c-.128-.101-.246-.354-.264-.566-.014-.158.03-.249.109-.242m14.823.103c0-.035-.074.01-.115.04-.16.123-.358.559-.372 1.068-.015.556.11.619.263.514.162-.11.382-.492.39-1.026.007-.409-.166-.491-.166-.596m-.713.067s-.439.19-.44.295c-.01.65-.07 1.968-.07 1.968l.332-.251s.329-.218.334-.82c.003-.386-.126-.31-.126-.31s.104-.218.106-.514c.005-.445-.136-.368-.136-.368m.602.214c.115 0 .094.268.092.446-.002.175-.088.576-.18.643-.093.068-.1-.243-.098-.423.003-.173.074-.666.186-.666m-.72.075s.08-.05.073.214a.8.8 0 0 1-.088.328l-.134.09.006-.538zm-.512.021-.229.14-.06 1.843s-.014.184.036.222c.072.056.267-.173.267-.173l-.004-.21s-.075.018-.072-.058zM5.25 11.16l.112 1.196.14.111-.091-.988.461.363a.47.47 0 0 1 .137.287c.01.108-.033.154-.098.103l-.396-.313.477.936.205.163-.32-.617.063.05c.137.107.23.013.208-.213-.022-.225-.15-.496-.287-.602zm13.049.78s.1-.024.09.279c-.008.257-.09.338-.09.338l-.152.11.013-.62zm-.95.174c-.042-.012-.102.006-.189.077-.107.07-.305.38-.305.38l.008.19s.114-.141.171-.187c.221-.22.165.09.165.09l-.005.099-.156.146s-.231.227-.243.658c-.006.206.068.35.18.265.11-.082.247-.33.247-.33l.004.144.19-.17.013-1.02s.043-.307-.08-.342m-10.704.126c-.035-.028-.066-.027-.08.004l-.334.8.167.133.273-.671.254.69-.38-.3.105.28.386.307.103.28.17.134-.572-1.518a.34.34 0 0 0-.092-.139m10.054.35-.18.132-.01 1.078s-.098.19-.14.217c-.072.047-.07-.107-.07-.107l.015-1.02-.192.145-.015 1.02s-.011.457.182.313a.8.8 0 0 0 .222-.323l.017.128.154-.11zm-.806.11-.164.108-.066.489-.077.049v.023l-.152.095c-.06.093-.098.38-.098.38l.002-.288-.175.124-.04 1.483.198-.143.043-.877s.032-.211.098-.321l.107-.086.017-.309.002.155.066-.056-.008.945s-.015.314.15.204c.057-.039.213-.23.213-.23L16 14.252s-.076.071-.1.086c-.037.023-.036-.058-.036-.058l.021-.915.11-.077-.003-.24-.096.06zm-8.551.14c-.124-.012-.197.13-.171.384.035.339.232.748.44.913l.449.353.062-.15-.524-.415c-.134-.107-.263-.37-.286-.59s.07-.31.203-.206l.423.333.062-.15-.517-.408a.3.3 0 0 0-.141-.064m9.85.172v.357s-.107.126-.156.155c-.048.029-.06-.055-.06-.129a.46.46 0 0 1 .118-.293zm-2.226.171c-.067.048-.123.188-.124.313 0 .125.053.187.12.14.068-.048.125-.188.126-.314 0-.125-.054-.188-.122-.139m-6.887.189.12 1.12a.3.3 0 0 0 .087.178l.673.532.062-.152-.686-.543-.11-1.022zm6.684.109-.213.156s-.022.371-.182 1.69c-.132-.98-.132-1.45-.132-1.45l-.246.163.152 1.803.365-.208zm.259.298-.197.141-.062 1.505.197-.142zm-5.911.446c-.127-.013-.198.133-.169.392.039.346.244.765.457.934l.46.364.064-.154-.541-.426c-.114-.09-.225-.29-.273-.485l.636.5.062-.153-.724-.57c.01-.146.094-.196.207-.107l.436.343.062-.152-.534-.418a.3.3 0 0 0-.143-.068m.769.587q-.021.021-.015.081a.35.35 0 0 0 .105.21c.048.038.08.006.07-.073a.36.36 0 0 0-.105-.212q-.036-.027-.055-.006m.015.032q.016-.016.045.004c.038.03.074.104.08.165.008.063-.016.088-.055.058-.012-.01-.015-.035-.025-.051l.006.004-.006-.06.015.01.025.078.022.017-.03-.084h.004c.008-.002.009-.013.008-.019v-.013a.1.1 0 0 0-.025-.058.1.1 0 0 0-.026-.025l-.023-.02.015.137c-.015-.03-.037-.05-.04-.08q-.006-.048.01-.063m.036.047.006.004c.01.008.013.011.018.017a.1.1 0 0 1 .01.026q.002.009 0 .013c-.002.006-.009.002-.015-.002l-.013-.01z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/virustotal.svg b/mkdocs-material/material/templates/.icons/simple/virustotal.svg new file mode 100644 index 0000000..d27a764 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/virustotal.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.87 12 0 22.68h24V1.32H0zm10.73 8.52H5.28l8.637-8.448L5.28 3.48H21.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/visa.svg b/mkdocs-material/material/templates/.icons/simple/visa.svg new file mode 100644 index 0000000..038caac --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/visa.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.112 8.262 5.97 15.758H3.92L2.374 9.775c-.094-.368-.175-.503-.461-.658C1.447 8.864.677 8.627 0 8.479l.046-.217h3.3a.904.904 0 0 1 .894.764l.817 4.338 2.018-5.102zm8.033 5.049c.008-1.979-2.736-2.088-2.717-2.972.006-.269.262-.555.822-.628a3.66 3.66 0 0 1 1.913.336l.34-1.59a5.2 5.2 0 0 0-1.814-.333c-1.917 0-3.266 1.02-3.278 2.479-.012 1.079.963 1.68 1.698 2.04.756.367 1.01.603 1.006.931-.005.504-.602.725-1.16.734-.975.015-1.54-.263-1.992-.473l-.351 1.642c.453.208 1.289.39 2.156.398 2.037 0 3.37-1.006 3.377-2.564m5.061 2.447H24l-1.565-7.496h-1.656a.88.88 0 0 0-.826.55l-2.909 6.946h2.036l.405-1.12h2.488zm-2.163-2.656 1.02-2.815.588 2.815zm-8.16-4.84-1.603 7.496H8.34l1.605-7.496z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/visx.svg b/mkdocs-material/material/templates/.icons/simple/visx.svg new file mode 100644 index 0000000..f6bd081 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/visx.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.002 0 12 11.52 23.998 0h-5.871L12 6.09 5.873 0Zm23.996 0-11.52 11.998 11.52 11.998v-5.871l-6.09-6.127 6.09-6.127ZM.002.004v5.871l6.09 6.127-6.09 6.127V24l11.504-11.998ZM.002 24h5.871L12 17.91 18.127 24h5.871L12 12.47Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/vite.svg b/mkdocs-material/material/templates/.icons/simple/vite.svg new file mode 100644 index 0000000..8479205 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/vite.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m8.286 10.578.512-8.657a.306.306 0 0 1 .247-.282L17.377.006a.306.306 0 0 1 .353.385l-1.558 5.403a.306.306 0 0 0 .352.385l2.388-.46a.306.306 0 0 1 .332.438l-6.79 13.55-.123.19a.3.3 0 0 1-.252.14c-.177 0-.35-.152-.305-.369l1.095-5.301a.306.306 0 0 0-.388-.355l-1.433.435a.306.306 0 0 1-.389-.354l.69-3.375a.306.306 0 0 0-.37-.36l-2.32.536a.306.306 0 0 1-.374-.316zm14.976-7.926L17.284 3.74l-.544 1.887 2.077-.4a.8.8 0 0 1 .84.369.8.8 0 0 1 .034.783L12.9 19.93l-.013.025-.015.023-.122.19a.8.8 0 0 1-.672.37.83.83 0 0 1-.634-.302.8.8 0 0 1-.16-.67l1.029-4.981-1.12.34a.81.81 0 0 1-.86-.262.8.8 0 0 1-.165-.67l.63-3.08-2.027.468a.81.81 0 0 1-.768-.233.8.8 0 0 1-.217-.6l.389-6.57-7.44-1.33a.612.612 0 0 0-.64.906L11.58 23.691a.612.612 0 0 0 1.066-.004l11.26-20.135a.612.612 0 0 0-.644-.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/vitepress.svg b/mkdocs-material/material/templates/.icons/simple/vitepress.svg new file mode 100644 index 0000000..f7c7fcb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/vitepress.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.029.001a2 2 0 0 0-.187.018L4.085 1.833A1.86 1.86 0 0 0 2.518 3.94l2.56 18.457a1.846 1.846 0 0 0 2.08 1.586l12.757-1.816a1.86 1.86 0 0 0 1.567-2.106l-2.56-18.455A1.85 1.85 0 0 0 17.029 0m.127.932a.926.926 0 0 1 .853.8l2.56 18.458a.93.93 0 0 1-.782 1.053L7.03 23.058a.92.92 0 0 1-1.04-.793L3.43 3.81a.93.93 0 0 1 .783-1.053L16.97.941a1 1 0 0 1 .186-.008m-3.644 5.354L9.967 7.521a.136.136 0 0 0-.09.141l.318 3.87c.008.09.1.149.184.116l.982-.378a.136.136 0 0 1 .184.136l-.09 1.54c-.006.103.1.176.193.132l.6-.281c.093-.044.198.03.192.135l-.147 2.418c-.01.15.195.203.258.066l.04-.092L14.716 8.9c.035-.107-.066-.21-.172-.173l-1.018.351c-.095.033-.191-.049-.177-.15l.343-2.49a.137.137 0 0 0-.142-.157c-.016 0-.042.009-.037.006zm2.822.799a.3.3 0 0 0-.08.014L14 7.85l-.076.56.455-.156a.636.636 0 0 1 .81.803l-2.13 6.449-.053.117a.64.64 0 0 1-.738.352.64.64 0 0 1-.473-.657l.11-1.808a.638.638 0 0 1-.948-.594l.057-.976-.454.175a.64.64 0 0 1-.863-.543L9.453 8.6l-3.062-.123c-.23-.01-.364.255-.223.44l6.29 8.23a.27.27 0 0 0 .468-.069l3.668-9.619a.275.275 0 0 0-.26-.373z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/vitess.svg b/mkdocs-material/material/templates/.icons/simple/vitess.svg new file mode 100644 index 0000000..edc38f1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/vitess.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.206 1.045-7.217 13.186L4.817 1.045H0l11.904 21.91L24 1.045z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/vitest.svg b/mkdocs-material/material/templates/.icons/simple/vitest.svg new file mode 100644 index 0000000..b87350f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/vitest.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.74 1.053a.5.5 0 0 0-.157.025.5.5 0 0 0-.25.188L7.595 9.562a.5.5 0 0 0-.084.223.5.5 0 0 0 .032.236.5.5 0 0 0 .14.193.5.5 0 0 0 .215.105l3.707.786-.23 4.58a.5.5 0 0 0 .085.3.5.5 0 0 0 .25.189.5.5 0 0 0 .313 0 .5.5 0 0 0 .25-.187l5.738-8.296a.5.5 0 0 0 .084-.223.5.5 0 0 0-.032-.236.5.5 0 0 0-.14-.194.5.5 0 0 0-.215-.104l-3.707-.787.23-4.58a.5.5 0 0 0-.085-.3.5.5 0 0 0-.25-.188.5.5 0 0 0-.156-.026M1.157 9.788c-.307.001-.6.124-.817.34a1.16 1.16 0 0 0-.34.817 1.16 1.16 0 0 0 .334.82l10.842 10.842a1.2 1.2 0 0 0 .377.252 1.2 1.2 0 0 0 .445.088h.004a1.2 1.2 0 0 0 .445-.088 1.2 1.2 0 0 0 .377-.252l10.842-10.843a1.16 1.16 0 0 0 .334-.82 1.16 1.16 0 0 0-.34-.816 1.16 1.16 0 0 0-.817-.34 1.16 1.16 0 0 0-.82.334l-5.4 5.4-.026.02L12 20.14l-4.598-4.597q-.011-.01-.024-.02l-5.401-5.401a1.16 1.16 0 0 0-.82-.334"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/vivaldi.svg b/mkdocs-material/material/templates/.icons/simple/vivaldi.svg new file mode 100644 index 0000000..bcb0f7d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/vivaldi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C6.75 0 3.817 0 1.912 1.904.007 3.81 0 6.75 0 12s0 8.175 1.912 10.08C3.825 23.985 6.75 24 12 24s8.183 0 10.088-1.904C23.993 20.19 24 17.25 24 12s0-8.175-1.912-10.08C20.175.015 17.25 0 12 0m-.168 3a9 9 0 0 1 6.49 2.648 9 9 0 0 1 0 12.704A9 9 0 1 1 11.832 3M7.568 7.496a1 1 0 0 0-.142.004A1.5 1.5 0 0 0 6.21 9.75l1.701 3c.93 1.582 1.839 3.202 2.791 4.822a1.42 1.42 0 0 0 1.41.75 1.5 1.5 0 0 0 1.223-.81l4.447-7.762A1.56 1.56 0 0 0 18 8.768a1.5 1.5 0 1 0-2.828.914 2.5 2.5 0 0 1 .256 1.119v.246a2.393 2.393 0 0 1-2.52 2.13 2.35 2.35 0 0 1-1.965-1.214c-.307-.51-.6-1.035-.9-1.553-.42-.72-.826-1.41-1.246-2.16a1.43 1.43 0 0 0-1.229-.754"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/vivawallet.svg b/mkdocs-material/material/templates/.icons/simple/vivawallet.svg new file mode 100644 index 0000000..fa06a90 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/vivawallet.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.275 17.428c.376.777.949 1.223 1.572 1.228h.01c.619 0 1.191-.435 1.575-1.194l.504-1.08-4.9-10.387-3.388 1.58zm6.367.033c.382.76.957 1.195 1.575 1.195h.006c.625-.004 1.2-.45 1.574-1.226l4.567-9.852-3.389-1.581-4.844 10.381zm-1.605 1.206c-.74 1.245-1.905 1.977-3.18 1.977h-.022c-1.391-.01-2.643-.89-3.353-2.355Q2.743 12.452 0 6.617l6.99-3.259 5.039 10.683 4.985-10.685L24 6.613 18.592 18.29c-.709 1.465-1.962 2.345-3.353 2.355h-.022c-1.275 0-2.442-.732-3.18-1.977Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/vivino.svg b/mkdocs-material/material/templates/.icons/simple/vivino.svg new file mode 100644 index 0000000..8694eb7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/vivino.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.476 18.034c0-1.087.889-1.989 1.988-1.989 1.1 0 1.989.902 1.989 1.989a1.988 1.988 0 1 1-3.977-.001M12.043 24c-1.1 0-1.988-.902-1.988-1.989 0-1.099.889-1.988 1.988-1.988 1.087 0 1.989.889 1.989 1.988A2.003 2.003 0 0 1 12.043 24M5.2 14.007c0-1.087.89-1.988 1.989-1.988 1.087 0 1.989.901 1.989 1.988a1.988 1.988 0 1 1-3.978 0m4.385-5.892c1.1 0 1.989.902 1.989 1.989 0 1.1-.89 1.976-1.989 1.976s-1.988-.877-1.988-1.976c0-1.087.889-1.989 1.988-1.989m2.384-4.187a1.988 1.988 0 1 1 0 3.977A2.003 2.003 0 0 1 9.98 5.917c0-1.1.902-1.99 1.99-1.99M14.401 0c1.1 0 1.99.89 1.99 1.989 0 1.087-.89 1.988-1.99 1.988a2.003 2.003 0 0 1-1.988-1.988c0-1.1.901-1.989 1.988-1.989M11.6 18.034c0 1.1-.89 1.989-1.99 1.989a1.995 1.995 0 0 1-1.988-1.99c0-1.086.902-1.988 1.989-1.988 1.1 0 1.989.902 1.989 1.989m-1.544-4.027c0-1.087.889-1.988 1.988-1.988 1.087 0 1.989.901 1.989 1.988 0 1.1-.902 1.989-1.989 1.989-1.1 0-1.988-.89-1.988-1.989m4.385-1.927c-1.1 0-1.99-.877-1.99-1.976 0-1.087.89-1.989 1.99-1.989 1.099 0 1.988.902 1.988 1.989 0 1.1-.89 1.976-1.988 1.976m4.36 1.927c0 1.1-.89 1.989-1.989 1.989a1.988 1.988 0 1 1 .001-3.977c1.098 0 1.988.901 1.988 1.988"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/vivint.svg b/mkdocs-material/material/templates/.icons/simple/vivint.svg new file mode 100644 index 0000000..03728c8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/vivint.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.102 2.04a.8.8 0 0 0-.553.218L.514 9.756A1.62 1.62 0 0 0 0 10.939V21.15c0 .447.362.81.809.81h16.584a.81.81 0 0 0 .808-.81V10.94a1.62 1.62 0 0 0-.514-1.184l-8.035-7.5a.8.8 0 0 0-.55-.217zm0 4.964 5.252 4.904v6.203H3.848v-6.203zM21.648 17.35a2.305 2.305 0 0 0-2.26 2.304 2.305 2.305 0 0 0 2.307 2.307A2.305 2.305 0 0 0 24 19.654a2.305 2.305 0 0 0-2.305-2.304z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/vivo.svg b/mkdocs-material/material/templates/.icons/simple/vivo.svg new file mode 100644 index 0000000..b5751c1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/vivo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.604 14.101c-1.159 0-1.262-.95-1.262-1.24s.103-1.242 1.262-1.242h2.062c1.16 0 1.263.951 1.263 1.242 0 .29-.104 1.24-1.263 1.24m-2.062-3.527c-2.142 0-2.333 1.752-2.333 2.287s.19 2.286 2.333 2.286h2.062c2.143 0 2.334-1.751 2.334-2.286s-.19-2.287-2.334-2.287m-5.477.107c-.286 0-.345.05-.456.213-.11.164-2.022 3.082-2.022 3.082-.06.09-.126.126-.206.126s-.145-.036-.206-.126c0 0-1.912-2.918-2.022-3.082s-.17-.213-.456-.213h-.668c-.154 0-.224.12-.127.267l2.283 3.467c.354.521.614.732 1.196.732s.842-.21 1.196-.732l2.284-3.467c.096-.146.026-.267-.128-.267m-8.876.284c0-.203.08-.284.283-.284h.505c.203 0 .283.08.283.283v3.9c0 .202-.08.283-.283.283h-.505c-.203 0-.283-.08-.283-.283zm-1.769-.285c-.287 0-.346.05-.456.213-.11.164-2.022 3.082-2.022 3.082-.061.09-.126.126-.206.126s-.145-.036-.206-.126c0 0-1.912-2.918-2.023-3.082-.11-.164-.169-.213-.455-.213H.175c-.171 0-.224.12-.127.267l2.283 3.467c.355.521.615.732 1.197.732s.842-.21 1.196-.732l2.283-3.467c.097-.146.044-.267-.127-.267m1.055-.893c-.165-.164-.165-.295 0-.46l.351-.351c.165-.165.296-.165.46 0l.352.351c.165.165.165.296 0 .46l-.352.352c-.164.165-.295.165-.46 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/vk.svg b/mkdocs-material/material/templates/.icons/simple/vk.svg new file mode 100644 index 0000000..f36d2f8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/vk.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m9.489.004.729-.003h3.564l.73.003.914.01.433.007.418.011.403.014.388.016.374.021.36.025.345.03.333.033c1.74.196 2.933.616 3.833 1.516s1.32 2.092 1.516 3.833l.034.333.029.346.025.36.02.373.025.588.012.41.013.644.009.915.004.98-.001 3.313-.003.73-.01.914-.007.433-.011.418-.014.403-.016.388-.021.374-.025.36-.03.345-.033.333c-.196 1.74-.616 2.933-1.516 3.833s-2.092 1.32-3.833 1.516l-.333.034-.346.029-.36.025-.373.02-.588.025-.41.012-.644.013-.915.009-.98.004-3.313-.001-.73-.003-.914-.01-.433-.007-.418-.011-.403-.014-.388-.016-.374-.021-.36-.025-.345-.03-.333-.033c-1.74-.196-2.933-.616-3.833-1.516S.367 20.221.171 18.48l-.034-.333-.029-.346-.025-.36-.02-.373-.025-.588-.012-.41-.013-.644-.009-.915-.004-.98.001-3.313.003-.73.01-.914.007-.433.011-.418.014-.403.016-.388.021-.374.025-.36.03-.345.033-.333c.196-1.74.616-2.933 1.516-3.833S3.779.367 5.52.171l.333-.034.346-.029.36-.025.373-.02.588-.025.41-.012.644-.013zM6.79 7.3H4.05c.13 6.24 3.25 9.99 8.72 9.99h.31v-3.57c2.01.2 3.53 1.67 4.14 3.57h2.84c-.78-2.84-2.83-4.41-4.11-5.01 1.28-.74 3.08-2.54 3.51-4.98h-2.58c-.56 1.98-2.22 3.78-3.8 3.95V7.3H10.5v6.92c-1.6-.4-3.62-2.34-3.71-6.92"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/vlcmediaplayer.svg b/mkdocs-material/material/templates/.icons/simple/vlcmediaplayer.svg new file mode 100644 index 0000000..ffb5e11 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/vlcmediaplayer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.032 0c-.882 0-1.055.136-1.055.136-.173.056-.355.255-.41.43l-.884 2.815c.473.173 1.322.426 2.234.426 1.098 0 2.017-.349 2.376-.507L13.435.566a.78.78 0 0 0-.407-.437S12.914 0 12.032 0m3.564 7.455c-.36.34-1.327.937-3.68.937-2.292 0-3.188-.567-3.52-.911l-1.39 4.423c.228.361 1.255 1.56 4.885 1.56 3.757 0 4.854-1.348 5.065-1.675zm-8.59 4.449-1.002 3.192H4.343a.65.65 0 0 0-.583.431L1.426 23.16a.4.4 0 0 0-.017.154l-.002.016c0 .084.024.226.024.226a.53.53 0 0 0 .51.445H22.06c.248 0 .476-.2.51-.445 0 0 .023-.142.023-.226l-.003-.01.003-.032a.4.4 0 0 0-.02-.128l-2.333-7.632a.65.65 0 0 0-.583-.431h-1.663l.2.64c-.24.484-1.488 2.38-6.303 2.38-4.6 0-5.828-1.73-6.11-2.308z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/vmware.svg b/mkdocs-material/material/templates/.icons/simple/vmware.svg new file mode 100644 index 0000000..1c420bd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/vmware.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.5 10.1a.5.5 0 0 0-.197.048.497.497 0 0 0-.25.68l1.138 2.475c.179.38.38.592.721.592.342 0 .542-.22.72-.592l1.003-2.186a.144.144 0 0 1 .144-.092.16.16 0 0 1 .157.16v2.118a.535.535 0 1 0 1.066 0v-1.73a.53.53 0 0 1 .566-.552.52.52 0 0 1 .541.551v1.73a.53.53 0 0 0 .53.593.54.54 0 0 0 .535-.592v-1.73a.53.53 0 0 1 .564-.552.52.52 0 0 1 .543.551v1.73a.53.53 0 0 0 .528.593.535.535 0 0 0 .535-.592v-1.969a1.234 1.234 0 0 0-1.283-1.23 1.65 1.65 0 0 0-1.14.486 1.26 1.26 0 0 0-1.095-.483 1.8 1.8 0 0 0-1.074.483 1.29 1.29 0 0 0-.961-.483 1.18 1.18 0 0 0-1.158.786l-.729 1.716-.933-2.203.011-.004A.505.505 0 0 0 .5 10.1m18.43.06a.27.27 0 0 0-.266.274h.002v3.142a.27.27 0 1 0 .535 0v-1.222c0-1.037.571-1.56 1.27-1.643a.266.266 0 0 0 .238-.274.26.26 0 0 0-.266-.269 1.47 1.47 0 0 0-1.242.88v-.614a.266.266 0 0 0-.271-.274m-6.735.008a.27.27 0 0 0-.25.217l-.912 2.627-.902-2.62a.28.28 0 0 0-.274-.22.266.266 0 0 0-.27.258.5.5 0 0 0 .034.144l1.09 3.037.02-.007a.32.32 0 0 0 .298.242.3.3 0 0 0 .293-.242l.903-2.583.896 2.583a.3.3 0 0 0 .293.242h.018a.32.32 0 0 0 .293-.242l1.097-3.038a.5.5 0 0 0 .033-.144.26.26 0 0 0-.265-.25.26.26 0 0 0-.258.209l-.918 2.63-.904-2.626a.285.285 0 0 0-.278-.217h-.037m10.168.008a1.75 1.75 0 0 0-1.691 1.851 1.765 1.765 0 0 0 1.76 1.858l-.008.013a1.78 1.78 0 0 0 1.33-.539.23.23 0 0 0 .082-.17.228.228 0 0 0-.379-.168 1.44 1.44 0 0 1-1.018.415 1.237 1.237 0 0 1-1.24-1.207h2.555a.247.247 0 0 0 .246-.247c0-.945-.593-1.806-1.637-1.806m-5.744.002a2 2 0 0 0-.158.006 2.4 2.4 0 0 0-1.078.205.22.22 0 0 0-.143.222.24.24 0 0 0 .235.229.3.3 0 0 0 .095-.024 1.8 1.8 0 0 1 .834-.162c.691 0 1.07.334 1.07.979v.125a3.8 3.8 0 0 0-1.103-.15c-.892 0-1.52.4-1.52 1.16l-.003-.004c0 .736.671 1.117 1.34 1.117a1.58 1.58 0 0 0 1.298-.62v.343a.247.247 0 0 0 .254.25.254.254 0 0 0 .258-.262v-1.983a1.42 1.42 0 0 0-.379-1.046 1.57 1.57 0 0 0-1-.385m5.719.43c.714 0 1.085.565 1.139 1.214h-2.278a1.22 1.22 0 0 1 1.139-1.215zm-5.885 1.382a3.8 3.8 0 0 1 1.057.153v.347c0 .57-.539.973-1.2.973-.485 0-.904-.261-.904-.713 0-.467.375-.76 1.047-.76"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/vodafone.svg b/mkdocs-material/material/templates/.icons/simple/vodafone.svg new file mode 100644 index 0000000..ea86851 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/vodafone.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0m4.25 1.12c.32 0 .65.03.86.1-2.17.45-3.9 2.47-3.89 4.78 0 .05 0 .11.01.17 3.64.89 5.27 3.08 5.27 6.11.04 3.03-2.36 6.36-6.41 6.37-3.27.01-6.68-2.79-6.7-7.28C5.38 8.4 7 5.54 9.04 3.85c2-1.66 4.73-2.72 7.21-2.73"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/voidlinux.svg b/mkdocs-material/material/templates/.icons/simple/voidlinux.svg new file mode 100644 index 0000000..1c7d69a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/voidlinux.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.818 12a3.82 3.82 0 0 1-3.82 3.82A3.82 3.82 0 0 1 8.178 12a3.82 3.82 0 0 1 3.82-3.82 3.82 3.82 0 0 1 3.82 3.82m3.179 9.73-2.726-2.725A8.2 8.2 0 0 1 12 20.212 8.21 8.21 0 0 1 3.788 12a8.2 8.2 0 0 1 1.209-4.269l-2.73-2.73A12 12 0 0 0 0 12c0 6.627 5.373 12 12 12a12 12 0 0 0 6.997-2.27M12 0a12 12 0 0 0-6.997 2.27L7.73 4.994A8.2 8.2 0 0 1 12 3.788 8.21 8.21 0 0 1 20.212 12a8.2 8.2 0 0 1-1.209 4.269l2.73 2.73A12 12 0 0 0 24 12c0-6.627-5.373-12-12-12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/voipdotms.svg b/mkdocs-material/material/templates/.icons/simple/voipdotms.svg new file mode 100644 index 0000000..9af3985 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/voipdotms.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.51 2.372c-.946 0-1.877.24-2.71.696a5.7 5.7 0 0 0-2.055 1.92l-5.177 8.047c-.928 1.446-3.076 1.656-3.92.943l4.051 6.343c.258.402.611.731 1.027.96a2.81 2.81 0 0 0 2.706 0 2.85 2.85 0 0 0 1.025-.96L24 2.371ZM0 8.309l2.228 3.521s.89 1.302 2.402 1.302 2.378-1.302 2.378-1.302l2.23-3.52Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/volkswagen.svg b/mkdocs-material/material/templates/.icons/simple/volkswagen.svg new file mode 100644 index 0000000..12ddfab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/volkswagen.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.36 0 0 5.36 0 12s5.36 12 12 12 12-5.36 12-12S18.64 0 12 0m0 1.41c1.2 0 2.36.22 3.43.59l-3.3 7.13c-.04.04-.04.13-.13.13s-.09-.09-.13-.13L8.57 2c1.07-.37 2.23-.58 3.43-.58M6.9 2.74l3.82 8.23c.08.17.17.22.28.22h2c.12 0 .2-.05.29-.22l3.77-8.23c1.58.9 2.94 2.19 3.9 3.73L15.6 16.84c-.04.09-.1.13-.13.13-.08 0-.08-.08-.13-.13l-2.05-4.54c-.09-.17-.17-.21-.29-.21h-2c-.11 0-.2.04-.29.21l-2.05 4.54c-.05.05-.04.13-.13.13s-.09-.08-.13-.13L3 6.47c.94-1.54 2.32-2.83 3.9-3.73M2.06 8.53l6.17 12c.08.17.17.3.39.3.21 0 .29-.13.38-.3l2.87-6.39c.04-.08.09-.14.13-.14.09 0 .09.1.13.14l2.91 6.39c.09.17.17.3.39.3.21 0 .3-.13.38-.3l6.19-12c.37 1.07.59 2.23.59 3.47-.05 5.79-4.8 10.59-10.59 10.59S1.46 17.79 1.46 12c0-1.2.21-2.35.6-3.47"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/volvo.svg b/mkdocs-material/material/templates/.icons/simple/volvo.svg new file mode 100644 index 0000000..6e15b3a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/volvo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.873 12.584h.49l-.001-1.452h-.489v-.322h1.94v.322h-.483v1.451h.449c.415 0 .687-.274.687-.646h.32v.972h-2.913zm4.313.327h1.134l.962-1.779h.482v-.322h-1.45v.322h.419l-.701 1.295-.71-1.295h.51l-.002-.322h-2.104v.322h.482zM5.073 10.81H2.968v.322h.481l.98 1.779h1.133l.962-1.779h.482v-.322h-1.45v.322h.418l-.7 1.295-.71-1.295h.509zm3.707-.044c.975 0 1.498.486 1.498 1.096 0 .618-.494 1.111-1.493 1.111s-1.497-.493-1.497-1.111c0-.61.517-1.096 1.492-1.096m.017.33c-.333-.005-.527.348-.534.753-.006.39.15.784.506.79.366.007.524-.39.53-.772.008-.405-.168-.764-.502-.77zm10.738-.33c.974 0 1.497.486 1.497 1.096 0 .618-.493 1.111-1.492 1.111-1 0-1.498-.493-1.498-1.111 0-.61.518-1.096 1.493-1.096m-.517 1.083c-.007.39.15.784.506.79.366.007.524-.39.53-.772.008-.405-.168-.764-.502-.77s-.527.347-.534.752m2.857-6.667L20.656 6.4a10.26 10.26 0 0 1 1.652 5.6c0 5.693-4.615 10.308-10.308 10.308S1.692 17.693 1.692 12 6.307 1.692 12 1.692c2.07 0 3.996.61 5.611 1.66l1.219-1.219A11.94 11.94 0 0 0 12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12c0-2.533-.785-4.882-2.125-6.818M18.036.472v.337c.728.394 1.413.859 2.047 1.382l-1.71 1.71a10.3 10.3 0 0 1 1.735 1.732l1.708-1.708c.524.636.989 1.322 1.384 2.038h.328V.473z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/vonage.svg b/mkdocs-material/material/templates/.icons/simple/vonage.svg new file mode 100644 index 0000000..706fa7e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/vonage.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m9.279 11.617-4.54-10.07H0l6.797 15.296a.084.084 0 0 0 .153 0zm9.898-10.07s-6.148 13.868-6.917 15.565c-1.838 4.056-3.2 5.07-4.588 5.289a.026.026 0 0 0 .004.052h4.34c1.911 0 3.219-1.285 5.06-5.341C17.72 15.694 24 1.547 24 1.547z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/vorondesign.svg b/mkdocs-material/material/templates/.icons/simple/vorondesign.svg new file mode 100644 index 0000000..ffcd404 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/vorondesign.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0 1.608 6v12L12 24l10.392-6V6zM8.324 5.377h3L7.5 12h-3zm6 0h3L9.676 18.624h-3zM16.5 12h3l-3.824 6.624h-3z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/vowpalwabbit.svg b/mkdocs-material/material/templates/.icons/simple/vowpalwabbit.svg new file mode 100644 index 0000000..c1d84b6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/vowpalwabbit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.872 21.356c.077.195.682 1.646 1.685 2.156 1.075.547 1.613.406 1.613.406s-.914-3.384-.108-6.076c.807-2.691 1.479-2.933 1.479-2.933s1.478.591 2.446 0 1.264-1.747 1.264-1.747-.672-2.474-1.264-3.442c-.591-.967-1.227-1.48-2.016-1.828a235 235 0 0 0-1.508-.655 11.3 11.3 0 0 0-1.003-3.198C16.237 1.531 14.678 0 14.678 0s-.815.7-1.025 2.032c.56.497 1.462 1.45 2.258 2.42.4.485.906 1.227 1.31 1.846a26 26 0 0 0-2.6-2.626c-1.828-1.586-3.63-2.823-3.63-2.823s-1.29 2.016.243 4.785c1.048 1.778 3.704 3.31 3.704 3.31s-2.736.134-3.704.346c-.968.213-2.043.592-3.253 1.398-1.21.807-2.01 1.647-3.011 3.011-1 1.365-1.962 3.71-1.962 3.71s-.135-.188-1.049-.188-1.21.188-1.21.188.027 2.312.592 3.441c.564 1.13 1.37 1.562 2.392 1.562.27-.002.834 0 .834 0s.699 1.1 1.129 1.369 1.183.215 1.183.215h8.253s-.048-.619-.51-1.103c-.448-.466-.983-.608-1.117-.666a3.8 3.8 0 0 0-1.008-.167h-2.123s2.689-.095 4.274-1.936c.833-.967.914-2.15.833-2.742-.04-.292-.295-1.29-.752-1.882a6 6 0 0 0-1.183-1.129c-.516-.36-1.17-.642-1.909-.94 1.075.268 1.586.376 2.635 1.129 1.048.752 1.505 1.908 1.586 2.177.08.269.269.672.215 1.828-.108.968-.218 1.208-.484 1.72a4.2 4.2 0 0 1-.717 1.07Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/vox.svg b/mkdocs-material/material/templates/.icons/simple/vox.svg new file mode 100644 index 0000000..3fc2951 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/vox.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m0 8.198 4.182 7.604h2.442L8.15 13.07a4.276 4.276 0 0 1 2.054-4.872H7.112l-1.677 3.216-1.706-3.216zm14.342 0a4.24 4.24 0 0 1 1.923 2.206c.784 2.081-.098 4.415-2.145 5.398h2.767l1.564-1.754 1.42 1.754H24l-3.505-4.032 3.088-3.572H19.41l-.952 1.249-.931-1.249zm-2.09 1.596c-.949 0-1.913.69-2.074 1.775a2.132 2.132 0 0 0 2.064 2.483c1.268.01 2.192-1.126 2.156-2.18-.013-1.015-.877-2.08-2.146-2.078"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/vrchat.svg b/mkdocs-material/material/templates/.icons/simple/vrchat.svg new file mode 100644 index 0000000..b2345c6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/vrchat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.732 6.767H1.268A1.27 1.27 0 0 0 0 8.035v5.296c0 .7.57 1.268 1.268 1.268h18.594l1.725 2.22q.324.414.68.415c.153 0 .296-.06.403-.167q.193-.194.193-.536l-.002-1.939A1.27 1.27 0 0 0 24 13.331V8.035c0-.7-.569-1.269-1.268-1.269Zm.8 6.564a.8.8 0 0 1-.8.801h-.34v.031l.004 2.371c0 .155-.05.233-.129.233s-.19-.079-.31-.235l-1.866-2.4H1.268a.8.8 0 0 1-.8-.8V8.064a.8.8 0 0 1 .8-.8h21.464a.8.8 0 0 1 .8.8zM4.444 8.573c-.127 0-.225.041-.254.15l-.877 3.129-.883-3.128c-.03-.11-.127-.15-.254-.15-.202 0-.473.126-.473.311 0 .012.005.035.011.058l1.114 3.63c.058.173.265.254.485.254s.433-.08.484-.254l1.109-3.63q.01-.033.011-.058c0-.179-.27-.312-.473-.312m2.925 2.36c.433-.132.757-.49.757-1.153 0-.918-.612-1.207-1.368-1.207H5.614a.234.234 0 0 0-.242.231v3.752c0 .156.184.237.374.237s.376-.081.376-.237V11.05h.484l.82 1.593c.058.115.156.179.26.179.219 0 .467-.203.467-.393a.16.16 0 0 0-.028-.092zm-.61-.473h-.636V9.231h.635c.375 0 .618.162.618.618s-.242.612-.618.612Zm10.056.826h1.004l-.502-1.772zm4.684-3.095H9.366a.8.8 0 0 0-.8.8v3.383a.8.8 0 0 0 .8.8h12.132a.8.8 0 0 0 .8-.8V8.992a.8.8 0 0 0-.8-.801Zm-10.946 3.977c.525 0 .571-.374.589-.617.011-.179.173-.236.369-.236.26 0 .38.075.38.369 0 .698-.57 1.142-1.379 1.142-.727 0-1.327-.357-1.327-1.322v-1.61c0-.963.606-1.322 1.333-1.322.802 0 1.374.427 1.374 1.097 0 .3-.121.37-.375.37-.214 0-.37-.064-.375-.238-.012-.178-.052-.57-.6-.57-.387 0-.606.213-.606.663v1.61c0 .45.219.664.617.664m4.703.388c0 .156-.19.237-.375.237s-.375-.081-.375-.237V10.9h-1.299v1.656c0 .156-.19.237-.375.237s-.375-.081-.375-.237V8.804c0-.161.185-.23.375-.23s.375.069.375.23v1.507h1.299V8.804c0-.161.185-.23.375-.23s.375.069.375.23zm3.198.236c-.127 0-.225-.04-.254-.15l-.22-.768h-1.322l-.219.768c-.029.11-.127.15-.254.15-.202 0-.473-.127-.473-.311 0-.012.006-.035.012-.058l1.114-3.63c.051-.173.265-.254.478-.254s.433.08.485.254l1.114 3.63q.01.033.012.058c0 .179-.272.311-.473.311m2.989-3.543H20.6v3.306c0 .156-.19.237-.375.237s-.375-.081-.375-.237V9.25h-.848c-.15 0-.237-.157-.237-.34 0-.162.075-.336.237-.336h2.44c.162 0 .238.173.238.335 0 .18-.087.34-.237.34"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/vsco.svg b/mkdocs-material/material/templates/.icons/simple/vsco.svg new file mode 100644 index 0000000..cc87305 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/vsco.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.376 0 0 5.376 0 12s5.376 12 12 12 12-5.376 12-12S18.624 0 12 0m11.52 12c0 .408-.023.792-.072 1.176l-2.04-.24c.024-.312.05-.624.05-.936 0-.288-.025-.6-.05-.888l2.04-.24c.072.384.072.744.072 1.128M.479 12c0-.384.024-.769.049-1.152l2.04.24c-.024.312-.047.6-.047.912s.023.6.047.912l-2.04.24C.479 12.769.479 12.384.479 12m20.472-3.096 1.921-.72a11.6 11.6 0 0 1 .552 2.232l-2.04.24c-.097-.6-.24-1.2-.433-1.752M21 12c0 .6-.072 1.176-.167 1.752l-2.017-.455c.071-.409.119-.841.119-1.297s-.048-.912-.119-1.344l2.017-.457c.118.577.167 1.177.167 1.801m-9 6.456A6.46 6.46 0 0 1 5.544 12 6.46 6.46 0 0 1 12 5.544 6.46 6.46 0 0 1 18.456 12a6.44 6.44 0 0 1-6.429 6.456zM12.216 21v-2.064a7 7 0 0 0 2.568-.575l.888 1.872a9 9 0 0 1-3.456.767m-3.936-.791.912-1.873a6.6 6.6 0 0 0 2.568.6V21a8.8 8.8 0 0 1-3.48-.791M3 12c0-.624.072-1.224.192-1.824l2.016.456q-.147.676-.144 1.368c0 .432.048.864.12 1.272l-2.016.455A8 8 0 0 1 3 12m8.76-9v2.064a6.9 6.9 0 0 0-2.544.576l-.888-1.871A9.1 9.1 0 0 1 11.76 3m3.935.792-.911 1.872a6.6 6.6 0 0 0-2.568-.576V3.024c1.248 0 2.424.288 3.479.768m5.088 4.656a10 10 0 0 0-.84-1.608l1.681-1.152a12.7 12.7 0 0 1 1.056 2.04zm-.07 1.296-2.018.456a6.9 6.9 0 0 0-1.151-2.352l1.632-1.295c.72.959 1.248 2.015 1.537 3.191m-3.457-2.256a7 7 0 0 0-2.04-1.633l.912-1.871a9.1 9.1 0 0 1 2.76 2.208zm-.6-3.744.96-1.824a13 13 0 0 1 1.896 1.32L18.145 4.8a9.2 9.2 0 0 0-1.489-1.056m-.408-.216a10 10 0 0 0-1.68-.648l.504-1.992a12 12 0 0 1 2.159.84zm-2.16-.768c-.6-.144-1.2-.216-1.824-.239V.479c.793.024 1.584.12 2.328.289zm-2.28-.239a11 11 0 0 0-1.8.216L9.528.744c.72-.168 1.487-.265 2.28-.265zm-2.28.334q-.88.251-1.704.649l-.96-1.824a11.7 11.7 0 0 1 2.16-.816zm-2.112.865a9 9 0 0 0-1.488 1.032L4.56 3.216c.6-.504 1.224-.936 1.896-1.319zm.48.264.888 1.871a7 7 0 0 0-2.04 1.608L5.136 6.168a9.4 9.4 0 0 1 2.76-2.184M4.848 6.552l1.608 1.295A7 7 0 0 0 5.304 10.2l-2.016-.456c.312-1.2.84-2.28 1.56-3.192M3.24 8.4l-1.92-.72c.287-.72.648-1.416 1.08-2.04l1.68 1.176A7.7 7.7 0 0 0 3.24 8.4m-.168.455c-.192.577-.36 1.152-.432 1.776L.6 10.393c.12-.769.288-1.537.553-2.257zm-.456 4.513c.096.6.239 1.2.432 1.776l-1.92.72a10 10 0 0 1-.552-2.257zm.624 2.208c.239.576.528 1.104.84 1.607L2.4 18.336a10.2 10.2 0 0 1-1.08-2.016zm.024-1.392 2.017-.456a7 7 0 0 0 1.128 2.376L4.8 17.4a8.9 8.9 0 0 1-1.536-3.216m3.432 2.28A6.9 6.9 0 0 0 8.76 18.12l-.912 1.872a9.3 9.3 0 0 1-2.784-2.232zm.72 3.815-.96 1.825a11.6 11.6 0 0 1-1.896-1.321l1.368-1.535c.456.407.936.744 1.488 1.031m.408.217c.528.264 1.104.48 1.705.647l-.504 1.992a11 11 0 0 1-2.16-.815zm2.16.768q.864.18 1.8.217v2.039a14.4 14.4 0 0 1-2.305-.264zm2.28.216a10.7 10.7 0 0 0 1.801-.217l.479 1.992c-.749.168-1.513.264-2.28.287zm2.257-.336a10.4 10.4 0 0 0 1.703-.647l.96 1.824c-.688.35-1.412.623-2.159.815zm2.086-.865a9 9 0 0 0 1.488-1.031l1.369 1.535a11.7 11.7 0 0 1-1.896 1.321zm-.479-.263-.888-1.871a6.9 6.9 0 0 0 2.064-1.656l1.606 1.296a9.6 9.6 0 0 1-2.782 2.231m3.071-2.592-1.607-1.296a6.6 6.6 0 0 0 1.128-2.376l2.017.456a9.7 9.7 0 0 1-1.538 3.216M20.76 15.6l1.92.721a11 11 0 0 1-1.079 2.04l-1.682-1.177a8.4 8.4 0 0 0 .841-1.584m.168-.455c.192-.553.336-1.152.433-1.752l2.039.239c-.11.761-.294 1.508-.551 2.232zm.456-9.841-1.681 1.152q-.539-.736-1.199-1.368l1.368-1.536a15 15 0 0 1 1.512 1.752M4.2 3.528l1.368 1.536c-.456.408-.84.864-1.2 1.368l-1.68-1.176A9.4 9.4 0 0 1 4.2 3.528M2.664 18.744l1.68-1.152c.36.48.769.937 1.2 1.369l-1.368 1.535a15 15 0 0 1-1.512-1.752m17.16 1.729-1.368-1.537c.432-.407.841-.863 1.199-1.344l1.682 1.176a15 15 0 0 1-1.513 1.705"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/vscodium.svg b/mkdocs-material/material/templates/.icons/simple/vscodium.svg new file mode 100644 index 0000000..31deebe --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/vscodium.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.583.54a1.467 1.467 0 0 0-.441 2.032c2.426 3.758 2.999 6.592 2.75 9.075-1.004 4.756-3.187 5.721-5.094 5.721-1.863 0-1.364-3.065.036-3.962.836-.522 1.906-.861 2.728-.861.814 0 1.474-.658 1.474-1.47s-.66-1.47-1.474-1.47c-.96 0-1.901.202-2.78.545.18-.847.246-1.762.014-2.735-.352-1.477-1.367-2.889-3.128-4.257a1.476 1.476 0 0 0-2.069.256c-.5.64-.384 1.564.259 2.063 1.435 1.114 1.908 1.939 2.07 2.618s.032 1.407-.293 2.408c-.416 1.349-.9 2.553-1.11 3.708-.105.568-.114 1.187-.14 1.68-1.034-1.006-1.438-2.336-1.438-4.279 0-.811-.66-1.47-1.474-1.47A1.47 1.47 0 0 0 0 11.612c0 2.654.776 5.179 2.855 6.863 1.883 1.793 6.67 1.13 6.67 4.01 0 .812 1.19 1.208 2.004 1.208.834 0 1.885-.558 1.885-1.208 0-3.267 3.443-5.253 9.11-5.244A1.47 1.47 0 0 0 24 15.773a1.47 1.47 0 0 0-1.47-1.473q-.58.001-1.138.035c.634-1.49.915-3.13.857-4.903a1.473 1.473 0 0 0-1.522-1.42 1.47 1.47 0 0 0-1.425 1.517c.076 2.32-.01 4.393-1.74 5.485-.49.31-1.062.58-1.604.58.42-1.145.738-2.353.869-3.655.083-.83.091-1.818-.003-2.585-.148-1.188-.325-2.535.126-3.55.405-.874 1.313-1.24 2.645-1.24.814 0 1.473-.659 1.473-1.47s-.659-1.47-1.473-1.47c-1.98 0-3.481 1.042-4.332 2.3A25 25 0 0 0 13.621.981a1.474 1.474 0 0 0-2.037-.44z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/vtex.svg b/mkdocs-material/material/templates/.icons/simple/vtex.svg new file mode 100644 index 0000000..4dda19e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/vtex.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.203 1.793H4.28c-1.39 0-2.28 1.47-1.63 2.691l1.794 3.377h-3.25a1.2 1.2 0 0 0-.588.154 1.2 1.2 0 0 0-.435.421 1.19 1.19 0 0 0-.034 1.168l5.766 10.859c.101.19.253.35.44.462a1.2 1.2 0 0 0 1.232 0 1.2 1.2 0 0 0 .44-.463l1.566-2.933 1.965 3.701c.691 1.302 2.564 1.304 3.258.004l8.983-16.818c.635-1.19-.232-2.623-1.585-2.623m-8.05 7.185-3.874 7.253a.8.8 0 0 1-.293.308.8.8 0 0 1-.82 0 .8.8 0 0 1-.292-.308L5.038 9.01a.79.79 0 0 1 .02-.778.8.8 0 0 1 .29-.281.8.8 0 0 1 .39-.103h7.731a.8.8 0 0 1 .381.1.8.8 0 0 1 .282.273.77.77 0 0 1 .02.758z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/vuedotjs.svg b/mkdocs-material/material/templates/.icons/simple/vuedotjs.svg new file mode 100644 index 0000000..3db662d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/vuedotjs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 1.61h-9.94L12 5.16 9.94 1.61H0l12 20.78ZM12 14.08 5.16 2.23h4.43L12 6.41l2.41-4.18h4.43Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/vuetify.svg b/mkdocs-material/material/templates/.icons/simple/vuetify.svg new file mode 100644 index 0000000..70a7557 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/vuetify.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.312 12.564 12.636 1.2H0zM14.94 1.2 7.464 14.64 12 22.8 24 1.2zm4.98 2.4L12 17.856l-1.788-3.216L16.344 3.6zM6.312 7.62 4.08 3.6h4.476z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/vulkan.svg b/mkdocs-material/material/templates/.icons/simple/vulkan.svg new file mode 100644 index 0000000..3a51089 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/vulkan.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.342 15.336h-.936v-2.991c.299.167.694.474.936.769zm-7.898 0H5.278L3.755 10.63h1.061l1.048 3.309h.013l1.061-3.309h1.068zm4.7 0h-.89v-.474h-.02a1.05 1.05 0 0 1-.461.429 1.4 1.4 0 0 1-.58.132 1.6 1.6 0 0 1-.616-.099.9.9 0 0 1-.38-.28 1.1 1.1 0 0 1-.194-.442 2.8 2.8 0 0 1-.056-.577v-2.096h.936v1.925q0 .422.132.629t.468.208q.382 0 .554-.227.17-.228.17-.748V11.93h.937zm3.353-2.05-.002-.132 1.18-1.226h1.108l-1.285 1.252 1.43 2.155h-1.134zm2.602-.31q.02-.33.165-.547a1.1 1.1 0 0 1 .369-.349 1.6 1.6 0 0 1 .504-.188 3 3 0 0 1 .564-.056q.256 0 .52.036.265.036.482.142.218.105.356.293t.138.498v1.773q0 .23.026.442a.8.8 0 0 0 .092.316h-.95a1.3 1.3 0 0 1-.065-.329 1.2 1.2 0 0 1-.528.323 2.1 2.1 0 0 1-.62.092q-.244 0-.455-.059a1 1 0 0 1-.37-.185.86.86 0 0 1-.246-.316 1.1 1.1 0 0 1-.09-.455q0-.29.103-.478a.86.86 0 0 1 .264-.3q.161-.113.369-.168t.418-.089a8 8 0 0 1 .415-.053q.204-.02.362-.059a.6.6 0 0 0 .25-.116q.093-.076.087-.221a.5.5 0 0 0-.05-.241.37.37 0 0 0-.132-.138.5.5 0 0 0-.191-.066 2 2 0 0 0-.234-.017q-.277 0-.435.119t-.185.396zm2.162.693a.4.4 0 0 1-.148.082q-.09.03-.191.05a3 3 0 0 1-.214.033q-.113.013-.224.033-.106.02-.208.053a.6.6 0 0 0-.178.089.4.4 0 0 0-.122.142.46.46 0 0 0-.046.218q0 .126.046.211a.36.36 0 0 0 .125.135.5.5 0 0 0 .185.069q.105.02.218.02.277 0 .429-.092a.6.6 0 0 0 .224-.221.7.7 0 0 0 .089-.26q.015-.132.017-.211zm1.542-1.741h.89v.474h.02q.178-.297.46-.432.285-.135.58-.135.377 0 .618.102.24.102.379.283.138.182.194.441.056.263.056.579v2.096h-.936v-1.925q0-.422-.132-.629t-.468-.208q-.382 0-.554.227-.171.227-.171.748v1.786h-.936zm-9.038-.587v3.996h.936v-3.48a12 12 0 0 0-.936-.516m-9.549.17c.542-1.59 3.786-2.172 7.247-1.302 2.075.522 3.77 1.534 4.879 2.535-.503-1.327-2.94-3.22-6.295-3.868-3.795-.734-7.537-.09-8 1.595-.334 1.216 1.134 2.64 3.406 3.615-1.02-.827-1.518-1.755-1.237-2.575m12.127.655V10.63h-.936v.466c.399.357.716.72.936 1.07"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/vultr.svg b/mkdocs-material/material/templates/.icons/simple/vultr.svg new file mode 100644 index 0000000..b729b22 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/vultr.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.36 2.172A1.2 1.2 0 0 0 7.348 1.6H1.2A1.2 1.2 0 0 0 0 2.8a1.2 1.2 0 0 0 .182.64l11.6 18.4a1.206 1.206 0 0 0 2.035 0l3.075-4.874a1.23 1.23 0 0 0 .182-.64 1.2 1.2 0 0 0-.182-.642zm10.349 8.68a1.206 1.206 0 0 0 2.035 0L21.8 9.178l2.017-3.2a1.2 1.2 0 0 0 .183-.64 1.23 1.23 0 0 0-.183-.64l-1.6-2.526a1.2 1.2 0 0 0-1.016-.571h-6.148a1.2 1.2 0 0 0-1.201 1.2 1.14 1.14 0 0 0 .188.64z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/vyond.svg b/mkdocs-material/material/templates/.icons/simple/vyond.svg new file mode 100644 index 0000000..33502a6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/vyond.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.55 16.382 0 7.616h1.328l.928 6.18.932-6.18h1.328l-1.55 8.766zm5.486-7.61H6.022l1.166 3.776v2.68h.924v-2.68L9.28 8.772H8.262L7.65 11.35l-.614-2.58zm5.12 1.92c0-.324-.128-.482-.372-.482s-.37.16-.37.482v2.616c0 .324.126.492.37.492s.372-.166.372-.492zm-.344-1.256c.69 0 1.144.468 1.144 1.262v2.52c0 .872-.432 1.346-1.172 1.346s-1.162-.468-1.162-1.376v-2.52c0-.766.44-1.24 1.19-1.24m5.032-.656v4.2l-1.344-4.2h-.896v6.456h.924v-3.944l1.316 3.944h.936V8.772zm5.07 6.32c.508 0 .706-.322.706-.92v-4.22c0-.72-.336-1.044-1.08-1.044h-.31v6.184zM19.89 7.616h1.924c1.504 0 2.186.784 2.186 2.408v3.912c0 1.678-.62 2.448-2.122 2.448H19.89z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/w3schools.svg b/mkdocs-material/material/templates/.icons/simple/w3schools.svg new file mode 100644 index 0000000..0ba48c3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/w3schools.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.228 5.464s.605.648 1.45.648c.666 0 1.151-.403 1.151-.955 0-.677-.619-.989-1.368-.989h-.441l-.264-.595 1.17-1.387c.25-.298.462-.485.462-.485s-.188.01-.567.01h-1.905V.713h3.902v.73L22.253 3.25c.883.125 1.747.754 1.747 1.862 0 1.09-.825 2.098-2.25 2.098-1.359 0-2.112-.855-2.112-.855l.59-.892zm-7.611 1.348 5.154 9.176 2.543-4.535-4.866-8.662H9.785L7.438 6.97 5.092 2.79H0l7.41 13.197.028-.048.03.048 5.149-9.176zM.053 22.208h.753c0 .22.192.431.533.431.317 0 .528-.158.528-.37 0-.181-.14-.263-.38-.316l-.431-.11c-.73-.192-.917-.58-.917-.994 0-.504.5-.964 1.205-.964.576 0 1.228.293 1.219 1.012H1.8c0-.22-.202-.36-.432-.36-.25 0-.423.144-.423.346 0 .168.159.264.346.307l.518.14c.73.186.86.642.86.94 0 .657-.658 1.017-1.316 1.017-.638 0-1.286-.388-1.3-1.08zm3.282-.624c0-1.027.826-1.7 1.762-1.7.561 0 1.017.25 1.315.625l-.567.45a.96.96 0 0 0-.734-.326c-.561 0-.965.404-.965.95 0 .543.404.956.965.956a.96.96 0 0 0 .734-.327l.567.451a1.65 1.65 0 0 1-1.315.624c-.936 0-1.762-.676-1.762-1.703m6.954-.197V23.2h-.806v-1.756c0-.519-.312-.797-.672-.797-.37 0-.825.216-.825.845v1.713h-.807v-5h.811v2.25c.159-.394.682-.576 1.003-.576.835.005 1.296.566 1.296 1.507zm.845.197c0-1.027.796-1.7 1.718-1.7s1.727.673 1.727 1.7-.806 1.703-1.727 1.703c-.922 0-1.718-.676-1.718-1.703m2.634 0c0-.557-.417-.95-.916-.95s-.907.393-.907.95c0 .566.408.955.907.955s.916-.39.916-.955m1.498 0c0-1.027.796-1.7 1.718-1.7s1.727.673 1.727 1.7-.806 1.703-1.727 1.703c-.917 0-1.718-.676-1.718-1.703m2.634 0c0-.557-.417-.95-.916-.95s-.907.393-.907.95c0 .566.408.955.907.955.504 0 .916-.39.916-.955m1.704 1.622v-5h.806v5zm1.685-.998h.753c0 .22.192.431.533.431.316 0 .528-.158.528-.37 0-.181-.14-.263-.38-.316l-.431-.11c-.73-.192-.917-.58-.917-.994 0-.504.499-.964 1.205-.964.575 0 1.228.293 1.219 1.012h-.768c0-.22-.202-.36-.432-.36-.25 0-.423.144-.423.346 0 .168.159.264.346.307l.518.14c.73.186.86.642.86.94 0 .657-.658 1.017-1.316 1.017-.638 0-1.281-.388-1.295-1.08z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wacom.svg b/mkdocs-material/material/templates/.icons/simple/wacom.svg new file mode 100644 index 0000000..d63ea0f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wacom.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.243 9.877c-.475 0-.7.05-.944.143l-.044.02.269.475.031-.013c.182-.075.382-.1.757-.1h.4c.588 0 .92.294.92.807v1.576c0 .513-.338.807-.92.807h-.656c-.601 0-.895-.244-.895-.744 0-.495.294-.738.895-.738h.913v-.526H7.03c-.888 0-1.4.463-1.4 1.27 0 .782.537 1.263 1.4 1.263h.707c.982 0 1.433-.656 1.433-1.263V11.14c0-.607-.45-1.263-1.433-1.263zm2.533 1.263c0-.607.45-1.263 1.433-1.263h.613c.5.006.825.074 1.088.25l.038.018-.307.445-.031-.02c-.2-.118-.444-.168-.857-.168h-.513c-.594 0-.92.288-.92.807v1.576c0 .52.326.807.92.807h.513c.413 0 .663-.05.857-.17l.031-.018.307.444-.038.025c-.269.17-.594.244-1.095.244h-.606c-.982 0-1.433-.656-1.433-1.263zm6.543 1.651c0 .513-.338.807-.92.807h-.65c-.594 0-.92-.288-.92-.807v-1.576c0-.513.338-.807.92-.807h.65c.589 0 .92.294.92.807zm-.9-2.908h-.695c-.988 0-1.439.657-1.439 1.263v1.714c0 .607.45 1.264 1.433 1.264h.7c.982 0 1.433-.657 1.433-1.264v-1.714c.006-.607-.444-1.263-1.433-1.263zm3.465.012c.569 0 .907.138 1.17.475.262-.337.606-.475 1.169-.475.844 0 1.395.482 1.395 1.226v2.99h-.532V11.19c0-.52-.294-.77-.888-.77-.563 0-.876.257-.876.72v2.971h-.538V11.14c0-.463-.313-.72-.876-.72-.6 0-.888.25-.888.77v2.921h-.538v-2.99c.007-.744.55-1.226 1.401-1.226m4.69.257q.066 0 .094.018c.026.013.032.038.026.063q.001.048-.044.069c-.019.012-.044.012-.075.012h-.07v-.162zm.138-.032a.3.3 0 0 0-.125-.018l-.156-.007v.45h.081v-.175h.063c.043 0 .068 0 .087.013.031.013.044.05.044.1v.063h.075v-.007q-.008-.007-.006-.025v-.062a.1.1 0 0 0-.025-.069q-.02-.036-.075-.044c.025 0 .05-.006.062-.019.032-.018.044-.05.044-.087q-.001-.084-.069-.113m-.469.207q-.002-.149.1-.25a.38.38 0 0 1 .25-.107q.149.002.25.107c.07.068.1.15.1.25s-.03.181-.1.25a.34.34 0 0 1-.25.106.34.34 0 0 1-.25-.106.33.33 0 0 1-.1-.25m.35.406a.39.39 0 0 0 .288-.119.38.38 0 0 0 .119-.294.39.39 0 0 0-.119-.287c-.075-.082-.175-.12-.288-.12s-.206.038-.287.12a.39.39 0 0 0-.12.287c0 .12.038.213.12.294a.38.38 0 0 0 .287.12M4.597 12.83V9.908l.538-.007v2.99c-.006.745-.55 1.226-1.4 1.226-.57 0-.908-.137-1.17-.475-.263.338-.601.475-1.17.475C.55 14.117 0 13.636 0 12.891v-2.99l.532.007v2.92c0 .52.294.77.888.77.563 0 .876-.256.876-.72v-2.97h.538v2.97c0 .464.312.72.875.72.6 0 .888-.25.888-.77z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wagmi.svg b/mkdocs-material/material/templates/.icons/simple/wagmi.svg new file mode 100644 index 0000000..248a0c6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wagmi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.74 13.207c0 .756.612 1.37 1.369 1.37h2.739a1.37 1.37 0 0 0 1.37-1.37V7.728a1.37 1.37 0 0 1 2.739 0v5.479c0 .756.613 1.37 1.37 1.37h2.738a1.37 1.37 0 0 0 1.37-1.37V7.728a1.37 1.37 0 1 1 2.739 0v8.218a1.37 1.37 0 0 1-1.37 1.37H1.37A1.37 1.37 0 0 1 0 15.945V7.728a1.37 1.37 0 0 1 2.74 0zm19.434 4.434a1.826 1.826 0 1 0 0-3.652 1.826 1.826 0 0 0 0 3.652"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wagtail.svg b/mkdocs-material/material/templates/.icons/simple/wagtail.svg new file mode 100644 index 0000000..af79be8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wagtail.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.181 0c-2.64 0-4.11 1.969-4.732 3.313l-7.431 13.66 2.097-.392L2.263 24l2.688-.482 2.043-5.838c5.815 0 13.279-2.088 12.238-9.906 0 0-.634-3.151-4.743-2.302-.417-1.42-.342-2.475.566-3.434 1.248-1.32 3.182-.596 3.182-.596l.002-1.087C17.559.057 16.906 0 16.181 0m2.417 2.523a.496.496 0 1 0 0 .99.496.496 0 0 0 0-.99M20.1 3.552l-1.292 1.574h2.93zm-3.726 4.79.303.01-.04.55-.038.29c-.014.104-.025.218-.05.338l-.075.383-.106.42c-.042.144-.094.293-.143.448a14 14 0 0 1-.186.468l-.113.237-.058.12-.066.12-.134.24-.152.235-.077.119-.085.114q-.085.116-.174.23c-.126.148-.25.3-.39.438-.134.146-.285.276-.432.41l-.23.19c-.077.065-.16.12-.24.18a8 8 0 0 1-1.01.626c-.347.181-.697.344-1.044.477q-.521.204-1.013.351c-.325.1-.636.183-.924.255-.576.142-1.06.24-1.4.307L7.963 16l.531-.115c.338-.076.82-.184 1.391-.34.286-.078.594-.168.915-.276.322-.105.657-.23.997-.373.341-.14.683-.31 1.022-.496a8 8 0 0 0 .978-.64c.076-.06.157-.116.23-.181l.221-.191c.14-.135.284-.265.41-.41.134-.137.25-.288.369-.433q.084-.114.163-.228l.08-.112.072-.117.141-.231.124-.235.061-.115.053-.118.103-.232q.091-.233.17-.455c.043-.151.09-.296.126-.436l.094-.408.062-.372c.022-.116.03-.227.042-.329l.03-.28z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wails.svg b/mkdocs-material/material/templates/.icons/simple/wails.svg new file mode 100644 index 0000000..30eb296 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wails.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.67 5.252-7.856 5.039-.369-.459-8.69-.283 1.891 1.904 5.221.106 1.63 1.656-5.878.662 1.77 1.783 5.34-1.185.003-.006.993 1.168-3.079 3.11 7.399.001-1.582-5.002 2.209 3.14H24l-5.385-2.415h4.121l-5.384-2.418h4.117L16.297 9.73l1.088-1.443 4.09-1.076-3.467.248zm-3.635 2.322-6.039.43 1.455 1.826 1.813-.476zm-.252 2.84-.86 1.145-.001-.002.154-.205zM0 12.2l5.615 1.033-1.017-1.027z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wakatime.svg b/mkdocs-material/material/templates/.icons/simple/wakatime.svg new file mode 100644 index 0000000..3888e3e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wakatime.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0m0 2.824a9.176 9.176 0 1 1 0 18.352 9.176 9.176 0 0 1 0-18.352m5.097 5.058c-.327 0-.61.19-.764.45-1.025 1.463-2.21 3.162-3.288 4.706l-.387-.636a.9.9 0 0 0-.759-.439.9.9 0 0 0-.788.492l-.357.581-1.992-2.943a.9.9 0 0 0-.761-.446c-.514 0-.903.452-.903.96a1 1 0 0 0 .207.61l2.719 3.96c.152.272.44.47.776.47a.91.91 0 0 0 .787-.483c.046-.071.23-.368.314-.504l.324.52c-.035-.047.076.113.087.13.024.031.054.059.078.085q.03.028.058.052c.036.033.08.056.115.08q.039.023.076.04.045.02.088.035c.058.025.122.027.18.04.031.004.064.003.092.005.29 0 .546-.149.707-.36 1.4-2 2.842-4.055 4.099-5.849A1 1 0 0 0 18 8.842c0-.508-.389-.96-.903-.96"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/walkman.svg b/mkdocs-material/material/templates/.icons/simple/walkman.svg new file mode 100644 index 0000000..89df891 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/walkman.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.838 6.377a3.6 3.6 0 0 0-.833.086c-1.696.375-2.56 1.674-2.535 3.027.022 1.328-.592 2.51-1.911 2.663-1.28.154-1.861-.835-1.946-2.009-.083-1.159-.875-2.076-2.099-1.802-1.044.227-1.785 1.163-1.846 2.339-.065 1.22-.547 2.24-1.425 2.343-.841.097-1.261-.933-1.317-1.75-.054-.803-.453-1.822-1.497-1.59C.446 9.9.017 11.128.001 11.94c-.017.82.333 1.914 1.27 1.853.726-.048 1.275.636 1.291 1.67.014 1.008.568 2.16 1.665 2.162 1.16 0 1.799-.982 1.828-2.366.027-1.2.757-2.06 1.555-2.147.827-.087 1.588.635 1.674 1.957.091 1.344.77 2.517 2.568 2.517 1.947 0 2.457-1.477 2.421-2.889-.036-1.397 1.03-2.367 2.318-2.544 1.404-.192 2.862-1.246 2.687-3.382-.138-1.701-1.242-2.374-2.44-2.393zm3.999 5.638a4 4 0 0 0-.318.02c-1.6.16-2.762 1.27-2.644 2.893.12 1.65 1.47 2.679 3.133 2.679 1.769 0 3.165-1.154 2.975-2.992-.178-1.69-1.571-2.632-3.146-2.6"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wallabag.svg b/mkdocs-material/material/templates/.icons/simple/wallabag.svg new file mode 100644 index 0000000..59c95cd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wallabag.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.376 0q-.066-.005-.139.054c-.103.083-.998.291-1.529.705-.857.669-1.385 1.94-1.625 2.644l-.047.14c-.111.27-.334.27-.334.27a3 3 0 0 0-.325-.017q-.145 0-.29.014h-.007c-.284.041-.44-.305-.473-.388-.332-.953-1.224-2.833-3.232-3.34 0 0-.365-.278-.254.194.106.452.324.907.276 1.57-.023.307-.212 1.877 1.231 2.695q.206.116.37.2c-.727.58-1.388 1.39-1.953 2.308.287-.176 1.836-.997 4.332.034 2.569 1.06 4.161.139 4.359.013-.621-1.02-1.358-1.91-2.175-2.506l.168-.047c1.083-.313 1.358-1.23 1.416-2.016.066-.89.11-.904.303-1.705.14-.577.058-.807-.072-.821zm-7.174 9.03a.82.82 0 0 0-.555.188.57.57 0 0 0-.22.44v2.84c0 .358.036.697.105 1.006q.106.475.365.823.263.352.702.55c.289.128.65.193 1.073.193.442 0 .812-.083 1.1-.245a1.9 1.9 0 0 0 .606-.53q.234.326.592.53c.284.162.66.245 1.117.245.423 0 .784-.067 1.07-.196a1.76 1.76 0 0 0 .695-.547 2.1 2.1 0 0 0 .366-.823c.068-.31.102-.648.102-1.005V9.658a.58.58 0 0 0-.212-.44c-.137-.126-.327-.188-.56-.188a.74.74 0 0 0-.525.19.59.59 0 0 0-.205.438v2.886q0 .582-.203.848c-.131.17-.34.252-.64.252-.306 0-.516-.081-.64-.25q-.193-.266-.193-.85V9.646a.53.53 0 0 0-.26-.465c-.231-.146-.46-.199-.74-.106a1.2 1.2 0 0 0-.241.11.7.7 0 0 0-.196.178.4.4 0 0 0-.088.25v2.93q0 .585-.193.851c-.124.169-.332.25-.638.25s-.518-.082-.645-.252q-.199-.265-.2-.848V9.658a.59.59 0 0 0-.205-.438.75.75 0 0 0-.534-.19zm-3.052 5.774a5.6 5.6 0 0 0 .336 1.032c.12.673.28 2.258-.48 3.645-.671 1.222-3.982 2.888-8.895 1.932 0 0-.197-.137-.256-.024-.089.168.272.303.643.401 3.421.906 8.583.536 10.204-.8.74-.609 1.026-1.428 1.1-2.31 0 0 .019-.231.308-.057.083.05.382.245.43.465.042.313.045.696-.117.966-.232.385-.234.441.07.659.187.133.952.695 2.014 1.333l.006.004c.225.135.538.467.538.467.478.554 1.518 1.667 1.97 1.457.214-.099-.007-.544-.007-.544s.354.461.545.304c.146-.12-.084-.581-.084-.581s.31.27.495.17c.226-.122-.033-.83-1.81-1.91-1.78-1.082-2.261-1.248-2.304-1.73v-.065c.014-.107.074-.333.333-.31a7.5 7.5 0 0 0 1.189.097 7.4 7.4 0 0 0 1.355-.123s.022-.005.029-.006c.05-.007.15-.003.15.12a1 1 0 0 1-.152.452c-.26.39-.174.444.098.695.167.154.937.83 1.99 1.486l.004.004c.225.135.614.506.614.506.436.443 1.238 1.185 1.676 1.14.296-.03.054-.54.054-.54s.374.36.558.254c.205-.118-.084-.494-.084-.494s.24.128.41.086.213-.477-1.556-1.572-2.364-1.481-2.327-1.9c0 0 0-.069.018-.173a1.13 1.13 0 0 1 .612-.817l.037-.024c1.378-.8 2.386-2.087 2.741-3.695-.357.888-3.008 1.578-6.227 1.578-3.218 0-5.87-.69-6.228-1.578z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/walletconnect.svg b/mkdocs-material/material/templates/.icons/simple/walletconnect.svg new file mode 100644 index 0000000..0ece357 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/walletconnect.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.913 7.519c3.915-3.831 10.26-3.831 14.174 0l.471.461a.483.483 0 0 1 0 .694l-1.611 1.577a.25.25 0 0 1-.354 0l-.649-.634c-2.73-2.673-7.157-2.673-9.887 0l-.694.68a.255.255 0 0 1-.355 0L4.397 8.719a.48.48 0 0 1 0-.693zm17.506 3.263 1.434 1.404a.483.483 0 0 1 0 .694l-6.466 6.331a.51.51 0 0 1-.709 0l-4.588-4.493a.126.126 0 0 0-.178 0l-4.589 4.493a.51.51 0 0 1-.709 0L.147 12.88a.483.483 0 0 1 0-.694l1.434-1.404a.51.51 0 0 1 .709 0l4.589 4.493c.05.048.129.048.178 0l4.589-4.493a.51.51 0 0 1 .709 0l4.589 4.493c.05.048.128.048.178 0l4.589-4.493a.507.507 0 0 1 .708 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/walmart.svg b/mkdocs-material/material/templates/.icons/simple/walmart.svg new file mode 100644 index 0000000..b032429 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/walmart.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.418 9.102c-.22 0-.396.123-.396.273l.134 1.516c.015.092.127.162.262.162.136 0 .247-.07.262-.162l.135-1.516c0-.15-.176-.273-.397-.273M0 10.318s.597 2.447.692 2.845c.112.463.312.634.89.519l.373-1.517c.094-.377.158-.646.219-1.03h.01c.043.388.104.654.181 1.03l.23 1.051c.078.362.295.59.86.466l.89-3.364h-.718l-.303 1.455c-.082.423-.156.753-.213 1.14h-.01c-.052-.383-.118-.7-.2-1.113l-.317-1.482h-.747l-.338 1.445c-.096.439-.185.793-.242 1.167h-.01a41 41 0 0 0-.22-1.222s-.201-1.033-.272-1.39zm6.838 0v3.364h.683v-3.364zm9.62 0V12.8c0 .342.064.581.201.728.12.128.319.21.556.21.202 0 .401-.038.495-.073l-.01-.533c-.069.017-.149.03-.259.03-.232 0-.31-.148-.31-.456v-.949h.595v-.643h-.595v-.796zm2.778 0c-.114.003-.244.09-.327.233-.11.191-.091.405.038.48l1.38.642c.086.032.203-.03.271-.146.068-.117.063-.25-.009-.308l-1.246-.874a.2.2 0 0 0-.107-.027m4.364 0a.2.2 0 0 0-.106.027l-1.247.874c-.071.058-.076.19-.009.307v.001c.068.117.185.178.271.146l1.38-.643c.13-.074.149-.288.04-.479-.084-.143-.214-.23-.329-.233m-18.288.78c-.424 0-.761.12-.945.225l.134.46c.168-.105.436-.193.69-.193.419-.001.488.237.488.39v.036c-.915-.001-1.492.315-1.492.96 0 .394.294.763.805.763.315 0 .578-.126.736-.327h.015s.105.437.68.27a4 4 0 0 1-.04-.61v-.898c0-.572-.245-1.076-1.071-1.076m4.086 0c-.428 0-.62.217-.736.4h-.01v-.343H8v2.527h.686V12.2c0-.07.008-.143.033-.207.056-.149.195-.324.417-.324.277 0 .406.235.406.573v1.44h.686v-1.5c0-.066.01-.146.029-.205a.43.43 0 0 1 .412-.308c.28 0 .416.23.416.628v1.385h.686v-1.488c0-.785-.399-1.096-.848-1.096-.2 0-.357.05-.499.137q-.18.11-.32.315h-.01c-.109-.272-.364-.452-.696-.452m3.77 0c-.425 0-.761.12-.945.225l.134.46c.168-.105.436-.193.69-.193.419-.001.487.237.487.39v.036c-.914-.001-1.491.315-1.491.96 0 .394.294.763.805.763.315 0 .578-.126.735-.327h.016s.104.437.68.27a4 4 0 0 1-.04-.61v-.898c0-.572-.245-1.076-1.071-1.076m2.851 0c-.263 0-.562.17-.688.534h-.019v-.477h-.618v2.527h.705v-1.294q0-.103.015-.186c.052-.272.26-.445.557-.445.082 0 .14.009.203.018v-.661a.7.7 0 0 0-.155-.016m4.36 1.22a.14.14 0 0 0-.052.01l-1.38.641c-.13.075-.149.289-.038.48.11.19.305.281.434.207l1.246-.874c.072-.06.077-.191.01-.309-.055-.095-.143-.153-.22-.154m2.079 0c-.077.002-.165.06-.22.156-.067.117-.062.249.01.308l1.246.874c.129.074.323-.016.434-.207s.091-.405-.039-.48l-1.38-.642a.1.1 0 0 0-.051-.008m-16.757.146v.315a.5.5 0 0 1-.017.137.48.48 0 0 1-.461.323c-.19 0-.34-.107-.34-.334 0-.347.383-.443.818-.441m7.855 0v.315a.5.5 0 0 1-.017.137.48.48 0 0 1-.46.323c-.19 0-.34-.107-.34-.334 0-.347.382-.443.817-.441m7.862.483c-.135 0-.247.07-.262.162l-.134 1.516c0 .15.176.273.396.273s.397-.123.397-.273l-.135-1.516c-.015-.092-.126-.162-.262-.162z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wantedly.svg b/mkdocs-material/material/templates/.icons/simple/wantedly.svg new file mode 100644 index 0000000..3b6ec96 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wantedly.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.453 14.555c-.171-.111-.658-.764-2.006-3.982a9 9 0 0 0-.237-.526l-.274-.664-2.362-5.702H8.85l2.362 5.702 2.362 5.706 2.181 5.267a.196.196 0 0 0 .362 0l2.373-5.682a.1.1 0 0 0-.037-.119m-8.85 0c-.171-.111-.658-.764-2.006-3.982a9 9 0 0 0-.236-.525l-.276-.665-2.36-5.702H0l2.362 5.702 2.362 5.706 2.181 5.267a.196.196 0 0 0 .362 0l2.374-5.682a.1.1 0 0 0-.038-.119M24 6.375a2.85 2.85 0 0 1-2.851 2.852 2.85 2.85 0 0 1-2.852-2.852 2.85 2.85 0 0 1 2.852-2.851A2.85 2.85 0 0 1 24 6.375"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wappalyzer.svg b/mkdocs-material/material/templates/.icons/simple/wappalyzer.svg new file mode 100644 index 0000000..00028cd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wappalyzer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 11.014v-.604L12 1.805 0 10.41v.603l12 8.606zM8.634 10.82l2.75 1.07.016-.01-1.526-1.967.984-.72 2.695 1.116.016-.011-1.463-2.018 1.247-.913 2.6 3.85-1.046.766-2.797-1.157-.012.008 1.593 2.038-1.048.767-5.26-1.903zm14.418 1.488.947.679v.603l-12 8.605L0 13.59v-.603l.947-.678 10.761 7.717.292.21.291-.21 10.762-7.717z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/warnerbros.svg b/mkdocs-material/material/templates/.icons/simple/warnerbros.svg new file mode 100644 index 0000000..ff18c70 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/warnerbros.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.58 10.238c-.524 0-1 .2-2.465 1.252v5.66c2.54-2.855 3.264-4.808 3.264-5.81-.003-.702-.326-1.102-.8-1.102m.2-3.756c0-1.005-1.146-1.83-2.665-1.929v5.234c1.916-1.127 2.664-2.257 2.664-3.306zm4.51-2.222c-.025-.1-.05-.137-.1-.15l-1.797-.476-.249-1.027c-.012-.05-.025-.088-.074-.1l-1.844-.5-.224-.978a.14.14 0 0 0-.1-.125L12.115.01a.6.6 0 0 0-.237 0L7.09.904a.14.14 0 0 0-.1.125l-.224.978-1.843.5c-.05.012-.062.05-.075.1l-.249 1.026-1.791.477c-.05.013-.075.05-.1.15a13 13 0 0 0-.224 2.43c0 7.215 3.737 13.477 9.317 17.21a.25.25 0 0 0 .2.1.25.25 0 0 0 .2-.1c5.58-3.733 9.317-9.995 9.317-17.21a13 13 0 0 0-.228-2.43zm-9.993 16.321c0 .05-.05.075-.099.025-1.37-1.577-2.292-3.506-2.914-5.61l-.947.603c-.25.176-.448.1-.6-.175-1.27-2.254-2.092-5.961-2.166-8.565a.45.45 0 0 1 .124-.325 12 12 0 0 1 1.096-1.152c.075-.075.15-.026.15.1 0 3.205.547 6.185 1.42 8.14.074.15.149.15.249.074l.273-.175c-.523-2.33-.822-5.435-.747-9.016 0-.125.025-.176.1-.225a9 9 0 0 1 1.195-.627c.124-.05.15-.024.15.075-.07 5.21.354 8.814 1.274 11.694.025.075.1.05.1-.025-.05-1.052-.05-1.978-.05-3.106l-.05-8.99c0-.1.025-.15.125-.175a10 10 0 0 1 1.245-.226.07.07 0 0 1 .055.019.07.07 0 0 1 .02.056zm1.495.025c-.05.05-.1.025-.1-.025V2.976a.07.07 0 0 1 .02-.056.07.07 0 0 1 .055-.02c3.337.226 5.48 1.629 5.48 3.657a3.4 3.4 0 0 1-.872 2.278c1.095.3 1.519 1.127 1.519 2.229.002 1.954-1.418 5.185-6.1 9.542Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/warp.svg b/mkdocs-material/material/templates/.icons/simple/warp.svg new file mode 100644 index 0000000..27f86e5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/warp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.035 2.723h9.253A2.71 2.71 0 0 1 24 5.435v10.529a2.71 2.71 0 0 1-2.712 2.713H8.047Zm-1.681 2.6L6.766 19.677h5.598l-.399 1.6H2.712A2.71 2.71 0 0 1 0 18.565V8.036a2.71 2.71 0 0 1 2.712-2.712Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wasabi.svg b/mkdocs-material/material/templates/.icons/simple/wasabi.svg new file mode 100644 index 0000000..d9458dc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wasabi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.483 3.517A11.9 11.9 0 0 0 12 0a11.9 11.9 0 0 0-8.483 3.517A11.9 11.9 0 0 0 0 12a11.9 11.9 0 0 0 3.517 8.483A11.9 11.9 0 0 0 12 24a11.9 11.9 0 0 0 8.483-3.517A11.9 11.9 0 0 0 24 12a11.9 11.9 0 0 0-3.517-8.483m1.29 7.387-5.16-4.683-5.285 4.984-2.774 2.615V9.932l4.206-3.994 3.146-2.969c3.163 1.379 5.478 4.365 5.867 7.935m-.088 2.828a10.6 10.6 0 0 1-1.025 2.951l-2.952-2.668v-3.87Zm-8.183-11.47-2.227 2.103-2.739 2.598v-4.17A9.8 9.8 0 0 1 12 2.155c.513 0 1.007.035 1.502.106zM6.398 13.891l-4.083-3.658a9.7 9.7 0 0 1 1.078-2.987L6.398 9.95zm0-9.968v3.129l-1.75-1.573a8.6 8.6 0 0 1 1.75-1.556m-4.189 9.102 5.284 4.736 5.302-4.983 2.74-2.598v3.817l-7.423 7.016a9.82 9.82 0 0 1-5.903-7.988m8.306 8.695 5.02-4.754v4.206a9.8 9.8 0 0 1-3.553.654c-.495 0-.99-.035-1.467-.106m7.176-1.714v-3.11l1.714 1.555a9.6 9.6 0 0 1-1.714 1.555"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wasmcloud.svg b/mkdocs-material/material/templates/.icons/simple/wasmcloud.svg new file mode 100644 index 0000000..0e56167 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wasmcloud.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.805 5.477 12.797.215a1.59 1.59 0 0 0-1.6 0L2.19 5.477a1.41 1.41 0 0 0-.697 1.215v10.604a1.44 1.44 0 0 0 .715 1.243l9.023 5.251a1.55 1.55 0 0 0 1.558 0l8.998-5.25a1.44 1.44 0 0 0 .72-1.244V6.692a1.41 1.41 0 0 0-.702-1.215m-2.001 10.428a.28.28 0 0 1-.139.238l-7.527 4.388a.28.28 0 0 1-.282 0l-7.524-4.385a.29.29 0 0 1-.14-.257v-7.8a.28.28 0 0 1 .138-.239l2.732-1.6a.28.28 0 0 1 .279 0 .28.28 0 0 1 .14.242v7.324l2.469-1.432v-7.65a.27.27 0 0 1 .138-.241l1.781-1.04a.28.28 0 0 1 .282 0l1.794 1.042a.28.28 0 0 1 .136.241v7.642l2.455 1.43V6.484a.28.28 0 0 1 .141-.24.28.28 0 0 1 .28 0l2.731 1.603a.28.28 0 0 1 .139.239z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wasmer.svg b/mkdocs-material/material/templates/.icons/simple/wasmer.svg new file mode 100644 index 0000000..8d88fb1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wasmer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.111 3.537c-.011.822-.5 1.208-1.111.86-.611-.353-1.106-1.307-1.111-2.146L12 0v4.651l5.561 3.222.55.32v7.763L22 18.206V5.794l-3.889-2.256Zm-5 3.034c-.011.822-.5 1.208-1.111.86-.611-.352-1.106-1.307-1.111-2.145l-3.89-2.252V7.41l5.562 3.222.55.32v8.038L17 21.241V8.828L13.11 6.57Zm-5 2.759c-.011.822-.5 1.208-1.111.86-.611-.353-1.106-1.307-1.111-2.146L2 5.794v12.413L12 24V11.586z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/watchtower.svg b/mkdocs-material/material/templates/.icons/simple/watchtower.svg new file mode 100644 index 0000000..b4ceb57 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/watchtower.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 .099C5.373.099 0 5.426 0 12c0 6.571 5.373 11.9 12 11.9S24 18.573 24 12C24 5.428 18.627.1 12 .1Zm.139 7.34 5.377 2.66v.222h-.526v.504l6.36-1.619a11.53 11.53 0 0 1-.248 6.424l-6.112-1.22v.652h2.428v1.091h.393l-.002.248-2.745 1.471.67 4.219-.203.111a11.7 11.7 0 0 1-5.506 1.367A11.7 11.7 0 0 1 6.72 22.3h-.01v-.003q-.098-.048-.195-.098l.685-4.31-2.765-1.473.001-.264h.413v-1.09h2.435v-.65L.961 15.675a11.5 11.5 0 0 1-.602-3.676c0-.987.125-1.947.36-2.863l6.564 1.676v-.51h-.578v-.203Zm-4.856 3.373v3.6l.33-.067v-3.451zm.33.082 2.668.68v-1.061H7.613Zm2.668.68v2.24l.328-.067v-2.09zm.328.083.452.115.039-.439h2.076l.04.453.458-.115v-1.158h-3.065zm3.065.014-.002 2.074.33.067v-2.225l2.658-.678v-.396H14v1.074zm2.986-.762v3.434l.33.066v-3.584zm0 3.434-2.658-.531v.935h2.658zm-2.988-.598-.281-.055.097 1.057h.184zm-3.063.002v1h.178l.096-1.055zm-2.996.598v.402h2.666v-.933zm-.904 7.95q.005.003.01.005l10.812-.098-.343-2.219H7.078Zm5.428-14.704-5.291 2.594h10.527Zm-.905 3.888-.298 3.268h2.408l-.299-3.268zm-3.619 3.543v.069h9.235l-.004-.069zm-2.547.32v.81h2.217v-.81zm2.547 0v.81h3.01v-.81zm3.229 0v.81h2.605v-.81zm2.824 0v.81h3.18v-.81zm3.398 0v.81H19.2v-.81Zm-12.216 1.05 2.574 1.37h9.422l2.574-1.37z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wattpad.svg b/mkdocs-material/material/templates/.icons/simple/wattpad.svg new file mode 100644 index 0000000..691d951 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wattpad.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.034 3.09c-1.695.113-3.9 2.027-6.9 6.947.245-2.758.345-4.716-.857-5.743-.823-.702-2.764-.974-3.926.536C.18 6.349-.09 9.312.024 12.432c.238 6.518 2.544 8.487 4.59 8.487h.001c3.623 0 4.13-4.439 6.604-8.4-.09 1.416-.008 2.668.266 3.532 1.078 3.398 4.784 3.663 6.467.21 2.374-4.87 3.058-6.016 5.453-9.521 1.58-2.314-.252-3.812-2.374-2.735-1.09.554-2.86 1.935-5.065 4.867.387-2.23.28-5.996-2.932-5.782"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wayland.svg b/mkdocs-material/material/templates/.icons/simple/wayland.svg new file mode 100644 index 0000000..73f57e4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wayland.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.982 12c0 9.224-9.985 14.989-17.973 10.377A11.98 11.98 0 0 1 .018 12c0-3.386 1.346-6.306 3.444-8.418v.675l.553 3.413v1.07l.077 1.365q-.344 0-.344.159v.09l.344-.09h.076v2.366q.267 2.367.992 4.21.075 1.297.286 1.297.343 1.297.496 1.297a5.5 5.5 0 0 0 2.422 1.865q.516 0 .859-1.296.439-2.799.706-3.414.247.25.858.342v-.091q0-.228-.782-.478.21-1.092.572-1.866.058-1.32 1.354-3.663l.344.09q.075 1.07.286 1.776.782 1.592.782 3.003 0 .546 1.22 3.663.306 2.049.783 2.412h.152q.63 0 1.488-1.615.84-1.821 1.354-2.025 0-.16-.362-.16v-.09q.286 0 .286-.16v-.068l-.076-.091.801-.319q0-.41-.286-.41v-.09h.572v-.16q-.438 0-.572-.477h.133v-.319l-.076-.091q.649 0 .649-.25v-.069h-.134v-.09q.23 0 .343-.478-.63-.205-.629-.41l.553-1.615q0-1.23.439-2.685.495-1.41.706-3.072.456-1.596.938-2.17A11.98 11.98 0 0 1 23.982 12m-5.99-10.377q.881.511 1.65 1.148a34 34 0 0 0-.157 1.736q-.687 1.616-1.507 4.55h-1.411l-.725.07v.181h.362l.286-.09 1.202.158v.092q-.515 1.774-.63 1.774-.667 3.322-1.068 3.322h-.229q-.477-.433-1.068-1.774a.86.86 0 0 0-.21-.57L13.42 9.855q-.324-1.501-.858-2.252-.172-.5-.572-.5h-.134q-.63 0-1.22.887l.076.25q-.268.91-.859 2.116-.915 2.662-1.201 2.662h-.153l-.286-.227q-.725-1.957-.992-5.757h-.134v-.16h.058a1.33 1.33 0 0 1 .515-.75v-.069l-.077-.09-.076.09-.076-.09-.344.09h-.152q-.135 0-.42-1.046v-.183h.496v-.16h-.648q-.208-1.047-1.218-2.494.444-.309.915-.577h.016l.077.068.438-.068h.783q.343 0 .705.25.172-.228.649-.25v-.16h-2.38c3.11-1.667 6.947-1.99 10.51-.392l-.443.142v.16q.36 0 .482-.284.553.25 1.095.562m3.477 3.203h-.134l.035-.295.179.23zM9.719 1.595h.572l.133.159.363-.16.42.069.438-.068v-.16H9.72v.16Zm3.7 1.297v.159l.21.09v-.09l.076-.091q.21 0 .21-.16v-.068h-.21zm-1.144.887h-.058l-.076-.068-.42.227v.16q.915-.205.916-.387V3.62zm-2.842.978q0 .25-.153.25v.16q.897-.295 1.297-.66V4.44l-1.144.318Zm4.482.57v.068l.153.182h.076l.134-.182v-.069l-.077-.09-.286.09Zm2.785.159v.09h.076l.134-.181v-.069h-.076zm-1.354 1.206.152.25q.345 0 .42-.25l-.286-.228q-.286.114-.286.228m1.85.978v.091h.153l.057-.091v-.068l-.057-.091zm-3.128.978v.091h.21l.362-.34v-.07q-.572.115-.572.32ZM2.24 12.13v.341h.153q.21-.16.496-.91v-.068h-.076zm9.328 3.413v.159l.076.091.572-.341v-.16h-.076zm-7.267.887.21.82h.152l-.229-.888h-.133zm7.63 1.07.133.227h.076l.076-.068-.228-.25h-.058v.09Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/waze.svg b/mkdocs-material/material/templates/.icons/simple/waze.svg new file mode 100644 index 0000000..4a33d92 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/waze.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.218 0C9.915 0 6.835 1.49 4.723 4.148c-1.515 1.913-2.31 4.272-2.31 6.706v1.739c0 .894-.62 1.738-1.862 1.813-.298.025-.547.224-.547.522-.05.82.82 2.31 2.012 3.502.82.844 1.788 1.515 2.832 2.036a3 3 0 0 0 2.955 3.528 2.966 2.966 0 0 0 2.931-2.385h2.509c.323 1.689 2.086 2.856 3.974 2.21 1.64-.546 2.36-2.409 1.763-3.924a13 13 0 0 0 1.838-1.465 10.73 10.73 0 0 0 3.18-7.65c0-2.882-1.118-5.589-3.155-7.625A10.9 10.9 0 0 0 13.218 0m0 1.217c2.558 0 4.967.994 6.78 2.807a9.53 9.53 0 0 1 2.807 6.78A9.53 9.53 0 0 1 20 17.585a9.65 9.65 0 0 1-6.78 2.807h-2.46a3.01 3.01 0 0 0-2.93-2.41 3.03 3.03 0 0 0-2.534 1.367v.024a9 9 0 0 1-2.41-1.788c-.844-.844-1.316-1.614-1.515-2.11a2.86 2.86 0 0 0 1.441-.846 2.96 2.96 0 0 0 .795-2.036v-1.789c0-2.11.696-4.197 2.012-5.861 1.863-2.385 4.62-3.726 7.6-3.726zm-2.41 5.986a1.19 1.19 0 0 0-1.191 1.192 1.19 1.19 0 0 0 1.192 1.193A1.19 1.19 0 0 0 12 8.395a1.19 1.19 0 0 0-1.192-1.192m7.204 0a1.19 1.19 0 0 0-1.192 1.192 1.19 1.19 0 0 0 1.192 1.193 1.19 1.19 0 0 0 1.192-1.193 1.19 1.19 0 0 0-1.192-1.192m-7.377 4.769a.596.596 0 0 0-.546.845 4.81 4.81 0 0 0 4.346 2.757 4.77 4.77 0 0 0 4.347-2.757.596.596 0 0 0-.547-.845h-.025a.56.56 0 0 0-.521.348 3.59 3.59 0 0 1-3.254 2.061 3.59 3.59 0 0 1-3.254-2.061.64.64 0 0 0-.546-.348"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wazirx.svg b/mkdocs-material/material/templates/.icons/simple/wazirx.svg new file mode 100644 index 0000000..01d2e41 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wazirx.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.965 21.964h21.924v-2.485H.965zm6.752-3.81h15.195L24 6.343 7.717 18.155Zm9.384-8.704L5.205 18.072H1.93l6.045-9.814 3.858-6.22 5.269 7.412Zm-11.693.223L0 6.067l.994 10.762z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wearos.svg b/mkdocs-material/material/templates/.icons/simple/wearos.svg new file mode 100644 index 0000000..9878399 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wearos.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.416 21.135c-.969 0-1.894-.56-2.313-1.502L.219 6.42A2.53 2.53 0 0 1 4.842 4.36l5.883 13.213a2.53 2.53 0 0 1-1.282 3.341 2.5 2.5 0 0 1-1.027.22m7.195.036a2.33 2.33 0 0 1-2.127-1.381L7.39 6.102a2.327 2.327 0 0 1 4.251-1.894l6.094 13.69a2.327 2.327 0 0 1-1.178 3.072 2.3 2.3 0 0 1-.946.201M24 5.195a2.327 2.327 0 0 1-2.327 2.327 2.327 2.327 0 0 1-2.327-2.327 2.327 2.327 0 0 1 2.327-2.327A2.327 2.327 0 0 1 24 5.195zm-2.612 5.116a2.49 2.49 0 0 1-2.49 2.49 2.49 2.49 0 0 1-2.488-2.49 2.49 2.49 0 0 1 2.489-2.49 2.49 2.49 0 0 1 2.49 2.49"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/weasyl.svg b/mkdocs-material/material/templates/.icons/simple/weasyl.svg new file mode 100644 index 0000000..4269c59 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/weasyl.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.23 4.156a8.5 8.5 0 0 0-5.871-1.857c-3.766.243-6.324 2.662-7.364 6.481-1.28-1.224-1.892-3.238-2.093-5.54-1.02.215-1.658.702-2.233 1.237.445 2.316 1.802 4.015 3.264 5.158-2.559.317-5.99 2.442-6.771 4.904-.507 1.598.258 3.415 1.283 4.52 1.237 1.333 3.75 1.998 6.355 1.754.037.362-.104.536-.058.907 4.067-.306 7.174-1.646 10.04-3.894 1.119-.877 2.659-2.037 3.756-3.227 1.101-1.192 2.296-2.578 2.443-4.52.21-2.79-1.236-4.694-2.751-5.923m-1.434 10.938c-1.035 1.001-2.241 1.797-3.351 2.675-1.249-1.987-2.583-3.984-3.887-5.917.017 2.63.006 5.432.04 7.957-.78.381-1.789.558-2.744.763-1.935-2.917-3.968-5.99-5.961-8.908.693-.447 1.627-.785 2.478-1.075 1.419 2.05 2.729 4.253 4.171 6.333.019-3.113-.009-6.673-.061-9.919a14 14 0 0 0 1.527-.434c1.813 2.721 3.553 5.628 5.464 8.359a547 547 0 0 1-.018-9.768c.858-.282 1.803-.535 2.669-.809.02 3.499-.338 7.128-.327 10.743"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/web3dotjs.svg b/mkdocs-material/material/templates/.icons/simple/web3dotjs.svg new file mode 100644 index 0000000..65c8cf4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/web3dotjs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.889.775S0 1.29 0 2.315V7.44s0 3.079 2.666 4.618c.817.472 1.384.508 1.777.334.394.628.96 1.246 1.778 1.718 2.666 1.54 2.668-1.539 2.668-1.539V7.447c0-1.027.888-1.539.888-1.539l3.557-2.054s.89-.514 1.777 0c.89.513 0 1.027 0 1.027L11.56 6.934l1.775 1.025 3.559-2.055c.052-.03.912-.495 1.773.002.89.514 0 1.026 0 1.026l-3.555 2.054s-.888.514-.888 1.54v5.124s0 1.028-.889.514c-.89-.513-.89-1.539-.89-1.539l-1.778-1.027s.001 3.08 2.668 4.619 2.666-1.54 2.666-1.54v-5.126c0-1.026.889-1.537.889-1.537l4.445-2.569s1.776-1.025-.889-2.564c-.819-.474-1.552-.704-2.177-.797-.164-.357-.565-.776-1.377-1.24-2.667-1.523-5.332-.016-5.332-.016L8.004 4.881s-.89.514-.89 1.539v5.125s0 1.027-.89.514c-.889-.514-.89-1.54-.89-1.54V5.396q0-.096.01-.188c.097-.902.879-1.353.879-1.353L4.445 2.828l-.004.002c-.052.03-.884.544-.884 1.537v5.125s-.002 1.027-.891.514c-.89-.514-.889-1.54-.889-1.54V3.343c0-1.026.889-1.54.889-1.54L.889.776zm9.78 8.735v2.053l1.778 1.025v-2.053zm8.442 2.183c-.666.005-1.332.389-1.332 1.909 0 3.039 2.666 4.619 2.666 4.619l.889.513s.89.514.89 1.54-.89.513-.89.513l-3.555-2.053v2.053l3.555 2.053S24 24.379 24 21.3c0-3.077-1.777-4.105-1.777-4.105l-1.778-1.025s-.888-.514-.888-1.54c0-1.028.888-.515.888-.515L24 16.168v-2.053l-3.555-2.05s-.667-.376-1.334-.372"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/webassembly.svg b/mkdocs-material/material/templates/.icons/simple/webassembly.svg new file mode 100644 index 0000000..83c7738 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/webassembly.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.745 0v.129a2.752 2.752 0 1 1-5.504 0V0H0v24h24V0zm-3.291 21.431-1.169-5.783h-.02l-1.264 5.783H7.39l-1.824-8.497h1.59l1.088 5.783h.02l1.311-5.783h1.487l1.177 5.854h.02l1.242-5.854h1.561l-2.027 8.497zm8.755 0-.542-1.891h-2.861l-.417 1.891h-1.59l2.056-8.497h2.509l2.5 8.497zm-2.397-6.403-.694 3.118h2.159l-.796-3.118z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/webauthn.svg b/mkdocs-material/material/templates/.icons/simple/webauthn.svg new file mode 100644 index 0000000..2c373d7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/webauthn.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.287 3.641a8.41 8.41 0 0 0-8.05 7.593h.55a7.8 7.8 0 0 1 2.24-4.713 6 6 0 0 0 .923.695c-.608 1.177-.98 2.556-1.082 4.018h.135c.105-1.467.485-2.819 1.065-3.947.745.434 1.623.754 2.577.94a28 28 0 0 0-.25 3.763h-.847v.135h.847c.003 1.334.09 2.617.25 3.764-.954.185-1.832.506-2.577.94a10 10 0 0 1-.978-3.137h-.137c.164 1.16.502 2.25.997 3.208a6 6 0 0 0-.924.695 7.8 7.8 0 0 1-2.255-4.875h-.55a8.407 8.407 0 0 0 16.78-.675 8.4 8.4 0 0 0-.69-3.333 8.41 8.41 0 0 0-8.025-5.072zm.315.546q.233 0 .464.014c.365.34.708 1.07.983 2.114a17 17 0 0 1 .357 1.79 10 10 0 0 1-1.804.16 10 10 0 0 1-1.805-.16 17 17 0 0 1 .357-1.79c.275-1.045.618-1.775.983-2.114a8 8 0 0 1 .465-.014m-.665.028c-.345.392-.658 1.093-.913 2.065a17 17 0 0 0-.36 1.8c-.939-.183-1.802-.498-2.533-.926.686-1.283 1.635-2.264 2.73-2.775a8 8 0 0 1 1.076-.164m1.33 0a8 8 0 0 1 1.084.168c1.092.513 2.037 1.492 2.721 2.771-.73.428-1.594.743-2.533.927a17 17 0 0 0-.36-1.8c-.255-.972-.568-1.673-.912-2.066m-2.972.314c-.655.407-1.257.989-1.776 1.73a8 8 0 0 0-.506.825 5.7 5.7 0 0 1-.89-.67 7.8 7.8 0 0 1 3.172-1.885m4.624.006a7.86 7.86 0 0 1 3.164 1.877 5.7 5.7 0 0 1-.893.672 8 8 0 0 0-.506-.825c-.516-.738-1.115-1.318-1.765-1.724m3.26 1.985a7.9 7.9 0 0 1 1.638 2.419 7.8 7.8 0 0 1 .642 3.051h-2.095c-.01-1.74-.398-3.396-1.11-4.774a6 6 0 0 0 .925-.696m-1.044.767c.68 1.32 1.084 2.945 1.094 4.703h-3.42a28 28 0 0 0-.25-3.763c.953-.186 1.832-.506 2.576-.94m-6.357.965a10.3 10.3 0 0 0 1.824.16 10.3 10.3 0 0 0 1.823-.16c.16 1.138.246 2.413.25 3.738h-1.179a1 1 0 0 1-.093.135h1.27a28 28 0 0 1-.248 3.739 10.4 10.4 0 0 0-3.647 0 28 28 0 0 1-.248-3.739h1.294a1 1 0 0 1-.09-.135H13.53c.003-1.325.088-2.6.248-3.738M2.558 9.381a2.585 2.585 0 0 0-2.547 2.35c-.142 1.541 1.064 2.842 2.566 2.842 1.26 0 2.312-.917 2.533-2.124h4.44v.972h.946v-.972h.837v1.431h.945v-2.376H5.11a2.586 2.586 0 0 0-2.552-2.123m-.058.965a1.64 1.64 0 0 1 1.707 1.637 1.64 1.64 0 0 1-1.639 1.638 1.639 1.639 0 0 1-.068-3.275m13.09.388a.75.75 0 0 0-.345 1.404l-.383 1.958h1.5l-.383-1.958a.75.75 0 0 0 .384-.654.75.75 0 0 0-.773-.75m2.218 1.391h3.421c-.01 1.758-.415 3.384-1.094 4.704-.744-.434-1.623-.755-2.577-.94a28 28 0 0 0 .25-3.764m3.556 0h2.095a7.8 7.8 0 0 1-2.28 5.47 6 6 0 0 0-.925-.696c.712-1.378 1.1-3.033 1.11-4.774m-5.52 3.703a10 10 0 0 1 1.562.156 17 17 0 0 1-.357 1.791c-.275 1.045-.618 1.774-.982 2.114a8 8 0 0 1-.93 0c-.365-.34-.708-1.07-.983-2.114a17 17 0 0 1-.357-1.79 10.3 10.3 0 0 1 2.048-.157zm1.695.181c.94.184 1.803.5 2.533.926-.686 1.284-1.635 2.265-2.73 2.776a8 8 0 0 1-1.075.164c.344-.393.657-1.094.913-2.065a17 17 0 0 0 .36-1.8zm-3.874 0a17 17 0 0 0 .36 1.8c.254.973.567 1.674.912 2.066a8 8 0 0 1-1.075-.164c-1.096-.511-2.045-1.492-2.73-2.775.73-.428 1.593-.743 2.533-.927m-2.652.997a8 8 0 0 0 .506.825c.52.741 1.121 1.323 1.776 1.73a7.8 7.8 0 0 1-3.174-1.884 5.7 5.7 0 0 1 .892-.67zm9.178 0a5.7 5.7 0 0 1 .891.67 7.8 7.8 0 0 1-3.173 1.885c.654-.407 1.256-.989 1.775-1.73a8 8 0 0 0 .507-.825"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/webcomponentsdotorg.svg b/mkdocs-material/material/templates/.icons/simple/webcomponentsdotorg.svg new file mode 100644 index 0000000..12f6190 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/webcomponentsdotorg.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m11.731 2.225-.01.016H5.618L0 11.979l5.618 9.736h12.8l.04.06 2.134-3.735.518-.893h-.008l.008-.014-.626-.75h.895l.006-.01.008.01L24 11.994l-2.607-4.39-.003.005-.011-.02h-.945l.63-.763-2.606-4.57-.006.01-.024-.04zM9.107 6.824h6.19l-.53.764h-.023l2.398 4.015h.875l-.277.328.357.435h-.956l-2.398 4.015h.027l.523.764H9.074l-2.99-5.168 3.022-5.155z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/webdriverio.svg b/mkdocs-material/material/templates/.icons/simple/webdriverio.svg new file mode 100644 index 0000000..cbdbfc4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/webdriverio.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.875 0A1.87 1.87 0 0 0 0 1.875v20.25A1.87 1.87 0 0 0 1.875 24h20.25A1.87 1.87 0 0 0 24 22.125V1.875A1.87 1.87 0 0 0 22.125 0Zm.375 6H3v12h-.75Zm7.085 0h.79L5.29 18h-.791Zm6.79 0a6 6 0 1 1 0 12 6 6 0 0 1 0-12m0 .75a5.25 5.25 0 1 0 .001 10.501 5.25 5.25 0 0 0-.001-10.501"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/webex.svg b/mkdocs-material/material/templates/.icons/simple/webex.svg new file mode 100644 index 0000000..0eac3e9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/webex.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.78 7.376c.512 1.181.032 2.644-1.11 3.106-2.157.888-3-1.295-3-1.295-.236-.55-.727-1.496-1.335-1.496-.204 0-.503 0-.94.844-.229.443-.434 1.185-.616 1.84l-.09.32c-.373-1.587-.821-3.454-1.536-4.816q-.293-.57-.673-1.08a5.1 5.1 0 0 1 1.743-1.337 4.9 4.9 0 0 1 2.112-.463c1.045 0 2.765.338 4.227 2.227q.251.309.448.654.417.663.726 1.383l.043.113zM.02 8.4C-.15 7.105.8 5.845 1.953 5.755c1.794-.157 2.36 1.385 2.455 1.89l.022.137c.07.44.29 1.838.48 2.744.078.4.244 1.013.353 1.416l.006.022.026.092q.166.601.362 1.193.278.822.641 1.61c.47.955.93 1.45 1.367 1.45.203 0 .512 0 .96-.878.283-.59.512-1.208.684-1.845.373 1.598.811 3.128 1.495 4.456q.308.61.715 1.16a5.1 5.1 0 0 1-1.742 1.338 4.9 4.9 0 0 1-2.112.461c-1.548 0-3.727-.698-5.339-4.005a22 22 0 0 1-1.078-2.824 27 27 0 0 1-.693-2.656 49 49 0 0 1-.215-1.114A32 32 0 0 1 .02 8.4m22.047-2.645-.202-.022h-.052q.333.588.597 1.215l.053.113a3.3 3.3 0 0 1 .068 2.391 3.08 3.08 0 0 1-1.552 1.749 2.9 2.9 0 0 1-1.228.28 3.1 3.1 0 0 1-.854-.135c-.299 1.182-.768 2.634-1.195 3.511s-.93 1.451-1.378 1.451c-.192 0-.501 0-.95-.877a10.8 10.8 0 0 1-.683-1.845 39 39 0 0 1-.396-1.575 13 13 0 0 1-.136-.598l-.002-.01c-.406-1.778-.865-3.645-1.655-5.142A8.3 8.3 0 0 0 11.52 4.8a5.1 5.1 0 0 0-1.748-1.34A4.9 4.9 0 0 0 7.654 3C6.618 3 4.9 3.338 3.437 5.228c.466.223.867.562 1.164.984.305.433.499.933.565 1.458.076.563.256 1.654.47 2.688l.001.007c.021.11.042.221.073.342.126-.34.25-.642.38-.955l.112-.271.128-.293c.235-.55.726-1.496 1.324-1.496.213 0 .513 0 .95.844.296.606.532 1.239.706 1.89.138.507.276 1.047.394 1.587.04.148.07.296.101.444l.006.028c.427 1.879.875 3.69 1.644 5.187q.238.477.545.911.225.323.48.62c1.27 1.45 2.733 1.8 3.843 1.8 1.548 0 3.738-.698 5.35-4.006.822-1.7 1.515-4.208 1.772-5.48.256-1.27.449-2.419.534-3.115a2.42 2.42 0 0 0-.433-1.743 2.25 2.25 0 0 0-.653-.607 2.1 2.1 0 0 0-.826-.296z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/webflow.svg b/mkdocs-material/material/templates/.icons/simple/webflow.svg new file mode 100644 index 0000000..4f8c216 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/webflow.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m24 4.515-7.658 14.97H9.149l3.205-6.204h-.144C9.566 16.713 5.621 18.973 0 19.485v-6.118s3.596-.213 5.71-2.435H0V4.515h6.417v5.278l.144-.001 2.622-5.277h4.854v5.244h.144l2.72-5.244z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/webgl.svg b/mkdocs-material/material/templates/.icons/simple/webgl.svg new file mode 100644 index 0000000..425fc71 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/webgl.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.928 14.179q-.32.135-.643.135-.513 0-.923-.178a2 2 0 0 1-.69-.491q-.281-.313-.432-.735c-.151-.422-.149-.586-.149-.911q0-.501.149-.93.15-.43.429-.747a2 2 0 0 1 .69-.501 2.25 2.25 0 0 1 .923-.183q.345.001.664.104.321.104.581.304c.26.2.316.299.427.496a1.7 1.7 0 0 1 .206.676h-.935q-.088-.374-.337-.562a.97.97 0 0 0-.607-.187q-.331 0-.562.128c-.231.128-.28.199-.375.344q-.143.217-.209.491c-.066.274-.066.372-.066.569q0 .28.066.548.066.267.209.479.143.213.375.342c.232.129.342.128.562.128q.488 0 .754-.247.266-.245.311-.714h-.987V11.8h1.872v2.413h-.624l-.1-.505a1.44 1.44 0 0 1-.579.471m2.896-4.429v3.632H24v.828h-3.155V9.75zM2.785 11.999c0-.709.343-1.376.948-1.962l1.109 4.221h.764l1.075-3.815 1.06 3.815h.766l1.321-4.856h-.86l-.861 3.725-1.039-3.726H6.28l-1.039 3.725-.84-3.632c1.489-1.025 3.868-1.69 6.548-1.69 2.512 0 4.764.529 6.261 1.445-1.632-1.535-4.565-2.612-7.915-2.614C4.161 6.635 0 9.036 0 11.999s4.161 5.367 9.293 5.367c3.338 0 6.261-1.075 7.9-2.6-1.497.911-3.741 1.428-6.244 1.428-4.51-.001-8.164-1.877-8.164-4.195m9.194-.553a1.2 1.2 0 0 0-.444-.384 1.4 1.4 0 0 0-.622-.135q-.393 0-.7.14a1.3 1.3 0 0 0-.489.387c-.244.311-.372.75-.372 1.269 0 .23.033.448.097.643a1.5 1.5 0 0 0 .285.515c.261.304.633.465 1.077.465.233 0 .422-.024.581-.074.138-.043.23-.1.306-.149a1.36 1.36 0 0 0 .444-.489c.09-.166.135-.323.145-.403l.007-.055h-.633l-.002.045c-.017.206-.287.574-.769.574-.688 0-.852-.498-.864-.937h2.306v-.05a3.2 3.2 0 0 0-.085-.766 1.8 1.8 0 0 0-.268-.596m-1.139.05c.51 0 .783.275.833.84h-1.651c.025-.458.388-.84.818-.84m4.678.415a1.6 1.6 0 0 0-.268-.515 1.25 1.25 0 0 0-.437-.346 1.4 1.4 0 0 0-.586-.126 1.14 1.14 0 0 0-.531.128 1.1 1.1 0 0 0-.346.28v-1.49h-.631v4.413h.6v-.301a1 1 0 0 0 .211.206q.258.185.626.185c.263 0 .501-.059.7-.176q.269-.157.448-.444a2 2 0 0 0 .235-.584 2.7 2.7 0 0 0 .069-.603 2 2 0 0 0-.09-.627m-.567.717c0 .346-.069.636-.202.84a.68.68 0 0 1-.605.325c-.377 0-.819-.263-.819-1.008 0-.356.045-.631.135-.84.13-.301.351-.446.671-.446.342 0 .572.133.7.41.106.227.12.505.12.719"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/webgpu.svg b/mkdocs-material/material/templates/.icons/simple/webgpu.svg new file mode 100644 index 0000000..4e0a2da --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/webgpu.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m0 4.784 8.652 14.432 8.652-14.432zm22.032.145L20.07 8.202H24zm-4.46 0-4.192 6.993h8.384zm2.498 3.575 1.962 3.273L24 8.504zm-6.69 3.72 4.192 6.992 4.192-6.992z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/weblate.svg b/mkdocs-material/material/templates/.icons/simple/weblate.svg new file mode 100644 index 0000000..cac42af --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/weblate.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.662 3.809c-1.875 1.19-2.81 3.515-2.83 5.795-.014 2.628.666 5.258 1.988 7.305.936 1.46 2.238 2.715 3.836 3.412a6.94 6.94 0 0 0 5.647-.07c1.997-.927 3.523-2.73 4.463-4.785 1.606-3.518 1.643-7.724.12-11.295-1.146.458-2.166-.271-2.166-.271s.003 1.122-1.083 1.685c1.115 2.612 1.088 5.717-.03 8.263-.538 1.225-1.358 2.365-2.498 3.01-.917.52-2.04.625-3.052.184-1.342-.585-2.293-1.864-2.89-3.254-.466-1.067-.782-2.447-.802-3.878-.037-1.724.728-3.193 1.635-3.218.622-.024 1.427.918 1.598 2.435.158 1.543-.177 3.72-1.174 5.49.677 1.085 1.77 1.98 2.951 1.974 1.386-2.338 1.827-4.911 1.793-6.987-.02-2.28-.955-4.603-2.83-5.795-1.437-.907-3.173-.948-4.676 0M3.278 3.9s-1.018.73-2.163.27c-1.524 3.573-1.488 7.778.12 11.296.94 2.056 2.465 3.858 4.462 4.785a6.95 6.95 0 0 0 5.523.124 9 9 0 0 1-1.75-1.455 11 11 0 0 1-1.267-1.628c-.768-.08-1.498-.482-2.003-.913-1.447-1.213-2.453-3.478-2.632-5.9-.12-1.635.14-3.354.795-4.894C3.276 5.022 3.278 3.9 3.278 3.9"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/webmin.svg b/mkdocs-material/material/templates/.icons/simple/webmin.svg new file mode 100644 index 0000000..fe9e089 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/webmin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.3 0C7.75.006 6.64 1.158 6.799 3.006c.101 1.228.208 2.474.312 3.73-1.08.454-2.218.933-3.428 1.445-1.255.536-2.123 1.61-2.457 2.885-.34 1.301-.135 2.808.723 4.143.764 1.196 1.856 2.006 3.255 2.446-.08 1.09.03 2.079.34 2.954a5.5 5.5 0 0 0 .533 1.098c.798 1.268 1.978 2.029 3.183 2.235a3.78 3.78 0 0 0 3.294-.999c.98-.945 1.907-1.837 2.79-2.683 1.047.63 2.056 1.235 3.037 1.827 1.605.957 3.244-.084 3.631-2.115.162-.847.09-1.793-.211-2.863.57-.35.926-.9 1.066-1.67.306-1.634-.502-3.782-1.826-4.88a945 945 0 0 0-2.166-1.785c-.003-.019-.37-2.106-.551-3.11-.306-1.724-1.799-3.54-3.374-4.04-.722-.23-1.394-.159-2.036.224-.778-.824-1.592-1.38-2.479-1.663A3.7 3.7 0 0 0 9.301 0m1.019 2.48a1.3 1.3 0 0 1 .381.047c.466.125.912.49 1.155.932.198.368.29.67.37 1.298l.403 3.143q.021.147.039.293c.115.889.644 1.528 1.33 1.62.659.087 1.01-.43.89-1.262l-.039-.276-.44-3.006c-.064-.425-.085-.75-.05-.96.05-.465.421-.707.895-.58.478.132.926.573 1.133 1.1.107.265.155.471.237.963.157.94.312 1.89.472 2.867.118.638.177 1.202 1.044 1.805.73.574 1.442 1.14 2.142 1.686.42.331.573.485.74.718.269.38.381.933.287 1.358-.087.392-.341.628-.659.59-.26-.03-.479-.137-.924-.465-.733-.55-1.483-1.113-2.259-1.684-.068-.048-.144-.1-.213-.152-.646-.476-1.21-.384-1.424.266-.223.666.09 1.448.754 1.913.072.05.153.107.222.158.81.567 1.606 1.12 2.38 1.66q.494.345.735.637c.358.41.528 1.082.405 1.643-.133.593-.514.902-.979.796-.234-.05-.41-.145-.831-.418q-1.225-.797-2.523-1.637a5 5 0 0 1-.237-.158c-.273-.168-.537-.243-.768-.234h-.002c-.26-.017-.531.077-.792.286-.073.06-.146.117-.214.181-.808.665-1.646 1.374-2.534 2.121-.48.4-.696.558-1.017.67-.646.247-1.359-.03-1.805-.74-.421-.691-.403-1.588.033-2.153.185-.252.498-.54.93-.845.94-.672 1.83-1.306 2.676-1.913l.228-.158c.641-.455.764-1.26.312-2.012-.441-.749-1.17-.976-1.861-.558a5 5 0 0 0-.234.145q-1.34.824-2.824 1.74c-.638.384-.976.508-1.452.53-.59.03-1.205-.332-1.564-.903-.407-.637-.421-1.428-.03-1.918.22-.288.455-.463 1.13-.81A275 275 0 0 1 8.961 9.28c.081-.05.163-.083.246-.125a1 1 0 0 0 .16-.097c.425-.188.632-.657.566-1.293-.012-.107-.02-.21-.037-.311a376 376 0 0 0-.351-3.317c-.07-.66-.063-.892.021-1.154.1-.312.39-.492.752-.502M7.11 6.736l.002.025-.003-.004v-.019zm.003.041.008.09-.01-.082zm.012.136.002.026h-.002v-.016q.002-.004 0-.008zm.004.042v.015-.003q-.002-.004-.003-.008z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/webmoney.svg b/mkdocs-material/material/templates/.icons/simple/webmoney.svg new file mode 100644 index 0000000..be4b625 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/webmoney.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.943.183c1.872 0 3.654.429 5.252 1.196.251.113.503.248.753.384l-1.096.97-1.643-1.692-2.832 2.483L10.71 1.74 5.503 6.368l3.334 3.635-1.302 1.128 3.29 3.635-1.302 1.128 4.704 5.17 2.785-2.529 2.421 2.71c-.48.361-1.005.723-1.575 1.039a12.04 12.04 0 0 1-5.892 1.534C5.366 23.818 0 18.513 0 11.99-.023 5.51 5.344.182 11.943.182M9.75 11.266l2.855-2.528 2.558 2.821-2.855 2.529zm2.033 4.876 2.832-2.55 2.58 2.821-2.855 2.529zM7.72 6.46l2.854-2.529 2.557 2.822-2.854 2.528zm5.228-1.355 2.124-1.896 1.919 2.099-2.124 1.919zm3.792 8.691 2.123-1.896 1.918 2.121-2.124 1.898zm1.872 4.267 2.124-1.897 1.917 2.1-2.123 1.918zm.868-9.753 1.415-1.264 1.279 1.4-1.416 1.264zm-1.827-4.176 1.416-1.286 1.28 1.422-1.418 1.264zm3.63 8.353 1.416-1.264 1.302 1.4-1.438 1.264zm-6.37-3.138 2.124-1.896 1.918 2.099-2.124 1.897Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/webpack.svg b/mkdocs-material/material/templates/.icons/simple/webpack.svg new file mode 100644 index 0000000..d12cec6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/webpack.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.199 18.498 12.429 24v-4.285l6.087-3.334zm.668-.603V6.388l-3.575 2.055v7.396zm-21.066.603L11.571 24v-4.285L5.484 16.38zm-.668-.603V6.388l3.575 2.055v7.396zm.418-12.251L11.571 0v4.143L5.152 7.66l-.049.028zm20.898 0L12.429 0v4.143l6.419 3.516.049.028zM11.57 18.74l-6.005-3.287V8.938l6.005 3.453zm.858 0 6.005-3.287V8.938l-6.005 3.453zM5.972 8.185l6.03-3.302 6.028 3.302-6.029 3.466z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/webrtc.svg b/mkdocs-material/material/templates/.icons/simple/webrtc.svg new file mode 100644 index 0000000..58389f5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/webrtc.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 .36A5.4 5.4 0 0 0 6.62 5.3a5.4 5.4 0 0 0-1.22-.14 5.4 5.4 0 0 0-2.143 10.357 5.4 5.4 0 0 0-.737 2.723 5.4 5.4 0 0 0 9.54 3.466 5.4 5.4 0 0 0 8.833-6.137 5.4 5.4 0 0 0-3.505-10.152A5.4 5.4 0 0 0 12 .36M6.283 7.228h10.592c.746 0 1.352.605 1.352 1.349v7.646c0 .744-.606 1.348-1.352 1.348h-3.608l-7.24 3.55 1.1-3.55h-.844a1.35 1.35 0 0 1-1.352-1.348V8.577c0-.744.606-1.349 1.352-1.349"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/webstorm.svg b/mkdocs-material/material/templates/.icons/simple/webstorm.svg new file mode 100644 index 0000000..e3e340c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/webstorm.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0v24h24V0zm17.889 2.889c1.444 0 2.667.444 3.667 1.278l-1.111 1.667c-.889-.611-1.722-1-2.556-1s-1.278.389-1.278.889v.056c0 .667.444.889 2.111 1.333 2 .556 3.111 1.278 3.111 3v.056c0 2-1.5 3.111-3.611 3.111-1.5-.056-3-.611-4.167-1.667l1.278-1.556c.889.722 1.833 1.222 2.944 1.222.889 0 1.389-.333 1.389-.944v-.056c0-.556-.333-.833-2-1.278-2-.5-3.222-1.056-3.222-3.056v-.056c0-1.833 1.444-3 3.444-3zm-16.111.222h2.278l1.5 5.778 1.722-5.778h1.667l1.667 5.778 1.5-5.778h2.333l-2.833 9.944H9.723L8.112 7.277l-1.667 5.778H4.612zm.5 16.389h9V21h-9z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/webtoon.svg b/mkdocs-material/material/templates/.icons/simple/webtoon.svg new file mode 100644 index 0000000..4ac601e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/webtoon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.023 15.26c.695 0 1.014-.404 1.014-1.051 0-.551-.308-1.01-.984-1.01-.58 0-.912.404-.912 1.016 0 .543.32 1.045.882 1.045m-4.888.187c.764 0 1.113-.443 1.113-1.154 0-.604-.338-1.109-1.082-1.109-.637 0-1.002.445-1.002 1.115 0 .597.352 1.148.971 1.148M24 10.201l-3.15.029.83-9.686L1.958 3.605l1.686 6.248H0l3.734 11.488 8.713-1.283v3.396l10.113-4.641zm-9.104-3.594c0-.049.039-.092.088-.094l1.879-.125.446-.029c.524-.035 1.634.063 1.634 1.236 0 .83-.619 1.184-.619 1.184s.75.189.707 1.092c0 1.602-1.943 1.389-1.943 1.389l-.225-.006-1.908-.053a.09.09 0 0 1-.086-.09zm-3.675.243c0-.047.039-.09.088-.092l3.064-.203a.08.08 0 0 1 .087.08v.943c0 .049-.039.09-.087.092l-1.9.08a.094.094 0 0 0-.088.09l-.005.394a.083.083 0 0 0 .086.084l1.646-.066a.08.08 0 0 1 .086.084l-.02 1.012a.09.09 0 0 1-.089.086h-1.63a.09.09 0 0 0-.088.088v.416c0 .047.039.088.088.088l1.87.033a.09.09 0 0 1 .087.09v.951a.084.084 0 0 1-.087.084l-3.063-.123a.09.09 0 0 1-.087-.09zm-6.01.312.975-.064a.1.1 0 0 1 .105.08l.458 2.205c.01.047.027.047.039 0l.576-2.281a.13.13 0 0 1 .108-.09l.921-.061a.11.11 0 0 1 .109.078l.564 2.342c.012.047.029.047.041 0l.6-2.424a.13.13 0 0 1 .108-.092l.996-.064c.048-.004.077.031.065.078l-1.09 4.104a.11.11 0 0 1-.109.082l-1.121-.031a.12.12 0 0 1-.109-.086l-.535-1.965c-.012-.047-.033-.047-.045 0l-.522 1.934a.12.12 0 0 1-.11.082l-1.109-.031a.12.12 0 0 1-.108-.088l-.873-3.618c-.011-.047.019-.088.066-.09m-.288 9.623v-3.561a.09.09 0 0 0-.087-.088l-1.252-.029a.095.095 0 0 1-.091-.09l-.046-1.125a.08.08 0 0 1 .083-.086l4.047.096c.048 0 .087.041.085.088l-.022 1.088a.093.093 0 0 1-.089.088l-1.139.004a.09.09 0 0 0-.087.088v3.447c0 .049-.039.09-.087.092l-1.227.07a.08.08 0 0 1-.088-.082m2.834-2.379c0-1.918 1.321-2.482 2.416-2.482s2.339.73 2.339 2.316c0 1.9-1.383 2.482-2.416 2.482-1.033.001-2.339-.724-2.339-2.316m5.139-.115c0-1.746 1.166-2.238 2.162-2.238s2.129.664 2.129 2.107c0 1.729-1.259 2.26-2.198 2.26s-2.093-.68-2.093-2.129m7.259 1.711a.18.18 0 0 1-.139-.064l-1.187-1.631c-.029-.039-.053-.031-.053.018v1.67c0 .047-.039.09-.086.092l-1.052.061a.08.08 0 0 1-.087-.082l.039-3.842c0-.047.039-.086.088-.084l.881.02a.2.2 0 0 1 .137.074l1.293 1.902c.027.041.051.033.051-.014l.032-1.846a.087.087 0 0 1 .089-.086l.963.029c.047 0 .085.041.083.09l-.138 3.555a.1.1 0 0 1-.091.092zM16.258 8.23l.724-.014s.47.018.47-.434c0-.357-.411-.33-.411-.33l-.782.008a.09.09 0 0 0-.088.088v.598a.083.083 0 0 0 .087.084m-.029 1.961h.99c.024 0 .35-.051.35-.404 0-.293-.229-.402-.441-.398l-.898.029a.09.09 0 0 0-.087.09v.596a.086.086 0 0 0 .086.087"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/webtrees.svg b/mkdocs-material/material/templates/.icons/simple/webtrees.svg new file mode 100644 index 0000000..34480cf --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/webtrees.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.957 4.34q.647 0 1.269.243.634.243 1.093.7.459.448.662 1l1.592 4.59 1.31-3.82Q9.84 4.26 11.92 4.26q.459 0 1.106.203.729.23 1.228.809.5.58.905 1.782l1.296 3.82 1.606-4.59q.189-.54.649-.998.472-.459 1.079-.703.608-.243 1.283-.243.62.04 1.241.338.783.378 1.228 1.106.459.73.459 1.66 0 .81-.364 1.54l-4.225 8.652q-1.025 2.106-3.037 2.106-.905-.04-1.634-.567-.728-.54-1.133-1.498L12 13.72l-1.606 3.955q-.243.634-.647 1.093-.406.447-.945.702-.54.257-1.134.27-1.013 0-1.755-.486-.742-.5-1.297-1.62L.392 8.983Q0 8.16 0 7.443q0-.89.46-1.632.459-.756 1.254-1.134.622-.297 1.243-.337"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wechat.svg b/mkdocs-material/material/templates/.icons/simple/wechat.svg new file mode 100644 index 0000000..3d75d73 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wechat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.691 2.188C3.891 2.188 0 5.476 0 9.53c0 2.212 1.17 4.203 3.002 5.55a.59.59 0 0 1 .213.665l-.39 1.48c-.019.07-.048.141-.048.213 0 .163.13.295.29.295a.33.33 0 0 0 .167-.054l1.903-1.114a.86.86 0 0 1 .717-.098 10.2 10.2 0 0 0 2.837.403c.276 0 .543-.027.811-.05-.857-2.578.157-4.972 1.932-6.446 1.703-1.415 3.882-1.98 5.853-1.838-.576-3.583-4.196-6.348-8.596-6.348M5.785 5.991c.642 0 1.162.529 1.162 1.18a1.17 1.17 0 0 1-1.162 1.178A1.17 1.17 0 0 1 4.623 7.17c0-.651.52-1.18 1.162-1.18zm5.813 0c.642 0 1.162.529 1.162 1.18a1.17 1.17 0 0 1-1.162 1.178 1.17 1.17 0 0 1-1.162-1.178c0-.651.52-1.18 1.162-1.18m5.34 2.867c-1.797-.052-3.746.512-5.28 1.786-1.72 1.428-2.687 3.72-1.78 6.22.942 2.453 3.666 4.229 6.884 4.229.826 0 1.622-.12 2.361-.336a.72.72 0 0 1 .598.082l1.584.926a.3.3 0 0 0 .14.047c.134 0 .24-.111.24-.247 0-.06-.023-.12-.038-.177l-.327-1.233a.6.6 0 0 1-.023-.156.49.49 0 0 1 .201-.398C23.024 18.48 24 16.82 24 14.98c0-3.21-2.931-5.837-6.656-6.088V8.89c-.135-.01-.27-.027-.407-.03zm-2.53 3.274c.535 0 .969.44.969.982a.976.976 0 0 1-.969.983.976.976 0 0 1-.969-.983c0-.542.434-.982.97-.982zm4.844 0c.535 0 .969.44.969.982a.976.976 0 0 1-.969.983.976.976 0 0 1-.969-.983c0-.542.434-.982.969-.982"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wegame.svg b/mkdocs-material/material/templates/.icons/simple/wegame.svg new file mode 100644 index 0000000..0d771f6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wegame.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.458 11.005c-.024-.179-.078-.632-.165-1.08a8 8 0 0 0-.255-1.006l-.005-.015a2 2 0 0 0-.151-.315 1.2 1.2 0 0 0-.317-.354 1.57 1.57 0 0 0-1.412-.138 2.03 2.03 0 0 0-.861 1.064c-.238.465-.475.93-.742 1.378a2.6 2.6 0 0 1-.572.7 1.3 1.3 0 0 1-.367.215c-.534.2-.91-.08-1.321-.403-.438-.342-.824-.744-1.274-1.073a1.85 1.85 0 0 0-.983-.43c-.637-.003-1.195.619-1.544 1.078-.195.258-.577.779-.775 1.033a3.4 3.4 0 0 1-.454.458 1.2 1.2 0 0 1-.196.138 1.1 1.1 0 0 1-.48.136 1.57 1.57 0 0 1-.869-.263 3 3 0 0 1-.288-.183l-.035-.027a.469.469 0 0 0-.734.428.4.4 0 0 0 .024.136q.001.004.004.008a.4.4 0 0 0 .093.14c.608.897 1.47 1.55 2.303 1.564a1.5 1.5 0 0 0 .635-.124c.646-.285 1.13-.903 1.67-1.334a1.3 1.3 0 0 1 .776-.33 1.04 1.04 0 0 1 .63.215 2 2 0 0 1 .189.144 9 9 0 0 1 .742.753 10 10 0 0 0 .9.85 2.53 2.53 0 0 0 1.146.56q.069.01.136.014a1.52 1.52 0 0 0 1.002-.314 4.2 4.2 0 0 0 .745-.689 6 6 0 0 0 .463-.664c.07-.112.143-.19.2-.308a6 6 0 0 1-.065.953 10 10 0 0 1-.212 1.288q-.062.253-.135.503-.116.397-.262.786a2 2 0 0 1-.072.188l-.003.007q-.088.23-.192.453a7.005 7.005 0 0 1-12.74-.01q-.106-.225-.195-.459l-.004-.009a10.9 10.9 0 0 1 .426-9.024 13 13 0 0 1 1.635-2.396 8.4 8.4 0 0 1 2.132-1.946q.044-.027.086-.055a4.17 4.17 0 0 1 4.57 0l.086.055a11.3 11.3 0 0 1 1.795 1.588l.002.002.052.053a1.2 1.2 0 0 0 .296.212 1.36 1.36 0 0 0 1.493-.211 1.29 1.29 0 0 0 .137-1.672q-.063-.075-.121-.15a8 8 0 0 0-.722-.763A14 14 0 0 0 15.375.9l-.118-.071A6.1 6.1 0 0 0 12.118 0a5.75 5.75 0 0 0-3.033.841l-.117.071A12.2 12.2 0 0 0 6.003 3.39l-.024.025a15.48 15.48 0 0 0-3.578 9.8 16.6 16.6 0 0 0 .359 3.444 9.487 9.487 0 0 0 18.478.017l.028-.13.002-.012.02-.103a16 16 0 0 0 .286-2.235q.026-.454.026-.91a18 18 0 0 0-.142-2.28z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/weightsandbiases.svg b/mkdocs-material/material/templates/.icons/simple/weightsandbiases.svg new file mode 100644 index 0000000..eebd041 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/weightsandbiases.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.48 0a1.55 1.55 0 1 0 0 3.1 1.55 1.55 0 0 0 0-3.1m19.04 0a1.55 1.55 0 1 0 0 3.101 1.55 1.55 0 0 0 0-3.101M12 2.295a1.55 1.55 0 1 0 0 3.1 1.55 1.55 0 0 0 0-3.1M2.48 5.272a2.48 2.48 0 1 0 0 4.96 2.48 2.48 0 0 0 0-4.96m19.04 0a2.48 2.48 0 1 0 0 4.96 2.48 2.48 0 0 0 0-4.96M12 8.496a1.55 1.55 0 1 0 0 3.1 1.55 1.55 0 0 0 0-3.1m-9.52 3.907a1.55 1.55 0 1 0 0 3.1 1.55 1.55 0 0 0 0-3.1m19.04 0a1.55 1.55 0 1 0 0 3.102 1.55 1.55 0 0 0 0-3.102M12 13.767a2.48 2.48 0 1 0 0 4.962 2.48 2.48 0 0 0 0-4.962m-9.52 3.907a2.48 2.48 0 1 0 .001 4.962 2.48 2.48 0 0 0 0-4.962zm19.04.93a1.55 1.55 0 1 0 0 3.102 1.55 1.55 0 0 0 0-3.101zM12 20.9a1.55 1.55 0 1 0 0 3.1 1.55 1.55 0 0 0 0-3.1"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/welcometothejungle.svg b/mkdocs-material/material/templates/.icons/simple/welcometothejungle.svg new file mode 100644 index 0000000..fb0b031 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/welcometothejungle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.62 3.783c-1.115-1.811-4.355-2.604-6.713-.265-.132.135-.306.548.218 1.104 1.097 1.149 6.819 7.046 4.702 12.196-1.028 2.504-3.953 2.073-5.052-2.076a23.2 23.2 0 0 1-.473-9.367s.105-.394-.065-.52c-.117-.087-.305-.05-.547.33-.06.096-.048.076-.106.178l-.003.002c-1.622 2.688-3.272 5.874-4.049 7.07.38-1.803-.101-4.283-.85-6.359l-.142-.375c-.692-1.776-1.524-2.974-1.776-3.245-.03-.033-.105-.094-.353-.094H.398c-.49 0-.448.412-.293.561 1.862 2.178 7.289 10.343 4.773 18.355-.194.619.11.944.612.305 2.206-2.81 4.942-7.598 6.925-11.187-.437 1.245-.822 2.63-1.028 4.083-.435 3.064.487 5.37 1.162 6.58.345.619.803.998 1.988.824 6.045-.885 8.06-6.117 8.805-8.77 1.357-4.839.363-7.568-.722-9.33"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wellfound.svg b/mkdocs-material/material/templates/.icons/simple/wellfound.svg new file mode 100644 index 0000000..793fa96 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wellfound.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.998 8.128c.063-1.379-1.612-2.376-2.795-1.664-1.23.598-1.322 2.52-.156 3.234 1.2.862 2.995-.09 2.951-1.57m0 7.748c.063-1.38-1.612-2.377-2.795-1.665-1.23.598-1.322 2.52-.156 3.234 1.2.863 2.995-.09 2.951-1.57zm-20.5 1.762L0 6.364h3.257l2.066 8.106 2.245-8.106h3.267l2.244 8.106 2.065-8.106h3.257l-3.54 11.274H11.39q-1.096-4.07-2.188-8.14l-2.233 8.14H3.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wellsfargo.svg b/mkdocs-material/material/templates/.icons/simple/wellsfargo.svg new file mode 100644 index 0000000..efd4e8f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wellsfargo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.136 13.949c0 .392-.245.616-.719.616h-.628v-1.226h.628c.48 0 .72.212.72.61zM6.922 15.06h1.044l-.523-1.443zm12.46-1.82c-.72 0-1.109.562-1.109 1.526 0 .97.384 1.526 1.108 1.526s1.108-.556 1.108-1.526c0-.964-.389-1.526-1.108-1.526zM23.73 0v24H.269V0zm-5.548 10.652c.484.245.948.354 1.571.354.895 0 1.481-.458 1.481-1.171 0-.6-.357-1.014-1.028-1.172l-.677-.158c-.394-.092-.559-.25-.559-.517 0-.322.25-.523.74-.523s.778.18.89.604l.048.186h.383v-.943a2.9 2.9 0 0 0-1.352-.338c-.911 0-1.497.447-1.497 1.166 0 .556.34.965.996 1.112l.676.152c.432.099.592.273.592.562 0 .354-.261.55-.784.55-.59 0-.894-.24-1.027-.697l-.07-.235h-.383zm-3.378.245h3.02V9.595h-.383l-.043.19c-.106.486-.255.638-.607.638h-.74V7.557h.506v-.474h-1.753v.474h.453v2.866h-.453zm-3.355 0h3.02V9.595h-.384l-.042.19c-.107.486-.256.638-.608.638h-.74V7.557h.506v-.474H11.45v.474h.452v2.866h-.452zm-8.758-3.34.938 3.34h.74l.778-2.768.756 2.768h.74l.932-3.34h.736v2.866h-.453v.474h3.201V9.595h-.383l-.043.19c-.106.486-.26.638-.607.638h-.922V9.241h1.071a.6.6 0 0 0 .059-.273.55.55 0 0 0-.059-.26h-1.07v-1.15h.884c.357 0 .48.157.596.615l.038.147h.383V7.083H6.49v.474h.522l-.613 2.305-.762-2.779h-.766l-.746 2.774-.624-2.3h.501v-.474H2.266v.474h.426zm1.412 7.002v-1.22h.947c.358 0 .48.158.597.615l.038.147h.383v-1.236H2.857v.474h.453v2.866h-.453v.474h1.78v-.474h-.533v-1.112H5.2a.6.6 0 0 0 .058-.272.55.55 0 0 0-.058-.262H4.104zm9.114 1.913a.46.46 0 0 0-.048-.224 1 1 0 0 1-.112.011c-.245 0-.309-.142-.34-.458l-.022-.201c-.048-.43-.245-.708-.73-.746v-.017c.48-.022.975-.349.975-.964 0-.621-.496-1.008-1.257-1.008H9.542v.474h.453v2.866H9.26l-1.332-3.34H7.22l-1.305 3.34h-.373v.474h1.412v-.474h-.448l.245-.682h1.385l.245.682h-.437v.474h3.35v-.474h-.505v-1.16h.293c.586 0 .761.212.826.762l.02.19c.06.507.31.725.826.725.15 0 .299-.01.416-.027a.46.46 0 0 0 .048-.223zm3.633-1.788h-1.417a.5.5 0 0 0-.059.256c0 .11.016.18.059.268h.634v.964a1.6 1.6 0 0 1-.629.125c-.767 0-1.166-.56-1.166-1.53s.4-1.532 1.124-1.532c.485 0 .767.245.932.67l.058.153h.384v-.976a3.06 3.06 0 0 0-1.412-.337c-1.172 0-1.96.8-1.96 2.027 0 1.231.767 2.016 1.96 2.016.474 0 .964-.136 1.492-.404zm4.512.082c0-1.182-.831-2.021-1.982-2.021-1.145 0-1.981.839-1.981 2.021 0 1.188.83 2.022 1.981 2.022 1.156 0 1.982-.834 1.982-2.022"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wemo.svg b/mkdocs-material/material/templates/.icons/simple/wemo.svg new file mode 100644 index 0000000..37ca7fb --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wemo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.301 0A4.3 4.3 0 0 0 0 4.302v15.397A4.3 4.3 0 0 0 4.301 24h15.396A4.303 4.303 0 0 0 24 19.699V4.301A4.3 4.3 0 0 0 19.697 0zm12.912 4.167c2.088 0 3.789 1.62 3.789 3.613q0 .142-.011.28l-.016.175h-6.324l.114.325c.354.994 1.337 1.663 2.448 1.663.83 0 1.614-.383 2.1-1.024l.108-.146.99.674-.12.16c-.711.943-1.862 1.506-3.078 1.506-2.09 0-3.79-1.62-3.79-3.613s1.7-3.614 3.79-3.614m-13.937.132h1.21v4.43a1.325 1.325 0 0 0 2.648 0v-4.43H8.34v4.43a1.325 1.325 0 0 0 2.648 0v-4.43h1.21v4.43a2.535 2.535 0 0 1-2.534 2.532c-.648 0-1.289-.26-1.76-.714l-.168-.162-.168.162a2.56 2.56 0 0 1-1.76.714 2.535 2.535 0 0 1-2.533-2.532zm13.937 1.024c-.987 0-1.882.517-2.336 1.349l-.195.358h5.06l-.195-.358c-.454-.832-1.348-1.349-2.334-1.349m-.001 7.233c2.09 0 3.79 1.622 3.79 3.614 0 1.993-1.7 3.613-3.79 3.613s-3.79-1.62-3.79-3.613 1.7-3.614 3.79-3.614m-11.403.133c.648 0 1.29.26 1.762.713l.166.162.17-.162a2.56 2.56 0 0 1 1.758-.713 2.536 2.536 0 0 1 2.533 2.532v4.43H10.99v-4.43c0-.73-.595-1.325-1.324-1.325-.731 0-1.325.595-1.325 1.325v4.43H7.134v-4.43c0-.73-.594-1.325-1.325-1.325-.73 0-1.323.595-1.323 1.325v4.43h-1.21v-4.43a2.536 2.536 0 0 1 2.533-2.532m11.403 1.038c-1.422 0-2.58 1.096-2.58 2.443s1.158 2.442 2.58 2.442 2.578-1.095 2.578-2.442-1.156-2.443-2.578-2.443"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/westerndigital.svg b/mkdocs-material/material/templates/.icons/simple/westerndigital.svg new file mode 100644 index 0000000..3d7f56d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/westerndigital.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.492 4.62C.177 4.623-.492 6.203.422 7.149l3.47 3.468q3.61 3.571 7.202 7.16l1.07 1.115c.94.953 2.562.266 2.532-1.072v-3.425a1.52 1.52 0 0 0-1.502-1.5H9.038a2.6 2.6 0 0 1-2.615-2.615V6.12a1.52 1.52 0 0 0-1.502-1.5Zm9.26 0c-1.315.002-1.985 1.582-1.072 2.529 3.932 3.927 7.86 7.859 11.789 11.788.94.952 2.559.267 2.53-1.07v-3.43a1.52 1.52 0 0 0-1.501-1.5c-1.4.014-2.8-.018-4.201-.042a2.6 2.6 0 0 1-2.613-2.615V6.12a1.52 1.52 0 0 0-1.502-1.5Zm8.273 0c-1.351-.007-2.012 1.645-1.029 2.572l3.431 3.43c.948.913 2.528.243 2.53-1.073V6.12a1.52 1.52 0 0 0-1.5-1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/westernunion.svg b/mkdocs-material/material/templates/.icons/simple/westernunion.svg new file mode 100644 index 0000000..58ada25 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/westernunion.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.799 5.188h5.916L24 9.155l-4.643 8.043c-1.246 2.153-3.28 2.153-4.526 0L7.893 5.188h5.919l4.273 7.39a1.127 1.127 0 0 0 1.981.002zM0 5.188h5.921l6.237 10.802-.697 1.204c-1.246 2.153-3.285 2.153-4.531 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wetransfer.svg b/mkdocs-material/material/templates/.icons/simple/wetransfer.svg new file mode 100644 index 0000000..3449628 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wetransfer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.855 11.891c0-3.382 2.4-5.4 5.51-5.4C22.145 6.491 24 7.91 24 9.873c0 1.855-1.582 3.055-3.328 3.055-.982 0-1.69-.164-2.182-.546-.163-.164-.272-.109-.272.055 0 .709.272 1.254.709 1.745.382.382 1.09.655 1.745.655.71 0 1.31-.164 1.855-.437.545-.272.982-.163 1.254.273.328.49-.109 1.145-.49 1.582-.71.763-2.073 1.309-3.819 1.309-3.545-.11-5.618-2.51-5.618-5.673zm-7.254 2.237c.327 0 .545.163.763.545l.982 1.582c.382.6.709 1.036 1.418 1.036.71 0 1.091-.273 1.418-1.09a21 21 0 0 0 1.31-3.873c.49-1.855.709-2.946.709-3.873s-.273-1.473-1.31-1.637c-1.363-.272-3.272-.381-5.29-.381s-3.928.109-5.291.327C.273 6.982 0 7.528 0 8.454c0 .928.219 2.019.655 3.874a29 29 0 0 0 1.31 3.872c.381.818.708 1.091 1.417 1.091s1.037-.436 1.419-1.036l.981-1.582c.273-.327.491-.545.819-.545"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wezterm.svg b/mkdocs-material/material/templates/.icons/simple/wezterm.svg new file mode 100644 index 0000000..26e0085 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wezterm.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.27 8.524c0-.623.62-1.007 2.123-1.007l-.5 2.757c-.931-.623-1.624-1.199-1.624-1.75zm4.008 6.807c0 .647-.644 1.079-2.123 1.15l.524-2.924c.931.624 1.6 1.175 1.6 1.774zm-2.625 5.992.454-2.708c3.603-.336 5.01-1.798 5.01-3.404 0-1.653-2.004-2.948-3.841-4.074l.668-3.548c.764.072 1.67.216 2.744.432l.31-2.469c-.81-.12-1.575-.168-2.29-.216L8.257 2.7l-2.363-.024-.453 2.684C1.838 5.648.43 7.158.43 8.764c0 1.63 2.004 2.876 3.841 3.954l-.668 3.716c-.859-.048-1.908-.192-3.125-.408L0 18.495c1.026.12 1.98.192 2.84.216l-.525 2.588zm15.553-1.894h2.673c.334-2.804.81-8.46 1.121-14.86h-2.553c-.071 1.51-.334 10.498-.43 11.241h-.071c-.644-2.42-1.169-4.386-1.813-6.782h-1.456c-.62 2.396-1.05 4.194-1.694 6.782h-.096c-.071-.743-.477-9.73-.525-11.24h-2.648c.31 6.399.763 12.055 1.097 14.86h2.625l1.838-7.12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wgpu.svg b/mkdocs-material/material/templates/.icons/simple/wgpu.svg new file mode 100644 index 0000000..3783175 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wgpu.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 2 0 22h8l4-7 4 7h8L20 2l-5 8-3-4-3 4Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/whatsapp.svg b/mkdocs-material/material/templates/.icons/simple/whatsapp.svg new file mode 100644 index 0000000..73de152 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/whatsapp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52s.198-.298.298-.497c.099-.198.05-.371-.025-.52s-.669-1.612-.916-2.207c-.242-.579-.487-.5-.669-.51a13 13 0 0 0-.57-.01c-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074s2.096 3.2 5.077 4.487c.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413s.248-1.289.173-1.413c-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 0 1-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 0 1-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.82 9.82 0 0 1 2.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.82 11.82 0 0 0 12.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.9 11.9 0 0 0 5.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.82 11.82 0 0 0-3.48-8.413"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wheniwork.svg b/mkdocs-material/material/templates/.icons/simple/wheniwork.svg new file mode 100644 index 0000000..1947795 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wheniwork.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 24C5.342 24 0 18.582 0 12 0 5.342 5.342 0 12 0s12 5.342 12 12c0 6.582-5.342 12-12 12m0-21.986c-5.497 0-9.987 4.489-9.987 9.986s4.49 9.988 9.987 9.988c5.498 0 9.987-4.49 9.987-9.988S17.498 2.014 12 2.014m5.885 11.148H9.213a.697.697 0 0 1-.698-.691v-1.012c0-.387.311-.697.698-.697h8.748c.387 0 .697.311.697.697v1.006c-.077.387-.387.697-.773.697m-2.246-3.871H6.891a.694.694 0 0 1-.698-.691V7.59c0-.311.31-.621.697-.621h8.748c.31 0 .62.311.62.619v1.006c.001.386-.31.697-.619.697m-8.748 5.418h8.748c.388 0 .696.311.696.697v1.006a.695.695 0 0 1-.691.697H6.891c-.388-.076-.697-.387-.697-.773V15.33c-.001-.31.309-.621.697-.621"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wii.svg b/mkdocs-material/material/templates/.icons/simple/wii.svg new file mode 100644 index 0000000..cb04c86 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wii.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.904 6.261a1.32 1.32 0 0 0-1.344 1.293v.018a1.325 1.325 0 0 0 1.344 1.305c.783 0 1.404-.579 1.404-1.305.001-.732-.62-1.311-1.404-1.311m4.71 0c-.747 0-1.36.58-1.36 1.311 0 .711.613 1.305 1.361 1.305.767 0 1.385-.579 1.385-1.305 0-.732-.618-1.311-1.386-1.311m-14.84.543c-.748 0-1.252.374-1.514 1.215-.242.857-1.794 6.822-1.794 6.822L2.43 6.897H0s2.334 8.464 2.652 9.456c.241.765.84 1.386 1.7 1.386 1.009 0 1.479-.732 1.684-1.386.225-.676 1.738-6.261 1.738-6.261s1.515 5.589 1.719 6.261c.225.653.69 1.386 1.682 1.386.879 0 1.456-.621 1.72-1.386.315-.99 2.657-9.456 2.657-9.456h-2.45l-2.021 7.944s-1.55-5.965-1.812-6.822c-.242-.844-.77-1.215-1.495-1.215m9.008 3.363v7.495h2.322v-7.495zm4.693 0v7.495h2.317v-7.495z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wiiu.svg b/mkdocs-material/material/templates/.icons/simple/wiiu.svg new file mode 100644 index 0000000..ef8e469 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wiiu.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.133 8.432a.82.82 0 0 0-.835.814.826.826 0 0 0 .835.812c.488 0 .873-.358.873-.81 0-.455-.385-.816-.873-.816m2.93 0c-.465 0-.848.359-.848.814 0 .442.383.812.848.812.477 0 .861-.358.861-.81 0-.455-.385-.816-.861-.816m3.655.011c-.53 0-.99.335-.99.858v3.315c0 .809.56 1.289 1.377 1.289h4.647c.689 0 1.248-.477 1.248-1.162V9.345c0-.412-.308-.86-.688-.86h-1.075v2.799c0 2.122-3.701 2.104-3.701.04v-2.88zm1.679 0v2.453c0 1.636 1.934 1.402 1.934.256V8.445h-1.934zM4.833 8.77c-.465 0-.776.232-.938.756-.152.533-1.116 4.242-1.116 4.242l-1.267-4.94H0s1.451 5.264 1.65 5.881c.15.476.521.86 1.058.86.627 0 .917-.454 1.045-.86.14-.421 1.08-3.895 1.08-3.895s.942 3.476 1.069 3.895c.14.406.431.86 1.047.86.547 0 .906-.385 1.07-.86.196-.617 1.65-5.881 1.65-5.881H8.148l-1.258 4.94s-.963-3.709-1.125-4.242c-.15-.526-.479-.756-.93-.756zm5.605 2.09v4.662h1.441V10.86zm2.916 0v4.662h1.442V10.86z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wikidata.svg b/mkdocs-material/material/templates/.icons/simple/wikidata.svg new file mode 100644 index 0000000..f412843 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wikidata.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 4.583v14.833h.865V4.583zm1.788 0v14.833h2.653V4.583zm3.518 0v14.832H7.96V4.583zm3.547 0v14.834h.866V4.583zm1.789 0v14.833h.865V4.583zm1.759 0v14.834h2.653V4.583zm3.518 0v14.834h.923V4.583zm1.788 0v14.833h2.653V4.583zm3.64 0v14.834h.865V4.583zm1.788 0v14.834H24V4.583Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wikidotgg.svg b/mkdocs-material/material/templates/.icons/simple/wikidotgg.svg new file mode 100644 index 0000000..522284d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wikidotgg.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.833 3.76C4.597 4.09 3.345 5.09 2.76 6.206 2.465 6.78.274 13.54.062 14.54c-.135.643-.042 1.726.203 2.445.728 2.09 2.615 3.392 4.925 3.392 1.599 0 2.63-.389 3.892-1.48 1.226-1.058 2.259-1.464 3.51-1.362 1.134.084 1.896.431 2.962 1.362 1.506 1.32 3.25 1.7 5.051 1.1a4.93 4.93 0 0 0 2.86-2.445c.448-.897.575-1.54.525-2.547-.034-.804-.093-1.015-1.185-4.357a195 195 0 0 0-1.32-3.96c-.415-1.04-1.244-1.955-2.276-2.496-.956-.508-1.328-.567-3.477-.567-1.15 0-1.87.034-1.828.076.051.042.525.33 1.058.643.533.305 1.04.635 1.125.736.085.102.144.313.144.508 0 .406-.093.5-1.312 1.337l-.93.634 1.667.043c1.607.042 1.666.05 1.878.245.262.245.228.16 1.498 4.07 1.1 3.4 1.142 3.604.752 4.019-.516.55-1.032.482-1.819-.212-.321-.28-.77-.635-1.006-.795a8.43 8.43 0 0 0-10.094.626c-.956.812-1.015.846-1.565.846-.288 0-.61-.06-.753-.127-.288-.152-.584-.584-.584-.863 0-.102.507-1.794 1.134-3.757.896-2.834 1.184-3.612 1.353-3.79.22-.22.237-.22 1.938-.28.939-.025 1.861-.092 2.047-.152.415-.127 2.2-1.142 2.42-1.379.178-.194.212-.541.068-.846-.102-.228-1.667-1.176-2.352-1.43-.525-.194-4.028-.211-4.738-.017M19.2 5.14c.33.338.338.752.008 1.116-.406.457-1.134.322-1.37-.253-.339-.83.719-1.498 1.362-.863z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wikidotjs.svg b/mkdocs-material/material/templates/.icons/simple/wikidotjs.svg new file mode 100644 index 0000000..8398761 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wikidotjs.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.801 13.557q.223.147.417.313c1.854 1.6 3.127 4.656 2.582 7.311-1.091-.255-5.747-1.055-7.638-3.383-.91-1.12-1.366-2.081-1.569-2.885a6 6 0 0 0 .034-.219c.089.198.197.35.313.466.24.24.521.335.766.372.304.046.594-.006.806-.068l.001.001c.05-.015.433-.116.86-.342.325-.173 2.008-.931 3.428-1.566m-7.384 1.435C9.156 16.597 6.6 18.939.614 18.417c.219-1.492 1.31-3.019 2.51-4.11.379-.345.906-.692 1.506-1.009q.428.253.939.486c2.689 1.221 3.903 1.001 4.89.573l.054-.025a6 6 0 0 0-.096.66m4.152-.462c.38-.341.877-.916 1.383-1.559-.389-.15-.866-.371-1.319-.591-.598-.29-1.305-.283-2.073-.315a4.7 4.7 0 0 1-.804-.103q.021-.184.038-.369c.062.104.673.057.871.057.354 0 1.621.034 3.074-.574s2.55-1.706 3.022-3.225c.474-1.52.22-3.091-.168-3.952-.169.709-1.453 2.381-1.926 2.871-.473.489-2.381 2.296-2.972 2.921-.7.74-.688.793-1.332 1.302-.202.19-.499.402-.563.53.027-.338.039-.675.027-.997a8 8 0 0 0-.032-.523c.322-.059.567-.522.567-.861 0-.224-.106-.247-.271-.229.075-.894.382-3.923 1.254-4.281.218.109.831.068.649-.295-.182-.364-.825-.074-1.081.266-.28.374-.956 2.046-.92 4.324-.113.014-.174.033-.322.033-.171 0-.321-.04-.433-.05.034-2.275-.714-3.772-.84-4.169-.12-.375-.491-.596-.781-.596-.146 0-.272.056-.333.179-.182.363.459.417.677.308.706.321 1.156 3.519 1.254 4.277-.125-.006-.199.035-.199.233 0 .311.17.756.452.843l-.007.03s-.287.99-.413 2.189a4.7 4.7 0 0 1-.718-.225c-.714-.286-1.355-.583-2.019-.566s-1.366.023-1.804-.036-.649-.15-.649-.15-.234.365.257 1.075c.42.607 1.055 1.047 1.644 1.18.589.134 1.972.18 2.785-.377.16-.109.317-.228.459-.34a9 9 0 0 0-.013.626c-.289.753-.571 1.993-.268 3.338 0-.001.701-.842.787-2.958q.009-.216.01-.383c.052-.248.103-.518.148-.799.072.135.151.277.234.413.511.842 1.791 1.37 2.383 1.49q.137.029.285.038m-1.12.745c-.188.055-.445.1-.713.059-.21-.031-.45-.11-.655-.316-.169-.168-.312-.419-.401-.789a10 10 0 0 0 .039-.82l.049-.243c.563.855 1.865 1.398 2.476 1.522q.054.011.109.02l-.013.009c-.579.415-.76.503-.891.558m6.333-2.818c-.257.114-4.111 1.822-5.246 2.363.98-.775 3.017-3.59 3.699-4.774 1.062.661 1.468 1.109 1.623 1.441.101.217.09.38.096.515a.57.57 0 0 1-.172.455m-9.213 1.62a2 2 0 0 1-.19.096c-.954.414-2.126.61-4.728-.571-2.023-.918-3.024-2.157-3.371-2.666.476.161 1.471.473 2.157.524.282.021.703.068 1.167.125.021.209.109.486.345.829l.001.001c.451.651 1.134 1.119 1.765 1.262.622.141 2.083.182 2.942-.407a3 3 0 0 0 .132-.093l.001.179a6 6 0 0 0-.221.721m5.512-1.271a18 18 0 0 1-1.326-.589c.437.042 1.054.083 1.692.108q-.182.243-.366.481m.932-1.26q-.18.255-.373.517-.362.026-.709.038a29 29 0 0 1-.741-.048c.608-.065 1.228-.252 1.823-.507m.22-.315c-.809.382-1.679.648-2.507.648-.472 0-.833.018-1.139.039v.001c-.324-.031-.665-.039-1.019-.054l-.152-.009c.102-.002.192-.006.249-.006.363 0 1.662.034 3.151-.589 1.508-.632 2.645-1.773 3.136-3.351.37-1.186.31-2.402.086-3.312.458-.336.86-.651 1.147-.91.501-.451.743-.733.848-.869.199.206.714.864.685 2.138-.036 1.611-.606 3.187-1.501 4.154a9 9 0 0 1-1.321 1.132 12 12 0 0 0-.644-.422l-.089-.055-.051.091c-.184.332-.5.825-.879 1.374M4.763 5.817c-.157 1.144.113 2.323.652 3.099s2.088 2.29 3.614 2.505c.991.14 2.055.134 2.055.134s-.593-.576-1.114-1.66-.948-2.104-1.734-2.786c-.785-.681-1.601-1.416-2.045-1.945s-.59-.86-.59-.86-.656.175-.838 1.513m14.301 4.549a9 9 0 0 0 1.3-1.12c.326-.352.611-.782.845-1.265 1.315.145 2.399.371 2.791.434 0 0-.679 1.971-3.945 3.022l-.016-.035c-.121-.26-.385-.594-.975-1.036m-11.634.859a9 9 0 0 1-.598-.224c-1.657-.693-2.91-1.944-3.449-3.678-.498-1.601-.292-3.251.091-4.269.225.544.758 1.34 1.262 2.01a3.6 3.6 0 0 0-.172.726c-.163 1.197.123 2.428.687 3.24.416.599 1.417 1.62 2.555 2.193q-.192.003-.376.002m-1.758-.077c-.958-.341-1.901-.787-2.697-1.368C-.07 7.559 0 6.827 0 6.827s1.558-.005 3.088.179q.045.189.104.377c.557 1.791 1.851 3.086 3.562 3.803l.047.019a4 4 0 0 1-.267-.026h-.001c-.401-.053-.595-.135-.595-.135l-.157-.069-.092.144zm6.807-1.59c.086.017.136.058.136.145 0 .197-.242.5-.597.597l-.01-.161a.9.9 0 0 0 .283-.243c.078-.099.142-.217.188-.338m-1.591.006c.033.1.076.197.129.282.061.097.134.18.217.24l-.021.083c-.276-.093-.424-.293-.424-.466 0-.078.035-.119.099-.139m-.025-.664c-.275-.816-.795-2.022-1.505-2.179-.296.072-.938.096-.691-.145.246-.24 1.085-.048 1.283.217.145.194.744.806 1.011 1.737l.032.227a.32.32 0 0 0-.13.143m1.454-.266c.251-.99.889-1.639 1.039-1.841.197-.265 1.036-.457 1.283-.217s-.395.217-.691.145c-.69.152-1.2 1.296-1.481 2.109a.4.4 0 0 0-.067-.059.4.4 0 0 0-.092-.043zm4.802-2.708a10 10 0 0 1-.596.705c-.304.315-1.203 1.176-1.963 1.916.647-.955 1.303-1.806 2.184-2.376q.185-.12.375-.245"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wikimediacommons.svg b/mkdocs-material/material/templates/.icons/simple/wikimediacommons.svg new file mode 100644 index 0000000..9b7b40c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wikimediacommons.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.048 15.203a2.952 2.952 0 1 1 5.904 0 2.952 2.952 0 0 1-5.904 0m11.749.064v-.388h-.006a8.7 8.7 0 0 0-.639-2.985 8.7 8.7 0 0 0-1.706-2.677l.004-.004-.186-.185-.044-.045-.026-.026-.204-.204-.006.007c-.848-.756-1.775-1.129-2.603-1.461-1.294-.519-2.138-.857-2.534-2.467.443.033.839.174 1.13.481C15.571 6.996 11.321 0 11.321 0s-1.063 3.985-2.362 5.461c-.654.744.22.273 1.453-.161.279 1.19.77 2.119 1.49 2.821.791.771 1.729 1.148 2.556 1.48.672.27 1.265.508 1.767.916l-.593.594-.668-.668-.668 2.463 2.463-.668-.668-.668.6-.599a6.3 6.3 0 0 1 1.614 3.906h-.844v-.944l-2.214 1.27 2.214 1.269v-.944h.844a6.28 6.28 0 0 1-1.614 3.906l-.6-.599.668-.668-2.463-.668.668 2.463.668-.668.6.6a6.26 6.26 0 0 1-3.907 1.618v-.848h.945L12 18.45l-1.27 2.214h.944v.848a6.27 6.27 0 0 1-3.906-1.618l.599-.6.668.668.668-2.463-2.463.668.668.668-.6.599a6.3 6.3 0 0 1-1.615-3.906h.844v.944l2.214-1.269-2.214-1.27v.944h-.843a6.3 6.3 0 0 1 1.615-3.906l.6.599-.668.668 2.463.668-.668-2.463-.668.668-2.359-2.358-.23.229-.044.045-.185.185.004.004a8.75 8.75 0 0 0-2.345 5.662h-.006v.649h.006a8.75 8.75 0 0 0 2.345 5.662l-.004.004.185.185.045.045.045.045.185.185.004-.004a8.7 8.7 0 0 0 2.677 1.707 8.8 8.8 0 0 0 2.985.639V24h.649v-.006a8.8 8.8 0 0 0 2.985-.639 8.7 8.7 0 0 0 2.677-1.707l.004.004.187-.187.044-.043.043-.044.187-.186-.004-.004a8.7 8.7 0 0 0 1.706-2.677 8.7 8.7 0 0 0 .639-2.985h.006v-.259z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wikimediafoundation.svg b/mkdocs-material/material/templates/.icons/simple/wikimediafoundation.svg new file mode 100644 index 0000000..32bed1a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wikimediafoundation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.074 3.126A11.97 11.97 0 0 1 24 12c0 6.623-5.377 12-12 12S0 18.623 0 12c0-3.515 1.514-6.679 3.926-8.874l2.265 2.265A8.78 8.78 0 0 0 3.2 12c0 4.857 3.943 8.8 8.8 8.8s8.8-3.943 8.8-8.8a8.78 8.78 0 0 0-2.991-6.609zm-3.399 3.399A7.19 7.19 0 0 1 19.2 12a7.206 7.206 0 0 1-6.4 7.156V10.4zM11.2 19.156A7.206 7.206 0 0 1 4.8 12c0-2.19.98-4.154 2.525-5.475L11.2 10.4zM12 0c2.208 0 4 1.792 4 4s-1.792 4-4 4-4-1.792-4-4 1.792-4 4-4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wikipedia.svg b/mkdocs-material/material/templates/.icons/simple/wikipedia.svg new file mode 100644 index 0000000..744838a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wikipedia.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.09 13.119c-.936 1.932-2.217 4.548-2.853 5.728-.616 1.074-1.127.931-1.532.029-1.406-3.321-4.293-9.144-5.651-12.409-.251-.601-.441-.987-.619-1.139q-.27-.225-1.122-.271-.314-.034-.313-.159v-.455l.052-.045c.924-.005 5.401 0 5.401 0l.051.045v.434q0 .177-.225.176l-.564.031c-.485.029-.727.164-.727.436 0 .135.053.33.166.601 1.082 2.646 4.818 10.521 4.818 10.521l.136.046 2.411-4.81-.482-1.067-1.658-3.264s-.318-.654-.428-.872c-.728-1.443-.712-1.518-1.447-1.617-.207-.023-.313-.05-.313-.149v-.468l.06-.045h4.292l.113.037v.451c0 .105-.076.15-.227.15l-.308.047c-.792.061-.661.381-.136 1.422l1.582 3.252 1.758-3.504c.293-.64.233-.801.111-.947-.07-.084-.305-.22-.812-.24l-.201-.021a.23.23 0 0 1-.145-.051.15.15 0 0 1-.067-.129v-.427l.061-.045c1.247-.008 4.043 0 4.043 0l.059.045v.436c0 .121-.059.178-.193.178-.646.03-.782.095-1.023.439-.12.186-.375.589-.646 1.039l-2.301 4.273-.065.135 2.792 5.712.17.048 4.396-10.438c.154-.422.129-.722-.064-.895-.197-.172-.346-.273-.857-.295l-.42-.016a.26.26 0 0 1-.152-.045c-.043-.029-.072-.075-.072-.119v-.436l.059-.045h4.961l.041.045v.437c0 .119-.074.18-.209.18-.648.03-1.127.18-1.443.421-.314.255-.557.616-.736 1.067 0 0-4.043 9.258-5.426 12.339-.525 1.007-1.053.917-1.503-.031-.571-1.171-1.773-3.786-2.646-5.71z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wikiquote.svg b/mkdocs-material/material/templates/.icons/simple/wikiquote.svg new file mode 100644 index 0000000..eb2ff7c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wikiquote.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.152 12a4.037 4.037 0 1 1-8.075 0 4.037 4.037 0 0 1 8.075 0M17.292.822q-.429-.43-.885-.822l-1.528 1.527C17.872 4.036 19.778 7.8 19.778 12s-1.906 7.964-4.899 10.473L16.407 24q.457-.392.886-.822A15.7 15.7 0 0 0 21.923 12c0-4.223-1.644-8.192-4.63-11.178zM13.508 2.9 12.03 4.377a9.642 9.642 0 0 1 0 15.246l1.477 1.477a11.712 11.712 0 0 0 0-18.2zm-2.735 2.735L9.349 7.057c1.61 1.057 2.675 2.878 2.675 4.943s-1.065 3.886-2.675 4.943l1.423 1.422A7.88 7.88 0 0 0 14.005 12a7.88 7.88 0 0 0-3.233-6.365z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wikivoyage.svg b/mkdocs-material/material/templates/.icons/simple/wikivoyage.svg new file mode 100644 index 0000000..9d10d24 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wikivoyage.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.917 14.178q-.645 0-1.055-.41-.41-.408-.41-1.049 0-.637.355-1.05t.918-.414q.61 0 .943.386T24 12.72v.155h-1.866a.83.83 0 0 0 .174.424q.273.253.632.253.262 0 .489-.092.225-.093.57-.316v.648a2 2 0 0 1-.531.3q-.25.086-.551.086zm.445-1.774a.8.8 0 0 0-.145-.352q-.158-.215-.463-.215-.271 0-.447.234a.9.9 0 0 0-.161.333zm-3.73 1.063q0 .055.147.13.15.078.383.114.567.09.82.304.253.215.253.62 0 .4-.374.628t-.992.228q-.58 0-.93-.245a.78.78 0 0 1-.348-.669q0-.291.187-.5a.67.67 0 0 1 .437-.236q-.21-.102-.21-.31 0-.226.279-.376.066-.036.097-.012-.109-.005-.24-.122a.93.93 0 0 1-.3-.712q0-.435.301-.713.301-.28.77-.28.12 0 .224.018h1.099v.545h-.38q.125.132.13.49a.87.87 0 0 1-.305.655q-.266.244-.668.272l-.179.01a.4.4 0 0 0-.133.051q-.069.044-.069.11m.28-1.614a.44.44 0 0 0-.323.126.45.45 0 0 0-.127.33q0 .205.126.33a.44.44 0 0 0 .325.124q.198 0 .324-.125a.44.44 0 0 0 .126-.329.45.45 0 0 0-.127-.33.44.44 0 0 0-.323-.126m-.703 2.727q0 .162.178.269.179.106.488.106.338 0 .528-.09t.19-.223a.3.3 0 0 0-.129-.24.86.86 0 0 0-.387-.141l-.075-.012a2 2 0 0 0-.2-.02.817.817 0 0 0-.447.103.28.28 0 0 0-.146.248zm-2.382-.402a.67.67 0 0 1-.508-.2.73.73 0 0 1-.19-.52q0-.285.187-.491t.555-.338l.651-.235v-.126q0-.21-.098-.3t-.32-.09q-.25 0-.446.096-.195.095-.474.318v-.623q.215-.222.435-.318t.49-.096q.522 0 .798.26.276.261.276.753v1.35q0 .032.01.041.009.01.033.01.02 0 .085-.041.065-.042.249-.125v.418a.8.8 0 0 1-.287.183.9.9 0 0 1-.324.066.44.44 0 0 1-.3-.108q-.092-.083-.096-.152-.02.068-.143.13-.27.139-.583.138m.695-.625v-.75l-.257.12a.9.9 0 0 0-.349.203.4.4 0 0 0-.112.279q0 .12.09.193.09.075.245.074a.6.6 0 0 0 .257-.058 2 2 0 0 1 .2-.081zm-1.478-2.177-1.894 4.188h-.724l.933-2.114-1.061-2.133h.707l.713 1.533.639-1.533h.687zm-4.363 2.788c-.46.02-.847-.122-1.126-.395q-.42-.41-.42-1.049 0-.64.42-1.052t1.077-.412 1.079.412q.42.413.421 1.052 0 .638-.42 1.049c-.282.273-.636.395-1.03.395m-.002-.55a.8.8 0 0 0 .547-.26q.23-.242.23-.634 0-.395-.23-.638a.78.78 0 0 0-.594-.244.78.78 0 0 0-.592.243q-.229.244-.229.64 0 .393.228.634c.152.161.353.26.64.26M7.26 11.318h.693l.66 1.656.665-1.656h.687l-1.228 2.842h-.252zm9.218-.703v-2.79h.673v2.85h-.54zm.336-3.963a.38.38 0 0 1 .28.114.37.37 0 0 1 .113.273.37.37 0 0 1-.113.274.38.38 0 0 1-.28.113.38.38 0 0 1-.28-.113.37.37 0 0 1-.113-.274.37.37 0 0 1 .113-.274.38.38 0 0 1 .28-.113m-2.668-.182v4.206h-.673V6.408h.673zm1.286 4.146L14.04 9.252l1.258-1.428h.757l-1.2 1.414 1.413 1.437h-.703zm-3.3 0V7.822h.673v2.852h-.54zm.336-3.964a.38.38 0 0 1 .28.114.37.37 0 0 1 .113.273.37.37 0 0 1-.113.274.38.38 0 0 1-.28.113.38.38 0 0 1-.28-.113.37.37 0 0 1-.113-.274.37.37 0 0 1 .113-.274.38.38 0 0 1 .28-.113M8.49 10.717 7.261 7.824h.699l.661 1.68.682-1.721h.423l.676 1.712.664-1.671h.7l-1.242 2.893h-.256l-.762-1.843-.76 1.843H8.62zm3.768 6.322 4.008 6.07.436-7.26a4.6 4.6 0 0 1-4.444 1.19M7.26 6.41 0 6.843l6.07 4.008a4.6 4.6 0 0 1 1.191-4.444m11.705.988L22.22.89l-6.507 3.254a4.6 4.6 0 0 1 3.254 3.253z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/winamp.svg b/mkdocs-material/material/templates/.icons/simple/winamp.svg new file mode 100644 index 0000000..d9dae08 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/winamp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.902 0a.99.99 0 0 0-.91.604l-6.139 14.57a.636.636 0 0 0 .586.883H8.66a.99.99 0 0 0 .91-.604L15.707.883A.636.636 0 0 0 15.12 0zm3.438 7.943a.99.99 0 0 0-.91.604l-6.137 14.57c-.177.42.13.883.586.883h3.219a.99.99 0 0 0 .91-.604l6.138-14.57a.636.636 0 0 0-.586-.883z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wipro.svg b/mkdocs-material/material/templates/.icons/simple/wipro.svg new file mode 100644 index 0000000..5f021d3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wipro.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.542 12.035c0-.875-.69-1.585-1.542-1.585-.85 0-1.541.71-1.541 1.585 0 .876.69 1.585 1.542 1.585.85 0 1.54-.71 1.54-1.585zM14 12.872c-.437 0-.792-.375-.792-.837 0-.46.355-.836.793-.836.437 0 .792.375.792.836 0 .462-.355.837-.792.837m-9.584-2.208-.927 2.873a.13.13 0 0 1-.115.084H3.29a.16.16 0 0 1-.129-.078l-.95-1.825-.95 1.825a.16.16 0 0 1-.128.078h-.085a.13.13 0 0 1-.115-.084l-.927-2.873c-.022-.07.019-.126.092-.126h.567c.048 0 .1.038.115.084l.469 1.452.805-1.546a.16.16 0 0 1 .129-.078h.057a.16.16 0 0 1 .129.078l.805 1.546.468-1.452a.13.13 0 0 1 .116-.084h.567c.073 0 .114.057.091.126M5.784 13.4a.13.13 0 0 1-.132.133H5.08a.13.13 0 0 1-.132-.133v-2.73c0-.073.059-.132.132-.132h.572a.13.13 0 0 1 .132.132zm.741-2.73v4.315c0 .074.06.133.132.133h.573a.13.13 0 0 0 .132-.133v-1.497c.242.085.51.132.792.132.803 0 1.454-.71 1.454-1.585s-.651-1.585-1.454-1.585c-.394 0-.75.171-1.012.449l-.102-.278a.14.14 0 0 0-.119-.083h-.264a.13.13 0 0 0-.132.132m.837.9a.75.75 0 0 1 .637-.371c.424 0 .767.374.767.836s-.344.837-.767.837c-.24 0-.46-.063-.637-.17zm3.575 1.963h-.572a.13.13 0 0 1-.132-.132V10.67c0-.073.059-.132.132-.132h.264c.048 0 .102.037.118.083l.102.277s.32-.448.87-.448.617.19.571.295l-.197.445c-.025.058-.09.1-.177.066a.73.73 0 0 0-.847.233V13.4a.13.13 0 0 1-.132.132m4.69-10.343a.704.704 0 0 1 .862-.497.704.704 0 1 1-.364 1.36.705.705 0 0 1-.498-.863zm1.846 2.79a.53.53 0 0 1 .194.722.53.53 0 0 1-.722.193.53.53 0 0 1-.194-.722.53.53 0 0 1 .722-.193m.664 10.968a.573.573 0 0 1 0-.81.57.57 0 0 1 .81 0 .573.573 0 0 1 0 .81.573.573 0 0 1-.81 0M15.68 9.571a.242.242 0 0 1-.42-.242.242.242 0 1 1 .42.242m-.42 5.1a.242.242 0 0 1 .42-.242.243.243 0 0 1-.088.331.243.243 0 0 1-.331-.089m3.73-2.67a.517.517 0 1 1-.516-.518.517.517 0 0 1 .517.517m-1.173-8.112a.749.749 0 1 1 1.296.75.749.749 0 0 1-1.296-.75m-5.43 10.575a.154.154 0 1 1 .267.153.154.154 0 0 1-.267-.154m2.804-8.792a.484.484 0 1 1 .935.25.484.484 0 0 1-.593.343.484.484 0 0 1-.342-.593M13.993 7.85a.308.308 0 1 1 0-.617.308.308 0 1 1 0 .617m0 1.013a.198.198 0 1 1 0 .396.198.198 0 0 1 0-.396m0-2.84a.44.44 0 1 1 0-.882.44.44 0 0 1 0 .881m-1.607 3.515a.154.154 0 1 1 .21.056.154.154 0 0 1-.21-.056m1.607 5.602a.198.198 0 1 1 0-.396.198.198 0 0 1 0 .396m0 1.013a.308.308 0 0 1 0 .616.308.308 0 1 1 0-.616m3.494-2.139a.44.44 0 0 1 .602-.16.44.44 0 0 1 .16.6.44.44 0 0 1-.762-.44m-3.494 3.966a.44.44 0 1 1 0 .88.44.44 0 0 1 0-.88m9.577-8.543a.968.968 0 1 1-1.87.502.968.968 0 0 1 1.87-.502m-6.694 6.002a.396.396 0 0 1 .56-.56.396.396 0 0 1 0 .56.396.396 0 0 1-.56 0m.974-4.47a.484.484 0 0 1 .342-.592.484.484 0 1 1 .25.935.484.484 0 0 1-.592-.342m1.407-2.715a.617.617 0 0 1 .617 1.068.617.617 0 0 1-.617-1.068m-.31-.391a.57.57 0 0 1-.81 0 .573.573 0 0 1 0-.81.57.57 0 0 1 .81 0 .573.573 0 0 1 0 .81M17.85 13.03a.484.484 0 0 1 .935.25.484.484 0 1 1-.935-.25M14.83 7.605a.33.33 0 0 1 .404-.234.33.33 0 0 1-.17.638.33.33 0 0 1-.234-.404M21.3 6.77a.88.88 0 0 1 1.203.321.88.88 0 1 1-1.525.881.88.88 0 0 1 .322-1.202zm-3.05 2.777a.44.44 0 1 1-.762.44.44.44 0 1 1 .763-.44m1.324.96a.66.66 0 0 1 .466-.808.66.66 0 0 1 .342 1.275.66.66 0 0 1-.808-.467m0 2.986a.66.66 0 1 1 1.275.341.66.66 0 1 1-1.275-.341m.859-.736a.757.757 0 1 1 0-1.514.757.757 0 0 1 0 1.514m-.676-6.514a.79.79 0 0 1 0-1.121.79.79 0 0 1 1.121 0 .793.793 0 0 1-1.12 1.12M16.534 8.31a.352.352 0 1 1-.61-.353.352.352 0 0 1 .61.352m-.639 5.586a.264.264 0 0 1 .374 0 .265.265 0 0 1 0 .373.264.264 0 0 1-.374 0 .264.264 0 0 1 0-.373m0-4.167a.264.264 0 0 1 .374 0 .264.264 0 1 1-.374 0m.515 3.992a.287.287 0 0 1-.105-.391.286.286 0 0 1 .391-.105.286.286 0 0 1-.286.496m-.486 2.32a.35.35 0 0 1 .129-.48.35.35 0 0 1 .481.128.35.35 0 0 1-.129.481.35.35 0 0 1-.481-.129zm.877-5.659a.286.286 0 0 1-.105.391.287.287 0 0 1-.391-.105.286.286 0 0 1 .496-.286zm-.249.934a.308.308 0 1 1 .596-.16.308.308 0 0 1-.596.16m0 1.366a.308.308 0 1 1 .596.16.308.308 0 0 1-.596-.16m.401-.346a.337.337 0 1 1 0-.673.337.337 0 0 1 0 .673m.483-3.775a.396.396 0 1 1-.56.561.396.396 0 0 1 .56-.56M10.02 20.013a.573.573 0 0 1-.782.21.573.573 0 0 1 .573-.992.573.573 0 0 1 .21.782m4.794-11.068a.22.22 0 1 1-.114.425.22.22 0 0 1 .114-.425m-2.539 11.837a.616.616 0 1 1-1.19-.32.616.616 0 0 1 1.19.32m2.539-5.726a.22.22 0 0 1-.114-.426.22.22 0 1 1 .114.426m-.16 5.874a.66.66 0 0 1-.66.66.66.66 0 0 1-.661-.66.66.66 0 0 1 1.32 0m-1.47-5.922a.177.177 0 0 1-.124-.216.177.177 0 0 1 .216-.124.176.176 0 0 1-.092.34m-.07 1.371a.286.286 0 1 1-.553-.148.286.286 0 0 1 .552.148m-2.796-2.273a.22.22 0 0 1-.381.22.22.22 0 0 1 .08-.3.22.22 0 0 1 .301.08m1.67 1.882a.264.264 0 1 1-.457-.264.264.264 0 0 1 .458.264m.015-1.825a.132.132 0 1 1-.187-.187.133.133 0 0 1 .187 0 .133.133 0 0 1 0 .187m-.996.81a.242.242 0 1 1-.343.342.24.24 0 0 1 0-.342.24.24 0 0 1 .343 0m.078 2.756a.35.35 0 0 1-.481.129.352.352 0 1 1 .481-.129m9.792.029a.793.793 0 0 1 0 1.12.793.793 0 0 1-1.12-1.12.793.793 0 0 1 1.12 0m-1.62-2.01a.617.617 0 0 1-.225-.843.617.617 0 0 1 .842-.225.617.617 0 0 1-.617 1.067m3.245 1.16a.88.88 0 1 1-1.525-.88.88.88 0 0 1 1.525.88m-7.267-.28a.33.33 0 1 1-.17-.637.33.33 0 0 1 .17.638M24 12a1.058 1.058 0 1 1-2.116 0A1.058 1.058 0 0 1 24 12m-.43 2.564a.97.97 0 1 1-1.872-.502.97.97 0 0 1 1.872.502m-6.583 5.881a.704.704 0 1 1-1.36.364.704.704 0 0 1 .498-.862.704.704 0 0 1 .862.498m2.125-1.082a.75.75 0 0 1-.274 1.022.75.75 0 0 1-1.022-.274.75.75 0 0 1 .274-1.023.75.75 0 0 1 1.022.274zm-3.922-1.035a.484.484 0 1 1 .935-.25.484.484 0 0 1-.935.25m2.283-.308a.528.528 0 1 1-.528-.915.528.528 0 0 1 .528.915m-4.76.28a.396.396 0 0 1-.766-.205.396.396 0 0 1 .485-.28.396.396 0 0 1 .28.485m-.897-8.276a.132.132 0 1 1 .187-.187.132.132 0 0 1-.187.187m.076-1.651a.264.264 0 0 1-.265-.458.264.264 0 0 1 .265.458m-.807-4.835a.616.616 0 1 1 1.19-.32.616.616 0 0 1-1.19.32m-.848 6.055a.22.22 0 1 1-.22.381.22.22 0 0 1-.08-.3.22.22 0 0 1 .3-.081zm.77-.908a.242.242 0 0 1-.343.343.242.242 0 0 1 .343-.343m-.532-2.062a.352.352 0 0 1 .61-.352.352.352 0 0 1-.61.352m2.858-3.552a.66.66 0 0 1 1.32 0 .66.66 0 0 1-.66.66.66.66 0 0 1-.66-.66m-.149 5.922a.176.176 0 1 1 .091.34.176.176 0 0 1-.09-.34m-.957-3.573a.396.396 0 0 1 .205.765.396.396 0 0 1-.485-.28.397.397 0 0 1 .28-.485zm.535 1.999a.286.286 0 1 1 .148.553.286.286 0 0 1-.148-.553M9.03 4.559a.57.57 0 0 1 .21-.781.573.573 0 0 1 .572.991.57.57 0 0 1-.782-.21m-.37 10.505a.264.264 0 1 1-.458.264.264.264 0 0 1 .458-.264M4.92 9.46a.46.46 0 0 1 .566-.327.46.46 0 0 1 .327.566.46.46 0 0 1-.566.327.46.46 0 0 1-.327-.567m.9-2.17a.484.484 0 1 1 .178.662.485.485 0 0 1-.178-.662m2.23 10.642a.53.53 0 0 1 0 .747.53.53 0 0 1-.748 0 .53.53 0 0 1 0-.747.53.53 0 0 1 .748 0m-1.373-1.722a.484.484 0 1 1-.839.485.484.484 0 0 1 .839-.485m.626-10.14a.53.53 0 0 1 0-.746.53.53 0 0 1 .747 0 .53.53 0 0 1 0 .747.53.53 0 0 1-.747 0m2.366 1.62a.31.31 0 0 1-.436 0 .31.31 0 0 1 0-.436.31.31 0 0 1 .436 0 .31.31 0 0 1 0 .436m0 8.623a.308.308 0 1 1-.436.435.308.308 0 0 1 .436-.436m-1.466-7.64a.264.264 0 1 1 .457.264.264.264 0 0 1-.458-.264"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wire.svg b/mkdocs-material/material/templates/.icons/simple/wire.svg new file mode 100644 index 0000000..083c4d8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wire.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 14.475a7.395 7.395 0 0 1-7.38 7.41h-.016a7.3 7.3 0 0 1-4.5-1.605A7.498 7.498 0 0 1 0 14.475V2.82h1.41v11.655a6 6 0 0 0 9.585 4.815 7.38 7.38 0 0 1-1.815-4.814v-9.54a2.82 2.82 0 0 1 5.64 0v9.54a7.37 7.37 0 0 1-1.77 4.814 5.997 5.997 0 0 0 8.383-1.304 6 6 0 0 0 1.157-3.511V2.82H24zm-10.59-9.54a1.41 1.41 0 0 0-2.82 0v9.54A6 6 0 0 0 12 18.33a6 6 0 0 0 1.41-3.855z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wireguard.svg b/mkdocs-material/material/templates/.icons/simple/wireguard.svg new file mode 100644 index 0000000..f33d4a6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wireguard.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.98 11.645S24.533 0 11.735 0C.418 0 .064 11.17.064 11.17S-1.6 24 11.997 24C25.04 24 23.98 11.645 23.98 11.645M8.155 7.576c2.4-1.47 5.469-.571 6.618 1.638.218.419.246 1.063.108 1.503-.477 1.516-1.601 2.366-3.145 2.728.455-.39.817-.832.933-1.442a2.11 2.11 0 0 0-.364-1.677 2.14 2.14 0 0 0-2.465-.75c-.95.36-1.47 1.228-1.377 2.294.087.99.839 1.632 2.245 1.876-.21.111-.372.193-.53.281a5.1 5.1 0 0 0-1.644 1.43c-.143.192-.24.208-.458.075-2.827-1.729-3.009-6.067.078-7.956zM6.04 18.258c-.455.116-.895.286-1.359.438.227-1.532 2.021-2.943 3.539-2.782a3.9 3.9 0 0 0-.74 2.072c-.504.093-.98.155-1.44.272M15.703 3.3c.448.017.898.01 1.347.02a2 2 0 0 1 .334.047 3 3 0 0 1-.34.434c-.16.15-.341.296-.573.069-.055-.055-.187-.042-.283-.044-.447-.005-.894-.02-1.34-.003a8 8 0 0 0-1.154.118c-.072.013-.178.25-.146.338.078.207.191.435.359.567.619.49 1.277.928 1.9 1.413.604.472 1.167.99 1.51 1.7.446.928.46 1.9.267 2.877-.322 1.63-1.147 2.98-2.483 3.962-.538.395-1.205.62-1.821.903-.543.25-1.1.465-1.644.712-.98.446-1.53 1.51-1.369 2.615.149 1.015 1.04 1.862 2.059 2.037 1.223.21 2.486-.586 2.785-1.83.336-1.397-.423-2.646-1.845-3.024l-.256-.066c.38-.17.708-.291 1.012-.458q.793-.437 1.558-.925c.15-.096.231-.096.36.014.977.846 1.56 1.898 1.724 3.187.27 2.135-.74 4.096-2.646 5.101-2.948 1.555-6.557-.215-7.208-3.484-.558-2.8 1.418-5.34 3.797-5.83 1.023-.211 1.958-.637 2.685-1.425.47-.508.697-.944.775-1.141a3.2 3.2 0 0 0 .217-1.158 2.7 2.7 0 0 0-.237-.992c-.248-.566-1.2-1.466-1.435-1.656l-2.24-1.754c-.079-.065-.168-.06-.36-.047-.23.016-.815.048-1.067-.018.204-.155.76-.38 1-.56-.726-.49-1.554-.314-2.315-.46.176-.328 1.046-.831 1.541-.888a7 7 0 0 0-.135-.822c-.03-.111-.154-.22-.263-.283-.262-.154-.541-.281-.843-.434a1.76 1.76 0 0 1 .906-.28 3.4 3.4 0 0 1 .908.088c.54.123.97.042 1.399-.324-.338-.136-.676-.26-1.003-.407a10 10 0 0 1-.942-.493c.85.118 1.671.437 2.54.32l.022-.118-2.018-.47c1.203-.11 2.323-.128 3.384.388.299.146.61.266.897.432.14.08.233.24.348.365.09.098.164.23.276.29.424.225.89.234 1.366.223l.01-.16c.479.15 1.017.702 1.017 1.105-.776 0-1.55-.003-2.325.004-.083 0-.165.061-.247.094.078.046.155.128.235.131m-1-1.147a.118.118 0 0 0-.016.19.18.18 0 0 0 .246.065c.075-.038.148-.078.238-.125-.072-.062-.13-.114-.19-.163-.106-.087-.193-.032-.278.033"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wireshark.svg b/mkdocs-material/material/templates/.icons/simple/wireshark.svg new file mode 100644 index 0000000..7c1c574 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wireshark.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.95 0C1.33 0 0 1.32 0 2.95v18.1C0 22.68 1.32 24 2.95 24h18.1c1.62 0 2.95-1.32 2.95-2.95V2.95A2.95 2.95 0 0 0 21.05 0zm0 1.09h18.1c1.04 0 1.85.818 1.85 1.86v14h-5.27c-.335-.796-2.57-6.47.283-10.9a.516.517 0 0 0-.443-.794c-5.24.083-8.2 3.19-9.74 6.21-1.35 2.64-1.63 4.91-1.69 5.53H1.09v-14c0-1.04.817-1.86 1.85-1.86zm13.6 5.24c-2.62 5.24.248 11.4.248 11.4a.516.517 0 0 0 .469.301h5.62v3.05a1.84 1.84 0 0 1-1.85 1.86h-18.1c-1.04 0-1.85-.818-1.85-1.86v-3.05h5.39a.516.517 0 0 0 .514-.477s.226-2.8 1.66-5.62c1.34-2.62 3.67-5.17 7.91-5.57z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wise.svg b/mkdocs-material/material/templates/.icons/simple/wise.svg new file mode 100644 index 0000000..15fa311 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wise.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.488 7.469 0 15.05h11.585l1.301-3.576H7.922l3.033-3.507.01-.092L8.993 4.48h8.873l-6.878 18.925h4.706L24 .595H2.543z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wish.svg b/mkdocs-material/material/templates/.icons/simple/wish.svg new file mode 100644 index 0000000..1b6bfe0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wish.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.864 19.826h-4.107l-3.227-9.393-2.28 9.39H5.143L0 4.65h4.217l4.354 13.128c1.558-4.4 2.534-8.5 1.021-13.128H13.7ZM20.57 4.174a15.7 15.7 0 0 1-3.425 4.171 17.1 17.1 0 0 1 3.425 5.56A17.1 17.1 0 0 1 24 8.345a15.7 15.7 0 0 1-3.43-4.17Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wistia.svg b/mkdocs-material/material/templates/.icons/simple/wistia.svg new file mode 100644 index 0000000..4370d6d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wistia.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.69 6.605c.507-3.094-1.24-3.944-1.24-3.944s.073 2.519-4.555 3.053C13.787 6.188 0 5.83 0 5.83l4.43 5.081c1.2 1.378 1.838 1.537 3.187 1.633 1.349.09 4.327.058 6.345-.096 2.206-.169 5.35-.888 7.477-2.535 1.09-.843 2.039-2.016 2.25-3.308m.284 3.205s-.556 1.105-3.33 2.853c-1.182.744-3.637 1.535-6.793 1.84-1.705.166-4.842.031-6.188.031-1.354 0-1.974.285-3.187 1.652L0 21.23s1.55.008 2.72.008 8.488.425 11.735-.468c10.546-2.899 9.518-10.96 9.518-10.96"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wix.svg b/mkdocs-material/material/templates/.icons/simple/wix.svg new file mode 100644 index 0000000..1952df2 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wix.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m0 7.354 2.113 9.292h.801a1.54 1.54 0 0 0 1.506-1.218l1.351-6.34a.17.17 0 0 1 .167-.137c.08 0 .15.058.167.137l1.352 6.34a1.54 1.54 0 0 0 1.506 1.218h.805l2.113-9.292h-.565c-.62 0-1.159.43-1.296 1.035l-1.26 5.545-1.106-5.176a1.76 1.76 0 0 0-2.19-1.324c-.639.176-1.113.716-1.251 1.365l-1.094 5.127-1.26-5.537A1.33 1.33 0 0 0 .563 7.354zm13.992 0a.95.95 0 0 0-.951.95v8.342h.635a.95.95 0 0 0 .951-.95V7.353h-.635zm1.778 0 3.158 4.66-3.14 4.632h1.325c.368 0 .712-.181.918-.486l1.756-2.59a.12.12 0 0 1 .197 0l1.754 2.59c.206.305.55.486.918.486h1.326l-3.14-4.632L24 7.354h-1.326c-.368 0-.712.181-.918.486l-1.772 2.617a.12.12 0 0 1-.197 0L18.014 7.84a1.11 1.11 0 0 0-.918-.486z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wizzair.svg b/mkdocs-material/material/templates/.icons/simple/wizzair.svg new file mode 100644 index 0000000..33c806a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wizzair.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.637 10.393h2.318l-2.746 3.592h-2.32zm-.175-.351-2.918 3.82a.29.29 0 0 0-.03.307.3.3 0 0 0 .264.166h2.605l2.943-3.848a.28.28 0 0 0 .027-.293.28.28 0 0 0-.25-.152zM9.127 8.175a.09.09 0 0 1 .074-.042h1.52l.219-1.255a.08.08 0 0 1 .082-.066l1.423-.001q.04 0 .062.024a.1.1 0 0 1 .02.069l-.142.812 6.69.005c.037 0 .062.021.075.043.008.015.018.047-.003.076l-.604.79 4.958-.002a.07.07 0 0 1 .057.034.05.05 0 0 1 0 .058l-4.121 5.395c-.047.06-.045.209-.012.272.034.065.151.156.225.156l2.898.003a.08.08 0 0 1 .063.028.08.08 0 0 1 .019.066l-.22 1.26a.08.08 0 0 1-.083.067H11.299l-.18-.001a1 1 0 0 1 .018.193 1.027 1.027 0 1 1-1.027-1.027 1.03 1.03 0 0 1 .9.532l4.495-5.892c.072-.152.036-.207-.003-.296-.028-.068-.137-.138-.255-.136H12.1l-.804 4.59a.08.08 0 0 1-.08.061H9.791a.08.08 0 0 1-.063-.028.08.08 0 0 1-.018-.066l.873-4.982-3.551 6.963a.18.18 0 0 1-.158.091l-1.21.007c-.043 0-.079-.031-.082-.068l-.334-5.058-2.624 5.029a.18.18 0 0 1-.157.091H1.241a.08.08 0 0 1-.081-.072l-.8-7.677a.1.1 0 0 1 .02-.064.09.09 0 0 1 .063-.023h1.649c.045 0 .083.036.083.084l.247 5.01 2.426-5.051a.08.08 0 0 1 .073-.043l1.503-.007c.042 0 .079.032.081.068l.245 5.048zm1.825-1.715a.35.35 0 0 0-.345.29l-.181 1.032H9.147c-.13 0-.247.07-.314.192l-1.8 3.84-.178-3.712a.35.35 0 0 0-.35-.32H4.868a.35.35 0 0 0-.313.193L2.704 11.83l-.183-3.698a.35.35 0 0 0-.35-.35H.351a.35.35 0 0 0-.259.11.37.37 0 0 0-.091.272l.816 7.842a.35.35 0 0 0 .349.311h1.353a.45.45 0 0 0 .396-.237l2.067-3.96.255 3.886a.35.35 0 0 0 .348.311h1.343a.45.45 0 0 0 .396-.239l2.512-4.925-.486 2.778a.36.36 0 0 0 .076.287.35.35 0 0 0 .268.125h1.592a.35.35 0 0 0 .343-.281l.766-4.372h2.735l-4.133 5.41a1.38 1.38 0 0 0-.884-.32c-.76 0-1.381.62-1.381 1.38 0 .761.62 1.38 1.38 1.38a1.39 1.39 0 0 0 1.374-1.222h10.912a.35.35 0 0 0 .344-.291l.25-1.42a.35.35 0 0 0-.078-.286.35.35 0 0 0-.268-.124l-2.83-.002 4.126-5.4a.33.33 0 0 0 .019-.339.33.33 0 0 0-.295-.179h-4.414l.28-.366a.352.352 0 0 0-.29-.547h-6.44l.088-.494a.36.36 0 0 0-.081-.289.34.34 0 0 0-.265-.121z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wolfram.svg b/mkdocs-material/material/templates/.icons/simple/wolfram.svg new file mode 100644 index 0000000..019128c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wolfram.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.105 12.001 3.307-3.708-4.854-1.059.495-4.944-4.55 1.996L12 0 9.495 4.287 4.947 2.291l.494 4.944L.587 8.289l3.305 3.707-3.305 3.713 4.854 1.053-.5 4.945 4.553-1.994L12 24l2.504-4.287 4.55 1.994-.495-4.938 4.854-1.06zm1.605 2.792-2.861-.982-1.899-2.471 2.526.942zm.459-6.096-2.602 2.918-3.066-1.141 1.844-2.612zm-4.288-1.324-1.533 2.179.088-3.162 1.788-2.415zm-3.304-2.399 3.091-1.354L15.9 5.998l-2.943 1.049zm1.187 1.772-.096 3.652-3.341 1.12V7.969zM12 1.308l1.969 3.371L12 7.199l-1.971-2.521zM9.423 4.974l1.619 2.072-2.948-1.048L6.332 3.62zm2.245 2.995v3.549l-3.335-1.12-.102-3.652zM7.564 6.39l.086 3.162-1.532-2.179-.341-3.397zM1.83 8.692l3.824-.83 1.839 2.612-3.065 1.136zm2.694 3.585 2.526-.937-1.9 2.471-2.861.977zm-2.093 3.159 2.929-1 3.045.896-2.622.837zm3.28 5.212.392-3.896 3.111-.982.082 3.31zm3.691-5.708-3.498-1.03 2.226-2.892 3.335 1.126zm2.266 7.191-1.711-2.934-.066-2.771 1.777 2.597zm-1.73-6.8L12 12.532l2.063 2.799L12 18.336zm4.104 3.866-1.715 2.934v-3.107l1.782-2.597zm-1.514-7.052 3.341-1.126 2.221 2.892-3.499 1.03zm2.175 6.935.077-3.31 3.116.982.386 3.901zm3.514-2.912-2.625-.837 3.049-.896 2.928 1.003z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wolframlanguage.svg b/mkdocs-material/material/templates/.icons/simple/wolframlanguage.svg new file mode 100644 index 0000000..fc70522 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wolframlanguage.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.335 12.431c-.552.15-.615.18-1.164.337-.589-.337-1.107-.526-1.595-.463.057-.306.151-.525.245-.8 1.036-.15 1.805.4 2.514.926m5.308 7.201a10.8 10.8 0 0 1-1.907 1.52h-.006l-3.702-4.613 3.07.336s1.47.151 1.807 0c.308-.117 1.963-2.449 1.963-2.449s-4.76-3.009-6.384-4.666c.188-2.793-.213-6.508-.213-6.478-1.193 1.195-1.35 1.383-2.544 2.489-.52-1.688-.769-2.27-1.289-3.958-1.568 1.289-2.763 3.464-3.62 6.016a12 12 0 0 0-.55.656q-.171.234-.345.475a16 16 0 0 0-1.101 1.819q-.094.17-.188.35c-.913 1.788-1.676 3.79-2.338 5.604A10.8 10.8 0 0 1 1.205 12c0-2.862 1.138-5.613 3.163-7.64A10.79 10.79 0 0 1 12 1.202a10.8 10.8 0 0 1 7.642 3.158A10.83 10.83 0 0 1 22.797 12a10.81 10.81 0 0 1-3.154 7.633M12 6.691c.832-.801.951-.92 1.75-1.69.064 1.533.032 2.334-.062 4.204-.463-.458-1.381-1.044-1.381-1.044S12.126 7.09 12 6.69m3.834 15.463C9.218 24.547 4.436 20.14 3.417 18.602q.007-.021.006-.039c.92-3.889 2.058-8.535 3.884-9.91.955-1.655 1.231-4.113 2.943-5.401.432 1.288 1.107 3.958 1.57 5.246 2.025 2.025 5.087 4.545 7.146 5.59.212.12.489.98.489.98l-.825 1.038-8.835-.887c-.2-.02-.394-.028-.594-.028-.569 0-1.15.073-1.833.18.432-1.07 1.35-1.936 1.35-1.936s-.855-.519-1.505-.605c.187-.432.681-.989.8-1.138-.244.087-2.026.888-2.208 1.563.857.214 1.47.487 1.47.487s-.95.957-1.132 2.612c0 0 2.82-.43 4.939-.153.063.03.094.03.125.03l1.102.031 3.509 5.84.027.046a.01.01 0 0 1-.011.006m4.652-18.64A12.02 12.02 0 0 0 12 0C8.818 0 5.768 1.27 3.516 3.515a12.03 12.03 0 0 0-3.513 8.484c0 3.183 1.27 6.235 3.512 8.478a11.98 11.98 0 0 0 16.97 0 11.97 11.97 0 0 0 3.512-8.478c0-3.181-1.26-6.233-3.511-8.484z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wolframmathematica.svg b/mkdocs-material/material/templates/.icons/simple/wolframmathematica.svg new file mode 100644 index 0000000..9a14359 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wolframmathematica.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.74 10.7c-.53-1.53.14-4 .14-4S13.6 8.01 11.93 8s-3.8-1.3-3.8-1.3.56 2.46.07 4.04c-.48 1.58-2.47 3.34-2.47 3.34s2.58.23 3.85 1.1S12 18.64 12 18.64s.78-2.35 2.32-3.41c1.54-1.07 3.96-1.15 3.96-1.15s-2-1.84-2.54-3.37zm-2 3.69c-1.09.81-1.75 2.19-1.75 2.19s-.76-1.43-1.8-2.22c-1.05-.79-2.57-.97-2.57-.97a5.06 5.06 0 0 0 1.53-2.37c.46-1.54.18-2.73.18-2.73s.92.7 2.62.7 2.79-.7 2.79-.7-.38 1.58.07 2.7c.44 1.14 1.57 2.41 1.57 2.41s-1.56.17-2.64.99m-.01-4.79s-.95.38-1.77.37c-.82 0-1.7-.37-1.7-.37.05.58 0 1.15-.17 1.7-.27.86-.91 1.64-.91 1.64A4.23 4.23 0 0 1 12 14.95s.45-.85 1.18-1.33c.5-.31 1.05-.55 1.63-.7 0 0-.74-.78-1.02-1.57-.28-.78-.06-1.75-.06-1.75M20.1 12l3.31-3.7-4.85-1.07.5-4.94-4.56 2L12 0 9.5 4.29l-4.55-2 .49 4.95L.59 8.29 3.89 12 .6 15.7l4.85 1.07-.5 4.94 4.55-2L12 24l2.5-4.29 4.56 2-.5-4.94 4.85-1.06-3.3-3.71zm-5.27 3.95C14 16.56 12 20.81 12 20.81s-1.5-3.86-3-4.86c-1.48-1-5.38-1.22-5.38-1.22s2.99-2.37 3.57-4.47c.59-2.1-.37-5.37-.37-5.37s2.9 2.1 5.08 2.1c2.17 0 5.26-2.1 5.26-2.1s-.82 4.5-.53 5.46c.3.96 3.73 4.38 3.73 4.38s-4.7.62-5.54 1.22z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wondershare.svg b/mkdocs-material/material/templates/.icons/simple/wondershare.svg new file mode 100644 index 0000000..f0ef829 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wondershare.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.216 17.814 7.704 9.368l.02-.02c.391.239.91.19 1.249-.147l3.041-3.016 7.241 7.184c.397.394.402 1.029.005 1.426zm-5.253-3.017-3.03 3.017L0 9.915l3.746-3.73 7.217 7.187a1.005 1.005 0 0 1 0 1.425M24 9.913l-3.725 3.727L16 9.367l.02-.021c.388.239.903.19 1.239-.146l3.014-3.015z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wondersharefilmora.svg b/mkdocs-material/material/templates/.icons/simple/wondersharefilmora.svg new file mode 100644 index 0000000..a6dae42 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wondersharefilmora.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.475 0A5.463 5.463 0 0 0 0 5.475v13.05A5.463 5.463 0 0 0 5.475 24h13.05A5.463 5.463 0 0 0 24 18.525V5.475A5.463 5.463 0 0 0 18.525 0zm4.552 3.6 4.026 4.029-4.617 4.623-.022-.023a1.09 1.09 0 0 0-.158-1.339L5.999 7.63zM14.528 8l4.027 4.03-8.528 8.536L6 16.536z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/woo.svg b/mkdocs-material/material/templates/.icons/simple/woo.svg new file mode 100644 index 0000000..680f60e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/woo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.227 4.857A2.23 2.23 0 0 0 0 7.094v7.457a2.236 2.236 0 0 0 2.237 2.237h9.253l4.229 2.355-.962-2.355h7.006c1.236 0 2.237-1 2.237-2.237V7.094c0-1.236-1-2.237-2.237-2.237zm8.08 1.311a.86.86 0 0 1 .535.2.77.77 0 0 1 .304.56.85.85 0 0 1-.098.47c-.382.707-.696 1.894-.951 3.542-.246 1.6-.334 2.846-.275 3.739q.03.367-.118.647a.63.63 0 0 1-.52.353c-.255.02-.52-.098-.775-.362-.913-.933-1.639-2.326-2.169-4.18a184 184 0 0 0-1.413 2.825c-.578 1.11-1.069 1.678-1.481 1.708-.265.02-.49-.206-.687-.677q-.75-1.928-1.619-7.448c-.03-.255.02-.48.157-.657.137-.186.344-.284.618-.304q.75-.06.854.706c.304 2.051.638 3.788.991 5.21l2.149-4.09q.294-.56.736-.589c.431-.03.696.245.804.824.246 1.305.56 2.414.932 3.356.255-2.492.687-4.288 1.295-5.397.148-.274.363-.412.648-.431a1 1 0 0 1 .084-.004zm3.734 1.063q.25 0 .53.06a2.28 2.28 0 0 1 1.57 1.137c.314.53.47 1.168.47 1.933a5.25 5.25 0 0 1-.765 2.777q-.88 1.472-2.305 1.472a2.6 2.6 0 0 1-.53-.059c-.697-.147-1.217-.52-1.57-1.138q-.471-.81-.471-1.943 0-1.515.765-2.767c.599-.981 1.364-1.472 2.306-1.472m6.152 0q.25 0 .53.06c.696.146 1.216.52 1.57 1.137.314.53.47 1.168.47 1.933a5.25 5.25 0 0 1-.765 2.777q-.88 1.472-2.305 1.472a2.6 2.6 0 0 1-.53-.059c-.697-.147-1.217-.52-1.57-1.138q-.471-.81-.471-1.943 0-1.515.765-2.767c.599-.981 1.364-1.472 2.306-1.472m-6.107 1.645c-.307-.002-.606.201-.889.622a3.2 3.2 0 0 0-.52 1.168 3.3 3.3 0 0 0-.069.716c0 .284.06.589.177.893.147.382.343.589.579.638.245.049.51-.06.795-.315.363-.323.608-.804.745-1.452.05-.225.069-.47.069-.726a2.5 2.5 0 0 0-.176-.893c-.148-.382-.344-.588-.58-.637a1 1 0 0 0-.131-.014m6.152 0c-.307-.002-.606.201-.889.622a3.2 3.2 0 0 0-.52 1.168c-.049.225-.069.47-.069.716 0 .284.06.589.177.893.147.382.344.589.579.638.245.049.51-.06.795-.315.363-.323.608-.804.745-1.452.04-.225.07-.47.07-.726a2.5 2.5 0 0 0-.177-.893c-.148-.382-.344-.588-.58-.637a1 1 0 0 0-.131-.014"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/woocommerce.svg b/mkdocs-material/material/templates/.icons/simple/woocommerce.svg new file mode 100644 index 0000000..a178182 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/woocommerce.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.754 9.58a.754.754 0 0 0-.754.758v2.525c0 .42.339.758.758.758h3.135l1.431.799-.326-.799h2.373a.757.757 0 0 0 .758-.758v-2.525a.757.757 0 0 0-.758-.758zm2.709.445h.03a.3.3 0 0 1 .179.067.26.26 0 0 1 .103.19.3.3 0 0 1-.033.16q-.194.36-.322 1.199-.124.813-.094 1.267a.4.4 0 0 1-.039.219.21.21 0 0 1-.176.12c-.086.006-.177-.034-.263-.124q-.465-.474-.735-1.416-.324.638-.478.957-.294.563-.502.578-.134.01-.233-.228-.254-.654-.548-2.524a.3.3 0 0 1 .054-.222c.047-.064.116-.095.21-.102q.253-.02.288.238.156 1.043.336 1.766l.727-1.387q.1-.189.25-.199.219-.015.273.28.125.66.315 1.136.13-1.266.44-1.828a.26.26 0 0 1 .218-.147m1.293.36a1 1 0 0 1 .18.02q.35.074.53.386c.107.18.161.395.161.654q0 .513-.26.94-.299.499-.781.5a1 1 0 0 1-.18-.022.76.76 0 0 1-.531-.384 1.3 1.3 0 0 1-.158-.659q0-.514.258-.937.303-.499.78-.498zm2.084 0a1 1 0 0 1 .18.02q.353.074.53.386c.107.18.16.395.16.654q0 .513-.259.94-.299.499-.781.5a1 1 0 0 1-.18-.022.76.76 0 0 1-.531-.384 1.3 1.3 0 0 1-.16-.659q0-.514.26-.937.303-.499.78-.498zm4.437.047q-.459 0-.718.304-.258.306-.256.856 0 .592.256.906.255.316.744.316.473-.001.728-.316.256-.315.256-.883c0-.568-.087-.673-.26-.879q-.262-.303-.75-.304m-1.466.002a1.13 1.13 0 0 0-.84.326q-.333.33-.332.838-.001.545.328.88t.861.336q.156.001.346-.052v-.54a1.1 1.1 0 0 1-.303.051.55.55 0 0 1-.422-.177.7.7 0 0 1-.16-.48q0-.287.156-.468a.5.5 0 0 1 .397-.181q.153-.001.332.049v-.537a1.4 1.4 0 0 0-.363-.045m12.414 0a1.14 1.14 0 0 0-.84.326q-.333.33-.332.838-.001.545.328.88.33.335.861.336.156.001.346-.052v-.54a1.1 1.1 0 0 1-.303.051.55.55 0 0 1-.422-.177.7.7 0 0 1-.16-.48q0-.287.156-.468a.5.5 0 0 1 .397-.181q.153-.001.332.049v-.537a1.4 1.4 0 0 0-.363-.045m-9.598.06-.29 2.264h.579l.156-1.559.395 1.559h.412l.379-1.555.164 1.555h.603l-.304-2.264h-.791l-.12.508q-.046.195-.087.4l-.067.352a30 30 0 0 0-.258-1.26zm2.768 0-.29 2.264h.579l.156-1.559.396 1.559h.412l.375-1.555.165 1.555h.603l-.305-2.264h-.789l-.119.508q-.046.195-.086.4l-.066.352a30 30 0 0 0-.26-1.26zm3.988 0v2.264h.611v-1.031h.012l.494 1.03h.645l-.489-1.019a.61.61 0 0 0 .37-.552.6.6 0 0 0-.25-.506q-.25-.185-.68-.186zm3.377 0v2.264H24v-.483h-.63v-.414h.54v-.468h-.54v-.416h.626v-.483zm-4.793.004v2.264h1.24v-.483h-.627v-.416h.541v-.468h-.54v-.415h.622v-.482zm2.025.432q.219.003.313.072.093.068.091.227 0 .234-.404.24zm-15.22.011q-.156-.001-.301.211a1.08 1.08 0 0 0-.2.639c0 .096.02.2.06.303.049.13.117.198.196.215q.125.023.27-.106.183-.164.252-.492.023-.116.023-.246 0-.147-.06-.303c-.05-.13-.116-.198-.196-.215a.3.3 0 0 0-.045-.006zm2.083 0q-.155-.001-.3.211a1.08 1.08 0 0 0-.2.639c0 .096.02.2.06.303.049.13.117.198.196.215q.125.023.27-.106.183-.164.252-.492.021-.116.023-.246 0-.147-.06-.303c-.05-.13-.116-.198-.196-.215a.3.3 0 0 0-.045-.006m4.428.006c.233 0 .354.218.354.66-.004.273-.038.46-.098.553a.29.29 0 0 1-.262.139.27.27 0 0 1-.242-.139q-.084-.14-.084-.562c0-.436.11-.65.332-.65Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wordpress.svg b/mkdocs-material/material/templates/.icons/simple/wordpress.svg new file mode 100644 index 0000000..6d477da --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wordpress.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.469 6.825c.84 1.537 1.318 3.3 1.318 5.175 0 3.979-2.156 7.456-5.363 9.325l3.295-9.527c.615-1.54.82-2.771.82-3.864 0-.405-.026-.78-.07-1.11m-7.981.105c.647-.03 1.232-.105 1.232-.105.582-.075.514-.93-.067-.899 0 0-1.755.135-2.88.135-1.064 0-2.85-.15-2.85-.15-.585-.03-.661.855-.075.885 0 0 .54.061 1.125.09l1.68 4.605-2.37 7.08L5.354 6.9c.649-.03 1.234-.1 1.234-.1.585-.075.516-.93-.065-.896 0 0-1.746.138-2.874.138-.2 0-.438-.008-.69-.015C4.911 3.15 8.235 1.215 12 1.215c2.809 0 5.365 1.072 7.286 2.833-.046-.003-.091-.009-.141-.009-1.06 0-1.812.923-1.812 1.914 0 .89.513 1.643 1.06 2.531.411.72.89 1.643.89 2.977 0 .915-.354 1.994-.821 3.479l-1.075 3.585-3.9-11.61zM12 22.784c-1.059 0-2.081-.153-3.048-.437l3.237-9.406 3.315 9.087q.036.078.078.149c-1.12.393-2.325.609-3.582.609M1.211 12c0-1.564.336-3.05.935-4.39L7.29 21.709A10.79 10.79 0 0 1 1.211 12M12 0C5.385 0 0 5.385 0 12s5.385 12 12 12 12-5.385 12-12S18.615 0 12 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/workplace.svg b/mkdocs-material/material/templates/.icons/simple/workplace.svg new file mode 100644 index 0000000..58efa89 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/workplace.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.268 10.541C23.268 4.715 18.544 0 12.728 0c-1.614 0-3.191.317-4.663.952a12 12 0 0 0-3.817 2.574 11.92 11.92 0 0 0-3.516 8.478 11.92 11.92 0 0 0 3.516 8.48 12 12 0 0 0 3.817 2.573 11.9 11.9 0 0 0 4.671.943c1.56 0 3.05-.3 4.416-.837l-.908-2.292a9.5 9.5 0 0 1-3.508.67 9.48 9.48 0 0 1-6.743-2.794A9.48 9.48 0 0 1 3.2 12.004a9.48 9.48 0 0 1 2.794-6.742 9.5 9.5 0 0 1 6.743-2.794 8.072 8.072 0 0 1 6.734 12.524l-2.098-5.165c-.308-.758-.679-1.895-2.071-1.895s-1.763 1.146-2.063 1.895l-1.93 4.769-2.591-6.54H5.993l3.226 7.95c.326.802.688 1.895 2.09 1.895 1.4 0 1.753-1.093 2.08-1.895l1.912-4.724 1.921 4.724c.388.978.802 1.895 2.08 1.895.908 0 1.481-.582 1.798-.96a10.5 10.5 0 0 0 2.168-6.4"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/worldhealthorganization.svg b/mkdocs-material/material/templates/.icons/simple/worldhealthorganization.svg new file mode 100644 index 0000000..e9ca246 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/worldhealthorganization.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.021 1.412c-1.064 0-.611 1.579-.527 2.093 0 .025.086 3.57.102 4.379q.245-.065.477-.12l.321-.08c.015-.782.094-4.166.096-4.184.07-.551.628-2.088-.469-2.088m-.311 12.04c.119-.04.238-.075.345-.11l.23-.071c0-.228.068-3.372.08-3.944a7 7 0 0 0-.732.211zm.392 1.193c-.04.015-.144.059-.21.081-.065.023-.156.06-.156.085 0 .024.066 3.62.066 3.699 0 .744.379.749.379 0 0-.053.076-3.916.076-3.916zM11.247 4.5a5.5 5.5 0 0 0-.834.339c-.297.098-.714.119-1.15.588a6 6 0 0 0-.397.51c-.13.187-.137.49-.238.653-.138.238-.105.37-.105.37v.007a.63.63 0 0 1-.16.295.6.6 0 0 1-.554.221c.198.1.476-.039.476-.039a4 4 0 0 0-.105.393c.222-.501.426-.684.489-.736.095.022.292.013.659-.197.414-.238 1.037-.625 1.213-.87a1.6 1.6 0 0 1 .733-.554q-.018-.565-.027-.98M9.499 6.063l-.215.046.257-.413.3.01zm1.28 8.64c0 .466.345.714.689.913 0-.079-.014-.801-.014-.813.007-.144.146-.231.26-.285a6 6 0 0 1 .545-.208c.103-.036.19-.07.287-.099.69-.208 1.49-.476 1.49-1.31 0-.832-.685-1.19-1.429-1.443 0 .268-.013.66-.019.93.317.119.526.275.526.514 0 .3-.321.476-.549.562a6 6 0 0 1-.28.097 9 9 0 0 0-.565.19 3 3 0 0 0-.28.12c-.328.164-.662.406-.661.832m4.575-8.15c0-.853-.619-1.8-2.136-2.135a4 4 0 0 0-.463-.054c0 .129-.01.424-.01.424 0 .093-.01.434-.012.508a2 2 0 0 1 .292.04c.882.211 1.197.715 1.197 1.217 0 .81-.692 1.117-1.547 1.347l-.282.074c-.258.065-.524.126-.787.197l-.28.08c-.943.287-1.755.742-1.755 1.904s.926 1.588 1.83 1.866l-.02-1.002c-.399-.187-.68-.433-.68-.848 0-.414.256-.65.648-.833a3 3 0 0 1 .279-.108 9 9 0 0 1 .743-.206l.282-.068c1.273-.297 2.701-.696 2.701-2.403m-2.848 9.536c.428.217.824.517.989 1.085.073-.94-.455-1.348-.977-1.623zm7.014-10.8c.46.547 1.263.87 1.733 1.419-.337-1.623-1.59-2.947-3.07-3.264.723.544.879 1.3 1.337 1.845M1.724 9.402c1.02-2.22 2.542-1.75 3.186-3.864-.357.648-2.024.922-2.798 2.585.394-.988.196-2.5.863-3.315C.982 6.278 1.83 8.656 1.724 9.402m1.847 5.324c.183.864-.357 2.112.5 3.304-.886-.992-2.762-1.245-3.526-2.754.952 3.69 3.452 2.928 4.57 3.73-.924-1.328-.168-2.21-1.544-4.28zm-.287 2.315c-.546-2.06.427-2.774-.317-4.75-.077 1.114-.82 1.657-.319 3.69C1.764 14.26.396 13.617 0 12.434c.027 3.235 2.627 3.715 3.284 4.607m3.992 3.452c-.765-1.06-.238-1.658-2.392-3.581.454.702-.015 1.585 1.435 2.958-1.419-.833-3.375-.476-4.32-1.596 1.622 3.103 4.47 1.837 5.277 2.222zm10.405-.622c1.45-1.374.98-2.262 1.435-2.96-2.15 1.924-1.627 2.523-2.392 3.582.807-.386 3.655.88 5.275-2.219-.942 1.122-2.9.763-4.318 1.6zm2.248-1.844c.854-1.19.317-2.44.5-3.304-1.376 2.07-.62 2.952-1.547 4.285 1.124-.801 3.614-.042 4.57-3.73-.764 1.507-2.637 1.76-3.523 2.752zm-3.435 2.612a10.6 10.6 0 0 0-2.35-.357 5.7 5.7 0 0 0-2.143.365 5.7 5.7 0 0 0-2.142-.365 10.6 10.6 0 0 0-2.351.357c-1.294.344-2.411.61-3.386.12.934.833 2.023 1.124 3.598.952 1.31-.14 2.37-.797 3.605-.787h.049a6.6 6.6 0 0 0-2.038 1.584l.595.08s.628-1.26 2.07-1.59c1.443.33 2.07 1.59 2.07 1.59l.595-.08a6.6 6.6 0 0 0-2.038-1.576h.05c1.235-.01 2.293.647 3.603.787 1.575.17 2.665-.126 3.6-.952-.975.487-2.093.22-3.387-.124zM3.055 10.057c-.533 1.024-1.361 1.258-1.27 3.377C1.335 11.55.266 10.854.28 9.652c-.743 3.13 1.242 3.502 1.752 4.814-.075-1.88 1.124-2.26 1.023-4.41M3.8 7.64c-.185.26-.315.37-.81.778a4.02 4.02 0 0 0-1.443 2.353C1.598 9.625.89 7.976 1.36 6.774c-1.824 2.577.105 4.12.173 5.054.474-1.796 1.561-1.81 2.267-4.187m18.651 3.131A4.03 4.03 0 0 0 21.01 8.42c-.495-.408-.625-.519-.81-.778.705 2.38 1.793 2.39 2.26 4.187.069-.933 1.998-2.477.172-5.054.476 1.202-.232 2.85-.18 3.998M24 12.44c-.397 1.183-1.764 1.825-2.649 3.551.501-2.037-.238-2.58-.319-3.69-.743 1.979.238 2.69-.316 4.75.658-.901 3.258-1.381 3.285-4.616zm-3.05-2.382c-.102 2.15 1.099 2.53 1.023 4.404.51-1.31 2.5-1.683 1.752-4.813.014 1.2-1.055 1.904-1.501 3.775.083-2.108-.745-2.342-1.275-3.366M4.481 5.296c.461-.547.617-1.3 1.338-1.845-1.48.317-2.737 1.642-3.07 3.264.464-.555 1.268-.877 1.728-1.425zm14.613.248c.644 2.115 2.166 1.645 3.185 3.864-.106-.746.743-3.124-1.25-4.594.667.817.47 2.327.863 3.315-.777-1.669-2.44-1.943-2.803-2.591zm-5.17 1.195a5 5 0 0 0-1.217-.328v.272a4.8 4.8 0 0 1 1.119.307.7.7 0 0 0 .099-.251m-.308-2.619.081-.073-.154-.065-.407-.008-.106.073-.238-.02v.058a4 4 0 0 1 .419.044l.198-.017zm-.789 8.778c0-.069-.091-.137-.227-.201h-.025c0 .056 0 .332-.008.467.168-.076.26-.157.26-.266M8.114 7.721a1 1 0 0 1 .034-.15.7.7 0 0 1-.167.017zm3.895 11.973a8.303 8.303 0 0 0 .847-16.56c0 .016 0 .033-.01.048l-.044.218a8 8 0 0 1 4.836 2.261l-.917.917.035-.162-.12-.052-.163-.01.034-.106-.11-.375-.23-.25-.713-.378-.062.065-.13.038a2.14 2.14 0 0 1 .379 1.204v.163l.357.446-.167.038.11.167-.312.312-.126-.238a2.1 2.1 0 0 1-.238.467l.07.065-.965.965a3 3 0 0 0-.181-.16 5 5 0 0 1-.284.118l.082.065-.048.048-.12.063-.041.12-.07-.07-.204.067.056.09.14-.038.092.008.007-.05.07-.036.022-.042.126-.036h.099q.03.026.057.053l-.388.369-.028-.04-.4.065-.09.09-.087.01.248-.238-.088-.044-.232.31.068-.008v.12l.084.032.017.12-.14-.028-.145.026-.357-.18-.028 1.417c.833.278 1.708.68 1.708 1.738a1.31 1.31 0 0 1-.595 1.116l-.018.012-.026.018c-.336.221-.767.34-1.14.457l-.011.74c.595.295 1.315.725 1.248 1.955-.008.302-.126.385-.227.413a6 6 0 0 1-1.071.17v.27a6.65 6.65 0 0 0 4.14-1.828l.963.964a8.02 8.02 0 0 1-11.105.023l.964-.964a6.65 6.65 0 0 0 4.082 1.803v-.27a6.38 6.38 0 0 1-3.895-1.723l.257-.258.358.04.188-.202.492.017.073-.17-.018-.073a5 5 0 0 0 2.51 1.003v-.271a4.75 4.75 0 0 1-2.704-1.24l.965-.966a3.4 3.4 0 0 0 .782.525 1 1 0 0 1 .098-.253 3.1 3.1 0 0 1-.69-.463l.969-.967a1.8 1.8 0 0 0 .516.287v-.29a1.5 1.5 0 0 1-.319-.19l.273-.272a7 7 0 0 1-.288-.093l-.184.183a1.5 1.5 0 0 1-.23-.344 3.3 3.3 0 0 1-.477-.254 1.87 1.87 0 0 1-.903-1.64 1.97 1.97 0 0 1 .39-1.25l-.961-.962a4.75 4.75 0 0 1 2.575-1.266q.002-.14-.006-.272a5.02 5.02 0 0 0-2.76 1.35l-.163-.16a5 5 0 0 0-.13.252l.103.103a5.01 5.01 0 0 0-1.364 3.355H5.61a6.38 6.38 0 0 1 1.77-4.325l.433.435h.062a.7.7 0 0 0 .246-.072L7.57 6.8a6.5 6.5 0 0 1 .952-.76 2 2 0 0 1 .068-.2 3 3 0 0 1 .208-.28A6.7 6.7 0 0 0 7.38 6.605l-.964-.964a8 8 0 0 1 4.773-2.237l-.012-.06-.039-.207a8.304 8.304 0 0 0 .867 16.562zm1.799-5.73v-.008zm4.02-8.109a8 8 0 0 1 2.22 5.456h-1.37a6.6 6.6 0 0 0-.714-2.913l.012-.024.094.05.023-.073-.238-.427-.29-.4-.342-.28a8 8 0 0 0-.366-.42zm-1.743 1.747.327.014.079.094-.04.139.451.286.09-.011.583.667.238-.084a6.4 6.4 0 0 1 .595 2.604h-1.364a5 5 0 0 0-.127-1.037l.063-.085.084-.427-.064-.46-.164-.528-.381-.557.093.049.046-.047-.306-.207-.02.068.306.437.172.357.12.357.039.238.063.402-.12.009s-.131-.247-.172-.348l.06-.092-.118-.166v-.167l-.084-.105-.103.013a3 3 0 0 0-.119-.203l.074.037.019-.02-.04-.085.09-.05-.04-.05-.133.05.049-.207-.079-.045-.07.165a5 5 0 0 0-.496-.63zM15.81 10.8l.245-.134.25-.038.055-.119.139-.083.054-.12.042-.2a4 4 0 0 1 .055.215l-.132.394v.133l.192-.255a4.6 4.6 0 0 1 .067.714h-1.19l-.027-.104.14-.11.026-.067.061-.045.162-.017.017-.071zm-1.638-.937.12-.029v-.028l-.12-.082.042-.257.146-.147a3 3 0 0 1 .254.33l-.051.158-.134-.095-.101.027.05.094h.05l-.056.14-.038-.056zm.523 4.531-.296-.083-.088.032-.166-.127-.157-.056c.077-.056.152-.12.225-.176l.238.17.185.099.092.091zm-.15-5.263.965-.965a5 5 0 0 1 .595.802L15.986 9l.006.216.357.228a5 5 0 0 1 .226.61l-.063.092-.13.084-.033.2-.09.05-.074.088-.075-.028h-.133l.077-.104.056-.273.088-.055-.249-.256-.194.066-.044.182-.119.132-.127-.105-.045-.112.072-.045.04.074.06-.023-.026-.119h-.085l-.006.05-.056.011-.303-.356-.102-.077.039-.043.09-.031-.083-.033s-.106.023-.119.023l.06.077h-.152a3 3 0 0 0-.304-.393m.491 5.136-.13-.131.1-.13.125-.257-.048-.071.083-.19-.01-.172-.05-.178-.119-.041-.044.1-.071-.02a3.2 3.2 0 0 0 .286-.498l.119-.052.069-.093.033.038.083-.1-.066-.083.06-.017.112.045h.21l.128-.067.334-.088-.063-.11-.022-.135.179.079.066-.04-.033-.138-.215.087-.238-.05-.184-.375h1.044a4.75 4.75 0 0 1-1.318 3.105l-.142-.144.062-.192-.112-.423zm.185 2.662.128-.276-.05-.119.19-.166v-.1l-.162-.102.133-.265.2-.262-.2-.215h-.15l-.093-.151a8 8 0 0 0 .238-.206l.965.965a6.5 6.5 0 0 1-1.2.899zm1.204-1.273.107-.12-.1-.528-.07-.027.043-.09-.228-.07-.044.187-.023.238-.048.044-.416-.416a5.02 5.02 0 0 0 1.397-3.294h1.365a6.37 6.37 0 0 1-1.797 4.26zm.376.375a6.65 6.65 0 0 0 1.877-4.45h1.364a8 8 0 0 1-2.275 5.415zM8.59 14.708a5 5 0 0 1-.284-.319l.042-.345-.144-.33-.036-.518-.161-.315.033-.195-.195-.375-.17-.085.068-.2-.07-.156.07-.18h.187l.066-.108h.319l.049.094-.06.33-.038.055.119.261-.079.043-.054-.07-.024.027.055.155.094.18h.044l.03-.176-.045-.06v-.109l-.014-.226.06-.397-.065-.107h.229a3.4 3.4 0 0 0 .939 2.162zm-.905-2.667-.128.202h-.222l-.018-.013a5 5 0 0 1-.069-.648h.41l-.098.328zm.449-.937.025-.271.162-.094.289.051.044.053a3 3 0 0 0-.044.469h-.327zm1.389 1.02.068-.034.17.134-.077.063.2.134-.004-.143.107-.177.112.119.119.164-.22.045.095.188.144-.076-.014-.06.107-.072.063-.298a1.8 1.8 0 0 0 .313.476l-.964.965a3.12 3.12 0 0 1-.845-1.812l.197.21h.186zm-.993-3.982.964.965a3.4 3.4 0 0 0-.511.737h-.067l-.136.042h-.047l-.144.134.182-.038.164-.042-.029.063-.144.088H8.69l-.212.162-.205-.016-.296.552.058.11-.16.18-.026.237h-.604a4.75 4.75 0 0 1 1.285-3.174M7.283 15.42l.306.18.063.043-.221.221q-.155-.16-.3-.332zm-.306-3.838c0 .132.017.264.031.394l-.167.038-.034.169-.348.443.009.608-.357.119h-.196a6.4 6.4 0 0 1-.304-1.773zM5.63 13.346l-.08-.016-.075-.084-.383-.034.119.16-.357-.066.092-.085-.086-.086-.256.112-.092.169.036.389.295.7.142.221.08.03-.222-.422-.049-.216.05-.052-.03-.12.134.019.206.311.05.02v-.227l.084.049.018.119.217.057.09-.064.031.021v.166l.095.119.12.026.252.427.153.043.048-.2a6.7 6.7 0 0 0 .94 1.214l-.964.964a8 8 0 0 1-2.311-5.428h1.365a6.7 6.7 0 0 0 .288 1.764m.595-7.514.964.964a6.66 6.66 0 0 0-1.85 4.515H3.975a8 8 0 0 1 2.244-5.48zm9.879-.498-.082-.133-.179-.09-.14.106.18.096.191.146zm-.834 3.85v.105l.237-.07.073-.144-.163-.214.087-.131.22.157.04-.032-.043-.031-.05-.095.09-.053-.088-.119-.207.105-.07.13-.04.113.09.153-.033.072zm-9.868 6.12.018-.061-.119-.267-.145-.053zm5.58-5.127c0 .229.14.39.393.53v-.103l-.16-.159.085-.154.069-.019c0-.266-.01-.565-.012-.608h-.012c-.235.131-.363.288-.363.513"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wpengine.svg b/mkdocs-material/material/templates/.icons/simple/wpengine.svg new file mode 100644 index 0000000..798b38a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wpengine.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.145 0v5.867L9.99 7.71h4.022l1.845-1.844V0zm8.145 0v5.867l1.845 1.844h5.864V.001zM1.845 0 0 1.845v5.866h7.712V0zM0 8.146v7.71h5.866l1.845-1.844V8.145zm18.133 0L16.29 9.989v4.022l1.845 1.845H24V8.145zm-6.147 2.75a1.105 1.105 0 0 0 .014 2.21A1.105 1.105 0 0 0 13.105 12a1.105 1.105 0 0 0-1.118-1.104zM0 16.29V24h5.866l1.845-1.842v-4.023L5.866 16.29zm9.988 0-1.843 1.845V24h7.71v-5.866L14.01 16.29zm6.3 0V24H24v-5.865l-1.842-1.845z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wpexplorer.svg b/mkdocs-material/material/templates/.icons/simple/wpexplorer.svg new file mode 100644 index 0000000..2e37d1b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wpexplorer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 12A12 12 0 1 1 12 0a12.01 12.01 0 0 1 12 12m-1.5 0A10.5 10.5 0 1 0 12 22.5 10.516 10.516 0 0 0 22.5 12M7.542 5.841l4.074 1.739-1.739 4.073L5.8 9.914zm5.158 7.926 2.185 4.406H14.2l-2.343-4.687-2.295 4.687h-.656l2.4-5.01-1.046-.441.282-.656 3.215 1.364-.281.67Zm-.553-5.451 3.216 1.378-1.378 3.2-3.2-1.364 1.364-3.215Zm3.764 2.011 2.56 1.082-1.1 2.546-2.545-1.083 1.082-2.545Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wprocket.svg b/mkdocs-material/material/templates/.icons/simple/wprocket.svg new file mode 100644 index 0000000..4ff8a30 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wprocket.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.723.666c-.08-.276.08-.47.356-.47h2.283c.16 0 .31.137.356.274l1.675 6.6h.08L11.491.218A.37.37 0 0 1 11.824 0h.356c.172 0 .287.092.333.218l3.018 6.85h.08L17.286.47a.4.4 0 0 1 .356-.275h2.284c.275 0 .424.195.355.47l-3.683 13.082a.37.37 0 0 1-.356.275h-.31a.38.38 0 0 1-.333-.218l-3.568-7.963h-.058l-3.545 7.963a.4.4 0 0 1-.333.218h-.31a.38.38 0 0 1-.356-.275zm8.308 7.917-2.594 5.818a1.7 1.7 0 0 1-.344.448v.004a1.47 1.47 0 0 1-.688.34l1.4 8.687c.091.16.263.16.367 0l1.79-2.72 1.64 2.708c.104.16.265.16.368 0l1.584-8.698a1.5 1.5 0 0 1-.832-.618l-.02-.03a1 1 0 0 1-.066-.12l-.609-1.366h-.003Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/writedotas.svg b/mkdocs-material/material/templates/.icons/simple/writedotas.svg new file mode 100644 index 0000000..4a19fd5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/writedotas.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12.812 5.139 2.179 7.509a168 168 0 0 1 .666 2.459h.025q.081-.557.273-1.204l.353-1.176 1.05-3.442.213-.671q.093-.298.192-.551.1-.251.194-.478.092-.226.213-.451v-.028l-1.569.105V5.139h5.169V6.88q-.546 0-.956.358a3.6 3.6 0 0 0-.711.85 6.3 6.3 0 0 0-.493.984 23 23 0 0 0-.286.758l-3.096 8.997h-2.884L11.47 13.02q-.08-.214-.199-.606a47 47 0 0 1-.247-.85q-.126-.46-.265-.95-.139-.492-.259-.931h-.026q-.08.572-.26 1.283-.178.711-.372 1.388-.192.677-.358 1.223-.167.545-.246.771l-1.501 4.479h-2.7L1.742 9.392a28 28 0 0 1-.472-1.39 4 4 0 0 1-.113-.418l-.094-.425L0 7.212V5.139h6.526V6.88q-.572.04-.806.345-.232.306-.231.784-.014.227.032.478a5 5 0 0 0 .128.519l.916 3.322q.16.599.312 1.256t.247 1.336h.026l.134-.598a40 40 0 0 1 .331-1.429q.107-.418.254-.922l1.993-6.832zM24 16.628a2.232 2.232 0 1 1-4.464 0 2.232 2.232 0 1 1 4.464 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wwe.svg b/mkdocs-material/material/templates/.icons/simple/wwe.svg new file mode 100644 index 0000000..64527d7 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wwe.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 1.047 15.67 18.08l-3.474-8.53-3.474 8.53L.393 1.048l3.228 8.977 3.286 8.5C3.874 19.334 1.332 20.46 0 21.75c.443-.168 3.47-1.24 7.409-1.927l1.21 3.129 1.552-3.518a37 37 0 0 1 3.96-.204l1.644 3.722 1.4-3.62c2.132.145 3.861.426 4.675.692 0 0 .92-1.962 1.338-2.866a55 55 0 0 0-5.138-.092l2.722-7.042zm-21.84.026L8.64 13.86l3.568-9.155 3.567 9.155 6.481-12.788-6.433 8.452-3.615-8.22-3.615 8.22zm10.036 13.776 1.115 2.523a43 43 0 0 0-2.363.306Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wwise.svg b/mkdocs-material/material/templates/.icons/simple/wwise.svg new file mode 100644 index 0000000..e80e05f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wwise.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 12a1.384 1.384 0 1 1-2.769 0A1.384 1.384 0 0 1 6 12m7.846-5.538a1.846 1.846 0 1 1-3.692 0 1.846 1.846 0 0 1 3.692 0M1.846 12a.923.923 0 0 1-.923.923.924.924 0 1 1 .923-.923M24 12a.923.923 0 1 1-1.846 0A.923.923 0 0 1 24 12m-3.23 0A1.385 1.385 0 1 1 18 12a1.385 1.385 0 0 1 2.77 0m-8.226 2.836c.003.535.256 1.013.658 1.313a1.828 1.828 0 0 1-1.171 3.235H12a1.83 1.83 0 0 1-1.171-3.235c.4-.3.661-.778.658-1.314v-.128a1.65 1.65 0 0 0-.658-1.315A1.83 1.83 0 0 1 12 10.154h.031c1.01 0 1.83.818 1.83 1.83 0 .565-.258 1.072-.659 1.408a1.62 1.62 0 0 0-.658 1.315zm3.692-2.77c.004.535.256 1.014.658 1.314a1.828 1.828 0 0 1-1.171 3.235h-.03a1.829 1.829 0 0 1-1.172-3.235c.4-.3.662-.778.658-1.314v-.128a1.65 1.65 0 0 0-.658-1.315 1.83 1.83 0 0 1 1.171-3.238h.032c1.01 0 1.829.817 1.829 1.83 0 .565-.258 1.072-.658 1.408a1.62 1.62 0 0 0-.658 1.315zm-7.385 0c.003.535.256 1.014.658 1.314a1.83 1.83 0 0 1 .658 1.405c0 1.014-.819 1.83-1.83 1.83h-.03a1.829 1.829 0 0 1-1.171-3.235c.4-.3.661-.778.657-1.314v-.128a1.65 1.65 0 0 0-.657-1.315 1.83 1.83 0 0 1 1.171-3.238h.03c1.011 0 1.83.817 1.83 1.83 0 .565-.257 1.072-.658 1.408a1.62 1.62 0 0 0-.658 1.315z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wykop.svg b/mkdocs-material/material/templates/.icons/simple/wykop.svg new file mode 100644 index 0000000..e7527f0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wykop.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m7.707 17.486 1.406-.68zl.69 1.384 1.407-.68-.69-1.384Zm-.69-1.384 1.407-.68zl.691 1.384 1.406-.68-.69-1.384Zm-.691-1.384 1.406-.677zl.69 1.385 1.407-.681-.691-1.381Zm-.69-1.384 1.406-.678zl.69 1.384 1.407-.677-.69-1.385Zm-.69-1.381 1.406-.68zl.69 1.383 1.406-.679-.69-1.383Zm-.692-1.384 1.406-.68zl.69 1.384 1.407-.68-.69-1.384Zm6.981 3.494 1.407-.68zl.69 1.384 1.407-.68-.69-1.384zm-.69-1.382 1.406-.68zl.69 1.384 1.407-.68-.691-1.383zm-.691-1.383 1.406-.68zl.69 1.383 1.407-.68-.69-1.384Zm-.69-1.382 1.406-.68zl.691 1.383 1.406-.68-.69-1.383Zm-.691-1.384 1.406-.68zl.69 1.384 1.407-.68-.69-1.383Zm6.98 3.495 1.406-.681-1.406.68.69 1.384 1.407-.68-.69-1.384zm-.69-1.385 1.406-.68zl.691 1.385 1.406-.681-.69-1.385zm-.691-1.382 1.406-.68zl.69 1.383 1.407-.68-.69-1.383Zm-.69-1.385 1.406-.68zl.69 1.385 1.407-.68-.69-1.384Zm-.691-1.382 1.406-.68zl.69 1.384 1.407-.68-.691-1.385ZM5.66 9.89l1.405-.68zl.69 1.385 1.407-.68-.69-1.384Zm.69 1.385 1.406-.68zl.69 1.383 1.407-.678-.69-1.385zm.69 1.382 1.407-.678zl.691 1.385 1.406-.681-.69-1.383zm.691 1.385 1.406-.681zl.69 1.383 1.407-.679-.69-1.384Zm.69 1.38 1.407-.678zl.69 1.384 1.406-.68-.69-1.384Zm.691 1.385 1.406-.68zl.69 1.384 1.407-.681-.69-1.383zm1.406-.68 1.407-.679-1.407.68.691 1.383 1.406-.678-.69-1.385zm1.407-.679 1.406-.68zl.69 1.385 1.407-.681-.69-1.385zM9.879 7.853l1.406-.681-1.406.68.69 1.384 1.407-.68-.69-1.384Zm.69 1.382 1.407-.68zl.69 1.383 1.407-.68-.691-1.383Zm.69 1.383 1.407-.68zl.69 1.384 1.407-.68-.69-1.383zm.692 1.384 1.406-.681-1.406.68.69 1.384 1.407-.679-.69-1.384zm.69 1.382 1.406-.679-1.407.679.691 1.383 1.406-.678-.69-1.384zm.69 1.383 1.406-.678zl.69 1.385 1.407-.679-.69-1.384zm1.406-.678 1.407-.679zl.69 1.384 1.407-.68-.69-1.384zm1.407-.679 1.406-.68zl.69 1.384 1.407-.68-.691-1.384zm1.405-.68 1.406-.68zl.69 1.384 1.407-.681-.69-1.383zm-.69-1.384 1.407-.68zl.69 1.384 1.407-.68-.69-1.384zm-.69-1.385 1.406-.677zl.69 1.385 1.407-.68-.691-1.383Zm-.69-1.38 1.405-.68-1.406.68.69 1.383 1.407-.679-.69-1.383Zm-.691-1.385 1.406-.678zl.69 1.384 1.406-.678-.69-1.384Zm-.691-1.384 1.406-.677zl.69 1.385 1.407-.678-.69-1.384Zm7.25 5.263q0-1.748-.132-3.017-.133-1.27-.498-1.988-.464-1.405-2.088-1.785-1.293-.344-5.003-.342h-3.182q-3.71 0-5.036.342-1.59.378-2.154 1.785-.63 1.508-.629 5.005v1.887q0 3.498.63 5.006.596 1.373 2.186 1.75 1.292.343 5.003.342h3.182q3.677 0 4.97-.342 1.624-.376 2.121-1.75.365-.72.498-1.987a30 30 0 0 0 .133-3.02zm2.456 5.628q-.2 1.612-.663 2.676a5.6 5.6 0 0 1-1.326 1.765 5.2 5.2 0 0 1-1.955 1.081v.034q-.963.309-2.487.48-1.525.172-3.713.172h-3.215q-5.04 0-6.995-.96-2.188-.996-2.952-3.672-.264-.995-.381-2.78Q0 13.716 0 11.074 0 8.914.182 7.3q.183-1.613.646-2.642a5.7 5.7 0 0 1 1.31-1.766q.813-.739 2.005-1.15h.033q1.857-.652 6.266-.653h3.215q4.84 0 6.962.996a4.9 4.9 0 0 1 1.807 1.407q.745.925 1.11 2.297.2.961.332 2.744T24 12.96q.001 2.13-.197 3.743"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/wyze.svg b/mkdocs-material/material/templates/.icons/simple/wyze.svg new file mode 100644 index 0000000..6c1b71a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/wyze.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.475 13.171 7.3 9.469h.974L5.779 14.53h-.608l-1.034-2.082-1.034 2.082h-.609L0 9.469h.973l1.826 3.673.851-1.706-.973-1.967h.973zm8.457-3.702-2.251 3.442v1.591h-.882v-1.591L8.517 9.469h1.034l1.673 2.545 1.673-2.545zm5.444 4.194H24v.867h-4.624zm0-4.194H24v.868h-4.624zm0 2.083H24v.867h-4.624zm-.273-2.083-3.438 4.223h3.133v.838H13.84l3.407-4.222h-3.042v-.839z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/x.svg b/mkdocs-material/material/templates/.icons/simple/x.svg new file mode 100644 index 0000000..76fc7ab --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/x.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/xampp.svg b/mkdocs-material/material/templates/.icons/simple/xampp.svg new file mode 100644 index 0000000..b38588d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/xampp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.792 11.923c.113.043.226.079.334.128.45.203.715.553.748 1.044q.063.953.002 1.905c-.049.732-.725 1.292-1.483 1.271-.735-.021-1.369-.62-1.397-1.341-.017-.441-.003-.884-.006-1.326-.001-.239-.003-.242-.245-.243-1.363-.001-2.726.008-4.089-.003-.888-.007-1.421.482-1.471 1.46-.019.38-.1.727-.357 1.018-.397.451-.898.601-1.472.466-.554-.131-.867-.522-1.035-1.048-.117-.367-.056-.737.012-1.094.341-1.797 1.366-3.006 3.125-3.555a3.7 3.7 0 0 1 1.105-.166q1.41.002 2.821-.001c.128 0 .257-.012.385-.021.702-.051 1.166-.511 1.22-1.352.004-.064 0-.129.001-.193a1.42 1.42 0 0 1 1.393-1.425c.787-.029 1.438.527 1.493 1.318.076 1.083-.265 2.046-.913 2.907-.06.079-.144.144-.171.251m-8.543-1.487c-.258-.008-.571.018-.882-.035-.536-.09-.876-.39-1.02-.916-.157-.573-.097-1.097.351-1.525.456-.434.996-.56 1.587-.315.52.216.859.731.89 1.293.025.444.003.89.007 1.334.001.116-.043.167-.161.165-.24-.003-.479-.001-.772-.001M21.682 0H2.318A2.2 2.2 0 0 0 .116 2.202v19.317A2.48 2.48 0 0 0 2.597 24h18.807a2.48 2.48 0 0 0 2.481-2.481V2.202A2.204 2.204 0 0 0 21.682 0m-1.557 12.473c.519.804.733 1.69.677 2.657a4.25 4.25 0 0 1-3.25 3.916c-2.585.623-4.566-.923-5.233-2.794-.109-.304-.16-.622-.224-.985-.068.414-.115.789-.264 1.134-.697 1.617-1.884 2.603-3.665 2.799a4.31 4.31 0 0 1-4.632-3.084c-.25-.863-.175-1.747-.068-2.625.08-.653.321-1.268.632-1.848.057-.106.057-.184-.01-.285-.561-.845-.779-1.777-.7-2.784a4 4 0 0 1 .417-1.536C4.52 5.626 6.09 4.427 8.193 4.626c1.849.175 3.562 1.77 3.83 3.564.013.09.039.178.068.311.044-.241.076-.439.118-.636.344-1.63 1.94-3.335 4.201-3.357 2.292-.021 3.99 1.776 4.31 3.446.17.888.089 1.776-.103 2.663-.112.517-.31 1.008-.524 1.492-.059.136-.05.236.032.364"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/xcode.svg b/mkdocs-material/material/templates/.icons/simple/xcode.svg new file mode 100644 index 0000000..a658d49 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/xcode.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.06 5.333c.452-.194.774-.258 1.097-.194.516.13.774.516.968.71.194.387.903.774 1.226.839.258.064.71-.645 1.033-1.29.322-.582.516-1.356.451-1.55-.064-.193-.968-.58-1.161-.58-.13 0-.388.129-.84.064-.45-.064-.903-.58-1.16-.968-.453-.645-1.098-1.032-1.679-1.355C18.35.686 17.64.493 16.93.364 15.898.105 14.865-.088 13.833.04c-.58.064-1.29.129-1.807.323-.065 0-.194.193-.065.193s.581.065.581.065-.58.129-.58.258c0 .13.064.13.129.13.064 0 1.484-.065 2.065 0 .645.128 1.355.45 1.807 1.225.774 1.42.451 2.775.258 3.227-.968 2.13-8.648 15.23-9.035 16.133s-.516 1.484.581 2.065 1.678.322 2-.065c.388-.516 7.034-17.165 9.293-18.262m-3.614 8.711h1.549c1.032 0 1.226.517 1.226.71.065.516-.194 1.162-1.226 1.162h-.968l.774 1.29c.452.775.258 1.162 0 1.42-.387.387-1.226.387-1.677-.452l-.904-1.548c-.645 1.42-1.29 2.968-2.065 4.775h4.001c1.936 0 3.55-1.613 3.55-3.55V6.56c-.065-.13-.194-.065-.259 0-.387.451-1.484 2-4 7.485m-9.808 8.002h-.323a4.186 4.186 0 0 1-4.195-4.194V7.01a4.186 4.186 0 0 1 4.195-4.195h9.357c-.194-.194-.968-.516-1.742-.452-.323 0-.968.13-1.356-.129-.387-.322-.322-.516-.903-.516H4.928A4.764 4.764 0 0 0 .152 6.494V18.24c0 2.646 2.13 4.775 4.453 4.71.645 0 .839-.516 1.032-.903m14.777-15.1v10.906a4.186 4.186 0 0 1-4.194 4.194h-4.324s-.387 1.033.839 1.033h3.872a4.764 4.764 0 0 0 4.775-4.776V8.817c.065-.903-.71-1.484-.968-1.871M1.83 7.01v10.84c0 1.937 1.613 3.55 3.55 3.55h.58c0-.064.774-1.42 2.452-4.26.194-.386.452-.773.71-1.225h-4.71c-.581 0-.904-.387-.969-.71-.129-.516.194-1.162.904-1.162h2.387l3.034-5.291s-.71-1.29-.904-1.613c-.258-.452-.129-.904.13-1.162.386-.387 1.032-.58 1.677.452l.258.387.258-.387c.58-.84.968-.775 1.29-.71.517.129.84.71.388 1.613l-4.001 6.711h1.355c.452-.774.904-1.548 1.355-2.387-.064-.323-.129-.71-.064-1.033.064-.516.323-.968.645-1.355l.387.645c1.227-2.13 2.13-3.936 2.388-4.646.13-.387.323-1.162.13-1.807H5.38c-2.001 0-3.55 1.613-3.55 3.55m2.775 10.776c0-.064.774-1.42.774-1.42 1.227-.322 1.807.452 1.872.517 0 0-.84 1.484-1.097 1.742s-.581.323-.904.258c-.516-.129-.839-.645-.645-1.097"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/xdadevelopers.svg b/mkdocs-material/material/templates/.icons/simple/xdadevelopers.svg new file mode 100644 index 0000000..c3b1884 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/xdadevelopers.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.84 3.052V0h7.843v17.583H13.84v-3.024h4.591V3.052zM5.569 14.53V3.024h4.592V0H2.318v17.583H6.98L10.16 24v-9.483z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/xdotorg.svg b/mkdocs-material/material/templates/.icons/simple/xdotorg.svg new file mode 100644 index 0000000..7cb2ab1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/xdotorg.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.94 1.9-9.092 11.874 4.598 6.392a14.3 14.3 0 0 1-2.56.228c-2.387 0-4.582-.577-6.316-1.542l6.556-8.627-6.031-8.311L2.23 1.91 9.8 12.48l-4.332 5.66c-1.692-1.266-2.729-2.965-2.729-4.832 0-2.13 1.348-4.042 3.48-5.342l-.655-.999C2.22 8.386 0 10.876 0 13.71c0 2.432 1.635 4.61 4.212 6.075l-1.765 2.307h1.661l1.299-1.709c1.892.83 4.158 1.314 6.592 1.314a17.4 17.4 0 0 0 4.188-.501l.65.903h4.865l-1.729-2.422C22.443 18.214 24 16.082 24 13.71c0-2.94-2.39-5.512-5.948-6.9l-.217.311c3.099 1.214 5.195 3.531 5.195 6.188 0 2.202-1.44 4.17-3.698 5.47l-5.153-7.22 7.382-9.658zM12 5.755c-.586 0-1.212.046-1.775.1 1.004 1.309 1.836 2.417 2.795 3.676-.538-1.157-1.644-2.268-1.261-2.839.378-.565 1.075-.47 1.128-.47 1.118 0 2.194.127 3.2.36l.235-.324C14.98 5.91 13.523 5.754 12 5.754z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/xendit.svg b/mkdocs-material/material/templates/.icons/simple/xendit.svg new file mode 100644 index 0000000..ac245c4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/xendit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.781 2.743H7.965l-5.341 9.264 5.341 9.263-1.312 2.266L0 12.007 6.653.464h6.454zm-5.128 2.28 1.312-2.28L9.873 6.03 8.561 8.296zm9.382-2.28 1.312 2.28L7.965 21.27l-1.312-2.279zm-5.128 20.793 1.298-2.279h3.83L14.1 17.931l1.312-2.267 1.926 3.337 4.038-6.994-5.341-9.264L17.347.464 24 12.007l-6.653 11.529z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/xero.svg b/mkdocs-material/material/templates/.icons/simple/xero.svg new file mode 100644 index 0000000..ba8888c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/xero.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0m6.585 14.655a2.69 2.69 0 0 1-2.69-2.689 2.693 2.693 0 0 1 2.69-2.691c1.485 0 2.69 1.207 2.69 2.691s-1.207 2.689-2.69 2.689M7.53 14.644a.38.38 0 0 1-.267-.116l-2.043-2.04-2.052 2.047a.367.367 0 1 1-.515-.523l2.04-2.05-2.038-2.047a.35.35 0 0 1-.113-.261.367.367 0 0 1 .626-.261l2.055 2.048 2.048-2.045a.36.36 0 0 1 .26-.108c.211 0 .375.165.375.366a.34.34 0 0 1-.104.258l-2.056 2.055 2.055 2.051a.368.368 0 0 1-.261.626zm8.017-4.591c-.796.101-.882.476-.882 1.404v2.787a.367.367 0 0 1-.734 0v-4.53c0-.204.16-.366.362-.366.166 0 .316.125.346.289.27-.209.6-.317.93-.317h.105c.195 0 .359.165.359.368 0 .201-.164.352-.375.359 0 0-.09 0-.164.008zm-3.091 2.205H8.625q0 .028.006.057.028.16.083.31c.194.531.765 1.275 1.829 1.29.33-.003.631-.086.9-.229.21-.12.391-.271.525-.428.045-.058.09-.112.12-.168.18-.229.405-.186.54-.083.164.135.18.391.045.57l-.016.016c-.21.27-.435.495-.689.66a2.4 2.4 0 0 1-.811.345c-.33.09-.645.104-.975.06a2.69 2.69 0 0 1-2.28-2.01 2.3 2.3 0 0 1-.09-.645c0-.855.421-1.695 1.125-2.205.885-.615 2.085-.66 3-.075.63.405 1.035 1.021 1.185 1.771.075.419-.21.794-.734.81zm6.129-2.223a1.933 1.933 0 0 0-1.931 1.931c0 1.064.866 1.931 1.931 1.931s1.931-.867 1.931-1.931a1.935 1.935 0 0 0-1.931-1.933zm0 2.595a.666.666 0 1 1 0-1.332.666.666 0 0 1 0 1.332m-8.04-2.603c-.91 0-1.672.623-1.886 1.466v.03h3.776a1.946 1.946 0 0 0-1.891-1.494z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/xfce.svg b/mkdocs-material/material/templates/.icons/simple/xfce.svg new file mode 100644 index 0000000..4352d05 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/xfce.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.121 5.727a.1.1 0 0 0-.034.002L.07 5.73l-.014.007a.1.1 0 0 0-.048.053.1.1 0 0 0-.007.067c.008.037.023.056.04.076q.047.058.142.128.192.148.597.38c.54.306 1.36.712 2.428 1.152 1.053.433 2.318 1.205 3.286 1.911.484.353.894.69 1.165.958.136.133.237.25.293.337a.4.4 0 0 1 .05.1l.002.018c-.7.987-1.113 2.187-.83 4.196.006.038-.03.127-.12.235-.088.108-.216.233-.346.365-.129.133-.26.273-.357.42s-.163.305-.138.471v.001c.013.074.062.14.125.169a.36.36 0 0 0 .2.018c.137-.018.294-.079.453-.145.158-.066.316-.139.437-.183a1 1 0 0 1 .131-.038c0 .021.003.031-.003.065-.01.061-.03.139-.054.225-.048.173-.119.382-.184.588a4 4 0 0 0-.15.57.7.7 0 0 0-.008.222c.01.067.049.141.122.168l.003.001.003.001c.05.015.083.001.116-.012a1 1 0 0 0 .104-.054q.113-.07.266-.191c.202-.16.451-.375.697-.592s.487-.433.673-.594c.093-.08.172-.146.23-.189l.062-.044c1.497.446 3.202.502 4.549.441a21 21 0 0 0 1.687-.144 15 15 0 0 0 .643-.097l.033-.007.087.04.318.144c.265.12.622.28.987.436s.738.307 1.038.41q.226.079.387.114.079.016.143.02a.2.2 0 0 0 .127-.029l.01-.006.007-.008c.176-.19.183-.426.1-.633-.084-.207-.246-.402-.413-.586-.167-.185-.342-.358-.45-.5a.6.6 0 0 1-.104-.178c-.012-.039-.007-.053.005-.07a.2.2 0 0 1 .05 0c.06.005.147.023.25.05.204.054.473.144.741.232.269.089.537.176.75.226q.16.038.276.042.059.002.112-.015a.16.16 0 0 0 .096-.088v-.002l.002-.003c.05-.151-.006-.313-.095-.476-.09-.162-.22-.33-.36-.492-.14-.163-.287-.318-.41-.45a3 3 0 0 1-.249-.292.67.67 0 0 1-.083-.398.54.54 0 0 1 .248-.394 3 3 0 0 1 .268-.14l.51-.24c.4-.187.898-.425 1.381-.69s.95-.557 1.294-.859c.342-.301.575-.619.529-.948-.072-.535-.425-.943-.897-1.25-.471-.305-1.065-.517-1.65-.67a16 16 0 0 0-1.595-.318c-.217-.033-.399-.06-.525-.083a2 2 0 0 1-.144-.032l-.001-.087c0-.083.002-.198 0-.331a6 6 0 0 0-.075-.942c-.056-.33-.15-.646-.331-.86s-.47-.304-.821-.165c-.232.087-.363.288-.418.519-.055.23-.045.497-.01.76.037.26.1.518.156.724.057.206.11.37.119.411.006.027.005.018-.005.026a.2.2 0 0 1-.084.025.4.4 0 0 1-.126-.01c-.037-.01-.062-.03-.057-.023a1 1 0 0 1-.07-.129l-.113-.255a9 9 0 0 0-.32-.67c-.125-.228-.265-.443-.428-.587a.65.65 0 0 0-.27-.15.44.44 0 0 0-.306.036h-.002l-.001.002a.9.9 0 0 0-.45.607c-.055.241-.037.502.004.743.04.242.105.466.145.629.02.081.035.148.038.187.002.012 0 .014 0 .018-.182.114-.274.294-.345.479-.075.194-.137.397-.264.573v.001c-.039.055-.12.105-.247.138a2 2 0 0 1-.49.049c-.392 0-.892-.059-1.413-.142-1.042-.165-2.161-.422-2.733-.457-.43-.025-.837.136-1.146.288-.154.076-.284.15-.376.198a1 1 0 0 1-.096.044c-.997-.993-3.013-2.688-5.25-3.26-.613-.167-1.387-.495-2.015-.78-.314-.142-.591-.274-.796-.37l-.248-.113-.077-.032-.03-.01zm22.7 1.835-.019.005c-.02.009-.025.019-.031.027a.2.2 0 0 0-.026.053 2 2 0 0 0-.052.176 8 8 0 0 0-.188 1.14 1.3 1.3 0 0 0 0 .213.3.3 0 0 0 .016.077.1.1 0 0 0 .047.059.1.1 0 0 0 .044.013.1.1 0 0 0 .043-.018.15.15 0 0 0 .042-.057 1 1 0 0 0 .06-.175c.038-.147.074-.35.103-.557s.05-.421.057-.59a2 2 0 0 0-.002-.214.4.4 0 0 0-.013-.076.1.1 0 0 0-.036-.059q-.008-.01-.024-.015a.1.1 0 0 0-.022-.002zm1.11.212a.1.1 0 0 0-.042.007.2.2 0 0 0-.065.043 1 1 0 0 0-.144.157 5 5 0 0 0-.35.517 4 4 0 0 0-.287.569 1 1 0 0 0-.061.225c-.007.064 0 .129.05.167.03.021.068.015.09.004a.2.2 0 0 0 .06-.048q.058-.06.129-.168a7 7 0 0 0 .31-.54 10 10 0 0 0 .276-.568 3 3 0 0 0 .08-.2 1 1 0 0 0 .02-.067l.003-.03c0-.011 0-.028-.02-.048l-.001-.002-.002-.002a.1.1 0 0 0-.046-.016M19.57 9.629c.182 0 .335.17.335.388 0 .217-.153.387-.335.387s-.334-.17-.334-.387c0-.218.152-.388.334-.388m-.882.34c.079.29.178.512.35.647.163.128.396.173.69.181-.181.13-.346.191-.481.175-.168-.02-.31-.124-.414-.268s-.17-.326-.187-.483a.44.44 0 0 1 .042-.252m2.09 1.78c.054-.004.083.006.091.014l.009.008.01.004c.008.002.004 0 .006.002a.4.4 0 0 1-.112.093 4 4 0 0 1-.58.278 8 8 0 0 1-.657.235c-.059.017-.098.026-.142.037.029-.022.05-.04.089-.065a6 6 0 0 1 .52-.306 4 4 0 0 1 .56-.251 1 1 0 0 1 .206-.049m.241.471a.1.1 0 0 1 .025.003c.026.03.04.058.035.096a.36.36 0 0 1-.071.154 2 2 0 0 1-.399.367c-.163.119-.337.226-.47.302-.048.028-.082.046-.116.064.015-.03.029-.058.056-.099.078-.116.2-.266.332-.409a3 3 0 0 1 .4-.37.8.8 0 0 1 .163-.096.2.2 0 0 1 .045-.012"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/xiaohongshu.svg b/mkdocs-material/material/templates/.icons/simple/xiaohongshu.svg new file mode 100644 index 0000000..85b197c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/xiaohongshu.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.405 9.879c.002.016.01.02.07.019h.725a.797.797 0 0 0 .78-.972.794.794 0 0 0-.884-.618.795.795 0 0 0-.692.794c0 .101-.002.666.001.777m-11.509 4.808c-.203.001-1.353.004-1.685.003a2.5 2.5 0 0 1-.766-.126.025.025 0 0 0-.03.014L7.7 16.127a.025.025 0 0 0 .01.032c.111.06.336.124.495.124.66.01 1.32.002 1.981 0q.017 0 .023-.015l.712-1.545a.025.025 0 0 0-.024-.036zM.477 9.91c-.071 0-.076.002-.076.01l-.01.08c-.027.397-.038.495-.234 3.06-.012.24-.034.389-.135.607-.026.057-.033.042.003.112.046.092.681 1.523.787 1.74.008.015.011.02.017.02.008 0 .033-.026.047-.044q.219-.282.371-.606c.306-.635.44-1.325.486-1.706.014-.11.021-.22.03-.33l.204-2.616.022-.293c.003-.029 0-.033-.03-.034zm7.203 3.757a1.4 1.4 0 0 1-.135-.607c-.004-.084-.031-.39-.235-3.06a.4.4 0 0 0-.01-.082c-.004-.011-.052-.008-.076-.008h-1.48c-.03.001-.034.005-.03.034l.021.293q.114 1.473.233 2.946c.05.4.186 1.085.487 1.706.103.215.223.419.37.606.015.018.037.051.048.049.02-.003.742-1.642.804-1.765.036-.07.03-.055.003-.112m3.861-.913h-.872a.126.126 0 0 1-.116-.178l1.178-2.625a.025.025 0 0 0-.023-.035l-1.318-.003a.148.148 0 0 1-.135-.21l.876-1.954a.025.025 0 0 0-.023-.035h-1.56q-.017 0-.024.015l-.926 2.068c-.085.169-.314.634-.399.938a.5.5 0 0 0-.02.191.46.46 0 0 0 .23.378 1 1 0 0 0 .46.119h.59c.041 0-.688 1.482-.834 1.972a.5.5 0 0 0-.023.172.47.47 0 0 0 .23.398c.15.092.342.12.475.12l1.66-.001q.017 0 .023-.015l.575-1.28a.025.025 0 0 0-.024-.035m-6.93-4.937H3.1a.032.032 0 0 0-.034.033c0 1.048-.01 2.795-.01 6.829 0 .288-.269.262-.28.262h-.74c-.04.001-.044.004-.04.047.001.037.465 1.064.555 1.263.01.02.03.033.051.033.157.003.767.009.938-.014.153-.02.3-.06.438-.132.3-.156.49-.419.595-.765.052-.172.075-.353.075-.533q.003-3.495-.007-6.991a.03.03 0 0 0-.032-.032zm11.784 6.896q-.002-.02-.024-.022h-1.465c-.048-.001-.049-.002-.05-.049v-4.66c0-.072-.005-.07.07-.07h.863c.08 0 .075.004.075-.074V8.393c0-.082.006-.076-.08-.076h-3.5c-.064 0-.075-.006-.075.073v1.445c0 .083-.006.077.08.077h.854c.075 0 .07-.004.07.07v4.624c0 .095.008.084-.085.084-.37 0-1.11-.002-1.304 0-.048.001-.06.03-.06.03l-.697 1.519s-.014.025-.008.036.013.008.058.008q2.622.003 5.243.002c.03-.001.034-.006.035-.033zm4.177-3.43q0 .021-.02.024c-.346.006-.692.004-1.037.004q-.021-.003-.022-.024-.006-.651-.01-1.303c0-.072-.006-.071.07-.07l.733-.003c.041 0 .081.002.12.015.093.025.16.107.165.204.006.431.002 1.153.001 1.153m2.67.244a1.95 1.95 0 0 0-.883-.222h-.18c-.04-.001-.04-.003-.042-.04V10.21q.001-.198-.025-.394a1.8 1.8 0 0 0-.153-.53 1.53 1.53 0 0 0-.677-.71 2.2 2.2 0 0 0-1-.258c-.153-.003-.567 0-.72 0-.07 0-.068.004-.068-.065V7.76c0-.031-.01-.041-.046-.039H17.93s-.016 0-.023.007q-.008.008-.008.023v.546c-.008.036-.057.015-.082.022h-.95c-.022.002-.028.008-.03.032v1.481c0 .09-.004.082.082.082h.913c.082 0 .072.128.072.128v1.148s.003.117-.06.117h-1.482c-.068 0-.06.082-.06.082v1.445s-.01.068.064.068h1.457c.082 0 .076-.006.076.079v3.225c0 .088-.007.081.082.081h1.43c.09 0 .082.007.082-.08v-3.27c0-.029.006-.035.033-.035l2.323-.003a.7.7 0 0 1 .28.061.46.46 0 0 1 .274.407c.008.395.003.79.003 1.185 0 .259-.107.367-.33.367h-1.218c-.023.002-.029.008-.028.033q.276.655.57 1.303a.05.05 0 0 0 .04.026c.17.005.34.002.51.003.15-.002.517.004.666-.01a2 2 0 0 0 .408-.075c.59-.18.975-.698.976-1.313v-1.981q.001-.191-.034-.38c0 .078-.029-.641-.724-.998"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/xiaomi.svg b/mkdocs-material/material/templates/.icons/simple/xiaomi.svg new file mode 100644 index 0000000..fc703ea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/xiaomi.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C8.016 0 4.756.255 2.493 2.516.23 4.776 0 8.033 0 12.012s.23 7.235 2.494 9.497C4.757 23.77 8.017 24 12 24s7.243-.23 9.506-2.491S24 15.99 24 12.012c0-3.984-.233-7.243-2.502-9.504C19.234.252 15.978 0 12 0M4.906 7.405h5.624c1.47 0 3.007.068 3.764.827.746.746.827 2.233.83 3.676v4.54a.15.15 0 0 1-.152.147h-1.947a.15.15 0 0 1-.152-.148V11.83c-.002-.806-.048-1.634-.464-2.051-.358-.36-1.026-.441-1.72-.458H7.158a.15.15 0 0 0-.151.147v6.98a.15.15 0 0 1-.152.148H4.906a.15.15 0 0 1-.15-.148V7.554a.15.15 0 0 1 .15-.149m12.131 0h1.949a.15.15 0 0 1 .15.15v8.892a.15.15 0 0 1-.15.148h-1.949a.15.15 0 0 1-.151-.148V7.554a.15.15 0 0 1 .151-.149M8.92 10.948h2.046c.083 0 .15.066.15.147v5.352a.15.15 0 0 1-.15.148H8.92a.15.15 0 0 1-.152-.148v-5.352a.15.15 0 0 1 .152-.147"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/xing.svg b/mkdocs-material/material/templates/.icons/simple/xing.svg new file mode 100644 index 0000000..5cb509f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/xing.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.188 0c-.517 0-.741.325-.927.66 0 0-7.455 13.224-7.702 13.657.015.024 4.919 9.023 4.919 9.023.17.308.436.66.967.66h3.454c.211 0 .375-.078.463-.22.089-.151.089-.346-.009-.536l-4.879-8.916a.02.02 0 0 1 0-.022L22.139.756c.095-.191.097-.387.006-.535C22.056.078 21.894 0 21.686 0zM3.648 4.74c-.211 0-.385.074-.473.216-.09.149-.078.339.02.531l2.34 4.05q.006.014 0 .021L1.86 16.051a.52.52 0 0 0 0 .529c.085.142.239.234.45.234h3.461c.518 0 .766-.348.945-.667l3.734-6.609-2.378-4.155c-.172-.315-.434-.659-.962-.659H3.648z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/xml.svg b/mkdocs-material/material/templates/.icons/simple/xml.svg new file mode 100644 index 0000000..16aedb3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/xml.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.345 7.053c-.495.02-.44.725-.536 1.081-.157.583-.3 1.325-.347 1.926-.046.585-.008 1.127.066 1.719.058.46.191.767.07.89-.108.11-3.216 2.962-3.466 3.123-.26.169-.08.584.069.817.157.246.23.373.557.33.306-.042.405-.409.583-.606.228-.252 2.421-2.401 2.616-2.401.077.544.367 1.064.67 1.513.15.222.314.439.505.629.175.175.4.317.587.45.44.024.795-.301.35-.67-.17-.14-.735-.971-.927-1.43-.18-.43-.574-1.076-.146-1.428 1.494-1.23 3.72-2.262 4.247-2.313-.257 1.024-1.356 3.048-1.757 4.012-.14.333-.231.732-.185 1.094.055.434.383.774.587.806.417-.023.7-.387.946-.645.343-.357.634-.685.974-1.043.339-.356.672-.731.971-1.07.184-.207.674-.713.963-.713-.11.693-.716 1.552-.839 2.254-.125.716.531 1.596 1.217.956.623-.58 1.255-1.129 1.867-1.72.217-.208.175.037.224.242.05.208.176.91.275 1.1.18.346.496.592.897.598.362.006.727-.161.982-.414.19-.187.513-.699.154-.832-.23-.086-.217-.176-.495-.129-.172.029-.362.074-.507.179-.367-.003-.381-.89-.324-1.161.068-.327.207-.659.185-.998-.026-.418-.478-.69-.582-.72-.156-.076-.253.023-.458.212-.173.161-.363.332-.535.495-.34.322-.768.813-.942.813.305-.705.708-2.652-.643-2.48-.563.071-.95.377-1.394.71-.29.28-.683.641-.936.87-.236.216-.371.404-.496.404.132-.747 1.685-3.167.885-3.853-.158-.136-.313-.325-.515-.349a4.6 4.6 0 0 0-.833.19c-.565.18-2.78 1.28-4.19 2.289-.131.094-.214-.085-.231-.29-.087-1.058.199-2.19.496-3.188.208-.696-.557-1.225-.659-1.249m18.177.874c-.166.364-.2.894-.248 1.319a24 24 0 0 0-1.246-.115c.238.296.691.588 1.056.724-.048.366-.434.67-.599 1.021.458-.127.676-.47.989-.821.362.22.791.627 1.26.636-.177-.376-.334-.695-.658-.966.269-.175.717-.362.924-.633-.345-.074-.718-.093-1.052-.015-.258-.284-.3-.772-.426-1.15m-2.92.079c-.23.02-.613.49-.832.773-.807 1.039-1.542 3.15-1.661 3.542-.363 1.195-.502 2.672.28 3.722.456.612 1.258.66 2.041.434.405-.116.812-.406.95-.723.114-.263.174-.753-.404-.38-.224.145-.634.304-1.37.291-.247-.004-.651-.357-.76-.722-.192-.595-.11-1.393-.11-1.393.167-1.028.642-2.146 1.061-3.076.163-.36.658-1.259.842-1.546 0 0 .239-.373.131-.77-.031-.116-.091-.16-.168-.152m3.072 2.976c-.12.264-.144.648-.18.956-.274-.031-.63-.066-.904-.083.172.215.501.426.766.525-.034.265-.314.486-.434.741.332-.092.49-.34.717-.596.263.16.575.456.914.462-.127-.273-.242-.504-.477-.701.195-.127.52-.262.67-.46a1.8 1.8 0 0 0-.763-.01c-.187-.206-.217-.56-.309-.834m-1.123 2.422c-.083.183-.1.449-.125.662a13 13 0 0 0-.624-.058c.119.148.346.295.53.363-.025.184-.219.336-.301.513.23-.064.339-.236.496-.413.181.11.397.316.632.32-.088-.19-.168-.349-.33-.485.135-.087.36-.181.463-.317a1.2 1.2 0 0 0-.527-.008c-.13-.142-.151-.387-.214-.576z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/xmpp.svg b/mkdocs-material/material/templates/.icons/simple/xmpp.svg new file mode 100644 index 0000000..eaac3dc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/xmpp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m3.401 4.594 1.025.366 3.08.912q-.016.27-.016.543c0 3.353 1.693 7.444 4.51 10.387 2.817-2.943 4.51-7.034 4.51-10.387q0-.273-.016-.543l3.08-.912 1.025-.366L24 3.276C23.854 8.978 19.146 14.9 13.502 18.17c1.302 1.028 2.778 1.81 4.388 2.215v.114l.004.001v.224a14.6 14.6 0 0 1-4.829-1.281A21 21 0 0 1 12 18.966q-.53.255-1.065.477a14.6 14.6 0 0 1-4.829 1.281V20.5l.004-.001v-.113c1.61-.406 3.086-1.188 4.389-2.216C4.854 14.9.146 8.978 0 3.276z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/xo.svg b/mkdocs-material/material/templates/.icons/simple/xo.svg new file mode 100644 index 0000000..d7a08e4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/xo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m1.629 5.698 4.275 5.367 4.274-5.367h1.613l-5.089 6.384 4.958 6.219h-1.613L5.903 13.1l-4.142 5.201H.131l4.957-6.219L0 5.698zm16.48-.082C21.423 5.616 24 8.632 24 12c0 3.425-2.613 6.331-5.883 6.383-3.301-.1-5.804-2.878-5.911-6.164L12.202 12c0-3.436 2.637-6.384 5.907-6.384m0 1.268c-2.59 0-4.639 2.4-4.639 5.116.078 2.736 1.983 4.996 4.444 5.111l.195.004c2.583 0 4.623-2.406 4.623-5.115 0-2.752-2.086-5.116-4.623-5.116m.944 3.71c.507 0 1.1.662.702 1.473-.297.605-1.373 1.192-1.609 1.315l-.045.024s-1.32-.658-1.655-1.339c-.397-.811.196-1.473.703-1.473.56 0 .952.535.952.535s.391-.535.952-.535"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/xrp.svg b/mkdocs-material/material/templates/.icons/simple/xrp.svg new file mode 100644 index 0000000..6d9daa4 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/xrp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.52 2.955A3.52 3.52 0 0 0 1.996 6.48v2.558A2.12 2.12 0 0 1 0 11.157l.03.562-.03.561a2.12 2.12 0 0 1 1.996 2.121v2.948a3.69 3.69 0 0 0 3.68 3.696v-1.123a2.56 2.56 0 0 1-2.557-2.558v-2.963a3.24 3.24 0 0 0-1.42-2.682 3.26 3.26 0 0 0 1.42-2.682V6.48A2.41 2.41 0 0 1 5.52 4.078h.437V2.955zm12.538 0v1.123h.437a2.39 2.39 0 0 1 2.386 2.401v2.558a3.26 3.26 0 0 0 1.42 2.682 3.24 3.24 0 0 0-1.42 2.682v2.963a2.56 2.56 0 0 1-2.557 2.558v1.123a3.69 3.69 0 0 0 3.68-3.696V14.4A2.12 2.12 0 0 1 24 12.281l-.03-.562.03-.561a2.12 2.12 0 0 1-1.996-2.12v-2.56a3.52 3.52 0 0 0-3.509-3.524zM6.253 7.478l3.478 3.259a3.393 3.393 0 0 0 4.553 0l3.478-3.26h-1.669l-2.65 2.464a2.133 2.133 0 0 1-2.886 0L7.922 7.478zm5.606 4.884a3.36 3.36 0 0 0-2.128.886l-3.493 3.274h1.668l2.667-2.495a2.133 2.133 0 0 1 2.885 0l2.65 2.495h1.67l-3.494-3.274a3.36 3.36 0 0 0-2.425-.886"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/xsplit.svg b/mkdocs-material/material/templates/.icons/simple/xsplit.svg new file mode 100644 index 0000000..bb6d81f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/xsplit.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 19.5c-.7-.1-2.5-.3-2.7-.3-.1 0-2.8 2.3-4 3.399l-.1.101c.1-1.3.3-2.601.399-3.9C11.7 18.1 5.9 17.4 0 16.7V1.3h.3C.9 1.4 22.9 3.9 24 4zm-2.6-2.6V6.2C15.1 5.5 8.7 4.7 2.4 4v10.6c6.3.8 12.7 1.5 19 2.3"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/xstate.svg b/mkdocs-material/material/templates/.icons/simple/xstate.svg new file mode 100644 index 0000000..d260f7d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/xstate.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.891 0h6.023l-6.085 10.563A10.65 10.65 0 0 1 15.891 0m6.055 23.999L8.078.001H2.055l6.919 12.015L2.055 24h6.023L12 17.236 15.892 24z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/xubuntu.svg b/mkdocs-material/material/templates/.icons/simple/xubuntu.svg new file mode 100644 index 0000000..c870631 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/xubuntu.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0m3.914 4.474c.385-.044.145 1.606.053 2.598-.081.868-.127 1.154-.289 2.112-.05.3-.2.687-.669.631-.392-.05-.455-.696-.442-.995.022-.514.303-1.767.393-2.217.116-.578.47-1.957.914-2.12a.2.2 0 0 1 .04-.01m3.226.709c.55.02-.415 1.75-.809 2.664-.276.642-.474 1.156-.832 2.004-.119.282-.484.686-.906.477-.354-.175-.233-.692.024-1.29a16 16 0 0 1 1.062-2.086c.303-.506.934-1.698 1.404-1.766a.3.3 0 0 1 .058-.003zm-9.284.47c.312.022.572.16.75.375.77.932.608 2.532.675 3.748 1.2.065 2.19.21 3.469.584.974.285 2.323.762 3.112 1.275.787.51 1.377 1.172 1.5 2.062.077.552-.343 1.106-.919 1.612-.575.505-1.326.98-2.137 1.426s-1.653.849-2.325 1.162c-1.466.684-3.016 1.35-4.917 1.542-5.155.52-4.592-4.158-4.392-5.704.155-1.205.8-2.942.907-3.259a10 10 0 0 1-.335-1.298c-.073-.404-.113-.87-.02-1.275.092-.398.36-.842.803-1.027.352-.147.61-.089.938.209.27.245.497.608.716.987.317.55.446 1.119.718 1.676.052.108.324.157.482.111.037-.01.077-.103.056-.175-.348-1.191-.597-2.176-.424-3.037.161-.799.842-.974 1.343-.994"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/yabai.svg b/mkdocs-material/material/templates/.icons/simple/yabai.svg new file mode 100644 index 0000000..1f3af8b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/yabai.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.075 0a3.26 3.26 0 0 0-2.38.955L6.216 4.431l-.53-.529c-1.2-1.055-2.822.514-1.745 1.742l.531.531L.976 9.671a3.263 3.263 0 0 0 0 4.613L4.47 17.78l-.068.066-.516.514c-1.07 1.206.472 2.816 1.707 1.775l.598-.594 3.502 3.502a3.263 3.263 0 0 0 4.615 0l8.714-8.714a3.263 3.263 0 0 0 0-4.615l.002-.002-3.486-3.488.58-.58a1.233 1.233 0 0 0-1.744-1.742l-.56.56L14.306.956A3.26 3.26 0 0 0 12.075 0M12 1.72c.394 0 .79.151 1.09.452l3.507 3.505-4.566 4.568L7.433 5.65l3.478-3.478A1.53 1.53 0 0 1 12 1.72M5.691 7.395l4.593 4.593-4.595 4.578-3.494-3.498a1.54 1.54 0 0 1 0-2.18zm12.626.047 3.49 3.49a1.54 1.54 0 0 1 0 2.177l-8.714 8.715a1.54 1.54 0 0 1-2.18 0l-3.5-3.5Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/yale.svg b/mkdocs-material/material/templates/.icons/simple/yale.svg new file mode 100644 index 0000000..499cd30 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/yale.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.8 15.72v-1.24c-.64.04-.8-.24-.8-.76V7.6h-1.36v6.24c0 1.2.44 1.96 2.16 1.88m4.96-5.24c-.44-.52-1.12-.88-2.08-.88-1 0-1.68.36-2.12.88-.52.64-.64 1.56-.64 2.24 0 .64.12 1.4.56 2.04.44.6 1.16 1 2.28 1q1.14 0 1.8-.48c.44-.32.76-.84.8-1.36h-1.4c-.04.2-.16.36-.32.52-.2.16-.48.2-.88.2-.56 0-.92-.16-1.12-.48-.16-.24-.24-.64-.24-1h4.04c0-1.08-.16-2.04-.68-2.68m-3.4 1.64c0-.32.12-.76.36-1s.56-.36.96-.36q.6 0 .96.36c.36.36.32.68.32 1zM10.4 9.64c-1.6 0-2.36.84-2.44 2h1.4c.04-.52.32-.84 1.04-.84.84 0 1.08.4 1.08 1v.36h-1.24c-.8 0-1.32.08-1.72.36-.48.32-.76.76-.76 1.44 0 .84.52 1.8 2.12 1.8.8 0 1.32-.24 1.68-.68v.6h1.32v-3.84c-.04-1.28-.72-2.2-2.48-2.2m1.04 4.16c0 .64-.56.92-1.32.92-.84 0-1.04-.36-1.04-.8 0-.24.08-.44.28-.56.16-.08.4-.12.88-.12h1.2zM9.12 7.6H7.56l-1.92 3.6-1.92-3.6H2.16l2.76 4.96v3.08h1.44v-3.08zM24 12c0 6.64-5.36 12-12 12S0 18.64 0 12 5.36 0 12 0s12 5.36 12 12"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/yamahacorporation.svg b/mkdocs-material/material/templates/.icons/simple/yamahacorporation.svg new file mode 100644 index 0000000..6cd79e0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/yamahacorporation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0a12 12 0 1 0 12 12A12 12 0 0 0 12 0m-.412 1.377A10.65 10.65 0 0 1 22.664 12 10.65 10.65 0 0 1 12 22.664a10.648 10.648 0 0 1-.412-21.287M12 1.9a.18.18 0 0 0-.172.131l-.883 2.526a.4.4 0 0 0 0 .097.3.3 0 0 0 .133.25.926.926 0 0 1 .074 1.465 2.35 2.35 0 0 0-.82 1.79v.903L5.865 6.498l-.547.953 4.987 2.877v.692l-.602.347-4.978-2.88-.551.954L8.602 12l-.782.45a2.35 2.35 0 0 0-1.127 1.616.93.93 0 0 1-1.312.668.3.3 0 0 0-.277 0 .3.3 0 0 0-.079.063l-1.742 2.037a.188.188 0 0 0 .176.305l2.633-.493a.4.4 0 0 0 .09-.035.3.3 0 0 0 .152-.238.926.926 0 0 1 1.232-.781 2.35 2.35 0 0 0 1.954-.184l.78-.451v5.104h1.098v-5.756l.598-.344.598.344v5.756h1.1v-5.123l.78.45a2.35 2.35 0 0 0 1.954.184.926.926 0 0 1 1.234.782.28.28 0 0 0 .149.238.4.4 0 0 0 .09.035l2.634.492a.184.184 0 0 0 .176-.305l.004.02-1.744-2.037a.4.4 0 0 0-.075-.063.3.3 0 0 0-.28 0 .94.94 0 0 1-.864-.035.93.93 0 0 1-.434-.633 2.37 2.37 0 0 0-1.14-1.609l-.782-.45 4.436-2.558-.549-.955-4.98 2.873-.602-.347v-.692l4.985-2.877-.547-.953L13.7 9.062v-.904a2.35 2.35 0 0 0-.803-1.789.922.922 0 0 1 .079-1.465.31.31 0 0 0 .128-.25.3.3 0 0 0 0-.097L12.18 2.03A.184.184 0 0 0 12 1.9m.021 5.512a.6.6 0 0 1 .58.598V9.7l-.597.347-.598-.348V8.01a.6.6 0 0 1 .615-.597zm-.017 3.818.687.391v.781l-.687.391-.688-.39v-.782zm2.299 1.403 1.46.847a.6.6 0 0 1 .223.817v.004a.6.6 0 0 1-.82.219l-1.465-.844v-.696zm-4.596.004.602.347v.692l-1.465.844a.598.598 0 1 1-.598-1.036z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/yamahamotorcorporation.svg b/mkdocs-material/material/templates/.icons/simple/yamahamotorcorporation.svg new file mode 100644 index 0000000..e4cf739 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/yamahamotorcorporation.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0m0 .57C18.315.57 23.43 5.685 23.43 12c0 6.31-5.115 11.43-11.43 11.43C5.69 23.43.57 18.314.57 12 .57 5.69 5.69.57 12 .57m0 .234c-.1 0-.183.06-.218.147l-.492 1.551A9.523 9.523 0 0 0 2.475 12c0 1.48.337 2.885.94 4.136l-1.1 1.206a.24.24 0 0 0-.015.262.25.25 0 0 0 .238.115l1.592-.353a9.52 9.52 0 0 0 7.87 4.16c3.27 0 6.16-1.652 7.874-4.16l1.592.353a.24.24 0 0 0 .23-.123.23.23 0 0 0-.016-.262l-1.1-1.198A9.4 9.4 0 0 0 21.526 12a9.523 9.523 0 0 0-8.815-9.498L12.218.947A.24.24 0 0 0 12 .804m-.003.25c.024 0 .048.02.056.043l1.02 3.354a1.2 1.2 0 0 0-.48.957c0 .389.19.734.48.952h-.004c.436.326.718.846.718 1.429v1.12l4.326-2.497.476.825-4.802 2.77v.965l.834.48 4.802-2.774.476.825-4.326 2.5.972.56c.508.294.818.798.882 1.338v-.004a1.193 1.193 0 0 0 1.655.953l2.393 2.56c.02.02.02.047.008.07q-.025.036-.068.029l-3.413-.794a1.193 1.193 0 0 0-1.65-.957l.003-.004c-.5.215-1.091.199-1.6-.095l-.968-.56v4.994h-.952v-5.545l-.834-.48-.833.48v5.545h-.953V15.1l-.972.555c-.508.294-1.1.31-1.6.096l.004.004a1.193 1.193 0 0 0-1.651.957l-3.413.793a.054.054 0 0 1-.063-.028c-.016-.02-.012-.047.008-.067l2.397-2.56c.333.143.73.135 1.067-.064.338-.194.544-.528.588-.889v.004a1.78 1.78 0 0 1 .88-1.337l.97-.56-4.327-2.496.477-.826 4.802 2.774.833-.484v-.964l-4.802-2.77.476-.826 4.326 2.496V7.79c0-.583.282-1.103.719-1.429h-.004c.29-.214.476-.56.476-.952 0-.393-.19-.738-.48-.957l1.02-3.353c.008-.028.031-.044.051-.044zm.004 5.902a.833.833 0 0 0-.833.833v1.67L12 9.94l.833-.48V7.789A.833.833 0 0 0 12 6.956zm0 4.084-.833.48v.964l.833.476.833-.48v-.96zm-2.62 1.516-1.444.833a.833.833 0 0 0-.306 1.14.82.82 0 0 0 .723.412.83.83 0 0 0 .416-.111l1.445-.834v-.96zm5.243 0-.833.48V14l1.445.834a.834.834 0 0 0 .833-1.445z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/yaml.svg b/mkdocs-material/material/templates/.icons/simple/yaml.svg new file mode 100644 index 0000000..fde2aea --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/yaml.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m0 .97 4.111 6.453v4.09h2.638v-4.09L11.053.969H8.214L5.58 5.125 2.965.969Zm12.093.024-4.47 10.544h2.114l.97-2.345h4.775l.804 2.345h2.26L14.255.994Zm1.133 2.225 1.463 3.87h-3.096zm3.06 9.475v10.29H24v-2.199h-5.454v-8.091zm-12.175.002v10.335h2.217v-7.129l2.32 4.792h1.746l2.4-4.96v7.295h2.127V12.696h-2.904L9.44 17.37l-2.455-4.674Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/yandexcloud.svg b/mkdocs-material/material/templates/.icons/simple/yandexcloud.svg new file mode 100644 index 0000000..20fef0e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/yandexcloud.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.38 0 0 5.38 0 12s5.38 12 12 12 12-5.38 12-12S18.62 0 12 0M7.163 20.618A9.87 9.87 0 0 1 2.12 12c0-5.46 4.42-9.88 9.88-9.88 1.429 0 2.496.536 3.029 1.187.534.65.684 1.715.5 3.253l-3.207.631c-2.905.532-4.506 2.148-5.06 5.065-.07.406-.15.812-.226 1.196l-.09.46-.208 1.124-.247 1.34c-.324 1.884-.06 3.276.672 4.242m7.986-11.851q-.129.65-.247 1.302c-.081.434-.16.868-.247 1.301-.396 2.05-1.364 2.996-3.42 3.391l-2.391.474c.059-.296.119-.611.178-.927l.067-.362c.078-.421.157-.855.25-1.313.395-2.05 1.344-2.996 3.399-3.391zM12 21.88c-1.429 0-2.496-.536-3.029-1.187s-.684-1.715-.5-3.253l3.18-.631c2.905-.532 4.507-2.148 5.08-5.046.069-.406.149-.812.226-1.196q.047-.236.09-.46l.247-1.327c.081-.432.154-.822.215-1.156.325-1.884.061-3.275-.671-4.242A9.87 9.87 0 0 1 21.88 12c0 5.46-4.42 9.88-9.88 9.88"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/yarn.svg b/mkdocs-material/material/templates/.icons/simple/yarn.svg new file mode 100644 index 0000000..66d03fd --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/yarn.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.375 0 0 5.375 0 12s5.375 12 12 12 12-5.375 12-12S18.625 0 12 0m.768 4.105c.183 0 .363.053.525.157.125.083.287.185.755 1.154.31-.088.468-.042.551-.019.204.056.366.19.463.375.477.917.542 2.553.334 3.605-.241 1.232-.755 2.029-1.131 2.576.324.329.778.899 1.117 1.825.278.774.31 1.478.273 2.015a6 6 0 0 0 .602-.329c.593-.366 1.487-.917 2.553-.931.714-.009 1.269.445 1.353 1.103a1.23 1.23 0 0 1-.945 1.362c-.649.158-.95.278-1.821.843-1.232.797-2.539 1.242-3.012 1.39a1.7 1.7 0 0 1-.704.343c-.737.181-3.266.315-3.466.315h-.046c-.783 0-1.214-.241-1.45-.491-.658.329-1.51.19-2.122-.134a1.08 1.08 0 0 1-.58-1.153 1.2 1.2 0 0 1-.153-.195c-.162-.25-.528-.936-.454-1.946.056-.723.556-1.367.88-1.71a5.5 5.5 0 0 1 .408-2.256c.306-.727.885-1.348 1.32-1.737-.32-.537-.644-1.367-.329-2.21.227-.602.412-.936.82-1.08h-.005c.199-.074.389-.153.486-.259a3.42 3.42 0 0 1 2.298-1.103q.056-.138.125-.283c.31-.658.639-1.029 1.024-1.168a1 1 0 0 1 .328-.06zm.006.7c-.507.016-1.001 1.519-1.001 1.519s-1.27-.204-2.266.871c-.199.218-.468.334-.746.44-.079.028-.176.023-.417.672-.371.991.625 2.094.625 2.094s-1.186.839-1.626 1.881c-.486 1.144-.338 2.261-.338 2.261s-.843.732-.899 1.487c-.051.663.139 1.2.343 1.515.227.343.51.176.51.176s-.561.653-.037.931c.477.25 1.283.394 1.71-.037.31-.31.371-1.001.486-1.283.028-.065.12.111.209.199.097.093.264.195.264.195s-.755.324-.445 1.066c.102.246.468.403 1.066.398.222-.005 2.664-.139 3.313-.296.375-.088.505-.283.505-.283s1.566-.431 2.998-1.357c.917-.598 1.293-.76 2.034-.936.612-.148.57-1.098-.241-1.084-.839.009-1.575.44-2.196.825-1.163.718-1.742.672-1.742.672l-.018-.032c-.079-.13.371-1.293-.134-2.678-.547-1.515-1.413-1.881-1.344-1.997.297-.5 1.038-1.297 1.334-2.78.176-.899.13-2.377-.269-3.151-.074-.144-.732.241-.732.241s-.616-1.371-.788-1.483a.27.27 0 0 0-.157-.046z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ycombinator.svg b/mkdocs-material/material/templates/.icons/simple/ycombinator.svg new file mode 100644 index 0000000..d423521 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ycombinator.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 24V0h24v24zM6.951 5.896l4.112 7.708v5.064h1.583v-4.972l4.148-7.799h-1.749l-2.457 4.875c-.372.745-.688 1.434-.688 1.434s-.297-.708-.651-1.434L8.831 5.896z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/yelp.svg b/mkdocs-material/material/templates/.icons/simple/yelp.svg new file mode 100644 index 0000000..f2b337b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/yelp.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m7.689 15.142-3.672.848c-.377.087-.755.183-1.145.155-.261-.019-.512-.042-.76-.213a1.2 1.2 0 0 1-.332-.36c-.348-.551-.365-1.366-.37-2a6.3 6.3 0 0 1 .332-2.064 2 2 0 0 1 .107-.248 2 2 0 0 1 .126-.216 3 3 0 0 1 .156-.198 1.2 1.2 0 0 1 .399-.283 1.1 1.1 0 0 1 .46-.083c.235.001.513.052.91.173.055.02.123.038.185.057.328.101.705.24 1.15.399q1.027.36 2.046.74l1.212.442q.333.12.64.297c.175.098.328.23.452.387a1.2 1.2 0 0 1 .192.43 1.22 1.22 0 0 1-.872 1.453q-.072.022-.108.03l-1.105.255zM18.82 7.565a2 2 0 0 0-.204-.175 2 2 0 0 0-.208-.14 2 2 0 0 0-.227-.109 1.2 1.2 0 0 0-.482-.08 1.1 1.1 0 0 0-.45.127c-.21.105-.439.273-.742.555-.042.042-.095.089-.142.133-.25.235-.528.525-.86.863a115 115 0 0 0-1.516 1.563l-.897.93a4 4 0 0 0-.446.548 1.5 1.5 0 0 0-.237.545 1.2 1.2 0 0 0 .011.452l.005.02a1.22 1.22 0 0 0 1.418.923 1 1 0 0 0 .11-.021l4.779-1.104c.376-.087.758-.167 1.097-.363.227-.132.443-.262.59-.525a1.2 1.2 0 0 0 .141-.469c.073-.65-.267-1.39-.54-1.963a6.3 6.3 0 0 0-1.2-1.71M8.97.075a9 9 0 0 0-.83.157q-.415.097-.815.223c-.868.285-2.089.807-2.295 1.807-.117.565.16 1.144.373 1.66.26.625.614 1.189.938 1.778.854 1.554 1.724 3.099 2.592 4.645.259.462.542 1.047 1.043 1.286a1 1 0 0 0 .101.038c.225.085.47.102.704.047l.042-.01a1.2 1.2 0 0 0 .566-.34 1 1 0 0 0 .079-.081c.346-.435.345-1.084.376-1.614.104-1.77.214-3.542.301-5.314.033-.671.106-1.333.066-2.01-.033-.557-.037-1.198-.39-1.656-.621-.807-1.947-.74-2.852-.616m2.083 15.95a1.105 1.105 0 0 0-1.23-.414 1 1 0 0 0-.153.064 1.5 1.5 0 0 0-.217.135c-.2.148-.367.34-.52.532-.038.049-.074.114-.12.156l-.768 1.057a114 114 0 0 0-1.291 1.79c-.278.389-.519.718-.709 1.009-.036.054-.073.116-.107.164-.228.352-.357.61-.423.838a1.1 1.1 0 0 0-.046.472c.021.166.077.325.163.467q.069.108.15.207a2 2 0 0 0 .174.183 2 2 0 0 0 .211.173c.53.37 1.111.634 1.722.84a6 6 0 0 0 1.572.3q.136.006.273-.006a2 2 0 0 0 .25-.035 2 2 0 0 0 .245-.071 1.2 1.2 0 0 0 .418-.266c.112-.113.199-.25.254-.4.089-.22.147-.502.185-.92.004-.059.012-.13.018-.195.03-.346.044-.753.067-1.231q.056-1.103.09-2.203l.05-1.306c.01-.3.001-.634-.082-.934a1.4 1.4 0 0 0-.176-.405m8.676 2.045c-.16-.176-.388-.352-.746-.568l-.169-.101c-.298-.18-.658-.369-1.078-.597a121 121 0 0 0-1.943-1.042l-1.151-.61c-.06-.018-.12-.061-.177-.088a2.9 2.9 0 0 0-.699-.25 1.5 1.5 0 0 0-.254-.027 1 1 0 0 0-.165.01 1.11 1.11 0 0 0-.923.914 1.4 1.4 0 0 0 .016.439c.056.306.193.61.335.875l.615 1.152q.512.975 1.043 1.94c.23.421.42.78.598 1.079.034.056.072.116.101.168.218.358.392.584.57.746.114.11.251.195.402.247.158.052.326.07.492.054a2 2 0 0 0 .25-.043q.124-.033.242-.078a2 2 0 0 0 .247-.115 6 6 0 0 0 1.282-.96c.46-.452.866-.945 1.182-1.51q.066-.12.114-.248a3 3 0 0 0 .077-.24 3 3 0 0 0 .043-.252 1.2 1.2 0 0 0-.056-.491 1.1 1.1 0 0 0-.248-.404m2.86 3.742a.85.85 0 0 1-.111.423.85.85 0 0 1-.312.318.84.84 0 0 1-.438.119.85.85 0 0 1-.438-.118.85.85 0 0 1-.312-.317.86.86 0 0 1-.111-.425q0-.23.114-.43a.84.84 0 0 1 .315-.316.85.85 0 0 1 .432-.115.85.85 0 0 1 .43.114.84.84 0 0 1 .315.315.85.85 0 0 1 .116.432m-.12 0q0-.2-.1-.37a.6.6 0 0 0-.27-.27.7.7 0 0 0-.371-.1.7.7 0 0 0-.37.099.75.75 0 0 0-.271.27.7.7 0 0 0-.1.37q0 .199.1.372a.74.74 0 0 0 .27.271.74.74 0 0 0 .37.099.7.7 0 0 0 .37-.1.74.74 0 0 0 .27-.27.7.7 0 0 0 .102-.371m-.577.058.272.452h-.192l-.237-.405h-.155v.405h-.17v-1.02h.3q.19 0 .278.075.09.075.089.227a.3.3 0 0 1-.05.162.3.3 0 0 1-.135.104m-.042-.14a.15.15 0 0 0 .056-.122q0-.086-.049-.122-.05-.039-.156-.038h-.12v.328h.123q.091 0 .146-.047z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/yeti.svg b/mkdocs-material/material/templates/.icons/simple/yeti.svg new file mode 100644 index 0000000..f18a431 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/yeti.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.575 8.582v1.685h2.183v5.15h2.14v-5.15h2.183V8.583h-6.505ZM0 8.582l2.699 3.972v2.864h2.144v-2.864l2.693-3.971H5.172l-1.398 2.305-1.397-2.305zm8.022 0v6.836h5.84v-1.663h-3.694v-.974H13.3v-1.54h-3.132v-.974h3.589V8.583Zm13.832 0 .001 6.836H24V8.583Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/yii.svg b/mkdocs-material/material/templates/.icons/simple/yii.svg new file mode 100644 index 0000000..64285ff --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/yii.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.88 0c-.844.545-1.806 1.509-2.363 2.34-1.168 1.743-1.44 2.995-.8 4.863.216.634.576 1.293.836 1.873 1.022 2.278 2.062 4.328 1.81 7.285 2.16-2.761 3.015-3.886 3.926-6.57 1.251-3.688-.007-7.659-3.41-9.791M5.643 4.656a9.3 9.3 0 0 0-3.382.659c-.21 2.657 1.021 7.23 5.516 8.506 1.818.559 3.272.413 5.056.898-.576 1.017-1.41 1.989-1.908 2.974-.494.976-.585 1.943-.54 3.043.047 1.105.302 2.19.548 3.264.924-.2 1.728-.54 2.424-.977 1.832-1.148 2.939-2.985 3.253-4.963l.015-.125v.017l.006-.061.001-.01.014-.16c.01-.123.022-.247.03-.356l.005-.08c.009-.117.017-.233.023-.336l.002-.034v-.002l.001-.032.015-.34q.005-.16.005-.298v-.018a9 9 0 0 0-.014-.508c-.009-.158-.02-.305-.032-.46a11 11 0 0 0-.529-2.662 12 12 0 0 0-.178-.503c-.18-.471-.355-.85-.48-1.145a7 7 0 0 0-.275-.568 10 10 0 0 0-.143-.258 9 9 0 0 0-.435-.693l-.123-.183c-2.025-2.844-5.446-4.62-8.875-4.59"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/yoast.svg b/mkdocs-material/material/templates/.icons/simple/yoast.svg new file mode 100644 index 0000000..00ebc49 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/yoast.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.61 0 11.4 14.477 8.806 6.36H5.941l3.804 9.77a4.02 4.02 0 0 1 0 2.925c-.387.993-1.073 2.158-2.96 2.505V24c1.512-.06 2.692-.562 3.694-1.57 1.032-1.036 1.919-2.655 2.79-5.091L19.739 0ZM5.357 3.274a3.706 3.706 0 0 0-3.695 3.695v10.358a3.706 3.706 0 0 0 3.695 3.694h.817l.26-.034c1.76-.237 2.37-1.224 2.733-2.158a3.4 3.4 0 0 0 0-2.475L5.035 5.738H9.26l2.174 6.81 3.339-9.274Zm13.792.08L13.853 17.55c-.502 1.403-1.015 2.54-1.559 3.47h10.044V6.97a3.706 3.706 0 0 0-3.19-3.616Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/youtube.svg b/mkdocs-material/material/templates/.icons/simple/youtube.svg new file mode 100644 index 0000000..91300bc --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/youtube.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.498 6.186a3.02 3.02 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.02 3.02 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.02 3.02 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.02 3.02 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814M9.545 15.568V8.432L15.818 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/youtubegaming.svg b/mkdocs-material/material/templates/.icons/simple/youtubegaming.svg new file mode 100644 index 0000000..306796b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/youtubegaming.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 13.2v-6l-6-3.6-6 3.6-6-3.6-6 3.6v6l12 7.2zM8.4 10.8H6v2.4H4.8v-2.4H2.4V9.6h2.4V7.2H6v2.4h2.4zm7.2 2.4a1.2 1.2 0 0 1-1.2-1.2c0-.66.54-1.2 1.2-1.2s1.2.54 1.2 1.2-.54 1.2-1.2 1.2m3.6-2.4A1.2 1.2 0 0 1 18 9.6c0-.66.54-1.2 1.2-1.2s1.2.54 1.2 1.2-.54 1.2-1.2 1.2"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/youtubekids.svg b/mkdocs-material/material/templates/.icons/simple/youtubekids.svg new file mode 100644 index 0000000..80c205f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/youtubekids.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23.99 13.543-.007-.288c-.015-1.122-.645-6.495-.999-7.457-.41-1.111-.974-1.945-1.675-2.48-1.143-.873-2.115-1.063-3.313-1.087h-.03c-.51 0-3.848.415-6.642.801-2.797.387-6.303.915-7.14 1.227-1.153.432-2.07.997-2.796 1.728C.05 7.332-.113 8.731.054 10.553c.13 1.412.875 6.975 1.302 8.248.574 1.717 1.694 2.75 3.154 2.909.36.039.704.059 1.045.059 1.28 0 2.295-.278 3.47-.598 1.848-.505 4.147-1.13 8.893-1.13h.14c1.162 0 4.008-.263 5.303-2.687.693-1.297.652-2.87.629-3.811m-7.719-1.67-.105.066q-.411.278-.819.563l-4.298 2.975c-.27.21-.748.521-1.016.521a.24.24 0 0 1-.107-.024c-.226-.12-.303-.94-.356-1.34l-.011-.087c-.065-.478-.594-5.035-.654-5.535-.017-.142-.105-.663.055-.781.05-.037.12-.05.2-.05.195 0 .442.083.549.118.845.272 5.083 1.774 6.4 2.448q.057.03.122.057c.188.08.446.192.452.51.004.304-.225.446-.412.56z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/youtubemusic.svg b/mkdocs-material/material/templates/.icons/simple/youtubemusic.svg new file mode 100644 index 0000000..31bd485 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/youtubemusic.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.376 0 0 5.376 0 12s5.376 12 12 12 12-5.376 12-12S18.624 0 12 0m0 19.104c-3.924 0-7.104-3.18-7.104-7.104S8.076 4.896 12 4.896s7.104 3.18 7.104 7.104-3.18 7.104-7.104 7.104m0-13.332c-3.432 0-6.228 2.796-6.228 6.228S8.568 18.228 12 18.228s6.228-2.796 6.228-6.228S15.432 5.772 12 5.772M9.684 15.54V8.46L15.816 12z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/youtubeshorts.svg b/mkdocs-material/material/templates/.icons/simple/youtubeshorts.svg new file mode 100644 index 0000000..44d7a3a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/youtubeshorts.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18.931 9.99-1.441-.601 1.717-.913a4.48 4.48 0 0 0 1.874-6.078 4.506 4.506 0 0 0-6.09-1.874L4.792 5.929a4.5 4.5 0 0 0-2.402 4.193 4.52 4.52 0 0 0 2.666 3.904c.036.012 1.442.6 1.442.6l-1.706.901a4.51 4.51 0 0 0-2.369 3.967A4.53 4.53 0 0 0 6.93 24c.725 0 1.437-.174 2.08-.508l10.21-5.406a4.49 4.49 0 0 0 2.39-4.192 4.53 4.53 0 0 0-2.678-3.904Zm-9.334 5.2V8.824l6.007 3.184z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/youtubestudio.svg b/mkdocs-material/material/templates/.icons/simple/youtubestudio.svg new file mode 100644 index 0000000..c41b060 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/youtubestudio.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.919 13.176c.048-.384.084-.768.084-1.176s-.036-.792-.084-1.176l2.532-1.98a.605.605 0 0 0 .144-.768l-2.4-4.152a.6.6 0 0 0-.732-.264l-2.988 1.2a8.8 8.8 0 0 0-2.028-1.176l-.456-3.18A.585.585 0 0 0 14.403 0h-4.8c-.3 0-.552.216-.588.504l-.456 3.18A9.2 9.2 0 0 0 6.531 4.86l-2.988-1.2a.585.585 0 0 0-.732.264l-2.4 4.152a.59.59 0 0 0 .144.768l2.532 1.98c-.048.384-.084.78-.084 1.176s.036.792.084 1.176l-2.532 1.98a.605.605 0 0 0-.144.768l2.4 4.152c.144.264.468.36.732.264l2.988-1.2c.624.48 1.296.876 2.028 1.176l.456 3.18a.585.585 0 0 0 .588.504h4.8c.3 0 .552-.216.588-.504l.456-3.18a9.2 9.2 0 0 0 2.028-1.176l2.988 1.2c.276.108.588 0 .732-.264l2.4-4.152a.605.605 0 0 0-.144-.768zM9.603 15.6V8.4l6 3.6z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/youtubetv.svg b/mkdocs-material/material/templates/.icons/simple/youtubetv.svg new file mode 100644 index 0000000..8b1cb41 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/youtubetv.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.794 10.609h-.618v3.286h-.607v-3.286h-.617v-.504h1.842zm.135-.504h.649l.202 1.703c.057.488.11.908.172 1.484h.026c.057-.576.114-.986.17-1.484l.208-1.703H24l-.623 3.784h-.82zm-15.758.38a.8.8 0 0 0-.555-.561c-.493-.13-2.465-.13-2.465-.13s-1.973 0-2.466.13a.79.79 0 0 0-.555.56C0 10.977 0 12 0 12s0 1.028.13 1.516a.8.8 0 0 0 .56.56c.488.13 2.46.13 2.46.13s1.973 0 2.466-.13a.8.8 0 0 0 .56-.555c.13-.493.13-1.516.13-1.516s-.005-1.028-.135-1.52m-3.649 2.46v-1.89l1.64.945zm6.629.867a.65.65 0 0 1-.265-.395 2.7 2.7 0 0 1-.078-.706v-.4a2.4 2.4 0 0 1 .093-.716.72.72 0 0 1 .28-.394.94.94 0 0 1 .504-.125q.306 0 .493.125c.13.098.229.233.27.394.062.234.094.472.083.716v.4q.01.36-.083.711a.7.7 0 0 1-.27.395q-.188.124-.508.124c-.218-.005-.395-.046-.52-.13zm.7-.436c.037-.089.052-.24.052-.442v-.856a1.4 1.4 0 0 0-.052-.436.19.19 0 0 0-.181-.14.18.18 0 0 0-.177.14c-.041.14-.057.29-.052.436v.861c0 .203.016.353.052.442.02.083.094.14.182.135a.18.18 0 0 0 .176-.14m8.88-.66v.14c0 .135.006.265.016.4a.4.4 0 0 0 .068.192.2.2 0 0 0 .156.062.2.2 0 0 0 .192-.109c.036-.072.052-.192.057-.363l.534.036a1 1 0 0 1 .006.1q.001.381-.208.57-.21.187-.592.187-.458-.002-.643-.29c-.185-.288-.187-.489-.187-.894v-.482q-.001-.623.192-.909.195-.287.654-.285.32 0 .493.12c.12.088.207.217.244.363.052.223.078.456.067.685v.472zm.079-1.162a.37.37 0 0 0-.063.192 6 6 0 0 0-.015.405v.197h.457v-.197q0-.203-.021-.405a.4.4 0 0 0-.068-.192.17.17 0 0 0-.145-.057.17.17 0 0 0-.145.057m-11.175 1.11-.706-2.559h.618l.249 1.158q.093.428.14.732h.02c.022-.146.068-.384.14-.727l.26-1.163h.618l-.716 2.56v1.23H7.64v-1.23zm4.905-1.536v2.767h-.488L12 13.557h-.016c-.13.255-.332.384-.596.384q-.273-.001-.405-.181-.132-.179-.13-.566v-2.066h.623v2.03a.7.7 0 0 0 .041.264.14.14 0 0 0 .135.078.3.3 0 0 0 .156-.052.3.3 0 0 0 .109-.124v-2.196zm3.192 0v2.767h-.488l-.052-.338h-.016c-.13.255-.332.384-.596.384q-.273-.001-.405-.181-.132-.179-.13-.566v-2.066h.623v2.03a.7.7 0 0 0 .041.264.14.14 0 0 0 .135.078.3.3 0 0 0 .156-.052.3.3 0 0 0 .109-.124v-2.196zm-1.5-.52h-.618v3.287h-.607v-3.286h-.618v-.504h1.843v.504zm3.56.961c-.036-.171-.098-.3-.181-.379a.5.5 0 0 0-.348-.12.56.56 0 0 0-.322.1.64.64 0 0 0-.228.254h-.005V9.965h-.597v3.93h.514l.062-.26h.015a.53.53 0 0 0 .218.223.7.7 0 0 0 .322.083.5.5 0 0 0 .467-.29c.099-.192.15-.499.15-.909v-.436a5 5 0 0 0-.067-.737m-.57 1.127c0 .155-.006.316-.026.472a.5.5 0 0 1-.084.244.2.2 0 0 1-.155.072.26.26 0 0 1-.14-.036.3.3 0 0 1-.104-.109v-1.567a.4.4 0 0 1 .109-.187.22.22 0 0 1 .166-.073c.057 0 .114.026.145.073q.064.116.073.249.021.249.02.498z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/yr.svg b/mkdocs-material/material/templates/.icons/simple/yr.svg new file mode 100644 index 0000000..16b987a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/yr.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.412 9.764c.295.257.464.558.474 1.085-.003.567-.184.96-.454 1.234-.275.271-.667.452-1.234.454h-1.885c-.292.001-.573.103-.839.2l-.13.047v-2.479a.98.98 0 0 1 .97-.969h1.708c.605 0 1.09.177 1.39.428M24 12c0 6.627-5.372 12-12 12-6.627 0-12-5.373-12-12C0 5.372 5.373 0 12 0c6.628 0 12 5.372 12 12M11.148 7.709H9.231l-.002 3.133c-.036 1.168-1.13 1.546-2.001 1.558-.995-.014-2.044-.566-2.044-2.083V7.709H3.293v2.608c0 1.184.409 2.195 1.184 2.925.701.66 1.662 1.031 2.712 1.049h.078c.705-.013 1.741-.473 1.942-.879v.863c0 1.144-1.455 1.89-1.847 2.086l.028.034-.01.005-.018.009 1.218 1.473.18-.101h-.001c.797-.445 2.38-1.33 2.389-3.717zm7.14 6.621a3.4 3.4 0 0 0 1.514-.876c.664-.661 1.026-1.597 1.022-2.604.01-1.047-.45-1.988-1.176-2.578-.723-.597-1.655-.874-2.625-.875h-1.709a2.914 2.914 0 0 0-2.908 2.908v7.176h1.938v-2.036a.98.98 0 0 1 .97-.969h.772l2.085 2.554.146.18c.158.151.365.25.596.27v.001h.042a.3.3 0 0 0 .08 0h1.147l.003-1.567s-.473.132-.826-.246c-.415-.444-1.071-1.338-1.071-1.338"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/yubico.svg b/mkdocs-material/material/templates/.icons/simple/yubico.svg new file mode 100644 index 0000000..34359d1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/yubico.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12.356 12.388 2.521-7.138h3.64l-6.135 15.093H8.539l1.755-4.136L6 5.25h3.717ZM12 0C5.381 0 0 5.381 0 12s5.381 12 12 12 12-5.381 12-12S18.619 0 12 0m0 1.5c5.808 0 10.5 4.692 10.5 10.5S17.808 22.5 12 22.5 1.5 17.808 1.5 12 6.192 1.5 12 1.5"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/yunohost.svg b/mkdocs-material/material/templates/.icons/simple/yunohost.svg new file mode 100644 index 0000000..0371957 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/yunohost.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.512 22.087c-.225-.151-.527-.5-.671-.774-.28-.53-.826-1.11-1.382-1.467-.384-.247-.595-.985-.361-1.266.077-.094.407-.242.732-.33.325-.087.645-.207.71-.266.066-.06.126-.486.133-.95.045-2.832.067-2.902.934-2.902 1.028 0 1.724 1.228 1.386 2.447-.24.864-.192 1.05.269 1.048.704-.003.743-.084.774-1.638.048-2.343.561-3.088 1.74-2.526.747.356.857 1.323.346 3.042-.167.562.164 2.891.511 3.594.196.396-.014.952-.379 1.005-.165.023-.437-.092-.662-.281-.21-.177-.426-.322-.48-.322s-.255-.225-.445-.5c-.331-.478-.71-.64-.874-.374-.043.069-.332.19-.644.268-.545.137-.563.157-.494.53.205 1.109.207 1.551.009 1.75-.271.27-.663.24-1.152-.089m12.653-1.734c-.27-.157-.798-.745-1.032-1.15-.083-.144-.154-.533-.156-.863-.007-.884.365-1.442.557-.836.183.575.86.833 1.178.449.257-.31-.173-1.035-1.24-2.086-.958-.946-1-1.01-1-1.554 0-.844.243-1.195 1.11-1.61.72-.344.783-.353 1.291-.19.693.222 1.505 1.005 1.45 1.396-.035.244-.115.286-.54.286-.275 0-.57.046-.656.101-.255.165-.178.543.156.762.308.201.312.2.312-.15 0-.344.033-.362 1.093-.596l1.093-.242.089-.983c.15-1.653.628-1.98 1.572-1.073.288.277.533.572.543.656a7 7 0 0 1 .032.339c.01.154.2.18 1.09.144 1.037-.042 1.091-.03 1.466.312.267.244.4.49.421.783.027.362-.032.472-.384.713-.229.156-.973.462-1.655.68-.978.312-1.238.443-1.238.625 0 .127.064.793.142 1.48.16 1.413.058 1.875-.469 2.115-.464.212-.587.18-1.025-.272-.512-.53-.67-1.087-.568-2.004.095-.849.04-.913-.738-.851l-.553.044.182.52c.116.334.157.763.113 1.206-.057.58-.132.742-.48 1.042-1.036.89-1.63 1.113-2.156.807m-5.087-.104c-.6-.104-1.47-.777-1.995-1.544-.374-.547-.417-.696-.408-1.436.012-.962.312-2.081.685-2.556.297-.377 1.2-.83 1.656-.83.277 0 .917.235 1.896.696.844.399.992.646 1.177 1.983l.138.986-.456.972c-.25.534-.582 1.09-.736 1.234-.363.341-1.372.596-1.957.495m.315-2.362c.449-.17.674-.91.403-1.324-.11-.169-.274-.307-.362-.307-.498 0-1.024 1.18-.7 1.57.174.21.249.217.659.061m-7.05-6.284c-.237-.158-.56-.555-.736-.905-.284-.569-.309-.746-.278-1.984l.033-1.36-.751-.722c-.414-.398-.752-.745-.752-.772s-.113-.576-.25-1.22c-.138-.642-.25-1.466-.25-1.83 0-.57.044-.69.316-.868.494-.324 1.035-.107 1.515.608.32.475.412.767.483 1.523.092.986.257 1.265.668 1.135.246-.078.958-.817 1.211-1.257.129-.223.16-.219.709.103.414.243.614.458.719.776.13.393.111.498-.173.983-.175.298-.53.73-.79.958s-.48.53-.489.672c-.06 1.06-.323 4.16-.364 4.286-.075.231-.344.19-.82-.125m4.565-.894c-.58-.253-1.378-1.235-1.556-1.917-.19-.723-.178-3.703.017-4.478.076-.301.203-.548.282-.548.239 0 1.06.61 1.22.908.089.164.16.888.175 1.763.021 1.28.055 1.503.247 1.61.17.095.263.07.39-.104.092-.126.168-.316.17-.423 0-.107.14-.633.311-1.168s.317-1.237.324-1.56c.026-1.244.3-1.522.954-.972.766.644.806 2.097.137 4.941-.266 1.136-.533 1.525-1.316 1.921-.479.243-.844.25-1.355.027zm4.293-.265c-.667-.347-.79-.6-.621-1.27.373-1.488.446-3.255.196-4.77-.08-.486-.057-.572.21-.777.164-.127.419-.232.564-.233.354-.004 1.171.898 1.526 1.683.518 1.148.706 1.476.817 1.425.061-.028.125-.895.143-1.926.029-1.653.065-1.937.308-2.404.152-.291.354-.53.45-.53s.327.24.516.531c.19.292.396.568.459.613s.093.691.067 1.436-.04 1.832-.03 2.416c.06 3.507.04 3.706-.38 3.866-.398.151-1.026-.156-1.782-.871-.362-.342-.707-.622-.767-.622s-.21.323-.334.718c-.36 1.154-.429 1.19-1.342.715m6.704-1.078c-1.164-.63-1.56-1.207-1.653-2.412-.075-.956.332-2.655.775-3.235.174-.228.316-.476.316-.552s.249-.31.553-.52c.71-.488 1.368-.51 2.023-.065.92.624 1.054 1.106 1.092 3.931.015 1.092-.012 1.235-.337 1.787-.194.33-.477.647-.63.705a1.2 1.2 0 0 0-.429.29c-.184.22-1.344.27-1.71.071m1.238-3.019c.415-.83.36-1.362-.149-1.435-.225-.032-.324.064-.512.505-.353.822-.436 1.327-.256 1.544.267.323.54.14.917-.614"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/zabka.svg b/mkdocs-material/material/templates/.icons/simple/zabka.svg new file mode 100644 index 0000000..1677251 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/zabka.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m4.12 15.041.187-.967a9.42 9.42 0 0 0 10.05 0l.187.967a8.44 8.44 0 0 1-10.424 0m12.109-4.463c.343.062.718.031 1.03-.156.25-.156.405-.406.468-.687.062-.28.094-.53.125-.811h1.186v.437a2.8 2.8 0 0 1-.281 1.03c-.125.25-.343.468-.562.624-.062.031-.125.094-.187.125.062.093.125.218.156.312.312.562.624 1.092.967 1.654l.094.187a.4.4 0 0 1 .031.188h-1.31l-1.03-1.873-.687.062v1.842h-1.28v-6.18h1.28zM3.808 8.893c0 .062-.032.124-.063.218l-.655 1.124a70 70 0 0 0-1.186 2.06c0 .03-.031.062-.031.093h1.935v1.124H0c0-.063.031-.125.062-.187.188-.344.375-.656.562-.968s.343-.593.53-.905c.25-.437.5-.874.75-1.28.031-.031.031-.062.062-.125H.156V8.893zm-1.78-.437A.52.52 0 0 1 1.56 8.3c-.187-.156-.28-.437-.187-.687a.65.65 0 0 1 .53-.437c.22-.062.469.031.625.187.187.188.218.437.156.687a.6.6 0 0 1-.562.406q-.046.045-.093 0zm12.016 1.872a2.12 2.12 0 0 0-.749-1.123 1.87 1.87 0 0 0-1.123-.375 2.5 2.5 0 0 0-1.061.156c-.032 0-.094.031-.125.031V7.332h-1.28v5.899c.187.062.375.094.562.125.312.093.624.156.967.218.5.063 1 0 1.498-.156.75-.218 1.311-.843 1.405-1.623.062-.468.062-.999-.094-1.467m-1.217 1.53a.89.89 0 0 1-.655.624 1.96 1.96 0 0 1-1.124-.063s-.031 0-.031-.03v-2.28a1.32 1.32 0 0 1 1.467-.03c.156.124.25.28.312.468.125.406.156.874.031 1.31zM8.52 9.205a5.3 5.3 0 0 0-.999-.281q-.702-.14-1.404-.094a1.8 1.8 0 0 0-1.124.53c-.28.313-.499.687-.561 1.093a4.8 4.8 0 0 0-.094.936q0 .608.281 1.124c.156.28.374.53.655.687a3.08 3.08 0 0 0 2.029.343c.5-.062.967-.218 1.467-.312V9.33c-.063-.032-.156-.094-.25-.125m-.999 3.214c-.436.156-.905.188-1.342 0a.83.83 0 0 1-.468-.499 2.24 2.24 0 0 1 .032-1.498.93.93 0 0 1 .749-.562c.312-.031.655 0 .936.156.031 0 .031.031.062.031zm16.073-3.277a7 7 0 0 0-1.154-.28 3.8 3.8 0 0 0-1.186 0c-.718.124-1.28.655-1.498 1.341a3.7 3.7 0 0 0-.125 1.655c.062.499.312.967.718 1.28.093.062.218.155.312.187.25.124.561.218.842.25q.516.093 1.03 0c.5-.094.999-.22 1.467-.313V9.33a5 5 0 0 0-.406-.188m-.811 3.277c-.063.032-.094.032-.156.032-.25.062-.5.093-.78.093a.98.98 0 0 1-.78-.405 1.1 1.1 0 0 1-.188-.437c-.062-.375-.062-.75.062-1.124a.93.93 0 0 1 .812-.687c.343-.062.687 0 .999.188z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/zaim.svg b/mkdocs-material/material/templates/.icons/simple/zaim.svg new file mode 100644 index 0000000..8c8cc4e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/zaim.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.748.453C6.13.453 4.852.623 4 1.047c-.51.255-1.191.765-1.446 1.784-.256 1.019.17 1.782.51 2.122a8.3 8.3 0 0 0 2.212 1.613c-1.872.425-3.404.933-4.255 1.528C.512 8.434 0 9.028 0 10.13v9.426c0 1.104.51 1.697.936 2.037 1.533 1.103 5.449 1.953 9.96 1.953 4.513 0 8.429-.765 9.961-1.953.511-.34 1.022-.933 1.022-2.037V10.13c0-.17 0-.424-.085-.594.255-.085.511-.17.682-.254.51-.255 1.19-.765 1.446-1.784.255-1.019-.17-1.781-.51-2.206-1.192-1.443-4.853-3.142-9.28-4.076C11.833.708 9.62.453 7.748.453m.457 1.505c1.573.023 3.548.257 5.67.703 4.853 1.103 8.514 2.887 8.259 4.075-.256 1.189-4.427 1.273-9.195.255-4.852-1.104-8.513-2.887-8.258-4.076.144-.669 1.501-.987 3.524-.957m-.287 5.797c1.362.425 2.895.934 4.513 1.273 2.81.68 5.447.85 7.576.765 0 1.189-4 2.208-8.939 2.208-4.937 0-8.938-1.02-8.938-2.208 0-.934 2.383-1.698 5.788-2.038m-4.343 5.519c1.958.51 4.513.849 7.408.849 2.894 0 5.447-.34 7.406-.849.936.425 1.532.849 1.532 1.273 0 1.189-4 2.208-8.938 2.208s-8.94-1.02-8.94-2.208c0-.51.596-.933 1.532-1.273m0 4.754c1.958.51 4.513.85 7.408.85 2.894 0 5.447-.34 7.406-.85.936.425 1.532.85 1.532 1.275 0 1.189-4 2.206-8.938 2.206s-8.94-1.017-8.94-2.206c0-.51.596-.935 1.532-1.275"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/zalando.svg b/mkdocs-material/material/templates/.icons/simple/zalando.svg new file mode 100644 index 0000000..b215bb5 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/zalando.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.27 24c-.88 0-1.36-.2-1.62-.36-.36-.21-1.02-.75-1.62-2.33A27 27 0 0 1 .49 12c.02-3.66.59-6.76 1.54-9.3C2.63 1.1 3.29.56 3.65.35 3.91.21 4.39 0 5.27 0c.33 0 .72.03 1.18.1a26.1 26.1 0 0 1 8.7 3.3h.01a26.4 26.4 0 0 1 7.16 6.01c1.06 1.32 1.19 2.17 1.19 2.59s-.13 1.27-1.19 2.59a26.4 26.4 0 0 1-7.16 6h-.01a26 26 0 0 1-8.7 3.3c-.46.08-.85.11-1.18.11"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/zalo.svg b/mkdocs-material/material/templates/.icons/simple/zalo.svg new file mode 100644 index 0000000..5e1b1f1 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/zalo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.49 10.272v-.45h1.347v6.322h-.77a.576.576 0 0 1-.577-.573v.001a3.27 3.27 0 0 1-1.938.632 3.284 3.284 0 0 1-3.284-3.282 3.284 3.284 0 0 1 3.284-3.282 3.27 3.27 0 0 1 1.937.632zM6.919 7.79v.205c0 .382-.051.694-.3 1.06l-.03.034a8 8 0 0 0-.242.285L2.024 14.8h4.895v.768a.576.576 0 0 1-.577.576H0v-.362c0-.443.11-.641.25-.847L4.858 9.23H.192V7.79zm8.551 8.354a.48.48 0 0 1-.48-.48V7.79h1.441v8.354zM20.693 9.6a3.306 3.306 0 1 1 .002 6.612 3.306 3.306 0 0 1-.002-6.612m-10.14 5.253a1.932 1.932 0 1 0 0-3.863 1.932 1.932 0 0 0 0 3.863m10.14-.003a1.945 1.945 0 1 0 0-3.89 1.945 1.945 0 0 0 0 3.89"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/zap.svg b/mkdocs-material/material/templates/.icons/simple/zap.svg new file mode 100644 index 0000000..bda3fe9 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/zap.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.145 14.103a.17.17 0 0 1 .086-.269l1.716-.42c.126-.037.136-.173.123-.229a.2.2 0 0 0-.021-.04L13.07 8.163c-.073-.102-.03-.228.074-.266l1.345-.433a.167.167 0 0 0 .08-.256L9.557.08a.155.155 0 0 0-.189-.068L.1 4.03a.17.17 0 0 0-.03.29l5.167 3.673a.16.16 0 0 1 .068.151.17.17 0 0 1-.056.115l-.04.024-1.215.532a.17.17 0 0 0-.09.096v.04a.18.18 0 0 0 .069.154l5.325 3.842c.11.085.074.243-.04.294l-1.58.618a.168.168 0 0 0-.021.3L20.77 21.73c.15.063.29-.11.198-.244zm.148-7.402a1.07 1.07 0 0 1 .136.927 1.05 1.05 0 0 1-.667.661l-.362.118 3.32 4.19a1.048 1.048 0 0 1-.566 1.673l-.618.155 4.481 5.677a11.677 11.677 0 0 0-8.7-19.471c-.414 0-.822.021-1.236.061zm-8.082 8.227a1.05 1.05 0 0 1 .139-1.882l.377-.145L3.46 9.81a1.05 1.05 0 0 1 .191-1.811l.062-.028-1.69-1.187A11.68 11.68 0 0 0 19.12 21.805Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/zapier.svg b/mkdocs-material/material/templates/.icons/simple/zapier.svg new file mode 100644 index 0000000..3220270 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/zapier.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.157 0A4.15 4.15 0 0 0 0 4.161v15.678A4.15 4.15 0 0 0 4.157 24h15.682A4.15 4.15 0 0 0 24 19.839V4.161A4.15 4.15 0 0 0 19.839 0zm10.61 8.761h.03a.6.6 0 0 1 .23.038.6.6 0 0 1 .201.124.63.63 0 0 1 .162.431.6.6 0 0 1-.162.435.6.6 0 0 1-.201.128.6.6 0 0 1-.23.042.5.5 0 0 1-.235-.042.59.59 0 0 1-.332-.328.6.6 0 0 1-.038-.235.61.61 0 0 1 .17-.431.6.6 0 0 1 .405-.162m2.853 1.572q.044.005.095.004c.325-.011.646.064.937.219.238.144.431.355.552.609.128.279.189.582.185.888v.193a2 2 0 0 1 0 .219h-2.498c.003.227.075.45.204.642a.78.78 0 0 0 .646.265.7.7 0 0 0 .484-.136.64.64 0 0 0 .23-.318l.915.257a1.4 1.4 0 0 1-.28.537c-.14.159-.321.284-.521.355a2.2 2.2 0 0 1-.836.136 1.9 1.9 0 0 1-1.001-.245 1.6 1.6 0 0 1-.665-.703 2.2 2.2 0 0 1-.227-1.036 1.95 1.95 0 0 1 .48-1.398 1.9 1.9 0 0 1 1.3-.488m-9.607.023c.162.004.325.026.48.079.207.065.4.174.563.314.26.302.393.692.366 1.088v2.276H8.53l-.109-.711h-.065q-.096.245-.272.439a1.1 1.1 0 0 1-.374.264 1 1 0 0 1-.453.083 1.33 1.33 0 0 1-.866-.264.97.97 0 0 1-.329-.801 1 1 0 0 1 .076-.431 1 1 0 0 1 .242-.363 1.48 1.48 0 0 1 1.043-.303h.952v-.181a.7.7 0 0 0-.136-.454.55.55 0 0 0-.438-.154.7.7 0 0 0-.378.086.48.48 0 0 0-.193.254l-.99-.144a1.26 1.26 0 0 1 .257-.563c.14-.174.321-.302.533-.378.261-.091.54-.136.82-.129q.078-.006.163-.007m4.384.007c.174 0 .347.038.506.114.182.083.34.211.458.374.257.423.377.911.351 1.406a2.53 2.53 0 0 1-.355 1.448 1.15 1.15 0 0 1-1.009.517c-.204 0-.401-.045-.582-.136a1.05 1.05 0 0 1-.48-.457 1.3 1.3 0 0 1-.114-.234h-.045l.004 1.784h-1.059v-4.713h.904l.117.805h.057c.068-.208.177-.401.328-.56a1.13 1.13 0 0 1 .843-.344h.076zm7.559.084h.903l.113.805h.053a1.4 1.4 0 0 1 .235-.484.8.8 0 0 1 .313-.242.8.8 0 0 1 .39-.076h.234v1.051h-.401a.66.66 0 0 0-.313.008.6.6 0 0 0-.272.155.66.66 0 0 0-.174.26.7.7 0 0 0-.027.314v1.875h-1.054zm-17.515.003h3.262v.896L3.73 13.104l.034.113h1.973l.042.9H2.4v-.9l1.931-1.754-.045-.117H2.441zm11.815 0h1.055v3.659h-1.055zm3.443.684.019.016a.7.7 0 0 0-.351.045.76.76 0 0 0-.287.204c-.11.155-.174.336-.189.522h1.545c-.034-.526-.257-.787-.74-.787zm-5.718.163c-.026 0-.057 0-.083.004a.8.8 0 0 0-.31.053.75.75 0 0 0-.257.189 1.02 1.02 0 0 0-.204.695v.064c-.015.257.057.507.204.711a.63.63 0 0 0 .253.196.64.64 0 0 0 .314.061.64.64 0 0 0 .578-.265c.14-.223.204-.48.189-.74a1.2 1.2 0 0 0-.181-.711.68.68 0 0 0-.503-.257m-4.509 1.266a.46.46 0 0 0-.268.102.37.37 0 0 0-.114.276q0 .08.027.155a.4.4 0 0 0 .087.132.58.58 0 0 0 .397.11v.004a.86.86 0 0 0 .563-.182.57.57 0 0 0 .211-.457v-.14z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/zara.svg b/mkdocs-material/material/templates/.icons/simple/zara.svg new file mode 100644 index 0000000..e3a8d5f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/zara.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m8.562 7 .002.006 2.794 7.621v-7.23h-1.15v-.07h3.96c1.903 0 3.231.976 3.231 2.375 0 1.02-.91 1.868-2.263 2.109l-.249.031.25.026c.821.094 1.473.346 1.935.75l.003.003L19.141 7h.07l.002.006 3.556 9.698H24v.07h-3.918v-.07h1.154l-1.17-3.189h-2.373v.002l.013.037c.094.281.142.576.139.873v1.196c0 .615.271 1.238.79 1.238.304 0 .547-.107.837-.372l.041.038c-.314.332-.695.473-1.266.473-.43 0-.8-.104-1.096-.308l-.056-.04c-.39-.296-.644-.778-.753-1.435l-.018-.106-.018-.16-.002-.028-.654 1.78h.928v.07h-1.942v-.07h.938l.718-1.954v-.005a6 6 0 0 1-.013-.346v-.854c0-1.049-.78-1.65-2.14-1.65h-1.337v4.81h1.158v.07H9.433v-.07h1.154l-1.17-3.189H6.172l-1.158 3.154.048-.008c1.521-.262 2.22-1.423 2.23-2.645h.07v2.758H0l5.465-9.377H3.268c-1.822 0-2.646 1.407-2.659 2.81H.54v-2.88h6.634l-.04.07-5.425 9.307h2.854q.106 0 .212-.009l.072-.006.09-.01L8.491 7zm9.883 2.095-1.313 3.576.007.007.067.066c.193.197.347.43.452.684l.007.017h2.375zm-10.648 0-1.599 4.35h3.194zm6.026-1.698h-1.02v4.427h1.336c1.353 0 1.767-.493 1.767-2.107 0-1.517-.72-2.32-2.083-2.32"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/zazzle.svg b/mkdocs-material/material/templates/.icons/simple/zazzle.svg new file mode 100644 index 0000000..acac550 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/zazzle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 12C0 5.382 5.382 0 12 0s12 5.382 12 12-5.382 12-12 12S0 18.618 0 12m5.936 6.179c.134.177.422.155.665-.045.532-.42 1.042-.753 2.016-.753 1.839 0 3.301 1.152 5.495 1.152 1.684.021 2.747-.62 3.346-1.485.465-.664.686-1.573.686-2.282 0-.997-.576-1.662-1.573-1.662-.953 0-1.373.487-1.419 1.196-.021.288-.021.843-.199 1.108-.177.288-.51.377-.908.377-1.042 0-2.283-.841-3.655-.841h-.2l8.928-7.223c.155-.112.222-.377.045-.51l-1.374-1.618c-.244-.222-.421-.199-.665 0-.466.377-.908.754-1.861.754-1.552 0-3.213-.975-5.383-.975-1.55 0-2.416.576-3.014 1.197-.576.62-.974 1.617-.974 2.57 0 .975.576 1.595 1.529 1.595.864 0 1.374-.487 1.374-1.174 0-.398.021-.753.199-1.018.155-.266.554-.51 1.108-.51.864 0 2.503.597 3.523.597h.066l-9.04 7.179c-.177.133-.177.442-.066.597Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/zcash.svg b/mkdocs-material/material/templates/.icons/simple/zcash.svg new file mode 100644 index 0000000..5e1fa5f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/zcash.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0A12 12 0 0 0 0 12a12.013 12.013 0 0 0 12 12 12 12 0 1 0 0-24m-1.008 4.418h2.014v2.014l3.275-.002v1.826l-5.08 6.889h5.08v2.423h-3.275v2.006h-2.012v-2.006H7.72v-1.826l5.074-6.888H7.719V6.432h3.273z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/zcool.svg b/mkdocs-material/material/templates/.icons/simple/zcool.svg new file mode 100644 index 0000000..7e3d453 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/zcool.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.467.438q-.144-.016-.2.12-.87 2.096-3.067 3.157-1.03.5-1.916.67-1.574.304-2.762.631C3.442 6.135.197 9.2.01 13.59q-.138 3.23 1.657 5.85c2.826 4.127 8.452 5.384 12.722 2.732q3.421-2.126 4.359-6.186a.146.148 84 0 1 .084-.103c.282-.128.582-.226.857-.368q3.122-1.608 4.301-4.96a.181.183 13.8 0 0-.144-.24.25.25 0 0 0-.127.011q-1.406.49-2.909.666a.03.03 0 0 1-.028-.047q2.968-4.024 2.799-9.112-.004-.15-.148-.188a.175.17 28.9 0 0-.174.048q-3.21 3.437-7.715 4.185-.116.018-.063-.086c.805-1.595.766-3.625.145-5.23a.2.2 0 0 0-.158-.123zm-2.151 13.195q.146-.02.053.209a6.6 6.6 0 0 1-1.258 2.003q-1.319 1.445-3.265 1.139a2.95 2.95 0 0 1-1.856-1.111.09.09 0 0 1 .001-.109.15.15 0 0 1 .109-.058c2.184-.205 4.073-1.122 6.092-2.033a.5.5 0 0 1 .124-.04m-12.231.618q.06.006.182.11c.739.624 1.679 1.212 2.644 1.296a.12.12 0 0 1 .095.171c-.556 1.113-1.661.87-2.283.025a4.2 4.2 0 0 1-.665-1.358q-.073-.255.027-.244"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/zdf.svg b/mkdocs-material/material/templates/.icons/simple/zdf.svg new file mode 100644 index 0000000..4fc25f8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/zdf.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.014 4.987A7.02 7.02 0 0 0 0 12.005a7.017 7.017 0 0 0 13.271 3.174h2.915c.696 0 1.324-.044 1.962-.553.461-.365.749-.884.883-1.56v2.103h1.336v-2.473h3.153v-1.1h-3.16l.02-.445c.005-.724.226-1.162 1.277-1.162H24V8.876h-2.818c-1.517 0-2.141.85-2.141 2.18v.129c-.254-1.565-1.185-2.31-2.889-2.31h-2.855a7.02 7.02 0 0 0-6.283-3.888M8.02 8.876h3.436c1.742 0 1.992 1.219 1.992 1.9 0 .725-.298 1.873-1.992 1.873h-.844c-1.056 0-1.281.38-1.281 1.104v.336h3.945v1.074H7.982v-1.558c0-1.335.625-2.123 2.137-2.123h.873c.691 0 1.1-.14 1.1-.725 0-.605-.409-.772-1.12-.772h-2.95v-1.11zm6.63 1.113h1.472c1.157 0 1.574.496 1.574 2.04 0 1.542-.412 2.036-1.574 2.036H14.65z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/zebpay.svg b/mkdocs-material/material/templates/.icons/simple/zebpay.svg new file mode 100644 index 0000000..d9ccb38 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/zebpay.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.736 10.245S17.304 21.238 16.902 20.83l.905-1.091L6.828 9.31c-.331.279-.698.592-1.092.935m-4.88 4.38s-.828.823-.855 1.97c-.018.52.134 1.108.604 1.713q-.001 0 .026.035a2.3 2.3 0 0 0 .733.51q.057.026.126.05.167.062.373.108a4.3 4.3 0 0 0 1.217.064l.222-.023q.114-.015.232-.034.12-.019.245-.042c.007 0 .011 0 .02-.004q.011.001.022-.004c.768-.151 1.706-.467 2.836-1.022l-4.702-4.478a48 48 0 0 0-1.1 1.156Zm8.276-7.472s-.305.236-.801.636l-.294.236 10.907 10.378.92-1.093L9.161 7.12q-.015.016-.03.033Zm-5.91 5.07 5.126 4.882a5.4 5.4 0 0 1 1.738-.32l-5.816-5.54q-.515.471-1.047.978Zm5.529-8.885s-.414.14-.61.46L20.96 16.011l.921-1.09L9.544 3.158c-.276.04-.544.096-.793.18m5.959.443s-1.081-.353-2.434-.556l10.818 10.253.906-1.07-.722-.682-8.18-7.79q-.191-.076-.388-.155"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/zebratechnologies.svg b/mkdocs-material/material/templates/.icons/simple/zebratechnologies.svg new file mode 100644 index 0000000..9737f10 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/zebratechnologies.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.145 13.109H4.6v-1.545l.545.546zm-2.183-.095.546.546v.771L2.417 13.24v-3.092L1.003 8.739a2.7 2.7 0 0 1 .465-.306l1.494 1.489V8.126a.899.899 0 0 1 .084 1.793h.7l.002.003.543.543H2.962zm.546-2.545-.003 2.636h.546l.002-2.088zm1.873 1.095-.546-.546h-.781l.545.546zm-3.51 1.162v-2.348L.616 9.125a2.7 2.7 0 0 0-.308.464l1.016 1.016v.771L.093 10.144q-.088.327-.093.68zM.01 11.604v.772l3.498 3.499v-.772L.01 11.605zm6.227.815h-.546v.69h-.546a.899.899 0 1 0 1.798 0zm2.977.701 1.658-3.186h-2.55l-.41.78h1.469l-1.659 3.185h2.551l.41-.779h-1.47zm2.95-2.407h1.307v-.779h-2.27V13.9h2.27v-.778h-1.308v-.82h1.308v-.78h-1.308v-.808zm1.78-.779V13.9h1.622c.404 0 .642-.053.838-.184.256-.173.404-.5.404-.868q0-.438-.267-.69c-.125-.119-.232-.172-.476-.226.214-.059.303-.112.416-.231a.94.94 0 0 0 .268-.69c0-.38-.167-.72-.44-.886-.214-.136-.505-.19-1.01-.19h-1.356zm.962.72h.226c.452 0 .636.136.636.457 0 .327-.184.464-.624.464h-.238zm0 1.622h.22c.291 0 .387.012.493.072q.214.117.214.404c0 .32-.172.458-.576.458h-.35v-.934zm3.239.09.868 1.533h1.153l-.874-1.456c.511-.202.767-.6.767-1.207 0-.434-.155-.79-.428-1.005-.262-.202-.642-.297-1.165-.297h-1.284V13.9h.963v-1.533zm0-.541v-1.1h.368c.34 0 .571.226.571.553 0 .344-.238.547-.63.547zm4.566 1.294h-1.285l-.245.78h-1.015l1.308-3.964h1.224L24 13.899h-1.045zm-.244-.78-.398-1.269-.398 1.27z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/zedindustries.svg b/mkdocs-material/material/templates/.icons/simple/zedindustries.svg new file mode 100644 index 0000000..2321d73 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/zedindustries.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.25 1.5a.75.75 0 0 0-.75.75v16.5H0V2.25A2.25 2.25 0 0 1 2.25 0h20.095c1.002 0 1.504 1.212.795 1.92L10.764 14.298h3.486V12.75h1.5v1.922a1.125 1.125 0 0 1-1.125 1.125H9.264l-2.578 2.578h11.689V9h1.5v9.375a1.5 1.5 0 0 1-1.5 1.5H5.185L2.562 22.5H21.75a.75.75 0 0 0 .75-.75V5.25H24v16.5A2.25 2.25 0 0 1 21.75 24H1.655C.653 24 .151 22.788.86 22.08L13.19 9.75H9.75v1.5h-1.5V9.375A1.125 1.125 0 0 1 9.375 8.25h5.314l2.625-2.625H5.625V15h-1.5V5.625a1.5 1.5 0 0 1 1.5-1.5h13.19L21.438 1.5z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/zelle.svg b/mkdocs-material/material/templates/.icons/simple/zelle.svg new file mode 100644 index 0000000..fddae0a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/zelle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.559 24h-2.841a.483.483 0 0 1-.483-.483v-2.765H5.638a.667.667 0 0 1-.666-.666v-2.234a.67.67 0 0 1 .142-.412l8.139-10.382h-7.25a.667.667 0 0 1-.667-.667V3.914c0-.367.299-.666.666-.666h4.23V.483c0-.266.217-.483.483-.483h2.841c.266 0 .483.217.483.483v2.765h4.323c.367 0 .666.299.666.666v2.137a.67.67 0 0 1-.141.41l-8.19 10.481h7.665c.367 0 .666.299.666.666v2.477a.667.667 0 0 1-.666.667h-4.32v2.765a.483.483 0 0 1-.483.483"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/zend.svg b/mkdocs-material/material/templates/.icons/simple/zend.svg new file mode 100644 index 0000000..8e144c6 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/zend.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 .467 9.01 20.217h11.53a3.46 3.46 0 0 0 3.46-3.46zM3.459 3.783C1.585 3.783 0 5.153 0 7.1v16.433l15.063-19.75z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/zendesk.svg b/mkdocs-material/material/templates/.icons/simple/zendesk.svg new file mode 100644 index 0000000..90598ce --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/zendesk.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.914 2.904V16.29L24 2.905zM0 2.906C0 5.966 2.483 8.45 5.543 8.45s5.542-2.484 5.543-5.544zm11.086 4.807L0 21.096h11.086zm7.37 7.84a5.54 5.54 0 0 0-5.542 5.543H24c0-3.06-2.48-5.543-5.543-5.543z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/zenn.svg b/mkdocs-material/material/templates/.icons/simple/zenn.svg new file mode 100644 index 0000000..8274c5e --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/zenn.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.264 23.771h4.984a.8.8 0 0 0 .645-.352L19.614.874c.176-.293-.029-.645-.381-.645h-4.72a.63.63 0 0 0-.557.323L.03 23.361c-.088.176.029.41.234.41m17.181-.352 6.479-10.408a.477.477 0 0 0-.41-.733h-4.691a.52.52 0 0 0-.44.235l-6.655 10.643c-.176.264.029.616.352.616h4.779a.65.65 0 0 0 .586-.353"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/zenodo.svg b/mkdocs-material/material/templates/.icons/simple/zenodo.svg new file mode 100644 index 0000000..d380976 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/zenodo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.827 11.163a2.2 2.2 0 0 0-.467-.687 2.15 2.15 0 0 0-1.524-.627 2.1 2.1 0 0 0-1.207.365 2.3 2.3 0 0 0-.495.454c-.06.075-.125.175-.163.236a2.7 2.7 0 0 0-.205.464c.006-.27.046-.672.205-.898V8.522a.43.43 0 0 0-.137-.322.44.44 0 0 0-.317-.132.44.44 0 0 0-.323.132.44.44 0 0 0-.13.322v1.733a2.4 2.4 0 0 0-.592-.299 2.12 2.12 0 0 0-1.5.06 2.16 2.16 0 0 0-1.153 1.147l-.024.06a2.2 2.2 0 0 0-.49-.747 2.15 2.15 0 0 0-1.524-.627 2.1 2.1 0 0 0-.843.167 2.2 2.2 0 0 0-.687.46 2.1 2.1 0 0 0-.465.687l-.023.056-.023-.056a2.155 2.155 0 0 0-1.99-1.314q-.452 0-.842.167a2.2 2.2 0 0 0-.686.46q-.3.293-.467.687l-.02.053-.022-.053a2.2 2.2 0 0 0-.467-.687 2.15 2.15 0 0 0-1.523-.627 2.1 2.1 0 0 0-.842.167 2.2 2.2 0 0 0-.642.418v-.072a.463.463 0 0 0-.462-.463H.534a.463.463 0 0 0 0 .926h2.549L.09 14.85a.46.46 0 0 0-.091.275v.302c0 .256.207.463.463.463h3.45a.46.46 0 0 0 .462-.43 2.17 2.17 0 0 0 1.347.472q.669 0 1.195-.36.425-.287.67-.72v.626q0 .191.13.322a.44.44 0 0 0 .324.132q.179 0 .316-.132a.43.43 0 0 0 .138-.322v-1.62h-.002l.002-.003H7.36a.44.44 0 0 0-.418.287l-.074.152a1.23 1.23 0 0 1-.46.532 1.23 1.23 0 0 1-.687.197q-.252 0-.485-.095a1.2 1.2 0 0 1-.4-.27 1.4 1.4 0 0 1-.27-.4 1.2 1.2 0 0 1-.1-.477v-.406h4.028V12a1.24 1.24 0 0 1 .365-.878 1.24 1.24 0 0 1 .89-.365q.251 0 .484.095.233.097.4.27t.269.4.102.478v3.477q0 .192.13.323a.44.44 0 0 0 .324.132q.179 0 .316-.132a.43.43 0 0 0 .137-.323v-.623a2.14 2.14 0 0 0 1.867 1.078q.442 0 .837-.168.393-.166.693-.46a2.1 2.1 0 0 0 .484-.733l.018.047q.167.392.466.687.3.292.687.46.388.166.843.167a2.15 2.15 0 0 0 1.523-.627q.293-.294.467-.687l.024-.06.024.06q.172.392.466.687a2.14 2.14 0 0 0 1.524.627q.442 0 .837-.168a2.2 2.2 0 0 0 .693-.46A2.12 2.12 0 0 0 24 13.782V12a2.1 2.1 0 0 0-.173-.837M1.16 14.965l2.42-3.259q-.019.144-.02.294v1.78q0 .443.174.838.081.185.19.347zm5.818-2.5h-2.51V12a1.24 1.24 0 0 1 .765-1.147q.228-.096.49-.096.253 0 .484.095.235.097.4.27.167.173.27.4.101.227.1.478zm8.057 1.316a1.25 1.25 0 0 1-1.254 1.243q-.252 0-.485-.096a1.2 1.2 0 0 1-.4-.27 1.4 1.4 0 0 1-.269-.4 1.2 1.2 0 0 1-.1-.477V12a1.24 1.24 0 0 1 1.255-1.243q.25 0 .482.095.235.097.4.27.167.173.27.4.1.228.101.478zm4.028 0q0 .25-.1.478a1.4 1.4 0 0 1-.27.4 1.2 1.2 0 0 1-.4.27 1.3 1.3 0 0 1-.484.094 1.23 1.23 0 0 1-.89-.364 1.24 1.24 0 0 1-.366-.878V12q0-.25.102-.478a1.4 1.4 0 0 1 .27-.4 1.2 1.2 0 0 1 .4-.27 1.3 1.3 0 0 1 .484-.095 1.25 1.25 0 0 1 .89.365 1.25 1.25 0 0 1 .364.878zm4.028 0a1.22 1.22 0 0 1-.364.878q-.175.173-.4.27a1.3 1.3 0 0 1-.49.094 1.3 1.3 0 0 1-.485-.095 1.2 1.2 0 0 1-.4-.27 1.4 1.4 0 0 1-.27-.4 1.2 1.2 0 0 1-.1-.477V12a1.24 1.24 0 0 1 1.255-1.243q.25 0 .483.095.234.097.4.27.167.173.27.4.1.228.1.478v1.78z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/zensar.svg b/mkdocs-material/material/templates/.icons/simple/zensar.svg new file mode 100644 index 0000000..a993d16 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/zensar.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.929 13.776c.28.084 1.01.205 1.662.205 1.047 0 1.64-.463 1.64-1.283 0-.683-.464-1.01-1.412-1.29-.73-.213-1.04-.319-1.04-.653 0-.38.334-.562.744-.554.561.008 1.062.425 1.336 1.131h.129v-1.131a8 8 0 0 0-1.412-.167c-1.07 0-1.678.47-1.678 1.23 0 .615.41.979 1.313 1.237.896.258 1.177.364 1.177.744 0 .341-.364.57-.82.57-.721 0-1.275-.54-1.518-1.284h-.121zm-1.911-3.72c-.4 0-.847.207-1.253.651v-.597H8.023v.144c.418 0 .6.213.6.524v3.127H9.78v-2.974c.243-.253.495-.343.66-.343.32 0 .564.205.564.623v2.694h1.166v-2.694c0-.699-.378-1.154-1.152-1.154zm-5.606 1.921v.228c0 .88.402 1.412 1.161 1.412.501 0 .88-.243 1.154-.615l.137.083c-.334.585-.934.896-1.678.896-1.427 0-2.11-.804-2.11-2.027 0-1.199.835-1.935 2.004-1.935 1.177 0 1.807.698 1.807 1.73v.228zm.463-1.768a1 1 0 0 0-.463.107v1.464h1.192v-.767c0-.508-.243-.804-.729-.804m14.5 1.077v2.62H19.13v-.433a1.72 1.72 0 0 1-1.214.508c-.73 0-1.185-.417-1.185-.964s.365-.804.767-.934l1.617-.53v-.57c0-.494-.25-.774-.706-.774-.15 0-.271.018-.387.05v1.08a1.5 1.5 0 0 1-.516.084c-.38 0-.623-.22-.623-.524 0-.561.79-.865 1.754-.865 1.01 0 1.738.342 1.738 1.252m-1.822 2.194a.77.77 0 0 0 .562-.213v-1.51l-1.1.367v.711c0 .425.181.645.538.645M3.681 10.21v-.099H.121v1.48h.13c.106-.645.645-1.328 1.54-1.328v1.746L0 13.807v.098h3.651V12.35h-.129c-.114.653-.698 1.404-1.624 1.404v-1.745l1.783-1.8zM24 10.042v1.1h-.66c-.384 0-.682.058-.866.403v2.36h-1.157v-3.127c0-.311-.182-.524-.6-.524v-.144h1.742v1.146c.37-.83.795-1.214 1.366-1.214z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/zerodha.svg b/mkdocs-material/material/templates/.icons/simple/zerodha.svg new file mode 100644 index 0000000..3cd567b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/zerodha.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.378 5.835A27.3 27.3 0 0 1 24 12.169V0H13.666c2.486 1.343 4.763 3.308 6.712 5.835M5.48 1.297c-1.914 0-3.755.409-5.48 1.166V24h22.944C22.766 11.44 15 1.297 5.48 1.297"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/zerotier.svg b/mkdocs-material/material/templates/.icons/simple/zerotier.svg new file mode 100644 index 0000000..af851de --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/zerotier.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.01 0A4 4 0 0 0 .014 4v16c0 2.209 1.79 4 3.996 4h15.98a4 4 0 0 0 3.996-4V4c0-2.209-1.79-4-3.996-4zm-.672 2.834h17.326a.568.568 0 1 1 0 1.137h-8.129a.6.6 0 0 1 .033.19v1.804A6.06 6.06 0 0 1 18.057 12c0 3.157-2.41 5.75-5.489 6.037v2.56a.568.568 0 1 1-1.136 0v-2.56A6.06 6.06 0 0 1 5.943 12a6.06 6.06 0 0 1 5.489-6.035V4.16q0-.1.033-.19H3.338a.568.568 0 1 1 0-1.136m8.094 4.307A4.89 4.89 0 0 0 7.113 12a4.89 4.89 0 0 0 4.319 4.86zm1.136 0v9.718A4.89 4.89 0 0 0 16.888 12a4.89 4.89 0 0 0-4.32-4.86z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/zerply.svg b/mkdocs-material/material/templates/.icons/simple/zerply.svg new file mode 100644 index 0000000..c30ce2f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/zerply.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.779 18.746c-.747.714-1.562 1.017-2.543 1.017-1.32 0-3.322-.61-4.846-1.66-1.629-1.119-3.765-2.237-5.562-2.271 1.323-1.798 3.39-3.628 5.322-5.798.713-.78 4.983-5.7 5.73-6.586.54-.645.813-1.424.813-2.205q0-.45-.101-.855c-2.035.405-3.561.601-6.001.601-2.677.015-4.607-.314-5.73-.989-.78 1.018-1.56 2.373-1.56 3.12 0 .948.918 1.728 3.189 1.728.746 0 1.965-.034 3.66-.169-3.492 4.5-6.949 8.16-9.016 10.47a4.32 4.32 0 0 0-1.121 2.881c0 .405.075.81.18 1.185a12 12 0 0 1 1.965-.179c1.395 0 2.79.299 4.081.839C11.805 21.014 14.205 24 16.921 24c2.204 0 4.065-1.741 4.065-4.036 0-.404-.061-.825-.195-1.229z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/zettlr.svg b/mkdocs-material/material/templates/.icons/simple/zettlr.svg new file mode 100644 index 0000000..2e887d8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/zettlr.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.46.188C.335.57.023 2.534.022 4.295L.02 17.325c0 1.545-.224 3.96.723 5.28 1.201 1.673 3.567 1.355 5.365 1.351l8.31.03c1.61-.003 5.626.104 7.2-.23 2.115-.448 2.326-2.31 2.328-4.082l.01-13.634c.001-1.532.311-3.425-.68-4.71C22.021-.296 19.557.025 17.744.026L13.24.043c-1.614 0-9.195-.14-10.782.145m14.249 3.665c0 .528.185 1.466-.037 1.947-.11.239-.49.384-.703.518a16 16 0 0 0-1.418 1.044c-1.477 1.185-3.034 2.818-3.428 4.74-.182.895-.164 1.988.59 2.626 1.21 1.023 3.035-.024 4.317.987 1.337 1.053 1.14 3.071.37 4.39-.184.316-.417.797-.75.982-.23.13-.598.064-.853.064h-1.85c.057-.37.35-.58.575-.862.374-.47.673-.984.668-1.6-.01-1.157-1.127-1.17-1.983-1.17-1.518 0-3.296-.216-4.073-1.724-1.337-2.595.33-5.731 2.105-7.633.695-.746 1.684-1.333 2.276-2.154h-4.07V3.853z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/zhihu.svg b/mkdocs-material/material/templates/.icons/simple/zhihu.svg new file mode 100644 index 0000000..fd2d77f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/zhihu.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.721 0C2.251 0 0 2.25 0 5.719V18.28C0 21.751 2.252 24 5.721 24h12.56C21.751 24 24 21.75 24 18.281V5.72C24 2.249 21.75 0 18.281 0zm1.964 4.078q-.408 1.096-.68 2.11h4.587c.545-.006.445 1.168.445 1.171H9.384a58 58 0 0 1-.112 3.797h2.712c.388.023.393 1.251.393 1.266H9.183a9.2 9.2 0 0 1-.408 2.102l.757-.604c.452.456 1.512 1.712 1.906 2.177.473.681.063 2.081.063 2.081l-2.794-3.382c-.653 2.518-1.845 3.607-1.845 3.607-.523.468-1.58.82-2.64.516 2.218-1.73 3.44-3.917 3.667-6.497H4.491c0-.015.197-1.243.806-1.266h2.71c.024-.32.086-3.254.086-3.797H6.598c-.136.406-.158.447-.268.753-.594 1.095-1.603 1.122-1.907 1.155.906-1.821 1.416-3.6 1.591-4.064.425-1.124 1.671-1.125 1.671-1.125M13.078 6h6.377v11.33h-2.573l-2.184 1.373-.401-1.373h-1.219zm1.313 1.219v8.86h.623l.263.937 1.455-.938h1.456v-8.86z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/zig.svg b/mkdocs-material/material/templates/.icons/simple/zig.svg new file mode 100644 index 0000000..e2b2f66 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/zig.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23.53 1.02-7.686 3.45h-7.06l-2.98 3.452h7.173L.47 22.98l7.681-3.607h7.065v-.002l2.978-3.45-7.148-.001 12.482-14.9zM0 4.47v14.901h1.883l2.98-3.45H3.451v-8h.942l2.824-3.45zm22.117 0-2.98 3.608h1.412v7.844h-.942l-2.98 3.45H24V4.47z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/zigbee.svg b/mkdocs-material/material/templates/.icons/simple/zigbee.svg new file mode 100644 index 0000000..6762e17 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/zigbee.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.988 0a11.85 11.85 0 0 0-8.617 3.696c7.02-.875 11.401-.583 13.289-.34 3.752.583 3.558 3.404 3.558 3.404L8.237 19.112c2.299.22 6.897.366 13.796-.631a11.86 11.86 0 0 0 1.912-6.469C23.945 5.374 18.595 0 11.988 0m.232 4.31c-2.451-.014-5.772.146-9.963.723C.854 7.003.055 9.41.055 12.012.055 18.626 5.38 24 11.988 24c3.63 0 6.85-1.63 9.053-4.182-7.286.948-11.813.631-13.75.388-3.775-.56-3.557-3.404-3.557-3.404L15.691 4.474a39 39 0 0 0-3.471-.163Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/zigbee2mqtt.svg b/mkdocs-material/material/templates/.icons/simple/zigbee2mqtt.svg new file mode 100644 index 0000000..c76275f --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/zigbee2mqtt.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.044 0 .038 7.03v9.94L7.044 24h9.91l7.008-7.03V7.03L16.954 0Zm4.525 1.904c.02.001.04.011.047.03l.467.96a.8.8 0 0 1 .242 0l.467-.958a.05.05 0 0 1 .047-.032l.838-.031c.028 0 .053.02.054.049a.05.05 0 0 1-.05.053l-.805.03-.28.968c.356.164.604.543.604.986 0 .155-.03.304-.086.437q.03.022.053.045s.098.144.184.338c1.641.462 5.698 1.05 5.238 2.32-.517 1.428-3.34.991-3.813.604-.64-.525-1.184-1.019-1.529-1.414a3 3 0 0 1-.064.148 5.3 5.3 0 0 1-1.97.034 2 2 0 0 1-.089-.184c-.343.4-.898.905-1.555 1.443-.472.387-3.295.824-3.812-.603-.467-1.288 3.709-1.873 5.305-2.338.084-.204.181-.35.181-.35a.3.3 0 0 1 .05-.044 1.1 1.1 0 0 1-.085-.436c0-.443.249-.822.604-.986l-.278-.967-.806-.031a.05.05 0 0 1-.051-.053.05.05 0 0 1 .054-.049zm1.63 4.92c.082.173.168.385.243.623-.743.207-1.766.164-2.472-.037.068-.21.144-.398.218-.556a5.7 5.7 0 0 0 2.01-.03zm-2.321.908c.768.219 1.84.265 2.668.038.047.203.082.418.098.636-.82.3-2.113.237-2.872-.04.018-.218.057-.432.106-.634m-.106 1.057c.812.26 2.023.314 2.887.043a2.5 2.5 0 0 1-.12.686c-.676.236-1.88.218-2.66-.053q-.098-.332-.107-.676m.264 1.139c.727.182 1.613.193 2.266.05a2.1 2.1 0 0 1-.676.67.75.75 0 0 1-.887 0c-.549-.347-.703-.751-.703-.72m2.858 2.136c.14-.002.162.077.164.16l.064 3.712c.002.089-.024.161-.158.164l-.65.011c-.121.002-.163-.058-.165-.158l-.064-3.713c-.002-.12.059-.162.158-.164zm-2.565.045c.14-.002.163.077.164.16l.067 3.711c.002.115-.052.163-.16.165l-.649.011c-.128.002-.164-.064-.166-.158l-.064-3.713c-.002-.114.05-.162.16-.164zm.633 6.057c.133.033.471.124.582.432a1 1 0 0 1 .055.34v1.35q0 .153-.037.284c-.095.342-.425.47-.768.516v.223c0 .1-.045.146-.147.146h-.625c-.126 0-.146-.068-.146-.146v-.223q-.471-.07-.637-.283a.82.82 0 0 1-.164-.518v-1.35a1 1 0 0 1 .055-.34c.11-.307.45-.398.584-.431q.247-.061.625-.062c.378-.001.459.021.623.062m-4.492 0c.068 0 .129.017.187.121l.365.662c.036.063.053.07.075.07h.035c.022 0 .039-.006.074-.07l.361-.662c.05-.089.098-.121.188-.121h.658c.078 0 .147.02.147.146v2.633c0 .101-.046.147-.147.147h-.627c-.101 0-.146-.046-.146-.147v-1.431l-.239.443a.22.22 0 0 1-.216.13h-.163a.22.22 0 0 1-.214-.13l-.24-.443v1.431c0 .101-.046.147-.147.147h-.606c-.1 0-.146-.046-.146-.147v-2.633c0-.126.068-.146.146-.146zm7.75 0c.078 0 .146.02.146.146v.49c0 .127-.068.147-.146.147h-.598v1.996c0 .078-.02.147-.146.147h-.659c-.1 0-.146-.046-.146-.147V18.95h-.598c-.102 0-.144-.038-.144-.146v-.49c0-.109.043-.147.144-.147h2.147zm2.666 0c.078 0 .146.02.146.146v.49c0 .127-.068.147-.146.147h-.598v1.996c0 .078-.02.147-.146.147h-.659c-.1 0-.146-.046-.146-.147V18.95h-.598c-.102 0-.144-.038-.144-.146v-.49c0-.109.043-.147.144-.147h2.147zm-6.828.79a.17.17 0 0 0-.06.132v1.11q0 .08.06.136c.083.075.479.075.562 0a.18.18 0 0 0 .06-.137v-1.11a.17.17 0 0 0-.06-.132c-.083-.075-.48-.075-.562 0z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/ziggo.svg b/mkdocs-material/material/templates/.icons/simple/ziggo.svg new file mode 100644 index 0000000..0a090d8 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/ziggo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.555 18.69a3 3 0 0 0-2.52-2.865h-6.3l7.26-6.945a2.145 2.145 0 0 0 .495-2.34 2.1 2.1 0 0 0-2.205-1.23h-9a2.79 2.79 0 0 0 2.19 2.895h5.175L6 15.375a2.01 2.01 0 0 0-.42 2.13 1.965 1.965 0 0 0 2.115 1.185zM2.85 18.6a2.535 2.535 0 0 0 2.55 2.535h13.2a2.536 2.536 0 0 0 2.55-2.535V7.92A2.865 2.865 0 0 1 24 5.31V18.6a5.385 5.385 0 0 1-5.4 5.4H5.4A5.385 5.385 0 0 1 0 18.6V5.4A5.385 5.385 0 0 1 5.4 0h13.2a5.6 5.6 0 0 1 2.07.405A5.2 5.2 0 0 1 22.635 1.8a1.5 1.5 0 0 1 .42 1.005 1.4 1.4 0 0 1-.42 1.02 1.5 1.5 0 0 1-2.025 0A2.7 2.7 0 0 0 19.59 3a2.4 2.4 0 0 0-.99-.195H5.4A2.505 2.505 0 0 0 2.865 5.4z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/zilch.svg b/mkdocs-material/material/templates/.icons/simple/zilch.svg new file mode 100644 index 0000000..f9c751c --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/zilch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.421 6.149c3.292-2.011 6.584-4.036 9.862-6.046a.7.7 0 0 1 .83.073c1.312 1.18 2.637 2.36 3.948 3.54a.694.694 0 0 1 .175.815 1737 1737 0 0 1-4.341 9.338.61.61 0 0 0 .408.845c1.427.335 2.855.656 4.283.991a.546.546 0 0 1 .204.976c-3.234 2.375-6.483 4.749-9.717 7.124a.99.99 0 0 1-1.136.029l-4.633-3.016a.69.69 0 0 1-.248-.888c1.326-2.812 2.666-5.623 3.992-8.421a.78.78 0 0 0-.146-.859 802 802 0 0 0-3.583-3.569c-.277-.262-.219-.729.102-.932"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/zillow.svg b/mkdocs-material/material/templates/.icons/simple/zillow.svg new file mode 100644 index 0000000..9bcfd98 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/zillow.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.006 0 1.086 8.627v3.868c3.386-2.013 11.219-5.13 14.763-6.015.11-.024.16.005.227.078.372.427 1.586 1.899 1.916 2.301a.128.128 0 0 1-.03.195 43.6 43.6 0 0 0-6.67 6.527c-.03.037-.006.043.012.03 2.642-1.134 8.828-2.94 11.622-3.452V8.627zm-.48 11.177c-2.136.708-8.195 3.307-10.452 4.576V24h21.852v-7.936c-2.99.506-11.902 3.16-15.959 5.246a.18.18 0 0 1-.23-.036l-2.044-2.429c-.055-.061-.062-.098.011-.208 1.574-2.3 4.789-5.899 6.833-7.418.042-.03.031-.06-.012-.042Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/zincsearch.svg b/mkdocs-material/material/templates/.icons/simple/zincsearch.svg new file mode 100644 index 0000000..5a1210a --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/zincsearch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18.723 19.748-1.73 1.493H.678L0 18.77l10.63-9.343.542 6.635h8.701a3.65 3.65 0 0 1-1.15 3.686M5.277 4.252l1.73-1.493h16.316L24 5.23l-10.63 9.343-.542-6.635H4.129a3.65 3.65 0 0 1 1.148-3.686"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/zingat.svg b/mkdocs-material/material/templates/.icons/simple/zingat.svg new file mode 100644 index 0000000..d086e38 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/zingat.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.995 24q-.347-.429-.687-.856a83 83 0 0 1-4.373-6.027 39 39 0 0 1-2.498-4.335c-.44-.88-.792-1.801-1.052-2.749a6.2 6.2 0 0 1-.159-2.168 8.4 8.4 0 0 1 1.85-4.557A8.7 8.7 0 0 1 9.906.249a8.6 8.6 0 0 1 2.365-.243c1.955.07 3.715.693 5.251 1.909a8.5 8.5 0 0 1 2.944 4.336c.25.831.364 1.696.337 2.562a6.7 6.7 0 0 1-.376 1.856c-.385 1.179-.919 2.29-1.517 3.374-.302.551-.624 1.088-.938 1.628l-.035.056a.99.99 0 0 1-.904.604.985.985 0 0 1-.97-.83 1.3 1.3 0 0 1-.016-.202v-4.832a.3.3 0 0 0-.135-.275c-.526-.39-1.044-.792-1.564-1.189l-2.269-1.734a.103.103 0 0 0-.143-.006l-.006.006-3.825 2.92a.981.981 0 0 1-1.23-1.53l.025-.018c.184-.144.368-.288.562-.428a.17.17 0 0 0 .076-.152V5.737a.986.986 0 0 1 .95-1.23c.534 0 .976.437.981.971q.033.13.035.263l-.001.915 1.274-.972q.316-.244.633-.486a.966.966 0 0 1 1.168-.007q2.429 1.841 4.858 3.688.215.156.394.352a.84.84 0 0 1 .184.561v1.647q.236-.524.437-1.065.186-.464.304-.95c.11-.486.093-.983.048-1.477a5 5 0 0 0-.086-.678 7 7 0 0 0-.276-.884 6.8 6.8 0 0 0-.926-1.71c-.954-1.237-2.208-2.045-3.694-2.494a4.4 4.4 0 0 0-.944-.164q-.675-.042-1.35-.031c-.873 0-1.681.259-2.469.62a6.95 6.95 0 0 0-2.649 2.166c-.393.517-.656 1.108-.901 1.713a5.2 5.2 0 0 0-.329 1.642c-.028.452-.037.904.069 1.344q.134.514.334 1.005c.538 1.392 1.244 2.701 2.008 3.98a64 64 0 0 0 4.378 6.355c.187-.159.342-.352.488-.552q.828-1.126 1.648-2.256c.174-.241.368-.449.675-.527a.976.976 0 0 1 1.196.804 1 1 0 0 1-.211.754c-.778 1.058-1.55 2.12-2.339 3.168-.441.586-.908 1.152-1.364 1.725zm.027-13.788h.81a1.03 1.03 0 0 1 1.018 1.022v1.621c0 .56-.461 1.021-1.021 1.021h-1.607a1.03 1.03 0 0 1-1.041-1.004v-1.614a1.027 1.027 0 0 1 .997-1.046zm.869 1.837v-.778c0-.074-.026-.104-.101-.104h-1.54c-.082 0-.105.032-.105.11v1.525c0 .08.027.109.107.109h1.528c.086 0 .113-.033.112-.117-.009-.242 0-.492 0-.74l-.002-.005z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/zod.svg b/mkdocs-material/material/templates/.icons/simple/zod.svg new file mode 100644 index 0000000..30e97ef --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/zod.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.088 2.477 24 7.606 12.521 20.485l-.925 1.038L0 7.559l5.108-5.082zm-17.434 5.2 6.934-4.003H5.601L1.619 7.636zm12.117-4.003L3.333 9.7l2.149 2.588 10.809-6.241-.2-.346 2.851-1.646-.365-.381zm7.52 2.834L8.257 14.034h5.101v-.4h3.667l5.346-5.998zm-7.129 10.338H9.268l2.36 2.843z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/zoho.svg b/mkdocs-material/material/templates/.icons/simple/zoho.svg new file mode 100644 index 0000000..dfb9c27 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/zoho.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.66 6.897a1.3 1.3 0 0 0-1.205.765l-.642 1.44-.062-.385A1.29 1.29 0 0 0 5.27 7.648l-4.185.678A1.29 1.29 0 0 0 .016 9.807l.678 4.18a1.29 1.29 0 0 0 1.27 1.087c.074 0 .143-.01.216-.017l4.18-.678c.436-.07.784-.351.96-.723l2.933 1.307a1.3 1.3 0 0 0 .988.026c.321-.12.575-.365.716-.678l.28-.629.038.276a1.297 1.297 0 0 0 1.455 1.103l3.712-.501a1.29 1.29 0 0 0 1.03.514h4.236c.713 0 1.29-.58 1.291-1.291V9.545c0-.712-.58-1.291-1.291-1.291h-4.236q-.118 0-.23.022a1.3 1.3 0 0 0-.275-.288 1.28 1.28 0 0 0-.958-.253l-4.197.571q-.233.033-.432.14L9.159 7.01a1.3 1.3 0 0 0-.499-.113m-.025.705c.077 0 .159.013.24.052l2.971 1.324c-.128.238-.18.508-.142.782l.357 2.596h.002l-.745 1.672a.59.59 0 0 1-.777.296l-3.107-1.385-.004-.041-.41-2.526L8.1 7.95a.59.59 0 0 1 .536-.348zm-3.159.733c.125 0 .245.039.343.112.13.09.21.227.237.382l.234 1.446-.56 1.259a1.27 1.27 0 0 0-.026.987c.12.322.364.575.678.717l.295.131a.59.59 0 0 1-.428.314l-4.185.678a.59.59 0 0 1-.674-.485l-.678-4.18a.59.59 0 0 1 .485-.674l4.185-.678c.03-.004.064-.01.094-.01zm11.705.09a.6.6 0 0 1 .415.173 1.29 1.29 0 0 0-.416.947v4.237q.001.05.005.097l-3.55.482a.586.586 0 0 1-.66-.502l-.191-1.403.899-2.017a1.29 1.29 0 0 0-.333-1.5l3.754-.51q.038-.005.077-.004m1.3.532h4.227c.326 0 .588.266.588.588v4.237a.59.59 0 0 1-.588.588h-4.237a.6.6 0 0 1-.12-.013c.47-.246.758-.765.684-1.318zm-5.988.309.254.113c.296.133.43.48.296.777l-.432.97-.207-1.465a.58.58 0 0 1 .09-.395zm5.39.538.453 3.325a.583.583 0 0 1-.453.65zM6.496 11.545l.17 1.052a.59.59 0 0 1-.293-.776zm3.985 4.344a.59.59 0 0 0-.612.603c0 .358.244.61.601.61a.58.58 0 0 0 .607-.608c0-.35-.242-.605-.596-.605m5.545 0a.59.59 0 0 0-.612.603c0 .358.245.61.602.61a.58.58 0 0 0 .606-.608c0-.35-.24-.605-.596-.605m-8.537.018a.047.047 0 0 0-.048.047v.085c0 .026.021.047.048.047h.52l-.623.9a.1.1 0 0 0-.009.027v.027c0 .026.021.047.048.047h.815a.047.047 0 0 0 .047-.047v-.085a.047.047 0 0 0-.047-.047h-.55l.606-.9a.1.1 0 0 0 .008-.026v-.028a.047.047 0 0 0-.047-.047zm5.303 0a.047.047 0 0 0-.047.047v1.086c0 .026.02.047.047.047h.135a.047.047 0 0 0 .047-.047v-.454h.545v.454c0 .026.02.047.047.047h.134a.047.047 0 0 0 .047-.047v-1.086a.047.047 0 0 0-.047-.047h-.134a.047.047 0 0 0-.047.047v.453h-.545v-.453a.047.047 0 0 0-.047-.047zm-2.324.164c.25 0 .372.194.372.425 0 .219-.109.425-.358.426-.242 0-.375-.197-.375-.419 0-.235.108-.432.36-.432zm5.545 0c.25 0 .372.194.372.425 0 .219-.108.425-.358.426-.242 0-.374-.197-.374-.419 0-.235.108-.432.36-.432"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/zoiper.svg b/mkdocs-material/material/templates/.icons/simple/zoiper.svg new file mode 100644 index 0000000..a234394 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/zoiper.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.375 13.079c-.862-.863-.862-2.926-.075-3.714s3.263-3.224 5.062-5.024 3.376-2.063 3.863-2.063H15.9c.222 0 .553.033.924.089l-1.087 2.166c-.874-.063-1.682-.042-2.274-.042-2.438 0-2.626.562-3.038.975-.413.412-5.062 4.837-5.4 5.175-1.05 1.05.562 1.538 2.325 1.538.788 0 .9.825.712 1.575-.102.408-.368 1.43-.592 2.528H5.331c.084-.424.165-.771.219-.954.188-.637.225-1.2-.15-1.2s-1.163-.187-2.025-1.05m18.043-9.92c-.197-.196-2.184-1.35-2.773-1.62a1 1 0 0 0-.417-.105c-.313 0-.486.217-.587.42l-3.118 6.213a3.742 3.742 0 0 0-.715 6.904c-.457.544-1.133 1.1-1.292 1.285-.225.263-.787.526-1.763.526H4.367a2.184 2.184 0 1 0-.156.87h7.04c.974 0 1.537-.261 1.761-.524.214-.249 1.366-1.173 1.659-1.831q.424.105.883.106a3.74 3.74 0 0 0 3.74-3.74 3.73 3.73 0 0 0-.532-1.923l2.753-5.55c.27-.54.1-.834-.097-1.03m.286 1.774-.993 2.002c.697 1.006 1.152 2.412 1.152 4.419 0 5.099-2.7 5.662-3.263 5.662h-2.138c-.45 0-.787.075-1.612.9s-1.988 1.837-2.325 2.174c-.337.338-.825.563-1.688.563H8.175c-.375 0-1.05-.188-1.05-1.763 0-.22.021-.475.049-.737H5.059c-.058.64-.075 1.277.003 1.787.226 1.463 1.426 2.625 2.438 2.625h3.975c1.838 0 5.213-3.412 5.213-3.412s1.107.068 1.763.05C20.488 19.149 24 17.467 24 11.842c0-3.314-.995-5.477-2.296-6.908"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/zomato.svg b/mkdocs-material/material/templates/.icons/simple/zomato.svg new file mode 100644 index 0000000..93a169d --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/zomato.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.615 9.45-1.258.473-.167.71-.446.021-.115.978h.408l-.211 1.51c-.131.939.036 1.381.865 1.381.488 0 .91-.175 1.135-.297l.145-.9c-.167.083-.436.19-.618.19-.247 0-.276-.13-.225-.488l.189-1.396h.843c.03-.206.131-.877.16-1h-.865zm-3.779 1.002q-.173.003-.361.026a3.6 3.6 0 0 0-1.347.432l.26.789c.269-.15.615-.28.978-.326.538-.066.757.1.79.375.014.109.004.199-.005.289l-.014.056a3.5 3.5 0 0 0-1.097-.036c-.518.063-.943.273-1.204.6a1.32 1.32 0 0 0-.225 1.034c.127.583.553.84 1.199.76.45-.055.812-.27 1.076-.63a3 3 0 0 1-.03.304 2 2 0 0 1-.072.29l1.244.001a4 4 0 0 1-.001-.365q.054-.689.247-2.051a2.4 2.4 0 0 0-.002-.59c-.08-.644-.628-.969-1.436-.958m6.536.063c-1.194 0-2.107 1.067-2.107 2.342 0 .959.552 1.693 1.628 1.693 1.2 0 2.107-1.067 2.107-2.35 0-.95-.538-1.685-1.628-1.685m-11.777.041c-.538 0-1.12.465-1.52 1.236.102-.504.08-1.076.051-1.198a9 9 0 0 1-1.287.122 7 7 0 0 1-.073 1.243l-.167 1.145c-.066.45-.138.969-.211 1.297h1.353c.007-.199.058-.511.094-.786l.116-.786c.095-.511.502-1.114.815-1.114.182 0 .175.176.124.504l-.131.885c-.066.45-.138.969-.211 1.297h1.367c.008-.199.051-.512.088-.786l.116-.786c.094-.512.502-1.114.814-1.114.182 0 .175.168.146.396l-.327 2.29H13l.438-2.609c.095-.649.044-1.236-.676-1.236-.523 0-1.09.443-1.49 1.182.087-.61.036-1.182-.677-1.182m-4.88.008c-1.177 0-2.08 1.053-2.08 2.312 0 .946.546 1.67 1.608 1.67 1.185 0 2.08-1.052 2.08-2.319 0-.938-.531-1.663-1.607-1.663zm-5.126.091c-.05.39-.102.778-.175 1.13.328-.008.619-.016 1.411-.016l-1.81 1.96-.015.703c.444-.03.997-.039 1.63-.039.566 0 1.134.008 1.497.039.065-.458.13-.763.21-1.137-.275.015-.755.023-1.512.023l1.81-1.969.023-.694c-.437.023-.83.03-1.52.03-.749 0-.975-.007-1.549-.03m4.988.927c.255 0 .408.228.408.701 0 .687-.276 1.251-.626 1.251-.261 0-.414-.236-.414-.702 0-.694.283-1.25.632-1.25m16.629 0c.254 0 .407.228.407.701 0 .687-.276 1.251-.625 1.251-.262 0-.415-.236-.415-.702 0-.694.284-1.25.633-1.25M15.51 12.64c.206-.003.403.024.55.058l-.013.118c-.075.44-.39.881-.848.938-.31.037-.578-.148-.608-.39a.54.54 0 0 1 .114-.41c.117-.159.336-.268.599-.3q.104-.013.206-.014"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/zoom.svg b/mkdocs-material/material/templates/.icons/simple/zoom.svg new file mode 100644 index 0000000..8935a33 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/zoom.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.033 14.649H.743a.74.74 0 0 1-.686-.458.74.74 0 0 1 .16-.808L3.19 10.41H1.06A1.06 1.06 0 0 1 0 9.35h3.957c.301 0 .57.18.686.458a.74.74 0 0 1-.161.808L1.51 13.59h2.464c.585 0 1.06.475 1.06 1.06zM24 11.338a2.068 2.068 0 0 0-3.603-1.38 2.06 2.06 0 0 0-1.536-.686c-1.14 0-2.066.926-2.066 2.066v3.311a1.06 1.06 0 0 0 1.06-1.06v-2.251a1.004 1.004 0 0 1 2.013 0v2.251c0 .586.474 1.06 1.06 1.06v-3.311a1.004 1.004 0 0 1 2.012 0v2.251c0 .586.475 1.06 1.06 1.06zM16.265 12a2.728 2.728 0 1 1-5.457 0 2.728 2.728 0 0 1 5.457 0m-1.06 0a1.669 1.669 0 1 0-3.338 0 1.669 1.669 0 0 0 3.338 0m-4.82 0a2.728 2.728 0 1 1-5.458 0 2.728 2.728 0 0 1 5.457 0zm-1.06 0a1.669 1.669 0 1 0-3.338 0 1.669 1.669 0 0 0 3.338 0"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/zorin.svg b/mkdocs-material/material/templates/.icons/simple/zorin.svg new file mode 100644 index 0000000..e105fd3 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/zorin.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 18.944 5.995 22.4h12.01L20 18.944zM24 12l-2.013 3.488H9.216l12.771-6.976zM0 12l2.013-3.488h12.771L2.013 15.488zm4-6.944L5.995 1.6h12.01L20 5.056z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/zotero.svg b/mkdocs-material/material/templates/.icons/simple/zotero.svg new file mode 100644 index 0000000..0fd039b --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/zotero.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.231 2.462 7.18 20.923h14.564V24H2.256v-2.462L16.308 3.076H2.975V0h18.256z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/zsh.svg b/mkdocs-material/material/templates/.icons/simple/zsh.svg new file mode 100644 index 0000000..96aa799 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/zsh.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.612.719A3.62 3.62 0 0 0 0 4.331v15.328a3.627 3.627 0 0 0 3.616 3.612h8.242a.5.5 0 0 0 .228-.042.607.607 0 0 0-.232-1.169H3.612a2.393 2.393 0 0 1-2.393-2.4V6.113h21.566v12.839a.13.13 0 0 1-.12.074h-.743a.16.16 0 0 1-.09-.043.13.13 0 0 1-.04-.095v-2.23q-.005-.002-.004-.006v-.007a.602.602 0 1 0-1.202 0v6.032l.004.001v.002a.6.6 0 0 0 1.202 0v.002-2.385a.12.12 0 0 1 .036-.095.13.13 0 0 1 .094-.04h.744a.12.12 0 0 1 .099.036q.015.015.024.035v2.434a.04.04 0 0 0 .002.023.6.6 0 0 0 .14.38.6.6 0 0 0 .46.213h.01a.59.59 0 0 0 .547-.368l.004-.011a1 1 0 0 0 .023-.074.6.6 0 0 0 .025-.162V4.326A3.615 3.615 0 0 0 20.392.715H3.616Zm0 1.215h16.776a2.383 2.383 0 0 1 2.401 2.393V4.9H1.215v-.57a2.39 2.39 0 0 1 2.397-2.396M6.36 7.28a.21.21 0 0 0-.145.076l-3.964 4.72a.213.213 0 1 0 .327.275l3.964-4.72a.213.213 0 0 0-.182-.35Zm-2.94.12c-.632 0-1.151.52-1.151 1.151 0 .632.52 1.152 1.151 1.152.632 0 1.152-.52 1.152-1.152S4.052 7.4 3.42 7.4m0 .667a.48.48 0 0 1 .485.484.48.48 0 0 1-.485.485.48.48 0 0 1-.484-.485.48.48 0 0 1 .484-.484m1.94 1.939c-.632 0-1.152.52-1.152 1.152s.52 1.15 1.152 1.15 1.151-.518 1.151-1.15c0-.633-.52-1.152-1.151-1.152m0 .667a.48.48 0 0 1 .485.485.48.48 0 0 1-.485.484.48.48 0 0 1-.485-.484.48.48 0 0 1 .485-.485m2.658 1.21a.214.214 0 0 0-.081.41q.039.016.081.016h2.831a.3.3 0 0 0 .086-.02.22.22 0 0 0 .131-.198.213.213 0 0 0-.213-.213h-2.83Zm5.77 4.159a.61.61 0 0 0-.61.61v-.004.004a.61.61 0 0 0 .61.61l.028-.002h1.123a.05.05 0 0 1 .04.005.08.08 0 0 1 .04.058.1.1 0 0 1-.006.037l-1.783 4.453a.7.7 0 0 0-.048.249v.55a.65.65 0 0 0 .192.474.67.67 0 0 0 .474.196h2.09a.7.7 0 0 0 .243-.051.62.62 0 0 0 .386-.578v.004-.004a.626.626 0 0 0-.625-.626l-.014.001h-1.406a.05.05 0 0 1-.038-.005.07.07 0 0 1-.038-.056.1.1 0 0 1 .005-.034l2.056-5.127a.555.555 0 0 0-.516-.762h-2.167a.1.1 0 0 0-.033-.006Zm4.915.03c-.286 0-.613.027-.81.082a.95.95 0 0 0-.466.267 1.2 1.2 0 0 0-.247.525q-.075.322-.076.82 0 .477.01.772.011.24.056.479a1 1 0 0 0 .124.294 1.2 1.2 0 0 0 .19.212q.15.131.324.23.19.11.39.212t.38.211q.172.097.315.23.056.061.104.13a.3.3 0 0 1 .053.091.7.7 0 0 1 .042.24q.01.11.01.303a4 4 0 0 1-.029.525.75.75 0 0 1-.076.285.26.26 0 0 1-.152.12 2.3 2.3 0 0 1-.378.028.8.8 0 0 1-.228-.028.3.3 0 0 1-.143-.129 1 1 0 0 1-.076-.276 5 5 0 0 1-.02-.46q0-.025-.002-.05h-.004a.54.54 0 0 0-.176-.311.517.517 0 0 0-.847.315h-.003q.003.022.002.052v.023l.003.284q0 .543.076.883.085.331.267.525a.9.9 0 0 0 .457.248c.22.054.448.078.675.074.305 0 .698-.027.901-.083a.9.9 0 0 0 .486-.313q.19-.23.266-.635.086-.413.086-1.058 0-.47-.029-.755a1.7 1.7 0 0 0-.085-.47.8.8 0 0 0-.181-.294 1.5 1.5 0 0 0-.276-.22 3 3 0 0 0-.286-.157 4 4 0 0 0-.342-.175 8 8 0 0 1-.343-.184 3 3 0 0 1-.276-.193 1 1 0 0 1-.114-.11.4.4 0 0 1-.057-.139 1.5 1.5 0 0 1-.029-.211v-.346a2.6 2.6 0 0 1 .015-.396.6.6 0 0 1 .067-.23.23.23 0 0 1 .143-.101c.057-.019.216-.028.305-.028q.305 0 .38.175.06.112.066.24c.003.066.004.153.004.245h.003q.005-.004.004 0a.51.51 0 0 0 .516.512.516.516 0 0 0 .515-.512v-.004c-.004-.099-.004-.19-.004-.242a3.2 3.2 0 0 0-.067-.709.9.9 0 0 0-.228-.469.87.87 0 0 0-.457-.258 2.7 2.7 0 0 0-.733-.082Z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/zulip.svg b/mkdocs-material/material/templates/.icons/simple/zulip.svg new file mode 100644 index 0000000..cfd9953 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/zulip.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.767 3.589c0 1.209-.543 2.283-1.37 2.934l-8.034 7.174c-.149.128-.343-.078-.235-.25l2.946-5.9c.083-.165-.024-.368-.194-.368H4.452c-1.77 0-3.219-1.615-3.219-3.59C1.233 1.616 2.682 0 4.452 0h15.096c1.77-.001 3.219 1.614 3.219 3.589M4.452 24h15.096c1.77 0 3.219-1.616 3.219-3.59s-1.449-3.59-3.219-3.59H8.12c-.17 0-.277-.202-.194-.367l2.946-5.9c.108-.172-.086-.378-.235-.25l-8.033 7.173c-.828.65-1.37 1.725-1.37 2.934 0 1.974 1.448 3.59 3.218 3.59"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/.icons/simple/zyte.svg b/mkdocs-material/material/templates/.icons/simple/zyte.svg new file mode 100644 index 0000000..1af12c0 --- /dev/null +++ b/mkdocs-material/material/templates/.icons/simple/zyte.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.135 6.818v1.715h-1.217V9.92h1.217v2.601c0 1.624.943 2.487 2.355 2.487.236 0 .562-.025.785-.076v-1.348c-.146.039-.312.05-.47.05-.708 0-1.205-.328-1.205-1.138V9.92h1.675V8.533h-1.671V6.818ZM20.873 8.4a3.26 3.26 0 0 0-3.299 3.3c0 1.909 1.454 3.36 3.324 3.36 1.572 0 2.788-.89 3.024-2.238h-1.467c-.132.553-.746.918-1.531.918-1.034 0-1.688-.589-1.871-1.531h4.908c.026-.12.039-.445.039-.617 0-1.87-1.399-3.192-3.127-3.192M0 8.533v1.399h3.928L0 13.532v1.4h5.719v-1.4h-3.94l3.94-3.6V8.533Zm6.037 0 2.54 6.059-1.151 2.59h1.57l3.611-8.649h-1.57l-1.715 4.358-1.717-4.358Zm14.758 1.19c.875 0 1.49.511 1.623 1.244h-3.324c.21-.786.838-1.244 1.7-1.244z"/></svg> \ No newline at end of file diff --git a/mkdocs-material/material/templates/404.html b/mkdocs-material/material/templates/404.html new file mode 100644 index 0000000..67f6aa0 --- /dev/null +++ b/mkdocs-material/material/templates/404.html @@ -0,0 +1,8 @@ +{#- + This file was automatically generated - do not edit +-#} +{% set title_override = "<h1>404 Not Found</h1>" %} +{% extends "main.html" %} +{% block htmltitle %} + <title>404 Not Found - {{ config.site_name }} +{% endblock %} diff --git a/mkdocs-material/material/templates/__init__.py b/mkdocs-material/material/templates/__init__.py new file mode 100644 index 0000000..9c58b37 --- /dev/null +++ b/mkdocs-material/material/templates/__init__.py @@ -0,0 +1,19 @@ +# Copyright (c) 2016-2024 Martin Donath + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. diff --git a/mkdocs-material/material/templates/assets/images/favicon.png b/mkdocs-material/material/templates/assets/images/favicon.png new file mode 100644 index 0000000..1cf13b9 Binary files /dev/null and b/mkdocs-material/material/templates/assets/images/favicon.png differ diff --git a/mkdocs-material/material/templates/assets/javascripts/bundle.0fbdaf96.min.js b/mkdocs-material/material/templates/assets/javascripts/bundle.0fbdaf96.min.js new file mode 100644 index 0000000..8234344 --- /dev/null +++ b/mkdocs-material/material/templates/assets/javascripts/bundle.0fbdaf96.min.js @@ -0,0 +1,16 @@ +"use strict";(()=>{var Ui=Object.create;var gr=Object.defineProperty;var Wi=Object.getOwnPropertyDescriptor;var Di=Object.getOwnPropertyNames,Vt=Object.getOwnPropertySymbols,Vi=Object.getPrototypeOf,yr=Object.prototype.hasOwnProperty,io=Object.prototype.propertyIsEnumerable;var no=(e,t,r)=>t in e?gr(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,$=(e,t)=>{for(var r in t||(t={}))yr.call(t,r)&&no(e,r,t[r]);if(Vt)for(var r of Vt(t))io.call(t,r)&&no(e,r,t[r]);return e};var ao=(e,t)=>{var r={};for(var o in e)yr.call(e,o)&&t.indexOf(o)<0&&(r[o]=e[o]);if(e!=null&&Vt)for(var o of Vt(e))t.indexOf(o)<0&&io.call(e,o)&&(r[o]=e[o]);return r};var xr=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var Ni=(e,t,r,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let n of Di(t))!yr.call(e,n)&&n!==r&&gr(e,n,{get:()=>t[n],enumerable:!(o=Wi(t,n))||o.enumerable});return e};var Lt=(e,t,r)=>(r=e!=null?Ui(Vi(e)):{},Ni(t||!e||!e.__esModule?gr(r,"default",{value:e,enumerable:!0}):r,e));var so=(e,t,r)=>new Promise((o,n)=>{var i=p=>{try{s(r.next(p))}catch(c){n(c)}},a=p=>{try{s(r.throw(p))}catch(c){n(c)}},s=p=>p.done?o(p.value):Promise.resolve(p.value).then(i,a);s((r=r.apply(e,t)).next())});var po=xr((Er,co)=>{(function(e,t){typeof Er=="object"&&typeof co!="undefined"?t():typeof define=="function"&&define.amd?define(t):t()})(Er,function(){"use strict";function e(r){var o=!0,n=!1,i=null,a={text:!0,search:!0,url:!0,tel:!0,email:!0,password:!0,number:!0,date:!0,month:!0,week:!0,time:!0,datetime:!0,"datetime-local":!0};function s(k){return!!(k&&k!==document&&k.nodeName!=="HTML"&&k.nodeName!=="BODY"&&"classList"in k&&"contains"in k.classList)}function p(k){var ft=k.type,qe=k.tagName;return!!(qe==="INPUT"&&a[ft]&&!k.readOnly||qe==="TEXTAREA"&&!k.readOnly||k.isContentEditable)}function c(k){k.classList.contains("focus-visible")||(k.classList.add("focus-visible"),k.setAttribute("data-focus-visible-added",""))}function l(k){k.hasAttribute("data-focus-visible-added")&&(k.classList.remove("focus-visible"),k.removeAttribute("data-focus-visible-added"))}function f(k){k.metaKey||k.altKey||k.ctrlKey||(s(r.activeElement)&&c(r.activeElement),o=!0)}function u(k){o=!1}function d(k){s(k.target)&&(o||p(k.target))&&c(k.target)}function y(k){s(k.target)&&(k.target.classList.contains("focus-visible")||k.target.hasAttribute("data-focus-visible-added"))&&(n=!0,window.clearTimeout(i),i=window.setTimeout(function(){n=!1},100),l(k.target))}function L(k){document.visibilityState==="hidden"&&(n&&(o=!0),X())}function X(){document.addEventListener("mousemove",G),document.addEventListener("mousedown",G),document.addEventListener("mouseup",G),document.addEventListener("pointermove",G),document.addEventListener("pointerdown",G),document.addEventListener("pointerup",G),document.addEventListener("touchmove",G),document.addEventListener("touchstart",G),document.addEventListener("touchend",G)}function te(){document.removeEventListener("mousemove",G),document.removeEventListener("mousedown",G),document.removeEventListener("mouseup",G),document.removeEventListener("pointermove",G),document.removeEventListener("pointerdown",G),document.removeEventListener("pointerup",G),document.removeEventListener("touchmove",G),document.removeEventListener("touchstart",G),document.removeEventListener("touchend",G)}function G(k){k.target.nodeName&&k.target.nodeName.toLowerCase()==="html"||(o=!1,te())}document.addEventListener("keydown",f,!0),document.addEventListener("mousedown",u,!0),document.addEventListener("pointerdown",u,!0),document.addEventListener("touchstart",u,!0),document.addEventListener("visibilitychange",L,!0),X(),r.addEventListener("focus",d,!0),r.addEventListener("blur",y,!0),r.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&r.host?r.host.setAttribute("data-js-focus-visible",""):r.nodeType===Node.DOCUMENT_NODE&&(document.documentElement.classList.add("js-focus-visible"),document.documentElement.setAttribute("data-js-focus-visible",""))}if(typeof window!="undefined"&&typeof document!="undefined"){window.applyFocusVisiblePolyfill=e;var t;try{t=new CustomEvent("focus-visible-polyfill-ready")}catch(r){t=document.createEvent("CustomEvent"),t.initCustomEvent("focus-visible-polyfill-ready",!1,!1,{})}window.dispatchEvent(t)}typeof document!="undefined"&&e(document)})});var qr=xr((dy,Sn)=>{"use strict";/*! + * escape-html + * Copyright(c) 2012-2013 TJ Holowaychuk + * Copyright(c) 2015 Andreas Lubbe + * Copyright(c) 2015 Tiancheng "Timothy" Gu + * MIT Licensed + */var Ha=/["'&<>]/;Sn.exports=$a;function $a(e){var t=""+e,r=Ha.exec(t);if(!r)return t;var o,n="",i=0,a=0;for(i=r.index;i{/*! + * clipboard.js v2.0.11 + * https://clipboardjs.com/ + * + * Licensed MIT © Zeno Rocha + */(function(t,r){typeof It=="object"&&typeof Yr=="object"?Yr.exports=r():typeof define=="function"&&define.amd?define([],r):typeof It=="object"?It.ClipboardJS=r():t.ClipboardJS=r()})(It,function(){return function(){var e={686:function(o,n,i){"use strict";i.d(n,{default:function(){return Fi}});var a=i(279),s=i.n(a),p=i(370),c=i.n(p),l=i(817),f=i.n(l);function u(V){try{return document.execCommand(V)}catch(A){return!1}}var d=function(A){var M=f()(A);return u("cut"),M},y=d;function L(V){var A=document.documentElement.getAttribute("dir")==="rtl",M=document.createElement("textarea");M.style.fontSize="12pt",M.style.border="0",M.style.padding="0",M.style.margin="0",M.style.position="absolute",M.style[A?"right":"left"]="-9999px";var F=window.pageYOffset||document.documentElement.scrollTop;return M.style.top="".concat(F,"px"),M.setAttribute("readonly",""),M.value=V,M}var X=function(A,M){var F=L(A);M.container.appendChild(F);var D=f()(F);return u("copy"),F.remove(),D},te=function(A){var M=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{container:document.body},F="";return typeof A=="string"?F=X(A,M):A instanceof HTMLInputElement&&!["text","search","url","tel","password"].includes(A==null?void 0:A.type)?F=X(A.value,M):(F=f()(A),u("copy")),F},G=te;function k(V){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?k=function(M){return typeof M}:k=function(M){return M&&typeof Symbol=="function"&&M.constructor===Symbol&&M!==Symbol.prototype?"symbol":typeof M},k(V)}var ft=function(){var A=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},M=A.action,F=M===void 0?"copy":M,D=A.container,Y=A.target,$e=A.text;if(F!=="copy"&&F!=="cut")throw new Error('Invalid "action" value, use either "copy" or "cut"');if(Y!==void 0)if(Y&&k(Y)==="object"&&Y.nodeType===1){if(F==="copy"&&Y.hasAttribute("disabled"))throw new Error('Invalid "target" attribute. Please use "readonly" instead of "disabled" attribute');if(F==="cut"&&(Y.hasAttribute("readonly")||Y.hasAttribute("disabled")))throw new Error(`Invalid "target" attribute. You can't cut text from elements with "readonly" or "disabled" attributes`)}else throw new Error('Invalid "target" value, use a valid Element');if($e)return G($e,{container:D});if(Y)return F==="cut"?y(Y):G(Y,{container:D})},qe=ft;function je(V){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?je=function(M){return typeof M}:je=function(M){return M&&typeof Symbol=="function"&&M.constructor===Symbol&&M!==Symbol.prototype?"symbol":typeof M},je(V)}function Ci(V,A){if(!(V instanceof A))throw new TypeError("Cannot call a class as a function")}function oo(V,A){for(var M=0;M0&&arguments[0]!==void 0?arguments[0]:{};this.action=typeof D.action=="function"?D.action:this.defaultAction,this.target=typeof D.target=="function"?D.target:this.defaultTarget,this.text=typeof D.text=="function"?D.text:this.defaultText,this.container=je(D.container)==="object"?D.container:document.body}},{key:"listenClick",value:function(D){var Y=this;this.listener=c()(D,"click",function($e){return Y.onClick($e)})}},{key:"onClick",value:function(D){var Y=D.delegateTarget||D.currentTarget,$e=this.action(Y)||"copy",Dt=qe({action:$e,container:this.container,target:this.target(Y),text:this.text(Y)});this.emit(Dt?"success":"error",{action:$e,text:Dt,trigger:Y,clearSelection:function(){Y&&Y.focus(),window.getSelection().removeAllRanges()}})}},{key:"defaultAction",value:function(D){return vr("action",D)}},{key:"defaultTarget",value:function(D){var Y=vr("target",D);if(Y)return document.querySelector(Y)}},{key:"defaultText",value:function(D){return vr("text",D)}},{key:"destroy",value:function(){this.listener.destroy()}}],[{key:"copy",value:function(D){var Y=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{container:document.body};return G(D,Y)}},{key:"cut",value:function(D){return y(D)}},{key:"isSupported",value:function(){var D=arguments.length>0&&arguments[0]!==void 0?arguments[0]:["copy","cut"],Y=typeof D=="string"?[D]:D,$e=!!document.queryCommandSupported;return Y.forEach(function(Dt){$e=$e&&!!document.queryCommandSupported(Dt)}),$e}}]),M}(s()),Fi=ji},828:function(o){var n=9;if(typeof Element!="undefined"&&!Element.prototype.matches){var i=Element.prototype;i.matches=i.matchesSelector||i.mozMatchesSelector||i.msMatchesSelector||i.oMatchesSelector||i.webkitMatchesSelector}function a(s,p){for(;s&&s.nodeType!==n;){if(typeof s.matches=="function"&&s.matches(p))return s;s=s.parentNode}}o.exports=a},438:function(o,n,i){var a=i(828);function s(l,f,u,d,y){var L=c.apply(this,arguments);return l.addEventListener(u,L,y),{destroy:function(){l.removeEventListener(u,L,y)}}}function p(l,f,u,d,y){return typeof l.addEventListener=="function"?s.apply(null,arguments):typeof u=="function"?s.bind(null,document).apply(null,arguments):(typeof l=="string"&&(l=document.querySelectorAll(l)),Array.prototype.map.call(l,function(L){return s(L,f,u,d,y)}))}function c(l,f,u,d){return function(y){y.delegateTarget=a(y.target,f),y.delegateTarget&&d.call(l,y)}}o.exports=p},879:function(o,n){n.node=function(i){return i!==void 0&&i instanceof HTMLElement&&i.nodeType===1},n.nodeList=function(i){var a=Object.prototype.toString.call(i);return i!==void 0&&(a==="[object NodeList]"||a==="[object HTMLCollection]")&&"length"in i&&(i.length===0||n.node(i[0]))},n.string=function(i){return typeof i=="string"||i instanceof String},n.fn=function(i){var a=Object.prototype.toString.call(i);return a==="[object Function]"}},370:function(o,n,i){var a=i(879),s=i(438);function p(u,d,y){if(!u&&!d&&!y)throw new Error("Missing required arguments");if(!a.string(d))throw new TypeError("Second argument must be a String");if(!a.fn(y))throw new TypeError("Third argument must be a Function");if(a.node(u))return c(u,d,y);if(a.nodeList(u))return l(u,d,y);if(a.string(u))return f(u,d,y);throw new TypeError("First argument must be a String, HTMLElement, HTMLCollection, or NodeList")}function c(u,d,y){return u.addEventListener(d,y),{destroy:function(){u.removeEventListener(d,y)}}}function l(u,d,y){return Array.prototype.forEach.call(u,function(L){L.addEventListener(d,y)}),{destroy:function(){Array.prototype.forEach.call(u,function(L){L.removeEventListener(d,y)})}}}function f(u,d,y){return s(document.body,u,d,y)}o.exports=p},817:function(o){function n(i){var a;if(i.nodeName==="SELECT")i.focus(),a=i.value;else if(i.nodeName==="INPUT"||i.nodeName==="TEXTAREA"){var s=i.hasAttribute("readonly");s||i.setAttribute("readonly",""),i.select(),i.setSelectionRange(0,i.value.length),s||i.removeAttribute("readonly"),a=i.value}else{i.hasAttribute("contenteditable")&&i.focus();var p=window.getSelection(),c=document.createRange();c.selectNodeContents(i),p.removeAllRanges(),p.addRange(c),a=p.toString()}return a}o.exports=n},279:function(o){function n(){}n.prototype={on:function(i,a,s){var p=this.e||(this.e={});return(p[i]||(p[i]=[])).push({fn:a,ctx:s}),this},once:function(i,a,s){var p=this;function c(){p.off(i,c),a.apply(s,arguments)}return c._=a,this.on(i,c,s)},emit:function(i){var a=[].slice.call(arguments,1),s=((this.e||(this.e={}))[i]||[]).slice(),p=0,c=s.length;for(p;p0&&i[i.length-1])&&(c[0]===6||c[0]===2)){r=0;continue}if(c[0]===3&&(!i||c[1]>i[0]&&c[1]=e.length&&(e=void 0),{value:e&&e[o++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function N(e,t){var r=typeof Symbol=="function"&&e[Symbol.iterator];if(!r)return e;var o=r.call(e),n,i=[],a;try{for(;(t===void 0||t-- >0)&&!(n=o.next()).done;)i.push(n.value)}catch(s){a={error:s}}finally{try{n&&!n.done&&(r=o.return)&&r.call(o)}finally{if(a)throw a.error}}return i}function q(e,t,r){if(r||arguments.length===2)for(var o=0,n=t.length,i;o1||p(d,L)})},y&&(n[d]=y(n[d])))}function p(d,y){try{c(o[d](y))}catch(L){u(i[0][3],L)}}function c(d){d.value instanceof nt?Promise.resolve(d.value.v).then(l,f):u(i[0][2],d)}function l(d){p("next",d)}function f(d){p("throw",d)}function u(d,y){d(y),i.shift(),i.length&&p(i[0][0],i[0][1])}}function fo(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t=e[Symbol.asyncIterator],r;return t?t.call(e):(e=typeof he=="function"?he(e):e[Symbol.iterator](),r={},o("next"),o("throw"),o("return"),r[Symbol.asyncIterator]=function(){return this},r);function o(i){r[i]=e[i]&&function(a){return new Promise(function(s,p){a=e[i](a),n(s,p,a.done,a.value)})}}function n(i,a,s,p){Promise.resolve(p).then(function(c){i({value:c,done:s})},a)}}function H(e){return typeof e=="function"}function ut(e){var t=function(o){Error.call(o),o.stack=new Error().stack},r=e(t);return r.prototype=Object.create(Error.prototype),r.prototype.constructor=r,r}var zt=ut(function(e){return function(r){e(this),this.message=r?r.length+` errors occurred during unsubscription: +`+r.map(function(o,n){return n+1+") "+o.toString()}).join(` + `):"",this.name="UnsubscriptionError",this.errors=r}});function Qe(e,t){if(e){var r=e.indexOf(t);0<=r&&e.splice(r,1)}}var Fe=function(){function e(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}return e.prototype.unsubscribe=function(){var t,r,o,n,i;if(!this.closed){this.closed=!0;var a=this._parentage;if(a)if(this._parentage=null,Array.isArray(a))try{for(var s=he(a),p=s.next();!p.done;p=s.next()){var c=p.value;c.remove(this)}}catch(L){t={error:L}}finally{try{p&&!p.done&&(r=s.return)&&r.call(s)}finally{if(t)throw t.error}}else a.remove(this);var l=this.initialTeardown;if(H(l))try{l()}catch(L){i=L instanceof zt?L.errors:[L]}var f=this._finalizers;if(f){this._finalizers=null;try{for(var u=he(f),d=u.next();!d.done;d=u.next()){var y=d.value;try{uo(y)}catch(L){i=i!=null?i:[],L instanceof zt?i=q(q([],N(i)),N(L.errors)):i.push(L)}}}catch(L){o={error:L}}finally{try{d&&!d.done&&(n=u.return)&&n.call(u)}finally{if(o)throw o.error}}}if(i)throw new zt(i)}},e.prototype.add=function(t){var r;if(t&&t!==this)if(this.closed)uo(t);else{if(t instanceof e){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=(r=this._finalizers)!==null&&r!==void 0?r:[]).push(t)}},e.prototype._hasParent=function(t){var r=this._parentage;return r===t||Array.isArray(r)&&r.includes(t)},e.prototype._addParent=function(t){var r=this._parentage;this._parentage=Array.isArray(r)?(r.push(t),r):r?[r,t]:t},e.prototype._removeParent=function(t){var r=this._parentage;r===t?this._parentage=null:Array.isArray(r)&&Qe(r,t)},e.prototype.remove=function(t){var r=this._finalizers;r&&Qe(r,t),t instanceof e&&t._removeParent(this)},e.EMPTY=function(){var t=new e;return t.closed=!0,t}(),e}();var Tr=Fe.EMPTY;function qt(e){return e instanceof Fe||e&&"closed"in e&&H(e.remove)&&H(e.add)&&H(e.unsubscribe)}function uo(e){H(e)?e():e.unsubscribe()}var Pe={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1};var dt={setTimeout:function(e,t){for(var r=[],o=2;o0},enumerable:!1,configurable:!0}),t.prototype._trySubscribe=function(r){return this._throwIfClosed(),e.prototype._trySubscribe.call(this,r)},t.prototype._subscribe=function(r){return this._throwIfClosed(),this._checkFinalizedStatuses(r),this._innerSubscribe(r)},t.prototype._innerSubscribe=function(r){var o=this,n=this,i=n.hasError,a=n.isStopped,s=n.observers;return i||a?Tr:(this.currentObservers=null,s.push(r),new Fe(function(){o.currentObservers=null,Qe(s,r)}))},t.prototype._checkFinalizedStatuses=function(r){var o=this,n=o.hasError,i=o.thrownError,a=o.isStopped;n?r.error(i):a&&r.complete()},t.prototype.asObservable=function(){var r=new j;return r.source=this,r},t.create=function(r,o){return new wo(r,o)},t}(j);var wo=function(e){oe(t,e);function t(r,o){var n=e.call(this)||this;return n.destination=r,n.source=o,n}return t.prototype.next=function(r){var o,n;(n=(o=this.destination)===null||o===void 0?void 0:o.next)===null||n===void 0||n.call(o,r)},t.prototype.error=function(r){var o,n;(n=(o=this.destination)===null||o===void 0?void 0:o.error)===null||n===void 0||n.call(o,r)},t.prototype.complete=function(){var r,o;(o=(r=this.destination)===null||r===void 0?void 0:r.complete)===null||o===void 0||o.call(r)},t.prototype._subscribe=function(r){var o,n;return(n=(o=this.source)===null||o===void 0?void 0:o.subscribe(r))!==null&&n!==void 0?n:Tr},t}(g);var _r=function(e){oe(t,e);function t(r){var o=e.call(this)||this;return o._value=r,o}return Object.defineProperty(t.prototype,"value",{get:function(){return this.getValue()},enumerable:!1,configurable:!0}),t.prototype._subscribe=function(r){var o=e.prototype._subscribe.call(this,r);return!o.closed&&r.next(this._value),o},t.prototype.getValue=function(){var r=this,o=r.hasError,n=r.thrownError,i=r._value;if(o)throw n;return this._throwIfClosed(),i},t.prototype.next=function(r){e.prototype.next.call(this,this._value=r)},t}(g);var _t={now:function(){return(_t.delegate||Date).now()},delegate:void 0};var At=function(e){oe(t,e);function t(r,o,n){r===void 0&&(r=1/0),o===void 0&&(o=1/0),n===void 0&&(n=_t);var i=e.call(this)||this;return i._bufferSize=r,i._windowTime=o,i._timestampProvider=n,i._buffer=[],i._infiniteTimeWindow=!0,i._infiniteTimeWindow=o===1/0,i._bufferSize=Math.max(1,r),i._windowTime=Math.max(1,o),i}return t.prototype.next=function(r){var o=this,n=o.isStopped,i=o._buffer,a=o._infiniteTimeWindow,s=o._timestampProvider,p=o._windowTime;n||(i.push(r),!a&&i.push(s.now()+p)),this._trimBuffer(),e.prototype.next.call(this,r)},t.prototype._subscribe=function(r){this._throwIfClosed(),this._trimBuffer();for(var o=this._innerSubscribe(r),n=this,i=n._infiniteTimeWindow,a=n._buffer,s=a.slice(),p=0;p0?e.prototype.schedule.call(this,r,o):(this.delay=o,this.state=r,this.scheduler.flush(this),this)},t.prototype.execute=function(r,o){return o>0||this.closed?e.prototype.execute.call(this,r,o):this._execute(r,o)},t.prototype.requestAsyncId=function(r,o,n){return n===void 0&&(n=0),n!=null&&n>0||n==null&&this.delay>0?e.prototype.requestAsyncId.call(this,r,o,n):(r.flush(this),0)},t}(gt);var Oo=function(e){oe(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t}(yt);var kr=new Oo(So);var Lo=function(e){oe(t,e);function t(r,o){var n=e.call(this,r,o)||this;return n.scheduler=r,n.work=o,n}return t.prototype.requestAsyncId=function(r,o,n){return n===void 0&&(n=0),n!==null&&n>0?e.prototype.requestAsyncId.call(this,r,o,n):(r.actions.push(this),r._scheduled||(r._scheduled=vt.requestAnimationFrame(function(){return r.flush(void 0)})))},t.prototype.recycleAsyncId=function(r,o,n){var i;if(n===void 0&&(n=0),n!=null?n>0:this.delay>0)return e.prototype.recycleAsyncId.call(this,r,o,n);var a=r.actions;o!=null&&((i=a[a.length-1])===null||i===void 0?void 0:i.id)!==o&&(vt.cancelAnimationFrame(o),r._scheduled=void 0)},t}(gt);var Mo=function(e){oe(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t.prototype.flush=function(r){this._active=!0;var o=this._scheduled;this._scheduled=void 0;var n=this.actions,i;r=r||n.shift();do if(i=r.execute(r.state,r.delay))break;while((r=n[0])&&r.id===o&&n.shift());if(this._active=!1,i){for(;(r=n[0])&&r.id===o&&n.shift();)r.unsubscribe();throw i}},t}(yt);var me=new Mo(Lo);var S=new j(function(e){return e.complete()});function Yt(e){return e&&H(e.schedule)}function Hr(e){return e[e.length-1]}function Xe(e){return H(Hr(e))?e.pop():void 0}function ke(e){return Yt(Hr(e))?e.pop():void 0}function Bt(e,t){return typeof Hr(e)=="number"?e.pop():t}var xt=function(e){return e&&typeof e.length=="number"&&typeof e!="function"};function Gt(e){return H(e==null?void 0:e.then)}function Jt(e){return H(e[bt])}function Xt(e){return Symbol.asyncIterator&&H(e==null?void 0:e[Symbol.asyncIterator])}function Zt(e){return new TypeError("You provided "+(e!==null&&typeof e=="object"?"an invalid object":"'"+e+"'")+" where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.")}function Xi(){return typeof Symbol!="function"||!Symbol.iterator?"@@iterator":Symbol.iterator}var er=Xi();function tr(e){return H(e==null?void 0:e[er])}function rr(e){return mo(this,arguments,function(){var r,o,n,i;return Nt(this,function(a){switch(a.label){case 0:r=e.getReader(),a.label=1;case 1:a.trys.push([1,,9,10]),a.label=2;case 2:return[4,nt(r.read())];case 3:return o=a.sent(),n=o.value,i=o.done,i?[4,nt(void 0)]:[3,5];case 4:return[2,a.sent()];case 5:return[4,nt(n)];case 6:return[4,a.sent()];case 7:return a.sent(),[3,2];case 8:return[3,10];case 9:return r.releaseLock(),[7];case 10:return[2]}})})}function or(e){return H(e==null?void 0:e.getReader)}function U(e){if(e instanceof j)return e;if(e!=null){if(Jt(e))return Zi(e);if(xt(e))return ea(e);if(Gt(e))return ta(e);if(Xt(e))return _o(e);if(tr(e))return ra(e);if(or(e))return oa(e)}throw Zt(e)}function Zi(e){return new j(function(t){var r=e[bt]();if(H(r.subscribe))return r.subscribe(t);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}function ea(e){return new j(function(t){for(var r=0;r=2;return function(o){return o.pipe(e?b(function(n,i){return e(n,i,o)}):le,Te(1),r?We(t):qo(function(){return new ir}))}}function jr(e){return e<=0?function(){return S}:E(function(t,r){var o=[];t.subscribe(T(r,function(n){o.push(n),e=2,!0))}function pe(e){e===void 0&&(e={});var t=e.connector,r=t===void 0?function(){return new g}:t,o=e.resetOnError,n=o===void 0?!0:o,i=e.resetOnComplete,a=i===void 0?!0:i,s=e.resetOnRefCountZero,p=s===void 0?!0:s;return function(c){var l,f,u,d=0,y=!1,L=!1,X=function(){f==null||f.unsubscribe(),f=void 0},te=function(){X(),l=u=void 0,y=L=!1},G=function(){var k=l;te(),k==null||k.unsubscribe()};return E(function(k,ft){d++,!L&&!y&&X();var qe=u=u!=null?u:r();ft.add(function(){d--,d===0&&!L&&!y&&(f=Ur(G,p))}),qe.subscribe(ft),!l&&d>0&&(l=new at({next:function(je){return qe.next(je)},error:function(je){L=!0,X(),f=Ur(te,n,je),qe.error(je)},complete:function(){y=!0,X(),f=Ur(te,a),qe.complete()}}),U(k).subscribe(l))})(c)}}function Ur(e,t){for(var r=[],o=2;oe.next(document)),e}function P(e,t=document){return Array.from(t.querySelectorAll(e))}function R(e,t=document){let r=fe(e,t);if(typeof r=="undefined")throw new ReferenceError(`Missing element: expected "${e}" to be present`);return r}function fe(e,t=document){return t.querySelector(e)||void 0}function Ie(){var e,t,r,o;return(o=(r=(t=(e=document.activeElement)==null?void 0:e.shadowRoot)==null?void 0:t.activeElement)!=null?r:document.activeElement)!=null?o:void 0}var Ea=O(h(document.body,"focusin"),h(document.body,"focusout")).pipe(_e(1),Q(void 0),m(()=>Ie()||document.body),J(1));function et(e){return Ea.pipe(m(t=>e.contains(t)),K())}function Ht(e,t){return C(()=>O(h(e,"mouseenter").pipe(m(()=>!0)),h(e,"mouseleave").pipe(m(()=>!1))).pipe(t?kt(r=>Le(+!r*t)):le,Q(e.matches(":hover"))))}function Go(e,t){if(typeof t=="string"||typeof t=="number")e.innerHTML+=t.toString();else if(t instanceof Node)e.appendChild(t);else if(Array.isArray(t))for(let r of t)Go(e,r)}function x(e,t,...r){let o=document.createElement(e);if(t)for(let n of Object.keys(t))typeof t[n]!="undefined"&&(typeof t[n]!="boolean"?o.setAttribute(n,t[n]):o.setAttribute(n,""));for(let n of r)Go(o,n);return o}function sr(e){if(e>999){let t=+((e-950)%1e3>99);return`${((e+1e-6)/1e3).toFixed(t)}k`}else return e.toString()}function $t(e){let t=x("script",{src:e});return C(()=>(document.head.appendChild(t),O(h(t,"load"),h(t,"error").pipe(v(()=>$r(()=>new ReferenceError(`Invalid script: ${e}`))))).pipe(m(()=>{}),_(()=>document.head.removeChild(t)),Te(1))))}var Jo=new g,wa=C(()=>typeof ResizeObserver=="undefined"?$t("https://unpkg.com/resize-observer-polyfill"):I(void 0)).pipe(m(()=>new ResizeObserver(e=>e.forEach(t=>Jo.next(t)))),v(e=>O(Ye,I(e)).pipe(_(()=>e.disconnect()))),J(1));function ce(e){return{width:e.offsetWidth,height:e.offsetHeight}}function ge(e){let t=e;for(;t.clientWidth===0&&t.parentElement;)t=t.parentElement;return wa.pipe(w(r=>r.observe(t)),v(r=>Jo.pipe(b(o=>o.target===t),_(()=>r.unobserve(t)))),m(()=>ce(e)),Q(ce(e)))}function Tt(e){return{width:e.scrollWidth,height:e.scrollHeight}}function cr(e){let t=e.parentElement;for(;t&&(e.scrollWidth<=t.scrollWidth&&e.scrollHeight<=t.scrollHeight);)t=(e=t).parentElement;return t?e:void 0}function Xo(e){let t=[],r=e.parentElement;for(;r;)(e.clientWidth>r.clientWidth||e.clientHeight>r.clientHeight)&&t.push(r),r=(e=r).parentElement;return t.length===0&&t.push(document.documentElement),t}function De(e){return{x:e.offsetLeft,y:e.offsetTop}}function Zo(e){let t=e.getBoundingClientRect();return{x:t.x+window.scrollX,y:t.y+window.scrollY}}function en(e){return O(h(window,"load"),h(window,"resize")).pipe(Me(0,me),m(()=>De(e)),Q(De(e)))}function pr(e){return{x:e.scrollLeft,y:e.scrollTop}}function Ve(e){return O(h(e,"scroll"),h(window,"scroll"),h(window,"resize")).pipe(Me(0,me),m(()=>pr(e)),Q(pr(e)))}var tn=new g,Ta=C(()=>I(new IntersectionObserver(e=>{for(let t of e)tn.next(t)},{threshold:0}))).pipe(v(e=>O(Ye,I(e)).pipe(_(()=>e.disconnect()))),J(1));function tt(e){return Ta.pipe(w(t=>t.observe(e)),v(t=>tn.pipe(b(({target:r})=>r===e),_(()=>t.unobserve(e)),m(({isIntersecting:r})=>r))))}function rn(e,t=16){return Ve(e).pipe(m(({y:r})=>{let o=ce(e),n=Tt(e);return r>=n.height-o.height-t}),K())}var lr={drawer:R("[data-md-toggle=drawer]"),search:R("[data-md-toggle=search]")};function on(e){return lr[e].checked}function Je(e,t){lr[e].checked!==t&&lr[e].click()}function Ne(e){let t=lr[e];return h(t,"change").pipe(m(()=>t.checked),Q(t.checked))}function Sa(e,t){switch(e.constructor){case HTMLInputElement:return e.type==="radio"?/^Arrow/.test(t):!0;case HTMLSelectElement:case HTMLTextAreaElement:return!0;default:return e.isContentEditable}}function Oa(){return O(h(window,"compositionstart").pipe(m(()=>!0)),h(window,"compositionend").pipe(m(()=>!1))).pipe(Q(!1))}function nn(){let e=h(window,"keydown").pipe(b(t=>!(t.metaKey||t.ctrlKey)),m(t=>({mode:on("search")?"search":"global",type:t.key,claim(){t.preventDefault(),t.stopPropagation()}})),b(({mode:t,type:r})=>{if(t==="global"){let o=Ie();if(typeof o!="undefined")return!Sa(o,r)}return!0}),pe());return Oa().pipe(v(t=>t?S:e))}function ye(){return new URL(location.href)}function lt(e,t=!1){if(B("navigation.instant")&&!t){let r=x("a",{href:e.href});document.body.appendChild(r),r.click(),r.remove()}else location.href=e.href}function an(){return new g}function sn(){return location.hash.slice(1)}function cn(e){let t=x("a",{href:e});t.addEventListener("click",r=>r.stopPropagation()),t.click()}function La(e){return O(h(window,"hashchange"),e).pipe(m(sn),Q(sn()),b(t=>t.length>0),J(1))}function pn(e){return La(e).pipe(m(t=>fe(`[id="${t}"]`)),b(t=>typeof t!="undefined"))}function Pt(e){let t=matchMedia(e);return ar(r=>t.addListener(()=>r(t.matches))).pipe(Q(t.matches))}function ln(){let e=matchMedia("print");return O(h(window,"beforeprint").pipe(m(()=>!0)),h(window,"afterprint").pipe(m(()=>!1))).pipe(Q(e.matches))}function Nr(e,t){return e.pipe(v(r=>r?t():S))}function zr(e,t){return new j(r=>{let o=new XMLHttpRequest;return o.open("GET",`${e}`),o.responseType="blob",o.addEventListener("load",()=>{o.status>=200&&o.status<300?(r.next(o.response),r.complete()):r.error(new Error(o.statusText))}),o.addEventListener("error",()=>{r.error(new Error("Network error"))}),o.addEventListener("abort",()=>{r.complete()}),typeof(t==null?void 0:t.progress$)!="undefined"&&(o.addEventListener("progress",n=>{var i;if(n.lengthComputable)t.progress$.next(n.loaded/n.total*100);else{let a=(i=o.getResponseHeader("Content-Length"))!=null?i:0;t.progress$.next(n.loaded/+a*100)}}),t.progress$.next(5)),o.send(),()=>o.abort()})}function ze(e,t){return zr(e,t).pipe(v(r=>r.text()),m(r=>JSON.parse(r)),J(1))}function mn(e,t){let r=new DOMParser;return zr(e,t).pipe(v(o=>o.text()),m(o=>r.parseFromString(o,"text/html")),J(1))}function fn(e,t){let r=new DOMParser;return zr(e,t).pipe(v(o=>o.text()),m(o=>r.parseFromString(o,"text/xml")),J(1))}function un(){return{x:Math.max(0,scrollX),y:Math.max(0,scrollY)}}function dn(){return O(h(window,"scroll",{passive:!0}),h(window,"resize",{passive:!0})).pipe(m(un),Q(un()))}function hn(){return{width:innerWidth,height:innerHeight}}function bn(){return h(window,"resize",{passive:!0}).pipe(m(hn),Q(hn()))}function vn(){return z([dn(),bn()]).pipe(m(([e,t])=>({offset:e,size:t})),J(1))}function mr(e,{viewport$:t,header$:r}){let o=t.pipe(ee("size")),n=z([o,r]).pipe(m(()=>De(e)));return z([r,t,n]).pipe(m(([{height:i},{offset:a,size:s},{x:p,y:c}])=>({offset:{x:a.x-p,y:a.y-c+i},size:s})))}function Ma(e){return h(e,"message",t=>t.data)}function _a(e){let t=new g;return t.subscribe(r=>e.postMessage(r)),t}function gn(e,t=new Worker(e)){let r=Ma(t),o=_a(t),n=new g;n.subscribe(o);let i=o.pipe(Z(),ie(!0));return n.pipe(Z(),Re(r.pipe(W(i))),pe())}var Aa=R("#__config"),St=JSON.parse(Aa.textContent);St.base=`${new URL(St.base,ye())}`;function xe(){return St}function B(e){return St.features.includes(e)}function Ee(e,t){return typeof t!="undefined"?St.translations[e].replace("#",t.toString()):St.translations[e]}function Se(e,t=document){return R(`[data-md-component=${e}]`,t)}function ae(e,t=document){return P(`[data-md-component=${e}]`,t)}function Ca(e){let t=R(".md-typeset > :first-child",e);return h(t,"click",{once:!0}).pipe(m(()=>R(".md-typeset",e)),m(r=>({hash:__md_hash(r.innerHTML)})))}function yn(e){if(!B("announce.dismiss")||!e.childElementCount)return S;if(!e.hidden){let t=R(".md-typeset",e);__md_hash(t.innerHTML)===__md_get("__announce")&&(e.hidden=!0)}return C(()=>{let t=new g;return t.subscribe(({hash:r})=>{e.hidden=!0,__md_set("__announce",r)}),Ca(e).pipe(w(r=>t.next(r)),_(()=>t.complete()),m(r=>$({ref:e},r)))})}function ka(e,{target$:t}){return t.pipe(m(r=>({hidden:r!==e})))}function xn(e,t){let r=new g;return r.subscribe(({hidden:o})=>{e.hidden=o}),ka(e,t).pipe(w(o=>r.next(o)),_(()=>r.complete()),m(o=>$({ref:e},o)))}function Rt(e,t){return t==="inline"?x("div",{class:"md-tooltip md-tooltip--inline",id:e,role:"tooltip"},x("div",{class:"md-tooltip__inner md-typeset"})):x("div",{class:"md-tooltip",id:e,role:"tooltip"},x("div",{class:"md-tooltip__inner md-typeset"}))}function En(...e){return x("div",{class:"md-tooltip2",role:"tooltip"},x("div",{class:"md-tooltip2__inner md-typeset"},e))}function wn(e,t){if(t=t?`${t}_annotation_${e}`:void 0,t){let r=t?`#${t}`:void 0;return x("aside",{class:"md-annotation",tabIndex:0},Rt(t),x("a",{href:r,class:"md-annotation__index",tabIndex:-1},x("span",{"data-md-annotation-id":e})))}else return x("aside",{class:"md-annotation",tabIndex:0},Rt(t),x("span",{class:"md-annotation__index",tabIndex:-1},x("span",{"data-md-annotation-id":e})))}function Tn(e){return x("button",{class:"md-clipboard md-icon",title:Ee("clipboard.copy"),"data-clipboard-target":`#${e} > code`})}var On=Lt(qr());function Qr(e,t){let r=t&2,o=t&1,n=Object.keys(e.terms).filter(p=>!e.terms[p]).reduce((p,c)=>[...p,x("del",null,(0,On.default)(c))," "],[]).slice(0,-1),i=xe(),a=new URL(e.location,i.base);B("search.highlight")&&a.searchParams.set("h",Object.entries(e.terms).filter(([,p])=>p).reduce((p,[c])=>`${p} ${c}`.trim(),""));let{tags:s}=xe();return x("a",{href:`${a}`,class:"md-search-result__link",tabIndex:-1},x("article",{class:"md-search-result__article md-typeset","data-md-score":e.score.toFixed(2)},r>0&&x("div",{class:"md-search-result__icon md-icon"}),r>0&&x("h1",null,e.title),r<=0&&x("h2",null,e.title),o>0&&e.text.length>0&&x("p",{class:"md-search-result__teaser"},e.text),e.tags&&x("nav",{class:"md-tags"},e.tags.map(p=>{let c=s?p in s?`md-tag-icon md-tag--${s[p]}`:"md-tag-icon":"";return x("span",{class:`md-tag ${c}`},p)})),o>0&&n.length>0&&x("p",{class:"md-search-result__terms"},Ee("search.result.term.missing"),": ",...n)))}function Ln(e){let t=e[0].score,r=[...e],o=xe(),n=r.findIndex(l=>!`${new URL(l.location,o.base)}`.includes("#")),[i]=r.splice(n,1),a=r.findIndex(l=>l.scoreQr(l,1)),...p.length?[x("details",{class:"md-search-result__more"},x("summary",{tabIndex:-1},x("div",null,p.length>0&&p.length===1?Ee("search.result.more.one"):Ee("search.result.more.other",p.length))),...p.map(l=>Qr(l,1)))]:[]];return x("li",{class:"md-search-result__item"},c)}function Mn(e){return x("ul",{class:"md-source__facts"},Object.entries(e).map(([t,r])=>x("li",{class:`md-source__fact md-source__fact--${t}`},typeof r=="number"?sr(r):r)))}function Kr(e){let t=`tabbed-control tabbed-control--${e}`;return x("div",{class:t,hidden:!0},x("button",{class:"tabbed-button",tabIndex:-1,"aria-hidden":"true"}))}function _n(e){return x("div",{class:"md-typeset__scrollwrap"},x("div",{class:"md-typeset__table"},e))}function Pa(e){var o;let t=xe(),r=new URL(`../${e.version}/`,t.base);return x("li",{class:"md-version__item"},x("a",{href:`${r}`,class:"md-version__link"},e.title,((o=t.version)==null?void 0:o.alias)&&e.aliases.length>0&&x("span",{class:"md-version__alias"},e.aliases[0])))}function An(e,t){var o;let r=xe();return e=e.filter(n=>{var i;return!((i=n.properties)!=null&&i.hidden)}),x("div",{class:"md-version"},x("button",{class:"md-version__current","aria-label":Ee("select.version")},t.title,((o=r.version)==null?void 0:o.alias)&&t.aliases.length>0&&x("span",{class:"md-version__alias"},t.aliases[0])),x("ul",{class:"md-version__list"},e.map(Pa)))}var Ra=0;function Ia(e){let t=z([et(e),Ht(e)]).pipe(m(([o,n])=>o||n),K()),r=C(()=>Xo(e)).pipe(ne(Ve),pt(1),He(t),m(()=>Zo(e)));return t.pipe(Ae(o=>o),v(()=>z([t,r])),m(([o,n])=>({active:o,offset:n})),pe())}function ja(e,t){let{content$:r,viewport$:o}=t,n=`__tooltip2_${Ra++}`;return C(()=>{let i=new g,a=new _r(!1);i.pipe(Z(),ie(!1)).subscribe(a);let s=a.pipe(kt(c=>Le(+!c*250,kr)),K(),v(c=>c?r:S),w(c=>c.id=n),pe());z([i.pipe(m(({active:c})=>c)),s.pipe(v(c=>Ht(c,250)),Q(!1))]).pipe(m(c=>c.some(l=>l))).subscribe(a);let p=a.pipe(b(c=>c),re(s,o),m(([c,l,{size:f}])=>{let u=e.getBoundingClientRect(),d=u.width/2;if(l.role==="tooltip")return{x:d,y:8+u.height};if(u.y>=f.height/2){let{height:y}=ce(l);return{x:d,y:-16-y}}else return{x:d,y:16+u.height}}));return z([s,i,p]).subscribe(([c,{offset:l},f])=>{c.style.setProperty("--md-tooltip-host-x",`${l.x}px`),c.style.setProperty("--md-tooltip-host-y",`${l.y}px`),c.style.setProperty("--md-tooltip-x",`${f.x}px`),c.style.setProperty("--md-tooltip-y",`${f.y}px`),c.classList.toggle("md-tooltip2--top",f.y<0),c.classList.toggle("md-tooltip2--bottom",f.y>=0)}),a.pipe(b(c=>c),re(s,(c,l)=>l),b(c=>c.role==="tooltip")).subscribe(c=>{let l=ce(R(":scope > *",c));c.style.setProperty("--md-tooltip-width",`${l.width}px`),c.style.setProperty("--md-tooltip-tail","0px")}),a.pipe(K(),ve(me),re(s)).subscribe(([c,l])=>{l.classList.toggle("md-tooltip2--active",c)}),z([a.pipe(b(c=>c)),s]).subscribe(([c,l])=>{l.role==="dialog"?(e.setAttribute("aria-controls",n),e.setAttribute("aria-haspopup","dialog")):e.setAttribute("aria-describedby",n)}),a.pipe(b(c=>!c)).subscribe(()=>{e.removeAttribute("aria-controls"),e.removeAttribute("aria-describedby"),e.removeAttribute("aria-haspopup")}),Ia(e).pipe(w(c=>i.next(c)),_(()=>i.complete()),m(c=>$({ref:e},c)))})}function mt(e,{viewport$:t},r=document.body){return ja(e,{content$:new j(o=>{let n=e.title,i=En(n);return o.next(i),e.removeAttribute("title"),r.append(i),()=>{i.remove(),e.setAttribute("title",n)}}),viewport$:t})}function Fa(e,t){let r=C(()=>z([en(e),Ve(t)])).pipe(m(([{x:o,y:n},i])=>{let{width:a,height:s}=ce(e);return{x:o-i.x+a/2,y:n-i.y+s/2}}));return et(e).pipe(v(o=>r.pipe(m(n=>({active:o,offset:n})),Te(+!o||1/0))))}function Cn(e,t,{target$:r}){let[o,n]=Array.from(e.children);return C(()=>{let i=new g,a=i.pipe(Z(),ie(!0));return i.subscribe({next({offset:s}){e.style.setProperty("--md-tooltip-x",`${s.x}px`),e.style.setProperty("--md-tooltip-y",`${s.y}px`)},complete(){e.style.removeProperty("--md-tooltip-x"),e.style.removeProperty("--md-tooltip-y")}}),tt(e).pipe(W(a)).subscribe(s=>{e.toggleAttribute("data-md-visible",s)}),O(i.pipe(b(({active:s})=>s)),i.pipe(_e(250),b(({active:s})=>!s))).subscribe({next({active:s}){s?e.prepend(o):o.remove()},complete(){e.prepend(o)}}),i.pipe(Me(16,me)).subscribe(({active:s})=>{o.classList.toggle("md-tooltip--active",s)}),i.pipe(pt(125,me),b(()=>!!e.offsetParent),m(()=>e.offsetParent.getBoundingClientRect()),m(({x:s})=>s)).subscribe({next(s){s?e.style.setProperty("--md-tooltip-0",`${-s}px`):e.style.removeProperty("--md-tooltip-0")},complete(){e.style.removeProperty("--md-tooltip-0")}}),h(n,"click").pipe(W(a),b(s=>!(s.metaKey||s.ctrlKey))).subscribe(s=>{s.stopPropagation(),s.preventDefault()}),h(n,"mousedown").pipe(W(a),re(i)).subscribe(([s,{active:p}])=>{var c;if(s.button!==0||s.metaKey||s.ctrlKey)s.preventDefault();else if(p){s.preventDefault();let l=e.parentElement.closest(".md-annotation");l instanceof HTMLElement?l.focus():(c=Ie())==null||c.blur()}}),r.pipe(W(a),b(s=>s===o),Ge(125)).subscribe(()=>e.focus()),Fa(e,t).pipe(w(s=>i.next(s)),_(()=>i.complete()),m(s=>$({ref:e},s)))})}function Ua(e){return e.tagName==="CODE"?P(".c, .c1, .cm",e):[e]}function Wa(e){let t=[];for(let r of Ua(e)){let o=[],n=document.createNodeIterator(r,NodeFilter.SHOW_TEXT);for(let i=n.nextNode();i;i=n.nextNode())o.push(i);for(let i of o){let a;for(;a=/(\(\d+\))(!)?/.exec(i.textContent);){let[,s,p]=a;if(typeof p=="undefined"){let c=i.splitText(a.index);i=c.splitText(s.length),t.push(c)}else{i.textContent=s,t.push(i);break}}}}return t}function kn(e,t){t.append(...Array.from(e.childNodes))}function fr(e,t,{target$:r,print$:o}){let n=t.closest("[id]"),i=n==null?void 0:n.id,a=new Map;for(let s of Wa(t)){let[,p]=s.textContent.match(/\((\d+)\)/);fe(`:scope > li:nth-child(${p})`,e)&&(a.set(p,wn(p,i)),s.replaceWith(a.get(p)))}return a.size===0?S:C(()=>{let s=new g,p=s.pipe(Z(),ie(!0)),c=[];for(let[l,f]of a)c.push([R(".md-typeset",f),R(`:scope > li:nth-child(${l})`,e)]);return o.pipe(W(p)).subscribe(l=>{e.hidden=!l,e.classList.toggle("md-annotation-list",l);for(let[f,u]of c)l?kn(f,u):kn(u,f)}),O(...[...a].map(([,l])=>Cn(l,t,{target$:r}))).pipe(_(()=>s.complete()),pe())})}function Hn(e){if(e.nextElementSibling){let t=e.nextElementSibling;if(t.tagName==="OL")return t;if(t.tagName==="P"&&!t.children.length)return Hn(t)}}function $n(e,t){return C(()=>{let r=Hn(e);return typeof r!="undefined"?fr(r,e,t):S})}var Pn=Lt(Br());var Da=0;function Rn(e){if(e.nextElementSibling){let t=e.nextElementSibling;if(t.tagName==="OL")return t;if(t.tagName==="P"&&!t.children.length)return Rn(t)}}function Va(e){return ge(e).pipe(m(({width:t})=>({scrollable:Tt(e).width>t})),ee("scrollable"))}function In(e,t){let{matches:r}=matchMedia("(hover)"),o=C(()=>{let n=new g,i=n.pipe(jr(1));n.subscribe(({scrollable:c})=>{c&&r?e.setAttribute("tabindex","0"):e.removeAttribute("tabindex")});let a=[];if(Pn.default.isSupported()&&(e.closest(".copy")||B("content.code.copy")&&!e.closest(".no-copy"))){let c=e.closest("pre");c.id=`__code_${Da++}`;let l=Tn(c.id);c.insertBefore(l,e),B("content.tooltips")&&a.push(mt(l,{viewport$}))}let s=e.closest(".highlight");if(s instanceof HTMLElement){let c=Rn(s);if(typeof c!="undefined"&&(s.classList.contains("annotate")||B("content.code.annotate"))){let l=fr(c,e,t);a.push(ge(s).pipe(W(i),m(({width:f,height:u})=>f&&u),K(),v(f=>f?l:S)))}}return P(":scope > span[id]",e).length&&e.classList.add("md-code__content"),Va(e).pipe(w(c=>n.next(c)),_(()=>n.complete()),m(c=>$({ref:e},c)),Re(...a))});return B("content.lazy")?tt(e).pipe(b(n=>n),Te(1),v(()=>o)):o}function Na(e,{target$:t,print$:r}){let o=!0;return O(t.pipe(m(n=>n.closest("details:not([open])")),b(n=>e===n),m(()=>({action:"open",reveal:!0}))),r.pipe(b(n=>n||!o),w(()=>o=e.open),m(n=>({action:n?"open":"close"}))))}function jn(e,t){return C(()=>{let r=new g;return r.subscribe(({action:o,reveal:n})=>{e.toggleAttribute("open",o==="open"),n&&e.scrollIntoView()}),Na(e,t).pipe(w(o=>r.next(o)),_(()=>r.complete()),m(o=>$({ref:e},o)))})}var Fn=".node circle,.node ellipse,.node path,.node polygon,.node rect{fill:var(--md-mermaid-node-bg-color);stroke:var(--md-mermaid-node-fg-color)}marker{fill:var(--md-mermaid-edge-color)!important}.edgeLabel .label rect{fill:#0000}.label{color:var(--md-mermaid-label-fg-color);font-family:var(--md-mermaid-font-family)}.label foreignObject{line-height:normal;overflow:visible}.label div .edgeLabel{color:var(--md-mermaid-label-fg-color)}.edgeLabel,.edgeLabel p,.label div .edgeLabel{background-color:var(--md-mermaid-label-bg-color)}.edgeLabel,.edgeLabel p{fill:var(--md-mermaid-label-bg-color);color:var(--md-mermaid-edge-color)}.edgePath .path,.flowchart-link{stroke:var(--md-mermaid-edge-color);stroke-width:.05rem}.edgePath .arrowheadPath{fill:var(--md-mermaid-edge-color);stroke:none}.cluster rect{fill:var(--md-default-fg-color--lightest);stroke:var(--md-default-fg-color--lighter)}.cluster span{color:var(--md-mermaid-label-fg-color);font-family:var(--md-mermaid-font-family)}g #flowchart-circleEnd,g #flowchart-circleStart,g #flowchart-crossEnd,g #flowchart-crossStart,g #flowchart-pointEnd,g #flowchart-pointStart{stroke:none}g.classGroup line,g.classGroup rect{fill:var(--md-mermaid-node-bg-color);stroke:var(--md-mermaid-node-fg-color)}g.classGroup text{fill:var(--md-mermaid-label-fg-color);font-family:var(--md-mermaid-font-family)}.classLabel .box{fill:var(--md-mermaid-label-bg-color);background-color:var(--md-mermaid-label-bg-color);opacity:1}.classLabel .label{fill:var(--md-mermaid-label-fg-color);font-family:var(--md-mermaid-font-family)}.node .divider{stroke:var(--md-mermaid-node-fg-color)}.relation{stroke:var(--md-mermaid-edge-color)}.cardinality{fill:var(--md-mermaid-label-fg-color);font-family:var(--md-mermaid-font-family)}.cardinality text{fill:inherit!important}defs #classDiagram-compositionEnd,defs #classDiagram-compositionStart,defs #classDiagram-dependencyEnd,defs #classDiagram-dependencyStart,defs #classDiagram-extensionEnd,defs #classDiagram-extensionStart{fill:var(--md-mermaid-edge-color)!important;stroke:var(--md-mermaid-edge-color)!important}defs #classDiagram-aggregationEnd,defs #classDiagram-aggregationStart{fill:var(--md-mermaid-label-bg-color)!important;stroke:var(--md-mermaid-edge-color)!important}g.stateGroup rect{fill:var(--md-mermaid-node-bg-color);stroke:var(--md-mermaid-node-fg-color)}g.stateGroup .state-title{fill:var(--md-mermaid-label-fg-color)!important;font-family:var(--md-mermaid-font-family)}g.stateGroup .composit{fill:var(--md-mermaid-label-bg-color)}.nodeLabel,.nodeLabel p{color:var(--md-mermaid-label-fg-color);font-family:var(--md-mermaid-font-family)}a .nodeLabel{text-decoration:underline}.node circle.state-end,.node circle.state-start,.start-state{fill:var(--md-mermaid-edge-color);stroke:none}.end-state-inner,.end-state-outer{fill:var(--md-mermaid-edge-color)}.end-state-inner,.node circle.state-end{stroke:var(--md-mermaid-label-bg-color)}.transition{stroke:var(--md-mermaid-edge-color)}[id^=state-fork] rect,[id^=state-join] rect{fill:var(--md-mermaid-edge-color)!important;stroke:none!important}.statediagram-cluster.statediagram-cluster .inner{fill:var(--md-default-bg-color)}.statediagram-cluster rect{fill:var(--md-mermaid-node-bg-color);stroke:var(--md-mermaid-node-fg-color)}.statediagram-state rect.divider{fill:var(--md-default-fg-color--lightest);stroke:var(--md-default-fg-color--lighter)}defs #statediagram-barbEnd{stroke:var(--md-mermaid-edge-color)}.attributeBoxEven,.attributeBoxOdd{fill:var(--md-mermaid-node-bg-color);stroke:var(--md-mermaid-node-fg-color)}.entityBox{fill:var(--md-mermaid-label-bg-color);stroke:var(--md-mermaid-node-fg-color)}.entityLabel{fill:var(--md-mermaid-label-fg-color);font-family:var(--md-mermaid-font-family)}.relationshipLabelBox{fill:var(--md-mermaid-label-bg-color);fill-opacity:1;background-color:var(--md-mermaid-label-bg-color);opacity:1}.relationshipLabel{fill:var(--md-mermaid-label-fg-color)}.relationshipLine{stroke:var(--md-mermaid-edge-color)}defs #ONE_OR_MORE_END *,defs #ONE_OR_MORE_START *,defs #ONLY_ONE_END *,defs #ONLY_ONE_START *,defs #ZERO_OR_MORE_END *,defs #ZERO_OR_MORE_START *,defs #ZERO_OR_ONE_END *,defs #ZERO_OR_ONE_START *{stroke:var(--md-mermaid-edge-color)!important}defs #ZERO_OR_MORE_END circle,defs #ZERO_OR_MORE_START circle{fill:var(--md-mermaid-label-bg-color)}.actor{fill:var(--md-mermaid-sequence-actor-bg-color);stroke:var(--md-mermaid-sequence-actor-border-color)}text.actor>tspan{fill:var(--md-mermaid-sequence-actor-fg-color);font-family:var(--md-mermaid-font-family)}line{stroke:var(--md-mermaid-sequence-actor-line-color)}.actor-man circle,.actor-man line{fill:var(--md-mermaid-sequence-actorman-bg-color);stroke:var(--md-mermaid-sequence-actorman-line-color)}.messageLine0,.messageLine1{stroke:var(--md-mermaid-sequence-message-line-color)}.note{fill:var(--md-mermaid-sequence-note-bg-color);stroke:var(--md-mermaid-sequence-note-border-color)}.loopText,.loopText>tspan,.messageText,.noteText>tspan{stroke:none;font-family:var(--md-mermaid-font-family)!important}.messageText{fill:var(--md-mermaid-sequence-message-fg-color)}.loopText,.loopText>tspan{fill:var(--md-mermaid-sequence-loop-fg-color)}.noteText>tspan{fill:var(--md-mermaid-sequence-note-fg-color)}#arrowhead path{fill:var(--md-mermaid-sequence-message-line-color);stroke:none}.loopLine{fill:var(--md-mermaid-sequence-loop-bg-color);stroke:var(--md-mermaid-sequence-loop-border-color)}.labelBox{fill:var(--md-mermaid-sequence-label-bg-color);stroke:none}.labelText,.labelText>span{fill:var(--md-mermaid-sequence-label-fg-color);font-family:var(--md-mermaid-font-family)}.sequenceNumber{fill:var(--md-mermaid-sequence-number-fg-color)}rect.rect{fill:var(--md-mermaid-sequence-box-bg-color);stroke:none}rect.rect+text.text{fill:var(--md-mermaid-sequence-box-fg-color)}defs #sequencenumber{fill:var(--md-mermaid-sequence-number-bg-color)!important}";var Gr,qa=0;function Qa(){return typeof mermaid=="undefined"||mermaid instanceof Element?$t("https://unpkg.com/mermaid@11/dist/mermaid.min.js"):I(void 0)}function Un(e){return e.classList.remove("mermaid"),Gr||(Gr=Qa().pipe(w(()=>mermaid.initialize({startOnLoad:!1,themeCSS:Fn,sequence:{actorFontSize:"16px",messageFontSize:"16px",noteFontSize:"16px"}})),m(()=>{}),J(1))),Gr.subscribe(()=>so(this,null,function*(){e.classList.add("mermaid");let t=`__mermaid_${qa++}`,r=x("div",{class:"mermaid"}),o=e.textContent,{svg:n,fn:i}=yield mermaid.render(t,o),a=r.attachShadow({mode:"closed"});a.innerHTML=n,e.replaceWith(r),i==null||i(a)})),Gr.pipe(m(()=>({ref:e})))}var Wn=x("table");function Dn(e){return e.replaceWith(Wn),Wn.replaceWith(_n(e)),I({ref:e})}function Ka(e){let t=e.find(r=>r.checked)||e[0];return O(...e.map(r=>h(r,"change").pipe(m(()=>R(`label[for="${r.id}"]`))))).pipe(Q(R(`label[for="${t.id}"]`)),m(r=>({active:r})))}function Vn(e,{viewport$:t,target$:r}){let o=R(".tabbed-labels",e),n=P(":scope > input",e),i=Kr("prev");e.append(i);let a=Kr("next");return e.append(a),C(()=>{let s=new g,p=s.pipe(Z(),ie(!0));z([s,ge(e),tt(e)]).pipe(W(p),Me(1,me)).subscribe({next([{active:c},l]){let f=De(c),{width:u}=ce(c);e.style.setProperty("--md-indicator-x",`${f.x}px`),e.style.setProperty("--md-indicator-width",`${u}px`);let d=pr(o);(f.xd.x+l.width)&&o.scrollTo({left:Math.max(0,f.x-16),behavior:"smooth"})},complete(){e.style.removeProperty("--md-indicator-x"),e.style.removeProperty("--md-indicator-width")}}),z([Ve(o),ge(o)]).pipe(W(p)).subscribe(([c,l])=>{let f=Tt(o);i.hidden=c.x<16,a.hidden=c.x>f.width-l.width-16}),O(h(i,"click").pipe(m(()=>-1)),h(a,"click").pipe(m(()=>1))).pipe(W(p)).subscribe(c=>{let{width:l}=ce(o);o.scrollBy({left:l*c,behavior:"smooth"})}),r.pipe(W(p),b(c=>n.includes(c))).subscribe(c=>c.click()),o.classList.add("tabbed-labels--linked");for(let c of n){let l=R(`label[for="${c.id}"]`);l.replaceChildren(x("a",{href:`#${l.htmlFor}`,tabIndex:-1},...Array.from(l.childNodes))),h(l.firstElementChild,"click").pipe(W(p),b(f=>!(f.metaKey||f.ctrlKey)),w(f=>{f.preventDefault(),f.stopPropagation()})).subscribe(()=>{history.replaceState({},"",`#${l.htmlFor}`),l.click()})}return B("content.tabs.link")&&s.pipe(Ce(1),re(t)).subscribe(([{active:c},{offset:l}])=>{let f=c.innerText.trim();if(c.hasAttribute("data-md-switching"))c.removeAttribute("data-md-switching");else{let u=e.offsetTop-l.y;for(let y of P("[data-tabs]"))for(let L of P(":scope > input",y)){let X=R(`label[for="${L.id}"]`);if(X!==c&&X.innerText.trim()===f){X.setAttribute("data-md-switching",""),L.click();break}}window.scrollTo({top:e.offsetTop-u});let d=__md_get("__tabs")||[];__md_set("__tabs",[...new Set([f,...d])])}}),s.pipe(W(p)).subscribe(()=>{for(let c of P("audio, video",e))c.pause()}),Ka(n).pipe(w(c=>s.next(c)),_(()=>s.complete()),m(c=>$({ref:e},c)))}).pipe(Ke(se))}function Nn(e,{viewport$:t,target$:r,print$:o}){return O(...P(".annotate:not(.highlight)",e).map(n=>$n(n,{target$:r,print$:o})),...P("pre:not(.mermaid) > code",e).map(n=>In(n,{target$:r,print$:o})),...P("pre.mermaid",e).map(n=>Un(n)),...P("table:not([class])",e).map(n=>Dn(n)),...P("details",e).map(n=>jn(n,{target$:r,print$:o})),...P("[data-tabs]",e).map(n=>Vn(n,{viewport$:t,target$:r})),...P("[title]",e).filter(()=>B("content.tooltips")).map(n=>mt(n,{viewport$:t})))}function Ya(e,{alert$:t}){return t.pipe(v(r=>O(I(!0),I(!1).pipe(Ge(2e3))).pipe(m(o=>({message:r,active:o})))))}function zn(e,t){let r=R(".md-typeset",e);return C(()=>{let o=new g;return o.subscribe(({message:n,active:i})=>{e.classList.toggle("md-dialog--active",i),r.textContent=n}),Ya(e,t).pipe(w(n=>o.next(n)),_(()=>o.complete()),m(n=>$({ref:e},n)))})}var Ba=0;function Ga(e,t){document.body.append(e);let{width:r}=ce(e);e.style.setProperty("--md-tooltip-width",`${r}px`),e.remove();let o=cr(t),n=typeof o!="undefined"?Ve(o):I({x:0,y:0}),i=O(et(t),Ht(t)).pipe(K());return z([i,n]).pipe(m(([a,s])=>{let{x:p,y:c}=De(t),l=ce(t),f=t.closest("table");return f&&t.parentElement&&(p+=f.offsetLeft+t.parentElement.offsetLeft,c+=f.offsetTop+t.parentElement.offsetTop),{active:a,offset:{x:p-s.x+l.width/2-r/2,y:c-s.y+l.height+8}}}))}function qn(e){let t=e.title;if(!t.length)return S;let r=`__tooltip_${Ba++}`,o=Rt(r,"inline"),n=R(".md-typeset",o);return n.innerHTML=t,C(()=>{let i=new g;return i.subscribe({next({offset:a}){o.style.setProperty("--md-tooltip-x",`${a.x}px`),o.style.setProperty("--md-tooltip-y",`${a.y}px`)},complete(){o.style.removeProperty("--md-tooltip-x"),o.style.removeProperty("--md-tooltip-y")}}),O(i.pipe(b(({active:a})=>a)),i.pipe(_e(250),b(({active:a})=>!a))).subscribe({next({active:a}){a?(e.insertAdjacentElement("afterend",o),e.setAttribute("aria-describedby",r),e.removeAttribute("title")):(o.remove(),e.removeAttribute("aria-describedby"),e.setAttribute("title",t))},complete(){o.remove(),e.removeAttribute("aria-describedby"),e.setAttribute("title",t)}}),i.pipe(Me(16,me)).subscribe(({active:a})=>{o.classList.toggle("md-tooltip--active",a)}),i.pipe(pt(125,me),b(()=>!!e.offsetParent),m(()=>e.offsetParent.getBoundingClientRect()),m(({x:a})=>a)).subscribe({next(a){a?o.style.setProperty("--md-tooltip-0",`${-a}px`):o.style.removeProperty("--md-tooltip-0")},complete(){o.style.removeProperty("--md-tooltip-0")}}),Ga(o,e).pipe(w(a=>i.next(a)),_(()=>i.complete()),m(a=>$({ref:e},a)))}).pipe(Ke(se))}function Ja({viewport$:e}){if(!B("header.autohide"))return I(!1);let t=e.pipe(m(({offset:{y:n}})=>n),Be(2,1),m(([n,i])=>[nMath.abs(i-n.y)>100),m(([,[n]])=>n),K()),o=Ne("search");return z([e,o]).pipe(m(([{offset:n},i])=>n.y>400&&!i),K(),v(n=>n?r:I(!1)),Q(!1))}function Qn(e,t){return C(()=>z([ge(e),Ja(t)])).pipe(m(([{height:r},o])=>({height:r,hidden:o})),K((r,o)=>r.height===o.height&&r.hidden===o.hidden),J(1))}function Kn(e,{header$:t,main$:r}){return C(()=>{let o=new g,n=o.pipe(Z(),ie(!0));o.pipe(ee("active"),He(t)).subscribe(([{active:a},{hidden:s}])=>{e.classList.toggle("md-header--shadow",a&&!s),e.hidden=s});let i=ue(P("[title]",e)).pipe(b(()=>B("content.tooltips")),ne(a=>qn(a)));return r.subscribe(o),t.pipe(W(n),m(a=>$({ref:e},a)),Re(i.pipe(W(n))))})}function Xa(e,{viewport$:t,header$:r}){return mr(e,{viewport$:t,header$:r}).pipe(m(({offset:{y:o}})=>{let{height:n}=ce(e);return{active:o>=n}}),ee("active"))}function Yn(e,t){return C(()=>{let r=new g;r.subscribe({next({active:n}){e.classList.toggle("md-header__title--active",n)},complete(){e.classList.remove("md-header__title--active")}});let o=fe(".md-content h1");return typeof o=="undefined"?S:Xa(o,t).pipe(w(n=>r.next(n)),_(()=>r.complete()),m(n=>$({ref:e},n)))})}function Bn(e,{viewport$:t,header$:r}){let o=r.pipe(m(({height:i})=>i),K()),n=o.pipe(v(()=>ge(e).pipe(m(({height:i})=>({top:e.offsetTop,bottom:e.offsetTop+i})),ee("bottom"))));return z([o,n,t]).pipe(m(([i,{top:a,bottom:s},{offset:{y:p},size:{height:c}}])=>(c=Math.max(0,c-Math.max(0,a-p,i)-Math.max(0,c+p-s)),{offset:a-i,height:c,active:a-i<=p})),K((i,a)=>i.offset===a.offset&&i.height===a.height&&i.active===a.active))}function Za(e){let t=__md_get("__palette")||{index:e.findIndex(o=>matchMedia(o.getAttribute("data-md-color-media")).matches)},r=Math.max(0,Math.min(t.index,e.length-1));return I(...e).pipe(ne(o=>h(o,"change").pipe(m(()=>o))),Q(e[r]),m(o=>({index:e.indexOf(o),color:{media:o.getAttribute("data-md-color-media"),scheme:o.getAttribute("data-md-color-scheme"),primary:o.getAttribute("data-md-color-primary"),accent:o.getAttribute("data-md-color-accent")}})),J(1))}function Gn(e){let t=P("input",e),r=x("meta",{name:"theme-color"});document.head.appendChild(r);let o=x("meta",{name:"color-scheme"});document.head.appendChild(o);let n=Pt("(prefers-color-scheme: light)");return C(()=>{let i=new g;return i.subscribe(a=>{var c,l;if(document.body.setAttribute("data-md-color-switching",""),a.color.media==="(prefers-color-scheme)"){let f=matchMedia("(prefers-color-scheme: light)"),u=document.querySelector(f.matches?"[data-md-color-media='(prefers-color-scheme: light)']":"[data-md-color-media='(prefers-color-scheme: dark)']");a.color.scheme=u.getAttribute("data-md-color-scheme"),a.color.primary=u.getAttribute("data-md-color-primary"),a.color.accent=u.getAttribute("data-md-color-accent")}for(let[f,u]of Object.entries(a.color))document.body.setAttribute(`data-md-color-${f}`,u);for(let f=0;fa.key==="Enter"),re(i,(a,s)=>s)).subscribe(({index:a})=>{a=(a+1)%t.length,t[a].click(),t[a].focus()}),i.pipe(m(()=>{let a=Se("header"),s=window.getComputedStyle(a);return o.content=s.colorScheme,s.backgroundColor.match(/\d+/g).map(p=>(+p).toString(16).padStart(2,"0")).join("")})).subscribe(a=>r.content=`#${a}`),i.pipe(ve(se)).subscribe(()=>{document.body.removeAttribute("data-md-color-switching")}),Za(t).pipe(W(n.pipe(Ce(1))),ct(),w(a=>i.next(a)),_(()=>i.complete()),m(a=>$({ref:e},a)))})}function Jn(e,{progress$:t}){return C(()=>{let r=new g;return r.subscribe(({value:o})=>{e.style.setProperty("--md-progress-value",`${o}`)}),t.pipe(w(o=>r.next({value:o})),_(()=>r.complete()),m(o=>({ref:e,value:o})))})}var Jr=Lt(Br());function es(e){e.setAttribute("data-md-copying","");let t=e.closest("[data-copy]"),r=t?t.getAttribute("data-copy"):e.innerText;return e.removeAttribute("data-md-copying"),r.trimEnd()}function Xn({alert$:e}){Jr.default.isSupported()&&new j(t=>{new Jr.default("[data-clipboard-target], [data-clipboard-text]",{text:r=>r.getAttribute("data-clipboard-text")||es(R(r.getAttribute("data-clipboard-target")))}).on("success",r=>t.next(r))}).pipe(w(t=>{t.trigger.focus()}),m(()=>Ee("clipboard.copied"))).subscribe(e)}function Zn(e,t){return e.protocol=t.protocol,e.hostname=t.hostname,e}function ts(e,t){let r=new Map;for(let o of P("url",e)){let n=R("loc",o),i=[Zn(new URL(n.textContent),t)];r.set(`${i[0]}`,i);for(let a of P("[rel=alternate]",o)){let s=a.getAttribute("href");s!=null&&i.push(Zn(new URL(s),t))}}return r}function ur(e){return fn(new URL("sitemap.xml",e)).pipe(m(t=>ts(t,new URL(e))),de(()=>I(new Map)))}function rs(e,t){if(!(e.target instanceof Element))return S;let r=e.target.closest("a");if(r===null)return S;if(r.target||e.metaKey||e.ctrlKey)return S;let o=new URL(r.href);return o.search=o.hash="",t.has(`${o}`)?(e.preventDefault(),I(new URL(r.href))):S}function ei(e){let t=new Map;for(let r of P(":scope > *",e.head))t.set(r.outerHTML,r);return t}function ti(e){for(let t of P("[href], [src]",e))for(let r of["href","src"]){let o=t.getAttribute(r);if(o&&!/^(?:[a-z]+:)?\/\//i.test(o)){t[r]=t[r];break}}return I(e)}function os(e){for(let o of["[data-md-component=announce]","[data-md-component=container]","[data-md-component=header-topic]","[data-md-component=outdated]","[data-md-component=logo]","[data-md-component=skip]",...B("navigation.tabs.sticky")?["[data-md-component=tabs]"]:[]]){let n=fe(o),i=fe(o,e);typeof n!="undefined"&&typeof i!="undefined"&&n.replaceWith(i)}let t=ei(document);for(let[o,n]of ei(e))t.has(o)?t.delete(o):document.head.appendChild(n);for(let o of t.values()){let n=o.getAttribute("name");n!=="theme-color"&&n!=="color-scheme"&&o.remove()}let r=Se("container");return Ue(P("script",r)).pipe(v(o=>{let n=e.createElement("script");if(o.src){for(let i of o.getAttributeNames())n.setAttribute(i,o.getAttribute(i));return o.replaceWith(n),new j(i=>{n.onload=()=>i.complete()})}else return n.textContent=o.textContent,o.replaceWith(n),S}),Z(),ie(document))}function ri({location$:e,viewport$:t,progress$:r}){let o=xe();if(location.protocol==="file:")return S;let n=ur(o.base);I(document).subscribe(ti);let i=h(document.body,"click").pipe(He(n),v(([p,c])=>rs(p,c)),pe()),a=h(window,"popstate").pipe(m(ye),pe());i.pipe(re(t)).subscribe(([p,{offset:c}])=>{history.replaceState(c,""),history.pushState(null,"",p)}),O(i,a).subscribe(e);let s=e.pipe(ee("pathname"),v(p=>mn(p,{progress$:r}).pipe(de(()=>(lt(p,!0),S)))),v(ti),v(os),pe());return O(s.pipe(re(e,(p,c)=>c)),s.pipe(v(()=>e),ee("pathname"),v(()=>e),ee("hash")),e.pipe(K((p,c)=>p.pathname===c.pathname&&p.hash===c.hash),v(()=>i),w(()=>history.back()))).subscribe(p=>{var c,l;history.state!==null||!p.hash?window.scrollTo(0,(l=(c=history.state)==null?void 0:c.y)!=null?l:0):(history.scrollRestoration="auto",cn(p.hash),history.scrollRestoration="manual")}),e.subscribe(()=>{history.scrollRestoration="manual"}),h(window,"beforeunload").subscribe(()=>{history.scrollRestoration="auto"}),t.pipe(ee("offset"),_e(100)).subscribe(({offset:p})=>{history.replaceState(p,"")}),s}var oi=Lt(qr());function ni(e){let t=e.separator.split("|").map(n=>n.replace(/(\(\?[!=<][^)]+\))/g,"").length===0?"\uFFFD":n).join("|"),r=new RegExp(t,"img"),o=(n,i,a)=>`${i}${a}`;return n=>{n=n.replace(/[\s*+\-:~^]+/g," ").trim();let i=new RegExp(`(^|${e.separator}|)(${n.replace(/[|\\{}()[\]^$+*?.-]/g,"\\$&").replace(r,"|")})`,"img");return a=>(0,oi.default)(a).replace(i,o).replace(/<\/mark>(\s+)]*>/img,"$1")}}function jt(e){return e.type===1}function dr(e){return e.type===3}function ii(e,t){let r=gn(e);return O(I(location.protocol!=="file:"),Ne("search")).pipe(Ae(o=>o),v(()=>t)).subscribe(()=>r.next({type:0,data:window.__oiWikiSearchEndpoint||"https://search.oi-wiki.org:8443/"})),r}function ai(e){var l;let{selectedVersionSitemap:t,selectedVersionBaseURL:r,currentLocation:o,currentBaseURL:n}=e,i=(l=Xr(n))==null?void 0:l.pathname;if(i===void 0)return;let a=as(o.pathname,i);if(a===void 0)return;let s=cs(t.keys());if(!t.has(s))return;let p=Xr(a,s);if(!p||!t.has(p.href))return;let c=Xr(a,r);if(c)return c.hash=o.hash,c.search=o.search,c}function Xr(e,t){try{return new URL(e,t)}catch(r){return}}function as(e,t){if(e.startsWith(t))return e.slice(t.length)}function ss(e,t){let r=Math.min(e.length,t.length),o;for(o=0;oS)),o=r.pipe(m(n=>{let[,i]=t.base.match(/([^/]+)\/?$/);return n.find(({version:a,aliases:s})=>a===i||s.includes(i))||n[0]}));r.pipe(m(n=>new Map(n.map(i=>[`${new URL(`../${i.version}/`,t.base)}`,i]))),v(n=>h(document.body,"click").pipe(b(i=>!i.metaKey&&!i.ctrlKey),re(o),v(([i,a])=>{if(i.target instanceof Element){let s=i.target.closest("a");if(s&&!s.target&&n.has(s.href)){let p=s.href;return!i.target.closest(".md-version")&&n.get(p)===a?S:(i.preventDefault(),I(new URL(p)))}}return S}),v(i=>ur(i).pipe(m(a=>{var s;return(s=ai({selectedVersionSitemap:a,selectedVersionBaseURL:i,currentLocation:ye(),currentBaseURL:t.base}))!=null?s:i})))))).subscribe(n=>lt(n,!0)),z([r,o]).subscribe(([n,i])=>{R(".md-header__topic").appendChild(An(n,i))}),e.pipe(v(()=>o)).subscribe(n=>{var a;let i=__md_get("__outdated",sessionStorage);if(i===null){i=!0;let s=((a=t.version)==null?void 0:a.default)||"latest";Array.isArray(s)||(s=[s]);e:for(let p of s)for(let c of n.aliases.concat(n.version))if(new RegExp(p,"i").test(c)){i=!1;break e}__md_set("__outdated",i,sessionStorage)}if(i)for(let s of ae("outdated"))s.hidden=!1})}function ps(e,{worker$:t}){let{searchParams:r}=ye();r.has("q")&&(Je("search",!0),e.value=r.get("q"),e.focus(),Ne("search").pipe(Ae(i=>!i)).subscribe(()=>{let i=ye();i.searchParams.delete("q"),history.replaceState({},"",`${i}`)}));let o=et(e),n=O(t.pipe(Ae(jt)),h(e,"keyup"),o).pipe(m(()=>e.value),K());return z([n,o]).pipe(m(([i,a])=>({value:i,focus:a})),J(1))}function ci(e,{worker$:t}){let r=new g,o=r.pipe(Z(),ie(!0));z([t.pipe(Ae(jt)),r],(i,a)=>a).pipe(ee("value")).subscribe(({value:i})=>t.next({type:2,data:i})),r.pipe(ee("focus")).subscribe(({focus:i})=>{i&&Je("search",i)}),h(e.form,"reset").pipe(W(o)).subscribe(()=>e.focus());let n=R("header [for=__search]");return h(n,"click").subscribe(()=>e.focus()),ps(e,{worker$:t}).pipe(w(i=>r.next(i)),_(()=>r.complete()),m(i=>$({ref:e},i)),J(1))}function pi(e,{worker$:t,query$:r}){let o=new g,n=rn(e.parentElement).pipe(b(Boolean)),i=e.parentElement,a=R(":scope > :first-child",e),s=R(":scope > :last-child",e);Ne("search").subscribe(l=>s.setAttribute("role",l?"list":"presentation")),o.pipe(re(r),Wr(t.pipe(Ae(jt)))).subscribe(([{items:l},{value:f}])=>{switch(l.length){case 0:a.textContent=f.length?Ee("search.result.none"):Ee("search.result.placeholder");break;case 1:a.textContent=Ee("search.result.one");break;default:let u=sr(l.length);a.textContent=Ee("search.result.other",u)}});let p=o.pipe(w(()=>s.innerHTML=""),v(({items:l})=>O(I(...l.slice(0,10)),I(...l.slice(10)).pipe(Be(4),Vr(n),v(([f])=>f)))),m(Ln),pe());return p.subscribe(l=>s.appendChild(l)),p.pipe(ne(l=>{let f=fe("details",l);return typeof f=="undefined"?S:h(f,"toggle").pipe(W(o),m(()=>f))})).subscribe(l=>{l.open===!1&&l.offsetTop<=i.scrollTop&&i.scrollTo({top:l.offsetTop})}),t.pipe(b(dr),m(({data:l})=>l)).pipe(w(l=>o.next(l)),_(()=>o.complete()),m(l=>$({ref:e},l)))}function ls(e,{query$:t}){return t.pipe(m(({value:r})=>{let o=ye();return o.hash="",r=r.replace(/\s+/g,"+").replace(/&/g,"%26").replace(/=/g,"%3D"),o.search=`q=${r}`,{url:o}}))}function li(e,t){let r=new g,o=r.pipe(Z(),ie(!0));return r.subscribe(({url:n})=>{e.setAttribute("data-clipboard-text",e.href),e.href=`${n}`}),h(e,"click").pipe(W(o)).subscribe(n=>n.preventDefault()),ls(e,t).pipe(w(n=>r.next(n)),_(()=>r.complete()),m(n=>$({ref:e},n)))}function mi(e,{worker$:t,keyboard$:r}){let o=new g,n=Se("search-query"),i=O(h(n,"keydown"),h(n,"focus")).pipe(ve(se),m(()=>n.value),K());return o.pipe(He(i),m(([{suggest:s},p])=>{let c=p.split(/([\s-]+)/);if(s!=null&&s.length&&c[c.length-1]){let l=s[s.length-1];l.startsWith(c[c.length-1])&&(c[c.length-1]=l)}else c.length=0;return c})).subscribe(s=>e.innerHTML=s.join("").replace(/\s/g," ")),r.pipe(b(({mode:s})=>s==="search")).subscribe(s=>{switch(s.type){case"ArrowRight":e.innerText.length&&n.selectionStart===n.value.length&&(n.value=e.innerText);break}}),t.pipe(b(dr),m(({data:s})=>s)).pipe(w(s=>o.next(s)),_(()=>o.complete()),m(()=>({ref:e})))}function fi(e,{index$:t,keyboard$:r}){let o=xe();try{let n=ii(o.search,t),i=Se("search-query",e),a=Se("search-result",e);h(e,"click").pipe(b(({target:p})=>p instanceof Element&&!!p.closest("a"))).subscribe(()=>Je("search",!1)),r.pipe(b(({mode:p})=>p==="search")).subscribe(p=>{let c=Ie();switch(p.type){case"Enter":if(c===i){let l=new Map;for(let f of P(":first-child [href]",a)){let u=f.firstElementChild;l.set(f,parseFloat(u.getAttribute("data-md-score")))}if(l.size){let[[f]]=[...l].sort(([,u],[,d])=>d-u);f.click()}p.claim()}break;case"Escape":case"Tab":Je("search",!1),i.blur();break;case"ArrowUp":case"ArrowDown":if(typeof c=="undefined")i.focus();else{let l=[i,...P(":not(details) > [href], summary, details[open] [href]",a)],f=Math.max(0,(Math.max(0,l.indexOf(c))+l.length+(p.type==="ArrowUp"?-1:1))%l.length);l[f].focus()}p.claim();break;default:i!==Ie()&&i.focus()}}),r.pipe(b(({mode:p})=>p==="global")).subscribe(p=>{switch(p.type){case"f":case"s":case"/":i.focus(),i.select(),p.claim();break}});let s=ci(i,{worker$:n});return O(s,pi(a,{worker$:n,query$:s})).pipe(Re(...ae("search-share",e).map(p=>li(p,{query$:s})),...ae("search-suggest",e).map(p=>mi(p,{worker$:n,keyboard$:r}))))}catch(n){return e.hidden=!0,Ye}}function ui(e,{index$:t,location$:r}){return z([t,r.pipe(Q(ye()),b(o=>!!o.searchParams.get("h")))]).pipe(m(([o,n])=>ni(o.config)(n.searchParams.get("h"))),m(o=>{var a;let n=new Map,i=document.createNodeIterator(e,NodeFilter.SHOW_TEXT);for(let s=i.nextNode();s;s=i.nextNode())if((a=s.parentElement)!=null&&a.offsetHeight){let p=s.textContent,c=o(p);c.length>p.length&&n.set(s,c)}for(let[s,p]of n){let{childNodes:c}=x("span",null,p);s.replaceWith(...Array.from(c))}return{ref:e,nodes:n}}))}function ms(e,{viewport$:t,main$:r}){let o=e.closest(".md-grid"),n=o.offsetTop-o.parentElement.offsetTop;return z([r,t]).pipe(m(([{offset:i,height:a},{offset:{y:s}}])=>(a=a+Math.min(n,Math.max(0,s-i))-n,{height:a,locked:s>=i+n})),K((i,a)=>i.height===a.height&&i.locked===a.locked))}function Zr(e,o){var n=o,{header$:t}=n,r=ao(n,["header$"]);let i=R(".md-sidebar__scrollwrap",e),{y:a}=De(i);return C(()=>{let s=new g,p=s.pipe(Z(),ie(!0)),c=s.pipe(Me(0,me));return c.pipe(re(t)).subscribe({next([{height:l},{height:f}]){i.style.height=`${l-2*a}px`,e.style.top=`${f}px`},complete(){i.style.height="",e.style.top=""}}),c.pipe(Ae()).subscribe(()=>{for(let l of P(".md-nav__link--active[href]",e)){if(!l.clientHeight)continue;let f=l.closest(".md-sidebar__scrollwrap");if(typeof f!="undefined"){let u=l.offsetTop-f.offsetTop,{height:d}=ce(f);f.scrollTo({top:u-d/2})}}}),ue(P("label[tabindex]",e)).pipe(ne(l=>h(l,"click").pipe(ve(se),m(()=>l),W(p)))).subscribe(l=>{let f=R(`[id="${l.htmlFor}"]`);R(`[aria-labelledby="${l.id}"]`).setAttribute("aria-expanded",`${f.checked}`)}),ms(e,r).pipe(w(l=>s.next(l)),_(()=>s.complete()),m(l=>$({ref:e},l)))})}function di(e,t){if(typeof t!="undefined"){let r=`https://api.github.com/repos/${e}/${t}`;return st(ze(`${r}/releases/latest`).pipe(de(()=>S),m(o=>({version:o.tag_name})),We({})),ze(r).pipe(de(()=>S),m(o=>({stars:o.stargazers_count,forks:o.forks_count})),We({}))).pipe(m(([o,n])=>$($({},o),n)))}else{let r=`https://api.github.com/users/${e}`;return ze(r).pipe(m(o=>({repositories:o.public_repos})),We({}))}}function hi(e,t){let r=`https://${e}/api/v4/projects/${encodeURIComponent(t)}`;return st(ze(`${r}/releases/permalink/latest`).pipe(de(()=>S),m(({tag_name:o})=>({version:o})),We({})),ze(r).pipe(de(()=>S),m(({star_count:o,forks_count:n})=>({stars:o,forks:n})),We({}))).pipe(m(([o,n])=>$($({},o),n)))}function bi(e){let t=e.match(/^.+github\.com\/([^/]+)\/?([^/]+)?/i);if(t){let[,r,o]=t;return di(r,o)}if(t=e.match(/^.+?([^/]*gitlab[^/]+)\/(.+?)\/?$/i),t){let[,r,o]=t;return hi(r,o)}return S}var fs;function us(e){return fs||(fs=C(()=>{let t=__md_get("__source",sessionStorage);if(t)return I(t);if(ae("consent").length){let o=__md_get("__consent");if(!(o&&o.github))return S}return bi(e.href).pipe(w(o=>__md_set("__source",o,sessionStorage)))}).pipe(de(()=>S),b(t=>Object.keys(t).length>0),m(t=>({facts:t})),J(1)))}function vi(e){let t=R(":scope > :last-child",e);return C(()=>{let r=new g;return r.subscribe(({facts:o})=>{t.appendChild(Mn(o)),t.classList.add("md-source__repository--active")}),us(e).pipe(w(o=>r.next(o)),_(()=>r.complete()),m(o=>$({ref:e},o)))})}function ds(e,{viewport$:t,header$:r}){return ge(document.body).pipe(v(()=>mr(e,{header$:r,viewport$:t})),m(({offset:{y:o}})=>({hidden:o>=10})),ee("hidden"))}function gi(e,t){return C(()=>{let r=new g;return r.subscribe({next({hidden:o}){e.hidden=o},complete(){e.hidden=!1}}),(B("navigation.tabs.sticky")?I({hidden:!1}):ds(e,t)).pipe(w(o=>r.next(o)),_(()=>r.complete()),m(o=>$({ref:e},o)))})}function hs(e,{viewport$:t,header$:r}){let o=new Map,n=P(".md-nav__link",e);for(let s of n){let p=decodeURIComponent(s.hash.substring(1)),c=fe(`[id="${p}"]`);typeof c!="undefined"&&o.set(s,c)}let i=r.pipe(ee("height"),m(({height:s})=>{let p=Se("main"),c=R(":scope > :first-child",p);return s+.8*(c.offsetTop-p.offsetTop)}),pe());return ge(document.body).pipe(ee("height"),v(s=>C(()=>{let p=[];return I([...o].reduce((c,[l,f])=>{for(;p.length&&o.get(p[p.length-1]).tagName>=f.tagName;)p.pop();let u=f.offsetTop;for(;!u&&f.parentElement;)f=f.parentElement,u=f.offsetTop;let d=f.offsetParent;for(;d;d=d.offsetParent)u+=d.offsetTop;return c.set([...p=[...p,l]].reverse(),u)},new Map))}).pipe(m(p=>new Map([...p].sort(([,c],[,l])=>c-l))),He(i),v(([p,c])=>t.pipe(Fr(([l,f],{offset:{y:u},size:d})=>{let y=u+d.height>=Math.floor(s.height);for(;f.length;){let[,L]=f[0];if(L-c=u&&!y)f=[l.pop(),...f];else break}return[l,f]},[[],[...p]]),K((l,f)=>l[0]===f[0]&&l[1]===f[1])))))).pipe(m(([s,p])=>({prev:s.map(([c])=>c),next:p.map(([c])=>c)})),Q({prev:[],next:[]}),Be(2,1),m(([s,p])=>s.prev.length{let i=new g,a=i.pipe(Z(),ie(!0));if(i.subscribe(({prev:s,next:p})=>{for(let[c]of p)c.classList.remove("md-nav__link--passed"),c.classList.remove("md-nav__link--active");for(let[c,[l]]of s.entries())l.classList.add("md-nav__link--passed"),l.classList.toggle("md-nav__link--active",c===s.length-1)}),B("toc.follow")){let s=O(t.pipe(_e(1),m(()=>{})),t.pipe(_e(250),m(()=>"smooth")));i.pipe(b(({prev:p})=>p.length>0),He(o.pipe(ve(se))),re(s)).subscribe(([[{prev:p}],c])=>{let[l]=p[p.length-1];if(l.offsetHeight){let f=cr(l);if(typeof f!="undefined"){let u=l.offsetTop-f.offsetTop,{height:d}=ce(f);f.scrollTo({top:u-d/2,behavior:c})}}})}return B("navigation.tracking")&&t.pipe(W(a),ee("offset"),_e(250),Ce(1),W(n.pipe(Ce(1))),ct({delay:250}),re(i)).subscribe(([,{prev:s}])=>{let p=ye(),c=s[s.length-1];if(c&&c.length){let[l]=c,{hash:f}=new URL(l.href);p.hash!==f&&(p.hash=f,history.replaceState({},"",`${p}`))}else p.hash="",history.replaceState({},"",`${p}`)}),hs(e,{viewport$:t,header$:r}).pipe(w(s=>i.next(s)),_(()=>i.complete()),m(s=>$({ref:e},s)))})}function bs(e,{viewport$:t,main$:r,target$:o}){let n=t.pipe(m(({offset:{y:a}})=>a),Be(2,1),m(([a,s])=>a>s&&s>0),K()),i=r.pipe(m(({active:a})=>a));return z([i,n]).pipe(m(([a,s])=>!(a&&s)),K(),W(o.pipe(Ce(1))),ie(!0),ct({delay:250}),m(a=>({hidden:a})))}function xi(e,{viewport$:t,header$:r,main$:o,target$:n}){let i=new g,a=i.pipe(Z(),ie(!0));return i.subscribe({next({hidden:s}){e.hidden=s,s?(e.setAttribute("tabindex","-1"),e.blur()):e.removeAttribute("tabindex")},complete(){e.style.top="",e.hidden=!0,e.removeAttribute("tabindex")}}),r.pipe(W(a),ee("height")).subscribe(({height:s})=>{e.style.top=`${s+16}px`}),h(e,"click").subscribe(s=>{s.preventDefault(),window.scrollTo({top:0})}),bs(e,{viewport$:t,main$:o,target$:n}).pipe(w(s=>i.next(s)),_(()=>i.complete()),m(s=>$({ref:e},s)))}function Ei({document$:e,viewport$:t}){e.pipe(v(()=>P(".md-ellipsis")),ne(r=>tt(r).pipe(W(e.pipe(Ce(1))),b(o=>o),m(()=>r),Te(1))),b(r=>r.offsetWidth{let o=r.innerText,n=r.closest("a")||r;return n.title=o,B("content.tooltips")?mt(n,{viewport$:t}).pipe(W(e.pipe(Ce(1))),_(()=>n.removeAttribute("title"))):S})).subscribe(),B("content.tooltips")&&e.pipe(v(()=>P(".md-status")),ne(r=>mt(r,{viewport$:t}))).subscribe()}function wi({document$:e,tablet$:t}){e.pipe(v(()=>P(".md-toggle--indeterminate")),w(r=>{r.indeterminate=!0,r.checked=!1}),ne(r=>h(r,"change").pipe(Dr(()=>r.classList.contains("md-toggle--indeterminate")),m(()=>r))),re(t)).subscribe(([r,o])=>{r.classList.remove("md-toggle--indeterminate"),o&&(r.checked=!1)})}function vs(){return/(iPad|iPhone|iPod)/.test(navigator.userAgent)}function Ti({document$:e}){e.pipe(v(()=>P("[data-md-scrollfix]")),w(t=>t.removeAttribute("data-md-scrollfix")),b(vs),ne(t=>h(t,"touchstart").pipe(m(()=>t)))).subscribe(t=>{let r=t.scrollTop;r===0?t.scrollTop=1:r+t.offsetHeight===t.scrollHeight&&(t.scrollTop=r-1)})}function Si({viewport$:e,tablet$:t}){z([Ne("search"),t]).pipe(m(([r,o])=>r&&!o),v(r=>I(r).pipe(Ge(r?400:100))),re(e)).subscribe(([r,{offset:{y:o}}])=>{if(r)document.body.setAttribute("data-md-scrolllock",""),document.body.style.top=`-${o}px`;else{let n=-1*parseInt(document.body.style.top,10);document.body.removeAttribute("data-md-scrolllock"),document.body.style.top="",n&&window.scrollTo(0,n)}})}Object.entries||(Object.entries=function(e){let t=[];for(let r of Object.keys(e))t.push([r,e[r]]);return t});Object.values||(Object.values=function(e){let t=[];for(let r of Object.keys(e))t.push(e[r]);return t});typeof Element!="undefined"&&(Element.prototype.scrollTo||(Element.prototype.scrollTo=function(e,t){typeof e=="object"?(this.scrollLeft=e.left,this.scrollTop=e.top):(this.scrollLeft=e,this.scrollTop=t)}),Element.prototype.replaceWith||(Element.prototype.replaceWith=function(...e){let t=this.parentNode;if(t){e.length===0&&t.removeChild(this);for(let r=e.length-1;r>=0;r--){let o=e[r];typeof o=="string"?o=document.createTextNode(o):o.parentNode&&o.parentNode.removeChild(o),r?t.insertBefore(this.previousSibling,o):t.replaceChild(o,this)}}}));document.documentElement.classList.remove("no-js");document.documentElement.classList.add("js");var ot=Bo(),Ut=an(),Ot=pn(Ut),eo=nn(),Oe=vn(),hr=Pt("(min-width: 960px)"),Li=Pt("(min-width: 1220px)"),Mi=ln(),gs=xe(),_i=document.forms.namedItem("search")?Promise.resolve({}):Ye,to=new g;Xn({alert$:to});var ro=new g;B("navigation.instant")&&ri({location$:Ut,viewport$:Oe,progress$:ro}).subscribe(ot);var Oi;((Oi=gs.version)==null?void 0:Oi.provider)==="mike"&&si({document$:ot});O(Ut,Ot).pipe(Ge(125)).subscribe(()=>{Je("drawer",!1),Je("search",!1)});eo.pipe(b(({mode:e})=>e==="global")).subscribe(e=>{switch(e.type){case"p":case",":let t=fe("link[rel=prev]");typeof t!="undefined"&<(t);break;case"n":case".":let r=fe("link[rel=next]");typeof r!="undefined"&<(r);break;case"Enter":let o=Ie();o instanceof HTMLLabelElement&&o.click()}});Ei({viewport$:Oe,document$:ot});wi({document$:ot,tablet$:hr});Ti({document$:ot});Si({viewport$:Oe,tablet$:hr});var rt=Qn(Se("header"),{viewport$:Oe}),Ft=ot.pipe(m(()=>Se("main")),v(e=>Bn(e,{viewport$:Oe,header$:rt})),J(1)),ys=O(...ae("consent").map(e=>xn(e,{target$:Ot})),...ae("dialog").map(e=>zn(e,{alert$:to})),...ae("palette").map(e=>Gn(e)),...ae("progress").map(e=>Jn(e,{progress$:ro})),...ae("search").map(e=>fi(e,{index$:_i,keyboard$:eo})),...ae("source").map(e=>vi(e))),xs=C(()=>O(...ae("announce").map(e=>yn(e)),...ae("content").map(e=>Nn(e,{viewport$:Oe,target$:Ot,print$:Mi})),...ae("content").map(e=>B("search.highlight")?ui(e,{index$:_i,location$:Ut}):S),...ae("header").map(e=>Kn(e,{viewport$:Oe,header$:rt,main$:Ft})),...ae("header-title").map(e=>Yn(e,{viewport$:Oe,header$:rt})),...ae("sidebar").map(e=>e.getAttribute("data-md-type")==="navigation"?Nr(Li,()=>Zr(e,{viewport$:Oe,header$:rt,main$:Ft})):Nr(hr,()=>Zr(e,{viewport$:Oe,header$:rt,main$:Ft}))),...ae("tabs").map(e=>gi(e,{viewport$:Oe,header$:rt})),...ae("toc").map(e=>yi(e,{viewport$:Oe,header$:rt,main$:Ft,target$:Ot})),...ae("top").map(e=>xi(e,{viewport$:Oe,header$:rt,main$:Ft,target$:Ot})))),Ai=ot.pipe(v(()=>xs),Re(ys),J(1));Ai.subscribe();window.document$=ot;window.location$=Ut;window.target$=Ot;window.keyboard$=eo;window.viewport$=Oe;window.tablet$=hr;window.screen$=Li;window.print$=Mi;window.alert$=to;window.progress$=ro;window.component$=Ai;})(); +//# sourceMappingURL=bundle.0fbdaf96.min.js.map + diff --git a/mkdocs-material/material/templates/assets/javascripts/bundle.0fbdaf96.min.js.map b/mkdocs-material/material/templates/assets/javascripts/bundle.0fbdaf96.min.js.map new file mode 100644 index 0000000..44df9dd --- /dev/null +++ b/mkdocs-material/material/templates/assets/javascripts/bundle.0fbdaf96.min.js.map @@ -0,0 +1,7 @@ +{ + "version": 3, + "sources": ["node_modules/focus-visible/dist/focus-visible.js", "node_modules/escape-html/index.js", "node_modules/clipboard/dist/clipboard.js", "src/templates/assets/javascripts/bundle.ts", "node_modules/tslib/tslib.es6.mjs", "node_modules/rxjs/src/internal/util/isFunction.ts", "node_modules/rxjs/src/internal/util/createErrorClass.ts", "node_modules/rxjs/src/internal/util/UnsubscriptionError.ts", "node_modules/rxjs/src/internal/util/arrRemove.ts", "node_modules/rxjs/src/internal/Subscription.ts", "node_modules/rxjs/src/internal/config.ts", "node_modules/rxjs/src/internal/scheduler/timeoutProvider.ts", "node_modules/rxjs/src/internal/util/reportUnhandledError.ts", "node_modules/rxjs/src/internal/util/noop.ts", "node_modules/rxjs/src/internal/NotificationFactories.ts", "node_modules/rxjs/src/internal/util/errorContext.ts", "node_modules/rxjs/src/internal/Subscriber.ts", "node_modules/rxjs/src/internal/symbol/observable.ts", "node_modules/rxjs/src/internal/util/identity.ts", "node_modules/rxjs/src/internal/util/pipe.ts", "node_modules/rxjs/src/internal/Observable.ts", "node_modules/rxjs/src/internal/util/lift.ts", "node_modules/rxjs/src/internal/operators/OperatorSubscriber.ts", "node_modules/rxjs/src/internal/scheduler/animationFrameProvider.ts", "node_modules/rxjs/src/internal/util/ObjectUnsubscribedError.ts", "node_modules/rxjs/src/internal/Subject.ts", "node_modules/rxjs/src/internal/BehaviorSubject.ts", "node_modules/rxjs/src/internal/scheduler/dateTimestampProvider.ts", "node_modules/rxjs/src/internal/ReplaySubject.ts", "node_modules/rxjs/src/internal/scheduler/Action.ts", "node_modules/rxjs/src/internal/scheduler/intervalProvider.ts", "node_modules/rxjs/src/internal/scheduler/AsyncAction.ts", "node_modules/rxjs/src/internal/Scheduler.ts", "node_modules/rxjs/src/internal/scheduler/AsyncScheduler.ts", "node_modules/rxjs/src/internal/scheduler/async.ts", "node_modules/rxjs/src/internal/scheduler/QueueAction.ts", "node_modules/rxjs/src/internal/scheduler/QueueScheduler.ts", "node_modules/rxjs/src/internal/scheduler/queue.ts", "node_modules/rxjs/src/internal/scheduler/AnimationFrameAction.ts", "node_modules/rxjs/src/internal/scheduler/AnimationFrameScheduler.ts", "node_modules/rxjs/src/internal/scheduler/animationFrame.ts", "node_modules/rxjs/src/internal/observable/empty.ts", "node_modules/rxjs/src/internal/util/isScheduler.ts", "node_modules/rxjs/src/internal/util/args.ts", "node_modules/rxjs/src/internal/util/isArrayLike.ts", "node_modules/rxjs/src/internal/util/isPromise.ts", "node_modules/rxjs/src/internal/util/isInteropObservable.ts", "node_modules/rxjs/src/internal/util/isAsyncIterable.ts", "node_modules/rxjs/src/internal/util/throwUnobservableError.ts", "node_modules/rxjs/src/internal/symbol/iterator.ts", "node_modules/rxjs/src/internal/util/isIterable.ts", "node_modules/rxjs/src/internal/util/isReadableStreamLike.ts", "node_modules/rxjs/src/internal/observable/innerFrom.ts", "node_modules/rxjs/src/internal/util/executeSchedule.ts", "node_modules/rxjs/src/internal/operators/observeOn.ts", "node_modules/rxjs/src/internal/operators/subscribeOn.ts", "node_modules/rxjs/src/internal/scheduled/scheduleObservable.ts", "node_modules/rxjs/src/internal/scheduled/schedulePromise.ts", "node_modules/rxjs/src/internal/scheduled/scheduleArray.ts", "node_modules/rxjs/src/internal/scheduled/scheduleIterable.ts", "node_modules/rxjs/src/internal/scheduled/scheduleAsyncIterable.ts", "node_modules/rxjs/src/internal/scheduled/scheduleReadableStreamLike.ts", "node_modules/rxjs/src/internal/scheduled/scheduled.ts", "node_modules/rxjs/src/internal/observable/from.ts", "node_modules/rxjs/src/internal/observable/of.ts", "node_modules/rxjs/src/internal/observable/throwError.ts", "node_modules/rxjs/src/internal/util/EmptyError.ts", "node_modules/rxjs/src/internal/util/isDate.ts", "node_modules/rxjs/src/internal/operators/map.ts", "node_modules/rxjs/src/internal/util/mapOneOrManyArgs.ts", "node_modules/rxjs/src/internal/util/argsArgArrayOrObject.ts", "node_modules/rxjs/src/internal/util/createObject.ts", "node_modules/rxjs/src/internal/observable/combineLatest.ts", "node_modules/rxjs/src/internal/operators/mergeInternals.ts", "node_modules/rxjs/src/internal/operators/mergeMap.ts", "node_modules/rxjs/src/internal/operators/mergeAll.ts", "node_modules/rxjs/src/internal/operators/concatAll.ts", "node_modules/rxjs/src/internal/observable/concat.ts", "node_modules/rxjs/src/internal/observable/defer.ts", "node_modules/rxjs/src/internal/observable/fromEvent.ts", "node_modules/rxjs/src/internal/observable/fromEventPattern.ts", "node_modules/rxjs/src/internal/observable/timer.ts", "node_modules/rxjs/src/internal/observable/merge.ts", "node_modules/rxjs/src/internal/observable/never.ts", "node_modules/rxjs/src/internal/util/argsOrArgArray.ts", "node_modules/rxjs/src/internal/operators/filter.ts", "node_modules/rxjs/src/internal/observable/zip.ts", "node_modules/rxjs/src/internal/operators/audit.ts", "node_modules/rxjs/src/internal/operators/auditTime.ts", "node_modules/rxjs/src/internal/operators/bufferCount.ts", "node_modules/rxjs/src/internal/operators/catchError.ts", "node_modules/rxjs/src/internal/operators/scanInternals.ts", "node_modules/rxjs/src/internal/operators/combineLatest.ts", "node_modules/rxjs/src/internal/operators/combineLatestWith.ts", "node_modules/rxjs/src/internal/operators/debounce.ts", "node_modules/rxjs/src/internal/operators/debounceTime.ts", "node_modules/rxjs/src/internal/operators/defaultIfEmpty.ts", "node_modules/rxjs/src/internal/operators/take.ts", "node_modules/rxjs/src/internal/operators/ignoreElements.ts", "node_modules/rxjs/src/internal/operators/mapTo.ts", "node_modules/rxjs/src/internal/operators/delayWhen.ts", "node_modules/rxjs/src/internal/operators/delay.ts", "node_modules/rxjs/src/internal/operators/distinctUntilChanged.ts", "node_modules/rxjs/src/internal/operators/distinctUntilKeyChanged.ts", "node_modules/rxjs/src/internal/operators/throwIfEmpty.ts", "node_modules/rxjs/src/internal/operators/endWith.ts", "node_modules/rxjs/src/internal/operators/finalize.ts", "node_modules/rxjs/src/internal/operators/first.ts", "node_modules/rxjs/src/internal/operators/takeLast.ts", "node_modules/rxjs/src/internal/operators/merge.ts", "node_modules/rxjs/src/internal/operators/mergeWith.ts", "node_modules/rxjs/src/internal/operators/repeat.ts", "node_modules/rxjs/src/internal/operators/scan.ts", "node_modules/rxjs/src/internal/operators/share.ts", "node_modules/rxjs/src/internal/operators/shareReplay.ts", "node_modules/rxjs/src/internal/operators/skip.ts", "node_modules/rxjs/src/internal/operators/skipUntil.ts", "node_modules/rxjs/src/internal/operators/startWith.ts", "node_modules/rxjs/src/internal/operators/switchMap.ts", "node_modules/rxjs/src/internal/operators/takeUntil.ts", "node_modules/rxjs/src/internal/operators/takeWhile.ts", "node_modules/rxjs/src/internal/operators/tap.ts", "node_modules/rxjs/src/internal/operators/throttle.ts", "node_modules/rxjs/src/internal/operators/throttleTime.ts", "node_modules/rxjs/src/internal/operators/withLatestFrom.ts", "node_modules/rxjs/src/internal/operators/zip.ts", "node_modules/rxjs/src/internal/operators/zipWith.ts", "src/templates/assets/javascripts/browser/document/index.ts", "src/templates/assets/javascripts/browser/element/_/index.ts", "src/templates/assets/javascripts/browser/element/focus/index.ts", "src/templates/assets/javascripts/browser/element/hover/index.ts", "src/templates/assets/javascripts/utilities/h/index.ts", "src/templates/assets/javascripts/utilities/round/index.ts", "src/templates/assets/javascripts/browser/script/index.ts", "src/templates/assets/javascripts/browser/element/size/_/index.ts", "src/templates/assets/javascripts/browser/element/size/content/index.ts", "src/templates/assets/javascripts/browser/element/offset/_/index.ts", "src/templates/assets/javascripts/browser/element/offset/content/index.ts", "src/templates/assets/javascripts/browser/element/visibility/index.ts", "src/templates/assets/javascripts/browser/toggle/index.ts", "src/templates/assets/javascripts/browser/keyboard/index.ts", "src/templates/assets/javascripts/browser/location/_/index.ts", "src/templates/assets/javascripts/browser/location/hash/index.ts", "src/templates/assets/javascripts/browser/media/index.ts", "src/templates/assets/javascripts/browser/request/index.ts", "src/templates/assets/javascripts/browser/viewport/offset/index.ts", "src/templates/assets/javascripts/browser/viewport/size/index.ts", "src/templates/assets/javascripts/browser/viewport/_/index.ts", "src/templates/assets/javascripts/browser/viewport/at/index.ts", "src/templates/assets/javascripts/browser/worker/index.ts", "src/templates/assets/javascripts/_/index.ts", "src/templates/assets/javascripts/components/_/index.ts", "src/templates/assets/javascripts/components/announce/index.ts", "src/templates/assets/javascripts/components/consent/index.ts", "src/templates/assets/javascripts/templates/tooltip/index.tsx", "src/templates/assets/javascripts/templates/annotation/index.tsx", "src/templates/assets/javascripts/templates/clipboard/index.tsx", "src/templates/assets/javascripts/templates/search/index.tsx", "src/templates/assets/javascripts/templates/source/index.tsx", "src/templates/assets/javascripts/templates/tabbed/index.tsx", "src/templates/assets/javascripts/templates/table/index.tsx", "src/templates/assets/javascripts/templates/version/index.tsx", "src/templates/assets/javascripts/components/tooltip2/index.ts", "src/templates/assets/javascripts/components/content/annotation/_/index.ts", "src/templates/assets/javascripts/components/content/annotation/list/index.ts", "src/templates/assets/javascripts/components/content/annotation/block/index.ts", "src/templates/assets/javascripts/components/content/code/_/index.ts", "src/templates/assets/javascripts/components/content/details/index.ts", "src/templates/assets/javascripts/components/content/mermaid/index.css", "src/templates/assets/javascripts/components/content/mermaid/index.ts", "src/templates/assets/javascripts/components/content/table/index.ts", "src/templates/assets/javascripts/components/content/tabs/index.ts", "src/templates/assets/javascripts/components/content/_/index.ts", "src/templates/assets/javascripts/components/dialog/index.ts", "src/templates/assets/javascripts/components/tooltip/index.ts", "src/templates/assets/javascripts/components/header/_/index.ts", "src/templates/assets/javascripts/components/header/title/index.ts", "src/templates/assets/javascripts/components/main/index.ts", "src/templates/assets/javascripts/components/palette/index.ts", "src/templates/assets/javascripts/components/progress/index.ts", "src/templates/assets/javascripts/integrations/clipboard/index.ts", "src/templates/assets/javascripts/integrations/sitemap/index.ts", "src/templates/assets/javascripts/integrations/instant/index.ts", "src/templates/assets/javascripts/integrations/search/highlighter/index.ts", "src/templates/assets/javascripts/integrations/search/worker/message/index.ts", "src/templates/assets/javascripts/integrations/search/worker/_/index.ts", "src/templates/assets/javascripts/integrations/version/findurl/index.ts", "src/templates/assets/javascripts/integrations/version/index.ts", "src/templates/assets/javascripts/components/search/query/index.ts", "src/templates/assets/javascripts/components/search/result/index.ts", "src/templates/assets/javascripts/components/search/share/index.ts", "src/templates/assets/javascripts/components/search/suggest/index.ts", "src/templates/assets/javascripts/components/search/_/index.ts", "src/templates/assets/javascripts/components/search/highlight/index.ts", "src/templates/assets/javascripts/components/sidebar/index.ts", "src/templates/assets/javascripts/components/source/facts/github/index.ts", "src/templates/assets/javascripts/components/source/facts/gitlab/index.ts", "src/templates/assets/javascripts/components/source/facts/_/index.ts", "src/templates/assets/javascripts/components/source/_/index.ts", "src/templates/assets/javascripts/components/tabs/index.ts", "src/templates/assets/javascripts/components/toc/index.ts", "src/templates/assets/javascripts/components/top/index.ts", "src/templates/assets/javascripts/patches/ellipsis/index.ts", "src/templates/assets/javascripts/patches/indeterminate/index.ts", "src/templates/assets/javascripts/patches/scrollfix/index.ts", "src/templates/assets/javascripts/patches/scrolllock/index.ts", "src/templates/assets/javascripts/polyfills/index.ts"], + "sourcesContent": ["(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined' ? factory() :\n typeof define === 'function' && define.amd ? define(factory) :\n (factory());\n}(this, (function () { 'use strict';\n\n /**\n * Applies the :focus-visible polyfill at the given scope.\n * A scope in this case is either the top-level Document or a Shadow Root.\n *\n * @param {(Document|ShadowRoot)} scope\n * @see https://github.com/WICG/focus-visible\n */\n function applyFocusVisiblePolyfill(scope) {\n var hadKeyboardEvent = true;\n var hadFocusVisibleRecently = false;\n var hadFocusVisibleRecentlyTimeout = null;\n\n var inputTypesAllowlist = {\n text: true,\n search: true,\n url: true,\n tel: true,\n email: true,\n password: true,\n number: true,\n date: true,\n month: true,\n week: true,\n time: true,\n datetime: true,\n 'datetime-local': true\n };\n\n /**\n * Helper function for legacy browsers and iframes which sometimes focus\n * elements like document, body, and non-interactive SVG.\n * @param {Element} el\n */\n function isValidFocusTarget(el) {\n if (\n el &&\n el !== document &&\n el.nodeName !== 'HTML' &&\n el.nodeName !== 'BODY' &&\n 'classList' in el &&\n 'contains' in el.classList\n ) {\n return true;\n }\n return false;\n }\n\n /**\n * Computes whether the given element should automatically trigger the\n * `focus-visible` class being added, i.e. whether it should always match\n * `:focus-visible` when focused.\n * @param {Element} el\n * @return {boolean}\n */\n function focusTriggersKeyboardModality(el) {\n var type = el.type;\n var tagName = el.tagName;\n\n if (tagName === 'INPUT' && inputTypesAllowlist[type] && !el.readOnly) {\n return true;\n }\n\n if (tagName === 'TEXTAREA' && !el.readOnly) {\n return true;\n }\n\n if (el.isContentEditable) {\n return true;\n }\n\n return false;\n }\n\n /**\n * Add the `focus-visible` class to the given element if it was not added by\n * the author.\n * @param {Element} el\n */\n function addFocusVisibleClass(el) {\n if (el.classList.contains('focus-visible')) {\n return;\n }\n el.classList.add('focus-visible');\n el.setAttribute('data-focus-visible-added', '');\n }\n\n /**\n * Remove the `focus-visible` class from the given element if it was not\n * originally added by the author.\n * @param {Element} el\n */\n function removeFocusVisibleClass(el) {\n if (!el.hasAttribute('data-focus-visible-added')) {\n return;\n }\n el.classList.remove('focus-visible');\n el.removeAttribute('data-focus-visible-added');\n }\n\n /**\n * If the most recent user interaction was via the keyboard;\n * and the key press did not include a meta, alt/option, or control key;\n * then the modality is keyboard. Otherwise, the modality is not keyboard.\n * Apply `focus-visible` to any current active element and keep track\n * of our keyboard modality state with `hadKeyboardEvent`.\n * @param {KeyboardEvent} e\n */\n function onKeyDown(e) {\n if (e.metaKey || e.altKey || e.ctrlKey) {\n return;\n }\n\n if (isValidFocusTarget(scope.activeElement)) {\n addFocusVisibleClass(scope.activeElement);\n }\n\n hadKeyboardEvent = true;\n }\n\n /**\n * If at any point a user clicks with a pointing device, ensure that we change\n * the modality away from keyboard.\n * This avoids the situation where a user presses a key on an already focused\n * element, and then clicks on a different element, focusing it with a\n * pointing device, while we still think we're in keyboard modality.\n * @param {Event} e\n */\n function onPointerDown(e) {\n hadKeyboardEvent = false;\n }\n\n /**\n * On `focus`, add the `focus-visible` class to the target if:\n * - the target received focus as a result of keyboard navigation, or\n * - the event target is an element that will likely require interaction\n * via the keyboard (e.g. a text box)\n * @param {Event} e\n */\n function onFocus(e) {\n // Prevent IE from focusing the document or HTML element.\n if (!isValidFocusTarget(e.target)) {\n return;\n }\n\n if (hadKeyboardEvent || focusTriggersKeyboardModality(e.target)) {\n addFocusVisibleClass(e.target);\n }\n }\n\n /**\n * On `blur`, remove the `focus-visible` class from the target.\n * @param {Event} e\n */\n function onBlur(e) {\n if (!isValidFocusTarget(e.target)) {\n return;\n }\n\n if (\n e.target.classList.contains('focus-visible') ||\n e.target.hasAttribute('data-focus-visible-added')\n ) {\n // To detect a tab/window switch, we look for a blur event followed\n // rapidly by a visibility change.\n // If we don't see a visibility change within 100ms, it's probably a\n // regular focus change.\n hadFocusVisibleRecently = true;\n window.clearTimeout(hadFocusVisibleRecentlyTimeout);\n hadFocusVisibleRecentlyTimeout = window.setTimeout(function() {\n hadFocusVisibleRecently = false;\n }, 100);\n removeFocusVisibleClass(e.target);\n }\n }\n\n /**\n * If the user changes tabs, keep track of whether or not the previously\n * focused element had .focus-visible.\n * @param {Event} e\n */\n function onVisibilityChange(e) {\n if (document.visibilityState === 'hidden') {\n // If the tab becomes active again, the browser will handle calling focus\n // on the element (Safari actually calls it twice).\n // If this tab change caused a blur on an element with focus-visible,\n // re-apply the class when the user switches back to the tab.\n if (hadFocusVisibleRecently) {\n hadKeyboardEvent = true;\n }\n addInitialPointerMoveListeners();\n }\n }\n\n /**\n * Add a group of listeners to detect usage of any pointing devices.\n * These listeners will be added when the polyfill first loads, and anytime\n * the window is blurred, so that they are active when the window regains\n * focus.\n */\n function addInitialPointerMoveListeners() {\n document.addEventListener('mousemove', onInitialPointerMove);\n document.addEventListener('mousedown', onInitialPointerMove);\n document.addEventListener('mouseup', onInitialPointerMove);\n document.addEventListener('pointermove', onInitialPointerMove);\n document.addEventListener('pointerdown', onInitialPointerMove);\n document.addEventListener('pointerup', onInitialPointerMove);\n document.addEventListener('touchmove', onInitialPointerMove);\n document.addEventListener('touchstart', onInitialPointerMove);\n document.addEventListener('touchend', onInitialPointerMove);\n }\n\n function removeInitialPointerMoveListeners() {\n document.removeEventListener('mousemove', onInitialPointerMove);\n document.removeEventListener('mousedown', onInitialPointerMove);\n document.removeEventListener('mouseup', onInitialPointerMove);\n document.removeEventListener('pointermove', onInitialPointerMove);\n document.removeEventListener('pointerdown', onInitialPointerMove);\n document.removeEventListener('pointerup', onInitialPointerMove);\n document.removeEventListener('touchmove', onInitialPointerMove);\n document.removeEventListener('touchstart', onInitialPointerMove);\n document.removeEventListener('touchend', onInitialPointerMove);\n }\n\n /**\n * When the polfyill first loads, assume the user is in keyboard modality.\n * If any event is received from a pointing device (e.g. mouse, pointer,\n * touch), turn off keyboard modality.\n * This accounts for situations where focus enters the page from the URL bar.\n * @param {Event} e\n */\n function onInitialPointerMove(e) {\n // Work around a Safari quirk that fires a mousemove on whenever the\n // window blurs, even if you're tabbing out of the page. \u00AF\\_(\u30C4)_/\u00AF\n if (e.target.nodeName && e.target.nodeName.toLowerCase() === 'html') {\n return;\n }\n\n hadKeyboardEvent = false;\n removeInitialPointerMoveListeners();\n }\n\n // For some kinds of state, we are interested in changes at the global scope\n // only. For example, global pointer input, global key presses and global\n // visibility change should affect the state at every scope:\n document.addEventListener('keydown', onKeyDown, true);\n document.addEventListener('mousedown', onPointerDown, true);\n document.addEventListener('pointerdown', onPointerDown, true);\n document.addEventListener('touchstart', onPointerDown, true);\n document.addEventListener('visibilitychange', onVisibilityChange, true);\n\n addInitialPointerMoveListeners();\n\n // For focus and blur, we specifically care about state changes in the local\n // scope. This is because focus / blur events that originate from within a\n // shadow root are not re-dispatched from the host element if it was already\n // the active element in its own scope:\n scope.addEventListener('focus', onFocus, true);\n scope.addEventListener('blur', onBlur, true);\n\n // We detect that a node is a ShadowRoot by ensuring that it is a\n // DocumentFragment and also has a host property. This check covers native\n // implementation and polyfill implementation transparently. If we only cared\n // about the native implementation, we could just check if the scope was\n // an instance of a ShadowRoot.\n if (scope.nodeType === Node.DOCUMENT_FRAGMENT_NODE && scope.host) {\n // Since a ShadowRoot is a special kind of DocumentFragment, it does not\n // have a root element to add a class to. So, we add this attribute to the\n // host element instead:\n scope.host.setAttribute('data-js-focus-visible', '');\n } else if (scope.nodeType === Node.DOCUMENT_NODE) {\n document.documentElement.classList.add('js-focus-visible');\n document.documentElement.setAttribute('data-js-focus-visible', '');\n }\n }\n\n // It is important to wrap all references to global window and document in\n // these checks to support server-side rendering use cases\n // @see https://github.com/WICG/focus-visible/issues/199\n if (typeof window !== 'undefined' && typeof document !== 'undefined') {\n // Make the polyfill helper globally available. This can be used as a signal\n // to interested libraries that wish to coordinate with the polyfill for e.g.,\n // applying the polyfill to a shadow root:\n window.applyFocusVisiblePolyfill = applyFocusVisiblePolyfill;\n\n // Notify interested libraries of the polyfill's presence, in case the\n // polyfill was loaded lazily:\n var event;\n\n try {\n event = new CustomEvent('focus-visible-polyfill-ready');\n } catch (error) {\n // IE11 does not support using CustomEvent as a constructor directly:\n event = document.createEvent('CustomEvent');\n event.initCustomEvent('focus-visible-polyfill-ready', false, false, {});\n }\n\n window.dispatchEvent(event);\n }\n\n if (typeof document !== 'undefined') {\n // Apply the polyfill to the global document, so that no JavaScript\n // coordination is required to use the polyfill in the top-level document:\n applyFocusVisiblePolyfill(document);\n }\n\n})));\n", "/*!\n * escape-html\n * Copyright(c) 2012-2013 TJ Holowaychuk\n * Copyright(c) 2015 Andreas Lubbe\n * Copyright(c) 2015 Tiancheng \"Timothy\" Gu\n * MIT Licensed\n */\n\n'use strict';\n\n/**\n * Module variables.\n * @private\n */\n\nvar matchHtmlRegExp = /[\"'&<>]/;\n\n/**\n * Module exports.\n * @public\n */\n\nmodule.exports = escapeHtml;\n\n/**\n * Escape special characters in the given string of html.\n *\n * @param {string} string The string to escape for inserting into HTML\n * @return {string}\n * @public\n */\n\nfunction escapeHtml(string) {\n var str = '' + string;\n var match = matchHtmlRegExp.exec(str);\n\n if (!match) {\n return str;\n }\n\n var escape;\n var html = '';\n var index = 0;\n var lastIndex = 0;\n\n for (index = match.index; index < str.length; index++) {\n switch (str.charCodeAt(index)) {\n case 34: // \"\n escape = '"';\n break;\n case 38: // &\n escape = '&';\n break;\n case 39: // '\n escape = ''';\n break;\n case 60: // <\n escape = '<';\n break;\n case 62: // >\n escape = '>';\n break;\n default:\n continue;\n }\n\n if (lastIndex !== index) {\n html += str.substring(lastIndex, index);\n }\n\n lastIndex = index + 1;\n html += escape;\n }\n\n return lastIndex !== index\n ? html + str.substring(lastIndex, index)\n : html;\n}\n", "/*!\n * clipboard.js v2.0.11\n * https://clipboardjs.com/\n *\n * Licensed MIT \u00A9 Zeno Rocha\n */\n(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"ClipboardJS\"] = factory();\n\telse\n\t\troot[\"ClipboardJS\"] = factory();\n})(this, function() {\nreturn /******/ (function() { // webpackBootstrap\n/******/ \tvar __webpack_modules__ = ({\n\n/***/ 686:\n/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\n\n// EXPORTS\n__webpack_require__.d(__webpack_exports__, {\n \"default\": function() { return /* binding */ clipboard; }\n});\n\n// EXTERNAL MODULE: ./node_modules/tiny-emitter/index.js\nvar tiny_emitter = __webpack_require__(279);\nvar tiny_emitter_default = /*#__PURE__*/__webpack_require__.n(tiny_emitter);\n// EXTERNAL MODULE: ./node_modules/good-listener/src/listen.js\nvar listen = __webpack_require__(370);\nvar listen_default = /*#__PURE__*/__webpack_require__.n(listen);\n// EXTERNAL MODULE: ./node_modules/select/src/select.js\nvar src_select = __webpack_require__(817);\nvar select_default = /*#__PURE__*/__webpack_require__.n(src_select);\n;// CONCATENATED MODULE: ./src/common/command.js\n/**\n * Executes a given operation type.\n * @param {String} type\n * @return {Boolean}\n */\nfunction command(type) {\n try {\n return document.execCommand(type);\n } catch (err) {\n return false;\n }\n}\n;// CONCATENATED MODULE: ./src/actions/cut.js\n\n\n/**\n * Cut action wrapper.\n * @param {String|HTMLElement} target\n * @return {String}\n */\n\nvar ClipboardActionCut = function ClipboardActionCut(target) {\n var selectedText = select_default()(target);\n command('cut');\n return selectedText;\n};\n\n/* harmony default export */ var actions_cut = (ClipboardActionCut);\n;// CONCATENATED MODULE: ./src/common/create-fake-element.js\n/**\n * Creates a fake textarea element with a value.\n * @param {String} value\n * @return {HTMLElement}\n */\nfunction createFakeElement(value) {\n var isRTL = document.documentElement.getAttribute('dir') === 'rtl';\n var fakeElement = document.createElement('textarea'); // Prevent zooming on iOS\n\n fakeElement.style.fontSize = '12pt'; // Reset box model\n\n fakeElement.style.border = '0';\n fakeElement.style.padding = '0';\n fakeElement.style.margin = '0'; // Move element out of screen horizontally\n\n fakeElement.style.position = 'absolute';\n fakeElement.style[isRTL ? 'right' : 'left'] = '-9999px'; // Move element to the same position vertically\n\n var yPosition = window.pageYOffset || document.documentElement.scrollTop;\n fakeElement.style.top = \"\".concat(yPosition, \"px\");\n fakeElement.setAttribute('readonly', '');\n fakeElement.value = value;\n return fakeElement;\n}\n;// CONCATENATED MODULE: ./src/actions/copy.js\n\n\n\n/**\n * Create fake copy action wrapper using a fake element.\n * @param {String} target\n * @param {Object} options\n * @return {String}\n */\n\nvar fakeCopyAction = function fakeCopyAction(value, options) {\n var fakeElement = createFakeElement(value);\n options.container.appendChild(fakeElement);\n var selectedText = select_default()(fakeElement);\n command('copy');\n fakeElement.remove();\n return selectedText;\n};\n/**\n * Copy action wrapper.\n * @param {String|HTMLElement} target\n * @param {Object} options\n * @return {String}\n */\n\n\nvar ClipboardActionCopy = function ClipboardActionCopy(target) {\n var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {\n container: document.body\n };\n var selectedText = '';\n\n if (typeof target === 'string') {\n selectedText = fakeCopyAction(target, options);\n } else if (target instanceof HTMLInputElement && !['text', 'search', 'url', 'tel', 'password'].includes(target === null || target === void 0 ? void 0 : target.type)) {\n // If input type doesn't support `setSelectionRange`. Simulate it. https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/setSelectionRange\n selectedText = fakeCopyAction(target.value, options);\n } else {\n selectedText = select_default()(target);\n command('copy');\n }\n\n return selectedText;\n};\n\n/* harmony default export */ var actions_copy = (ClipboardActionCopy);\n;// CONCATENATED MODULE: ./src/actions/default.js\nfunction _typeof(obj) { \"@babel/helpers - typeof\"; if (typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; }; } return _typeof(obj); }\n\n\n\n/**\n * Inner function which performs selection from either `text` or `target`\n * properties and then executes copy or cut operations.\n * @param {Object} options\n */\n\nvar ClipboardActionDefault = function ClipboardActionDefault() {\n var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n // Defines base properties passed from constructor.\n var _options$action = options.action,\n action = _options$action === void 0 ? 'copy' : _options$action,\n container = options.container,\n target = options.target,\n text = options.text; // Sets the `action` to be performed which can be either 'copy' or 'cut'.\n\n if (action !== 'copy' && action !== 'cut') {\n throw new Error('Invalid \"action\" value, use either \"copy\" or \"cut\"');\n } // Sets the `target` property using an element that will be have its content copied.\n\n\n if (target !== undefined) {\n if (target && _typeof(target) === 'object' && target.nodeType === 1) {\n if (action === 'copy' && target.hasAttribute('disabled')) {\n throw new Error('Invalid \"target\" attribute. Please use \"readonly\" instead of \"disabled\" attribute');\n }\n\n if (action === 'cut' && (target.hasAttribute('readonly') || target.hasAttribute('disabled'))) {\n throw new Error('Invalid \"target\" attribute. You can\\'t cut text from elements with \"readonly\" or \"disabled\" attributes');\n }\n } else {\n throw new Error('Invalid \"target\" value, use a valid Element');\n }\n } // Define selection strategy based on `text` property.\n\n\n if (text) {\n return actions_copy(text, {\n container: container\n });\n } // Defines which selection strategy based on `target` property.\n\n\n if (target) {\n return action === 'cut' ? actions_cut(target) : actions_copy(target, {\n container: container\n });\n }\n};\n\n/* harmony default export */ var actions_default = (ClipboardActionDefault);\n;// CONCATENATED MODULE: ./src/clipboard.js\nfunction clipboard_typeof(obj) { \"@babel/helpers - typeof\"; if (typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\") { clipboard_typeof = function _typeof(obj) { return typeof obj; }; } else { clipboard_typeof = function _typeof(obj) { return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; }; } return clipboard_typeof(obj); }\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\n\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \"function\" && superClass !== null) { throw new TypeError(\"Super expression must either be null or a function\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }\n\nfunction _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }\n\nfunction _possibleConstructorReturn(self, call) { if (call && (clipboard_typeof(call) === \"object\" || typeof call === \"function\")) { return call; } return _assertThisInitialized(self); }\n\nfunction _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\"); } return self; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } }\n\nfunction _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\n\n\n\n\n\n\n/**\n * Helper function to retrieve attribute value.\n * @param {String} suffix\n * @param {Element} element\n */\n\nfunction getAttributeValue(suffix, element) {\n var attribute = \"data-clipboard-\".concat(suffix);\n\n if (!element.hasAttribute(attribute)) {\n return;\n }\n\n return element.getAttribute(attribute);\n}\n/**\n * Base class which takes one or more elements, adds event listeners to them,\n * and instantiates a new `ClipboardAction` on each click.\n */\n\n\nvar Clipboard = /*#__PURE__*/function (_Emitter) {\n _inherits(Clipboard, _Emitter);\n\n var _super = _createSuper(Clipboard);\n\n /**\n * @param {String|HTMLElement|HTMLCollection|NodeList} trigger\n * @param {Object} options\n */\n function Clipboard(trigger, options) {\n var _this;\n\n _classCallCheck(this, Clipboard);\n\n _this = _super.call(this);\n\n _this.resolveOptions(options);\n\n _this.listenClick(trigger);\n\n return _this;\n }\n /**\n * Defines if attributes would be resolved using internal setter functions\n * or custom functions that were passed in the constructor.\n * @param {Object} options\n */\n\n\n _createClass(Clipboard, [{\n key: \"resolveOptions\",\n value: function resolveOptions() {\n var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n this.action = typeof options.action === 'function' ? options.action : this.defaultAction;\n this.target = typeof options.target === 'function' ? options.target : this.defaultTarget;\n this.text = typeof options.text === 'function' ? options.text : this.defaultText;\n this.container = clipboard_typeof(options.container) === 'object' ? options.container : document.body;\n }\n /**\n * Adds a click event listener to the passed trigger.\n * @param {String|HTMLElement|HTMLCollection|NodeList} trigger\n */\n\n }, {\n key: \"listenClick\",\n value: function listenClick(trigger) {\n var _this2 = this;\n\n this.listener = listen_default()(trigger, 'click', function (e) {\n return _this2.onClick(e);\n });\n }\n /**\n * Defines a new `ClipboardAction` on each click event.\n * @param {Event} e\n */\n\n }, {\n key: \"onClick\",\n value: function onClick(e) {\n var trigger = e.delegateTarget || e.currentTarget;\n var action = this.action(trigger) || 'copy';\n var text = actions_default({\n action: action,\n container: this.container,\n target: this.target(trigger),\n text: this.text(trigger)\n }); // Fires an event based on the copy operation result.\n\n this.emit(text ? 'success' : 'error', {\n action: action,\n text: text,\n trigger: trigger,\n clearSelection: function clearSelection() {\n if (trigger) {\n trigger.focus();\n }\n\n window.getSelection().removeAllRanges();\n }\n });\n }\n /**\n * Default `action` lookup function.\n * @param {Element} trigger\n */\n\n }, {\n key: \"defaultAction\",\n value: function defaultAction(trigger) {\n return getAttributeValue('action', trigger);\n }\n /**\n * Default `target` lookup function.\n * @param {Element} trigger\n */\n\n }, {\n key: \"defaultTarget\",\n value: function defaultTarget(trigger) {\n var selector = getAttributeValue('target', trigger);\n\n if (selector) {\n return document.querySelector(selector);\n }\n }\n /**\n * Allow fire programmatically a copy action\n * @param {String|HTMLElement} target\n * @param {Object} options\n * @returns Text copied.\n */\n\n }, {\n key: \"defaultText\",\n\n /**\n * Default `text` lookup function.\n * @param {Element} trigger\n */\n value: function defaultText(trigger) {\n return getAttributeValue('text', trigger);\n }\n /**\n * Destroy lifecycle.\n */\n\n }, {\n key: \"destroy\",\n value: function destroy() {\n this.listener.destroy();\n }\n }], [{\n key: \"copy\",\n value: function copy(target) {\n var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {\n container: document.body\n };\n return actions_copy(target, options);\n }\n /**\n * Allow fire programmatically a cut action\n * @param {String|HTMLElement} target\n * @returns Text cutted.\n */\n\n }, {\n key: \"cut\",\n value: function cut(target) {\n return actions_cut(target);\n }\n /**\n * Returns the support of the given action, or all actions if no action is\n * given.\n * @param {String} [action]\n */\n\n }, {\n key: \"isSupported\",\n value: function isSupported() {\n var action = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : ['copy', 'cut'];\n var actions = typeof action === 'string' ? [action] : action;\n var support = !!document.queryCommandSupported;\n actions.forEach(function (action) {\n support = support && !!document.queryCommandSupported(action);\n });\n return support;\n }\n }]);\n\n return Clipboard;\n}((tiny_emitter_default()));\n\n/* harmony default export */ var clipboard = (Clipboard);\n\n/***/ }),\n\n/***/ 828:\n/***/ (function(module) {\n\nvar DOCUMENT_NODE_TYPE = 9;\n\n/**\n * A polyfill for Element.matches()\n */\nif (typeof Element !== 'undefined' && !Element.prototype.matches) {\n var proto = Element.prototype;\n\n proto.matches = proto.matchesSelector ||\n proto.mozMatchesSelector ||\n proto.msMatchesSelector ||\n proto.oMatchesSelector ||\n proto.webkitMatchesSelector;\n}\n\n/**\n * Finds the closest parent that matches a selector.\n *\n * @param {Element} element\n * @param {String} selector\n * @return {Function}\n */\nfunction closest (element, selector) {\n while (element && element.nodeType !== DOCUMENT_NODE_TYPE) {\n if (typeof element.matches === 'function' &&\n element.matches(selector)) {\n return element;\n }\n element = element.parentNode;\n }\n}\n\nmodule.exports = closest;\n\n\n/***/ }),\n\n/***/ 438:\n/***/ (function(module, __unused_webpack_exports, __webpack_require__) {\n\nvar closest = __webpack_require__(828);\n\n/**\n * Delegates event to a selector.\n *\n * @param {Element} element\n * @param {String} selector\n * @param {String} type\n * @param {Function} callback\n * @param {Boolean} useCapture\n * @return {Object}\n */\nfunction _delegate(element, selector, type, callback, useCapture) {\n var listenerFn = listener.apply(this, arguments);\n\n element.addEventListener(type, listenerFn, useCapture);\n\n return {\n destroy: function() {\n element.removeEventListener(type, listenerFn, useCapture);\n }\n }\n}\n\n/**\n * Delegates event to a selector.\n *\n * @param {Element|String|Array} [elements]\n * @param {String} selector\n * @param {String} type\n * @param {Function} callback\n * @param {Boolean} useCapture\n * @return {Object}\n */\nfunction delegate(elements, selector, type, callback, useCapture) {\n // Handle the regular Element usage\n if (typeof elements.addEventListener === 'function') {\n return _delegate.apply(null, arguments);\n }\n\n // Handle Element-less usage, it defaults to global delegation\n if (typeof type === 'function') {\n // Use `document` as the first parameter, then apply arguments\n // This is a short way to .unshift `arguments` without running into deoptimizations\n return _delegate.bind(null, document).apply(null, arguments);\n }\n\n // Handle Selector-based usage\n if (typeof elements === 'string') {\n elements = document.querySelectorAll(elements);\n }\n\n // Handle Array-like based usage\n return Array.prototype.map.call(elements, function (element) {\n return _delegate(element, selector, type, callback, useCapture);\n });\n}\n\n/**\n * Finds closest match and invokes callback.\n *\n * @param {Element} element\n * @param {String} selector\n * @param {String} type\n * @param {Function} callback\n * @return {Function}\n */\nfunction listener(element, selector, type, callback) {\n return function(e) {\n e.delegateTarget = closest(e.target, selector);\n\n if (e.delegateTarget) {\n callback.call(element, e);\n }\n }\n}\n\nmodule.exports = delegate;\n\n\n/***/ }),\n\n/***/ 879:\n/***/ (function(__unused_webpack_module, exports) {\n\n/**\n * Check if argument is a HTML element.\n *\n * @param {Object} value\n * @return {Boolean}\n */\nexports.node = function(value) {\n return value !== undefined\n && value instanceof HTMLElement\n && value.nodeType === 1;\n};\n\n/**\n * Check if argument is a list of HTML elements.\n *\n * @param {Object} value\n * @return {Boolean}\n */\nexports.nodeList = function(value) {\n var type = Object.prototype.toString.call(value);\n\n return value !== undefined\n && (type === '[object NodeList]' || type === '[object HTMLCollection]')\n && ('length' in value)\n && (value.length === 0 || exports.node(value[0]));\n};\n\n/**\n * Check if argument is a string.\n *\n * @param {Object} value\n * @return {Boolean}\n */\nexports.string = function(value) {\n return typeof value === 'string'\n || value instanceof String;\n};\n\n/**\n * Check if argument is a function.\n *\n * @param {Object} value\n * @return {Boolean}\n */\nexports.fn = function(value) {\n var type = Object.prototype.toString.call(value);\n\n return type === '[object Function]';\n};\n\n\n/***/ }),\n\n/***/ 370:\n/***/ (function(module, __unused_webpack_exports, __webpack_require__) {\n\nvar is = __webpack_require__(879);\nvar delegate = __webpack_require__(438);\n\n/**\n * Validates all params and calls the right\n * listener function based on its target type.\n *\n * @param {String|HTMLElement|HTMLCollection|NodeList} target\n * @param {String} type\n * @param {Function} callback\n * @return {Object}\n */\nfunction listen(target, type, callback) {\n if (!target && !type && !callback) {\n throw new Error('Missing required arguments');\n }\n\n if (!is.string(type)) {\n throw new TypeError('Second argument must be a String');\n }\n\n if (!is.fn(callback)) {\n throw new TypeError('Third argument must be a Function');\n }\n\n if (is.node(target)) {\n return listenNode(target, type, callback);\n }\n else if (is.nodeList(target)) {\n return listenNodeList(target, type, callback);\n }\n else if (is.string(target)) {\n return listenSelector(target, type, callback);\n }\n else {\n throw new TypeError('First argument must be a String, HTMLElement, HTMLCollection, or NodeList');\n }\n}\n\n/**\n * Adds an event listener to a HTML element\n * and returns a remove listener function.\n *\n * @param {HTMLElement} node\n * @param {String} type\n * @param {Function} callback\n * @return {Object}\n */\nfunction listenNode(node, type, callback) {\n node.addEventListener(type, callback);\n\n return {\n destroy: function() {\n node.removeEventListener(type, callback);\n }\n }\n}\n\n/**\n * Add an event listener to a list of HTML elements\n * and returns a remove listener function.\n *\n * @param {NodeList|HTMLCollection} nodeList\n * @param {String} type\n * @param {Function} callback\n * @return {Object}\n */\nfunction listenNodeList(nodeList, type, callback) {\n Array.prototype.forEach.call(nodeList, function(node) {\n node.addEventListener(type, callback);\n });\n\n return {\n destroy: function() {\n Array.prototype.forEach.call(nodeList, function(node) {\n node.removeEventListener(type, callback);\n });\n }\n }\n}\n\n/**\n * Add an event listener to a selector\n * and returns a remove listener function.\n *\n * @param {String} selector\n * @param {String} type\n * @param {Function} callback\n * @return {Object}\n */\nfunction listenSelector(selector, type, callback) {\n return delegate(document.body, selector, type, callback);\n}\n\nmodule.exports = listen;\n\n\n/***/ }),\n\n/***/ 817:\n/***/ (function(module) {\n\nfunction select(element) {\n var selectedText;\n\n if (element.nodeName === 'SELECT') {\n element.focus();\n\n selectedText = element.value;\n }\n else if (element.nodeName === 'INPUT' || element.nodeName === 'TEXTAREA') {\n var isReadOnly = element.hasAttribute('readonly');\n\n if (!isReadOnly) {\n element.setAttribute('readonly', '');\n }\n\n element.select();\n element.setSelectionRange(0, element.value.length);\n\n if (!isReadOnly) {\n element.removeAttribute('readonly');\n }\n\n selectedText = element.value;\n }\n else {\n if (element.hasAttribute('contenteditable')) {\n element.focus();\n }\n\n var selection = window.getSelection();\n var range = document.createRange();\n\n range.selectNodeContents(element);\n selection.removeAllRanges();\n selection.addRange(range);\n\n selectedText = selection.toString();\n }\n\n return selectedText;\n}\n\nmodule.exports = select;\n\n\n/***/ }),\n\n/***/ 279:\n/***/ (function(module) {\n\nfunction E () {\n // Keep this empty so it's easier to inherit from\n // (via https://github.com/lipsmack from https://github.com/scottcorgan/tiny-emitter/issues/3)\n}\n\nE.prototype = {\n on: function (name, callback, ctx) {\n var e = this.e || (this.e = {});\n\n (e[name] || (e[name] = [])).push({\n fn: callback,\n ctx: ctx\n });\n\n return this;\n },\n\n once: function (name, callback, ctx) {\n var self = this;\n function listener () {\n self.off(name, listener);\n callback.apply(ctx, arguments);\n };\n\n listener._ = callback\n return this.on(name, listener, ctx);\n },\n\n emit: function (name) {\n var data = [].slice.call(arguments, 1);\n var evtArr = ((this.e || (this.e = {}))[name] || []).slice();\n var i = 0;\n var len = evtArr.length;\n\n for (i; i < len; i++) {\n evtArr[i].fn.apply(evtArr[i].ctx, data);\n }\n\n return this;\n },\n\n off: function (name, callback) {\n var e = this.e || (this.e = {});\n var evts = e[name];\n var liveEvents = [];\n\n if (evts && callback) {\n for (var i = 0, len = evts.length; i < len; i++) {\n if (evts[i].fn !== callback && evts[i].fn._ !== callback)\n liveEvents.push(evts[i]);\n }\n }\n\n // Remove event from queue to prevent memory leak\n // Suggested by https://github.com/lazd\n // Ref: https://github.com/scottcorgan/tiny-emitter/commit/c6ebfaa9bc973b33d110a84a307742b7cf94c953#commitcomment-5024910\n\n (liveEvents.length)\n ? e[name] = liveEvents\n : delete e[name];\n\n return this;\n }\n};\n\nmodule.exports = E;\nmodule.exports.TinyEmitter = E;\n\n\n/***/ })\n\n/******/ \t});\n/************************************************************************/\n/******/ \t// The module cache\n/******/ \tvar __webpack_module_cache__ = {};\n/******/ \t\n/******/ \t// The require function\n/******/ \tfunction __webpack_require__(moduleId) {\n/******/ \t\t// Check if module is in cache\n/******/ \t\tif(__webpack_module_cache__[moduleId]) {\n/******/ \t\t\treturn __webpack_module_cache__[moduleId].exports;\n/******/ \t\t}\n/******/ \t\t// Create a new module (and put it into the cache)\n/******/ \t\tvar module = __webpack_module_cache__[moduleId] = {\n/******/ \t\t\t// no module.id needed\n/******/ \t\t\t// no module.loaded needed\n/******/ \t\t\texports: {}\n/******/ \t\t};\n/******/ \t\n/******/ \t\t// Execute the module function\n/******/ \t\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n/******/ \t\n/******/ \t\t// Return the exports of the module\n/******/ \t\treturn module.exports;\n/******/ \t}\n/******/ \t\n/************************************************************************/\n/******/ \t/* webpack/runtime/compat get default export */\n/******/ \t!function() {\n/******/ \t\t// getDefaultExport function for compatibility with non-harmony modules\n/******/ \t\t__webpack_require__.n = function(module) {\n/******/ \t\t\tvar getter = module && module.__esModule ?\n/******/ \t\t\t\tfunction() { return module['default']; } :\n/******/ \t\t\t\tfunction() { return module; };\n/******/ \t\t\t__webpack_require__.d(getter, { a: getter });\n/******/ \t\t\treturn getter;\n/******/ \t\t};\n/******/ \t}();\n/******/ \t\n/******/ \t/* webpack/runtime/define property getters */\n/******/ \t!function() {\n/******/ \t\t// define getter functions for harmony exports\n/******/ \t\t__webpack_require__.d = function(exports, definition) {\n/******/ \t\t\tfor(var key in definition) {\n/******/ \t\t\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n/******/ \t\t\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n/******/ \t\t\t\t}\n/******/ \t\t\t}\n/******/ \t\t};\n/******/ \t}();\n/******/ \t\n/******/ \t/* webpack/runtime/hasOwnProperty shorthand */\n/******/ \t!function() {\n/******/ \t\t__webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }\n/******/ \t}();\n/******/ \t\n/************************************************************************/\n/******/ \t// module exports must be returned from runtime so entry inlining is disabled\n/******/ \t// startup\n/******/ \t// Load entry module and return exports\n/******/ \treturn __webpack_require__(686);\n/******/ })()\n.default;\n});", "/*\n * Copyright (c) 2016-2024 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport \"focus-visible\"\n\nimport {\n EMPTY,\n NEVER,\n Observable,\n Subject,\n defer,\n delay,\n filter,\n map,\n merge,\n mergeWith,\n shareReplay,\n switchMap\n} from \"rxjs\"\n\nimport { configuration, feature } from \"./_\"\nimport {\n at,\n getActiveElement,\n getOptionalElement,\n requestJSON,\n setLocation,\n setToggle,\n watchDocument,\n watchKeyboard,\n watchLocation,\n watchLocationTarget,\n watchMedia,\n watchPrint,\n watchScript,\n watchViewport\n} from \"./browser\"\nimport {\n getComponentElement,\n getComponentElements,\n mountAnnounce,\n mountBackToTop,\n mountConsent,\n mountContent,\n mountDialog,\n mountHeader,\n mountHeaderTitle,\n mountPalette,\n mountProgress,\n mountSearch,\n mountSearchHiglight,\n mountSidebar,\n mountSource,\n mountTableOfContents,\n mountTabs,\n watchHeader,\n watchMain\n} from \"./components\"\nimport {\n SearchIndex,\n setupClipboardJS,\n setupInstantNavigation,\n setupVersionSelector\n} from \"./integrations\"\nimport {\n patchEllipsis,\n patchIndeterminate,\n patchScrollfix,\n patchScrolllock\n} from \"./patches\"\nimport \"./polyfills\"\n\n/* ----------------------------------------------------------------------------\n * Functions - @todo refactor\n * ------------------------------------------------------------------------- */\n\n/**\n * Fetch search index\n *\n * @returns Search index observable\n */\nfunction fetchSearchIndex(): Observable {\n if (location.protocol === \"file:\") {\n return watchScript(\n `${new URL(\"search/search_index.js\", config.base)}`\n )\n .pipe(\n // @ts-ignore - @todo fix typings\n map(() => __index),\n shareReplay(1)\n )\n } else {\n return requestJSON(\n new URL(\"search/search_index.json\", config.base)\n )\n }\n}\n\n/* ----------------------------------------------------------------------------\n * Application\n * ------------------------------------------------------------------------- */\n\n/* Yay, JavaScript is available */\ndocument.documentElement.classList.remove(\"no-js\")\ndocument.documentElement.classList.add(\"js\")\n\n/* Set up navigation observables and subjects */\nconst document$ = watchDocument()\nconst location$ = watchLocation()\nconst target$ = watchLocationTarget(location$)\nconst keyboard$ = watchKeyboard()\n\n/* Set up media observables */\nconst viewport$ = watchViewport()\nconst tablet$ = watchMedia(\"(min-width: 960px)\")\nconst screen$ = watchMedia(\"(min-width: 1220px)\")\nconst print$ = watchPrint()\n\n/* Retrieve search index, if search is enabled */\nconst config = configuration()\nconst index$ = document.forms.namedItem(\"search\")\n ? Promise.resolve({})\n : NEVER\n\n/* Set up Clipboard.js integration */\nconst alert$ = new Subject()\nsetupClipboardJS({ alert$ })\n\n/* Set up progress indicator */\nconst progress$ = new Subject()\n\n/* Set up instant navigation, if enabled */\nif (feature(\"navigation.instant\"))\n setupInstantNavigation({ location$, viewport$, progress$ })\n .subscribe(document$)\n\n/* Set up version selector */\nif (config.version?.provider === \"mike\")\n setupVersionSelector({ document$ })\n\n/* Always close drawer and search on navigation */\nmerge(location$, target$)\n .pipe(\n delay(125)\n )\n .subscribe(() => {\n setToggle(\"drawer\", false)\n setToggle(\"search\", false)\n })\n\n/* Set up global keyboard handlers */\nkeyboard$\n .pipe(\n filter(({ mode }) => mode === \"global\")\n )\n .subscribe(key => {\n switch (key.type) {\n\n /* Go to previous page */\n case \"p\":\n case \",\":\n const prev = getOptionalElement(\"link[rel=prev]\")\n if (typeof prev !== \"undefined\")\n setLocation(prev)\n break\n\n /* Go to next page */\n case \"n\":\n case \".\":\n const next = getOptionalElement(\"link[rel=next]\")\n if (typeof next !== \"undefined\")\n setLocation(next)\n break\n\n /* Expand navigation, see https://bit.ly/3ZjG5io */\n case \"Enter\":\n const active = getActiveElement()\n if (active instanceof HTMLLabelElement)\n active.click()\n }\n })\n\n/* Set up patches */\npatchEllipsis({ viewport$, document$ })\npatchIndeterminate({ document$, tablet$ })\npatchScrollfix({ document$ })\npatchScrolllock({ viewport$, tablet$ })\n\n/* Set up header and main area observable */\nconst header$ = watchHeader(getComponentElement(\"header\"), { viewport$ })\nconst main$ = document$\n .pipe(\n map(() => getComponentElement(\"main\")),\n switchMap(el => watchMain(el, { viewport$, header$ })),\n shareReplay(1)\n )\n\n/* Set up control component observables */\nconst control$ = merge(\n\n /* Consent */\n ...getComponentElements(\"consent\")\n .map(el => mountConsent(el, { target$ })),\n\n /* Dialog */\n ...getComponentElements(\"dialog\")\n .map(el => mountDialog(el, { alert$ })),\n\n /* Color palette */\n ...getComponentElements(\"palette\")\n .map(el => mountPalette(el)),\n\n /* Progress bar */\n ...getComponentElements(\"progress\")\n .map(el => mountProgress(el, { progress$ })),\n\n /* Search */\n ...getComponentElements(\"search\")\n .map(el => mountSearch(el, { index$, keyboard$ })),\n\n /* Repository information */\n ...getComponentElements(\"source\")\n .map(el => mountSource(el))\n)\n\n/* Set up content component observables */\nconst content$ = defer(() => merge(\n\n /* Announcement bar */\n ...getComponentElements(\"announce\")\n .map(el => mountAnnounce(el)),\n\n /* Content */\n ...getComponentElements(\"content\")\n .map(el => mountContent(el, { viewport$, target$, print$ })),\n\n /* Search highlighting */\n ...getComponentElements(\"content\")\n .map(el => feature(\"search.highlight\")\n ? mountSearchHiglight(el, { index$, location$ })\n : EMPTY\n ),\n\n /* Header */\n ...getComponentElements(\"header\")\n .map(el => mountHeader(el, { viewport$, header$, main$ })),\n\n /* Header title */\n ...getComponentElements(\"header-title\")\n .map(el => mountHeaderTitle(el, { viewport$, header$ })),\n\n /* Sidebar */\n ...getComponentElements(\"sidebar\")\n .map(el => el.getAttribute(\"data-md-type\") === \"navigation\"\n ? at(screen$, () => mountSidebar(el, { viewport$, header$, main$ }))\n : at(tablet$, () => mountSidebar(el, { viewport$, header$, main$ }))\n ),\n\n /* Navigation tabs */\n ...getComponentElements(\"tabs\")\n .map(el => mountTabs(el, { viewport$, header$ })),\n\n /* Table of contents */\n ...getComponentElements(\"toc\")\n .map(el => mountTableOfContents(el, {\n viewport$, header$, main$, target$\n })),\n\n /* Back-to-top button */\n ...getComponentElements(\"top\")\n .map(el => mountBackToTop(el, { viewport$, header$, main$, target$ }))\n))\n\n/* Set up component observables */\nconst component$ = document$\n .pipe(\n switchMap(() => content$),\n mergeWith(control$),\n shareReplay(1)\n )\n\n/* Subscribe to all components */\ncomponent$.subscribe()\n\n/* ----------------------------------------------------------------------------\n * Exports\n * ------------------------------------------------------------------------- */\n\nwindow.document$ = document$ /* Document observable */\nwindow.location$ = location$ /* Location subject */\nwindow.target$ = target$ /* Location target observable */\nwindow.keyboard$ = keyboard$ /* Keyboard observable */\nwindow.viewport$ = viewport$ /* Viewport observable */\nwindow.tablet$ = tablet$ /* Media tablet observable */\nwindow.screen$ = screen$ /* Media screen observable */\nwindow.print$ = print$ /* Media print observable */\nwindow.alert$ = alert$ /* Alert subject */\nwindow.progress$ = progress$ /* Progress indicator subject */\nwindow.component$ = component$ /* Component observable */\n", "/******************************************************************************\nCopyright (c) Microsoft Corporation.\n\nPermission to use, copy, modify, and/or distribute this software for any\npurpose with or without fee is hereby granted.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\nPERFORMANCE OF THIS SOFTWARE.\n***************************************************************************** */\n/* global Reflect, Promise, SuppressedError, Symbol, Iterator */\n\nvar extendStatics = function(d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n return extendStatics(d, b);\n};\n\nexport function __extends(d, b) {\n if (typeof b !== \"function\" && b !== null)\n throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n}\n\nexport var __assign = function() {\n __assign = Object.assign || function __assign(t) {\n for (var s, i = 1, n = arguments.length; i < n; i++) {\n s = arguments[i];\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\n }\n return t;\n }\n return __assign.apply(this, arguments);\n}\n\nexport function __rest(s, e) {\n var t = {};\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\n t[p] = s[p];\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\n t[p[i]] = s[p[i]];\n }\n return t;\n}\n\nexport function __decorate(decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n}\n\nexport function __param(paramIndex, decorator) {\n return function (target, key) { decorator(target, key, paramIndex); }\n}\n\nexport function __esDecorate(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {\n function accept(f) { if (f !== void 0 && typeof f !== \"function\") throw new TypeError(\"Function expected\"); return f; }\n var kind = contextIn.kind, key = kind === \"getter\" ? \"get\" : kind === \"setter\" ? \"set\" : \"value\";\n var target = !descriptorIn && ctor ? contextIn[\"static\"] ? ctor : ctor.prototype : null;\n var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {});\n var _, done = false;\n for (var i = decorators.length - 1; i >= 0; i--) {\n var context = {};\n for (var p in contextIn) context[p] = p === \"access\" ? {} : contextIn[p];\n for (var p in contextIn.access) context.access[p] = contextIn.access[p];\n context.addInitializer = function (f) { if (done) throw new TypeError(\"Cannot add initializers after decoration has completed\"); extraInitializers.push(accept(f || null)); };\n var result = (0, decorators[i])(kind === \"accessor\" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context);\n if (kind === \"accessor\") {\n if (result === void 0) continue;\n if (result === null || typeof result !== \"object\") throw new TypeError(\"Object expected\");\n if (_ = accept(result.get)) descriptor.get = _;\n if (_ = accept(result.set)) descriptor.set = _;\n if (_ = accept(result.init)) initializers.unshift(_);\n }\n else if (_ = accept(result)) {\n if (kind === \"field\") initializers.unshift(_);\n else descriptor[key] = _;\n }\n }\n if (target) Object.defineProperty(target, contextIn.name, descriptor);\n done = true;\n};\n\nexport function __runInitializers(thisArg, initializers, value) {\n var useValue = arguments.length > 2;\n for (var i = 0; i < initializers.length; i++) {\n value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg);\n }\n return useValue ? value : void 0;\n};\n\nexport function __propKey(x) {\n return typeof x === \"symbol\" ? x : \"\".concat(x);\n};\n\nexport function __setFunctionName(f, name, prefix) {\n if (typeof name === \"symbol\") name = name.description ? \"[\".concat(name.description, \"]\") : \"\";\n return Object.defineProperty(f, \"name\", { configurable: true, value: prefix ? \"\".concat(prefix, \" \", name) : name });\n};\n\nexport function __metadata(metadataKey, metadataValue) {\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\n}\n\nexport function __awaiter(thisArg, _arguments, P, generator) {\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\n return new (P || (P = Promise))(function (resolve, reject) {\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\n step((generator = generator.apply(thisArg, _arguments || [])).next());\n });\n}\n\nexport function __generator(thisArg, body) {\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === \"function\" ? Iterator : Object).prototype);\n return g.next = verb(0), g[\"throw\"] = verb(1), g[\"return\"] = verb(2), typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\n function verb(n) { return function (v) { return step([n, v]); }; }\n function step(op) {\n if (f) throw new TypeError(\"Generator is already executing.\");\n while (g && (g = 0, op[0] && (_ = 0)), _) try {\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\n if (y = 0, t) op = [op[0] & 2, t.value];\n switch (op[0]) {\n case 0: case 1: t = op; break;\n case 4: _.label++; return { value: op[1], done: false };\n case 5: _.label++; y = op[1]; op = [0]; continue;\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\n default:\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\n if (t[2]) _.ops.pop();\n _.trys.pop(); continue;\n }\n op = body.call(thisArg, _);\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\n }\n}\n\nexport var __createBinding = Object.create ? (function(o, m, k, k2) {\n if (k2 === undefined) k2 = k;\n var desc = Object.getOwnPropertyDescriptor(m, k);\n if (!desc || (\"get\" in desc ? !m.__esModule : desc.writable || desc.configurable)) {\n desc = { enumerable: true, get: function() { return m[k]; } };\n }\n Object.defineProperty(o, k2, desc);\n}) : (function(o, m, k, k2) {\n if (k2 === undefined) k2 = k;\n o[k2] = m[k];\n});\n\nexport function __exportStar(m, o) {\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p);\n}\n\nexport function __values(o) {\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\n if (m) return m.call(o);\n if (o && typeof o.length === \"number\") return {\n next: function () {\n if (o && i >= o.length) o = void 0;\n return { value: o && o[i++], done: !o };\n }\n };\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\n}\n\nexport function __read(o, n) {\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\n if (!m) return o;\n var i = m.call(o), r, ar = [], e;\n try {\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\n }\n catch (error) { e = { error: error }; }\n finally {\n try {\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\n }\n finally { if (e) throw e.error; }\n }\n return ar;\n}\n\n/** @deprecated */\nexport function __spread() {\n for (var ar = [], i = 0; i < arguments.length; i++)\n ar = ar.concat(__read(arguments[i]));\n return ar;\n}\n\n/** @deprecated */\nexport function __spreadArrays() {\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\n r[k] = a[j];\n return r;\n}\n\nexport function __spreadArray(to, from, pack) {\n if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {\n if (ar || !(i in from)) {\n if (!ar) ar = Array.prototype.slice.call(from, 0, i);\n ar[i] = from[i];\n }\n }\n return to.concat(ar || Array.prototype.slice.call(from));\n}\n\nexport function __await(v) {\n return this instanceof __await ? (this.v = v, this) : new __await(v);\n}\n\nexport function __asyncGenerator(thisArg, _arguments, generator) {\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\n return i = Object.create((typeof AsyncIterator === \"function\" ? AsyncIterator : Object).prototype), verb(\"next\"), verb(\"throw\"), verb(\"return\", awaitReturn), i[Symbol.asyncIterator] = function () { return this; }, i;\n function awaitReturn(f) { return function (v) { return Promise.resolve(v).then(f, reject); }; }\n function verb(n, f) { if (g[n]) { i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; if (f) i[n] = f(i[n]); } }\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\n function fulfill(value) { resume(\"next\", value); }\n function reject(value) { resume(\"throw\", value); }\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\n}\n\nexport function __asyncDelegator(o) {\n var i, p;\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: false } : f ? f(v) : v; } : f; }\n}\n\nexport function __asyncValues(o) {\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\n var m = o[Symbol.asyncIterator], i;\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\n}\n\nexport function __makeTemplateObject(cooked, raw) {\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\n return cooked;\n};\n\nvar __setModuleDefault = Object.create ? (function(o, v) {\n Object.defineProperty(o, \"default\", { enumerable: true, value: v });\n}) : function(o, v) {\n o[\"default\"] = v;\n};\n\nexport function __importStar(mod) {\n if (mod && mod.__esModule) return mod;\n var result = {};\n if (mod != null) for (var k in mod) if (k !== \"default\" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);\n __setModuleDefault(result, mod);\n return result;\n}\n\nexport function __importDefault(mod) {\n return (mod && mod.__esModule) ? mod : { default: mod };\n}\n\nexport function __classPrivateFieldGet(receiver, state, kind, f) {\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a getter\");\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");\n return kind === \"m\" ? f : kind === \"a\" ? f.call(receiver) : f ? f.value : state.get(receiver);\n}\n\nexport function __classPrivateFieldSet(receiver, state, value, kind, f) {\n if (kind === \"m\") throw new TypeError(\"Private method is not writable\");\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a setter\");\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");\n return (kind === \"a\" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;\n}\n\nexport function __classPrivateFieldIn(state, receiver) {\n if (receiver === null || (typeof receiver !== \"object\" && typeof receiver !== \"function\")) throw new TypeError(\"Cannot use 'in' operator on non-object\");\n return typeof state === \"function\" ? receiver === state : state.has(receiver);\n}\n\nexport function __addDisposableResource(env, value, async) {\n if (value !== null && value !== void 0) {\n if (typeof value !== \"object\" && typeof value !== \"function\") throw new TypeError(\"Object expected.\");\n var dispose, inner;\n if (async) {\n if (!Symbol.asyncDispose) throw new TypeError(\"Symbol.asyncDispose is not defined.\");\n dispose = value[Symbol.asyncDispose];\n }\n if (dispose === void 0) {\n if (!Symbol.dispose) throw new TypeError(\"Symbol.dispose is not defined.\");\n dispose = value[Symbol.dispose];\n if (async) inner = dispose;\n }\n if (typeof dispose !== \"function\") throw new TypeError(\"Object not disposable.\");\n if (inner) dispose = function() { try { inner.call(this); } catch (e) { return Promise.reject(e); } };\n env.stack.push({ value: value, dispose: dispose, async: async });\n }\n else if (async) {\n env.stack.push({ async: true });\n }\n return value;\n}\n\nvar _SuppressedError = typeof SuppressedError === \"function\" ? SuppressedError : function (error, suppressed, message) {\n var e = new Error(message);\n return e.name = \"SuppressedError\", e.error = error, e.suppressed = suppressed, e;\n};\n\nexport function __disposeResources(env) {\n function fail(e) {\n env.error = env.hasError ? new _SuppressedError(e, env.error, \"An error was suppressed during disposal.\") : e;\n env.hasError = true;\n }\n var r, s = 0;\n function next() {\n while (r = env.stack.pop()) {\n try {\n if (!r.async && s === 1) return s = 0, env.stack.push(r), Promise.resolve().then(next);\n if (r.dispose) {\n var result = r.dispose.call(r.value);\n if (r.async) return s |= 2, Promise.resolve(result).then(next, function(e) { fail(e); return next(); });\n }\n else s |= 1;\n }\n catch (e) {\n fail(e);\n }\n }\n if (s === 1) return env.hasError ? Promise.reject(env.error) : Promise.resolve();\n if (env.hasError) throw env.error;\n }\n return next();\n}\n\nexport default {\n __extends,\n __assign,\n __rest,\n __decorate,\n __param,\n __metadata,\n __awaiter,\n __generator,\n __createBinding,\n __exportStar,\n __values,\n __read,\n __spread,\n __spreadArrays,\n __spreadArray,\n __await,\n __asyncGenerator,\n __asyncDelegator,\n __asyncValues,\n __makeTemplateObject,\n __importStar,\n __importDefault,\n __classPrivateFieldGet,\n __classPrivateFieldSet,\n __classPrivateFieldIn,\n __addDisposableResource,\n __disposeResources,\n};\n", "/**\n * Returns true if the object is a function.\n * @param value The value to check\n */\nexport function isFunction(value: any): value is (...args: any[]) => any {\n return typeof value === 'function';\n}\n", "/**\n * Used to create Error subclasses until the community moves away from ES5.\n *\n * This is because compiling from TypeScript down to ES5 has issues with subclassing Errors\n * as well as other built-in types: https://github.com/Microsoft/TypeScript/issues/12123\n *\n * @param createImpl A factory function to create the actual constructor implementation. The returned\n * function should be a named function that calls `_super` internally.\n */\nexport function createErrorClass(createImpl: (_super: any) => any): T {\n const _super = (instance: any) => {\n Error.call(instance);\n instance.stack = new Error().stack;\n };\n\n const ctorFunc = createImpl(_super);\n ctorFunc.prototype = Object.create(Error.prototype);\n ctorFunc.prototype.constructor = ctorFunc;\n return ctorFunc;\n}\n", "import { createErrorClass } from './createErrorClass';\n\nexport interface UnsubscriptionError extends Error {\n readonly errors: any[];\n}\n\nexport interface UnsubscriptionErrorCtor {\n /**\n * @deprecated Internal implementation detail. Do not construct error instances.\n * Cannot be tagged as internal: https://github.com/ReactiveX/rxjs/issues/6269\n */\n new (errors: any[]): UnsubscriptionError;\n}\n\n/**\n * An error thrown when one or more errors have occurred during the\n * `unsubscribe` of a {@link Subscription}.\n */\nexport const UnsubscriptionError: UnsubscriptionErrorCtor = createErrorClass(\n (_super) =>\n function UnsubscriptionErrorImpl(this: any, errors: (Error | string)[]) {\n _super(this);\n this.message = errors\n ? `${errors.length} errors occurred during unsubscription:\n${errors.map((err, i) => `${i + 1}) ${err.toString()}`).join('\\n ')}`\n : '';\n this.name = 'UnsubscriptionError';\n this.errors = errors;\n }\n);\n", "/**\n * Removes an item from an array, mutating it.\n * @param arr The array to remove the item from\n * @param item The item to remove\n */\nexport function arrRemove(arr: T[] | undefined | null, item: T) {\n if (arr) {\n const index = arr.indexOf(item);\n 0 <= index && arr.splice(index, 1);\n }\n}\n", "import { isFunction } from './util/isFunction';\nimport { UnsubscriptionError } from './util/UnsubscriptionError';\nimport { SubscriptionLike, TeardownLogic, Unsubscribable } from './types';\nimport { arrRemove } from './util/arrRemove';\n\n/**\n * Represents a disposable resource, such as the execution of an Observable. A\n * Subscription has one important method, `unsubscribe`, that takes no argument\n * and just disposes the resource held by the subscription.\n *\n * Additionally, subscriptions may be grouped together through the `add()`\n * method, which will attach a child Subscription to the current Subscription.\n * When a Subscription is unsubscribed, all its children (and its grandchildren)\n * will be unsubscribed as well.\n *\n * @class Subscription\n */\nexport class Subscription implements SubscriptionLike {\n /** @nocollapse */\n public static EMPTY = (() => {\n const empty = new Subscription();\n empty.closed = true;\n return empty;\n })();\n\n /**\n * A flag to indicate whether this Subscription has already been unsubscribed.\n */\n public closed = false;\n\n private _parentage: Subscription[] | Subscription | null = null;\n\n /**\n * The list of registered finalizers to execute upon unsubscription. Adding and removing from this\n * list occurs in the {@link #add} and {@link #remove} methods.\n */\n private _finalizers: Exclude[] | null = null;\n\n /**\n * @param initialTeardown A function executed first as part of the finalization\n * process that is kicked off when {@link #unsubscribe} is called.\n */\n constructor(private initialTeardown?: () => void) {}\n\n /**\n * Disposes the resources held by the subscription. May, for instance, cancel\n * an ongoing Observable execution or cancel any other type of work that\n * started when the Subscription was created.\n * @return {void}\n */\n unsubscribe(): void {\n let errors: any[] | undefined;\n\n if (!this.closed) {\n this.closed = true;\n\n // Remove this from it's parents.\n const { _parentage } = this;\n if (_parentage) {\n this._parentage = null;\n if (Array.isArray(_parentage)) {\n for (const parent of _parentage) {\n parent.remove(this);\n }\n } else {\n _parentage.remove(this);\n }\n }\n\n const { initialTeardown: initialFinalizer } = this;\n if (isFunction(initialFinalizer)) {\n try {\n initialFinalizer();\n } catch (e) {\n errors = e instanceof UnsubscriptionError ? e.errors : [e];\n }\n }\n\n const { _finalizers } = this;\n if (_finalizers) {\n this._finalizers = null;\n for (const finalizer of _finalizers) {\n try {\n execFinalizer(finalizer);\n } catch (err) {\n errors = errors ?? [];\n if (err instanceof UnsubscriptionError) {\n errors = [...errors, ...err.errors];\n } else {\n errors.push(err);\n }\n }\n }\n }\n\n if (errors) {\n throw new UnsubscriptionError(errors);\n }\n }\n }\n\n /**\n * Adds a finalizer to this subscription, so that finalization will be unsubscribed/called\n * when this subscription is unsubscribed. If this subscription is already {@link #closed},\n * because it has already been unsubscribed, then whatever finalizer is passed to it\n * will automatically be executed (unless the finalizer itself is also a closed subscription).\n *\n * Closed Subscriptions cannot be added as finalizers to any subscription. Adding a closed\n * subscription to a any subscription will result in no operation. (A noop).\n *\n * Adding a subscription to itself, or adding `null` or `undefined` will not perform any\n * operation at all. (A noop).\n *\n * `Subscription` instances that are added to this instance will automatically remove themselves\n * if they are unsubscribed. Functions and {@link Unsubscribable} objects that you wish to remove\n * will need to be removed manually with {@link #remove}\n *\n * @param teardown The finalization logic to add to this subscription.\n */\n add(teardown: TeardownLogic): void {\n // Only add the finalizer if it's not undefined\n // and don't add a subscription to itself.\n if (teardown && teardown !== this) {\n if (this.closed) {\n // If this subscription is already closed,\n // execute whatever finalizer is handed to it automatically.\n execFinalizer(teardown);\n } else {\n if (teardown instanceof Subscription) {\n // We don't add closed subscriptions, and we don't add the same subscription\n // twice. Subscription unsubscribe is idempotent.\n if (teardown.closed || teardown._hasParent(this)) {\n return;\n }\n teardown._addParent(this);\n }\n (this._finalizers = this._finalizers ?? []).push(teardown);\n }\n }\n }\n\n /**\n * Checks to see if a this subscription already has a particular parent.\n * This will signal that this subscription has already been added to the parent in question.\n * @param parent the parent to check for\n */\n private _hasParent(parent: Subscription) {\n const { _parentage } = this;\n return _parentage === parent || (Array.isArray(_parentage) && _parentage.includes(parent));\n }\n\n /**\n * Adds a parent to this subscription so it can be removed from the parent if it\n * unsubscribes on it's own.\n *\n * NOTE: THIS ASSUMES THAT {@link _hasParent} HAS ALREADY BEEN CHECKED.\n * @param parent The parent subscription to add\n */\n private _addParent(parent: Subscription) {\n const { _parentage } = this;\n this._parentage = Array.isArray(_parentage) ? (_parentage.push(parent), _parentage) : _parentage ? [_parentage, parent] : parent;\n }\n\n /**\n * Called on a child when it is removed via {@link #remove}.\n * @param parent The parent to remove\n */\n private _removeParent(parent: Subscription) {\n const { _parentage } = this;\n if (_parentage === parent) {\n this._parentage = null;\n } else if (Array.isArray(_parentage)) {\n arrRemove(_parentage, parent);\n }\n }\n\n /**\n * Removes a finalizer from this subscription that was previously added with the {@link #add} method.\n *\n * Note that `Subscription` instances, when unsubscribed, will automatically remove themselves\n * from every other `Subscription` they have been added to. This means that using the `remove` method\n * is not a common thing and should be used thoughtfully.\n *\n * If you add the same finalizer instance of a function or an unsubscribable object to a `Subscription` instance\n * more than once, you will need to call `remove` the same number of times to remove all instances.\n *\n * All finalizer instances are removed to free up memory upon unsubscription.\n *\n * @param teardown The finalizer to remove from this subscription\n */\n remove(teardown: Exclude): void {\n const { _finalizers } = this;\n _finalizers && arrRemove(_finalizers, teardown);\n\n if (teardown instanceof Subscription) {\n teardown._removeParent(this);\n }\n }\n}\n\nexport const EMPTY_SUBSCRIPTION = Subscription.EMPTY;\n\nexport function isSubscription(value: any): value is Subscription {\n return (\n value instanceof Subscription ||\n (value && 'closed' in value && isFunction(value.remove) && isFunction(value.add) && isFunction(value.unsubscribe))\n );\n}\n\nfunction execFinalizer(finalizer: Unsubscribable | (() => void)) {\n if (isFunction(finalizer)) {\n finalizer();\n } else {\n finalizer.unsubscribe();\n }\n}\n", "import { Subscriber } from './Subscriber';\nimport { ObservableNotification } from './types';\n\n/**\n * The {@link GlobalConfig} object for RxJS. It is used to configure things\n * like how to react on unhandled errors.\n */\nexport const config: GlobalConfig = {\n onUnhandledError: null,\n onStoppedNotification: null,\n Promise: undefined,\n useDeprecatedSynchronousErrorHandling: false,\n useDeprecatedNextContext: false,\n};\n\n/**\n * The global configuration object for RxJS, used to configure things\n * like how to react on unhandled errors. Accessible via {@link config}\n * object.\n */\nexport interface GlobalConfig {\n /**\n * A registration point for unhandled errors from RxJS. These are errors that\n * cannot were not handled by consuming code in the usual subscription path. For\n * example, if you have this configured, and you subscribe to an observable without\n * providing an error handler, errors from that subscription will end up here. This\n * will _always_ be called asynchronously on another job in the runtime. This is because\n * we do not want errors thrown in this user-configured handler to interfere with the\n * behavior of the library.\n */\n onUnhandledError: ((err: any) => void) | null;\n\n /**\n * A registration point for notifications that cannot be sent to subscribers because they\n * have completed, errored or have been explicitly unsubscribed. By default, next, complete\n * and error notifications sent to stopped subscribers are noops. However, sometimes callers\n * might want a different behavior. For example, with sources that attempt to report errors\n * to stopped subscribers, a caller can configure RxJS to throw an unhandled error instead.\n * This will _always_ be called asynchronously on another job in the runtime. This is because\n * we do not want errors thrown in this user-configured handler to interfere with the\n * behavior of the library.\n */\n onStoppedNotification: ((notification: ObservableNotification, subscriber: Subscriber) => void) | null;\n\n /**\n * The promise constructor used by default for {@link Observable#toPromise toPromise} and {@link Observable#forEach forEach}\n * methods.\n *\n * @deprecated As of version 8, RxJS will no longer support this sort of injection of a\n * Promise constructor. If you need a Promise implementation other than native promises,\n * please polyfill/patch Promise as you see appropriate. Will be removed in v8.\n */\n Promise?: PromiseConstructorLike;\n\n /**\n * If true, turns on synchronous error rethrowing, which is a deprecated behavior\n * in v6 and higher. This behavior enables bad patterns like wrapping a subscribe\n * call in a try/catch block. It also enables producer interference, a nasty bug\n * where a multicast can be broken for all observers by a downstream consumer with\n * an unhandled error. DO NOT USE THIS FLAG UNLESS IT'S NEEDED TO BUY TIME\n * FOR MIGRATION REASONS.\n *\n * @deprecated As of version 8, RxJS will no longer support synchronous throwing\n * of unhandled errors. All errors will be thrown on a separate call stack to prevent bad\n * behaviors described above. Will be removed in v8.\n */\n useDeprecatedSynchronousErrorHandling: boolean;\n\n /**\n * If true, enables an as-of-yet undocumented feature from v5: The ability to access\n * `unsubscribe()` via `this` context in `next` functions created in observers passed\n * to `subscribe`.\n *\n * This is being removed because the performance was severely problematic, and it could also cause\n * issues when types other than POJOs are passed to subscribe as subscribers, as they will likely have\n * their `this` context overwritten.\n *\n * @deprecated As of version 8, RxJS will no longer support altering the\n * context of next functions provided as part of an observer to Subscribe. Instead,\n * you will have access to a subscription or a signal or token that will allow you to do things like\n * unsubscribe and test closed status. Will be removed in v8.\n */\n useDeprecatedNextContext: boolean;\n}\n", "import type { TimerHandle } from './timerHandle';\ntype SetTimeoutFunction = (handler: () => void, timeout?: number, ...args: any[]) => TimerHandle;\ntype ClearTimeoutFunction = (handle: TimerHandle) => void;\n\ninterface TimeoutProvider {\n setTimeout: SetTimeoutFunction;\n clearTimeout: ClearTimeoutFunction;\n delegate:\n | {\n setTimeout: SetTimeoutFunction;\n clearTimeout: ClearTimeoutFunction;\n }\n | undefined;\n}\n\nexport const timeoutProvider: TimeoutProvider = {\n // When accessing the delegate, use the variable rather than `this` so that\n // the functions can be called without being bound to the provider.\n setTimeout(handler: () => void, timeout?: number, ...args) {\n const { delegate } = timeoutProvider;\n if (delegate?.setTimeout) {\n return delegate.setTimeout(handler, timeout, ...args);\n }\n return setTimeout(handler, timeout, ...args);\n },\n clearTimeout(handle) {\n const { delegate } = timeoutProvider;\n return (delegate?.clearTimeout || clearTimeout)(handle as any);\n },\n delegate: undefined,\n};\n", "import { config } from '../config';\nimport { timeoutProvider } from '../scheduler/timeoutProvider';\n\n/**\n * Handles an error on another job either with the user-configured {@link onUnhandledError},\n * or by throwing it on that new job so it can be picked up by `window.onerror`, `process.on('error')`, etc.\n *\n * This should be called whenever there is an error that is out-of-band with the subscription\n * or when an error hits a terminal boundary of the subscription and no error handler was provided.\n *\n * @param err the error to report\n */\nexport function reportUnhandledError(err: any) {\n timeoutProvider.setTimeout(() => {\n const { onUnhandledError } = config;\n if (onUnhandledError) {\n // Execute the user-configured error handler.\n onUnhandledError(err);\n } else {\n // Throw so it is picked up by the runtime's uncaught error mechanism.\n throw err;\n }\n });\n}\n", "/* tslint:disable:no-empty */\nexport function noop() { }\n", "import { CompleteNotification, NextNotification, ErrorNotification } from './types';\n\n/**\n * A completion object optimized for memory use and created to be the\n * same \"shape\" as other notifications in v8.\n * @internal\n */\nexport const COMPLETE_NOTIFICATION = (() => createNotification('C', undefined, undefined) as CompleteNotification)();\n\n/**\n * Internal use only. Creates an optimized error notification that is the same \"shape\"\n * as other notifications.\n * @internal\n */\nexport function errorNotification(error: any): ErrorNotification {\n return createNotification('E', undefined, error) as any;\n}\n\n/**\n * Internal use only. Creates an optimized next notification that is the same \"shape\"\n * as other notifications.\n * @internal\n */\nexport function nextNotification(value: T) {\n return createNotification('N', value, undefined) as NextNotification;\n}\n\n/**\n * Ensures that all notifications created internally have the same \"shape\" in v8.\n *\n * TODO: This is only exported to support a crazy legacy test in `groupBy`.\n * @internal\n */\nexport function createNotification(kind: 'N' | 'E' | 'C', value: any, error: any) {\n return {\n kind,\n value,\n error,\n };\n}\n", "import { config } from '../config';\n\nlet context: { errorThrown: boolean; error: any } | null = null;\n\n/**\n * Handles dealing with errors for super-gross mode. Creates a context, in which\n * any synchronously thrown errors will be passed to {@link captureError}. Which\n * will record the error such that it will be rethrown after the call back is complete.\n * TODO: Remove in v8\n * @param cb An immediately executed function.\n */\nexport function errorContext(cb: () => void) {\n if (config.useDeprecatedSynchronousErrorHandling) {\n const isRoot = !context;\n if (isRoot) {\n context = { errorThrown: false, error: null };\n }\n cb();\n if (isRoot) {\n const { errorThrown, error } = context!;\n context = null;\n if (errorThrown) {\n throw error;\n }\n }\n } else {\n // This is the general non-deprecated path for everyone that\n // isn't crazy enough to use super-gross mode (useDeprecatedSynchronousErrorHandling)\n cb();\n }\n}\n\n/**\n * Captures errors only in super-gross mode.\n * @param err the error to capture\n */\nexport function captureError(err: any) {\n if (config.useDeprecatedSynchronousErrorHandling && context) {\n context.errorThrown = true;\n context.error = err;\n }\n}\n", "import { isFunction } from './util/isFunction';\nimport { Observer, ObservableNotification } from './types';\nimport { isSubscription, Subscription } from './Subscription';\nimport { config } from './config';\nimport { reportUnhandledError } from './util/reportUnhandledError';\nimport { noop } from './util/noop';\nimport { nextNotification, errorNotification, COMPLETE_NOTIFICATION } from './NotificationFactories';\nimport { timeoutProvider } from './scheduler/timeoutProvider';\nimport { captureError } from './util/errorContext';\n\n/**\n * Implements the {@link Observer} interface and extends the\n * {@link Subscription} class. While the {@link Observer} is the public API for\n * consuming the values of an {@link Observable}, all Observers get converted to\n * a Subscriber, in order to provide Subscription-like capabilities such as\n * `unsubscribe`. Subscriber is a common type in RxJS, and crucial for\n * implementing operators, but it is rarely used as a public API.\n *\n * @class Subscriber\n */\nexport class Subscriber extends Subscription implements Observer {\n /**\n * A static factory for a Subscriber, given a (potentially partial) definition\n * of an Observer.\n * @param next The `next` callback of an Observer.\n * @param error The `error` callback of an\n * Observer.\n * @param complete The `complete` callback of an\n * Observer.\n * @return A Subscriber wrapping the (partially defined)\n * Observer represented by the given arguments.\n * @nocollapse\n * @deprecated Do not use. Will be removed in v8. There is no replacement for this\n * method, and there is no reason to be creating instances of `Subscriber` directly.\n * If you have a specific use case, please file an issue.\n */\n static create(next?: (x?: T) => void, error?: (e?: any) => void, complete?: () => void): Subscriber {\n return new SafeSubscriber(next, error, complete);\n }\n\n /** @deprecated Internal implementation detail, do not use directly. Will be made internal in v8. */\n protected isStopped: boolean = false;\n /** @deprecated Internal implementation detail, do not use directly. Will be made internal in v8. */\n protected destination: Subscriber | Observer; // this `any` is the escape hatch to erase extra type param (e.g. R)\n\n /**\n * @deprecated Internal implementation detail, do not use directly. Will be made internal in v8.\n * There is no reason to directly create an instance of Subscriber. This type is exported for typings reasons.\n */\n constructor(destination?: Subscriber | Observer) {\n super();\n if (destination) {\n this.destination = destination;\n // Automatically chain subscriptions together here.\n // if destination is a Subscription, then it is a Subscriber.\n if (isSubscription(destination)) {\n destination.add(this);\n }\n } else {\n this.destination = EMPTY_OBSERVER;\n }\n }\n\n /**\n * The {@link Observer} callback to receive notifications of type `next` from\n * the Observable, with a value. The Observable may call this method 0 or more\n * times.\n * @param {T} [value] The `next` value.\n * @return {void}\n */\n next(value?: T): void {\n if (this.isStopped) {\n handleStoppedNotification(nextNotification(value), this);\n } else {\n this._next(value!);\n }\n }\n\n /**\n * The {@link Observer} callback to receive notifications of type `error` from\n * the Observable, with an attached `Error`. Notifies the Observer that\n * the Observable has experienced an error condition.\n * @param {any} [err] The `error` exception.\n * @return {void}\n */\n error(err?: any): void {\n if (this.isStopped) {\n handleStoppedNotification(errorNotification(err), this);\n } else {\n this.isStopped = true;\n this._error(err);\n }\n }\n\n /**\n * The {@link Observer} callback to receive a valueless notification of type\n * `complete` from the Observable. Notifies the Observer that the Observable\n * has finished sending push-based notifications.\n * @return {void}\n */\n complete(): void {\n if (this.isStopped) {\n handleStoppedNotification(COMPLETE_NOTIFICATION, this);\n } else {\n this.isStopped = true;\n this._complete();\n }\n }\n\n unsubscribe(): void {\n if (!this.closed) {\n this.isStopped = true;\n super.unsubscribe();\n this.destination = null!;\n }\n }\n\n protected _next(value: T): void {\n this.destination.next(value);\n }\n\n protected _error(err: any): void {\n try {\n this.destination.error(err);\n } finally {\n this.unsubscribe();\n }\n }\n\n protected _complete(): void {\n try {\n this.destination.complete();\n } finally {\n this.unsubscribe();\n }\n }\n}\n\n/**\n * This bind is captured here because we want to be able to have\n * compatibility with monoid libraries that tend to use a method named\n * `bind`. In particular, a library called Monio requires this.\n */\nconst _bind = Function.prototype.bind;\n\nfunction bind any>(fn: Fn, thisArg: any): Fn {\n return _bind.call(fn, thisArg);\n}\n\n/**\n * Internal optimization only, DO NOT EXPOSE.\n * @internal\n */\nclass ConsumerObserver implements Observer {\n constructor(private partialObserver: Partial>) {}\n\n next(value: T): void {\n const { partialObserver } = this;\n if (partialObserver.next) {\n try {\n partialObserver.next(value);\n } catch (error) {\n handleUnhandledError(error);\n }\n }\n }\n\n error(err: any): void {\n const { partialObserver } = this;\n if (partialObserver.error) {\n try {\n partialObserver.error(err);\n } catch (error) {\n handleUnhandledError(error);\n }\n } else {\n handleUnhandledError(err);\n }\n }\n\n complete(): void {\n const { partialObserver } = this;\n if (partialObserver.complete) {\n try {\n partialObserver.complete();\n } catch (error) {\n handleUnhandledError(error);\n }\n }\n }\n}\n\nexport class SafeSubscriber extends Subscriber {\n constructor(\n observerOrNext?: Partial> | ((value: T) => void) | null,\n error?: ((e?: any) => void) | null,\n complete?: (() => void) | null\n ) {\n super();\n\n let partialObserver: Partial>;\n if (isFunction(observerOrNext) || !observerOrNext) {\n // The first argument is a function, not an observer. The next\n // two arguments *could* be observers, or they could be empty.\n partialObserver = {\n next: (observerOrNext ?? undefined) as (((value: T) => void) | undefined),\n error: error ?? undefined,\n complete: complete ?? undefined,\n };\n } else {\n // The first argument is a partial observer.\n let context: any;\n if (this && config.useDeprecatedNextContext) {\n // This is a deprecated path that made `this.unsubscribe()` available in\n // next handler functions passed to subscribe. This only exists behind a flag\n // now, as it is *very* slow.\n context = Object.create(observerOrNext);\n context.unsubscribe = () => this.unsubscribe();\n partialObserver = {\n next: observerOrNext.next && bind(observerOrNext.next, context),\n error: observerOrNext.error && bind(observerOrNext.error, context),\n complete: observerOrNext.complete && bind(observerOrNext.complete, context),\n };\n } else {\n // The \"normal\" path. Just use the partial observer directly.\n partialObserver = observerOrNext;\n }\n }\n\n // Wrap the partial observer to ensure it's a full observer, and\n // make sure proper error handling is accounted for.\n this.destination = new ConsumerObserver(partialObserver);\n }\n}\n\nfunction handleUnhandledError(error: any) {\n if (config.useDeprecatedSynchronousErrorHandling) {\n captureError(error);\n } else {\n // Ideal path, we report this as an unhandled error,\n // which is thrown on a new call stack.\n reportUnhandledError(error);\n }\n}\n\n/**\n * An error handler used when no error handler was supplied\n * to the SafeSubscriber -- meaning no error handler was supplied\n * do the `subscribe` call on our observable.\n * @param err The error to handle\n */\nfunction defaultErrorHandler(err: any) {\n throw err;\n}\n\n/**\n * A handler for notifications that cannot be sent to a stopped subscriber.\n * @param notification The notification being sent\n * @param subscriber The stopped subscriber\n */\nfunction handleStoppedNotification(notification: ObservableNotification, subscriber: Subscriber) {\n const { onStoppedNotification } = config;\n onStoppedNotification && timeoutProvider.setTimeout(() => onStoppedNotification(notification, subscriber));\n}\n\n/**\n * The observer used as a stub for subscriptions where the user did not\n * pass any arguments to `subscribe`. Comes with the default error handling\n * behavior.\n */\nexport const EMPTY_OBSERVER: Readonly> & { closed: true } = {\n closed: true,\n next: noop,\n error: defaultErrorHandler,\n complete: noop,\n};\n", "/**\n * Symbol.observable or a string \"@@observable\". Used for interop\n *\n * @deprecated We will no longer be exporting this symbol in upcoming versions of RxJS.\n * Instead polyfill and use Symbol.observable directly *or* use https://www.npmjs.com/package/symbol-observable\n */\nexport const observable: string | symbol = (() => (typeof Symbol === 'function' && Symbol.observable) || '@@observable')();\n", "/**\n * This function takes one parameter and just returns it. Simply put,\n * this is like `(x: T): T => x`.\n *\n * ## Examples\n *\n * This is useful in some cases when using things like `mergeMap`\n *\n * ```ts\n * import { interval, take, map, range, mergeMap, identity } from 'rxjs';\n *\n * const source$ = interval(1000).pipe(take(5));\n *\n * const result$ = source$.pipe(\n * map(i => range(i)),\n * mergeMap(identity) // same as mergeMap(x => x)\n * );\n *\n * result$.subscribe({\n * next: console.log\n * });\n * ```\n *\n * Or when you want to selectively apply an operator\n *\n * ```ts\n * import { interval, take, identity } from 'rxjs';\n *\n * const shouldLimit = () => Math.random() < 0.5;\n *\n * const source$ = interval(1000);\n *\n * const result$ = source$.pipe(shouldLimit() ? take(5) : identity);\n *\n * result$.subscribe({\n * next: console.log\n * });\n * ```\n *\n * @param x Any value that is returned by this function\n * @returns The value passed as the first parameter to this function\n */\nexport function identity(x: T): T {\n return x;\n}\n", "import { identity } from './identity';\nimport { UnaryFunction } from '../types';\n\nexport function pipe(): typeof identity;\nexport function pipe(fn1: UnaryFunction): UnaryFunction;\nexport function pipe(fn1: UnaryFunction, fn2: UnaryFunction): UnaryFunction;\nexport function pipe(fn1: UnaryFunction, fn2: UnaryFunction, fn3: UnaryFunction): UnaryFunction;\nexport function pipe(\n fn1: UnaryFunction,\n fn2: UnaryFunction,\n fn3: UnaryFunction,\n fn4: UnaryFunction\n): UnaryFunction;\nexport function pipe(\n fn1: UnaryFunction,\n fn2: UnaryFunction,\n fn3: UnaryFunction,\n fn4: UnaryFunction,\n fn5: UnaryFunction\n): UnaryFunction;\nexport function pipe(\n fn1: UnaryFunction,\n fn2: UnaryFunction,\n fn3: UnaryFunction,\n fn4: UnaryFunction,\n fn5: UnaryFunction,\n fn6: UnaryFunction\n): UnaryFunction;\nexport function pipe(\n fn1: UnaryFunction,\n fn2: UnaryFunction,\n fn3: UnaryFunction,\n fn4: UnaryFunction,\n fn5: UnaryFunction,\n fn6: UnaryFunction,\n fn7: UnaryFunction\n): UnaryFunction;\nexport function pipe(\n fn1: UnaryFunction,\n fn2: UnaryFunction,\n fn3: UnaryFunction,\n fn4: UnaryFunction,\n fn5: UnaryFunction,\n fn6: UnaryFunction,\n fn7: UnaryFunction,\n fn8: UnaryFunction\n): UnaryFunction;\nexport function pipe(\n fn1: UnaryFunction,\n fn2: UnaryFunction,\n fn3: UnaryFunction,\n fn4: UnaryFunction,\n fn5: UnaryFunction,\n fn6: UnaryFunction,\n fn7: UnaryFunction,\n fn8: UnaryFunction,\n fn9: UnaryFunction\n): UnaryFunction;\nexport function pipe(\n fn1: UnaryFunction,\n fn2: UnaryFunction,\n fn3: UnaryFunction,\n fn4: UnaryFunction,\n fn5: UnaryFunction,\n fn6: UnaryFunction,\n fn7: UnaryFunction,\n fn8: UnaryFunction,\n fn9: UnaryFunction,\n ...fns: UnaryFunction[]\n): UnaryFunction;\n\n/**\n * pipe() can be called on one or more functions, each of which can take one argument (\"UnaryFunction\")\n * and uses it to return a value.\n * It returns a function that takes one argument, passes it to the first UnaryFunction, and then\n * passes the result to the next one, passes that result to the next one, and so on. \n */\nexport function pipe(...fns: Array>): UnaryFunction {\n return pipeFromArray(fns);\n}\n\n/** @internal */\nexport function pipeFromArray(fns: Array>): UnaryFunction {\n if (fns.length === 0) {\n return identity as UnaryFunction;\n }\n\n if (fns.length === 1) {\n return fns[0];\n }\n\n return function piped(input: T): R {\n return fns.reduce((prev: any, fn: UnaryFunction) => fn(prev), input as any);\n };\n}\n", "import { Operator } from './Operator';\nimport { SafeSubscriber, Subscriber } from './Subscriber';\nimport { isSubscription, Subscription } from './Subscription';\nimport { TeardownLogic, OperatorFunction, Subscribable, Observer } from './types';\nimport { observable as Symbol_observable } from './symbol/observable';\nimport { pipeFromArray } from './util/pipe';\nimport { config } from './config';\nimport { isFunction } from './util/isFunction';\nimport { errorContext } from './util/errorContext';\n\n/**\n * A representation of any set of values over any amount of time. This is the most basic building block\n * of RxJS.\n *\n * @class Observable\n */\nexport class Observable implements Subscribable {\n /**\n * @deprecated Internal implementation detail, do not use directly. Will be made internal in v8.\n */\n source: Observable | undefined;\n\n /**\n * @deprecated Internal implementation detail, do not use directly. Will be made internal in v8.\n */\n operator: Operator | undefined;\n\n /**\n * @constructor\n * @param {Function} subscribe the function that is called when the Observable is\n * initially subscribed to. This function is given a Subscriber, to which new values\n * can be `next`ed, or an `error` method can be called to raise an error, or\n * `complete` can be called to notify of a successful completion.\n */\n constructor(subscribe?: (this: Observable, subscriber: Subscriber) => TeardownLogic) {\n if (subscribe) {\n this._subscribe = subscribe;\n }\n }\n\n // HACK: Since TypeScript inherits static properties too, we have to\n // fight against TypeScript here so Subject can have a different static create signature\n /**\n * Creates a new Observable by calling the Observable constructor\n * @owner Observable\n * @method create\n * @param {Function} subscribe? the subscriber function to be passed to the Observable constructor\n * @return {Observable} a new observable\n * @nocollapse\n * @deprecated Use `new Observable()` instead. Will be removed in v8.\n */\n static create: (...args: any[]) => any = (subscribe?: (subscriber: Subscriber) => TeardownLogic) => {\n return new Observable(subscribe);\n };\n\n /**\n * Creates a new Observable, with this Observable instance as the source, and the passed\n * operator defined as the new observable's operator.\n * @method lift\n * @param operator the operator defining the operation to take on the observable\n * @return a new observable with the Operator applied\n * @deprecated Internal implementation detail, do not use directly. Will be made internal in v8.\n * If you have implemented an operator using `lift`, it is recommended that you create an\n * operator by simply returning `new Observable()` directly. See \"Creating new operators from\n * scratch\" section here: https://rxjs.dev/guide/operators\n */\n lift(operator?: Operator): Observable {\n const observable = new Observable();\n observable.source = this;\n observable.operator = operator;\n return observable;\n }\n\n subscribe(observerOrNext?: Partial> | ((value: T) => void)): Subscription;\n /** @deprecated Instead of passing separate callback arguments, use an observer argument. Signatures taking separate callback arguments will be removed in v8. Details: https://rxjs.dev/deprecations/subscribe-arguments */\n subscribe(next?: ((value: T) => void) | null, error?: ((error: any) => void) | null, complete?: (() => void) | null): Subscription;\n /**\n * Invokes an execution of an Observable and registers Observer handlers for notifications it will emit.\n *\n * Use it when you have all these Observables, but still nothing is happening.\n *\n * `subscribe` is not a regular operator, but a method that calls Observable's internal `subscribe` function. It\n * might be for example a function that you passed to Observable's constructor, but most of the time it is\n * a library implementation, which defines what will be emitted by an Observable, and when it be will emitted. This means\n * that calling `subscribe` is actually the moment when Observable starts its work, not when it is created, as it is often\n * the thought.\n *\n * Apart from starting the execution of an Observable, this method allows you to listen for values\n * that an Observable emits, as well as for when it completes or errors. You can achieve this in two\n * of the following ways.\n *\n * The first way is creating an object that implements {@link Observer} interface. It should have methods\n * defined by that interface, but note that it should be just a regular JavaScript object, which you can create\n * yourself in any way you want (ES6 class, classic function constructor, object literal etc.). In particular, do\n * not attempt to use any RxJS implementation details to create Observers - you don't need them. Remember also\n * that your object does not have to implement all methods. If you find yourself creating a method that doesn't\n * do anything, you can simply omit it. Note however, if the `error` method is not provided and an error happens,\n * it will be thrown asynchronously. Errors thrown asynchronously cannot be caught using `try`/`catch`. Instead,\n * use the {@link onUnhandledError} configuration option or use a runtime handler (like `window.onerror` or\n * `process.on('error)`) to be notified of unhandled errors. Because of this, it's recommended that you provide\n * an `error` method to avoid missing thrown errors.\n *\n * The second way is to give up on Observer object altogether and simply provide callback functions in place of its methods.\n * This means you can provide three functions as arguments to `subscribe`, where the first function is equivalent\n * of a `next` method, the second of an `error` method and the third of a `complete` method. Just as in case of an Observer,\n * if you do not need to listen for something, you can omit a function by passing `undefined` or `null`,\n * since `subscribe` recognizes these functions by where they were placed in function call. When it comes\n * to the `error` function, as with an Observer, if not provided, errors emitted by an Observable will be thrown asynchronously.\n *\n * You can, however, subscribe with no parameters at all. This may be the case where you're not interested in terminal events\n * and you also handled emissions internally by using operators (e.g. using `tap`).\n *\n * Whichever style of calling `subscribe` you use, in both cases it returns a Subscription object.\n * This object allows you to call `unsubscribe` on it, which in turn will stop the work that an Observable does and will clean\n * up all resources that an Observable used. Note that cancelling a subscription will not call `complete` callback\n * provided to `subscribe` function, which is reserved for a regular completion signal that comes from an Observable.\n *\n * Remember that callbacks provided to `subscribe` are not guaranteed to be called asynchronously.\n * It is an Observable itself that decides when these functions will be called. For example {@link of}\n * by default emits all its values synchronously. Always check documentation for how given Observable\n * will behave when subscribed and if its default behavior can be modified with a `scheduler`.\n *\n * #### Examples\n *\n * Subscribe with an {@link guide/observer Observer}\n *\n * ```ts\n * import { of } from 'rxjs';\n *\n * const sumObserver = {\n * sum: 0,\n * next(value) {\n * console.log('Adding: ' + value);\n * this.sum = this.sum + value;\n * },\n * error() {\n * // We actually could just remove this method,\n * // since we do not really care about errors right now.\n * },\n * complete() {\n * console.log('Sum equals: ' + this.sum);\n * }\n * };\n *\n * of(1, 2, 3) // Synchronously emits 1, 2, 3 and then completes.\n * .subscribe(sumObserver);\n *\n * // Logs:\n * // 'Adding: 1'\n * // 'Adding: 2'\n * // 'Adding: 3'\n * // 'Sum equals: 6'\n * ```\n *\n * Subscribe with functions ({@link deprecations/subscribe-arguments deprecated})\n *\n * ```ts\n * import { of } from 'rxjs'\n *\n * let sum = 0;\n *\n * of(1, 2, 3).subscribe(\n * value => {\n * console.log('Adding: ' + value);\n * sum = sum + value;\n * },\n * undefined,\n * () => console.log('Sum equals: ' + sum)\n * );\n *\n * // Logs:\n * // 'Adding: 1'\n * // 'Adding: 2'\n * // 'Adding: 3'\n * // 'Sum equals: 6'\n * ```\n *\n * Cancel a subscription\n *\n * ```ts\n * import { interval } from 'rxjs';\n *\n * const subscription = interval(1000).subscribe({\n * next(num) {\n * console.log(num)\n * },\n * complete() {\n * // Will not be called, even when cancelling subscription.\n * console.log('completed!');\n * }\n * });\n *\n * setTimeout(() => {\n * subscription.unsubscribe();\n * console.log('unsubscribed!');\n * }, 2500);\n *\n * // Logs:\n * // 0 after 1s\n * // 1 after 2s\n * // 'unsubscribed!' after 2.5s\n * ```\n *\n * @param {Observer|Function} observerOrNext (optional) Either an observer with methods to be called,\n * or the first of three possible handlers, which is the handler for each value emitted from the subscribed\n * Observable.\n * @param {Function} error (optional) A handler for a terminal event resulting from an error. If no error handler is provided,\n * the error will be thrown asynchronously as unhandled.\n * @param {Function} complete (optional) A handler for a terminal event resulting from successful completion.\n * @return {Subscription} a subscription reference to the registered handlers\n * @method subscribe\n */\n subscribe(\n observerOrNext?: Partial> | ((value: T) => void) | null,\n error?: ((error: any) => void) | null,\n complete?: (() => void) | null\n ): Subscription {\n const subscriber = isSubscriber(observerOrNext) ? observerOrNext : new SafeSubscriber(observerOrNext, error, complete);\n\n errorContext(() => {\n const { operator, source } = this;\n subscriber.add(\n operator\n ? // We're dealing with a subscription in the\n // operator chain to one of our lifted operators.\n operator.call(subscriber, source)\n : source\n ? // If `source` has a value, but `operator` does not, something that\n // had intimate knowledge of our API, like our `Subject`, must have\n // set it. We're going to just call `_subscribe` directly.\n this._subscribe(subscriber)\n : // In all other cases, we're likely wrapping a user-provided initializer\n // function, so we need to catch errors and handle them appropriately.\n this._trySubscribe(subscriber)\n );\n });\n\n return subscriber;\n }\n\n /** @internal */\n protected _trySubscribe(sink: Subscriber): TeardownLogic {\n try {\n return this._subscribe(sink);\n } catch (err) {\n // We don't need to return anything in this case,\n // because it's just going to try to `add()` to a subscription\n // above.\n sink.error(err);\n }\n }\n\n /**\n * Used as a NON-CANCELLABLE means of subscribing to an observable, for use with\n * APIs that expect promises, like `async/await`. You cannot unsubscribe from this.\n *\n * **WARNING**: Only use this with observables you *know* will complete. If the source\n * observable does not complete, you will end up with a promise that is hung up, and\n * potentially all of the state of an async function hanging out in memory. To avoid\n * this situation, look into adding something like {@link timeout}, {@link take},\n * {@link takeWhile}, or {@link takeUntil} amongst others.\n *\n * #### Example\n *\n * ```ts\n * import { interval, take } from 'rxjs';\n *\n * const source$ = interval(1000).pipe(take(4));\n *\n * async function getTotal() {\n * let total = 0;\n *\n * await source$.forEach(value => {\n * total += value;\n * console.log('observable -> ' + value);\n * });\n *\n * return total;\n * }\n *\n * getTotal().then(\n * total => console.log('Total: ' + total)\n * );\n *\n * // Expected:\n * // 'observable -> 0'\n * // 'observable -> 1'\n * // 'observable -> 2'\n * // 'observable -> 3'\n * // 'Total: 6'\n * ```\n *\n * @param next a handler for each value emitted by the observable\n * @return a promise that either resolves on observable completion or\n * rejects with the handled error\n */\n forEach(next: (value: T) => void): Promise;\n\n /**\n * @param next a handler for each value emitted by the observable\n * @param promiseCtor a constructor function used to instantiate the Promise\n * @return a promise that either resolves on observable completion or\n * rejects with the handled error\n * @deprecated Passing a Promise constructor will no longer be available\n * in upcoming versions of RxJS. This is because it adds weight to the library, for very\n * little benefit. If you need this functionality, it is recommended that you either\n * polyfill Promise, or you create an adapter to convert the returned native promise\n * to whatever promise implementation you wanted. Will be removed in v8.\n */\n forEach(next: (value: T) => void, promiseCtor: PromiseConstructorLike): Promise;\n\n forEach(next: (value: T) => void, promiseCtor?: PromiseConstructorLike): Promise {\n promiseCtor = getPromiseCtor(promiseCtor);\n\n return new promiseCtor((resolve, reject) => {\n const subscriber = new SafeSubscriber({\n next: (value) => {\n try {\n next(value);\n } catch (err) {\n reject(err);\n subscriber.unsubscribe();\n }\n },\n error: reject,\n complete: resolve,\n });\n this.subscribe(subscriber);\n }) as Promise;\n }\n\n /** @internal */\n protected _subscribe(subscriber: Subscriber): TeardownLogic {\n return this.source?.subscribe(subscriber);\n }\n\n /**\n * An interop point defined by the es7-observable spec https://github.com/zenparsing/es-observable\n * @method Symbol.observable\n * @return {Observable} this instance of the observable\n */\n [Symbol_observable]() {\n return this;\n }\n\n /* tslint:disable:max-line-length */\n pipe(): Observable;\n pipe(op1: OperatorFunction): Observable;\n pipe(op1: OperatorFunction, op2: OperatorFunction): Observable;\n pipe(op1: OperatorFunction, op2: OperatorFunction, op3: OperatorFunction): Observable;\n pipe(\n op1: OperatorFunction,\n op2: OperatorFunction,\n op3: OperatorFunction,\n op4: OperatorFunction\n ): Observable;\n pipe(\n op1: OperatorFunction,\n op2: OperatorFunction,\n op3: OperatorFunction,\n op4: OperatorFunction,\n op5: OperatorFunction\n ): Observable;\n pipe(\n op1: OperatorFunction,\n op2: OperatorFunction,\n op3: OperatorFunction,\n op4: OperatorFunction,\n op5: OperatorFunction,\n op6: OperatorFunction\n ): Observable;\n pipe(\n op1: OperatorFunction,\n op2: OperatorFunction,\n op3: OperatorFunction,\n op4: OperatorFunction,\n op5: OperatorFunction,\n op6: OperatorFunction,\n op7: OperatorFunction\n ): Observable;\n pipe(\n op1: OperatorFunction,\n op2: OperatorFunction,\n op3: OperatorFunction,\n op4: OperatorFunction,\n op5: OperatorFunction,\n op6: OperatorFunction,\n op7: OperatorFunction,\n op8: OperatorFunction\n ): Observable;\n pipe(\n op1: OperatorFunction,\n op2: OperatorFunction,\n op3: OperatorFunction,\n op4: OperatorFunction,\n op5: OperatorFunction,\n op6: OperatorFunction,\n op7: OperatorFunction,\n op8: OperatorFunction,\n op9: OperatorFunction\n ): Observable;\n pipe(\n op1: OperatorFunction,\n op2: OperatorFunction,\n op3: OperatorFunction,\n op4: OperatorFunction,\n op5: OperatorFunction,\n op6: OperatorFunction,\n op7: OperatorFunction,\n op8: OperatorFunction,\n op9: OperatorFunction,\n ...operations: OperatorFunction[]\n ): Observable;\n /* tslint:enable:max-line-length */\n\n /**\n * Used to stitch together functional operators into a chain.\n * @method pipe\n * @return {Observable} the Observable result of all of the operators having\n * been called in the order they were passed in.\n *\n * ## Example\n *\n * ```ts\n * import { interval, filter, map, scan } from 'rxjs';\n *\n * interval(1000)\n * .pipe(\n * filter(x => x % 2 === 0),\n * map(x => x + x),\n * scan((acc, x) => acc + x)\n * )\n * .subscribe(x => console.log(x));\n * ```\n */\n pipe(...operations: OperatorFunction[]): Observable {\n return pipeFromArray(operations)(this);\n }\n\n /* tslint:disable:max-line-length */\n /** @deprecated Replaced with {@link firstValueFrom} and {@link lastValueFrom}. Will be removed in v8. Details: https://rxjs.dev/deprecations/to-promise */\n toPromise(): Promise;\n /** @deprecated Replaced with {@link firstValueFrom} and {@link lastValueFrom}. Will be removed in v8. Details: https://rxjs.dev/deprecations/to-promise */\n toPromise(PromiseCtor: typeof Promise): Promise;\n /** @deprecated Replaced with {@link firstValueFrom} and {@link lastValueFrom}. Will be removed in v8. Details: https://rxjs.dev/deprecations/to-promise */\n toPromise(PromiseCtor: PromiseConstructorLike): Promise;\n /* tslint:enable:max-line-length */\n\n /**\n * Subscribe to this Observable and get a Promise resolving on\n * `complete` with the last emission (if any).\n *\n * **WARNING**: Only use this with observables you *know* will complete. If the source\n * observable does not complete, you will end up with a promise that is hung up, and\n * potentially all of the state of an async function hanging out in memory. To avoid\n * this situation, look into adding something like {@link timeout}, {@link take},\n * {@link takeWhile}, or {@link takeUntil} amongst others.\n *\n * @method toPromise\n * @param [promiseCtor] a constructor function used to instantiate\n * the Promise\n * @return A Promise that resolves with the last value emit, or\n * rejects on an error. If there were no emissions, Promise\n * resolves with undefined.\n * @deprecated Replaced with {@link firstValueFrom} and {@link lastValueFrom}. Will be removed in v8. Details: https://rxjs.dev/deprecations/to-promise\n */\n toPromise(promiseCtor?: PromiseConstructorLike): Promise {\n promiseCtor = getPromiseCtor(promiseCtor);\n\n return new promiseCtor((resolve, reject) => {\n let value: T | undefined;\n this.subscribe(\n (x: T) => (value = x),\n (err: any) => reject(err),\n () => resolve(value)\n );\n }) as Promise;\n }\n}\n\n/**\n * Decides between a passed promise constructor from consuming code,\n * A default configured promise constructor, and the native promise\n * constructor and returns it. If nothing can be found, it will throw\n * an error.\n * @param promiseCtor The optional promise constructor to passed by consuming code\n */\nfunction getPromiseCtor(promiseCtor: PromiseConstructorLike | undefined) {\n return promiseCtor ?? config.Promise ?? Promise;\n}\n\nfunction isObserver(value: any): value is Observer {\n return value && isFunction(value.next) && isFunction(value.error) && isFunction(value.complete);\n}\n\nfunction isSubscriber(value: any): value is Subscriber {\n return (value && value instanceof Subscriber) || (isObserver(value) && isSubscription(value));\n}\n", "import { Observable } from '../Observable';\nimport { Subscriber } from '../Subscriber';\nimport { OperatorFunction } from '../types';\nimport { isFunction } from './isFunction';\n\n/**\n * Used to determine if an object is an Observable with a lift function.\n */\nexport function hasLift(source: any): source is { lift: InstanceType['lift'] } {\n return isFunction(source?.lift);\n}\n\n/**\n * Creates an `OperatorFunction`. Used to define operators throughout the library in a concise way.\n * @param init The logic to connect the liftedSource to the subscriber at the moment of subscription.\n */\nexport function operate(\n init: (liftedSource: Observable, subscriber: Subscriber) => (() => void) | void\n): OperatorFunction {\n return (source: Observable) => {\n if (hasLift(source)) {\n return source.lift(function (this: Subscriber, liftedSource: Observable) {\n try {\n return init(liftedSource, this);\n } catch (err) {\n this.error(err);\n }\n });\n }\n throw new TypeError('Unable to lift unknown Observable type');\n };\n}\n", "import { Subscriber } from '../Subscriber';\n\n/**\n * Creates an instance of an `OperatorSubscriber`.\n * @param destination The downstream subscriber.\n * @param onNext Handles next values, only called if this subscriber is not stopped or closed. Any\n * error that occurs in this function is caught and sent to the `error` method of this subscriber.\n * @param onError Handles errors from the subscription, any errors that occur in this handler are caught\n * and send to the `destination` error handler.\n * @param onComplete Handles completion notification from the subscription. Any errors that occur in\n * this handler are sent to the `destination` error handler.\n * @param onFinalize Additional teardown logic here. This will only be called on teardown if the\n * subscriber itself is not already closed. This is called after all other teardown logic is executed.\n */\nexport function createOperatorSubscriber(\n destination: Subscriber,\n onNext?: (value: T) => void,\n onComplete?: () => void,\n onError?: (err: any) => void,\n onFinalize?: () => void\n): Subscriber {\n return new OperatorSubscriber(destination, onNext, onComplete, onError, onFinalize);\n}\n\n/**\n * A generic helper for allowing operators to be created with a Subscriber and\n * use closures to capture necessary state from the operator function itself.\n */\nexport class OperatorSubscriber extends Subscriber {\n /**\n * Creates an instance of an `OperatorSubscriber`.\n * @param destination The downstream subscriber.\n * @param onNext Handles next values, only called if this subscriber is not stopped or closed. Any\n * error that occurs in this function is caught and sent to the `error` method of this subscriber.\n * @param onError Handles errors from the subscription, any errors that occur in this handler are caught\n * and send to the `destination` error handler.\n * @param onComplete Handles completion notification from the subscription. Any errors that occur in\n * this handler are sent to the `destination` error handler.\n * @param onFinalize Additional finalization logic here. This will only be called on finalization if the\n * subscriber itself is not already closed. This is called after all other finalization logic is executed.\n * @param shouldUnsubscribe An optional check to see if an unsubscribe call should truly unsubscribe.\n * NOTE: This currently **ONLY** exists to support the strange behavior of {@link groupBy}, where unsubscription\n * to the resulting observable does not actually disconnect from the source if there are active subscriptions\n * to any grouped observable. (DO NOT EXPOSE OR USE EXTERNALLY!!!)\n */\n constructor(\n destination: Subscriber,\n onNext?: (value: T) => void,\n onComplete?: () => void,\n onError?: (err: any) => void,\n private onFinalize?: () => void,\n private shouldUnsubscribe?: () => boolean\n ) {\n // It's important - for performance reasons - that all of this class's\n // members are initialized and that they are always initialized in the same\n // order. This will ensure that all OperatorSubscriber instances have the\n // same hidden class in V8. This, in turn, will help keep the number of\n // hidden classes involved in property accesses within the base class as\n // low as possible. If the number of hidden classes involved exceeds four,\n // the property accesses will become megamorphic and performance penalties\n // will be incurred - i.e. inline caches won't be used.\n //\n // The reasons for ensuring all instances have the same hidden class are\n // further discussed in this blog post from Benedikt Meurer:\n // https://benediktmeurer.de/2018/03/23/impact-of-polymorphism-on-component-based-frameworks-like-react/\n super(destination);\n this._next = onNext\n ? function (this: OperatorSubscriber, value: T) {\n try {\n onNext(value);\n } catch (err) {\n destination.error(err);\n }\n }\n : super._next;\n this._error = onError\n ? function (this: OperatorSubscriber, err: any) {\n try {\n onError(err);\n } catch (err) {\n // Send any errors that occur down stream.\n destination.error(err);\n } finally {\n // Ensure finalization.\n this.unsubscribe();\n }\n }\n : super._error;\n this._complete = onComplete\n ? function (this: OperatorSubscriber) {\n try {\n onComplete();\n } catch (err) {\n // Send any errors that occur down stream.\n destination.error(err);\n } finally {\n // Ensure finalization.\n this.unsubscribe();\n }\n }\n : super._complete;\n }\n\n unsubscribe() {\n if (!this.shouldUnsubscribe || this.shouldUnsubscribe()) {\n const { closed } = this;\n super.unsubscribe();\n // Execute additional teardown if we have any and we didn't already do so.\n !closed && this.onFinalize?.();\n }\n }\n}\n", "import { Subscription } from '../Subscription';\n\ninterface AnimationFrameProvider {\n schedule(callback: FrameRequestCallback): Subscription;\n requestAnimationFrame: typeof requestAnimationFrame;\n cancelAnimationFrame: typeof cancelAnimationFrame;\n delegate:\n | {\n requestAnimationFrame: typeof requestAnimationFrame;\n cancelAnimationFrame: typeof cancelAnimationFrame;\n }\n | undefined;\n}\n\nexport const animationFrameProvider: AnimationFrameProvider = {\n // When accessing the delegate, use the variable rather than `this` so that\n // the functions can be called without being bound to the provider.\n schedule(callback) {\n let request = requestAnimationFrame;\n let cancel: typeof cancelAnimationFrame | undefined = cancelAnimationFrame;\n const { delegate } = animationFrameProvider;\n if (delegate) {\n request = delegate.requestAnimationFrame;\n cancel = delegate.cancelAnimationFrame;\n }\n const handle = request((timestamp) => {\n // Clear the cancel function. The request has been fulfilled, so\n // attempting to cancel the request upon unsubscription would be\n // pointless.\n cancel = undefined;\n callback(timestamp);\n });\n return new Subscription(() => cancel?.(handle));\n },\n requestAnimationFrame(...args) {\n const { delegate } = animationFrameProvider;\n return (delegate?.requestAnimationFrame || requestAnimationFrame)(...args);\n },\n cancelAnimationFrame(...args) {\n const { delegate } = animationFrameProvider;\n return (delegate?.cancelAnimationFrame || cancelAnimationFrame)(...args);\n },\n delegate: undefined,\n};\n", "import { createErrorClass } from './createErrorClass';\n\nexport interface ObjectUnsubscribedError extends Error {}\n\nexport interface ObjectUnsubscribedErrorCtor {\n /**\n * @deprecated Internal implementation detail. Do not construct error instances.\n * Cannot be tagged as internal: https://github.com/ReactiveX/rxjs/issues/6269\n */\n new (): ObjectUnsubscribedError;\n}\n\n/**\n * An error thrown when an action is invalid because the object has been\n * unsubscribed.\n *\n * @see {@link Subject}\n * @see {@link BehaviorSubject}\n *\n * @class ObjectUnsubscribedError\n */\nexport const ObjectUnsubscribedError: ObjectUnsubscribedErrorCtor = createErrorClass(\n (_super) =>\n function ObjectUnsubscribedErrorImpl(this: any) {\n _super(this);\n this.name = 'ObjectUnsubscribedError';\n this.message = 'object unsubscribed';\n }\n);\n", "import { Operator } from './Operator';\nimport { Observable } from './Observable';\nimport { Subscriber } from './Subscriber';\nimport { Subscription, EMPTY_SUBSCRIPTION } from './Subscription';\nimport { Observer, SubscriptionLike, TeardownLogic } from './types';\nimport { ObjectUnsubscribedError } from './util/ObjectUnsubscribedError';\nimport { arrRemove } from './util/arrRemove';\nimport { errorContext } from './util/errorContext';\n\n/**\n * A Subject is a special type of Observable that allows values to be\n * multicasted to many Observers. Subjects are like EventEmitters.\n *\n * Every Subject is an Observable and an Observer. You can subscribe to a\n * Subject, and you can call next to feed values as well as error and complete.\n */\nexport class Subject extends Observable implements SubscriptionLike {\n closed = false;\n\n private currentObservers: Observer[] | null = null;\n\n /** @deprecated Internal implementation detail, do not use directly. Will be made internal in v8. */\n observers: Observer[] = [];\n /** @deprecated Internal implementation detail, do not use directly. Will be made internal in v8. */\n isStopped = false;\n /** @deprecated Internal implementation detail, do not use directly. Will be made internal in v8. */\n hasError = false;\n /** @deprecated Internal implementation detail, do not use directly. Will be made internal in v8. */\n thrownError: any = null;\n\n /**\n * Creates a \"subject\" by basically gluing an observer to an observable.\n *\n * @nocollapse\n * @deprecated Recommended you do not use. Will be removed at some point in the future. Plans for replacement still under discussion.\n */\n static create: (...args: any[]) => any = (destination: Observer, source: Observable): AnonymousSubject => {\n return new AnonymousSubject(destination, source);\n };\n\n constructor() {\n // NOTE: This must be here to obscure Observable's constructor.\n super();\n }\n\n /** @deprecated Internal implementation detail, do not use directly. Will be made internal in v8. */\n lift(operator: Operator): Observable {\n const subject = new AnonymousSubject(this, this);\n subject.operator = operator as any;\n return subject as any;\n }\n\n /** @internal */\n protected _throwIfClosed() {\n if (this.closed) {\n throw new ObjectUnsubscribedError();\n }\n }\n\n next(value: T) {\n errorContext(() => {\n this._throwIfClosed();\n if (!this.isStopped) {\n if (!this.currentObservers) {\n this.currentObservers = Array.from(this.observers);\n }\n for (const observer of this.currentObservers) {\n observer.next(value);\n }\n }\n });\n }\n\n error(err: any) {\n errorContext(() => {\n this._throwIfClosed();\n if (!this.isStopped) {\n this.hasError = this.isStopped = true;\n this.thrownError = err;\n const { observers } = this;\n while (observers.length) {\n observers.shift()!.error(err);\n }\n }\n });\n }\n\n complete() {\n errorContext(() => {\n this._throwIfClosed();\n if (!this.isStopped) {\n this.isStopped = true;\n const { observers } = this;\n while (observers.length) {\n observers.shift()!.complete();\n }\n }\n });\n }\n\n unsubscribe() {\n this.isStopped = this.closed = true;\n this.observers = this.currentObservers = null!;\n }\n\n get observed() {\n return this.observers?.length > 0;\n }\n\n /** @internal */\n protected _trySubscribe(subscriber: Subscriber): TeardownLogic {\n this._throwIfClosed();\n return super._trySubscribe(subscriber);\n }\n\n /** @internal */\n protected _subscribe(subscriber: Subscriber): Subscription {\n this._throwIfClosed();\n this._checkFinalizedStatuses(subscriber);\n return this._innerSubscribe(subscriber);\n }\n\n /** @internal */\n protected _innerSubscribe(subscriber: Subscriber) {\n const { hasError, isStopped, observers } = this;\n if (hasError || isStopped) {\n return EMPTY_SUBSCRIPTION;\n }\n this.currentObservers = null;\n observers.push(subscriber);\n return new Subscription(() => {\n this.currentObservers = null;\n arrRemove(observers, subscriber);\n });\n }\n\n /** @internal */\n protected _checkFinalizedStatuses(subscriber: Subscriber) {\n const { hasError, thrownError, isStopped } = this;\n if (hasError) {\n subscriber.error(thrownError);\n } else if (isStopped) {\n subscriber.complete();\n }\n }\n\n /**\n * Creates a new Observable with this Subject as the source. You can do this\n * to create custom Observer-side logic of the Subject and conceal it from\n * code that uses the Observable.\n * @return {Observable} Observable that the Subject casts to\n */\n asObservable(): Observable {\n const observable: any = new Observable();\n observable.source = this;\n return observable;\n }\n}\n\n/**\n * @class AnonymousSubject\n */\nexport class AnonymousSubject extends Subject {\n constructor(\n /** @deprecated Internal implementation detail, do not use directly. Will be made internal in v8. */\n public destination?: Observer,\n source?: Observable\n ) {\n super();\n this.source = source;\n }\n\n next(value: T) {\n this.destination?.next?.(value);\n }\n\n error(err: any) {\n this.destination?.error?.(err);\n }\n\n complete() {\n this.destination?.complete?.();\n }\n\n /** @internal */\n protected _subscribe(subscriber: Subscriber): Subscription {\n return this.source?.subscribe(subscriber) ?? EMPTY_SUBSCRIPTION;\n }\n}\n", "import { Subject } from './Subject';\nimport { Subscriber } from './Subscriber';\nimport { Subscription } from './Subscription';\n\n/**\n * A variant of Subject that requires an initial value and emits its current\n * value whenever it is subscribed to.\n *\n * @class BehaviorSubject\n */\nexport class BehaviorSubject extends Subject {\n constructor(private _value: T) {\n super();\n }\n\n get value(): T {\n return this.getValue();\n }\n\n /** @internal */\n protected _subscribe(subscriber: Subscriber): Subscription {\n const subscription = super._subscribe(subscriber);\n !subscription.closed && subscriber.next(this._value);\n return subscription;\n }\n\n getValue(): T {\n const { hasError, thrownError, _value } = this;\n if (hasError) {\n throw thrownError;\n }\n this._throwIfClosed();\n return _value;\n }\n\n next(value: T): void {\n super.next((this._value = value));\n }\n}\n", "import { TimestampProvider } from '../types';\n\ninterface DateTimestampProvider extends TimestampProvider {\n delegate: TimestampProvider | undefined;\n}\n\nexport const dateTimestampProvider: DateTimestampProvider = {\n now() {\n // Use the variable rather than `this` so that the function can be called\n // without being bound to the provider.\n return (dateTimestampProvider.delegate || Date).now();\n },\n delegate: undefined,\n};\n", "import { Subject } from './Subject';\nimport { TimestampProvider } from './types';\nimport { Subscriber } from './Subscriber';\nimport { Subscription } from './Subscription';\nimport { dateTimestampProvider } from './scheduler/dateTimestampProvider';\n\n/**\n * A variant of {@link Subject} that \"replays\" old values to new subscribers by emitting them when they first subscribe.\n *\n * `ReplaySubject` has an internal buffer that will store a specified number of values that it has observed. Like `Subject`,\n * `ReplaySubject` \"observes\" values by having them passed to its `next` method. When it observes a value, it will store that\n * value for a time determined by the configuration of the `ReplaySubject`, as passed to its constructor.\n *\n * When a new subscriber subscribes to the `ReplaySubject` instance, it will synchronously emit all values in its buffer in\n * a First-In-First-Out (FIFO) manner. The `ReplaySubject` will also complete, if it has observed completion; and it will\n * error if it has observed an error.\n *\n * There are two main configuration items to be concerned with:\n *\n * 1. `bufferSize` - This will determine how many items are stored in the buffer, defaults to infinite.\n * 2. `windowTime` - The amount of time to hold a value in the buffer before removing it from the buffer.\n *\n * Both configurations may exist simultaneously. So if you would like to buffer a maximum of 3 values, as long as the values\n * are less than 2 seconds old, you could do so with a `new ReplaySubject(3, 2000)`.\n *\n * ### Differences with BehaviorSubject\n *\n * `BehaviorSubject` is similar to `new ReplaySubject(1)`, with a couple of exceptions:\n *\n * 1. `BehaviorSubject` comes \"primed\" with a single value upon construction.\n * 2. `ReplaySubject` will replay values, even after observing an error, where `BehaviorSubject` will not.\n *\n * @see {@link Subject}\n * @see {@link BehaviorSubject}\n * @see {@link shareReplay}\n */\nexport class ReplaySubject extends Subject {\n private _buffer: (T | number)[] = [];\n private _infiniteTimeWindow = true;\n\n /**\n * @param bufferSize The size of the buffer to replay on subscription\n * @param windowTime The amount of time the buffered items will stay buffered\n * @param timestampProvider An object with a `now()` method that provides the current timestamp. This is used to\n * calculate the amount of time something has been buffered.\n */\n constructor(\n private _bufferSize = Infinity,\n private _windowTime = Infinity,\n private _timestampProvider: TimestampProvider = dateTimestampProvider\n ) {\n super();\n this._infiniteTimeWindow = _windowTime === Infinity;\n this._bufferSize = Math.max(1, _bufferSize);\n this._windowTime = Math.max(1, _windowTime);\n }\n\n next(value: T): void {\n const { isStopped, _buffer, _infiniteTimeWindow, _timestampProvider, _windowTime } = this;\n if (!isStopped) {\n _buffer.push(value);\n !_infiniteTimeWindow && _buffer.push(_timestampProvider.now() + _windowTime);\n }\n this._trimBuffer();\n super.next(value);\n }\n\n /** @internal */\n protected _subscribe(subscriber: Subscriber): Subscription {\n this._throwIfClosed();\n this._trimBuffer();\n\n const subscription = this._innerSubscribe(subscriber);\n\n const { _infiniteTimeWindow, _buffer } = this;\n // We use a copy here, so reentrant code does not mutate our array while we're\n // emitting it to a new subscriber.\n const copy = _buffer.slice();\n for (let i = 0; i < copy.length && !subscriber.closed; i += _infiniteTimeWindow ? 1 : 2) {\n subscriber.next(copy[i] as T);\n }\n\n this._checkFinalizedStatuses(subscriber);\n\n return subscription;\n }\n\n private _trimBuffer() {\n const { _bufferSize, _timestampProvider, _buffer, _infiniteTimeWindow } = this;\n // If we don't have an infinite buffer size, and we're over the length,\n // use splice to truncate the old buffer values off. Note that we have to\n // double the size for instances where we're not using an infinite time window\n // because we're storing the values and the timestamps in the same array.\n const adjustedBufferSize = (_infiniteTimeWindow ? 1 : 2) * _bufferSize;\n _bufferSize < Infinity && adjustedBufferSize < _buffer.length && _buffer.splice(0, _buffer.length - adjustedBufferSize);\n\n // Now, if we're not in an infinite time window, remove all values where the time is\n // older than what is allowed.\n if (!_infiniteTimeWindow) {\n const now = _timestampProvider.now();\n let last = 0;\n // Search the array for the first timestamp that isn't expired and\n // truncate the buffer up to that point.\n for (let i = 1; i < _buffer.length && (_buffer[i] as number) <= now; i += 2) {\n last = i;\n }\n last && _buffer.splice(0, last + 1);\n }\n }\n}\n", "import { Scheduler } from '../Scheduler';\nimport { Subscription } from '../Subscription';\nimport { SchedulerAction } from '../types';\n\n/**\n * A unit of work to be executed in a `scheduler`. An action is typically\n * created from within a {@link SchedulerLike} and an RxJS user does not need to concern\n * themselves about creating and manipulating an Action.\n *\n * ```ts\n * class Action extends Subscription {\n * new (scheduler: Scheduler, work: (state?: T) => void);\n * schedule(state?: T, delay: number = 0): Subscription;\n * }\n * ```\n *\n * @class Action\n */\nexport class Action extends Subscription {\n constructor(scheduler: Scheduler, work: (this: SchedulerAction, state?: T) => void) {\n super();\n }\n /**\n * Schedules this action on its parent {@link SchedulerLike} for execution. May be passed\n * some context object, `state`. May happen at some point in the future,\n * according to the `delay` parameter, if specified.\n * @param {T} [state] Some contextual data that the `work` function uses when\n * called by the Scheduler.\n * @param {number} [delay] Time to wait before executing the work, where the\n * time unit is implicit and defined by the Scheduler.\n * @return {void}\n */\n public schedule(state?: T, delay: number = 0): Subscription {\n return this;\n }\n}\n", "import type { TimerHandle } from './timerHandle';\ntype SetIntervalFunction = (handler: () => void, timeout?: number, ...args: any[]) => TimerHandle;\ntype ClearIntervalFunction = (handle: TimerHandle) => void;\n\ninterface IntervalProvider {\n setInterval: SetIntervalFunction;\n clearInterval: ClearIntervalFunction;\n delegate:\n | {\n setInterval: SetIntervalFunction;\n clearInterval: ClearIntervalFunction;\n }\n | undefined;\n}\n\nexport const intervalProvider: IntervalProvider = {\n // When accessing the delegate, use the variable rather than `this` so that\n // the functions can be called without being bound to the provider.\n setInterval(handler: () => void, timeout?: number, ...args) {\n const { delegate } = intervalProvider;\n if (delegate?.setInterval) {\n return delegate.setInterval(handler, timeout, ...args);\n }\n return setInterval(handler, timeout, ...args);\n },\n clearInterval(handle) {\n const { delegate } = intervalProvider;\n return (delegate?.clearInterval || clearInterval)(handle as any);\n },\n delegate: undefined,\n};\n", "import { Action } from './Action';\nimport { SchedulerAction } from '../types';\nimport { Subscription } from '../Subscription';\nimport { AsyncScheduler } from './AsyncScheduler';\nimport { intervalProvider } from './intervalProvider';\nimport { arrRemove } from '../util/arrRemove';\nimport { TimerHandle } from './timerHandle';\n\nexport class AsyncAction extends Action {\n public id: TimerHandle | undefined;\n public state?: T;\n // @ts-ignore: Property has no initializer and is not definitely assigned\n public delay: number;\n protected pending: boolean = false;\n\n constructor(protected scheduler: AsyncScheduler, protected work: (this: SchedulerAction, state?: T) => void) {\n super(scheduler, work);\n }\n\n public schedule(state?: T, delay: number = 0): Subscription {\n if (this.closed) {\n return this;\n }\n\n // Always replace the current state with the new state.\n this.state = state;\n\n const id = this.id;\n const scheduler = this.scheduler;\n\n //\n // Important implementation note:\n //\n // Actions only execute once by default, unless rescheduled from within the\n // scheduled callback. This allows us to implement single and repeat\n // actions via the same code path, without adding API surface area, as well\n // as mimic traditional recursion but across asynchronous boundaries.\n //\n // However, JS runtimes and timers distinguish between intervals achieved by\n // serial `setTimeout` calls vs. a single `setInterval` call. An interval of\n // serial `setTimeout` calls can be individually delayed, which delays\n // scheduling the next `setTimeout`, and so on. `setInterval` attempts to\n // guarantee the interval callback will be invoked more precisely to the\n // interval period, regardless of load.\n //\n // Therefore, we use `setInterval` to schedule single and repeat actions.\n // If the action reschedules itself with the same delay, the interval is not\n // canceled. If the action doesn't reschedule, or reschedules with a\n // different delay, the interval will be canceled after scheduled callback\n // execution.\n //\n if (id != null) {\n this.id = this.recycleAsyncId(scheduler, id, delay);\n }\n\n // Set the pending flag indicating that this action has been scheduled, or\n // has recursively rescheduled itself.\n this.pending = true;\n\n this.delay = delay;\n // If this action has already an async Id, don't request a new one.\n this.id = this.id ?? this.requestAsyncId(scheduler, this.id, delay);\n\n return this;\n }\n\n protected requestAsyncId(scheduler: AsyncScheduler, _id?: TimerHandle, delay: number = 0): TimerHandle {\n return intervalProvider.setInterval(scheduler.flush.bind(scheduler, this), delay);\n }\n\n protected recycleAsyncId(_scheduler: AsyncScheduler, id?: TimerHandle, delay: number | null = 0): TimerHandle | undefined {\n // If this action is rescheduled with the same delay time, don't clear the interval id.\n if (delay != null && this.delay === delay && this.pending === false) {\n return id;\n }\n // Otherwise, if the action's delay time is different from the current delay,\n // or the action has been rescheduled before it's executed, clear the interval id\n if (id != null) {\n intervalProvider.clearInterval(id);\n }\n\n return undefined;\n }\n\n /**\n * Immediately executes this action and the `work` it contains.\n * @return {any}\n */\n public execute(state: T, delay: number): any {\n if (this.closed) {\n return new Error('executing a cancelled action');\n }\n\n this.pending = false;\n const error = this._execute(state, delay);\n if (error) {\n return error;\n } else if (this.pending === false && this.id != null) {\n // Dequeue if the action didn't reschedule itself. Don't call\n // unsubscribe(), because the action could reschedule later.\n // For example:\n // ```\n // scheduler.schedule(function doWork(counter) {\n // /* ... I'm a busy worker bee ... */\n // var originalAction = this;\n // /* wait 100ms before rescheduling the action */\n // setTimeout(function () {\n // originalAction.schedule(counter + 1);\n // }, 100);\n // }, 1000);\n // ```\n this.id = this.recycleAsyncId(this.scheduler, this.id, null);\n }\n }\n\n protected _execute(state: T, _delay: number): any {\n let errored: boolean = false;\n let errorValue: any;\n try {\n this.work(state);\n } catch (e) {\n errored = true;\n // HACK: Since code elsewhere is relying on the \"truthiness\" of the\n // return here, we can't have it return \"\" or 0 or false.\n // TODO: Clean this up when we refactor schedulers mid-version-8 or so.\n errorValue = e ? e : new Error('Scheduled action threw falsy error');\n }\n if (errored) {\n this.unsubscribe();\n return errorValue;\n }\n }\n\n unsubscribe() {\n if (!this.closed) {\n const { id, scheduler } = this;\n const { actions } = scheduler;\n\n this.work = this.state = this.scheduler = null!;\n this.pending = false;\n\n arrRemove(actions, this);\n if (id != null) {\n this.id = this.recycleAsyncId(scheduler, id, null);\n }\n\n this.delay = null!;\n super.unsubscribe();\n }\n }\n}\n", "import { Action } from './scheduler/Action';\nimport { Subscription } from './Subscription';\nimport { SchedulerLike, SchedulerAction } from './types';\nimport { dateTimestampProvider } from './scheduler/dateTimestampProvider';\n\n/**\n * An execution context and a data structure to order tasks and schedule their\n * execution. Provides a notion of (potentially virtual) time, through the\n * `now()` getter method.\n *\n * Each unit of work in a Scheduler is called an `Action`.\n *\n * ```ts\n * class Scheduler {\n * now(): number;\n * schedule(work, delay?, state?): Subscription;\n * }\n * ```\n *\n * @class Scheduler\n * @deprecated Scheduler is an internal implementation detail of RxJS, and\n * should not be used directly. Rather, create your own class and implement\n * {@link SchedulerLike}. Will be made internal in v8.\n */\nexport class Scheduler implements SchedulerLike {\n public static now: () => number = dateTimestampProvider.now;\n\n constructor(private schedulerActionCtor: typeof Action, now: () => number = Scheduler.now) {\n this.now = now;\n }\n\n /**\n * A getter method that returns a number representing the current time\n * (at the time this function was called) according to the scheduler's own\n * internal clock.\n * @return {number} A number that represents the current time. May or may not\n * have a relation to wall-clock time. May or may not refer to a time unit\n * (e.g. milliseconds).\n */\n public now: () => number;\n\n /**\n * Schedules a function, `work`, for execution. May happen at some point in\n * the future, according to the `delay` parameter, if specified. May be passed\n * some context object, `state`, which will be passed to the `work` function.\n *\n * The given arguments will be processed an stored as an Action object in a\n * queue of actions.\n *\n * @param {function(state: ?T): ?Subscription} work A function representing a\n * task, or some unit of work to be executed by the Scheduler.\n * @param {number} [delay] Time to wait before executing the work, where the\n * time unit is implicit and defined by the Scheduler itself.\n * @param {T} [state] Some contextual data that the `work` function uses when\n * called by the Scheduler.\n * @return {Subscription} A subscription in order to be able to unsubscribe\n * the scheduled work.\n */\n public schedule(work: (this: SchedulerAction, state?: T) => void, delay: number = 0, state?: T): Subscription {\n return new this.schedulerActionCtor(this, work).schedule(state, delay);\n }\n}\n", "import { Scheduler } from '../Scheduler';\nimport { Action } from './Action';\nimport { AsyncAction } from './AsyncAction';\nimport { TimerHandle } from './timerHandle';\n\nexport class AsyncScheduler extends Scheduler {\n public actions: Array> = [];\n /**\n * A flag to indicate whether the Scheduler is currently executing a batch of\n * queued actions.\n * @type {boolean}\n * @internal\n */\n public _active: boolean = false;\n /**\n * An internal ID used to track the latest asynchronous task such as those\n * coming from `setTimeout`, `setInterval`, `requestAnimationFrame`, and\n * others.\n * @type {any}\n * @internal\n */\n public _scheduled: TimerHandle | undefined;\n\n constructor(SchedulerAction: typeof Action, now: () => number = Scheduler.now) {\n super(SchedulerAction, now);\n }\n\n public flush(action: AsyncAction): void {\n const { actions } = this;\n\n if (this._active) {\n actions.push(action);\n return;\n }\n\n let error: any;\n this._active = true;\n\n do {\n if ((error = action.execute(action.state, action.delay))) {\n break;\n }\n } while ((action = actions.shift()!)); // exhaust the scheduler queue\n\n this._active = false;\n\n if (error) {\n while ((action = actions.shift()!)) {\n action.unsubscribe();\n }\n throw error;\n }\n }\n}\n", "import { AsyncAction } from './AsyncAction';\nimport { AsyncScheduler } from './AsyncScheduler';\n\n/**\n *\n * Async Scheduler\n *\n * Schedule task as if you used setTimeout(task, duration)\n *\n * `async` scheduler schedules tasks asynchronously, by putting them on the JavaScript\n * event loop queue. It is best used to delay tasks in time or to schedule tasks repeating\n * in intervals.\n *\n * If you just want to \"defer\" task, that is to perform it right after currently\n * executing synchronous code ends (commonly achieved by `setTimeout(deferredTask, 0)`),\n * better choice will be the {@link asapScheduler} scheduler.\n *\n * ## Examples\n * Use async scheduler to delay task\n * ```ts\n * import { asyncScheduler } from 'rxjs';\n *\n * const task = () => console.log('it works!');\n *\n * asyncScheduler.schedule(task, 2000);\n *\n * // After 2 seconds logs:\n * // \"it works!\"\n * ```\n *\n * Use async scheduler to repeat task in intervals\n * ```ts\n * import { asyncScheduler } from 'rxjs';\n *\n * function task(state) {\n * console.log(state);\n * this.schedule(state + 1, 1000); // `this` references currently executing Action,\n * // which we reschedule with new state and delay\n * }\n *\n * asyncScheduler.schedule(task, 3000, 0);\n *\n * // Logs:\n * // 0 after 3s\n * // 1 after 4s\n * // 2 after 5s\n * // 3 after 6s\n * ```\n */\n\nexport const asyncScheduler = new AsyncScheduler(AsyncAction);\n\n/**\n * @deprecated Renamed to {@link asyncScheduler}. Will be removed in v8.\n */\nexport const async = asyncScheduler;\n", "import { AsyncAction } from './AsyncAction';\nimport { Subscription } from '../Subscription';\nimport { QueueScheduler } from './QueueScheduler';\nimport { SchedulerAction } from '../types';\nimport { TimerHandle } from './timerHandle';\n\nexport class QueueAction extends AsyncAction {\n constructor(protected scheduler: QueueScheduler, protected work: (this: SchedulerAction, state?: T) => void) {\n super(scheduler, work);\n }\n\n public schedule(state?: T, delay: number = 0): Subscription {\n if (delay > 0) {\n return super.schedule(state, delay);\n }\n this.delay = delay;\n this.state = state;\n this.scheduler.flush(this);\n return this;\n }\n\n public execute(state: T, delay: number): any {\n return delay > 0 || this.closed ? super.execute(state, delay) : this._execute(state, delay);\n }\n\n protected requestAsyncId(scheduler: QueueScheduler, id?: TimerHandle, delay: number = 0): TimerHandle {\n // If delay exists and is greater than 0, or if the delay is null (the\n // action wasn't rescheduled) but was originally scheduled as an async\n // action, then recycle as an async action.\n\n if ((delay != null && delay > 0) || (delay == null && this.delay > 0)) {\n return super.requestAsyncId(scheduler, id, delay);\n }\n\n // Otherwise flush the scheduler starting with this action.\n scheduler.flush(this);\n\n // HACK: In the past, this was returning `void`. However, `void` isn't a valid\n // `TimerHandle`, and generally the return value here isn't really used. So the\n // compromise is to return `0` which is both \"falsy\" and a valid `TimerHandle`,\n // as opposed to refactoring every other instanceo of `requestAsyncId`.\n return 0;\n }\n}\n", "import { AsyncScheduler } from './AsyncScheduler';\n\nexport class QueueScheduler extends AsyncScheduler {\n}\n", "import { QueueAction } from './QueueAction';\nimport { QueueScheduler } from './QueueScheduler';\n\n/**\n *\n * Queue Scheduler\n *\n * Put every next task on a queue, instead of executing it immediately\n *\n * `queue` scheduler, when used with delay, behaves the same as {@link asyncScheduler} scheduler.\n *\n * When used without delay, it schedules given task synchronously - executes it right when\n * it is scheduled. However when called recursively, that is when inside the scheduled task,\n * another task is scheduled with queue scheduler, instead of executing immediately as well,\n * that task will be put on a queue and wait for current one to finish.\n *\n * This means that when you execute task with `queue` scheduler, you are sure it will end\n * before any other task scheduled with that scheduler will start.\n *\n * ## Examples\n * Schedule recursively first, then do something\n * ```ts\n * import { queueScheduler } from 'rxjs';\n *\n * queueScheduler.schedule(() => {\n * queueScheduler.schedule(() => console.log('second')); // will not happen now, but will be put on a queue\n *\n * console.log('first');\n * });\n *\n * // Logs:\n * // \"first\"\n * // \"second\"\n * ```\n *\n * Reschedule itself recursively\n * ```ts\n * import { queueScheduler } from 'rxjs';\n *\n * queueScheduler.schedule(function(state) {\n * if (state !== 0) {\n * console.log('before', state);\n * this.schedule(state - 1); // `this` references currently executing Action,\n * // which we reschedule with new state\n * console.log('after', state);\n * }\n * }, 0, 3);\n *\n * // In scheduler that runs recursively, you would expect:\n * // \"before\", 3\n * // \"before\", 2\n * // \"before\", 1\n * // \"after\", 1\n * // \"after\", 2\n * // \"after\", 3\n *\n * // But with queue it logs:\n * // \"before\", 3\n * // \"after\", 3\n * // \"before\", 2\n * // \"after\", 2\n * // \"before\", 1\n * // \"after\", 1\n * ```\n */\n\nexport const queueScheduler = new QueueScheduler(QueueAction);\n\n/**\n * @deprecated Renamed to {@link queueScheduler}. Will be removed in v8.\n */\nexport const queue = queueScheduler;\n", "import { AsyncAction } from './AsyncAction';\nimport { AnimationFrameScheduler } from './AnimationFrameScheduler';\nimport { SchedulerAction } from '../types';\nimport { animationFrameProvider } from './animationFrameProvider';\nimport { TimerHandle } from './timerHandle';\n\nexport class AnimationFrameAction extends AsyncAction {\n constructor(protected scheduler: AnimationFrameScheduler, protected work: (this: SchedulerAction, state?: T) => void) {\n super(scheduler, work);\n }\n\n protected requestAsyncId(scheduler: AnimationFrameScheduler, id?: TimerHandle, delay: number = 0): TimerHandle {\n // If delay is greater than 0, request as an async action.\n if (delay !== null && delay > 0) {\n return super.requestAsyncId(scheduler, id, delay);\n }\n // Push the action to the end of the scheduler queue.\n scheduler.actions.push(this);\n // If an animation frame has already been requested, don't request another\n // one. If an animation frame hasn't been requested yet, request one. Return\n // the current animation frame request id.\n return scheduler._scheduled || (scheduler._scheduled = animationFrameProvider.requestAnimationFrame(() => scheduler.flush(undefined)));\n }\n\n protected recycleAsyncId(scheduler: AnimationFrameScheduler, id?: TimerHandle, delay: number = 0): TimerHandle | undefined {\n // If delay exists and is greater than 0, or if the delay is null (the\n // action wasn't rescheduled) but was originally scheduled as an async\n // action, then recycle as an async action.\n if (delay != null ? delay > 0 : this.delay > 0) {\n return super.recycleAsyncId(scheduler, id, delay);\n }\n // If the scheduler queue has no remaining actions with the same async id,\n // cancel the requested animation frame and set the scheduled flag to\n // undefined so the next AnimationFrameAction will request its own.\n const { actions } = scheduler;\n if (id != null && actions[actions.length - 1]?.id !== id) {\n animationFrameProvider.cancelAnimationFrame(id as number);\n scheduler._scheduled = undefined;\n }\n // Return undefined so the action knows to request a new async id if it's rescheduled.\n return undefined;\n }\n}\n", "import { AsyncAction } from './AsyncAction';\nimport { AsyncScheduler } from './AsyncScheduler';\n\nexport class AnimationFrameScheduler extends AsyncScheduler {\n public flush(action?: AsyncAction): void {\n this._active = true;\n // The async id that effects a call to flush is stored in _scheduled.\n // Before executing an action, it's necessary to check the action's async\n // id to determine whether it's supposed to be executed in the current\n // flush.\n // Previous implementations of this method used a count to determine this,\n // but that was unsound, as actions that are unsubscribed - i.e. cancelled -\n // are removed from the actions array and that can shift actions that are\n // scheduled to be executed in a subsequent flush into positions at which\n // they are executed within the current flush.\n const flushId = this._scheduled;\n this._scheduled = undefined;\n\n const { actions } = this;\n let error: any;\n action = action || actions.shift()!;\n\n do {\n if ((error = action.execute(action.state, action.delay))) {\n break;\n }\n } while ((action = actions[0]) && action.id === flushId && actions.shift());\n\n this._active = false;\n\n if (error) {\n while ((action = actions[0]) && action.id === flushId && actions.shift()) {\n action.unsubscribe();\n }\n throw error;\n }\n }\n}\n", "import { AnimationFrameAction } from './AnimationFrameAction';\nimport { AnimationFrameScheduler } from './AnimationFrameScheduler';\n\n/**\n *\n * Animation Frame Scheduler\n *\n * Perform task when `window.requestAnimationFrame` would fire\n *\n * When `animationFrame` scheduler is used with delay, it will fall back to {@link asyncScheduler} scheduler\n * behaviour.\n *\n * Without delay, `animationFrame` scheduler can be used to create smooth browser animations.\n * It makes sure scheduled task will happen just before next browser content repaint,\n * thus performing animations as efficiently as possible.\n *\n * ## Example\n * Schedule div height animation\n * ```ts\n * // html:
\n * import { animationFrameScheduler } from 'rxjs';\n *\n * const div = document.querySelector('div');\n *\n * animationFrameScheduler.schedule(function(height) {\n * div.style.height = height + \"px\";\n *\n * this.schedule(height + 1); // `this` references currently executing Action,\n * // which we reschedule with new state\n * }, 0, 0);\n *\n * // You will see a div element growing in height\n * ```\n */\n\nexport const animationFrameScheduler = new AnimationFrameScheduler(AnimationFrameAction);\n\n/**\n * @deprecated Renamed to {@link animationFrameScheduler}. Will be removed in v8.\n */\nexport const animationFrame = animationFrameScheduler;\n", "import { Observable } from '../Observable';\nimport { SchedulerLike } from '../types';\n\n/**\n * A simple Observable that emits no items to the Observer and immediately\n * emits a complete notification.\n *\n * Just emits 'complete', and nothing else.\n *\n * ![](empty.png)\n *\n * A simple Observable that only emits the complete notification. It can be used\n * for composing with other Observables, such as in a {@link mergeMap}.\n *\n * ## Examples\n *\n * Log complete notification\n *\n * ```ts\n * import { EMPTY } from 'rxjs';\n *\n * EMPTY.subscribe({\n * next: () => console.log('Next'),\n * complete: () => console.log('Complete!')\n * });\n *\n * // Outputs\n * // Complete!\n * ```\n *\n * Emit the number 7, then complete\n *\n * ```ts\n * import { EMPTY, startWith } from 'rxjs';\n *\n * const result = EMPTY.pipe(startWith(7));\n * result.subscribe(x => console.log(x));\n *\n * // Outputs\n * // 7\n * ```\n *\n * Map and flatten only odd numbers to the sequence `'a'`, `'b'`, `'c'`\n *\n * ```ts\n * import { interval, mergeMap, of, EMPTY } from 'rxjs';\n *\n * const interval$ = interval(1000);\n * const result = interval$.pipe(\n * mergeMap(x => x % 2 === 1 ? of('a', 'b', 'c') : EMPTY),\n * );\n * result.subscribe(x => console.log(x));\n *\n * // Results in the following to the console:\n * // x is equal to the count on the interval, e.g. (0, 1, 2, 3, ...)\n * // x will occur every 1000ms\n * // if x % 2 is equal to 1, print a, b, c (each on its own)\n * // if x % 2 is not equal to 1, nothing will be output\n * ```\n *\n * @see {@link Observable}\n * @see {@link NEVER}\n * @see {@link of}\n * @see {@link throwError}\n */\nexport const EMPTY = new Observable((subscriber) => subscriber.complete());\n\n/**\n * @param scheduler A {@link SchedulerLike} to use for scheduling\n * the emission of the complete notification.\n * @deprecated Replaced with the {@link EMPTY} constant or {@link scheduled} (e.g. `scheduled([], scheduler)`). Will be removed in v8.\n */\nexport function empty(scheduler?: SchedulerLike) {\n return scheduler ? emptyScheduled(scheduler) : EMPTY;\n}\n\nfunction emptyScheduled(scheduler: SchedulerLike) {\n return new Observable((subscriber) => scheduler.schedule(() => subscriber.complete()));\n}\n", "import { SchedulerLike } from '../types';\nimport { isFunction } from './isFunction';\n\nexport function isScheduler(value: any): value is SchedulerLike {\n return value && isFunction(value.schedule);\n}\n", "import { SchedulerLike } from '../types';\nimport { isFunction } from './isFunction';\nimport { isScheduler } from './isScheduler';\n\nfunction last(arr: T[]): T | undefined {\n return arr[arr.length - 1];\n}\n\nexport function popResultSelector(args: any[]): ((...args: unknown[]) => unknown) | undefined {\n return isFunction(last(args)) ? args.pop() : undefined;\n}\n\nexport function popScheduler(args: any[]): SchedulerLike | undefined {\n return isScheduler(last(args)) ? args.pop() : undefined;\n}\n\nexport function popNumber(args: any[], defaultValue: number): number {\n return typeof last(args) === 'number' ? args.pop()! : defaultValue;\n}\n", "export const isArrayLike = ((x: any): x is ArrayLike => x && typeof x.length === 'number' && typeof x !== 'function');", "import { isFunction } from \"./isFunction\";\n\n/**\n * Tests to see if the object is \"thennable\".\n * @param value the object to test\n */\nexport function isPromise(value: any): value is PromiseLike {\n return isFunction(value?.then);\n}\n", "import { InteropObservable } from '../types';\nimport { observable as Symbol_observable } from '../symbol/observable';\nimport { isFunction } from './isFunction';\n\n/** Identifies an input as being Observable (but not necessary an Rx Observable) */\nexport function isInteropObservable(input: any): input is InteropObservable {\n return isFunction(input[Symbol_observable]);\n}\n", "import { isFunction } from './isFunction';\n\nexport function isAsyncIterable(obj: any): obj is AsyncIterable {\n return Symbol.asyncIterator && isFunction(obj?.[Symbol.asyncIterator]);\n}\n", "/**\n * Creates the TypeError to throw if an invalid object is passed to `from` or `scheduled`.\n * @param input The object that was passed.\n */\nexport function createInvalidObservableTypeError(input: any) {\n // TODO: We should create error codes that can be looked up, so this can be less verbose.\n return new TypeError(\n `You provided ${\n input !== null && typeof input === 'object' ? 'an invalid object' : `'${input}'`\n } where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.`\n );\n}\n", "export function getSymbolIterator(): symbol {\n if (typeof Symbol !== 'function' || !Symbol.iterator) {\n return '@@iterator' as any;\n }\n\n return Symbol.iterator;\n}\n\nexport const iterator = getSymbolIterator();\n", "import { iterator as Symbol_iterator } from '../symbol/iterator';\nimport { isFunction } from './isFunction';\n\n/** Identifies an input as being an Iterable */\nexport function isIterable(input: any): input is Iterable {\n return isFunction(input?.[Symbol_iterator]);\n}\n", "import { ReadableStreamLike } from '../types';\nimport { isFunction } from './isFunction';\n\nexport async function* readableStreamLikeToAsyncGenerator(readableStream: ReadableStreamLike): AsyncGenerator {\n const reader = readableStream.getReader();\n try {\n while (true) {\n const { value, done } = await reader.read();\n if (done) {\n return;\n }\n yield value!;\n }\n } finally {\n reader.releaseLock();\n }\n}\n\nexport function isReadableStreamLike(obj: any): obj is ReadableStreamLike {\n // We don't want to use instanceof checks because they would return\n // false for instances from another Realm, like an